-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Oct 10, 2024 at 08:36 PM
-- Server version: 8.0.39
-- PHP Version: 8.3.11

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `cfarbitr_db`
--

-- --------------------------------------------------------

--
-- Table structure for table `admins`
--

CREATE TABLE `admins` (
  `id` int NOT NULL,
  `role_id` int DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(200) DEFAULT NULL,
  `balance` decimal(20,5) DEFAULT NULL,
  `earnings` decimal(20,2) DEFAULT NULL,
  `wallet_type` varchar(255) DEFAULT NULL,
  `wallet` text,
  `avatar` varchar(255) DEFAULT NULL,
  `remember_token` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`id`, `role_id`, `name`, `email`, `email_verified_at`, `password`, `balance`, `earnings`, `wallet_type`, `wallet`, `avatar`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 1, 'Admin', 'superadmin@ge-as.com', '2024-01-29 10:41:15', '$2y$10$9S33UMGhWxy6gWP.smShKuu4L9PhGauQyJlg379mKvH.LF.iGmzZS', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-06 00:00:32', '2023-11-27 22:53:27'),
(2, 2, 'Editor', 'editor@ge-as.com', '2024-01-29 10:24:40', '$2y$10$9S33UMGhWxy6gWP.smShKuu4L9PhGauQyJlg379mKvH.LF.iGmzZS', NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-29 10:24:40', '2024-01-29 10:24:40'),
(3, 3, 'Blogger', 'blogger@ge-as.com', '2024-02-04 10:38:29', '$2y$10$9S33UMGhWxy6gWP.smShKuu4L9PhGauQyJlg379mKvH.LF.iGmzZS', NULL, NULL, NULL, NULL, NULL, NULL, '2024-02-04 10:38:29', '2024-02-04 10:38:29'),
(4, 4, 'Agent', 'agent@ge-as.com', '2024-02-04 23:48:46', '$2y$10$h.9.dPi2CE5YCh8J8mLYT.rcZ3EgOEdVBHKt996XpEz7YUMLLN0ty', 10747.72875, NULL, NULL, 'fahkeYYOe79HIceaKCEKLujdkdHDK8EHQQP0iee9ERRvnJiop527FhiwK', NULL, NULL, '2024-02-04 23:48:46', '2024-10-11 04:46:03');

-- --------------------------------------------------------

--
-- Table structure for table `agents`
--

CREATE TABLE `agents` (
  `id` int NOT NULL,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `balance` decimal(20,2) DEFAULT NULL,
  `wallet_type` varchar(255) DEFAULT NULL,
  `wallet` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

-- --------------------------------------------------------

--
-- Table structure for table `agent_requests`
--

CREATE TABLE `agent_requests` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `medium` varchar(255) DEFAULT NULL,
  `store` text,
  `details` text,
  `status` tinyint DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

-- --------------------------------------------------------

--
-- Table structure for table `agent_withdrawals`
--

CREATE TABLE `agent_withdrawals` (
  `id` int NOT NULL,
  `admin_id` int DEFAULT NULL,
  `amount` decimal(20,2) DEFAULT NULL,
  `status` enum('pending','approved','declined') DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

-- --------------------------------------------------------

--
-- Table structure for table `bids`
--

CREATE TABLE `bids` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `store_name` varchar(255) DEFAULT NULL,
  `product_id` int DEFAULT NULL,
  `market_id` int DEFAULT NULL,
  `investment_id` int DEFAULT NULL,
  `amount` decimal(20,2) DEFAULT NULL,
  `quantity` bigint DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `bid_time` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `bids`
--

INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(1, 1740, 'Chiristore', 1816, 17, 1, 15.99, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:07'),
(2, 1740, 'Chiristore', 3872, 15, 1, 31.80, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(3, 1740, 'Chiristore', 3783, 15, 1, 20.59, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(4, 1740, 'Chiristore', 522, 18, 1, 49.82, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(5, 1740, 'Chiristore', 456, 19, 1, 46.77, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(6, 1740, 'Chiristore', 4050, 18, 1, 9.35, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(7, 1740, 'Chiristore', 3265, 7, 1, 7.29, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(8, 1740, 'Chiristore', 4091, 14, 1, 26.93, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(9, 1740, 'Chiristore', 1056, 19, 1, 89.76, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:08'),
(10, 1740, 'Chiristore', 2452, 19, 1, 14.90, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:09'),
(11, 1740, 'Chiristore', 2604, 17, 1, 15.89, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:09'),
(12, 1740, 'Chiristore', 1548, 1, 1, 81.37, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:09'),
(13, 1740, 'Chiristore', 1654, 19, 1, 32.23, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:09'),
(14, 1740, 'Chiristore', 1447, 19, 1, 41.34, 1, 1, 'ai_bid', '2024-02-20 14:30:06', '2024-02-20 14:30:06', '2024-02-21 14:30:09'),
(15, 1740, 'Chiristore', 756, 19, 1, 0.45, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(16, 1740, 'Chiristore', 1248, 19, 1, 28.63, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(17, 1740, 'Chiristore', 3904, 2, 1, 78.73, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(18, 1740, 'Chiristore', 2072, 19, 1, 19.38, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(19, 1740, 'Chiristore', 4465, 15, 1, 15.74, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(20, 1740, 'Chiristore', 3370, 7, 1, 106.04, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(21, 1740, 'Chiristore', 2079, 10, 1, 20.99, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(22, 1740, 'Chiristore', 3720, 13, 1, 8.47, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(23, 1740, 'Chiristore', 186, 16, 1, 173.25, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(24, 1740, 'Chiristore', 4408, 18, 1, 31.20, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(25, 1740, 'Chiristore', 2236, 19, 1, 20.80, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(26, 1740, 'Chiristore', 884, 7, 1, 10.49, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(27, 1740, 'Chiristore', 2023, 19, 1, 1.02, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:09'),
(28, 1740, 'Chiristore', 1844, 19, 1, 0.32, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:10'),
(29, 1740, 'Chiristore', 734, 19, 1, 0.22, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:10'),
(30, 1740, 'Chiristore', 1827, 19, 1, 0.13, 1, 1, 'ai_bid', '2024-02-20 14:30:07', '2024-02-20 14:30:07', '2024-02-21 14:30:10'),
(31, 1740, 'Chiristore', 3010, 19, 1, 32.54, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:03'),
(32, 1740, 'Chiristore', 787, 10, 1, 49.06, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(33, 1740, 'Chiristore', 4461, 15, 1, 587.09, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(34, 1740, 'Chiristore', 5017, 13, 1, 107.05, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(35, 1740, 'Chiristore', 4374, 15, 1, 9.17, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(36, 1740, 'Chiristore', 348, 15, 1, 40.17, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(37, 1740, 'Chiristore', 4254, 18, 1, 21.17, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(38, 1740, 'Chiristore', 1797, 7, 1, 15.45, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(39, 1740, 'Chiristore', 1656, 17, 1, 31.15, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(40, 1740, 'Chiristore', 4346, 14, 1, 64.34, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(41, 1740, 'Chiristore', 4417, 15, 1, 27.53, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:04'),
(42, 1740, 'Chiristore', 1631, 15, 1, 5.50, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:05'),
(43, 1740, 'Chiristore', 914, 5, 1, 10.39, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:05'),
(44, 1740, 'Chiristore', 2618, 10, 1, 10.39, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:05'),
(45, 1740, 'Chiristore', 2127, 19, 1, 2.60, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:05'),
(46, 1740, 'Chiristore', 1952, 19, 1, 1.34, 1, 1, 'ai_bid', '2024-02-21 15:31:05', '2024-02-21 15:31:05', '2024-02-22 15:32:05'),
(47, 1741, 'Beazymestores', 261, 2, NULL, 21.00, 50, 1, 'manual_bid', '2024-02-22 09:19:18', '2024-02-22 09:19:18', '2024-02-23 09:20:06'),
(48, 1741, 'Beazymestores', 531, 16, NULL, 22.00, 60, 1, 'manual_bid', '2024-02-22 09:20:27', '2024-02-22 09:20:27', '2024-02-23 09:21:03'),
(49, 1741, 'Beazymestores', 101, 2, NULL, 296.00, 10, 1, 'manual_bid', '2024-02-22 13:20:54', '2024-02-22 13:20:54', '2024-02-23 13:21:02'),
(50, 1741, 'Beazymestores', 1828, 19, NULL, 130.00, 25, 1, 'manual_bid', '2024-02-22 13:22:27', '2024-02-22 13:22:27', '2024-02-23 13:23:03'),
(51, 1741, 'Beazymestores', 1828, 19, NULL, 130.00, 10, 1, 'manual_bid', '2024-02-22 13:22:47', '2024-02-22 13:22:47', '2024-02-23 13:23:03'),
(52, 1741, 'Beazymestores', 845, 13, NULL, 12.00, 10, 1, 'manual_bid', '2024-02-22 13:24:14', '2024-02-22 13:24:14', '2024-02-23 13:25:04'),
(53, 1740, 'Chiristore', 2662, 19, 1, 105.00, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:03'),
(54, 1740, 'Chiristore', 1250, 19, 1, 12.91, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:05'),
(55, 1740, 'Chiristore', 1492, 19, 1, 65.91, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:06'),
(56, 1740, 'Chiristore', 1027, 19, 1, 401.70, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:06'),
(57, 1740, 'Chiristore', 1435, 10, 1, 20.19, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:06'),
(58, 1740, 'Chiristore', 1743, 5, 1, 50.97, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(59, 1740, 'Chiristore', 3240, 4, 1, 103.61, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(60, 1740, 'Chiristore', 2083, 14, 1, 25.24, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(61, 1740, 'Chiristore', 3683, 10, 1, 204.60, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(62, 1740, 'Chiristore', 159, 16, 1, 38.29, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(63, 1740, 'Chiristore', 752, 19, 1, 1.02, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(64, 1740, 'Chiristore', 1850, 5, 1, 0.57, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(65, 1740, 'Chiristore', 734, 19, 1, 0.23, 1, 1, 'ai_bid', '2024-02-22 16:33:06', '2024-02-22 16:33:06', '2024-02-23 16:34:07'),
(66, 1741, 'Beazymestores', 2900, 19, NULL, 2950.00, 3, 1, 'manual_bid', '2024-02-23 15:53:58', '2024-02-23 15:53:58', '2024-02-24 15:54:02'),
(67, 1741, 'Beazymestores', 1035, 19, NULL, 121.00, 11, 1, 'manual_bid', '2024-02-23 15:55:15', '2024-02-23 15:55:15', '2024-02-24 15:56:02'),
(68, 1741, 'Beazymestores', 2972, 19, NULL, 36.00, 3, 1, 'manual_bid', '2024-02-23 15:56:16', '2024-02-23 15:56:16', '2024-02-24 15:57:03'),
(69, 1741, 'Beazymestores', 1635, 19, NULL, 5.00, 2, 1, 'manual_bid', '2024-02-23 15:57:06', '2024-02-23 15:57:06', '2024-02-24 15:58:03'),
(70, 1740, 'Chiristore', 3480, 11, 1, 20.59, 1, 1, 'ai_bid', '2024-02-23 18:01:03', '2024-02-23 18:01:03', '2024-02-24 18:01:03'),
(71, 1740, 'Chiristore', 3897, 2, 1, 101.31, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:03'),
(72, 1740, 'Chiristore', 187, 16, 1, 30.89, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:04'),
(73, 1740, 'Chiristore', 2353, 19, 1, 420.00, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:04'),
(74, 1740, 'Chiristore', 4050, 18, 1, 9.35, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:04'),
(75, 1740, 'Chiristore', 4762, 12, 1, 51.17, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(76, 1740, 'Chiristore', 1040, 5, 1, 53.00, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(77, 1740, 'Chiristore', 195, 4, 1, 41.12, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(78, 1740, 'Chiristore', 4191, 14, 1, 5.81, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(79, 1740, 'Chiristore', 2193, 16, 1, 20.73, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(80, 1740, 'Chiristore', 1805, 19, 1, 8.63, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(81, 1740, 'Chiristore', 4157, 14, 1, 91.15, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(82, 1740, 'Chiristore', 493, 7, 1, 56.19, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(83, 1740, 'Chiristore', 2302, 2, 1, 81.84, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(84, 1740, 'Chiristore', 444, 16, 1, 32.23, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(85, 1740, 'Chiristore', 2415, 16, 1, 11.01, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(86, 1740, 'Chiristore', 46, 2, 1, 10.10, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(87, 1740, 'Chiristore', 803, 19, 1, 0.20, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(88, 1740, 'Chiristore', 1894, 19, 1, 0.21, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(89, 1740, 'Chiristore', 1827, 19, 1, 0.12, 1, 1, 'ai_bid', '2024-02-23 18:01:04', '2024-02-23 18:01:04', '2024-02-24 18:02:05'),
(90, 1740, 'Chiristore', 1875, 16, 1, 52.00, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:04'),
(91, 1740, 'Chiristore', 4556, 5, 1, 6.83, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(92, 1740, 'Chiristore', 5545, 10, 1, 82.16, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(93, 1740, 'Chiristore', 3805, 15, 1, 41.19, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(94, 1740, 'Chiristore', 5036, 16, 1, 106.00, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(95, 1740, 'Chiristore', 5071, 13, 1, 293.90, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(96, 1740, 'Chiristore', 4363, 14, 1, 234.60, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(97, 1740, 'Chiristore', 2450, 2, 1, 15.90, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(98, 1740, 'Chiristore', 4815, 17, 1, 18.65, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(99, 1740, 'Chiristore', 2509, 16, 1, 30.15, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(100, 1740, 'Chiristore', 2391, 2, 1, 62.31, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(101, 1740, 'Chiristore', 346, 15, 1, 47.75, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(102, 1740, 'Chiristore', 1662, 19, 1, 0.90, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(103, 1740, 'Chiristore', 1189, 10, 1, 2.61, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(104, 1740, 'Chiristore', 1469, 10, 1, 1.33, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(105, 1740, 'Chiristore', 1527, 14, 1, 2.04, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(106, 1740, 'Chiristore', 24, 2, 1, 1.06, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(107, 1740, 'Chiristore', 1837, 5, 1, 1.01, 1, 1, 'ai_bid', '2024-02-24 19:14:05', '2024-02-24 19:14:05', '2024-02-25 19:15:06'),
(108, 1741, 'Beazymestores', 1101, 19, NULL, 900.00, 11, 1, 'manual_bid', '2024-02-24 21:04:47', '2024-02-24 21:04:47', '2024-02-25 21:05:04'),
(109, 1740, 'Chiristore', 1304, 10, 1, 32.54, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:03'),
(110, 1740, 'Chiristore', 4732, 14, 1, 425.24, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(111, 1740, 'Chiristore', 396, 18, 1, 36.73, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(112, 1740, 'Chiristore', 4172, 5, 1, 113.36, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(113, 1740, 'Chiristore', 302, 5, 1, 267.57, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(114, 1740, 'Chiristore', 775, 5, 1, 7.63, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(115, 1740, 'Chiristore', 2684, 14, 1, 20.88, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(116, 1740, 'Chiristore', 777, 2, 1, 41.34, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(117, 1740, 'Chiristore', 5069, 14, 1, 37.26, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(118, 1740, 'Chiristore', 5438, 16, 1, 17.56, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(119, 1740, 'Chiristore', 1928, 10, 1, 4.79, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(120, 1740, 'Chiristore', 716, 19, 1, 1.03, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(121, 1740, 'Chiristore', 1842, 19, 1, 1.04, 1, 1, 'ai_bid', '2024-02-25 20:27:03', '2024-02-25 20:27:03', '2024-02-26 20:28:05'),
(122, 1740, 'Chiristore', 629, 14, 1, 4.16, 1, 1, 'ai_bid', '2024-02-25 20:27:04', '2024-02-25 20:27:04', '2024-02-26 20:28:05'),
(123, 1740, 'Chiristore', 1584, 19, 1, 4.14, 1, 1, 'ai_bid', '2024-02-25 20:27:04', '2024-02-25 20:27:04', '2024-02-26 20:28:05'),
(124, 1740, 'Chiristore', 1827, 19, 1, 0.12, 1, 1, 'ai_bid', '2024-02-25 20:27:04', '2024-02-25 20:27:04', '2024-02-26 20:28:05'),
(125, 1740, 'Chiristore', 3451, 14, 1, 5.75, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:04'),
(126, 1740, 'Chiristore', 5434, 17, 1, 17.55, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(127, 1740, 'Chiristore', 1210, 15, 1, 4.33, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(128, 1740, 'Chiristore', 4462, 15, 1, 20.58, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(129, 1740, 'Chiristore', 2595, 7, 1, 34.31, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(130, 1740, 'Chiristore', 63, 2, 1, 7.21, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(131, 1740, 'Chiristore', 2312, 2, 1, 145.60, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(132, 1740, 'Chiristore', 1617, 17, 1, 17.06, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(133, 1740, 'Chiristore', 1650, 19, 1, 10.29, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(134, 1740, 'Chiristore', 4447, 15, 1, 112.20, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(135, 1740, 'Chiristore', 5610, 15, 1, 94.49, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(136, 1740, 'Chiristore', 3438, 10, 1, 10.28, 1, 1, 'ai_bid', '2024-02-26 21:40:04', '2024-02-26 21:40:04', '2024-02-27 21:40:06'),
(137, 1740, 'Chiristore', 1340, 15, 1, 40.39, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(138, 1740, 'Chiristore', 1392, 2, 1, 185.40, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(139, 1740, 'Chiristore', 804, 18, 1, 7.99, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(140, 1740, 'Chiristore', 4487, 16, 1, 9.37, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(141, 1740, 'Chiristore', 2634, 18, 1, 15.01, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(142, 1740, 'Chiristore', 1017, 12, 1, 2.30, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(143, 1740, 'Chiristore', 4029, 17, 1, 30.29, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(144, 1740, 'Chiristore', 2148, 2, 1, 104.00, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(145, 1740, 'Chiristore', 2784, 14, 1, 14.18, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(146, 1740, 'Chiristore', 3960, 5, 1, 72.80, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(147, 1740, 'Chiristore', 1558, 18, 1, 20.46, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(148, 1740, 'Chiristore', 1606, 19, 1, 20.75, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(149, 1740, 'Chiristore', 2675, 10, 1, 10.49, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(150, 1740, 'Chiristore', 4730, 12, 1, 15.63, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(151, 1740, 'Chiristore', 1846, 5, 1, 1.46, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(152, 1740, 'Chiristore', 1844, 19, 1, 0.32, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(153, 1740, 'Chiristore', 1827, 19, 1, 0.13, 1, 1, 'ai_bid', '2024-02-26 21:40:05', '2024-02-26 21:40:05', '2024-02-27 21:41:04'),
(154, 1740, 'Chiristore', 5160, 16, 1, 271.40, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:03'),
(155, 1740, 'Chiristore', 4329, 15, 1, 9.27, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(156, 1740, 'Chiristore', 2448, 2, 1, 6.12, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(157, 1740, 'Chiristore', 3771, 15, 1, 5.35, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(158, 1740, 'Chiristore', 1538, 2, 1, 24.71, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(159, 1740, 'Chiristore', 4437, 16, 1, 95.40, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(160, 1740, 'Chiristore', 634, 5, 1, 1.04, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(161, 1740, 'Chiristore', 3799, 13, 1, 379.31, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(162, 1740, 'Chiristore', 1659, 12, 1, 60.77, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(163, 1740, 'Chiristore', 3439, 10, 1, 11.92, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(164, 1740, 'Chiristore', 2913, 14, 1, 29.57, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(165, 1740, 'Chiristore', 138, 2, 1, 131.28, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(166, 1740, 'Chiristore', 478, 19, 1, 13.98, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(167, 1740, 'Chiristore', 3620, 13, 1, 2.67, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(168, 1740, 'Chiristore', 5489, 7, 1, 2.06, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(169, 1740, 'Chiristore', 1818, 19, 1, 1.01, 1, 1, 'ai_bid', '2024-02-27 22:52:03', '2024-02-27 22:52:03', '2024-02-28 22:52:05'),
(170, 1740, 'Chiristore', 1827, 19, 1, 0.12, 1, 1, 'ai_bid', '2024-02-27 22:52:04', '2024-02-27 22:52:04', '2024-02-28 22:53:04'),
(171, 1740, 'Chiristore', 5893, 11, 1, 308.88, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:04'),
(172, 1740, 'Chiristore', 1013, 5, 1, 94.76, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:05'),
(173, 1740, 'Chiristore', 4279, 5, 1, 159.06, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:05'),
(174, 1740, 'Chiristore', 3114, 2, 1, 11.22, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:05'),
(175, 1740, 'Chiristore', 6012, 17, 1, 33.56, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:05'),
(176, 1740, 'Chiristore', 4855, 17, 1, 359.34, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:05'),
(177, 1740, 'Chiristore', 3496, 10, 1, 12.12, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(178, 1740, 'Chiristore', 813, 14, 1, 11.55, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(179, 1740, 'Chiristore', 167, 2, 1, 26.87, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(180, 1740, 'Chiristore', 1233, 19, 1, 20.93, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(181, 1740, 'Chiristore', 112, 2, 1, 12.55, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(182, 1740, 'Chiristore', 5102, 16, 1, 5.04, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(183, 1740, 'Chiristore', 1353, 15, 1, 2.15, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(184, 1740, 'Chiristore', 24, 2, 1, 1.01, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(185, 1740, 'Chiristore', 1818, 19, 1, 1.01, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(186, 1740, 'Chiristore', 949, 5, 1, 0.31, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(187, 1740, 'Chiristore', 3324, 7, 1, 1.42, 1, 1, 'ai_bid', '2024-02-29 00:04:03', '2024-02-29 00:04:03', '2024-03-01 00:04:06'),
(188, 1740, 'Chiristore', 3582, 12, 1, 4.04, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:03'),
(189, 1740, 'Chiristore', 2569, 10, 1, 70.49, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:04'),
(190, 1740, 'Chiristore', 310, 7, 1, 54.80, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:04'),
(191, 1740, 'Chiristore', 5098, 16, 1, 26.49, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:04'),
(192, 1740, 'Chiristore', 3140, 18, 1, 272.70, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:04'),
(193, 1740, 'Chiristore', 2881, 14, 1, 52.49, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:05'),
(194, 1740, 'Chiristore', 5479, 17, 1, 535.50, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:05'),
(195, 1740, 'Chiristore', 1654, 19, 1, 31.61, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:05'),
(196, 1740, 'Chiristore', 852, 19, 1, 26.44, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:05'),
(197, 1740, 'Chiristore', 5558, 10, 1, 3.06, 1, 1, 'ai_bid', '2024-03-01 01:16:03', '2024-03-01 01:16:03', '2024-03-02 01:16:05'),
(198, 1740, 'Chiristore', 4360, 16, 1, 851.76, 1, 1, 'ai_bid', '2024-03-02 02:28:03', '2024-03-02 02:28:03', '2024-03-03 02:28:03'),
(199, 1740, 'Chiristore', 2430, 7, 1, 41.59, 1, 1, 'ai_bid', '2024-03-02 02:28:03', '2024-03-02 02:28:03', '2024-03-03 02:28:04'),
(200, 1740, 'Chiristore', 4979, 12, 1, 4.58, 1, 1, 'ai_bid', '2024-03-02 02:28:03', '2024-03-02 02:28:03', '2024-03-03 02:28:04'),
(201, 1740, 'Chiristore', 2072, 19, 1, 19.95, 1, 1, 'ai_bid', '2024-03-02 02:28:03', '2024-03-02 02:28:03', '2024-03-03 02:28:04'),
(202, 1740, 'Chiristore', 2469, 16, 1, 158.74, 1, 1, 'ai_bid', '2024-03-02 02:28:03', '2024-03-02 02:28:03', '2024-03-03 02:28:05'),
(203, 1740, 'Chiristore', 4514, 16, 1, 16.15, 1, 1, 'ai_bid', '2024-03-02 02:28:04', '2024-03-02 02:28:04', '2024-03-03 02:29:02'),
(204, 1740, 'Chiristore', 624, 5, 1, 1.05, 1, 1, 'ai_bid', '2024-03-02 02:28:04', '2024-03-02 02:28:04', '2024-03-03 02:29:02'),
(205, 1740, 'Chiristore', 3044, 14, 1, 382.79, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:03'),
(206, 1740, 'Chiristore', 4139, 14, 1, 60.57, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(207, 1740, 'Chiristore', 1659, 12, 1, 62.54, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(208, 1740, 'Chiristore', 1563, 19, 1, 24.95, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(209, 1740, 'Chiristore', 3738, 10, 1, 121.54, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(210, 1740, 'Chiristore', 983, 17, 1, 134.33, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(211, 1740, 'Chiristore', 1411, 10, 1, 6.93, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(212, 1740, 'Chiristore', 762, 18, 1, 127.09, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(213, 1740, 'Chiristore', 2817, 14, 1, 182.80, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(214, 1740, 'Chiristore', 698, 19, 1, 6.48, 1, 1, 'ai_bid', '2024-03-03 03:40:05', '2024-03-03 03:40:05', '2024-03-04 03:41:05'),
(215, 1740, 'Chiristore', 1827, 19, 1, 0.12, 1, 1, 'ai_bid', '2024-03-03 03:40:06', '2024-03-03 03:40:06', '2024-03-04 03:41:05'),
(216, 1740, 'Chiristore', 1827, 19, 1, 0.13, 1, 1, 'ai_bid', '2024-03-03 03:41:04', '2024-03-03 03:41:04', '2024-03-04 03:42:03'),
(217, 1740, 'Chiristore', 4027, 17, 1, 23.09, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(218, 1740, 'Chiristore', 2536, 14, 1, 136.49, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(219, 1740, 'Chiristore', 700, 18, 1, 42.71, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(220, 1740, 'Chiristore', 4209, 14, 1, 21.36, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(221, 1740, 'Chiristore', 3083, 18, 1, 52.00, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(222, 1740, 'Chiristore', 251, 12, 1, 592.02, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(223, 1740, 'Chiristore', 4520, 16, 1, 29.28, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(224, 1740, 'Chiristore', 4881, 12, 1, 20.43, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(225, 1740, 'Chiristore', 3410, 10, 1, 29.87, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(226, 1740, 'Chiristore', 694, 17, 1, 146.88, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(227, 1740, 'Chiristore', 1460, 19, 1, 27.55, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(228, 1740, 'Chiristore', 5625, 10, 1, 4.92, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(229, 1740, 'Chiristore', 734, 19, 1, 0.22, 1, 1, 'ai_bid', '2024-03-04 04:53:03', '2024-03-04 04:53:03', '2024-03-05 04:53:37'),
(230, 1740, 'Chiristore', 2198, 16, 1, 31.19, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:03'),
(231, 1740, 'Chiristore', 2030, 4, 1, 252.96, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(232, 1740, 'Chiristore', 5559, 10, 1, 21.62, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(233, 1740, 'Chiristore', 302, 5, 1, 275.37, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(234, 1740, 'Chiristore', 1681, 19, 1, 16.93, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(235, 1740, 'Chiristore', 2127, 19, 1, 2.60, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(236, 1740, 'Chiristore', 1230, 14, 1, 32.85, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(237, 1740, 'Chiristore', 4698, 12, 1, 20.94, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(238, 1740, 'Chiristore', 5075, 16, 1, 23.40, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(239, 1740, 'Chiristore', 581, 18, 1, 106.00, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(240, 1740, 'Chiristore', 1190, 18, 1, 33.28, 1, 1, 'ai_bid', '2024-03-05 06:04:03', '2024-03-05 06:04:03', '2024-03-06 06:04:04'),
(241, 1740, 'Chiristore', 3873, 16, 1, 13.64, 1, 1, 'ai_bid', '2024-03-05 06:04:04', '2024-03-05 06:04:04', '2024-03-06 06:05:04'),
(242, 1740, 'Chiristore', 3073, 2, 1, 113.12, 1, 1, 'ai_bid', '2024-03-05 06:04:04', '2024-03-05 06:04:04', '2024-03-06 06:05:04'),
(243, 1740, 'Chiristore', 5799, 13, 1, 15.59, 1, 1, 'ai_bid', '2024-03-05 06:04:04', '2024-03-05 06:04:04', '2024-03-06 06:05:04'),
(244, 1740, 'Chiristore', 3938, 5, 1, 20.14, 1, 1, 'ai_bid', '2024-03-05 06:04:04', '2024-03-05 06:04:04', '2024-03-06 06:05:04'),
(245, 1740, 'Chiristore', 2790, 14, 1, 126.74, 1, 1, 'ai_bid', '2024-03-05 06:04:04', '2024-03-05 06:04:04', '2024-03-06 06:05:04'),
(246, 1740, 'Chiristore', 5480, 16, 1, 36.35, 1, 1, 'ai_bid', '2024-03-05 06:04:04', '2024-03-05 06:04:04', '2024-03-06 06:05:04'),
(247, 1740, 'Chiristore', 624, 5, 1, 1.03, 1, 1, 'ai_bid', '2024-03-05 06:04:04', '2024-03-05 06:04:04', '2024-03-06 06:05:04'),
(248, 1740, 'Chiristore', 419, 17, 1, 878.80, 1, 1, 'ai_bid', '2024-03-06 07:16:03', '2024-03-06 07:16:03', '2024-03-07 07:17:02'),
(249, 1740, 'Chiristore', 4098, 14, 1, 7.41, 1, 1, 'ai_bid', '2024-03-06 07:16:03', '2024-03-06 07:16:03', '2024-03-07 07:17:03'),
(250, 1740, 'Chiristore', 790, 18, 1, 263.09, 1, 1, 'ai_bid', '2024-03-06 07:16:03', '2024-03-06 07:16:03', '2024-03-07 07:17:03'),
(251, 1740, 'Chiristore', 3709, 14, 1, 3.46, 1, 1, 'ai_bid', '2024-03-06 07:16:03', '2024-03-06 07:16:03', '2024-03-07 07:17:03'),
(252, 1740, 'Chiristore', 215, 7, 1, 7.82, 1, 1, 'ai_bid', '2024-03-06 07:16:03', '2024-03-06 07:16:03', '2024-03-07 07:17:03'),
(253, 1740, 'Chiristore', 803, 19, 1, 0.21, 1, 1, 'ai_bid', '2024-03-06 07:16:04', '2024-03-06 07:16:04', '2024-03-07 07:17:03'),
(254, 1740, 'Chiristore', 1827, 19, 1, 0.12, 1, 1, 'ai_bid', '2024-03-06 07:16:04', '2024-03-06 07:16:04', '2024-03-07 07:17:03'),
(255, 1740, 'Chiristore', 5891, 13, 1, 15.29, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:29:04'),
(256, 1740, 'Chiristore', 1402, 14, 1, 16.10, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:30:06'),
(257, 1740, 'Chiristore', 3880, 16, 1, 16.78, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:31:02'),
(258, 1740, 'Chiristore', 5635, 10, 1, 5.14, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:32:05'),
(259, 1740, 'Chiristore', 4307, 18, 1, 1010.00, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:33:03'),
(260, 1740, 'Chiristore', 5903, 13, 1, 31.62, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:34:03'),
(261, 1740, 'Chiristore', 2366, 10, 1, 19.07, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:35:04'),
(262, 1740, 'Chiristore', 3760, 7, 1, 37.26, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:36:02'),
(263, 1740, 'Chiristore', 4591, 5, 1, 16.31, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:37:04'),
(264, 1740, 'Chiristore', 6104, 11, 1, 1.49, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:38:02'),
(265, 1740, 'Chiristore', 5929, 13, 1, 3.68, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:39:03'),
(266, 1740, 'Chiristore', 3338, 7, 1, 5.51, 1, 1, 'ai_bid', '2024-03-07 08:29:03', '2024-03-07 08:29:03', '2024-03-08 08:40:04'),
(267, 1740, 'Chiristore', 1827, 19, 1, 0.12, 1, 1, 'ai_bid', '2024-03-07 08:30:05', '2024-03-07 08:30:05', '2024-03-08 08:41:02'),
(268, 1747, 'Shopnice', 62, 2, 2, 19.08, 1, 1, 'ai_bid', '2024-03-22 08:26:03', '2024-03-22 08:26:03', '2024-03-23 08:26:03'),
(269, 1747, 'Shopnice', 1536, 2, 2, 73.49, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(270, 1747, 'Shopnice', 4483, 16, 2, 3.03, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(271, 1747, 'Shopnice', 3018, 14, 2, 2.53, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(272, 1747, 'Shopnice', 3149, 4, 2, 3.18, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(273, 1747, 'Shopnice', 3326, 7, 2, 6.23, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(274, 1747, 'Shopnice', 4704, 12, 2, 1.26, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(275, 1747, 'Shopnice', 1842, 19, 2, 1.04, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(276, 1747, 'Shopnice', 1827, 19, 2, 0.12, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(277, 1802, 'iversonweb', 62, 2, 3, 18.54, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(278, 1802, 'iversonweb', 1536, 2, 3, 75.63, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(279, 1802, 'iversonweb', 4483, 16, 3, 3.18, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:03'),
(280, 1802, 'iversonweb', 4704, 12, 3, 1.30, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:04'),
(281, 1802, 'iversonweb', 1842, 19, 3, 1.06, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:04'),
(282, 1802, 'iversonweb', 1811, 5, 3, 0.21, 1, 1, 'ai_bid', '2024-03-22 08:26:05', '2024-03-22 08:26:05', '2024-03-23 08:27:04'),
(283, 1802, 'iversonweb', 3629, 13, 4, 21.19, 1, 1, 'ai_bid', '2024-03-22 08:42:03', '2024-03-22 08:42:03', '2024-03-23 08:42:03'),
(284, 1802, 'iversonweb', 5354, 16, 4, 10.39, 1, 1, 'ai_bid', '2024-03-22 08:42:03', '2024-03-22 08:42:03', '2024-03-23 08:42:03'),
(285, 1802, 'iversonweb', 934, 17, 4, 13.11, 1, 1, 'ai_bid', '2024-03-22 08:42:03', '2024-03-22 08:42:03', '2024-03-23 08:42:03'),
(286, 1802, 'iversonweb', 678, 10, 4, 2.02, 1, 1, 'ai_bid', '2024-03-22 08:42:03', '2024-03-22 08:42:03', '2024-03-23 08:42:03'),
(287, 1802, 'iversonweb', 752, 19, 4, 1.01, 1, 1, 'ai_bid', '2024-03-22 08:42:03', '2024-03-22 08:42:03', '2024-03-23 08:42:03'),
(288, 1802, 'iversonweb', 1597, 13, 4, 2.21, 1, 1, 'ai_bid', '2024-03-22 08:42:03', '2024-03-22 08:42:03', '2024-03-23 08:42:03'),
(289, 1747, 'Shopnice', 5390, 17, 2, 92.40, 1, 1, 'ai_bid', '2024-03-23 09:38:04', '2024-03-23 09:38:04', '2024-03-24 09:39:05'),
(290, 1747, 'Shopnice', 2610, 14, 2, 10.09, 1, 1, 'ai_bid', '2024-03-23 09:38:04', '2024-03-23 09:38:04', '2024-03-24 09:39:07'),
(291, 1747, 'Shopnice', 685, 5, 2, 8.48, 1, 1, 'ai_bid', '2024-03-23 09:38:04', '2024-03-23 09:38:04', '2024-03-24 09:39:07'),
(292, 1802, 'iversonweb', 5390, 17, 3, 88.88, 1, 1, 'ai_bid', '2024-03-23 09:38:04', '2024-03-23 09:38:04', '2024-03-24 09:39:07'),
(293, 1802, 'iversonweb', 2610, 14, 3, 10.39, 1, 1, 'ai_bid', '2024-03-23 09:38:04', '2024-03-23 09:38:04', '2024-03-24 09:39:07'),
(294, 1802, 'iversonweb', 1262, 19, 3, 1.59, 1, 1, 'ai_bid', '2024-03-23 09:38:04', '2024-03-23 09:38:04', '2024-03-24 09:39:07'),
(295, 1802, 'iversonweb', 2492, 18, 4, 19.00, 1, 1, 'ai_bid', '2024-03-23 09:54:03', '2024-03-23 09:54:03', '2024-03-24 09:54:05'),
(296, 1802, 'iversonweb', 6111, 11, 4, 29.22, 1, 1, 'ai_bid', '2024-03-23 09:54:03', '2024-03-23 09:54:03', '2024-03-24 09:54:05'),
(297, 1802, 'iversonweb', 5489, 7, 4, 2.10, 1, 1, 'ai_bid', '2024-03-23 09:54:03', '2024-03-23 09:54:03', '2024-03-24 09:54:05'),
(298, 1802, 'iversonweb', 1827, 19, 4, 0.12, 1, 1, 'ai_bid', '2024-03-23 09:54:04', '2024-03-23 09:54:04', '2024-03-24 09:54:05'),
(299, 1747, 'Shopnice', 417, 17, 2, 47.69, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:03'),
(300, 1747, 'Shopnice', 1274, 10, 2, 3.37, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(301, 1747, 'Shopnice', 6177, 14, 2, 24.37, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(302, 1747, 'Shopnice', 2083, 14, 2, 26.24, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(303, 1747, 'Shopnice', 3550, 12, 2, 7.60, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(304, 1747, 'Shopnice', 1821, 19, 2, 1.01, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(305, 1747, 'Shopnice', 1523, 10, 2, 1.61, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(306, 1802, 'iversonweb', 417, 17, 3, 46.34, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(307, 1802, 'iversonweb', 1274, 10, 3, 3.24, 1, 1, 'ai_bid', '2024-03-24 10:50:05', '2024-03-24 10:50:05', '2024-03-25 10:51:04'),
(308, 1802, 'iversonweb', 6177, 14, 3, 23.91, 1, 1, 'ai_bid', '2024-03-24 10:50:06', '2024-03-24 10:50:06', '2024-03-25 10:51:05'),
(309, 1802, 'iversonweb', 2083, 14, 3, 25.24, 1, 1, 'ai_bid', '2024-03-24 10:50:06', '2024-03-24 10:50:06', '2024-03-25 10:51:05'),
(310, 1802, 'iversonweb', 1821, 19, 3, 1.04, 1, 1, 'ai_bid', '2024-03-24 10:50:06', '2024-03-24 10:50:06', '2024-03-25 10:51:05'),
(311, 1802, 'iversonweb', 1523, 10, 3, 1.58, 1, 1, 'ai_bid', '2024-03-24 10:50:06', '2024-03-24 10:50:06', '2024-03-25 10:51:05'),
(312, 1802, 'iversonweb', 1844, 19, 3, 0.31, 1, 1, 'ai_bid', '2024-03-24 10:50:06', '2024-03-24 10:50:06', '2024-03-25 10:51:05'),
(313, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-03-24 10:50:06', '2024-03-24 10:50:06', '2024-03-25 10:51:05'),
(314, 1802, 'iversonweb', 3330, 7, 4, 21.62, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:03'),
(315, 1802, 'iversonweb', 5984, 17, 4, 18.11, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:03'),
(316, 1802, 'iversonweb', 4314, 15, 4, 4.89, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:03'),
(317, 1802, 'iversonweb', 6028, 15, 4, 2.19, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:04'),
(318, 1802, 'iversonweb', 4884, 14, 4, 2.39, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:04'),
(319, 1802, 'iversonweb', 3324, 7, 4, 1.36, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:04'),
(320, 1802, 'iversonweb', 1811, 5, 4, 0.20, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:04'),
(321, 1802, 'iversonweb', 1827, 19, 4, 0.12, 1, 1, 'ai_bid', '2024-03-24 11:06:05', '2024-03-24 11:06:05', '2024-03-25 11:07:04'),
(322, 1747, 'Shopnice', 1853, 19, NULL, 32.00, 2, 1, 'manual_bid', '2024-03-25 11:56:41', '2024-03-25 11:56:41', '2024-03-26 11:57:02'),
(323, 1747, 'Shopnice', 2541, 19, NULL, 21.00, 2, 1, 'manual_bid', '2024-03-25 11:59:39', '2024-03-25 11:59:39', '2024-03-26 12:00:06'),
(324, 1802, 'iversonweb', 4088, 14, 3, 20.14, 1, 1, 'ai_bid', '2024-03-25 12:03:03', '2024-03-25 12:03:03', '2024-03-26 12:03:04'),
(325, 1802, 'iversonweb', 2458, 2, 3, 16.16, 1, 1, 'ai_bid', '2024-03-25 12:03:03', '2024-03-25 12:03:03', '2024-03-26 12:03:04'),
(326, 1802, 'iversonweb', 4604, 16, 3, 28.35, 1, 1, 'ai_bid', '2024-03-25 12:03:03', '2024-03-25 12:03:03', '2024-03-26 12:03:04'),
(327, 1802, 'iversonweb', 5478, 7, 3, 3.13, 1, 1, 'ai_bid', '2024-03-25 12:03:03', '2024-03-25 12:03:03', '2024-03-26 12:03:04'),
(328, 1802, 'iversonweb', 398, 7, 3, 15.29, 1, 1, 'ai_bid', '2024-03-25 12:03:03', '2024-03-25 12:03:03', '2024-03-26 12:03:04'),
(329, 1802, 'iversonweb', 4796, 12, 3, 10.83, 1, 1, 'ai_bid', '2024-03-25 12:03:04', '2024-03-25 12:03:04', '2024-03-26 12:03:04'),
(330, 1802, 'iversonweb', 3539, 12, 3, 1.21, 1, 1, 'ai_bid', '2024-03-25 12:03:04', '2024-03-25 12:03:04', '2024-03-26 12:03:04'),
(331, 1802, 'iversonweb', 1821, 19, 3, 1.03, 1, 1, 'ai_bid', '2024-03-25 12:03:04', '2024-03-25 12:03:04', '2024-03-26 12:03:04'),
(332, 1802, 'iversonweb', 5658, 15, 3, 3.69, 1, 1, 'ai_bid', '2024-03-25 12:03:04', '2024-03-25 12:03:04', '2024-03-26 12:03:04'),
(333, 1802, 'iversonweb', 4219, 5, 3, 1.30, 1, 1, 'ai_bid', '2024-03-25 12:03:04', '2024-03-25 12:03:04', '2024-03-26 12:03:04'),
(334, 1802, 'iversonweb', 6104, 11, 3, 1.46, 1, 1, 'ai_bid', '2024-03-25 12:03:04', '2024-03-25 12:03:04', '2024-03-26 12:03:04'),
(335, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-03-25 12:03:04', '2024-03-25 12:03:04', '2024-03-26 12:03:04'),
(336, 1747, 'Shopnice', 3262, 5, NULL, 5.80, 1, 1, 'manual_bid', '2024-03-25 12:07:31', '2024-03-25 12:07:31', '2024-03-26 12:08:02'),
(337, 1802, 'iversonweb', 2187, 19, 4, 10.49, 1, 1, 'ai_bid', '2024-03-25 12:19:03', '2024-03-25 12:19:03', '2024-03-26 12:20:04'),
(338, 1802, 'iversonweb', 5250, 16, 4, 9.16, 1, 1, 'ai_bid', '2024-03-25 12:19:03', '2024-03-25 12:19:03', '2024-03-26 12:20:04'),
(339, 1802, 'iversonweb', 2621, 18, 4, 18.83, 1, 1, 'ai_bid', '2024-03-25 12:19:03', '2024-03-25 12:19:03', '2024-03-26 12:20:04'),
(340, 1802, 'iversonweb', 1005, 5, 4, 10.50, 1, 1, 'ai_bid', '2024-03-25 12:19:03', '2024-03-25 12:19:03', '2024-03-26 12:20:04'),
(341, 1802, 'iversonweb', 1842, 19, 4, 1.01, 1, 1, 'ai_bid', '2024-03-25 12:19:03', '2024-03-25 12:19:03', '2024-03-26 12:20:04'),
(342, 1802, 'iversonweb', 1640, 19, 4, 1.06, 1, 1, 'ai_bid', '2024-03-25 12:19:03', '2024-03-25 12:19:03', '2024-03-26 12:20:04'),
(343, 1802, 'iversonweb', 1894, 19, 4, 0.20, 1, 1, 'ai_bid', '2024-03-25 12:19:03', '2024-03-25 12:19:03', '2024-03-26 12:20:04'),
(344, 1747, 'Shopnice', 3296, 5, NULL, 1.15, 1, 1, 'manual_bid', '2024-03-25 12:35:49', '2024-03-25 12:35:49', '2024-03-26 12:36:02'),
(345, 1747, 'Shopnice', 3249, 5, NULL, 11.00, 1, 1, 'manual_bid', '2024-03-25 13:01:51', '2024-03-25 13:01:51', '2024-03-26 13:02:03'),
(346, 1747, 'Shopnice', 3264, 5, NULL, 7.00, 1, 1, 'manual_bid', '2024-03-25 13:05:12', '2024-03-25 13:05:12', '2024-03-26 13:06:03'),
(347, 1747, 'Shopnice', 3225, 5, NULL, 1.15, 1, 1, 'manual_bid', '2024-03-25 13:14:07', '2024-03-25 13:14:07', '2024-03-26 13:15:03'),
(348, 1747, 'Shopnice', 1811, 5, NULL, 0.22, 4, 1, 'manual_bid', '2024-03-25 13:30:53', '2024-03-25 13:30:53', '2024-03-26 13:31:03'),
(349, 1802, 'iversonweb', 5688, 10, 3, 100.65, 1, 1, 'ai_bid', '2024-03-26 13:14:03', '2024-03-26 13:14:03', '2024-03-27 13:15:04'),
(350, 1802, 'iversonweb', 143, 18, 3, 1.06, 1, 1, 'ai_bid', '2024-03-26 13:14:03', '2024-03-26 13:14:03', '2024-03-27 13:15:05'),
(351, 1802, 'iversonweb', 624, 5, 3, 1.05, 1, 1, 'ai_bid', '2024-03-26 13:14:03', '2024-03-26 13:14:03', '2024-03-27 13:15:06'),
(352, 1802, 'iversonweb', 803, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-03-26 13:14:03', '2024-03-26 13:14:03', '2024-03-27 13:15:06'),
(353, 1802, 'iversonweb', 1894, 19, 3, 0.20, 1, 1, 'ai_bid', '2024-03-26 13:14:03', '2024-03-26 13:14:03', '2024-03-27 13:15:06'),
(354, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-03-26 13:14:03', '2024-03-26 13:14:03', '2024-03-27 13:15:06'),
(355, 1802, 'iversonweb', 1844, 19, 3, 0.31, 1, 1, 'ai_bid', '2024-03-26 13:14:03', '2024-03-26 13:14:03', '2024-03-27 13:15:06'),
(356, 1802, 'iversonweb', 4783, 12, 4, 31.62, 1, 1, 'ai_bid', '2024-03-26 13:31:04', '2024-03-26 13:31:04', '2024-03-27 13:32:02'),
(357, 1802, 'iversonweb', 6086, 15, 4, 10.19, 1, 1, 'ai_bid', '2024-03-26 13:31:04', '2024-03-26 13:31:04', '2024-03-27 13:32:04'),
(358, 1802, 'iversonweb', 4223, 5, 4, 9.88, 1, 1, 'ai_bid', '2024-03-26 13:31:04', '2024-03-26 13:31:04', '2024-03-27 13:32:04'),
(359, 1747, 'Shopnice', 1956, 19, NULL, 10.10, 5, 1, 'manual_bid', '2024-03-26 16:47:18', '2024-03-26 16:47:18', '2024-03-27 16:48:03'),
(360, 1747, 'Shopnice', 2121, 19, NULL, 4.16, 1, 1, 'manual_bid', '2024-03-26 16:50:57', '2024-03-26 16:50:57', '2024-03-27 16:51:03'),
(361, 1747, 'Shopnice', 1662, 19, NULL, 0.90, 2, 1, 'manual_bid', '2024-03-26 16:58:24', '2024-03-26 16:58:24', '2024-03-27 16:59:03'),
(362, 1747, 'Shopnice', 1935, 19, NULL, 55.10, 1, 1, 'manual_bid', '2024-03-26 18:45:05', '2024-03-26 18:45:05', '2024-03-27 18:46:03'),
(363, 1747, 'Shopnice', 1805, 19, NULL, 8.40, 2, 1, 'manual_bid', '2024-03-26 18:49:52', '2024-03-26 18:49:52', '2024-03-27 18:50:05'),
(364, 1747, 'Shopnice', 1640, 19, NULL, 1.10, 6, 1, 'manual_bid', '2024-03-26 18:52:04', '2024-03-26 18:52:04', '2024-03-27 18:53:03'),
(365, 1747, 'Shopnice', 716, 19, NULL, 1.05, 1, 1, 'manual_bid', '2024-03-27 06:14:16', '2024-03-27 06:14:16', '2024-03-28 06:15:04'),
(366, 1802, 'iversonweb', 1926, 18, 3, 8.47, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:04'),
(367, 1802, 'iversonweb', 4223, 5, 3, 9.79, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:05'),
(368, 1802, 'iversonweb', 2200, 19, 3, 13.26, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(369, 1802, 'iversonweb', 306, 18, 3, 14.70, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(370, 1802, 'iversonweb', 5670, 15, 3, 1.92, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(371, 1802, 'iversonweb', 4486, 15, 3, 24.48, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(372, 1802, 'iversonweb', 3329, 7, 3, 23.65, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(373, 1802, 'iversonweb', 214, 7, 3, 7.62, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(374, 1802, 'iversonweb', 1894, 19, 3, 0.20, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(375, 1802, 'iversonweb', 1844, 19, 3, 0.31, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(376, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-03-27 14:27:05', '2024-03-27 14:27:05', '2024-03-28 14:28:06'),
(377, 1802, 'iversonweb', 849, 10, 4, 45.89, 1, 1, 'ai_bid', '2024-03-27 14:43:04', '2024-03-27 14:43:04', '2024-03-28 14:43:04'),
(378, 1802, 'iversonweb', 5762, 13, 4, 5.65, 1, 1, 'ai_bid', '2024-03-27 14:43:04', '2024-03-27 14:43:04', '2024-03-28 14:43:06'),
(379, 1802, 'iversonweb', 803, 19, 4, 0.20, 1, 1, 'ai_bid', '2024-03-27 14:43:04', '2024-03-27 14:43:04', '2024-03-28 14:43:06'),
(380, 1802, 'iversonweb', 949, 5, 4, 0.32, 1, 1, 'ai_bid', '2024-03-27 14:43:04', '2024-03-27 14:43:04', '2024-03-28 14:43:06'),
(381, 1802, 'iversonweb', 1827, 19, 4, 0.12, 1, 1, 'ai_bid', '2024-03-27 14:43:04', '2024-03-27 14:43:04', '2024-03-28 14:43:06'),
(382, 1747, 'Shopnice', 2608, 19, NULL, 10.50, 5, 1, 'manual_bid', '2024-03-28 05:46:04', '2024-03-28 05:46:04', '2024-03-29 05:46:04'),
(383, 1747, 'Shopnice', 712, 19, NULL, 30.50, 2, 1, 'manual_bid', '2024-03-28 05:48:29', '2024-03-28 05:48:29', '2024-03-29 05:49:04'),
(384, 1747, 'Shopnice', 1363, 19, NULL, 3.40, 2, 1, 'manual_bid', '2024-03-28 05:59:22', '2024-03-28 05:59:22', '2024-03-29 06:00:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(385, 1747, 'Shopnice', 1677, 19, NULL, 17.50, 1, 1, 'manual_bid', '2024-03-28 06:00:35', '2024-03-28 06:00:35', '2024-03-29 06:01:04'),
(386, 1747, 'Shopnice', 1827, 19, NULL, 0.13, 1, 1, 'manual_bid', '2024-03-28 06:07:54', '2024-03-28 06:07:54', '2024-03-29 06:08:04'),
(387, 1747, 'Shopnice', 1842, 19, NULL, 1.01, 1, 1, 'manual_bid', '2024-03-28 11:07:54', '2024-03-28 11:07:54', '2024-03-29 11:08:02'),
(388, 1747, 'Shopnice', 1827, 19, NULL, 0.12, 1, 1, 'manual_bid', '2024-03-28 11:13:42', '2024-03-28 11:13:42', '2024-03-29 11:14:03'),
(389, 1747, 'Shopnice', 1842, 19, NULL, 1.01, 1, 1, 'manual_bid', '2024-03-28 13:16:40', '2024-03-28 13:16:40', '2024-03-29 13:17:04'),
(390, 1747, 'Shopnice', 1827, 19, NULL, 0.12, 6, 1, 'manual_bid', '2024-03-28 13:22:44', '2024-03-28 13:22:44', '2024-03-29 13:23:03'),
(391, 1747, 'Shopnice', 1827, 19, NULL, 0.12, 1, 1, 'manual_bid', '2024-03-28 13:24:37', '2024-03-28 13:24:37', '2024-03-29 13:25:04'),
(392, 1802, 'iversonweb', 221, 12, 3, 24.54, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:03'),
(393, 1802, 'iversonweb', 407, 18, 3, 5.49, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(394, 1802, 'iversonweb', 771, 10, 3, 7.53, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(395, 1802, 'iversonweb', 2337, 5, 3, 30.30, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(396, 1802, 'iversonweb', 5948, 17, 3, 3.48, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(397, 1802, 'iversonweb', 4389, 16, 3, 15.45, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(398, 1802, 'iversonweb', 4103, 14, 3, 7.34, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(399, 1802, 'iversonweb', 2210, 19, 3, 7.35, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(400, 1802, 'iversonweb', 4033, 18, 3, 2.73, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(401, 1802, 'iversonweb', 752, 19, 3, 1.04, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(402, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-03-28 15:40:06', '2024-03-28 15:40:06', '2024-03-29 15:41:05'),
(403, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-03-28 15:41:04', '2024-03-28 15:41:04', '2024-03-29 15:42:04'),
(404, 1802, 'iversonweb', 2336, 18, 4, 46.80, 1, 1, 'ai_bid', '2024-03-28 15:54:06', '2024-03-28 15:54:06', '2024-03-29 15:55:05'),
(405, 1802, 'iversonweb', 1219, 15, 4, 5.04, 1, 1, 'ai_bid', '2024-03-28 15:54:06', '2024-03-28 15:54:06', '2024-03-29 15:55:05'),
(406, 1802, 'iversonweb', 803, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-03-28 15:54:06', '2024-03-28 15:54:06', '2024-03-29 15:55:05'),
(407, 1802, 'iversonweb', 1844, 19, 4, 0.32, 1, 1, 'ai_bid', '2024-03-28 15:54:06', '2024-03-28 15:54:06', '2024-03-29 15:55:05'),
(408, 1802, 'iversonweb', 1811, 5, 4, 0.21, 1, 1, 'ai_bid', '2024-03-28 15:54:06', '2024-03-28 15:54:06', '2024-03-29 15:55:05'),
(409, 1747, 'Shopnice', 1956, 19, NULL, 10.08, 3, 1, 'manual_bid', '2024-03-29 11:10:15', '2024-03-29 11:10:15', '2024-03-30 11:11:02'),
(410, 1747, 'Shopnice', 2608, 19, NULL, 10.01, 3, 1, 'manual_bid', '2024-03-29 11:11:58', '2024-03-29 11:11:58', '2024-03-30 11:12:03'),
(411, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 3, 1, 'manual_bid', '2024-03-29 15:57:20', '2024-03-29 15:57:20', '2024-03-30 15:58:03'),
(412, 1802, 'iversonweb', 4083, 18, 3, 51.99, 1, 1, 'ai_bid', '2024-03-29 16:53:03', '2024-03-29 16:53:03', '2024-03-30 16:54:02'),
(413, 1802, 'iversonweb', 3850, 16, 3, 18.17, 1, 1, 'ai_bid', '2024-03-29 16:53:03', '2024-03-29 16:53:03', '2024-03-30 16:54:04'),
(414, 1802, 'iversonweb', 5323, 16, 3, 29.63, 1, 1, 'ai_bid', '2024-03-29 16:53:03', '2024-03-29 16:53:03', '2024-03-30 16:54:04'),
(415, 1802, 'iversonweb', 5762, 13, 3, 5.43, 1, 1, 'ai_bid', '2024-03-29 16:53:03', '2024-03-29 16:53:03', '2024-03-30 16:54:04'),
(416, 1802, 'iversonweb', 1842, 19, 3, 1.05, 1, 1, 'ai_bid', '2024-03-29 16:53:03', '2024-03-29 16:53:03', '2024-03-30 16:54:04'),
(417, 1802, 'iversonweb', 1827, 19, 3, 0.13, 1, 1, 'ai_bid', '2024-03-29 16:53:03', '2024-03-29 16:53:03', '2024-03-30 16:54:04'),
(418, 1802, 'iversonweb', 4090, 18, 4, 9.26, 1, 1, 'ai_bid', '2024-03-29 17:06:05', '2024-03-29 17:06:05', '2024-03-30 17:07:04'),
(419, 1802, 'iversonweb', 1850, 5, 4, 0.58, 1, 1, 'ai_bid', '2024-03-29 17:06:05', '2024-03-29 17:06:05', '2024-03-30 17:07:05'),
(420, 1802, 'iversonweb', 1540, 2, 4, 34.65, 1, 1, 'ai_bid', '2024-03-29 17:06:05', '2024-03-29 17:06:05', '2024-03-30 17:07:05'),
(421, 1802, 'iversonweb', 1673, 19, 4, 4.23, 1, 1, 'ai_bid', '2024-03-29 17:06:05', '2024-03-29 17:06:05', '2024-03-30 17:07:05'),
(422, 1802, 'iversonweb', 5704, 10, 4, 2.59, 1, 1, 'ai_bid', '2024-03-29 17:06:05', '2024-03-29 17:06:05', '2024-03-30 17:07:05'),
(423, 1802, 'iversonweb', 4704, 12, 4, 1.31, 1, 1, 'ai_bid', '2024-03-29 17:06:05', '2024-03-29 17:06:05', '2024-03-30 17:07:05'),
(424, 1802, 'iversonweb', 756, 19, 4, 0.47, 1, 1, 'ai_bid', '2024-03-29 17:06:05', '2024-03-29 17:06:05', '2024-03-30 17:07:05'),
(425, 1747, 'Shopnice', 1920, 12, NULL, 38.47, 1, 1, 'manual_bid', '2024-03-29 18:01:18', '2024-03-29 18:01:18', '2024-03-30 18:02:02'),
(426, 1747, 'Shopnice', 1748, 19, NULL, 39.00, 1, 1, 'manual_bid', '2024-03-29 18:06:25', '2024-03-29 18:06:25', '2024-03-30 18:07:04'),
(427, 1747, 'Shopnice', 4704, 12, NULL, 1.25, 2, 1, 'manual_bid', '2024-03-29 18:12:56', '2024-03-29 18:12:56', '2024-03-30 18:13:02'),
(428, 1747, 'Shopnice', 3539, 12, NULL, 1.15, 1, 1, 'manual_bid', '2024-03-30 08:01:27', '2024-03-30 08:01:27', '2024-03-31 07:02:03'),
(429, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 6, 1, 'manual_bid', '2024-03-30 14:37:46', '2024-03-30 14:37:46', '2024-03-31 13:38:02'),
(430, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 2, 1, 'manual_bid', '2024-03-30 14:39:36', '2024-03-30 14:39:36', '2024-03-31 13:40:03'),
(431, 1802, 'iversonweb', 2917, 14, 3, 16.81, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:03'),
(432, 1802, 'iversonweb', 4200, 14, 3, 14.07, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(433, 1802, 'iversonweb', 5639, 10, 3, 5.13, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(434, 1802, 'iversonweb', 161, 14, 3, 31.01, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(435, 1802, 'iversonweb', 2119, 12, 3, 7.75, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(436, 1802, 'iversonweb', 4671, 12, 3, 9.44, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(437, 1802, 'iversonweb', 1224, 19, 3, 15.17, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(438, 1802, 'iversonweb', 215, 7, 3, 7.67, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(439, 1802, 'iversonweb', 1844, 19, 3, 0.31, 1, 1, 'ai_bid', '2024-03-30 18:06:04', '2024-03-30 18:06:04', '2024-03-31 17:07:05'),
(440, 1802, 'iversonweb', 2809, 18, 4, 36.11, 1, 1, 'ai_bid', '2024-03-30 18:19:04', '2024-03-30 18:19:04', '2024-03-31 17:20:05'),
(441, 1802, 'iversonweb', 314, 18, 4, 10.61, 1, 1, 'ai_bid', '2024-03-30 18:19:04', '2024-03-30 18:19:04', '2024-03-31 17:20:05'),
(442, 1802, 'iversonweb', 752, 19, 4, 1.01, 1, 1, 'ai_bid', '2024-03-30 18:19:04', '2024-03-30 18:19:04', '2024-03-31 17:20:05'),
(443, 1802, 'iversonweb', 3318, 5, 4, 1.22, 1, 1, 'ai_bid', '2024-03-30 18:19:04', '2024-03-30 18:19:04', '2024-03-31 17:20:05'),
(444, 1802, 'iversonweb', 1189, 10, 4, 2.56, 1, 1, 'ai_bid', '2024-03-30 18:19:04', '2024-03-30 18:19:04', '2024-03-31 17:20:05'),
(445, 1802, 'iversonweb', 5764, 13, 4, 1.51, 1, 1, 'ai_bid', '2024-03-30 18:19:05', '2024-03-30 18:19:05', '2024-03-31 17:20:05'),
(446, 1802, 'iversonweb', 1850, 5, 4, 0.58, 1, 1, 'ai_bid', '2024-03-30 18:19:05', '2024-03-30 18:19:05', '2024-03-31 17:20:05'),
(447, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 6, 1, 'manual_bid', '2024-03-30 20:54:21', '2024-03-30 20:54:21', '2024-03-31 19:55:04'),
(448, 1747, 'Shopnice', 1805, 19, NULL, 8.30, 2, 1, 'manual_bid', '2024-03-30 20:57:26', '2024-03-30 20:57:26', '2024-03-31 19:58:03'),
(449, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 1, 1, 'manual_bid', '2024-03-30 21:00:35', '2024-03-30 21:00:35', '2024-03-31 20:01:04'),
(450, 1802, 'iversonweb', 6103, 11, 3, 32.90, 1, 1, 'ai_bid', '2024-03-31 18:19:06', '2024-03-31 18:19:06', '2024-04-01 18:20:05'),
(451, 1802, 'iversonweb', 5130, 16, 3, 32.64, 1, 1, 'ai_bid', '2024-03-31 18:19:06', '2024-03-31 18:19:06', '2024-04-01 18:20:06'),
(452, 1802, 'iversonweb', 2965, 14, 3, 20.97, 1, 1, 'ai_bid', '2024-03-31 18:19:06', '2024-03-31 18:19:06', '2024-04-01 18:20:06'),
(453, 1802, 'iversonweb', 1846, 5, 3, 1.52, 1, 1, 'ai_bid', '2024-03-31 18:19:06', '2024-03-31 18:19:06', '2024-04-01 18:20:06'),
(454, 1802, 'iversonweb', 3626, 13, 3, 19.05, 1, 1, 'ai_bid', '2024-03-31 18:19:06', '2024-03-31 18:19:06', '2024-04-01 18:20:06'),
(455, 1802, 'iversonweb', 3296, 5, 3, 1.14, 1, 1, 'ai_bid', '2024-03-31 18:19:06', '2024-03-31 18:19:06', '2024-04-01 18:20:06'),
(456, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-03-31 18:19:07', '2024-03-31 18:19:07', '2024-04-01 18:20:06'),
(457, 1802, 'iversonweb', 1823, 10, 4, 14.30, 1, 1, 'ai_bid', '2024-03-31 18:32:03', '2024-03-31 18:32:03', '2024-04-01 18:32:05'),
(458, 1802, 'iversonweb', 3282, 16, 4, 22.25, 1, 1, 'ai_bid', '2024-03-31 18:32:03', '2024-03-31 18:32:03', '2024-04-01 18:32:07'),
(459, 1802, 'iversonweb', 1444, 19, 4, 8.24, 1, 1, 'ai_bid', '2024-03-31 18:32:04', '2024-03-31 18:32:04', '2024-04-01 18:32:07'),
(460, 1802, 'iversonweb', 910, 5, 4, 7.30, 1, 1, 'ai_bid', '2024-03-31 18:32:04', '2024-03-31 18:32:04', '2024-04-01 18:32:07'),
(461, 1802, 'iversonweb', 3324, 7, 4, 1.38, 1, 1, 'ai_bid', '2024-03-31 18:32:04', '2024-03-31 18:32:04', '2024-04-01 18:32:07'),
(462, 1802, 'iversonweb', 1827, 19, 4, 0.13, 1, 1, 'ai_bid', '2024-03-31 18:32:04', '2024-03-31 18:32:04', '2024-04-01 18:32:07'),
(463, 1802, 'iversonweb', 756, 19, 4, 0.47, 1, 1, 'ai_bid', '2024-03-31 18:32:04', '2024-03-31 18:32:04', '2024-04-01 18:32:07'),
(464, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 5, 1, 'manual_bid', '2024-04-01 03:14:52', '2024-04-01 03:14:52', '2024-04-02 03:15:04'),
(465, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-04-01 03:16:37', '2024-04-01 03:16:37', '2024-04-02 03:17:04'),
(466, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-04-01 03:18:53', '2024-04-01 03:18:53', '2024-04-02 03:19:02'),
(467, 1747, 'Shopnice', 5471, 12, NULL, 3.99, 2, 1, 'manual_bid', '2024-04-01 03:25:55', '2024-04-01 03:25:55', '2024-04-02 03:26:03'),
(468, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 9, 1, 'manual_bid', '2024-04-01 03:27:32', '2024-04-01 03:27:32', '2024-04-02 03:28:03'),
(469, 1802, 'iversonweb', 1174, 10, 3, 30.73, 1, 1, 'ai_bid', '2024-04-01 19:31:04', '2024-04-01 19:31:04', '2024-04-02 19:31:05'),
(470, 1802, 'iversonweb', 293, 5, 3, 13.69, 1, 1, 'ai_bid', '2024-04-01 19:31:04', '2024-04-01 19:31:04', '2024-04-02 19:31:07'),
(471, 1802, 'iversonweb', 144, 7, 3, 25.44, 1, 1, 'ai_bid', '2024-04-01 19:31:04', '2024-04-01 19:31:04', '2024-04-02 19:31:07'),
(472, 1802, 'iversonweb', 3010, 19, 3, 32.23, 1, 1, 'ai_bid', '2024-04-01 19:31:04', '2024-04-01 19:31:04', '2024-04-02 19:31:07'),
(473, 1802, 'iversonweb', 5617, 10, 3, 5.92, 1, 1, 'ai_bid', '2024-04-01 19:31:04', '2024-04-01 19:31:04', '2024-04-02 19:31:07'),
(474, 1802, 'iversonweb', 1469, 10, 3, 1.33, 1, 1, 'ai_bid', '2024-04-01 19:31:04', '2024-04-01 19:31:04', '2024-04-02 19:31:07'),
(475, 1802, 'iversonweb', 1558, 18, 4, 20.26, 1, 1, 'ai_bid', '2024-04-01 19:43:04', '2024-04-01 19:43:04', '2024-04-02 19:43:05'),
(476, 1802, 'iversonweb', 2116, 13, 4, 32.09, 1, 1, 'ai_bid', '2024-04-01 19:43:04', '2024-04-01 19:43:04', '2024-04-02 19:43:05'),
(477, 1802, 'iversonweb', 5670, 15, 4, 1.94, 1, 1, 'ai_bid', '2024-04-01 19:43:04', '2024-04-01 19:43:04', '2024-04-02 19:43:05'),
(478, 1802, 'iversonweb', 949, 5, 4, 0.31, 1, 1, 'ai_bid', '2024-04-01 19:43:04', '2024-04-01 19:43:04', '2024-04-02 19:43:05'),
(479, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 5, 1, 'manual_bid', '2024-04-02 05:54:23', '2024-04-02 05:54:23', '2024-04-03 05:55:04'),
(480, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-04-02 05:55:52', '2024-04-02 05:55:52', '2024-04-03 05:56:05'),
(481, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-04-02 05:57:51', '2024-04-02 05:57:51', '2024-04-03 05:58:03'),
(482, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 2, 1, 'manual_bid', '2024-04-02 06:00:25', '2024-04-02 06:00:25', '2024-04-03 06:01:03'),
(483, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 2, 1, 'manual_bid', '2024-04-02 06:01:53', '2024-04-02 06:01:53', '2024-04-03 06:02:06'),
(484, 1802, 'iversonweb', 30, 2, 3, 15.15, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:03'),
(485, 1802, 'iversonweb', 1180, 14, 3, 7.06, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(486, 1802, 'iversonweb', 308, 7, 3, 7.62, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(487, 1802, 'iversonweb', 2715, 16, 3, 35.68, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(488, 1802, 'iversonweb', 5041, 13, 3, 20.60, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(489, 1802, 'iversonweb', 4640, 15, 3, 7.21, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(490, 1802, 'iversonweb', 5544, 10, 3, 16.63, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(491, 1802, 'iversonweb', 1894, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(492, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-02 20:42:03', '2024-04-02 20:42:03', '2024-04-03 20:42:05'),
(493, 1802, 'iversonweb', 1471, 19, 4, 14.33, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(494, 1802, 'iversonweb', 2581, 14, 4, 17.33, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(495, 1802, 'iversonweb', 1823, 10, 4, 14.16, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(496, 1802, 'iversonweb', 1095, 19, 4, 8.31, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(497, 1802, 'iversonweb', 1811, 5, 4, 0.21, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(498, 1802, 'iversonweb', 734, 19, 4, 0.23, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(499, 1802, 'iversonweb', 1894, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(500, 1802, 'iversonweb', 949, 5, 4, 0.32, 1, 1, 'ai_bid', '2024-04-02 20:55:06', '2024-04-02 20:55:06', '2024-04-03 20:56:02'),
(501, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 5, 1, 'manual_bid', '2024-04-03 08:23:51', '2024-04-03 08:23:51', '2024-04-04 08:24:15'),
(502, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-04-03 08:25:06', '2024-04-03 08:25:06', '2024-04-04 08:25:06'),
(503, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 4, 1, 'manual_bid', '2024-04-03 08:27:24', '2024-04-03 08:27:24', '2024-04-04 08:28:06'),
(504, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-04-03 08:40:22', '2024-04-03 08:40:22', '2024-04-04 08:41:03'),
(505, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 3, 1, 'manual_bid', '2024-04-03 08:41:48', '2024-04-03 08:41:48', '2024-04-04 08:42:04'),
(506, 1802, 'iversonweb', 1451, 17, 3, 10.50, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(507, 1802, 'iversonweb', 3418, 14, 3, 24.58, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(508, 1802, 'iversonweb', 69, 2, 3, 26.50, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(509, 1802, 'iversonweb', 6028, 15, 3, 2.19, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(510, 1802, 'iversonweb', 942, 18, 3, 25.49, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(511, 1802, 'iversonweb', 5434, 17, 3, 17.55, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(512, 1802, 'iversonweb', 24, 2, 3, 1.06, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(513, 1802, 'iversonweb', 1129, 4, 3, 2.58, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(514, 1802, 'iversonweb', 803, 19, 3, 0.20, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(515, 1802, 'iversonweb', 1894, 19, 3, 0.20, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(516, 1802, 'iversonweb', 1811, 5, 3, 0.20, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(517, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-03 21:54:03', '2024-04-03 21:54:03', '2024-04-04 21:54:03'),
(518, 1802, 'iversonweb', 1827, 19, 3, 0.13, 1, 1, 'ai_bid', '2024-04-03 21:55:05', '2024-04-03 21:55:05', '2024-04-04 21:56:04'),
(519, 1802, 'iversonweb', 152, 18, 4, 9.27, 1, 1, 'ai_bid', '2024-04-03 22:06:03', '2024-04-03 22:06:03', '2024-04-04 22:06:05'),
(520, 1802, 'iversonweb', 6040, 14, 4, 16.27, 1, 1, 'ai_bid', '2024-04-03 22:06:03', '2024-04-03 22:06:03', '2024-04-04 22:06:05'),
(521, 1802, 'iversonweb', 156, 18, 4, 5.25, 1, 1, 'ai_bid', '2024-04-03 22:06:03', '2024-04-03 22:06:03', '2024-04-04 22:06:05'),
(522, 1802, 'iversonweb', 3686, 14, 4, 12.70, 1, 1, 'ai_bid', '2024-04-03 22:06:03', '2024-04-03 22:06:03', '2024-04-04 22:06:05'),
(523, 1802, 'iversonweb', 4361, 14, 4, 11.43, 1, 1, 'ai_bid', '2024-04-03 22:06:03', '2024-04-03 22:06:03', '2024-04-04 22:06:05'),
(524, 1802, 'iversonweb', 1850, 5, 4, 0.57, 1, 1, 'ai_bid', '2024-04-03 22:06:04', '2024-04-03 22:06:04', '2024-04-04 22:06:05'),
(525, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 5, 1, 'manual_bid', '2024-04-04 10:24:24', '2024-04-04 10:24:24', '2024-04-05 10:25:03'),
(526, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 5, 1, 'manual_bid', '2024-04-04 10:46:25', '2024-04-04 10:46:25', '2024-04-05 10:47:03'),
(527, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-04-04 10:53:08', '2024-04-04 10:53:08', '2024-04-05 10:54:03'),
(528, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-04-04 10:59:20', '2024-04-04 10:59:20', '2024-04-05 11:00:05'),
(529, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 2, 1, 'manual_bid', '2024-04-04 11:13:04', '2024-04-04 11:13:04', '2024-04-05 11:14:03'),
(530, 1802, 'iversonweb', 3051, 18, 3, 74.95, 1, 1, 'ai_bid', '2024-04-04 23:07:04', '2024-04-04 23:07:04', '2024-04-05 23:08:02'),
(531, 1802, 'iversonweb', 698, 19, 3, 6.48, 1, 1, 'ai_bid', '2024-04-04 23:07:04', '2024-04-04 23:07:04', '2024-04-05 23:08:04'),
(532, 1802, 'iversonweb', 4320, 18, 3, 20.39, 1, 1, 'ai_bid', '2024-04-04 23:07:04', '2024-04-04 23:07:04', '2024-04-05 23:08:04'),
(533, 1802, 'iversonweb', 1031, 19, 3, 10.30, 1, 1, 'ai_bid', '2024-04-04 23:07:04', '2024-04-04 23:07:04', '2024-04-05 23:08:04'),
(534, 1802, 'iversonweb', 1827, 19, 3, 0.13, 1, 1, 'ai_bid', '2024-04-04 23:07:04', '2024-04-04 23:07:04', '2024-04-05 23:08:04'),
(535, 1802, 'iversonweb', 2255, 16, 4, 20.59, 1, 1, 'ai_bid', '2024-04-04 23:17:03', '2024-04-04 23:17:03', '2024-04-05 23:17:03'),
(536, 1802, 'iversonweb', 702, 19, 4, 27.35, 1, 1, 'ai_bid', '2024-04-04 23:17:03', '2024-04-04 23:17:03', '2024-04-05 23:17:03'),
(537, 1802, 'iversonweb', 803, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-04 23:17:03', '2024-04-04 23:17:03', '2024-04-05 23:17:03'),
(538, 1802, 'iversonweb', 3365, 7, 4, 7.14, 1, 1, 'ai_bid', '2024-04-04 23:17:03', '2024-04-04 23:17:03', '2024-04-05 23:17:03'),
(539, 1802, 'iversonweb', 1850, 5, 4, 0.56, 1, 1, 'ai_bid', '2024-04-04 23:17:04', '2024-04-04 23:17:04', '2024-04-05 23:18:03'),
(540, 1802, 'iversonweb', 1894, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-04 23:17:04', '2024-04-04 23:17:04', '2024-04-05 23:18:03'),
(541, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-05 12:43:19', '2024-04-05 12:43:19', '2024-04-06 12:44:03'),
(542, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-05 12:44:36', '2024-04-05 12:44:36', '2024-04-06 12:45:05'),
(543, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-05 12:45:45', '2024-04-05 12:45:45', '2024-04-06 12:46:03'),
(544, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-05 12:47:12', '2024-04-05 12:47:12', '2024-04-06 12:48:03'),
(545, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-05 12:48:22', '2024-04-05 12:48:22', '2024-04-06 12:49:02'),
(546, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-05 12:50:23', '2024-04-05 12:50:23', '2024-04-06 12:51:03'),
(547, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 5, 1, 'manual_bid', '2024-04-05 12:52:00', '2024-04-05 12:52:00', '2024-04-06 12:52:04'),
(548, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 1, 1, 'manual_bid', '2024-04-05 12:57:20', '2024-04-05 12:57:20', '2024-04-06 12:58:03'),
(549, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 3, 1, 'manual_bid', '2024-04-05 12:59:12', '2024-04-05 12:59:12', '2024-04-06 13:00:04'),
(550, 1802, 'iversonweb', 4380, 15, 3, 5.14, 1, 1, 'ai_bid', '2024-04-06 00:20:06', '2024-04-06 00:20:06', '2024-04-07 00:20:07'),
(551, 1802, 'iversonweb', 1777, 5, 3, 30.51, 1, 1, 'ai_bid', '2024-04-06 00:20:06', '2024-04-06 00:20:06', '2024-04-07 00:20:09'),
(552, 1802, 'iversonweb', 5241, 14, 3, 33.88, 1, 1, 'ai_bid', '2024-04-06 00:20:06', '2024-04-06 00:20:06', '2024-04-07 00:20:09'),
(553, 1802, 'iversonweb', 4063, 13, 3, 17.38, 1, 1, 'ai_bid', '2024-04-06 00:20:06', '2024-04-06 00:20:06', '2024-04-07 00:20:09'),
(554, 1802, 'iversonweb', 5776, 13, 3, 25.99, 1, 1, 'ai_bid', '2024-04-06 00:20:06', '2024-04-06 00:20:06', '2024-04-07 00:20:09'),
(555, 1802, 'iversonweb', 1894, 19, 3, 0.20, 1, 1, 'ai_bid', '2024-04-06 00:20:06', '2024-04-06 00:20:06', '2024-04-07 00:20:09'),
(556, 1802, 'iversonweb', 803, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-06 00:20:06', '2024-04-06 00:20:06', '2024-04-07 00:20:09'),
(557, 1802, 'iversonweb', 2362, 17, 4, 19.91, 1, 1, 'ai_bid', '2024-04-06 00:29:04', '2024-04-06 00:29:04', '2024-04-07 00:30:04'),
(558, 1802, 'iversonweb', 1608, 18, 4, 9.68, 1, 1, 'ai_bid', '2024-04-06 00:29:04', '2024-04-06 00:29:04', '2024-04-07 00:30:05'),
(559, 1802, 'iversonweb', 5907, 17, 4, 16.83, 1, 1, 'ai_bid', '2024-04-06 00:29:04', '2024-04-06 00:29:04', '2024-04-07 00:30:05'),
(560, 1802, 'iversonweb', 5258, 16, 4, 9.67, 1, 1, 'ai_bid', '2024-04-06 00:29:04', '2024-04-06 00:29:04', '2024-04-07 00:30:05'),
(561, 1802, 'iversonweb', 756, 19, 4, 0.46, 1, 1, 'ai_bid', '2024-04-06 00:29:04', '2024-04-06 00:29:04', '2024-04-07 00:30:05'),
(562, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-06 14:16:23', '2024-04-06 14:16:23', '2024-04-07 14:17:03'),
(563, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-06 14:18:06', '2024-04-06 14:18:06', '2024-04-07 14:19:02'),
(564, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-06 14:20:01', '2024-04-06 14:20:01', '2024-04-07 14:20:04'),
(565, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-06 14:22:39', '2024-04-06 14:22:39', '2024-04-07 14:23:03'),
(566, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-06 14:29:53', '2024-04-06 14:29:53', '2024-04-07 14:30:04'),
(567, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-06 14:32:40', '2024-04-06 14:32:40', '2024-04-07 14:33:04'),
(568, 1747, 'Shopnice', 619, 7, NULL, 4.00, 5, 1, 'manual_bid', '2024-04-06 14:37:10', '2024-04-06 14:37:10', '2024-04-07 14:38:02'),
(569, 1747, 'Shopnice', 4902, 14, NULL, 2.25, 4, 1, 'manual_bid', '2024-04-06 14:41:29', '2024-04-06 14:41:29', '2024-04-07 14:42:02'),
(570, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 4, 1, 'manual_bid', '2024-04-06 15:40:16', '2024-04-06 15:40:16', '2024-04-07 15:41:03'),
(571, 1802, 'iversonweb', 4876, 17, 3, 40.37, 1, 1, 'ai_bid', '2024-04-07 01:31:06', '2024-04-07 01:31:06', '2024-04-08 01:32:03'),
(572, 1802, 'iversonweb', 3010, 19, 3, 31.30, 1, 1, 'ai_bid', '2024-04-07 01:31:06', '2024-04-07 01:31:06', '2024-04-08 01:32:04'),
(573, 1802, 'iversonweb', 1972, 18, 3, 13.52, 1, 1, 'ai_bid', '2024-04-07 01:31:06', '2024-04-07 01:31:06', '2024-04-08 01:32:05'),
(574, 1802, 'iversonweb', 1194, 14, 3, 11.21, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(575, 1802, 'iversonweb', 803, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(576, 1802, 'iversonweb', 2216, 19, 3, 9.36, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(577, 1802, 'iversonweb', 5436, 16, 3, 5.14, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(578, 1802, 'iversonweb', 6104, 11, 3, 1.49, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(579, 1802, 'iversonweb', 1821, 19, 3, 1.02, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(580, 1802, 'iversonweb', 756, 19, 3, 0.45, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(581, 1802, 'iversonweb', 734, 19, 3, 0.23, 1, 1, 'ai_bid', '2024-04-07 01:31:07', '2024-04-07 01:31:07', '2024-04-08 01:32:05'),
(582, 1802, 'iversonweb', 5526, 10, 4, 5.25, 1, 1, 'ai_bid', '2024-04-07 01:42:04', '2024-04-07 01:42:04', '2024-04-08 01:42:07'),
(583, 1802, 'iversonweb', 1333, 7, 4, 9.66, 1, 1, 'ai_bid', '2024-04-07 01:42:04', '2024-04-07 01:42:04', '2024-04-08 01:42:09'),
(584, 1802, 'iversonweb', 3678, 14, 4, 10.23, 1, 1, 'ai_bid', '2024-04-07 01:42:04', '2024-04-07 01:42:04', '2024-04-08 01:42:09'),
(585, 1802, 'iversonweb', 2136, 19, 4, 20.53, 1, 1, 'ai_bid', '2024-04-07 01:42:04', '2024-04-07 01:42:04', '2024-04-08 01:42:09'),
(586, 1802, 'iversonweb', 4304, 18, 4, 9.32, 1, 1, 'ai_bid', '2024-04-07 01:42:04', '2024-04-07 01:42:04', '2024-04-08 01:42:09'),
(587, 1802, 'iversonweb', 3268, 5, 4, 2.04, 1, 1, 'ai_bid', '2024-04-07 01:42:05', '2024-04-07 01:42:05', '2024-04-08 01:42:09'),
(588, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-07 20:13:20', '2024-04-07 20:13:20', '2024-04-08 20:14:03'),
(589, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-07 20:17:05', '2024-04-07 20:17:05', '2024-04-08 20:18:03'),
(590, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-07 20:19:55', '2024-04-07 20:19:55', '2024-04-08 20:20:04'),
(591, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-07 20:21:42', '2024-04-07 20:21:42', '2024-04-08 20:22:03'),
(592, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-07 20:24:27', '2024-04-07 20:24:27', '2024-04-08 20:25:03'),
(593, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-07 20:26:08', '2024-04-07 20:26:08', '2024-04-08 20:27:03'),
(594, 1747, 'Shopnice', 619, 7, NULL, 4.00, 5, 1, 'manual_bid', '2024-04-07 20:27:52', '2024-04-07 20:27:52', '2024-04-08 20:28:03'),
(595, 1747, 'Shopnice', 4644, 5, NULL, 24.99, 1, 1, 'manual_bid', '2024-04-07 20:34:18', '2024-04-07 20:34:18', '2024-04-08 20:35:06'),
(596, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 2, 1, 'manual_bid', '2024-04-07 20:35:51', '2024-04-07 20:35:51', '2024-04-08 20:36:02'),
(597, 1802, 'iversonweb', 3168, 4, 3, 14.13, 1, 1, 'ai_bid', '2024-04-08 02:43:05', '2024-04-08 02:43:05', '2024-04-09 02:44:04'),
(598, 1802, 'iversonweb', 254, 17, 3, 54.81, 1, 1, 'ai_bid', '2024-04-08 02:43:05', '2024-04-08 02:43:05', '2024-04-09 02:44:06'),
(599, 1802, 'iversonweb', 1654, 19, 3, 32.54, 1, 1, 'ai_bid', '2024-04-08 02:43:05', '2024-04-08 02:43:05', '2024-04-09 02:44:06'),
(600, 1802, 'iversonweb', 369, 10, 3, 13.37, 1, 1, 'ai_bid', '2024-04-08 02:43:05', '2024-04-08 02:43:05', '2024-04-09 02:44:06'),
(601, 1802, 'iversonweb', 1844, 19, 3, 0.30, 1, 1, 'ai_bid', '2024-04-08 02:43:05', '2024-04-08 02:43:05', '2024-04-09 02:44:06'),
(602, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-08 02:43:05', '2024-04-08 02:43:05', '2024-04-09 02:44:06'),
(603, 1802, 'iversonweb', 6097, 11, 4, 10.93, 1, 1, 'ai_bid', '2024-04-08 02:54:04', '2024-04-08 02:54:04', '2024-04-09 02:54:04'),
(604, 1802, 'iversonweb', 2769, 14, 4, 30.05, 1, 1, 'ai_bid', '2024-04-08 02:54:04', '2024-04-08 02:54:04', '2024-04-09 02:54:04'),
(605, 1802, 'iversonweb', 1738, 5, 4, 1.46, 1, 1, 'ai_bid', '2024-04-08 02:54:04', '2024-04-08 02:54:04', '2024-04-09 02:54:04'),
(606, 1802, 'iversonweb', 57, 2, 4, 6.30, 1, 1, 'ai_bid', '2024-04-08 02:54:04', '2024-04-08 02:54:04', '2024-04-09 02:54:04'),
(607, 1802, 'iversonweb', 1015, 5, 4, 4.12, 1, 1, 'ai_bid', '2024-04-08 02:54:04', '2024-04-08 02:54:04', '2024-04-09 02:54:04'),
(608, 1802, 'iversonweb', 1912, 10, 4, 4.03, 1, 1, 'ai_bid', '2024-04-08 02:54:05', '2024-04-08 02:54:05', '2024-04-09 02:55:03'),
(609, 1802, 'iversonweb', 1844, 19, 4, 0.31, 1, 1, 'ai_bid', '2024-04-08 02:54:05', '2024-04-08 02:54:05', '2024-04-09 02:55:03'),
(610, 1802, 'iversonweb', 1894, 19, 4, 0.20, 1, 1, 'ai_bid', '2024-04-08 02:54:05', '2024-04-08 02:54:05', '2024-04-09 02:55:03'),
(611, 1802, 'iversonweb', 734, 19, 4, 0.22, 1, 1, 'ai_bid', '2024-04-08 02:54:05', '2024-04-08 02:54:05', '2024-04-09 02:55:03'),
(612, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-08 22:15:55', '2024-04-08 22:15:55', '2024-04-09 22:16:02'),
(613, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-08 22:17:23', '2024-04-08 22:17:23', '2024-04-09 22:18:02'),
(614, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-08 22:19:01', '2024-04-08 22:19:01', '2024-04-09 22:19:03'),
(615, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-08 22:28:56', '2024-04-08 22:28:56', '2024-04-09 22:29:02'),
(616, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-08 22:30:15', '2024-04-08 22:30:15', '2024-04-09 22:31:02'),
(617, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-08 22:31:21', '2024-04-08 22:31:21', '2024-04-09 22:32:02'),
(618, 1747, 'Shopnice', 619, 7, NULL, 4.00, 5, 1, 'manual_bid', '2024-04-08 22:32:34', '2024-04-08 22:32:34', '2024-04-09 22:33:02'),
(619, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 16, 1, 'manual_bid', '2024-04-08 22:35:07', '2024-04-08 22:35:07', '2024-04-09 22:36:02'),
(620, 1747, 'Shopnice', 619, 7, NULL, 4.00, 6, 1, 'manual_bid', '2024-04-08 23:28:55', '2024-04-08 23:28:55', '2024-04-09 23:29:03'),
(621, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 2, 1, 'manual_bid', '2024-04-08 23:29:50', '2024-04-08 23:29:50', '2024-04-09 23:30:05'),
(622, 1802, 'iversonweb', 1190, 18, 3, 32.32, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:03'),
(623, 1802, 'iversonweb', 3113, 18, 3, 64.64, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:05'),
(624, 1802, 'iversonweb', 4986, 14, 3, 11.20, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:05'),
(625, 1802, 'iversonweb', 5812, 17, 3, 1.53, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:05'),
(626, 1802, 'iversonweb', 935, 5, 3, 3.03, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:05'),
(627, 1802, 'iversonweb', 6108, 11, 3, 2.27, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:05'),
(628, 1802, 'iversonweb', 716, 19, 3, 1.04, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:05'),
(629, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-09 03:56:03', '2024-04-09 03:56:03', '2024-04-10 03:56:05'),
(630, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-09 03:57:03', '2024-04-09 03:57:03', '2024-04-10 03:57:03'),
(631, 1802, 'iversonweb', 2027, 2, 4, 56.64, 1, 1, 'ai_bid', '2024-04-09 04:05:06', '2024-04-09 04:05:06', '2024-04-10 04:06:03'),
(632, 1802, 'iversonweb', 1811, 5, 4, 0.20, 1, 1, 'ai_bid', '2024-04-09 04:05:06', '2024-04-09 04:05:06', '2024-04-10 04:06:03'),
(633, 1802, 'iversonweb', 24, 2, 4, 1.03, 1, 1, 'ai_bid', '2024-04-09 04:05:06', '2024-04-09 04:05:06', '2024-04-10 04:06:03'),
(634, 1802, 'iversonweb', 1894, 19, 4, 0.20, 1, 1, 'ai_bid', '2024-04-09 04:05:06', '2024-04-09 04:05:06', '2024-04-10 04:06:03'),
(635, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-10 01:32:16', '2024-04-10 01:32:16', '2024-04-11 01:33:05'),
(636, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-10 01:33:18', '2024-04-10 01:33:18', '2024-04-11 01:34:02'),
(637, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-10 01:34:36', '2024-04-10 01:34:36', '2024-04-11 01:35:06'),
(638, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-10 01:35:58', '2024-04-10 01:35:58', '2024-04-11 01:36:08'),
(639, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-10 01:37:40', '2024-04-10 01:37:40', '2024-04-11 01:38:07'),
(640, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-10 01:38:54', '2024-04-10 01:38:54', '2024-04-11 01:39:02'),
(641, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-10 01:40:46', '2024-04-10 01:40:46', '2024-04-11 01:41:03'),
(642, 1747, 'Shopnice', 1805, 19, NULL, 8.30, 3, 1, 'manual_bid', '2024-04-10 01:44:08', '2024-04-10 01:44:08', '2024-04-11 01:45:04'),
(643, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 2, 1, 'manual_bid', '2024-04-10 01:45:23', '2024-04-10 01:45:23', '2024-04-11 01:46:02'),
(644, 1802, 'iversonweb', 2198, 16, 3, 30.59, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(645, 1802, 'iversonweb', 5650, 15, 3, 15.60, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(646, 1802, 'iversonweb', 3871, 16, 3, 54.07, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(647, 1802, 'iversonweb', 2583, 14, 3, 7.97, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(648, 1802, 'iversonweb', 5102, 16, 3, 5.09, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(649, 1802, 'iversonweb', 959, 5, 3, 2.65, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(650, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(651, 1802, 'iversonweb', 24, 2, 3, 1.01, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(652, 1802, 'iversonweb', 803, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-10 05:08:03', '2024-04-10 05:08:03', '2024-04-11 05:08:05'),
(653, 1802, 'iversonweb', 522, 18, 4, 51.27, 1, 1, 'ai_bid', '2024-04-10 05:17:05', '2024-04-10 05:17:05', '2024-04-11 05:18:02'),
(654, 1802, 'iversonweb', 5478, 7, 4, 3.13, 1, 1, 'ai_bid', '2024-04-10 05:17:05', '2024-04-10 05:17:05', '2024-04-11 05:18:03'),
(655, 1802, 'iversonweb', 1527, 14, 4, 2.02, 1, 1, 'ai_bid', '2024-04-10 05:17:05', '2024-04-10 05:17:05', '2024-04-11 05:18:03'),
(656, 1802, 'iversonweb', 678, 10, 4, 2.10, 1, 1, 'ai_bid', '2024-04-10 05:17:05', '2024-04-10 05:17:05', '2024-04-11 05:18:03'),
(657, 1802, 'iversonweb', 1827, 19, 4, 0.12, 1, 1, 'ai_bid', '2024-04-10 05:17:05', '2024-04-10 05:17:05', '2024-04-11 05:18:03'),
(658, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-11 04:13:48', '2024-04-11 04:13:48', '2024-04-12 04:14:02'),
(659, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-11 04:14:45', '2024-04-11 04:14:45', '2024-04-12 04:15:04'),
(660, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-11 04:15:54', '2024-04-11 04:15:54', '2024-04-12 04:16:04'),
(661, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-11 04:16:55', '2024-04-11 04:16:55', '2024-04-12 04:17:03'),
(662, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-11 04:18:15', '2024-04-11 04:18:15', '2024-04-12 04:19:03'),
(663, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-11 04:19:30', '2024-04-11 04:19:30', '2024-04-12 04:20:03'),
(664, 1747, 'Shopnice', 1805, 19, NULL, 8.30, 5, 1, 'manual_bid', '2024-04-11 04:21:16', '2024-04-11 04:21:16', '2024-04-12 04:22:03'),
(665, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-11 04:22:21', '2024-04-11 04:22:21', '2024-04-12 04:23:02'),
(666, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 11, 1, 'manual_bid', '2024-04-11 04:23:28', '2024-04-11 04:23:28', '2024-04-12 04:24:03'),
(667, 1802, 'iversonweb', 532, 16, 3, 30.81, 1, 1, 'ai_bid', '2024-04-11 06:19:04', '2024-04-11 06:19:04', '2024-04-12 06:20:03'),
(668, 1802, 'iversonweb', 832, 13, 3, 11.69, 1, 1, 'ai_bid', '2024-04-11 06:19:04', '2024-04-11 06:19:04', '2024-04-12 06:20:03'),
(669, 1802, 'iversonweb', 2166, 19, 3, 37.44, 1, 1, 'ai_bid', '2024-04-11 06:19:04', '2024-04-11 06:19:04', '2024-04-12 06:20:03'),
(670, 1802, 'iversonweb', 2254, 19, 3, 9.57, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:03'),
(671, 1802, 'iversonweb', 67, 2, 3, 25.25, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:03'),
(672, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:04'),
(673, 1802, 'iversonweb', 1589, 4, 3, 2.53, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:04'),
(674, 1802, 'iversonweb', 803, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:04'),
(675, 1802, 'iversonweb', 949, 5, 3, 0.32, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:04'),
(676, 1802, 'iversonweb', 1894, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:04'),
(677, 1802, 'iversonweb', 734, 19, 3, 0.23, 1, 1, 'ai_bid', '2024-04-11 06:19:05', '2024-04-11 06:19:05', '2024-04-12 06:20:04'),
(678, 1802, 'iversonweb', 205, 18, 4, 57.16, 1, 1, 'ai_bid', '2024-04-11 06:29:03', '2024-04-11 06:29:03', '2024-04-12 06:30:04'),
(679, 1802, 'iversonweb', 5824, 17, 4, 1.48, 1, 1, 'ai_bid', '2024-04-11 06:29:03', '2024-04-11 06:29:03', '2024-04-12 06:30:04'),
(680, 1802, 'iversonweb', 949, 5, 4, 0.31, 1, 1, 'ai_bid', '2024-04-11 06:29:03', '2024-04-11 06:29:03', '2024-04-12 06:30:04'),
(681, 1802, 'iversonweb', 1894, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-11 06:29:03', '2024-04-11 06:29:03', '2024-04-12 06:30:04'),
(682, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-12 06:05:55', '2024-04-12 06:05:55', '2024-04-13 06:06:02'),
(683, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-12 06:06:57', '2024-04-12 06:06:57', '2024-04-13 06:07:03'),
(684, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-12 06:08:27', '2024-04-12 06:08:27', '2024-04-13 06:09:02'),
(685, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-12 06:09:27', '2024-04-12 06:09:27', '2024-04-13 06:10:04'),
(686, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-12 06:10:56', '2024-04-12 06:10:56', '2024-04-13 06:11:02'),
(687, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-12 06:12:09', '2024-04-12 06:12:09', '2024-04-13 06:13:03'),
(688, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-04-12 06:15:35', '2024-04-12 06:15:35', '2024-04-13 06:16:03'),
(689, 1802, 'iversonweb', 5411, 17, 3, 27.73, 1, 1, 'ai_bid', '2024-04-12 07:32:02', '2024-04-12 07:32:02', '2024-04-13 07:32:03'),
(690, 1802, 'iversonweb', 981, 17, 3, 58.59, 1, 1, 'ai_bid', '2024-04-12 07:32:03', '2024-04-12 07:32:03', '2024-04-13 07:32:03'),
(691, 1802, 'iversonweb', 1926, 18, 3, 8.55, 1, 1, 'ai_bid', '2024-04-12 07:32:03', '2024-04-12 07:32:03', '2024-04-13 07:32:03'),
(692, 1802, 'iversonweb', 6031, 15, 3, 4.11, 1, 1, 'ai_bid', '2024-04-12 07:32:03', '2024-04-12 07:32:03', '2024-04-13 07:32:03'),
(693, 1802, 'iversonweb', 2617, 14, 3, 6.38, 1, 1, 'ai_bid', '2024-04-12 07:32:03', '2024-04-12 07:32:03', '2024-04-13 07:32:03'),
(694, 1802, 'iversonweb', 1500, 19, 3, 11.43, 1, 1, 'ai_bid', '2024-04-12 07:32:03', '2024-04-12 07:32:03', '2024-04-13 07:32:03'),
(695, 1802, 'iversonweb', 1213, 10, 3, 2.50, 1, 1, 'ai_bid', '2024-04-12 07:32:03', '2024-04-12 07:32:03', '2024-04-13 07:32:03'),
(696, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-12 07:32:03', '2024-04-12 07:32:03', '2024-04-13 07:32:03'),
(697, 1802, 'iversonweb', 1827, 19, 3, 0.13, 1, 1, 'ai_bid', '2024-04-12 07:33:03', '2024-04-12 07:33:03', '2024-04-13 07:34:02'),
(698, 1802, 'iversonweb', 2228, 19, 4, 22.12, 1, 1, 'ai_bid', '2024-04-12 07:42:02', '2024-04-12 07:42:02', '2024-04-13 07:42:02'),
(699, 1802, 'iversonweb', 3300, 15, 4, 26.78, 1, 1, 'ai_bid', '2024-04-12 07:42:02', '2024-04-12 07:42:02', '2024-04-13 07:42:02'),
(700, 1802, 'iversonweb', 1266, 19, 4, 8.39, 1, 1, 'ai_bid', '2024-04-12 07:42:03', '2024-04-12 07:42:03', '2024-04-13 07:43:03'),
(701, 1802, 'iversonweb', 1017, 12, 4, 2.32, 1, 1, 'ai_bid', '2024-04-12 07:42:03', '2024-04-12 07:42:03', '2024-04-13 07:43:03'),
(702, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 21, 1, 'manual_bid', '2024-04-12 07:46:30', '2024-04-12 07:46:30', '2024-04-13 07:47:03'),
(703, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 21, 1, 'manual_bid', '2024-04-12 07:48:19', '2024-04-12 07:48:19', '2024-04-13 07:49:03'),
(704, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-13 07:44:22', '2024-04-13 07:44:22', '2024-04-14 07:45:03'),
(705, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-13 07:45:27', '2024-04-13 07:45:27', '2024-04-14 07:46:02'),
(706, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-13 07:46:28', '2024-04-13 07:46:28', '2024-04-14 07:47:02'),
(707, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-13 07:47:28', '2024-04-13 07:47:28', '2024-04-14 07:48:02'),
(708, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-13 07:49:21', '2024-04-13 07:49:21', '2024-04-14 07:50:06'),
(709, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-13 07:50:43', '2024-04-13 07:50:43', '2024-04-14 07:51:03'),
(710, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-04-13 07:51:54', '2024-04-13 07:51:54', '2024-04-14 07:52:03'),
(711, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 16, 1, 'manual_bid', '2024-04-13 07:53:16', '2024-04-13 07:53:16', '2024-04-14 07:54:02'),
(712, 1802, 'iversonweb', 2611, 14, 3, 9.96, 1, 1, 'ai_bid', '2024-04-13 08:45:04', '2024-04-13 08:45:04', '2024-04-14 08:46:02'),
(713, 1802, 'iversonweb', 4784, 17, 3, 21.92, 1, 1, 'ai_bid', '2024-04-13 08:45:04', '2024-04-13 08:45:04', '2024-04-14 08:46:02'),
(714, 1802, 'iversonweb', 349, 15, 3, 24.71, 1, 1, 'ai_bid', '2024-04-13 08:45:04', '2024-04-13 08:45:04', '2024-04-14 08:46:02'),
(715, 1802, 'iversonweb', 5783, 15, 3, 26.22, 1, 1, 'ai_bid', '2024-04-13 08:45:04', '2024-04-13 08:45:04', '2024-04-14 08:46:02'),
(716, 1802, 'iversonweb', 3344, 7, 3, 31.79, 1, 1, 'ai_bid', '2024-04-13 08:45:04', '2024-04-13 08:45:04', '2024-04-14 08:46:02'),
(717, 1802, 'iversonweb', 5554, 10, 3, 5.48, 1, 1, 'ai_bid', '2024-04-13 08:45:04', '2024-04-13 08:45:04', '2024-04-14 08:46:02'),
(718, 1802, 'iversonweb', 1844, 19, 3, 0.32, 1, 1, 'ai_bid', '2024-04-13 08:45:04', '2024-04-13 08:45:04', '2024-04-14 08:46:02'),
(719, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-13 08:45:05', '2024-04-13 08:45:05', '2024-04-14 08:46:02'),
(720, 1802, 'iversonweb', 417, 17, 4, 45.89, 1, 1, 'ai_bid', '2024-04-13 08:54:03', '2024-04-13 08:54:03', '2024-04-14 08:55:04'),
(721, 1802, 'iversonweb', 5060, 14, 4, 5.09, 1, 1, 'ai_bid', '2024-04-13 08:54:03', '2024-04-13 08:54:03', '2024-04-14 08:55:04'),
(722, 1802, 'iversonweb', 1459, 10, 4, 5.29, 1, 1, 'ai_bid', '2024-04-13 08:54:03', '2024-04-13 08:54:03', '2024-04-14 08:55:04'),
(723, 1802, 'iversonweb', 1740, 5, 4, 3.15, 1, 1, 'ai_bid', '2024-04-13 08:54:03', '2024-04-13 08:54:03', '2024-04-14 08:55:04'),
(724, 1802, 'iversonweb', 1844, 19, 4, 0.32, 1, 1, 'ai_bid', '2024-04-13 08:54:03', '2024-04-13 08:54:03', '2024-04-14 08:55:04'),
(725, 1802, 'iversonweb', 1894, 19, 4, 0.20, 1, 1, 'ai_bid', '2024-04-13 08:54:03', '2024-04-13 08:54:03', '2024-04-14 08:55:04'),
(726, 1802, 'iversonweb', 803, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-13 08:54:03', '2024-04-13 08:54:03', '2024-04-14 08:55:04'),
(727, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 43, 1, 'manual_bid', '2024-04-13 08:58:49', '2024-04-13 08:58:49', '2024-04-14 08:59:03'),
(728, 1802, 'iversonweb', 591, 10, 3, 10.30, 1, 1, 'ai_bid', '2024-04-14 09:58:02', '2024-04-14 09:58:02', '2024-04-15 09:58:07'),
(729, 1802, 'iversonweb', 5297, 14, 3, 101.00, 1, 1, 'ai_bid', '2024-04-14 09:58:02', '2024-04-14 09:58:02', '2024-04-15 09:58:07'),
(730, 1802, 'iversonweb', 748, 19, 3, 9.27, 1, 1, 'ai_bid', '2024-04-14 09:58:02', '2024-04-14 09:58:02', '2024-04-15 09:58:07'),
(731, 1802, 'iversonweb', 1662, 19, 3, 0.92, 1, 1, 'ai_bid', '2024-04-14 09:58:02', '2024-04-14 09:58:02', '2024-04-15 09:58:07'),
(732, 1802, 'iversonweb', 1894, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-14 09:58:02', '2024-04-14 09:58:02', '2024-04-15 09:58:07'),
(733, 1802, 'iversonweb', 2460, 2, 4, 9.24, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(734, 1802, 'iversonweb', 5241, 14, 4, 32.60, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(735, 1802, 'iversonweb', 6027, 14, 4, 4.55, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(736, 1802, 'iversonweb', 3122, 2, 4, 3.15, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(737, 1802, 'iversonweb', 949, 5, 4, 0.32, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(738, 1802, 'iversonweb', 5024, 14, 4, 4.19, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(739, 1802, 'iversonweb', 2121, 19, 4, 4.19, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(740, 1802, 'iversonweb', 1846, 5, 4, 1.49, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(741, 1802, 'iversonweb', 1829, 5, 4, 0.78, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(742, 1802, 'iversonweb', 1894, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-14 10:07:03', '2024-04-14 10:07:03', '2024-04-15 10:07:10'),
(743, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-14 10:28:15', '2024-04-14 10:28:15', '2024-04-15 10:29:02'),
(744, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-14 10:29:26', '2024-04-14 10:29:26', '2024-04-15 10:30:04'),
(745, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-14 10:30:42', '2024-04-14 10:30:42', '2024-04-15 10:31:02'),
(746, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-14 10:31:52', '2024-04-14 10:31:52', '2024-04-15 10:32:02'),
(747, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-14 10:32:52', '2024-04-14 10:32:52', '2024-04-15 10:33:02'),
(748, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-14 10:34:21', '2024-04-14 10:34:21', '2024-04-15 10:35:04'),
(749, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-14 10:35:33', '2024-04-14 10:35:33', '2024-04-15 10:36:02'),
(750, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-14 10:36:54', '2024-04-14 10:36:54', '2024-04-15 10:37:02'),
(751, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-14 10:38:00', '2024-04-14 10:38:00', '2024-04-15 10:38:03'),
(752, 1802, 'iversonweb', 847, 19, 3, 19.72, 1, 1, 'ai_bid', '2024-04-15 11:10:03', '2024-04-15 11:10:03', '2024-04-16 11:10:03'),
(753, 1802, 'iversonweb', 4323, 16, 3, 27.26, 1, 1, 'ai_bid', '2024-04-15 11:10:03', '2024-04-15 11:10:03', '2024-04-16 11:10:03'),
(754, 1802, 'iversonweb', 5629, 10, 3, 16.21, 1, 1, 'ai_bid', '2024-04-15 11:10:03', '2024-04-15 11:10:03', '2024-04-16 11:10:03'),
(755, 1802, 'iversonweb', 5982, 17, 3, 43.54, 1, 1, 'ai_bid', '2024-04-15 11:10:04', '2024-04-15 11:10:04', '2024-04-16 11:11:02'),
(756, 1802, 'iversonweb', 1031, 19, 3, 10.10, 1, 1, 'ai_bid', '2024-04-15 11:10:04', '2024-04-15 11:10:04', '2024-04-16 11:11:03'),
(757, 1802, 'iversonweb', 4522, 16, 3, 5.19, 1, 1, 'ai_bid', '2024-04-15 11:10:04', '2024-04-15 11:10:04', '2024-04-16 11:11:03'),
(758, 1802, 'iversonweb', 734, 19, 3, 0.23, 1, 1, 'ai_bid', '2024-04-15 11:10:04', '2024-04-15 11:10:04', '2024-04-16 11:11:03'),
(759, 1802, 'iversonweb', 1844, 19, 3, 0.32, 1, 1, 'ai_bid', '2024-04-15 11:10:04', '2024-04-15 11:10:04', '2024-04-16 11:11:03'),
(760, 1802, 'iversonweb', 803, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-15 11:10:04', '2024-04-15 11:10:04', '2024-04-16 11:11:03'),
(761, 1802, 'iversonweb', 4510, 16, 4, 42.53, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26'),
(762, 1802, 'iversonweb', 767, 19, 4, 3.15, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26'),
(763, 1802, 'iversonweb', 5582, 15, 4, 12.79, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26'),
(764, 1802, 'iversonweb', 1731, 5, 4, 2.08, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26'),
(765, 1802, 'iversonweb', 1811, 5, 4, 0.21, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(766, 1802, 'iversonweb', 1827, 19, 4, 0.12, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26'),
(767, 1802, 'iversonweb', 803, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26'),
(768, 1802, 'iversonweb', 1894, 19, 4, 0.21, 1, 1, 'ai_bid', '2024-04-15 11:18:04', '2024-04-15 11:18:04', '2024-04-16 11:18:26'),
(769, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-15 11:56:17', '2024-04-15 11:56:17', '2024-04-16 11:57:03'),
(770, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-15 11:57:10', '2024-04-15 11:57:10', '2024-04-16 11:58:03'),
(771, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-15 11:58:25', '2024-04-15 11:58:25', '2024-04-16 11:59:02'),
(772, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-15 11:59:41', '2024-04-15 11:59:41', '2024-04-16 12:00:04'),
(773, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-15 12:00:36', '2024-04-15 12:00:36', '2024-04-16 12:01:03'),
(774, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-15 12:01:31', '2024-04-15 12:01:31', '2024-04-16 12:02:02'),
(775, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-15 12:02:31', '2024-04-15 12:02:31', '2024-04-16 12:03:19'),
(776, 1747, 'Shopnice', 3394, 14, NULL, 24.99, 1, 1, 'manual_bid', '2024-04-15 12:04:42', '2024-04-15 12:04:42', '2024-04-16 12:05:03'),
(777, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 15, 1, 'manual_bid', '2024-04-15 12:05:39', '2024-04-15 12:05:39', '2024-04-16 12:06:02'),
(778, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 15, 1, 'manual_bid', '2024-04-15 12:06:21', '2024-04-15 12:06:21', '2024-04-16 12:07:02'),
(779, 1802, 'iversonweb', 4582, 14, 3, 15.30, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:02'),
(780, 1802, 'iversonweb', 4593, 14, 3, 31.50, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(781, 1802, 'iversonweb', 2186, 10, 3, 52.41, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(782, 1802, 'iversonweb', 593, 10, 3, 15.45, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(783, 1802, 'iversonweb', 1955, 16, 3, 3.54, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(784, 1802, 'iversonweb', 299, 5, 3, 2.69, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(785, 1802, 'iversonweb', 1662, 19, 3, 0.94, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(786, 1802, 'iversonweb', 949, 5, 3, 0.32, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(787, 1802, 'iversonweb', 642, 5, 3, 1.06, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(788, 1802, 'iversonweb', 803, 19, 3, 0.20, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(789, 1802, 'iversonweb', 1844, 19, 3, 0.31, 1, 1, 'ai_bid', '2024-04-16 12:23:03', '2024-04-16 12:23:03', '2024-04-17 12:24:04'),
(790, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-16 12:23:04', '2024-04-16 12:23:04', '2024-04-17 12:24:04'),
(791, 1802, 'iversonweb', 2053, 18, 4, 29.15, 1, 1, 'ai_bid', '2024-04-16 12:30:04', '2024-04-16 12:30:04', '2024-04-17 12:31:02'),
(792, 1802, 'iversonweb', 1808, 2, 4, 31.20, 1, 1, 'ai_bid', '2024-04-16 12:30:04', '2024-04-16 12:30:04', '2024-04-17 12:31:03'),
(793, 1802, 'iversonweb', 2023, 19, 4, 1.05, 1, 1, 'ai_bid', '2024-04-16 12:30:04', '2024-04-16 12:30:04', '2024-04-17 12:31:03'),
(794, 1802, 'iversonweb', 803, 19, 4, 0.20, 1, 1, 'ai_bid', '2024-04-16 12:30:04', '2024-04-16 12:30:04', '2024-04-17 12:31:03'),
(795, 1802, 'iversonweb', 734, 19, 4, 0.23, 1, 1, 'ai_bid', '2024-04-16 12:30:04', '2024-04-16 12:30:04', '2024-04-17 12:31:03'),
(796, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-16 13:16:52', '2024-04-16 13:16:52', '2024-04-17 13:17:02'),
(797, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-16 13:18:10', '2024-04-16 13:18:10', '2024-04-17 13:19:03'),
(798, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-16 13:19:06', '2024-04-16 13:19:06', '2024-04-17 13:20:04'),
(799, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-16 13:20:20', '2024-04-16 13:20:20', '2024-04-17 13:21:03'),
(800, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-16 13:21:39', '2024-04-16 13:21:39', '2024-04-17 13:22:02'),
(801, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-16 13:23:02', '2024-04-16 13:23:02', '2024-04-17 13:23:03'),
(802, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-16 13:24:06', '2024-04-16 13:24:06', '2024-04-17 13:25:04'),
(803, 1747, 'Shopnice', 3394, 14, NULL, 24.99, 2, 1, 'manual_bid', '2024-04-16 13:33:30', '2024-04-16 13:33:30', '2024-04-17 13:34:02'),
(804, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-16 13:35:01', '2024-04-16 13:35:01', '2024-04-17 13:35:03'),
(805, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 13, 1, 'manual_bid', '2024-04-16 13:36:41', '2024-04-16 13:36:41', '2024-04-17 13:37:02'),
(806, 1802, 'iversonweb', 56, 2, 3, 7.21, 1, 1, 'ai_bid', '2024-04-17 13:36:04', '2024-04-17 13:36:04', '2024-04-18 13:37:03'),
(807, 1802, 'iversonweb', 4819, 17, 3, 16.15, 1, 1, 'ai_bid', '2024-04-17 13:36:04', '2024-04-17 13:36:04', '2024-04-18 13:37:05'),
(808, 1802, 'iversonweb', 1535, 14, 3, 48.08, 1, 1, 'ai_bid', '2024-04-17 13:36:04', '2024-04-17 13:36:04', '2024-04-18 13:37:05'),
(809, 1802, 'iversonweb', 5373, 14, 3, 50.47, 1, 1, 'ai_bid', '2024-04-17 13:36:04', '2024-04-17 13:36:04', '2024-04-18 13:37:05'),
(810, 1802, 'iversonweb', 4687, 12, 3, 2.73, 1, 1, 'ai_bid', '2024-04-17 13:36:04', '2024-04-17 13:36:04', '2024-04-18 13:37:05'),
(811, 1802, 'iversonweb', 949, 5, 3, 0.31, 1, 1, 'ai_bid', '2024-04-17 13:36:04', '2024-04-17 13:36:04', '2024-04-18 13:37:05'),
(812, 1802, 'iversonweb', 4313, 18, 4, 50.49, 1, 1, 'ai_bid', '2024-04-17 13:42:04', '2024-04-17 13:42:04', '2024-04-18 13:43:03'),
(813, 1802, 'iversonweb', 3586, 17, 4, 5.76, 1, 1, 'ai_bid', '2024-04-17 13:42:04', '2024-04-17 13:42:04', '2024-04-18 13:43:03'),
(814, 1802, 'iversonweb', 4906, 12, 4, 3.14, 1, 1, 'ai_bid', '2024-04-17 13:42:04', '2024-04-17 13:42:04', '2024-04-18 13:43:03'),
(815, 1802, 'iversonweb', 1842, 19, 4, 1.04, 1, 1, 'ai_bid', '2024-04-17 13:42:04', '2024-04-17 13:42:04', '2024-04-18 13:43:03'),
(816, 1802, 'iversonweb', 5670, 15, 4, 1.92, 1, 1, 'ai_bid', '2024-04-17 13:42:04', '2024-04-17 13:42:04', '2024-04-18 13:43:03'),
(817, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-17 14:40:35', '2024-04-17 14:40:35', '2024-04-18 14:41:03'),
(818, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-17 14:42:49', '2024-04-17 14:42:49', '2024-04-18 14:43:03'),
(819, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-17 14:44:34', '2024-04-17 14:44:34', '2024-04-18 14:45:04'),
(820, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-17 14:46:16', '2024-04-17 14:46:16', '2024-04-18 14:47:03'),
(821, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-17 14:47:56', '2024-04-17 14:47:56', '2024-04-18 14:48:02'),
(822, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-17 14:49:36', '2024-04-17 14:49:36', '2024-04-18 14:50:04'),
(823, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-17 14:51:45', '2024-04-17 14:51:45', '2024-04-18 14:52:03'),
(824, 1747, 'Shopnice', 3394, 14, NULL, 24.99, 3, 1, 'manual_bid', '2024-04-17 14:58:11', '2024-04-17 14:58:11', '2024-04-18 14:59:02'),
(825, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-17 14:59:40', '2024-04-17 14:59:40', '2024-04-18 15:00:05'),
(826, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 6, 1, 'manual_bid', '2024-04-17 15:00:51', '2024-04-17 15:00:51', '2024-04-18 15:01:03'),
(827, 1802, 'iversonweb', 1782, 10, 3, 48.48, 1, 1, 'ai_bid', '2024-04-18 14:49:03', '2024-04-18 14:49:03', '2024-04-19 14:50:03'),
(828, 1802, 'iversonweb', 1160, 14, 3, 4.60, 1, 1, 'ai_bid', '2024-04-18 14:49:03', '2024-04-18 14:49:03', '2024-04-19 14:50:05'),
(829, 1802, 'iversonweb', 5709, 10, 3, 12.30, 1, 1, 'ai_bid', '2024-04-18 14:49:03', '2024-04-18 14:49:03', '2024-04-19 14:50:05'),
(830, 1802, 'iversonweb', 2463, 19, 3, 3.09, 1, 1, 'ai_bid', '2024-04-18 14:49:03', '2024-04-18 14:49:03', '2024-04-19 14:50:05'),
(831, 1802, 'iversonweb', 3699, 10, 3, 56.65, 1, 1, 'ai_bid', '2024-04-18 14:49:04', '2024-04-18 14:49:04', '2024-04-19 14:50:05'),
(832, 1802, 'iversonweb', 1844, 19, 3, 0.31, 1, 1, 'ai_bid', '2024-04-18 14:49:04', '2024-04-18 14:49:04', '2024-04-19 14:50:05'),
(833, 1802, 'iversonweb', 803, 19, 3, 0.21, 1, 1, 'ai_bid', '2024-04-18 14:49:04', '2024-04-18 14:49:04', '2024-04-19 14:50:05'),
(834, 1802, 'iversonweb', 1811, 5, 3, 0.21, 1, 1, 'ai_bid', '2024-04-18 14:49:04', '2024-04-18 14:49:04', '2024-04-19 14:50:05'),
(835, 1802, 'iversonweb', 734, 19, 3, 0.23, 1, 1, 'ai_bid', '2024-04-18 14:49:04', '2024-04-18 14:49:04', '2024-04-19 14:50:05'),
(836, 1802, 'iversonweb', 2189, 19, 4, 21.00, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(837, 1802, 'iversonweb', 1198, 15, 4, 2.34, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(838, 1802, 'iversonweb', 1133, 19, 4, 25.25, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(839, 1802, 'iversonweb', 6064, 15, 4, 6.62, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(840, 1802, 'iversonweb', 4380, 15, 4, 5.09, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(841, 1802, 'iversonweb', 4704, 12, 4, 1.33, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(842, 1802, 'iversonweb', 1818, 19, 4, 1.01, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(843, 1802, 'iversonweb', 1844, 19, 4, 0.31, 1, 1, 'ai_bid', '2024-04-18 14:54:03', '2024-04-18 14:54:03', '2024-04-19 14:55:03'),
(844, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-18 16:40:15', '2024-04-18 16:40:15', '2024-04-19 16:41:03'),
(845, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-18 16:44:28', '2024-04-18 16:44:28', '2024-04-19 16:45:03'),
(846, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-18 16:51:25', '2024-04-18 16:51:25', '2024-04-19 16:52:02'),
(847, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-18 16:52:57', '2024-04-18 16:52:57', '2024-04-19 16:53:02'),
(848, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-18 16:54:51', '2024-04-18 16:54:51', '2024-04-19 16:55:03'),
(849, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-18 16:56:36', '2024-04-18 16:56:36', '2024-04-19 16:57:03'),
(850, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-18 16:57:52', '2024-04-18 16:57:52', '2024-04-19 16:58:02'),
(851, 1747, 'Shopnice', 3394, 14, NULL, 24.99, 3, 1, 'manual_bid', '2024-04-18 16:59:41', '2024-04-18 16:59:41', '2024-04-19 17:00:03'),
(852, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-18 17:00:58', '2024-04-18 17:00:58', '2024-04-19 17:01:02'),
(853, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 15, 1, 'manual_bid', '2024-04-18 17:02:10', '2024-04-18 17:02:10', '2024-04-19 17:03:02'),
(854, 1802, 'iversonweb', 1914, 18, 3, 62.75, 1, 1, 'ai_bid', '2024-04-19 16:01:04', '2024-04-19 16:01:04', '2024-04-20 16:01:04'),
(855, 1802, 'iversonweb', 2201, 19, 3, 21.57, 1, 1, 'ai_bid', '2024-04-19 16:01:04', '2024-04-19 16:01:04', '2024-04-20 16:01:06'),
(856, 1802, 'iversonweb', 5730, 10, 3, 26.50, 1, 1, 'ai_bid', '2024-04-19 16:01:04', '2024-04-19 16:01:04', '2024-04-20 16:01:06'),
(857, 1802, 'iversonweb', 2829, 14, 3, 11.12, 1, 1, 'ai_bid', '2024-04-19 16:01:04', '2024-04-19 16:01:04', '2024-04-20 16:01:06'),
(858, 1802, 'iversonweb', 3403, 10, 3, 5.19, 1, 1, 'ai_bid', '2024-04-19 16:01:04', '2024-04-19 16:01:04', '2024-04-20 16:01:06'),
(859, 1802, 'iversonweb', 1827, 19, 3, 0.12, 1, 1, 'ai_bid', '2024-04-19 16:01:04', '2024-04-19 16:01:04', '2024-04-20 16:01:06'),
(860, 1802, 'iversonweb', 1813, 19, 4, 3.06, 1, 1, 'ai_bid', '2024-04-19 16:06:03', '2024-04-19 16:06:03', '2024-04-20 16:07:02'),
(861, 1802, 'iversonweb', 5804, 13, 4, 30.89, 1, 1, 'ai_bid', '2024-04-19 16:06:03', '2024-04-19 16:06:03', '2024-04-20 16:07:04'),
(862, 1802, 'iversonweb', 41, 2, 4, 18.18, 1, 1, 'ai_bid', '2024-04-19 16:06:03', '2024-04-19 16:06:03', '2024-04-20 16:07:04'),
(863, 1802, 'iversonweb', 3730, 13, 4, 6.96, 1, 1, 'ai_bid', '2024-04-19 16:06:03', '2024-04-19 16:06:03', '2024-04-20 16:07:04'),
(864, 1802, 'iversonweb', 5759, 13, 4, 3.95, 1, 1, 'ai_bid', '2024-04-19 16:06:03', '2024-04-19 16:06:03', '2024-04-20 16:07:04'),
(865, 1802, 'iversonweb', 1844, 19, 4, 0.31, 1, 1, 'ai_bid', '2024-04-19 16:06:03', '2024-04-19 16:06:03', '2024-04-20 16:07:04'),
(866, 1802, 'iversonweb', 1827, 19, 4, 0.12, 1, 1, 'ai_bid', '2024-04-19 16:06:03', '2024-04-19 16:06:03', '2024-04-20 16:07:04'),
(867, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-19 17:57:12', '2024-04-19 17:57:12', '2024-04-20 17:58:03'),
(868, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-19 17:58:59', '2024-04-19 17:58:59', '2024-04-20 17:59:02'),
(869, 1747, 'Shopnice', 1177, 19, NULL, 5.77, 10, 1, 'manual_bid', '2024-04-19 18:01:58', '2024-04-19 18:01:58', '2024-04-20 18:02:03'),
(870, 1747, 'Shopnice', 3264, 5, NULL, 6.79, 10, 1, 'manual_bid', '2024-04-19 18:03:06', '2024-04-19 18:03:06', '2024-04-20 18:04:02'),
(871, 1747, 'Shopnice', 619, 7, NULL, 4.00, 10, 1, 'manual_bid', '2024-04-19 18:04:11', '2024-04-19 18:04:11', '2024-04-20 18:05:04'),
(872, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-19 18:05:58', '2024-04-19 18:05:58', '2024-04-20 18:06:02'),
(873, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-19 18:14:55', '2024-04-19 18:14:55', '2024-04-20 18:15:03'),
(874, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-19 18:17:06', '2024-04-19 18:17:06', '2024-04-20 18:18:03'),
(875, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-04-19 18:19:30', '2024-04-19 18:19:30', '2024-04-20 18:20:03'),
(876, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 8, 1, 'manual_bid', '2024-04-19 18:20:31', '2024-04-19 18:20:31', '2024-04-20 18:21:03'),
(877, 1802, 'iversonweb', 520, 17, 3, 39.20, 1, 1, 'ai_bid', '2024-04-20 17:12:06', '2024-04-20 17:12:06', '2024-04-21 17:13:02'),
(878, 1802, 'iversonweb', 3572, 17, 3, 32.41, 1, 1, 'ai_bid', '2024-04-20 17:12:06', '2024-04-20 17:12:06', '2024-04-21 17:13:02'),
(879, 1802, 'iversonweb', 3754, 14, 3, 41.99, 1, 1, 'ai_bid', '2024-04-20 17:12:06', '2024-04-20 17:12:06', '2024-04-21 17:13:02'),
(880, 1802, 'iversonweb', 3649, 13, 3, 13.12, 1, 1, 'ai_bid', '2024-04-20 17:12:06', '2024-04-20 17:12:06', '2024-04-21 17:13:02'),
(881, 1802, 'iversonweb', 642, 5, 3, 1.04, 1, 1, 'ai_bid', '2024-04-20 17:12:06', '2024-04-20 17:12:06', '2024-04-21 17:13:02'),
(882, 1802, 'iversonweb', 756, 19, 3, 0.47, 1, 1, 'ai_bid', '2024-04-20 17:12:06', '2024-04-20 17:12:06', '2024-04-21 17:13:02'),
(883, 1802, 'iversonweb', 1827, 19, 3, 0.13, 1, 1, 'ai_bid', '2024-04-20 17:12:06', '2024-04-20 17:12:06', '2024-04-21 17:13:02'),
(884, 1802, 'iversonweb', 1666, 19, 4, 47.19, 1, 1, 'ai_bid', '2024-04-20 17:19:03', '2024-04-20 17:19:03', '2024-04-21 17:20:03'),
(885, 1802, 'iversonweb', 1222, 15, 4, 10.30, 1, 1, 'ai_bid', '2024-04-20 17:19:03', '2024-04-20 17:19:03', '2024-04-21 17:20:06'),
(886, 1802, 'iversonweb', 3403, 10, 4, 5.09, 1, 1, 'ai_bid', '2024-04-20 17:19:03', '2024-04-20 17:19:03', '2024-04-21 17:20:06'),
(887, 1802, 'iversonweb', 1842, 19, 4, 1.05, 1, 1, 'ai_bid', '2024-04-20 17:19:03', '2024-04-20 17:19:03', '2024-04-21 17:20:06'),
(888, 1802, 'iversonweb', 1827, 19, 4, 0.12, 1, 1, 'ai_bid', '2024-04-20 17:19:03', '2024-04-20 17:19:03', '2024-04-21 17:20:06'),
(889, 1802, 'iversonweb', 949, 5, 4, 0.31, 1, 1, 'ai_bid', '2024-04-20 17:19:03', '2024-04-20 17:19:03', '2024-04-21 17:20:06'),
(890, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-20 20:15:56', '2024-04-20 20:15:56', '2024-04-21 20:16:02'),
(891, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-20 20:17:09', '2024-04-20 20:17:09', '2024-04-21 20:17:24'),
(892, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-20 20:18:13', '2024-04-20 20:18:13', '2024-04-21 20:19:07'),
(893, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-20 20:19:01', '2024-04-20 20:19:01', '2024-04-21 20:19:08'),
(894, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-20 20:20:11', '2024-04-20 20:20:11', '2024-04-21 20:21:04'),
(895, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-04-20 20:22:38', '2024-04-20 20:22:38', '2024-04-21 20:23:01'),
(896, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-20 20:25:06', '2024-04-20 20:25:06', '2024-04-21 20:25:07'),
(897, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-20 20:26:21', '2024-04-20 20:26:21', '2024-04-21 20:27:04'),
(898, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-22 00:51:10', '2024-04-22 00:51:10', '2024-04-23 00:52:03'),
(899, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-22 00:52:09', '2024-04-22 00:52:09', '2024-04-23 00:53:03'),
(900, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-22 00:53:16', '2024-04-22 00:53:16', '2024-04-23 00:54:02'),
(901, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-22 00:54:09', '2024-04-22 00:54:09', '2024-04-23 00:55:03'),
(902, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-22 00:55:08', '2024-04-22 00:55:08', '2024-04-23 00:56:03'),
(903, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-22 00:57:11', '2024-04-22 00:57:11', '2024-04-23 00:58:03'),
(904, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 5, 1, 'manual_bid', '2024-04-22 00:58:12', '2024-04-22 00:58:12', '2024-04-23 00:59:02'),
(905, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-23 04:51:01', '2024-04-23 04:51:01', '2024-04-24 04:51:02'),
(906, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-23 04:51:57', '2024-04-23 04:51:57', '2024-04-24 04:52:03'),
(907, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-23 04:52:51', '2024-04-23 04:52:51', '2024-04-24 04:53:05'),
(908, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-23 04:54:23', '2024-04-23 04:54:23', '2024-04-24 04:55:04'),
(909, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-23 04:55:23', '2024-04-23 04:55:23', '2024-04-24 04:56:02'),
(910, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-23 04:56:18', '2024-04-23 04:56:18', '2024-04-24 04:57:02'),
(911, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-23 04:57:32', '2024-04-23 04:57:32', '2024-04-24 04:58:03'),
(912, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 16, 1, 'manual_bid', '2024-04-23 04:58:21', '2024-04-23 04:58:21', '2024-04-24 04:59:03'),
(913, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-24 06:03:35', '2024-04-24 06:03:35', '2024-04-25 06:04:02'),
(914, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-24 06:04:47', '2024-04-24 06:04:47', '2024-04-25 06:05:04'),
(915, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-24 06:05:55', '2024-04-24 06:05:55', '2024-04-25 06:06:02'),
(916, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-24 06:06:54', '2024-04-24 06:06:54', '2024-04-25 06:07:04'),
(917, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-24 06:08:12', '2024-04-24 06:08:12', '2024-04-25 06:09:03'),
(918, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-24 06:09:13', '2024-04-24 06:09:13', '2024-04-25 06:10:04'),
(919, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-24 06:10:35', '2024-04-24 06:10:35', '2024-04-25 06:11:04'),
(920, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 28, 1, 'manual_bid', '2024-04-24 06:11:28', '2024-04-24 06:11:28', '2024-04-25 06:12:03'),
(921, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-25 07:19:06', '2024-04-25 07:19:06', '2024-04-26 07:20:04'),
(922, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-25 07:20:14', '2024-04-25 07:20:14', '2024-04-26 07:21:02'),
(923, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-25 07:20:59', '2024-04-25 07:20:59', '2024-04-26 07:21:02'),
(924, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-25 07:21:42', '2024-04-25 07:21:42', '2024-04-26 07:22:02'),
(925, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-25 07:22:50', '2024-04-25 07:22:50', '2024-04-26 07:23:02'),
(926, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-04-25 07:23:25', '2024-04-25 07:23:25', '2024-04-26 07:24:03'),
(927, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-25 07:26:08', '2024-04-25 07:26:08', '2024-04-26 07:27:03'),
(928, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 21, 1, 'manual_bid', '2024-04-25 07:27:21', '2024-04-25 07:27:21', '2024-04-26 07:28:03'),
(929, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-04-25 07:28:39', '2024-04-25 07:28:39', '2024-04-26 07:29:02'),
(930, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-26 08:39:44', '2024-04-26 08:39:44', '2024-04-27 08:40:04'),
(931, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-26 08:40:45', '2024-04-26 08:40:45', '2024-04-27 08:41:02'),
(932, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-26 08:41:43', '2024-04-26 08:41:43', '2024-04-27 08:42:02'),
(933, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-26 08:42:25', '2024-04-26 08:42:25', '2024-04-27 08:43:02'),
(934, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-04-26 08:43:21', '2024-04-26 08:43:21', '2024-04-27 08:44:03'),
(935, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 3, 1, 'manual_bid', '2024-04-26 08:44:21', '2024-04-26 08:44:21', '2024-04-27 08:45:04'),
(936, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 4, 1, 'manual_bid', '2024-04-26 08:46:05', '2024-04-26 08:46:05', '2024-04-27 08:47:02'),
(937, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-27 10:02:23', '2024-04-27 10:02:23', '2024-04-28 10:03:03'),
(938, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-27 10:03:08', '2024-04-27 10:03:08', '2024-04-28 10:04:02'),
(939, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 3, 1, 'manual_bid', '2024-04-27 10:04:00', '2024-04-27 10:04:00', '2024-04-28 10:04:02'),
(940, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-04-27 10:04:36', '2024-04-27 10:04:36', '2024-04-28 10:05:03'),
(941, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-27 10:05:29', '2024-04-27 10:05:29', '2024-04-28 10:06:02'),
(942, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-27 10:06:05', '2024-04-27 10:06:05', '2024-04-28 10:07:02'),
(943, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-04-27 10:10:54', '2024-04-27 10:10:54', '2024-04-28 10:11:02'),
(944, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 18, 1, 'manual_bid', '2024-04-27 10:11:38', '2024-04-27 10:11:38', '2024-04-28 10:12:02'),
(945, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-28 11:31:23', '2024-04-28 11:31:23', '2024-04-29 11:32:02'),
(946, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-28 11:32:46', '2024-04-28 11:32:46', '2024-04-29 11:33:02'),
(947, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-04-28 11:35:08', '2024-04-28 11:35:08', '2024-04-29 11:36:02'),
(948, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 3, 1, 'manual_bid', '2024-04-28 11:36:05', '2024-04-28 11:36:05', '2024-04-29 11:37:02'),
(949, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-28 11:37:18', '2024-04-28 11:37:18', '2024-04-29 11:38:03'),
(950, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-28 11:38:08', '2024-04-28 11:38:08', '2024-04-29 11:39:03'),
(951, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 1, 1, 'manual_bid', '2024-04-28 11:39:37', '2024-04-28 11:39:37', '2024-04-29 11:40:03'),
(952, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 25, 1, 'manual_bid', '2024-04-28 11:47:19', '2024-04-28 11:47:19', '2024-04-29 11:48:02'),
(953, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 28, 1, 'manual_bid', '2024-04-28 11:48:09', '2024-04-28 11:48:09', '2024-04-29 11:49:03'),
(954, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-29 12:54:35', '2024-04-29 12:54:35', '2024-04-30 12:55:03'),
(955, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-29 12:55:16', '2024-04-29 12:55:16', '2024-04-30 12:56:03'),
(956, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-04-29 12:55:54', '2024-04-29 12:55:54', '2024-04-30 12:56:03'),
(957, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 4, 1, 'manual_bid', '2024-04-29 12:57:36', '2024-04-29 12:57:36', '2024-04-30 12:58:03'),
(958, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-29 12:58:12', '2024-04-29 12:58:12', '2024-04-30 12:59:02'),
(959, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-29 12:58:49', '2024-04-29 12:58:49', '2024-04-30 12:59:02'),
(960, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-04-29 13:01:03', '2024-04-29 13:01:03', '2024-04-30 13:01:03'),
(961, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 23, 1, 'manual_bid', '2024-04-29 13:01:44', '2024-04-29 13:01:44', '2024-04-30 13:02:03'),
(962, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-04-30 14:27:33', '2024-04-30 14:27:33', '2024-05-01 14:28:02'),
(963, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-04-30 14:28:17', '2024-04-30 14:28:17', '2024-05-01 14:29:02'),
(964, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-04-30 14:29:14', '2024-04-30 14:29:14', '2024-05-01 14:30:04'),
(965, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-04-30 14:29:59', '2024-04-30 14:29:59', '2024-05-01 14:30:04'),
(966, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-04-30 14:30:44', '2024-04-30 14:30:44', '2024-05-01 14:31:02'),
(967, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 4, 1, 'manual_bid', '2024-04-30 14:32:21', '2024-04-30 14:32:21', '2024-05-01 14:33:02'),
(968, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 30, 1, 'manual_bid', '2024-04-30 14:33:11', '2024-04-30 14:33:11', '2024-05-01 14:34:02'),
(969, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-04-30 14:34:07', '2024-04-30 14:34:07', '2024-05-01 14:35:03'),
(970, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 9, 1, 'manual_bid', '2024-04-30 14:34:49', '2024-04-30 14:34:49', '2024-05-01 14:35:03'),
(971, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-05-01 15:43:30', '2024-05-01 15:43:30', '2024-05-02 15:44:13'),
(972, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-01 15:45:18', '2024-05-01 15:45:18', '2024-05-02 15:46:02'),
(973, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-05-01 15:46:27', '2024-05-01 15:46:27', '2024-05-02 15:47:08'),
(974, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-05-01 15:48:18', '2024-05-01 15:48:18', '2024-05-02 15:49:11'),
(975, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-05-01 15:49:00', '2024-05-01 15:49:00', '2024-05-02 15:49:11'),
(976, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 5, 1, 'manual_bid', '2024-05-01 15:50:02', '2024-05-01 15:50:02', '2024-05-02 15:50:03'),
(977, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 1, 1, 'manual_bid', '2024-05-01 15:52:19', '2024-05-01 15:52:19', '2024-05-02 15:53:05'),
(978, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 30, 1, 'manual_bid', '2024-05-01 15:53:34', '2024-05-01 15:53:34', '2024-05-02 15:54:03'),
(979, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 21, 1, 'manual_bid', '2024-05-01 16:01:13', '2024-05-01 16:01:13', '2024-05-02 16:01:14'),
(980, 1798, 'Feelyards', 3225, 5, NULL, 2.62, 4, 1, 'manual_bid', '2024-05-02 15:53:36', '2024-05-02 15:53:36', '2024-05-03 15:54:03'),
(981, 1798, 'Feelyards', 3593, 12, NULL, 5.57, 1, 1, 'manual_bid', '2024-05-02 15:57:44', '2024-05-02 15:57:44', '2024-05-03 15:58:02'),
(982, 1798, 'Feelyards', 2121, 19, NULL, 6.15, 2, 1, 'manual_bid', '2024-05-02 16:02:20', '2024-05-02 16:02:20', '2024-05-03 16:03:04'),
(983, 1798, 'Feelyards', 1953, 5, NULL, 5.00, 1, 1, 'manual_bid', '2024-05-02 16:10:12', '2024-05-02 16:10:12', '2024-05-03 16:11:02'),
(984, 1798, 'Feelyards', 1015, 5, NULL, 4.89, 2, 1, 'manual_bid', '2024-05-02 16:13:08', '2024-05-02 16:13:08', '2024-05-03 16:14:03'),
(985, 1798, 'Feelyards', 634, 5, NULL, 2.00, 2, 1, 'manual_bid', '2024-05-02 16:15:38', '2024-05-02 16:15:38', '2024-05-03 16:16:02'),
(986, 1798, 'Feelyards', 3271, 5, NULL, 3.70, 1, 1, 'manual_bid', '2024-05-02 16:20:20', '2024-05-02 16:20:20', '2024-05-03 16:21:02'),
(987, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-05-02 17:52:50', '2024-05-02 17:52:50', '2024-05-03 17:53:22'),
(988, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-02 17:53:29', '2024-05-02 17:53:29', '2024-05-03 17:54:22'),
(989, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 3, 1, 'manual_bid', '2024-05-02 17:54:10', '2024-05-02 17:54:10', '2024-05-03 17:54:22'),
(990, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 3, 1, 'manual_bid', '2024-05-02 17:54:56', '2024-05-02 17:54:56', '2024-05-03 17:55:23'),
(991, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-05-02 17:55:40', '2024-05-02 17:55:40', '2024-05-03 17:56:45'),
(992, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-05-02 17:56:44', '2024-05-02 17:56:44', '2024-05-03 17:56:45'),
(993, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-05-02 17:57:45', '2024-05-02 17:57:45', '2024-05-03 17:58:22'),
(994, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 1, 1, 'manual_bid', '2024-05-02 17:58:37', '2024-05-02 17:58:37', '2024-05-03 17:59:41'),
(995, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-05-03 19:11:10', '2024-05-03 19:11:10', '2024-05-04 19:12:02'),
(996, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-03 19:12:18', '2024-05-03 19:12:18', '2024-05-04 19:13:02'),
(997, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 3, 1, 'manual_bid', '2024-05-03 19:13:19', '2024-05-03 19:13:19', '2024-05-04 19:14:03'),
(998, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 3, 1, 'manual_bid', '2024-05-03 19:14:25', '2024-05-03 19:14:25', '2024-05-04 19:15:04'),
(999, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-05-03 19:15:35', '2024-05-03 19:15:35', '2024-05-04 19:16:03'),
(1000, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 3, 1, 'manual_bid', '2024-05-03 19:16:49', '2024-05-03 19:16:49', '2024-05-04 19:17:03'),
(1001, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 2, 1, 'manual_bid', '2024-05-03 19:18:18', '2024-05-03 19:18:18', '2024-05-04 19:19:03'),
(1002, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 4, 1, 'manual_bid', '2024-05-03 19:22:03', '2024-05-03 19:22:03', '2024-05-04 19:23:03'),
(1003, 1798, 'Feelyards', 504, 17, NULL, 16.00, 1, 1, 'manual_bid', '2024-05-04 07:33:51', '2024-05-04 07:33:51', '2024-05-05 07:34:02'),
(1004, 1798, 'Feelyards', 261, 2, NULL, 21.00, 1, 1, 'manual_bid', '2024-05-04 07:51:14', '2024-05-04 07:51:14', '2024-05-05 07:52:02'),
(1005, 1798, 'Feelyards', 1738, 5, NULL, 2.00, 7, 1, 'manual_bid', '2024-05-04 09:10:21', '2024-05-04 09:10:21', '2024-05-05 09:11:02'),
(1006, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-05-04 20:38:21', '2024-05-04 20:38:21', '2024-05-05 20:39:02'),
(1007, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-04 20:39:01', '2024-05-04 20:39:01', '2024-05-05 20:39:05'),
(1008, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 3, 1, 'manual_bid', '2024-05-04 20:39:49', '2024-05-04 20:39:49', '2024-05-05 20:40:04'),
(1009, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 3, 1, 'manual_bid', '2024-05-04 20:40:34', '2024-05-04 20:40:34', '2024-05-05 20:41:03'),
(1010, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-04 20:41:22', '2024-05-04 20:41:22', '2024-05-05 20:42:02'),
(1011, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 2, 1, 'manual_bid', '2024-05-04 20:42:46', '2024-05-04 20:42:46', '2024-05-05 20:43:02'),
(1012, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 35, 1, 'manual_bid', '2024-05-04 20:43:37', '2024-05-04 20:43:37', '2024-05-05 20:44:03'),
(1013, 1798, 'Feelyards', 3978, 5, NULL, 13.00, 2, 1, 'manual_bid', '2024-05-05 11:25:10', '2024-05-05 11:25:10', '2024-05-06 11:26:02'),
(1014, 1798, 'Feelyards', 954, 5, NULL, 21.00, 1, 1, 'manual_bid', '2024-05-05 11:40:00', '2024-05-05 11:40:00', '2024-05-06 11:40:03'),
(1015, 1798, 'Feelyards', 2077, 5, NULL, 6.00, 1, 1, 'manual_bid', '2024-05-05 11:41:29', '2024-05-05 11:41:29', '2024-05-06 11:42:02'),
(1016, 1798, 'Feelyards', 4644, 5, NULL, 25.00, 2, 1, 'manual_bid', '2024-05-05 14:52:37', '2024-05-05 14:52:37', '2024-05-06 14:53:02'),
(1017, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 10, 1, 'manual_bid', '2024-05-05 21:59:27', '2024-05-05 21:59:27', '2024-05-06 22:00:04'),
(1018, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-05 22:00:32', '2024-05-05 22:00:32', '2024-05-06 22:01:04'),
(1019, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 2, 1, 'manual_bid', '2024-05-05 22:01:34', '2024-05-05 22:01:34', '2024-05-06 22:02:03'),
(1020, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 2, 1, 'manual_bid', '2024-05-05 22:02:21', '2024-05-05 22:02:21', '2024-05-06 22:03:03'),
(1021, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 5, 1, 'manual_bid', '2024-05-05 22:03:11', '2024-05-05 22:03:11', '2024-05-06 22:04:02'),
(1022, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 5, 1, 'manual_bid', '2024-05-05 22:04:09', '2024-05-05 22:04:09', '2024-05-06 22:05:02'),
(1023, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-05-05 22:05:20', '2024-05-05 22:05:20', '2024-05-06 22:06:04'),
(1024, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 1, 1, 'manual_bid', '2024-05-05 22:06:16', '2024-05-05 22:06:16', '2024-05-06 22:07:02'),
(1025, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 8, 1, 'manual_bid', '2024-05-05 22:06:57', '2024-05-05 22:06:57', '2024-05-06 22:07:02'),
(1026, 1798, 'Feelyards', 4642, 5, NULL, 26.00, 1, 1, 'manual_bid', '2024-05-06 13:57:37', '2024-05-06 13:57:37', '2024-05-07 13:58:02'),
(1027, 1798, 'Feelyards', 38, 2, NULL, 15.00, 2, 1, 'manual_bid', '2024-05-06 14:21:16', '2024-05-06 14:21:16', '2024-05-07 14:22:02'),
(1028, 1798, 'Feelyards', 2125, 5, NULL, 33.00, 1, 1, 'manual_bid', '2024-05-06 16:34:36', '2024-05-06 16:34:36', '2024-05-07 16:35:04'),
(1029, 1798, 'Feelyards', 1950, 5, NULL, 18.00, 1, 1, 'manual_bid', '2024-05-06 16:54:30', '2024-05-06 16:54:30', '2024-05-07 16:55:04'),
(1030, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-06 23:26:43', '2024-05-06 23:26:43', '2024-05-07 23:27:02'),
(1031, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 3, 1, 'manual_bid', '2024-05-06 23:27:27', '2024-05-06 23:27:27', '2024-05-07 23:28:02'),
(1032, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 3, 1, 'manual_bid', '2024-05-06 23:28:17', '2024-05-06 23:28:17', '2024-05-07 23:29:03'),
(1033, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 4, 1, 'manual_bid', '2024-05-06 23:29:14', '2024-05-06 23:29:14', '2024-05-07 23:30:04'),
(1034, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-06 23:30:08', '2024-05-06 23:30:08', '2024-05-07 23:31:02'),
(1035, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 2, 1, 'manual_bid', '2024-05-06 23:31:03', '2024-05-06 23:31:03', '2024-05-07 23:32:03'),
(1036, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 1, 1, 'manual_bid', '2024-05-06 23:31:57', '2024-05-06 23:31:57', '2024-05-07 23:32:03'),
(1037, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-05-06 23:32:58', '2024-05-06 23:32:58', '2024-05-07 23:33:02'),
(1038, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 16, 1, 'manual_bid', '2024-05-06 23:33:42', '2024-05-06 23:33:42', '2024-05-07 23:34:04'),
(1039, 1798, 'Feelyards', 4082, 5, NULL, 25.00, 2, 1, 'manual_bid', '2024-05-07 20:50:00', '2024-05-07 20:50:00', '2024-05-08 20:50:04'),
(1040, 1798, 'Feelyards', 3323, 5, NULL, 60.00, 1, 1, 'manual_bid', '2024-05-07 20:58:04', '2024-05-07 20:58:04', '2024-05-08 20:59:02'),
(1041, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-08 00:42:59', '2024-05-08 00:42:59', '2024-05-09 00:43:03'),
(1042, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-08 00:43:37', '2024-05-08 00:43:37', '2024-05-09 00:44:03'),
(1043, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-08 00:44:31', '2024-05-08 00:44:31', '2024-05-09 00:45:04'),
(1044, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-08 00:45:13', '2024-05-08 00:45:13', '2024-05-09 00:46:02'),
(1045, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 3, 1, 'manual_bid', '2024-05-08 00:46:41', '2024-05-08 00:46:41', '2024-05-09 00:47:02'),
(1046, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 2, 1, 'manual_bid', '2024-05-08 00:47:33', '2024-05-08 00:47:33', '2024-05-09 00:48:02'),
(1047, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 8, 1, 'manual_bid', '2024-05-08 00:48:11', '2024-05-08 00:48:11', '2024-05-09 00:49:02'),
(1048, 1798, 'Feelyards', 1959, 5, NULL, 21.00, 3, 1, 'manual_bid', '2024-05-08 22:21:25', '2024-05-08 22:21:25', '2024-05-09 22:22:03'),
(1049, 1798, 'Feelyards', 1040, 5, NULL, 51.00, 1, 1, 'manual_bid', '2024-05-08 22:50:52', '2024-05-08 22:50:52', '2024-05-09 22:51:02'),
(1050, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-09 01:56:52', '2024-05-09 01:56:52', '2024-05-10 01:57:02'),
(1051, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-09 01:57:42', '2024-05-09 01:57:42', '2024-05-10 01:58:02'),
(1052, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-09 01:57:47', '2024-05-09 01:57:47', '2024-05-10 01:58:02'),
(1053, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-09 01:58:40', '2024-05-09 01:58:40', '2024-05-10 01:59:02'),
(1054, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-05-09 02:00:49', '2024-05-09 02:00:49', '2024-05-10 02:01:02'),
(1055, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-05-09 02:01:45', '2024-05-09 02:01:45', '2024-05-10 02:02:02'),
(1056, 1798, 'Feelyards', 3312, 5, NULL, 69.00, 1, 1, 'manual_bid', '2024-05-10 01:21:55', '2024-05-10 01:21:55', '2024-05-11 01:22:02'),
(1057, 1798, 'Feelyards', 2945, 5, NULL, 24.00, 2, 1, 'manual_bid', '2024-05-10 01:30:06', '2024-05-10 01:30:06', '2024-05-11 01:31:02'),
(1058, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-10 04:29:47', '2024-05-10 04:29:47', '2024-05-11 04:30:04'),
(1059, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-10 04:30:41', '2024-05-10 04:30:41', '2024-05-11 04:31:02'),
(1060, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-10 04:31:21', '2024-05-10 04:31:21', '2024-05-11 04:32:02'),
(1061, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-10 04:32:05', '2024-05-10 04:32:05', '2024-05-11 04:33:02'),
(1062, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 4, 1, 'manual_bid', '2024-05-10 04:33:20', '2024-05-10 04:33:20', '2024-05-11 04:34:02'),
(1063, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 28, 1, 'manual_bid', '2024-05-10 04:36:39', '2024-05-10 04:36:39', '2024-05-11 04:37:02'),
(1064, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 30, 1, 'manual_bid', '2024-05-10 04:37:17', '2024-05-10 04:37:17', '2024-05-11 04:38:02'),
(1065, 1798, 'Feelyards', 931, 5, NULL, 51.00, 1, 1, 'manual_bid', '2024-05-10 09:14:50', '2024-05-10 09:14:50', '2024-05-11 09:15:05'),
(1066, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-11 05:43:05', '2024-05-11 05:43:05', '2024-05-12 05:43:12'),
(1067, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-11 05:46:34', '2024-05-11 05:46:34', '2024-05-12 05:47:02'),
(1068, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-11 05:47:46', '2024-05-11 05:47:46', '2024-05-12 05:48:02'),
(1069, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-11 05:48:43', '2024-05-11 05:48:43', '2024-05-12 05:49:04'),
(1070, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 2, 1, 'manual_bid', '2024-05-11 08:56:01', '2024-05-11 08:56:01', '2024-05-12 08:56:02'),
(1071, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 1, 1, 'manual_bid', '2024-05-11 08:58:50', '2024-05-11 08:58:50', '2024-05-12 08:59:02'),
(1072, 1798, 'Feelyards', 1419, 5, NULL, 41.00, 3, 1, 'manual_bid', '2024-05-11 11:03:08', '2024-05-11 11:03:08', '2024-05-12 11:04:03'),
(1073, 1798, 'Feelyards', 4179, 5, NULL, 25.00, 2, 1, 'manual_bid', '2024-05-11 11:06:07', '2024-05-11 11:06:07', '2024-05-12 11:07:02'),
(1074, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-12 10:15:27', '2024-05-12 10:15:27', '2024-05-13 10:16:02'),
(1075, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-12 10:16:47', '2024-05-12 10:16:47', '2024-05-13 10:17:02'),
(1076, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-12 10:19:03', '2024-05-12 10:19:03', '2024-05-13 10:20:04'),
(1077, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 6, 1, 'manual_bid', '2024-05-12 10:25:43', '2024-05-12 10:25:43', '2024-05-13 10:26:02'),
(1078, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-05-12 10:27:17', '2024-05-12 10:27:17', '2024-05-13 10:28:02'),
(1079, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 1, 1, 'manual_bid', '2024-05-12 10:28:17', '2024-05-12 10:28:17', '2024-05-13 10:29:03'),
(1080, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-05-12 10:29:04', '2024-05-12 10:29:04', '2024-05-13 10:30:04'),
(1081, 1798, 'Feelyards', 5542, 10, NULL, 32.00, 4, 1, 'manual_bid', '2024-05-12 14:01:20', '2024-05-12 14:01:20', '2024-05-13 14:02:03'),
(1082, 1798, 'Feelyards', 4081, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-05-12 14:04:25', '2024-05-12 14:04:25', '2024-05-13 14:05:03'),
(1083, 1747, 'Shopnice', 2870, 19, NULL, 130.00, 1, 1, 'manual_bid', '2024-05-13 11:37:22', '2024-05-13 11:37:22', '2024-05-14 11:38:03'),
(1084, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-13 11:38:27', '2024-05-13 11:38:27', '2024-05-14 11:39:03'),
(1085, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-13 11:39:23', '2024-05-13 11:39:23', '2024-05-14 11:40:03'),
(1086, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-13 11:40:35', '2024-05-13 11:40:35', '2024-05-14 11:41:02'),
(1087, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 2, 1, 'manual_bid', '2024-05-13 11:41:43', '2024-05-13 11:41:43', '2024-05-14 11:42:02'),
(1088, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 6, 1, 'manual_bid', '2024-05-13 11:43:01', '2024-05-13 11:43:01', '2024-05-14 11:43:02'),
(1089, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 2, 1, 'manual_bid', '2024-05-13 11:44:02', '2024-05-13 11:44:02', '2024-05-14 11:44:03'),
(1090, 1798, 'Feelyards', 4081, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-05-13 15:18:49', '2024-05-13 15:18:49', '2024-05-14 15:19:03'),
(1091, 1798, 'Feelyards', 3892, 2, NULL, 100.00, 1, 1, 'manual_bid', '2024-05-13 15:20:23', '2024-05-13 15:20:23', '2024-05-14 15:21:02'),
(1092, 1798, 'Feelyards', 104, 2, NULL, 34.00, 1, 1, 'manual_bid', '2024-05-13 15:21:39', '2024-05-13 15:21:39', '2024-05-14 15:22:03'),
(1093, 1747, 'Shopnice', 2870, 19, NULL, 130.00, 1, 1, 'manual_bid', '2024-05-14 12:59:01', '2024-05-14 12:59:01', '2024-05-15 12:59:02'),
(1094, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-14 12:59:41', '2024-05-14 12:59:41', '2024-05-15 13:00:03'),
(1095, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-14 13:00:35', '2024-05-14 13:00:35', '2024-05-15 13:01:02'),
(1096, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-14 13:01:26', '2024-05-14 13:01:26', '2024-05-15 13:02:05'),
(1097, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-05-14 13:02:34', '2024-05-14 13:02:34', '2024-05-15 13:03:03'),
(1098, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-05-14 13:16:22', '2024-05-14 13:16:22', '2024-05-15 13:17:02'),
(1099, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 9, 1, 'manual_bid', '2024-05-14 13:17:33', '2024-05-14 13:17:33', '2024-05-15 13:18:03'),
(1100, 1798, 'Feelyards', 3942, 5, NULL, 89.00, 1, 1, 'manual_bid', '2024-05-14 16:31:35', '2024-05-14 16:31:35', '2024-05-15 16:32:02'),
(1101, 1798, 'Feelyards', 4263, 5, NULL, 100.00, 1, 1, 'manual_bid', '2024-05-14 16:33:59', '2024-05-14 16:33:59', '2024-05-15 16:34:03'),
(1102, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-15 14:34:01', '2024-05-15 14:34:01', '2024-05-16 14:34:02'),
(1103, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-15 14:35:04', '2024-05-15 14:35:04', '2024-05-16 14:35:04'),
(1104, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-15 14:35:55', '2024-05-15 14:35:55', '2024-05-16 14:36:03'),
(1105, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 4, 1, 'manual_bid', '2024-05-15 14:38:47', '2024-05-15 14:38:47', '2024-05-16 14:39:02'),
(1106, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-05-15 14:40:21', '2024-05-15 14:40:21', '2024-05-16 14:41:02'),
(1107, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 5, 1, 'manual_bid', '2024-05-15 14:41:48', '2024-05-15 14:41:48', '2024-05-16 14:42:02'),
(1108, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 3, 1, 'manual_bid', '2024-05-15 14:43:16', '2024-05-15 14:43:16', '2024-05-16 14:44:02'),
(1109, 1869, 'Anatoliy fast store', 2299, 5, NULL, 12.00, 2, 1, 'manual_bid', '2024-05-15 15:25:51', '2024-05-15 15:25:51', '2024-05-16 15:26:02'),
(1110, 1869, 'Anatoliy fast store', 2299, 5, NULL, 11.50, 3, 1, 'manual_bid', '2024-05-15 15:26:36', '2024-05-15 15:26:36', '2024-05-16 15:27:02'),
(1111, 1869, 'Anatoliy fast store', 1778, 12, NULL, 201.00, 1, 1, 'manual_bid', '2024-05-15 15:30:15', '2024-05-15 15:30:15', '2024-05-16 15:31:02'),
(1112, 1869, 'Anatoliy fast store', 1778, 12, NULL, 209.00, 1, 1, 'manual_bid', '2024-05-15 15:33:49', '2024-05-15 15:33:49', '2024-05-16 15:34:02'),
(1113, 1869, 'Anatoliy fast store', 3750, 7, NULL, 70.00, 2, 1, 'manual_bid', '2024-05-15 15:35:16', '2024-05-15 15:35:16', '2024-05-16 15:36:02'),
(1114, 1869, 'Anatoliy fast store', 2031, 4, NULL, 530.00, 1, 1, 'manual_bid', '2024-05-15 15:38:10', '2024-05-15 15:38:10', '2024-05-16 15:39:02'),
(1115, 1869, 'Anatoliy fast store', 5119, 13, NULL, 65.00, 1, 1, 'manual_bid', '2024-05-15 15:41:11', '2024-05-15 15:41:11', '2024-05-16 15:42:02'),
(1116, 1869, 'Anatoliy fast store', 4423, 16, NULL, 2685.00, 1, 1, 'manual_bid', '2024-05-15 15:43:08', '2024-05-15 15:43:08', '2024-05-16 15:44:02'),
(1117, 1869, 'Anatoliy fast store', 1917, 18, NULL, 80.00, 1, 1, 'manual_bid', '2024-05-15 15:44:51', '2024-05-15 15:44:51', '2024-05-16 15:45:04'),
(1118, 1866, 'Tetyana store', 3892, 2, NULL, 114.00, 1, 1, 'manual_bid', '2024-05-15 15:50:20', '2024-05-15 15:50:20', '2024-05-16 15:51:02'),
(1119, 1866, 'Tetyana store', 3826, 4, NULL, 404.00, 1, 1, 'manual_bid', '2024-05-15 15:52:02', '2024-05-15 15:52:02', '2024-05-16 15:52:02'),
(1120, 1866, 'Tetyana store', 4153, 5, NULL, 306.00, 1, 1, 'manual_bid', '2024-05-15 15:54:46', '2024-05-15 15:54:46', '2024-05-16 15:55:03'),
(1121, 1866, 'Tetyana store', 4153, 5, NULL, 285.00, 1, 1, 'manual_bid', '2024-05-15 15:57:41', '2024-05-15 15:57:41', '2024-05-16 15:58:02'),
(1122, 1866, 'Tetyana store', 3762, 7, NULL, 58.00, 1, 1, 'manual_bid', '2024-05-15 16:01:24', '2024-05-15 16:01:24', '2024-05-16 16:02:04'),
(1123, 1866, 'Tetyana store', 3762, 7, NULL, 40.00, 1, 2, 'manual_bid', '2024-05-15 16:03:14', '2024-05-15 16:03:14', '2024-05-16 16:04:02'),
(1124, 1798, 'Feelyards', 116, 2, NULL, 100.00, 1, 1, 'manual_bid', '2024-05-15 17:50:28', '2024-05-15 17:50:28', '2024-05-16 17:51:02'),
(1125, 1798, 'Feelyards', 175, 2, NULL, 60.00, 1, 1, 'manual_bid', '2024-05-15 18:05:17', '2024-05-15 18:05:17', '2024-05-16 18:06:03'),
(1126, 1798, 'Feelyards', 2134, 2, NULL, 35.00, 1, 1, 'manual_bid', '2024-05-15 18:13:46', '2024-05-15 18:13:46', '2024-05-16 18:14:03'),
(1127, 1871, 'Almeida', 1352, 15, 7, 887.40, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:03'),
(1128, 1871, 'Almeida', 713, 19, 7, 35.54, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1129, 1871, 'Almeida', 3523, 12, 7, 16.49, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1130, 1871, 'Almeida', 1555, 19, 7, 25.46, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1131, 1871, 'Almeida', 3878, 11, 7, 4.89, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1132, 1871, 'Almeida', 4549, 16, 7, 10.59, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1133, 1871, 'Almeida', 2971, 18, 7, 721.93, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1134, 1871, 'Almeida', 5849, 15, 7, 67.13, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1135, 1871, 'Almeida', 4415, 16, 7, 211.04, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(1136, 1871, 'Almeida', 241, 17, 7, 158.09, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1137, 1871, 'Almeida', 385, 10, 7, 166.88, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1138, 1871, 'Almeida', 3815, 13, 7, 4283.99, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1139, 1871, 'Almeida', 2795, 14, 7, 722.80, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1140, 1871, 'Almeida', 2276, 10, 7, 62.16, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1141, 1871, 'Almeida', 4197, 18, 7, 11.21, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1142, 1871, 'Almeida', 5390, 17, 7, 90.64, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1143, 1871, 'Almeida', 1586, 4, 7, 82.80, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1144, 1871, 'Almeida', 2461, 10, 7, 7.13, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1145, 1871, 'Almeida', 2594, 19, 7, 15.73, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1146, 1871, 'Almeida', 4465, 15, 7, 15.74, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1147, 1871, 'Almeida', 5281, 14, 7, 161.25, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1148, 1871, 'Almeida', 4287, 18, 7, 1442.57, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1149, 1871, 'Almeida', 1906, 4, 7, 5.57, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1150, 1871, 'Almeida', 3749, 7, 7, 52.73, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1151, 1871, 'Almeida', 5807, 13, 7, 20.59, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1152, 1871, 'Almeida', 4227, 5, 7, 216.30, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1153, 1871, 'Almeida', 2143, 19, 7, 21.20, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1154, 1871, 'Almeida', 1492, 19, 7, 64.63, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1155, 1871, 'Almeida', 4274, 18, 7, 63.60, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1156, 1871, 'Almeida', 5972, 17, 7, 15.89, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1157, 1871, 'Almeida', 1384, 15, 7, 41.41, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1158, 1871, 'Almeida', 5346, 14, 7, 153.26, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1159, 1871, 'Almeida', 857, 12, 7, 94.68, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1160, 1871, 'Almeida', 6145, 11, 7, 10.19, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1161, 1871, 'Almeida', 5946, 17, 7, 29.40, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1162, 1871, 'Almeida', 3174, 4, 7, 9.05, 1, 1, 'ai_bid', '2024-05-16 02:44:03', '2024-05-16 02:44:03', '2024-05-17 02:44:05'),
(1163, 1871, 'Almeida', 267, 2, NULL, 179.99, 9, 1, 'manual_bid', '2024-05-16 02:49:14', '2024-05-16 02:49:14', '2024-05-17 02:50:03'),
(1164, 1870, 'Liliana', 1457, 17, 8, 11.30, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1165, 1870, 'Liliana', 5746, 13, 8, 75.24, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1166, 1870, 'Liliana', 2618, 10, 8, 10.19, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1167, 1870, 'Liliana', 3660, 18, 8, 7.13, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1168, 1870, 'Liliana', 3171, 5, 8, 17.00, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1169, 1870, 'Liliana', 1108, 4, 8, 7.06, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1170, 1870, 'Liliana', 3395, 10, 8, 47.83, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1171, 1870, 'Liliana', 1131, 19, 8, 370.67, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1172, 1870, 'Liliana', 2901, 19, 8, 3338.39, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1173, 1870, 'Liliana', 4395, 14, 8, 210.81, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1174, 1870, 'Liliana', 2007, 1, 8, 104.16, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1175, 1870, 'Liliana', 3555, 17, 8, 1510.50, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1176, 1870, 'Liliana', 728, 10, 8, 34.87, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1177, 1870, 'Liliana', 2580, 7, 8, 19.23, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1178, 1870, 'Liliana', 2829, 14, 8, 11.01, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1179, 1870, 'Liliana', 2170, 2, 8, 135.68, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1180, 1870, 'Liliana', 3035, 18, 8, 165.00, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1181, 1870, 'Liliana', 4686, 14, 8, 1346.91, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1182, 1870, 'Liliana', 698, 19, 8, 6.61, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1183, 1870, 'Liliana', 5337, 14, 8, 40.40, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1184, 1870, 'Liliana', 661, 1, 8, 6.06, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1185, 1870, 'Liliana', 3584, 12, 8, 246.97, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1186, 1870, 'Liliana', 960, 7, 8, 95.40, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1187, 1870, 'Liliana', 4962, 14, 8, 9.54, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1188, 1870, 'Liliana', 476, 17, 8, 153.60, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1189, 1870, 'Liliana', 4773, 12, 8, 52.47, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1190, 1870, 'Liliana', 2192, 16, 8, 36.00, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1191, 1870, 'Liliana', 4633, 15, 8, 424.00, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1192, 1870, 'Liliana', 5633, 10, 8, 9.21, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1193, 1870, 'Liliana', 2837, 14, 8, 41.07, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1194, 1870, 'Liliana', 6160, 11, 8, 9.35, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1195, 1870, 'Liliana', 32, 2, 8, 120.36, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1196, 1870, 'Liliana', 3341, 7, 8, 55.07, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:03'),
(1197, 1870, 'Liliana', 5244, 14, 8, 158.53, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1198, 1870, 'Liliana', 4766, 12, 8, 29.39, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1199, 1870, 'Liliana', 3245, 4, 8, 314.99, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1200, 1870, 'Liliana', 2477, 10, 8, 26.24, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1201, 1870, 'Liliana', 1662, 19, 8, 0.94, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1202, 1870, 'Liliana', 2117, 19, 8, 17.15, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1203, 1870, 'Liliana', 5689, 15, 8, 128.25, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1204, 1870, 'Liliana', 4152, 18, 8, 36.73, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1205, 1870, 'Liliana', 5396, 17, 8, 45.45, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1206, 1870, 'Liliana', 2064, 13, 8, 3.14, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1207, 1870, 'Liliana', 3804, 4, 8, 230.97, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1208, 1870, 'Liliana', 2534, 14, 8, 10.37, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1209, 1870, 'Liliana', 2240, 16, 8, 26.24, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1210, 1870, 'Liliana', 4591, 5, 8, 16.31, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1211, 1870, 'Liliana', 2982, 14, 8, 83.74, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1212, 1870, 'Liliana', 205, 18, 8, 57.16, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1213, 1870, 'Liliana', 3527, 12, 8, 3.04, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1214, 1870, 'Liliana', 1527, 14, 8, 2.06, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1215, 1870, 'Liliana', 354, 2, 8, 15.45, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1216, 1870, 'Liliana', 2857, 12, 8, 27.80, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1217, 1870, 'Liliana', 397, 17, 8, 29.95, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1218, 1870, 'Liliana', 4217, 5, 8, 6.21, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1219, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1220, 1870, 'Liliana', 756, 19, 8, 0.47, 1, 1, 'ai_bid', '2024-05-16 02:51:03', '2024-05-16 02:51:03', '2024-05-17 02:52:04'),
(1221, 1871, 'Almeida', 608, 7, NULL, 2.00, 2, 1, 'manual_bid', '2024-05-16 02:53:45', '2024-05-16 02:53:45', '2024-05-17 02:54:02'),
(1222, 1871, 'Almeida', 4679, 12, NULL, 5.98, 4, 1, 'manual_bid', '2024-05-16 02:56:14', '2024-05-16 02:56:14', '2024-05-17 02:57:02'),
(1223, 1873, 'Gustavo', 5056, 11, 9, 40.39, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1224, 1873, 'Gustavo', 1527, 14, 9, 2.04, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1225, 1873, 'Gustavo', 4564, 14, 9, 304.98, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1226, 1873, 'Gustavo', 3972, 17, 9, 13.32, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1227, 1873, 'Gustavo', 4817, 17, 9, 17.94, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1228, 1873, 'Gustavo', 5035, 13, 9, 41.60, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1229, 1873, 'Gustavo', 755, 19, 9, 34.64, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1230, 1873, 'Gustavo', 5552, 10, 9, 27.15, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1231, 1873, 'Gustavo', 4919, 13, 9, 35.35, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1232, 1873, 'Gustavo', 4140, 14, 9, 100.98, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1233, 1873, 'Gustavo', 5322, 13, 9, 7208.00, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1234, 1873, 'Gustavo', 462, 19, 9, 7.17, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1235, 1873, 'Gustavo', 3018, 14, 9, 2.53, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1236, 1873, 'Gustavo', 842, 19, 9, 18.10, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1237, 1873, 'Gustavo', 3186, 4, 9, 8.13, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1238, 1873, 'Gustavo', 5418, 14, 9, 11.52, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1239, 1873, 'Gustavo', 1996, 14, 9, 36.72, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1240, 1873, 'Gustavo', 4780, 14, 9, 1871.99, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1241, 1873, 'Gustavo', 2337, 5, 9, 30.90, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1242, 1873, 'Gustavo', 1415, 19, 9, 101.00, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1243, 1873, 'Gustavo', 1529, 15, 9, 21.00, 1, 1, 'ai_bid', '2024-05-16 03:07:03', '2024-05-16 03:07:03', '2024-05-17 03:07:03'),
(1244, 1873, 'Gustavo', 1587, 18, 9, 74.74, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:02'),
(1245, 1873, 'Gustavo', 4980, 14, 9, 5.04, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:02'),
(1246, 1873, 'Gustavo', 717, 18, 9, 41.57, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:02'),
(1247, 1873, 'Gustavo', 3500, 10, 9, 371.00, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:02'),
(1248, 1873, 'Gustavo', 3390, 10, 9, 20.78, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:02'),
(1249, 1873, 'Gustavo', 4303, 5, 9, 713.99, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:02'),
(1250, 1873, 'Gustavo', 2939, 19, 9, 428.40, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1251, 1873, 'Gustavo', 4312, 15, 9, 13.85, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1252, 1873, 'Gustavo', 1912, 10, 9, 3.84, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1253, 1873, 'Gustavo', 6062, 15, 9, 21.83, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1254, 1873, 'Gustavo', 2377, 19, 9, 37.83, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1255, 1873, 'Gustavo', 4262, 18, 9, 927.00, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1256, 1873, 'Gustavo', 6146, 11, 9, 30.90, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1257, 1873, 'Gustavo', 2795, 14, 9, 729.75, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1258, 1873, 'Gustavo', 3202, 4, 9, 8.15, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1259, 1873, 'Gustavo', 522, 18, 9, 50.79, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1260, 1873, 'Gustavo', 1048, 19, 9, 57.19, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1261, 1873, 'Gustavo', 3944, 5, 9, 81.37, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1262, 1873, 'Gustavo', 469, 16, 9, 102.00, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1263, 1873, 'Gustavo', 2207, 10, 9, 40.47, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1264, 1873, 'Gustavo', 5603, 15, 9, 21.79, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1265, 1873, 'Gustavo', 2873, 14, 9, 26.24, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1266, 1873, 'Gustavo', 1080, 19, 9, 188.99, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1267, 1873, 'Gustavo', 1085, 4, 9, 5.29, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1268, 1873, 'Gustavo', 2140, 15, 9, 50.13, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1269, 1873, 'Gustavo', 44, 2, 9, 4.12, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1270, 1873, 'Gustavo', 4217, 5, 9, 6.39, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1271, 1873, 'Gustavo', 1837, 5, 9, 1.06, 1, 1, 'ai_bid', '2024-05-16 03:07:04', '2024-05-16 03:07:04', '2024-05-17 03:08:03'),
(1272, 1873, 'Gustavo', 3491, 10, NULL, 7.06, 3, 2, 'manual_bid', '2024-05-16 03:10:36', '2024-05-16 03:10:36', '2024-05-17 03:11:03'),
(1273, 1866, 'Tetyana store', 959, 5, 6, 2.68, 1, 1, 'ai_bid', '2024-05-16 03:15:04', '2024-05-16 03:15:04', '2024-05-17 03:16:02'),
(1274, 1866, 'Tetyana store', 1933, 18, 6, 34.90, 1, 1, 'ai_bid', '2024-05-16 03:15:04', '2024-05-16 03:15:04', '2024-05-17 03:16:02'),
(1275, 1866, 'Tetyana store', 288, 6, 6, 11.91, 1, 1, 'ai_bid', '2024-05-16 03:15:04', '2024-05-16 03:15:04', '2024-05-17 03:16:02'),
(1276, 1866, 'Tetyana store', 1827, 19, 6, 0.13, 1, 1, 'ai_bid', '2024-05-16 03:15:04', '2024-05-16 03:15:04', '2024-05-17 03:16:02'),
(1277, 1866, 'Tetyana store', 1844, 19, 6, 0.32, 1, 1, 'ai_bid', '2024-05-16 03:15:05', '2024-05-16 03:15:05', '2024-05-17 03:16:02'),
(1278, 1866, 'Tetyana store', 553, 7, 11, 9.09, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1279, 1866, 'Tetyana store', 1711, 19, 11, 90.90, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1280, 1866, 'Tetyana store', 2413, 19, 11, 884.00, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1281, 1866, 'Tetyana store', 1207, 18, 11, 61.48, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1282, 1866, 'Tetyana store', 23, 2, 11, 156.45, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1283, 1866, 'Tetyana store', 1226, 19, 11, 262.65, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1284, 1866, 'Tetyana store', 2117, 19, 11, 17.48, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1285, 1866, 'Tetyana store', 2609, 13, 11, 26.51, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1286, 1866, 'Tetyana store', 3341, 7, 11, 55.61, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1287, 1866, 'Tetyana store', 5867, 17, 11, 31.60, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1288, 1866, 'Tetyana store', 1076, 16, 11, 49.48, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1289, 1866, 'Tetyana store', 3191, 4, 11, 30.29, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1290, 1866, 'Tetyana store', 2487, 19, 11, 137.80, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1291, 1866, 'Tetyana store', 4337, 18, 11, 151.11, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1292, 1866, 'Tetyana store', 343, 15, 11, 92.51, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1293, 1866, 'Tetyana store', 2892, 15, 11, 316.04, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1294, 1866, 'Tetyana store', 926, 18, 11, 169.93, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1295, 1866, 'Tetyana store', 1110, 19, 11, 150.96, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1296, 1866, 'Tetyana store', 2719, 18, 11, 28.06, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1297, 1866, 'Tetyana store', 3226, 5, 11, 44.87, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1298, 1866, 'Tetyana store', 2196, 19, 11, 15.45, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1299, 1866, 'Tetyana store', 3262, 5, 11, 5.61, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1300, 1866, 'Tetyana store', 937, 5, 11, 4.24, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1301, 1866, 'Tetyana store', 4801, 17, 11, 50.40, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1302, 1866, 'Tetyana store', 4358, 14, 11, 5.14, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:04'),
(1303, 1866, 'Tetyana store', 4155, 18, 11, 10.49, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1304, 1866, 'Tetyana store', 5870, 15, 11, 13.08, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1305, 1866, 'Tetyana store', 1609, 19, 11, 13.51, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1306, 1866, 'Tetyana store', 1324, 10, 11, 12.90, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1307, 1866, 'Tetyana store', 5167, 16, 11, 188.99, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1308, 1866, 'Tetyana store', 3574, 12, 11, 17.84, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1309, 1866, 'Tetyana store', 1773, 19, 11, 9.53, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1310, 1866, 'Tetyana store', 5163, 16, 11, 785.44, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1311, 1866, 'Tetyana store', 1927, 10, 11, 38.15, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1312, 1866, 'Tetyana store', 5497, 17, 11, 602.54, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1313, 1866, 'Tetyana store', 5148, 13, 11, 623.99, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1314, 1866, 'Tetyana store', 2066, 4, 11, 21.83, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1315, 1866, 'Tetyana store', 2035, 19, 11, 735.00, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1316, 1866, 'Tetyana store', 2257, 19, 11, 311.10, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1317, 1866, 'Tetyana store', 3779, 7, 11, 58.99, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1318, 1866, 'Tetyana store', 4724, 12, 11, 50.46, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1319, 1866, 'Tetyana store', 238, 5, 11, 16.80, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1320, 1866, 'Tetyana store', 4838, 17, 11, 699.59, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1321, 1866, 'Tetyana store', 5524, 10, 11, 204.00, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1322, 1866, 'Tetyana store', 196, 2, 11, 119.08, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1323, 1866, 'Tetyana store', 175, 2, 11, 61.19, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1324, 1866, 'Tetyana store', 4706, 12, 11, 111.08, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1325, 1866, 'Tetyana store', 3983, 18, 11, 81.80, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1326, 1866, 'Tetyana store', 4864, 12, 11, 480.90, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1327, 1866, 'Tetyana store', 5019, 11, 11, 262.49, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1328, 1866, 'Tetyana store', 2980, 14, 11, 204.12, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1329, 1866, 'Tetyana store', 4905, 11, 11, 32.96, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1330, 1866, 'Tetyana store', 5243, 14, 11, 26.00, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1331, 1866, 'Tetyana store', 1238, 19, 11, 525.00, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1332, 1866, 'Tetyana store', 2454, 19, 11, 60.32, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1333, 1866, 'Tetyana store', 1808, 2, 11, 31.80, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1334, 1866, 'Tetyana store', 2276, 10, 11, 63.39, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1335, 1866, 'Tetyana store', 1655, 19, 11, 1333.85, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1336, 1866, 'Tetyana store', 2078, 7, 11, 4.06, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1337, 1866, 'Tetyana store', 1127, 19, 11, 57.52, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1338, 1866, 'Tetyana store', 3214, 17, 11, 25.95, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1339, 1866, 'Tetyana store', 1310, 2, 11, 742.00, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1340, 1866, 'Tetyana store', 624, 5, 11, 1.05, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1341, 1866, 'Tetyana store', 4275, 14, 11, 19.76, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1342, 1866, 'Tetyana store', 959, 5, 11, 2.68, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1343, 1866, 'Tetyana store', 529, 17, 11, 37.07, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1344, 1866, 'Tetyana store', 1992, 4, 11, 117.30, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1345, 1866, 'Tetyana store', 2363, 19, 11, 16.43, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1346, 1866, 'Tetyana store', 2457, 19, 11, 3.50, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1347, 1866, 'Tetyana store', 1374, 2, 11, 112.27, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1348, 1866, 'Tetyana store', 77, 2, 11, 72.10, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1349, 1866, 'Tetyana store', 6021, 17, 11, 37.35, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1350, 1866, 'Tetyana store', 5227, 13, 11, 16.31, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1351, 1866, 'Tetyana store', 5254, 16, 11, 24.09, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1352, 1866, 'Tetyana store', 768, 7, 11, 4.59, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1353, 1866, 'Tetyana store', 2638, 14, 11, 46.91, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1354, 1866, 'Tetyana store', 3722, 13, 11, 2.10, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1355, 1866, 'Tetyana store', 949, 5, 11, 0.32, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1356, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1357, 1866, 'Tetyana store', 803, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1358, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1359, 1866, 'Tetyana store', 1894, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-05-16 03:19:03', '2024-05-16 03:19:03', '2024-05-17 03:20:05'),
(1360, 1866, 'Tetyana store', 3612, 12, NULL, 225.00, 1, 2, 'manual_bid', '2024-05-16 03:21:44', '2024-05-16 03:21:44', '2024-05-17 03:22:03'),
(1361, 1866, 'Tetyana store', 3612, 12, NULL, 275.00, 1, 1, 'manual_bid', '2024-05-16 03:23:31', '2024-05-16 03:23:31', '2024-05-17 03:24:03'),
(1362, 1871, 'Almeida', 2722, 13, NULL, 1.96, 3, 2, 'manual_bid', '2024-05-16 03:25:06', '2024-05-16 03:25:06', '2024-05-17 03:26:03'),
(1363, 1867, 'Omevoric enterprises', 2420, 2, 12, 551.25, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1364, 1867, 'Omevoric enterprises', 5297, 14, 12, 98.14, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1365, 1867, 'Omevoric enterprises', 3268, 5, 12, 2.08, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1366, 1867, 'Omevoric enterprises', 5062, 16, 12, 22.44, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1367, 1867, 'Omevoric enterprises', 2943, 14, 12, 21.77, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1368, 1867, 'Omevoric enterprises', 2231, 18, 12, 54.05, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1369, 1867, 'Omevoric enterprises', 3449, 14, 12, 12.23, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1370, 1867, 'Omevoric enterprises', 1954, 5, 12, 11.65, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1371, 1867, 'Omevoric enterprises', 3341, 7, 12, 56.15, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1372, 1867, 'Omevoric enterprises', 2742, 18, 12, 161.12, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1373, 1867, 'Omevoric enterprises', 5613, 16, 12, 20.39, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1374, 1867, 'Omevoric enterprises', 1381, 2, 12, 854.90, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1375, 1867, 'Omevoric enterprises', 3756, 7, 12, 115.57, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1376, 1867, 'Omevoric enterprises', 882, 18, 12, 201.99, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1377, 1867, 'Omevoric enterprises', 5228, 13, 12, 7.13, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1378, 1867, 'Omevoric enterprises', 5304, 16, 12, 25.43, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1379, 1867, 'Omevoric enterprises', 1925, 18, 12, 119.70, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1380, 1867, 'Omevoric enterprises', 3024, 10, 12, 210.94, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1381, 1867, 'Omevoric enterprises', 6136, 11, 12, 16.96, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1382, 1867, 'Omevoric enterprises', 5558, 10, 12, 3.09, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1383, 1867, 'Omevoric enterprises', 1543, 19, 12, 1734.00, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1384, 1867, 'Omevoric enterprises', 6029, 15, 12, 27.54, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1385, 1867, 'Omevoric enterprises', 3470, 14, 12, 102.05, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1386, 1867, 'Omevoric enterprises', 5756, 15, 12, 997.50, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1387, 1867, 'Omevoric enterprises', 1037, 19, 12, 47.69, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1388, 1867, 'Omevoric enterprises', 756, 19, 12, 0.46, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1389, 1867, 'Omevoric enterprises', 3133, 2, 12, 197.68, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1390, 1867, 'Omevoric enterprises', 1994, 18, 12, 97.50, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1391, 1867, 'Omevoric enterprises', 2766, 19, 12, 335.92, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1392, 1867, 'Omevoric enterprises', 5813, 15, 12, 151.45, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1393, 1867, 'Omevoric enterprises', 5168, 16, 12, 144.20, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1394, 1867, 'Omevoric enterprises', 4592, 15, 12, 164.80, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1395, 1867, 'Omevoric enterprises', 2106, 5, 12, 61.80, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1396, 1867, 'Omevoric enterprises', 364, 10, 12, 65.44, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1397, 1867, 'Omevoric enterprises', 4132, 18, 12, 8.07, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1398, 1867, 'Omevoric enterprises', 3139, 4, 12, 40.24, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1399, 1867, 'Omevoric enterprises', 5031, 11, 12, 703.79, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1400, 1867, 'Omevoric enterprises', 3031, 18, 12, 133.42, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1401, 1867, 'Omevoric enterprises', 2844, 14, 12, 1162.79, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1402, 1867, 'Omevoric enterprises', 5334, 14, 12, 249.55, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1403, 1867, 'Omevoric enterprises', 5210, 13, 12, 35.69, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1404, 1867, 'Omevoric enterprises', 1394, 2, 12, 280.80, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1405, 1867, 'Omevoric enterprises', 157, 18, 12, 10.20, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1406, 1867, 'Omevoric enterprises', 1853, 19, 12, 33.91, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1407, 1867, 'Omevoric enterprises', 4193, 14, 12, 1767.49, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1408, 1867, 'Omevoric enterprises', 2172, 17, 12, 29.20, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1409, 1867, 'Omevoric enterprises', 809, 18, 12, 173.24, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1410, 1867, 'Omevoric enterprises', 4306, 15, 12, 28.03, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1411, 1867, 'Omevoric enterprises', 1727, 19, 12, 474.70, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1412, 1867, 'Omevoric enterprises', 1008, 16, 12, 435.51, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1413, 1867, 'Omevoric enterprises', 4172, 5, 12, 114.45, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1414, 1867, 'Omevoric enterprises', 4698, 12, 12, 21.56, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1415, 1867, 'Omevoric enterprises', 465, 19, 12, 13.51, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1416, 1867, 'Omevoric enterprises', 4704, 12, 12, 1.28, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:05'),
(1417, 1867, 'Omevoric enterprises', 636, 14, 12, 7.07, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1418, 1867, 'Omevoric enterprises', 166, 16, 12, 9.44, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1419, 1867, 'Omevoric enterprises', 2453, 19, 12, 275.40, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1420, 1867, 'Omevoric enterprises', 1473, 14, 12, 20.93, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1421, 1867, 'Omevoric enterprises', 1652, 17, 12, 14.30, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1422, 1867, 'Omevoric enterprises', 5118, 13, 12, 332.80, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1423, 1867, 'Omevoric enterprises', 991, 16, 12, 188.99, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1424, 1867, 'Omevoric enterprises', 3461, 14, 12, 586.49, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1425, 1867, 'Omevoric enterprises', 997, 1, 12, 118.08, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1426, 1867, 'Omevoric enterprises', 2922, 2, 12, 32.13, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1427, 1867, 'Omevoric enterprises', 1844, 19, 12, 0.30, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1428, 1867, 'Omevoric enterprises', 3539, 12, 12, 1.17, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1429, 1867, 'Omevoric enterprises', 803, 19, 12, 0.21, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1430, 1867, 'Omevoric enterprises', 1894, 19, 12, 0.20, 1, 1, 'ai_bid', '2024-05-16 03:29:04', '2024-05-16 03:29:04', '2024-05-17 03:29:06'),
(1431, 1871, 'Almeida', 696, 18, NULL, 41.66, 3, 2, 'manual_bid', '2024-05-16 03:29:45', '2024-05-16 03:29:45', '2024-05-17 03:30:06'),
(1432, 1871, 'Almeida', 1973, 4, NULL, 123.77, 4, 2, 'manual_bid', '2024-05-16 03:34:14', '2024-05-16 03:34:14', '2024-05-17 03:35:03'),
(1433, 1866, 'Tetyana store', 923, 7, NULL, -19.90, 1, 2, 'manual_bid', '2024-05-16 03:36:17', '2024-05-16 03:36:17', '2024-05-17 03:37:07'),
(1434, 1866, 'Tetyana store', 923, 7, NULL, 22.00, 1, 1, 'manual_bid', '2024-05-16 03:37:13', '2024-05-16 03:37:13', '2024-05-17 03:38:03'),
(1435, 1871, 'Almeida', 3258, 5, NULL, 45.49, 4, 2, 'manual_bid', '2024-05-16 03:40:05', '2024-05-16 03:40:05', '2024-05-17 03:41:02'),
(1436, 1866, 'Tetyana store', 3286, 15, NULL, 44.00, 1, 2, 'manual_bid', '2024-05-16 03:43:18', '2024-05-16 03:43:18', '2024-05-17 03:44:03'),
(1437, 1866, 'Tetyana store', 3286, 15, NULL, 53.00, 1, 1, 'manual_bid', '2024-05-16 03:54:58', '2024-05-16 03:54:58', '2024-05-17 03:55:04'),
(1438, 1866, 'Tetyana store', 4704, 12, NULL, 0.50, 1, 2, 'manual_bid', '2024-05-16 03:56:54', '2024-05-16 03:56:54', '2024-05-17 03:57:02'),
(1439, 1873, 'Gustavo', 3119, 4, NULL, 5.95, 3, 2, 'manual_bid', '2024-05-16 04:01:15', '2024-05-16 04:01:15', '2024-05-17 04:02:03'),
(1440, 1868, 'Marcelo Ltd', 2959, 17, 13, 391.65, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1441, 1868, 'Marcelo Ltd', 449, 16, 13, 361.52, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1442, 1868, 'Marcelo Ltd', 357, 10, 13, 46.14, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1443, 1868, 'Marcelo Ltd', 514, 18, 13, 905.62, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1444, 1868, 'Marcelo Ltd', 448, 16, 13, 456.85, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1445, 1868, 'Marcelo Ltd', 2802, 18, 13, 48.04, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1446, 1868, 'Marcelo Ltd', 5225, 13, 13, 635.99, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1447, 1868, 'Marcelo Ltd', 5690, 10, 13, 26.08, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1448, 1868, 'Marcelo Ltd', 1144, 4, 13, 36.21, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1449, 1868, 'Marcelo Ltd', 282, 18, 13, 271.31, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1450, 1868, 'Marcelo Ltd', 2585, 14, 13, 20.39, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1451, 1868, 'Marcelo Ltd', 1962, 10, 13, 162.60, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1452, 1868, 'Marcelo Ltd', 4366, 14, 13, 80.80, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1453, 1868, 'Marcelo Ltd', 5340, 16, 13, 11.65, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1454, 1868, 'Marcelo Ltd', 486, 19, 13, 2310.00, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1455, 1868, 'Marcelo Ltd', 3970, 16, 13, 17.50, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1456, 1868, 'Marcelo Ltd', 588, 18, 13, 295.36, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1457, 1868, 'Marcelo Ltd', 600, 10, 13, 13.39, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1458, 1868, 'Marcelo Ltd', 3752, 7, 13, 61.69, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1459, 1868, 'Marcelo Ltd', 813, 14, 13, 11.78, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1460, 1868, 'Marcelo Ltd', 5065, 16, 13, 33.98, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1461, 1868, 'Marcelo Ltd', 4225, 14, 13, 33.26, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1462, 1868, 'Marcelo Ltd', 4664, 12, 13, 10.82, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1463, 1868, 'Marcelo Ltd', 4470, 15, 13, 1142.96, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1464, 1868, 'Marcelo Ltd', 5909, 11, 13, 60.60, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:03'),
(1465, 1868, 'Marcelo Ltd', 3096, 18, 13, 32.63, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1466, 1868, 'Marcelo Ltd', 5779, 15, 13, 26.75, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1467, 1868, 'Marcelo Ltd', 469, 16, 13, 106.00, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1468, 1868, 'Marcelo Ltd', 3728, 13, 13, 11.65, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1469, 1868, 'Marcelo Ltd', 5560, 10, 13, 61.60, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1470, 1868, 'Marcelo Ltd', 6119, 11, 13, 16.72, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1471, 1868, 'Marcelo Ltd', 1995, 4, 13, 46.37, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1472, 1868, 'Marcelo Ltd', 649, 18, 13, 112.20, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1473, 1868, 'Marcelo Ltd', 4133, 5, 13, 343.20, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1474, 1868, 'Marcelo Ltd', 5983, 11, 13, 101.00, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1475, 1868, 'Marcelo Ltd', 369, 10, 13, 13.50, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1476, 1868, 'Marcelo Ltd', 5554, 10, 13, 5.69, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1477, 1868, 'Marcelo Ltd', 614, 19, 13, 110.16, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1478, 1868, 'Marcelo Ltd', 3647, 13, 13, 82.94, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1479, 1868, 'Marcelo Ltd', 5351, 14, 13, 83.27, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1480, 1868, 'Marcelo Ltd', 3998, 12, 13, 741.60, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1481, 1868, 'Marcelo Ltd', 878, 19, 13, 281.79, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1482, 1868, 'Marcelo Ltd', 4799, 12, 13, 53.54, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1483, 1868, 'Marcelo Ltd', 3631, 13, 13, 12.55, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1484, 1868, 'Marcelo Ltd', 3981, 5, 13, 5.24, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1485, 1868, 'Marcelo Ltd', 5512, 10, 13, 12.84, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1486, 1868, 'Marcelo Ltd', 1224, 19, 13, 15.17, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1487, 1868, 'Marcelo Ltd', 4565, 14, 13, 91.80, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1488, 1868, 'Marcelo Ltd', 1983, 18, 13, 30.29, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1489, 1868, 'Marcelo Ltd', 6144, 11, 13, 52.50, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1490, 1868, 'Marcelo Ltd', 810, 10, 13, 25.85, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1491, 1868, 'Marcelo Ltd', 1095, 19, 13, 7.99, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1492, 1868, 'Marcelo Ltd', 6029, 15, 13, 26.49, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1493, 1868, 'Marcelo Ltd', 5920, 13, 13, 33.91, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1494, 1868, 'Marcelo Ltd', 1731, 5, 13, 2.06, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1495, 1868, 'Marcelo Ltd', 2077, 5, 13, 5.25, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1496, 1868, 'Marcelo Ltd', 734, 19, 13, 0.23, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1497, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1498, 1868, 'Marcelo Ltd', 1844, 19, 13, 0.30, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1499, 1868, 'Marcelo Ltd', 756, 19, 13, 0.45, 1, 1, 'ai_bid', '2024-05-16 04:02:03', '2024-05-16 04:02:03', '2024-05-17 04:02:04'),
(1500, 1866, 'Tetyana store', 4704, 12, NULL, 2.75, 1, 1, 'manual_bid', '2024-05-16 04:02:42', '2024-05-16 04:02:42', '2024-05-17 04:03:04'),
(1501, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.13, 1, 1, 'ai_bid', '2024-05-16 04:03:04', '2024-05-16 04:03:04', '2024-05-17 04:03:04'),
(1502, 1866, 'Tetyana store', 5128, 16, NULL, 358.00, 1, 1, 'manual_bid', '2024-05-16 04:06:43', '2024-05-16 04:06:43', '2024-05-17 04:07:17'),
(1503, 1866, 'Tetyana store', 5128, 16, NULL, 293.00, 1, 2, 'manual_bid', '2024-05-16 04:07:41', '2024-05-16 04:07:41', '2024-05-17 04:08:48'),
(1504, 1871, 'Almeida', 3387, 10, NULL, 10.59, 4, 2, 'manual_bid', '2024-05-16 04:08:39', '2024-05-16 04:08:39', '2024-05-17 04:08:48'),
(1505, 1868, 'Marcelo Ltd', 2600, 14, NULL, 1000.00, 5, 1, 'manual_bid', '2024-05-16 04:11:28', '2024-05-16 04:11:28', '2024-05-17 04:11:30'),
(1506, 1868, 'Marcelo Ltd', 388, 2, NULL, 139.00, 3, 2, 'manual_bid', '2024-05-16 04:14:27', '2024-05-16 04:14:27', '2024-05-17 04:15:14'),
(1507, 1873, 'Gustavo', 4025, 17, NULL, 8.00, 3, 2, 'manual_bid', '2024-05-16 04:15:42', '2024-05-16 04:15:42', '2024-05-17 04:16:37'),
(1508, 1868, 'Marcelo Ltd', 1772, 2, NULL, 6.40, 2, 2, 'manual_bid', '2024-05-16 04:20:43', '2024-05-16 04:20:43', '2024-05-17 04:21:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(1509, 1868, 'Marcelo Ltd', 89, 2, NULL, 24.00, 4, 2, 'manual_bid', '2024-05-16 04:26:17', '2024-05-16 04:26:17', '2024-05-17 04:27:02'),
(1510, 1873, 'Gustavo', 2371, 17, NULL, 8.00, 2, 2, 'manual_bid', '2024-05-16 04:27:22', '2024-05-16 04:27:22', '2024-05-17 04:28:02'),
(1511, 1868, 'Marcelo Ltd', 4185, 5, NULL, 80.00, 1, 2, 'manual_bid', '2024-05-16 04:27:47', '2024-05-16 04:27:47', '2024-05-17 04:28:03'),
(1512, 1869, 'Anatoliy fast store', 527, 18, 14, 3835.61, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1513, 1869, 'Anatoliy fast store', 3959, 5, 14, 52.50, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1514, 1869, 'Anatoliy fast store', 2453, 19, 14, 272.70, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1515, 1869, 'Anatoliy fast store', 3705, 14, 14, 30.79, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1516, 1869, 'Anatoliy fast store', 2725, 14, 14, 206.24, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1517, 1869, 'Anatoliy fast store', 2195, 19, 14, 78.75, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1518, 1869, 'Anatoliy fast store', 5148, 13, 14, 635.99, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1519, 1869, 'Anatoliy fast store', 5643, 10, 14, 8.21, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1520, 1869, 'Anatoliy fast store', 3228, 5, 14, 2.97, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1521, 1869, 'Anatoliy fast store', 4601, 5, 14, 13.56, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1522, 1869, 'Anatoliy fast store', 2436, 19, 14, 15.04, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1523, 1869, 'Anatoliy fast store', 3991, 12, 14, 29.28, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1524, 1869, 'Anatoliy fast store', 210, 18, 14, 40.39, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1525, 1869, 'Anatoliy fast store', 4797, 12, 14, 41.99, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1526, 1869, 'Anatoliy fast store', 143, 18, 14, 1.02, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1527, 1869, 'Anatoliy fast store', 2368, 18, 14, 2958.00, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1528, 1869, 'Anatoliy fast store', 2976, 19, 14, 42.91, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1529, 1869, 'Anatoliy fast store', 1121, 19, 14, 85.30, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1530, 1869, 'Anatoliy fast store', 5652, 15, 14, 106.00, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1531, 1869, 'Anatoliy fast store', 3269, 7, 14, 147.29, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1532, 1869, 'Anatoliy fast store', 2905, 14, 14, 28.04, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1533, 1869, 'Anatoliy fast store', 2734, 14, 14, 229.55, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1534, 1869, 'Anatoliy fast store', 2417, 19, 14, 93.93, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1535, 1869, 'Anatoliy fast store', 523, 14, 14, 18.33, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1536, 1869, 'Anatoliy fast store', 4591, 5, 14, 16.63, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1537, 1869, 'Anatoliy fast store', 121, 7, 14, 4.52, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1538, 1869, 'Anatoliy fast store', 2880, 14, 14, 8.79, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:13'),
(1539, 1869, 'Anatoliy fast store', 5882, 13, 14, 4.73, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1540, 1869, 'Anatoliy fast store', 685, 5, 14, 8.08, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1541, 1869, 'Anatoliy fast store', 3498, 13, 14, 52.45, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1542, 1869, 'Anatoliy fast store', 267, 2, 14, 190.79, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1543, 1869, 'Anatoliy fast store', 1666, 19, 14, 49.04, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1544, 1869, 'Anatoliy fast store', 558, 17, 14, 12.60, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1545, 1869, 'Anatoliy fast store', 2497, 17, 14, 28.34, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1546, 1869, 'Anatoliy fast store', 3464, 14, 14, 283.51, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1547, 1869, 'Anatoliy fast store', 1998, 15, 14, 14.84, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1548, 1869, 'Anatoliy fast store', 1257, 19, 14, 7.30, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1549, 1869, 'Anatoliy fast store', 4528, 16, 14, 61.60, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1550, 1869, 'Anatoliy fast store', 1500, 19, 14, 11.54, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1551, 1869, 'Anatoliy fast store', 5935, 15, 14, 2704.00, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1552, 1869, 'Anatoliy fast store', 705, 19, 14, 67.20, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1553, 1869, 'Anatoliy fast store', 3140, 18, 14, 283.50, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1554, 1869, 'Anatoliy fast store', 694, 17, 14, 145.44, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1555, 1869, 'Anatoliy fast store', 349, 15, 14, 24.95, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1556, 1869, 'Anatoliy fast store', 4628, 5, 14, 32.54, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1557, 1869, 'Anatoliy fast store', 986, 5, 14, 23.23, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1558, 1869, 'Anatoliy fast store', 2973, 19, 14, 413.02, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1559, 1869, 'Anatoliy fast store', 46, 2, 14, 10.50, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1560, 1869, 'Anatoliy fast store', 5385, 17, 14, 161.15, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1561, 1869, 'Anatoliy fast store', 66, 2, 14, 39.78, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1562, 1869, 'Anatoliy fast store', 4048, 18, 14, 10.49, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1563, 1869, 'Anatoliy fast store', 844, 17, 14, 293.90, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1564, 1869, 'Anatoliy fast store', 1693, 18, 14, 8.95, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1565, 1869, 'Anatoliy fast store', 1289, 15, 14, 49.89, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1566, 1869, 'Anatoliy fast store', 5899, 17, 14, 2.03, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1567, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-16 04:28:04', '2024-05-16 04:28:04', '2024-05-17 04:29:14'),
(1568, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.13, 1, 1, 'ai_bid', '2024-05-16 04:29:04', '2024-05-16 04:29:04', '2024-05-17 04:29:14'),
(1569, 1873, 'Gustavo', 493, 7, NULL, 5.60, 4, 2, 'manual_bid', '2024-05-16 04:29:48', '2024-05-16 04:29:48', '2024-05-17 04:30:09'),
(1570, 1868, 'Marcelo Ltd', 1758, 16, NULL, 147.00, 2, 2, 'manual_bid', '2024-05-16 04:30:58', '2024-05-16 04:30:58', '2024-05-17 04:31:05'),
(1571, 1873, 'Gustavo', 2566, 17, NULL, 19.80, 1, 2, 'manual_bid', '2024-05-16 04:34:55', '2024-05-16 04:34:55', '2024-05-17 04:35:03'),
(1572, 1873, 'Gustavo', 1424, 15, NULL, 2.00, 2, 2, 'manual_bid', '2024-05-16 04:36:26', '2024-05-16 04:36:26', '2024-05-17 04:37:10'),
(1573, 1869, 'Anatoliy fast store', 4691, 12, NULL, 0.24, 1, 2, 'manual_bid', '2024-05-16 11:27:26', '2024-05-16 11:27:26', '2024-05-17 11:28:02'),
(1574, 1869, 'Anatoliy fast store', 5937, 11, NULL, 19.00, 2, 2, 'manual_bid', '2024-05-16 11:36:14', '2024-05-16 11:36:14', '2024-05-17 11:37:02'),
(1575, 1869, 'Anatoliy fast store', 5804, 13, NULL, 14.50, 1, 2, 'manual_bid', '2024-05-16 11:46:56', '2024-05-16 11:46:56', '2024-05-17 11:47:03'),
(1576, 1869, 'Anatoliy fast store', 5804, 13, NULL, 43.50, 1, 1, 'manual_bid', '2024-05-16 11:47:56', '2024-05-16 11:47:56', '2024-05-17 11:48:02'),
(1577, 1870, 'Liliana', 5987, 17, NULL, 10.43, 2, 2, 'manual_bid', '2024-05-16 13:21:30', '2024-05-16 13:21:30', '2024-05-17 13:22:02'),
(1578, 1869, 'Anatoliy fast store', 2567, 14, NULL, 359.00, 1, 2, 'manual_bid', '2024-05-16 13:24:33', '2024-05-16 13:24:33', '2024-05-17 13:25:04'),
(1579, 1870, 'Liliana', 3312, 5, NULL, 6.90, 3, 2, 'manual_bid', '2024-05-16 13:28:18', '2024-05-16 13:28:18', '2024-05-17 13:29:02'),
(1580, 1869, 'Anatoliy fast store', 948, 17, NULL, 540.00, 1, 2, 'manual_bid', '2024-05-16 13:29:06', '2024-05-16 13:29:06', '2024-05-17 13:30:03'),
(1581, 1869, 'Anatoliy fast store', 948, 17, NULL, 660.00, 1, 1, 'manual_bid', '2024-05-16 13:30:05', '2024-05-16 13:30:05', '2024-05-17 13:31:02'),
(1582, 1868, 'Marcelo Ltd', 573, 17, NULL, 3.00, 15, 2, 'manual_bid', '2024-05-16 13:36:05', '2024-05-16 13:36:05', '2024-05-17 13:37:02'),
(1583, 1868, 'Marcelo Ltd', 4801, 17, NULL, 14.40, 1, 2, 'manual_bid', '2024-05-16 13:37:51', '2024-05-16 13:37:51', '2024-05-17 13:38:03'),
(1584, 1869, 'Anatoliy fast store', 141, 18, NULL, 0.60, 2, 2, 'manual_bid', '2024-05-16 13:40:55', '2024-05-16 13:40:55', '2024-05-17 13:41:02'),
(1585, 1868, 'Marcelo Ltd', 1760, 17, NULL, 75.00, 2, 2, 'manual_bid', '2024-05-16 13:40:58', '2024-05-16 13:40:58', '2024-05-17 13:41:02'),
(1586, 1873, 'Gustavo', 3718, 19, NULL, 22.50, 5, 2, 'manual_bid', '2024-05-16 13:41:08', '2024-05-16 13:41:08', '2024-05-17 13:42:02'),
(1587, 1868, 'Marcelo Ltd', 3233, 5, NULL, 15.00, 4, 2, 'manual_bid', '2024-05-16 13:42:51', '2024-05-16 13:42:51', '2024-05-17 13:43:02'),
(1588, 1873, 'Gustavo', 6092, 15, NULL, 27.00, 4, 2, 'manual_bid', '2024-05-16 13:44:36', '2024-05-16 13:44:36', '2024-05-17 13:45:04'),
(1589, 1868, 'Marcelo Ltd', 4070, 5, NULL, 2.00, 5, 2, 'manual_bid', '2024-05-16 13:45:32', '2024-05-16 13:45:32', '2024-05-17 13:46:02'),
(1590, 1873, 'Gustavo', 994, 18, NULL, 17.79, 2, 2, 'manual_bid', '2024-05-16 13:46:42', '2024-05-16 13:46:42', '2024-05-17 13:47:02'),
(1591, 1869, 'Anatoliy fast store', 3413, 7, NULL, 290.00, 1, 1, 'manual_bid', '2024-05-16 13:48:47', '2024-05-16 13:48:47', '2024-05-17 13:49:02'),
(1592, 1869, 'Anatoliy fast store', 3413, 7, NULL, 331.00, 1, 1, 'manual_bid', '2024-05-16 13:49:08', '2024-05-16 13:49:08', '2024-05-17 13:50:04'),
(1593, 1873, 'Gustavo', 1737, 10, NULL, 8.00, 7, 2, 'manual_bid', '2024-05-16 13:50:55', '2024-05-16 13:50:55', '2024-05-17 13:51:03'),
(1594, 1868, 'Marcelo Ltd', 3913, 16, NULL, 36.08, 5, 2, 'manual_bid', '2024-05-16 13:52:25', '2024-05-16 13:52:25', '2024-05-17 13:53:03'),
(1595, 1869, 'Anatoliy fast store', 243, 5, NULL, 292.50, 1, 2, 'manual_bid', '2024-05-16 13:52:47', '2024-05-16 13:52:47', '2024-05-17 13:53:03'),
(1596, 1869, 'Anatoliy fast store', 243, 5, NULL, 877.50, 1, 1, 'manual_bid', '2024-05-16 13:53:43', '2024-05-16 13:53:43', '2024-05-17 13:54:02'),
(1597, 1873, 'Gustavo', 5620, 16, NULL, 4.10, 2, 2, 'manual_bid', '2024-05-16 13:55:04', '2024-05-16 13:55:04', '2024-05-17 13:56:03'),
(1598, 1873, 'Gustavo', 293, 5, NULL, 1.36, 2, 2, 'manual_bid', '2024-05-16 13:59:23', '2024-05-16 13:59:23', '2024-05-17 14:00:05'),
(1599, 1873, 'Gustavo', 5920, 13, NULL, 3.20, 3, 2, 'manual_bid', '2024-05-16 14:01:24', '2024-05-16 14:01:24', '2024-05-17 14:02:03'),
(1600, 1873, 'Gustavo', 1653, 16, NULL, 2.50, 4, 2, 'manual_bid', '2024-05-16 14:03:10', '2024-05-16 14:03:10', '2024-05-17 14:04:03'),
(1601, 1873, 'Gustavo', 2775, 14, NULL, 9.00, 5, 2, 'manual_bid', '2024-05-16 14:04:15', '2024-05-16 14:04:15', '2024-05-17 14:05:04'),
(1602, 1868, 'Marcelo Ltd', 3700, 14, NULL, 100.00, 5, 2, 'manual_bid', '2024-05-16 14:05:30', '2024-05-16 14:05:30', '2024-05-17 14:06:03'),
(1603, 1873, 'Gustavo', 2804, 14, NULL, 15.00, 2, 2, 'manual_bid', '2024-05-16 14:05:40', '2024-05-16 14:05:40', '2024-05-17 14:06:03'),
(1604, 1873, 'Gustavo', 4646, 5, NULL, 4.10, 1, 2, 'manual_bid', '2024-05-16 14:06:21', '2024-05-16 14:06:21', '2024-05-17 14:07:03'),
(1605, 1868, 'Marcelo Ltd', 2647, 18, NULL, 1.37, 2, 2, 'manual_bid', '2024-05-16 14:06:59', '2024-05-16 14:06:59', '2024-05-17 14:07:03'),
(1606, 1873, 'Gustavo', 1603, 15, NULL, 3.40, 3, 2, 'manual_bid', '2024-05-16 14:07:28', '2024-05-16 14:07:28', '2024-05-17 14:08:02'),
(1607, 1868, 'Marcelo Ltd', 2970, 18, NULL, 25.62, 10, 2, 'manual_bid', '2024-05-16 14:08:53', '2024-05-16 14:08:53', '2024-05-17 14:09:02'),
(1608, 1873, 'Gustavo', 6095, 15, NULL, 3.00, 2, 2, 'manual_bid', '2024-05-16 14:10:14', '2024-05-16 14:10:14', '2024-05-17 14:11:03'),
(1609, 1868, 'Marcelo Ltd', 1249, 18, NULL, 4.00, 3, 2, 'manual_bid', '2024-05-16 14:14:56', '2024-05-16 14:14:56', '2024-05-17 14:15:04'),
(1610, 1873, 'Gustavo', 6095, 15, NULL, 3.00, 2, 2, 'manual_bid', '2024-05-16 14:29:04', '2024-05-16 14:29:04', '2024-05-17 14:30:04'),
(1611, 1873, 'Gustavo', 318, 18, NULL, 3.00, 3, 2, 'manual_bid', '2024-05-16 14:31:58', '2024-05-16 14:31:58', '2024-05-17 14:32:03'),
(1612, 1873, 'Gustavo', 312, 18, NULL, 9.65, 3, 2, 'manual_bid', '2024-05-16 14:39:14', '2024-05-16 14:39:14', '2024-05-17 14:40:04'),
(1613, 1873, 'Gustavo', 3331, 7, NULL, 3.00, 5, 2, 'manual_bid', '2024-05-16 14:41:27', '2024-05-16 14:41:27', '2024-05-17 14:42:03'),
(1614, 1873, 'Gustavo', 1289, 15, NULL, 5.00, 4, 2, 'manual_bid', '2024-05-16 14:48:44', '2024-05-16 14:48:44', '2024-05-17 14:49:03'),
(1615, 1873, 'Gustavo', 1501, 15, NULL, 18.90, 6, 2, 'manual_bid', '2024-05-16 14:51:41', '2024-05-16 14:51:41', '2024-05-17 14:52:03'),
(1616, 1873, 'Gustavo', 5982, 17, NULL, 5.00, 4, 2, 'manual_bid', '2024-05-16 14:53:33', '2024-05-16 14:53:33', '2024-05-17 14:54:03'),
(1617, 1873, 'Gustavo', 1989, 4, NULL, 4.90, 6, 2, 'manual_bid', '2024-05-16 14:54:45', '2024-05-16 14:54:45', '2024-05-17 14:55:04'),
(1618, 1873, 'Gustavo', 4476, 15, NULL, 3.90, 7, 2, 'manual_bid', '2024-05-16 14:56:18', '2024-05-16 14:56:18', '2024-05-17 14:57:03'),
(1619, 1873, 'Gustavo', 1744, 19, NULL, 8.30, 5, 2, 'manual_bid', '2024-05-16 14:58:26', '2024-05-16 14:58:26', '2024-05-17 14:59:02'),
(1620, 1873, 'Gustavo', 5072, 16, NULL, 6.30, 7, 2, 'manual_bid', '2024-05-16 14:59:40', '2024-05-16 14:59:40', '2024-05-17 15:00:05'),
(1621, 1871, 'Almeida', 319, 7, NULL, 2.96, 4, 2, 'manual_bid', '2024-05-16 15:01:16', '2024-05-16 15:01:16', '2024-05-17 15:02:02'),
(1622, 1873, 'Gustavo', 3719, 19, NULL, 6.80, 4, 2, 'manual_bid', '2024-05-16 15:03:28', '2024-05-16 15:03:28', '2024-05-17 15:04:02'),
(1623, 1871, 'Almeida', 349, 15, NULL, 2.40, 3, 2, 'manual_bid', '2024-05-16 15:08:11', '2024-05-16 15:08:11', '2024-05-17 15:09:02'),
(1624, 1873, 'Gustavo', 3719, 19, NULL, 6.80, 7, 2, 'manual_bid', '2024-05-16 15:11:00', '2024-05-16 15:11:00', '2024-05-17 15:11:03'),
(1625, 1871, 'Almeida', 3832, 16, NULL, 2.94, 4, 2, 'manual_bid', '2024-05-16 15:15:51', '2024-05-16 15:15:51', '2024-05-17 15:16:02'),
(1626, 1871, 'Almeida', 1113, 19, NULL, 84.50, 3, 2, 'manual_bid', '2024-05-16 15:17:46', '2024-05-16 15:17:46', '2024-05-17 15:18:03'),
(1627, 1871, 'Almeida', 3283, 16, NULL, 1.50, 4, 2, 'manual_bid', '2024-05-16 15:21:21', '2024-05-16 15:21:21', '2024-05-17 15:22:02'),
(1628, 1871, 'Almeida', 3126, 4, NULL, 1.57, 3, 2, 'manual_bid', '2024-05-16 15:23:42', '2024-05-16 15:23:42', '2024-05-17 15:24:02'),
(1629, 1871, 'Almeida', 3545, 10, NULL, 18.89, 4, 2, 'manual_bid', '2024-05-16 15:25:10', '2024-05-16 15:25:10', '2024-05-17 15:26:03'),
(1630, 1871, 'Almeida', 4020, 17, NULL, 2.50, 3, 2, 'manual_bid', '2024-05-16 15:28:29', '2024-05-16 15:28:29', '2024-05-17 15:29:02'),
(1631, 1871, 'Almeida', 5345, 14, NULL, 5.10, 4, 2, 'manual_bid', '2024-05-16 15:30:22', '2024-05-16 15:30:22', '2024-05-17 15:31:02'),
(1632, 1871, 'Almeida', 6125, 11, NULL, 35.00, 4, 2, 'manual_bid', '2024-05-16 15:32:57', '2024-05-16 15:32:57', '2024-05-17 15:33:03'),
(1633, 1871, 'Almeida', 5542, 10, NULL, 3.17, 4, 2, 'manual_bid', '2024-05-16 15:34:47', '2024-05-16 15:34:47', '2024-05-17 15:35:04'),
(1634, 1871, 'Almeida', 5349, 13, NULL, 26.00, 3, 2, 'manual_bid', '2024-05-16 15:36:24', '2024-05-16 15:36:24', '2024-05-17 15:37:03'),
(1635, 1871, 'Almeida', 4915, 13, NULL, 7.10, 4, 2, 'manual_bid', '2024-05-16 15:38:05', '2024-05-16 15:38:05', '2024-05-17 15:39:02'),
(1636, 1871, 'Almeida', 2589, 14, NULL, 29.90, 4, 2, 'manual_bid', '2024-05-16 15:39:51', '2024-05-16 15:39:51', '2024-05-17 15:40:04'),
(1637, 1871, 'Almeida', 3103, 18, NULL, 67.00, 4, 2, 'manual_bid', '2024-05-16 15:41:57', '2024-05-16 15:41:57', '2024-05-17 15:42:02'),
(1638, 1871, 'Almeida', 3830, 4, NULL, 44.50, 4, 2, 'manual_bid', '2024-05-16 15:43:19', '2024-05-16 15:43:19', '2024-05-17 15:44:03'),
(1639, 1871, 'Almeida', 3843, 15, NULL, 7.00, 4, 2, 'manual_bid', '2024-05-16 15:44:49', '2024-05-16 15:44:49', '2024-05-17 15:45:03'),
(1640, 1871, 'Almeida', 4835, 12, NULL, 12.63, 4, 2, 'manual_bid', '2024-05-16 15:46:22', '2024-05-16 15:46:22', '2024-05-17 15:47:03'),
(1641, 1871, 'Almeida', 2577, 14, NULL, 54.10, 4, 2, 'manual_bid', '2024-05-16 15:48:20', '2024-05-16 15:48:20', '2024-05-17 15:49:02'),
(1642, 1871, 'Almeida', 121, 7, NULL, 2.22, 4, 2, 'manual_bid', '2024-05-16 15:50:23', '2024-05-16 15:50:23', '2024-05-17 15:51:02'),
(1643, 1871, 'Almeida', 2578, 7, NULL, 8.81, 4, 2, 'manual_bid', '2024-05-16 15:57:21', '2024-05-16 15:57:21', '2024-05-17 15:58:02'),
(1644, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-16 15:58:29', '2024-05-16 15:58:29', '2024-05-17 15:59:03'),
(1645, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-16 15:59:34', '2024-05-16 15:59:34', '2024-05-17 16:00:05'),
(1646, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-16 16:00:27', '2024-05-16 16:00:27', '2024-05-17 16:01:02'),
(1647, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 4, 1, 'manual_bid', '2024-05-16 16:01:31', '2024-05-16 16:01:31', '2024-05-17 16:02:03'),
(1648, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 4, 1, 'manual_bid', '2024-05-16 16:07:35', '2024-05-16 16:07:35', '2024-05-17 16:08:02'),
(1649, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 9, 1, 'manual_bid', '2024-05-16 16:10:04', '2024-05-16 16:10:04', '2024-05-17 16:10:04'),
(1650, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 7, 1, 'manual_bid', '2024-05-16 16:11:14', '2024-05-16 16:11:14', '2024-05-17 16:12:03'),
(1651, 1869, 'Anatoliy fast store', 3460, 11, NULL, 2.70, 2, 2, 'manual_bid', '2024-05-16 16:28:42', '2024-05-16 16:28:42', '2024-05-17 16:29:02'),
(1652, 1869, 'Anatoliy fast store', 771, 10, NULL, 6.30, 1, 2, 'manual_bid', '2024-05-16 16:54:47', '2024-05-16 16:54:47', '2024-05-17 16:55:04'),
(1653, 1869, 'Anatoliy fast store', 1033, 5, NULL, 1125.00, 1, 1, 'manual_bid', '2024-05-16 17:02:04', '2024-05-16 17:02:04', '2024-05-17 17:03:02'),
(1654, 1869, 'Anatoliy fast store', 1033, 5, NULL, 375.00, 1, 2, 'manual_bid', '2024-05-16 17:42:55', '2024-05-16 17:42:55', '2024-05-17 17:43:03'),
(1655, 1869, 'Anatoliy fast store', 4885, 12, NULL, 550.56, 1, 1, 'manual_bid', '2024-05-16 18:27:59', '2024-05-16 18:27:59', '2024-05-17 18:28:06'),
(1656, 1798, 'Feelyards', 4099, 5, NULL, 201.00, 1, 1, 'manual_bid', '2024-05-16 19:56:42', '2024-05-16 19:56:42', '2024-05-17 19:57:03'),
(1657, 1871, 'Almeida', 5350, 14, NULL, 150.49, 4, 2, 'manual_bid', '2024-05-16 22:36:52', '2024-05-16 22:36:52', '2024-05-17 22:37:02'),
(1658, 1871, 'Almeida', 1902, 15, NULL, 10.50, 4, 2, 'manual_bid', '2024-05-16 22:46:51', '2024-05-16 22:46:51', '2024-05-17 22:47:02'),
(1659, 1871, 'Almeida', 364, 10, NULL, 30.87, 4, 2, 'manual_bid', '2024-05-16 22:48:28', '2024-05-16 22:48:28', '2024-05-17 22:49:03'),
(1660, 1871, 'Almeida', 3611, 12, NULL, 62.59, 4, 2, 'manual_bid', '2024-05-16 22:50:50', '2024-05-16 22:50:50', '2024-05-17 22:51:02'),
(1661, 1871, 'Almeida', 254, 17, NULL, 26.10, 2, 2, 'manual_bid', '2024-05-16 22:53:05', '2024-05-16 22:53:05', '2024-05-17 22:54:03'),
(1662, 1871, 'Almeida', 254, 17, NULL, 5.22, 2, 2, 'manual_bid', '2024-05-16 22:54:11', '2024-05-16 22:54:11', '2024-05-17 22:55:04'),
(1663, 1871, 'Almeida', 2058, 4, NULL, 112.50, 4, 2, 'manual_bid', '2024-05-16 22:57:35', '2024-05-16 22:57:35', '2024-05-17 22:58:03'),
(1664, 1871, 'Almeida', 2058, 4, NULL, 22.50, 4, 2, 'manual_bid', '2024-05-16 22:58:14', '2024-05-16 22:58:14', '2024-05-17 22:59:02'),
(1665, 1873, 'Gustavo', 2699, 14, NULL, 3.99, 3, 2, 'manual_bid', '2024-05-17 00:15:01', '2024-05-17 00:15:01', '2024-05-18 00:15:06'),
(1666, 1873, 'Gustavo', 3092, 2, NULL, 4.50, 4, 2, 'manual_bid', '2024-05-17 00:15:53', '2024-05-17 00:15:53', '2024-05-18 00:16:02'),
(1667, 1871, 'Almeida', 779, 19, 7, 4.56, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:03'),
(1668, 1871, 'Almeida', 3073, 2, 7, 115.36, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1669, 1871, 'Almeida', 5578, 10, 7, 1086.76, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1670, 1871, 'Almeida', 3927, 11, 7, 36.71, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1671, 1871, 'Almeida', 3858, 16, 7, 73.12, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1672, 1871, 'Almeida', 1059, 19, 7, 19.76, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1673, 1871, 'Almeida', 2340, 18, 7, 41.99, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1674, 1871, 'Almeida', 4793, 12, 7, 32.23, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1675, 1871, 'Almeida', 667, 18, 7, 4606.35, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1676, 1871, 'Almeida', 3314, 5, 7, 50.99, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1677, 1871, 'Almeida', 4425, 16, 7, 22.61, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1678, 1871, 'Almeida', 5782, 17, 7, 20.50, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1679, 1871, 'Almeida', 497, 19, 7, 2118.94, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1680, 1871, 'Almeida', 3799, 13, 7, 398.08, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1681, 1871, 'Almeida', 3691, 14, 7, 474.79, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1682, 1871, 'Almeida', 6084, 15, 7, 11.01, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1683, 1871, 'Almeida', 2744, 18, 7, 35.34, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1684, 1871, 'Almeida', 5611, 15, 7, 67.10, 1, 1, 'ai_bid', '2024-05-17 03:56:04', '2024-05-17 03:56:04', '2024-05-18 03:57:04'),
(1685, 1871, 'Almeida', 4354, 15, 7, 14.70, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:04'),
(1686, 1871, 'Almeida', 5579, 10, 7, 84.93, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:04'),
(1687, 1871, 'Almeida', 4722, 14, 7, 28.71, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:04'),
(1688, 1871, 'Almeida', 1135, 19, 7, 301.69, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1689, 1871, 'Almeida', 3384, 10, 7, 9.37, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1690, 1871, 'Almeida', 159, 16, 7, 37.56, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1691, 1871, 'Almeida', 5387, 17, 7, 49.09, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1692, 1871, 'Almeida', 1813, 19, 7, 3.18, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1693, 1871, 'Almeida', 5402, 14, 7, 21.37, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1694, 1871, 'Almeida', 2869, 14, 7, 25.19, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1695, 1871, 'Almeida', 5214, 14, 7, 16.19, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1696, 1871, 'Almeida', 2959, 17, 7, 376.73, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1697, 1871, 'Almeida', 2395, 2, 7, 14.17, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1698, 1871, 'Almeida', 734, 19, 7, 0.22, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1699, 1871, 'Almeida', 803, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1700, 1871, 'Almeida', 1844, 19, 7, 0.31, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1701, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-17 03:56:05', '2024-05-17 03:56:05', '2024-05-18 03:57:05'),
(1702, 1870, 'Liliana', 1757, 19, 8, 78.00, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1703, 1870, 'Liliana', 6047, 15, 8, 14.55, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1704, 1870, 'Liliana', 3858, 16, 8, 73.83, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1705, 1870, 'Liliana', 5689, 15, 8, 127.04, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1706, 1870, 'Liliana', 556, 16, 8, 7.07, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1707, 1870, 'Liliana', 3435, 7, 8, 157.03, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1708, 1870, 'Liliana', 1948, 19, 8, 12.60, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1709, 1870, 'Liliana', 1780, 2, 8, 20.06, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1710, 1870, 'Liliana', 611, 7, 8, 10.50, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1711, 1870, 'Liliana', 1706, 13, 8, 31.17, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1712, 1870, 'Liliana', 3667, 13, 8, 19.75, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1713, 1870, 'Liliana', 755, 19, 8, 33.65, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1714, 1870, 'Liliana', 845, 13, 8, 12.39, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1715, 1870, 'Liliana', 1311, 14, 8, 47.27, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1716, 1870, 'Liliana', 1264, 10, 8, 130.85, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1717, 1870, 'Liliana', 5092, 16, 8, 24.73, 1, 1, 'ai_bid', '2024-05-17 04:04:16', '2024-05-17 04:04:16', '2024-05-18 04:05:04'),
(1718, 1870, 'Liliana', 2501, 16, 8, 97.84, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:04'),
(1719, 1870, 'Liliana', 4044, 18, 8, 23.10, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:04'),
(1720, 1870, 'Liliana', 3252, 5, 8, 33.39, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1721, 1870, 'Liliana', 2802, 18, 8, 48.50, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1722, 1870, 'Liliana', 1176, 14, 8, 23.21, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1723, 1870, 'Liliana', 2126, 7, 8, 21.30, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1724, 1870, 'Liliana', 1174, 10, 8, 30.44, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1725, 1870, 'Liliana', 2202, 19, 8, 4.24, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1726, 1870, 'Liliana', 4661, 12, 8, 13.41, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1727, 1870, 'Liliana', 1913, 19, 8, 13.98, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1728, 1870, 'Liliana', 5600, 10, 8, 62.21, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1729, 1870, 'Liliana', 3020, 14, 8, 23.91, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1730, 1870, 'Liliana', 1823, 10, 8, 13.89, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1731, 1870, 'Liliana', 5894, 13, 8, 12.83, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1732, 1870, 'Liliana', 4823, 17, 8, 30.69, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1733, 1870, 'Liliana', 2268, 19, 8, 31.80, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1734, 1870, 'Liliana', 3899, 15, 8, 211.04, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1735, 1870, 'Liliana', 3551, 10, 8, 46.79, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1736, 1870, 'Liliana', 3988, 12, 8, 33.60, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1737, 1870, 'Liliana', 349, 15, 8, 24.71, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1738, 1870, 'Liliana', 246, 17, 8, 40.70, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1739, 1870, 'Liliana', 2231, 18, 8, 53.52, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1740, 1870, 'Liliana', 5579, 10, 8, 82.52, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1741, 1870, 'Liliana', 5955, 17, 8, 6.28, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1742, 1870, 'Liliana', 5846, 17, 8, 102.51, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1743, 1870, 'Liliana', 4046, 13, 8, 10.19, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1744, 1870, 'Liliana', 5665, 15, 8, 52.00, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1745, 1870, 'Liliana', 5649, 15, 8, 14.19, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1746, 1870, 'Liliana', 3541, 12, 8, 2.81, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1747, 1870, 'Liliana', 1153, 18, 8, 39.77, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1748, 1870, 'Liliana', 5083, 16, 8, 57.19, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1749, 1870, 'Liliana', 4358, 14, 8, 5.29, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1750, 1870, 'Liliana', 1211, 18, 8, 37.08, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1751, 1870, 'Liliana', 2495, 10, 8, 37.09, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1752, 1870, 'Liliana', 3692, 14, 8, 63.60, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1753, 1870, 'Liliana', 1981, 4, 8, 214.20, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1754, 1870, 'Liliana', 4708, 14, 8, 16.13, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1755, 1870, 'Liliana', 5546, 10, 8, 439.19, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1756, 1870, 'Liliana', 5495, 17, 8, 1506.75, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1757, 1870, 'Liliana', 4499, 15, 8, 41.60, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1758, 1870, 'Liliana', 3027, 14, 8, 3232.00, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1759, 1870, 'Liliana', 2971, 18, 8, 742.95, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1760, 1870, 'Liliana', 3952, 16, 8, 148.04, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1761, 1870, 'Liliana', 1515, 19, 8, 364.00, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1762, 1870, 'Liliana', 4286, 18, 8, 114.36, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1763, 1870, 'Liliana', 730, 19, 8, 70.56, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1764, 1870, 'Liliana', 3416, 14, 8, 31.49, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1765, 1870, 'Liliana', 1618, 18, 8, 53.75, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1766, 1870, 'Liliana', 3984, 18, 8, 105.00, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1767, 1870, 'Liliana', 2659, 18, 8, 30.59, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1768, 1870, 'Liliana', 195, 4, 8, 39.18, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1769, 1870, 'Liliana', 2556, 14, 8, 25.99, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1770, 1870, 'Liliana', 6091, 15, 8, 8.15, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1771, 1870, 'Liliana', 4091, 14, 8, 27.19, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1772, 1870, 'Liliana', 5438, 16, 8, 17.56, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1773, 1870, 'Liliana', 1363, 19, 8, 3.43, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1774, 1870, 'Liliana', 5223, 13, 8, 734.99, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1775, 1870, 'Liliana', 898, 5, 8, 10.40, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:05'),
(1776, 1870, 'Liliana', 3253, 7, 8, 16.08, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:06'),
(1777, 1870, 'Liliana', 1811, 5, 8, 0.20, 1, 1, 'ai_bid', '2024-05-17 04:04:17', '2024-05-17 04:04:17', '2024-05-18 04:05:06'),
(1778, 1873, 'Gustavo', 2733, 18, 9, 3031.35, 1, 1, 'ai_bid', '2024-05-17 04:19:22', '2024-05-17 04:19:22', '2024-05-18 04:20:03'),
(1779, 1873, 'Gustavo', 2970, 18, 9, 130.65, 1, 1, 'ai_bid', '2024-05-17 04:19:22', '2024-05-17 04:19:22', '2024-05-18 04:20:03'),
(1780, 1873, 'Gustavo', 1484, 10, 9, 10.01, 1, 1, 'ai_bid', '2024-05-17 04:19:22', '2024-05-17 04:19:22', '2024-05-18 04:20:03'),
(1781, 1873, 'Gustavo', 4375, 16, 9, 81.60, 1, 1, 'ai_bid', '2024-05-17 04:19:22', '2024-05-17 04:19:22', '2024-05-18 04:20:03'),
(1782, 1873, 'Gustavo', 5067, 13, 9, 125.83, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:03'),
(1783, 1873, 'Gustavo', 3667, 13, 9, 19.94, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:03'),
(1784, 1873, 'Gustavo', 5056, 11, 9, 41.99, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:03'),
(1785, 1873, 'Gustavo', 5666, 15, 9, 104.00, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:03'),
(1786, 1873, 'Gustavo', 5242, 14, 9, 39.48, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:03'),
(1787, 1873, 'Gustavo', 2262, 1, 9, 26.00, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1788, 1873, 'Gustavo', 131, 18, 9, 7.28, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1789, 1873, 'Gustavo', 249, 12, 9, 32.05, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1790, 1873, 'Gustavo', 4414, 16, 9, 243.36, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1791, 1873, 'Gustavo', 4774, 12, 9, 102.00, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1792, 1873, 'Gustavo', 2664, 18, 9, 2816.42, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1793, 1873, 'Gustavo', 3932, 16, 9, 203.83, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1794, 1873, 'Gustavo', 593, 10, 9, 15.30, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1795, 1873, 'Gustavo', 5820, 11, 9, 747.65, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1796, 1873, 'Gustavo', 5994, 11, 9, 105.34, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1797, 1873, 'Gustavo', 2803, 14, 9, 848.00, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1798, 1873, 'Gustavo', 1471, 19, 9, 14.06, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1799, 1873, 'Gustavo', 4652, 15, 9, 416.00, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1800, 1873, 'Gustavo', 689, 10, 9, 3.09, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1801, 1873, 'Gustavo', 1895, 14, 9, 57.07, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1802, 1873, 'Gustavo', 5601, 15, 9, 45.46, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1803, 1873, 'Gustavo', 3386, 7, 9, 19.95, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1804, 1873, 'Gustavo', 1435, 10, 9, 19.81, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1805, 1873, 'Gustavo', 4631, 5, 9, 20.59, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1806, 1873, 'Gustavo', 5628, 1, 9, 15.44, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1807, 1873, 'Gustavo', 5796, 15, 9, 1212.00, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1808, 1873, 'Gustavo', 2597, 19, 9, 74.91, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1809, 1873, 'Gustavo', 70, 2, 9, 43.26, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1810, 1873, 'Gustavo', 2959, 17, 9, 391.65, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1811, 1873, 'Gustavo', 3987, 12, 9, 30.60, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1812, 1873, 'Gustavo', 2032, 19, 9, 40.56, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1813, 1873, 'Gustavo', 4864, 12, 9, 480.90, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1814, 1873, 'Gustavo', 3096, 18, 9, 33.91, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1815, 1873, 'Gustavo', 3771, 15, 9, 5.40, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1816, 1873, 'Gustavo', 1689, 18, 9, 229.27, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1817, 1873, 'Gustavo', 155, 18, 9, 40.80, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1818, 1873, 'Gustavo', 6150, 11, 9, 32.95, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1819, 1873, 'Gustavo', 5402, 14, 9, 20.76, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1820, 1873, 'Gustavo', 1572, 10, 9, 38.15, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1821, 1873, 'Gustavo', 5547, 12, 9, 296.79, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1822, 1873, 'Gustavo', 6122, 11, 9, 28.27, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1823, 1873, 'Gustavo', 5880, 13, 9, 10.49, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1824, 1873, 'Gustavo', 3636, 12, 9, 201.31, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1825, 1873, 'Gustavo', 3965, 16, 9, 42.63, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1826, 1873, 'Gustavo', 2619, 18, 9, 18.83, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1827, 1873, 'Gustavo', 4712, 12, 9, 53.29, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1828, 1873, 'Gustavo', 3396, 10, 9, 51.49, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1829, 1873, 'Gustavo', 114, 2, 9, 166.40, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1830, 1873, 'Gustavo', 4569, 14, 9, 134.16, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1831, 1873, 'Gustavo', 1912, 10, 9, 3.88, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1832, 1873, 'Gustavo', 776, 7, 9, 9.17, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1833, 1873, 'Gustavo', 2998, 15, 9, 822.97, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1834, 1873, 'Gustavo', 660, 10, 9, 2.12, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1835, 1873, 'Gustavo', 2734, 14, 9, 229.55, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1836, 1873, 'Gustavo', 5178, 16, 9, 99.90, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1837, 1873, 'Gustavo', 5091, 14, 9, 5.24, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1838, 1873, 'Gustavo', 2505, 19, 9, 50.99, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:04'),
(1839, 1873, 'Gustavo', 2623, 14, 9, 9.57, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:05'),
(1840, 1873, 'Gustavo', 41, 2, 9, 18.18, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:05'),
(1841, 1873, 'Gustavo', 4562, 5, 9, 3.98, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:05'),
(1842, 1873, 'Gustavo', 24, 2, 9, 1.03, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:05'),
(1843, 1873, 'Gustavo', 624, 5, 9, 1.05, 1, 1, 'ai_bid', '2024-05-17 04:19:23', '2024-05-17 04:19:23', '2024-05-18 04:20:05'),
(1844, 1866, 'Tetyana store', 3841, 16, 6, 9.80, 1, 1, 'ai_bid', '2024-05-17 04:27:03', '2024-05-17 04:27:03', '2024-05-18 04:28:03'),
(1845, 1866, 'Tetyana store', 1748, 19, 6, 40.56, 1, 1, 'ai_bid', '2024-05-17 04:27:03', '2024-05-17 04:27:03', '2024-05-18 04:28:03'),
(1846, 1866, 'Tetyana store', 1293, 15, 11, 33.57, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1847, 1866, 'Tetyana store', 4637, 5, 11, 23.31, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1848, 1866, 'Tetyana store', 4466, 15, 11, 139.05, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1849, 1866, 'Tetyana store', 5529, 1, 11, 10.42, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1850, 1866, 'Tetyana store', 78, 2, 11, 73.50, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1851, 1866, 'Tetyana store', 3085, 2, 11, 72.29, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1852, 1866, 'Tetyana store', 2438, 5, 11, 135.20, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1853, 1866, 'Tetyana store', 4225, 14, 11, 33.90, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1854, 1866, 'Tetyana store', 5134, 16, 11, 83.31, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1855, 1866, 'Tetyana store', 4029, 17, 11, 31.79, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1856, 1866, 'Tetyana store', 5953, 17, 11, 10.40, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1857, 1866, 'Tetyana store', 5567, 10, 11, 875.82, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1858, 1866, 'Tetyana store', 1116, 16, 11, 90.76, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1859, 1866, 'Tetyana store', 5122, 16, 11, 202.00, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1860, 1866, 'Tetyana store', 2281, 10, 11, 26.32, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1861, 1866, 'Tetyana store', 387, 16, 11, 2641.95, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1862, 1866, 'Tetyana store', 4175, 18, 11, 9.17, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1863, 1866, 'Tetyana store', 1629, 19, 11, 10.56, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1864, 1866, 'Tetyana store', 2484, 19, 11, 206.00, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1865, 1866, 'Tetyana store', 6091, 15, 11, 8.23, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1866, 1866, 'Tetyana store', 5216, 16, 11, 107.05, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1867, 1866, 'Tetyana store', 831, 13, 11, 186.16, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1868, 1866, 'Tetyana store', 714, 4, 11, 24.25, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1869, 1866, 'Tetyana store', 1163, 18, 11, 19.07, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1870, 1866, 'Tetyana store', 1361, 15, 11, 79.74, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1871, 1866, 'Tetyana store', 3514, 10, 11, 632.64, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1872, 1866, 'Tetyana store', 538, 18, 11, 341.77, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1873, 1866, 'Tetyana store', 5865, 13, 11, 16.00, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:03'),
(1874, 1866, 'Tetyana store', 5679, 15, 11, 236.37, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1875, 1866, 'Tetyana store', 3003, 14, 11, 959.50, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1876, 1866, 'Tetyana store', 3472, 14, 11, 297.99, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1877, 1866, 'Tetyana store', 2901, 19, 11, 3242.09, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1878, 1866, 'Tetyana store', 4685, 12, 11, 16.68, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1879, 1866, 'Tetyana store', 885, 12, 11, 164.79, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1880, 1866, 'Tetyana store', 5231, 13, 11, 7.97, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1881, 1866, 'Tetyana store', 2006, 2, 11, 84.80, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1882, 1866, 'Tetyana store', 5552, 10, 11, 27.68, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(1883, 1866, 'Tetyana store', 573, 17, 11, 31.50, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1884, 1866, 'Tetyana store', 92, 2, 11, 178.50, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1885, 1866, 'Tetyana store', 5551, 12, 11, 211.99, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1886, 1866, 'Tetyana store', 3223, 5, 11, 101.72, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1887, 1866, 'Tetyana store', 408, 18, 11, 93.72, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1888, 1866, 'Tetyana store', 1183, 15, 11, 14.20, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:06', '2024-05-18 04:32:04'),
(1889, 1866, 'Tetyana store', 3147, 19, 11, 192.24, 1, 1, 'ai_bid', '2024-05-17 04:31:06', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1890, 1866, 'Tetyana store', 3471, 14, 11, 86.51, 1, 1, 'ai_bid', '2024-05-17 04:31:07', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1891, 1866, 'Tetyana store', 3217, 4, 11, 91.59, 1, 1, 'ai_bid', '2024-05-17 04:31:07', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1892, 1866, 'Tetyana store', 4595, 5, 11, 52.43, 1, 1, 'ai_bid', '2024-05-17 04:31:07', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1893, 1866, 'Tetyana store', 3422, 14, 11, 11.69, 1, 1, 'ai_bid', '2024-05-17 04:31:07', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1894, 1866, 'Tetyana store', 5354, 16, 11, 10.49, 1, 1, 'ai_bid', '2024-05-17 04:31:07', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1895, 1866, 'Tetyana store', 1640, 19, 11, 1.03, 1, 1, 'ai_bid', '2024-05-17 04:31:07', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1896, 1866, 'Tetyana store', 1844, 19, 11, 0.30, 1, 1, 'ai_bid', '2024-05-17 04:31:07', '2024-05-17 04:31:07', '2024-05-18 04:32:04'),
(1897, 1867, 'Omevoric enterprises', 2426, 19, 12, 508.98, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1898, 1867, 'Omevoric enterprises', 4748, 12, 12, 8.64, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1899, 1867, 'Omevoric enterprises', 4214, 14, 12, 21.08, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1900, 1867, 'Omevoric enterprises', 3614, 17, 12, 252.00, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1901, 1867, 'Omevoric enterprises', 6032, 15, 12, 103.99, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1902, 1867, 'Omevoric enterprises', 5231, 13, 12, 8.28, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1903, 1867, 'Omevoric enterprises', 2419, 19, 12, 104.94, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1904, 1867, 'Omevoric enterprises', 2519, 16, 12, 31.19, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1905, 1867, 'Omevoric enterprises', 3699, 10, 12, 55.57, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1906, 1867, 'Omevoric enterprises', 4857, 14, 12, 8.15, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1907, 1867, 'Omevoric enterprises', 4811, 12, 12, 63.81, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1908, 1867, 'Omevoric enterprises', 3537, 13, 12, 3118.88, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1909, 1867, 'Omevoric enterprises', 2875, 10, 12, 68.87, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1910, 1867, 'Omevoric enterprises', 2122, 7, 12, 62.11, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1911, 1867, 'Omevoric enterprises', 141, 18, 12, 6.30, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:03'),
(1912, 1867, 'Omevoric enterprises', 1346, 14, 12, 31.25, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1913, 1867, 'Omevoric enterprises', 5773, 13, 12, 15.42, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1914, 1867, 'Omevoric enterprises', 2208, 12, 12, 57.05, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1915, 1867, 'Omevoric enterprises', 2443, 2, 12, 8.23, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1916, 1867, 'Omevoric enterprises', 1131, 19, 12, 374.34, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1917, 1867, 'Omevoric enterprises', 5475, 12, 12, 83.99, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1918, 1867, 'Omevoric enterprises', 1844, 19, 12, 0.31, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1919, 1867, 'Omevoric enterprises', 5647, 15, 12, 12.36, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1920, 1867, 'Omevoric enterprises', 2410, 19, 12, 2038.40, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1921, 1867, 'Omevoric enterprises', 927, 14, 12, 412.12, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1922, 1867, 'Omevoric enterprises', 4638, 15, 12, 76.64, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1923, 1867, 'Omevoric enterprises', 2469, 16, 12, 158.74, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1924, 1867, 'Omevoric enterprises', 4723, 12, 12, 16.63, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1925, 1867, 'Omevoric enterprises', 4081, 5, 12, 50.49, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1926, 1867, 'Omevoric enterprises', 566, 7, 12, 20.20, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1927, 1867, 'Omevoric enterprises', 1277, 10, 12, 34.47, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1928, 1867, 'Omevoric enterprises', 998, 16, 12, 402.44, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1929, 1867, 'Omevoric enterprises', 831, 13, 12, 187.95, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1930, 1867, 'Omevoric enterprises', 5787, 17, 12, 3.41, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1931, 1867, 'Omevoric enterprises', 5681, 10, 12, 50.45, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1932, 1867, 'Omevoric enterprises', 2884, 19, 12, 4011.72, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1933, 1867, 'Omevoric enterprises', 5771, 15, 12, 21.43, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1934, 1867, 'Omevoric enterprises', 1206, 14, 12, 10.29, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1935, 1867, 'Omevoric enterprises', 3244, 7, 12, 199.32, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1936, 1867, 'Omevoric enterprises', 249, 12, 12, 32.05, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1937, 1867, 'Omevoric enterprises', 1444, 19, 12, 8.32, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1938, 1867, 'Omevoric enterprises', 5692, 15, 12, 12.72, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1939, 1867, 'Omevoric enterprises', 5208, 13, 12, 176.39, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1940, 1867, 'Omevoric enterprises', 3774, 7, 12, 101.63, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1941, 1867, 'Omevoric enterprises', 4099, 5, 12, 202.00, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1942, 1867, 'Omevoric enterprises', 1566, 18, 12, 332.80, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1943, 1867, 'Omevoric enterprises', 2085, 12, 12, 29.18, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1944, 1867, 'Omevoric enterprises', 2594, 19, 12, 15.28, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1945, 1867, 'Omevoric enterprises', 123, 7, 12, 498.84, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1946, 1867, 'Omevoric enterprises', 4729, 14, 12, 85.31, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1947, 1867, 'Omevoric enterprises', 817, 18, 12, 66.91, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1948, 1867, 'Omevoric enterprises', 4017, 17, 12, 3.07, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1949, 1867, 'Omevoric enterprises', 4672, 12, 12, 14.65, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1950, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1951, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-05-17 04:40:11', '2024-05-17 04:40:11', '2024-05-18 04:41:04'),
(1952, 1868, 'Marcelo Ltd', 5392, 17, 13, 33.81, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1953, 1868, 'Marcelo Ltd', 804, 18, 13, 7.99, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1954, 1868, 'Marcelo Ltd', 322, 10, 13, 52.00, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1955, 1868, 'Marcelo Ltd', 3996, 12, 13, 73.83, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1956, 1868, 'Marcelo Ltd', 827, 5, 13, 339.20, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1957, 1868, 'Marcelo Ltd', 4089, 14, 13, 20.14, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1958, 1868, 'Marcelo Ltd', 3916, 2, 13, 618.00, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1959, 1868, 'Marcelo Ltd', 3713, 14, 13, 19.54, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1960, 1868, 'Marcelo Ltd', 3238, 7, 13, 105.64, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1961, 1868, 'Marcelo Ltd', 3536, 10, 13, 1522.50, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1962, 1868, 'Marcelo Ltd', 2052, 4, 13, 154.80, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1963, 1868, 'Marcelo Ltd', 2106, 5, 13, 61.20, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1964, 1868, 'Marcelo Ltd', 4134, 5, 13, 10.60, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1965, 1868, 'Marcelo Ltd', 4478, 15, 13, 25.20, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1966, 1868, 'Marcelo Ltd', 2667, 14, 13, 231.43, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1967, 1868, 'Marcelo Ltd', 4568, 5, 13, 7.28, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:04'),
(1968, 1868, 'Marcelo Ltd', 939, 17, 13, 41.81, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1969, 1868, 'Marcelo Ltd', 5420, 17, 13, 18.79, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1970, 1868, 'Marcelo Ltd', 4395, 14, 13, 206.79, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1971, 1868, 'Marcelo Ltd', 132, 2, 13, 100.98, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1972, 1868, 'Marcelo Ltd', 4542, 14, 13, 42.00, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1973, 1868, 'Marcelo Ltd', 4411, 14, 13, 3021.00, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1974, 1868, 'Marcelo Ltd', 2354, 19, 13, 31.92, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1975, 1868, 'Marcelo Ltd', 1510, 15, 13, 79.56, 1, 1, 'ai_bid', '2024-05-17 05:14:05', '2024-05-17 05:14:05', '2024-05-18 05:15:05'),
(1976, 1868, 'Marcelo Ltd', 5136, 16, 13, 104.94, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1977, 1868, 'Marcelo Ltd', 3860, 11, 13, 24.43, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1978, 1868, 'Marcelo Ltd', 6054, 15, 13, 18.89, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1979, 1868, 'Marcelo Ltd', 2214, 1, 13, 9.45, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1980, 1868, 'Marcelo Ltd', 2789, 10, 13, 41.17, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1981, 1868, 'Marcelo Ltd', 2492, 18, 13, 18.28, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1982, 1868, 'Marcelo Ltd', 4703, 14, 13, 34.13, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1983, 1868, 'Marcelo Ltd', 4636, 15, 13, 22.04, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1984, 1868, 'Marcelo Ltd', 2487, 19, 13, 135.20, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1985, 1868, 'Marcelo Ltd', 1876, 19, 13, 32.34, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1986, 1868, 'Marcelo Ltd', 1911, 18, 13, 23.51, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1987, 1868, 'Marcelo Ltd', 1549, 19, 13, 151.61, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1988, 1868, 'Marcelo Ltd', 3351, 7, 13, 210.00, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1989, 1868, 'Marcelo Ltd', 4214, 14, 13, 21.29, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1990, 1868, 'Marcelo Ltd', 5605, 15, 13, 232.30, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1991, 1868, 'Marcelo Ltd', 142, 18, 13, 23.23, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1992, 1868, 'Marcelo Ltd', 5539, 10, 13, 276.04, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1993, 1868, 'Marcelo Ltd', 3801, 4, 13, 6.96, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1994, 1868, 'Marcelo Ltd', 1661, 17, 13, 14.30, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1995, 1868, 'Marcelo Ltd', 683, 10, 13, 40.56, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1996, 1868, 'Marcelo Ltd', 946, 18, 13, 13.64, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1997, 1868, 'Marcelo Ltd', 2687, 14, 13, 250.75, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1998, 1868, 'Marcelo Ltd', 5967, 17, 13, 25.71, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(1999, 1868, 'Marcelo Ltd', 4400, 18, 13, 20.28, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(2000, 1868, 'Marcelo Ltd', 2092, 7, 13, 153.84, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(2001, 1868, 'Marcelo Ltd', 1966, 4, 13, 316.94, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(2002, 1868, 'Marcelo Ltd', 2645, 14, 13, 21.81, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(2003, 1868, 'Marcelo Ltd', 3833, 4, 13, 5.30, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:05'),
(2004, 1868, 'Marcelo Ltd', 1428, 15, 13, 10.08, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2005, 1868, 'Marcelo Ltd', 5540, 10, 13, 124.14, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2006, 1868, 'Marcelo Ltd', 3572, 17, 13, 32.41, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2007, 1868, 'Marcelo Ltd', 3554, 12, 13, 20.39, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2008, 1868, 'Marcelo Ltd', 1933, 18, 13, 34.57, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2009, 1868, 'Marcelo Ltd', 107, 2, 13, 24.94, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2010, 1868, 'Marcelo Ltd', 4611, 5, 13, 28.27, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2011, 1868, 'Marcelo Ltd', 1415, 19, 13, 104.00, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2012, 1868, 'Marcelo Ltd', 616, 19, 13, 164.85, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2013, 1868, 'Marcelo Ltd', 818, 10, 13, 7.55, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2014, 1868, 'Marcelo Ltd', 732, 17, 13, 63.62, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2015, 1868, 'Marcelo Ltd', 1427, 19, 13, 21.17, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2016, 1868, 'Marcelo Ltd', 5808, 15, 13, 104.99, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2017, 1868, 'Marcelo Ltd', 5051, 11, 13, 20.99, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2018, 1868, 'Marcelo Ltd', 1176, 14, 13, 23.67, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2019, 1868, 'Marcelo Ltd', 6131, 11, 13, 40.80, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2020, 1868, 'Marcelo Ltd', 2148, 2, 13, 106.00, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2021, 1868, 'Marcelo Ltd', 2769, 14, 13, 30.05, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2022, 1868, 'Marcelo Ltd', 3380, 10, 13, 16.38, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2023, 1868, 'Marcelo Ltd', 2350, 19, 13, 8.08, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2024, 1868, 'Marcelo Ltd', 5431, 17, 13, 21.77, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2025, 1868, 'Marcelo Ltd', 5580, 15, 13, 13.62, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2026, 1868, 'Marcelo Ltd', 4968, 12, 13, 16.88, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2027, 1868, 'Marcelo Ltd', 872, 19, 13, 25.74, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2028, 1868, 'Marcelo Ltd', 2239, 19, 13, 58.58, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2029, 1868, 'Marcelo Ltd', 1818, 19, 13, 1.02, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2030, 1868, 'Marcelo Ltd', 1894, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2031, 1868, 'Marcelo Ltd', 803, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-05-17 05:14:06', '2024-05-17 05:14:06', '2024-05-18 05:15:06'),
(2032, 1869, 'Anatoliy fast store', 4057, 13, 14, 26.54, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:02'),
(2033, 1869, 'Anatoliy fast store', 6060, 11, 14, 10.60, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2034, 1869, 'Anatoliy fast store', 4546, 14, 14, 418.20, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2035, 1869, 'Anatoliy fast store', 2100, 5, 14, 6.51, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2036, 1869, 'Anatoliy fast store', 3435, 7, 14, 155.52, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2037, 1869, 'Anatoliy fast store', 928, 5, 14, 175.76, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2038, 1869, 'Anatoliy fast store', 5679, 15, 14, 234.14, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2039, 1869, 'Anatoliy fast store', 855, 19, 14, 31.13, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2040, 1869, 'Anatoliy fast store', 5560, 10, 14, 61.60, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2041, 1869, 'Anatoliy fast store', 3253, 7, 14, 16.72, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2042, 1869, 'Anatoliy fast store', 455, 19, 14, 530.25, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2043, 1869, 'Anatoliy fast store', 5324, 13, 14, 1891.04, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2044, 1869, 'Anatoliy fast store', 5709, 10, 14, 12.66, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2045, 1869, 'Anatoliy fast store', 4166, 5, 14, 388.50, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2046, 1869, 'Anatoliy fast store', 2558, 10, 14, 43.42, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2047, 1869, 'Anatoliy fast store', 1418, 14, 14, 20.74, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2048, 1869, 'Anatoliy fast store', 796, 19, 14, 371.00, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2049, 1869, 'Anatoliy fast store', 2254, 19, 14, 9.94, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2050, 1869, 'Anatoliy fast store', 2433, 10, 14, 20.99, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2051, 1869, 'Anatoliy fast store', 4518, 16, 14, 30.89, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2052, 1869, 'Anatoliy fast store', 3353, 15, 14, 525.30, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2053, 1869, 'Anatoliy fast store', 5675, 10, 14, 5555.00, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2054, 1869, 'Anatoliy fast store', 5591, 16, 14, 30.59, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2055, 1869, 'Anatoliy fast store', 3393, 10, 14, 25.43, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2056, 1869, 'Anatoliy fast store', 6021, 17, 14, 38.09, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2057, 1869, 'Anatoliy fast store', 2307, 2, 14, 47.97, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2058, 1869, 'Anatoliy fast store', 1473, 14, 14, 21.55, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2059, 1869, 'Anatoliy fast store', 2341, 10, 14, 38.65, 1, 1, 'ai_bid', '2024-05-17 05:41:05', '2024-05-17 05:41:05', '2024-05-18 05:42:03'),
(2060, 1869, 'Anatoliy fast store', 3415, 15, 14, 102.96, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2061, 1869, 'Anatoliy fast store', 4350, 18, 14, 932.79, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2062, 1869, 'Anatoliy fast store', 1422, 10, 14, 20.17, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2063, 1869, 'Anatoliy fast store', 46, 2, 14, 10.20, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2064, 1869, 'Anatoliy fast store', 1886, 19, 14, 51.17, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2065, 1869, 'Anatoliy fast store', 3209, 17, 14, 23.32, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2066, 1869, 'Anatoliy fast store', 5381, 14, 14, 14.12, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2067, 1869, 'Anatoliy fast store', 6072, 15, 14, 57.74, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2068, 1869, 'Anatoliy fast store', 5400, 14, 14, 71.40, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2069, 1869, 'Anatoliy fast store', 5037, 11, 14, 12.23, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2070, 1869, 'Anatoliy fast store', 889, 7, 14, 17.80, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2071, 1869, 'Anatoliy fast store', 3142, 4, 14, 88.39, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2072, 1869, 'Anatoliy fast store', 3116, 2, 14, 9.13, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2073, 1869, 'Anatoliy fast store', 3053, 18, 14, 73.98, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2074, 1869, 'Anatoliy fast store', 3921, 2, 14, 135.20, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2075, 1869, 'Anatoliy fast store', 2575, 7, 14, 44.37, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2076, 1869, 'Anatoliy fast store', 1679, 18, 14, 450.32, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2077, 1869, 'Anatoliy fast store', 1775, 2, 14, 248.88, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2078, 1869, 'Anatoliy fast store', 2256, 19, 14, 33.92, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2079, 1869, 'Anatoliy fast store', 2845, 15, 14, 31.49, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2080, 1869, 'Anatoliy fast store', 595, 19, 14, 402.80, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2081, 1869, 'Anatoliy fast store', 6070, 11, 14, 15.90, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2082, 1869, 'Anatoliy fast store', 3225, 5, 14, 1.19, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2083, 1869, 'Anatoliy fast store', 633, 14, 14, 10.20, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2084, 1869, 'Anatoliy fast store', 2808, 15, 14, 34.31, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2085, 1869, 'Anatoliy fast store', 171, 16, 14, 103.95, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2086, 1869, 'Anatoliy fast store', 1112, 19, 14, 82.05, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2087, 1869, 'Anatoliy fast store', 5851, 15, 14, 103.99, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2088, 1869, 'Anatoliy fast store', 4824, 17, 14, 22.11, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:03'),
(2089, 1869, 'Anatoliy fast store', 5046, 11, 14, 63.59, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2090, 1869, 'Anatoliy fast store', 2699, 14, 14, 40.79, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2091, 1869, 'Anatoliy fast store', 256, 17, 14, 154.47, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2092, 1869, 'Anatoliy fast store', 4609, 16, 14, 24.89, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2093, 1869, 'Anatoliy fast store', 661, 1, 14, 6.30, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2094, 1869, 'Anatoliy fast store', 4717, 14, 14, 30.15, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2095, 1869, 'Anatoliy fast store', 4796, 12, 14, 10.72, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2096, 1869, 'Anatoliy fast store', 3527, 12, 14, 3.01, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2097, 1869, 'Anatoliy fast store', 1837, 5, 14, 1.03, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2098, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-17 05:41:06', '2024-05-17 05:41:06', '2024-05-18 05:42:04'),
(2099, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-17 05:42:05', '2024-05-17 05:42:05', '2024-05-18 05:43:03'),
(2100, 1871, 'Almeida', 281, 18, NULL, 26.70, 4, 2, 'manual_bid', '2024-05-17 10:31:43', '2024-05-17 10:31:43', '2024-05-18 10:32:02'),
(2101, 1871, 'Almeida', 123, 7, NULL, 49.39, 4, 2, 'manual_bid', '2024-05-17 10:33:32', '2024-05-17 10:33:32', '2024-05-18 10:34:02'),
(2102, 1871, 'Almeida', 919, 7, NULL, 29.10, 4, 2, 'manual_bid', '2024-05-17 10:35:58', '2024-05-17 10:35:58', '2024-05-18 10:36:03'),
(2103, 1868, 'Marcelo Ltd', 5282, 16, NULL, 8.19, 10, 2, 'manual_bid', '2024-05-17 11:13:06', '2024-05-17 11:13:06', '2024-05-18 11:14:03'),
(2104, 1868, 'Marcelo Ltd', 2771, 14, NULL, 148.75, 5, 2, 'manual_bid', '2024-05-17 11:14:23', '2024-05-17 11:14:23', '2024-05-18 11:15:04'),
(2105, 1868, 'Marcelo Ltd', 2313, 2, NULL, 3.00, 2, 2, 'manual_bid', '2024-05-17 11:15:35', '2024-05-17 11:15:35', '2024-05-18 11:16:04'),
(2106, 1868, 'Marcelo Ltd', 6008, 11, NULL, 19.60, 4, 2, 'manual_bid', '2024-05-17 11:17:31', '2024-05-17 11:17:31', '2024-05-18 11:18:02'),
(2107, 1868, 'Marcelo Ltd', 2860, 13, NULL, 5.45, 1, 2, 'manual_bid', '2024-05-17 11:23:58', '2024-05-17 11:23:58', '2024-05-18 11:24:02'),
(2108, 1868, 'Marcelo Ltd', 2860, 13, NULL, 27.24, 5, 2, 'manual_bid', '2024-05-17 11:25:33', '2024-05-17 11:25:33', '2024-05-18 11:26:02'),
(2109, 1868, 'Marcelo Ltd', 5370, 13, NULL, 15.99, 2, 2, 'manual_bid', '2024-05-17 11:28:04', '2024-05-17 11:28:04', '2024-05-18 11:29:01'),
(2110, 1868, 'Marcelo Ltd', 4515, 16, NULL, 10.39, 3, 2, 'manual_bid', '2024-05-17 11:29:48', '2024-05-17 11:29:48', '2024-05-18 11:30:05'),
(2111, 1868, 'Marcelo Ltd', 4515, 16, NULL, 41.56, 1, 2, 'manual_bid', '2024-05-17 11:30:56', '2024-05-17 11:30:56', '2024-05-18 11:31:02'),
(2112, 1868, 'Marcelo Ltd', 726, 19, NULL, 9.79, 1, 2, 'manual_bid', '2024-05-17 11:32:57', '2024-05-17 11:32:57', '2024-05-18 11:33:02'),
(2113, 1868, 'Marcelo Ltd', 726, 19, NULL, 49.00, 1, 2, 'manual_bid', '2024-05-17 11:34:12', '2024-05-17 11:34:12', '2024-05-18 11:35:03'),
(2114, 1868, 'Marcelo Ltd', 5900, 11, NULL, 9.99, 1, 2, 'manual_bid', '2024-05-17 11:37:14', '2024-05-17 11:37:14', '2024-05-18 11:38:02'),
(2115, 1868, 'Marcelo Ltd', 5645, 15, NULL, 8.19, 5, 2, 'manual_bid', '2024-05-17 11:39:33', '2024-05-17 11:39:33', '2024-05-18 11:40:04'),
(2116, 1868, 'Marcelo Ltd', 3947, 16, NULL, 30.99, 1, 2, 'manual_bid', '2024-05-17 11:41:25', '2024-05-17 11:41:25', '2024-05-18 11:42:02'),
(2117, 1871, 'Almeida', 4747, 12, NULL, 5.20, 3, 2, 'manual_bid', '2024-05-17 11:41:47', '2024-05-17 11:41:47', '2024-05-18 11:42:02'),
(2118, 1873, 'Gustavo', 428, 18, NULL, 9.00, 2, 2, 'manual_bid', '2024-05-17 11:43:20', '2024-05-17 11:43:20', '2024-05-18 11:44:02'),
(2119, 1873, 'Gustavo', 4139, 14, NULL, 6.00, 5, 2, 'manual_bid', '2024-05-17 11:45:58', '2024-05-17 11:45:58', '2024-05-18 11:46:04'),
(2120, 1873, 'Gustavo', 1322, 15, NULL, 3.90, 4, 2, 'manual_bid', '2024-05-17 11:46:54', '2024-05-17 11:46:54', '2024-05-18 11:47:02'),
(2121, 1873, 'Gustavo', 5860, 15, NULL, 8.00, 4, 2, 'manual_bid', '2024-05-17 11:47:47', '2024-05-17 11:47:47', '2024-05-18 11:48:02'),
(2122, 1871, 'Almeida', 1734, 12, NULL, 6.10, 5, 2, 'manual_bid', '2024-05-17 11:48:21', '2024-05-17 11:48:21', '2024-05-18 11:49:02'),
(2123, 1871, 'Almeida', 4891, 12, NULL, 15.26, 4, 1, 'manual_bid', '2024-05-17 11:49:23', '2024-05-17 11:49:23', '2024-05-18 11:50:06'),
(2124, 1871, 'Almeida', 4891, 12, NULL, 1.53, 4, 2, 'manual_bid', '2024-05-17 11:51:09', '2024-05-17 11:51:09', '2024-05-18 11:52:02'),
(2125, 1873, 'Gustavo', 1570, 19, NULL, 3.30, 4, 2, 'manual_bid', '2024-05-17 11:56:00', '2024-05-17 11:56:00', '2024-05-18 11:56:02'),
(2126, 1873, 'Gustavo', 1996, 14, NULL, 3.50, 5, 2, 'manual_bid', '2024-05-17 11:57:38', '2024-05-17 11:57:38', '2024-05-18 11:58:03'),
(2127, 1873, 'Gustavo', 5702, 10, NULL, 4.50, 4, 2, 'manual_bid', '2024-05-17 11:58:58', '2024-05-17 11:58:58', '2024-05-18 11:59:02'),
(2128, 1873, 'Gustavo', 3548, 10, NULL, 6.70, 6, 2, 'manual_bid', '2024-05-17 11:59:51', '2024-05-17 11:59:51', '2024-05-18 12:00:06'),
(2129, 1873, 'Gustavo', 1154, 18, NULL, 4.00, 4, 2, 'manual_bid', '2024-05-17 12:03:35', '2024-05-17 12:03:35', '2024-05-18 12:04:03'),
(2130, 1873, 'Gustavo', 839, 19, NULL, 1.90, 5, 2, 'manual_bid', '2024-05-17 12:04:20', '2024-05-17 12:04:20', '2024-05-18 12:05:06'),
(2131, 1873, 'Gustavo', 5098, 16, NULL, 2.50, 4, 2, 'manual_bid', '2024-05-17 12:05:02', '2024-05-17 12:05:02', '2024-05-18 12:05:06'),
(2132, 1873, 'Gustavo', 5429, 17, NULL, 3.50, 4, 2, 'manual_bid', '2024-05-17 12:05:57', '2024-05-17 12:05:57', '2024-05-18 12:06:03'),
(2133, 1873, 'Gustavo', 1711, 19, NULL, 9.00, 5, 2, 'manual_bid', '2024-05-17 12:06:39', '2024-05-17 12:06:39', '2024-05-18 12:07:03'),
(2134, 1873, 'Gustavo', 4931, 13, NULL, 6.30, 4, 2, 'manual_bid', '2024-05-17 12:07:22', '2024-05-17 12:07:22', '2024-05-18 12:08:03'),
(2135, 1873, 'Gustavo', 2288, 19, NULL, 4.90, 5, 2, 'manual_bid', '2024-05-17 12:08:41', '2024-05-17 12:08:41', '2024-05-18 12:09:02'),
(2136, 1873, 'Gustavo', 3005, 19, NULL, 6.10, 4, 2, 'manual_bid', '2024-05-17 12:10:21', '2024-05-17 12:10:21', '2024-05-18 12:11:04'),
(2137, 1873, 'Gustavo', 5541, 10, NULL, 3.80, 4, 2, 'manual_bid', '2024-05-17 12:11:20', '2024-05-17 12:11:20', '2024-05-18 12:12:02'),
(2138, 1873, 'Gustavo', 3083, 18, NULL, 5.00, 4, 2, 'manual_bid', '2024-05-17 12:12:15', '2024-05-17 12:12:15', '2024-05-18 12:13:02'),
(2139, 1873, 'Gustavo', 3096, 18, NULL, 3.20, 3, 2, 'manual_bid', '2024-05-17 12:14:03', '2024-05-17 12:14:03', '2024-05-18 12:15:03'),
(2140, 1873, 'Gustavo', 5276, 14, NULL, 9.10, 4, 2, 'manual_bid', '2024-05-17 12:14:44', '2024-05-17 12:14:44', '2024-05-18 12:15:03'),
(2141, 1873, 'Gustavo', 5276, 14, NULL, 9.10, 4, 2, 'manual_bid', '2024-05-17 12:16:26', '2024-05-17 12:16:26', '2024-05-18 12:17:03'),
(2142, 1873, 'Gustavo', 5078, 16, NULL, 6.00, 5, 2, 'manual_bid', '2024-05-17 12:16:57', '2024-05-17 12:16:57', '2024-05-18 12:17:03'),
(2143, 1873, 'Gustavo', 777, 2, NULL, 3.90, 1, 2, 'manual_bid', '2024-05-17 12:17:57', '2024-05-17 12:17:57', '2024-05-18 12:18:02'),
(2144, 1873, 'Gustavo', 3520, 13, NULL, 6.00, 2, 2, 'manual_bid', '2024-05-17 12:19:48', '2024-05-17 12:19:48', '2024-05-18 12:20:03'),
(2145, 1873, 'Gustavo', 5641, 15, NULL, 4.50, 2, 2, 'manual_bid', '2024-05-17 12:20:24', '2024-05-17 12:20:24', '2024-05-18 12:21:03'),
(2146, 1871, 'Almeida', 1434, 5, NULL, 88.00, 1, 1, 'manual_bid', '2024-05-17 12:41:09', '2024-05-17 12:41:09', '2024-05-18 12:42:03'),
(2147, 1871, 'Almeida', 2159, 5, NULL, 77.00, 1, 1, 'manual_bid', '2024-05-17 12:42:57', '2024-05-17 12:42:57', '2024-05-18 12:43:03'),
(2148, 1871, 'Almeida', 4556, 5, NULL, 7.15, 1, 1, 'manual_bid', '2024-05-17 12:44:21', '2024-05-17 12:44:21', '2024-05-18 12:45:03'),
(2149, 1871, 'Almeida', 4556, 5, NULL, 7.15, 1, 1, 'manual_bid', '2024-05-17 12:45:50', '2024-05-17 12:45:50', '2024-05-18 12:46:02'),
(2150, 1871, 'Almeida', 925, 5, NULL, 95.70, 1, 1, 'manual_bid', '2024-05-17 12:49:36', '2024-05-17 12:49:36', '2024-05-18 12:50:03'),
(2151, 1873, 'Gustavo', 773, 2, NULL, 64.00, 3, 1, 'manual_bid', '2024-05-17 12:56:31', '2024-05-17 12:56:31', '2024-05-18 12:57:03'),
(2152, 1871, 'Almeida', 3252, 5, NULL, 34.65, 1, 1, 'manual_bid', '2024-05-17 13:03:25', '2024-05-17 13:03:25', '2024-05-18 13:04:02'),
(2153, 1871, 'Almeida', 3252, 5, NULL, 34.65, 1, 1, 'manual_bid', '2024-05-17 13:16:55', '2024-05-17 13:16:55', '2024-05-18 13:17:02'),
(2154, 1873, 'Gustavo', 773, 2, NULL, 64.90, 4, 1, 'manual_bid', '2024-05-17 13:27:45', '2024-05-17 13:27:45', '2024-05-18 13:28:02'),
(2155, 1873, 'Gustavo', 3892, 2, NULL, 108.90, 4, 1, 'manual_bid', '2024-05-17 13:28:43', '2024-05-17 13:28:43', '2024-05-18 13:29:03'),
(2156, 1873, 'Gustavo', 788, 18, NULL, 38.00, 5, 1, 'manual_bid', '2024-05-17 13:38:45', '2024-05-17 13:38:45', '2024-05-18 13:39:02'),
(2157, 1873, 'Gustavo', 1269, 19, NULL, 121.00, 5, 1, 'manual_bid', '2024-05-17 13:40:59', '2024-05-17 13:40:59', '2024-05-18 13:41:04'),
(2158, 1873, 'Gustavo', 5440, 17, NULL, 67.10, 4, 1, 'manual_bid', '2024-05-17 13:42:24', '2024-05-17 13:42:24', '2024-05-18 13:43:02'),
(2159, 1873, 'Gustavo', 3594, 12, NULL, 22.80, 10, 1, 'manual_bid', '2024-05-17 13:43:24', '2024-05-17 13:43:24', '2024-05-18 13:44:02'),
(2160, 1873, 'Gustavo', 5652, 15, NULL, 110.00, 5, 1, 'manual_bid', '2024-05-17 13:44:39', '2024-05-17 13:44:39', '2024-05-18 13:45:03'),
(2161, 1869, 'Anatoliy fast store', 2289, 2, NULL, 495.00, 1, 2, 'manual_bid', '2024-05-17 14:14:14', '2024-05-17 14:14:14', '2024-05-18 14:15:05'),
(2162, 1873, 'Gustavo', 3076, 18, NULL, 34.10, 3, 1, 'manual_bid', '2024-05-17 14:19:14', '2024-05-17 14:19:14', '2024-05-18 14:20:05'),
(2163, 1869, 'Anatoliy fast store', 2289, 2, NULL, 605.00, 1, 1, 'manual_bid', '2024-05-17 14:19:43', '2024-05-17 14:19:43', '2024-05-18 14:20:06'),
(2164, 1873, 'Gustavo', 1181, 18, NULL, 28.60, 3, 1, 'manual_bid', '2024-05-17 14:20:29', '2024-05-17 14:20:29', '2024-05-18 14:21:02'),
(2165, 1873, 'Gustavo', 417, 17, NULL, 49.50, 2, 1, 'manual_bid', '2024-05-17 14:22:09', '2024-05-17 14:22:09', '2024-05-18 14:23:02'),
(2166, 1873, 'Gustavo', 4368, 16, NULL, 55.00, 3, 1, 'manual_bid', '2024-05-17 14:23:21', '2024-05-17 14:23:21', '2024-05-18 14:24:02'),
(2167, 1873, 'Gustavo', 3820, 4, NULL, 8.80, 4, 1, 'manual_bid', '2024-05-17 14:25:31', '2024-05-17 14:25:31', '2024-05-18 14:26:02'),
(2168, 1868, 'Marcelo Ltd', 2726, 14, NULL, 31.88, 5, 1, 'manual_bid', '2024-05-17 14:26:44', '2024-05-17 14:26:44', '2024-05-18 14:27:02'),
(2169, 1871, 'Almeida', 4861, 12, NULL, 154.52, 1, 1, 'manual_bid', '2024-05-17 14:27:41', '2024-05-17 14:27:41', '2024-05-18 14:28:03'),
(2170, 1868, 'Marcelo Ltd', 4774, 12, NULL, 110.00, 1, 1, 'manual_bid', '2024-05-17 14:28:26', '2024-05-17 14:28:26', '2024-05-18 14:29:02'),
(2171, 1873, 'Gustavo', 3177, 4, NULL, 56.10, 4, 1, 'manual_bid', '2024-05-17 14:28:33', '2024-05-17 14:28:33', '2024-05-18 14:29:02'),
(2172, 1873, 'Gustavo', 3258, 5, NULL, 100.10, 4, 1, 'manual_bid', '2024-05-17 14:29:46', '2024-05-17 14:29:46', '2024-05-18 14:30:07'),
(2173, 1868, 'Marcelo Ltd', 3165, 4, NULL, 59.40, 3, 1, 'manual_bid', '2024-05-17 14:30:42', '2024-05-17 14:30:42', '2024-05-18 14:31:02'),
(2174, 1871, 'Almeida', 4097, 14, NULL, 23.18, 1, 1, 'manual_bid', '2024-05-17 14:30:47', '2024-05-17 14:30:47', '2024-05-18 14:31:02'),
(2175, 1868, 'Marcelo Ltd', 5371, 13, NULL, 80.28, 1, 1, 'manual_bid', '2024-05-17 14:32:34', '2024-05-17 14:32:34', '2024-05-18 14:33:02'),
(2176, 1869, 'Anatoliy fast store', 1997, 4, NULL, 119.00, 1, 2, 'manual_bid', '2024-05-17 14:32:50', '2024-05-17 14:32:50', '2024-05-18 14:33:02'),
(2177, 1869, 'Anatoliy fast store', 1997, 4, NULL, 357.00, 2, 1, 'manual_bid', '2024-05-17 14:33:29', '2024-05-17 14:33:29', '2024-05-18 14:34:02'),
(2178, 1868, 'Marcelo Ltd', 2154, 4, NULL, 21.53, 7, 1, 'manual_bid', '2024-05-17 14:34:08', '2024-05-17 14:34:08', '2024-05-18 14:35:03'),
(2179, 1871, 'Almeida', 1896, 12, NULL, 55.56, 1, 1, 'manual_bid', '2024-05-17 14:34:14', '2024-05-17 14:34:14', '2024-05-18 14:35:03'),
(2180, 1873, 'Gustavo', 6008, 11, NULL, 107.80, 7, 1, 'manual_bid', '2024-05-17 14:35:22', '2024-05-17 14:35:22', '2024-05-18 14:36:02'),
(2181, 1868, 'Marcelo Ltd', 2450, 2, NULL, 16.50, 1, 1, 'manual_bid', '2024-05-17 14:37:54', '2024-05-17 14:37:54', '2024-05-18 14:38:02'),
(2182, 1873, 'Gustavo', 722, 19, NULL, 37.40, 2, 1, 'manual_bid', '2024-05-17 14:39:06', '2024-05-17 14:39:06', '2024-05-18 14:40:02'),
(2183, 1873, 'Gustavo', 722, 19, NULL, 37.40, 2, 1, 'manual_bid', '2024-05-17 14:39:30', '2024-05-17 14:39:30', '2024-05-18 14:40:02'),
(2184, 1873, 'Gustavo', 145, 2, NULL, 75.90, 4, 1, 'manual_bid', '2024-05-17 14:40:37', '2024-05-17 14:40:37', '2024-05-18 14:41:02'),
(2185, 1868, 'Marcelo Ltd', 5099, 16, NULL, 29.90, 1, 1, 'manual_bid', '2024-05-17 14:40:49', '2024-05-17 14:40:49', '2024-05-18 14:41:02'),
(2186, 1871, 'Almeida', 4960, 12, NULL, 20.77, 1, 1, 'manual_bid', '2024-05-17 14:40:53', '2024-05-17 14:40:53', '2024-05-18 14:41:02'),
(2187, 1871, 'Almeida', 4846, 12, NULL, 113.44, 1, 1, 'manual_bid', '2024-05-17 14:43:44', '2024-05-17 14:43:44', '2024-05-18 14:44:05'),
(2188, 1868, 'Marcelo Ltd', 454, 16, NULL, 49.28, 4, 2, 'manual_bid', '2024-05-17 14:44:07', '2024-05-17 14:44:07', '2024-05-18 14:45:05'),
(2189, 1869, 'Anatoliy fast store', 4072, 5, NULL, 9.81, 2, 1, 'manual_bid', '2024-05-17 14:44:31', '2024-05-17 14:44:31', '2024-05-18 14:45:05'),
(2190, 1873, 'Gustavo', 5351, 14, NULL, 89.00, 3, 1, 'manual_bid', '2024-05-17 14:45:07', '2024-05-17 14:45:07', '2024-05-18 14:46:03'),
(2191, 1869, 'Anatoliy fast store', 4072, 5, NULL, 11.88, 1, 1, 'manual_bid', '2024-05-17 14:45:20', '2024-05-17 14:45:20', '2024-05-18 14:46:03'),
(2192, 1868, 'Marcelo Ltd', 4775, 12, NULL, 47.39, 1, 1, 'manual_bid', '2024-05-17 14:46:27', '2024-05-17 14:46:27', '2024-05-18 14:47:02'),
(2193, 1871, 'Almeida', 5356, 14, NULL, 49.50, 1, 1, 'manual_bid', '2024-05-17 14:52:16', '2024-05-17 14:52:16', '2024-05-18 14:53:02'),
(2194, 1870, 'Liliana', 4453, 15, NULL, 36.00, 3, 1, 'manual_bid', '2024-05-17 14:58:52', '2024-05-17 14:58:52', '2024-05-18 14:59:02'),
(2195, 1870, 'Liliana', 4795, 12, NULL, 45.10, 3, 1, 'manual_bid', '2024-05-17 15:03:13', '2024-05-17 15:03:13', '2024-05-18 15:04:03'),
(2196, 1870, 'Liliana', 3751, 14, NULL, 44.00, 3, 1, 'manual_bid', '2024-05-17 15:04:16', '2024-05-17 15:04:16', '2024-05-18 15:05:02'),
(2197, 1870, 'Liliana', 1424, 15, NULL, 21.60, 3, 1, 'manual_bid', '2024-05-17 15:05:08', '2024-05-17 15:05:08', '2024-05-18 15:06:02'),
(2198, 1870, 'Liliana', 2504, 17, NULL, 32.89, 3, 1, 'manual_bid', '2024-05-17 15:06:09', '2024-05-17 15:06:09', '2024-05-18 15:07:02'),
(2199, 1870, 'Liliana', 5982, 17, NULL, 47.00, 3, 1, 'manual_bid', '2024-05-17 15:07:14', '2024-05-17 15:07:14', '2024-05-18 15:08:03'),
(2200, 1870, 'Liliana', 420, 17, NULL, 44.40, 3, 1, 'manual_bid', '2024-05-17 15:08:25', '2024-05-17 15:08:25', '2024-05-18 15:09:02'),
(2201, 1870, 'Liliana', 424, 17, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-17 15:09:31', '2024-05-17 15:09:31', '2024-05-18 15:10:03'),
(2202, 1870, 'Liliana', 4566, 14, NULL, 71.50, 3, 1, 'manual_bid', '2024-05-17 15:10:58', '2024-05-17 15:10:58', '2024-05-18 15:11:02'),
(2203, 1870, 'Liliana', 977, 5, NULL, 66.00, 3, 1, 'manual_bid', '2024-05-17 15:11:59', '2024-05-17 15:11:59', '2024-05-18 15:12:02'),
(2204, 1870, 'Liliana', 706, 18, NULL, 72.60, 4, 1, 'manual_bid', '2024-05-17 15:13:25', '2024-05-17 15:13:25', '2024-05-18 15:14:03'),
(2205, 1870, 'Liliana', 700, 18, NULL, 45.70, 3, 1, 'manual_bid', '2024-05-17 15:14:26', '2024-05-17 15:14:26', '2024-05-18 15:15:03'),
(2206, 1870, 'Liliana', 5542, 10, NULL, 34.90, 3, 1, 'manual_bid', '2024-05-17 15:20:05', '2024-05-17 15:20:05', '2024-05-18 15:21:02'),
(2207, 1870, 'Liliana', 133, 7, NULL, 36.91, 3, 1, 'manual_bid', '2024-05-17 15:21:44', '2024-05-17 15:21:44', '2024-05-18 15:22:03'),
(2208, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-17 18:37:40', '2024-05-17 18:37:40', '2024-05-18 18:38:04'),
(2209, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-17 18:40:16', '2024-05-17 18:40:16', '2024-05-18 18:41:03'),
(2210, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-17 18:44:40', '2024-05-17 18:44:40', '2024-05-18 18:45:04'),
(2211, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 4, 1, 'manual_bid', '2024-05-17 18:46:28', '2024-05-17 18:46:28', '2024-05-18 18:47:03'),
(2212, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-05-17 18:48:15', '2024-05-17 18:48:15', '2024-05-18 18:49:02'),
(2213, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-17 18:49:53', '2024-05-17 18:49:53', '2024-05-18 18:50:03'),
(2214, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-05-17 18:52:23', '2024-05-17 18:52:23', '2024-05-18 18:53:02'),
(2215, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 22, 1, 'manual_bid', '2024-05-17 18:53:37', '2024-05-17 18:53:37', '2024-05-18 18:54:03'),
(2216, 1798, 'Feelyards', 1023, 5, NULL, 155.00, 1, 1, 'manual_bid', '2024-05-17 21:12:09', '2024-05-17 21:12:09', '2024-05-18 21:13:02'),
(2217, 1798, 'Feelyards', 4642, 5, NULL, 26.00, 2, 1, 'manual_bid', '2024-05-17 21:14:18', '2024-05-17 21:14:18', '2024-05-18 21:15:02'),
(2218, 1871, 'Almeida', 3909, 16, NULL, 220.00, 1, 1, 'manual_bid', '2024-05-18 01:49:04', '2024-05-18 01:49:04', '2024-05-19 01:50:03'),
(2219, 1871, 'Almeida', 4488, 16, NULL, 221.90, 1, 1, 'manual_bid', '2024-05-18 01:51:38', '2024-05-18 01:51:38', '2024-05-19 01:52:03'),
(2220, 1871, 'Almeida', 990, 16, NULL, 236.53, 1, 1, 'manual_bid', '2024-05-18 01:54:18', '2024-05-18 01:54:18', '2024-05-19 01:55:03'),
(2221, 1870, 'Liliana', 5180, 16, NULL, 31.90, 4, 1, 'manual_bid', '2024-05-18 01:54:47', '2024-05-18 01:54:47', '2024-05-19 01:55:03'),
(2222, 1870, 'Liliana', 548, 18, NULL, 59.40, 4, 1, 'manual_bid', '2024-05-18 01:55:39', '2024-05-18 01:55:39', '2024-05-19 01:56:03'),
(2223, 1870, 'Liliana', 3774, 7, NULL, 105.50, 4, 1, 'manual_bid', '2024-05-18 01:56:51', '2024-05-18 01:56:51', '2024-05-19 01:57:03'),
(2224, 1871, 'Almeida', 4490, 16, NULL, 127.68, 1, 1, 'manual_bid', '2024-05-18 01:56:52', '2024-05-18 01:56:52', '2024-05-19 01:57:03'),
(2225, 1870, 'Liliana', 3010, 19, NULL, 34.10, 4, 1, 'manual_bid', '2024-05-18 01:57:38', '2024-05-18 01:57:38', '2024-05-19 01:58:03'),
(2226, 1870, 'Liliana', 1232, 19, NULL, 27.50, 3, 1, 'manual_bid', '2024-05-18 01:58:22', '2024-05-18 01:58:22', '2024-05-19 01:59:03'),
(2227, 1870, 'Liliana', 3474, 14, NULL, 99.00, 5, 1, 'manual_bid', '2024-05-18 01:59:05', '2024-05-18 01:59:05', '2024-05-19 02:00:04'),
(2228, 1870, 'Liliana', 4278, 18, NULL, 29.70, 4, 1, 'manual_bid', '2024-05-18 01:59:52', '2024-05-18 01:59:52', '2024-05-19 02:00:04'),
(2229, 1871, 'Almeida', 3236, 5, NULL, 48.26, 1, 1, 'manual_bid', '2024-05-18 02:00:48', '2024-05-18 02:00:48', '2024-05-19 02:01:03'),
(2230, 1870, 'Liliana', 2730, 16, NULL, 20.90, 4, 1, 'manual_bid', '2024-05-18 02:01:46', '2024-05-18 02:01:46', '2024-05-19 02:02:02'),
(2231, 1868, 'Marcelo Ltd', 4088, 14, NULL, 20.90, 4, 1, 'manual_bid', '2024-05-18 02:02:34', '2024-05-18 02:02:34', '2024-05-19 02:03:04'),
(2232, 1870, 'Liliana', 6153, 11, NULL, 36.30, 4, 1, 'manual_bid', '2024-05-18 02:02:41', '2024-05-18 02:02:41', '2024-05-19 02:03:04'),
(2233, 1871, 'Almeida', 4743, 12, NULL, 21.92, 1, 1, 'manual_bid', '2024-05-18 02:03:06', '2024-05-18 02:03:07', '2024-05-19 02:04:02'),
(2234, 1870, 'Liliana', 2354, 19, NULL, 33.80, 3, 1, 'manual_bid', '2024-05-18 02:03:28', '2024-05-18 02:03:28', '2024-05-19 02:04:03'),
(2235, 1870, 'Liliana', 2548, 19, NULL, 22.00, 4, 1, 'manual_bid', '2024-05-18 02:04:13', '2024-05-18 02:04:13', '2024-05-19 02:05:02'),
(2236, 1870, 'Liliana', 2558, 10, NULL, 47.30, 4, 1, 'manual_bid', '2024-05-18 02:04:58', '2024-05-18 02:04:58', '2024-05-19 02:05:03'),
(2237, 1870, 'Liliana', 2727, 15, NULL, 14.30, 4, 1, 'manual_bid', '2024-05-18 02:05:42', '2024-05-18 02:05:42', '2024-05-19 02:06:03'),
(2238, 1868, 'Marcelo Ltd', 4743, 12, NULL, 21.92, 1, 1, 'manual_bid', '2024-05-18 02:06:06', '2024-05-18 02:06:06', '2024-05-19 02:07:01'),
(2239, 1871, 'Almeida', 6041, 11, NULL, 108.62, 1, 1, 'manual_bid', '2024-05-18 02:06:11', '2024-05-18 02:06:11', '2024-05-19 02:07:01'),
(2240, 1870, 'Liliana', 6142, 11, NULL, 6.71, 3, 2, 'manual_bid', '2024-05-18 02:06:32', '2024-05-18 02:06:32', '2024-05-19 02:07:02'),
(2241, 1870, 'Liliana', 1464, 14, NULL, 39.10, 4, 1, 'manual_bid', '2024-05-18 02:07:19', '2024-05-18 02:07:19', '2024-05-19 02:08:02'),
(2242, 1870, 'Liliana', 2651, 17, NULL, 17.60, 4, 1, 'manual_bid', '2024-05-18 02:08:27', '2024-05-18 02:08:27', '2024-05-19 02:09:02'),
(2243, 1868, 'Marcelo Ltd', 3850, 16, NULL, 19.79, 1, 1, 'manual_bid', '2024-05-18 02:08:43', '2024-05-18 02:08:43', '2024-05-19 02:09:02'),
(2244, 1871, 'Almeida', 4964, 12, NULL, 22.99, 1, 1, 'manual_bid', '2024-05-18 02:09:19', '2024-05-18 02:09:19', '2024-05-19 02:10:03'),
(2245, 1870, 'Liliana', 504, 17, NULL, 17.16, 4, 1, 'manual_bid', '2024-05-18 02:09:50', '2024-05-18 02:09:50', '2024-05-19 02:10:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(2246, 1868, 'Marcelo Ltd', 4779, 12, NULL, 43.99, 1, 1, 'manual_bid', '2024-05-18 02:10:52', '2024-05-18 02:10:52', '2024-05-19 02:11:03'),
(2247, 1871, 'Almeida', 3664, 10, NULL, 14.49, 1, 1, 'manual_bid', '2024-05-18 02:11:19', '2024-05-18 02:11:19', '2024-05-19 02:12:03'),
(2248, 1868, 'Marcelo Ltd', 3345, 7, NULL, 16.50, 1, 1, 'manual_bid', '2024-05-18 02:12:26', '2024-05-18 02:12:26', '2024-05-19 02:13:03'),
(2249, 1871, 'Almeida', 5912, 13, NULL, 21.10, 1, 1, 'manual_bid', '2024-05-18 02:14:33', '2024-05-18 02:14:33', '2024-05-19 02:15:02'),
(2250, 1871, 'Almeida', 5210, 13, NULL, 38.49, 1, 1, 'manual_bid', '2024-05-18 02:15:53', '2024-05-18 02:15:53', '2024-05-19 02:16:02'),
(2251, 1870, 'Liliana', 1404, 10, NULL, 32.19, 4, 1, 'manual_bid', '2024-05-18 02:16:49', '2024-05-18 02:16:49', '2024-05-19 02:17:02'),
(2252, 1868, 'Marcelo Ltd', 3812, 4, NULL, 31.85, 1, 1, 'manual_bid', '2024-05-18 02:16:56', '2024-05-18 02:16:56', '2024-05-19 02:17:02'),
(2253, 1871, 'Almeida', 5891, 13, NULL, 16.49, 1, 1, 'manual_bid', '2024-05-18 02:21:21', '2024-05-18 02:21:21', '2024-05-19 02:22:05'),
(2254, 1871, 'Almeida', 848, 13, NULL, 88.00, 1, 1, 'manual_bid', '2024-05-18 02:23:38', '2024-05-18 02:23:38', '2024-05-19 02:24:02'),
(2255, 1871, 'Almeida', 3640, 13, NULL, 21.10, 1, 1, 'manual_bid', '2024-05-18 02:25:18', '2024-05-18 02:25:18', '2024-05-19 02:26:02'),
(2256, 1871, 'Almeida', 5917, 13, NULL, 33.82, 1, 1, 'manual_bid', '2024-05-18 02:28:59', '2024-05-18 02:28:59', '2024-05-19 02:29:02'),
(2257, 1871, 'Almeida', 3520, 13, NULL, 65.10, 1, 1, 'manual_bid', '2024-05-18 02:30:14', '2024-05-18 02:30:14', '2024-05-19 02:31:02'),
(2258, 1871, 'Almeida', 5270, 13, NULL, 9.24, 1, 1, 'manual_bid', '2024-05-18 02:31:13', '2024-05-18 02:31:13', '2024-05-19 02:32:02'),
(2259, 1871, 'Almeida', 4988, 13, NULL, 83.59, 1, 1, 'manual_bid', '2024-05-18 02:33:37', '2024-05-18 02:33:37', '2024-05-19 02:34:03'),
(2260, 1871, 'Almeida', 4915, 13, NULL, 77.19, 1, 1, 'manual_bid', '2024-05-18 02:35:15', '2024-05-18 02:35:15', '2024-05-19 02:36:02'),
(2261, 1871, 'Almeida', 3629, 13, NULL, 21.10, 1, 1, 'manual_bid', '2024-05-18 02:36:44', '2024-05-18 02:36:44', '2024-05-19 02:37:04'),
(2262, 1871, 'Almeida', 2095, 13, NULL, 21.10, 1, 1, 'manual_bid', '2024-05-18 02:38:05', '2024-05-18 02:38:05', '2024-05-19 02:39:03'),
(2263, 1871, 'Almeida', 2944, 13, NULL, 19.14, 1, 1, 'manual_bid', '2024-05-18 02:39:09', '2024-05-18 02:39:09', '2024-05-19 02:40:04'),
(2264, 1871, 'Almeida', 5769, 13, NULL, 64.98, 1, 1, 'manual_bid', '2024-05-18 02:40:33', '2024-05-18 02:40:33', '2024-05-19 02:41:03'),
(2265, 1871, 'Almeida', 2860, 13, NULL, 60.03, 1, 1, 'manual_bid', '2024-05-18 02:43:08', '2024-05-18 02:43:08', '2024-05-19 02:44:03'),
(2266, 1871, 'Almeida', 4061, 13, NULL, 20.98, 1, 1, 'manual_bid', '2024-05-18 02:45:07', '2024-05-18 02:45:07', '2024-05-19 02:46:02'),
(2267, 1871, 'Almeida', 3516, 13, NULL, 54.10, 1, 1, 'manual_bid', '2024-05-18 02:46:29', '2024-05-18 02:46:29', '2024-05-19 02:47:03'),
(2268, 1871, 'Almeida', 4807, 12, NULL, 29.69, 1, 1, 'manual_bid', '2024-05-18 02:48:43', '2024-05-18 02:48:43', '2024-05-19 02:49:02'),
(2269, 1871, 'Almeida', 5437, 12, NULL, 17.60, 1, 1, 'manual_bid', '2024-05-18 02:49:58', '2024-05-18 02:49:58', '2024-05-19 02:50:03'),
(2270, 1871, 'Almeida', 1920, 12, NULL, 42.32, 1, 1, 'manual_bid', '2024-05-18 02:51:21', '2024-05-18 02:51:21', '2024-05-19 02:52:25'),
(2271, 1871, 'Almeida', 2208, 12, NULL, 62.14, 1, 1, 'manual_bid', '2024-05-18 02:53:03', '2024-05-18 02:53:03', '2024-05-19 02:53:30'),
(2272, 1871, 'Almeida', 4716, 12, NULL, 64.79, 1, 1, 'manual_bid', '2024-05-18 02:54:33', '2024-05-18 02:54:33', '2024-05-19 02:55:19'),
(2273, 1871, 'Almeida', 1830, 12, NULL, 41.80, 1, 1, 'manual_bid', '2024-05-18 02:55:49', '2024-05-18 02:55:49', '2024-05-19 02:56:12'),
(2274, 1870, 'Liliana', 2707, 16, NULL, 25.30, 3, 1, 'manual_bid', '2024-05-18 03:00:32', '2024-05-18 03:00:32', '2024-05-19 03:01:36'),
(2275, 1870, 'Liliana', 507, 7, NULL, 39.82, 4, 1, 'manual_bid', '2024-05-18 03:01:27', '2024-05-18 03:01:27', '2024-05-19 03:01:36'),
(2276, 1870, 'Liliana', 5979, 17, NULL, 29.70, 5, 1, 'manual_bid', '2024-05-18 03:02:12', '2024-05-18 03:02:12', '2024-05-19 03:02:17'),
(2277, 1870, 'Liliana', 2474, 17, NULL, 40.70, 4, 1, 'manual_bid', '2024-05-18 03:02:52', '2024-05-18 03:02:52', '2024-05-19 03:03:08'),
(2278, 1870, 'Liliana', 2576, 17, NULL, 21.90, 3, 1, 'manual_bid', '2024-05-18 03:04:00', '2024-05-18 03:04:00', '2024-05-19 03:04:02'),
(2279, 1870, 'Liliana', 4260, 14, NULL, 41.80, 3, 1, 'manual_bid', '2024-05-18 03:04:35', '2024-05-18 03:04:35', '2024-05-19 03:05:03'),
(2280, 1870, 'Liliana', 579, 16, NULL, 81.40, 3, 1, 'manual_bid', '2024-05-18 03:05:14', '2024-05-18 03:05:14', '2024-05-19 03:06:04'),
(2281, 1870, 'Liliana', 4792, 12, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-18 03:05:53', '2024-05-18 03:05:53', '2024-05-19 03:06:05'),
(2282, 1870, 'Liliana', 3806, 15, NULL, 16.50, 4, 1, 'manual_bid', '2024-05-18 03:06:39', '2024-05-18 03:06:39', '2024-05-19 03:07:02'),
(2283, 1870, 'Liliana', 1535, 14, NULL, 50.40, 4, 1, 'manual_bid', '2024-05-18 03:07:18', '2024-05-18 03:07:18', '2024-05-19 03:08:03'),
(2284, 1870, 'Liliana', 2701, 15, NULL, 22.00, 6, 1, 'manual_bid', '2024-05-18 03:07:54', '2024-05-18 03:07:54', '2024-05-19 03:08:03'),
(2285, 1870, 'Liliana', 153, 18, NULL, 22.00, 4, 1, 'manual_bid', '2024-05-18 03:08:36', '2024-05-18 03:08:36', '2024-05-19 03:09:03'),
(2286, 1870, 'Liliana', 2360, 19, NULL, 55.60, 4, 1, 'manual_bid', '2024-05-18 03:09:13', '2024-05-18 03:09:13', '2024-05-19 03:10:04'),
(2287, 1866, 'Tetyana store', 3813, 15, 16, 22.87, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2288, 1866, 'Tetyana store', 4547, 16, 16, 1046.21, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2289, 1866, 'Tetyana store', 5783, 15, 16, 26.22, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2290, 1866, 'Tetyana store', 2865, 14, 16, 58.29, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2291, 1866, 'Tetyana store', 468, 16, 16, 140.75, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2292, 1866, 'Tetyana store', 3343, 7, 16, 20.40, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2293, 1866, 'Tetyana store', 5679, 15, 16, 236.37, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2294, 1866, 'Tetyana store', 5318, 14, 16, 226.55, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2295, 1866, 'Tetyana store', 4328, 18, 16, 807.99, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2296, 1866, 'Tetyana store', 3527, 12, 16, 3.10, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2297, 1866, 'Tetyana store', 3101, 2, 16, 362.96, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2298, 1866, 'Tetyana store', 5489, 7, 16, 2.02, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2299, 1866, 'Tetyana store', 6059, 15, 16, 21.19, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2300, 1866, 'Tetyana store', 186, 16, 16, 169.95, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2301, 1866, 'Tetyana store', 5123, 16, 16, 376.38, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2302, 1866, 'Tetyana store', 4024, 17, 16, 17.84, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2303, 1866, 'Tetyana store', 2924, 14, 16, 30.83, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2304, 1866, 'Tetyana store', 3120, 4, 16, 1225.70, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2305, 1866, 'Tetyana store', 4999, 14, 16, 19.55, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2306, 1866, 'Tetyana store', 3778, 19, 16, 119.77, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2307, 1866, 'Tetyana store', 2409, 19, 16, 956.12, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2308, 1866, 'Tetyana store', 3165, 4, 16, 56.16, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2309, 1866, 'Tetyana store', 5816, 15, 16, 15.89, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2310, 1866, 'Tetyana store', 4387, 14, 16, 4.89, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2311, 1866, 'Tetyana store', 5684, 10, 16, 311.91, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2312, 1866, 'Tetyana store', 6167, 11, 16, 11.20, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2313, 1866, 'Tetyana store', 4989, 14, 16, 8.47, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:04'),
(2314, 1866, 'Tetyana store', 614, 19, 16, 113.40, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2315, 1866, 'Tetyana store', 4310, 15, 16, 13.70, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2316, 1866, 'Tetyana store', 4599, 5, 16, 31.79, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2317, 1866, 'Tetyana store', 5092, 16, 16, 25.45, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2318, 1866, 'Tetyana store', 5347, 16, 16, 6.35, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2319, 1866, 'Tetyana store', 3307, 16, 16, 1362.49, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2320, 1866, 'Tetyana store', 3021, 14, 16, 325.38, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2321, 1866, 'Tetyana store', 5039, 16, 16, 647.87, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2322, 1866, 'Tetyana store', 5761, 13, 16, 2.04, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2323, 1866, 'Tetyana store', 3488, 10, 16, 243.80, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2324, 1866, 'Tetyana store', 1883, 19, 16, 406.98, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2325, 1866, 'Tetyana store', 4610, 16, 16, 13.08, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2326, 1866, 'Tetyana store', 1556, 14, 16, 105.97, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2327, 1866, 'Tetyana store', 1588, 4, 16, 3.15, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2328, 1866, 'Tetyana store', 4003, 12, 16, 193.79, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2329, 1866, 'Tetyana store', 3830, 4, 16, 89.89, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2330, 1866, 'Tetyana store', 3519, 10, 16, 44.00, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2331, 1866, 'Tetyana store', 6170, 11, 16, 20.79, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2332, 1866, 'Tetyana store', 3094, 18, 16, 36.71, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2333, 1866, 'Tetyana store', 3225, 5, 16, 1.16, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2334, 1866, 'Tetyana store', 873, 7, 16, 2.55, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2335, 1866, 'Tetyana store', 5873, 13, 16, 8.15, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2336, 1866, 'Tetyana store', 716, 19, 16, 1.01, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2337, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2338, 1866, 'Tetyana store', 1811, 5, 16, 0.21, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2339, 1866, 'Tetyana store', 1894, 19, 16, 0.20, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2340, 1866, 'Tetyana store', 949, 5, 16, 0.32, 1, 1, 'ai_bid', '2024-05-18 03:49:05', '2024-05-18 03:49:05', '2024-05-19 03:50:05'),
(2341, 1871, 'Almeida', 5420, 17, 7, 19.15, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:03'),
(2342, 1871, 'Almeida', 2244, 18, 7, 63.65, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:04'),
(2343, 1871, 'Almeida', 4011, 18, 7, 68.41, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:04'),
(2344, 1871, 'Almeida', 4462, 15, 7, 20.58, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:04'),
(2345, 1871, 'Almeida', 4855, 17, 7, 349.17, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:04'),
(2346, 1871, 'Almeida', 4808, 17, 7, 7.45, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:04'),
(2347, 1871, 'Almeida', 3223, 5, 7, 102.71, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:04'),
(2348, 1871, 'Almeida', 3376, 7, 7, 8.06, 1, 1, 'ai_bid', '2024-05-18 05:08:04', '2024-05-18 05:08:04', '2024-05-19 05:09:04'),
(2349, 1871, 'Almeida', 1059, 19, 7, 19.95, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2350, 1871, 'Almeida', 5645, 15, 7, 41.40, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2351, 1871, 'Almeida', 1014, 16, 7, 110.09, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2352, 1871, 'Almeida', 263, 18, 7, 6.41, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2353, 1871, 'Almeida', 4047, 13, 7, 48.29, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2354, 1871, 'Almeida', 5569, 10, 7, 66.54, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2355, 1871, 'Almeida', 1771, 17, 7, 61.84, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2356, 1871, 'Almeida', 4279, 5, 7, 162.21, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2357, 1871, 'Almeida', 4576, 14, 7, 9.25, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2358, 1871, 'Almeida', 4193, 14, 7, 1854.99, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2359, 1871, 'Almeida', 1500, 19, 7, 11.54, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2360, 1871, 'Almeida', 986, 5, 7, 24.38, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2361, 1871, 'Almeida', 1367, 5, 7, 3060.00, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2362, 1871, 'Almeida', 2974, 14, 7, 864.56, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2363, 1871, 'Almeida', 5179, 16, 7, 83.99, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2364, 1871, 'Almeida', 3990, 12, 7, 30.59, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2365, 1871, 'Almeida', 3029, 14, 7, 248.56, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2366, 1871, 'Almeida', 2567, 14, 7, 407.99, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2367, 1871, 'Almeida', 529, 17, 7, 37.43, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2368, 1871, 'Almeida', 6098, 15, 7, 19.99, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2369, 1871, 'Almeida', 2327, 18, 7, 455.80, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2370, 1871, 'Almeida', 5167, 16, 7, 181.79, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2371, 1871, 'Almeida', 4843, 17, 7, 157.49, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2372, 1871, 'Almeida', 2935, 14, 7, 26.47, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2373, 1871, 'Almeida', 1813, 19, 7, 3.09, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2374, 1871, 'Almeida', 5635, 10, 7, 5.14, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2375, 1871, 'Almeida', 248, 5, 7, 1007.00, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2376, 1871, 'Almeida', 5091, 14, 7, 5.14, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:04'),
(2377, 1871, 'Almeida', 5252, 16, 7, 10.59, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:05'),
(2378, 1871, 'Almeida', 5492, 17, 7, 187.43, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:05'),
(2379, 1871, 'Almeida', 4305, 15, 7, 4.12, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:05'),
(2380, 1871, 'Almeida', 192, 4, 7, 125.29, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:05'),
(2381, 1871, 'Almeida', 5380, 14, 7, 30.51, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:05'),
(2382, 1871, 'Almeida', 4419, 16, 7, 31.61, 1, 1, 'ai_bid', '2024-05-18 05:08:05', '2024-05-18 05:08:05', '2024-05-19 05:09:05'),
(2383, 1871, 'Almeida', 4959, 13, 7, 265.20, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2384, 1871, 'Almeida', 5323, 16, 7, 28.50, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2385, 1871, 'Almeida', 4483, 16, 7, 3.03, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2386, 1871, 'Almeida', 1795, 17, 7, 20.40, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2387, 1871, 'Almeida', 5617, 10, 7, 6.03, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2388, 1871, 'Almeida', 3084, 2, 7, 8.91, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2389, 1871, 'Almeida', 2100, 5, 7, 6.51, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2390, 1871, 'Almeida', 4331, 15, 7, 20.14, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2391, 1871, 'Almeida', 626, 14, 7, 3.15, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2392, 1871, 'Almeida', 2023, 19, 7, 1.04, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2393, 1871, 'Almeida', 803, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2394, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-18 05:08:06', '2024-05-18 05:08:06', '2024-05-19 05:09:05'),
(2395, 1870, 'Liliana', 537, 15, 8, 943.99, 1, 1, 'ai_bid', '2024-05-18 05:17:03', '2024-05-18 05:17:03', '2024-05-19 05:17:04'),
(2396, 1870, 'Liliana', 657, 19, 8, 39.78, 1, 1, 'ai_bid', '2024-05-18 05:17:03', '2024-05-18 05:17:03', '2024-05-19 05:17:04'),
(2397, 1870, 'Liliana', 4780, 14, 8, 1907.99, 1, 1, 'ai_bid', '2024-05-18 05:17:03', '2024-05-18 05:17:03', '2024-05-19 05:17:04'),
(2398, 1870, 'Liliana', 2367, 19, 8, 3.12, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2399, 1870, 'Liliana', 4043, 18, 8, 14.42, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2400, 1870, 'Liliana', 5321, 13, 8, 278.75, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2401, 1870, 'Liliana', 6114, 11, 8, 4.86, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2402, 1870, 'Liliana', 5898, 13, 8, 36.12, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2403, 1870, 'Liliana', 1665, 19, 8, 11.33, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2404, 1870, 'Liliana', 1232, 19, 8, 26.00, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2405, 1870, 'Liliana', 4912, 13, 8, 653.77, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2406, 1870, 'Liliana', 3188, 5, 8, 12.94, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2407, 1870, 'Liliana', 349, 15, 8, 25.19, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2408, 1870, 'Liliana', 31, 2, 8, 10.20, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2409, 1870, 'Liliana', 14, 2, 8, 524.16, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2410, 1870, 'Liliana', 4344, 18, 8, 268.06, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2411, 1870, 'Liliana', 64, 2, 8, 8.40, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2412, 1870, 'Liliana', 197, 7, 8, 33.89, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2413, 1870, 'Liliana', 765, 19, 8, 1.33, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2414, 1870, 'Liliana', 6091, 15, 8, 8.39, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2415, 1870, 'Liliana', 1496, 15, 8, 15.90, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2416, 1870, 'Liliana', 3770, 7, 8, 12.98, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2417, 1870, 'Liliana', 4676, 12, 8, 51.64, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2418, 1870, 'Liliana', 3087, 18, 8, 44.87, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2419, 1870, 'Liliana', 798, 18, 8, 16.16, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2420, 1870, 'Liliana', 4786, 17, 8, 18.00, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2421, 1870, 'Liliana', 2095, 13, 8, 20.79, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2422, 1870, 'Liliana', 5749, 15, 8, 6.58, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2423, 1870, 'Liliana', 3150, 4, 8, 3.12, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2424, 1870, 'Liliana', 2346, 1, 8, 163.03, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2425, 1870, 'Liliana', 4578, 16, 8, 988.00, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2426, 1870, 'Liliana', 2657, 19, 8, 21.19, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2427, 1870, 'Liliana', 3471, 14, 8, 86.51, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2428, 1870, 'Liliana', 6160, 11, 8, 9.53, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2429, 1870, 'Liliana', 4166, 5, 8, 384.80, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2430, 1870, 'Liliana', 3625, 12, 8, 58.04, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2431, 1870, 'Liliana', 6012, 17, 8, 33.56, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2432, 1870, 'Liliana', 6105, 11, 8, 10.29, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2433, 1870, 'Liliana', 3309, 5, 8, 3.22, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2434, 1870, 'Liliana', 764, 19, 8, 28.18, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2435, 1870, 'Liliana', 5035, 13, 8, 40.80, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2436, 1870, 'Liliana', 2126, 7, 8, 21.51, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2437, 1870, 'Liliana', 5767, 15, 8, 208.00, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2438, 1870, 'Liliana', 4220, 5, 8, 4.50, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2439, 1870, 'Liliana', 5480, 16, 8, 38.15, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2440, 1870, 'Liliana', 623, 7, 8, 8.32, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2441, 1870, 'Liliana', 3926, 5, 8, 21.20, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2442, 1870, 'Liliana', 2447, 19, 8, 185.49, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2443, 1870, 'Liliana', 25, 2, 8, 8.24, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2444, 1870, 'Liliana', 4396, 14, 8, 102.87, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2445, 1870, 'Liliana', 4024, 17, 8, 18.01, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:04'),
(2446, 1870, 'Liliana', 1657, 18, 8, 2014.95, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2447, 1870, 'Liliana', 926, 18, 8, 171.62, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2448, 1870, 'Liliana', 5685, 10, 8, 36.33, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2449, 1870, 'Liliana', 5259, 16, 8, 30.89, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2450, 1870, 'Liliana', 5951, 17, 8, 5.32, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2451, 1870, 'Liliana', 5896, 11, 8, 377.40, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2452, 1870, 'Liliana', 4194, 18, 8, 54.97, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2453, 1870, 'Liliana', 5549, 10, 8, 8.38, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2454, 1870, 'Liliana', 3384, 10, 8, 9.28, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2455, 1870, 'Liliana', 3225, 5, 8, 1.14, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2456, 1870, 'Liliana', 1484, 10, 8, 9.82, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2457, 1870, 'Liliana', 130, 2, 8, 38.67, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2458, 1870, 'Liliana', 2066, 4, 8, 21.83, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2459, 1870, 'Liliana', 1743, 5, 8, 51.46, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2460, 1870, 'Liliana', 5252, 16, 8, 10.39, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2461, 1870, 'Liliana', 5433, 12, 8, 7.97, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2462, 1870, 'Liliana', 4071, 18, 8, 31.61, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2463, 1870, 'Liliana', 5098, 16, 8, 25.99, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2464, 1870, 'Liliana', 3390, 10, 8, 20.98, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2465, 1870, 'Liliana', 3501, 11, 8, 9.27, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2466, 1870, 'Liliana', 3130, 18, 8, 18.19, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2467, 1870, 'Liliana', 734, 19, 8, 0.23, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2468, 1870, 'Liliana', 24, 2, 8, 1.04, 1, 1, 'ai_bid', '2024-05-18 05:17:04', '2024-05-18 05:17:04', '2024-05-19 05:17:05'),
(2469, 1873, 'Gustavo', 1195, 18, 9, 13.25, 1, 1, 'ai_bid', '2024-05-18 05:32:05', '2024-05-18 05:32:05', '2024-05-19 05:33:03'),
(2470, 1873, 'Gustavo', 6054, 15, 9, 19.07, 1, 1, 'ai_bid', '2024-05-18 05:32:05', '2024-05-18 05:32:05', '2024-05-19 05:33:05'),
(2471, 1873, 'Gustavo', 1022, 5, 9, 28.56, 1, 1, 'ai_bid', '2024-05-18 05:32:05', '2024-05-18 05:32:05', '2024-05-19 05:33:05'),
(2472, 1873, 'Gustavo', 3286, 15, 9, 50.96, 1, 1, 'ai_bid', '2024-05-18 05:32:05', '2024-05-18 05:32:05', '2024-05-19 05:33:05'),
(2473, 1873, 'Gustavo', 1527, 14, 9, 2.04, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2474, 1873, 'Gustavo', 2588, 19, 9, 31.61, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2475, 1873, 'Gustavo', 4724, 12, 9, 48.08, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2476, 1873, 'Gustavo', 5320, 14, 9, 207.99, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2477, 1873, 'Gustavo', 1994, 18, 9, 102.32, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2478, 1873, 'Gustavo', 3014, 14, 9, 214.12, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2479, 1873, 'Gustavo', 1009, 5, 9, 9.09, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2480, 1873, 'Gustavo', 1021, 5, 9, 3.15, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2481, 1873, 'Gustavo', 6135, 11, 9, 18.54, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2482, 1873, 'Gustavo', 18, 2, 9, 10.30, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2483, 1873, 'Gustavo', 4994, 14, 9, 20.79, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2484, 1873, 'Gustavo', 4911, 12, 9, 30.02, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2485, 1873, 'Gustavo', 4712, 12, 9, 52.78, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2486, 1873, 'Gustavo', 5982, 17, 9, 43.12, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2487, 1873, 'Gustavo', 200, 7, 9, 7.96, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2488, 1873, 'Gustavo', 714, 4, 9, 24.72, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2489, 1873, 'Gustavo', 3735, 13, 9, 11.89, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2490, 1873, 'Gustavo', 4347, 14, 9, 506.00, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2491, 1873, 'Gustavo', 2327, 18, 9, 473.85, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2492, 1873, 'Gustavo', 4940, 14, 9, 19.95, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2493, 1873, 'Gustavo', 1020, 5, 9, 6.51, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2494, 1873, 'Gustavo', 1567, 19, 9, 43.85, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2495, 1873, 'Gustavo', 3572, 17, 9, 33.04, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2496, 1873, 'Gustavo', 4165, 18, 9, 20.79, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2497, 1873, 'Gustavo', 954, 5, 9, 20.60, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2498, 1873, 'Gustavo', 5226, 13, 9, 8.47, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2499, 1873, 'Gustavo', 49, 2, 9, 318.00, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2500, 1873, 'Gustavo', 1813, 19, 9, 3.12, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2501, 1873, 'Gustavo', 1350, 14, 9, 5.91, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2502, 1873, 'Gustavo', 2351, 5, 9, 52.00, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2503, 1873, 'Gustavo', 5694, 15, 9, 296.80, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2504, 1873, 'Gustavo', 4021, 17, 9, 40.39, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2505, 1873, 'Gustavo', 1997, 4, 9, 240.38, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2506, 1873, 'Gustavo', 3403, 10, 9, 5.09, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:05'),
(2507, 1873, 'Gustavo', 63, 2, 9, 7.14, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2508, 1873, 'Gustavo', 1416, 19, 9, 165.36, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2509, 1873, 'Gustavo', 3666, 13, 9, 8.05, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2510, 1873, 'Gustavo', 1723, 18, 9, 31.15, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2511, 1873, 'Gustavo', 5708, 15, 9, 206.00, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2512, 1873, 'Gustavo', 4005, 18, 9, 530.88, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2513, 1873, 'Gustavo', 3925, 16, 9, 154.01, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2514, 1873, 'Gustavo', 4362, 18, 9, 4017.00, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2515, 1873, 'Gustavo', 3936, 16, 9, 346.49, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2516, 1873, 'Gustavo', 5912, 13, 9, 20.39, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2517, 1873, 'Gustavo', 2902, 17, 9, 2615.90, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2518, 1873, 'Gustavo', 1841, 1, 9, 102.18, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2519, 1873, 'Gustavo', 2371, 17, 9, 84.26, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2520, 1873, 'Gustavo', 576, 17, 9, 39.78, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2521, 1873, 'Gustavo', 3020, 14, 9, 23.45, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2522, 1873, 'Gustavo', 858, 19, 9, 15.09, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2523, 1873, 'Gustavo', 1737, 10, 9, 81.59, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2524, 1873, 'Gustavo', 4135, 5, 9, 26.19, 1, 1, 'ai_bid', '2024-05-18 05:32:06', '2024-05-18 05:32:06', '2024-05-19 05:33:06'),
(2525, 1873, 'Gustavo', 581, 18, 9, 106.00, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2526, 1873, 'Gustavo', 2410, 19, 9, 2058.00, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2527, 1873, 'Gustavo', 3085, 2, 9, 75.12, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2528, 1873, 'Gustavo', 4572, 5, 9, 15.82, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2529, 1873, 'Gustavo', 3660, 18, 9, 7.34, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2530, 1873, 'Gustavo', 2521, 10, 9, 401.99, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2531, 1873, 'Gustavo', 807, 18, 9, 35.35, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2532, 1873, 'Gustavo', 2804, 14, 9, 31.79, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2533, 1873, 'Gustavo', 5428, 12, 9, 5.09, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2534, 1873, 'Gustavo', 3285, 5, 9, 9.54, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2535, 1873, 'Gustavo', 731, 19, 9, 112.51, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2536, 1873, 'Gustavo', 4927, 13, 9, 131.25, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2537, 1873, 'Gustavo', 3832, 16, 9, 6.00, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2538, 1873, 'Gustavo', 5034, 11, 9, 9.53, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2539, 1873, 'Gustavo', 3674, 14, 9, 9.53, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2540, 1873, 'Gustavo', 5229, 13, 9, 4.40, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2541, 1873, 'Gustavo', 5292, 16, 9, 21.19, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2542, 1873, 'Gustavo', 563, 17, 9, 4.08, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2543, 1873, 'Gustavo', 1827, 19, 9, 0.13, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2544, 1873, 'Gustavo', 734, 19, 9, 0.23, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2545, 1873, 'Gustavo', 1811, 5, 9, 0.21, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2546, 1873, 'Gustavo', 1844, 19, 9, 0.32, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2547, 1873, 'Gustavo', 1894, 19, 9, 0.20, 1, 1, 'ai_bid', '2024-05-18 05:32:07', '2024-05-18 05:32:07', '2024-05-19 05:33:06'),
(2548, 1866, 'Tetyana store', 5901, 13, 6, 42.32, 1, 1, 'ai_bid', '2024-05-18 05:39:03', '2024-05-18 05:39:03', '2024-05-19 05:39:03'),
(2549, 1866, 'Tetyana store', 674, 10, 6, 8.24, 1, 1, 'ai_bid', '2024-05-18 05:39:03', '2024-05-18 05:39:03', '2024-05-19 05:39:04'),
(2550, 1866, 'Tetyana store', 734, 19, 6, 0.23, 1, 1, 'ai_bid', '2024-05-18 05:39:03', '2024-05-18 05:39:03', '2024-05-19 05:39:04'),
(2551, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-05-18 05:39:03', '2024-05-18 05:39:03', '2024-05-19 05:39:04'),
(2552, 1866, 'Tetyana store', 3766, 15, 11, 16.23, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2553, 1866, 'Tetyana store', 6084, 15, 11, 11.33, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2554, 1866, 'Tetyana store', 4171, 18, 11, 25.74, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2555, 1866, 'Tetyana store', 2248, 19, 11, 3084.85, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2556, 1866, 'Tetyana store', 1112, 19, 11, 82.86, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2557, 1866, 'Tetyana store', 4781, 14, 11, 1823.05, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2558, 1866, 'Tetyana store', 5262, 14, 11, 155.41, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2559, 1866, 'Tetyana store', 5787, 17, 11, 3.32, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2560, 1866, 'Tetyana store', 3713, 14, 11, 18.61, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2561, 1866, 'Tetyana store', 5607, 16, 11, 10.29, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2562, 1866, 'Tetyana store', 6106, 11, 11, 10.81, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2563, 1866, 'Tetyana store', 2803, 14, 11, 816.00, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2564, 1866, 'Tetyana store', 3959, 5, 11, 52.00, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2565, 1866, 'Tetyana store', 1478, 17, 11, 402.90, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2566, 1866, 'Tetyana store', 1245, 19, 11, 10.55, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2567, 1866, 'Tetyana store', 481, 1, 11, 17.64, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2568, 1866, 'Tetyana store', 2827, 14, 11, 3638.96, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2569, 1866, 'Tetyana store', 2244, 18, 11, 63.04, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2570, 1866, 'Tetyana store', 4936, 14, 11, 19.18, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2571, 1866, 'Tetyana store', 3088, 2, 11, 24.58, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2572, 1866, 'Tetyana store', 3868, 16, 11, 108.05, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2573, 1866, 'Tetyana store', 3702, 14, 11, 776.97, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2574, 1866, 'Tetyana store', 1877, 19, 11, 22.21, 1, 1, 'ai_bid', '2024-05-18 05:44:05', '2024-05-18 05:44:05', '2024-05-19 05:45:04'),
(2575, 1866, 'Tetyana store', 4921, 11, 11, 28.28, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2576, 1866, 'Tetyana store', 5231, 13, 11, 8.05, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2577, 1866, 'Tetyana store', 1295, 15, 11, 8.35, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2578, 1866, 'Tetyana store', 3167, 18, 11, 313.09, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2579, 1866, 'Tetyana store', 4775, 12, 11, 53.18, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2580, 1866, 'Tetyana store', 3145, 4, 11, 178.13, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2581, 1866, 'Tetyana store', 1629, 19, 11, 10.26, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2582, 1866, 'Tetyana store', 4015, 1, 11, 22.06, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2583, 1866, 'Tetyana store', 1894, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2584, 1866, 'Tetyana store', 2157, 16, 11, 17.85, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2585, 1866, 'Tetyana store', 2091, 1, 11, 4.21, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2586, 1866, 'Tetyana store', 5829, 11, 11, 26.77, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2587, 1866, 'Tetyana store', 4060, 13, 11, 16.00, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2588, 1866, 'Tetyana store', 1382, 14, 11, 8.23, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2589, 1866, 'Tetyana store', 2520, 19, 11, 93.60, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2590, 1866, 'Tetyana store', 6148, 11, 11, 6.13, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2591, 1866, 'Tetyana store', 697, 18, 11, 51.26, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:04'),
(2592, 1866, 'Tetyana store', 1228, 19, 11, 21.11, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2593, 1866, 'Tetyana store', 3238, 7, 11, 105.64, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2594, 1866, 'Tetyana store', 6134, 11, 11, 26.25, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2595, 1866, 'Tetyana store', 2879, 14, 11, 63.59, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2596, 1866, 'Tetyana store', 3171, 5, 11, 17.17, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2597, 1866, 'Tetyana store', 1049, 19, 11, 49.98, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2598, 1866, 'Tetyana store', 3658, 10, 11, 14.08, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2599, 1866, 'Tetyana store', 1073, 19, 11, 118.69, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2600, 1866, 'Tetyana store', 952, 5, 11, 5.41, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2601, 1866, 'Tetyana store', 603, 10, 11, 10.30, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2602, 1866, 'Tetyana store', 2296, 2, 11, 11.22, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2603, 1866, 'Tetyana store', 949, 5, 11, 0.31, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2604, 1866, 'Tetyana store', 756, 19, 11, 0.46, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2605, 1866, 'Tetyana store', 1811, 5, 11, 0.21, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2606, 1866, 'Tetyana store', 1827, 19, 11, 0.13, 1, 1, 'ai_bid', '2024-05-18 05:44:06', '2024-05-18 05:44:06', '2024-05-19 05:45:05'),
(2607, 1867, 'Omevoric enterprises', 4385, 16, 12, 42.40, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2608, 1867, 'Omevoric enterprises', 3838, 16, 12, 9.53, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2609, 1867, 'Omevoric enterprises', 5159, 16, 12, 13.51, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2610, 1867, 'Omevoric enterprises', 1936, 14, 12, 3498.00, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2611, 1867, 'Omevoric enterprises', 3873, 16, 12, 13.64, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2612, 1867, 'Omevoric enterprises', 1911, 18, 12, 24.43, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2613, 1867, 'Omevoric enterprises', 5381, 14, 12, 14.40, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2614, 1867, 'Omevoric enterprises', 1153, 18, 12, 40.16, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2615, 1867, 'Omevoric enterprises', 4455, 15, 12, 12.47, 1, 1, 'ai_bid', '2024-05-18 05:53:08', '2024-05-18 05:53:08', '2024-05-19 05:54:02'),
(2616, 1867, 'Omevoric enterprises', 977, 5, 12, 61.80, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:02'),
(2617, 1867, 'Omevoric enterprises', 4227, 5, 12, 222.60, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:02'),
(2618, 1867, 'Omevoric enterprises', 2800, 19, 12, 3776.78, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:02'),
(2619, 1867, 'Omevoric enterprises', 1448, 14, 12, 10.59, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:02'),
(2620, 1867, 'Omevoric enterprises', 962, 13, 12, 9.09, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:02'),
(2621, 1867, 'Omevoric enterprises', 253, 17, 12, 87.52, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2622, 1867, 'Omevoric enterprises', 4756, 12, 12, 29.51, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2623, 1867, 'Omevoric enterprises', 549, 7, 12, 10.30, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2624, 1867, 'Omevoric enterprises', 5828, 17, 12, 303.00, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(2625, 1867, 'Omevoric enterprises', 413, 18, 12, 31.60, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2626, 1867, 'Omevoric enterprises', 5316, 14, 12, 164.21, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2627, 1867, 'Omevoric enterprises', 209, 18, 12, 3113.30, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2628, 1867, 'Omevoric enterprises', 1288, 19, 12, 8.76, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2629, 1867, 'Omevoric enterprises', 1729, 18, 12, 194.48, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2630, 1867, 'Omevoric enterprises', 58, 2, 12, 33.28, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2631, 1867, 'Omevoric enterprises', 3070, 2, 12, 318.00, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2632, 1867, 'Omevoric enterprises', 1870, 19, 12, 25.20, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2633, 1867, 'Omevoric enterprises', 2018, 5, 12, 93.84, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2634, 1867, 'Omevoric enterprises', 291, 5, 12, 14.88, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2635, 1867, 'Omevoric enterprises', 3383, 7, 12, 100.11, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2636, 1867, 'Omevoric enterprises', 4203, 14, 12, 11.43, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2637, 1867, 'Omevoric enterprises', 6124, 11, 12, 40.94, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2638, 1867, 'Omevoric enterprises', 1406, 15, 12, 31.80, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2639, 1867, 'Omevoric enterprises', 4384, 14, 12, 81.80, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2640, 1867, 'Omevoric enterprises', 5939, 11, 12, 356.99, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2641, 1867, 'Omevoric enterprises', 4070, 5, 12, 20.60, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2642, 1867, 'Omevoric enterprises', 2492, 18, 12, 18.64, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2643, 1867, 'Omevoric enterprises', 5932, 17, 12, 20.97, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2644, 1867, 'Omevoric enterprises', 366, 7, 12, 2.09, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2645, 1867, 'Omevoric enterprises', 2430, 7, 12, 40.39, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2646, 1867, 'Omevoric enterprises', 3991, 12, 12, 30.73, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2647, 1867, 'Omevoric enterprises', 2349, 19, 12, 224.21, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2648, 1867, 'Omevoric enterprises', 2174, 19, 12, 42.33, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2649, 1867, 'Omevoric enterprises', 5150, 13, 12, 253.50, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2650, 1867, 'Omevoric enterprises', 857, 12, 12, 93.76, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2651, 1867, 'Omevoric enterprises', 3161, 4, 12, 295.80, 1, 1, 'ai_bid', '2024-05-18 05:53:09', '2024-05-18 05:53:09', '2024-05-19 05:54:03'),
(2652, 1867, 'Omevoric enterprises', 3075, 2, 12, 12.61, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2653, 1867, 'Omevoric enterprises', 3528, 13, 12, 155.99, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2654, 1867, 'Omevoric enterprises', 849, 10, 12, 46.33, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2655, 1867, 'Omevoric enterprises', 740, 19, 12, 14.30, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2656, 1867, 'Omevoric enterprises', 3139, 4, 12, 41.42, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2657, 1867, 'Omevoric enterprises', 1120, 4, 12, 9.05, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2658, 1867, 'Omevoric enterprises', 3621, 12, 12, 103.00, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2659, 1867, 'Omevoric enterprises', 762, 18, 12, 127.09, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2660, 1867, 'Omevoric enterprises', 4861, 12, 12, 146.14, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2661, 1867, 'Omevoric enterprises', 3190, 4, 12, 11.43, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2662, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2663, 1867, 'Omevoric enterprises', 5975, 17, 12, 15.74, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2664, 1867, 'Omevoric enterprises', 3642, 13, 12, 17.16, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2665, 1867, 'Omevoric enterprises', 293, 5, 12, 13.82, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2666, 1867, 'Omevoric enterprises', 2203, 19, 12, 7.24, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2667, 1867, 'Omevoric enterprises', 756, 19, 12, 0.47, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2668, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-05-18 05:53:10', '2024-05-18 05:53:10', '2024-05-19 05:54:03'),
(2669, 1868, 'Marcelo Ltd', 2988, 13, 13, 315.00, 1, 1, 'ai_bid', '2024-05-18 06:27:06', '2024-05-18 06:27:06', '2024-05-19 06:27:10'),
(2670, 1868, 'Marcelo Ltd', 5905, 17, 13, 2.55, 1, 1, 'ai_bid', '2024-05-18 06:27:07', '2024-05-18 06:27:07', '2024-05-19 06:27:10'),
(2671, 1868, 'Marcelo Ltd', 1731, 5, 13, 2.08, 1, 1, 'ai_bid', '2024-05-18 06:27:07', '2024-05-18 06:27:07', '2024-05-19 06:27:10'),
(2672, 1868, 'Marcelo Ltd', 2997, 14, 13, 231.30, 1, 1, 'ai_bid', '2024-05-18 06:27:07', '2024-05-18 06:27:07', '2024-05-19 06:27:10'),
(2673, 1868, 'Marcelo Ltd', 3642, 13, 13, 17.16, 1, 1, 'ai_bid', '2024-05-18 06:27:07', '2024-05-18 06:27:07', '2024-05-19 06:27:10'),
(2674, 1868, 'Marcelo Ltd', 228, 5, 13, 5.04, 1, 1, 'ai_bid', '2024-05-18 06:27:07', '2024-05-18 06:27:07', '2024-05-19 06:27:10'),
(2675, 1868, 'Marcelo Ltd', 3322, 5, 13, 105.95, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2676, 1868, 'Marcelo Ltd', 2536, 14, 13, 131.29, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2677, 1868, 'Marcelo Ltd', 1364, 15, 13, 88.88, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2678, 1868, 'Marcelo Ltd', 3311, 16, 13, 333.29, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2679, 1868, 'Marcelo Ltd', 1905, 18, 13, 107.06, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2680, 1868, 'Marcelo Ltd', 4851, 17, 13, 1273.99, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2681, 1868, 'Marcelo Ltd', 4312, 15, 13, 14.12, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2682, 1868, 'Marcelo Ltd', 3636, 12, 13, 205.18, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2683, 1868, 'Marcelo Ltd', 4990, 11, 13, 88.69, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2684, 1868, 'Marcelo Ltd', 1449, 10, 13, 15.68, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2685, 1868, 'Marcelo Ltd', 4124, 5, 13, 6988.80, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2686, 1868, 'Marcelo Ltd', 783, 18, 13, 40.83, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2687, 1868, 'Marcelo Ltd', 669, 19, 13, 20.20, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2688, 1868, 'Marcelo Ltd', 3014, 14, 13, 206.04, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2689, 1868, 'Marcelo Ltd', 3301, 15, 13, 18.72, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2690, 1868, 'Marcelo Ltd', 561, 18, 13, 42.40, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2691, 1868, 'Marcelo Ltd', 1707, 19, 13, 17.06, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2692, 1868, 'Marcelo Ltd', 5895, 13, 13, 4.95, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2693, 1868, 'Marcelo Ltd', 1584, 19, 13, 4.18, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2694, 1868, 'Marcelo Ltd', 5472, 12, 13, 47.79, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2695, 1868, 'Marcelo Ltd', 5388, 17, 13, 20.59, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2696, 1868, 'Marcelo Ltd', 2229, 16, 13, 27.22, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2697, 1868, 'Marcelo Ltd', 5739, 16, 13, 11.65, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2698, 1868, 'Marcelo Ltd', 3449, 14, 13, 12.47, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2699, 1868, 'Marcelo Ltd', 34, 2, 13, 3.15, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2700, 1868, 'Marcelo Ltd', 803, 19, 13, 0.20, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2701, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2702, 1868, 'Marcelo Ltd', 949, 5, 13, 0.31, 1, 1, 'ai_bid', '2024-05-18 06:27:08', '2024-05-18 06:27:08', '2024-05-19 06:27:10'),
(2703, 1869, 'Anatoliy fast store', 3321, 5, 14, 52.00, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2704, 1869, 'Anatoliy fast store', 1736, 19, 14, 33.51, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2705, 1869, 'Anatoliy fast store', 526, 17, 14, 20.39, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2706, 1869, 'Anatoliy fast store', 1726, 18, 14, 53.90, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2707, 1869, 'Anatoliy fast store', 303, 18, 14, 9.47, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2708, 1869, 'Anatoliy fast store', 5526, 10, 14, 5.30, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2709, 1869, 'Anatoliy fast store', 1290, 19, 14, 3.48, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2710, 1869, 'Anatoliy fast store', 370, 18, 14, 960.22, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:08'),
(2711, 1869, 'Anatoliy fast store', 159, 16, 14, 37.93, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2712, 1869, 'Anatoliy fast store', 4936, 14, 14, 19.56, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2713, 1869, 'Anatoliy fast store', 324, 18, 14, 13.15, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2714, 1869, 'Anatoliy fast store', 5888, 11, 14, 2397.00, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2715, 1869, 'Anatoliy fast store', 5124, 16, 14, 426.38, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2716, 1869, 'Anatoliy fast store', 1207, 18, 14, 60.90, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2717, 1869, 'Anatoliy fast store', 4712, 12, 14, 52.28, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2718, 1869, 'Anatoliy fast store', 1358, 15, 14, 1897.40, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2719, 1869, 'Anatoliy fast store', 5616, 16, 14, 32.23, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2720, 1869, 'Anatoliy fast store', 4691, 12, 14, 2.04, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2721, 1869, 'Anatoliy fast store', 2161, 19, 14, 26.64, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2722, 1869, 'Anatoliy fast store', 2125, 5, 14, 33.60, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2723, 1869, 'Anatoliy fast store', 3330, 7, 14, 21.62, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2724, 1869, 'Anatoliy fast store', 174, 16, 14, 304.98, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2725, 1869, 'Anatoliy fast store', 1213, 10, 14, 2.42, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2726, 1869, 'Anatoliy fast store', 5139, 19, 14, 1060.00, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2727, 1869, 'Anatoliy fast store', 4166, 5, 14, 388.50, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2728, 1869, 'Anatoliy fast store', 1003, 14, 14, 15.83, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2729, 1869, 'Anatoliy fast store', 4440, 15, 14, 27.54, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2730, 1869, 'Anatoliy fast store', 628, 19, 14, 206.00, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2731, 1869, 'Anatoliy fast store', 3680, 14, 14, 252.50, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2732, 1869, 'Anatoliy fast store', 2710, 17, 14, 28.27, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2733, 1869, 'Anatoliy fast store', 1196, 19, 14, 124.80, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2734, 1869, 'Anatoliy fast store', 1933, 18, 14, 33.90, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2735, 1869, 'Anatoliy fast store', 5284, 14, 14, 367.97, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2736, 1869, 'Anatoliy fast store', 1678, 18, 14, 709.92, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2737, 1869, 'Anatoliy fast store', 2264, 19, 14, 60.77, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2738, 1869, 'Anatoliy fast store', 2030, 4, 14, 255.44, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2739, 1869, 'Anatoliy fast store', 1671, 14, 14, 80.79, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2740, 1869, 'Anatoliy fast store', 4094, 5, 14, 212.09, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2741, 1869, 'Anatoliy fast store', 4566, 14, 14, 66.94, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2742, 1869, 'Anatoliy fast store', 1954, 5, 14, 11.32, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2743, 1869, 'Anatoliy fast store', 4779, 12, 14, 41.99, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2744, 1869, 'Anatoliy fast store', 5928, 13, 14, 4.78, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2745, 1869, 'Anatoliy fast store', 2039, 17, 14, 31.20, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2746, 1869, 'Anatoliy fast store', 2276, 10, 14, 65.23, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2747, 1869, 'Anatoliy fast store', 5517, 10, 14, 22.84, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2748, 1869, 'Anatoliy fast store', 2985, 14, 14, 80.58, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2749, 1869, 'Anatoliy fast store', 1085, 4, 14, 5.19, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2750, 1869, 'Anatoliy fast store', 1668, 19, 14, 130.71, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2751, 1869, 'Anatoliy fast store', 4277, 14, 14, 51.99, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2752, 1869, 'Anatoliy fast store', 3577, 12, 14, 29.25, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2753, 1869, 'Anatoliy fast store', 4375, 16, 14, 82.40, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2754, 1869, 'Anatoliy fast store', 3131, 18, 14, 21.41, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2755, 1869, 'Anatoliy fast store', 1493, 15, 14, 620.10, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2756, 1869, 'Anatoliy fast store', 2422, 19, 14, 515.00, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2757, 1869, 'Anatoliy fast store', 2811, 15, 14, 47.37, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2758, 1869, 'Anatoliy fast store', 2238, 19, 14, 61.24, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2759, 1869, 'Anatoliy fast store', 4764, 12, 14, 2.42, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2760, 1869, 'Anatoliy fast store', 1397, 19, 14, 608.94, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2761, 1869, 'Anatoliy fast store', 2076, 19, 14, 30.89, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2762, 1869, 'Anatoliy fast store', 1260, 10, 14, 398.80, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2763, 1869, 'Anatoliy fast store', 3331, 7, 14, 21.41, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2764, 1869, 'Anatoliy fast store', 5733, 10, 14, 5.22, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2765, 1869, 'Anatoliy fast store', 623, 7, 14, 8.32, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2766, 1869, 'Anatoliy fast store', 1582, 4, 14, 9.24, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2767, 1869, 'Anatoliy fast store', 3444, 14, 14, 78.94, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2768, 1869, 'Anatoliy fast store', 5762, 13, 14, 5.43, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2769, 1869, 'Anatoliy fast store', 2106, 5, 14, 61.20, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2770, 1869, 'Anatoliy fast store', 2186, 10, 14, 50.92, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2771, 1869, 'Anatoliy fast store', 2061, 4, 14, 56.73, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2772, 1869, 'Anatoliy fast store', 1485, 15, 14, 572.75, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2773, 1869, 'Anatoliy fast store', 1996, 14, 14, 36.72, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:09'),
(2774, 1869, 'Anatoliy fast store', 4529, 14, 14, 143.10, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2775, 1869, 'Anatoliy fast store', 930, 10, 14, 13.66, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2776, 1869, 'Anatoliy fast store', 3210, 17, 14, 16.17, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2777, 1869, 'Anatoliy fast store', 4291, 14, 14, 156.00, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2778, 1869, 'Anatoliy fast store', 5305, 16, 14, 18.53, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2779, 1869, 'Anatoliy fast store', 3220, 5, 14, 36.40, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2780, 1869, 'Anatoliy fast store', 2719, 18, 14, 27.79, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2781, 1869, 'Anatoliy fast store', 5617, 10, 14, 5.92, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2782, 1869, 'Anatoliy fast store', 19, 2, 14, 5.15, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2783, 1869, 'Anatoliy fast store', 4100, 14, 14, 6.35, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2784, 1869, 'Anatoliy fast store', 5347, 16, 14, 6.05, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2785, 1869, 'Anatoliy fast store', 1640, 19, 14, 1.03, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2786, 1869, 'Anatoliy fast store', 143, 18, 14, 1.04, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2787, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.20, 1, 1, 'ai_bid', '2024-05-18 06:54:09', '2024-05-18 06:54:09', '2024-05-19 06:55:10'),
(2788, 1871, 'Almeida', 3740, 7, NULL, 33.96, 1, 1, 'manual_bid', '2024-05-18 11:09:48', '2024-05-18 11:09:48', '2024-05-19 11:10:03'),
(2789, 1871, 'Almeida', 2251, 13, NULL, 50.91, 1, 1, 'manual_bid', '2024-05-18 11:18:49', '2024-05-18 11:18:49', '2024-05-19 11:19:02'),
(2790, 1871, 'Almeida', 1587, 18, NULL, 81.00, 1, 1, 'manual_bid', '2024-05-18 11:30:52', '2024-05-18 11:30:52', '2024-05-19 11:31:02'),
(2791, 1871, 'Almeida', 3105, 2, NULL, 198.00, 1, 1, 'manual_bid', '2024-05-18 11:32:23', '2024-05-18 11:32:23', '2024-05-19 11:33:03'),
(2792, 1871, 'Almeida', 363, 2, NULL, 44.98, 1, 1, 'manual_bid', '2024-05-18 11:34:12', '2024-05-18 11:34:12', '2024-05-19 11:35:03'),
(2793, 1871, 'Almeida', 2022, 2, NULL, 69.30, 1, 1, 'manual_bid', '2024-05-18 11:35:39', '2024-05-18 11:35:39', '2024-05-19 11:36:04'),
(2794, 1871, 'Almeida', 2871, 17, NULL, 55.97, 2, 1, 'manual_bid', '2024-05-18 11:38:28', '2024-05-18 11:38:28', '2024-05-19 11:39:02'),
(2795, 1871, 'Almeida', 5452, 17, NULL, 25.29, 2, 1, 'manual_bid', '2024-05-18 11:40:11', '2024-05-18 11:40:11', '2024-05-19 11:41:03'),
(2796, 1871, 'Almeida', 252, 17, NULL, 74.80, 2, 1, 'manual_bid', '2024-05-18 11:44:58', '2024-05-18 11:44:58', '2024-05-19 11:45:04'),
(2797, 1871, 'Almeida', 3945, 16, NULL, 50.59, 1, 1, 'manual_bid', '2024-05-18 11:47:52', '2024-05-18 11:47:52', '2024-05-19 11:48:02'),
(2798, 1871, 'Almeida', 3865, 16, NULL, 20.89, 1, 1, 'manual_bid', '2024-05-18 11:49:23', '2024-05-18 11:49:23', '2024-05-19 11:50:04'),
(2799, 1871, 'Almeida', 3919, 16, NULL, 78.10, 2, 1, 'manual_bid', '2024-05-18 11:51:16', '2024-05-18 11:51:16', '2024-05-19 11:52:02'),
(2800, 1871, 'Almeida', 5269, 16, NULL, 12.10, 2, 1, 'manual_bid', '2024-05-18 11:52:30', '2024-05-18 11:52:30', '2024-05-19 11:53:02'),
(2801, 1871, 'Almeida', 444, 16, NULL, 34.10, 2, 1, 'manual_bid', '2024-05-18 11:53:53', '2024-05-18 11:53:53', '2024-05-19 11:54:02'),
(2802, 1871, 'Almeida', 5098, 16, NULL, 27.49, 2, 1, 'manual_bid', '2024-05-18 11:55:26', '2024-05-18 11:55:26', '2024-05-19 11:56:03'),
(2803, 1871, 'Almeida', 1125, 16, NULL, 61.97, 1, 1, 'manual_bid', '2024-05-18 12:01:09', '2024-05-18 12:01:09', '2024-05-19 12:02:03'),
(2804, 1871, 'Almeida', 1630, 4, NULL, 44.28, 1, 1, 'manual_bid', '2024-05-18 12:02:59', '2024-05-18 12:02:59', '2024-05-19 12:03:02'),
(2805, 1871, 'Almeida', 3927, 11, NULL, 39.59, 2, 1, 'manual_bid', '2024-05-18 12:06:33', '2024-05-18 12:06:33', '2024-05-19 12:07:03'),
(2806, 1868, 'Marcelo Ltd', 1511, 14, NULL, 21.91, 5, 1, 'manual_bid', '2024-05-18 12:43:13', '2024-05-18 12:43:13', '2024-05-19 12:44:02'),
(2807, 1868, 'Marcelo Ltd', 2565, 7, NULL, 92.08, 2, 1, 'manual_bid', '2024-05-18 12:48:46', '2024-05-18 12:48:46', '2024-05-19 12:49:03'),
(2808, 1868, 'Marcelo Ltd', 4813, 12, NULL, 29.69, 1, 1, 'manual_bid', '2024-05-18 12:54:41', '2024-05-18 12:54:41', '2024-05-19 12:55:04'),
(2809, 1868, 'Marcelo Ltd', 1696, 18, NULL, 137.50, 1, 1, 'manual_bid', '2024-05-18 12:59:28', '2024-05-18 12:59:28', '2024-05-19 13:00:03'),
(2810, 1868, 'Marcelo Ltd', 4263, 5, NULL, 108.99, 1, 1, 'manual_bid', '2024-05-18 13:50:21', '2024-05-18 13:50:21', '2024-05-19 13:51:04'),
(2811, 1868, 'Marcelo Ltd', 3448, 11, NULL, 15.37, 1, 1, 'manual_bid', '2024-05-18 14:55:03', '2024-05-18 14:55:03', '2024-05-19 14:55:05'),
(2812, 1868, 'Marcelo Ltd', 4862, 14, NULL, 15.59, 1, 1, 'manual_bid', '2024-05-18 16:57:05', '2024-05-18 16:57:05', '2024-05-19 16:58:03'),
(2813, 1868, 'Marcelo Ltd', 5349, 13, NULL, 286.00, 2, 1, 'manual_bid', '2024-05-18 17:01:35', '2024-05-18 17:01:35', '2024-05-19 17:02:02'),
(2814, 1868, 'Marcelo Ltd', 5136, 16, NULL, 108.90, 1, 1, 'manual_bid', '2024-05-18 17:08:35', '2024-05-18 17:08:35', '2024-05-19 17:09:02'),
(2815, 1868, 'Marcelo Ltd', 5511, 12, NULL, 274.99, 1, 1, 'manual_bid', '2024-05-18 17:15:42', '2024-05-18 17:15:42', '2024-05-19 17:16:03'),
(2816, 1868, 'Marcelo Ltd', 5511, 12, NULL, 274.99, 1, 1, 'manual_bid', '2024-05-18 17:15:44', '2024-05-18 17:15:44', '2024-05-19 17:16:03'),
(2817, 1868, 'Marcelo Ltd', 2663, 14, NULL, 1384.90, 2, 1, 'manual_bid', '2024-05-18 17:17:46', '2024-05-18 17:17:46', '2024-05-19 17:18:02'),
(2818, 1868, 'Marcelo Ltd', 2663, 14, NULL, 1384.90, 2, 1, 'manual_bid', '2024-05-18 17:17:47', '2024-05-18 17:17:47', '2024-05-19 17:18:02'),
(2819, 1868, 'Marcelo Ltd', 3145, 4, NULL, 186.62, 1, 1, 'manual_bid', '2024-05-18 17:20:17', '2024-05-18 17:20:17', '2024-05-19 17:21:03'),
(2820, 1868, 'Marcelo Ltd', 3789, 13, NULL, 231.00, 1, 1, 'manual_bid', '2024-05-18 17:22:22', '2024-05-18 17:22:22', '2024-05-19 17:23:02'),
(2821, 1868, 'Marcelo Ltd', 1572, 10, NULL, 39.59, 3, 1, 'manual_bid', '2024-05-18 17:25:13', '2024-05-18 17:25:13', '2024-05-19 17:26:03'),
(2822, 1868, 'Marcelo Ltd', 1985, 4, NULL, 151.92, 1, 1, 'manual_bid', '2024-05-18 17:28:55', '2024-05-18 17:28:55', '2024-05-19 17:29:02'),
(2823, 1868, 'Marcelo Ltd', 5198, 16, NULL, 56.08, 1, 1, 'manual_bid', '2024-05-18 17:33:35', '2024-05-18 17:33:35', '2024-05-19 17:34:03'),
(2824, 1868, 'Marcelo Ltd', 5224, 13, NULL, 818.39, 1, 1, 'manual_bid', '2024-05-18 17:38:05', '2024-05-18 17:38:05', '2024-05-19 17:39:03'),
(2825, 1873, 'Gustavo', 3131, 18, NULL, 22.90, 3, 1, 'manual_bid', '2024-05-18 18:22:25', '2024-05-18 18:22:25', '2024-05-19 18:23:03'),
(2826, 1873, 'Gustavo', 5498, 17, NULL, 39.50, 3, 1, 'manual_bid', '2024-05-18 18:26:21', '2024-05-18 18:26:21', '2024-05-19 18:27:02'),
(2827, 1873, 'Gustavo', 4582, 14, NULL, 16.50, 3, 1, 'manual_bid', '2024-05-18 18:35:56', '2024-05-18 18:35:56', '2024-05-19 18:36:03'),
(2828, 1873, 'Gustavo', 2529, 7, NULL, 62.80, 6, 1, 'manual_bid', '2024-05-18 18:37:05', '2024-05-18 18:37:05', '2024-05-19 18:38:03'),
(2829, 1873, 'Gustavo', 3779, 7, NULL, 66.72, 10, 1, 'manual_bid', '2024-05-18 18:37:58', '2024-05-18 18:37:58', '2024-05-19 18:38:03'),
(2830, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-18 19:59:14', '2024-05-18 19:59:14', '2024-05-19 20:00:03'),
(2831, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-18 20:00:13', '2024-05-18 20:00:13', '2024-05-19 20:01:03'),
(2832, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-18 20:02:47', '2024-05-18 20:02:47', '2024-05-19 20:03:03'),
(2833, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 5, 1, 'manual_bid', '2024-05-18 20:05:33', '2024-05-18 20:05:33', '2024-05-19 20:06:02'),
(2834, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-18 20:06:46', '2024-05-18 20:06:46', '2024-05-19 20:07:02'),
(2835, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 4, 1, 'manual_bid', '2024-05-18 20:07:58', '2024-05-18 20:07:58', '2024-05-19 20:08:03'),
(2836, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-05-18 20:10:08', '2024-05-18 20:10:08', '2024-05-19 20:11:02'),
(2837, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 22, 1, 'manual_bid', '2024-05-18 20:11:11', '2024-05-18 20:11:11', '2024-05-19 20:12:03'),
(2838, 1798, 'Feelyards', 4252, 5, NULL, 200.00, 1, 1, 'manual_bid', '2024-05-18 22:37:41', '2024-05-18 22:37:41', '2024-05-19 22:38:02'),
(2839, 1798, 'Feelyards', 4607, 5, NULL, 13.00, 1, 1, 'manual_bid', '2024-05-18 22:40:06', '2024-05-18 22:40:06', '2024-05-19 22:41:03'),
(2840, 1873, 'Gustavo', 3779, 7, NULL, 59.72, 3, 1, 'manual_bid', '2024-05-18 23:47:44', '2024-05-18 23:47:44', '2024-05-19 23:48:02'),
(2841, 1873, 'Gustavo', 6065, 11, NULL, 22.80, 3, 1, 'manual_bid', '2024-05-19 00:08:23', '2024-05-19 00:08:23', '2024-05-20 00:09:03'),
(2842, 1873, 'Gustavo', 2538, 7, NULL, 21.00, 2, 1, 'manual_bid', '2024-05-19 00:09:40', '2024-05-19 00:09:40', '2024-05-20 00:10:05'),
(2843, 1873, 'Gustavo', 724, 1, NULL, 41.80, 3, 1, 'manual_bid', '2024-05-19 00:27:20', '2024-05-19 00:27:20', '2024-05-20 00:28:03'),
(2844, 1873, 'Gustavo', 5356, 14, NULL, 49.50, 4, 1, 'manual_bid', '2024-05-19 00:30:01', '2024-05-19 00:30:01', '2024-05-20 00:30:05'),
(2845, 1873, 'Gustavo', 4274, 18, NULL, 66.00, 4, 1, 'manual_bid', '2024-05-19 00:31:05', '2024-05-19 00:31:05', '2024-05-20 00:32:03'),
(2846, 1873, 'Gustavo', 1420, 19, NULL, 72.00, 3, 1, 'manual_bid', '2024-05-19 00:32:18', '2024-05-19 00:32:18', '2024-05-20 00:33:02'),
(2847, 1873, 'Gustavo', 5375, 14, NULL, 40.50, 3, 1, 'manual_bid', '2024-05-19 00:33:28', '2024-05-19 00:33:28', '2024-05-20 00:34:03'),
(2848, 1873, 'Gustavo', 6019, 11, NULL, 59.80, 2, 1, 'manual_bid', '2024-05-19 00:34:40', '2024-05-19 00:34:40', '2024-05-20 00:35:04'),
(2849, 1873, 'Gustavo', 4179, 5, NULL, 27.40, 3, 1, 'manual_bid', '2024-05-19 00:37:33', '2024-05-19 00:37:33', '2024-05-20 00:38:03'),
(2850, 1873, 'Gustavo', 2529, 7, NULL, 62.80, 5, 1, 'manual_bid', '2024-05-19 00:39:22', '2024-05-19 00:39:22', '2024-05-20 00:40:05'),
(2851, 1873, 'Gustavo', 219, 12, NULL, 34.60, 3, 1, 'manual_bid', '2024-05-19 00:40:15', '2024-05-19 00:40:15', '2024-05-20 00:41:02'),
(2852, 1873, 'Gustavo', 6065, 11, NULL, 22.80, 5, 1, 'manual_bid', '2024-05-19 00:41:17', '2024-05-19 00:41:17', '2024-05-20 00:42:03'),
(2853, 1873, 'Gustavo', 5155, 16, NULL, 22.10, 3, 2, 'manual_bid', '2024-05-19 00:42:21', '2024-05-19 00:42:21', '2024-05-20 00:43:03'),
(2854, 1873, 'Gustavo', 5498, 17, NULL, 25.12, 3, 2, 'manual_bid', '2024-05-19 00:43:12', '2024-05-19 00:43:12', '2024-05-20 00:44:03'),
(2855, 1873, 'Gustavo', 2538, 7, NULL, 14.30, 2, 2, 'manual_bid', '2024-05-19 00:43:48', '2024-05-19 00:43:48', '2024-05-20 00:44:03'),
(2856, 1873, 'Gustavo', 2538, 7, NULL, 15.01, 3, 2, 'manual_bid', '2024-05-19 00:44:25', '2024-05-19 00:44:25', '2024-05-20 00:45:04'),
(2857, 1873, 'Gustavo', 3656, 17, NULL, 33.00, 3, 1, 'manual_bid', '2024-05-19 00:45:16', '2024-05-19 00:45:16', '2024-05-20 00:46:03'),
(2858, 1871, 'Almeida', 4914, 11, NULL, 38.50, 2, 1, 'manual_bid', '2024-05-19 00:50:41', '2024-05-19 00:50:41', '2024-05-20 00:51:03'),
(2859, 1871, 'Almeida', 1341, 2, NULL, 27.58, 2, 1, 'manual_bid', '2024-05-19 00:55:05', '2024-05-19 00:55:05', '2024-05-20 00:56:03'),
(2860, 1871, 'Almeida', 330, 12, NULL, 70.59, 2, 1, 'manual_bid', '2024-05-19 00:57:06', '2024-05-19 00:57:06', '2024-05-20 00:57:30'),
(2861, 1871, 'Almeida', 6002, 11, NULL, 308.00, 2, 1, 'manual_bid', '2024-05-19 00:58:43', '2024-05-19 00:58:43', '2024-05-20 00:59:03'),
(2862, 1871, 'Almeida', 5464, 12, NULL, 211.20, 2, 1, 'manual_bid', '2024-05-19 01:00:01', '2024-05-19 01:00:01', '2024-05-20 01:00:06'),
(2863, 1871, 'Almeida', 6171, 11, NULL, 17.46, 1, 1, 'manual_bid', '2024-05-19 01:01:55', '2024-05-19 01:01:55', '2024-05-20 01:02:02'),
(2864, 1871, 'Almeida', 787, 10, NULL, 52.34, 1, 1, 'manual_bid', '2024-05-19 01:03:07', '2024-05-19 01:03:07', '2024-05-20 01:04:05'),
(2865, 1871, 'Almeida', 4930, 12, NULL, 303.10, 1, 1, 'manual_bid', '2024-05-19 01:04:23', '2024-05-19 01:04:23', '2024-05-20 01:05:04'),
(2866, 1871, 'Almeida', 4770, 12, NULL, 40.68, 2, 1, 'manual_bid', '2024-05-19 01:06:00', '2024-05-19 01:06:00', '2024-05-20 01:06:06'),
(2867, 1871, 'Almeida', 834, 13, NULL, 385.00, 1, 1, 'manual_bid', '2024-05-19 01:07:37', '2024-05-19 01:07:37', '2024-05-20 01:08:07'),
(2868, 1871, 'Almeida', 5309, 14, NULL, 166.98, 1, 1, 'manual_bid', '2024-05-19 01:08:58', '2024-05-19 01:08:58', '2024-05-20 01:09:02'),
(2869, 1871, 'Almeida', 1688, 13, NULL, 51.00, 2, 1, 'manual_bid', '2024-05-19 01:10:39', '2024-05-19 01:10:39', '2024-05-20 01:11:21'),
(2870, 1871, 'Almeida', 786, 18, NULL, 242.80, 2, 1, 'manual_bid', '2024-05-19 01:11:56', '2024-05-19 01:11:56', '2024-05-20 01:12:07'),
(2871, 1871, 'Almeida', 5789, 15, NULL, 330.00, 2, 1, 'manual_bid', '2024-05-19 01:13:05', '2024-05-19 01:13:05', '2024-05-20 01:14:03'),
(2872, 1871, 'Almeida', 2969, 17, NULL, 97.90, 2, 1, 'manual_bid', '2024-05-19 01:14:14', '2024-05-19 01:14:14', '2024-05-20 01:15:04'),
(2873, 1871, 'Almeida', 320, 17, NULL, 605.00, 1, 1, 'manual_bid', '2024-05-19 01:15:17', '2024-05-19 01:15:17', '2024-05-20 01:16:02'),
(2874, 1871, 'Almeida', 311, 18, NULL, 164.21, 2, 1, 'manual_bid', '2024-05-19 01:16:49', '2024-05-19 01:16:49', '2024-05-20 01:17:02'),
(2875, 1871, 'Almeida', 5190, 16, NULL, 341.00, 2, 1, 'manual_bid', '2024-05-19 01:17:56', '2024-05-19 01:17:56', '2024-05-20 01:18:03'),
(2876, 1871, 'Almeida', 3161, 4, NULL, 319.00, 2, 1, 'manual_bid', '2024-05-19 01:18:40', '2024-05-19 01:18:40', '2024-05-20 01:19:03'),
(2877, 1871, 'Almeida', 988, 17, NULL, 506.00, 1, 1, 'manual_bid', '2024-05-19 01:19:43', '2024-05-19 01:19:43', '2024-05-20 01:20:03'),
(2878, 1871, 'Almeida', 1011, 5, NULL, 246.40, 1, 1, 'manual_bid', '2024-05-19 01:20:45', '2024-05-19 01:20:45', '2024-05-20 01:21:03'),
(2879, 1871, 'Almeida', 2272, 7, NULL, 43.97, 1, 1, 'manual_bid', '2024-05-19 01:22:28', '2024-05-19 01:22:28', '2024-05-20 01:23:03'),
(2880, 1871, 'Almeida', 1571, 10, NULL, 110.56, 1, 1, 'manual_bid', '2024-05-19 01:23:50', '2024-05-19 01:23:50', '2024-05-20 01:24:02'),
(2881, 1871, 'Almeida', 5874, 11, NULL, 242.00, 1, 1, 'manual_bid', '2024-05-19 01:24:38', '2024-05-19 01:24:38', '2024-05-20 01:25:04'),
(2882, 1871, 'Almeida', 334, 12, NULL, 222.10, 1, 1, 'manual_bid', '2024-05-19 01:25:55', '2024-05-19 01:25:55', '2024-05-20 01:26:02'),
(2883, 1871, 'Almeida', 4919, 13, NULL, 38.50, 1, 1, 'manual_bid', '2024-05-19 01:26:46', '2024-05-19 01:26:46', '2024-05-20 01:27:03'),
(2884, 1871, 'Almeida', 1562, 14, NULL, 123.71, 1, 1, 'manual_bid', '2024-05-19 01:28:16', '2024-05-19 01:28:16', '2024-05-20 01:29:03'),
(2885, 1871, 'Almeida', 5391, 14, NULL, 105.68, 1, 1, 'manual_bid', '2024-05-19 01:29:44', '2024-05-19 01:29:44', '2024-05-20 01:30:05'),
(2886, 1871, 'Almeida', 3402, 15, NULL, 140.60, 1, 1, 'manual_bid', '2024-05-19 01:30:54', '2024-05-19 01:30:54', '2024-05-20 01:31:03'),
(2887, 1871, 'Almeida', 1725, 19, NULL, 214.50, 1, 1, 'manual_bid', '2024-05-19 01:31:45', '2024-05-19 01:31:45', '2024-05-20 01:32:03'),
(2888, 1871, 'Almeida', 3113, 18, NULL, 70.40, 1, 1, 'manual_bid', '2024-05-19 01:32:59', '2024-05-19 01:32:59', '2024-05-20 01:33:03'),
(2889, 1871, 'Almeida', 244, 17, NULL, 131.19, 1, 1, 'manual_bid', '2024-05-19 01:34:37', '2024-05-19 01:34:37', '2024-05-20 01:35:04'),
(2890, 1871, 'Almeida', 5173, 16, NULL, 307.19, 1, 1, 'manual_bid', '2024-05-19 01:35:58', '2024-05-19 01:35:58', '2024-05-20 01:36:03'),
(2891, 1871, 'Almeida', 4534, 14, NULL, 116.60, 1, 1, 'manual_bid', '2024-05-19 01:37:23', '2024-05-19 01:37:23', '2024-05-20 01:38:03'),
(2892, 1871, 'Almeida', 3623, 13, NULL, 43.00, 1, 1, 'manual_bid', '2024-05-19 01:38:28', '2024-05-19 01:38:28', '2024-05-20 01:39:03'),
(2893, 1871, 'Almeida', 2877, 13, NULL, 219.99, 1, 1, 'manual_bid', '2024-05-19 01:39:33', '2024-05-19 01:39:33', '2024-05-20 01:40:04'),
(2894, 1871, 'Almeida', 5002, 11, NULL, 186.10, 1, 1, 'manual_bid', '2024-05-19 01:40:55', '2024-05-19 01:40:55', '2024-05-20 01:41:02'),
(2895, 1871, 'Almeida', 5593, 10, NULL, 276.45, 1, 1, 'manual_bid', '2024-05-19 01:42:05', '2024-05-19 01:42:05', '2024-05-20 01:43:02'),
(2896, 1871, 'Almeida', 4153, 5, NULL, 324.50, 1, 1, 'manual_bid', '2024-05-19 01:42:59', '2024-05-19 01:42:59', '2024-05-20 01:43:02'),
(2897, 1871, 'Almeida', 3531, 11, NULL, 78.18, 1, 1, 'manual_bid', '2024-05-19 01:44:05', '2024-05-19 01:44:05', '2024-05-20 01:45:04'),
(2898, 1871, 'Almeida', 6151, 11, NULL, 148.50, 1, 1, 'manual_bid', '2024-05-19 01:44:54', '2024-05-19 01:44:54', '2024-05-20 01:45:04'),
(2899, 1871, 'Almeida', 3953, 5, NULL, 77.00, 1, 1, 'manual_bid', '2024-05-19 01:45:59', '2024-05-19 01:45:59', '2024-05-20 01:46:03'),
(2900, 1871, 'Almeida', 290, 5, NULL, 165.53, 1, 1, 'manual_bid', '2024-05-19 01:47:31', '2024-05-19 01:47:31', '2024-05-20 01:48:02'),
(2901, 1871, 'Almeida', 3069, 2, NULL, 19.80, 1, 1, 'manual_bid', '2024-05-19 01:49:06', '2024-05-19 01:49:06', '2024-05-20 01:50:04'),
(2902, 1873, 'Gustavo', 4128, 5, NULL, 12.00, 3, 1, 'manual_bid', '2024-05-19 02:30:51', '2024-05-19 02:30:51', '2024-05-20 02:31:03'),
(2903, 1868, 'Marcelo Ltd', 95, 2, NULL, 369.60, 1, 1, 'manual_bid', '2024-05-19 02:49:29', '2024-05-19 02:49:29', '2024-05-20 02:50:05'),
(2904, 1868, 'Marcelo Ltd', 3069, 2, NULL, 19.80, 1, 1, 'manual_bid', '2024-05-19 02:50:48', '2024-05-19 02:50:48', '2024-05-20 02:51:03'),
(2905, 1868, 'Marcelo Ltd', 3682, 18, NULL, 5.04, 1, 1, 'manual_bid', '2024-05-19 02:53:21', '2024-05-19 02:53:21', '2024-05-20 02:54:03'),
(2906, 1868, 'Marcelo Ltd', 5217, 16, NULL, 133.08, 1, 1, 'manual_bid', '2024-05-19 02:58:18', '2024-05-19 02:58:18', '2024-05-20 02:59:03'),
(2907, 1868, 'Marcelo Ltd', 5588, 12, NULL, 457.97, 1, 1, 'manual_bid', '2024-05-19 03:01:38', '2024-05-19 03:01:38', '2024-05-20 03:02:04'),
(2908, 1869, 'Anatoliy fast store', 3469, 14, 17, 89.32, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2909, 1869, 'Anatoliy fast store', 4087, 5, 17, 376.38, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2910, 1869, 'Anatoliy fast store', 3599, 12, 17, 11.07, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2911, 1869, 'Anatoliy fast store', 111, 2, 17, 868.96, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2912, 1869, 'Anatoliy fast store', 3788, 19, 17, 20.19, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2913, 1869, 'Anatoliy fast store', 386, 16, 17, 416.00, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2914, 1869, 'Anatoliy fast store', 4674, 12, 17, 5.25, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2915, 1869, 'Anatoliy fast store', 5565, 12, 17, 145.65, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2916, 1869, 'Anatoliy fast store', 2328, 19, 17, 734.40, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2917, 1869, 'Anatoliy fast store', 47, 2, 17, 9.54, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2918, 1869, 'Anatoliy fast store', 2288, 19, 17, 49.98, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2919, 1869, 'Anatoliy fast store', 3746, 7, 17, 39.63, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2920, 1869, 'Anatoliy fast store', 2578, 7, 17, 17.80, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2921, 1869, 'Anatoliy fast store', 5864, 15, 17, 38.10, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2922, 1869, 'Anatoliy fast store', 3530, 13, 17, 209.99, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2923, 1869, 'Anatoliy fast store', 1093, 19, 17, 154.48, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:03'),
(2924, 1869, 'Anatoliy fast store', 1342, 10, 17, 6.05, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2925, 1869, 'Anatoliy fast store', 1579, 4, 17, 16.04, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2926, 1869, 'Anatoliy fast store', 2659, 18, 17, 31.48, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2927, 1869, 'Anatoliy fast store', 2223, 18, 17, 24.39, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2928, 1869, 'Anatoliy fast store', 4633, 15, 17, 404.00, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2929, 1869, 'Anatoliy fast store', 4304, 18, 17, 9.32, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2930, 1869, 'Anatoliy fast store', 5364, 13, 17, 363.59, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2931, 1869, 'Anatoliy fast store', 2326, 18, 17, 30.09, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2932, 1869, 'Anatoliy fast store', 3342, 7, 17, 16.95, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2933, 1869, 'Anatoliy fast store', 1804, 19, 17, 86.49, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2934, 1869, 'Anatoliy fast store', 5432, 12, 17, 4.99, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2935, 1869, 'Anatoliy fast store', 2502, 19, 17, 199.50, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2936, 1869, 'Anatoliy fast store', 2123, 19, 17, 21.20, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2937, 1869, 'Anatoliy fast store', 2330, 10, 17, 21.20, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2938, 1869, 'Anatoliy fast store', 4922, 12, 17, 15.44, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2939, 1869, 'Anatoliy fast store', 6051, 15, 17, 15.14, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2940, 1869, 'Anatoliy fast store', 3879, 2, 17, 62.05, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2941, 1869, 'Anatoliy fast store', 5606, 15, 17, 613.60, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2942, 1869, 'Anatoliy fast store', 6004, 11, 17, 232.30, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2943, 1869, 'Anatoliy fast store', 3268, 5, 17, 2.10, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2944, 1869, 'Anatoliy fast store', 973, 14, 17, 15.30, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2945, 1869, 'Anatoliy fast store', 112, 2, 17, 12.42, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2946, 1869, 'Anatoliy fast store', 2822, 18, 17, 630.00, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2947, 1869, 'Anatoliy fast store', 2758, 14, 17, 875.50, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2948, 1869, 'Anatoliy fast store', 3631, 13, 17, 12.93, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2949, 1869, 'Anatoliy fast store', 3504, 11, 17, 8.31, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2950, 1869, 'Anatoliy fast store', 2011, 5, 17, 1393.80, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2951, 1869, 'Anatoliy fast store', 5502, 17, 17, 381.51, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2952, 1869, 'Anatoliy fast store', 4215, 5, 17, 636.00, 1, 1, 'ai_bid', '2024-05-19 04:01:11', '2024-05-19 04:01:11', '2024-05-20 04:02:04'),
(2953, 1869, 'Anatoliy fast store', 3393, 10, 17, 24.47, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2954, 1869, 'Anatoliy fast store', 77, 2, 17, 70.70, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2955, 1869, 'Anatoliy fast store', 784, 18, 17, 39.65, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2956, 1869, 'Anatoliy fast store', 4834, 17, 17, 100.99, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2957, 1869, 'Anatoliy fast store', 1305, 15, 17, 41.40, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2958, 1869, 'Anatoliy fast store', 4182, 5, 17, 60.60, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2959, 1869, 'Anatoliy fast store', 3690, 14, 17, 7.98, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2960, 1869, 'Anatoliy fast store', 1737, 10, 17, 82.39, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2961, 1869, 'Anatoliy fast store', 1347, 15, 17, 85.85, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2962, 1869, 'Anatoliy fast store', 2450, 2, 17, 15.30, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2963, 1869, 'Anatoliy fast store', 1348, 19, 17, 8.34, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2964, 1869, 'Anatoliy fast store', 4691, 12, 17, 2.02, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2965, 1869, 'Anatoliy fast store', 5311, 14, 17, 104.95, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2966, 1869, 'Anatoliy fast store', 4191, 14, 17, 5.81, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:04'),
(2967, 1869, 'Anatoliy fast store', 1401, 10, 17, 10.91, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:05'),
(2968, 1869, 'Anatoliy fast store', 4641, 15, 17, 9.36, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:05'),
(2969, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:05'),
(2970, 1869, 'Anatoliy fast store', 1850, 5, 17, 0.57, 1, 1, 'ai_bid', '2024-05-19 04:01:12', '2024-05-19 04:01:12', '2024-05-20 04:02:05'),
(2971, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-05-19 04:02:04', '2024-05-19 04:02:04', '2024-05-20 04:03:03'),
(2972, 1869, 'Anatoliy fast store', 3111, 2, NULL, 275.00, 2, 1, 'manual_bid', '2024-05-19 04:03:01', '2024-05-19 04:03:01', '2024-05-20 04:03:03'),
(2973, 1869, 'Anatoliy fast store', 3111, 2, NULL, 225.00, 2, 2, 'manual_bid', '2024-05-19 04:03:48', '2024-05-19 04:03:48', '2024-05-20 04:04:03'),
(2974, 1869, 'Anatoliy fast store', 3818, 4, NULL, 72.19, 2, 2, 'manual_bid', '2024-05-19 04:06:53', '2024-05-19 04:06:53', '2024-05-20 04:07:04'),
(2975, 1869, 'Anatoliy fast store', 3818, 4, NULL, 87.79, 2, 1, 'manual_bid', '2024-05-19 04:08:11', '2024-05-19 04:08:11', '2024-05-20 04:09:03'),
(2976, 1869, 'Anatoliy fast store', 621, 5, NULL, 1133.50, 1, 2, 'manual_bid', '2024-05-19 04:11:50', '2024-05-19 04:11:50', '2024-05-20 04:12:03'),
(2977, 1869, 'Anatoliy fast store', 621, 5, NULL, 2493.70, 1, 1, 'manual_bid', '2024-05-19 04:14:08', '2024-05-19 04:14:08', '2024-05-20 04:15:04'),
(2978, 1869, 'Anatoliy fast store', 4114, 5, NULL, 145.00, 2, 2, 'manual_bid', '2024-05-19 04:17:00', '2024-05-19 04:17:00', '2024-05-20 04:17:03'),
(2979, 1869, 'Anatoliy fast store', 4114, 5, NULL, 319.00, 2, 1, 'manual_bid', '2024-05-19 04:20:45', '2024-05-19 04:20:45', '2024-05-20 04:21:02'),
(2980, 1869, 'Anatoliy fast store', 4114, 5, NULL, 261.00, 2, 1, 'manual_bid', '2024-05-19 04:23:45', '2024-05-19 04:23:45', '2024-05-20 04:24:02'),
(2981, 1869, 'Anatoliy fast store', 6145, 11, NULL, 0.99, 2, 2, 'manual_bid', '2024-05-19 04:24:54', '2024-05-19 04:24:54', '2024-05-20 04:25:03'),
(2982, 1869, 'Anatoliy fast store', 6145, 11, NULL, 10.98, 3, 1, 'manual_bid', '2024-05-19 04:26:24', '2024-05-19 04:26:24', '2024-05-20 04:27:03'),
(2983, 1869, 'Anatoliy fast store', 4960, 12, NULL, 27.87, 4, 1, 'manual_bid', '2024-05-19 04:28:50', '2024-05-19 04:28:50', '2024-05-20 04:29:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(2984, 1869, 'Anatoliy fast store', 4960, 12, NULL, 9.13, 4, 2, 'manual_bid', '2024-05-19 04:30:17', '2024-05-19 04:30:17', '2024-05-20 04:31:03'),
(2985, 1869, 'Anatoliy fast store', 5118, 13, NULL, 160.00, 3, 2, 'manual_bid', '2024-05-19 04:32:32', '2024-05-19 04:32:32', '2024-05-20 04:33:03'),
(2986, 1869, 'Anatoliy fast store', 5118, 13, NULL, 480.00, 2, 1, 'manual_bid', '2024-05-19 04:33:08', '2024-05-19 04:33:08', '2024-05-20 04:34:02'),
(2987, 1869, 'Anatoliy fast store', 5118, 13, NULL, 352.00, 2, 1, 'manual_bid', '2024-05-19 04:34:03', '2024-05-19 04:34:03', '2024-05-20 04:35:04'),
(2988, 1869, 'Anatoliy fast store', 5247, 14, NULL, 28.60, 5, 1, 'manual_bid', '2024-05-19 04:35:25', '2024-05-19 04:35:25', '2024-05-20 04:36:03'),
(2989, 1869, 'Anatoliy fast store', 5247, 14, NULL, 23.40, 3, 2, 'manual_bid', '2024-05-19 04:36:20', '2024-05-19 04:36:20', '2024-05-20 04:37:03'),
(2990, 1869, 'Anatoliy fast store', 3813, 15, NULL, 24.09, 4, 1, 'manual_bid', '2024-05-19 04:38:42', '2024-05-19 04:38:42', '2024-05-20 04:39:04'),
(2991, 1869, 'Anatoliy fast store', 3813, 15, NULL, 18.90, 4, 2, 'manual_bid', '2024-05-19 04:39:24', '2024-05-19 04:39:24', '2024-05-20 04:40:03'),
(2992, 1869, 'Anatoliy fast store', 3932, 16, NULL, 214.50, 5, 1, 'manual_bid', '2024-05-19 04:41:04', '2024-05-19 04:41:04', '2024-05-20 04:42:03'),
(2993, 1869, 'Anatoliy fast store', 3932, 16, NULL, 175.50, 1, 2, 'manual_bid', '2024-05-19 04:42:30', '2024-05-19 04:42:30', '2024-05-20 04:43:03'),
(2994, 1869, 'Anatoliy fast store', 268, 18, NULL, 5.40, 3, 2, 'manual_bid', '2024-05-19 04:47:13', '2024-05-19 04:47:13', '2024-05-20 04:48:03'),
(2995, 1869, 'Anatoliy fast store', 268, 18, NULL, 6.60, 6, 1, 'manual_bid', '2024-05-19 04:49:09', '2024-05-19 04:49:09', '2024-05-20 04:50:04'),
(2996, 1869, 'Anatoliy fast store', 2105, 2, NULL, 200.00, 2, 2, 'manual_bid', '2024-05-19 04:50:44', '2024-05-19 04:50:44', '2024-05-20 04:51:02'),
(2997, 1869, 'Anatoliy fast store', 2105, 2, NULL, 600.00, 2, 1, 'manual_bid', '2024-05-19 04:52:08', '2024-05-19 04:52:08', '2024-05-20 04:53:03'),
(2998, 1869, 'Anatoliy fast store', 2105, 2, NULL, 440.00, 2, 1, 'manual_bid', '2024-05-19 04:52:40', '2024-05-19 04:52:40', '2024-05-20 04:53:03'),
(2999, 1869, 'Anatoliy fast store', 2105, 2, NULL, 440.00, 2, 1, 'manual_bid', '2024-05-19 04:54:13', '2024-05-19 04:54:13', '2024-05-20 04:55:04'),
(3000, 1869, 'Anatoliy fast store', 3360, 7, NULL, 55.00, 3, 1, 'manual_bid', '2024-05-19 04:56:13', '2024-05-19 04:56:13', '2024-05-20 04:57:02'),
(3001, 1869, 'Anatoliy fast store', 3360, 7, NULL, 45.00, 2, 2, 'manual_bid', '2024-05-19 04:56:48', '2024-05-19 04:56:48', '2024-05-20 04:57:02'),
(3002, 1869, 'Anatoliy fast store', 3360, 7, NULL, 25.00, 4, 2, 'manual_bid', '2024-05-19 04:57:47', '2024-05-19 04:57:47', '2024-05-20 04:58:03'),
(3003, 1869, 'Anatoliy fast store', 6088, 11, NULL, 77.00, 1, 1, 'manual_bid', '2024-05-19 04:59:12', '2024-05-19 04:59:12', '2024-05-20 05:00:04'),
(3004, 1869, 'Anatoliy fast store', 6088, 11, NULL, 63.00, 1, 2, 'manual_bid', '2024-05-19 04:59:47', '2024-05-19 04:59:47', '2024-05-20 05:00:04'),
(3005, 1866, 'Tetyana store', 1890, 19, 16, 2028.78, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3006, 1866, 'Tetyana store', 2379, 16, 16, 43.60, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3007, 1866, 'Tetyana store', 2400, 19, 16, 37.10, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3008, 1866, 'Tetyana store', 1923, 13, 16, 17.08, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3009, 1866, 'Tetyana store', 6055, 15, 16, 8.20, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3010, 1866, 'Tetyana store', 1774, 7, 16, 63.02, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3011, 1866, 'Tetyana store', 6025, 11, 16, 99.98, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3012, 1866, 'Tetyana store', 399, 16, 16, 128.75, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3013, 1866, 'Tetyana store', 807, 18, 16, 34.33, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3014, 1866, 'Tetyana store', 5293, 14, 16, 112.35, 1, 1, 'ai_bid', '2024-05-19 05:01:06', '2024-05-19 05:01:06', '2024-05-20 05:02:02'),
(3015, 1866, 'Tetyana store', 1777, 5, 16, 30.51, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3016, 1866, 'Tetyana store', 2820, 19, 16, 142.04, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3017, 1866, 'Tetyana store', 1759, 2, 16, 127.20, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3018, 1866, 'Tetyana store', 4757, 12, 16, 79.27, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3019, 1866, 'Tetyana store', 1281, 18, 16, 63.60, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3020, 1866, 'Tetyana store', 1338, 15, 16, 16.68, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3021, 1866, 'Tetyana store', 2939, 19, 16, 428.40, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3022, 1866, 'Tetyana store', 4049, 13, 16, 182.58, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3023, 1866, 'Tetyana store', 4906, 12, 16, 3.20, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3024, 1866, 'Tetyana store', 2229, 16, 16, 28.29, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3025, 1866, 'Tetyana store', 4774, 12, 16, 104.00, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3026, 1866, 'Tetyana store', 5706, 10, 16, 31.65, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3027, 1866, 'Tetyana store', 1984, 4, 16, 270.39, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3028, 1866, 'Tetyana store', 426, 17, 16, 15.30, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:02'),
(3029, 1866, 'Tetyana store', 2601, 17, 16, 16.32, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3030, 1866, 'Tetyana store', 5920, 13, 16, 32.95, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3031, 1866, 'Tetyana store', 5181, 16, 16, 19.61, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3032, 1866, 'Tetyana store', 692, 10, 16, 8.48, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3033, 1866, 'Tetyana store', 3770, 7, 16, 13.23, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3034, 1866, 'Tetyana store', 1236, 10, 16, 104.82, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3035, 1866, 'Tetyana store', 2958, 14, 16, 111.30, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3036, 1866, 'Tetyana store', 2232, 19, 16, 58.30, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3037, 1866, 'Tetyana store', 1408, 14, 16, 16.26, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3038, 1866, 'Tetyana store', 3254, 5, 16, 84.80, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3039, 1866, 'Tetyana store', 4126, 5, 16, 84.64, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3040, 1866, 'Tetyana store', 5574, 10, 16, 144.64, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3041, 1866, 'Tetyana store', 4456, 15, 16, 676.27, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3042, 1866, 'Tetyana store', 2576, 17, 16, 20.47, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3043, 1866, 'Tetyana store', 2732, 17, 16, 20.69, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3044, 1866, 'Tetyana store', 6017, 17, 16, 23.64, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3045, 1866, 'Tetyana store', 455, 19, 16, 530.25, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3046, 1866, 'Tetyana store', 3446, 14, 16, 82.59, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3047, 1866, 'Tetyana store', 6027, 14, 16, 4.50, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3048, 1866, 'Tetyana store', 537, 15, 16, 962.68, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3049, 1866, 'Tetyana store', 2314, 2, 16, 121.90, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3050, 1866, 'Tetyana store', 6013, 17, 16, 33.65, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3051, 1866, 'Tetyana store', 800, 19, 16, 33.52, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3052, 1866, 'Tetyana store', 585, 19, 16, 484.10, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3053, 1866, 'Tetyana store', 1348, 19, 16, 8.03, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3054, 1866, 'Tetyana store', 3144, 19, 16, 175.10, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3055, 1866, 'Tetyana store', 2571, 7, 16, 16.39, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3056, 1866, 'Tetyana store', 4231, 5, 16, 101.00, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3057, 1866, 'Tetyana store', 6056, 11, 16, 52.00, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3058, 1866, 'Tetyana store', 572, 18, 16, 969.00, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3059, 1866, 'Tetyana store', 3947, 16, 16, 328.59, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3060, 1866, 'Tetyana store', 5464, 12, 16, 199.68, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3061, 1866, 'Tetyana store', 5054, 16, 16, 120.92, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3062, 1866, 'Tetyana store', 3734, 10, 16, 142.50, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3063, 1866, 'Tetyana store', 1647, 7, 16, 14.73, 1, 1, 'ai_bid', '2024-05-19 05:01:07', '2024-05-19 05:01:07', '2024-05-20 05:02:03'),
(3064, 1866, 'Tetyana store', 5518, 12, 16, 18.71, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3065, 1866, 'Tetyana store', 2149, 2, 16, 129.32, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3066, 1866, 'Tetyana store', 4266, 5, 16, 83.99, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3067, 1866, 'Tetyana store', 3490, 11, 16, 20.99, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3068, 1866, 'Tetyana store', 1909, 7, 16, 11.43, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3069, 1866, 'Tetyana store', 5233, 13, 16, 13.00, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3070, 1866, 'Tetyana store', 3878, 11, 16, 4.84, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3071, 1866, 'Tetyana store', 608, 7, 16, 2.02, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3072, 1866, 'Tetyana store', 1894, 19, 16, 0.21, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:03'),
(3073, 1866, 'Tetyana store', 642, 5, 16, 1.03, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:04'),
(3074, 1866, 'Tetyana store', 803, 19, 16, 0.20, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:04'),
(3075, 1866, 'Tetyana store', 949, 5, 16, 0.30, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:04'),
(3076, 1866, 'Tetyana store', 1827, 19, 16, 0.13, 1, 1, 'ai_bid', '2024-05-19 05:01:08', '2024-05-19 05:01:08', '2024-05-20 05:02:04'),
(3077, 1869, 'Anatoliy fast store', 361, 10, NULL, 16.20, 1, 2, 'manual_bid', '2024-05-19 05:01:58', '2024-05-19 05:01:58', '2024-05-20 05:02:04'),
(3078, 1869, 'Anatoliy fast store', 361, 10, NULL, 19.80, 1, 1, 'manual_bid', '2024-05-19 05:04:06', '2024-05-19 05:04:06', '2024-05-20 05:05:04'),
(3079, 1869, 'Anatoliy fast store', 5876, 15, NULL, 73.59, 1, 1, 'manual_bid', '2024-05-19 05:05:53', '2024-05-19 05:05:53', '2024-05-20 05:06:02'),
(3080, 1869, 'Anatoliy fast store', 5876, 15, NULL, 60.39, 1, 2, 'manual_bid', '2024-05-19 05:06:36', '2024-05-19 05:06:36', '2024-05-20 05:07:02'),
(3081, 1871, 'Almeida', 4770, 12, 7, 38.10, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3082, 1871, 'Almeida', 2011, 5, 7, 1435.20, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3083, 1871, 'Almeida', 1678, 18, 7, 723.84, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3084, 1871, 'Almeida', 1927, 10, 7, 38.52, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3085, 1871, 'Almeida', 3912, 2, 7, 24.95, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3086, 1871, 'Almeida', 3813, 15, 7, 23.31, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3087, 1871, 'Almeida', 4671, 12, 7, 9.26, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3088, 1871, 'Almeida', 5848, 18, 7, 21.37, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3089, 1871, 'Almeida', 206, 7, 7, 27.17, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3090, 1871, 'Almeida', 4878, 12, 7, 242.66, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3091, 1871, 'Almeida', 236, 12, 7, 753.59, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3092, 1871, 'Almeida', 2147, 7, 7, 40.79, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3093, 1871, 'Almeida', 3186, 4, 7, 8.36, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3094, 1871, 'Almeida', 665, 19, 7, 94.94, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3095, 1871, 'Almeida', 3694, 14, 7, 469.60, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3096, 1871, 'Almeida', 659, 10, 7, 8.40, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:03'),
(3097, 1871, 'Almeida', 2488, 16, 7, 104.00, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3098, 1871, 'Almeida', 5215, 16, 7, 26.25, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3099, 1871, 'Almeida', 817, 18, 7, 66.91, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3100, 1871, 'Almeida', 5179, 16, 7, 84.79, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3101, 1871, 'Almeida', 34, 2, 7, 3.03, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3102, 1871, 'Almeida', 299, 5, 7, 2.64, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3103, 1871, 'Almeida', 3027, 14, 7, 3264.00, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3104, 1871, 'Almeida', 4077, 5, 7, 46.80, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3105, 1871, 'Almeida', 4709, 12, 7, 50.07, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3106, 1871, 'Almeida', 383, 10, 7, 10.42, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3107, 1871, 'Almeida', 1259, 18, 7, 309.96, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3108, 1871, 'Almeida', 2081, 19, 7, 805.60, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3109, 1871, 'Almeida', 1859, 18, 7, 3.71, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3110, 1871, 'Almeida', 5530, 10, 7, 9.12, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3111, 1871, 'Almeida', 2178, 12, 7, 20.18, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3112, 1871, 'Almeida', 4201, 18, 7, 20.20, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3113, 1871, 'Almeida', 1149, 18, 7, 209.99, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3114, 1871, 'Almeida', 2937, 19, 7, 832.00, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3115, 1871, 'Almeida', 4825, 12, 7, 176.18, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3116, 1871, 'Almeida', 2978, 14, 7, 212.65, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3117, 1871, 'Almeida', 2654, 14, 7, 20.95, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3118, 1871, 'Almeida', 2072, 19, 7, 20.14, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3119, 1871, 'Almeida', 2955, 14, 7, 19.80, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3120, 1871, 'Almeida', 1685, 19, 7, 31.49, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3121, 1871, 'Almeida', 2292, 19, 7, 204.97, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3122, 1871, 'Almeida', 3162, 4, 7, 24.37, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3123, 1871, 'Almeida', 238, 5, 7, 16.96, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3124, 1871, 'Almeida', 720, 18, 7, 38.33, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3125, 1871, 'Almeida', 263, 18, 7, 6.47, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3126, 1871, 'Almeida', 4675, 12, 7, 5.11, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3127, 1871, 'Almeida', 642, 5, 7, 1.04, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3128, 1871, 'Almeida', 967, 5, 7, 3.18, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3129, 1871, 'Almeida', 803, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3130, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3131, 1871, 'Almeida', 949, 5, 7, 0.31, 1, 1, 'ai_bid', '2024-05-19 06:20:10', '2024-05-19 06:20:10', '2024-05-20 06:21:04'),
(3132, 1870, 'Liliana', 5167, 16, 8, 185.39, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3133, 1870, 'Liliana', 299, 5, 8, 2.69, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3134, 1870, 'Liliana', 3373, 7, 8, 11.54, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3135, 1870, 'Liliana', 4136, 18, 8, 36.74, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3136, 1870, 'Liliana', 5513, 10, 8, 82.61, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3137, 1870, 'Liliana', 2602, 19, 8, 10.80, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3138, 1870, 'Liliana', 391, 18, 8, 20.66, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3139, 1870, 'Liliana', 3807, 19, 8, 4815.25, 1, 1, 'ai_bid', '2024-05-19 06:28:17', '2024-05-19 06:28:17', '2024-05-20 06:29:03'),
(3140, 1870, 'Liliana', 2031, 4, 8, 548.08, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3141, 1870, 'Liliana', 4312, 15, 8, 13.85, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3142, 1870, 'Liliana', 940, 5, 8, 72.60, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3143, 1870, 'Liliana', 827, 5, 8, 332.80, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3144, 1870, 'Liliana', 4885, 12, 8, 515.58, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3145, 1870, 'Liliana', 3857, 2, 8, 40.60, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3146, 1870, 'Liliana', 1459, 10, 8, 5.04, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3147, 1870, 'Liliana', 2024, 2, 8, 13.31, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3148, 1870, 'Liliana', 4694, 12, 8, 29.14, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3149, 1870, 'Liliana', 3031, 18, 8, 132.11, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3150, 1870, 'Liliana', 1400, 19, 8, 1518.40, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3151, 1870, 'Liliana', 5038, 14, 8, 10.49, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3152, 1870, 'Liliana', 4112, 5, 8, 70.70, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3153, 1870, 'Liliana', 4524, 16, 8, 10.37, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3154, 1870, 'Liliana', 5414, 17, 8, 43.08, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3155, 1870, 'Liliana', 5082, 16, 8, 23.42, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3156, 1870, 'Liliana', 4928, 12, 8, 51.27, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3157, 1870, 'Liliana', 1888, 19, 8, 539.58, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3158, 1870, 'Liliana', 4982, 13, 8, 88.40, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3159, 1870, 'Liliana', 5210, 13, 8, 35.69, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3160, 1870, 'Liliana', 3201, 5, 8, 227.24, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3161, 1870, 'Liliana', 1473, 14, 8, 21.14, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3162, 1870, 'Liliana', 5005, 11, 8, 35.34, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3163, 1870, 'Liliana', 5148, 13, 8, 611.99, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3164, 1870, 'Liliana', 3169, 4, 8, 202.28, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3165, 1870, 'Liliana', 3387, 10, 8, 21.38, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3166, 1870, 'Liliana', 5683, 10, 8, 27.70, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3167, 1870, 'Liliana', 1081, 19, 8, 167.99, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3168, 1870, 'Liliana', 4349, 15, 8, 5.19, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3169, 1870, 'Liliana', 3050, 2, 8, 11.01, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3170, 1870, 'Liliana', 2522, 18, 8, 13.51, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3171, 1870, 'Liliana', 2073, 4, 8, 2.56, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3172, 1870, 'Liliana', 1129, 4, 8, 2.63, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3173, 1870, 'Liliana', 1829, 5, 8, 0.80, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:03'),
(3174, 1870, 'Liliana', 1842, 19, 8, 1.06, 1, 1, 'ai_bid', '2024-05-19 06:28:18', '2024-05-19 06:28:18', '2024-05-20 06:29:04'),
(3175, 1873, 'Gustavo', 5474, 7, 9, 42.22, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:03'),
(3176, 1873, 'Gustavo', 5798, 15, 9, 1272.00, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3177, 1873, 'Gustavo', 4745, 14, 9, 195.51, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3178, 1873, 'Gustavo', 4090, 18, 9, 9.35, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3179, 1873, 'Gustavo', 1672, 17, 9, 30.29, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3180, 1873, 'Gustavo', 2321, 18, 9, 145.71, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3181, 1873, 'Gustavo', 5203, 16, 9, 164.21, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3182, 1873, 'Gustavo', 1591, 19, 9, 7.61, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3183, 1873, 'Gustavo', 1558, 18, 9, 20.46, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3184, 1873, 'Gustavo', 2574, 10, 9, 20.45, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3185, 1873, 'Gustavo', 1678, 18, 9, 730.80, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3186, 1873, 'Gustavo', 941, 5, 9, 5.20, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3187, 1873, 'Gustavo', 654, 18, 9, 54.54, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3188, 1873, 'Gustavo', 4479, 16, 9, 2.09, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3189, 1873, 'Gustavo', 4831, 12, 9, 166.94, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3190, 1873, 'Gustavo', 435, 18, 9, 1716.99, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3191, 1873, 'Gustavo', 239, 17, 9, 47.20, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3192, 1873, 'Gustavo', 4314, 15, 9, 4.85, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3193, 1873, 'Gustavo', 6125, 11, 9, 74.20, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3194, 1873, 'Gustavo', 4551, 14, 9, 2184.00, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3195, 1873, 'Gustavo', 4031, 17, 9, 61.79, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3196, 1873, 'Gustavo', 2196, 19, 9, 15.60, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3197, 1873, 'Gustavo', 5944, 11, 9, 80.80, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3198, 1873, 'Gustavo', 6132, 11, 9, 41.60, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3199, 1873, 'Gustavo', 267, 2, 9, 185.39, 1, 1, 'ai_bid', '2024-05-19 06:44:04', '2024-05-19 06:44:04', '2024-05-20 06:45:04'),
(3200, 1873, 'Gustavo', 1291, 2, 9, 10.65, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3201, 1873, 'Gustavo', 5145, 16, 9, 42.23, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3202, 1873, 'Gustavo', 1685, 19, 9, 30.89, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3203, 1873, 'Gustavo', 868, 17, 9, 72.80, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3204, 1873, 'Gustavo', 2792, 13, 9, 20.99, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3205, 1873, 'Gustavo', 5310, 14, 9, 64.65, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3206, 1873, 'Gustavo', 3622, 17, 9, 926.99, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3207, 1873, 'Gustavo', 5883, 11, 9, 2199.60, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3208, 1873, 'Gustavo', 2802, 18, 9, 47.12, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3209, 1873, 'Gustavo', 5077, 14, 9, 9.26, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3210, 1873, 'Gustavo', 2852, 12, 9, 17.16, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3211, 1873, 'Gustavo', 1248, 19, 9, 29.47, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3212, 1873, 'Gustavo', 2939, 19, 9, 436.80, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3213, 1873, 'Gustavo', 4662, 12, 9, 30.52, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3214, 1873, 'Gustavo', 2343, 6, 9, 49.95, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3215, 1873, 'Gustavo', 5041, 13, 9, 20.20, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3216, 1873, 'Gustavo', 1459, 10, 9, 5.19, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3217, 1873, 'Gustavo', 1227, 10, 9, 160.13, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3218, 1873, 'Gustavo', 1967, 19, 9, 2.82, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3219, 1873, 'Gustavo', 1580, 19, 9, 15.10, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3220, 1873, 'Gustavo', 1521, 15, 9, 17.85, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3221, 1873, 'Gustavo', 2934, 14, 9, 116.54, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3222, 1873, 'Gustavo', 1912, 10, 9, 3.91, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3223, 1873, 'Gustavo', 5913, 15, 9, 117.50, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3224, 1873, 'Gustavo', 218, 12, 9, 37.42, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3225, 1873, 'Gustavo', 2148, 2, 9, 101.00, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3226, 1873, 'Gustavo', 4757, 12, 9, 79.27, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3227, 1873, 'Gustavo', 1524, 15, 9, 19.57, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3228, 1873, 'Gustavo', 398, 7, 9, 15.44, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3229, 1873, 'Gustavo', 1369, 15, 9, 42.40, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3230, 1873, 'Gustavo', 5491, 17, 9, 535.50, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3231, 1873, 'Gustavo', 2967, 16, 9, 295.74, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3232, 1873, 'Gustavo', 5870, 15, 9, 12.96, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3233, 1873, 'Gustavo', 2154, 4, 9, 20.35, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3234, 1873, 'Gustavo', 3237, 4, 9, 135.19, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3235, 1873, 'Gustavo', 4210, 5, 9, 22.25, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3236, 1873, 'Gustavo', 6152, 11, 9, 24.03, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3237, 1873, 'Gustavo', 692, 10, 9, 8.24, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3238, 1873, 'Gustavo', 4726, 12, 9, 18.71, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3239, 1873, 'Gustavo', 5734, 10, 9, 26.77, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3240, 1873, 'Gustavo', 5505, 10, 9, 85.85, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3241, 1873, 'Gustavo', 3382, 10, 9, 2.40, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3242, 1873, 'Gustavo', 829, 18, 9, 22.27, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3243, 1873, 'Gustavo', 5459, 7, 9, 116.60, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3244, 1873, 'Gustavo', 5718, 15, 9, 154.50, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3245, 1873, 'Gustavo', 321, 10, 9, 78.30, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3246, 1873, 'Gustavo', 782, 14, 9, 6.99, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3247, 1873, 'Gustavo', 1023, 5, 9, 163.24, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3248, 1873, 'Gustavo', 1273, 19, 9, 349.80, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3249, 1873, 'Gustavo', 6168, 11, 9, 30.15, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3250, 1873, 'Gustavo', 5874, 11, 9, 231.00, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3251, 1873, 'Gustavo', 673, 19, 9, 356.16, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3252, 1873, 'Gustavo', 3825, 15, 9, 23.68, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3253, 1873, 'Gustavo', 936, 5, 9, 51.89, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:04'),
(3254, 1873, 'Gustavo', 6104, 11, 9, 1.44, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3255, 1873, 'Gustavo', 3508, 11, 9, 9.54, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3256, 1873, 'Gustavo', 2917, 14, 9, 16.97, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3257, 1873, 'Gustavo', 1428, 15, 9, 10.18, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3258, 1873, 'Gustavo', 5051, 11, 9, 21.19, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3259, 1873, 'Gustavo', 4704, 12, 9, 1.33, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3260, 1873, 'Gustavo', 1894, 19, 9, 0.21, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3261, 1873, 'Gustavo', 949, 5, 9, 0.31, 1, 1, 'ai_bid', '2024-05-19 06:44:05', '2024-05-19 06:44:05', '2024-05-20 06:45:05'),
(3262, 1866, 'Tetyana store', 2395, 2, 6, 14.17, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3263, 1866, 'Tetyana store', 2023, 19, 6, 1.06, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3264, 1866, 'Tetyana store', 617, 7, 6, 14.84, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3265, 1866, 'Tetyana store', 4817, 17, 6, 18.12, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3266, 1866, 'Tetyana store', 1523, 10, 6, 1.64, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3267, 1866, 'Tetyana store', 1719, 5, 6, 1.09, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3268, 1866, 'Tetyana store', 1894, 19, 6, 0.21, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3269, 1866, 'Tetyana store', 1811, 5, 6, 0.20, 1, 1, 'ai_bid', '2024-05-19 06:50:05', '2024-05-19 06:50:05', '2024-05-20 06:51:03'),
(3270, 1866, 'Tetyana store', 6009, 17, 11, 20.12, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:03'),
(3271, 1866, 'Tetyana store', 1485, 15, 11, 561.94, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:03'),
(3272, 1866, 'Tetyana store', 1009, 5, 11, 9.09, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:03'),
(3273, 1866, 'Tetyana store', 2949, 17, 11, 22.63, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3274, 1866, 'Tetyana store', 2534, 14, 11, 10.18, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3275, 1866, 'Tetyana store', 5873, 13, 11, 8.07, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3276, 1866, 'Tetyana store', 3905, 16, 11, 43.45, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3277, 1866, 'Tetyana store', 556, 16, 11, 7.21, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3278, 1866, 'Tetyana store', 2028, 19, 11, 39.39, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3279, 1866, 'Tetyana store', 3733, 13, 11, 5.47, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3280, 1866, 'Tetyana store', 3714, 18, 11, 251.89, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3281, 1866, 'Tetyana store', 3052, 2, 11, 5.10, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3282, 1866, 'Tetyana store', 4158, 5, 11, 634.94, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3283, 1866, 'Tetyana store', 1915, 19, 11, 72.64, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3284, 1866, 'Tetyana store', 4028, 17, 11, 20.92, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3285, 1866, 'Tetyana store', 1652, 17, 11, 14.03, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3286, 1866, 'Tetyana store', 3123, 18, 11, 112.27, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3287, 1866, 'Tetyana store', 3210, 17, 11, 15.71, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3288, 1866, 'Tetyana store', 511, 18, 11, 727.65, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3289, 1866, 'Tetyana store', 2230, 19, 11, 30.60, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3290, 1866, 'Tetyana store', 2021, 4, 11, 10.06, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3291, 1866, 'Tetyana store', 3190, 4, 11, 11.43, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3292, 1866, 'Tetyana store', 3009, 14, 11, 635.50, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3293, 1866, 'Tetyana store', 4014, 17, 11, 7.90, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3294, 1866, 'Tetyana store', 3691, 14, 11, 498.30, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3295, 1866, 'Tetyana store', 1862, 18, 11, 51.34, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3296, 1866, 'Tetyana store', 2529, 7, 11, 58.79, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3297, 1866, 'Tetyana store', 5301, 14, 11, 52.52, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3298, 1866, 'Tetyana store', 5393, 17, 11, 50.81, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3299, 1866, 'Tetyana store', 5255, 16, 11, 24.03, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3300, 1866, 'Tetyana store', 5048, 11, 11, 48.47, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3301, 1866, 'Tetyana store', 4613, 14, 11, 375.35, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3302, 1866, 'Tetyana store', 1686, 18, 11, 582.77, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3303, 1866, 'Tetyana store', 413, 18, 11, 32.52, 1, 1, 'ai_bid', '2024-05-19 06:57:05', '2024-05-19 06:57:05', '2024-05-20 06:58:04'),
(3304, 1866, 'Tetyana store', 5192, 16, 11, 20.85, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3305, 1866, 'Tetyana store', 2750, 14, 11, 246.75, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3306, 1866, 'Tetyana store', 1891, 17, 11, 78.40, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3307, 1866, 'Tetyana store', 5425, 12, 11, 7.37, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3308, 1866, 'Tetyana store', 2922, 2, 11, 33.08, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3309, 1866, 'Tetyana store', 5096, 16, 11, 22.92, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3310, 1866, 'Tetyana store', 2063, 13, 11, 4.89, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3311, 1866, 'Tetyana store', 1870, 19, 11, 24.24, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3312, 1866, 'Tetyana store', 4580, 5, 11, 31.30, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3313, 1866, 'Tetyana store', 1902, 15, 11, 103.47, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3314, 1866, 'Tetyana store', 3871, 16, 11, 52.51, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3315, 1866, 'Tetyana store', 5900, 11, 11, 103.89, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3316, 1866, 'Tetyana store', 3504, 11, 11, 8.15, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3317, 1866, 'Tetyana store', 4186, 5, 11, 131.30, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3318, 1866, 'Tetyana store', 401, 16, 11, 271.36, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3319, 1866, 'Tetyana store', 3879, 2, 11, 61.44, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3320, 1866, 'Tetyana store', 1172, 18, 11, 66.56, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3321, 1866, 'Tetyana store', 2858, 19, 11, 3150.00, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3322, 1866, 'Tetyana store', 3445, 10, 11, 8.08, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3323, 1866, 'Tetyana store', 3229, 5, 11, 146.29, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3324, 1866, 'Tetyana store', 5238, 16, 11, 205.01, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3325, 1866, 'Tetyana store', 5225, 13, 11, 617.99, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3326, 1866, 'Tetyana store', 3888, 11, 11, 170.69, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3327, 1866, 'Tetyana store', 1758, 16, 11, 441.37, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3328, 1866, 'Tetyana store', 5859, 17, 11, 202.80, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3329, 1866, 'Tetyana store', 3058, 2, 11, 441.87, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3330, 1866, 'Tetyana store', 815, 18, 11, 74.68, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3331, 1866, 'Tetyana store', 2964, 14, 11, 840.00, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3332, 1866, 'Tetyana store', 3088, 2, 11, 24.10, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3333, 1866, 'Tetyana store', 3422, 14, 11, 11.91, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3334, 1866, 'Tetyana store', 6059, 15, 11, 20.59, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3335, 1866, 'Tetyana store', 1808, 2, 11, 31.80, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3336, 1866, 'Tetyana store', 3222, 5, 11, 4.20, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3337, 1866, 'Tetyana store', 3075, 2, 11, 12.86, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3338, 1866, 'Tetyana store', 44, 2, 11, 4.16, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:04'),
(3339, 1866, 'Tetyana store', 1916, 7, 11, 3.43, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:05'),
(3340, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:05'),
(3341, 1866, 'Tetyana store', 1829, 5, 11, 0.78, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:05'),
(3342, 1866, 'Tetyana store', 1827, 19, 11, 0.13, 1, 1, 'ai_bid', '2024-05-19 06:57:06', '2024-05-19 06:57:06', '2024-05-20 06:58:05'),
(3343, 1867, 'Omevoric enterprises', 2449, 19, 12, 755.98, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3344, 1867, 'Omevoric enterprises', 2198, 16, 12, 30.59, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3345, 1867, 'Omevoric enterprises', 4700, 14, 12, 30.30, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3346, 1867, 'Omevoric enterprises', 1504, 15, 12, 30.36, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3347, 1867, 'Omevoric enterprises', 2231, 18, 12, 54.05, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3348, 1867, 'Omevoric enterprises', 5014, 13, 12, 552.25, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3349, 1867, 'Omevoric enterprises', 2040, 17, 12, 55.98, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3350, 1867, 'Omevoric enterprises', 2280, 19, 12, 208.00, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3351, 1867, 'Omevoric enterprises', 1616, 4, 12, 302.89, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3352, 1867, 'Omevoric enterprises', 5621, 15, 12, 156.00, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3353, 1867, 'Omevoric enterprises', 2639, 18, 12, 10.40, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3354, 1867, 'Omevoric enterprises', 5548, 10, 12, 32.63, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3355, 1867, 'Omevoric enterprises', 4369, 18, 12, 11330.00, 1, 1, 'ai_bid', '2024-05-19 07:06:04', '2024-05-19 07:06:04', '2024-05-20 07:07:02'),
(3356, 1867, 'Omevoric enterprises', 4751, 12, 12, 31.30, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:02'),
(3357, 1867, 'Omevoric enterprises', 4291, 14, 12, 151.50, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:02'),
(3358, 1867, 'Omevoric enterprises', 1317, 19, 12, 15.80, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:02'),
(3359, 1867, 'Omevoric enterprises', 4859, 12, 12, 7.66, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(3360, 1867, 'Omevoric enterprises', 4835, 12, 12, 26.02, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:02'),
(3361, 1867, 'Omevoric enterprises', 3588, 12, 12, 16.11, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3362, 1867, 'Omevoric enterprises', 3014, 14, 12, 210.08, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3363, 1867, 'Omevoric enterprises', 5782, 17, 12, 20.30, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3364, 1867, 'Omevoric enterprises', 2719, 18, 12, 28.60, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3365, 1867, 'Omevoric enterprises', 129, 7, 12, 43.95, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3366, 1867, 'Omevoric enterprises', 3794, 15, 12, 30.29, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3367, 1867, 'Omevoric enterprises', 5120, 13, 12, 19.94, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3368, 1867, 'Omevoric enterprises', 5573, 10, 12, 73.10, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3369, 1867, 'Omevoric enterprises', 1160, 14, 12, 4.51, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3370, 1867, 'Omevoric enterprises', 3024, 10, 12, 200.99, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3371, 1867, 'Omevoric enterprises', 672, 10, 12, 3.15, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3372, 1867, 'Omevoric enterprises', 496, 19, 12, 135.19, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3373, 1867, 'Omevoric enterprises', 3545, 10, 12, 38.55, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3374, 1867, 'Omevoric enterprises', 121, 7, 12, 4.65, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3375, 1867, 'Omevoric enterprises', 3792, 19, 12, 234.59, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3376, 1867, 'Omevoric enterprises', 3065, 2, 12, 4.12, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3377, 1867, 'Omevoric enterprises', 1290, 19, 12, 3.48, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3378, 1867, 'Omevoric enterprises', 1640, 19, 12, 1.06, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3379, 1867, 'Omevoric enterprises', 1731, 5, 12, 2.08, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3380, 1867, 'Omevoric enterprises', 1811, 5, 12, 0.21, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3381, 1867, 'Omevoric enterprises', 1894, 19, 12, 0.20, 1, 1, 'ai_bid', '2024-05-19 07:06:05', '2024-05-19 07:06:05', '2024-05-20 07:07:03'),
(3382, 1868, 'Marcelo Ltd', 1492, 19, 13, 67.19, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3383, 1868, 'Marcelo Ltd', 5452, 17, 13, 24.37, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3384, 1868, 'Marcelo Ltd', 1530, 15, 13, 13.64, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3385, 1868, 'Marcelo Ltd', 2851, 19, 13, 6565.00, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3386, 1868, 'Marcelo Ltd', 2591, 19, 13, 16.11, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3387, 1868, 'Marcelo Ltd', 810, 10, 13, 26.35, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3388, 1868, 'Marcelo Ltd', 1439, 10, 13, 262.71, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3389, 1868, 'Marcelo Ltd', 1262, 19, 13, 1.62, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3390, 1868, 'Marcelo Ltd', 4610, 16, 13, 13.08, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3391, 1868, 'Marcelo Ltd', 514, 18, 13, 932.25, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3392, 1868, 'Marcelo Ltd', 3494, 10, 13, 13.67, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3393, 1868, 'Marcelo Ltd', 3593, 12, 13, 4.66, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3394, 1868, 'Marcelo Ltd', 1823, 10, 13, 14.03, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3395, 1868, 'Marcelo Ltd', 2272, 7, 13, 41.97, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3396, 1868, 'Marcelo Ltd', 5360, 14, 13, 209.03, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3397, 1868, 'Marcelo Ltd', 3699, 10, 13, 55.57, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3398, 1868, 'Marcelo Ltd', 943, 5, 13, 41.59, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3399, 1868, 'Marcelo Ltd', 477, 19, 13, 440.27, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3400, 1868, 'Marcelo Ltd', 1227, 10, 13, 158.60, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3401, 1868, 'Marcelo Ltd', 5726, 10, 13, 11.77, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3402, 1868, 'Marcelo Ltd', 2836, 14, 13, 1101.45, 1, 1, 'ai_bid', '2024-05-19 07:39:05', '2024-05-19 07:39:05', '2024-05-20 07:40:03'),
(3403, 1868, 'Marcelo Ltd', 1495, 19, 13, 19.57, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:03'),
(3404, 1868, 'Marcelo Ltd', 2470, 5, 13, 44.72, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:03'),
(3405, 1868, 'Marcelo Ltd', 1803, 2, 13, 20.80, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:03'),
(3406, 1868, 'Marcelo Ltd', 5466, 7, 13, 21.41, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:03'),
(3407, 1868, 'Marcelo Ltd', 2181, 17, 13, 9.06, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:03'),
(3408, 1868, 'Marcelo Ltd', 4676, 12, 13, 50.67, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:03'),
(3409, 1868, 'Marcelo Ltd', 288, 6, 13, 11.91, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:03'),
(3410, 1868, 'Marcelo Ltd', 5993, 17, 13, 5.24, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3411, 1868, 'Marcelo Ltd', 2978, 14, 13, 212.65, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3412, 1868, 'Marcelo Ltd', 5063, 14, 13, 24.71, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3413, 1868, 'Marcelo Ltd', 5832, 11, 13, 49.98, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3414, 1868, 'Marcelo Ltd', 2732, 17, 13, 20.69, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3415, 1868, 'Marcelo Ltd', 791, 19, 13, 76.50, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3416, 1868, 'Marcelo Ltd', 4741, 12, 13, 11.23, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3417, 1868, 'Marcelo Ltd', 291, 5, 13, 15.32, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3418, 1868, 'Marcelo Ltd', 143, 18, 13, 1.04, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3419, 1868, 'Marcelo Ltd', 756, 19, 13, 0.47, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3420, 1868, 'Marcelo Ltd', 624, 5, 13, 1.02, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3421, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-05-19 07:39:06', '2024-05-19 07:39:06', '2024-05-20 07:40:04'),
(3422, 1869, 'Anatoliy fast store', 5505, 10, 14, 81.80, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:02'),
(3423, 1869, 'Anatoliy fast store', 675, 19, 14, 31.80, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:02'),
(3424, 1869, 'Anatoliy fast store', 2055, 4, 14, 237.66, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:02'),
(3425, 1869, 'Anatoliy fast store', 6133, 11, 14, 15.15, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:02'),
(3426, 1869, 'Anatoliy fast store', 2540, 14, 14, 92.69, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:02'),
(3427, 1869, 'Anatoliy fast store', 1694, 19, 14, 14.79, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:02'),
(3428, 1869, 'Anatoliy fast store', 5047, 14, 14, 10.59, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:02'),
(3429, 1869, 'Anatoliy fast store', 2247, 19, 14, 53.00, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3430, 1869, 'Anatoliy fast store', 2719, 18, 14, 27.52, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3431, 1869, 'Anatoliy fast store', 2861, 14, 14, 56.64, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3432, 1869, 'Anatoliy fast store', 3750, 7, 14, 66.95, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3433, 1869, 'Anatoliy fast store', 86, 2, 14, 138.72, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3434, 1869, 'Anatoliy fast store', 1529, 15, 14, 21.20, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3435, 1869, 'Anatoliy fast store', 3430, 14, 14, 44.09, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3436, 1869, 'Anatoliy fast store', 766, 19, 14, 3.36, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3437, 1869, 'Anatoliy fast store', 6166, 11, 14, 60.59, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3438, 1869, 'Anatoliy fast store', 548, 18, 14, 56.70, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3439, 1869, 'Anatoliy fast store', 3221, 4, 14, 21.93, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3440, 1869, 'Anatoliy fast store', 6028, 15, 14, 2.17, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3441, 1869, 'Anatoliy fast store', 2664, 18, 14, 2816.42, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3442, 1869, 'Anatoliy fast store', 2716, 14, 14, 27.19, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3443, 1869, 'Anatoliy fast store', 3540, 13, 14, 5038.95, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3444, 1869, 'Anatoliy fast store', 5660, 10, 14, 1299.55, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3445, 1869, 'Anatoliy fast store', 809, 18, 14, 174.89, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3446, 1869, 'Anatoliy fast store', 1870, 19, 14, 25.20, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3447, 1869, 'Anatoliy fast store', 1693, 18, 14, 9.21, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3448, 1869, 'Anatoliy fast store', 5698, 15, 14, 127.50, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3449, 1869, 'Anatoliy fast store', 1381, 2, 14, 879.80, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3450, 1869, 'Anatoliy fast store', 3637, 18, 14, 429.25, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3451, 1869, 'Anatoliy fast store', 2485, 16, 14, 146.63, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3452, 1869, 'Anatoliy fast store', 4947, 13, 14, 525.92, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3453, 1869, 'Anatoliy fast store', 3082, 2, 14, 12.22, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3454, 1869, 'Anatoliy fast store', 2178, 12, 14, 19.59, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3455, 1869, 'Anatoliy fast store', 5565, 12, 14, 141.45, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3456, 1869, 'Anatoliy fast store', 3498, 13, 14, 51.95, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3457, 1869, 'Anatoliy fast store', 3797, 15, 14, 13.15, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3458, 1869, 'Anatoliy fast store', 235, 12, 14, 224.69, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3459, 1869, 'Anatoliy fast store', 6099, 15, 14, 8.38, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3460, 1869, 'Anatoliy fast store', 997, 1, 14, 114.71, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3461, 1869, 'Anatoliy fast store', 194, 7, 14, 385.03, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3462, 1869, 'Anatoliy fast store', 3155, 19, 14, 112.20, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3463, 1869, 'Anatoliy fast store', 538, 18, 14, 338.46, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3464, 1869, 'Anatoliy fast store', 5002, 11, 14, 178.49, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3465, 1869, 'Anatoliy fast store', 3139, 4, 14, 41.82, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3466, 1869, 'Anatoliy fast store', 593, 10, 14, 15.60, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3467, 1869, 'Anatoliy fast store', 6041, 11, 14, 104.68, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3468, 1869, 'Anatoliy fast store', 3885, 2, 14, 424.00, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3469, 1869, 'Anatoliy fast store', 5199, 16, 14, 57.67, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3470, 1869, 'Anatoliy fast store', 78, 2, 14, 73.50, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3471, 1869, 'Anatoliy fast store', 4219, 5, 14, 1.31, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3472, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.21, 1, 1, 'ai_bid', '2024-05-19 08:06:05', '2024-05-19 08:06:05', '2024-05-20 08:07:03'),
(3473, 1872, 'Melisa', 776, 7, 18, 9.44, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3474, 1872, 'Melisa', 3103, 18, 18, 140.70, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3475, 1872, 'Melisa', 3400, 10, 18, 32.23, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3476, 1872, 'Melisa', 975, 17, 18, 42.28, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3477, 1872, 'Melisa', 5797, 13, 18, 20.19, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3478, 1872, 'Melisa', 3124, 2, 18, 43.68, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3479, 1872, 'Melisa', 2914, 14, 18, 34.13, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3480, 1872, 'Melisa', 1825, 4, 18, 233.19, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3481, 1872, 'Melisa', 5160, 16, 18, 271.40, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3482, 1872, 'Melisa', 6098, 15, 18, 20.38, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3483, 1872, 'Melisa', 4994, 14, 18, 20.99, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3484, 1872, 'Melisa', 3890, 15, 18, 292.90, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3485, 1872, 'Melisa', 2308, 19, 18, 275.40, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3486, 1872, 'Melisa', 5588, 12, 18, 389.27, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:03'),
(3487, 1872, 'Melisa', 1240, 18, 18, 5096.00, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3488, 1872, 'Melisa', 4233, 18, 18, 45.87, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3489, 1872, 'Melisa', 5006, 14, 18, 9.17, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3490, 1872, 'Melisa', 3337, 15, 18, 206.70, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3491, 1872, 'Melisa', 2289, 2, 18, 555.50, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3492, 1872, 'Melisa', 3160, 19, 18, 205.01, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3493, 1872, 'Melisa', 5949, 11, 18, 212.00, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3494, 1872, 'Melisa', 3607, 12, 18, 741.33, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3495, 1872, 'Melisa', 3667, 13, 18, 19.37, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3496, 1872, 'Melisa', 2208, 12, 18, 59.88, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3497, 1872, 'Melisa', 3675, 10, 18, 31.00, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3498, 1872, 'Melisa', 5577, 10, 18, 155.38, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3499, 1872, 'Melisa', 3792, 19, 18, 243.79, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3500, 1872, 'Melisa', 5027, 14, 18, 9.53, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3501, 1872, 'Melisa', 3747, 14, 18, 8.31, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3502, 1872, 'Melisa', 3433, 10, 18, 14.55, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3503, 1872, 'Melisa', 3006, 15, 18, 384.54, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3504, 1872, 'Melisa', 5022, 11, 18, 17.16, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3505, 1872, 'Melisa', 1285, 10, 18, 12.81, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3506, 1872, 'Melisa', 591, 10, 18, 10.10, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3507, 1872, 'Melisa', 5802, 13, 18, 21.19, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3508, 1872, 'Melisa', 6091, 15, 18, 8.39, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3509, 1872, 'Melisa', 4635, 5, 18, 18.71, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3510, 1872, 'Melisa', 765, 19, 18, 1.38, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3511, 1872, 'Melisa', 4237, 18, 18, 22.00, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3512, 1872, 'Melisa', 205, 18, 18, 57.16, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3513, 1872, 'Melisa', 734, 19, 18, 0.23, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3514, 1872, 'Melisa', 949, 5, 18, 0.31, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3515, 1872, 'Melisa', 2370, 19, 18, 2.21, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3516, 1872, 'Melisa', 5759, 13, 18, 4.03, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3517, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-05-19 09:57:06', '2024-05-19 09:57:06', '2024-05-20 09:58:04'),
(3518, 1872, 'Melisa', 31, 2, NULL, 5.00, 1, 2, 'manual_bid', '2024-05-19 10:18:52', '2024-05-19 10:18:52', '2024-05-20 10:19:03'),
(3519, 1872, 'Melisa', 22, 2, NULL, 14.30, 1, 1, 'manual_bid', '2024-05-19 10:22:26', '2024-05-19 10:22:26', '2024-05-20 10:23:03'),
(3520, 1873, 'Gustavo', 4085, 5, NULL, 12.10, 3, 1, 'manual_bid', '2024-05-19 16:11:36', '2024-05-19 16:11:36', '2024-05-20 16:12:02'),
(3521, 1873, 'Gustavo', 3156, 4, NULL, 31.90, 2, 1, 'manual_bid', '2024-05-19 16:12:16', '2024-05-19 16:12:16', '2024-05-20 16:13:03'),
(3522, 1873, 'Gustavo', 3279, 5, NULL, 5.50, 2, 1, 'manual_bid', '2024-05-19 16:13:13', '2024-05-19 16:13:13', '2024-05-20 16:14:03'),
(3523, 1873, 'Gustavo', 4364, 16, NULL, 12.10, 3, 1, 'manual_bid', '2024-05-19 16:14:03', '2024-05-19 16:14:03', '2024-05-20 16:14:03'),
(3524, 1873, 'Gustavo', 430, 16, NULL, 44.00, 2, 1, 'manual_bid', '2024-05-19 16:15:06', '2024-05-19 16:15:06', '2024-05-20 16:16:03'),
(3525, 1873, 'Gustavo', 3055, 2, NULL, 4.20, 2, 1, 'manual_bid', '2024-05-19 16:16:22', '2024-05-19 16:16:22', '2024-05-20 16:17:04'),
(3526, 1873, 'Gustavo', 2949, 17, NULL, 28.45, 2, 1, 'manual_bid', '2024-05-19 16:17:33', '2024-05-19 16:17:33', '2024-05-20 16:18:02'),
(3527, 1873, 'Gustavo', 3404, 15, NULL, 5.70, 2, 2, 'manual_bid', '2024-05-19 16:18:22', '2024-05-19 16:18:22', '2024-05-20 16:19:03'),
(3528, 1873, 'Gustavo', 430, 16, NULL, 20.00, 2, 2, 'manual_bid', '2024-05-19 16:19:12', '2024-05-19 16:19:12', '2024-05-20 16:20:04'),
(3529, 1873, 'Gustavo', 4364, 16, NULL, 9.00, 3, 2, 'manual_bid', '2024-05-19 16:19:48', '2024-05-19 16:19:48', '2024-05-20 16:20:04'),
(3530, 1873, 'Gustavo', 1533, 15, NULL, 27.00, 2, 1, 'manual_bid', '2024-05-19 16:20:33', '2024-05-19 16:20:33', '2024-05-20 16:21:03'),
(3531, 1873, 'Gustavo', 5383, 17, NULL, 42.20, 2, 1, 'manual_bid', '2024-05-19 16:21:05', '2024-05-19 16:21:05', '2024-05-20 16:22:03'),
(3532, 1873, 'Gustavo', 4014, 17, NULL, 5.30, 2, 2, 'manual_bid', '2024-05-19 16:21:29', '2024-05-19 16:21:29', '2024-05-20 16:22:03'),
(3533, 1873, 'Gustavo', 579, 16, NULL, 72.00, 2, 1, 'manual_bid', '2024-05-19 16:21:56', '2024-05-19 16:21:56', '2024-05-20 16:22:03'),
(3534, 1873, 'Gustavo', 5431, 17, NULL, 19.40, 1, 2, 'manual_bid', '2024-05-19 16:22:31', '2024-05-19 16:22:31', '2024-05-20 16:23:02'),
(3535, 1873, 'Gustavo', 228, 5, NULL, 3.40, 2, 2, 'manual_bid', '2024-05-19 16:23:03', '2024-05-19 16:23:03', '2024-05-20 16:24:02'),
(3536, 1747, 'Shopnice', 2144, 10, NULL, 32.98, 20, 1, 'manual_bid', '2024-05-19 22:46:53', '2024-05-19 22:46:53', '2024-05-20 22:47:04'),
(3537, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 30, 1, 'manual_bid', '2024-05-19 22:52:46', '2024-05-19 22:52:46', '2024-05-20 22:53:04'),
(3538, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 30, 1, 'manual_bid', '2024-05-19 22:52:53', '2024-05-19 22:52:53', '2024-05-20 22:53:06'),
(3539, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 9, 1, 'manual_bid', '2024-05-19 22:55:09', '2024-05-19 22:55:09', '2024-05-20 22:56:03'),
(3540, 1866, 'Tetyana store', 40, 2, NULL, 51.70, 4, 1, 'manual_bid', '2024-05-20 00:19:58', '2024-05-20 00:19:58', '2024-05-21 00:20:04'),
(3541, 1866, 'Tetyana store', 40, 2, NULL, 42.30, 4, 2, 'manual_bid', '2024-05-20 00:20:20', '2024-05-20 00:20:20', '2024-05-21 00:21:02'),
(3542, 1866, 'Tetyana store', 1984, 4, NULL, 129.50, 2, 2, 'manual_bid', '2024-05-20 00:21:09', '2024-05-20 00:21:09', '2024-05-21 00:22:02'),
(3543, 1866, 'Tetyana store', 1984, 4, NULL, 388.00, 1, 1, 'manual_bid', '2024-05-20 00:22:55', '2024-05-20 00:22:55', '2024-05-21 00:23:03'),
(3544, 1866, 'Tetyana store', 2285, 5, NULL, 45.00, 1, 2, 'manual_bid', '2024-05-20 00:23:58', '2024-05-20 00:23:58', '2024-05-21 00:24:02'),
(3545, 1866, 'Tetyana store', 2285, 5, NULL, 135.00, 2, 1, 'manual_bid', '2024-05-20 00:24:20', '2024-05-20 00:24:20', '2024-05-21 00:25:03'),
(3546, 1866, 'Tetyana store', 360, 7, NULL, 17.10, 1, 2, 'manual_bid', '2024-05-20 00:25:22', '2024-05-20 00:25:22', '2024-05-21 00:26:02'),
(3547, 1866, 'Tetyana store', 360, 7, NULL, 20.90, 2, 1, 'manual_bid', '2024-05-20 00:25:53', '2024-05-20 00:25:53', '2024-05-21 00:26:02'),
(3548, 1866, 'Tetyana store', 1449, 10, NULL, 7.60, 2, 2, 'manual_bid', '2024-05-20 00:27:45', '2024-05-20 00:27:45', '2024-05-21 00:28:02'),
(3549, 1866, 'Tetyana store', 1449, 10, NULL, 22.82, 3, 1, 'manual_bid', '2024-05-20 00:28:11', '2024-05-20 00:28:11', '2024-05-21 00:29:04'),
(3550, 1867, 'Omevoric enterprises', 1874, 19, NULL, 0.79, 2, 2, 'manual_bid', '2024-05-20 00:28:15', '2024-05-20 00:28:15', '2024-05-21 00:29:04'),
(3551, 1867, 'Omevoric enterprises', 3424, 14, NULL, 525.60, 1, 1, 'manual_bid', '2024-05-20 00:30:01', '2024-05-20 00:30:01', '2024-05-21 00:30:03'),
(3552, 1866, 'Tetyana store', 6104, 11, NULL, 0.14, 1, 2, 'manual_bid', '2024-05-20 00:30:38', '2024-05-20 00:30:38', '2024-05-21 00:31:04'),
(3553, 1866, 'Tetyana store', 6104, 11, NULL, 1.57, 3, 1, 'manual_bid', '2024-05-20 00:31:14', '2024-05-20 00:31:14', '2024-05-21 00:32:02'),
(3554, 1866, 'Tetyana store', 4008, 12, NULL, 129.60, 1, 2, 'manual_bid', '2024-05-20 00:32:39', '2024-05-20 00:32:39', '2024-05-21 00:33:03'),
(3555, 1867, 'Omevoric enterprises', 5862, 15, NULL, 11.44, 1, 2, 'manual_bid', '2024-05-20 00:32:52', '2024-05-20 00:32:52', '2024-05-21 00:33:03'),
(3556, 1866, 'Tetyana store', 4008, 12, NULL, 158.40, 2, 1, 'manual_bid', '2024-05-20 00:33:09', '2024-05-20 00:33:09', '2024-05-21 00:34:03'),
(3557, 1866, 'Tetyana store', 3620, 13, NULL, 0.25, 1, 2, 'manual_bid', '2024-05-20 00:34:12', '2024-05-20 00:34:12', '2024-05-21 00:35:04'),
(3558, 1866, 'Tetyana store', 3620, 13, NULL, 2.79, 1, 1, 'manual_bid', '2024-05-20 00:34:59', '2024-05-20 00:34:59', '2024-05-21 00:35:04'),
(3559, 1866, 'Tetyana store', 5018, 13, NULL, 229.90, 2, 1, 'manual_bid', '2024-05-20 00:36:32', '2024-05-20 00:36:32', '2024-05-21 00:37:02'),
(3560, 1867, 'Omevoric enterprises', 6002, 11, NULL, 308.00, 3, 1, 'manual_bid', '2024-05-20 00:36:51', '2024-05-20 00:36:51', '2024-05-21 00:37:02'),
(3561, 1866, 'Tetyana store', 5018, 13, NULL, 188.00, 1, 2, 'manual_bid', '2024-05-20 00:37:01', '2024-05-20 00:37:01', '2024-05-21 00:37:02'),
(3562, 1867, 'Omevoric enterprises', 1999, 4, NULL, 66.00, 1, 1, 'manual_bid', '2024-05-20 00:38:58', '2024-05-20 00:38:58', '2024-05-21 00:39:04'),
(3563, 1867, 'Omevoric enterprises', 1605, 4, NULL, 113.49, 1, 2, 'manual_bid', '2024-05-20 00:41:12', '2024-05-20 00:41:12', '2024-05-21 00:42:02'),
(3564, 1866, 'Tetyana store', 5242, 14, NULL, 18.80, 1, 2, 'manual_bid', '2024-05-20 00:41:16', '2024-05-20 00:41:16', '2024-05-21 00:42:02'),
(3565, 1866, 'Tetyana store', 5242, 14, NULL, 56.40, 2, 1, 'manual_bid', '2024-05-20 00:42:06', '2024-05-20 00:42:06', '2024-05-21 00:43:02'),
(3566, 1866, 'Tetyana store', 5902, 15, NULL, 720.00, 1, 2, 'manual_bid', '2024-05-20 00:43:20', '2024-05-20 00:43:20', '2024-05-21 00:44:02'),
(3567, 1866, 'Tetyana store', 5902, 15, NULL, 880.00, 3, 1, 'manual_bid', '2024-05-20 00:43:41', '2024-05-20 00:43:41', '2024-05-21 00:44:02'),
(3568, 1867, 'Omevoric enterprises', 881, 5, NULL, 765.00, 2, 1, 'manual_bid', '2024-05-20 00:44:31', '2024-05-20 00:44:31', '2024-05-21 00:45:03'),
(3569, 1866, 'Tetyana store', 5407, 16, NULL, 13.50, 1, 2, 'manual_bid', '2024-05-20 00:45:26', '2024-05-20 00:45:26', '2024-05-21 00:46:03'),
(3570, 1866, 'Tetyana store', 5407, 16, NULL, 16.48, 3, 1, 'manual_bid', '2024-05-20 00:46:24', '2024-05-20 00:46:24', '2024-05-21 00:47:03'),
(3571, 1866, 'Tetyana store', 3559, 17, NULL, 159.10, 1, 2, 'manual_bid', '2024-05-20 00:47:33', '2024-05-20 00:47:33', '2024-05-21 00:48:04'),
(3572, 1867, 'Omevoric enterprises', 3168, 4, NULL, 12.23, 1, 2, 'manual_bid', '2024-05-20 00:47:46', '2024-05-20 00:47:46', '2024-05-21 00:48:04'),
(3573, 1866, 'Tetyana store', 3559, 17, NULL, 313.00, 2, 1, 'manual_bid', '2024-05-20 00:48:21', '2024-05-20 00:48:21', '2024-05-21 00:49:03'),
(3574, 1866, 'Tetyana store', 1636, 18, NULL, 8.94, 2, 2, 'manual_bid', '2024-05-20 00:49:25', '2024-05-20 00:49:25', '2024-05-21 00:50:04'),
(3575, 1866, 'Tetyana store', 1636, 18, NULL, 11.53, 2, 1, 'manual_bid', '2024-05-20 00:50:12', '2024-05-20 00:50:12', '2024-05-21 00:51:02'),
(3576, 1866, 'Tetyana store', 1727, 19, NULL, 517.00, 2, 1, 'manual_bid', '2024-05-20 00:51:57', '2024-05-20 00:51:57', '2024-05-21 00:52:02'),
(3577, 1866, 'Tetyana store', 1727, 19, NULL, 235.00, 1, 2, 'manual_bid', '2024-05-20 00:52:44', '2024-05-20 00:52:44', '2024-05-21 00:53:04'),
(3578, 1866, 'Tetyana store', 1536, 2, NULL, 64.22, 1, 2, 'manual_bid', '2024-05-20 00:54:14', '2024-05-20 00:54:14', '2024-05-21 00:55:03'),
(3579, 1867, 'Omevoric enterprises', 2707, 16, NULL, 25.29, 1, 1, 'manual_bid', '2024-05-20 00:54:40', '2024-05-20 00:54:40', '2024-05-21 00:55:04'),
(3580, 1866, 'Tetyana store', 1536, 2, NULL, 78.48, 2, 1, 'manual_bid', '2024-05-20 00:55:10', '2024-05-20 00:55:10', '2024-05-21 00:56:06'),
(3581, 1867, 'Omevoric enterprises', 4536, 14, NULL, 70.18, 1, 1, 'manual_bid', '2024-05-20 00:57:49', '2024-05-20 00:57:49', '2024-05-21 00:58:02'),
(3582, 1867, 'Omevoric enterprises', 5085, 11, NULL, 84.99, 1, 2, 'manual_bid', '2024-05-20 01:01:00', '2024-05-20 01:01:00', '2024-05-21 01:01:03'),
(3583, 1867, 'Omevoric enterprises', 4190, 14, NULL, 1077.98, 1, 1, 'manual_bid', '2024-05-20 01:03:13', '2024-05-20 01:03:13', '2024-05-21 01:04:04'),
(3584, 1867, 'Omevoric enterprises', 1781, 19, NULL, 6.50, 1, 2, 'manual_bid', '2024-05-20 01:04:50', '2024-05-20 01:04:50', '2024-05-21 01:05:05'),
(3585, 1867, 'Omevoric enterprises', 410, 16, NULL, 91.27, 1, 1, 'manual_bid', '2024-05-20 01:08:25', '2024-05-20 01:08:25', '2024-05-21 01:09:02'),
(3586, 1867, 'Omevoric enterprises', 5717, 15, NULL, 162.00, 1, 2, 'manual_bid', '2024-05-20 01:12:31', '2024-05-20 01:12:31', '2024-05-21 01:13:02'),
(3587, 1798, 'Feelyards', 4252, 5, NULL, 200.00, 1, 1, 'manual_bid', '2024-05-20 01:12:41', '2024-05-20 01:12:41', '2024-05-21 01:13:02'),
(3588, 1798, 'Feelyards', 3306, 5, NULL, 19.00, 1, 1, 'manual_bid', '2024-05-20 01:14:11', '2024-05-20 01:14:11', '2024-05-21 01:15:03'),
(3589, 1867, 'Omevoric enterprises', 3053, 18, NULL, 18.84, 1, 2, 'manual_bid', '2024-05-20 01:14:21', '2024-05-20 01:14:21', '2024-05-21 01:15:05'),
(3590, 1867, 'Omevoric enterprises', 4608, 15, NULL, 72.00, 1, 2, 'manual_bid', '2024-05-20 01:16:56', '2024-05-20 01:16:56', '2024-05-21 01:17:04'),
(3591, 1867, 'Omevoric enterprises', 1411, 10, NULL, 7.54, 1, 1, 'manual_bid', '2024-05-20 01:18:20', '2024-05-20 01:18:20', '2024-05-21 01:19:03'),
(3592, 1867, 'Omevoric enterprises', 5540, 10, NULL, 147.49, 1, 1, 'manual_bid', '2024-05-20 01:21:02', '2024-05-20 01:21:02', '2024-05-21 01:21:03'),
(3593, 1867, 'Omevoric enterprises', 6141, 11, NULL, 16.00, 2, 2, 'manual_bid', '2024-05-20 01:22:14', '2024-05-20 01:22:14', '2024-05-21 01:23:02'),
(3594, 1867, 'Omevoric enterprises', 5820, 11, NULL, 806.28, 1, 1, 'manual_bid', '2024-05-20 01:25:04', '2024-05-20 01:25:04', '2024-05-21 01:25:04'),
(3595, 1867, 'Omevoric enterprises', 4199, 18, NULL, 14.39, 1, 2, 'manual_bid', '2024-05-20 01:27:30', '2024-05-20 01:27:30', '2024-05-21 01:28:03'),
(3596, 1866, 'Tetyana store', 180, 7, NULL, 920.00, 1, 2, 'manual_bid', '2024-05-20 01:31:13', '2024-05-20 01:31:13', '2024-05-21 01:32:02'),
(3597, 1866, 'Tetyana store', 180, 7, NULL, 2024.00, 1, 1, 'manual_bid', '2024-05-20 01:31:59', '2024-05-20 01:31:59', '2024-05-21 01:32:02'),
(3598, 1866, 'Tetyana store', 3247, 5, NULL, 44.00, 1, 1, 'manual_bid', '2024-05-20 01:33:47', '2024-05-20 01:33:47', '2024-05-21 01:34:04'),
(3599, 1866, 'Tetyana store', 1034, 5, NULL, 88.30, 1, 1, 'manual_bid', '2024-05-20 01:39:27', '2024-05-20 01:39:27', '2024-05-21 01:40:04'),
(3600, 1866, 'Tetyana store', 1034, 5, NULL, 107.90, 1, 1, 'manual_bid', '2024-05-20 01:40:13', '2024-05-20 01:40:13', '2024-05-21 01:41:05'),
(3601, 1866, 'Tetyana store', 3333, 7, NULL, 5.18, 1, 2, 'manual_bid', '2024-05-20 01:43:25', '2024-05-20 01:43:25', '2024-05-21 01:44:03'),
(3602, 1866, 'Tetyana store', 3333, 7, NULL, 6.32, 2, 1, 'manual_bid', '2024-05-20 01:44:57', '2024-05-20 01:44:57', '2024-05-21 01:45:03'),
(3603, 1866, 'Tetyana store', 1916, 7, NULL, 1.70, 1, 2, 'manual_bid', '2024-05-20 01:53:31', '2024-05-20 01:53:31', '2024-05-21 01:54:03'),
(3604, 1866, 'Tetyana store', 1916, 7, NULL, 3.74, 2, 1, 'manual_bid', '2024-05-20 01:54:18', '2024-05-20 01:54:18', '2024-05-21 01:55:03'),
(3605, 1866, 'Tetyana store', 5593, 10, NULL, 125.47, 1, 2, 'manual_bid', '2024-05-20 02:02:46', '2024-05-20 02:02:46', '2024-05-21 02:03:04'),
(3606, 1866, 'Tetyana store', 5593, 10, NULL, 276.05, 1, 1, 'manual_bid', '2024-05-20 02:04:24', '2024-05-20 02:04:24', '2024-05-21 02:05:03'),
(3607, 1866, 'Tetyana store', 3737, 10, NULL, 74.74, 1, 1, 'manual_bid', '2024-05-20 02:06:42', '2024-05-20 02:06:42', '2024-05-21 02:07:02'),
(3608, 1866, 'Tetyana store', 3737, 10, NULL, 61.16, 2, 2, 'manual_bid', '2024-05-20 02:07:39', '2024-05-20 02:07:39', '2024-05-21 02:08:04'),
(3609, 1866, 'Tetyana store', 4861, 12, NULL, 70.26, 1, 2, 'manual_bid', '2024-05-20 02:09:38', '2024-05-20 02:09:38', '2024-05-21 02:10:03'),
(3610, 1866, 'Tetyana store', 4861, 12, NULL, 154.57, 1, 1, 'manual_bid', '2024-05-20 02:10:33', '2024-05-20 02:10:33', '2024-05-21 02:11:02'),
(3611, 1866, 'Tetyana store', 1314, 15, NULL, 130.50, 1, 2, 'manual_bid', '2024-05-20 02:11:36', '2024-05-20 02:11:36', '2024-05-21 02:12:04'),
(3612, 1866, 'Tetyana store', 1314, 15, NULL, 159.50, 1, 1, 'manual_bid', '2024-05-20 02:12:09', '2024-05-20 02:12:09', '2024-05-21 02:13:02'),
(3613, 1866, 'Tetyana store', 6165, 11, NULL, 225.80, 1, 2, 'manual_bid', '2024-05-20 02:23:07', '2024-05-20 02:23:07', '2024-05-21 02:24:02'),
(3614, 1866, 'Tetyana store', 6165, 11, NULL, 275.97, 1, 1, 'manual_bid', '2024-05-20 02:23:44', '2024-05-20 02:23:44', '2024-05-21 02:24:02'),
(3615, 1866, 'Tetyana store', 5215, 16, NULL, 23.39, 1, 2, 'manual_bid', '2024-05-20 02:25:14', '2024-05-20 02:25:14', '2024-05-21 02:26:02'),
(3616, 1866, 'Tetyana store', 5215, 16, NULL, 28.58, 1, 1, 'manual_bid', '2024-05-20 02:25:49', '2024-05-20 02:25:49', '2024-05-21 02:26:02'),
(3617, 1866, 'Tetyana store', 4466, 15, NULL, 67.50, 1, 2, 'manual_bid', '2024-05-20 02:26:53', '2024-05-20 02:26:53', '2024-05-21 02:27:02'),
(3618, 1866, 'Tetyana store', 4466, 15, NULL, 202.50, 2, 1, 'manual_bid', '2024-05-20 02:28:07', '2024-05-20 02:28:07', '2024-05-21 02:29:02'),
(3619, 1866, 'Tetyana store', 4391, 16, NULL, 22.34, 2, 2, 'manual_bid', '2024-05-20 02:29:51', '2024-05-20 02:29:51', '2024-05-21 02:30:05'),
(3620, 1866, 'Tetyana store', 4391, 16, NULL, 49.14, 1, 1, 'manual_bid', '2024-05-20 02:31:22', '2024-05-20 02:31:22', '2024-05-21 02:32:02'),
(3621, 1866, 'Tetyana store', 3957, 5, NULL, 35.20, 3, 1, 'manual_bid', '2024-05-20 02:32:22', '2024-05-20 02:32:22', '2024-05-21 02:33:07'),
(3622, 1866, 'Tetyana store', 3957, 5, NULL, 28.80, 1, 1, 'manual_bid', '2024-05-20 02:33:04', '2024-05-20 02:33:04', '2024-05-21 02:33:07'),
(3623, 1866, 'Tetyana store', 2271, 17, NULL, 145.00, 1, 2, 'manual_bid', '2024-05-20 02:34:24', '2024-05-20 02:34:24', '2024-05-21 02:35:04'),
(3624, 1866, 'Tetyana store', 2271, 17, NULL, 319.00, 2, 1, 'manual_bid', '2024-05-20 02:35:00', '2024-05-20 02:35:00', '2024-05-21 02:35:04'),
(3625, 1866, 'Tetyana store', 2232, 19, NULL, 27.50, 1, 2, 'manual_bid', '2024-05-20 02:37:56', '2024-05-20 02:37:56', '2024-05-21 02:38:03'),
(3626, 1866, 'Tetyana store', 2232, 19, NULL, 60.50, 2, 1, 'manual_bid', '2024-05-20 02:38:25', '2024-05-20 02:38:25', '2024-05-21 02:39:02'),
(3627, 1866, 'Tetyana store', 2175, 19, NULL, 28.28, 5, 1, 'manual_bid', '2024-05-20 02:39:27', '2024-05-20 02:39:27', '2024-05-21 02:40:03'),
(3628, 1866, 'Tetyana store', 2175, 19, NULL, 25.20, 2, 1, 'manual_bid', '2024-05-20 02:39:52', '2024-05-20 02:39:52', '2024-05-21 02:40:03'),
(3629, 1868, 'Marcelo Ltd', 442, 16, NULL, 100.00, 1, 2, 'manual_bid', '2024-05-20 02:41:22', '2024-05-20 02:41:22', '2024-05-21 02:42:03'),
(3630, 1866, 'Tetyana store', 1721, 19, NULL, 741.00, 1, 2, 'manual_bid', '2024-05-20 02:41:34', '2024-05-20 02:41:34', '2024-05-21 02:42:03'),
(3631, 1866, 'Tetyana store', 1721, 19, NULL, 1633.50, 1, 1, 'manual_bid', '2024-05-20 02:42:06', '2024-05-20 02:42:06', '2024-05-21 02:43:04'),
(3632, 1868, 'Marcelo Ltd', 4055, 18, NULL, 35.49, 1, 2, 'manual_bid', '2024-05-20 02:43:04', '2024-05-20 02:43:04', '2024-05-21 02:43:04'),
(3633, 1866, 'Tetyana store', 2464, 19, NULL, 63.89, 1, 1, 'manual_bid', '2024-05-20 02:43:48', '2024-05-20 02:43:48', '2024-05-21 02:44:03'),
(3634, 1866, 'Tetyana store', 2464, 19, NULL, 78.08, 2, 1, 'manual_bid', '2024-05-20 02:44:30', '2024-05-20 02:44:30', '2024-05-21 02:45:05'),
(3635, 1868, 'Marcelo Ltd', 1768, 19, NULL, 1141.13, 1, 1, 'manual_bid', '2024-05-20 02:45:11', '2024-05-20 02:45:11', '2024-05-21 02:46:02'),
(3636, 1868, 'Marcelo Ltd', 1311, 14, NULL, 40.13, 1, 2, 'manual_bid', '2024-05-20 02:46:37', '2024-05-20 02:46:37', '2024-05-21 02:47:03'),
(3637, 1868, 'Marcelo Ltd', 96, 2, NULL, 23.00, 1, 1, 'manual_bid', '2024-05-20 02:48:08', '2024-05-20 02:48:08', '2024-05-21 02:49:03'),
(3638, 1868, 'Marcelo Ltd', 5529, 1, NULL, 9.62, 1, 2, 'manual_bid', '2024-05-20 02:49:59', '2024-05-20 02:49:59', '2024-05-21 02:50:03'),
(3639, 1868, 'Marcelo Ltd', 224, 12, NULL, 53.67, 1, 1, 'manual_bid', '2024-05-20 02:51:37', '2024-05-20 02:51:37', '2024-05-21 02:52:02'),
(3640, 1868, 'Marcelo Ltd', 1699, 18, NULL, 52.50, 1, 2, 'manual_bid', '2024-05-20 02:53:32', '2024-05-20 02:53:32', '2024-05-21 02:54:02'),
(3641, 1868, 'Marcelo Ltd', 628, 19, NULL, 260.00, 1, 1, 'manual_bid', '2024-05-20 02:54:51', '2024-05-20 02:54:51', '2024-05-21 02:55:09'),
(3642, 1868, 'Marcelo Ltd', 6152, 11, NULL, 21.41, 2, 2, 'manual_bid', '2024-05-20 02:57:00', '2024-05-20 02:57:00', '2024-05-21 02:57:22'),
(3643, 1868, 'Marcelo Ltd', 1552, 19, NULL, 41.95, 1, 1, 'manual_bid', '2024-05-20 02:58:25', '2024-05-20 02:58:25', '2024-05-21 02:58:25'),
(3644, 1868, 'Marcelo Ltd', 5544, 10, NULL, 14.82, 1, 2, 'manual_bid', '2024-05-20 02:59:53', '2024-05-20 02:59:53', '2024-05-21 03:00:12'),
(3645, 1868, 'Marcelo Ltd', 4063, 13, NULL, 18.38, 1, 1, 'manual_bid', '2024-05-20 03:01:21', '2024-05-20 03:01:21', '2024-05-21 03:02:14'),
(3646, 1868, 'Marcelo Ltd', 5851, 15, NULL, 89.99, 1, 2, 'manual_bid', '2024-05-20 03:02:46', '2024-05-20 03:02:46', '2024-05-21 03:03:09'),
(3647, 1868, 'Marcelo Ltd', 975, 17, NULL, 45.59, 1, 1, 'manual_bid', '2024-05-20 03:04:17', '2024-05-20 03:04:17', '2024-05-21 03:05:09'),
(3648, 1868, 'Marcelo Ltd', 51, 2, NULL, 62.40, 2, 2, 'manual_bid', '2024-05-20 03:05:50', '2024-05-20 03:05:50', '2024-05-21 03:06:03'),
(3649, 1869, 'Anatoliy fast store', 4649, 15, 17, 31.30, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3650, 1869, 'Anatoliy fast store', 2199, 19, 17, 30.60, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3651, 1869, 'Anatoliy fast store', 2688, 10, 17, 30.89, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3652, 1869, 'Anatoliy fast store', 1587, 18, 17, 78.44, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3653, 1869, 'Anatoliy fast store', 4373, 14, 17, 1554.80, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3654, 1869, 'Anatoliy fast store', 228, 5, 17, 5.14, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3655, 1869, 'Anatoliy fast store', 5689, 15, 17, 123.41, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3656, 1869, 'Anatoliy fast store', 1463, 17, 17, 154.50, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3657, 1869, 'Anatoliy fast store', 2753, 18, 17, 1545.00, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3658, 1869, 'Anatoliy fast store', 650, 2, 17, 25.25, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3659, 1869, 'Anatoliy fast store', 2956, 14, 17, 520.20, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3660, 1869, 'Anatoliy fast store', 5655, 10, 17, 2550.00, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3661, 1869, 'Anatoliy fast store', 1446, 19, 17, 362.96, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3662, 1869, 'Anatoliy fast store', 3071, 2, 17, 31.79, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3663, 1869, 'Anatoliy fast store', 5745, 13, 17, 28.27, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3664, 1869, 'Anatoliy fast store', 3571, 12, 17, 5.14, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3665, 1869, 'Anatoliy fast store', 209, 18, 17, 3054.00, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3666, 1869, 'Anatoliy fast store', 1009, 5, 17, 9.27, 1, 1, 'ai_bid', '2024-05-20 05:15:09', '2024-05-20 05:15:09', '2024-05-21 05:16:03'),
(3667, 1869, 'Anatoliy fast store', 3268, 5, 17, 2.06, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3668, 1869, 'Anatoliy fast store', 4602, 16, 17, 30.40, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3669, 1869, 'Anatoliy fast store', 636, 14, 17, 7.42, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3670, 1869, 'Anatoliy fast store', 4678, 12, 17, 12.15, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3671, 1869, 'Anatoliy fast store', 620, 5, 17, 3.09, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3672, 1869, 'Anatoliy fast store', 5558, 10, 17, 3.09, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3673, 1869, 'Anatoliy fast store', 949, 5, 17, 0.32, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3674, 1869, 'Anatoliy fast store', 734, 19, 17, 0.22, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:03'),
(3675, 1869, 'Anatoliy fast store', 803, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-05-20 05:15:10', '2024-05-20 05:15:10', '2024-05-21 05:16:04'),
(3676, 1866, 'Tetyana store', 5455, 17, 16, 53.60, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3677, 1866, 'Tetyana store', 3536, 10, 16, 1522.50, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3678, 1866, 'Tetyana store', 5648, 10, 16, 7849.80, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3679, 1866, 'Tetyana store', 2073, 4, 16, 2.61, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3680, 1866, 'Tetyana store', 6126, 11, 16, 22.38, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3681, 1866, 'Tetyana store', 1987, 4, 16, 55.96, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3682, 1866, 'Tetyana store', 5291, 16, 16, 16.65, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3683, 1866, 'Tetyana store', 4104, 5, 16, 2.06, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3684, 1866, 'Tetyana store', 2229, 16, 16, 26.96, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3685, 1866, 'Tetyana store', 5687, 15, 16, 35.35, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3686, 1866, 'Tetyana store', 5256, 14, 16, 48.48, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3687, 1866, 'Tetyana store', 3561, 12, 16, 9.50, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3688, 1866, 'Tetyana store', 3421, 10, 16, 30.45, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3689, 1866, 'Tetyana store', 530, 17, 16, 13.09, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3690, 1866, 'Tetyana store', 6079, 15, 16, 10.49, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3691, 1866, 'Tetyana store', 3127, 2, 16, 13.91, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3692, 1866, 'Tetyana store', 5295, 16, 16, 20.99, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3693, 1866, 'Tetyana store', 4115, 14, 16, 62.39, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3694, 1866, 'Tetyana store', 4663, 12, 16, 8.79, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3695, 1866, 'Tetyana store', 783, 18, 16, 40.44, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3696, 1866, 'Tetyana store', 4015, 1, 16, 22.06, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3697, 1866, 'Tetyana store', 3508, 11, 16, 9.09, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3698, 1866, 'Tetyana store', 3320, 5, 16, 81.59, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3699, 1866, 'Tetyana store', 4685, 12, 16, 16.21, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3700, 1866, 'Tetyana store', 5557, 10, 16, 188.11, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3701, 1866, 'Tetyana store', 1870, 19, 16, 24.96, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3702, 1866, 'Tetyana store', 2259, 19, 16, 215.22, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3703, 1866, 'Tetyana store', 949, 5, 16, 0.31, 1, 1, 'ai_bid', '2024-05-20 06:14:04', '2024-05-20 06:14:04', '2024-05-21 06:15:04'),
(3704, 1871, 'Almeida', 4003, 12, 7, 195.69, 1, 1, 'ai_bid', '2024-05-20 07:33:04', '2024-05-20 07:33:04', '2024-05-21 07:34:02'),
(3705, 1871, 'Almeida', 2456, 2, 7, 12.48, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:02'),
(3706, 1871, 'Almeida', 5009, 11, 7, 39.51, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:02'),
(3707, 1871, 'Almeida', 816, 19, 7, 5.62, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:02'),
(3708, 1871, 'Almeida', 5070, 16, 7, 135.68, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:02'),
(3709, 1871, 'Almeida', 3229, 5, 7, 147.68, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:02'),
(3710, 1871, 'Almeida', 1760, 17, 7, 390.37, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:02'),
(3711, 1871, 'Almeida', 287, 14, 7, 15.44, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3712, 1871, 'Almeida', 2132, 19, 7, 100.01, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3713, 1871, 'Almeida', 4654, 15, 7, 997.50, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3714, 1871, 'Almeida', 156, 18, 7, 5.30, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3715, 1871, 'Almeida', 5875, 17, 7, 151.04, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3716, 1871, 'Almeida', 1016, 16, 7, 133.55, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3717, 1871, 'Almeida', 4364, 16, 7, 11.33, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3718, 1871, 'Almeida', 4799, 12, 7, 53.54, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3719, 1871, 'Almeida', 3759, 14, 7, 20.39, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3720, 1871, 'Almeida', 2784, 14, 7, 14.31, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3721, 1871, 'Almeida', 4820, 12, 7, 68.12, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3722, 1871, 'Almeida', 736, 18, 7, 169.74, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(3723, 1871, 'Almeida', 499, 19, 7, 1305.93, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3724, 1871, 'Almeida', 2032, 19, 7, 41.34, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3725, 1871, 'Almeida', 4256, 5, 7, 2624.99, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3726, 1871, 'Almeida', 49, 2, 7, 318.00, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3727, 1871, 'Almeida', 3590, 12, 7, 41.95, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3728, 1871, 'Almeida', 855, 19, 7, 29.95, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3729, 1871, 'Almeida', 2471, 7, 7, 348.74, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3730, 1871, 'Almeida', 4738, 14, 7, 115.54, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3731, 1871, 'Almeida', 610, 19, 7, 1922.96, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3732, 1871, 'Almeida', 5348, 14, 7, 210.93, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3733, 1871, 'Almeida', 5741, 16, 7, 136.35, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3734, 1871, 'Almeida', 5057, 14, 7, 19.56, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3735, 1871, 'Almeida', 4043, 18, 7, 14.57, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3736, 1871, 'Almeida', 4587, 16, 7, 25.77, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3737, 1871, 'Almeida', 4731, 12, 7, 14.83, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3738, 1871, 'Almeida', 4174, 14, 7, 550.16, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3739, 1871, 'Almeida', 3801, 4, 7, 7.10, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3740, 1871, 'Almeida', 922, 18, 7, 42.42, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3741, 1871, 'Almeida', 3558, 12, 7, 11.16, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3742, 1871, 'Almeida', 5555, 10, 7, 43.91, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3743, 1871, 'Almeida', 4749, 14, 7, 182.58, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3744, 1871, 'Almeida', 454, 16, 7, 100.52, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3745, 1871, 'Almeida', 6073, 11, 7, 42.00, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3746, 1871, 'Almeida', 1625, 19, 7, 5.36, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3747, 1871, 'Almeida', 734, 19, 7, 0.23, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3748, 1871, 'Almeida', 1827, 19, 7, 0.13, 1, 1, 'ai_bid', '2024-05-20 07:33:05', '2024-05-20 07:33:05', '2024-05-21 07:34:03'),
(3749, 1870, 'Liliana', 1695, 12, 8, 70.69, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3750, 1870, 'Liliana', 1705, 19, 8, 900.99, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3751, 1870, 'Liliana', 2077, 5, 8, 5.30, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3752, 1870, 'Liliana', 1720, 18, 8, 1802.00, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3753, 1870, 'Liliana', 4802, 17, 8, 43.43, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3754, 1870, 'Liliana', 6079, 15, 8, 10.09, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3755, 1870, 'Liliana', 294, 5, 8, 46.65, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3756, 1870, 'Liliana', 835, 19, 8, 23.06, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3757, 1870, 'Liliana', 2559, 14, 8, 122.00, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3758, 1870, 'Liliana', 1747, 17, 8, 35.36, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3759, 1870, 'Liliana', 5577, 10, 8, 156.88, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3760, 1870, 'Liliana', 4706, 12, 8, 107.93, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3761, 1870, 'Liliana', 3572, 17, 8, 32.10, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3762, 1870, 'Liliana', 2923, 13, 8, 11.21, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3763, 1870, 'Liliana', 2579, 19, 8, 31.37, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3764, 1870, 'Liliana', 6005, 11, 8, 1027.94, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3765, 1870, 'Liliana', 3783, 15, 8, 20.39, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3766, 1870, 'Liliana', 5437, 12, 8, 16.96, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3767, 1870, 'Liliana', 4186, 5, 8, 136.50, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3768, 1870, 'Liliana', 2660, 18, 8, 28.98, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3769, 1870, 'Liliana', 1060, 19, 8, 233.20, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3770, 1870, 'Liliana', 5551, 12, 8, 207.99, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3771, 1870, 'Liliana', 5918, 17, 8, 183.60, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:02'),
(3772, 1870, 'Liliana', 4940, 14, 8, 19.57, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3773, 1870, 'Liliana', 3916, 2, 8, 606.00, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3774, 1870, 'Liliana', 1860, 13, 8, 917.37, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3775, 1870, 'Liliana', 3479, 14, 8, 47.67, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3776, 1870, 'Liliana', 2272, 7, 8, 41.17, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3777, 1870, 'Liliana', 2281, 10, 8, 26.83, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3778, 1870, 'Liliana', 2975, 19, 8, 509.37, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3779, 1870, 'Liliana', 3684, 18, 8, 436.08, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3780, 1870, 'Liliana', 6168, 11, 8, 30.73, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3781, 1870, 'Liliana', 1584, 19, 8, 3.98, 1, 1, 'ai_bid', '2024-05-20 07:41:04', '2024-05-20 07:41:04', '2024-05-21 07:42:03'),
(3782, 1870, 'Liliana', 5327, 16, 8, 28.78, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3783, 1870, 'Liliana', 181, 4, 8, 261.03, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3784, 1870, 'Liliana', 2678, 10, 8, 38.97, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3785, 1870, 'Liliana', 5992, 11, 8, 84.80, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3786, 1870, 'Liliana', 2472, 16, 8, 47.78, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3787, 1870, 'Liliana', 5816, 15, 8, 15.44, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3788, 1870, 'Liliana', 425, 17, 8, 39.38, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3789, 1870, 'Liliana', 2275, 5, 8, 37.80, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3790, 1870, 'Liliana', 5531, 10, 8, 45.23, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3791, 1870, 'Liliana', 2699, 14, 8, 40.39, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3792, 1870, 'Liliana', 4986, 14, 8, 11.20, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3793, 1870, 'Liliana', 896, 18, 8, 11.54, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3794, 1870, 'Liliana', 1618, 18, 8, 53.23, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3795, 1870, 'Liliana', 1951, 12, 8, 36.75, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3796, 1870, 'Liliana', 3525, 13, 8, 310.96, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3797, 1870, 'Liliana', 1919, 18, 8, 70.70, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3798, 1870, 'Liliana', 3631, 13, 8, 13.18, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3799, 1870, 'Liliana', 2277, 16, 8, 31.60, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3800, 1870, 'Liliana', 2826, 10, 8, 30.89, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3801, 1870, 'Liliana', 4097, 14, 8, 20.99, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3802, 1870, 'Liliana', 2056, 4, 8, 313.95, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3803, 1870, 'Liliana', 1313, 2, 8, 728.00, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3804, 1870, 'Liliana', 4665, 12, 8, 8.10, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3805, 1870, 'Liliana', 5372, 13, 8, 163.19, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3806, 1870, 'Liliana', 5277, 14, 8, 206.29, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3807, 1870, 'Liliana', 284, 14, 8, 131.30, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3808, 1870, 'Liliana', 3310, 15, 8, 7.30, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3809, 1870, 'Liliana', 3131, 18, 8, 21.00, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3810, 1870, 'Liliana', 5058, 16, 8, 19.07, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3811, 1870, 'Liliana', 5649, 15, 8, 14.19, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3812, 1870, 'Liliana', 806, 5, 8, 20.20, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3813, 1870, 'Liliana', 624, 5, 8, 1.04, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3814, 1870, 'Liliana', 2366, 10, 8, 18.71, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3815, 1870, 'Liliana', 3986, 12, 8, 31.49, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3816, 1870, 'Liliana', 3060, 18, 8, 15.75, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3817, 1870, 'Liliana', 1811, 5, 8, 0.21, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3818, 1870, 'Liliana', 734, 19, 8, 0.22, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3819, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-05-20 07:41:05', '2024-05-20 07:41:05', '2024-05-21 07:42:03'),
(3820, 1873, 'Gustavo', 1641, 17, 9, 13.25, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3821, 1873, 'Gustavo', 616, 19, 9, 160.14, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3822, 1873, 'Gustavo', 3068, 2, 9, 15.89, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3823, 1873, 'Gustavo', 903, 18, 9, 83.31, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3824, 1873, 'Gustavo', 4414, 16, 9, 243.36, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3825, 1873, 'Gustavo', 834, 13, 9, 353.50, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3826, 1873, 'Gustavo', 702, 19, 9, 28.43, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3827, 1873, 'Gustavo', 2284, 17, 9, 102.16, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3828, 1873, 'Gustavo', 4483, 16, 9, 3.18, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3829, 1873, 'Gustavo', 1085, 4, 9, 5.19, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3830, 1873, 'Gustavo', 2142, 17, 9, 10.09, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:03'),
(3831, 1873, 'Gustavo', 6135, 11, 9, 19.08, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3832, 1873, 'Gustavo', 5223, 13, 9, 734.99, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3833, 1873, 'Gustavo', 5553, 12, 9, 112.19, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3834, 1873, 'Gustavo', 4320, 18, 9, 21.19, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3835, 1873, 'Gustavo', 652, 5, 9, 6407.64, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3836, 1873, 'Gustavo', 608, 7, 9, 2.02, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3837, 1873, 'Gustavo', 3145, 4, 9, 174.74, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3838, 1873, 'Gustavo', 5734, 10, 9, 27.03, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3839, 1873, 'Gustavo', 308, 7, 9, 7.47, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3840, 1873, 'Gustavo', 4537, 16, 9, 516.02, 1, 1, 'ai_bid', '2024-05-20 07:57:05', '2024-05-20 07:57:05', '2024-05-21 07:58:04'),
(3841, 1873, 'Gustavo', 891, 7, 9, 13.06, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3842, 1873, 'Gustavo', 5955, 17, 9, 6.34, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3843, 1873, 'Gustavo', 463, 19, 9, 584.06, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3844, 1873, 'Gustavo', 2662, 19, 9, 102.00, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3845, 1873, 'Gustavo', 3540, 13, 9, 4894.98, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3846, 1873, 'Gustavo', 5760, 15, 9, 156.00, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3847, 1873, 'Gustavo', 2197, 17, 9, 11.21, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3848, 1873, 'Gustavo', 2605, 14, 9, 29.39, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3849, 1873, 'Gustavo', 784, 18, 9, 40.05, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3850, 1873, 'Gustavo', 1191, 18, 9, 51.00, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3851, 1873, 'Gustavo', 3287, 5, 9, 9.36, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3852, 1873, 'Gustavo', 4530, 16, 9, 29.67, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3853, 1873, 'Gustavo', 1224, 19, 9, 15.76, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3854, 1873, 'Gustavo', 954, 5, 9, 21.00, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3855, 1873, 'Gustavo', 2945, 5, 9, 24.56, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3856, 1873, 'Gustavo', 68, 2, 9, 10.50, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3857, 1873, 'Gustavo', 4979, 12, 9, 4.62, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3858, 1873, 'Gustavo', 4880, 14, 9, 8.31, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3859, 1873, 'Gustavo', 3746, 7, 9, 39.25, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3860, 1873, 'Gustavo', 5325, 14, 9, 52.01, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3861, 1873, 'Gustavo', 963, 5, 9, 2.04, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3862, 1873, 'Gustavo', 727, 19, 9, 5.15, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3863, 1873, 'Gustavo', 3620, 13, 9, 2.69, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3864, 1873, 'Gustavo', 949, 5, 9, 0.32, 1, 1, 'ai_bid', '2024-05-20 07:57:06', '2024-05-20 07:57:06', '2024-05-21 07:58:04'),
(3865, 1866, 'Tetyana store', 2191, 19, 6, 13.13, 1, 1, 'ai_bid', '2024-05-20 08:02:03', '2024-05-20 08:02:03', '2024-05-21 08:02:03'),
(3866, 1866, 'Tetyana store', 2561, 7, 6, 21.10, 1, 1, 'ai_bid', '2024-05-20 08:02:03', '2024-05-20 08:02:03', '2024-05-21 08:02:03'),
(3867, 1866, 'Tetyana store', 5544, 10, 6, 16.63, 1, 1, 'ai_bid', '2024-05-20 08:02:03', '2024-05-20 08:02:03', '2024-05-21 08:02:03'),
(3868, 1866, 'Tetyana store', 734, 19, 6, 0.23, 1, 1, 'ai_bid', '2024-05-20 08:02:03', '2024-05-20 08:02:03', '2024-05-21 08:02:03'),
(3869, 1866, 'Tetyana store', 1811, 5, 6, 0.21, 1, 1, 'ai_bid', '2024-05-20 08:02:03', '2024-05-20 08:02:03', '2024-05-21 08:02:03'),
(3870, 1866, 'Tetyana store', 1844, 19, 6, 0.32, 1, 1, 'ai_bid', '2024-05-20 08:02:03', '2024-05-20 08:02:03', '2024-05-21 08:02:03'),
(3871, 1866, 'Tetyana store', 1827, 19, 6, 0.13, 1, 1, 'ai_bid', '2024-05-20 08:02:03', '2024-05-20 08:02:03', '2024-05-21 08:02:03'),
(3872, 1866, 'Tetyana store', 3649, 13, 11, 13.51, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3873, 1866, 'Tetyana store', 2310, 2, 11, 1513.07, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3874, 1866, 'Tetyana store', 2745, 10, 11, 39.67, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3875, 1866, 'Tetyana store', 5849, 15, 11, 63.96, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3876, 1866, 'Tetyana store', 5838, 17, 11, 202.38, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3877, 1866, 'Tetyana store', 4129, 18, 11, 15.74, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3878, 1866, 'Tetyana store', 2020, 2, 11, 10.10, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3879, 1866, 'Tetyana store', 2116, 13, 11, 30.87, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3880, 1866, 'Tetyana store', 1070, 19, 11, 790.40, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3881, 1866, 'Tetyana store', 5397, 14, 11, 32.11, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3882, 1866, 'Tetyana store', 5382, 14, 11, 306.63, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3883, 1866, 'Tetyana store', 4342, 18, 11, 210.04, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3884, 1866, 'Tetyana store', 4495, 15, 11, 25.24, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3885, 1866, 'Tetyana store', 3336, 7, 11, 13.02, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3886, 1866, 'Tetyana store', 557, 18, 11, 4732.00, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3887, 1866, 'Tetyana store', 4103, 14, 11, 7.06, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3888, 1866, 'Tetyana store', 6171, 11, 11, 16.73, 1, 1, 'ai_bid', '2024-05-20 08:10:07', '2024-05-20 08:10:07', '2024-05-21 08:11:03'),
(3889, 1866, 'Tetyana store', 498, 19, 11, 211.07, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3890, 1866, 'Tetyana store', 3061, 2, 11, 13.49, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3891, 1866, 'Tetyana store', 1107, 16, 11, 866.99, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3892, 1866, 'Tetyana store', 3792, 19, 11, 239.19, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3893, 1866, 'Tetyana store', 1760, 17, 11, 390.37, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3894, 1866, 'Tetyana store', 3117, 18, 11, 75.74, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3895, 1866, 'Tetyana store', 4605, 16, 11, 17.71, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3896, 1866, 'Tetyana store', 3136, 2, 11, 1380.20, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3897, 1866, 'Tetyana store', 5664, 10, 11, 339.90, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3898, 1866, 'Tetyana store', 561, 18, 11, 41.60, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:03'),
(3899, 1866, 'Tetyana store', 3503, 10, 11, 1010.00, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:04'),
(3900, 1866, 'Tetyana store', 4231, 5, 11, 103.00, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:04'),
(3901, 1866, 'Tetyana store', 340, 15, 11, 213.05, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:04'),
(3902, 1866, 'Tetyana store', 874, 19, 11, 63.00, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:04'),
(3903, 1866, 'Tetyana store', 1662, 19, 11, 0.93, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:04'),
(3904, 1866, 'Tetyana store', 1827, 19, 11, 0.13, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:04'),
(3905, 1866, 'Tetyana store', 803, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-05-20 08:10:08', '2024-05-20 08:10:08', '2024-05-21 08:11:04'),
(3906, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-05-20 08:11:05', '2024-05-20 08:11:05', '2024-05-21 08:12:04'),
(3907, 1867, 'Omevoric enterprises', 5897, 17, 12, 7.36, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3908, 1867, 'Omevoric enterprises', 483, 1, 12, 56.29, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3909, 1867, 'Omevoric enterprises', 503, 19, 12, 1297.80, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3910, 1867, 'Omevoric enterprises', 6121, 11, 12, 13.12, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3911, 1867, 'Omevoric enterprises', 2299, 5, 12, 11.44, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3912, 1867, 'Omevoric enterprises', 270, 5, 12, 212.95, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3913, 1867, 'Omevoric enterprises', 2192, 16, 12, 36.70, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3914, 1867, 'Omevoric enterprises', 3390, 10, 12, 20.58, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3915, 1867, 'Omevoric enterprises', 5566, 10, 12, 31.61, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3916, 1867, 'Omevoric enterprises', 5122, 16, 12, 210.00, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3917, 1867, 'Omevoric enterprises', 4054, 13, 12, 401.73, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3918, 1867, 'Omevoric enterprises', 2087, 2, 12, 510.00, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3919, 1867, 'Omevoric enterprises', 1365, 14, 12, 24.82, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3920, 1867, 'Omevoric enterprises', 5688, 10, 12, 97.80, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3921, 1867, 'Omevoric enterprises', 5315, 14, 12, 201.95, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3922, 1867, 'Omevoric enterprises', 5310, 14, 12, 61.60, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:03'),
(3923, 1867, 'Omevoric enterprises', 4029, 17, 12, 30.89, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:04'),
(3924, 1867, 'Omevoric enterprises', 3479, 14, 12, 46.77, 1, 1, 'ai_bid', '2024-05-20 08:19:03', '2024-05-20 08:19:03', '2024-05-21 08:19:04'),
(3925, 1867, 'Omevoric enterprises', 5277, 14, 12, 200.34, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:04'),
(3926, 1867, 'Omevoric enterprises', 404, 7, 12, 41.19, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:04'),
(3927, 1867, 'Omevoric enterprises', 1583, 18, 12, 459.00, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3928, 1867, 'Omevoric enterprises', 242, 17, 12, 33.08, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3929, 1867, 'Omevoric enterprises', 3214, 17, 12, 25.20, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3930, 1867, 'Omevoric enterprises', 3436, 10, 12, 21.83, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3931, 1867, 'Omevoric enterprises', 2470, 5, 12, 44.29, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3932, 1867, 'Omevoric enterprises', 287, 14, 12, 15.59, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3933, 1867, 'Omevoric enterprises', 4961, 11, 12, 429.51, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3934, 1867, 'Omevoric enterprises', 265, 5, 12, 135.20, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3935, 1867, 'Omevoric enterprises', 3896, 15, 12, 103.01, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3936, 1867, 'Omevoric enterprises', 1709, 18, 12, 6159.99, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3937, 1867, 'Omevoric enterprises', 3163, 4, 12, 22.21, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3938, 1867, 'Omevoric enterprises', 2193, 16, 12, 20.73, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3939, 1867, 'Omevoric enterprises', 5565, 12, 12, 148.45, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3940, 1867, 'Omevoric enterprises', 6093, 15, 12, 25.70, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3941, 1867, 'Omevoric enterprises', 6174, 14, 12, 3799.81, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3942, 1867, 'Omevoric enterprises', 5226, 13, 12, 8.15, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3943, 1867, 'Omevoric enterprises', 4882, 17, 12, 18.53, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3944, 1867, 'Omevoric enterprises', 6122, 11, 12, 29.67, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3945, 1867, 'Omevoric enterprises', 4522, 16, 12, 5.09, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3946, 1867, 'Omevoric enterprises', 5356, 14, 12, 47.25, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3947, 1867, 'Omevoric enterprises', 5801, 13, 12, 25.24, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3948, 1867, 'Omevoric enterprises', 3452, 11, 12, 3.76, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3949, 1867, 'Omevoric enterprises', 5590, 1, 12, 56.09, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3950, 1867, 'Omevoric enterprises', 5824, 17, 12, 1.44, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3951, 1867, 'Omevoric enterprises', 1811, 5, 12, 0.21, 1, 1, 'ai_bid', '2024-05-20 08:19:04', '2024-05-20 08:19:04', '2024-05-21 08:20:05'),
(3952, 1868, 'Marcelo Ltd', 1402, 14, 13, 16.10, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3953, 1868, 'Marcelo Ltd', 2965, 14, 13, 20.36, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3954, 1868, 'Marcelo Ltd', 1568, 15, 13, 115.83, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3955, 1868, 'Marcelo Ltd', 5801, 13, 13, 26.24, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3956, 1868, 'Marcelo Ltd', 5564, 10, 13, 6.17, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3957, 1868, 'Marcelo Ltd', 747, 7, 13, 15.49, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3958, 1868, 'Marcelo Ltd', 193, 16, 13, 106.00, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3959, 1868, 'Marcelo Ltd', 3943, 16, 13, 1662.96, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3960, 1868, 'Marcelo Ltd', 4738, 14, 13, 113.36, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3961, 1868, 'Marcelo Ltd', 4645, 15, 13, 7.13, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3962, 1868, 'Marcelo Ltd', 378, 10, 13, 363.07, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3963, 1868, 'Marcelo Ltd', 2159, 5, 13, 72.10, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3964, 1868, 'Marcelo Ltd', 2889, 14, 13, 20.39, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3965, 1868, 'Marcelo Ltd', 5267, 14, 13, 60.73, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3966, 1868, 'Marcelo Ltd', 1807, 19, 13, 82.16, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3967, 1868, 'Marcelo Ltd', 3763, 7, 13, 674.68, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3968, 1868, 'Marcelo Ltd', 1696, 18, 13, 132.50, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3969, 1868, 'Marcelo Ltd', 4276, 18, 13, 10.71, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:04'),
(3970, 1868, 'Marcelo Ltd', 4210, 5, 13, 21.41, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3971, 1868, 'Marcelo Ltd', 4214, 14, 13, 20.67, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3972, 1868, 'Marcelo Ltd', 2256, 19, 13, 32.96, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3973, 1868, 'Marcelo Ltd', 1356, 15, 13, 1905.50, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3974, 1868, 'Marcelo Ltd', 2914, 14, 13, 32.83, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3975, 1868, 'Marcelo Ltd', 585, 19, 13, 493.50, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3976, 1868, 'Marcelo Ltd', 5162, 13, 13, 1350.96, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3977, 1868, 'Marcelo Ltd', 45, 2, 13, 131.58, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3978, 1868, 'Marcelo Ltd', 172, 2, 13, 20.69, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3979, 1868, 'Marcelo Ltd', 4857, 14, 13, 8.31, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3980, 1868, 'Marcelo Ltd', 5205, 16, 13, 84.23, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3981, 1868, 'Marcelo Ltd', 4031, 17, 13, 60.59, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3982, 1868, 'Marcelo Ltd', 4773, 12, 13, 51.97, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3983, 1868, 'Marcelo Ltd', 478, 19, 13, 13.84, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3984, 1868, 'Marcelo Ltd', 3697, 14, 13, 33.61, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3985, 1868, 'Marcelo Ltd', 1207, 18, 13, 61.48, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3986, 1868, 'Marcelo Ltd', 3009, 14, 13, 635.50, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3987, 1868, 'Marcelo Ltd', 6115, 11, 13, 5.23, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3988, 1868, 'Marcelo Ltd', 4589, 15, 13, 10.10, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3989, 1868, 'Marcelo Ltd', 1578, 18, 13, 1558.96, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3990, 1868, 'Marcelo Ltd', 2002, 4, 13, 112.20, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3991, 1868, 'Marcelo Ltd', 4101, 18, 13, 30.59, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3992, 1868, 'Marcelo Ltd', 4445, 15, 13, 27.71, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3993, 1868, 'Marcelo Ltd', 3899, 15, 13, 211.04, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3994, 1868, 'Marcelo Ltd', 2699, 14, 13, 41.99, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3995, 1868, 'Marcelo Ltd', 39, 2, 13, 262.50, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3996, 1868, 'Marcelo Ltd', 3766, 15, 13, 16.71, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3997, 1868, 'Marcelo Ltd', 4316, 18, 13, 33.98, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3998, 1868, 'Marcelo Ltd', 2354, 19, 13, 31.30, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(3999, 1868, 'Marcelo Ltd', 1643, 19, 13, 15.45, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(4000, 1868, 'Marcelo Ltd', 756, 19, 13, 0.47, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(4001, 1868, 'Marcelo Ltd', 803, 19, 13, 0.20, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(4002, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-05-20 08:52:04', '2024-05-20 08:52:04', '2024-05-21 08:53:05'),
(4003, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-05-20 08:53:04', '2024-05-20 08:53:04', '2024-05-21 08:53:05'),
(4004, 1869, 'Anatoliy fast store', 183, 4, 14, 412.00, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4005, 1869, 'Anatoliy fast store', 1936, 14, 14, 3498.00, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4006, 1869, 'Anatoliy fast store', 2940, 14, 14, 1514.99, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4007, 1869, 'Anatoliy fast store', 4929, 13, 14, 132.60, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4008, 1869, 'Anatoliy fast store', 2256, 19, 14, 33.92, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4009, 1869, 'Anatoliy fast store', 5833, 17, 14, 16.43, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4010, 1869, 'Anatoliy fast store', 1823, 10, 14, 14.44, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4011, 1869, 'Anatoliy fast store', 4693, 12, 14, 15.11, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4012, 1869, 'Anatoliy fast store', 3791, 15, 14, 14.69, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4013, 1869, 'Anatoliy fast store', 4765, 12, 14, 55.08, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4014, 1869, 'Anatoliy fast store', 5826, 15, 14, 6.23, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4015, 1869, 'Anatoliy fast store', 5656, 10, 14, 325.50, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4016, 1869, 'Anatoliy fast store', 1053, 4, 14, 3.73, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4017, 1869, 'Anatoliy fast store', 5258, 16, 14, 9.86, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4018, 1869, 'Anatoliy fast store', 2972, 19, 14, 36.75, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4019, 1869, 'Anatoliy fast store', 5903, 13, 14, 31.31, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4020, 1869, 'Anatoliy fast store', 2458, 2, 14, 16.64, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:05'),
(4021, 1869, 'Anatoliy fast store', 2119, 12, 14, 7.68, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:06'),
(4022, 1869, 'Anatoliy fast store', 1355, 19, 14, 17.85, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:06'),
(4023, 1869, 'Anatoliy fast store', 2148, 2, 14, 101.00, 1, 1, 'ai_bid', '2024-05-20 09:19:04', '2024-05-20 09:19:04', '2024-05-21 09:20:06'),
(4024, 1869, 'Anatoliy fast store', 5265, 13, 14, 17.67, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4025, 1869, 'Anatoliy fast store', 3625, 12, 14, 60.34, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4026, 1869, 'Anatoliy fast store', 4817, 17, 14, 17.77, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4027, 1869, 'Anatoliy fast store', 5379, 14, 14, 377.79, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4028, 1869, 'Anatoliy fast store', 3816, 15, 14, 37.07, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4029, 1869, 'Anatoliy fast store', 6164, 11, 14, 58.60, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4030, 1869, 'Anatoliy fast store', 5288, 16, 14, 22.71, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4031, 1869, 'Anatoliy fast store', 2753, 18, 14, 1590.00, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4032, 1869, 'Anatoliy fast store', 230, 5, 14, 1050.00, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4033, 1869, 'Anatoliy fast store', 3469, 14, 14, 88.46, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4034, 1869, 'Anatoliy fast store', 3492, 11, 14, 15.89, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4035, 1869, 'Anatoliy fast store', 1815, 17, 14, 62.39, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4036, 1869, 'Anatoliy fast store', 331, 15, 14, 9.14, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4037, 1869, 'Anatoliy fast store', 5558, 10, 14, 3.18, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4038, 1869, 'Anatoliy fast store', 1257, 19, 14, 7.17, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4039, 1869, 'Anatoliy fast store', 4117, 18, 14, 32.23, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4040, 1869, 'Anatoliy fast store', 1266, 19, 14, 8.07, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4041, 1869, 'Anatoliy fast store', 5238, 16, 14, 207.02, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4042, 1869, 'Anatoliy fast store', 4409, 14, 14, 653.05, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4043, 1869, 'Anatoliy fast store', 3766, 15, 14, 16.23, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4044, 1869, 'Anatoliy fast store', 5580, 15, 14, 12.98, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4045, 1869, 'Anatoliy fast store', 3682, 18, 14, 4.41, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4046, 1869, 'Anatoliy fast store', 865, 13, 14, 461.61, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4047, 1869, 'Anatoliy fast store', 1436, 10, 14, 16.95, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4048, 1869, 'Anatoliy fast store', 6106, 11, 14, 10.71, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4049, 1869, 'Anatoliy fast store', 593, 10, 14, 15.15, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4050, 1869, 'Anatoliy fast store', 3894, 11, 14, 835.38, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4051, 1869, 'Anatoliy fast store', 3332, 7, 14, 21.30, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4052, 1869, 'Anatoliy fast store', 561, 18, 14, 41.60, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4053, 1869, 'Anatoliy fast store', 939, 17, 14, 42.22, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4054, 1869, 'Anatoliy fast store', 437, 16, 14, 244.40, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4055, 1869, 'Anatoliy fast store', 1974, 18, 14, 25.83, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4056, 1869, 'Anatoliy fast store', 248, 5, 14, 978.50, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4057, 1869, 'Anatoliy fast store', 3021, 14, 14, 322.19, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4058, 1869, 'Anatoliy fast store', 2077, 5, 14, 5.05, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4059, 1869, 'Anatoliy fast store', 2567, 14, 14, 423.99, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4060, 1869, 'Anatoliy fast store', 6107, 11, 14, 13.75, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4061, 1869, 'Anatoliy fast store', 1550, 10, 14, 116.81, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4062, 1869, 'Anatoliy fast store', 171, 16, 14, 99.99, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4063, 1869, 'Anatoliy fast store', 257, 17, 14, 173.40, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4064, 1869, 'Anatoliy fast store', 5654, 15, 14, 36.75, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4065, 1869, 'Anatoliy fast store', 650, 2, 14, 26.50, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4066, 1869, 'Anatoliy fast store', 1928, 10, 14, 4.93, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4067, 1869, 'Anatoliy fast store', 436, 13, 14, 69.89, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4068, 1869, 'Anatoliy fast store', 2491, 19, 14, 164.21, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4069, 1869, 'Anatoliy fast store', 700, 18, 14, 42.71, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4070, 1869, 'Anatoliy fast store', 5273, 16, 14, 310.13, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4071, 1869, 'Anatoliy fast store', 645, 17, 14, 4.12, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4072, 1869, 'Anatoliy fast store', 5432, 12, 14, 5.04, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4073, 1869, 'Anatoliy fast store', 4217, 5, 14, 6.15, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:06'),
(4074, 1869, 'Anatoliy fast store', 5550, 10, 14, 9.26, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4075, 1869, 'Anatoliy fast store', 3326, 7, 14, 5.94, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4076, 1869, 'Anatoliy fast store', 4909, 12, 14, 2.20, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4077, 1869, 'Anatoliy fast store', 1850, 5, 14, 0.56, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4078, 1869, 'Anatoliy fast store', 949, 5, 14, 0.31, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4079, 1869, 'Anatoliy fast store', 803, 19, 14, 0.21, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4080, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4081, 1869, 'Anatoliy fast store', 734, 19, 14, 0.23, 1, 1, 'ai_bid', '2024-05-20 09:19:05', '2024-05-20 09:19:05', '2024-05-21 09:20:07'),
(4082, 1872, 'Melisa', 1316, 15, 18, 41.99, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4083, 1872, 'Melisa', 5256, 14, 18, 50.40, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4084, 1872, 'Melisa', 5337, 14, 18, 41.60, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4085, 1872, 'Melisa', 2537, 17, 18, 27.67, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4086, 1872, 'Melisa', 5268, 13, 18, 16.80, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4087, 1872, 'Melisa', 752, 19, 18, 1.05, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4088, 1872, 'Melisa', 5876, 15, 18, 67.66, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4089, 1872, 'Melisa', 5820, 11, 18, 747.65, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4090, 1872, 'Melisa', 4765, 12, 18, 54.56, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4091, 1872, 'Melisa', 4398, 14, 18, 101.00, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4092, 1872, 'Melisa', 1368, 2, 18, 514.50, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4093, 1872, 'Melisa', 2758, 14, 18, 867.00, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4094, 1872, 'Melisa', 5512, 10, 18, 13.22, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(4095, 1872, 'Melisa', 1133, 19, 18, 25.50, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4096, 1872, 'Melisa', 5178, 16, 18, 101.84, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4097, 1872, 'Melisa', 1819, 18, 18, 15.74, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4098, 1872, 'Melisa', 5453, 12, 18, 263.12, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4099, 1872, 'Melisa', 5023, 13, 18, 32.54, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4100, 1872, 'Melisa', 4252, 5, 18, 210.94, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4101, 1872, 'Melisa', 783, 18, 18, 40.05, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4102, 1872, 'Melisa', 276, 14, 18, 349.79, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4103, 1872, 'Melisa', 4604, 16, 18, 27.27, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4104, 1872, 'Melisa', 4309, 15, 18, 4.19, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4105, 1872, 'Melisa', 5823, 11, 18, 42.83, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4106, 1872, 'Melisa', 6173, 14, 18, 1203.60, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4107, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4108, 1872, 'Melisa', 1976, 19, 18, 463.50, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4109, 1872, 'Melisa', 785, 19, 18, 21.00, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4110, 1872, 'Melisa', 4636, 15, 18, 21.41, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4111, 1872, 'Melisa', 1789, 1, 18, 46.20, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4112, 1872, 'Melisa', 711, 2, 18, 470.38, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4113, 1872, 'Melisa', 4662, 12, 18, 30.23, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4114, 1872, 'Melisa', 3271, 5, 18, 2.81, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4115, 1872, 'Melisa', 5064, 13, 18, 104.02, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4116, 1872, 'Melisa', 1321, 2, 18, 28.08, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:03'),
(4117, 1872, 'Melisa', 3369, 15, 18, 328.25, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:04'),
(4118, 1872, 'Melisa', 5330, 13, 18, 1964.29, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:04'),
(4119, 1872, 'Melisa', 4340, 18, 18, 202.95, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:04'),
(4120, 1872, 'Melisa', 2011, 5, 18, 1449.00, 1, 1, 'ai_bid', '2024-05-20 11:10:07', '2024-05-20 11:10:07', '2024-05-21 11:11:04'),
(4121, 1872, 'Melisa', 4594, 15, 18, 51.00, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4122, 1872, 'Melisa', 1112, 19, 18, 82.86, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4123, 1872, 'Melisa', 5649, 15, 18, 14.33, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4124, 1872, 'Melisa', 1130, 19, 18, 37.56, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4125, 1872, 'Melisa', 5006, 14, 18, 9.26, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4126, 1872, 'Melisa', 5911, 13, 18, 8.22, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4127, 1872, 'Melisa', 1837, 5, 18, 1.05, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4128, 1872, 'Melisa', 1844, 19, 18, 0.31, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4129, 1872, 'Melisa', 734, 19, 18, 0.22, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4130, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4131, 1872, 'Melisa', 1811, 5, 18, 0.20, 1, 1, 'ai_bid', '2024-05-20 11:10:08', '2024-05-20 11:10:08', '2024-05-21 11:11:04'),
(4132, 1873, 'Gustavo', 3360, 7, NULL, 45.20, 2, 2, 'manual_bid', '2024-05-20 15:47:27', '2024-05-20 15:47:27', '2024-05-21 15:48:02'),
(4133, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-21 00:30:07', '2024-05-21 00:30:07', '2024-05-22 00:31:02'),
(4134, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-21 00:30:51', '2024-05-21 00:30:51', '2024-05-22 00:31:02'),
(4135, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-21 00:31:37', '2024-05-21 00:31:37', '2024-05-22 00:32:02'),
(4136, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 5, 1, 'manual_bid', '2024-05-21 00:32:37', '2024-05-21 00:32:37', '2024-05-22 00:33:01'),
(4137, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-21 00:33:17', '2024-05-21 00:33:17', '2024-05-22 00:34:02'),
(4138, 1747, 'Shopnice', 2417, 19, NULL, 93.00, 1, 1, 'manual_bid', '2024-05-21 00:37:47', '2024-05-21 00:37:47', '2024-05-22 00:38:02'),
(4139, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-05-21 00:38:44', '2024-05-21 00:38:44', '2024-05-22 00:39:06'),
(4140, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 10, 1, 'manual_bid', '2024-05-21 00:39:39', '2024-05-21 00:39:39', '2024-05-22 00:40:04'),
(4141, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 14, 1, 'manual_bid', '2024-05-21 00:40:21', '2024-05-21 00:40:21', '2024-05-22 00:41:02'),
(4142, 1798, 'Feelyards', 3236, 5, NULL, 44.00, 4, 1, 'manual_bid', '2024-05-21 02:21:04', '2024-05-21 02:21:04', '2024-05-22 02:22:09'),
(4143, 1798, 'Feelyards', 1743, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-05-21 02:25:48', '2024-05-21 02:25:48', '2024-05-22 02:26:03'),
(4144, 1869, 'Anatoliy fast store', 4211, 14, 17, 35.69, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4145, 1869, 'Anatoliy fast store', 3745, 7, 17, 13.08, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4146, 1869, 'Anatoliy fast store', 134, 7, 17, 459.00, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4147, 1869, 'Anatoliy fast store', 1427, 19, 17, 22.00, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4148, 1869, 'Anatoliy fast store', 2099, 17, 17, 20.48, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4149, 1869, 'Anatoliy fast store', 5300, 14, 17, 602.75, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4150, 1869, 'Anatoliy fast store', 3344, 7, 17, 31.79, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4151, 1869, 'Anatoliy fast store', 1514, 15, 17, 4.54, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4152, 1869, 'Anatoliy fast store', 5534, 10, 17, 130.52, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4153, 1869, 'Anatoliy fast store', 1369, 15, 17, 40.40, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4154, 1869, 'Anatoliy fast store', 598, 19, 17, 395.92, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4155, 1869, 'Anatoliy fast store', 1327, 10, 17, 16.63, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4156, 1869, 'Anatoliy fast store', 2492, 18, 17, 18.64, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4157, 1869, 'Anatoliy fast store', 2299, 5, 17, 11.22, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4158, 1869, 'Anatoliy fast store', 4248, 5, 17, 560.99, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4159, 1869, 'Anatoliy fast store', 1450, 19, 17, 177.76, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4160, 1869, 'Anatoliy fast store', 4345, 18, 17, 201.86, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4161, 1869, 'Anatoliy fast store', 6120, 11, 17, 29.55, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4162, 1869, 'Anatoliy fast store', 3042, 18, 17, 100.14, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4163, 1869, 'Anatoliy fast store', 2899, 14, 17, 13.77, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4164, 1869, 'Anatoliy fast store', 4125, 14, 17, 245.13, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4165, 1869, 'Anatoliy fast store', 2653, 18, 17, 21.91, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4166, 1869, 'Anatoliy fast store', 5618, 10, 17, 4.68, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4167, 1869, 'Anatoliy fast store', 4736, 12, 17, 20.99, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4168, 1869, 'Anatoliy fast store', 233, 12, 17, 3.18, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4169, 1869, 'Anatoliy fast store', 923, 7, 17, 21.20, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4170, 1869, 'Anatoliy fast store', 1910, 18, 17, 181.56, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4171, 1869, 'Anatoliy fast store', 5848, 18, 17, 21.58, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4172, 1869, 'Anatoliy fast store', 2685, 14, 17, 21.40, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4173, 1869, 'Anatoliy fast store', 1832, 5, 17, 2.86, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4174, 1869, 'Anatoliy fast store', 151, 18, 17, 10.20, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4175, 1869, 'Anatoliy fast store', 1856, 17, 17, 44.03, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4176, 1869, 'Anatoliy fast store', 3570, 12, 17, 1545.44, 1, 1, 'ai_bid', '2024-05-21 06:28:06', '2024-05-21 06:28:06', '2024-05-22 06:29:04'),
(4177, 1869, 'Anatoliy fast store', 2767, 14, 17, 190.74, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4178, 1869, 'Anatoliy fast store', 2281, 10, 17, 26.57, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4179, 1869, 'Anatoliy fast store', 705, 19, 17, 67.20, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4180, 1869, 'Anatoliy fast store', 5762, 13, 17, 5.65, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4181, 1869, 'Anatoliy fast store', 2893, 14, 17, 11.65, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4182, 1869, 'Anatoliy fast store', 1396, 18, 17, 226.51, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4183, 1869, 'Anatoliy fast store', 4883, 12, 17, 355.10, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4184, 1869, 'Anatoliy fast store', 5051, 11, 17, 21.19, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4185, 1869, 'Anatoliy fast store', 2553, 14, 17, 1029.99, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4186, 1869, 'Anatoliy fast store', 2023, 19, 17, 1.03, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4187, 1869, 'Anatoliy fast store', 1301, 19, 17, 11.44, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4188, 1869, 'Anatoliy fast store', 4288, 18, 17, 220.50, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4189, 1869, 'Anatoliy fast store', 502, 19, 17, 55.55, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:04'),
(4190, 1869, 'Anatoliy fast store', 5984, 17, 17, 17.93, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4191, 1869, 'Anatoliy fast store', 4397, 15, 17, 31.19, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4192, 1869, 'Anatoliy fast store', 1667, 14, 17, 10.45, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4193, 1869, 'Anatoliy fast store', 1721, 19, 17, 1499.85, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4194, 1869, 'Anatoliy fast store', 1067, 1, 17, 187.81, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4195, 1869, 'Anatoliy fast store', 483, 1, 17, 55.74, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4196, 1869, 'Anatoliy fast store', 4324, 16, 17, 25.75, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4197, 1869, 'Anatoliy fast store', 6089, 15, 17, 5.12, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4198, 1869, 'Anatoliy fast store', 3757, 14, 17, 10.09, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4199, 1869, 'Anatoliy fast store', 5595, 10, 17, 217.32, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4200, 1869, 'Anatoliy fast store', 1059, 19, 17, 19.57, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4201, 1869, 'Anatoliy fast store', 4330, 18, 17, 682.49, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4202, 1869, 'Anatoliy fast store', 1363, 19, 17, 3.47, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4203, 1869, 'Anatoliy fast store', 4928, 12, 17, 53.28, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4204, 1869, 'Anatoliy fast store', 2732, 17, 17, 20.88, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4205, 1869, 'Anatoliy fast store', 961, 5, 17, 31.72, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4206, 1869, 'Anatoliy fast store', 3274, 17, 17, 137.80, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4207, 1869, 'Anatoliy fast store', 976, 5, 17, 131.58, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4208, 1869, 'Anatoliy fast store', 5819, 15, 17, 5.79, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4209, 1869, 'Anatoliy fast store', 2041, 5, 17, 2.10, 1, 1, 'ai_bid', '2024-05-21 06:28:07', '2024-05-21 06:28:07', '2024-05-22 06:29:05'),
(4210, 1866, 'Tetyana store', 4627, 15, 16, 140.39, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4211, 1866, 'Tetyana store', 5331, 14, 16, 210.72, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4212, 1866, 'Tetyana store', 377, 2, 16, 45.25, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4213, 1866, 'Tetyana store', 1846, 5, 16, 1.49, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4214, 1866, 'Tetyana store', 4362, 18, 16, 4134.00, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4215, 1866, 'Tetyana store', 5710, 10, 16, 151.98, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4216, 1866, 'Tetyana store', 80, 2, 16, 93.60, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4217, 1866, 'Tetyana store', 4593, 14, 16, 30.60, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4218, 1866, 'Tetyana store', 788, 18, 16, 35.52, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4219, 1866, 'Tetyana store', 1604, 18, 16, 1334.54, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4220, 1866, 'Tetyana store', 3263, 7, 16, 7.10, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4221, 1866, 'Tetyana store', 3399, 7, 16, 381.55, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4222, 1866, 'Tetyana store', 3701, 14, 16, 18.36, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4223, 1866, 'Tetyana store', 1339, 15, 16, 30.90, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4224, 1866, 'Tetyana store', 4031, 17, 16, 62.99, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4225, 1866, 'Tetyana store', 2469, 16, 16, 163.41, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4226, 1866, 'Tetyana store', 473, 17, 16, 16.95, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4227, 1866, 'Tetyana store', 4758, 14, 16, 100.98, 1, 1, 'ai_bid', '2024-05-21 07:27:04', '2024-05-21 07:27:04', '2024-05-22 07:27:10'),
(4228, 1866, 'Tetyana store', 5076, 16, 16, 24.24, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4229, 1866, 'Tetyana store', 5139, 19, 16, 1030.00, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4230, 1866, 'Tetyana store', 4325, 18, 16, 27.26, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4231, 1866, 'Tetyana store', 5220, 13, 16, 105.05, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4232, 1866, 'Tetyana store', 1707, 19, 16, 16.89, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4233, 1866, 'Tetyana store', 135, 18, 16, 53.56, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4234, 1866, 'Tetyana store', 3218, 5, 16, 393.75, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4235, 1866, 'Tetyana store', 36, 2, 16, 59.74, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4236, 1866, 'Tetyana store', 2023, 19, 16, 1.01, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4237, 1866, 'Tetyana store', 1433, 19, 16, 83.58, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4238, 1866, 'Tetyana store', 3102, 2, 16, 39.78, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4239, 1866, 'Tetyana store', 4264, 14, 16, 9.36, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4240, 1866, 'Tetyana store', 3024, 10, 16, 202.98, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4241, 1866, 'Tetyana store', 5003, 14, 16, 11.32, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4242, 1866, 'Tetyana store', 5121, 13, 16, 106.04, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4243, 1866, 'Tetyana store', 4903, 13, 16, 157.55, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4244, 1866, 'Tetyana store', 1815, 17, 16, 61.19, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4245, 1866, 'Tetyana store', 4735, 12, 16, 81.80, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4246, 1866, 'Tetyana store', 3906, 16, 16, 202.45, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4247, 1866, 'Tetyana store', 5897, 17, 16, 7.36, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4248, 1866, 'Tetyana store', 3517, 10, 16, 66.45, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4249, 1866, 'Tetyana store', 1071, 4, 16, 4.37, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4250, 1866, 'Tetyana store', 3614, 17, 16, 242.40, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4251, 1866, 'Tetyana store', 683, 10, 16, 40.56, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4252, 1866, 'Tetyana store', 3323, 5, 16, 61.09, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4253, 1866, 'Tetyana store', 1745, 2, 16, 98.98, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4254, 1866, 'Tetyana store', 2415, 16, 16, 11.01, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4255, 1866, 'Tetyana store', 4081, 5, 16, 51.49, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4256, 1866, 'Tetyana store', 6016, 17, 16, 12.64, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4257, 1866, 'Tetyana store', 5033, 14, 16, 6.05, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4258, 1866, 'Tetyana store', 4607, 5, 16, 13.38, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4259, 1866, 'Tetyana store', 4200, 14, 16, 14.07, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4260, 1866, 'Tetyana store', 2557, 7, 16, 4.29, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4261, 1866, 'Tetyana store', 5063, 14, 16, 24.23, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4262, 1866, 'Tetyana store', 4784, 17, 16, 21.30, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4263, 1866, 'Tetyana store', 5496, 10, 16, 63.43, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4264, 1866, 'Tetyana store', 5813, 15, 16, 152.95, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4265, 1866, 'Tetyana store', 3675, 10, 16, 30.70, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4266, 1866, 'Tetyana store', 2665, 14, 16, 18.17, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4267, 1866, 'Tetyana store', 3453, 10, 16, 16.61, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4268, 1866, 'Tetyana store', 3663, 13, 16, 13.38, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4269, 1866, 'Tetyana store', 19, 2, 16, 5.25, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4270, 1866, 'Tetyana store', 1363, 19, 16, 3.50, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4271, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4272, 1866, 'Tetyana store', 1894, 19, 16, 0.21, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4273, 1866, 'Tetyana store', 734, 19, 16, 0.23, 1, 1, 'ai_bid', '2024-05-21 07:27:05', '2024-05-21 07:27:05', '2024-05-22 07:27:10'),
(4274, 1871, 'Almeida', 202, 18, 7, 107.98, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4275, 1871, 'Almeida', 3179, 4, 7, 76.50, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4276, 1871, 'Almeida', 4915, 13, 7, 74.30, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4277, 1871, 'Almeida', 82, 2, 7, 1010.43, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4278, 1871, 'Almeida', 54, 2, 7, 6.06, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4279, 1871, 'Almeida', 5324, 13, 7, 1855.02, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4280, 1871, 'Almeida', 696, 18, 7, 87.49, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4281, 1871, 'Almeida', 297, 5, 7, 42.61, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:40'),
(4282, 1871, 'Almeida', 5578, 10, 7, 1108.28, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:41'),
(4283, 1871, 'Almeida', 3125, 4, 7, 522.58, 1, 1, 'ai_bid', '2024-05-21 08:45:07', '2024-05-21 08:45:07', '2024-05-22 08:51:41'),
(4284, 1871, 'Almeida', 5912, 13, 7, 20.79, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:41'),
(4285, 1871, 'Almeida', 2291, 19, 7, 176.80, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:41'),
(4286, 1871, 'Almeida', 2224, 19, 7, 30.80, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:42'),
(4287, 1871, 'Almeida', 3844, 16, 7, 5.04, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:42'),
(4288, 1871, 'Almeida', 1022, 5, 7, 28.28, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:42'),
(4289, 1871, 'Almeida', 1912, 10, 7, 3.91, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4290, 1871, 'Almeida', 2900, 19, 7, 3006.96, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4291, 1871, 'Almeida', 3562, 17, 7, 23.83, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4292, 1871, 'Almeida', 4920, 11, 7, 32.96, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4293, 1871, 'Almeida', 5257, 16, 7, 36.90, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4294, 1871, 'Almeida', 786, 18, 7, 224.81, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4295, 1871, 'Almeida', 3778, 19, 7, 114.12, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4296, 1871, 'Almeida', 5174, 16, 7, 41.40, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:43'),
(4297, 1871, 'Almeida', 2821, 18, 7, 21.19, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:44'),
(4298, 1871, 'Almeida', 2230, 19, 7, 30.60, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:44'),
(4299, 1871, 'Almeida', 5032, 16, 7, 125.99, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:44'),
(4300, 1871, 'Almeida', 6022, 15, 7, 9.78, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:44'),
(4301, 1871, 'Almeida', 4337, 18, 7, 149.69, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:44'),
(4302, 1871, 'Almeida', 4865, 17, 7, 332.29, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:44'),
(4303, 1871, 'Almeida', 365, 18, 7, 721.00, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4304, 1871, 'Almeida', 5743, 16, 7, 10.09, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4305, 1871, 'Almeida', 5264, 13, 7, 6.10, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4306, 1871, 'Almeida', 2909, 14, 7, 41.60, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4307, 1871, 'Almeida', 1217, 14, 7, 45.13, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4308, 1871, 'Almeida', 1437, 19, 7, 221.45, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4309, 1871, 'Almeida', 3350, 7, 7, 40.79, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4310, 1871, 'Almeida', 362, 18, 7, 239.52, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4311, 1871, 'Almeida', 3954, 1, 7, 236.07, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4312, 1871, 'Almeida', 3090, 10, 7, 5.15, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4313, 1871, 'Almeida', 2430, 7, 7, 40.39, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4314, 1871, 'Almeida', 5757, 15, 7, 4.50, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4315, 1871, 'Almeida', 3590, 12, 7, 43.19, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4316, 1871, 'Almeida', 3088, 2, 7, 24.81, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4317, 1871, 'Almeida', 3873, 16, 7, 13.51, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4318, 1871, 'Almeida', 1637, 19, 7, 4.99, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4319, 1871, 'Almeida', 4034, 18, 7, 12.74, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4320, 1871, 'Almeida', 4219, 5, 7, 1.32, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4321, 1871, 'Almeida', 4012, 17, 7, 13.21, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4322, 1871, 'Almeida', 1676, 19, 7, 5.66, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4323, 1871, 'Almeida', 634, 5, 7, 1.03, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4324, 1871, 'Almeida', 1662, 19, 7, 0.92, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4325, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-21 08:45:08', '2024-05-21 08:45:08', '2024-05-22 08:51:45'),
(4326, 1870, 'Liliana', 4540, 14, 8, 42.42, 1, 1, 'ai_bid', '2024-05-21 08:53:08', '2024-05-21 08:53:08', '2024-05-22 08:54:02'),
(4327, 1870, 'Liliana', 1401, 10, 8, 10.91, 1, 1, 'ai_bid', '2024-05-21 08:53:08', '2024-05-21 08:53:08', '2024-05-22 08:54:02'),
(4328, 1870, 'Liliana', 5918, 17, 8, 181.80, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4329, 1870, 'Liliana', 4875, 14, 8, 9.15, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4330, 1870, 'Liliana', 4196, 18, 8, 14.23, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4331, 1870, 'Liliana', 1558, 18, 8, 19.87, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4332, 1870, 'Liliana', 844, 17, 8, 282.70, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4333, 1870, 'Liliana', 4779, 12, 8, 42.39, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4334, 1870, 'Liliana', 1528, 19, 8, 4019.80, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4335, 1870, 'Liliana', 3297, 15, 8, 113.30, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4336, 1870, 'Liliana', 4915, 13, 8, 71.49, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4337, 1870, 'Liliana', 6177, 14, 8, 24.14, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4338, 1870, 'Liliana', 1381, 2, 8, 854.90, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4339, 1870, 'Liliana', 483, 1, 8, 57.38, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4340, 1870, 'Liliana', 5026, 11, 8, 18.35, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4341, 1870, 'Liliana', 4300, 5, 8, 14.37, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4342, 1870, 'Liliana', 4639, 5, 8, 26.30, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4343, 1870, 'Liliana', 5393, 17, 8, 52.32, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4344, 1870, 'Liliana', 1697, 5, 8, 15.39, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4345, 1870, 'Liliana', 5016, 11, 8, 305.55, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4346, 1870, 'Liliana', 1066, 4, 8, 6.57, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4347, 1870, 'Liliana', 3997, 18, 8, 2080.98, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4348, 1870, 'Liliana', 4723, 12, 8, 16.47, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4349, 1870, 'Liliana', 5892, 11, 8, 315.00, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4350, 1870, 'Liliana', 3478, 14, 8, 112.37, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4351, 1870, 'Liliana', 201, 10, 8, 195.93, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4352, 1870, 'Liliana', 5970, 17, 8, 20.39, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4353, 1870, 'Liliana', 1091, 19, 8, 254.51, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4354, 1870, 'Liliana', 3650, 10, 8, 61.41, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4355, 1870, 'Liliana', 4958, 14, 8, 20.14, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4356, 1870, 'Liliana', 6095, 15, 8, 31.28, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4357, 1870, 'Liliana', 4371, 15, 8, 73.12, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4358, 1870, 'Liliana', 3576, 12, 8, 293.71, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4359, 1870, 'Liliana', 4861, 12, 8, 143.33, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4360, 1870, 'Liliana', 5065, 16, 8, 34.31, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4361, 1870, 'Liliana', 3821, 15, 8, 23.84, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4362, 1870, 'Liliana', 3989, 18, 8, 80.82, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4363, 1870, 'Liliana', 1818, 19, 8, 1.04, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4364, 1870, 'Liliana', 1814, 17, 8, 208.08, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4365, 1870, 'Liliana', 4212, 18, 8, 145.60, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4366, 1870, 'Liliana', 3252, 5, 8, 32.13, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4367, 1870, 'Liliana', 4989, 14, 8, 8.47, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4368, 1870, 'Liliana', 48, 2, 8, 20.40, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4369, 1870, 'Liliana', 5869, 13, 8, 8.10, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4370, 1870, 'Liliana', 1702, 18, 8, 31.15, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4371, 1870, 'Liliana', 4542, 14, 8, 40.80, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4372, 1870, 'Liliana', 805, 14, 8, 6.11, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4373, 1870, 'Liliana', 5722, 16, 8, 30.15, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4374, 1870, 'Liliana', 3904, 2, 8, 76.48, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4375, 1870, 'Liliana', 2612, 14, 8, 18.65, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4376, 1870, 'Liliana', 3690, 14, 8, 7.83, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4377, 1870, 'Liliana', 5147, 16, 8, 187.19, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4378, 1870, 'Liliana', 1970, 4, 8, 171.70, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4379, 1870, 'Liliana', 2625, 18, 8, 23.44, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4380, 1870, 'Liliana', 975, 17, 8, 42.69, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4381, 1870, 'Liliana', 5352, 16, 8, 17.16, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4382, 1870, 'Liliana', 5628, 1, 8, 15.74, 1, 1, 'ai_bid', '2024-05-21 08:53:09', '2024-05-21 08:53:09', '2024-05-22 08:54:02'),
(4383, 1870, 'Liliana', 6031, 15, 8, 4.07, 1, 1, 'ai_bid', '2024-05-21 08:53:10', '2024-05-21 08:53:10', '2024-05-22 08:54:02'),
(4384, 1870, 'Liliana', 1662, 19, 8, 0.93, 1, 1, 'ai_bid', '2024-05-21 08:53:10', '2024-05-21 08:53:10', '2024-05-22 08:54:02'),
(4385, 1870, 'Liliana', 1837, 5, 8, 1.04, 1, 1, 'ai_bid', '2024-05-21 08:53:10', '2024-05-21 08:53:10', '2024-05-22 08:54:02'),
(4386, 1870, 'Liliana', 756, 19, 8, 0.45, 1, 1, 'ai_bid', '2024-05-21 08:53:10', '2024-05-21 08:53:10', '2024-05-22 08:54:02'),
(4387, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-05-21 08:53:10', '2024-05-21 08:53:10', '2024-05-22 08:54:02'),
(4388, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-05-21 08:53:10', '2024-05-21 08:53:10', '2024-05-22 08:54:02'),
(4389, 1873, 'Gustavo', 2025, 19, 9, 41.60, 1, 1, 'ai_bid', '2024-05-21 09:10:06', '2024-05-21 09:10:06', '2024-05-22 09:11:02'),
(4390, 1873, 'Gustavo', 26, 2, 9, 30.45, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4391, 1873, 'Gustavo', 3353, 15, 9, 525.30, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4392, 1873, 'Gustavo', 1527, 14, 9, 2.06, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4393, 1873, 'Gustavo', 4837, 12, 9, 104.97, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4394, 1873, 'Gustavo', 3015, 14, 9, 77.06, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4395, 1873, 'Gustavo', 2363, 19, 9, 15.96, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4396, 1873, 'Gustavo', 6142, 11, 9, 14.23, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4397, 1873, 'Gustavo', 503, 19, 9, 1260.72, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4398, 1873, 'Gustavo', 4816, 12, 9, 124.09, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4399, 1873, 'Gustavo', 1425, 5, 9, 17.81, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4400, 1873, 'Gustavo', 1953, 5, 9, 4.16, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4401, 1873, 'Gustavo', 3938, 5, 9, 19.76, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4402, 1873, 'Gustavo', 4929, 13, 9, 133.90, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4403, 1873, 'Gustavo', 1264, 10, 9, 127.08, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4404, 1873, 'Gustavo', 5388, 17, 9, 20.59, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4405, 1873, 'Gustavo', 5131, 16, 9, 324.09, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4406, 1873, 'Gustavo', 3835, 16, 9, 3.80, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:02'),
(4407, 1873, 'Gustavo', 1240, 18, 9, 5194.00, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4408, 1873, 'Gustavo', 702, 19, 9, 27.62, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4409, 1873, 'Gustavo', 1777, 5, 9, 30.80, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4410, 1873, 'Gustavo', 2958, 14, 9, 112.36, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4411, 1873, 'Gustavo', 2528, 19, 9, 178.50, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4412, 1873, 'Gustavo', 856, 19, 9, 349.79, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4413, 1873, 'Gustavo', 5584, 12, 9, 267.59, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4414, 1873, 'Gustavo', 2919, 19, 9, 27.45, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4415, 1873, 'Gustavo', 4774, 12, 9, 106.00, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4416, 1873, 'Gustavo', 5280, 14, 9, 129.06, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4417, 1873, 'Gustavo', 5863, 13, 9, 32.85, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4418, 1873, 'Gustavo', 2376, 10, 9, 120.24, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4419, 1873, 'Gustavo', 2395, 2, 9, 14.87, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4420, 1873, 'Gustavo', 3031, 18, 9, 132.11, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4421, 1873, 'Gustavo', 3442, 14, 9, 397.95, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4422, 1873, 'Gustavo', 1065, 19, 9, 782.80, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4423, 1873, 'Gustavo', 5581, 10, 9, 31.20, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4424, 1873, 'Gustavo', 2708, 18, 9, 710.84, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4425, 1873, 'Gustavo', 5010, 13, 9, 41.81, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4426, 1873, 'Gustavo', 5703, 15, 9, 209.03, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4427, 1873, 'Gustavo', 4537, 16, 9, 521.03, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4428, 1873, 'Gustavo', 4944, 14, 9, 8.39, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4429, 1873, 'Gustavo', 5073, 14, 9, 18.71, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4430, 1873, 'Gustavo', 923, 7, 9, 21.62, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4431, 1873, 'Gustavo', 374, 10, 9, 123.18, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4432, 1873, 'Gustavo', 580, 18, 9, 176.75, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4433, 1873, 'Gustavo', 3977, 12, 9, 386.57, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4434, 1873, 'Gustavo', 5781, 15, 9, 1202.24, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4435, 1873, 'Gustavo', 1407, 10, 9, 19.56, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4436, 1873, 'Gustavo', 265, 5, 9, 131.30, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4437, 1873, 'Gustavo', 1204, 18, 9, 34.55, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4438, 1873, 'Gustavo', 3792, 19, 9, 239.19, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4439, 1873, 'Gustavo', 813, 14, 9, 11.33, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4440, 1873, 'Gustavo', 3477, 14, 9, 61.80, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4441, 1873, 'Gustavo', 2555, 7, 9, 47.40, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4442, 1873, 'Gustavo', 2207, 10, 9, 41.66, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4443, 1873, 'Gustavo', 2625, 18, 9, 23.44, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4444, 1873, 'Gustavo', 3402, 15, 9, 129.08, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4445, 1873, 'Gustavo', 4960, 12, 9, 20.00, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4446, 1873, 'Gustavo', 3418, 14, 9, 25.31, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4447, 1873, 'Gustavo', 311, 18, 9, 158.27, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4448, 1873, 'Gustavo', 3878, 11, 9, 4.93, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4449, 1873, 'Gustavo', 1280, 19, 9, 20.48, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4450, 1873, 'Gustavo', 4034, 18, 9, 12.86, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4451, 1873, 'Gustavo', 3426, 10, 9, 24.71, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4452, 1873, 'Gustavo', 5181, 16, 9, 19.24, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4453, 1873, 'Gustavo', 4390, 14, 9, 73.12, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4454, 1873, 'Gustavo', 1920, 12, 9, 40.39, 1, 1, 'ai_bid', '2024-05-21 09:10:07', '2024-05-21 09:10:07', '2024-05-22 09:11:03'),
(4455, 1873, 'Gustavo', 156, 18, 9, 5.25, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4456, 1873, 'Gustavo', 943, 5, 9, 40.78, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4457, 1873, 'Gustavo', 2163, 10, 9, 51.97, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4458, 1873, 'Gustavo', 1198, 15, 9, 2.27, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4459, 1873, 'Gustavo', 2367, 19, 9, 3.15, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4460, 1873, 'Gustavo', 4127, 18, 9, 10.29, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4461, 1873, 'Gustavo', 1469, 10, 9, 1.30, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4462, 1873, 'Gustavo', 1894, 19, 9, 0.20, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4463, 1873, 'Gustavo', 1827, 19, 9, 0.13, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4464, 1873, 'Gustavo', 734, 19, 9, 0.23, 1, 1, 'ai_bid', '2024-05-21 09:10:08', '2024-05-21 09:10:08', '2024-05-22 09:11:03'),
(4465, 1866, 'Tetyana store', 683, 10, 6, 41.34, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02'),
(4466, 1866, 'Tetyana store', 639, 14, 6, 4.24, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02'),
(4467, 1866, 'Tetyana store', 307, 7, 6, 3.90, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02'),
(4468, 1866, 'Tetyana store', 1719, 5, 6, 1.09, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02'),
(4469, 1866, 'Tetyana store', 642, 5, 6, 1.03, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02'),
(4470, 1866, 'Tetyana store', 949, 5, 6, 0.31, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02'),
(4471, 1866, 'Tetyana store', 1894, 19, 6, 0.21, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02'),
(4472, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-05-21 09:12:07', '2024-05-21 09:12:07', '2024-05-22 09:13:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(4473, 1866, 'Tetyana store', 5188, 16, 11, 319.30, 1, 1, 'ai_bid', '2024-05-21 09:23:04', '2024-05-21 09:23:04', '2024-05-22 09:24:02'),
(4474, 1866, 'Tetyana store', 872, 19, 11, 26.24, 1, 1, 'ai_bid', '2024-05-21 09:23:04', '2024-05-21 09:23:04', '2024-05-22 09:24:02'),
(4475, 1866, 'Tetyana store', 5388, 17, 11, 20.39, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4476, 1866, 'Tetyana store', 3308, 16, 11, 1477.64, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4477, 1866, 'Tetyana store', 3130, 18, 11, 18.19, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4478, 1866, 'Tetyana store', 388, 2, 11, 262.60, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4479, 1866, 'Tetyana store', 4014, 17, 11, 7.83, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4480, 1866, 'Tetyana store', 2900, 19, 11, 3006.96, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4481, 1866, 'Tetyana store', 4833, 17, 11, 17.94, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4482, 1866, 'Tetyana store', 4214, 14, 11, 20.67, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4483, 1866, 'Tetyana store', 4099, 5, 11, 202.00, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4484, 1866, 'Tetyana store', 5513, 10, 11, 85.85, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4485, 1866, 'Tetyana store', 5690, 10, 11, 27.37, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4486, 1866, 'Tetyana store', 2021, 4, 11, 9.68, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4487, 1866, 'Tetyana store', 5139, 19, 11, 1020.00, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4488, 1866, 'Tetyana store', 1090, 19, 11, 585.80, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4489, 1866, 'Tetyana store', 4213, 5, 11, 4.64, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4490, 1866, 'Tetyana store', 4895, 13, 11, 676.70, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4491, 1866, 'Tetyana store', 5523, 10, 11, 28.09, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4492, 1866, 'Tetyana store', 2715, 16, 11, 37.08, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4493, 1866, 'Tetyana store', 707, 18, 11, 256.44, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4494, 1866, 'Tetyana store', 4685, 12, 11, 16.21, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4495, 1866, 'Tetyana store', 1943, 18, 11, 677.34, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4496, 1866, 'Tetyana store', 1690, 18, 11, 17.60, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:02'),
(4497, 1866, 'Tetyana store', 4172, 5, 11, 114.45, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4498, 1866, 'Tetyana store', 1077, 19, 11, 168.54, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4499, 1866, 'Tetyana store', 1851, 18, 11, 68.19, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4500, 1866, 'Tetyana store', 2416, 19, 11, 24.93, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4501, 1866, 'Tetyana store', 4656, 15, 11, 232.30, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4502, 1866, 'Tetyana store', 146, 2, 11, 36.75, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4503, 1866, 'Tetyana store', 3197, 5, 11, 465.91, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4504, 1866, 'Tetyana store', 509, 14, 11, 30.79, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4505, 1866, 'Tetyana store', 41, 2, 11, 18.18, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4506, 1866, 'Tetyana store', 6133, 11, 11, 15.90, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4507, 1866, 'Tetyana store', 3848, 15, 11, 202.80, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4508, 1866, 'Tetyana store', 344, 18, 11, 349.87, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4509, 1866, 'Tetyana store', 4922, 12, 11, 15.44, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4510, 1866, 'Tetyana store', 2136, 19, 11, 20.93, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4511, 1866, 'Tetyana store', 3392, 7, 11, 367.61, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4512, 1866, 'Tetyana store', 1786, 2, 11, 16.16, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4513, 1866, 'Tetyana store', 1202, 14, 11, 50.92, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4514, 1866, 'Tetyana store', 1253, 10, 11, 30.79, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4515, 1866, 'Tetyana store', 3213, 4, 11, 6.35, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4516, 1866, 'Tetyana store', 748, 19, 11, 9.36, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4517, 1866, 'Tetyana store', 5785, 15, 11, 5.86, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4518, 1866, 'Tetyana store', 3768, 15, 11, 3.96, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4519, 1866, 'Tetyana store', 1032, 19, 11, 98.80, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4520, 1866, 'Tetyana store', 480, 19, 11, 157.08, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4521, 1866, 'Tetyana store', 933, 18, 11, 1133.00, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4522, 1866, 'Tetyana store', 1953, 5, 11, 4.24, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4523, 1866, 'Tetyana store', 1009, 5, 11, 9.27, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4524, 1866, 'Tetyana store', 5306, 14, 11, 420.00, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:03'),
(4525, 1866, 'Tetyana store', 1296, 19, 11, 46.35, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4526, 1866, 'Tetyana store', 133, 7, 11, 34.23, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4527, 1866, 'Tetyana store', 359, 2, 11, 135.20, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4528, 1866, 'Tetyana store', 1120, 4, 11, 9.22, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4529, 1866, 'Tetyana store', 2619, 18, 11, 19.20, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4530, 1866, 'Tetyana store', 5455, 17, 11, 53.60, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4531, 1866, 'Tetyana store', 4754, 12, 11, 7.09, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4532, 1866, 'Tetyana store', 1078, 1, 11, 11.21, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4533, 1866, 'Tetyana store', 1262, 19, 11, 1.55, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4534, 1866, 'Tetyana store', 4582, 14, 11, 15.15, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4535, 1866, 'Tetyana store', 3496, 10, 11, 11.66, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4536, 1866, 'Tetyana store', 634, 5, 11, 1.05, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4537, 1866, 'Tetyana store', 1818, 19, 11, 1.02, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4538, 1866, 'Tetyana store', 624, 5, 11, 1.02, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4539, 1866, 'Tetyana store', 1894, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-05-21 09:23:05', '2024-05-21 09:23:05', '2024-05-22 09:24:04'),
(4540, 1866, 'Tetyana store', 949, 5, 11, 0.31, 1, 1, 'ai_bid', '2024-05-21 09:23:06', '2024-05-21 09:23:06', '2024-05-22 09:24:04'),
(4541, 1867, 'Omevoric enterprises', 5016, 11, 12, 293.91, 1, 1, 'ai_bid', '2024-05-21 09:31:06', '2024-05-21 09:31:06', '2024-05-22 09:32:02'),
(4542, 1867, 'Omevoric enterprises', 3034, 14, 12, 22.21, 1, 1, 'ai_bid', '2024-05-21 09:31:06', '2024-05-21 09:31:06', '2024-05-22 09:32:02'),
(4543, 1867, 'Omevoric enterprises', 3410, 10, 12, 29.29, 1, 1, 'ai_bid', '2024-05-21 09:31:06', '2024-05-21 09:31:06', '2024-05-22 09:32:02'),
(4544, 1867, 'Omevoric enterprises', 2034, 17, 12, 70.72, 1, 1, 'ai_bid', '2024-05-21 09:31:06', '2024-05-21 09:31:06', '2024-05-22 09:32:02'),
(4545, 1867, 'Omevoric enterprises', 863, 13, 12, 1484.00, 1, 1, 'ai_bid', '2024-05-21 09:31:06', '2024-05-21 09:31:06', '2024-05-22 09:32:02'),
(4546, 1867, 'Omevoric enterprises', 5257, 16, 12, 36.19, 1, 1, 'ai_bid', '2024-05-21 09:31:06', '2024-05-21 09:31:06', '2024-05-22 09:32:02'),
(4547, 1867, 'Omevoric enterprises', 254, 17, 12, 52.72, 1, 1, 'ai_bid', '2024-05-21 09:31:06', '2024-05-21 09:31:06', '2024-05-22 09:32:02'),
(4548, 1867, 'Omevoric enterprises', 5160, 16, 12, 268.79, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4549, 1867, 'Omevoric enterprises', 1640, 19, 12, 1.06, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4550, 1867, 'Omevoric enterprises', 3023, 7, 12, 231.29, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4551, 1867, 'Omevoric enterprises', 1472, 17, 12, 1693.20, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4552, 1867, 'Omevoric enterprises', 181, 4, 12, 266.05, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4553, 1867, 'Omevoric enterprises', 678, 10, 12, 2.02, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4554, 1867, 'Omevoric enterprises', 740, 19, 12, 14.03, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4555, 1867, 'Omevoric enterprises', 5775, 15, 12, 17.52, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4556, 1867, 'Omevoric enterprises', 1543, 19, 12, 1785.00, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4557, 1867, 'Omevoric enterprises', 1681, 19, 12, 17.60, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4558, 1867, 'Omevoric enterprises', 4500, 16, 12, 102.00, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4559, 1867, 'Omevoric enterprises', 2116, 13, 12, 30.87, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4560, 1867, 'Omevoric enterprises', 2646, 14, 12, 128.61, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4561, 1867, 'Omevoric enterprises', 1018, 16, 12, 50.46, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4562, 1867, 'Omevoric enterprises', 4828, 12, 12, 38.30, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4563, 1867, 'Omevoric enterprises', 3938, 5, 12, 19.38, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4564, 1867, 'Omevoric enterprises', 374, 10, 12, 125.59, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4565, 1867, 'Omevoric enterprises', 1667, 14, 12, 10.45, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4566, 1867, 'Omevoric enterprises', 2616, 14, 12, 20.38, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4567, 1867, 'Omevoric enterprises', 1401, 10, 12, 10.91, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4568, 1867, 'Omevoric enterprises', 50, 2, 12, 14.42, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4569, 1867, 'Omevoric enterprises', 3474, 14, 12, 95.40, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4570, 1867, 'Omevoric enterprises', 5540, 10, 12, 125.37, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4571, 1867, 'Omevoric enterprises', 1338, 15, 12, 17.01, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4572, 1867, 'Omevoric enterprises', 265, 5, 12, 135.20, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4573, 1867, 'Omevoric enterprises', 2954, 19, 12, 772.50, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4574, 1867, 'Omevoric enterprises', 2830, 12, 12, 21.41, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4575, 1867, 'Omevoric enterprises', 4276, 18, 12, 10.61, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4576, 1867, 'Omevoric enterprises', 1954, 5, 12, 11.65, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4577, 1867, 'Omevoric enterprises', 4093, 18, 12, 31.92, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4578, 1867, 'Omevoric enterprises', 2941, 12, 12, 1008.78, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4579, 1867, 'Omevoric enterprises', 4712, 12, 12, 52.28, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4580, 1867, 'Omevoric enterprises', 4580, 5, 12, 31.61, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:02'),
(4581, 1867, 'Omevoric enterprises', 367, 18, 12, 927.00, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4582, 1867, 'Omevoric enterprises', 3458, 10, 12, 15.75, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4583, 1867, 'Omevoric enterprises', 4684, 12, 12, 35.44, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4584, 1867, 'Omevoric enterprises', 1571, 10, 12, 102.29, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4585, 1867, 'Omevoric enterprises', 5797, 13, 12, 20.99, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4586, 1867, 'Omevoric enterprises', 5428, 12, 12, 5.19, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4587, 1867, 'Omevoric enterprises', 3389, 10, 12, 7.10, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4588, 1867, 'Omevoric enterprises', 912, 13, 12, 31.20, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4589, 1867, 'Omevoric enterprises', 4957, 11, 12, 3470.04, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4590, 1867, 'Omevoric enterprises', 2547, 19, 12, 210.00, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4591, 1867, 'Omevoric enterprises', 2230, 19, 12, 30.90, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4592, 1867, 'Omevoric enterprises', 2323, 2, 12, 353.56, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4593, 1867, 'Omevoric enterprises', 4368, 16, 12, 52.00, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4594, 1867, 'Omevoric enterprises', 3211, 17, 12, 20.45, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4595, 1867, 'Omevoric enterprises', 3510, 10, 12, 624.75, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4596, 1867, 'Omevoric enterprises', 482, 17, 12, 27.13, 1, 1, 'ai_bid', '2024-05-21 09:31:07', '2024-05-21 09:31:07', '2024-05-22 09:32:03'),
(4597, 1867, 'Omevoric enterprises', 3315, 5, 12, 9.09, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4598, 1867, 'Omevoric enterprises', 5248, 16, 12, 41.40, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4599, 1867, 'Omevoric enterprises', 662, 17, 12, 17.34, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4600, 1867, 'Omevoric enterprises', 5722, 16, 12, 29.28, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4601, 1867, 'Omevoric enterprises', 4926, 11, 12, 28.35, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4602, 1867, 'Omevoric enterprises', 1610, 4, 12, 79.30, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4603, 1867, 'Omevoric enterprises', 210, 18, 12, 40.39, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4604, 1867, 'Omevoric enterprises', 6074, 15, 12, 15.07, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4605, 1867, 'Omevoric enterprises', 5940, 17, 12, 3.12, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4606, 1867, 'Omevoric enterprises', 37, 2, 12, 9.09, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4607, 1867, 'Omevoric enterprises', 2239, 19, 12, 59.74, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4608, 1867, 'Omevoric enterprises', 5378, 1, 12, 3.16, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4609, 1867, 'Omevoric enterprises', 4513, 16, 12, 7.14, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4610, 1867, 'Omevoric enterprises', 823, 17, 12, 12.40, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4611, 1867, 'Omevoric enterprises', 3190, 4, 12, 11.21, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4612, 1867, 'Omevoric enterprises', 1625, 19, 12, 5.51, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4613, 1867, 'Omevoric enterprises', 716, 19, 12, 1.04, 1, 1, 'ai_bid', '2024-05-21 09:31:08', '2024-05-21 09:31:08', '2024-05-22 09:32:03'),
(4614, 1868, 'Marcelo Ltd', 2679, 18, 13, 198.21, 1, 1, 'ai_bid', '2024-05-21 10:05:07', '2024-05-21 10:05:07', '2024-05-22 10:06:03'),
(4615, 1868, 'Marcelo Ltd', 5696, 15, 13, 52.43, 1, 1, 'ai_bid', '2024-05-21 10:05:07', '2024-05-21 10:05:07', '2024-05-22 10:06:03'),
(4616, 1868, 'Marcelo Ltd', 5979, 17, 13, 27.53, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4617, 1868, 'Marcelo Ltd', 2487, 19, 13, 137.80, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4618, 1868, 'Marcelo Ltd', 3324, 7, 13, 1.36, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4619, 1868, 'Marcelo Ltd', 4619, 5, 13, 14.58, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4620, 1868, 'Marcelo Ltd', 4458, 15, 13, 3682.25, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4621, 1868, 'Marcelo Ltd', 5589, 12, 13, 150.49, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4622, 1868, 'Marcelo Ltd', 2220, 17, 13, 45.38, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4623, 1868, 'Marcelo Ltd', 2437, 2, 13, 202.00, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4624, 1868, 'Marcelo Ltd', 2135, 17, 13, 56.53, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4625, 1868, 'Marcelo Ltd', 2196, 19, 13, 15.75, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4626, 1868, 'Marcelo Ltd', 4176, 14, 13, 805.59, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4627, 1868, 'Marcelo Ltd', 3166, 4, 13, 25.06, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4628, 1868, 'Marcelo Ltd', 1182, 19, 13, 104.94, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4629, 1868, 'Marcelo Ltd', 1578, 18, 13, 1513.99, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4630, 1868, 'Marcelo Ltd', 2626, 14, 13, 26.92, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4631, 1868, 'Marcelo Ltd', 1862, 18, 13, 51.84, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4632, 1868, 'Marcelo Ltd', 4544, 14, 13, 300.90, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4633, 1868, 'Marcelo Ltd', 2531, 19, 13, 168.00, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4634, 1868, 'Marcelo Ltd', 2205, 19, 13, 16.67, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4635, 1868, 'Marcelo Ltd', 1411, 10, 13, 7.13, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4636, 1868, 'Marcelo Ltd', 3437, 14, 13, 842.70, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4637, 1868, 'Marcelo Ltd', 3567, 17, 13, 147.66, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4638, 1868, 'Marcelo Ltd', 2891, 19, 13, 31.20, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4639, 1868, 'Marcelo Ltd', 693, 18, 13, 1270.94, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4640, 1868, 'Marcelo Ltd', 1585, 13, 13, 1.61, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4641, 1868, 'Marcelo Ltd', 1000, 17, 13, 3.57, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4642, 1868, 'Marcelo Ltd', 3452, 11, 13, 3.91, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4643, 1868, 'Marcelo Ltd', 2509, 16, 13, 30.44, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4644, 1868, 'Marcelo Ltd', 5980, 17, 13, 20.16, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4645, 1868, 'Marcelo Ltd', 2091, 1, 13, 4.38, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4646, 1868, 'Marcelo Ltd', 2148, 2, 13, 103.00, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4647, 1868, 'Marcelo Ltd', 1767, 19, 13, 4.08, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4648, 1868, 'Marcelo Ltd', 1941, 18, 13, 251.95, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4649, 1868, 'Marcelo Ltd', 3320, 5, 13, 82.39, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4650, 1868, 'Marcelo Ltd', 1737, 10, 13, 81.59, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4651, 1868, 'Marcelo Ltd', 391, 18, 13, 19.68, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4652, 1868, 'Marcelo Ltd', 1151, 4, 13, 3.47, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4653, 1868, 'Marcelo Ltd', 5202, 13, 13, 42.39, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4654, 1868, 'Marcelo Ltd', 1117, 19, 13, 357.00, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4655, 1868, 'Marcelo Ltd', 456, 19, 13, 45.42, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4656, 1868, 'Marcelo Ltd', 6155, 11, 13, 16.31, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4657, 1868, 'Marcelo Ltd', 5440, 17, 13, 63.43, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4658, 1868, 'Marcelo Ltd', 4643, 15, 13, 7.95, 1, 1, 'ai_bid', '2024-05-21 10:05:08', '2024-05-21 10:05:08', '2024-05-22 10:06:03'),
(4659, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-05-21 10:05:09', '2024-05-21 10:05:09', '2024-05-22 10:06:03'),
(4660, 1869, 'Anatoliy fast store', 879, 7, 14, 51.03, 1, 1, 'ai_bid', '2024-05-21 10:32:08', '2024-05-21 10:32:08', '2024-05-22 10:33:02'),
(4661, 1869, 'Anatoliy fast store', 842, 19, 14, 17.57, 1, 1, 'ai_bid', '2024-05-21 10:32:08', '2024-05-21 10:32:08', '2024-05-22 10:33:02'),
(4662, 1869, 'Anatoliy fast store', 458, 16, 14, 84.79, 1, 1, 'ai_bid', '2024-05-21 10:32:08', '2024-05-21 10:32:08', '2024-05-22 10:33:02'),
(4663, 1869, 'Anatoliy fast store', 1175, 18, 14, 58.30, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4664, 1869, 'Anatoliy fast store', 1318, 15, 14, 40.95, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4665, 1869, 'Anatoliy fast store', 1899, 19, 14, 11.63, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4666, 1869, 'Anatoliy fast store', 1273, 19, 14, 349.80, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4667, 1869, 'Anatoliy fast store', 2087, 2, 14, 505.00, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4668, 1869, 'Anatoliy fast store', 526, 17, 14, 20.19, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4669, 1869, 'Anatoliy fast store', 4882, 17, 14, 18.35, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4670, 1869, 'Anatoliy fast store', 4917, 11, 14, 18.13, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4671, 1869, 'Anatoliy fast store', 549, 7, 14, 10.50, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4672, 1869, 'Anatoliy fast store', 4375, 16, 14, 84.80, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4673, 1869, 'Anatoliy fast store', 4084, 5, 14, 61.80, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4674, 1869, 'Anatoliy fast store', 5296, 16, 14, 10.29, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4675, 1869, 'Anatoliy fast store', 4567, 16, 14, 2020.00, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4676, 1869, 'Anatoliy fast store', 2161, 19, 14, 26.64, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4677, 1869, 'Anatoliy fast store', 315, 7, 14, 92.03, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4678, 1869, 'Anatoliy fast store', 339, 12, 14, 755.94, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4679, 1869, 'Anatoliy fast store', 3868, 16, 14, 112.33, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4680, 1869, 'Anatoliy fast store', 607, 19, 14, 2424.00, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4681, 1869, 'Anatoliy fast store', 2781, 14, 14, 2677.63, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4682, 1869, 'Anatoliy fast store', 2669, 14, 14, 125.38, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4683, 1869, 'Anatoliy fast store', 926, 18, 14, 171.62, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4684, 1869, 'Anatoliy fast store', 637, 5, 14, 313.95, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4685, 1869, 'Anatoliy fast store', 6030, 11, 14, 21.00, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4686, 1869, 'Anatoliy fast store', 4347, 14, 14, 511.01, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4687, 1869, 'Anatoliy fast store', 2589, 14, 14, 61.19, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4688, 1869, 'Anatoliy fast store', 977, 5, 14, 62.40, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4689, 1869, 'Anatoliy fast store', 3229, 5, 14, 144.89, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4690, 1869, 'Anatoliy fast store', 3482, 10, 14, 5.30, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4691, 1869, 'Anatoliy fast store', 3266, 7, 14, 254.41, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4692, 1869, 'Anatoliy fast store', 6017, 17, 14, 23.64, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4693, 1869, 'Anatoliy fast store', 3757, 14, 14, 10.29, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4694, 1869, 'Anatoliy fast store', 1057, 17, 14, 33.08, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4695, 1869, 'Anatoliy fast store', 4964, 12, 14, 21.10, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4696, 1869, 'Anatoliy fast store', 1828, 19, 14, 134.16, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4697, 1869, 'Anatoliy fast store', 2457, 19, 14, 3.37, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4698, 1869, 'Anatoliy fast store', 1704, 18, 14, 63.60, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4699, 1869, 'Anatoliy fast store', 4476, 15, 14, 40.56, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4700, 1869, 'Anatoliy fast store', 3575, 17, 14, 8.76, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4701, 1869, 'Anatoliy fast store', 4539, 16, 14, 34.31, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4702, 1869, 'Anatoliy fast store', 2484, 19, 14, 208.00, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4703, 1869, 'Anatoliy fast store', 4659, 12, 14, 9.88, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4704, 1869, 'Anatoliy fast store', 5852, 15, 14, 38.37, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4705, 1869, 'Anatoliy fast store', 5828, 17, 14, 306.00, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4706, 1869, 'Anatoliy fast store', 1687, 19, 14, 85.32, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4707, 1869, 'Anatoliy fast store', 5167, 16, 14, 187.19, 1, 1, 'ai_bid', '2024-05-21 10:32:09', '2024-05-21 10:32:09', '2024-05-22 10:33:02'),
(4708, 1869, 'Anatoliy fast store', 3782, 19, 14, 362.96, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4709, 1869, 'Anatoliy fast store', 1245, 19, 14, 10.05, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4710, 1869, 'Anatoliy fast store', 1310, 2, 14, 735.00, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4711, 1869, 'Anatoliy fast store', 181, 4, 14, 266.05, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4712, 1869, 'Anatoliy fast store', 1606, 19, 14, 20.15, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4713, 1869, 'Anatoliy fast store', 5940, 17, 14, 3.18, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4714, 1869, 'Anatoliy fast store', 4100, 14, 14, 6.29, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4715, 1869, 'Anatoliy fast store', 5203, 16, 14, 169.04, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4716, 1869, 'Anatoliy fast store', 3877, 15, 14, 371.00, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4717, 1869, 'Anatoliy fast store', 1103, 4, 14, 42.82, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4718, 1869, 'Anatoliy fast store', 1998, 15, 14, 14.28, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4719, 1869, 'Anatoliy fast store', 4908, 13, 14, 138.20, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4720, 1869, 'Anatoliy fast store', 712, 19, 14, 30.90, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4721, 1869, 'Anatoliy fast store', 1338, 15, 14, 17.01, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4722, 1869, 'Anatoliy fast store', 2989, 14, 14, 100.70, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4723, 1869, 'Anatoliy fast store', 394, 18, 14, 14.12, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4724, 1869, 'Anatoliy fast store', 5349, 13, 14, 265.20, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4725, 1869, 'Anatoliy fast store', 4587, 16, 14, 26.79, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4726, 1869, 'Anatoliy fast store', 1692, 19, 14, 68.21, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4727, 1869, 'Anatoliy fast store', 2559, 14, 14, 124.41, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4728, 1869, 'Anatoliy fast store', 6089, 15, 14, 5.27, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4729, 1869, 'Anatoliy fast store', 1662, 19, 14, 0.91, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4730, 1869, 'Anatoliy fast store', 771, 10, 14, 7.17, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4731, 1869, 'Anatoliy fast store', 994, 18, 14, 36.99, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4732, 1869, 'Anatoliy fast store', 2527, 19, 14, 19.99, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:02'),
(4733, 1869, 'Anatoliy fast store', 5540, 10, 14, 125.37, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4734, 1869, 'Anatoliy fast store', 1818, 19, 14, 1.05, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4735, 1869, 'Anatoliy fast store', 5098, 16, 14, 25.49, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4736, 1869, 'Anatoliy fast store', 1815, 17, 14, 61.19, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4737, 1869, 'Anatoliy fast store', 911, 19, 14, 15.21, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4738, 1869, 'Anatoliy fast store', 4171, 18, 14, 26.49, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4739, 1869, 'Anatoliy fast store', 2554, 14, 14, 9.00, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4740, 1869, 'Anatoliy fast store', 2041, 5, 14, 2.06, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4741, 1869, 'Anatoliy fast store', 5024, 14, 14, 4.07, 1, 1, 'ai_bid', '2024-05-21 10:32:10', '2024-05-21 10:32:10', '2024-05-22 10:33:03'),
(4742, 1872, 'Melisa', 3068, 2, NULL, 7.49, 1, 2, 'manual_bid', '2024-05-21 10:44:40', '2024-05-21 10:44:40', '2024-05-22 10:45:04'),
(4743, 1872, 'Melisa', 992, 5, NULL, 45.00, 1, 2, 'manual_bid', '2024-05-21 10:50:00', '2024-05-21 10:50:00', '2024-05-22 10:50:04'),
(4744, 1872, 'Melisa', 3247, 5, NULL, 4.00, 1, 2, 'manual_bid', '2024-05-21 11:18:38', '2024-05-21 11:18:38', '2024-05-22 11:19:03'),
(4745, 1872, 'Melisa', 3247, 5, NULL, 20.00, 1, 2, 'manual_bid', '2024-05-21 11:19:07', '2024-05-21 11:19:07', '2024-05-22 11:20:03'),
(4746, 1872, 'Melisa', 5628, 1, 18, 15.89, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4747, 1872, 'Melisa', 241, 17, 18, 161.19, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4748, 1872, 'Melisa', 5463, 12, 18, 5830.00, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4749, 1872, 'Melisa', 3186, 4, 18, 7.97, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4750, 1872, 'Melisa', 4402, 18, 18, 30.60, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4751, 1872, 'Melisa', 3322, 5, 18, 104.95, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4752, 1872, 'Melisa', 4889, 12, 18, 64.01, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4753, 1872, 'Melisa', 4434, 15, 18, 278.24, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4754, 1872, 'Melisa', 5037, 11, 18, 12.59, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4755, 1872, 'Melisa', 3230, 4, 18, 30.68, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4756, 1872, 'Melisa', 1211, 18, 18, 36.72, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4757, 1872, 'Melisa', 910, 5, 18, 7.23, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4758, 1872, 'Melisa', 1636, 18, 18, 10.85, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4759, 1872, 'Melisa', 3842, 4, 18, 20.80, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4760, 1872, 'Melisa', 5528, 10, 18, 23.73, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4761, 1872, 'Melisa', 3481, 11, 18, 16.04, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4762, 1872, 'Melisa', 1008, 16, 18, 448.32, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4763, 1872, 'Melisa', 4075, 14, 18, 19.38, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4764, 1872, 'Melisa', 6118, 11, 18, 28.84, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4765, 1872, 'Melisa', 3908, 16, 18, 43.04, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4766, 1872, 'Melisa', 1347, 15, 18, 90.10, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4767, 1872, 'Melisa', 4685, 12, 18, 16.53, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4768, 1872, 'Melisa', 2576, 17, 18, 21.06, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4769, 1872, 'Melisa', 4973, 14, 18, 19.56, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4770, 1872, 'Melisa', 159, 16, 18, 37.56, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4771, 1872, 'Melisa', 4403, 14, 18, 179.73, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4772, 1872, 'Melisa', 3005, 19, 18, 64.65, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4773, 1872, 'Melisa', 1485, 15, 18, 561.94, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4774, 1872, 'Melisa', 2976, 19, 18, 45.04, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4775, 1872, 'Melisa', 3413, 7, 18, 313.03, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4776, 1872, 'Melisa', 4844, 12, 18, 71.39, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4777, 1872, 'Melisa', 2171, 19, 18, 315.00, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4778, 1872, 'Melisa', 1260, 10, 18, 383.61, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4779, 1872, 'Melisa', 1208, 14, 18, 3.17, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4780, 1872, 'Melisa', 133, 7, 18, 34.88, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4781, 1872, 'Melisa', 709, 18, 18, 190.54, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4782, 1872, 'Melisa', 1550, 10, 18, 111.30, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4783, 1872, 'Melisa', 4926, 11, 18, 28.35, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4784, 1872, 'Melisa', 2725, 14, 18, 210.24, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4785, 1872, 'Melisa', 5485, 17, 18, 359.72, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4786, 1872, 'Melisa', 1323, 19, 18, 12.82, 1, 1, 'ai_bid', '2024-05-21 12:23:07', '2024-05-21 12:23:07', '2024-05-22 12:24:03'),
(4787, 1872, 'Melisa', 1509, 15, 18, 97.70, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4788, 1872, 'Melisa', 1223, 10, 18, 18.46, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4789, 1872, 'Melisa', 816, 19, 18, 5.62, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4790, 1872, 'Melisa', 3268, 5, 18, 2.10, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4791, 1872, 'Melisa', 5110, 16, 18, 14.14, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4792, 1872, 'Melisa', 1811, 5, 18, 0.21, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4793, 1872, 'Melisa', 803, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4794, 1872, 'Melisa', 2023, 19, 18, 1.01, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4795, 1872, 'Melisa', 1869, 19, 18, 3.15, 1, 1, 'ai_bid', '2024-05-21 12:23:08', '2024-05-21 12:23:08', '2024-05-22 12:24:03'),
(4796, 1872, 'Melisa', 3885, 2, NULL, 40.00, 1, 2, 'manual_bid', '2024-05-22 00:24:58', '2024-05-22 00:24:58', '2024-05-23 00:25:03'),
(4797, 1872, 'Melisa', 1542, 2, NULL, 82.50, 1, 2, 'manual_bid', '2024-05-22 00:26:33', '2024-05-22 00:26:33', '2024-05-23 00:27:03'),
(4798, 1872, 'Melisa', 2002, 4, NULL, 11.00, 1, 2, 'manual_bid', '2024-05-22 00:29:43', '2024-05-22 00:29:43', '2024-05-23 00:30:04'),
(4799, 1872, 'Melisa', 2002, 4, NULL, 55.00, 1, 2, 'manual_bid', '2024-05-22 00:30:22', '2024-05-22 00:30:22', '2024-05-23 00:31:02'),
(4800, 1872, 'Melisa', 924, 5, NULL, 85.00, 1, 2, 'manual_bid', '2024-05-22 00:32:09', '2024-05-22 00:32:09', '2024-05-23 00:33:02'),
(4801, 1872, 'Melisa', 4182, 5, NULL, 6.00, 1, 2, 'manual_bid', '2024-05-22 00:33:24', '2024-05-22 00:33:24', '2024-05-23 00:34:02'),
(4802, 1872, 'Melisa', 3177, 4, NULL, 25.40, 1, 2, 'manual_bid', '2024-05-22 00:34:29', '2024-05-22 00:34:29', '2024-05-23 00:35:03'),
(4803, 1872, 'Melisa', 3506, 10, NULL, 80.00, 1, 2, 'manual_bid', '2024-05-22 00:36:16', '2024-05-22 00:36:16', '2024-05-23 00:37:02'),
(4804, 1872, 'Melisa', 1708, 18, NULL, 24.40, 1, 2, 'manual_bid', '2024-05-22 00:37:43', '2024-05-22 00:37:43', '2024-05-23 00:38:02'),
(4805, 1872, 'Melisa', 5956, 17, NULL, 9.36, 1, 2, 'manual_bid', '2024-05-22 00:38:59', '2024-05-22 00:38:59', '2024-05-23 00:39:03'),
(4806, 1872, 'Melisa', 1010, 16, NULL, 161.60, 1, 2, 'manual_bid', '2024-05-22 00:40:58', '2024-05-22 00:40:58', '2024-05-23 00:41:02'),
(4807, 1872, 'Melisa', 4501, 16, NULL, 30.00, 1, 2, 'manual_bid', '2024-05-22 00:44:36', '2024-05-22 00:44:36', '2024-05-23 00:45:03'),
(4808, 1872, 'Melisa', 6032, 15, NULL, 49.90, 1, 2, 'manual_bid', '2024-05-22 00:45:50', '2024-05-22 00:45:50', '2024-05-23 00:46:02'),
(4809, 1872, 'Melisa', 2759, 14, NULL, 17.50, 1, 2, 'manual_bid', '2024-05-22 00:47:59', '2024-05-22 00:47:59', '2024-05-23 00:48:03'),
(4810, 1747, 'Shopnice', 2417, 19, NULL, 93.00, 1, 1, 'manual_bid', '2024-05-22 01:52:07', '2024-05-22 01:52:07', '2024-05-23 01:53:02'),
(4811, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-22 01:52:47', '2024-05-22 01:52:47', '2024-05-23 01:53:02'),
(4812, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-22 01:53:25', '2024-05-22 01:53:25', '2024-05-23 01:54:02'),
(4813, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-22 01:54:11', '2024-05-22 01:54:11', '2024-05-23 01:55:05'),
(4814, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-22 01:54:54', '2024-05-22 01:54:54', '2024-05-23 01:55:05'),
(4815, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 6, 1, 'manual_bid', '2024-05-22 01:55:49', '2024-05-22 01:55:49', '2024-05-23 01:56:02'),
(4816, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 5, 1, 'manual_bid', '2024-05-22 01:56:58', '2024-05-22 01:56:58', '2024-05-23 01:57:03'),
(4817, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 7, 1, 'manual_bid', '2024-05-22 01:57:39', '2024-05-22 01:57:39', '2024-05-23 01:58:02'),
(4818, 1798, 'Feelyards', 977, 5, NULL, 61.00, 3, 1, 'manual_bid', '2024-05-22 03:48:10', '2024-05-22 03:48:10', '2024-05-23 03:49:03'),
(4819, 1798, 'Feelyards', 1743, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-05-22 03:52:07', '2024-05-22 03:52:07', '2024-05-23 03:53:03'),
(4820, 1869, 'Anatoliy fast store', 2605, 14, 17, 29.39, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:02'),
(4821, 1869, 'Anatoliy fast store', 4709, 12, 17, 51.54, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:03'),
(4822, 1869, 'Anatoliy fast store', 1173, 14, 17, 26.49, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:03'),
(4823, 1869, 'Anatoliy fast store', 2637, 14, 17, 16.31, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4824, 1869, 'Anatoliy fast store', 6107, 11, 17, 13.48, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4825, 1869, 'Anatoliy fast store', 3877, 15, 17, 357.00, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4826, 1869, 'Anatoliy fast store', 3786, 4, 17, 90.90, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4827, 1869, 'Anatoliy fast store', 1759, 2, 17, 126.00, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4828, 1869, 'Anatoliy fast store', 2831, 19, 17, 1028.97, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4829, 1869, 'Anatoliy fast store', 28, 2, 17, 15.15, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4830, 1869, 'Anatoliy fast store', 4171, 18, 17, 25.49, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4831, 1869, 'Anatoliy fast store', 2375, 19, 17, 15.60, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4832, 1869, 'Anatoliy fast store', 4944, 14, 17, 8.39, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4833, 1869, 'Anatoliy fast store', 3993, 18, 17, 51.21, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4834, 1869, 'Anatoliy fast store', 1561, 18, 17, 367.50, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4835, 1869, 'Anatoliy fast store', 3348, 7, 17, 10.40, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4836, 1869, 'Anatoliy fast store', 110, 2, 17, 196.33, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(4837, 1869, 'Anatoliy fast store', 5775, 15, 17, 17.19, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4838, 1869, 'Anatoliy fast store', 184, 7, 17, 17.99, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4839, 1869, 'Anatoliy fast store', 4471, 15, 17, 1444.29, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4840, 1869, 'Anatoliy fast store', 5535, 10, 17, 332.75, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4841, 1869, 'Anatoliy fast store', 2686, 18, 17, 785.89, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4842, 1869, 'Anatoliy fast store', 3344, 7, 17, 31.49, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4843, 1869, 'Anatoliy fast store', 6007, 14, 17, 3180.00, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4844, 1869, 'Anatoliy fast store', 5273, 16, 17, 301.27, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4845, 1869, 'Anatoliy fast store', 3437, 14, 17, 842.70, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4846, 1869, 'Anatoliy fast store', 3945, 16, 17, 48.75, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4847, 1869, 'Anatoliy fast store', 5287, 14, 17, 10.60, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4848, 1869, 'Anatoliy fast store', 5593, 10, 17, 258.48, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4849, 1869, 'Anatoliy fast store', 3077, 2, 17, 7.79, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4850, 1869, 'Anatoliy fast store', 979, 17, 17, 60.32, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4851, 1869, 'Anatoliy fast store', 3377, 15, 17, 572.00, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4852, 1869, 'Anatoliy fast store', 4329, 15, 17, 9.27, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4853, 1869, 'Anatoliy fast store', 1845, 15, 17, 24.22, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4854, 1869, 'Anatoliy fast store', 2834, 13, 17, 15.28, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4855, 1869, 'Anatoliy fast store', 5022, 11, 17, 16.35, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4856, 1869, 'Anatoliy fast store', 2593, 14, 17, 142.79, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4857, 1869, 'Anatoliy fast store', 155, 18, 17, 41.60, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4858, 1869, 'Anatoliy fast store', 2695, 14, 17, 11.10, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4859, 1869, 'Anatoliy fast store', 1631, 15, 17, 5.34, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4860, 1869, 'Anatoliy fast store', 716, 19, 17, 1.06, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4861, 1869, 'Anatoliy fast store', 1527, 14, 17, 2.12, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4862, 1869, 'Anatoliy fast store', 949, 5, 17, 0.31, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4863, 1869, 'Anatoliy fast store', 1850, 5, 17, 0.58, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4864, 1869, 'Anatoliy fast store', 803, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4865, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-05-22 07:40:11', '2024-05-22 07:40:11', '2024-05-23 07:41:04'),
(4866, 1866, 'Tetyana store', 2035, 19, 16, 735.00, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4867, 1866, 'Tetyana store', 3289, 15, 16, 62.39, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4868, 1866, 'Tetyana store', 984, 17, 16, 742.28, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4869, 1866, 'Tetyana store', 685, 5, 16, 8.08, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4870, 1866, 'Tetyana store', 3573, 12, 16, 1896.96, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4871, 1866, 'Tetyana store', 3830, 4, 16, 91.67, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4872, 1866, 'Tetyana store', 396, 18, 16, 35.00, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4873, 1866, 'Tetyana store', 1742, 19, 16, 35.36, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4874, 1866, 'Tetyana store', 3624, 12, 16, 123.11, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4875, 1866, 'Tetyana store', 3176, 19, 16, 499.26, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4876, 1866, 'Tetyana store', 1933, 18, 16, 35.23, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4877, 1866, 'Tetyana store', 872, 19, 16, 25.24, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4878, 1866, 'Tetyana store', 4564, 14, 16, 316.94, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4879, 1866, 'Tetyana store', 1523, 10, 16, 1.61, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4880, 1866, 'Tetyana store', 125, 18, 16, 89.04, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4881, 1866, 'Tetyana store', 1184, 18, 16, 50.96, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4882, 1866, 'Tetyana store', 4190, 14, 16, 1009.39, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4883, 1866, 'Tetyana store', 4495, 15, 16, 26.24, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4884, 1866, 'Tetyana store', 4283, 18, 16, 10.50, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4885, 1866, 'Tetyana store', 3147, 19, 16, 201.76, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4886, 1866, 'Tetyana store', 1060, 19, 16, 222.20, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4887, 1866, 'Tetyana store', 1892, 19, 16, 10.98, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4888, 1866, 'Tetyana store', 5816, 15, 16, 15.74, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4889, 1866, 'Tetyana store', 4333, 18, 16, 96.97, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4890, 1866, 'Tetyana store', 4811, 12, 16, 64.44, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4891, 1866, 'Tetyana store', 323, 12, 16, 2336.76, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4892, 1866, 'Tetyana store', 4204, 5, 16, 25.78, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4893, 1866, 'Tetyana store', 115, 7, 16, 261.23, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4894, 1866, 'Tetyana store', 1317, 19, 16, 15.95, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4895, 1866, 'Tetyana store', 545, 18, 16, 154.96, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4896, 1866, 'Tetyana store', 1792, 17, 16, 66.93, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4897, 1866, 'Tetyana store', 3403, 10, 16, 5.09, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4898, 1866, 'Tetyana store', 5899, 17, 16, 2.01, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4899, 1866, 'Tetyana store', 3761, 14, 16, 14.82, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4900, 1866, 'Tetyana store', 5849, 15, 16, 66.50, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4901, 1866, 'Tetyana store', 6046, 11, 16, 150.96, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:03'),
(4902, 1866, 'Tetyana store', 3628, 17, 16, 373.46, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4903, 1866, 'Tetyana store', 1531, 15, 16, 13.25, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4904, 1866, 'Tetyana store', 1355, 19, 16, 17.34, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4905, 1866, 'Tetyana store', 6080, 15, 16, 21.19, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4906, 1866, 'Tetyana store', 4045, 18, 16, 10.09, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4907, 1866, 'Tetyana store', 5646, 15, 16, 111.10, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4908, 1866, 'Tetyana store', 3636, 12, 16, 203.25, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4909, 1866, 'Tetyana store', 1128, 19, 16, 369.77, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4910, 1866, 'Tetyana store', 1935, 19, 16, 57.20, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4911, 1866, 'Tetyana store', 2370, 19, 16, 2.17, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4912, 1866, 'Tetyana store', 2193, 16, 16, 20.73, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4913, 1866, 'Tetyana store', 3265, 7, 16, 7.44, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4914, 1866, 'Tetyana store', 1588, 4, 16, 3.06, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4915, 1866, 'Tetyana store', 5003, 14, 16, 11.21, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4916, 1866, 'Tetyana store', 534, 17, 16, 53.12, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4917, 1866, 'Tetyana store', 6138, 11, 16, 13.63, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4918, 1866, 'Tetyana store', 5881, 17, 16, 7.42, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4919, 1866, 'Tetyana store', 4389, 16, 16, 15.45, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4920, 1866, 'Tetyana store', 1837, 5, 16, 1.02, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4921, 1866, 'Tetyana store', 1740, 5, 16, 3.06, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4922, 1866, 'Tetyana store', 3722, 13, 16, 2.02, 1, 1, 'ai_bid', '2024-05-22 08:44:56', '2024-05-22 08:44:56', '2024-05-23 08:45:04'),
(4923, 1871, 'Almeida', 1081, 19, 7, 166.39, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4924, 1871, 'Almeida', 5888, 11, 7, 2397.00, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4925, 1871, 'Almeida', 132, 2, 7, 103.95, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4926, 1871, 'Almeida', 5475, 12, 7, 81.59, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4927, 1871, 'Almeida', 3545, 10, 7, 39.30, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4928, 1871, 'Almeida', 3403, 10, 7, 5.19, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4929, 1871, 'Almeida', 2451, 19, 7, 456.56, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4930, 1871, 'Almeida', 4602, 16, 7, 30.40, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4931, 1871, 'Almeida', 3465, 14, 7, 542.77, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4932, 1871, 'Almeida', 5160, 16, 7, 263.57, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4933, 1871, 'Almeida', 2836, 14, 7, 1111.94, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4934, 1871, 'Almeida', 3171, 5, 7, 17.67, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4935, 1871, 'Almeida', 2948, 14, 7, 37.43, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4936, 1871, 'Almeida', 2504, 17, 7, 31.10, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4937, 1871, 'Almeida', 857, 12, 7, 95.60, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4938, 1871, 'Almeida', 1179, 18, 7, 16.35, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4939, 1871, 'Almeida', 3468, 10, 7, 1372.70, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4940, 1871, 'Almeida', 3540, 13, 7, 4942.97, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4941, 1871, 'Almeida', 4969, 14, 7, 14.70, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4942, 1871, 'Almeida', 5316, 14, 7, 170.65, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4943, 1871, 'Almeida', 1172, 18, 7, 67.20, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4944, 1871, 'Almeida', 2954, 19, 7, 765.00, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4945, 1871, 'Almeida', 3146, 4, 7, 7.27, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4946, 1871, 'Almeida', 284, 14, 7, 132.60, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4947, 1871, 'Almeida', 2356, 19, 7, 84.00, 1, 1, 'ai_bid', '2024-05-22 10:04:04', '2024-05-22 10:04:04', '2024-05-23 10:05:04'),
(4948, 1871, 'Almeida', 3531, 11, 7, 72.41, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4949, 1871, 'Almeida', 1195, 18, 7, 13.25, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4950, 1871, 'Almeida', 2761, 14, 7, 1365.00, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4951, 1871, 'Almeida', 2799, 14, 7, 500.81, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4952, 1871, 'Almeida', 3957, 5, 7, 33.92, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4953, 1871, 'Almeida', 2215, 19, 7, 42.83, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4954, 1871, 'Almeida', 5915, 13, 7, 5.74, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4955, 1871, 'Almeida', 5145, 16, 7, 43.05, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4956, 1871, 'Almeida', 1000, 17, 7, 3.47, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4957, 1871, 'Almeida', 3481, 11, 7, 15.88, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4958, 1871, 'Almeida', 4204, 5, 7, 24.81, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4959, 1871, 'Almeida', 1664, 17, 7, 40.56, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4960, 1871, 'Almeida', 1352, 15, 7, 896.10, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4961, 1871, 'Almeida', 5680, 10, 7, 49.91, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4962, 1871, 'Almeida', 269, 2, 7, 174.90, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4963, 1871, 'Almeida', 3439, 10, 7, 12.16, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4964, 1871, 'Almeida', 5270, 13, 7, 8.57, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4965, 1871, 'Almeida', 952, 5, 7, 5.51, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4966, 1871, 'Almeida', 254, 17, 7, 55.33, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4967, 1871, 'Almeida', 1943, 18, 7, 677.34, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4968, 1871, 'Almeida', 5766, 15, 7, 21.41, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4969, 1871, 'Almeida', 2639, 18, 7, 10.40, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4970, 1871, 'Almeida', 3342, 7, 7, 16.15, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4971, 1871, 'Almeida', 3862, 2, 7, 16.41, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4972, 1871, 'Almeida', 351, 15, 7, 68.33, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4973, 1871, 'Almeida', 5878, 11, 7, 367.20, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4974, 1871, 'Almeida', 3847, 16, 7, 5.19, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4975, 1871, 'Almeida', 3599, 12, 7, 11.07, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4976, 1871, 'Almeida', 1391, 15, 7, 40.17, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4977, 1871, 'Almeida', 5245, 16, 7, 21.42, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4978, 1871, 'Almeida', 5459, 7, 7, 113.30, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4979, 1871, 'Almeida', 3624, 12, 7, 123.11, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4980, 1871, 'Almeida', 769, 2, 7, 112.35, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4981, 1871, 'Almeida', 1704, 18, 7, 61.20, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4982, 1871, 'Almeida', 1107, 16, 7, 900.99, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4983, 1871, 'Almeida', 2648, 16, 7, 13.77, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4984, 1871, 'Almeida', 1853, 19, 7, 33.91, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4985, 1871, 'Almeida', 3040, 17, 7, 1258.95, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4986, 1871, 'Almeida', 5560, 10, 7, 61.60, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4987, 1871, 'Almeida', 1193, 18, 7, 39.52, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:04'),
(4988, 1871, 'Almeida', 4892, 13, 7, 840.00, 1, 1, 'ai_bid', '2024-05-22 10:04:05', '2024-05-22 10:04:05', '2024-05-23 10:05:05'),
(4989, 1871, 'Almeida', 5232, 13, 7, 9.17, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4990, 1871, 'Almeida', 1716, 10, 7, 7.41, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4991, 1871, 'Almeida', 4616, 16, 7, 9256.00, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4992, 1871, 'Almeida', 658, 2, 7, 15.15, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4993, 1871, 'Almeida', 4649, 15, 7, 32.85, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4994, 1871, 'Almeida', 5446, 12, 7, 296.64, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4995, 1871, 'Almeida', 3892, 2, 7, 100.98, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4996, 1871, 'Almeida', 4984, 11, 7, 3276.00, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4997, 1871, 'Almeida', 1314, 15, 7, 152.25, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4998, 1871, 'Almeida', 1881, 19, 7, 10.71, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(4999, 1871, 'Almeida', 2567, 14, 7, 411.99, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5000, 1871, 'Almeida', 5873, 13, 7, 8.47, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5001, 1871, 'Almeida', 533, 16, 7, 80.84, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5002, 1871, 'Almeida', 4466, 15, 7, 140.40, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5003, 1871, 'Almeida', 177, 2, 7, 278.24, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5004, 1871, 'Almeida', 3247, 5, 7, 40.40, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5005, 1871, 'Almeida', 5072, 16, 7, 63.74, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5006, 1871, 'Almeida', 5351, 14, 7, 83.27, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5007, 1871, 'Almeida', 1841, 1, 7, 101.20, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5008, 1871, 'Almeida', 2119, 12, 7, 7.75, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5009, 1871, 'Almeida', 4541, 16, 7, 916.69, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5010, 1871, 'Almeida', 5087, 16, 7, 14.56, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5011, 1871, 'Almeida', 2184, 17, 7, 4.72, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5012, 1871, 'Almeida', 5517, 10, 7, 23.74, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5013, 1871, 'Almeida', 4767, 12, 7, 44.57, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5014, 1871, 'Almeida', 802, 18, 7, 64.30, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5015, 1871, 'Almeida', 1959, 5, 7, 20.40, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5016, 1871, 'Almeida', 6051, 15, 7, 15.29, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5017, 1871, 'Almeida', 4815, 17, 7, 17.94, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5018, 1871, 'Almeida', 1425, 5, 7, 16.97, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5019, 1871, 'Almeida', 4945, 12, 7, 17.28, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5020, 1871, 'Almeida', 5724, 10, 7, 9.17, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5021, 1871, 'Almeida', 2973, 19, 7, 409.01, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5022, 1871, 'Almeida', 5732, 16, 7, 9.32, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5023, 1871, 'Almeida', 6173, 14, 7, 1191.80, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5024, 1871, 'Almeida', 1992, 4, 7, 116.15, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5025, 1871, 'Almeida', 1416, 19, 7, 166.95, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5026, 1871, 'Almeida', 1769, 1, 7, 79.41, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5027, 1871, 'Almeida', 921, 5, 7, 76.50, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5028, 1871, 'Almeida', 2366, 10, 7, 18.89, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5029, 1871, 'Almeida', 5389, 17, 7, 45.89, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5030, 1871, 'Almeida', 4513, 16, 7, 7.42, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5031, 1871, 'Almeida', 5054, 16, 7, 123.25, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5032, 1871, 'Almeida', 1325, 14, 7, 31.27, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5033, 1871, 'Almeida', 2054, 4, 7, 111.18, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5034, 1871, 'Almeida', 4704, 12, 7, 1.30, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:05'),
(5035, 1871, 'Almeida', 5548, 10, 7, 32.95, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5036, 1871, 'Almeida', 5345, 14, 7, 51.50, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5037, 1871, 'Almeida', 3580, 12, 7, 7.65, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5038, 1871, 'Almeida', 1818, 19, 7, 1.04, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5039, 1871, 'Almeida', 4527, 16, 7, 69.29, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5040, 1871, 'Almeida', 5775, 15, 7, 17.36, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5041, 1871, 'Almeida', 2609, 13, 7, 27.29, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5042, 1871, 'Almeida', 3194, 4, 7, 5.30, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5043, 1871, 'Almeida', 4457, 15, 7, 13.77, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5044, 1871, 'Almeida', 2180, 19, 7, 14.42, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5045, 1871, 'Almeida', 1952, 19, 7, 1.37, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5046, 1871, 'Almeida', 1832, 5, 7, 2.84, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5047, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5048, 1871, 'Almeida', 803, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-05-22 10:04:06', '2024-05-22 10:04:06', '2024-05-23 10:05:06'),
(5049, 1870, 'Liliana', 947, 5, 8, 31.46, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5050, 1870, 'Liliana', 610, 19, 8, 1885.98, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5051, 1870, 'Liliana', 1908, 19, 8, 41.15, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5052, 1870, 'Liliana', 5690, 10, 8, 26.08, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5053, 1870, 'Liliana', 545, 18, 8, 156.45, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5054, 1870, 'Liliana', 833, 18, 8, 19.95, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5055, 1870, 'Liliana', 3058, 2, 8, 446.16, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5056, 1870, 'Liliana', 3261, 7, 8, 11.16, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5057, 1870, 'Liliana', 3612, 12, 8, 258.44, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5058, 1870, 'Liliana', 1868, 16, 8, 43.20, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5059, 1870, 'Liliana', 4044, 18, 8, 23.78, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5060, 1870, 'Liliana', 2153, 2, 8, 287.70, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5061, 1870, 'Liliana', 5953, 17, 8, 10.20, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:03'),
(5062, 1870, 'Liliana', 2229, 16, 8, 27.49, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5063, 1870, 'Liliana', 4633, 15, 8, 408.00, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5064, 1870, 'Liliana', 1631, 15, 8, 5.40, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5065, 1870, 'Liliana', 231, 12, 8, 73.03, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5066, 1870, 'Liliana', 642, 5, 8, 1.03, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5067, 1870, 'Liliana', 4724, 12, 8, 49.03, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5068, 1870, 'Liliana', 1033, 5, 8, 795.00, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5069, 1870, 'Liliana', 2265, 5, 8, 192.40, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5070, 1870, 'Liliana', 3018, 14, 8, 2.55, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5071, 1870, 'Liliana', 5276, 14, 8, 95.30, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5072, 1870, 'Liliana', 3465, 14, 8, 527.26, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5073, 1870, 'Liliana', 4785, 12, 8, 363.62, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5074, 1870, 'Liliana', 4428, 16, 8, 31.51, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5075, 1870, 'Liliana', 1817, 19, 8, 1105.95, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5076, 1870, 'Liliana', 939, 17, 8, 43.45, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5077, 1870, 'Liliana', 2074, 19, 8, 5.05, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5078, 1870, 'Liliana', 6030, 11, 8, 21.20, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5079, 1870, 'Liliana', 1363, 19, 8, 3.37, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5080, 1870, 'Liliana', 5561, 10, 8, 715.71, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5081, 1870, 'Liliana', 845, 13, 8, 11.81, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5082, 1870, 'Liliana', 5452, 17, 8, 23.22, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5083, 1870, 'Liliana', 2667, 14, 8, 231.43, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5084, 1870, 'Liliana', 132, 2, 8, 102.96, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5085, 1870, 'Liliana', 1549, 19, 8, 154.55, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5086, 1870, 'Liliana', 4440, 15, 8, 28.08, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5087, 1870, 'Liliana', 3941, 16, 8, 158.54, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5088, 1870, 'Liliana', 598, 19, 8, 411.60, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5089, 1870, 'Liliana', 930, 10, 8, 13.79, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5090, 1870, 'Liliana', 6141, 11, 8, 20.80, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5091, 1870, 'Liliana', 1501, 15, 8, 27.27, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5092, 1870, 'Liliana', 5484, 7, 8, 5.04, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5093, 1870, 'Liliana', 5610, 15, 8, 95.39, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5094, 1870, 'Liliana', 3965, 16, 8, 42.63, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5095, 1870, 'Liliana', 533, 16, 8, 80.84, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5096, 1870, 'Liliana', 712, 19, 8, 30.90, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5097, 1870, 'Liliana', 3276, 5, 8, 210.00, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5098, 1870, 'Liliana', 4971, 11, 8, 65.28, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5099, 1870, 'Liliana', 5845, 17, 8, 9.43, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5100, 1870, 'Liliana', 2983, 10, 8, 107.05, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5101, 1870, 'Liliana', 124, 2, 8, 1574.97, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5102, 1870, 'Liliana', 4921, 11, 8, 28.56, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:04'),
(5103, 1870, 'Liliana', 187, 16, 8, 30.29, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:05'),
(5104, 1870, 'Liliana', 5545, 10, 8, 81.37, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:05'),
(5105, 1870, 'Liliana', 608, 7, 8, 2.12, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:05'),
(5106, 1870, 'Liliana', 5899, 17, 8, 2.03, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:05'),
(5107, 1870, 'Liliana', 4511, 16, 8, 2.01, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:05'),
(5108, 1870, 'Liliana', 1952, 19, 8, 1.31, 1, 1, 'ai_bid', '2024-05-22 10:06:04', '2024-05-22 10:06:04', '2024-05-23 10:07:05'),
(5109, 1870, 'Liliana', 1811, 5, 8, 0.21, 1, 1, 'ai_bid', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-23 10:07:05'),
(5110, 1866, 'Tetyana store', 2783, 19, 6, 11.11, 1, 1, 'ai_bid', '2024-05-22 10:23:04', '2024-05-22 10:23:04', '2024-05-23 10:24:02'),
(5111, 1866, 'Tetyana store', 4107, 14, 6, 9.58, 1, 1, 'ai_bid', '2024-05-22 10:23:04', '2024-05-22 10:23:04', '2024-05-23 10:24:02'),
(5112, 1866, 'Tetyana store', 4916, 12, 6, 15.33, 1, 1, 'ai_bid', '2024-05-22 10:23:04', '2024-05-22 10:23:04', '2024-05-23 10:24:02'),
(5113, 1866, 'Tetyana store', 4862, 14, 6, 14.88, 1, 1, 'ai_bid', '2024-05-22 10:23:04', '2024-05-22 10:23:04', '2024-05-23 10:24:02'),
(5114, 1866, 'Tetyana store', 4106, 5, 6, 1.31, 1, 1, 'ai_bid', '2024-05-22 10:23:04', '2024-05-22 10:23:04', '2024-05-23 10:24:02'),
(5115, 1866, 'Tetyana store', 1811, 5, 6, 0.20, 1, 1, 'ai_bid', '2024-05-22 10:23:04', '2024-05-22 10:23:04', '2024-05-23 10:24:02'),
(5116, 1866, 'Tetyana store', 1844, 19, 6, 0.31, 1, 1, 'ai_bid', '2024-05-22 10:23:04', '2024-05-22 10:23:04', '2024-05-23 10:24:02'),
(5117, 1873, 'Gustavo', 5673, 10, 9, 1326.00, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5118, 1873, 'Gustavo', 5876, 15, 9, 67.66, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5119, 1873, 'Gustavo', 1400, 19, 9, 1518.40, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5120, 1873, 'Gustavo', 2011, 5, 9, 1407.60, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5121, 1873, 'Gustavo', 2783, 19, 9, 11.11, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5122, 1873, 'Gustavo', 3890, 15, 9, 295.80, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5123, 1873, 'Gustavo', 2151, 18, 9, 52.93, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5124, 1873, 'Gustavo', 4107, 14, 9, 9.77, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5125, 1873, 'Gustavo', 4916, 12, 9, 15.48, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5126, 1873, 'Gustavo', 562, 18, 9, 3564.90, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5127, 1873, 'Gustavo', 4862, 14, 9, 14.45, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5128, 1873, 'Gustavo', 2523, 19, 9, 111.10, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5129, 1873, 'Gustavo', 495, 19, 9, 291.50, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5130, 1873, 'Gustavo', 4124, 5, 9, 6854.40, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5131, 1873, 'Gustavo', 5018, 13, 9, 220.49, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5132, 1873, 'Gustavo', 4479, 16, 9, 2.03, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5133, 1873, 'Gustavo', 4687, 12, 9, 2.75, 1, 1, 'ai_bid', '2024-05-22 10:23:05', '2024-05-22 10:23:05', '2024-05-23 10:24:03'),
(5134, 1866, 'Tetyana store', 809, 18, 11, 166.64, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5135, 1866, 'Tetyana store', 1499, 14, 11, 9.05, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5136, 1866, 'Tetyana store', 1586, 4, 11, 79.67, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5137, 1866, 'Tetyana store', 5182, 16, 11, 48.29, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5138, 1866, 'Tetyana store', 1394, 2, 11, 272.70, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5139, 1866, 'Tetyana store', 3491, 10, 11, 72.72, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5140, 1866, 'Tetyana store', 3998, 12, 11, 727.20, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5141, 1866, 'Tetyana store', 840, 1, 11, 199.49, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5142, 1866, 'Tetyana store', 1729, 18, 11, 198.22, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5143, 1866, 'Tetyana store', 4011, 18, 11, 65.80, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5144, 1866, 'Tetyana store', 2554, 14, 11, 8.66, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5145, 1866, 'Tetyana store', 1850, 5, 11, 0.57, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5146, 1866, 'Tetyana store', 4264, 14, 11, 9.54, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5147, 1866, 'Tetyana store', 1201, 10, 11, 22.04, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5148, 1866, 'Tetyana store', 5345, 14, 11, 51.50, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5149, 1866, 'Tetyana store', 6115, 11, 11, 5.23, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5150, 1866, 'Tetyana store', 2668, 18, 11, 1327.67, 1, 1, 'ai_bid', '2024-05-22 10:36:03', '2024-05-22 10:36:03', '2024-05-23 10:36:04'),
(5151, 1866, 'Tetyana store', 2555, 7, 11, 47.87, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5152, 1866, 'Tetyana store', 158, 16, 11, 47.08, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5153, 1866, 'Tetyana store', 2632, 13, 11, 14.12, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5154, 1866, 'Tetyana store', 1135, 19, 11, 307.60, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5155, 1866, 'Tetyana store', 4432, 16, 11, 545.90, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5156, 1866, 'Tetyana store', 1863, 19, 11, 11.33, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5157, 1866, 'Tetyana store', 3015, 14, 11, 79.35, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5158, 1866, 'Tetyana store', 1504, 15, 11, 30.07, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5159, 1866, 'Tetyana store', 2649, 18, 11, 6.70, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5160, 1866, 'Tetyana store', 1764, 18, 11, 91.90, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5161, 1866, 'Tetyana store', 130, 2, 11, 38.30, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5162, 1866, 'Tetyana store', 4027, 17, 11, 22.43, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5163, 1866, 'Tetyana store', 5530, 10, 11, 9.29, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5164, 1866, 'Tetyana store', 4425, 16, 11, 23.06, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:04'),
(5165, 1866, 'Tetyana store', 3549, 10, 11, 5655.95, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5166, 1866, 'Tetyana store', 6095, 15, 11, 31.28, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5167, 1866, 'Tetyana store', 6094, 15, 11, 24.06, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5168, 1866, 'Tetyana store', 4765, 12, 11, 54.04, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5169, 1866, 'Tetyana store', 3313, 5, 11, 14.28, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5170, 1866, 'Tetyana store', 5957, 17, 11, 12.50, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5171, 1866, 'Tetyana store', 4508, 16, 11, 43.32, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5172, 1866, 'Tetyana store', 4865, 17, 11, 342.16, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5173, 1866, 'Tetyana store', 3721, 10, 11, 35.48, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5174, 1866, 'Tetyana store', 2333, 5, 11, 195.70, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5175, 1866, 'Tetyana store', 5143, 16, 11, 12.77, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5176, 1866, 'Tetyana store', 4598, 14, 11, 184.11, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5177, 1866, 'Tetyana store', 1190, 18, 11, 33.60, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5178, 1866, 'Tetyana store', 1708, 18, 11, 51.93, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5179, 1866, 'Tetyana store', 2707, 16, 11, 24.37, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5180, 1866, 'Tetyana store', 1038, 19, 11, 18.17, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5181, 1866, 'Tetyana store', 4776, 14, 11, 74.15, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5182, 1866, 'Tetyana store', 2073, 4, 11, 2.58, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5183, 1866, 'Tetyana store', 2316, 18, 11, 53.52, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5184, 1866, 'Tetyana store', 1661, 17, 11, 14.03, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5185, 1866, 'Tetyana store', 2217, 2, 11, 19.76, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5186, 1866, 'Tetyana store', 3479, 14, 11, 47.22, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5187, 1866, 'Tetyana store', 4594, 15, 11, 50.50, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5188, 1866, 'Tetyana store', 2454, 19, 11, 58.58, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5189, 1866, 'Tetyana store', 4540, 14, 11, 43.26, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5190, 1866, 'Tetyana store', 1604, 18, 11, 1296.77, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5191, 1866, 'Tetyana store', 6096, 15, 11, 10.39, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5192, 1866, 'Tetyana store', 2556, 14, 11, 26.49, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5193, 1866, 'Tetyana store', 3273, 7, 11, 103.94, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5194, 1866, 'Tetyana store', 6157, 11, 11, 14.26, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5195, 1866, 'Tetyana store', 2034, 17, 11, 68.68, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5196, 1866, 'Tetyana store', 2866, 14, 11, 5.87, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5197, 1866, 'Tetyana store', 5571, 10, 11, 63.35, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5198, 1866, 'Tetyana store', 4572, 5, 11, 15.67, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5199, 1866, 'Tetyana store', 5153, 16, 11, 10.59, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5200, 1866, 'Tetyana store', 883, 7, 11, 4.73, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5201, 1866, 'Tetyana store', 1277, 10, 11, 35.14, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5202, 1866, 'Tetyana store', 4614, 5, 11, 26.77, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5203, 1866, 'Tetyana store', 4061, 13, 11, 20.13, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5204, 1866, 'Tetyana store', 3071, 2, 11, 31.79, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5205, 1866, 'Tetyana store', 5579, 10, 11, 83.32, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5206, 1866, 'Tetyana store', 3452, 11, 11, 3.87, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5207, 1866, 'Tetyana store', 305, 7, 11, 10.50, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5208, 1866, 'Tetyana store', 6078, 15, 11, 41.19, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5209, 1866, 'Tetyana store', 1353, 15, 11, 2.19, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5210, 1866, 'Tetyana store', 756, 19, 11, 0.47, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5211, 1866, 'Tetyana store', 1844, 19, 11, 0.31, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5212, 1866, 'Tetyana store', 803, 19, 11, 0.20, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5213, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-05-22 10:36:04', '2024-05-22 10:36:04', '2024-05-23 10:36:05'),
(5214, 1867, 'Omevoric enterprises', 2131, 2, 12, 161.16, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(5215, 1867, 'Omevoric enterprises', 211, 7, 12, 9.48, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5216, 1867, 'Omevoric enterprises', 3430, 14, 12, 44.09, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5217, 1867, 'Omevoric enterprises', 1562, 14, 12, 119.21, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5218, 1867, 'Omevoric enterprises', 2950, 19, 12, 614.25, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5219, 1867, 'Omevoric enterprises', 5685, 10, 12, 37.41, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5220, 1867, 'Omevoric enterprises', 1135, 19, 12, 304.64, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5221, 1867, 'Omevoric enterprises', 5332, 13, 12, 1974.96, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5222, 1867, 'Omevoric enterprises', 810, 10, 12, 25.59, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5223, 1867, 'Omevoric enterprises', 1161, 18, 12, 23.69, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5224, 1867, 'Omevoric enterprises', 503, 19, 12, 1297.80, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5225, 1867, 'Omevoric enterprises', 1139, 4, 12, 18.55, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5226, 1867, 'Omevoric enterprises', 4118, 5, 12, 11.10, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5227, 1867, 'Omevoric enterprises', 2141, 19, 12, 18.02, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5228, 1867, 'Omevoric enterprises', 3631, 13, 12, 13.05, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5229, 1867, 'Omevoric enterprises', 4160, 14, 12, 1139.18, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5230, 1867, 'Omevoric enterprises', 4074, 5, 12, 16.15, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:03'),
(5231, 1867, 'Omevoric enterprises', 389, 16, 12, 2182.96, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5232, 1867, 'Omevoric enterprises', 6049, 11, 12, 10.50, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5233, 1867, 'Omevoric enterprises', 1660, 19, 12, 1534.70, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5234, 1867, 'Omevoric enterprises', 3066, 18, 12, 231.75, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5235, 1867, 'Omevoric enterprises', 1924, 13, 12, 11.74, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5236, 1867, 'Omevoric enterprises', 5192, 16, 12, 20.45, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5237, 1867, 'Omevoric enterprises', 1036, 5, 12, 885.80, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5238, 1867, 'Omevoric enterprises', 716, 19, 12, 1.05, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5239, 1867, 'Omevoric enterprises', 1515, 19, 12, 367.50, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5240, 1867, 'Omevoric enterprises', 2773, 19, 12, 381.45, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5241, 1867, 'Omevoric enterprises', 4636, 15, 12, 21.62, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5242, 1867, 'Omevoric enterprises', 4566, 14, 12, 67.59, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5243, 1867, 'Omevoric enterprises', 4587, 16, 12, 26.28, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5244, 1867, 'Omevoric enterprises', 381, 1, 12, 24.12, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5245, 1867, 'Omevoric enterprises', 2628, 18, 12, 79.89, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5246, 1867, 'Omevoric enterprises', 2891, 19, 12, 31.80, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5247, 1867, 'Omevoric enterprises', 92, 2, 12, 173.40, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5248, 1867, 'Omevoric enterprises', 237, 17, 12, 530.00, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5249, 1867, 'Omevoric enterprises', 5377, 16, 12, 6.35, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5250, 1867, 'Omevoric enterprises', 5869, 13, 12, 8.25, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5251, 1867, 'Omevoric enterprises', 2207, 10, 12, 40.87, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5252, 1867, 'Omevoric enterprises', 926, 18, 12, 178.35, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5253, 1867, 'Omevoric enterprises', 2251, 13, 12, 48.16, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5254, 1867, 'Omevoric enterprises', 1793, 19, 12, 3.18, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5255, 1867, 'Omevoric enterprises', 2514, 19, 12, 161.60, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5256, 1867, 'Omevoric enterprises', 2082, 19, 12, 14.00, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5257, 1867, 'Omevoric enterprises', 542, 18, 12, 209.88, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5258, 1867, 'Omevoric enterprises', 6083, 15, 12, 33.59, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5259, 1867, 'Omevoric enterprises', 4581, 16, 12, 40.39, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5260, 1867, 'Omevoric enterprises', 182, 7, 12, 151.40, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5261, 1867, 'Omevoric enterprises', 1798, 17, 12, 1479.00, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5262, 1867, 'Omevoric enterprises', 3032, 19, 12, 719.97, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5263, 1867, 'Omevoric enterprises', 2631, 14, 12, 41.20, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5264, 1867, 'Omevoric enterprises', 2060, 4, 12, 193.77, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5265, 1867, 'Omevoric enterprises', 2840, 14, 12, 15.59, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5266, 1867, 'Omevoric enterprises', 6108, 11, 12, 2.20, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5267, 1867, 'Omevoric enterprises', 3773, 15, 12, 3.66, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5268, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5269, 1867, 'Omevoric enterprises', 1597, 13, 12, 2.28, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5270, 1867, 'Omevoric enterprises', 143, 18, 12, 1.06, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5271, 1867, 'Omevoric enterprises', 949, 5, 12, 0.30, 1, 1, 'ai_bid', '2024-05-22 10:43:03', '2024-05-22 10:43:03', '2024-05-23 10:43:04'),
(5272, 1868, 'Marcelo Ltd', 2445, 19, 13, 202.00, 1, 1, 'ai_bid', '2024-05-22 11:17:03', '2024-05-22 11:17:03', '2024-05-23 11:17:03'),
(5273, 1868, 'Marcelo Ltd', 973, 14, 13, 15.15, 1, 1, 'ai_bid', '2024-05-22 11:17:03', '2024-05-22 11:17:03', '2024-05-23 11:17:03'),
(5274, 1868, 'Marcelo Ltd', 496, 19, 13, 133.89, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5275, 1868, 'Marcelo Ltd', 2384, 19, 13, 40.79, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5276, 1868, 'Marcelo Ltd', 4511, 16, 13, 2.07, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5277, 1868, 'Marcelo Ltd', 2983, 10, 13, 105.03, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5278, 1868, 'Marcelo Ltd', 3302, 15, 13, 20.14, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5279, 1868, 'Marcelo Ltd', 4414, 16, 13, 248.04, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5280, 1868, 'Marcelo Ltd', 5200, 16, 13, 143.81, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5281, 1868, 'Marcelo Ltd', 4702, 14, 13, 29.24, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5282, 1868, 'Marcelo Ltd', 950, 5, 13, 21.61, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5283, 1868, 'Marcelo Ltd', 2440, 2, 13, 14.34, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5284, 1868, 'Marcelo Ltd', 262, 5, 13, 176.80, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5285, 1868, 'Marcelo Ltd', 1593, 4, 13, 35.51, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5286, 1868, 'Marcelo Ltd', 5483, 7, 13, 11.43, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5287, 1868, 'Marcelo Ltd', 615, 7, 13, 18.72, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5288, 1868, 'Marcelo Ltd', 3971, 16, 13, 14.92, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5289, 1868, 'Marcelo Ltd', 2903, 19, 13, 1989.00, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5290, 1868, 'Marcelo Ltd', 2535, 19, 13, 282.88, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5291, 1868, 'Marcelo Ltd', 4035, 18, 13, 2.00, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5292, 1868, 'Marcelo Ltd', 3180, 5, 13, 12.35, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5293, 1868, 'Marcelo Ltd', 150, 18, 13, 630.00, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5294, 1868, 'Marcelo Ltd', 3348, 7, 13, 10.20, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5295, 1868, 'Marcelo Ltd', 1485, 15, 13, 556.54, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5296, 1868, 'Marcelo Ltd', 1003, 14, 13, 15.38, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5297, 1868, 'Marcelo Ltd', 1633, 17, 13, 32.12, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5298, 1868, 'Marcelo Ltd', 4991, 13, 13, 168.61, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5299, 1868, 'Marcelo Ltd', 4620, 16, 13, 5872.02, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5300, 1868, 'Marcelo Ltd', 3336, 7, 13, 13.66, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5301, 1868, 'Marcelo Ltd', 2222, 19, 13, 34.61, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:03'),
(5302, 1868, 'Marcelo Ltd', 1586, 4, 13, 81.23, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5303, 1868, 'Marcelo Ltd', 4100, 14, 13, 6.35, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5304, 1868, 'Marcelo Ltd', 4596, 5, 13, 29.14, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5305, 1868, 'Marcelo Ltd', 3789, 13, 13, 216.30, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5306, 1868, 'Marcelo Ltd', 2519, 16, 13, 30.59, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5307, 1868, 'Marcelo Ltd', 2115, 19, 13, 22.44, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5308, 1868, 'Marcelo Ltd', 3283, 16, 13, 15.41, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5309, 1868, 'Marcelo Ltd', 1274, 10, 13, 3.31, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5310, 1868, 'Marcelo Ltd', 1640, 19, 13, 1.05, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5311, 1868, 'Marcelo Ltd', 3018, 14, 13, 2.58, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5312, 1868, 'Marcelo Ltd', 1844, 19, 13, 0.31, 1, 1, 'ai_bid', '2024-05-22 11:17:04', '2024-05-22 11:17:04', '2024-05-23 11:18:04'),
(5313, 1869, 'Anatoliy fast store', 437, 16, 14, 237.35, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5314, 1869, 'Anatoliy fast store', 2641, 18, 14, 19.17, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5315, 1869, 'Anatoliy fast store', 5045, 16, 14, 132.87, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5316, 1869, 'Anatoliy fast store', 1341, 2, 14, 26.49, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5317, 1869, 'Anatoliy fast store', 1670, 17, 14, 158.79, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5318, 1869, 'Anatoliy fast store', 1395, 19, 14, 68.90, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5319, 1869, 'Anatoliy fast store', 6051, 15, 14, 15.89, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5320, 1869, 'Anatoliy fast store', 4097, 14, 14, 20.79, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5321, 1869, 'Anatoliy fast store', 1253, 10, 14, 31.40, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5322, 1869, 'Anatoliy fast store', 70, 2, 14, 42.42, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5323, 1869, 'Anatoliy fast store', 3593, 12, 14, 4.71, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5324, 1869, 'Anatoliy fast store', 2514, 19, 14, 166.40, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5325, 1869, 'Anatoliy fast store', 1500, 19, 14, 11.21, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5326, 1869, 'Anatoliy fast store', 1148, 19, 14, 1550.35, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5327, 1869, 'Anatoliy fast store', 3124, 2, 14, 43.26, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5328, 1869, 'Anatoliy fast store', 3153, 2, 14, 422.94, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5329, 1869, 'Anatoliy fast store', 5575, 10, 14, 23.60, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5330, 1869, 'Anatoliy fast store', 2930, 10, 14, 29.86, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5331, 1869, 'Anatoliy fast store', 5767, 15, 14, 208.00, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5332, 1869, 'Anatoliy fast store', 5288, 16, 14, 22.28, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5333, 1869, 'Anatoliy fast store', 4644, 5, 14, 25.49, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5334, 1869, 'Anatoliy fast store', 1685, 19, 14, 31.79, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5335, 1869, 'Anatoliy fast store', 2852, 12, 14, 17.84, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5336, 1869, 'Anatoliy fast store', 140, 18, 14, 20.40, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5337, 1869, 'Anatoliy fast store', 3798, 4, 14, 20.27, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5338, 1869, 'Anatoliy fast store', 3829, 16, 14, 11.86, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5339, 1869, 'Anatoliy fast store', 5796, 15, 14, 1236.00, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5340, 1869, 'Anatoliy fast store', 4387, 14, 14, 4.99, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5341, 1869, 'Anatoliy fast store', 5717, 15, 14, 189.00, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5342, 1869, 'Anatoliy fast store', 3687, 14, 14, 77.46, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5343, 1869, 'Anatoliy fast store', 1300, 2, 14, 36.05, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5344, 1869, 'Anatoliy fast store', 2728, 18, 14, 4908.80, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5345, 1869, 'Anatoliy fast store', 5576, 10, 14, 115.54, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5346, 1869, 'Anatoliy fast store', 4040, 18, 14, 20.63, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5347, 1869, 'Anatoliy fast store', 4600, 14, 14, 261.58, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5348, 1869, 'Anatoliy fast store', 2354, 19, 14, 31.00, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5349, 1869, 'Anatoliy fast store', 5274, 16, 14, 157.03, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5350, 1869, 'Anatoliy fast store', 5148, 13, 14, 623.99, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5351, 1869, 'Anatoliy fast store', 1936, 14, 14, 3333.00, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5352, 1869, 'Anatoliy fast store', 1120, 4, 14, 9.31, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5353, 1869, 'Anatoliy fast store', 2533, 14, 14, 232.14, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5354, 1869, 'Anatoliy fast store', 5421, 12, 14, 7.37, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5355, 1869, 'Anatoliy fast store', 2350, 19, 14, 8.24, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5356, 1869, 'Anatoliy fast store', 3620, 13, 14, 2.59, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5357, 1869, 'Anatoliy fast store', 1280, 19, 14, 20.48, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5358, 1869, 'Anatoliy fast store', 3247, 5, 14, 40.40, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5359, 1869, 'Anatoliy fast store', 3413, 7, 14, 316.04, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5360, 1869, 'Anatoliy fast store', 1577, 4, 14, 72.10, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5361, 1869, 'Anatoliy fast store', 6074, 15, 14, 14.92, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:03'),
(5362, 1869, 'Anatoliy fast store', 2201, 19, 14, 21.37, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:04'),
(5363, 1869, 'Anatoliy fast store', 415, 18, 14, 131.03, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:04'),
(5364, 1869, 'Anatoliy fast store', 2859, 14, 14, 47.24, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:04'),
(5365, 1869, 'Anatoliy fast store', 1724, 5, 14, 2.24, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:04'),
(5366, 1869, 'Anatoliy fast store', 4014, 17, 14, 7.68, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:04'),
(5367, 1869, 'Anatoliy fast store', 5018, 13, 14, 214.19, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:04'),
(5368, 1869, 'Anatoliy fast store', 4820, 12, 14, 66.81, 1, 1, 'ai_bid', '2024-05-22 11:45:07', '2024-05-22 11:45:07', '2024-05-23 11:46:04'),
(5369, 1869, 'Anatoliy fast store', 4498, 16, 14, 105.03, 1, 1, 'ai_bid', '2024-05-22 11:45:08', '2024-05-22 11:45:08', '2024-05-23 11:46:04'),
(5370, 1869, 'Anatoliy fast store', 4646, 5, 14, 42.63, 1, 1, 'ai_bid', '2024-05-22 11:45:08', '2024-05-22 11:45:08', '2024-05-23 11:46:04'),
(5371, 1869, 'Anatoliy fast store', 2976, 19, 14, 43.76, 1, 1, 'ai_bid', '2024-05-22 11:45:08', '2024-05-22 11:45:08', '2024-05-23 11:46:04'),
(5372, 1869, 'Anatoliy fast store', 1469, 10, 14, 1.33, 1, 1, 'ai_bid', '2024-05-22 11:45:08', '2024-05-22 11:45:08', '2024-05-23 11:46:04'),
(5373, 1872, 'Melisa', 974, 5, 18, 40.40, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5374, 1872, 'Melisa', 4956, 12, 18, 41.20, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5375, 1872, 'Melisa', 5916, 15, 18, 518.87, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5376, 1872, 'Melisa', 315, 7, 18, 91.14, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5377, 1872, 'Melisa', 976, 5, 18, 132.87, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5378, 1872, 'Melisa', 5256, 14, 18, 50.40, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5379, 1872, 'Melisa', 5371, 13, 18, 76.64, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5380, 1872, 'Melisa', 5437, 12, 18, 16.96, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:02'),
(5381, 1872, 'Melisa', 3595, 12, 18, 65.51, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5382, 1872, 'Melisa', 3236, 5, 18, 44.75, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5383, 1872, 'Melisa', 2031, 4, 18, 537.54, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5384, 1872, 'Melisa', 4230, 18, 18, 191.62, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5385, 1872, 'Melisa', 5117, 13, 18, 242.54, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5386, 1872, 'Melisa', 92, 2, 18, 175.10, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5387, 1872, 'Melisa', 1120, 4, 18, 9.22, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5388, 1872, 'Melisa', 2852, 12, 18, 17.16, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5389, 1872, 'Melisa', 4722, 14, 18, 29.28, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5390, 1872, 'Melisa', 3053, 18, 18, 74.69, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5391, 1872, 'Melisa', 690, 10, 18, 334.95, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5392, 1872, 'Melisa', 3009, 14, 18, 647.84, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5393, 1872, 'Melisa', 5882, 13, 18, 4.64, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5394, 1872, 'Melisa', 3027, 14, 18, 3392.00, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5395, 1872, 'Melisa', 3452, 11, 18, 3.84, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5396, 1872, 'Melisa', 577, 18, 18, 787.95, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5397, 1872, 'Melisa', 5275, 14, 18, 77.70, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5398, 1872, 'Melisa', 3930, 16, 18, 11.43, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5399, 1872, 'Melisa', 3760, 7, 18, 37.63, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5400, 1872, 'Melisa', 2967, 16, 18, 292.95, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5401, 1872, 'Melisa', 1530, 15, 18, 14.31, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5402, 1872, 'Melisa', 3484, 13, 18, 20.99, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5403, 1872, 'Melisa', 5885, 17, 18, 333.01, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5404, 1872, 'Melisa', 1890, 19, 18, 2048.67, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5405, 1872, 'Melisa', 4945, 12, 18, 17.28, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5406, 1872, 'Melisa', 2876, 12, 18, 82.39, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5407, 1872, 'Melisa', 751, 19, 18, 31.80, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5408, 1872, 'Melisa', 3938, 5, 18, 20.14, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5409, 1872, 'Melisa', 4304, 18, 18, 9.41, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5410, 1872, 'Melisa', 146, 2, 18, 36.75, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5411, 1872, 'Melisa', 1621, 10, 18, 8.18, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5412, 1872, 'Melisa', 5047, 14, 18, 10.91, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5413, 1872, 'Melisa', 4400, 18, 18, 19.89, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5414, 1872, 'Melisa', 3338, 7, 18, 5.36, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5415, 1872, 'Melisa', 5625, 10, 18, 4.74, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5416, 1872, 'Melisa', 3225, 5, 18, 1.14, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5417, 1872, 'Melisa', 734, 19, 18, 0.23, 1, 1, 'ai_bid', '2024-05-22 13:36:03', '2024-05-22 13:36:03', '2024-05-23 13:37:03'),
(5418, 1867, 'Omevoric enterprises', 453, 17, NULL, 158.69, 2, 1, 'manual_bid', '2024-05-22 15:08:17', '2024-05-22 15:08:17', '2024-05-23 15:09:02'),
(5419, 1867, 'Omevoric enterprises', 2120, 19, NULL, 127.60, 1, 1, 'manual_bid', '2024-05-22 15:09:15', '2024-05-22 15:09:15', '2024-05-23 15:10:03'),
(5420, 1867, 'Omevoric enterprises', 3755, 14, NULL, 14.24, 2, 1, 'manual_bid', '2024-05-22 15:10:30', '2024-05-22 15:10:30', '2024-05-23 15:11:02'),
(5421, 1867, 'Omevoric enterprises', 1311, 14, NULL, 42.36, 1, 1, 'manual_bid', '2024-05-22 15:11:41', '2024-05-22 15:11:41', '2024-05-23 15:12:02'),
(5422, 1867, 'Omevoric enterprises', 3330, 7, NULL, 19.94, 1, 1, 'manual_bid', '2024-05-22 15:13:07', '2024-05-22 15:13:07', '2024-05-23 15:14:02'),
(5423, 1867, 'Omevoric enterprises', 3330, 7, NULL, 19.94, 1, 1, 'manual_bid', '2024-05-22 15:14:30', '2024-05-22 15:14:30', '2024-05-23 15:15:04'),
(5424, 1867, 'Omevoric enterprises', 4408, 18, NULL, 33.00, 1, 1, 'manual_bid', '2024-05-22 15:15:59', '2024-05-22 15:15:59', '2024-05-23 15:16:02'),
(5425, 1867, 'Omevoric enterprises', 4936, 14, NULL, 20.89, 1, 1, 'manual_bid', '2024-05-22 15:17:04', '2024-05-22 15:17:04', '2024-05-23 15:18:03'),
(5426, 1867, 'Omevoric enterprises', 4936, 14, NULL, 17.09, 1, 2, 'manual_bid', '2024-05-22 15:18:08', '2024-05-22 15:18:08', '2024-05-23 15:19:03'),
(5427, 1867, 'Omevoric enterprises', 1788, 15, NULL, 99.00, 3, 1, 'manual_bid', '2024-05-22 15:19:04', '2024-05-22 15:19:04', '2024-05-23 15:20:04'),
(5428, 1867, 'Omevoric enterprises', 1397, 19, NULL, 567.15, 1, 1, 'manual_bid', '2024-05-22 15:20:12', '2024-05-22 15:20:12', '2024-05-23 15:21:03'),
(5429, 1867, 'Omevoric enterprises', 4220, 5, NULL, 4.69, 1, 1, 'manual_bid', '2024-05-22 15:22:19', '2024-05-22 15:22:19', '2024-05-23 15:23:02'),
(5430, 1867, 'Omevoric enterprises', 4395, 14, NULL, 220.85, 1, 1, 'manual_bid', '2024-05-22 15:23:19', '2024-05-22 15:23:19', '2024-05-23 15:24:02'),
(5431, 1867, 'Omevoric enterprises', 536, 7, NULL, 14.18, 1, 1, 'manual_bid', '2024-05-22 15:26:02', '2024-05-22 15:26:02', '2024-05-23 15:27:02'),
(5432, 1867, 'Omevoric enterprises', 4977, 14, NULL, 4.74, 1, 1, 'manual_bid', '2024-05-22 15:27:38', '2024-05-22 15:27:38', '2024-05-23 15:28:02'),
(5433, 1867, 'Omevoric enterprises', 2043, 17, NULL, 59.21, 1, 1, 'manual_bid', '2024-05-22 15:31:15', '2024-05-22 15:31:15', '2024-05-23 15:32:02'),
(5434, 1867, 'Omevoric enterprises', 1653, 16, NULL, 22.28, 2, 2, 'manual_bid', '2024-05-22 15:32:59', '2024-05-22 15:32:59', '2024-05-23 15:33:02'),
(5435, 1867, 'Omevoric enterprises', 3485, 10, NULL, 6.22, 1, 1, 'manual_bid', '2024-05-22 15:44:42', '2024-05-22 15:44:42', '2024-05-23 15:45:04'),
(5436, 1867, 'Omevoric enterprises', 429, 18, NULL, 367.30, 1, 1, 'manual_bid', '2024-05-22 15:49:59', '2024-05-22 15:49:59', '2024-05-23 15:50:04'),
(5437, 1867, 'Omevoric enterprises', 4050, 18, NULL, 8.54, 1, 1, 'manual_bid', '2024-05-22 15:51:19', '2024-05-22 15:51:19', '2024-05-23 15:52:02'),
(5438, 1867, 'Omevoric enterprises', 5969, 17, NULL, 16.49, 1, 1, 'manual_bid', '2024-05-22 15:52:44', '2024-05-22 15:52:44', '2024-05-23 15:53:03'),
(5439, 1867, 'Omevoric enterprises', 5783, 15, NULL, 22.68, 1, 2, 'manual_bid', '2024-05-22 15:54:00', '2024-05-22 15:54:00', '2024-05-23 15:54:03'),
(5440, 1747, 'Shopnice', 2417, 19, NULL, 93.00, 2, 1, 'manual_bid', '2024-05-23 03:03:09', '2024-05-23 03:03:09', '2024-05-24 03:04:03'),
(5441, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-23 03:03:59', '2024-05-23 03:03:59', '2024-05-24 03:04:05'),
(5442, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-23 03:04:39', '2024-05-23 03:04:39', '2024-05-24 03:05:04'),
(5443, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-23 03:05:22', '2024-05-23 03:05:22', '2024-05-24 03:06:02'),
(5444, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 6, 1, 'manual_bid', '2024-05-23 03:06:09', '2024-05-23 03:06:09', '2024-05-24 03:07:03'),
(5445, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 10, 1, 'manual_bid', '2024-05-23 03:07:05', '2024-05-23 03:07:05', '2024-05-24 03:08:04'),
(5446, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 5, 1, 'manual_bid', '2024-05-23 03:07:51', '2024-05-23 03:07:51', '2024-05-24 03:08:04'),
(5447, 1872, 'Melisa', 39, 2, NULL, 25.00, 1, 2, 'manual_bid', '2024-05-23 03:41:54', '2024-05-23 03:41:54', '2024-05-24 03:42:03'),
(5448, 1872, 'Melisa', 23, 2, NULL, 74.50, 1, 2, 'manual_bid', '2024-05-23 03:43:57', '2024-05-23 03:43:57', '2024-05-24 03:44:03'),
(5449, 1798, 'Feelyards', 1743, 5, NULL, 50.00, 4, 1, 'manual_bid', '2024-05-23 05:32:18', '2024-05-23 05:32:18', '2024-05-24 05:33:03'),
(5450, 1798, 'Feelyards', 777, 2, NULL, 40.00, 1, 1, 'manual_bid', '2024-05-23 05:33:40', '2024-05-23 05:33:40', '2024-05-24 05:34:03'),
(5451, 1869, 'Anatoliy fast store', 2869, 14, 17, 24.47, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5452, 1869, 'Anatoliy fast store', 4270, 14, 17, 9.36, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5453, 1869, 'Anatoliy fast store', 2709, 14, 17, 26.66, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5454, 1869, 'Anatoliy fast store', 2851, 19, 17, 6890.00, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5455, 1869, 'Anatoliy fast store', 3244, 7, 17, 195.48, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5456, 1869, 'Anatoliy fast store', 2347, 10, 17, 41.70, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5457, 1869, 'Anatoliy fast store', 4162, 18, 17, 40.55, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5458, 1869, 'Anatoliy fast store', 5759, 13, 17, 4.03, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5459, 1869, 'Anatoliy fast store', 5090, 16, 17, 18.53, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5460, 1869, 'Anatoliy fast store', 3460, 11, 17, 3.50, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5461, 1869, 'Anatoliy fast store', 6148, 11, 17, 6.07, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5462, 1869, 'Anatoliy fast store', 3584, 12, 17, 246.97, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5463, 1869, 'Anatoliy fast store', 5466, 7, 17, 21.41, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5464, 1869, 'Anatoliy fast store', 1566, 18, 17, 323.20, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5465, 1869, 'Anatoliy fast store', 2828, 19, 17, 2646.90, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5466, 1869, 'Anatoliy fast store', 462, 19, 17, 6.97, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5467, 1869, 'Anatoliy fast store', 1889, 19, 17, 60.18, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5468, 1869, 'Anatoliy fast store', 5050, 16, 17, 154.50, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5469, 1869, 'Anatoliy fast store', 3642, 13, 17, 17.84, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5470, 1869, 'Anatoliy fast store', 2930, 10, 17, 30.15, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5471, 1869, 'Anatoliy fast store', 2467, 16, 17, 35.52, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5472, 1869, 'Anatoliy fast store', 1071, 4, 17, 4.16, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5473, 1869, 'Anatoliy fast store', 6091, 15, 17, 8.07, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5474, 1869, 'Anatoliy fast store', 5915, 13, 17, 5.96, 1, 1, 'ai_bid', '2024-05-23 08:53:04', '2024-05-23 08:53:04', '2024-05-24 08:54:03'),
(5475, 1869, 'Anatoliy fast store', 1821, 19, 17, 1.03, 1, 1, 'ai_bid', '2024-05-23 08:53:05', '2024-05-23 08:53:05', '2024-05-24 08:54:03'),
(5476, 1869, 'Anatoliy fast store', 1829, 5, 17, 0.78, 1, 1, 'ai_bid', '2024-05-23 08:53:05', '2024-05-23 08:53:05', '2024-05-24 08:54:03'),
(5477, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-05-23 08:53:05', '2024-05-23 08:53:05', '2024-05-24 08:54:03'),
(5478, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.13, 1, 1, 'ai_bid', '2024-05-23 08:53:05', '2024-05-23 08:53:05', '2024-05-24 08:54:03'),
(5479, 1866, 'Tetyana store', 2113, 10, 16, 8.98, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5480, 1866, 'Tetyana store', 3574, 12, 16, 18.01, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5481, 1866, 'Tetyana store', 5367, 13, 16, 236.89, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5482, 1866, 'Tetyana store', 5913, 15, 16, 117.50, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5483, 1866, 'Tetyana store', 2675, 10, 16, 10.59, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5484, 1866, 'Tetyana store', 5847, 17, 16, 71.40, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5485, 1866, 'Tetyana store', 1460, 19, 16, 27.29, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5486, 1866, 'Tetyana store', 4037, 13, 16, 157.49, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5487, 1866, 'Tetyana store', 3057, 2, 16, 13.49, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5488, 1866, 'Tetyana store', 547, 19, 16, 2343.20, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5489, 1866, 'Tetyana store', 3375, 10, 16, 13.38, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5490, 1866, 'Tetyana store', 33, 2, 16, 6.18, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5491, 1866, 'Tetyana store', 3445, 10, 16, 8.08, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:02'),
(5492, 1866, 'Tetyana store', 5884, 13, 16, 20.79, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5493, 1866, 'Tetyana store', 4154, 5, 16, 20.40, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5494, 1866, 'Tetyana store', 5818, 11, 16, 2134.84, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5495, 1866, 'Tetyana store', 626, 14, 16, 3.09, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5496, 1866, 'Tetyana store', 3317, 5, 16, 407.99, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5497, 1866, 'Tetyana store', 5775, 15, 16, 17.03, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5498, 1866, 'Tetyana store', 1650, 19, 16, 10.59, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5499, 1866, 'Tetyana store', 5213, 16, 16, 73.83, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5500, 1866, 'Tetyana store', 1531, 15, 16, 13.51, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5501, 1866, 'Tetyana store', 594, 10, 16, 12.36, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5502, 1866, 'Tetyana store', 3630, 12, 16, 420.00, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5503, 1866, 'Tetyana store', 3222, 5, 16, 4.08, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5504, 1866, 'Tetyana store', 2449, 19, 16, 734.38, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5505, 1866, 'Tetyana store', 1605, 4, 16, 240.61, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5506, 1866, 'Tetyana store', 66, 2, 16, 39.78, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5507, 1866, 'Tetyana store', 4630, 15, 16, 106.00, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5508, 1866, 'Tetyana store', 4386, 14, 16, 38.15, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5509, 1866, 'Tetyana store', 2613, 14, 16, 29.45, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5510, 1866, 'Tetyana store', 2954, 19, 16, 787.50, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5511, 1866, 'Tetyana store', 5338, 14, 16, 2100.00, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5512, 1866, 'Tetyana store', 2095, 13, 16, 20.59, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5513, 1866, 'Tetyana store', 1471, 19, 16, 14.47, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5514, 1866, 'Tetyana store', 786, 18, 16, 231.42, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5515, 1866, 'Tetyana store', 1572, 10, 16, 36.71, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5516, 1866, 'Tetyana store', 3143, 18, 16, 35.35, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5517, 1866, 'Tetyana store', 4678, 12, 16, 11.91, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5518, 1866, 'Tetyana store', 2092, 7, 16, 159.94, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5519, 1866, 'Tetyana store', 3699, 10, 16, 56.65, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5520, 1866, 'Tetyana store', 3333, 7, 16, 5.92, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5521, 1866, 'Tetyana store', 2676, 14, 16, 210.28, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5522, 1866, 'Tetyana store', 1020, 5, 16, 6.26, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5523, 1866, 'Tetyana store', 2064, 13, 16, 3.08, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5524, 1866, 'Tetyana store', 4219, 5, 16, 1.27, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5525, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-05-23 09:57:06', '2024-05-23 09:57:06', '2024-05-24 09:58:03'),
(5526, 1872, 'Melisa', 2302, 2, NULL, 85.73, 1, 1, 'manual_bid', '2024-05-23 11:13:50', '2024-05-23 11:13:50', '2024-05-24 11:14:03'),
(5527, 1872, 'Melisa', 1999, 4, NULL, 60.50, 2, 1, 'manual_bid', '2024-05-23 11:14:54', '2024-05-23 11:14:54', '2024-05-24 11:15:04'),
(5528, 1872, 'Melisa', 3974, 12, NULL, 784.28, 2, 1, 'manual_bid', '2024-05-23 11:16:22', '2024-05-23 11:16:22', '2024-05-24 11:17:03'),
(5529, 1871, 'Almeida', 146, 2, 7, 35.35, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5530, 1871, 'Almeida', 3608, 17, 7, 89.00, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5531, 1871, 'Almeida', 2893, 14, 7, 11.21, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5532, 1871, 'Almeida', 1617, 17, 7, 16.74, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5533, 1871, 'Almeida', 3362, 7, 7, 9.27, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5534, 1871, 'Almeida', 2475, 16, 7, 25.91, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5535, 1871, 'Almeida', 467, 19, 7, 37.17, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5536, 1871, 'Almeida', 3594, 12, 7, 21.29, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5537, 1871, 'Almeida', 2673, 14, 7, 17.38, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5538, 1871, 'Almeida', 379, 2, 7, 7.21, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5539, 1871, 'Almeida', 3175, 19, 7, 178.25, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5540, 1871, 'Almeida', 5779, 15, 7, 26.00, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:02'),
(5541, 1871, 'Almeida', 4883, 12, 7, 345.05, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5542, 1871, 'Almeida', 5348, 14, 7, 206.92, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5543, 1871, 'Almeida', 4489, 15, 7, 33.60, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5544, 1871, 'Almeida', 5574, 10, 7, 144.64, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5545, 1871, 'Almeida', 2701, 15, 7, 20.56, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5546, 1871, 'Almeida', 5747, 13, 7, 5.02, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5547, 1871, 'Almeida', 767, 19, 7, 3.18, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5548, 1871, 'Almeida', 2294, 19, 7, 7.36, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5549, 1871, 'Almeida', 1415, 19, 7, 103.00, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5550, 1871, 'Almeida', 1208, 14, 7, 3.05, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5551, 1871, 'Almeida', 144, 7, 7, 25.44, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5552, 1871, 'Almeida', 2081, 19, 7, 767.60, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5553, 1871, 'Almeida', 730, 19, 7, 72.61, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5554, 1871, 'Almeida', 4915, 13, 7, 74.30, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5555, 1871, 'Almeida', 1199, 14, 7, 24.23, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5556, 1871, 'Almeida', 4707, 12, 7, 9.40, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5557, 1871, 'Almeida', 1255, 18, 7, 357.00, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5558, 1871, 'Almeida', 2558, 10, 7, 44.71, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5559, 1871, 'Almeida', 4563, 16, 7, 613.59, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5560, 1871, 'Almeida', 3473, 10, 7, 351.22, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5561, 1871, 'Almeida', 5527, 10, 7, 16.62, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5562, 1871, 'Almeida', 5916, 15, 7, 499.29, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5563, 1871, 'Almeida', 4770, 12, 7, 38.84, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5564, 1871, 'Almeida', 4474, 15, 7, 46.87, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5565, 1871, 'Almeida', 2060, 4, 7, 184.63, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5566, 1871, 'Almeida', 1930, 18, 7, 39.52, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5567, 1871, 'Almeida', 4270, 14, 7, 9.09, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5568, 1871, 'Almeida', 1537, 19, 7, 212.74, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5569, 1871, 'Almeida', 5390, 17, 7, 90.64, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5570, 1871, 'Almeida', 6077, 15, 7, 27.80, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5571, 1871, 'Almeida', 4561, 14, 7, 4680.00, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5572, 1871, 'Almeida', 411, 2, 7, 32.66, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5573, 1871, 'Almeida', 369, 10, 7, 13.63, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5574, 1871, 'Almeida', 1381, 2, 7, 871.50, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5575, 1871, 'Almeida', 580, 18, 7, 185.50, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5576, 1871, 'Almeida', 870, 19, 7, 813.96, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5577, 1871, 'Almeida', 2119, 12, 7, 8.06, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5578, 1871, 'Almeida', 1268, 19, 7, 171.70, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5579, 1871, 'Almeida', 3631, 13, 7, 12.68, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5580, 1871, 'Almeida', 5253, 16, 7, 16.05, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(5581, 1871, 'Almeida', 2600, 14, 7, 1058.94, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5582, 1871, 'Almeida', 1404, 10, 7, 31.07, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5583, 1871, 'Almeida', 3453, 10, 7, 16.77, 1, 1, 'ai_bid', '2024-05-23 11:17:04', '2024-05-23 11:17:04', '2024-05-24 11:18:03'),
(5584, 1871, 'Almeida', 5887, 13, 7, 16.15, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5585, 1871, 'Almeida', 4320, 18, 7, 20.39, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5586, 1871, 'Almeida', 1655, 19, 7, 1372.70, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5587, 1871, 'Almeida', 2426, 19, 7, 518.96, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5588, 1871, 'Almeida', 4889, 12, 7, 62.18, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5589, 1871, 'Almeida', 5084, 14, 7, 20.99, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5590, 1871, 'Almeida', 5865, 13, 7, 16.00, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5591, 1871, 'Almeida', 398, 7, 7, 15.44, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5592, 1871, 'Almeida', 1911, 18, 7, 23.28, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5593, 1871, 'Almeida', 4142, 5, 7, 387.60, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5594, 1871, 'Almeida', 240, 5, 7, 9.45, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5595, 1871, 'Almeida', 3339, 15, 7, 156.00, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5596, 1871, 'Almeida', 2440, 2, 7, 14.62, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5597, 1871, 'Almeida', 1177, 19, 7, 6.06, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5598, 1871, 'Almeida', 445, 19, 7, 1206.95, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5599, 1871, 'Almeida', 3543, 13, 7, 100.90, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5600, 1871, 'Almeida', 5142, 16, 7, 300.57, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5601, 1871, 'Almeida', 2527, 19, 7, 20.98, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5602, 1871, 'Almeida', 5524, 10, 7, 202.00, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5603, 1871, 'Almeida', 5331, 14, 7, 210.72, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5604, 1871, 'Almeida', 5070, 16, 7, 134.40, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5605, 1871, 'Almeida', 3376, 7, 7, 8.14, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5606, 1871, 'Almeida', 5961, 17, 7, 13.50, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5607, 1871, 'Almeida', 4608, 15, 7, 91.80, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5608, 1871, 'Almeida', 2742, 18, 7, 158.08, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5609, 1871, 'Almeida', 3424, 14, 7, 442.38, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5610, 1871, 'Almeida', 4806, 12, 7, 28.71, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5611, 1871, 'Almeida', 4328, 18, 7, 831.99, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5612, 1871, 'Almeida', 5465, 16, 7, 40.39, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5613, 1871, 'Almeida', 364, 10, 7, 64.21, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5614, 1871, 'Almeida', 3740, 7, 7, 30.76, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5615, 1871, 'Almeida', 2815, 14, 7, 4135.75, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5616, 1871, 'Almeida', 3693, 18, 7, 332.85, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5617, 1871, 'Almeida', 4985, 13, 7, 303.00, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5618, 1871, 'Almeida', 2254, 19, 7, 9.76, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5619, 1871, 'Almeida', 2767, 14, 7, 196.35, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5620, 1871, 'Almeida', 1526, 19, 7, 12120.00, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5621, 1871, 'Almeida', 2802, 18, 7, 46.21, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5622, 1871, 'Almeida', 5377, 16, 7, 6.11, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5623, 1871, 'Almeida', 1981, 4, 7, 212.10, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5624, 1871, 'Almeida', 3398, 10, 7, 41.34, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5625, 1871, 'Almeida', 192, 4, 7, 125.29, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5626, 1871, 'Almeida', 4318, 16, 7, 129.28, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5627, 1871, 'Almeida', 1372, 10, 7, 25.94, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5628, 1871, 'Almeida', 1408, 14, 7, 16.58, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5629, 1871, 'Almeida', 4507, 16, 7, 40.89, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5630, 1871, 'Almeida', 4559, 16, 7, 366.45, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5631, 1871, 'Almeida', 2476, 7, 7, 157.62, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5632, 1871, 'Almeida', 4724, 12, 7, 49.98, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5633, 1871, 'Almeida', 5958, 17, 7, 9.42, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5634, 1871, 'Almeida', 531, 16, 7, 21.83, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5635, 1871, 'Almeida', 997, 1, 7, 114.71, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5636, 1871, 'Almeida', 2327, 18, 7, 469.34, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5637, 1871, 'Almeida', 4478, 15, 7, 24.48, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5638, 1871, 'Almeida', 2671, 14, 7, 16.62, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:04'),
(5639, 1871, 'Almeida', 2454, 19, 7, 61.48, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5640, 1871, 'Almeida', 2524, 18, 7, 13.32, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5641, 1871, 'Almeida', 5404, 14, 7, 927.00, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5642, 1871, 'Almeida', 757, 7, 7, 213.26, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5643, 1871, 'Almeida', 4879, 17, 7, 46.79, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5644, 1871, 'Almeida', 25, 2, 7, 8.16, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5645, 1871, 'Almeida', 1231, 10, 7, 48.66, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5646, 1871, 'Almeida', 3087, 18, 7, 46.63, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5647, 1871, 'Almeida', 1679, 18, 7, 441.66, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5648, 1871, 'Almeida', 5264, 13, 7, 6.04, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5649, 1871, 'Almeida', 3682, 18, 7, 4.28, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5650, 1871, 'Almeida', 876, 7, 7, 4.20, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5651, 1871, 'Almeida', 3556, 12, 7, 3.76, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5652, 1871, 'Almeida', 1640, 19, 7, 1.06, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5653, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-23 11:17:05', '2024-05-23 11:17:05', '2024-05-24 11:18:05'),
(5654, 1872, 'Melisa', 965, 5, NULL, 1100.00, 1, 1, 'manual_bid', '2024-05-23 11:17:24', '2024-05-23 11:17:24', '2024-05-24 11:18:05'),
(5655, 1871, 'Almeida', 1827, 19, 7, 0.13, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5656, 1870, 'Liliana', 2235, 19, 8, 31.21, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5657, 1870, 'Liliana', 4113, 5, 8, 282.80, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5658, 1870, 'Liliana', 3926, 5, 8, 20.60, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5659, 1870, 'Liliana', 482, 17, 8, 26.36, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5660, 1870, 'Liliana', 5567, 10, 8, 884.16, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5661, 1870, 'Liliana', 3286, 15, 8, 49.98, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5662, 1870, 'Liliana', 4741, 12, 8, 10.91, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5663, 1870, 'Liliana', 5236, 16, 8, 316.04, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5664, 1870, 'Liliana', 1494, 10, 8, 42.30, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5665, 1870, 'Liliana', 192, 4, 8, 127.70, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5666, 1870, 'Liliana', 5558, 10, 8, 3.12, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5667, 1870, 'Liliana', 4242, 5, 8, 4399.26, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5668, 1870, 'Liliana', 5698, 15, 8, 127.50, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5669, 1870, 'Liliana', 3429, 10, 8, 29.11, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5670, 1870, 'Liliana', 2559, 14, 8, 122.00, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5671, 1870, 'Liliana', 404, 7, 8, 41.59, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5672, 1870, 'Liliana', 1869, 19, 8, 3.18, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5673, 1870, 'Liliana', 4151, 14, 8, 34.64, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5674, 1870, 'Liliana', 4752, 14, 8, 288.39, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5675, 1870, 'Liliana', 3728, 13, 8, 11.21, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5676, 1870, 'Liliana', 5011, 14, 8, 10.59, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5677, 1870, 'Liliana', 5791, 15, 8, 267.80, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5678, 1870, 'Liliana', 38, 2, 8, 14.28, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5679, 1870, 'Liliana', 4929, 13, 8, 132.60, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5680, 1870, 'Liliana', 883, 7, 8, 4.68, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5681, 1870, 'Liliana', 5352, 16, 8, 17.16, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5682, 1870, 'Liliana', 5116, 16, 8, 10.28, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5683, 1870, 'Liliana', 1704, 18, 8, 60.60, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5684, 1870, 'Liliana', 4569, 14, 8, 131.58, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5685, 1870, 'Liliana', 5492, 17, 8, 189.26, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5686, 1870, 'Liliana', 4964, 12, 8, 21.10, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5687, 1870, 'Liliana', 1631, 15, 8, 5.61, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5688, 1870, 'Liliana', 889, 7, 8, 17.80, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5689, 1870, 'Liliana', 2055, 4, 8, 246.98, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5690, 1870, 'Liliana', 5637, 10, 8, 5.14, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5691, 1870, 'Liliana', 5120, 13, 8, 20.13, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5692, 1870, 'Liliana', 5424, 1, 8, 19.92, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5693, 1870, 'Liliana', 1571, 10, 8, 101.28, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5694, 1870, 'Liliana', 3129, 4, 8, 568.96, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5695, 1870, 'Liliana', 271, 2, 8, 1662.96, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5696, 1870, 'Liliana', 603, 10, 8, 10.50, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5697, 1870, 'Liliana', 3841, 16, 8, 9.89, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5698, 1870, 'Liliana', 4919, 13, 8, 36.40, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5699, 1870, 'Liliana', 6167, 11, 8, 11.41, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5700, 1870, 'Liliana', 334, 12, 8, 212.84, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5701, 1870, 'Liliana', 880, 17, 8, 194.67, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5702, 1870, 'Liliana', 3101, 2, 8, 355.98, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5703, 1870, 'Liliana', 6082, 11, 8, 7.42, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5704, 1870, 'Liliana', 3081, 2, 8, 9.36, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5705, 1870, 'Liliana', 2536, 14, 8, 131.29, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5706, 1870, 'Liliana', 2888, 14, 8, 7.74, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5707, 1870, 'Liliana', 1823, 10, 8, 14.44, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5708, 1870, 'Liliana', 5455, 17, 8, 55.72, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5709, 1870, 'Liliana', 2246, 19, 8, 37.62, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5710, 1870, 'Liliana', 2519, 16, 8, 30.59, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:03'),
(5711, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-05-23 11:18:05', '2024-05-23 11:18:05', '2024-05-24 11:19:04'),
(5712, 1872, 'Melisa', 4271, 5, NULL, 64.50, 1, 2, 'manual_bid', '2024-05-23 11:18:38', '2024-05-23 11:18:38', '2024-05-24 11:19:04'),
(5713, 1872, 'Melisa', 3765, 7, NULL, 377.50, 1, 2, 'manual_bid', '2024-05-23 11:19:54', '2024-05-23 11:19:54', '2024-05-24 11:20:05'),
(5714, 1872, 'Melisa', 4840, 12, NULL, 6.87, 1, 2, 'manual_bid', '2024-05-23 11:20:56', '2024-05-23 11:20:56', '2024-05-24 11:21:03'),
(5715, 1872, 'Melisa', 189, 7, NULL, 153.57, 1, 1, 'manual_bid', '2024-05-23 11:22:13', '2024-05-23 11:22:13', '2024-05-24 11:23:03'),
(5716, 1872, 'Melisa', 5279, 16, NULL, 220.00, 1, 1, 'manual_bid', '2024-05-23 11:23:12', '2024-05-23 11:23:12', '2024-05-24 11:24:02'),
(5717, 1872, 'Melisa', 332, 18, NULL, 497.23, 1, 1, 'manual_bid', '2024-05-23 11:24:21', '2024-05-23 11:24:21', '2024-05-24 11:25:02'),
(5718, 1872, 'Melisa', 6005, 11, NULL, 1097.80, 1, 1, 'manual_bid', '2024-05-23 11:25:40', '2024-05-23 11:25:40', '2024-05-24 11:26:03'),
(5719, 1872, 'Melisa', 3197, 5, NULL, 223.99, 1, 2, 'manual_bid', '2024-05-23 11:27:13', '2024-05-23 11:27:13', '2024-05-24 11:28:02'),
(5720, 1872, 'Melisa', 1110, 19, NULL, 74.00, 1, 2, 'manual_bid', '2024-05-23 11:28:04', '2024-05-23 11:28:04', '2024-05-24 11:29:03'),
(5721, 1872, 'Melisa', 1110, 19, NULL, 162.80, 1, 1, 'manual_bid', '2024-05-23 11:28:35', '2024-05-23 11:28:35', '2024-05-24 11:29:03'),
(5722, 1872, 'Melisa', 2692, 18, NULL, 270.50, 1, 2, 'manual_bid', '2024-05-23 11:30:19', '2024-05-23 11:30:19', '2024-05-24 11:31:03'),
(5723, 1872, 'Melisa', 3734, 10, NULL, 150.72, 1, 1, 'manual_bid', '2024-05-23 11:31:53', '2024-05-23 11:31:53', '2024-05-24 11:32:03'),
(5724, 1872, 'Melisa', 2717, 14, NULL, 121.16, 1, 1, 'manual_bid', '2024-05-23 11:33:06', '2024-05-23 11:33:06', '2024-05-24 11:34:03'),
(5725, 1872, 'Melisa', 5892, 11, NULL, 330.00, 1, 1, 'manual_bid', '2024-05-23 11:34:00', '2024-05-23 11:34:00', '2024-05-24 11:34:03'),
(5726, 1866, 'Tetyana store', 959, 5, 6, 2.76, 1, 1, 'ai_bid', '2024-05-23 11:35:05', '2024-05-23 11:35:05', '2024-05-24 11:36:03'),
(5727, 1866, 'Tetyana store', 1983, 18, 6, 30.29, 1, 1, 'ai_bid', '2024-05-23 11:35:05', '2024-05-23 11:35:05', '2024-05-24 11:36:03'),
(5728, 1866, 'Tetyana store', 4219, 5, 6, 1.31, 1, 1, 'ai_bid', '2024-05-23 11:35:05', '2024-05-23 11:35:05', '2024-05-24 11:36:03'),
(5729, 1866, 'Tetyana store', 3122, 2, 6, 3.15, 1, 1, 'ai_bid', '2024-05-23 11:35:05', '2024-05-23 11:35:05', '2024-05-24 11:36:03'),
(5730, 1866, 'Tetyana store', 973, 14, 6, 15.45, 1, 1, 'ai_bid', '2024-05-23 11:35:05', '2024-05-23 11:35:05', '2024-05-24 11:36:03'),
(5731, 1866, 'Tetyana store', 734, 19, 6, 0.23, 1, 1, 'ai_bid', '2024-05-23 11:35:05', '2024-05-23 11:35:05', '2024-05-24 11:36:03'),
(5732, 1872, 'Melisa', 2939, 19, NULL, 462.00, 1, 1, 'manual_bid', '2024-05-23 11:35:07', '2024-05-23 11:35:07', '2024-05-24 11:36:03'),
(5733, 1873, 'Gustavo', 3308, 16, 9, 1463.70, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5734, 1873, 'Gustavo', 2531, 19, 9, 163.20, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5735, 1873, 'Gustavo', 6171, 11, 9, 16.57, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5736, 1873, 'Gustavo', 649, 18, 9, 114.40, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5737, 1873, 'Gustavo', 5653, 10, 9, 1081.50, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5738, 1873, 'Gustavo', 1781, 19, 9, 13.26, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5739, 1873, 'Gustavo', 4856, 12, 9, 281.43, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5740, 1873, 'Gustavo', 1422, 10, 9, 19.79, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5741, 1873, 'Gustavo', 3199, 5, 9, 118.64, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5742, 1873, 'Gustavo', 6059, 15, 9, 20.19, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5743, 1873, 'Gustavo', 2535, 19, 9, 274.72, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5744, 1873, 'Gustavo', 2704, 14, 9, 16.16, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5745, 1873, 'Gustavo', 1194, 14, 9, 11.21, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5746, 1873, 'Gustavo', 2919, 19, 9, 27.97, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5747, 1873, 'Gustavo', 4652, 15, 9, 420.00, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5748, 1873, 'Gustavo', 4569, 14, 9, 130.29, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5749, 1873, 'Gustavo', 1090, 19, 9, 614.80, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5750, 1873, 'Gustavo', 2470, 5, 9, 43.43, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5751, 1873, 'Gustavo', 6165, 11, 9, 253.40, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5752, 1873, 'Gustavo', 6095, 15, 9, 31.58, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5753, 1873, 'Gustavo', 5647, 15, 9, 12.60, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5754, 1873, 'Gustavo', 1802, 16, 9, 132.08, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5755, 1873, 'Gustavo', 1205, 14, 9, 143.80, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5756, 1873, 'Gustavo', 3641, 12, 9, 467.24, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5757, 1873, 'Gustavo', 1996, 14, 9, 34.99, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5758, 1873, 'Gustavo', 4789, 17, 9, 43.76, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5759, 1873, 'Gustavo', 5703, 15, 9, 203.00, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5760, 1873, 'Gustavo', 5906, 13, 9, 133.89, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5761, 1873, 'Gustavo', 5639, 10, 9, 5.09, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5762, 1873, 'Gustavo', 1331, 14, 9, 4.61, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5763, 1873, 'Gustavo', 5803, 13, 9, 15.44, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5764, 1873, 'Gustavo', 1471, 19, 9, 14.19, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5765, 1873, 'Gustavo', 2730, 16, 9, 19.56, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5766, 1873, 'Gustavo', 1736, 19, 9, 33.51, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:02'),
(5767, 1873, 'Gustavo', 3076, 18, 9, 31.61, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5768, 1873, 'Gustavo', 1587, 18, 9, 75.48, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5769, 1873, 'Gustavo', 479, 19, 9, 1320.80, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5770, 1873, 'Gustavo', 1190, 18, 9, 33.92, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5771, 1873, 'Gustavo', 3568, 12, 9, 14.47, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5772, 1873, 'Gustavo', 5824, 17, 9, 1.48, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5773, 1873, 'Gustavo', 505, 19, 9, 5119.66, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5774, 1873, 'Gustavo', 5248, 16, 9, 42.22, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5775, 1873, 'Gustavo', 5913, 15, 9, 113.02, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5776, 1873, 'Gustavo', 2690, 18, 9, 737.09, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5777, 1873, 'Gustavo', 4997, 11, 9, 162.17, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5778, 1873, 'Gustavo', 1822, 19, 9, 40.56, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5779, 1873, 'Gustavo', 5510, 12, 9, 440.99, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5780, 1873, 'Gustavo', 2197, 17, 9, 11.21, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5781, 1873, 'Gustavo', 913, 18, 9, 13.83, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5782, 1873, 'Gustavo', 4195, 14, 9, 873.59, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5783, 1873, 'Gustavo', 3904, 2, 9, 79.48, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5784, 1873, 'Gustavo', 1866, 19, 9, 6.06, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5785, 1873, 'Gustavo', 3456, 10, 9, 101.97, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5786, 1873, 'Gustavo', 3492, 11, 9, 15.89, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5787, 1873, 'Gustavo', 2676, 14, 9, 210.28, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5788, 1873, 'Gustavo', 5563, 10, 9, 21.62, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5789, 1873, 'Gustavo', 4776, 14, 9, 72.05, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5790, 1873, 'Gustavo', 133, 7, 9, 34.23, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5791, 1873, 'Gustavo', 847, 19, 9, 19.91, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5792, 1873, 'Gustavo', 5345, 14, 9, 51.50, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5793, 1873, 'Gustavo', 2715, 16, 9, 36.03, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5794, 1873, 'Gustavo', 620, 5, 9, 3.18, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5795, 1873, 'Gustavo', 5958, 17, 9, 9.33, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5796, 1873, 'Gustavo', 1715, 19, 9, 6.69, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5797, 1873, 'Gustavo', 1844, 19, 9, 0.32, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5798, 1873, 'Gustavo', 1821, 19, 9, 1.01, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5799, 1873, 'Gustavo', 1827, 19, 9, 0.12, 1, 1, 'ai_bid', '2024-05-23 11:36:04', '2024-05-23 11:36:04', '2024-05-24 11:37:03'),
(5800, 1872, 'Melisa', 1880, 12, NULL, 132.79, 1, 1, 'manual_bid', '2024-05-23 11:36:26', '2024-05-23 11:36:26', '2024-05-24 11:37:03'),
(5801, 1872, 'Melisa', 4868, 17, NULL, 199.99, 1, 2, 'manual_bid', '2024-05-23 11:37:43', '2024-05-23 11:37:43', '2024-05-24 11:38:02'),
(5802, 1872, 'Melisa', 5141, 13, NULL, 659.98, 1, 1, 'manual_bid', '2024-05-23 11:40:32', '2024-05-23 11:40:32', '2024-05-24 11:41:03'),
(5803, 1872, 'Melisa', 3472, 14, NULL, 324.54, 1, 1, 'manual_bid', '2024-05-23 11:42:33', '2024-05-23 11:42:33', '2024-05-24 11:43:02'),
(5804, 1866, 'Tetyana store', 337, 15, 11, 17.60, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5805, 1866, 'Tetyana store', 4601, 5, 11, 13.56, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5806, 1866, 'Tetyana store', 2804, 14, 11, 31.49, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5807, 1866, 'Tetyana store', 4795, 12, 11, 42.62, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5808, 1866, 'Tetyana store', 602, 19, 11, 10605.00, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5809, 1866, 'Tetyana store', 1058, 4, 11, 9.60, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5810, 1866, 'Tetyana store', 3743, 7, 11, 160.59, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5811, 1866, 'Tetyana store', 4842, 12, 11, 94.80, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5812, 1866, 'Tetyana store', 474, 19, 11, 173.24, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5813, 1866, 'Tetyana store', 307, 7, 11, 3.94, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5814, 1866, 'Tetyana store', 4568, 5, 11, 7.07, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5815, 1866, 'Tetyana store', 2883, 19, 11, 48.40, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5816, 1866, 'Tetyana store', 5250, 16, 11, 9.25, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5817, 1866, 'Tetyana store', 6021, 17, 11, 37.35, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5818, 1866, 'Tetyana store', 825, 18, 11, 191.35, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5819, 1866, 'Tetyana store', 3077, 2, 11, 7.49, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5820, 1866, 'Tetyana store', 2801, 13, 11, 30.29, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5821, 1866, 'Tetyana store', 4948, 14, 11, 20.14, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5822, 1866, 'Tetyana store', 4141, 18, 11, 8.39, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5823, 1866, 'Tetyana store', 675, 19, 11, 31.20, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5824, 1866, 'Tetyana store', 1491, 15, 11, 10.07, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5825, 1866, 'Tetyana store', 3426, 10, 11, 24.71, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5826, 1866, 'Tetyana store', 1172, 18, 11, 67.20, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5827, 1866, 'Tetyana store', 2604, 17, 11, 15.44, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5828, 1866, 'Tetyana store', 5846, 17, 11, 105.53, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5829, 1866, 'Tetyana store', 175, 2, 11, 62.99, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5830, 1866, 'Tetyana store', 946, 18, 11, 13.25, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:02'),
(5831, 1866, 'Tetyana store', 2812, 18, 11, 204.88, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5832, 1866, 'Tetyana store', 99, 2, 11, 197.96, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5833, 1866, 'Tetyana store', 945, 5, 11, 9.27, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5834, 1866, 'Tetyana store', 327, 10, 11, 135.48, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5835, 1866, 'Tetyana store', 5870, 15, 11, 12.71, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5836, 1866, 'Tetyana store', 1049, 19, 11, 49.49, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5837, 1866, 'Tetyana store', 2097, 5, 11, 9.70, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5838, 1866, 'Tetyana store', 2160, 19, 11, 107.10, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5839, 1866, 'Tetyana store', 5233, 13, 11, 13.00, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5840, 1866, 'Tetyana store', 4829, 17, 11, 20.40, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5841, 1866, 'Tetyana store', 3171, 5, 11, 17.50, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5842, 1866, 'Tetyana store', 5022, 11, 11, 16.84, 1, 1, 'ai_bid', '2024-05-23 11:48:04', '2024-05-23 11:48:04', '2024-05-24 11:49:03'),
(5843, 1866, 'Tetyana store', 1112, 19, 11, 83.68, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5844, 1866, 'Tetyana store', 944, 13, 11, 505.10, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5845, 1866, 'Tetyana store', 4837, 12, 11, 103.95, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5846, 1866, 'Tetyana store', 4098, 14, 11, 7.41, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5847, 1866, 'Tetyana store', 2324, 19, 11, 122.35, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5848, 1866, 'Tetyana store', 4086, 18, 11, 4.36, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5849, 1866, 'Tetyana store', 5901, 13, 11, 41.10, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5850, 1866, 'Tetyana store', 947, 5, 11, 32.38, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5851, 1866, 'Tetyana store', 3396, 10, 11, 50.49, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5852, 1866, 'Tetyana store', 4281, 14, 11, 100.97, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5853, 1866, 'Tetyana store', 4228, 14, 11, 5.29, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5854, 1866, 'Tetyana store', 2811, 15, 11, 48.75, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5855, 1866, 'Tetyana store', 3451, 14, 11, 5.80, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5856, 1866, 'Tetyana store', 156, 18, 11, 5.10, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5857, 1866, 'Tetyana store', 4134, 5, 11, 10.60, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5858, 1866, 'Tetyana store', 1183, 15, 11, 13.67, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5859, 1866, 'Tetyana store', 5229, 13, 11, 4.23, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5860, 1866, 'Tetyana store', 963, 5, 11, 2.04, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5861, 1866, 'Tetyana store', 803, 19, 11, 0.20, 1, 1, 'ai_bid', '2024-05-23 11:48:05', '2024-05-23 11:48:05', '2024-05-24 11:49:03'),
(5862, 1867, 'Omevoric enterprises', 3295, 5, 12, 364.93, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5863, 1867, 'Omevoric enterprises', 1198, 15, 12, 2.34, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5864, 1867, 'Omevoric enterprises', 374, 10, 12, 128.01, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5865, 1867, 'Omevoric enterprises', 618, 18, 12, 6624.90, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5866, 1867, 'Omevoric enterprises', 2980, 14, 12, 210.13, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5867, 1867, 'Omevoric enterprises', 1491, 15, 12, 10.16, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5868, 1867, 'Omevoric enterprises', 3929, 5, 12, 37.37, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5869, 1867, 'Omevoric enterprises', 5814, 15, 12, 364.00, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5870, 1867, 'Omevoric enterprises', 2254, 19, 12, 9.94, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5871, 1867, 'Omevoric enterprises', 1022, 5, 12, 29.12, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5872, 1867, 'Omevoric enterprises', 5675, 10, 12, 5665.00, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5873, 1867, 'Omevoric enterprises', 1070, 19, 12, 805.60, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5874, 1867, 'Omevoric enterprises', 1575, 19, 12, 2.52, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5875, 1867, 'Omevoric enterprises', 4285, 18, 12, 114.24, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5876, 1867, 'Omevoric enterprises', 1569, 19, 12, 87.55, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5877, 1867, 'Omevoric enterprises', 2107, 4, 12, 37.17, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5878, 1867, 'Omevoric enterprises', 1259, 18, 12, 319.07, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5879, 1867, 'Omevoric enterprises', 1455, 15, 12, 28.45, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5880, 1867, 'Omevoric enterprises', 252, 17, 12, 72.08, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5881, 1867, 'Omevoric enterprises', 2985, 14, 12, 82.95, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5882, 1867, 'Omevoric enterprises', 4046, 13, 12, 10.59, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5883, 1867, 'Omevoric enterprises', 3534, 13, 12, 103.99, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5884, 1867, 'Omevoric enterprises', 19, 2, 12, 5.10, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5885, 1867, 'Omevoric enterprises', 4414, 16, 12, 238.68, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5886, 1867, 'Omevoric enterprises', 4839, 12, 12, 165.68, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5887, 1867, 'Omevoric enterprises', 301, 18, 12, 8.85, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5888, 1867, 'Omevoric enterprises', 1727, 19, 12, 498.20, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5889, 1867, 'Omevoric enterprises', 6154, 11, 12, 31.49, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5890, 1867, 'Omevoric enterprises', 2375, 19, 12, 15.60, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5891, 1867, 'Omevoric enterprises', 3052, 2, 12, 5.15, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5892, 1867, 'Omevoric enterprises', 1850, 5, 12, 0.57, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5893, 1867, 'Omevoric enterprises', 1731, 5, 12, 2.12, 1, 1, 'ai_bid', '2024-05-23 11:55:07', '2024-05-23 11:55:07', '2024-05-24 11:56:03'),
(5894, 1868, 'Marcelo Ltd', 1110, 19, 13, 150.96, 1, 1, 'ai_bid', '2024-05-23 12:30:06', '2024-05-23 12:30:06', '2024-05-24 12:31:03'),
(5895, 1868, 'Marcelo Ltd', 2436, 19, 13, 14.76, 1, 1, 'ai_bid', '2024-05-23 12:30:06', '2024-05-23 12:30:06', '2024-05-24 12:31:03'),
(5896, 1868, 'Marcelo Ltd', 1662, 19, 13, 0.93, 1, 1, 'ai_bid', '2024-05-23 12:30:06', '2024-05-23 12:30:06', '2024-05-24 12:31:03'),
(5897, 1868, 'Marcelo Ltd', 5604, 15, 13, 191.37, 1, 1, 'ai_bid', '2024-05-23 12:30:06', '2024-05-23 12:30:06', '2024-05-24 12:31:03'),
(5898, 1868, 'Marcelo Ltd', 4275, 14, 13, 19.76, 1, 1, 'ai_bid', '2024-05-23 12:30:06', '2024-05-23 12:30:06', '2024-05-24 12:31:03'),
(5899, 1868, 'Marcelo Ltd', 1247, 10, 13, 132.16, 1, 1, 'ai_bid', '2024-05-23 12:30:06', '2024-05-23 12:30:06', '2024-05-24 12:31:03'),
(5900, 1868, 'Marcelo Ltd', 520, 17, 13, 39.57, 1, 1, 'ai_bid', '2024-05-23 12:30:06', '2024-05-23 12:30:06', '2024-05-24 12:31:03'),
(5901, 1868, 'Marcelo Ltd', 960, 7, 13, 93.60, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5902, 1868, 'Marcelo Ltd', 5228, 13, 13, 7.20, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5903, 1868, 'Marcelo Ltd', 2295, 19, 13, 240.45, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5904, 1868, 'Marcelo Ltd', 4736, 12, 13, 21.81, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5905, 1868, 'Marcelo Ltd', 2545, 10, 13, 109.32, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5906, 1868, 'Marcelo Ltd', 1544, 10, 13, 114.13, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5907, 1868, 'Marcelo Ltd', 5643, 10, 13, 8.13, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5908, 1868, 'Marcelo Ltd', 1463, 17, 13, 151.50, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5909, 1868, 'Marcelo Ltd', 4205, 14, 13, 8.26, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5910, 1868, 'Marcelo Ltd', 5273, 16, 13, 301.27, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5911, 1868, 'Marcelo Ltd', 5102, 16, 13, 5.24, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5912, 1868, 'Marcelo Ltd', 5093, 13, 13, 155.52, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5913, 1868, 'Marcelo Ltd', 3821, 15, 13, 22.71, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5914, 1868, 'Marcelo Ltd', 3904, 2, 13, 79.48, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5915, 1868, 'Marcelo Ltd', 389, 16, 13, 2119.99, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5916, 1868, 'Marcelo Ltd', 4371, 15, 13, 72.41, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5917, 1868, 'Marcelo Ltd', 1581, 4, 13, 20.29, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5918, 1868, 'Marcelo Ltd', 2144, 10, 13, 34.96, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5919, 1868, 'Marcelo Ltd', 4858, 17, 13, 123.21, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5920, 1868, 'Marcelo Ltd', 902, 18, 13, 199.49, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5921, 1868, 'Marcelo Ltd', 1077, 19, 13, 166.95, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5922, 1868, 'Marcelo Ltd', 1039, 19, 13, 98.93, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5923, 1868, 'Marcelo Ltd', 4464, 15, 13, 26.49, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5924, 1868, 'Marcelo Ltd', 4722, 14, 13, 28.99, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5925, 1868, 'Marcelo Ltd', 2362, 17, 13, 19.34, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5926, 1868, 'Marcelo Ltd', 624, 5, 13, 1.04, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5927, 1868, 'Marcelo Ltd', 3967, 16, 13, 17.83, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5928, 1868, 'Marcelo Ltd', 2118, 19, 13, 10.90, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5929, 1868, 'Marcelo Ltd', 1784, 1, 13, 30.35, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5930, 1868, 'Marcelo Ltd', 2762, 19, 13, 4091.60, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5931, 1868, 'Marcelo Ltd', 1428, 15, 13, 10.18, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5932, 1868, 'Marcelo Ltd', 2154, 4, 13, 19.77, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5933, 1868, 'Marcelo Ltd', 3789, 13, 13, 218.40, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5934, 1868, 'Marcelo Ltd', 116, 2, 13, 101.97, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5935, 1868, 'Marcelo Ltd', 5725, 15, 13, 728.00, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5936, 1868, 'Marcelo Ltd', 4826, 12, 13, 15.29, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5937, 1868, 'Marcelo Ltd', 5204, 14, 13, 28.28, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5938, 1868, 'Marcelo Ltd', 4051, 13, 13, 211.98, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5939, 1868, 'Marcelo Ltd', 3526, 11, 13, 106.04, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5940, 1868, 'Marcelo Ltd', 1777, 5, 13, 30.21, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5941, 1868, 'Marcelo Ltd', 4782, 12, 13, 365.32, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5942, 1868, 'Marcelo Ltd', 5028, 13, 13, 227.89, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5943, 1868, 'Marcelo Ltd', 5001, 13, 13, 97.05, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5944, 1868, 'Marcelo Ltd', 5437, 12, 13, 16.32, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5945, 1868, 'Marcelo Ltd', 3142, 4, 13, 86.71, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5946, 1868, 'Marcelo Ltd', 6059, 15, 13, 20.79, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5947, 1868, 'Marcelo Ltd', 1644, 12, 13, 39.82, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5948, 1868, 'Marcelo Ltd', 3200, 4, 13, 10.40, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5949, 1868, 'Marcelo Ltd', 3545, 10, 13, 39.68, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5950, 1868, 'Marcelo Ltd', 2373, 10, 13, 36.15, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5951, 1868, 'Marcelo Ltd', 6156, 11, 13, 12.36, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5952, 1868, 'Marcelo Ltd', 1917, 18, 13, 75.83, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5953, 1868, 'Marcelo Ltd', 3375, 10, 13, 13.12, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5954, 1868, 'Marcelo Ltd', 5435, 12, 13, 8.28, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5955, 1868, 'Marcelo Ltd', 2801, 13, 13, 31.49, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5956, 1868, 'Marcelo Ltd', 620, 5, 13, 3.12, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5957, 1868, 'Marcelo Ltd', 4219, 5, 13, 1.31, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5958, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-05-23 12:30:07', '2024-05-23 12:30:07', '2024-05-24 12:31:03'),
(5959, 1869, 'Anatoliy fast store', 3554, 12, 14, 20.79, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(5960, 1869, 'Anatoliy fast store', 5915, 13, 14, 5.91, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5961, 1869, 'Anatoliy fast store', 5789, 15, 14, 309.00, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5962, 1869, 'Anatoliy fast store', 1709, 18, 14, 6281.97, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5963, 1869, 'Anatoliy fast store', 5322, 13, 14, 7208.00, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5964, 1869, 'Anatoliy fast store', 3782, 19, 14, 352.49, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5965, 1869, 'Anatoliy fast store', 5394, 14, 14, 102.00, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5966, 1869, 'Anatoliy fast store', 3251, 7, 14, 24.17, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5967, 1869, 'Anatoliy fast store', 5148, 13, 14, 617.99, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5968, 1869, 'Anatoliy fast store', 4918, 11, 14, 29.39, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5969, 1869, 'Anatoliy fast store', 2633, 14, 14, 22.39, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5970, 1869, 'Anatoliy fast store', 2837, 14, 14, 41.86, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5971, 1869, 'Anatoliy fast store', 2142, 17, 14, 10.49, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5972, 1869, 'Anatoliy fast store', 994, 18, 14, 37.35, 1, 1, 'ai_bid', '2024-05-23 12:58:03', '2024-05-23 12:58:03', '2024-05-24 12:58:03'),
(5973, 1869, 'Anatoliy fast store', 2977, 7, 14, 726.21, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5974, 1869, 'Anatoliy fast store', 5829, 11, 14, 26.25, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5975, 1869, 'Anatoliy fast store', 3801, 4, 14, 6.96, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5976, 1869, 'Anatoliy fast store', 5286, 16, 14, 22.31, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5977, 1869, 'Anatoliy fast store', 4217, 5, 14, 6.33, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5978, 1869, 'Anatoliy fast store', 5481, 17, 14, 169.60, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5979, 1869, 'Anatoliy fast store', 4766, 12, 14, 28.83, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5980, 1869, 'Anatoliy fast store', 4809, 12, 14, 22.25, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5981, 1869, 'Anatoliy fast store', 3556, 12, 14, 3.87, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5982, 1869, 'Anatoliy fast store', 862, 13, 14, 4.20, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5983, 1869, 'Anatoliy fast store', 1850, 5, 14, 0.56, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5984, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.20, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5985, 1869, 'Anatoliy fast store', 1844, 19, 14, 0.30, 1, 1, 'ai_bid', '2024-05-23 12:58:04', '2024-05-23 12:58:04', '2024-05-24 12:59:03'),
(5986, 1872, 'Melisa', 6074, 15, 18, 14.92, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5987, 1872, 'Melisa', 4375, 16, 18, 80.80, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5988, 1872, 'Melisa', 5834, 11, 18, 46.34, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5989, 1872, 'Melisa', 3457, 14, 18, 951.83, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5990, 1872, 'Melisa', 6127, 11, 18, 52.00, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5991, 1872, 'Melisa', 365, 18, 18, 742.00, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5992, 1872, 'Melisa', 700, 18, 18, 42.71, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5993, 1872, 'Melisa', 2007, 1, 18, 104.16, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5994, 1872, 'Melisa', 58, 2, 18, 32.32, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5995, 1872, 'Melisa', 5711, 10, 18, 28.54, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5996, 1872, 'Melisa', 2494, 7, 18, 49.96, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5997, 1872, 'Melisa', 2671, 14, 18, 16.78, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:03'),
(5998, 1872, 'Melisa', 4403, 14, 18, 186.78, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(5999, 1872, 'Melisa', 5669, 16, 18, 25.74, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6000, 1872, 'Melisa', 5789, 15, 18, 303.00, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6001, 1872, 'Melisa', 895, 10, 18, 241.53, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6002, 1872, 'Melisa', 1532, 19, 18, 978.50, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6003, 1872, 'Melisa', 2602, 19, 18, 10.90, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6004, 1872, 'Melisa', 4119, 5, 18, 3163.11, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6005, 1872, 'Melisa', 4003, 12, 18, 195.69, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6006, 1872, 'Melisa', 3853, 4, 18, 525.00, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6007, 1872, 'Melisa', 2659, 18, 18, 30.29, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6008, 1872, 'Melisa', 4696, 12, 18, 25.02, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6009, 1872, 'Melisa', 845, 13, 18, 12.27, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6010, 1872, 'Melisa', 3556, 12, 18, 3.83, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6011, 1872, 'Melisa', 3053, 18, 18, 72.55, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6012, 1872, 'Melisa', 6122, 11, 18, 29.11, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6013, 1872, 'Melisa', 1953, 5, 18, 4.04, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6014, 1872, 'Melisa', 5673, 10, 18, 1339.00, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6015, 1872, 'Melisa', 3663, 13, 18, 13.77, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6016, 1872, 'Melisa', 254, 17, 18, 54.81, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6017, 1872, 'Melisa', 2364, 18, 18, 13.17, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6018, 1872, 'Melisa', 5573, 10, 18, 73.81, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6019, 1872, 'Melisa', 229, 17, 18, 238.77, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6020, 1872, 'Melisa', 2810, 14, 18, 414.45, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6021, 1872, 'Melisa', 421, 17, 18, 108.47, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6022, 1872, 'Melisa', 1523, 10, 18, 1.62, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6023, 1872, 'Melisa', 4844, 12, 18, 72.09, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6024, 1872, 'Melisa', 187, 16, 18, 31.19, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6025, 1872, 'Melisa', 5668, 15, 18, 329.60, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6026, 1872, 'Melisa', 4485, 16, 18, 30.59, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6027, 1872, 'Melisa', 5663, 15, 18, 101.00, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6028, 1872, 'Melisa', 2218, 18, 18, 21.33, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6029, 1872, 'Melisa', 4205, 14, 18, 8.18, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6030, 1872, 'Melisa', 1829, 5, 18, 0.77, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6031, 1872, 'Melisa', 949, 5, 18, 0.32, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6032, 1872, 'Melisa', 5764, 13, 18, 1.54, 1, 1, 'ai_bid', '2024-05-23 14:49:05', '2024-05-23 14:49:05', '2024-05-24 14:50:04'),
(6033, 1866, 'Tetyana store', 61, 2, NULL, 23.40, 1, 2, 'manual_bid', '2024-05-24 00:43:31', '2024-05-24 00:43:31', '2024-05-25 00:44:04'),
(6034, 1866, 'Tetyana store', 61, 2, NULL, 49.40, 1, 1, 'manual_bid', '2024-05-24 00:43:59', '2024-05-24 00:43:59', '2024-05-25 00:44:04'),
(6035, 1866, 'Tetyana store', 1581, 4, NULL, 17.90, 1, 2, 'manual_bid', '2024-05-24 00:45:09', '2024-05-24 00:45:09', '2024-05-25 00:46:02'),
(6036, 1866, 'Tetyana store', 1581, 4, NULL, 20.77, 1, 1, 'manual_bid', '2024-05-24 00:46:43', '2024-05-24 00:46:43', '2024-05-25 00:47:03'),
(6037, 1866, 'Tetyana store', 4161, 5, NULL, 500.00, 1, 2, 'manual_bid', '2024-05-24 00:51:50', '2024-05-24 00:51:50', '2024-05-25 00:52:02'),
(6038, 1866, 'Tetyana store', 4161, 5, NULL, 1500.00, 1, 1, 'manual_bid', '2024-05-24 00:52:43', '2024-05-24 00:52:43', '2024-05-25 00:53:02'),
(6039, 1866, 'Tetyana store', 180, 7, NULL, 920.00, 1, 2, 'manual_bid', '2024-05-24 01:36:52', '2024-05-24 01:36:52', '2024-05-25 01:37:03'),
(6040, 1866, 'Tetyana store', 180, 7, NULL, 2760.00, 1, 1, 'manual_bid', '2024-05-24 01:39:11', '2024-05-24 01:39:11', '2024-05-25 01:40:04'),
(6041, 1866, 'Tetyana store', 180, 7, NULL, 2024.00, 1, 1, 'manual_bid', '2024-05-24 01:40:51', '2024-05-24 01:40:51', '2024-05-25 01:41:02'),
(6042, 1866, 'Tetyana store', 2347, 10, NULL, 20.24, 1, 2, 'manual_bid', '2024-05-24 01:42:27', '2024-05-24 01:42:27', '2024-05-25 01:43:02'),
(6043, 1866, 'Tetyana store', 3529, 11, NULL, 14.64, 1, 2, 'manual_bid', '2024-05-24 01:43:38', '2024-05-24 01:43:38', '2024-05-25 01:44:02'),
(6044, 1866, 'Tetyana store', 3579, 12, NULL, 1.08, 1, 2, 'manual_bid', '2024-05-24 01:45:16', '2024-05-24 01:45:16', '2024-05-25 01:46:02'),
(6045, 1866, 'Tetyana store', 3579, 12, NULL, 11.88, 1, 1, 'manual_bid', '2024-05-24 01:45:47', '2024-05-24 01:45:47', '2024-05-25 01:46:02'),
(6046, 1866, 'Tetyana store', 5080, 13, NULL, 36.90, 1, 2, 'manual_bid', '2024-05-24 01:48:32', '2024-05-24 01:48:32', '2024-05-25 01:49:02'),
(6047, 1866, 'Tetyana store', 5080, 13, NULL, 45.08, 1, 1, 'manual_bid', '2024-05-24 01:49:23', '2024-05-24 01:49:23', '2024-05-25 01:50:04'),
(6048, 1866, 'Tetyana store', 6054, 15, NULL, 9.00, 1, 2, 'manual_bid', '2024-05-24 01:52:15', '2024-05-24 01:52:15', '2024-05-25 01:53:02'),
(6049, 1866, 'Tetyana store', 6054, 15, NULL, 19.78, 1, 1, 'manual_bid', '2024-05-24 01:52:32', '2024-05-24 01:52:32', '2024-05-25 01:53:02'),
(6050, 1866, 'Tetyana store', 426, 17, NULL, 7.50, 1, 2, 'manual_bid', '2024-05-24 02:00:42', '2024-05-24 02:00:42', '2024-05-25 02:01:06'),
(6051, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-24 04:41:15', '2024-05-24 04:41:15', '2024-05-25 04:42:03'),
(6052, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-24 04:42:00', '2024-05-24 04:42:00', '2024-05-25 04:42:04'),
(6053, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 4, 1, 'manual_bid', '2024-05-24 04:42:36', '2024-05-24 04:42:36', '2024-05-25 04:43:03'),
(6054, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 11, 1, 'manual_bid', '2024-05-24 04:44:13', '2024-05-24 04:44:13', '2024-05-25 04:45:04'),
(6055, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 20, 1, 'manual_bid', '2024-05-24 04:46:35', '2024-05-24 04:46:35', '2024-05-25 04:47:02'),
(6056, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-05-24 04:51:47', '2024-05-24 04:51:47', '2024-05-25 04:52:02'),
(6057, 1798, 'Feelyards', 1743, 5, NULL, 50.00, 4, 1, 'manual_bid', '2024-05-24 06:54:01', '2024-05-24 06:54:01', '2024-05-25 06:54:03'),
(6058, 1798, 'Feelyards', 2555, 7, NULL, 47.00, 1, 1, 'manual_bid', '2024-05-24 06:55:04', '2024-05-24 06:55:04', '2024-05-25 06:55:05'),
(6059, 1869, 'Anatoliy fast store', 3685, 10, 17, 5073.23, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:02'),
(6060, 1869, 'Anatoliy fast store', 4892, 13, 17, 824.00, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6061, 1869, 'Anatoliy fast store', 2255, 16, 17, 21.19, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6062, 1869, 'Anatoliy fast store', 1456, 19, 17, 27.30, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6063, 1869, 'Anatoliy fast store', 1983, 18, 17, 31.48, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6064, 1869, 'Anatoliy fast store', 455, 19, 17, 530.25, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6065, 1869, 'Anatoliy fast store', 3760, 7, 17, 37.99, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6066, 1869, 'Anatoliy fast store', 1985, 4, 17, 145.02, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6067, 1869, 'Anatoliy fast store', 1981, 4, 17, 214.20, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6068, 1869, 'Anatoliy fast store', 1906, 4, 17, 5.62, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6069, 1869, 'Anatoliy fast store', 5673, 10, 17, 1339.00, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6070, 1869, 'Anatoliy fast store', 4145, 5, 17, 194.87, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6071, 1869, 'Anatoliy fast store', 3595, 12, 17, 63.62, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6072, 1869, 'Anatoliy fast store', 375, 2, 17, 195.70, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6073, 1869, 'Anatoliy fast store', 4044, 18, 17, 23.33, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6074, 1869, 'Anatoliy fast store', 5215, 16, 17, 26.51, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6075, 1869, 'Anatoliy fast store', 859, 19, 17, 14.38, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6076, 1869, 'Anatoliy fast store', 3443, 11, 17, 10.56, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6077, 1869, 'Anatoliy fast store', 2643, 15, 17, 11.54, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6078, 1869, 'Anatoliy fast store', 4494, 16, 17, 42.80, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6079, 1869, 'Anatoliy fast store', 361, 10, 17, 18.79, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6080, 1869, 'Anatoliy fast store', 3694, 14, 17, 478.90, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6081, 1869, 'Anatoliy fast store', 3754, 14, 17, 42.39, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6082, 1869, 'Anatoliy fast store', 293, 5, 17, 13.69, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6083, 1869, 'Anatoliy fast store', 5316, 14, 17, 170.65, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6084, 1869, 'Anatoliy fast store', 1607, 12, 17, 21.19, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6085, 1869, 'Anatoliy fast store', 5147, 16, 17, 188.99, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6086, 1869, 'Anatoliy fast store', 137, 18, 17, 9.09, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6087, 1869, 'Anatoliy fast store', 3320, 5, 17, 84.79, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6088, 1869, 'Anatoliy fast store', 4748, 12, 17, 8.89, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6089, 1869, 'Anatoliy fast store', 314, 18, 17, 10.71, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6090, 1869, 'Anatoliy fast store', 478, 19, 17, 13.84, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6091, 1869, 'Anatoliy fast store', 4776, 14, 17, 71.35, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6092, 1869, 'Anatoliy fast store', 1969, 19, 17, 15.59, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6093, 1869, 'Anatoliy fast store', 6163, 11, 17, 419.95, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6094, 1869, 'Anatoliy fast store', 3210, 17, 17, 16.32, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6095, 1869, 'Anatoliy fast store', 3155, 19, 17, 111.10, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6096, 1869, 'Anatoliy fast store', 5091, 14, 17, 5.19, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6097, 1869, 'Anatoliy fast store', 2537, 17, 17, 28.20, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6098, 1869, 'Anatoliy fast store', 1883, 19, 17, 410.97, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6099, 1869, 'Anatoliy fast store', 3615, 13, 17, 3.58, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6100, 1869, 'Anatoliy fast store', 5637, 10, 17, 5.09, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6101, 1869, 'Anatoliy fast store', 1139, 4, 17, 17.85, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6102, 1869, 'Anatoliy fast store', 4649, 15, 17, 31.30, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6103, 1869, 'Anatoliy fast store', 776, 7, 17, 9.08, 1, 1, 'ai_bid', '2024-05-24 10:06:05', '2024-05-24 10:06:05', '2024-05-25 10:07:03'),
(6104, 1869, 'Anatoliy fast store', 803, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-05-24 10:06:06', '2024-05-24 10:06:06', '2024-05-25 10:07:03'),
(6105, 1869, 'Anatoliy fast store', 949, 5, 17, 0.32, 1, 1, 'ai_bid', '2024-05-24 10:06:06', '2024-05-24 10:06:06', '2024-05-25 10:07:03'),
(6106, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-05-24 10:06:06', '2024-05-24 10:06:06', '2024-05-25 10:07:03'),
(6107, 1872, 'Melisa', 3135, 2, NULL, 325.44, 1, 1, 'manual_bid', '2024-05-24 11:09:49', '2024-05-24 11:09:49', '2024-05-25 11:10:10'),
(6108, 1866, 'Tetyana store', 3948, 16, 16, 109.00, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6109, 1866, 'Tetyana store', 3753, 7, 16, 75.01, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6110, 1866, 'Tetyana store', 2887, 19, 16, 4.68, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6111, 1866, 'Tetyana store', 4178, 5, 16, 22.10, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6112, 1866, 'Tetyana store', 5247, 14, 16, 27.04, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6113, 1866, 'Tetyana store', 3747, 14, 16, 8.39, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6114, 1866, 'Tetyana store', 2730, 16, 16, 20.13, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6115, 1866, 'Tetyana store', 1952, 19, 16, 1.37, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6116, 1866, 'Tetyana store', 4490, 16, 16, 122.95, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6117, 1866, 'Tetyana store', 4576, 14, 16, 9.34, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6118, 1866, 'Tetyana store', 3534, 13, 16, 101.99, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6119, 1866, 'Tetyana store', 3630, 12, 16, 416.00, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6120, 1866, 'Tetyana store', 2694, 14, 16, 25.37, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:10'),
(6121, 1866, 'Tetyana store', 3881, 15, 16, 208.00, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6122, 1866, 'Tetyana store', 1938, 19, 16, 1283.65, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6123, 1866, 'Tetyana store', 1712, 5, 16, 62.40, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6124, 1866, 'Tetyana store', 3928, 16, 16, 10.50, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6125, 1866, 'Tetyana store', 924, 5, 16, 180.20, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6126, 1866, 'Tetyana store', 5956, 17, 16, 19.84, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6127, 1866, 'Tetyana store', 2295, 19, 16, 242.74, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6128, 1866, 'Tetyana store', 2663, 14, 16, 1309.36, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6129, 1866, 'Tetyana store', 491, 19, 16, 432.28, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6130, 1866, 'Tetyana store', 619, 7, 16, 4.16, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6131, 1866, 'Tetyana store', 1347, 15, 16, 90.10, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6132, 1866, 'Tetyana store', 1230, 14, 16, 31.92, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6133, 1866, 'Tetyana store', 4050, 18, 16, 9.26, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6134, 1866, 'Tetyana store', 4559, 16, 16, 369.94, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6135, 1866, 'Tetyana store', 2197, 17, 16, 11.10, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6136, 1866, 'Tetyana store', 2980, 14, 16, 202.12, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6137, 1866, 'Tetyana store', 5567, 10, 16, 875.82, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6138, 1866, 'Tetyana store', 3399, 7, 16, 389.10, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6139, 1866, 'Tetyana store', 1031, 19, 16, 10.40, 1, 1, 'ai_bid', '2024-05-24 11:10:07', '2024-05-24 11:10:07', '2024-05-25 11:10:11'),
(6140, 1866, 'Tetyana store', 3728, 13, 16, 11.43, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6141, 1866, 'Tetyana store', 4591, 5, 16, 16.95, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6142, 1866, 'Tetyana store', 2265, 5, 16, 186.85, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6143, 1866, 'Tetyana store', 5588, 12, 16, 400.72, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6144, 1866, 'Tetyana store', 5301, 14, 16, 53.03, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6145, 1866, 'Tetyana store', 3155, 19, 16, 115.50, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6146, 1866, 'Tetyana store', 1874, 19, 16, 8.06, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6147, 1866, 'Tetyana store', 1815, 17, 16, 62.99, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6148, 1866, 'Tetyana store', 3182, 5, 16, 45.17, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6149, 1866, 'Tetyana store', 2420, 2, 16, 546.00, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6150, 1866, 'Tetyana store', 2959, 17, 16, 387.92, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6151, 1866, 'Tetyana store', 5629, 10, 16, 16.53, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6152, 1866, 'Tetyana store', 142, 18, 16, 23.23, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6153, 1866, 'Tetyana store', 4636, 15, 16, 21.41, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6154, 1866, 'Tetyana store', 937, 5, 16, 4.20, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6155, 1866, 'Tetyana store', 109, 2, 16, 26.05, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6156, 1866, 'Tetyana store', 3278, 16, 16, 160.06, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6157, 1866, 'Tetyana store', 3716, 19, 16, 5.14, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6158, 1866, 'Tetyana store', 2865, 14, 16, 56.64, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6159, 1866, 'Tetyana store', 1979, 4, 16, 370.79, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6160, 1866, 'Tetyana store', 896, 18, 16, 11.21, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6161, 1866, 'Tetyana store', 2357, 17, 16, 10.09, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6162, 1866, 'Tetyana store', 1255, 18, 16, 357.00, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6163, 1866, 'Tetyana store', 4061, 13, 16, 19.56, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6164, 1866, 'Tetyana store', 1724, 5, 16, 2.27, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6165, 1866, 'Tetyana store', 3258, 5, 16, 95.53, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6166, 1866, 'Tetyana store', 4402, 18, 16, 30.60, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6167, 1866, 'Tetyana store', 6166, 11, 16, 62.39, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6168, 1866, 'Tetyana store', 5257, 16, 16, 35.83, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6169, 1866, 'Tetyana store', 3044, 14, 16, 382.79, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6170, 1866, 'Tetyana store', 2094, 19, 16, 174.07, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6171, 1866, 'Tetyana store', 3693, 18, 16, 329.58, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6172, 1866, 'Tetyana store', 415, 18, 16, 132.29, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6173, 1866, 'Tetyana store', 5254, 16, 16, 23.62, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6174, 1866, 'Tetyana store', 3617, 17, 16, 388.03, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6175, 1866, 'Tetyana store', 803, 19, 16, 0.20, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6176, 1866, 'Tetyana store', 949, 5, 16, 0.30, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6177, 1866, 'Tetyana store', 634, 5, 16, 1.01, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6178, 1866, 'Tetyana store', 1827, 19, 16, 0.13, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6179, 1866, 'Tetyana store', 1811, 5, 16, 0.20, 1, 1, 'ai_bid', '2024-05-24 11:10:08', '2024-05-24 11:10:08', '2024-05-25 11:10:11'),
(6180, 1872, 'Melisa', 3135, 2, NULL, 147.93, 1, 2, 'manual_bid', '2024-05-24 11:10:21', '2024-05-24 11:10:21', '2024-05-25 11:11:02'),
(6181, 1872, 'Melisa', 2790, 14, NULL, 138.03, 1, 1, 'manual_bid', '2024-05-24 11:11:31', '2024-05-24 11:11:31', '2024-05-25 11:12:02'),
(6182, 1872, 'Melisa', 1997, 4, NULL, 261.80, 1, 1, 'manual_bid', '2024-05-24 11:12:35', '2024-05-24 11:12:35', '2024-05-25 11:13:03'),
(6183, 1872, 'Melisa', 4186, 5, NULL, 143.00, 1, 1, 'manual_bid', '2024-05-24 11:13:32', '2024-05-24 11:13:32', '2024-05-25 11:14:03'),
(6184, 1872, 'Melisa', 2241, 10, NULL, 99.51, 1, 1, 'manual_bid', '2024-05-24 11:15:01', '2024-05-24 11:15:01', '2024-05-25 11:15:03'),
(6185, 1872, 'Melisa', 6065, 11, NULL, 10.33, 1, 2, 'manual_bid', '2024-05-24 11:16:30', '2024-05-24 11:16:30', '2024-05-25 11:17:02'),
(6186, 1872, 'Melisa', 5228, 13, NULL, 3.49, 1, 2, 'manual_bid', '2024-05-24 11:17:26', '2024-05-24 11:17:26', '2024-05-25 11:18:02'),
(6187, 1872, 'Melisa', 4333, 18, NULL, 104.57, 1, 1, 'manual_bid', '2024-05-24 11:18:31', '2024-05-24 11:18:31', '2024-05-25 11:19:04'),
(6188, 1872, 'Melisa', 4650, 15, NULL, 550.37, 1, 1, 'manual_bid', '2024-05-24 11:19:38', '2024-05-24 11:19:38', '2024-05-25 11:20:03'),
(6189, 1872, 'Melisa', 1649, 17, NULL, 107.25, 1, 1, 'manual_bid', '2024-05-24 11:20:41', '2024-05-24 11:20:41', '2024-05-25 11:21:03'),
(6190, 1872, 'Melisa', 2529, 7, NULL, 28.54, 1, 2, 'manual_bid', '2024-05-24 11:21:37', '2024-05-24 11:21:37', '2024-05-25 11:22:02'),
(6191, 1871, 'Almeida', 2419, 19, 7, 102.96, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6192, 1871, 'Almeida', 2911, 14, 7, 420.63, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6193, 1871, 'Almeida', 2907, 14, 7, 33.15, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6194, 1871, 'Almeida', 1951, 12, 7, 37.48, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6195, 1871, 'Almeida', 4414, 16, 7, 236.34, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6196, 1871, 'Almeida', 3538, 10, 7, 154.49, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6197, 1871, 'Almeida', 990, 16, 7, 226.31, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6198, 1871, 'Almeida', 3599, 12, 7, 11.17, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6199, 1871, 'Almeida', 5419, 12, 7, 20.98, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6200, 1871, 'Almeida', 2915, 14, 7, 1029.06, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6201, 1871, 'Almeida', 2875, 10, 7, 70.87, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6202, 1871, 'Almeida', 368, 2, 7, 13.15, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6203, 1871, 'Almeida', 3927, 11, 7, 37.79, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6204, 1871, 'Almeida', 5862, 15, 7, 23.11, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6205, 1871, 'Almeida', 2736, 17, 7, 20.99, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6206, 1871, 'Almeida', 5881, 17, 7, 7.35, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6207, 1871, 'Almeida', 3376, 7, 7, 8.46, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6208, 1871, 'Almeida', 4519, 16, 7, 19.37, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6209, 1871, 'Almeida', 1961, 13, 7, 19.08, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6210, 1871, 'Almeida', 3105, 2, 7, 190.80, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6211, 1871, 'Almeida', 5400, 14, 7, 70.70, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6212, 1871, 'Almeida', 5498, 17, 7, 36.97, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6213, 1871, 'Almeida', 5229, 13, 7, 4.27, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6214, 1871, 'Almeida', 2339, 19, 7, 1060.00, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6215, 1871, 'Almeida', 4807, 12, 7, 28.34, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6216, 1871, 'Almeida', 5307, 16, 7, 21.83, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6217, 1871, 'Almeida', 907, 18, 7, 226.60, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6218, 1871, 'Almeida', 2015, 5, 7, 717.15, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6219, 1871, 'Almeida', 3511, 11, 7, 41.34, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6220, 1871, 'Almeida', 2150, 19, 7, 303.00, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6221, 1871, 'Almeida', 4741, 12, 7, 11.02, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6222, 1871, 'Almeida', 5871, 11, 7, 2040.00, 1, 1, 'ai_bid', '2024-05-24 12:30:06', '2024-05-24 12:30:06', '2024-05-25 12:30:08'),
(6223, 1871, 'Almeida', 3150, 4, 7, 3.12, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6224, 1871, 'Almeida', 440, 16, 7, 84.23, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6225, 1871, 'Almeida', 2535, 19, 7, 282.88, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6226, 1871, 'Almeida', 1528, 19, 7, 4218.80, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6227, 1871, 'Almeida', 5200, 16, 7, 142.40, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6228, 1871, 'Almeida', 2717, 14, 7, 115.66, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6229, 1871, 'Almeida', 2242, 19, 7, 2619.75, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6230, 1871, 'Almeida', 5912, 13, 7, 21.19, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6231, 1871, 'Almeida', 1723, 18, 7, 31.75, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6232, 1871, 'Almeida', 3912, 2, 7, 24.47, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6233, 1871, 'Almeida', 1865, 19, 7, 56.33, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6234, 1871, 'Almeida', 1628, 19, 7, 1916.25, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6235, 1871, 'Almeida', 2491, 19, 7, 164.21, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6236, 1871, 'Almeida', 2106, 5, 7, 61.80, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6237, 1871, 'Almeida', 1450, 19, 7, 183.04, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6238, 1871, 'Almeida', 1073, 19, 7, 117.57, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6239, 1871, 'Almeida', 209, 18, 7, 3054.00, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6240, 1871, 'Almeida', 4958, 14, 7, 19.19, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6241, 1871, 'Almeida', 3988, 12, 7, 32.32, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6242, 1871, 'Almeida', 1774, 7, 7, 63.02, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6243, 1871, 'Almeida', 703, 19, 7, 12.57, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6244, 1871, 'Almeida', 3630, 12, 7, 404.00, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6245, 1871, 'Almeida', 5699, 10, 7, 15.09, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6246, 1871, 'Almeida', 3009, 14, 7, 641.67, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:08'),
(6247, 1871, 'Almeida', 65, 2, 7, 29.58, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6248, 1871, 'Almeida', 825, 18, 7, 193.19, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6249, 1871, 'Almeida', 5614, 15, 7, 36.84, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6250, 1871, 'Almeida', 3083, 18, 7, 51.50, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6251, 1871, 'Almeida', 5052, 14, 7, 9.02, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6252, 1871, 'Almeida', 3691, 14, 7, 498.30, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6253, 1871, 'Almeida', 395, 2, 7, 15.90, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6254, 1871, 'Almeida', 2246, 19, 7, 37.26, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6255, 1871, 'Almeida', 1436, 10, 7, 16.31, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6256, 1871, 'Almeida', 4394, 14, 7, 117.65, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6257, 1871, 'Almeida', 5338, 14, 7, 2120.00, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6258, 1871, 'Almeida', 3745, 7, 7, 12.83, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6259, 1871, 'Almeida', 186, 16, 7, 169.95, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6260, 1871, 'Almeida', 2587, 7, 7, 50.97, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6261, 1871, 'Almeida', 4349, 15, 7, 5.29, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6262, 1871, 'Almeida', 4406, 15, 7, 24.47, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6263, 1871, 'Almeida', 2556, 14, 7, 26.49, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6264, 1871, 'Almeida', 625, 18, 7, 564.44, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6265, 1871, 'Almeida', 3192, 4, 7, 141.95, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6266, 1871, 'Almeida', 3551, 10, 7, 47.69, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6267, 1871, 'Almeida', 4862, 14, 7, 14.74, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6268, 1871, 'Almeida', 400, 17, 7, 16.85, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6269, 1871, 'Almeida', 382, 10, 7, 83.62, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6270, 1871, 'Almeida', 3061, 2, 7, 13.11, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6271, 1871, 'Almeida', 5823, 11, 7, 44.51, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6272, 1871, 'Almeida', 3846, 16, 7, 5.04, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6273, 1871, 'Almeida', 2087, 2, 7, 530.00, 1, 1, 'ai_bid', '2024-05-24 12:30:07', '2024-05-24 12:30:07', '2024-05-25 12:30:09'),
(6274, 1871, 'Almeida', 4626, 16, 7, 13938.00, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6275, 1871, 'Almeida', 1077, 19, 7, 160.59, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6276, 1871, 'Almeida', 4972, 12, 7, 42.09, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6277, 1871, 'Almeida', 5347, 16, 7, 6.11, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6278, 1871, 'Almeida', 2288, 19, 7, 51.45, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6279, 1871, 'Almeida', 4986, 14, 7, 11.20, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6280, 1871, 'Almeida', 3261, 7, 7, 11.38, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6281, 1871, 'Almeida', 1704, 18, 7, 62.40, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6282, 1871, 'Almeida', 4619, 5, 7, 14.16, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6283, 1871, 'Almeida', 2625, 18, 7, 23.90, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6284, 1871, 'Almeida', 5095, 16, 7, 18.35, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6285, 1871, 'Almeida', 866, 2, 7, 60.60, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6286, 1871, 'Almeida', 3517, 10, 7, 67.72, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6287, 1871, 'Almeida', 1912, 10, 7, 3.95, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6288, 1871, 'Almeida', 4202, 5, 7, 4.93, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6289, 1871, 'Almeida', 33, 2, 7, 6.12, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6290, 1871, 'Almeida', 734, 19, 7, 0.22, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6291, 1871, 'Almeida', 3318, 5, 7, 1.22, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6292, 1871, 'Almeida', 1827, 19, 7, 0.13, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6293, 1871, 'Almeida', 949, 5, 7, 0.30, 1, 1, 'ai_bid', '2024-05-24 12:30:08', '2024-05-24 12:30:08', '2024-05-25 12:30:09'),
(6294, 1866, 'Tetyana store', 3248, 5, NULL, 88.00, 1, 1, 'manual_bid', '2024-05-24 12:30:31', '2024-05-24 12:30:31', '2024-05-25 12:31:09'),
(6295, 1870, 'Liliana', 3176, 19, 8, 485.00, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6296, 1870, 'Liliana', 619, 7, 8, 4.04, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6297, 1870, 'Liliana', 1403, 15, 8, 8.17, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6298, 1870, 'Liliana', 394, 18, 8, 14.82, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6299, 1870, 'Liliana', 5009, 11, 8, 39.89, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6300, 1870, 'Liliana', 4466, 15, 8, 140.40, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6301, 1870, 'Liliana', 1491, 15, 8, 10.07, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6302, 1870, 'Liliana', 3317, 5, 8, 415.99, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6303, 1870, 'Liliana', 878, 19, 8, 284.58, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6304, 1870, 'Liliana', 4376, 14, 8, 37.36, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6305, 1870, 'Liliana', 4809, 12, 8, 22.25, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6306, 1870, 'Liliana', 4520, 16, 8, 30.73, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6307, 1870, 'Liliana', 4430, 16, 8, 153.00, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6308, 1870, 'Liliana', 120, 7, 8, 138.60, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6309, 1870, 'Liliana', 1150, 19, 8, 241.28, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6310, 1870, 'Liliana', 218, 12, 8, 37.42, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6311, 1870, 'Liliana', 4055, 18, 8, 71.70, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6312, 1870, 'Liliana', 2278, 19, 8, 46.35, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6313, 1870, 'Liliana', 2318, 2, 8, 460.41, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6314, 1870, 'Liliana', 3457, 14, 8, 915.57, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6315, 1870, 'Liliana', 4672, 12, 8, 14.51, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6316, 1870, 'Liliana', 2071, 5, 8, 16.43, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6317, 1870, 'Liliana', 2747, 18, 8, 294.78, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6318, 1870, 'Liliana', 3976, 12, 8, 705.99, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6319, 1870, 'Liliana', 3676, 18, 8, 8.82, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6320, 1870, 'Liliana', 1276, 19, 8, 40.64, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6321, 1870, 'Liliana', 2603, 14, 8, 1535.94, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6322, 1870, 'Liliana', 2291, 19, 8, 175.10, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6323, 1870, 'Liliana', 2657, 19, 8, 20.79, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6324, 1870, 'Liliana', 4074, 5, 8, 16.95, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6325, 1870, 'Liliana', 34, 2, 8, 3.18, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:09'),
(6326, 1870, 'Liliana', 1703, 19, 8, 714.00, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6327, 1870, 'Liliana', 3077, 2, 8, 7.64, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6328, 1870, 'Liliana', 4209, 14, 8, 20.75, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6329, 1870, 'Liliana', 2660, 18, 8, 29.55, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6330, 1870, 'Liliana', 2340, 18, 8, 40.79, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6331, 1870, 'Liliana', 860, 13, 8, 353.49, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6332, 1870, 'Liliana', 5735, 16, 8, 19.18, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6333, 1870, 'Liliana', 1805, 19, 8, 8.72, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6334, 1870, 'Liliana', 1543, 19, 8, 1751.00, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(6335, 1870, 'Liliana', 415, 18, 8, 127.25, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6336, 1870, 'Liliana', 5680, 10, 8, 49.91, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6337, 1870, 'Liliana', 2991, 14, 8, 1579.80, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6338, 1870, 'Liliana', 3574, 12, 8, 17.84, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6339, 1870, 'Liliana', 1182, 19, 8, 99.99, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6340, 1870, 'Liliana', 5971, 17, 8, 30.59, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6341, 1870, 'Liliana', 843, 13, 8, 453.49, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6342, 1870, 'Liliana', 5787, 17, 8, 3.41, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6343, 1870, 'Liliana', 2194, 19, 8, 9.54, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6344, 1870, 'Liliana', 131, 18, 8, 7.35, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6345, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6346, 1870, 'Liliana', 949, 5, 8, 0.30, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6347, 1870, 'Liliana', 1829, 5, 8, 0.77, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6348, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-25 12:31:10'),
(6349, 1866, 'Tetyana store', 4198, 14, 6, 19.46, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6350, 1866, 'Tetyana store', 2157, 16, 6, 18.73, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6351, 1866, 'Tetyana store', 5444, 12, 6, 3.77, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6352, 1866, 'Tetyana store', 268, 18, 6, 6.70, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6353, 1866, 'Tetyana store', 74, 2, 6, 4.24, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6354, 1866, 'Tetyana store', 734, 19, 6, 0.22, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6355, 1866, 'Tetyana store', 1827, 19, 6, 0.13, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6356, 1866, 'Tetyana store', 949, 5, 6, 0.32, 1, 1, 'ai_bid', '2024-05-24 12:46:04', '2024-05-24 12:46:04', '2024-05-25 12:47:03'),
(6357, 1873, 'Gustavo', 6098, 15, 9, 20.19, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6358, 1873, 'Gustavo', 1217, 14, 9, 44.71, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6359, 1873, 'Gustavo', 5368, 13, 9, 9140.49, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6360, 1873, 'Gustavo', 2360, 19, 9, 51.50, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6361, 1873, 'Gustavo', 736, 18, 9, 164.84, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6362, 1873, 'Gustavo', 1214, 14, 9, 147.58, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6363, 1873, 'Gustavo', 1258, 18, 9, 312.00, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6364, 1873, 'Gustavo', 3655, 10, 9, 18.16, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6365, 1873, 'Gustavo', 32, 2, 9, 121.54, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6366, 1873, 'Gustavo', 4909, 12, 9, 2.16, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6367, 1873, 'Gustavo', 3560, 12, 9, 25.74, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6368, 1873, 'Gustavo', 5781, 15, 9, 1202.24, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6369, 1873, 'Gustavo', 1572, 10, 9, 37.07, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6370, 1873, 'Gustavo', 5298, 14, 9, 202.00, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6371, 1873, 'Gustavo', 1271, 19, 9, 295.61, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6372, 1873, 'Gustavo', 174, 16, 9, 310.96, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6373, 1873, 'Gustavo', 5107, 16, 9, 13.98, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6374, 1873, 'Gustavo', 1316, 15, 9, 41.59, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6375, 1873, 'Gustavo', 5568, 12, 9, 109.17, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6376, 1873, 'Gustavo', 3555, 17, 9, 1482.00, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6377, 1873, 'Gustavo', 4548, 19, 9, 207.02, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6378, 1873, 'Gustavo', 2766, 19, 9, 339.15, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6379, 1873, 'Gustavo', 6109, 11, 9, 6.30, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6380, 1873, 'Gustavo', 2171, 19, 9, 318.00, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6381, 1873, 'Gustavo', 3274, 17, 9, 137.80, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6382, 1873, 'Gustavo', 86, 2, 9, 137.36, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6383, 1873, 'Gustavo', 1121, 19, 9, 83.68, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6384, 1873, 'Gustavo', 1807, 19, 9, 83.74, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6385, 1873, 'Gustavo', 4194, 18, 9, 56.06, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6386, 1873, 'Gustavo', 765, 19, 9, 1.33, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6387, 1873, 'Gustavo', 5612, 10, 9, 1021.00, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6388, 1873, 'Gustavo', 751, 19, 9, 31.50, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6389, 1873, 'Gustavo', 1428, 15, 9, 10.18, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6390, 1873, 'Gustavo', 3791, 15, 9, 14.83, 1, 1, 'ai_bid', '2024-05-24 12:49:04', '2024-05-24 12:49:04', '2024-05-25 12:49:04'),
(6391, 1873, 'Gustavo', 4586, 5, 9, 39.51, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6392, 1873, 'Gustavo', 1527, 14, 9, 2.04, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6393, 1873, 'Gustavo', 3204, 17, 9, 73.96, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6394, 1873, 'Gustavo', 2643, 15, 9, 11.32, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6395, 1873, 'Gustavo', 941, 5, 9, 5.05, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6396, 1873, 'Gustavo', 642, 5, 9, 1.06, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6397, 1873, 'Gustavo', 4523, 16, 9, 3.15, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6398, 1873, 'Gustavo', 1895, 14, 9, 55.99, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6399, 1873, 'Gustavo', 6010, 17, 9, 4.88, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6400, 1873, 'Gustavo', 5643, 10, 9, 7.97, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6401, 1873, 'Gustavo', 4704, 12, 9, 1.33, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6402, 1873, 'Gustavo', 1793, 19, 9, 3.18, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6403, 1873, 'Gustavo', 3722, 13, 9, 2.04, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6404, 1873, 'Gustavo', 756, 19, 9, 0.46, 1, 1, 'ai_bid', '2024-05-24 12:49:05', '2024-05-24 12:49:05', '2024-05-25 12:50:04'),
(6405, 1866, 'Tetyana store', 6064, 15, 11, 6.55, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6406, 1866, 'Tetyana store', 3649, 13, 11, 13.77, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6407, 1866, 'Tetyana store', 3090, 10, 11, 5.25, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6408, 1866, 'Tetyana store', 4078, 5, 11, 44.44, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6409, 1866, 'Tetyana store', 3672, 10, 11, 61.16, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6410, 1866, 'Tetyana store', 88, 2, 11, 1630.98, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6411, 1866, 'Tetyana store', 169, 16, 11, 1747.94, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6412, 1866, 'Tetyana store', 1161, 18, 11, 23.69, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6413, 1866, 'Tetyana store', 4191, 14, 11, 5.87, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6414, 1866, 'Tetyana store', 2875, 10, 11, 68.20, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6415, 1866, 'Tetyana store', 123, 7, 11, 523.53, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6416, 1866, 'Tetyana store', 2246, 19, 11, 38.34, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6417, 1866, 'Tetyana store', 6143, 11, 11, 30.59, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6418, 1866, 'Tetyana store', 4309, 15, 11, 4.03, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6419, 1866, 'Tetyana store', 1810, 19, 11, 123.59, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6420, 1866, 'Tetyana store', 5447, 12, 11, 2788.08, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6421, 1866, 'Tetyana store', 2947, 12, 11, 520.00, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6422, 1866, 'Tetyana store', 2514, 19, 11, 169.60, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6423, 1866, 'Tetyana store', 4460, 15, 11, 41.58, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6424, 1866, 'Tetyana store', 5800, 15, 11, 1680.00, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6425, 1866, 'Tetyana store', 1409, 14, 11, 11.65, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6426, 1866, 'Tetyana store', 4274, 18, 11, 60.60, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6427, 1866, 'Tetyana store', 1174, 10, 11, 29.86, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6428, 1866, 'Tetyana store', 3478, 14, 11, 113.44, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6429, 1866, 'Tetyana store', 680, 10, 11, 28.28, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6430, 1866, 'Tetyana store', 1044, 19, 11, 71.39, 1, 1, 'ai_bid', '2024-05-24 13:01:04', '2024-05-24 13:01:04', '2024-05-25 13:01:24'),
(6431, 1866, 'Tetyana store', 5586, 10, 11, 11.32, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6432, 1866, 'Tetyana store', 4317, 15, 11, 11.12, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6433, 1866, 'Tetyana store', 399, 16, 11, 127.50, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6434, 1866, 'Tetyana store', 5643, 10, 11, 8.13, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6435, 1866, 'Tetyana store', 5534, 10, 11, 131.78, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6436, 1866, 'Tetyana store', 5836, 17, 11, 1860.56, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6437, 1866, 'Tetyana store', 4519, 16, 11, 20.13, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6438, 1866, 'Tetyana store', 4376, 14, 11, 39.21, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6439, 1866, 'Tetyana store', 2583, 14, 11, 7.97, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6440, 1866, 'Tetyana store', 1724, 5, 11, 2.22, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6441, 1866, 'Tetyana store', 6176, 14, 11, 21.76, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6442, 1866, 'Tetyana store', 734, 19, 11, 0.22, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6443, 1866, 'Tetyana store', 1451, 17, 11, 10.60, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6444, 1866, 'Tetyana store', 4872, 14, 11, 26.02, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6445, 1866, 'Tetyana store', 1375, 15, 11, 25.75, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6446, 1866, 'Tetyana store', 2766, 19, 11, 342.38, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6447, 1866, 'Tetyana store', 4475, 15, 11, 68.24, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6448, 1866, 'Tetyana store', 1029, 19, 11, 31.19, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6449, 1866, 'Tetyana store', 2967, 16, 11, 287.37, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6450, 1866, 'Tetyana store', 1372, 10, 11, 25.44, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6451, 1866, 'Tetyana store', 275, 14, 11, 347.54, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6452, 1866, 'Tetyana store', 3596, 17, 11, 52.95, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6453, 1866, 'Tetyana store', 1196, 19, 11, 127.20, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6454, 1866, 'Tetyana store', 405, 17, 11, 14.51, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6455, 1866, 'Tetyana store', 673, 19, 11, 349.44, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6456, 1866, 'Tetyana store', 5964, 17, 11, 47.21, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6457, 1866, 'Tetyana store', 3180, 5, 11, 12.23, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6458, 1866, 'Tetyana store', 1120, 4, 11, 9.40, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6459, 1866, 'Tetyana store', 5912, 13, 11, 20.39, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6460, 1866, 'Tetyana store', 5092, 16, 11, 24.49, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6461, 1866, 'Tetyana store', 3113, 18, 11, 67.84, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6462, 1866, 'Tetyana store', 3934, 5, 11, 22.77, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6463, 1866, 'Tetyana store', 1524, 15, 11, 19.76, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6464, 1866, 'Tetyana store', 1322, 15, 11, 40.56, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6465, 1866, 'Tetyana store', 1589, 4, 11, 2.44, 1, 1, 'ai_bid', '2024-05-24 13:01:05', '2024-05-24 13:01:05', '2024-05-25 13:01:24'),
(6466, 1867, 'Omevoric enterprises', 3279, 5, 12, 5.14, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6467, 1867, 'Omevoric enterprises', 3826, 4, 12, 409.94, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6468, 1867, 'Omevoric enterprises', 3982, 5, 12, 153.47, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6469, 1867, 'Omevoric enterprises', 768, 7, 12, 4.54, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6470, 1867, 'Omevoric enterprises', 3210, 17, 12, 16.32, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6471, 1867, 'Omevoric enterprises', 5248, 16, 12, 41.40, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6472, 1867, 'Omevoric enterprises', 1274, 10, 12, 3.37, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6473, 1867, 'Omevoric enterprises', 5394, 14, 12, 106.04, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6474, 1867, 'Omevoric enterprises', 5967, 17, 12, 24.98, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6475, 1867, 'Omevoric enterprises', 1226, 19, 12, 262.65, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6476, 1867, 'Omevoric enterprises', 5229, 13, 12, 4.44, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6477, 1867, 'Omevoric enterprises', 916, 13, 12, 20.79, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6478, 1867, 'Omevoric enterprises', 4157, 14, 12, 89.43, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6479, 1867, 'Omevoric enterprises', 2656, 14, 12, 3016.61, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6480, 1867, 'Omevoric enterprises', 5118, 13, 12, 326.40, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6481, 1867, 'Omevoric enterprises', 2208, 12, 12, 59.31, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6482, 1867, 'Omevoric enterprises', 924, 5, 12, 173.40, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6483, 1867, 'Omevoric enterprises', 630, 19, 12, 7998.90, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6484, 1867, 'Omevoric enterprises', 142, 18, 12, 24.38, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6485, 1867, 'Omevoric enterprises', 5740, 16, 12, 30.44, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6486, 1867, 'Omevoric enterprises', 2419, 19, 12, 99.99, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6487, 1867, 'Omevoric enterprises', 2530, 14, 12, 1528.98, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6488, 1867, 'Omevoric enterprises', 3593, 12, 12, 4.66, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6489, 1867, 'Omevoric enterprises', 500, 19, 12, 16.67, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6490, 1867, 'Omevoric enterprises', 4358, 14, 12, 5.29, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6491, 1867, 'Omevoric enterprises', 3985, 18, 12, 62.71, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6492, 1867, 'Omevoric enterprises', 1080, 19, 12, 181.79, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6493, 1867, 'Omevoric enterprises', 3752, 7, 12, 63.50, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6494, 1867, 'Omevoric enterprises', 750, 19, 12, 4.11, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6495, 1867, 'Omevoric enterprises', 3121, 4, 12, 85.04, 1, 1, 'ai_bid', '2024-05-24 13:07:05', '2024-05-24 13:07:05', '2024-05-25 13:08:03'),
(6496, 1867, 'Omevoric enterprises', 3176, 19, 12, 480.24, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:03'),
(6497, 1867, 'Omevoric enterprises', 2313, 2, 12, 31.80, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6498, 1867, 'Omevoric enterprises', 2068, 4, 12, 780.00, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6499, 1867, 'Omevoric enterprises', 3386, 7, 12, 19.38, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6500, 1867, 'Omevoric enterprises', 3828, 15, 12, 204.00, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6501, 1867, 'Omevoric enterprises', 4519, 16, 12, 19.18, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6502, 1867, 'Omevoric enterprises', 1816, 17, 12, 16.78, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6503, 1867, 'Omevoric enterprises', 3328, 7, 12, 13.25, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6504, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6505, 1867, 'Omevoric enterprises', 3452, 11, 12, 3.76, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6506, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6507, 1867, 'Omevoric enterprises', 4880, 14, 12, 8.47, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6508, 1867, 'Omevoric enterprises', 803, 19, 12, 0.20, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6509, 1867, 'Omevoric enterprises', 1842, 19, 12, 1.01, 1, 1, 'ai_bid', '2024-05-24 13:07:06', '2024-05-24 13:07:06', '2024-05-25 13:08:04'),
(6510, 1868, 'Marcelo Ltd', 999, 5, 13, 14.14, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6511, 1868, 'Marcelo Ltd', 5893, 11, 13, 308.88, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6512, 1868, 'Marcelo Ltd', 941, 5, 13, 5.10, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6513, 1868, 'Marcelo Ltd', 1694, 19, 13, 15.22, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6514, 1868, 'Marcelo Ltd', 1546, 2, 13, 49.96, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6515, 1868, 'Marcelo Ltd', 4517, 16, 13, 41.19, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6516, 1868, 'Marcelo Ltd', 2192, 16, 13, 35.65, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6517, 1868, 'Marcelo Ltd', 1957, 5, 13, 21.01, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6518, 1868, 'Marcelo Ltd', 4022, 17, 13, 45.89, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6519, 1868, 'Marcelo Ltd', 1087, 19, 13, 1243.20, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6520, 1868, 'Marcelo Ltd', 1306, 2, 13, 10.20, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6521, 1868, 'Marcelo Ltd', 2389, 19, 13, 27.66, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6522, 1868, 'Marcelo Ltd', 2288, 19, 13, 51.45, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6523, 1868, 'Marcelo Ltd', 3303, 16, 13, 1224.00, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6524, 1868, 'Marcelo Ltd', 3427, 14, 13, 288.97, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6525, 1868, 'Marcelo Ltd', 4931, 13, 13, 63.51, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6526, 1868, 'Marcelo Ltd', 5316, 14, 13, 169.04, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6527, 1868, 'Marcelo Ltd', 2453, 19, 13, 280.80, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6528, 1868, 'Marcelo Ltd', 4745, 14, 13, 193.63, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6529, 1868, 'Marcelo Ltd', 5590, 1, 13, 58.29, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6530, 1868, 'Marcelo Ltd', 2416, 19, 13, 24.93, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6531, 1868, 'Marcelo Ltd', 3606, 13, 13, 10.12, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6532, 1868, 'Marcelo Ltd', 5790, 15, 13, 606.00, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6533, 1868, 'Marcelo Ltd', 3526, 11, 13, 103.01, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6534, 1868, 'Marcelo Ltd', 4018, 17, 13, 52.50, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6535, 1868, 'Marcelo Ltd', 4363, 14, 13, 241.50, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6536, 1868, 'Marcelo Ltd', 5489, 7, 13, 2.10, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6537, 1868, 'Marcelo Ltd', 5627, 15, 13, 20.20, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6538, 1868, 'Marcelo Ltd', 5538, 10, 13, 235.00, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6539, 1868, 'Marcelo Ltd', 5616, 16, 13, 31.30, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6540, 1868, 'Marcelo Ltd', 5102, 16, 13, 5.24, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6541, 1868, 'Marcelo Ltd', 2527, 19, 13, 19.99, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6542, 1868, 'Marcelo Ltd', 188, 7, 13, 59.33, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6543, 1868, 'Marcelo Ltd', 1156, 18, 13, 26.50, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6544, 1868, 'Marcelo Ltd', 1078, 1, 13, 11.32, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6545, 1868, 'Marcelo Ltd', 1178, 14, 13, 52.51, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6546, 1868, 'Marcelo Ltd', 3447, 14, 13, 555.44, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6547, 1868, 'Marcelo Ltd', 2654, 14, 13, 21.36, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6548, 1868, 'Marcelo Ltd', 3720, 13, 13, 8.47, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6549, 1868, 'Marcelo Ltd', 4972, 12, 13, 42.50, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6550, 1868, 'Marcelo Ltd', 5563, 10, 13, 22.04, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6551, 1868, 'Marcelo Ltd', 2700, 18, 13, 2887.59, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6552, 1868, 'Marcelo Ltd', 2989, 14, 13, 100.70, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6553, 1868, 'Marcelo Ltd', 3605, 17, 13, 278.25, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6554, 1868, 'Marcelo Ltd', 1697, 5, 13, 15.39, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6555, 1868, 'Marcelo Ltd', 3802, 15, 13, 19.18, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6556, 1868, 'Marcelo Ltd', 1762, 2, 13, 164.80, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6557, 1868, 'Marcelo Ltd', 6123, 11, 13, 19.94, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6558, 1868, 'Marcelo Ltd', 1209, 14, 13, 928.75, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6559, 1868, 'Marcelo Ltd', 2534, 14, 13, 10.08, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6560, 1868, 'Marcelo Ltd', 1723, 18, 13, 31.45, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6561, 1868, 'Marcelo Ltd', 3456, 10, 13, 100.98, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6562, 1868, 'Marcelo Ltd', 4744, 12, 13, 49.05, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6563, 1868, 'Marcelo Ltd', 2924, 14, 13, 31.44, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6564, 1868, 'Marcelo Ltd', 801, 14, 13, 10.83, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6565, 1868, 'Marcelo Ltd', 930, 10, 13, 14.06, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6566, 1868, 'Marcelo Ltd', 837, 4, 13, 93.39, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6567, 1868, 'Marcelo Ltd', 2379, 16, 13, 44.45, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6568, 1868, 'Marcelo Ltd', 692, 10, 13, 8.40, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6569, 1868, 'Marcelo Ltd', 2308, 19, 13, 278.10, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6570, 1868, 'Marcelo Ltd', 934, 17, 13, 13.50, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6571, 1868, 'Marcelo Ltd', 1353, 15, 13, 2.11, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6572, 1868, 'Marcelo Ltd', 3604, 12, 13, 12.84, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6573, 1868, 'Marcelo Ltd', 3850, 16, 13, 19.07, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6574, 1868, 'Marcelo Ltd', 2092, 7, 13, 161.46, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6575, 1868, 'Marcelo Ltd', 1950, 5, 13, 18.38, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6576, 1868, 'Marcelo Ltd', 5977, 17, 13, 18.53, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6577, 1868, 'Marcelo Ltd', 2027, 2, 13, 56.64, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6578, 1868, 'Marcelo Ltd', 5773, 13, 13, 15.57, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6579, 1868, 'Marcelo Ltd', 331, 15, 13, 9.05, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6580, 1868, 'Marcelo Ltd', 1000, 17, 13, 3.47, 1, 1, 'ai_bid', '2024-05-24 13:43:04', '2024-05-24 13:43:04', '2024-05-25 13:43:19'),
(6581, 1869, 'Anatoliy fast store', 3290, 5, 14, 313.03, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6582, 1869, 'Anatoliy fast store', 496, 19, 14, 137.79, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6583, 1869, 'Anatoliy fast store', 1375, 15, 14, 26.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6584, 1869, 'Anatoliy fast store', 3990, 12, 14, 31.19, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6585, 1869, 'Anatoliy fast store', 4297, 18, 14, 61.98, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6586, 1869, 'Anatoliy fast store', 5585, 12, 14, 14.79, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6587, 1869, 'Anatoliy fast store', 4557, 14, 14, 5408.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6588, 1869, 'Anatoliy fast store', 6005, 11, 14, 1017.96, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6589, 1869, 'Anatoliy fast store', 2926, 19, 14, 84.80, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6590, 1869, 'Anatoliy fast store', 2316, 18, 14, 53.01, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6591, 1869, 'Anatoliy fast store', 5219, 16, 14, 420.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6592, 1869, 'Anatoliy fast store', 5029, 11, 14, 66.77, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6593, 1869, 'Anatoliy fast store', 5636, 15, 14, 4.11, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6594, 1869, 'Anatoliy fast store', 2761, 14, 14, 1313.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6595, 1869, 'Anatoliy fast store', 681, 13, 14, 22.44, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6596, 1869, 'Anatoliy fast store', 3977, 12, 14, 394.15, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6597, 1869, 'Anatoliy fast store', 3096, 18, 14, 33.59, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6598, 1869, 'Anatoliy fast store', 2184, 17, 14, 4.72, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6599, 1869, 'Anatoliy fast store', 6163, 11, 14, 411.95, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6600, 1869, 'Anatoliy fast store', 1220, 18, 14, 106.05, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6601, 1869, 'Anatoliy fast store', 5927, 17, 14, 315.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6602, 1869, 'Anatoliy fast store', 1792, 17, 14, 66.30, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6603, 1869, 'Anatoliy fast store', 1583, 18, 14, 472.50, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6604, 1869, 'Anatoliy fast store', 3958, 5, 14, 424.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6605, 1869, 'Anatoliy fast store', 78, 2, 14, 72.80, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6606, 1869, 'Anatoliy fast store', 2981, 14, 14, 91.91, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6607, 1869, 'Anatoliy fast store', 5186, 16, 14, 329.69, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6608, 1869, 'Anatoliy fast store', 5160, 16, 14, 274.01, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:02'),
(6609, 1869, 'Anatoliy fast store', 5167, 16, 14, 183.59, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6610, 1869, 'Anatoliy fast store', 3283, 16, 14, 15.41, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6611, 1869, 'Anatoliy fast store', 2635, 14, 14, 77.51, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6612, 1869, 'Anatoliy fast store', 99, 2, 14, 197.96, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6613, 1869, 'Anatoliy fast store', 5342, 13, 14, 1019.99, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6614, 1869, 'Anatoliy fast store', 3425, 14, 14, 25.95, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6615, 1869, 'Anatoliy fast store', 5412, 14, 14, 202.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6616, 1869, 'Anatoliy fast store', 6168, 11, 14, 30.15, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6617, 1869, 'Anatoliy fast store', 2976, 19, 14, 45.04, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6618, 1869, 'Anatoliy fast store', 595, 19, 14, 399.00, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6619, 1869, 'Anatoliy fast store', 4631, 5, 14, 20.79, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6620, 1869, 'Anatoliy fast store', 5297, 14, 14, 97.19, 1, 1, 'ai_bid', '2024-05-24 14:10:07', '2024-05-24 14:10:07', '2024-05-25 14:11:03'),
(6621, 1869, 'Anatoliy fast store', 5818, 11, 14, 2094.56, 1, 1, 'ai_bid', '2024-05-24 14:10:08', '2024-05-24 14:10:08', '2024-05-25 14:11:03'),
(6622, 1869, 'Anatoliy fast store', 3593, 12, 14, 4.71, 1, 1, 'ai_bid', '2024-05-24 14:10:08', '2024-05-24 14:10:08', '2024-05-25 14:11:03'),
(6623, 1869, 'Anatoliy fast store', 305, 7, 14, 10.60, 1, 1, 'ai_bid', '2024-05-24 14:10:08', '2024-05-24 14:10:08', '2024-05-25 14:11:03'),
(6624, 1869, 'Anatoliy fast store', 2649, 18, 14, 6.83, 1, 1, 'ai_bid', '2024-05-24 14:10:08', '2024-05-24 14:10:08', '2024-05-25 14:11:03'),
(6625, 1869, 'Anatoliy fast store', 949, 5, 14, 0.31, 1, 1, 'ai_bid', '2024-05-24 14:10:08', '2024-05-24 14:10:08', '2024-05-25 14:11:03'),
(6626, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-24 14:10:08', '2024-05-24 14:10:08', '2024-05-25 14:11:03'),
(6627, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.13, 1, 1, 'ai_bid', '2024-05-24 14:11:05', '2024-05-24 14:11:05', '2024-05-25 14:12:02'),
(6628, 1872, 'Melisa', 2218, 18, 18, 21.54, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:02'),
(6629, 1872, 'Melisa', 5859, 17, 18, 198.90, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:02'),
(6630, 1872, 'Melisa', 3474, 14, 18, 90.90, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:02'),
(6631, 1872, 'Melisa', 984, 17, 18, 728.00, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:02'),
(6632, 1872, 'Melisa', 3654, 13, 18, 18.01, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6633, 1872, 'Melisa', 4765, 12, 18, 55.08, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6634, 1872, 'Melisa', 4384, 14, 18, 83.42, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6635, 1872, 'Melisa', 544, 19, 18, 4896.00, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6636, 1872, 'Melisa', 5523, 10, 18, 29.20, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6637, 1872, 'Melisa', 4838, 17, 18, 699.59, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6638, 1872, 'Melisa', 3489, 10, 18, 10.39, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6639, 1872, 'Melisa', 2404, 19, 18, 659.18, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6640, 1872, 'Melisa', 1862, 18, 18, 50.83, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6641, 1872, 'Melisa', 2891, 19, 18, 30.60, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6642, 1872, 'Melisa', 369, 10, 18, 13.37, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6643, 1872, 'Melisa', 316, 18, 18, 245.26, 1, 1, 'ai_bid', '2024-05-24 16:02:05', '2024-05-24 16:02:05', '2024-05-25 16:03:03'),
(6644, 1872, 'Melisa', 4862, 14, 18, 14.45, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6645, 1872, 'Melisa', 3966, 16, 18, 33.04, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6646, 1872, 'Melisa', 1235, 19, 18, 12.14, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6647, 1872, 'Melisa', 3755, 14, 18, 15.14, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6648, 1872, 'Melisa', 299, 5, 18, 2.59, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6649, 1872, 'Melisa', 658, 2, 18, 15.60, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6650, 1872, 'Melisa', 1312, 19, 18, 7.48, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6651, 1872, 'Melisa', 239, 17, 18, 46.75, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6652, 1872, 'Melisa', 4278, 18, 18, 27.22, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6653, 1872, 'Melisa', 3143, 18, 18, 37.10, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6654, 1872, 'Melisa', 4677, 12, 18, 13.74, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6655, 1872, 'Melisa', 866, 2, 18, 61.80, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6656, 1872, 'Melisa', 729, 19, 18, 11.96, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6657, 1872, 'Melisa', 2460, 2, 18, 9.33, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6658, 1872, 'Melisa', 4447, 15, 18, 114.40, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6659, 1872, 'Melisa', 4982, 13, 18, 85.85, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6660, 1872, 'Melisa', 387, 16, 18, 2590.65, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6661, 1872, 'Melisa', 1951, 12, 18, 37.12, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6662, 1872, 'Melisa', 2069, 18, 18, 11.65, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6663, 1872, 'Melisa', 1030, 19, 18, 26.50, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6664, 1872, 'Melisa', 3580, 12, 18, 7.51, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6665, 1872, 'Melisa', 5580, 15, 18, 13.62, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6666, 1872, 'Melisa', 3527, 12, 18, 3.01, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6667, 1872, 'Melisa', 4480, 16, 18, 8.15, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6668, 1872, 'Melisa', 873, 7, 18, 2.60, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6669, 1872, 'Melisa', 949, 5, 18, 0.31, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6670, 1872, 'Melisa', 734, 19, 18, 0.23, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6671, 1872, 'Melisa', 756, 19, 18, 0.47, 1, 1, 'ai_bid', '2024-05-24 16:02:06', '2024-05-24 16:02:06', '2024-05-25 16:03:03'),
(6672, 1866, 'Tetyana store', 3093, 2, NULL, 18.07, 1, 2, 'manual_bid', '2024-05-25 01:01:17', '2024-05-25 01:01:17', '2024-05-26 01:02:05'),
(6673, 1866, 'Tetyana store', 3093, 2, NULL, 24.53, 1, 1, 'manual_bid', '2024-05-25 01:03:06', '2024-05-25 01:03:06', '2024-05-26 01:03:06'),
(6674, 1866, 'Tetyana store', 2925, 4, NULL, 450.00, 1, 2, 'manual_bid', '2024-05-25 01:16:13', '2024-05-25 01:16:13', '2024-05-26 01:17:02'),
(6675, 1866, 'Tetyana store', 2925, 4, NULL, 990.00, 1, 1, 'manual_bid', '2024-05-25 01:17:12', '2024-05-25 01:17:12', '2024-05-26 01:18:02'),
(6676, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 1, 1, 'manual_bid', '2024-05-25 11:16:36', '2024-05-25 11:16:36', '2024-05-26 11:17:02'),
(6677, 1869, 'Anatoliy fast store', 1562, 14, 17, 118.08, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6678, 1869, 'Anatoliy fast store', 1264, 10, 17, 130.85, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6679, 1869, 'Anatoliy fast store', 6120, 11, 17, 28.44, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6680, 1869, 'Anatoliy fast store', 4848, 12, 17, 11.43, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6681, 1869, 'Anatoliy fast store', 806, 5, 17, 20.20, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6682, 1869, 'Anatoliy fast store', 3259, 7, 17, 8.47, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6683, 1869, 'Anatoliy fast store', 4760, 14, 17, 71.39, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6684, 1869, 'Anatoliy fast store', 5157, 13, 17, 7348.95, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6685, 1869, 'Anatoliy fast store', 2117, 19, 17, 16.82, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6686, 1869, 'Anatoliy fast store', 3597, 12, 17, 11.52, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6687, 1869, 'Anatoliy fast store', 4060, 13, 17, 16.47, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6688, 1869, 'Anatoliy fast store', 1957, 5, 17, 21.22, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6689, 1869, 'Anatoliy fast store', 3592, 17, 17, 177.50, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6690, 1869, 'Anatoliy fast store', 1397, 19, 17, 614.91, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6691, 1869, 'Anatoliy fast store', 2436, 19, 17, 15.04, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6692, 1869, 'Anatoliy fast store', 2057, 4, 17, 633.88, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6693, 1869, 'Anatoliy fast store', 2999, 19, 17, 105.00, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6694, 1869, 'Anatoliy fast store', 2280, 19, 17, 206.00, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6695, 1869, 'Anatoliy fast store', 5628, 1, 17, 15.44, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:03'),
(6696, 1869, 'Anatoliy fast store', 1963, 5, 17, 11.29, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6697, 1869, 'Anatoliy fast store', 4202, 5, 17, 4.93, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6698, 1869, 'Anatoliy fast store', 5789, 15, 17, 306.00, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6699, 1869, 'Anatoliy fast store', 4815, 17, 17, 18.12, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6700, 1869, 'Anatoliy fast store', 5971, 17, 17, 30.89, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6701, 1869, 'Anatoliy fast store', 2513, 16, 17, 389.95, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6702, 1869, 'Anatoliy fast store', 2631, 14, 17, 42.01, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6703, 1869, 'Anatoliy fast store', 467, 19, 17, 37.53, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6704, 1869, 'Anatoliy fast store', 3485, 10, 17, 5.71, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(6705, 1869, 'Anatoliy fast store', 2312, 2, 17, 141.40, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6706, 1869, 'Anatoliy fast store', 5898, 13, 17, 35.78, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6707, 1869, 'Anatoliy fast store', 4257, 14, 17, 9.36, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6708, 1869, 'Anatoliy fast store', 1409, 14, 17, 11.65, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6709, 1869, 'Anatoliy fast store', 4085, 5, 17, 11.29, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6710, 1869, 'Anatoliy fast store', 3256, 5, 17, 520.00, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6711, 1869, 'Anatoliy fast store', 4719, 12, 17, 7.07, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6712, 1869, 'Anatoliy fast store', 5554, 10, 17, 5.58, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6713, 1869, 'Anatoliy fast store', 3390, 10, 17, 19.99, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6714, 1869, 'Anatoliy fast store', 651, 17, 17, 13.39, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6715, 1869, 'Anatoliy fast store', 4750, 12, 17, 67.86, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6716, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.21, 1, 1, 'ai_bid', '2024-05-25 11:18:05', '2024-05-25 11:18:05', '2024-05-26 11:19:04'),
(6717, 1798, 'Feelyards', 4644, 5, NULL, 25.00, 2, 1, 'manual_bid', '2024-05-25 12:19:02', '2024-05-25 12:19:02', '2024-05-26 12:19:03'),
(6718, 1866, 'Tetyana store', 1134, 4, 16, 30.89, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6719, 1866, 'Tetyana store', 375, 2, 16, 199.50, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6720, 1866, 'Tetyana store', 6105, 11, 16, 10.59, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6721, 1866, 'Tetyana store', 3143, 18, 16, 36.75, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6722, 1866, 'Tetyana store', 3969, 16, 16, 14.07, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6723, 1866, 'Tetyana store', 1545, 19, 16, 552.30, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6724, 1866, 'Tetyana store', 3404, 15, 16, 15.16, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6725, 1866, 'Tetyana store', 1518, 19, 16, 223.60, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6726, 1866, 'Tetyana store', 3212, 17, 16, 8.16, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6727, 1866, 'Tetyana store', 5494, 17, 16, 658.24, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6728, 1866, 'Tetyana store', 5864, 15, 16, 39.21, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6729, 1866, 'Tetyana store', 1922, 19, 16, 230.28, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6730, 1866, 'Tetyana store', 1249, 18, 16, 41.20, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6731, 1866, 'Tetyana store', 1777, 5, 16, 29.92, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6732, 1866, 'Tetyana store', 1339, 15, 16, 31.80, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6733, 1866, 'Tetyana store', 5372, 13, 16, 167.99, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6734, 1866, 'Tetyana store', 1718, 10, 16, 4.07, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6735, 1866, 'Tetyana store', 6107, 11, 16, 14.15, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6736, 1866, 'Tetyana store', 5955, 17, 16, 6.34, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6737, 1866, 'Tetyana store', 4432, 16, 16, 525.30, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6738, 1866, 'Tetyana store', 657, 19, 16, 39.78, 1, 1, 'ai_bid', '2024-05-25 12:22:04', '2024-05-25 12:22:04', '2024-05-26 12:23:03'),
(6739, 1866, 'Tetyana store', 4577, 5, 16, 31.61, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6740, 1866, 'Tetyana store', 5012, 11, 16, 16.63, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6741, 1866, 'Tetyana store', 5695, 10, 16, 59.31, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6742, 1866, 'Tetyana store', 1758, 16, 16, 428.76, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6743, 1866, 'Tetyana store', 4003, 12, 16, 193.79, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6744, 1866, 'Tetyana store', 959, 5, 16, 2.63, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6745, 1866, 'Tetyana store', 2915, 14, 16, 1009.08, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6746, 1866, 'Tetyana store', 5267, 14, 16, 59.56, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6747, 1866, 'Tetyana store', 5878, 11, 16, 381.60, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6748, 1866, 'Tetyana store', 6164, 11, 16, 56.39, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6749, 1866, 'Tetyana store', 1311, 14, 16, 46.37, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6750, 1866, 'Tetyana store', 1076, 16, 16, 51.44, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6751, 1866, 'Tetyana store', 411, 2, 16, 33.62, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:03'),
(6752, 1866, 'Tetyana store', 2416, 19, 16, 25.67, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6753, 1866, 'Tetyana store', 4006, 18, 16, 121.41, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6754, 1866, 'Tetyana store', 3105, 2, 16, 181.80, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6755, 1866, 'Tetyana store', 6147, 11, 16, 15.14, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6756, 1866, 'Tetyana store', 4585, 15, 16, 81.60, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6757, 1866, 'Tetyana store', 572, 18, 16, 988.00, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6758, 1866, 'Tetyana store', 2719, 18, 16, 27.25, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6759, 1866, 'Tetyana store', 5194, 16, 16, 1236.00, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6760, 1866, 'Tetyana store', 1087, 19, 16, 1255.04, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6761, 1866, 'Tetyana store', 5611, 15, 16, 67.75, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6762, 1866, 'Tetyana store', 3887, 2, 16, 314.82, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6763, 1866, 'Tetyana store', 1274, 10, 16, 3.37, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6764, 1866, 'Tetyana store', 2942, 19, 16, 624.00, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6765, 1866, 'Tetyana store', 138, 2, 16, 128.78, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6766, 1866, 'Tetyana store', 2461, 10, 16, 7.34, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6767, 1866, 'Tetyana store', 3318, 5, 16, 1.17, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6768, 1866, 'Tetyana store', 2024, 2, 16, 12.94, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6769, 1866, 'Tetyana store', 3532, 12, 16, 8.09, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6770, 1866, 'Tetyana store', 1403, 15, 16, 8.25, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6771, 1866, 'Tetyana store', 586, 18, 16, 773.80, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6772, 1866, 'Tetyana store', 709, 18, 16, 194.27, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6773, 1866, 'Tetyana store', 5659, 10, 16, 122.20, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6774, 1866, 'Tetyana store', 2539, 17, 16, 11.12, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6775, 1866, 'Tetyana store', 2049, 12, 16, 9.22, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6776, 1866, 'Tetyana store', 1975, 12, 16, 5.14, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6777, 1866, 'Tetyana store', 3674, 14, 16, 9.17, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6778, 1866, 'Tetyana store', 660, 10, 16, 2.08, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6779, 1866, 'Tetyana store', 1952, 19, 16, 1.37, 1, 1, 'ai_bid', '2024-05-25 12:22:05', '2024-05-25 12:22:05', '2024-05-26 12:23:04'),
(6780, 1798, 'Feelyards', 144, 7, NULL, 25.00, 2, 1, 'manual_bid', '2024-05-25 12:28:46', '2024-05-25 12:28:46', '2024-05-26 12:29:02'),
(6781, 1798, 'Feelyards', 310, 7, NULL, 54.00, 1, 1, 'manual_bid', '2024-05-25 12:30:35', '2024-05-25 12:30:35', '2024-05-26 12:31:02'),
(6782, 1798, 'Feelyards', 1989, 4, NULL, 50.00, 2, 1, 'manual_bid', '2024-05-25 12:34:52', '2024-05-25 12:34:52', '2024-05-26 12:35:03'),
(6783, 1871, 'Almeida', 3597, 12, 7, 11.74, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6784, 1871, 'Almeida', 4139, 14, 7, 61.77, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6785, 1871, 'Almeida', 2613, 14, 7, 30.02, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6786, 1871, 'Almeida', 4576, 14, 7, 9.07, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6787, 1871, 'Almeida', 496, 19, 7, 133.89, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6788, 1871, 'Almeida', 3462, 14, 7, 817.53, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6789, 1871, 'Almeida', 130, 2, 7, 37.55, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6790, 1871, 'Almeida', 281, 18, 7, 275.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6791, 1871, 'Almeida', 2999, 19, 7, 106.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6792, 1871, 'Almeida', 3690, 14, 7, 7.83, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6793, 1871, 'Almeida', 1657, 18, 7, 2034.90, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6794, 1871, 'Almeida', 4442, 15, 7, 29.40, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6795, 1871, 'Almeida', 66, 2, 7, 40.17, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6796, 1871, 'Almeida', 4152, 18, 7, 36.38, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6797, 1871, 'Almeida', 3570, 12, 7, 1560.30, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6798, 1871, 'Almeida', 5859, 17, 7, 204.75, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6799, 1871, 'Almeida', 4164, 14, 7, 1343.99, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6800, 1871, 'Almeida', 632, 18, 7, 18.36, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6801, 1871, 'Almeida', 3734, 10, 7, 143.87, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6802, 1871, 'Almeida', 3911, 16, 7, 381.60, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6803, 1871, 'Almeida', 1345, 15, 7, 19.95, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6804, 1871, 'Almeida', 868, 17, 7, 73.50, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6805, 1871, 'Almeida', 4234, 18, 7, 42.65, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6806, 1871, 'Almeida', 2622, 14, 7, 29.61, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6807, 1871, 'Almeida', 4566, 14, 7, 66.29, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:02'),
(6808, 1871, 'Almeida', 3623, 13, 7, 41.10, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6809, 1871, 'Almeida', 784, 18, 7, 40.83, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6810, 1871, 'Almeida', 2742, 18, 7, 156.56, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6811, 1871, 'Almeida', 4115, 14, 7, 61.19, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6812, 1871, 'Almeida', 2197, 17, 7, 11.10, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6813, 1871, 'Almeida', 5171, 16, 7, 46.91, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6814, 1871, 'Almeida', 4528, 16, 7, 62.82, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6815, 1871, 'Almeida', 3700, 14, 7, 202.81, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6816, 1871, 'Almeida', 3067, 2, 7, 75.65, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6817, 1871, 'Almeida', 1153, 18, 7, 40.55, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6818, 1871, 'Almeida', 1081, 19, 7, 169.59, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6819, 1871, 'Almeida', 6132, 11, 7, 40.40, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6820, 1871, 'Almeida', 2552, 14, 7, 72.79, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6821, 1871, 'Almeida', 717, 18, 7, 40.78, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6822, 1871, 'Almeida', 1223, 10, 7, 18.28, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6823, 1871, 'Almeida', 1956, 19, 7, 10.37, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6824, 1871, 'Almeida', 1851, 18, 7, 68.19, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6825, 1871, 'Almeida', 1207, 18, 7, 58.58, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6826, 1871, 'Almeida', 5901, 13, 7, 43.13, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6827, 1871, 'Almeida', 3468, 10, 7, 1359.75, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6828, 1871, 'Almeida', 4430, 16, 7, 157.50, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6829, 1871, 'Almeida', 2948, 14, 7, 36.02, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6830, 1871, 'Almeida', 548, 18, 7, 57.24, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6831, 1871, 'Almeida', 6036, 15, 7, 47.17, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6832, 1871, 'Almeida', 608, 7, 7, 2.08, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6833, 1871, 'Almeida', 2848, 14, 7, 239.19, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6834, 1871, 'Almeida', 5471, 12, 7, 4.07, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6835, 1871, 'Almeida', 118, 7, 7, 228.80, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6836, 1871, 'Almeida', 4685, 12, 7, 16.21, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6837, 1871, 'Almeida', 2171, 19, 7, 315.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6838, 1871, 'Almeida', 3761, 14, 7, 14.26, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6839, 1871, 'Almeida', 3415, 15, 7, 104.94, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6840, 1871, 'Almeida', 3504, 11, 7, 8.31, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6841, 1871, 'Almeida', 1452, 15, 7, 29.56, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6842, 1871, 'Almeida', 2668, 18, 7, 1366.34, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6843, 1871, 'Almeida', 3626, 13, 7, 19.99, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6844, 1871, 'Almeida', 5520, 12, 7, 281.79, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6845, 1871, 'Almeida', 1405, 14, 7, 10.20, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6846, 1871, 'Almeida', 1398, 18, 7, 47.29, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6847, 1871, 'Almeida', 261, 2, 7, 22.25, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6848, 1871, 'Almeida', 4911, 12, 7, 30.90, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6849, 1871, 'Almeida', 4212, 18, 7, 147.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6850, 1871, 'Almeida', 1310, 2, 7, 721.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6851, 1871, 'Almeida', 2372, 19, 7, 9.75, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6852, 1871, 'Almeida', 4233, 18, 7, 47.67, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6853, 1871, 'Almeida', 6117, 11, 7, 13.51, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:03'),
(6854, 1871, 'Almeida', 5052, 14, 7, 8.93, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6855, 1871, 'Almeida', 2802, 18, 7, 47.58, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6856, 1871, 'Almeida', 3372, 15, 7, 262.50, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6857, 1871, 'Almeida', 751, 19, 7, 31.20, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6858, 1871, 'Almeida', 4293, 18, 7, 212.16, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6859, 1871, 'Almeida', 5372, 13, 7, 164.79, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6860, 1871, 'Almeida', 3186, 4, 7, 7.97, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6861, 1871, 'Almeida', 4548, 19, 7, 205.01, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6862, 1871, 'Almeida', 1293, 15, 7, 33.57, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6863, 1871, 'Almeida', 5683, 10, 7, 26.64, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6864, 1871, 'Almeida', 3792, 19, 7, 234.59, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6865, 1871, 'Almeida', 5656, 10, 7, 316.20, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6866, 1871, 'Almeida', 4505, 16, 7, 97.85, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6867, 1871, 'Almeida', 3632, 12, 7, 8.40, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6868, 1871, 'Almeida', 5770, 17, 7, 30.61, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6869, 1871, 'Almeida', 2526, 14, 7, 771.47, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6870, 1871, 'Almeida', 5103, 16, 7, 76.32, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6871, 1871, 'Almeida', 4345, 18, 7, 201.86, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6872, 1871, 'Almeida', 6071, 15, 7, 51.49, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6873, 1871, 'Almeida', 274, 14, 7, 342.98, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6874, 1871, 'Almeida', 1195, 18, 7, 12.99, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6875, 1871, 'Almeida', 1241, 10, 7, 196.93, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6876, 1871, 'Almeida', 4041, 19, 7, 772.50, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6877, 1871, 'Almeida', 1566, 18, 7, 323.20, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6878, 1871, 'Almeida', 6160, 11, 7, 9.53, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6879, 1871, 'Almeida', 2084, 7, 7, 16.64, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6880, 1871, 'Almeida', 4275, 14, 7, 19.95, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6881, 1871, 'Almeida', 3313, 5, 7, 14.28, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6882, 1871, 'Almeida', 5064, 13, 7, 106.04, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6883, 1871, 'Almeida', 4433, 15, 7, 713.99, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6884, 1871, 'Almeida', 3750, 7, 7, 67.60, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6885, 1871, 'Almeida', 5796, 15, 7, 1272.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6886, 1871, 'Almeida', 2602, 19, 7, 11.22, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6887, 1871, 'Almeida', 1751, 17, 7, 916.96, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6888, 1871, 'Almeida', 1642, 4, 7, 240.92, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6889, 1871, 'Almeida', 478, 19, 7, 13.84, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6890, 1871, 'Almeida', 726, 19, 7, 98.97, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6891, 1871, 'Almeida', 1152, 18, 7, 33.99, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6892, 1871, 'Almeida', 1174, 10, 7, 29.57, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6893, 1871, 'Almeida', 2891, 19, 7, 30.60, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6894, 1871, 'Almeida', 4674, 12, 7, 5.36, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6895, 1871, 'Almeida', 518, 18, 7, 3149.29, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6896, 1871, 'Almeida', 4201, 18, 7, 20.79, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6897, 1871, 'Almeida', 3482, 10, 7, 5.30, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6898, 1871, 'Almeida', 2115, 19, 7, 22.88, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6899, 1871, 'Almeida', 5792, 15, 7, 295.80, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6900, 1871, 'Almeida', 3608, 17, 7, 87.29, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6901, 1871, 'Almeida', 2376, 10, 7, 120.24, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6902, 1871, 'Almeida', 5868, 11, 7, 21.19, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6903, 1871, 'Almeida', 4401, 18, 7, 30.30, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6904, 1871, 'Almeida', 4374, 15, 7, 9.44, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6905, 1871, 'Almeida', 387, 16, 7, 2641.95, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6906, 1871, 'Almeida', 5891, 13, 7, 15.59, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6907, 1871, 'Almeida', 5954, 11, 7, 186.16, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6908, 1871, 'Almeida', 725, 19, 7, 74.15, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6909, 1871, 'Almeida', 1888, 19, 7, 560.74, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6910, 1871, 'Almeida', 55, 2, 7, 29.29, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6911, 1871, 'Almeida', 3139, 4, 7, 41.82, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6912, 1871, 'Almeida', 1632, 19, 7, 1713.60, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6913, 1871, 'Almeida', 2946, 18, 7, 651.45, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6914, 1871, 'Almeida', 4924, 13, 7, 154.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6915, 1871, 'Almeida', 5375, 14, 7, 38.96, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:04'),
(6916, 1871, 'Almeida', 6115, 11, 7, 5.28, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6917, 1871, 'Almeida', 4473, 15, 7, 224.40, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6918, 1871, 'Almeida', 6168, 11, 7, 29.86, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6919, 1871, 'Almeida', 1476, 19, 7, 170.56, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6920, 1871, 'Almeida', 747, 7, 7, 14.90, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6921, 1871, 'Almeida', 1421, 5, 7, 19.38, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6922, 1871, 'Almeida', 1561, 18, 7, 357.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6923, 1871, 'Almeida', 2447, 19, 7, 180.24, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6924, 1871, 'Almeida', 3425, 14, 7, 24.97, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6925, 1871, 'Almeida', 5983, 11, 7, 102.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6926, 1871, 'Almeida', 540, 19, 7, 386.24, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6927, 1871, 'Almeida', 2897, 19, 7, 4960.49, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6928, 1871, 'Almeida', 3661, 14, 7, 312.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6929, 1871, 'Almeida', 3858, 16, 7, 74.54, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6930, 1871, 'Almeida', 4718, 12, 7, 53.21, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6931, 1871, 'Almeida', 5673, 10, 7, 1365.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6932, 1871, 'Almeida', 4553, 5, 7, 9.69, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6933, 1871, 'Almeida', 3710, 18, 7, 1109.57, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6934, 1871, 'Almeida', 3103, 18, 7, 136.68, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6935, 1871, 'Almeida', 1140, 16, 7, 52.49, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6936, 1871, 'Almeida', 40, 2, 7, 48.41, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6937, 1871, 'Almeida', 2695, 14, 7, 11.32, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6938, 1871, 'Almeida', 3057, 2, 7, 13.24, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6939, 1871, 'Almeida', 3287, 5, 7, 9.36, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6940, 1871, 'Almeida', 148, 18, 7, 10.54, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6941, 1871, 'Almeida', 1198, 15, 7, 2.30, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6942, 1871, 'Almeida', 624, 5, 7, 1.05, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6943, 1871, 'Almeida', 803, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6944, 1871, 'Almeida', 949, 5, 7, 0.32, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6945, 1870, 'Liliana', 3597, 12, 8, 11.63, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6946, 1870, 'Liliana', 4139, 14, 8, 61.17, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6947, 1870, 'Liliana', 2613, 14, 8, 30.31, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6948, 1870, 'Liliana', 4576, 14, 8, 9.43, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6949, 1870, 'Liliana', 496, 19, 8, 137.79, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6950, 1870, 'Liliana', 3462, 14, 8, 817.53, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6951, 1870, 'Liliana', 130, 2, 8, 37.55, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6952, 1870, 'Liliana', 281, 18, 8, 277.67, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6953, 1870, 'Liliana', 2999, 19, 8, 105.00, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6954, 1870, 'Liliana', 3690, 14, 8, 7.68, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6955, 1870, 'Liliana', 1657, 18, 8, 2054.85, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6956, 1870, 'Liliana', 4442, 15, 8, 29.68, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6957, 1870, 'Liliana', 66, 2, 8, 40.95, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6958, 1870, 'Liliana', 4152, 18, 8, 36.38, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6959, 1870, 'Liliana', 3570, 12, 8, 1545.44, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6960, 1870, 'Liliana', 5859, 17, 8, 198.90, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6961, 1870, 'Liliana', 4164, 14, 8, 1343.99, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6962, 1870, 'Liliana', 632, 18, 8, 18.72, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6963, 1870, 'Liliana', 3734, 10, 8, 142.50, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6964, 1870, 'Liliana', 3911, 16, 8, 374.40, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6965, 1870, 'Liliana', 1345, 15, 8, 19.57, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6966, 1870, 'Liliana', 868, 17, 8, 72.10, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6967, 1870, 'Liliana', 4234, 18, 8, 41.43, 1, 1, 'ai_bid', '2024-05-25 13:41:40', '2024-05-25 13:41:40', '2024-05-26 13:42:05'),
(6968, 1870, 'Liliana', 2622, 14, 8, 29.32, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6969, 1870, 'Liliana', 4566, 14, 8, 65.64, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6970, 1870, 'Liliana', 3623, 13, 8, 42.29, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6971, 1870, 'Liliana', 784, 18, 8, 40.83, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6972, 1870, 'Liliana', 2742, 18, 8, 159.60, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6973, 1870, 'Liliana', 4115, 14, 8, 60.59, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6974, 1870, 'Liliana', 2197, 17, 8, 11.10, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6975, 1870, 'Liliana', 5171, 16, 8, 47.37, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6976, 1870, 'Liliana', 4528, 16, 8, 64.04, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6977, 1870, 'Liliana', 3700, 14, 8, 210.84, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6978, 1870, 'Liliana', 3067, 2, 8, 75.65, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6979, 1870, 'Liliana', 1153, 18, 8, 40.94, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6980, 1870, 'Liliana', 1081, 19, 8, 169.59, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6981, 1870, 'Liliana', 6132, 11, 8, 41.60, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6982, 1870, 'Liliana', 2552, 14, 8, 71.39, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6983, 1870, 'Liliana', 717, 18, 8, 40.78, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6984, 1870, 'Liliana', 1223, 10, 8, 18.82, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6985, 1870, 'Liliana', 1956, 19, 8, 10.37, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6986, 1870, 'Liliana', 1851, 18, 8, 66.24, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6987, 1870, 'Liliana', 1207, 18, 8, 59.74, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6988, 1870, 'Liliana', 5901, 13, 8, 41.10, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6989, 1870, 'Liliana', 3468, 10, 8, 1333.85, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6990, 1870, 'Liliana', 4430, 16, 8, 157.50, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6991, 1870, 'Liliana', 2948, 14, 8, 36.72, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6992, 1870, 'Liliana', 548, 18, 8, 54.54, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6993, 1870, 'Liliana', 6036, 15, 8, 45.81, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6994, 1870, 'Liliana', 608, 7, 8, 2.10, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6995, 1870, 'Liliana', 2848, 14, 8, 232.29, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6996, 1870, 'Liliana', 5471, 12, 8, 4.19, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6997, 1870, 'Liliana', 118, 7, 8, 226.60, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6998, 1870, 'Liliana', 4685, 12, 8, 16.84, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(6999, 1870, 'Liliana', 2171, 19, 8, 309.00, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7000, 1870, 'Liliana', 3761, 14, 8, 14.12, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7001, 1870, 'Liliana', 3415, 15, 8, 99.99, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7002, 1870, 'Liliana', 3504, 11, 8, 8.39, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7003, 1870, 'Liliana', 1452, 15, 8, 29.56, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7004, 1870, 'Liliana', 3626, 13, 8, 19.24, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7005, 1870, 'Liliana', 5520, 12, 8, 287.37, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7006, 1870, 'Liliana', 1405, 14, 8, 10.00, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7007, 1870, 'Liliana', 1398, 18, 8, 47.75, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7008, 1870, 'Liliana', 261, 2, 8, 22.04, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7009, 1870, 'Liliana', 4911, 12, 8, 29.72, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7010, 1870, 'Liliana', 4212, 18, 8, 145.60, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7011, 1870, 'Liliana', 2372, 19, 8, 9.57, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7012, 1870, 'Liliana', 6117, 11, 8, 13.12, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7013, 1870, 'Liliana', 5052, 14, 8, 9.02, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7014, 1870, 'Liliana', 1198, 15, 8, 2.25, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7015, 1870, 'Liliana', 624, 5, 8, 1.06, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7016, 1870, 'Liliana', 1827, 19, 8, 0.13, 1, 1, 'ai_bid', '2024-05-25 13:41:41', '2024-05-25 13:41:41', '2024-05-26 13:42:05'),
(7017, 1866, 'Tetyana store', 4595, 5, 6, 51.92, 1, 1, 'ai_bid', '2024-05-25 13:58:04', '2024-05-25 13:58:04', '2024-05-26 13:59:02'),
(7018, 1866, 'Tetyana store', 3324, 7, 6, 1.43, 1, 1, 'ai_bid', '2024-05-25 13:58:04', '2024-05-25 13:58:04', '2024-05-26 13:59:02'),
(7019, 1866, 'Tetyana store', 1850, 5, 6, 0.57, 1, 1, 'ai_bid', '2024-05-25 13:58:04', '2024-05-25 13:58:04', '2024-05-26 13:59:02'),
(7020, 1866, 'Tetyana store', 803, 19, 6, 0.21, 1, 1, 'ai_bid', '2024-05-25 13:58:04', '2024-05-25 13:58:04', '2024-05-26 13:59:02'),
(7021, 1873, 'Gustavo', 2257, 19, 9, 311.10, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7022, 1873, 'Gustavo', 599, 19, 9, 1224.00, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7023, 1873, 'Gustavo', 3426, 10, 9, 25.19, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7024, 1873, 'Gustavo', 5121, 13, 9, 104.02, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7025, 1873, 'Gustavo', 1719, 5, 9, 1.08, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7026, 1873, 'Gustavo', 2654, 14, 9, 21.36, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7027, 1873, 'Gustavo', 3121, 4, 9, 85.04, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7028, 1873, 'Gustavo', 3881, 15, 9, 210.00, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7029, 1873, 'Gustavo', 3287, 5, 9, 9.54, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7030, 1873, 'Gustavo', 167, 2, 9, 26.87, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7031, 1873, 'Gustavo', 3421, 10, 9, 30.74, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7032, 1873, 'Gustavo', 4114, 5, 9, 307.40, 1, 1, 'ai_bid', '2024-05-25 14:01:04', '2024-05-25 14:01:04', '2024-05-26 14:02:03'),
(7033, 1873, 'Gustavo', 2745, 10, 9, 41.22, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7034, 1873, 'Gustavo', 342, 18, 9, 3559.64, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7035, 1873, 'Gustavo', 5637, 10, 9, 5.04, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7036, 1873, 'Gustavo', 1222, 15, 9, 10.51, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7037, 1873, 'Gustavo', 3977, 12, 9, 397.94, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7038, 1873, 'Gustavo', 2864, 14, 9, 15.74, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7039, 1873, 'Gustavo', 1594, 12, 9, 21.19, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7040, 1873, 'Gustavo', 1736, 19, 9, 34.16, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7041, 1873, 'Gustavo', 2931, 19, 9, 596.96, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7042, 1873, 'Gustavo', 2283, 19, 9, 95.88, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7043, 1873, 'Gustavo', 5351, 14, 9, 84.07, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7044, 1873, 'Gustavo', 481, 1, 9, 18.15, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7045, 1873, 'Gustavo', 3073, 2, 9, 114.24, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7046, 1873, 'Gustavo', 6115, 11, 9, 5.08, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7047, 1873, 'Gustavo', 1404, 10, 9, 29.89, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:03'),
(7048, 1873, 'Gustavo', 210, 18, 9, 42.39, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7049, 1873, 'Gustavo', 2306, 19, 9, 714.00, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7050, 1873, 'Gustavo', 3233, 5, 9, 101.00, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7051, 1873, 'Gustavo', 4810, 17, 9, 39.07, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7052, 1873, 'Gustavo', 1065, 19, 9, 782.80, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7053, 1873, 'Gustavo', 4244, 5, 9, 6110.00, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7054, 1873, 'Gustavo', 6138, 11, 9, 13.50, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7055, 1873, 'Gustavo', 987, 16, 9, 85.89, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7056, 1873, 'Gustavo', 3363, 15, 9, 208.00, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7057, 1873, 'Gustavo', 608, 7, 9, 2.08, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7058, 1873, 'Gustavo', 6031, 15, 9, 4.00, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7059, 1873, 'Gustavo', 897, 18, 9, 487.59, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7060, 1873, 'Gustavo', 5619, 16, 9, 100.99, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7061, 1873, 'Gustavo', 2276, 10, 9, 64.62, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7062, 1873, 'Gustavo', 4324, 16, 9, 26.50, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7063, 1873, 'Gustavo', 1002, 16, 9, 325.21, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7064, 1873, 'Gustavo', 3243, 5, 9, 10.76, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7065, 1873, 'Gustavo', 5670, 15, 9, 1.94, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7066, 1873, 'Gustavo', 152, 18, 9, 9.27, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7067, 1873, 'Gustavo', 6069, 15, 9, 16.77, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7068, 1873, 'Gustavo', 3103, 18, 9, 142.04, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7069, 1873, 'Gustavo', 4525, 16, 9, 8.31, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7070, 1873, 'Gustavo', 2394, 10, 9, 41.20, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7071, 1873, 'Gustavo', 6027, 14, 9, 4.42, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7072, 1873, 'Gustavo', 1575, 19, 9, 2.54, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7073, 1873, 'Gustavo', 1811, 5, 9, 0.21, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7074, 1873, 'Gustavo', 734, 19, 9, 0.23, 1, 1, 'ai_bid', '2024-05-25 14:01:05', '2024-05-25 14:01:05', '2024-05-26 14:02:04'),
(7075, 1866, 'Tetyana store', 4572, 5, 11, 15.37, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7076, 1866, 'Tetyana store', 802, 18, 11, 66.18, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7077, 1866, 'Tetyana store', 1454, 17, 11, 70.53, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7078, 1866, 'Tetyana store', 2154, 4, 11, 19.96, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7079, 1866, 'Tetyana store', 3051, 18, 11, 74.95, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7080, 1866, 'Tetyana store', 2472, 16, 11, 47.78, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7081, 1866, 'Tetyana store', 836, 19, 11, 15.12, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7082, 1866, 'Tetyana store', 1867, 19, 11, 302.40, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7083, 1866, 'Tetyana store', 4748, 12, 11, 8.89, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7084, 1866, 'Tetyana store', 446, 16, 11, 153.36, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7085, 1866, 'Tetyana store', 4100, 14, 11, 6.23, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7086, 1866, 'Tetyana store', 391, 18, 11, 20.07, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7087, 1866, 'Tetyana store', 2124, 19, 11, 636.00, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(7088, 1866, 'Tetyana store', 5549, 10, 11, 8.71, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7089, 1866, 'Tetyana store', 6046, 11, 11, 155.40, 1, 1, 'ai_bid', '2024-05-25 14:13:03', '2024-05-25 14:13:03', '2024-05-26 14:13:04'),
(7090, 1866, 'Tetyana store', 4763, 14, 11, 74.19, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7091, 1866, 'Tetyana store', 6019, 11, 11, 6.28, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7092, 1866, 'Tetyana store', 3171, 5, 11, 17.84, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7093, 1866, 'Tetyana store', 2031, 4, 11, 553.35, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7094, 1866, 'Tetyana store', 1384, 15, 11, 43.05, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7095, 1866, 'Tetyana store', 3436, 10, 11, 22.25, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7096, 1866, 'Tetyana store', 5472, 12, 11, 48.71, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7097, 1866, 'Tetyana store', 2485, 16, 11, 148.04, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7098, 1866, 'Tetyana store', 4840, 12, 11, 69.42, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7099, 1866, 'Tetyana store', 1341, 2, 11, 25.74, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7100, 1866, 'Tetyana store', 4745, 14, 11, 193.63, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7101, 1866, 'Tetyana store', 5995, 17, 11, 212.81, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7102, 1866, 'Tetyana store', 2054, 4, 11, 112.27, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7103, 1866, 'Tetyana store', 492, 19, 11, 5724.00, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7104, 1866, 'Tetyana store', 4508, 16, 11, 42.91, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:04'),
(7105, 1866, 'Tetyana store', 5393, 17, 11, 53.33, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7106, 1866, 'Tetyana store', 4314, 15, 11, 4.89, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7107, 1866, 'Tetyana store', 2225, 18, 11, 38.47, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7108, 1866, 'Tetyana store', 1767, 19, 11, 4.24, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7109, 1866, 'Tetyana store', 4472, 15, 11, 284.58, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7110, 1866, 'Tetyana store', 1108, 4, 11, 7.34, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7111, 1866, 'Tetyana store', 2693, 14, 11, 10.49, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7112, 1866, 'Tetyana store', 230, 5, 11, 1040.00, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7113, 1866, 'Tetyana store', 1173, 14, 11, 25.49, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7114, 1866, 'Tetyana store', 5108, 13, 11, 140.07, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7115, 1866, 'Tetyana store', 5845, 17, 11, 9.17, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7116, 1866, 'Tetyana store', 3950, 16, 11, 2018.99, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7117, 1866, 'Tetyana store', 1251, 10, 11, 19.25, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7118, 1866, 'Tetyana store', 3004, 19, 11, 87.87, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7119, 1866, 'Tetyana store', 633, 14, 11, 10.10, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7120, 1866, 'Tetyana store', 4443, 15, 11, 34.67, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7121, 1866, 'Tetyana store', 1457, 17, 11, 11.09, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7122, 1866, 'Tetyana store', 3297, 15, 11, 113.30, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7123, 1866, 'Tetyana store', 2288, 19, 11, 51.45, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7124, 1866, 'Tetyana store', 2055, 4, 11, 235.33, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7125, 1866, 'Tetyana store', 1337, 15, 11, 21.19, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7126, 1866, 'Tetyana store', 3041, 14, 11, 15.98, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7127, 1866, 'Tetyana store', 1354, 2, 11, 18.44, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7128, 1866, 'Tetyana store', 1803, 2, 11, 20.60, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7129, 1866, 'Tetyana store', 3687, 14, 11, 77.46, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7130, 1866, 'Tetyana store', 1728, 18, 11, 77.51, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7131, 1866, 'Tetyana store', 278, 18, 11, 322.31, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7132, 1866, 'Tetyana store', 6082, 11, 11, 7.14, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7133, 1866, 'Tetyana store', 5191, 16, 11, 43.04, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7134, 1866, 'Tetyana store', 5459, 7, 11, 111.10, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7135, 1866, 'Tetyana store', 770, 19, 11, 6.49, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7136, 1866, 'Tetyana store', 3611, 12, 11, 130.18, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7137, 1866, 'Tetyana store', 2583, 14, 11, 7.67, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7138, 1866, 'Tetyana store', 4782, 12, 11, 379.65, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7139, 1866, 'Tetyana store', 5007, 11, 11, 6.62, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7140, 1866, 'Tetyana store', 949, 5, 11, 0.31, 1, 1, 'ai_bid', '2024-05-25 14:13:04', '2024-05-25 14:13:04', '2024-05-26 14:13:05'),
(7141, 1867, 'Omevoric enterprises', 5528, 10, 12, 23.28, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:02'),
(7142, 1867, 'Omevoric enterprises', 359, 2, 12, 135.20, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7143, 1867, 'Omevoric enterprises', 2022, 2, 12, 65.52, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7144, 1867, 'Omevoric enterprises', 3480, 11, 12, 20.99, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7145, 1867, 'Omevoric enterprises', 32, 2, 12, 120.36, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7146, 1867, 'Omevoric enterprises', 3178, 4, 12, 5.58, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7147, 1867, 'Omevoric enterprises', 3786, 4, 12, 92.70, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7148, 1867, 'Omevoric enterprises', 5485, 17, 12, 349.34, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7149, 1867, 'Omevoric enterprises', 1563, 19, 12, 24.23, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7150, 1867, 'Omevoric enterprises', 3853, 4, 12, 525.00, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7151, 1867, 'Omevoric enterprises', 2730, 16, 12, 20.13, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7152, 1867, 'Omevoric enterprises', 4590, 5, 12, 51.47, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7153, 1867, 'Omevoric enterprises', 2260, 19, 12, 278.10, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7154, 1867, 'Omevoric enterprises', 3739, 7, 12, 46.22, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7155, 1867, 'Omevoric enterprises', 5828, 17, 12, 312.00, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7156, 1867, 'Omevoric enterprises', 4055, 18, 12, 72.41, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7157, 1867, 'Omevoric enterprises', 4115, 14, 12, 61.79, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7158, 1867, 'Omevoric enterprises', 3572, 17, 12, 33.04, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7159, 1867, 'Omevoric enterprises', 1498, 15, 12, 92.27, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7160, 1867, 'Omevoric enterprises', 1207, 18, 12, 61.48, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7161, 1867, 'Omevoric enterprises', 2622, 14, 12, 29.32, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7162, 1867, 'Omevoric enterprises', 3839, 4, 12, 255.00, 1, 1, 'ai_bid', '2024-05-25 14:20:07', '2024-05-25 14:20:07', '2024-05-26 14:21:03'),
(7163, 1867, 'Omevoric enterprises', 1809, 12, 12, 29.58, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7164, 1867, 'Omevoric enterprises', 898, 5, 12, 10.40, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7165, 1867, 'Omevoric enterprises', 777, 2, 12, 40.17, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7166, 1867, 'Omevoric enterprises', 3614, 17, 12, 244.80, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7167, 1867, 'Omevoric enterprises', 4310, 15, 12, 13.83, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7168, 1867, 'Omevoric enterprises', 1545, 19, 12, 541.78, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7169, 1867, 'Omevoric enterprises', 5585, 12, 12, 14.51, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7170, 1867, 'Omevoric enterprises', 3379, 7, 12, 10.19, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7171, 1867, 'Omevoric enterprises', 4768, 12, 12, 2.89, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7172, 1867, 'Omevoric enterprises', 767, 19, 12, 3.18, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7173, 1867, 'Omevoric enterprises', 5920, 13, 12, 33.91, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7174, 1867, 'Omevoric enterprises', 4535, 16, 12, 31.92, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7175, 1867, 'Omevoric enterprises', 3468, 10, 12, 1333.85, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7176, 1867, 'Omevoric enterprises', 1021, 5, 12, 3.18, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7177, 1867, 'Omevoric enterprises', 1426, 2, 12, 62.33, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7178, 1867, 'Omevoric enterprises', 3432, 14, 12, 596.70, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7179, 1867, 'Omevoric enterprises', 4343, 18, 12, 176.39, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7180, 1867, 'Omevoric enterprises', 3634, 13, 12, 20.73, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7181, 1867, 'Omevoric enterprises', 5258, 16, 12, 9.76, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7182, 1867, 'Omevoric enterprises', 696, 18, 12, 84.99, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7183, 1867, 'Omevoric enterprises', 59, 2, 12, 8.32, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7184, 1867, 'Omevoric enterprises', 4677, 12, 12, 13.74, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7185, 1867, 'Omevoric enterprises', 5449, 12, 12, 1328.70, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7186, 1867, 'Omevoric enterprises', 5048, 11, 12, 50.39, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7187, 1867, 'Omevoric enterprises', 1005, 5, 12, 10.30, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7188, 1867, 'Omevoric enterprises', 1341, 2, 12, 26.49, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7189, 1867, 'Omevoric enterprises', 5648, 10, 12, 7924.56, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:03'),
(7190, 1867, 'Omevoric enterprises', 3750, 7, 12, 66.95, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7191, 1867, 'Omevoric enterprises', 866, 2, 12, 63.00, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7192, 1867, 'Omevoric enterprises', 3138, 18, 12, 53.32, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7193, 1867, 'Omevoric enterprises', 1552, 19, 12, 40.05, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7194, 1867, 'Omevoric enterprises', 5743, 16, 12, 10.19, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7195, 1867, 'Omevoric enterprises', 5719, 10, 12, 5.47, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7196, 1867, 'Omevoric enterprises', 5616, 16, 12, 32.23, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7197, 1867, 'Omevoric enterprises', 2023, 19, 12, 1.06, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7198, 1867, 'Omevoric enterprises', 3637, 18, 12, 429.25, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7199, 1867, 'Omevoric enterprises', 3709, 14, 12, 3.50, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7200, 1867, 'Omevoric enterprises', 4364, 16, 12, 11.44, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7201, 1867, 'Omevoric enterprises', 2149, 2, 12, 126.88, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7202, 1867, 'Omevoric enterprises', 2302, 2, 12, 79.50, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7203, 1867, 'Omevoric enterprises', 1448, 14, 12, 10.29, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7204, 1867, 'Omevoric enterprises', 5609, 16, 12, 30.29, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7205, 1867, 'Omevoric enterprises', 5418, 14, 12, 11.41, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7206, 1867, 'Omevoric enterprises', 4370, 14, 12, 408.31, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7207, 1867, 'Omevoric enterprises', 1245, 19, 12, 10.25, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7208, 1867, 'Omevoric enterprises', 4925, 11, 12, 15.94, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7209, 1867, 'Omevoric enterprises', 1952, 19, 12, 1.35, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7210, 1867, 'Omevoric enterprises', 3194, 4, 12, 5.30, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7211, 1867, 'Omevoric enterprises', 4523, 16, 12, 3.09, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7212, 1867, 'Omevoric enterprises', 5733, 10, 12, 5.27, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7213, 1867, 'Omevoric enterprises', 1053, 4, 12, 3.66, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7214, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-05-25 14:20:08', '2024-05-25 14:20:08', '2024-05-26 14:21:04'),
(7215, 1868, 'Marcelo Ltd', 3464, 14, 13, 291.85, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7216, 1868, 'Marcelo Ltd', 4481, 15, 13, 57.24, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7217, 1868, 'Marcelo Ltd', 4405, 18, 13, 26.00, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7218, 1868, 'Marcelo Ltd', 5084, 14, 13, 20.39, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7219, 1868, 'Marcelo Ltd', 398, 7, 13, 15.59, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7220, 1868, 'Marcelo Ltd', 298, 18, 13, 9.42, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7221, 1868, 'Marcelo Ltd', 1724, 5, 13, 2.33, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7222, 1868, 'Marcelo Ltd', 2756, 14, 13, 232.29, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7223, 1868, 'Marcelo Ltd', 4310, 15, 13, 13.70, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7224, 1868, 'Marcelo Ltd', 5373, 14, 13, 51.97, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7225, 1868, 'Marcelo Ltd', 4896, 11, 13, 22.32, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7226, 1868, 'Marcelo Ltd', 1194, 14, 13, 11.54, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7227, 1868, 'Marcelo Ltd', 3729, 10, 13, 76.98, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:03'),
(7228, 1868, 'Marcelo Ltd', 676, 10, 13, 2.12, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7229, 1868, 'Marcelo Ltd', 2900, 19, 13, 3036.44, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7230, 1868, 'Marcelo Ltd', 345, 15, 13, 106.85, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7231, 1868, 'Marcelo Ltd', 2898, 19, 13, 136.23, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7232, 1868, 'Marcelo Ltd', 4420, 15, 13, 57.74, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7233, 1868, 'Marcelo Ltd', 1010, 16, 13, 1664.97, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7234, 1868, 'Marcelo Ltd', 1209, 14, 13, 937.68, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7235, 1868, 'Marcelo Ltd', 3990, 12, 13, 31.49, 1, 1, 'ai_bid', '2024-05-25 14:55:05', '2024-05-25 14:55:05', '2024-05-26 14:56:04'),
(7236, 1868, 'Marcelo Ltd', 1444, 19, 13, 8.48, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7237, 1868, 'Marcelo Ltd', 3662, 10, 13, 22.39, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7238, 1868, 'Marcelo Ltd', 1867, 19, 13, 296.64, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7239, 1868, 'Marcelo Ltd', 3537, 13, 13, 3211.52, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7240, 1868, 'Marcelo Ltd', 574, 19, 13, 1007.00, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7241, 1868, 'Marcelo Ltd', 4277, 14, 13, 51.49, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7242, 1868, 'Marcelo Ltd', 6165, 11, 13, 258.42, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7243, 1868, 'Marcelo Ltd', 1726, 18, 13, 51.84, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7244, 1868, 'Marcelo Ltd', 4309, 15, 13, 4.23, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7245, 1868, 'Marcelo Ltd', 558, 17, 13, 12.60, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7246, 1868, 'Marcelo Ltd', 4424, 16, 13, 40.40, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7247, 1868, 'Marcelo Ltd', 2270, 2, 13, 79.50, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7248, 1868, 'Marcelo Ltd', 2359, 19, 13, 31.50, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7249, 1868, 'Marcelo Ltd', 5011, 14, 13, 10.49, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7250, 1868, 'Marcelo Ltd', 1253, 10, 13, 31.40, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7251, 1868, 'Marcelo Ltd', 816, 19, 13, 5.62, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7252, 1868, 'Marcelo Ltd', 3580, 12, 13, 7.44, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7253, 1868, 'Marcelo Ltd', 4641, 15, 13, 9.18, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7254, 1868, 'Marcelo Ltd', 5478, 7, 13, 3.13, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7255, 1868, 'Marcelo Ltd', 6108, 11, 13, 2.20, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7256, 1868, 'Marcelo Ltd', 1811, 5, 13, 0.21, 1, 1, 'ai_bid', '2024-05-25 14:55:06', '2024-05-25 14:55:06', '2024-05-26 14:56:04'),
(7257, 1869, 'Anatoliy fast store', 1543, 19, 14, 1751.00, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7258, 1869, 'Anatoliy fast store', 1579, 4, 14, 16.04, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7259, 1869, 'Anatoliy fast store', 4209, 14, 14, 21.36, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7260, 1869, 'Anatoliy fast store', 5299, 16, 14, 20.13, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7261, 1869, 'Anatoliy fast store', 590, 19, 14, 3380.00, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7262, 1869, 'Anatoliy fast store', 2159, 5, 14, 72.10, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7263, 1869, 'Anatoliy fast store', 3196, 5, 14, 313.11, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7264, 1869, 'Anatoliy fast store', 2322, 10, 14, 59.84, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7265, 1869, 'Anatoliy fast store', 1626, 18, 14, 1128.75, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7266, 1869, 'Anatoliy fast store', 5510, 12, 14, 436.79, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7267, 1869, 'Anatoliy fast store', 3282, 16, 14, 21.41, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7268, 1869, 'Anatoliy fast store', 2108, 19, 14, 40.28, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7269, 1869, 'Anatoliy fast store', 3551, 10, 14, 46.79, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7270, 1869, 'Anatoliy fast store', 4381, 14, 14, 1045.35, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7271, 1869, 'Anatoliy fast store', 4399, 18, 14, 25.65, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7272, 1869, 'Anatoliy fast store', 5755, 13, 14, 41.35, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7273, 1869, 'Anatoliy fast store', 2329, 18, 14, 71.06, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7274, 1869, 'Anatoliy fast store', 4193, 14, 14, 1784.99, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7275, 1869, 'Anatoliy fast store', 6079, 15, 14, 10.09, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7276, 1869, 'Anatoliy fast store', 284, 14, 14, 131.30, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7277, 1869, 'Anatoliy fast store', 2084, 7, 14, 16.16, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7278, 1869, 'Anatoliy fast store', 4091, 14, 14, 26.66, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7279, 1869, 'Anatoliy fast store', 3423, 14, 14, 21.56, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7280, 1869, 'Anatoliy fast store', 2014, 15, 14, 204.09, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7281, 1869, 'Anatoliy fast store', 5636, 15, 14, 4.15, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7282, 1869, 'Anatoliy fast store', 804, 18, 14, 8.38, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7283, 1869, 'Anatoliy fast store', 2486, 19, 14, 20.39, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7284, 1869, 'Anatoliy fast store', 2820, 19, 14, 146.17, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7285, 1869, 'Anatoliy fast store', 4600, 14, 14, 264.17, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:02'),
(7286, 1869, 'Anatoliy fast store', 2267, 19, 14, 367.50, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7287, 1869, 'Anatoliy fast store', 4312, 15, 14, 13.58, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7288, 1869, 'Anatoliy fast store', 4464, 15, 14, 25.49, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7289, 1869, 'Anatoliy fast store', 5751, 15, 14, 4.32, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7290, 1869, 'Anatoliy fast store', 1191, 18, 14, 50.50, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7291, 1869, 'Anatoliy fast store', 46, 2, 14, 10.30, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7292, 1869, 'Anatoliy fast store', 1857, 19, 14, 212.00, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7293, 1869, 'Anatoliy fast store', 3323, 5, 14, 61.69, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7294, 1869, 'Anatoliy fast store', 3450, 10, 14, 5.15, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7295, 1869, 'Anatoliy fast store', 1478, 17, 14, 414.75, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7296, 1869, 'Anatoliy fast store', 5660, 10, 14, 1287.29, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7297, 1869, 'Anatoliy fast store', 2179, 19, 14, 51.30, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7298, 1869, 'Anatoliy fast store', 3811, 19, 14, 1610.95, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7299, 1869, 'Anatoliy fast store', 3874, 15, 14, 636.00, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7300, 1869, 'Anatoliy fast store', 5999, 11, 14, 249.60, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7301, 1869, 'Anatoliy fast store', 4770, 12, 14, 39.21, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7302, 1869, 'Anatoliy fast store', 5528, 10, 14, 23.73, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7303, 1869, 'Anatoliy fast store', 5496, 10, 14, 61.60, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7304, 1869, 'Anatoliy fast store', 4198, 14, 14, 19.27, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7305, 1869, 'Anatoliy fast store', 3433, 10, 14, 14.69, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7306, 1869, 'Anatoliy fast store', 2914, 14, 14, 34.13, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7307, 1869, 'Anatoliy fast store', 2558, 10, 14, 43.85, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7308, 1869, 'Anatoliy fast store', 2400, 19, 14, 37.10, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7309, 1869, 'Anatoliy fast store', 2482, 16, 14, 15.14, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7310, 1869, 'Anatoliy fast store', 4420, 15, 14, 55.54, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7311, 1869, 'Anatoliy fast store', 4334, 15, 14, 9.27, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7312, 1869, 'Anatoliy fast store', 5708, 15, 14, 210.00, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7313, 1869, 'Anatoliy fast store', 1967, 19, 14, 2.77, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7314, 1869, 'Anatoliy fast store', 3658, 10, 14, 14.49, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7315, 1869, 'Anatoliy fast store', 3770, 7, 14, 13.23, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7316, 1869, 'Anatoliy fast store', 2078, 7, 14, 4.02, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7317, 1869, 'Anatoliy fast store', 672, 10, 14, 3.18, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7318, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7319, 1869, 'Anatoliy fast store', 949, 5, 14, 0.31, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7320, 1869, 'Anatoliy fast store', 734, 19, 14, 0.23, 1, 1, 'ai_bid', '2024-05-25 15:23:04', '2024-05-25 15:23:04', '2024-05-26 15:24:03'),
(7321, 1872, 'Melisa', 3316, 5, 18, 53.33, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7322, 1872, 'Melisa', 4266, 5, 18, 84.79, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7323, 1872, 'Melisa', 3289, 15, 18, 62.39, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7324, 1872, 'Melisa', 3466, 14, 18, 24.52, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7325, 1872, 'Melisa', 1691, 19, 18, 5.44, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7326, 1872, 'Melisa', 2508, 16, 18, 52.49, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7327, 1872, 'Melisa', 2401, 19, 18, 1872.00, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7328, 1872, 'Melisa', 1859, 18, 18, 3.78, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7329, 1872, 'Melisa', 3884, 11, 18, 40.39, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7330, 1872, 'Melisa', 216, 7, 18, 17.26, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7331, 1872, 'Melisa', 5955, 17, 18, 6.10, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7332, 1872, 'Melisa', 2869, 14, 18, 25.43, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7333, 1872, 'Melisa', 991, 16, 18, 188.99, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7334, 1872, 'Melisa', 3274, 17, 18, 131.30, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7335, 1872, 'Melisa', 2197, 17, 18, 11.65, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7336, 1872, 'Melisa', 2495, 10, 18, 35.69, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7337, 1872, 'Melisa', 1821, 19, 18, 1.02, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7338, 1872, 'Melisa', 6067, 11, 18, 22.44, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7339, 1872, 'Melisa', 1381, 2, 18, 838.30, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7340, 1872, 'Melisa', 2992, 12, 18, 126.69, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7341, 1872, 'Melisa', 5390, 17, 18, 91.52, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7342, 1872, 'Melisa', 3875, 2, 18, 84.00, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7343, 1872, 'Melisa', 4424, 16, 18, 42.00, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7344, 1872, 'Melisa', 2907, 14, 18, 34.45, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7345, 1872, 'Melisa', 3804, 4, 18, 230.97, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7346, 1872, 'Melisa', 2323, 2, 18, 360.36, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7347, 1872, 'Melisa', 4503, 16, 18, 258.53, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7348, 1872, 'Melisa', 2244, 18, 18, 63.04, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7349, 1872, 'Melisa', 180, 7, 18, 1932.00, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7350, 1872, 'Melisa', 5116, 16, 18, 9.99, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:02'),
(7351, 1872, 'Melisa', 4810, 17, 18, 38.69, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:03'),
(7352, 1872, 'Melisa', 2233, 12, 18, 30.63, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:03'),
(7353, 1872, 'Melisa', 5575, 10, 18, 23.37, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:03'),
(7354, 1872, 'Melisa', 3618, 12, 18, 35.70, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:03'),
(7355, 1872, 'Melisa', 4754, 12, 18, 7.02, 1, 1, 'ai_bid', '2024-05-25 17:15:07', '2024-05-25 17:15:07', '2024-05-26 17:16:03'),
(7356, 1872, 'Melisa', 3836, 11, 18, 2340.00, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7357, 1872, 'Melisa', 5257, 16, 18, 36.90, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7358, 1872, 'Melisa', 1188, 19, 18, 31.92, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7359, 1872, 'Melisa', 6123, 11, 18, 19.56, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7360, 1872, 'Melisa', 4487, 16, 18, 9.37, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7361, 1872, 'Melisa', 696, 18, 18, 87.49, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7362, 1872, 'Melisa', 5841, 17, 18, 11.62, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7363, 1872, 'Melisa', 6094, 15, 18, 23.82, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7364, 1872, 'Melisa', 5134, 16, 18, 81.69, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7365, 1872, 'Melisa', 4262, 18, 18, 936.00, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7366, 1872, 'Melisa', 1322, 15, 18, 40.56, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7367, 1872, 'Melisa', 3767, 7, 18, 452.17, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7368, 1872, 'Melisa', 715, 19, 18, 39.85, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7369, 1872, 'Melisa', 4736, 12, 18, 20.99, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7370, 1872, 'Melisa', 5288, 16, 18, 22.50, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7371, 1872, 'Melisa', 2873, 14, 18, 26.24, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7372, 1872, 'Melisa', 5169, 16, 18, 137.54, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7373, 1872, 'Melisa', 977, 5, 18, 61.80, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7374, 1872, 'Melisa', 6059, 15, 18, 20.99, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7375, 1872, 'Melisa', 1301, 19, 18, 11.01, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7376, 1872, 'Melisa', 1589, 4, 18, 2.49, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7377, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7378, 1872, 'Melisa', 734, 19, 18, 0.23, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7379, 1872, 'Melisa', 1811, 5, 18, 0.20, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7380, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-05-25 17:15:08', '2024-05-25 17:15:08', '2024-05-26 17:16:03'),
(7381, 1869, 'Anatoliy fast store', 2139, 17, 17, 54.06, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:03'),
(7382, 1869, 'Anatoliy fast store', 3633, 12, 17, 26.52, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7383, 1869, 'Anatoliy fast store', 4889, 12, 17, 62.79, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7384, 1869, 'Anatoliy fast store', 3297, 15, 17, 112.20, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7385, 1869, 'Anatoliy fast store', 1476, 19, 17, 165.64, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7386, 1869, 'Anatoliy fast store', 3520, 13, 17, 60.59, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7387, 1869, 'Anatoliy fast store', 620, 5, 17, 3.15, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7388, 1869, 'Anatoliy fast store', 2111, 19, 17, 1352.00, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7389, 1869, 'Anatoliy fast store', 2889, 14, 17, 20.99, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7390, 1869, 'Anatoliy fast store', 1019, 5, 17, 136.68, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7391, 1869, 'Anatoliy fast store', 864, 13, 17, 4080.00, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7392, 1869, 'Anatoliy fast store', 3568, 12, 17, 14.47, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7393, 1869, 'Anatoliy fast store', 5097, 13, 17, 124.80, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7394, 1869, 'Anatoliy fast store', 5043, 11, 17, 72.79, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:05'),
(7395, 1869, 'Anatoliy fast store', 4407, 14, 17, 2857.01, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:06'),
(7396, 1869, 'Anatoliy fast store', 5839, 17, 17, 412.67, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:06'),
(7397, 1869, 'Anatoliy fast store', 1473, 14, 17, 21.55, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:06'),
(7398, 1869, 'Anatoliy fast store', 5496, 10, 17, 62.82, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:06'),
(7399, 1869, 'Anatoliy fast store', 315, 7, 17, 92.92, 1, 1, 'ai_bid', '2024-05-26 12:31:04', '2024-05-26 12:31:04', '2024-05-27 12:32:06'),
(7400, 1869, 'Anatoliy fast store', 5792, 15, 17, 295.80, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7401, 1869, 'Anatoliy fast store', 3321, 5, 17, 52.00, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7402, 1869, 'Anatoliy fast store', 5926, 11, 17, 61.49, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7403, 1869, 'Anatoliy fast store', 3581, 12, 17, 13.64, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7404, 1869, 'Anatoliy fast store', 5006, 14, 17, 9.53, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7405, 1869, 'Anatoliy fast store', 3966, 16, 17, 31.48, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7406, 1869, 'Anatoliy fast store', 1008, 16, 17, 439.78, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7407, 1869, 'Anatoliy fast store', 5183, 16, 17, 25.62, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7408, 1869, 'Anatoliy fast store', 2297, 19, 17, 4.08, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7409, 1869, 'Anatoliy fast store', 648, 17, 17, 15.45, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7410, 1869, 'Anatoliy fast store', 4507, 16, 17, 42.92, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7411, 1869, 'Anatoliy fast store', 4109, 18, 17, 52.49, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7412, 1869, 'Anatoliy fast store', 148, 18, 17, 10.64, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7413, 1869, 'Anatoliy fast store', 3541, 12, 17, 2.81, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7414, 1869, 'Anatoliy fast store', 5606, 15, 17, 601.80, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7415, 1869, 'Anatoliy fast store', 333, 15, 17, 8.84, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7416, 1869, 'Anatoliy fast store', 6111, 11, 17, 28.40, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7417, 1869, 'Anatoliy fast store', 3060, 18, 17, 15.60, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7418, 1869, 'Anatoliy fast store', 373, 2, 17, 12.41, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7419, 1869, 'Anatoliy fast store', 2372, 19, 17, 9.66, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7420, 1869, 'Anatoliy fast store', 1151, 4, 17, 3.37, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7421, 1869, 'Anatoliy fast store', 3496, 10, 17, 11.77, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7422, 1869, 'Anatoliy fast store', 672, 10, 17, 3.06, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7423, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.13, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7424, 1869, 'Anatoliy fast store', 756, 19, 17, 0.47, 1, 1, 'ai_bid', '2024-05-26 12:31:05', '2024-05-26 12:31:05', '2024-05-27 12:32:06'),
(7425, 1866, 'Tetyana store', 2887, 19, 16, 4.55, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7426, 1866, 'Tetyana store', 4418, 16, 16, 2915.16, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7427, 1866, 'Tetyana store', 4544, 14, 16, 309.75, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7428, 1866, 'Tetyana store', 2844, 14, 16, 1174.19, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7429, 1866, 'Tetyana store', 4004, 12, 16, 127.19, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7430, 1866, 'Tetyana store', 997, 1, 16, 118.08, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7431, 1866, 'Tetyana store', 3433, 10, 16, 14.69, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7432, 1866, 'Tetyana store', 714, 4, 16, 24.01, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7433, 1866, 'Tetyana store', 558, 17, 16, 12.36, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7434, 1866, 'Tetyana store', 3669, 13, 16, 20.59, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7435, 1866, 'Tetyana store', 2355, 19, 16, 424.00, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7436, 1866, 'Tetyana store', 3987, 12, 16, 30.30, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7437, 1866, 'Tetyana store', 2337, 5, 16, 31.50, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7438, 1866, 'Tetyana store', 3656, 17, 16, 30.90, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7439, 1866, 'Tetyana store', 4428, 16, 16, 31.21, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7440, 1866, 'Tetyana store', 1343, 15, 16, 60.59, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7441, 1866, 'Tetyana store', 1282, 15, 16, 532.22, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7442, 1866, 'Tetyana store', 3428, 14, 16, 265.74, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7443, 1866, 'Tetyana store', 2589, 14, 16, 60.59, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7444, 1866, 'Tetyana store', 457, 16, 16, 203.93, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7445, 1866, 'Tetyana store', 4679, 12, 16, 6.34, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7446, 1866, 'Tetyana store', 4407, 14, 16, 2969.05, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7447, 1866, 'Tetyana store', 1484, 10, 16, 9.53, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7448, 1866, 'Tetyana store', 42, 2, 16, 131.25, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7449, 1866, 'Tetyana store', 4006, 18, 16, 126.22, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7450, 1866, 'Tetyana store', 5324, 13, 16, 1909.05, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7451, 1866, 'Tetyana store', 4720, 12, 16, 8.05, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(7452, 1866, 'Tetyana store', 4437, 16, 16, 91.80, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7453, 1866, 'Tetyana store', 2343, 6, 16, 51.93, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7454, 1866, 'Tetyana store', 1581, 4, 16, 20.88, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7455, 1866, 'Tetyana store', 756, 19, 16, 0.47, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7456, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7457, 1866, 'Tetyana store', 1894, 19, 16, 0.20, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7458, 1866, 'Tetyana store', 1811, 5, 16, 0.20, 1, 1, 'ai_bid', '2024-05-26 13:34:04', '2024-05-26 13:34:04', '2024-05-27 13:35:04'),
(7459, 1871, 'Almeida', 3910, 16, 7, 2003.40, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7460, 1871, 'Almeida', 1717, 10, 7, 13.13, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7461, 1871, 'Almeida', 436, 13, 7, 72.66, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7462, 1871, 'Almeida', 5659, 10, 7, 125.83, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7463, 1871, 'Almeida', 4898, 13, 7, 84.19, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7464, 1871, 'Almeida', 4293, 18, 7, 210.16, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7465, 1871, 'Almeida', 3170, 19, 7, 530.39, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7466, 1871, 'Almeida', 4613, 14, 7, 375.35, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7467, 1871, 'Almeida', 831, 13, 7, 180.79, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7468, 1871, 'Almeida', 2421, 19, 7, 707.00, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7469, 1871, 'Almeida', 1894, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-05-26 14:54:03', '2024-05-26 14:54:03', '2024-05-27 14:55:04'),
(7470, 1871, 'Almeida', 2391, 2, 7, 62.31, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:04'),
(7471, 1871, 'Almeida', 2085, 12, 7, 30.62, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:04'),
(7472, 1871, 'Almeida', 4057, 13, 7, 26.80, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:04'),
(7473, 1871, 'Almeida', 4717, 14, 7, 29.86, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:04'),
(7474, 1871, 'Almeida', 662, 17, 7, 17.17, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7475, 1871, 'Almeida', 3296, 5, 7, 1.16, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7476, 1871, 'Almeida', 583, 7, 7, 10.50, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7477, 1871, 'Almeida', 826, 10, 7, 355.46, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7478, 1871, 'Almeida', 3856, 11, 7, 41.70, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7479, 1871, 'Almeida', 5997, 14, 7, 18199.99, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7480, 1871, 'Almeida', 2294, 19, 7, 7.15, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7481, 1871, 'Almeida', 1404, 10, 7, 30.18, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7482, 1871, 'Almeida', 1426, 2, 7, 63.54, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7483, 1871, 'Almeida', 3890, 15, 7, 292.90, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7484, 1871, 'Almeida', 1937, 19, 7, 67.60, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7485, 1871, 'Almeida', 661, 1, 7, 6.24, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7486, 1871, 'Almeida', 3293, 5, 7, 14.14, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7487, 1871, 'Almeida', 5335, 16, 7, 19.80, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7488, 1871, 'Almeida', 6041, 11, 7, 103.69, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7489, 1871, 'Almeida', 2406, 2, 7, 115.81, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7490, 1871, 'Almeida', 2077, 5, 7, 5.25, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7491, 1871, 'Almeida', 3950, 16, 7, 2118.94, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7492, 1871, 'Almeida', 796, 19, 7, 357.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7493, 1871, 'Almeida', 3342, 7, 7, 16.47, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7494, 1871, 'Almeida', 5325, 14, 7, 52.01, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7495, 1871, 'Almeida', 1040, 5, 7, 52.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7496, 1871, 'Almeida', 4098, 14, 7, 7.41, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7497, 1871, 'Almeida', 2180, 19, 7, 14.28, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7498, 1871, 'Almeida', 931, 5, 7, 53.94, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7499, 1871, 'Almeida', 1397, 19, 7, 614.91, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7500, 1871, 'Almeida', 1791, 19, 7, 1030.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7501, 1871, 'Almeida', 6014, 11, 7, 4160.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7502, 1871, 'Almeida', 3732, 13, 7, 312.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7503, 1871, 'Almeida', 3465, 14, 7, 527.26, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7504, 1871, 'Almeida', 117, 2, 7, 1286.47, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7505, 1871, 'Almeida', 1600, 4, 7, 177.70, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7506, 1871, 'Almeida', 1158, 18, 7, 39.39, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7507, 1871, 'Almeida', 1281, 18, 7, 63.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7508, 1871, 'Almeida', 5106, 16, 7, 87.36, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7509, 1871, 'Almeida', 2640, 14, 7, 34.64, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7510, 1871, 'Almeida', 3020, 14, 7, 24.37, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7511, 1871, 'Almeida', 413, 18, 7, 32.52, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7512, 1871, 'Almeida', 5600, 10, 7, 64.65, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7513, 1871, 'Almeida', 1768, 19, 7, 998.49, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7514, 1871, 'Almeida', 1742, 19, 7, 34.34, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7515, 1871, 'Almeida', 965, 5, 7, 1050.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7516, 1871, 'Almeida', 1089, 19, 7, 631.38, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7517, 1871, 'Almeida', 1727, 19, 7, 488.80, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7518, 1871, 'Almeida', 5987, 17, 7, 22.11, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7519, 1871, 'Almeida', 2908, 19, 7, 282.80, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7520, 1871, 'Almeida', 4473, 15, 7, 224.40, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7521, 1871, 'Almeida', 62, 2, 7, 18.90, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7522, 1871, 'Almeida', 2749, 14, 7, 127.50, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7523, 1871, 'Almeida', 1514, 15, 7, 4.49, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7524, 1871, 'Almeida', 212, 18, 7, 39.82, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7525, 1871, 'Almeida', 4178, 5, 7, 22.97, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7526, 1871, 'Almeida', 781, 18, 7, 230.18, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7527, 1871, 'Almeida', 2723, 18, 7, 243.07, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7528, 1871, 'Almeida', 4105, 18, 7, 41.99, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7529, 1871, 'Almeida', 673, 19, 7, 342.72, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7530, 1871, 'Almeida', 6052, 15, 7, 30.89, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7531, 1871, 'Almeida', 1781, 19, 7, 13.52, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7532, 1871, 'Almeida', 6097, 11, 7, 10.93, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7533, 1871, 'Almeida', 2330, 10, 7, 21.62, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:05'),
(7534, 1871, 'Almeida', 3158, 4, 7, 42.38, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7535, 1871, 'Almeida', 4340, 18, 7, 213.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7536, 1871, 'Almeida', 4363, 14, 7, 239.20, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7537, 1871, 'Almeida', 612, 1, 7, 66.30, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7538, 1871, 'Almeida', 2118, 19, 7, 11.21, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7539, 1871, 'Almeida', 2896, 16, 7, 101.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7540, 1871, 'Almeida', 242, 17, 7, 32.76, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7541, 1871, 'Almeida', 4337, 18, 7, 149.69, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7542, 1871, 'Almeida', 678, 10, 7, 2.06, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7543, 1871, 'Almeida', 2411, 2, 7, 47.70, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7544, 1871, 'Almeida', 4269, 18, 7, 115.54, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7545, 1871, 'Almeida', 786, 18, 7, 233.62, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7546, 1871, 'Almeida', 4746, 12, 7, 54.14, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7547, 1871, 'Almeida', 3260, 7, 7, 7.56, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7548, 1871, 'Almeida', 5271, 16, 7, 630.00, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7549, 1871, 'Almeida', 5293, 14, 7, 109.17, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7550, 1871, 'Almeida', 3338, 7, 7, 5.36, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7551, 1871, 'Almeida', 2798, 14, 7, 166.91, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7552, 1871, 'Almeida', 3065, 2, 7, 4.16, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7553, 1871, 'Almeida', 2076, 19, 7, 30.59, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7554, 1871, 'Almeida', 747, 7, 7, 15.05, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7555, 1871, 'Almeida', 1398, 18, 7, 47.29, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7556, 1871, 'Almeida', 2503, 7, 7, 299.65, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7557, 1871, 'Almeida', 1764, 18, 7, 96.45, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7558, 1871, 'Almeida', 1206, 14, 7, 10.09, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7559, 1871, 'Almeida', 803, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7560, 1871, 'Almeida', 1640, 19, 7, 1.01, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7561, 1871, 'Almeida', 1811, 5, 7, 0.20, 1, 1, 'ai_bid', '2024-05-26 14:54:04', '2024-05-26 14:54:04', '2024-05-27 14:55:06'),
(7562, 1870, 'Liliana', 3910, 16, 8, 1908.90, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7563, 1870, 'Liliana', 1717, 10, 8, 13.26, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7564, 1870, 'Liliana', 436, 13, 8, 71.28, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7565, 1870, 'Liliana', 5659, 10, 8, 124.62, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7566, 1870, 'Liliana', 4898, 13, 8, 85.81, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7567, 1870, 'Liliana', 4293, 18, 8, 202.15, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7568, 1870, 'Liliana', 3170, 19, 8, 535.49, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7569, 1870, 'Liliana', 4613, 14, 8, 382.71, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7570, 1870, 'Liliana', 831, 13, 8, 184.37, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7571, 1870, 'Liliana', 2421, 19, 8, 735.00, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:06'),
(7572, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7573, 1870, 'Liliana', 2391, 2, 8, 59.96, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7574, 1870, 'Liliana', 2085, 12, 8, 30.33, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7575, 1870, 'Liliana', 4057, 13, 8, 26.54, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7576, 1870, 'Liliana', 4717, 14, 8, 30.44, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7577, 1870, 'Liliana', 662, 17, 8, 17.34, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7578, 1870, 'Liliana', 3296, 5, 8, 1.18, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7579, 1870, 'Liliana', 583, 7, 8, 10.60, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7580, 1870, 'Liliana', 826, 10, 8, 351.97, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7581, 1870, 'Liliana', 3856, 11, 8, 41.70, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7582, 1870, 'Liliana', 2294, 19, 8, 7.22, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7583, 1870, 'Liliana', 1404, 10, 8, 30.48, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7584, 1870, 'Liliana', 1426, 2, 8, 62.33, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7585, 1870, 'Liliana', 3890, 15, 8, 304.50, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7586, 1870, 'Liliana', 1937, 19, 8, 68.25, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7587, 1870, 'Liliana', 661, 1, 8, 6.12, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7588, 1870, 'Liliana', 3293, 5, 8, 14.70, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7589, 1870, 'Liliana', 5335, 16, 8, 19.24, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7590, 1870, 'Liliana', 6041, 11, 8, 104.68, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7591, 1870, 'Liliana', 2406, 2, 8, 113.62, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7592, 1870, 'Liliana', 2077, 5, 8, 5.05, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7593, 1870, 'Liliana', 3950, 16, 8, 2078.96, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7594, 1870, 'Liliana', 796, 19, 8, 367.50, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7595, 1870, 'Liliana', 3342, 7, 8, 16.31, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7596, 1870, 'Liliana', 5325, 14, 8, 54.05, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7597, 1870, 'Liliana', 1040, 5, 8, 52.50, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7598, 1870, 'Liliana', 4098, 14, 8, 7.27, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7599, 1870, 'Liliana', 2180, 19, 8, 14.28, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7600, 1870, 'Liliana', 931, 5, 8, 51.91, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7601, 1870, 'Liliana', 1397, 19, 8, 632.82, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7602, 1870, 'Liliana', 1791, 19, 8, 1010.00, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7603, 1870, 'Liliana', 3732, 13, 8, 303.00, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7604, 1870, 'Liliana', 3465, 14, 8, 537.60, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7605, 1870, 'Liliana', 117, 2, 8, 1273.98, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7606, 1870, 'Liliana', 1600, 4, 8, 177.70, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7607, 1870, 'Liliana', 1158, 18, 8, 41.34, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7608, 1870, 'Liliana', 62, 2, 8, 18.90, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7609, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7610, 1870, 'Liliana', 1640, 19, 8, 1.06, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7611, 1870, 'Liliana', 1811, 5, 8, 0.21, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7612, 1870, 'Liliana', 1827, 19, 8, 0.13, 1, 1, 'ai_bid', '2024-05-26 14:54:05', '2024-05-26 14:54:05', '2024-05-27 14:55:07'),
(7613, 1798, 'Feelyards', 235, 12, NULL, 212.00, 1, 1, 'manual_bid', '2024-05-26 14:54:17', '2024-05-26 14:54:17', '2024-05-27 14:55:07'),
(7614, 1870, 'Liliana', 1827, 19, 8, 0.13, 1, 1, 'ai_bid', '2024-05-26 14:55:06', '2024-05-26 14:55:06', '2024-05-27 14:56:02'),
(7615, 1798, 'Feelyards', 4709, 12, NULL, 50.00, 1, 1, 'manual_bid', '2024-05-26 14:56:24', '2024-05-26 14:56:24', '2024-05-27 14:57:03'),
(7616, 1866, 'Tetyana store', 3222, 5, 6, 4.20, 1, 1, 'ai_bid', '2024-05-26 15:10:05', '2024-05-26 15:10:05', '2024-05-27 15:10:05'),
(7617, 1866, 'Tetyana store', 5911, 13, 6, 8.30, 1, 1, 'ai_bid', '2024-05-26 15:10:05', '2024-05-26 15:10:05', '2024-05-27 15:10:05'),
(7618, 1866, 'Tetyana store', 2085, 12, 6, 29.47, 1, 1, 'ai_bid', '2024-05-26 15:10:05', '2024-05-26 15:10:05', '2024-05-27 15:10:05'),
(7619, 1866, 'Tetyana store', 3052, 2, 6, 5.25, 1, 1, 'ai_bid', '2024-05-26 15:10:05', '2024-05-26 15:10:05', '2024-05-27 15:10:05'),
(7620, 1866, 'Tetyana store', 5897, 17, 6, 7.01, 1, 1, 'ai_bid', '2024-05-26 15:10:05', '2024-05-26 15:10:05', '2024-05-27 15:10:05'),
(7621, 1866, 'Tetyana store', 1894, 19, 6, 0.20, 1, 1, 'ai_bid', '2024-05-26 15:10:05', '2024-05-26 15:10:05', '2024-05-27 15:10:05'),
(7622, 1866, 'Tetyana store', 734, 19, 6, 0.22, 1, 1, 'ai_bid', '2024-05-26 15:10:05', '2024-05-26 15:10:05', '2024-05-27 15:10:05'),
(7623, 1873, 'Gustavo', 269, 2, 9, 166.65, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7624, 1873, 'Gustavo', 2133, 19, 9, 131.25, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7625, 1873, 'Gustavo', 5580, 15, 9, 13.11, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7626, 1873, 'Gustavo', 4342, 18, 9, 204.04, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7627, 1873, 'Gustavo', 3468, 10, 9, 1307.95, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7628, 1873, 'Gustavo', 4614, 5, 9, 26.25, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7629, 1873, 'Gustavo', 482, 17, 9, 26.10, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7630, 1873, 'Gustavo', 2217, 2, 9, 19.38, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7631, 1873, 'Gustavo', 3453, 10, 9, 16.13, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7632, 1873, 'Gustavo', 5996, 11, 9, 155.52, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7633, 1873, 'Gustavo', 4037, 13, 9, 152.99, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7634, 1873, 'Gustavo', 2837, 14, 9, 41.07, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7635, 1873, 'Gustavo', 2535, 19, 9, 274.72, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7636, 1873, 'Gustavo', 4805, 17, 9, 139.40, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7637, 1873, 'Gustavo', 2358, 16, 9, 26.56, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7638, 1873, 'Gustavo', 5782, 17, 9, 20.70, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7639, 1873, 'Gustavo', 2558, 10, 9, 45.14, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7640, 1873, 'Gustavo', 2585, 14, 9, 20.99, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7641, 1873, 'Gustavo', 4545, 16, 9, 29.39, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7642, 1873, 'Gustavo', 3853, 4, 9, 530.00, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7643, 1873, 'Gustavo', 3040, 17, 9, 1222.98, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7644, 1873, 'Gustavo', 4473, 15, 9, 224.40, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7645, 1873, 'Gustavo', 5349, 13, 9, 270.40, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7646, 1873, 'Gustavo', 2650, 14, 9, 15.09, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7647, 1873, 'Gustavo', 2769, 14, 9, 30.94, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7648, 1873, 'Gustavo', 3355, 7, 9, 1218.90, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7649, 1873, 'Gustavo', 1684, 17, 9, 196.63, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7650, 1873, 'Gustavo', 910, 5, 9, 7.23, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7651, 1873, 'Gustavo', 1152, 18, 9, 33.99, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7652, 1873, 'Gustavo', 3580, 12, 9, 7.58, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7653, 1873, 'Gustavo', 3124, 2, 9, 43.26, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7654, 1873, 'Gustavo', 4125, 14, 9, 249.89, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7655, 1873, 'Gustavo', 3624, 12, 9, 127.94, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7656, 1873, 'Gustavo', 2415, 16, 9, 11.22, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7657, 1873, 'Gustavo', 624, 5, 9, 1.05, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7658, 1873, 'Gustavo', 1761, 19, 9, 21.40, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7659, 1873, 'Gustavo', 34, 2, 9, 3.09, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7660, 1873, 'Gustavo', 4706, 12, 9, 110.03, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7661, 1873, 'Gustavo', 2941, 12, 9, 998.89, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7662, 1873, 'Gustavo', 4445, 15, 9, 27.71, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7663, 1873, 'Gustavo', 4862, 14, 9, 15.02, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7664, 1873, 'Gustavo', 3896, 15, 9, 104.02, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7665, 1873, 'Gustavo', 4856, 12, 9, 268.16, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7666, 1873, 'Gustavo', 5812, 17, 9, 1.56, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7667, 1873, 'Gustavo', 1273, 19, 9, 343.20, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7668, 1873, 'Gustavo', 4154, 5, 9, 20.40, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7669, 1873, 'Gustavo', 3487, 10, 9, 15.74, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7670, 1873, 'Gustavo', 1041, 19, 9, 61.20, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7671, 1873, 'Gustavo', 6036, 15, 9, 45.81, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7672, 1873, 'Gustavo', 1401, 10, 9, 10.60, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:04'),
(7673, 1873, 'Gustavo', 5802, 13, 9, 21.19, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7674, 1873, 'Gustavo', 2669, 14, 9, 129.07, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7675, 1873, 'Gustavo', 1525, 19, 9, 137.69, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7676, 1873, 'Gustavo', 3842, 4, 9, 21.20, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7677, 1873, 'Gustavo', 4435, 16, 9, 16.75, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7678, 1873, 'Gustavo', 1001, 16, 9, 1515.60, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7679, 1873, 'Gustavo', 5548, 10, 9, 32.00, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7680, 1873, 'Gustavo', 4791, 12, 9, 549.43, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7681, 1873, 'Gustavo', 704, 19, 9, 50.35, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7682, 1873, 'Gustavo', 2838, 13, 9, 30.89, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7683, 1873, 'Gustavo', 3164, 4, 9, 29.86, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7684, 1873, 'Gustavo', 1104, 19, 9, 1559.75, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7685, 1873, 'Gustavo', 4826, 12, 9, 15.14, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7686, 1873, 'Gustavo', 4977, 14, 9, 5.24, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7687, 1873, 'Gustavo', 2767, 14, 9, 196.35, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7688, 1873, 'Gustavo', 5687, 15, 9, 36.05, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7689, 1873, 'Gustavo', 330, 12, 9, 68.02, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7690, 1873, 'Gustavo', 3777, 13, 9, 8.54, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7691, 1873, 'Gustavo', 2519, 16, 9, 30.59, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7692, 1873, 'Gustavo', 3545, 10, 9, 38.92, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7693, 1873, 'Gustavo', 853, 19, 9, 250.15, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7694, 1873, 'Gustavo', 5121, 13, 9, 105.03, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7695, 1873, 'Gustavo', 4314, 15, 9, 4.85, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7696, 1873, 'Gustavo', 3714, 18, 9, 259.22, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7697, 1873, 'Gustavo', 1353, 15, 9, 2.22, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7698, 1873, 'Gustavo', 1811, 5, 9, 0.21, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7699, 1873, 'Gustavo', 6029, 15, 9, 27.02, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7700, 1873, 'Gustavo', 2104, 18, 9, 18.27, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7701, 1873, 'Gustavo', 1625, 19, 9, 5.30, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7702, 1873, 'Gustavo', 4298, 16, 9, 51.46, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7703, 1873, 'Gustavo', 5790, 15, 9, 636.00, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7704, 1873, 'Gustavo', 1754, 2, 9, 51.45, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7705, 1873, 'Gustavo', 5124, 16, 9, 418.18, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7706, 1873, 'Gustavo', 3648, 18, 9, 481.95, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7707, 1873, 'Gustavo', 2740, 17, 9, 31.19, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7708, 1873, 'Gustavo', 6074, 15, 9, 15.21, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7709, 1873, 'Gustavo', 283, 14, 9, 46.08, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7710, 1873, 'Gustavo', 5748, 13, 9, 10.29, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7711, 1873, 'Gustavo', 3039, 18, 9, 25.74, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7712, 1873, 'Gustavo', 5885, 17, 9, 329.81, 1, 1, 'ai_bid', '2024-05-26 15:14:05', '2024-05-26 15:14:05', '2024-05-27 15:15:05'),
(7713, 1873, 'Gustavo', 483, 1, 9, 56.29, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7714, 1873, 'Gustavo', 1342, 10, 9, 6.17, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7715, 1873, 'Gustavo', 2283, 19, 9, 96.82, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7716, 1873, 'Gustavo', 5861, 13, 9, 25.24, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7717, 1873, 'Gustavo', 1991, 18, 9, 37.79, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7718, 1873, 'Gustavo', 724, 1, 9, 38.34, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7719, 1873, 'Gustavo', 1878, 5, 9, 26.25, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7720, 1873, 'Gustavo', 258, 12, 9, 243.07, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7721, 1873, 'Gustavo', 91, 2, 9, 207.76, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7722, 1873, 'Gustavo', 2065, 12, 9, 7.45, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7723, 1873, 'Gustavo', 735, 19, 9, 2.29, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7724, 1873, 'Gustavo', 1844, 19, 9, 0.30, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7725, 1873, 'Gustavo', 949, 5, 9, 0.32, 1, 1, 'ai_bid', '2024-05-26 15:14:06', '2024-05-26 15:14:06', '2024-05-27 15:15:05'),
(7726, 1866, 'Tetyana store', 2051, 10, 11, 4.58, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7727, 1866, 'Tetyana store', 4963, 13, 11, 1365.00, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7728, 1866, 'Tetyana store', 4318, 16, 11, 135.68, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7729, 1866, 'Tetyana store', 5577, 10, 11, 152.36, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7730, 1866, 'Tetyana store', 2716, 14, 11, 26.93, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7731, 1866, 'Tetyana store', 5992, 11, 11, 83.20, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7732, 1866, 'Tetyana store', 5119, 13, 11, 62.82, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7733, 1866, 'Tetyana store', 4932, 13, 11, 39.17, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7734, 1866, 'Tetyana store', 1431, 19, 11, 57.19, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7735, 1866, 'Tetyana store', 2712, 14, 11, 22.22, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7736, 1866, 'Tetyana store', 2523, 19, 11, 112.20, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7737, 1866, 'Tetyana store', 3510, 10, 11, 624.75, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7738, 1866, 'Tetyana store', 5390, 17, 11, 93.28, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7739, 1866, 'Tetyana store', 1959, 5, 11, 21.20, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7740, 1866, 'Tetyana store', 690, 10, 11, 322.19, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7741, 1866, 'Tetyana store', 3395, 10, 11, 48.75, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7742, 1866, 'Tetyana store', 2577, 14, 11, 116.59, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7743, 1866, 'Tetyana store', 2603, 14, 11, 1521.45, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7744, 1866, 'Tetyana store', 2428, 19, 11, 4337.95, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7745, 1866, 'Tetyana store', 826, 10, 11, 369.40, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7746, 1866, 'Tetyana store', 3272, 5, 11, 46.45, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7747, 1866, 'Tetyana store', 1769, 1, 11, 80.94, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7748, 1866, 'Tetyana store', 5111, 16, 11, 13.85, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7749, 1866, 'Tetyana store', 2624, 14, 11, 20.19, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7750, 1866, 'Tetyana store', 4638, 15, 11, 80.43, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7751, 1866, 'Tetyana store', 1057, 17, 11, 32.13, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7752, 1866, 'Tetyana store', 837, 4, 11, 91.60, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7753, 1866, 'Tetyana store', 5351, 14, 11, 84.88, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:03'),
(7754, 1866, 'Tetyana store', 5043, 11, 11, 70.69, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7755, 1866, 'Tetyana store', 4389, 16, 11, 15.60, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7756, 1866, 'Tetyana store', 2004, 4, 11, 89.85, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7757, 1866, 'Tetyana store', 2561, 7, 11, 20.70, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7758, 1866, 'Tetyana store', 5093, 13, 11, 152.50, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7759, 1866, 'Tetyana store', 900, 5, 11, 88.40, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7760, 1866, 'Tetyana store', 947, 5, 11, 31.46, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7761, 1866, 'Tetyana store', 4408, 18, 11, 30.90, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7762, 1866, 'Tetyana store', 556, 16, 11, 7.07, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7763, 1866, 'Tetyana store', 1739, 19, 11, 119.48, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7764, 1866, 'Tetyana store', 1864, 19, 11, 724.50, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7765, 1866, 'Tetyana store', 5230, 13, 11, 4.32, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7766, 1866, 'Tetyana store', 2562, 17, 11, 50.90, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7767, 1866, 'Tetyana store', 2560, 14, 11, 121.19, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7768, 1866, 'Tetyana store', 581, 18, 11, 105.00, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7769, 1866, 'Tetyana store', 5956, 17, 11, 19.47, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7770, 1866, 'Tetyana store', 3200, 4, 11, 10.30, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7771, 1866, 'Tetyana store', 4828, 12, 11, 38.67, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7772, 1866, 'Tetyana store', 5498, 17, 11, 36.25, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7773, 1866, 'Tetyana store', 138, 2, 11, 132.53, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7774, 1866, 'Tetyana store', 3271, 5, 11, 2.75, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7775, 1866, 'Tetyana store', 5197, 16, 11, 2523.99, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7776, 1866, 'Tetyana store', 1277, 10, 11, 34.80, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7777, 1866, 'Tetyana store', 2094, 19, 11, 175.76, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7778, 1866, 'Tetyana store', 3390, 10, 11, 20.58, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7779, 1866, 'Tetyana store', 4397, 15, 11, 30.29, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7780, 1866, 'Tetyana store', 963, 5, 11, 2.02, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7781, 1866, 'Tetyana store', 1811, 5, 11, 0.21, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7782, 1866, 'Tetyana store', 1894, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7783, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7784, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-05-26 15:25:05', '2024-05-26 15:25:05', '2024-05-27 15:26:04'),
(7785, 1867, 'Omevoric enterprises', 5136, 16, 12, 102.96, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7786, 1867, 'Omevoric enterprises', 356, 18, 12, 2205.82, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7787, 1867, 'Omevoric enterprises', 4873, 12, 12, 977.10, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7788, 1867, 'Omevoric enterprises', 2754, 14, 12, 221.34, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7789, 1867, 'Omevoric enterprises', 1031, 19, 12, 10.10, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7790, 1867, 'Omevoric enterprises', 4114, 5, 12, 301.60, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7791, 1867, 'Omevoric enterprises', 284, 14, 12, 133.90, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7792, 1867, 'Omevoric enterprises', 5444, 12, 12, 3.77, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7793, 1867, 'Omevoric enterprises', 3038, 19, 12, 2623.95, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7794, 1867, 'Omevoric enterprises', 2538, 7, 12, 19.58, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7795, 1867, 'Omevoric enterprises', 2323, 2, 12, 356.96, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7796, 1867, 'Omevoric enterprises', 4944, 14, 12, 8.15, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7797, 1867, 'Omevoric enterprises', 3813, 15, 12, 22.43, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7798, 1867, 'Omevoric enterprises', 831, 13, 12, 187.95, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7799, 1867, 'Omevoric enterprises', 3264, 5, 12, 6.93, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7800, 1867, 'Omevoric enterprises', 4295, 14, 12, 103.00, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7801, 1867, 'Omevoric enterprises', 2504, 17, 12, 31.69, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7802, 1867, 'Omevoric enterprises', 836, 19, 12, 15.56, 1, 1, 'ai_bid', '2024-05-26 15:33:04', '2024-05-26 15:33:04', '2024-05-27 15:34:03'),
(7803, 1867, 'Omevoric enterprises', 4105, 18, 12, 40.39, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7804, 1867, 'Omevoric enterprises', 1754, 2, 12, 51.45, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7805, 1867, 'Omevoric enterprises', 5642, 15, 12, 116.60, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7806, 1867, 'Omevoric enterprises', 1257, 19, 12, 6.96, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7807, 1867, 'Omevoric enterprises', 4550, 14, 12, 3244.50, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7808, 1867, 'Omevoric enterprises', 4125, 14, 12, 245.13, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7809, 1867, 'Omevoric enterprises', 5833, 17, 12, 16.12, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7810, 1867, 'Omevoric enterprises', 5908, 13, 12, 35.01, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7811, 1867, 'Omevoric enterprises', 272, 2, 12, 2029.10, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7812, 1867, 'Omevoric enterprises', 1293, 15, 12, 33.57, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7813, 1867, 'Omevoric enterprises', 2049, 12, 12, 9.05, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7814, 1867, 'Omevoric enterprises', 4797, 12, 12, 41.19, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:03'),
(7815, 1867, 'Omevoric enterprises', 3992, 12, 12, 71.40, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7816, 1867, 'Omevoric enterprises', 235, 12, 12, 224.69, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7817, 1867, 'Omevoric enterprises', 2778, 14, 12, 31.09, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7818, 1867, 'Omevoric enterprises', 5121, 13, 12, 105.03, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7819, 1867, 'Omevoric enterprises', 4273, 14, 12, 9.09, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7820, 1867, 'Omevoric enterprises', 3058, 2, 12, 454.74, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7821, 1867, 'Omevoric enterprises', 1431, 19, 12, 58.29, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7822, 1867, 'Omevoric enterprises', 5263, 13, 12, 17.84, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7823, 1867, 'Omevoric enterprises', 2488, 16, 12, 106.00, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7824, 1867, 'Omevoric enterprises', 149, 18, 12, 72.79, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7825, 1867, 'Omevoric enterprises', 3426, 10, 12, 24.23, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7826, 1867, 'Omevoric enterprises', 3668, 10, 12, 36.36, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7827, 1867, 'Omevoric enterprises', 3649, 13, 12, 13.25, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7828, 1867, 'Omevoric enterprises', 4513, 16, 12, 7.35, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7829, 1867, 'Omevoric enterprises', 5624, 15, 12, 42.00, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7830, 1867, 'Omevoric enterprises', 725, 19, 12, 73.45, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7831, 1867, 'Omevoric enterprises', 2424, 19, 12, 31.10, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(7832, 1867, 'Omevoric enterprises', 1007, 16, 12, 79.79, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7833, 1867, 'Omevoric enterprises', 972, 5, 12, 14.78, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7834, 1867, 'Omevoric enterprises', 3832, 16, 12, 6.23, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7835, 1867, 'Omevoric enterprises', 1701, 5, 12, 6.70, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7836, 1867, 'Omevoric enterprises', 4940, 14, 12, 19.38, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7837, 1867, 'Omevoric enterprises', 1358, 15, 12, 1897.40, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7838, 1867, 'Omevoric enterprises', 3339, 15, 12, 159.00, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7839, 1867, 'Omevoric enterprises', 852, 19, 12, 26.70, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7840, 1867, 'Omevoric enterprises', 3488, 10, 12, 241.50, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7841, 1867, 'Omevoric enterprises', 2443, 2, 12, 7.99, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7842, 1867, 'Omevoric enterprises', 5831, 15, 12, 19.18, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7843, 1867, 'Omevoric enterprises', 4902, 14, 12, 2.36, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7844, 1867, 'Omevoric enterprises', 1015, 5, 12, 4.01, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7845, 1867, 'Omevoric enterprises', 949, 5, 12, 0.32, 1, 1, 'ai_bid', '2024-05-26 15:33:05', '2024-05-26 15:33:05', '2024-05-27 15:34:04'),
(7846, 1868, 'Marcelo Ltd', 5952, 15, 13, 3565.79, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7847, 1868, 'Marcelo Ltd', 770, 19, 13, 6.62, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7848, 1868, 'Marcelo Ltd', 4337, 18, 13, 145.41, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7849, 1868, 'Marcelo Ltd', 2587, 7, 13, 50.97, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7850, 1868, 'Marcelo Ltd', 3832, 16, 13, 6.06, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7851, 1868, 'Marcelo Ltd', 2604, 17, 13, 15.89, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7852, 1868, 'Marcelo Ltd', 2972, 19, 13, 35.70, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7853, 1868, 'Marcelo Ltd', 1350, 14, 13, 5.74, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7854, 1868, 'Marcelo Ltd', 4637, 5, 13, 22.43, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7855, 1868, 'Marcelo Ltd', 517, 7, 13, 18.23, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7856, 1868, 'Marcelo Ltd', 5779, 15, 13, 25.49, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7857, 1868, 'Marcelo Ltd', 145, 2, 13, 73.14, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7858, 1868, 'Marcelo Ltd', 339, 12, 13, 755.94, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7859, 1868, 'Marcelo Ltd', 5586, 10, 13, 11.21, 1, 1, 'ai_bid', '2024-05-26 16:07:06', '2024-05-26 16:07:06', '2024-05-27 16:08:02'),
(7860, 1868, 'Marcelo Ltd', 4498, 16, 13, 104.02, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7861, 1868, 'Marcelo Ltd', 1474, 19, 13, 98.94, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7862, 1868, 'Marcelo Ltd', 4032, 18, 13, 10.81, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7863, 1868, 'Marcelo Ltd', 1207, 18, 13, 59.74, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7864, 1868, 'Marcelo Ltd', 5050, 16, 13, 153.00, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7865, 1868, 'Marcelo Ltd', 408, 18, 13, 93.72, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7866, 1868, 'Marcelo Ltd', 1716, 10, 13, 7.13, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7867, 1868, 'Marcelo Ltd', 972, 5, 13, 15.06, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7868, 1868, 'Marcelo Ltd', 4490, 16, 13, 120.63, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7869, 1868, 'Marcelo Ltd', 3922, 16, 13, 26.99, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7870, 1868, 'Marcelo Ltd', 3931, 5, 13, 21.42, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7871, 1868, 'Marcelo Ltd', 2010, 15, 13, 412.34, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7872, 1868, 'Marcelo Ltd', 3667, 13, 13, 19.37, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7873, 1868, 'Marcelo Ltd', 2371, 17, 13, 81.87, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7874, 1868, 'Marcelo Ltd', 1756, 2, 13, 1494.80, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:02'),
(7875, 1868, 'Marcelo Ltd', 4927, 13, 13, 131.25, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7876, 1868, 'Marcelo Ltd', 2926, 19, 13, 84.00, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7877, 1868, 'Marcelo Ltd', 1321, 2, 13, 29.47, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7878, 1868, 'Marcelo Ltd', 4064, 18, 13, 12.26, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7879, 1868, 'Marcelo Ltd', 1846, 5, 13, 1.54, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7880, 1868, 'Marcelo Ltd', 1119, 19, 13, 144.20, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7881, 1868, 'Marcelo Ltd', 4915, 13, 13, 72.19, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7882, 1868, 'Marcelo Ltd', 2426, 19, 13, 508.98, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7883, 1868, 'Marcelo Ltd', 2743, 19, 13, 40.79, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7884, 1868, 'Marcelo Ltd', 1416, 19, 13, 162.18, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7885, 1868, 'Marcelo Ltd', 2538, 7, 13, 19.39, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7886, 1868, 'Marcelo Ltd', 3726, 13, 13, 12.35, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7887, 1868, 'Marcelo Ltd', 5489, 7, 13, 2.10, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7888, 1868, 'Marcelo Ltd', 238, 5, 13, 16.32, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7889, 1868, 'Marcelo Ltd', 670, 10, 13, 8.24, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7890, 1868, 'Marcelo Ltd', 599, 19, 13, 1260.00, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7891, 1868, 'Marcelo Ltd', 2125, 5, 13, 32.96, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7892, 1868, 'Marcelo Ltd', 5238, 16, 13, 203.00, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7893, 1868, 'Marcelo Ltd', 4899, 11, 13, 20.59, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7894, 1868, 'Marcelo Ltd', 5697, 10, 13, 101.92, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7895, 1868, 'Marcelo Ltd', 3273, 7, 13, 103.94, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7896, 1868, 'Marcelo Ltd', 3865, 16, 13, 19.37, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7897, 1868, 'Marcelo Ltd', 3481, 11, 13, 15.73, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7898, 1868, 'Marcelo Ltd', 207, 18, 13, 51.47, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7899, 1868, 'Marcelo Ltd', 3773, 15, 13, 3.63, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7900, 1868, 'Marcelo Ltd', 1194, 14, 13, 11.32, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7901, 1868, 'Marcelo Ltd', 319, 7, 13, 30.77, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7902, 1868, 'Marcelo Ltd', 729, 19, 13, 11.62, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7903, 1868, 'Marcelo Ltd', 760, 19, 13, 18.53, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7904, 1868, 'Marcelo Ltd', 4522, 16, 13, 5.29, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7905, 1868, 'Marcelo Ltd', 695, 18, 13, 75.03, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7906, 1868, 'Marcelo Ltd', 6051, 15, 13, 15.89, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7907, 1868, 'Marcelo Ltd', 6052, 15, 13, 31.49, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7908, 1868, 'Marcelo Ltd', 5614, 15, 13, 35.79, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7909, 1868, 'Marcelo Ltd', 4750, 12, 13, 67.22, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7910, 1868, 'Marcelo Ltd', 5881, 17, 13, 7.21, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7911, 1868, 'Marcelo Ltd', 3022, 14, 13, 16.90, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7912, 1868, 'Marcelo Ltd', 2038, 5, 13, 110.25, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7913, 1868, 'Marcelo Ltd', 5093, 13, 13, 160.05, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7914, 1868, 'Marcelo Ltd', 3930, 16, 13, 11.32, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7915, 1868, 'Marcelo Ltd', 3064, 2, 13, 4.64, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7916, 1868, 'Marcelo Ltd', 837, 4, 13, 91.60, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7917, 1868, 'Marcelo Ltd', 1338, 15, 13, 17.01, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7918, 1868, 'Marcelo Ltd', 1965, 18, 13, 13.50, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7919, 1868, 'Marcelo Ltd', 5610, 15, 13, 91.79, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7920, 1868, 'Marcelo Ltd', 5663, 15, 13, 105.00, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7921, 1868, 'Marcelo Ltd', 5569, 10, 13, 65.27, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7922, 1868, 'Marcelo Ltd', 3989, 18, 13, 84.82, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7923, 1868, 'Marcelo Ltd', 4863, 17, 13, 52.41, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7924, 1868, 'Marcelo Ltd', 99, 2, 13, 207.76, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7925, 1868, 'Marcelo Ltd', 352, 2, 13, 21.41, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7926, 1868, 'Marcelo Ltd', 315, 7, 13, 94.71, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7927, 1868, 'Marcelo Ltd', 5969, 17, 13, 15.14, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7928, 1868, 'Marcelo Ltd', 40, 2, 13, 48.41, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7929, 1868, 'Marcelo Ltd', 138, 2, 13, 126.28, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7930, 1868, 'Marcelo Ltd', 214, 7, 13, 7.47, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7931, 1868, 'Marcelo Ltd', 4675, 12, 13, 5.16, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7932, 1868, 'Marcelo Ltd', 1333, 7, 13, 9.75, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7933, 1868, 'Marcelo Ltd', 1829, 5, 13, 0.78, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7934, 1868, 'Marcelo Ltd', 3296, 5, 13, 1.18, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7935, 1868, 'Marcelo Ltd', 949, 5, 13, 0.31, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7936, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.13, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7937, 1868, 'Marcelo Ltd', 803, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7938, 1868, 'Marcelo Ltd', 1894, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-05-26 16:07:07', '2024-05-26 16:07:07', '2024-05-27 16:08:03'),
(7939, 1869, 'Anatoliy fast store', 1368, 2, 14, 504.70, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7940, 1869, 'Anatoliy fast store', 392, 10, 14, 116.54, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7941, 1869, 'Anatoliy fast store', 3901, 2, 14, 1050.60, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7942, 1869, 'Anatoliy fast store', 5946, 17, 14, 28.84, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7943, 1869, 'Anatoliy fast store', 6033, 11, 14, 631.55, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7944, 1869, 'Anatoliy fast store', 4711, 12, 14, 30.90, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7945, 1869, 'Anatoliy fast store', 2085, 12, 14, 30.05, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7946, 1869, 'Anatoliy fast store', 3915, 16, 14, 2615.90, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7947, 1869, 'Anatoliy fast store', 1693, 18, 14, 9.30, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7948, 1869, 'Anatoliy fast store', 4679, 12, 14, 6.10, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7949, 1869, 'Anatoliy fast store', 2809, 18, 14, 35.76, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7950, 1869, 'Anatoliy fast store', 2998, 15, 14, 814.98, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7951, 1869, 'Anatoliy fast store', 2190, 12, 14, 7.27, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7952, 1869, 'Anatoliy fast store', 5191, 16, 14, 41.40, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7953, 1869, 'Anatoliy fast store', 1687, 19, 14, 82.90, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7954, 1869, 'Anatoliy fast store', 4628, 5, 14, 31.30, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7955, 1869, 'Anatoliy fast store', 1969, 19, 14, 15.89, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7956, 1869, 'Anatoliy fast store', 6091, 15, 14, 8.15, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7957, 1869, 'Anatoliy fast store', 5475, 12, 14, 83.99, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7958, 1869, 'Anatoliy fast store', 4616, 16, 14, 9434.00, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7959, 1869, 'Anatoliy fast store', 2104, 18, 14, 18.27, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7960, 1869, 'Anatoliy fast store', 880, 17, 14, 194.67, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7961, 1869, 'Anatoliy fast store', 5684, 10, 14, 315.00, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7962, 1869, 'Anatoliy fast store', 3913, 16, 14, 187.60, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:04'),
(7963, 1869, 'Anatoliy fast store', 5573, 10, 14, 75.23, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7964, 1869, 'Anatoliy fast store', 4900, 13, 14, 136.30, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7965, 1869, 'Anatoliy fast store', 751, 19, 14, 31.50, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7966, 1869, 'Anatoliy fast store', 5021, 13, 14, 304.00, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7967, 1869, 'Anatoliy fast store', 4477, 15, 14, 101.00, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7968, 1869, 'Anatoliy fast store', 2216, 19, 14, 9.54, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7969, 1869, 'Anatoliy fast store', 55, 2, 14, 30.16, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7970, 1869, 'Anatoliy fast store', 5544, 10, 14, 16.96, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7971, 1869, 'Anatoliy fast store', 4524, 16, 14, 10.57, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7972, 1869, 'Anatoliy fast store', 2465, 19, 14, 18.53, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7973, 1869, 'Anatoliy fast store', 5835, 15, 14, 19.82, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7974, 1869, 'Anatoliy fast store', 2880, 14, 14, 9.14, 1, 1, 'ai_bid', '2024-05-26 16:36:05', '2024-05-26 16:36:05', '2024-05-27 16:37:05'),
(7975, 1869, 'Anatoliy fast store', 3542, 12, 14, 6.73, 1, 1, 'ai_bid', '2024-05-26 16:36:06', '2024-05-26 16:36:06', '2024-05-27 16:37:05'),
(7976, 1869, 'Anatoliy fast store', 1844, 19, 14, 0.30, 1, 1, 'ai_bid', '2024-05-26 16:36:06', '2024-05-26 16:36:06', '2024-05-27 16:37:05'),
(7977, 1869, 'Anatoliy fast store', 803, 19, 14, 0.20, 1, 1, 'ai_bid', '2024-05-26 16:36:06', '2024-05-26 16:36:06', '2024-05-27 16:37:05'),
(7978, 1869, 'Anatoliy fast store', 734, 19, 14, 0.22, 1, 1, 'ai_bid', '2024-05-26 16:36:06', '2024-05-26 16:36:06', '2024-05-27 16:37:05'),
(7979, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-26 16:36:06', '2024-05-26 16:36:06', '2024-05-27 16:37:05'),
(7980, 1872, 'Melisa', 1856, 17, 18, 43.18, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7981, 1872, 'Melisa', 1712, 5, 18, 62.40, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7982, 1872, 'Melisa', 2655, 18, 18, 302.94, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7983, 1872, 'Melisa', 1405, 14, 18, 10.30, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7984, 1872, 'Melisa', 184, 7, 18, 17.30, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7985, 1872, 'Melisa', 2081, 19, 18, 798.00, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7986, 1872, 'Melisa', 2960, 15, 18, 1442.00, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7987, 1872, 'Melisa', 5867, 17, 18, 32.52, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7988, 1872, 'Melisa', 1426, 2, 18, 61.72, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7989, 1872, 'Melisa', 5555, 10, 18, 43.91, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7990, 1872, 'Melisa', 5052, 14, 18, 8.68, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7991, 1872, 'Melisa', 1365, 14, 18, 24.35, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7992, 1872, 'Melisa', 1440, 14, 18, 31.49, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7993, 1872, 'Melisa', 2336, 18, 18, 47.25, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7994, 1872, 'Melisa', 187, 16, 18, 30.29, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7995, 1872, 'Melisa', 1798, 17, 18, 1493.50, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7996, 1872, 'Melisa', 200, 7, 18, 7.96, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7997, 1872, 'Melisa', 5914, 17, 18, 2679.68, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7998, 1872, 'Melisa', 3833, 4, 18, 5.15, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(7999, 1872, 'Melisa', 4752, 14, 18, 285.59, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(8000, 1872, 'Melisa', 5511, 12, 18, 262.49, 1, 1, 'ai_bid', '2024-05-26 18:28:05', '2024-05-26 18:28:05', '2024-05-27 18:29:03'),
(8001, 1872, 'Melisa', 5836, 17, 18, 1824.78, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8002, 1872, 'Melisa', 3000, 19, 18, 20.60, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8003, 1872, 'Melisa', 1258, 18, 18, 318.00, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8004, 1872, 'Melisa', 2244, 18, 18, 64.89, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8005, 1872, 'Melisa', 5860, 15, 18, 80.79, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8006, 1872, 'Melisa', 3017, 14, 18, 313.03, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8007, 1872, 'Melisa', 236, 12, 18, 775.98, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8008, 1872, 'Melisa', 5468, 7, 18, 42.63, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8009, 1872, 'Melisa', 2303, 19, 18, 76.50, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8010, 1872, 'Melisa', 5811, 15, 18, 46.66, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8011, 1872, 'Melisa', 5058, 16, 18, 18.53, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8012, 1872, 'Melisa', 330, 12, 18, 66.74, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8013, 1872, 'Melisa', 1870, 19, 18, 24.72, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8014, 1872, 'Melisa', 1608, 18, 18, 9.68, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8015, 1872, 'Melisa', 6025, 11, 18, 101.96, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8016, 1872, 'Melisa', 1829, 5, 18, 0.80, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8017, 1872, 'Melisa', 4576, 14, 18, 9.43, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8018, 1872, 'Melisa', 1844, 19, 18, 0.32, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8019, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-05-26 18:28:06', '2024-05-26 18:28:06', '2024-05-27 18:29:03'),
(8020, 1869, 'Anatoliy fast store', 1486, 19, 17, 33.90, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8021, 1869, 'Anatoliy fast store', 1493, 15, 17, 614.25, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8022, 1869, 'Anatoliy fast store', 3758, 7, 17, 60.97, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8023, 1869, 'Anatoliy fast store', 1657, 18, 17, 2034.90, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8024, 1869, 'Anatoliy fast store', 2315, 19, 17, 556.51, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8025, 1869, 'Anatoliy fast store', 4664, 12, 17, 11.03, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8026, 1869, 'Anatoliy fast store', 5653, 10, 17, 1060.90, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8027, 1869, 'Anatoliy fast store', 2132, 19, 17, 103.97, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8028, 1869, 'Anatoliy fast store', 3751, 14, 17, 41.59, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8029, 1869, 'Anatoliy fast store', 376, 7, 17, 9.80, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8030, 1869, 'Anatoliy fast store', 5300, 14, 17, 602.75, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8031, 1869, 'Anatoliy fast store', 4897, 12, 17, 10.60, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8032, 1869, 'Anatoliy fast store', 1033, 5, 17, 757.50, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8033, 1869, 'Anatoliy fast store', 3754, 14, 17, 41.99, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8034, 1869, 'Anatoliy fast store', 3107, 2, 17, 208.95, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8035, 1869, 'Anatoliy fast store', 1107, 16, 17, 866.99, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:03'),
(8036, 1869, 'Anatoliy fast store', 2150, 19, 17, 318.00, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8037, 1869, 'Anatoliy fast store', 3326, 7, 17, 6.06, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8038, 1869, 'Anatoliy fast store', 3306, 5, 17, 19.17, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8039, 1869, 'Anatoliy fast store', 2159, 5, 17, 72.80, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8040, 1869, 'Anatoliy fast store', 740, 19, 17, 13.62, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8041, 1869, 'Anatoliy fast store', 1160, 14, 17, 4.47, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8042, 1869, 'Anatoliy fast store', 1051, 19, 17, 61.20, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8043, 1869, 'Anatoliy fast store', 530, 17, 17, 13.09, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8044, 1869, 'Anatoliy fast store', 3303, 16, 17, 1248.00, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8045, 1869, 'Anatoliy fast store', 5264, 13, 17, 5.81, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8046, 1869, 'Anatoliy fast store', 4590, 5, 17, 50.97, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8047, 1869, 'Anatoliy fast store', 2539, 17, 17, 10.59, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8048, 1869, 'Anatoliy fast store', 1926, 18, 17, 8.63, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8049, 1869, 'Anatoliy fast store', 4329, 15, 17, 9.45, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8050, 1869, 'Anatoliy fast store', 3392, 7, 17, 367.61, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8051, 1869, 'Anatoliy fast store', 494, 19, 17, 16.67, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8052, 1869, 'Anatoliy fast store', 2086, 7, 17, 261.51, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8053, 1869, 'Anatoliy fast store', 2362, 17, 17, 18.97, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8054, 1869, 'Anatoliy fast store', 1634, 19, 17, 1491.00, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8055, 1869, 'Anatoliy fast store', 5212, 16, 17, 58.57, 1, 1, 'ai_bid', '2024-05-27 13:43:06', '2024-05-27 13:43:06', '2024-05-28 13:44:04'),
(8056, 1869, 'Anatoliy fast store', 5459, 7, 17, 114.40, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8057, 1869, 'Anatoliy fast store', 3897, 2, 17, 102.32, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8058, 1869, 'Anatoliy fast store', 1427, 19, 17, 21.58, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8059, 1869, 'Anatoliy fast store', 5643, 10, 17, 7.97, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8060, 1869, 'Anatoliy fast store', 1701, 5, 17, 6.70, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8061, 1869, 'Anatoliy fast store', 699, 18, 17, 69.68, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8062, 1869, 'Anatoliy fast store', 2075, 19, 17, 105.06, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8063, 1869, 'Anatoliy fast store', 1788, 15, 17, 95.40, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8064, 1869, 'Anatoliy fast store', 1202, 14, 17, 51.90, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8065, 1869, 'Anatoliy fast store', 144, 7, 17, 24.48, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8066, 1869, 'Anatoliy fast store', 3594, 12, 17, 21.08, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8067, 1869, 'Anatoliy fast store', 25, 2, 17, 8.40, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8068, 1869, 'Anatoliy fast store', 3589, 17, 17, 7.71, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8069, 1869, 'Anatoliy fast store', 6028, 15, 17, 2.17, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8070, 1869, 'Anatoliy fast store', 1637, 19, 17, 4.89, 1, 1, 'ai_bid', '2024-05-27 13:43:07', '2024-05-27 13:43:07', '2024-05-28 13:44:04'),
(8071, 1866, 'Tetyana store', 546, 17, 16, 8.16, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8072, 1866, 'Tetyana store', 1193, 18, 16, 39.14, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8073, 1866, 'Tetyana store', 1820, 19, 16, 47.25, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8074, 1866, 'Tetyana store', 3428, 14, 16, 263.16, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8075, 1866, 'Tetyana store', 5344, 14, 16, 83.15, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8076, 1866, 'Tetyana store', 614, 19, 16, 109.08, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8077, 1866, 'Tetyana store', 3542, 12, 16, 6.60, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8078, 1866, 'Tetyana store', 4759, 12, 16, 51.93, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8079, 1866, 'Tetyana store', 3702, 14, 16, 754.98, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8080, 1866, 'Tetyana store', 4977, 14, 16, 5.04, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8081, 1866, 'Tetyana store', 3613, 13, 16, 6.35, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8082, 1866, 'Tetyana store', 449, 16, 16, 354.50, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8083, 1866, 'Tetyana store', 4001, 5, 16, 2425.28, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8084, 1866, 'Tetyana store', 3087, 18, 16, 46.19, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8085, 1866, 'Tetyana store', 3070, 2, 16, 312.00, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8086, 1866, 'Tetyana store', 1136, 16, 16, 24.95, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8087, 1866, 'Tetyana store', 2549, 7, 16, 344.94, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8088, 1866, 'Tetyana store', 3982, 5, 16, 150.49, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8089, 1866, 'Tetyana store', 2879, 14, 16, 60.59, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8090, 1866, 'Tetyana store', 571, 14, 16, 18.54, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8091, 1866, 'Tetyana store', 3199, 5, 16, 117.51, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8092, 1866, 'Tetyana store', 538, 18, 16, 341.77, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8093, 1866, 'Tetyana store', 797, 19, 16, 877.20, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8094, 1866, 'Tetyana store', 2673, 14, 16, 17.04, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8095, 1866, 'Tetyana store', 3786, 4, 16, 92.70, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8096, 1866, 'Tetyana store', 5555, 10, 16, 43.91, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8097, 1866, 'Tetyana store', 2353, 19, 16, 424.00, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8098, 1866, 'Tetyana store', 1664, 17, 16, 39.78, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8099, 1866, 'Tetyana store', 1743, 5, 16, 51.46, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8100, 1866, 'Tetyana store', 432, 18, 16, 204.44, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8101, 1866, 'Tetyana store', 787, 10, 16, 50.00, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8102, 1866, 'Tetyana store', 2620, 14, 16, 34.31, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8103, 1866, 'Tetyana store', 5042, 16, 16, 2927.99, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8104, 1866, 'Tetyana store', 6152, 11, 16, 24.03, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8105, 1866, 'Tetyana store', 171, 16, 16, 101.97, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8106, 1866, 'Tetyana store', 1670, 17, 16, 155.79, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8107, 1866, 'Tetyana store', 1589, 4, 16, 2.53, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8108, 1866, 'Tetyana store', 229, 17, 16, 238.77, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8109, 1866, 'Tetyana store', 4640, 15, 16, 7.14, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8110, 1866, 'Tetyana store', 2157, 16, 16, 18.02, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:03'),
(8111, 1866, 'Tetyana store', 2667, 14, 16, 231.43, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8112, 1866, 'Tetyana store', 4708, 14, 16, 15.97, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8113, 1866, 'Tetyana store', 2191, 19, 16, 13.39, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8114, 1866, 'Tetyana store', 1534, 15, 16, 34.32, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8115, 1866, 'Tetyana store', 2657, 19, 16, 20.59, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8116, 1866, 'Tetyana store', 4061, 13, 16, 19.75, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8117, 1866, 'Tetyana store', 1447, 19, 16, 40.17, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8118, 1866, 'Tetyana store', 1405, 14, 16, 10.10, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8119, 1866, 'Tetyana store', 4153, 5, 16, 303.85, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8120, 1866, 'Tetyana store', 5346, 14, 16, 151.75, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8121, 1866, 'Tetyana store', 1996, 14, 16, 36.03, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8122, 1866, 'Tetyana store', 1206, 14, 16, 10.19, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8123, 1866, 'Tetyana store', 3060, 18, 16, 15.75, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8124, 1866, 'Tetyana store', 2609, 13, 16, 26.25, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8125, 1866, 'Tetyana store', 1643, 19, 16, 15.30, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8126, 1866, 'Tetyana store', 5932, 17, 16, 21.59, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8127, 1866, 'Tetyana store', 6114, 11, 16, 4.72, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8128, 1866, 'Tetyana store', 5011, 14, 16, 10.49, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8129, 1866, 'Tetyana store', 6148, 11, 16, 5.95, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8130, 1866, 'Tetyana store', 4462, 15, 16, 20.78, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8131, 1866, 'Tetyana store', 228, 5, 16, 5.14, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8132, 1866, 'Tetyana store', 301, 18, 16, 8.94, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8133, 1866, 'Tetyana store', 4671, 12, 16, 9.44, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8134, 1866, 'Tetyana store', 146, 2, 16, 36.05, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8135, 1866, 'Tetyana store', 1844, 19, 16, 0.32, 1, 1, 'ai_bid', '2024-05-27 14:46:04', '2024-05-27 14:46:04', '2024-05-28 14:47:04'),
(8136, 1872, 'Melisa', 175, 2, NULL, 5.99, 1, 2, 'manual_bid', '2024-05-27 15:52:13', '2024-05-27 15:52:13', '2024-05-28 15:53:03'),
(8137, 1872, 'Melisa', 2012, 4, NULL, 218.68, 1, 1, 'manual_bid', '2024-05-27 15:53:37', '2024-05-27 15:53:37', '2024-05-28 15:54:03'),
(8138, 1872, 'Melisa', 889, 7, NULL, 18.46, 1, 1, 'manual_bid', '2024-05-27 15:54:45', '2024-05-27 15:54:45', '2024-05-28 15:55:03'),
(8139, 1872, 'Melisa', 1792, 17, NULL, 69.45, 1, 1, 'manual_bid', '2024-05-27 15:56:07', '2024-05-27 15:56:07', '2024-05-28 15:57:02'),
(8140, 1872, 'Melisa', 4025, 17, NULL, 89.07, 1, 1, 'manual_bid', '2024-05-27 15:57:30', '2024-05-27 15:57:30', '2024-05-28 15:58:02'),
(8141, 1872, 'Melisa', 454, 16, NULL, 108.40, 1, 1, 'manual_bid', '2024-05-27 15:58:38', '2024-05-27 15:58:38', '2024-05-28 15:59:02'),
(8142, 1872, 'Melisa', 3888, 11, NULL, 185.90, 1, 1, 'manual_bid', '2024-05-27 16:00:33', '2024-05-27 16:00:33', '2024-05-28 16:01:03'),
(8143, 1873, 'Gustavo', 5298, 14, NULL, 206.00, 3, 1, 'manual_bid', '2024-05-27 16:03:05', '2024-05-27 16:03:05', '2024-05-28 16:04:02'),
(8144, 1873, 'Gustavo', 4254, 18, NULL, 20.77, 2, 1, 'manual_bid', '2024-05-27 16:04:25', '2024-05-27 16:04:25', '2024-05-28 16:05:03'),
(8145, 1873, 'Gustavo', 1575, 19, NULL, 2.50, 3, 1, 'manual_bid', '2024-05-27 16:05:22', '2024-05-27 16:05:22', '2024-05-28 16:06:15'),
(8146, 1873, 'Gustavo', 3907, 16, NULL, 26.60, 3, 1, 'manual_bid', '2024-05-27 16:06:41', '2024-05-27 16:06:41', '2024-05-28 16:07:23'),
(8147, 1872, 'Melisa', 5909, 11, NULL, 30.00, 1, 2, 'manual_bid', '2024-05-27 16:06:51', '2024-05-27 16:06:51', '2024-05-28 16:07:23'),
(8148, 1871, 'Almeida', 4305, 15, 7, 4.24, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8149, 1871, 'Almeida', 887, 18, 7, 121.67, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8150, 1871, 'Almeida', 1898, 19, 7, 438.60, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8151, 1871, 'Almeida', 740, 19, 7, 14.30, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8152, 1871, 'Almeida', 5429, 17, 7, 36.46, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8153, 1871, 'Almeida', 5562, 10, 7, 468.95, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8154, 1871, 'Almeida', 4340, 18, 7, 206.97, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8155, 1871, 'Almeida', 5765, 13, 7, 9.35, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8156, 1871, 'Almeida', 4074, 5, 7, 16.79, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:23'),
(8157, 1871, 'Almeida', 1411, 10, 7, 7.00, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8158, 1871, 'Almeida', 2535, 19, 7, 285.60, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8159, 1871, 'Almeida', 6059, 15, 7, 20.59, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8160, 1871, 'Almeida', 4289, 14, 7, 14.41, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8161, 1871, 'Almeida', 4522, 16, 7, 5.09, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8162, 1871, 'Almeida', 3786, 4, 7, 94.50, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8163, 1871, 'Almeida', 1178, 14, 7, 54.59, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8164, 1871, 'Almeida', 2754, 14, 7, 227.85, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8165, 1871, 'Almeida', 3231, 5, 7, 68.13, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8166, 1871, 'Almeida', 2233, 12, 7, 30.92, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8167, 1871, 'Almeida', 1266, 19, 7, 8.07, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8168, 1871, 'Almeida', 4519, 16, 7, 20.13, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8169, 1871, 'Almeida', 5368, 13, 7, 9230.99, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8170, 1871, 'Almeida', 3169, 4, 7, 210.29, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8171, 1871, 'Almeida', 2167, 19, 7, 220.18, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8172, 1871, 'Almeida', 450, 16, 7, 157.03, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8173, 1871, 'Almeida', 990, 16, 7, 228.46, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8174, 1871, 'Almeida', 5919, 15, 7, 542.84, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8175, 1871, 'Almeida', 5311, 14, 7, 103.95, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8176, 1871, 'Almeida', 1679, 18, 7, 437.33, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8177, 1871, 'Almeida', 4230, 18, 7, 189.78, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8178, 1871, 'Almeida', 5382, 14, 7, 315.65, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8179, 1871, 'Almeida', 4296, 5, 7, 132.29, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8180, 1871, 'Almeida', 356, 18, 7, 2184.81, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8181, 1871, 'Almeida', 4626, 16, 7, 14628.00, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8182, 1871, 'Almeida', 4094, 5, 7, 216.29, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8183, 1871, 'Almeida', 5249, 16, 7, 42.53, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8184, 1871, 'Almeida', 1821, 19, 7, 1.04, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8185, 1871, 'Almeida', 4570, 14, 7, 53.03, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8186, 1871, 'Almeida', 3671, 10, 7, 18.35, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8187, 1871, 'Almeida', 5915, 13, 7, 6.02, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8188, 1871, 'Almeida', 859, 19, 7, 14.38, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8189, 1871, 'Almeida', 5359, 13, 7, 1247.99, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8190, 1871, 'Almeida', 3174, 4, 7, 9.40, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8191, 1871, 'Almeida', 4635, 5, 7, 18.53, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8192, 1871, 'Almeida', 4029, 17, 7, 31.19, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8193, 1871, 'Almeida', 1319, 2, 7, 954.00, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8194, 1871, 'Almeida', 3618, 12, 7, 36.06, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8195, 1871, 'Almeida', 4126, 5, 7, 87.13, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8196, 1871, 'Almeida', 985, 5, 7, 21.84, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8197, 1871, 'Almeida', 5958, 17, 7, 9.33, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8198, 1871, 'Almeida', 635, 18, 7, 18.54, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8199, 1871, 'Almeida', 1459, 10, 7, 5.19, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8200, 1871, 'Almeida', 2496, 16, 7, 111.77, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8201, 1871, 'Almeida', 4961, 11, 7, 442.02, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8202, 1871, 'Almeida', 2804, 14, 7, 30.59, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(8203, 1871, 'Almeida', 5538, 10, 7, 239.57, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8204, 1871, 'Almeida', 2290, 19, 7, 35.36, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8205, 1871, 'Almeida', 3515, 11, 7, 21.19, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8206, 1871, 'Almeida', 1387, 15, 7, 31.29, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8207, 1871, 'Almeida', 2857, 12, 7, 28.34, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8208, 1871, 'Almeida', 1045, 19, 7, 38.37, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8209, 1871, 'Almeida', 4516, 16, 7, 47.37, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8210, 1871, 'Almeida', 390, 10, 7, 198.35, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8211, 1871, 'Almeida', 4234, 18, 7, 41.43, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8212, 1871, 'Almeida', 3923, 16, 7, 478.40, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8213, 1871, 'Almeida', 3336, 7, 7, 13.02, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8214, 1871, 'Almeida', 577, 18, 7, 810.90, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8215, 1871, 'Almeida', 1724, 5, 7, 2.22, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8216, 1871, 'Almeida', 6153, 11, 7, 34.97, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8217, 1871, 'Almeida', 5227, 13, 7, 16.31, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8218, 1871, 'Almeida', 783, 18, 7, 41.62, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8219, 1871, 'Almeida', 3151, 4, 7, 1073.43, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8220, 1871, 'Almeida', 1762, 2, 7, 169.60, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8221, 1871, 'Almeida', 5627, 15, 7, 20.80, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8222, 1871, 'Almeida', 2336, 18, 7, 46.80, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8223, 1871, 'Almeida', 1983, 18, 7, 31.48, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8224, 1871, 'Almeida', 1801, 17, 7, 70.72, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8225, 1871, 'Almeida', 3970, 16, 7, 17.00, 1, 1, 'ai_bid', '2024-05-27 16:07:05', '2024-05-27 16:07:05', '2024-05-28 16:07:24'),
(8226, 1871, 'Almeida', 698, 19, 7, 6.68, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8227, 1871, 'Almeida', 6048, 15, 7, 20.19, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8228, 1871, 'Almeida', 3433, 10, 7, 14.83, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8229, 1871, 'Almeida', 1410, 15, 7, 15.58, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8230, 1871, 'Almeida', 2040, 17, 7, 54.37, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8231, 1871, 'Almeida', 545, 18, 7, 156.45, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8232, 1871, 'Almeida', 816, 19, 7, 5.62, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8233, 1871, 'Almeida', 4174, 14, 7, 560.74, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8234, 1871, 'Almeida', 6094, 15, 7, 23.59, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:24'),
(8235, 1871, 'Almeida', 3254, 5, 7, 80.80, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8236, 1871, 'Almeida', 1500, 19, 7, 11.21, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8237, 1871, 'Almeida', 2366, 10, 7, 19.07, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8238, 1871, 'Almeida', 2413, 19, 7, 858.50, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8239, 1871, 'Almeida', 5102, 16, 7, 5.04, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8240, 1871, 'Almeida', 6051, 15, 7, 15.44, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8241, 1871, 'Almeida', 3919, 16, 7, 75.25, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8242, 1871, 'Almeida', 1288, 19, 7, 9.02, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8243, 1871, 'Almeida', 3324, 7, 7, 1.36, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8244, 1871, 'Almeida', 4054, 13, 7, 382.78, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8245, 1871, 'Almeida', 2315, 19, 7, 573.04, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8246, 1871, 'Almeida', 2749, 14, 7, 128.75, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8247, 1871, 'Almeida', 392, 10, 7, 118.81, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8248, 1871, 'Almeida', 5158, 16, 7, 93.39, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8249, 1871, 'Almeida', 3404, 15, 7, 14.87, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8250, 1871, 'Almeida', 5383, 17, 7, 46.35, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8251, 1871, 'Almeida', 6008, 11, 7, 99.96, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8252, 1871, 'Almeida', 4274, 18, 7, 61.20, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8253, 1871, 'Almeida', 4588, 6, 7, 53.13, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8254, 1871, 'Almeida', 2090, 13, 7, 11.74, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8255, 1871, 'Almeida', 3430, 14, 7, 42.41, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8256, 1871, 'Almeida', 5901, 13, 7, 41.50, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8257, 1871, 'Almeida', 3555, 17, 7, 1482.00, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8258, 1871, 'Almeida', 6068, 15, 7, 28.61, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8259, 1871, 'Almeida', 4386, 14, 7, 36.71, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8260, 1871, 'Almeida', 217, 12, 7, 236.41, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8261, 1871, 'Almeida', 300, 5, 7, 8.65, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8262, 1871, 'Almeida', 2830, 12, 7, 21.62, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8263, 1871, 'Almeida', 4995, 13, 7, 312.29, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8264, 1871, 'Almeida', 2842, 15, 7, 20.59, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8265, 1871, 'Almeida', 978, 16, 7, 13.65, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8266, 1871, 'Almeida', 156, 18, 7, 5.10, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8267, 1871, 'Almeida', 3333, 7, 7, 6.04, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8268, 1871, 'Almeida', 5899, 17, 7, 2.03, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8269, 1871, 'Almeida', 1894, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8270, 1871, 'Almeida', 803, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-05-27 16:07:06', '2024-05-27 16:07:06', '2024-05-28 16:07:25'),
(8271, 1870, 'Liliana', 4305, 15, 8, 4.16, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8272, 1870, 'Liliana', 887, 18, 8, 122.84, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8273, 1870, 'Liliana', 1898, 19, 8, 455.80, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8274, 1870, 'Liliana', 740, 19, 8, 14.16, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8275, 1870, 'Liliana', 5429, 17, 8, 35.76, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8276, 1870, 'Liliana', 5562, 10, 8, 451.26, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8277, 1870, 'Liliana', 4340, 18, 8, 206.97, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8278, 1870, 'Liliana', 5765, 13, 8, 9.17, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8279, 1870, 'Liliana', 4074, 5, 8, 16.79, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8280, 1870, 'Liliana', 1411, 10, 8, 7.07, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8281, 1870, 'Liliana', 2535, 19, 8, 285.60, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8282, 1870, 'Liliana', 6059, 15, 8, 20.99, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8283, 1870, 'Liliana', 4289, 14, 8, 14.27, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8284, 1870, 'Liliana', 4522, 16, 8, 5.24, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8285, 1870, 'Liliana', 3786, 4, 8, 90.90, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8286, 1870, 'Liliana', 1178, 14, 8, 54.07, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8287, 1870, 'Liliana', 2754, 14, 8, 221.34, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8288, 1870, 'Liliana', 3231, 5, 8, 68.78, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8289, 1870, 'Liliana', 2233, 12, 8, 30.92, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8290, 1870, 'Liliana', 1266, 19, 8, 8.15, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8291, 1870, 'Liliana', 4519, 16, 8, 19.37, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8292, 1870, 'Liliana', 5368, 13, 8, 9140.49, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8293, 1870, 'Liliana', 3169, 4, 8, 204.29, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8294, 1870, 'Liliana', 2167, 19, 8, 228.90, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8295, 1870, 'Liliana', 450, 16, 8, 152.50, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8296, 1870, 'Liliana', 990, 16, 8, 222.00, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8297, 1870, 'Liliana', 5311, 14, 8, 104.95, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8298, 1870, 'Liliana', 4230, 18, 8, 187.94, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8299, 1870, 'Liliana', 5249, 16, 8, 42.53, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8300, 1870, 'Liliana', 1821, 19, 8, 1.04, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8301, 1870, 'Liliana', 1459, 10, 8, 5.19, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8302, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-05-27 16:07:07', '2024-05-27 16:07:07', '2024-05-28 16:07:25'),
(8303, 1872, 'Melisa', 3535, 10, NULL, 39.45, 1, 2, 'manual_bid', '2024-05-27 16:08:07', '2024-05-27 16:08:07', '2024-05-28 16:09:03'),
(8304, 1872, 'Melisa', 2122, 7, NULL, 65.06, 1, 1, 'manual_bid', '2024-05-27 16:09:30', '2024-05-27 16:09:30', '2024-05-28 16:10:05'),
(8305, 1873, 'Gustavo', 319, 7, NULL, 28.12, 3, 1, 'manual_bid', '2024-05-27 16:10:14', '2024-05-27 16:10:14', '2024-05-28 16:11:02'),
(8306, 1872, 'Melisa', 3612, 12, NULL, 276.00, 1, 1, 'manual_bid', '2024-05-27 16:11:29', '2024-05-27 16:11:29', '2024-05-28 16:12:02'),
(8307, 1873, 'Gustavo', 1671, 14, NULL, 81.59, 2, 1, 'manual_bid', '2024-05-27 16:12:32', '2024-05-27 16:12:32', '2024-05-28 16:13:03'),
(8308, 1873, 'Gustavo', 1636, 18, NULL, 11.60, 2, 1, 'manual_bid', '2024-05-27 16:13:38', '2024-05-27 16:13:38', '2024-05-28 16:14:02'),
(8309, 1872, 'Melisa', 5592, 12, NULL, 208.98, 1, 1, 'manual_bid', '2024-05-27 16:13:44', '2024-05-27 16:13:44', '2024-05-28 16:14:02'),
(8310, 1873, 'Gustavo', 6100, 15, NULL, 75.40, 2, 1, 'manual_bid', '2024-05-27 16:14:30', '2024-05-27 16:14:30', '2024-05-28 16:15:03'),
(8311, 1873, 'Gustavo', 2792, 13, NULL, 22.00, 2, 1, 'manual_bid', '2024-05-27 16:15:10', '2024-05-27 16:15:10', '2024-05-28 16:16:02'),
(8312, 1872, 'Melisa', 5137, 16, NULL, 143.42, 1, 1, 'manual_bid', '2024-05-27 16:15:19', '2024-05-27 16:15:19', '2024-05-28 16:16:02'),
(8313, 1873, 'Gustavo', 5077, 14, NULL, 9.90, 1, 1, 'manual_bid', '2024-05-27 16:15:44', '2024-05-27 16:15:44', '2024-05-28 16:16:02'),
(8314, 1873, 'Gustavo', 876, 7, NULL, 4.40, 2, 1, 'manual_bid', '2024-05-27 16:16:19', '2024-05-27 16:16:19', '2024-05-28 16:17:02'),
(8315, 1873, 'Gustavo', 291, 5, NULL, 16.10, 2, 1, 'manual_bid', '2024-05-27 16:17:06', '2024-05-27 16:17:06', '2024-05-28 16:18:03'),
(8316, 1798, 'Feelyards', 2044, 5, NULL, 321.00, 1, 1, 'manual_bid', '2024-05-27 16:17:08', '2024-05-27 16:17:08', '2024-05-28 16:18:03'),
(8317, 1873, 'Gustavo', 6006, 17, NULL, 19.50, 2, 1, 'manual_bid', '2024-05-27 16:17:57', '2024-05-27 16:17:57', '2024-05-28 16:18:03'),
(8318, 1873, 'Gustavo', 5052, 14, NULL, 9.50, 2, 1, 'manual_bid', '2024-05-27 16:18:43', '2024-05-27 16:18:43', '2024-05-28 16:19:03'),
(8319, 1873, 'Gustavo', 862, 13, NULL, 2.00, 10, 2, 'manual_bid', '2024-05-27 16:19:31', '2024-05-27 16:19:31', '2024-05-28 16:20:05'),
(8320, 1873, 'Gustavo', 876, 7, NULL, 4.40, 2, 1, 'manual_bid', '2024-05-27 16:20:18', '2024-05-27 16:20:18', '2024-05-28 16:21:02'),
(8321, 1866, 'Tetyana store', 4530, 16, 6, 28.55, 1, 1, 'ai_bid', '2024-05-27 16:22:04', '2024-05-27 16:22:04', '2024-05-28 16:22:35'),
(8322, 1866, 'Tetyana store', 4968, 12, 6, 16.56, 1, 1, 'ai_bid', '2024-05-27 16:22:04', '2024-05-27 16:22:04', '2024-05-28 16:22:35'),
(8323, 1866, 'Tetyana store', 1701, 5, 6, 6.89, 1, 1, 'ai_bid', '2024-05-27 16:22:04', '2024-05-27 16:22:04', '2024-05-28 16:22:35'),
(8324, 1866, 'Tetyana store', 6104, 11, 6, 1.50, 1, 1, 'ai_bid', '2024-05-27 16:22:04', '2024-05-27 16:22:04', '2024-05-28 16:22:35'),
(8325, 1866, 'Tetyana store', 4704, 12, 6, 1.31, 1, 1, 'ai_bid', '2024-05-27 16:22:04', '2024-05-27 16:22:04', '2024-05-28 16:22:36'),
(8326, 1866, 'Tetyana store', 803, 19, 6, 0.20, 1, 1, 'ai_bid', '2024-05-27 16:22:04', '2024-05-27 16:22:04', '2024-05-28 16:22:36'),
(8327, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-05-27 16:22:04', '2024-05-27 16:22:04', '2024-05-28 16:22:36'),
(8328, 1873, 'Gustavo', 5896, 11, 9, 373.70, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8329, 1873, 'Gustavo', 946, 18, 9, 13.77, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8330, 1873, 'Gustavo', 5659, 10, 9, 125.83, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8331, 1873, 'Gustavo', 3255, 7, 9, 132.57, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8332, 1873, 'Gustavo', 3323, 5, 9, 61.09, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8333, 1873, 'Gustavo', 3318, 5, 9, 1.18, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8334, 1873, 'Gustavo', 147, 2, 9, 74.20, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8335, 1873, 'Gustavo', 1177, 19, 9, 5.83, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8336, 1873, 'Gustavo', 1505, 15, 9, 541.79, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8337, 1873, 'Gustavo', 408, 18, 9, 97.43, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8338, 1873, 'Gustavo', 5281, 14, 9, 159.67, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8339, 1873, 'Gustavo', 3294, 15, 9, 12.47, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8340, 1873, 'Gustavo', 3993, 18, 9, 53.24, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8341, 1873, 'Gustavo', 2858, 19, 9, 3060.00, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8342, 1873, 'Gustavo', 3233, 5, 9, 103.00, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8343, 1873, 'Gustavo', 1445, 14, 9, 2.63, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8344, 1873, 'Gustavo', 1704, 18, 9, 62.40, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8345, 1873, 'Gustavo', 3918, 2, 9, 1426.98, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8346, 1873, 'Gustavo', 637, 5, 9, 304.98, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8347, 1873, 'Gustavo', 1534, 15, 9, 33.33, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8348, 1873, 'Gustavo', 2160, 19, 9, 103.02, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8349, 1873, 'Gustavo', 6037, 15, 9, 8.49, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8350, 1873, 'Gustavo', 4537, 16, 9, 521.03, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8351, 1873, 'Gustavo', 4336, 18, 9, 2822.89, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8352, 1873, 'Gustavo', 3348, 7, 9, 10.60, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8353, 1873, 'Gustavo', 5785, 15, 9, 5.86, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8354, 1873, 'Gustavo', 1944, 16, 9, 402.15, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8355, 1873, 'Gustavo', 1924, 13, 9, 11.97, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8356, 1873, 'Gustavo', 1887, 5, 9, 1.57, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8357, 1873, 'Gustavo', 2973, 19, 9, 405.00, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8358, 1873, 'Gustavo', 1222, 15, 9, 10.81, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8359, 1873, 'Gustavo', 2662, 19, 9, 101.00, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8360, 1873, 'Gustavo', 2277, 16, 9, 32.52, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8361, 1873, 'Gustavo', 3489, 10, 9, 10.39, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8362, 1873, 'Gustavo', 2924, 14, 9, 30.83, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8363, 1873, 'Gustavo', 4135, 5, 9, 27.23, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8364, 1873, 'Gustavo', 2292, 19, 9, 210.94, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8365, 1873, 'Gustavo', 3831, 11, 9, 4764.70, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8366, 1873, 'Gustavo', 1950, 5, 9, 18.03, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8367, 1873, 'Gustavo', 3692, 14, 9, 63.00, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8368, 1873, 'Gustavo', 4848, 12, 9, 11.65, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8369, 1873, 'Gustavo', 459, 19, 9, 772.50, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8370, 1873, 'Gustavo', 4948, 14, 9, 19.19, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8371, 1873, 'Gustavo', 4964, 12, 9, 21.10, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8372, 1873, 'Gustavo', 3331, 7, 9, 22.25, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8373, 1873, 'Gustavo', 734, 19, 9, 0.22, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8374, 1873, 'Gustavo', 5488, 7, 9, 22.22, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8375, 1873, 'Gustavo', 2985, 14, 9, 81.37, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8376, 1873, 'Gustavo', 2713, 18, 9, 212.83, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8377, 1873, 'Gustavo', 355, 2, 9, 11.29, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8378, 1873, 'Gustavo', 352, 2, 9, 20.59, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8379, 1873, 'Gustavo', 2078, 7, 9, 4.02, 1, 1, 'ai_bid', '2024-05-27 16:27:06', '2024-05-27 16:27:06', '2024-05-28 16:27:14'),
(8380, 1866, 'Tetyana store', 4000, 12, 11, 1051.96, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8381, 1866, 'Tetyana store', 3957, 5, 11, 32.64, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8382, 1866, 'Tetyana store', 5823, 11, 11, 42.83, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8383, 1866, 'Tetyana store', 3087, 18, 11, 46.19, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8384, 1866, 'Tetyana store', 5620, 16, 11, 43.04, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8385, 1866, 'Tetyana store', 351, 15, 11, 69.67, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8386, 1866, 'Tetyana store', 2923, 13, 11, 11.43, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8387, 1866, 'Tetyana store', 2474, 17, 11, 38.10, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8388, 1866, 'Tetyana store', 3014, 14, 11, 208.06, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8389, 1866, 'Tetyana store', 1128, 19, 11, 366.18, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8390, 1866, 'Tetyana store', 1800, 5, 11, 170.10, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8391, 1866, 'Tetyana store', 2185, 19, 11, 62.40, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8392, 1866, 'Tetyana store', 2176, 19, 11, 404.00, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8393, 1866, 'Tetyana store', 6040, 14, 11, 16.59, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8394, 1866, 'Tetyana store', 5342, 13, 11, 1029.99, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8395, 1866, 'Tetyana store', 4618, 14, 11, 475.04, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8396, 1866, 'Tetyana store', 2381, 2, 11, 15.94, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8397, 1866, 'Tetyana store', 5076, 16, 11, 24.00, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8398, 1866, 'Tetyana store', 4718, 12, 11, 52.20, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8399, 1866, 'Tetyana store', 4955, 14, 11, 11.32, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8400, 1866, 'Tetyana store', 1411, 10, 11, 7.20, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8401, 1866, 'Tetyana store', 5555, 10, 11, 42.24, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8402, 1866, 'Tetyana store', 2233, 12, 11, 30.92, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:02'),
(8403, 1866, 'Tetyana store', 2418, 19, 11, 148.40, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:03'),
(8404, 1866, 'Tetyana store', 3113, 18, 11, 65.92, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:03'),
(8405, 1866, 'Tetyana store', 3806, 15, 11, 15.59, 1, 1, 'ai_bid', '2024-05-27 16:37:06', '2024-05-27 16:37:06', '2024-05-28 16:38:03'),
(8406, 1866, 'Tetyana store', 5212, 16, 11, 58.57, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8407, 1866, 'Tetyana store', 5621, 15, 11, 154.50, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8408, 1866, 'Tetyana store', 4087, 5, 11, 380.07, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8409, 1866, 'Tetyana store', 1999, 4, 11, 55.55, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8410, 1866, 'Tetyana store', 1434, 5, 11, 84.80, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8411, 1866, 'Tetyana store', 4311, 16, 11, 52.50, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8412, 1866, 'Tetyana store', 5717, 15, 11, 183.60, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8413, 1866, 'Tetyana store', 5264, 13, 11, 6.10, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8414, 1866, 'Tetyana store', 3995, 12, 11, 4532.00, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8415, 1866, 'Tetyana store', 827, 5, 11, 339.20, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8416, 1866, 'Tetyana store', 3406, 14, 11, 62.81, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8417, 1866, 'Tetyana store', 4518, 16, 11, 31.49, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8418, 1866, 'Tetyana store', 1899, 19, 11, 11.85, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8419, 1866, 'Tetyana store', 6041, 11, 11, 102.70, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8420, 1866, 'Tetyana store', 5120, 13, 11, 19.56, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8421, 1866, 'Tetyana store', 4175, 18, 11, 9.35, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8422, 1866, 'Tetyana store', 1962, 10, 11, 164.21, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8423, 1866, 'Tetyana store', 2110, 19, 11, 26.52, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8424, 1866, 'Tetyana store', 3862, 2, 11, 16.89, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8425, 1866, 'Tetyana store', 5863, 13, 11, 32.23, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8426, 1866, 'Tetyana store', 3287, 5, 11, 9.27, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8427, 1866, 'Tetyana store', 3590, 12, 11, 43.61, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8428, 1866, 'Tetyana store', 1377, 15, 11, 12.11, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8429, 1866, 'Tetyana store', 1951, 12, 11, 37.85, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8430, 1866, 'Tetyana store', 2326, 18, 11, 30.38, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8431, 1866, 'Tetyana store', 5290, 14, 11, 728.00, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8432, 1866, 'Tetyana store', 5794, 17, 11, 37.41, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8433, 1866, 'Tetyana store', 2951, 14, 11, 22.25, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8434, 1866, 'Tetyana store', 1991, 18, 11, 37.43, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8435, 1866, 'Tetyana store', 3351, 7, 11, 212.00, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8436, 1866, 'Tetyana store', 2990, 14, 11, 524.19, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8437, 1866, 'Tetyana store', 2584, 17, 11, 16.51, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8438, 1866, 'Tetyana store', 797, 19, 11, 885.80, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8439, 1866, 'Tetyana store', 2417, 19, 11, 98.58, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8440, 1866, 'Tetyana store', 2692, 18, 11, 557.23, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8441, 1866, 'Tetyana store', 98, 2, 11, 131.58, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8442, 1866, 'Tetyana store', 1329, 2, 11, 103.00, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8443, 1866, 'Tetyana store', 5352, 16, 11, 17.84, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8444, 1866, 'Tetyana store', 2163, 10, 11, 52.47, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8445, 1866, 'Tetyana store', 5301, 14, 11, 52.52, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8446, 1866, 'Tetyana store', 3162, 4, 11, 24.14, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8447, 1866, 'Tetyana store', 1457, 17, 11, 11.41, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8448, 1866, 'Tetyana store', 2967, 16, 11, 292.95, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8449, 1866, 'Tetyana store', 5411, 17, 11, 26.94, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8450, 1866, 'Tetyana store', 3288, 16, 11, 13.51, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8451, 1866, 'Tetyana store', 1905, 18, 11, 112.36, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8452, 1866, 'Tetyana store', 1767, 19, 11, 4.12, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8453, 1866, 'Tetyana store', 1614, 19, 11, 4.03, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:03'),
(8454, 1866, 'Tetyana store', 3449, 14, 11, 12.59, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:04'),
(8455, 1866, 'Tetyana store', 1894, 19, 11, 0.20, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:04'),
(8456, 1866, 'Tetyana store', 803, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:04'),
(8457, 1866, 'Tetyana store', 4219, 5, 11, 1.32, 1, 1, 'ai_bid', '2024-05-27 16:37:07', '2024-05-27 16:37:07', '2024-05-28 16:38:04'),
(8458, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-28 16:38:04'),
(8459, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-28 16:38:04'),
(8460, 1867, 'Omevoric enterprises', 6004, 11, 12, 243.80, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8461, 1867, 'Omevoric enterprises', 3150, 4, 12, 3.09, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8462, 1867, 'Omevoric enterprises', 4726, 12, 12, 18.17, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8463, 1867, 'Omevoric enterprises', 5084, 14, 12, 20.19, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8464, 1867, 'Omevoric enterprises', 2502, 19, 12, 195.70, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8465, 1867, 'Omevoric enterprises', 2112, 19, 12, 52.50, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8466, 1867, 'Omevoric enterprises', 5045, 16, 12, 134.16, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8467, 1867, 'Omevoric enterprises', 160, 16, 12, 229.56, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8468, 1867, 'Omevoric enterprises', 5787, 17, 12, 3.28, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8469, 1867, 'Omevoric enterprises', 3023, 7, 12, 242.74, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8470, 1867, 'Omevoric enterprises', 4193, 14, 12, 1767.49, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8471, 1867, 'Omevoric enterprises', 3410, 10, 12, 30.45, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8472, 1867, 'Omevoric enterprises', 6073, 11, 12, 42.00, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8473, 1867, 'Omevoric enterprises', 1487, 15, 12, 4118.10, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8474, 1867, 'Omevoric enterprises', 4303, 5, 12, 706.99, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8475, 1867, 'Omevoric enterprises', 5888, 11, 12, 2491.00, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8476, 1867, 'Omevoric enterprises', 3829, 16, 12, 11.97, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8477, 1867, 'Omevoric enterprises', 3541, 12, 12, 2.83, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8478, 1867, 'Omevoric enterprises', 1870, 19, 12, 24.72, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8479, 1867, 'Omevoric enterprises', 1437, 19, 12, 223.60, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:02'),
(8480, 1867, 'Omevoric enterprises', 4546, 14, 12, 430.50, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8481, 1867, 'Omevoric enterprises', 3433, 10, 12, 14.27, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8482, 1867, 'Omevoric enterprises', 4456, 15, 12, 650.51, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8483, 1867, 'Omevoric enterprises', 2130, 18, 12, 412.00, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8484, 1867, 'Omevoric enterprises', 714, 4, 12, 24.95, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8485, 1867, 'Omevoric enterprises', 2414, 19, 12, 1105.95, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8486, 1867, 'Omevoric enterprises', 3684, 18, 12, 423.74, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8487, 1867, 'Omevoric enterprises', 1316, 15, 12, 40.79, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8488, 1867, 'Omevoric enterprises', 3803, 19, 12, 1372.70, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8489, 1867, 'Omevoric enterprises', 4318, 16, 12, 135.68, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8490, 1867, 'Omevoric enterprises', 3577, 12, 12, 28.14, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8491, 1867, 'Omevoric enterprises', 5006, 14, 12, 9.35, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8492, 1867, 'Omevoric enterprises', 2095, 13, 12, 20.59, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8493, 1867, 'Omevoric enterprises', 1426, 2, 12, 62.93, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8494, 1867, 'Omevoric enterprises', 2462, 2, 12, 3.17, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8495, 1867, 'Omevoric enterprises', 2957, 18, 12, 1144.00, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8496, 1867, 'Omevoric enterprises', 1710, 10, 12, 20.59, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8497, 1867, 'Omevoric enterprises', 1420, 19, 12, 69.38, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8498, 1867, 'Omevoric enterprises', 4506, 16, 12, 67.97, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8499, 1867, 'Omevoric enterprises', 536, 7, 12, 13.66, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8500, 1867, 'Omevoric enterprises', 2312, 2, 12, 147.00, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8501, 1867, 'Omevoric enterprises', 1431, 19, 12, 56.64, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8502, 1867, 'Omevoric enterprises', 2749, 14, 12, 127.50, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8503, 1867, 'Omevoric enterprises', 595, 19, 12, 399.00, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8504, 1867, 'Omevoric enterprises', 1899, 19, 12, 11.97, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8505, 1867, 'Omevoric enterprises', 2147, 7, 12, 40.39, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8506, 1867, 'Omevoric enterprises', 1701, 5, 12, 6.76, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8507, 1867, 'Omevoric enterprises', 1208, 14, 12, 3.11, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8508, 1867, 'Omevoric enterprises', 734, 19, 12, 0.22, 1, 1, 'ai_bid', '2024-05-27 16:46:05', '2024-05-27 16:46:05', '2024-05-28 16:47:03'),
(8509, 1867, 'Omevoric enterprises', 765, 19, 12, 1.35, 1, 1, 'ai_bid', '2024-05-27 16:46:06', '2024-05-27 16:46:06', '2024-05-28 16:47:03'),
(8510, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-05-27 16:46:06', '2024-05-27 16:46:06', '2024-05-28 16:47:03'),
(8511, 1868, 'Marcelo Ltd', 180, 7, NULL, 2024.00, 2, 1, 'manual_bid', '2024-05-27 17:04:44', '2024-05-27 17:04:44', '2024-05-28 17:05:06'),
(8512, 1868, 'Marcelo Ltd', 3986, 12, NULL, 26.99, 1, 2, 'manual_bid', '2024-05-27 17:15:33', '2024-05-27 17:15:33', '2024-05-28 17:16:03'),
(8513, 1868, 'Marcelo Ltd', 960, 7, NULL, 99.00, 1, 1, 'manual_bid', '2024-05-27 17:18:07', '2024-05-27 17:18:07', '2024-05-28 17:19:03'),
(8514, 1868, 'Marcelo Ltd', 1234, 19, 13, 1530.00, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:02'),
(8515, 1868, 'Marcelo Ltd', 5698, 15, 13, 131.25, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:02'),
(8516, 1868, 'Marcelo Ltd', 4499, 15, 13, 42.00, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:02'),
(8517, 1868, 'Marcelo Ltd', 5948, 17, 13, 3.41, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:02'),
(8518, 1868, 'Marcelo Ltd', 3203, 4, 13, 40.79, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:02'),
(8519, 1868, 'Marcelo Ltd', 1092, 4, 13, 10.59, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:02'),
(8520, 1868, 'Marcelo Ltd', 2358, 16, 13, 27.08, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:02'),
(8521, 1868, 'Marcelo Ltd', 245, 5, 13, 72.10, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8522, 1868, 'Marcelo Ltd', 3692, 14, 13, 63.60, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8523, 1868, 'Marcelo Ltd', 4723, 12, 13, 15.85, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8524, 1868, 'Marcelo Ltd', 5332, 13, 13, 1955.97, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8525, 1868, 'Marcelo Ltd', 2319, 10, 13, 247.00, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8526, 1868, 'Marcelo Ltd', 4690, 12, 13, 30.48, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8527, 1868, 'Marcelo Ltd', 5274, 16, 13, 157.03, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8528, 1868, 'Marcelo Ltd', 278, 18, 13, 334.95, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8529, 1868, 'Marcelo Ltd', 3363, 15, 13, 208.00, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8530, 1868, 'Marcelo Ltd', 2131, 2, 13, 161.16, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8531, 1868, 'Marcelo Ltd', 6067, 11, 13, 22.88, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8532, 1868, 'Marcelo Ltd', 1389, 19, 13, 224.70, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8533, 1868, 'Marcelo Ltd', 1606, 19, 13, 20.35, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8534, 1868, 'Marcelo Ltd', 2724, 18, 13, 6793.50, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8535, 1868, 'Marcelo Ltd', 1572, 10, 13, 37.43, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8536, 1868, 'Marcelo Ltd', 1228, 19, 13, 21.95, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8537, 1868, 'Marcelo Ltd', 4738, 14, 13, 113.36, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8538, 1868, 'Marcelo Ltd', 2715, 16, 13, 35.68, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8539, 1868, 'Marcelo Ltd', 5594, 16, 13, 13.77, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8540, 1868, 'Marcelo Ltd', 969, 18, 13, 4.12, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8541, 1868, 'Marcelo Ltd', 1072, 16, 13, 23.78, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8542, 1868, 'Marcelo Ltd', 3981, 5, 13, 5.40, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8543, 1868, 'Marcelo Ltd', 5304, 16, 13, 25.43, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8544, 1868, 'Marcelo Ltd', 5079, 16, 13, 28.62, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8545, 1868, 'Marcelo Ltd', 4247, 18, 13, 15.47, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8546, 1868, 'Marcelo Ltd', 918, 16, 13, 10.69, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8547, 1868, 'Marcelo Ltd', 634, 5, 13, 1.01, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8548, 1868, 'Marcelo Ltd', 1842, 19, 13, 1.05, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8549, 1868, 'Marcelo Ltd', 1576, 4, 13, 2.76, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8550, 1868, 'Marcelo Ltd', 949, 5, 13, 0.32, 1, 1, 'ai_bid', '2024-05-27 17:20:09', '2024-05-27 17:20:09', '2024-05-28 17:21:03'),
(8551, 1868, 'Marcelo Ltd', 1811, 5, 13, 0.21, 1, 1, 'ai_bid', '2024-05-27 17:20:10', '2024-05-27 17:20:10', '2024-05-28 17:21:03'),
(8552, 1868, 'Marcelo Ltd', 5558, 10, NULL, 3.30, 1, 1, 'manual_bid', '2024-05-27 17:30:30', '2024-05-27 17:30:30', '2024-05-28 17:31:02'),
(8553, 1868, 'Marcelo Ltd', 1876, 19, NULL, 31.10, 1, 1, 'manual_bid', '2024-05-27 17:31:21', '2024-05-27 17:31:21', '2024-05-28 17:32:03'),
(8554, 1868, 'Marcelo Ltd', 5917, 13, NULL, 33.83, 1, 1, 'manual_bid', '2024-05-27 17:32:53', '2024-05-27 17:32:53', '2024-05-28 17:33:03'),
(8555, 1868, 'Marcelo Ltd', 4748, 12, NULL, 7.69, 1, 2, 'manual_bid', '2024-05-27 17:36:06', '2024-05-27 17:36:06', '2024-05-28 17:37:03'),
(8556, 1868, 'Marcelo Ltd', 2516, 7, NULL, 558.07, 1, 1, 'manual_bid', '2024-05-27 17:37:37', '2024-05-27 17:37:37', '2024-05-28 17:38:03'),
(8557, 1868, 'Marcelo Ltd', 5213, 16, NULL, 63.89, 1, 2, 'manual_bid', '2024-05-27 17:43:15', '2024-05-27 17:43:15', '2024-05-28 17:44:02'),
(8558, 1868, 'Marcelo Ltd', 5683, 10, NULL, 29.09, 1, 1, 'manual_bid', '2024-05-27 17:44:42', '2024-05-27 17:44:42', '2024-05-28 17:45:06'),
(8559, 1868, 'Marcelo Ltd', 5683, 10, NULL, 29.02, 1, 1, 'manual_bid', '2024-05-27 17:45:24', '2024-05-27 17:45:24', '2024-05-28 17:46:11'),
(8560, 1868, 'Marcelo Ltd', 5654, 15, NULL, 31.50, 1, 2, 'manual_bid', '2024-05-27 17:46:34', '2024-05-27 17:46:34', '2024-05-28 17:47:02'),
(8561, 1868, 'Marcelo Ltd', 1263, 19, NULL, 101.20, 1, 1, 'manual_bid', '2024-05-27 17:47:43', '2024-05-27 17:47:43', '2024-05-28 17:48:02'),
(8562, 1868, 'Marcelo Ltd', 5891, 13, NULL, 13.49, 1, 2, 'manual_bid', '2024-05-27 17:48:46', '2024-05-27 17:48:46', '2024-05-28 17:49:04'),
(8563, 1869, 'Anatoliy fast store', 4080, 18, 14, 9.66, 1, 1, 'ai_bid', '2024-05-27 17:49:04', '2024-05-27 17:49:04', '2024-05-28 17:49:04'),
(8564, 1869, 'Anatoliy fast store', 3775, 15, 14, 6.49, 1, 1, 'ai_bid', '2024-05-27 17:49:04', '2024-05-27 17:49:04', '2024-05-28 17:49:04'),
(8565, 1869, 'Anatoliy fast store', 122, 18, 14, 45.90, 1, 1, 'ai_bid', '2024-05-27 17:49:04', '2024-05-27 17:49:04', '2024-05-28 17:49:04'),
(8566, 1869, 'Anatoliy fast store', 6164, 11, 14, 57.49, 1, 1, 'ai_bid', '2024-05-27 17:49:04', '2024-05-27 17:49:04', '2024-05-28 17:49:04'),
(8567, 1869, 'Anatoliy fast store', 5186, 16, 14, 332.89, 1, 1, 'ai_bid', '2024-05-27 17:49:04', '2024-05-27 17:49:04', '2024-05-28 17:49:04'),
(8568, 1869, 'Anatoliy fast store', 6100, 15, 14, 69.89, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:04'),
(8569, 1869, 'Anatoliy fast store', 2530, 14, 14, 1558.96, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:04'),
(8570, 1869, 'Anatoliy fast store', 684, 19, 14, 4492.86, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8571, 1869, 'Anatoliy fast store', 6132, 11, 14, 41.20, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8572, 1869, 'Anatoliy fast store', 2147, 7, 14, 42.39, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8573, 1869, 'Anatoliy fast store', 1271, 19, 14, 289.87, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8574, 1869, 'Anatoliy fast store', 3225, 5, 14, 1.16, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8575, 1869, 'Anatoliy fast store', 2606, 18, 14, 14.25, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8576, 1869, 'Anatoliy fast store', 3069, 2, 14, 18.90, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(8577, 1869, 'Anatoliy fast store', 1183, 15, 14, 13.53, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8578, 1869, 'Anatoliy fast store', 3972, 17, 14, 13.45, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8579, 1869, 'Anatoliy fast store', 4835, 12, 14, 26.27, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8580, 1869, 'Anatoliy fast store', 1779, 19, 14, 37.74, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8581, 1869, 'Anatoliy fast store', 4527, 16, 14, 66.65, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8582, 1869, 'Anatoliy fast store', 3369, 15, 14, 334.75, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8583, 1869, 'Anatoliy fast store', 4614, 5, 14, 26.77, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8584, 1869, 'Anatoliy fast store', 4746, 12, 14, 54.14, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8585, 1869, 'Anatoliy fast store', 660, 10, 14, 2.02, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8586, 1869, 'Anatoliy fast store', 703, 19, 14, 12.57, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8587, 1869, 'Anatoliy fast store', 1149, 18, 14, 209.99, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8588, 1869, 'Anatoliy fast store', 4191, 14, 14, 5.76, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8589, 1869, 'Anatoliy fast store', 4571, 16, 14, 1889.99, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8590, 1869, 'Anatoliy fast store', 5304, 16, 14, 24.95, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8591, 1869, 'Anatoliy fast store', 1595, 19, 14, 19.07, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8592, 1869, 'Anatoliy fast store', 3451, 14, 14, 6.03, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8593, 1869, 'Anatoliy fast store', 3076, 18, 14, 32.85, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8594, 1869, 'Anatoliy fast store', 2284, 17, 14, 106.21, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8595, 1869, 'Anatoliy fast store', 1711, 19, 14, 92.70, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8596, 1869, 'Anatoliy fast store', 5662, 15, 14, 416.00, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8597, 1869, 'Anatoliy fast store', 28, 2, 14, 15.15, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8598, 1869, 'Anatoliy fast store', 3227, 4, 14, 20.21, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8599, 1869, 'Anatoliy fast store', 1918, 17, 14, 9.39, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8600, 1869, 'Anatoliy fast store', 1641, 17, 14, 13.25, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8601, 1869, 'Anatoliy fast store', 2158, 17, 14, 46.80, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8602, 1869, 'Anatoliy fast store', 2547, 19, 14, 210.00, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8603, 1869, 'Anatoliy fast store', 1805, 19, 14, 8.80, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8604, 1869, 'Anatoliy fast store', 41, 2, 14, 18.54, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8605, 1869, 'Anatoliy fast store', 172, 2, 14, 20.89, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8606, 1869, 'Anatoliy fast store', 5159, 16, 14, 13.77, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8607, 1869, 'Anatoliy fast store', 2529, 7, 14, 60.50, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8608, 1869, 'Anatoliy fast store', 4424, 16, 14, 42.00, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8609, 1869, 'Anatoliy fast store', 4025, 17, 14, 81.79, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8610, 1869, 'Anatoliy fast store', 2062, 4, 14, 4560.42, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8611, 1869, 'Anatoliy fast store', 2420, 2, 14, 556.50, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8612, 1869, 'Anatoliy fast store', 2752, 14, 14, 71.01, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8613, 1869, 'Anatoliy fast store', 4291, 14, 14, 157.50, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8614, 1869, 'Anatoliy fast store', 4399, 18, 14, 25.15, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8615, 1869, 'Anatoliy fast store', 1898, 19, 14, 455.80, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8616, 1869, 'Anatoliy fast store', 2117, 19, 14, 16.98, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8617, 1869, 'Anatoliy fast store', 3285, 5, 14, 9.54, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8618, 1869, 'Anatoliy fast store', 2508, 16, 14, 50.99, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8619, 1869, 'Anatoliy fast store', 2967, 16, 14, 292.95, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8620, 1869, 'Anatoliy fast store', 2324, 19, 14, 121.15, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8621, 1869, 'Anatoliy fast store', 4384, 14, 14, 84.23, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:05'),
(8622, 1869, 'Anatoliy fast store', 1639, 4, 14, 15.98, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:06'),
(8623, 1869, 'Anatoliy fast store', 3139, 4, 14, 41.82, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:06'),
(8624, 1869, 'Anatoliy fast store', 2923, 13, 14, 11.10, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:06'),
(8625, 1869, 'Anatoliy fast store', 24, 2, 14, 1.02, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:06'),
(8626, 1869, 'Anatoliy fast store', 803, 19, 14, 0.21, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:06'),
(8627, 1869, 'Anatoliy fast store', 756, 19, 14, 0.46, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:06'),
(8628, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-27 17:49:05', '2024-05-27 17:49:05', '2024-05-28 17:50:06'),
(8629, 1868, 'Marcelo Ltd', 4940, 14, NULL, 20.90, 1, 1, 'manual_bid', '2024-05-27 17:49:43', '2024-05-27 17:49:43', '2024-05-28 17:50:06'),
(8630, 1868, 'Marcelo Ltd', 5397, 14, NULL, 27.26, 1, 2, 'manual_bid', '2024-05-27 17:52:24', '2024-05-27 17:52:24', '2024-05-28 17:53:02'),
(8631, 1868, 'Marcelo Ltd', 2976, 19, NULL, 46.74, 2, 1, 'manual_bid', '2024-05-27 17:55:26', '2024-05-27 17:55:26', '2024-05-28 17:56:13'),
(8632, 1868, 'Marcelo Ltd', 6026, 11, NULL, 10.80, 1, 2, 'manual_bid', '2024-05-27 17:56:18', '2024-05-27 17:56:18', '2024-05-28 17:57:02'),
(8633, 1868, 'Marcelo Ltd', 1136, 16, NULL, 26.91, 1, 1, 'manual_bid', '2024-05-27 17:57:11', '2024-05-27 17:57:11', '2024-05-28 17:58:03'),
(8634, 1868, 'Marcelo Ltd', 4622, 15, NULL, 126.00, 1, 2, 'manual_bid', '2024-05-27 17:58:10', '2024-05-27 17:58:10', '2024-05-28 17:59:02'),
(8635, 1868, 'Marcelo Ltd', 3088, 2, NULL, 21.27, 1, 2, 'manual_bid', '2024-05-27 18:00:37', '2024-05-27 18:00:37', '2024-05-28 18:01:22'),
(8636, 1868, 'Marcelo Ltd', 4125, 14, NULL, 261.79, 1, 1, 'manual_bid', '2024-05-27 18:01:54', '2024-05-27 18:01:54', '2024-05-28 18:02:02'),
(8637, 1868, 'Marcelo Ltd', 2211, 19, NULL, 45.47, 1, 1, 'manual_bid', '2024-05-27 18:03:48', '2024-05-27 18:03:48', '2024-05-28 18:04:03'),
(8638, 1872, 'Melisa', 5743, 16, 18, 10.09, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:02'),
(8639, 1872, 'Melisa', 2929, 14, 18, 704.54, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:03'),
(8640, 1872, 'Melisa', 788, 18, 18, 36.56, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:03'),
(8641, 1872, 'Melisa', 5714, 15, 18, 148.72, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:03'),
(8642, 1872, 'Melisa', 1009, 5, 18, 9.09, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:03'),
(8643, 1872, 'Melisa', 268, 18, 18, 6.44, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:03'),
(8644, 1872, 'Melisa', 4026, 17, 18, 105.99, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:03'),
(8645, 1872, 'Melisa', 3519, 10, 18, 46.17, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8646, 1872, 'Melisa', 1112, 19, 18, 84.49, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8647, 1872, 'Melisa', 3935, 16, 18, 91.15, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8648, 1872, 'Melisa', 4315, 16, 18, 234.60, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8649, 1872, 'Melisa', 3082, 2, 18, 12.22, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8650, 1872, 'Melisa', 5475, 12, 18, 80.79, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8651, 1872, 'Melisa', 3111, 2, 18, 252.50, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8652, 1872, 'Melisa', 2655, 18, 18, 314.82, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8653, 1872, 'Melisa', 3314, 5, 18, 50.49, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8654, 1872, 'Melisa', 4709, 12, 18, 51.05, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8655, 1872, 'Melisa', 4400, 18, 18, 20.28, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8656, 1872, 'Melisa', 2948, 14, 18, 37.08, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8657, 1872, 'Melisa', 5336, 13, 18, 3150.00, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8658, 1872, 'Melisa', 1290, 19, 18, 3.48, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8659, 1872, 'Melisa', 2463, 19, 18, 3.09, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8660, 1872, 'Melisa', 1037, 19, 18, 46.79, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8661, 1872, 'Melisa', 1140, 16, 18, 50.99, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8662, 1872, 'Melisa', 3909, 16, 18, 202.23, 1, 1, 'ai_bid', '2024-05-27 19:41:04', '2024-05-27 19:41:04', '2024-05-28 19:42:04'),
(8663, 1872, 'Melisa', 901, 18, 18, 21.02, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8664, 1872, 'Melisa', 3646, 10, 18, 80.37, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8665, 1872, 'Melisa', 2670, 18, 18, 876.75, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8666, 1872, 'Melisa', 3900, 2, 18, 499.20, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8667, 1872, 'Melisa', 4498, 16, 18, 104.02, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8668, 1872, 'Melisa', 5282, 16, 18, 41.36, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8669, 1872, 'Melisa', 1218, 19, 18, 74.08, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8670, 1872, 'Melisa', 1540, 2, 18, 33.33, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8671, 1872, 'Melisa', 4778, 12, 18, 334.53, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8672, 1872, 'Melisa', 4571, 16, 18, 1889.99, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8673, 1872, 'Melisa', 1566, 18, 18, 336.00, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8674, 1872, 'Melisa', 346, 15, 18, 45.50, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8675, 1872, 'Melisa', 5835, 15, 18, 19.26, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8676, 1872, 'Melisa', 1162, 19, 18, 93.60, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8677, 1872, 'Melisa', 2119, 12, 18, 8.06, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8678, 1872, 'Melisa', 216, 7, 18, 16.93, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:04'),
(8679, 1872, 'Melisa', 3620, 13, 18, 2.69, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8680, 1872, 'Melisa', 4730, 12, 18, 16.25, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8681, 1872, 'Melisa', 1851, 18, 18, 68.84, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8682, 1872, 'Melisa', 340, 15, 18, 211.04, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8683, 1872, 'Melisa', 2567, 14, 18, 403.99, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8684, 1872, 'Melisa', 6041, 11, 18, 102.70, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8685, 1872, 'Melisa', 4767, 12, 18, 45.45, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8686, 1872, 'Melisa', 2970, 18, 18, 134.49, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8687, 1872, 'Melisa', 3707, 18, 18, 361.48, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8688, 1872, 'Melisa', 2162, 17, 18, 51.45, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8689, 1872, 'Melisa', 1969, 19, 18, 15.14, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8690, 1872, 'Melisa', 4016, 17, 18, 48.75, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8691, 1872, 'Melisa', 858, 19, 18, 14.52, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8692, 1872, 'Melisa', 645, 17, 18, 4.12, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8693, 1872, 'Melisa', 1021, 5, 18, 3.09, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8694, 1872, 'Melisa', 4092, 5, 18, 2.84, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8695, 1872, 'Melisa', 1640, 19, 18, 1.05, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8696, 1872, 'Melisa', 1837, 5, 18, 1.04, 1, 1, 'ai_bid', '2024-05-27 19:41:05', '2024-05-27 19:41:05', '2024-05-28 19:42:05'),
(8697, 1873, 'Gustavo', 6067, 11, NULL, 24.20, 2, 1, 'manual_bid', '2024-05-28 02:41:24', '2024-05-28 02:41:24', '2024-05-29 02:42:02'),
(8698, 1873, 'Gustavo', 1061, 17, NULL, 17.38, 4, 1, 'manual_bid', '2024-05-28 02:59:37', '2024-05-28 02:59:37', '2024-05-29 03:00:04'),
(8699, 1873, 'Gustavo', 1685, 19, NULL, 33.00, 2, 1, 'manual_bid', '2024-05-28 03:00:27', '2024-05-28 03:00:27', '2024-05-29 03:01:12'),
(8700, 1873, 'Gustavo', 4810, 17, NULL, 3.80, 3, 2, 'manual_bid', '2024-05-28 03:01:05', '2024-05-28 03:01:05', '2024-05-29 03:01:12'),
(8701, 1873, 'Gustavo', 1672, 17, NULL, 33.00, 2, 1, 'manual_bid', '2024-05-28 03:02:12', '2024-05-28 03:02:12', '2024-05-29 03:03:09'),
(8702, 1873, 'Gustavo', 760, 19, NULL, 19.70, 2, 1, 'manual_bid', '2024-05-28 03:03:35', '2024-05-28 03:03:35', '2024-05-29 03:04:05'),
(8703, 1873, 'Gustavo', 233, 12, NULL, 3.30, 2, 1, 'manual_bid', '2024-05-28 03:05:07', '2024-05-28 03:05:07', '2024-05-29 03:06:02'),
(8704, 1873, 'Gustavo', 233, 12, NULL, 3.30, 2, 1, 'manual_bid', '2024-05-28 03:08:17', '2024-05-28 03:08:17', '2024-05-29 03:09:08'),
(8705, 1873, 'Gustavo', 3665, 10, NULL, 31.10, 3, 1, 'manual_bid', '2024-05-28 03:13:51', '2024-05-28 03:13:51', '2024-05-29 03:14:06'),
(8706, 1873, 'Gustavo', 3665, 10, NULL, 31.10, 3, 1, 'manual_bid', '2024-05-28 03:14:13', '2024-05-28 03:14:13', '2024-05-29 03:15:06'),
(8707, 1873, 'Gustavo', 635, 18, NULL, 19.80, 3, 1, 'manual_bid', '2024-05-28 03:17:43', '2024-05-28 03:17:43', '2024-05-29 03:18:07'),
(8708, 1873, 'Gustavo', 4465, 15, NULL, 16.50, 3, 1, 'manual_bid', '2024-05-28 03:19:04', '2024-05-28 03:19:04', '2024-05-29 03:19:05'),
(8709, 1873, 'Gustavo', 405, 17, NULL, 15.40, 3, 1, 'manual_bid', '2024-05-28 03:20:10', '2024-05-28 03:20:10', '2024-05-29 03:21:08'),
(8710, 1873, 'Gustavo', 1711, 19, NULL, 45.00, 2, 2, 'manual_bid', '2024-05-28 03:21:25', '2024-05-28 03:21:25', '2024-05-29 03:22:07'),
(8711, 1873, 'Gustavo', 764, 19, NULL, 13.55, 6, 2, 'manual_bid', '2024-05-28 03:22:48', '2024-05-28 03:22:48', '2024-05-29 03:23:08'),
(8712, 1873, 'Gustavo', 5544, 10, NULL, 8.30, 2, 2, 'manual_bid', '2024-05-28 03:24:49', '2024-05-28 03:24:49', '2024-05-29 03:25:14'),
(8713, 1873, 'Gustavo', 829, 18, NULL, 11.00, 3, 2, 'manual_bid', '2024-05-28 03:26:28', '2024-05-28 03:26:28', '2024-05-29 03:27:04'),
(8714, 1873, 'Gustavo', 829, 18, NULL, 28.17, 2, 1, 'manual_bid', '2024-05-28 03:31:06', '2024-05-28 03:31:06', '2024-05-29 03:31:11'),
(8715, 1873, 'Gustavo', 405, 17, NULL, 13.95, 4, 1, 'manual_bid', '2024-05-28 03:31:55', '2024-05-28 03:31:55', '2024-05-29 03:32:04'),
(8716, 1873, 'Gustavo', 3083, 18, NULL, 25.00, 3, 2, 'manual_bid', '2024-05-28 03:32:41', '2024-05-28 03:32:41', '2024-05-29 03:33:06'),
(8717, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-28 04:45:30', '2024-05-28 04:45:30', '2024-05-29 04:46:09'),
(8718, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-28 04:47:18', '2024-05-28 04:47:18', '2024-05-29 04:48:06'),
(8719, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 6, 1, 'manual_bid', '2024-05-28 04:48:23', '2024-05-28 04:48:23', '2024-05-29 04:49:08'),
(8720, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-05-28 04:50:06', '2024-05-28 04:50:06', '2024-05-29 04:50:08'),
(8721, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-05-28 04:50:12', '2024-05-28 04:50:12', '2024-05-29 04:51:02'),
(8722, 1747, 'Shopnice', 2166, 19, NULL, 36.00, 10, 1, 'manual_bid', '2024-05-28 04:52:19', '2024-05-28 04:52:19', '2024-05-29 04:53:03'),
(8723, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 20, 1, 'manual_bid', '2024-05-28 04:54:32', '2024-05-28 04:54:32', '2024-05-29 04:55:07'),
(8724, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 3, 1, 'manual_bid', '2024-05-28 04:55:58', '2024-05-28 04:55:58', '2024-05-29 04:56:07'),
(8725, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 4, 1, 'manual_bid', '2024-05-28 04:57:00', '2024-05-28 04:57:00', '2024-05-29 04:57:14'),
(8726, 1873, 'Gustavo', 3672, 10, NULL, 63.47, 3, 1, 'manual_bid', '2024-05-28 11:26:25', '2024-05-28 11:26:25', '2024-05-29 11:27:02'),
(8727, 1873, 'Gustavo', 4364, 16, NULL, 12.10, 2, 1, 'manual_bid', '2024-05-28 11:27:15', '2024-05-28 11:27:15', '2024-05-29 11:28:02'),
(8728, 1873, 'Gustavo', 6019, 11, NULL, 6.60, 10, 1, 'manual_bid', '2024-05-28 11:32:47', '2024-05-28 11:32:47', '2024-05-29 11:33:02'),
(8729, 1873, 'Gustavo', 4179, 5, NULL, 27.40, 3, 1, 'manual_bid', '2024-05-28 11:35:17', '2024-05-28 11:35:17', '2024-05-29 11:36:03'),
(8730, 1873, 'Gustavo', 3842, 4, NULL, 10.00, 12, 2, 'manual_bid', '2024-05-28 11:35:56', '2024-05-28 11:35:56', '2024-05-29 11:36:03'),
(8731, 1873, 'Gustavo', 3770, 7, NULL, 6.08, 15, 2, 'manual_bid', '2024-05-28 11:36:41', '2024-05-28 11:36:41', '2024-05-29 11:37:03'),
(8732, 1873, 'Gustavo', 5183, 16, NULL, 12.50, 4, 2, 'manual_bid', '2024-05-28 11:37:58', '2024-05-28 11:37:58', '2024-05-29 11:38:04'),
(8733, 1873, 'Gustavo', 5183, 16, NULL, 27.40, 3, 1, 'manual_bid', '2024-05-28 11:39:02', '2024-05-28 11:39:02', '2024-05-29 11:39:17'),
(8734, 1873, 'Gustavo', 3282, 16, NULL, 10.50, 3, 2, 'manual_bid', '2024-05-28 11:40:09', '2024-05-28 11:40:09', '2024-05-29 11:41:03'),
(8735, 1873, 'Gustavo', 221, 12, NULL, 12.15, 3, 2, 'manual_bid', '2024-05-28 11:42:20', '2024-05-28 11:42:20', '2024-05-29 11:43:02'),
(8736, 1873, 'Gustavo', 730, 19, NULL, 34.25, 6, 2, 'manual_bid', '2024-05-28 11:43:37', '2024-05-28 11:43:37', '2024-05-29 11:44:06'),
(8737, 1873, 'Gustavo', 5571, 10, NULL, 68.40, 3, 1, 'manual_bid', '2024-05-28 11:45:17', '2024-05-28 11:45:17', '2024-05-29 11:46:03'),
(8738, 1873, 'Gustavo', 4286, 18, NULL, 5.75, 3, 2, 'manual_bid', '2024-05-28 11:46:52', '2024-05-28 11:46:52', '2024-05-29 11:47:03'),
(8739, 1873, 'Gustavo', 3633, 12, NULL, 28.60, 3, 1, 'manual_bid', '2024-05-28 11:48:39', '2024-05-28 11:48:39', '2024-05-29 11:49:02'),
(8740, 1873, 'Gustavo', 3632, 12, NULL, 3.96, 3, 2, 'manual_bid', '2024-05-28 11:49:48', '2024-05-28 11:49:48', '2024-05-29 11:50:03'),
(8741, 1873, 'Gustavo', 3283, 16, NULL, 7.48, 3, 2, 'manual_bid', '2024-05-28 11:53:04', '2024-05-28 11:53:04', '2024-05-29 11:54:02'),
(8742, 1873, 'Gustavo', 5143, 16, NULL, 6.14, 3, 2, 'manual_bid', '2024-05-28 12:05:52', '2024-05-28 12:05:52', '2024-05-29 12:06:02'),
(8743, 1873, 'Gustavo', 3298, 16, NULL, 27.50, 3, 1, 'manual_bid', '2024-05-28 12:18:50', '2024-05-28 12:18:50', '2024-05-29 12:19:03'),
(8744, 1873, 'Gustavo', 5143, 16, NULL, 6.14, 3, 2, 'manual_bid', '2024-05-28 12:19:36', '2024-05-28 12:19:36', '2024-05-29 12:20:03'),
(8745, 1873, 'Gustavo', 5143, 16, NULL, 6.14, 3, 2, 'manual_bid', '2024-05-28 12:25:43', '2024-05-28 12:25:43', '2024-05-29 12:26:03'),
(8746, 1869, 'Anatoliy fast store', 5629, 10, 17, 15.75, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:02'),
(8747, 1869, 'Anatoliy fast store', 2002, 4, 17, 113.30, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8748, 1869, 'Anatoliy fast store', 165, 14, 17, 208.34, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8749, 1869, 'Anatoliy fast store', 5558, 10, 17, 3.06, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8750, 1869, 'Anatoliy fast store', 1410, 15, 17, 15.58, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8751, 1869, 'Anatoliy fast store', 1117, 19, 17, 353.50, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8752, 1869, 'Anatoliy fast store', 3295, 5, 17, 371.94, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8753, 1869, 'Anatoliy fast store', 3986, 12, 17, 30.89, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8754, 1869, 'Anatoliy fast store', 2269, 16, 17, 30.46, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8755, 1869, 'Anatoliy fast store', 3760, 7, 17, 37.99, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8756, 1869, 'Anatoliy fast store', 3625, 12, 17, 60.92, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8757, 1869, 'Anatoliy fast store', 4577, 5, 17, 31.61, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8758, 1869, 'Anatoliy fast store', 284, 14, 17, 137.80, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8759, 1869, 'Anatoliy fast store', 3780, 13, 17, 105.00, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8760, 1869, 'Anatoliy fast store', 2820, 19, 17, 144.80, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8761, 1869, 'Anatoliy fast store', 6133, 11, 17, 15.45, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8762, 1869, 'Anatoliy fast store', 6063, 11, 17, 12.12, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8763, 1869, 'Anatoliy fast store', 5489, 7, 17, 2.08, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8764, 1869, 'Anatoliy fast store', 5922, 13, 17, 81.59, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8765, 1869, 'Anatoliy fast store', 5761, 13, 17, 2.00, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8766, 1869, 'Anatoliy fast store', 983, 17, 17, 134.33, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8767, 1869, 'Anatoliy fast store', 677, 18, 17, 6486.48, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8768, 1869, 'Anatoliy fast store', 3724, 10, 17, 102.97, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8769, 1869, 'Anatoliy fast store', 3658, 10, 17, 14.08, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8770, 1869, 'Anatoliy fast store', 14, 2, 17, 524.16, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8771, 1869, 'Anatoliy fast store', 1630, 4, 17, 42.70, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8772, 1869, 'Anatoliy fast store', 5624, 15, 17, 40.40, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8773, 1869, 'Anatoliy fast store', 4954, 13, 17, 202.90, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8774, 1869, 'Anatoliy fast store', 1272, 19, 17, 25.01, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8775, 1869, 'Anatoliy fast store', 2289, 2, 17, 577.50, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8776, 1869, 'Anatoliy fast store', 2319, 10, 17, 254.33, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8777, 1869, 'Anatoliy fast store', 3172, 19, 17, 527.76, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8778, 1869, 'Anatoliy fast store', 83, 2, 17, 112.20, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8779, 1869, 'Anatoliy fast store', 4039, 18, 17, 19.09, 1, 1, 'ai_bid', '2024-05-28 14:56:06', '2024-05-28 14:56:06', '2024-05-29 14:57:03'),
(8780, 1869, 'Anatoliy fast store', 3551, 10, 17, 46.79, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8781, 1869, 'Anatoliy fast store', 1806, 2, 17, 13.65, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8782, 1869, 'Anatoliy fast store', 5401, 14, 17, 11.32, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8783, 1869, 'Anatoliy fast store', 3661, 14, 17, 303.00, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8784, 1869, 'Anatoliy fast store', 4460, 15, 17, 42.38, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8785, 1869, 'Anatoliy fast store', 2213, 19, 17, 8.40, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8786, 1869, 'Anatoliy fast store', 299, 5, 17, 2.62, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8787, 1869, 'Anatoliy fast store', 5144, 16, 17, 37.09, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:03'),
(8788, 1869, 'Anatoliy fast store', 1494, 10, 17, 41.90, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8789, 1869, 'Anatoliy fast store', 2130, 18, 17, 416.00, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8790, 1869, 'Anatoliy fast store', 2088, 5, 17, 15.45, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8791, 1869, 'Anatoliy fast store', 2783, 19, 17, 11.22, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8792, 1869, 'Anatoliy fast store', 4278, 18, 17, 28.03, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8793, 1869, 'Anatoliy fast store', 5884, 13, 17, 20.39, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8794, 1869, 'Anatoliy fast store', 5921, 17, 17, 7.27, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8795, 1869, 'Anatoliy fast store', 1916, 7, 17, 3.50, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8796, 1869, 'Anatoliy fast store', 1712, 5, 17, 63.60, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8797, 1869, 'Anatoliy fast store', 3697, 14, 17, 34.60, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8798, 1869, 'Anatoliy fast store', 6115, 11, 17, 5.18, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8799, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8800, 1869, 'Anatoliy fast store', 734, 19, 17, 0.22, 1, 1, 'ai_bid', '2024-05-28 14:56:07', '2024-05-28 14:56:07', '2024-05-29 14:57:04'),
(8801, 1866, 'Tetyana store', 4004, 12, 16, 123.59, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8802, 1866, 'Tetyana store', 2323, 2, 16, 350.16, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8803, 1866, 'Tetyana store', 3247, 5, 16, 42.40, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8804, 1866, 'Tetyana store', 3236, 5, 16, 44.75, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8805, 1866, 'Tetyana store', 5818, 11, 16, 2134.84, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8806, 1866, 'Tetyana store', 1745, 2, 16, 101.92, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8807, 1866, 'Tetyana store', 5682, 10, 16, 519.95, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8808, 1866, 'Tetyana store', 5323, 16, 16, 28.50, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8809, 1866, 'Tetyana store', 373, 2, 16, 12.90, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8810, 1866, 'Tetyana store', 6070, 11, 16, 15.90, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8811, 1866, 'Tetyana store', 5227, 13, 16, 16.79, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8812, 1866, 'Tetyana store', 960, 7, 16, 90.90, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8813, 1866, 'Tetyana store', 5639, 10, 16, 4.94, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8814, 1866, 'Tetyana store', 5423, 12, 16, 15.93, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8815, 1866, 'Tetyana store', 5927, 17, 16, 318.00, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8816, 1866, 'Tetyana store', 1467, 19, 16, 13.35, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8817, 1866, 'Tetyana store', 2743, 19, 16, 41.59, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8818, 1866, 'Tetyana store', 1654, 19, 16, 31.30, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8819, 1866, 'Tetyana store', 2204, 16, 16, 58.24, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8820, 1866, 'Tetyana store', 301, 18, 16, 8.85, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8821, 1866, 'Tetyana store', 1427, 19, 16, 22.00, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8822, 1866, 'Tetyana store', 4203, 14, 16, 11.21, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8823, 1866, 'Tetyana store', 5056, 11, 16, 42.39, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8824, 1866, 'Tetyana store', 1496, 15, 16, 15.45, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8825, 1866, 'Tetyana store', 5228, 13, 16, 7.13, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8826, 1866, 'Tetyana store', 2558, 10, 16, 44.71, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8827, 1866, 'Tetyana store', 2948, 14, 16, 36.37, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8828, 1866, 'Tetyana store', 4843, 17, 16, 155.99, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8829, 1866, 'Tetyana store', 900, 5, 16, 87.55, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8830, 1866, 'Tetyana store', 3212, 17, 16, 8.48, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8831, 1866, 'Tetyana store', 5998, 17, 16, 31.68, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8832, 1866, 'Tetyana store', 2506, 19, 16, 111.10, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8833, 1866, 'Tetyana store', 5716, 15, 16, 257.50, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8834, 1866, 'Tetyana store', 2670, 18, 16, 851.70, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8835, 1866, 'Tetyana store', 4087, 5, 16, 376.38, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8836, 1866, 'Tetyana store', 3627, 12, 16, 2060.00, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8837, 1866, 'Tetyana store', 136, 2, 16, 24.48, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8838, 1866, 'Tetyana store', 935, 5, 16, 3.06, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8839, 1866, 'Tetyana store', 5111, 16, 16, 13.98, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8840, 1866, 'Tetyana store', 151, 18, 16, 10.50, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8841, 1866, 'Tetyana store', 2538, 7, 16, 19.77, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8842, 1866, 'Tetyana store', 2607, 14, 16, 14.51, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8843, 1866, 'Tetyana store', 1562, 14, 16, 115.83, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8844, 1866, 'Tetyana store', 4691, 12, 16, 2.08, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8845, 1866, 'Tetyana store', 2416, 19, 16, 26.16, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8846, 1866, 'Tetyana store', 1748, 19, 16, 40.17, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8847, 1866, 'Tetyana store', 4484, 16, 16, 9.46, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8848, 1866, 'Tetyana store', 5186, 16, 16, 336.09, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8849, 1866, 'Tetyana store', 396, 18, 16, 36.38, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8850, 1866, 'Tetyana store', 3864, 2, 16, 104.00, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8851, 1866, 'Tetyana store', 3649, 13, 16, 13.25, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8852, 1866, 'Tetyana store', 3946, 5, 16, 493.50, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8853, 1866, 'Tetyana store', 2647, 18, 16, 13.83, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8854, 1866, 'Tetyana store', 2730, 16, 16, 20.13, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8855, 1866, 'Tetyana store', 5533, 12, 16, 18.17, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8856, 1866, 'Tetyana store', 1193, 18, 16, 38.38, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8857, 1866, 'Tetyana store', 1678, 18, 16, 716.88, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8858, 1866, 'Tetyana store', 2036, 2, 16, 60.87, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8859, 1866, 'Tetyana store', 4060, 13, 16, 16.63, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8860, 1866, 'Tetyana store', 2095, 13, 16, 20.79, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8861, 1866, 'Tetyana store', 1483, 15, 16, 21.16, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8862, 1866, 'Tetyana store', 6061, 15, 16, 20.53, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8863, 1866, 'Tetyana store', 3771, 15, 16, 5.29, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8864, 1866, 'Tetyana store', 1959, 5, 16, 20.40, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8865, 1866, 'Tetyana store', 5688, 10, 16, 96.85, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8866, 1866, 'Tetyana store', 150, 18, 16, 606.00, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8867, 1866, 'Tetyana store', 3909, 16, 16, 210.24, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8868, 1866, 'Tetyana store', 2438, 5, 16, 136.50, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8869, 1866, 'Tetyana store', 4992, 14, 16, 12.45, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8870, 1866, 'Tetyana store', 3249, 5, 16, 11.32, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8871, 1866, 'Tetyana store', 2627, 14, 16, 16.30, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8872, 1866, 'Tetyana store', 4768, 12, 16, 3.03, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8873, 1866, 'Tetyana store', 4215, 5, 16, 612.00, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8874, 1866, 'Tetyana store', 760, 19, 16, 18.71, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8875, 1866, 'Tetyana store', 5619, 16, 16, 102.99, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8876, 1866, 'Tetyana store', 3429, 10, 16, 28.27, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8877, 1866, 'Tetyana store', 6042, 15, 16, 3.80, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8878, 1866, 'Tetyana store', 949, 5, 16, 0.32, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8879, 1866, 'Tetyana store', 1844, 19, 16, 0.32, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8880, 1866, 'Tetyana store', 1811, 5, 16, 0.21, 1, 1, 'ai_bid', '2024-05-28 15:59:04', '2024-05-28 15:59:04', '2024-05-29 16:00:13'),
(8881, 1871, 'Almeida', 4348, 18, 7, 241.49, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:05'),
(8882, 1871, 'Almeida', 1334, 19, 7, 5.65, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8883, 1871, 'Almeida', 4971, 11, 7, 66.56, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8884, 1871, 'Almeida', 981, 17, 7, 56.92, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8885, 1871, 'Almeida', 5459, 7, 7, 114.40, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8886, 1871, 'Almeida', 1077, 19, 7, 168.54, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8887, 1871, 'Almeida', 3359, 7, 7, 9.27, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8888, 1871, 'Almeida', 3268, 5, 7, 2.04, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8889, 1871, 'Almeida', 4382, 14, 7, 15.86, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8890, 1871, 'Almeida', 2521, 10, 7, 386.82, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8891, 1871, 'Almeida', 4246, 18, 7, 33292.80, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8892, 1871, 'Almeida', 5223, 13, 7, 706.99, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8893, 1871, 'Almeida', 4037, 13, 7, 157.49, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8894, 1871, 'Almeida', 3242, 4, 7, 22.23, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8895, 1871, 'Almeida', 1157, 19, 7, 40.40, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8896, 1871, 'Almeida', 1062, 4, 7, 7.58, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8897, 1871, 'Almeida', 2889, 14, 7, 20.99, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8898, 1871, 'Almeida', 1562, 14, 7, 113.58, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:06'),
(8899, 1871, 'Almeida', 2517, 7, 7, 107.55, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8900, 1871, 'Almeida', 3751, 14, 7, 40.79, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8901, 1871, 'Almeida', 2773, 19, 7, 385.22, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8902, 1871, 'Almeida', 4659, 12, 7, 9.88, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8903, 1871, 'Almeida', 3004, 19, 7, 86.18, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8904, 1871, 'Almeida', 4464, 15, 7, 26.24, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8905, 1871, 'Almeida', 833, 18, 7, 20.94, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8906, 1871, 'Almeida', 3124, 2, 7, 44.52, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8907, 1871, 'Almeida', 1773, 19, 7, 9.26, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8908, 1871, 'Almeida', 1482, 19, 7, 201.96, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8909, 1871, 'Almeida', 2821, 18, 7, 20.39, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8910, 1871, 'Almeida', 4107, 14, 7, 9.68, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8911, 1871, 'Almeida', 3239, 5, 7, 18.36, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8912, 1871, 'Almeida', 4691, 12, 7, 2.04, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8913, 1871, 'Almeida', 5300, 14, 7, 608.49, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8914, 1871, 'Almeida', 4883, 12, 7, 341.70, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8915, 1871, 'Almeida', 511, 18, 7, 727.65, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8916, 1871, 'Almeida', 4427, 16, 7, 42.63, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8917, 1871, 'Almeida', 4410, 15, 7, 14.59, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8918, 1871, 'Almeida', 4703, 14, 7, 33.80, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8919, 1871, 'Almeida', 299, 5, 7, 2.69, 1, 1, 'ai_bid', '2024-05-28 17:19:05', '2024-05-28 17:19:05', '2024-05-29 17:20:07'),
(8920, 1871, 'Almeida', 5444, 12, 7, 3.73, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8921, 1871, 'Almeida', 2235, 19, 7, 32.45, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8922, 1871, 'Almeida', 5288, 16, 7, 23.15, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8923, 1871, 'Almeida', 3846, 16, 7, 5.14, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8924, 1871, 'Almeida', 1989, 4, 7, 50.47, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8925, 1871, 'Almeida', 1824, 19, 7, 131.24, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8926, 1871, 'Almeida', 1162, 19, 7, 92.70, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8927, 1871, 'Almeida', 842, 19, 7, 17.92, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8928, 1871, 'Almeida', 5164, 13, 7, 32.85, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8929, 1871, 'Almeida', 5586, 10, 7, 11.54, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8930, 1871, 'Almeida', 2603, 14, 7, 1477.98, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8931, 1871, 'Almeida', 5334, 14, 7, 242.35, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8932, 1871, 'Almeida', 3720, 13, 7, 8.31, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8933, 1871, 'Almeida', 961, 5, 7, 31.11, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8934, 1871, 'Almeida', 5395, 17, 7, 89.53, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8935, 1871, 'Almeida', 3130, 18, 7, 18.90, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8936, 1871, 'Almeida', 1263, 19, 7, 97.52, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8937, 1871, 'Almeida', 4012, 17, 7, 13.60, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8938, 1871, 'Almeida', 24, 2, 7, 1.04, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8939, 1871, 'Almeida', 3458, 10, 7, 15.75, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8940, 1871, 'Almeida', 4174, 14, 7, 539.58, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8941, 1871, 'Almeida', 3492, 11, 7, 15.14, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8942, 1871, 'Almeida', 984, 17, 7, 756.55, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8943, 1871, 'Almeida', 901, 18, 7, 21.43, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8944, 1871, 'Almeida', 519, 18, 7, 59.99, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8945, 1871, 'Almeida', 5614, 15, 7, 37.20, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8946, 1871, 'Almeida', 5635, 10, 7, 5.29, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8947, 1871, 'Almeida', 586, 18, 7, 744.60, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(8948, 1871, 'Almeida', 161, 14, 7, 30.70, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8949, 1871, 'Almeida', 905, 13, 7, 18.07, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8950, 1871, 'Almeida', 5188, 16, 7, 319.30, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8951, 1871, 'Almeida', 5658, 15, 7, 3.66, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8952, 1871, 'Almeida', 449, 16, 7, 372.05, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:07'),
(8953, 1871, 'Almeida', 5845, 17, 7, 8.99, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8954, 1871, 'Almeida', 1004, 16, 7, 73.50, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8955, 1871, 'Almeida', 2400, 19, 7, 36.40, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8956, 1871, 'Almeida', 1040, 5, 7, 52.00, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8957, 1871, 'Almeida', 2502, 19, 7, 201.40, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8958, 1871, 'Almeida', 1042, 19, 7, 18.18, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8959, 1871, 'Almeida', 6006, 17, 7, 18.75, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8960, 1871, 'Almeida', 935, 5, 7, 3.03, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8961, 1871, 'Almeida', 5119, 13, 7, 61.60, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8962, 1871, 'Almeida', 4201, 18, 7, 20.79, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8963, 1871, 'Almeida', 2091, 1, 7, 4.38, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8964, 1871, 'Almeida', 4805, 17, 7, 138.09, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8965, 1871, 'Almeida', 2436, 19, 7, 14.62, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8966, 1871, 'Almeida', 308, 7, 7, 7.62, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8967, 1871, 'Almeida', 836, 19, 7, 15.41, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8968, 1871, 'Almeida', 6132, 11, 7, 40.40, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8969, 1871, 'Almeida', 5307, 16, 7, 21.83, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8970, 1871, 'Almeida', 3484, 13, 7, 21.19, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8971, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8972, 1870, 'Liliana', 4348, 18, 8, 241.49, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8973, 1870, 'Liliana', 1334, 19, 8, 5.76, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8974, 1870, 'Liliana', 4971, 11, 8, 65.92, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8975, 1870, 'Liliana', 981, 17, 8, 58.03, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8976, 1870, 'Liliana', 5459, 7, 8, 115.50, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8977, 1870, 'Liliana', 1077, 19, 8, 163.77, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8978, 1870, 'Liliana', 3359, 7, 8, 9.36, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8979, 1870, 'Liliana', 3268, 5, 8, 2.10, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8980, 1870, 'Liliana', 4382, 14, 8, 15.71, 1, 1, 'ai_bid', '2024-05-28 17:19:06', '2024-05-28 17:19:06', '2024-05-29 17:20:08'),
(8981, 1870, 'Liliana', 2521, 10, 8, 401.99, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8982, 1870, 'Liliana', 5223, 13, 8, 713.99, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8983, 1870, 'Liliana', 4037, 13, 8, 158.99, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8984, 1870, 'Liliana', 3242, 4, 8, 22.44, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8985, 1870, 'Liliana', 1157, 19, 8, 40.80, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8986, 1870, 'Liliana', 1062, 4, 8, 7.58, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8987, 1870, 'Liliana', 2889, 14, 8, 20.79, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8988, 1870, 'Liliana', 1562, 14, 8, 119.21, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8989, 1870, 'Liliana', 2517, 7, 8, 104.50, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8990, 1870, 'Liliana', 3751, 14, 8, 41.59, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8991, 1870, 'Liliana', 2773, 19, 8, 392.78, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8992, 1870, 'Liliana', 4659, 12, 8, 10.27, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8993, 1870, 'Liliana', 3004, 19, 8, 87.02, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8994, 1870, 'Liliana', 4464, 15, 8, 26.49, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8995, 1870, 'Liliana', 833, 18, 8, 19.95, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8996, 1870, 'Liliana', 3124, 2, 8, 43.68, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8997, 1870, 'Liliana', 1773, 19, 8, 9.26, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8998, 1870, 'Liliana', 1482, 19, 8, 201.96, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(8999, 1870, 'Liliana', 2821, 18, 8, 20.99, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9000, 1870, 'Liliana', 4107, 14, 8, 9.77, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9001, 1870, 'Liliana', 3239, 5, 8, 18.36, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9002, 1870, 'Liliana', 4691, 12, 8, 2.08, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9003, 1870, 'Liliana', 5300, 14, 8, 597.01, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9004, 1870, 'Liliana', 4883, 12, 8, 345.05, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9005, 1870, 'Liliana', 511, 18, 8, 720.72, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9006, 1870, 'Liliana', 4427, 16, 8, 43.04, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9007, 1870, 'Liliana', 4410, 15, 8, 15.02, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9008, 1870, 'Liliana', 4703, 14, 8, 32.83, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9009, 1870, 'Liliana', 299, 5, 8, 2.69, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9010, 1870, 'Liliana', 5444, 12, 8, 3.63, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9011, 1870, 'Liliana', 2235, 19, 8, 32.75, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9012, 1870, 'Liliana', 5288, 16, 8, 22.28, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9013, 1870, 'Liliana', 3846, 16, 8, 5.14, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9014, 1870, 'Liliana', 1989, 4, 8, 50.47, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9015, 1870, 'Liliana', 1824, 19, 8, 129.99, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9016, 1870, 'Liliana', 1162, 19, 8, 91.80, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9017, 1870, 'Liliana', 842, 19, 8, 18.10, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9018, 1870, 'Liliana', 5164, 13, 8, 32.23, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9019, 1870, 'Liliana', 5586, 10, 8, 11.43, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9020, 1870, 'Liliana', 2603, 14, 8, 1463.49, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9021, 1870, 'Liliana', 5334, 14, 8, 249.55, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9022, 1870, 'Liliana', 3720, 13, 8, 8.23, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9023, 1870, 'Liliana', 961, 5, 8, 31.72, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9024, 1870, 'Liliana', 5395, 17, 8, 87.81, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9025, 1870, 'Liliana', 3130, 18, 8, 18.36, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9026, 1870, 'Liliana', 1263, 19, 8, 95.68, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9027, 1870, 'Liliana', 4012, 17, 8, 12.96, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9028, 1870, 'Liliana', 24, 2, 8, 1.06, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9029, 1870, 'Liliana', 3458, 10, 8, 15.90, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9030, 1870, 'Liliana', 4174, 14, 8, 539.58, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:08'),
(9031, 1870, 'Liliana', 3492, 11, 8, 15.89, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9032, 1870, 'Liliana', 984, 17, 8, 728.00, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9033, 1870, 'Liliana', 901, 18, 8, 21.64, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9034, 1870, 'Liliana', 519, 18, 8, 62.96, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9035, 1870, 'Liliana', 5614, 15, 8, 37.20, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9036, 1870, 'Liliana', 5635, 10, 8, 5.19, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9037, 1870, 'Liliana', 586, 18, 8, 766.50, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9038, 1870, 'Liliana', 161, 14, 8, 31.01, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9039, 1870, 'Liliana', 905, 13, 8, 18.07, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9040, 1870, 'Liliana', 5188, 16, 8, 322.40, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9041, 1870, 'Liliana', 5658, 15, 8, 3.76, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9042, 1870, 'Liliana', 449, 16, 8, 354.50, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9043, 1870, 'Liliana', 5845, 17, 8, 9.43, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9044, 1870, 'Liliana', 1004, 16, 8, 74.20, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9045, 1870, 'Liliana', 2400, 19, 8, 36.40, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9046, 1870, 'Liliana', 1040, 5, 8, 52.00, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9047, 1870, 'Liliana', 2502, 19, 8, 197.60, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9048, 1870, 'Liliana', 1042, 19, 8, 19.08, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9049, 1870, 'Liliana', 463, 19, 8, 584.06, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9050, 1870, 'Liliana', 6006, 17, 8, 18.04, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9051, 1870, 'Liliana', 935, 5, 8, 3.18, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9052, 1870, 'Liliana', 5119, 13, 8, 63.43, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9053, 1870, 'Liliana', 4201, 18, 8, 20.79, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9054, 1870, 'Liliana', 2091, 1, 8, 4.21, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9055, 1870, 'Liliana', 4805, 17, 8, 134.14, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9056, 1870, 'Liliana', 2436, 19, 8, 14.90, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9057, 1870, 'Liliana', 308, 7, 8, 7.84, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9058, 1870, 'Liliana', 836, 19, 8, 15.41, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9059, 1870, 'Liliana', 6132, 11, 8, 40.80, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9060, 1870, 'Liliana', 5307, 16, 8, 22.25, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9061, 1870, 'Liliana', 4638, 15, 8, 78.16, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9062, 1870, 'Liliana', 3414, 15, 8, 67.60, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9063, 1870, 'Liliana', 3484, 13, 8, 20.79, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9064, 1870, 'Liliana', 345, 15, 8, 101.81, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9065, 1870, 'Liliana', 4870, 17, 8, 146.99, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9066, 1870, 'Liliana', 1855, 5, 8, 3.03, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9067, 1870, 'Liliana', 2495, 10, 8, 35.34, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9068, 1870, 'Liliana', 5525, 10, 8, 35.91, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9069, 1870, 'Liliana', 115, 7, 8, 261.23, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9070, 1870, 'Liliana', 2208, 12, 8, 59.31, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9071, 1870, 'Liliana', 1536, 2, 8, 74.20, 1, 1, 'ai_bid', '2024-05-28 17:19:07', '2024-05-28 17:19:07', '2024-05-29 17:20:09'),
(9072, 1870, 'Liliana', 1253, 10, 8, 32.01, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9073, 1870, 'Liliana', 5641, 15, 8, 45.45, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9074, 1870, 'Liliana', 5264, 13, 8, 5.98, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9075, 1870, 'Liliana', 3221, 4, 8, 21.72, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9076, 1870, 'Liliana', 1344, 15, 8, 23.09, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9077, 1870, 'Liliana', 1664, 17, 8, 40.95, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9078, 1870, 'Liliana', 2623, 14, 8, 9.57, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9079, 1870, 'Liliana', 4832, 17, 8, 15.83, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9080, 1870, 'Liliana', 1239, 15, 8, 24.72, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9081, 1870, 'Liliana', 5198, 16, 8, 53.54, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9082, 1870, 'Liliana', 3657, 13, 8, 7.06, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9083, 1870, 'Liliana', 1262, 19, 8, 1.55, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9084, 1870, 'Liliana', 716, 19, 8, 1.05, 1, 1, 'ai_bid', '2024-05-28 17:19:08', '2024-05-28 17:19:08', '2024-05-29 17:20:09'),
(9085, 1866, 'Tetyana store', 2436, 19, 6, 14.33, 1, 1, 'ai_bid', '2024-05-28 17:34:03', '2024-05-28 17:34:03', '2024-05-29 17:34:03'),
(9086, 1866, 'Tetyana store', 1230, 14, 6, 31.61, 1, 1, 'ai_bid', '2024-05-28 17:34:03', '2024-05-28 17:34:03', '2024-05-29 17:34:05'),
(9087, 1866, 'Tetyana store', 1160, 14, 6, 4.42, 1, 1, 'ai_bid', '2024-05-28 17:34:03', '2024-05-28 17:34:03', '2024-05-29 17:34:05'),
(9088, 1866, 'Tetyana store', 1210, 15, 6, 4.33, 1, 1, 'ai_bid', '2024-05-28 17:34:03', '2024-05-28 17:34:03', '2024-05-29 17:34:05'),
(9089, 1866, 'Tetyana store', 1811, 5, 6, 0.21, 1, 1, 'ai_bid', '2024-05-28 17:34:03', '2024-05-28 17:34:03', '2024-05-29 17:34:05'),
(9090, 1866, 'Tetyana store', 1850, 5, 6, 0.56, 1, 1, 'ai_bid', '2024-05-28 17:34:03', '2024-05-28 17:34:03', '2024-05-29 17:34:05'),
(9091, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-05-28 17:34:04', '2024-05-28 17:34:04', '2024-05-29 17:35:03'),
(9092, 1873, 'Gustavo', 4421, 16, 9, 1492.78, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:04'),
(9093, 1873, 'Gustavo', 2868, 14, 9, 280.80, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9094, 1873, 'Gustavo', 3861, 16, 9, 105.03, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9095, 1873, 'Gustavo', 4214, 14, 9, 20.88, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9096, 1873, 'Gustavo', 268, 18, 9, 6.76, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9097, 1873, 'Gustavo', 3914, 2, 9, 76.42, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9098, 1873, 'Gustavo', 3139, 4, 9, 39.84, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9099, 1873, 'Gustavo', 5901, 13, 9, 41.50, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9100, 1873, 'Gustavo', 3017, 14, 9, 307.01, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9101, 1873, 'Gustavo', 449, 16, 9, 365.03, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9102, 1873, 'Gustavo', 1488, 14, 9, 3.02, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9103, 1873, 'Gustavo', 877, 5, 9, 88.40, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9104, 1873, 'Gustavo', 5421, 12, 9, 7.23, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9105, 1873, 'Gustavo', 2428, 19, 9, 4337.95, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9106, 1873, 'Gustavo', 1019, 5, 9, 139.36, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9107, 1873, 'Gustavo', 2187, 19, 9, 10.40, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9108, 1873, 'Gustavo', 530, 17, 9, 13.22, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9109, 1873, 'Gustavo', 1253, 10, 9, 32.01, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9110, 1873, 'Gustavo', 884, 7, 9, 10.29, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9111, 1873, 'Gustavo', 5094, 16, 9, 21.40, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9112, 1873, 'Gustavo', 3072, 2, 9, 16.00, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9113, 1873, 'Gustavo', 5696, 15, 9, 53.45, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9114, 1873, 'Gustavo', 5879, 11, 9, 644.48, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9115, 1873, 'Gustavo', 1967, 19, 9, 2.72, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9116, 1873, 'Gustavo', 3870, 2, 9, 24.38, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9117, 1873, 'Gustavo', 568, 17, 9, 15.45, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9118, 1873, 'Gustavo', 5746, 13, 9, 74.53, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9119, 1873, 'Gustavo', 1765, 19, 9, 17.51, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9120, 1873, 'Gustavo', 5434, 17, 9, 18.08, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9121, 1873, 'Gustavo', 1049, 19, 9, 49.49, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9122, 1873, 'Gustavo', 1037, 19, 9, 47.69, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9123, 1873, 'Gustavo', 5477, 12, 9, 12.23, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9124, 1873, 'Gustavo', 5881, 17, 9, 7.35, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9125, 1873, 'Gustavo', 4662, 12, 9, 29.08, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9126, 1873, 'Gustavo', 1931, 1, 9, 1626.45, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9127, 1873, 'Gustavo', 3601, 17, 9, 642.84, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9128, 1873, 'Gustavo', 629, 14, 9, 4.20, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9129, 1873, 'Gustavo', 5877, 13, 9, 28.51, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9130, 1873, 'Gustavo', 957, 5, 9, 8.28, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9131, 1873, 'Gustavo', 2856, 14, 9, 516.03, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9132, 1873, 'Gustavo', 3825, 15, 9, 23.45, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9133, 1873, 'Gustavo', 1652, 17, 9, 13.76, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9134, 1873, 'Gustavo', 4788, 12, 9, 483.98, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9135, 1873, 'Gustavo', 2924, 14, 9, 32.04, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9136, 1873, 'Gustavo', 4793, 12, 9, 32.23, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:06'),
(9137, 1873, 'Gustavo', 5538, 10, 9, 235.00, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9138, 1873, 'Gustavo', 4910, 13, 9, 949.61, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9139, 1873, 'Gustavo', 2624, 14, 9, 20.79, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9140, 1873, 'Gustavo', 3024, 10, 9, 208.95, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9141, 1873, 'Gustavo', 1118, 18, 9, 1077.77, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9142, 1873, 'Gustavo', 3007, 19, 9, 105.04, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9143, 1873, 'Gustavo', 285, 14, 9, 59.02, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9144, 1873, 'Gustavo', 2198, 16, 9, 30.59, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9145, 1873, 'Gustavo', 3103, 18, 9, 140.70, 1, 1, 'ai_bid', '2024-05-28 17:39:08', '2024-05-28 17:39:08', '2024-05-29 17:40:07'),
(9146, 1873, 'Gustavo', 2342, 19, 9, 918.00, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9147, 1873, 'Gustavo', 394, 18, 9, 14.54, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9148, 1873, 'Gustavo', 2285, 5, 9, 95.40, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9149, 1873, 'Gustavo', 2803, 14, 9, 840.00, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9150, 1873, 'Gustavo', 4311, 16, 9, 52.00, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9151, 1873, 'Gustavo', 1338, 15, 9, 17.50, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9152, 1873, 'Gustavo', 5607, 16, 9, 10.09, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9153, 1873, 'Gustavo', 1334, 19, 9, 5.70, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9154, 1873, 'Gustavo', 290, 5, 9, 153.49, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9155, 1873, 'Gustavo', 2012, 4, 9, 202.78, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9156, 1873, 'Gustavo', 1054, 17, 9, 23.74, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9157, 1873, 'Gustavo', 2157, 16, 9, 18.20, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9158, 1873, 'Gustavo', 3392, 7, 9, 353.60, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9159, 1873, 'Gustavo', 399, 16, 9, 127.50, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9160, 1873, 'Gustavo', 4032, 18, 9, 11.02, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9161, 1873, 'Gustavo', 349, 15, 9, 24.71, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9162, 1873, 'Gustavo', 2949, 17, 9, 22.20, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9163, 1873, 'Gustavo', 4829, 17, 9, 20.20, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9164, 1873, 'Gustavo', 4171, 18, 9, 25.49, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9165, 1873, 'Gustavo', 1283, 19, 9, 108.15, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9166, 1873, 'Gustavo', 3574, 12, 9, 17.67, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9167, 1873, 'Gustavo', 772, 10, 9, 18.63, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9168, 1873, 'Gustavo', 2364, 18, 9, 13.56, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9169, 1873, 'Gustavo', 1432, 15, 9, 8.15, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9170, 1873, 'Gustavo', 24, 2, 9, 1.01, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9171, 1873, 'Gustavo', 624, 5, 9, 1.02, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9172, 1873, 'Gustavo', 1811, 5, 9, 0.21, 1, 1, 'ai_bid', '2024-05-28 17:39:09', '2024-05-28 17:39:09', '2024-05-29 17:40:07'),
(9173, 1798, 'Feelyards', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-05-28 17:39:33', '2024-05-28 17:39:33', '2024-05-29 17:40:07'),
(9174, 1798, 'Feelyards', 3191, 4, NULL, 30.00, 1, 1, 'manual_bid', '2024-05-28 17:42:42', '2024-05-28 17:42:42', '2024-05-29 17:43:02'),
(9175, 1866, 'Tetyana store', 2101, 19, 11, 903.72, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9176, 1866, 'Tetyana store', 4033, 18, 11, 2.65, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9177, 1866, 'Tetyana store', 1093, 19, 11, 154.48, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9178, 1866, 'Tetyana store', 549, 7, 11, 10.20, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9179, 1866, 'Tetyana store', 1382, 14, 11, 8.15, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9180, 1866, 'Tetyana store', 1378, 2, 11, 535.30, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9181, 1866, 'Tetyana store', 3708, 14, 11, 21.83, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9182, 1866, 'Tetyana store', 3454, 14, 11, 29.95, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9183, 1866, 'Tetyana store', 4404, 18, 11, 27.46, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9184, 1866, 'Tetyana store', 729, 19, 11, 12.19, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9185, 1866, 'Tetyana store', 4608, 15, 11, 90.90, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9186, 1866, 'Tetyana store', 1626, 18, 11, 1118.00, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9187, 1866, 'Tetyana store', 1095, 19, 11, 8.23, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9188, 1866, 'Tetyana store', 4212, 18, 11, 142.80, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9189, 1866, 'Tetyana store', 5488, 7, 11, 23.32, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:14'),
(9190, 1866, 'Tetyana store', 1564, 18, 11, 8247.20, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9191, 1866, 'Tetyana store', 2899, 14, 11, 13.77, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9192, 1866, 'Tetyana store', 3628, 17, 11, 366.28, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9193, 1866, 'Tetyana store', 25, 2, 11, 8.48, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9194, 1866, 'Tetyana store', 2736, 17, 11, 21.19, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9195, 1866, 'Tetyana store', 4564, 14, 11, 310.96, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9196, 1866, 'Tetyana store', 2418, 19, 11, 148.40, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9197, 1866, 'Tetyana store', 782, 14, 11, 6.92, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9198, 1866, 'Tetyana store', 1185, 14, 11, 73.49, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9199, 1866, 'Tetyana store', 5214, 14, 11, 15.73, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9200, 1866, 'Tetyana store', 5166, 16, 11, 232.29, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9201, 1866, 'Tetyana store', 626, 14, 11, 3.15, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9202, 1866, 'Tetyana store', 312, 18, 11, 50.15, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9203, 1866, 'Tetyana store', 4273, 14, 11, 9.36, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9204, 1866, 'Tetyana store', 2729, 14, 11, 193.68, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9205, 1866, 'Tetyana store', 4389, 16, 11, 15.90, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9206, 1866, 'Tetyana store', 4465, 15, 11, 15.29, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9207, 1866, 'Tetyana store', 2020, 2, 11, 10.10, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9208, 1866, 'Tetyana store', 2923, 13, 11, 11.43, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9209, 1866, 'Tetyana store', 6099, 15, 11, 8.14, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9210, 1866, 'Tetyana store', 3428, 14, 11, 270.90, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9211, 1866, 'Tetyana store', 3481, 11, 11, 15.73, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9212, 1866, 'Tetyana store', 855, 19, 11, 30.24, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9213, 1866, 'Tetyana store', 4081, 5, 11, 51.99, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9214, 1866, 'Tetyana store', 5495, 17, 11, 1521.10, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9215, 1866, 'Tetyana store', 4508, 16, 11, 42.91, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9216, 1866, 'Tetyana store', 3048, 13, 11, 154.01, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9217, 1866, 'Tetyana store', 290, 5, 11, 158.00, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9218, 1866, 'Tetyana store', 1744, 19, 11, 84.64, 1, 1, 'ai_bid', '2024-05-28 17:50:08', '2024-05-28 17:50:08', '2024-05-29 17:51:15'),
(9219, 1866, 'Tetyana store', 3835, 16, 11, 3.95, 1, 1, 'ai_bid', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-29 17:51:15'),
(9220, 1866, 'Tetyana store', 2222, 19, 11, 33.95, 1, 1, 'ai_bid', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-29 17:51:15'),
(9221, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-29 17:51:15'),
(9222, 1866, 'Tetyana store', 803, 19, 11, 0.20, 1, 1, 'ai_bid', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-29 17:51:15'),
(9223, 1866, 'Tetyana store', 1827, 19, 11, 0.13, 1, 1, 'ai_bid', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-29 17:51:15'),
(9224, 1867, 'Omevoric enterprises', 3302, 15, 12, 19.19, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:03'),
(9225, 1867, 'Omevoric enterprises', 4610, 16, 12, 13.73, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9226, 1867, 'Omevoric enterprises', 996, 5, 12, 57.12, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9227, 1867, 'Omevoric enterprises', 899, 19, 12, 410.97, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9228, 1867, 'Omevoric enterprises', 5979, 17, 12, 27.26, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9229, 1867, 'Omevoric enterprises', 4398, 14, 12, 104.00, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9230, 1867, 'Omevoric enterprises', 3376, 7, 12, 8.06, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9231, 1867, 'Omevoric enterprises', 1197, 18, 12, 25.50, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9232, 1867, 'Omevoric enterprises', 3228, 5, 12, 2.88, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9233, 1867, 'Omevoric enterprises', 6106, 11, 12, 11.02, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9234, 1867, 'Omevoric enterprises', 3249, 5, 12, 11.10, 1, 1, 'ai_bid', '2024-05-28 17:59:03', '2024-05-28 17:59:03', '2024-05-29 17:59:05'),
(9235, 1867, 'Omevoric enterprises', 5089, 14, 12, 42.39, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9236, 1867, 'Omevoric enterprises', 374, 10, 12, 126.80, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9237, 1867, 'Omevoric enterprises', 5762, 13, 12, 5.43, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9238, 1867, 'Omevoric enterprises', 861, 13, 12, 206.96, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9239, 1867, 'Omevoric enterprises', 4198, 14, 12, 19.65, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9240, 1867, 'Omevoric enterprises', 5296, 16, 12, 10.09, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9241, 1867, 'Omevoric enterprises', 793, 12, 12, 161.96, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9242, 1867, 'Omevoric enterprises', 521, 18, 12, 64.12, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9243, 1867, 'Omevoric enterprises', 5045, 16, 12, 135.45, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9244, 1867, 'Omevoric enterprises', 5940, 17, 12, 3.09, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9245, 1867, 'Omevoric enterprises', 5383, 17, 12, 47.25, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9246, 1867, 'Omevoric enterprises', 4419, 16, 12, 32.54, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9247, 1867, 'Omevoric enterprises', 4193, 14, 12, 1802.49, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9248, 1867, 'Omevoric enterprises', 2946, 18, 12, 651.45, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9249, 1867, 'Omevoric enterprises', 461, 19, 12, 203.70, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9250, 1867, 'Omevoric enterprises', 1951, 12, 12, 37.12, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9251, 1867, 'Omevoric enterprises', 2301, 19, 12, 17.68, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9252, 1867, 'Omevoric enterprises', 3185, 19, 12, 4696.80, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9253, 1867, 'Omevoric enterprises', 2501, 16, 12, 98.79, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9254, 1867, 'Omevoric enterprises', 867, 7, 12, 9.25, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9255, 1867, 'Omevoric enterprises', 2405, 19, 12, 147.90, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9256, 1867, 'Omevoric enterprises', 5474, 7, 12, 41.40, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9257, 1867, 'Omevoric enterprises', 4892, 13, 12, 824.00, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9258, 1867, 'Omevoric enterprises', 2381, 2, 12, 15.33, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9259, 1867, 'Omevoric enterprises', 3002, 1, 12, 840.00, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9260, 1867, 'Omevoric enterprises', 5473, 17, 12, 226.60, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9261, 1867, 'Omevoric enterprises', 4723, 12, 12, 16.47, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9262, 1867, 'Omevoric enterprises', 3709, 14, 12, 3.43, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9263, 1867, 'Omevoric enterprises', 5269, 16, 12, 11.54, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9264, 1867, 'Omevoric enterprises', 2132, 19, 12, 101.00, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9265, 1867, 'Omevoric enterprises', 4879, 17, 12, 46.79, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9266, 1867, 'Omevoric enterprises', 4656, 15, 12, 241.50, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9267, 1867, 'Omevoric enterprises', 4134, 5, 12, 10.20, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9268, 1867, 'Omevoric enterprises', 5472, 12, 12, 47.33, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9269, 1867, 'Omevoric enterprises', 4360, 16, 12, 843.57, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9270, 1867, 'Omevoric enterprises', 4421, 16, 12, 1507.56, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9271, 1867, 'Omevoric enterprises', 5864, 15, 12, 38.47, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9272, 1867, 'Omevoric enterprises', 5869, 13, 12, 8.10, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9273, 1867, 'Omevoric enterprises', 3188, 5, 12, 12.82, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9274, 1867, 'Omevoric enterprises', 3461, 14, 12, 609.49, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9275, 1867, 'Omevoric enterprises', 5988, 17, 12, 19.92, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9276, 1867, 'Omevoric enterprises', 1664, 17, 12, 41.34, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9277, 1867, 'Omevoric enterprises', 5475, 12, 12, 80.79, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9278, 1867, 'Omevoric enterprises', 136, 2, 12, 24.24, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9279, 1867, 'Omevoric enterprises', 3354, 7, 12, 49.49, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9280, 1867, 'Omevoric enterprises', 2303, 19, 12, 76.50, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:04'),
(9281, 1867, 'Omevoric enterprises', 5471, 12, 12, 4.03, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:05'),
(9282, 1867, 'Omevoric enterprises', 6166, 11, 12, 61.79, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:05'),
(9283, 1867, 'Omevoric enterprises', 6085, 11, 12, 4.12, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:05'),
(9284, 1867, 'Omevoric enterprises', 1186, 15, 12, 19.67, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:05'),
(9285, 1867, 'Omevoric enterprises', 5076, 16, 12, 24.71, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:05'),
(9286, 1867, 'Omevoric enterprises', 2830, 12, 12, 21.83, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:05'),
(9287, 1867, 'Omevoric enterprises', 6063, 11, 12, 12.12, 1, 1, 'ai_bid', '2024-05-28 17:59:04', '2024-05-28 17:59:04', '2024-05-29 18:00:05'),
(9288, 1867, 'Omevoric enterprises', 1761, 19, 12, 21.40, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9289, 1867, 'Omevoric enterprises', 3501, 11, 12, 9.36, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9290, 1867, 'Omevoric enterprises', 6013, 17, 12, 34.97, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9291, 1867, 'Omevoric enterprises', 177, 2, 12, 267.64, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9292, 1867, 'Omevoric enterprises', 3971, 16, 12, 14.92, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9293, 1867, 'Omevoric enterprises', 5459, 7, 12, 115.50, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9294, 1867, 'Omevoric enterprises', 4886, 13, 12, 73.87, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9295, 1867, 'Omevoric enterprises', 2393, 2, 12, 2040.00, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9296, 1867, 'Omevoric enterprises', 3059, 2, 12, 42.15, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9297, 1867, 'Omevoric enterprises', 4919, 13, 12, 36.40, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9298, 1867, 'Omevoric enterprises', 2023, 19, 12, 1.06, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9299, 1867, 'Omevoric enterprises', 803, 19, 12, 0.21, 1, 1, 'ai_bid', '2024-05-28 17:59:05', '2024-05-28 17:59:05', '2024-05-29 18:00:05'),
(9300, 1868, 'Marcelo Ltd', 3272, 5, 13, 47.37, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:02'),
(9301, 1868, 'Marcelo Ltd', 2381, 2, 13, 15.64, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9302, 1868, 'Marcelo Ltd', 3683, 10, 13, 206.61, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9303, 1868, 'Marcelo Ltd', 4191, 14, 13, 5.87, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9304, 1868, 'Marcelo Ltd', 6132, 11, 13, 42.40, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9305, 1868, 'Marcelo Ltd', 1426, 2, 13, 64.14, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9306, 1868, 'Marcelo Ltd', 2448, 2, 13, 6.36, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9307, 1868, 'Marcelo Ltd', 523, 14, 13, 18.33, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9308, 1868, 'Marcelo Ltd', 6164, 11, 13, 56.94, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9309, 1868, 'Marcelo Ltd', 5524, 10, 13, 202.00, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9310, 1868, 'Marcelo Ltd', 2243, 19, 13, 1383.20, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9311, 1868, 'Marcelo Ltd', 5143, 16, 13, 12.77, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9312, 1868, 'Marcelo Ltd', 5396, 17, 13, 46.35, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9313, 1868, 'Marcelo Ltd', 4427, 16, 13, 42.22, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9314, 1868, 'Marcelo Ltd', 656, 17, 13, 4.24, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9315, 1868, 'Marcelo Ltd', 2338, 10, 13, 37.16, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9316, 1868, 'Marcelo Ltd', 5269, 16, 13, 11.32, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9317, 1868, 'Marcelo Ltd', 3905, 16, 13, 42.63, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9318, 1868, 'Marcelo Ltd', 1574, 19, 13, 201.40, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9319, 1868, 'Marcelo Ltd', 1806, 2, 13, 13.78, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9320, 1868, 'Marcelo Ltd', 4206, 18, 13, 20.60, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9321, 1868, 'Marcelo Ltd', 1530, 15, 13, 13.64, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9322, 1868, 'Marcelo Ltd', 4820, 12, 13, 66.16, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9323, 1868, 'Marcelo Ltd', 1227, 10, 13, 158.60, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04'),
(9324, 1868, 'Marcelo Ltd', 4592, 15, 13, 168.00, 1, 1, 'ai_bid', '2024-05-28 18:32:04', '2024-05-28 18:32:04', '2024-05-29 18:33:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(9325, 1868, 'Marcelo Ltd', 2592, 19, 13, 21.82, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9326, 1868, 'Marcelo Ltd', 4090, 18, 13, 9.17, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9327, 1868, 'Marcelo Ltd', 215, 7, 13, 7.74, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9328, 1868, 'Marcelo Ltd', 524, 18, 13, 142.79, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9329, 1868, 'Marcelo Ltd', 6056, 11, 13, 52.50, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9330, 1868, 'Marcelo Ltd', 3457, 14, 13, 924.63, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9331, 1868, 'Marcelo Ltd', 5091, 14, 13, 5.24, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9332, 1868, 'Marcelo Ltd', 5050, 16, 13, 151.50, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9333, 1868, 'Marcelo Ltd', 5549, 10, 13, 8.55, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9334, 1868, 'Marcelo Ltd', 3424, 14, 13, 459.90, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9335, 1868, 'Marcelo Ltd', 363, 2, 13, 42.52, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9336, 1868, 'Marcelo Ltd', 2672, 18, 13, 120.35, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9337, 1868, 'Marcelo Ltd', 2018, 5, 13, 97.52, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9338, 1868, 'Marcelo Ltd', 3485, 10, 13, 5.82, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9339, 1868, 'Marcelo Ltd', 282, 18, 13, 276.63, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9340, 1868, 'Marcelo Ltd', 254, 17, 13, 54.81, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9341, 1868, 'Marcelo Ltd', 775, 5, 13, 7.63, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9342, 1868, 'Marcelo Ltd', 2745, 10, 13, 40.06, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9343, 1868, 'Marcelo Ltd', 1179, 18, 13, 16.66, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9344, 1868, 'Marcelo Ltd', 5808, 15, 13, 103.99, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9345, 1868, 'Marcelo Ltd', 1958, 5, 13, 11.96, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9346, 1868, 'Marcelo Ltd', 4988, 13, 13, 78.27, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9347, 1868, 'Marcelo Ltd', 4311, 16, 13, 52.00, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9348, 1868, 'Marcelo Ltd', 2456, 2, 13, 12.48, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9349, 1868, 'Marcelo Ltd', 1249, 18, 13, 40.40, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9350, 1868, 'Marcelo Ltd', 5137, 16, 13, 138.21, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9351, 1868, 'Marcelo Ltd', 272, 2, 13, 2068.50, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9352, 1868, 'Marcelo Ltd', 3069, 2, 13, 18.18, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9353, 1868, 'Marcelo Ltd', 5566, 10, 13, 31.30, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9354, 1868, 'Marcelo Ltd', 1304, 10, 13, 32.54, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9355, 1868, 'Marcelo Ltd', 1214, 14, 13, 144.77, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9356, 1868, 'Marcelo Ltd', 1684, 17, 13, 196.63, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9357, 1868, 'Marcelo Ltd', 1231, 10, 13, 48.19, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9358, 1868, 'Marcelo Ltd', 2970, 18, 13, 135.78, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9359, 1868, 'Marcelo Ltd', 2246, 19, 13, 36.89, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9360, 1868, 'Marcelo Ltd', 427, 17, 13, 31.79, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9361, 1868, 'Marcelo Ltd', 6077, 15, 13, 28.61, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9362, 1868, 'Marcelo Ltd', 5629, 10, 13, 15.75, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9363, 1868, 'Marcelo Ltd', 4213, 5, 13, 4.77, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9364, 1868, 'Marcelo Ltd', 4910, 13, 13, 958.92, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9365, 1868, 'Marcelo Ltd', 2576, 17, 13, 20.86, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9366, 1868, 'Marcelo Ltd', 298, 18, 13, 9.80, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9367, 1868, 'Marcelo Ltd', 1805, 19, 13, 8.47, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9368, 1868, 'Marcelo Ltd', 857, 12, 13, 92.84, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9369, 1868, 'Marcelo Ltd', 231, 12, 13, 73.03, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9370, 1868, 'Marcelo Ltd', 3547, 13, 13, 51.99, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9371, 1868, 'Marcelo Ltd', 2747, 18, 13, 303.45, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9372, 1868, 'Marcelo Ltd', 3250, 7, 13, 34.27, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9373, 1868, 'Marcelo Ltd', 5828, 17, 13, 315.00, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9374, 1868, 'Marcelo Ltd', 4614, 5, 13, 26.25, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9375, 1868, 'Marcelo Ltd', 1046, 17, 13, 115.38, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9376, 1868, 'Marcelo Ltd', 3217, 4, 13, 94.28, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9377, 1868, 'Marcelo Ltd', 1449, 10, 13, 15.68, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9378, 1868, 'Marcelo Ltd', 5910, 15, 13, 111.29, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9379, 1868, 'Marcelo Ltd', 4710, 14, 13, 18.72, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9380, 1868, 'Marcelo Ltd', 1151, 4, 13, 3.33, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9381, 1868, 'Marcelo Ltd', 4397, 15, 13, 31.49, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9382, 1868, 'Marcelo Ltd', 3538, 10, 13, 151.49, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9383, 1868, 'Marcelo Ltd', 563, 17, 13, 4.08, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9384, 1868, 'Marcelo Ltd', 3760, 7, 13, 37.26, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9385, 1868, 'Marcelo Ltd', 4428, 16, 13, 31.51, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9386, 1868, 'Marcelo Ltd', 6170, 11, 13, 20.59, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9387, 1868, 'Marcelo Ltd', 2496, 16, 13, 108.54, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9388, 1868, 'Marcelo Ltd', 2032, 19, 13, 40.56, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9389, 1868, 'Marcelo Ltd', 675, 19, 13, 31.80, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9390, 1868, 'Marcelo Ltd', 5129, 16, 13, 265.80, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9391, 1868, 'Marcelo Ltd', 2377, 19, 13, 36.05, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9392, 1868, 'Marcelo Ltd', 481, 1, 13, 17.46, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9393, 1868, 'Marcelo Ltd', 4883, 12, 13, 348.40, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9394, 1868, 'Marcelo Ltd', 6080, 15, 13, 20.79, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9395, 1868, 'Marcelo Ltd', 5582, 15, 13, 12.67, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9396, 1868, 'Marcelo Ltd', 2309, 2, 13, 608.94, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9397, 1868, 'Marcelo Ltd', 299, 5, 13, 2.62, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9398, 1868, 'Marcelo Ltd', 2489, 7, 13, 28.82, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9399, 1868, 'Marcelo Ltd', 2186, 10, 13, 51.42, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9400, 1868, 'Marcelo Ltd', 163, 14, 13, 8.57, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9401, 1868, 'Marcelo Ltd', 3593, 12, 13, 4.66, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9402, 1868, 'Marcelo Ltd', 1850, 5, 13, 0.58, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9403, 1868, 'Marcelo Ltd', 803, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-05-28 18:32:05', '2024-05-28 18:32:05', '2024-05-29 18:33:04'),
(9404, 1869, 'Anatoliy fast store', 1295, 15, 14, 8.44, 1, 1, 'ai_bid', '2024-05-28 19:02:07', '2024-05-28 19:02:07', '2024-05-29 19:03:02'),
(9405, 1869, 'Anatoliy fast store', 2962, 14, 14, 11.07, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9406, 1869, 'Anatoliy fast store', 3424, 14, 14, 446.76, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9407, 1869, 'Anatoliy fast store', 1537, 19, 14, 210.74, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9408, 1869, 'Anatoliy fast store', 3751, 14, 14, 42.39, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9409, 1869, 'Anatoliy fast store', 463, 19, 14, 584.06, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9410, 1869, 'Anatoliy fast store', 1595, 19, 14, 18.17, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9411, 1869, 'Anatoliy fast store', 5215, 16, 14, 27.29, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9412, 1869, 'Anatoliy fast store', 3707, 18, 14, 361.48, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9413, 1869, 'Anatoliy fast store', 4544, 14, 14, 309.75, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9414, 1869, 'Anatoliy fast store', 668, 10, 14, 5.05, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9415, 1869, 'Anatoliy fast store', 5212, 16, 14, 60.89, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9416, 1869, 'Anatoliy fast store', 1341, 2, 14, 26.24, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9417, 1869, 'Anatoliy fast store', 115, 7, 14, 266.35, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9418, 1869, 'Anatoliy fast store', 1141, 19, 14, 97.97, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9419, 1869, 'Anatoliy fast store', 4264, 14, 14, 9.09, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9420, 1869, 'Anatoliy fast store', 2570, 7, 14, 6.60, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9421, 1869, 'Anatoliy fast store', 1377, 15, 14, 12.47, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9422, 1869, 'Anatoliy fast store', 2347, 10, 14, 42.11, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9423, 1869, 'Anatoliy fast store', 4426, 16, 14, 80.07, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9424, 1869, 'Anatoliy fast store', 5200, 16, 14, 148.04, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9425, 1869, 'Anatoliy fast store', 5372, 13, 14, 161.59, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9426, 1869, 'Anatoliy fast store', 2700, 18, 14, 2916.18, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9427, 1869, 'Anatoliy fast store', 1762, 2, 14, 164.80, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9428, 1869, 'Anatoliy fast store', 915, 5, 14, 52.50, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9429, 1869, 'Anatoliy fast store', 4003, 12, 14, 197.59, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9430, 1869, 'Anatoliy fast store', 3847, 16, 14, 5.24, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9431, 1869, 'Anatoliy fast store', 527, 18, 14, 3763.24, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9432, 1869, 'Anatoliy fast store', 3213, 4, 14, 6.29, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9433, 1869, 'Anatoliy fast store', 4515, 16, 14, 52.47, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9434, 1869, 'Anatoliy fast store', 933, 18, 14, 1166.00, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9435, 1869, 'Anatoliy fast store', 1337, 15, 14, 20.79, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9436, 1869, 'Anatoliy fast store', 642, 5, 14, 1.03, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9437, 1869, 'Anatoliy fast store', 164, 4, 14, 413.60, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9438, 1869, 'Anatoliy fast store', 4802, 17, 14, 45.58, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9439, 1869, 'Anatoliy fast store', 4874, 17, 14, 114.39, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9440, 1869, 'Anatoliy fast store', 4088, 14, 14, 19.57, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9441, 1869, 'Anatoliy fast store', 5054, 16, 14, 117.43, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9442, 1869, 'Anatoliy fast store', 3536, 10, 14, 1508.00, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9443, 1869, 'Anatoliy fast store', 3612, 12, 14, 253.42, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9444, 1869, 'Anatoliy fast store', 5258, 16, 14, 9.95, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9445, 1869, 'Anatoliy fast store', 1264, 10, 14, 127.08, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9446, 1869, 'Anatoliy fast store', 3106, 2, 14, 16.91, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9447, 1869, 'Anatoliy fast store', 417, 17, 14, 47.69, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9448, 1869, 'Anatoliy fast store', 6088, 11, 14, 70.70, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9449, 1869, 'Anatoliy fast store', 3472, 14, 14, 300.94, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9450, 1869, 'Anatoliy fast store', 3363, 15, 14, 212.00, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9451, 1869, 'Anatoliy fast store', 5042, 16, 14, 2985.97, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9452, 1869, 'Anatoliy fast store', 1637, 19, 14, 4.85, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9453, 1869, 'Anatoliy fast store', 1591, 19, 14, 7.83, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9454, 1869, 'Anatoliy fast store', 3042, 18, 14, 104.07, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9455, 1869, 'Anatoliy fast store', 1698, 18, 14, 21.00, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9456, 1869, 'Anatoliy fast store', 2027, 2, 14, 56.64, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9457, 1869, 'Anatoliy fast store', 3676, 18, 14, 8.90, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9458, 1869, 'Anatoliy fast store', 923, 7, 14, 21.41, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9459, 1869, 'Anatoliy fast store', 1015, 5, 14, 4.08, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9460, 1869, 'Anatoliy fast store', 949, 5, 14, 0.30, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9461, 1869, 'Anatoliy fast store', 756, 19, 14, 0.47, 1, 1, 'ai_bid', '2024-05-28 19:02:08', '2024-05-28 19:02:08', '2024-05-29 19:03:02'),
(9462, 1872, 'Melisa', 6066, 15, 18, 15.53, 1, 1, 'ai_bid', '2024-05-28 20:54:04', '2024-05-28 20:54:04', '2024-05-29 20:55:05'),
(9463, 1872, 'Melisa', 5308, 16, 18, 42.39, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:05'),
(9464, 1872, 'Melisa', 5830, 17, 18, 21.31, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:05'),
(9465, 1872, 'Melisa', 4211, 14, 18, 36.04, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:05'),
(9466, 1872, 'Melisa', 3250, 7, 18, 34.27, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:05'),
(9467, 1872, 'Melisa', 3326, 7, 18, 6.12, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:05'),
(9468, 1872, 'Melisa', 4390, 14, 18, 71.70, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:05'),
(9469, 1872, 'Melisa', 3850, 16, 18, 19.07, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9470, 1872, 'Melisa', 3915, 16, 18, 2615.90, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9471, 1872, 'Melisa', 5647, 15, 18, 12.60, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9472, 1872, 'Melisa', 1244, 10, 18, 527.37, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9473, 1872, 'Melisa', 1782, 10, 18, 49.92, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9474, 1872, 'Melisa', 5481, 17, 18, 164.80, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9475, 1872, 'Melisa', 3009, 14, 18, 635.50, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9476, 1872, 'Melisa', 1452, 15, 18, 28.17, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9477, 1872, 'Melisa', 4633, 15, 18, 412.00, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9478, 1872, 'Melisa', 5788, 15, 18, 11.75, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9479, 1872, 'Melisa', 923, 7, 18, 22.04, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9480, 1872, 'Melisa', 5688, 10, 18, 95.90, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9481, 1872, 'Melisa', 2940, 14, 18, 1544.99, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9482, 1872, 'Melisa', 4862, 14, 18, 14.74, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9483, 1872, 'Melisa', 4447, 15, 18, 111.10, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9484, 1872, 'Melisa', 1618, 18, 18, 53.75, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9485, 1872, 'Melisa', 5237, 16, 18, 103.01, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9486, 1872, 'Melisa', 4210, 5, 18, 22.25, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9487, 1872, 'Melisa', 990, 16, 18, 222.00, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9488, 1872, 'Melisa', 5335, 16, 18, 19.05, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9489, 1872, 'Melisa', 3459, 14, 18, 1245.93, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9490, 1872, 'Melisa', 2845, 15, 18, 31.49, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9491, 1872, 'Melisa', 1090, 19, 18, 609.00, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9492, 1872, 'Melisa', 2186, 10, 18, 51.91, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9493, 1872, 'Melisa', 1211, 18, 18, 36.72, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9494, 1872, 'Melisa', 5515, 10, 18, 41.34, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9495, 1872, 'Melisa', 5923, 15, 18, 95.54, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9496, 1872, 'Melisa', 2259, 19, 18, 221.49, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9497, 1872, 'Melisa', 5924, 13, 18, 6.93, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9498, 1872, 'Melisa', 2672, 18, 18, 122.71, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9499, 1872, 'Melisa', 4623, 16, 18, 2071.25, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9500, 1872, 'Melisa', 1908, 19, 18, 41.15, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9501, 1872, 'Melisa', 6165, 11, 18, 265.94, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9502, 1872, 'Melisa', 2809, 18, 18, 36.81, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9503, 1872, 'Melisa', 247, 12, 18, 93.92, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9504, 1872, 'Melisa', 300, 5, 18, 8.48, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9505, 1872, 'Melisa', 712, 19, 18, 31.50, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9506, 1872, 'Melisa', 859, 19, 18, 14.52, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9507, 1872, 'Melisa', 1575, 19, 18, 2.49, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9508, 1872, 'Melisa', 141, 18, 18, 6.18, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9509, 1872, 'Melisa', 4479, 16, 18, 2.03, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9510, 1872, 'Melisa', 1811, 5, 18, 0.20, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9511, 1872, 'Melisa', 1827, 19, 18, 0.13, 1, 1, 'ai_bid', '2024-05-28 20:54:05', '2024-05-28 20:54:05', '2024-05-29 20:55:06'),
(9512, 1873, 'Gustavo', 724, 1, NULL, 41.80, 2, 1, 'manual_bid', '2024-05-29 00:19:20', '2024-05-29 00:19:20', '2024-05-30 00:20:04'),
(9513, 1873, 'Gustavo', 4178, 5, NULL, 10.94, 3, 2, 'manual_bid', '2024-05-29 00:20:22', '2024-05-29 00:20:22', '2024-05-30 00:21:02'),
(9514, 1873, 'Gustavo', 3131, 18, NULL, 10.40, 4, 2, 'manual_bid', '2024-05-29 00:21:59', '2024-05-29 00:21:59', '2024-05-30 00:22:03'),
(9515, 1873, 'Gustavo', 5498, 17, NULL, 18.00, 3, 2, 'manual_bid', '2024-05-29 00:23:25', '2024-05-29 00:23:25', '2024-05-30 00:24:02'),
(9516, 1873, 'Gustavo', 107, 2, NULL, 12.40, 3, 2, 'manual_bid', '2024-05-29 00:24:38', '2024-05-29 00:24:38', '2024-05-30 00:25:05'),
(9517, 1873, 'Gustavo', 3781, 7, NULL, 41.60, 3, 1, 'manual_bid', '2024-05-29 00:25:18', '2024-05-29 00:25:18', '2024-05-30 00:26:02'),
(9518, 1873, 'Gustavo', 2538, 7, NULL, 17.20, 5, 2, 'manual_bid', '2024-05-29 00:25:58', '2024-05-29 00:25:58', '2024-05-30 00:26:02'),
(9519, 1873, 'Gustavo', 4179, 5, NULL, 12.50, 5, 2, 'manual_bid', '2024-05-29 00:26:33', '2024-05-29 00:26:33', '2024-05-30 00:27:02'),
(9520, 1873, 'Gustavo', 5571, 10, NULL, 68.40, 3, 1, 'manual_bid', '2024-05-29 00:27:17', '2024-05-29 00:27:17', '2024-05-30 00:28:04'),
(9521, 1873, 'Gustavo', 3578, 12, NULL, 17.50, 3, 1, 'manual_bid', '2024-05-29 00:29:04', '2024-05-29 00:29:04', '2024-05-30 00:30:05'),
(9522, 1873, 'Gustavo', 4621, 5, NULL, 10.00, 3, 2, 'manual_bid', '2024-05-29 00:31:32', '2024-05-29 00:31:32', '2024-05-30 00:32:03'),
(9523, 1873, 'Gustavo', 122, 18, NULL, 49.50, 7, 1, 'manual_bid', '2024-05-29 00:32:15', '2024-05-29 00:32:15', '2024-05-30 00:33:02'),
(9524, 1873, 'Gustavo', 6148, 11, NULL, 6.40, 3, 1, 'manual_bid', '2024-05-29 00:34:02', '2024-05-29 00:34:02', '2024-05-30 00:34:02'),
(9525, 1873, 'Gustavo', 6148, 11, NULL, 6.40, 5, 1, 'manual_bid', '2024-05-29 00:35:44', '2024-05-29 00:35:44', '2024-05-30 00:36:06'),
(9526, 1873, 'Gustavo', 6084, 15, NULL, 5.40, 3, 2, 'manual_bid', '2024-05-29 00:37:25', '2024-05-29 00:37:25', '2024-05-30 00:38:06'),
(9527, 1873, 'Gustavo', 3359, 7, NULL, 8.10, 10, 2, 'manual_bid', '2024-05-29 00:39:00', '2024-05-29 00:39:00', '2024-05-30 00:39:03'),
(9528, 1873, 'Gustavo', 536, 7, NULL, 6.50, 5, 2, 'manual_bid', '2024-05-29 00:40:09', '2024-05-29 00:40:09', '2024-05-30 00:41:07'),
(9529, 1873, 'Gustavo', 5407, 16, NULL, 7.50, 4, 2, 'manual_bid', '2024-05-29 00:41:47', '2024-05-29 00:41:47', '2024-05-30 00:42:03'),
(9530, 1873, 'Gustavo', 2715, 16, NULL, 38.50, 7, 1, 'manual_bid', '2024-05-29 00:43:08', '2024-05-29 00:43:08', '2024-05-30 00:43:15'),
(9531, 1873, 'Gustavo', 3421, 10, NULL, 31.90, 8, 1, 'manual_bid', '2024-05-29 00:44:19', '2024-05-29 00:44:19', '2024-05-30 00:45:04'),
(9532, 1873, 'Gustavo', 4593, 14, NULL, 15.00, 4, 2, 'manual_bid', '2024-05-29 00:44:58', '2024-05-29 00:44:58', '2024-05-30 00:45:04'),
(9533, 1873, 'Gustavo', 4023, 17, NULL, 50.00, 6, 2, 'manual_bid', '2024-05-29 00:46:19', '2024-05-29 00:46:19', '2024-05-30 00:47:04'),
(9534, 1873, 'Gustavo', 1514, 15, NULL, 14.28, 5, 1, 'manual_bid', '2024-05-29 01:08:17', '2024-05-29 01:08:17', '2024-05-30 01:09:02'),
(9535, 1873, 'Gustavo', 2415, 16, NULL, 5.40, 4, 2, 'manual_bid', '2024-05-29 01:09:27', '2024-05-29 01:09:27', '2024-05-30 01:10:05'),
(9536, 1873, 'Gustavo', 2722, 13, NULL, 21.60, 4, 1, 'manual_bid', '2024-05-29 01:10:28', '2024-05-29 01:10:28', '2024-05-30 01:11:04'),
(9537, 1873, 'Gustavo', 3501, 11, NULL, 9.90, 6, 1, 'manual_bid', '2024-05-29 01:11:09', '2024-05-29 01:11:09', '2024-05-30 01:12:03'),
(9538, 1873, 'Gustavo', 3421, 10, NULL, 26.10, 4, 2, 'manual_bid', '2024-05-29 01:13:57', '2024-05-29 01:13:57', '2024-05-30 01:14:02'),
(9539, 1873, 'Gustavo', 4062, 18, NULL, 24.70, 4, 1, 'manual_bid', '2024-05-29 01:16:12', '2024-05-29 01:16:12', '2024-05-30 01:17:07'),
(9540, 1873, 'Gustavo', 482, 17, NULL, 28.50, 4, 1, 'manual_bid', '2024-05-29 01:19:01', '2024-05-29 01:19:01', '2024-05-30 01:19:02'),
(9541, 1873, 'Gustavo', 1436, 10, NULL, 8.00, 4, 2, 'manual_bid', '2024-05-29 01:20:47', '2024-05-29 01:20:47', '2024-05-30 01:21:03'),
(9542, 1873, 'Gustavo', 2579, 19, NULL, 15.23, 4, 2, 'manual_bid', '2024-05-29 01:22:14', '2024-05-29 01:22:14', '2024-05-30 01:23:03'),
(9543, 1873, 'Gustavo', 3654, 13, NULL, 8.50, 4, 2, 'manual_bid', '2024-05-29 01:27:19', '2024-05-29 01:27:19', '2024-05-30 01:28:05'),
(9544, 1873, 'Gustavo', 1406, 15, NULL, 15.00, 3, 2, 'manual_bid', '2024-05-29 01:29:31', '2024-05-29 01:29:31', '2024-05-30 01:30:05'),
(9545, 1873, 'Gustavo', 5015, 14, NULL, 8.00, 4, 1, 'manual_bid', '2024-05-29 02:56:35', '2024-05-29 02:56:35', '2024-05-30 02:57:04'),
(9546, 1873, 'Gustavo', 3227, 4, NULL, 21.60, 6, 1, 'manual_bid', '2024-05-29 02:57:34', '2024-05-29 02:57:34', '2024-05-30 02:58:03'),
(9547, 1873, 'Gustavo', 4522, 16, NULL, 5.50, 4, 1, 'manual_bid', '2024-05-29 02:58:31', '2024-05-29 02:58:31', '2024-05-30 02:59:03'),
(9548, 1873, 'Gustavo', 2436, 19, NULL, 7.10, 4, 2, 'manual_bid', '2024-05-29 02:59:17', '2024-05-29 02:59:17', '2024-05-30 03:00:04'),
(9549, 1873, 'Gustavo', 6075, 15, NULL, 27.50, 6, 1, 'manual_bid', '2024-05-29 03:00:11', '2024-05-29 03:00:11', '2024-05-30 03:01:06'),
(9550, 1869, 'Anatoliy fast store', 1803, 2, NULL, 10.20, 3, 2, 'manual_bid', '2024-05-29 03:01:14', '2024-05-29 03:01:14', '2024-05-30 03:02:03'),
(9551, 1873, 'Gustavo', 2539, 17, NULL, 11.60, 4, 1, 'manual_bid', '2024-05-29 03:01:27', '2024-05-29 03:01:27', '2024-05-30 03:02:03'),
(9552, 1869, 'Anatoliy fast store', 1803, 2, NULL, 30.00, 2, 1, 'manual_bid', '2024-05-29 03:02:53', '2024-05-29 03:02:53', '2024-05-30 03:03:03'),
(9553, 1873, 'Gustavo', 2732, 17, NULL, 21.90, 4, 1, 'manual_bid', '2024-05-29 03:03:08', '2024-05-29 03:03:08', '2024-05-30 03:04:02'),
(9554, 1869, 'Anatoliy fast store', 1803, 2, NULL, 22.00, 2, 1, 'manual_bid', '2024-05-29 03:03:17', '2024-05-29 03:03:17', '2024-05-30 03:04:02'),
(9555, 1869, 'Anatoliy fast store', 3814, 4, NULL, 111.62, 2, 1, 'manual_bid', '2024-05-29 03:05:29', '2024-05-29 03:05:29', '2024-05-30 03:06:02'),
(9556, 1869, 'Anatoliy fast store', 3814, 4, NULL, 50.74, 1, 2, 'manual_bid', '2024-05-29 03:07:08', '2024-05-29 03:07:08', '2024-05-30 03:08:06'),
(9557, 1869, 'Anatoliy fast store', 4148, 5, NULL, 364.10, 2, 1, 'manual_bid', '2024-05-29 03:09:47', '2024-05-29 03:09:47', '2024-05-30 03:10:04'),
(9558, 1869, 'Anatoliy fast store', 4148, 5, NULL, 165.50, 2, 2, 'manual_bid', '2024-05-29 03:11:13', '2024-05-29 03:11:13', '2024-05-30 03:12:05'),
(9559, 1869, 'Anatoliy fast store', 4238, 5, NULL, 297.00, 2, 1, 'manual_bid', '2024-05-29 03:12:42', '2024-05-29 03:12:42', '2024-05-30 03:13:02'),
(9560, 1869, 'Anatoliy fast store', 4238, 5, NULL, 135.00, 3, 2, 'manual_bid', '2024-05-29 03:13:23', '2024-05-29 03:13:23', '2024-05-30 03:14:12'),
(9561, 1869, 'Anatoliy fast store', 3257, 7, NULL, 899.10, 2, 2, 'manual_bid', '2024-05-29 03:16:01', '2024-05-29 03:16:01', '2024-05-30 03:16:05'),
(9562, 1869, 'Anatoliy fast store', 3257, 7, NULL, 499.50, 3, 2, 'manual_bid', '2024-05-29 03:17:05', '2024-05-29 03:17:05', '2024-05-30 03:18:08'),
(9563, 1869, 'Anatoliy fast store', 1404, 10, NULL, 32.54, 2, 1, 'manual_bid', '2024-05-29 03:18:56', '2024-05-29 03:18:56', '2024-05-30 03:19:03'),
(9564, 1869, 'Anatoliy fast store', 1404, 10, NULL, 14.79, 3, 2, 'manual_bid', '2024-05-29 03:19:59', '2024-05-29 03:19:59', '2024-05-30 03:20:06'),
(9565, 1869, 'Anatoliy fast store', 6136, 11, NULL, 17.60, 3, 1, 'manual_bid', '2024-05-29 03:21:10', '2024-05-29 03:21:10', '2024-05-30 03:22:02'),
(9566, 1869, 'Anatoliy fast store', 6136, 11, NULL, 24.00, 4, 1, 'manual_bid', '2024-05-29 03:21:51', '2024-05-29 03:21:51', '2024-05-30 03:22:02'),
(9567, 1869, 'Anatoliy fast store', 3986, 12, NULL, 32.98, 2, 1, 'manual_bid', '2024-05-29 03:23:39', '2024-05-29 03:23:39', '2024-05-30 03:24:03'),
(9568, 1869, 'Anatoliy fast store', 5121, 13, NULL, 50.49, 2, 2, 'manual_bid', '2024-05-29 03:26:06', '2024-05-29 03:26:06', '2024-05-30 03:27:02'),
(9569, 1869, 'Anatoliy fast store', 5121, 13, NULL, 111.08, 2, 1, 'manual_bid', '2024-05-29 03:26:36', '2024-05-29 03:26:36', '2024-05-30 03:27:03'),
(9570, 1869, 'Anatoliy fast store', 2593, 14, NULL, 153.98, 2, 1, 'manual_bid', '2024-05-29 03:28:48', '2024-05-29 03:28:48', '2024-05-30 03:29:08'),
(9571, 1869, 'Anatoliy fast store', 2593, 14, NULL, 209.98, 3, 1, 'manual_bid', '2024-05-29 03:29:30', '2024-05-29 03:29:30', '2024-05-30 03:30:04'),
(9572, 1869, 'Anatoliy fast store', 2593, 14, NULL, 69.99, 2, 2, 'manual_bid', '2024-05-29 03:30:04', '2024-05-29 03:30:04', '2024-05-30 03:30:04'),
(9573, 1869, 'Anatoliy fast store', 4410, 15, NULL, 15.73, 2, 1, 'manual_bid', '2024-05-29 03:35:10', '2024-05-29 03:35:10', '2024-05-30 03:36:03'),
(9574, 1869, 'Anatoliy fast store', 4410, 15, NULL, 7.15, 2, 2, 'manual_bid', '2024-05-29 03:35:47', '2024-05-29 03:35:47', '2024-05-30 03:36:03'),
(9575, 1869, 'Anatoliy fast store', 5255, 16, NULL, 25.66, 2, 1, 'manual_bid', '2024-05-29 03:38:53', '2024-05-29 03:38:53', '2024-05-30 03:39:02'),
(9576, 1869, 'Anatoliy fast store', 5255, 16, NULL, 11.66, 2, 2, 'manual_bid', '2024-05-29 03:46:22', '2024-05-29 03:46:22', '2024-05-30 03:47:03'),
(9577, 1869, 'Anatoliy fast store', 3131, 18, NULL, 22.86, 2, 1, 'manual_bid', '2024-05-29 03:49:13', '2024-05-29 03:49:13', '2024-05-30 03:50:03'),
(9578, 1869, 'Anatoliy fast store', 3131, 18, NULL, 10.39, 2, 2, 'manual_bid', '2024-05-29 03:50:15', '2024-05-29 03:50:15', '2024-05-30 03:51:03'),
(9579, 1869, 'Anatoliy fast store', 2436, 19, NULL, 7.09, 2, 2, 'manual_bid', '2024-05-29 03:51:08', '2024-05-29 03:51:08', '2024-05-30 03:52:07'),
(9580, 1869, 'Anatoliy fast store', 2436, 19, NULL, 15.60, 2, 1, 'manual_bid', '2024-05-29 03:51:39', '2024-05-29 03:51:39', '2024-05-30 03:52:07'),
(9581, 1741, 'Beazymestores', 3217, 4, NULL, 100.00, 10, 1, 'manual_bid', '2024-05-29 09:57:26', '2024-05-29 09:57:26', '2024-05-30 09:58:07'),
(9582, 1870, 'Liliana', 4812, 14, NULL, 27.65, 5, 2, 'manual_bid', '2024-05-29 13:00:11', '2024-05-29 13:00:11', '2024-05-30 13:01:03'),
(9583, 1870, 'Liliana', 1343, 15, NULL, 30.00, 6, 2, 'manual_bid', '2024-05-29 13:01:01', '2024-05-29 13:01:01', '2024-05-30 13:01:03'),
(9584, 1870, 'Liliana', 5181, 16, NULL, 9.25, 4, 2, 'manual_bid', '2024-05-29 13:02:22', '2024-05-29 13:02:22', '2024-05-30 13:03:03'),
(9585, 1870, 'Liliana', 5181, 16, NULL, 9.25, 4, 2, 'manual_bid', '2024-05-29 13:02:24', '2024-05-29 13:02:24', '2024-05-30 13:03:03'),
(9586, 1870, 'Liliana', 3834, 15, NULL, 25.00, 4, 2, 'manual_bid', '2024-05-29 13:03:38', '2024-05-29 13:03:38', '2024-05-30 13:04:02'),
(9587, 1870, 'Liliana', 1629, 19, NULL, 4.96, 10, 2, 'manual_bid', '2024-05-29 13:06:17', '2024-05-29 13:06:17', '2024-05-30 13:07:02'),
(9588, 1870, 'Liliana', 76, 2, NULL, 5.00, 6, 2, 'manual_bid', '2024-05-29 13:07:32', '2024-05-29 13:07:32', '2024-05-30 13:08:02'),
(9589, 1870, 'Liliana', 6073, 11, NULL, 20.00, 6, 2, 'manual_bid', '2024-05-29 13:08:37', '2024-05-29 13:08:37', '2024-05-30 13:09:03'),
(9590, 1870, 'Liliana', 3085, 2, NULL, 35.50, 6, 2, 'manual_bid', '2024-05-29 13:09:35', '2024-05-29 13:09:35', '2024-05-30 13:10:04'),
(9591, 1870, 'Liliana', 1248, 19, NULL, 13.90, 4, 2, 'manual_bid', '2024-05-29 13:10:30', '2024-05-29 13:10:30', '2024-05-30 13:11:02'),
(9592, 1870, 'Liliana', 301, 18, NULL, 4.38, 5, 2, 'manual_bid', '2024-05-29 13:11:12', '2024-05-29 13:11:12', '2024-05-30 13:12:02'),
(9593, 1870, 'Liliana', 5010, 13, NULL, 20.50, 4, 2, 'manual_bid', '2024-05-29 13:12:06', '2024-05-29 13:12:06', '2024-05-30 13:13:02'),
(9594, 1870, 'Liliana', 1669, 19, NULL, 10.50, 4, 2, 'manual_bid', '2024-05-29 13:12:49', '2024-05-29 13:12:49', '2024-05-30 13:13:02'),
(9595, 1870, 'Liliana', 6067, 11, NULL, 11.00, 3, 2, 'manual_bid', '2024-05-29 13:14:23', '2024-05-29 13:14:23', '2024-05-30 13:15:04'),
(9596, 1870, 'Liliana', 712, 19, NULL, 15.00, 4, 2, 'manual_bid', '2024-05-29 13:15:55', '2024-05-29 13:15:55', '2024-05-30 13:16:03'),
(9597, 1870, 'Liliana', 5176, 16, NULL, 10.00, 3, 2, 'manual_bid', '2024-05-29 13:16:40', '2024-05-29 13:16:40', '2024-05-30 13:17:02'),
(9598, 1870, 'Liliana', 3236, 5, NULL, 22.00, 6, 2, 'manual_bid', '2024-05-29 13:17:25', '2024-05-29 13:17:25', '2024-05-30 13:18:02'),
(9599, 1870, 'Liliana', 3824, 15, NULL, 50.00, 3, 2, 'manual_bid', '2024-05-29 13:51:35', '2024-05-29 13:51:35', '2024-05-30 13:52:03'),
(9600, 1870, 'Liliana', 1619, 19, NULL, 20.00, 4, 2, 'manual_bid', '2024-05-29 13:52:45', '2024-05-29 13:52:45', '2024-05-30 13:53:02'),
(9601, 1870, 'Liliana', 3220, 5, NULL, 17.50, 6, 2, 'manual_bid', '2024-05-29 13:53:29', '2024-05-29 13:53:29', '2024-05-30 13:54:03'),
(9602, 1870, 'Liliana', 1681, 19, NULL, 8.38, 6, 2, 'manual_bid', '2024-05-29 13:54:22', '2024-05-29 13:54:22', '2024-05-30 13:55:04'),
(9603, 1870, 'Liliana', 3220, 5, NULL, 17.50, 7, 2, 'manual_bid', '2024-05-29 13:54:53', '2024-05-29 13:54:53', '2024-05-30 13:55:04'),
(9604, 1870, 'Liliana', 5041, 13, NULL, 10.00, 5, 2, 'manual_bid', '2024-05-29 13:55:39', '2024-05-29 13:55:39', '2024-05-30 13:56:03'),
(9605, 1870, 'Liliana', 5627, 15, NULL, 10.00, 5, 2, 'manual_bid', '2024-05-29 13:56:17', '2024-05-29 13:56:17', '2024-05-30 13:57:04'),
(9606, 1870, 'Liliana', 6060, 11, NULL, 5.00, 6, 2, 'manual_bid', '2024-05-29 13:57:04', '2024-05-29 13:57:04', '2024-05-30 13:57:04'),
(9607, 1870, 'Liliana', 3085, 2, NULL, 35.50, 6, 2, 'manual_bid', '2024-05-29 13:57:39', '2024-05-29 13:57:39', '2024-05-30 13:58:03'),
(9608, 1870, 'Liliana', 4608, 15, NULL, 45.00, 6, 2, 'manual_bid', '2024-05-29 13:58:17', '2024-05-29 13:58:17', '2024-05-30 13:59:03'),
(9609, 1870, 'Liliana', 324, 18, NULL, 6.26, 6, 2, 'manual_bid', '2024-05-29 13:58:51', '2024-05-29 13:58:51', '2024-05-30 13:59:03'),
(9610, 1870, 'Liliana', 3905, 16, NULL, 20.50, 6, 2, 'manual_bid', '2024-05-29 13:59:32', '2024-05-29 13:59:32', '2024-05-30 14:00:04'),
(9611, 1870, 'Liliana', 1266, 19, NULL, 4.00, 5, 2, 'manual_bid', '2024-05-29 14:00:39', '2024-05-29 14:00:39', '2024-05-30 14:01:03'),
(9612, 1870, 'Liliana', 5650, 15, NULL, 7.50, 2, 2, 'manual_bid', '2024-05-29 14:02:07', '2024-05-29 14:02:07', '2024-05-30 14:03:02'),
(9613, 1870, 'Liliana', 4249, 18, NULL, 20.00, 3, 2, 'manual_bid', '2024-05-29 14:02:54', '2024-05-29 14:02:54', '2024-05-30 14:03:02'),
(9614, 1870, 'Liliana', 28, 2, NULL, 7.50, 4, 2, 'manual_bid', '2024-05-29 14:03:39', '2024-05-29 14:03:39', '2024-05-30 14:04:03'),
(9615, 1870, 'Liliana', 28, 2, NULL, 7.50, 3, 2, 'manual_bid', '2024-05-29 15:11:18', '2024-05-29 15:11:18', '2024-05-30 15:12:04'),
(9616, 1869, 'Anatoliy fast store', 1621, 10, 17, 8.18, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:03'),
(9617, 1869, 'Anatoliy fast store', 1768, 19, 17, 1008.00, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:03'),
(9618, 1869, 'Anatoliy fast store', 690, 10, 17, 328.57, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9619, 1869, 'Anatoliy fast store', 4529, 14, 17, 140.40, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9620, 1869, 'Anatoliy fast store', 1223, 10, 17, 18.46, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9621, 1869, 'Anatoliy fast store', 3274, 17, 17, 133.90, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9622, 1869, 'Anatoliy fast store', 2875, 10, 17, 67.53, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9623, 1869, 'Anatoliy fast store', 344, 18, 17, 349.87, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9624, 1869, 'Anatoliy fast store', 3116, 2, 17, 9.40, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9625, 1869, 'Anatoliy fast store', 5620, 16, 17, 43.45, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9626, 1869, 'Anatoliy fast store', 6145, 11, 17, 10.19, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9627, 1869, 'Anatoliy fast store', 3690, 14, 17, 7.98, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9628, 1869, 'Anatoliy fast store', 734, 19, 17, 0.23, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9629, 1869, 'Anatoliy fast store', 2300, 19, 17, 114.45, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9630, 1869, 'Anatoliy fast store', 3966, 16, 17, 33.04, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9631, 1869, 'Anatoliy fast store', 3487, 10, 17, 15.14, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9632, 1869, 'Anatoliy fast store', 1936, 14, 17, 3399.00, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9633, 1869, 'Anatoliy fast store', 3172, 19, 17, 517.81, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9634, 1869, 'Anatoliy fast store', 1929, 18, 17, 53.00, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9635, 1869, 'Anatoliy fast store', 6067, 11, 17, 22.22, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9636, 1869, 'Anatoliy fast store', 4633, 15, 17, 412.00, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9637, 1869, 'Anatoliy fast store', 940, 5, 17, 71.19, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9638, 1869, 'Anatoliy fast store', 306, 18, 17, 14.29, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9639, 1869, 'Anatoliy fast store', 3335, 7, 17, 21.20, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9640, 1869, 'Anatoliy fast store', 6059, 15, 17, 20.59, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9641, 1869, 'Anatoliy fast store', 4733, 12, 17, 63.83, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9642, 1869, 'Anatoliy fast store', 3726, 13, 17, 12.11, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9643, 1869, 'Anatoliy fast store', 103, 2, 17, 525.00, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9644, 1869, 'Anatoliy fast store', 175, 2, 17, 62.39, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9645, 1869, 'Anatoliy fast store', 6127, 11, 17, 51.00, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9646, 1869, 'Anatoliy fast store', 3800, 19, 17, 1742.00, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9647, 1869, 'Anatoliy fast store', 4543, 16, 17, 355.51, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9648, 1869, 'Anatoliy fast store', 3775, 15, 17, 6.36, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9649, 1869, 'Anatoliy fast store', 3135, 2, 17, 298.82, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9650, 1869, 'Anatoliy fast store', 1097, 19, 17, 256.47, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9651, 1869, 'Anatoliy fast store', 3239, 5, 17, 18.36, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9652, 1869, 'Anatoliy fast store', 4584, 16, 17, 317.99, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9653, 1869, 'Anatoliy fast store', 539, 19, 17, 1054.70, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9654, 1869, 'Anatoliy fast store', 825, 18, 17, 193.19, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9655, 1869, 'Anatoliy fast store', 608, 7, 17, 2.02, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9656, 1869, 'Anatoliy fast store', 159, 16, 17, 37.93, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9657, 1869, 'Anatoliy fast store', 4002, 12, 17, 56.64, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9658, 1869, 'Anatoliy fast store', 1937, 19, 17, 66.30, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9659, 1869, 'Anatoliy fast store', 504, 17, 17, 16.22, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9660, 1869, 'Anatoliy fast store', 3937, 16, 17, 59.27, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9661, 1869, 'Anatoliy fast store', 1082, 19, 17, 131.25, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9662, 1869, 'Anatoliy fast store', 3327, 7, 17, 2.40, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9663, 1869, 'Anatoliy fast store', 4484, 16, 17, 9.28, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9664, 1869, 'Anatoliy fast store', 4859, 12, 17, 7.89, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9665, 1869, 'Anatoliy fast store', 3049, 2, 17, 14.46, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9666, 1869, 'Anatoliy fast store', 4720, 12, 17, 8.21, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9667, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.20, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9668, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-05-29 16:09:04', '2024-05-29 16:09:04', '2024-05-30 16:10:04'),
(9669, 1747, 'Shopnice', 2916, 19, NULL, 86.00, 4, 1, 'manual_bid', '2024-05-29 16:10:00', '2024-05-29 16:10:00', '2024-05-30 16:10:04'),
(9670, 1747, 'Shopnice', 2926, 19, NULL, 80.00, 4, 1, 'manual_bid', '2024-05-29 16:10:51', '2024-05-29 16:10:51', '2024-05-30 16:11:03'),
(9671, 1747, 'Shopnice', 1935, 19, NULL, 55.00, 6, 1, 'manual_bid', '2024-05-29 16:11:47', '2024-05-29 16:11:47', '2024-05-30 16:12:03'),
(9672, 1747, 'Shopnice', 2608, 19, NULL, 10.00, 20, 1, 'manual_bid', '2024-05-29 16:12:39', '2024-05-29 16:12:39', '2024-05-30 16:13:02'),
(9673, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 4, 1, 'manual_bid', '2024-05-29 16:13:55', '2024-05-29 16:13:55', '2024-05-30 16:14:02'),
(9674, 1747, 'Shopnice', 1842, 19, NULL, 1.00, 100, 1, 'manual_bid', '2024-05-29 16:15:45', '2024-05-29 16:15:45', '2024-05-30 16:16:03'),
(9675, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 100, 1, 'manual_bid', '2024-05-29 16:17:36', '2024-05-29 16:17:36', '2024-05-30 16:18:02'),
(9676, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 79, 1, 'manual_bid', '2024-05-29 16:18:30', '2024-05-29 16:18:30', '2024-05-30 16:19:02'),
(9677, 1866, 'Tetyana store', 3531, 11, 16, 73.83, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9678, 1866, 'Tetyana store', 4470, 15, 16, 1153.95, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9679, 1866, 'Tetyana store', 1556, 14, 16, 105.97, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9680, 1866, 'Tetyana store', 5303, 14, 16, 175.10, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9681, 1866, 'Tetyana store', 1063, 19, 16, 2595.70, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9682, 1866, 'Tetyana store', 4576, 14, 16, 9.43, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9683, 1866, 'Tetyana store', 5360, 14, 16, 209.03, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9684, 1866, 'Tetyana store', 5103, 16, 16, 74.16, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9685, 1866, 'Tetyana store', 401, 16, 16, 268.80, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9686, 1866, 'Tetyana store', 3006, 15, 16, 380.77, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9687, 1866, 'Tetyana store', 5367, 13, 16, 239.19, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9688, 1866, 'Tetyana store', 4915, 13, 16, 71.49, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9689, 1866, 'Tetyana store', 5725, 15, 16, 742.00, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(9690, 1866, 'Tetyana store', 5750, 15, 16, 8.74, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9691, 1866, 'Tetyana store', 3285, 5, 16, 9.09, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9692, 1866, 'Tetyana store', 4192, 14, 16, 22.04, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9693, 1866, 'Tetyana store', 316, 18, 16, 240.55, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9694, 1866, 'Tetyana store', 6080, 15, 16, 20.39, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9695, 1866, 'Tetyana store', 406, 17, 16, 296.38, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9696, 1866, 'Tetyana store', 5019, 11, 16, 259.99, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9697, 1866, 'Tetyana store', 2306, 19, 16, 707.00, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9698, 1866, 'Tetyana store', 3131, 18, 16, 21.41, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9699, 1866, 'Tetyana store', 4717, 14, 16, 29.86, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9700, 1866, 'Tetyana store', 1519, 10, 16, 14.87, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9701, 1866, 'Tetyana store', 6098, 15, 16, 20.58, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9702, 1866, 'Tetyana store', 3039, 18, 16, 25.24, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9703, 1866, 'Tetyana store', 729, 19, 16, 11.73, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9704, 1866, 'Tetyana store', 342, 18, 16, 3735.86, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:03'),
(9705, 1866, 'Tetyana store', 1131, 19, 16, 374.34, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9706, 1866, 'Tetyana store', 3179, 4, 16, 75.75, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9707, 1866, 'Tetyana store', 1693, 18, 16, 9.21, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9708, 1866, 'Tetyana store', 5053, 11, 16, 10.19, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9709, 1866, 'Tetyana store', 4108, 14, 16, 40.39, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9710, 1866, 'Tetyana store', 4674, 12, 16, 5.25, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9711, 1866, 'Tetyana store', 1183, 15, 16, 13.67, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9712, 1866, 'Tetyana store', 6083, 15, 16, 32.63, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9713, 1866, 'Tetyana store', 1235, 19, 16, 12.02, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9714, 1866, 'Tetyana store', 5847, 17, 16, 74.20, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9715, 1866, 'Tetyana store', 3508, 11, 16, 9.45, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9716, 1866, 'Tetyana store', 331, 15, 16, 9.05, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9717, 1866, 'Tetyana store', 4082, 5, 16, 26.24, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9718, 1866, 'Tetyana store', 4602, 16, 16, 30.11, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9719, 1866, 'Tetyana store', 5347, 16, 16, 6.17, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9720, 1866, 'Tetyana store', 932, 5, 16, 14.08, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9721, 1866, 'Tetyana store', 750, 19, 16, 4.03, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9722, 1866, 'Tetyana store', 3580, 12, 16, 7.51, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9723, 1866, 'Tetyana store', 4601, 5, 16, 13.17, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9724, 1866, 'Tetyana store', 3666, 13, 16, 8.36, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9725, 1866, 'Tetyana store', 4375, 16, 16, 84.00, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9726, 1866, 'Tetyana store', 504, 17, 16, 15.76, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9727, 1866, 'Tetyana store', 755, 19, 16, 34.31, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9728, 1866, 'Tetyana store', 1844, 19, 16, 0.32, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9729, 1866, 'Tetyana store', 756, 19, 16, 0.46, 1, 1, 'ai_bid', '2024-05-29 17:12:07', '2024-05-29 17:12:07', '2024-05-30 17:13:04'),
(9730, 1871, 'Almeida', 5564, 10, 7, 6.05, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9731, 1871, 'Almeida', 4968, 12, 7, 16.72, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9732, 1871, 'Almeida', 4789, 17, 7, 42.92, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9733, 1871, 'Almeida', 4901, 11, 7, 31.50, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9734, 1871, 'Almeida', 5539, 10, 7, 281.40, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9735, 1871, 'Almeida', 5056, 11, 7, 40.79, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9736, 1871, 'Almeida', 5725, 15, 7, 735.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9737, 1871, 'Almeida', 3850, 16, 7, 19.07, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9738, 1871, 'Almeida', 693, 18, 7, 1270.94, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9739, 1871, 'Almeida', 5336, 13, 7, 3180.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9740, 1871, 'Almeida', 254, 17, 7, 54.81, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9741, 1871, 'Almeida', 2052, 4, 7, 156.29, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9742, 1871, 'Almeida', 5066, 14, 7, 20.99, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9743, 1871, 'Almeida', 213, 18, 7, 208.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9744, 1871, 'Almeida', 3288, 16, 7, 13.77, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9745, 1871, 'Almeida', 5170, 16, 7, 5.05, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9746, 1871, 'Almeida', 4994, 14, 7, 21.19, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9747, 1871, 'Almeida', 1536, 2, 7, 72.06, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9748, 1871, 'Almeida', 5703, 15, 7, 203.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9749, 1871, 'Almeida', 4094, 5, 7, 214.19, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9750, 1871, 'Almeida', 5040, 11, 7, 2677.99, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9751, 1871, 'Almeida', 4371, 15, 7, 73.83, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9752, 1871, 'Almeida', 1689, 18, 7, 231.54, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9753, 1871, 'Almeida', 572, 18, 7, 1007.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9754, 1871, 'Almeida', 2083, 14, 7, 26.49, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9755, 1871, 'Almeida', 5216, 16, 7, 105.03, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9756, 1871, 'Almeida', 5935, 15, 7, 2756.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9757, 1871, 'Almeida', 1783, 18, 7, 88.74, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9758, 1871, 'Almeida', 138, 2, 7, 132.53, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9759, 1871, 'Almeida', 4575, 5, 7, 14.74, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9760, 1871, 'Almeida', 5515, 10, 7, 42.98, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9761, 1871, 'Almeida', 3261, 7, 7, 11.60, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9762, 1871, 'Almeida', 4389, 16, 7, 15.15, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9763, 1871, 'Almeida', 478, 19, 7, 13.44, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9764, 1871, 'Almeida', 4591, 5, 7, 16.95, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9765, 1871, 'Almeida', 2298, 2, 7, 98.80, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9766, 1871, 'Almeida', 1403, 15, 7, 8.17, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9767, 1871, 'Almeida', 3043, 2, 7, 3568.98, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9768, 1871, 'Almeida', 6070, 11, 7, 15.90, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9769, 1871, 'Almeida', 6055, 15, 7, 7.96, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9770, 1871, 'Almeida', 1039, 19, 7, 99.90, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:03'),
(9771, 1871, 'Almeida', 5665, 15, 7, 51.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9772, 1871, 'Almeida', 5612, 10, 7, 1061.04, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9773, 1871, 'Almeida', 4182, 5, 7, 60.60, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9774, 1871, 'Almeida', 1599, 18, 7, 2625.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9775, 1871, 'Almeida', 2985, 14, 7, 82.95, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9776, 1871, 'Almeida', 4154, 5, 7, 20.80, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9777, 1871, 'Almeida', 4186, 5, 7, 133.90, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9778, 1871, 'Almeida', 2613, 14, 7, 29.16, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9779, 1871, 'Almeida', 5816, 15, 7, 15.14, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9780, 1871, 'Almeida', 484, 19, 7, 35.69, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9781, 1871, 'Almeida', 1607, 12, 7, 20.39, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9782, 1871, 'Almeida', 5490, 17, 7, 1025.57, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9783, 1871, 'Almeida', 1211, 18, 7, 37.80, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9784, 1871, 'Almeida', 4104, 5, 7, 2.08, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9785, 1871, 'Almeida', 5482, 12, 7, 42.39, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9786, 1871, 'Almeida', 5984, 17, 7, 17.93, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9787, 1871, 'Almeida', 3934, 5, 7, 22.34, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9788, 1871, 'Almeida', 5862, 15, 7, 23.34, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9789, 1871, 'Almeida', 2725, 14, 7, 208.24, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9790, 1871, 'Almeida', 3611, 12, 7, 126.42, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9791, 1871, 'Almeida', 5824, 17, 7, 1.44, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9792, 1871, 'Almeida', 902, 18, 7, 195.69, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9793, 1871, 'Almeida', 5104, 13, 7, 71.70, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9794, 1871, 'Almeida', 259, 18, 7, 11.12, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9795, 1871, 'Almeida', 2454, 19, 7, 59.74, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9796, 1871, 'Almeida', 4086, 18, 7, 4.19, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9797, 1871, 'Almeida', 4659, 12, 7, 9.88, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9798, 1871, 'Almeida', 4986, 14, 7, 11.64, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9799, 1871, 'Almeida', 3566, 12, 7, 8.40, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9800, 1871, 'Almeida', 1068, 19, 7, 412.08, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9801, 1871, 'Almeida', 914, 5, 7, 10.19, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9802, 1871, 'Almeida', 1047, 4, 7, 5.24, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9803, 1871, 'Almeida', 6069, 15, 7, 16.13, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9804, 1871, 'Almeida', 697, 18, 7, 51.76, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9805, 1871, 'Almeida', 2200, 19, 7, 13.13, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9806, 1871, 'Almeida', 3954, 1, 7, 229.26, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9807, 1871, 'Almeida', 1553, 19, 7, 8925.00, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9808, 1871, 'Almeida', 3387, 10, 7, 22.02, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9809, 1871, 'Almeida', 5403, 14, 7, 404.77, 1, 1, 'ai_bid', '2024-05-29 18:32:04', '2024-05-29 18:32:04', '2024-05-30 18:33:04'),
(9810, 1871, 'Almeida', 1902, 15, 7, 104.48, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9811, 1871, 'Almeida', 3193, 19, 7, 1683.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9812, 1871, 'Almeida', 1213, 10, 7, 2.47, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9813, 1871, 'Almeida', 2726, 14, 7, 29.86, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9814, 1871, 'Almeida', 3919, 16, 7, 71.70, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9815, 1871, 'Almeida', 1201, 10, 7, 22.04, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9816, 1871, 'Almeida', 5127, 1, 7, 45.90, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9817, 1871, 'Almeida', 3202, 4, 7, 7.77, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9818, 1871, 'Almeida', 4848, 12, 7, 11.32, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9819, 1871, 'Almeida', 1070, 19, 7, 798.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9820, 1871, 'Almeida', 1473, 14, 7, 21.34, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9821, 1871, 'Almeida', 4527, 16, 7, 66.65, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9822, 1871, 'Almeida', 135, 18, 7, 53.04, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9823, 1871, 'Almeida', 2675, 10, 7, 10.29, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9824, 1871, 'Almeida', 3710, 18, 7, 1057.23, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9825, 1871, 'Almeida', 2025, 19, 7, 42.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9826, 1871, 'Almeida', 141, 18, 7, 6.12, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9827, 1871, 'Almeida', 5417, 14, 7, 164.84, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9828, 1871, 'Almeida', 3112, 2, 7, 7.51, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9829, 1871, 'Almeida', 680, 10, 7, 29.40, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9830, 1871, 'Almeida', 3027, 14, 7, 3360.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9831, 1871, 'Almeida', 4285, 18, 7, 118.72, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9832, 1871, 'Almeida', 3979, 5, 7, 1545.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9833, 1871, 'Almeida', 1265, 19, 7, 65.65, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9834, 1871, 'Almeida', 4608, 15, 7, 93.60, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9835, 1871, 'Almeida', 6107, 11, 7, 13.75, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9836, 1871, 'Almeida', 614, 19, 7, 109.08, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9837, 1871, 'Almeida', 1768, 19, 7, 998.49, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9838, 1871, 'Almeida', 2565, 7, 7, 86.22, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9839, 1871, 'Almeida', 4742, 14, 7, 40.17, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9840, 1871, 'Almeida', 2180, 19, 7, 14.28, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9841, 1871, 'Almeida', 3194, 4, 7, 5.20, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9842, 1871, 'Almeida', 4811, 12, 7, 63.81, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9843, 1871, 'Almeida', 2327, 18, 7, 460.32, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9844, 1871, 'Almeida', 1080, 19, 7, 181.79, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:04'),
(9845, 1871, 'Almeida', 3349, 15, 7, 36.97, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9846, 1871, 'Almeida', 1015, 5, 7, 4.08, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9847, 1871, 'Almeida', 1740, 5, 7, 3.09, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9848, 1871, 'Almeida', 1894, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9849, 1871, 'Almeida', 734, 19, 7, 0.23, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9850, 1871, 'Almeida', 803, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9851, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9852, 1870, 'Liliana', 5564, 10, 8, 6.17, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9853, 1870, 'Liliana', 4968, 12, 8, 16.24, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9854, 1870, 'Liliana', 4789, 17, 8, 42.50, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9855, 1870, 'Liliana', 4901, 11, 8, 30.30, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9856, 1870, 'Liliana', 5539, 10, 8, 273.36, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9857, 1870, 'Liliana', 5056, 11, 8, 41.99, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9858, 1870, 'Liliana', 5725, 15, 8, 714.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9859, 1870, 'Liliana', 3850, 16, 8, 18.35, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9860, 1870, 'Liliana', 693, 18, 8, 1270.94, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9861, 1870, 'Liliana', 5336, 13, 8, 3060.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9862, 1870, 'Liliana', 254, 17, 8, 52.72, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9863, 1870, 'Liliana', 2052, 4, 8, 153.32, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9864, 1870, 'Liliana', 5066, 14, 8, 20.79, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9865, 1870, 'Liliana', 213, 18, 8, 202.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9866, 1870, 'Liliana', 3288, 16, 8, 13.25, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9867, 1870, 'Liliana', 5170, 16, 8, 5.30, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9868, 1870, 'Liliana', 4994, 14, 8, 20.39, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9869, 1870, 'Liliana', 1536, 2, 8, 74.92, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9870, 1870, 'Liliana', 5703, 15, 8, 211.04, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9871, 1870, 'Liliana', 4094, 5, 8, 214.19, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9872, 1870, 'Liliana', 5040, 11, 8, 2677.99, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9873, 1870, 'Liliana', 4371, 15, 8, 73.12, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9874, 1870, 'Liliana', 1689, 18, 8, 233.81, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9875, 1870, 'Liliana', 572, 18, 8, 959.50, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9876, 1870, 'Liliana', 2083, 14, 8, 25.24, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9877, 1870, 'Liliana', 5216, 16, 8, 103.01, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9878, 1870, 'Liliana', 1783, 18, 8, 88.74, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9879, 1870, 'Liliana', 138, 2, 8, 130.03, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9880, 1870, 'Liliana', 4575, 5, 8, 14.32, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9881, 1870, 'Liliana', 5515, 10, 8, 42.98, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9882, 1870, 'Liliana', 3261, 7, 8, 11.71, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9883, 1870, 'Liliana', 4389, 16, 8, 15.60, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9884, 1870, 'Liliana', 478, 19, 8, 13.58, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9885, 1870, 'Liliana', 4591, 5, 8, 16.95, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9886, 1870, 'Liliana', 2298, 2, 8, 99.75, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9887, 1870, 'Liliana', 1403, 15, 8, 8.17, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9888, 1870, 'Liliana', 6070, 11, 8, 15.45, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9889, 1870, 'Liliana', 6055, 15, 8, 8.04, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9890, 1870, 'Liliana', 1039, 19, 8, 100.87, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9891, 1870, 'Liliana', 5665, 15, 8, 50.50, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9892, 1870, 'Liliana', 5612, 10, 8, 1010.99, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9893, 1870, 'Liliana', 4182, 5, 8, 63.00, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9894, 1870, 'Liliana', 2985, 14, 8, 79.79, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9895, 1870, 'Liliana', 4154, 5, 8, 20.80, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9896, 1870, 'Liliana', 4186, 5, 8, 135.20, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9897, 1870, 'Liliana', 2613, 14, 8, 29.16, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9898, 1870, 'Liliana', 5816, 15, 8, 15.74, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9899, 1870, 'Liliana', 484, 19, 8, 35.34, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9900, 1870, 'Liliana', 1607, 12, 8, 20.79, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9901, 1870, 'Liliana', 1211, 18, 8, 36.36, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9902, 1870, 'Liliana', 4104, 5, 8, 2.12, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9903, 1870, 'Liliana', 5482, 12, 8, 40.79, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9904, 1870, 'Liliana', 5984, 17, 8, 17.93, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9905, 1870, 'Liliana', 3934, 5, 8, 22.77, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9906, 1870, 'Liliana', 5862, 15, 8, 24.02, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9907, 1870, 'Liliana', 2725, 14, 8, 208.24, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9908, 1870, 'Liliana', 5824, 17, 8, 1.46, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9909, 1870, 'Liliana', 259, 18, 8, 11.12, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:05'),
(9910, 1870, 'Liliana', 4086, 18, 8, 4.32, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:06'),
(9911, 1870, 'Liliana', 4659, 12, 8, 9.88, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:06'),
(9912, 1870, 'Liliana', 4986, 14, 8, 11.09, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:06'),
(9913, 1870, 'Liliana', 1213, 10, 8, 2.54, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:06'),
(9914, 1870, 'Liliana', 3296, 5, 8, 1.19, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:06'),
(9915, 1870, 'Liliana', 1894, 19, 8, 0.20, 1, 1, 'ai_bid', '2024-05-29 18:32:05', '2024-05-29 18:32:05', '2024-05-30 18:33:06'),
(9916, 1866, 'Tetyana store', 4609, 16, 6, 25.87, 1, 1, 'ai_bid', '2024-05-29 18:46:03', '2024-05-29 18:46:03', '2024-05-30 18:46:04'),
(9917, 1866, 'Tetyana store', 5004, 13, 6, 19.76, 1, 1, 'ai_bid', '2024-05-29 18:46:03', '2024-05-29 18:46:03', '2024-05-30 18:46:04'),
(9918, 1866, 'Tetyana store', 299, 5, 6, 2.62, 1, 1, 'ai_bid', '2024-05-29 18:46:03', '2024-05-29 18:46:03', '2024-05-30 18:46:04'),
(9919, 1866, 'Tetyana store', 1488, 14, 6, 3.17, 1, 1, 'ai_bid', '2024-05-29 18:46:03', '2024-05-29 18:46:03', '2024-05-30 18:46:04'),
(9920, 1866, 'Tetyana store', 1124, 4, 6, 4.23, 1, 1, 'ai_bid', '2024-05-29 18:46:03', '2024-05-29 18:46:03', '2024-05-30 18:46:04'),
(9921, 1866, 'Tetyana store', 803, 19, 6, 0.21, 1, 1, 'ai_bid', '2024-05-29 18:46:03', '2024-05-29 18:46:03', '2024-05-30 18:46:04'),
(9922, 1866, 'Tetyana store', 1811, 5, 6, 0.21, 1, 1, 'ai_bid', '2024-05-29 18:46:03', '2024-05-29 18:46:03', '2024-05-30 18:46:04'),
(9923, 1873, 'Gustavo', 6173, 14, 9, 1227.20, 1, 1, 'ai_bid', '2024-05-29 18:51:05', '2024-05-29 18:51:05', '2024-05-30 18:52:02'),
(9924, 1873, 'Gustavo', 1505, 15, 9, 526.31, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9925, 1873, 'Gustavo', 6106, 11, 9, 11.13, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9926, 1873, 'Gustavo', 4411, 14, 9, 2964.00, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9927, 1873, 'Gustavo', 6163, 11, 9, 423.95, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9928, 1873, 'Gustavo', 1112, 19, 9, 82.05, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9929, 1873, 'Gustavo', 1391, 15, 9, 40.95, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9930, 1873, 'Gustavo', 5431, 17, 9, 22.84, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9931, 1873, 'Gustavo', 5384, 14, 9, 1021.01, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9932, 1873, 'Gustavo', 5357, 16, 9, 10.49, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9933, 1873, 'Gustavo', 5391, 14, 9, 96.95, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9934, 1873, 'Gustavo', 2000, 15, 9, 4078.88, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9935, 1873, 'Gustavo', 5395, 17, 9, 87.81, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9936, 1873, 'Gustavo', 3794, 15, 9, 30.89, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9937, 1873, 'Gustavo', 3917, 2, 9, 508.98, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:02'),
(9938, 1873, 'Gustavo', 3443, 11, 9, 10.66, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9939, 1873, 'Gustavo', 922, 18, 9, 42.84, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9940, 1873, 'Gustavo', 379, 2, 9, 7.07, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9941, 1873, 'Gustavo', 1780, 2, 9, 19.48, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9942, 1873, 'Gustavo', 384, 10, 9, 107.78, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9943, 1873, 'Gustavo', 4191, 14, 9, 5.70, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9944, 1873, 'Gustavo', 661, 1, 9, 6.24, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9945, 1873, 'Gustavo', 4051, 13, 9, 209.98, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9946, 1873, 'Gustavo', 2396, 19, 9, 610.98, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9947, 1873, 'Gustavo', 4815, 17, 9, 18.47, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9948, 1873, 'Gustavo', 2007, 1, 9, 104.16, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9949, 1873, 'Gustavo', 5038, 14, 9, 10.39, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9950, 1873, 'Gustavo', 1748, 19, 9, 40.17, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9951, 1873, 'Gustavo', 187, 16, 9, 30.89, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9952, 1873, 'Gustavo', 5028, 13, 9, 225.74, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9953, 1873, 'Gustavo', 3143, 18, 9, 37.10, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9954, 1873, 'Gustavo', 3026, 18, 9, 20.39, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9955, 1873, 'Gustavo', 710, 18, 9, 34.62, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9956, 1873, 'Gustavo', 3269, 7, 9, 145.90, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9957, 1873, 'Gustavo', 5045, 16, 9, 136.74, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9958, 1873, 'Gustavo', 218, 12, 9, 36.36, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9959, 1873, 'Gustavo', 350, 15, 9, 53.01, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9960, 1873, 'Gustavo', 5799, 13, 9, 15.59, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9961, 1873, 'Gustavo', 1282, 15, 9, 511.95, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9962, 1873, 'Gustavo', 6006, 17, 9, 17.87, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9963, 1873, 'Gustavo', 6068, 15, 9, 27.53, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9964, 1873, 'Gustavo', 5625, 10, 9, 4.97, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9965, 1873, 'Gustavo', 5588, 12, 9, 400.72, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9966, 1873, 'Gustavo', 2928, 10, 9, 621.92, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9967, 1873, 'Gustavo', 519, 18, 9, 61.78, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9968, 1873, 'Gustavo', 5468, 7, 9, 41.40, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9969, 1873, 'Gustavo', 2073, 4, 9, 2.61, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9970, 1873, 'Gustavo', 4691, 12, 9, 2.02, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9971, 1873, 'Gustavo', 4294, 5, 9, 51.99, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9972, 1873, 'Gustavo', 4525, 16, 9, 8.07, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9973, 1873, 'Gustavo', 2056, 4, 9, 313.95, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9974, 1873, 'Gustavo', 6164, 11, 9, 55.83, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9975, 1873, 'Gustavo', 67, 2, 9, 26.50, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9976, 1873, 'Gustavo', 5106, 16, 9, 87.36, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9977, 1873, 'Gustavo', 1040, 5, 9, 52.00, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9978, 1873, 'Gustavo', 3213, 4, 9, 6.35, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9979, 1873, 'Gustavo', 2902, 17, 9, 2615.90, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9980, 1873, 'Gustavo', 5159, 16, 9, 13.25, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9981, 1873, 'Gustavo', 5381, 14, 9, 14.68, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9982, 1873, 'Gustavo', 717, 18, 9, 40.38, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9983, 1873, 'Gustavo', 4108, 14, 9, 40.79, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9984, 1873, 'Gustavo', 4127, 18, 9, 10.59, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9985, 1873, 'Gustavo', 3052, 2, 9, 5.15, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:03'),
(9986, 1873, 'Gustavo', 6060, 11, 9, 10.30, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:04'),
(9987, 1873, 'Gustavo', 2023, 19, 9, 1.04, 1, 1, 'ai_bid', '2024-05-29 18:51:07', '2024-05-29 18:51:07', '2024-05-30 18:52:04'),
(9988, 1866, 'Tetyana store', 1756, 2, 11, 1568.80, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9989, 1866, 'Tetyana store', 4379, 14, 11, 1040.00, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9990, 1866, 'Tetyana store', 144, 7, 11, 24.48, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9991, 1866, 'Tetyana store', 4257, 14, 11, 9.27, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9992, 1866, 'Tetyana store', 3150, 4, 11, 3.03, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9993, 1866, 'Tetyana store', 1828, 19, 11, 135.45, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9994, 1866, 'Tetyana store', 2978, 14, 11, 214.72, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9995, 1866, 'Tetyana store', 5520, 12, 11, 281.79, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9996, 1866, 'Tetyana store', 3492, 11, 11, 15.74, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9997, 1866, 'Tetyana store', 2273, 19, 11, 734.77, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9998, 1866, 'Tetyana store', 5238, 16, 11, 205.01, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(9999, 1866, 'Tetyana store', 137, 18, 11, 9.45, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10000, 1866, 'Tetyana store', 1120, 4, 11, 8.96, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10001, 1866, 'Tetyana store', 3950, 16, 11, 2018.99, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10002, 1866, 'Tetyana store', 706, 18, 11, 66.65, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10003, 1866, 'Tetyana store', 3945, 16, 11, 48.29, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10004, 1866, 'Tetyana store', 2194, 19, 11, 9.27, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10005, 1866, 'Tetyana store', 5233, 13, 11, 13.13, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10006, 1866, 'Tetyana store', 3614, 17, 11, 244.80, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10007, 1866, 'Tetyana store', 1409, 14, 11, 11.32, 1, 1, 'ai_bid', '2024-05-29 19:02:06', '2024-05-29 19:02:06', '2024-05-30 19:03:03'),
(10008, 1866, 'Tetyana store', 4249, 18, 11, 42.40, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10009, 1866, 'Tetyana store', 4286, 18, 11, 114.36, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10010, 1866, 'Tetyana store', 5966, 17, 11, 8.74, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10011, 1866, 'Tetyana store', 5793, 15, 11, 303.08, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10012, 1866, 'Tetyana store', 5516, 10, 11, 42.63, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10013, 1866, 'Tetyana store', 799, 19, 11, 143.10, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10014, 1866, 'Tetyana store', 607, 19, 11, 2472.00, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10015, 1866, 'Tetyana store', 5569, 10, 11, 67.17, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10016, 1866, 'Tetyana store', 3232, 5, 11, 234.98, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10017, 1866, 'Tetyana store', 1919, 18, 11, 71.40, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10018, 1866, 'Tetyana store', 2963, 18, 11, 979.70, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10019, 1866, 'Tetyana store', 2093, 5, 11, 10.40, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10020, 1866, 'Tetyana store', 97, 2, 11, 15.45, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10021, 1866, 'Tetyana store', 827, 5, 11, 323.20, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10022, 1866, 'Tetyana store', 5857, 17, 11, 7.03, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10023, 1866, 'Tetyana store', 3567, 17, 11, 147.66, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10024, 1866, 'Tetyana store', 2833, 14, 11, 39.89, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:03'),
(10025, 1866, 'Tetyana store', 2206, 2, 11, 81.60, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10026, 1866, 'Tetyana store', 5058, 16, 11, 18.71, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10027, 1866, 'Tetyana store', 5143, 16, 11, 13.02, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10028, 1866, 'Tetyana store', 3114, 2, 11, 11.22, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10029, 1866, 'Tetyana store', 2549, 7, 11, 338.37, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10030, 1866, 'Tetyana store', 1275, 19, 11, 371.00, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10031, 1866, 'Tetyana store', 649, 18, 11, 112.20, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10032, 1866, 'Tetyana store', 3922, 16, 11, 27.51, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10033, 1866, 'Tetyana store', 4604, 16, 11, 28.08, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10034, 1866, 'Tetyana store', 4799, 12, 11, 52.01, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10035, 1866, 'Tetyana store', 5693, 10, 11, 696.85, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10036, 1866, 'Tetyana store', 1300, 2, 11, 36.40, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10037, 1866, 'Tetyana store', 4276, 18, 11, 10.50, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10038, 1866, 'Tetyana store', 5922, 13, 11, 80.79, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10039, 1866, 'Tetyana store', 528, 17, 11, 15.75, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10040, 1866, 'Tetyana store', 28, 2, 11, 15.45, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10041, 1866, 'Tetyana store', 5864, 15, 11, 38.84, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10042, 1866, 'Tetyana store', 4114, 5, 11, 304.50, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10043, 1866, 'Tetyana store', 1094, 19, 11, 503.99, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10044, 1866, 'Tetyana store', 5078, 16, 11, 62.39, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10045, 1866, 'Tetyana store', 868, 17, 11, 74.20, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10046, 1866, 'Tetyana store', 1561, 18, 11, 353.50, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10047, 1866, 'Tetyana store', 3973, 12, 11, 130.80, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10048, 1866, 'Tetyana store', 2004, 4, 11, 90.71, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10049, 1866, 'Tetyana store', 1711, 19, 11, 92.70, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10050, 1866, 'Tetyana store', 4877, 12, 11, 7.93, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10051, 1866, 'Tetyana store', 3608, 17, 11, 86.44, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10052, 1866, 'Tetyana store', 4493, 15, 11, 124.80, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10053, 1866, 'Tetyana store', 2199, 19, 11, 31.50, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10054, 1866, 'Tetyana store', 526, 17, 11, 20.59, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10055, 1866, 'Tetyana store', 5940, 17, 11, 3.06, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10056, 1866, 'Tetyana store', 1829, 5, 11, 0.77, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10057, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-05-29 19:02:07', '2024-05-29 19:02:07', '2024-05-30 19:03:04'),
(10058, 1867, 'Omevoric enterprises', 1319, 2, 12, 945.00, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10059, 1867, 'Omevoric enterprises', 4155, 18, 12, 10.29, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10060, 1867, 'Omevoric enterprises', 3907, 16, 12, 27.29, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10061, 1867, 'Omevoric enterprises', 1632, 19, 12, 1696.80, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10062, 1867, 'Omevoric enterprises', 786, 18, 12, 229.22, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10063, 1867, 'Omevoric enterprises', 4191, 14, 12, 5.81, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10064, 1867, 'Omevoric enterprises', 2415, 16, 12, 11.44, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10065, 1867, 'Omevoric enterprises', 5398, 14, 12, 525.44, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10066, 1867, 'Omevoric enterprises', 3825, 15, 12, 23.68, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10067, 1867, 'Omevoric enterprises', 4930, 12, 12, 303.10, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10068, 1867, 'Omevoric enterprises', 3471, 14, 12, 84.83, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10069, 1867, 'Omevoric enterprises', 2508, 16, 12, 51.49, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10070, 1867, 'Omevoric enterprises', 5415, 14, 12, 51.50, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(10071, 1867, 'Omevoric enterprises', 4619, 5, 12, 14.16, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10072, 1867, 'Omevoric enterprises', 5787, 17, 12, 3.32, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10073, 1867, 'Omevoric enterprises', 4320, 18, 12, 20.39, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10074, 1867, 'Omevoric enterprises', 4837, 12, 12, 108.02, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10075, 1867, 'Omevoric enterprises', 5682, 10, 12, 504.95, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10076, 1867, 'Omevoric enterprises', 3387, 10, 12, 22.02, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10077, 1867, 'Omevoric enterprises', 2459, 19, 12, 318.00, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10078, 1867, 'Omevoric enterprises', 547, 19, 12, 2412.80, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10079, 1867, 'Omevoric enterprises', 1678, 18, 12, 730.80, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10080, 1867, 'Omevoric enterprises', 2853, 14, 12, 37.39, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10081, 1867, 'Omevoric enterprises', 4687, 12, 12, 2.73, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10082, 1867, 'Omevoric enterprises', 3963, 16, 12, 114.39, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10083, 1867, 'Omevoric enterprises', 5156, 16, 12, 6358.94, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10084, 1867, 'Omevoric enterprises', 1209, 14, 12, 910.89, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10085, 1867, 'Omevoric enterprises', 827, 5, 12, 329.60, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10086, 1867, 'Omevoric enterprises', 5312, 14, 12, 64.04, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10087, 1867, 'Omevoric enterprises', 4614, 5, 12, 26.77, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:05'),
(10088, 1867, 'Omevoric enterprises', 389, 16, 12, 2161.97, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:06'),
(10089, 1867, 'Omevoric enterprises', 3533, 12, 12, 2.40, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:06'),
(10090, 1867, 'Omevoric enterprises', 716, 19, 12, 1.04, 1, 1, 'ai_bid', '2024-05-29 19:12:04', '2024-05-29 19:12:04', '2024-05-30 19:13:06'),
(10091, 1798, 'Feelyards', 928, 5, NULL, 170.00, 2, 1, 'manual_bid', '2024-05-29 19:31:12', '2024-05-29 19:31:12', '2024-05-30 19:32:03'),
(10092, 1868, 'Marcelo Ltd', 3458, 10, 13, 15.90, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10093, 1868, 'Marcelo Ltd', 4928, 12, 13, 51.27, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10094, 1868, 'Marcelo Ltd', 587, 19, 13, 9270.00, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10095, 1868, 'Marcelo Ltd', 1736, 19, 13, 34.82, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10096, 1868, 'Marcelo Ltd', 5178, 16, 13, 98.93, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10097, 1868, 'Marcelo Ltd', 3219, 5, 13, 3084.85, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10098, 1868, 'Marcelo Ltd', 5925, 15, 13, 112.34, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10099, 1868, 'Marcelo Ltd', 1506, 19, 13, 72.56, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10100, 1868, 'Marcelo Ltd', 4043, 18, 13, 14.42, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10101, 1868, 'Marcelo Ltd', 2089, 19, 13, 179.47, 1, 1, 'ai_bid', '2024-05-29 19:45:06', '2024-05-29 19:45:06', '2024-05-30 19:46:03'),
(10102, 1868, 'Marcelo Ltd', 1821, 19, 13, 1.04, 1, 1, 'ai_bid', '2024-05-29 19:45:07', '2024-05-29 19:45:07', '2024-05-30 19:46:03'),
(10103, 1868, 'Marcelo Ltd', 1844, 19, 13, 0.31, 1, 1, 'ai_bid', '2024-05-29 19:45:07', '2024-05-29 19:45:07', '2024-05-30 19:46:03'),
(10104, 1868, 'Marcelo Ltd', 1811, 5, 13, 0.21, 1, 1, 'ai_bid', '2024-05-29 19:45:07', '2024-05-29 19:45:07', '2024-05-30 19:46:03'),
(10105, 1869, 'Anatoliy fast store', 1034, 5, 14, 99.08, 1, 1, 'ai_bid', '2024-05-29 20:14:06', '2024-05-29 20:14:06', '2024-05-30 20:15:03'),
(10106, 1869, 'Anatoliy fast store', 1344, 15, 14, 22.43, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10107, 1869, 'Anatoliy fast store', 4350, 18, 14, 915.19, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10108, 1869, 'Anatoliy fast store', 5052, 14, 14, 8.85, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10109, 1869, 'Anatoliy fast store', 2441, 19, 14, 204.00, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10110, 1869, 'Anatoliy fast store', 4088, 14, 14, 19.76, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10111, 1869, 'Anatoliy fast store', 1067, 1, 14, 184.20, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10112, 1869, 'Anatoliy fast store', 3556, 12, 14, 3.72, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10113, 1869, 'Anatoliy fast store', 3149, 4, 14, 3.18, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10114, 1869, 'Anatoliy fast store', 5042, 16, 14, 3043.95, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10115, 1869, 'Anatoliy fast store', 1247, 10, 14, 128.35, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10116, 1869, 'Anatoliy fast store', 5041, 13, 14, 21.20, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10117, 1869, 'Anatoliy fast store', 4730, 12, 14, 16.10, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:03'),
(10118, 1869, 'Anatoliy fast store', 1294, 19, 14, 17.81, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10119, 1869, 'Anatoliy fast store', 5043, 11, 14, 71.39, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10120, 1869, 'Anatoliy fast store', 3140, 18, 14, 283.50, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10121, 1869, 'Anatoliy fast store', 4888, 1, 14, 102.03, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10122, 1869, 'Anatoliy fast store', 4470, 15, 14, 1109.99, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10123, 1869, 'Anatoliy fast store', 4528, 16, 14, 64.04, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10124, 1869, 'Anatoliy fast store', 5109, 16, 14, 294.91, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10125, 1869, 'Anatoliy fast store', 3097, 2, 14, 793.94, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10126, 1869, 'Anatoliy fast store', 2305, 19, 14, 571.34, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10127, 1869, 'Anatoliy fast store', 4209, 14, 14, 20.95, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10128, 1869, 'Anatoliy fast store', 1895, 14, 14, 55.99, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10129, 1869, 'Anatoliy fast store', 3020, 14, 14, 24.37, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10130, 1869, 'Anatoliy fast store', 5229, 13, 14, 4.27, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10131, 1869, 'Anatoliy fast store', 3660, 18, 14, 7.34, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10132, 1869, 'Anatoliy fast store', 2253, 10, 14, 21.19, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10133, 1869, 'Anatoliy fast store', 1123, 19, 14, 41.59, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10134, 1869, 'Anatoliy fast store', 4018, 17, 14, 52.50, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10135, 1869, 'Anatoliy fast store', 5853, 15, 14, 398.99, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10136, 1869, 'Anatoliy fast store', 52, 2, 14, 17.85, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10137, 1869, 'Anatoliy fast store', 4709, 12, 14, 52.04, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10138, 1869, 'Anatoliy fast store', 2224, 19, 14, 30.80, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10139, 1869, 'Anatoliy fast store', 692, 10, 14, 8.24, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10140, 1869, 'Anatoliy fast store', 5498, 17, 14, 37.33, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10141, 1869, 'Anatoliy fast store', 1968, 17, 14, 22.53, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10142, 1869, 'Anatoliy fast store', 5668, 15, 14, 336.00, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10143, 1869, 'Anatoliy fast store', 2684, 14, 14, 20.09, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10144, 1869, 'Anatoliy fast store', 5080, 13, 14, 42.63, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10145, 1869, 'Anatoliy fast store', 3612, 12, 14, 258.44, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10146, 1869, 'Anatoliy fast store', 4622, 15, 14, 141.40, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10147, 1869, 'Anatoliy fast store', 5359, 13, 14, 1271.99, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10148, 1869, 'Anatoliy fast store', 3771, 15, 14, 5.50, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10149, 1869, 'Anatoliy fast store', 4597, 15, 14, 15.30, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10150, 1869, 'Anatoliy fast store', 1083, 1, 14, 69.43, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10151, 1869, 'Anatoliy fast store', 3617, 17, 14, 388.03, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10152, 1869, 'Anatoliy fast store', 1961, 13, 14, 19.27, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10153, 1869, 'Anatoliy fast store', 5875, 17, 14, 153.94, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10154, 1869, 'Anatoliy fast store', 1189, 10, 14, 2.61, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10155, 1869, 'Anatoliy fast store', 4921, 11, 14, 28.28, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10156, 1869, 'Anatoliy fast store', 236, 12, 14, 775.98, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10157, 1869, 'Anatoliy fast store', 4846, 12, 14, 117.98, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10158, 1869, 'Anatoliy fast store', 5196, 16, 14, 3814.94, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10159, 1869, 'Anatoliy fast store', 5619, 16, 14, 104.99, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10160, 1869, 'Anatoliy fast store', 5092, 16, 14, 24.49, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10161, 1869, 'Anatoliy fast store', 170, 4, 14, 127.25, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10162, 1869, 'Anatoliy fast store', 5044, 14, 14, 11.43, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10163, 1869, 'Anatoliy fast store', 5161, 16, 14, 34.31, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10164, 1869, 'Anatoliy fast store', 6169, 11, 14, 18.61, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10165, 1869, 'Anatoliy fast store', 2795, 14, 14, 722.80, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10166, 1869, 'Anatoliy fast store', 2165, 19, 14, 36.72, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10167, 1869, 'Anatoliy fast store', 5483, 7, 14, 11.65, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10168, 1869, 'Anatoliy fast store', 3768, 15, 14, 3.96, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10169, 1869, 'Anatoliy fast store', 1051, 19, 14, 63.00, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10170, 1869, 'Anatoliy fast store', 5075, 16, 14, 23.17, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10171, 1869, 'Anatoliy fast store', 983, 17, 14, 134.33, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10172, 1869, 'Anatoliy fast store', 5849, 15, 14, 65.23, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10173, 1869, 'Anatoliy fast store', 5705, 15, 14, 10.50, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10174, 1869, 'Anatoliy fast store', 4443, 15, 14, 34.33, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10175, 1869, 'Anatoliy fast store', 1486, 19, 14, 34.23, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10176, 1869, 'Anatoliy fast store', 3677, 18, 14, 11.21, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10177, 1869, 'Anatoliy fast store', 1746, 2, 14, 180.79, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10178, 1869, 'Anatoliy fast store', 4355, 14, 14, 41.60, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10179, 1869, 'Anatoliy fast store', 62, 2, 14, 18.54, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10180, 1869, 'Anatoliy fast store', 3456, 10, 14, 100.98, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10181, 1869, 'Anatoliy fast store', 680, 10, 14, 28.56, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10182, 1869, 'Anatoliy fast store', 5580, 15, 14, 13.36, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:04'),
(10183, 1869, 'Anatoliy fast store', 1641, 17, 14, 13.38, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:05'),
(10184, 1869, 'Anatoliy fast store', 1850, 5, 14, 0.57, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:05'),
(10185, 1869, 'Anatoliy fast store', 3268, 5, 14, 2.08, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:05'),
(10186, 1869, 'Anatoliy fast store', 4219, 5, 14, 1.30, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:05'),
(10187, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.20, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:05'),
(10188, 1869, 'Anatoliy fast store', 1844, 19, 14, 0.32, 1, 1, 'ai_bid', '2024-05-29 20:14:07', '2024-05-29 20:14:07', '2024-05-30 20:15:05'),
(10189, 1872, 'Melisa', 840, 1, 18, 201.39, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10190, 1872, 'Melisa', 3493, 10, 18, 11.93, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10191, 1872, 'Melisa', 1986, 4, 18, 128.27, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10192, 1872, 'Melisa', 2378, 19, 18, 48.71, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10193, 1872, 'Melisa', 4535, 16, 18, 31.61, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10194, 1872, 'Melisa', 4309, 15, 18, 4.11, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10195, 1872, 'Melisa', 3571, 12, 18, 5.24, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10196, 1872, 'Melisa', 2356, 19, 18, 82.40, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10197, 1872, 'Melisa', 3969, 16, 18, 14.21, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10198, 1872, 'Melisa', 5420, 17, 18, 18.97, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:02'),
(10199, 1872, 'Melisa', 3901, 2, 18, 1091.80, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10200, 1872, 'Melisa', 3327, 7, 18, 2.40, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10201, 1872, 'Melisa', 1493, 15, 18, 620.10, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10202, 1872, 'Melisa', 6016, 17, 18, 12.39, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10203, 1872, 'Melisa', 3685, 10, 18, 5223.92, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10204, 1872, 'Melisa', 3799, 13, 18, 386.82, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10205, 1872, 'Melisa', 2655, 18, 18, 308.88, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10206, 1872, 'Melisa', 5597, 10, 18, 71.70, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10207, 1872, 'Melisa', 2920, 14, 18, 448.37, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10208, 1872, 'Melisa', 779, 19, 18, 4.34, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10209, 1872, 'Melisa', 3081, 2, 18, 9.45, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10210, 1872, 'Melisa', 5981, 17, 18, 19.25, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10211, 1872, 'Melisa', 954, 5, 18, 20.80, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10212, 1872, 'Melisa', 4067, 18, 18, 12.26, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10213, 1872, 'Melisa', 632, 18, 18, 18.72, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10214, 1872, 'Melisa', 907, 18, 18, 228.80, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10215, 1872, 'Melisa', 1049, 19, 18, 51.45, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10216, 1872, 'Melisa', 2274, 12, 18, 30.59, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10217, 1872, 'Melisa', 4290, 18, 18, 2866.49, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10218, 1872, 'Melisa', 4046, 13, 18, 10.49, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10219, 1872, 'Melisa', 5374, 14, 18, 70.76, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10220, 1872, 'Melisa', 4441, 15, 18, 33.92, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10221, 1872, 'Melisa', 3191, 4, 18, 31.19, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10222, 1872, 'Melisa', 3275, 7, 18, 39.03, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10223, 1872, 'Melisa', 4324, 16, 18, 25.75, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10224, 1872, 'Melisa', 1588, 4, 18, 3.12, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10225, 1872, 'Melisa', 803, 19, 18, 0.20, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10226, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-05-29 22:05:24', '2024-05-29 22:05:24', '2024-05-30 22:06:03'),
(10227, 1870, 'Liliana', 4260, 14, NULL, 41.80, 4, 1, 'manual_bid', '2024-05-30 14:57:48', '2024-05-30 14:57:48', '2024-05-31 14:58:03'),
(10228, 1870, 'Liliana', 2722, 13, NULL, 21.60, 4, 1, 'manual_bid', '2024-05-30 15:01:10', '2024-05-30 15:01:10', '2024-05-31 15:02:03'),
(10229, 1870, 'Liliana', 4621, 5, NULL, 22.00, 4, 1, 'manual_bid', '2024-05-30 15:01:56', '2024-05-30 15:01:56', '2024-05-31 15:02:03'),
(10230, 1870, 'Liliana', 2648, 16, NULL, 14.30, 3, 1, 'manual_bid', '2024-05-30 15:02:43', '2024-05-30 15:02:43', '2024-05-31 15:03:02'),
(10231, 1870, 'Liliana', 2387, 16, NULL, 46.60, 3, 1, 'manual_bid', '2024-05-30 15:03:25', '2024-05-30 15:03:25', '2024-05-31 15:04:02'),
(10232, 1870, 'Liliana', 6157, 11, NULL, 15.40, 4, 1, 'manual_bid', '2024-05-30 15:04:07', '2024-05-30 15:04:07', '2024-05-31 15:05:04'),
(10233, 1870, 'Liliana', 6157, 11, NULL, 15.40, 3, 1, 'manual_bid', '2024-05-30 15:04:47', '2024-05-30 15:04:47', '2024-05-31 15:05:04'),
(10234, 1870, 'Liliana', 2495, 10, NULL, 38.46, 4, 1, 'manual_bid', '2024-05-30 15:06:26', '2024-05-30 15:06:26', '2024-05-31 15:07:02'),
(10235, 1870, 'Liliana', 2579, 19, NULL, 33.60, 3, 1, 'manual_bid', '2024-05-30 15:08:43', '2024-05-30 15:08:43', '2024-05-31 15:09:03'),
(10236, 1870, 'Liliana', 2537, 17, NULL, 36.86, 4, 1, 'manual_bid', '2024-05-30 15:09:20', '2024-05-30 15:09:20', '2024-05-31 15:10:03'),
(10237, 1870, 'Liliana', 6072, 15, NULL, 60.49, 3, 1, 'manual_bid', '2024-05-30 15:11:58', '2024-05-30 15:11:58', '2024-05-31 15:12:03'),
(10238, 1870, 'Liliana', 6072, 15, NULL, 60.49, 3, 1, 'manual_bid', '2024-05-30 15:12:45', '2024-05-30 15:12:45', '2024-05-31 15:13:02'),
(10239, 1870, 'Liliana', 125, 18, NULL, 92.40, 3, 1, 'manual_bid', '2024-05-30 15:13:15', '2024-05-30 15:13:15', '2024-05-31 15:14:03'),
(10240, 1870, 'Liliana', 3293, 5, NULL, 15.40, 2, 1, 'manual_bid', '2024-05-30 15:13:44', '2024-05-30 15:13:44', '2024-05-31 15:14:03'),
(10241, 1870, 'Liliana', 4127, 18, NULL, 11.00, 3, 1, 'manual_bid', '2024-05-30 15:14:24', '2024-05-30 15:14:24', '2024-05-31 15:15:04'),
(10242, 1870, 'Liliana', 2522, 18, NULL, 14.20, 3, 1, 'manual_bid', '2024-05-30 15:14:56', '2024-05-30 15:14:56', '2024-05-31 15:15:04'),
(10243, 1870, 'Liliana', 1403, 15, NULL, 8.90, 4, 1, 'manual_bid', '2024-05-30 15:15:35', '2024-05-30 15:15:35', '2024-05-31 15:16:03'),
(10244, 1870, 'Liliana', 556, 16, NULL, 7.70, 3, 1, 'manual_bid', '2024-05-30 15:16:09', '2024-05-30 15:16:09', '2024-05-31 15:17:03'),
(10245, 1870, 'Liliana', 141, 18, NULL, 6.60, 3, 1, 'manual_bid', '2024-05-30 15:16:40', '2024-05-30 15:16:40', '2024-05-31 15:17:03'),
(10246, 1870, 'Liliana', 3747, 14, NULL, 8.80, 3, 1, 'manual_bid', '2024-05-30 15:17:35', '2024-05-30 15:17:35', '2024-05-31 15:18:03'),
(10247, 1870, 'Liliana', 4795, 12, NULL, 45.10, 4, 1, 'manual_bid', '2024-05-30 15:18:08', '2024-05-30 15:18:08', '2024-05-31 15:19:03'),
(10248, 1870, 'Liliana', 2554, 14, NULL, 9.40, 3, 1, 'manual_bid', '2024-05-30 15:19:21', '2024-05-30 15:19:21', '2024-05-31 15:20:03'),
(10249, 1870, 'Liliana', 2358, 16, NULL, 35.79, 3, 1, 'manual_bid', '2024-05-30 15:19:59', '2024-05-30 15:19:59', '2024-05-31 15:20:04'),
(10250, 1870, 'Liliana', 5877, 13, NULL, 29.59, 3, 1, 'manual_bid', '2024-05-30 15:20:34', '2024-05-30 15:20:34', '2024-05-31 15:21:02'),
(10251, 1870, 'Liliana', 6084, 15, NULL, 20.69, 3, 1, 'manual_bid', '2024-05-30 15:21:23', '2024-05-30 15:21:23', '2024-05-31 15:22:05'),
(10252, 1870, 'Liliana', 6079, 15, NULL, 19.98, 2, 1, 'manual_bid', '2024-05-30 15:21:57', '2024-05-30 15:21:57', '2024-05-31 15:22:05'),
(10253, 1870, 'Liliana', 1511, 14, NULL, 9.96, 3, 2, 'manual_bid', '2024-05-30 15:22:47', '2024-05-30 15:22:47', '2024-05-31 15:23:02'),
(10254, 1870, 'Liliana', 1432, 15, NULL, 7.10, 2, 2, 'manual_bid', '2024-05-30 15:24:39', '2024-05-30 15:24:39', '2024-05-31 15:25:03'),
(10255, 1870, 'Liliana', 458, 16, NULL, 40.00, 3, 2, 'manual_bid', '2024-05-30 15:26:22', '2024-05-30 15:26:22', '2024-05-31 15:27:04'),
(10256, 1870, 'Liliana', 4420, 15, NULL, 60.50, 3, 1, 'manual_bid', '2024-05-30 16:36:38', '2024-05-30 16:36:38', '2024-05-31 16:37:03'),
(10257, 1870, 'Liliana', 4519, 16, NULL, 9.50, 4, 2, 'manual_bid', '2024-05-30 16:37:39', '2024-05-30 16:37:39', '2024-05-31 16:38:03'),
(10258, 1870, 'Liliana', 1884, 17, NULL, 101.60, 4, 1, 'manual_bid', '2024-05-30 16:38:32', '2024-05-30 16:38:32', '2024-05-31 16:39:03'),
(10259, 1870, 'Liliana', 1195, 18, NULL, 14.20, 4, 1, 'manual_bid', '2024-05-30 16:39:08', '2024-05-30 16:39:08', '2024-05-31 16:40:04'),
(10260, 1870, 'Liliana', 566, 7, NULL, 22.00, 3, 1, 'manual_bid', '2024-05-30 16:39:38', '2024-05-30 16:39:38', '2024-05-31 16:40:04'),
(10261, 1870, 'Liliana', 566, 7, NULL, 22.00, 3, 1, 'manual_bid', '2024-05-30 16:43:33', '2024-05-30 16:43:33', '2024-05-31 16:44:02'),
(10262, 1870, 'Liliana', 5261, 16, NULL, 29.00, 4, 1, 'manual_bid', '2024-05-30 16:44:07', '2024-05-30 16:44:07', '2024-05-31 16:45:03'),
(10263, 1870, 'Liliana', 2147, 7, NULL, 41.00, 4, 1, 'manual_bid', '2024-05-30 16:44:32', '2024-05-30 16:44:32', '2024-05-31 16:45:03'),
(10264, 1870, 'Liliana', 3692, 14, NULL, 62.00, 4, 1, 'manual_bid', '2024-05-30 16:44:54', '2024-05-30 16:44:54', '2024-05-31 16:45:03'),
(10265, 1870, 'Liliana', 1413, 14, NULL, 11.00, 3, 1, 'manual_bid', '2024-05-30 16:45:17', '2024-05-30 16:45:17', '2024-05-31 16:46:03'),
(10266, 1870, 'Liliana', 3253, 7, NULL, 15.92, 4, 1, 'manual_bid', '2024-05-30 16:45:44', '2024-05-30 16:45:44', '2024-05-31 16:46:03'),
(10267, 1870, 'Liliana', 239, 17, NULL, 45.92, 3, 1, 'manual_bid', '2024-05-30 16:46:15', '2024-05-30 16:46:15', '2024-05-31 16:47:03'),
(10268, 1870, 'Liliana', 5537, 10, NULL, 59.22, 2, 1, 'manual_bid', '2024-05-30 16:46:46', '2024-05-30 16:46:46', '2024-05-31 16:47:03'),
(10269, 1870, 'Liliana', 1211, 18, NULL, 38.00, 4, 1, 'manual_bid', '2024-05-30 16:47:34', '2024-05-30 16:47:34', '2024-05-31 16:48:03'),
(10270, 1870, 'Liliana', 4576, 14, NULL, 9.98, 3, 1, 'manual_bid', '2024-05-30 16:47:54', '2024-05-30 16:47:54', '2024-05-31 16:48:03'),
(10271, 1870, 'Liliana', 2588, 19, NULL, 30.99, 3, 1, 'manual_bid', '2024-05-30 16:48:17', '2024-05-30 16:48:17', '2024-05-31 16:49:03'),
(10272, 1870, 'Liliana', 3474, 14, NULL, 91.00, 2, 1, 'manual_bid', '2024-05-30 16:49:09', '2024-05-30 16:49:09', '2024-05-31 16:50:04'),
(10273, 1870, 'Liliana', 1414, 19, NULL, 22.00, 3, 1, 'manual_bid', '2024-05-30 16:49:37', '2024-05-30 16:49:37', '2024-05-31 16:50:04'),
(10274, 1870, 'Liliana', 4577, 5, NULL, 29.82, 3, 1, 'manual_bid', '2024-05-30 16:50:10', '2024-05-30 16:50:10', '2024-05-31 16:51:03'),
(10275, 1870, 'Liliana', 5650, 15, NULL, 15.33, 2, 1, 'manual_bid', '2024-05-30 16:50:48', '2024-05-30 16:50:48', '2024-05-31 16:51:03'),
(10276, 1870, 'Liliana', 367, 18, NULL, 990.00, 2, 1, 'manual_bid', '2024-05-30 16:51:27', '2024-05-30 16:51:27', '2024-05-31 16:52:03'),
(10277, 1869, 'Anatoliy fast store', 2892, 15, 17, 319.05, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10278, 1869, 'Anatoliy fast store', 3934, 5, 17, 22.99, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10279, 1869, 'Anatoliy fast store', 2446, 2, 17, 294.78, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10280, 1869, 'Anatoliy fast store', 899, 19, 17, 406.98, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10281, 1869, 'Anatoliy fast store', 816, 19, 17, 5.62, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10282, 1869, 'Anatoliy fast store', 6009, 17, 17, 20.12, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10283, 1869, 'Anatoliy fast store', 4872, 14, 17, 25.77, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10284, 1869, 'Anatoliy fast store', 4320, 18, 17, 21.19, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10285, 1869, 'Anatoliy fast store', 4306, 15, 17, 28.31, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10286, 1869, 'Anatoliy fast store', 891, 7, 17, 13.31, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10287, 1869, 'Anatoliy fast store', 1308, 15, 17, 708.75, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10288, 1869, 'Anatoliy fast store', 1338, 15, 17, 16.84, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10289, 1869, 'Anatoliy fast store', 4535, 16, 17, 31.30, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10290, 1869, 'Anatoliy fast store', 4783, 12, 17, 31.62, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10291, 1869, 'Anatoliy fast store', 1884, 17, 17, 95.98, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10292, 1869, 'Anatoliy fast store', 4436, 15, 17, 20.39, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10293, 1869, 'Anatoliy fast store', 51, 2, 17, 81.12, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10294, 1869, 'Anatoliy fast store', 228, 5, 17, 5.14, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10295, 1869, 'Anatoliy fast store', 2292, 19, 17, 204.97, 1, 1, 'ai_bid', '2024-05-30 17:22:05', '2024-05-30 17:22:05', '2024-05-31 17:23:02'),
(10296, 1869, 'Anatoliy fast store', 2576, 17, 17, 20.27, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:02'),
(10297, 1869, 'Anatoliy fast store', 5903, 13, 17, 32.24, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10298, 1869, 'Anatoliy fast store', 4156, 5, 17, 966.16, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10299, 1869, 'Anatoliy fast store', 3901, 2, 17, 1071.20, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10300, 1869, 'Anatoliy fast store', 4565, 14, 17, 91.80, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10301, 1869, 'Anatoliy fast store', 2345, 19, 17, 936.00, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10302, 1869, 'Anatoliy fast store', 879, 7, 17, 51.03, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10303, 1869, 'Anatoliy fast store', 1512, 19, 17, 366.18, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10304, 1869, 'Anatoliy fast store', 1928, 10, 17, 4.83, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10305, 1869, 'Anatoliy fast store', 5778, 13, 17, 15.29, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10306, 1869, 'Anatoliy fast store', 4972, 12, 17, 42.50, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10307, 1869, 'Anatoliy fast store', 3132, 4, 17, 139.81, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10308, 1869, 'Anatoliy fast store', 3559, 17, 17, 211.66, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10309, 1869, 'Anatoliy fast store', 3072, 2, 17, 16.30, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10310, 1869, 'Anatoliy fast store', 1355, 19, 17, 17.68, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10311, 1869, 'Anatoliy fast store', 5292, 16, 17, 20.79, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10312, 1869, 'Anatoliy fast store', 5953, 17, 17, 10.20, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10313, 1869, 'Anatoliy fast store', 5861, 13, 17, 25.49, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10314, 1869, 'Anatoliy fast store', 3185, 19, 17, 4651.20, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10315, 1869, 'Anatoliy fast store', 3932, 16, 17, 197.95, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10316, 1869, 'Anatoliy fast store', 49, 2, 17, 315.00, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10317, 1869, 'Anatoliy fast store', 5372, 13, 17, 166.39, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10318, 1869, 'Anatoliy fast store', 2150, 19, 17, 315.00, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10319, 1869, 'Anatoliy fast store', 2377, 19, 17, 37.47, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10320, 1869, 'Anatoliy fast store', 2562, 17, 17, 51.40, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10321, 1869, 'Anatoliy fast store', 715, 19, 17, 39.85, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10322, 1869, 'Anatoliy fast store', 3745, 7, 17, 12.71, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10323, 1869, 'Anatoliy fast store', 5168, 16, 17, 141.40, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10324, 1869, 'Anatoliy fast store', 3430, 14, 17, 44.09, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10325, 1869, 'Anatoliy fast store', 4586, 5, 17, 40.27, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10326, 1869, 'Anatoliy fast store', 5985, 17, 17, 27.17, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:03'),
(10327, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.21, 1, 1, 'ai_bid', '2024-05-30 17:22:06', '2024-05-30 17:22:06', '2024-05-31 17:23:04'),
(10328, 1866, 'Tetyana store', 1153, 18, 16, 40.16, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10329, 1866, 'Tetyana store', 2209, 19, 16, 123.60, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10330, 1866, 'Tetyana store', 3815, 13, 16, 4325.99, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10331, 1866, 'Tetyana store', 3504, 11, 16, 8.15, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10332, 1866, 'Tetyana store', 3829, 16, 16, 12.08, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10333, 1866, 'Tetyana store', 209, 18, 16, 3113.30, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10334, 1866, 'Tetyana store', 5300, 14, 16, 608.49, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10335, 1866, 'Tetyana store', 2338, 10, 16, 38.26, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10336, 1866, 'Tetyana store', 2621, 18, 16, 19.57, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10337, 1866, 'Tetyana store', 4140, 14, 16, 101.97, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10338, 1866, 'Tetyana store', 769, 2, 16, 111.28, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10339, 1866, 'Tetyana store', 2364, 18, 16, 13.17, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10340, 1866, 'Tetyana store', 5446, 12, 16, 305.28, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10341, 1866, 'Tetyana store', 662, 17, 16, 17.51, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10342, 1866, 'Tetyana store', 1208, 14, 16, 3.05, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10343, 1866, 'Tetyana store', 4321, 15, 16, 121.19, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10344, 1866, 'Tetyana store', 1804, 19, 16, 89.03, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10345, 1866, 'Tetyana store', 237, 17, 16, 520.00, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10346, 1866, 'Tetyana store', 1803, 2, 16, 21.00, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10347, 1866, 'Tetyana store', 5923, 15, 16, 95.54, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10348, 1866, 'Tetyana store', 1799, 2, 16, 10.50, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:02'),
(10349, 1866, 'Tetyana store', 4007, 12, 16, 809.12, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10350, 1866, 'Tetyana store', 4422, 16, 16, 1236.00, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10351, 1866, 'Tetyana store', 3897, 2, 16, 101.31, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10352, 1866, 'Tetyana store', 153, 18, 16, 21.00, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10353, 1866, 'Tetyana store', 4759, 12, 16, 51.44, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10354, 1866, 'Tetyana store', 4973, 14, 16, 19.56, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10355, 1866, 'Tetyana store', 5904, 11, 16, 106.08, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10356, 1866, 'Tetyana store', 3977, 12, 16, 401.73, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10357, 1866, 'Tetyana store', 1029, 19, 16, 31.80, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10358, 1866, 'Tetyana store', 5824, 17, 16, 1.46, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10359, 1866, 'Tetyana store', 4579, 16, 16, 74.19, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10360, 1866, 'Tetyana store', 1805, 19, 16, 8.55, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10361, 1866, 'Tetyana store', 3293, 5, 16, 14.56, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10362, 1866, 'Tetyana store', 4526, 16, 16, 82.79, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10363, 1866, 'Tetyana store', 3310, 15, 16, 7.30, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10364, 1866, 'Tetyana store', 1285, 10, 16, 12.69, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10365, 1866, 'Tetyana store', 642, 5, 16, 1.03, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10366, 1866, 'Tetyana store', 1523, 10, 16, 1.64, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10367, 1866, 'Tetyana store', 1821, 19, 16, 1.06, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10368, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-05-30 18:25:09', '2024-05-30 18:25:09', '2024-05-31 18:26:03'),
(10369, 1871, 'Almeida', 658, 2, 7, 15.75, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10370, 1871, 'Almeida', 2280, 19, 7, 208.00, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10371, 1871, 'Almeida', 5970, 17, 7, 20.99, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10372, 1871, 'Almeida', 5583, 12, 7, 519.95, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10373, 1871, 'Almeida', 5239, 16, 7, 31.49, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10374, 1871, 'Almeida', 2097, 5, 7, 9.42, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10375, 1871, 'Almeida', 3807, 19, 7, 4815.25, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10376, 1871, 'Almeida', 254, 17, 7, 54.81, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10377, 1871, 'Almeida', 5799, 13, 7, 15.29, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10378, 1871, 'Almeida', 2619, 18, 7, 18.83, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10379, 1871, 'Almeida', 3837, 4, 7, 206.86, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10380, 1871, 'Almeida', 5771, 15, 7, 21.23, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10381, 1871, 'Almeida', 3816, 15, 7, 37.07, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10382, 1871, 'Almeida', 3884, 11, 7, 40.39, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10383, 1871, 'Almeida', 2265, 5, 7, 192.40, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10384, 1871, 'Almeida', 2129, 19, 7, 208.95, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10385, 1871, 'Almeida', 2289, 2, 7, 555.50, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10386, 1871, 'Almeida', 3947, 16, 7, 322.39, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10387, 1871, 'Almeida', 736, 18, 7, 171.37, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10388, 1871, 'Almeida', 3851, 15, 7, 196.10, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10389, 1871, 'Almeida', 5925, 15, 7, 110.20, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10390, 1871, 'Almeida', 638, 19, 7, 26444.88, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10391, 1871, 'Almeida', 3460, 11, 7, 3.68, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10392, 1871, 'Almeida', 665, 19, 7, 96.82, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10393, 1871, 'Almeida', 6035, 14, 7, 22.87, 1, 1, 'ai_bid', '2024-05-30 19:45:05', '2024-05-30 19:45:05', '2024-05-31 19:45:05'),
(10394, 1871, 'Almeida', 295, 5, 7, 953.99, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10395, 1871, 'Almeida', 4787, 16, 7, 32.85, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10396, 1871, 'Almeida', 4267, 14, 7, 5.29, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10397, 1871, 'Almeida', 3672, 10, 7, 58.85, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10398, 1871, 'Almeida', 1394, 2, 7, 275.40, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10399, 1871, 'Almeida', 3465, 14, 7, 537.60, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10400, 1871, 'Almeida', 1019, 5, 7, 140.70, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10401, 1871, 'Almeida', 5205, 16, 7, 85.04, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10402, 1871, 'Almeida', 2622, 14, 7, 29.32, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10403, 1871, 'Almeida', 2231, 18, 7, 53.52, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10404, 1871, 'Almeida', 4460, 15, 7, 41.58, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10405, 1871, 'Almeida', 2287, 2, 7, 7.68, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10406, 1871, 'Almeida', 4983, 12, 7, 12.05, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10407, 1871, 'Almeida', 4414, 16, 7, 236.34, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10408, 1871, 'Almeida', 1752, 2, 7, 109.45, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10409, 1871, 'Almeida', 921, 5, 7, 79.50, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10410, 1871, 'Almeida', 985, 5, 7, 21.42, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10411, 1871, 'Almeida', 4584, 16, 7, 308.99, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10412, 1871, 'Almeida', 2477, 10, 7, 25.74, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:03'),
(10413, 1871, 'Almeida', 3322, 5, 7, 100.95, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10414, 1871, 'Almeida', 5915, 13, 7, 5.79, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10415, 1871, 'Almeida', 1444, 19, 7, 8.08, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10416, 1871, 'Almeida', 1959, 5, 7, 21.20, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10417, 1871, 'Almeida', 3755, 14, 7, 15.14, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10418, 1871, 'Almeida', 945, 5, 7, 9.18, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10419, 1871, 'Almeida', 6113, 11, 7, 197.57, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10420, 1871, 'Almeida', 4042, 19, 7, 218.39, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10421, 1871, 'Almeida', 3616, 12, 7, 159.65, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10422, 1871, 'Almeida', 3424, 14, 7, 455.52, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10423, 1871, 'Almeida', 5274, 16, 7, 160.05, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10424, 1871, 'Almeida', 5988, 17, 7, 19.35, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10425, 1871, 'Almeida', 5734, 10, 7, 26.25, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10426, 1871, 'Almeida', 4631, 5, 7, 20.59, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10427, 1871, 'Almeida', 5071, 13, 7, 305.54, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10428, 1871, 'Almeida', 992, 5, 7, 454.50, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10429, 1871, 'Almeida', 4303, 5, 7, 727.99, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10430, 1871, 'Almeida', 4730, 12, 7, 16.10, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10431, 1871, 'Almeida', 2605, 14, 7, 28.55, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10432, 1871, 'Almeida', 5134, 16, 7, 84.92, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10433, 1871, 'Almeida', 4128, 5, 7, 11.10, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10434, 1871, 'Almeida', 833, 18, 7, 20.15, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10435, 1871, 'Almeida', 1068, 19, 7, 412.08, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(10436, 1871, 'Almeida', 21, 2, 7, 7.35, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10437, 1871, 'Almeida', 1503, 19, 7, 25.20, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10438, 1871, 'Almeida', 3387, 10, 7, 21.59, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10439, 1871, 'Almeida', 5964, 17, 7, 47.66, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10440, 1871, 'Almeida', 4412, 15, 7, 227.25, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10441, 1871, 'Almeida', 799, 19, 7, 137.70, 1, 1, 'ai_bid', '2024-05-30 19:45:06', '2024-05-30 19:45:06', '2024-05-31 19:46:04'),
(10442, 1871, 'Almeida', 3420, 14, 7, 72.75, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10443, 1871, 'Almeida', 4330, 18, 7, 675.99, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10444, 1871, 'Almeida', 5612, 10, 7, 1041.02, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10445, 1871, 'Almeida', 2147, 7, 7, 41.99, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10446, 1871, 'Almeida', 5437, 12, 7, 16.16, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10447, 1871, 'Almeida', 5040, 11, 7, 2729.99, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10448, 1871, 'Almeida', 1411, 10, 7, 7.20, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10449, 1871, 'Almeida', 1558, 18, 7, 20.46, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10450, 1871, 'Almeida', 4688, 12, 7, 25.24, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10451, 1871, 'Almeida', 1303, 2, 7, 88.74, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10452, 1871, 'Almeida', 3455, 11, 7, 5.24, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10453, 1871, 'Almeida', 3561, 12, 7, 9.68, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10454, 1871, 'Almeida', 749, 19, 7, 7.02, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10455, 1871, 'Almeida', 1585, 13, 7, 1.55, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10456, 1871, 'Almeida', 5747, 13, 7, 4.98, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10457, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10458, 1871, 'Almeida', 1469, 10, 7, 1.31, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10459, 1871, 'Almeida', 1829, 5, 7, 0.79, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10460, 1870, 'Liliana', 658, 2, 8, 15.75, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10461, 1870, 'Liliana', 2280, 19, 8, 212.00, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10462, 1870, 'Liliana', 5970, 17, 8, 20.79, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10463, 1870, 'Liliana', 5583, 12, 8, 524.95, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10464, 1870, 'Liliana', 5239, 16, 8, 32.10, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10465, 1870, 'Liliana', 2097, 5, 8, 9.70, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10466, 1870, 'Liliana', 3807, 19, 8, 4862.00, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10467, 1870, 'Liliana', 254, 17, 8, 52.72, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10468, 1870, 'Liliana', 5799, 13, 8, 15.59, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10469, 1870, 'Liliana', 2619, 18, 8, 19.57, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10470, 1870, 'Liliana', 3837, 4, 8, 204.83, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10471, 1870, 'Liliana', 5771, 15, 8, 21.64, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10472, 1870, 'Liliana', 3816, 15, 8, 38.15, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10473, 1870, 'Liliana', 3884, 11, 8, 40.39, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10474, 1870, 'Liliana', 2265, 5, 8, 188.70, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10475, 1870, 'Liliana', 2129, 19, 8, 204.97, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10476, 1870, 'Liliana', 2289, 2, 8, 572.00, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10477, 1870, 'Liliana', 3947, 16, 8, 316.19, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10478, 1870, 'Liliana', 736, 18, 8, 166.47, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10479, 1870, 'Liliana', 3851, 15, 8, 190.55, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10480, 1870, 'Liliana', 5925, 15, 8, 112.34, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10481, 1870, 'Liliana', 3460, 11, 8, 3.54, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10482, 1870, 'Liliana', 665, 19, 8, 96.82, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10483, 1870, 'Liliana', 6035, 14, 8, 23.31, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10484, 1870, 'Liliana', 295, 5, 8, 944.99, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10485, 1870, 'Liliana', 4787, 16, 8, 32.85, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10486, 1870, 'Liliana', 4267, 14, 8, 5.19, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10487, 1870, 'Liliana', 3672, 10, 8, 59.43, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10488, 1870, 'Liliana', 1394, 2, 8, 286.20, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:04'),
(10489, 1870, 'Liliana', 3465, 14, 8, 537.60, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10490, 1870, 'Liliana', 1019, 5, 8, 138.02, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10491, 1870, 'Liliana', 5205, 16, 8, 84.23, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10492, 1870, 'Liliana', 2622, 14, 8, 29.32, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10493, 1870, 'Liliana', 2231, 18, 8, 53.52, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10494, 1870, 'Liliana', 4460, 15, 8, 41.18, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10495, 1870, 'Liliana', 2287, 2, 8, 7.83, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10496, 1870, 'Liliana', 4983, 12, 8, 12.05, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10497, 1870, 'Liliana', 4414, 16, 8, 243.36, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10498, 1870, 'Liliana', 1752, 2, 8, 111.62, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10499, 1870, 'Liliana', 921, 5, 8, 77.25, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10500, 1870, 'Liliana', 985, 5, 8, 21.63, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10501, 1870, 'Liliana', 4584, 16, 8, 308.99, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10502, 1870, 'Liliana', 2477, 10, 8, 25.49, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10503, 1870, 'Liliana', 3322, 5, 8, 105.95, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10504, 1870, 'Liliana', 5915, 13, 8, 5.74, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10505, 1870, 'Liliana', 1444, 19, 8, 8.16, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10506, 1870, 'Liliana', 1959, 5, 8, 20.20, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10507, 1870, 'Liliana', 3755, 14, 8, 15.14, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10508, 1870, 'Liliana', 945, 5, 8, 9.18, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10509, 1870, 'Liliana', 6113, 11, 8, 195.67, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10510, 1870, 'Liliana', 4042, 19, 8, 218.39, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10511, 1870, 'Liliana', 3616, 12, 8, 156.55, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10512, 1870, 'Liliana', 3424, 14, 8, 451.14, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10513, 1870, 'Liliana', 5274, 16, 8, 155.52, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10514, 1870, 'Liliana', 5988, 17, 8, 19.73, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10515, 1870, 'Liliana', 5734, 10, 8, 26.51, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10516, 1870, 'Liliana', 4631, 5, 8, 20.79, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10517, 1870, 'Liliana', 5071, 13, 8, 299.72, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10518, 1870, 'Liliana', 992, 5, 8, 472.50, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10519, 1870, 'Liliana', 4730, 12, 8, 15.79, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10520, 1870, 'Liliana', 2605, 14, 8, 28.55, 1, 1, 'ai_bid', '2024-05-30 19:45:07', '2024-05-30 19:45:07', '2024-05-31 19:46:05'),
(10521, 1870, 'Liliana', 1585, 13, 8, 1.55, 1, 1, 'ai_bid', '2024-05-30 19:45:08', '2024-05-30 19:45:08', '2024-05-31 19:46:05'),
(10522, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-05-30 19:45:08', '2024-05-30 19:45:08', '2024-05-31 19:46:05'),
(10523, 1870, 'Liliana', 1469, 10, 8, 1.31, 1, 1, 'ai_bid', '2024-05-30 19:45:08', '2024-05-30 19:45:08', '2024-05-31 19:46:05'),
(10524, 1870, 'Liliana', 1811, 5, 8, 0.20, 1, 1, 'ai_bid', '2024-05-30 19:45:08', '2024-05-30 19:45:08', '2024-05-31 19:46:05'),
(10525, 1870, 'Liliana', 803, 19, 8, 0.20, 1, 1, 'ai_bid', '2024-05-30 19:45:08', '2024-05-30 19:45:08', '2024-05-31 19:46:05'),
(10526, 1870, 'Liliana', 734, 19, 8, 0.22, 1, 1, 'ai_bid', '2024-05-30 19:45:08', '2024-05-30 19:45:08', '2024-05-31 19:46:05'),
(10527, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-30 19:46:05', '2024-05-30 19:46:05', '2024-05-31 19:47:04'),
(10528, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-05-30 19:46:05', '2024-05-30 19:46:05', '2024-05-31 19:47:04'),
(10529, 1866, 'Tetyana store', 226, 12, 6, 18.08, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10530, 1866, 'Tetyana store', 3089, 2, 6, 7.20, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10531, 1866, 'Tetyana store', 17, 2, 6, 22.66, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10532, 1866, 'Tetyana store', 1189, 10, 6, 2.61, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10533, 1866, 'Tetyana store', 1645, 17, 6, 3.89, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10534, 1866, 'Tetyana store', 24, 2, 6, 1.06, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10535, 1866, 'Tetyana store', 734, 19, 6, 0.23, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10536, 1866, 'Tetyana store', 949, 5, 6, 0.31, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10537, 1866, 'Tetyana store', 756, 19, 6, 0.46, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10538, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-05-30 19:57:03', '2024-05-30 19:57:03', '2024-05-31 19:57:03'),
(10539, 1873, 'Gustavo', 4364, 16, 9, 11.55, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10540, 1873, 'Gustavo', 131, 18, 9, 7.14, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10541, 1873, 'Gustavo', 1446, 19, 9, 362.96, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10542, 1873, 'Gustavo', 3601, 17, 9, 636.66, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10543, 1873, 'Gustavo', 1483, 15, 9, 20.76, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10544, 1873, 'Gustavo', 698, 19, 9, 6.61, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10545, 1873, 'Gustavo', 5557, 10, 9, 184.56, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10546, 1873, 'Gustavo', 3681, 14, 9, 421.04, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10547, 1873, 'Gustavo', 1717, 10, 9, 13.78, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10548, 1873, 'Gustavo', 1757, 19, 9, 78.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10549, 1873, 'Gustavo', 5544, 10, 9, 16.96, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10550, 1873, 'Gustavo', 4334, 15, 9, 9.45, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10551, 1873, 'Gustavo', 5335, 16, 9, 19.61, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10552, 1873, 'Gustavo', 3943, 16, 9, 1630.98, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10553, 1873, 'Gustavo', 5942, 17, 9, 7.08, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10554, 1873, 'Gustavo', 3052, 2, 9, 5.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10555, 1873, 'Gustavo', 1009, 5, 9, 9.18, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10556, 1873, 'Gustavo', 2789, 10, 9, 40.37, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10557, 1873, 'Gustavo', 4211, 14, 9, 36.04, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:04'),
(10558, 1873, 'Gustavo', 5216, 16, 9, 102.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10559, 1873, 'Gustavo', 4927, 13, 9, 132.50, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10560, 1873, 'Gustavo', 562, 18, 9, 3669.75, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10561, 1873, 'Gustavo', 5610, 15, 9, 93.59, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10562, 1873, 'Gustavo', 3283, 16, 9, 15.11, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10563, 1873, 'Gustavo', 4765, 12, 9, 53.52, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10564, 1873, 'Gustavo', 146, 2, 9, 36.40, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10565, 1873, 'Gustavo', 5816, 15, 9, 15.44, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10566, 1873, 'Gustavo', 4758, 14, 9, 99.99, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10567, 1873, 'Gustavo', 3472, 14, 9, 297.99, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10568, 1873, 'Gustavo', 867, 7, 9, 9.34, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10569, 1873, 'Gustavo', 2142, 17, 9, 10.09, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10570, 1873, 'Gustavo', 3757, 14, 9, 10.49, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10571, 1873, 'Gustavo', 6172, 14, 9, 101.26, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10572, 1873, 'Gustavo', 360, 7, 9, 19.35, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10573, 1873, 'Gustavo', 2066, 4, 9, 21.41, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10574, 1873, 'Gustavo', 1815, 17, 9, 62.39, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10575, 1873, 'Gustavo', 6092, 15, 9, 31.79, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10576, 1873, 'Gustavo', 2135, 17, 9, 55.97, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10577, 1873, 'Gustavo', 1339, 15, 9, 31.20, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10578, 1873, 'Gustavo', 5543, 10, 9, 23.43, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10579, 1873, 'Gustavo', 2973, 19, 9, 405.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10580, 1873, 'Gustavo', 3153, 2, 9, 406.98, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10581, 1873, 'Gustavo', 83, 2, 9, 111.10, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10582, 1873, 'Gustavo', 1558, 18, 9, 19.87, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10583, 1873, 'Gustavo', 3136, 2, 9, 1407.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10584, 1873, 'Gustavo', 36, 2, 9, 61.48, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10585, 1873, 'Gustavo', 4418, 16, 9, 2886.58, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10586, 1873, 'Gustavo', 4668, 12, 9, 1.48, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10587, 1873, 'Gustavo', 1301, 19, 9, 11.33, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10588, 1873, 'Gustavo', 726, 19, 9, 102.89, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10589, 1873, 'Gustavo', 1421, 5, 9, 19.38, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10590, 1873, 'Gustavo', 1763, 16, 9, 189.59, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10591, 1873, 'Gustavo', 1035, 19, 9, 123.60, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10592, 1873, 'Gustavo', 3745, 7, 9, 13.33, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10593, 1873, 'Gustavo', 4650, 15, 9, 530.36, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10594, 1873, 'Gustavo', 982, 9, 9, 138.60, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10595, 1873, 'Gustavo', 2304, 2, 9, 408.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:05'),
(10596, 1873, 'Gustavo', 1983, 18, 9, 30.29, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10597, 1873, 'Gustavo', 2361, 4, 9, 19.17, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10598, 1873, 'Gustavo', 929, 18, 9, 46.62, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10599, 1873, 'Gustavo', 603, 10, 9, 10.10, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10600, 1873, 'Gustavo', 218, 12, 9, 36.36, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10601, 1873, 'Gustavo', 3671, 10, 9, 19.07, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10602, 1873, 'Gustavo', 835, 19, 9, 21.97, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10603, 1873, 'Gustavo', 2027, 2, 9, 58.29, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10604, 1873, 'Gustavo', 3410, 10, 9, 30.45, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10605, 1873, 'Gustavo', 6134, 11, 9, 26.50, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10606, 1873, 'Gustavo', 168, 2, 9, 158.04, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10607, 1873, 'Gustavo', 4445, 15, 9, 27.18, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10608, 1873, 'Gustavo', 248, 5, 9, 988.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10609, 1873, 'Gustavo', 5698, 15, 9, 131.25, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10610, 1873, 'Gustavo', 4679, 12, 9, 6.16, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10611, 1873, 'Gustavo', 5288, 16, 9, 23.15, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10612, 1873, 'Gustavo', 278, 18, 9, 319.15, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10613, 1873, 'Gustavo', 4715, 12, 9, 5.81, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10614, 1873, 'Gustavo', 2964, 14, 9, 848.00, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10615, 1873, 'Gustavo', 3090, 10, 9, 5.15, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10616, 1873, 'Gustavo', 254, 17, 9, 54.81, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10617, 1873, 'Gustavo', 2607, 14, 9, 13.96, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10618, 1873, 'Gustavo', 4345, 18, 9, 192.33, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10619, 1873, 'Gustavo', 3048, 13, 9, 152.50, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10620, 1873, 'Gustavo', 716, 19, 9, 1.05, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10621, 1873, 'Gustavo', 1827, 19, 9, 0.12, 1, 1, 'ai_bid', '2024-05-30 20:04:04', '2024-05-30 20:04:04', '2024-05-31 20:05:06'),
(10622, 1866, 'Tetyana store', 5827, 15, 11, 39.05, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:04'),
(10623, 1866, 'Tetyana store', 3078, 2, 11, 8.32, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:04'),
(10624, 1866, 'Tetyana store', 1940, 18, 11, 80.56, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:04'),
(10625, 1866, 'Tetyana store', 5841, 17, 11, 11.62, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:04'),
(10626, 1866, 'Tetyana store', 2983, 10, 11, 105.03, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10627, 1866, 'Tetyana store', 2201, 19, 11, 20.55, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10628, 1866, 'Tetyana store', 2149, 2, 11, 129.32, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10629, 1866, 'Tetyana store', 735, 19, 11, 2.31, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10630, 1866, 'Tetyana store', 6010, 17, 11, 4.92, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10631, 1866, 'Tetyana store', 5108, 13, 11, 142.79, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10632, 1866, 'Tetyana store', 4040, 18, 11, 21.04, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10633, 1866, 'Tetyana store', 3194, 4, 11, 5.25, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10634, 1866, 'Tetyana store', 2077, 5, 11, 5.30, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10635, 1866, 'Tetyana store', 2606, 18, 11, 14.25, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10636, 1866, 'Tetyana store', 3104, 2, 11, 1150.51, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10637, 1866, 'Tetyana store', 679, 18, 11, 4808.16, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10638, 1866, 'Tetyana store', 2152, 19, 11, 72.80, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10639, 1866, 'Tetyana store', 5395, 17, 11, 87.81, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10640, 1866, 'Tetyana store', 6031, 15, 11, 3.92, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10641, 1866, 'Tetyana store', 1736, 19, 11, 34.16, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10642, 1866, 'Tetyana store', 3974, 12, 11, 741.51, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10643, 1866, 'Tetyana store', 5263, 13, 11, 17.50, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10644, 1866, 'Tetyana store', 6074, 15, 11, 14.78, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10645, 1866, 'Tetyana store', 4705, 14, 11, 23.46, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10646, 1866, 'Tetyana store', 6049, 11, 11, 10.60, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10647, 1866, 'Tetyana store', 772, 10, 11, 19.36, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10648, 1866, 'Tetyana store', 3427, 14, 11, 288.97, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10649, 1866, 'Tetyana store', 2154, 4, 11, 20.74, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10650, 1866, 'Tetyana store', 52, 2, 11, 17.51, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10651, 1866, 'Tetyana store', 6067, 11, 11, 23.10, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10652, 1866, 'Tetyana store', 3438, 10, 11, 9.89, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10653, 1866, 'Tetyana store', 3713, 14, 11, 18.98, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10654, 1866, 'Tetyana store', 2515, 16, 11, 81.32, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10655, 1866, 'Tetyana store', 612, 1, 11, 65.65, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10656, 1866, 'Tetyana store', 2244, 18, 11, 63.65, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10657, 1866, 'Tetyana store', 6156, 11, 11, 12.12, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10658, 1866, 'Tetyana store', 4103, 14, 11, 7.06, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10659, 1866, 'Tetyana store', 3074, 2, 11, 42.83, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10660, 1866, 'Tetyana store', 4568, 5, 11, 7.00, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10661, 1866, 'Tetyana store', 1659, 12, 11, 61.36, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10662, 1866, 'Tetyana store', 5055, 13, 11, 516.02, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10663, 1866, 'Tetyana store', 2408, 19, 11, 69.98, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10664, 1866, 'Tetyana store', 1030, 19, 11, 26.76, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10665, 1866, 'Tetyana store', 714, 4, 11, 24.95, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10666, 1866, 'Tetyana store', 959, 5, 11, 2.76, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10667, 1866, 'Tetyana store', 6021, 17, 11, 38.83, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10668, 1866, 'Tetyana store', 2194, 19, 11, 9.27, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10669, 1866, 'Tetyana store', 2316, 18, 11, 53.52, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10670, 1866, 'Tetyana store', 2557, 7, 11, 4.42, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10671, 1866, 'Tetyana store', 4542, 14, 11, 42.00, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10672, 1866, 'Tetyana store', 5617, 10, 11, 5.75, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10673, 1866, 'Tetyana store', 1126, 19, 11, 382.70, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10674, 1866, 'Tetyana store', 551, 18, 11, 29.68, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10675, 1866, 'Tetyana store', 5521, 10, 11, 87.21, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10676, 1866, 'Tetyana store', 3873, 16, 11, 13.77, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10677, 1866, 'Tetyana store', 135, 18, 11, 54.08, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10678, 1866, 'Tetyana store', 4356, 18, 11, 92.69, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10679, 1866, 'Tetyana store', 5442, 12, 11, 26.53, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10680, 1866, 'Tetyana store', 6114, 11, 11, 4.90, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10681, 1866, 'Tetyana store', 895, 10, 11, 251.00, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10682, 1866, 'Tetyana store', 5622, 10, 11, 7.64, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10683, 1866, 'Tetyana store', 1964, 5, 11, 936.00, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10684, 1866, 'Tetyana store', 4190, 14, 11, 1009.39, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10685, 1866, 'Tetyana store', 576, 17, 11, 39.78, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10686, 1866, 'Tetyana store', 775, 5, 11, 7.49, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10687, 1866, 'Tetyana store', 4641, 15, 11, 9.54, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10688, 1866, 'Tetyana store', 3760, 7, 11, 38.36, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10689, 1866, 'Tetyana store', 1953, 5, 11, 4.16, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10690, 1866, 'Tetyana store', 3124, 2, 11, 42.84, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10691, 1866, 'Tetyana store', 2306, 19, 11, 735.00, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10692, 1866, 'Tetyana store', 4881, 12, 11, 20.23, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10693, 1866, 'Tetyana store', 197, 7, 11, 33.24, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10694, 1866, 'Tetyana store', 3587, 12, 11, 7.33, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10695, 1866, 'Tetyana store', 1542, 2, 11, 171.60, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10696, 1866, 'Tetyana store', 4788, 12, 11, 493.37, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:05'),
(10697, 1866, 'Tetyana store', 295, 5, 11, 953.99, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10698, 1866, 'Tetyana store', 2581, 14, 11, 17.84, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10699, 1866, 'Tetyana store', 5399, 14, 11, 15.49, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10700, 1866, 'Tetyana store', 1877, 19, 11, 22.43, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10701, 1866, 'Tetyana store', 2944, 13, 11, 18.27, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10702, 1866, 'Tetyana store', 2844, 14, 11, 1162.79, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10703, 1866, 'Tetyana store', 1630, 4, 11, 42.70, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10704, 1866, 'Tetyana store', 603, 10, 11, 10.40, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10705, 1866, 'Tetyana store', 3722, 13, 11, 2.06, 1, 1, 'ai_bid', '2024-05-30 20:14:05', '2024-05-30 20:14:05', '2024-05-31 20:15:06'),
(10706, 1867, 'Omevoric enterprises', 5954, 11, 12, 180.79, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10707, 1867, 'Omevoric enterprises', 529, 17, 12, 37.43, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10708, 1867, 'Omevoric enterprises', 1538, 2, 12, 24.23, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10709, 1867, 'Omevoric enterprises', 5413, 14, 12, 7821.45, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10710, 1867, 'Omevoric enterprises', 240, 5, 12, 9.36, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10711, 1867, 'Omevoric enterprises', 5277, 14, 12, 206.29, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10712, 1867, 'Omevoric enterprises', 3215, 4, 12, 9.08, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10713, 1867, 'Omevoric enterprises', 5784, 15, 12, 618.00, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10714, 1867, 'Omevoric enterprises', 5105, 16, 12, 23.04, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10715, 1867, 'Omevoric enterprises', 5515, 10, 12, 41.34, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10716, 1867, 'Omevoric enterprises', 765, 19, 12, 1.33, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10717, 1867, 'Omevoric enterprises', 61, 2, 12, 27.56, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10718, 1867, 'Omevoric enterprises', 4902, 14, 12, 2.30, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10719, 1867, 'Omevoric enterprises', 3324, 7, 12, 1.36, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10720, 1867, 'Omevoric enterprises', 3240, 4, 12, 101.60, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10721, 1867, 'Omevoric enterprises', 2371, 17, 12, 84.26, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10722, 1867, 'Omevoric enterprises', 3747, 14, 12, 8.31, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10723, 1867, 'Omevoric enterprises', 4160, 14, 12, 1150.24, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10724, 1867, 'Omevoric enterprises', 2401, 19, 12, 1854.00, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10725, 1867, 'Omevoric enterprises', 2675, 10, 12, 10.19, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10726, 1867, 'Omevoric enterprises', 3055, 2, 12, 3.92, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10727, 1867, 'Omevoric enterprises', 1953, 5, 12, 4.24, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10728, 1867, 'Omevoric enterprises', 4726, 12, 12, 18.17, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10729, 1867, 'Omevoric enterprises', 5691, 15, 12, 150.49, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10730, 1867, 'Omevoric enterprises', 2133, 19, 12, 127.50, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10731, 1867, 'Omevoric enterprises', 3389, 10, 12, 7.10, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10732, 1867, 'Omevoric enterprises', 2253, 10, 12, 20.79, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10733, 1867, 'Omevoric enterprises', 3968, 16, 12, 26.41, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10734, 1867, 'Omevoric enterprises', 4746, 12, 12, 52.58, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10735, 1867, 'Omevoric enterprises', 896, 18, 12, 11.10, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10736, 1867, 'Omevoric enterprises', 4202, 5, 12, 4.84, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10737, 1867, 'Omevoric enterprises', 3982, 5, 12, 157.94, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10738, 1867, 'Omevoric enterprises', 2489, 7, 12, 29.67, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:02'),
(10739, 1867, 'Omevoric enterprises', 2312, 2, 12, 147.00, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10740, 1867, 'Omevoric enterprises', 3704, 18, 12, 77.21, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10741, 1867, 'Omevoric enterprises', 3599, 12, 12, 11.07, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10742, 1867, 'Omevoric enterprises', 2801, 13, 12, 30.89, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10743, 1867, 'Omevoric enterprises', 5504, 17, 12, 2046.61, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10744, 1867, 'Omevoric enterprises', 4747, 12, 12, 55.07, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10745, 1867, 'Omevoric enterprises', 3353, 15, 12, 515.10, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10746, 1867, 'Omevoric enterprises', 6162, 11, 12, 18.35, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10747, 1867, 'Omevoric enterprises', 4683, 12, 12, 8.15, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10748, 1867, 'Omevoric enterprises', 189, 7, 12, 143.80, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10749, 1867, 'Omevoric enterprises', 2417, 19, 12, 95.79, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10750, 1867, 'Omevoric enterprises', 5132, 16, 12, 19.58, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10751, 1867, 'Omevoric enterprises', 4302, 18, 12, 10.33, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10752, 1867, 'Omevoric enterprises', 2465, 19, 12, 18.53, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10753, 1867, 'Omevoric enterprises', 3658, 10, 12, 14.35, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10754, 1867, 'Omevoric enterprises', 351, 15, 12, 70.34, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10755, 1867, 'Omevoric enterprises', 6013, 17, 12, 34.31, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10756, 1867, 'Omevoric enterprises', 981, 17, 12, 58.59, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10757, 1867, 'Omevoric enterprises', 4117, 18, 12, 32.54, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10758, 1867, 'Omevoric enterprises', 1551, 19, 12, 236.90, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10759, 1867, 'Omevoric enterprises', 3402, 15, 12, 132.91, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10760, 1867, 'Omevoric enterprises', 5384, 14, 12, 1061.05, 1, 1, 'ai_bid', '2024-05-30 20:25:06', '2024-05-30 20:25:06', '2024-05-31 20:26:03'),
(10761, 1867, 'Omevoric enterprises', 1173, 14, 12, 25.49, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10762, 1867, 'Omevoric enterprises', 224, 12, 12, 51.72, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10763, 1867, 'Omevoric enterprises', 3528, 13, 12, 151.49, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10764, 1867, 'Omevoric enterprises', 2209, 19, 12, 122.40, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10765, 1867, 'Omevoric enterprises', 783, 18, 12, 41.22, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10766, 1867, 'Omevoric enterprises', 805, 14, 12, 6.05, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10767, 1867, 'Omevoric enterprises', 4403, 14, 12, 179.73, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10768, 1867, 'Omevoric enterprises', 1147, 19, 12, 105.00, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10769, 1867, 'Omevoric enterprises', 5647, 15, 12, 12.48, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10770, 1867, 'Omevoric enterprises', 3471, 14, 12, 89.03, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10771, 1867, 'Omevoric enterprises', 3283, 16, 12, 15.11, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10772, 1867, 'Omevoric enterprises', 5060, 14, 12, 5.24, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10773, 1867, 'Omevoric enterprises', 1894, 19, 12, 0.20, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10774, 1867, 'Omevoric enterprises', 4511, 16, 12, 2.01, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10775, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-05-30 20:25:07', '2024-05-30 20:25:07', '2024-05-31 20:26:03'),
(10776, 1798, 'Feelyards', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-05-30 20:39:10', '2024-05-30 20:39:10', '2024-05-31 20:40:03'),
(10777, 1798, 'Feelyards', 1989, 4, NULL, 50.00, 1, 1, 'manual_bid', '2024-05-30 20:40:22', '2024-05-30 20:40:22', '2024-05-31 20:41:02'),
(10778, 1868, 'Marcelo Ltd', 1071, 4, 13, 4.20, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10779, 1868, 'Marcelo Ltd', 471, 19, 13, 322.32, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10780, 1868, 'Marcelo Ltd', 2525, 19, 13, 66.95, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10781, 1868, 'Marcelo Ltd', 1936, 14, 13, 3432.00, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10782, 1868, 'Marcelo Ltd', 1296, 19, 13, 46.35, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10783, 1868, 'Marcelo Ltd', 2326, 18, 13, 30.67, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10784, 1868, 'Marcelo Ltd', 3765, 7, 13, 792.75, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10785, 1868, 'Marcelo Ltd', 4476, 15, 13, 41.34, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10786, 1868, 'Marcelo Ltd', 878, 19, 13, 290.16, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10787, 1868, 'Marcelo Ltd', 5250, 16, 13, 8.99, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10788, 1868, 'Marcelo Ltd', 6039, 15, 13, 8.65, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10789, 1868, 'Marcelo Ltd', 4978, 11, 13, 5818.80, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10790, 1868, 'Marcelo Ltd', 937, 5, 13, 4.04, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10791, 1868, 'Marcelo Ltd', 1202, 14, 13, 51.41, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10792, 1868, 'Marcelo Ltd', 3567, 17, 13, 144.87, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10793, 1868, 'Marcelo Ltd', 2426, 19, 13, 508.98, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10794, 1868, 'Marcelo Ltd', 2607, 14, 13, 13.96, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10795, 1868, 'Marcelo Ltd', 5384, 14, 13, 1061.05, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10796, 1868, 'Marcelo Ltd', 626, 14, 13, 3.06, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10797, 1868, 'Marcelo Ltd', 5540, 10, 13, 127.83, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10798, 1868, 'Marcelo Ltd', 4738, 14, 13, 112.27, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10799, 1868, 'Marcelo Ltd', 1062, 4, 13, 7.88, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10800, 1868, 'Marcelo Ltd', 5983, 11, 13, 102.00, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10801, 1868, 'Marcelo Ltd', 2037, 17, 13, 72.62, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10802, 1868, 'Marcelo Ltd', 1222, 15, 13, 10.30, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10803, 1868, 'Marcelo Ltd', 112, 2, 13, 12.55, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10804, 1868, 'Marcelo Ltd', 1057, 17, 13, 33.08, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10805, 1868, 'Marcelo Ltd', 3498, 13, 13, 51.45, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10806, 1868, 'Marcelo Ltd', 4302, 18, 13, 10.33, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10807, 1868, 'Marcelo Ltd', 678, 10, 13, 2.08, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10808, 1868, 'Marcelo Ltd', 4106, 5, 13, 1.35, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(10809, 1868, 'Marcelo Ltd', 1811, 5, 13, 0.20, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10810, 1868, 'Marcelo Ltd', 734, 19, 13, 0.22, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10811, 1868, 'Marcelo Ltd', 803, 19, 13, 0.20, 1, 1, 'ai_bid', '2024-05-30 20:57:04', '2024-05-30 20:57:04', '2024-05-31 20:58:03'),
(10812, 1869, 'Anatoliy fast store', 1921, 19, 14, 10.50, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10813, 1869, 'Anatoliy fast store', 3727, 10, 14, 63.44, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10814, 1869, 'Anatoliy fast store', 4139, 14, 14, 62.37, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10815, 1869, 'Anatoliy fast store', 5949, 11, 14, 202.00, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10816, 1869, 'Anatoliy fast store', 1565, 19, 14, 13158.00, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10817, 1869, 'Anatoliy fast store', 5935, 15, 14, 2678.00, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10818, 1869, 'Anatoliy fast store', 987, 16, 14, 85.06, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10819, 1869, 'Anatoliy fast store', 2703, 14, 14, 24.21, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10820, 1869, 'Anatoliy fast store', 4406, 15, 14, 25.19, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10821, 1869, 'Anatoliy fast store', 76, 2, 14, 10.30, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10822, 1869, 'Anatoliy fast store', 2876, 12, 14, 83.19, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10823, 1869, 'Anatoliy fast store', 5101, 13, 14, 232.04, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10824, 1869, 'Anatoliy fast store', 2705, 18, 14, 844.48, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10825, 1869, 'Anatoliy fast store', 5059, 13, 14, 809.00, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:02'),
(10826, 1869, 'Anatoliy fast store', 2528, 19, 14, 178.50, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:03'),
(10827, 1869, 'Anatoliy fast store', 971, 17, 14, 4.12, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:03'),
(10828, 1869, 'Anatoliy fast store', 6028, 15, 14, 2.28, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:03'),
(10829, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.13, 1, 1, 'ai_bid', '2024-05-30 21:27:04', '2024-05-30 21:27:04', '2024-05-31 21:28:03'),
(10830, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-30 21:28:05', '2024-05-30 21:28:05', '2024-05-31 21:29:03'),
(10831, 1872, 'Melisa', 4375, 16, 18, 84.00, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:03'),
(10832, 1872, 'Melisa', 2134, 2, 18, 36.72, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10833, 1872, 'Melisa', 6140, 11, 18, 20.20, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10834, 1872, 'Melisa', 2277, 16, 18, 31.29, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10835, 1872, 'Melisa', 3892, 2, 18, 102.96, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10836, 1872, 'Melisa', 882, 18, 18, 205.99, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10837, 1872, 'Melisa', 511, 18, 18, 713.79, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10838, 1872, 'Melisa', 4604, 16, 18, 27.54, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10839, 1872, 'Melisa', 2823, 19, 18, 25.49, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10840, 1872, 'Melisa', 4456, 15, 18, 650.51, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10841, 1872, 'Melisa', 2521, 10, 18, 386.82, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10842, 1872, 'Melisa', 6015, 14, 18, 97.52, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10843, 1872, 'Melisa', 3840, 15, 18, 409.50, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10844, 1872, 'Melisa', 1595, 19, 18, 19.07, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10845, 1872, 'Melisa', 5672, 10, 18, 3388.32, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10846, 1872, 'Melisa', 4676, 12, 18, 49.69, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10847, 1872, 'Melisa', 2207, 10, 18, 41.66, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10848, 1872, 'Melisa', 1892, 19, 18, 11.09, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10849, 1872, 'Melisa', 4001, 5, 18, 2379.52, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10850, 1872, 'Melisa', 3432, 14, 18, 620.10, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10851, 1872, 'Melisa', 5825, 15, 18, 43.68, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10852, 1872, 'Melisa', 2352, 10, 18, 30.89, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10853, 1872, 'Melisa', 3879, 2, 18, 62.05, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10854, 1872, 'Melisa', 3953, 5, 18, 71.40, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10855, 1872, 'Melisa', 3605, 17, 18, 278.25, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10856, 1872, 'Melisa', 5310, 14, 18, 61.60, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10857, 1872, 'Melisa', 4872, 14, 18, 25.51, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10858, 1872, 'Melisa', 1427, 19, 18, 21.58, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10859, 1872, 'Melisa', 1832, 5, 18, 2.75, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10860, 1872, 'Melisa', 6036, 15, 18, 47.17, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10861, 1872, 'Melisa', 768, 7, 18, 4.50, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10862, 1872, 'Melisa', 2324, 19, 18, 123.55, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10863, 1872, 'Melisa', 5055, 13, 18, 521.03, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10864, 1872, 'Melisa', 658, 2, 18, 15.30, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10865, 1872, 'Melisa', 1478, 17, 18, 410.80, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10866, 1872, 'Melisa', 2260, 19, 18, 280.80, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10867, 1872, 'Melisa', 1250, 19, 18, 12.78, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10868, 1872, 'Melisa', 2518, 10, 18, 20.68, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10869, 1872, 'Melisa', 5069, 14, 18, 38.36, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10870, 1872, 'Melisa', 3985, 18, 18, 63.92, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10871, 1872, 'Melisa', 2223, 18, 18, 24.39, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10872, 1872, 'Melisa', 1590, 18, 18, 740.94, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10873, 1872, 'Melisa', 2040, 17, 18, 57.06, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10874, 1872, 'Melisa', 154, 18, 18, 5.10, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10875, 1872, 'Melisa', 1983, 18, 18, 30.00, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10876, 1872, 'Melisa', 1350, 14, 18, 6.02, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10877, 1872, 'Melisa', 1786, 2, 18, 16.48, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10878, 1872, 'Melisa', 298, 18, 18, 9.52, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10879, 1872, 'Melisa', 5246, 14, 18, 59.16, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10880, 1872, 'Melisa', 2290, 19, 18, 35.36, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10881, 1872, 'Melisa', 4875, 14, 18, 9.32, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10882, 1872, 'Melisa', 4035, 18, 18, 1.95, 1, 1, 'ai_bid', '2024-05-30 23:18:04', '2024-05-30 23:18:04', '2024-05-31 23:19:05'),
(10883, 1869, 'Anatoliy fast store', 5629, 10, 17, 16.06, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:02'),
(10884, 1869, 'Anatoliy fast store', 2315, 19, 17, 562.02, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10885, 1869, 'Anatoliy fast store', 3179, 4, 17, 75.75, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10886, 1869, 'Anatoliy fast store', 4957, 11, 17, 3572.10, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10887, 1869, 'Anatoliy fast store', 5266, 16, 17, 208.97, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10888, 1869, 'Anatoliy fast store', 4857, 14, 17, 8.31, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10889, 1869, 'Anatoliy fast store', 5442, 12, 17, 26.53, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10890, 1869, 'Anatoliy fast store', 5708, 15, 17, 204.00, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10891, 1869, 'Anatoliy fast store', 4740, 14, 17, 61.20, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10892, 1869, 'Anatoliy fast store', 3804, 4, 17, 242.40, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10893, 1869, 'Anatoliy fast store', 2924, 14, 17, 31.74, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10894, 1869, 'Anatoliy fast store', 3145, 4, 17, 178.13, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10895, 1869, 'Anatoliy fast store', 5509, 12, 17, 157.49, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10896, 1869, 'Anatoliy fast store', 3763, 7, 17, 674.68, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10897, 1869, 'Anatoliy fast store', 164, 4, 17, 409.62, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10898, 1869, 'Anatoliy fast store', 2057, 4, 17, 615.94, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10899, 1869, 'Anatoliy fast store', 379, 2, 17, 7.21, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10900, 1869, 'Anatoliy fast store', 2260, 19, 17, 286.20, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10901, 1869, 'Anatoliy fast store', 1629, 19, 17, 10.26, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10902, 1869, 'Anatoliy fast store', 1991, 18, 17, 37.79, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10903, 1869, 'Anatoliy fast store', 384, 10, 17, 102.70, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10904, 1869, 'Anatoliy fast store', 3120, 4, 17, 1249.50, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10905, 1869, 'Anatoliy fast store', 5355, 13, 17, 3929.89, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10906, 1869, 'Anatoliy fast store', 3279, 5, 17, 5.14, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10907, 1869, 'Anatoliy fast store', 3773, 15, 17, 3.77, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10908, 1869, 'Anatoliy fast store', 5618, 10, 17, 4.64, 1, 1, 'ai_bid', '2024-05-31 18:35:06', '2024-05-31 18:35:06', '2024-06-01 18:36:04'),
(10909, 1869, 'Anatoliy fast store', 803, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-05-31 18:35:07', '2024-05-31 18:35:07', '2024-06-01 18:36:04'),
(10910, 1869, 'Anatoliy fast store', 949, 5, 17, 0.30, 1, 1, 'ai_bid', '2024-05-31 18:35:07', '2024-05-31 18:35:07', '2024-06-01 18:36:04'),
(10911, 1866, 'Tetyana store', 5524, 10, 16, 202.00, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10912, 1866, 'Tetyana store', 4711, 12, 16, 30.90, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10913, 1866, 'Tetyana store', 2476, 7, 16, 156.09, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10914, 1866, 'Tetyana store', 4665, 12, 16, 8.18, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10915, 1866, 'Tetyana store', 3005, 19, 16, 64.65, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10916, 1866, 'Tetyana store', 4207, 5, 16, 8480.00, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10917, 1866, 'Tetyana store', 4260, 14, 16, 38.75, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10918, 1866, 'Tetyana store', 6011, 14, 16, 303.16, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10919, 1866, 'Tetyana store', 1412, 14, 16, 7.65, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:03'),
(10920, 1866, 'Tetyana store', 2543, 19, 16, 90.10, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10921, 1866, 'Tetyana store', 3696, 18, 16, 29.99, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10922, 1866, 'Tetyana store', 2551, 7, 16, 160.14, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10923, 1866, 'Tetyana store', 5562, 10, 16, 455.68, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10924, 1866, 'Tetyana store', 3459, 14, 16, 1245.93, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10925, 1866, 'Tetyana store', 478, 19, 16, 13.84, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10926, 1866, 'Tetyana store', 5285, 14, 16, 309.82, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10927, 1866, 'Tetyana store', 5545, 10, 16, 82.16, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10928, 1866, 'Tetyana store', 6113, 11, 16, 191.87, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10929, 1866, 'Tetyana store', 3762, 7, 16, 51.58, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10930, 1866, 'Tetyana store', 5696, 15, 16, 52.43, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10931, 1866, 'Tetyana store', 3592, 17, 16, 170.80, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10932, 1866, 'Tetyana store', 2385, 2, 16, 10.29, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10933, 1866, 'Tetyana store', 1446, 19, 16, 355.98, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10934, 1866, 'Tetyana store', 4770, 12, 16, 38.84, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10935, 1866, 'Tetyana store', 902, 18, 16, 193.79, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10936, 1866, 'Tetyana store', 48, 2, 16, 21.00, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10937, 1866, 'Tetyana store', 2084, 7, 16, 16.16, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10938, 1866, 'Tetyana store', 1895, 14, 16, 57.07, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10939, 1866, 'Tetyana store', 1428, 15, 16, 10.58, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10940, 1866, 'Tetyana store', 689, 10, 16, 3.09, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10941, 1866, 'Tetyana store', 2128, 19, 16, 32.44, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10942, 1866, 'Tetyana store', 4876, 17, 16, 40.37, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10943, 1866, 'Tetyana store', 4719, 12, 16, 7.42, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10944, 1866, 'Tetyana store', 3382, 10, 16, 2.43, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10945, 1866, 'Tetyana store', 752, 19, 16, 1.01, 1, 1, 'ai_bid', '2024-05-31 19:37:06', '2024-05-31 19:37:06', '2024-06-01 19:38:04'),
(10946, 1871, 'Almeida', 1022, 5, 7, 28.28, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:02'),
(10947, 1871, 'Almeida', 5870, 15, 7, 12.71, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:02'),
(10948, 1871, 'Almeida', 2848, 14, 7, 239.19, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:02'),
(10949, 1871, 'Almeida', 2500, 13, 7, 14.65, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:02'),
(10950, 1871, 'Almeida', 48, 2, 7, 20.80, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:02'),
(10951, 1871, 'Almeida', 3572, 17, 7, 32.73, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:02'),
(10952, 1871, 'Almeida', 4133, 5, 7, 343.20, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:02'),
(10953, 1871, 'Almeida', 3898, 11, 7, 7314.00, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10954, 1871, 'Almeida', 3756, 7, 7, 118.97, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10955, 1871, 'Almeida', 3794, 15, 7, 30.59, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10956, 1871, 'Almeida', 1033, 5, 7, 757.50, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10957, 1871, 'Almeida', 417, 17, 7, 47.24, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10958, 1871, 'Almeida', 5220, 13, 7, 105.05, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10959, 1871, 'Almeida', 4606, 16, 7, 19.75, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10960, 1871, 'Almeida', 5411, 17, 7, 26.67, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10961, 1871, 'Almeida', 1521, 15, 7, 17.68, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10962, 1871, 'Almeida', 1186, 15, 7, 19.29, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10963, 1871, 'Almeida', 5874, 11, 7, 228.80, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10964, 1871, 'Almeida', 5571, 10, 7, 65.22, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10965, 1871, 'Almeida', 3943, 16, 7, 1662.96, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10966, 1871, 'Almeida', 4315, 16, 7, 243.80, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10967, 1871, 'Almeida', 5710, 10, 7, 151.98, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10968, 1871, 'Almeida', 1083, 1, 7, 71.45, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10969, 1871, 'Almeida', 4270, 14, 7, 9.27, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10970, 1871, 'Almeida', 1082, 19, 7, 128.75, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10971, 1871, 'Almeida', 1242, 5, 7, 19998.00, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10972, 1871, 'Almeida', 367, 18, 7, 945.00, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10973, 1871, 'Almeida', 5994, 11, 7, 107.40, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10974, 1871, 'Almeida', 1481, 15, 7, 52.50, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10975, 1871, 'Almeida', 3637, 18, 7, 446.25, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10976, 1871, 'Almeida', 719, 18, 7, 19.05, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10977, 1871, 'Almeida', 342, 18, 7, 3700.62, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10978, 1871, 'Almeida', 1084, 4, 7, 10.39, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10979, 1871, 'Almeida', 3906, 16, 7, 196.72, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10980, 1871, 'Almeida', 1649, 17, 7, 100.43, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10981, 1871, 'Almeida', 1089, 19, 7, 619.12, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10982, 1871, 'Almeida', 4281, 14, 7, 100.97, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10983, 1871, 'Almeida', 2937, 19, 7, 816.00, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10984, 1871, 'Almeida', 1262, 19, 7, 1.61, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10985, 1871, 'Almeida', 3247, 5, 7, 40.40, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10986, 1871, 'Almeida', 2854, 14, 7, 212.09, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10987, 1871, 'Almeida', 2186, 10, 7, 49.93, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10988, 1871, 'Almeida', 3423, 14, 7, 21.56, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10989, 1871, 'Almeida', 2307, 2, 7, 48.44, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10990, 1871, 'Almeida', 665, 19, 7, 95.88, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10991, 1871, 'Almeida', 2975, 19, 7, 504.47, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10992, 1871, 'Almeida', 1105, 19, 7, 665.59, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10993, 1871, 'Almeida', 5953, 17, 7, 10.30, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10994, 1871, 'Almeida', 1333, 7, 7, 9.85, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10995, 1871, 'Almeida', 2990, 14, 7, 539.76, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10996, 1871, 'Almeida', 3326, 7, 7, 6.23, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10997, 1871, 'Almeida', 735, 19, 7, 2.29, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10998, 1871, 'Almeida', 5684, 10, 7, 318.08, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(10999, 1871, 'Almeida', 2582, 19, 7, 74.20, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(11000, 1871, 'Almeida', 1393, 15, 7, 40.57, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(11001, 1871, 'Almeida', 2636, 18, 7, 23.35, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(11002, 1871, 'Almeida', 2511, 16, 7, 113.11, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(11003, 1871, 'Almeida', 3842, 4, 7, 20.80, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(11004, 1871, 'Almeida', 1967, 19, 7, 2.72, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(11005, 1871, 'Almeida', 4653, 15, 7, 136.50, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:03'),
(11006, 1871, 'Almeida', 4530, 16, 7, 29.67, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11007, 1871, 'Almeida', 2091, 1, 7, 4.30, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11008, 1871, 'Almeida', 5039, 16, 7, 641.58, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11009, 1871, 'Almeida', 2218, 18, 7, 22.18, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11010, 1871, 'Almeida', 5541, 10, 7, 39.10, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11011, 1871, 'Almeida', 3957, 5, 7, 33.92, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11012, 1871, 'Almeida', 3257, 7, 7, 1008.99, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11013, 1871, 'Almeida', 4059, 18, 7, 15.99, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11014, 1871, 'Almeida', 4828, 12, 7, 37.20, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11015, 1871, 'Almeida', 5704, 10, 7, 2.51, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11016, 1871, 'Almeida', 1798, 17, 7, 1479.00, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11017, 1871, 'Almeida', 3554, 12, 7, 21.19, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11018, 1871, 'Almeida', 3972, 17, 7, 13.32, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11019, 1871, 'Almeida', 4855, 17, 7, 349.17, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11020, 1871, 'Almeida', 5812, 17, 7, 1.55, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11021, 1871, 'Almeida', 5514, 12, 7, 172.38, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11022, 1871, 'Almeida', 1733, 10, 7, 9.88, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11023, 1871, 'Almeida', 1103, 4, 7, 43.23, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11024, 1871, 'Almeida', 756, 19, 7, 0.47, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11025, 1871, 'Almeida', 4668, 12, 7, 1.45, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11026, 1871, 'Almeida', 3288, 16, 7, 13.51, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11027, 1871, 'Almeida', 4126, 5, 7, 85.47, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11028, 1871, 'Almeida', 3004, 19, 7, 87.87, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11029, 1871, 'Almeida', 2389, 19, 7, 27.39, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11030, 1871, 'Almeida', 4704, 12, 7, 1.26, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11031, 1871, 'Almeida', 67, 2, 7, 25.25, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11032, 1871, 'Almeida', 1335, 2, 7, 113.36, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11033, 1871, 'Almeida', 4662, 12, 7, 30.23, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11034, 1871, 'Almeida', 2868, 14, 7, 272.70, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11035, 1871, 'Almeida', 4077, 5, 7, 46.80, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11036, 1871, 'Almeida', 1746, 2, 7, 182.58, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11037, 1871, 'Almeida', 1813, 19, 7, 3.06, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11038, 1871, 'Almeida', 1570, 19, 7, 33.31, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11039, 1871, 'Almeida', 1261, 18, 7, 90.90, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11040, 1871, 'Almeida', 5543, 10, 7, 23.65, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11041, 1871, 'Almeida', 1085, 4, 7, 5.09, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11042, 1871, 'Almeida', 5003, 14, 7, 11.54, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11043, 1871, 'Almeida', 6094, 15, 7, 24.06, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11044, 1871, 'Almeida', 1876, 19, 7, 32.03, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11045, 1871, 'Almeida', 5204, 14, 7, 28.84, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11046, 1871, 'Almeida', 901, 18, 7, 20.82, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11047, 1871, 'Almeida', 4182, 5, 7, 60.60, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11048, 1871, 'Almeida', 5575, 10, 7, 22.71, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11049, 1871, 'Almeida', 5751, 15, 7, 4.36, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11050, 1871, 'Almeida', 2682, 14, 7, 26.92, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11051, 1871, 'Almeida', 818, 10, 7, 7.55, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11052, 1871, 'Almeida', 1198, 15, 7, 2.34, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11053, 1871, 'Almeida', 949, 5, 7, 0.31, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11054, 1871, 'Almeida', 1811, 5, 7, 0.21, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11055, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-05-31 20:58:04', '2024-05-31 20:58:04', '2024-06-01 20:59:04'),
(11056, 1870, 'Liliana', 1022, 5, 8, 28.56, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:04'),
(11057, 1870, 'Liliana', 5870, 15, 8, 12.83, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:04'),
(11058, 1870, 'Liliana', 2848, 14, 8, 232.29, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:04'),
(11059, 1870, 'Liliana', 2500, 13, 8, 14.09, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:04'),
(11060, 1870, 'Liliana', 48, 2, 8, 20.60, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:04'),
(11061, 1870, 'Liliana', 3572, 17, 8, 33.36, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:04'),
(11062, 1870, 'Liliana', 4133, 5, 8, 336.60, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11063, 1870, 'Liliana', 3898, 11, 8, 7245.00, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11064, 1870, 'Liliana', 3756, 7, 8, 115.57, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11065, 1870, 'Liliana', 3794, 15, 8, 30.29, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11066, 1870, 'Liliana', 1033, 5, 8, 780.00, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11067, 1870, 'Liliana', 417, 17, 8, 47.24, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11068, 1870, 'Liliana', 5220, 13, 8, 105.05, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11069, 1870, 'Liliana', 4606, 16, 8, 19.94, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11070, 1870, 'Liliana', 5411, 17, 8, 26.67, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11071, 1870, 'Liliana', 1521, 15, 8, 17.68, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11072, 1870, 'Liliana', 1186, 15, 8, 20.06, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11073, 1870, 'Liliana', 5874, 11, 8, 228.80, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11074, 1870, 'Liliana', 5571, 10, 8, 63.97, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11075, 1870, 'Liliana', 3943, 16, 8, 1694.94, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11076, 1870, 'Liliana', 4315, 16, 8, 232.30, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11077, 1870, 'Liliana', 5710, 10, 8, 157.94, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11078, 1870, 'Liliana', 1083, 1, 8, 68.76, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11079, 1870, 'Liliana', 4270, 14, 8, 9.54, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11080, 1870, 'Liliana', 1082, 19, 8, 132.50, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11081, 1870, 'Liliana', 367, 18, 8, 936.00, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11082, 1870, 'Liliana', 5994, 11, 8, 106.37, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11083, 1870, 'Liliana', 1481, 15, 8, 50.50, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11084, 1870, 'Liliana', 3637, 18, 8, 433.50, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11085, 1870, 'Liliana', 719, 18, 8, 18.87, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11086, 1870, 'Liliana', 1084, 4, 8, 10.19, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11087, 1870, 'Liliana', 3906, 16, 8, 196.72, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11088, 1870, 'Liliana', 1262, 19, 8, 1.61, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11089, 1870, 'Liliana', 3423, 14, 8, 21.99, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11090, 1870, 'Liliana', 3326, 7, 8, 5.94, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11091, 1870, 'Liliana', 735, 19, 8, 2.29, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11092, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-05-31 20:58:05', '2024-05-31 20:58:05', '2024-06-01 20:59:05'),
(11093, 1866, 'Tetyana store', 5724, 10, 6, 9.26, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:03'),
(11094, 1866, 'Tetyana store', 2481, 18, 6, 22.01, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11095, 1866, 'Tetyana store', 38, 2, 6, 14.14, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11096, 1866, 'Tetyana store', 4334, 15, 6, 9.54, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11097, 1866, 'Tetyana store', 2023, 19, 6, 1.06, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11098, 1866, 'Tetyana store', 1811, 5, 6, 0.21, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11099, 1866, 'Tetyana store', 949, 5, 6, 0.32, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11100, 1866, 'Tetyana store', 756, 19, 6, 0.46, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11101, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-05-31 21:08:03', '2024-05-31 21:08:03', '2024-06-01 21:08:04'),
(11102, 1873, 'Gustavo', 5987, 17, 9, 21.28, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11103, 1873, 'Gustavo', 4924, 13, 9, 154.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11104, 1873, 'Gustavo', 631, 14, 9, 11.33, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11105, 1873, 'Gustavo', 5874, 11, 9, 228.80, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11106, 1873, 'Gustavo', 661, 1, 9, 6.12, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11107, 1873, 'Gustavo', 409, 17, 9, 359.47, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11108, 1873, 'Gustavo', 1122, 19, 9, 466.96, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11109, 1873, 'Gustavo', 2988, 13, 9, 306.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11110, 1873, 'Gustavo', 3183, 19, 9, 4796.49, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11111, 1873, 'Gustavo', 2357, 17, 9, 9.99, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11112, 1873, 'Gustavo', 5985, 17, 9, 27.43, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11113, 1873, 'Gustavo', 4899, 11, 9, 20.99, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11114, 1873, 'Gustavo', 2100, 5, 9, 6.45, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11115, 1873, 'Gustavo', 4852, 17, 9, 955.75, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11116, 1873, 'Gustavo', 823, 17, 9, 11.82, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11117, 1873, 'Gustavo', 2666, 18, 9, 3311.79, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11118, 1873, 'Gustavo', 2006, 2, 9, 81.60, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11119, 1873, 'Gustavo', 2978, 14, 9, 214.72, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11120, 1873, 'Gustavo', 812, 18, 9, 38.37, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11121, 1873, 'Gustavo', 1205, 14, 9, 139.65, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11122, 1873, 'Gustavo', 3851, 15, 9, 190.55, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11123, 1873, 'Gustavo', 3196, 5, 9, 322.23, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11124, 1873, 'Gustavo', 3860, 11, 9, 24.91, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11125, 1873, 'Gustavo', 5256, 14, 9, 50.88, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11126, 1873, 'Gustavo', 1211, 18, 9, 38.16, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11127, 1873, 'Gustavo', 4161, 5, 9, 1010.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11128, 1873, 'Gustavo', 4321, 15, 9, 122.39, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11129, 1873, 'Gustavo', 3010, 19, 9, 31.92, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11130, 1873, 'Gustavo', 5296, 16, 9, 10.59, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11131, 1873, 'Gustavo', 615, 7, 9, 18.54, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11132, 1873, 'Gustavo', 466, 17, 9, 62.38, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:03'),
(11133, 1873, 'Gustavo', 5498, 17, 9, 36.61, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11134, 1873, 'Gustavo', 6158, 11, 9, 70.90, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11135, 1873, 'Gustavo', 2942, 19, 9, 612.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11136, 1873, 'Gustavo', 317, 7, 9, 19.64, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11137, 1873, 'Gustavo', 3360, 7, 9, 52.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11138, 1873, 'Gustavo', 297, 5, 9, 43.88, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11139, 1873, 'Gustavo', 59, 2, 9, 8.24, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11140, 1873, 'Gustavo', 5058, 16, 9, 18.71, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11141, 1873, 'Gustavo', 5000, 13, 9, 20.40, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11142, 1873, 'Gustavo', 2753, 18, 9, 1560.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11143, 1873, 'Gustavo', 1685, 19, 9, 30.89, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11144, 1873, 'Gustavo', 1008, 16, 9, 439.78, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11145, 1873, 'Gustavo', 5835, 15, 9, 20.01, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11146, 1873, 'Gustavo', 5265, 13, 9, 17.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11147, 1873, 'Gustavo', 4598, 14, 9, 184.11, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11148, 1873, 'Gustavo', 698, 19, 9, 6.55, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11149, 1873, 'Gustavo', 672, 10, 9, 3.15, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11150, 1873, 'Gustavo', 5122, 16, 9, 208.00, 1, 1, 'ai_bid', '2024-05-31 21:16:05', '2024-05-31 21:16:05', '2024-06-01 21:17:04'),
(11151, 1873, 'Gustavo', 2151, 18, 9, 53.43, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11152, 1873, 'Gustavo', 2426, 19, 9, 503.99, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11153, 1873, 'Gustavo', 3130, 18, 9, 18.19, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11154, 1873, 'Gustavo', 2482, 16, 9, 15.44, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11155, 1873, 'Gustavo', 3840, 15, 9, 413.40, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11156, 1873, 'Gustavo', 5592, 12, 9, 193.79, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11157, 1873, 'Gustavo', 4205, 14, 9, 7.87, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11158, 1873, 'Gustavo', 5147, 16, 9, 185.39, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11159, 1873, 'Gustavo', 4654, 15, 9, 969.00, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11160, 1873, 'Gustavo', 5428, 12, 9, 5.14, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11161, 1873, 'Gustavo', 2456, 2, 9, 12.13, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11162, 1873, 'Gustavo', 4521, 16, 9, 13.64, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11163, 1873, 'Gustavo', 21, 2, 9, 7.21, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11164, 1873, 'Gustavo', 1968, 17, 9, 21.46, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11165, 1873, 'Gustavo', 2141, 19, 9, 17.51, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11166, 1873, 'Gustavo', 1818, 19, 9, 1.02, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11167, 1873, 'Gustavo', 803, 19, 9, 0.21, 1, 1, 'ai_bid', '2024-05-31 21:16:06', '2024-05-31 21:16:06', '2024-06-01 21:17:04'),
(11168, 1866, 'Tetyana store', 1051, 19, 11, 63.00, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:03'),
(11169, 1866, 'Tetyana store', 2120, 19, 11, 119.48, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11170, 1866, 'Tetyana store', 3542, 12, 11, 6.79, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11171, 1866, 'Tetyana store', 528, 17, 11, 15.90, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11172, 1866, 'Tetyana store', 1563, 19, 11, 24.47, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11173, 1866, 'Tetyana store', 3754, 14, 11, 41.99, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11174, 1866, 'Tetyana store', 3917, 2, 11, 513.97, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11175, 1866, 'Tetyana store', 5969, 17, 11, 15.29, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11176, 1866, 'Tetyana store', 2765, 14, 11, 10200.00, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11177, 1866, 'Tetyana store', 329, 18, 11, 133.23, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11178, 1866, 'Tetyana store', 5907, 17, 11, 16.04, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11179, 1866, 'Tetyana store', 4131, 5, 11, 93.60, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11180, 1866, 'Tetyana store', 5949, 11, 11, 202.00, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11181, 1866, 'Tetyana store', 4800, 17, 11, 55.12, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11182, 1866, 'Tetyana store', 3132, 4, 11, 137.18, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11183, 1866, 'Tetyana store', 951, 18, 11, 460.41, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11184, 1866, 'Tetyana store', 4927, 13, 11, 130.00, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11185, 1866, 'Tetyana store', 32, 2, 11, 122.72, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11186, 1866, 'Tetyana store', 5659, 10, 11, 123.41, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(11187, 1866, 'Tetyana store', 2807, 18, 11, 66.41, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:04'),
(11188, 1866, 'Tetyana store', 924, 5, 11, 176.80, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11189, 1866, 'Tetyana store', 4647, 5, 11, 84.23, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11190, 1866, 'Tetyana store', 2426, 19, 11, 508.98, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11191, 1866, 'Tetyana store', 1772, 2, 11, 67.20, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11192, 1866, 'Tetyana store', 3169, 4, 11, 210.29, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11193, 1866, 'Tetyana store', 5915, 13, 11, 5.74, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11194, 1866, 'Tetyana store', 3371, 7, 11, 186.85, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11195, 1866, 'Tetyana store', 3430, 14, 11, 42.83, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11196, 1866, 'Tetyana store', 2282, 2, 11, 40.80, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11197, 1866, 'Tetyana store', 480, 19, 11, 157.08, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11198, 1866, 'Tetyana store', 4585, 15, 11, 84.00, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11199, 1866, 'Tetyana store', 3193, 19, 11, 1716.00, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11200, 1866, 'Tetyana store', 5288, 16, 11, 22.06, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11201, 1866, 'Tetyana store', 4707, 12, 11, 9.22, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11202, 1866, 'Tetyana store', 2144, 10, 11, 34.30, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11203, 1866, 'Tetyana store', 2122, 7, 11, 61.52, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11204, 1866, 'Tetyana store', 829, 18, 11, 22.05, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11205, 1866, 'Tetyana store', 1416, 19, 11, 163.77, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11206, 1866, 'Tetyana store', 5719, 10, 11, 5.63, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11207, 1866, 'Tetyana store', 2357, 17, 11, 9.99, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11208, 1866, 'Tetyana store', 1894, 19, 11, 0.20, 1, 1, 'ai_bid', '2024-05-31 21:27:05', '2024-05-31 21:27:05', '2024-06-01 21:28:05'),
(11209, 1867, 'Omevoric enterprises', 289, 5, 12, 73.42, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11210, 1867, 'Omevoric enterprises', 440, 16, 12, 84.23, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11211, 1867, 'Omevoric enterprises', 527, 18, 12, 3654.69, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11212, 1867, 'Omevoric enterprises', 5406, 17, 12, 57.26, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11213, 1867, 'Omevoric enterprises', 5339, 14, 12, 102.95, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11214, 1867, 'Omevoric enterprises', 5882, 13, 12, 4.82, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11215, 1867, 'Omevoric enterprises', 6076, 11, 12, 15.45, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11216, 1867, 'Omevoric enterprises', 2275, 5, 12, 36.72, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11217, 1867, 'Omevoric enterprises', 627, 18, 12, 7913.35, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11218, 1867, 'Omevoric enterprises', 396, 18, 12, 35.00, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11219, 1867, 'Omevoric enterprises', 4624, 5, 12, 22.65, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11220, 1867, 'Omevoric enterprises', 5813, 15, 12, 154.45, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11221, 1867, 'Omevoric enterprises', 3175, 19, 12, 179.99, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11222, 1867, 'Omevoric enterprises', 776, 7, 12, 9.26, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11223, 1867, 'Omevoric enterprises', 4036, 18, 12, 6.47, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11224, 1867, 'Omevoric enterprises', 3691, 14, 12, 498.30, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11225, 1867, 'Omevoric enterprises', 557, 18, 12, 4686.50, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11226, 1867, 'Omevoric enterprises', 5485, 17, 12, 366.63, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11227, 1867, 'Omevoric enterprises', 4349, 15, 12, 5.14, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11228, 1867, 'Omevoric enterprises', 3506, 10, 12, 840.00, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11229, 1867, 'Omevoric enterprises', 2125, 5, 12, 33.28, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11230, 1867, 'Omevoric enterprises', 5778, 13, 12, 15.74, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11231, 1867, 'Omevoric enterprises', 2121, 19, 12, 4.40, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:02'),
(11232, 1867, 'Omevoric enterprises', 1411, 10, 12, 6.93, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11233, 1867, 'Omevoric enterprises', 3730, 13, 12, 6.90, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11234, 1867, 'Omevoric enterprises', 3168, 4, 12, 14.00, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11235, 1867, 'Omevoric enterprises', 636, 14, 12, 7.42, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11236, 1867, 'Omevoric enterprises', 1975, 12, 12, 5.14, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11237, 1867, 'Omevoric enterprises', 756, 19, 12, 0.47, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11238, 1867, 'Omevoric enterprises', 949, 5, 12, 0.32, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11239, 1867, 'Omevoric enterprises', 1894, 19, 12, 0.20, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11240, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.13, 1, 1, 'ai_bid', '2024-05-31 21:38:04', '2024-05-31 21:38:04', '2024-06-01 21:39:03'),
(11241, 1798, 'Feelyards', 1025, 5, NULL, 301.00, 1, 1, 'manual_bid', '2024-05-31 22:03:23', '2024-05-31 22:03:23', '2024-06-01 22:04:02'),
(11242, 1798, 'Feelyards', 3191, 4, NULL, 30.00, 2, 1, 'manual_bid', '2024-05-31 22:06:03', '2024-05-31 22:06:03', '2024-06-01 22:06:03'),
(11243, 1868, 'Marcelo Ltd', 4995, 13, 13, 309.29, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11244, 1868, 'Marcelo Ltd', 5897, 17, 13, 7.36, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11245, 1868, 'Marcelo Ltd', 862, 13, 13, 4.12, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11246, 1868, 'Marcelo Ltd', 4210, 5, 13, 22.25, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11247, 1868, 'Marcelo Ltd', 4591, 5, 13, 16.15, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11248, 1868, 'Marcelo Ltd', 4394, 14, 13, 115.43, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11249, 1868, 'Marcelo Ltd', 6114, 11, 13, 4.72, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11250, 1868, 'Marcelo Ltd', 6099, 15, 13, 8.38, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11251, 1868, 'Marcelo Ltd', 170, 4, 13, 131.03, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11252, 1868, 'Marcelo Ltd', 5905, 17, 13, 2.57, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11253, 1868, 'Marcelo Ltd', 1685, 19, 13, 30.59, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11254, 1868, 'Marcelo Ltd', 4305, 15, 13, 4.20, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11255, 1868, 'Marcelo Ltd', 1670, 17, 13, 152.80, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11256, 1868, 'Marcelo Ltd', 1578, 18, 13, 1543.97, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11257, 1868, 'Marcelo Ltd', 4851, 17, 13, 1298.49, 1, 1, 'ai_bid', '2024-05-31 22:10:05', '2024-05-31 22:10:05', '2024-06-01 22:10:05'),
(11258, 1868, 'Marcelo Ltd', 3493, 10, 13, 12.16, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11259, 1868, 'Marcelo Ltd', 2695, 14, 13, 11.32, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11260, 1868, 'Marcelo Ltd', 4843, 17, 13, 154.49, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11261, 1868, 'Marcelo Ltd', 3707, 18, 13, 379.37, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11262, 1868, 'Marcelo Ltd', 2940, 14, 13, 1514.99, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11263, 1868, 'Marcelo Ltd', 1228, 19, 13, 21.95, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11264, 1868, 'Marcelo Ltd', 2057, 4, 13, 603.98, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11265, 1868, 'Marcelo Ltd', 349, 15, 13, 24.95, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11266, 1868, 'Marcelo Ltd', 4695, 14, 13, 2397.56, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11267, 1868, 'Marcelo Ltd', 3543, 13, 13, 102.90, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11268, 1868, 'Marcelo Ltd', 3340, 15, 13, 144.20, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11269, 1868, 'Marcelo Ltd', 3310, 15, 13, 7.10, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11270, 1868, 'Marcelo Ltd', 5043, 11, 13, 74.19, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11271, 1868, 'Marcelo Ltd', 1208, 14, 13, 3.05, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11272, 1868, 'Marcelo Ltd', 3488, 10, 13, 239.20, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11273, 1868, 'Marcelo Ltd', 2353, 19, 13, 408.00, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11274, 1868, 'Marcelo Ltd', 4102, 5, 13, 23.69, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11275, 1868, 'Marcelo Ltd', 2323, 2, 13, 343.36, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11276, 1868, 'Marcelo Ltd', 1699, 18, 13, 109.20, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11277, 1868, 'Marcelo Ltd', 246, 17, 13, 41.90, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11278, 1868, 'Marcelo Ltd', 1518, 19, 13, 223.60, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11279, 1868, 'Marcelo Ltd', 6056, 11, 13, 53.00, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11280, 1868, 'Marcelo Ltd', 4238, 5, 13, 278.10, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11281, 1868, 'Marcelo Ltd', 2570, 7, 13, 6.54, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11282, 1868, 'Marcelo Ltd', 3991, 12, 13, 29.57, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11283, 1868, 'Marcelo Ltd', 4753, 12, 13, 63.63, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11284, 1868, 'Marcelo Ltd', 670, 10, 13, 8.16, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11285, 1868, 'Marcelo Ltd', 4884, 14, 13, 2.30, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:03'),
(11286, 1868, 'Marcelo Ltd', 1664, 17, 13, 40.95, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11287, 1868, 'Marcelo Ltd', 735, 19, 13, 2.27, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11288, 1868, 'Marcelo Ltd', 5422, 17, 13, 31.20, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11289, 1868, 'Marcelo Ltd', 1609, 19, 13, 13.51, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11290, 1868, 'Marcelo Ltd', 5174, 16, 13, 42.22, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11291, 1868, 'Marcelo Ltd', 243, 5, 13, 620.10, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11292, 1868, 'Marcelo Ltd', 5926, 11, 13, 60.88, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11293, 1868, 'Marcelo Ltd', 4498, 16, 13, 102.00, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11294, 1868, 'Marcelo Ltd', 2820, 19, 13, 143.42, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11295, 1868, 'Marcelo Ltd', 5744, 16, 13, 105.99, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11296, 1868, 'Marcelo Ltd', 6129, 11, 13, 9.03, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11297, 1868, 'Marcelo Ltd', 4324, 16, 13, 26.00, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11298, 1868, 'Marcelo Ltd', 4526, 16, 13, 83.61, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11299, 1868, 'Marcelo Ltd', 4133, 5, 13, 346.50, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11300, 1868, 'Marcelo Ltd', 4748, 12, 13, 9.06, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11301, 1868, 'Marcelo Ltd', 5996, 11, 13, 160.05, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11302, 1868, 'Marcelo Ltd', 3132, 4, 13, 133.22, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11303, 1868, 'Marcelo Ltd', 5833, 17, 13, 15.97, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11304, 1868, 'Marcelo Ltd', 3828, 15, 13, 202.00, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11305, 1868, 'Marcelo Ltd', 5392, 17, 13, 33.81, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11306, 1868, 'Marcelo Ltd', 5281, 14, 13, 159.67, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11307, 1868, 'Marcelo Ltd', 5869, 13, 13, 8.10, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11308, 1868, 'Marcelo Ltd', 1193, 18, 13, 40.28, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11309, 1868, 'Marcelo Ltd', 4994, 14, 13, 20.39, 1, 1, 'ai_bid', '2024-05-31 22:10:06', '2024-05-31 22:10:06', '2024-06-01 22:11:04'),
(11310, 1868, 'Marcelo Ltd', 1913, 19, 13, 14.12, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11311, 1868, 'Marcelo Ltd', 2885, 14, 13, 28.34, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11312, 1868, 'Marcelo Ltd', 5852, 15, 13, 38.75, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11313, 1868, 'Marcelo Ltd', 2633, 14, 13, 22.83, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11314, 1868, 'Marcelo Ltd', 1855, 5, 13, 3.18, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11315, 1868, 'Marcelo Ltd', 1731, 5, 13, 2.02, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11316, 1868, 'Marcelo Ltd', 1850, 5, 13, 0.56, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11317, 1868, 'Marcelo Ltd', 3878, 11, 13, 4.89, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11318, 1868, 'Marcelo Ltd', 1894, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-05-31 22:10:07', '2024-05-31 22:10:07', '2024-06-01 22:11:04'),
(11319, 1869, 'Anatoliy fast store', 4870, 17, 14, 144.19, 1, 1, 'ai_bid', '2024-05-31 22:40:08', '2024-05-31 22:40:08', '2024-06-01 22:41:03'),
(11320, 1869, 'Anatoliy fast store', 1257, 19, 14, 7.23, 1, 1, 'ai_bid', '2024-05-31 22:40:08', '2024-05-31 22:40:08', '2024-06-01 22:41:03'),
(11321, 1869, 'Anatoliy fast store', 5654, 15, 14, 36.05, 1, 1, 'ai_bid', '2024-05-31 22:40:08', '2024-05-31 22:40:08', '2024-06-01 22:41:03'),
(11322, 1869, 'Anatoliy fast store', 1712, 5, 14, 63.00, 1, 1, 'ai_bid', '2024-05-31 22:40:08', '2024-05-31 22:40:08', '2024-06-01 22:41:03'),
(11323, 1869, 'Anatoliy fast store', 2686, 18, 14, 793.52, 1, 1, 'ai_bid', '2024-05-31 22:40:08', '2024-05-31 22:40:08', '2024-06-01 22:41:03'),
(11324, 1869, 'Anatoliy fast store', 1929, 18, 14, 52.50, 1, 1, 'ai_bid', '2024-05-31 22:40:08', '2024-05-31 22:40:08', '2024-06-01 22:41:03'),
(11325, 1869, 'Anatoliy fast store', 1846, 5, 14, 1.49, 1, 1, 'ai_bid', '2024-05-31 22:40:08', '2024-05-31 22:40:08', '2024-06-01 22:41:03'),
(11326, 1869, 'Anatoliy fast store', 37, 2, 14, 9.54, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:03'),
(11327, 1869, 'Anatoliy fast store', 3908, 16, 14, 43.45, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:03'),
(11328, 1869, 'Anatoliy fast store', 920, 5, 14, 45.97, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:03'),
(11329, 1869, 'Anatoliy fast store', 2882, 19, 14, 2704.33, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11330, 1869, 'Anatoliy fast store', 3650, 10, 14, 62.62, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11331, 1869, 'Anatoliy fast store', 1602, 19, 14, 5.04, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11332, 1869, 'Anatoliy fast store', 1643, 19, 14, 15.15, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11333, 1869, 'Anatoliy fast store', 4405, 18, 14, 25.75, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11334, 1869, 'Anatoliy fast store', 4272, 18, 14, 121.38, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11335, 1869, 'Anatoliy fast store', 251, 12, 14, 574.94, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11336, 1869, 'Anatoliy fast store', 4542, 14, 14, 41.20, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11337, 1869, 'Anatoliy fast store', 5667, 10, 14, 9817.50, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11338, 1869, 'Anatoliy fast store', 1052, 19, 14, 62.99, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:04'),
(11339, 1869, 'Anatoliy fast store', 4543, 16, 14, 362.55, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11340, 1869, 'Anatoliy fast store', 1968, 17, 14, 22.10, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11341, 1869, 'Anatoliy fast store', 3069, 2, 14, 18.18, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11342, 1869, 'Anatoliy fast store', 159, 16, 14, 37.20, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11343, 1869, 'Anatoliy fast store', 5228, 13, 14, 7.20, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11344, 1869, 'Anatoliy fast store', 914, 5, 14, 10.09, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11345, 1869, 'Anatoliy fast store', 589, 10, 14, 41.41, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11346, 1869, 'Anatoliy fast store', 5376, 1, 14, 18.68, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11347, 1869, 'Anatoliy fast store', 1128, 19, 14, 362.59, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11348, 1869, 'Anatoliy fast store', 1124, 4, 14, 4.40, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11349, 1869, 'Anatoliy fast store', 483, 1, 14, 56.84, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11350, 1869, 'Anatoliy fast store', 6084, 15, 14, 10.90, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11351, 1869, 'Anatoliy fast store', 2534, 14, 14, 10.47, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11352, 1869, 'Anatoliy fast store', 3622, 17, 14, 953.99, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11353, 1869, 'Anatoliy fast store', 5337, 14, 14, 40.80, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11354, 1869, 'Anatoliy fast store', 5001, 13, 14, 97.05, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11355, 1869, 'Anatoliy fast store', 5908, 13, 14, 35.35, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11356, 1869, 'Anatoliy fast store', 4578, 16, 14, 969.00, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11357, 1869, 'Anatoliy fast store', 1908, 19, 14, 41.95, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11358, 1869, 'Anatoliy fast store', 26, 2, 14, 29.58, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11359, 1869, 'Anatoliy fast store', 2482, 16, 14, 15.59, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11360, 1869, 'Anatoliy fast store', 6143, 11, 14, 30.29, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11361, 1869, 'Anatoliy fast store', 740, 19, 14, 14.30, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11362, 1869, 'Anatoliy fast store', 1758, 16, 14, 437.16, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11363, 1869, 'Anatoliy fast store', 2420, 2, 14, 551.25, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11364, 1869, 'Anatoliy fast store', 972, 5, 14, 14.92, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11365, 1869, 'Anatoliy fast store', 6009, 17, 14, 19.36, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:05'),
(11366, 1869, 'Anatoliy fast store', 3318, 5, 14, 1.17, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:06'),
(11367, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-05-31 22:40:09', '2024-05-31 22:40:09', '2024-06-01 22:41:06'),
(11368, 1872, 'Melisa', 4592, 15, 18, 161.60, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:03'),
(11369, 1872, 'Melisa', 817, 18, 18, 64.98, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11370, 1872, 'Melisa', 4135, 5, 18, 26.97, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11371, 1872, 'Melisa', 512, 16, 18, 40.59, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11372, 1872, 'Melisa', 986, 5, 18, 23.69, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11373, 1872, 'Melisa', 4688, 12, 18, 24.52, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11374, 1872, 'Melisa', 4385, 16, 18, 40.80, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11375, 1872, 'Melisa', 1011, 5, 18, 226.24, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11376, 1872, 'Melisa', 3390, 10, 18, 20.98, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11377, 1872, 'Melisa', 2530, 14, 18, 1558.96, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11378, 1872, 'Melisa', 4690, 12, 18, 30.18, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11379, 1872, 'Melisa', 3275, 7, 18, 38.27, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11380, 1872, 'Melisa', 2254, 19, 18, 9.57, 1, 1, 'ai_bid', '2024-06-01 00:31:04', '2024-06-01 00:31:04', '2024-06-02 00:32:05'),
(11381, 1872, 'Melisa', 4964, 12, 18, 21.10, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11382, 1872, 'Melisa', 4490, 16, 18, 119.47, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11383, 1872, 'Melisa', 3158, 4, 18, 41.18, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11384, 1872, 'Melisa', 3305, 15, 18, 259.56, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11385, 1872, 'Melisa', 5574, 10, 18, 148.86, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11386, 1872, 'Melisa', 2739, 18, 18, 287.64, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11387, 1872, 'Melisa', 1430, 10, 18, 48.59, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11388, 1872, 'Melisa', 5500, 17, 18, 780.89, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11389, 1872, 'Melisa', 2061, 4, 18, 57.27, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11390, 1872, 'Melisa', 392, 10, 18, 114.28, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11391, 1872, 'Melisa', 4426, 16, 18, 77.76, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11392, 1872, 'Melisa', 3605, 17, 18, 267.65, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11393, 1872, 'Melisa', 2872, 19, 18, 2719.20, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:06'),
(11394, 1872, 'Melisa', 4766, 12, 18, 29.11, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11395, 1872, 'Melisa', 5844, 17, 18, 124.80, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11396, 1872, 'Melisa', 4956, 12, 18, 40.40, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11397, 1872, 'Melisa', 267, 2, 18, 187.19, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11398, 1872, 'Melisa', 944, 13, 18, 530.11, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11399, 1872, 'Melisa', 5712, 15, 18, 211.05, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11400, 1872, 'Melisa', 3871, 16, 18, 52.51, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11401, 1872, 'Melisa', 859, 19, 18, 14.95, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11402, 1872, 'Melisa', 2293, 19, 18, 775.68, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11403, 1872, 'Melisa', 1075, 19, 18, 232.96, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11404, 1872, 'Melisa', 2892, 15, 18, 307.01, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:07'),
(11405, 1872, 'Melisa', 218, 12, 18, 36.01, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11406, 1872, 'Melisa', 4630, 15, 18, 104.00, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11407, 1872, 'Melisa', 2559, 14, 18, 128.04, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11408, 1872, 'Melisa', 586, 18, 18, 751.90, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11409, 1872, 'Melisa', 1278, 19, 18, 371.00, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11410, 1872, 'Melisa', 4052, 18, 18, 215.45, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11411, 1872, 'Melisa', 5396, 17, 18, 47.25, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11412, 1872, 'Melisa', 4891, 12, 18, 15.87, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11413, 1872, 'Melisa', 2615, 14, 18, 20.39, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11414, 1872, 'Melisa', 2808, 15, 18, 33.98, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11415, 1872, 'Melisa', 1228, 19, 18, 21.74, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11416, 1872, 'Melisa', 5176, 16, 18, 20.20, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11417, 1872, 'Melisa', 2274, 12, 18, 31.19, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11418, 1872, 'Melisa', 368, 2, 18, 12.53, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11419, 1872, 'Melisa', 4245, 18, 18, 15.77, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11420, 1872, 'Melisa', 4179, 5, 18, 26.38, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11421, 1872, 'Melisa', 4386, 14, 18, 36.35, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11422, 1872, 'Melisa', 1920, 12, 18, 40.39, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11423, 1872, 'Melisa', 631, 14, 18, 11.44, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11424, 1872, 'Melisa', 4340, 18, 18, 204.96, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11425, 1872, 'Melisa', 4046, 13, 18, 10.39, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11426, 1872, 'Melisa', 1436, 10, 18, 16.63, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11427, 1872, 'Melisa', 3031, 18, 18, 137.34, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11428, 1872, 'Melisa', 5348, 14, 18, 202.90, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:08'),
(11429, 1872, 'Melisa', 151, 18, 18, 10.60, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11430, 1872, 'Melisa', 6026, 11, 18, 12.60, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11431, 1872, 'Melisa', 5401, 14, 18, 11.65, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11432, 1872, 'Melisa', 2775, 14, 18, 95.40, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11433, 1872, 'Melisa', 4324, 16, 18, 26.50, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11434, 1872, 'Melisa', 4909, 12, 18, 2.16, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11435, 1872, 'Melisa', 3302, 15, 18, 19.95, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11436, 1872, 'Melisa', 561, 18, 18, 41.60, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11437, 1872, 'Melisa', 2536, 14, 18, 137.79, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11438, 1872, 'Melisa', 5161, 16, 18, 33.98, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:09'),
(11439, 1872, 'Melisa', 397, 17, 18, 29.09, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:10'),
(11440, 1872, 'Melisa', 2636, 18, 18, 24.51, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:10'),
(11441, 1872, 'Melisa', 4280, 18, 18, 5.88, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:10'),
(11442, 1872, 'Melisa', 1738, 5, 18, 1.49, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:10'),
(11443, 1872, 'Melisa', 949, 5, 18, 0.31, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:10'),
(11444, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-06-01 00:31:05', '2024-06-01 00:31:05', '2024-06-02 00:32:10'),
(11445, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-06-01 00:32:04', '2024-06-01 00:32:04', '2024-06-02 00:33:03'),
(11446, 1869, 'Anatoliy fast store', 3128, 4, 17, 11.00, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11447, 1869, 'Anatoliy fast store', 3355, 7, 17, 1254.75, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11448, 1869, 'Anatoliy fast store', 5930, 11, 17, 33.61, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11449, 1869, 'Anatoliy fast store', 2433, 10, 17, 21.19, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11450, 1869, 'Anatoliy fast store', 5726, 10, 17, 11.77, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11451, 1869, 'Anatoliy fast store', 2658, 14, 17, 21.40, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11452, 1869, 'Anatoliy fast store', 6166, 11, 17, 61.79, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11453, 1869, 'Anatoliy fast store', 4948, 14, 17, 19.57, 1, 1, 'ai_bid', '2024-06-01 19:48:06', '2024-06-01 19:48:06', '2024-06-02 19:49:02'),
(11454, 1869, 'Anatoliy fast store', 4307, 18, 17, 1010.00, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11455, 1869, 'Anatoliy fast store', 2246, 19, 17, 37.62, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11456, 1869, 'Anatoliy fast store', 2025, 19, 17, 40.40, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11457, 1869, 'Anatoliy fast store', 4141, 18, 17, 8.39, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11458, 1869, 'Anatoliy fast store', 681, 13, 17, 22.88, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11459, 1869, 'Anatoliy fast store', 2697, 18, 17, 794.13, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11460, 1869, 'Anatoliy fast store', 5107, 16, 17, 13.85, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11461, 1869, 'Anatoliy fast store', 5537, 10, 17, 57.57, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11462, 1869, 'Anatoliy fast store', 1839, 12, 17, 38.38, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11463, 1869, 'Anatoliy fast store', 2860, 13, 17, 55.03, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11464, 1869, 'Anatoliy fast store', 3169, 4, 17, 210.29, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11465, 1869, 'Anatoliy fast store', 2972, 19, 17, 37.10, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11466, 1869, 'Anatoliy fast store', 5633, 10, 17, 9.12, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11467, 1869, 'Anatoliy fast store', 2858, 19, 17, 3180.00, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11468, 1869, 'Anatoliy fast store', 5048, 11, 17, 50.39, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11469, 1869, 'Anatoliy fast store', 1360, 15, 17, 3924.96, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11470, 1869, 'Anatoliy fast store', 184, 7, 17, 17.47, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11471, 1869, 'Anatoliy fast store', 4640, 15, 17, 7.07, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11472, 1869, 'Anatoliy fast store', 4013, 17, 17, 3.90, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11473, 1869, 'Anatoliy fast store', 187, 16, 17, 30.29, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11474, 1869, 'Anatoliy fast store', 4856, 12, 17, 281.43, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11475, 1869, 'Anatoliy fast store', 583, 7, 17, 10.10, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11476, 1869, 'Anatoliy fast store', 6067, 11, 17, 22.88, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11477, 1869, 'Anatoliy fast store', 4475, 15, 17, 68.89, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11478, 1869, 'Anatoliy fast store', 1769, 1, 17, 80.94, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11479, 1869, 'Anatoliy fast store', 2144, 10, 17, 33.64, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11480, 1869, 'Anatoliy fast store', 1901, 19, 17, 393.75, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11481, 1869, 'Anatoliy fast store', 5007, 11, 17, 6.62, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11482, 1869, 'Anatoliy fast store', 4279, 5, 17, 159.06, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11483, 1869, 'Anatoliy fast store', 1370, 2, 17, 103.95, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11484, 1869, 'Anatoliy fast store', 4967, 13, 17, 224.40, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11485, 1869, 'Anatoliy fast store', 3972, 17, 17, 13.06, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11486, 1869, 'Anatoliy fast store', 1384, 15, 17, 42.23, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11487, 1869, 'Anatoliy fast store', 5618, 10, 17, 4.82, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11488, 1869, 'Anatoliy fast store', 4803, 12, 17, 18.35, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11489, 1869, 'Anatoliy fast store', 5113, 16, 17, 15.72, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11490, 1869, 'Anatoliy fast store', 1030, 19, 17, 26.76, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11491, 1869, 'Anatoliy fast store', 3359, 7, 17, 9.36, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11492, 1869, 'Anatoliy fast store', 5005, 11, 17, 35.69, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11493, 1869, 'Anatoliy fast store', 972, 5, 17, 14.92, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11494, 1869, 'Anatoliy fast store', 938, 18, 17, 32.16, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11495, 1869, 'Anatoliy fast store', 6046, 11, 17, 156.88, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11496, 1869, 'Anatoliy fast store', 112, 2, 17, 12.79, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11497, 1869, 'Anatoliy fast store', 5989, 11, 17, 39.73, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11498, 1869, 'Anatoliy fast store', 5467, 17, 17, 50.12, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11499, 1869, 'Anatoliy fast store', 6006, 17, 17, 18.75, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11500, 1869, 'Anatoliy fast store', 993, 16, 17, 27.64, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11501, 1869, 'Anatoliy fast store', 3675, 10, 17, 31.00, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11502, 1869, 'Anatoliy fast store', 4523, 16, 17, 3.18, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11503, 1869, 'Anatoliy fast store', 4267, 14, 17, 5.04, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11504, 1869, 'Anatoliy fast store', 1588, 4, 17, 3.15, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11505, 1869, 'Anatoliy fast store', 5432, 12, 17, 5.04, 1, 1, 'ai_bid', '2024-06-01 19:48:07', '2024-06-01 19:48:07', '2024-06-02 19:49:02'),
(11506, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.13, 1, 1, 'ai_bid', '2024-06-01 19:48:08', '2024-06-01 19:48:08', '2024-06-02 19:49:02'),
(11507, 1866, 'Tetyana store', 40, 2, 16, 48.41, 1, 1, 'ai_bid', '2024-06-01 20:50:06', '2024-06-01 20:50:06', '2024-06-02 20:51:03'),
(11508, 1866, 'Tetyana store', 4211, 14, 16, 37.09, 1, 1, 'ai_bid', '2024-06-01 20:50:06', '2024-06-01 20:50:06', '2024-06-02 20:51:03'),
(11509, 1866, 'Tetyana store', 4820, 12, 16, 66.16, 1, 1, 'ai_bid', '2024-06-01 20:50:06', '2024-06-01 20:50:06', '2024-06-02 20:51:03'),
(11510, 1866, 'Tetyana store', 3632, 12, 16, 8.16, 1, 1, 'ai_bid', '2024-06-01 20:50:06', '2024-06-01 20:50:06', '2024-06-02 20:51:03'),
(11511, 1866, 'Tetyana store', 3820, 4, 16, 8.48, 1, 1, 'ai_bid', '2024-06-01 20:50:06', '2024-06-01 20:50:06', '2024-06-02 20:51:03'),
(11512, 1866, 'Tetyana store', 5624, 15, 16, 41.60, 1, 1, 'ai_bid', '2024-06-01 20:50:06', '2024-06-01 20:50:06', '2024-06-02 20:51:03'),
(11513, 1866, 'Tetyana store', 2593, 14, 16, 142.79, 1, 1, 'ai_bid', '2024-06-01 20:50:06', '2024-06-01 20:50:06', '2024-06-02 20:51:03'),
(11514, 1866, 'Tetyana store', 2455, 2, 16, 50.40, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11515, 1866, 'Tetyana store', 4772, 14, 16, 246.74, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11516, 1866, 'Tetyana store', 3008, 14, 16, 449.65, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11517, 1866, 'Tetyana store', 4897, 12, 16, 10.39, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11518, 1866, 'Tetyana store', 4354, 15, 16, 14.56, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11519, 1866, 'Tetyana store', 1708, 18, 16, 51.44, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11520, 1866, 'Tetyana store', 497, 19, 16, 2118.94, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11521, 1866, 'Tetyana store', 4630, 15, 16, 102.00, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11522, 1866, 'Tetyana store', 1979, 4, 16, 363.59, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11523, 1866, 'Tetyana store', 3013, 19, 16, 424.83, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11524, 1866, 'Tetyana store', 5909, 11, 16, 63.00, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11525, 1866, 'Tetyana store', 4755, 14, 16, 426.39, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11526, 1866, 'Tetyana store', 5451, 12, 16, 52.67, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11527, 1866, 'Tetyana store', 4205, 14, 16, 8.02, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11528, 1866, 'Tetyana store', 175, 2, 16, 61.19, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11529, 1866, 'Tetyana store', 1124, 4, 16, 4.32, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11530, 1866, 'Tetyana store', 3825, 15, 16, 23.22, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11531, 1866, 'Tetyana store', 3485, 10, 16, 5.76, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11532, 1866, 'Tetyana store', 1986, 4, 16, 132.08, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11533, 1866, 'Tetyana store', 4878, 12, 16, 235.72, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11534, 1866, 'Tetyana store', 2210, 19, 16, 7.07, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11535, 1866, 'Tetyana store', 4431, 16, 16, 484.50, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11536, 1866, 'Tetyana store', 4884, 14, 16, 2.39, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11537, 1866, 'Tetyana store', 3975, 12, 16, 2384.71, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11538, 1866, 'Tetyana store', 2762, 19, 16, 3937.20, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11539, 1866, 'Tetyana store', 1031, 19, 16, 10.60, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11540, 1866, 'Tetyana store', 5121, 13, 16, 106.04, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11541, 1866, 'Tetyana store', 4622, 15, 16, 141.40, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11542, 1866, 'Tetyana store', 3896, 15, 16, 105.03, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11543, 1866, 'Tetyana store', 3463, 14, 16, 145.21, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11544, 1866, 'Tetyana store', 328, 10, 16, 91.70, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11545, 1866, 'Tetyana store', 1043, 17, 16, 186.16, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11546, 1866, 'Tetyana store', 4220, 5, 16, 4.42, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11547, 1866, 'Tetyana store', 829, 18, 16, 22.70, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11548, 1866, 'Tetyana store', 3053, 18, 16, 72.55, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11549, 1866, 'Tetyana store', 4625, 15, 16, 123.60, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11550, 1866, 'Tetyana store', 5432, 12, 16, 4.94, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11551, 1866, 'Tetyana store', 805, 14, 16, 5.93, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(11552, 1866, 'Tetyana store', 3286, 15, 16, 50.96, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11553, 1866, 'Tetyana store', 3750, 7, 16, 65.65, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11554, 1866, 'Tetyana store', 3404, 15, 16, 15.02, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11555, 1866, 'Tetyana store', 5977, 17, 16, 18.89, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11556, 1866, 'Tetyana store', 1491, 15, 16, 10.07, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:03'),
(11557, 1866, 'Tetyana store', 1811, 5, 16, 0.21, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:04'),
(11558, 1866, 'Tetyana store', 803, 19, 16, 0.20, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:04'),
(11559, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-06-01 20:50:07', '2024-06-01 20:50:07', '2024-06-02 20:51:04'),
(11560, 1871, 'Almeida', 5217, 16, 7, 125.83, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11561, 1871, 'Almeida', 1627, 13, 7, 6.54, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11562, 1871, 'Almeida', 2718, 18, 7, 256.54, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11563, 1871, 'Almeida', 5493, 17, 7, 322.45, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11564, 1871, 'Almeida', 2072, 19, 7, 19.38, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11565, 1871, 'Almeida', 2619, 18, 7, 19.01, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11566, 1871, 'Almeida', 6095, 15, 7, 30.39, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11567, 1871, 'Almeida', 3845, 4, 7, 30.30, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11568, 1871, 'Almeida', 3538, 10, 7, 157.49, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11569, 1871, 'Almeida', 1824, 19, 7, 131.24, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11570, 1871, 'Almeida', 808, 10, 7, 12.76, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11571, 1871, 'Almeida', 2583, 14, 7, 7.89, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11572, 1871, 'Almeida', 4471, 15, 7, 1458.59, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11573, 1871, 'Almeida', 1760, 17, 7, 401.74, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11574, 1871, 'Almeida', 2333, 5, 7, 197.60, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11575, 1871, 'Almeida', 34, 2, 7, 3.18, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11576, 1871, 'Almeida', 2566, 17, 7, 203.94, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11577, 1871, 'Almeida', 1862, 18, 7, 53.35, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11578, 1871, 'Almeida', 93, 2, 7, 17.34, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11579, 1871, 'Almeida', 5302, 16, 7, 20.79, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11580, 1871, 'Almeida', 3458, 10, 7, 15.15, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11581, 1871, 'Almeida', 4645, 15, 7, 7.34, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11582, 1871, 'Almeida', 803, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-06-01 22:11:05', '2024-06-01 22:11:05', '2024-06-02 22:12:03'),
(11583, 1871, 'Almeida', 5890, 11, 7, 2693.60, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11584, 1871, 'Almeida', 2925, 4, 7, 927.00, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11585, 1871, 'Almeida', 3396, 10, 7, 51.99, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11586, 1871, 'Almeida', 5675, 10, 7, 5775.00, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11587, 1871, 'Almeida', 1886, 19, 7, 53.19, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11588, 1871, 'Almeida', 4366, 14, 7, 80.80, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11589, 1871, 'Almeida', 1169, 18, 7, 39.39, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11590, 1871, 'Almeida', 4859, 12, 7, 7.81, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11591, 1871, 'Almeida', 5413, 14, 7, 7523.49, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11592, 1871, 'Almeida', 2719, 18, 7, 28.33, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11593, 1871, 'Almeida', 236, 12, 7, 753.59, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11594, 1871, 'Almeida', 5075, 16, 7, 23.17, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11595, 1871, 'Almeida', 3759, 14, 7, 20.19, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11596, 1871, 'Almeida', 1840, 19, 7, 14790.00, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11597, 1871, 'Almeida', 3642, 13, 7, 17.50, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11598, 1871, 'Almeida', 5743, 16, 7, 10.09, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11599, 1871, 'Almeida', 5563, 10, 7, 22.25, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11600, 1871, 'Almeida', 990, 16, 7, 226.31, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11601, 1871, 'Almeida', 810, 10, 7, 26.10, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11602, 1871, 'Almeida', 1625, 19, 7, 5.36, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11603, 1871, 'Almeida', 2585, 14, 7, 20.19, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11604, 1871, 'Almeida', 5015, 14, 7, 8.23, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11605, 1871, 'Almeida', 2731, 18, 7, 165.64, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11606, 1871, 'Almeida', 3922, 16, 7, 26.73, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11607, 1871, 'Almeida', 2241, 10, 7, 93.18, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11608, 1871, 'Almeida', 583, 7, 7, 10.10, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11609, 1871, 'Almeida', 2369, 16, 7, 31.28, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11610, 1871, 'Almeida', 658, 2, 7, 15.15, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11611, 1871, 'Almeida', 5722, 16, 7, 29.57, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11612, 1871, 'Almeida', 215, 7, 7, 7.89, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11613, 1871, 'Almeida', 2167, 19, 7, 228.90, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11614, 1871, 'Almeida', 1894, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11615, 1871, 'Almeida', 5557, 10, 7, 182.78, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11616, 1871, 'Almeida', 5639, 10, 7, 5.09, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11617, 1871, 'Almeida', 3735, 13, 7, 11.77, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11618, 1871, 'Almeida', 2834, 13, 7, 15.88, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11619, 1871, 'Almeida', 3685, 10, 7, 5324.38, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11620, 1871, 'Almeida', 3919, 16, 7, 73.12, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11621, 1871, 'Almeida', 5700, 10, 7, 37.67, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11622, 1871, 'Almeida', 1113, 19, 7, 177.45, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11623, 1871, 'Almeida', 3078, 2, 7, 8.32, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11624, 1871, 'Almeida', 1941, 18, 7, 242.35, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11625, 1871, 'Almeida', 1670, 17, 7, 152.80, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11626, 1871, 'Almeida', 4602, 16, 7, 30.69, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11627, 1871, 'Almeida', 2763, 14, 7, 999.90, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11628, 1871, 'Almeida', 5559, 10, 7, 21.20, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11629, 1871, 'Almeida', 2495, 10, 7, 37.09, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11630, 1871, 'Almeida', 5339, 14, 7, 102.95, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11631, 1871, 'Almeida', 4824, 17, 7, 22.11, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11632, 1871, 'Almeida', 1309, 2, 7, 140.49, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11633, 1871, 'Almeida', 6042, 15, 7, 3.73, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11634, 1871, 'Almeida', 3427, 14, 7, 283.36, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11635, 1871, 'Almeida', 1051, 19, 7, 60.60, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11636, 1871, 'Almeida', 3477, 14, 7, 63.60, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11637, 1871, 'Almeida', 1093, 19, 7, 154.48, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11638, 1871, 'Almeida', 3367, 7, 7, 20.39, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11639, 1871, 'Almeida', 2279, 17, 7, 362.27, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11640, 1871, 'Almeida', 5059, 13, 7, 809.00, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11641, 1871, 'Almeida', 2036, 2, 7, 60.87, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11642, 1871, 'Almeida', 6058, 11, 7, 20.01, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11643, 1871, 'Almeida', 21, 2, 7, 7.28, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11644, 1871, 'Almeida', 4404, 18, 7, 26.66, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:03'),
(11645, 1871, 'Almeida', 2145, 19, 7, 19.79, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:04'),
(11646, 1871, 'Almeida', 2275, 5, 7, 37.80, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:04'),
(11647, 1871, 'Almeida', 5063, 14, 7, 24.47, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:04'),
(11648, 1871, 'Almeida', 1999, 4, 7, 57.20, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:04'),
(11649, 1871, 'Almeida', 3494, 10, 7, 13.16, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:04'),
(11650, 1871, 'Almeida', 4687, 12, 7, 2.78, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:04'),
(11651, 1871, 'Almeida', 2225, 18, 7, 37.36, 1, 1, 'ai_bid', '2024-06-01 22:11:06', '2024-06-01 22:11:06', '2024-06-02 22:12:04'),
(11652, 1871, 'Almeida', 5007, 11, 7, 6.81, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11653, 1871, 'Almeida', 2262, 1, 7, 25.25, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11654, 1871, 'Almeida', 3972, 17, 7, 13.58, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11655, 1871, 'Almeida', 1101, 19, 7, 907.80, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11656, 1871, 'Almeida', 4986, 14, 7, 11.20, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11657, 1871, 'Almeida', 939, 17, 7, 43.45, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11658, 1871, 'Almeida', 597, 10, 7, 3.09, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11659, 1871, 'Almeida', 3186, 4, 7, 8.36, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11660, 1871, 'Almeida', 2099, 17, 7, 21.28, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11661, 1871, 'Almeida', 5882, 13, 7, 4.68, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11662, 1871, 'Almeida', 3382, 10, 7, 2.45, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11663, 1871, 'Almeida', 1811, 5, 7, 0.21, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11664, 1871, 'Almeida', 5764, 13, 7, 1.46, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11665, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11666, 1871, 'Almeida', 734, 19, 7, 0.23, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11667, 1870, 'Liliana', 5217, 16, 8, 128.25, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11668, 1870, 'Liliana', 1627, 13, 8, 6.42, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11669, 1870, 'Liliana', 2718, 18, 8, 269.24, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11670, 1870, 'Liliana', 5493, 17, 8, 325.61, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11671, 1870, 'Liliana', 2072, 19, 8, 19.19, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11672, 1870, 'Liliana', 2619, 18, 8, 19.57, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11673, 1870, 'Liliana', 6095, 15, 8, 30.68, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11674, 1870, 'Liliana', 3845, 4, 8, 31.50, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11675, 1870, 'Liliana', 3538, 10, 8, 158.99, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11676, 1870, 'Liliana', 1824, 19, 8, 129.99, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11677, 1870, 'Liliana', 808, 10, 8, 12.64, 1, 1, 'ai_bid', '2024-06-01 22:11:07', '2024-06-01 22:11:07', '2024-06-02 22:12:04'),
(11678, 1870, 'Liliana', 2583, 14, 8, 7.89, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11679, 1870, 'Liliana', 4471, 15, 8, 1472.89, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11680, 1870, 'Liliana', 1760, 17, 8, 386.58, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11681, 1870, 'Liliana', 2333, 5, 8, 191.90, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11682, 1870, 'Liliana', 34, 2, 8, 3.12, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11683, 1870, 'Liliana', 2566, 17, 8, 199.98, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11684, 1870, 'Liliana', 1862, 18, 8, 52.34, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11685, 1870, 'Liliana', 93, 2, 8, 18.02, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11686, 1870, 'Liliana', 5302, 16, 8, 20.39, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11687, 1870, 'Liliana', 3458, 10, 8, 15.75, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11688, 1870, 'Liliana', 4645, 15, 8, 7.34, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11689, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11690, 1870, 'Liliana', 5890, 11, 8, 2615.90, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11691, 1870, 'Liliana', 2925, 4, 8, 927.00, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11692, 1870, 'Liliana', 3396, 10, 8, 50.49, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11693, 1870, 'Liliana', 5675, 10, 8, 5555.00, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:04'),
(11694, 1870, 'Liliana', 1886, 19, 8, 51.17, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11695, 1870, 'Liliana', 4366, 14, 8, 84.00, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11696, 1870, 'Liliana', 1169, 18, 8, 40.56, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11697, 1870, 'Liliana', 4859, 12, 8, 7.81, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11698, 1870, 'Liliana', 2719, 18, 8, 28.60, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11699, 1870, 'Liliana', 236, 12, 8, 761.05, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11700, 1870, 'Liliana', 5075, 16, 8, 23.63, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11701, 1870, 'Liliana', 3759, 14, 8, 20.39, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11702, 1870, 'Liliana', 3642, 13, 8, 17.33, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11703, 1870, 'Liliana', 5743, 16, 8, 10.59, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11704, 1870, 'Liliana', 5563, 10, 8, 21.20, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11705, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11706, 1870, 'Liliana', 6042, 15, 8, 3.66, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11707, 1870, 'Liliana', 1811, 5, 8, 0.20, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11708, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11709, 1870, 'Liliana', 949, 5, 8, 0.32, 1, 1, 'ai_bid', '2024-06-01 22:11:08', '2024-06-01 22:11:08', '2024-06-02 22:12:05'),
(11710, 1870, 'Liliana', 1827, 19, 8, 0.13, 1, 1, 'ai_bid', '2024-06-01 22:12:04', '2024-06-01 22:12:04', '2024-06-02 22:13:02'),
(11711, 1866, 'Tetyana store', 1233, 19, 6, 21.54, 1, 1, 'ai_bid', '2024-06-01 22:20:05', '2024-06-01 22:20:05', '2024-06-02 22:21:02'),
(11712, 1866, 'Tetyana store', 4314, 15, 6, 5.04, 1, 1, 'ai_bid', '2024-06-01 22:20:05', '2024-06-01 22:20:05', '2024-06-02 22:21:02'),
(11713, 1866, 'Tetyana store', 6082, 11, 6, 7.42, 1, 1, 'ai_bid', '2024-06-01 22:20:05', '2024-06-01 22:20:05', '2024-06-02 22:21:02'),
(11714, 1866, 'Tetyana store', 5752, 15, 6, 14.29, 1, 1, 'ai_bid', '2024-06-01 22:20:05', '2024-06-01 22:20:05', '2024-06-02 22:21:02'),
(11715, 1866, 'Tetyana store', 3186, 4, 6, 8.05, 1, 1, 'ai_bid', '2024-06-01 22:20:05', '2024-06-01 22:20:05', '2024-06-02 22:21:02'),
(11716, 1866, 'Tetyana store', 949, 5, 6, 0.32, 1, 1, 'ai_bid', '2024-06-01 22:20:06', '2024-06-01 22:20:06', '2024-06-02 22:21:02'),
(11717, 1866, 'Tetyana store', 1850, 5, 6, 0.57, 1, 1, 'ai_bid', '2024-06-01 22:20:06', '2024-06-01 22:20:06', '2024-06-02 22:21:02'),
(11718, 1866, 'Tetyana store', 1811, 5, 6, 0.20, 1, 1, 'ai_bid', '2024-06-01 22:20:06', '2024-06-01 22:20:06', '2024-06-02 22:21:02'),
(11719, 1866, 'Tetyana store', 803, 19, 6, 0.20, 1, 1, 'ai_bid', '2024-06-01 22:20:06', '2024-06-01 22:20:06', '2024-06-02 22:21:02'),
(11720, 1873, 'Gustavo', 2134, 2, 9, 36.37, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11721, 1873, 'Gustavo', 3137, 2, 9, 17223.72, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11722, 1873, 'Gustavo', 3275, 7, 9, 38.27, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11723, 1873, 'Gustavo', 24, 2, 9, 1.06, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11724, 1873, 'Gustavo', 2740, 17, 9, 31.79, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11725, 1873, 'Gustavo', 1877, 19, 9, 22.43, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11726, 1873, 'Gustavo', 3678, 14, 9, 10.13, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11727, 1873, 'Gustavo', 1769, 1, 9, 80.94, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11728, 1873, 'Gustavo', 3742, 7, 9, 85.10, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11729, 1873, 'Gustavo', 5352, 16, 9, 17.84, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11730, 1873, 'Gustavo', 247, 12, 9, 98.57, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11731, 1873, 'Gustavo', 6058, 11, 9, 20.20, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11732, 1873, 'Gustavo', 2822, 18, 9, 618.00, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11733, 1873, 'Gustavo', 4078, 5, 9, 46.20, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11734, 1873, 'Gustavo', 5503, 17, 9, 84.08, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11735, 1873, 'Gustavo', 5314, 14, 9, 152.95, 1, 1, 'ai_bid', '2024-06-01 22:29:06', '2024-06-01 22:29:06', '2024-06-02 22:30:03'),
(11736, 1873, 'Gustavo', 5873, 13, 9, 8.31, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11737, 1873, 'Gustavo', 3406, 14, 9, 64.03, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11738, 1873, 'Gustavo', 5958, 17, 9, 9.42, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11739, 1873, 'Gustavo', 3691, 14, 9, 474.79, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11740, 1873, 'Gustavo', 4079, 18, 9, 37.36, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11741, 1873, 'Gustavo', 939, 17, 9, 43.45, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11742, 1873, 'Gustavo', 1071, 4, 9, 4.16, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11743, 1873, 'Gustavo', 634, 5, 9, 1.01, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11744, 1873, 'Gustavo', 1597, 13, 9, 2.30, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11745, 1873, 'Gustavo', 1000, 17, 9, 3.50, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11746, 1873, 'Gustavo', 3318, 5, 9, 1.18, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11747, 1873, 'Gustavo', 624, 5, 9, 1.04, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11748, 1873, 'Gustavo', 803, 19, 9, 0.20, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11749, 1873, 'Gustavo', 1811, 5, 9, 0.21, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11750, 1873, 'Gustavo', 949, 5, 9, 0.30, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11751, 1873, 'Gustavo', 1894, 19, 9, 0.21, 1, 1, 'ai_bid', '2024-06-01 22:29:07', '2024-06-01 22:29:07', '2024-06-02 22:30:03'),
(11752, 1866, 'Tetyana store', 3321, 5, 11, 51.50, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11753, 1866, 'Tetyana store', 1158, 18, 11, 41.34, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11754, 1866, 'Tetyana store', 5430, 16, 11, 21.00, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11755, 1866, 'Tetyana store', 560, 19, 11, 9435.00, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11756, 1866, 'Tetyana store', 4251, 5, 11, 23.91, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11757, 1866, 'Tetyana store', 2084, 7, 11, 16.32, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11758, 1866, 'Tetyana store', 469, 16, 11, 101.00, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11759, 1866, 'Tetyana store', 2479, 7, 11, 651.65, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11760, 1866, 'Tetyana store', 5418, 14, 11, 11.08, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11761, 1866, 'Tetyana store', 549, 7, 11, 10.40, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11762, 1866, 'Tetyana store', 1615, 18, 11, 146.26, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11763, 1866, 'Tetyana store', 414, 7, 11, 31.35, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11764, 1866, 'Tetyana store', 5502, 17, 11, 377.81, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11765, 1866, 'Tetyana store', 2802, 18, 11, 48.04, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11766, 1866, 'Tetyana store', 5400, 14, 11, 71.40, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:02'),
(11767, 1866, 'Tetyana store', 3179, 4, 11, 75.75, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11768, 1866, 'Tetyana store', 2190, 12, 11, 7.27, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11769, 1866, 'Tetyana store', 5833, 17, 11, 15.81, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11770, 1866, 'Tetyana store', 2637, 14, 11, 16.63, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11771, 1866, 'Tetyana store', 919, 7, 11, 314.99, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11772, 1866, 'Tetyana store', 1412, 14, 11, 7.58, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11773, 1866, 'Tetyana store', 5104, 13, 11, 75.25, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11774, 1866, 'Tetyana store', 2312, 2, 11, 147.00, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11775, 1866, 'Tetyana store', 1801, 17, 11, 71.40, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11776, 1866, 'Tetyana store', 3434, 14, 11, 870.35, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11777, 1866, 'Tetyana store', 4020, 17, 11, 25.24, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11778, 1866, 'Tetyana store', 4538, 16, 11, 926.99, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11779, 1866, 'Tetyana store', 5256, 14, 11, 49.44, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11780, 1866, 'Tetyana store', 322, 10, 11, 51.00, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11781, 1866, 'Tetyana store', 2193, 16, 11, 20.93, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11782, 1866, 'Tetyana store', 3852, 16, 11, 5.04, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11783, 1866, 'Tetyana store', 3887, 2, 11, 305.91, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11784, 1866, 'Tetyana store', 2402, 19, 11, 267.12, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11785, 1866, 'Tetyana store', 3070, 2, 11, 315.00, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11786, 1866, 'Tetyana store', 1498, 15, 11, 90.53, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11787, 1866, 'Tetyana store', 1588, 4, 11, 3.15, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11788, 1866, 'Tetyana store', 2569, 10, 11, 70.49, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11789, 1866, 'Tetyana store', 441, 17, 11, 37.95, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11790, 1866, 'Tetyana store', 3897, 2, 11, 101.31, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11791, 1866, 'Tetyana store', 152, 18, 11, 9.27, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11792, 1866, 'Tetyana store', 528, 17, 11, 15.30, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11793, 1866, 'Tetyana store', 5203, 16, 11, 169.04, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11794, 1866, 'Tetyana store', 1697, 5, 11, 15.10, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11795, 1866, 'Tetyana store', 158, 16, 11, 46.17, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11796, 1866, 'Tetyana store', 2741, 18, 11, 20.59, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11797, 1866, 'Tetyana store', 3421, 10, 11, 30.45, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11798, 1866, 'Tetyana store', 4642, 5, 11, 25.30, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11799, 1866, 'Tetyana store', 1136, 16, 11, 25.93, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11800, 1866, 'Tetyana store', 5253, 16, 11, 16.68, 1, 1, 'ai_bid', '2024-06-01 22:40:11', '2024-06-01 22:40:11', '2024-06-02 22:41:03'),
(11801, 1866, 'Tetyana store', 5452, 17, 11, 23.91, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11802, 1866, 'Tetyana store', 5778, 13, 11, 15.29, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11803, 1866, 'Tetyana store', 318, 18, 11, 30.07, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11804, 1866, 'Tetyana store', 5613, 16, 11, 20.99, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11805, 1866, 'Tetyana store', 839, 19, 11, 19.91, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11806, 1866, 'Tetyana store', 1567, 19, 11, 45.57, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11807, 1866, 'Tetyana store', 2020, 2, 11, 10.30, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11808, 1866, 'Tetyana store', 1980, 19, 11, 123.60, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11809, 1866, 'Tetyana store', 5878, 11, 11, 378.00, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11810, 1866, 'Tetyana store', 750, 19, 11, 4.11, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11811, 1866, 'Tetyana store', 2318, 2, 11, 455.94, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11812, 1866, 'Tetyana store', 2716, 14, 11, 27.19, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11813, 1866, 'Tetyana store', 3501, 11, 11, 9.54, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11814, 1866, 'Tetyana store', 5027, 14, 11, 9.53, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11815, 1866, 'Tetyana store', 3575, 17, 11, 8.76, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11816, 1866, 'Tetyana store', 1020, 5, 11, 6.39, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11817, 1866, 'Tetyana store', 1894, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11818, 1866, 'Tetyana store', 1811, 5, 11, 0.21, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11819, 1866, 'Tetyana store', 1827, 19, 11, 0.13, 1, 1, 'ai_bid', '2024-06-01 22:40:12', '2024-06-01 22:40:12', '2024-06-02 22:41:03'),
(11820, 1867, 'Omevoric enterprises', 5066, 14, 12, 21.19, 1, 1, 'ai_bid', '2024-06-01 22:51:04', '2024-06-01 22:51:04', '2024-06-02 22:52:02'),
(11821, 1867, 'Omevoric enterprises', 1278, 19, 12, 353.50, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11822, 1867, 'Omevoric enterprises', 498, 19, 12, 213.12, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11823, 1867, 'Omevoric enterprises', 5617, 10, 12, 5.86, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11824, 1867, 'Omevoric enterprises', 1016, 16, 12, 132.29, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11825, 1867, 'Omevoric enterprises', 2044, 5, 12, 323.20, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11826, 1867, 'Omevoric enterprises', 5186, 16, 12, 332.89, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11827, 1867, 'Omevoric enterprises', 3691, 14, 12, 474.79, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11828, 1867, 'Omevoric enterprises', 4761, 12, 12, 223.62, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11829, 1867, 'Omevoric enterprises', 1144, 4, 12, 37.28, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11830, 1867, 'Omevoric enterprises', 5800, 15, 12, 1616.00, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11831, 1867, 'Omevoric enterprises', 3557, 12, 12, 25.19, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11832, 1867, 'Omevoric enterprises', 5877, 13, 12, 28.51, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11833, 1867, 'Omevoric enterprises', 3532, 12, 12, 8.09, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11834, 1867, 'Omevoric enterprises', 216, 7, 12, 17.10, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11835, 1867, 'Omevoric enterprises', 62, 2, 12, 18.36, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11836, 1867, 'Omevoric enterprises', 5654, 15, 12, 36.05, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11837, 1867, 'Omevoric enterprises', 164, 4, 12, 409.62, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11838, 1867, 'Omevoric enterprises', 1588, 4, 12, 3.03, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11839, 1867, 'Omevoric enterprises', 3375, 10, 12, 13.51, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11840, 1867, 'Omevoric enterprises', 5546, 10, 12, 443.38, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11841, 1867, 'Omevoric enterprises', 3000, 19, 12, 20.60, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11842, 1867, 'Omevoric enterprises', 603, 10, 12, 10.20, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11843, 1867, 'Omevoric enterprises', 5736, 16, 12, 107.05, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:02'),
(11844, 1867, 'Omevoric enterprises', 4292, 18, 12, 370.74, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11845, 1867, 'Omevoric enterprises', 3129, 4, 12, 574.38, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11846, 1867, 'Omevoric enterprises', 1984, 4, 12, 270.39, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11847, 1867, 'Omevoric enterprises', 1638, 17, 12, 14.63, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11848, 1867, 'Omevoric enterprises', 1065, 19, 12, 775.20, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11849, 1867, 'Omevoric enterprises', 5980, 17, 12, 20.76, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11850, 1867, 'Omevoric enterprises', 1581, 4, 12, 20.88, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11851, 1867, 'Omevoric enterprises', 3523, 12, 12, 16.18, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11852, 1867, 'Omevoric enterprises', 3070, 2, 12, 312.00, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11853, 1867, 'Omevoric enterprises', 4840, 12, 12, 72.17, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11854, 1867, 'Omevoric enterprises', 5824, 17, 12, 1.44, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11855, 1867, 'Omevoric enterprises', 5886, 11, 12, 1665.66, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11856, 1867, 'Omevoric enterprises', 75, 2, 12, 12.36, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11857, 1867, 'Omevoric enterprises', 1656, 17, 12, 31.15, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11858, 1867, 'Omevoric enterprises', 4478, 15, 12, 25.44, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11859, 1867, 'Omevoric enterprises', 4741, 12, 12, 11.23, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11860, 1867, 'Omevoric enterprises', 2418, 19, 12, 141.40, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11861, 1867, 'Omevoric enterprises', 5149, 16, 12, 34.97, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11862, 1867, 'Omevoric enterprises', 4034, 18, 12, 12.37, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11863, 1867, 'Omevoric enterprises', 4770, 12, 12, 37.73, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11864, 1867, 'Omevoric enterprises', 5178, 16, 12, 97.96, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11865, 1867, 'Omevoric enterprises', 1864, 19, 12, 724.50, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11866, 1867, 'Omevoric enterprises', 2771, 14, 12, 306.43, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11867, 1867, 'Omevoric enterprises', 1577, 4, 12, 72.10, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11868, 1867, 'Omevoric enterprises', 1021, 5, 12, 3.15, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11869, 1867, 'Omevoric enterprises', 4398, 14, 12, 103.00, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11870, 1867, 'Omevoric enterprises', 1190, 18, 12, 33.92, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11871, 1867, 'Omevoric enterprises', 388, 2, 12, 273.00, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11872, 1867, 'Omevoric enterprises', 1310, 2, 12, 707.00, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11873, 1867, 'Omevoric enterprises', 4919, 13, 12, 35.70, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11874, 1867, 'Omevoric enterprises', 6098, 15, 12, 20.58, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11875, 1867, 'Omevoric enterprises', 4878, 12, 12, 242.66, 1, 1, 'ai_bid', '2024-06-01 22:51:06', '2024-06-01 22:51:06', '2024-06-02 22:52:03'),
(11876, 1867, 'Omevoric enterprises', 5924, 13, 12, 6.93, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11877, 1867, 'Omevoric enterprises', 978, 16, 12, 13.52, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11878, 1867, 'Omevoric enterprises', 2260, 19, 12, 286.20, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11879, 1867, 'Omevoric enterprises', 2026, 4, 12, 87.24, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11880, 1867, 'Omevoric enterprises', 2158, 17, 12, 45.45, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11881, 1867, 'Omevoric enterprises', 2427, 19, 12, 244.80, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11882, 1867, 'Omevoric enterprises', 4251, 5, 12, 24.37, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11883, 1867, 'Omevoric enterprises', 5793, 15, 12, 315.08, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11884, 1867, 'Omevoric enterprises', 1852, 18, 12, 93.39, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11885, 1867, 'Omevoric enterprises', 3834, 15, 12, 52.00, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11886, 1867, 'Omevoric enterprises', 6061, 15, 12, 20.73, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11887, 1867, 'Omevoric enterprises', 5287, 14, 12, 10.40, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11888, 1867, 'Omevoric enterprises', 5631, 15, 12, 40.80, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11889, 1867, 'Omevoric enterprises', 520, 17, 12, 39.95, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11890, 1867, 'Omevoric enterprises', 1029, 19, 12, 32.41, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11891, 1867, 'Omevoric enterprises', 503, 19, 12, 1310.16, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11892, 1867, 'Omevoric enterprises', 5403, 14, 12, 416.79, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11893, 1867, 'Omevoric enterprises', 3456, 10, 12, 102.96, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11894, 1867, 'Omevoric enterprises', 5009, 11, 12, 39.89, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11895, 1867, 'Omevoric enterprises', 259, 18, 12, 10.70, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11896, 1867, 'Omevoric enterprises', 1632, 19, 12, 1696.80, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11897, 1867, 'Omevoric enterprises', 3844, 16, 12, 5.04, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11898, 1867, 'Omevoric enterprises', 2471, 7, 12, 338.87, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11899, 1867, 'Omevoric enterprises', 2209, 19, 12, 123.60, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11900, 1867, 'Omevoric enterprises', 3727, 10, 12, 62.22, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11901, 1867, 'Omevoric enterprises', 5961, 17, 12, 13.12, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11902, 1867, 'Omevoric enterprises', 1233, 19, 12, 21.13, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11903, 1867, 'Omevoric enterprises', 3753, 7, 12, 77.24, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11904, 1867, 'Omevoric enterprises', 2102, 18, 12, 27.03, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11905, 1867, 'Omevoric enterprises', 1694, 19, 12, 14.79, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11906, 1867, 'Omevoric enterprises', 294, 5, 12, 46.20, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11907, 1867, 'Omevoric enterprises', 4479, 16, 12, 2.05, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11908, 1867, 'Omevoric enterprises', 5773, 13, 12, 15.87, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:03'),
(11909, 1867, 'Omevoric enterprises', 5070, 16, 12, 134.40, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11910, 1867, 'Omevoric enterprises', 2394, 10, 12, 41.60, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11911, 1867, 'Omevoric enterprises', 1179, 18, 12, 16.03, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11912, 1867, 'Omevoric enterprises', 5822, 11, 12, 36.74, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11913, 1867, 'Omevoric enterprises', 1535, 14, 12, 48.08, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11914, 1867, 'Omevoric enterprises', 1042, 19, 12, 18.72, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11915, 1867, 'Omevoric enterprises', 3923, 16, 12, 483.00, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11916, 1867, 'Omevoric enterprises', 1229, 19, 12, 202.00, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11917, 1867, 'Omevoric enterprises', 1672, 17, 12, 31.49, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11918, 1867, 'Omevoric enterprises', 5269, 16, 12, 11.54, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11919, 1867, 'Omevoric enterprises', 6146, 11, 12, 30.60, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11920, 1867, 'Omevoric enterprises', 782, 14, 12, 7.12, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11921, 1867, 'Omevoric enterprises', 4472, 15, 12, 292.95, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11922, 1867, 'Omevoric enterprises', 1157, 19, 12, 40.80, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(11923, 1867, 'Omevoric enterprises', 3590, 12, 12, 43.61, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11924, 1867, 'Omevoric enterprises', 4774, 12, 12, 103.00, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11925, 1867, 'Omevoric enterprises', 4213, 5, 12, 4.82, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11926, 1867, 'Omevoric enterprises', 3075, 2, 12, 12.74, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11927, 1867, 'Omevoric enterprises', 5211, 16, 12, 72.80, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11928, 1867, 'Omevoric enterprises', 5669, 16, 12, 25.74, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11929, 1867, 'Omevoric enterprises', 3310, 15, 12, 7.23, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11930, 1867, 'Omevoric enterprises', 756, 19, 12, 0.47, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11931, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11932, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-06-01 22:51:07', '2024-06-01 22:51:07', '2024-06-02 22:52:04'),
(11933, 1868, 'Marcelo Ltd', 3770, 7, 13, 12.98, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:02'),
(11934, 1868, 'Marcelo Ltd', 4838, 17, 13, 699.59, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:02'),
(11935, 1868, 'Marcelo Ltd', 2918, 18, 13, 599.94, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:02'),
(11936, 1868, 'Marcelo Ltd', 890, 19, 13, 161.59, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:02'),
(11937, 1868, 'Marcelo Ltd', 5494, 17, 13, 639.61, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:02'),
(11938, 1868, 'Marcelo Ltd', 1628, 19, 13, 1861.50, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:02'),
(11939, 1868, 'Marcelo Ltd', 5373, 14, 13, 50.97, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:02'),
(11940, 1868, 'Marcelo Ltd', 5698, 15, 13, 127.50, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11941, 1868, 'Marcelo Ltd', 3000, 19, 13, 21.20, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11942, 1868, 'Marcelo Ltd', 4151, 14, 13, 34.31, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11943, 1868, 'Marcelo Ltd', 5211, 16, 13, 72.10, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11944, 1868, 'Marcelo Ltd', 857, 12, 13, 94.68, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11945, 1868, 'Marcelo Ltd', 4979, 12, 13, 4.80, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11946, 1868, 'Marcelo Ltd', 4682, 12, 13, 15.79, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11947, 1868, 'Marcelo Ltd', 3303, 16, 13, 1260.00, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11948, 1868, 'Marcelo Ltd', 3708, 14, 13, 22.04, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11949, 1868, 'Marcelo Ltd', 243, 5, 13, 596.70, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11950, 1868, 'Marcelo Ltd', 5254, 16, 13, 24.79, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11951, 1868, 'Marcelo Ltd', 535, 14, 13, 10.60, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11952, 1868, 'Marcelo Ltd', 5552, 10, 13, 27.42, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11953, 1868, 'Marcelo Ltd', 4868, 17, 13, 403.99, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11954, 1868, 'Marcelo Ltd', 5262, 14, 13, 153.90, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11955, 1868, 'Marcelo Ltd', 5556, 10, 13, 107.57, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11956, 1868, 'Marcelo Ltd', 5879, 11, 13, 644.48, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11957, 1868, 'Marcelo Ltd', 1529, 15, 13, 21.00, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11958, 1868, 'Marcelo Ltd', 1411, 10, 13, 7.13, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11959, 1868, 'Marcelo Ltd', 1816, 17, 13, 16.30, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11960, 1868, 'Marcelo Ltd', 2217, 2, 13, 19.38, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11961, 1868, 'Marcelo Ltd', 5982, 17, 13, 45.25, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11962, 1868, 'Marcelo Ltd', 669, 19, 13, 20.20, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11963, 1868, 'Marcelo Ltd', 5684, 10, 13, 315.00, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11964, 1868, 'Marcelo Ltd', 6102, 15, 13, 31.19, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11965, 1868, 'Marcelo Ltd', 4070, 5, 13, 20.40, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11966, 1868, 'Marcelo Ltd', 3278, 16, 13, 155.53, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11967, 1868, 'Marcelo Ltd', 6015, 14, 13, 92.92, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11968, 1868, 'Marcelo Ltd', 1207, 18, 13, 59.16, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11969, 1868, 'Marcelo Ltd', 1055, 19, 13, 31.80, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11970, 1868, 'Marcelo Ltd', 329, 18, 13, 137.15, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11971, 1868, 'Marcelo Ltd', 5349, 13, 13, 275.60, 1, 1, 'ai_bid', '2024-06-01 23:23:04', '2024-06-01 23:23:04', '2024-06-02 23:24:03'),
(11972, 1868, 'Marcelo Ltd', 2645, 14, 13, 21.20, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11973, 1868, 'Marcelo Ltd', 1188, 19, 13, 32.23, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11974, 1868, 'Marcelo Ltd', 2182, 19, 13, 61.20, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11975, 1868, 'Marcelo Ltd', 212, 18, 13, 39.45, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11976, 1868, 'Marcelo Ltd', 2646, 14, 13, 126.16, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11977, 1868, 'Marcelo Ltd', 1578, 18, 13, 1513.99, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11978, 1868, 'Marcelo Ltd', 473, 17, 13, 16.15, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11979, 1868, 'Marcelo Ltd', 4054, 13, 13, 394.15, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11980, 1868, 'Marcelo Ltd', 3032, 19, 13, 719.97, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11981, 1868, 'Marcelo Ltd', 3082, 2, 13, 12.34, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11982, 1868, 'Marcelo Ltd', 5780, 15, 13, 577.50, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11983, 1868, 'Marcelo Ltd', 313, 18, 13, 196.25, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11984, 1868, 'Marcelo Ltd', 5579, 10, 13, 84.13, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11985, 1868, 'Marcelo Ltd', 6036, 15, 13, 48.08, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11986, 1868, 'Marcelo Ltd', 3475, 14, 13, 92.18, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11987, 1868, 'Marcelo Ltd', 5885, 17, 13, 329.81, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11988, 1868, 'Marcelo Ltd', 4875, 14, 13, 8.97, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11989, 1868, 'Marcelo Ltd', 1924, 13, 13, 11.63, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11990, 1868, 'Marcelo Ltd', 4727, 12, 13, 32.27, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11991, 1868, 'Marcelo Ltd', 5761, 13, 13, 2.04, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11992, 1868, 'Marcelo Ltd', 1654, 19, 13, 31.61, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11993, 1868, 'Marcelo Ltd', 3210, 17, 13, 16.17, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11994, 1868, 'Marcelo Ltd', 3489, 10, 13, 10.09, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11995, 1868, 'Marcelo Ltd', 4549, 16, 13, 10.59, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11996, 1868, 'Marcelo Ltd', 5911, 13, 13, 8.06, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11997, 1868, 'Marcelo Ltd', 4608, 15, 13, 94.50, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11998, 1868, 'Marcelo Ltd', 433, 16, 13, 261.11, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(11999, 1868, 'Marcelo Ltd', 3253, 7, 13, 16.56, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12000, 1868, 'Marcelo Ltd', 4621, 5, 13, 20.99, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12001, 1868, 'Marcelo Ltd', 4853, 14, 13, 11.08, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12002, 1868, 'Marcelo Ltd', 1597, 13, 13, 2.32, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12003, 1868, 'Marcelo Ltd', 2834, 13, 13, 15.28, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12004, 1868, 'Marcelo Ltd', 6049, 11, 13, 10.50, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12005, 1868, 'Marcelo Ltd', 597, 10, 13, 3.12, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12006, 1868, 'Marcelo Ltd', 803, 19, 13, 0.20, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12007, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-06-01 23:23:05', '2024-06-01 23:23:05', '2024-06-02 23:24:03'),
(12008, 1798, 'Feelyards', 1025, 5, NULL, 301.00, 1, 1, 'manual_bid', '2024-06-01 23:31:09', '2024-06-01 23:31:09', '2024-06-02 23:32:03'),
(12009, 1798, 'Feelyards', 245, 5, NULL, 71.00, 1, 1, 'manual_bid', '2024-06-01 23:33:37', '2024-06-01 23:33:37', '2024-06-02 23:34:03'),
(12010, 1869, 'Anatoliy fast store', 3213, 4, 14, 6.23, 1, 1, 'ai_bid', '2024-06-01 23:53:04', '2024-06-01 23:53:04', '2024-06-02 23:54:04'),
(12011, 1869, 'Anatoliy fast store', 2170, 2, 14, 129.28, 1, 1, 'ai_bid', '2024-06-01 23:53:05', '2024-06-01 23:53:05', '2024-06-02 23:54:04'),
(12012, 1869, 'Anatoliy fast store', 3024, 10, 14, 202.98, 1, 1, 'ai_bid', '2024-06-01 23:53:05', '2024-06-01 23:53:05', '2024-06-02 23:54:04'),
(12013, 1869, 'Anatoliy fast store', 5343, 16, 14, 10.10, 1, 1, 'ai_bid', '2024-06-01 23:53:05', '2024-06-01 23:53:05', '2024-06-02 23:54:04'),
(12014, 1869, 'Anatoliy fast store', 3441, 10, 14, 26.25, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12015, 1869, 'Anatoliy fast store', 2387, 16, 14, 43.60, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12016, 1869, 'Anatoliy fast store', 1179, 18, 14, 16.50, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12017, 1869, 'Anatoliy fast store', 870, 19, 14, 837.90, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12018, 1869, 'Anatoliy fast store', 2682, 14, 14, 27.97, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12019, 1869, 'Anatoliy fast store', 3796, 19, 14, 8568.00, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12020, 1869, 'Anatoliy fast store', 1798, 17, 14, 1522.50, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12021, 1869, 'Anatoliy fast store', 1083, 1, 14, 68.76, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12022, 1869, 'Anatoliy fast store', 3943, 16, 14, 1694.94, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12023, 1869, 'Anatoliy fast store', 700, 18, 14, 43.13, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12024, 1869, 'Anatoliy fast store', 4153, 5, 14, 297.95, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12025, 1869, 'Anatoliy fast store', 2768, 14, 14, 3031.60, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12026, 1869, 'Anatoliy fast store', 114, 2, 14, 161.60, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12027, 1869, 'Anatoliy fast store', 1636, 18, 14, 10.64, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12028, 1869, 'Anatoliy fast store', 5721, 10, 14, 11.21, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12029, 1869, 'Anatoliy fast store', 2977, 7, 14, 762.16, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12030, 1869, 'Anatoliy fast store', 2450, 2, 14, 15.75, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12031, 1869, 'Anatoliy fast store', 5898, 13, 14, 36.12, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12032, 1869, 'Anatoliy fast store', 1546, 2, 14, 51.45, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12033, 1869, 'Anatoliy fast store', 5029, 11, 14, 66.14, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12034, 1869, 'Anatoliy fast store', 5954, 11, 14, 189.74, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12035, 1869, 'Anatoliy fast store', 388, 2, 14, 275.60, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12036, 1869, 'Anatoliy fast store', 507, 7, 14, 38.01, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12037, 1869, 'Anatoliy fast store', 2952, 19, 14, 561.00, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12038, 1869, 'Anatoliy fast store', 5489, 7, 14, 2.06, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12039, 1869, 'Anatoliy fast store', 1828, 19, 14, 132.87, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12040, 1869, 'Anatoliy fast store', 3790, 19, 14, 47.24, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12041, 1869, 'Anatoliy fast store', 1615, 18, 14, 146.26, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12042, 1869, 'Anatoliy fast store', 249, 12, 14, 33.31, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12043, 1869, 'Anatoliy fast store', 1744, 19, 14, 87.96, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12044, 1869, 'Anatoliy fast store', 161, 14, 14, 31.31, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12045, 1869, 'Anatoliy fast store', 6146, 11, 14, 30.30, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12046, 1869, 'Anatoliy fast store', 756, 19, 14, 0.46, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12047, 1869, 'Anatoliy fast store', 1894, 19, 14, 0.21, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12048, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-06-01 23:53:06', '2024-06-01 23:53:06', '2024-06-02 23:54:04'),
(12049, 1872, 'Melisa', 1389, 19, 18, 222.56, 1, 1, 'ai_bid', '2024-06-02 01:44:05', '2024-06-02 01:44:05', '2024-06-03 01:45:03'),
(12050, 1872, 'Melisa', 761, 7, 18, 2.64, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12051, 1872, 'Melisa', 1829, 5, 18, 0.80, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12052, 1872, 'Melisa', 3762, 7, 18, 51.08, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12053, 1872, 'Melisa', 4274, 18, 18, 62.40, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12054, 1872, 'Melisa', 5142, 16, 18, 315.45, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12055, 1872, 'Melisa', 5174, 16, 18, 43.45, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12056, 1872, 'Melisa', 453, 17, 18, 152.93, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12057, 1872, 'Melisa', 1957, 5, 18, 22.05, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12058, 1872, 'Melisa', 1995, 4, 18, 45.48, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12059, 1872, 'Melisa', 2459, 19, 18, 318.00, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:03'),
(12060, 1872, 'Melisa', 4461, 15, 18, 587.09, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12061, 1872, 'Melisa', 1796, 19, 18, 63.92, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12062, 1872, 'Melisa', 2866, 14, 18, 5.76, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12063, 1872, 'Melisa', 3435, 7, 18, 157.03, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12064, 1872, 'Melisa', 5413, 14, 18, 7597.98, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12065, 1872, 'Melisa', 2097, 5, 18, 9.33, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12066, 1872, 'Melisa', 1098, 19, 18, 281.79, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12067, 1872, 'Melisa', 2080, 7, 18, 153.00, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12068, 1872, 'Melisa', 6024, 15, 18, 3.89, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12069, 1872, 'Melisa', 5522, 10, 18, 103.00, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12070, 1872, 'Melisa', 707, 18, 18, 244.34, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12071, 1872, 'Melisa', 3134, 2, 18, 333.71, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12072, 1872, 'Melisa', 3352, 15, 18, 2142.00, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12073, 1872, 'Melisa', 3489, 10, 18, 10.29, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12074, 1872, 'Melisa', 44, 2, 18, 4.16, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12075, 1872, 'Melisa', 803, 19, 18, 0.20, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12076, 1872, 'Melisa', 1844, 19, 18, 0.31, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12077, 1872, 'Melisa', 752, 19, 18, 1.03, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12078, 1872, 'Melisa', 1811, 5, 18, 0.21, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12079, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-02 01:44:07', '2024-06-02 01:44:07', '2024-06-03 01:45:04'),
(12080, 1869, 'Anatoliy fast store', 5159, 16, 17, 13.51, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12081, 1869, 'Anatoliy fast store', 4373, 14, 17, 1554.80, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12082, 1869, 'Anatoliy fast store', 3684, 18, 17, 415.51, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12083, 1869, 'Anatoliy fast store', 4976, 13, 17, 208.00, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12084, 1869, 'Anatoliy fast store', 1870, 19, 17, 25.44, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12085, 1869, 'Anatoliy fast store', 847, 19, 17, 19.53, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12086, 1869, 'Anatoliy fast store', 883, 7, 17, 4.64, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12087, 1869, 'Anatoliy fast store', 5690, 10, 17, 26.08, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12088, 1869, 'Anatoliy fast store', 283, 14, 17, 44.34, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12089, 1869, 'Anatoliy fast store', 1533, 15, 17, 24.38, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12090, 1869, 'Anatoliy fast store', 3041, 14, 17, 16.77, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12091, 1869, 'Anatoliy fast store', 1276, 19, 17, 41.02, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12092, 1869, 'Anatoliy fast store', 851, 5, 17, 25.33, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12093, 1869, 'Anatoliy fast store', 999, 5, 17, 14.56, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12094, 1869, 'Anatoliy fast store', 5861, 13, 17, 25.74, 1, 1, 'ai_bid', '2024-06-02 21:00:09', '2024-06-02 21:00:09', '2024-06-03 21:01:03'),
(12095, 1869, 'Anatoliy fast store', 1701, 5, 17, 6.83, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12096, 1869, 'Anatoliy fast store', 5622, 10, 17, 7.86, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12097, 1869, 'Anatoliy fast store', 5341, 14, 17, 10600.00, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12098, 1869, 'Anatoliy fast store', 4738, 14, 17, 112.27, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12099, 1869, 'Anatoliy fast store', 5928, 13, 17, 4.92, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12100, 1869, 'Anatoliy fast store', 4668, 12, 17, 1.53, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12101, 1869, 'Anatoliy fast store', 3296, 5, 17, 1.14, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12102, 1869, 'Anatoliy fast store', 1850, 5, 17, 0.56, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12103, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-06-02 21:00:10', '2024-06-02 21:00:10', '2024-06-03 21:01:03'),
(12104, 1866, 'Tetyana store', 1082, 19, 16, 131.25, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:05'),
(12105, 1866, 'Tetyana store', 3417, 14, 16, 29.14, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12106, 1866, 'Tetyana store', 1159, 14, 16, 10.39, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12107, 1866, 'Tetyana store', 1930, 18, 16, 39.52, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12108, 1866, 'Tetyana store', 3962, 16, 16, 93.81, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12109, 1866, 'Tetyana store', 4228, 14, 16, 5.29, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12110, 1866, 'Tetyana store', 2277, 16, 16, 32.52, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12111, 1866, 'Tetyana store', 3447, 14, 16, 544.96, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12112, 1866, 'Tetyana store', 4527, 16, 16, 69.29, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12113, 1866, 'Tetyana store', 4720, 12, 16, 8.28, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12114, 1866, 'Tetyana store', 5355, 13, 16, 4006.94, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12115, 1866, 'Tetyana store', 699, 18, 16, 67.67, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:06'),
(12116, 1866, 'Tetyana store', 5027, 14, 16, 9.44, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:07'),
(12117, 1866, 'Tetyana store', 6055, 15, 16, 8.12, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:07'),
(12118, 1866, 'Tetyana store', 282, 18, 16, 271.31, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:07'),
(12119, 1866, 'Tetyana store', 2546, 14, 16, 185.39, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:07'),
(12120, 1866, 'Tetyana store', 3652, 18, 16, 5194.53, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:07'),
(12121, 1866, 'Tetyana store', 4080, 18, 16, 9.75, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:07'),
(12122, 1866, 'Tetyana store', 659, 10, 16, 8.32, 1, 1, 'ai_bid', '2024-06-02 22:03:04', '2024-06-02 22:03:04', '2024-06-03 22:03:07'),
(12123, 1866, 'Tetyana store', 1127, 19, 16, 56.42, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12124, 1866, 'Tetyana store', 441, 17, 16, 37.95, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12125, 1866, 'Tetyana store', 4882, 17, 16, 18.53, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12126, 1866, 'Tetyana store', 5374, 14, 16, 72.14, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12127, 1866, 'Tetyana store', 1685, 19, 16, 31.79, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12128, 1866, 'Tetyana store', 4295, 14, 16, 106.00, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12129, 1866, 'Tetyana store', 1746, 2, 16, 182.58, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12130, 1866, 'Tetyana store', 524, 18, 16, 137.35, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12131, 1866, 'Tetyana store', 139, 7, 16, 510.00, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12132, 1866, 'Tetyana store', 858, 19, 16, 14.38, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12133, 1866, 'Tetyana store', 3107, 2, 16, 210.94, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12134, 1866, 'Tetyana store', 4414, 16, 16, 245.70, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12135, 1866, 'Tetyana store', 4711, 12, 16, 30.30, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12136, 1866, 'Tetyana store', 6120, 11, 16, 28.44, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12137, 1866, 'Tetyana store', 984, 17, 16, 735.14, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12138, 1866, 'Tetyana store', 4117, 18, 16, 31.30, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12139, 1866, 'Tetyana store', 1427, 19, 16, 20.96, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12140, 1866, 'Tetyana store', 1019, 5, 16, 140.70, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12141, 1866, 'Tetyana store', 2496, 16, 16, 113.92, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12142, 1866, 'Tetyana store', 3773, 15, 16, 3.70, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12143, 1866, 'Tetyana store', 4523, 16, 16, 3.03, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12144, 1866, 'Tetyana store', 5764, 13, 16, 1.48, 1, 1, 'ai_bid', '2024-06-02 22:03:05', '2024-06-02 22:03:05', '2024-06-03 22:03:07'),
(12145, 1871, 'Almeida', 563, 17, 7, 4.20, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12146, 1871, 'Almeida', 4526, 16, 7, 84.43, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12147, 1871, 'Almeida', 154, 18, 7, 5.30, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12148, 1871, 'Almeida', 1924, 13, 7, 11.74, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12149, 1871, 'Almeida', 3020, 14, 7, 24.37, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12150, 1871, 'Almeida', 290, 5, 7, 159.51, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12151, 1871, 'Almeida', 6003, 14, 7, 7831.51, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12152, 1871, 'Almeida', 5033, 14, 7, 6.35, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12153, 1871, 'Almeida', 4357, 18, 7, 9914.00, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12154, 1871, 'Almeida', 5813, 15, 7, 155.95, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12155, 1871, 'Almeida', 192, 4, 7, 125.29, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12156, 1871, 'Almeida', 810, 10, 7, 26.61, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12157, 1871, 'Almeida', 122, 18, 7, 47.70, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12158, 1871, 'Almeida', 522, 18, 7, 49.34, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12159, 1871, 'Almeida', 105, 2, 7, 337.05, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12160, 1871, 'Almeida', 4195, 14, 7, 856.79, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:03'),
(12161, 1871, 'Almeida', 2086, 7, 7, 266.58, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12162, 1871, 'Almeida', 5594, 16, 7, 13.77, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12163, 1871, 'Almeida', 6093, 15, 7, 25.20, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12164, 1871, 'Almeida', 2269, 16, 7, 29.30, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12165, 1871, 'Almeida', 4443, 15, 7, 35.01, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12166, 1871, 'Almeida', 2327, 18, 7, 455.80, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12167, 1871, 'Almeida', 5082, 16, 7, 24.12, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12168, 1871, 'Almeida', 365, 18, 7, 742.00, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12169, 1871, 'Almeida', 1147, 19, 7, 101.00, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12170, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12171, 1871, 'Almeida', 4288, 18, 7, 218.40, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12172, 1871, 'Almeida', 483, 1, 7, 57.93, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12173, 1871, 'Almeida', 2370, 19, 7, 2.28, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12174, 1871, 'Almeida', 2572, 17, 7, 21.83, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12175, 1871, 'Almeida', 2823, 19, 7, 26.49, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12176, 1871, 'Almeida', 4234, 18, 7, 42.24, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12177, 1871, 'Almeida', 167, 2, 7, 27.66, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12178, 1871, 'Almeida', 3036, 10, 7, 1028.97, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12179, 1871, 'Almeida', 1052, 19, 7, 61.79, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12180, 1871, 'Almeida', 1253, 10, 7, 31.40, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12181, 1871, 'Almeida', 2341, 10, 7, 38.65, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12182, 1871, 'Almeida', 2146, 19, 7, 46.32, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12183, 1871, 'Almeida', 2039, 17, 7, 30.01, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12184, 1871, 'Almeida', 717, 18, 7, 41.57, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12185, 1871, 'Almeida', 1203, 19, 7, 13.78, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12186, 1871, 'Almeida', 2104, 18, 7, 18.10, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12187, 1871, 'Almeida', 2677, 18, 7, 294.58, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12188, 1871, 'Almeida', 2306, 19, 7, 714.00, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12189, 1871, 'Almeida', 3609, 12, 7, 141.78, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12190, 1871, 'Almeida', 4293, 18, 7, 202.15, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12191, 1871, 'Almeida', 3100, 2, 7, 1573.95, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12192, 1871, 'Almeida', 2020, 2, 7, 10.20, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12193, 1871, 'Almeida', 4031, 17, 7, 61.19, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12194, 1871, 'Almeida', 2004, 4, 7, 90.71, 1, 1, 'ai_bid', '2024-06-02 23:24:04', '2024-06-02 23:24:04', '2024-06-03 23:25:04'),
(12195, 1871, 'Almeida', 5945, 17, 7, 3.51, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12196, 1871, 'Almeida', 3015, 14, 7, 77.06, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12197, 1871, 'Almeida', 2704, 14, 7, 16.79, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12198, 1871, 'Almeida', 2281, 10, 7, 26.57, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12199, 1871, 'Almeida', 3745, 7, 7, 13.08, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12200, 1871, 'Almeida', 4928, 12, 7, 51.77, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12201, 1871, 'Almeida', 158, 16, 7, 47.08, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12202, 1871, 'Almeida', 2031, 4, 7, 532.27, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12203, 1871, 'Almeida', 1601, 18, 7, 448.24, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12204, 1871, 'Almeida', 4044, 18, 7, 24.01, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12205, 1871, 'Almeida', 3826, 4, 7, 405.96, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12206, 1871, 'Almeida', 3761, 14, 7, 14.54, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12207, 1871, 'Almeida', 2852, 12, 7, 17.67, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12208, 1871, 'Almeida', 1054, 17, 7, 23.74, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12209, 1871, 'Almeida', 3698, 14, 7, 202.45, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12210, 1871, 'Almeida', 3784, 13, 7, 96.90, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12211, 1871, 'Almeida', 1766, 2, 7, 63.60, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12212, 1871, 'Almeida', 4033, 18, 7, 2.73, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12213, 1871, 'Almeida', 688, 19, 7, 2789.85, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12214, 1871, 'Almeida', 4256, 5, 7, 2524.99, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12215, 1871, 'Almeida', 960, 7, 7, 92.70, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12216, 1871, 'Almeida', 5366, 13, 7, 92.69, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12217, 1871, 'Almeida', 5205, 16, 7, 82.61, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12218, 1871, 'Almeida', 319, 7, 7, 30.48, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12219, 1871, 'Almeida', 1530, 15, 7, 13.77, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12220, 1871, 'Almeida', 690, 10, 7, 322.19, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12221, 1871, 'Almeida', 3218, 5, 7, 382.50, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12222, 1871, 'Almeida', 3770, 7, 7, 12.73, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12223, 1871, 'Almeida', 2302, 2, 7, 80.28, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12224, 1871, 'Almeida', 676, 10, 7, 2.10, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:04'),
(12225, 1871, 'Almeida', 2919, 19, 7, 27.45, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12226, 1871, 'Almeida', 4942, 11, 7, 624.00, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12227, 1871, 'Almeida', 5591, 16, 7, 30.89, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12228, 1871, 'Almeida', 1154, 18, 7, 42.40, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12229, 1871, 'Almeida', 3582, 12, 7, 4.08, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12230, 1871, 'Almeida', 5864, 15, 7, 39.21, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12231, 1871, 'Almeida', 2364, 18, 7, 13.05, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12232, 1871, 'Almeida', 4294, 5, 7, 51.49, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12233, 1871, 'Almeida', 5173, 16, 7, 282.79, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12234, 1871, 'Almeida', 1201, 10, 7, 22.25, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12235, 1871, 'Almeida', 3569, 12, 7, 12.23, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12236, 1871, 'Almeida', 1231, 10, 7, 46.80, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12237, 1871, 'Almeida', 2054, 4, 7, 111.18, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12238, 1871, 'Almeida', 1414, 19, 7, 21.20, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12239, 1871, 'Almeida', 2807, 18, 7, 66.41, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12240, 1871, 'Almeida', 4540, 14, 7, 43.26, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12241, 1871, 'Almeida', 5141, 13, 7, 635.99, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12242, 1871, 'Almeida', 1375, 15, 7, 26.50, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12243, 1871, 'Almeida', 5497, 17, 7, 608.45, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12244, 1871, 'Almeida', 453, 17, 7, 147.16, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12245, 1871, 'Almeida', 2658, 14, 7, 20.99, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12246, 1871, 'Almeida', 5257, 16, 7, 37.25, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12247, 1871, 'Almeida', 4235, 18, 7, 96.11, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12248, 1871, 'Almeida', 4009, 18, 7, 1050.62, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12249, 1871, 'Almeida', 3846, 16, 7, 5.14, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12250, 1871, 'Almeida', 4176, 14, 7, 767.59, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12251, 1871, 'Almeida', 827, 5, 7, 336.00, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12252, 1871, 'Almeida', 4531, 16, 7, 363.59, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12253, 1871, 'Almeida', 5910, 15, 7, 110.24, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12254, 1871, 'Almeida', 1113, 19, 7, 179.14, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12255, 1871, 'Almeida', 390, 10, 7, 200.26, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12256, 1871, 'Almeida', 5712, 15, 7, 205.02, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:05'),
(12257, 1871, 'Almeida', 406, 17, 7, 290.78, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12258, 1871, 'Almeida', 3027, 14, 7, 3328.00, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12259, 1871, 'Almeida', 2383, 2, 7, 22.90, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12260, 1871, 'Almeida', 532, 16, 7, 32.33, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12261, 1871, 'Almeida', 4327, 18, 7, 525.25, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12262, 1871, 'Almeida', 2720, 18, 7, 311.09, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12263, 1871, 'Almeida', 310, 7, 7, 54.26, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12264, 1871, 'Almeida', 4285, 18, 7, 116.48, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12265, 1871, 'Almeida', 2755, 19, 7, 1023.06, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12266, 1871, 'Almeida', 4337, 18, 7, 143.99, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12267, 1871, 'Almeida', 4374, 15, 7, 9.53, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12268, 1871, 'Almeida', 2323, 2, 7, 353.56, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12269, 1871, 'Almeida', 1316, 15, 7, 40.39, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12270, 1871, 'Almeida', 1098, 19, 7, 292.95, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12271, 1871, 'Almeida', 1841, 1, 7, 103.16, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12272, 1871, 'Almeida', 4902, 14, 7, 2.32, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12273, 1871, 'Almeida', 1593, 4, 7, 36.20, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12274, 1871, 'Almeida', 3262, 5, 7, 5.56, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12275, 1871, 'Almeida', 1080, 19, 7, 188.99, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12276, 1871, 'Almeida', 2848, 14, 7, 241.49, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12277, 1871, 'Almeida', 5642, 15, 7, 116.60, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12278, 1871, 'Almeida', 5624, 15, 7, 42.00, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12279, 1871, 'Almeida', 3625, 12, 7, 60.34, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12280, 1871, 'Almeida', 2153, 2, 7, 290.44, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12281, 1871, 'Almeida', 628, 19, 7, 210.00, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12282, 1871, 'Almeida', 5987, 17, 7, 21.69, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12283, 1871, 'Almeida', 1859, 18, 7, 3.67, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12284, 1871, 'Almeida', 942, 18, 7, 25.01, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12285, 1871, 'Almeida', 1153, 18, 7, 39.77, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12286, 1871, 'Almeida', 4663, 12, 7, 8.96, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12287, 1871, 'Almeida', 3675, 10, 7, 30.40, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12288, 1871, 'Almeida', 2962, 14, 7, 10.65, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12289, 1871, 'Almeida', 4361, 14, 7, 11.21, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12290, 1871, 'Almeida', 5253, 16, 7, 16.21, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12291, 1871, 'Almeida', 2184, 17, 7, 4.72, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12292, 1871, 'Almeida', 1585, 13, 7, 1.55, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12293, 1871, 'Almeida', 1894, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12294, 1871, 'Almeida', 752, 19, 7, 1.04, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12295, 1871, 'Almeida', 1829, 5, 7, 0.81, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(12296, 1870, 'Liliana', 563, 17, 8, 4.16, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12297, 1870, 'Liliana', 4526, 16, 8, 86.89, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12298, 1870, 'Liliana', 154, 18, 8, 5.30, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12299, 1870, 'Liliana', 1924, 13, 8, 11.51, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12300, 1870, 'Liliana', 3020, 14, 8, 23.91, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12301, 1870, 'Liliana', 290, 5, 8, 153.49, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12302, 1870, 'Liliana', 6003, 14, 8, 7756.21, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12303, 1870, 'Liliana', 5033, 14, 8, 6.05, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12304, 1870, 'Liliana', 5813, 15, 8, 155.95, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12305, 1870, 'Liliana', 192, 4, 8, 126.49, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12306, 1870, 'Liliana', 810, 10, 8, 26.61, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12307, 1870, 'Liliana', 122, 18, 8, 45.90, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12308, 1870, 'Liliana', 522, 18, 8, 48.85, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12309, 1870, 'Liliana', 105, 2, 8, 337.05, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12310, 1870, 'Liliana', 4195, 14, 8, 881.99, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12311, 1870, 'Liliana', 2086, 7, 8, 256.43, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12312, 1870, 'Liliana', 5594, 16, 8, 13.51, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12313, 1870, 'Liliana', 6093, 15, 8, 25.45, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12314, 1870, 'Liliana', 2269, 16, 8, 30.17, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12315, 1870, 'Liliana', 4443, 15, 8, 35.01, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12316, 1870, 'Liliana', 2327, 18, 8, 469.34, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12317, 1870, 'Liliana', 5082, 16, 8, 23.42, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12318, 1870, 'Liliana', 365, 18, 8, 707.00, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12319, 1870, 'Liliana', 1147, 19, 8, 102.00, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12320, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12321, 1870, 'Liliana', 4288, 18, 8, 222.60, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12322, 1870, 'Liliana', 483, 1, 8, 57.38, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12323, 1870, 'Liliana', 2370, 19, 8, 2.24, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12324, 1870, 'Liliana', 2572, 17, 8, 21.83, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12325, 1870, 'Liliana', 2823, 19, 8, 25.49, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12326, 1870, 'Liliana', 4234, 18, 8, 41.03, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12327, 1870, 'Liliana', 167, 2, 8, 27.39, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12328, 1870, 'Liliana', 3036, 10, 8, 1038.96, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12329, 1870, 'Liliana', 1052, 19, 8, 61.19, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12330, 1870, 'Liliana', 1253, 10, 8, 32.01, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12331, 1870, 'Liliana', 2341, 10, 8, 39.41, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12332, 1870, 'Liliana', 2146, 19, 8, 45.87, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12333, 1870, 'Liliana', 2039, 17, 8, 30.90, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12334, 1870, 'Liliana', 717, 18, 8, 41.97, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12335, 1870, 'Liliana', 1203, 19, 8, 13.26, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12336, 1870, 'Liliana', 2104, 18, 8, 18.10, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12337, 1870, 'Liliana', 2677, 18, 8, 288.86, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12338, 1870, 'Liliana', 3609, 12, 8, 137.69, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12339, 1870, 'Liliana', 4293, 18, 8, 202.15, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12340, 1870, 'Liliana', 2020, 2, 8, 10.50, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12341, 1870, 'Liliana', 4031, 17, 8, 61.19, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:06'),
(12342, 1870, 'Liliana', 2004, 4, 8, 90.71, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12343, 1870, 'Liliana', 5945, 17, 8, 3.48, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12344, 1870, 'Liliana', 3015, 14, 8, 80.88, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12345, 1870, 'Liliana', 2704, 14, 8, 16.47, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12346, 1870, 'Liliana', 2281, 10, 8, 26.57, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12347, 1870, 'Liliana', 3745, 7, 8, 13.21, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12348, 1870, 'Liliana', 3761, 14, 8, 14.12, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12349, 1870, 'Liliana', 4033, 18, 8, 2.63, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12350, 1870, 'Liliana', 1894, 19, 8, 0.20, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12351, 1870, 'Liliana', 752, 19, 8, 1.01, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12352, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-02 23:24:05', '2024-06-02 23:24:05', '2024-06-03 23:25:07'),
(12353, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-02 23:25:05', '2024-06-02 23:25:05', '2024-06-03 23:26:02'),
(12354, 1866, 'Tetyana store', 3496, 10, 6, 11.89, 1, 1, 'ai_bid', '2024-06-02 23:32:04', '2024-06-02 23:32:04', '2024-06-03 23:33:02'),
(12355, 1866, 'Tetyana store', 2282, 2, 6, 41.20, 1, 1, 'ai_bid', '2024-06-02 23:32:04', '2024-06-02 23:32:04', '2024-06-03 23:33:02'),
(12356, 1866, 'Tetyana store', 1363, 19, 6, 3.43, 1, 1, 'ai_bid', '2024-06-02 23:32:04', '2024-06-02 23:32:04', '2024-06-03 23:33:02'),
(12357, 1866, 'Tetyana store', 1640, 19, 6, 1.05, 1, 1, 'ai_bid', '2024-06-02 23:32:04', '2024-06-02 23:32:04', '2024-06-03 23:33:02'),
(12358, 1866, 'Tetyana store', 1811, 5, 6, 0.21, 1, 1, 'ai_bid', '2024-06-02 23:32:04', '2024-06-02 23:32:04', '2024-06-03 23:33:02'),
(12359, 1866, 'Tetyana store', 803, 19, 6, 0.20, 1, 1, 'ai_bid', '2024-06-02 23:32:04', '2024-06-02 23:32:04', '2024-06-03 23:33:02'),
(12360, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-06-02 23:32:04', '2024-06-02 23:32:04', '2024-06-03 23:33:02'),
(12361, 1873, 'Gustavo', 544, 19, 9, 4944.00, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12362, 1873, 'Gustavo', 2049, 12, 9, 9.05, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12363, 1873, 'Gustavo', 3231, 5, 9, 68.13, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12364, 1873, 'Gustavo', 4151, 14, 9, 34.64, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12365, 1873, 'Gustavo', 4369, 18, 9, 11440.00, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12366, 1873, 'Gustavo', 1599, 18, 9, 2550.00, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12367, 1873, 'Gustavo', 5926, 11, 9, 62.09, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12368, 1873, 'Gustavo', 6129, 11, 9, 8.94, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12369, 1873, 'Gustavo', 430, 16, 9, 42.00, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12370, 1873, 'Gustavo', 2019, 4, 9, 236.38, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12371, 1873, 'Gustavo', 2155, 17, 9, 47.25, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12372, 1873, 'Gustavo', 4324, 16, 9, 26.00, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12373, 1873, 'Gustavo', 4427, 16, 9, 41.81, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12374, 1873, 'Gustavo', 5645, 15, 9, 41.81, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12375, 1873, 'Gustavo', 420, 17, 9, 40.74, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12376, 1873, 'Gustavo', 1894, 19, 9, 0.20, 1, 1, 'ai_bid', '2024-06-02 23:42:08', '2024-06-02 23:42:08', '2024-06-03 23:43:02'),
(12377, 1873, 'Gustavo', 3508, 11, 9, 9.54, 1, 1, 'ai_bid', '2024-06-02 23:42:09', '2024-06-02 23:42:09', '2024-06-03 23:43:02'),
(12378, 1873, 'Gustavo', 756, 19, 9, 0.47, 1, 1, 'ai_bid', '2024-06-02 23:42:09', '2024-06-02 23:42:09', '2024-06-03 23:43:02'),
(12379, 1873, 'Gustavo', 734, 19, 9, 0.23, 1, 1, 'ai_bid', '2024-06-02 23:42:09', '2024-06-02 23:42:09', '2024-06-03 23:43:02'),
(12380, 1873, 'Gustavo', 1811, 5, 9, 0.21, 1, 1, 'ai_bid', '2024-06-02 23:42:09', '2024-06-02 23:42:09', '2024-06-03 23:43:02'),
(12381, 1866, 'Tetyana store', 2521, 10, 11, 383.03, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12382, 1866, 'Tetyana store', 5164, 13, 11, 31.61, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12383, 1866, 'Tetyana store', 5662, 15, 11, 408.00, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12384, 1866, 'Tetyana store', 4953, 11, 11, 2614.50, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12385, 1866, 'Tetyana store', 3600, 12, 11, 94.94, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12386, 1866, 'Tetyana store', 5431, 17, 11, 22.20, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12387, 1866, 'Tetyana store', 5249, 16, 11, 41.72, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12388, 1866, 'Tetyana store', 778, 14, 11, 36.09, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12389, 1866, 'Tetyana store', 4796, 12, 11, 10.93, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12390, 1866, 'Tetyana store', 3195, 4, 11, 202.82, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12391, 1866, 'Tetyana store', 3327, 7, 11, 2.44, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12392, 1866, 'Tetyana store', 2891, 19, 11, 31.80, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12393, 1866, 'Tetyana store', 5062, 16, 11, 22.22, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12394, 1866, 'Tetyana store', 3969, 16, 11, 14.77, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12395, 1866, 'Tetyana store', 5724, 10, 11, 9.26, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12396, 1866, 'Tetyana store', 340, 15, 11, 205.01, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12397, 1866, 'Tetyana store', 5165, 16, 11, 887.73, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12398, 1866, 'Tetyana store', 2826, 10, 11, 30.59, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12399, 1866, 'Tetyana store', 4163, 5, 11, 1547.60, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12400, 1866, 'Tetyana store', 4550, 14, 11, 3244.50, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12401, 1866, 'Tetyana store', 358, 18, 11, 1420.17, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12402, 1866, 'Tetyana store', 5356, 14, 11, 46.35, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12403, 1866, 'Tetyana store', 97, 2, 11, 15.30, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12404, 1866, 'Tetyana store', 4559, 16, 11, 369.94, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12405, 1866, 'Tetyana store', 5139, 19, 11, 1050.00, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12406, 1866, 'Tetyana store', 6112, 11, 11, 161.60, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12407, 1866, 'Tetyana store', 5573, 10, 11, 75.23, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12408, 1866, 'Tetyana store', 374, 10, 11, 124.38, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12409, 1866, 'Tetyana store', 4222, 18, 11, 57.14, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12410, 1866, 'Tetyana store', 892, 10, 11, 282.79, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12411, 1866, 'Tetyana store', 810, 10, 11, 25.85, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12412, 1866, 'Tetyana store', 2924, 14, 11, 31.74, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12413, 1866, 'Tetyana store', 4272, 18, 11, 120.19, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12414, 1866, 'Tetyana store', 606, 10, 11, 10.30, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12415, 1866, 'Tetyana store', 3927, 11, 11, 37.79, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12416, 1866, 'Tetyana store', 4307, 18, 11, 1060.00, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12417, 1866, 'Tetyana store', 5689, 15, 11, 122.20, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12418, 1866, 'Tetyana store', 5381, 14, 11, 14.12, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12419, 1866, 'Tetyana store', 6165, 11, 11, 253.40, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12420, 1866, 'Tetyana store', 4012, 17, 11, 13.09, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12421, 1866, 'Tetyana store', 2945, 5, 11, 24.33, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12422, 1866, 'Tetyana store', 748, 19, 11, 9.45, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12423, 1866, 'Tetyana store', 463, 19, 11, 562.02, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12424, 1866, 'Tetyana store', 4140, 14, 11, 103.95, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12425, 1866, 'Tetyana store', 5087, 16, 11, 14.84, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12426, 1866, 'Tetyana store', 4046, 13, 11, 10.49, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:03'),
(12427, 1866, 'Tetyana store', 3115, 2, 11, 278.24, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12428, 1866, 'Tetyana store', 4568, 5, 11, 7.07, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12429, 1866, 'Tetyana store', 5264, 13, 11, 6.10, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12430, 1866, 'Tetyana store', 6015, 14, 11, 97.52, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12431, 1866, 'Tetyana store', 3142, 4, 11, 85.02, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12432, 1866, 'Tetyana store', 2537, 17, 11, 27.40, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12433, 1866, 'Tetyana store', 4295, 14, 11, 102.00, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12434, 1866, 'Tetyana store', 5557, 10, 11, 188.11, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12435, 1866, 'Tetyana store', 3737, 10, 11, 69.31, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12436, 1866, 'Tetyana store', 3986, 12, 11, 31.79, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12437, 1866, 'Tetyana store', 5116, 16, 11, 10.38, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12438, 1866, 'Tetyana store', 2524, 18, 11, 13.07, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12439, 1866, 'Tetyana store', 379, 2, 11, 7.42, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12440, 1866, 'Tetyana store', 2196, 19, 11, 15.30, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12441, 1866, 'Tetyana store', 3150, 4, 11, 3.06, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12442, 1866, 'Tetyana store', 3539, 12, 11, 1.18, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12443, 1866, 'Tetyana store', 1738, 5, 11, 1.48, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12444, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12445, 1866, 'Tetyana store', 1811, 5, 11, 0.20, 1, 1, 'ai_bid', '2024-06-02 23:53:09', '2024-06-02 23:53:09', '2024-06-03 23:54:04'),
(12446, 1867, 'Omevoric enterprises', 1150, 19, 12, 238.96, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12447, 1867, 'Omevoric enterprises', 599, 19, 12, 1224.00, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12448, 1867, 'Omevoric enterprises', 5948, 17, 12, 3.41, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12449, 1867, 'Omevoric enterprises', 1422, 10, 12, 19.98, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12450, 1867, 'Omevoric enterprises', 2793, 14, 12, 105.03, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12451, 1867, 'Omevoric enterprises', 4900, 13, 12, 137.65, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12452, 1867, 'Omevoric enterprises', 2411, 2, 12, 45.45, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12453, 1867, 'Omevoric enterprises', 4301, 5, 12, 2064.40, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12454, 1867, 'Omevoric enterprises', 4057, 13, 12, 27.05, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12455, 1867, 'Omevoric enterprises', 5457, 12, 12, 1950.11, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12456, 1867, 'Omevoric enterprises', 567, 18, 12, 2182.95, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12457, 1867, 'Omevoric enterprises', 883, 7, 12, 4.59, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12458, 1867, 'Omevoric enterprises', 116, 2, 12, 100.98, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12459, 1867, 'Omevoric enterprises', 5221, 13, 12, 201.95, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12460, 1867, 'Omevoric enterprises', 1724, 5, 12, 2.33, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12461, 1867, 'Omevoric enterprises', 3608, 17, 12, 90.71, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12462, 1867, 'Omevoric enterprises', 1322, 15, 12, 39.39, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12463, 1867, 'Omevoric enterprises', 5218, 16, 12, 515.60, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12464, 1867, 'Omevoric enterprises', 4398, 14, 12, 105.00, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12465, 1867, 'Omevoric enterprises', 731, 19, 12, 111.43, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12466, 1867, 'Omevoric enterprises', 5520, 12, 12, 292.95, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12467, 1867, 'Omevoric enterprises', 5748, 13, 12, 10.09, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12468, 1867, 'Omevoric enterprises', 4764, 12, 12, 2.44, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12469, 1867, 'Omevoric enterprises', 4665, 12, 12, 8.26, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12470, 1867, 'Omevoric enterprises', 1033, 5, 12, 795.00, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12471, 1867, 'Omevoric enterprises', 5964, 17, 12, 45.86, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12472, 1867, 'Omevoric enterprises', 4142, 5, 12, 383.80, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12473, 1867, 'Omevoric enterprises', 2421, 19, 12, 707.00, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12474, 1867, 'Omevoric enterprises', 6146, 11, 12, 30.30, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12475, 1867, 'Omevoric enterprises', 3244, 7, 12, 195.48, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12476, 1867, 'Omevoric enterprises', 5101, 13, 12, 227.62, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12477, 1867, 'Omevoric enterprises', 3587, 12, 12, 7.33, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12478, 1867, 'Omevoric enterprises', 5380, 14, 12, 30.81, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12479, 1867, 'Omevoric enterprises', 213, 18, 12, 204.00, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12480, 1867, 'Omevoric enterprises', 4698, 12, 12, 21.35, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12481, 1867, 'Omevoric enterprises', 354, 2, 12, 15.45, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12482, 1867, 'Omevoric enterprises', 2537, 17, 12, 27.67, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12483, 1867, 'Omevoric enterprises', 4917, 11, 12, 18.30, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12484, 1867, 'Omevoric enterprises', 2694, 14, 12, 26.12, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12485, 1867, 'Omevoric enterprises', 4944, 14, 12, 8.31, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12486, 1867, 'Omevoric enterprises', 3549, 10, 12, 5823.95, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12487, 1867, 'Omevoric enterprises', 2097, 5, 12, 9.42, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12488, 1867, 'Omevoric enterprises', 5202, 13, 12, 41.99, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12489, 1867, 'Omevoric enterprises', 2349, 19, 12, 230.87, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12490, 1867, 'Omevoric enterprises', 5304, 16, 12, 24.71, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12491, 1867, 'Omevoric enterprises', 172, 2, 12, 20.89, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12492, 1867, 'Omevoric enterprises', 1555, 19, 12, 25.22, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12493, 1867, 'Omevoric enterprises', 3190, 4, 12, 11.21, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12494, 1867, 'Omevoric enterprises', 5471, 12, 12, 4.07, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12495, 1867, 'Omevoric enterprises', 675, 19, 12, 31.50, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:05'),
(12496, 1867, 'Omevoric enterprises', 1583, 18, 12, 454.50, 1, 1, 'ai_bid', '2024-06-03 00:04:04', '2024-06-03 00:04:04', '2024-06-04 00:05:06'),
(12497, 1867, 'Omevoric enterprises', 1045, 19, 12, 39.13, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12498, 1867, 'Omevoric enterprises', 5019, 11, 12, 262.49, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12499, 1867, 'Omevoric enterprises', 3905, 16, 12, 42.63, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12500, 1867, 'Omevoric enterprises', 2999, 19, 12, 102.00, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12501, 1867, 'Omevoric enterprises', 6078, 15, 12, 41.19, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12502, 1867, 'Omevoric enterprises', 4129, 18, 12, 15.44, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12503, 1867, 'Omevoric enterprises', 6059, 15, 12, 20.19, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12504, 1867, 'Omevoric enterprises', 4934, 14, 12, 17.68, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12505, 1867, 'Omevoric enterprises', 3879, 2, 12, 60.84, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12506, 1867, 'Omevoric enterprises', 1622, 19, 12, 29.40, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12507, 1867, 'Omevoric enterprises', 2707, 16, 12, 23.91, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12508, 1867, 'Omevoric enterprises', 6101, 1, 12, 5.43, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12509, 1867, 'Omevoric enterprises', 221, 12, 12, 25.27, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12510, 1867, 'Omevoric enterprises', 4045, 18, 12, 10.19, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12511, 1867, 'Omevoric enterprises', 803, 19, 12, 0.21, 1, 1, 'ai_bid', '2024-06-03 00:04:05', '2024-06-03 00:04:05', '2024-06-04 00:05:06'),
(12512, 1868, 'Marcelo Ltd', 2110, 19, 13, 26.52, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12513, 1868, 'Marcelo Ltd', 688, 19, 13, 2683.57, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12514, 1868, 'Marcelo Ltd', 326, 12, 13, 3035.27, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12515, 1868, 'Marcelo Ltd', 374, 10, 13, 124.38, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12516, 1868, 'Marcelo Ltd', 5272, 13, 13, 5.97, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12517, 1868, 'Marcelo Ltd', 3360, 7, 13, 53.00, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12518, 1868, 'Marcelo Ltd', 1467, 19, 13, 13.09, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12519, 1868, 'Marcelo Ltd', 3174, 4, 13, 9.31, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12520, 1868, 'Marcelo Ltd', 686, 10, 13, 4.16, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12521, 1868, 'Marcelo Ltd', 2451, 19, 13, 460.95, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12522, 1868, 'Marcelo Ltd', 2912, 17, 13, 92.61, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12523, 1868, 'Marcelo Ltd', 652, 5, 13, 6344.82, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12524, 1868, 'Marcelo Ltd', 443, 16, 13, 182.63, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12525, 1868, 'Marcelo Ltd', 1481, 15, 13, 51.00, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12526, 1868, 'Marcelo Ltd', 237, 17, 13, 525.00, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12527, 1868, 'Marcelo Ltd', 932, 5, 13, 13.68, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12528, 1868, 'Marcelo Ltd', 327, 10, 13, 131.57, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12529, 1868, 'Marcelo Ltd', 3087, 18, 13, 45.31, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12530, 1868, 'Marcelo Ltd', 1302, 15, 13, 190.80, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12531, 1868, 'Marcelo Ltd', 1262, 19, 13, 1.59, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12532, 1868, 'Marcelo Ltd', 2210, 19, 13, 7.14, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12533, 1868, 'Marcelo Ltd', 1894, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-06-03 00:36:05', '2024-06-03 00:36:05', '2024-06-04 00:37:03'),
(12534, 1869, 'Anatoliy fast store', 4046, 13, 14, 10.49, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12535, 1869, 'Anatoliy fast store', 2943, 14, 14, 21.98, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12536, 1869, 'Anatoliy fast store', 5060, 14, 14, 5.14, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12537, 1869, 'Anatoliy fast store', 1639, 4, 14, 16.30, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12538, 1869, 'Anatoliy fast store', 1557, 19, 14, 2884.00, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12539, 1869, 'Anatoliy fast store', 3378, 7, 14, 371.00, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12540, 1869, 'Anatoliy fast store', 4754, 12, 14, 7.02, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12541, 1869, 'Anatoliy fast store', 1751, 17, 14, 953.27, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12542, 1869, 'Anatoliy fast store', 1048, 19, 14, 58.29, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12543, 1869, 'Anatoliy fast store', 4534, 14, 14, 107.06, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12544, 1869, 'Anatoliy fast store', 5375, 14, 14, 38.96, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12545, 1869, 'Anatoliy fast store', 1971, 19, 14, 66.30, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12546, 1869, 'Anatoliy fast store', 121, 7, 14, 4.47, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12547, 1869, 'Anatoliy fast store', 1732, 19, 14, 233.20, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12548, 1869, 'Anatoliy fast store', 3749, 7, 14, 50.72, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12549, 1869, 'Anatoliy fast store', 2217, 2, 14, 19.57, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12550, 1869, 'Anatoliy fast store', 5210, 13, 14, 35.34, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12551, 1869, 'Anatoliy fast store', 558, 17, 14, 12.60, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12552, 1869, 'Anatoliy fast store', 1082, 19, 14, 131.25, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12553, 1869, 'Anatoliy fast store', 2840, 14, 14, 15.29, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12554, 1869, 'Anatoliy fast store', 3210, 17, 14, 15.71, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12555, 1869, 'Anatoliy fast store', 513, 19, 14, 4637.50, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12556, 1869, 'Anatoliy fast store', 4542, 14, 14, 41.20, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12557, 1869, 'Anatoliy fast store', 4469, 15, 14, 1695.99, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12558, 1869, 'Anatoliy fast store', 4032, 18, 14, 11.02, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12559, 1869, 'Anatoliy fast store', 3663, 13, 14, 13.77, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12560, 1869, 'Anatoliy fast store', 961, 5, 14, 32.65, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12561, 1869, 'Anatoliy fast store', 4550, 14, 14, 3181.50, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12562, 1869, 'Anatoliy fast store', 3667, 13, 14, 19.37, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12563, 1869, 'Anatoliy fast store', 3436, 10, 14, 21.62, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:06'),
(12564, 1869, 'Anatoliy fast store', 355, 2, 14, 11.29, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12565, 1869, 'Anatoliy fast store', 4360, 16, 14, 851.76, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12566, 1869, 'Anatoliy fast store', 6145, 11, 14, 10.09, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12567, 1869, 'Anatoliy fast store', 3633, 12, 14, 27.30, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12568, 1869, 'Anatoliy fast store', 3038, 19, 14, 2523.99, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12569, 1869, 'Anatoliy fast store', 1642, 4, 14, 231.74, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12570, 1869, 'Anatoliy fast store', 4403, 14, 14, 183.26, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12571, 1869, 'Anatoliy fast store', 2532, 15, 14, 21.40, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12572, 1869, 'Anatoliy fast store', 966, 18, 14, 13.30, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12573, 1869, 'Anatoliy fast store', 1899, 19, 14, 11.40, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12574, 1869, 'Anatoliy fast store', 3241, 7, 14, 302.03, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12575, 1869, 'Anatoliy fast store', 276, 14, 14, 336.59, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12576, 1869, 'Anatoliy fast store', 5551, 12, 14, 201.99, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12577, 1869, 'Anatoliy fast store', 3533, 12, 14, 2.44, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12578, 1869, 'Anatoliy fast store', 1954, 5, 14, 11.54, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12579, 1869, 'Anatoliy fast store', 4768, 12, 14, 3.00, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12580, 1869, 'Anatoliy fast store', 1774, 7, 14, 60.64, 1, 1, 'ai_bid', '2024-06-03 01:05:06', '2024-06-03 01:05:06', '2024-06-04 01:05:07'),
(12581, 1869, 'Anatoliy fast store', 2456, 2, 14, 12.48, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12582, 1869, 'Anatoliy fast store', 3987, 12, 14, 31.50, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12583, 1869, 'Anatoliy fast store', 5241, 14, 14, 32.92, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12584, 1869, 'Anatoliy fast store', 1740, 5, 14, 3.03, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12585, 1869, 'Anatoliy fast store', 6110, 11, 14, 2.14, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12586, 1869, 'Anatoliy fast store', 3682, 18, 14, 4.37, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12587, 1869, 'Anatoliy fast store', 756, 19, 14, 0.46, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12588, 1869, 'Anatoliy fast store', 803, 19, 14, 0.20, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12589, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.13, 1, 1, 'ai_bid', '2024-06-03 01:05:07', '2024-06-03 01:05:07', '2024-06-04 01:06:03'),
(12590, 1872, 'Melisa', 626, 14, 18, 3.15, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12591, 1872, 'Melisa', 3001, 19, 18, 85.05, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12592, 1872, 'Melisa', 4264, 14, 18, 9.18, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12593, 1872, 'Melisa', 2279, 17, 18, 355.31, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12594, 1872, 'Melisa', 684, 19, 18, 4536.48, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12595, 1872, 'Melisa', 4644, 5, 18, 26.49, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12596, 1872, 'Melisa', 1152, 18, 18, 33.99, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12597, 1872, 'Melisa', 1680, 18, 18, 542.88, 1, 1, 'ai_bid', '2024-06-03 02:56:06', '2024-06-03 02:56:06', '2024-06-04 02:57:03'),
(12598, 1872, 'Melisa', 657, 19, 18, 40.95, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12599, 1872, 'Melisa', 5557, 10, 18, 186.33, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12600, 1872, 'Melisa', 87, 2, 18, 101.00, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12601, 1872, 'Melisa', 1591, 19, 18, 7.83, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12602, 1872, 'Melisa', 1656, 17, 18, 31.75, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12603, 1872, 'Melisa', 5753, 15, 18, 636.00, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12604, 1872, 'Melisa', 3121, 4, 18, 83.42, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12605, 1872, 'Melisa', 3593, 12, 18, 4.75, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12606, 1872, 'Melisa', 1948, 19, 18, 12.48, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12607, 1872, 'Melisa', 552, 7, 18, 12.60, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12608, 1872, 'Melisa', 591, 10, 18, 10.30, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12609, 1872, 'Melisa', 1997, 4, 18, 249.90, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12610, 1872, 'Melisa', 6167, 11, 18, 11.30, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12611, 1872, 'Melisa', 6153, 11, 18, 34.97, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12612, 1872, 'Melisa', 5600, 10, 18, 63.43, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12613, 1872, 'Melisa', 5077, 14, 18, 9.53, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12614, 1872, 'Melisa', 4180, 5, 18, 41.20, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12615, 1872, 'Melisa', 2834, 13, 18, 15.43, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12616, 1872, 'Melisa', 4563, 16, 18, 625.39, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12617, 1872, 'Melisa', 4853, 14, 18, 11.08, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12618, 1872, 'Melisa', 2861, 14, 18, 57.19, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12619, 1872, 'Melisa', 1245, 19, 18, 10.15, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12620, 1872, 'Melisa', 679, 18, 18, 4672.08, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12621, 1872, 'Melisa', 325, 10, 18, 50.48, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12622, 1872, 'Melisa', 1762, 2, 18, 161.60, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12623, 1872, 'Melisa', 1852, 18, 18, 90.70, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12624, 1872, 'Melisa', 1161, 18, 18, 23.46, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12625, 1872, 'Melisa', 6097, 11, 18, 11.47, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12626, 1872, 'Melisa', 116, 2, 18, 100.98, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12627, 1872, 'Melisa', 3560, 12, 18, 25.49, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12628, 1872, 'Melisa', 2678, 10, 18, 40.89, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12629, 1872, 'Melisa', 5907, 17, 18, 16.83, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12630, 1872, 'Melisa', 4803, 12, 18, 19.07, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12631, 1872, 'Melisa', 2681, 14, 18, 89.19, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12632, 1872, 'Melisa', 3326, 7, 18, 6.23, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12633, 1872, 'Melisa', 973, 14, 18, 15.45, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12634, 1872, 'Melisa', 5724, 10, 18, 9.26, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12635, 1872, 'Melisa', 5732, 16, 18, 9.14, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12636, 1872, 'Melisa', 4219, 5, 18, 1.27, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12637, 1872, 'Melisa', 756, 19, 18, 0.46, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12638, 1872, 'Melisa', 1850, 5, 18, 0.58, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12639, 1872, 'Melisa', 734, 19, 18, 0.22, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12640, 1872, 'Melisa', 1844, 19, 18, 0.30, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12641, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-06-03 02:56:07', '2024-06-03 02:56:07', '2024-06-04 02:57:03'),
(12642, 1798, 'Feelyards', 1966, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-06-03 04:04:26', '2024-06-03 04:04:26', '2024-06-04 04:05:03'),
(12643, 1798, 'Feelyards', 4126, 5, NULL, 83.00, 1, 1, 'manual_bid', '2024-06-03 04:08:19', '2024-06-03 04:08:19', '2024-06-04 04:09:02'),
(12644, 1869, 'Anatoliy fast store', 3340, 15, 17, 144.20, 1, 1, 'ai_bid', '2024-06-03 22:13:05', '2024-06-03 22:13:05', '2024-06-04 22:14:03'),
(12645, 1869, 'Anatoliy fast store', 4448, 15, 17, 12.36, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:05'),
(12646, 1869, 'Anatoliy fast store', 4608, 15, 17, 94.50, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:05'),
(12647, 1869, 'Anatoliy fast store', 5781, 15, 17, 1190.68, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:05'),
(12648, 1869, 'Anatoliy fast store', 5004, 13, 17, 20.14, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:05'),
(12649, 1869, 'Anatoliy fast store', 2848, 14, 17, 243.79, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12650, 1869, 'Anatoliy fast store', 2750, 14, 17, 246.75, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12651, 1869, 'Anatoliy fast store', 6001, 17, 17, 31.19, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12652, 1869, 'Anatoliy fast store', 5232, 13, 17, 9.17, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12653, 1869, 'Anatoliy fast store', 2545, 10, 17, 104.16, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12654, 1869, 'Anatoliy fast store', 6033, 11, 17, 607.72, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12655, 1869, 'Anatoliy fast store', 1116, 16, 17, 92.56, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12656, 1869, 'Anatoliy fast store', 3359, 7, 17, 9.36, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12657, 1869, 'Anatoliy fast store', 4463, 15, 17, 40.79, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12658, 1869, 'Anatoliy fast store', 1728, 18, 17, 80.55, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12659, 1869, 'Anatoliy fast store', 3880, 16, 17, 16.62, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12660, 1869, 'Anatoliy fast store', 2166, 19, 17, 36.72, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12661, 1869, 'Anatoliy fast store', 5702, 10, 17, 47.68, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12662, 1869, 'Anatoliy fast store', 5260, 14, 17, 152.44, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(12663, 1869, 'Anatoliy fast store', 4108, 14, 17, 42.39, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12664, 1869, 'Anatoliy fast store', 3917, 2, 17, 518.96, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12665, 1869, 'Anatoliy fast store', 740, 19, 17, 13.62, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12666, 1869, 'Anatoliy fast store', 74, 2, 17, 4.12, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12667, 1869, 'Anatoliy fast store', 1721, 19, 17, 1499.85, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12668, 1869, 'Anatoliy fast store', 4331, 15, 17, 19.57, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12669, 1869, 'Anatoliy fast store', 4482, 16, 17, 37.07, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12670, 1869, 'Anatoliy fast store', 5170, 16, 17, 5.20, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12671, 1869, 'Anatoliy fast store', 3835, 16, 17, 3.84, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12672, 1869, 'Anatoliy fast store', 3478, 14, 17, 112.37, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12673, 1869, 'Anatoliy fast store', 3766, 15, 17, 16.23, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12674, 1869, 'Anatoliy fast store', 5540, 10, 17, 129.06, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12675, 1869, 'Anatoliy fast store', 5764, 13, 17, 1.48, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12676, 1869, 'Anatoliy fast store', 5129, 16, 17, 265.80, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12677, 1869, 'Anatoliy fast store', 1729, 18, 17, 198.22, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12678, 1869, 'Anatoliy fast store', 999, 5, 17, 14.84, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12679, 1869, 'Anatoliy fast store', 2875, 10, 17, 70.87, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12680, 1869, 'Anatoliy fast store', 2364, 18, 17, 13.30, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12681, 1869, 'Anatoliy fast store', 3259, 7, 17, 8.07, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12682, 1869, 'Anatoliy fast store', 5570, 10, 17, 193.64, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12683, 1869, 'Anatoliy fast store', 2540, 14, 17, 95.39, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12684, 1869, 'Anatoliy fast store', 3303, 16, 17, 1248.00, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12685, 1869, 'Anatoliy fast store', 3256, 5, 17, 510.00, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12686, 1869, 'Anatoliy fast store', 5457, 12, 17, 1950.11, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12687, 1869, 'Anatoliy fast store', 4895, 13, 17, 663.68, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12688, 1869, 'Anatoliy fast store', 4635, 5, 17, 18.53, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12689, 1869, 'Anatoliy fast store', 2120, 19, 17, 117.16, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12690, 1869, 'Anatoliy fast store', 2511, 16, 17, 115.35, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12691, 1869, 'Anatoliy fast store', 612, 1, 17, 68.25, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12692, 1869, 'Anatoliy fast store', 2712, 14, 17, 23.10, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12693, 1869, 'Anatoliy fast store', 5176, 16, 17, 21.20, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12694, 1869, 'Anatoliy fast store', 673, 19, 17, 339.36, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12695, 1869, 'Anatoliy fast store', 2798, 14, 17, 162.09, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12696, 1869, 'Anatoliy fast store', 5094, 16, 17, 21.82, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12697, 1869, 'Anatoliy fast store', 4523, 16, 17, 3.06, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12698, 1869, 'Anatoliy fast store', 528, 17, 17, 15.15, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12699, 1869, 'Anatoliy fast store', 5509, 12, 17, 154.49, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12700, 1869, 'Anatoliy fast store', 430, 16, 17, 42.00, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12701, 1869, 'Anatoliy fast store', 858, 19, 17, 14.95, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12702, 1869, 'Anatoliy fast store', 1766, 2, 17, 61.80, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12703, 1869, 'Anatoliy fast store', 2309, 2, 17, 614.91, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12704, 1869, 'Anatoliy fast store', 5100, 16, 17, 16.03, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12705, 1869, 'Anatoliy fast store', 1883, 19, 17, 414.96, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12706, 1869, 'Anatoliy fast store', 6130, 11, 17, 4.88, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12707, 1869, 'Anatoliy fast store', 4558, 16, 17, 412.00, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12708, 1869, 'Anatoliy fast store', 949, 5, 17, 0.31, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12709, 1869, 'Anatoliy fast store', 803, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12710, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-06-03 22:13:07', '2024-06-03 22:13:07', '2024-06-04 22:14:06'),
(12711, 1866, 'Tetyana store', 4365, 18, 16, 5854.80, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12712, 1866, 'Tetyana store', 4684, 12, 16, 36.14, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12713, 1866, 'Tetyana store', 5612, 10, 16, 1041.02, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12714, 1866, 'Tetyana store', 322, 10, 16, 51.00, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12715, 1866, 'Tetyana store', 1924, 13, 16, 11.74, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12716, 1866, 'Tetyana store', 3798, 4, 16, 20.86, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12717, 1866, 'Tetyana store', 4054, 13, 16, 394.15, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12718, 1866, 'Tetyana store', 4726, 12, 16, 18.89, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12719, 1866, 'Tetyana store', 5482, 12, 16, 42.39, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12720, 1866, 'Tetyana store', 3117, 18, 16, 76.49, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12721, 1866, 'Tetyana store', 5620, 16, 16, 42.63, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12722, 1866, 'Tetyana store', 5272, 13, 16, 5.86, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12723, 1866, 'Tetyana store', 3928, 16, 16, 10.20, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12724, 1866, 'Tetyana store', 2018, 5, 16, 92.92, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12725, 1866, 'Tetyana store', 760, 19, 16, 18.71, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12726, 1866, 'Tetyana store', 6100, 15, 16, 72.63, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12727, 1866, 'Tetyana store', 5165, 16, 16, 862.37, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12728, 1866, 'Tetyana store', 5730, 10, 16, 26.25, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12729, 1866, 'Tetyana store', 4840, 12, 16, 70.10, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12730, 1866, 'Tetyana store', 1916, 7, 16, 3.43, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12731, 1866, 'Tetyana store', 53, 2, 16, 30.74, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12732, 1866, 'Tetyana store', 249, 12, 16, 33.31, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12733, 1866, 'Tetyana store', 4622, 15, 16, 141.40, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12734, 1866, 'Tetyana store', 755, 19, 16, 34.97, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12735, 1866, 'Tetyana store', 1111, 19, 16, 1444.30, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12736, 1866, 'Tetyana store', 1804, 19, 16, 85.64, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12737, 1866, 'Tetyana store', 5969, 17, 16, 15.74, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12738, 1866, 'Tetyana store', 1760, 17, 16, 382.79, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12739, 1866, 'Tetyana store', 929, 18, 16, 46.62, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12740, 1866, 'Tetyana store', 996, 5, 16, 59.36, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12741, 1866, 'Tetyana store', 318, 18, 16, 29.50, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12742, 1866, 'Tetyana store', 2268, 19, 16, 30.90, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12743, 1866, 'Tetyana store', 2883, 19, 16, 47.46, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12744, 1866, 'Tetyana store', 3381, 7, 16, 51.00, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12745, 1866, 'Tetyana store', 2230, 19, 16, 31.80, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12746, 1866, 'Tetyana store', 3851, 15, 16, 194.25, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12747, 1866, 'Tetyana store', 3341, 7, 16, 54.53, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12748, 1866, 'Tetyana store', 272, 2, 16, 2029.10, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12749, 1866, 'Tetyana store', 6015, 14, 16, 92.92, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12750, 1866, 'Tetyana store', 657, 19, 16, 39.39, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12751, 1866, 'Tetyana store', 458, 16, 16, 83.19, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12752, 1866, 'Tetyana store', 3325, 7, 16, 5.96, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12753, 1866, 'Tetyana store', 3819, 15, 16, 7.13, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:03'),
(12754, 1866, 'Tetyana store', 5761, 13, 16, 2.00, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:04'),
(12755, 1866, 'Tetyana store', 24, 2, 16, 1.03, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:04'),
(12756, 1866, 'Tetyana store', 1811, 5, 16, 0.21, 1, 1, 'ai_bid', '2024-06-03 23:15:06', '2024-06-03 23:15:06', '2024-06-04 23:16:04'),
(12757, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-06-03 23:15:07', '2024-06-03 23:15:07', '2024-06-04 23:16:04'),
(12758, 1871, 'Almeida', 3246, 7, 7, 1594.57, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:03'),
(12759, 1871, 'Almeida', 4326, 15, 7, 108.14, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12760, 1871, 'Almeida', 2479, 7, 7, 632.86, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12761, 1871, 'Almeida', 1996, 14, 7, 35.33, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12762, 1871, 'Almeida', 5833, 17, 7, 16.43, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12763, 1871, 'Almeida', 2041, 5, 7, 2.08, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12764, 1871, 'Almeida', 980, 5, 7, 9.09, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12765, 1871, 'Almeida', 3832, 16, 7, 6.06, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12766, 1871, 'Almeida', 1591, 19, 7, 7.76, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12767, 1871, 'Almeida', 1736, 19, 7, 33.18, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12768, 1871, 'Almeida', 4446, 15, 7, 33.32, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12769, 1871, 'Almeida', 3959, 5, 7, 51.00, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:05'),
(12770, 1871, 'Almeida', 5445, 16, 7, 13.12, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12771, 1871, 'Almeida', 2916, 19, 7, 87.72, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12772, 1871, 'Almeida', 309, 18, 7, 237.27, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12773, 1871, 'Almeida', 2855, 19, 7, 3120.00, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12774, 1871, 'Almeida', 5101, 13, 7, 234.25, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12775, 1871, 'Almeida', 5032, 16, 7, 127.19, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12776, 1871, 'Almeida', 3174, 4, 7, 9.31, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12777, 1871, 'Almeida', 529, 17, 7, 38.15, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12778, 1871, 'Almeida', 244, 17, 7, 127.19, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12779, 1871, 'Almeida', 2797, 12, 7, 9.08, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12780, 1871, 'Almeida', 5442, 12, 7, 26.27, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12781, 1871, 'Almeida', 1805, 19, 7, 8.47, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12782, 1871, 'Almeida', 2218, 18, 7, 21.54, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12783, 1871, 'Almeida', 3530, 13, 7, 211.99, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12784, 1871, 'Almeida', 5755, 13, 7, 42.99, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12785, 1871, 'Almeida', 1838, 19, 7, 11010.90, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12786, 1871, 'Almeida', 5224, 13, 7, 766.31, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12787, 1871, 'Almeida', 1377, 15, 7, 12.59, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12788, 1871, 'Almeida', 1633, 17, 7, 31.20, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12789, 1871, 'Almeida', 6112, 11, 7, 168.00, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12790, 1871, 'Almeida', 4321, 15, 7, 122.39, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12791, 1871, 'Almeida', 517, 7, 7, 18.76, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12792, 1871, 'Almeida', 3624, 12, 7, 124.32, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12793, 1871, 'Almeida', 3484, 13, 7, 20.59, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12794, 1871, 'Almeida', 1243, 18, 7, 13349.76, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12795, 1871, 'Almeida', 2004, 4, 7, 90.71, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12796, 1871, 'Almeida', 3588, 12, 7, 16.58, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12797, 1871, 'Almeida', 1799, 2, 7, 10.10, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12798, 1871, 'Almeida', 3635, 14, 7, 7.41, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12799, 1871, 'Almeida', 3536, 10, 7, 1493.50, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12800, 1871, 'Almeida', 6069, 15, 7, 16.29, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12801, 1871, 'Almeida', 5206, 13, 7, 50.49, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12802, 1871, 'Almeida', 5392, 17, 7, 35.14, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12803, 1871, 'Almeida', 5349, 13, 7, 265.20, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12804, 1871, 'Almeida', 2328, 19, 7, 741.60, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12805, 1871, 'Almeida', 5639, 10, 7, 5.09, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12806, 1871, 'Almeida', 3222, 5, 7, 4.12, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12807, 1871, 'Almeida', 5015, 14, 7, 8.39, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12808, 1871, 'Almeida', 5236, 16, 7, 316.04, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12809, 1871, 'Almeida', 4441, 15, 7, 33.28, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12810, 1871, 'Almeida', 1920, 12, 7, 39.62, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12811, 1871, 'Almeida', 2770, 14, 7, 607.00, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12812, 1871, 'Almeida', 1956, 19, 7, 10.67, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12813, 1871, 'Almeida', 908, 19, 7, 20.28, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12814, 1871, 'Almeida', 4020, 17, 7, 25.24, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12815, 1871, 'Almeida', 1248, 19, 7, 29.47, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12816, 1871, 'Almeida', 4985, 13, 7, 315.00, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12817, 1871, 'Almeida', 1794, 2, 7, 157.50, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12818, 1871, 'Almeida', 1439, 10, 7, 267.77, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12819, 1871, 'Almeida', 1664, 17, 7, 40.95, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12820, 1871, 'Almeida', 119, 7, 7, 6.53, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12821, 1871, 'Almeida', 265, 5, 7, 131.30, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12822, 1871, 'Almeida', 3441, 10, 7, 26.25, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12823, 1871, 'Almeida', 452, 19, 7, 551.25, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12824, 1871, 'Almeida', 2246, 19, 7, 37.26, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12825, 1871, 'Almeida', 2723, 18, 7, 243.07, 1, 1, 'ai_bid', '2024-06-04 00:37:05', '2024-06-04 00:37:05', '2024-06-05 00:38:06'),
(12826, 1871, 'Almeida', 2394, 10, 7, 42.40, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12827, 1871, 'Almeida', 577, 18, 7, 803.25, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12828, 1871, 'Almeida', 3659, 18, 7, 8.66, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12829, 1871, 'Almeida', 2214, 1, 7, 9.54, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12830, 1871, 'Almeida', 5431, 17, 7, 22.84, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12831, 1871, 'Almeida', 3667, 13, 7, 19.18, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12832, 1871, 'Almeida', 2568, 14, 7, 1249.50, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12833, 1871, 'Almeida', 2366, 10, 7, 18.17, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12834, 1871, 'Almeida', 3846, 16, 7, 5.14, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12835, 1871, 'Almeida', 2496, 16, 7, 111.77, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12836, 1871, 'Almeida', 4760, 14, 7, 72.79, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12837, 1871, 'Almeida', 2322, 10, 7, 58.70, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12838, 1871, 'Almeida', 2724, 18, 7, 6793.50, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12839, 1871, 'Almeida', 5403, 14, 7, 404.77, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12840, 1871, 'Almeida', 2127, 19, 7, 2.58, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12841, 1871, 'Almeida', 5805, 13, 7, 19.07, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12842, 1871, 'Almeida', 1724, 5, 7, 2.22, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12843, 1871, 'Almeida', 1981, 4, 7, 216.30, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12844, 1871, 'Almeida', 4040, 18, 7, 20.84, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12845, 1871, 'Almeida', 137, 18, 7, 9.54, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12846, 1871, 'Almeida', 41, 2, 7, 18.36, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12847, 1871, 'Almeida', 5695, 10, 7, 57.07, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12848, 1871, 'Almeida', 5559, 10, 7, 22.25, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12849, 1871, 'Almeida', 4602, 16, 7, 29.53, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12850, 1871, 'Almeida', 2301, 19, 7, 17.85, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12851, 1871, 'Almeida', 78, 2, 7, 71.40, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12852, 1871, 'Almeida', 4497, 15, 7, 15.14, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12853, 1871, 'Almeida', 5110, 16, 7, 14.70, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12854, 1871, 'Almeida', 3004, 19, 7, 88.71, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12855, 1871, 'Almeida', 2023, 19, 7, 1.05, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12856, 1871, 'Almeida', 203, 18, 7, 499.95, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12857, 1871, 'Almeida', 2063, 13, 7, 4.89, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12858, 1871, 'Almeida', 5120, 13, 7, 19.37, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12859, 1871, 'Almeida', 5497, 17, 7, 602.54, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12860, 1871, 'Almeida', 2565, 7, 7, 85.38, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12861, 1871, 'Almeida', 6009, 17, 7, 19.74, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12862, 1871, 'Almeida', 1530, 15, 7, 14.31, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12863, 1871, 'Almeida', 1704, 18, 7, 63.00, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12864, 1871, 'Almeida', 4693, 12, 7, 14.82, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12865, 1871, 'Almeida', 1444, 19, 7, 8.40, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12866, 1871, 'Almeida', 5569, 10, 7, 67.17, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12867, 1871, 'Almeida', 2007, 1, 7, 104.16, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12868, 1871, 'Almeida', 1455, 15, 7, 29.28, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12869, 1871, 'Almeida', 1274, 10, 7, 3.31, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12870, 1871, 'Almeida', 1403, 15, 7, 8.41, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12871, 1871, 'Almeida', 4511, 16, 7, 2.03, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12872, 1871, 'Almeida', 1844, 19, 7, 0.32, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12873, 1871, 'Almeida', 765, 19, 7, 1.34, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12874, 1871, 'Almeida', 803, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12875, 1870, 'Liliana', 3246, 7, 8, 1625.54, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12876, 1870, 'Liliana', 4326, 15, 8, 110.24, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12877, 1870, 'Liliana', 2479, 7, 8, 657.92, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12878, 1870, 'Liliana', 1996, 14, 8, 35.68, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12879, 1870, 'Liliana', 5833, 17, 8, 16.28, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12880, 1870, 'Liliana', 2041, 5, 8, 2.02, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12881, 1870, 'Liliana', 980, 5, 8, 9.54, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12882, 1870, 'Liliana', 3832, 16, 8, 6.06, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12883, 1870, 'Liliana', 1591, 19, 8, 7.68, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12884, 1870, 'Liliana', 1736, 19, 8, 33.51, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12885, 1870, 'Liliana', 4446, 15, 8, 34.64, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12886, 1870, 'Liliana', 3959, 5, 8, 51.00, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12887, 1870, 'Liliana', 5445, 16, 8, 13.25, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12888, 1870, 'Liliana', 2916, 19, 8, 90.30, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12889, 1870, 'Liliana', 309, 18, 8, 235.01, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12890, 1870, 'Liliana', 2855, 19, 8, 3060.00, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12891, 1870, 'Liliana', 5101, 13, 8, 234.25, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12892, 1870, 'Liliana', 5032, 16, 8, 124.79, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12893, 1870, 'Liliana', 3174, 4, 8, 9.31, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12894, 1870, 'Liliana', 529, 17, 8, 37.07, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12895, 1870, 'Liliana', 244, 17, 8, 123.59, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12896, 1870, 'Liliana', 2797, 12, 8, 9.26, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:06'),
(12897, 1870, 'Liliana', 5442, 12, 8, 27.57, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12898, 1870, 'Liliana', 1805, 19, 8, 8.72, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12899, 1870, 'Liliana', 2218, 18, 8, 21.54, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12900, 1870, 'Liliana', 3530, 13, 8, 203.99, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12901, 1870, 'Liliana', 5755, 13, 8, 41.35, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12902, 1870, 'Liliana', 5224, 13, 8, 781.19, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12903, 1870, 'Liliana', 1377, 15, 8, 12.11, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12904, 1870, 'Liliana', 1633, 17, 8, 30.90, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12905, 1870, 'Liliana', 6112, 11, 8, 169.60, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12906, 1870, 'Liliana', 4321, 15, 8, 123.59, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12907, 1870, 'Liliana', 517, 7, 8, 18.05, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12908, 1870, 'Liliana', 3624, 12, 8, 127.94, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12909, 1870, 'Liliana', 3484, 13, 8, 20.79, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12910, 1870, 'Liliana', 2004, 4, 8, 91.57, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12911, 1870, 'Liliana', 3588, 12, 8, 15.95, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12912, 1870, 'Liliana', 1799, 2, 8, 10.20, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12913, 1870, 'Liliana', 3635, 14, 8, 7.41, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12914, 1870, 'Liliana', 3536, 10, 8, 1537.00, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12915, 1870, 'Liliana', 6069, 15, 8, 16.45, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12916, 1870, 'Liliana', 5206, 13, 8, 50.99, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12917, 1870, 'Liliana', 5392, 17, 8, 34.48, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12918, 1870, 'Liliana', 5349, 13, 8, 267.80, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12919, 1870, 'Liliana', 2328, 19, 8, 763.20, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12920, 1870, 'Liliana', 5639, 10, 8, 5.13, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12921, 1870, 'Liliana', 3222, 5, 8, 4.24, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12922, 1870, 'Liliana', 5015, 14, 8, 8.31, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12923, 1870, 'Liliana', 5236, 16, 8, 316.04, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12924, 1870, 'Liliana', 4441, 15, 8, 32.96, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12925, 1870, 'Liliana', 1920, 12, 8, 40.78, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12926, 1870, 'Liliana', 2770, 14, 8, 637.05, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12927, 1870, 'Liliana', 1956, 19, 8, 10.47, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12928, 1870, 'Liliana', 908, 19, 8, 19.89, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12929, 1870, 'Liliana', 4020, 17, 8, 25.99, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12930, 1870, 'Liliana', 1248, 19, 8, 28.63, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12931, 1870, 'Liliana', 4985, 13, 8, 309.00, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12932, 1870, 'Liliana', 1794, 2, 8, 159.00, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12933, 1870, 'Liliana', 1439, 10, 8, 265.24, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12934, 1870, 'Liliana', 1664, 17, 8, 40.95, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12935, 1870, 'Liliana', 119, 7, 8, 6.47, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12936, 1870, 'Liliana', 265, 5, 8, 137.80, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12937, 1870, 'Liliana', 3441, 10, 8, 26.77, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12938, 1870, 'Liliana', 452, 19, 8, 540.75, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12939, 1870, 'Liliana', 2246, 19, 8, 36.53, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12940, 1870, 'Liliana', 2723, 18, 8, 243.07, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12941, 1870, 'Liliana', 2394, 10, 8, 41.20, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12942, 1870, 'Liliana', 3659, 18, 8, 8.66, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12943, 1870, 'Liliana', 2214, 1, 8, 9.09, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12944, 1870, 'Liliana', 5431, 17, 8, 21.77, 1, 1, 'ai_bid', '2024-06-04 00:37:06', '2024-06-04 00:37:06', '2024-06-05 00:38:07'),
(12945, 1870, 'Liliana', 3667, 13, 8, 19.18, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12946, 1870, 'Liliana', 2366, 10, 8, 18.17, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12947, 1870, 'Liliana', 3846, 16, 8, 5.19, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12948, 1870, 'Liliana', 2496, 16, 8, 112.84, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12949, 1870, 'Liliana', 4760, 14, 8, 72.79, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12950, 1870, 'Liliana', 2322, 10, 8, 58.70, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12951, 1870, 'Liliana', 2127, 19, 8, 2.65, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12952, 1870, 'Liliana', 5805, 13, 8, 18.71, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12953, 1870, 'Liliana', 1724, 5, 8, 2.24, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12954, 1870, 'Liliana', 4040, 18, 8, 21.66, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12955, 1870, 'Liliana', 137, 18, 8, 9.09, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12956, 1870, 'Liliana', 41, 2, 8, 18.90, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12957, 1870, 'Liliana', 5559, 10, 8, 21.41, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12958, 1870, 'Liliana', 4497, 15, 8, 15.59, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12959, 1870, 'Liliana', 803, 19, 8, 0.20, 1, 1, 'ai_bid', '2024-06-04 00:37:07', '2024-06-04 00:37:07', '2024-06-05 00:38:07'),
(12960, 1866, 'Tetyana store', 3293, 5, 6, 14.42, 1, 1, 'ai_bid', '2024-06-04 00:43:05', '2024-06-04 00:43:05', '2024-06-05 00:44:03'),
(12961, 1866, 'Tetyana store', 5582, 15, 6, 13.29, 1, 1, 'ai_bid', '2024-06-04 00:43:05', '2024-06-04 00:43:05', '2024-06-05 00:44:05'),
(12962, 1866, 'Tetyana store', 3657, 13, 6, 7.06, 1, 1, 'ai_bid', '2024-06-04 00:43:05', '2024-06-04 00:43:05', '2024-06-05 00:44:05'),
(12963, 1866, 'Tetyana store', 2137, 18, 6, 21.81, 1, 1, 'ai_bid', '2024-06-04 00:43:05', '2024-06-04 00:43:05', '2024-06-05 00:44:05'),
(12964, 1866, 'Tetyana store', 678, 10, 6, 2.04, 1, 1, 'ai_bid', '2024-06-04 00:43:05', '2024-06-04 00:43:05', '2024-06-05 00:44:05'),
(12965, 1873, 'Gustavo', 3674, 14, 9, 9.26, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12966, 1873, 'Gustavo', 1749, 2, 9, 102.90, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12967, 1873, 'Gustavo', 5294, 14, 9, 284.42, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12968, 1873, 'Gustavo', 6081, 1, 9, 17.32, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12969, 1873, 'Gustavo', 4647, 5, 9, 82.61, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12970, 1873, 'Gustavo', 5082, 16, 9, 24.58, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12971, 1873, 'Gustavo', 4094, 5, 9, 222.59, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12972, 1873, 'Gustavo', 4063, 13, 9, 17.21, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12973, 1873, 'Gustavo', 3211, 17, 9, 19.87, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12974, 1873, 'Gustavo', 5599, 10, 9, 84.17, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12975, 1873, 'Gustavo', 4424, 16, 9, 41.20, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12976, 1873, 'Gustavo', 2842, 15, 9, 20.79, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12977, 1873, 'Gustavo', 2291, 19, 9, 178.50, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12978, 1873, 'Gustavo', 3106, 2, 9, 16.26, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12979, 1873, 'Gustavo', 5235, 16, 9, 399.00, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12980, 1873, 'Gustavo', 3258, 5, 9, 96.44, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12981, 1873, 'Gustavo', 65, 2, 9, 29.87, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12982, 1873, 'Gustavo', 3783, 15, 9, 20.19, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12983, 1873, 'Gustavo', 3304, 15, 9, 43.43, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12984, 1873, 'Gustavo', 4276, 18, 9, 10.50, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12985, 1873, 'Gustavo', 4617, 15, 9, 113.30, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12986, 1873, 'Gustavo', 1712, 5, 9, 60.60, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12987, 1873, 'Gustavo', 2259, 19, 9, 221.49, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12988, 1873, 'Gustavo', 5121, 13, 9, 104.02, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12989, 1873, 'Gustavo', 4527, 16, 9, 67.97, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12990, 1873, 'Gustavo', 4283, 18, 9, 10.82, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12991, 1873, 'Gustavo', 1850, 5, 9, 0.56, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12992, 1873, 'Gustavo', 2483, 7, 9, 64.69, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12993, 1873, 'Gustavo', 1131, 19, 9, 381.68, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12994, 1873, 'Gustavo', 3850, 16, 9, 18.35, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12995, 1873, 'Gustavo', 3664, 10, 9, 13.57, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12996, 1873, 'Gustavo', 4984, 11, 9, 3244.50, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12997, 1873, 'Gustavo', 1544, 10, 9, 115.26, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12998, 1873, 'Gustavo', 6041, 11, 9, 100.73, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(12999, 1873, 'Gustavo', 1898, 19, 9, 455.80, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13000, 1873, 'Gustavo', 3745, 7, 9, 12.83, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13001, 1873, 'Gustavo', 5589, 12, 9, 157.94, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13002, 1873, 'Gustavo', 1411, 10, 9, 7.00, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13003, 1873, 'Gustavo', 1762, 2, 9, 169.60, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13004, 1873, 'Gustavo', 3472, 14, 9, 300.94, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13005, 1873, 'Gustavo', 4119, 5, 9, 3101.69, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13006, 1873, 'Gustavo', 928, 5, 9, 179.14, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13007, 1873, 'Gustavo', 2250, 19, 9, 71.71, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13008, 1873, 'Gustavo', 5663, 15, 9, 104.00, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13009, 1873, 'Gustavo', 809, 18, 9, 173.24, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13010, 1873, 'Gustavo', 2133, 19, 9, 128.75, 1, 1, 'ai_bid', '2024-06-04 00:55:09', '2024-06-04 00:55:09', '2024-06-05 00:56:03'),
(13011, 1873, 'Gustavo', 2226, 10, 9, 47.25, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13012, 1873, 'Gustavo', 4462, 15, 9, 20.98, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13013, 1873, 'Gustavo', 1142, 18, 9, 79.98, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13014, 1873, 'Gustavo', 2469, 16, 9, 157.19, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13015, 1873, 'Gustavo', 304, 7, 9, 122.88, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13016, 1873, 'Gustavo', 646, 17, 9, 16.32, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13017, 1873, 'Gustavo', 5292, 16, 9, 20.19, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13018, 1873, 'Gustavo', 4755, 14, 9, 414.09, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13019, 1873, 'Gustavo', 4256, 5, 9, 2524.99, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13020, 1873, 'Gustavo', 1321, 2, 9, 28.91, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13021, 1873, 'Gustavo', 3777, 13, 9, 8.38, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13022, 1873, 'Gustavo', 5380, 14, 9, 31.12, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13023, 1873, 'Gustavo', 1018, 16, 9, 51.44, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13024, 1873, 'Gustavo', 2024, 2, 9, 12.69, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13025, 1873, 'Gustavo', 1760, 17, 9, 390.37, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13026, 1873, 'Gustavo', 5944, 11, 9, 84.00, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13027, 1873, 'Gustavo', 1002, 16, 9, 338.09, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13028, 1873, 'Gustavo', 5125, 16, 9, 242.50, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13029, 1873, 'Gustavo', 773, 2, 9, 59.59, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13030, 1873, 'Gustavo', 1764, 18, 9, 96.45, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13031, 1873, 'Gustavo', 965, 5, 9, 1050.00, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13032, 1873, 'Gustavo', 2574, 10, 9, 19.67, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13033, 1873, 'Gustavo', 5018, 13, 9, 222.59, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:03'),
(13034, 1873, 'Gustavo', 4022, 17, 9, 45.44, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13035, 1873, 'Gustavo', 6066, 15, 9, 15.99, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13036, 1873, 'Gustavo', 5881, 17, 9, 7.14, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13037, 1873, 'Gustavo', 530, 17, 9, 12.97, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13038, 1873, 'Gustavo', 2546, 14, 9, 190.79, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13039, 1873, 'Gustavo', 4036, 18, 9, 6.34, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13040, 1873, 'Gustavo', 3942, 5, 9, 89.76, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13041, 1873, 'Gustavo', 3125, 4, 9, 497.93, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(13042, 1873, 'Gustavo', 4705, 14, 9, 23.23, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13043, 1873, 'Gustavo', 6144, 11, 9, 52.50, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13044, 1873, 'Gustavo', 3535, 10, 9, 82.86, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13045, 1873, 'Gustavo', 868, 17, 9, 71.40, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13046, 1873, 'Gustavo', 1576, 4, 9, 2.76, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13047, 1873, 'Gustavo', 1486, 19, 9, 33.90, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13048, 1873, 'Gustavo', 2958, 14, 9, 108.12, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13049, 1873, 'Gustavo', 4585, 15, 9, 81.60, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13050, 1873, 'Gustavo', 4370, 14, 9, 404.30, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13051, 1873, 'Gustavo', 4881, 12, 9, 20.23, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13052, 1873, 'Gustavo', 1431, 19, 9, 58.29, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13053, 1873, 'Gustavo', 4296, 5, 9, 127.25, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13054, 1873, 'Gustavo', 3028, 18, 9, 74.88, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13055, 1873, 'Gustavo', 1881, 19, 9, 11.03, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13056, 1873, 'Gustavo', 771, 10, 9, 7.38, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13057, 1873, 'Gustavo', 1914, 18, 9, 61.55, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13058, 1873, 'Gustavo', 1365, 14, 9, 25.30, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13059, 1873, 'Gustavo', 2690, 18, 9, 730.07, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13060, 1873, 'Gustavo', 1954, 5, 9, 11.32, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13061, 1873, 'Gustavo', 1827, 19, 9, 0.13, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13062, 1873, 'Gustavo', 1811, 5, 9, 0.21, 1, 1, 'ai_bid', '2024-06-04 00:55:10', '2024-06-04 00:55:10', '2024-06-05 00:56:04'),
(13063, 1866, 'Tetyana store', 867, 7, 11, 9.43, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13064, 1866, 'Tetyana store', 1426, 2, 11, 64.14, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13065, 1866, 'Tetyana store', 4064, 18, 11, 12.26, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13066, 1866, 'Tetyana store', 4322, 18, 11, 706.58, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13067, 1866, 'Tetyana store', 5048, 11, 11, 48.95, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13068, 1866, 'Tetyana store', 1718, 10, 11, 4.11, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13069, 1866, 'Tetyana store', 5619, 16, 11, 102.99, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13070, 1866, 'Tetyana store', 4298, 16, 11, 51.46, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13071, 1866, 'Tetyana store', 5362, 13, 11, 216.29, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13072, 1866, 'Tetyana store', 2486, 19, 11, 21.19, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13073, 1866, 'Tetyana store', 3265, 7, 11, 7.22, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13074, 1866, 'Tetyana store', 600, 10, 11, 13.52, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:03'),
(13075, 1866, 'Tetyana store', 3779, 7, 11, 59.56, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13076, 1866, 'Tetyana store', 1311, 14, 11, 45.93, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13077, 1866, 'Tetyana store', 2641, 18, 11, 19.36, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13078, 1866, 'Tetyana store', 416, 17, 11, 184.98, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13079, 1866, 'Tetyana store', 4568, 5, 11, 7.21, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13080, 1866, 'Tetyana store', 3371, 7, 11, 192.40, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13081, 1866, 'Tetyana store', 3948, 16, 11, 113.27, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13082, 1866, 'Tetyana store', 6061, 15, 11, 21.13, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13083, 1866, 'Tetyana store', 2399, 18, 11, 9.17, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13084, 1866, 'Tetyana store', 4587, 16, 11, 26.02, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13085, 1866, 'Tetyana store', 2565, 7, 11, 86.22, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13086, 1866, 'Tetyana store', 5131, 16, 11, 327.30, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13087, 1866, 'Tetyana store', 446, 16, 11, 157.91, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13088, 1866, 'Tetyana store', 4577, 5, 11, 30.71, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13089, 1866, 'Tetyana store', 6145, 11, 11, 10.59, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13090, 1866, 'Tetyana store', 3599, 12, 11, 10.65, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13091, 1866, 'Tetyana store', 1244, 10, 11, 512.16, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13092, 1866, 'Tetyana store', 5388, 17, 11, 21.19, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13093, 1866, 'Tetyana store', 3172, 19, 11, 502.87, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13094, 1866, 'Tetyana store', 1240, 18, 11, 5145.00, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13095, 1866, 'Tetyana store', 539, 19, 11, 1004.95, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13096, 1866, 'Tetyana store', 2141, 19, 11, 17.51, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13097, 1866, 'Tetyana store', 4565, 14, 11, 95.40, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13098, 1866, 'Tetyana store', 665, 19, 11, 98.70, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13099, 1866, 'Tetyana store', 705, 19, 11, 67.84, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13100, 1866, 'Tetyana store', 3505, 13, 11, 61.95, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13101, 1866, 'Tetyana store', 4991, 13, 11, 171.91, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13102, 1866, 'Tetyana store', 1852, 18, 11, 95.19, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13103, 1866, 'Tetyana store', 4708, 14, 11, 16.29, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13104, 1866, 'Tetyana store', 3554, 12, 11, 20.39, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13105, 1866, 'Tetyana store', 688, 19, 11, 2683.57, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13106, 1866, 'Tetyana store', 923, 7, 11, 21.62, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13107, 1866, 'Tetyana store', 5402, 14, 11, 21.16, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13108, 1866, 'Tetyana store', 4389, 16, 11, 15.45, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13109, 1866, 'Tetyana store', 2911, 14, 11, 408.61, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13110, 1866, 'Tetyana store', 5179, 16, 11, 82.39, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13111, 1866, 'Tetyana store', 2575, 7, 11, 44.37, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13112, 1866, 'Tetyana store', 1218, 19, 11, 74.78, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13113, 1866, 'Tetyana store', 1775, 2, 11, 253.76, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13114, 1866, 'Tetyana store', 4317, 15, 11, 11.12, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13115, 1866, 'Tetyana store', 3966, 16, 11, 32.42, 1, 1, 'ai_bid', '2024-06-04 01:05:10', '2024-06-04 01:05:10', '2024-06-05 01:06:04'),
(13116, 1866, 'Tetyana store', 4187, 14, 11, 1039.99, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13117, 1866, 'Tetyana store', 324, 18, 11, 13.02, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13118, 1866, 'Tetyana store', 1476, 19, 11, 168.92, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13119, 1866, 'Tetyana store', 2789, 10, 11, 41.17, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13120, 1866, 'Tetyana store', 4445, 15, 11, 27.18, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13121, 1866, 'Tetyana store', 139, 7, 11, 510.00, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13122, 1866, 'Tetyana store', 2581, 14, 11, 17.67, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13123, 1866, 'Tetyana store', 4785, 12, 11, 363.62, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13124, 1866, 'Tetyana store', 919, 7, 11, 311.99, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13125, 1866, 'Tetyana store', 835, 19, 11, 22.19, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13126, 1866, 'Tetyana store', 6060, 11, 11, 10.40, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13127, 1866, 'Tetyana store', 4321, 15, 11, 124.79, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13128, 1866, 'Tetyana store', 4382, 14, 11, 15.40, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13129, 1866, 'Tetyana store', 4555, 16, 11, 319.96, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13130, 1866, 'Tetyana store', 1123, 19, 11, 40.39, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13131, 1866, 'Tetyana store', 3056, 18, 11, 17.85, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13132, 1866, 'Tetyana store', 504, 17, 11, 16.22, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13133, 1866, 'Tetyana store', 2532, 15, 11, 21.61, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13134, 1866, 'Tetyana store', 3575, 17, 11, 9.01, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:04'),
(13135, 1866, 'Tetyana store', 1740, 5, 11, 3.18, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:05'),
(13136, 1866, 'Tetyana store', 1469, 10, 11, 1.28, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:05'),
(13137, 1866, 'Tetyana store', 608, 7, 11, 2.02, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:05'),
(13138, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-06-04 01:05:11', '2024-06-04 01:05:11', '2024-06-05 01:06:05'),
(13139, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-06-04 01:06:07', '2024-06-04 01:06:07', '2024-06-05 01:07:04'),
(13140, 1867, 'Omevoric enterprises', 4737, 12, 12, 52.88, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:03'),
(13141, 1867, 'Omevoric enterprises', 264, 2, 12, 1588.94, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13142, 1867, 'Omevoric enterprises', 1553, 19, 12, 8670.00, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13143, 1867, 'Omevoric enterprises', 1606, 19, 12, 21.15, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13144, 1867, 'Omevoric enterprises', 4871, 17, 12, 71.39, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13145, 1867, 'Omevoric enterprises', 1942, 7, 12, 8.06, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13146, 1867, 'Omevoric enterprises', 5357, 16, 12, 10.49, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13147, 1867, 'Omevoric enterprises', 2567, 14, 12, 415.99, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13148, 1867, 'Omevoric enterprises', 1165, 18, 12, 63.43, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13149, 1867, 'Omevoric enterprises', 2575, 7, 12, 43.09, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:04'),
(13150, 1867, 'Omevoric enterprises', 4686, 14, 12, 1308.06, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13151, 1867, 'Omevoric enterprises', 4965, 14, 12, 9.45, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13152, 1867, 'Omevoric enterprises', 2195, 19, 12, 78.00, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13153, 1867, 'Omevoric enterprises', 5900, 11, 12, 105.88, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13154, 1867, 'Omevoric enterprises', 2629, 10, 12, 23.91, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13155, 1867, 'Omevoric enterprises', 6007, 14, 12, 3030.00, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13156, 1867, 'Omevoric enterprises', 2382, 2, 12, 409.94, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13157, 1867, 'Omevoric enterprises', 4435, 16, 12, 16.59, 1, 1, 'ai_bid', '2024-06-04 01:17:05', '2024-06-04 01:17:05', '2024-06-05 01:18:05'),
(13158, 1867, 'Omevoric enterprises', 5955, 17, 12, 6.28, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13159, 1867, 'Omevoric enterprises', 757, 7, 12, 213.26, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13160, 1867, 'Omevoric enterprises', 5218, 16, 12, 510.59, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13161, 1867, 'Omevoric enterprises', 5505, 10, 12, 83.42, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13162, 1867, 'Omevoric enterprises', 616, 19, 12, 160.14, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13163, 1867, 'Omevoric enterprises', 3990, 12, 12, 31.49, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13164, 1867, 'Omevoric enterprises', 1401, 10, 12, 10.80, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13165, 1867, 'Omevoric enterprises', 3311, 16, 12, 333.29, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13166, 1867, 'Omevoric enterprises', 136, 2, 12, 24.48, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13167, 1867, 'Omevoric enterprises', 5744, 16, 12, 104.99, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13168, 1867, 'Omevoric enterprises', 1434, 5, 12, 83.20, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13169, 1867, 'Omevoric enterprises', 1814, 17, 12, 214.20, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13170, 1867, 'Omevoric enterprises', 1816, 17, 12, 16.78, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13171, 1867, 'Omevoric enterprises', 750, 19, 12, 4.11, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13172, 1867, 'Omevoric enterprises', 6168, 11, 12, 29.57, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13173, 1867, 'Omevoric enterprises', 3887, 2, 12, 308.88, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13174, 1867, 'Omevoric enterprises', 4738, 14, 12, 110.09, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13175, 1867, 'Omevoric enterprises', 2027, 2, 12, 56.09, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13176, 1867, 'Omevoric enterprises', 165, 14, 12, 202.33, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13177, 1867, 'Omevoric enterprises', 2899, 14, 12, 13.12, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13178, 1867, 'Omevoric enterprises', 2113, 10, 12, 8.98, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13179, 1867, 'Omevoric enterprises', 1691, 19, 12, 5.44, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13180, 1867, 'Omevoric enterprises', 1612, 14, 12, 42.76, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13181, 1867, 'Omevoric enterprises', 4171, 18, 12, 25.24, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13182, 1867, 'Omevoric enterprises', 1222, 15, 12, 10.51, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13183, 1867, 'Omevoric enterprises', 3379, 7, 12, 10.29, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13184, 1867, 'Omevoric enterprises', 4750, 12, 12, 67.22, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13185, 1867, 'Omevoric enterprises', 4976, 13, 12, 202.00, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13186, 1867, 'Omevoric enterprises', 1705, 19, 12, 875.49, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13187, 1867, 'Omevoric enterprises', 132, 2, 12, 102.96, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13188, 1867, 'Omevoric enterprises', 1383, 2, 12, 99.99, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13189, 1867, 'Omevoric enterprises', 2313, 2, 12, 30.30, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13190, 1867, 'Omevoric enterprises', 3912, 2, 12, 24.23, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13191, 1867, 'Omevoric enterprises', 5908, 13, 12, 35.01, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13192, 1867, 'Omevoric enterprises', 3327, 7, 12, 2.47, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13193, 1867, 'Omevoric enterprises', 1331, 14, 12, 4.79, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13194, 1867, 'Omevoric enterprises', 3149, 4, 12, 3.12, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13195, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.13, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13196, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-06-04 01:17:06', '2024-06-04 01:17:06', '2024-06-05 01:18:05'),
(13197, 1868, 'Marcelo Ltd', 5750, 15, 13, 8.57, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:03'),
(13198, 1868, 'Marcelo Ltd', 5946, 17, 13, 28.84, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13199, 1868, 'Marcelo Ltd', 5190, 16, 13, 313.10, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13200, 1868, 'Marcelo Ltd', 4060, 13, 13, 16.63, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13201, 1868, 'Marcelo Ltd', 2709, 14, 13, 26.93, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13202, 1868, 'Marcelo Ltd', 391, 18, 13, 20.46, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13203, 1868, 'Marcelo Ltd', 5809, 15, 13, 81.68, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13204, 1868, 'Marcelo Ltd', 1676, 19, 13, 5.94, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13205, 1868, 'Marcelo Ltd', 3756, 7, 13, 115.57, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13206, 1868, 'Marcelo Ltd', 2574, 10, 13, 20.65, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13207, 1868, 'Marcelo Ltd', 1436, 10, 13, 16.47, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13208, 1868, 'Marcelo Ltd', 4462, 15, 13, 20.18, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13209, 1868, 'Marcelo Ltd', 3124, 2, 13, 42.84, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13210, 1868, 'Marcelo Ltd', 2789, 10, 13, 41.97, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13211, 1868, 'Marcelo Ltd', 5283, 16, 13, 21.20, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13212, 1868, 'Marcelo Ltd', 394, 18, 13, 14.26, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13213, 1868, 'Marcelo Ltd', 1496, 15, 13, 15.90, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13214, 1868, 'Marcelo Ltd', 4656, 15, 13, 241.50, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13215, 1868, 'Marcelo Ltd', 1449, 10, 13, 15.37, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13216, 1868, 'Marcelo Ltd', 4735, 12, 13, 83.42, 1, 1, 'ai_bid', '2024-06-04 01:48:05', '2024-06-04 01:48:05', '2024-06-05 01:49:05'),
(13217, 1868, 'Marcelo Ltd', 3285, 5, 13, 9.36, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13218, 1868, 'Marcelo Ltd', 41, 2, 13, 19.08, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13219, 1868, 'Marcelo Ltd', 6047, 15, 13, 14.55, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13220, 1868, 'Marcelo Ltd', 1985, 4, 13, 140.87, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13221, 1868, 'Marcelo Ltd', 3086, 2, 13, 14.55, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13222, 1868, 'Marcelo Ltd', 1172, 18, 13, 67.84, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13223, 1868, 'Marcelo Ltd', 734, 19, 13, 0.22, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13224, 1868, 'Marcelo Ltd', 2808, 15, 13, 33.32, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13225, 1868, 'Marcelo Ltd', 3919, 16, 13, 71.70, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13226, 1868, 'Marcelo Ltd', 858, 19, 13, 15.09, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13227, 1868, 'Marcelo Ltd', 4042, 19, 13, 216.29, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13228, 1868, 'Marcelo Ltd', 3130, 18, 13, 18.54, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13229, 1868, 'Marcelo Ltd', 5977, 17, 13, 18.71, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13230, 1868, 'Marcelo Ltd', 3637, 18, 13, 429.25, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13231, 1868, 'Marcelo Ltd', 3998, 12, 13, 734.40, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13232, 1868, 'Marcelo Ltd', 3219, 5, 13, 3024.95, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13233, 1868, 'Marcelo Ltd', 4593, 14, 13, 31.20, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13234, 1868, 'Marcelo Ltd', 5379, 14, 13, 381.39, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13235, 1868, 'Marcelo Ltd', 1131, 19, 13, 385.35, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13236, 1868, 'Marcelo Ltd', 5645, 15, 13, 41.40, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13237, 1868, 'Marcelo Ltd', 4927, 13, 13, 130.00, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13238, 1868, 'Marcelo Ltd', 443, 16, 13, 184.39, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13239, 1868, 'Marcelo Ltd', 2935, 14, 13, 26.47, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13240, 1868, 'Marcelo Ltd', 4399, 18, 13, 25.40, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13241, 1868, 'Marcelo Ltd', 5994, 11, 13, 106.37, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13242, 1868, 'Marcelo Ltd', 4584, 16, 13, 305.99, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13243, 1868, 'Marcelo Ltd', 4771, 12, 13, 30.28, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13244, 1868, 'Marcelo Ltd', 4022, 17, 13, 45.44, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13245, 1868, 'Marcelo Ltd', 5852, 15, 13, 38.37, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13246, 1868, 'Marcelo Ltd', 5795, 15, 13, 1060.00, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13247, 1868, 'Marcelo Ltd', 4413, 15, 13, 65.51, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13248, 1868, 'Marcelo Ltd', 127, 2, 13, 41.20, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13249, 1868, 'Marcelo Ltd', 444, 16, 13, 32.85, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13250, 1868, 'Marcelo Ltd', 6134, 11, 13, 25.25, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13251, 1868, 'Marcelo Ltd', 76, 2, 13, 10.40, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13252, 1868, 'Marcelo Ltd', 5800, 15, 13, 1648.00, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13253, 1868, 'Marcelo Ltd', 4897, 12, 13, 10.39, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13254, 1868, 'Marcelo Ltd', 2260, 19, 13, 278.10, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13255, 1868, 'Marcelo Ltd', 4942, 11, 13, 636.00, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13256, 1868, 'Marcelo Ltd', 3738, 10, 13, 121.54, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13257, 1868, 'Marcelo Ltd', 1656, 17, 13, 31.75, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13258, 1868, 'Marcelo Ltd', 3455, 11, 13, 5.29, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13259, 1868, 'Marcelo Ltd', 2087, 2, 13, 520.00, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13260, 1868, 'Marcelo Ltd', 2632, 13, 13, 14.54, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13261, 1868, 'Marcelo Ltd', 5971, 17, 13, 31.19, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13262, 1868, 'Marcelo Ltd', 2557, 7, 13, 4.42, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13263, 1868, 'Marcelo Ltd', 2558, 10, 13, 45.14, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13264, 1868, 'Marcelo Ltd', 1365, 14, 13, 24.11, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13265, 1868, 'Marcelo Ltd', 2919, 19, 13, 27.45, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13266, 1868, 'Marcelo Ltd', 5045, 16, 13, 131.58, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13267, 1868, 'Marcelo Ltd', 4455, 15, 13, 12.11, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13268, 1868, 'Marcelo Ltd', 4318, 16, 13, 133.12, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13269, 1868, 'Marcelo Ltd', 5767, 15, 13, 202.00, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13270, 1868, 'Marcelo Ltd', 3426, 10, 13, 25.43, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13271, 1868, 'Marcelo Ltd', 4548, 19, 13, 207.02, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13272, 1868, 'Marcelo Ltd', 2927, 19, 13, 23.43, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:05'),
(13273, 1868, 'Marcelo Ltd', 2020, 2, 13, 10.20, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13274, 1868, 'Marcelo Ltd', 5902, 15, 13, 840.00, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13275, 1868, 'Marcelo Ltd', 4013, 17, 13, 3.83, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13276, 1868, 'Marcelo Ltd', 5025, 16, 13, 132.55, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13277, 1868, 'Marcelo Ltd', 2683, 17, 13, 20.58, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13278, 1868, 'Marcelo Ltd', 5710, 10, 13, 151.98, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13279, 1868, 'Marcelo Ltd', 950, 5, 13, 22.03, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13280, 1868, 'Marcelo Ltd', 3801, 4, 13, 7.23, 1, 1, 'ai_bid', '2024-06-04 01:48:06', '2024-06-04 01:48:06', '2024-06-05 01:49:06'),
(13281, 1868, 'Marcelo Ltd', 5640, 10, 13, 8.15, 1, 1, 'ai_bid', '2024-06-04 01:48:07', '2024-06-04 01:48:07', '2024-06-05 01:49:06'),
(13282, 1868, 'Marcelo Ltd', 4933, 14, 13, 5.52, 1, 1, 'ai_bid', '2024-06-04 01:48:07', '2024-06-04 01:48:07', '2024-06-05 01:49:06'),
(13283, 1868, 'Marcelo Ltd', 756, 19, 13, 0.45, 1, 1, 'ai_bid', '2024-06-04 01:48:07', '2024-06-04 01:48:07', '2024-06-05 01:49:06'),
(13284, 1869, 'Anatoliy fast store', 1280, 19, 14, 21.09, 1, 1, 'ai_bid', '2024-06-04 02:17:04', '2024-06-04 02:17:04', '2024-06-05 02:18:04'),
(13285, 1869, 'Anatoliy fast store', 3191, 4, 14, 30.29, 1, 1, 'ai_bid', '2024-06-04 02:17:04', '2024-06-04 02:17:04', '2024-06-05 02:18:04'),
(13286, 1869, 'Anatoliy fast store', 1727, 19, 14, 474.70, 1, 1, 'ai_bid', '2024-06-04 02:17:04', '2024-06-04 02:17:04', '2024-06-05 02:18:04'),
(13287, 1869, 'Anatoliy fast store', 4281, 14, 14, 103.94, 1, 1, 'ai_bid', '2024-06-04 02:17:04', '2024-06-04 02:17:04', '2024-06-05 02:18:04'),
(13288, 1869, 'Anatoliy fast store', 6029, 15, 14, 27.54, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:04'),
(13289, 1869, 'Anatoliy fast store', 666, 18, 14, 7521.76, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:04'),
(13290, 1869, 'Anatoliy fast store', 3986, 12, 14, 31.19, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:04'),
(13291, 1869, 'Anatoliy fast store', 5207, 14, 14, 39.30, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:04'),
(13292, 1869, 'Anatoliy fast store', 5523, 10, 14, 29.48, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:04'),
(13293, 1869, 'Anatoliy fast store', 2174, 19, 14, 41.92, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13294, 1869, 'Anatoliy fast store', 2568, 14, 14, 1201.90, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13295, 1869, 'Anatoliy fast store', 5452, 17, 14, 23.45, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13296, 1869, 'Anatoliy fast store', 2590, 7, 14, 107.65, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13297, 1869, 'Anatoliy fast store', 5426, 17, 14, 63.00, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13298, 1869, 'Anatoliy fast store', 1530, 15, 14, 13.64, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13299, 1869, 'Anatoliy fast store', 5148, 13, 14, 617.99, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13300, 1869, 'Anatoliy fast store', 4654, 15, 14, 959.50, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13301, 1869, 'Anatoliy fast store', 2402, 19, 14, 254.52, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13302, 1869, 'Anatoliy fast store', 878, 19, 14, 281.79, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13303, 1869, 'Anatoliy fast store', 4659, 12, 14, 9.79, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13304, 1869, 'Anatoliy fast store', 4061, 13, 14, 19.18, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13305, 1869, 'Anatoliy fast store', 3042, 18, 14, 100.14, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13306, 1869, 'Anatoliy fast store', 6059, 15, 14, 20.39, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13307, 1869, 'Anatoliy fast store', 5666, 15, 14, 105.00, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13308, 1869, 'Anatoliy fast store', 914, 5, 14, 10.29, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13309, 1869, 'Anatoliy fast store', 365, 18, 14, 742.00, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13310, 1869, 'Anatoliy fast store', 5988, 17, 14, 19.54, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13311, 1869, 'Anatoliy fast store', 3782, 19, 14, 366.45, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13312, 1869, 'Anatoliy fast store', 2427, 19, 14, 252.00, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13313, 1869, 'Anatoliy fast store', 3556, 12, 14, 3.76, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13314, 1869, 'Anatoliy fast store', 1726, 18, 14, 51.84, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13315, 1869, 'Anatoliy fast store', 68, 2, 14, 10.20, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13316, 1869, 'Anatoliy fast store', 6093, 15, 14, 25.70, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13317, 1869, 'Anatoliy fast store', 5561, 10, 14, 722.79, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13318, 1869, 'Anatoliy fast store', 4093, 18, 14, 32.23, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13319, 1869, 'Anatoliy fast store', 5118, 13, 14, 339.20, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13320, 1869, 'Anatoliy fast store', 4880, 14, 14, 8.47, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13321, 1869, 'Anatoliy fast store', 5664, 10, 14, 346.50, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13322, 1869, 'Anatoliy fast store', 2386, 2, 14, 8.32, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13323, 1869, 'Anatoliy fast store', 5306, 14, 14, 420.00, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13324, 1869, 'Anatoliy fast store', 3298, 16, 14, 25.99, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13325, 1869, 'Anatoliy fast store', 6006, 17, 14, 18.22, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13326, 1869, 'Anatoliy fast store', 261, 2, 14, 21.62, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13327, 1869, 'Anatoliy fast store', 2229, 16, 14, 28.02, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13328, 1869, 'Anatoliy fast store', 4189, 14, 14, 989.79, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13329, 1869, 'Anatoliy fast store', 2272, 7, 14, 40.37, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13330, 1869, 'Anatoliy fast store', 5804, 13, 14, 30.59, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13331, 1869, 'Anatoliy fast store', 2075, 19, 14, 108.12, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13332, 1869, 'Anatoliy fast store', 1233, 19, 14, 20.93, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13333, 1869, 'Anatoliy fast store', 1705, 19, 14, 900.99, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13334, 1869, 'Anatoliy fast store', 5393, 17, 14, 52.32, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13335, 1869, 'Anatoliy fast store', 2133, 19, 14, 126.25, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13336, 1869, 'Anatoliy fast store', 2072, 19, 14, 19.19, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13337, 1869, 'Anatoliy fast store', 851, 5, 14, 25.08, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13338, 1869, 'Anatoliy fast store', 1035, 19, 14, 121.20, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13339, 1869, 'Anatoliy fast store', 4157, 14, 14, 88.57, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13340, 1869, 'Anatoliy fast store', 5597, 10, 14, 74.54, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13341, 1869, 'Anatoliy fast store', 1188, 19, 14, 31.92, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13342, 1869, 'Anatoliy fast store', 48, 2, 14, 20.40, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13343, 1869, 'Anatoliy fast store', 456, 19, 14, 45.42, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13344, 1869, 'Anatoliy fast store', 6041, 11, 14, 103.69, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13345, 1869, 'Anatoliy fast store', 2037, 17, 14, 75.47, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13346, 1869, 'Anatoliy fast store', 2527, 19, 14, 20.58, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13347, 1869, 'Anatoliy fast store', 4284, 14, 14, 21.20, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13348, 1869, 'Anatoliy fast store', 5558, 10, 14, 3.15, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13349, 1869, 'Anatoliy fast store', 2104, 18, 14, 17.57, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13350, 1869, 'Anatoliy fast store', 4063, 13, 14, 16.88, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13351, 1869, 'Anatoliy fast store', 606, 10, 14, 10.50, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13352, 1869, 'Anatoliy fast store', 1098, 19, 14, 281.79, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13353, 1869, 'Anatoliy fast store', 3867, 11, 14, 6.76, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13354, 1869, 'Anatoliy fast store', 3224, 4, 14, 69.37, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13355, 1869, 'Anatoliy fast store', 3398, 10, 14, 40.17, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13356, 1869, 'Anatoliy fast store', 4722, 14, 14, 29.84, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13357, 1869, 'Anatoliy fast store', 934, 17, 14, 13.37, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13358, 1869, 'Anatoliy fast store', 3606, 13, 14, 9.92, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13359, 1869, 'Anatoliy fast store', 4442, 15, 14, 28.56, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13360, 1869, 'Anatoliy fast store', 3587, 12, 14, 7.19, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13361, 1869, 'Anatoliy fast store', 24, 2, 14, 1.02, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13362, 1869, 'Anatoliy fast store', 5773, 13, 14, 15.12, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13363, 1869, 'Anatoliy fast store', 4235, 18, 14, 93.39, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13364, 1869, 'Anatoliy fast store', 993, 16, 14, 26.86, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13365, 1869, 'Anatoliy fast store', 5806, 13, 14, 15.74, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13366, 1869, 'Anatoliy fast store', 4972, 12, 14, 40.89, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13367, 1869, 'Anatoliy fast store', 812, 18, 14, 39.89, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13368, 1869, 'Anatoliy fast store', 3704, 18, 14, 77.21, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13369, 1869, 'Anatoliy fast store', 552, 7, 14, 12.48, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13370, 1869, 'Anatoliy fast store', 5968, 17, 14, 20.57, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13371, 1869, 'Anatoliy fast store', 4627, 15, 14, 136.34, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13372, 1869, 'Anatoliy fast store', 5492, 17, 14, 185.59, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13373, 1869, 'Anatoliy fast store', 2474, 17, 14, 37.73, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13374, 1869, 'Anatoliy fast store', 4488, 16, 14, 207.02, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13375, 1869, 'Anatoliy fast store', 869, 7, 14, 9.92, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13376, 1869, 'Anatoliy fast store', 3127, 2, 14, 13.77, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13377, 1869, 'Anatoliy fast store', 27, 2, 14, 4.12, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13378, 1869, 'Anatoliy fast store', 1079, 4, 14, 5.19, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13379, 1869, 'Anatoliy fast store', 167, 2, 14, 27.66, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13380, 1869, 'Anatoliy fast store', 3285, 5, 14, 9.18, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13381, 1869, 'Anatoliy fast store', 1887, 5, 14, 1.60, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13382, 1869, 'Anatoliy fast store', 6049, 11, 14, 10.20, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13383, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-06-04 02:17:05', '2024-06-04 02:17:05', '2024-06-05 02:18:05'),
(13384, 1872, 'Melisa', 2487, 19, 18, 133.90, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13385, 1872, 'Melisa', 108, 2, 18, 2100.00, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13386, 1872, 'Melisa', 5737, 16, 18, 34.52, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13387, 1872, 'Melisa', 4614, 5, 18, 27.55, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13388, 1872, 'Melisa', 5380, 14, 18, 32.02, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13389, 1872, 'Melisa', 2589, 14, 18, 63.59, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13390, 1872, 'Melisa', 3250, 7, 18, 33.95, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13391, 1872, 'Melisa', 933, 18, 18, 1133.00, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13392, 1872, 'Melisa', 4718, 12, 18, 53.72, 1, 1, 'ai_bid', '2024-06-04 04:09:04', '2024-06-04 04:09:04', '2024-06-05 04:10:04'),
(13393, 1872, 'Melisa', 5747, 13, 18, 4.79, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13394, 1872, 'Melisa', 3654, 13, 18, 17.67, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13395, 1872, 'Melisa', 698, 19, 18, 6.55, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13396, 1872, 'Melisa', 1927, 10, 18, 37.77, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13397, 1872, 'Melisa', 5980, 17, 18, 20.96, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13398, 1872, 'Melisa', 2898, 19, 18, 134.92, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13399, 1872, 'Melisa', 317, 7, 18, 20.03, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13400, 1872, 'Melisa', 2539, 17, 18, 10.80, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13401, 1872, 'Melisa', 92, 2, 18, 180.20, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13402, 1872, 'Melisa', 2166, 19, 18, 37.80, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13403, 1872, 'Melisa', 1611, 18, 18, 121.11, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(13404, 1872, 'Melisa', 1668, 19, 18, 135.84, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13405, 1872, 'Melisa', 6163, 11, 18, 407.95, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13406, 1872, 'Melisa', 5211, 16, 18, 72.80, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13407, 1872, 'Melisa', 160, 16, 18, 234.01, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13408, 1872, 'Melisa', 5483, 7, 18, 11.54, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13409, 1872, 'Melisa', 668, 10, 18, 5.30, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13410, 1872, 'Melisa', 5888, 11, 18, 2397.00, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13411, 1872, 'Melisa', 2480, 19, 18, 304.50, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13412, 1872, 'Melisa', 2853, 14, 18, 37.75, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13413, 1872, 'Melisa', 6151, 11, 18, 140.40, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:04'),
(13414, 1872, 'Melisa', 5318, 14, 18, 226.55, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13415, 1872, 'Melisa', 6021, 17, 18, 38.83, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13416, 1872, 'Melisa', 4006, 18, 18, 127.42, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13417, 1872, 'Melisa', 1450, 19, 18, 179.52, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13418, 1872, 'Melisa', 2626, 14, 18, 26.65, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13419, 1872, 'Melisa', 2687, 14, 18, 248.29, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13420, 1872, 'Melisa', 2068, 4, 18, 757.50, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13421, 1872, 'Melisa', 5078, 16, 18, 60.59, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13422, 1872, 'Melisa', 1506, 19, 18, 75.43, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13423, 1872, 'Melisa', 5535, 10, 18, 320.07, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13424, 1872, 'Melisa', 4761, 12, 18, 215.18, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13425, 1872, 'Melisa', 235, 12, 18, 220.45, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13426, 1872, 'Melisa', 2408, 19, 18, 69.32, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13427, 1872, 'Melisa', 1107, 16, 18, 900.99, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13428, 1872, 'Melisa', 5326, 14, 18, 432.55, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13429, 1872, 'Melisa', 396, 18, 18, 36.73, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13430, 1872, 'Melisa', 3908, 16, 18, 43.45, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13431, 1872, 'Melisa', 6143, 11, 18, 31.19, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13432, 1872, 'Melisa', 963, 5, 18, 2.06, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13433, 1872, 'Melisa', 1824, 19, 18, 126.24, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13434, 1872, 'Melisa', 5621, 15, 18, 154.50, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13435, 1872, 'Melisa', 3861, 16, 18, 107.05, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13436, 1872, 'Melisa', 4192, 14, 18, 22.25, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13437, 1872, 'Melisa', 449, 16, 18, 354.50, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13438, 1872, 'Melisa', 1480, 15, 18, 3.84, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13439, 1872, 'Melisa', 1464, 14, 18, 36.20, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13440, 1872, 'Melisa', 4577, 5, 18, 30.12, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13441, 1872, 'Melisa', 2857, 12, 18, 27.26, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13442, 1872, 'Melisa', 897, 18, 18, 464.59, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13443, 1872, 'Melisa', 5366, 13, 18, 94.49, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13444, 1872, 'Melisa', 2866, 14, 18, 5.87, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13445, 1872, 'Melisa', 310, 7, 18, 55.86, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13446, 1872, 'Melisa', 4715, 12, 18, 5.76, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13447, 1872, 'Melisa', 3571, 12, 18, 5.29, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13448, 1872, 'Melisa', 1827, 19, 18, 0.13, 1, 1, 'ai_bid', '2024-06-04 04:09:05', '2024-06-04 04:09:05', '2024-06-05 04:10:05'),
(13449, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-06-04 04:10:07', '2024-06-04 04:10:07', '2024-06-05 04:11:03'),
(13450, 1798, 'Feelyards', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-06-04 05:22:42', '2024-06-04 05:22:42', '2024-06-05 05:23:02'),
(13451, 1798, 'Feelyards', 3956, 5, NULL, 94.00, 1, 1, 'manual_bid', '2024-06-04 05:24:10', '2024-06-04 05:24:10', '2024-06-05 05:25:08'),
(13452, 1869, 'Anatoliy fast store', 3237, 4, 17, 132.59, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:02'),
(13453, 1869, 'Anatoliy fast store', 5733, 10, 17, 5.27, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13454, 1869, 'Anatoliy fast store', 2344, 4, 17, 104.00, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13455, 1869, 'Anatoliy fast store', 1813, 19, 17, 3.09, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13456, 1869, 'Anatoliy fast store', 322, 10, 17, 52.00, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13457, 1869, 'Anatoliy fast store', 767, 19, 17, 3.18, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13458, 1869, 'Anatoliy fast store', 3776, 19, 17, 107.09, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13459, 1869, 'Anatoliy fast store', 6176, 14, 17, 21.34, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13460, 1869, 'Anatoliy fast store', 2704, 14, 17, 16.32, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13461, 1869, 'Anatoliy fast store', 1892, 19, 17, 10.67, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13462, 1869, 'Anatoliy fast store', 2736, 17, 17, 20.59, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13463, 1869, 'Anatoliy fast store', 5454, 12, 17, 10165.40, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13464, 1869, 'Anatoliy fast store', 3661, 14, 17, 303.00, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13465, 1869, 'Anatoliy fast store', 1642, 4, 17, 243.22, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13466, 1869, 'Anatoliy fast store', 1357, 15, 17, 49.69, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13467, 1869, 'Anatoliy fast store', 3146, 4, 17, 7.27, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13468, 1869, 'Anatoliy fast store', 2810, 14, 17, 406.63, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13469, 1869, 'Anatoliy fast store', 4503, 16, 17, 263.65, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13470, 1869, 'Anatoliy fast store', 5546, 10, 17, 426.65, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13471, 1869, 'Anatoliy fast store', 1171, 15, 17, 9.14, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13472, 1869, 'Anatoliy fast store', 6129, 11, 17, 8.94, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13473, 1869, 'Anatoliy fast store', 3894, 11, 17, 843.57, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13474, 1869, 'Anatoliy fast store', 2389, 19, 17, 27.13, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13475, 1869, 'Anatoliy fast store', 2095, 13, 17, 20.79, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13476, 1869, 'Anatoliy fast store', 5646, 15, 17, 114.40, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13477, 1869, 'Anatoliy fast store', 1325, 14, 17, 29.80, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13478, 1869, 'Anatoliy fast store', 2707, 16, 17, 23.45, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13479, 1869, 'Anatoliy fast store', 2531, 19, 17, 166.40, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13480, 1869, 'Anatoliy fast store', 1945, 10, 17, 9.28, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13481, 1869, 'Anatoliy fast store', 5945, 17, 17, 3.48, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13482, 1869, 'Anatoliy fast store', 4668, 12, 17, 1.51, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13483, 1869, 'Anatoliy fast store', 680, 10, 17, 28.56, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13484, 1869, 'Anatoliy fast store', 2065, 12, 17, 7.30, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13485, 1869, 'Anatoliy fast store', 3929, 5, 17, 38.48, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13486, 1869, 'Anatoliy fast store', 5948, 17, 17, 3.41, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13487, 1869, 'Anatoliy fast store', 4358, 14, 17, 5.40, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13488, 1869, 'Anatoliy fast store', 4455, 15, 17, 12.59, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13489, 1869, 'Anatoliy fast store', 46, 2, 17, 10.50, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13490, 1869, 'Anatoliy fast store', 266, 18, 17, 16.27, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13491, 1869, 'Anatoliy fast store', 6085, 11, 17, 4.20, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13492, 1869, 'Anatoliy fast store', 752, 19, 17, 1.05, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13493, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13494, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13495, 1869, 'Anatoliy fast store', 949, 5, 17, 0.32, 1, 1, 'ai_bid', '2024-06-04 23:26:05', '2024-06-04 23:26:05', '2024-06-05 23:27:04'),
(13496, 1866, 'Tetyana store', 5027, 14, 16, 9.17, 1, 1, 'ai_bid', '2024-06-05 00:28:06', '2024-06-05 00:28:06', '2024-06-06 00:29:02'),
(13497, 1866, 'Tetyana store', 3087, 18, 16, 44.43, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13498, 1866, 'Tetyana store', 2941, 12, 16, 1018.67, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13499, 1866, 'Tetyana store', 5880, 13, 16, 10.59, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13500, 1866, 'Tetyana store', 3340, 15, 16, 148.40, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13501, 1866, 'Tetyana store', 881, 5, 16, 867.00, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13502, 1866, 'Tetyana store', 2237, 2, 16, 36.05, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13503, 1866, 'Tetyana store', 2571, 7, 16, 16.39, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13504, 1866, 'Tetyana store', 3036, 10, 16, 1048.95, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13505, 1866, 'Tetyana store', 5503, 17, 16, 83.29, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13506, 1866, 'Tetyana store', 3129, 4, 16, 563.54, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13507, 1866, 'Tetyana store', 522, 18, 16, 49.34, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13508, 1866, 'Tetyana store', 4063, 13, 16, 17.71, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13509, 1866, 'Tetyana store', 1587, 18, 16, 77.70, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13510, 1866, 'Tetyana store', 3383, 7, 16, 99.15, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13511, 1866, 'Tetyana store', 5356, 14, 16, 46.80, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13512, 1866, 'Tetyana store', 4811, 12, 16, 65.71, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13513, 1866, 'Tetyana store', 4956, 12, 16, 42.00, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13514, 1866, 'Tetyana store', 2125, 5, 16, 33.92, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13515, 1866, 'Tetyana store', 5744, 16, 16, 102.99, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13516, 1866, 'Tetyana store', 775, 5, 16, 7.42, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13517, 1866, 'Tetyana store', 283, 14, 16, 46.08, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13518, 1866, 'Tetyana store', 5379, 14, 16, 370.59, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13519, 1866, 'Tetyana store', 1332, 15, 16, 20.79, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13520, 1866, 'Tetyana store', 2469, 16, 16, 158.74, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13521, 1866, 'Tetyana store', 5515, 10, 16, 42.16, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13522, 1866, 'Tetyana store', 5507, 17, 16, 1300.50, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13523, 1866, 'Tetyana store', 4718, 12, 16, 51.69, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13524, 1866, 'Tetyana store', 2065, 12, 16, 7.52, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13525, 1866, 'Tetyana store', 856, 19, 16, 346.49, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13526, 1866, 'Tetyana store', 5961, 17, 16, 12.99, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13527, 1866, 'Tetyana store', 1539, 14, 16, 12.54, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13528, 1866, 'Tetyana store', 4208, 5, 16, 416.00, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13529, 1866, 'Tetyana store', 3833, 4, 16, 5.15, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13530, 1866, 'Tetyana store', 4510, 16, 16, 41.72, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13531, 1866, 'Tetyana store', 4239, 18, 16, 40.83, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13532, 1866, 'Tetyana store', 2019, 4, 16, 231.92, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13533, 1866, 'Tetyana store', 3670, 13, 16, 10.09, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13534, 1866, 'Tetyana store', 5934, 11, 16, 10.17, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13535, 1866, 'Tetyana store', 1925, 18, 16, 119.70, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:02'),
(13536, 1866, 'Tetyana store', 1107, 16, 16, 900.99, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13537, 1866, 'Tetyana store', 5615, 10, 16, 200.54, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13538, 1866, 'Tetyana store', 2163, 10, 16, 52.97, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13539, 1866, 'Tetyana store', 5641, 15, 16, 45.90, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13540, 1866, 'Tetyana store', 3075, 2, 16, 13.11, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13541, 1866, 'Tetyana store', 5439, 12, 16, 31.27, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13542, 1866, 'Tetyana store', 1324, 10, 16, 13.14, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13543, 1866, 'Tetyana store', 4280, 18, 16, 5.66, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13544, 1866, 'Tetyana store', 2387, 16, 16, 43.60, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13545, 1866, 'Tetyana store', 5076, 16, 16, 24.00, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13546, 1866, 'Tetyana store', 6112, 11, 16, 163.20, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13547, 1866, 'Tetyana store', 3841, 16, 16, 10.08, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13548, 1866, 'Tetyana store', 1961, 13, 16, 19.08, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13549, 1866, 'Tetyana store', 5069, 14, 16, 37.63, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13550, 1866, 'Tetyana store', 1556, 14, 16, 103.95, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13551, 1866, 'Tetyana store', 28, 2, 16, 15.90, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13552, 1866, 'Tetyana store', 2715, 16, 16, 37.08, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13553, 1866, 'Tetyana store', 95, 2, 16, 349.44, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13554, 1866, 'Tetyana store', 5595, 10, 16, 221.54, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13555, 1866, 'Tetyana store', 4760, 14, 16, 72.79, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13556, 1866, 'Tetyana store', 2269, 16, 16, 29.59, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13557, 1866, 'Tetyana store', 1219, 15, 16, 5.19, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13558, 1866, 'Tetyana store', 5919, 15, 16, 542.84, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13559, 1866, 'Tetyana store', 4343, 18, 16, 176.39, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13560, 1866, 'Tetyana store', 3830, 4, 16, 94.34, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13561, 1866, 'Tetyana store', 4193, 14, 16, 1819.99, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13562, 1866, 'Tetyana store', 1017, 12, 16, 2.39, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13563, 1866, 'Tetyana store', 3378, 7, 16, 353.50, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13564, 1866, 'Tetyana store', 53, 2, 16, 29.29, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13565, 1866, 'Tetyana store', 4488, 16, 16, 211.04, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13566, 1866, 'Tetyana store', 2457, 19, 16, 3.50, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13567, 1866, 'Tetyana store', 5905, 17, 16, 2.50, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13568, 1866, 'Tetyana store', 3758, 7, 16, 60.97, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13569, 1866, 'Tetyana store', 2437, 2, 16, 206.00, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13570, 1866, 'Tetyana store', 6035, 14, 16, 22.87, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13571, 1866, 'Tetyana store', 849, 10, 16, 45.44, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13572, 1866, 'Tetyana store', 5378, 1, 16, 3.01, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13573, 1866, 'Tetyana store', 2843, 14, 16, 18.93, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13574, 1866, 'Tetyana store', 2794, 10, 16, 16.78, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13575, 1866, 'Tetyana store', 940, 5, 16, 74.72, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13576, 1866, 'Tetyana store', 2809, 18, 16, 36.11, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13577, 1866, 'Tetyana store', 2905, 14, 16, 27.77, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13578, 1866, 'Tetyana store', 3422, 14, 16, 11.46, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13579, 1866, 'Tetyana store', 3687, 14, 16, 79.74, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13580, 1866, 'Tetyana store', 155, 18, 16, 41.20, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13581, 1866, 'Tetyana store', 4214, 14, 16, 21.08, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13582, 1866, 'Tetyana store', 3494, 10, 16, 13.03, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13583, 1866, 'Tetyana store', 2673, 14, 16, 17.04, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13584, 1866, 'Tetyana store', 4644, 5, 16, 25.24, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13585, 1866, 'Tetyana store', 5060, 14, 16, 5.24, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13586, 1866, 'Tetyana store', 1576, 4, 16, 2.68, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13587, 1866, 'Tetyana store', 4704, 12, 16, 1.30, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13588, 1866, 'Tetyana store', 6031, 15, 16, 3.96, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13589, 1866, 'Tetyana store', 1850, 5, 16, 0.56, 1, 1, 'ai_bid', '2024-06-05 00:28:08', '2024-06-05 00:28:08', '2024-06-06 00:29:03'),
(13590, 1871, 'Almeida', 1367, 5, 7, 3180.00, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:02'),
(13591, 1871, 'Almeida', 1446, 19, 7, 362.96, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:02'),
(13592, 1871, 'Almeida', 3771, 15, 7, 5.45, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:02'),
(13593, 1871, 'Almeida', 2773, 19, 7, 396.55, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:02'),
(13594, 1871, 'Almeida', 912, 13, 7, 32.11, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:02'),
(13595, 1871, 'Almeida', 2610, 14, 7, 10.59, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:02'),
(13596, 1871, 'Almeida', 287, 14, 7, 15.59, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13597, 1871, 'Almeida', 5377, 16, 7, 6.29, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13598, 1871, 'Almeida', 5191, 16, 7, 43.45, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13599, 1871, 'Almeida', 1693, 18, 7, 9.13, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13600, 1871, 'Almeida', 5674, 10, 7, 2778.06, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13601, 1871, 'Almeida', 5045, 16, 7, 135.45, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13602, 1871, 'Almeida', 425, 17, 7, 37.88, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13603, 1871, 'Almeida', 4269, 18, 7, 114.45, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13604, 1871, 'Almeida', 3712, 18, 7, 24.43, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13605, 1871, 'Almeida', 5891, 13, 7, 15.74, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13606, 1871, 'Almeida', 343, 15, 7, 95.24, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13607, 1871, 'Almeida', 5829, 11, 7, 27.29, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13608, 1871, 'Almeida', 3274, 17, 7, 132.60, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13609, 1871, 'Almeida', 5511, 12, 7, 264.99, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13610, 1871, 'Almeida', 322, 10, 7, 51.00, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13611, 1871, 'Almeida', 2216, 19, 7, 9.18, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13612, 1871, 'Almeida', 1547, 19, 7, 312.70, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13613, 1871, 'Almeida', 2059, 4, 7, 1556.88, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13614, 1871, 'Almeida', 560, 19, 7, 9342.50, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13615, 1871, 'Almeida', 3668, 10, 7, 36.36, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13616, 1871, 'Almeida', 3430, 14, 7, 43.25, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13617, 1871, 'Almeida', 5279, 16, 7, 210.00, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13618, 1871, 'Almeida', 3893, 15, 7, 1144.00, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13619, 1871, 'Almeida', 5711, 10, 7, 29.10, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13620, 1871, 'Almeida', 2208, 12, 7, 58.75, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13621, 1871, 'Almeida', 2240, 16, 7, 26.24, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13622, 1871, 'Almeida', 1352, 15, 7, 904.80, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13623, 1871, 'Almeida', 1284, 15, 7, 705.07, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13624, 1871, 'Almeida', 3192, 4, 7, 139.25, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13625, 1871, 'Almeida', 4540, 14, 7, 42.84, 1, 1, 'ai_bid', '2024-06-05 01:50:06', '2024-06-05 01:50:06', '2024-06-06 01:51:03'),
(13626, 1871, 'Almeida', 4770, 12, 7, 38.84, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13627, 1871, 'Almeida', 4477, 15, 7, 106.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13628, 1871, 'Almeida', 1196, 19, 7, 123.60, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13629, 1871, 'Almeida', 3220, 5, 7, 37.10, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13630, 1871, 'Almeida', 3194, 4, 7, 5.30, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13631, 1871, 'Almeida', 2494, 7, 7, 52.44, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13632, 1871, 'Almeida', 4048, 18, 7, 10.29, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13633, 1871, 'Almeida', 3554, 12, 7, 20.59, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13634, 1871, 'Almeida', 53, 2, 7, 30.45, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13635, 1871, 'Almeida', 6164, 11, 7, 58.04, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13636, 1871, 'Almeida', 2903, 19, 7, 1969.50, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13637, 1871, 'Almeida', 3062, 2, 7, 212.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13638, 1871, 'Almeida', 1224, 19, 7, 15.02, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13639, 1871, 'Almeida', 2524, 18, 7, 12.95, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13640, 1871, 'Almeida', 2068, 4, 7, 780.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13641, 1871, 'Almeida', 4636, 15, 7, 22.04, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13642, 1871, 'Almeida', 4533, 16, 7, 28.27, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13643, 1871, 'Almeida', 5256, 14, 7, 50.88, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13644, 1871, 'Almeida', 1541, 19, 7, 1010.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13645, 1871, 'Almeida', 199, 7, 7, 5.87, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13646, 1871, 'Almeida', 5890, 11, 7, 2719.50, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13647, 1871, 'Almeida', 381, 1, 7, 24.36, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13648, 1871, 'Almeida', 268, 18, 7, 6.64, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13649, 1871, 'Almeida', 1434, 5, 7, 84.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13650, 1871, 'Almeida', 756, 19, 7, 0.47, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13651, 1871, 'Almeida', 4731, 12, 7, 14.27, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13652, 1871, 'Almeida', 4916, 12, 7, 15.33, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13653, 1871, 'Almeida', 4506, 16, 7, 67.31, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13654, 1871, 'Almeida', 2386, 2, 7, 8.32, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13655, 1871, 'Almeida', 4704, 12, 7, 1.29, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13656, 1871, 'Almeida', 1924, 13, 7, 12.08, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13657, 1871, 'Almeida', 49, 2, 7, 306.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13658, 1871, 'Almeida', 1272, 19, 7, 26.25, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13659, 1871, 'Almeida', 5914, 17, 7, 2553.28, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13660, 1871, 'Almeida', 4100, 14, 7, 6.23, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13661, 1871, 'Almeida', 2015, 5, 7, 723.98, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13662, 1871, 'Almeida', 4947, 13, 7, 510.90, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13663, 1871, 'Almeida', 4558, 16, 7, 424.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13664, 1871, 'Almeida', 2021, 4, 7, 10.15, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13665, 1871, 'Almeida', 5760, 15, 7, 153.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13666, 1871, 'Almeida', 1863, 19, 7, 11.22, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13667, 1871, 'Almeida', 975, 17, 7, 43.11, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13668, 1871, 'Almeida', 5889, 13, 7, 11.54, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13669, 1871, 'Almeida', 1724, 5, 7, 2.29, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13670, 1871, 'Almeida', 4480, 16, 7, 8.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13671, 1871, 'Almeida', 2047, 19, 7, 909.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13672, 1871, 'Almeida', 2709, 14, 7, 27.19, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13673, 1871, 'Almeida', 2458, 2, 7, 16.80, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13674, 1871, 'Almeida', 2616, 14, 7, 20.19, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13675, 1871, 'Almeida', 1223, 10, 7, 18.28, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13676, 1871, 'Almeida', 1741, 10, 7, 656.25, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13677, 1871, 'Almeida', 641, 5, 7, 1905.50, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13678, 1871, 'Almeida', 5656, 10, 7, 319.30, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13679, 1871, 'Almeida', 6030, 11, 7, 21.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13680, 1871, 'Almeida', 42, 2, 7, 126.25, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13681, 1871, 'Almeida', 2138, 19, 7, 1454.96, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13682, 1871, 'Almeida', 4282, 5, 7, 59.66, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13683, 1871, 'Almeida', 126, 2, 7, 1079.72, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13684, 1871, 'Almeida', 3277, 7, 7, 37.72, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13685, 1871, 'Almeida', 4830, 12, 7, 10.59, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13686, 1871, 'Almeida', 1118, 18, 7, 1077.77, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13687, 1871, 'Almeida', 2314, 2, 7, 121.90, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13688, 1871, 'Almeida', 6036, 15, 7, 47.63, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13689, 1871, 'Almeida', 5090, 16, 7, 18.35, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13690, 1871, 'Almeida', 3552, 10, 7, 356.15, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13691, 1871, 'Almeida', 5265, 13, 7, 17.33, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13692, 1871, 'Almeida', 4754, 12, 7, 7.02, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13693, 1871, 'Almeida', 2737, 18, 7, 745.18, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13694, 1871, 'Almeida', 1808, 2, 7, 30.30, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13695, 1871, 'Almeida', 301, 18, 7, 9.29, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13696, 1871, 'Almeida', 4202, 5, 7, 4.93, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13697, 1871, 'Almeida', 843, 13, 7, 475.94, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13698, 1871, 'Almeida', 2822, 18, 7, 618.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13699, 1871, 'Almeida', 70, 2, 7, 43.26, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13700, 1871, 'Almeida', 2081, 19, 7, 790.40, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13701, 1871, 'Almeida', 2615, 14, 7, 21.19, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13702, 1871, 'Almeida', 595, 19, 7, 399.00, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13703, 1871, 'Almeida', 222, 12, 7, 21.98, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13704, 1871, 'Almeida', 3012, 13, 7, 390.06, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13705, 1871, 'Almeida', 5755, 13, 7, 42.58, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13706, 1871, 'Almeida', 2609, 13, 7, 27.29, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13707, 1871, 'Almeida', 882, 18, 7, 207.99, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13708, 1871, 'Almeida', 5660, 10, 7, 1275.03, 1, 1, 'ai_bid', '2024-06-05 01:50:07', '2024-06-05 01:50:07', '2024-06-06 01:51:03'),
(13709, 1871, 'Almeida', 1431, 19, 7, 56.09, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13710, 1871, 'Almeida', 2617, 14, 7, 6.31, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13711, 1871, 'Almeida', 1034, 5, 7, 99.08, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13712, 1871, 'Almeida', 4075, 14, 7, 19.57, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13713, 1871, 'Almeida', 3524, 13, 7, 814.98, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13714, 1871, 'Almeida', 5623, 15, 7, 71.39, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13715, 1871, 'Almeida', 680, 10, 7, 28.28, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13716, 1871, 'Almeida', 1898, 19, 7, 451.50, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13717, 1871, 'Almeida', 374, 10, 7, 125.59, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13718, 1871, 'Almeida', 5013, 13, 7, 45.94, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13719, 1871, 'Almeida', 1774, 7, 7, 61.23, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13720, 1871, 'Almeida', 4892, 13, 7, 840.00, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13721, 1871, 'Almeida', 3850, 16, 7, 18.53, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13722, 1871, 'Almeida', 5383, 17, 7, 46.35, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:03'),
(13723, 1871, 'Almeida', 4045, 18, 7, 10.19, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13724, 1871, 'Almeida', 5255, 16, 7, 24.73, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13725, 1871, 'Almeida', 1152, 18, 7, 33.99, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13726, 1871, 'Almeida', 2913, 14, 7, 29.57, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13727, 1871, 'Almeida', 3615, 13, 7, 3.58, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13728, 1871, 'Almeida', 1222, 15, 7, 10.51, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13729, 1871, 'Almeida', 873, 7, 7, 2.53, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13730, 1871, 'Almeida', 1827, 19, 7, 0.13, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13731, 1871, 'Almeida', 1850, 5, 7, 0.56, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13732, 1871, 'Almeida', 803, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13733, 1870, 'Liliana', 1367, 5, 8, 3150.00, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13734, 1870, 'Liliana', 1446, 19, 8, 362.96, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13735, 1870, 'Liliana', 3771, 15, 8, 5.50, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13736, 1870, 'Liliana', 2773, 19, 8, 392.78, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13737, 1870, 'Liliana', 912, 13, 8, 31.50, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13738, 1870, 'Liliana', 2610, 14, 8, 10.59, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13739, 1870, 'Liliana', 287, 14, 8, 15.29, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13740, 1870, 'Liliana', 5377, 16, 8, 6.29, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13741, 1870, 'Liliana', 5191, 16, 8, 41.40, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13742, 1870, 'Liliana', 1693, 18, 8, 9.39, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13743, 1870, 'Liliana', 5674, 10, 8, 2915.58, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13744, 1870, 'Liliana', 5045, 16, 8, 130.29, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13745, 1870, 'Liliana', 425, 17, 8, 37.88, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13746, 1870, 'Liliana', 4269, 18, 8, 110.09, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13747, 1870, 'Liliana', 3712, 18, 8, 25.15, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13748, 1870, 'Liliana', 5891, 13, 8, 15.29, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13749, 1870, 'Liliana', 343, 15, 8, 95.24, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13750, 1870, 'Liliana', 5829, 11, 8, 27.29, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13751, 1870, 'Liliana', 3274, 17, 8, 131.30, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13752, 1870, 'Liliana', 5511, 12, 8, 259.99, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13753, 1870, 'Liliana', 322, 10, 8, 51.50, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13754, 1870, 'Liliana', 2216, 19, 8, 9.54, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13755, 1870, 'Liliana', 1547, 19, 8, 309.75, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13756, 1870, 'Liliana', 2059, 4, 8, 1571.85, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13757, 1870, 'Liliana', 3668, 10, 8, 38.16, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13758, 1870, 'Liliana', 3430, 14, 8, 43.25, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13759, 1870, 'Liliana', 5279, 16, 8, 204.00, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13760, 1870, 'Liliana', 3893, 15, 8, 1166.00, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13761, 1870, 'Liliana', 5711, 10, 8, 29.10, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13762, 1870, 'Liliana', 2208, 12, 8, 57.05, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13763, 1870, 'Liliana', 2240, 16, 8, 25.99, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13764, 1870, 'Liliana', 1352, 15, 8, 904.80, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13765, 1870, 'Liliana', 1284, 15, 8, 678.46, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13766, 1870, 'Liliana', 3192, 4, 8, 141.95, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13767, 1870, 'Liliana', 4540, 14, 8, 44.10, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13768, 1870, 'Liliana', 4770, 12, 8, 39.21, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13769, 1870, 'Liliana', 4477, 15, 8, 105.00, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13770, 1870, 'Liliana', 1196, 19, 8, 126.00, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13771, 1870, 'Liliana', 3220, 5, 8, 36.75, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13772, 1870, 'Liliana', 3194, 4, 8, 5.25, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13773, 1870, 'Liliana', 2494, 7, 8, 50.95, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13774, 1870, 'Liliana', 4048, 18, 8, 10.19, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13775, 1870, 'Liliana', 3554, 12, 8, 20.59, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13776, 1870, 'Liliana', 53, 2, 8, 29.58, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13777, 1870, 'Liliana', 6164, 11, 8, 58.60, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13778, 1870, 'Liliana', 3062, 2, 8, 210.00, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13779, 1870, 'Liliana', 1224, 19, 8, 15.61, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(13780, 1870, 'Liliana', 2524, 18, 8, 13.20, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13781, 1870, 'Liliana', 2068, 4, 8, 772.50, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13782, 1870, 'Liliana', 4636, 15, 8, 21.41, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13783, 1870, 'Liliana', 756, 19, 8, 0.47, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13784, 1870, 'Liliana', 4704, 12, 8, 1.29, 1, 1, 'ai_bid', '2024-06-05 01:50:08', '2024-06-05 01:50:08', '2024-06-06 01:51:04'),
(13785, 1870, 'Liliana', 1827, 19, 8, 0.13, 1, 1, 'ai_bid', '2024-06-05 01:50:09', '2024-06-05 01:50:09', '2024-06-06 01:51:04'),
(13786, 1870, 'Liliana', 1821, 19, 8, 1.01, 1, 1, 'ai_bid', '2024-06-05 01:50:09', '2024-06-05 01:50:09', '2024-06-06 01:51:04'),
(13787, 1870, 'Liliana', 1850, 5, 8, 0.58, 1, 1, 'ai_bid', '2024-06-05 01:50:09', '2024-06-05 01:50:09', '2024-06-06 01:51:04'),
(13788, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-05 01:50:09', '2024-06-05 01:50:09', '2024-06-06 01:51:04'),
(13789, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-05 01:50:09', '2024-06-05 01:50:09', '2024-06-06 01:51:04'),
(13790, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-05 01:51:03', '2024-06-05 01:51:03', '2024-06-06 01:52:03'),
(13791, 1866, 'Tetyana store', 2572, 17, 6, 21.21, 1, 1, 'ai_bid', '2024-06-05 01:55:06', '2024-06-05 01:55:06', '2024-06-06 01:56:02'),
(13792, 1866, 'Tetyana store', 2216, 19, 6, 9.18, 1, 1, 'ai_bid', '2024-06-05 01:55:06', '2024-06-05 01:55:06', '2024-06-06 01:56:02'),
(13793, 1866, 'Tetyana store', 1588, 4, 6, 3.15, 1, 1, 'ai_bid', '2024-06-05 01:55:06', '2024-06-05 01:55:06', '2024-06-06 01:56:02'),
(13794, 1866, 'Tetyana store', 3813, 15, 6, 22.87, 1, 1, 'ai_bid', '2024-06-05 01:55:06', '2024-06-05 01:55:06', '2024-06-06 01:56:02'),
(13795, 1866, 'Tetyana store', 4033, 18, 6, 2.68, 1, 1, 'ai_bid', '2024-06-05 01:55:06', '2024-06-05 01:55:06', '2024-06-06 01:56:02'),
(13796, 1866, 'Tetyana store', 1827, 19, 6, 0.13, 1, 1, 'ai_bid', '2024-06-05 01:55:06', '2024-06-05 01:55:06', '2024-06-06 01:56:02'),
(13797, 1873, 'Gustavo', 5614, 15, 9, 35.44, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13798, 1873, 'Gustavo', 2005, 15, 9, 78.78, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13799, 1873, 'Gustavo', 440, 16, 9, 85.85, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13800, 1873, 'Gustavo', 881, 5, 9, 875.50, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13801, 1873, 'Gustavo', 819, 19, 9, 97.85, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13802, 1873, 'Gustavo', 5113, 16, 9, 15.57, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13803, 1873, 'Gustavo', 3485, 10, 9, 5.82, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13804, 1873, 'Gustavo', 4737, 12, 9, 53.40, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13805, 1873, 'Gustavo', 4553, 5, 9, 9.98, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:02'),
(13806, 1873, 'Gustavo', 3775, 15, 9, 6.49, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13807, 1873, 'Gustavo', 4461, 15, 9, 598.49, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13808, 1873, 'Gustavo', 3256, 5, 9, 520.00, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13809, 1873, 'Gustavo', 4738, 14, 9, 113.36, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13810, 1873, 'Gustavo', 3093, 2, 9, 23.64, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13811, 1873, 'Gustavo', 478, 19, 9, 13.71, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13812, 1873, 'Gustavo', 5773, 13, 9, 15.12, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13813, 1873, 'Gustavo', 35, 2, 9, 31.50, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13814, 1873, 'Gustavo', 5000, 13, 9, 20.20, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13815, 1873, 'Gustavo', 1125, 16, 9, 59.19, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13816, 1873, 'Gustavo', 3797, 15, 9, 13.28, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13817, 1873, 'Gustavo', 5308, 16, 9, 41.99, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13818, 1873, 'Gustavo', 4288, 18, 9, 216.30, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13819, 1873, 'Gustavo', 4768, 12, 9, 2.92, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13820, 1873, 'Gustavo', 414, 7, 9, 31.35, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13821, 1873, 'Gustavo', 3810, 4, 9, 161.19, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13822, 1873, 'Gustavo', 1262, 19, 9, 1.62, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13823, 1873, 'Gustavo', 1079, 4, 9, 5.19, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13824, 1873, 'Gustavo', 3496, 10, 9, 12.12, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13825, 1873, 'Gustavo', 3352, 15, 9, 2226.00, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13826, 1873, 'Gustavo', 611, 7, 9, 10.30, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13827, 1873, 'Gustavo', 1239, 15, 9, 24.48, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13828, 1873, 'Gustavo', 5133, 16, 9, 79.04, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13829, 1873, 'Gustavo', 2376, 10, 9, 122.58, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13830, 1873, 'Gustavo', 5406, 17, 9, 57.26, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13831, 1873, 'Gustavo', 1347, 15, 9, 85.85, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13832, 1873, 'Gustavo', 489, 19, 9, 12720.00, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13833, 1873, 'Gustavo', 4890, 13, 9, 598.58, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13834, 1873, 'Gustavo', 5637, 10, 9, 5.24, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13835, 1873, 'Gustavo', 3703, 14, 9, 22.56, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13836, 1873, 'Gustavo', 908, 19, 9, 20.67, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13837, 1873, 'Gustavo', 2179, 19, 9, 53.84, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13838, 1873, 'Gustavo', 2047, 19, 9, 954.00, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13839, 1873, 'Gustavo', 4515, 16, 9, 52.47, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13840, 1873, 'Gustavo', 170, 4, 9, 133.55, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13841, 1873, 'Gustavo', 2134, 2, 9, 35.67, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13842, 1873, 'Gustavo', 674, 10, 9, 8.40, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13843, 1873, 'Gustavo', 5076, 16, 9, 24.47, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13844, 1873, 'Gustavo', 1499, 14, 9, 8.87, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13845, 1873, 'Gustavo', 1602, 19, 9, 4.99, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13846, 1873, 'Gustavo', 949, 5, 9, 0.32, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13847, 1873, 'Gustavo', 756, 19, 9, 0.48, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13848, 1873, 'Gustavo', 1827, 19, 9, 0.13, 1, 1, 'ai_bid', '2024-06-05 02:07:07', '2024-06-05 02:07:07', '2024-06-06 02:08:03'),
(13849, 1866, 'Tetyana store', 713, 19, 11, 35.20, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:02'),
(13850, 1866, 'Tetyana store', 3615, 13, 11, 3.54, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:02'),
(13851, 1866, 'Tetyana store', 2308, 19, 11, 272.70, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:02'),
(13852, 1866, 'Tetyana store', 1526, 19, 11, 12720.00, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13853, 1866, 'Tetyana store', 1085, 4, 11, 5.04, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13854, 1866, 'Tetyana store', 3621, 12, 11, 106.00, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13855, 1866, 'Tetyana store', 5447, 12, 11, 2788.08, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13856, 1866, 'Tetyana store', 3748, 7, 11, 48.77, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13857, 1866, 'Tetyana store', 3215, 4, 11, 9.26, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13858, 1866, 'Tetyana store', 1220, 18, 11, 103.02, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13859, 1866, 'Tetyana store', 6080, 15, 11, 20.39, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13860, 1866, 'Tetyana store', 2353, 19, 11, 416.00, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13861, 1866, 'Tetyana store', 1760, 17, 11, 394.16, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13862, 1866, 'Tetyana store', 4200, 14, 11, 14.07, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13863, 1866, 'Tetyana store', 531, 16, 11, 22.04, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13864, 1866, 'Tetyana store', 1600, 4, 11, 177.70, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13865, 1866, 'Tetyana store', 1638, 17, 11, 15.36, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13866, 1866, 'Tetyana store', 3030, 14, 11, 81.60, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13867, 1866, 'Tetyana store', 3325, 7, 11, 6.08, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13868, 1866, 'Tetyana store', 5356, 14, 11, 47.25, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13869, 1866, 'Tetyana store', 2041, 5, 11, 2.02, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13870, 1866, 'Tetyana store', 2489, 7, 11, 30.24, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13871, 1866, 'Tetyana store', 2025, 19, 11, 41.60, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13872, 1866, 'Tetyana store', 2981, 14, 11, 92.82, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13873, 1866, 'Tetyana store', 2436, 19, 11, 14.76, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13874, 1866, 'Tetyana store', 3249, 5, 11, 11.10, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13875, 1866, 'Tetyana store', 716, 19, 11, 1.03, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13876, 1866, 'Tetyana store', 1640, 19, 11, 1.01, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13877, 1866, 'Tetyana store', 634, 5, 11, 1.05, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13878, 1866, 'Tetyana store', 1827, 19, 11, 0.13, 1, 1, 'ai_bid', '2024-06-05 02:18:06', '2024-06-05 02:18:06', '2024-06-06 02:19:03'),
(13879, 1867, 'Omevoric enterprises', 3954, 1, 12, 231.53, 1, 1, 'ai_bid', '2024-06-05 02:30:07', '2024-06-05 02:30:07', '2024-06-06 02:31:02'),
(13880, 1867, 'Omevoric enterprises', 3917, 2, 12, 528.94, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13881, 1867, 'Omevoric enterprises', 604, 10, 12, 10.30, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13882, 1867, 'Omevoric enterprises', 1684, 17, 12, 191.07, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13883, 1867, 'Omevoric enterprises', 434, 17, 12, 121.02, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13884, 1867, 'Omevoric enterprises', 547, 19, 12, 2389.60, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13885, 1867, 'Omevoric enterprises', 907, 18, 12, 224.40, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13886, 1867, 'Omevoric enterprises', 5868, 11, 12, 20.59, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13887, 1867, 'Omevoric enterprises', 1950, 5, 12, 17.85, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13888, 1867, 'Omevoric enterprises', 4962, 14, 12, 9.54, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13889, 1867, 'Omevoric enterprises', 2356, 19, 12, 82.40, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13890, 1867, 'Omevoric enterprises', 1375, 15, 12, 25.25, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13891, 1867, 'Omevoric enterprises', 3396, 10, 12, 52.49, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13892, 1867, 'Omevoric enterprises', 2267, 19, 12, 357.00, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13893, 1867, 'Omevoric enterprises', 1000, 17, 12, 3.47, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13894, 1867, 'Omevoric enterprises', 5985, 17, 12, 26.66, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13895, 1867, 'Omevoric enterprises', 2199, 19, 12, 31.20, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13896, 1867, 'Omevoric enterprises', 216, 7, 12, 17.10, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13897, 1867, 'Omevoric enterprises', 4619, 5, 12, 13.89, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13898, 1867, 'Omevoric enterprises', 2028, 19, 12, 40.56, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13899, 1867, 'Omevoric enterprises', 6074, 15, 12, 15.36, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13900, 1867, 'Omevoric enterprises', 3373, 7, 12, 11.65, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13901, 1867, 'Omevoric enterprises', 1892, 19, 12, 10.98, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13902, 1867, 'Omevoric enterprises', 4880, 14, 12, 8.47, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13903, 1867, 'Omevoric enterprises', 1101, 19, 12, 925.60, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13904, 1867, 'Omevoric enterprises', 5951, 17, 12, 5.38, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13905, 1867, 'Omevoric enterprises', 1844, 19, 12, 0.32, 1, 1, 'ai_bid', '2024-06-05 02:30:09', '2024-06-05 02:30:09', '2024-06-06 02:31:04'),
(13906, 1867, 'Omevoric enterprises', 5552, 10, 12, 27.15, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13907, 1867, 'Omevoric enterprises', 4752, 14, 12, 293.99, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13908, 1867, 'Omevoric enterprises', 1382, 14, 12, 8.39, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13909, 1867, 'Omevoric enterprises', 3616, 12, 12, 161.20, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13910, 1867, 'Omevoric enterprises', 2589, 14, 12, 62.99, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13911, 1867, 'Omevoric enterprises', 552, 7, 12, 12.36, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13912, 1867, 'Omevoric enterprises', 1698, 18, 12, 20.80, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13913, 1867, 'Omevoric enterprises', 2958, 14, 12, 110.24, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13914, 1867, 'Omevoric enterprises', 4082, 5, 12, 26.49, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13915, 1867, 'Omevoric enterprises', 4498, 16, 12, 102.00, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13916, 1867, 'Omevoric enterprises', 2644, 18, 12, 15.28, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13917, 1867, 'Omevoric enterprises', 4779, 12, 12, 42.39, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13918, 1867, 'Omevoric enterprises', 6009, 17, 12, 19.17, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13919, 1867, 'Omevoric enterprises', 3303, 16, 12, 1272.00, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13920, 1867, 'Omevoric enterprises', 294, 5, 12, 46.65, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13921, 1867, 'Omevoric enterprises', 3055, 2, 12, 3.96, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13922, 1867, 'Omevoric enterprises', 3403, 10, 12, 5.19, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13923, 1867, 'Omevoric enterprises', 3261, 7, 12, 11.49, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13924, 1867, 'Omevoric enterprises', 1253, 10, 12, 31.10, 1, 1, 'ai_bid', '2024-06-05 02:30:10', '2024-06-05 02:30:10', '2024-06-06 02:31:04'),
(13925, 1867, 'Omevoric enterprises', 4071, 18, 12, 31.61, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13926, 1867, 'Omevoric enterprises', 3340, 15, 12, 147.00, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13927, 1867, 'Omevoric enterprises', 2054, 4, 12, 115.54, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13928, 1867, 'Omevoric enterprises', 3117, 18, 12, 79.49, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13929, 1867, 'Omevoric enterprises', 5107, 16, 12, 14.40, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13930, 1867, 'Omevoric enterprises', 2446, 2, 12, 303.45, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13931, 1867, 'Omevoric enterprises', 2762, 19, 12, 4091.60, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13932, 1867, 'Omevoric enterprises', 943, 5, 12, 41.59, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13933, 1867, 'Omevoric enterprises', 4512, 16, 12, 54.59, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13934, 1867, 'Omevoric enterprises', 4348, 18, 12, 243.79, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13935, 1867, 'Omevoric enterprises', 5557, 10, 12, 184.56, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13936, 1867, 'Omevoric enterprises', 5029, 11, 12, 65.51, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13937, 1867, 'Omevoric enterprises', 5831, 15, 12, 19.37, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13938, 1867, 'Omevoric enterprises', 401, 16, 12, 261.12, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13939, 1867, 'Omevoric enterprises', 4110, 5, 12, 318.00, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13940, 1867, 'Omevoric enterprises', 5981, 17, 12, 19.81, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13941, 1867, 'Omevoric enterprises', 1520, 19, 12, 3180.00, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13942, 1867, 'Omevoric enterprises', 1238, 19, 12, 510.00, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13943, 1867, 'Omevoric enterprises', 874, 19, 12, 61.80, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13944, 1867, 'Omevoric enterprises', 5010, 13, 12, 41.40, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13945, 1867, 'Omevoric enterprises', 4534, 14, 12, 111.30, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13946, 1867, 'Omevoric enterprises', 1582, 4, 12, 9.33, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13947, 1867, 'Omevoric enterprises', 3465, 14, 12, 522.09, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13948, 1867, 'Omevoric enterprises', 3712, 18, 12, 24.43, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13949, 1867, 'Omevoric enterprises', 1246, 18, 12, 61.20, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13950, 1867, 'Omevoric enterprises', 2009, 4, 12, 33.49, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13951, 1867, 'Omevoric enterprises', 1746, 2, 12, 186.16, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13952, 1867, 'Omevoric enterprises', 3131, 18, 12, 21.83, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13953, 1867, 'Omevoric enterprises', 2404, 19, 12, 678.38, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13954, 1867, 'Omevoric enterprises', 3195, 4, 12, 206.83, 1, 1, 'ai_bid', '2024-06-05 02:30:11', '2024-06-05 02:30:11', '2024-06-06 02:31:04'),
(13955, 1867, 'Omevoric enterprises', 5639, 10, 12, 4.94, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13956, 1867, 'Omevoric enterprises', 1794, 2, 12, 157.50, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13957, 1867, 'Omevoric enterprises', 660, 10, 12, 2.04, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13958, 1867, 'Omevoric enterprises', 1403, 15, 12, 8.41, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13959, 1867, 'Omevoric enterprises', 696, 18, 12, 87.49, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13960, 1867, 'Omevoric enterprises', 2790, 14, 12, 129.25, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13961, 1867, 'Omevoric enterprises', 3108, 2, 12, 256.47, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13962, 1867, 'Omevoric enterprises', 3034, 14, 12, 21.37, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13963, 1867, 'Omevoric enterprises', 3226, 5, 12, 46.19, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13964, 1867, 'Omevoric enterprises', 2817, 14, 12, 182.80, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13965, 1867, 'Omevoric enterprises', 1157, 19, 12, 41.20, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13966, 1867, 'Omevoric enterprises', 348, 15, 12, 41.76, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13967, 1867, 'Omevoric enterprises', 2927, 19, 12, 22.98, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13968, 1867, 'Omevoric enterprises', 4747, 12, 12, 54.03, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13969, 1867, 'Omevoric enterprises', 3466, 14, 12, 24.28, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13970, 1867, 'Omevoric enterprises', 2629, 10, 12, 24.37, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13971, 1867, 'Omevoric enterprises', 629, 14, 12, 4.24, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13972, 1867, 'Omevoric enterprises', 1837, 5, 12, 1.06, 1, 1, 'ai_bid', '2024-06-05 02:30:12', '2024-06-05 02:30:12', '2024-06-06 02:31:04'),
(13973, 1868, 'Marcelo Ltd', 887, 18, 13, 120.50, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13974, 1868, 'Marcelo Ltd', 2290, 19, 13, 34.34, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13975, 1868, 'Marcelo Ltd', 6092, 15, 13, 31.19, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13976, 1868, 'Marcelo Ltd', 3001, 19, 13, 85.86, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13977, 1868, 'Marcelo Ltd', 3153, 2, 13, 406.98, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13978, 1868, 'Marcelo Ltd', 768, 7, 13, 4.54, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13979, 1868, 'Marcelo Ltd', 4529, 14, 13, 139.05, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13980, 1868, 'Marcelo Ltd', 4042, 19, 13, 212.09, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13981, 1868, 'Marcelo Ltd', 4416, 16, 13, 35.94, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13982, 1868, 'Marcelo Ltd', 4125, 14, 13, 242.75, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13983, 1868, 'Marcelo Ltd', 5831, 15, 13, 19.94, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13984, 1868, 'Marcelo Ltd', 5935, 15, 13, 2626.00, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13985, 1868, 'Marcelo Ltd', 3160, 19, 13, 203.00, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13986, 1868, 'Marcelo Ltd', 3504, 11, 13, 8.15, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:02'),
(13987, 1868, 'Marcelo Ltd', 5570, 10, 13, 195.52, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13988, 1868, 'Marcelo Ltd', 5001, 13, 13, 93.39, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13989, 1868, 'Marcelo Ltd', 4787, 16, 13, 32.85, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13990, 1868, 'Marcelo Ltd', 609, 19, 13, 2727.00, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13991, 1868, 'Marcelo Ltd', 296, 18, 13, 132.24, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13992, 1868, 'Marcelo Ltd', 3714, 18, 13, 254.33, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13993, 1868, 'Marcelo Ltd', 1115, 19, 13, 180.20, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13994, 1868, 'Marcelo Ltd', 2268, 19, 13, 31.20, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13995, 1868, 'Marcelo Ltd', 2185, 19, 13, 63.60, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13996, 1868, 'Marcelo Ltd', 4624, 5, 13, 23.09, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13997, 1868, 'Marcelo Ltd', 544, 19, 13, 5088.00, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13998, 1868, 'Marcelo Ltd', 1286, 15, 13, 539.17, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(13999, 1868, 'Marcelo Ltd', 826, 10, 13, 355.46, 1, 1, 'ai_bid', '2024-06-05 03:01:04', '2024-06-05 03:01:04', '2024-06-06 03:02:03'),
(14000, 1868, 'Marcelo Ltd', 4378, 14, 13, 213.05, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14001, 1868, 'Marcelo Ltd', 4515, 16, 13, 52.99, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14002, 1868, 'Marcelo Ltd', 538, 18, 13, 351.73, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14003, 1868, 'Marcelo Ltd', 1459, 10, 13, 5.04, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14004, 1868, 'Marcelo Ltd', 4092, 5, 13, 2.95, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14005, 1868, 'Marcelo Ltd', 2001, 15, 13, 14.44, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14006, 1868, 'Marcelo Ltd', 5704, 10, 13, 2.56, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14007, 1868, 'Marcelo Ltd', 5683, 10, 13, 27.70, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14008, 1868, 'Marcelo Ltd', 1846, 5, 13, 1.46, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14009, 1868, 'Marcelo Ltd', 2254, 19, 13, 9.94, 1, 1, 'ai_bid', '2024-06-05 03:01:05', '2024-06-05 03:01:05', '2024-06-06 03:02:03'),
(14010, 1869, 'Anatoliy fast store', 1911, 18, 14, 24.43, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14011, 1869, 'Anatoliy fast store', 1775, 2, 14, 248.88, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14012, 1869, 'Anatoliy fast store', 5815, 15, 14, 15.60, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14013, 1869, 'Anatoliy fast store', 2232, 19, 14, 56.65, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14014, 1869, 'Anatoliy fast store', 2501, 16, 14, 99.74, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14015, 1869, 'Anatoliy fast store', 2951, 14, 14, 21.62, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14016, 1869, 'Anatoliy fast store', 4868, 17, 14, 415.99, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14017, 1869, 'Anatoliy fast store', 3704, 18, 14, 77.95, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14018, 1869, 'Anatoliy fast store', 5460, 17, 14, 115.36, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14019, 1869, 'Anatoliy fast store', 5515, 10, 14, 41.75, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14020, 1869, 'Anatoliy fast store', 2183, 19, 14, 20.59, 1, 1, 'ai_bid', '2024-06-05 03:30:06', '2024-06-05 03:30:06', '2024-06-06 03:31:02'),
(14021, 1869, 'Anatoliy fast store', 3293, 5, 14, 14.56, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14022, 1869, 'Anatoliy fast store', 5954, 11, 14, 186.16, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14023, 1869, 'Anatoliy fast store', 3593, 12, 14, 4.80, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14024, 1869, 'Anatoliy fast store', 5977, 17, 14, 19.07, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14025, 1869, 'Anatoliy fast store', 942, 18, 14, 25.74, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14026, 1869, 'Anatoliy fast store', 4845, 17, 14, 763.98, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14027, 1869, 'Anatoliy fast store', 4962, 14, 14, 9.09, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14028, 1869, 'Anatoliy fast store', 1162, 19, 14, 90.90, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14029, 1869, 'Anatoliy fast store', 4633, 15, 14, 416.00, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14030, 1869, 'Anatoliy fast store', 3751, 14, 14, 41.19, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14031, 1869, 'Anatoliy fast store', 4010, 18, 14, 100.19, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14032, 1869, 'Anatoliy fast store', 5540, 10, 14, 126.60, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14033, 1869, 'Anatoliy fast store', 379, 2, 14, 7.07, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14034, 1869, 'Anatoliy fast store', 4522, 16, 14, 5.04, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14035, 1869, 'Anatoliy fast store', 2456, 2, 14, 12.48, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14036, 1869, 'Anatoliy fast store', 5780, 15, 14, 555.50, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14037, 1869, 'Anatoliy fast store', 22, 2, 14, 13.52, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14038, 1869, 'Anatoliy fast store', 3480, 11, 14, 21.19, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14039, 1869, 'Anatoliy fast store', 4224, 5, 14, 5300.00, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14040, 1869, 'Anatoliy fast store', 3579, 12, 14, 11.23, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14041, 1869, 'Anatoliy fast store', 2127, 19, 14, 2.55, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14042, 1869, 'Anatoliy fast store', 3658, 10, 14, 14.21, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14043, 1869, 'Anatoliy fast store', 267, 2, 14, 187.19, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14044, 1869, 'Anatoliy fast store', 3198, 4, 14, 51.84, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14045, 1869, 'Anatoliy fast store', 5869, 13, 14, 8.10, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14046, 1869, 'Anatoliy fast store', 3495, 11, 14, 15.29, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14047, 1869, 'Anatoliy fast store', 1204, 18, 14, 35.92, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14048, 1869, 'Anatoliy fast store', 1687, 19, 14, 85.32, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14049, 1869, 'Anatoliy fast store', 5512, 10, 14, 12.97, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14050, 1869, 'Anatoliy fast store', 4000, 12, 14, 1041.85, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14051, 1869, 'Anatoliy fast store', 2961, 19, 14, 1444.80, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14052, 1869, 'Anatoliy fast store', 1021, 5, 14, 3.12, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14053, 1869, 'Anatoliy fast store', 5340, 16, 14, 11.10, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:02'),
(14054, 1869, 'Anatoliy fast store', 4349, 15, 14, 5.24, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14055, 1869, 'Anatoliy fast store', 5342, 13, 14, 1039.99, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14056, 1869, 'Anatoliy fast store', 4527, 16, 14, 69.29, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14057, 1869, 'Anatoliy fast store', 4575, 5, 14, 14.60, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14058, 1869, 'Anatoliy fast store', 4157, 14, 14, 89.43, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14059, 1869, 'Anatoliy fast store', 4960, 12, 14, 20.00, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14060, 1869, 'Anatoliy fast store', 6002, 11, 14, 285.60, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14061, 1869, 'Anatoliy fast store', 4957, 11, 14, 3504.06, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14062, 1869, 'Anatoliy fast store', 978, 16, 14, 13.52, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14063, 1869, 'Anatoliy fast store', 2682, 14, 14, 26.65, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14064, 1869, 'Anatoliy fast store', 693, 18, 14, 1210.99, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14065, 1869, 'Anatoliy fast store', 4364, 16, 14, 11.55, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14066, 1869, 'Anatoliy fast store', 6118, 11, 14, 29.12, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14067, 1869, 'Anatoliy fast store', 1626, 18, 14, 1139.50, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14068, 1869, 'Anatoliy fast store', 3135, 2, 14, 301.78, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14069, 1869, 'Anatoliy fast store', 5172, 16, 14, 271.31, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14070, 1869, 'Anatoliy fast store', 930, 10, 14, 13.93, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14071, 1869, 'Anatoliy fast store', 3248, 5, 14, 81.60, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14072, 1869, 'Anatoliy fast store', 2160, 19, 14, 106.08, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14073, 1869, 'Anatoliy fast store', 556, 16, 14, 7.28, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14074, 1869, 'Anatoliy fast store', 3072, 2, 14, 16.15, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14075, 1869, 'Anatoliy fast store', 3363, 15, 14, 208.00, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14076, 1869, 'Anatoliy fast store', 3448, 11, 14, 14.11, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14077, 1869, 'Anatoliy fast store', 5035, 13, 14, 40.80, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14078, 1869, 'Anatoliy fast store', 143, 18, 14, 1.06, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14079, 1869, 'Anatoliy fast store', 1208, 14, 14, 3.11, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14080, 1869, 'Anatoliy fast store', 3757, 14, 14, 10.49, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14081, 1869, 'Anatoliy fast store', 5069, 14, 14, 37.99, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14082, 1869, 'Anatoliy fast store', 2614, 14, 14, 23.62, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14083, 1869, 'Anatoliy fast store', 3883, 16, 14, 10.09, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14084, 1869, 'Anatoliy fast store', 3666, 13, 14, 8.36, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14085, 1869, 'Anatoliy fast store', 4687, 12, 14, 2.81, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14086, 1869, 'Anatoliy fast store', 949, 5, 14, 0.30, 1, 1, 'ai_bid', '2024-06-05 03:30:07', '2024-06-05 03:30:07', '2024-06-06 03:31:03'),
(14087, 1872, 'Melisa', 3961, 5, 18, 5268.20, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:02'),
(14088, 1872, 'Melisa', 2736, 17, 18, 20.39, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:04'),
(14089, 1872, 'Melisa', 3450, 10, 18, 5.05, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:04'),
(14090, 1872, 'Melisa', 2822, 18, 18, 618.00, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:04'),
(14091, 1872, 'Melisa', 867, 7, 18, 9.62, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:04'),
(14092, 1872, 'Melisa', 3552, 10, 18, 352.79, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:04'),
(14093, 1872, 'Melisa', 1281, 18, 18, 63.00, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:04'),
(14094, 1872, 'Melisa', 5121, 13, 18, 102.00, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14095, 1872, 'Melisa', 2381, 2, 18, 15.79, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14096, 1872, 'Melisa', 6123, 11, 18, 19.75, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14097, 1872, 'Melisa', 2445, 19, 18, 212.00, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14098, 1872, 'Melisa', 3221, 4, 18, 21.72, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14099, 1872, 'Melisa', 2348, 19, 18, 936.00, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14100, 1872, 'Melisa', 349, 15, 18, 24.47, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14101, 1872, 'Melisa', 1038, 19, 18, 18.53, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14102, 1872, 'Melisa', 4001, 5, 18, 2333.76, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14103, 1872, 'Melisa', 717, 18, 18, 41.97, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14104, 1872, 'Melisa', 5205, 16, 18, 85.04, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14105, 1872, 'Melisa', 3175, 19, 18, 176.50, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14106, 1872, 'Melisa', 1774, 7, 18, 63.02, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14107, 1872, 'Melisa', 1513, 15, 18, 1479.00, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14108, 1872, 'Melisa', 1624, 4, 18, 41.53, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14109, 1872, 'Melisa', 2861, 14, 18, 57.19, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14110, 1872, 'Melisa', 2175, 19, 18, 28.28, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14111, 1872, 'Melisa', 142, 18, 18, 24.15, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14112, 1872, 'Melisa', 4270, 14, 18, 9.36, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14113, 1872, 'Melisa', 2049, 12, 18, 9.31, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14114, 1872, 'Melisa', 5611, 15, 18, 66.44, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14115, 1872, 'Melisa', 4889, 12, 18, 63.40, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14116, 1872, 'Melisa', 850, 13, 18, 85.28, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14117, 1872, 'Melisa', 5596, 10, 18, 154.01, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14118, 1872, 'Melisa', 528, 17, 18, 15.90, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14119, 1872, 'Melisa', 4257, 14, 18, 9.09, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14120, 1872, 'Melisa', 1571, 10, 18, 106.30, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14121, 1872, 'Melisa', 1722, 18, 18, 4.03, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14122, 1872, 'Melisa', 5938, 15, 18, 485.36, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14123, 1872, 'Melisa', 296, 18, 18, 132.24, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14124, 1872, 'Melisa', 709, 18, 18, 196.14, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14125, 1872, 'Melisa', 2194, 19, 18, 9.36, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14126, 1872, 'Melisa', 3609, 12, 18, 140.42, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14127, 1872, 'Melisa', 1974, 18, 18, 26.08, 1, 1, 'ai_bid', '2024-06-05 05:22:03', '2024-06-05 05:22:03', '2024-06-06 05:23:05'),
(14128, 1872, 'Melisa', 1879, 19, 18, 45.58, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14129, 1872, 'Melisa', 1952, 19, 18, 1.33, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14130, 1872, 'Melisa', 163, 14, 18, 8.57, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14131, 1872, 'Melisa', 5802, 13, 18, 20.79, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14132, 1872, 'Melisa', 4050, 18, 18, 9.08, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14133, 1872, 'Melisa', 1873, 19, 18, 40.40, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14134, 1872, 'Melisa', 2103, 5, 18, 4.20, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14135, 1872, 'Melisa', 2631, 14, 18, 42.01, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14136, 1872, 'Melisa', 2944, 13, 18, 18.10, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14137, 1872, 'Melisa', 5024, 14, 18, 4.23, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14138, 1872, 'Melisa', 4668, 12, 18, 1.53, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14139, 1872, 'Melisa', 756, 19, 18, 0.46, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14140, 1872, 'Melisa', 3539, 12, 18, 1.17, 1, 1, 'ai_bid', '2024-06-05 05:22:04', '2024-06-05 05:22:04', '2024-06-06 05:23:05'),
(14141, 1798, 'Feelyards', 3837, 4, NULL, 203.00, 2, 1, 'manual_bid', '2024-06-05 06:33:51', '2024-06-05 06:33:51', '2024-06-06 06:34:03'),
(14142, 1869, 'Anatoliy fast store', 5544, 10, 17, 17.13, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:03'),
(14143, 1869, 'Anatoliy fast store', 851, 5, 17, 25.33, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14144, 1869, 'Anatoliy fast store', 1711, 19, 17, 93.60, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(14145, 1869, 'Anatoliy fast store', 4119, 5, 17, 3132.40, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14146, 1869, 'Anatoliy fast store', 1916, 7, 17, 3.50, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14147, 1869, 'Anatoliy fast store', 965, 5, 17, 1040.00, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14148, 1869, 'Anatoliy fast store', 405, 17, 17, 14.23, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14149, 1869, 'Anatoliy fast store', 2492, 18, 17, 18.28, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14150, 1869, 'Anatoliy fast store', 4213, 5, 17, 4.77, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14151, 1869, 'Anatoliy fast store', 4928, 12, 17, 52.27, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14152, 1869, 'Anatoliy fast store', 1757, 19, 17, 78.00, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14153, 1869, 'Anatoliy fast store', 3029, 14, 17, 243.78, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14154, 1869, 'Anatoliy fast store', 6014, 11, 17, 4160.00, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14155, 1869, 'Anatoliy fast store', 3586, 17, 17, 5.60, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14156, 1869, 'Anatoliy fast store', 2847, 14, 17, 3360.00, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14157, 1869, 'Anatoliy fast store', 625, 18, 17, 553.48, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14158, 1869, 'Anatoliy fast store', 1618, 18, 17, 54.81, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14159, 1869, 'Anatoliy fast store', 612, 1, 17, 65.65, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14160, 1869, 'Anatoliy fast store', 2582, 19, 17, 71.40, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14161, 1869, 'Anatoliy fast store', 5580, 15, 17, 13.11, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14162, 1869, 'Anatoliy fast store', 2192, 16, 17, 36.00, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14163, 1869, 'Anatoliy fast store', 3604, 12, 17, 12.72, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14164, 1869, 'Anatoliy fast store', 1147, 19, 17, 101.00, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14165, 1869, 'Anatoliy fast store', 5228, 13, 17, 7.06, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14166, 1869, 'Anatoliy fast store', 1595, 19, 17, 18.17, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14167, 1869, 'Anatoliy fast store', 3000, 19, 17, 20.40, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14168, 1869, 'Anatoliy fast store', 2343, 6, 17, 51.44, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14169, 1869, 'Anatoliy fast store', 2990, 14, 17, 539.76, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14170, 1869, 'Anatoliy fast store', 4298, 16, 17, 52.46, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14171, 1869, 'Anatoliy fast store', 4083, 18, 17, 51.99, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14172, 1869, 'Anatoliy fast store', 4020, 17, 17, 26.49, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14173, 1869, 'Anatoliy fast store', 2834, 13, 17, 15.13, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14174, 1869, 'Anatoliy fast store', 5835, 15, 17, 19.64, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14175, 1869, 'Anatoliy fast store', 1457, 17, 17, 10.98, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14176, 1869, 'Anatoliy fast store', 923, 7, 17, 21.62, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14177, 1869, 'Anatoliy fast store', 1095, 19, 17, 8.38, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14178, 1869, 'Anatoliy fast store', 1844, 19, 17, 0.31, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14179, 1869, 'Anatoliy fast store', 1719, 5, 17, 1.08, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14180, 1869, 'Anatoliy fast store', 734, 19, 17, 0.23, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14181, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14182, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-06-06 00:38:05', '2024-06-06 00:38:05', '2024-06-07 00:39:05'),
(14183, 1866, 'Tetyana store', 264, 2, 16, 1528.98, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:02'),
(14184, 1866, 'Tetyana store', 3187, 19, 16, 4696.80, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:02'),
(14185, 1866, 'Tetyana store', 2044, 5, 16, 326.40, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:02'),
(14186, 1866, 'Tetyana store', 5255, 16, 16, 24.73, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:02'),
(14187, 1866, 'Tetyana store', 2363, 19, 16, 16.27, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:02'),
(14188, 1866, 'Tetyana store', 4516, 16, 16, 46.45, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14189, 1866, 'Tetyana store', 3830, 4, 16, 89.89, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14190, 1866, 'Tetyana store', 5075, 16, 16, 23.17, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14191, 1866, 'Tetyana store', 2245, 19, 16, 596.70, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14192, 1866, 'Tetyana store', 3862, 2, 16, 16.41, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14193, 1866, 'Tetyana store', 4309, 15, 16, 4.23, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14194, 1866, 'Tetyana store', 877, 5, 16, 86.70, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14195, 1866, 'Tetyana store', 4241, 18, 16, 61.43, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14196, 1866, 'Tetyana store', 4709, 12, 16, 52.04, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14197, 1866, 'Tetyana store', 2328, 19, 16, 748.80, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14198, 1866, 'Tetyana store', 5752, 15, 16, 14.29, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14199, 1866, 'Tetyana store', 6089, 15, 16, 5.12, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14200, 1866, 'Tetyana store', 5014, 13, 16, 531.41, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14201, 1866, 'Tetyana store', 3636, 12, 16, 201.31, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14202, 1866, 'Tetyana store', 4009, 18, 16, 1050.62, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14203, 1866, 'Tetyana store', 2261, 2, 16, 177.45, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14204, 1866, 'Tetyana store', 4091, 14, 16, 27.46, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14205, 1866, 'Tetyana store', 783, 18, 16, 41.22, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14206, 1866, 'Tetyana store', 904, 5, 16, 1007.00, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14207, 1866, 'Tetyana store', 4460, 15, 16, 41.98, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14208, 1866, 'Tetyana store', 4341, 15, 16, 5.29, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14209, 1866, 'Tetyana store', 3425, 14, 16, 25.95, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14210, 1866, 'Tetyana store', 2745, 10, 16, 41.22, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14211, 1866, 'Tetyana store', 5654, 15, 16, 35.70, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14212, 1866, 'Tetyana store', 3062, 2, 16, 208.00, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14213, 1866, 'Tetyana store', 2593, 14, 16, 148.39, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14214, 1866, 'Tetyana store', 5727, 16, 16, 38.15, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14215, 1866, 'Tetyana store', 3233, 5, 16, 106.00, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14216, 1866, 'Tetyana store', 5199, 16, 16, 57.67, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14217, 1866, 'Tetyana store', 2698, 14, 16, 30.60, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14218, 1866, 'Tetyana store', 52, 2, 16, 17.85, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14219, 1866, 'Tetyana store', 5111, 16, 16, 14.26, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14220, 1866, 'Tetyana store', 3475, 14, 16, 93.98, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14221, 1866, 'Tetyana store', 4766, 12, 16, 29.11, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14222, 1866, 'Tetyana store', 4268, 18, 16, 816.33, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14223, 1866, 'Tetyana store', 3658, 10, 16, 14.08, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14224, 1866, 'Tetyana store', 1800, 5, 16, 165.24, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14225, 1866, 'Tetyana store', 5373, 14, 16, 51.97, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14226, 1866, 'Tetyana store', 233, 12, 16, 3.12, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14227, 1866, 'Tetyana store', 128, 18, 16, 9.18, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14228, 1866, 'Tetyana store', 3032, 19, 16, 705.99, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14229, 1866, 'Tetyana store', 5988, 17, 16, 19.92, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14230, 1866, 'Tetyana store', 5794, 17, 16, 37.06, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14231, 1866, 'Tetyana store', 6112, 11, 16, 169.60, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14232, 1866, 'Tetyana store', 4948, 14, 16, 19.76, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14233, 1866, 'Tetyana store', 3318, 5, 16, 1.21, 1, 1, 'ai_bid', '2024-06-06 01:41:04', '2024-06-06 01:41:04', '2024-06-07 01:42:03'),
(14234, 1871, 'Almeida', 787, 10, 7, 48.11, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:03'),
(14235, 1871, 'Almeida', 3832, 16, 7, 6.06, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14236, 1871, 'Almeida', 3570, 12, 7, 1500.86, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14237, 1871, 'Almeida', 1765, 19, 7, 17.68, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14238, 1871, 'Almeida', 5669, 16, 7, 26.24, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14239, 1871, 'Almeida', 2187, 19, 7, 10.40, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14240, 1871, 'Almeida', 4438, 15, 7, 31.31, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14241, 1871, 'Almeida', 583, 7, 7, 10.10, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14242, 1871, 'Almeida', 5190, 16, 7, 322.40, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14243, 1871, 'Almeida', 983, 17, 7, 139.65, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14244, 1871, 'Almeida', 788, 18, 7, 35.87, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14245, 1871, 'Almeida', 2979, 14, 7, 88.40, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14246, 1871, 'Almeida', 3215, 4, 7, 9.08, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14247, 1871, 'Almeida', 5220, 13, 7, 103.01, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14248, 1871, 'Almeida', 5269, 16, 7, 11.10, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14249, 1871, 'Almeida', 2263, 19, 7, 793.10, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14250, 1871, 'Almeida', 1051, 19, 7, 62.40, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14251, 1871, 'Almeida', 5813, 15, 7, 151.45, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14252, 1871, 'Almeida', 1916, 7, 7, 3.50, 1, 1, 'ai_bid', '2024-06-06 03:03:03', '2024-06-06 03:03:03', '2024-06-07 03:03:05'),
(14253, 1871, 'Almeida', 246, 17, 7, 40.30, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14254, 1871, 'Almeida', 723, 19, 7, 114.33, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14255, 1871, 'Almeida', 2853, 14, 7, 36.31, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14256, 1871, 'Almeida', 3851, 15, 7, 194.25, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14257, 1871, 'Almeida', 5908, 13, 7, 34.33, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14258, 1871, 'Almeida', 4264, 14, 7, 9.45, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14259, 1871, 'Almeida', 3902, 2, 7, 1068.48, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14260, 1871, 'Almeida', 4902, 14, 7, 2.30, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14261, 1871, 'Almeida', 5879, 11, 7, 626.24, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14262, 1871, 'Almeida', 4603, 14, 7, 1643.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:02'),
(14263, 1871, 'Almeida', 1977, 4, 7, 260.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14264, 1871, 'Almeida', 2461, 10, 7, 7.20, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14265, 1871, 'Almeida', 3010, 19, 7, 32.54, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14266, 1871, 'Almeida', 913, 18, 7, 13.83, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14267, 1871, 'Almeida', 691, 5, 7, 6.06, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14268, 1871, 'Almeida', 5213, 16, 7, 71.70, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14269, 1871, 'Almeida', 1381, 2, 7, 863.20, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14270, 1871, 'Almeida', 4198, 14, 7, 19.46, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14271, 1871, 'Almeida', 3923, 16, 7, 464.60, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14272, 1871, 'Almeida', 5557, 10, 7, 182.78, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14273, 1871, 'Almeida', 4007, 12, 7, 809.12, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14274, 1871, 'Almeida', 789, 10, 7, 10.30, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14275, 1871, 'Almeida', 3329, 7, 7, 24.35, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14276, 1871, 'Almeida', 4214, 14, 7, 21.29, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14277, 1871, 'Almeida', 3925, 16, 7, 154.01, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14278, 1871, 'Almeida', 5010, 13, 7, 43.04, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14279, 1871, 'Almeida', 1433, 19, 7, 84.39, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14280, 1871, 'Almeida', 6085, 11, 7, 4.12, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14281, 1871, 'Almeida', 5143, 16, 7, 12.65, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14282, 1871, 'Almeida', 2438, 5, 7, 131.30, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14283, 1871, 'Almeida', 1697, 5, 7, 15.10, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14284, 1871, 'Almeida', 5216, 16, 7, 102.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14285, 1871, 'Almeida', 5120, 13, 7, 19.94, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14286, 1871, 'Almeida', 3337, 15, 7, 200.85, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14287, 1871, 'Almeida', 881, 5, 7, 884.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14288, 1871, 'Almeida', 4977, 14, 7, 5.04, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14289, 1871, 'Almeida', 2674, 18, 7, 789.60, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14290, 1871, 'Almeida', 3583, 12, 7, 148.46, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14291, 1871, 'Almeida', 2466, 7, 7, 805.55, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14292, 1871, 'Almeida', 433, 16, 7, 258.55, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14293, 1871, 'Almeida', 526, 17, 7, 20.39, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14294, 1871, 'Almeida', 1411, 10, 7, 7.20, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14295, 1871, 'Almeida', 4616, 16, 7, 8989.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14296, 1871, 'Almeida', 3302, 15, 7, 20.14, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14297, 1871, 'Almeida', 507, 7, 7, 37.29, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14298, 1871, 'Almeida', 854, 19, 7, 36.56, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14299, 1871, 'Almeida', 5566, 10, 7, 32.54, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14300, 1871, 'Almeida', 4890, 13, 7, 575.78, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14301, 1871, 'Almeida', 6152, 11, 7, 25.22, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14302, 1871, 'Almeida', 2573, 14, 7, 21435.44, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14303, 1871, 'Almeida', 4533, 16, 7, 29.67, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14304, 1871, 'Almeida', 3666, 13, 7, 8.05, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14305, 1871, 'Almeida', 4573, 14, 7, 32.08, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14306, 1871, 'Almeida', 905, 13, 7, 18.43, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14307, 1871, 'Almeida', 3104, 2, 7, 1139.34, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14308, 1871, 'Almeida', 1145, 19, 7, 41.08, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14309, 1871, 'Almeida', 3172, 19, 7, 527.76, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14310, 1871, 'Almeida', 2879, 14, 7, 63.59, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14311, 1871, 'Almeida', 1367, 5, 7, 3090.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14312, 1871, 'Almeida', 3255, 7, 7, 130.07, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14313, 1871, 'Almeida', 724, 1, 7, 39.48, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14314, 1871, 'Almeida', 6019, 11, 7, 6.22, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14315, 1871, 'Almeida', 167, 2, 7, 27.13, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14316, 1871, 'Almeida', 1232, 19, 7, 25.75, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14317, 1871, 'Almeida', 4945, 12, 7, 16.95, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14318, 1871, 'Almeida', 2375, 19, 7, 15.75, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14319, 1871, 'Almeida', 3006, 15, 7, 380.77, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14320, 1871, 'Almeida', 2889, 14, 7, 20.59, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14321, 1871, 'Almeida', 4783, 12, 7, 30.43, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14322, 1871, 'Almeida', 3517, 10, 7, 65.81, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14323, 1871, 'Almeida', 2081, 19, 7, 798.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14324, 1871, 'Almeida', 813, 14, 7, 11.78, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14325, 1871, 'Almeida', 2726, 14, 7, 29.57, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14326, 1871, 'Almeida', 924, 5, 7, 178.50, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14327, 1871, 'Almeida', 4283, 18, 7, 11.02, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14328, 1871, 'Almeida', 4830, 12, 7, 10.19, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14329, 1871, 'Almeida', 2895, 14, 7, 146.63, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14330, 1871, 'Almeida', 4736, 12, 7, 20.79, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:03'),
(14331, 1871, 'Almeida', 1851, 18, 7, 66.89, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14332, 1871, 'Almeida', 1965, 18, 7, 13.50, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14333, 1871, 'Almeida', 1589, 4, 7, 2.49, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14334, 1871, 'Almeida', 3188, 5, 7, 12.94, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14335, 1871, 'Almeida', 506, 18, 7, 54.13, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14336, 1871, 'Almeida', 5580, 15, 7, 13.49, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14337, 1871, 'Almeida', 2020, 2, 7, 10.10, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14338, 1871, 'Almeida', 143, 18, 7, 1.02, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14339, 1871, 'Almeida', 2121, 19, 7, 4.40, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14340, 1871, 'Almeida', 5824, 17, 7, 1.46, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14341, 1871, 'Almeida', 624, 5, 7, 1.05, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14342, 1871, 'Almeida', 756, 19, 7, 0.48, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14343, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14344, 1870, 'Liliana', 787, 10, 8, 50.00, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14345, 1870, 'Liliana', 3832, 16, 8, 6.06, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14346, 1870, 'Liliana', 3570, 12, 8, 1545.44, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14347, 1870, 'Liliana', 1765, 19, 8, 18.02, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14348, 1870, 'Liliana', 5669, 16, 8, 26.24, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14349, 1870, 'Liliana', 2187, 19, 8, 10.20, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14350, 1870, 'Liliana', 4438, 15, 8, 31.31, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14351, 1870, 'Liliana', 583, 7, 8, 10.20, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14352, 1870, 'Liliana', 5190, 16, 8, 322.40, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14353, 1870, 'Liliana', 983, 17, 8, 135.66, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14354, 1870, 'Liliana', 788, 18, 8, 35.87, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14355, 1870, 'Liliana', 2979, 14, 8, 89.25, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14356, 1870, 'Liliana', 3215, 4, 8, 9.35, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14357, 1870, 'Liliana', 5220, 13, 8, 105.05, 1, 1, 'ai_bid', '2024-06-06 03:03:04', '2024-06-06 03:03:04', '2024-06-07 03:04:04'),
(14358, 1870, 'Liliana', 5269, 16, 8, 11.54, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14359, 1870, 'Liliana', 2263, 19, 8, 800.80, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14360, 1870, 'Liliana', 1051, 19, 8, 63.00, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14361, 1870, 'Liliana', 5813, 15, 8, 151.45, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14362, 1870, 'Liliana', 1916, 7, 8, 3.50, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14363, 1870, 'Liliana', 246, 17, 8, 40.70, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14364, 1870, 'Liliana', 723, 19, 8, 115.44, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14365, 1870, 'Liliana', 2853, 14, 8, 36.31, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14366, 1870, 'Liliana', 3851, 15, 8, 194.25, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14367, 1870, 'Liliana', 5908, 13, 8, 35.35, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14368, 1870, 'Liliana', 4264, 14, 8, 9.27, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14369, 1870, 'Liliana', 3902, 2, 8, 1038.24, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14370, 1870, 'Liliana', 4902, 14, 8, 2.32, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14371, 1870, 'Liliana', 5879, 11, 8, 632.32, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14372, 1870, 'Liliana', 4603, 14, 8, 1581.00, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14373, 1870, 'Liliana', 1977, 4, 8, 252.50, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14374, 1870, 'Liliana', 2461, 10, 8, 7.06, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14375, 1870, 'Liliana', 3010, 19, 8, 32.23, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14376, 1870, 'Liliana', 913, 18, 8, 13.57, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14377, 1870, 'Liliana', 691, 5, 8, 6.12, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14378, 1870, 'Liliana', 5213, 16, 8, 72.41, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14379, 1870, 'Liliana', 1381, 2, 8, 879.80, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14380, 1870, 'Liliana', 4198, 14, 8, 19.27, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14381, 1870, 'Liliana', 3923, 16, 8, 473.80, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14382, 1870, 'Liliana', 5557, 10, 8, 181.01, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14383, 1870, 'Liliana', 4007, 12, 8, 809.12, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14384, 1870, 'Liliana', 789, 10, 8, 10.20, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14385, 1870, 'Liliana', 3329, 7, 8, 24.12, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14386, 1870, 'Liliana', 4214, 14, 8, 20.88, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14387, 1870, 'Liliana', 3925, 16, 8, 157.03, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14388, 1870, 'Liliana', 5010, 13, 8, 41.40, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14389, 1870, 'Liliana', 1433, 19, 8, 81.17, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14390, 1870, 'Liliana', 6085, 11, 8, 4.16, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14391, 1870, 'Liliana', 5143, 16, 8, 12.40, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14392, 1870, 'Liliana', 2438, 5, 8, 137.80, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14393, 1870, 'Liliana', 1697, 5, 8, 15.39, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14394, 1870, 'Liliana', 5216, 16, 8, 102.00, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14395, 1870, 'Liliana', 5120, 13, 8, 19.37, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14396, 1870, 'Liliana', 3337, 15, 8, 206.70, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14397, 1870, 'Liliana', 881, 5, 8, 858.50, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14398, 1870, 'Liliana', 4977, 14, 8, 5.19, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14399, 1870, 'Liliana', 2674, 18, 8, 782.08, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14400, 1870, 'Liliana', 3583, 12, 8, 154.34, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14401, 1870, 'Liliana', 2466, 7, 8, 797.95, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14402, 1870, 'Liliana', 433, 16, 8, 263.67, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14403, 1870, 'Liliana', 526, 17, 8, 20.19, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14404, 1870, 'Liliana', 1411, 10, 8, 7.13, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14405, 1870, 'Liliana', 3302, 15, 8, 19.76, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14406, 1870, 'Liliana', 507, 7, 8, 36.56, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14407, 1870, 'Liliana', 854, 19, 8, 36.91, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14408, 1870, 'Liliana', 5566, 10, 8, 31.30, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14409, 1870, 'Liliana', 4890, 13, 8, 598.58, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14410, 1870, 'Liliana', 6152, 11, 8, 25.22, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14411, 1870, 'Liliana', 4533, 16, 8, 29.67, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14412, 1870, 'Liliana', 3666, 13, 8, 7.97, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14413, 1870, 'Liliana', 4573, 14, 8, 31.17, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14414, 1870, 'Liliana', 905, 13, 8, 18.25, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14415, 1870, 'Liliana', 1145, 19, 8, 41.87, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14416, 1870, 'Liliana', 2879, 14, 8, 61.79, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14417, 1870, 'Liliana', 3255, 7, 8, 128.82, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14418, 1870, 'Liliana', 724, 1, 8, 39.48, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14419, 1870, 'Liliana', 6019, 11, 8, 6.10, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14420, 1870, 'Liliana', 167, 2, 8, 27.13, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14421, 1870, 'Liliana', 1232, 19, 8, 25.25, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14422, 1870, 'Liliana', 4945, 12, 8, 16.95, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14423, 1870, 'Liliana', 2375, 19, 8, 15.45, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14424, 1870, 'Liliana', 2889, 14, 8, 20.59, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14425, 1870, 'Liliana', 4783, 12, 8, 30.13, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14426, 1870, 'Liliana', 813, 14, 8, 11.78, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14427, 1870, 'Liliana', 4283, 18, 8, 10.71, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14428, 1870, 'Liliana', 1589, 4, 8, 2.41, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14429, 1870, 'Liliana', 143, 18, 8, 1.06, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14430, 1870, 'Liliana', 2121, 19, 8, 4.32, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14431, 1870, 'Liliana', 624, 5, 8, 1.04, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14432, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-06-06 03:03:05', '2024-06-06 03:03:05', '2024-06-07 03:04:04'),
(14433, 1866, 'Tetyana store', 5745, 13, 6, 29.11, 1, 1, 'ai_bid', '2024-06-06 03:06:03', '2024-06-06 03:06:03', '2024-06-07 03:07:02'),
(14434, 1866, 'Tetyana store', 5704, 10, 6, 2.59, 1, 1, 'ai_bid', '2024-06-06 03:06:03', '2024-06-06 03:06:03', '2024-06-07 03:07:02'),
(14435, 1866, 'Tetyana store', 5617, 10, 6, 5.86, 1, 1, 'ai_bid', '2024-06-06 03:06:03', '2024-06-06 03:06:03', '2024-06-07 03:07:02'),
(14436, 1866, 'Tetyana store', 4030, 17, 6, 21.19, 1, 1, 'ai_bid', '2024-06-06 03:06:03', '2024-06-06 03:06:03', '2024-06-07 03:07:02'),
(14437, 1866, 'Tetyana store', 1811, 5, 6, 0.21, 1, 1, 'ai_bid', '2024-06-06 03:06:03', '2024-06-06 03:06:03', '2024-06-07 03:07:02'),
(14438, 1866, 'Tetyana store', 756, 19, 6, 0.46, 1, 1, 'ai_bid', '2024-06-06 03:06:03', '2024-06-06 03:06:03', '2024-06-07 03:07:02'),
(14439, 1866, 'Tetyana store', 734, 19, 6, 0.23, 1, 1, 'ai_bid', '2024-06-06 03:06:03', '2024-06-06 03:06:03', '2024-06-07 03:07:02'),
(14440, 1873, 'Gustavo', 628, 19, 9, 202.00, 1, 1, 'ai_bid', '2024-06-06 03:20:08', '2024-06-06 03:20:08', '2024-06-07 03:21:04'),
(14441, 1873, 'Gustavo', 1942, 7, 9, 7.83, 1, 1, 'ai_bid', '2024-06-06 03:20:08', '2024-06-06 03:20:08', '2024-06-07 03:21:04'),
(14442, 1873, 'Gustavo', 6140, 11, 9, 20.60, 1, 1, 'ai_bid', '2024-06-06 03:20:08', '2024-06-06 03:20:08', '2024-06-07 03:21:04'),
(14443, 1873, 'Gustavo', 4982, 13, 9, 88.40, 1, 1, 'ai_bid', '2024-06-06 03:20:08', '2024-06-06 03:20:08', '2024-06-07 03:21:04'),
(14444, 1873, 'Gustavo', 2133, 19, 9, 132.50, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14445, 1873, 'Gustavo', 5260, 14, 9, 150.96, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14446, 1873, 'Gustavo', 3861, 16, 9, 103.01, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14447, 1873, 'Gustavo', 4247, 18, 9, 15.77, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14448, 1873, 'Gustavo', 6100, 15, 9, 71.26, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14449, 1873, 'Gustavo', 1774, 7, 9, 63.02, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14450, 1873, 'Gustavo', 5675, 10, 9, 5610.00, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14451, 1873, 'Gustavo', 5886, 11, 9, 1714.65, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14452, 1873, 'Gustavo', 5294, 14, 9, 281.72, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14453, 1873, 'Gustavo', 3680, 14, 9, 265.00, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14454, 1873, 'Gustavo', 4147, 14, 9, 100.99, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14455, 1873, 'Gustavo', 4214, 14, 9, 21.49, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14456, 1873, 'Gustavo', 1881, 19, 9, 10.61, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14457, 1873, 'Gustavo', 406, 17, 9, 296.38, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14458, 1873, 'Gustavo', 2121, 19, 9, 4.40, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14459, 1873, 'Gustavo', 2003, 15, 9, 60.60, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14460, 1873, 'Gustavo', 3082, 2, 9, 12.70, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14461, 1873, 'Gustavo', 4962, 14, 9, 9.09, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14462, 1873, 'Gustavo', 3533, 12, 9, 2.49, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14463, 1873, 'Gustavo', 3968, 16, 9, 26.15, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14464, 1873, 'Gustavo', 215, 7, 9, 7.97, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14465, 1873, 'Gustavo', 1668, 19, 9, 129.43, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14466, 1873, 'Gustavo', 5556, 10, 9, 107.57, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14467, 1873, 'Gustavo', 518, 18, 9, 3030.45, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14468, 1873, 'Gustavo', 1879, 19, 9, 43.43, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14469, 1873, 'Gustavo', 4861, 12, 9, 147.55, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14470, 1873, 'Gustavo', 3223, 5, 9, 101.72, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14471, 1873, 'Gustavo', 103, 2, 9, 515.00, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14472, 1873, 'Gustavo', 3724, 10, 9, 101.96, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14473, 1873, 'Gustavo', 1554, 18, 9, 14.84, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14474, 1873, 'Gustavo', 809, 18, 9, 168.29, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14475, 1873, 'Gustavo', 2129, 19, 9, 204.97, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14476, 1873, 'Gustavo', 5186, 16, 9, 329.69, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14477, 1873, 'Gustavo', 423, 17, 9, 15.32, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14478, 1873, 'Gustavo', 3320, 5, 9, 80.79, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14479, 1873, 'Gustavo', 5896, 11, 9, 377.40, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14480, 1873, 'Gustavo', 2884, 19, 9, 4091.16, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14481, 1873, 'Gustavo', 1280, 19, 9, 20.89, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14482, 1873, 'Gustavo', 723, 19, 9, 114.33, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14483, 1873, 'Gustavo', 3432, 14, 9, 620.10, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14484, 1873, 'Gustavo', 2990, 14, 9, 544.95, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14485, 1873, 'Gustavo', 5957, 17, 9, 12.26, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14486, 1873, 'Gustavo', 201, 10, 9, 203.69, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14487, 1873, 'Gustavo', 4858, 17, 9, 129.31, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14488, 1873, 'Gustavo', 597, 10, 9, 3.03, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14489, 1873, 'Gustavo', 1970, 4, 9, 175.10, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14490, 1873, 'Gustavo', 6111, 11, 9, 28.12, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14491, 1873, 'Gustavo', 852, 19, 9, 26.97, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14492, 1873, 'Gustavo', 1500, 19, 9, 11.32, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14493, 1873, 'Gustavo', 2264, 19, 9, 61.95, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14494, 1873, 'Gustavo', 4232, 18, 9, 17.83, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14495, 1873, 'Gustavo', 153, 18, 9, 20.20, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14496, 1873, 'Gustavo', 1647, 7, 9, 15.02, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14497, 1873, 'Gustavo', 2358, 16, 9, 26.31, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14498, 1873, 'Gustavo', 5363, 13, 9, 28.07, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14499, 1873, 'Gustavo', 3018, 14, 9, 2.63, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14500, 1873, 'Gustavo', 1844, 19, 9, 0.32, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14501, 1873, 'Gustavo', 756, 19, 9, 0.45, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14502, 1873, 'Gustavo', 1262, 19, 9, 1.55, 1, 1, 'ai_bid', '2024-06-06 03:20:09', '2024-06-06 03:20:09', '2024-06-07 03:21:04'),
(14503, 1866, 'Tetyana store', 485, 19, 11, 3661.25, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:03'),
(14504, 1866, 'Tetyana store', 1785, 12, 11, 51.45, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14505, 1866, 'Tetyana store', 2903, 19, 11, 2028.00, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14506, 1866, 'Tetyana store', 3894, 11, 11, 827.19, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14507, 1866, 'Tetyana store', 5657, 15, 11, 504.27, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14508, 1866, 'Tetyana store', 5238, 16, 11, 205.01, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14509, 1866, 'Tetyana store', 4249, 18, 11, 42.40, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14510, 1866, 'Tetyana store', 4578, 16, 11, 988.00, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14511, 1866, 'Tetyana store', 2189, 19, 11, 20.80, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14512, 1866, 'Tetyana store', 971, 17, 11, 4.04, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14513, 1866, 'Tetyana store', 1320, 2, 11, 73.03, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14514, 1866, 'Tetyana store', 2447, 19, 11, 180.24, 1, 1, 'ai_bid', '2024-06-06 03:31:04', '2024-06-06 03:31:04', '2024-06-07 03:32:05'),
(14515, 1866, 'Tetyana store', 6025, 11, 11, 104.93, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14516, 1866, 'Tetyana store', 3107, 2, 11, 202.98, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14517, 1866, 'Tetyana store', 5950, 17, 11, 148.40, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14518, 1866, 'Tetyana store', 4861, 12, 11, 148.95, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14519, 1866, 'Tetyana store', 4390, 14, 11, 71.70, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14520, 1866, 'Tetyana store', 3725, 13, 11, 12.12, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14521, 1866, 'Tetyana store', 20, 2, 11, 4.16, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14522, 1866, 'Tetyana store', 5952, 15, 11, 3565.79, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(14523, 1866, 'Tetyana store', 4961, 11, 11, 433.68, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14524, 1866, 'Tetyana store', 6006, 17, 11, 18.75, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14525, 1866, 'Tetyana store', 3345, 7, 11, 15.90, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14526, 1866, 'Tetyana store', 2524, 18, 11, 13.07, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14527, 1866, 'Tetyana store', 3263, 7, 11, 7.23, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14528, 1866, 'Tetyana store', 2314, 2, 11, 118.45, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14529, 1866, 'Tetyana store', 2498, 17, 11, 174.41, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14530, 1866, 'Tetyana store', 1237, 14, 11, 24.03, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14531, 1866, 'Tetyana store', 311, 18, 11, 150.80, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14532, 1866, 'Tetyana store', 6177, 14, 11, 24.14, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14533, 1866, 'Tetyana store', 2391, 2, 11, 59.96, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14534, 1866, 'Tetyana store', 668, 10, 11, 5.15, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14535, 1866, 'Tetyana store', 2394, 10, 11, 42.00, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14536, 1866, 'Tetyana store', 4272, 18, 11, 121.38, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14537, 1866, 'Tetyana store', 5251, 14, 11, 26.62, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14538, 1866, 'Tetyana store', 2313, 2, 11, 31.50, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14539, 1866, 'Tetyana store', 5391, 14, 11, 98.87, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14540, 1866, 'Tetyana store', 5008, 13, 11, 336.00, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14541, 1866, 'Tetyana store', 2518, 10, 11, 21.49, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14542, 1866, 'Tetyana store', 5837, 11, 11, 55.12, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14543, 1866, 'Tetyana store', 847, 19, 11, 19.91, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14544, 1866, 'Tetyana store', 2315, 19, 11, 578.55, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14545, 1866, 'Tetyana store', 3798, 4, 11, 20.27, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14546, 1866, 'Tetyana store', 2312, 2, 11, 145.60, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14547, 1866, 'Tetyana store', 2132, 19, 11, 102.98, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14548, 1866, 'Tetyana store', 5521, 10, 11, 87.21, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14549, 1866, 'Tetyana store', 2859, 14, 11, 46.79, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:05'),
(14550, 1866, 'Tetyana store', 4955, 14, 11, 11.21, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14551, 1866, 'Tetyana store', 1931, 1, 11, 1595.17, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14552, 1866, 'Tetyana store', 2107, 4, 11, 38.27, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14553, 1866, 'Tetyana store', 1494, 10, 11, 41.50, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14554, 1866, 'Tetyana store', 836, 19, 11, 15.12, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14555, 1866, 'Tetyana store', 2022, 2, 11, 66.15, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14556, 1866, 'Tetyana store', 2989, 14, 11, 96.90, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14557, 1866, 'Tetyana store', 5462, 7, 11, 26.77, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14558, 1866, 'Tetyana store', 36, 2, 11, 59.16, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14559, 1866, 'Tetyana store', 1363, 19, 11, 3.33, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14560, 1866, 'Tetyana store', 2517, 7, 11, 106.53, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14561, 1866, 'Tetyana store', 5729, 15, 11, 102.00, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14562, 1866, 'Tetyana store', 1355, 19, 11, 17.68, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14563, 1866, 'Tetyana store', 4405, 18, 11, 25.50, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14564, 1866, 'Tetyana store', 1850, 5, 11, 0.58, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14565, 1866, 'Tetyana store', 3318, 5, 11, 1.16, 1, 1, 'ai_bid', '2024-06-06 03:31:05', '2024-06-06 03:31:05', '2024-06-07 03:32:06'),
(14566, 1867, 'Omevoric enterprises', 2519, 16, 12, 30.29, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:03'),
(14567, 1867, 'Omevoric enterprises', 1869, 19, 12, 3.15, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14568, 1867, 'Omevoric enterprises', 254, 17, 12, 52.72, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14569, 1867, 'Omevoric enterprises', 5471, 12, 12, 4.23, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14570, 1867, 'Omevoric enterprises', 4593, 14, 12, 30.60, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14571, 1867, 'Omevoric enterprises', 2858, 19, 12, 3030.00, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14572, 1867, 'Omevoric enterprises', 657, 19, 12, 40.95, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14573, 1867, 'Omevoric enterprises', 2024, 2, 12, 12.69, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14574, 1867, 'Omevoric enterprises', 5912, 13, 12, 20.99, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14575, 1867, 'Omevoric enterprises', 1636, 18, 12, 10.64, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14576, 1867, 'Omevoric enterprises', 1597, 13, 12, 2.26, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14577, 1867, 'Omevoric enterprises', 4447, 15, 12, 115.50, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14578, 1867, 'Omevoric enterprises', 2898, 19, 12, 138.85, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14579, 1867, 'Omevoric enterprises', 938, 18, 12, 32.48, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14580, 1867, 'Omevoric enterprises', 2588, 19, 12, 31.30, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14581, 1867, 'Omevoric enterprises', 1377, 15, 12, 12.11, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14582, 1867, 'Omevoric enterprises', 4344, 18, 12, 270.72, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14583, 1867, 'Omevoric enterprises', 3269, 7, 12, 141.73, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14584, 1867, 'Omevoric enterprises', 6117, 11, 12, 13.25, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14585, 1867, 'Omevoric enterprises', 5178, 16, 12, 101.84, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14586, 1867, 'Omevoric enterprises', 1680, 18, 12, 537.66, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14587, 1867, 'Omevoric enterprises', 3481, 11, 12, 16.04, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14588, 1867, 'Omevoric enterprises', 5984, 17, 12, 18.11, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14589, 1867, 'Omevoric enterprises', 1328, 15, 12, 30.45, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14590, 1867, 'Omevoric enterprises', 3013, 19, 12, 441.49, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14591, 1867, 'Omevoric enterprises', 396, 18, 12, 35.00, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14592, 1867, 'Omevoric enterprises', 1804, 19, 12, 89.03, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14593, 1867, 'Omevoric enterprises', 4201, 18, 12, 20.39, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14594, 1867, 'Omevoric enterprises', 5896, 11, 12, 388.50, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14595, 1867, 'Omevoric enterprises', 665, 19, 12, 94.94, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14596, 1867, 'Omevoric enterprises', 2118, 19, 12, 11.00, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14597, 1867, 'Omevoric enterprises', 1227, 10, 12, 161.65, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14598, 1867, 'Omevoric enterprises', 3501, 11, 12, 9.27, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14599, 1867, 'Omevoric enterprises', 2135, 17, 12, 55.97, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14600, 1867, 'Omevoric enterprises', 567, 18, 12, 2141.37, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14601, 1867, 'Omevoric enterprises', 4893, 12, 12, 114.80, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14602, 1867, 'Omevoric enterprises', 945, 5, 12, 9.09, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14603, 1867, 'Omevoric enterprises', 2490, 17, 12, 18.15, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14604, 1867, 'Omevoric enterprises', 3054, 2, 12, 678.86, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14605, 1867, 'Omevoric enterprises', 4398, 14, 12, 104.00, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14606, 1867, 'Omevoric enterprises', 1563, 19, 12, 25.43, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14607, 1867, 'Omevoric enterprises', 3868, 16, 12, 109.12, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14608, 1867, 'Omevoric enterprises', 2996, 13, 12, 530.00, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14609, 1867, 'Omevoric enterprises', 3438, 10, 12, 10.18, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14610, 1867, 'Omevoric enterprises', 4050, 18, 12, 9.35, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14611, 1867, 'Omevoric enterprises', 969, 18, 12, 4.20, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14612, 1867, 'Omevoric enterprises', 2032, 19, 12, 40.17, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14613, 1867, 'Omevoric enterprises', 5992, 11, 12, 80.80, 1, 1, 'ai_bid', '2024-06-06 03:43:06', '2024-06-06 03:43:06', '2024-06-07 03:44:04'),
(14614, 1867, 'Omevoric enterprises', 2010, 15, 12, 408.45, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14615, 1867, 'Omevoric enterprises', 5554, 10, 12, 5.53, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14616, 1867, 'Omevoric enterprises', 2632, 13, 12, 14.12, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14617, 1867, 'Omevoric enterprises', 5220, 13, 12, 107.09, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14618, 1867, 'Omevoric enterprises', 1714, 19, 12, 29.63, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14619, 1867, 'Omevoric enterprises', 4213, 5, 12, 4.64, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14620, 1867, 'Omevoric enterprises', 2288, 19, 12, 50.96, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14621, 1867, 'Omevoric enterprises', 2727, 15, 12, 13.64, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14622, 1867, 'Omevoric enterprises', 65, 2, 12, 29.29, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14623, 1867, 'Omevoric enterprises', 1853, 19, 12, 33.27, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14624, 1867, 'Omevoric enterprises', 31, 2, 12, 10.60, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14625, 1867, 'Omevoric enterprises', 905, 13, 12, 18.78, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14626, 1867, 'Omevoric enterprises', 5859, 17, 12, 196.95, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14627, 1867, 'Omevoric enterprises', 1624, 4, 12, 41.13, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14628, 1867, 'Omevoric enterprises', 559, 18, 12, 4399.56, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14629, 1867, 'Omevoric enterprises', 4558, 16, 12, 408.00, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:04'),
(14630, 1867, 'Omevoric enterprises', 4649, 15, 12, 31.92, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14631, 1867, 'Omevoric enterprises', 1799, 2, 12, 10.20, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14632, 1867, 'Omevoric enterprises', 1528, 19, 12, 4019.80, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14633, 1867, 'Omevoric enterprises', 1690, 18, 12, 18.12, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14634, 1867, 'Omevoric enterprises', 810, 10, 12, 26.35, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14635, 1867, 'Omevoric enterprises', 1514, 15, 12, 4.45, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14636, 1867, 'Omevoric enterprises', 1612, 14, 12, 42.35, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14637, 1867, 'Omevoric enterprises', 3110, 2, 12, 31.20, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14638, 1867, 'Omevoric enterprises', 5518, 12, 12, 18.35, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14639, 1867, 'Omevoric enterprises', 182, 7, 12, 151.40, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14640, 1867, 'Omevoric enterprises', 5429, 17, 12, 35.07, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14641, 1867, 'Omevoric enterprises', 5568, 12, 12, 107.05, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14642, 1867, 'Omevoric enterprises', 3783, 15, 12, 20.99, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14643, 1867, 'Omevoric enterprises', 4585, 15, 12, 84.80, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14644, 1867, 'Omevoric enterprises', 3661, 14, 12, 303.00, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14645, 1867, 'Omevoric enterprises', 1797, 7, 12, 15.90, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14646, 1867, 'Omevoric enterprises', 4225, 14, 12, 33.26, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14647, 1867, 'Omevoric enterprises', 5046, 11, 12, 62.99, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14648, 1867, 'Omevoric enterprises', 1629, 19, 12, 10.16, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14649, 1867, 'Omevoric enterprises', 1132, 16, 12, 25.40, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14650, 1867, 'Omevoric enterprises', 5436, 16, 12, 5.24, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14651, 1867, 'Omevoric enterprises', 4766, 12, 12, 29.11, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14652, 1867, 'Omevoric enterprises', 4435, 16, 12, 16.59, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14653, 1867, 'Omevoric enterprises', 2862, 14, 12, 29.86, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14654, 1867, 'Omevoric enterprises', 2866, 14, 12, 5.65, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14655, 1867, 'Omevoric enterprises', 4933, 14, 12, 5.47, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14656, 1867, 'Omevoric enterprises', 4562, 5, 12, 4.10, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14657, 1867, 'Omevoric enterprises', 803, 19, 12, 0.20, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14658, 1867, 'Omevoric enterprises', 716, 19, 12, 1.04, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14659, 1867, 'Omevoric enterprises', 1894, 19, 12, 0.21, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14660, 1867, 'Omevoric enterprises', 734, 19, 12, 0.22, 1, 1, 'ai_bid', '2024-06-06 03:43:07', '2024-06-06 03:43:07', '2024-06-07 03:44:05'),
(14661, 1868, 'Marcelo Ltd', 4729, 14, 13, 85.31, 1, 1, 'ai_bid', '2024-06-06 04:13:05', '2024-06-06 04:13:05', '2024-06-07 04:14:03'),
(14662, 1868, 'Marcelo Ltd', 1996, 14, 13, 34.99, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14663, 1868, 'Marcelo Ltd', 2767, 14, 13, 194.48, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14664, 1868, 'Marcelo Ltd', 1529, 15, 13, 21.20, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14665, 1868, 'Marcelo Ltd', 3831, 11, 13, 4584.90, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14666, 1868, 'Marcelo Ltd', 525, 16, 13, 366.38, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14667, 1868, 'Marcelo Ltd', 5612, 10, 13, 1061.04, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14668, 1868, 'Marcelo Ltd', 4799, 12, 13, 54.05, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14669, 1868, 'Marcelo Ltd', 6073, 11, 13, 40.40, 1, 1, 'ai_bid', '2024-06-06 04:13:06', '2024-06-06 04:13:06', '2024-06-07 04:14:04'),
(14670, 1868, 'Marcelo Ltd', 6142, 11, 13, 13.55, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14671, 1868, 'Marcelo Ltd', 541, 7, 13, 1223.59, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14672, 1868, 'Marcelo Ltd', 5103, 16, 13, 72.72, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14673, 1868, 'Marcelo Ltd', 2095, 13, 13, 21.19, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14674, 1868, 'Marcelo Ltd', 2741, 18, 13, 20.59, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14675, 1868, 'Marcelo Ltd', 4032, 18, 13, 10.81, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14676, 1868, 'Marcelo Ltd', 2401, 19, 13, 1890.00, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14677, 1868, 'Marcelo Ltd', 5737, 16, 13, 34.19, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14678, 1868, 'Marcelo Ltd', 5086, 13, 13, 160.05, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14679, 1868, 'Marcelo Ltd', 4941, 12, 13, 525.16, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14680, 1868, 'Marcelo Ltd', 1792, 17, 13, 66.93, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14681, 1868, 'Marcelo Ltd', 287, 14, 13, 15.29, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14682, 1868, 'Marcelo Ltd', 3000, 19, 13, 20.60, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14683, 1868, 'Marcelo Ltd', 3503, 10, 13, 1020.00, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14684, 1868, 'Marcelo Ltd', 2050, 4, 13, 20.27, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14685, 1868, 'Marcelo Ltd', 2173, 12, 13, 30.27, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14686, 1868, 'Marcelo Ltd', 5402, 14, 13, 20.96, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14687, 1868, 'Marcelo Ltd', 5891, 13, 13, 15.44, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14688, 1868, 'Marcelo Ltd', 532, 16, 13, 31.11, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14689, 1868, 'Marcelo Ltd', 4308, 16, 13, 21.20, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14690, 1868, 'Marcelo Ltd', 886, 7, 13, 60.58, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14691, 1868, 'Marcelo Ltd', 395, 2, 13, 15.90, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14692, 1868, 'Marcelo Ltd', 5526, 10, 13, 5.25, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14693, 1868, 'Marcelo Ltd', 4262, 18, 13, 945.00, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14694, 1868, 'Marcelo Ltd', 3697, 14, 13, 34.93, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14695, 1868, 'Marcelo Ltd', 1563, 19, 13, 24.71, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14696, 1868, 'Marcelo Ltd', 5260, 14, 13, 149.48, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14697, 1868, 'Marcelo Ltd', 3015, 14, 13, 80.12, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14698, 1868, 'Marcelo Ltd', 6147, 11, 13, 15.44, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14699, 1868, 'Marcelo Ltd', 221, 12, 13, 24.79, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14700, 1868, 'Marcelo Ltd', 4022, 17, 13, 47.69, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14701, 1868, 'Marcelo Ltd', 3109, 2, 13, 258.96, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14702, 1868, 'Marcelo Ltd', 997, 1, 13, 114.71, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14703, 1868, 'Marcelo Ltd', 5208, 13, 13, 173.03, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14704, 1868, 'Marcelo Ltd', 3607, 12, 13, 741.33, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14705, 1868, 'Marcelo Ltd', 986, 5, 13, 23.92, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14706, 1868, 'Marcelo Ltd', 3204, 17, 13, 76.89, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14707, 1868, 'Marcelo Ltd', 5719, 10, 13, 5.63, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14708, 1868, 'Marcelo Ltd', 2159, 5, 13, 72.10, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14709, 1868, 'Marcelo Ltd', 731, 19, 13, 109.26, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14710, 1868, 'Marcelo Ltd', 3180, 5, 13, 12.71, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14711, 1868, 'Marcelo Ltd', 5953, 17, 13, 10.20, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14712, 1868, 'Marcelo Ltd', 5050, 16, 13, 157.50, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14713, 1868, 'Marcelo Ltd', 3638, 14, 13, 11.44, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14714, 1868, 'Marcelo Ltd', 5880, 13, 13, 10.09, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14715, 1868, 'Marcelo Ltd', 4106, 5, 13, 1.34, 1, 1, 'ai_bid', '2024-06-06 04:13:07', '2024-06-06 04:13:07', '2024-06-07 04:14:04'),
(14716, 1869, 'Anatoliy fast store', 3321, 5, 14, 51.00, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:03'),
(14717, 1869, 'Anatoliy fast store', 6100, 15, 14, 69.21, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14718, 1869, 'Anatoliy fast store', 3109, 2, 14, 251.49, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14719, 1869, 'Anatoliy fast store', 4247, 18, 14, 15.77, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14720, 1869, 'Anatoliy fast store', 1531, 15, 14, 13.51, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14721, 1869, 'Anatoliy fast store', 4816, 12, 14, 122.89, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14722, 1869, 'Anatoliy fast store', 945, 5, 14, 9.54, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14723, 1869, 'Anatoliy fast store', 3941, 16, 14, 152.50, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14724, 1869, 'Anatoliy fast store', 6101, 1, 14, 5.49, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14725, 1869, 'Anatoliy fast store', 4154, 5, 14, 21.00, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14726, 1869, 'Anatoliy fast store', 308, 7, 14, 7.77, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14727, 1869, 'Anatoliy fast store', 1870, 19, 14, 25.44, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14728, 1869, 'Anatoliy fast store', 422, 17, 14, 49.98, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14729, 1869, 'Anatoliy fast store', 5795, 15, 14, 1050.00, 1, 1, 'ai_bid', '2024-06-06 04:43:05', '2024-06-06 04:43:05', '2024-06-07 04:44:05'),
(14730, 1869, 'Anatoliy fast store', 5398, 14, 14, 515.43, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14731, 1869, 'Anatoliy fast store', 4783, 12, 14, 30.13, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14732, 1869, 'Anatoliy fast store', 421, 17, 14, 113.84, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14733, 1869, 'Anatoliy fast store', 4275, 14, 14, 19.19, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14734, 1869, 'Anatoliy fast store', 2079, 10, 14, 21.19, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14735, 1869, 'Anatoliy fast store', 423, 17, 14, 14.88, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14736, 1869, 'Anatoliy fast store', 4734, 14, 14, 2702.99, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14737, 1869, 'Anatoliy fast store', 6143, 11, 14, 30.29, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14738, 1869, 'Anatoliy fast store', 420, 17, 14, 41.15, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14739, 1869, 'Anatoliy fast store', 2102, 18, 14, 26.52, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14740, 1869, 'Anatoliy fast store', 5130, 16, 14, 33.60, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14741, 1869, 'Anatoliy fast store', 5167, 16, 14, 185.39, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14742, 1869, 'Anatoliy fast store', 3962, 16, 14, 91.99, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14743, 1869, 'Anatoliy fast store', 5707, 15, 14, 40.65, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14744, 1869, 'Anatoliy fast store', 5176, 16, 14, 20.20, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14745, 1869, 'Anatoliy fast store', 3330, 7, 14, 21.20, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14746, 1869, 'Anatoliy fast store', 1138, 19, 14, 58.30, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14747, 1869, 'Anatoliy fast store', 6102, 15, 14, 30.89, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14748, 1869, 'Anatoliy fast store', 1277, 10, 14, 34.47, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14749, 1869, 'Anatoliy fast store', 419, 17, 14, 878.80, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14750, 1869, 'Anatoliy fast store', 1515, 19, 14, 364.00, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:05'),
(14751, 1869, 'Anatoliy fast store', 2918, 18, 14, 617.76, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14752, 1869, 'Anatoliy fast store', 5904, 11, 14, 104.04, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14753, 1869, 'Anatoliy fast store', 5547, 12, 14, 285.59, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14754, 1869, 'Anatoliy fast store', 207, 18, 14, 52.46, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14755, 1869, 'Anatoliy fast store', 703, 19, 14, 12.22, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14756, 1869, 'Anatoliy fast store', 803, 19, 14, 0.21, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14757, 1869, 'Anatoliy fast store', 5552, 10, 14, 27.95, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14758, 1869, 'Anatoliy fast store', 59, 2, 14, 8.32, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14759, 1869, 'Anatoliy fast store', 4417, 15, 14, 28.07, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14760, 1869, 'Anatoliy fast store', 4134, 5, 14, 10.60, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14761, 1869, 'Anatoliy fast store', 3212, 17, 14, 8.32, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14762, 1869, 'Anatoliy fast store', 6060, 11, 14, 10.10, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14763, 1869, 'Anatoliy fast store', 3972, 17, 14, 13.19, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14764, 1869, 'Anatoliy fast store', 3666, 13, 14, 7.97, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14765, 1869, 'Anatoliy fast store', 4596, 5, 14, 28.86, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14766, 1869, 'Anatoliy fast store', 3753, 7, 14, 75.76, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14767, 1869, 'Anatoliy fast store', 1729, 18, 14, 194.48, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14768, 1869, 'Anatoliy fast store', 2051, 10, 14, 4.58, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14769, 1869, 'Anatoliy fast store', 1742, 19, 14, 35.36, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14770, 1869, 'Anatoliy fast store', 1579, 4, 14, 16.19, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14771, 1869, 'Anatoliy fast store', 5311, 14, 14, 100.95, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14772, 1869, 'Anatoliy fast store', 3724, 10, 14, 102.97, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14773, 1869, 'Anatoliy fast store', 3682, 18, 14, 4.37, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14774, 1869, 'Anatoliy fast store', 424, 17, 14, 53.00, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14775, 1869, 'Anatoliy fast store', 1214, 14, 14, 147.58, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14776, 1869, 'Anatoliy fast store', 5258, 16, 14, 9.57, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14777, 1869, 'Anatoliy fast store', 879, 7, 14, 50.54, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14778, 1869, 'Anatoliy fast store', 629, 14, 14, 4.08, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14779, 1869, 'Anatoliy fast store', 1906, 4, 14, 5.41, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14780, 1869, 'Anatoliy fast store', 2689, 14, 14, 20.59, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14781, 1869, 'Anatoliy fast store', 5347, 16, 14, 6.17, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14782, 1869, 'Anatoliy fast store', 3264, 5, 14, 7.06, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14783, 1869, 'Anatoliy fast store', 904, 5, 14, 969.00, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14784, 1869, 'Anatoliy fast store', 3168, 4, 14, 14.27, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14785, 1869, 'Anatoliy fast store', 5881, 17, 14, 7.21, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14786, 1869, 'Anatoliy fast store', 5669, 16, 14, 25.49, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14787, 1869, 'Anatoliy fast store', 1689, 18, 14, 233.81, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14788, 1869, 'Anatoliy fast store', 575, 18, 14, 990.04, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14789, 1869, 'Anatoliy fast store', 150, 18, 14, 612.00, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14790, 1869, 'Anatoliy fast store', 3424, 14, 14, 451.14, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14791, 1869, 'Anatoliy fast store', 6151, 11, 14, 141.75, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14792, 1869, 'Anatoliy fast store', 1548, 1, 14, 82.16, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14793, 1869, 'Anatoliy fast store', 2390, 2, 14, 567.00, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14794, 1869, 'Anatoliy fast store', 1167, 14, 14, 8.72, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14795, 1869, 'Anatoliy fast store', 5295, 16, 14, 20.79, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14796, 1869, 'Anatoliy fast store', 468, 16, 14, 140.75, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:06'),
(14797, 1869, 'Anatoliy fast store', 3791, 15, 14, 14.27, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14798, 1869, 'Anatoliy fast store', 4698, 12, 14, 21.56, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14799, 1869, 'Anatoliy fast store', 5895, 13, 14, 5.05, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14800, 1869, 'Anatoliy fast store', 5022, 11, 14, 17.00, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14801, 1869, 'Anatoliy fast store', 182, 7, 14, 149.97, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14802, 1869, 'Anatoliy fast store', 849, 10, 14, 47.22, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14803, 1869, 'Anatoliy fast store', 6029, 15, 14, 26.75, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14804, 1869, 'Anatoliy fast store', 267, 2, 14, 181.79, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14805, 1869, 'Anatoliy fast store', 4089, 14, 14, 20.14, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14806, 1869, 'Anatoliy fast store', 2596, 17, 14, 37.07, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14807, 1869, 'Anatoliy fast store', 1834, 10, 14, 66.25, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14808, 1869, 'Anatoliy fast store', 2603, 14, 14, 1506.96, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14809, 1869, 'Anatoliy fast store', 5695, 10, 14, 58.75, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14810, 1869, 'Anatoliy fast store', 5216, 16, 14, 105.03, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14811, 1869, 'Anatoliy fast store', 1339, 15, 14, 30.60, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14812, 1869, 'Anatoliy fast store', 927, 14, 14, 408.12, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14813, 1869, 'Anatoliy fast store', 430, 16, 14, 40.80, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14814, 1869, 'Anatoliy fast store', 5849, 15, 14, 64.60, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14815, 1869, 'Anatoliy fast store', 534, 17, 14, 52.11, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14816, 1869, 'Anatoliy fast store', 3280, 5, 14, 157.50, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14817, 1869, 'Anatoliy fast store', 1576, 4, 14, 2.63, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14818, 1869, 'Anatoliy fast store', 2715, 16, 14, 35.33, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14819, 1869, 'Anatoliy fast store', 3294, 15, 14, 12.47, 1, 1, 'ai_bid', '2024-06-06 04:43:06', '2024-06-06 04:43:06', '2024-06-07 04:44:07'),
(14820, 1869, 'Anatoliy fast store', 5956, 17, 14, 19.84, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14821, 1869, 'Anatoliy fast store', 1867, 19, 14, 299.52, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14822, 1869, 'Anatoliy fast store', 4745, 14, 14, 195.51, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14823, 1869, 'Anatoliy fast store', 1859, 18, 14, 3.67, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14824, 1869, 'Anatoliy fast store', 378, 10, 14, 373.75, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14825, 1869, 'Anatoliy fast store', 946, 18, 14, 13.77, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14826, 1869, 'Anatoliy fast store', 902, 18, 14, 201.39, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14827, 1869, 'Anatoliy fast store', 3123, 18, 14, 113.36, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14828, 1869, 'Anatoliy fast store', 5522, 10, 14, 104.00, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14829, 1869, 'Anatoliy fast store', 3626, 13, 14, 19.80, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14830, 1869, 'Anatoliy fast store', 1405, 14, 14, 10.49, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14831, 1869, 'Anatoliy fast store', 4921, 11, 14, 28.28, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14832, 1869, 'Anatoliy fast store', 2978, 14, 14, 214.72, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14833, 1869, 'Anatoliy fast store', 2651, 17, 14, 16.31, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14834, 1869, 'Anatoliy fast store', 4112, 5, 14, 73.50, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14835, 1869, 'Anatoliy fast store', 2898, 19, 14, 136.23, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14836, 1869, 'Anatoliy fast store', 2411, 2, 14, 45.90, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14837, 1869, 'Anatoliy fast store', 5897, 17, 14, 7.08, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14838, 1869, 'Anatoliy fast store', 4998, 13, 14, 119.60, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14839, 1869, 'Anatoliy fast store', 2628, 18, 14, 79.89, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14840, 1869, 'Anatoliy fast store', 4127, 18, 14, 10.49, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14841, 1869, 'Anatoliy fast store', 1899, 19, 14, 11.52, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14842, 1869, 'Anatoliy fast store', 3072, 2, 14, 15.53, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14843, 1869, 'Anatoliy fast store', 3302, 15, 14, 20.14, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14844, 1869, 'Anatoliy fast store', 2345, 19, 14, 918.00, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14845, 1869, 'Anatoliy fast store', 2456, 2, 14, 12.60, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14846, 1869, 'Anatoliy fast store', 2265, 5, 14, 186.85, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14847, 1869, 'Anatoliy fast store', 495, 19, 14, 280.50, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14848, 1869, 'Anatoliy fast store', 2195, 19, 14, 77.25, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14849, 1869, 'Anatoliy fast store', 608, 7, 14, 2.02, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14850, 1869, 'Anatoliy fast store', 5148, 13, 14, 611.99, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14851, 1869, 'Anatoliy fast store', 1300, 2, 14, 35.70, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14852, 1869, 'Anatoliy fast store', 2541, 19, 14, 20.80, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14853, 1869, 'Anatoliy fast store', 4754, 12, 14, 7.23, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14854, 1869, 'Anatoliy fast store', 1291, 2, 14, 10.44, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14855, 1869, 'Anatoliy fast store', 4219, 5, 14, 1.31, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14856, 1869, 'Anatoliy fast store', 752, 19, 14, 1.04, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14857, 1869, 'Anatoliy fast store', 24, 2, 14, 1.03, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14858, 1869, 'Anatoliy fast store', 1829, 5, 14, 0.80, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:07'),
(14859, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:08'),
(14860, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.21, 1, 1, 'ai_bid', '2024-06-06 04:43:07', '2024-06-06 04:43:07', '2024-06-07 04:44:08'),
(14861, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.13, 1, 1, 'ai_bid', '2024-06-06 04:44:05', '2024-06-06 04:44:05', '2024-06-07 04:45:03'),
(14862, 1872, 'Melisa', 6037, 15, 18, 8.40, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:02'),
(14863, 1872, 'Melisa', 5681, 10, 18, 51.44, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:02'),
(14864, 1872, 'Melisa', 3904, 2, 18, 75.73, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:02'),
(14865, 1872, 'Melisa', 3264, 5, 18, 6.86, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:02'),
(14866, 1872, 'Melisa', 2247, 19, 18, 51.00, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:02'),
(14867, 1872, 'Melisa', 3468, 10, 18, 1307.95, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14868, 1872, 'Melisa', 3297, 15, 18, 112.20, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14869, 1872, 'Melisa', 3232, 5, 18, 234.98, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14870, 1872, 'Melisa', 536, 7, 18, 13.15, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14871, 1872, 'Melisa', 2224, 19, 18, 29.92, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14872, 1872, 'Melisa', 3922, 16, 18, 26.99, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14873, 1872, 'Melisa', 981, 17, 18, 58.03, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14874, 1872, 'Melisa', 6089, 15, 18, 5.22, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14875, 1872, 'Melisa', 4202, 5, 18, 4.93, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14876, 1872, 'Melisa', 18, 2, 18, 10.10, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14877, 1872, 'Melisa', 4729, 14, 18, 88.69, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14878, 1872, 'Melisa', 230, 5, 18, 1020.00, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14879, 1872, 'Melisa', 1228, 19, 18, 21.32, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(14880, 1872, 'Melisa', 2032, 19, 18, 39.39, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14881, 1872, 'Melisa', 874, 19, 18, 63.00, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14882, 1872, 'Melisa', 5876, 15, 18, 69.67, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14883, 1872, 'Melisa', 1258, 18, 18, 303.00, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14884, 1872, 'Melisa', 4101, 18, 18, 31.49, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14885, 1872, 'Melisa', 3900, 2, 18, 508.80, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14886, 1872, 'Melisa', 4516, 16, 18, 48.75, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14887, 1872, 'Melisa', 4262, 18, 18, 936.00, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14888, 1872, 'Melisa', 3576, 12, 18, 308.25, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14889, 1872, 'Melisa', 5449, 12, 18, 1302.90, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14890, 1872, 'Melisa', 1464, 14, 18, 36.55, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14891, 1872, 'Melisa', 85, 2, 18, 176.80, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14892, 1872, 'Melisa', 2564, 19, 18, 2873.70, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14893, 1872, 'Melisa', 5721, 10, 18, 11.21, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14894, 1872, 'Melisa', 904, 5, 18, 997.50, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14895, 1872, 'Melisa', 2078, 7, 18, 4.06, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14896, 1872, 'Melisa', 2620, 14, 18, 34.31, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14897, 1872, 'Melisa', 5392, 17, 18, 33.81, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14898, 1872, 'Melisa', 3151, 4, 18, 1073.43, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14899, 1872, 'Melisa', 1035, 19, 18, 123.60, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14900, 1872, 'Melisa', 712, 19, 18, 30.60, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14901, 1872, 'Melisa', 4117, 18, 18, 31.92, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14902, 1872, 'Melisa', 2491, 19, 18, 167.43, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14903, 1872, 'Melisa', 1124, 4, 18, 4.27, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14904, 1872, 'Melisa', 2500, 13, 18, 14.37, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14905, 1872, 'Melisa', 1123, 19, 18, 41.59, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14906, 1872, 'Melisa', 803, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14907, 1872, 'Melisa', 411, 2, 18, 32.66, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14908, 1872, 'Melisa', 4316, 18, 18, 34.31, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14909, 1872, 'Melisa', 5746, 13, 18, 73.82, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14910, 1872, 'Melisa', 5536, 10, 18, 25.29, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14911, 1872, 'Melisa', 3147, 19, 18, 197.95, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14912, 1872, 'Melisa', 5178, 16, 18, 102.81, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14913, 1872, 'Melisa', 3174, 4, 18, 8.96, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14914, 1872, 'Melisa', 2831, 19, 18, 1018.98, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14915, 1872, 'Melisa', 5027, 14, 18, 9.17, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14916, 1872, 'Melisa', 1539, 14, 18, 13.03, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14917, 1872, 'Melisa', 6009, 17, 18, 20.12, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14918, 1872, 'Melisa', 166, 16, 18, 9.17, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14919, 1872, 'Melisa', 1072, 16, 18, 23.33, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14920, 1872, 'Melisa', 2096, 16, 18, 31.79, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14921, 1872, 'Melisa', 5378, 1, 18, 3.10, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14922, 1872, 'Melisa', 4220, 5, 18, 4.55, 1, 1, 'ai_bid', '2024-06-06 06:35:08', '2024-06-06 06:35:08', '2024-06-07 06:36:03'),
(14923, 1798, 'Feelyards', 3153, 2, NULL, 400.00, 1, 1, 'manual_bid', '2024-06-06 07:46:56', '2024-06-06 07:46:56', '2024-06-07 07:47:03'),
(14924, 1798, 'Feelyards', 4635, 5, NULL, 18.00, 1, 1, 'manual_bid', '2024-06-06 07:48:27', '2024-06-06 07:48:27', '2024-06-07 07:49:04'),
(14925, 1869, 'Anatoliy fast store', 1820, 19, 17, 46.35, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:03'),
(14926, 1869, 'Anatoliy fast store', 3776, 19, 17, 108.11, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14927, 1869, 'Anatoliy fast store', 3047, 14, 17, 43.45, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14928, 1869, 'Anatoliy fast store', 2916, 19, 17, 90.30, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14929, 1869, 'Anatoliy fast store', 5890, 11, 17, 2745.40, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14930, 1869, 'Anatoliy fast store', 1364, 15, 17, 89.76, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14931, 1869, 'Anatoliy fast store', 5345, 14, 17, 51.50, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14932, 1869, 'Anatoliy fast store', 998, 16, 17, 394.70, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14933, 1869, 'Anatoliy fast store', 2021, 4, 17, 10.06, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14934, 1869, 'Anatoliy fast store', 3286, 15, 17, 49.49, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14935, 1869, 'Anatoliy fast store', 3594, 12, 17, 21.50, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14936, 1869, 'Anatoliy fast store', 5664, 10, 17, 336.60, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14937, 1869, 'Anatoliy fast store', 2954, 19, 17, 757.50, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14938, 1869, 'Anatoliy fast store', 3251, 7, 17, 23.48, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14939, 1869, 'Anatoliy fast store', 1138, 19, 17, 57.75, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14940, 1869, 'Anatoliy fast store', 918, 16, 17, 10.58, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14941, 1869, 'Anatoliy fast store', 934, 17, 17, 13.11, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14942, 1869, 'Anatoliy fast store', 3971, 16, 17, 15.07, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14943, 1869, 'Anatoliy fast store', 3237, 4, 17, 132.59, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14944, 1869, 'Anatoliy fast store', 2752, 14, 17, 69.00, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14945, 1869, 'Anatoliy fast store', 2242, 19, 17, 2594.80, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14946, 1869, 'Anatoliy fast store', 2080, 7, 17, 153.00, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14947, 1869, 'Anatoliy fast store', 6059, 15, 17, 20.19, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14948, 1869, 'Anatoliy fast store', 5167, 16, 17, 187.19, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14949, 1869, 'Anatoliy fast store', 3851, 15, 17, 186.85, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14950, 1869, 'Anatoliy fast store', 363, 2, 17, 42.92, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14951, 1869, 'Anatoliy fast store', 4785, 12, 17, 378.02, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14952, 1869, 'Anatoliy fast store', 2640, 14, 17, 33.98, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14953, 1869, 'Anatoliy fast store', 5091, 14, 17, 5.04, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14954, 1869, 'Anatoliy fast store', 5949, 11, 17, 202.00, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14955, 1869, 'Anatoliy fast store', 5244, 14, 17, 160.04, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14956, 1869, 'Anatoliy fast store', 180, 7, 17, 1876.80, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14957, 1869, 'Anatoliy fast store', 2107, 4, 17, 37.54, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14958, 1869, 'Anatoliy fast store', 540, 19, 17, 389.99, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14959, 1869, 'Anatoliy fast store', 4527, 16, 17, 66.65, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14960, 1869, 'Anatoliy fast store', 4091, 14, 17, 27.19, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14961, 1869, 'Anatoliy fast store', 1992, 4, 17, 119.60, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14962, 1869, 'Anatoliy fast store', 2184, 17, 17, 4.91, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14963, 1869, 'Anatoliy fast store', 4916, 12, 17, 15.64, 1, 1, 'ai_bid', '2024-06-07 01:51:05', '2024-06-07 01:51:05', '2024-06-08 01:52:05'),
(14964, 1869, 'Anatoliy fast store', 2753, 18, 17, 1575.00, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14965, 1869, 'Anatoliy fast store', 1249, 18, 17, 42.00, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14966, 1869, 'Anatoliy fast store', 5805, 13, 17, 18.53, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14967, 1869, 'Anatoliy fast store', 4491, 15, 17, 25.44, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14968, 1869, 'Anatoliy fast store', 245, 5, 17, 71.40, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14969, 1869, 'Anatoliy fast store', 4583, 5, 17, 50.87, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14970, 1869, 'Anatoliy fast store', 3846, 16, 17, 5.14, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14971, 1869, 'Anatoliy fast store', 4965, 14, 17, 9.18, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14972, 1869, 'Anatoliy fast store', 1880, 12, 17, 127.96, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14973, 1869, 'Anatoliy fast store', 3873, 16, 17, 13.64, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14974, 1869, 'Anatoliy fast store', 5702, 10, 17, 46.78, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14975, 1869, 'Anatoliy fast store', 2008, 19, 17, 302.10, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14976, 1869, 'Anatoliy fast store', 5746, 13, 17, 72.40, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14977, 1869, 'Anatoliy fast store', 4681, 12, 17, 13.27, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14978, 1869, 'Anatoliy fast store', 5212, 16, 17, 61.47, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14979, 1869, 'Anatoliy fast store', 1761, 19, 17, 20.99, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14980, 1869, 'Anatoliy fast store', 2191, 19, 17, 13.26, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14981, 1869, 'Anatoliy fast store', 4741, 12, 17, 11.02, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14982, 1869, 'Anatoliy fast store', 4624, 5, 17, 23.09, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14983, 1869, 'Anatoliy fast store', 4396, 14, 17, 104.88, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14984, 1869, 'Anatoliy fast store', 3664, 10, 17, 13.96, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14985, 1869, 'Anatoliy fast store', 5922, 13, 17, 83.19, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14986, 1869, 'Anatoliy fast store', 1160, 14, 17, 4.64, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14987, 1869, 'Anatoliy fast store', 761, 7, 17, 2.51, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14988, 1869, 'Anatoliy fast store', 734, 19, 17, 0.23, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14989, 1869, 'Anatoliy fast store', 803, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14990, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.21, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14991, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14992, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.13, 1, 1, 'ai_bid', '2024-06-07 01:51:06', '2024-06-07 01:51:06', '2024-06-08 01:52:05'),
(14993, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.21, 1, 1, 'ai_bid', '2024-06-07 01:52:04', '2024-06-07 01:52:04', '2024-06-08 01:53:02'),
(14994, 1866, 'Tetyana store', 5020, 14, 16, 21.57, 1, 1, 'ai_bid', '2024-06-07 02:54:06', '2024-06-07 02:54:06', '2024-06-08 02:55:03'),
(14995, 1866, 'Tetyana store', 324, 18, 16, 12.90, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(14996, 1866, 'Tetyana store', 1952, 19, 16, 1.33, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(14997, 1866, 'Tetyana store', 4296, 5, 16, 127.25, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(14998, 1866, 'Tetyana store', 2065, 12, 16, 7.52, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(14999, 1866, 'Tetyana store', 1221, 14, 16, 126.62, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(15000, 1866, 'Tetyana store', 5539, 10, 16, 281.40, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(15001, 1866, 'Tetyana store', 2928, 10, 16, 615.94, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(15002, 1866, 'Tetyana store', 4266, 5, 16, 83.19, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(15003, 1866, 'Tetyana store', 5872, 17, 16, 11.43, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(15004, 1866, 'Tetyana store', 3227, 4, 16, 20.01, 1, 1, 'ai_bid', '2024-06-07 02:54:07', '2024-06-07 02:54:07', '2024-06-08 02:55:03'),
(15005, 1866, 'Tetyana store', 3837, 4, 16, 212.94, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15006, 1866, 'Tetyana store', 757, 7, 16, 213.26, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15007, 1866, 'Tetyana store', 836, 19, 16, 15.12, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15008, 1866, 'Tetyana store', 2631, 14, 16, 42.42, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15009, 1866, 'Tetyana store', 1595, 19, 16, 18.89, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15010, 1866, 'Tetyana store', 824, 18, 16, 23.96, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15011, 1866, 'Tetyana store', 6029, 15, 16, 27.02, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15012, 1866, 'Tetyana store', 4858, 17, 16, 124.43, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15013, 1866, 'Tetyana store', 4709, 12, 16, 52.04, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15014, 1866, 'Tetyana store', 3961, 5, 16, 5268.20, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15015, 1866, 'Tetyana store', 2295, 19, 16, 242.74, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15016, 1866, 'Tetyana store', 1604, 18, 16, 1271.59, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15017, 1866, 'Tetyana store', 228, 5, 16, 5.29, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15018, 1866, 'Tetyana store', 2089, 19, 16, 183.02, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15019, 1866, 'Tetyana store', 5865, 13, 16, 16.63, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15020, 1866, 'Tetyana store', 529, 17, 16, 36.71, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15021, 1866, 'Tetyana store', 486, 19, 16, 2310.00, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15022, 1866, 'Tetyana store', 5710, 10, 16, 150.49, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15023, 1866, 'Tetyana store', 4590, 5, 16, 52.97, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15024, 1866, 'Tetyana store', 1970, 4, 16, 176.80, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15025, 1866, 'Tetyana store', 5770, 17, 16, 30.91, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15026, 1866, 'Tetyana store', 2132, 19, 16, 103.97, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15027, 1866, 'Tetyana store', 3019, 18, 16, 76.48, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15028, 1866, 'Tetyana store', 183, 4, 16, 408.00, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15029, 1866, 'Tetyana store', 224, 12, 16, 51.72, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15030, 1866, 'Tetyana store', 6134, 11, 16, 25.25, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15031, 1866, 'Tetyana store', 4292, 18, 16, 378.08, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15032, 1866, 'Tetyana store', 1791, 19, 16, 1050.00, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15033, 1866, 'Tetyana store', 2464, 19, 16, 72.41, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15034, 1866, 'Tetyana store', 164, 4, 16, 405.64, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15035, 1866, 'Tetyana store', 4366, 14, 16, 83.20, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15036, 1866, 'Tetyana store', 619, 7, 16, 4.12, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15037, 1866, 'Tetyana store', 862, 13, 16, 4.16, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15038, 1866, 'Tetyana store', 4338, 18, 16, 101.44, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15039, 1866, 'Tetyana store', 2375, 19, 16, 15.30, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15040, 1866, 'Tetyana store', 5812, 17, 16, 1.52, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15041, 1866, 'Tetyana store', 1827, 19, 16, 0.13, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:03'),
(15042, 1866, 'Tetyana store', 1527, 14, 16, 2.04, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:04'),
(15043, 1866, 'Tetyana store', 1811, 5, 16, 0.20, 1, 1, 'ai_bid', '2024-06-07 02:54:08', '2024-06-07 02:54:08', '2024-06-08 02:55:04'),
(15044, 1871, 'Almeida', 3892, 2, 7, 101.97, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15045, 1871, 'Almeida', 1638, 17, 7, 15.36, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15046, 1871, 'Almeida', 3621, 12, 7, 104.00, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15047, 1871, 'Almeida', 5985, 17, 7, 26.14, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15048, 1871, 'Almeida', 905, 13, 7, 18.61, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15049, 1871, 'Almeida', 3684, 18, 7, 427.86, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15050, 1871, 'Almeida', 1427, 19, 7, 21.17, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15051, 1871, 'Almeida', 1178, 14, 7, 52.51, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15052, 1871, 'Almeida', 4045, 18, 7, 10.09, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15053, 1871, 'Almeida', 4696, 12, 7, 25.26, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15054, 1871, 'Almeida', 6055, 15, 7, 8.12, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15055, 1871, 'Almeida', 1785, 12, 7, 51.45, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15056, 1871, 'Almeida', 6149, 11, 7, 10.60, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15057, 1871, 'Almeida', 1016, 16, 7, 131.03, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15058, 1871, 'Almeida', 3167, 18, 7, 322.39, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15059, 1871, 'Almeida', 4809, 12, 7, 21.20, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15060, 1871, 'Almeida', 2301, 19, 7, 17.68, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15061, 1871, 'Almeida', 3811, 19, 7, 1674.75, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15062, 1871, 'Almeida', 4995, 13, 7, 309.29, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15063, 1871, 'Almeida', 5060, 14, 7, 5.04, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15064, 1871, 'Almeida', 5072, 16, 7, 64.99, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15065, 1871, 'Almeida', 875, 19, 7, 17.41, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15066, 1871, 'Almeida', 3733, 13, 7, 5.52, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15067, 1871, 'Almeida', 1774, 7, 7, 61.83, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15068, 1871, 'Almeida', 4262, 18, 7, 918.00, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15069, 1871, 'Almeida', 3082, 2, 7, 12.58, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15070, 1871, 'Almeida', 5902, 15, 7, 848.00, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15071, 1871, 'Almeida', 2560, 14, 7, 121.19, 1, 1, 'ai_bid', '2024-06-07 04:16:04', '2024-06-07 04:16:04', '2024-06-08 04:16:04'),
(15072, 1871, 'Almeida', 5217, 16, 7, 128.25, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15073, 1871, 'Almeida', 4327, 18, 7, 540.70, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15074, 1871, 'Almeida', 892, 10, 7, 291.19, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15075, 1871, 'Almeida', 4335, 18, 7, 179.14, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15076, 1871, 'Almeida', 3712, 18, 7, 24.67, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15077, 1871, 'Almeida', 3374, 15, 7, 1575.00, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15078, 1871, 'Almeida', 1028, 19, 7, 252.50, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15079, 1871, 'Almeida', 193, 16, 7, 101.00, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:03'),
(15080, 1871, 'Almeida', 1114, 4, 7, 7.70, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15081, 1871, 'Almeida', 1246, 18, 7, 61.80, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15082, 1871, 'Almeida', 5589, 12, 7, 150.49, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15083, 1871, 'Almeida', 4097, 14, 7, 21.20, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15084, 1871, 'Almeida', 4798, 12, 7, 144.92, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15085, 1871, 'Almeida', 455, 19, 7, 540.75, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15086, 1871, 'Almeida', 4337, 18, 7, 145.41, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15087, 1871, 'Almeida', 5070, 16, 7, 133.12, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15088, 1871, 'Almeida', 4786, 17, 7, 18.00, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15089, 1871, 'Almeida', 3460, 11, 7, 3.68, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15090, 1871, 'Almeida', 3237, 4, 7, 135.19, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15091, 1871, 'Almeida', 1466, 5, 7, 33390.00, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15092, 1871, 'Almeida', 4575, 5, 7, 14.88, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15093, 1871, 'Almeida', 2565, 7, 7, 87.90, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15094, 1871, 'Almeida', 801, 14, 7, 10.73, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15095, 1871, 'Almeida', 2167, 19, 7, 220.18, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15096, 1871, 'Almeida', 4840, 12, 7, 69.42, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15097, 1871, 'Almeida', 5311, 14, 7, 100.95, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15098, 1871, 'Almeida', 4636, 15, 7, 21.83, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15099, 1871, 'Almeida', 4926, 11, 7, 27.54, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15100, 1871, 'Almeida', 3486, 10, 7, 6.75, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15101, 1871, 'Almeida', 5659, 10, 7, 122.20, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15102, 1871, 'Almeida', 642, 5, 7, 1.04, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15103, 1871, 'Almeida', 1381, 2, 7, 846.60, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15104, 1871, 'Almeida', 4232, 18, 7, 17.16, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15105, 1871, 'Almeida', 2712, 14, 7, 23.10, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15106, 1871, 'Almeida', 5123, 16, 7, 391.14, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15107, 1871, 'Almeida', 5649, 15, 7, 14.75, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15108, 1871, 'Almeida', 3345, 7, 7, 15.90, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15109, 1871, 'Almeida', 4291, 14, 7, 156.00, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15110, 1871, 'Almeida', 2260, 19, 7, 275.40, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15111, 1871, 'Almeida', 303, 18, 7, 9.76, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15112, 1871, 'Almeida', 1607, 12, 7, 20.79, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15113, 1871, 'Almeida', 4333, 18, 7, 99.82, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15114, 1871, 'Almeida', 4815, 17, 7, 18.12, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15115, 1871, 'Almeida', 5074, 16, 7, 23.68, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:04'),
(15116, 1871, 'Almeida', 5026, 11, 7, 19.07, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15117, 1871, 'Almeida', 5571, 10, 7, 63.97, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15118, 1871, 'Almeida', 5914, 17, 7, 2679.68, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15119, 1871, 'Almeida', 995, 16, 7, 106.56, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15120, 1871, 'Almeida', 2056, 4, 7, 307.97, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15121, 1871, 'Almeida', 2197, 17, 7, 11.54, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15122, 1871, 'Almeida', 4485, 16, 7, 31.19, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15123, 1871, 'Almeida', 2530, 14, 7, 1528.98, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15124, 1871, 'Almeida', 4371, 15, 7, 75.25, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15125, 1871, 'Almeida', 6085, 11, 7, 4.08, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15126, 1871, 'Almeida', 2674, 18, 7, 797.12, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15127, 1871, 'Almeida', 4943, 13, 7, 111.18, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15128, 1871, 'Almeida', 2759, 14, 7, 180.92, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15129, 1871, 'Almeida', 1501, 15, 7, 28.62, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15130, 1871, 'Almeida', 5106, 16, 7, 86.52, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15131, 1871, 'Almeida', 725, 19, 7, 72.75, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15132, 1871, 'Almeida', 5015, 14, 7, 8.31, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15133, 1871, 'Almeida', 5605, 15, 7, 239.20, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15134, 1871, 'Almeida', 1182, 19, 7, 103.95, 1, 1, 'ai_bid', '2024-06-07 04:16:05', '2024-06-07 04:16:05', '2024-06-08 04:17:05'),
(15135, 1871, 'Almeida', 2505, 19, 7, 50.99, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15136, 1871, 'Almeida', 593, 10, 7, 15.45, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15137, 1871, 'Almeida', 3548, 10, 7, 69.67, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15138, 1871, 'Almeida', 168, 2, 7, 159.56, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15139, 1871, 'Almeida', 1965, 18, 7, 13.37, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15140, 1871, 'Almeida', 6079, 15, 7, 10.39, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15141, 1871, 'Almeida', 2292, 19, 7, 208.95, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15142, 1871, 'Almeida', 2202, 19, 7, 4.20, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15143, 1871, 'Almeida', 6048, 15, 7, 20.39, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15144, 1871, 'Almeida', 1956, 19, 7, 10.27, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15145, 1871, 'Almeida', 1631, 15, 7, 5.40, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15146, 1871, 'Almeida', 5424, 1, 7, 19.54, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15147, 1871, 'Almeida', 1527, 14, 7, 2.06, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15148, 1871, 'Almeida', 6109, 11, 7, 6.12, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15149, 1871, 'Almeida', 143, 18, 7, 1.06, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15150, 1871, 'Almeida', 1811, 5, 7, 0.21, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15151, 1871, 'Almeida', 803, 19, 7, 0.20, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15152, 1870, 'Liliana', 3892, 2, 8, 101.97, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15153, 1870, 'Liliana', 1638, 17, 8, 14.63, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15154, 1870, 'Liliana', 3621, 12, 8, 102.00, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15155, 1870, 'Liliana', 5985, 17, 8, 27.43, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15156, 1870, 'Liliana', 905, 13, 8, 18.07, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15157, 1870, 'Liliana', 3684, 18, 8, 431.97, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15158, 1870, 'Liliana', 1427, 19, 8, 21.79, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15159, 1870, 'Liliana', 1178, 14, 8, 55.11, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15160, 1870, 'Liliana', 4045, 18, 8, 10.39, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15161, 1870, 'Liliana', 4696, 12, 8, 24.78, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15162, 1870, 'Liliana', 6055, 15, 8, 8.12, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15163, 1870, 'Liliana', 1785, 12, 8, 49.49, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15164, 1870, 'Liliana', 6149, 11, 8, 10.20, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:05'),
(15165, 1870, 'Liliana', 1016, 16, 8, 131.03, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15166, 1870, 'Liliana', 3167, 18, 8, 325.49, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15167, 1870, 'Liliana', 4809, 12, 8, 22.04, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15168, 1870, 'Liliana', 2301, 19, 8, 18.55, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15169, 1870, 'Liliana', 3811, 19, 8, 1690.70, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15170, 1870, 'Liliana', 4995, 13, 8, 318.30, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15171, 1870, 'Liliana', 5060, 14, 8, 5.04, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15172, 1870, 'Liliana', 5072, 16, 8, 63.74, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15173, 1870, 'Liliana', 875, 19, 8, 17.58, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15174, 1870, 'Liliana', 3733, 13, 8, 5.57, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15175, 1870, 'Liliana', 1774, 7, 8, 61.23, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15176, 1870, 'Liliana', 4262, 18, 8, 909.00, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15177, 1870, 'Liliana', 3082, 2, 8, 12.22, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15178, 1870, 'Liliana', 5902, 15, 8, 848.00, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15179, 1870, 'Liliana', 2560, 14, 8, 127.19, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15180, 1870, 'Liliana', 5217, 16, 8, 123.41, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15181, 1870, 'Liliana', 4327, 18, 8, 545.85, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15182, 1870, 'Liliana', 892, 10, 8, 282.79, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15183, 1870, 'Liliana', 4335, 18, 8, 175.76, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15184, 1870, 'Liliana', 3712, 18, 8, 24.43, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15185, 1870, 'Liliana', 3374, 15, 8, 1515.00, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15186, 1870, 'Liliana', 1028, 19, 8, 252.50, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15187, 1870, 'Liliana', 193, 16, 8, 105.00, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15188, 1870, 'Liliana', 1114, 4, 8, 7.63, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15189, 1870, 'Liliana', 1246, 18, 8, 61.80, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15190, 1870, 'Liliana', 5589, 12, 8, 150.49, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15191, 1870, 'Liliana', 4097, 14, 8, 20.79, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15192, 1870, 'Liliana', 4798, 12, 8, 140.78, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15193, 1870, 'Liliana', 455, 19, 8, 546.00, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15194, 1870, 'Liliana', 4337, 18, 8, 143.99, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15195, 1870, 'Liliana', 5070, 16, 8, 130.56, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15196, 1870, 'Liliana', 4786, 17, 8, 18.35, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15197, 1870, 'Liliana', 3460, 11, 8, 3.64, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15198, 1870, 'Liliana', 3237, 4, 8, 132.59, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15199, 1870, 'Liliana', 4575, 5, 8, 14.60, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15200, 1870, 'Liliana', 2565, 7, 8, 85.38, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15201, 1870, 'Liliana', 801, 14, 8, 11.26, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15202, 1870, 'Liliana', 2167, 19, 8, 220.18, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15203, 1870, 'Liliana', 4840, 12, 8, 70.79, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15204, 1870, 'Liliana', 5311, 14, 8, 104.95, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15205, 1870, 'Liliana', 4636, 15, 8, 21.62, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15206, 1870, 'Liliana', 4926, 11, 8, 27.54, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15207, 1870, 'Liliana', 3486, 10, 8, 6.55, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15208, 1870, 'Liliana', 5659, 10, 8, 124.62, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15209, 1870, 'Liliana', 642, 5, 8, 1.05, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15210, 1870, 'Liliana', 1381, 2, 8, 879.80, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15211, 1870, 'Liliana', 4232, 18, 8, 17.66, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15212, 1870, 'Liliana', 2712, 14, 8, 23.32, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15213, 1870, 'Liliana', 5123, 16, 8, 380.07, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15214, 1870, 'Liliana', 5649, 15, 8, 14.61, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15215, 1870, 'Liliana', 3345, 7, 8, 15.45, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15216, 1870, 'Liliana', 4291, 14, 8, 157.50, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15217, 1870, 'Liliana', 2260, 19, 8, 286.20, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15218, 1870, 'Liliana', 303, 18, 8, 9.47, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15219, 1870, 'Liliana', 1607, 12, 8, 20.59, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15220, 1870, 'Liliana', 4333, 18, 8, 100.77, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15221, 1870, 'Liliana', 4815, 17, 8, 18.65, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15222, 1870, 'Liliana', 5074, 16, 8, 23.22, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15223, 1870, 'Liliana', 5026, 11, 8, 18.17, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15224, 1870, 'Liliana', 5571, 10, 8, 63.35, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:06'),
(15225, 1870, 'Liliana', 5914, 17, 8, 2553.28, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15226, 1870, 'Liliana', 2197, 17, 8, 11.43, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15227, 1870, 'Liliana', 4485, 16, 8, 30.89, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15228, 1870, 'Liliana', 6085, 11, 8, 4.12, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15229, 1870, 'Liliana', 5015, 14, 8, 8.47, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15230, 1870, 'Liliana', 593, 10, 8, 15.60, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15231, 1870, 'Liliana', 1527, 14, 8, 2.10, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15232, 1870, 'Liliana', 1811, 5, 8, 0.21, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15233, 1870, 'Liliana', 803, 19, 8, 0.20, 1, 1, 'ai_bid', '2024-06-07 04:16:06', '2024-06-07 04:16:06', '2024-06-08 04:17:07'),
(15234, 1866, 'Tetyana store', 403, 18, 6, 35.58, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:03'),
(15235, 1866, 'Tetyana store', 4960, 12, 6, 19.25, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:03'),
(15236, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:03'),
(15237, 1866, 'Tetyana store', 1850, 5, 6, 0.58, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:03'),
(15238, 1866, 'Tetyana store', 3768, 15, 6, 3.96, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:04'),
(15239, 1866, 'Tetyana store', 1811, 5, 6, 0.21, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:04'),
(15240, 1866, 'Tetyana store', 1894, 19, 6, 0.21, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:04'),
(15241, 1866, 'Tetyana store', 734, 19, 6, 0.22, 1, 1, 'ai_bid', '2024-06-07 04:18:04', '2024-06-07 04:18:04', '2024-06-08 04:19:04'),
(15242, 1873, 'Gustavo', 41, 2, 9, 18.18, 1, 1, 'ai_bid', '2024-06-07 04:32:04', '2024-06-07 04:32:04', '2024-06-08 04:33:02'),
(15243, 1873, 'Gustavo', 2752, 14, 9, 71.01, 1, 1, 'ai_bid', '2024-06-07 04:32:04', '2024-06-07 04:32:04', '2024-06-08 04:33:03'),
(15244, 1873, 'Gustavo', 4596, 5, 9, 27.76, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15245, 1873, 'Gustavo', 569, 19, 9, 151.41, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15246, 1873, 'Gustavo', 4957, 11, 9, 3436.02, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15247, 1873, 'Gustavo', 672, 10, 9, 3.15, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15248, 1873, 'Gustavo', 288, 6, 9, 11.79, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15249, 1873, 'Gustavo', 5546, 10, 9, 430.83, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15250, 1873, 'Gustavo', 5543, 10, 9, 22.53, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15251, 1873, 'Gustavo', 25, 2, 9, 8.08, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15252, 1873, 'Gustavo', 2507, 7, 9, 1174.49, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15253, 1873, 'Gustavo', 4064, 18, 9, 12.38, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15254, 1873, 'Gustavo', 489, 19, 9, 12600.00, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15255, 1873, 'Gustavo', 2530, 14, 9, 1528.98, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(15256, 1873, 'Gustavo', 1132, 16, 9, 25.90, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15257, 1873, 'Gustavo', 3303, 16, 9, 1224.00, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15258, 1873, 'Gustavo', 3479, 14, 9, 45.42, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15259, 1873, 'Gustavo', 329, 18, 9, 131.93, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15260, 1873, 'Gustavo', 2972, 19, 9, 35.70, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15261, 1873, 'Gustavo', 848, 13, 9, 84.00, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15262, 1873, 'Gustavo', 5051, 11, 9, 20.39, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15263, 1873, 'Gustavo', 187, 16, 9, 30.89, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15264, 1873, 'Gustavo', 606, 10, 9, 10.40, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15265, 1873, 'Gustavo', 1408, 14, 9, 16.58, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15266, 1873, 'Gustavo', 2744, 18, 9, 37.09, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15267, 1873, 'Gustavo', 3832, 16, 9, 6.12, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15268, 1873, 'Gustavo', 1462, 10, 9, 20.73, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15269, 1873, 'Gustavo', 153, 18, 9, 21.00, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15270, 1873, 'Gustavo', 3645, 14, 9, 9.09, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15271, 1873, 'Gustavo', 624, 5, 9, 1.04, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15272, 1873, 'Gustavo', 5812, 17, 9, 1.58, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15273, 1873, 'Gustavo', 716, 19, 9, 1.02, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15274, 1873, 'Gustavo', 1827, 19, 9, 0.12, 1, 1, 'ai_bid', '2024-06-07 04:32:05', '2024-06-07 04:32:05', '2024-06-08 04:33:03'),
(15275, 1866, 'Tetyana store', 5801, 13, 11, 25.24, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15276, 1866, 'Tetyana store', 5980, 17, 11, 20.76, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15277, 1866, 'Tetyana store', 4401, 18, 11, 30.30, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15278, 1866, 'Tetyana store', 3161, 4, 11, 298.70, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15279, 1866, 'Tetyana store', 82, 2, 11, 1010.43, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15280, 1866, 'Tetyana store', 3699, 10, 11, 56.65, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15281, 1866, 'Tetyana store', 48, 2, 11, 20.40, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15282, 1866, 'Tetyana store', 5084, 14, 11, 20.39, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15283, 1866, 'Tetyana store', 713, 19, 11, 34.19, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15284, 1866, 'Tetyana store', 5365, 13, 11, 203.99, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15285, 1866, 'Tetyana store', 1727, 19, 11, 474.70, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15286, 1866, 'Tetyana store', 5716, 15, 11, 257.50, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15287, 1866, 'Tetyana store', 5596, 10, 11, 155.52, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15288, 1866, 'Tetyana store', 3620, 13, 11, 2.57, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15289, 1866, 'Tetyana store', 235, 12, 11, 220.45, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15290, 1866, 'Tetyana store', 5263, 13, 11, 17.67, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15291, 1866, 'Tetyana store', 3313, 5, 11, 14.84, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15292, 1866, 'Tetyana store', 1989, 4, 11, 49.98, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15293, 1866, 'Tetyana store', 3914, 2, 11, 74.97, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15294, 1866, 'Tetyana store', 681, 13, 11, 22.44, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15295, 1866, 'Tetyana store', 3325, 7, 11, 6.25, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15296, 1866, 'Tetyana store', 5402, 14, 11, 20.76, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15297, 1866, 'Tetyana store', 3908, 16, 11, 41.40, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15298, 1866, 'Tetyana store', 3000, 19, 11, 20.40, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15299, 1866, 'Tetyana store', 1062, 4, 11, 7.65, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15300, 1866, 'Tetyana store', 5883, 11, 11, 2157.30, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15301, 1866, 'Tetyana store', 2019, 4, 11, 231.92, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15302, 1866, 'Tetyana store', 1846, 5, 11, 1.49, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15303, 1866, 'Tetyana store', 4672, 12, 11, 14.51, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15304, 1866, 'Tetyana store', 2009, 4, 11, 33.16, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15305, 1866, 'Tetyana store', 1015, 5, 11, 3.93, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15306, 1866, 'Tetyana store', 2596, 17, 11, 37.07, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15307, 1866, 'Tetyana store', 5327, 16, 11, 29.07, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15308, 1866, 'Tetyana store', 1996, 14, 11, 35.33, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15309, 1866, 'Tetyana store', 5988, 17, 11, 19.92, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15310, 1866, 'Tetyana store', 2619, 18, 11, 19.01, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15311, 1866, 'Tetyana store', 4725, 14, 11, 380.54, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15312, 1866, 'Tetyana store', 3844, 16, 11, 5.09, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15313, 1866, 'Tetyana store', 2079, 10, 11, 20.39, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:04'),
(15314, 1866, 'Tetyana store', 3907, 16, 11, 27.03, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15315, 1866, 'Tetyana store', 5426, 17, 11, 63.60, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15316, 1866, 'Tetyana store', 5252, 16, 11, 10.29, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15317, 1866, 'Tetyana store', 723, 19, 11, 113.22, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15318, 1866, 'Tetyana store', 2451, 19, 11, 465.34, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15319, 1866, 'Tetyana store', 5480, 16, 11, 36.35, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15320, 1866, 'Tetyana store', 6004, 11, 11, 232.30, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15321, 1866, 'Tetyana store', 4045, 18, 11, 10.29, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15322, 1866, 'Tetyana store', 1463, 17, 11, 159.00, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15323, 1866, 'Tetyana store', 3081, 2, 11, 9.45, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15324, 1866, 'Tetyana store', 4512, 16, 11, 54.06, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15325, 1866, 'Tetyana store', 3667, 13, 11, 20.13, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15326, 1866, 'Tetyana store', 2090, 13, 11, 11.97, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15327, 1866, 'Tetyana store', 4276, 18, 11, 10.71, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15328, 1866, 'Tetyana store', 913, 18, 11, 13.70, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15329, 1866, 'Tetyana store', 1184, 18, 11, 49.98, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15330, 1866, 'Tetyana store', 2623, 14, 11, 9.39, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15331, 1866, 'Tetyana store', 2459, 19, 11, 303.00, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15332, 1866, 'Tetyana store', 450, 16, 11, 157.03, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15333, 1866, 'Tetyana store', 4089, 14, 11, 19.19, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15334, 1866, 'Tetyana store', 630, 19, 11, 7922.72, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15335, 1866, 'Tetyana store', 5269, 16, 11, 11.43, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15336, 1866, 'Tetyana store', 980, 5, 11, 9.45, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15337, 1866, 'Tetyana store', 2457, 19, 11, 3.47, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15338, 1866, 'Tetyana store', 4980, 14, 11, 5.29, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15339, 1866, 'Tetyana store', 1634, 19, 11, 1476.80, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15340, 1866, 'Tetyana store', 5707, 15, 11, 42.67, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15341, 1866, 'Tetyana store', 1205, 14, 11, 143.80, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15342, 1866, 'Tetyana store', 2276, 10, 11, 64.62, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15343, 1866, 'Tetyana store', 3550, 12, 11, 7.60, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15344, 1866, 'Tetyana store', 5792, 15, 11, 298.70, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15345, 1866, 'Tetyana store', 2343, 6, 11, 51.93, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15346, 1866, 'Tetyana store', 2055, 4, 11, 242.32, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15347, 1866, 'Tetyana store', 2682, 14, 11, 27.45, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15348, 1866, 'Tetyana store', 6027, 14, 11, 4.46, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15349, 1866, 'Tetyana store', 4909, 12, 11, 2.14, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15350, 1866, 'Tetyana store', 756, 19, 11, 0.47, 1, 1, 'ai_bid', '2024-06-07 04:44:09', '2024-06-07 04:44:09', '2024-06-08 04:45:05'),
(15351, 1867, 'Omevoric enterprises', 5423, 12, 12, 15.78, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15352, 1867, 'Omevoric enterprises', 5307, 16, 12, 22.25, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15353, 1867, 'Omevoric enterprises', 5622, 10, 12, 7.94, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15354, 1867, 'Omevoric enterprises', 1786, 2, 12, 16.16, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15355, 1867, 'Omevoric enterprises', 49, 2, 12, 318.00, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15356, 1867, 'Omevoric enterprises', 5660, 10, 12, 1287.29, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15357, 1867, 'Omevoric enterprises', 5895, 13, 12, 4.90, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15358, 1867, 'Omevoric enterprises', 4357, 18, 12, 9721.49, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15359, 1867, 'Omevoric enterprises', 4228, 14, 12, 5.14, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15360, 1867, 'Omevoric enterprises', 5146, 13, 12, 1610.94, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15361, 1867, 'Omevoric enterprises', 2153, 2, 12, 279.48, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15362, 1867, 'Omevoric enterprises', 166, 16, 12, 9.08, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15363, 1867, 'Omevoric enterprises', 4476, 15, 12, 39.39, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15364, 1867, 'Omevoric enterprises', 3108, 2, 12, 256.47, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15365, 1867, 'Omevoric enterprises', 2997, 14, 12, 222.49, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15366, 1867, 'Omevoric enterprises', 422, 17, 12, 49.98, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15367, 1867, 'Omevoric enterprises', 3053, 18, 12, 74.69, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15368, 1867, 'Omevoric enterprises', 3652, 18, 12, 5194.53, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15369, 1867, 'Omevoric enterprises', 3888, 11, 12, 175.76, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15370, 1867, 'Omevoric enterprises', 5537, 10, 12, 60.42, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15371, 1867, 'Omevoric enterprises', 4204, 5, 12, 25.05, 1, 1, 'ai_bid', '2024-06-07 04:56:03', '2024-06-07 04:56:03', '2024-06-08 04:56:03'),
(15372, 1867, 'Omevoric enterprises', 3989, 18, 12, 80.82, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15373, 1867, 'Omevoric enterprises', 5816, 15, 12, 15.74, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15374, 1867, 'Omevoric enterprises', 6160, 11, 12, 9.53, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15375, 1867, 'Omevoric enterprises', 6176, 14, 12, 21.96, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15376, 1867, 'Omevoric enterprises', 4263, 5, 12, 100.99, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15377, 1867, 'Omevoric enterprises', 5691, 15, 12, 156.45, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15378, 1867, 'Omevoric enterprises', 4236, 5, 12, 312.00, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15379, 1867, 'Omevoric enterprises', 5206, 13, 12, 52.99, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15380, 1867, 'Omevoric enterprises', 2571, 7, 12, 16.86, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15381, 1867, 'Omevoric enterprises', 4560, 5, 12, 23.62, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15382, 1867, 'Omevoric enterprises', 1943, 18, 12, 670.95, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15383, 1867, 'Omevoric enterprises', 5703, 15, 12, 213.05, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15384, 1867, 'Omevoric enterprises', 4382, 14, 12, 15.86, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15385, 1867, 'Omevoric enterprises', 4497, 15, 12, 15.29, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15386, 1867, 'Omevoric enterprises', 2893, 14, 12, 11.21, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15387, 1867, 'Omevoric enterprises', 594, 10, 12, 12.48, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15388, 1867, 'Omevoric enterprises', 6099, 15, 12, 8.46, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15389, 1867, 'Omevoric enterprises', 4306, 15, 12, 28.03, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15390, 1867, 'Omevoric enterprises', 4019, 17, 12, 46.45, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15391, 1867, 'Omevoric enterprises', 299, 5, 12, 2.57, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15392, 1867, 'Omevoric enterprises', 1585, 13, 12, 1.56, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15393, 1867, 'Omevoric enterprises', 3716, 19, 12, 5.04, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15394, 1867, 'Omevoric enterprises', 1894, 19, 12, 0.20, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15395, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-06-07 04:56:04', '2024-06-07 04:56:04', '2024-06-08 04:57:02'),
(15396, 1868, 'Marcelo Ltd', 4044, 18, 13, 23.56, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:02'),
(15397, 1868, 'Marcelo Ltd', 6122, 11, 13, 28.83, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:02'),
(15398, 1868, 'Marcelo Ltd', 1250, 19, 13, 12.91, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:02'),
(15399, 1868, 'Marcelo Ltd', 3631, 13, 13, 12.80, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:02'),
(15400, 1868, 'Marcelo Ltd', 713, 19, 13, 35.20, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15401, 1868, 'Marcelo Ltd', 3348, 7, 13, 10.50, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15402, 1868, 'Marcelo Ltd', 979, 17, 13, 58.58, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15403, 1868, 'Marcelo Ltd', 1991, 18, 13, 36.71, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15404, 1868, 'Marcelo Ltd', 4274, 18, 13, 63.60, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15405, 1868, 'Marcelo Ltd', 5513, 10, 13, 83.42, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15406, 1868, 'Marcelo Ltd', 1644, 12, 13, 40.20, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15407, 1868, 'Marcelo Ltd', 3740, 7, 13, 31.68, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15408, 1868, 'Marcelo Ltd', 419, 17, 13, 887.25, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15409, 1868, 'Marcelo Ltd', 4228, 14, 13, 5.14, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15410, 1868, 'Marcelo Ltd', 1594, 12, 13, 20.39, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15411, 1868, 'Marcelo Ltd', 3131, 18, 13, 21.83, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15412, 1868, 'Marcelo Ltd', 4288, 18, 13, 220.50, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15413, 1868, 'Marcelo Ltd', 1956, 19, 13, 10.27, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15414, 1868, 'Marcelo Ltd', 321, 10, 13, 76.82, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15415, 1868, 'Marcelo Ltd', 2382, 2, 13, 401.98, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15416, 1868, 'Marcelo Ltd', 4303, 5, 13, 720.99, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15417, 1868, 'Marcelo Ltd', 5387, 17, 13, 47.69, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15418, 1868, 'Marcelo Ltd', 1685, 19, 13, 30.29, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15419, 1868, 'Marcelo Ltd', 5216, 16, 13, 102.00, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15420, 1868, 'Marcelo Ltd', 5683, 10, 13, 27.70, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15421, 1868, 'Marcelo Ltd', 4461, 15, 13, 592.79, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15422, 1868, 'Marcelo Ltd', 1172, 18, 13, 65.92, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15423, 1868, 'Marcelo Ltd', 4954, 13, 13, 206.92, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15424, 1868, 'Marcelo Ltd', 4492, 15, 13, 42.64, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15425, 1868, 'Marcelo Ltd', 2044, 5, 13, 339.20, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15426, 1868, 'Marcelo Ltd', 2735, 18, 13, 2474.50, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15427, 1868, 'Marcelo Ltd', 993, 16, 13, 27.38, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15428, 1868, 'Marcelo Ltd', 4094, 5, 13, 214.19, 1, 1, 'ai_bid', '2024-06-07 05:26:04', '2024-06-07 05:26:04', '2024-06-08 05:27:03'),
(15429, 1868, 'Marcelo Ltd', 4639, 5, 13, 26.05, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15430, 1868, 'Marcelo Ltd', 771, 10, 13, 7.31, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15431, 1868, 'Marcelo Ltd', 1659, 12, 13, 60.18, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15432, 1868, 'Marcelo Ltd', 5136, 16, 13, 101.97, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15433, 1868, 'Marcelo Ltd', 3170, 19, 13, 525.29, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15434, 1868, 'Marcelo Ltd', 5252, 16, 13, 10.49, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15435, 1868, 'Marcelo Ltd', 2856, 14, 13, 516.03, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15436, 1868, 'Marcelo Ltd', 1013, 5, 13, 92.92, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15437, 1868, 'Marcelo Ltd', 838, 13, 13, 16.03, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15438, 1868, 'Marcelo Ltd', 3377, 15, 13, 566.50, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15439, 1868, 'Marcelo Ltd', 1195, 18, 13, 12.99, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15440, 1868, 'Marcelo Ltd', 2506, 19, 13, 114.40, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15441, 1868, 'Marcelo Ltd', 1365, 14, 13, 24.82, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15442, 1868, 'Marcelo Ltd', 1750, 19, 13, 47.70, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15443, 1868, 'Marcelo Ltd', 2568, 14, 13, 1213.80, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15444, 1868, 'Marcelo Ltd', 1324, 10, 13, 12.65, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15445, 1868, 'Marcelo Ltd', 4019, 17, 13, 47.83, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15446, 1868, 'Marcelo Ltd', 6171, 11, 13, 15.94, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15447, 1868, 'Marcelo Ltd', 2624, 14, 13, 20.79, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15448, 1868, 'Marcelo Ltd', 1580, 19, 13, 15.39, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15449, 1868, 'Marcelo Ltd', 2083, 14, 13, 25.74, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15450, 1868, 'Marcelo Ltd', 5845, 17, 13, 9.43, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15451, 1868, 'Marcelo Ltd', 1989, 4, 13, 49.98, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15452, 1868, 'Marcelo Ltd', 19, 2, 13, 5.15, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15453, 1868, 'Marcelo Ltd', 5738, 16, 13, 30.89, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15454, 1868, 'Marcelo Ltd', 2541, 19, 13, 20.80, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15455, 1868, 'Marcelo Ltd', 2976, 19, 13, 42.91, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15456, 1868, 'Marcelo Ltd', 5925, 15, 13, 108.06, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15457, 1868, 'Marcelo Ltd', 5569, 10, 13, 67.17, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15458, 1868, 'Marcelo Ltd', 2967, 16, 13, 292.95, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15459, 1868, 'Marcelo Ltd', 1199, 14, 13, 24.47, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15460, 1868, 'Marcelo Ltd', 5899, 17, 13, 2.05, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15461, 1868, 'Marcelo Ltd', 423, 17, 13, 14.74, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15462, 1868, 'Marcelo Ltd', 5316, 14, 13, 165.82, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15463, 1868, 'Marcelo Ltd', 2929, 14, 13, 697.83, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15464, 1868, 'Marcelo Ltd', 5398, 14, 13, 525.44, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15465, 1868, 'Marcelo Ltd', 3548, 10, 13, 68.33, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15466, 1868, 'Marcelo Ltd', 2164, 19, 13, 1133.00, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15467, 1868, 'Marcelo Ltd', 3004, 19, 13, 85.33, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15468, 1868, 'Marcelo Ltd', 3333, 7, 13, 5.92, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15469, 1868, 'Marcelo Ltd', 2377, 19, 13, 37.12, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15470, 1868, 'Marcelo Ltd', 949, 5, 13, 0.31, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:03'),
(15471, 1868, 'Marcelo Ltd', 127, 2, 13, 40.80, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15472, 1868, 'Marcelo Ltd', 2633, 14, 13, 22.39, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15473, 1868, 'Marcelo Ltd', 6139, 11, 13, 16.34, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15474, 1868, 'Marcelo Ltd', 1514, 15, 13, 4.41, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15475, 1868, 'Marcelo Ltd', 3734, 10, 13, 139.76, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15476, 1868, 'Marcelo Ltd', 4935, 14, 13, 7.16, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15477, 1868, 'Marcelo Ltd', 2318, 2, 13, 451.47, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15478, 1868, 'Marcelo Ltd', 4125, 14, 13, 242.75, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15479, 1868, 'Marcelo Ltd', 946, 18, 13, 13.38, 1, 1, 'ai_bid', '2024-06-07 05:26:05', '2024-06-07 05:26:05', '2024-06-08 05:27:04'),
(15480, 1868, 'Marcelo Ltd', 3211, 17, 13, 20.25, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15481, 1868, 'Marcelo Ltd', 4508, 16, 13, 43.32, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15482, 1868, 'Marcelo Ltd', 1711, 19, 13, 93.60, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15483, 1868, 'Marcelo Ltd', 4374, 15, 13, 9.26, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15484, 1868, 'Marcelo Ltd', 3562, 17, 13, 23.83, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15485, 1868, 'Marcelo Ltd', 5705, 15, 13, 10.10, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15486, 1868, 'Marcelo Ltd', 1407, 10, 13, 20.13, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15487, 1868, 'Marcelo Ltd', 3415, 15, 13, 102.96, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15488, 1868, 'Marcelo Ltd', 1974, 18, 13, 25.09, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15489, 1868, 'Marcelo Ltd', 5340, 16, 13, 11.21, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15490, 1868, 'Marcelo Ltd', 112, 2, 13, 12.67, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15491, 1868, 'Marcelo Ltd', 263, 18, 13, 6.41, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15492, 1868, 'Marcelo Ltd', 2370, 19, 13, 2.24, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15493, 1868, 'Marcelo Ltd', 1894, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15494, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.13, 1, 1, 'ai_bid', '2024-06-07 05:26:06', '2024-06-07 05:26:06', '2024-06-08 05:27:04'),
(15495, 1869, 'Anatoliy fast store', 1085, 4, 14, 5.04, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15496, 1869, 'Anatoliy fast store', 6001, 17, 14, 30.89, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15497, 1869, 'Anatoliy fast store', 2536, 14, 14, 135.19, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15498, 1869, 'Anatoliy fast store', 3572, 17, 14, 32.41, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15499, 1869, 'Anatoliy fast store', 5424, 1, 14, 19.92, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15500, 1869, 'Anatoliy fast store', 3749, 7, 14, 53.23, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15501, 1869, 'Anatoliy fast store', 2080, 7, 14, 155.97, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15502, 1869, 'Anatoliy fast store', 4571, 16, 14, 1817.99, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15503, 1869, 'Anatoliy fast store', 6170, 11, 14, 20.59, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15504, 1869, 'Anatoliy fast store', 4665, 12, 14, 8.42, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15505, 1869, 'Anatoliy fast store', 1076, 16, 14, 49.48, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15506, 1869, 'Anatoliy fast store', 2514, 19, 14, 161.60, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15507, 1869, 'Anatoliy fast store', 1584, 19, 14, 4.18, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15508, 1869, 'Anatoliy fast store', 6075, 15, 14, 26.49, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15509, 1869, 'Anatoliy fast store', 1395, 19, 14, 66.30, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15510, 1869, 'Anatoliy fast store', 516, 19, 14, 8349.13, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15511, 1869, 'Anatoliy fast store', 3381, 7, 14, 52.50, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15512, 1869, 'Anatoliy fast store', 1668, 19, 14, 134.56, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15513, 1869, 'Anatoliy fast store', 3852, 16, 14, 5.14, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15514, 1869, 'Anatoliy fast store', 3790, 19, 14, 46.79, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15515, 1869, 'Anatoliy fast store', 4328, 18, 14, 815.99, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15516, 1869, 'Anatoliy fast store', 4759, 12, 14, 51.93, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15517, 1869, 'Anatoliy fast store', 2822, 18, 14, 636.00, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15518, 1869, 'Anatoliy fast store', 463, 19, 14, 567.53, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15519, 1869, 'Anatoliy fast store', 2341, 10, 14, 39.41, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15520, 1869, 'Anatoliy fast store', 1211, 18, 14, 37.80, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15521, 1869, 'Anatoliy fast store', 61, 2, 14, 26.78, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15522, 1869, 'Anatoliy fast store', 5605, 15, 14, 234.60, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15523, 1869, 'Anatoliy fast store', 1059, 19, 14, 19.95, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15524, 1869, 'Anatoliy fast store', 1020, 5, 14, 6.26, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15525, 1869, 'Anatoliy fast store', 4256, 5, 14, 2649.99, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15526, 1869, 'Anatoliy fast store', 910, 5, 14, 7.10, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15527, 1869, 'Anatoliy fast store', 2526, 14, 14, 763.98, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15528, 1869, 'Anatoliy fast store', 6177, 14, 14, 23.91, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15529, 1869, 'Anatoliy fast store', 2460, 2, 14, 9.33, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15530, 1869, 'Anatoliy fast store', 352, 2, 14, 20.80, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15531, 1869, 'Anatoliy fast store', 2760, 14, 14, 1363.50, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15532, 1869, 'Anatoliy fast store', 3653, 14, 14, 474.70, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15533, 1869, 'Anatoliy fast store', 1734, 12, 14, 73.49, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15534, 1869, 'Anatoliy fast store', 3926, 5, 14, 21.00, 1, 1, 'ai_bid', '2024-06-07 05:56:05', '2024-06-07 05:56:05', '2024-06-08 05:57:04'),
(15535, 1869, 'Anatoliy fast store', 5039, 16, 14, 660.45, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15536, 1869, 'Anatoliy fast store', 4306, 15, 14, 29.14, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15537, 1869, 'Anatoliy fast store', 1844, 19, 14, 0.31, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15538, 1869, 'Anatoliy fast store', 2554, 14, 14, 9.00, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15539, 1869, 'Anatoliy fast store', 5319, 13, 14, 1144.00, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15540, 1869, 'Anatoliy fast store', 5155, 16, 14, 47.69, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15541, 1869, 'Anatoliy fast store', 2233, 12, 14, 30.04, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15542, 1869, 'Anatoliy fast store', 4642, 5, 14, 26.30, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15543, 1869, 'Anatoliy fast store', 3088, 2, 14, 24.34, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15544, 1869, 'Anatoliy fast store', 4232, 18, 14, 17.16, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15545, 1869, 'Anatoliy fast store', 5177, 16, 14, 42.22, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15546, 1869, 'Anatoliy fast store', 3583, 12, 14, 152.87, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15547, 1869, 'Anatoliy fast store', 3664, 10, 14, 13.30, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15548, 1869, 'Anatoliy fast store', 3382, 10, 14, 2.50, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15549, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15550, 1869, 'Anatoliy fast store', 803, 19, 14, 0.20, 1, 1, 'ai_bid', '2024-06-07 05:56:06', '2024-06-07 05:56:06', '2024-06-08 05:57:04'),
(15551, 1872, 'Melisa', 2150, 19, 18, 309.00, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15552, 1872, 'Melisa', 2599, 14, 18, 865.98, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15553, 1872, 'Melisa', 453, 17, 18, 147.16, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15554, 1872, 'Melisa', 982, 9, 18, 134.64, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15555, 1872, 'Melisa', 2814, 14, 18, 4095.21, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15556, 1872, 'Melisa', 2165, 19, 18, 38.16, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15557, 1872, 'Melisa', 3605, 17, 18, 275.60, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15558, 1872, 'Melisa', 1134, 4, 18, 30.89, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15559, 1872, 'Melisa', 5620, 16, 18, 41.40, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15560, 1872, 'Melisa', 2369, 16, 18, 31.28, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15561, 1872, 'Melisa', 3308, 16, 18, 1449.76, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15562, 1872, 'Melisa', 344, 18, 18, 353.23, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15563, 1872, 'Melisa', 4371, 15, 18, 75.25, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15564, 1872, 'Melisa', 3906, 16, 18, 192.90, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15565, 1872, 'Melisa', 394, 18, 18, 14.82, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15566, 1872, 'Melisa', 684, 19, 18, 4623.72, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15567, 1872, 'Melisa', 31, 2, 18, 10.50, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15568, 1872, 'Melisa', 383, 10, 18, 10.52, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15569, 1872, 'Melisa', 1427, 19, 18, 21.17, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15570, 1872, 'Melisa', 5546, 10, 18, 439.19, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15571, 1872, 'Melisa', 588, 18, 18, 292.52, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15572, 1872, 'Melisa', 2756, 14, 18, 232.29, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15573, 1872, 'Melisa', 4191, 14, 18, 5.81, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15574, 1872, 'Melisa', 3716, 19, 18, 5.19, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15575, 1872, 'Melisa', 5535, 10, 18, 329.58, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15576, 1872, 'Melisa', 3636, 12, 18, 201.31, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15577, 1872, 'Melisa', 4284, 14, 18, 21.20, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15578, 1872, 'Melisa', 626, 14, 18, 3.18, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15579, 1872, 'Melisa', 1173, 14, 18, 25.74, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15580, 1872, 'Melisa', 5948, 17, 18, 3.44, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15581, 1872, 'Melisa', 756, 19, 18, 0.47, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15582, 1872, 'Melisa', 716, 19, 18, 1.05, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15583, 1872, 'Melisa', 734, 19, 18, 0.22, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15584, 1872, 'Melisa', 1827, 19, 18, 0.13, 1, 1, 'ai_bid', '2024-06-07 07:48:06', '2024-06-07 07:48:06', '2024-06-08 07:49:03'),
(15585, 1872, 'Melisa', 1827, 19, 18, 0.13, 1, 1, 'ai_bid', '2024-06-07 07:49:06', '2024-06-07 07:49:06', '2024-06-08 07:50:03'),
(15586, 1798, 'Feelyards', 183, 4, NULL, 401.00, 1, 1, 'manual_bid', '2024-06-07 09:05:41', '2024-06-07 09:05:41', '2024-06-08 09:06:03'),
(15587, 1798, 'Feelyards', 3191, 4, NULL, 30.00, 1, 1, 'manual_bid', '2024-06-07 09:13:35', '2024-06-07 09:13:35', '2024-06-08 09:14:03'),
(15588, 1869, 'Anatoliy fast store', 2844, 14, 17, 1185.59, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15589, 1869, 'Anatoliy fast store', 2879, 14, 17, 61.79, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15590, 1869, 'Anatoliy fast store', 1452, 15, 17, 28.45, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15591, 1869, 'Anatoliy fast store', 2250, 19, 17, 75.26, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15592, 1869, 'Anatoliy fast store', 418, 17, 17, 430.44, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15593, 1869, 'Anatoliy fast store', 5686, 15, 17, 90.90, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15594, 1869, 'Anatoliy fast store', 126, 2, 17, 1100.89, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15595, 1869, 'Anatoliy fast store', 5074, 16, 17, 23.22, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15596, 1869, 'Anatoliy fast store', 5370, 13, 17, 82.39, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15597, 1869, 'Anatoliy fast store', 4127, 18, 17, 10.39, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15598, 1869, 'Anatoliy fast store', 950, 5, 17, 21.61, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15599, 1869, 'Anatoliy fast store', 5658, 15, 17, 3.69, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15600, 1869, 'Anatoliy fast store', 4668, 12, 17, 1.53, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15601, 1869, 'Anatoliy fast store', 4097, 14, 17, 21.81, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15602, 1869, 'Anatoliy fast store', 3030, 14, 17, 80.80, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15603, 1869, 'Anatoliy fast store', 3310, 15, 17, 7.23, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15604, 1869, 'Anatoliy fast store', 3575, 17, 17, 8.93, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15605, 1869, 'Anatoliy fast store', 2092, 7, 17, 155.37, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15606, 1869, 'Anatoliy fast store', 4171, 18, 17, 26.49, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15607, 1869, 'Anatoliy fast store', 3094, 18, 17, 36.71, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15608, 1869, 'Anatoliy fast store', 5209, 16, 17, 95.54, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15609, 1869, 'Anatoliy fast store', 5953, 17, 17, 10.60, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15610, 1869, 'Anatoliy fast store', 2775, 14, 17, 91.80, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15611, 1869, 'Anatoliy fast store', 3210, 17, 17, 16.02, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15612, 1869, 'Anatoliy fast store', 1965, 18, 17, 13.63, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15613, 1869, 'Anatoliy fast store', 4753, 12, 17, 66.12, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15614, 1869, 'Anatoliy fast store', 5096, 16, 17, 23.82, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15615, 1869, 'Anatoliy fast store', 4830, 12, 17, 10.19, 1, 1, 'ai_bid', '2024-06-08 03:04:07', '2024-06-08 03:04:07', '2024-06-09 03:05:04'),
(15616, 1869, 'Anatoliy fast store', 3161, 4, 17, 298.70, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:04'),
(15617, 1869, 'Anatoliy fast store', 2401, 19, 17, 1818.00, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:04'),
(15618, 1869, 'Anatoliy fast store', 705, 19, 17, 65.92, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:04'),
(15619, 1869, 'Anatoliy fast store', 4056, 18, 17, 103.41, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(15620, 1869, 'Anatoliy fast store', 2237, 2, 17, 36.05, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:04'),
(15621, 1869, 'Anatoliy fast store', 657, 19, 17, 40.56, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15622, 1869, 'Anatoliy fast store', 759, 19, 17, 54.99, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15623, 1869, 'Anatoliy fast store', 4303, 5, 17, 713.99, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15624, 1869, 'Anatoliy fast store', 4855, 17, 17, 345.78, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15625, 1869, 'Anatoliy fast store', 3219, 5, 17, 3054.90, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15626, 1869, 'Anatoliy fast store', 5797, 13, 17, 20.79, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15627, 1869, 'Anatoliy fast store', 4494, 16, 17, 42.80, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15628, 1869, 'Anatoliy fast store', 789, 10, 17, 10.50, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15629, 1869, 'Anatoliy fast store', 3457, 14, 17, 942.76, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15630, 1869, 'Anatoliy fast store', 5437, 12, 17, 16.64, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15631, 1869, 'Anatoliy fast store', 3487, 10, 17, 15.29, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15632, 1869, 'Anatoliy fast store', 5204, 14, 17, 29.40, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15633, 1869, 'Anatoliy fast store', 1744, 19, 17, 87.13, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15634, 1869, 'Anatoliy fast store', 4639, 5, 17, 26.30, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15635, 1869, 'Anatoliy fast store', 2944, 13, 17, 18.10, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15636, 1869, 'Anatoliy fast store', 4951, 14, 17, 9.45, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15637, 1869, 'Anatoliy fast store', 1686, 18, 17, 605.85, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15638, 1869, 'Anatoliy fast store', 6028, 15, 17, 2.28, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15639, 1869, 'Anatoliy fast store', 2526, 14, 17, 786.45, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15640, 1869, 'Anatoliy fast store', 4763, 14, 17, 71.39, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15641, 1869, 'Anatoliy fast store', 161, 14, 17, 31.92, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15642, 1869, 'Anatoliy fast store', 204, 2, 17, 334.75, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15643, 1869, 'Anatoliy fast store', 1246, 18, 17, 60.60, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15644, 1869, 'Anatoliy fast store', 3715, 19, 17, 23.31, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15645, 1869, 'Anatoliy fast store', 4296, 5, 17, 128.51, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15646, 1869, 'Anatoliy fast store', 1915, 19, 17, 73.33, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15647, 1869, 'Anatoliy fast store', 2182, 19, 17, 62.40, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15648, 1869, 'Anatoliy fast store', 1091, 19, 17, 254.51, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15649, 1869, 'Anatoliy fast store', 266, 18, 17, 17.08, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15650, 1869, 'Anatoliy fast store', 3730, 13, 17, 7.03, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15651, 1869, 'Anatoliy fast store', 1096, 4, 17, 7.97, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15652, 1869, 'Anatoliy fast store', 2153, 2, 17, 279.48, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15653, 1869, 'Anatoliy fast store', 1163, 18, 17, 18.71, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15654, 1869, 'Anatoliy fast store', 3919, 16, 17, 72.41, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15655, 1869, 'Anatoliy fast store', 543, 18, 17, 40.95, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15656, 1869, 'Anatoliy fast store', 3323, 5, 17, 62.88, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15657, 1869, 'Anatoliy fast store', 3674, 14, 17, 9.53, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15658, 1869, 'Anatoliy fast store', 5687, 15, 17, 35.70, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15659, 1869, 'Anatoliy fast store', 3250, 7, 17, 34.27, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15660, 1869, 'Anatoliy fast store', 3373, 7, 17, 11.10, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15661, 1869, 'Anatoliy fast store', 734, 19, 17, 0.22, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15662, 1869, 'Anatoliy fast store', 1585, 13, 17, 1.59, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15663, 1869, 'Anatoliy fast store', 1662, 19, 17, 0.91, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15664, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.20, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15665, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.21, 1, 1, 'ai_bid', '2024-06-08 03:04:08', '2024-06-08 03:04:08', '2024-06-09 03:05:05'),
(15666, 1866, 'Tetyana store', 3192, 4, 16, 136.54, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15667, 1866, 'Tetyana store', 2025, 19, 16, 42.40, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15668, 1866, 'Tetyana store', 1353, 15, 16, 2.22, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15669, 1866, 'Tetyana store', 5175, 16, 16, 62.59, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15670, 1866, 'Tetyana store', 5466, 7, 16, 22.04, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15671, 1866, 'Tetyana store', 1880, 12, 16, 124.34, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15672, 1866, 'Tetyana store', 4217, 5, 16, 6.46, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15673, 1866, 'Tetyana store', 5901, 13, 16, 41.50, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15674, 1866, 'Tetyana store', 3835, 16, 16, 3.95, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15675, 1866, 'Tetyana store', 3603, 12, 16, 122.40, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15676, 1866, 'Tetyana store', 1543, 19, 16, 1751.00, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15677, 1866, 'Tetyana store', 5928, 13, 16, 4.87, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15678, 1866, 'Tetyana store', 3943, 16, 16, 1662.96, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15679, 1866, 'Tetyana store', 5438, 16, 16, 17.39, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15680, 1866, 'Tetyana store', 1859, 18, 16, 3.78, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15681, 1866, 'Tetyana store', 1739, 19, 16, 119.48, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15682, 1866, 'Tetyana store', 2804, 14, 16, 31.19, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15683, 1866, 'Tetyana store', 5481, 17, 16, 169.60, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15684, 1866, 'Tetyana store', 368, 2, 16, 12.53, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15685, 1866, 'Tetyana store', 5453, 12, 16, 258.06, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15686, 1866, 'Tetyana store', 5285, 14, 16, 306.87, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15687, 1866, 'Tetyana store', 4613, 14, 16, 371.67, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15688, 1866, 'Tetyana store', 1789, 1, 16, 46.20, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15689, 1866, 'Tetyana store', 2491, 19, 16, 162.60, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15690, 1866, 'Tetyana store', 1674, 18, 16, 1512.98, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15691, 1866, 'Tetyana store', 4365, 18, 16, 6084.40, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15692, 1866, 'Tetyana store', 2558, 10, 16, 45.57, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15693, 1866, 'Tetyana store', 2789, 10, 16, 40.37, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15694, 1866, 'Tetyana store', 5201, 14, 16, 23.23, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15695, 1866, 'Tetyana store', 3881, 15, 16, 210.00, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15696, 1866, 'Tetyana store', 1925, 18, 16, 119.70, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15697, 1866, 'Tetyana store', 3937, 16, 16, 58.70, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15698, 1866, 'Tetyana store', 2533, 14, 16, 229.95, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15699, 1866, 'Tetyana store', 3874, 15, 16, 618.00, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15700, 1866, 'Tetyana store', 5114, 13, 16, 122.20, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15701, 1866, 'Tetyana store', 2838, 13, 16, 31.19, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15702, 1866, 'Tetyana store', 4503, 16, 16, 263.65, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15703, 1866, 'Tetyana store', 4276, 18, 16, 10.50, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15704, 1866, 'Tetyana store', 5899, 17, 16, 2.05, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15705, 1866, 'Tetyana store', 5905, 17, 16, 2.60, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15706, 1866, 'Tetyana store', 1827, 19, 16, 0.13, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15707, 1866, 'Tetyana store', 4668, 12, 16, 1.48, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15708, 1866, 'Tetyana store', 1811, 5, 16, 0.21, 1, 1, 'ai_bid', '2024-06-08 04:07:06', '2024-06-08 04:07:06', '2024-06-09 04:08:03'),
(15709, 1871, 'Almeida', 5743, 16, 7, 10.49, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15710, 1871, 'Almeida', 538, 18, 7, 351.73, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15711, 1871, 'Almeida', 2345, 19, 7, 918.00, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15712, 1871, 'Almeida', 2195, 19, 7, 79.50, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15713, 1871, 'Almeida', 3913, 16, 7, 187.60, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15714, 1871, 'Almeida', 3231, 5, 7, 68.78, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15715, 1871, 'Almeida', 5062, 16, 7, 23.10, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15716, 1871, 'Almeida', 5089, 14, 7, 40.39, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15717, 1871, 'Almeida', 931, 5, 7, 53.43, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15718, 1871, 'Almeida', 2415, 16, 7, 11.44, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15719, 1871, 'Almeida', 5349, 13, 7, 267.80, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15720, 1871, 'Almeida', 549, 7, 7, 10.10, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15721, 1871, 'Almeida', 5443, 16, 7, 23.68, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15722, 1871, 'Almeida', 5750, 15, 7, 8.66, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15723, 1871, 'Almeida', 846, 13, 7, 292.97, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15724, 1871, 'Almeida', 422, 17, 7, 51.94, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15725, 1871, 'Almeida', 1493, 15, 7, 590.85, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15726, 1871, 'Almeida', 2111, 19, 7, 1326.00, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15727, 1871, 'Almeida', 1201, 10, 7, 21.62, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15728, 1871, 'Almeida', 3636, 12, 7, 203.25, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15729, 1871, 'Almeida', 3863, 11, 7, 21.20, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15730, 1871, 'Almeida', 4849, 12, 7, 97.27, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15731, 1871, 'Almeida', 658, 2, 7, 15.75, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15732, 1871, 'Almeida', 2139, 17, 7, 54.06, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15733, 1871, 'Almeida', 5406, 17, 7, 56.15, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15734, 1871, 'Almeida', 5124, 16, 7, 430.48, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15735, 1871, 'Almeida', 4888, 1, 7, 104.03, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15736, 1871, 'Almeida', 1933, 18, 7, 33.57, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15737, 1871, 'Almeida', 28, 2, 7, 15.75, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:05'),
(15738, 1871, 'Almeida', 1020, 5, 7, 6.20, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15739, 1871, 'Almeida', 114, 2, 7, 169.60, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15740, 1871, 'Almeida', 4502, 16, 7, 936.00, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15741, 1871, 'Almeida', 3478, 14, 7, 109.16, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15742, 1871, 'Almeida', 1253, 10, 7, 30.79, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15743, 1871, 'Almeida', 1868, 16, 7, 41.16, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15744, 1871, 'Almeida', 5590, 1, 7, 55.54, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15745, 1871, 'Almeida', 301, 18, 7, 8.85, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15746, 1871, 'Almeida', 3340, 15, 7, 148.40, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15747, 1871, 'Almeida', 952, 5, 7, 5.25, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15748, 1871, 'Almeida', 5537, 10, 7, 59.28, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15749, 1871, 'Almeida', 17, 2, 7, 23.32, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15750, 1871, 'Almeida', 2179, 19, 7, 53.33, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15751, 1871, 'Almeida', 1128, 19, 7, 376.95, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15752, 1871, 'Almeida', 64, 2, 7, 8.40, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15753, 1871, 'Almeida', 2830, 12, 7, 21.41, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15754, 1871, 'Almeida', 2824, 14, 7, 6843.90, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15755, 1871, 'Almeida', 3927, 11, 7, 37.79, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15756, 1871, 'Almeida', 5438, 16, 7, 17.39, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15757, 1871, 'Almeida', 3455, 11, 7, 5.35, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15758, 1871, 'Almeida', 1084, 4, 7, 10.49, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15759, 1871, 'Almeida', 1424, 15, 7, 19.77, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15760, 1871, 'Almeida', 1448, 14, 7, 10.29, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15761, 1871, 'Almeida', 5603, 15, 7, 21.37, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15762, 1871, 'Almeida', 2503, 7, 7, 291.09, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15763, 1871, 'Almeida', 5513, 10, 7, 82.61, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15764, 1871, 'Almeida', 493, 7, 7, 56.74, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15765, 1871, 'Almeida', 1681, 19, 7, 16.93, 1, 1, 'ai_bid', '2024-06-08 05:29:04', '2024-06-08 05:29:04', '2024-06-09 05:30:06'),
(15766, 1871, 'Almeida', 1312, 19, 7, 7.48, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15767, 1871, 'Almeida', 2336, 18, 7, 45.90, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15768, 1871, 'Almeida', 4202, 5, 7, 4.84, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15769, 1871, 'Almeida', 2151, 18, 7, 52.93, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15770, 1871, 'Almeida', 1204, 18, 7, 34.55, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15771, 1871, 'Almeida', 5660, 10, 7, 1299.55, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15772, 1871, 'Almeida', 1671, 14, 7, 84.79, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15773, 1871, 'Almeida', 443, 16, 7, 179.12, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15774, 1871, 'Almeida', 1958, 5, 7, 11.85, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15775, 1871, 'Almeida', 2274, 12, 7, 30.29, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15776, 1871, 'Almeida', 2166, 19, 7, 37.80, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15777, 1871, 'Almeida', 3413, 7, 7, 310.02, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15778, 1871, 'Almeida', 4357, 18, 7, 9914.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15779, 1871, 'Almeida', 1455, 15, 7, 28.17, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15780, 1871, 'Almeida', 4698, 12, 7, 21.56, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15781, 1871, 'Almeida', 2150, 19, 7, 306.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15782, 1871, 'Almeida', 5734, 10, 7, 26.51, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15783, 1871, 'Almeida', 2190, 12, 7, 7.20, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15784, 1871, 'Almeida', 1502, 19, 7, 12480.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15785, 1871, 'Almeida', 3633, 12, 7, 26.52, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15786, 1871, 'Almeida', 2957, 18, 7, 1144.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15787, 1871, 'Almeida', 4378, 14, 7, 207.02, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15788, 1871, 'Almeida', 4540, 14, 7, 42.42, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15789, 1871, 'Almeida', 609, 19, 7, 2835.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15790, 1871, 'Almeida', 5621, 15, 7, 159.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:06'),
(15791, 1871, 'Almeida', 4162, 18, 7, 39.38, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15792, 1871, 'Almeida', 1258, 18, 7, 303.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15793, 1871, 'Almeida', 3760, 7, 7, 37.26, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15794, 1871, 'Almeida', 2964, 14, 7, 824.00, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15795, 1871, 'Almeida', 5560, 10, 7, 64.04, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15796, 1871, 'Almeida', 1160, 14, 7, 4.64, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15797, 1871, 'Almeida', 5133, 16, 7, 76.03, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15798, 1871, 'Almeida', 2152, 19, 7, 73.50, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15799, 1871, 'Almeida', 2511, 16, 7, 113.11, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15800, 1871, 'Almeida', 5005, 11, 7, 35.69, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15801, 1871, 'Almeida', 1067, 1, 7, 187.81, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15802, 1871, 'Almeida', 6041, 11, 7, 102.70, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15803, 1871, 'Almeida', 4715, 12, 7, 5.93, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15804, 1871, 'Almeida', 1790, 19, 7, 26.50, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15805, 1871, 'Almeida', 395, 2, 7, 15.15, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15806, 1871, 'Almeida', 4342, 18, 7, 208.04, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15807, 1871, 'Almeida', 5999, 11, 7, 242.40, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15808, 1871, 'Almeida', 2149, 2, 7, 126.88, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15809, 1871, 'Almeida', 5232, 13, 7, 9.53, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15810, 1871, 'Almeida', 5312, 14, 7, 61.60, 1, 1, 'ai_bid', '2024-06-08 05:29:05', '2024-06-08 05:29:05', '2024-06-09 05:30:07'),
(15811, 1871, 'Almeida', 692, 10, 7, 8.08, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15812, 1871, 'Almeida', 2197, 17, 7, 11.21, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15813, 1871, 'Almeida', 4636, 15, 7, 22.25, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15814, 1871, 'Almeida', 3500, 10, 7, 367.50, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15815, 1871, 'Almeida', 2877, 13, 7, 207.99, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15816, 1871, 'Almeida', 4919, 13, 7, 35.70, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15817, 1871, 'Almeida', 1721, 19, 7, 1529.55, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15818, 1871, 'Almeida', 38, 2, 7, 14.84, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15819, 1871, 'Almeida', 1674, 18, 7, 1557.92, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15820, 1871, 'Almeida', 141, 18, 7, 6.36, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15821, 1871, 'Almeida', 5444, 12, 7, 3.70, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15822, 1871, 'Almeida', 2630, 18, 7, 47.85, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15823, 1871, 'Almeida', 4360, 16, 7, 868.14, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15824, 1871, 'Almeida', 5834, 11, 7, 45.44, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15825, 1871, 'Almeida', 1507, 10, 7, 3.70, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15826, 1871, 'Almeida', 3177, 4, 7, 52.01, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15827, 1871, 'Almeida', 5052, 14, 7, 8.85, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15828, 1871, 'Almeida', 575, 18, 7, 943.34, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15829, 1871, 'Almeida', 2681, 14, 7, 86.62, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15830, 1871, 'Almeida', 330, 12, 7, 65.45, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15831, 1871, 'Almeida', 5828, 17, 7, 309.00, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15832, 1871, 'Almeida', 719, 18, 7, 18.15, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15833, 1871, 'Almeida', 3113, 18, 7, 66.56, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15834, 1871, 'Almeida', 4318, 16, 7, 133.12, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15835, 1871, 'Almeida', 4314, 15, 7, 4.99, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15836, 1871, 'Almeida', 5640, 10, 7, 8.07, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15837, 1871, 'Almeida', 439, 17, 7, 67.26, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15838, 1871, 'Almeida', 1009, 5, 7, 9.27, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15839, 1871, 'Almeida', 842, 19, 7, 18.27, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15840, 1871, 'Almeida', 5130, 16, 7, 32.64, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15841, 1871, 'Almeida', 5303, 14, 7, 173.40, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15842, 1871, 'Almeida', 3373, 7, 7, 11.54, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15843, 1871, 'Almeida', 1640, 19, 7, 1.02, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15844, 1871, 'Almeida', 963, 5, 7, 2.02, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15845, 1871, 'Almeida', 5953, 17, 7, 10.20, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15846, 1871, 'Almeida', 814, 18, 7, 117.51, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15847, 1871, 'Almeida', 3265, 7, 7, 7.29, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15848, 1871, 'Almeida', 2077, 5, 7, 5.15, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15849, 1871, 'Almeida', 3282, 16, 7, 21.41, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15850, 1871, 'Almeida', 4982, 13, 7, 85.85, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15851, 1871, 'Almeida', 3688, 18, 7, 57.09, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15852, 1871, 'Almeida', 4871, 17, 7, 74.19, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15853, 1871, 'Almeida', 4321, 15, 7, 125.99, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15854, 1871, 'Almeida', 6028, 15, 7, 2.21, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15855, 1871, 'Almeida', 1235, 19, 7, 12.25, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15856, 1871, 'Almeida', 4219, 5, 7, 1.30, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15857, 1871, 'Almeida', 5929, 13, 7, 3.86, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15858, 1871, 'Almeida', 734, 19, 7, 0.23, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15859, 1870, 'Liliana', 5743, 16, 8, 10.59, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15860, 1870, 'Liliana', 538, 18, 8, 341.77, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15861, 1870, 'Liliana', 2345, 19, 8, 909.00, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:07'),
(15862, 1870, 'Liliana', 2195, 19, 8, 79.50, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15863, 1870, 'Liliana', 3913, 16, 8, 182.18, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15864, 1870, 'Liliana', 3231, 5, 8, 66.84, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15865, 1870, 'Liliana', 5062, 16, 8, 22.88, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15866, 1870, 'Liliana', 5089, 14, 8, 40.39, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15867, 1870, 'Liliana', 931, 5, 8, 52.93, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15868, 1870, 'Liliana', 2415, 16, 8, 11.22, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15869, 1870, 'Liliana', 5349, 13, 8, 273.00, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15870, 1870, 'Liliana', 549, 7, 8, 10.50, 1, 1, 'ai_bid', '2024-06-08 05:29:06', '2024-06-08 05:29:06', '2024-06-09 05:30:08'),
(15871, 1870, 'Liliana', 5443, 16, 8, 23.45, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15872, 1870, 'Liliana', 5750, 15, 8, 8.74, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15873, 1870, 'Liliana', 846, 13, 8, 298.77, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15874, 1870, 'Liliana', 422, 17, 8, 51.45, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15875, 1870, 'Liliana', 1493, 15, 8, 602.55, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15876, 1870, 'Liliana', 2111, 19, 8, 1313.00, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15877, 1870, 'Liliana', 1201, 10, 8, 22.04, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15878, 1870, 'Liliana', 3636, 12, 8, 195.51, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15879, 1870, 'Liliana', 3863, 11, 8, 20.58, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15880, 1870, 'Liliana', 4849, 12, 8, 99.17, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15881, 1870, 'Liliana', 658, 2, 8, 15.75, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15882, 1870, 'Liliana', 2139, 17, 8, 53.04, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15883, 1870, 'Liliana', 5406, 17, 8, 56.70, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15884, 1870, 'Liliana', 5124, 16, 8, 422.28, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15885, 1870, 'Liliana', 4888, 1, 8, 103.03, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15886, 1870, 'Liliana', 1933, 18, 8, 34.57, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15887, 1870, 'Liliana', 28, 2, 8, 15.45, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15888, 1870, 'Liliana', 1020, 5, 8, 6.32, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15889, 1870, 'Liliana', 114, 2, 8, 166.40, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15890, 1870, 'Liliana', 4502, 16, 8, 945.00, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15891, 1870, 'Liliana', 3478, 14, 8, 110.23, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15892, 1870, 'Liliana', 1253, 10, 8, 30.79, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15893, 1870, 'Liliana', 1868, 16, 8, 42.79, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15894, 1870, 'Liliana', 5590, 1, 8, 57.74, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15895, 1870, 'Liliana', 301, 18, 8, 9.29, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15896, 1870, 'Liliana', 3340, 15, 8, 147.00, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15897, 1870, 'Liliana', 952, 5, 8, 5.51, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15898, 1870, 'Liliana', 5537, 10, 8, 58.14, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15899, 1870, 'Liliana', 17, 2, 8, 23.32, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15900, 1870, 'Liliana', 2179, 19, 8, 53.33, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15901, 1870, 'Liliana', 1128, 19, 8, 380.54, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15902, 1870, 'Liliana', 64, 2, 8, 8.40, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15903, 1870, 'Liliana', 2830, 12, 8, 21.41, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15904, 1870, 'Liliana', 2824, 14, 8, 6648.36, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15905, 1870, 'Liliana', 3927, 11, 8, 37.07, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15906, 1870, 'Liliana', 5438, 16, 8, 17.56, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15907, 1870, 'Liliana', 3455, 11, 8, 5.19, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15908, 1870, 'Liliana', 1084, 4, 8, 10.09, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15909, 1870, 'Liliana', 1424, 15, 8, 20.74, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15910, 1870, 'Liliana', 1448, 14, 8, 10.59, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15911, 1870, 'Liliana', 5603, 15, 8, 21.58, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15912, 1870, 'Liliana', 2503, 7, 8, 293.94, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15913, 1870, 'Liliana', 5513, 10, 8, 85.04, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15914, 1870, 'Liliana', 493, 7, 8, 56.74, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15915, 1870, 'Liliana', 1681, 19, 8, 17.60, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15916, 1870, 'Liliana', 1312, 19, 8, 7.20, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15917, 1870, 'Liliana', 2336, 18, 8, 45.90, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15918, 1870, 'Liliana', 4202, 5, 8, 5.08, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15919, 1870, 'Liliana', 2151, 18, 8, 52.42, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15920, 1870, 'Liliana', 1204, 18, 8, 35.58, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15921, 1870, 'Liliana', 1671, 14, 8, 81.59, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15922, 1870, 'Liliana', 443, 16, 8, 177.37, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15923, 1870, 'Liliana', 1958, 5, 8, 12.19, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15924, 1870, 'Liliana', 2274, 12, 8, 30.89, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15925, 1870, 'Liliana', 2166, 19, 8, 37.80, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15926, 1870, 'Liliana', 3413, 7, 8, 307.01, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15927, 1870, 'Liliana', 1455, 15, 8, 28.17, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15928, 1870, 'Liliana', 2190, 12, 8, 7.27, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15929, 1870, 'Liliana', 5444, 12, 8, 3.63, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15930, 1870, 'Liliana', 1827, 19, 8, 0.13, 1, 1, 'ai_bid', '2024-06-08 05:29:07', '2024-06-08 05:29:07', '2024-06-09 05:30:08'),
(15931, 1866, 'Tetyana store', 4904, 11, 6, 24.84, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15932, 1866, 'Tetyana store', 1334, 19, 6, 5.76, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15933, 1866, 'Tetyana store', 3682, 18, 6, 4.41, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15934, 1866, 'Tetyana store', 1432, 15, 6, 8.31, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15935, 1866, 'Tetyana store', 1799, 2, 6, 10.40, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15936, 1866, 'Tetyana store', 5272, 13, 6, 5.92, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15937, 1866, 'Tetyana store', 1894, 19, 6, 0.21, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15938, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15939, 1866, 'Tetyana store', 1829, 5, 6, 0.79, 1, 1, 'ai_bid', '2024-06-08 05:30:06', '2024-06-08 05:30:06', '2024-06-09 05:31:03'),
(15940, 1873, 'Gustavo', 1661, 17, 9, 14.30, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15941, 1873, 'Gustavo', 446, 16, 9, 156.40, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15942, 1873, 'Gustavo', 3275, 7, 9, 40.16, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15943, 1873, 'Gustavo', 1077, 19, 9, 165.36, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15944, 1873, 'Gustavo', 5209, 16, 9, 96.45, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15945, 1873, 'Gustavo', 1380, 19, 9, 15568.80, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15946, 1873, 'Gustavo', 5338, 14, 9, 2040.00, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15947, 1873, 'Gustavo', 5574, 10, 9, 143.24, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15948, 1873, 'Gustavo', 2124, 19, 9, 630.00, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15949, 1873, 'Gustavo', 4899, 11, 9, 20.59, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15950, 1873, 'Gustavo', 912, 13, 9, 31.50, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15951, 1873, 'Gustavo', 5146, 13, 9, 1690.69, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15952, 1873, 'Gustavo', 5932, 17, 9, 21.18, 1, 1, 'ai_bid', '2024-06-08 05:44:04', '2024-06-08 05:44:04', '2024-06-09 05:45:04'),
(15953, 1873, 'Gustavo', 939, 17, 9, 41.40, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15954, 1873, 'Gustavo', 1826, 19, 9, 102.26, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15955, 1873, 'Gustavo', 755, 19, 9, 33.98, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15956, 1873, 'Gustavo', 5375, 14, 9, 38.22, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15957, 1873, 'Gustavo', 3959, 5, 9, 52.50, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15958, 1873, 'Gustavo', 4511, 16, 9, 2.05, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15959, 1873, 'Gustavo', 4397, 15, 9, 31.79, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15960, 1873, 'Gustavo', 5739, 16, 9, 11.10, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15961, 1873, 'Gustavo', 6122, 11, 9, 28.55, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15962, 1873, 'Gustavo', 5607, 16, 9, 10.09, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15963, 1873, 'Gustavo', 5119, 13, 9, 64.04, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15964, 1873, 'Gustavo', 3892, 2, 9, 101.97, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15965, 1873, 'Gustavo', 1185, 14, 9, 72.09, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15966, 1873, 'Gustavo', 726, 19, 9, 99.95, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15967, 1873, 'Gustavo', 4664, 12, 9, 10.72, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15968, 1873, 'Gustavo', 2742, 18, 9, 159.60, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15969, 1873, 'Gustavo', 4298, 16, 9, 51.96, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15970, 1873, 'Gustavo', 1468, 15, 9, 20.18, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15971, 1873, 'Gustavo', 1643, 19, 9, 15.15, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15972, 1873, 'Gustavo', 2869, 14, 9, 25.19, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15973, 1873, 'Gustavo', 735, 19, 9, 2.24, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15974, 1873, 'Gustavo', 1701, 5, 9, 6.76, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15975, 1873, 'Gustavo', 1069, 19, 9, 21.19, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15976, 1873, 'Gustavo', 4730, 12, 9, 15.63, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15977, 1873, 'Gustavo', 2887, 19, 9, 4.59, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15978, 1873, 'Gustavo', 1731, 5, 9, 2.02, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15979, 1873, 'Gustavo', 1827, 19, 9, 0.12, 1, 1, 'ai_bid', '2024-06-08 05:44:05', '2024-06-08 05:44:05', '2024-06-09 05:45:04'),
(15980, 1866, 'Tetyana store', 2251, 13, 11, 49.09, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15981, 1866, 'Tetyana store', 3663, 13, 11, 13.38, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15982, 1866, 'Tetyana store', 4324, 16, 11, 25.25, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15983, 1866, 'Tetyana store', 5985, 17, 11, 26.40, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15984, 1866, 'Tetyana store', 2167, 19, 11, 228.90, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15985, 1866, 'Tetyana store', 2818, 17, 11, 17.16, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15986, 1866, 'Tetyana store', 3690, 14, 11, 7.68, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15987, 1866, 'Tetyana store', 1612, 14, 11, 42.76, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15988, 1866, 'Tetyana store', 5385, 17, 11, 159.60, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15989, 1866, 'Tetyana store', 694, 17, 11, 151.20, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15990, 1866, 'Tetyana store', 5029, 11, 11, 66.77, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15991, 1866, 'Tetyana store', 5444, 12, 11, 3.70, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15992, 1866, 'Tetyana store', 4206, 18, 11, 20.60, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15993, 1866, 'Tetyana store', 2194, 19, 11, 9.54, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15994, 1866, 'Tetyana store', 937, 5, 11, 4.24, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15995, 1866, 'Tetyana store', 5003, 14, 11, 11.21, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15996, 1866, 'Tetyana store', 4939, 14, 11, 51.94, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15997, 1866, 'Tetyana store', 691, 5, 11, 6.36, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(15998, 1866, 'Tetyana store', 506, 18, 11, 54.66, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(15999, 1866, 'Tetyana store', 2936, 10, 11, 2180.59, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16000, 1866, 'Tetyana store', 3995, 12, 11, 4444.00, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16001, 1866, 'Tetyana store', 104, 2, 11, 33.69, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16002, 1866, 'Tetyana store', 223, 5, 11, 382.12, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16003, 1866, 'Tetyana store', 4832, 17, 11, 16.61, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16004, 1866, 'Tetyana store', 3342, 7, 11, 16.63, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16005, 1866, 'Tetyana store', 485, 19, 11, 3770.00, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16006, 1866, 'Tetyana store', 4409, 14, 11, 628.17, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16007, 1866, 'Tetyana store', 3191, 4, 11, 31.49, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16008, 1866, 'Tetyana store', 5876, 15, 11, 71.01, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16009, 1866, 'Tetyana store', 2165, 19, 11, 37.44, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16010, 1866, 'Tetyana store', 1319, 2, 11, 945.00, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16011, 1866, 'Tetyana store', 3793, 13, 11, 846.94, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16012, 1866, 'Tetyana store', 528, 17, 11, 15.90, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16013, 1866, 'Tetyana store', 778, 14, 11, 35.74, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16014, 1866, 'Tetyana store', 5635, 10, 11, 5.40, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16015, 1866, 'Tetyana store', 5007, 11, 11, 6.75, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16016, 1866, 'Tetyana store', 1165, 18, 11, 63.43, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16017, 1866, 'Tetyana store', 4950, 11, 11, 1023.75, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16018, 1866, 'Tetyana store', 2110, 19, 11, 27.04, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16019, 1866, 'Tetyana store', 2358, 16, 11, 26.05, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16020, 1866, 'Tetyana store', 3752, 7, 11, 62.29, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16021, 1866, 'Tetyana store', 4840, 12, 11, 72.17, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16022, 1866, 'Tetyana store', 997, 1, 11, 118.08, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16023, 1866, 'Tetyana store', 6161, 11, 11, 42.28, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16024, 1866, 'Tetyana store', 713, 19, 11, 35.20, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16025, 1866, 'Tetyana store', 5257, 16, 11, 35.83, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16026, 1866, 'Tetyana store', 2063, 13, 11, 5.03, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16027, 1866, 'Tetyana store', 909, 5, 11, 31.80, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16028, 1866, 'Tetyana store', 4471, 15, 11, 1515.79, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16029, 1866, 'Tetyana store', 3105, 2, 11, 187.20, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16030, 1866, 'Tetyana store', 1351, 2, 11, 216.30, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16031, 1866, 'Tetyana store', 1303, 2, 11, 90.48, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16032, 1866, 'Tetyana store', 3141, 4, 11, 35.73, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16033, 1866, 'Tetyana store', 3582, 12, 11, 4.24, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:03'),
(16034, 1866, 'Tetyana store', 1419, 5, 11, 40.40, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16035, 1866, 'Tetyana store', 5924, 13, 11, 6.99, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16036, 1866, 'Tetyana store', 5681, 10, 11, 51.93, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16037, 1866, 'Tetyana store', 3330, 7, 11, 21.62, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16038, 1866, 'Tetyana store', 5631, 15, 11, 41.60, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16039, 1866, 'Tetyana store', 2834, 13, 11, 15.43, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16040, 1866, 'Tetyana store', 4794, 1, 11, 20.13, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16041, 1866, 'Tetyana store', 4065, 18, 11, 25.81, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16042, 1866, 'Tetyana store', 4101, 18, 11, 31.79, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16043, 1866, 'Tetyana store', 5560, 10, 11, 64.65, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16044, 1866, 'Tetyana store', 4305, 15, 11, 4.24, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16045, 1866, 'Tetyana store', 1388, 15, 11, 28.05, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16046, 1866, 'Tetyana store', 2463, 19, 11, 3.03, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16047, 1866, 'Tetyana store', 1194, 14, 11, 11.65, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16048, 1866, 'Tetyana store', 1127, 19, 11, 55.88, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16049, 1866, 'Tetyana store', 3143, 18, 11, 37.10, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16050, 1866, 'Tetyana store', 6159, 11, 11, 31.71, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16051, 1866, 'Tetyana store', 812, 18, 11, 38.37, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16052, 1866, 'Tetyana store', 25, 2, 11, 8.32, 1, 1, 'ai_bid', '2024-06-08 05:57:07', '2024-06-08 05:57:07', '2024-06-09 05:58:04'),
(16053, 1866, 'Tetyana store', 3327, 7, 11, 2.49, 1, 1, 'ai_bid', '2024-06-08 05:57:08', '2024-06-08 05:57:08', '2024-06-09 05:58:04'),
(16054, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-06-08 05:57:08', '2024-06-08 05:57:08', '2024-06-09 05:58:04'),
(16055, 1867, 'Omevoric enterprises', 1933, 18, 12, 33.57, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:05'),
(16056, 1867, 'Omevoric enterprises', 4241, 18, 12, 63.86, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:05'),
(16057, 1867, 'Omevoric enterprises', 2776, 14, 12, 4083.07, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:05'),
(16058, 1867, 'Omevoric enterprises', 3714, 18, 12, 249.44, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:05'),
(16059, 1867, 'Omevoric enterprises', 402, 18, 12, 9.17, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:05'),
(16060, 1867, 'Omevoric enterprises', 5017, 13, 12, 103.01, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16061, 1867, 'Omevoric enterprises', 1959, 5, 12, 20.80, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16062, 1867, 'Omevoric enterprises', 5336, 13, 12, 3030.00, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16063, 1867, 'Omevoric enterprises', 1702, 18, 12, 31.75, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16064, 1867, 'Omevoric enterprises', 6030, 11, 12, 20.80, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16065, 1867, 'Omevoric enterprises', 5348, 14, 12, 208.93, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16066, 1867, 'Omevoric enterprises', 2083, 14, 12, 25.99, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16067, 1867, 'Omevoric enterprises', 4605, 16, 12, 17.55, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16068, 1867, 'Omevoric enterprises', 610, 19, 12, 1867.49, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16069, 1867, 'Omevoric enterprises', 1269, 19, 12, 113.30, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16070, 1867, 'Omevoric enterprises', 5152, 13, 12, 6890.00, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16071, 1867, 'Omevoric enterprises', 3369, 15, 12, 334.75, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16072, 1867, 'Omevoric enterprises', 3123, 18, 12, 112.27, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16073, 1867, 'Omevoric enterprises', 2405, 19, 12, 152.25, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16074, 1867, 'Omevoric enterprises', 2712, 14, 12, 22.44, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16075, 1867, 'Omevoric enterprises', 4982, 13, 12, 89.25, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16076, 1867, 'Omevoric enterprises', 6007, 14, 12, 3120.00, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16077, 1867, 'Omevoric enterprises', 1042, 19, 12, 18.18, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16078, 1867, 'Omevoric enterprises', 4624, 5, 12, 23.09, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16079, 1867, 'Omevoric enterprises', 4791, 12, 12, 549.43, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16080, 1867, 'Omevoric enterprises', 2073, 4, 12, 2.58, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16081, 1867, 'Omevoric enterprises', 4214, 14, 12, 21.70, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16082, 1867, 'Omevoric enterprises', 4667, 12, 12, 12.78, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16083, 1867, 'Omevoric enterprises', 705, 19, 12, 65.28, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16084, 1867, 'Omevoric enterprises', 4341, 15, 12, 5.04, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16085, 1867, 'Omevoric enterprises', 3276, 5, 12, 208.00, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16086, 1867, 'Omevoric enterprises', 5083, 16, 12, 57.19, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16087, 1867, 'Omevoric enterprises', 3604, 12, 12, 13.09, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16088, 1867, 'Omevoric enterprises', 81, 2, 12, 4.20, 1, 1, 'ai_bid', '2024-06-08 06:09:04', '2024-06-08 06:09:04', '2024-06-09 06:09:06'),
(16089, 1867, 'Omevoric enterprises', 866, 2, 12, 63.60, 1, 1, 'ai_bid', '2024-06-08 06:09:05', '2024-06-08 06:09:05', '2024-06-09 06:09:06'),
(16090, 1868, 'Marcelo Ltd', 2565, 7, 13, 84.55, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16091, 1868, 'Marcelo Ltd', 4492, 15, 13, 41.82, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16092, 1868, 'Marcelo Ltd', 1152, 18, 13, 33.66, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16093, 1868, 'Marcelo Ltd', 532, 16, 13, 31.42, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16094, 1868, 'Marcelo Ltd', 5551, 12, 13, 211.99, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16095, 1868, 'Marcelo Ltd', 2329, 18, 13, 71.06, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16096, 1868, 'Marcelo Ltd', 1125, 16, 13, 59.75, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16097, 1868, 'Marcelo Ltd', 5740, 16, 13, 29.57, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16098, 1868, 'Marcelo Ltd', 4882, 17, 13, 18.71, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16099, 1868, 'Marcelo Ltd', 1875, 16, 13, 53.52, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16100, 1868, 'Marcelo Ltd', 6105, 11, 13, 10.59, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16101, 1868, 'Marcelo Ltd', 2752, 14, 13, 67.66, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16102, 1868, 'Marcelo Ltd', 852, 19, 13, 26.70, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16103, 1868, 'Marcelo Ltd', 5378, 1, 13, 3.16, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16104, 1868, 'Marcelo Ltd', 1859, 18, 13, 3.67, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16105, 1868, 'Marcelo Ltd', 933, 18, 13, 1122.00, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16106, 1868, 'Marcelo Ltd', 2836, 14, 13, 1069.98, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16107, 1868, 'Marcelo Ltd', 1591, 19, 13, 7.91, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16108, 1868, 'Marcelo Ltd', 2562, 17, 13, 52.40, 1, 1, 'ai_bid', '2024-06-08 06:39:04', '2024-06-08 06:39:04', '2024-06-09 06:40:04'),
(16109, 1868, 'Marcelo Ltd', 335, 18, 13, 5610.50, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16110, 1868, 'Marcelo Ltd', 2026, 4, 13, 85.55, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16111, 1868, 'Marcelo Ltd', 2413, 19, 13, 884.00, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16112, 1868, 'Marcelo Ltd', 2690, 18, 13, 737.09, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16113, 1868, 'Marcelo Ltd', 3985, 18, 13, 61.51, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16114, 1868, 'Marcelo Ltd', 935, 5, 13, 3.18, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16115, 1868, 'Marcelo Ltd', 2081, 19, 13, 775.20, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16116, 1868, 'Marcelo Ltd', 5584, 12, 13, 275.54, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16117, 1868, 'Marcelo Ltd', 52, 2, 13, 17.34, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16118, 1868, 'Marcelo Ltd', 3474, 14, 13, 94.50, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16119, 1868, 'Marcelo Ltd', 5851, 15, 13, 103.99, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16120, 1868, 'Marcelo Ltd', 5211, 16, 13, 73.50, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16121, 1868, 'Marcelo Ltd', 1596, 18, 13, 2565.40, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16122, 1868, 'Marcelo Ltd', 4387, 14, 13, 4.94, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16123, 1868, 'Marcelo Ltd', 2074, 19, 13, 5.10, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16124, 1868, 'Marcelo Ltd', 5862, 15, 13, 23.11, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16125, 1868, 'Marcelo Ltd', 2842, 15, 13, 20.39, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16126, 1868, 'Marcelo Ltd', 2758, 14, 13, 875.50, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16127, 1868, 'Marcelo Ltd', 1610, 4, 13, 81.61, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16128, 1868, 'Marcelo Ltd', 3784, 13, 13, 97.85, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16129, 1868, 'Marcelo Ltd', 233, 12, 13, 3.09, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16130, 1868, 'Marcelo Ltd', 3188, 5, 13, 12.82, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16131, 1868, 'Marcelo Ltd', 2192, 16, 13, 36.35, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16132, 1868, 'Marcelo Ltd', 862, 13, 13, 4.24, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16133, 1868, 'Marcelo Ltd', 2121, 19, 13, 4.19, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16134, 1868, 'Marcelo Ltd', 3722, 13, 13, 2.02, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16135, 1868, 'Marcelo Ltd', 1821, 19, 13, 1.03, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16136, 1868, 'Marcelo Ltd', 1844, 19, 13, 0.32, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16137, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-06-08 06:39:05', '2024-06-08 06:39:05', '2024-06-09 06:40:05'),
(16138, 1869, 'Anatoliy fast store', 2157, 16, 14, 18.73, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16139, 1869, 'Anatoliy fast store', 5175, 16, 14, 62.59, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16140, 1869, 'Anatoliy fast store', 123, 7, 14, 498.84, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16141, 1869, 'Anatoliy fast store', 2642, 14, 14, 110.07, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16142, 1869, 'Anatoliy fast store', 5343, 16, 14, 10.10, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16143, 1869, 'Anatoliy fast store', 3898, 11, 14, 7107.00, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16144, 1869, 'Anatoliy fast store', 4641, 15, 14, 9.36, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16145, 1869, 'Anatoliy fast store', 5464, 12, 14, 201.60, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16146, 1869, 'Anatoliy fast store', 4622, 15, 14, 145.60, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16147, 1869, 'Anatoliy fast store', 5879, 11, 14, 626.24, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16148, 1869, 'Anatoliy fast store', 1321, 2, 14, 28.08, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16149, 1869, 'Anatoliy fast store', 4026, 17, 14, 101.99, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16150, 1869, 'Anatoliy fast store', 2099, 17, 14, 20.68, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16151, 1869, 'Anatoliy fast store', 1326, 15, 14, 33.24, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16152, 1869, 'Anatoliy fast store', 3073, 2, 14, 116.48, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16153, 1869, 'Anatoliy fast store', 158, 16, 14, 48.45, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16154, 1869, 'Anatoliy fast store', 3847, 16, 14, 5.14, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16155, 1869, 'Anatoliy fast store', 193, 16, 14, 103.00, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16156, 1869, 'Anatoliy fast store', 755, 19, 14, 33.65, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16157, 1869, 'Anatoliy fast store', 2327, 18, 14, 460.32, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16158, 1869, 'Anatoliy fast store', 2159, 5, 14, 71.40, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16159, 1869, 'Anatoliy fast store', 1281, 18, 14, 63.60, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16160, 1869, 'Anatoliy fast store', 1350, 14, 14, 5.85, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16161, 1869, 'Anatoliy fast store', 3816, 15, 14, 36.35, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16162, 1869, 'Anatoliy fast store', 394, 18, 14, 14.40, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16163, 1869, 'Anatoliy fast store', 4196, 18, 14, 14.51, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16164, 1869, 'Anatoliy fast store', 4758, 14, 14, 104.94, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16165, 1869, 'Anatoliy fast store', 5919, 15, 14, 548.01, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16166, 1869, 'Anatoliy fast store', 2445, 19, 14, 212.00, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16167, 1869, 'Anatoliy fast store', 110, 2, 14, 190.67, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16168, 1869, 'Anatoliy fast store', 5807, 13, 14, 20.79, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16169, 1869, 'Anatoliy fast store', 5075, 16, 14, 24.09, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16170, 1869, 'Anatoliy fast store', 3406, 14, 14, 61.59, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16171, 1869, 'Anatoliy fast store', 624, 5, 14, 1.03, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16172, 1869, 'Anatoliy fast store', 5932, 17, 14, 20.97, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16173, 1869, 'Anatoliy fast store', 6161, 11, 14, 41.49, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16174, 1869, 'Anatoliy fast store', 187, 16, 14, 31.19, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16175, 1869, 'Anatoliy fast store', 5703, 15, 14, 203.00, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16176, 1869, 'Anatoliy fast store', 5864, 15, 14, 38.47, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16177, 1869, 'Anatoliy fast store', 5200, 16, 14, 148.04, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16178, 1869, 'Anatoliy fast store', 3937, 16, 14, 60.41, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16179, 1869, 'Anatoliy fast store', 976, 5, 14, 135.45, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16180, 1869, 'Anatoliy fast store', 3135, 2, 14, 307.69, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16181, 1869, 'Anatoliy fast store', 2285, 5, 14, 93.60, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16182, 1869, 'Anatoliy fast store', 4401, 18, 14, 30.60, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16183, 1869, 'Anatoliy fast store', 4237, 18, 14, 20.96, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16184, 1869, 'Anatoliy fast store', 1205, 14, 14, 145.18, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16185, 1869, 'Anatoliy fast store', 5506, 12, 14, 288.39, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16186, 1869, 'Anatoliy fast store', 6076, 11, 14, 15.45, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16187, 1869, 'Anatoliy fast store', 282, 18, 14, 281.95, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16188, 1869, 'Anatoliy fast store', 4093, 18, 14, 31.30, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16189, 1869, 'Anatoliy fast store', 5647, 15, 14, 12.72, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16190, 1869, 'Anatoliy fast store', 4578, 16, 14, 969.00, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16191, 1869, 'Anatoliy fast store', 3439, 10, 14, 12.27, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16192, 1869, 'Anatoliy fast store', 2274, 12, 14, 31.19, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16193, 1869, 'Anatoliy fast store', 2175, 19, 14, 29.12, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16194, 1869, 'Anatoliy fast store', 1632, 19, 14, 1730.40, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16195, 1869, 'Anatoliy fast store', 716, 19, 14, 1.06, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16196, 1869, 'Anatoliy fast store', 3751, 14, 14, 42.39, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16197, 1869, 'Anatoliy fast store', 5073, 14, 14, 18.89, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16198, 1869, 'Anatoliy fast store', 440, 16, 14, 82.61, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16199, 1869, 'Anatoliy fast store', 1286, 15, 14, 529.00, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16200, 1869, 'Anatoliy fast store', 4474, 15, 14, 46.41, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16201, 1869, 'Anatoliy fast store', 568, 17, 14, 15.75, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:03'),
(16202, 1869, 'Anatoliy fast store', 4857, 14, 14, 8.07, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:04'),
(16203, 1869, 'Anatoliy fast store', 128, 18, 14, 9.45, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:04'),
(16204, 1869, 'Anatoliy fast store', 5968, 17, 14, 20.97, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:04'),
(16205, 1869, 'Anatoliy fast store', 191, 4, 14, 143.81, 1, 1, 'ai_bid', '2024-06-08 07:09:05', '2024-06-08 07:09:05', '2024-06-09 07:10:04'),
(16206, 1869, 'Anatoliy fast store', 2862, 14, 14, 30.44, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16207, 1869, 'Anatoliy fast store', 420, 17, 14, 41.55, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16208, 1869, 'Anatoliy fast store', 5219, 16, 14, 408.00, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16209, 1869, 'Anatoliy fast store', 4720, 12, 14, 8.05, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16210, 1869, 'Anatoliy fast store', 2735, 18, 14, 2499.00, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16211, 1869, 'Anatoliy fast store', 5926, 11, 14, 61.49, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16212, 1869, 'Anatoliy fast store', 3936, 16, 14, 346.49, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16213, 1869, 'Anatoliy fast store', 696, 18, 14, 84.15, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16214, 1869, 'Anatoliy fast store', 3205, 17, 14, 41.79, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16215, 1869, 'Anatoliy fast store', 3190, 4, 14, 11.10, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16216, 1869, 'Anatoliy fast store', 4273, 14, 14, 9.36, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16217, 1869, 'Anatoliy fast store', 3109, 2, 14, 256.47, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16218, 1869, 'Anatoliy fast store', 958, 5, 14, 636.13, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16219, 1869, 'Anatoliy fast store', 5761, 13, 14, 2.02, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16220, 1869, 'Anatoliy fast store', 2495, 10, 14, 36.39, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16221, 1869, 'Anatoliy fast store', 3913, 16, 14, 187.60, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16222, 1869, 'Anatoliy fast store', 50, 2, 14, 14.42, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16223, 1869, 'Anatoliy fast store', 3842, 4, 14, 21.00, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16224, 1869, 'Anatoliy fast store', 307, 7, 14, 3.98, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16225, 1869, 'Anatoliy fast store', 703, 19, 14, 12.33, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16226, 1869, 'Anatoliy fast store', 351, 15, 14, 67.66, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16227, 1869, 'Anatoliy fast store', 1208, 14, 14, 3.17, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16228, 1869, 'Anatoliy fast store', 3955, 16, 14, 30.15, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16229, 1869, 'Anatoliy fast store', 2227, 19, 14, 21.73, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16230, 1869, 'Anatoliy fast store', 233, 12, 14, 3.09, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16231, 1869, 'Anatoliy fast store', 3744, 14, 14, 21.41, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16232, 1869, 'Anatoliy fast store', 3903, 16, 14, 35.59, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16233, 1869, 'Anatoliy fast store', 3310, 15, 14, 6.96, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16234, 1869, 'Anatoliy fast store', 4896, 11, 14, 21.48, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16235, 1869, 'Anatoliy fast store', 934, 17, 14, 13.11, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16236, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.21, 1, 1, 'ai_bid', '2024-06-08 07:09:06', '2024-06-08 07:09:06', '2024-06-09 07:10:04'),
(16237, 1872, 'Melisa', 3123, 18, 18, 110.09, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:03'),
(16238, 1872, 'Melisa', 5821, 17, 18, 67.67, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:03'),
(16239, 1872, 'Melisa', 2767, 14, 18, 192.61, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:03'),
(16240, 1872, 'Melisa', 1879, 19, 18, 43.43, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:03'),
(16241, 1872, 'Melisa', 5064, 13, 18, 106.04, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:03'),
(16242, 1872, 'Melisa', 4970, 13, 18, 144.23, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:03'),
(16243, 1872, 'Melisa', 5545, 10, 18, 80.58, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:03'),
(16244, 1872, 'Melisa', 4251, 5, 18, 24.37, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16245, 1872, 'Melisa', 1640, 19, 18, 1.02, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16246, 1872, 'Melisa', 1221, 14, 18, 127.84, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16247, 1872, 'Melisa', 3173, 4, 18, 208.00, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16248, 1872, 'Melisa', 1278, 19, 18, 371.00, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16249, 1872, 'Melisa', 5409, 17, 18, 29.89, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16250, 1872, 'Melisa', 4079, 18, 18, 37.36, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16251, 1872, 'Melisa', 2175, 19, 18, 28.28, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16252, 1872, 'Melisa', 2158, 17, 18, 47.25, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16253, 1872, 'Melisa', 2845, 15, 18, 30.59, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16254, 1872, 'Melisa', 6103, 11, 18, 31.97, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16255, 1872, 'Melisa', 5721, 10, 18, 10.79, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16256, 1872, 'Melisa', 4133, 5, 18, 333.30, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16257, 1872, 'Melisa', 1108, 4, 18, 7.34, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16258, 1872, 'Melisa', 4526, 16, 18, 85.25, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16259, 1872, 'Melisa', 3656, 17, 18, 30.60, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16260, 1872, 'Melisa', 1997, 4, 18, 240.38, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16261, 1872, 'Melisa', 3001, 19, 18, 85.86, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16262, 1872, 'Melisa', 4024, 17, 18, 17.84, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16263, 1872, 'Melisa', 3916, 2, 18, 624.00, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16264, 1872, 'Melisa', 2624, 14, 18, 20.59, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16265, 1872, 'Melisa', 1977, 4, 18, 255.00, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16266, 1872, 'Melisa', 4507, 16, 18, 40.89, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16267, 1872, 'Melisa', 1554, 18, 18, 14.70, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16268, 1872, 'Melisa', 5194, 16, 18, 1212.00, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16269, 1872, 'Melisa', 4528, 16, 18, 62.82, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16270, 1872, 'Melisa', 5101, 13, 18, 232.04, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16271, 1872, 'Melisa', 4241, 18, 18, 61.43, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16272, 1872, 'Melisa', 4747, 12, 18, 55.07, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16273, 1872, 'Melisa', 3432, 14, 18, 620.10, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16274, 1872, 'Melisa', 3215, 4, 18, 9.53, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16275, 1872, 'Melisa', 4242, 5, 18, 4399.26, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16276, 1872, 'Melisa', 216, 7, 18, 17.10, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16277, 1872, 'Melisa', 2873, 14, 18, 25.24, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16278, 1872, 'Melisa', 2043, 17, 18, 56.52, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16279, 1872, 'Melisa', 3325, 7, 18, 6.25, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16280, 1872, 'Melisa', 3664, 10, 18, 13.57, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16281, 1872, 'Melisa', 3675, 10, 18, 31.91, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16282, 1872, 'Melisa', 4913, 13, 18, 499.79, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16283, 1872, 'Melisa', 352, 2, 18, 21.00, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16284, 1872, 'Melisa', 4341, 15, 18, 5.29, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16285, 1872, 'Melisa', 219, 12, 18, 31.84, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16286, 1872, 'Melisa', 1195, 18, 18, 13.37, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16287, 1872, 'Melisa', 3754, 14, 18, 42.39, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16288, 1872, 'Melisa', 3639, 12, 18, 216.69, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16289, 1872, 'Melisa', 3277, 7, 18, 38.82, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16290, 1872, 'Melisa', 5579, 10, 18, 84.13, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16291, 1872, 'Melisa', 2376, 10, 18, 120.24, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16292, 1872, 'Melisa', 4158, 5, 18, 610.98, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16293, 1872, 'Melisa', 4514, 16, 18, 16.31, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16294, 1872, 'Melisa', 4816, 12, 18, 125.30, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16295, 1872, 'Melisa', 3937, 16, 18, 57.56, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:04'),
(16296, 1872, 'Melisa', 3011, 17, 18, 244.90, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16297, 1872, 'Melisa', 4110, 5, 18, 312.00, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16298, 1872, 'Melisa', 4570, 14, 18, 53.03, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16299, 1872, 'Melisa', 5759, 13, 18, 3.95, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16300, 1872, 'Melisa', 5598, 10, 18, 83.36, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16301, 1872, 'Melisa', 4847, 17, 18, 673.91, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16302, 1872, 'Melisa', 5698, 15, 18, 128.75, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16303, 1872, 'Melisa', 6175, 14, 18, 83.99, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16304, 1872, 'Melisa', 3543, 13, 18, 103.90, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16305, 1872, 'Melisa', 4843, 17, 18, 157.49, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16306, 1872, 'Melisa', 171, 16, 18, 99.99, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16307, 1872, 'Melisa', 170, 4, 18, 127.25, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16308, 1872, 'Melisa', 366, 7, 18, 2.09, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16309, 1872, 'Melisa', 3410, 10, 18, 29.58, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16310, 1872, 'Melisa', 1030, 19, 18, 26.76, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16311, 1872, 'Melisa', 910, 5, 18, 7.10, 1, 1, 'ai_bid', '2024-06-08 09:01:06', '2024-06-08 09:01:06', '2024-06-09 09:02:05'),
(16312, 1872, 'Melisa', 1328, 15, 18, 29.87, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16313, 1872, 'Melisa', 2407, 2, 18, 73.23, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16314, 1872, 'Melisa', 1363, 19, 18, 3.43, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16315, 1872, 'Melisa', 5629, 10, 18, 16.06, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16316, 1872, 'Melisa', 78, 2, 18, 74.20, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16317, 1872, 'Melisa', 3989, 18, 18, 84.82, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16318, 1872, 'Melisa', 4191, 14, 18, 5.65, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16319, 1872, 'Melisa', 1342, 10, 18, 6.05, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16320, 1872, 'Melisa', 1662, 19, 18, 0.93, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16321, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16322, 1872, 'Melisa', 756, 19, 18, 0.47, 1, 1, 'ai_bid', '2024-06-08 09:01:07', '2024-06-08 09:01:07', '2024-06-09 09:02:05'),
(16323, 1798, 'Feelyards', 3153, 2, NULL, 400.00, 1, 1, 'manual_bid', '2024-06-08 11:33:10', '2024-06-08 11:33:10', '2024-06-09 11:34:03'),
(16324, 1798, 'Feelyards', 4178, 5, NULL, 22.00, 2, 1, 'manual_bid', '2024-06-08 11:34:56', '2024-06-08 11:34:56', '2024-06-09 11:35:04'),
(16325, 1869, 'Anatoliy fast store', 4930, 12, 17, 306.10, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:04'),
(16326, 1869, 'Anatoliy fast store', 4205, 14, 17, 7.95, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16327, 1869, 'Anatoliy fast store', 2858, 19, 17, 3120.00, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16328, 1869, 'Anatoliy fast store', 1758, 16, 17, 445.57, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16329, 1869, 'Anatoliy fast store', 2050, 4, 17, 20.27, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16330, 1869, 'Anatoliy fast store', 1173, 14, 17, 26.49, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16331, 1869, 'Anatoliy fast store', 597, 10, 17, 3.09, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16332, 1869, 'Anatoliy fast store', 1270, 10, 17, 9.43, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16333, 1869, 'Anatoliy fast store', 5259, 16, 17, 31.79, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16334, 1869, 'Anatoliy fast store', 2642, 14, 17, 112.25, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16335, 1869, 'Anatoliy fast store', 5206, 13, 17, 52.99, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16336, 1869, 'Anatoliy fast store', 2653, 18, 17, 21.91, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16337, 1869, 'Anatoliy fast store', 5496, 10, 17, 61.60, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16338, 1869, 'Anatoliy fast store', 2909, 14, 17, 40.40, 1, 1, 'ai_bid', '2024-06-09 04:17:06', '2024-06-09 04:17:06', '2024-06-10 04:18:06'),
(16339, 1869, 'Anatoliy fast store', 986, 5, 17, 24.38, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16340, 1869, 'Anatoliy fast store', 2224, 19, 17, 31.09, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16341, 1869, 'Anatoliy fast store', 2564, 19, 17, 2929.50, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16342, 1869, 'Anatoliy fast store', 1271, 19, 17, 298.48, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16343, 1869, 'Anatoliy fast store', 616, 19, 17, 164.85, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16344, 1869, 'Anatoliy fast store', 2939, 19, 17, 428.40, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16345, 1869, 'Anatoliy fast store', 4972, 12, 17, 42.50, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16346, 1869, 'Anatoliy fast store', 1319, 2, 17, 909.00, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16347, 1869, 'Anatoliy fast store', 1190, 18, 17, 33.92, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16348, 1869, 'Anatoliy fast store', 2667, 14, 17, 233.63, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16349, 1869, 'Anatoliy fast store', 1550, 10, 17, 111.30, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16350, 1869, 'Anatoliy fast store', 5883, 11, 17, 2136.15, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16351, 1869, 'Anatoliy fast store', 2156, 19, 17, 312.90, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16352, 1869, 'Anatoliy fast store', 5769, 13, 17, 59.58, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16353, 1869, 'Anatoliy fast store', 4022, 17, 17, 47.69, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16354, 1869, 'Anatoliy fast store', 2688, 10, 17, 31.79, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16355, 1869, 'Anatoliy fast store', 390, 10, 17, 192.63, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16356, 1869, 'Anatoliy fast store', 5129, 16, 17, 253.26, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16357, 1869, 'Anatoliy fast store', 2039, 17, 17, 31.20, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16358, 1869, 'Anatoliy fast store', 2404, 19, 17, 671.98, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16359, 1869, 'Anatoliy fast store', 286, 14, 17, 210.00, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16360, 1869, 'Anatoliy fast store', 3085, 2, 17, 73.00, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16361, 1869, 'Anatoliy fast store', 2514, 19, 17, 169.60, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(16362, 1869, 'Anatoliy fast store', 1874, 19, 17, 8.14, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16363, 1869, 'Anatoliy fast store', 5792, 15, 17, 298.70, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16364, 1869, 'Anatoliy fast store', 3521, 13, 17, 376.95, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16365, 1869, 'Anatoliy fast store', 5066, 14, 17, 20.59, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16366, 1869, 'Anatoliy fast store', 4482, 16, 17, 37.07, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16367, 1869, 'Anatoliy fast store', 3318, 5, 17, 1.17, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16368, 1869, 'Anatoliy fast store', 2742, 18, 17, 155.04, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16369, 1869, 'Anatoliy fast store', 2261, 2, 17, 172.38, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16370, 1869, 'Anatoliy fast store', 4678, 12, 17, 11.91, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16371, 1869, 'Anatoliy fast store', 593, 10, 17, 15.75, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16372, 1869, 'Anatoliy fast store', 2726, 14, 17, 29.86, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16373, 1869, 'Anatoliy fast store', 2634, 18, 17, 15.75, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16374, 1869, 'Anatoliy fast store', 576, 17, 17, 39.39, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16375, 1869, 'Anatoliy fast store', 1449, 10, 17, 15.83, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:06'),
(16376, 1869, 'Anatoliy fast store', 4906, 12, 17, 3.14, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:07'),
(16377, 1869, 'Anatoliy fast store', 1829, 5, 17, 0.81, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:07'),
(16378, 1869, 'Anatoliy fast store', 1844, 19, 17, 0.32, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:07'),
(16379, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.21, 1, 1, 'ai_bid', '2024-06-09 04:17:07', '2024-06-09 04:17:07', '2024-06-10 04:18:07'),
(16380, 1866, 'Tetyana store', 637, 5, 16, 304.98, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:02'),
(16381, 1866, 'Tetyana store', 1199, 14, 16, 24.95, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:02'),
(16382, 1866, 'Tetyana store', 3232, 5, 16, 237.22, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:02'),
(16383, 1866, 'Tetyana store', 4511, 16, 16, 2.07, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:02'),
(16384, 1866, 'Tetyana store', 2643, 15, 16, 11.43, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:02'),
(16385, 1866, 'Tetyana store', 4219, 5, 16, 1.34, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:02'),
(16386, 1866, 'Tetyana store', 5213, 16, 16, 71.70, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16387, 1866, 'Tetyana store', 2234, 10, 16, 18.33, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16388, 1866, 'Tetyana store', 3677, 18, 16, 11.21, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16389, 1866, 'Tetyana store', 2381, 2, 16, 15.33, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16390, 1866, 'Tetyana store', 5984, 17, 16, 17.76, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16391, 1866, 'Tetyana store', 5459, 7, 16, 116.60, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16392, 1866, 'Tetyana store', 4435, 16, 16, 16.59, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16393, 1866, 'Tetyana store', 2564, 19, 16, 2901.60, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16394, 1866, 'Tetyana store', 6173, 14, 16, 1239.00, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16395, 1866, 'Tetyana store', 1485, 15, 16, 567.35, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16396, 1866, 'Tetyana store', 1674, 18, 16, 1572.90, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16397, 1866, 'Tetyana store', 5467, 17, 16, 51.60, 1, 1, 'ai_bid', '2024-06-09 05:20:08', '2024-06-09 05:20:08', '2024-06-10 05:21:03'),
(16398, 1866, 'Tetyana store', 4893, 12, 16, 115.89, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16399, 1866, 'Tetyana store', 4072, 5, 16, 11.34, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16400, 1866, 'Tetyana store', 1958, 5, 16, 11.73, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16401, 1866, 'Tetyana store', 3131, 18, 16, 21.83, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16402, 1866, 'Tetyana store', 1620, 4, 16, 117.38, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16403, 1866, 'Tetyana store', 1765, 19, 16, 17.68, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16404, 1866, 'Tetyana store', 5609, 16, 16, 31.19, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16405, 1866, 'Tetyana store', 2663, 14, 16, 1271.59, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16406, 1866, 'Tetyana store', 4306, 15, 16, 29.42, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16407, 1866, 'Tetyana store', 3599, 12, 16, 11.07, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16408, 1866, 'Tetyana store', 320, 17, 16, 561.00, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16409, 1866, 'Tetyana store', 3098, 2, 16, 70.72, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16410, 1866, 'Tetyana store', 3491, 10, 16, 72.72, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16411, 1866, 'Tetyana store', 4526, 16, 16, 82.79, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16412, 1866, 'Tetyana store', 846, 13, 16, 307.47, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16413, 1866, 'Tetyana store', 1544, 10, 16, 118.65, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16414, 1866, 'Tetyana store', 1012, 16, 16, 2353.19, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16415, 1866, 'Tetyana store', 383, 10, 16, 10.32, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16416, 1866, 'Tetyana store', 5135, 16, 16, 136.49, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16417, 1866, 'Tetyana store', 247, 12, 16, 93.92, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16418, 1866, 'Tetyana store', 4901, 11, 16, 31.80, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16419, 1866, 'Tetyana store', 5566, 10, 16, 31.61, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16420, 1866, 'Tetyana store', 1506, 19, 16, 75.43, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16421, 1866, 'Tetyana store', 2569, 10, 16, 71.88, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16422, 1866, 'Tetyana store', 1003, 14, 16, 15.53, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16423, 1866, 'Tetyana store', 2102, 18, 16, 27.03, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16424, 1866, 'Tetyana store', 5504, 17, 16, 2086.35, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16425, 1866, 'Tetyana store', 3222, 5, 16, 4.24, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16426, 1866, 'Tetyana store', 3326, 7, 16, 6.17, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16427, 1866, 'Tetyana store', 28, 2, 16, 15.30, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16428, 1866, 'Tetyana store', 2314, 2, 16, 121.90, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16429, 1866, 'Tetyana store', 1379, 14, 16, 13.40, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16430, 1866, 'Tetyana store', 2591, 19, 16, 15.95, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16431, 1866, 'Tetyana store', 5812, 17, 16, 1.53, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16432, 1866, 'Tetyana store', 4349, 15, 16, 5.04, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16433, 1866, 'Tetyana store', 1850, 5, 16, 0.58, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16434, 1866, 'Tetyana store', 963, 5, 16, 2.10, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16435, 1866, 'Tetyana store', 1829, 5, 16, 0.77, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16436, 1866, 'Tetyana store', 716, 19, 16, 1.05, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16437, 1866, 'Tetyana store', 1844, 19, 16, 0.30, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16438, 1866, 'Tetyana store', 1894, 19, 16, 0.20, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16439, 1866, 'Tetyana store', 803, 19, 16, 0.20, 1, 1, 'ai_bid', '2024-06-09 05:20:09', '2024-06-09 05:20:09', '2024-06-10 05:21:03'),
(16440, 1871, 'Almeida', 3073, 2, 7, 115.36, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:02'),
(16441, 1871, 'Almeida', 1050, 17, 7, 78.75, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16442, 1871, 'Almeida', 5886, 11, 7, 1649.33, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16443, 1871, 'Almeida', 4544, 14, 7, 312.70, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16444, 1871, 'Almeida', 5622, 10, 7, 7.71, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16445, 1871, 'Almeida', 2813, 18, 7, 8476.90, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16446, 1871, 'Almeida', 5604, 15, 7, 189.52, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16447, 1871, 'Almeida', 1911, 18, 7, 24.43, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16448, 1871, 'Almeida', 2983, 10, 7, 105.03, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16449, 1871, 'Almeida', 3260, 7, 7, 7.79, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16450, 1871, 'Almeida', 5317, 13, 7, 772.50, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16451, 1871, 'Almeida', 2953, 13, 7, 1590.00, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16452, 1871, 'Almeida', 4699, 14, 7, 15.36, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16453, 1871, 'Almeida', 4000, 12, 7, 1031.73, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16454, 1871, 'Almeida', 1274, 10, 7, 3.28, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16455, 1871, 'Almeida', 4441, 15, 7, 32.96, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:04'),
(16456, 1871, 'Almeida', 1856, 17, 7, 45.32, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16457, 1871, 'Almeida', 3735, 13, 7, 11.89, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16458, 1871, 'Almeida', 3344, 7, 7, 31.19, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16459, 1871, 'Almeida', 1712, 5, 7, 63.60, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16460, 1871, 'Almeida', 272, 2, 7, 2029.10, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16461, 1871, 'Almeida', 42, 2, 7, 126.25, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16462, 1871, 'Almeida', 3140, 18, 7, 278.10, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16463, 1871, 'Almeida', 3084, 2, 7, 9.00, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16464, 1871, 'Almeida', 1240, 18, 7, 4998.00, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16465, 1871, 'Almeida', 1150, 19, 7, 241.28, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16466, 1871, 'Almeida', 5295, 16, 7, 20.79, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16467, 1871, 'Almeida', 6170, 11, 7, 21.19, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16468, 1871, 'Almeida', 2855, 19, 7, 3180.00, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16469, 1871, 'Almeida', 2648, 16, 7, 13.12, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16470, 1871, 'Almeida', 1354, 2, 7, 17.75, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16471, 1871, 'Almeida', 3206, 5, 7, 1897.40, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16472, 1871, 'Almeida', 807, 18, 7, 36.03, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16473, 1871, 'Almeida', 3766, 15, 7, 16.55, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16474, 1871, 'Almeida', 6020, 17, 7, 20.39, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16475, 1871, 'Almeida', 197, 7, 7, 34.22, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16476, 1871, 'Almeida', 2606, 18, 7, 14.11, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16477, 1871, 'Almeida', 4696, 12, 7, 24.53, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16478, 1871, 'Almeida', 3494, 10, 7, 13.29, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16479, 1871, 'Almeida', 5569, 10, 7, 66.54, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16480, 1871, 'Almeida', 787, 10, 7, 48.59, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16481, 1871, 'Almeida', 2113, 10, 7, 9.42, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16482, 1871, 'Almeida', 4416, 16, 7, 37.35, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16483, 1871, 'Almeida', 6143, 11, 7, 31.79, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16484, 1871, 'Almeida', 1989, 4, 7, 50.47, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16485, 1871, 'Almeida', 4917, 11, 7, 18.30, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16486, 1871, 'Almeida', 1721, 19, 7, 1544.40, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16487, 1871, 'Almeida', 724, 1, 7, 38.34, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16488, 1871, 'Almeida', 3085, 2, 7, 75.12, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16489, 1871, 'Almeida', 3335, 7, 7, 21.60, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16490, 1871, 'Almeida', 4490, 16, 7, 120.63, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16491, 1871, 'Almeida', 3819, 15, 7, 7.41, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16492, 1871, 'Almeida', 2913, 14, 7, 29.86, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16493, 1871, 'Almeida', 5471, 12, 7, 4.19, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16494, 1871, 'Almeida', 2198, 16, 7, 31.49, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16495, 1871, 'Almeida', 1282, 15, 7, 532.22, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16496, 1871, 'Almeida', 4918, 11, 7, 29.67, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16497, 1871, 'Almeida', 4254, 18, 7, 20.97, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16498, 1871, 'Almeida', 4473, 15, 7, 228.80, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16499, 1871, 'Almeida', 3812, 4, 7, 30.69, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16500, 1871, 'Almeida', 5348, 14, 7, 208.93, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16501, 1871, 'Almeida', 515, 19, 7, 720.97, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16502, 1871, 'Almeida', 1035, 19, 7, 124.80, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16503, 1871, 'Almeida', 4098, 14, 7, 7.13, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16504, 1871, 'Almeida', 3309, 5, 7, 3.16, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16505, 1871, 'Almeida', 6116, 11, 7, 14.28, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16506, 1871, 'Almeida', 4868, 17, 7, 411.99, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16507, 1871, 'Almeida', 870, 19, 7, 829.92, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16508, 1871, 'Almeida', 4074, 5, 7, 16.79, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16509, 1871, 'Almeida', 4157, 14, 7, 87.71, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16510, 1871, 'Almeida', 3392, 7, 7, 364.10, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16511, 1871, 'Almeida', 5554, 10, 7, 5.53, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16512, 1871, 'Almeida', 1105, 19, 7, 678.77, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16513, 1871, 'Almeida', 4484, 16, 7, 9.65, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16514, 1871, 'Almeida', 5526, 10, 7, 5.05, 1, 1, 'ai_bid', '2024-06-09 06:42:04', '2024-06-09 06:42:04', '2024-06-10 06:43:05'),
(16515, 1871, 'Almeida', 772, 10, 7, 19.17, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:05'),
(16516, 1871, 'Almeida', 3317, 5, 7, 407.99, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:05'),
(16517, 1871, 'Almeida', 4501, 16, 7, 318.67, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:05'),
(16518, 1871, 'Almeida', 4342, 18, 7, 210.04, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:05'),
(16519, 1871, 'Almeida', 2802, 18, 7, 46.21, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:05'),
(16520, 1871, 'Almeida', 5991, 17, 7, 16.78, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:05'),
(16521, 1871, 'Almeida', 3705, 14, 7, 31.68, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:05'),
(16522, 1871, 'Almeida', 2517, 7, 7, 107.55, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16523, 1871, 'Almeida', 5824, 17, 7, 1.47, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16524, 1871, 'Almeida', 1000, 17, 7, 3.47, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16525, 1871, 'Almeida', 4190, 14, 7, 999.59, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16526, 1871, 'Almeida', 1947, 18, 7, 316.73, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16527, 1871, 'Almeida', 139, 7, 7, 505.00, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16528, 1871, 'Almeida', 4864, 12, 7, 467.16, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16529, 1871, 'Almeida', 906, 18, 7, 22.00, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16530, 1871, 'Almeida', 713, 19, 7, 35.54, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16531, 1871, 'Almeida', 5210, 13, 7, 36.04, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16532, 1871, 'Almeida', 1068, 19, 7, 412.08, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16533, 1871, 'Almeida', 5136, 16, 7, 104.94, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16534, 1871, 'Almeida', 1218, 19, 7, 73.37, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16535, 1871, 'Almeida', 1231, 10, 7, 46.80, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16536, 1871, 'Almeida', 3290, 5, 7, 307.01, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16537, 1871, 'Almeida', 85, 2, 7, 173.40, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16538, 1871, 'Almeida', 3372, 15, 7, 260.00, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16539, 1871, 'Almeida', 3516, 13, 7, 50.99, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16540, 1871, 'Almeida', 1898, 19, 7, 451.50, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16541, 1871, 'Almeida', 2817, 14, 7, 190.04, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16542, 1871, 'Almeida', 2542, 14, 7, 33.32, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16543, 1871, 'Almeida', 4128, 5, 7, 11.43, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16544, 1871, 'Almeida', 659, 10, 7, 8.16, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16545, 1871, 'Almeida', 5365, 13, 7, 207.99, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16546, 1871, 'Almeida', 4191, 14, 7, 5.70, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16547, 1871, 'Almeida', 4653, 15, 7, 136.50, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16548, 1871, 'Almeida', 1012, 16, 7, 2353.19, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16549, 1871, 'Almeida', 6000, 14, 7, 1060.49, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16550, 1871, 'Almeida', 5271, 16, 7, 612.00, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16551, 1871, 'Almeida', 4413, 15, 7, 64.25, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16552, 1871, 'Almeida', 5120, 13, 7, 19.56, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16553, 1871, 'Almeida', 4702, 14, 7, 29.24, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16554, 1871, 'Almeida', 5950, 17, 7, 148.40, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16555, 1871, 'Almeida', 5154, 13, 7, 318.00, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16556, 1871, 'Almeida', 465, 19, 7, 13.12, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16557, 1871, 'Almeida', 2783, 19, 7, 11.55, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16558, 1871, 'Almeida', 1335, 2, 7, 113.36, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16559, 1871, 'Almeida', 1030, 19, 7, 27.02, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16560, 1871, 'Almeida', 3909, 16, 7, 210.24, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16561, 1871, 'Almeida', 5436, 16, 7, 5.04, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16562, 1871, 'Almeida', 4923, 11, 7, 24.79, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16563, 1871, 'Almeida', 182, 7, 7, 147.11, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16564, 1871, 'Almeida', 5033, 14, 7, 6.35, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16565, 1871, 'Almeida', 984, 17, 7, 735.14, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16566, 1871, 'Almeida', 2320, 5, 7, 412.66, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16567, 1871, 'Almeida', 1899, 19, 7, 11.52, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16568, 1871, 'Almeida', 851, 5, 7, 25.57, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16569, 1871, 'Almeida', 5153, 16, 7, 10.19, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16570, 1871, 'Almeida', 1446, 19, 7, 355.98, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16571, 1871, 'Almeida', 4535, 16, 7, 31.30, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16572, 1871, 'Almeida', 4276, 18, 7, 10.82, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16573, 1871, 'Almeida', 1894, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16574, 1871, 'Almeida', 2201, 19, 7, 20.55, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16575, 1871, 'Almeida', 4600, 14, 7, 274.53, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16576, 1871, 'Almeida', 5680, 10, 7, 50.87, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16577, 1871, 'Almeida', 2861, 14, 7, 56.64, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16578, 1871, 'Almeida', 3194, 4, 7, 5.15, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16579, 1871, 'Almeida', 4736, 12, 7, 20.99, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16580, 1871, 'Almeida', 3048, 13, 7, 152.50, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16581, 1871, 'Almeida', 5539, 10, 7, 270.68, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16582, 1871, 'Almeida', 1297, 2, 7, 77.70, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16583, 1871, 'Almeida', 3273, 7, 7, 103.94, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16584, 1871, 'Almeida', 5944, 11, 7, 80.80, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16585, 1871, 'Almeida', 3663, 13, 7, 13.51, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16586, 1871, 'Almeida', 2854, 14, 7, 222.59, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16587, 1871, 'Almeida', 964, 5, 7, 1826.67, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16588, 1871, 'Almeida', 3305, 15, 7, 267.12, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16589, 1871, 'Almeida', 4296, 5, 7, 132.29, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16590, 1871, 'Almeida', 3378, 7, 7, 367.50, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16591, 1871, 'Almeida', 3311, 16, 7, 343.19, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16592, 1871, 'Almeida', 3744, 14, 7, 21.62, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16593, 1871, 'Almeida', 4060, 13, 7, 16.47, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16594, 1871, 'Almeida', 3771, 15, 7, 5.40, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16595, 1871, 'Almeida', 1172, 18, 7, 64.64, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16596, 1871, 'Almeida', 4919, 13, 7, 36.75, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:06'),
(16597, 1871, 'Almeida', 3163, 4, 7, 22.65, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16598, 1871, 'Almeida', 383, 10, 7, 10.42, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16599, 1871, 'Almeida', 6160, 11, 7, 9.35, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16600, 1871, 'Almeida', 3174, 4, 7, 9.05, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16601, 1871, 'Almeida', 5795, 15, 7, 1040.00, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16602, 1871, 'Almeida', 5494, 17, 7, 658.24, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16603, 1871, 'Almeida', 1228, 19, 7, 21.53, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16604, 1871, 'Almeida', 3984, 18, 7, 102.00, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16605, 1871, 'Almeida', 4245, 18, 7, 15.62, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16606, 1871, 'Almeida', 1727, 19, 7, 498.20, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16607, 1871, 'Almeida', 1762, 2, 7, 164.80, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16608, 1871, 'Almeida', 6092, 15, 7, 30.89, 1, 1, 'ai_bid', '2024-06-09 06:42:05', '2024-06-09 06:42:05', '2024-06-10 06:43:07'),
(16609, 1871, 'Almeida', 4026, 17, 7, 102.99, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16610, 1871, 'Almeida', 4588, 6, 7, 54.70, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16611, 1871, 'Almeida', 411, 2, 7, 33.30, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16612, 1871, 'Almeida', 4267, 14, 7, 5.29, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16613, 1871, 'Almeida', 1765, 19, 7, 17.34, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16614, 1871, 'Almeida', 755, 19, 7, 33.32, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16615, 1871, 'Almeida', 5488, 7, 7, 23.10, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16616, 1871, 'Almeida', 2566, 17, 7, 209.88, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16617, 1871, 'Almeida', 5501, 10, 7, 742.00, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16618, 1871, 'Almeida', 1818, 19, 7, 1.02, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16619, 1870, 'Liliana', 3073, 2, 8, 115.36, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16620, 1870, 'Liliana', 1050, 17, 8, 76.50, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16621, 1870, 'Liliana', 5886, 11, 8, 1681.99, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16622, 1870, 'Liliana', 4544, 14, 8, 312.70, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16623, 1870, 'Liliana', 5622, 10, 8, 7.56, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16624, 1870, 'Liliana', 2813, 18, 8, 8723.80, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16625, 1870, 'Liliana', 5604, 15, 8, 193.23, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16626, 1870, 'Liliana', 1911, 18, 8, 23.97, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16627, 1870, 'Liliana', 2983, 10, 8, 105.03, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16628, 1870, 'Liliana', 3260, 7, 8, 7.79, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16629, 1870, 'Liliana', 5317, 13, 8, 780.00, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16630, 1870, 'Liliana', 2953, 13, 8, 1515.00, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16631, 1870, 'Liliana', 4699, 14, 8, 14.63, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16632, 1870, 'Liliana', 4000, 12, 8, 1021.62, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16633, 1870, 'Liliana', 1274, 10, 8, 3.37, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16634, 1870, 'Liliana', 4441, 15, 8, 33.60, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16635, 1870, 'Liliana', 1856, 17, 8, 44.03, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16636, 1870, 'Liliana', 3735, 13, 8, 11.66, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16637, 1870, 'Liliana', 3344, 7, 8, 31.79, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16638, 1870, 'Liliana', 1712, 5, 8, 61.80, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16639, 1870, 'Liliana', 42, 2, 8, 126.25, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16640, 1870, 'Liliana', 3140, 18, 8, 283.50, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16641, 1870, 'Liliana', 3084, 2, 8, 8.66, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16642, 1870, 'Liliana', 1150, 19, 8, 236.64, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16643, 1870, 'Liliana', 5295, 16, 8, 20.79, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16644, 1870, 'Liliana', 6170, 11, 8, 20.59, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16645, 1870, 'Liliana', 2648, 16, 8, 13.51, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16646, 1870, 'Liliana', 1354, 2, 8, 17.57, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16647, 1870, 'Liliana', 807, 18, 8, 36.03, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16648, 1870, 'Liliana', 3766, 15, 8, 15.92, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16649, 1870, 'Liliana', 6020, 17, 8, 21.19, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16650, 1870, 'Liliana', 197, 7, 8, 34.55, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16651, 1870, 'Liliana', 2606, 18, 8, 14.39, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16652, 1870, 'Liliana', 4696, 12, 8, 25.50, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16653, 1870, 'Liliana', 3494, 10, 8, 13.55, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16654, 1870, 'Liliana', 5569, 10, 8, 66.54, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16655, 1870, 'Liliana', 787, 10, 8, 47.64, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16656, 1870, 'Liliana', 1894, 19, 8, 0.20, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16657, 1870, 'Liliana', 1850, 5, 8, 0.56, 1, 1, 'ai_bid', '2024-06-09 06:42:06', '2024-06-09 06:42:06', '2024-06-10 06:43:07'),
(16658, 1866, 'Tetyana store', 5083, 16, 6, 58.29, 1, 1, 'ai_bid', '2024-06-09 06:43:06', '2024-06-09 06:43:06', '2024-06-10 06:44:02'),
(16659, 1866, 'Tetyana store', 1523, 10, 6, 1.65, 1, 1, 'ai_bid', '2024-06-09 06:43:06', '2024-06-09 06:43:06', '2024-06-10 06:44:02'),
(16660, 1866, 'Tetyana store', 4704, 12, 6, 1.29, 1, 1, 'ai_bid', '2024-06-09 06:43:06', '2024-06-09 06:43:06', '2024-06-10 06:44:02'),
(16661, 1873, 'Gustavo', 1237, 14, 9, 23.58, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16662, 1873, 'Gustavo', 3424, 14, 9, 446.76, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16663, 1873, 'Gustavo', 3454, 14, 9, 29.37, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16664, 1873, 'Gustavo', 3885, 2, 9, 420.00, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16665, 1873, 'Gustavo', 4624, 5, 9, 22.87, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16666, 1873, 'Gustavo', 5046, 11, 9, 62.39, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16667, 1873, 'Gustavo', 3125, 4, 9, 502.86, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16668, 1873, 'Gustavo', 4523, 16, 9, 3.15, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16669, 1873, 'Gustavo', 4180, 5, 9, 42.00, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16670, 1873, 'Gustavo', 5928, 13, 9, 4.87, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16671, 1873, 'Gustavo', 1433, 19, 9, 84.39, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16672, 1873, 'Gustavo', 3179, 4, 9, 76.50, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16673, 1873, 'Gustavo', 3268, 5, 9, 2.04, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16674, 1873, 'Gustavo', 813, 14, 9, 11.67, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16675, 1873, 'Gustavo', 4865, 17, 9, 332.29, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16676, 1873, 'Gustavo', 4931, 13, 9, 64.14, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16677, 1873, 'Gustavo', 714, 4, 9, 24.25, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16678, 1873, 'Gustavo', 1741, 10, 9, 643.75, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16679, 1873, 'Gustavo', 1087, 19, 9, 1219.52, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16680, 1873, 'Gustavo', 2561, 7, 9, 20.90, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16681, 1873, 'Gustavo', 4594, 15, 9, 51.00, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16682, 1873, 'Gustavo', 2890, 19, 9, 4130.88, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16683, 1873, 'Gustavo', 4767, 12, 9, 44.14, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16684, 1873, 'Gustavo', 4297, 18, 9, 61.37, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16685, 1873, 'Gustavo', 4342, 18, 9, 202.04, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16686, 1873, 'Gustavo', 1709, 18, 9, 6159.99, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16687, 1873, 'Gustavo', 1250, 19, 9, 13.28, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16688, 1873, 'Gustavo', 5861, 13, 9, 25.74, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16689, 1873, 'Gustavo', 2879, 14, 9, 61.79, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16690, 1873, 'Gustavo', 1428, 15, 9, 10.48, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16691, 1873, 'Gustavo', 6121, 11, 9, 13.51, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16692, 1873, 'Gustavo', 4389, 16, 9, 15.60, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16693, 1873, 'Gustavo', 2170, 2, 9, 130.56, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16694, 1873, 'Gustavo', 2778, 14, 9, 30.19, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16695, 1873, 'Gustavo', 2140, 15, 9, 48.69, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16696, 1873, 'Gustavo', 4113, 5, 9, 296.80, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16697, 1873, 'Gustavo', 3701, 14, 9, 17.84, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16698, 1873, 'Gustavo', 1000, 17, 9, 3.47, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16699, 1873, 'Gustavo', 4753, 12, 9, 63.00, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16700, 1873, 'Gustavo', 423, 17, 9, 14.88, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16701, 1873, 'Gustavo', 5338, 14, 9, 2040.00, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16702, 1873, 'Gustavo', 4712, 12, 9, 52.28, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16703, 1873, 'Gustavo', 3875, 2, 9, 81.60, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16704, 1873, 'Gustavo', 3799, 13, 9, 398.08, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16705, 1873, 'Gustavo', 2292, 19, 9, 210.94, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16706, 1873, 'Gustavo', 3100, 2, 9, 1573.95, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16707, 1873, 'Gustavo', 3754, 14, 9, 41.59, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16708, 1873, 'Gustavo', 3149, 4, 9, 3.06, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:04'),
(16709, 1873, 'Gustavo', 1290, 19, 9, 3.51, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16710, 1873, 'Gustavo', 108, 2, 9, 2060.00, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16711, 1873, 'Gustavo', 6144, 11, 9, 50.50, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16712, 1873, 'Gustavo', 1045, 19, 9, 40.27, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16713, 1873, 'Gustavo', 4508, 16, 9, 41.69, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16714, 1873, 'Gustavo', 3912, 2, 9, 24.47, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16715, 1873, 'Gustavo', 1514, 15, 9, 4.41, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16716, 1873, 'Gustavo', 4671, 12, 9, 9.35, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16717, 1873, 'Gustavo', 2073, 4, 9, 2.66, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16718, 1873, 'Gustavo', 3733, 13, 9, 5.63, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16719, 1873, 'Gustavo', 1844, 19, 9, 0.30, 1, 1, 'ai_bid', '2024-06-09 06:57:04', '2024-06-09 06:57:04', '2024-06-10 06:57:05'),
(16720, 1866, 'Tetyana store', 2123, 19, 11, 21.20, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:03'),
(16721, 1866, 'Tetyana store', 6112, 11, 11, 166.40, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:03'),
(16722, 1866, 'Tetyana store', 2935, 14, 11, 26.21, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:03'),
(16723, 1866, 'Tetyana store', 2385, 2, 11, 10.10, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:03'),
(16724, 1866, 'Tetyana store', 3363, 15, 11, 208.00, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16725, 1866, 'Tetyana store', 1372, 10, 11, 26.19, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16726, 1866, 'Tetyana store', 1290, 19, 11, 3.34, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16727, 1866, 'Tetyana store', 3298, 16, 11, 25.24, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16728, 1866, 'Tetyana store', 1134, 4, 11, 31.19, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16729, 1866, 'Tetyana store', 1683, 19, 11, 5689.33, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16730, 1866, 'Tetyana store', 1569, 19, 11, 87.55, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16731, 1866, 'Tetyana store', 5465, 16, 11, 41.59, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16732, 1866, 'Tetyana store', 3950, 16, 11, 2038.98, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16733, 1866, 'Tetyana store', 3613, 13, 11, 6.60, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16734, 1866, 'Tetyana store', 1186, 15, 11, 19.86, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16735, 1866, 'Tetyana store', 1859, 18, 11, 3.74, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16736, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16737, 1866, 'Tetyana store', 5038, 14, 11, 10.29, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16738, 1866, 'Tetyana store', 763, 17, 11, 31.88, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16739, 1866, 'Tetyana store', 1753, 19, 11, 201.40, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16740, 1866, 'Tetyana store', 5308, 16, 11, 41.19, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16741, 1866, 'Tetyana store', 1696, 18, 11, 128.75, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(16742, 1866, 'Tetyana store', 1323, 19, 11, 12.95, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16743, 1866, 'Tetyana store', 5962, 17, 11, 18.60, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16744, 1866, 'Tetyana store', 4026, 17, 11, 100.99, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16745, 1866, 'Tetyana store', 830, 17, 11, 72.09, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16746, 1866, 'Tetyana store', 2693, 14, 11, 10.19, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16747, 1866, 'Tetyana store', 5856, 15, 11, 23.91, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16748, 1866, 'Tetyana store', 4596, 5, 11, 28.86, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16749, 1866, 'Tetyana store', 5823, 11, 11, 44.09, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16750, 1866, 'Tetyana store', 757, 7, 11, 217.44, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16751, 1866, 'Tetyana store', 5614, 15, 11, 37.20, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16752, 1866, 'Tetyana store', 3750, 7, 11, 66.30, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16753, 1866, 'Tetyana store', 858, 19, 11, 14.95, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16754, 1866, 'Tetyana store', 1972, 18, 11, 13.26, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16755, 1866, 'Tetyana store', 5895, 13, 11, 4.90, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16756, 1866, 'Tetyana store', 3543, 13, 11, 104.90, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16757, 1866, 'Tetyana store', 459, 19, 11, 787.50, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16758, 1866, 'Tetyana store', 629, 14, 11, 4.04, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16759, 1866, 'Tetyana store', 5349, 13, 11, 265.20, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16760, 1866, 'Tetyana store', 1915, 19, 11, 69.87, 1, 1, 'ai_bid', '2024-06-09 07:10:08', '2024-06-09 07:10:08', '2024-06-10 07:11:04'),
(16761, 1866, 'Tetyana store', 1777, 5, 11, 31.10, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16762, 1866, 'Tetyana store', 4287, 18, 11, 1442.57, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16763, 1866, 'Tetyana store', 802, 18, 11, 63.05, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16764, 1866, 'Tetyana store', 5958, 17, 11, 9.33, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16765, 1866, 'Tetyana store', 5455, 17, 11, 56.25, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16766, 1866, 'Tetyana store', 1253, 10, 11, 31.71, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16767, 1866, 'Tetyana store', 1196, 19, 11, 127.20, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16768, 1866, 'Tetyana store', 2614, 14, 11, 24.09, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16769, 1866, 'Tetyana store', 3487, 10, 11, 15.14, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16770, 1866, 'Tetyana store', 4966, 11, 11, 3040.80, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16771, 1866, 'Tetyana store', 3677, 18, 11, 11.43, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16772, 1866, 'Tetyana store', 3223, 5, 11, 99.75, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16773, 1866, 'Tetyana store', 5245, 16, 11, 21.01, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16774, 1866, 'Tetyana store', 3238, 7, 11, 106.66, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16775, 1866, 'Tetyana store', 1232, 19, 11, 25.25, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16776, 1866, 'Tetyana store', 933, 18, 11, 1122.00, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16777, 1866, 'Tetyana store', 5037, 11, 11, 12.35, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16778, 1866, 'Tetyana store', 2101, 19, 11, 903.72, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16779, 1866, 'Tetyana store', 1751, 17, 11, 962.35, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16780, 1866, 'Tetyana store', 5291, 16, 11, 16.65, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16781, 1866, 'Tetyana store', 4316, 18, 11, 33.32, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16782, 1866, 'Tetyana store', 2618, 10, 11, 10.19, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16783, 1866, 'Tetyana store', 1294, 19, 11, 18.16, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16784, 1866, 'Tetyana store', 664, 17, 11, 10.60, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16785, 1866, 'Tetyana store', 6110, 11, 11, 2.12, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16786, 1866, 'Tetyana store', 1850, 5, 11, 0.56, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16787, 1866, 'Tetyana store', 4935, 14, 11, 7.23, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16788, 1866, 'Tetyana store', 1738, 5, 11, 1.54, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16789, 1866, 'Tetyana store', 803, 19, 11, 0.20, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16790, 1866, 'Tetyana store', 1894, 19, 11, 0.20, 1, 1, 'ai_bid', '2024-06-09 07:10:09', '2024-06-09 07:10:09', '2024-06-10 07:11:04'),
(16791, 1867, 'Omevoric enterprises', 2047, 19, 12, 918.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16792, 1867, 'Omevoric enterprises', 3141, 4, 12, 36.44, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16793, 1867, 'Omevoric enterprises', 2235, 19, 12, 31.21, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16794, 1867, 'Omevoric enterprises', 2340, 18, 12, 41.99, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16795, 1867, 'Omevoric enterprises', 261, 2, 12, 21.20, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16796, 1867, 'Omevoric enterprises', 1122, 19, 12, 462.47, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16797, 1867, 'Omevoric enterprises', 2188, 19, 12, 1010.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16798, 1867, 'Omevoric enterprises', 5756, 15, 12, 959.50, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16799, 1867, 'Omevoric enterprises', 228, 5, 12, 5.19, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16800, 1867, 'Omevoric enterprises', 1029, 19, 12, 31.80, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16801, 1867, 'Omevoric enterprises', 3966, 16, 12, 33.04, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16802, 1867, 'Omevoric enterprises', 4603, 14, 12, 1627.50, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16803, 1867, 'Omevoric enterprises', 5064, 13, 12, 102.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16804, 1867, 'Omevoric enterprises', 2279, 17, 12, 365.76, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16805, 1867, 'Omevoric enterprises', 2055, 4, 12, 246.98, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16806, 1867, 'Omevoric enterprises', 5963, 17, 12, 42.91, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16807, 1867, 'Omevoric enterprises', 2540, 14, 12, 90.89, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16808, 1867, 'Omevoric enterprises', 306, 18, 12, 14.15, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:03'),
(16809, 1867, 'Omevoric enterprises', 1905, 18, 12, 110.24, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16810, 1867, 'Omevoric enterprises', 2022, 2, 12, 66.15, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16811, 1867, 'Omevoric enterprises', 3184, 5, 12, 9.95, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16812, 1867, 'Omevoric enterprises', 3357, 15, 12, 3978.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16813, 1867, 'Omevoric enterprises', 5497, 17, 12, 626.17, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16814, 1867, 'Omevoric enterprises', 99, 2, 12, 197.96, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16815, 1867, 'Omevoric enterprises', 676, 10, 12, 2.12, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16816, 1867, 'Omevoric enterprises', 1648, 17, 12, 9.27, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16817, 1867, 'Omevoric enterprises', 5547, 12, 12, 282.79, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16818, 1867, 'Omevoric enterprises', 930, 10, 12, 13.66, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16819, 1867, 'Omevoric enterprises', 2473, 19, 12, 505.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16820, 1867, 'Omevoric enterprises', 4570, 14, 12, 53.03, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16821, 1867, 'Omevoric enterprises', 782, 14, 12, 7.06, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16822, 1867, 'Omevoric enterprises', 1289, 15, 12, 50.38, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16823, 1867, 'Omevoric enterprises', 5308, 16, 12, 41.99, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16824, 1867, 'Omevoric enterprises', 2121, 19, 12, 4.36, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16825, 1867, 'Omevoric enterprises', 3779, 7, 12, 58.99, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16826, 1867, 'Omevoric enterprises', 1946, 10, 12, 4.55, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16827, 1867, 'Omevoric enterprises', 6139, 11, 12, 16.99, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16828, 1867, 'Omevoric enterprises', 2992, 12, 12, 125.46, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16829, 1867, 'Omevoric enterprises', 4029, 17, 12, 31.79, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16830, 1867, 'Omevoric enterprises', 3262, 5, 12, 5.78, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16831, 1867, 'Omevoric enterprises', 5414, 17, 12, 43.08, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16832, 1867, 'Omevoric enterprises', 615, 7, 12, 18.72, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16833, 1867, 'Omevoric enterprises', 3841, 16, 12, 10.08, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16834, 1867, 'Omevoric enterprises', 2073, 4, 12, 2.68, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16835, 1867, 'Omevoric enterprises', 4416, 16, 12, 37.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16836, 1867, 'Omevoric enterprises', 5610, 15, 12, 91.79, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16837, 1867, 'Omevoric enterprises', 3128, 4, 12, 10.59, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16838, 1867, 'Omevoric enterprises', 2885, 14, 12, 28.07, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16839, 1867, 'Omevoric enterprises', 2322, 10, 12, 59.84, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16840, 1867, 'Omevoric enterprises', 173, 7, 12, 119.33, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16841, 1867, 'Omevoric enterprises', 1921, 19, 12, 10.50, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16842, 1867, 'Omevoric enterprises', 2629, 10, 12, 23.91, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16843, 1867, 'Omevoric enterprises', 2945, 5, 12, 24.56, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16844, 1867, 'Omevoric enterprises', 1684, 17, 12, 191.07, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16845, 1867, 'Omevoric enterprises', 456, 19, 12, 47.67, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16846, 1867, 'Omevoric enterprises', 4053, 18, 12, 28.14, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16847, 1867, 'Omevoric enterprises', 2628, 18, 12, 76.88, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16848, 1867, 'Omevoric enterprises', 3078, 2, 12, 8.16, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16849, 1867, 'Omevoric enterprises', 3953, 5, 12, 72.80, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16850, 1867, 'Omevoric enterprises', 4291, 14, 12, 159.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16851, 1867, 'Omevoric enterprises', 4633, 15, 12, 404.00, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16852, 1867, 'Omevoric enterprises', 1795, 17, 12, 20.60, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16853, 1867, 'Omevoric enterprises', 3990, 12, 12, 30.29, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16854, 1867, 'Omevoric enterprises', 4172, 5, 12, 115.54, 1, 1, 'ai_bid', '2024-06-09 07:21:04', '2024-06-09 07:21:04', '2024-06-10 07:22:04'),
(16855, 1867, 'Omevoric enterprises', 5595, 10, 12, 219.43, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16856, 1867, 'Omevoric enterprises', 4348, 18, 12, 241.49, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16857, 1867, 'Omevoric enterprises', 703, 19, 12, 12.22, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16858, 1867, 'Omevoric enterprises', 1223, 10, 12, 19.01, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16859, 1867, 'Omevoric enterprises', 4008, 12, 12, 153.69, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16860, 1867, 'Omevoric enterprises', 2136, 19, 12, 21.13, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16861, 1867, 'Omevoric enterprises', 535, 14, 12, 10.60, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16862, 1867, 'Omevoric enterprises', 1171, 15, 12, 8.88, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16863, 1867, 'Omevoric enterprises', 1517, 15, 12, 192.61, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16864, 1867, 'Omevoric enterprises', 82, 2, 12, 1010.43, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16865, 1867, 'Omevoric enterprises', 5472, 12, 12, 48.25, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16866, 1867, 'Omevoric enterprises', 4527, 16, 12, 69.95, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16867, 1867, 'Omevoric enterprises', 5834, 11, 12, 45.89, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16868, 1867, 'Omevoric enterprises', 2919, 19, 12, 27.97, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16869, 1867, 'Omevoric enterprises', 1130, 19, 12, 36.85, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16870, 1867, 'Omevoric enterprises', 5460, 17, 12, 116.48, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16871, 1867, 'Omevoric enterprises', 3351, 7, 12, 208.00, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16872, 1867, 'Omevoric enterprises', 4960, 12, 12, 19.06, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16873, 1867, 'Omevoric enterprises', 2783, 19, 12, 11.22, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16874, 1867, 'Omevoric enterprises', 1659, 12, 12, 60.18, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16875, 1867, 'Omevoric enterprises', 115, 7, 12, 261.23, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16876, 1867, 'Omevoric enterprises', 167, 2, 12, 26.60, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16877, 1867, 'Omevoric enterprises', 4279, 5, 12, 159.06, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16878, 1867, 'Omevoric enterprises', 2873, 14, 12, 26.24, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16879, 1867, 'Omevoric enterprises', 4977, 14, 12, 5.29, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16880, 1867, 'Omevoric enterprises', 2868, 14, 12, 272.70, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16881, 1867, 'Omevoric enterprises', 1078, 1, 12, 11.43, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16882, 1867, 'Omevoric enterprises', 324, 18, 12, 13.15, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16883, 1867, 'Omevoric enterprises', 3274, 17, 12, 133.90, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16884, 1867, 'Omevoric enterprises', 1364, 15, 12, 90.64, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16885, 1867, 'Omevoric enterprises', 2630, 18, 12, 47.85, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16886, 1867, 'Omevoric enterprises', 3209, 17, 12, 23.32, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16887, 1867, 'Omevoric enterprises', 732, 17, 12, 63.62, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16888, 1867, 'Omevoric enterprises', 4330, 18, 12, 669.49, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16889, 1867, 'Omevoric enterprises', 5773, 13, 12, 15.12, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16890, 1867, 'Omevoric enterprises', 2645, 14, 12, 21.20, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16891, 1867, 'Omevoric enterprises', 1113, 19, 12, 179.14, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16892, 1867, 'Omevoric enterprises', 1337, 15, 12, 20.59, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16893, 1867, 'Omevoric enterprises', 5245, 16, 12, 22.05, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16894, 1867, 'Omevoric enterprises', 4595, 5, 12, 52.94, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:04'),
(16895, 1867, 'Omevoric enterprises', 1299, 15, 12, 21.41, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16896, 1867, 'Omevoric enterprises', 1910, 18, 12, 181.56, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16897, 1867, 'Omevoric enterprises', 3510, 10, 12, 618.80, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16898, 1867, 'Omevoric enterprises', 3081, 2, 12, 9.09, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16899, 1867, 'Omevoric enterprises', 5171, 16, 12, 46.91, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16900, 1867, 'Omevoric enterprises', 1984, 4, 12, 270.39, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16901, 1867, 'Omevoric enterprises', 2156, 19, 12, 300.98, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16902, 1867, 'Omevoric enterprises', 4901, 11, 12, 31.80, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16903, 1867, 'Omevoric enterprises', 2140, 15, 12, 50.60, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16904, 1867, 'Omevoric enterprises', 5232, 13, 12, 9.17, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16905, 1867, 'Omevoric enterprises', 3316, 5, 12, 51.30, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16906, 1867, 'Omevoric enterprises', 4832, 17, 12, 16.61, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16907, 1867, 'Omevoric enterprises', 1489, 19, 12, 80.58, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16908, 1867, 'Omevoric enterprises', 812, 18, 12, 39.89, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16909, 1867, 'Omevoric enterprises', 685, 5, 12, 8.16, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16910, 1867, 'Omevoric enterprises', 5907, 17, 12, 16.83, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16911, 1867, 'Omevoric enterprises', 3430, 14, 12, 42.83, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16912, 1867, 'Omevoric enterprises', 3907, 16, 12, 27.29, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16913, 1867, 'Omevoric enterprises', 2124, 19, 12, 630.00, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16914, 1867, 'Omevoric enterprises', 2946, 18, 12, 664.35, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16915, 1867, 'Omevoric enterprises', 3174, 4, 12, 9.05, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16916, 1867, 'Omevoric enterprises', 2914, 14, 12, 34.45, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16917, 1867, 'Omevoric enterprises', 1839, 12, 12, 38.38, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16918, 1867, 'Omevoric enterprises', 5838, 17, 12, 212.40, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16919, 1867, 'Omevoric enterprises', 6062, 15, 12, 22.25, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16920, 1867, 'Omevoric enterprises', 1563, 19, 12, 24.95, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16921, 1867, 'Omevoric enterprises', 5441, 12, 12, 24.19, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16922, 1867, 'Omevoric enterprises', 934, 17, 12, 13.76, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16923, 1867, 'Omevoric enterprises', 5214, 14, 12, 15.58, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16924, 1867, 'Omevoric enterprises', 2144, 10, 12, 33.97, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16925, 1867, 'Omevoric enterprises', 1488, 14, 12, 3.11, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16926, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.13, 1, 1, 'ai_bid', '2024-06-09 07:21:05', '2024-06-09 07:21:05', '2024-06-10 07:22:05'),
(16927, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-06-09 07:22:04', '2024-06-09 07:22:04', '2024-06-10 07:23:04'),
(16928, 1868, 'Marcelo Ltd', 667, 18, 13, 4562.48, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:03'),
(16929, 1868, 'Marcelo Ltd', 4611, 5, 13, 29.39, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16930, 1868, 'Marcelo Ltd', 2460, 2, 13, 9.06, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16931, 1868, 'Marcelo Ltd', 2470, 5, 13, 44.72, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16932, 1868, 'Marcelo Ltd', 5485, 17, 13, 352.80, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16933, 1868, 'Marcelo Ltd', 282, 18, 13, 281.95, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16934, 1868, 'Marcelo Ltd', 4586, 5, 13, 39.13, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16935, 1868, 'Marcelo Ltd', 4143, 14, 13, 27.80, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16936, 1868, 'Marcelo Ltd', 2477, 10, 13, 25.49, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16937, 1868, 'Marcelo Ltd', 1280, 19, 13, 20.69, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16938, 1868, 'Marcelo Ltd', 859, 19, 13, 15.09, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16939, 1868, 'Marcelo Ltd', 6140, 11, 13, 21.00, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16940, 1868, 'Marcelo Ltd', 5579, 10, 13, 80.92, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16941, 1868, 'Marcelo Ltd', 1566, 18, 13, 323.20, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16942, 1868, 'Marcelo Ltd', 1268, 19, 13, 178.50, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16943, 1868, 'Marcelo Ltd', 2415, 16, 13, 11.11, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16944, 1868, 'Marcelo Ltd', 4548, 19, 13, 211.04, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16945, 1868, 'Marcelo Ltd', 4677, 12, 13, 13.74, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16946, 1868, 'Marcelo Ltd', 3716, 19, 13, 5.14, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16947, 1868, 'Marcelo Ltd', 5760, 15, 13, 156.00, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16948, 1868, 'Marcelo Ltd', 5831, 15, 13, 19.94, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16949, 1868, 'Marcelo Ltd', 2008, 19, 13, 302.10, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16950, 1868, 'Marcelo Ltd', 4284, 14, 13, 21.41, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16951, 1868, 'Marcelo Ltd', 1968, 17, 13, 21.46, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16952, 1868, 'Marcelo Ltd', 4342, 18, 13, 210.04, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16953, 1868, 'Marcelo Ltd', 1129, 4, 13, 2.58, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16954, 1868, 'Marcelo Ltd', 1146, 18, 13, 9.54, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16955, 1868, 'Marcelo Ltd', 2942, 19, 13, 612.00, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16956, 1868, 'Marcelo Ltd', 2604, 17, 13, 15.29, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16957, 1868, 'Marcelo Ltd', 4664, 12, 13, 11.14, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16958, 1868, 'Marcelo Ltd', 3542, 12, 13, 6.73, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16959, 1868, 'Marcelo Ltd', 5234, 16, 13, 391.89, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16960, 1868, 'Marcelo Ltd', 3545, 10, 13, 38.92, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16961, 1868, 'Marcelo Ltd', 5369, 13, 13, 60.59, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16962, 1868, 'Marcelo Ltd', 467, 19, 13, 37.17, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16963, 1868, 'Marcelo Ltd', 5012, 11, 13, 16.79, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16964, 1868, 'Marcelo Ltd', 781, 18, 13, 230.18, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16965, 1868, 'Marcelo Ltd', 5736, 16, 13, 107.05, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16966, 1868, 'Marcelo Ltd', 2970, 18, 13, 135.78, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16967, 1868, 'Marcelo Ltd', 2981, 14, 13, 93.73, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16968, 1868, 'Marcelo Ltd', 3221, 4, 13, 21.10, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16969, 1868, 'Marcelo Ltd', 4536, 14, 13, 66.99, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16970, 1868, 'Marcelo Ltd', 3807, 19, 13, 4908.75, 1, 1, 'ai_bid', '2024-06-09 07:52:06', '2024-06-09 07:52:06', '2024-06-10 07:53:04'),
(16971, 1868, 'Marcelo Ltd', 1945, 10, 13, 9.19, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16972, 1868, 'Marcelo Ltd', 1027, 19, 13, 401.70, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16973, 1868, 'Marcelo Ltd', 4708, 14, 13, 15.97, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16974, 1868, 'Marcelo Ltd', 1083, 1, 13, 68.76, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16975, 1868, 'Marcelo Ltd', 1432, 15, 13, 8.15, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16976, 1868, 'Marcelo Ltd', 686, 10, 13, 4.24, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16977, 1868, 'Marcelo Ltd', 378, 10, 13, 366.63, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16978, 1868, 'Marcelo Ltd', 3922, 16, 13, 26.73, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16979, 1868, 'Marcelo Ltd', 257, 17, 13, 173.40, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16980, 1868, 'Marcelo Ltd', 1406, 15, 13, 31.80, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16981, 1868, 'Marcelo Ltd', 3688, 18, 13, 57.09, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16982, 1868, 'Marcelo Ltd', 1409, 14, 13, 11.21, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16983, 1868, 'Marcelo Ltd', 4408, 18, 13, 30.30, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16984, 1868, 'Marcelo Ltd', 5532, 12, 13, 131.24, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16985, 1868, 'Marcelo Ltd', 1384, 15, 13, 42.23, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16986, 1868, 'Marcelo Ltd', 3063, 18, 13, 215.18, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16987, 1868, 'Marcelo Ltd', 4317, 15, 13, 11.34, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16988, 1868, 'Marcelo Ltd', 5846, 17, 13, 106.53, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16989, 1868, 'Marcelo Ltd', 433, 16, 13, 271.35, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16990, 1868, 'Marcelo Ltd', 1570, 19, 13, 34.96, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16991, 1868, 'Marcelo Ltd', 1844, 19, 13, 0.31, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16992, 1868, 'Marcelo Ltd', 949, 5, 13, 0.30, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16993, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-06-09 07:52:07', '2024-06-09 07:52:07', '2024-06-10 07:53:04'),
(16994, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.13, 1, 1, 'ai_bid', '2024-06-09 07:53:06', '2024-06-09 07:53:06', '2024-06-10 07:54:04'),
(16995, 1869, 'Anatoliy fast store', 4133, 5, 14, 349.80, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(16996, 1869, 'Anatoliy fast store', 3732, 13, 14, 318.00, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(16997, 1869, 'Anatoliy fast store', 5752, 15, 14, 14.71, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(16998, 1869, 'Anatoliy fast store', 2297, 19, 14, 4.08, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(16999, 1869, 'Anatoliy fast store', 1058, 4, 14, 9.60, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(17000, 1869, 'Anatoliy fast store', 3967, 16, 14, 17.83, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(17001, 1869, 'Anatoliy fast store', 3390, 10, 14, 20.19, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(17002, 1869, 'Anatoliy fast store', 4386, 14, 14, 37.43, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(17003, 1869, 'Anatoliy fast store', 5191, 16, 14, 41.81, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:04'),
(17004, 1869, 'Anatoliy fast store', 547, 19, 14, 2412.80, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17005, 1869, 'Anatoliy fast store', 4152, 18, 14, 35.33, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17006, 1869, 'Anatoliy fast store', 5540, 10, 14, 126.60, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17007, 1869, 'Anatoliy fast store', 1582, 4, 14, 9.06, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17008, 1869, 'Anatoliy fast store', 2858, 19, 14, 3180.00, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17009, 1869, 'Anatoliy fast store', 118, 7, 14, 226.60, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17010, 1869, 'Anatoliy fast store', 995, 16, 14, 107.60, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17011, 1869, 'Anatoliy fast store', 3891, 11, 14, 42.63, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17012, 1869, 'Anatoliy fast store', 2772, 19, 14, 46.80, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17013, 1869, 'Anatoliy fast store', 6099, 15, 14, 8.22, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17014, 1869, 'Anatoliy fast store', 958, 5, 14, 636.13, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17015, 1869, 'Anatoliy fast store', 227, 5, 14, 10.70, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17016, 1869, 'Anatoliy fast store', 1744, 19, 14, 86.30, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17017, 1869, 'Anatoliy fast store', 3691, 14, 14, 493.59, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17018, 1869, 'Anatoliy fast store', 2583, 14, 14, 7.74, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17019, 1869, 'Anatoliy fast store', 2601, 17, 14, 15.85, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17020, 1869, 'Anatoliy fast store', 1788, 15, 14, 91.80, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17021, 1869, 'Anatoliy fast store', 1422, 10, 14, 19.60, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17022, 1869, 'Anatoliy fast store', 2123, 19, 14, 20.60, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17023, 1869, 'Anatoliy fast store', 3090, 10, 14, 5.25, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17024, 1869, 'Anatoliy fast store', 3262, 5, 14, 5.78, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17025, 1869, 'Anatoliy fast store', 1514, 15, 14, 4.54, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17026, 1869, 'Anatoliy fast store', 5287, 14, 14, 10.60, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17027, 1869, 'Anatoliy fast store', 4225, 14, 14, 33.90, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17028, 1869, 'Anatoliy fast store', 2864, 14, 14, 15.74, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17029, 1869, 'Anatoliy fast store', 4950, 11, 14, 994.50, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17030, 1869, 'Anatoliy fast store', 2052, 4, 14, 157.78, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17031, 1869, 'Anatoliy fast store', 5464, 12, 14, 193.92, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17032, 1869, 'Anatoliy fast store', 760, 19, 14, 18.53, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17033, 1869, 'Anatoliy fast store', 704, 19, 14, 49.88, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17034, 1869, 'Anatoliy fast store', 2545, 10, 14, 106.22, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17035, 1869, 'Anatoliy fast store', 2586, 10, 14, 20.66, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17036, 1869, 'Anatoliy fast store', 3333, 7, 14, 6.04, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17037, 1869, 'Anatoliy fast store', 3502, 11, 14, 9.27, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17038, 1869, 'Anatoliy fast store', 5053, 11, 14, 10.49, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17039, 1869, 'Anatoliy fast store', 1585, 13, 14, 1.58, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17040, 1869, 'Anatoliy fast store', 4021, 17, 14, 41.99, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17041, 1869, 'Anatoliy fast store', 2122, 7, 14, 61.52, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17042, 1869, 'Anatoliy fast store', 1748, 19, 14, 39.39, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17043, 1869, 'Anatoliy fast store', 4520, 16, 14, 29.28, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17044, 1869, 'Anatoliy fast store', 2214, 1, 14, 9.36, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17045, 1869, 'Anatoliy fast store', 25, 2, 14, 8.48, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17046, 1869, 'Anatoliy fast store', 364, 10, 14, 64.21, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17047, 1869, 'Anatoliy fast store', 4841, 12, 14, 174.98, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:05'),
(17048, 1869, 'Anatoliy fast store', 4912, 13, 14, 647.36, 1, 1, 'ai_bid', '2024-06-09 08:22:05', '2024-06-09 08:22:05', '2024-06-10 08:23:06'),
(17049, 1869, 'Anatoliy fast store', 4794, 1, 14, 19.94, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17050, 1869, 'Anatoliy fast store', 2641, 18, 14, 19.55, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17051, 1869, 'Anatoliy fast store', 450, 16, 14, 152.50, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17052, 1869, 'Anatoliy fast store', 994, 18, 14, 37.70, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17053, 1869, 'Anatoliy fast store', 476, 17, 14, 152.10, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17054, 1869, 'Anatoliy fast store', 5724, 10, 14, 9.17, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17055, 1869, 'Anatoliy fast store', 1719, 5, 14, 1.06, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17056, 1869, 'Anatoliy fast store', 23, 2, 14, 156.45, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17057, 1869, 'Anatoliy fast store', 328, 10, 14, 95.33, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17058, 1869, 'Anatoliy fast store', 3746, 7, 14, 38.87, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17059, 1869, 'Anatoliy fast store', 664, 17, 14, 10.20, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17060, 1869, 'Anatoliy fast store', 698, 19, 14, 6.74, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17061, 1869, 'Anatoliy fast store', 5696, 15, 14, 52.43, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17062, 1869, 'Anatoliy fast store', 218, 12, 14, 36.71, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17063, 1869, 'Anatoliy fast store', 2917, 14, 14, 17.14, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17064, 1869, 'Anatoliy fast store', 5550, 10, 14, 9.18, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17065, 1869, 'Anatoliy fast store', 4219, 5, 14, 1.29, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17066, 1869, 'Anatoliy fast store', 712, 19, 14, 30.30, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17067, 1869, 'Anatoliy fast store', 4344, 18, 14, 270.72, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17068, 1869, 'Anatoliy fast store', 1963, 5, 14, 11.74, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17069, 1869, 'Anatoliy fast store', 3720, 13, 14, 8.47, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17070, 1869, 'Anatoliy fast store', 4376, 14, 14, 37.36, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17071, 1869, 'Anatoliy fast store', 2800, 19, 14, 3741.15, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17072, 1869, 'Anatoliy fast store', 427, 17, 14, 31.49, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17073, 1869, 'Anatoliy fast store', 2029, 4, 14, 173.84, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17074, 1869, 'Anatoliy fast store', 4787, 16, 14, 31.30, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17075, 1869, 'Anatoliy fast store', 2003, 15, 14, 63.00, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17076, 1869, 'Anatoliy fast store', 1229, 19, 14, 206.00, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17077, 1869, 'Anatoliy fast store', 4030, 17, 14, 20.39, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17078, 1869, 'Anatoliy fast store', 2207, 10, 14, 40.87, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17079, 1869, 'Anatoliy fast store', 4780, 14, 14, 1853.99, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17080, 1869, 'Anatoliy fast store', 5061, 13, 14, 167.43, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17081, 1869, 'Anatoliy fast store', 4443, 15, 14, 35.35, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17082, 1869, 'Anatoliy fast store', 3871, 16, 14, 54.59, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17083, 1869, 'Anatoliy fast store', 3908, 16, 14, 41.40, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17084, 1869, 'Anatoliy fast store', 5149, 16, 14, 33.98, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17085, 1869, 'Anatoliy fast store', 5966, 17, 14, 8.74, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17086, 1869, 'Anatoliy fast store', 3488, 10, 14, 239.20, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17087, 1869, 'Anatoliy fast store', 2210, 19, 14, 7.07, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17088, 1869, 'Anatoliy fast store', 1890, 19, 14, 2028.78, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17089, 1869, 'Anatoliy fast store', 6156, 11, 14, 12.12, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17090, 1869, 'Anatoliy fast store', 5543, 10, 14, 22.53, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17091, 1869, 'Anatoliy fast store', 5079, 16, 14, 29.46, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17092, 1869, 'Anatoliy fast store', 141, 18, 14, 6.36, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17093, 1869, 'Anatoliy fast store', 1616, 4, 14, 299.92, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17094, 1869, 'Anatoliy fast store', 3493, 10, 14, 11.58, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17095, 1869, 'Anatoliy fast store', 2400, 19, 14, 35.35, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17096, 1869, 'Anatoliy fast store', 4415, 16, 14, 213.05, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17097, 1869, 'Anatoliy fast store', 2362, 17, 14, 19.72, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(17098, 1869, 'Anatoliy fast store', 1155, 18, 14, 67.60, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17099, 1869, 'Anatoliy fast store', 3721, 10, 14, 34.14, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17100, 1869, 'Anatoliy fast store', 1770, 14, 14, 104.99, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17101, 1869, 'Anatoliy fast store', 828, 18, 14, 19.53, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17102, 1869, 'Anatoliy fast store', 285, 14, 14, 57.87, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17103, 1869, 'Anatoliy fast store', 1627, 13, 14, 6.54, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17104, 1869, 'Anatoliy fast store', 4309, 15, 14, 4.15, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17105, 1869, 'Anatoliy fast store', 1316, 15, 14, 40.79, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17106, 1869, 'Anatoliy fast store', 623, 7, 14, 8.16, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17107, 1869, 'Anatoliy fast store', 4689, 12, 14, 12.10, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17108, 1869, 'Anatoliy fast store', 1198, 15, 14, 2.25, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17109, 1869, 'Anatoliy fast store', 5764, 13, 14, 1.46, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17110, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.21, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17111, 1869, 'Anatoliy fast store', 949, 5, 14, 0.32, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17112, 1869, 'Anatoliy fast store', 1894, 19, 14, 0.21, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17113, 1869, 'Anatoliy fast store', 734, 19, 14, 0.23, 1, 1, 'ai_bid', '2024-06-09 08:22:06', '2024-06-09 08:22:06', '2024-06-10 08:23:06'),
(17114, 1872, 'Melisa', 5012, 11, 18, 16.79, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:04'),
(17115, 1872, 'Melisa', 1763, 16, 18, 182.44, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17116, 1872, 'Melisa', 4704, 12, 18, 1.29, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17117, 1872, 'Melisa', 1900, 19, 18, 8.24, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17118, 1872, 'Melisa', 2972, 19, 18, 37.10, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17119, 1872, 'Melisa', 1821, 19, 18, 1.02, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17120, 1872, 'Melisa', 2794, 10, 18, 16.78, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17121, 1872, 'Melisa', 3886, 15, 18, 567.21, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17122, 1872, 'Melisa', 5676, 15, 18, 102.00, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17123, 1872, 'Melisa', 2167, 19, 18, 226.72, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17124, 1872, 'Melisa', 2370, 19, 18, 2.17, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17125, 1872, 'Melisa', 1810, 19, 18, 121.25, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17126, 1872, 'Melisa', 5651, 10, 18, 10958.50, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17127, 1872, 'Melisa', 4222, 18, 18, 54.45, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17128, 1872, 'Melisa', 4711, 12, 18, 30.90, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17129, 1872, 'Melisa', 3262, 5, 18, 5.61, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17130, 1872, 'Melisa', 445, 19, 18, 1254.75, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17131, 1872, 'Melisa', 5750, 15, 18, 9.00, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17132, 1872, 'Melisa', 6102, 15, 18, 31.19, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17133, 1872, 'Melisa', 2848, 14, 18, 234.59, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17134, 1872, 'Melisa', 3543, 13, 18, 104.90, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17135, 1872, 'Melisa', 3674, 14, 18, 9.08, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17136, 1872, 'Melisa', 1743, 5, 18, 49.99, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17137, 1872, 'Melisa', 3952, 16, 18, 145.22, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17138, 1872, 'Melisa', 36, 2, 18, 59.74, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17139, 1872, 'Melisa', 325, 10, 18, 51.96, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17140, 1872, 'Melisa', 4723, 12, 18, 16.47, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17141, 1872, 'Melisa', 99, 2, 18, 199.92, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17142, 1872, 'Melisa', 786, 18, 18, 224.81, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17143, 1872, 'Melisa', 1297, 2, 18, 74.74, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17144, 1872, 'Melisa', 2462, 2, 18, 3.08, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17145, 1872, 'Melisa', 1856, 17, 18, 44.46, 1, 1, 'ai_bid', '2024-06-09 10:14:06', '2024-06-09 10:14:06', '2024-06-10 10:15:06'),
(17146, 1872, 'Melisa', 1942, 7, 18, 7.76, 1, 1, 'ai_bid', '2024-06-09 10:14:07', '2024-06-09 10:14:07', '2024-06-10 10:15:06'),
(17147, 1872, 'Melisa', 299, 5, 18, 2.64, 1, 1, 'ai_bid', '2024-06-09 10:14:07', '2024-06-09 10:14:07', '2024-06-10 10:15:06'),
(17148, 1872, 'Melisa', 1640, 19, 18, 1.02, 1, 1, 'ai_bid', '2024-06-09 10:14:07', '2024-06-09 10:14:07', '2024-06-10 10:15:06'),
(17149, 1872, 'Melisa', 1842, 19, 18, 1.03, 1, 1, 'ai_bid', '2024-06-09 10:14:07', '2024-06-09 10:14:07', '2024-06-10 10:15:06'),
(17150, 1872, 'Melisa', 1850, 5, 18, 0.56, 1, 1, 'ai_bid', '2024-06-09 10:14:07', '2024-06-09 10:14:07', '2024-06-10 10:15:06'),
(17151, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-09 10:14:07', '2024-06-09 10:14:07', '2024-06-10 10:15:06'),
(17152, 1872, 'Melisa', 1827, 19, 18, 0.13, 1, 1, 'ai_bid', '2024-06-09 10:14:07', '2024-06-09 10:14:07', '2024-06-10 10:15:06'),
(17153, 1798, 'Feelyards', 183, 4, NULL, 401.00, 1, 1, 'manual_bid', '2024-06-09 13:13:50', '2024-06-09 13:13:50', '2024-06-10 13:14:02'),
(17154, 1798, 'Feelyards', 4714, 12, NULL, 56.00, 1, 1, 'manual_bid', '2024-06-09 13:15:40', '2024-06-09 13:15:40', '2024-06-10 13:16:04'),
(17155, 1869, 'Anatoliy fast store', 552, 7, 17, 12.36, 1, 1, 'ai_bid', '2024-06-10 05:30:10', '2024-06-10 05:30:10', '2024-06-11 05:31:02'),
(17156, 1869, 'Anatoliy fast store', 5047, 14, 17, 11.01, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17157, 1869, 'Anatoliy fast store', 949, 5, 17, 0.31, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17158, 1869, 'Anatoliy fast store', 2580, 7, 17, 19.23, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17159, 1869, 'Anatoliy fast store', 417, 17, 17, 46.34, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17160, 1869, 'Anatoliy fast store', 712, 19, 17, 31.80, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17161, 1869, 'Anatoliy fast store', 323, 12, 17, 2314.51, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17162, 1869, 'Anatoliy fast store', 668, 10, 17, 5.15, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17163, 1869, 'Anatoliy fast store', 1369, 15, 17, 42.40, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17164, 1869, 'Anatoliy fast store', 5942, 17, 17, 7.08, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17165, 1869, 'Anatoliy fast store', 2466, 7, 17, 775.15, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17166, 1869, 'Anatoliy fast store', 5898, 13, 17, 35.78, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17167, 1869, 'Anatoliy fast store', 2145, 19, 17, 19.98, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17168, 1869, 'Anatoliy fast store', 4933, 14, 17, 5.52, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17169, 1869, 'Anatoliy fast store', 3118, 18, 17, 88.73, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17170, 1869, 'Anatoliy fast store', 5994, 11, 17, 107.40, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17171, 1869, 'Anatoliy fast store', 4552, 16, 17, 744.37, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17172, 1869, 'Anatoliy fast store', 3474, 14, 17, 94.50, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17173, 1869, 'Anatoliy fast store', 2517, 7, 17, 106.53, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17174, 1869, 'Anatoliy fast store', 1119, 19, 17, 145.60, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17175, 1869, 'Anatoliy fast store', 4570, 14, 17, 54.05, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17176, 1869, 'Anatoliy fast store', 3942, 5, 17, 89.76, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17177, 1869, 'Anatoliy fast store', 3278, 16, 17, 158.55, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17178, 1869, 'Anatoliy fast store', 1568, 15, 17, 116.96, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17179, 1869, 'Anatoliy fast store', 2802, 18, 17, 48.04, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17180, 1869, 'Anatoliy fast store', 4405, 18, 17, 26.25, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17181, 1869, 'Anatoliy fast store', 5960, 15, 17, 1418.42, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17182, 1869, 'Anatoliy fast store', 5550, 10, 17, 9.09, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17183, 1869, 'Anatoliy fast store', 4063, 13, 17, 17.55, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17184, 1869, 'Anatoliy fast store', 2635, 14, 17, 79.03, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17185, 1869, 'Anatoliy fast store', 2845, 15, 17, 31.49, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17186, 1869, 'Anatoliy fast store', 2666, 18, 17, 3410.16, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17187, 1869, 'Anatoliy fast store', 1188, 19, 17, 31.61, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17188, 1869, 'Anatoliy fast store', 99, 2, 17, 199.92, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:04'),
(17189, 1869, 'Anatoliy fast store', 363, 2, 17, 41.29, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17190, 1869, 'Anatoliy fast store', 501, 19, 17, 3693.87, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17191, 1869, 'Anatoliy fast store', 3962, 16, 17, 96.54, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17192, 1869, 'Anatoliy fast store', 4019, 17, 17, 47.83, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17193, 1869, 'Anatoliy fast store', 5254, 16, 17, 24.09, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17194, 1869, 'Anatoliy fast store', 5969, 17, 17, 15.44, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17195, 1869, 'Anatoliy fast store', 5209, 16, 17, 95.54, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17196, 1869, 'Anatoliy fast store', 1122, 19, 17, 466.96, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17197, 1869, 'Anatoliy fast store', 5167, 16, 17, 185.39, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17198, 1869, 'Anatoliy fast store', 4006, 18, 17, 122.61, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17199, 1869, 'Anatoliy fast store', 5819, 15, 17, 5.90, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17200, 1869, 'Anatoliy fast store', 3713, 14, 17, 18.61, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17201, 1869, 'Anatoliy fast store', 1483, 15, 17, 20.55, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17202, 1869, 'Anatoliy fast store', 5775, 15, 17, 17.19, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17203, 1869, 'Anatoliy fast store', 734, 19, 17, 0.23, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17204, 1869, 'Anatoliy fast store', 803, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-06-10 05:30:11', '2024-06-10 05:30:11', '2024-06-11 05:31:05'),
(17205, 1866, 'Tetyana store', 1189, 10, 16, 2.61, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:02'),
(17206, 1866, 'Tetyana store', 1927, 10, 16, 37.77, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:02'),
(17207, 1866, 'Tetyana store', 5515, 10, 16, 42.57, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:02'),
(17208, 1866, 'Tetyana store', 3717, 19, 16, 26.67, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:02'),
(17209, 1866, 'Tetyana store', 914, 5, 16, 10.49, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17210, 1866, 'Tetyana store', 5305, 16, 16, 18.89, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17211, 1866, 'Tetyana store', 4077, 5, 16, 47.70, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17212, 1866, 'Tetyana store', 5111, 16, 16, 13.85, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17213, 1866, 'Tetyana store', 5846, 17, 16, 101.51, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17214, 1866, 'Tetyana store', 3086, 2, 16, 14.55, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17215, 1866, 'Tetyana store', 5535, 10, 16, 329.58, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17216, 1866, 'Tetyana store', 733, 19, 16, 95.73, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17217, 1866, 'Tetyana store', 6017, 17, 16, 23.41, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17218, 1866, 'Tetyana store', 998, 16, 16, 402.44, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17219, 1866, 'Tetyana store', 1868, 16, 16, 42.79, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17220, 1866, 'Tetyana store', 1514, 15, 16, 4.41, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17221, 1866, 'Tetyana store', 5061, 13, 16, 167.43, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17222, 1866, 'Tetyana store', 4287, 18, 16, 1470.58, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17223, 1866, 'Tetyana store', 1725, 19, 16, 196.95, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17224, 1866, 'Tetyana store', 3946, 5, 16, 479.40, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17225, 1866, 'Tetyana store', 775, 5, 16, 7.42, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17226, 1866, 'Tetyana store', 1166, 14, 16, 443.46, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17227, 1866, 'Tetyana store', 3019, 18, 16, 75.74, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17228, 1866, 'Tetyana store', 849, 10, 16, 47.22, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17229, 1866, 'Tetyana store', 3565, 12, 16, 1030.00, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17230, 1866, 'Tetyana store', 1686, 18, 16, 588.54, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17231, 1866, 'Tetyana store', 2426, 19, 16, 503.99, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17232, 1866, 'Tetyana store', 1801, 17, 16, 68.68, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17233, 1866, 'Tetyana store', 1627, 13, 16, 6.35, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17234, 1866, 'Tetyana store', 1471, 19, 16, 13.92, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17235, 1866, 'Tetyana store', 3571, 12, 16, 5.24, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17236, 1866, 'Tetyana store', 4194, 18, 16, 56.61, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17237, 1866, 'Tetyana store', 3529, 11, 16, 30.29, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17238, 1866, 'Tetyana store', 1228, 19, 16, 21.32, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17239, 1866, 'Tetyana store', 1494, 10, 16, 40.69, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17240, 1866, 'Tetyana store', 5537, 10, 16, 57.57, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17241, 1866, 'Tetyana store', 1662, 19, 16, 0.92, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17242, 1866, 'Tetyana store', 1003, 14, 16, 15.08, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17243, 1866, 'Tetyana store', 628, 19, 16, 208.00, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17244, 1866, 'Tetyana store', 2052, 4, 16, 150.34, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17245, 1866, 'Tetyana store', 1525, 19, 16, 131.20, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17246, 1866, 'Tetyana store', 172, 2, 16, 20.89, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17247, 1866, 'Tetyana store', 5753, 15, 16, 624.00, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17248, 1866, 'Tetyana store', 2625, 18, 16, 23.90, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17249, 1866, 'Tetyana store', 2822, 18, 16, 624.00, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17250, 1866, 'Tetyana store', 3216, 17, 16, 157.50, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17251, 1866, 'Tetyana store', 5143, 16, 16, 12.65, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17252, 1866, 'Tetyana store', 1306, 2, 16, 10.40, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17253, 1866, 'Tetyana store', 4863, 17, 16, 52.90, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17254, 1866, 'Tetyana store', 2289, 2, 16, 572.00, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17255, 1866, 'Tetyana store', 101, 2, 16, 303.95, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17256, 1866, 'Tetyana store', 6110, 11, 16, 2.10, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17257, 1866, 'Tetyana store', 4571, 16, 16, 1907.99, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17258, 1866, 'Tetyana store', 2447, 19, 16, 176.74, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17259, 1866, 'Tetyana store', 910, 5, 16, 6.96, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17260, 1866, 'Tetyana store', 5962, 17, 16, 18.60, 1, 1, 'ai_bid', '2024-06-10 06:32:07', '2024-06-10 06:32:07', '2024-06-11 06:33:03'),
(17261, 1866, 'Tetyana store', 1381, 2, 16, 854.90, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17262, 1866, 'Tetyana store', 1476, 19, 16, 165.64, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17263, 1866, 'Tetyana store', 5604, 15, 16, 193.23, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17264, 1866, 'Tetyana store', 5848, 18, 16, 20.96, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17265, 1866, 'Tetyana store', 3154, 4, 16, 34.97, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17266, 1866, 'Tetyana store', 3611, 12, 16, 128.93, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17267, 1866, 'Tetyana store', 1214, 14, 16, 143.36, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17268, 1866, 'Tetyana store', 1534, 15, 16, 33.33, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17269, 1866, 'Tetyana store', 2521, 10, 16, 383.03, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17270, 1866, 'Tetyana store', 1168, 18, 16, 83.20, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17271, 1866, 'Tetyana store', 3525, 13, 16, 301.99, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17272, 1866, 'Tetyana store', 5032, 16, 16, 121.19, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17273, 1866, 'Tetyana store', 3925, 16, 16, 155.52, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17274, 1866, 'Tetyana store', 860, 13, 16, 370.99, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17275, 1866, 'Tetyana store', 5529, 1, 16, 10.22, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17276, 1866, 'Tetyana store', 1286, 15, 16, 518.82, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17277, 1866, 'Tetyana store', 4856, 12, 16, 270.81, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17278, 1866, 'Tetyana store', 6123, 11, 16, 19.94, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17279, 1866, 'Tetyana store', 3520, 13, 16, 63.59, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17280, 1866, 'Tetyana store', 30, 2, 16, 15.30, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17281, 1866, 'Tetyana store', 517, 7, 16, 18.23, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17282, 1866, 'Tetyana store', 1869, 19, 16, 3.15, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17283, 1866, 'Tetyana store', 1894, 19, 16, 0.21, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17284, 1866, 'Tetyana store', 5670, 15, 16, 1.92, 1, 1, 'ai_bid', '2024-06-10 06:32:08', '2024-06-10 06:32:08', '2024-06-11 06:33:03'),
(17285, 1866, 'Tetyana store', 2077, 5, 6, 5.25, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17286, 1866, 'Tetyana store', 2064, 13, 6, 3.17, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17287, 1866, 'Tetyana store', 1379, 14, 6, 13.14, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17288, 1866, 'Tetyana store', 5466, 7, 6, 22.04, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17289, 1866, 'Tetyana store', 563, 17, 6, 4.04, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17290, 1866, 'Tetyana store', 3981, 5, 6, 5.34, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17291, 1866, 'Tetyana store', 2397, 2, 6, 7.81, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17292, 1866, 'Tetyana store', 1662, 19, 6, 0.94, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17293, 1866, 'Tetyana store', 1827, 19, 6, 0.12, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17294, 1871, 'Almeida', 2077, 5, 7, 5.20, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17295, 1871, 'Almeida', 2064, 13, 7, 3.08, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17296, 1871, 'Almeida', 5949, 11, 7, 204.00, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17297, 1871, 'Almeida', 1815, 17, 7, 60.59, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17298, 1871, 'Almeida', 1573, 18, 7, 1287.50, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17299, 1871, 'Almeida', 5919, 15, 7, 542.84, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17300, 1871, 'Almeida', 1379, 14, 7, 13.14, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17301, 1871, 'Almeida', 3378, 7, 7, 353.50, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17302, 1871, 'Almeida', 5466, 7, 7, 22.25, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17303, 1871, 'Almeida', 563, 17, 7, 4.08, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17304, 1871, 'Almeida', 3981, 5, 7, 5.29, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17305, 1871, 'Almeida', 5265, 13, 7, 17.33, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17306, 1871, 'Almeida', 4992, 14, 7, 12.33, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17307, 1871, 'Almeida', 4694, 12, 7, 29.14, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17308, 1871, 'Almeida', 2397, 2, 7, 7.51, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17309, 1871, 'Almeida', 2126, 7, 7, 20.49, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17310, 1871, 'Almeida', 3060, 18, 7, 15.75, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17311, 1871, 'Almeida', 1900, 19, 7, 8.40, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17312, 1871, 'Almeida', 3104, 2, 7, 1150.51, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17313, 1871, 'Almeida', 3570, 12, 7, 1545.44, 1, 1, 'ai_bid', '2024-06-10 07:55:06', '2024-06-10 07:55:06', '2024-06-11 07:56:02'),
(17314, 1871, 'Almeida', 33, 2, 7, 6.36, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:02'),
(17315, 1871, 'Almeida', 5068, 16, 7, 66.14, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:02'),
(17316, 1871, 'Almeida', 1836, 19, 7, 8659.80, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:02'),
(17317, 1871, 'Almeida', 2731, 18, 7, 167.28, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17318, 1871, 'Almeida', 4444, 15, 7, 26.93, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17319, 1871, 'Almeida', 5926, 11, 7, 62.69, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17320, 1871, 'Almeida', 3001, 19, 7, 83.43, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17321, 1871, 'Almeida', 3027, 14, 7, 3328.00, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17322, 1871, 'Almeida', 6024, 15, 7, 3.93, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17323, 1871, 'Almeida', 5449, 12, 7, 1354.50, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17324, 1871, 'Almeida', 229, 17, 7, 236.50, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17325, 1871, 'Almeida', 3026, 18, 7, 20.20, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17326, 1871, 'Almeida', 919, 7, 7, 302.99, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17327, 1871, 'Almeida', 1566, 18, 7, 336.00, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17328, 1871, 'Almeida', 4625, 15, 7, 122.40, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17329, 1871, 'Almeida', 5855, 17, 7, 43.35, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17330, 1871, 'Almeida', 4395, 14, 7, 202.78, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17331, 1871, 'Almeida', 1609, 19, 7, 13.64, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17332, 1871, 'Almeida', 2806, 14, 7, 2039.94, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17333, 1871, 'Almeida', 39, 2, 7, 260.00, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17334, 1871, 'Almeida', 2076, 19, 7, 30.89, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17335, 1871, 'Almeida', 5874, 11, 7, 233.20, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17336, 1871, 'Almeida', 1746, 2, 7, 187.95, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17337, 1871, 'Almeida', 1166, 14, 7, 426.56, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17338, 1871, 'Almeida', 4813, 12, 7, 28.61, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17339, 1871, 'Almeida', 5196, 16, 7, 3814.94, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17340, 1871, 'Almeida', 3028, 18, 7, 73.44, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17341, 1871, 'Almeida', 2800, 19, 7, 3634.26, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17342, 1871, 'Almeida', 2418, 19, 7, 148.40, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17343, 1871, 'Almeida', 3385, 15, 7, 395.20, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17344, 1871, 'Almeida', 1755, 19, 7, 1604.39, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17345, 1871, 'Almeida', 3992, 12, 7, 70.72, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17346, 1871, 'Almeida', 3587, 12, 7, 7.40, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17347, 1871, 'Almeida', 2876, 12, 7, 84.79, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17348, 1871, 'Almeida', 4029, 17, 7, 31.19, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17349, 1871, 'Almeida', 4223, 5, 7, 9.79, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17350, 1871, 'Almeida', 3884, 11, 7, 40.79, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17351, 1871, 'Almeida', 2036, 2, 7, 63.26, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17352, 1871, 'Almeida', 3817, 11, 7, 1034.80, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17353, 1871, 'Almeida', 379, 2, 7, 7.14, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17354, 1871, 'Almeida', 5206, 13, 7, 52.99, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17355, 1871, 'Almeida', 5248, 16, 7, 42.63, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17356, 1871, 'Almeida', 4188, 5, 7, 143.82, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17357, 1871, 'Almeida', 5441, 12, 7, 24.43, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17358, 1871, 'Almeida', 4480, 16, 7, 8.15, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17359, 1871, 'Almeida', 5686, 15, 7, 91.80, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17360, 1871, 'Almeida', 2766, 19, 7, 329.46, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17361, 1871, 'Almeida', 1086, 19, 7, 1706.90, 1, 1, 'ai_bid', '2024-06-10 07:55:07', '2024-06-10 07:55:07', '2024-06-11 07:56:03'),
(17362, 1871, 'Almeida', 4014, 17, 7, 7.90, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17363, 1871, 'Almeida', 15, 2, 7, 24.15, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17364, 1871, 'Almeida', 1524, 15, 7, 19.95, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17365, 1871, 'Almeida', 1089, 19, 7, 637.51, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17366, 1871, 'Almeida', 5455, 17, 7, 53.60, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17367, 1871, 'Almeida', 5205, 16, 7, 83.42, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17368, 1871, 'Almeida', 4812, 14, 7, 58.62, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17369, 1871, 'Almeida', 4630, 15, 7, 103.00, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17370, 1871, 'Almeida', 2996, 13, 7, 505.00, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17371, 1871, 'Almeida', 4888, 1, 7, 106.03, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17372, 1871, 'Almeida', 3723, 19, 7, 237.35, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17373, 1871, 'Almeida', 4353, 18, 7, 524.69, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17374, 1871, 'Almeida', 1340, 15, 7, 41.19, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17375, 1871, 'Almeida', 1017, 12, 7, 2.30, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17376, 1871, 'Almeida', 3699, 10, 7, 56.11, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17377, 1871, 'Almeida', 4646, 5, 7, 42.63, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17378, 1871, 'Almeida', 2795, 14, 7, 715.85, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17379, 1871, 'Almeida', 3328, 7, 7, 13.25, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17380, 1871, 'Almeida', 5368, 13, 7, 9592.99, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17381, 1871, 'Almeida', 3102, 2, 7, 40.17, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17382, 1871, 'Almeida', 5207, 14, 7, 39.30, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17383, 1871, 'Almeida', 1870, 19, 7, 24.24, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17384, 1871, 'Almeida', 4997, 11, 7, 159.11, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17385, 1871, 'Almeida', 4085, 5, 7, 11.18, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17386, 1871, 'Almeida', 2833, 14, 7, 39.50, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17387, 1871, 'Almeida', 5894, 13, 7, 12.96, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17388, 1871, 'Almeida', 2516, 7, 7, 512.41, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17389, 1871, 'Almeida', 2060, 4, 7, 188.28, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17390, 1871, 'Almeida', 5963, 17, 7, 44.61, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17391, 1871, 'Almeida', 137, 18, 7, 9.36, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17392, 1871, 'Almeida', 2900, 19, 7, 3036.44, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17393, 1871, 'Almeida', 4671, 12, 7, 9.35, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17394, 1871, 'Almeida', 4555, 16, 7, 329.46, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17395, 1871, 'Almeida', 4677, 12, 7, 14.42, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17396, 1871, 'Almeida', 2456, 2, 7, 12.60, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17397, 1871, 'Almeida', 1018, 16, 7, 51.44, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17398, 1871, 'Almeida', 41, 2, 7, 18.90, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17399, 1871, 'Almeida', 4075, 14, 7, 19.38, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17400, 1871, 'Almeida', 2621, 18, 7, 19.01, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17401, 1871, 'Almeida', 2119, 12, 7, 7.83, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17402, 1871, 'Almeida', 4489, 15, 7, 33.60, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17403, 1871, 'Almeida', 5531, 10, 7, 46.56, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17404, 1871, 'Almeida', 5853, 15, 7, 402.79, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17405, 1871, 'Almeida', 1449, 10, 7, 15.52, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17406, 1871, 'Almeida', 6122, 11, 7, 28.55, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17407, 1871, 'Almeida', 3162, 4, 7, 23.68, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17408, 1871, 'Almeida', 2177, 19, 7, 436.80, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17409, 1871, 'Almeida', 5757, 15, 7, 4.50, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17410, 1871, 'Almeida', 790, 18, 7, 273.51, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17411, 1871, 'Almeida', 5640, 10, 7, 8.07, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17412, 1871, 'Almeida', 5001, 13, 7, 92.48, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17413, 1871, 'Almeida', 2789, 10, 7, 42.37, 1, 1, 'ai_bid', '2024-06-10 07:55:08', '2024-06-10 07:55:08', '2024-06-11 07:56:03'),
(17414, 1871, 'Almeida', 4020, 17, 7, 25.99, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17415, 1871, 'Almeida', 3029, 14, 7, 253.34, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17416, 1871, 'Almeida', 5872, 17, 7, 11.54, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17417, 1871, 'Almeida', 5735, 16, 7, 19.18, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17418, 1871, 'Almeida', 3359, 7, 7, 9.27, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17419, 1871, 'Almeida', 4314, 15, 7, 4.94, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17420, 1871, 'Almeida', 4980, 14, 7, 5.24, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17421, 1871, 'Almeida', 1827, 19, 7, 0.13, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17422, 1871, 'Almeida', 1894, 19, 7, 0.21, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17423, 1870, 'Liliana', 2077, 5, 8, 5.25, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17424, 1870, 'Liliana', 2064, 13, 8, 3.05, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17425, 1870, 'Liliana', 5949, 11, 8, 204.00, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17426, 1870, 'Liliana', 1815, 17, 8, 62.99, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17427, 1870, 'Liliana', 1573, 18, 8, 1262.50, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17428, 1870, 'Liliana', 5919, 15, 8, 537.67, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17429, 1870, 'Liliana', 1379, 14, 8, 13.02, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17430, 1870, 'Liliana', 3378, 7, 8, 360.50, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17431, 1870, 'Liliana', 5466, 7, 8, 21.41, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17432, 1870, 'Liliana', 563, 17, 8, 4.24, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17433, 1870, 'Liliana', 3981, 5, 8, 5.14, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17434, 1870, 'Liliana', 5265, 13, 8, 17.17, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17435, 1870, 'Liliana', 4992, 14, 8, 12.45, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17436, 1870, 'Liliana', 4694, 12, 8, 29.42, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17437, 1870, 'Liliana', 2397, 2, 8, 7.89, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17438, 1870, 'Liliana', 2126, 7, 8, 21.30, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17439, 1870, 'Liliana', 3060, 18, 8, 15.75, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17440, 1870, 'Liliana', 1900, 19, 8, 8.40, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17441, 1870, 'Liliana', 3104, 2, 8, 1128.17, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17442, 1870, 'Liliana', 3570, 12, 8, 1575.16, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17443, 1870, 'Liliana', 33, 2, 8, 6.24, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17444, 1870, 'Liliana', 5068, 16, 8, 65.51, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17445, 1870, 'Liliana', 1836, 19, 8, 8914.50, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17446, 1870, 'Liliana', 2731, 18, 8, 172.20, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17447, 1870, 'Liliana', 4444, 15, 8, 26.93, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17448, 1870, 'Liliana', 5926, 11, 8, 63.29, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17449, 1870, 'Liliana', 3001, 19, 8, 82.62, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17450, 1870, 'Liliana', 6024, 15, 8, 3.86, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17451, 1870, 'Liliana', 5449, 12, 8, 1367.40, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17452, 1870, 'Liliana', 3026, 18, 8, 20.59, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17453, 1870, 'Liliana', 5855, 17, 8, 42.54, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17454, 1870, 'Liliana', 1609, 19, 8, 13.77, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17455, 1870, 'Liliana', 3587, 12, 8, 7.48, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17456, 1870, 'Liliana', 1662, 19, 8, 0.94, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17457, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17458, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17459, 1870, 'Liliana', 756, 19, 8, 0.46, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17460, 1870, 'Liliana', 734, 19, 8, 0.23, 1, 1, 'ai_bid', '2024-06-10 07:55:09', '2024-06-10 07:55:09', '2024-06-11 07:56:03'),
(17461, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-10 07:56:05', '2024-06-10 07:56:05', '2024-06-11 07:57:02'),
(17462, 1873, 'Gustavo', 344, 18, 9, 346.50, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17463, 1873, 'Gustavo', 5257, 16, 9, 35.83, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17464, 1873, 'Gustavo', 699, 18, 9, 70.35, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17465, 1873, 'Gustavo', 4171, 18, 9, 25.99, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17466, 1873, 'Gustavo', 867, 7, 9, 9.71, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17467, 1873, 'Gustavo', 5470, 16, 9, 4.30, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17468, 1873, 'Gustavo', 658, 2, 9, 15.45, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17469, 1873, 'Gustavo', 5084, 14, 9, 20.79, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:03'),
(17470, 1873, 'Gustavo', 4179, 5, 9, 26.38, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17471, 1873, 'Gustavo', 2013, 4, 9, 42.23, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17472, 1873, 'Gustavo', 2612, 14, 9, 18.65, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(17473, 1873, 'Gustavo', 1457, 17, 9, 11.52, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17474, 1873, 'Gustavo', 4403, 14, 9, 186.78, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17475, 1873, 'Gustavo', 3730, 13, 9, 6.96, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17476, 1873, 'Gustavo', 5235, 16, 9, 383.80, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17477, 1873, 'Gustavo', 3317, 5, 9, 407.99, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17478, 1873, 'Gustavo', 1109, 19, 9, 161.60, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17479, 1873, 'Gustavo', 2998, 15, 9, 830.96, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17480, 1873, 'Gustavo', 375, 2, 9, 201.40, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17481, 1873, 'Gustavo', 5323, 16, 9, 29.35, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17482, 1873, 'Gustavo', 5132, 16, 9, 19.58, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17483, 1873, 'Gustavo', 4248, 5, 9, 571.99, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17484, 1873, 'Gustavo', 382, 10, 9, 82.01, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17485, 1873, 'Gustavo', 1159, 14, 9, 10.59, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17486, 1873, 'Gustavo', 5344, 14, 9, 83.95, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17487, 1873, 'Gustavo', 3587, 12, 9, 7.19, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17488, 1873, 'Gustavo', 6126, 11, 9, 22.82, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17489, 1873, 'Gustavo', 3056, 18, 9, 17.51, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17490, 1873, 'Gustavo', 4541, 16, 9, 898.89, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17491, 1873, 'Gustavo', 5110, 16, 9, 14.42, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17492, 1873, 'Gustavo', 5871, 11, 9, 2020.00, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17493, 1873, 'Gustavo', 3817, 11, 9, 1044.75, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17494, 1873, 'Gustavo', 3523, 12, 9, 16.03, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17495, 1873, 'Gustavo', 1655, 19, 9, 1307.95, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17496, 1873, 'Gustavo', 6097, 11, 9, 11.04, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17497, 1873, 'Gustavo', 3921, 2, 9, 131.30, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17498, 1873, 'Gustavo', 434, 17, 9, 122.19, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17499, 1873, 'Gustavo', 5498, 17, 9, 36.25, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17500, 1873, 'Gustavo', 4926, 11, 9, 27.81, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17501, 1873, 'Gustavo', 5457, 12, 9, 1950.11, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17502, 1873, 'Gustavo', 4760, 14, 9, 72.09, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17503, 1873, 'Gustavo', 2468, 18, 9, 18.69, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17504, 1873, 'Gustavo', 1795, 17, 9, 20.60, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17505, 1873, 'Gustavo', 1164, 10, 9, 4238.85, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17506, 1873, 'Gustavo', 1182, 19, 9, 101.97, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17507, 1873, 'Gustavo', 594, 10, 9, 12.24, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17508, 1873, 'Gustavo', 5889, 13, 9, 11.43, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17509, 1873, 'Gustavo', 4026, 17, 9, 102.99, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17510, 1873, 'Gustavo', 3320, 5, 9, 81.59, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17511, 1873, 'Gustavo', 5715, 15, 9, 1400.80, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17512, 1873, 'Gustavo', 2606, 18, 9, 14.39, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17513, 1873, 'Gustavo', 2422, 19, 9, 505.00, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17514, 1873, 'Gustavo', 5312, 14, 9, 64.04, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17515, 1873, 'Gustavo', 3419, 14, 9, 6.34, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17516, 1873, 'Gustavo', 4413, 15, 9, 64.25, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17517, 1873, 'Gustavo', 2394, 10, 9, 40.40, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:04'),
(17518, 1873, 'Gustavo', 6008, 11, 9, 101.92, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17519, 1873, 'Gustavo', 1687, 19, 9, 81.29, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17520, 1873, 'Gustavo', 234, 12, 9, 548.26, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17521, 1873, 'Gustavo', 3910, 16, 9, 1984.50, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17522, 1873, 'Gustavo', 5748, 13, 9, 10.09, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17523, 1873, 'Gustavo', 4670, 12, 9, 6.00, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17524, 1873, 'Gustavo', 4050, 18, 9, 9.44, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17525, 1873, 'Gustavo', 45, 2, 9, 135.45, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17526, 1873, 'Gustavo', 3248, 5, 9, 80.80, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17527, 1873, 'Gustavo', 3976, 12, 9, 740.94, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17528, 1873, 'Gustavo', 6049, 11, 9, 10.10, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17529, 1873, 'Gustavo', 5565, 12, 9, 147.05, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17530, 1873, 'Gustavo', 2582, 19, 9, 70.70, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17531, 1873, 'Gustavo', 2684, 14, 9, 20.29, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17532, 1873, 'Gustavo', 3678, 14, 9, 9.75, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17533, 1873, 'Gustavo', 4219, 5, 9, 1.31, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17534, 1873, 'Gustavo', 3001, 19, 9, 81.81, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17535, 1873, 'Gustavo', 2865, 14, 9, 56.64, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17536, 1873, 'Gustavo', 1550, 10, 9, 111.30, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17537, 1873, 'Gustavo', 4833, 17, 9, 18.12, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17538, 1873, 'Gustavo', 444, 16, 9, 32.85, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17539, 1873, 'Gustavo', 3096, 18, 9, 32.63, 1, 1, 'ai_bid', '2024-06-10 08:09:05', '2024-06-10 08:09:05', '2024-06-11 08:10:05'),
(17540, 1873, 'Gustavo', 1249, 18, 9, 42.00, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17541, 1873, 'Gustavo', 4355, 14, 9, 40.40, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17542, 1873, 'Gustavo', 1427, 19, 9, 20.96, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17543, 1873, 'Gustavo', 1057, 17, 9, 33.39, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17544, 1873, 'Gustavo', 3324, 7, 9, 1.39, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17545, 1873, 'Gustavo', 5287, 14, 9, 10.50, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17546, 1873, 'Gustavo', 4951, 14, 9, 9.18, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17547, 1873, 'Gustavo', 2462, 2, 9, 3.05, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17548, 1873, 'Gustavo', 2185, 19, 9, 62.40, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17549, 1873, 'Gustavo', 5857, 17, 9, 7.10, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17550, 1873, 'Gustavo', 5704, 10, 9, 2.54, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17551, 1873, 'Gustavo', 686, 10, 9, 4.12, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17552, 1873, 'Gustavo', 1844, 19, 9, 0.31, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17553, 1873, 'Gustavo', 803, 19, 9, 0.21, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17554, 1873, 'Gustavo', 1894, 19, 9, 0.21, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17555, 1873, 'Gustavo', 949, 5, 9, 0.32, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17556, 1873, 'Gustavo', 756, 19, 9, 0.47, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17557, 1873, 'Gustavo', 1827, 19, 9, 0.12, 1, 1, 'ai_bid', '2024-06-10 08:09:06', '2024-06-10 08:09:06', '2024-06-11 08:10:05'),
(17558, 1866, 'Tetyana store', 5326, 14, 11, 424.15, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17559, 1866, 'Tetyana store', 3299, 15, 11, 28.07, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17560, 1866, 'Tetyana store', 1341, 2, 11, 26.24, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17561, 1866, 'Tetyana store', 3685, 10, 11, 5223.92, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17562, 1866, 'Tetyana store', 5861, 13, 11, 26.24, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17563, 1866, 'Tetyana store', 938, 18, 11, 32.48, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17564, 1866, 'Tetyana store', 6025, 11, 11, 103.94, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17565, 1866, 'Tetyana store', 3257, 7, 11, 1058.94, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17566, 1866, 'Tetyana store', 4083, 18, 11, 51.49, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17567, 1866, 'Tetyana store', 813, 14, 11, 11.44, 1, 1, 'ai_bid', '2024-06-10 08:23:10', '2024-06-10 08:23:10', '2024-06-11 08:24:03'),
(17568, 1866, 'Tetyana store', 6044, 11, 11, 2958.00, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17569, 1866, 'Tetyana store', 523, 14, 11, 18.16, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17570, 1866, 'Tetyana store', 2114, 19, 11, 1783.98, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17571, 1866, 'Tetyana store', 3142, 4, 11, 88.39, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17572, 1866, 'Tetyana store', 3583, 12, 11, 152.87, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17573, 1866, 'Tetyana store', 1780, 2, 11, 19.68, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17574, 1866, 'Tetyana store', 1417, 10, 11, 99.99, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17575, 1866, 'Tetyana store', 570, 18, 11, 982.26, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17576, 1866, 'Tetyana store', 2875, 10, 11, 68.87, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:03'),
(17577, 1866, 'Tetyana store', 1990, 19, 11, 54.89, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17578, 1866, 'Tetyana store', 340, 15, 11, 205.01, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17579, 1866, 'Tetyana store', 2205, 19, 11, 17.16, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17580, 1866, 'Tetyana store', 1164, 10, 11, 4279.22, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17581, 1866, 'Tetyana store', 3462, 14, 11, 817.53, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17582, 1866, 'Tetyana store', 48, 2, 11, 20.80, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17583, 1866, 'Tetyana store', 4455, 15, 11, 12.71, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17584, 1866, 'Tetyana store', 3000, 19, 11, 20.20, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17585, 1866, 'Tetyana store', 4593, 14, 11, 30.30, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17586, 1866, 'Tetyana store', 4420, 15, 11, 57.74, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17587, 1866, 'Tetyana store', 5079, 16, 11, 29.74, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17588, 1866, 'Tetyana store', 3375, 10, 11, 13.51, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17589, 1866, 'Tetyana store', 4650, 15, 11, 505.34, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17590, 1866, 'Tetyana store', 1004, 16, 11, 74.20, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17591, 1866, 'Tetyana store', 5658, 15, 11, 3.73, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17592, 1866, 'Tetyana store', 1844, 19, 11, 0.32, 1, 1, 'ai_bid', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-11 08:24:04'),
(17593, 1867, 'Omevoric enterprises', 2276, 10, 12, 64.00, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:05'),
(17594, 1867, 'Omevoric enterprises', 2755, 19, 12, 1023.06, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17595, 1867, 'Omevoric enterprises', 1775, 2, 12, 253.76, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17596, 1867, 'Omevoric enterprises', 434, 17, 12, 119.86, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17597, 1867, 'Omevoric enterprises', 1128, 19, 12, 369.77, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17598, 1867, 'Omevoric enterprises', 2498, 17, 12, 172.70, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17599, 1867, 'Omevoric enterprises', 2551, 7, 12, 163.31, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17600, 1867, 'Omevoric enterprises', 5512, 10, 12, 13.35, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17601, 1867, 'Omevoric enterprises', 1553, 19, 12, 8840.00, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17602, 1867, 'Omevoric enterprises', 863, 13, 12, 1428.00, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17603, 1867, 'Omevoric enterprises', 3840, 15, 12, 405.60, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17604, 1867, 'Omevoric enterprises', 1746, 2, 12, 189.74, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17605, 1867, 'Omevoric enterprises', 1668, 19, 12, 131.99, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17606, 1867, 'Omevoric enterprises', 4840, 12, 12, 70.79, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17607, 1867, 'Omevoric enterprises', 5331, 14, 12, 206.71, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17608, 1867, 'Omevoric enterprises', 1773, 19, 12, 9.26, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17609, 1867, 'Omevoric enterprises', 787, 10, 12, 49.06, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17610, 1867, 'Omevoric enterprises', 2232, 19, 12, 56.65, 1, 1, 'ai_bid', '2024-06-10 08:34:04', '2024-06-10 08:34:04', '2024-06-11 08:34:07'),
(17611, 1867, 'Omevoric enterprises', 2524, 18, 12, 13.07, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17612, 1867, 'Omevoric enterprises', 4099, 5, 12, 208.00, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17613, 1867, 'Omevoric enterprises', 1097, 19, 12, 258.96, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17614, 1867, 'Omevoric enterprises', 5986, 17, 12, 19.50, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17615, 1867, 'Omevoric enterprises', 5350, 14, 12, 316.04, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17616, 1867, 'Omevoric enterprises', 935, 5, 12, 3.06, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17617, 1867, 'Omevoric enterprises', 4218, 14, 12, 34.64, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17618, 1867, 'Omevoric enterprises', 2443, 2, 12, 8.31, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17619, 1867, 'Omevoric enterprises', 3095, 2, 12, 349.46, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17620, 1867, 'Omevoric enterprises', 801, 14, 12, 11.26, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17621, 1867, 'Omevoric enterprises', 5309, 14, 12, 158.54, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17622, 1867, 'Omevoric enterprises', 6006, 17, 12, 18.57, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17623, 1867, 'Omevoric enterprises', 5712, 15, 12, 211.05, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17624, 1867, 'Omevoric enterprises', 2567, 14, 12, 403.99, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17625, 1867, 'Omevoric enterprises', 3264, 5, 12, 7.13, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17626, 1867, 'Omevoric enterprises', 1332, 15, 12, 20.59, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17627, 1867, 'Omevoric enterprises', 4062, 18, 12, 22.89, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17628, 1867, 'Omevoric enterprises', 2153, 2, 12, 282.22, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17629, 1867, 'Omevoric enterprises', 4719, 12, 12, 7.07, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17630, 1867, 'Omevoric enterprises', 4236, 5, 12, 303.00, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17631, 1867, 'Omevoric enterprises', 2362, 17, 12, 19.53, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17632, 1867, 'Omevoric enterprises', 1859, 18, 12, 3.82, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17633, 1867, 'Omevoric enterprises', 5440, 17, 12, 64.04, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17634, 1867, 'Omevoric enterprises', 1305, 15, 12, 42.63, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17635, 1867, 'Omevoric enterprises', 5441, 12, 12, 24.91, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17636, 1867, 'Omevoric enterprises', 3853, 4, 12, 505.00, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17637, 1867, 'Omevoric enterprises', 4945, 12, 12, 17.62, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17638, 1867, 'Omevoric enterprises', 2371, 17, 12, 83.46, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17639, 1867, 'Omevoric enterprises', 4949, 13, 12, 170.65, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17640, 1867, 'Omevoric enterprises', 5312, 14, 12, 64.04, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17641, 1867, 'Omevoric enterprises', 2528, 19, 12, 175.10, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17642, 1867, 'Omevoric enterprises', 176, 2, 12, 228.79, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17643, 1867, 'Omevoric enterprises', 1411, 10, 12, 7.07, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17644, 1867, 'Omevoric enterprises', 5884, 13, 12, 20.39, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17645, 1867, 'Omevoric enterprises', 2578, 7, 12, 17.80, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17646, 1867, 'Omevoric enterprises', 3577, 12, 12, 29.25, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17647, 1867, 'Omevoric enterprises', 33, 2, 12, 6.30, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17648, 1867, 'Omevoric enterprises', 217, 12, 12, 236.41, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17649, 1867, 'Omevoric enterprises', 4928, 12, 12, 50.76, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17650, 1867, 'Omevoric enterprises', 2757, 14, 12, 217.30, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17651, 1867, 'Omevoric enterprises', 28, 2, 12, 15.75, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17652, 1867, 'Omevoric enterprises', 4985, 13, 12, 309.00, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17653, 1867, 'Omevoric enterprises', 2768, 14, 12, 2974.40, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17654, 1867, 'Omevoric enterprises', 4386, 14, 12, 36.71, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17655, 1867, 'Omevoric enterprises', 6109, 11, 12, 6.24, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17656, 1867, 'Omevoric enterprises', 5213, 16, 12, 72.41, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17657, 1867, 'Omevoric enterprises', 5985, 17, 12, 26.40, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17658, 1867, 'Omevoric enterprises', 5909, 11, 12, 63.00, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17659, 1867, 'Omevoric enterprises', 256, 17, 12, 158.97, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17660, 1867, 'Omevoric enterprises', 1277, 10, 12, 34.80, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17661, 1867, 'Omevoric enterprises', 3605, 17, 12, 272.95, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17662, 1867, 'Omevoric enterprises', 4642, 5, 12, 26.55, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17663, 1867, 'Omevoric enterprises', 2146, 19, 12, 44.99, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17664, 1867, 'Omevoric enterprises', 1951, 12, 12, 38.21, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17665, 1867, 'Omevoric enterprises', 2286, 19, 12, 31.30, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17666, 1867, 'Omevoric enterprises', 4823, 17, 12, 29.82, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17667, 1867, 'Omevoric enterprises', 3092, 2, 12, 48.45, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17668, 1867, 'Omevoric enterprises', 1876, 19, 12, 32.66, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17669, 1867, 'Omevoric enterprises', 3400, 10, 12, 32.23, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17670, 1867, 'Omevoric enterprises', 5964, 17, 12, 47.66, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17671, 1867, 'Omevoric enterprises', 1631, 15, 12, 5.61, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17672, 1867, 'Omevoric enterprises', 803, 19, 12, 0.21, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17673, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-06-10 08:34:05', '2024-06-10 08:34:05', '2024-06-11 08:34:07'),
(17674, 1868, 'Marcelo Ltd', 5552, 10, 13, 27.15, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17675, 1868, 'Marcelo Ltd', 3313, 5, 13, 14.14, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17676, 1868, 'Marcelo Ltd', 1919, 18, 13, 73.50, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17677, 1868, 'Marcelo Ltd', 250, 5, 13, 2369.00, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17678, 1868, 'Marcelo Ltd', 26, 2, 13, 30.45, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17679, 1868, 'Marcelo Ltd', 3501, 11, 13, 9.27, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17680, 1868, 'Marcelo Ltd', 5507, 17, 13, 1287.75, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17681, 1868, 'Marcelo Ltd', 1646, 19, 13, 7.44, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17682, 1868, 'Marcelo Ltd', 3923, 16, 13, 464.60, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17683, 1868, 'Marcelo Ltd', 1186, 15, 13, 19.29, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17684, 1868, 'Marcelo Ltd', 3240, 4, 13, 104.61, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17685, 1868, 'Marcelo Ltd', 1557, 19, 13, 2968.00, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17686, 1868, 'Marcelo Ltd', 3022, 14, 13, 16.58, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17687, 1868, 'Marcelo Ltd', 3867, 11, 13, 6.89, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17688, 1868, 'Marcelo Ltd', 275, 14, 13, 340.92, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17689, 1868, 'Marcelo Ltd', 624, 5, 13, 1.02, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17690, 1868, 'Marcelo Ltd', 621, 5, 13, 2357.68, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17691, 1868, 'Marcelo Ltd', 1066, 4, 13, 6.83, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17692, 1868, 'Marcelo Ltd', 4891, 12, 13, 15.87, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17693, 1868, 'Marcelo Ltd', 5086, 13, 13, 154.01, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17694, 1868, 'Marcelo Ltd', 1887, 5, 13, 1.60, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17695, 1868, 'Marcelo Ltd', 143, 18, 13, 1.01, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17696, 1868, 'Marcelo Ltd', 3122, 2, 13, 3.03, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17697, 1868, 'Marcelo Ltd', 952, 5, 13, 5.36, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17698, 1868, 'Marcelo Ltd', 1613, 4, 13, 167.88, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17699, 1868, 'Marcelo Ltd', 2675, 10, 13, 10.09, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17700, 1868, 'Marcelo Ltd', 2717, 14, 13, 112.35, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17701, 1868, 'Marcelo Ltd', 3479, 14, 13, 46.77, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17702, 1868, 'Marcelo Ltd', 1761, 19, 13, 20.79, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17703, 1868, 'Marcelo Ltd', 5290, 14, 13, 742.00, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17704, 1868, 'Marcelo Ltd', 3001, 19, 13, 81.81, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17705, 1868, 'Marcelo Ltd', 851, 5, 13, 25.33, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17706, 1868, 'Marcelo Ltd', 958, 5, 13, 618.12, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17707, 1868, 'Marcelo Ltd', 3233, 5, 13, 105.00, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17708, 1868, 'Marcelo Ltd', 106, 2, 13, 124.32, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17709, 1868, 'Marcelo Ltd', 2295, 19, 13, 238.16, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17710, 1868, 'Marcelo Ltd', 695, 18, 13, 76.50, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17711, 1868, 'Marcelo Ltd', 2099, 17, 13, 21.28, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17712, 1868, 'Marcelo Ltd', 2919, 19, 13, 27.45, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17713, 1868, 'Marcelo Ltd', 3480, 11, 13, 20.19, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17714, 1868, 'Marcelo Ltd', 886, 7, 13, 60.58, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17715, 1868, 'Marcelo Ltd', 1414, 19, 13, 20.60, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17716, 1868, 'Marcelo Ltd', 2889, 14, 13, 20.19, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17717, 1868, 'Marcelo Ltd', 879, 7, 13, 51.52, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17718, 1868, 'Marcelo Ltd', 3754, 14, 13, 40.79, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17719, 1868, 'Marcelo Ltd', 610, 19, 13, 1922.96, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:02'),
(17720, 1868, 'Marcelo Ltd', 519, 18, 13, 61.18, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:03'),
(17721, 1868, 'Marcelo Ltd', 5301, 14, 13, 51.50, 1, 1, 'ai_bid', '2024-06-10 09:05:08', '2024-06-10 09:05:08', '2024-06-11 09:06:03'),
(17722, 1868, 'Marcelo Ltd', 1149, 18, 13, 211.99, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17723, 1868, 'Marcelo Ltd', 2653, 18, 13, 20.88, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17724, 1868, 'Marcelo Ltd', 313, 18, 13, 188.84, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17725, 1868, 'Marcelo Ltd', 2994, 19, 13, 8.99, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17726, 1868, 'Marcelo Ltd', 3198, 4, 13, 52.85, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17727, 1868, 'Marcelo Ltd', 1736, 19, 13, 34.16, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17728, 1868, 'Marcelo Ltd', 1518, 19, 13, 219.30, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17729, 1868, 'Marcelo Ltd', 858, 19, 13, 14.38, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17730, 1868, 'Marcelo Ltd', 2016, 15, 13, 277.75, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17731, 1868, 'Marcelo Ltd', 1846, 5, 13, 1.46, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17732, 1868, 'Marcelo Ltd', 5231, 13, 13, 7.97, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17733, 1868, 'Marcelo Ltd', 4822, 12, 13, 20.97, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17734, 1868, 'Marcelo Ltd', 5829, 11, 13, 26.51, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17735, 1868, 'Marcelo Ltd', 5438, 16, 13, 17.39, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17736, 1868, 'Marcelo Ltd', 5613, 16, 13, 20.79, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17737, 1868, 'Marcelo Ltd', 3486, 10, 13, 6.55, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17738, 1868, 'Marcelo Ltd', 803, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17739, 1868, 'Marcelo Ltd', 734, 19, 13, 0.22, 1, 1, 'ai_bid', '2024-06-10 09:05:09', '2024-06-10 09:05:09', '2024-06-11 09:06:03'),
(17740, 1869, 'Anatoliy fast store', 5718, 15, 14, 157.50, 1, 1, 'ai_bid', '2024-06-10 09:35:08', '2024-06-10 09:35:08', '2024-06-11 09:36:02'),
(17741, 1869, 'Anatoliy fast store', 17, 2, 14, 22.44, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17742, 1869, 'Anatoliy fast store', 4017, 17, 14, 3.04, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17743, 1869, 'Anatoliy fast store', 4274, 18, 14, 60.60, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17744, 1869, 'Anatoliy fast store', 113, 2, 14, 82.11, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17745, 1869, 'Anatoliy fast store', 4775, 12, 14, 53.70, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17746, 1869, 'Anatoliy fast store', 1944, 16, 14, 405.98, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17747, 1869, 'Anatoliy fast store', 4963, 13, 14, 1339.00, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17748, 1869, 'Anatoliy fast store', 533, 16, 14, 81.61, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17749, 1869, 'Anatoliy fast store', 3827, 11, 14, 3491.70, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17750, 1869, 'Anatoliy fast store', 5420, 17, 14, 19.33, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17751, 1869, 'Anatoliy fast store', 2479, 7, 14, 632.86, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17752, 1869, 'Anatoliy fast store', 983, 17, 14, 140.98, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17753, 1869, 'Anatoliy fast store', 2237, 2, 14, 35.35, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17754, 1869, 'Anatoliy fast store', 5688, 10, 14, 95.90, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17755, 1869, 'Anatoliy fast store', 412, 17, 14, 750.87, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17756, 1869, 'Anatoliy fast store', 617, 7, 14, 14.56, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17757, 1869, 'Anatoliy fast store', 1905, 18, 14, 107.06, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17758, 1869, 'Anatoliy fast store', 1363, 19, 14, 3.47, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17759, 1869, 'Anatoliy fast store', 2994, 19, 14, 9.07, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:02'),
(17760, 1869, 'Anatoliy fast store', 228, 5, 14, 5.14, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17761, 1869, 'Anatoliy fast store', 5238, 16, 14, 207.02, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17762, 1869, 'Anatoliy fast store', 4604, 16, 14, 27.27, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17763, 1869, 'Anatoliy fast store', 731, 19, 14, 110.34, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17764, 1869, 'Anatoliy fast store', 2778, 14, 14, 30.49, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17765, 1869, 'Anatoliy fast store', 1200, 18, 14, 9.45, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17766, 1869, 'Anatoliy fast store', 4302, 18, 14, 10.33, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17767, 1869, 'Anatoliy fast store', 4126, 5, 14, 83.81, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17768, 1869, 'Anatoliy fast store', 4945, 12, 14, 17.45, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17769, 1869, 'Anatoliy fast store', 2557, 7, 14, 4.46, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17770, 1869, 'Anatoliy fast store', 1758, 16, 14, 428.76, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17771, 1869, 'Anatoliy fast store', 4785, 12, 14, 370.82, 1, 1, 'ai_bid', '2024-06-10 09:35:10', '2024-06-10 09:35:10', '2024-06-11 09:36:03'),
(17772, 1869, 'Anatoliy fast store', 482, 17, 14, 27.13, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17773, 1869, 'Anatoliy fast store', 3108, 2, 14, 261.45, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17774, 1869, 'Anatoliy fast store', 774, 5, 14, 7.63, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17775, 1869, 'Anatoliy fast store', 5633, 10, 14, 8.95, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17776, 1869, 'Anatoliy fast store', 5103, 16, 14, 76.32, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17777, 1869, 'Anatoliy fast store', 5185, 16, 14, 322.39, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17778, 1869, 'Anatoliy fast store', 1606, 19, 14, 21.15, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17779, 1869, 'Anatoliy fast store', 1648, 17, 14, 9.36, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17780, 1869, 'Anatoliy fast store', 454, 16, 14, 102.49, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17781, 1869, 'Anatoliy fast store', 4569, 14, 14, 132.87, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17782, 1869, 'Anatoliy fast store', 4430, 16, 14, 157.50, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17783, 1869, 'Anatoliy fast store', 1498, 15, 14, 91.40, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17784, 1869, 'Anatoliy fast store', 1322, 15, 14, 39.78, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17785, 1869, 'Anatoliy fast store', 4568, 5, 14, 7.00, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17786, 1869, 'Anatoliy fast store', 77, 2, 14, 74.20, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17787, 1869, 'Anatoliy fast store', 2810, 14, 14, 402.72, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17788, 1869, 'Anatoliy fast store', 1733, 10, 14, 9.60, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17789, 1869, 'Anatoliy fast store', 25, 2, 14, 8.40, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17790, 1869, 'Anatoliy fast store', 2236, 19, 14, 20.40, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17791, 1869, 'Anatoliy fast store', 2808, 15, 14, 34.64, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17792, 1869, 'Anatoliy fast store', 4331, 15, 14, 19.95, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17793, 1869, 'Anatoliy fast store', 2521, 10, 14, 390.62, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17794, 1869, 'Anatoliy fast store', 1544, 10, 14, 116.39, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17795, 1869, 'Anatoliy fast store', 1655, 19, 14, 1346.80, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17796, 1869, 'Anatoliy fast store', 2907, 14, 14, 32.83, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17797, 1869, 'Anatoliy fast store', 4642, 5, 14, 26.05, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17798, 1869, 'Anatoliy fast store', 3396, 10, 14, 50.49, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17799, 1869, 'Anatoliy fast store', 3710, 18, 14, 1109.57, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17800, 1869, 'Anatoliy fast store', 3061, 2, 14, 12.98, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17801, 1869, 'Anatoliy fast store', 432, 18, 14, 214.57, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17802, 1869, 'Anatoliy fast store', 6035, 14, 14, 22.21, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17803, 1869, 'Anatoliy fast store', 3022, 14, 14, 16.41, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17804, 1869, 'Anatoliy fast store', 2577, 14, 14, 114.39, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17805, 1869, 'Anatoliy fast store', 1887, 5, 14, 1.64, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17806, 1869, 'Anatoliy fast store', 4676, 12, 14, 50.67, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17807, 1869, 'Anatoliy fast store', 4851, 17, 14, 1249.49, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17808, 1869, 'Anatoliy fast store', 4070, 5, 14, 20.20, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17809, 1869, 'Anatoliy fast store', 1617, 17, 14, 16.74, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17810, 1869, 'Anatoliy fast store', 5337, 14, 14, 40.40, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17811, 1869, 'Anatoliy fast store', 4054, 13, 14, 390.36, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17812, 1869, 'Anatoliy fast store', 423, 17, 14, 14.88, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17813, 1869, 'Anatoliy fast store', 6131, 11, 14, 40.40, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17814, 1869, 'Anatoliy fast store', 3104, 2, 14, 1161.68, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17815, 1869, 'Anatoliy fast store', 4211, 14, 14, 35.69, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17816, 1869, 'Anatoliy fast store', 4570, 14, 14, 53.54, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17817, 1869, 'Anatoliy fast store', 1354, 2, 14, 17.92, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:03'),
(17818, 1869, 'Anatoliy fast store', 2235, 19, 14, 31.83, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17819, 1869, 'Anatoliy fast store', 469, 16, 14, 105.00, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17820, 1869, 'Anatoliy fast store', 2992, 12, 14, 127.92, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17821, 1869, 'Anatoliy fast store', 4885, 12, 14, 515.58, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17822, 1869, 'Anatoliy fast store', 3574, 12, 14, 17.50, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17823, 1869, 'Anatoliy fast store', 998, 16, 14, 398.57, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17824, 1869, 'Anatoliy fast store', 1991, 18, 14, 38.15, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17825, 1869, 'Anatoliy fast store', 5234, 16, 14, 388.09, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17826, 1869, 'Anatoliy fast store', 4513, 16, 14, 7.42, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17827, 1869, 'Anatoliy fast store', 5962, 17, 14, 17.90, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17828, 1869, 'Anatoliy fast store', 4964, 12, 14, 20.69, 1, 1, 'ai_bid', '2024-06-10 09:35:11', '2024-06-10 09:35:11', '2024-06-11 09:36:04'),
(17829, 1869, 'Anatoliy fast store', 3265, 7, 14, 7.29, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17830, 1869, 'Anatoliy fast store', 375, 2, 14, 193.80, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17831, 1869, 'Anatoliy fast store', 1373, 15, 14, 23.69, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17832, 1869, 'Anatoliy fast store', 459, 19, 14, 780.00, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17833, 1869, 'Anatoliy fast store', 5991, 17, 14, 16.46, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17834, 1869, 'Anatoliy fast store', 5863, 13, 14, 31.30, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17835, 1869, 'Anatoliy fast store', 6002, 11, 14, 282.80, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(17836, 1869, 'Anatoliy fast store', 990, 16, 14, 219.84, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17837, 1869, 'Anatoliy fast store', 1271, 19, 14, 292.74, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17838, 1869, 'Anatoliy fast store', 5766, 15, 14, 21.00, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17839, 1869, 'Anatoliy fast store', 4307, 18, 14, 1030.00, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17840, 1869, 'Anatoliy fast store', 3876, 16, 14, 28.07, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17841, 1869, 'Anatoliy fast store', 240, 5, 14, 9.45, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17842, 1869, 'Anatoliy fast store', 2678, 10, 14, 39.74, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17843, 1869, 'Anatoliy fast store', 3211, 17, 14, 20.45, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17844, 1869, 'Anatoliy fast store', 3192, 4, 14, 143.30, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17845, 1869, 'Anatoliy fast store', 5486, 7, 14, 8.08, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17846, 1869, 'Anatoliy fast store', 5488, 7, 14, 22.66, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17847, 1869, 'Anatoliy fast store', 349, 15, 14, 25.43, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17848, 1869, 'Anatoliy fast store', 1130, 19, 14, 36.14, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17849, 1869, 'Anatoliy fast store', 2620, 14, 14, 34.31, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17850, 1869, 'Anatoliy fast store', 4991, 13, 14, 170.26, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17851, 1869, 'Anatoliy fast store', 1219, 15, 14, 5.24, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17852, 1869, 'Anatoliy fast store', 3733, 13, 14, 5.41, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17853, 1869, 'Anatoliy fast store', 3082, 2, 14, 12.58, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17854, 1869, 'Anatoliy fast store', 1340, 15, 14, 41.59, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17855, 1869, 'Anatoliy fast store', 145, 2, 14, 72.45, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17856, 1869, 'Anatoliy fast store', 1228, 19, 14, 21.32, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17857, 1869, 'Anatoliy fast store', 2180, 19, 14, 14.56, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17858, 1869, 'Anatoliy fast store', 633, 14, 14, 10.30, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17859, 1869, 'Anatoliy fast store', 6128, 11, 14, 19.15, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17860, 1869, 'Anatoliy fast store', 1589, 4, 14, 2.44, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17861, 1869, 'Anatoliy fast store', 1405, 14, 14, 10.40, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17862, 1869, 'Anatoliy fast store', 4909, 12, 14, 2.12, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17863, 1869, 'Anatoliy fast store', 1894, 19, 14, 0.20, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17864, 1869, 'Anatoliy fast store', 803, 19, 14, 0.20, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17865, 1869, 'Anatoliy fast store', 734, 19, 14, 0.22, 1, 1, 'ai_bid', '2024-06-10 09:35:12', '2024-06-10 09:35:12', '2024-06-11 09:36:04'),
(17866, 1872, 'Melisa', 3926, 5, 18, 21.00, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17867, 1872, 'Melisa', 370, 18, 18, 923.99, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17868, 1872, 'Melisa', 5518, 12, 18, 18.17, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17869, 1872, 'Melisa', 2613, 14, 18, 29.16, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17870, 1872, 'Melisa', 4236, 5, 18, 303.00, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17871, 1872, 'Melisa', 4395, 14, 18, 212.82, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17872, 1872, 'Melisa', 2446, 2, 18, 300.56, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17873, 1872, 'Melisa', 5554, 10, 18, 5.64, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17874, 1872, 'Melisa', 2959, 17, 18, 395.38, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17875, 1872, 'Melisa', 2237, 2, 18, 35.70, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17876, 1872, 'Melisa', 3892, 2, 18, 103.95, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17877, 1872, 'Melisa', 1269, 19, 18, 111.10, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17878, 1872, 'Melisa', 3158, 4, 18, 40.38, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17879, 1872, 'Melisa', 2671, 14, 18, 15.99, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17880, 1872, 'Melisa', 799, 19, 18, 140.40, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17881, 1872, 'Melisa', 5399, 14, 18, 16.10, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17882, 1872, 'Melisa', 1872, 18, 18, 19.33, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17883, 1872, 'Melisa', 1224, 19, 18, 15.61, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17884, 1872, 'Melisa', 3536, 10, 18, 1479.00, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17885, 1872, 'Melisa', 5765, 13, 18, 9.35, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17886, 1872, 'Melisa', 5160, 16, 18, 274.01, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17887, 1872, 'Melisa', 2473, 19, 18, 530.00, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17888, 1872, 'Melisa', 909, 5, 18, 31.80, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17889, 1872, 'Melisa', 2105, 2, 18, 420.00, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17890, 1872, 'Melisa', 329, 18, 18, 134.54, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17891, 1872, 'Melisa', 109, 2, 18, 25.55, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17892, 1872, 'Melisa', 456, 19, 18, 46.77, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17893, 1872, 'Melisa', 2829, 14, 18, 11.12, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17894, 1872, 'Melisa', 3749, 7, 18, 50.72, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17895, 1872, 'Melisa', 2010, 15, 18, 404.56, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17896, 1872, 'Melisa', 1356, 15, 18, 1868.50, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:02'),
(17897, 1872, 'Melisa', 5292, 16, 18, 20.39, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17898, 1872, 'Melisa', 2113, 10, 18, 9.42, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17899, 1872, 'Melisa', 3936, 16, 18, 349.79, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17900, 1872, 'Melisa', 3591, 12, 18, 12.28, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17901, 1872, 'Melisa', 1231, 10, 18, 47.27, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17902, 1872, 'Melisa', 2029, 4, 18, 165.64, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17903, 1872, 'Melisa', 5842, 17, 18, 808.97, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17904, 1872, 'Melisa', 4803, 12, 18, 18.53, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17905, 1872, 'Melisa', 4154, 5, 18, 21.20, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17906, 1872, 'Melisa', 636, 14, 18, 7.21, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17907, 1872, 'Melisa', 684, 19, 18, 4449.24, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17908, 1872, 'Melisa', 3721, 10, 18, 35.48, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17909, 1872, 'Melisa', 3383, 7, 18, 101.06, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17910, 1872, 'Melisa', 2177, 19, 18, 424.20, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17911, 1872, 'Melisa', 6080, 15, 18, 20.79, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17912, 1872, 'Melisa', 5759, 13, 18, 4.03, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17913, 1872, 'Melisa', 1459, 10, 18, 5.29, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17914, 1872, 'Melisa', 1121, 19, 18, 84.49, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17915, 1872, 'Melisa', 4133, 5, 18, 349.80, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17916, 1872, 'Melisa', 2199, 19, 18, 31.50, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17917, 1872, 'Melisa', 3091, 18, 18, 46.63, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17918, 1872, 'Melisa', 3068, 2, 18, 15.29, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17919, 1872, 'Melisa', 4897, 12, 18, 10.29, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17920, 1872, 'Melisa', 783, 18, 18, 40.83, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17921, 1872, 'Melisa', 1718, 10, 18, 4.11, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17922, 1872, 'Melisa', 2689, 14, 18, 20.19, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17923, 1872, 'Melisa', 5957, 17, 18, 12.63, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17924, 1872, 'Melisa', 934, 17, 18, 13.50, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17925, 1872, 'Melisa', 1813, 19, 18, 3.03, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17926, 1872, 'Melisa', 5968, 17, 18, 21.17, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17927, 1872, 'Melisa', 44, 2, 18, 4.12, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17928, 1872, 'Melisa', 1576, 4, 18, 2.68, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17929, 1872, 'Melisa', 1818, 19, 18, 1.06, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17930, 1872, 'Melisa', 1850, 5, 18, 0.58, 1, 1, 'ai_bid', '2024-06-10 11:27:06', '2024-06-10 11:27:06', '2024-06-11 11:28:03'),
(17931, 1798, 'Feelyards', 940, 5, NULL, 71.00, 1, 1, 'manual_bid', '2024-06-10 14:26:01', '2024-06-10 14:26:01', '2024-06-11 14:26:02'),
(17932, 1798, 'Feelyards', 3153, 2, NULL, 400.00, 1, 1, 'manual_bid', '2024-06-10 14:28:58', '2024-06-10 14:28:58', '2024-06-11 14:29:02'),
(17933, 1869, 'Anatoliy fast store', 5428, 12, 17, 5.24, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:03'),
(17934, 1869, 'Anatoliy fast store', 1401, 10, 17, 10.50, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17935, 1869, 'Anatoliy fast store', 4583, 5, 17, 49.88, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17936, 1869, 'Anatoliy fast store', 479, 19, 17, 1320.80, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17937, 1869, 'Anatoliy fast store', 4683, 12, 17, 8.31, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17938, 1869, 'Anatoliy fast store', 4234, 18, 17, 42.65, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17939, 1869, 'Anatoliy fast store', 2865, 14, 17, 57.74, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17940, 1869, 'Anatoliy fast store', 959, 5, 17, 2.65, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17941, 1869, 'Anatoliy fast store', 5722, 16, 17, 29.86, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17942, 1869, 'Anatoliy fast store', 2557, 7, 17, 4.29, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17943, 1869, 'Anatoliy fast store', 3952, 16, 17, 143.81, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17944, 1869, 'Anatoliy fast store', 200, 7, 17, 8.19, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17945, 1869, 'Anatoliy fast store', 3349, 15, 17, 36.97, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17946, 1869, 'Anatoliy fast store', 5829, 11, 17, 26.25, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17947, 1869, 'Anatoliy fast store', 1200, 18, 17, 9.45, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17948, 1869, 'Anatoliy fast store', 4326, 15, 17, 110.24, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17949, 1869, 'Anatoliy fast store', 1917, 18, 17, 74.39, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17950, 1869, 'Anatoliy fast store', 5343, 16, 17, 10.30, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17951, 1869, 'Anatoliy fast store', 1590, 18, 17, 726.96, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17952, 1869, 'Anatoliy fast store', 4389, 16, 17, 15.30, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17953, 1869, 'Anatoliy fast store', 5000, 13, 17, 20.40, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17954, 1869, 'Anatoliy fast store', 268, 18, 17, 6.44, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17955, 1869, 'Anatoliy fast store', 5041, 13, 17, 20.20, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17956, 1869, 'Anatoliy fast store', 2231, 18, 17, 55.64, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17957, 1869, 'Anatoliy fast store', 3233, 5, 17, 103.00, 1, 1, 'ai_bid', '2024-06-11 06:42:18', '2024-06-11 06:42:18', '2024-06-12 06:43:05'),
(17958, 1869, 'Anatoliy fast store', 4571, 16, 17, 1853.99, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:05'),
(17959, 1869, 'Anatoliy fast store', 2007, 1, 17, 103.15, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:05'),
(17960, 1869, 'Anatoliy fast store', 6140, 11, 17, 20.40, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:05'),
(17961, 1869, 'Anatoliy fast store', 4170, 14, 17, 141.39, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:05'),
(17962, 1869, 'Anatoliy fast store', 3290, 5, 17, 319.05, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:05'),
(17963, 1869, 'Anatoliy fast store', 3091, 18, 17, 46.63, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:05'),
(17964, 1869, 'Anatoliy fast store', 2059, 4, 17, 1526.94, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17965, 1869, 'Anatoliy fast store', 3031, 18, 17, 133.42, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17966, 1869, 'Anatoliy fast store', 110, 2, 17, 194.44, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17967, 1869, 'Anatoliy fast store', 4566, 14, 17, 66.29, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17968, 1869, 'Anatoliy fast store', 3925, 16, 17, 160.05, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17969, 1869, 'Anatoliy fast store', 2356, 19, 17, 80.80, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17970, 1869, 'Anatoliy fast store', 2014, 15, 17, 208.01, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17971, 1869, 'Anatoliy fast store', 5581, 10, 17, 31.20, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17972, 1869, 'Anatoliy fast store', 5151, 16, 17, 332.84, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17973, 1869, 'Anatoliy fast store', 3178, 4, 17, 5.47, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17974, 1869, 'Anatoliy fast store', 2587, 7, 17, 50.97, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17975, 1869, 'Anatoliy fast store', 1758, 16, 17, 424.55, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17976, 1869, 'Anatoliy fast store', 188, 7, 17, 57.62, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17977, 1869, 'Anatoliy fast store', 4093, 18, 17, 31.30, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17978, 1869, 'Anatoliy fast store', 928, 5, 17, 170.69, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17979, 1869, 'Anatoliy fast store', 3045, 10, 17, 654.16, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17980, 1869, 'Anatoliy fast store', 972, 5, 17, 14.49, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17981, 1869, 'Anatoliy fast store', 3784, 13, 17, 98.80, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17982, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17983, 1869, 'Anatoliy fast store', 5014, 13, 17, 531.41, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17984, 1869, 'Anatoliy fast store', 3910, 16, 17, 2003.40, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17985, 1869, 'Anatoliy fast store', 4921, 11, 17, 28.28, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17986, 1869, 'Anatoliy fast store', 5249, 16, 17, 40.91, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17987, 1869, 'Anatoliy fast store', 3005, 19, 17, 63.43, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17988, 1869, 'Anatoliy fast store', 66, 2, 17, 39.39, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17989, 1869, 'Anatoliy fast store', 4101, 18, 17, 31.49, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17990, 1869, 'Anatoliy fast store', 2523, 19, 17, 116.60, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17991, 1869, 'Anatoliy fast store', 402, 18, 17, 9.08, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17992, 1869, 'Anatoliy fast store', 4724, 12, 17, 50.46, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17993, 1869, 'Anatoliy fast store', 2033, 4, 17, 219.45, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17994, 1869, 'Anatoliy fast store', 4647, 5, 17, 85.85, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17995, 1869, 'Anatoliy fast store', 3647, 13, 17, 81.36, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17996, 1869, 'Anatoliy fast store', 795, 18, 17, 787.77, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17997, 1869, 'Anatoliy fast store', 2237, 2, 17, 35.70, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17998, 1869, 'Anatoliy fast store', 3062, 2, 17, 204.00, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(17999, 1869, 'Anatoliy fast store', 1507, 10, 17, 3.66, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18000, 1869, 'Anatoliy fast store', 2455, 2, 17, 50.40, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18001, 1869, 'Anatoliy fast store', 5589, 12, 17, 157.94, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18002, 1869, 'Anatoliy fast store', 1650, 19, 17, 10.39, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18003, 1869, 'Anatoliy fast store', 4446, 15, 17, 33.98, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18004, 1869, 'Anatoliy fast store', 2918, 18, 17, 623.70, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18005, 1869, 'Anatoliy fast store', 2927, 19, 17, 22.76, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18006, 1869, 'Anatoliy fast store', 760, 19, 17, 18.53, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18007, 1869, 'Anatoliy fast store', 1144, 4, 17, 36.92, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18008, 1869, 'Anatoliy fast store', 5786, 15, 17, 12.43, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18009, 1869, 'Anatoliy fast store', 3155, 19, 17, 116.60, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18010, 1869, 'Anatoliy fast store', 3687, 14, 17, 77.46, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18011, 1869, 'Anatoliy fast store', 2195, 19, 17, 77.25, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18012, 1869, 'Anatoliy fast store', 905, 13, 17, 18.78, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18013, 1869, 'Anatoliy fast store', 6098, 15, 17, 20.38, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18014, 1869, 'Anatoliy fast store', 308, 7, 17, 7.55, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18015, 1869, 'Anatoliy fast store', 322, 10, 17, 51.50, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18016, 1869, 'Anatoliy fast store', 3991, 12, 17, 30.73, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18017, 1869, 'Anatoliy fast store', 755, 19, 17, 34.31, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18018, 1869, 'Anatoliy fast store', 2253, 10, 17, 21.19, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18019, 1869, 'Anatoliy fast store', 3068, 2, 17, 15.14, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18020, 1869, 'Anatoliy fast store', 824, 18, 17, 23.73, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18021, 1869, 'Anatoliy fast store', 2009, 4, 17, 33.81, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18022, 1869, 'Anatoliy fast store', 2064, 13, 17, 3.14, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18023, 1869, 'Anatoliy fast store', 1213, 10, 17, 2.47, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18024, 1869, 'Anatoliy fast store', 1811, 5, 17, 0.21, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18025, 1869, 'Anatoliy fast store', 1894, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-06-11 06:42:19', '2024-06-11 06:42:19', '2024-06-12 06:43:06'),
(18026, 1866, 'Tetyana store', 231, 12, 16, 70.97, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18027, 1866, 'Tetyana store', 2561, 7, 16, 20.70, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18028, 1866, 'Tetyana store', 2133, 19, 16, 130.00, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18029, 1866, 'Tetyana store', 1481, 15, 16, 53.00, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18030, 1866, 'Tetyana store', 2850, 19, 16, 1855.00, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18031, 1866, 'Tetyana store', 3336, 7, 16, 13.41, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18032, 1866, 'Tetyana store', 730, 19, 16, 70.56, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18033, 1866, 'Tetyana store', 3027, 14, 16, 3328.00, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18034, 1866, 'Tetyana store', 840, 1, 16, 197.59, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18035, 1866, 'Tetyana store', 2813, 18, 16, 8312.30, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18036, 1866, 'Tetyana store', 3293, 5, 16, 14.42, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18037, 1866, 'Tetyana store', 5326, 14, 16, 445.15, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18038, 1866, 'Tetyana store', 262, 5, 16, 175.10, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18039, 1866, 'Tetyana store', 542, 18, 16, 209.88, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18040, 1866, 'Tetyana store', 2088, 5, 16, 15.60, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18041, 1866, 'Tetyana store', 1419, 5, 16, 42.00, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:03'),
(18042, 1866, 'Tetyana store', 1667, 14, 16, 10.35, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18043, 1866, 'Tetyana store', 3987, 12, 16, 31.50, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18044, 1866, 'Tetyana store', 4147, 14, 16, 102.99, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18045, 1866, 'Tetyana store', 310, 7, 16, 55.86, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18046, 1866, 'Tetyana store', 2104, 18, 16, 17.92, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18047, 1866, 'Tetyana store', 5898, 13, 16, 35.44, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18048, 1866, 'Tetyana store', 2848, 14, 16, 239.19, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18049, 1866, 'Tetyana store', 2394, 10, 16, 40.80, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18050, 1866, 'Tetyana store', 4368, 16, 16, 51.50, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18051, 1866, 'Tetyana store', 1113, 19, 16, 179.14, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18052, 1866, 'Tetyana store', 4786, 17, 16, 18.53, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18053, 1866, 'Tetyana store', 3467, 14, 16, 13.38, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18054, 1866, 'Tetyana store', 5587, 10, 16, 11.10, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18055, 1866, 'Tetyana store', 5785, 15, 16, 5.97, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18056, 1866, 'Tetyana store', 1850, 5, 16, 0.57, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18057, 1866, 'Tetyana store', 1662, 19, 16, 0.93, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18058, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-06-11 07:45:07', '2024-06-11 07:45:07', '2024-06-12 07:46:04'),
(18059, 1866, 'Tetyana store', 1827, 19, 16, 0.13, 1, 1, 'ai_bid', '2024-06-11 07:46:06', '2024-06-11 07:46:06', '2024-06-12 07:47:03'),
(18060, 1866, 'Tetyana store', 3884, 11, 6, 40.39, 1, 1, 'ai_bid', '2024-06-11 09:07:04', '2024-06-11 09:07:04', '2024-06-12 09:08:03'),
(18061, 1866, 'Tetyana store', 1210, 15, 6, 4.24, 1, 1, 'ai_bid', '2024-06-11 09:07:04', '2024-06-11 09:07:04', '2024-06-12 09:08:03'),
(18062, 1866, 'Tetyana store', 2601, 17, 6, 16.47, 1, 1, 'ai_bid', '2024-06-11 09:07:04', '2024-06-11 09:07:04', '2024-06-12 09:08:03'),
(18063, 1866, 'Tetyana store', 765, 19, 6, 1.31, 1, 1, 'ai_bid', '2024-06-11 09:07:04', '2024-06-11 09:07:04', '2024-06-12 09:08:03'),
(18064, 1870, 'Liliana', 3490, 11, 8, 21.19, 1, 1, 'ai_bid', '2024-06-11 09:08:03', '2024-06-11 09:08:03', '2024-06-12 09:08:03'),
(18065, 1870, 'Liliana', 3378, 7, 8, 367.50, 1, 1, 'ai_bid', '2024-06-11 09:08:03', '2024-06-11 09:08:03', '2024-06-12 09:08:03'),
(18066, 1870, 'Liliana', 4409, 14, 8, 653.05, 1, 1, 'ai_bid', '2024-06-11 09:08:03', '2024-06-11 09:08:03', '2024-06-12 09:08:03'),
(18067, 1870, 'Liliana', 2316, 18, 8, 53.01, 1, 1, 'ai_bid', '2024-06-11 09:08:03', '2024-06-11 09:08:03', '2024-06-12 09:08:03'),
(18068, 1870, 'Liliana', 2172, 17, 8, 29.20, 1, 1, 'ai_bid', '2024-06-11 09:08:03', '2024-06-11 09:08:03', '2024-06-12 09:08:03'),
(18069, 1870, 'Liliana', 3745, 7, 8, 12.96, 1, 1, 'ai_bid', '2024-06-11 09:08:03', '2024-06-11 09:08:03', '2024-06-12 09:08:03'),
(18070, 1870, 'Liliana', 4227, 5, 8, 222.60, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18071, 1870, 'Liliana', 4571, 16, 8, 1871.99, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18072, 1870, 'Liliana', 4497, 15, 8, 15.74, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18073, 1870, 'Liliana', 5221, 13, 8, 203.93, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18074, 1870, 'Liliana', 3456, 10, 8, 102.96, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18075, 1870, 'Liliana', 1817, 19, 8, 1138.80, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18076, 1870, 'Liliana', 4368, 16, 8, 53.00, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18077, 1870, 'Liliana', 4461, 15, 8, 575.69, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18078, 1870, 'Liliana', 341, 18, 8, 825.74, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18079, 1870, 'Liliana', 4978, 11, 8, 5706.90, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18080, 1870, 'Liliana', 5241, 14, 8, 32.60, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18081, 1870, 'Liliana', 833, 18, 8, 20.34, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18082, 1870, 'Liliana', 1098, 19, 8, 284.58, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18083, 1870, 'Liliana', 654, 18, 8, 57.24, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18084, 1870, 'Liliana', 719, 18, 8, 19.05, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18085, 1870, 'Liliana', 704, 19, 8, 49.40, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18086, 1870, 'Liliana', 6043, 15, 8, 7.04, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18087, 1870, 'Liliana', 5857, 17, 8, 6.90, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18088, 1870, 'Liliana', 3812, 4, 8, 30.11, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18089, 1870, 'Liliana', 2387, 16, 8, 43.18, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18090, 1870, 'Liliana', 880, 17, 8, 190.89, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18091, 1870, 'Liliana', 5583, 12, 8, 509.95, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18092, 1870, 'Liliana', 4254, 18, 8, 20.56, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18093, 1870, 'Liliana', 2101, 19, 8, 912.58, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18094, 1870, 'Liliana', 5668, 15, 8, 329.60, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18095, 1870, 'Liliana', 4454, 15, 8, 1579.40, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18096, 1870, 'Liliana', 4867, 12, 8, 185.42, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18097, 1870, 'Liliana', 5252, 16, 8, 10.19, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18098, 1870, 'Liliana', 6177, 14, 8, 23.68, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18099, 1870, 'Liliana', 1405, 14, 8, 10.10, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18100, 1870, 'Liliana', 782, 14, 8, 7.19, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18101, 1870, 'Liliana', 192, 4, 8, 125.29, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18102, 1870, 'Liliana', 1316, 15, 8, 40.39, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18103, 1870, 'Liliana', 465, 19, 8, 13.25, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18104, 1870, 'Liliana', 6124, 11, 8, 40.16, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18105, 1870, 'Liliana', 1576, 4, 8, 2.70, 1, 1, 'ai_bid', '2024-06-11 09:08:04', '2024-06-11 09:08:04', '2024-06-12 09:09:03'),
(18106, 1871, 'Almeida', 4218, 14, 7, 34.31, 1, 1, 'ai_bid', '2024-06-11 09:09:04', '2024-06-11 09:09:04', '2024-06-12 09:10:05'),
(18107, 1871, 'Almeida', 185, 16, 7, 72.09, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18108, 1871, 'Almeida', 2088, 5, 7, 15.15, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18109, 1871, 'Almeida', 3066, 18, 7, 231.75, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18110, 1871, 'Almeida', 5179, 16, 7, 84.79, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18111, 1871, 'Almeida', 5590, 1, 7, 56.09, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18112, 1871, 'Almeida', 5848, 18, 7, 22.00, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18113, 1871, 'Almeida', 650, 2, 7, 26.00, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18114, 1871, 'Almeida', 4518, 16, 7, 31.79, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18115, 1871, 'Almeida', 593, 10, 7, 15.60, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18116, 1871, 'Almeida', 679, 18, 7, 4762.80, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18117, 1871, 'Almeida', 1490, 15, 7, 12990.30, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18118, 1871, 'Almeida', 2304, 2, 7, 412.00, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18119, 1871, 'Almeida', 590, 19, 7, 3412.50, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18120, 1871, 'Almeida', 5430, 16, 7, 20.80, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18121, 1871, 'Almeida', 2735, 18, 7, 2474.50, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18122, 1871, 'Almeida', 1330, 15, 7, 73.27, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18123, 1871, 'Almeida', 3707, 18, 7, 361.48, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18124, 1871, 'Almeida', 3418, 14, 7, 24.58, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18125, 1871, 'Almeida', 5041, 13, 7, 21.00, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18126, 1871, 'Almeida', 5345, 14, 7, 53.03, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18127, 1871, 'Almeida', 5313, 13, 7, 24462.50, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18128, 1871, 'Almeida', 2386, 2, 7, 8.32, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18129, 1871, 'Almeida', 1233, 19, 7, 21.13, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18130, 1871, 'Almeida', 5062, 16, 7, 23.32, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18131, 1871, 'Almeida', 3955, 16, 7, 29.86, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18132, 1871, 'Almeida', 1393, 15, 7, 40.97, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18133, 1871, 'Almeida', 875, 19, 7, 17.58, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18134, 1871, 'Almeida', 4232, 18, 7, 16.99, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18135, 1871, 'Almeida', 1032, 19, 7, 100.70, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18136, 1871, 'Almeida', 4155, 18, 7, 10.29, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18137, 1871, 'Almeida', 2917, 14, 7, 17.14, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18138, 1871, 'Almeida', 5440, 17, 7, 62.82, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18139, 1871, 'Almeida', 1163, 18, 7, 18.35, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18140, 1871, 'Almeida', 1860, 13, 7, 917.37, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18141, 1871, 'Almeida', 5803, 13, 7, 15.74, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18142, 1871, 'Almeida', 759, 19, 7, 55.53, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18143, 1871, 'Almeida', 4076, 18, 7, 41.59, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18144, 1871, 'Almeida', 4554, 14, 7, 3180.00, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18145, 1871, 'Almeida', 3915, 16, 7, 2641.80, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:05'),
(18146, 1871, 'Almeida', 4996, 14, 7, 10.39, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:06'),
(18147, 1871, 'Almeida', 4013, 17, 7, 3.94, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:06'),
(18148, 1871, 'Almeida', 1097, 19, 7, 263.94, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:06'),
(18149, 1871, 'Almeida', 4284, 14, 7, 21.62, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:06'),
(18150, 1871, 'Almeida', 3204, 17, 7, 74.69, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:06'),
(18151, 1871, 'Almeida', 4103, 14, 7, 7.13, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:06'),
(18152, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-11 09:09:05', '2024-06-11 09:09:05', '2024-06-12 09:10:06'),
(18153, 1871, 'Almeida', 1827, 19, 7, 0.13, 1, 1, 'ai_bid', '2024-06-11 09:10:06', '2024-06-11 09:10:06', '2024-06-12 09:11:03'),
(18154, 1873, 'Gustavo', 2310, 2, 9, 1513.07, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:02'),
(18155, 1873, 'Gustavo', 4007, 12, 9, 824.68, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:02'),
(18156, 1873, 'Gustavo', 2485, 16, 9, 143.81, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:02'),
(18157, 1873, 'Gustavo', 348, 15, 9, 42.16, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:02'),
(18158, 1873, 'Gustavo', 2293, 19, 9, 798.72, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:02'),
(18159, 1873, 'Gustavo', 4226, 18, 9, 59.31, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:02'),
(18160, 1873, 'Gustavo', 3812, 4, 9, 30.40, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:02'),
(18161, 1873, 'Gustavo', 2157, 16, 9, 18.55, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18162, 1873, 'Gustavo', 5442, 12, 9, 26.27, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18163, 1873, 'Gustavo', 570, 18, 9, 1020.78, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18164, 1873, 'Gustavo', 1118, 18, 9, 1047.26, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18165, 1873, 'Gustavo', 4866, 14, 9, 8.47, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18166, 1873, 'Gustavo', 3262, 5, 9, 5.72, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18167, 1873, 'Gustavo', 2803, 14, 9, 816.00, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18168, 1873, 'Gustavo', 4998, 13, 9, 118.45, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18169, 1873, 'Gustavo', 790, 18, 9, 276.12, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18170, 1873, 'Gustavo', 4237, 18, 9, 21.17, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18171, 1873, 'Gustavo', 3328, 7, 9, 13.12, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18172, 1873, 'Gustavo', 1277, 10, 9, 35.14, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18173, 1873, 'Gustavo', 5005, 11, 9, 35.34, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18174, 1873, 'Gustavo', 2873, 14, 9, 25.49, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18175, 1873, 'Gustavo', 2966, 15, 9, 510.00, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18176, 1873, 'Gustavo', 4092, 5, 9, 2.89, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18177, 1873, 'Gustavo', 1662, 19, 9, 0.93, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18178, 1873, 'Gustavo', 1182, 19, 9, 102.96, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18179, 1873, 'Gustavo', 5227, 13, 9, 16.15, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18180, 1873, 'Gustavo', 4868, 17, 9, 407.99, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18181, 1873, 'Gustavo', 3967, 16, 9, 18.18, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18182, 1873, 'Gustavo', 272, 2, 9, 2009.40, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18183, 1873, 'Gustavo', 3385, 15, 9, 383.80, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18184, 1873, 'Gustavo', 5426, 17, 9, 61.80, 1, 1, 'ai_bid', '2024-06-11 09:22:04', '2024-06-11 09:22:04', '2024-06-12 09:23:03'),
(18185, 1873, 'Gustavo', 3626, 13, 9, 19.99, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18186, 1873, 'Gustavo', 4676, 12, 9, 51.16, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18187, 1873, 'Gustavo', 719, 18, 9, 18.51, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18188, 1873, 'Gustavo', 5727, 16, 9, 37.07, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18189, 1873, 'Gustavo', 1642, 4, 9, 234.04, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18190, 1873, 'Gustavo', 740, 19, 9, 14.03, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18191, 1873, 'Gustavo', 4433, 15, 9, 706.99, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18192, 1873, 'Gustavo', 3951, 5, 9, 10200.00, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18193, 1873, 'Gustavo', 6146, 11, 9, 30.30, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18194, 1873, 'Gustavo', 4543, 16, 9, 373.11, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18195, 1873, 'Gustavo', 1073, 19, 9, 114.21, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18196, 1873, 'Gustavo', 1131, 19, 9, 378.01, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18197, 1873, 'Gustavo', 2112, 19, 9, 52.50, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18198, 1873, 'Gustavo', 1322, 15, 9, 39.39, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18199, 1873, 'Gustavo', 3103, 18, 9, 140.70, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18200, 1873, 'Gustavo', 2250, 19, 9, 72.42, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18201, 1873, 'Gustavo', 113, 2, 9, 85.33, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18202, 1873, 'Gustavo', 5264, 13, 9, 5.98, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18203, 1873, 'Gustavo', 1719, 5, 9, 1.06, 1, 1, 'ai_bid', '2024-06-11 09:22:05', '2024-06-11 09:22:05', '2024-06-12 09:23:03'),
(18204, 1866, 'Tetyana store', 4565, 14, 11, 91.80, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18205, 1866, 'Tetyana store', 1070, 19, 11, 798.00, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18206, 1866, 'Tetyana store', 6095, 15, 11, 30.98, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(18207, 1866, 'Tetyana store', 5392, 17, 11, 34.14, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18208, 1866, 'Tetyana store', 2649, 18, 11, 6.70, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18209, 1866, 'Tetyana store', 965, 5, 11, 1060.00, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18210, 1866, 'Tetyana store', 5736, 16, 11, 107.05, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18211, 1866, 'Tetyana store', 575, 18, 11, 943.34, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18212, 1866, 'Tetyana store', 426, 17, 11, 15.45, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18213, 1866, 'Tetyana store', 3225, 5, 11, 1.13, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18214, 1866, 'Tetyana store', 340, 15, 11, 209.03, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18215, 1866, 'Tetyana store', 5292, 16, 11, 20.79, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18216, 1866, 'Tetyana store', 897, 18, 11, 478.39, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18217, 1866, 'Tetyana store', 4882, 17, 11, 18.53, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18218, 1866, 'Tetyana store', 3533, 12, 11, 2.42, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18219, 1866, 'Tetyana store', 2250, 19, 11, 75.26, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18220, 1866, 'Tetyana store', 3995, 12, 11, 4620.00, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18221, 1866, 'Tetyana store', 344, 18, 11, 356.59, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:02'),
(18222, 1866, 'Tetyana store', 62, 2, 11, 18.18, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18223, 1866, 'Tetyana store', 5431, 17, 11, 22.84, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18224, 1866, 'Tetyana store', 4766, 12, 11, 28.27, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18225, 1866, 'Tetyana store', 1736, 19, 11, 33.51, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18226, 1866, 'Tetyana store', 2872, 19, 11, 2719.20, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18227, 1866, 'Tetyana store', 1955, 16, 11, 3.61, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18228, 1866, 'Tetyana store', 2518, 10, 11, 20.68, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18229, 1866, 'Tetyana store', 4648, 15, 11, 40.80, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18230, 1866, 'Tetyana store', 4256, 5, 11, 2549.99, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18231, 1866, 'Tetyana store', 3709, 14, 11, 3.40, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18232, 1866, 'Tetyana store', 3366, 15, 11, 31.19, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18233, 1866, 'Tetyana store', 1199, 14, 11, 24.71, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18234, 1866, 'Tetyana store', 2833, 14, 11, 41.46, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18235, 1866, 'Tetyana store', 4503, 16, 11, 266.21, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18236, 1866, 'Tetyana store', 1449, 10, 11, 15.98, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18237, 1866, 'Tetyana store', 2975, 19, 11, 519.17, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18238, 1866, 'Tetyana store', 4670, 12, 11, 5.89, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18239, 1866, 'Tetyana store', 502, 19, 11, 57.20, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18240, 1866, 'Tetyana store', 5534, 10, 11, 130.52, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18241, 1866, 'Tetyana store', 4197, 18, 11, 11.32, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18242, 1866, 'Tetyana store', 4358, 14, 11, 5.24, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18243, 1866, 'Tetyana store', 2349, 19, 11, 235.31, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18244, 1866, 'Tetyana store', 5441, 12, 11, 24.43, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18245, 1866, 'Tetyana store', 1012, 16, 11, 2398.44, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18246, 1866, 'Tetyana store', 2229, 16, 11, 27.76, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18247, 1866, 'Tetyana store', 4842, 12, 11, 90.32, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18248, 1866, 'Tetyana store', 4832, 17, 11, 16.61, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18249, 1866, 'Tetyana store', 2962, 14, 11, 10.86, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18250, 1866, 'Tetyana store', 6124, 11, 11, 39.38, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18251, 1866, 'Tetyana store', 5011, 14, 11, 10.19, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18252, 1866, 'Tetyana store', 4380, 15, 11, 5.14, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18253, 1866, 'Tetyana store', 500, 19, 11, 16.36, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18254, 1866, 'Tetyana store', 1244, 10, 11, 512.16, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18255, 1866, 'Tetyana store', 5990, 17, 11, 4.81, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18256, 1866, 'Tetyana store', 5200, 16, 11, 149.45, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18257, 1866, 'Tetyana store', 4778, 12, 11, 331.34, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18258, 1866, 'Tetyana store', 4728, 12, 11, 53.54, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18259, 1866, 'Tetyana store', 784, 18, 11, 40.83, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18260, 1866, 'Tetyana store', 3645, 14, 11, 9.54, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18261, 1866, 'Tetyana store', 4812, 14, 11, 58.07, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18262, 1866, 'Tetyana store', 529, 17, 11, 37.79, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18263, 1866, 'Tetyana store', 6020, 17, 11, 20.99, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:03'),
(18264, 1866, 'Tetyana store', 2534, 14, 11, 10.18, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:04'),
(18265, 1866, 'Tetyana store', 1253, 10, 11, 32.32, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:04'),
(18266, 1866, 'Tetyana store', 5976, 17, 11, 13.64, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:04'),
(18267, 1866, 'Tetyana store', 689, 10, 11, 3.12, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:04'),
(18268, 1866, 'Tetyana store', 4438, 15, 11, 31.93, 1, 1, 'ai_bid', '2024-06-11 09:35:09', '2024-06-11 09:35:09', '2024-06-12 09:36:04'),
(18269, 1866, 'Tetyana store', 1142, 18, 11, 83.15, 1, 1, 'ai_bid', '2024-06-11 09:35:10', '2024-06-11 09:35:10', '2024-06-12 09:36:04'),
(18270, 1866, 'Tetyana store', 1662, 19, 11, 0.94, 1, 1, 'ai_bid', '2024-06-11 09:35:10', '2024-06-11 09:35:10', '2024-06-12 09:36:04'),
(18271, 1867, 'Omevoric enterprises', 3824, 15, 12, 104.00, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:02'),
(18272, 1867, 'Omevoric enterprises', 3131, 18, 12, 22.04, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18273, 1867, 'Omevoric enterprises', 3610, 13, 12, 15.51, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18274, 1867, 'Omevoric enterprises', 6089, 15, 12, 5.12, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18275, 1867, 'Omevoric enterprises', 1109, 19, 12, 168.00, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18276, 1867, 'Omevoric enterprises', 3237, 4, 12, 137.79, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18277, 1867, 'Omevoric enterprises', 3094, 18, 12, 38.15, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18278, 1867, 'Omevoric enterprises', 2623, 14, 12, 9.30, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18279, 1867, 'Omevoric enterprises', 3379, 7, 12, 10.49, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18280, 1867, 'Omevoric enterprises', 5749, 15, 12, 6.58, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18281, 1867, 'Omevoric enterprises', 1500, 19, 12, 11.32, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18282, 1867, 'Omevoric enterprises', 5337, 14, 12, 42.00, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18283, 1867, 'Omevoric enterprises', 3855, 4, 12, 762.14, 1, 1, 'ai_bid', '2024-06-11 09:45:10', '2024-06-11 09:45:10', '2024-06-12 09:46:03'),
(18284, 1867, 'Omevoric enterprises', 3059, 2, 12, 42.56, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18285, 1867, 'Omevoric enterprises', 1049, 19, 12, 49.98, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18286, 1867, 'Omevoric enterprises', 1570, 19, 12, 33.31, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18287, 1867, 'Omevoric enterprises', 4652, 15, 12, 412.00, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18288, 1867, 'Omevoric enterprises', 2305, 19, 12, 544.39, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18289, 1867, 'Omevoric enterprises', 301, 18, 12, 9.29, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18290, 1867, 'Omevoric enterprises', 1580, 19, 12, 15.69, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18291, 1867, 'Omevoric enterprises', 3821, 15, 12, 23.84, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18292, 1867, 'Omevoric enterprises', 5813, 15, 12, 155.95, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18293, 1867, 'Omevoric enterprises', 2605, 14, 12, 28.83, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18294, 1867, 'Omevoric enterprises', 5941, 15, 12, 8745.00, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18295, 1867, 'Omevoric enterprises', 3303, 16, 12, 1272.00, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18296, 1867, 'Omevoric enterprises', 1456, 19, 12, 26.26, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18297, 1867, 'Omevoric enterprises', 599, 19, 12, 1260.00, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18298, 1867, 'Omevoric enterprises', 4186, 5, 12, 136.50, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18299, 1867, 'Omevoric enterprises', 5474, 7, 12, 41.81, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18300, 1867, 'Omevoric enterprises', 1951, 12, 12, 37.48, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18301, 1867, 'Omevoric enterprises', 4719, 12, 12, 7.28, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18302, 1867, 'Omevoric enterprises', 875, 19, 12, 17.75, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18303, 1867, 'Omevoric enterprises', 2928, 10, 12, 621.92, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18304, 1867, 'Omevoric enterprises', 392, 10, 12, 116.54, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18305, 1867, 'Omevoric enterprises', 789, 10, 12, 10.30, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18306, 1867, 'Omevoric enterprises', 1301, 19, 12, 11.11, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18307, 1867, 'Omevoric enterprises', 1791, 19, 12, 1050.00, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18308, 1867, 'Omevoric enterprises', 2952, 19, 12, 572.00, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18309, 1867, 'Omevoric enterprises', 2464, 19, 12, 71.70, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18310, 1867, 'Omevoric enterprises', 4907, 13, 12, 205.75, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18311, 1867, 'Omevoric enterprises', 3665, 10, 12, 29.07, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:03'),
(18312, 1867, 'Omevoric enterprises', 246, 17, 12, 42.29, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18313, 1867, 'Omevoric enterprises', 5548, 10, 12, 33.58, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18314, 1867, 'Omevoric enterprises', 5582, 15, 12, 12.67, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18315, 1867, 'Omevoric enterprises', 70, 2, 12, 42.42, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18316, 1867, 'Omevoric enterprises', 1372, 10, 12, 25.94, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18317, 1867, 'Omevoric enterprises', 2545, 10, 12, 109.32, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18318, 1867, 'Omevoric enterprises', 951, 18, 12, 460.41, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18319, 1867, 'Omevoric enterprises', 2758, 14, 12, 858.50, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18320, 1867, 'Omevoric enterprises', 1688, 13, 12, 48.68, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18321, 1867, 'Omevoric enterprises', 2655, 18, 12, 305.91, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18322, 1867, 'Omevoric enterprises', 5966, 17, 12, 8.91, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18323, 1867, 'Omevoric enterprises', 2017, 15, 12, 194.85, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18324, 1867, 'Omevoric enterprises', 1810, 19, 12, 123.59, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18325, 1867, 'Omevoric enterprises', 4439, 16, 12, 107.05, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18326, 1867, 'Omevoric enterprises', 4944, 14, 12, 8.23, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18327, 1867, 'Omevoric enterprises', 4923, 11, 12, 24.09, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18328, 1867, 'Omevoric enterprises', 3306, 5, 12, 19.93, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18329, 1867, 'Omevoric enterprises', 4749, 14, 12, 180.79, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18330, 1867, 'Omevoric enterprises', 5472, 12, 12, 48.25, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18331, 1867, 'Omevoric enterprises', 3835, 16, 12, 3.92, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18332, 1867, 'Omevoric enterprises', 692, 10, 12, 8.08, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18333, 1867, 'Omevoric enterprises', 3734, 10, 12, 139.76, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18334, 1867, 'Omevoric enterprises', 2275, 5, 12, 36.36, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18335, 1867, 'Omevoric enterprises', 5945, 17, 12, 3.44, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18336, 1867, 'Omevoric enterprises', 1722, 18, 12, 4.11, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18337, 1867, 'Omevoric enterprises', 5911, 13, 12, 7.91, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18338, 1867, 'Omevoric enterprises', 3294, 15, 12, 12.35, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18339, 1867, 'Omevoric enterprises', 5668, 15, 12, 326.40, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18340, 1867, 'Omevoric enterprises', 3136, 2, 12, 1393.60, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18341, 1867, 'Omevoric enterprises', 3719, 19, 12, 70.94, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18342, 1867, 'Omevoric enterprises', 2446, 2, 12, 297.67, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18343, 1867, 'Omevoric enterprises', 3679, 10, 12, 120.19, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18344, 1867, 'Omevoric enterprises', 1750, 19, 12, 45.90, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18345, 1867, 'Omevoric enterprises', 4260, 14, 12, 39.89, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18346, 1867, 'Omevoric enterprises', 5905, 17, 12, 2.47, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18347, 1867, 'Omevoric enterprises', 5962, 17, 12, 18.43, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18348, 1867, 'Omevoric enterprises', 2135, 17, 12, 58.75, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18349, 1867, 'Omevoric enterprises', 3642, 13, 12, 17.33, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18350, 1867, 'Omevoric enterprises', 215, 7, 12, 7.82, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18351, 1867, 'Omevoric enterprises', 22, 2, 12, 13.26, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18352, 1867, 'Omevoric enterprises', 3072, 2, 12, 16.15, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18353, 1867, 'Omevoric enterprises', 5388, 17, 12, 20.79, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18354, 1867, 'Omevoric enterprises', 220, 12, 12, 149.16, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18355, 1867, 'Omevoric enterprises', 1184, 18, 12, 50.47, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18356, 1867, 'Omevoric enterprises', 5539, 10, 12, 278.72, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18357, 1867, 'Omevoric enterprises', 5470, 16, 12, 4.25, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18358, 1867, 'Omevoric enterprises', 2168, 19, 12, 15.29, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18359, 1867, 'Omevoric enterprises', 1007, 16, 12, 79.01, 1, 1, 'ai_bid', '2024-06-11 09:45:11', '2024-06-11 09:45:11', '2024-06-12 09:46:04'),
(18360, 1867, 'Omevoric enterprises', 5829, 11, 12, 27.55, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18361, 1867, 'Omevoric enterprises', 2075, 19, 12, 104.04, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18362, 1867, 'Omevoric enterprises', 4832, 17, 12, 16.14, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18363, 1867, 'Omevoric enterprises', 626, 14, 12, 3.12, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18364, 1867, 'Omevoric enterprises', 2357, 17, 12, 10.29, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18365, 1867, 'Omevoric enterprises', 2518, 10, 12, 20.88, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18366, 1867, 'Omevoric enterprises', 3657, 13, 12, 7.13, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18367, 1867, 'Omevoric enterprises', 24, 2, 12, 1.02, 1, 1, 'ai_bid', '2024-06-11 09:45:12', '2024-06-11 09:45:12', '2024-06-12 09:46:04'),
(18368, 1868, 'Marcelo Ltd', 4380, 15, 13, 5.19, 1, 1, 'ai_bid', '2024-06-11 10:18:03', '2024-06-11 10:18:03', '2024-06-12 10:18:03'),
(18369, 1868, 'Marcelo Ltd', 5413, 14, 13, 7821.45, 1, 1, 'ai_bid', '2024-06-11 10:18:03', '2024-06-11 10:18:03', '2024-06-12 10:18:03'),
(18370, 1868, 'Marcelo Ltd', 2639, 18, 13, 10.40, 1, 1, 'ai_bid', '2024-06-11 10:18:03', '2024-06-11 10:18:03', '2024-06-12 10:18:03'),
(18371, 1868, 'Marcelo Ltd', 4647, 5, 13, 84.23, 1, 1, 'ai_bid', '2024-06-11 10:18:03', '2024-06-11 10:18:03', '2024-06-12 10:18:03'),
(18372, 1868, 'Marcelo Ltd', 843, 13, 13, 457.98, 1, 1, 'ai_bid', '2024-06-11 10:18:03', '2024-06-11 10:18:03', '2024-06-12 10:18:03'),
(18373, 1868, 'Marcelo Ltd', 5488, 7, 13, 23.10, 1, 1, 'ai_bid', '2024-06-11 10:18:03', '2024-06-11 10:18:03', '2024-06-12 10:18:03'),
(18374, 1868, 'Marcelo Ltd', 442, 16, 13, 204.00, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18375, 1868, 'Marcelo Ltd', 2107, 4, 13, 38.27, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18376, 1868, 'Marcelo Ltd', 562, 18, 13, 3564.90, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18377, 1868, 'Marcelo Ltd', 1491, 15, 13, 10.26, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18378, 1868, 'Marcelo Ltd', 2365, 19, 13, 1919.00, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18379, 1868, 'Marcelo Ltd', 4470, 15, 13, 1142.96, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18380, 1868, 'Marcelo Ltd', 1038, 19, 13, 19.07, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18381, 1868, 'Marcelo Ltd', 5255, 16, 13, 24.26, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18382, 1868, 'Marcelo Ltd', 1763, 16, 13, 186.01, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18383, 1868, 'Marcelo Ltd', 3020, 14, 13, 23.45, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18384, 1868, 'Marcelo Ltd', 4543, 16, 13, 369.59, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18385, 1868, 'Marcelo Ltd', 988, 17, 13, 483.00, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18386, 1868, 'Marcelo Ltd', 604, 10, 13, 10.40, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18387, 1868, 'Marcelo Ltd', 5826, 15, 13, 5.94, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18388, 1868, 'Marcelo Ltd', 660, 10, 13, 2.04, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18389, 1868, 'Marcelo Ltd', 1811, 5, 13, 0.20, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18390, 1868, 'Marcelo Ltd', 756, 19, 13, 0.45, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18391, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-06-11 10:18:04', '2024-06-11 10:18:04', '2024-06-12 10:19:03'),
(18392, 1869, 'Anatoliy fast store', 6033, 11, 14, 631.55, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18393, 1869, 'Anatoliy fast store', 5784, 15, 14, 630.00, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18394, 1869, 'Anatoliy fast store', 4826, 12, 14, 15.14, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18395, 1869, 'Anatoliy fast store', 2505, 19, 14, 51.49, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18396, 1869, 'Anatoliy fast store', 5497, 17, 14, 608.45, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18397, 1869, 'Anatoliy fast store', 3112, 2, 14, 7.65, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18398, 1869, 'Anatoliy fast store', 5793, 15, 14, 306.08, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18399, 1869, 'Anatoliy fast store', 1028, 19, 14, 260.00, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18400, 1869, 'Anatoliy fast store', 5477, 12, 14, 12.11, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18401, 1869, 'Anatoliy fast store', 3132, 4, 14, 138.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18402, 1869, 'Anatoliy fast store', 1692, 19, 14, 67.57, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18403, 1869, 'Anatoliy fast store', 3960, 5, 14, 73.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18404, 1869, 'Anatoliy fast store', 1974, 18, 14, 24.85, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18405, 1869, 'Anatoliy fast store', 5900, 11, 14, 100.89, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18406, 1869, 'Anatoliy fast store', 1740, 5, 14, 3.06, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18407, 1869, 'Anatoliy fast store', 3723, 19, 14, 239.70, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18408, 1869, 'Anatoliy fast store', 4401, 18, 14, 30.90, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18409, 1869, 'Anatoliy fast store', 683, 10, 14, 41.34, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18410, 1869, 'Anatoliy fast store', 4969, 14, 14, 14.84, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18411, 1869, 'Anatoliy fast store', 5286, 16, 14, 22.74, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18412, 1869, 'Anatoliy fast store', 1972, 18, 14, 13.26, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18413, 1869, 'Anatoliy fast store', 1639, 4, 14, 15.83, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18414, 1869, 'Anatoliy fast store', 6082, 11, 14, 7.21, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18415, 1869, 'Anatoliy fast store', 3328, 7, 14, 13.25, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18416, 1869, 'Anatoliy fast store', 4778, 12, 14, 324.97, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18417, 1869, 'Anatoliy fast store', 4187, 14, 14, 1009.99, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18418, 1869, 'Anatoliy fast store', 4965, 14, 14, 9.36, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18419, 1869, 'Anatoliy fast store', 5695, 10, 14, 59.31, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:03'),
(18420, 1869, 'Anatoliy fast store', 3298, 16, 14, 25.99, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18421, 1869, 'Anatoliy fast store', 1807, 19, 14, 82.16, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18422, 1869, 'Anatoliy fast store', 4800, 17, 14, 53.56, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18423, 1869, 'Anatoliy fast store', 4682, 12, 14, 15.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18424, 1869, 'Anatoliy fast store', 2091, 1, 14, 4.25, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18425, 1869, 'Anatoliy fast store', 441, 17, 14, 39.45, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18426, 1869, 'Anatoliy fast store', 670, 10, 14, 8.16, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18427, 1869, 'Anatoliy fast store', 821, 18, 14, 144.40, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18428, 1869, 'Anatoliy fast store', 3135, 2, 14, 307.69, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18429, 1869, 'Anatoliy fast store', 32, 2, 14, 119.18, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18430, 1869, 'Anatoliy fast store', 4890, 13, 14, 592.88, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18431, 1869, 'Anatoliy fast store', 3697, 14, 14, 34.93, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18432, 1869, 'Anatoliy fast store', 4508, 16, 14, 42.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18433, 1869, 'Anatoliy fast store', 4012, 17, 14, 13.09, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18434, 1869, 'Anatoliy fast store', 5449, 12, 14, 1354.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18435, 1869, 'Anatoliy fast store', 1156, 18, 14, 25.75, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18436, 1869, 'Anatoliy fast store', 2724, 18, 14, 6728.80, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18437, 1869, 'Anatoliy fast store', 22, 2, 14, 13.78, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18438, 1869, 'Anatoliy fast store', 1731, 5, 14, 2.08, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18439, 1869, 'Anatoliy fast store', 2587, 7, 14, 50.97, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18440, 1869, 'Anatoliy fast store', 3057, 2, 14, 12.86, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18441, 1869, 'Anatoliy fast store', 1774, 7, 14, 62.42, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18442, 1869, 'Anatoliy fast store', 5742, 16, 14, 13.23, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18443, 1869, 'Anatoliy fast store', 4248, 5, 14, 566.49, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18444, 1869, 'Anatoliy fast store', 1889, 19, 14, 62.54, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18445, 1869, 'Anatoliy fast store', 1284, 15, 14, 685.11, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18446, 1869, 'Anatoliy fast store', 3511, 11, 14, 39.39, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18447, 1869, 'Anatoliy fast store', 2087, 2, 14, 525.00, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18448, 1869, 'Anatoliy fast store', 3673, 14, 14, 104.02, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18449, 1869, 'Anatoliy fast store', 2600, 14, 14, 1008.99, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18450, 1869, 'Anatoliy fast store', 3209, 17, 14, 22.66, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18451, 1869, 'Anatoliy fast store', 3928, 16, 14, 10.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18452, 1869, 'Anatoliy fast store', 5886, 11, 14, 1698.32, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18453, 1869, 'Anatoliy fast store', 408, 18, 14, 98.36, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18454, 1869, 'Anatoliy fast store', 4504, 16, 14, 611.99, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18455, 1869, 'Anatoliy fast store', 1976, 19, 14, 463.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18456, 1869, 'Anatoliy fast store', 883, 7, 14, 4.73, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18457, 1869, 'Anatoliy fast store', 2258, 13, 14, 25.82, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18458, 1869, 'Anatoliy fast store', 35, 2, 14, 31.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18459, 1869, 'Anatoliy fast store', 2150, 19, 14, 306.00, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18460, 1869, 'Anatoliy fast store', 762, 18, 14, 127.09, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18461, 1869, 'Anatoliy fast store', 4380, 15, 14, 5.09, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18462, 1869, 'Anatoliy fast store', 4523, 16, 14, 3.12, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18463, 1869, 'Anatoliy fast store', 52, 2, 14, 17.51, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18464, 1869, 'Anatoliy fast store', 2821, 18, 14, 21.19, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18465, 1869, 'Anatoliy fast store', 1351, 2, 14, 208.06, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18466, 1869, 'Anatoliy fast store', 3930, 16, 14, 11.10, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18467, 1869, 'Anatoliy fast store', 5644, 10, 14, 7.20, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18468, 1869, 'Anatoliy fast store', 5780, 15, 14, 566.50, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18469, 1869, 'Anatoliy fast store', 5387, 17, 14, 49.56, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18470, 1869, 'Anatoliy fast store', 2127, 19, 14, 2.60, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18471, 1869, 'Anatoliy fast store', 3875, 2, 14, 80.80, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18472, 1869, 'Anatoliy fast store', 4093, 18, 14, 32.85, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18473, 1869, 'Anatoliy fast store', 3493, 10, 14, 11.93, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18474, 1869, 'Anatoliy fast store', 3222, 5, 14, 4.16, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18475, 1869, 'Anatoliy fast store', 4326, 15, 14, 108.14, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18476, 1869, 'Anatoliy fast store', 1313, 2, 14, 728.00, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18477, 1869, 'Anatoliy fast store', 3749, 7, 14, 53.23, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18478, 1869, 'Anatoliy fast store', 694, 17, 14, 152.64, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18479, 1869, 'Anatoliy fast store', 1346, 14, 14, 31.25, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18480, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-06-11 10:47:19', '2024-06-11 10:47:19', '2024-06-12 10:48:04'),
(18481, 1872, 'Melisa', 4009, 18, 18, 1030.61, 1, 1, 'ai_bid', '2024-06-11 12:40:06', '2024-06-11 12:40:06', '2024-06-12 12:41:03'),
(18482, 1872, 'Melisa', 4667, 12, 18, 13.28, 1, 1, 'ai_bid', '2024-06-11 12:40:06', '2024-06-11 12:40:06', '2024-06-12 12:41:05'),
(18483, 1872, 'Melisa', 1226, 19, 18, 265.20, 1, 1, 'ai_bid', '2024-06-11 12:40:06', '2024-06-11 12:40:06', '2024-06-12 12:41:05'),
(18484, 1872, 'Melisa', 2360, 19, 18, 53.52, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:05'),
(18485, 1872, 'Melisa', 5366, 13, 18, 94.49, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:05'),
(18486, 1872, 'Melisa', 3632, 12, 18, 8.08, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:05'),
(18487, 1872, 'Melisa', 4956, 12, 18, 41.20, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:05'),
(18488, 1872, 'Melisa', 446, 16, 18, 157.91, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:05'),
(18489, 1872, 'Melisa', 5789, 15, 18, 306.00, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:05'),
(18490, 1872, 'Melisa', 3809, 15, 18, 17.31, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:05'),
(18491, 1872, 'Melisa', 905, 13, 18, 18.78, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18492, 1872, 'Melisa', 4357, 18, 18, 9914.00, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18493, 1872, 'Melisa', 5978, 17, 18, 21.08, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18494, 1872, 'Melisa', 4060, 13, 18, 16.79, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18495, 1872, 'Melisa', 1628, 19, 18, 1916.25, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18496, 1872, 'Melisa', 66, 2, 18, 39.39, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18497, 1872, 'Melisa', 2106, 5, 18, 60.60, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18498, 1872, 'Melisa', 3522, 11, 18, 30.15, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18499, 1872, 'Melisa', 1941, 18, 18, 247.15, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18500, 1872, 'Melisa', 3909, 16, 18, 202.23, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18501, 1872, 'Melisa', 5898, 13, 18, 36.12, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18502, 1872, 'Melisa', 5991, 17, 18, 16.78, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18503, 1872, 'Melisa', 480, 19, 18, 158.62, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18504, 1872, 'Melisa', 4839, 12, 18, 162.46, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18505, 1872, 'Melisa', 345, 15, 18, 101.81, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18506, 1872, 'Melisa', 1514, 15, 18, 4.37, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18507, 1872, 'Melisa', 5064, 13, 18, 106.04, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18508, 1872, 'Melisa', 4758, 14, 18, 100.98, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18509, 1872, 'Melisa', 5620, 16, 18, 43.45, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18510, 1872, 'Melisa', 3264, 5, 18, 7.20, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18511, 1872, 'Melisa', 3864, 2, 18, 105.00, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18512, 1872, 'Melisa', 5459, 7, 18, 113.30, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18513, 1872, 'Melisa', 6016, 17, 18, 12.88, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18514, 1872, 'Melisa', 5962, 17, 18, 18.60, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18515, 1872, 'Melisa', 1932, 14, 18, 8.53, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18516, 1872, 'Melisa', 775, 5, 18, 7.63, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18517, 1872, 'Melisa', 734, 19, 18, 0.23, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18518, 1872, 'Melisa', 1523, 10, 18, 1.58, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18519, 1872, 'Melisa', 756, 19, 18, 0.46, 1, 1, 'ai_bid', '2024-06-11 12:40:07', '2024-06-11 12:40:07', '2024-06-12 12:41:06'),
(18520, 1798, 'Feelyards', 3153, 2, NULL, 400.00, 1, 1, 'manual_bid', '2024-06-11 15:38:41', '2024-06-11 15:38:41', '2024-06-12 15:39:03'),
(18521, 1798, 'Feelyards', 3319, 5, NULL, 85.00, 1, 1, 'manual_bid', '2024-06-11 15:41:29', '2024-06-11 15:41:29', '2024-06-12 15:42:03'),
(18522, 1869, 'Anatoliy fast store', 3341, 7, 17, 56.15, 1, 1, 'ai_bid', '2024-06-12 07:55:07', '2024-06-12 07:55:07', '2024-06-13 07:56:03'),
(18523, 1869, 'Anatoliy fast store', 2443, 2, 17, 8.31, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18524, 1869, 'Anatoliy fast store', 977, 5, 17, 61.80, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18525, 1869, 'Anatoliy fast store', 3035, 18, 17, 163.38, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18526, 1869, 'Anatoliy fast store', 853, 19, 17, 247.79, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18527, 1869, 'Anatoliy fast store', 4835, 12, 17, 25.77, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18528, 1869, 'Anatoliy fast store', 2895, 14, 17, 146.63, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18529, 1869, 'Anatoliy fast store', 5430, 16, 17, 20.40, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18530, 1869, 'Anatoliy fast store', 6068, 15, 17, 28.61, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18531, 1869, 'Anatoliy fast store', 3603, 12, 17, 122.40, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18532, 1869, 'Anatoliy fast store', 5686, 15, 17, 92.70, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18533, 1869, 'Anatoliy fast store', 2967, 16, 17, 287.37, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18534, 1869, 'Anatoliy fast store', 2678, 10, 17, 40.89, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18535, 1869, 'Anatoliy fast store', 180, 7, 17, 1895.20, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18536, 1869, 'Anatoliy fast store', 5724, 10, 17, 9.08, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18537, 1869, 'Anatoliy fast store', 5509, 12, 17, 154.49, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18538, 1869, 'Anatoliy fast store', 3512, 10, 17, 525.53, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18539, 1869, 'Anatoliy fast store', 5924, 13, 17, 6.99, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18540, 1869, 'Anatoliy fast store', 5947, 15, 17, 7951.36, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18541, 1869, 'Anatoliy fast store', 4241, 18, 17, 62.04, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18542, 1869, 'Anatoliy fast store', 1068, 19, 17, 432.48, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18543, 1869, 'Anatoliy fast store', 3085, 2, 17, 73.00, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18544, 1869, 'Anatoliy fast store', 5304, 16, 17, 24.47, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18545, 1869, 'Anatoliy fast store', 1401, 10, 17, 10.39, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18546, 1869, 'Anatoliy fast store', 1359, 15, 17, 189.00, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18547, 1869, 'Anatoliy fast store', 1004, 16, 17, 73.50, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18548, 1869, 'Anatoliy fast store', 3880, 16, 17, 16.14, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18549, 1869, 'Anatoliy fast store', 4832, 17, 17, 16.14, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18550, 1869, 'Anatoliy fast store', 2348, 19, 17, 954.00, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18551, 1869, 'Anatoliy fast store', 3441, 10, 17, 27.55, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18552, 1869, 'Anatoliy fast store', 5441, 12, 17, 25.39, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18553, 1869, 'Anatoliy fast store', 2625, 18, 17, 24.13, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18554, 1869, 'Anatoliy fast store', 1576, 4, 17, 2.65, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18555, 1869, 'Anatoliy fast store', 946, 18, 17, 13.12, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18556, 1869, 'Anatoliy fast store', 1106, 19, 17, 252.50, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18557, 1869, 'Anatoliy fast store', 1862, 18, 17, 50.83, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18558, 1869, 'Anatoliy fast store', 657, 19, 17, 39.39, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18559, 1869, 'Anatoliy fast store', 5876, 15, 17, 67.66, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18560, 1869, 'Anatoliy fast store', 875, 19, 17, 17.75, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:05'),
(18561, 1869, 'Anatoliy fast store', 1175, 18, 17, 55.55, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18562, 1869, 'Anatoliy fast store', 5259, 16, 17, 30.89, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18563, 1869, 'Anatoliy fast store', 840, 1, 17, 199.49, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18564, 1869, 'Anatoliy fast store', 1766, 2, 17, 61.20, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(18565, 1869, 'Anatoliy fast store', 2612, 14, 17, 17.94, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18566, 1869, 'Anatoliy fast store', 3475, 14, 17, 91.27, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18567, 1869, 'Anatoliy fast store', 146, 2, 17, 36.40, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18568, 1869, 'Anatoliy fast store', 2767, 14, 17, 190.74, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18569, 1869, 'Anatoliy fast store', 1961, 13, 17, 19.08, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18570, 1869, 'Anatoliy fast store', 4956, 12, 17, 40.80, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18571, 1869, 'Anatoliy fast store', 52, 2, 17, 17.34, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18572, 1869, 'Anatoliy fast store', 5855, 17, 17, 42.95, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18573, 1869, 'Anatoliy fast store', 1473, 14, 17, 20.93, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18574, 1869, 'Anatoliy fast store', 3655, 10, 17, 18.16, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18575, 1869, 'Anatoliy fast store', 4390, 14, 17, 72.41, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18576, 1869, 'Anatoliy fast store', 2816, 16, 17, 13.64, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18577, 1869, 'Anatoliy fast store', 166, 16, 17, 9.08, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18578, 1869, 'Anatoliy fast store', 3808, 13, 17, 571.52, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18579, 1869, 'Anatoliy fast store', 5249, 16, 17, 42.12, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18580, 1869, 'Anatoliy fast store', 734, 19, 17, 0.22, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18581, 1869, 'Anatoliy fast store', 949, 5, 17, 0.32, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18582, 1869, 'Anatoliy fast store', 803, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-06-12 07:55:08', '2024-06-12 07:55:08', '2024-06-13 07:56:06'),
(18583, 1866, 'Tetyana store', 1621, 10, 16, 8.51, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18584, 1866, 'Tetyana store', 4951, 14, 16, 9.45, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18585, 1866, 'Tetyana store', 2926, 19, 16, 83.20, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18586, 1866, 'Tetyana store', 4296, 5, 16, 128.51, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18587, 1866, 'Tetyana store', 5435, 12, 16, 8.21, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18588, 1866, 'Tetyana store', 835, 19, 16, 22.40, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18589, 1866, 'Tetyana store', 1702, 18, 16, 31.45, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18590, 1866, 'Tetyana store', 2223, 18, 16, 23.93, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18591, 1866, 'Tetyana store', 3051, 18, 16, 72.79, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18592, 1866, 'Tetyana store', 2732, 17, 16, 21.08, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18593, 1866, 'Tetyana store', 6085, 11, 16, 4.24, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18594, 1866, 'Tetyana store', 4115, 14, 16, 61.79, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18595, 1866, 'Tetyana store', 5952, 15, 16, 3429.95, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:02'),
(18596, 1866, 'Tetyana store', 3087, 18, 16, 46.19, 1, 1, 'ai_bid', '2024-06-12 08:58:06', '2024-06-12 08:58:06', '2024-06-13 08:59:03'),
(18597, 1866, 'Tetyana store', 3369, 15, 16, 328.25, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18598, 1866, 'Tetyana store', 4178, 5, 16, 22.10, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18599, 1866, 'Tetyana store', 931, 5, 16, 52.93, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18600, 1866, 'Tetyana store', 538, 18, 16, 335.14, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18601, 1866, 'Tetyana store', 4049, 13, 16, 189.74, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18602, 1866, 'Tetyana store', 4693, 12, 16, 14.68, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18603, 1866, 'Tetyana store', 3481, 11, 16, 16.19, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18604, 1866, 'Tetyana store', 558, 17, 16, 12.48, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18605, 1866, 'Tetyana store', 5623, 15, 16, 70.69, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18606, 1866, 'Tetyana store', 2993, 12, 16, 806.99, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18607, 1866, 'Tetyana store', 3275, 7, 16, 39.78, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18608, 1866, 'Tetyana store', 5746, 13, 16, 72.40, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18609, 1866, 'Tetyana store', 4667, 12, 16, 13.41, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18610, 1866, 'Tetyana store', 2494, 7, 16, 49.96, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18611, 1866, 'Tetyana store', 2634, 18, 16, 15.16, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18612, 1866, 'Tetyana store', 6142, 11, 16, 13.82, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18613, 1866, 'Tetyana store', 5135, 16, 16, 133.89, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18614, 1866, 'Tetyana store', 5654, 15, 16, 35.35, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18615, 1866, 'Tetyana store', 1465, 19, 16, 17.16, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18616, 1866, 'Tetyana store', 4619, 5, 16, 14.30, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18617, 1866, 'Tetyana store', 1327, 10, 16, 16.79, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18618, 1866, 'Tetyana store', 4958, 14, 16, 19.57, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18619, 1866, 'Tetyana store', 5500, 17, 16, 780.89, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18620, 1866, 'Tetyana store', 831, 13, 16, 187.95, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18621, 1866, 'Tetyana store', 1800, 5, 16, 171.72, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18622, 1866, 'Tetyana store', 4791, 12, 16, 533.88, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18623, 1866, 'Tetyana store', 1403, 15, 16, 8.25, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18624, 1866, 'Tetyana store', 376, 7, 16, 9.89, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18625, 1866, 'Tetyana store', 5516, 10, 16, 43.04, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18626, 1866, 'Tetyana store', 5308, 16, 16, 40.39, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18627, 1866, 'Tetyana store', 1229, 19, 16, 208.00, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18628, 1866, 'Tetyana store', 1762, 2, 16, 161.60, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18629, 1866, 'Tetyana store', 4884, 14, 16, 2.30, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18630, 1866, 'Tetyana store', 408, 18, 16, 94.65, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18631, 1866, 'Tetyana store', 896, 18, 16, 11.10, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18632, 1866, 'Tetyana store', 1582, 4, 16, 9.15, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18633, 1866, 'Tetyana store', 5281, 14, 16, 159.67, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18634, 1866, 'Tetyana store', 5345, 14, 16, 53.54, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18635, 1866, 'Tetyana store', 1095, 19, 16, 8.31, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18636, 1866, 'Tetyana store', 1261, 18, 16, 90.90, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18637, 1866, 'Tetyana store', 3559, 17, 16, 211.66, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18638, 1866, 'Tetyana store', 5056, 11, 16, 42.39, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18639, 1866, 'Tetyana store', 5817, 11, 16, 1142.40, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18640, 1866, 'Tetyana store', 2365, 19, 16, 1976.00, 1, 1, 'ai_bid', '2024-06-12 08:58:07', '2024-06-12 08:58:07', '2024-06-13 08:59:03'),
(18641, 1866, 'Tetyana store', 6077, 15, 16, 28.34, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18642, 1866, 'Tetyana store', 30, 2, 16, 15.60, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18643, 1866, 'Tetyana store', 4504, 16, 16, 629.99, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18644, 1866, 'Tetyana store', 3438, 10, 16, 9.89, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18645, 1866, 'Tetyana store', 2225, 18, 16, 39.21, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18646, 1866, 'Tetyana store', 4894, 17, 16, 16.82, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18647, 1866, 'Tetyana store', 4444, 15, 16, 27.46, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18648, 1866, 'Tetyana store', 5474, 7, 16, 41.81, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18649, 1866, 'Tetyana store', 3596, 17, 16, 52.45, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18650, 1866, 'Tetyana store', 2787, 14, 16, 307.01, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18651, 1866, 'Tetyana store', 3429, 10, 16, 29.11, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18652, 1866, 'Tetyana store', 4097, 14, 16, 21.20, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18653, 1866, 'Tetyana store', 933, 18, 16, 1166.00, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18654, 1866, 'Tetyana store', 2371, 17, 16, 82.67, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18655, 1866, 'Tetyana store', 448, 16, 16, 452.54, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18656, 1866, 'Tetyana store', 3325, 7, 16, 6.20, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18657, 1866, 'Tetyana store', 5074, 16, 16, 23.91, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18658, 1866, 'Tetyana store', 3905, 16, 16, 42.22, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18659, 1866, 'Tetyana store', 4664, 12, 16, 11.14, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18660, 1866, 'Tetyana store', 6042, 15, 16, 3.80, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18661, 1866, 'Tetyana store', 3986, 12, 16, 31.79, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18662, 1866, 'Tetyana store', 3641, 12, 16, 449.44, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18663, 1866, 'Tetyana store', 3423, 14, 16, 22.20, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18664, 1866, 'Tetyana store', 6027, 14, 16, 4.46, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18665, 1866, 'Tetyana store', 2653, 18, 16, 21.29, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18666, 1866, 'Tetyana store', 5026, 11, 16, 18.71, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18667, 1866, 'Tetyana store', 2060, 4, 16, 184.63, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18668, 1866, 'Tetyana store', 1850, 5, 16, 0.57, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18669, 1866, 'Tetyana store', 1127, 19, 16, 57.52, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18670, 1866, 'Tetyana store', 2197, 17, 16, 11.32, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18671, 1866, 'Tetyana store', 5739, 16, 16, 11.21, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18672, 1866, 'Tetyana store', 6039, 15, 16, 8.49, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18673, 1866, 'Tetyana store', 5392, 17, 16, 35.14, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18674, 1866, 'Tetyana store', 1418, 14, 16, 19.96, 1, 1, 'ai_bid', '2024-06-12 08:58:08', '2024-06-12 08:58:08', '2024-06-13 08:59:03'),
(18675, 1866, 'Tetyana store', 3508, 11, 16, 9.27, 1, 1, 'ai_bid', '2024-06-12 08:58:09', '2024-06-12 08:58:09', '2024-06-13 08:59:03'),
(18676, 1866, 'Tetyana store', 143, 18, 16, 1.01, 1, 1, 'ai_bid', '2024-06-12 08:58:09', '2024-06-12 08:58:09', '2024-06-13 08:59:03'),
(18677, 1866, 'Tetyana store', 238, 5, 6, 16.80, 1, 1, 'ai_bid', '2024-06-12 10:19:05', '2024-06-12 10:19:05', '2024-06-13 10:20:05'),
(18678, 1866, 'Tetyana store', 3805, 15, 6, 42.39, 1, 1, 'ai_bid', '2024-06-12 10:19:05', '2024-06-12 10:19:05', '2024-06-13 10:20:05'),
(18679, 1866, 'Tetyana store', 3268, 5, 6, 2.10, 1, 1, 'ai_bid', '2024-06-12 10:19:05', '2024-06-12 10:19:05', '2024-06-13 10:20:05'),
(18680, 1866, 'Tetyana store', 1837, 5, 6, 1.04, 1, 1, 'ai_bid', '2024-06-12 10:19:05', '2024-06-12 10:19:05', '2024-06-13 10:20:05'),
(18681, 1866, 'Tetyana store', 1827, 19, 6, 0.13, 1, 1, 'ai_bid', '2024-06-12 10:19:05', '2024-06-12 10:19:05', '2024-06-13 10:20:05'),
(18682, 1866, 'Tetyana store', 734, 19, 6, 0.23, 1, 1, 'ai_bid', '2024-06-12 10:19:05', '2024-06-12 10:19:05', '2024-06-13 10:20:05'),
(18683, 1866, 'Tetyana store', 803, 19, 6, 0.20, 1, 1, 'ai_bid', '2024-06-12 10:19:05', '2024-06-12 10:19:05', '2024-06-13 10:20:05'),
(18684, 1870, 'Liliana', 3027, 14, 8, 3232.00, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18685, 1870, 'Liliana', 2698, 14, 8, 31.20, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18686, 1870, 'Liliana', 5939, 11, 8, 367.49, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18687, 1870, 'Liliana', 5872, 17, 8, 11.10, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18688, 1870, 'Liliana', 1993, 2, 8, 805.35, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18689, 1870, 'Liliana', 760, 19, 8, 18.18, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18690, 1870, 'Liliana', 1999, 4, 8, 57.75, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18691, 1870, 'Liliana', 323, 12, 8, 2292.25, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18692, 1870, 'Liliana', 1303, 2, 8, 89.61, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18693, 1870, 'Liliana', 1476, 19, 8, 167.28, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18694, 1870, 'Liliana', 4813, 12, 8, 27.80, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18695, 1870, 'Liliana', 6072, 15, 8, 57.74, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18696, 1870, 'Liliana', 918, 16, 8, 11.00, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18697, 1870, 'Liliana', 3725, 13, 8, 12.36, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18698, 1870, 'Liliana', 179, 2, 8, 22.22, 1, 1, 'ai_bid', '2024-06-12 10:21:04', '2024-06-12 10:21:04', '2024-06-13 10:22:03'),
(18699, 1870, 'Liliana', 3089, 2, 8, 7.20, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18700, 1870, 'Liliana', 5822, 11, 8, 36.74, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18701, 1870, 'Liliana', 5471, 12, 8, 4.15, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18702, 1870, 'Liliana', 5490, 17, 8, 1055.44, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18703, 1870, 'Liliana', 3483, 14, 8, 1715.99, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18704, 1870, 'Liliana', 4839, 12, 8, 162.46, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18705, 1870, 'Liliana', 5300, 14, 8, 597.01, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18706, 1870, 'Liliana', 5339, 14, 8, 100.95, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18707, 1870, 'Liliana', 5917, 13, 8, 32.29, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18708, 1870, 'Liliana', 4325, 18, 8, 27.80, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18709, 1870, 'Liliana', 1002, 16, 8, 338.09, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18710, 1870, 'Liliana', 4707, 12, 8, 9.04, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18711, 1870, 'Liliana', 3336, 7, 8, 13.28, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18712, 1870, 'Liliana', 5789, 15, 8, 303.00, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18713, 1870, 'Liliana', 3844, 16, 8, 5.29, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18714, 1870, 'Liliana', 6162, 11, 8, 18.71, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18715, 1870, 'Liliana', 4423, 16, 8, 2732.58, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18716, 1870, 'Liliana', 5410, 14, 8, 606.00, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18717, 1870, 'Liliana', 3585, 17, 8, 11.72, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:03'),
(18718, 1870, 'Liliana', 4844, 12, 8, 70.69, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18719, 1870, 'Liliana', 3629, 13, 8, 20.79, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18720, 1870, 'Liliana', 1572, 10, 8, 37.43, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18721, 1870, 'Liliana', 4059, 18, 8, 16.14, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18722, 1870, 'Liliana', 286, 14, 8, 202.00, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18723, 1870, 'Liliana', 1869, 19, 8, 3.03, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18724, 1870, 'Liliana', 1533, 15, 8, 23.92, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18725, 1870, 'Liliana', 1304, 10, 8, 32.85, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18726, 1870, 'Liliana', 2675, 10, 8, 10.59, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18727, 1870, 'Liliana', 386, 16, 8, 404.00, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18728, 1870, 'Liliana', 2871, 17, 8, 51.38, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18729, 1870, 'Liliana', 5804, 13, 8, 31.49, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18730, 1870, 'Liliana', 2416, 19, 8, 25.42, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18731, 1870, 'Liliana', 1654, 19, 8, 32.54, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18732, 1870, 'Liliana', 2077, 5, 8, 5.20, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18733, 1870, 'Liliana', 2245, 19, 8, 602.55, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18734, 1870, 'Liliana', 2647, 18, 8, 14.10, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18735, 1870, 'Liliana', 2097, 5, 8, 9.42, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18736, 1870, 'Liliana', 3323, 5, 8, 60.49, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18737, 1870, 'Liliana', 734, 19, 8, 0.22, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18738, 1870, 'Liliana', 4906, 12, 8, 3.11, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18739, 1870, 'Liliana', 3686, 14, 8, 12.33, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18740, 1870, 'Liliana', 2689, 14, 8, 20.19, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18741, 1870, 'Liliana', 133, 7, 8, 33.24, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18742, 1870, 'Liliana', 2203, 19, 8, 7.24, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18743, 1870, 'Liliana', 2113, 10, 8, 9.33, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18744, 1870, 'Liliana', 4975, 12, 8, 5.08, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18745, 1870, 'Liliana', 1942, 7, 8, 7.76, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18746, 1870, 'Liliana', 1811, 5, 8, 0.21, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18747, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18748, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-06-12 10:21:05', '2024-06-12 10:21:05', '2024-06-13 10:22:04'),
(18749, 1871, 'Almeida', 5960, 15, 7, 1377.90, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:03'),
(18750, 1871, 'Almeida', 638, 19, 7, 25696.44, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:03'),
(18751, 1871, 'Almeida', 5069, 14, 7, 36.90, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:03'),
(18752, 1871, 'Almeida', 3635, 14, 7, 7.06, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:03'),
(18753, 1871, 'Almeida', 5258, 16, 7, 9.57, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:03'),
(18754, 1871, 'Almeida', 5915, 13, 7, 5.79, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:03'),
(18755, 1871, 'Almeida', 2298, 2, 7, 96.90, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18756, 1871, 'Almeida', 296, 18, 7, 138.79, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18757, 1871, 'Almeida', 3575, 17, 7, 8.76, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18758, 1871, 'Almeida', 4322, 18, 7, 692.86, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18759, 1871, 'Almeida', 5735, 16, 7, 20.13, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18760, 1871, 'Almeida', 571, 14, 7, 18.18, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18761, 1871, 'Almeida', 3119, 4, 7, 63.07, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18762, 1871, 'Almeida', 2616, 14, 7, 20.19, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18763, 1871, 'Almeida', 1645, 17, 7, 3.89, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18764, 1871, 'Almeida', 2356, 19, 7, 80.80, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18765, 1871, 'Almeida', 214, 7, 7, 7.55, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18766, 1871, 'Almeida', 4995, 13, 7, 318.30, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18767, 1871, 'Almeida', 3970, 16, 7, 17.84, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18768, 1871, 'Almeida', 2706, 14, 7, 415.79, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18769, 1871, 'Almeida', 2690, 18, 7, 723.05, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18770, 1871, 'Almeida', 370, 18, 7, 960.22, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18771, 1871, 'Almeida', 30, 2, 7, 15.15, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18772, 1871, 'Almeida', 2138, 19, 7, 1482.94, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18773, 1871, 'Almeida', 1772, 2, 7, 65.92, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18774, 1871, 'Almeida', 5634, 15, 7, 182.73, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18775, 1871, 'Almeida', 4406, 15, 7, 24.47, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18776, 1871, 'Almeida', 4699, 14, 7, 14.92, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18777, 1871, 'Almeida', 687, 10, 7, 137.55, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18778, 1871, 'Almeida', 4029, 17, 7, 31.79, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18779, 1871, 'Almeida', 364, 10, 7, 62.97, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18780, 1871, 'Almeida', 5721, 10, 7, 10.79, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18781, 1871, 'Almeida', 4526, 16, 7, 84.43, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18782, 1871, 'Almeida', 5200, 16, 7, 146.63, 1, 1, 'ai_bid', '2024-06-12 10:22:04', '2024-06-12 10:22:04', '2024-06-13 10:23:04'),
(18783, 1871, 'Almeida', 3626, 13, 7, 19.99, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18784, 1871, 'Almeida', 4897, 12, 7, 10.70, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18785, 1871, 'Almeida', 5659, 10, 7, 125.83, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18786, 1871, 'Almeida', 1993, 2, 7, 797.68, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18787, 1871, 'Almeida', 529, 17, 7, 37.07, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18788, 1871, 'Almeida', 205, 18, 7, 54.98, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18789, 1871, 'Almeida', 324, 18, 7, 13.02, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18790, 1871, 'Almeida', 3173, 4, 7, 202.00, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18791, 1871, 'Almeida', 498, 19, 7, 217.22, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18792, 1871, 'Almeida', 973, 14, 7, 15.45, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18793, 1871, 'Almeida', 5100, 16, 7, 15.27, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18794, 1871, 'Almeida', 5327, 16, 7, 29.91, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18795, 1871, 'Almeida', 2667, 14, 7, 222.61, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18796, 1871, 'Almeida', 6054, 15, 7, 18.89, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18797, 1871, 'Almeida', 4620, 16, 7, 6043.05, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18798, 1871, 'Almeida', 3913, 16, 7, 187.60, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18799, 1871, 'Almeida', 3027, 14, 7, 3296.00, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18800, 1871, 'Almeida', 6130, 11, 7, 4.97, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18801, 1871, 'Almeida', 3489, 10, 7, 10.39, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18802, 1871, 'Almeida', 5812, 17, 7, 1.52, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18803, 1871, 'Almeida', 1016, 16, 7, 133.55, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18804, 1871, 'Almeida', 3556, 12, 7, 3.69, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18805, 1871, 'Almeida', 2249, 17, 7, 3261.33, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18806, 1871, 'Almeida', 5717, 15, 7, 190.80, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18807, 1871, 'Almeida', 1436, 10, 7, 16.95, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18808, 1871, 'Almeida', 3716, 19, 7, 5.24, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18809, 1871, 'Almeida', 5907, 17, 7, 16.04, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18810, 1871, 'Almeida', 2136, 19, 7, 20.13, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:04'),
(18811, 1871, 'Almeida', 3211, 17, 7, 20.25, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18812, 1871, 'Almeida', 2799, 14, 7, 515.54, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18813, 1871, 'Almeida', 257, 17, 7, 180.20, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18814, 1871, 'Almeida', 3013, 19, 7, 420.67, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18815, 1871, 'Almeida', 4024, 17, 7, 17.50, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18816, 1871, 'Almeida', 2617, 14, 7, 6.50, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18817, 1871, 'Almeida', 2679, 18, 7, 196.34, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18818, 1871, 'Almeida', 4081, 5, 7, 52.99, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18819, 1871, 'Almeida', 5345, 14, 7, 54.05, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18820, 1871, 'Almeida', 1514, 15, 7, 4.32, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18821, 1871, 'Almeida', 250, 5, 7, 2346.00, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18822, 1871, 'Almeida', 1499, 14, 7, 8.96, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18823, 1871, 'Almeida', 3449, 14, 7, 12.59, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18824, 1871, 'Almeida', 1192, 14, 7, 51.95, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18825, 1871, 'Almeida', 5746, 13, 7, 72.40, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18826, 1871, 'Almeida', 2052, 4, 7, 153.32, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18827, 1871, 'Almeida', 3585, 17, 7, 11.60, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18828, 1871, 'Almeida', 5094, 16, 7, 22.03, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18829, 1871, 'Almeida', 3039, 18, 7, 25.74, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18830, 1871, 'Almeida', 3011, 17, 7, 242.50, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18831, 1871, 'Almeida', 2032, 19, 7, 40.56, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18832, 1871, 'Almeida', 528, 17, 7, 15.60, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18833, 1871, 'Almeida', 4991, 13, 7, 173.57, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18834, 1871, 'Almeida', 1118, 18, 7, 1057.43, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18835, 1871, 'Almeida', 5918, 17, 7, 185.40, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18836, 1871, 'Almeida', 5857, 17, 7, 6.96, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18837, 1871, 'Almeida', 895, 10, 7, 239.16, 1, 1, 'ai_bid', '2024-06-12 10:22:05', '2024-06-12 10:22:05', '2024-06-13 10:23:05'),
(18838, 1871, 'Almeida', 5073, 14, 7, 18.89, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18839, 1871, 'Almeida', 2398, 19, 7, 720.72, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18840, 1871, 'Almeida', 13, 2, 7, 10.40, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18841, 1871, 'Almeida', 4541, 16, 7, 898.89, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18842, 1871, 'Almeida', 4843, 17, 7, 158.99, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18843, 1871, 'Almeida', 2879, 14, 7, 62.39, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18844, 1871, 'Almeida', 4881, 12, 7, 20.43, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18845, 1871, 'Almeida', 4393, 15, 7, 15.45, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18846, 1871, 'Almeida', 1153, 18, 7, 39.38, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18847, 1871, 'Almeida', 4916, 12, 7, 15.64, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18848, 1871, 'Almeida', 1264, 10, 7, 129.59, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18849, 1871, 'Almeida', 5835, 15, 7, 20.01, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18850, 1871, 'Almeida', 5055, 13, 7, 526.04, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18851, 1871, 'Almeida', 3127, 2, 7, 13.77, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18852, 1871, 'Almeida', 2056, 4, 7, 310.96, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18853, 1871, 'Almeida', 5385, 17, 7, 156.50, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18854, 1871, 'Almeida', 3345, 7, 7, 15.90, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18855, 1871, 'Almeida', 2469, 16, 7, 164.97, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18856, 1871, 'Almeida', 3109, 2, 7, 256.47, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18857, 1871, 'Almeida', 1265, 19, 7, 65.65, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18858, 1871, 'Almeida', 5830, 17, 7, 20.30, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18859, 1871, 'Almeida', 3326, 7, 7, 6.12, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18860, 1871, 'Almeida', 283, 14, 7, 43.90, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18861, 1871, 'Almeida', 2078, 7, 7, 3.99, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18862, 1871, 'Almeida', 4434, 15, 7, 280.89, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18863, 1871, 'Almeida', 5000, 13, 7, 21.20, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18864, 1871, 'Almeida', 5089, 14, 7, 42.39, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18865, 1871, 'Almeida', 2180, 19, 7, 14.70, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18866, 1871, 'Almeida', 3988, 12, 7, 33.92, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18867, 1871, 'Almeida', 6148, 11, 7, 5.95, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18868, 1871, 'Almeida', 5503, 17, 7, 82.49, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18869, 1871, 'Almeida', 5645, 15, 7, 42.22, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18870, 1871, 'Almeida', 2576, 17, 7, 20.86, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18871, 1871, 'Almeida', 1819, 18, 7, 15.14, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18872, 1871, 'Almeida', 142, 18, 7, 23.92, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18873, 1871, 'Almeida', 5037, 11, 7, 12.47, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18874, 1871, 'Almeida', 5594, 16, 7, 13.25, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18875, 1871, 'Almeida', 3375, 10, 7, 13.38, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18876, 1871, 'Almeida', 949, 5, 7, 0.32, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18877, 1871, 'Almeida', 1811, 5, 7, 0.20, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18878, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-12 10:22:06', '2024-06-12 10:22:06', '2024-06-13 10:23:05'),
(18879, 1873, 'Gustavo', 5257, 16, 9, 36.19, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18880, 1873, 'Gustavo', 1730, 19, 9, 489.84, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18881, 1873, 'Gustavo', 1640, 19, 9, 1.02, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18882, 1873, 'Gustavo', 1663, 17, 9, 211.41, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18883, 1873, 'Gustavo', 5923, 15, 9, 95.54, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18884, 1873, 'Gustavo', 3097, 2, 9, 778.96, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18885, 1873, 'Gustavo', 2018, 5, 9, 92.92, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18886, 1873, 'Gustavo', 4145, 5, 9, 196.73, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18887, 1873, 'Gustavo', 1590, 18, 9, 726.96, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18888, 1873, 'Gustavo', 5360, 14, 9, 211.04, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18889, 1873, 'Gustavo', 307, 7, 9, 3.98, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18890, 1873, 'Gustavo', 5794, 17, 9, 36.34, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18891, 1873, 'Gustavo', 5296, 16, 9, 10.29, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18892, 1873, 'Gustavo', 5954, 11, 9, 186.16, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18893, 1873, 'Gustavo', 4091, 14, 9, 27.46, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18894, 1873, 'Gustavo', 466, 17, 9, 60.60, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18895, 1873, 'Gustavo', 3700, 14, 9, 202.81, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18896, 1873, 'Gustavo', 3537, 13, 9, 3242.40, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18897, 1873, 'Gustavo', 6007, 14, 9, 3060.00, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18898, 1873, 'Gustavo', 1449, 10, 9, 15.52, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18899, 1873, 'Gustavo', 691, 5, 9, 6.36, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18900, 1873, 'Gustavo', 5337, 14, 9, 41.60, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18901, 1873, 'Gustavo', 280, 18, 9, 278.75, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18902, 1873, 'Gustavo', 2189, 19, 9, 20.80, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18903, 1873, 'Gustavo', 6053, 15, 9, 19.07, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18904, 1873, 'Gustavo', 2833, 14, 9, 39.89, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18905, 1873, 'Gustavo', 4016, 17, 9, 47.37, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18906, 1873, 'Gustavo', 2752, 14, 9, 69.00, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18907, 1873, 'Gustavo', 3770, 7, 9, 13.10, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18908, 1873, 'Gustavo', 3362, 7, 9, 9.18, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18909, 1873, 'Gustavo', 5980, 17, 9, 20.56, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18910, 1873, 'Gustavo', 6116, 11, 9, 14.70, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18911, 1873, 'Gustavo', 5493, 17, 9, 335.10, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18912, 1873, 'Gustavo', 5006, 14, 9, 9.17, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18913, 1873, 'Gustavo', 1156, 18, 9, 26.00, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18914, 1873, 'Gustavo', 3373, 7, 9, 11.32, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18915, 1873, 'Gustavo', 5452, 17, 9, 24.14, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18916, 1873, 'Gustavo', 2577, 14, 9, 113.29, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18917, 1873, 'Gustavo', 1750, 19, 9, 46.80, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18918, 1873, 'Gustavo', 1060, 19, 9, 226.60, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18919, 1873, 'Gustavo', 4353, 18, 9, 509.84, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18920, 1873, 'Gustavo', 2989, 14, 9, 96.90, 1, 1, 'ai_bid', '2024-06-12 10:35:08', '2024-06-12 10:35:08', '2024-06-13 10:36:03'),
(18921, 1873, 'Gustavo', 5402, 14, 9, 20.76, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18922, 1873, 'Gustavo', 806, 5, 9, 20.20, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18923, 1873, 'Gustavo', 583, 7, 9, 10.40, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18924, 1873, 'Gustavo', 4724, 12, 9, 50.46, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18925, 1873, 'Gustavo', 5910, 15, 9, 108.14, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18926, 1873, 'Gustavo', 559, 18, 9, 4486.68, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18927, 1873, 'Gustavo', 512, 16, 9, 41.78, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18928, 1873, 'Gustavo', 6083, 15, 9, 33.27, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18929, 1873, 'Gustavo', 3209, 17, 9, 22.44, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18930, 1873, 'Gustavo', 1774, 7, 9, 63.02, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18931, 1873, 'Gustavo', 3000, 19, 9, 20.40, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18932, 1873, 'Gustavo', 504, 17, 9, 15.76, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18933, 1873, 'Gustavo', 4078, 5, 9, 44.44, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18934, 1873, 'Gustavo', 824, 18, 9, 23.49, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18935, 1873, 'Gustavo', 5745, 13, 9, 28.55, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18936, 1873, 'Gustavo', 5672, 10, 9, 3453.48, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18937, 1873, 'Gustavo', 4423, 16, 9, 2812.95, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18938, 1873, 'Gustavo', 5572, 10, 9, 88.94, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18939, 1873, 'Gustavo', 4897, 12, 9, 10.29, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18940, 1873, 'Gustavo', 5712, 15, 9, 205.02, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18941, 1873, 'Gustavo', 4569, 14, 9, 131.58, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18942, 1873, 'Gustavo', 4593, 14, 9, 30.90, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18943, 1873, 'Gustavo', 672, 10, 9, 3.15, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(18944, 1873, 'Gustavo', 2161, 19, 9, 26.64, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18945, 1873, 'Gustavo', 2065, 12, 9, 7.30, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18946, 1873, 'Gustavo', 1662, 19, 9, 0.91, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18947, 1873, 'Gustavo', 4106, 5, 9, 1.34, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18948, 1873, 'Gustavo', 1894, 19, 9, 0.21, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18949, 1873, 'Gustavo', 1827, 19, 9, 0.12, 1, 1, 'ai_bid', '2024-06-12 10:35:09', '2024-06-12 10:35:09', '2024-06-13 10:36:03'),
(18950, 1866, 'Tetyana store', 1143, 19, 11, 7930.65, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18951, 1866, 'Tetyana store', 1103, 4, 11, 42.00, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18952, 1866, 'Tetyana store', 3892, 2, 11, 104.94, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18953, 1866, 'Tetyana store', 4479, 16, 11, 2.09, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18954, 1866, 'Tetyana store', 5802, 13, 11, 20.99, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18955, 1866, 'Tetyana store', 1551, 19, 11, 241.50, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18956, 1866, 'Tetyana store', 1026, 5, 11, 257.50, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18957, 1866, 'Tetyana store', 4139, 14, 11, 61.77, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18958, 1866, 'Tetyana store', 3361, 15, 11, 2392.00, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:03'),
(18959, 1866, 'Tetyana store', 1144, 4, 11, 37.63, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18960, 1866, 'Tetyana store', 4431, 16, 11, 494.00, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18961, 1866, 'Tetyana store', 3239, 5, 11, 19.08, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18962, 1866, 'Tetyana store', 1083, 1, 11, 69.43, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18963, 1866, 'Tetyana store', 493, 7, 11, 57.29, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18964, 1866, 'Tetyana store', 3733, 13, 11, 5.52, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18965, 1866, 'Tetyana store', 3658, 10, 11, 14.35, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18966, 1866, 'Tetyana store', 5130, 16, 11, 33.60, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18967, 1866, 'Tetyana store', 5709, 10, 11, 12.66, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18968, 1866, 'Tetyana store', 3389, 10, 11, 7.10, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18969, 1866, 'Tetyana store', 2085, 12, 11, 29.47, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18970, 1866, 'Tetyana store', 782, 14, 11, 6.99, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18971, 1866, 'Tetyana store', 559, 18, 11, 4573.80, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18972, 1866, 'Tetyana store', 4075, 14, 11, 19.57, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18973, 1866, 'Tetyana store', 806, 5, 11, 20.60, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18974, 1866, 'Tetyana store', 1820, 19, 11, 46.80, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18975, 1866, 'Tetyana store', 1819, 18, 11, 15.89, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18976, 1866, 'Tetyana store', 1084, 4, 11, 10.39, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18977, 1866, 'Tetyana store', 2919, 19, 11, 27.71, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18978, 1866, 'Tetyana store', 4092, 5, 11, 2.84, 1, 1, 'ai_bid', '2024-06-12 10:47:09', '2024-06-12 10:47:09', '2024-06-13 10:48:04'),
(18979, 1866, 'Tetyana store', 537, 15, 11, 962.68, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18980, 1866, 'Tetyana store', 2135, 17, 11, 57.64, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18981, 1866, 'Tetyana store', 426, 17, 11, 15.30, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18982, 1866, 'Tetyana store', 3594, 12, 11, 21.08, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18983, 1866, 'Tetyana store', 2707, 16, 11, 23.68, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18984, 1866, 'Tetyana store', 4964, 12, 11, 20.90, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18985, 1866, 'Tetyana store', 5159, 16, 11, 13.38, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18986, 1866, 'Tetyana store', 2112, 19, 11, 51.00, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18987, 1866, 'Tetyana store', 828, 18, 11, 19.91, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18988, 1866, 'Tetyana store', 2058, 4, 11, 238.50, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18989, 1866, 'Tetyana store', 2234, 10, 11, 19.05, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18990, 1866, 'Tetyana store', 3216, 17, 11, 156.00, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18991, 1866, 'Tetyana store', 3040, 17, 11, 1234.97, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18992, 1866, 'Tetyana store', 3171, 5, 11, 17.67, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18993, 1866, 'Tetyana store', 1761, 19, 11, 21.40, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18994, 1866, 'Tetyana store', 2223, 18, 11, 23.47, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18995, 1866, 'Tetyana store', 3513, 13, 11, 125.84, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18996, 1866, 'Tetyana store', 5038, 14, 11, 10.39, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18997, 1866, 'Tetyana store', 6075, 15, 11, 26.49, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18998, 1866, 'Tetyana store', 1145, 19, 11, 41.87, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(18999, 1866, 'Tetyana store', 2509, 16, 11, 29.28, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19000, 1866, 'Tetyana store', 101, 2, 11, 312.81, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19001, 1866, 'Tetyana store', 1821, 19, 11, 1.05, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19002, 1866, 'Tetyana store', 2606, 18, 11, 14.53, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19003, 1866, 'Tetyana store', 2643, 15, 11, 11.32, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19004, 1866, 'Tetyana store', 3049, 2, 11, 14.60, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19005, 1866, 'Tetyana store', 5957, 17, 11, 12.75, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19006, 1866, 'Tetyana store', 523, 14, 11, 17.98, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19007, 1866, 'Tetyana store', 6115, 11, 11, 5.23, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19008, 1866, 'Tetyana store', 4511, 16, 11, 2.03, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19009, 1866, 'Tetyana store', 1844, 19, 11, 0.31, 1, 1, 'ai_bid', '2024-06-12 10:47:10', '2024-06-12 10:47:10', '2024-06-13 10:48:04'),
(19010, 1867, 'Omevoric enterprises', 2618, 10, 12, 10.39, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:03'),
(19011, 1867, 'Omevoric enterprises', 891, 7, 12, 13.18, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19012, 1867, 'Omevoric enterprises', 2568, 14, 12, 1201.90, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19013, 1867, 'Omevoric enterprises', 5338, 14, 12, 2120.00, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19014, 1867, 'Omevoric enterprises', 2966, 15, 12, 525.00, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19015, 1867, 'Omevoric enterprises', 1406, 15, 12, 31.50, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19016, 1867, 'Omevoric enterprises', 910, 5, 12, 6.96, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19017, 1867, 'Omevoric enterprises', 5119, 13, 12, 64.04, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19018, 1867, 'Omevoric enterprises', 5412, 14, 12, 206.00, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19019, 1867, 'Omevoric enterprises', 4013, 17, 12, 3.90, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19020, 1867, 'Omevoric enterprises', 4499, 15, 12, 40.40, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19021, 1867, 'Omevoric enterprises', 339, 12, 12, 785.59, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19022, 1867, 'Omevoric enterprises', 5465, 16, 12, 41.19, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19023, 1867, 'Omevoric enterprises', 5795, 15, 12, 1030.00, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19024, 1867, 'Omevoric enterprises', 768, 7, 12, 4.54, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19025, 1867, 'Omevoric enterprises', 5429, 17, 12, 36.80, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19026, 1867, 'Omevoric enterprises', 1207, 18, 12, 61.48, 1, 1, 'ai_bid', '2024-06-12 10:58:05', '2024-06-12 10:58:05', '2024-06-13 10:59:04'),
(19027, 1867, 'Omevoric enterprises', 5710, 10, 12, 150.49, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19028, 1867, 'Omevoric enterprises', 6060, 11, 12, 10.40, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19029, 1867, 'Omevoric enterprises', 4820, 12, 12, 66.81, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19030, 1867, 'Omevoric enterprises', 5447, 12, 12, 2788.08, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19031, 1867, 'Omevoric enterprises', 5284, 14, 12, 364.47, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19032, 1867, 'Omevoric enterprises', 5989, 11, 12, 38.98, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19033, 1867, 'Omevoric enterprises', 1509, 15, 12, 95.84, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19034, 1867, 'Omevoric enterprises', 1213, 10, 12, 2.45, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19035, 1867, 'Omevoric enterprises', 2141, 19, 12, 17.34, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19036, 1867, 'Omevoric enterprises', 936, 5, 12, 51.39, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19037, 1867, 'Omevoric enterprises', 1109, 19, 12, 161.60, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19038, 1867, 'Omevoric enterprises', 5272, 13, 12, 5.86, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19039, 1867, 'Omevoric enterprises', 3273, 7, 12, 102.95, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19040, 1867, 'Omevoric enterprises', 2028, 19, 12, 40.95, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19041, 1867, 'Omevoric enterprises', 4322, 18, 12, 727.16, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19042, 1867, 'Omevoric enterprises', 324, 18, 12, 12.65, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19043, 1867, 'Omevoric enterprises', 1658, 17, 12, 116.14, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19044, 1867, 'Omevoric enterprises', 13, 2, 12, 10.10, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19045, 1867, 'Omevoric enterprises', 4766, 12, 12, 29.67, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19046, 1867, 'Omevoric enterprises', 4551, 14, 12, 2163.00, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19047, 1867, 'Omevoric enterprises', 3964, 16, 12, 46.45, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19048, 1867, 'Omevoric enterprises', 3589, 17, 12, 7.94, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19049, 1867, 'Omevoric enterprises', 3022, 14, 12, 16.58, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19050, 1867, 'Omevoric enterprises', 1544, 10, 12, 118.65, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19051, 1867, 'Omevoric enterprises', 3159, 4, 12, 1334.86, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19052, 1867, 'Omevoric enterprises', 2212, 10, 12, 42.62, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19053, 1867, 'Omevoric enterprises', 5108, 13, 12, 138.71, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19054, 1867, 'Omevoric enterprises', 5208, 13, 12, 173.03, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19055, 1867, 'Omevoric enterprises', 3067, 2, 12, 72.77, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19056, 1867, 'Omevoric enterprises', 4093, 18, 12, 31.92, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19057, 1867, 'Omevoric enterprises', 263, 18, 12, 6.34, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19058, 1867, 'Omevoric enterprises', 2271, 17, 12, 301.60, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19059, 1867, 'Omevoric enterprises', 3578, 12, 12, 16.05, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19060, 1867, 'Omevoric enterprises', 1538, 2, 12, 24.71, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19061, 1867, 'Omevoric enterprises', 3613, 13, 12, 6.60, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19062, 1867, 'Omevoric enterprises', 1825, 4, 12, 233.19, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19063, 1867, 'Omevoric enterprises', 3980, 18, 12, 20.78, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19064, 1867, 'Omevoric enterprises', 4969, 14, 12, 14.84, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19065, 1867, 'Omevoric enterprises', 4902, 14, 12, 2.27, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19066, 1867, 'Omevoric enterprises', 1574, 19, 12, 201.40, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:04'),
(19067, 1867, 'Omevoric enterprises', 2790, 14, 12, 128.00, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19068, 1867, 'Omevoric enterprises', 1290, 19, 12, 3.38, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19069, 1867, 'Omevoric enterprises', 2580, 7, 12, 19.80, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19070, 1867, 'Omevoric enterprises', 4836, 17, 12, 181.79, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19071, 1867, 'Omevoric enterprises', 1310, 2, 12, 714.00, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19072, 1867, 'Omevoric enterprises', 3438, 10, 12, 10.08, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19073, 1867, 'Omevoric enterprises', 3355, 7, 12, 1230.85, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19074, 1867, 'Omevoric enterprises', 4192, 14, 12, 21.41, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19075, 1867, 'Omevoric enterprises', 5113, 16, 12, 15.88, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19076, 1867, 'Omevoric enterprises', 185, 16, 12, 72.09, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19077, 1867, 'Omevoric enterprises', 268, 18, 12, 6.64, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19078, 1867, 'Omevoric enterprises', 2339, 19, 12, 1020.00, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19079, 1867, 'Omevoric enterprises', 4067, 18, 12, 12.26, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19080, 1867, 'Omevoric enterprises', 3846, 16, 12, 5.29, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19081, 1867, 'Omevoric enterprises', 3570, 12, 12, 1500.86, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19082, 1867, 'Omevoric enterprises', 2603, 14, 12, 1463.49, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19083, 1867, 'Omevoric enterprises', 5236, 16, 12, 319.05, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19084, 1867, 'Omevoric enterprises', 724, 1, 12, 39.86, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19085, 1867, 'Omevoric enterprises', 3302, 15, 12, 19.38, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19086, 1867, 'Omevoric enterprises', 5554, 10, 12, 5.53, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19087, 1867, 'Omevoric enterprises', 4284, 14, 12, 22.04, 1, 1, 'ai_bid', '2024-06-12 10:58:06', '2024-06-12 10:58:06', '2024-06-13 10:59:05'),
(19088, 1867, 'Omevoric enterprises', 4151, 14, 12, 33.65, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19089, 1867, 'Omevoric enterprises', 2990, 14, 12, 529.38, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19090, 1867, 'Omevoric enterprises', 1354, 2, 12, 18.27, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19091, 1867, 'Omevoric enterprises', 63, 2, 12, 7.14, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19092, 1867, 'Omevoric enterprises', 5897, 17, 12, 7.08, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19093, 1867, 'Omevoric enterprises', 35, 2, 12, 30.90, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19094, 1867, 'Omevoric enterprises', 2375, 19, 12, 15.75, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19095, 1867, 'Omevoric enterprises', 1969, 19, 12, 15.14, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19096, 1867, 'Omevoric enterprises', 5444, 12, 12, 3.81, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19097, 1867, 'Omevoric enterprises', 1887, 5, 12, 1.58, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19098, 1867, 'Omevoric enterprises', 3620, 13, 12, 2.59, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19099, 1867, 'Omevoric enterprises', 949, 5, 12, 0.31, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19100, 1867, 'Omevoric enterprises', 734, 19, 12, 0.22, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19101, 1867, 'Omevoric enterprises', 803, 19, 12, 0.21, 1, 1, 'ai_bid', '2024-06-12 10:58:07', '2024-06-12 10:58:07', '2024-06-13 10:59:05'),
(19102, 1868, 'Marcelo Ltd', 3755, 14, 13, 15.29, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19103, 1868, 'Marcelo Ltd', 1976, 19, 13, 468.00, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19104, 1868, 'Marcelo Ltd', 2365, 19, 13, 1995.00, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19105, 1868, 'Marcelo Ltd', 3093, 2, 13, 22.75, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19106, 1868, 'Marcelo Ltd', 5947, 15, 13, 8029.31, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19107, 1868, 'Marcelo Ltd', 4438, 15, 13, 32.24, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19108, 1868, 'Marcelo Ltd', 5825, 15, 13, 44.10, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19109, 1868, 'Marcelo Ltd', 2615, 14, 13, 20.99, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19110, 1868, 'Marcelo Ltd', 2826, 10, 13, 30.89, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19111, 1868, 'Marcelo Ltd', 1340, 15, 13, 41.59, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19112, 1868, 'Marcelo Ltd', 5123, 16, 13, 387.45, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19113, 1868, 'Marcelo Ltd', 4304, 18, 13, 9.41, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19114, 1868, 'Marcelo Ltd', 3726, 13, 13, 12.11, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19115, 1868, 'Marcelo Ltd', 4344, 18, 13, 273.37, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19116, 1868, 'Marcelo Ltd', 5762, 13, 13, 5.70, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19117, 1868, 'Marcelo Ltd', 5664, 10, 13, 333.30, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19118, 1868, 'Marcelo Ltd', 2146, 19, 13, 45.43, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19119, 1868, 'Marcelo Ltd', 5955, 17, 13, 6.16, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19120, 1868, 'Marcelo Ltd', 2589, 14, 13, 61.79, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19121, 1868, 'Marcelo Ltd', 4220, 5, 13, 4.50, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19122, 1868, 'Marcelo Ltd', 4398, 14, 13, 104.00, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19123, 1868, 'Marcelo Ltd', 2283, 19, 13, 98.70, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19124, 1868, 'Marcelo Ltd', 3130, 18, 13, 18.54, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19125, 1868, 'Marcelo Ltd', 1859, 18, 13, 3.82, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19126, 1868, 'Marcelo Ltd', 2601, 17, 13, 16.32, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19127, 1868, 'Marcelo Ltd', 4300, 5, 13, 14.80, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19128, 1868, 'Marcelo Ltd', 5256, 14, 13, 49.92, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19129, 1868, 'Marcelo Ltd', 4427, 16, 13, 41.81, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19130, 1868, 'Marcelo Ltd', 477, 19, 13, 444.59, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19131, 1868, 'Marcelo Ltd', 3337, 15, 13, 198.90, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19132, 1868, 'Marcelo Ltd', 2115, 19, 13, 22.88, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19133, 1868, 'Marcelo Ltd', 162, 14, 13, 6.88, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19134, 1868, 'Marcelo Ltd', 1605, 4, 13, 231.53, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19135, 1868, 'Marcelo Ltd', 1672, 17, 13, 31.19, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19136, 1868, 'Marcelo Ltd', 5434, 17, 13, 18.25, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19137, 1868, 'Marcelo Ltd', 1119, 19, 13, 145.60, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19138, 1868, 'Marcelo Ltd', 3256, 5, 13, 505.00, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19139, 1868, 'Marcelo Ltd', 3982, 5, 13, 153.47, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19140, 1868, 'Marcelo Ltd', 5155, 16, 13, 46.34, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19141, 1868, 'Marcelo Ltd', 3309, 5, 13, 3.16, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19142, 1868, 'Marcelo Ltd', 351, 15, 13, 70.34, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19143, 1868, 'Marcelo Ltd', 2818, 17, 13, 17.50, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19144, 1868, 'Marcelo Ltd', 4106, 5, 13, 1.31, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19145, 1868, 'Marcelo Ltd', 5863, 13, 13, 32.54, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19146, 1868, 'Marcelo Ltd', 1778, 12, 13, 206.98, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19147, 1868, 'Marcelo Ltd', 1649, 17, 13, 102.38, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19148, 1868, 'Marcelo Ltd', 1811, 5, 13, 0.20, 1, 1, 'ai_bid', '2024-06-12 11:30:07', '2024-06-12 11:30:07', '2024-06-13 11:31:03'),
(19149, 1868, 'Marcelo Ltd', 186, 16, 13, 169.95, 1, 1, 'ai_bid', '2024-06-12 11:30:08', '2024-06-12 11:30:08', '2024-06-13 11:31:03'),
(19150, 1868, 'Marcelo Ltd', 5883, 11, 13, 2136.15, 1, 1, 'ai_bid', '2024-06-12 11:30:08', '2024-06-12 11:30:08', '2024-06-13 11:31:03'),
(19151, 1868, 'Marcelo Ltd', 1829, 5, 13, 0.78, 1, 1, 'ai_bid', '2024-06-12 11:30:08', '2024-06-12 11:30:08', '2024-06-13 11:31:03'),
(19152, 1868, 'Marcelo Ltd', 1837, 5, 13, 1.02, 1, 1, 'ai_bid', '2024-06-12 11:30:08', '2024-06-12 11:30:08', '2024-06-13 11:31:03'),
(19153, 1868, 'Marcelo Ltd', 1827, 19, 13, 0.12, 1, 1, 'ai_bid', '2024-06-12 11:30:08', '2024-06-12 11:30:08', '2024-06-13 11:31:03'),
(19154, 1869, 'Anatoliy fast store', 1717, 10, 14, 13.13, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19155, 1869, 'Anatoliy fast store', 5446, 12, 14, 296.64, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19156, 1869, 'Anatoliy fast store', 5042, 16, 14, 3014.96, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19157, 1869, 'Anatoliy fast store', 2835, 18, 14, 15370.00, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19158, 1869, 'Anatoliy fast store', 659, 10, 14, 8.32, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19159, 1869, 'Anatoliy fast store', 521, 18, 14, 66.03, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19160, 1869, 'Anatoliy fast store', 6071, 15, 14, 51.99, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19161, 1869, 'Anatoliy fast store', 4092, 5, 14, 2.84, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19162, 1869, 'Anatoliy fast store', 4039, 18, 14, 19.28, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19163, 1869, 'Anatoliy fast store', 1738, 5, 14, 1.54, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19164, 1869, 'Anatoliy fast store', 850, 13, 14, 85.28, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19165, 1869, 'Anatoliy fast store', 3612, 12, 14, 255.93, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19166, 1869, 'Anatoliy fast store', 2066, 4, 14, 22.25, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19167, 1869, 'Anatoliy fast store', 38, 2, 14, 14.56, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19168, 1869, 'Anatoliy fast store', 1582, 4, 14, 9.33, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19169, 1869, 'Anatoliy fast store', 599, 19, 14, 1260.00, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19170, 1869, 'Anatoliy fast store', 1539, 14, 14, 12.78, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19171, 1869, 'Anatoliy fast store', 2260, 19, 14, 275.40, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19172, 1869, 'Anatoliy fast store', 5268, 13, 14, 16.01, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19173, 1869, 'Anatoliy fast store', 1950, 5, 14, 17.68, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19174, 1869, 'Anatoliy fast store', 2940, 14, 14, 1574.99, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19175, 1869, 'Anatoliy fast store', 2738, 17, 14, 19.07, 1, 1, 'ai_bid', '2024-06-12 11:59:06', '2024-06-12 11:59:06', '2024-06-13 12:00:04'),
(19176, 1869, 'Anatoliy fast store', 536, 7, 14, 13.66, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19177, 1869, 'Anatoliy fast store', 3686, 14, 14, 12.58, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19178, 1869, 'Anatoliy fast store', 711, 2, 14, 474.90, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19179, 1869, 'Anatoliy fast store', 3654, 13, 14, 17.16, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19180, 1869, 'Anatoliy fast store', 5971, 17, 14, 30.89, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19181, 1869, 'Anatoliy fast store', 4751, 12, 14, 31.61, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19182, 1869, 'Anatoliy fast store', 5963, 17, 14, 42.91, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19183, 1869, 'Anatoliy fast store', 3082, 2, 14, 12.10, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19184, 1869, 'Anatoliy fast store', 2840, 14, 14, 15.59, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19185, 1869, 'Anatoliy fast store', 4270, 14, 14, 9.36, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19186, 1869, 'Anatoliy fast store', 4879, 17, 14, 46.79, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19187, 1869, 'Anatoliy fast store', 5075, 16, 14, 23.86, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19188, 1869, 'Anatoliy fast store', 2238, 19, 14, 59.49, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19189, 1869, 'Anatoliy fast store', 2065, 12, 14, 7.45, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19190, 1869, 'Anatoliy fast store', 91, 2, 14, 201.88, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19191, 1869, 'Anatoliy fast store', 859, 19, 14, 14.81, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:04'),
(19192, 1869, 'Anatoliy fast store', 3122, 2, 14, 3.12, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:05'),
(19193, 1869, 'Anatoliy fast store', 3324, 7, 14, 1.40, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:05'),
(19194, 1869, 'Anatoliy fast store', 1811, 5, 14, 0.21, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:05'),
(19195, 1869, 'Anatoliy fast store', 803, 19, 14, 0.21, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:05'),
(19196, 1869, 'Anatoliy fast store', 1827, 19, 14, 0.12, 1, 1, 'ai_bid', '2024-06-12 11:59:07', '2024-06-12 11:59:07', '2024-06-13 12:00:05'),
(19197, 1872, 'Melisa', 5119, 13, 18, 62.82, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19198, 1872, 'Melisa', 3804, 4, 18, 230.97, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19199, 1872, 'Melisa', 96, 2, 18, 21.84, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19200, 1872, 'Melisa', 3123, 18, 18, 112.27, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19201, 1872, 'Melisa', 2884, 19, 18, 4091.16, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19202, 1872, 'Melisa', 5706, 10, 18, 30.46, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19203, 1872, 'Melisa', 4755, 14, 18, 418.19, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19204, 1872, 'Melisa', 1173, 14, 18, 26.24, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19205, 1872, 'Melisa', 424, 17, 18, 50.50, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19206, 1872, 'Melisa', 3609, 12, 18, 140.42, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19207, 1872, 'Melisa', 1289, 15, 18, 50.38, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19208, 1872, 'Melisa', 2669, 14, 18, 127.84, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19209, 1872, 'Melisa', 4487, 16, 18, 9.56, 1, 1, 'ai_bid', '2024-06-12 13:53:06', '2024-06-12 13:53:06', '2024-06-13 13:54:02'),
(19210, 1872, 'Melisa', 668, 10, 18, 5.30, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19211, 1872, 'Melisa', 3018, 14, 18, 2.55, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19212, 1872, 'Melisa', 3203, 4, 18, 41.59, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19213, 1872, 'Melisa', 1449, 10, 18, 16.13, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19214, 1872, 'Melisa', 3834, 15, 18, 51.50, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19215, 1872, 'Melisa', 5822, 11, 18, 35.34, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19216, 1872, 'Melisa', 3937, 16, 18, 59.84, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19217, 1872, 'Melisa', 4510, 16, 18, 42.53, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19218, 1872, 'Melisa', 4864, 12, 18, 462.58, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19219, 1872, 'Melisa', 2552, 14, 18, 74.19, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19220, 1872, 'Melisa', 3354, 7, 18, 51.94, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19221, 1872, 'Melisa', 1101, 19, 18, 916.70, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19222, 1872, 'Melisa', 1844, 19, 18, 0.32, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:02'),
(19223, 1872, 'Melisa', 2038, 5, 18, 110.25, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19224, 1872, 'Melisa', 4586, 5, 18, 38.37, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19225, 1872, 'Melisa', 1424, 15, 18, 19.96, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19226, 1872, 'Melisa', 1248, 19, 18, 28.63, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19227, 1872, 'Melisa', 5205, 16, 18, 81.80, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19228, 1872, 'Melisa', 5644, 10, 18, 6.93, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19229, 1872, 'Melisa', 497, 19, 18, 2118.94, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19230, 1872, 'Melisa', 3522, 11, 18, 29.86, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19231, 1872, 'Melisa', 4945, 12, 18, 17.62, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19232, 1872, 'Melisa', 4835, 12, 18, 25.51, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19233, 1872, 'Melisa', 2111, 19, 18, 1378.00, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19234, 1872, 'Melisa', 1958, 5, 18, 12.19, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19235, 1872, 'Melisa', 3211, 17, 18, 19.68, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19236, 1872, 'Melisa', 5659, 10, 18, 124.62, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19237, 1872, 'Melisa', 3853, 4, 18, 525.00, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19238, 1872, 'Melisa', 4869, 14, 18, 11.65, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19239, 1872, 'Melisa', 4222, 18, 18, 57.14, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19240, 1872, 'Melisa', 841, 13, 18, 30.52, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19241, 1872, 'Melisa', 5188, 16, 18, 313.10, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19242, 1872, 'Melisa', 1549, 19, 18, 151.61, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19243, 1872, 'Melisa', 3714, 18, 18, 247.00, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19244, 1872, 'Melisa', 3410, 10, 18, 30.16, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19245, 1872, 'Melisa', 1906, 4, 18, 5.35, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19246, 1872, 'Melisa', 5680, 10, 18, 48.95, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19247, 1872, 'Melisa', 2958, 14, 18, 107.06, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19248, 1872, 'Melisa', 2484, 19, 18, 202.00, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19249, 1872, 'Melisa', 6148, 11, 18, 5.84, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19250, 1872, 'Melisa', 6021, 17, 18, 37.35, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19251, 1872, 'Melisa', 1802, 16, 18, 130.81, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19252, 1872, 'Melisa', 5827, 15, 18, 37.93, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19253, 1872, 'Melisa', 2201, 19, 18, 21.37, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19254, 1872, 'Melisa', 2336, 18, 18, 47.70, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19255, 1872, 'Melisa', 4730, 12, 18, 16.25, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19256, 1872, 'Melisa', 5112, 16, 18, 13.52, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19257, 1872, 'Melisa', 925, 5, 18, 91.35, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19258, 1872, 'Melisa', 4481, 15, 18, 57.24, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19259, 1872, 'Melisa', 5506, 12, 18, 282.79, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19260, 1872, 'Melisa', 5233, 13, 18, 13.51, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19261, 1872, 'Melisa', 4441, 15, 18, 32.32, 1, 1, 'ai_bid', '2024-06-12 13:53:07', '2024-06-12 13:53:07', '2024-06-13 13:54:03'),
(19262, 1872, 'Melisa', 2773, 19, 18, 389.00, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19263, 1872, 'Melisa', 1465, 19, 18, 18.01, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19264, 1872, 'Melisa', 4293, 18, 18, 204.15, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19265, 1872, 'Melisa', 2972, 19, 18, 37.10, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19266, 1872, 'Melisa', 4356, 18, 18, 93.59, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19267, 1872, 'Melisa', 4112, 5, 18, 74.20, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19268, 1872, 'Melisa', 1286, 15, 18, 513.74, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19269, 1872, 'Melisa', 3969, 16, 18, 14.21, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19270, 1872, 'Melisa', 2743, 19, 18, 41.59, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19271, 1872, 'Melisa', 4347, 14, 18, 531.05, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19272, 1872, 'Melisa', 3035, 18, 18, 165.00, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19273, 1872, 'Melisa', 3582, 12, 18, 4.20, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19274, 1872, 'Melisa', 4827, 17, 18, 17.34, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19275, 1872, 'Melisa', 4902, 14, 18, 2.39, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19276, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19277, 1872, 'Melisa', 756, 19, 18, 0.47, 1, 1, 'ai_bid', '2024-06-12 13:53:08', '2024-06-12 13:53:08', '2024-06-13 13:54:03'),
(19278, 1798, 'Feelyards', 4177, 5, NULL, 500.00, 1, 1, 'manual_bid', '2024-06-12 16:48:56', '2024-06-12 16:48:56', '2024-06-13 16:49:04'),
(19279, 1869, 'Anatoliy fast store', 440, 16, 17, 82.61, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:02'),
(19280, 1869, 'Anatoliy fast store', 85, 2, 17, 175.10, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19281, 1869, 'Anatoliy fast store', 38, 2, 17, 14.70, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19282, 1869, 'Anatoliy fast store', 1087, 19, 17, 1255.04, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19283, 1869, 'Anatoliy fast store', 4070, 5, 17, 21.20, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19284, 1869, 'Anatoliy fast store', 666, 18, 17, 7379.84, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19285, 1869, 'Anatoliy fast store', 1462, 10, 17, 20.33, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19286, 1869, 'Anatoliy fast store', 3988, 12, 17, 33.28, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19287, 1869, 'Anatoliy fast store', 4469, 15, 17, 1647.99, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19288, 1869, 'Anatoliy fast store', 5236, 16, 17, 304.00, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19289, 1869, 'Anatoliy fast store', 1279, 19, 17, 348.14, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19290, 1869, 'Anatoliy fast store', 3550, 12, 17, 7.97, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19291, 1869, 'Anatoliy fast store', 687, 10, 17, 132.31, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19292, 1869, 'Anatoliy fast store', 2229, 16, 17, 27.49, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19293, 1869, 'Anatoliy fast store', 1027, 19, 17, 405.60, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19294, 1869, 'Anatoliy fast store', 1787, 17, 17, 203.74, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19295, 1869, 'Anatoliy fast store', 5396, 17, 17, 47.25, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19296, 1869, 'Anatoliy fast store', 1542, 2, 17, 174.90, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19297, 1869, 'Anatoliy fast store', 4625, 15, 17, 121.20, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19298, 1869, 'Anatoliy fast store', 4643, 15, 17, 7.65, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19299, 1869, 'Anatoliy fast store', 5253, 16, 17, 16.21, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19300, 1869, 'Anatoliy fast store', 4758, 14, 17, 102.96, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19301, 1869, 'Anatoliy fast store', 1439, 10, 17, 255.14, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19302, 1869, 'Anatoliy fast store', 2797, 12, 17, 9.35, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19303, 1869, 'Anatoliy fast store', 1116, 16, 17, 92.56, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19304, 1869, 'Anatoliy fast store', 2803, 14, 17, 832.00, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19305, 1869, 'Anatoliy fast store', 4442, 15, 17, 29.12, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19306, 1869, 'Anatoliy fast store', 2206, 2, 17, 80.80, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19307, 1869, 'Anatoliy fast store', 1217, 14, 17, 45.13, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(19308, 1869, 'Anatoliy fast store', 2969, 17, 17, 91.69, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19309, 1869, 'Anatoliy fast store', 6033, 11, 17, 607.72, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19310, 1869, 'Anatoliy fast store', 769, 2, 17, 113.42, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19311, 1869, 'Anatoliy fast store', 5505, 10, 17, 85.04, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19312, 1869, 'Anatoliy fast store', 1424, 15, 17, 19.77, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19313, 1869, 'Anatoliy fast store', 5580, 15, 17, 13.49, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19314, 1869, 'Anatoliy fast store', 1665, 19, 17, 11.55, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19315, 1869, 'Anatoliy fast store', 1591, 19, 17, 7.98, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19316, 1869, 'Anatoliy fast store', 1603, 15, 17, 33.58, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19317, 1869, 'Anatoliy fast store', 3830, 4, 17, 94.34, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19318, 1869, 'Anatoliy fast store', 6065, 11, 17, 21.50, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19319, 1869, 'Anatoliy fast store', 3743, 7, 17, 165.36, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19320, 1869, 'Anatoliy fast store', 639, 14, 17, 4.08, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19321, 1869, 'Anatoliy fast store', 1067, 1, 17, 184.20, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19322, 1869, 'Anatoliy fast store', 4847, 17, 17, 660.95, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19323, 1869, 'Anatoliy fast store', 4523, 16, 17, 3.18, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19324, 1869, 'Anatoliy fast store', 3064, 2, 17, 4.68, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19325, 1869, 'Anatoliy fast store', 3754, 14, 17, 40.39, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19326, 1869, 'Anatoliy fast store', 5985, 17, 17, 27.43, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19327, 1869, 'Anatoliy fast store', 563, 17, 17, 4.16, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19328, 1869, 'Anatoliy fast store', 4682, 12, 17, 15.50, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19329, 1869, 'Anatoliy fast store', 1844, 19, 17, 0.31, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19330, 1869, 'Anatoliy fast store', 734, 19, 17, 0.23, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19331, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.13, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19332, 1869, 'Anatoliy fast store', 949, 5, 17, 0.31, 1, 1, 'ai_bid', '2024-06-13 09:08:05', '2024-06-13 09:08:05', '2024-06-14 09:09:04'),
(19333, 1866, 'Tetyana store', 3775, 15, 16, 6.36, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:03'),
(19334, 1866, 'Tetyana store', 494, 19, 16, 16.04, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:03'),
(19335, 1866, 'Tetyana store', 5356, 14, 16, 46.80, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19336, 1866, 'Tetyana store', 4445, 15, 16, 27.97, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19337, 1866, 'Tetyana store', 4597, 15, 16, 15.15, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19338, 1866, 'Tetyana store', 5696, 15, 16, 53.95, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19339, 1866, 'Tetyana store', 2302, 2, 16, 80.28, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19340, 1866, 'Tetyana store', 3147, 19, 16, 196.05, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19341, 1866, 'Tetyana store', 3327, 7, 16, 2.40, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19342, 1866, 'Tetyana store', 5267, 14, 16, 60.73, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19343, 1866, 'Tetyana store', 4639, 5, 16, 26.55, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19344, 1866, 'Tetyana store', 1912, 10, 16, 3.99, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19345, 1866, 'Tetyana store', 973, 14, 16, 15.60, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19346, 1866, 'Tetyana store', 5685, 10, 16, 37.41, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19347, 1866, 'Tetyana store', 2831, 19, 16, 1018.98, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19348, 1866, 'Tetyana store', 4274, 18, 16, 62.40, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19349, 1866, 'Tetyana store', 5012, 11, 16, 16.63, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19350, 1866, 'Tetyana store', 5089, 14, 16, 41.19, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19351, 1866, 'Tetyana store', 1118, 18, 16, 1067.60, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19352, 1866, 'Tetyana store', 1636, 18, 16, 11.06, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19353, 1866, 'Tetyana store', 2717, 14, 16, 115.66, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19354, 1866, 'Tetyana store', 1408, 14, 16, 15.95, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19355, 1866, 'Tetyana store', 4454, 15, 16, 1504.90, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19356, 1866, 'Tetyana store', 684, 19, 16, 4536.48, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19357, 1866, 'Tetyana store', 5815, 15, 16, 15.15, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19358, 1866, 'Tetyana store', 3222, 5, 16, 4.12, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19359, 1866, 'Tetyana store', 1789, 1, 16, 46.20, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19360, 1866, 'Tetyana store', 2185, 19, 16, 61.20, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19361, 1866, 'Tetyana store', 4128, 5, 16, 11.54, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19362, 1866, 'Tetyana store', 1868, 16, 16, 42.79, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19363, 1866, 'Tetyana store', 1117, 19, 16, 353.50, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19364, 1866, 'Tetyana store', 5053, 11, 16, 10.59, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19365, 1866, 'Tetyana store', 4918, 11, 16, 28.27, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19366, 1866, 'Tetyana store', 5136, 16, 16, 104.94, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19367, 1866, 'Tetyana store', 3828, 15, 16, 210.00, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19368, 1866, 'Tetyana store', 2389, 19, 16, 27.39, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:04'),
(19369, 1866, 'Tetyana store', 3808, 13, 16, 571.52, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19370, 1866, 'Tetyana store', 5405, 19, 16, 505.53, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19371, 1866, 'Tetyana store', 1886, 19, 16, 51.17, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19372, 1866, 'Tetyana store', 662, 17, 16, 17.68, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19373, 1866, 'Tetyana store', 4780, 14, 16, 1835.99, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19374, 1866, 'Tetyana store', 1375, 15, 16, 26.25, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19375, 1866, 'Tetyana store', 1108, 4, 16, 7.13, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19376, 1866, 'Tetyana store', 836, 19, 16, 15.12, 1, 1, 'ai_bid', '2024-06-13 10:11:05', '2024-06-13 10:11:05', '2024-06-14 10:12:05'),
(19377, 1866, 'Tetyana store', 2954, 19, 16, 795.00, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19378, 1866, 'Tetyana store', 1449, 10, 16, 15.68, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19379, 1866, 'Tetyana store', 230, 5, 16, 1030.00, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19380, 1866, 'Tetyana store', 3244, 7, 16, 201.23, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19381, 1866, 'Tetyana store', 646, 17, 16, 16.32, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19382, 1866, 'Tetyana store', 2259, 19, 16, 217.31, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19383, 1866, 'Tetyana store', 3128, 4, 16, 10.80, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19384, 1866, 'Tetyana store', 2885, 14, 16, 28.34, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19385, 1866, 'Tetyana store', 4425, 16, 16, 23.29, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19386, 1866, 'Tetyana store', 5958, 17, 16, 9.42, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19387, 1866, 'Tetyana store', 1911, 18, 16, 23.51, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19388, 1866, 'Tetyana store', 5671, 16, 16, 307.01, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19389, 1866, 'Tetyana store', 24, 2, 16, 1.05, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19390, 1866, 'Tetyana store', 2112, 19, 16, 51.50, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19391, 1866, 'Tetyana store', 5039, 16, 16, 641.58, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19392, 1866, 'Tetyana store', 1531, 15, 16, 13.25, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19393, 1866, 'Tetyana store', 1038, 19, 16, 18.53, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19394, 1866, 'Tetyana store', 5433, 12, 16, 8.28, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19395, 1866, 'Tetyana store', 4106, 5, 16, 1.31, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19396, 1866, 'Tetyana store', 4277, 14, 16, 50.99, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19397, 1866, 'Tetyana store', 4902, 14, 16, 2.36, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19398, 1866, 'Tetyana store', 1805, 19, 16, 8.63, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19399, 1866, 'Tetyana store', 5489, 7, 16, 2.02, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19400, 1866, 'Tetyana store', 143, 18, 16, 1.03, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19401, 1866, 'Tetyana store', 5764, 13, 16, 1.51, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19402, 1866, 'Tetyana store', 1827, 19, 16, 0.13, 1, 1, 'ai_bid', '2024-06-13 10:11:06', '2024-06-13 10:11:06', '2024-06-14 10:12:05'),
(19403, 1866, 'Tetyana store', 5945, 17, 6, 3.44, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:03'),
(19404, 1866, 'Tetyana store', 1554, 18, 6, 14.42, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19405, 1866, 'Tetyana store', 851, 5, 6, 25.82, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19406, 1866, 'Tetyana store', 1412, 14, 6, 7.95, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19407, 1866, 'Tetyana store', 4175, 18, 6, 9.08, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19408, 1866, 'Tetyana store', 4035, 18, 6, 2.00, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19409, 1866, 'Tetyana store', 734, 19, 6, 0.23, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19410, 1866, 'Tetyana store', 803, 19, 6, 0.21, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19411, 1866, 'Tetyana store', 1844, 19, 6, 0.30, 1, 1, 'ai_bid', '2024-06-13 11:31:05', '2024-06-13 11:31:05', '2024-06-14 11:32:04'),
(19412, 1870, 'Liliana', 1119, 19, 8, 148.40, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19413, 1870, 'Liliana', 5792, 15, 8, 295.80, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19414, 1870, 'Liliana', 5938, 15, 8, 485.36, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19415, 1870, 'Liliana', 5815, 15, 8, 15.90, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19416, 1870, 'Liliana', 2054, 4, 8, 110.09, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19417, 1870, 'Liliana', 416, 17, 8, 192.23, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19418, 1870, 'Liliana', 2148, 2, 8, 102.00, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19419, 1870, 'Liliana', 5073, 14, 8, 18.53, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19420, 1870, 'Liliana', 1730, 19, 8, 499.26, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19421, 1870, 'Liliana', 2723, 18, 8, 240.71, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19422, 1870, 'Liliana', 4672, 12, 8, 14.51, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19423, 1870, 'Liliana', 2886, 14, 8, 14.13, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19424, 1870, 'Liliana', 2069, 18, 8, 11.21, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19425, 1870, 'Liliana', 5074, 16, 8, 23.45, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19426, 1870, 'Liliana', 772, 10, 8, 19.36, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19427, 1870, 'Liliana', 2306, 19, 8, 728.00, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19428, 1870, 'Liliana', 2044, 5, 8, 336.00, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19429, 1870, 'Liliana', 2708, 18, 8, 690.53, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19430, 1870, 'Liliana', 5484, 7, 8, 5.14, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19431, 1870, 'Liliana', 2277, 16, 8, 31.91, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19432, 1870, 'Liliana', 526, 17, 8, 21.19, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19433, 1870, 'Liliana', 2801, 13, 8, 30.89, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19434, 1870, 'Liliana', 2077, 5, 8, 5.25, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19435, 1870, 'Liliana', 3503, 10, 8, 1010.00, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19436, 1870, 'Liliana', 3880, 16, 8, 16.46, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19437, 1870, 'Liliana', 5990, 17, 8, 4.81, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19438, 1870, 'Liliana', 4354, 15, 8, 14.56, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19439, 1870, 'Liliana', 2229, 16, 8, 27.76, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19440, 1870, 'Liliana', 142, 18, 8, 24.38, 1, 1, 'ai_bid', '2024-06-13 11:33:04', '2024-06-13 11:33:04', '2024-06-14 11:34:03'),
(19441, 1870, 'Liliana', 5410, 14, 8, 606.00, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:03'),
(19442, 1870, 'Liliana', 2909, 14, 8, 41.60, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:03'),
(19443, 1870, 'Liliana', 33, 2, 8, 6.18, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19444, 1870, 'Liliana', 1346, 14, 8, 30.35, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19445, 1870, 'Liliana', 3431, 7, 8, 313.15, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19446, 1870, 'Liliana', 5075, 16, 8, 24.09, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19447, 1870, 'Liliana', 2163, 10, 8, 51.47, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19448, 1870, 'Liliana', 5867, 17, 8, 31.29, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19449, 1870, 'Liliana', 1955, 16, 8, 3.61, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19450, 1870, 'Liliana', 771, 10, 8, 7.38, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19451, 1870, 'Liliana', 4007, 12, 8, 809.12, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19452, 1870, 'Liliana', 653, 17, 8, 22.05, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19453, 1870, 'Liliana', 4639, 5, 8, 26.05, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19454, 1870, 'Liliana', 3185, 19, 8, 4742.40, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19455, 1870, 'Liliana', 1978, 19, 8, 12.35, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19456, 1870, 'Liliana', 230, 5, 8, 1010.00, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19457, 1870, 'Liliana', 3516, 13, 8, 52.49, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19458, 1870, 'Liliana', 5131, 16, 8, 336.92, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19459, 1870, 'Liliana', 3215, 4, 8, 9.44, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19460, 1870, 'Liliana', 2613, 14, 8, 30.31, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19461, 1870, 'Liliana', 4133, 5, 8, 333.30, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19462, 1870, 'Liliana', 893, 7, 8, 74.19, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19463, 1870, 'Liliana', 3429, 10, 8, 28.55, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19464, 1870, 'Liliana', 5191, 16, 8, 42.63, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19465, 1870, 'Liliana', 2477, 10, 8, 25.74, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19466, 1870, 'Liliana', 4234, 18, 8, 41.43, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19467, 1870, 'Liliana', 1875, 16, 8, 53.01, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19468, 1870, 'Liliana', 4320, 18, 8, 20.79, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19469, 1870, 'Liliana', 4083, 18, 8, 50.49, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19470, 1870, 'Liliana', 3375, 10, 8, 13.64, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19471, 1870, 'Liliana', 2113, 10, 8, 9.07, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19472, 1870, 'Liliana', 470, 17, 8, 16.75, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19473, 1870, 'Liliana', 97, 2, 8, 15.30, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19474, 1870, 'Liliana', 1231, 10, 8, 48.66, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19475, 1870, 'Liliana', 4102, 5, 8, 23.69, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19476, 1870, 'Liliana', 3760, 7, 8, 37.63, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19477, 1870, 'Liliana', 301, 18, 8, 8.85, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19478, 1870, 'Liliana', 5305, 16, 8, 18.53, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19479, 1870, 'Liliana', 2627, 14, 8, 16.46, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19480, 1870, 'Liliana', 2736, 17, 8, 20.59, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19481, 1870, 'Liliana', 2950, 19, 8, 596.70, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19482, 1870, 'Liliana', 659, 10, 8, 8.16, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19483, 1870, 'Liliana', 80, 2, 8, 90.90, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19484, 1870, 'Liliana', 2983, 10, 8, 102.00, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19485, 1870, 'Liliana', 6000, 14, 8, 1112.99, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19486, 1870, 'Liliana', 3594, 12, 8, 21.70, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19487, 1870, 'Liliana', 6171, 11, 8, 16.73, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19488, 1870, 'Liliana', 4105, 18, 8, 40.79, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19489, 1870, 'Liliana', 1975, 12, 8, 5.24, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19490, 1870, 'Liliana', 4770, 12, 8, 38.47, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19491, 1870, 'Liliana', 1851, 18, 8, 68.19, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19492, 1870, 'Liliana', 415, 18, 8, 128.51, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19493, 1870, 'Liliana', 2049, 12, 8, 9.05, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19494, 1870, 'Liliana', 728, 10, 8, 33.56, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19495, 1870, 'Liliana', 332, 18, 8, 465.59, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19496, 1870, 'Liliana', 2490, 17, 8, 18.50, 1, 1, 'ai_bid', '2024-06-13 11:33:05', '2024-06-13 11:33:05', '2024-06-14 11:34:04'),
(19497, 1870, 'Liliana', 6159, 11, 8, 32.01, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19498, 1870, 'Liliana', 2213, 19, 8, 8.48, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19499, 1870, 'Liliana', 1051, 19, 8, 63.60, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19500, 1870, 'Liliana', 1213, 10, 8, 2.45, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19501, 1870, 'Liliana', 1662, 19, 8, 0.90, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19502, 1870, 'Liliana', 1844, 19, 8, 0.30, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19503, 1870, 'Liliana', 1827, 19, 8, 0.12, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19504, 1870, 'Liliana', 803, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19505, 1870, 'Liliana', 1894, 19, 8, 0.21, 1, 1, 'ai_bid', '2024-06-13 11:33:06', '2024-06-13 11:33:06', '2024-06-14 11:34:04'),
(19506, 1870, 'Liliana', 1827, 19, 8, 0.13, 1, 1, 'ai_bid', '2024-06-13 11:34:04', '2024-06-13 11:34:04', '2024-06-14 11:35:03'),
(19507, 1871, 'Almeida', 4572, 5, 7, 15.82, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:02'),
(19508, 1871, 'Almeida', 5375, 14, 7, 37.49, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:02'),
(19509, 1871, 'Almeida', 2008, 19, 7, 293.55, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:02'),
(19510, 1871, 'Almeida', 3309, 5, 7, 3.22, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:02'),
(19511, 1871, 'Almeida', 2599, 14, 7, 857.49, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:02'),
(19512, 1871, 'Almeida', 4353, 18, 7, 524.69, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19513, 1871, 'Almeida', 899, 19, 7, 410.97, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19514, 1871, 'Almeida', 751, 19, 7, 31.50, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19515, 1871, 'Almeida', 258, 12, 7, 250.15, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19516, 1871, 'Almeida', 5341, 14, 7, 10200.00, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19517, 1871, 'Almeida', 4345, 18, 7, 198.05, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19518, 1871, 'Almeida', 3928, 16, 7, 10.20, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19519, 1871, 'Almeida', 2630, 18, 7, 47.85, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19520, 1871, 'Almeida', 694, 17, 7, 152.64, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19521, 1871, 'Almeida', 5555, 10, 7, 44.33, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19522, 1871, 'Almeida', 1744, 19, 7, 83.81, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19523, 1871, 'Almeida', 2552, 14, 7, 72.09, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19524, 1871, 'Almeida', 5690, 10, 7, 26.34, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19525, 1871, 'Almeida', 1866, 19, 7, 6.18, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19526, 1871, 'Almeida', 585, 19, 7, 488.80, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19527, 1871, 'Almeida', 832, 13, 7, 11.14, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19528, 1871, 'Almeida', 5195, 16, 7, 42.12, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19529, 1871, 'Almeida', 2310, 2, 7, 1557.14, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19530, 1871, 'Almeida', 1380, 19, 7, 15568.80, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19531, 1871, 'Almeida', 3703, 14, 7, 22.56, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19532, 1871, 'Almeida', 3087, 18, 7, 44.87, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19533, 1871, 'Almeida', 2182, 19, 7, 63.00, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19534, 1871, 'Almeida', 4552, 16, 7, 730.33, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19535, 1871, 'Almeida', 4855, 17, 7, 352.56, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19536, 1871, 'Almeida', 1120, 4, 7, 9.22, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19537, 1871, 'Almeida', 5631, 15, 7, 41.20, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19538, 1871, 'Almeida', 5236, 16, 7, 310.02, 1, 1, 'ai_bid', '2024-06-13 11:35:06', '2024-06-13 11:35:06', '2024-06-14 11:36:03'),
(19539, 1871, 'Almeida', 5265, 13, 7, 17.17, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19540, 1871, 'Almeida', 4780, 14, 7, 1853.99, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19541, 1871, 'Almeida', 5068, 16, 7, 66.14, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19542, 1871, 'Almeida', 4077, 5, 7, 45.90, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19543, 1871, 'Almeida', 5761, 13, 7, 2.04, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19544, 1871, 'Almeida', 965, 5, 7, 1050.00, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19545, 1871, 'Almeida', 534, 17, 7, 52.61, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19546, 1871, 'Almeida', 3398, 10, 7, 39.39, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19547, 1871, 'Almeida', 661, 1, 7, 6.12, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19548, 1871, 'Almeida', 1356, 15, 7, 1942.50, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19549, 1871, 'Almeida', 4599, 5, 7, 31.19, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19550, 1871, 'Almeida', 148, 18, 7, 10.44, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19551, 1871, 'Almeida', 2642, 14, 7, 110.07, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19552, 1871, 'Almeida', 5539, 10, 7, 270.68, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19553, 1871, 'Almeida', 1986, 4, 7, 132.08, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19554, 1871, 'Almeida', 3803, 19, 7, 1372.70, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19555, 1871, 'Almeida', 2227, 19, 7, 21.53, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19556, 1871, 'Almeida', 3456, 10, 7, 102.96, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:03'),
(19557, 1871, 'Almeida', 1899, 19, 7, 11.85, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19558, 1871, 'Almeida', 3343, 7, 7, 20.80, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19559, 1871, 'Almeida', 3572, 17, 7, 31.78, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19560, 1871, 'Almeida', 5745, 13, 7, 28.83, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19561, 1871, 'Almeida', 5091, 14, 7, 5.09, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19562, 1871, 'Almeida', 4546, 14, 7, 414.10, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19563, 1871, 'Almeida', 395, 2, 7, 15.15, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19564, 1871, 'Almeida', 3591, 12, 7, 12.52, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19565, 1871, 'Almeida', 1203, 19, 7, 13.39, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19566, 1871, 'Almeida', 3258, 5, 7, 95.53, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19567, 1871, 'Almeida', 1088, 19, 7, 51.14, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19568, 1871, 'Almeida', 2827, 14, 7, 3708.94, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19569, 1871, 'Almeida', 4793, 12, 7, 32.85, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19570, 1871, 'Almeida', 481, 1, 7, 17.81, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19571, 1871, 'Almeida', 5892, 11, 7, 309.00, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19572, 1871, 'Almeida', 1259, 18, 7, 309.96, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19573, 1871, 'Almeida', 1191, 18, 7, 50.50, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19574, 1871, 'Almeida', 2117, 19, 7, 16.98, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19575, 1871, 'Almeida', 5463, 12, 7, 5720.00, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19576, 1871, 'Almeida', 1997, 4, 7, 249.90, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19577, 1871, 'Almeida', 4886, 13, 7, 73.87, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19578, 1871, 'Almeida', 5626, 15, 7, 169.60, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19579, 1871, 'Almeida', 5852, 15, 7, 39.13, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19580, 1871, 'Almeida', 3012, 13, 7, 393.85, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19581, 1871, 'Almeida', 2689, 14, 7, 21.19, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19582, 1871, 'Almeida', 5717, 15, 7, 185.40, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19583, 1871, 'Almeida', 1627, 13, 7, 6.60, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19584, 1871, 'Almeida', 3099, 2, 7, 12.08, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19585, 1871, 'Almeida', 4430, 16, 7, 156.00, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19586, 1871, 'Almeida', 1705, 19, 7, 858.49, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19587, 1871, 'Almeida', 6109, 11, 7, 6.24, 1, 1, 'ai_bid', '2024-06-13 11:35:07', '2024-06-13 11:35:07', '2024-06-14 11:36:04'),
(19588, 1871, 'Almeida', 4995, 13, 7, 309.29, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19589, 1871, 'Almeida', 5786, 15, 7, 12.56, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19590, 1871, 'Almeida', 2910, 19, 7, 34.68, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19591, 1871, 'Almeida', 3843, 15, 7, 72.10, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19592, 1871, 'Almeida', 5115, 16, 7, 55.11, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19593, 1871, 'Almeida', 3283, 16, 7, 15.56, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19594, 1871, 'Almeida', 4579, 16, 7, 74.19, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19595, 1871, 'Almeida', 95, 2, 7, 352.80, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19596, 1871, 'Almeida', 1480, 15, 7, 3.87, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19597, 1871, 'Almeida', 2986, 14, 7, 1532.17, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19598, 1871, 'Almeida', 5616, 16, 7, 32.54, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19599, 1871, 'Almeida', 2615, 14, 7, 20.79, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19600, 1871, 'Almeida', 1716, 10, 7, 7.20, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19601, 1871, 'Almeida', 3634, 13, 7, 21.13, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:04'),
(19602, 1871, 'Almeida', 3201, 5, 7, 231.74, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19603, 1871, 'Almeida', 4456, 15, 7, 682.71, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19604, 1871, 'Almeida', 3508, 11, 7, 9.18, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19605, 1871, 'Almeida', 97, 2, 7, 15.60, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19606, 1871, 'Almeida', 986, 5, 7, 24.15, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19607, 1871, 'Almeida', 4394, 14, 7, 116.54, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19608, 1871, 'Almeida', 2281, 10, 7, 27.09, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19609, 1871, 'Almeida', 5218, 16, 7, 525.61, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19610, 1871, 'Almeida', 2610, 14, 7, 10.29, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19611, 1871, 'Almeida', 1504, 15, 7, 30.95, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19612, 1871, 'Almeida', 1685, 19, 7, 30.89, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19613, 1871, 'Almeida', 950, 5, 7, 22.03, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19614, 1871, 'Almeida', 2554, 14, 7, 8.74, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19615, 1871, 'Almeida', 3410, 10, 7, 30.45, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19616, 1871, 'Almeida', 6072, 15, 7, 56.64, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19617, 1871, 'Almeida', 5109, 16, 7, 283.68, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19618, 1871, 'Almeida', 4252, 5, 7, 202.98, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19619, 1871, 'Almeida', 5363, 13, 7, 27.80, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19620, 1871, 'Almeida', 3776, 19, 7, 103.01, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19621, 1871, 'Almeida', 4846, 12, 7, 114.57, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19622, 1871, 'Almeida', 2548, 19, 7, 21.19, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19623, 1871, 'Almeida', 2100, 5, 7, 6.45, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19624, 1871, 'Almeida', 3669, 13, 7, 20.79, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19625, 1871, 'Almeida', 5150, 13, 7, 253.50, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19626, 1871, 'Almeida', 268, 18, 7, 6.70, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19627, 1871, 'Almeida', 4619, 5, 7, 14.03, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19628, 1871, 'Almeida', 1888, 19, 7, 550.16, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19629, 1871, 'Almeida', 4589, 15, 7, 10.10, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19630, 1871, 'Almeida', 6043, 15, 7, 6.71, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19631, 1871, 'Almeida', 3881, 15, 7, 206.00, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19632, 1871, 'Almeida', 4894, 17, 7, 17.48, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19633, 1871, 'Almeida', 5065, 16, 7, 33.65, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19634, 1871, 'Almeida', 3822, 15, 7, 18.89, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19635, 1871, 'Almeida', 3757, 14, 7, 10.59, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19636, 1871, 'Almeida', 5550, 10, 7, 9.18, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19637, 1871, 'Almeida', 4543, 16, 7, 359.03, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19638, 1871, 'Almeida', 2180, 19, 7, 14.42, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19639, 1871, 'Almeida', 1222, 15, 7, 10.71, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19640, 1871, 'Almeida', 4630, 15, 7, 104.00, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19641, 1871, 'Almeida', 973, 14, 7, 15.75, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19642, 1871, 'Almeida', 1780, 2, 7, 19.68, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19643, 1871, 'Almeida', 3454, 14, 7, 29.37, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19644, 1871, 'Almeida', 212, 18, 7, 37.95, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19645, 1871, 'Almeida', 380, 7, 7, 13.06, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19646, 1871, 'Almeida', 3486, 10, 7, 6.81, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19647, 1871, 'Almeida', 1588, 4, 7, 3.12, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19648, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-13 11:35:08', '2024-06-13 11:35:08', '2024-06-14 11:36:05'),
(19649, 1871, 'Almeida', 1811, 5, 7, 0.21, 1, 1, 'ai_bid', '2024-06-13 11:35:09', '2024-06-13 11:35:09', '2024-06-14 11:36:05'),
(19650, 1871, 'Almeida', 1850, 5, 7, 0.58, 1, 1, 'ai_bid', '2024-06-13 11:35:09', '2024-06-13 11:35:09', '2024-06-14 11:36:05'),
(19651, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-13 11:36:05', '2024-06-13 11:36:05', '2024-06-14 11:37:02'),
(19652, 1873, 'Gustavo', 5130, 16, 9, 32.96, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:04'),
(19653, 1873, 'Gustavo', 2493, 19, 9, 58.30, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19654, 1873, 'Gustavo', 2274, 12, 9, 31.19, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19655, 1873, 'Gustavo', 620, 5, 9, 3.03, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19656, 1873, 'Gustavo', 3228, 5, 9, 2.94, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19657, 1873, 'Gustavo', 1044, 19, 9, 73.49, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19658, 1873, 'Gustavo', 167, 2, 9, 26.87, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19659, 1873, 'Gustavo', 5604, 15, 9, 196.95, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19660, 1873, 'Gustavo', 1693, 18, 9, 9.04, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19661, 1873, 'Gustavo', 1925, 18, 9, 115.14, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19662, 1873, 'Gustavo', 5552, 10, 9, 27.95, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19663, 1873, 'Gustavo', 2607, 14, 9, 13.83, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19664, 1873, 'Gustavo', 1186, 15, 9, 19.67, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19665, 1873, 'Gustavo', 927, 14, 9, 404.12, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19666, 1873, 'Gustavo', 5067, 13, 9, 124.62, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19667, 1873, 'Gustavo', 5674, 10, 9, 2888.08, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19668, 1873, 'Gustavo', 3342, 7, 9, 16.79, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19669, 1873, 'Gustavo', 2433, 10, 9, 20.39, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19670, 1873, 'Gustavo', 2146, 19, 9, 45.87, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19671, 1873, 'Gustavo', 3455, 11, 9, 5.19, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19672, 1873, 'Gustavo', 4493, 15, 9, 123.60, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19673, 1873, 'Gustavo', 2033, 4, 9, 215.27, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19674, 1873, 'Gustavo', 5011, 14, 9, 10.09, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19675, 1873, 'Gustavo', 4628, 5, 9, 32.85, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19676, 1873, 'Gustavo', 1226, 19, 9, 267.75, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19677, 1873, 'Gustavo', 700, 18, 9, 42.30, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19678, 1873, 'Gustavo', 5782, 17, 9, 20.70, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19679, 1873, 'Gustavo', 5111, 16, 9, 14.53, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19680, 1873, 'Gustavo', 4321, 15, 9, 121.19, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19681, 1873, 'Gustavo', 6139, 11, 9, 16.99, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19682, 1873, 'Gustavo', 3398, 10, 9, 41.34, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19683, 1873, 'Gustavo', 4124, 5, 9, 6787.20, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19684, 1873, 'Gustavo', 698, 19, 9, 6.61, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19685, 1873, 'Gustavo', 3378, 7, 9, 367.50, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19686, 1873, 'Gustavo', 653, 17, 9, 21.84, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05'),
(19687, 1873, 'Gustavo', 1736, 19, 9, 33.84, 1, 1, 'ai_bid', '2024-06-13 11:48:05', '2024-06-13 11:48:05', '2024-06-14 11:49:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(19688, 1873, 'Gustavo', 1795, 17, 9, 20.20, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19689, 1873, 'Gustavo', 3636, 12, 9, 201.31, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19690, 1873, 'Gustavo', 3076, 18, 9, 32.85, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19691, 1873, 'Gustavo', 3131, 18, 9, 21.62, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19692, 1873, 'Gustavo', 1409, 14, 9, 11.10, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19693, 1873, 'Gustavo', 2719, 18, 9, 27.52, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19694, 1873, 'Gustavo', 4317, 15, 9, 11.45, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19695, 1873, 'Gustavo', 1739, 19, 9, 119.48, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19696, 1873, 'Gustavo', 4401, 18, 9, 31.50, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19697, 1873, 'Gustavo', 2680, 14, 9, 27.98, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19698, 1873, 'Gustavo', 4873, 12, 9, 986.40, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19699, 1873, 'Gustavo', 5243, 14, 9, 25.25, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19700, 1873, 'Gustavo', 2419, 19, 9, 100.98, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19701, 1873, 'Gustavo', 2577, 14, 9, 115.49, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19702, 1873, 'Gustavo', 2901, 19, 9, 3242.09, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19703, 1873, 'Gustavo', 5059, 13, 9, 825.02, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19704, 1873, 'Gustavo', 1916, 7, 9, 3.50, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19705, 1873, 'Gustavo', 4344, 18, 9, 281.33, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19706, 1873, 'Gustavo', 5306, 14, 9, 424.00, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19707, 1873, 'Gustavo', 2184, 17, 9, 4.72, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19708, 1873, 'Gustavo', 3007, 19, 9, 110.24, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19709, 1873, 'Gustavo', 213, 18, 9, 212.00, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19710, 1873, 'Gustavo', 4430, 16, 9, 157.50, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19711, 1873, 'Gustavo', 4961, 11, 9, 442.02, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19712, 1873, 'Gustavo', 5699, 10, 9, 15.09, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19713, 1873, 'Gustavo', 2366, 10, 9, 19.07, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19714, 1873, 'Gustavo', 3249, 5, 9, 11.43, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19715, 1873, 'Gustavo', 3389, 10, 9, 7.04, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19716, 1873, 'Gustavo', 2471, 7, 9, 332.29, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19717, 1873, 'Gustavo', 4839, 12, 9, 170.50, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19718, 1873, 'Gustavo', 2740, 17, 9, 31.49, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19719, 1873, 'Gustavo', 179, 2, 9, 22.22, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19720, 1873, 'Gustavo', 3009, 14, 9, 629.33, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19721, 1873, 'Gustavo', 3948, 16, 9, 109.00, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19722, 1873, 'Gustavo', 1150, 19, 9, 241.28, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19723, 1873, 'Gustavo', 4403, 14, 9, 183.26, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19724, 1873, 'Gustavo', 115, 7, 9, 268.92, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19725, 1873, 'Gustavo', 444, 16, 9, 31.92, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19726, 1873, 'Gustavo', 1002, 16, 9, 325.21, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19727, 1873, 'Gustavo', 5962, 17, 9, 18.60, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19728, 1873, 'Gustavo', 2204, 16, 9, 57.12, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19729, 1873, 'Gustavo', 484, 19, 9, 36.74, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19730, 1873, 'Gustavo', 3592, 17, 9, 169.12, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19731, 1873, 'Gustavo', 4937, 14, 9, 51.49, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19732, 1873, 'Gustavo', 5814, 15, 9, 353.50, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19733, 1873, 'Gustavo', 4412, 15, 9, 227.25, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19734, 1873, 'Gustavo', 3809, 15, 9, 16.65, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19735, 1873, 'Gustavo', 1627, 13, 9, 6.42, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19736, 1873, 'Gustavo', 5996, 11, 9, 155.52, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19737, 1873, 'Gustavo', 5916, 15, 9, 504.19, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19738, 1873, 'Gustavo', 4083, 18, 9, 50.49, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19739, 1873, 'Gustavo', 1588, 4, 9, 3.12, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19740, 1873, 'Gustavo', 1199, 14, 9, 24.47, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19741, 1873, 'Gustavo', 3373, 7, 9, 11.32, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19742, 1873, 'Gustavo', 5438, 16, 9, 17.22, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19743, 1873, 'Gustavo', 331, 15, 9, 9.23, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19744, 1873, 'Gustavo', 1859, 18, 9, 3.82, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19745, 1873, 'Gustavo', 3542, 12, 9, 6.67, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19746, 1873, 'Gustavo', 4914, 11, 9, 35.35, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19747, 1873, 'Gustavo', 3005, 19, 9, 64.65, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19748, 1873, 'Gustavo', 1827, 19, 9, 0.12, 1, 1, 'ai_bid', '2024-06-13 11:48:06', '2024-06-13 11:48:06', '2024-06-14 11:49:06'),
(19749, 1873, 'Gustavo', 734, 19, 9, 0.23, 1, 1, 'ai_bid', '2024-06-13 11:48:07', '2024-06-13 11:48:07', '2024-06-14 11:49:06'),
(19750, 1866, 'Tetyana store', 6093, 15, 11, 25.95, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:04'),
(19751, 1866, 'Tetyana store', 5517, 10, 11, 23.29, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19752, 1866, 'Tetyana store', 5421, 12, 11, 7.37, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19753, 1866, 'Tetyana store', 1625, 19, 11, 5.41, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19754, 1866, 'Tetyana store', 6001, 17, 11, 30.29, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19755, 1866, 'Tetyana store', 1952, 19, 11, 1.34, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19756, 1866, 'Tetyana store', 2147, 7, 11, 41.99, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19757, 1866, 'Tetyana store', 4865, 17, 11, 335.58, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19758, 1866, 'Tetyana store', 2254, 19, 11, 9.94, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19759, 1866, 'Tetyana store', 1716, 10, 11, 7.41, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19760, 1866, 'Tetyana store', 2734, 14, 11, 227.34, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19761, 1866, 'Tetyana store', 5793, 15, 11, 312.08, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19762, 1866, 'Tetyana store', 5806, 13, 11, 15.29, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19763, 1866, 'Tetyana store', 1757, 19, 11, 79.50, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19764, 1866, 'Tetyana store', 1291, 2, 11, 10.75, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19765, 1866, 'Tetyana store', 2753, 18, 11, 1590.00, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19766, 1866, 'Tetyana store', 1974, 18, 11, 25.09, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19767, 1866, 'Tetyana store', 314, 18, 11, 10.40, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19768, 1866, 'Tetyana store', 2393, 2, 11, 2040.00, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19769, 1866, 'Tetyana store', 2032, 19, 11, 40.56, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19770, 1866, 'Tetyana store', 2897, 19, 11, 5009.61, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19771, 1866, 'Tetyana store', 708, 19, 11, 18.45, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19772, 1866, 'Tetyana store', 2964, 14, 11, 840.00, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19773, 1866, 'Tetyana store', 5959, 17, 11, 15.20, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19774, 1866, 'Tetyana store', 2896, 16, 11, 102.00, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19775, 1866, 'Tetyana store', 3459, 14, 11, 1270.36, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19776, 1866, 'Tetyana store', 2156, 19, 11, 309.92, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19777, 1866, 'Tetyana store', 6074, 15, 11, 14.92, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:05'),
(19778, 1866, 'Tetyana store', 3697, 14, 11, 34.93, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19779, 1866, 'Tetyana store', 1045, 19, 11, 38.75, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19780, 1866, 'Tetyana store', 5613, 16, 11, 20.59, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19781, 1866, 'Tetyana store', 2281, 10, 11, 26.06, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19782, 1866, 'Tetyana store', 2898, 19, 11, 132.30, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19783, 1866, 'Tetyana store', 4922, 12, 11, 15.75, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19784, 1866, 'Tetyana store', 126, 2, 11, 1100.89, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19785, 1866, 'Tetyana store', 664, 17, 11, 10.50, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19786, 1866, 'Tetyana store', 3759, 14, 11, 20.99, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19787, 1866, 'Tetyana store', 378, 10, 11, 373.75, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19788, 1866, 'Tetyana store', 1179, 18, 11, 16.03, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19789, 1866, 'Tetyana store', 3634, 13, 11, 20.53, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19790, 1866, 'Tetyana store', 5323, 16, 11, 28.50, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19791, 1866, 'Tetyana store', 3168, 4, 11, 13.86, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19792, 1866, 'Tetyana store', 6162, 11, 11, 18.71, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19793, 1866, 'Tetyana store', 1015, 5, 11, 4.05, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19794, 1866, 'Tetyana store', 3661, 14, 11, 312.00, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19795, 1866, 'Tetyana store', 123, 7, 11, 518.60, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19796, 1866, 'Tetyana store', 4136, 18, 11, 36.74, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19797, 1866, 'Tetyana store', 437, 16, 11, 239.70, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19798, 1866, 'Tetyana store', 5515, 10, 11, 41.75, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19799, 1866, 'Tetyana store', 2248, 19, 11, 3054.90, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19800, 1866, 'Tetyana store', 2177, 19, 11, 436.80, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19801, 1866, 'Tetyana store', 2263, 19, 11, 808.50, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19802, 1866, 'Tetyana store', 1182, 19, 11, 99.99, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19803, 1866, 'Tetyana store', 5134, 16, 11, 84.92, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19804, 1866, 'Tetyana store', 6171, 11, 11, 16.25, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19805, 1866, 'Tetyana store', 1237, 14, 11, 24.03, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19806, 1866, 'Tetyana store', 3653, 14, 11, 484.10, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19807, 1866, 'Tetyana store', 2187, 19, 11, 10.00, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19808, 1866, 'Tetyana store', 3443, 11, 11, 10.16, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19809, 1866, 'Tetyana store', 2023, 19, 11, 1.06, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19810, 1866, 'Tetyana store', 1507, 10, 11, 3.63, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19811, 1866, 'Tetyana store', 5378, 1, 11, 3.07, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19812, 1866, 'Tetyana store', 1894, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19813, 1866, 'Tetyana store', 1827, 19, 11, 0.13, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19814, 1866, 'Tetyana store', 803, 19, 11, 0.21, 1, 1, 'ai_bid', '2024-06-13 11:59:04', '2024-06-13 11:59:04', '2024-06-14 12:00:06'),
(19815, 1867, 'Omevoric enterprises', 989, 17, 12, 6633.12, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19816, 1867, 'Omevoric enterprises', 525, 16, 12, 362.79, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19817, 1867, 'Omevoric enterprises', 1968, 17, 12, 22.31, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19818, 1867, 'Omevoric enterprises', 4773, 12, 12, 51.97, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19819, 1867, 'Omevoric enterprises', 4491, 15, 12, 24.96, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19820, 1867, 'Omevoric enterprises', 5654, 15, 12, 35.70, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19821, 1867, 'Omevoric enterprises', 2821, 18, 12, 20.19, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19822, 1867, 'Omevoric enterprises', 4849, 12, 12, 101.08, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19823, 1867, 'Omevoric enterprises', 4351, 14, 12, 107.30, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19824, 1867, 'Omevoric enterprises', 5171, 16, 12, 48.29, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19825, 1867, 'Omevoric enterprises', 3468, 10, 12, 1307.95, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19826, 1867, 'Omevoric enterprises', 4295, 14, 12, 101.00, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19827, 1867, 'Omevoric enterprises', 683, 10, 12, 40.17, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19828, 1867, 'Omevoric enterprises', 4607, 5, 12, 13.77, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19829, 1867, 'Omevoric enterprises', 5990, 17, 12, 4.76, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19830, 1867, 'Omevoric enterprises', 5782, 17, 12, 20.90, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19831, 1867, 'Omevoric enterprises', 3688, 18, 12, 58.77, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19832, 1867, 'Omevoric enterprises', 5332, 13, 12, 1917.99, 1, 1, 'ai_bid', '2024-06-13 12:11:05', '2024-06-13 12:11:05', '2024-06-14 12:12:03'),
(19833, 1867, 'Omevoric enterprises', 3277, 7, 12, 37.35, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:03'),
(19834, 1867, 'Omevoric enterprises', 1174, 10, 12, 30.44, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19835, 1867, 'Omevoric enterprises', 1503, 19, 12, 24.24, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19836, 1867, 'Omevoric enterprises', 3730, 13, 12, 6.96, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19837, 1867, 'Omevoric enterprises', 5747, 13, 12, 4.83, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19838, 1867, 'Omevoric enterprises', 5918, 17, 12, 183.60, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19839, 1867, 'Omevoric enterprises', 2285, 5, 12, 93.60, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19840, 1867, 'Omevoric enterprises', 176, 2, 12, 224.39, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19841, 1867, 'Omevoric enterprises', 571, 14, 12, 18.18, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19842, 1867, 'Omevoric enterprises', 1871, 4, 12, 10500.00, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19843, 1867, 'Omevoric enterprises', 2925, 4, 12, 945.00, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19844, 1867, 'Omevoric enterprises', 6080, 15, 12, 21.19, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19845, 1867, 'Omevoric enterprises', 3313, 5, 12, 14.42, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19846, 1867, 'Omevoric enterprises', 173, 7, 12, 118.16, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19847, 1867, 'Omevoric enterprises', 1851, 18, 12, 65.59, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19848, 1867, 'Omevoric enterprises', 2864, 14, 12, 15.74, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19849, 1867, 'Omevoric enterprises', 2655, 18, 12, 302.94, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19850, 1867, 'Omevoric enterprises', 6099, 15, 12, 8.22, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19851, 1867, 'Omevoric enterprises', 6008, 11, 12, 98.98, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19852, 1867, 'Omevoric enterprises', 2143, 19, 12, 21.20, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19853, 1867, 'Omevoric enterprises', 4842, 12, 12, 93.90, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19854, 1867, 'Omevoric enterprises', 1204, 18, 12, 35.58, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19855, 1867, 'Omevoric enterprises', 5373, 14, 12, 52.47, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19856, 1867, 'Omevoric enterprises', 2166, 19, 12, 37.08, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19857, 1867, 'Omevoric enterprises', 1790, 19, 12, 25.75, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19858, 1867, 'Omevoric enterprises', 3986, 12, 12, 30.29, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19859, 1867, 'Omevoric enterprises', 3271, 5, 12, 2.84, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19860, 1867, 'Omevoric enterprises', 1514, 15, 12, 4.32, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19861, 1867, 'Omevoric enterprises', 5915, 13, 12, 5.85, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19862, 1867, 'Omevoric enterprises', 1894, 19, 12, 0.21, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19863, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19864, 1867, 'Omevoric enterprises', 1811, 5, 12, 0.21, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19865, 1867, 'Omevoric enterprises', 734, 19, 12, 0.23, 1, 1, 'ai_bid', '2024-06-13 12:11:06', '2024-06-13 12:11:06', '2024-06-14 12:12:04'),
(19866, 1868, 'Marcelo Ltd', 83, 2, 13, 112.20, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19867, 1868, 'Marcelo Ltd', 3397, 14, 13, 126.25, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19868, 1868, 'Marcelo Ltd', 2591, 19, 13, 15.80, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19869, 1868, 'Marcelo Ltd', 1896, 12, 13, 51.27, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19870, 1868, 'Marcelo Ltd', 2864, 14, 13, 15.89, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19871, 1868, 'Marcelo Ltd', 4007, 12, 13, 824.68, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19872, 1868, 'Marcelo Ltd', 4113, 5, 13, 296.80, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19873, 1868, 'Marcelo Ltd', 714, 4, 13, 24.95, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19874, 1868, 'Marcelo Ltd', 2916, 19, 13, 91.16, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19875, 1868, 'Marcelo Ltd', 4316, 18, 13, 33.65, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19876, 1868, 'Marcelo Ltd', 929, 18, 13, 45.74, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19877, 1868, 'Marcelo Ltd', 2263, 19, 13, 808.50, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19878, 1868, 'Marcelo Ltd', 2633, 14, 13, 22.39, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19879, 1868, 'Marcelo Ltd', 1597, 13, 13, 2.23, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19880, 1868, 'Marcelo Ltd', 5959, 17, 13, 15.79, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19881, 1868, 'Marcelo Ltd', 3958, 5, 13, 416.00, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19882, 1868, 'Marcelo Ltd', 6150, 11, 13, 32.63, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19883, 1868, 'Marcelo Ltd', 3284, 5, 13, 3744.00, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19884, 1868, 'Marcelo Ltd', 3909, 16, 13, 212.24, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19885, 1868, 'Marcelo Ltd', 1876, 19, 13, 32.97, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19886, 1868, 'Marcelo Ltd', 1580, 19, 13, 15.24, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19887, 1868, 'Marcelo Ltd', 1249, 18, 13, 42.00, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19888, 1868, 'Marcelo Ltd', 304, 7, 13, 121.67, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19889, 1868, 'Marcelo Ltd', 3090, 10, 13, 5.10, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19890, 1868, 'Marcelo Ltd', 471, 19, 13, 338.28, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19891, 1868, 'Marcelo Ltd', 5401, 14, 13, 11.10, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:03'),
(19892, 1868, 'Marcelo Ltd', 1341, 2, 13, 25.99, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19893, 1868, 'Marcelo Ltd', 3088, 2, 13, 25.05, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19894, 1868, 'Marcelo Ltd', 5721, 10, 13, 11.00, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19895, 1868, 'Marcelo Ltd', 2051, 10, 13, 4.62, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19896, 1868, 'Marcelo Ltd', 6046, 11, 13, 153.92, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19897, 1868, 'Marcelo Ltd', 519, 18, 13, 61.78, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19898, 1868, 'Marcelo Ltd', 4899, 11, 13, 20.59, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19899, 1868, 'Marcelo Ltd', 3551, 10, 13, 47.24, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19900, 1868, 'Marcelo Ltd', 2623, 14, 13, 9.57, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19901, 1868, 'Marcelo Ltd', 3199, 5, 13, 116.38, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19902, 1868, 'Marcelo Ltd', 5509, 12, 13, 151.49, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19903, 1868, 'Marcelo Ltd', 3690, 14, 13, 7.68, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19904, 1868, 'Marcelo Ltd', 4889, 12, 13, 62.18, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19905, 1868, 'Marcelo Ltd', 34, 2, 13, 3.15, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19906, 1868, 'Marcelo Ltd', 5361, 14, 13, 165.62, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19907, 1868, 'Marcelo Ltd', 5858, 13, 13, 1028.97, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19908, 1868, 'Marcelo Ltd', 3154, 4, 13, 34.97, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19909, 1868, 'Marcelo Ltd', 2766, 19, 13, 342.38, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19910, 1868, 'Marcelo Ltd', 5181, 16, 13, 19.43, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19911, 1868, 'Marcelo Ltd', 214, 7, 13, 7.47, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19912, 1868, 'Marcelo Ltd', 1957, 5, 13, 21.42, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19913, 1868, 'Marcelo Ltd', 1174, 10, 13, 30.44, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19914, 1868, 'Marcelo Ltd', 4934, 14, 13, 18.38, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19915, 1868, 'Marcelo Ltd', 467, 19, 13, 36.45, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19916, 1868, 'Marcelo Ltd', 1556, 14, 13, 102.94, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19917, 1868, 'Marcelo Ltd', 2246, 19, 13, 36.89, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19918, 1868, 'Marcelo Ltd', 1570, 19, 13, 33.31, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19919, 1868, 'Marcelo Ltd', 2493, 19, 13, 57.75, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19920, 1868, 'Marcelo Ltd', 5095, 16, 13, 18.71, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19921, 1868, 'Marcelo Ltd', 2836, 14, 13, 1090.96, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19922, 1868, 'Marcelo Ltd', 2640, 14, 13, 34.64, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19923, 1868, 'Marcelo Ltd', 2913, 14, 13, 29.28, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19924, 1868, 'Marcelo Ltd', 6058, 11, 13, 20.39, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19925, 1868, 'Marcelo Ltd', 3723, 19, 13, 249.10, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19926, 1868, 'Marcelo Ltd', 5070, 16, 13, 129.28, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19927, 1868, 'Marcelo Ltd', 4547, 16, 13, 1046.21, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19928, 1868, 'Marcelo Ltd', 4427, 16, 13, 41.40, 1, 1, 'ai_bid', '2024-06-13 12:43:05', '2024-06-13 12:43:05', '2024-06-14 12:44:04'),
(19929, 1868, 'Marcelo Ltd', 2929, 14, 13, 711.25, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19930, 1868, 'Marcelo Ltd', 4330, 18, 13, 662.99, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19931, 1868, 'Marcelo Ltd', 3883, 16, 13, 10.19, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19932, 1868, 'Marcelo Ltd', 3660, 18, 13, 7.27, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19933, 1868, 'Marcelo Ltd', 1054, 17, 13, 23.74, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19934, 1868, 'Marcelo Ltd', 735, 19, 13, 2.24, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19935, 1868, 'Marcelo Ltd', 5445, 16, 13, 13.38, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19936, 1868, 'Marcelo Ltd', 1993, 2, 13, 813.02, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19937, 1868, 'Marcelo Ltd', 5955, 17, 13, 6.34, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19938, 1868, 'Marcelo Ltd', 5159, 16, 13, 13.51, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19939, 1868, 'Marcelo Ltd', 5944, 11, 13, 84.00, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19940, 1868, 'Marcelo Ltd', 566, 7, 13, 20.20, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19941, 1868, 'Marcelo Ltd', 3711, 14, 13, 841.04, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19942, 1868, 'Marcelo Ltd', 1481, 15, 13, 51.50, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19943, 1868, 'Marcelo Ltd', 3354, 7, 13, 49.98, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19944, 1868, 'Marcelo Ltd', 6021, 17, 13, 37.72, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19945, 1868, 'Marcelo Ltd', 3854, 15, 13, 612.00, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19946, 1868, 'Marcelo Ltd', 4203, 14, 13, 11.65, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19947, 1868, 'Marcelo Ltd', 3135, 2, 13, 301.78, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19948, 1868, 'Marcelo Ltd', 5120, 13, 13, 19.56, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19949, 1868, 'Marcelo Ltd', 4086, 18, 13, 4.32, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19950, 1868, 'Marcelo Ltd', 639, 14, 13, 4.08, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19951, 1868, 'Marcelo Ltd', 5529, 1, 13, 10.32, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19952, 1868, 'Marcelo Ltd', 1829, 5, 13, 0.78, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19953, 1868, 'Marcelo Ltd', 1894, 19, 13, 0.21, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19954, 1868, 'Marcelo Ltd', 1811, 5, 13, 0.21, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19955, 1868, 'Marcelo Ltd', 734, 19, 13, 0.22, 1, 1, 'ai_bid', '2024-06-13 12:43:06', '2024-06-13 12:43:06', '2024-06-14 12:44:04'),
(19956, 1869, 'Anatoliy fast store', 6020, 17, 14, 20.99, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:03'),
(19957, 1869, 'Anatoliy fast store', 2315, 19, 14, 556.51, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:03'),
(19958, 1869, 'Anatoliy fast store', 1086, 19, 14, 1757.60, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19959, 1869, 'Anatoliy fast store', 6052, 15, 14, 31.49, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19960, 1869, 'Anatoliy fast store', 3584, 12, 14, 246.97, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19961, 1869, 'Anatoliy fast store', 493, 7, 14, 56.74, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19962, 1869, 'Anatoliy fast store', 1728, 18, 14, 77.51, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19963, 1869, 'Anatoliy fast store', 2920, 14, 14, 427.22, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19964, 1869, 'Anatoliy fast store', 362, 18, 14, 237.26, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19965, 1869, 'Anatoliy fast store', 1965, 18, 14, 13.12, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19966, 1869, 'Anatoliy fast store', 488, 19, 14, 9444.75, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19967, 1869, 'Anatoliy fast store', 485, 19, 14, 3806.25, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19968, 1869, 'Anatoliy fast store', 2754, 14, 14, 230.02, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19969, 1869, 'Anatoliy fast store', 6075, 15, 14, 25.99, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19970, 1869, 'Anatoliy fast store', 2075, 19, 14, 106.08, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19971, 1869, 'Anatoliy fast store', 1136, 16, 14, 25.68, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19972, 1869, 'Anatoliy fast store', 3686, 14, 14, 12.82, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19973, 1869, 'Anatoliy fast store', 1794, 2, 14, 153.00, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19974, 1869, 'Anatoliy fast store', 320, 17, 14, 555.50, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19975, 1869, 'Anatoliy fast store', 2241, 10, 14, 93.18, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19976, 1869, 'Anatoliy fast store', 1027, 19, 14, 393.90, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19977, 1869, 'Anatoliy fast store', 3729, 10, 14, 76.22, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19978, 1869, 'Anatoliy fast store', 167, 2, 14, 26.87, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19979, 1869, 'Anatoliy fast store', 1968, 17, 14, 21.68, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19980, 1869, 'Anatoliy fast store', 705, 19, 14, 67.84, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19981, 1869, 'Anatoliy fast store', 4363, 14, 14, 243.80, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19982, 1869, 'Anatoliy fast store', 4502, 16, 14, 927.00, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19983, 1869, 'Anatoliy fast store', 4475, 15, 14, 66.29, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19984, 1869, 'Anatoliy fast store', 438, 18, 14, 1389.81, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19985, 1869, 'Anatoliy fast store', 4806, 12, 14, 29.56, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19986, 1869, 'Anatoliy fast store', 4847, 17, 14, 680.39, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19987, 1869, 'Anatoliy fast store', 1007, 16, 14, 81.36, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19988, 1869, 'Anatoliy fast store', 1901, 19, 14, 390.00, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19989, 1869, 'Anatoliy fast store', 3659, 18, 14, 9.00, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19990, 1869, 'Anatoliy fast store', 5565, 12, 14, 144.25, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19991, 1869, 'Anatoliy fast store', 5823, 11, 14, 42.41, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19992, 1869, 'Anatoliy fast store', 4000, 12, 14, 1062.08, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19993, 1869, 'Anatoliy fast store', 1922, 19, 14, 241.68, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19994, 1869, 'Anatoliy fast store', 4310, 15, 14, 13.83, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19995, 1869, 'Anatoliy fast store', 3832, 16, 14, 6.00, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19996, 1869, 'Anatoliy fast store', 4862, 14, 14, 14.60, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19997, 1869, 'Anatoliy fast store', 794, 17, 14, 21.35, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19998, 1869, 'Anatoliy fast store', 1499, 14, 14, 9.22, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(19999, 1869, 'Anatoliy fast store', 2927, 19, 14, 23.88, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(20000, 1869, 'Anatoliy fast store', 6110, 11, 14, 2.16, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(20001, 1869, 'Anatoliy fast store', 3863, 11, 14, 20.99, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(20002, 1869, 'Anatoliy fast store', 1288, 19, 14, 8.84, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(20003, 1869, 'Anatoliy fast store', 3228, 5, 14, 2.83, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(20004, 1869, 'Anatoliy fast store', 1894, 19, 14, 0.20, 1, 1, 'ai_bid', '2024-06-13 13:12:04', '2024-06-13 13:12:04', '2024-06-14 13:13:04'),
(20005, 1872, 'Melisa', 3502, 11, 18, 9.18, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20006, 1872, 'Melisa', 5438, 16, 18, 17.05, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20007, 1872, 'Melisa', 2772, 19, 18, 45.45, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20008, 1872, 'Melisa', 959, 5, 18, 2.65, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20009, 1872, 'Melisa', 2994, 19, 18, 8.65, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20010, 1872, 'Melisa', 2003, 15, 18, 63.60, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20011, 1872, 'Melisa', 4393, 15, 18, 15.30, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20012, 1872, 'Melisa', 1585, 13, 18, 1.61, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20013, 1872, 'Melisa', 6047, 15, 18, 14.69, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20014, 1872, 'Melisa', 1283, 19, 18, 110.25, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20015, 1872, 'Melisa', 2922, 2, 18, 31.82, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20016, 1872, 'Melisa', 767, 19, 18, 3.03, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20017, 1872, 'Melisa', 2962, 14, 18, 10.75, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20018, 1872, 'Melisa', 242, 17, 18, 32.13, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20019, 1872, 'Melisa', 6094, 15, 18, 24.52, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20020, 1872, 'Melisa', 6038, 11, 18, 816.00, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20021, 1872, 'Melisa', 3608, 17, 18, 88.15, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20022, 1872, 'Melisa', 4679, 12, 18, 6.28, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20023, 1872, 'Melisa', 3521, 13, 18, 369.77, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20024, 1872, 'Melisa', 809, 18, 18, 166.64, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20025, 1872, 'Melisa', 114, 2, 18, 168.00, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20026, 1872, 'Melisa', 1825, 4, 18, 226.59, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20027, 1872, 'Melisa', 3158, 4, 18, 41.98, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20028, 1872, 'Melisa', 197, 7, 18, 34.22, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20029, 1872, 'Melisa', 3790, 19, 18, 46.34, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20030, 1872, 'Melisa', 3169, 4, 18, 208.29, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20031, 1872, 'Melisa', 4886, 13, 18, 73.87, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20032, 1872, 'Melisa', 590, 19, 18, 3347.50, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20033, 1872, 'Melisa', 1026, 5, 18, 260.00, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20034, 1872, 'Melisa', 4630, 15, 18, 103.00, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20035, 1872, 'Melisa', 354, 2, 18, 15.15, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20036, 1872, 'Melisa', 4395, 14, 18, 204.79, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:03'),
(20037, 1872, 'Melisa', 1277, 10, 18, 34.80, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20038, 1872, 'Melisa', 5246, 14, 18, 60.90, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20039, 1872, 'Melisa', 1099, 19, 18, 188.68, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20040, 1872, 'Melisa', 1484, 10, 18, 9.53, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20041, 1872, 'Melisa', 121, 7, 18, 4.47, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20042, 1872, 'Melisa', 3549, 10, 18, 5655.95, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20043, 1872, 'Melisa', 1048, 19, 18, 57.19, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20044, 1872, 'Melisa', 1883, 19, 18, 402.99, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20045, 1872, 'Melisa', 784, 18, 18, 39.65, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20046, 1872, 'Melisa', 1540, 2, 18, 34.32, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20047, 1872, 'Melisa', 6163, 11, 18, 415.95, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20048, 1872, 'Melisa', 247, 12, 18, 95.78, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20049, 1872, 'Melisa', 2620, 14, 18, 34.97, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20050, 1872, 'Melisa', 3965, 16, 18, 43.45, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20051, 1872, 'Melisa', 2244, 18, 18, 62.42, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20052, 1872, 'Melisa', 721, 19, 18, 72.05, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20053, 1872, 'Melisa', 2955, 14, 18, 20.18, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20054, 1872, 'Melisa', 2526, 14, 18, 756.49, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20055, 1872, 'Melisa', 2079, 10, 18, 20.19, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(20056, 1872, 'Melisa', 722, 19, 18, 34.32, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20057, 1872, 'Melisa', 3009, 14, 18, 629.33, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20058, 1872, 'Melisa', 5620, 16, 18, 42.63, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20059, 1872, 'Melisa', 6101, 1, 18, 5.43, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20060, 1872, 'Melisa', 3428, 14, 18, 273.48, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20061, 1872, 'Melisa', 5967, 17, 18, 25.71, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20062, 1872, 'Melisa', 5614, 15, 18, 35.79, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20063, 1872, 'Melisa', 4194, 18, 18, 55.52, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20064, 1872, 'Melisa', 997, 1, 18, 113.58, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20065, 1872, 'Melisa', 6129, 11, 18, 8.77, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20066, 1872, 'Melisa', 5122, 16, 18, 202.00, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20067, 1872, 'Melisa', 221, 12, 18, 25.76, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20068, 1872, 'Melisa', 5202, 13, 18, 41.59, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20069, 1872, 'Melisa', 4349, 15, 18, 5.24, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20070, 1872, 'Melisa', 3365, 7, 18, 7.07, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20071, 1872, 'Melisa', 1850, 5, 18, 0.57, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20072, 1872, 'Melisa', 734, 19, 18, 0.23, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20073, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20074, 1872, 'Melisa', 1827, 19, 18, 0.13, 1, 1, 'ai_bid', '2024-06-13 15:06:05', '2024-06-13 15:06:05', '2024-06-14 15:07:04'),
(20075, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-06-13 15:07:05', '2024-06-13 15:07:05', '2024-06-14 15:08:03'),
(20076, 1798, 'Feelyards', 4177, 5, NULL, 500.00, 1, 1, 'manual_bid', '2024-06-13 17:55:07', '2024-06-13 17:55:07', '2024-06-14 17:56:03'),
(20077, 1798, 'Feelyards', 972, 5, NULL, 15.00, 1, 1, 'manual_bid', '2024-06-13 17:56:30', '2024-06-13 17:56:30', '2024-06-14 17:57:02'),
(20078, 1869, 'Anatoliy fast store', 3609, 12, 17, 144.51, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:02'),
(20079, 1869, 'Anatoliy fast store', 918, 16, 17, 10.79, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20080, 1869, 'Anatoliy fast store', 2699, 14, 17, 41.59, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20081, 1869, 'Anatoliy fast store', 5418, 14, 17, 11.30, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20082, 1869, 'Anatoliy fast store', 4456, 15, 17, 663.39, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20083, 1869, 'Anatoliy fast store', 6012, 17, 17, 32.28, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20084, 1869, 'Anatoliy fast store', 5175, 16, 17, 60.78, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20085, 1869, 'Anatoliy fast store', 3938, 5, 17, 20.14, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20086, 1869, 'Anatoliy fast store', 4771, 12, 17, 31.47, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20087, 1869, 'Anatoliy fast store', 3492, 11, 17, 15.59, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20088, 1869, 'Anatoliy fast store', 1766, 2, 17, 61.80, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20089, 1869, 'Anatoliy fast store', 1557, 19, 17, 2856.00, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20090, 1869, 'Anatoliy fast store', 809, 18, 17, 171.59, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20091, 1869, 'Anatoliy fast store', 4528, 16, 17, 61.60, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20092, 1869, 'Anatoliy fast store', 4984, 11, 17, 3276.00, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20093, 1869, 'Anatoliy fast store', 2231, 18, 17, 55.64, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20094, 1869, 'Anatoliy fast store', 2734, 14, 17, 227.34, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20095, 1869, 'Anatoliy fast store', 847, 19, 17, 19.91, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20096, 1869, 'Anatoliy fast store', 5389, 17, 17, 47.69, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20097, 1869, 'Anatoliy fast store', 5228, 13, 17, 7.41, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20098, 1869, 'Anatoliy fast store', 1309, 2, 17, 147.45, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20099, 1869, 'Anatoliy fast store', 2631, 14, 17, 42.01, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20100, 1869, 'Anatoliy fast store', 3070, 2, 17, 309.00, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20101, 1869, 'Anatoliy fast store', 4646, 5, 17, 43.04, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20102, 1869, 'Anatoliy fast store', 5367, 13, 17, 239.19, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20103, 1869, 'Anatoliy fast store', 2971, 18, 17, 728.94, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20104, 1869, 'Anatoliy fast store', 3591, 12, 17, 12.40, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20105, 1869, 'Anatoliy fast store', 4048, 18, 17, 10.19, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20106, 1869, 'Anatoliy fast store', 3110, 2, 17, 30.30, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20107, 1869, 'Anatoliy fast store', 984, 17, 17, 742.28, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20108, 1869, 'Anatoliy fast store', 1425, 5, 17, 17.47, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20109, 1869, 'Anatoliy fast store', 3156, 4, 17, 30.15, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20110, 1869, 'Anatoliy fast store', 898, 5, 17, 10.40, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20111, 1869, 'Anatoliy fast store', 5521, 10, 17, 83.89, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20112, 1869, 'Anatoliy fast store', 4922, 12, 17, 16.05, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20113, 1869, 'Anatoliy fast store', 226, 12, 17, 17.57, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20114, 1869, 'Anatoliy fast store', 1674, 18, 17, 1512.98, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20115, 1869, 'Anatoliy fast store', 1969, 19, 17, 15.29, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20116, 1869, 'Anatoliy fast store', 5519, 10, 17, 825.02, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20117, 1869, 'Anatoliy fast store', 5066, 14, 17, 20.79, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20118, 1869, 'Anatoliy fast store', 4320, 18, 17, 20.39, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20119, 1869, 'Anatoliy fast store', 769, 2, 17, 111.28, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20120, 1869, 'Anatoliy fast store', 1107, 16, 17, 883.99, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20121, 1869, 'Anatoliy fast store', 2506, 19, 17, 111.10, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20122, 1869, 'Anatoliy fast store', 4375, 16, 17, 84.80, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20123, 1869, 'Anatoliy fast store', 2096, 16, 17, 31.19, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20124, 1869, 'Anatoliy fast store', 1316, 15, 17, 41.59, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20125, 1869, 'Anatoliy fast store', 1412, 14, 17, 7.65, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20126, 1869, 'Anatoliy fast store', 276, 14, 17, 343.19, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20127, 1869, 'Anatoliy fast store', 1478, 17, 17, 414.75, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20128, 1869, 'Anatoliy fast store', 1655, 19, 17, 1346.80, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20129, 1869, 'Anatoliy fast store', 3635, 14, 17, 7.20, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20130, 1869, 'Anatoliy fast store', 4986, 14, 17, 11.53, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20131, 1869, 'Anatoliy fast store', 4153, 5, 17, 306.80, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20132, 1869, 'Anatoliy fast store', 259, 18, 17, 10.70, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20133, 1869, 'Anatoliy fast store', 1469, 10, 17, 1.33, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20134, 1869, 'Anatoliy fast store', 1844, 19, 17, 0.32, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20135, 1869, 'Anatoliy fast store', 949, 5, 17, 0.32, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20136, 1869, 'Anatoliy fast store', 1827, 19, 17, 0.12, 1, 1, 'ai_bid', '2024-06-14 10:21:05', '2024-06-14 10:21:05', '2024-06-15 10:22:04'),
(20137, 1866, 'Tetyana store', 1292, 14, 16, 33.45, 1, 1, 'ai_bid', '2024-06-14 11:24:04', '2024-06-14 11:24:04', '2024-06-15 11:25:04'),
(20138, 1866, 'Tetyana store', 4151, 14, 16, 34.97, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20139, 1866, 'Tetyana store', 3509, 10, 16, 6296.40, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20140, 1866, 'Tetyana store', 3966, 16, 16, 33.04, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20141, 1866, 'Tetyana store', 4900, 13, 16, 141.70, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20142, 1866, 'Tetyana store', 804, 18, 16, 8.38, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20143, 1866, 'Tetyana store', 3780, 13, 16, 106.00, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20144, 1866, 'Tetyana store', 4007, 12, 16, 809.12, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20145, 1866, 'Tetyana store', 3546, 10, 16, 199.02, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20146, 1866, 'Tetyana store', 3849, 4, 16, 636.00, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20147, 1866, 'Tetyana store', 3498, 13, 16, 51.95, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20148, 1866, 'Tetyana store', 5930, 11, 16, 33.94, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20149, 1866, 'Tetyana store', 5695, 10, 16, 59.31, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20150, 1866, 'Tetyana store', 1756, 2, 16, 1494.80, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20151, 1866, 'Tetyana store', 1008, 16, 16, 444.05, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20152, 1866, 'Tetyana store', 5348, 14, 16, 202.90, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20153, 1866, 'Tetyana store', 4864, 12, 16, 476.32, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20154, 1866, 'Tetyana store', 1764, 18, 16, 95.54, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20155, 1866, 'Tetyana store', 125, 18, 16, 87.36, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20156, 1866, 'Tetyana store', 5167, 16, 16, 190.79, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20157, 1866, 'Tetyana store', 4416, 16, 16, 36.65, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20158, 1866, 'Tetyana store', 469, 16, 16, 101.00, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20159, 1866, 'Tetyana store', 396, 18, 16, 36.04, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20160, 1866, 'Tetyana store', 3297, 15, 16, 114.40, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20161, 1866, 'Tetyana store', 5625, 10, 16, 4.92, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20162, 1866, 'Tetyana store', 2856, 14, 16, 506.01, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20163, 1866, 'Tetyana store', 4091, 14, 16, 26.66, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20164, 1866, 'Tetyana store', 1609, 19, 16, 13.12, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20165, 1866, 'Tetyana store', 4889, 12, 16, 64.01, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20166, 1866, 'Tetyana store', 410, 16, 16, 84.64, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20167, 1866, 'Tetyana store', 3913, 16, 16, 187.60, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20168, 1866, 'Tetyana store', 5935, 15, 16, 2756.00, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20169, 1866, 'Tetyana store', 848, 13, 16, 80.80, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20170, 1866, 'Tetyana store', 2295, 19, 16, 240.45, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20171, 1866, 'Tetyana store', 942, 18, 16, 25.49, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20172, 1866, 'Tetyana store', 5718, 15, 16, 153.00, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20173, 1866, 'Tetyana store', 5475, 12, 16, 83.19, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20174, 1866, 'Tetyana store', 5629, 10, 16, 16.53, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20175, 1866, 'Tetyana store', 5663, 15, 16, 104.00, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20176, 1866, 'Tetyana store', 1690, 18, 16, 17.43, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20177, 1866, 'Tetyana store', 1233, 19, 16, 21.34, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20178, 1866, 'Tetyana store', 5110, 16, 16, 14.42, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20179, 1866, 'Tetyana store', 3642, 13, 16, 17.16, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20180, 1866, 'Tetyana store', 5211, 16, 16, 71.40, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20181, 1866, 'Tetyana store', 2102, 18, 16, 26.52, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20182, 1866, 'Tetyana store', 5755, 13, 16, 42.99, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20183, 1866, 'Tetyana store', 3106, 2, 16, 16.74, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20184, 1866, 'Tetyana store', 2689, 14, 16, 20.79, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20185, 1866, 'Tetyana store', 2028, 19, 16, 39.78, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:04'),
(20186, 1866, 'Tetyana store', 3908, 16, 16, 43.04, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20187, 1866, 'Tetyana store', 2230, 19, 16, 31.50, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20188, 1866, 'Tetyana store', 553, 7, 16, 9.09, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20189, 1866, 'Tetyana store', 5208, 13, 16, 173.03, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20190, 1866, 'Tetyana store', 4707, 12, 16, 9.40, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20191, 1866, 'Tetyana store', 3322, 5, 16, 101.95, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20192, 1866, 'Tetyana store', 1887, 5, 16, 1.57, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20193, 1866, 'Tetyana store', 563, 17, 16, 4.24, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20194, 1866, 'Tetyana store', 2023, 19, 16, 1.03, 1, 1, 'ai_bid', '2024-06-14 11:24:06', '2024-06-14 11:24:06', '2024-06-15 11:25:05'),
(20195, 1866, 'Tetyana store', 1952, 19, 16, 1.37, 1, 1, 'ai_bid', '2024-06-14 11:24:07', '2024-06-14 11:24:07', '2024-06-15 11:25:05'),
(20196, 1866, 'Tetyana store', 3112, 2, 6, 7.65, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20197, 1866, 'Tetyana store', 5498, 17, 6, 36.97, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20198, 1866, 'Tetyana store', 4933, 14, 6, 5.52, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20199, 1866, 'Tetyana store', 1021, 5, 6, 3.15, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20200, 1866, 'Tetyana store', 6010, 17, 6, 4.83, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20201, 1866, 'Tetyana store', 765, 19, 6, 1.31, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20202, 1866, 'Tetyana store', 1523, 10, 6, 1.58, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20203, 1866, 'Tetyana store', 689, 10, 6, 3.06, 1, 1, 'ai_bid', '2024-06-14 12:44:05', '2024-06-14 12:44:05', '2024-06-15 12:45:04'),
(20204, 1870, 'Liliana', 5170, 16, 8, 5.30, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20205, 1870, 'Liliana', 1614, 19, 8, 4.07, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20206, 1870, 'Liliana', 501, 19, 8, 3553.15, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20207, 1870, 'Liliana', 4779, 12, 8, 41.99, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20208, 1870, 'Liliana', 5732, 16, 8, 9.14, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20209, 1870, 'Liliana', 235, 12, 8, 224.69, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20210, 1870, 'Liliana', 1832, 5, 8, 2.84, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20211, 1870, 'Liliana', 46, 2, 8, 10.50, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20212, 1870, 'Liliana', 2628, 18, 8, 79.89, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20213, 1870, 'Liliana', 1018, 16, 8, 51.44, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20214, 1870, 'Liliana', 1878, 5, 8, 26.50, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20215, 1870, 'Liliana', 3550, 12, 8, 7.90, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20216, 1870, 'Liliana', 1808, 2, 8, 31.50, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20217, 1870, 'Liliana', 3253, 7, 8, 16.56, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20218, 1870, 'Liliana', 2177, 19, 8, 432.60, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20219, 1870, 'Liliana', 6062, 15, 8, 21.83, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20220, 1870, 'Liliana', 458, 16, 8, 84.79, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20221, 1870, 'Liliana', 4375, 16, 8, 84.80, 1, 1, 'ai_bid', '2024-06-14 12:46:04', '2024-06-14 12:46:04', '2024-06-15 12:47:03'),
(20222, 1870, 'Liliana', 1225, 10, 8, 39.51, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20223, 1870, 'Liliana', 279, 18, 8, 298.85, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20224, 1870, 'Liliana', 5183, 16, 8, 25.62, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20225, 1870, 'Liliana', 4743, 12, 8, 21.13, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20226, 1870, 'Liliana', 2303, 19, 8, 76.50, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20227, 1870, 'Liliana', 4918, 11, 8, 29.67, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20228, 1870, 'Liliana', 5422, 17, 8, 31.20, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20229, 1870, 'Liliana', 2403, 19, 8, 3360.00, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20230, 1870, 'Liliana', 1187, 18, 8, 13.58, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20231, 1870, 'Liliana', 2656, 14, 8, 2929.60, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20232, 1870, 'Liliana', 3195, 4, 8, 206.83, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20233, 1870, 'Liliana', 590, 19, 8, 3315.00, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20234, 1870, 'Liliana', 6045, 15, 8, 19.84, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20235, 1870, 'Liliana', 2799, 14, 8, 510.63, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20236, 1870, 'Liliana', 2422, 19, 8, 520.00, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20237, 1870, 'Liliana', 967, 5, 8, 3.06, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20238, 1870, 'Liliana', 5420, 17, 8, 18.42, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20239, 1870, 'Liliana', 5169, 16, 8, 134.92, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20240, 1870, 'Liliana', 1269, 19, 8, 115.50, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20241, 1870, 'Liliana', 5133, 16, 8, 76.79, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20242, 1870, 'Liliana', 2977, 7, 8, 747.78, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20243, 1870, 'Liliana', 5911, 13, 8, 7.99, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20244, 1870, 'Liliana', 476, 17, 8, 153.60, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20245, 1870, 'Liliana', 224, 12, 8, 49.28, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20246, 1870, 'Liliana', 2203, 19, 8, 7.53, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:03'),
(20247, 1870, 'Liliana', 1602, 19, 8, 5.09, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:04'),
(20248, 1870, 'Liliana', 3533, 12, 8, 2.42, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:04'),
(20249, 1870, 'Liliana', 949, 5, 8, 0.32, 1, 1, 'ai_bid', '2024-06-14 12:46:05', '2024-06-14 12:46:05', '2024-06-15 12:47:04'),
(20250, 1871, 'Almeida', 1656, 17, 7, 30.25, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20251, 1871, 'Almeida', 2938, 14, 7, 24.80, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20252, 1871, 'Almeida', 1485, 15, 7, 572.75, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20253, 1871, 'Almeida', 4115, 14, 7, 61.19, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20254, 1871, 'Almeida', 1922, 19, 7, 232.56, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20255, 1871, 'Almeida', 1059, 19, 7, 19.19, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20256, 1871, 'Almeida', 3948, 16, 7, 113.27, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20257, 1871, 'Almeida', 1885, 19, 7, 556.50, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20258, 1871, 'Almeida', 3184, 5, 7, 9.58, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20259, 1871, 'Almeida', 4832, 17, 7, 16.14, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20260, 1871, 'Almeida', 5834, 11, 7, 46.34, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20261, 1871, 'Almeida', 6058, 11, 7, 19.43, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20262, 1871, 'Almeida', 538, 18, 7, 341.77, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20263, 1871, 'Almeida', 6012, 17, 7, 33.24, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20264, 1871, 'Almeida', 4319, 18, 7, 1853.99, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20265, 1871, 'Almeida', 1932, 14, 7, 8.29, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20266, 1871, 'Almeida', 4307, 18, 7, 1060.00, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20267, 1871, 'Almeida', 5252, 16, 7, 10.29, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20268, 1871, 'Almeida', 5050, 16, 7, 151.50, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:02'),
(20269, 1871, 'Almeida', 4605, 16, 7, 17.55, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:03'),
(20270, 1871, 'Almeida', 5911, 13, 7, 7.91, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:03'),
(20271, 1871, 'Almeida', 3026, 18, 7, 20.39, 1, 1, 'ai_bid', '2024-06-14 12:48:04', '2024-06-14 12:48:04', '2024-06-15 12:49:03'),
(20272, 1871, 'Almeida', 146, 2, 7, 35.35, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20273, 1871, 'Almeida', 5066, 14, 7, 20.79, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20274, 1871, 'Almeida', 820, 18, 7, 25.63, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20275, 1871, 'Almeida', 6094, 15, 7, 23.36, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20276, 1871, 'Almeida', 4717, 14, 7, 30.73, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20277, 1871, 'Almeida', 2279, 17, 7, 362.27, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20278, 1871, 'Almeida', 1495, 19, 7, 19.95, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20279, 1871, 'Almeida', 1148, 19, 7, 1611.75, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20280, 1871, 'Almeida', 1671, 14, 7, 82.39, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20281, 1871, 'Almeida', 3832, 16, 7, 6.17, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20282, 1871, 'Almeida', 1737, 10, 7, 81.59, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20283, 1871, 'Almeida', 5797, 13, 7, 20.79, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20284, 1871, 'Almeida', 561, 18, 7, 41.60, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20285, 1871, 'Almeida', 4596, 5, 7, 28.04, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20286, 1871, 'Almeida', 2028, 19, 7, 39.39, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20287, 1871, 'Almeida', 5064, 13, 7, 105.03, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20288, 1871, 'Almeida', 4436, 15, 7, 20.79, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20289, 1871, 'Almeida', 2587, 7, 7, 52.46, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20290, 1871, 'Almeida', 6016, 17, 7, 12.76, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20291, 1871, 'Almeida', 3902, 2, 7, 1068.48, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20292, 1871, 'Almeida', 1241, 10, 7, 200.72, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20293, 1871, 'Almeida', 4803, 12, 7, 18.35, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20294, 1871, 'Almeida', 5391, 14, 7, 97.91, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20295, 1871, 'Almeida', 5552, 10, 7, 27.15, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20296, 1871, 'Almeida', 2426, 19, 7, 508.98, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20297, 1871, 'Almeida', 5384, 14, 7, 1041.03, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20298, 1871, 'Almeida', 6048, 15, 7, 20.59, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20299, 1871, 'Almeida', 1691, 19, 7, 5.44, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20300, 1871, 'Almeida', 3602, 12, 7, 16.53, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20301, 1871, 'Almeida', 2940, 14, 7, 1559.99, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20302, 1871, 'Almeida', 1984, 4, 7, 267.79, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:03'),
(20303, 1871, 'Almeida', 6093, 15, 7, 25.20, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20304, 1871, 'Almeida', 3338, 7, 7, 5.51, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20305, 1871, 'Almeida', 2474, 17, 7, 37.36, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20306, 1871, 'Almeida', 2314, 2, 7, 116.15, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20307, 1871, 'Almeida', 3263, 7, 7, 7.03, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20308, 1871, 'Almeida', 3917, 2, 7, 518.96, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20309, 1871, 'Almeida', 6140, 11, 7, 20.60, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20310, 1871, 'Almeida', 4763, 14, 7, 70.69, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20311, 1871, 'Almeida', 4002, 12, 7, 58.29, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20312, 1871, 'Almeida', 2589, 14, 7, 60.59, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20313, 1871, 'Almeida', 1742, 19, 7, 35.70, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20314, 1871, 'Almeida', 1960, 19, 7, 83.15, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20315, 1871, 'Almeida', 2854, 14, 7, 218.39, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20316, 1871, 'Almeida', 2849, 16, 7, 41.97, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20317, 1871, 'Almeida', 3561, 12, 7, 9.50, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20318, 1871, 'Almeida', 4688, 12, 7, 25.24, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20319, 1871, 'Almeida', 2195, 19, 7, 78.75, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20320, 1871, 'Almeida', 5449, 12, 7, 1354.50, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20321, 1871, 'Almeida', 5637, 10, 7, 5.14, 1, 1, 'ai_bid', '2024-06-14 12:48:05', '2024-06-14 12:48:05', '2024-06-15 12:49:04'),
(20322, 1871, 'Almeida', 587, 19, 7, 9270.00, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20323, 1871, 'Almeida', 1200, 18, 7, 9.36, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20324, 1871, 'Almeida', 152, 18, 7, 9.36, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20325, 1871, 'Almeida', 3175, 19, 7, 185.24, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20326, 1871, 'Almeida', 4968, 12, 7, 16.72, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20327, 1871, 'Almeida', 3667, 13, 7, 19.56, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20328, 1871, 'Almeida', 2863, 18, 7, 34125.00, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20329, 1871, 'Almeida', 4655, 15, 7, 103.01, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20330, 1871, 'Almeida', 4821, 17, 7, 18.72, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20331, 1871, 'Almeida', 2448, 2, 7, 6.30, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20332, 1871, 'Almeida', 2464, 19, 7, 73.83, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20333, 1871, 'Almeida', 4574, 16, 7, 173.25, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20334, 1871, 'Almeida', 1577, 4, 7, 73.50, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20335, 1871, 'Almeida', 4060, 13, 7, 16.47, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20336, 1871, 'Almeida', 4490, 16, 7, 117.15, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20337, 1871, 'Almeida', 1762, 2, 7, 166.40, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20338, 1871, 'Almeida', 125, 18, 7, 86.52, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20339, 1871, 'Almeida', 3414, 15, 7, 66.95, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20340, 1871, 'Almeida', 3804, 4, 7, 233.25, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20341, 1871, 'Almeida', 279, 18, 7, 310.57, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20342, 1871, 'Almeida', 6099, 15, 7, 8.30, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20343, 1871, 'Almeida', 352, 2, 7, 21.61, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20344, 1871, 'Almeida', 4062, 18, 7, 23.34, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20345, 1871, 'Almeida', 4792, 12, 7, 50.49, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20346, 1871, 'Almeida', 5272, 13, 7, 6.09, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20347, 1871, 'Almeida', 3117, 18, 7, 75.74, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20348, 1871, 'Almeida', 4311, 16, 7, 52.50, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20349, 1871, 'Almeida', 4361, 14, 7, 11.54, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20350, 1871, 'Almeida', 1811, 5, 7, 0.21, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20351, 1871, 'Almeida', 1827, 19, 7, 0.12, 1, 1, 'ai_bid', '2024-06-14 12:48:06', '2024-06-14 12:48:06', '2024-06-15 12:49:04'),
(20352, 1873, 'Gustavo', 1932, 14, 9, 8.13, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20353, 1873, 'Gustavo', 2101, 19, 9, 921.44, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20354, 1873, 'Gustavo', 1484, 10, 9, 10.01, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20355, 1873, 'Gustavo', 936, 5, 9, 51.39, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20356, 1873, 'Gustavo', 1901, 19, 9, 390.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20357, 1873, 'Gustavo', 4513, 16, 9, 7.28, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20358, 1873, 'Gustavo', 5702, 10, 9, 45.88, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20359, 1873, 'Gustavo', 840, 1, 9, 199.49, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20360, 1873, 'Gustavo', 2836, 14, 9, 1111.94, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20361, 1873, 'Gustavo', 1953, 5, 9, 4.12, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20362, 1873, 'Gustavo', 4514, 16, 9, 16.15, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20363, 1873, 'Gustavo', 4309, 15, 9, 4.03, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20364, 1873, 'Gustavo', 69, 2, 9, 25.75, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20365, 1873, 'Gustavo', 5463, 12, 9, 5775.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20366, 1873, 'Gustavo', 2757, 14, 9, 217.30, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20367, 1873, 'Gustavo', 4249, 18, 9, 41.60, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20368, 1873, 'Gustavo', 5674, 10, 9, 2833.07, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20369, 1873, 'Gustavo', 1884, 17, 9, 96.90, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20370, 1873, 'Gustavo', 1969, 19, 9, 15.74, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20371, 1873, 'Gustavo', 1574, 19, 9, 195.70, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20372, 1873, 'Gustavo', 4446, 15, 9, 33.65, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20373, 1873, 'Gustavo', 5303, 14, 9, 173.40, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20374, 1873, 'Gustavo', 3727, 10, 9, 63.44, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20375, 1873, 'Gustavo', 1769, 1, 9, 80.18, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20376, 1873, 'Gustavo', 934, 17, 9, 13.37, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20377, 1873, 'Gustavo', 5010, 13, 9, 43.04, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:03'),
(20378, 1873, 'Gustavo', 4712, 12, 9, 52.28, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20379, 1873, 'Gustavo', 5841, 17, 9, 11.18, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20380, 1873, 'Gustavo', 1038, 19, 9, 18.17, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20381, 1873, 'Gustavo', 4515, 16, 9, 52.99, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20382, 1873, 'Gustavo', 4024, 17, 9, 18.01, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20383, 1873, 'Gustavo', 2005, 15, 9, 81.12, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20384, 1873, 'Gustavo', 3340, 15, 9, 144.20, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20385, 1873, 'Gustavo', 2075, 19, 9, 103.02, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20386, 1873, 'Gustavo', 3273, 7, 9, 103.94, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20387, 1873, 'Gustavo', 4240, 5, 9, 5720.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20388, 1873, 'Gustavo', 1328, 15, 9, 30.45, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20389, 1873, 'Gustavo', 511, 18, 9, 713.79, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20390, 1873, 'Gustavo', 4152, 18, 9, 35.68, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20391, 1873, 'Gustavo', 1559, 19, 9, 62.39, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20392, 1873, 'Gustavo', 1780, 2, 9, 20.06, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20393, 1873, 'Gustavo', 2008, 19, 9, 293.55, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20394, 1873, 'Gustavo', 3526, 11, 9, 102.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20395, 1873, 'Gustavo', 1178, 14, 9, 54.07, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20396, 1873, 'Gustavo', 4641, 15, 9, 9.54, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20397, 1873, 'Gustavo', 4563, 16, 9, 613.59, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20398, 1873, 'Gustavo', 4143, 14, 9, 27.26, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20399, 1873, 'Gustavo', 429, 18, 9, 343.93, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20400, 1873, 'Gustavo', 2077, 5, 9, 5.20, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20401, 1873, 'Gustavo', 3180, 5, 9, 12.11, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20402, 1873, 'Gustavo', 4048, 18, 9, 10.39, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20403, 1873, 'Gustavo', 4718, 12, 9, 52.20, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20404, 1873, 'Gustavo', 6158, 11, 9, 71.60, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20405, 1873, 'Gustavo', 1117, 19, 9, 353.50, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20406, 1873, 'Gustavo', 479, 19, 9, 1282.70, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20407, 1873, 'Gustavo', 6019, 11, 9, 6.28, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20408, 1873, 'Gustavo', 5296, 16, 9, 10.39, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20409, 1873, 'Gustavo', 2108, 19, 9, 41.86, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20410, 1873, 'Gustavo', 2304, 2, 9, 424.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20411, 1873, 'Gustavo', 5433, 12, 9, 8.36, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20412, 1873, 'Gustavo', 3688, 18, 9, 58.21, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20413, 1873, 'Gustavo', 4765, 12, 9, 53.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20414, 1873, 'Gustavo', 5299, 16, 9, 20.33, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20415, 1873, 'Gustavo', 5761, 13, 9, 2.10, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20416, 1873, 'Gustavo', 5654, 15, 9, 36.75, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20417, 1873, 'Gustavo', 18, 2, 9, 10.20, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20418, 1873, 'Gustavo', 2356, 19, 9, 84.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20419, 1873, 'Gustavo', 3093, 2, 9, 23.19, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20420, 1873, 'Gustavo', 1194, 14, 9, 11.65, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20421, 1873, 'Gustavo', 4831, 12, 9, 162.13, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20422, 1873, 'Gustavo', 5744, 16, 9, 104.99, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20423, 1873, 'Gustavo', 4444, 15, 9, 27.98, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20424, 1873, 'Gustavo', 3190, 4, 9, 11.32, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20425, 1873, 'Gustavo', 2276, 10, 9, 63.39, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20426, 1873, 'Gustavo', 700, 18, 9, 43.13, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20427, 1873, 'Gustavo', 1807, 19, 9, 82.16, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20428, 1873, 'Gustavo', 1415, 19, 9, 105.00, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20429, 1873, 'Gustavo', 4223, 5, 9, 9.79, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20430, 1873, 'Gustavo', 1077, 19, 9, 163.77, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20431, 1873, 'Gustavo', 6075, 15, 9, 26.49, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(20432, 1873, 'Gustavo', 735, 19, 9, 2.22, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20433, 1873, 'Gustavo', 5478, 7, 9, 3.13, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20434, 1873, 'Gustavo', 4104, 5, 9, 2.02, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20435, 1873, 'Gustavo', 1827, 19, 9, 0.13, 1, 1, 'ai_bid', '2024-06-14 13:01:07', '2024-06-14 13:01:07', '2024-06-15 13:02:04'),
(20436, 1866, 'Tetyana store', 5773, 13, 11, 15.12, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:03'),
(20437, 1866, 'Tetyana store', 3813, 15, 11, 22.65, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:03'),
(20438, 1866, 'Tetyana store', 3553, 12, 11, 20.19, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:03'),
(20439, 1866, 'Tetyana store', 4639, 5, 11, 26.30, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:03'),
(20440, 1866, 'Tetyana store', 4435, 16, 11, 16.91, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:03'),
(20441, 1866, 'Tetyana store', 2040, 17, 11, 55.44, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:03'),
(20442, 1866, 'Tetyana store', 467, 19, 11, 37.17, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:03'),
(20443, 1866, 'Tetyana store', 578, 19, 11, 3535.00, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20444, 1866, 'Tetyana store', 3470, 14, 11, 103.06, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20445, 1866, 'Tetyana store', 3399, 7, 11, 396.66, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20446, 1866, 'Tetyana store', 66, 2, 11, 41.34, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20447, 1866, 'Tetyana store', 3684, 18, 11, 427.86, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20448, 1866, 'Tetyana store', 5648, 10, 11, 7775.04, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20449, 1866, 'Tetyana store', 2363, 19, 11, 16.27, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20450, 1866, 'Tetyana store', 2192, 16, 11, 36.00, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20451, 1866, 'Tetyana store', 2662, 19, 11, 106.00, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20452, 1866, 'Tetyana store', 2526, 14, 11, 763.98, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20453, 1866, 'Tetyana store', 5067, 13, 11, 127.04, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20454, 1866, 'Tetyana store', 5531, 10, 11, 46.11, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20455, 1866, 'Tetyana store', 5620, 16, 11, 41.81, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20456, 1866, 'Tetyana store', 297, 5, 11, 43.03, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20457, 1866, 'Tetyana store', 1883, 19, 11, 422.94, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20458, 1866, 'Tetyana store', 3133, 2, 11, 205.51, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20459, 1866, 'Tetyana store', 2812, 18, 11, 197.15, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20460, 1866, 'Tetyana store', 5509, 12, 11, 151.49, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20461, 1866, 'Tetyana store', 537, 15, 11, 981.37, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20462, 1866, 'Tetyana store', 1979, 4, 11, 377.99, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20463, 1866, 'Tetyana store', 3345, 7, 11, 15.75, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20464, 1866, 'Tetyana store', 4656, 15, 11, 232.30, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20465, 1866, 'Tetyana store', 5281, 14, 11, 165.99, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:04'),
(20466, 1866, 'Tetyana store', 1518, 19, 11, 219.30, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:05'),
(20467, 1866, 'Tetyana store', 1217, 14, 11, 43.01, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:05'),
(20468, 1866, 'Tetyana store', 2703, 14, 11, 24.21, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:05'),
(20469, 1866, 'Tetyana store', 5661, 15, 11, 1050.00, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:05'),
(20470, 1866, 'Tetyana store', 1406, 15, 11, 31.50, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:05'),
(20471, 1866, 'Tetyana store', 165, 14, 11, 204.34, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:05'),
(20472, 1866, 'Tetyana store', 918, 16, 11, 10.90, 1, 1, 'ai_bid', '2024-06-14 13:12:04', '2024-06-14 13:12:04', '2024-06-15 13:13:05'),
(20473, 1866, 'Tetyana store', 1845, 15, 11, 24.46, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20474, 1866, 'Tetyana store', 5964, 17, 11, 46.31, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20475, 1866, 'Tetyana store', 5266, 16, 11, 204.95, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20476, 1866, 'Tetyana store', 4339, 1, 11, 9.09, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20477, 1866, 'Tetyana store', 3780, 13, 11, 105.00, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20478, 1866, 'Tetyana store', 3123, 18, 11, 115.54, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20479, 1866, 'Tetyana store', 5485, 17, 11, 359.72, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20480, 1866, 'Tetyana store', 5263, 13, 11, 17.84, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20481, 1866, 'Tetyana store', 6055, 15, 11, 8.12, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20482, 1866, 'Tetyana store', 680, 10, 11, 28.56, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20483, 1866, 'Tetyana store', 4908, 13, 11, 136.87, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20484, 1866, 'Tetyana store', 3061, 2, 11, 13.11, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20485, 1866, 'Tetyana store', 5936, 17, 11, 31.55, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20486, 1866, 'Tetyana store', 3437, 14, 11, 810.90, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20487, 1866, 'Tetyana store', 1248, 19, 11, 29.19, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20488, 1866, 'Tetyana store', 3597, 12, 11, 11.97, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20489, 1866, 'Tetyana store', 1916, 7, 11, 3.60, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20490, 1866, 'Tetyana store', 1415, 19, 11, 103.00, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20491, 1866, 'Tetyana store', 806, 5, 11, 20.40, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20492, 1866, 'Tetyana store', 1899, 19, 11, 11.85, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20493, 1866, 'Tetyana store', 929, 18, 11, 44.42, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20494, 1866, 'Tetyana store', 1130, 19, 11, 37.20, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20495, 1866, 'Tetyana store', 915, 5, 11, 52.50, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20496, 1866, 'Tetyana store', 5402, 14, 11, 21.57, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20497, 1866, 'Tetyana store', 2334, 19, 11, 97.97, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20498, 1866, 'Tetyana store', 1158, 18, 11, 40.17, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20499, 1866, 'Tetyana store', 1023, 5, 11, 157.08, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20500, 1866, 'Tetyana store', 313, 18, 11, 196.25, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20501, 1866, 'Tetyana store', 6123, 11, 11, 19.94, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20502, 1866, 'Tetyana store', 75, 2, 11, 12.36, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20503, 1866, 'Tetyana store', 3594, 12, 11, 21.91, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20504, 1866, 'Tetyana store', 5639, 10, 11, 4.99, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20505, 1866, 'Tetyana store', 2685, 14, 11, 21.61, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20506, 1866, 'Tetyana store', 1677, 19, 11, 18.54, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20507, 1866, 'Tetyana store', 2088, 5, 11, 15.30, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20508, 1866, 'Tetyana store', 658, 2, 11, 15.60, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20509, 1866, 'Tetyana store', 1876, 19, 11, 32.34, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20510, 1866, 'Tetyana store', 1645, 17, 11, 3.77, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20511, 1866, 'Tetyana store', 734, 19, 11, 0.23, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20512, 1866, 'Tetyana store', 1827, 19, 11, 0.12, 1, 1, 'ai_bid', '2024-06-14 13:12:05', '2024-06-14 13:12:05', '2024-06-15 13:13:05'),
(20513, 1867, 'Omevoric enterprises', 5610, 15, 12, 92.69, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20514, 1867, 'Omevoric enterprises', 5460, 17, 12, 118.72, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20515, 1867, 'Omevoric enterprises', 5197, 16, 12, 2573.97, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20516, 1867, 'Omevoric enterprises', 2701, 15, 12, 20.36, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20517, 1867, 'Omevoric enterprises', 2111, 19, 12, 1352.00, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20518, 1867, 'Omevoric enterprises', 4047, 13, 12, 47.37, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20519, 1867, 'Omevoric enterprises', 5154, 13, 12, 312.00, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20520, 1867, 'Omevoric enterprises', 4365, 18, 12, 5797.40, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20521, 1867, 'Omevoric enterprises', 840, 1, 12, 193.79, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20522, 1867, 'Omevoric enterprises', 2533, 14, 12, 227.76, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20523, 1867, 'Omevoric enterprises', 3520, 13, 12, 62.39, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20524, 1867, 'Omevoric enterprises', 731, 19, 12, 110.34, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20525, 1867, 'Omevoric enterprises', 1973, 4, 12, 250.02, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20526, 1867, 'Omevoric enterprises', 4539, 16, 12, 33.65, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20527, 1867, 'Omevoric enterprises', 505, 19, 12, 5069.46, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20528, 1867, 'Omevoric enterprises', 4854, 12, 12, 1591.66, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20529, 1867, 'Omevoric enterprises', 5974, 17, 12, 18.53, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20530, 1867, 'Omevoric enterprises', 2764, 19, 12, 430.44, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20531, 1867, 'Omevoric enterprises', 5091, 14, 12, 5.24, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20532, 1867, 'Omevoric enterprises', 2053, 18, 12, 29.71, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20533, 1867, 'Omevoric enterprises', 190, 16, 12, 260.00, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20534, 1867, 'Omevoric enterprises', 4920, 11, 12, 33.28, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20535, 1867, 'Omevoric enterprises', 3014, 14, 12, 212.10, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20536, 1867, 'Omevoric enterprises', 4155, 18, 12, 10.19, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20537, 1867, 'Omevoric enterprises', 4058, 18, 12, 11.26, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20538, 1867, 'Omevoric enterprises', 1464, 14, 12, 37.62, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20539, 1867, 'Omevoric enterprises', 3761, 14, 12, 14.68, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20540, 1867, 'Omevoric enterprises', 1099, 19, 12, 188.68, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20541, 1867, 'Omevoric enterprises', 208, 7, 12, 30.02, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20542, 1867, 'Omevoric enterprises', 3417, 14, 12, 28.04, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20543, 1867, 'Omevoric enterprises', 2029, 4, 12, 165.64, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20544, 1867, 'Omevoric enterprises', 4238, 5, 12, 272.70, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20545, 1867, 'Omevoric enterprises', 4239, 18, 12, 41.64, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20546, 1867, 'Omevoric enterprises', 4672, 12, 12, 14.37, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20547, 1867, 'Omevoric enterprises', 3646, 10, 12, 80.37, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20548, 1867, 'Omevoric enterprises', 5554, 10, 12, 5.48, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20549, 1867, 'Omevoric enterprises', 2536, 14, 12, 135.19, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20550, 1867, 'Omevoric enterprises', 4237, 18, 12, 22.00, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:04'),
(20551, 1867, 'Omevoric enterprises', 298, 18, 12, 9.89, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:05'),
(20552, 1867, 'Omevoric enterprises', 3892, 2, 12, 104.94, 1, 1, 'ai_bid', '2024-06-14 13:24:05', '2024-06-14 13:24:05', '2024-06-15 13:25:05'),
(20553, 1867, 'Omevoric enterprises', 3324, 7, 12, 1.36, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20554, 1867, 'Omevoric enterprises', 3011, 17, 12, 244.90, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20555, 1867, 'Omevoric enterprises', 3721, 10, 12, 35.14, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20556, 1867, 'Omevoric enterprises', 20, 2, 12, 4.04, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20557, 1867, 'Omevoric enterprises', 5686, 15, 12, 91.80, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20558, 1867, 'Omevoric enterprises', 349, 15, 12, 24.71, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20559, 1867, 'Omevoric enterprises', 4859, 12, 12, 7.66, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20560, 1867, 'Omevoric enterprises', 3632, 12, 12, 8.00, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20561, 1867, 'Omevoric enterprises', 5987, 17, 12, 21.28, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20562, 1867, 'Omevoric enterprises', 4236, 5, 12, 303.00, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20563, 1867, 'Omevoric enterprises', 860, 13, 12, 360.49, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20564, 1867, 'Omevoric enterprises', 5628, 1, 12, 15.14, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20565, 1867, 'Omevoric enterprises', 3512, 10, 12, 515.52, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20566, 1867, 'Omevoric enterprises', 2219, 10, 12, 260.96, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20567, 1867, 'Omevoric enterprises', 4008, 12, 12, 153.69, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20568, 1867, 'Omevoric enterprises', 5727, 16, 12, 37.79, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20569, 1867, 'Omevoric enterprises', 5443, 16, 12, 24.14, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20570, 1867, 'Omevoric enterprises', 5816, 15, 12, 15.14, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20571, 1867, 'Omevoric enterprises', 1756, 2, 12, 1554.00, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20572, 1867, 'Omevoric enterprises', 5097, 13, 12, 122.40, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20573, 1867, 'Omevoric enterprises', 2366, 10, 12, 19.07, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20574, 1867, 'Omevoric enterprises', 5738, 16, 12, 31.79, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20575, 1867, 'Omevoric enterprises', 2676, 14, 12, 204.28, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20576, 1867, 'Omevoric enterprises', 3426, 10, 12, 25.19, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20577, 1867, 'Omevoric enterprises', 885, 12, 12, 161.59, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20578, 1867, 'Omevoric enterprises', 1020, 5, 12, 6.26, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20579, 1867, 'Omevoric enterprises', 3326, 7, 12, 6.06, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20580, 1867, 'Omevoric enterprises', 1192, 14, 12, 51.45, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20581, 1867, 'Omevoric enterprises', 6102, 15, 12, 32.11, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20582, 1867, 'Omevoric enterprises', 4525, 16, 12, 8.39, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20583, 1867, 'Omevoric enterprises', 6028, 15, 12, 2.24, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20584, 1867, 'Omevoric enterprises', 1331, 14, 12, 4.83, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20585, 1867, 'Omevoric enterprises', 6027, 14, 12, 4.38, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20586, 1867, 'Omevoric enterprises', 1811, 5, 12, 0.21, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20587, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-06-14 13:24:06', '2024-06-14 13:24:06', '2024-06-15 13:25:05'),
(20588, 1867, 'Omevoric enterprises', 1827, 19, 12, 0.12, 1, 1, 'ai_bid', '2024-06-14 13:25:07', '2024-06-14 13:25:07', '2024-06-15 13:26:03'),
(20589, 1868, 'Marcelo Ltd', 2576, 17, 13, 20.47, 1, 1, 'ai_bid', '2024-06-14 13:56:03', '2024-06-14 13:56:03', '2024-06-15 13:56:03'),
(20590, 1868, 'Marcelo Ltd', 2729, 14, 13, 197.48, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20591, 1868, 'Marcelo Ltd', 1281, 18, 13, 60.60, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20592, 1868, 'Marcelo Ltd', 2757, 14, 13, 217.30, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20593, 1868, 'Marcelo Ltd', 2083, 14, 13, 25.99, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20594, 1868, 'Marcelo Ltd', 6175, 14, 13, 84.79, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20595, 1868, 'Marcelo Ltd', 1645, 17, 13, 3.74, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20596, 1868, 'Marcelo Ltd', 728, 10, 13, 33.89, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20597, 1868, 'Marcelo Ltd', 3048, 13, 13, 154.01, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20598, 1868, 'Marcelo Ltd', 4476, 15, 13, 41.34, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20599, 1868, 'Marcelo Ltd', 2853, 14, 13, 36.31, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20600, 1868, 'Marcelo Ltd', 4412, 15, 13, 236.25, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20601, 1868, 'Marcelo Ltd', 4380, 15, 13, 5.04, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20602, 1868, 'Marcelo Ltd', 86, 2, 13, 138.72, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20603, 1868, 'Marcelo Ltd', 4557, 14, 13, 5460.00, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20604, 1868, 'Marcelo Ltd', 1853, 19, 13, 33.91, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20605, 1868, 'Marcelo Ltd', 6138, 11, 13, 13.11, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20606, 1868, 'Marcelo Ltd', 3179, 4, 13, 78.75, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20607, 1868, 'Marcelo Ltd', 857, 12, 13, 94.68, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20608, 1868, 'Marcelo Ltd', 3579, 12, 13, 11.34, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20609, 1868, 'Marcelo Ltd', 1948, 19, 13, 12.12, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20610, 1868, 'Marcelo Ltd', 4636, 15, 13, 21.62, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20611, 1868, 'Marcelo Ltd', 2734, 14, 13, 222.93, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20612, 1868, 'Marcelo Ltd', 4386, 14, 13, 37.79, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20613, 1868, 'Marcelo Ltd', 2115, 19, 13, 23.32, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20614, 1868, 'Marcelo Ltd', 3608, 17, 13, 89.86, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20615, 1868, 'Marcelo Ltd', 3112, 2, 13, 7.36, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20616, 1868, 'Marcelo Ltd', 2614, 14, 13, 24.33, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20617, 1868, 'Marcelo Ltd', 4654, 15, 13, 1007.00, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20618, 1868, 'Marcelo Ltd', 391, 18, 13, 19.88, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20619, 1868, 'Marcelo Ltd', 1494, 10, 13, 42.71, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:03'),
(20620, 1868, 'Marcelo Ltd', 4866, 14, 13, 8.47, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20621, 1868, 'Marcelo Ltd', 4075, 14, 13, 19.38, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20622, 1868, 'Marcelo Ltd', 1145, 19, 13, 40.29, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20623, 1868, 'Marcelo Ltd', 3647, 13, 13, 79.78, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20624, 1868, 'Marcelo Ltd', 2338, 10, 13, 38.26, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20625, 1868, 'Marcelo Ltd', 3103, 18, 13, 138.02, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20626, 1868, 'Marcelo Ltd', 5372, 13, 13, 163.19, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20627, 1868, 'Marcelo Ltd', 3126, 4, 13, 16.30, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20628, 1868, 'Marcelo Ltd', 5130, 16, 13, 33.28, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20629, 1868, 'Marcelo Ltd', 3768, 15, 13, 3.89, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20630, 1868, 'Marcelo Ltd', 3423, 14, 13, 22.20, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20631, 1868, 'Marcelo Ltd', 2528, 19, 13, 171.70, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20632, 1868, 'Marcelo Ltd', 3150, 4, 13, 3.06, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20633, 1868, 'Marcelo Ltd', 428, 18, 13, 91.75, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20634, 1868, 'Marcelo Ltd', 4426, 16, 13, 80.84, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20635, 1868, 'Marcelo Ltd', 4714, 12, 13, 57.06, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20636, 1868, 'Marcelo Ltd', 2480, 19, 13, 304.50, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20637, 1868, 'Marcelo Ltd', 3614, 17, 13, 249.60, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20638, 1868, 'Marcelo Ltd', 4747, 12, 13, 52.47, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20639, 1868, 'Marcelo Ltd', 4461, 15, 13, 592.79, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20640, 1868, 'Marcelo Ltd', 5173, 16, 13, 291.19, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20641, 1868, 'Marcelo Ltd', 2593, 14, 13, 148.39, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20642, 1868, 'Marcelo Ltd', 1419, 5, 13, 42.00, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20643, 1868, 'Marcelo Ltd', 1959, 5, 13, 21.00, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20644, 1868, 'Marcelo Ltd', 3746, 7, 13, 39.63, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20645, 1868, 'Marcelo Ltd', 3533, 12, 13, 2.40, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20646, 1868, 'Marcelo Ltd', 294, 5, 13, 48.01, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20647, 1868, 'Marcelo Ltd', 1789, 1, 13, 46.64, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20648, 1868, 'Marcelo Ltd', 2354, 19, 13, 32.22, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20649, 1868, 'Marcelo Ltd', 1905, 18, 13, 108.12, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20650, 1868, 'Marcelo Ltd', 3430, 14, 13, 44.09, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20651, 1868, 'Marcelo Ltd', 5384, 14, 13, 1051.04, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20652, 1868, 'Marcelo Ltd', 2178, 12, 13, 19.59, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20653, 1868, 'Marcelo Ltd', 1719, 5, 13, 1.10, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20654, 1868, 'Marcelo Ltd', 5008, 13, 13, 332.80, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20655, 1868, 'Marcelo Ltd', 2463, 19, 13, 3.15, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20656, 1868, 'Marcelo Ltd', 5364, 13, 13, 370.79, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20657, 1868, 'Marcelo Ltd', 1140, 16, 13, 51.99, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20658, 1868, 'Marcelo Ltd', 1127, 19, 13, 58.07, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20659, 1868, 'Marcelo Ltd', 3513, 13, 13, 128.26, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20660, 1868, 'Marcelo Ltd', 4918, 11, 13, 29.11, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20661, 1868, 'Marcelo Ltd', 2367, 19, 13, 3.03, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20662, 1868, 'Marcelo Ltd', 807, 18, 13, 36.03, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20663, 1868, 'Marcelo Ltd', 1547, 19, 13, 312.70, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20664, 1868, 'Marcelo Ltd', 1997, 4, 13, 252.28, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20665, 1868, 'Marcelo Ltd', 1413, 14, 13, 10.89, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20666, 1868, 'Marcelo Ltd', 5006, 14, 13, 9.53, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20667, 1868, 'Marcelo Ltd', 5757, 15, 13, 4.33, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20668, 1868, 'Marcelo Ltd', 3880, 16, 13, 16.46, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20669, 1868, 'Marcelo Ltd', 846, 13, 13, 301.67, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20670, 1868, 'Marcelo Ltd', 5462, 7, 13, 26.77, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20671, 1868, 'Marcelo Ltd', 4202, 5, 13, 4.93, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20672, 1868, 'Marcelo Ltd', 2225, 18, 13, 37.36, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20673, 1868, 'Marcelo Ltd', 2536, 14, 13, 136.49, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20674, 1868, 'Marcelo Ltd', 1265, 19, 13, 68.90, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20675, 1868, 'Marcelo Ltd', 2758, 14, 13, 901.00, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20676, 1868, 'Marcelo Ltd', 2035, 19, 13, 721.00, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20677, 1868, 'Marcelo Ltd', 5892, 11, 13, 312.00, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:05', '2024-06-15 13:57:04'),
(20678, 1868, 'Marcelo Ltd', 4281, 14, 13, 104.93, 1, 1, 'ai_bid', '2024-06-14 13:56:05', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20679, 1868, 'Marcelo Ltd', 4043, 18, 13, 14.42, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20680, 1868, 'Marcelo Ltd', 6110, 11, 13, 2.14, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20681, 1868, 'Marcelo Ltd', 5284, 14, 13, 357.46, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20682, 1868, 'Marcelo Ltd', 3186, 4, 13, 8.13, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20683, 1868, 'Marcelo Ltd', 1136, 16, 13, 25.68, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20684, 1868, 'Marcelo Ltd', 5819, 15, 13, 6.07, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20685, 1868, 'Marcelo Ltd', 3939, 16, 13, 103.00, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20686, 1868, 'Marcelo Ltd', 1839, 12, 13, 39.52, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20687, 1868, 'Marcelo Ltd', 3214, 17, 13, 25.20, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20688, 1868, 'Marcelo Ltd', 5023, 13, 13, 32.54, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20689, 1868, 'Marcelo Ltd', 2452, 19, 13, 14.47, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20690, 1868, 'Marcelo Ltd', 6066, 15, 13, 15.53, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:04'),
(20691, 1868, 'Marcelo Ltd', 2643, 15, 13, 11.21, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:05'),
(20692, 1868, 'Marcelo Ltd', 1640, 19, 13, 1.01, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:05'),
(20693, 1868, 'Marcelo Ltd', 1829, 5, 13, 0.78, 1, 1, 'ai_bid', '2024-06-14 13:56:06', '2024-06-14 13:56:06', '2024-06-15 13:57:05'),
(20694, 1869, 'Anatoliy fast store', 5944, 11, 14, 84.00, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20695, 1869, 'Anatoliy fast store', 2058, 4, 14, 238.50, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20696, 1869, 'Anatoliy fast store', 1340, 15, 14, 42.39, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20697, 1869, 'Anatoliy fast store', 4317, 15, 14, 11.23, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20698, 1869, 'Anatoliy fast store', 542, 18, 14, 199.98, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20699, 1869, 'Anatoliy fast store', 1018, 16, 14, 51.93, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20700, 1869, 'Anatoliy fast store', 5398, 14, 14, 530.45, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20701, 1869, 'Anatoliy fast store', 2043, 17, 14, 55.98, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20702, 1869, 'Anatoliy fast store', 2641, 18, 14, 20.12, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20703, 1869, 'Anatoliy fast store', 1402, 14, 14, 16.25, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20704, 1869, 'Anatoliy fast store', 1511, 14, 14, 21.12, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20705, 1869, 'Anatoliy fast store', 4488, 16, 14, 209.03, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20706, 1869, 'Anatoliy fast store', 4520, 16, 14, 30.73, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20707, 1869, 'Anatoliy fast store', 731, 19, 14, 112.51, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20708, 1869, 'Anatoliy fast store', 3341, 7, 14, 56.15, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20709, 1869, 'Anatoliy fast store', 4474, 15, 14, 47.33, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20710, 1869, 'Anatoliy fast store', 4017, 17, 14, 3.10, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20711, 1869, 'Anatoliy fast store', 3355, 7, 14, 1254.75, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:02'),
(20712, 1869, 'Anatoliy fast store', 3219, 5, 14, 3024.95, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20713, 1869, 'Anatoliy fast store', 2691, 13, 14, 30.29, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20714, 1869, 'Anatoliy fast store', 1709, 18, 14, 6342.96, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20715, 1869, 'Anatoliy fast store', 1006, 5, 14, 828.88, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20716, 1869, 'Anatoliy fast store', 1200, 18, 14, 9.54, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20717, 1869, 'Anatoliy fast store', 1921, 19, 14, 10.10, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20718, 1869, 'Anatoliy fast store', 180, 7, 14, 1895.20, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20719, 1869, 'Anatoliy fast store', 3271, 5, 14, 2.73, 1, 1, 'ai_bid', '2024-06-14 14:25:06', '2024-06-14 14:25:06', '2024-06-15 14:26:03'),
(20720, 1869, 'Anatoliy fast store', 5307, 16, 14, 21.83, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20721, 1869, 'Anatoliy fast store', 479, 19, 14, 1282.70, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20722, 1869, 'Anatoliy fast store', 294, 5, 14, 47.55, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20723, 1869, 'Anatoliy fast store', 4859, 12, 14, 7.74, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20724, 1869, 'Anatoliy fast store', 2093, 5, 14, 10.10, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20725, 1869, 'Anatoliy fast store', 3375, 10, 14, 13.64, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20726, 1869, 'Anatoliy fast store', 3509, 10, 14, 6058.80, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20727, 1869, 'Anatoliy fast store', 2485, 16, 14, 145.22, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20728, 1869, 'Anatoliy fast store', 4862, 14, 14, 14.88, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20729, 1869, 'Anatoliy fast store', 2703, 14, 14, 24.69, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20730, 1869, 'Anatoliy fast store', 6038, 11, 14, 808.00, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20731, 1869, 'Anatoliy fast store', 1903, 19, 14, 406.98, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20732, 1869, 'Anatoliy fast store', 5742, 16, 14, 13.49, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20733, 1869, 'Anatoliy fast store', 5576, 10, 14, 115.54, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20734, 1869, 'Anatoliy fast store', 5426, 17, 14, 61.20, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20735, 1869, 'Anatoliy fast store', 414, 7, 14, 31.05, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20736, 1869, 'Anatoliy fast store', 3973, 12, 14, 132.06, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20737, 1869, 'Anatoliy fast store', 1845, 15, 14, 24.22, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20738, 1869, 'Anatoliy fast store', 4597, 15, 14, 15.15, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20739, 1869, 'Anatoliy fast store', 3771, 15, 14, 5.45, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20740, 1869, 'Anatoliy fast store', 2202, 19, 14, 4.16, 1, 1, 'ai_bid', '2024-06-14 14:25:07', '2024-06-14 14:25:07', '2024-06-15 14:26:03'),
(20741, 1872, 'Melisa', 3314, 5, 18, 52.49, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20742, 1872, 'Melisa', 6060, 11, 18, 10.40, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20743, 1872, 'Melisa', 3327, 7, 18, 2.49, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20744, 1872, 'Melisa', 3478, 14, 18, 112.37, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20745, 1872, 'Melisa', 4128, 5, 18, 11.10, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20746, 1872, 'Melisa', 2667, 14, 18, 231.43, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20747, 1872, 'Melisa', 5521, 10, 18, 83.89, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20748, 1872, 'Melisa', 3807, 19, 18, 4721.75, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20749, 1872, 'Melisa', 5249, 16, 18, 42.93, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20750, 1872, 'Melisa', 5319, 13, 18, 1122.00, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20751, 1872, 'Melisa', 6033, 11, 18, 613.67, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20752, 1872, 'Melisa', 3634, 13, 18, 20.33, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20753, 1872, 'Melisa', 2274, 12, 18, 30.89, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20754, 1872, 'Melisa', 810, 10, 18, 26.10, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20755, 1872, 'Melisa', 2606, 18, 18, 14.39, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20756, 1872, 'Melisa', 4790, 12, 18, 21.19, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20757, 1872, 'Melisa', 3739, 7, 18, 44.90, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20758, 1872, 'Melisa', 1704, 18, 18, 62.40, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20759, 1872, 'Melisa', 5398, 14, 18, 530.45, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20760, 1872, 'Melisa', 2904, 14, 18, 9.49, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20761, 1872, 'Melisa', 3961, 5, 18, 5119.10, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20762, 1872, 'Melisa', 1641, 17, 18, 13.38, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20763, 1872, 'Melisa', 5815, 15, 18, 15.75, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20764, 1872, 'Melisa', 410, 16, 18, 87.96, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20765, 1872, 'Melisa', 1008, 16, 18, 431.24, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20766, 1872, 'Melisa', 5061, 13, 18, 165.82, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20767, 1872, 'Melisa', 3501, 11, 18, 9.09, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20768, 1872, 'Melisa', 825, 18, 18, 193.19, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20769, 1872, 'Melisa', 1500, 19, 18, 11.43, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20770, 1872, 'Melisa', 2929, 14, 18, 691.12, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20771, 1872, 'Melisa', 4755, 14, 18, 426.39, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20772, 1872, 'Melisa', 28, 2, 18, 15.30, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20773, 1872, 'Melisa', 1722, 18, 18, 4.11, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20774, 1872, 'Melisa', 6002, 11, 18, 294.00, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20775, 1872, 'Melisa', 4089, 14, 18, 19.76, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20776, 1872, 'Melisa', 2173, 12, 18, 31.77, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20777, 1872, 'Melisa', 2293, 19, 18, 791.04, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20778, 1872, 'Melisa', 1764, 18, 18, 91.90, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20779, 1872, 'Melisa', 5435, 12, 18, 7.97, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20780, 1872, 'Melisa', 3667, 13, 18, 19.37, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20781, 1872, 'Melisa', 143, 18, 18, 1.02, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20782, 1872, 'Melisa', 5180, 16, 18, 30.44, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20783, 1872, 'Melisa', 4614, 5, 18, 27.29, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20784, 1872, 'Melisa', 2221, 19, 18, 40.17, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20785, 1872, 'Melisa', 1405, 14, 18, 10.49, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20786, 1872, 'Melisa', 3283, 16, 18, 15.86, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20787, 1872, 'Melisa', 3759, 14, 18, 20.39, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20788, 1872, 'Melisa', 3083, 18, 18, 52.00, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20789, 1872, 'Melisa', 1262, 19, 18, 1.56, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20790, 1872, 'Melisa', 5704, 10, 18, 2.51, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20791, 1872, 'Melisa', 803, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20792, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-06-14 16:20:08', '2024-06-14 16:20:08', '2024-06-15 16:21:03'),
(20793, 1798, 'Feelyards', 2087, 2, NULL, 501.00, 1, 1, 'manual_bid', '2024-06-14 19:11:18', '2024-06-14 19:11:18', '2024-06-15 19:12:02'),
(20794, 1798, 'Feelyards', 1022, 5, NULL, 29.00, 1, 1, 'manual_bid', '2024-06-14 19:12:56', '2024-06-14 19:12:56', '2024-06-15 19:13:02'),
(20795, 1869, 'Anatoliy fast store', 567, 18, 17, 2182.95, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(20796, 1869, 'Anatoliy fast store', 1545, 19, 17, 536.52, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20797, 1869, 'Anatoliy fast store', 2571, 7, 17, 16.07, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20798, 1869, 'Anatoliy fast store', 985, 5, 17, 21.63, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20799, 1869, 'Anatoliy fast store', 3874, 15, 17, 636.00, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20800, 1869, 'Anatoliy fast store', 1532, 19, 17, 969.00, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20801, 1869, 'Anatoliy fast store', 3169, 4, 17, 206.29, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20802, 1869, 'Anatoliy fast store', 4889, 12, 17, 63.40, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20803, 1869, 'Anatoliy fast store', 134, 7, 17, 472.50, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20804, 1869, 'Anatoliy fast store', 4836, 17, 17, 187.19, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20805, 1869, 'Anatoliy fast store', 1349, 15, 17, 189.74, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20806, 1869, 'Anatoliy fast store', 4750, 12, 17, 65.28, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20807, 1869, 'Anatoliy fast store', 2198, 16, 17, 31.49, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20808, 1869, 'Anatoliy fast store', 618, 18, 17, 6754.80, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20809, 1869, 'Anatoliy fast store', 3984, 18, 17, 102.00, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20810, 1869, 'Anatoliy fast store', 2660, 18, 17, 29.26, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20811, 1869, 'Anatoliy fast store', 4428, 16, 17, 30.91, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20812, 1869, 'Anatoliy fast store', 1650, 19, 17, 10.49, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20813, 1869, 'Anatoliy fast store', 3227, 4, 17, 20.40, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20814, 1869, 'Anatoliy fast store', 781, 18, 17, 236.95, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20815, 1869, 'Anatoliy fast store', 1126, 19, 17, 379.02, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20816, 1869, 'Anatoliy fast store', 2125, 5, 17, 33.28, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20817, 1869, 'Anatoliy fast store', 3744, 14, 17, 22.25, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20818, 1869, 'Anatoliy fast store', 161, 14, 17, 31.31, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20819, 1869, 'Anatoliy fast store', 740, 19, 17, 14.30, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20820, 1869, 'Anatoliy fast store', 1019, 5, 17, 138.02, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20821, 1869, 'Anatoliy fast store', 2682, 14, 17, 27.97, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20822, 1869, 'Anatoliy fast store', 1063, 19, 17, 2647.10, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20823, 1869, 'Anatoliy fast store', 1915, 19, 17, 71.26, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20824, 1869, 'Anatoliy fast store', 2693, 14, 17, 10.19, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20825, 1869, 'Anatoliy fast store', 54, 2, 17, 6.24, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:06'),
(20826, 1869, 'Anatoliy fast store', 3441, 10, 17, 26.51, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20827, 1869, 'Anatoliy fast store', 99, 2, 17, 205.80, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20828, 1869, 'Anatoliy fast store', 5901, 13, 17, 41.91, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20829, 1869, 'Anatoliy fast store', 1132, 16, 17, 26.66, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20830, 1869, 'Anatoliy fast store', 3970, 16, 17, 17.84, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20831, 1869, 'Anatoliy fast store', 3925, 16, 17, 154.01, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20832, 1869, 'Anatoliy fast store', 5564, 10, 17, 6.11, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20833, 1869, 'Anatoliy fast store', 3768, 15, 17, 3.96, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20834, 1869, 'Anatoliy fast store', 2004, 4, 17, 87.25, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20835, 1869, 'Anatoliy fast store', 803, 19, 17, 0.20, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20836, 1869, 'Anatoliy fast store', 3061, 2, 17, 12.98, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20837, 1869, 'Anatoliy fast store', 1955, 16, 17, 3.64, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20838, 1869, 'Anatoliy fast store', 4704, 12, 17, 1.29, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20839, 1869, 'Anatoliy fast store', 3533, 12, 17, 2.40, 1, 1, 'ai_bid', '2024-06-15 11:34:04', '2024-06-15 11:34:04', '2024-06-16 11:35:07'),
(20840, 1866, 'Tetyana store', 2889, 14, 16, 20.19, 1, 1, 'ai_bid', '2024-06-15 12:37:03', '2024-06-15 12:37:03', '2024-06-16 12:38:02'),
(20841, 1866, 'Tetyana store', 1493, 15, 16, 596.70, 1, 1, 'ai_bid', '2024-06-15 12:37:03', '2024-06-15 12:37:03', '2024-06-16 12:38:02'),
(20842, 1866, 'Tetyana store', 2099, 17, 16, 20.68, 1, 1, 'ai_bid', '2024-06-15 12:37:03', '2024-06-15 12:37:03', '2024-06-16 12:38:02'),
(20843, 1866, 'Tetyana store', 4176, 14, 16, 782.79, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20844, 1866, 'Tetyana store', 1376, 5, 16, 14352.00, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20845, 1866, 'Tetyana store', 4633, 15, 16, 408.00, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20846, 1866, 'Tetyana store', 5717, 15, 16, 185.40, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20847, 1866, 'Tetyana store', 2482, 16, 16, 15.89, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20848, 1866, 'Tetyana store', 4520, 16, 16, 30.44, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20849, 1866, 'Tetyana store', 5734, 10, 16, 27.29, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20850, 1866, 'Tetyana store', 2485, 16, 16, 143.81, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20851, 1866, 'Tetyana store', 3382, 10, 16, 2.45, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20852, 1866, 'Tetyana store', 2203, 19, 16, 7.60, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20853, 1866, 'Tetyana store', 1614, 19, 16, 4.23, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20854, 1866, 'Tetyana store', 4795, 12, 16, 42.62, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20855, 1866, 'Tetyana store', 3769, 19, 16, 164.79, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20856, 1866, 'Tetyana store', 361, 10, 16, 18.79, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20857, 1866, 'Tetyana store', 2633, 14, 16, 23.05, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20858, 1866, 'Tetyana store', 466, 17, 16, 60.00, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20859, 1866, 'Tetyana store', 3376, 7, 16, 8.38, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20860, 1866, 'Tetyana store', 4393, 15, 16, 15.15, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20861, 1866, 'Tetyana store', 1669, 19, 16, 21.42, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20862, 1866, 'Tetyana store', 4274, 18, 16, 62.40, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20863, 1866, 'Tetyana store', 377, 2, 16, 46.14, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20864, 1866, 'Tetyana store', 2461, 10, 16, 7.34, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20865, 1866, 'Tetyana store', 6104, 11, 16, 1.46, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20866, 1866, 'Tetyana store', 1827, 19, 16, 0.12, 1, 1, 'ai_bid', '2024-06-15 12:37:04', '2024-06-15 12:37:04', '2024-06-16 12:38:02'),
(20867, 1872, 'Melisa', 3664, 10, 18, 13.30, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20868, 1872, 'Melisa', 3264, 5, 18, 6.86, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20869, 1872, 'Melisa', 1301, 19, 18, 11.22, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20870, 1872, 'Melisa', 5145, 16, 18, 42.64, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20871, 1872, 'Melisa', 2668, 18, 18, 1340.56, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20872, 1872, 'Melisa', 1823, 10, 18, 14.03, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20873, 1872, 'Melisa', 4399, 18, 18, 25.40, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20874, 1872, 'Melisa', 5331, 14, 18, 212.73, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20875, 1872, 'Melisa', 1569, 19, 18, 87.55, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20876, 1872, 'Melisa', 2877, 13, 18, 203.99, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20877, 1872, 'Melisa', 4092, 5, 18, 2.92, 1, 1, 'ai_bid', '2024-06-15 17:33:03', '2024-06-15 17:33:03', '2024-06-16 17:33:03'),
(20878, 1872, 'Melisa', 440, 16, 18, 81.80, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20879, 1872, 'Melisa', 4952, 12, 18, 4013.42, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20880, 1872, 'Melisa', 5130, 16, 18, 32.96, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20881, 1872, 'Melisa', 2341, 10, 18, 39.41, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20882, 1872, 'Melisa', 1357, 15, 18, 50.18, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20883, 1872, 'Melisa', 1150, 19, 18, 238.96, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20884, 1872, 'Melisa', 4057, 13, 18, 26.80, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20885, 1872, 'Melisa', 5832, 11, 18, 50.47, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20886, 1872, 'Melisa', 133, 7, 18, 33.90, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20887, 1872, 'Melisa', 2018, 5, 18, 96.60, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20888, 1872, 'Melisa', 5387, 17, 18, 47.69, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20889, 1872, 'Melisa', 5987, 17, 18, 21.49, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20890, 1872, 'Melisa', 2714, 14, 18, 127.74, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20891, 1872, 'Melisa', 2239, 19, 18, 59.16, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20892, 1872, 'Melisa', 4341, 15, 18, 5.14, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20893, 1872, 'Melisa', 2080, 7, 18, 157.45, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20894, 1872, 'Melisa', 5716, 15, 18, 255.00, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20895, 1872, 'Melisa', 651, 17, 18, 13.52, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20896, 1872, 'Melisa', 3091, 18, 18, 46.63, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20897, 1872, 'Melisa', 57, 2, 18, 6.12, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20898, 1872, 'Melisa', 3379, 7, 18, 10.29, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20899, 1872, 'Melisa', 925, 5, 18, 92.22, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20900, 1872, 'Melisa', 4093, 18, 18, 32.85, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20901, 1872, 'Melisa', 1305, 15, 18, 43.04, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20902, 1872, 'Melisa', 6014, 11, 18, 4160.00, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20903, 1872, 'Melisa', 3223, 5, 18, 102.71, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20904, 1872, 'Melisa', 1230, 14, 18, 32.23, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20905, 1872, 'Melisa', 5579, 10, 18, 84.93, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20906, 1872, 'Melisa', 1719, 5, 18, 1.07, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20907, 1872, 'Melisa', 3894, 11, 18, 868.14, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20908, 1872, 'Melisa', 2457, 19, 18, 3.50, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20909, 1872, 'Melisa', 3547, 13, 18, 50.99, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20910, 1872, 'Melisa', 4732, 14, 18, 421.19, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20911, 1872, 'Melisa', 6047, 15, 18, 14.69, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20912, 1872, 'Melisa', 3788, 19, 18, 20.59, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20913, 1872, 'Melisa', 2030, 4, 18, 257.92, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20914, 1872, 'Melisa', 3591, 12, 18, 12.52, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20915, 1872, 'Melisa', 1525, 19, 18, 137.69, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:03'),
(20916, 1872, 'Melisa', 1062, 4, 18, 7.73, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20917, 1872, 'Melisa', 5743, 16, 18, 10.39, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20918, 1872, 'Melisa', 1797, 7, 18, 15.45, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20919, 1872, 'Melisa', 5069, 14, 18, 38.36, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20920, 1872, 'Melisa', 6102, 15, 18, 30.89, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20921, 1872, 'Melisa', 5971, 17, 18, 31.79, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20922, 1872, 'Melisa', 2025, 19, 18, 41.20, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20923, 1872, 'Melisa', 2682, 14, 18, 27.71, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20924, 1872, 'Melisa', 4007, 12, 18, 824.68, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20925, 1872, 'Melisa', 2144, 10, 18, 33.31, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20926, 1872, 'Melisa', 1747, 17, 18, 35.02, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20927, 1872, 'Melisa', 2397, 2, 18, 7.66, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20928, 1872, 'Melisa', 5529, 1, 18, 10.22, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20929, 1872, 'Melisa', 2699, 14, 18, 41.19, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20930, 1872, 'Melisa', 1536, 2, 18, 74.92, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20931, 1872, 'Melisa', 2853, 14, 18, 37.75, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20932, 1872, 'Melisa', 1285, 10, 18, 13.31, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20933, 1872, 'Melisa', 992, 5, 18, 459.00, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20934, 1872, 'Melisa', 5973, 17, 18, 25.49, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20935, 1872, 'Melisa', 2232, 19, 18, 57.75, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20936, 1872, 'Melisa', 3259, 7, 18, 8.39, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20937, 1872, 'Melisa', 478, 19, 18, 13.71, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20938, 1872, 'Melisa', 4502, 16, 18, 918.00, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20939, 1872, 'Melisa', 4830, 12, 18, 10.09, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20940, 1872, 'Melisa', 2447, 19, 18, 176.74, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20941, 1872, 'Melisa', 4822, 12, 18, 20.97, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20942, 1872, 'Melisa', 5765, 13, 18, 8.99, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20943, 1872, 'Melisa', 2675, 10, 18, 10.19, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20944, 1872, 'Melisa', 3342, 7, 18, 16.31, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20945, 1872, 'Melisa', 6107, 11, 18, 13.75, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20946, 1872, 'Melisa', 1894, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20947, 1872, 'Melisa', 803, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20948, 1872, 'Melisa', 949, 5, 18, 0.30, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20949, 1872, 'Melisa', 1827, 19, 18, 0.12, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20950, 1872, 'Melisa', 1844, 19, 18, 0.32, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20951, 1872, 'Melisa', 734, 19, 18, 0.23, 1, 1, 'ai_bid', '2024-06-15 17:33:04', '2024-06-15 17:33:04', '2024-06-16 17:34:04'),
(20952, 1798, 'Feelyards', 3256, 5, NULL, 501.00, 1, 1, 'manual_bid', '2024-06-15 20:22:57', '2024-06-15 20:22:57', '2024-06-16 20:23:03'),
(20953, 1798, 'Feelyards', 4078, 5, NULL, 45.00, 1, 1, 'manual_bid', '2024-06-15 20:26:12', '2024-06-15 20:26:12', '2024-06-16 20:27:02'),
(20954, 1869, 'Anatoliy fast store', 5028, 13, 17, 223.59, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:02'),
(20955, 1869, 'Anatoliy fast store', 1198, 15, 17, 2.27, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20956, 1869, 'Anatoliy fast store', 4928, 12, 17, 51.77, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20957, 1869, 'Anatoliy fast store', 5538, 10, 17, 239.57, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20958, 1869, 'Anatoliy fast store', 859, 19, 17, 14.95, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20959, 1869, 'Anatoliy fast store', 201, 10, 17, 205.63, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20960, 1869, 'Anatoliy fast store', 3799, 13, 17, 386.82, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20961, 1869, 'Anatoliy fast store', 1747, 17, 17, 35.70, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20962, 1869, 'Anatoliy fast store', 2847, 14, 17, 3232.00, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20963, 1869, 'Anatoliy fast store', 3804, 4, 17, 242.40, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20964, 1869, 'Anatoliy fast store', 3868, 16, 17, 109.12, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20965, 1869, 'Anatoliy fast store', 4864, 12, 17, 471.74, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20966, 1869, 'Anatoliy fast store', 5274, 16, 17, 152.50, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20967, 1869, 'Anatoliy fast store', 3489, 10, 17, 10.29, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20968, 1869, 'Anatoliy fast store', 2714, 14, 17, 126.51, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20969, 1869, 'Anatoliy fast store', 3404, 15, 17, 15.16, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20970, 1869, 'Anatoliy fast store', 1070, 19, 17, 790.40, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20971, 1869, 'Anatoliy fast store', 442, 16, 17, 204.00, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20972, 1869, 'Anatoliy fast store', 411, 2, 17, 33.30, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20973, 1869, 'Anatoliy fast store', 2336, 18, 17, 45.45, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20974, 1869, 'Anatoliy fast store', 5712, 15, 17, 211.05, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20975, 1869, 'Anatoliy fast store', 2778, 14, 17, 31.38, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20976, 1869, 'Anatoliy fast store', 1991, 18, 17, 36.71, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20977, 1869, 'Anatoliy fast store', 1978, 19, 17, 12.59, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20978, 1869, 'Anatoliy fast store', 3471, 14, 17, 88.19, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20979, 1869, 'Anatoliy fast store', 615, 7, 17, 18.54, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20980, 1869, 'Anatoliy fast store', 5203, 16, 17, 164.21, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20981, 1869, 'Anatoliy fast store', 5093, 13, 17, 155.52, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20982, 1869, 'Anatoliy fast store', 1658, 17, 17, 117.29, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20983, 1869, 'Anatoliy fast store', 6123, 11, 17, 19.56, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20984, 1869, 'Anatoliy fast store', 704, 19, 17, 49.88, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20985, 1869, 'Anatoliy fast store', 1770, 14, 17, 105.99, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20986, 1869, 'Anatoliy fast store', 169, 16, 17, 1698.47, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20987, 1869, 'Anatoliy fast store', 104, 2, 17, 33.69, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20988, 1869, 'Anatoliy fast store', 4062, 18, 17, 23.56, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20989, 1869, 'Anatoliy fast store', 4676, 12, 17, 51.16, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20990, 1869, 'Anatoliy fast store', 3586, 17, 17, 5.76, 1, 1, 'ai_bid', '2024-06-16 12:47:03', '2024-06-16 12:47:03', '2024-06-17 12:48:04'),
(20991, 1869, 'Anatoliy fast store', 5773, 13, 17, 15.27, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20992, 1869, 'Anatoliy fast store', 3758, 7, 17, 62.74, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20993, 1869, 'Anatoliy fast store', 2966, 15, 17, 525.00, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20994, 1869, 'Anatoliy fast store', 4537, 16, 17, 526.04, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20995, 1869, 'Anatoliy fast store', 2221, 19, 17, 39.39, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20996, 1869, 'Anatoliy fast store', 6043, 15, 17, 7.04, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20997, 1869, 'Anatoliy fast store', 5241, 14, 17, 32.60, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20998, 1869, 'Anatoliy fast store', 5812, 17, 17, 1.52, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:04'),
(20999, 1869, 'Anatoliy fast store', 1277, 10, 17, 34.47, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21000, 1869, 'Anatoliy fast store', 111, 2, 17, 911.98, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21001, 1869, 'Anatoliy fast store', 3979, 5, 17, 1530.00, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21002, 1869, 'Anatoliy fast store', 5123, 16, 17, 391.14, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21003, 1869, 'Anatoliy fast store', 607, 19, 17, 2520.00, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21004, 1869, 'Anatoliy fast store', 768, 7, 17, 4.50, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21005, 1869, 'Anatoliy fast store', 4948, 14, 17, 19.76, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21006, 1869, 'Anatoliy fast store', 3343, 7, 17, 20.80, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21007, 1869, 'Anatoliy fast store', 3215, 4, 17, 9.17, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21008, 1869, 'Anatoliy fast store', 2346, 1, 17, 163.03, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21009, 1869, 'Anatoliy fast store', 101, 2, 17, 298.05, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21010, 1869, 'Anatoliy fast store', 2407, 2, 17, 73.23, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21011, 1869, 'Anatoliy fast store', 4684, 12, 17, 35.44, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21012, 1869, 'Anatoliy fast store', 1701, 5, 17, 6.57, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21013, 1869, 'Anatoliy fast store', 669, 19, 17, 20.80, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21014, 1869, 'Anatoliy fast store', 4638, 15, 17, 80.43, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21015, 1869, 'Anatoliy fast store', 1539, 14, 17, 12.66, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21016, 1869, 'Anatoliy fast store', 883, 7, 17, 4.64, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21017, 1869, 'Anatoliy fast store', 436, 13, 17, 72.66, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21018, 1869, 'Anatoliy fast store', 3423, 14, 17, 22.20, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21019, 1869, 'Anatoliy fast store', 1597, 13, 17, 2.23, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21020, 1869, 'Anatoliy fast store', 2658, 14, 17, 20.79, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21021, 1869, 'Anatoliy fast store', 1752, 2, 17, 113.79, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21022, 1869, 'Anatoliy fast store', 820, 18, 17, 24.89, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21023, 1869, 'Anatoliy fast store', 373, 2, 17, 12.78, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21024, 1869, 'Anatoliy fast store', 5020, 14, 17, 21.78, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21025, 1869, 'Anatoliy fast store', 5381, 14, 17, 14.26, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21026, 1869, 'Anatoliy fast store', 1829, 5, 17, 0.78, 1, 1, 'ai_bid', '2024-06-16 12:47:04', '2024-06-16 12:47:04', '2024-06-17 12:48:05'),
(21027, 1866, 'Tetyana store', 2120, 19, 16, 121.80, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21028, 1866, 'Tetyana store', 4544, 14, 16, 306.80, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21029, 1866, 'Tetyana store', 952, 5, 16, 5.41, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21030, 1866, 'Tetyana store', 3897, 2, 16, 101.31, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21031, 1866, 'Tetyana store', 1269, 19, 16, 112.20, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21032, 1866, 'Tetyana store', 2320, 5, 16, 396.94, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21033, 1866, 'Tetyana store', 1020, 5, 16, 6.26, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21034, 1866, 'Tetyana store', 5597, 10, 16, 73.12, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21035, 1866, 'Tetyana store', 5941, 15, 16, 8497.50, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21036, 1866, 'Tetyana store', 3199, 5, 16, 118.64, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21037, 1866, 'Tetyana store', 4501, 16, 16, 306.64, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21038, 1866, 'Tetyana store', 3179, 4, 16, 75.75, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21039, 1866, 'Tetyana store', 2363, 19, 16, 16.59, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21040, 1866, 'Tetyana store', 5098, 16, 16, 26.49, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21041, 1866, 'Tetyana store', 5519, 10, 16, 817.01, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21042, 1866, 'Tetyana store', 1292, 14, 16, 33.45, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21043, 1866, 'Tetyana store', 6167, 11, 16, 11.41, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21044, 1866, 'Tetyana store', 1617, 17, 16, 16.41, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21045, 1866, 'Tetyana store', 3684, 18, 16, 427.86, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21046, 1866, 'Tetyana store', 4869, 14, 16, 11.65, 1, 1, 'ai_bid', '2024-06-16 13:49:20', '2024-06-16 13:49:20', '2024-06-17 13:50:04'),
(21047, 1866, 'Tetyana store', 4667, 12, 16, 12.78, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21048, 1866, 'Tetyana store', 293, 5, 16, 14.36, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21049, 1866, 'Tetyana store', 3606, 13, 16, 10.02, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21050, 1866, 'Tetyana store', 2310, 2, 16, 1557.14, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21051, 1866, 'Tetyana store', 6081, 1, 16, 17.83, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21052, 1866, 'Tetyana store', 5397, 14, 16, 31.50, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21053, 1866, 'Tetyana store', 1956, 19, 16, 10.57, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21054, 1866, 'Tetyana store', 266, 18, 16, 17.08, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21055, 1866, 'Tetyana store', 121, 7, 16, 4.65, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21056, 1866, 'Tetyana store', 1622, 19, 16, 29.12, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21057, 1866, 'Tetyana store', 920, 5, 16, 46.41, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21058, 1866, 'Tetyana store', 4334, 15, 16, 9.36, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21059, 1866, 'Tetyana store', 1289, 15, 16, 51.36, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21060, 1866, 'Tetyana store', 5000, 13, 16, 21.00, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21061, 1866, 'Tetyana store', 1645, 17, 16, 3.77, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21062, 1866, 'Tetyana store', 940, 5, 16, 71.19, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21063, 1866, 'Tetyana store', 3483, 14, 16, 1766.96, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21064, 1866, 'Tetyana store', 3858, 16, 16, 75.25, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21065, 1866, 'Tetyana store', 3266, 7, 16, 242.41, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21066, 1866, 'Tetyana store', 2063, 13, 16, 4.98, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21067, 1866, 'Tetyana store', 2055, 4, 16, 244.65, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21068, 1866, 'Tetyana store', 2714, 14, 16, 128.97, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21069, 1866, 'Tetyana store', 3550, 12, 16, 7.67, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21070, 1866, 'Tetyana store', 4662, 12, 16, 30.23, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21071, 1866, 'Tetyana store', 2247, 19, 16, 51.50, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21072, 1866, 'Tetyana store', 3154, 4, 16, 34.63, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21073, 1866, 'Tetyana store', 5821, 17, 16, 67.01, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21074, 1866, 'Tetyana store', 2405, 19, 16, 153.70, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:04'),
(21075, 1866, 'Tetyana store', 4325, 18, 16, 28.07, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21076, 1866, 'Tetyana store', 2277, 16, 16, 31.29, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21077, 1866, 'Tetyana store', 2508, 16, 16, 52.49, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21078, 1866, 'Tetyana store', 2513, 16, 16, 393.70, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21079, 1866, 'Tetyana store', 6098, 15, 16, 20.78, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21080, 1866, 'Tetyana store', 5434, 17, 16, 18.25, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21081, 1866, 'Tetyana store', 104, 2, 16, 34.69, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21082, 1866, 'Tetyana store', 4107, 14, 16, 9.87, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21083, 1866, 'Tetyana store', 3737, 10, 16, 70.67, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21084, 1866, 'Tetyana store', 3651, 10, 16, 34.59, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21085, 1866, 'Tetyana store', 4515, 16, 16, 55.07, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21086, 1866, 'Tetyana store', 5889, 13, 16, 11.65, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21087, 1866, 'Tetyana store', 885, 12, 16, 163.19, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21088, 1866, 'Tetyana store', 5421, 12, 16, 7.37, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21089, 1866, 'Tetyana store', 2236, 19, 16, 20.60, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21090, 1866, 'Tetyana store', 5950, 17, 16, 147.00, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21091, 1866, 'Tetyana store', 2673, 14, 16, 17.71, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21092, 1866, 'Tetyana store', 219, 12, 16, 31.84, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21093, 1866, 'Tetyana store', 2862, 14, 16, 29.86, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21094, 1866, 'Tetyana store', 4192, 14, 16, 21.62, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21095, 1866, 'Tetyana store', 3832, 16, 16, 6.12, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21096, 1866, 'Tetyana store', 299, 5, 16, 2.59, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21097, 1866, 'Tetyana store', 5489, 7, 16, 2.12, 1, 1, 'ai_bid', '2024-06-16 13:49:21', '2024-06-16 13:49:21', '2024-06-17 13:50:05'),
(21098, 1872, 'Melisa', 832, 13, 18, 11.58, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:02'),
(21099, 1872, 'Melisa', 5150, 13, 18, 253.50, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:03'),
(21100, 1872, 'Melisa', 3221, 4, 18, 21.31, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:03'),
(21101, 1872, 'Melisa', 1012, 16, 18, 2330.56, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:03'),
(21102, 1872, 'Melisa', 5999, 11, 18, 254.40, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:03'),
(21103, 1872, 'Melisa', 2032, 19, 18, 40.17, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:03'),
(21104, 1872, 'Melisa', 922, 18, 18, 42.42, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:03'),
(21105, 1872, 'Melisa', 6036, 15, 18, 47.63, 1, 1, 'ai_bid', '2024-06-16 18:46:03', '2024-06-16 18:46:03', '2024-06-17 18:47:03'),
(21106, 1872, 'Melisa', 2873, 14, 18, 25.99, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21107, 1872, 'Melisa', 5373, 14, 18, 51.97, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21108, 1872, 'Melisa', 919, 7, 18, 314.99, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21109, 1872, 'Melisa', 2893, 14, 18, 11.10, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21110, 1872, 'Melisa', 2113, 10, 18, 9.16, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21111, 1872, 'Melisa', 3054, 2, 18, 699.03, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21112, 1872, 'Melisa', 3183, 19, 18, 5033.94, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21113, 1872, 'Melisa', 4234, 18, 18, 41.03, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21114, 1872, 'Melisa', 3989, 18, 18, 83.22, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21115, 1872, 'Melisa', 2183, 19, 18, 20.59, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21116, 1872, 'Melisa', 1509, 15, 18, 94.91, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21117, 1872, 'Melisa', 935, 5, 18, 3.15, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21118, 1872, 'Melisa', 5980, 17, 18, 20.36, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21119, 1872, 'Melisa', 1116, 16, 18, 92.56, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21120, 1872, 'Melisa', 724, 1, 18, 38.34, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21121, 1872, 'Melisa', 4994, 14, 18, 21.19, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21122, 1872, 'Melisa', 1177, 19, 18, 5.94, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21123, 1872, 'Melisa', 2133, 19, 18, 130.00, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21124, 1872, 'Melisa', 2460, 2, 18, 9.24, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21125, 1872, 'Melisa', 1933, 18, 18, 34.90, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:03'),
(21126, 1872, 'Melisa', 2346, 1, 18, 166.19, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21127, 1872, 'Melisa', 5515, 10, 18, 42.98, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21128, 1872, 'Melisa', 300, 5, 18, 8.82, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21129, 1872, 'Melisa', 3132, 4, 18, 138.50, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21130, 1872, 'Melisa', 3696, 18, 18, 29.99, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21131, 1872, 'Melisa', 86, 2, 18, 142.80, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21132, 1872, 'Melisa', 6088, 11, 18, 72.10, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21133, 1872, 'Melisa', 2385, 2, 18, 9.81, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21134, 1872, 'Melisa', 3866, 15, 18, 212.00, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21135, 1872, 'Melisa', 1467, 19, 18, 12.84, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21136, 1872, 'Melisa', 80, 2, 18, 94.50, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21137, 1872, 'Melisa', 1331, 14, 18, 4.79, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21138, 1872, 'Melisa', 4804, 12, 18, 21.48, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21139, 1872, 'Melisa', 5066, 14, 18, 20.19, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21140, 1872, 'Melisa', 3704, 18, 18, 78.69, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21141, 1872, 'Melisa', 463, 19, 18, 567.53, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21142, 1872, 'Melisa', 392, 10, 18, 114.28, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21143, 1872, 'Melisa', 1879, 19, 18, 44.29, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21144, 1872, 'Melisa', 505, 19, 18, 5169.85, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21145, 1872, 'Melisa', 1221, 14, 18, 124.19, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21146, 1872, 'Melisa', 4779, 12, 18, 41.19, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21147, 1872, 'Melisa', 2693, 14, 18, 10.39, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21148, 1872, 'Melisa', 1245, 19, 18, 10.35, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21149, 1872, 'Melisa', 5074, 16, 18, 23.68, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21150, 1872, 'Melisa', 2794, 10, 18, 16.14, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21151, 1872, 'Melisa', 1530, 15, 18, 14.04, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21152, 1872, 'Melisa', 4225, 14, 18, 33.90, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21153, 1872, 'Melisa', 852, 19, 18, 27.49, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21154, 1872, 'Melisa', 4090, 18, 18, 9.44, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21155, 1872, 'Melisa', 2297, 19, 18, 4.12, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21156, 1872, 'Melisa', 2784, 14, 18, 13.91, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21157, 1872, 'Melisa', 2221, 19, 18, 40.56, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21158, 1872, 'Melisa', 2462, 2, 18, 3.14, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21159, 1872, 'Melisa', 752, 19, 18, 1.01, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21160, 1872, 'Melisa', 949, 5, 18, 0.31, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21161, 1872, 'Melisa', 1844, 19, 18, 0.32, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21162, 1872, 'Melisa', 1811, 5, 18, 0.20, 1, 1, 'ai_bid', '2024-06-16 18:46:04', '2024-06-16 18:46:04', '2024-06-17 18:47:04'),
(21163, 1798, 'Feelyards', 3256, 5, NULL, 501.00, 1, 1, 'manual_bid', '2024-06-16 23:05:33', '2024-06-16 23:05:33', '2024-06-17 23:06:02'),
(21164, 1798, 'Feelyards', 4084, 5, NULL, 61.00, 1, 1, 'manual_bid', '2024-06-16 23:07:02', '2024-06-16 23:07:02', '2024-06-17 23:07:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(21165, 1869, 'Anatoliy fast store', 379, 2, 17, 7.14, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21166, 1869, 'Anatoliy fast store', 4157, 14, 17, 91.15, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21167, 1869, 'Anatoliy fast store', 1280, 19, 17, 21.29, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21168, 1869, 'Anatoliy fast store', 2121, 19, 17, 4.19, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21169, 1869, 'Anatoliy fast store', 675, 19, 17, 31.50, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21170, 1869, 'Anatoliy fast store', 6026, 11, 17, 12.12, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21171, 1869, 'Anatoliy fast store', 521, 18, 17, 66.03, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21172, 1869, 'Anatoliy fast store', 1965, 18, 17, 13.50, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21173, 1869, 'Anatoliy fast store', 2663, 14, 17, 1309.36, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21174, 1869, 'Anatoliy fast store', 3694, 14, 17, 488.20, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21175, 1869, 'Anatoliy fast store', 5123, 16, 17, 372.69, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21176, 1869, 'Anatoliy fast store', 1035, 19, 17, 123.60, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21177, 1869, 'Anatoliy fast store', 4388, 14, 17, 11.22, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21178, 1869, 'Anatoliy fast store', 3972, 17, 17, 13.71, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21179, 1869, 'Anatoliy fast store', 4464, 15, 17, 25.49, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21180, 1869, 'Anatoliy fast store', 4046, 13, 17, 10.39, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21181, 1869, 'Anatoliy fast store', 2789, 10, 17, 41.17, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21182, 1869, 'Anatoliy fast store', 401, 16, 17, 258.56, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21183, 1869, 'Anatoliy fast store', 1254, 18, 17, 9360.00, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21184, 1869, 'Anatoliy fast store', 530, 17, 17, 13.35, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21185, 1869, 'Anatoliy fast store', 4343, 18, 17, 169.67, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21186, 1869, 'Anatoliy fast store', 2172, 17, 17, 28.09, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21187, 1869, 'Anatoliy fast store', 4647, 5, 17, 81.80, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21188, 1869, 'Anatoliy fast store', 2892, 15, 17, 313.03, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21189, 1869, 'Anatoliy fast store', 1515, 19, 17, 364.00, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21190, 1869, 'Anatoliy fast store', 149, 18, 17, 70.69, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21191, 1869, 'Anatoliy fast store', 2376, 10, 17, 121.41, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21192, 1869, 'Anatoliy fast store', 3108, 2, 17, 261.45, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21193, 1869, 'Anatoliy fast store', 5548, 10, 17, 32.63, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21194, 1869, 'Anatoliy fast store', 1061, 17, 17, 16.59, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21195, 1869, 'Anatoliy fast store', 2885, 14, 17, 28.34, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21196, 1869, 'Anatoliy fast store', 5227, 13, 17, 16.95, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21197, 1869, 'Anatoliy fast store', 3982, 5, 17, 157.94, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21198, 1869, 'Anatoliy fast store', 5443, 16, 17, 23.22, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21199, 1869, 'Anatoliy fast store', 1629, 19, 17, 10.06, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21200, 1869, 'Anatoliy fast store', 5010, 13, 17, 43.04, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21201, 1869, 'Anatoliy fast store', 4349, 15, 17, 5.09, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21202, 1869, 'Anatoliy fast store', 5056, 11, 17, 42.39, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21203, 1869, 'Anatoliy fast store', 2194, 19, 17, 9.54, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21204, 1869, 'Anatoliy fast store', 2737, 18, 17, 745.18, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21205, 1869, 'Anatoliy fast store', 4019, 17, 17, 47.83, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21206, 1869, 'Anatoliy fast store', 4364, 16, 17, 11.22, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21207, 1869, 'Anatoliy fast store', 5546, 10, 17, 439.19, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21208, 1869, 'Anatoliy fast store', 3512, 10, 17, 515.52, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:02'),
(21209, 1869, 'Anatoliy fast store', 1930, 18, 17, 38.76, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21210, 1869, 'Anatoliy fast store', 3335, 7, 17, 21.40, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21211, 1869, 'Anatoliy fast store', 757, 7, 17, 213.26, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21212, 1869, 'Anatoliy fast store', 5246, 14, 17, 61.48, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21213, 1869, 'Anatoliy fast store', 4649, 15, 17, 31.92, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21214, 1869, 'Anatoliy fast store', 1095, 19, 17, 8.15, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21215, 1869, 'Anatoliy fast store', 6079, 15, 17, 10.19, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21216, 1869, 'Anatoliy fast store', 1314, 15, 17, 146.45, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21217, 1869, 'Anatoliy fast store', 5481, 17, 17, 166.40, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21218, 1869, 'Anatoliy fast store', 5187, 16, 17, 91.09, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21219, 1869, 'Anatoliy fast store', 788, 18, 17, 35.18, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21220, 1869, 'Anatoliy fast store', 3073, 2, 17, 118.72, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21221, 1869, 'Anatoliy fast store', 708, 19, 17, 18.45, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21222, 1869, 'Anatoliy fast store', 893, 7, 17, 72.79, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21223, 1869, 'Anatoliy fast store', 4505, 16, 17, 96.90, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21224, 1869, 'Anatoliy fast store', 2649, 18, 17, 6.57, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21225, 1869, 'Anatoliy fast store', 1387, 15, 17, 30.10, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21226, 1869, 'Anatoliy fast store', 5570, 10, 17, 193.64, 1, 1, 'ai_bid', '2024-06-17 14:00:04', '2024-06-17 14:00:04', '2024-06-18 14:01:03'),
(21227, 1869, 'Anatoliy fast store', 1582, 4, 17, 9.24, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21228, 1869, 'Anatoliy fast store', 3482, 10, 17, 5.15, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21229, 1869, 'Anatoliy fast store', 4859, 12, 17, 7.59, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21230, 1869, 'Anatoliy fast store', 3809, 15, 17, 17.31, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21231, 1869, 'Anatoliy fast store', 952, 5, 17, 5.36, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21232, 1869, 'Anatoliy fast store', 4219, 5, 17, 1.27, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21233, 1869, 'Anatoliy fast store', 5462, 7, 17, 27.29, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21234, 1869, 'Anatoliy fast store', 1017, 12, 17, 2.34, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21235, 1869, 'Anatoliy fast store', 2180, 19, 17, 14.42, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21236, 1869, 'Anatoliy fast store', 5550, 10, 17, 9.26, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21237, 1869, 'Anatoliy fast store', 4832, 17, 17, 16.61, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21238, 1869, 'Anatoliy fast store', 364, 10, 17, 65.44, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21239, 1869, 'Anatoliy fast store', 3806, 15, 17, 15.89, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21240, 1869, 'Anatoliy fast store', 1403, 15, 17, 8.17, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21241, 1869, 'Anatoliy fast store', 1432, 15, 17, 8.15, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21242, 1869, 'Anatoliy fast store', 634, 5, 17, 1.05, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21243, 1869, 'Anatoliy fast store', 4523, 16, 17, 3.18, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21244, 1869, 'Anatoliy fast store', 5764, 13, 17, 1.48, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21245, 1869, 'Anatoliy fast store', 949, 5, 17, 0.31, 1, 1, 'ai_bid', '2024-06-17 14:00:05', '2024-06-17 14:00:05', '2024-06-18 14:01:03'),
(21246, 1872, 'Melisa', 254, 17, 18, 53.24, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:04'),
(21247, 1872, 'Melisa', 2395, 2, 18, 14.59, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21248, 1872, 'Melisa', 6051, 15, 18, 15.14, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21249, 1872, 'Melisa', 2646, 14, 18, 123.71, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21250, 1872, 'Melisa', 4957, 11, 18, 3504.06, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21251, 1872, 'Melisa', 4984, 11, 18, 3339.00, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21252, 1872, 'Melisa', 4174, 14, 18, 555.45, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21253, 1872, 'Melisa', 4160, 14, 18, 1128.12, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21254, 1872, 'Melisa', 4163, 5, 18, 1518.40, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21255, 1872, 'Melisa', 5578, 10, 18, 1129.80, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21256, 1872, 'Melisa', 2947, 12, 18, 510.00, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21257, 1872, 'Melisa', 2983, 10, 18, 103.01, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21258, 1872, 'Melisa', 1023, 5, 18, 157.08, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21259, 1872, 'Melisa', 3225, 5, 18, 1.16, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21260, 1872, 'Melisa', 4596, 5, 18, 28.59, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21261, 1872, 'Melisa', 4647, 5, 18, 82.61, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21262, 1872, 'Melisa', 4750, 12, 18, 67.22, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21263, 1872, 'Melisa', 3573, 12, 18, 1878.72, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21264, 1872, 'Melisa', 2364, 18, 18, 13.05, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21265, 1872, 'Melisa', 732, 17, 18, 61.22, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21266, 1872, 'Melisa', 4040, 18, 18, 21.04, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21267, 1872, 'Melisa', 428, 18, 18, 93.55, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21268, 1872, 'Melisa', 1930, 18, 18, 39.14, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21269, 1872, 'Melisa', 2564, 19, 18, 2845.80, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21270, 1872, 'Melisa', 1745, 2, 18, 103.88, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21271, 1872, 'Melisa', 5639, 10, 18, 5.13, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21272, 1872, 'Melisa', 3422, 14, 18, 11.58, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21273, 1872, 'Melisa', 1469, 10, 18, 1.33, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21274, 1872, 'Melisa', 4483, 16, 18, 3.15, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21275, 1872, 'Melisa', 1887, 5, 18, 1.64, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21276, 1872, 'Melisa', 803, 19, 18, 0.21, 1, 1, 'ai_bid', '2024-06-17 19:59:03', '2024-06-17 19:59:03', '2024-06-18 20:00:05'),
(21277, 1798, 'Feelyards', 139, 7, NULL, 501.00, 1, 1, 'manual_bid', '2024-06-18 01:23:38', '2024-06-18 01:23:38', '2024-06-19 01:24:02'),
(21278, 1798, 'Feelyards', 2302, 2, NULL, 78.00, 1, 1, 'manual_bid', '2024-06-18 01:25:29', '2024-06-18 01:25:29', '2024-06-19 01:26:02'),
(21279, 1798, 'Feelyards', 4177, 5, NULL, 500.00, 1, 1, 'manual_bid', '2024-06-19 03:59:43', '2024-06-19 03:59:43', '2024-06-20 04:00:04'),
(21280, 1798, 'Feelyards', 4849, 12, NULL, 96.00, 1, 1, 'manual_bid', '2024-06-19 04:01:01', '2024-06-19 04:01:01', '2024-06-20 04:01:03'),
(21281, 1876, 'Etiuko', 4741, 12, NULL, 11.00, 4, 1, 'manual_bid', '2024-06-19 17:47:43', '2024-06-19 17:47:43', '2024-06-20 17:48:02'),
(21282, 1876, 'Etiuko', 996, 5, NULL, 57.00, 1, 1, 'manual_bid', '2024-06-19 18:03:08', '2024-06-19 18:03:08', '2024-06-20 18:04:03'),
(21283, 1876, 'Etiuko', 935, 5, NULL, 4.00, 2, 1, 'manual_bid', '2024-06-19 18:41:37', '2024-06-19 18:41:37', '2024-06-20 18:42:03'),
(21284, 1798, 'Feelyards', 3132, 4, NULL, 132.00, 4, 1, 'manual_bid', '2024-06-20 17:18:20', '2024-06-20 17:18:20', '2024-06-21 17:19:03'),
(21285, 1798, 'Feelyards', 297, 5, NULL, 43.00, 1, 1, 'manual_bid', '2024-06-20 17:23:23', '2024-06-20 17:23:23', '2024-06-21 17:24:03'),
(21286, 1798, 'Feelyards', 4070, 5, NULL, 21.00, 2, 1, 'manual_bid', '2024-06-20 17:27:26', '2024-06-20 17:27:26', '2024-06-21 17:28:02'),
(21287, 1876, 'Etiuko', 4811, 12, NULL, 64.00, 1, 1, 'manual_bid', '2024-06-21 02:59:07', '2024-06-21 02:59:07', '2024-06-22 03:00:03'),
(21288, 1876, 'Etiuko', 4806, 12, NULL, 29.00, 1, 1, 'manual_bid', '2024-06-21 03:03:26', '2024-06-21 03:03:26', '2024-06-22 03:04:02'),
(21289, 1876, 'Etiuko', 2852, 12, NULL, 17.80, 1, 1, 'manual_bid', '2024-06-21 03:12:38', '2024-06-21 03:12:38', '2024-06-22 03:13:02'),
(21290, 1881, 'Almeida', 99, 2, NULL, 1960.00, 1, 1, 'manual_bid', '2024-06-22 02:46:56', '2024-06-22 02:46:56', '2024-06-23 02:47:02'),
(21291, 1881, 'Almeida', 99, 2, NULL, 98.00, 1, 2, 'manual_bid', '2024-06-22 02:48:07', '2024-06-22 02:48:07', '2024-06-23 02:49:03'),
(21292, 1881, 'Almeida', 2314, 2, NULL, 1150.00, 1, 1, 'manual_bid', '2024-06-22 02:49:47', '2024-06-22 02:49:47', '2024-06-23 02:50:04'),
(21293, 1881, 'Almeida', 2411, 2, NULL, 22.50, 1, 2, 'manual_bid', '2024-06-22 02:51:26', '2024-06-22 02:51:26', '2024-06-23 02:52:03'),
(21294, 1881, 'Almeida', 3098, 2, NULL, 6.80, 1, 2, 'manual_bid', '2024-06-22 02:52:24', '2024-06-22 02:52:24', '2024-06-23 02:53:02'),
(21295, 1881, 'Almeida', 132, 2, NULL, 49.50, 1, 2, 'manual_bid', '2024-06-22 02:53:52', '2024-06-22 02:53:52', '2024-06-23 02:54:02'),
(21296, 1881, 'Almeida', 87, 2, NULL, 10000.00, 1, 1, 'manual_bid', '2024-06-22 02:57:00', '2024-06-22 02:57:00', '2024-06-23 02:57:02'),
(21297, 1852, 'AdeganStoreGunty', 112, 2, NULL, 16.00, 1, 1, 'manual_bid', '2024-06-22 08:35:56', '2024-06-22 08:35:56', '2024-06-23 08:36:03'),
(21298, 1876, 'Etiuko', 4706, 12, NULL, 105.00, 1, 1, 'manual_bid', '2024-06-22 11:18:11', '2024-06-22 11:18:11', '2024-06-23 11:19:02'),
(21299, 1876, 'Etiuko', 2100, 5, NULL, 7.00, 1, 1, 'manual_bid', '2024-06-22 11:41:21', '2024-06-22 11:41:21', '2024-06-23 11:42:02'),
(21300, 1876, 'Etiuko', 1829, 5, NULL, 0.98, 1, 1, 'manual_bid', '2024-06-22 16:44:32', '2024-06-22 16:44:32', '2024-06-23 16:45:04'),
(21301, 1798, 'Feelyards', 5367, 13, NULL, 230.00, 2, 1, 'manual_bid', '2024-06-22 16:56:42', '2024-06-22 16:56:42', '2024-06-23 16:57:02'),
(21302, 1798, 'Feelyards', 1048, 19, NULL, 55.00, 3, 1, 'manual_bid', '2024-06-22 17:05:14', '2024-06-22 17:05:14', '2024-06-23 17:06:02'),
(21303, 1876, 'Etiuko', 1785, 12, NULL, 49.50, 2, 1, 'manual_bid', '2024-06-23 13:36:59', '2024-06-23 13:36:59', '2024-06-24 13:37:03'),
(21304, 1876, 'Etiuko', 4682, 12, NULL, 15.24, 1, 1, 'manual_bid', '2024-06-23 14:06:48', '2024-06-23 14:06:48', '2024-06-24 14:07:02'),
(21305, 1798, 'Feelyards', 5311, 14, NULL, 100.00, 2, 1, 'manual_bid', '2024-06-23 18:19:38', '2024-06-23 18:19:38', '2024-06-24 18:20:03'),
(21306, 1798, 'Feelyards', 4125, 14, NULL, 238.00, 1, 1, 'manual_bid', '2024-06-23 18:24:00', '2024-06-23 18:24:00', '2024-06-24 18:24:03'),
(21307, 1798, 'Feelyards', 5339, 14, NULL, 100.00, 2, 1, 'manual_bid', '2024-06-23 18:26:58', '2024-06-23 18:26:58', '2024-06-24 18:27:03'),
(21308, 1876, 'Etiuko', 857, 12, NULL, 92.00, 1, 1, 'manual_bid', '2024-06-24 17:04:05', '2024-06-24 17:04:05', '2024-06-25 17:05:03'),
(21309, 1876, 'Etiuko', 4835, 12, NULL, 25.51, 1, 1, 'manual_bid', '2024-06-24 17:16:38', '2024-06-24 17:16:38', '2024-06-25 17:17:02'),
(21310, 1798, 'Feelyards', 350, 15, NULL, 51.00, 1, 1, 'manual_bid', '2024-06-24 20:42:18', '2024-06-24 20:42:18', '2024-06-25 20:43:02'),
(21311, 1798, 'Feelyards', 1653, 16, NULL, 25.00, 4, 1, 'manual_bid', '2024-06-24 20:47:23', '2024-06-24 20:47:23', '2024-06-25 20:48:02'),
(21312, 1798, 'Feelyards', 861, 13, NULL, 200.00, 1, 1, 'manual_bid', '2024-06-24 20:51:45', '2024-06-24 20:51:45', '2024-06-25 20:52:02'),
(21313, 1798, 'Feelyards', 4083, 18, NULL, 50.00, 2, 1, 'manual_bid', '2024-06-24 20:56:25', '2024-06-24 20:56:25', '2024-06-25 20:57:02'),
(21314, 1798, 'Feelyards', 3456, 10, NULL, 100.00, 2, 1, 'manual_bid', '2024-06-24 21:08:33', '2024-06-24 21:08:33', '2024-06-25 21:09:03'),
(21315, 1881, 'Almeida', 3072, 2, NULL, 1.53, 1, 2, 'manual_bid', '2024-06-24 21:54:21', '2024-06-24 21:54:21', '2024-06-25 21:55:04'),
(21316, 1881, 'Almeida', 1639, 4, NULL, 1.56, 1, 2, 'manual_bid', '2024-06-24 21:56:30', '2024-06-24 21:56:30', '2024-06-25 21:57:04'),
(21317, 1881, 'Almeida', 1058, 4, NULL, 4.75, 1, 2, 'manual_bid', '2024-06-24 21:58:03', '2024-06-24 21:58:03', '2024-06-25 21:58:03'),
(21318, 1881, 'Almeida', 4266, 5, NULL, 7.99, 1, 2, 'manual_bid', '2024-06-24 22:01:57', '2024-06-24 22:01:57', '2024-06-25 22:02:02'),
(21319, 1881, 'Almeida', 319, 7, NULL, 2.95, 1, 2, 'manual_bid', '2024-06-24 22:03:35', '2024-06-24 22:03:35', '2024-06-25 22:04:02'),
(21320, 1881, 'Almeida', 2574, 10, NULL, 9.74, 1, 2, 'manual_bid', '2024-06-24 22:05:20', '2024-06-24 22:05:20', '2024-06-25 22:06:03'),
(21321, 1881, 'Almeida', 2574, 10, NULL, 1.94, 1, 2, 'manual_bid', '2024-06-24 22:06:12', '2024-06-24 22:06:12', '2024-06-25 22:07:03'),
(21322, 1881, 'Almeida', 3878, 11, NULL, 2.39, 1, 2, 'manual_bid', '2024-06-24 22:10:50', '2024-06-24 22:10:50', '2024-06-25 22:11:03'),
(21323, 1852, 'AdeganStoreGunty', 930, 10, NULL, 14.10, 1, 1, 'manual_bid', '2024-06-25 01:27:51', '2024-06-25 01:27:51', '2024-06-26 01:28:03'),
(21324, 1876, 'Etiuko', 4647, 5, NULL, 90.00, 1, 1, 'manual_bid', '2024-06-25 19:15:05', '2024-06-25 19:15:05', '2024-06-26 19:15:05'),
(21325, 1876, 'Etiuko', 1809, 12, NULL, 29.86, 1, 1, 'manual_bid', '2024-06-25 19:33:07', '2024-06-25 19:33:07', '2024-06-26 19:34:03'),
(21326, 1798, 'Feelyards', 3153, 2, NULL, 400.00, 1, 1, 'manual_bid', '2024-06-25 22:20:48', '2024-06-25 22:20:48', '2024-06-26 22:21:02'),
(21327, 1798, 'Feelyards', 861, 13, NULL, 200.00, 1, 1, 'manual_bid', '2024-06-25 22:25:39', '2024-06-25 22:25:39', '2024-06-26 22:26:04'),
(21328, 1798, 'Feelyards', 2483, 7, NULL, 64.00, 1, 1, 'manual_bid', '2024-06-25 22:30:32', '2024-06-25 22:30:32', '2024-06-26 22:31:02'),
(21329, 1881, 'Almeida', 190, 16, 21, 262.50, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:11'),
(21330, 1881, 'Almeida', 749, 19, 21, 6.89, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21331, 1881, 'Almeida', 1742, 19, 21, 34.34, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21332, 1881, 'Almeida', 2182, 19, 21, 61.80, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21333, 1881, 'Almeida', 3439, 10, 21, 12.04, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21334, 1881, 'Almeida', 1128, 19, 21, 362.59, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21335, 1881, 'Almeida', 1898, 19, 21, 451.50, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21336, 1881, 'Almeida', 921, 5, 21, 78.00, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21337, 1881, 'Almeida', 3263, 7, 21, 6.96, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21338, 1881, 'Almeida', 3075, 2, 21, 12.99, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21339, 1881, 'Almeida', 340, 15, 21, 211.04, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21340, 1881, 'Almeida', 200, 7, 21, 8.27, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21341, 1881, 'Almeida', 4692, 14, 21, 997.50, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21342, 1881, 'Almeida', 2872, 19, 21, 2745.60, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21343, 1881, 'Almeida', 3213, 4, 21, 6.05, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21344, 1881, 'Almeida', 5797, 13, 21, 20.99, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21345, 1881, 'Almeida', 2210, 19, 21, 7.28, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21346, 1881, 'Almeida', 4085, 5, 21, 11.07, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21347, 1881, 'Almeida', 4851, 17, 21, 1237.24, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21348, 1881, 'Almeida', 2543, 19, 21, 88.40, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21349, 1881, 'Almeida', 2546, 14, 21, 185.39, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21350, 1881, 'Almeida', 1804, 19, 21, 85.64, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21351, 1881, 'Almeida', 2750, 14, 21, 246.75, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21352, 1881, 'Almeida', 1681, 19, 21, 17.60, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21353, 1881, 'Almeida', 1351, 2, 21, 214.24, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21354, 1881, 'Almeida', 435, 18, 21, 1801.99, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21355, 1881, 'Almeida', 5246, 14, 21, 60.32, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21356, 1881, 'Almeida', 1413, 14, 21, 11.32, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21357, 1881, 'Almeida', 2649, 18, 21, 6.76, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21358, 1881, 'Almeida', 1965, 18, 21, 13.63, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21359, 1881, 'Almeida', 3114, 2, 21, 11.44, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21360, 1881, 'Almeida', 1009, 5, 21, 9.54, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21361, 1881, 'Almeida', 4375, 16, 21, 84.80, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21362, 1881, 'Almeida', 2505, 19, 21, 50.99, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21363, 1881, 'Almeida', 5899, 17, 21, 2.07, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21364, 1881, 'Almeida', 5118, 13, 21, 326.40, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21365, 1881, 'Almeida', 160, 16, 21, 225.10, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21366, 1881, 'Almeida', 4436, 15, 21, 20.39, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21367, 1881, 'Almeida', 1597, 13, 21, 2.30, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21368, 1881, 'Almeida', 1811, 5, 21, 0.20, 1, 1, 'ai_bid', '2024-06-26 02:39:04', '2024-06-26 02:39:04', '2024-06-27 02:39:12'),
(21369, 1881, 'Almeida', 3057, 2, NULL, 14.00, 1, 1, 'manual_bid', '2024-06-26 02:49:16', '2024-06-26 02:49:16', '2024-06-27 02:50:09'),
(21370, 1881, 'Almeida', 109, 2, NULL, 27.50, 1, 1, 'manual_bid', '2024-06-26 02:51:23', '2024-06-26 02:51:23', '2024-06-27 02:52:02'),
(21371, 1881, 'Almeida', 3121, 4, NULL, 89.10, 1, 1, 'manual_bid', '2024-06-26 02:54:59', '2024-06-26 02:54:59', '2024-06-27 02:55:03'),
(21372, 1881, 'Almeida', 297, 5, NULL, 46.50, 1, 1, 'manual_bid', '2024-06-26 02:56:28', '2024-06-26 02:56:28', '2024-06-27 02:57:03'),
(21373, 1881, 'Almeida', 5483, 7, NULL, 12.90, 1, 1, 'manual_bid', '2024-06-26 02:58:59', '2024-06-26 02:58:59', '2024-06-27 02:59:05'),
(21374, 1881, 'Almeida', 4128, 5, NULL, 12.90, 1, 1, 'manual_bid', '2024-06-26 03:06:34', '2024-06-26 03:06:34', '2024-06-27 03:07:03'),
(21375, 1881, 'Almeida', 2477, 10, NULL, 27.50, 1, 1, 'manual_bid', '2024-06-26 03:09:08', '2024-06-26 03:09:08', '2024-06-27 03:10:08'),
(21376, 1881, 'Almeida', 611, 7, NULL, 11.00, 1, 1, 'manual_bid', '2024-06-26 03:12:57', '2024-06-26 03:12:57', '2024-06-27 03:13:02'),
(21377, 1881, 'Almeida', 6166, 11, NULL, 65.90, 1, 1, 'manual_bid', '2024-06-26 03:14:55', '2024-06-26 03:14:55', '2024-06-27 03:15:03'),
(21378, 1881, 'Almeida', 5433, 12, NULL, 3.90, 1, 2, 'manual_bid', '2024-06-26 03:18:20', '2024-06-26 03:18:20', '2024-06-27 03:19:03'),
(21379, 1881, 'Almeida', 3156, 4, NULL, 31.90, 1, 1, 'manual_bid', '2024-06-26 03:20:01', '2024-06-26 03:20:01', '2024-06-27 03:20:04'),
(21380, 1881, 'Almeida', 5453, 12, NULL, 278.30, 1, 1, 'manual_bid', '2024-06-26 03:21:35', '2024-06-26 03:21:35', '2024-06-27 03:22:03'),
(21381, 1881, 'Almeida', 5224, 13, NULL, 371.90, 1, 2, 'manual_bid', '2024-06-26 03:23:53', '2024-06-26 03:23:53', '2024-06-27 03:24:03'),
(21382, 1881, 'Almeida', 5119, 13, NULL, 67.00, 1, 1, 'manual_bid', '2024-06-26 03:27:40', '2024-06-26 03:27:40', '2024-06-27 03:28:02'),
(21383, 1881, 'Almeida', 1473, 14, NULL, 10.30, 1, 2, 'manual_bid', '2024-06-26 03:30:14', '2024-06-26 03:30:14', '2024-06-27 03:31:03'),
(21384, 1881, 'Almeida', 1277, 10, NULL, 37.20, 1, 1, 'manual_bid', '2024-06-26 03:48:53', '2024-06-26 03:48:53', '2024-06-27 03:49:02'),
(21385, 1881, 'Almeida', 2589, 14, NULL, 30.00, 1, 2, 'manual_bid', '2024-06-26 03:50:29', '2024-06-26 03:50:29', '2024-06-27 03:51:02'),
(21386, 1872, 'Melisa', 3141, 4, 22, 37.15, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21387, 1872, 'Melisa', 2747, 18, 22, 300.56, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21388, 1872, 'Melisa', 2715, 16, 22, 37.08, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21389, 1872, 'Melisa', 5594, 16, 22, 13.64, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21390, 1872, 'Melisa', 840, 1, 22, 191.89, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21391, 1872, 'Melisa', 2505, 19, 22, 51.99, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21392, 1872, 'Melisa', 4472, 15, 22, 292.95, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21393, 1872, 'Melisa', 5837, 11, 22, 53.56, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21394, 1872, 'Melisa', 3682, 18, 22, 4.41, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21395, 1872, 'Melisa', 1918, 17, 22, 8.95, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21396, 1872, 'Melisa', 2184, 17, 22, 4.72, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21397, 1872, 'Melisa', 1017, 12, 22, 2.34, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21398, 1872, 'Melisa', 803, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21399, 1872, 'Melisa', 1827, 19, 22, 0.13, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21400, 1872, 'Melisa', 949, 5, 22, 0.31, 1, 1, 'ai_bid', '2024-06-26 04:16:04', '2024-06-26 04:16:04', '2024-06-27 04:17:03'),
(21401, 1868, 'Marcelo Ltd', 5880, 13, NULL, 10.98, 1, 1, 'manual_bid', '2024-06-26 04:43:55', '2024-06-26 04:43:55', '2024-06-27 04:44:02'),
(21402, 1868, 'Marcelo Ltd', 4185, 5, NULL, 320.00, 1, 1, 'manual_bid', '2024-06-26 04:46:33', '2024-06-26 04:46:33', '2024-06-27 04:47:03'),
(21403, 1876, 'Etiuko', 1734, 12, NULL, 70.00, 1, 1, 'manual_bid', '2024-06-26 22:40:18', '2024-06-26 22:40:18', '2024-06-27 22:41:02'),
(21404, 1876, 'Etiuko', 4746, 12, NULL, 52.25, 1, 1, 'manual_bid', '2024-06-26 22:43:56', '2024-06-26 22:43:56', '2024-06-27 22:44:04'),
(21405, 1798, 'Feelyards', 3534, 13, NULL, 100.00, 2, 1, 'manual_bid', '2024-06-26 23:41:37', '2024-06-26 23:41:37', '2024-06-27 23:42:02'),
(21406, 1798, 'Feelyards', 5599, 10, NULL, 81.00, 1, 1, 'manual_bid', '2024-06-26 23:44:31', '2024-06-26 23:44:31', '2024-06-27 23:45:04'),
(21407, 1798, 'Feelyards', 3534, 13, NULL, 100.00, 1, 1, 'manual_bid', '2024-06-27 00:00:38', '2024-06-27 00:00:38', '2024-06-28 00:01:02'),
(21408, 1798, 'Feelyards', 1258, 18, NULL, 301.00, 1, 1, 'manual_bid', '2024-06-27 00:02:58', '2024-06-27 00:02:58', '2024-06-28 00:03:02'),
(21409, 1881, 'Almeida', 4755, 14, 21, 426.39, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21410, 1881, 'Almeida', 1914, 18, 21, 62.15, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21411, 1881, 'Almeida', 3430, 14, 21, 42.41, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21412, 1881, 'Almeida', 4191, 14, 21, 5.65, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21413, 1881, 'Almeida', 3745, 7, 21, 12.83, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21414, 1881, 'Almeida', 3561, 12, 21, 9.59, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21415, 1881, 'Almeida', 5967, 17, 21, 24.73, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21416, 1881, 'Almeida', 2407, 2, 21, 73.95, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21417, 1881, 'Almeida', 3831, 11, 21, 4629.85, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21418, 1881, 'Almeida', 1781, 19, 21, 13.65, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21419, 1881, 'Almeida', 5069, 14, 21, 36.90, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21420, 1881, 'Almeida', 5196, 16, 21, 3778.95, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21421, 1881, 'Almeida', 4731, 12, 21, 14.55, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21422, 1881, 'Almeida', 2909, 14, 21, 40.80, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21423, 1881, 'Almeida', 1147, 19, 21, 105.00, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21424, 1881, 'Almeida', 5407, 16, 21, 15.74, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21425, 1881, 'Almeida', 5788, 15, 21, 11.98, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21426, 1881, 'Almeida', 2371, 17, 21, 84.26, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21427, 1881, 'Almeida', 3654, 13, 21, 17.16, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21428, 1881, 'Almeida', 5498, 17, 21, 38.04, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21429, 1881, 'Almeida', 3111, 2, 21, 252.50, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21430, 1881, 'Almeida', 4897, 12, 21, 10.50, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21431, 1881, 'Almeida', 1659, 12, 21, 59.59, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21432, 1881, 'Almeida', 5806, 13, 21, 15.29, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21433, 1881, 'Almeida', 3088, 2, 21, 25.05, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21434, 1881, 'Almeida', 493, 7, 21, 57.29, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21435, 1881, 'Almeida', 648, 17, 21, 15.75, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21436, 1881, 'Almeida', 4900, 13, 21, 141.70, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21437, 1881, 'Almeida', 3138, 18, 21, 50.80, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21438, 1881, 'Almeida', 5529, 1, 21, 10.22, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21439, 1881, 'Almeida', 5702, 10, 21, 46.33, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21440, 1881, 'Almeida', 5977, 17, 21, 18.71, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21441, 1881, 'Almeida', 1719, 5, 21, 1.11, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21442, 1881, 'Almeida', 734, 19, 21, 0.23, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21443, 1881, 'Almeida', 1894, 19, 21, 0.21, 1, 1, 'ai_bid', '2024-06-27 03:50:05', '2024-06-27 03:50:05', '2024-06-28 03:51:03'),
(21444, 1872, 'Melisa', 984, 17, 22, 756.55, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21445, 1872, 'Melisa', 4986, 14, 22, 11.64, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21446, 1872, 'Melisa', 1222, 15, 22, 10.51, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21447, 1872, 'Melisa', 787, 10, 22, 49.53, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21448, 1872, 'Melisa', 5788, 15, 22, 11.87, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21449, 1872, 'Melisa', 5587, 10, 22, 11.32, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21450, 1872, 'Melisa', 932, 5, 22, 14.08, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21451, 1872, 'Melisa', 6037, 15, 22, 8.57, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21452, 1872, 'Melisa', 67, 2, 22, 25.25, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21453, 1872, 'Melisa', 2032, 19, 22, 40.56, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21454, 1872, 'Melisa', 5591, 16, 22, 31.79, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21455, 1872, 'Melisa', 112, 2, 22, 12.79, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21456, 1872, 'Melisa', 2661, 14, 22, 15.84, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21457, 1872, 'Melisa', 4645, 15, 22, 7.34, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21458, 1872, 'Melisa', 4106, 5, 22, 1.37, 1, 1, 'ai_bid', '2024-06-27 05:28:06', '2024-06-27 05:28:06', '2024-06-28 05:29:02'),
(21459, 1850, 'Chanadus', 1312, 19, NULL, 8.00, 5, 1, 'manual_bid', '2024-06-27 07:20:19', '2024-06-27 07:20:19', '2024-06-28 07:21:03'),
(21460, 1850, 'Chanadus', 2457, 19, NULL, 4.00, 8, 1, 'manual_bid', '2024-06-27 07:22:39', '2024-06-27 07:22:39', '2024-06-28 07:23:02'),
(21461, 1850, 'Chanadus', 1958, 5, NULL, 12.00, 2, 1, 'manual_bid', '2024-06-27 07:26:04', '2024-06-27 07:26:04', '2024-06-28 07:27:03'),
(21462, 1850, 'Chanadus', 4764, 12, NULL, 2.50, 2, 1, 'manual_bid', '2024-06-27 07:29:15', '2024-06-27 07:29:15', '2024-06-28 07:30:05'),
(21463, 1852, 'AdeganStoreGunty', 4532, 14, NULL, 9.00, 1, 2, 'manual_bid', '2024-06-28 00:45:32', '2024-06-28 00:45:32', '2024-06-29 00:46:03'),
(21464, 1798, 'Feelyards', 3276, 5, NULL, 201.00, 1, 1, 'manual_bid', '2024-06-28 01:41:09', '2024-06-28 01:41:09', '2024-06-29 01:42:02'),
(21465, 1798, 'Feelyards', 3956, 5, NULL, 94.00, 1, 1, 'manual_bid', '2024-06-28 01:42:33', '2024-06-28 01:42:33', '2024-06-29 01:43:02'),
(21466, 1798, 'Feelyards', 5744, 16, NULL, 100.00, 4, 1, 'manual_bid', '2024-06-28 01:50:50', '2024-06-28 01:50:50', '2024-06-29 01:51:02'),
(21467, 1876, 'Etiuko', 4733, 12, NULL, 63.00, 1, 1, 'manual_bid', '2024-06-28 03:56:22', '2024-06-28 03:56:22', '2024-06-29 03:57:03'),
(21468, 1876, 'Etiuko', 977, 5, NULL, 61.00, 1, 1, 'manual_bid', '2024-06-28 05:01:30', '2024-06-28 05:01:30', '2024-06-29 05:02:02'),
(21469, 1881, 'Almeida', 5746, 13, 21, 74.53, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21470, 1881, 'Almeida', 4771, 12, 21, 30.58, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21471, 1881, 'Almeida', 4592, 15, 21, 161.60, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21472, 1881, 'Almeida', 5985, 17, 21, 26.92, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21473, 1881, 'Almeida', 3919, 16, 21, 71.70, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21474, 1881, 'Almeida', 2990, 14, 21, 529.38, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21475, 1881, 'Almeida', 3748, 7, 21, 50.68, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21476, 1881, 'Almeida', 1451, 17, 21, 10.30, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21477, 1881, 'Almeida', 4376, 14, 21, 39.21, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21478, 1881, 'Almeida', 2593, 14, 21, 142.79, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21479, 1881, 'Almeida', 2954, 19, 21, 757.50, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21480, 1881, 'Almeida', 2712, 14, 21, 23.10, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21481, 1881, 'Almeida', 386, 16, 21, 408.00, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21482, 1881, 'Almeida', 3061, 2, 21, 13.11, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21483, 1881, 'Almeida', 1529, 15, 21, 20.80, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21484, 1881, 'Almeida', 3722, 13, 21, 2.10, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21485, 1881, 'Almeida', 2162, 17, 21, 52.45, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21486, 1881, 'Almeida', 4697, 14, 21, 2756.00, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21487, 1881, 'Almeida', 167, 2, 21, 26.87, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21488, 1881, 'Almeida', 4769, 14, 21, 27.81, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21489, 1881, 'Almeida', 3500, 10, 21, 371.00, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:02'),
(21490, 1881, 'Almeida', 152, 18, 21, 9.54, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21491, 1881, 'Almeida', 1375, 15, 21, 26.25, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21492, 1881, 'Almeida', 4921, 11, 21, 29.40, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21493, 1881, 'Almeida', 4370, 14, 21, 420.32, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21494, 1881, 'Almeida', 3383, 7, 21, 99.15, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21495, 1881, 'Almeida', 1582, 4, 21, 9.51, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21496, 1881, 'Almeida', 6084, 15, 21, 11.12, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21497, 1881, 'Almeida', 4349, 15, 21, 5.09, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21498, 1881, 'Almeida', 4545, 16, 21, 29.11, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21499, 1881, 'Almeida', 273, 2, 21, 2494.70, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21500, 1881, 'Almeida', 1660, 19, 21, 1534.70, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21501, 1881, 'Almeida', 3669, 13, 21, 20.19, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21502, 1881, 'Almeida', 3492, 11, 21, 15.29, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21503, 1881, 'Almeida', 3296, 5, 21, 1.14, 1, 1, 'ai_bid', '2024-06-28 05:03:03', '2024-06-28 05:03:03', '2024-06-29 05:04:03'),
(21504, 1881, 'Almeida', 803, 19, 21, 0.21, 1, 1, 'ai_bid', '2024-06-28 05:03:04', '2024-06-28 05:03:04', '2024-06-29 05:04:03'),
(21505, 1852, 'AdeganStoreGunty', 956, 17, NULL, 3.00, 1, 2, 'manual_bid', '2024-06-28 05:39:21', '2024-06-28 05:39:21', '2024-06-29 05:40:04'),
(21506, 1872, 'Melisa', 5680, 10, 22, 48.47, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21507, 1872, 'Melisa', 4053, 18, 22, 28.42, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21508, 1872, 'Melisa', 4078, 5, 22, 46.64, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21509, 1872, 'Melisa', 456, 19, 22, 46.32, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21510, 1872, 'Melisa', 2038, 5, 22, 108.15, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21511, 1872, 'Melisa', 2642, 14, 22, 114.43, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21512, 1872, 'Melisa', 1777, 5, 22, 30.51, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21513, 1872, 'Melisa', 5640, 10, 22, 8.47, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21514, 1872, 'Melisa', 4395, 14, 22, 212.82, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21515, 1872, 'Melisa', 5116, 16, 22, 10.18, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21516, 1872, 'Melisa', 1247, 10, 22, 129.62, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21517, 1872, 'Melisa', 2999, 19, 22, 101.00, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21518, 1872, 'Melisa', 4213, 5, 22, 4.64, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21519, 1872, 'Melisa', 4339, 1, 22, 9.45, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21520, 1872, 'Melisa', 3384, 10, 22, 9.65, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21521, 1872, 'Melisa', 1630, 4, 22, 41.09, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21522, 1872, 'Melisa', 1395, 19, 22, 68.25, 1, 1, 'ai_bid', '2024-06-28 06:40:06', '2024-06-28 06:40:06', '2024-06-29 06:41:02'),
(21523, 1850, 'Chanadus', 1673, 19, NULL, 4.00, 10, 1, 'manual_bid', '2024-06-28 15:19:27', '2024-06-28 15:19:27', '2024-06-29 15:20:05'),
(21524, 1850, 'Chanadus', 4050, 18, NULL, 9.00, 7, 1, 'manual_bid', '2024-06-28 15:23:36', '2024-06-28 15:23:36', '2024-06-29 15:24:03'),
(21525, 1850, 'Chanadus', 456, 19, NULL, 45.00, 4, 1, 'manual_bid', '2024-06-28 16:41:15', '2024-06-28 16:41:15', '2024-06-29 16:42:02'),
(21526, 1850, 'Chanadus', 3978, 5, NULL, 13.00, 1, 1, 'manual_bid', '2024-06-28 16:52:48', '2024-06-28 16:52:48', '2024-06-29 16:53:03'),
(21527, 1850, 'Chanadus', 4220, 5, NULL, 4.50, 1, 1, 'manual_bid', '2024-06-28 16:54:34', '2024-06-28 16:54:34', '2024-06-29 16:55:04'),
(21528, 1798, 'Feelyards', 2162, 17, NULL, 50.00, 4, 1, 'manual_bid', '2024-06-29 03:35:58', '2024-06-29 03:35:58', '2024-06-30 03:36:02'),
(21529, 1798, 'Feelyards', 3241, 7, NULL, 300.00, 1, 1, 'manual_bid', '2024-06-29 03:38:31', '2024-06-29 03:38:31', '2024-06-30 03:39:03'),
(21530, 1798, 'Feelyards', 2049, 12, NULL, 9.00, 1, 1, 'manual_bid', '2024-06-29 03:39:44', '2024-06-29 03:39:44', '2024-06-30 03:40:05'),
(21531, 1798, 'Feelyards', 4252, 5, NULL, 200.00, 1, 1, 'manual_bid', '2024-06-29 03:45:27', '2024-06-29 03:45:27', '2024-06-30 03:46:04'),
(21532, 1876, 'Etiuko', 330, 12, NULL, 65.00, 1, 1, 'manual_bid', '2024-06-29 06:12:06', '2024-06-29 06:12:06', '2024-06-30 06:13:03'),
(21533, 1881, 'Almeida', 4900, 13, 21, 139.00, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21534, 1881, 'Almeida', 6058, 11, 21, 20.20, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21535, 1881, 'Almeida', 5177, 16, 21, 43.04, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21536, 1881, 'Almeida', 5356, 14, 21, 46.35, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(21537, 1881, 'Almeida', 246, 17, 21, 41.90, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21538, 1881, 'Almeida', 763, 17, 21, 31.57, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21539, 1881, 'Almeida', 5118, 13, 21, 326.40, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21540, 1881, 'Almeida', 692, 10, 21, 8.32, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21541, 1881, 'Almeida', 3687, 14, 21, 77.46, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21542, 1881, 'Almeida', 6104, 11, 21, 1.47, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21543, 1881, 'Almeida', 5132, 16, 21, 19.02, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21544, 1881, 'Almeida', 4663, 12, 21, 8.62, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21545, 1881, 'Almeida', 1552, 19, 21, 40.05, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21546, 1881, 'Almeida', 4563, 16, 21, 619.49, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21547, 1881, 'Almeida', 5989, 11, 21, 38.98, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21548, 1881, 'Almeida', 1338, 15, 21, 16.84, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21549, 1881, 'Almeida', 1839, 12, 21, 38.38, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21550, 1881, 'Almeida', 5975, 17, 21, 15.59, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21551, 1881, 'Almeida', 3874, 15, 21, 618.00, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21552, 1881, 'Almeida', 6102, 15, 21, 32.41, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21553, 1881, 'Almeida', 5285, 14, 21, 300.97, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21554, 1881, 'Almeida', 907, 18, 21, 222.20, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:02'),
(21555, 1881, 'Almeida', 1891, 17, 21, 76.92, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21556, 1881, 'Almeida', 4499, 15, 21, 41.20, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21557, 1881, 'Almeida', 5431, 17, 21, 21.77, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21558, 1881, 'Almeida', 668, 10, 21, 5.30, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21559, 1881, 'Almeida', 2864, 14, 21, 15.44, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21560, 1881, 'Almeida', 1658, 17, 21, 117.29, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21561, 1881, 'Almeida', 950, 5, 21, 20.99, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21562, 1881, 'Almeida', 1022, 5, 21, 28.56, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21563, 1881, 'Almeida', 1117, 19, 21, 364.00, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21564, 1881, 'Almeida', 2335, 10, 21, 14.98, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21565, 1881, 'Almeida', 1181, 18, 21, 27.30, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21566, 1881, 'Almeida', 3837, 4, 21, 206.86, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21567, 1881, 'Almeida', 3022, 14, 21, 17.23, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21568, 1881, 'Almeida', 4283, 18, 21, 10.71, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21569, 1881, 'Almeida', 1168, 18, 21, 83.20, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21570, 1881, 'Almeida', 3509, 10, 21, 6058.80, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21571, 1881, 'Almeida', 6164, 11, 21, 55.83, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21572, 1881, 'Almeida', 1418, 14, 21, 19.96, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21573, 1881, 'Almeida', 3985, 18, 21, 63.92, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21574, 1881, 'Almeida', 5012, 11, 21, 16.47, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21575, 1881, 'Almeida', 6100, 15, 21, 69.21, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21576, 1881, 'Almeida', 1951, 12, 21, 38.21, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21577, 1881, 'Almeida', 1611, 18, 21, 122.30, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21578, 1881, 'Almeida', 4718, 12, 21, 51.19, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21579, 1881, 'Almeida', 5079, 16, 21, 28.90, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21580, 1881, 'Almeida', 1476, 19, 21, 172.20, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21581, 1881, 'Almeida', 143, 18, 21, 1.03, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21582, 1881, 'Almeida', 756, 19, 21, 0.47, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21583, 1881, 'Almeida', 1827, 19, 21, 0.12, 1, 1, 'ai_bid', '2024-06-29 06:15:05', '2024-06-29 06:15:05', '2024-06-30 06:16:03'),
(21584, 1881, 'Almeida', 1827, 19, 21, 0.13, 1, 1, 'ai_bid', '2024-06-29 06:16:05', '2024-06-29 06:16:05', '2024-06-30 06:17:03'),
(21585, 1876, 'Etiuko', 4730, 12, NULL, 15.50, 4, 1, 'manual_bid', '2024-06-29 06:43:16', '2024-06-29 06:43:16', '2024-06-30 06:44:03'),
(21586, 1872, 'Melisa', 3538, 10, 22, 152.99, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21587, 1872, 'Melisa', 1992, 4, 22, 118.45, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21588, 1872, 'Melisa', 1215, 18, 22, 278.10, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21589, 1872, 'Melisa', 2123, 19, 22, 21.20, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21590, 1872, 'Melisa', 64, 2, 22, 8.40, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21591, 1872, 'Melisa', 4810, 17, 22, 39.07, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21592, 1872, 'Melisa', 5348, 14, 22, 204.91, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21593, 1872, 'Melisa', 5531, 10, 22, 45.23, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21594, 1872, 'Melisa', 4583, 5, 22, 51.86, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21595, 1872, 'Melisa', 2020, 2, 22, 10.40, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21596, 1872, 'Melisa', 1598, 19, 22, 8.27, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21597, 1872, 'Melisa', 2117, 19, 22, 16.98, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21598, 1872, 'Melisa', 312, 18, 22, 52.13, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21599, 1872, 'Melisa', 2051, 10, 22, 4.53, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21600, 1872, 'Melisa', 3194, 4, 22, 5.30, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21601, 1872, 'Melisa', 634, 5, 22, 1.01, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21602, 1872, 'Melisa', 937, 5, 22, 4.16, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21603, 1872, 'Melisa', 1916, 7, 22, 3.47, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21604, 1872, 'Melisa', 1894, 19, 22, 0.20, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21605, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21606, 1872, 'Melisa', 734, 19, 22, 0.23, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21607, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-06-29 07:53:03', '2024-06-29 07:53:03', '2024-06-30 07:53:04'),
(21608, 1850, 'Chanadus', 703, 19, NULL, 12.00, 10, 1, 'manual_bid', '2024-06-30 00:36:15', '2024-06-30 00:36:15', '2024-07-01 00:37:03'),
(21609, 1850, 'Chanadus', 784, 18, NULL, 39.50, 4, 1, 'manual_bid', '2024-06-30 00:38:25', '2024-06-30 00:38:25', '2024-07-01 00:39:03'),
(21610, 1850, 'Chanadus', 240, 5, NULL, 9.45, 3, 1, 'manual_bid', '2024-06-30 00:44:17', '2024-06-30 00:44:17', '2024-07-01 00:45:04'),
(21611, 1798, 'Feelyards', 1590, 18, NULL, 700.00, 1, 1, 'manual_bid', '2024-06-30 07:01:21', '2024-06-30 07:01:21', '2024-07-01 07:02:03'),
(21612, 1798, 'Feelyards', 3860, 11, NULL, 24.00, 1, 1, 'manual_bid', '2024-06-30 07:22:07', '2024-06-30 07:22:07', '2024-07-01 07:23:03'),
(21613, 1881, 'Almeida', 4004, 12, 21, 125.99, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21614, 1881, 'Almeida', 3256, 5, 21, 530.00, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21615, 1881, 'Almeida', 923, 7, 21, 21.20, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21616, 1881, 'Almeida', 2326, 18, 21, 30.38, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21617, 1881, 'Almeida', 2151, 18, 21, 52.42, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21618, 1881, 'Almeida', 789, 10, 21, 10.40, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21619, 1881, 'Almeida', 1656, 17, 21, 30.85, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21620, 1881, 'Almeida', 540, 19, 21, 378.74, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21621, 1881, 'Almeida', 5010, 13, 21, 41.81, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21622, 1881, 'Almeida', 5525, 10, 21, 35.91, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21623, 1881, 'Almeida', 1276, 19, 21, 39.86, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21624, 1881, 'Almeida', 3719, 19, 21, 70.94, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21625, 1881, 'Almeida', 5477, 12, 21, 12.47, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21626, 1881, 'Almeida', 1693, 18, 21, 9.30, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21627, 1881, 'Almeida', 6100, 15, 21, 69.89, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21628, 1881, 'Almeida', 1217, 14, 21, 43.01, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21629, 1881, 'Almeida', 3632, 12, 21, 8.40, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21630, 1881, 'Almeida', 5837, 11, 21, 53.04, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21631, 1881, 'Almeida', 5270, 13, 21, 8.82, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21632, 1881, 'Almeida', 5594, 16, 21, 13.25, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21633, 1881, 'Almeida', 1800, 5, 21, 170.10, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21634, 1881, 'Almeida', 4202, 5, 21, 4.93, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21635, 1881, 'Almeida', 626, 14, 21, 3.15, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21636, 1881, 'Almeida', 3584, 12, 21, 237.65, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21637, 1881, 'Almeida', 3973, 12, 21, 127.03, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21638, 1881, 'Almeida', 5023, 13, 21, 32.54, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21639, 1881, 'Almeida', 1764, 18, 21, 92.81, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21640, 1881, 'Almeida', 1595, 19, 21, 18.53, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21641, 1881, 'Almeida', 3070, 2, 21, 312.00, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21642, 1881, 'Almeida', 269, 2, 21, 166.65, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21643, 1881, 'Almeida', 5875, 17, 21, 148.13, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21644, 1881, 'Almeida', 1045, 19, 21, 38.75, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21645, 1881, 'Almeida', 4187, 14, 21, 1039.99, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21646, 1881, 'Almeida', 3184, 5, 21, 9.95, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21647, 1881, 'Almeida', 2120, 19, 21, 117.16, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21648, 1881, 'Almeida', 1886, 19, 21, 52.69, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21649, 1881, 'Almeida', 1515, 19, 21, 367.50, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21650, 1881, 'Almeida', 4388, 14, 21, 11.01, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21651, 1881, 'Almeida', 3863, 11, 21, 20.99, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:02'),
(21652, 1881, 'Almeida', 102, 2, 21, 669.49, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21653, 1881, 'Almeida', 2317, 18, 21, 400.86, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21654, 1881, 'Almeida', 1939, 16, 21, 12.56, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21655, 1881, 'Almeida', 3484, 13, 21, 21.19, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21656, 1881, 'Almeida', 2285, 5, 21, 90.90, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21657, 1881, 'Almeida', 3309, 5, 21, 3.19, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21658, 1881, 'Almeida', 3369, 15, 21, 341.25, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21659, 1881, 'Almeida', 476, 17, 21, 156.61, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21660, 1881, 'Almeida', 3372, 15, 21, 252.50, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21661, 1881, 'Almeida', 3289, 15, 21, 61.79, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21662, 1881, 'Almeida', 1293, 15, 21, 32.60, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21663, 1881, 'Almeida', 2061, 4, 21, 55.11, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21664, 1881, 'Almeida', 3223, 5, 21, 100.74, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21665, 1881, 'Almeida', 4395, 14, 21, 206.79, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21666, 1881, 'Almeida', 4940, 14, 21, 19.95, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21667, 1881, 'Almeida', 2548, 19, 21, 20.79, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21668, 1881, 'Almeida', 2859, 14, 21, 46.79, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21669, 1881, 'Almeida', 4176, 14, 21, 782.79, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21670, 1881, 'Almeida', 5117, 13, 21, 233.30, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21671, 1881, 'Almeida', 1013, 5, 21, 92.92, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21672, 1881, 'Almeida', 1478, 17, 21, 410.80, 1, 1, 'ai_bid', '2024-06-30 07:28:05', '2024-06-30 07:28:05', '2024-07-01 07:29:03'),
(21673, 1881, 'Almeida', 4461, 15, 21, 604.19, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21674, 1881, 'Almeida', 732, 17, 21, 63.02, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21675, 1881, 'Almeida', 1920, 12, 21, 39.62, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21676, 1881, 'Almeida', 3010, 19, 21, 32.54, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21677, 1881, 'Almeida', 4815, 17, 21, 17.77, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21678, 1881, 'Almeida', 3703, 14, 21, 22.34, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21679, 1881, 'Almeida', 1346, 14, 21, 30.35, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21680, 1881, 'Almeida', 3688, 18, 21, 58.21, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21681, 1881, 'Almeida', 2509, 16, 21, 30.73, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21682, 1881, 'Almeida', 824, 18, 21, 24.42, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21683, 1881, 'Almeida', 3746, 7, 21, 38.87, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21684, 1881, 'Almeida', 2575, 7, 21, 43.09, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21685, 1881, 'Almeida', 5541, 10, 21, 39.48, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21686, 1881, 'Almeida', 5703, 15, 21, 211.04, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21687, 1881, 'Almeida', 4386, 14, 21, 37.43, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21688, 1881, 'Almeida', 1642, 4, 21, 234.04, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21689, 1881, 'Almeida', 2193, 16, 21, 20.13, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21690, 1881, 'Almeida', 886, 7, 21, 61.18, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21691, 1881, 'Almeida', 2891, 19, 21, 31.20, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21692, 1881, 'Almeida', 4199, 18, 21, 16.79, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21693, 1881, 'Almeida', 801, 14, 21, 10.94, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21694, 1881, 'Almeida', 1662, 19, 21, 0.93, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21695, 1881, 'Almeida', 1866, 19, 21, 6.18, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21696, 1881, 'Almeida', 1464, 14, 21, 35.84, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21697, 1881, 'Almeida', 4795, 12, 21, 42.62, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21698, 1881, 'Almeida', 3231, 5, 21, 66.84, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21699, 1881, 'Almeida', 4092, 5, 21, 2.84, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21700, 1881, 'Almeida', 2838, 13, 21, 30.89, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21701, 1881, 'Almeida', 3771, 15, 21, 5.50, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21702, 1881, 'Almeida', 3052, 2, 21, 5.20, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21703, 1881, 'Almeida', 4677, 12, 21, 14.42, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21704, 1881, 'Almeida', 3102, 2, 21, 40.56, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21705, 1881, 'Almeida', 2097, 5, 21, 9.42, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21706, 1881, 'Almeida', 4086, 18, 21, 4.15, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21707, 1881, 'Almeida', 4834, 17, 21, 103.99, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21708, 1881, 'Almeida', 5787, 17, 21, 3.32, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21709, 1881, 'Almeida', 5764, 13, 21, 1.48, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21710, 1881, 'Almeida', 1850, 5, 21, 0.56, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21711, 1881, 'Almeida', 734, 19, 21, 0.23, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21712, 1881, 'Almeida', 1827, 19, 21, 0.12, 1, 1, 'ai_bid', '2024-06-30 07:28:06', '2024-06-30 07:28:06', '2024-07-01 07:29:03'),
(21713, 1876, 'Etiuko', 1880, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-06-30 07:55:55', '2024-06-30 07:55:55', '2024-07-01 07:56:03'),
(21714, 1876, 'Etiuko', 4906, 12, NULL, 4.00, 2, 1, 'manual_bid', '2024-06-30 08:19:51', '2024-06-30 08:19:51', '2024-07-01 08:20:04'),
(21715, 1872, 'Melisa', 4975, 12, 22, 5.08, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21716, 1872, 'Melisa', 2629, 10, 22, 23.68, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21717, 1872, 'Melisa', 2928, 10, 22, 615.94, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21718, 1872, 'Melisa', 3263, 7, 22, 7.03, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21719, 1872, 'Melisa', 437, 16, 22, 246.75, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21720, 1872, 'Melisa', 5706, 10, 22, 30.46, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21721, 1872, 'Melisa', 517, 7, 22, 18.58, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21722, 1872, 'Melisa', 4948, 14, 22, 19.19, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21723, 1872, 'Melisa', 4519, 16, 22, 19.18, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21724, 1872, 'Melisa', 215, 7, 22, 7.74, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21725, 1872, 'Melisa', 2381, 2, 22, 15.33, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21726, 1872, 'Melisa', 1345, 15, 22, 19.76, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21727, 1872, 'Melisa', 3222, 5, 22, 4.12, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21728, 1872, 'Melisa', 735, 19, 22, 2.24, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21729, 1872, 'Melisa', 1821, 19, 22, 1.01, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21730, 1872, 'Melisa', 803, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21731, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-06-30 09:04:05', '2024-06-30 09:04:05', '2024-07-01 09:05:05'),
(21732, 1886, 'Lovenest Luxe', 4131, 5, NULL, 91.00, 2, 1, 'manual_bid', '2024-06-30 19:10:05', '2024-06-30 19:10:05', '2024-07-01 19:11:04'),
(21733, 1886, 'Lovenest Luxe', 3281, 5, NULL, 15.00, 1, 1, 'manual_bid', '2024-06-30 19:14:32', '2024-06-30 19:14:32', '2024-07-01 19:15:03'),
(21734, 1886, 'Lovenest Luxe', 963, 5, NULL, 3.00, 1, 1, 'manual_bid', '2024-06-30 19:15:36', '2024-06-30 19:15:36', '2024-07-01 19:16:03'),
(21735, 1850, 'Chanadus', 1700, 19, NULL, 55.99, 5, 1, 'manual_bid', '2024-07-01 05:55:35', '2024-07-01 05:55:35', '2024-07-02 05:56:03'),
(21736, 1850, 'Chanadus', 3309, 5, NULL, 3.20, 10, 1, 'manual_bid', '2024-07-01 06:01:03', '2024-07-01 06:01:03', '2024-07-02 06:02:04'),
(21737, 1881, 'Almeida', 1336, 15, 21, 35.70, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21738, 1881, 'Almeida', 4134, 5, 21, 10.60, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21739, 1881, 'Almeida', 4355, 14, 21, 40.80, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21740, 1881, 'Almeida', 3941, 16, 21, 154.01, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21741, 1881, 'Almeida', 2299, 5, 21, 11.55, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21742, 1881, 'Almeida', 2855, 19, 21, 3090.00, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21743, 1881, 'Almeida', 927, 14, 21, 408.12, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21744, 1881, 'Almeida', 5247, 14, 21, 26.26, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21745, 1881, 'Almeida', 706, 18, 21, 69.29, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21746, 1881, 'Almeida', 5296, 16, 21, 10.19, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21747, 1881, 'Almeida', 4780, 14, 21, 1835.99, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21748, 1881, 'Almeida', 621, 5, 21, 2312.34, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21749, 1881, 'Almeida', 1716, 10, 21, 7.41, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21750, 1881, 'Almeida', 1220, 18, 21, 107.06, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21751, 1881, 'Almeida', 1673, 19, 21, 4.07, 1, 1, 'ai_bid', '2024-07-01 08:41:03', '2024-07-01 08:41:03', '2024-07-02 08:41:03'),
(21752, 1881, 'Almeida', 808, 10, 21, 12.64, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:02'),
(21753, 1881, 'Almeida', 69, 2, 21, 25.25, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:02'),
(21754, 1881, 'Almeida', 6049, 11, 21, 10.20, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:02'),
(21755, 1881, 'Almeida', 6155, 11, 21, 16.31, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:02'),
(21756, 1881, 'Almeida', 6006, 17, 21, 18.57, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21757, 1881, 'Almeida', 303, 18, 21, 9.57, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21758, 1881, 'Almeida', 2312, 2, 21, 142.80, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21759, 1881, 'Almeida', 5759, 13, 21, 3.99, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21760, 1881, 'Almeida', 919, 7, 21, 302.99, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21761, 1881, 'Almeida', 5775, 15, 21, 17.19, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21762, 1881, 'Almeida', 272, 2, 21, 2068.50, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21763, 1881, 'Almeida', 5090, 16, 21, 18.35, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21764, 1881, 'Almeida', 626, 14, 21, 3.03, 1, 1, 'ai_bid', '2024-07-01 08:41:04', '2024-07-01 08:41:04', '2024-07-02 08:42:03'),
(21765, 1798, 'Feelyards', 6067, 11, NULL, 23.00, 1, 1, 'manual_bid', '2024-07-01 08:41:21', '2024-07-01 08:41:21', '2024-07-02 08:42:03'),
(21766, 1798, 'Feelyards', 6152, 11, NULL, 24.00, 1, 1, 'manual_bid', '2024-07-01 08:42:52', '2024-07-01 08:42:52', '2024-07-02 08:43:02'),
(21767, 1798, 'Feelyards', 5939, 11, NULL, 350.00, 2, 1, 'manual_bid', '2024-07-01 08:44:52', '2024-07-01 08:44:52', '2024-07-02 08:45:02'),
(21768, 1872, 'Melisa', 1445, 14, 22, 2.58, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:02'),
(21769, 1872, 'Melisa', 1166, 14, 22, 443.46, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21770, 1872, 'Melisa', 533, 16, 22, 80.84, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21771, 1872, 'Melisa', 951, 18, 22, 464.88, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21772, 1872, 'Melisa', 6135, 11, 22, 19.08, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21773, 1872, 'Melisa', 1410, 15, 22, 14.99, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21774, 1872, 'Melisa', 2639, 18, 22, 10.30, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21775, 1872, 'Melisa', 1844, 19, 22, 0.32, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21776, 1872, 'Melisa', 659, 10, 22, 8.08, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21777, 1872, 'Melisa', 1811, 5, 22, 0.20, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21778, 1872, 'Melisa', 1842, 19, 22, 1.05, 1, 1, 'ai_bid', '2024-07-01 10:17:04', '2024-07-01 10:17:04', '2024-07-02 10:18:03'),
(21779, 1876, 'Etiuko', 5475, 12, NULL, 80.00, 1, 1, 'manual_bid', '2024-07-01 11:26:29', '2024-07-01 11:26:29', '2024-07-02 11:27:03'),
(21780, 1876, 'Etiuko', 3633, 12, NULL, 26.05, 2, 1, 'manual_bid', '2024-07-01 11:40:26', '2024-07-01 11:40:26', '2024-07-02 11:41:03'),
(21781, 1886, 'Lovenest Luxe', 1787, 17, NULL, 198.00, 1, 1, 'manual_bid', '2024-07-01 21:35:17', '2024-07-01 21:35:17', '2024-07-02 21:36:02'),
(21782, 1886, 'Lovenest Luxe', 6019, 11, NULL, 6.00, 1, 1, 'manual_bid', '2024-07-01 21:37:52', '2024-07-01 21:37:52', '2024-07-02 21:38:02'),
(21783, 1850, 'Chanadus', 2999, 19, NULL, 101.00, 3, 1, 'manual_bid', '2024-07-02 08:31:16', '2024-07-02 08:31:16', '2024-07-03 08:32:03'),
(21784, 1850, 'Chanadus', 1738, 5, NULL, 1.50, 10, 1, 'manual_bid', '2024-07-02 08:35:02', '2024-07-02 08:35:02', '2024-07-03 08:35:03'),
(21785, 1881, 'Almeida', 906, 18, 21, 21.16, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21786, 1881, 'Almeida', 1697, 5, 21, 15.69, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21787, 1881, 'Almeida', 5756, 15, 21, 997.50, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21788, 1881, 'Almeida', 2329, 18, 21, 71.06, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21789, 1881, 'Almeida', 5260, 14, 21, 152.44, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21790, 1881, 'Almeida', 1809, 12, 21, 29.29, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21791, 1881, 'Almeida', 3706, 14, 21, 1908.00, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21792, 1881, 'Almeida', 848, 13, 21, 84.80, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21793, 1881, 'Almeida', 4228, 14, 21, 5.14, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21794, 1881, 'Almeida', 50, 2, 21, 14.56, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21795, 1881, 'Almeida', 3230, 4, 21, 31.28, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21796, 1881, 'Almeida', 4757, 12, 21, 75.53, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21797, 1881, 'Almeida', 2176, 19, 21, 420.00, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21798, 1881, 'Almeida', 1115, 19, 21, 175.10, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21799, 1881, 'Almeida', 5630, 15, 21, 145.59, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21800, 1881, 'Almeida', 3722, 13, 21, 2.08, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21801, 1881, 'Almeida', 4092, 5, 21, 2.89, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21802, 1881, 'Almeida', 4403, 14, 21, 183.26, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21803, 1881, 'Almeida', 5363, 13, 21, 28.61, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21804, 1881, 'Almeida', 1432, 15, 21, 8.47, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21805, 1881, 'Almeida', 1354, 2, 21, 18.27, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21806, 1881, 'Almeida', 2077, 5, 21, 5.30, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21807, 1881, 'Almeida', 1658, 17, 21, 117.29, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21808, 1881, 'Almeida', 1315, 2, 21, 42.00, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21809, 1881, 'Almeida', 6006, 17, 21, 18.22, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21810, 1881, 'Almeida', 4671, 12, 21, 9.08, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21811, 1881, 'Almeida', 787, 10, 21, 48.59, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21812, 1881, 'Almeida', 4448, 15, 21, 12.36, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21813, 1881, 'Almeida', 2497, 17, 21, 27.26, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21814, 1881, 'Almeida', 5964, 17, 21, 45.86, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21815, 1881, 'Almeida', 3088, 2, 21, 24.58, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21816, 1881, 'Almeida', 5982, 17, 21, 43.97, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21817, 1881, 'Almeida', 2845, 15, 21, 30.29, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21818, 1881, 'Almeida', 4656, 15, 21, 241.50, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21819, 1881, 'Almeida', 2668, 18, 21, 1353.45, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21820, 1881, 'Almeida', 4811, 12, 21, 66.34, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21821, 1881, 'Almeida', 1724, 5, 21, 2.27, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:05'),
(21822, 1881, 'Almeida', 944, 13, 21, 505.10, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21823, 1881, 'Almeida', 2086, 7, 21, 266.58, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21824, 1881, 'Almeida', 2983, 10, 21, 106.04, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21825, 1881, 'Almeida', 2200, 19, 21, 13.39, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21826, 1881, 'Almeida', 3562, 17, 21, 23.60, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21827, 1881, 'Almeida', 1866, 19, 21, 6.18, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21828, 1881, 'Almeida', 6001, 17, 21, 31.19, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21829, 1881, 'Almeida', 4908, 13, 21, 139.52, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21830, 1881, 'Almeida', 3596, 17, 21, 52.45, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21831, 1881, 'Almeida', 2214, 1, 21, 9.27, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21832, 1881, 'Almeida', 2232, 19, 21, 58.30, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21833, 1881, 'Almeida', 2456, 2, 21, 12.60, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21834, 1881, 'Almeida', 4835, 12, 21, 25.51, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21835, 1881, 'Almeida', 713, 19, 21, 34.19, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21836, 1881, 'Almeida', 3226, 5, 21, 44.43, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21837, 1881, 'Almeida', 1090, 19, 21, 609.00, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21838, 1881, 'Almeida', 5131, 16, 21, 327.30, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21839, 1881, 'Almeida', 4185, 5, 21, 161.60, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21840, 1881, 'Almeida', 3383, 7, 21, 96.29, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21841, 1881, 'Almeida', 5146, 13, 21, 1658.79, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21842, 1881, 'Almeida', 3020, 14, 21, 24.37, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21843, 1881, 'Almeida', 752, 19, 21, 1.03, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21844, 1881, 'Almeida', 4400, 18, 21, 19.89, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21845, 1881, 'Almeida', 5377, 16, 21, 6.29, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21846, 1881, 'Almeida', 4380, 15, 21, 5.19, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21847, 1881, 'Almeida', 2392, 2, 21, 129.28, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21848, 1881, 'Almeida', 5351, 14, 21, 84.88, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21849, 1881, 'Almeida', 642, 5, 21, 1.06, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21850, 1881, 'Almeida', 1585, 13, 21, 1.61, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21851, 1881, 'Almeida', 949, 5, 21, 0.31, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:06'),
(21852, 1881, 'Almeida', 1827, 19, 21, 0.13, 1, 1, 'ai_bid', '2024-07-02 09:54:04', '2024-07-02 09:54:04', '2024-07-03 09:55:07'),
(21853, 1798, 'Feelyards', 1605, 4, NULL, 227.00, 2, 1, 'manual_bid', '2024-07-02 10:39:00', '2024-07-02 10:39:00', '2024-07-03 10:39:02'),
(21854, 1872, 'Melisa', 4288, 18, 22, 218.40, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21855, 1872, 'Melisa', 4968, 12, 22, 16.72, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21856, 1872, 'Melisa', 764, 19, 22, 27.91, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21857, 1872, 'Melisa', 2385, 2, 22, 10.29, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21858, 1872, 'Melisa', 4712, 12, 22, 51.28, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21859, 1872, 'Melisa', 5895, 13, 22, 5.00, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21860, 1872, 'Melisa', 2918, 18, 22, 599.94, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21861, 1872, 'Melisa', 5392, 17, 22, 34.14, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21862, 1872, 'Melisa', 2069, 18, 22, 11.65, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21863, 1872, 'Melisa', 3816, 15, 22, 36.35, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21864, 1872, 'Melisa', 37, 2, 22, 9.36, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21865, 1872, 'Melisa', 5376, 1, 22, 18.49, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21866, 1872, 'Melisa', 668, 10, 22, 5.10, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21867, 1872, 'Melisa', 57, 2, 22, 6.36, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21868, 1872, 'Melisa', 1353, 15, 22, 2.17, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21869, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21870, 1872, 'Melisa', 642, 5, 22, 1.05, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21871, 1872, 'Melisa', 803, 19, 22, 0.20, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21872, 1872, 'Melisa', 1827, 19, 22, 0.13, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21873, 1872, 'Melisa', 1844, 19, 22, 0.32, 1, 1, 'ai_bid', '2024-07-02 11:29:04', '2024-07-02 11:29:04', '2024-07-03 11:30:06'),
(21874, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-02 11:30:07', '2024-07-02 11:30:07', '2024-07-03 11:31:03'),
(21875, 1798, 'Feelyards', 3934, 5, NULL, 22.00, 14, 1, 'manual_bid', '2024-07-02 12:09:55', '2024-07-02 12:09:55', '2024-07-03 12:10:04'),
(21876, 1876, 'Etiuko', 3621, 12, NULL, 101.00, 1, 1, 'manual_bid', '2024-07-02 14:57:37', '2024-07-02 14:57:37', '2024-07-03 14:58:03'),
(21877, 1876, 'Etiuko', 4968, 12, NULL, 16.50, 2, 1, 'manual_bid', '2024-07-02 15:04:57', '2024-07-02 15:04:57', '2024-07-03 15:05:04'),
(21878, 1886, 'Lovenest Luxe', 3987, 12, NULL, 31.00, 6, 1, 'manual_bid', '2024-07-02 22:43:44', '2024-07-02 22:43:44', '2024-07-03 22:44:03'),
(21879, 1886, 'Lovenest Luxe', 3267, 5, NULL, 3.00, 7, 1, 'manual_bid', '2024-07-02 22:46:39', '2024-07-02 22:46:39', '2024-07-03 22:47:03'),
(21880, 1886, 'Lovenest Luxe', 4229, 5, NULL, 1.00, 1, 1, 'manual_bid', '2024-07-02 22:50:58', '2024-07-02 22:50:58', '2024-07-03 22:51:03'),
(21881, 1881, 'Almeida', 5021, 13, 21, 307.01, 1, 1, 'ai_bid', '2024-07-03 11:07:03', '2024-07-03 11:07:03', '2024-07-04 11:07:04'),
(21882, 1881, 'Almeida', 2572, 17, 21, 21.21, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21883, 1881, 'Almeida', 1280, 19, 21, 20.89, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21884, 1881, 'Almeida', 4374, 15, 21, 9.08, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21885, 1881, 'Almeida', 3688, 18, 21, 57.65, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21886, 1881, 'Almeida', 4221, 14, 21, 20.59, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21887, 1881, 'Almeida', 5277, 14, 21, 208.28, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21888, 1881, 'Almeida', 2944, 13, 21, 18.10, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21889, 1881, 'Almeida', 4875, 14, 21, 9.15, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21890, 1881, 'Almeida', 5826, 15, 21, 6.06, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21891, 1881, 'Almeida', 2383, 2, 21, 23.35, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21892, 1881, 'Almeida', 561, 18, 21, 40.40, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21893, 1881, 'Almeida', 6031, 15, 21, 4.11, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21894, 1881, 'Almeida', 1411, 10, 21, 7.07, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21895, 1881, 'Almeida', 3697, 14, 21, 34.93, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21896, 1881, 'Almeida', 1218, 19, 21, 71.26, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21897, 1881, 'Almeida', 4563, 16, 21, 601.79, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21898, 1881, 'Almeida', 3852, 16, 21, 5.09, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21899, 1881, 'Almeida', 775, 5, 21, 7.42, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21900, 1881, 'Almeida', 6049, 11, 21, 10.50, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21901, 1881, 'Almeida', 2088, 5, 21, 15.90, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21902, 1881, 'Almeida', 2557, 7, 21, 4.25, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21903, 1881, 'Almeida', 3746, 7, 21, 39.63, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21904, 1881, 'Almeida', 427, 17, 21, 31.49, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21905, 1881, 'Almeida', 3320, 5, 21, 80.79, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21906, 1881, 'Almeida', 5266, 16, 21, 202.94, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21907, 1881, 'Almeida', 2515, 16, 21, 83.69, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21908, 1881, 'Almeida', 4028, 17, 21, 21.12, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21909, 1881, 'Almeida', 3278, 16, 21, 154.02, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21910, 1881, 'Almeida', 5675, 10, 21, 5610.00, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21911, 1881, 'Almeida', 5380, 14, 21, 31.42, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21912, 1881, 'Almeida', 1958, 5, 21, 11.85, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21913, 1881, 'Almeida', 3482, 10, 21, 5.25, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21914, 1881, 'Almeida', 3565, 12, 21, 1060.00, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21915, 1881, 'Almeida', 5306, 14, 21, 412.00, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21916, 1881, 'Almeida', 2445, 19, 21, 206.00, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21917, 1881, 'Almeida', 6037, 15, 21, 8.49, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21918, 1881, 'Almeida', 4512, 16, 21, 54.59, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21919, 1881, 'Almeida', 4902, 14, 21, 2.36, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(21920, 1881, 'Almeida', 158, 16, 21, 47.08, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21921, 1881, 'Almeida', 784, 18, 21, 39.65, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21922, 1881, 'Almeida', 3671, 10, 21, 18.53, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21923, 1881, 'Almeida', 2859, 14, 21, 45.89, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21924, 1881, 'Almeida', 2382, 2, 21, 409.94, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21925, 1881, 'Almeida', 3547, 13, 21, 52.99, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21926, 1881, 'Almeida', 2139, 17, 21, 51.51, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21927, 1881, 'Almeida', 4591, 5, 21, 16.47, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21928, 1881, 'Almeida', 5247, 14, 21, 27.04, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21929, 1881, 'Almeida', 5815, 15, 21, 15.30, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21930, 1881, 'Almeida', 3428, 14, 21, 265.74, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:04'),
(21931, 1881, 'Almeida', 141, 18, 21, 6.18, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21932, 1881, 'Almeida', 384, 10, 21, 103.71, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21933, 1881, 'Almeida', 2276, 10, 21, 64.00, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21934, 1881, 'Almeida', 1274, 10, 21, 3.28, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21935, 1881, 'Almeida', 1320, 2, 21, 75.18, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21936, 1881, 'Almeida', 2684, 14, 21, 20.69, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21937, 1881, 'Almeida', 2658, 14, 21, 20.79, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21938, 1881, 'Almeida', 1880, 12, 21, 125.55, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21939, 1881, 'Almeida', 3452, 11, 21, 3.80, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21940, 1881, 'Almeida', 1155, 18, 21, 65.65, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21941, 1881, 'Almeida', 1361, 15, 21, 76.70, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21942, 1881, 'Almeida', 5819, 15, 21, 5.90, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21943, 1881, 'Almeida', 81, 2, 21, 4.20, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21944, 1881, 'Almeida', 3674, 14, 21, 9.26, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21945, 1881, 'Almeida', 3533, 12, 21, 2.44, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21946, 1881, 'Almeida', 143, 18, 21, 1.02, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21947, 1881, 'Almeida', 1894, 19, 21, 0.20, 1, 1, 'ai_bid', '2024-07-03 11:07:04', '2024-07-03 11:07:04', '2024-07-04 11:07:05'),
(21948, 1872, 'Melisa', 289, 5, 22, 74.87, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21949, 1872, 'Melisa', 3135, 2, 22, 301.78, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21950, 1872, 'Melisa', 297, 5, 22, 43.88, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21951, 1872, 'Melisa', 1939, 16, 22, 12.21, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21952, 1872, 'Melisa', 4063, 13, 22, 17.38, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21953, 1872, 'Melisa', 1474, 19, 22, 102.82, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21954, 1872, 'Melisa', 1054, 17, 22, 22.62, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21955, 1872, 'Melisa', 2615, 14, 22, 20.39, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21956, 1872, 'Melisa', 3792, 19, 22, 241.49, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21957, 1872, 'Melisa', 5695, 10, 22, 59.31, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21958, 1872, 'Melisa', 2099, 17, 22, 20.48, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21959, 1872, 'Melisa', 5801, 13, 22, 25.99, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21960, 1872, 'Melisa', 1896, 12, 22, 52.27, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21961, 1872, 'Melisa', 3272, 5, 22, 46.45, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21962, 1872, 'Melisa', 4090, 18, 22, 9.08, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21963, 1872, 'Melisa', 1691, 19, 22, 5.44, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21964, 1872, 'Melisa', 1637, 19, 22, 5.04, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21965, 1872, 'Melisa', 1740, 5, 22, 3.09, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21966, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-03 12:42:04', '2024-07-03 12:42:04', '2024-07-04 12:43:03'),
(21967, 1798, 'Feelyards', 5148, 13, NULL, 600.00, 1, 1, 'manual_bid', '2024-07-03 20:49:05', '2024-07-03 20:49:05', '2024-07-04 20:50:03'),
(21968, 1798, 'Feelyards', 1749, 2, NULL, 99.00, 1, 1, 'manual_bid', '2024-07-03 21:11:06', '2024-07-03 21:11:06', '2024-07-04 21:12:02'),
(21969, 1798, 'Feelyards', 3343, 7, NULL, 21.00, 1, 1, 'manual_bid', '2024-07-03 21:16:25', '2024-07-03 21:16:25', '2024-07-04 21:17:03'),
(21970, 1798, 'Feelyards', 3762, 7, NULL, 50.00, 1, 1, 'manual_bid', '2024-07-03 21:19:34', '2024-07-03 21:19:34', '2024-07-04 21:20:05'),
(21971, 1886, 'Lovenest Luxe', 48, 2, NULL, 21.00, 10, 1, 'manual_bid', '2024-07-04 00:57:44', '2024-07-04 00:57:44', '2024-07-05 00:58:03'),
(21972, 1850, 'Chanadus', 923, 7, NULL, 21.00, 12, 1, 'manual_bid', '2024-07-04 04:06:45', '2024-07-04 04:06:45', '2024-07-05 04:07:05'),
(21973, 1850, 'Chanadus', 2448, 2, NULL, 6.10, 5, 1, 'manual_bid', '2024-07-04 04:09:57', '2024-07-04 04:09:57', '2024-07-05 04:10:03'),
(21974, 1850, 'Chanadus', 2145, 19, NULL, 19.60, 2, 1, 'manual_bid', '2024-07-04 04:11:42', '2024-07-04 04:11:42', '2024-07-05 04:12:02'),
(21975, 1876, 'Etiuko', 3957, 5, NULL, 32.00, 1, 1, 'manual_bid', '2024-07-04 05:25:58', '2024-07-04 05:25:58', '2024-07-05 05:26:03'),
(21976, 1881, 'Almeida', 798, 18, 21, 16.47, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:03'),
(21977, 1881, 'Almeida', 4417, 15, 21, 27.26, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21978, 1881, 'Almeida', 5419, 12, 21, 20.98, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21979, 1881, 'Almeida', 1654, 19, 21, 31.61, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21980, 1881, 'Almeida', 4334, 15, 21, 9.54, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21981, 1881, 'Almeida', 2405, 19, 21, 149.35, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21982, 1881, 'Almeida', 4708, 14, 21, 15.97, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21983, 1881, 'Almeida', 4207, 5, 21, 8080.00, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21984, 1881, 'Almeida', 5987, 17, 21, 21.69, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21985, 1881, 'Almeida', 5786, 15, 21, 12.56, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21986, 1881, 'Almeida', 64, 2, 21, 8.48, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21987, 1881, 'Almeida', 3666, 13, 21, 8.36, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21988, 1881, 'Almeida', 5388, 17, 21, 20.19, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21989, 1881, 'Almeida', 6176, 14, 21, 20.93, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21990, 1881, 'Almeida', 4967, 13, 21, 224.40, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21991, 1881, 'Almeida', 2288, 19, 21, 49.49, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21992, 1881, 'Almeida', 2091, 1, 21, 4.30, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21993, 1881, 'Almeida', 5909, 11, 21, 63.00, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21994, 1881, 'Almeida', 4445, 15, 21, 27.97, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21995, 1881, 'Almeida', 1757, 19, 21, 75.75, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21996, 1881, 'Almeida', 5703, 15, 21, 203.00, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21997, 1881, 'Almeida', 910, 5, 21, 7.30, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21998, 1881, 'Almeida', 1742, 19, 21, 34.34, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(21999, 1881, 'Almeida', 167, 2, 21, 27.92, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(22000, 1881, 'Almeida', 3748, 7, 21, 50.68, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(22001, 1881, 'Almeida', 4235, 18, 21, 93.39, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(22002, 1881, 'Almeida', 2142, 17, 21, 10.59, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(22003, 1881, 'Almeida', 2291, 19, 21, 175.10, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(22004, 1881, 'Almeida', 2215, 19, 21, 42.01, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:05'),
(22005, 1881, 'Almeida', 902, 18, 21, 197.59, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:06'),
(22006, 1881, 'Almeida', 2382, 2, 21, 421.88, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:06'),
(22007, 1881, 'Almeida', 5273, 16, 21, 310.13, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:06'),
(22008, 1881, 'Almeida', 3575, 17, 21, 8.67, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:06'),
(22009, 1881, 'Almeida', 4505, 16, 21, 97.85, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:06'),
(22010, 1881, 'Almeida', 2651, 17, 21, 16.31, 1, 1, 'ai_bid', '2024-07-04 12:19:03', '2024-07-04 12:19:03', '2024-07-05 12:19:06'),
(22011, 1881, 'Almeida', 4271, 5, 21, 136.74, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:03'),
(22012, 1881, 'Almeida', 1467, 19, 21, 13.09, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:03'),
(22013, 1881, 'Almeida', 6140, 11, 21, 20.20, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22014, 1881, 'Almeida', 1988, 19, 21, 6.29, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22015, 1881, 'Almeida', 1793, 19, 21, 3.09, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22016, 1881, 'Almeida', 576, 17, 21, 39.78, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22017, 1881, 'Almeida', 702, 19, 21, 27.35, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22018, 1881, 'Almeida', 5783, 15, 21, 26.22, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22019, 1881, 'Almeida', 3992, 12, 21, 70.04, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22020, 1881, 'Almeida', 2496, 16, 21, 110.69, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22021, 1881, 'Almeida', 5678, 15, 21, 51.50, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22022, 1881, 'Almeida', 2823, 19, 21, 26.49, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22023, 1881, 'Almeida', 1586, 4, 21, 79.67, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22024, 1881, 'Almeida', 4196, 18, 21, 14.23, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22025, 1881, 'Almeida', 6031, 15, 21, 4.00, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22026, 1881, 'Almeida', 2886, 14, 21, 14.55, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22027, 1881, 'Almeida', 2889, 14, 21, 20.99, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22028, 1881, 'Almeida', 3327, 7, 21, 2.47, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22029, 1881, 'Almeida', 4524, 16, 21, 10.17, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22030, 1881, 'Almeida', 4035, 18, 21, 2.00, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22031, 1881, 'Almeida', 1827, 19, 21, 0.13, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22032, 1881, 'Almeida', 734, 19, 21, 0.23, 1, 1, 'ai_bid', '2024-07-04 12:19:04', '2024-07-04 12:19:04', '2024-07-05 12:20:04'),
(22033, 1872, 'Melisa', 1051, 19, 22, 61.80, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:02'),
(22034, 1872, 'Melisa', 1605, 4, 22, 229.26, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22035, 1872, 'Melisa', 4508, 16, 22, 42.50, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22036, 1872, 'Melisa', 2866, 14, 22, 5.76, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22037, 1872, 'Melisa', 3180, 5, 22, 12.11, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22038, 1872, 'Melisa', 2494, 7, 22, 52.44, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22039, 1872, 'Melisa', 4713, 12, 22, 3.38, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22040, 1872, 'Melisa', 2649, 18, 22, 6.83, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22041, 1872, 'Melisa', 2134, 2, 22, 37.07, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22042, 1872, 'Melisa', 4507, 16, 22, 42.92, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22043, 1872, 'Melisa', 1084, 4, 22, 10.59, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22044, 1872, 'Melisa', 65, 2, 22, 29.29, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22045, 1872, 'Melisa', 2784, 14, 22, 14.31, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22046, 1872, 'Melisa', 2673, 14, 22, 16.88, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22047, 1872, 'Melisa', 1248, 19, 22, 29.47, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22048, 1872, 'Melisa', 536, 7, 22, 13.53, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22049, 1872, 'Melisa', 597, 10, 22, 3.18, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22050, 1872, 'Melisa', 5876, 15, 22, 68.33, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22051, 1872, 'Melisa', 398, 7, 22, 15.89, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22052, 1872, 'Melisa', 3708, 14, 22, 21.83, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22053, 1872, 'Melisa', 2898, 19, 22, 134.92, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22054, 1872, 'Melisa', 4589, 15, 22, 10.50, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22055, 1872, 'Melisa', 5145, 16, 22, 43.05, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22056, 1872, 'Melisa', 238, 5, 22, 16.48, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22057, 1872, 'Melisa', 5027, 14, 22, 9.53, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22058, 1872, 'Melisa', 1875, 16, 22, 53.52, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22059, 1872, 'Melisa', 3096, 18, 22, 32.95, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22060, 1872, 'Melisa', 2278, 19, 22, 47.25, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22061, 1872, 'Melisa', 3450, 10, 22, 5.30, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22062, 1872, 'Melisa', 620, 5, 22, 3.12, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22063, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-04 13:54:04', '2024-07-04 13:54:04', '2024-07-05 13:55:05'),
(22064, 1872, 'Melisa', 1827, 19, 22, 0.13, 1, 1, 'ai_bid', '2024-07-04 13:54:05', '2024-07-04 13:54:05', '2024-07-05 13:55:05'),
(22065, 1886, 'Lovenest Luxe', 3221, 4, NULL, 21.00, 10, 1, 'manual_bid', '2024-07-05 02:05:51', '2024-07-05 02:05:51', '2024-07-06 02:06:02'),
(22066, 1886, 'Lovenest Luxe', 624, 5, NULL, 2.00, 1, 1, 'manual_bid', '2024-07-05 02:07:34', '2024-07-05 02:07:34', '2024-07-06 02:08:02'),
(22067, 1876, 'Etiuko', 1785, 12, NULL, 49.50, 2, 1, 'manual_bid', '2024-07-05 02:24:59', '2024-07-05 02:24:59', '2024-07-06 02:25:03'),
(22068, 1798, 'Feelyards', 1025, 5, NULL, 301.00, 2, 1, 'manual_bid', '2024-07-05 03:09:43', '2024-07-05 03:09:43', '2024-07-06 03:10:05'),
(22069, 1798, 'Feelyards', 1600, 4, NULL, 176.00, 1, 1, 'manual_bid', '2024-07-05 03:17:54', '2024-07-05 03:17:54', '2024-07-06 03:18:04'),
(22070, 1850, 'Chanadus', 1030, 19, NULL, 26.00, 10, 1, 'manual_bid', '2024-07-05 07:30:23', '2024-07-05 07:30:23', '2024-07-06 07:31:02'),
(22071, 1850, 'Chanadus', 2458, 2, NULL, 16.20, 4, 1, 'manual_bid', '2024-07-05 07:33:04', '2024-07-05 07:33:04', '2024-07-06 07:34:02'),
(22072, 1881, 'Almeida', 5462, 7, 21, 27.29, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:03'),
(22073, 1881, 'Almeida', 1921, 19, 21, 10.10, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22074, 1881, 'Almeida', 5953, 17, 21, 10.40, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22075, 1881, 'Almeida', 2469, 16, 21, 157.19, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22076, 1881, 'Almeida', 6063, 11, 21, 12.24, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22077, 1881, 'Almeida', 6167, 11, 21, 10.98, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22078, 1881, 'Almeida', 301, 18, 21, 9.29, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22079, 1881, 'Almeida', 4562, 5, 21, 4.13, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22080, 1881, 'Almeida', 3767, 7, 21, 460.95, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22081, 1881, 'Almeida', 4686, 14, 21, 1359.87, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22082, 1881, 'Almeida', 4636, 15, 21, 22.25, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22083, 1881, 'Almeida', 468, 16, 21, 140.75, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22084, 1881, 'Almeida', 184, 7, 21, 17.64, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22085, 1881, 'Almeida', 2421, 19, 21, 714.00, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22086, 1881, 'Almeida', 4697, 14, 21, 2678.00, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22087, 1881, 'Almeida', 1925, 18, 21, 117.42, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22088, 1881, 'Almeida', 4633, 15, 21, 404.00, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22089, 1881, 'Almeida', 5472, 12, 21, 48.71, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22090, 1881, 'Almeida', 882, 18, 21, 209.99, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22091, 1881, 'Almeida', 5414, 17, 21, 41.05, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22092, 1881, 'Almeida', 3397, 14, 21, 131.25, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22093, 1881, 'Almeida', 2017, 15, 21, 189.28, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22094, 1881, 'Almeida', 3860, 11, 21, 24.19, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22095, 1881, 'Almeida', 3630, 12, 21, 404.00, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22096, 1881, 'Almeida', 4148, 5, 21, 344.24, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22097, 1881, 'Almeida', 2180, 19, 21, 14.28, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22098, 1881, 'Almeida', 562, 18, 21, 3669.75, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22099, 1881, 'Almeida', 5928, 13, 21, 4.87, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22100, 1881, 'Almeida', 3139, 4, 21, 39.84, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22101, 1881, 'Almeida', 1569, 19, 21, 88.40, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22102, 1881, 'Almeida', 2458, 2, 21, 16.32, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22103, 1881, 'Almeida', 2524, 18, 21, 13.32, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22104, 1881, 'Almeida', 130, 2, 21, 37.92, 1, 1, 'ai_bid', '2024-07-05 13:31:03', '2024-07-05 13:31:03', '2024-07-06 13:32:05'),
(22105, 1872, 'Melisa', 5501, 10, 22, 728.00, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22106, 1872, 'Melisa', 1579, 4, 22, 16.35, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22107, 1872, 'Melisa', 2448, 2, 22, 6.30, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22108, 1872, 'Melisa', 6171, 11, 22, 16.57, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22109, 1872, 'Melisa', 823, 17, 22, 12.17, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22110, 1872, 'Melisa', 263, 18, 22, 6.16, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22111, 1872, 'Melisa', 5466, 7, 22, 22.04, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22112, 1872, 'Melisa', 1880, 12, 22, 121.93, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22113, 1872, 'Melisa', 458, 16, 22, 83.99, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22114, 1872, 'Melisa', 2389, 19, 22, 26.87, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22115, 1872, 'Melisa', 361, 10, 22, 19.34, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22116, 1872, 'Melisa', 2142, 17, 22, 10.19, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22117, 1872, 'Melisa', 2210, 19, 22, 7.35, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22118, 1872, 'Melisa', 3326, 7, 22, 6.00, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22119, 1872, 'Melisa', 803, 19, 22, 0.20, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22120, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22121, 1872, 'Melisa', 949, 5, 22, 0.31, 1, 1, 'ai_bid', '2024-07-05 15:07:03', '2024-07-05 15:07:03', '2024-07-06 15:08:02'),
(22122, 1876, 'Etiuko', 4684, 12, NULL, 35.10, 1, 1, 'manual_bid', '2024-07-05 17:10:46', '2024-07-05 17:10:46', '2024-07-06 17:11:02'),
(22123, 1886, 'Lovenest Luxe', 4180, 5, NULL, 41.00, 5, 1, 'manual_bid', '2024-07-06 04:13:27', '2024-07-06 04:13:27', '2024-07-07 04:14:03'),
(22124, 1886, 'Lovenest Luxe', 963, 5, NULL, 3.00, 3, 1, 'manual_bid', '2024-07-06 04:14:31', '2024-07-06 04:14:31', '2024-07-07 04:15:04'),
(22125, 1876, 'Etiuko', 4709, 12, NULL, 50.00, 2, 1, 'manual_bid', '2024-07-06 06:01:35', '2024-07-06 06:01:35', '2024-07-07 06:02:03'),
(22126, 1798, 'Feelyards', 3111, 2, NULL, 251.00, 2, 1, 'manual_bid', '2024-07-06 06:55:52', '2024-07-06 06:55:52', '2024-07-07 06:56:03'),
(22127, 1798, 'Feelyards', 5996, 11, NULL, 151.00, 1, 1, 'manual_bid', '2024-07-06 06:59:52', '2024-07-06 06:59:52', '2024-07-07 07:00:03'),
(22128, 1798, 'Feelyards', 6153, 11, NULL, 33.00, 1, 1, 'manual_bid', '2024-07-06 07:09:53', '2024-07-06 07:09:53', '2024-07-07 07:10:04'),
(22129, 1798, 'Feelyards', 4709, 12, NULL, 50.00, 2, 1, 'manual_bid', '2024-07-06 07:21:49', '2024-07-06 07:21:49', '2024-07-07 07:22:03'),
(22130, 1850, 'Chanadus', 359, 2, NULL, 131.00, 2, 1, 'manual_bid', '2024-07-06 09:24:16', '2024-07-06 09:24:16', '2024-07-07 09:25:03'),
(22131, 1850, 'Chanadus', 3061, 2, NULL, 13.10, 5, 1, 'manual_bid', '2024-07-06 09:28:21', '2024-07-06 09:28:21', '2024-07-07 09:29:03'),
(22132, 1881, 'Almeida', 2479, 7, 21, 632.86, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:03'),
(22133, 1881, 'Almeida', 4853, 14, 21, 11.18, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22134, 1881, 'Almeida', 2317, 18, 21, 412.65, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22135, 1881, 'Almeida', 5369, 13, 21, 61.79, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22136, 1881, 'Almeida', 1845, 15, 21, 24.46, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22137, 1881, 'Almeida', 3324, 7, 21, 1.42, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22138, 1881, 'Almeida', 392, 10, 21, 117.68, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22139, 1881, 'Almeida', 3516, 13, 21, 52.99, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22140, 1881, 'Almeida', 3815, 13, 21, 4367.99, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22141, 1881, 'Almeida', 2122, 7, 21, 60.92, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22142, 1881, 'Almeida', 1384, 15, 21, 42.23, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22143, 1881, 'Almeida', 541, 7, 21, 1259.23, 1, 1, 'ai_bid', '2024-07-06 14:44:03', '2024-07-06 14:44:03', '2024-07-07 14:44:05'),
(22144, 1881, 'Almeida', 4146, 18, 21, 9.35, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:03'),
(22145, 1881, 'Almeida', 867, 7, 21, 9.53, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:03'),
(22146, 1881, 'Almeida', 688, 19, 21, 2816.42, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:03'),
(22147, 1881, 'Almeida', 4681, 12, 21, 13.27, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:03'),
(22148, 1881, 'Almeida', 5917, 13, 21, 32.29, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:03'),
(22149, 1881, 'Almeida', 1333, 7, 21, 10.13, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22150, 1881, 'Almeida', 6111, 11, 21, 29.22, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22151, 1881, 'Almeida', 4049, 13, 21, 182.58, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22152, 1881, 'Almeida', 2471, 7, 21, 345.45, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22153, 1881, 'Almeida', 6129, 11, 21, 8.94, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22154, 1881, 'Almeida', 1758, 16, 21, 441.37, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22155, 1881, 'Almeida', 909, 5, 21, 31.20, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22156, 1881, 'Almeida', 2465, 19, 21, 18.71, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22157, 1881, 'Almeida', 740, 19, 21, 13.62, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22158, 1881, 'Almeida', 1642, 4, 21, 238.63, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22159, 1881, 'Almeida', 946, 18, 21, 13.25, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22160, 1881, 'Almeida', 736, 18, 21, 171.37, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22161, 1881, 'Almeida', 5239, 16, 21, 31.18, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22162, 1881, 'Almeida', 5347, 16, 21, 6.17, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22163, 1881, 'Almeida', 977, 5, 21, 61.20, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22164, 1881, 'Almeida', 5092, 16, 21, 25.21, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22165, 1881, 'Almeida', 5255, 16, 21, 24.03, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22166, 1881, 'Almeida', 5264, 13, 21, 6.04, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22167, 1881, 'Almeida', 5824, 17, 21, 1.48, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22168, 1881, 'Almeida', 747, 7, 21, 15.49, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22169, 1881, 'Almeida', 5940, 17, 21, 3.06, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22170, 1881, 'Almeida', 1850, 5, 21, 0.58, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22171, 1881, 'Almeida', 949, 5, 21, 0.31, 1, 1, 'ai_bid', '2024-07-06 14:44:04', '2024-07-06 14:44:04', '2024-07-07 14:45:04'),
(22172, 1872, 'Melisa', 4405, 18, 22, 25.75, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22173, 1872, 'Melisa', 2539, 17, 22, 10.91, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22174, 1872, 'Melisa', 3480, 11, 22, 20.79, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22175, 1872, 'Melisa', 5076, 16, 22, 24.71, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22176, 1872, 'Melisa', 4247, 18, 22, 15.17, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22177, 1872, 'Melisa', 1139, 4, 22, 17.68, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22178, 1872, 'Melisa', 3301, 15, 22, 18.18, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22179, 1872, 'Melisa', 4026, 17, 22, 105.99, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22180, 1872, 'Melisa', 1196, 19, 22, 121.20, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22181, 1872, 'Melisa', 5258, 16, 22, 9.95, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22182, 1872, 'Melisa', 3731, 10, 22, 141.13, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22183, 1872, 'Melisa', 4850, 12, 22, 131.56, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22184, 1872, 'Melisa', 4840, 12, 22, 70.10, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22185, 1872, 'Melisa', 4361, 14, 22, 11.54, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22186, 1872, 'Melisa', 3535, 10, 22, 80.49, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22187, 1872, 'Melisa', 3010, 19, 22, 32.23, 1, 1, 'ai_bid', '2024-07-06 16:20:05', '2024-07-06 16:20:05', '2024-07-07 16:21:02'),
(22188, 1872, 'Melisa', 6170, 11, 22, 21.19, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22189, 1872, 'Melisa', 812, 18, 22, 40.27, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22190, 1872, 'Melisa', 800, 19, 22, 34.83, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22191, 1872, 'Melisa', 1540, 2, 22, 33.66, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22192, 1872, 'Melisa', 5176, 16, 22, 21.20, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22193, 1872, 'Melisa', 2053, 18, 22, 28.31, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22194, 1872, 'Melisa', 5649, 15, 22, 14.19, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22195, 1872, 'Melisa', 4577, 5, 22, 31.61, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22196, 1872, 'Melisa', 2682, 14, 22, 26.65, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22197, 1872, 'Melisa', 5478, 7, 22, 3.04, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22198, 1872, 'Melisa', 1829, 5, 22, 0.77, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22199, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22200, 1872, 'Melisa', 756, 19, 22, 0.47, 1, 1, 'ai_bid', '2024-07-06 16:20:06', '2024-07-06 16:20:06', '2024-07-07 16:21:02'),
(22201, 1886, 'Lovenest Luxe', 3527, 12, NULL, 3.00, 72, 1, 'manual_bid', '2024-07-07 05:21:03', '2024-07-07 05:21:03', '2024-07-08 05:22:03'),
(22202, 1798, 'Feelyards', 3435, 7, NULL, 151.00, 2, 1, 'manual_bid', '2024-07-07 08:44:35', '2024-07-07 08:44:35', '2024-07-08 08:45:04'),
(22203, 1798, 'Feelyards', 1966, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-07 08:45:42', '2024-07-07 08:45:42', '2024-07-08 08:46:02'),
(22204, 1798, 'Feelyards', 1013, 5, NULL, 93.00, 1, 1, 'manual_bid', '2024-07-07 08:48:52', '2024-07-07 08:48:52', '2024-07-08 08:49:02'),
(22205, 1798, 'Feelyards', 5297, 14, NULL, 96.00, 1, 1, 'manual_bid', '2024-07-07 09:11:41', '2024-07-07 09:11:41', '2024-07-08 09:12:02'),
(22206, 1798, 'Feelyards', 1589, 4, NULL, 3.00, 1, 1, 'manual_bid', '2024-07-07 09:13:36', '2024-07-07 09:13:36', '2024-07-08 09:14:02'),
(22207, 1850, 'Chanadus', 2072, 19, NULL, 19.10, 15, 1, 'manual_bid', '2024-07-07 10:37:22', '2024-07-07 10:37:22', '2024-07-08 10:38:02'),
(22208, 1850, 'Chanadus', 3116, 2, NULL, 9.00, 5, 1, 'manual_bid', '2024-07-07 10:39:13', '2024-07-07 10:39:13', '2024-07-08 10:40:03'),
(22209, 1876, 'Etiuko', 3609, 12, NULL, 137.00, 1, 1, 'manual_bid', '2024-07-07 13:52:03', '2024-07-07 13:52:03', '2024-07-08 13:53:02'),
(22210, 1881, 'Almeida', 4993, 11, 21, 4540.19, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:03'),
(22211, 1881, 'Almeida', 2390, 2, 21, 561.60, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22212, 1881, 'Almeida', 4570, 14, 21, 54.05, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22213, 1881, 'Almeida', 1607, 12, 21, 21.19, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22214, 1881, 'Almeida', 1870, 19, 21, 25.20, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22215, 1881, 'Almeida', 2162, 17, 21, 52.45, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22216, 1881, 'Almeida', 2159, 5, 21, 72.80, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22217, 1881, 'Almeida', 3733, 13, 21, 5.47, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22218, 1881, 'Almeida', 1766, 2, 21, 63.60, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22219, 1881, 'Almeida', 4406, 15, 21, 24.47, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22220, 1881, 'Almeida', 4385, 16, 21, 41.20, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22221, 1881, 'Almeida', 1305, 15, 21, 43.45, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22222, 1881, 'Almeida', 3707, 18, 21, 375.80, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22223, 1881, 'Almeida', 880, 17, 21, 192.78, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22224, 1881, 'Almeida', 1601, 18, 21, 439.62, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22225, 1881, 'Almeida', 5940, 17, 21, 3.15, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22226, 1881, 'Almeida', 3906, 16, 21, 198.63, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22227, 1881, 'Almeida', 5702, 10, 21, 47.23, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22228, 1881, 'Almeida', 334, 12, 21, 210.81, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22229, 1881, 'Almeida', 4212, 18, 21, 142.80, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22230, 1881, 'Almeida', 5174, 16, 21, 41.40, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22231, 1881, 'Almeida', 1213, 10, 21, 2.50, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22232, 1881, 'Almeida', 5942, 17, 21, 6.94, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22233, 1881, 'Almeida', 6005, 11, 21, 1047.90, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22234, 1881, 'Almeida', 3659, 18, 21, 8.74, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22235, 1881, 'Almeida', 1771, 17, 21, 62.43, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22236, 1881, 'Almeida', 2478, 19, 21, 1392.94, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22237, 1881, 'Almeida', 4704, 12, 21, 1.33, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22238, 1881, 'Almeida', 4591, 5, 21, 16.15, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22239, 1881, 'Almeida', 4936, 14, 21, 19.94, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22240, 1881, 'Almeida', 5422, 17, 21, 31.20, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22241, 1881, 'Almeida', 2317, 18, 21, 404.79, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22242, 1881, 'Almeida', 3872, 15, 21, 31.20, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22243, 1881, 'Almeida', 2043, 17, 21, 55.44, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22244, 1881, 'Almeida', 3780, 13, 21, 105.00, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22245, 1881, 'Almeida', 5813, 15, 21, 154.45, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22246, 1881, 'Almeida', 4512, 16, 21, 54.06, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22247, 1881, 'Almeida', 4329, 15, 21, 9.45, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22248, 1881, 'Almeida', 3033, 18, 21, 128.63, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22249, 1881, 'Almeida', 5865, 13, 21, 16.32, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22250, 1881, 'Almeida', 820, 18, 21, 26.12, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22251, 1881, 'Almeida', 3966, 16, 21, 32.73, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22252, 1881, 'Almeida', 2082, 19, 21, 13.86, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22253, 1881, 'Almeida', 1964, 5, 21, 927.00, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22254, 1881, 'Almeida', 5248, 16, 21, 42.22, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22255, 1881, 'Almeida', 3034, 14, 21, 22.00, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22256, 1881, 'Almeida', 3149, 4, 21, 3.03, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22257, 1881, 'Almeida', 5670, 15, 21, 2.01, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22258, 1881, 'Almeida', 3527, 12, 21, 3.01, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22259, 1881, 'Almeida', 734, 19, 21, 0.22, 1, 1, 'ai_bid', '2024-07-07 15:57:04', '2024-07-07 15:57:04', '2024-07-08 15:58:05'),
(22260, 1872, 'Melisa', 3391, 10, 22, 18.35, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22261, 1872, 'Melisa', 4351, 14, 22, 106.25, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22262, 1872, 'Melisa', 215, 7, 22, 7.89, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22263, 1872, 'Melisa', 3289, 15, 22, 61.19, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22264, 1872, 'Melisa', 1955, 16, 22, 3.64, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22265, 1872, 'Melisa', 6036, 15, 22, 45.81, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22266, 1872, 'Melisa', 789, 10, 22, 10.30, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22267, 1872, 'Melisa', 2379, 16, 22, 43.60, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22268, 1872, 'Melisa', 4094, 5, 22, 222.59, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22269, 1872, 'Melisa', 4441, 15, 22, 33.60, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22270, 1872, 'Melisa', 1250, 19, 22, 12.66, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22271, 1872, 'Melisa', 2652, 14, 22, 28.61, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22272, 1872, 'Melisa', 636, 14, 22, 7.21, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22273, 1872, 'Melisa', 1026, 5, 22, 265.00, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22274, 1872, 'Melisa', 3052, 2, 22, 5.15, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22275, 1872, 'Melisa', 195, 4, 22, 40.73, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22276, 1872, 'Melisa', 294, 5, 22, 46.20, 1, 1, 'ai_bid', '2024-07-07 17:32:04', '2024-07-07 17:32:04', '2024-07-08 17:33:03'),
(22277, 1872, 'Melisa', 5007, 11, 22, 6.68, 1, 1, 'ai_bid', '2024-07-07 17:32:05', '2024-07-07 17:32:05', '2024-07-08 17:33:03'),
(22278, 1872, 'Melisa', 5968, 17, 22, 20.57, 1, 1, 'ai_bid', '2024-07-07 17:32:05', '2024-07-07 17:32:05', '2024-07-08 17:33:03'),
(22279, 1872, 'Melisa', 2592, 19, 22, 21.82, 1, 1, 'ai_bid', '2024-07-07 17:32:05', '2024-07-07 17:32:05', '2024-07-08 17:33:03'),
(22280, 1872, 'Melisa', 4526, 16, 22, 86.89, 1, 1, 'ai_bid', '2024-07-07 17:32:05', '2024-07-07 17:32:05', '2024-07-08 17:33:03'),
(22281, 1872, 'Melisa', 765, 19, 22, 1.34, 1, 1, 'ai_bid', '2024-07-07 17:32:05', '2024-07-07 17:32:05', '2024-07-08 17:33:03'),
(22282, 1872, 'Melisa', 3089, 2, 22, 7.34, 1, 1, 'ai_bid', '2024-07-07 17:32:05', '2024-07-07 17:32:05', '2024-07-08 17:33:03'),
(22283, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-07 17:32:05', '2024-07-07 17:32:05', '2024-07-08 17:33:03'),
(22284, 1886, 'Lovenest Luxe', 3279, 5, NULL, 5.00, 43, 1, 'manual_bid', '2024-07-08 06:26:52', '2024-07-08 06:26:52', '2024-07-09 06:27:02'),
(22285, 1886, 'Lovenest Luxe', 2041, 5, NULL, 3.00, 1, 1, 'manual_bid', '2024-07-08 06:28:02', '2024-07-08 06:28:02', '2024-07-09 06:28:02'),
(22286, 1798, 'Feelyards', 6127, 11, NULL, 51.00, 2, 1, 'manual_bid', '2024-07-08 11:19:57', '2024-07-08 11:19:57', '2024-07-09 11:20:04'),
(22287, 1798, 'Feelyards', 2848, 14, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-08 11:23:33', '2024-07-08 11:23:33', '2024-07-09 11:24:04'),
(22288, 1798, 'Feelyards', 145, 2, NULL, 70.00, 2, 1, 'manual_bid', '2024-07-08 11:27:29', '2024-07-08 11:27:29', '2024-07-09 11:28:02'),
(22289, 1798, 'Feelyards', 1987, 4, NULL, 56.00, 2, 1, 'manual_bid', '2024-07-08 11:34:53', '2024-07-08 11:34:53', '2024-07-09 11:35:04'),
(22290, 1798, 'Feelyards', 5641, 15, NULL, 46.00, 1, 1, 'manual_bid', '2024-07-08 11:53:57', '2024-07-08 11:53:57', '2024-07-09 11:54:02'),
(22291, 1850, 'Chanadus', 1786, 2, NULL, 16.10, 15, 1, 'manual_bid', '2024-07-08 12:57:23', '2024-07-08 12:57:23', '2024-07-09 12:58:02'),
(22292, 1850, 'Chanadus', 2194, 19, NULL, 9.30, 10, 1, 'manual_bid', '2024-07-08 12:59:23', '2024-07-08 12:59:23', '2024-07-09 13:00:04'),
(22293, 1881, 'Almeida', 2687, 14, 21, 255.66, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:04'),
(22294, 1881, 'Almeida', 5825, 15, 21, 44.10, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22295, 1881, 'Almeida', 5793, 15, 21, 306.08, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22296, 1881, 'Almeida', 1378, 2, 21, 556.50, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22297, 1881, 'Almeida', 1551, 19, 21, 232.30, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22298, 1881, 'Almeida', 2536, 14, 21, 135.19, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22299, 1881, 'Almeida', 699, 18, 21, 67.67, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22300, 1881, 'Almeida', 1011, 5, 21, 230.72, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22301, 1881, 'Almeida', 44, 2, 21, 4.08, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(22302, 1881, 'Almeida', 2613, 14, 21, 29.73, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22303, 1881, 'Almeida', 3486, 10, 21, 6.81, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22304, 1881, 'Almeida', 1070, 19, 21, 805.60, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22305, 1881, 'Almeida', 561, 18, 21, 42.00, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22306, 1881, 'Almeida', 345, 15, 21, 104.83, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22307, 1881, 'Almeida', 3225, 5, 21, 1.15, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22308, 1881, 'Almeida', 1586, 4, 21, 80.45, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22309, 1881, 'Almeida', 2276, 10, 21, 65.23, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22310, 1881, 'Almeida', 5282, 16, 21, 41.36, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22311, 1881, 'Almeida', 1343, 15, 21, 63.59, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22312, 1881, 'Almeida', 4317, 15, 21, 11.45, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22313, 1881, 'Almeida', 3821, 15, 21, 23.84, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22314, 1881, 'Almeida', 1911, 18, 21, 24.43, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22315, 1881, 'Almeida', 5952, 15, 21, 3565.79, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22316, 1881, 'Almeida', 2698, 14, 21, 30.90, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22317, 1881, 'Almeida', 2373, 10, 21, 37.58, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22318, 1881, 'Almeida', 2594, 19, 21, 15.28, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22319, 1881, 'Almeida', 2842, 15, 21, 20.59, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22320, 1881, 'Almeida', 2584, 17, 21, 16.36, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22321, 1881, 'Almeida', 2679, 18, 21, 192.60, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22322, 1881, 'Almeida', 2463, 19, 21, 3.18, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22323, 1881, 'Almeida', 5761, 13, 21, 2.04, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22324, 1881, 'Almeida', 499, 19, 21, 1331.79, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22325, 1881, 'Almeida', 4688, 12, 21, 24.05, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22326, 1881, 'Almeida', 1016, 16, 21, 127.25, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22327, 1881, 'Almeida', 2595, 7, 21, 35.31, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22328, 1881, 'Almeida', 5450, 12, 21, 238.16, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22329, 1881, 'Almeida', 740, 19, 21, 13.76, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22330, 1881, 'Almeida', 2258, 13, 21, 25.08, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22331, 1881, 'Almeida', 1568, 15, 21, 114.71, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22332, 1881, 'Almeida', 4609, 16, 21, 25.13, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22333, 1881, 'Almeida', 2763, 14, 21, 1049.40, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22334, 1881, 'Almeida', 4281, 14, 21, 104.93, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22335, 1881, 'Almeida', 38, 2, 21, 14.56, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22336, 1881, 'Almeida', 923, 7, 21, 21.20, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22337, 1881, 'Almeida', 4565, 14, 21, 94.50, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22338, 1881, 'Almeida', 2906, 18, 21, 1182.44, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22339, 1881, 'Almeida', 2537, 17, 21, 27.40, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22340, 1881, 'Almeida', 1189, 10, 21, 2.66, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22341, 1881, 'Almeida', 3983, 18, 21, 83.41, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:06'),
(22342, 1881, 'Almeida', 2989, 14, 21, 100.70, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:07'),
(22343, 1881, 'Almeida', 408, 18, 21, 96.50, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:07'),
(22344, 1881, 'Almeida', 81, 2, 21, 4.24, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:07'),
(22345, 1881, 'Almeida', 2566, 17, 21, 199.98, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:07'),
(22346, 1881, 'Almeida', 1085, 4, 21, 5.14, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:07'),
(22347, 1881, 'Almeida', 1767, 19, 21, 4.20, 1, 1, 'ai_bid', '2024-07-08 17:10:04', '2024-07-08 17:10:04', '2024-07-09 17:10:07'),
(22348, 1881, 'Almeida', 1818, 19, 21, 1.05, 1, 1, 'ai_bid', '2024-07-08 17:10:05', '2024-07-08 17:10:05', '2024-07-09 17:11:02'),
(22349, 1881, 'Almeida', 636, 14, 21, 7.07, 1, 1, 'ai_bid', '2024-07-08 17:10:05', '2024-07-08 17:10:05', '2024-07-09 17:11:02'),
(22350, 1881, 'Almeida', 4104, 5, 21, 2.10, 1, 1, 'ai_bid', '2024-07-08 17:10:05', '2024-07-08 17:10:05', '2024-07-09 17:11:02'),
(22351, 1881, 'Almeida', 4909, 12, 21, 2.20, 1, 1, 'ai_bid', '2024-07-08 17:10:05', '2024-07-08 17:10:05', '2024-07-09 17:11:02'),
(22352, 1881, 'Almeida', 1811, 5, 21, 0.21, 1, 1, 'ai_bid', '2024-07-08 17:10:05', '2024-07-08 17:10:05', '2024-07-09 17:11:02'),
(22353, 1876, 'Etiuko', 5553, 12, NULL, 110.00, 1, 1, 'manual_bid', '2024-07-08 18:33:02', '2024-07-08 18:33:02', '2024-07-09 18:33:03'),
(22354, 1872, 'Melisa', 3152, 4, 22, 653.32, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22355, 1872, 'Melisa', 748, 19, 22, 9.27, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22356, 1872, 'Melisa', 247, 12, 22, 97.64, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22357, 1872, 'Melisa', 5185, 16, 22, 319.29, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22358, 1872, 'Melisa', 4736, 12, 22, 21.40, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22359, 1872, 'Melisa', 4341, 15, 22, 5.14, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22360, 1872, 'Melisa', 1047, 4, 22, 5.29, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22361, 1872, 'Melisa', 1894, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22362, 1872, 'Melisa', 4106, 5, 22, 1.34, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22363, 1872, 'Melisa', 734, 19, 22, 0.22, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22364, 1872, 'Melisa', 803, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22365, 1872, 'Melisa', 1827, 19, 22, 0.13, 1, 1, 'ai_bid', '2024-07-08 18:45:05', '2024-07-08 18:45:05', '2024-07-09 18:46:02'),
(22366, 1876, 'Etiuko', 4807, 12, NULL, 28.00, 1, 1, 'manual_bid', '2024-07-08 18:47:01', '2024-07-08 18:47:01', '2024-07-09 18:47:02'),
(22367, 1886, 'Lovenest Luxe', 4128, 5, NULL, 11.00, 20, 1, 'manual_bid', '2024-07-09 07:29:33', '2024-07-09 07:29:33', '2024-07-10 07:30:03'),
(22368, 1798, 'Feelyards', 1315, 2, NULL, 41.00, 2, 1, 'manual_bid', '2024-07-09 13:06:29', '2024-07-09 13:06:29', '2024-07-10 13:07:02'),
(22369, 1798, 'Feelyards', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-09 13:09:34', '2024-07-09 13:09:34', '2024-07-10 13:10:04'),
(22370, 1798, 'Feelyards', 3214, 17, NULL, 25.00, 1, 1, 'manual_bid', '2024-07-09 13:18:08', '2024-07-09 13:18:08', '2024-07-10 13:19:02'),
(22371, 1798, 'Feelyards', 5808, 15, NULL, 100.00, 3, 1, 'manual_bid', '2024-07-09 13:23:31', '2024-07-09 13:23:31', '2024-07-10 13:24:03'),
(22372, 1850, 'Chanadus', 2359, 19, NULL, 31.00, 10, 1, 'manual_bid', '2024-07-09 14:16:03', '2024-07-09 14:16:03', '2024-07-10 14:17:03'),
(22373, 1850, 'Chanadus', 1146, 18, NULL, 9.40, 3, 1, 'manual_bid', '2024-07-09 14:18:30', '2024-07-09 14:18:30', '2024-07-10 14:19:02'),
(22374, 1881, 'Almeida', 5445, 16, 21, 13.12, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22375, 1881, 'Almeida', 6081, 1, 21, 17.66, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22376, 1881, 'Almeida', 1122, 19, 21, 457.98, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22377, 1881, 'Almeida', 5947, 15, 21, 8029.31, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22378, 1881, 'Almeida', 3477, 14, 21, 62.40, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22379, 1881, 'Almeida', 2048, 19, 21, 1212.00, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22380, 1881, 'Almeida', 4578, 16, 21, 969.00, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22381, 1881, 'Almeida', 241, 17, 21, 159.64, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22382, 1881, 'Almeida', 859, 19, 21, 14.52, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22383, 1881, 'Almeida', 5256, 14, 21, 48.48, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22384, 1881, 'Almeida', 4212, 18, 21, 141.40, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22385, 1881, 'Almeida', 3064, 2, 21, 4.59, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22386, 1881, 'Almeida', 5333, 14, 21, 302.95, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22387, 1881, 'Almeida', 845, 13, 21, 11.92, 1, 1, 'ai_bid', '2024-07-09 18:22:03', '2024-07-09 18:22:03', '2024-07-10 18:23:03'),
(22388, 1881, 'Almeida', 45, 2, 21, 136.74, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22389, 1881, 'Almeida', 2105, 2, 21, 420.00, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22390, 1881, 'Almeida', 89, 2, 21, 123.60, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22391, 1881, 'Almeida', 2443, 2, 21, 8.31, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22392, 1881, 'Almeida', 3318, 5, 21, 1.22, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22393, 1881, 'Almeida', 949, 5, 21, 0.31, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22394, 1881, 'Almeida', 1827, 19, 21, 0.12, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22395, 1881, 'Almeida', 803, 19, 21, 0.21, 1, 1, 'ai_bid', '2024-07-09 18:22:04', '2024-07-09 18:22:04', '2024-07-10 18:23:03'),
(22396, 1872, 'Melisa', 5953, 17, 22, 10.50, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22397, 1872, 'Melisa', 5074, 16, 22, 23.22, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22398, 1872, 'Melisa', 3885, 2, 22, 412.00, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22399, 1872, 'Melisa', 2324, 19, 22, 123.55, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22400, 1872, 'Melisa', 580, 18, 22, 180.25, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22401, 1872, 'Melisa', 5033, 14, 22, 6.05, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22402, 1872, 'Melisa', 4741, 12, 22, 11.12, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22403, 1872, 'Melisa', 345, 15, 22, 101.81, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22404, 1872, 'Melisa', 5776, 13, 22, 25.24, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22405, 1872, 'Melisa', 6127, 11, 22, 53.00, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22406, 1872, 'Melisa', 16, 2, 22, 12.24, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22407, 1872, 'Melisa', 1424, 15, 22, 19.77, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22408, 1872, 'Melisa', 469, 16, 22, 102.00, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22409, 1872, 'Melisa', 788, 18, 22, 35.18, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22410, 1872, 'Melisa', 941, 5, 22, 5.05, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22411, 1872, 'Melisa', 1589, 4, 22, 2.53, 1, 1, 'ai_bid', '2024-07-09 19:57:05', '2024-07-09 19:57:05', '2024-07-10 19:58:03'),
(22412, 1876, 'Etiuko', 4850, 12, NULL, 131.00, 1, 1, 'manual_bid', '2024-07-09 20:45:51', '2024-07-09 20:45:51', '2024-07-10 20:46:02'),
(22413, 1876, 'Etiuko', 4877, 12, NULL, 8.00, 1, 1, 'manual_bid', '2024-07-09 20:49:31', '2024-07-09 20:49:31', '2024-07-10 20:50:04'),
(22414, 1886, 'Lovenest Luxe', 3281, 5, NULL, 15.00, 14, 1, 'manual_bid', '2024-07-10 08:35:36', '2024-07-10 08:35:36', '2024-07-11 08:36:03'),
(22415, 1886, 'Lovenest Luxe', 1904, 2, NULL, 11.00, 1, 1, 'manual_bid', '2024-07-10 08:37:48', '2024-07-10 08:37:48', '2024-07-11 08:38:02'),
(22416, 1886, 'Lovenest Luxe', 1887, 5, NULL, 2.00, 1, 1, 'manual_bid', '2024-07-10 08:39:16', '2024-07-10 08:39:16', '2024-07-11 08:40:04'),
(22417, 1877, 'Macarena00', 2686, 18, 23, 778.26, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22418, 1877, 'Macarena00', 1767, 19, 23, 4.24, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22419, 1877, 'Macarena00', 5055, 13, 23, 531.05, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22420, 1877, 'Macarena00', 3278, 16, 23, 154.02, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22421, 1877, 'Macarena00', 2166, 19, 23, 37.44, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22422, 1877, 'Macarena00', 4554, 14, 23, 3030.00, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22423, 1877, 'Macarena00', 4743, 12, 23, 20.73, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22424, 1877, 'Macarena00', 1530, 15, 23, 14.31, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22425, 1877, 'Macarena00', 6027, 14, 23, 4.42, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22426, 1877, 'Macarena00', 1533, 15, 23, 23.69, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22427, 1877, 'Macarena00', 3813, 15, 23, 23.31, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22428, 1877, 'Macarena00', 448, 16, 23, 443.92, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22429, 1877, 'Macarena00', 1203, 19, 23, 13.13, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22430, 1877, 'Macarena00', 5886, 11, 23, 1649.33, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22431, 1877, 'Macarena00', 3485, 10, 23, 5.99, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22432, 1877, 'Macarena00', 2787, 14, 23, 307.01, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22433, 1877, 'Macarena00', 365, 18, 23, 714.00, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22434, 1877, 'Macarena00', 3664, 10, 23, 13.57, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22435, 1877, 'Macarena00', 4027, 17, 23, 22.87, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22436, 1877, 'Macarena00', 3804, 4, 23, 235.54, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22437, 1877, 'Macarena00', 51, 2, 23, 78.78, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22438, 1877, 'Macarena00', 2427, 19, 23, 254.40, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22439, 1877, 'Macarena00', 4409, 14, 23, 646.83, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22440, 1877, 'Macarena00', 3475, 14, 23, 93.08, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22441, 1877, 'Macarena00', 4382, 14, 23, 16.17, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:04'),
(22442, 1877, 'Macarena00', 1373, 15, 23, 24.38, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22443, 1877, 'Macarena00', 730, 19, 23, 70.56, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22444, 1877, 'Macarena00', 3363, 15, 23, 208.00, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22445, 1877, 'Macarena00', 16, 2, 23, 12.72, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22446, 1877, 'Macarena00', 5144, 16, 23, 36.04, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22447, 1877, 'Macarena00', 2344, 4, 23, 101.00, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22448, 1877, 'Macarena00', 4565, 14, 23, 92.70, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22449, 1877, 'Macarena00', 4790, 12, 23, 20.99, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22450, 1877, 'Macarena00', 963, 5, 23, 2.12, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22451, 1877, 'Macarena00', 286, 14, 23, 206.00, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22452, 1877, 'Macarena00', 247, 12, 23, 93.92, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22453, 1877, 'Macarena00', 918, 16, 23, 10.69, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22454, 1877, 'Macarena00', 1850, 5, 23, 0.57, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22455, 1877, 'Macarena00', 6104, 11, 23, 1.49, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22456, 1877, 'Macarena00', 642, 5, 23, 1.01, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22457, 1877, 'Macarena00', 803, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22458, 1877, 'Macarena00', 3318, 5, 23, 1.22, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22459, 1877, 'Macarena00', 949, 5, 23, 0.32, 1, 1, 'ai_bid', '2024-07-10 10:37:04', '2024-07-10 10:37:04', '2024-07-11 10:38:05'),
(22460, 1877, 'Macarena00', 1538, 2, NULL, 26.38, 1, 1, 'manual_bid', '2024-07-10 10:39:48', '2024-07-10 10:39:48', '2024-07-11 10:40:04'),
(22461, 1877, 'Macarena00', 1538, 2, NULL, 11.99, 1, 2, 'manual_bid', '2024-07-10 10:40:18', '2024-07-10 10:40:18', '2024-07-11 10:41:02'),
(22462, 1877, 'Macarena00', 2050, 4, NULL, 21.03, 1, 1, 'manual_bid', '2024-07-10 10:41:43', '2024-07-10 10:41:43', '2024-07-11 10:42:02'),
(22463, 1877, 'Macarena00', 3960, 5, NULL, 77.00, 1, 1, 'manual_bid', '2024-07-10 10:43:20', '2024-07-10 10:43:20', '2024-07-11 10:44:03'),
(22464, 1877, 'Macarena00', 123, 7, NULL, 246.95, 1, 2, 'manual_bid', '2024-07-10 10:44:26', '2024-07-10 10:44:26', '2024-07-11 10:45:03'),
(22465, 1877, 'Macarena00', 5579, 10, NULL, 88.13, 1, 1, 'manual_bid', '2024-07-10 10:45:52', '2024-07-10 10:45:52', '2024-07-11 10:46:02'),
(22466, 1877, 'Macarena00', 1550, 10, NULL, 121.22, 1, 1, 'manual_bid', '2024-07-10 10:47:13', '2024-07-10 10:47:13', '2024-07-11 10:48:02'),
(22467, 1877, 'Macarena00', 5879, 11, NULL, 304.00, 1, 2, 'manual_bid', '2024-07-10 10:48:42', '2024-07-10 10:48:42', '2024-07-11 10:49:02'),
(22468, 1877, 'Macarena00', 4950, 11, NULL, 487.50, 1, 2, 'manual_bid', '2024-07-10 10:50:09', '2024-07-10 10:50:09', '2024-07-11 10:51:03'),
(22469, 1877, 'Macarena00', 3500, 10, NULL, 35.00, 1, 2, 'manual_bid', '2024-07-10 10:51:31', '2024-07-10 10:51:31', '2024-07-11 10:52:03'),
(22470, 1877, 'Macarena00', 5553, 12, NULL, 10.99, 1, 2, 'manual_bid', '2024-07-10 10:53:07', '2024-07-10 10:53:07', '2024-07-11 10:54:02'),
(22471, 1877, 'Macarena00', 5520, 12, NULL, 306.90, 1, 1, 'manual_bid', '2024-07-10 10:54:29', '2024-07-10 10:54:29', '2024-07-11 10:55:03'),
(22472, 1877, 'Macarena00', 3583, 12, NULL, 161.68, 1, 1, 'manual_bid', '2024-07-10 10:55:34', '2024-07-10 10:55:34', '2024-07-11 10:56:02'),
(22473, 1877, 'Macarena00', 3669, 13, NULL, 21.98, 1, 1, 'manual_bid', '2024-07-10 10:57:18', '2024-07-10 10:57:18', '2024-07-11 10:58:02'),
(22474, 1877, 'Macarena00', 4174, 14, NULL, 581.90, 1, 1, 'manual_bid', '2024-07-10 10:58:21', '2024-07-10 10:58:21', '2024-07-11 10:59:02'),
(22475, 1877, 'Macarena00', 2269, 16, NULL, 31.90, 1, 1, 'manual_bid', '2024-07-10 10:59:38', '2024-07-10 10:59:38', '2024-07-11 11:00:04'),
(22476, 1798, 'Feelyards', 5043, 11, NULL, 70.00, 2, 1, 'manual_bid', '2024-07-10 14:31:41', '2024-07-10 14:31:41', '2024-07-11 14:32:02'),
(22477, 1798, 'Feelyards', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-10 14:37:21', '2024-07-10 14:37:21', '2024-07-11 14:38:03'),
(22478, 1798, 'Feelyards', 4798, 12, NULL, 139.00, 1, 1, 'manual_bid', '2024-07-10 15:08:16', '2024-07-10 15:08:16', '2024-07-11 15:09:03'),
(22479, 1798, 'Feelyards', 778, 14, NULL, 35.00, 1, 1, 'manual_bid', '2024-07-10 15:14:25', '2024-07-10 15:14:25', '2024-07-11 15:15:03'),
(22480, 1798, 'Feelyards', 1974, 18, NULL, 25.00, 2, 1, 'manual_bid', '2024-07-10 15:18:40', '2024-07-10 15:18:40', '2024-07-11 15:19:02'),
(22481, 1798, 'Feelyards', 1173, 14, NULL, 25.00, 2, 1, 'manual_bid', '2024-07-10 15:21:27', '2024-07-10 15:21:27', '2024-07-11 15:22:03'),
(22482, 1850, 'Chanadus', 1677, 19, NULL, 17.50, 15, 1, 'manual_bid', '2024-07-10 15:24:38', '2024-07-10 15:24:38', '2024-07-11 15:25:04'),
(22483, 1850, 'Chanadus', 5869, 13, NULL, 7.90, 10, 1, 'manual_bid', '2024-07-10 15:26:04', '2024-07-10 15:26:04', '2024-07-11 15:27:02'),
(22484, 1881, 'Almeida', 4255, 18, 21, 11180.00, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:04'),
(22485, 1881, 'Almeida', 5155, 16, 21, 47.24, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22486, 1881, 'Almeida', 2077, 5, 21, 5.25, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22487, 1881, 'Almeida', 5649, 15, 21, 14.89, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22488, 1881, 'Almeida', 2031, 4, 21, 553.35, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22489, 1881, 'Almeida', 3429, 10, 21, 29.11, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22490, 1881, 'Almeida', 3846, 16, 21, 5.29, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22491, 1881, 'Almeida', 5188, 16, 21, 325.50, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22492, 1881, 'Almeida', 2654, 14, 21, 21.36, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22493, 1881, 'Almeida', 1745, 2, 21, 102.90, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22494, 1881, 'Almeida', 4065, 18, 21, 25.81, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22495, 1881, 'Almeida', 4754, 12, 21, 6.89, 1, 1, 'ai_bid', '2024-07-10 19:34:03', '2024-07-10 19:34:03', '2024-07-11 19:35:06'),
(22496, 1872, 'Melisa', 4592, 15, 22, 161.60, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22497, 1872, 'Melisa', 896, 18, 22, 11.21, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22498, 1872, 'Melisa', 5259, 16, 22, 31.49, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22499, 1872, 'Melisa', 2087, 2, 22, 530.00, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22500, 1872, 'Melisa', 4672, 12, 22, 14.65, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22501, 1872, 'Melisa', 468, 16, 22, 143.51, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22502, 1872, 'Melisa', 4276, 18, 22, 10.82, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22503, 1872, 'Melisa', 1501, 15, 22, 27.27, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22504, 1872, 'Melisa', 1698, 18, 22, 21.00, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22505, 1872, 'Melisa', 4982, 13, 22, 86.70, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22506, 1872, 'Melisa', 1076, 16, 22, 51.44, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22507, 1872, 'Melisa', 2594, 19, 22, 15.28, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22508, 1872, 'Melisa', 798, 18, 22, 16.32, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22509, 1872, 'Melisa', 1413, 14, 22, 10.89, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22510, 1872, 'Melisa', 752, 19, 22, 1.04, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22511, 1872, 'Melisa', 949, 5, 22, 0.32, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22512, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-10 21:10:05', '2024-07-10 21:10:05', '2024-07-11 21:11:03'),
(22513, 1876, 'Etiuko', 4861, 12, NULL, 141.00, 1, 1, 'manual_bid', '2024-07-11 04:05:48', '2024-07-11 04:05:48', '2024-07-12 04:06:03'),
(22514, 1886, 'Lovenest Luxe', 291, 5, NULL, 15.00, 15, 1, 'manual_bid', '2024-07-11 09:43:05', '2024-07-11 09:43:05', '2024-07-12 09:44:03'),
(22515, 1877, 'Macarena00', 5101, 13, 23, 234.25, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22516, 1877, 'Macarena00', 115, 7, 23, 263.79, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22517, 1877, 'Macarena00', 1419, 5, 23, 41.60, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22518, 1877, 'Macarena00', 2651, 17, 23, 16.15, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22519, 1877, 'Macarena00', 1675, 17, 23, 29.43, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22520, 1877, 'Macarena00', 5351, 14, 23, 85.69, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22521, 1877, 'Macarena00', 3564, 17, 23, 288.70, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22522, 1877, 'Macarena00', 4914, 11, 23, 35.35, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22523, 1877, 'Macarena00', 2093, 5, 23, 10.50, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22524, 1877, 'Macarena00', 5746, 13, 23, 75.24, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22525, 1877, 'Macarena00', 2023, 19, 23, 1.03, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22526, 1877, 'Macarena00', 720, 18, 23, 38.33, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22527, 1877, 'Macarena00', 3898, 11, 23, 6969.00, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22528, 1877, 'Macarena00', 1931, 1, 23, 1579.53, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22529, 1877, 'Macarena00', 4701, 12, 23, 60.66, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22530, 1877, 'Macarena00', 2469, 16, 23, 157.19, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22531, 1877, 'Macarena00', 1645, 17, 23, 3.89, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22532, 1877, 'Macarena00', 4340, 18, 23, 202.95, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22533, 1877, 'Macarena00', 3588, 12, 23, 15.80, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22534, 1877, 'Macarena00', 728, 10, 23, 33.23, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22535, 1877, 'Macarena00', 56, 2, 23, 7.28, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22536, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22537, 1877, 'Macarena00', 1894, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-11 11:50:05', '2024-07-11 11:50:05', '2024-07-12 11:51:02'),
(22538, 1877, 'Macarena00', 1827, 19, 23, 0.13, 1, 1, 'ai_bid', '2024-07-11 11:51:03', '2024-07-11 11:51:03', '2024-07-12 11:52:03'),
(22539, 1798, 'Feelyards', 5999, 11, NULL, 241.00, 1, 1, 'manual_bid', '2024-07-11 15:58:22', '2024-07-11 15:58:22', '2024-07-12 15:59:03'),
(22540, 1798, 'Feelyards', 3530, 13, NULL, 200.00, 1, 1, 'manual_bid', '2024-07-11 16:01:27', '2024-07-11 16:01:27', '2024-07-12 16:02:03'),
(22541, 1798, 'Feelyards', 5619, 16, NULL, 100.00, 2, 1, 'manual_bid', '2024-07-11 16:41:02', '2024-07-11 16:41:02', '2024-07-12 16:41:03'),
(22542, 1798, 'Feelyards', 3121, 4, NULL, 81.00, 1, 1, 'manual_bid', '2024-07-11 16:50:38', '2024-07-11 16:50:38', '2024-07-12 16:51:03'),
(22543, 1850, 'Chanadus', 1030, 19, NULL, 26.00, 10, 1, 'manual_bid', '2024-07-11 16:59:51', '2024-07-11 16:59:51', '2024-07-12 17:00:04'),
(22544, 1850, 'Chanadus', 4796, 12, NULL, 10.50, 8, 1, 'manual_bid', '2024-07-11 17:01:50', '2024-07-11 17:01:50', '2024-07-12 17:02:03'),
(22545, 1881, 'Almeida', 4245, 18, 21, 15.92, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:02'),
(22546, 1881, 'Almeida', 4684, 12, 21, 36.84, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22547, 1881, 'Almeida', 4473, 15, 21, 226.60, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22548, 1881, 'Almeida', 570, 18, 21, 972.63, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22549, 1881, 'Almeida', 2536, 14, 21, 136.49, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22550, 1881, 'Almeida', 4676, 12, 21, 51.16, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22551, 1881, 'Almeida', 4216, 5, 21, 15.11, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22552, 1881, 'Almeida', 1969, 19, 21, 15.44, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22553, 1881, 'Almeida', 4639, 5, 21, 26.30, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22554, 1881, 'Almeida', 348, 15, 21, 41.76, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22555, 1881, 'Almeida', 616, 19, 21, 166.42, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22556, 1881, 'Almeida', 3578, 12, 21, 16.21, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22557, 1881, 'Almeida', 608, 7, 21, 2.10, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22558, 1881, 'Almeida', 118, 7, 21, 222.20, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22559, 1881, 'Almeida', 3402, 15, 21, 134.19, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22560, 1881, 'Almeida', 3024, 10, 21, 202.98, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22561, 1881, 'Almeida', 3824, 15, 21, 105.00, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22562, 1881, 'Almeida', 1585, 13, 21, 1.56, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22563, 1881, 'Almeida', 3009, 14, 21, 623.16, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22564, 1881, 'Almeida', 2887, 19, 21, 4.55, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22565, 1881, 'Almeida', 958, 5, 21, 618.12, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22566, 1881, 'Almeida', 642, 5, 21, 1.02, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22567, 1881, 'Almeida', 4807, 12, 21, 27.26, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22568, 1881, 'Almeida', 546, 17, 21, 8.08, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22569, 1881, 'Almeida', 3027, 14, 21, 3392.00, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22570, 1881, 'Almeida', 1022, 5, 21, 28.84, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22571, 1881, 'Almeida', 1115, 19, 21, 173.40, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22572, 1881, 'Almeida', 1077, 19, 21, 162.18, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22573, 1881, 'Almeida', 512, 16, 21, 40.59, 1, 1, 'ai_bid', '2024-07-11 20:47:02', '2024-07-11 20:47:02', '2024-07-12 20:47:04'),
(22574, 1881, 'Almeida', 2759, 14, 21, 180.92, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:02'),
(22575, 1881, 'Almeida', 4859, 12, 21, 7.51, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:02'),
(22576, 1881, 'Almeida', 471, 19, 21, 338.28, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:02'),
(22577, 1881, 'Almeida', 1851, 18, 21, 66.24, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:02'),
(22578, 1881, 'Almeida', 4776, 14, 21, 72.05, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:02'),
(22579, 1881, 'Almeida', 2494, 7, 21, 52.44, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22580, 1881, 'Almeida', 3104, 2, 21, 1150.51, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22581, 1881, 'Almeida', 2833, 14, 21, 40.67, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22582, 1881, 'Almeida', 1176, 14, 21, 23.90, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22583, 1881, 'Almeida', 183, 4, 21, 408.00, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22584, 1881, 'Almeida', 3501, 11, 21, 9.45, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22585, 1881, 'Almeida', 5092, 16, 21, 24.97, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22586, 1881, 'Almeida', 2051, 10, 21, 4.71, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22587, 1881, 'Almeida', 817, 18, 21, 67.56, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22588, 1881, 'Almeida', 980, 5, 21, 9.27, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22589, 1881, 'Almeida', 4167, 14, 21, 190.75, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22590, 1881, 'Almeida', 5680, 10, 21, 50.39, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22591, 1881, 'Almeida', 2978, 14, 21, 210.59, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22592, 1881, 'Almeida', 2805, 19, 21, 1283.78, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22593, 1881, 'Almeida', 4233, 18, 21, 47.67, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22594, 1881, 'Almeida', 3674, 14, 21, 9.26, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22595, 1881, 'Almeida', 1339, 15, 21, 30.90, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22596, 1881, 'Almeida', 1005, 5, 21, 10.60, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22597, 1881, 'Almeida', 1480, 15, 21, 3.87, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22598, 1881, 'Almeida', 5110, 16, 21, 14.84, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22599, 1881, 'Almeida', 1690, 18, 21, 17.26, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22600, 1881, 'Almeida', 433, 16, 21, 266.23, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22601, 1881, 'Almeida', 2930, 10, 21, 29.57, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22602, 1881, 'Almeida', 1638, 17, 21, 14.63, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22603, 1881, 'Almeida', 2200, 19, 21, 13.65, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22604, 1881, 'Almeida', 5716, 15, 21, 262.50, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22605, 1881, 'Almeida', 3904, 2, 21, 77.23, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22606, 1881, 'Almeida', 855, 19, 21, 30.54, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22607, 1881, 'Almeida', 626, 14, 21, 3.18, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22608, 1881, 'Almeida', 1955, 16, 21, 3.71, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22609, 1881, 'Almeida', 6115, 11, 21, 5.08, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22610, 1881, 'Almeida', 5824, 17, 21, 1.43, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22611, 1881, 'Almeida', 1827, 19, 21, 0.13, 1, 1, 'ai_bid', '2024-07-11 20:47:03', '2024-07-11 20:47:03', '2024-07-12 20:48:03'),
(22612, 1872, 'Melisa', 561, 18, 22, 42.00, 1, 1, 'ai_bid', '2024-07-11 22:23:02', '2024-07-11 22:23:02', '2024-07-12 22:23:03'),
(22613, 1872, 'Melisa', 1117, 19, 22, 360.50, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22614, 1872, 'Melisa', 1762, 2, 22, 161.60, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22615, 1872, 'Melisa', 5571, 10, 22, 65.22, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22616, 1872, 'Melisa', 3882, 16, 22, 20.59, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22617, 1872, 'Melisa', 4415, 16, 22, 209.03, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22618, 1872, 'Melisa', 1671, 14, 22, 84.79, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22619, 1872, 'Melisa', 5866, 15, 22, 148.19, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22620, 1872, 'Melisa', 2489, 7, 22, 29.10, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22621, 1872, 'Melisa', 5640, 10, 22, 8.15, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22622, 1872, 'Melisa', 1837, 5, 22, 1.02, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22623, 1872, 'Melisa', 5229, 13, 22, 4.32, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22624, 1872, 'Melisa', 5347, 16, 22, 6.17, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22625, 1872, 'Melisa', 672, 10, 22, 3.06, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22626, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-11 22:23:03', '2024-07-11 22:23:03', '2024-07-12 22:23:03'),
(22627, 1876, 'Etiuko', 1785, 12, NULL, 50.00, 2, 1, 'manual_bid', '2024-07-12 10:45:43', '2024-07-12 10:45:43', '2024-07-13 10:46:03'),
(22628, 1876, 'Etiuko', 4736, 12, NULL, 21.00, 2, 1, 'manual_bid', '2024-07-12 10:49:52', '2024-07-12 10:49:52', '2024-07-13 10:50:03'),
(22629, 1886, 'Lovenest Luxe', 6097, 11, NULL, 11.00, 20, 1, 'manual_bid', '2024-07-12 12:34:04', '2024-07-12 12:34:04', '2024-07-13 12:35:04'),
(22630, 1877, 'Macarena00', 3066, 18, 23, 236.25, 1, 1, 'ai_bid', '2024-07-12 13:03:04', '2024-07-12 13:03:04', '2024-07-13 13:04:02'),
(22631, 1877, 'Macarena00', 2690, 18, 23, 744.11, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:02'),
(22632, 1877, 'Macarena00', 5868, 11, 23, 20.79, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22633, 1877, 'Macarena00', 4392, 14, 23, 105.25, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22634, 1877, 'Macarena00', 4843, 17, 23, 151.49, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22635, 1877, 'Macarena00', 3669, 13, 23, 21.19, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22636, 1877, 'Macarena00', 4291, 14, 23, 154.50, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22637, 1877, 'Macarena00', 1152, 18, 23, 34.98, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22638, 1877, 'Macarena00', 3700, 14, 23, 212.85, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22639, 1877, 'Macarena00', 3981, 5, 23, 5.24, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22640, 1877, 'Macarena00', 2163, 10, 23, 51.97, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22641, 1877, 'Macarena00', 4536, 14, 23, 66.35, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22642, 1877, 'Macarena00', 1320, 2, 23, 73.03, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22643, 1877, 'Macarena00', 3166, 4, 23, 25.06, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22644, 1877, 'Macarena00', 5947, 15, 23, 7873.40, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22645, 1877, 'Macarena00', 2418, 19, 23, 145.60, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22646, 1877, 'Macarena00', 3848, 15, 23, 198.90, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22647, 1877, 'Macarena00', 5743, 16, 23, 10.49, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22648, 1877, 'Macarena00', 2456, 2, 23, 12.01, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22649, 1877, 'Macarena00', 2237, 2, 23, 36.40, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22650, 1877, 'Macarena00', 1384, 15, 23, 41.82, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22651, 1877, 'Macarena00', 5887, 13, 23, 16.63, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22652, 1877, 'Macarena00', 5912, 13, 23, 20.99, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22653, 1877, 'Macarena00', 5786, 15, 23, 12.68, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22654, 1877, 'Macarena00', 2730, 16, 23, 19.18, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22655, 1877, 'Macarena00', 5232, 13, 23, 9.35, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22656, 1877, 'Macarena00', 3296, 5, 23, 1.20, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22657, 1877, 'Macarena00', 949, 5, 23, 0.32, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22658, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-07-12 13:03:06', '2024-07-12 13:03:06', '2024-07-13 13:04:03'),
(22659, 1886, 'Lovenest Luxe', 33, 2, NULL, 7.00, 1, 1, 'manual_bid', '2024-07-12 13:19:02', '2024-07-12 13:19:02', '2024-07-13 13:19:03'),
(22660, 1867, 'Omevoric enterprises', 5383, 17, NULL, 51.75, 1, 1, 'manual_bid', '2024-07-12 16:07:12', '2024-07-12 16:07:12', '2024-07-13 16:08:02'),
(22661, 1867, 'Omevoric enterprises', 3812, 4, NULL, 34.74, 3, 1, 'manual_bid', '2024-07-12 16:08:39', '2024-07-12 16:08:39', '2024-07-13 16:09:03'),
(22662, 1867, 'Omevoric enterprises', 3181, 4, NULL, 79.29, 1, 1, 'manual_bid', '2024-07-12 16:10:38', '2024-07-12 16:10:38', '2024-07-13 16:11:02'),
(22663, 1867, 'Omevoric enterprises', 1016, 16, NULL, 155.19, 3, 1, 'manual_bid', '2024-07-12 16:12:50', '2024-07-12 16:12:50', '2024-07-13 16:13:02'),
(22664, 1867, 'Omevoric enterprises', 3504, 11, NULL, 9.99, 2, 1, 'manual_bid', '2024-07-12 16:17:58', '2024-07-12 16:17:58', '2024-07-13 16:18:03'),
(22665, 1798, 'Feelyards', 2710, 17, NULL, 28.00, 1, 1, 'manual_bid', '2024-07-12 18:01:10', '2024-07-12 18:01:10', '2024-07-13 18:02:02'),
(22666, 1798, 'Feelyards', 1966, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-12 18:04:00', '2024-07-12 18:04:00', '2024-07-13 18:04:03'),
(22667, 1798, 'Feelyards', 2344, 4, NULL, 101.00, 1, 1, 'manual_bid', '2024-07-12 18:08:31', '2024-07-12 18:08:31', '2024-07-13 18:09:02'),
(22668, 1798, 'Feelyards', 2494, 7, NULL, 50.00, 2, 1, 'manual_bid', '2024-07-12 18:12:26', '2024-07-12 18:12:26', '2024-07-13 18:13:02'),
(22669, 1798, 'Feelyards', 1989, 4, NULL, 50.00, 4, 1, 'manual_bid', '2024-07-12 18:21:25', '2024-07-12 18:21:25', '2024-07-13 18:22:03'),
(22670, 1881, 'Almeida', 5408, 14, 21, 121.69, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22671, 1881, 'Almeida', 4912, 13, 21, 666.59, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22672, 1881, 'Almeida', 4134, 5, 21, 10.50, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22673, 1881, 'Almeida', 954, 5, 21, 20.20, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22674, 1881, 'Almeida', 2771, 14, 21, 303.45, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22675, 1881, 'Almeida', 3973, 12, 21, 127.03, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22676, 1881, 'Almeida', 3366, 15, 21, 31.79, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22677, 1881, 'Almeida', 5245, 16, 21, 21.84, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22678, 1881, 'Almeida', 2296, 2, 21, 11.66, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03'),
(22679, 1881, 'Almeida', 5704, 10, 21, 2.51, 1, 1, 'ai_bid', '2024-07-12 22:00:04', '2024-07-12 22:00:04', '2024-07-13 22:01:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(22680, 1881, 'Almeida', 3778, 19, 21, 117.51, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22681, 1881, 'Almeida', 4512, 16, 21, 53.01, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22682, 1881, 'Almeida', 2220, 17, 21, 46.71, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22683, 1881, 'Almeida', 2760, 14, 21, 1431.00, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22684, 1881, 'Almeida', 4812, 14, 21, 58.62, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22685, 1881, 'Almeida', 688, 19, 21, 2710.14, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22686, 1881, 'Almeida', 1626, 18, 21, 1107.25, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22687, 1881, 'Almeida', 609, 19, 21, 2835.00, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22688, 1881, 'Almeida', 4036, 18, 21, 6.16, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22689, 1881, 'Almeida', 104, 2, 21, 34.69, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22690, 1881, 'Almeida', 791, 19, 21, 78.75, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22691, 1881, 'Almeida', 3608, 17, 21, 86.44, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22692, 1881, 'Almeida', 1438, 5, 21, 24.96, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22693, 1881, 'Almeida', 2052, 4, 21, 153.32, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22694, 1881, 'Almeida', 592, 11, 21, 482.30, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22695, 1881, 'Almeida', 5360, 14, 21, 211.04, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22696, 1881, 'Almeida', 5990, 17, 21, 4.72, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22697, 1881, 'Almeida', 4348, 18, 21, 239.19, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22698, 1881, 'Almeida', 3359, 7, 21, 9.45, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22699, 1881, 'Almeida', 1603, 15, 21, 34.58, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22700, 1881, 'Almeida', 4627, 15, 21, 137.69, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22701, 1881, 'Almeida', 327, 10, 21, 138.09, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22702, 1881, 'Almeida', 280, 18, 21, 289.79, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22703, 1881, 'Almeida', 2629, 10, 21, 24.14, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22704, 1881, 'Almeida', 5812, 17, 21, 1.50, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22705, 1881, 'Almeida', 2913, 14, 21, 29.28, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22706, 1881, 'Almeida', 3090, 10, 21, 5.15, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22707, 1881, 'Almeida', 5305, 16, 21, 18.53, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22708, 1881, 'Almeida', 2438, 5, 21, 135.20, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22709, 1881, 'Almeida', 410, 16, 21, 84.64, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22710, 1881, 'Almeida', 1457, 17, 21, 11.41, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22711, 1881, 'Almeida', 2811, 15, 21, 47.37, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22712, 1881, 'Almeida', 763, 17, 21, 32.18, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22713, 1881, 'Almeida', 4476, 15, 21, 40.17, 1, 1, 'ai_bid', '2024-07-12 22:00:05', '2024-07-12 22:00:05', '2024-07-13 22:01:03'),
(22714, 1881, 'Almeida', 1583, 18, 21, 463.50, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22715, 1881, 'Almeida', 748, 19, 21, 9.36, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22716, 1881, 'Almeida', 2555, 7, 21, 49.28, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22717, 1881, 'Almeida', 1719, 5, 21, 1.10, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22718, 1881, 'Almeida', 33, 2, 21, 6.24, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22719, 1881, 'Almeida', 2344, 4, 21, 106.00, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22720, 1881, 'Almeida', 324, 18, 21, 12.77, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22721, 1881, 'Almeida', 4713, 12, 21, 3.32, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22722, 1881, 'Almeida', 634, 5, 21, 1.02, 1, 1, 'ai_bid', '2024-07-12 22:00:06', '2024-07-12 22:00:06', '2024-07-13 22:01:03'),
(22723, 1872, 'Melisa', 2292, 19, 22, 210.94, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22724, 1872, 'Melisa', 253, 17, 22, 84.99, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22725, 1872, 'Melisa', 3660, 18, 22, 7.20, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22726, 1872, 'Melisa', 5026, 11, 22, 18.35, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22727, 1872, 'Melisa', 5435, 12, 22, 8.21, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22728, 1872, 'Melisa', 4031, 17, 22, 62.99, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22729, 1872, 'Melisa', 1711, 19, 22, 94.50, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22730, 1872, 'Melisa', 1648, 17, 22, 9.36, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22731, 1872, 'Melisa', 5178, 16, 22, 102.81, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22732, 1872, 'Melisa', 2496, 16, 22, 113.92, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22733, 1872, 'Melisa', 1716, 10, 22, 7.34, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22734, 1872, 'Melisa', 1419, 5, 22, 41.20, 1, 1, 'ai_bid', '2024-07-12 23:35:04', '2024-07-12 23:35:04', '2024-07-13 23:36:03'),
(22735, 1872, 'Melisa', 1287, 15, 22, 40.88, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:03'),
(22736, 1872, 'Melisa', 862, 13, 22, 4.08, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:03'),
(22737, 1872, 'Melisa', 228, 5, 22, 5.09, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:03'),
(22738, 1872, 'Melisa', 4796, 12, 22, 10.62, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22739, 1872, 'Melisa', 3160, 19, 22, 209.03, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22740, 1872, 'Melisa', 46, 2, 22, 10.60, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22741, 1872, 'Melisa', 1355, 19, 22, 17.51, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22742, 1872, 'Melisa', 321, 10, 22, 75.35, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22743, 1872, 'Melisa', 1913, 19, 22, 14.26, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22744, 1872, 'Melisa', 4219, 5, 22, 1.30, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22745, 1872, 'Melisa', 4104, 5, 22, 2.06, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22746, 1872, 'Melisa', 24, 2, 22, 1.01, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22747, 1872, 'Melisa', 1844, 19, 22, 0.31, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22748, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-12 23:35:05', '2024-07-12 23:35:05', '2024-07-13 23:36:04'),
(22749, 1850, 'Chanadus', 5466, 7, 24, 21.20, 1, 1, 'ai_bid', '2024-07-13 06:27:03', '2024-07-13 06:27:03', '2024-07-14 06:27:03'),
(22750, 1850, 'Chanadus', 1042, 19, 24, 18.54, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22751, 1850, 'Chanadus', 1226, 19, 24, 260.10, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22752, 1850, 'Chanadus', 776, 7, 24, 9.44, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22753, 1850, 'Chanadus', 6109, 11, 24, 6.06, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22754, 1850, 'Chanadus', 4159, 18, 24, 28.34, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22755, 1850, 'Chanadus', 3082, 2, 24, 12.10, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22756, 1850, 'Chanadus', 1090, 19, 24, 609.00, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22757, 1850, 'Chanadus', 4387, 14, 24, 4.89, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22758, 1850, 'Chanadus', 3868, 16, 24, 112.33, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22759, 1850, 'Chanadus', 2482, 16, 24, 15.89, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22760, 1850, 'Chanadus', 1837, 5, 24, 1.05, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22761, 1850, 'Chanadus', 752, 19, 24, 1.06, 1, 1, 'ai_bid', '2024-07-13 06:27:05', '2024-07-13 06:27:05', '2024-07-14 06:28:03'),
(22762, 1877, 'Macarena00', 3890, 15, 23, 307.40, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22763, 1877, 'Macarena00', 2740, 17, 23, 31.49, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22764, 1877, 'Macarena00', 3950, 16, 23, 2118.94, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22765, 1877, 'Macarena00', 1057, 17, 23, 32.13, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22766, 1877, 'Macarena00', 476, 17, 23, 152.10, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22767, 1877, 'Macarena00', 580, 18, 23, 180.25, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22768, 1877, 'Macarena00', 5604, 15, 23, 189.52, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22769, 1877, 'Macarena00', 4945, 12, 23, 17.62, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22770, 1877, 'Macarena00', 4382, 14, 23, 15.40, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22771, 1877, 'Macarena00', 205, 18, 23, 56.62, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22772, 1877, 'Macarena00', 4653, 15, 23, 133.90, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22773, 1877, 'Macarena00', 2014, 15, 23, 204.09, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22774, 1877, 'Macarena00', 5300, 14, 23, 585.53, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22775, 1877, 'Macarena00', 2861, 14, 23, 56.64, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22776, 1877, 'Macarena00', 1207, 18, 23, 59.74, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22777, 1877, 'Macarena00', 5451, 12, 23, 50.19, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22778, 1877, 'Macarena00', 4454, 15, 23, 1534.70, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22779, 1877, 'Macarena00', 954, 5, 23, 20.20, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22780, 1877, 'Macarena00', 1775, 2, 23, 258.64, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22781, 1877, 'Macarena00', 278, 18, 23, 322.31, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22782, 1877, 'Macarena00', 2356, 19, 23, 82.40, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22783, 1877, 'Macarena00', 2743, 19, 23, 41.59, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:02'),
(22784, 1877, 'Macarena00', 4180, 5, 23, 41.60, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22785, 1877, 'Macarena00', 897, 18, 23, 469.19, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22786, 1877, 'Macarena00', 5142, 16, 23, 300.57, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22787, 1877, 'Macarena00', 429, 18, 23, 347.27, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22788, 1877, 'Macarena00', 3355, 7, 23, 1206.95, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22789, 1877, 'Macarena00', 5583, 12, 23, 529.95, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22790, 1877, 'Macarena00', 3363, 15, 23, 212.00, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22791, 1877, 'Macarena00', 5519, 10, 23, 833.03, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22792, 1877, 'Macarena00', 2455, 2, 23, 49.44, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22793, 1877, 'Macarena00', 379, 2, 23, 7.21, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22794, 1877, 'Macarena00', 636, 14, 23, 7.07, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22795, 1877, 'Macarena00', 1850, 5, 23, 0.57, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22796, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22797, 1877, 'Macarena00', 1894, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22798, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-07-13 14:16:03', '2024-07-13 14:16:03', '2024-07-14 14:17:03'),
(22799, 1886, 'Lovenest Luxe', 3312, 5, NULL, 69.00, 3, 1, 'manual_bid', '2024-07-13 14:30:16', '2024-07-13 14:30:16', '2024-07-14 14:31:03'),
(22800, 1886, 'Lovenest Luxe', 898, 5, NULL, 11.00, 2, 1, 'manual_bid', '2024-07-13 14:31:36', '2024-07-13 14:31:36', '2024-07-14 14:32:02'),
(22801, 1876, 'Etiuko', 3611, 12, NULL, 126.00, 1, 1, 'manual_bid', '2024-07-13 14:39:42', '2024-07-13 14:39:42', '2024-07-14 14:40:04'),
(22802, 1876, 'Etiuko', 5533, 12, NULL, 18.00, 1, 1, 'manual_bid', '2024-07-13 14:44:14', '2024-07-13 14:44:14', '2024-07-14 14:45:04'),
(22803, 1798, 'Feelyards', 2544, 7, NULL, 530.00, 1, 1, 'manual_bid', '2024-07-13 20:34:39', '2024-07-13 20:34:39', '2024-07-14 20:35:03'),
(22804, 1798, 'Feelyards', 3789, 13, NULL, 211.00, 1, 1, 'manual_bid', '2024-07-13 20:46:45', '2024-07-13 20:46:45', '2024-07-14 20:47:02'),
(22805, 1881, 'Almeida', 356, 18, 21, 2205.82, 1, 1, 'ai_bid', '2024-07-13 23:13:04', '2024-07-13 23:13:04', '2024-07-14 23:14:02'),
(22806, 1881, 'Almeida', 4368, 16, 21, 52.50, 1, 1, 'ai_bid', '2024-07-13 23:13:04', '2024-07-13 23:13:04', '2024-07-14 23:14:05'),
(22807, 1881, 'Almeida', 6135, 11, 21, 19.08, 1, 1, 'ai_bid', '2024-07-13 23:13:04', '2024-07-13 23:13:04', '2024-07-14 23:14:05'),
(22808, 1881, 'Almeida', 4164, 14, 21, 1356.79, 1, 1, 'ai_bid', '2024-07-13 23:13:04', '2024-07-13 23:13:04', '2024-07-14 23:14:05'),
(22809, 1881, 'Almeida', 4788, 12, 21, 474.58, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22810, 1881, 'Almeida', 5314, 14, 21, 157.45, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22811, 1881, 'Almeida', 3091, 18, 21, 44.43, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22812, 1881, 'Almeida', 1639, 4, 21, 16.30, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22813, 1881, 'Almeida', 2858, 19, 21, 3180.00, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22814, 1881, 'Almeida', 4561, 14, 21, 4680.00, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22815, 1881, 'Almeida', 2680, 14, 21, 27.98, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22816, 1881, 'Almeida', 4042, 19, 21, 222.59, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22817, 1881, 'Almeida', 2144, 10, 21, 33.31, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22818, 1881, 'Almeida', 5860, 15, 21, 83.99, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22819, 1881, 'Almeida', 2651, 17, 21, 16.31, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22820, 1881, 'Almeida', 3655, 10, 21, 18.69, 1, 1, 'ai_bid', '2024-07-13 23:13:05', '2024-07-13 23:13:05', '2024-07-14 23:14:05'),
(22821, 1881, 'Almeida', 3108, 2, 21, 258.96, 1, 1, 'ai_bid', '2024-07-13 23:13:06', '2024-07-13 23:13:06', '2024-07-14 23:14:05'),
(22822, 1881, 'Almeida', 1237, 14, 21, 23.58, 1, 1, 'ai_bid', '2024-07-13 23:13:06', '2024-07-13 23:13:06', '2024-07-14 23:14:05'),
(22823, 1881, 'Almeida', 5007, 11, 21, 6.55, 1, 1, 'ai_bid', '2024-07-13 23:13:06', '2024-07-13 23:13:06', '2024-07-14 23:14:05'),
(22824, 1881, 'Almeida', 2023, 19, 21, 1.02, 1, 1, 'ai_bid', '2024-07-13 23:13:06', '2024-07-13 23:13:06', '2024-07-14 23:14:05'),
(22825, 1881, 'Almeida', 1844, 19, 21, 0.32, 1, 1, 'ai_bid', '2024-07-13 23:13:06', '2024-07-13 23:13:06', '2024-07-14 23:14:05'),
(22826, 1872, 'Melisa', 2065, 12, 22, 7.52, 1, 1, 'ai_bid', '2024-07-14 00:48:03', '2024-07-14 00:48:03', '2024-07-15 00:48:04'),
(22827, 1872, 'Melisa', 1960, 19, 22, 84.75, 1, 1, 'ai_bid', '2024-07-14 00:48:03', '2024-07-14 00:48:03', '2024-07-15 00:48:06'),
(22828, 1872, 'Melisa', 2031, 4, 22, 558.62, 1, 1, 'ai_bid', '2024-07-14 00:48:03', '2024-07-14 00:48:03', '2024-07-15 00:48:06'),
(22829, 1872, 'Melisa', 5105, 16, 22, 22.82, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:06'),
(22830, 1872, 'Melisa', 5161, 16, 22, 34.64, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:06'),
(22831, 1872, 'Melisa', 2321, 18, 22, 152.93, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:06'),
(22832, 1872, 'Melisa', 2739, 18, 22, 293.28, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:06'),
(22833, 1872, 'Melisa', 1445, 14, 22, 2.55, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:06'),
(22834, 1872, 'Melisa', 3741, 14, 22, 4.15, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:07'),
(22835, 1872, 'Melisa', 1588, 4, 22, 3.18, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:07'),
(22836, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-14 00:48:04', '2024-07-14 00:48:04', '2024-07-15 00:48:07'),
(22837, 1850, 'Chanadus', 2265, 5, 24, 186.85, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:02'),
(22838, 1850, 'Chanadus', 3667, 13, 24, 19.56, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:02'),
(22839, 1850, 'Chanadus', 2005, 15, 24, 80.34, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22840, 1850, 'Chanadus', 1338, 15, 24, 17.17, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22841, 1850, 'Chanadus', 2312, 2, 24, 144.20, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22842, 1850, 'Chanadus', 660, 10, 24, 2.06, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22843, 1850, 'Chanadus', 4531, 16, 24, 370.79, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22844, 1850, 'Chanadus', 5113, 16, 24, 15.57, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22845, 1850, 'Chanadus', 2861, 14, 24, 57.74, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22846, 1850, 'Chanadus', 1345, 15, 24, 19.38, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22847, 1850, 'Chanadus', 2543, 19, 24, 88.40, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22848, 1850, 'Chanadus', 5421, 12, 24, 7.16, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22849, 1850, 'Chanadus', 1364, 15, 24, 89.76, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22850, 1850, 'Chanadus', 465, 19, 24, 13.12, 1, 1, 'ai_bid', '2024-07-14 07:40:07', '2024-07-14 07:40:07', '2024-07-15 07:41:03'),
(22851, 1850, 'Chanadus', 5751, 15, 24, 4.32, 1, 1, 'ai_bid', '2024-07-14 07:40:08', '2024-07-14 07:40:08', '2024-07-15 07:41:03'),
(22852, 1877, 'Macarena00', 4201, 18, 23, 20.20, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:04'),
(22853, 1877, 'Macarena00', 5314, 14, 23, 157.45, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:04'),
(22854, 1877, 'Macarena00', 574, 19, 23, 969.00, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:05'),
(22855, 1877, 'Macarena00', 1643, 19, 23, 15.60, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:05'),
(22856, 1877, 'Macarena00', 4965, 14, 23, 9.18, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:05'),
(22857, 1877, 'Macarena00', 4604, 16, 23, 27.27, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:05'),
(22858, 1877, 'Macarena00', 182, 7, 23, 145.69, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:05'),
(22859, 1877, 'Macarena00', 878, 19, 23, 295.74, 1, 1, 'ai_bid', '2024-07-14 15:29:04', '2024-07-14 15:29:04', '2024-07-15 15:30:05'),
(22860, 1877, 'Macarena00', 5525, 10, 23, 34.54, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22861, 1877, 'Macarena00', 2455, 2, 23, 49.44, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22862, 1877, 'Macarena00', 2299, 5, 23, 11.44, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22863, 1877, 'Macarena00', 3572, 17, 23, 32.73, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22864, 1877, 'Macarena00', 3526, 11, 23, 102.00, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22865, 1877, 'Macarena00', 1574, 19, 23, 201.40, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22866, 1877, 'Macarena00', 2892, 15, 23, 316.04, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22867, 1877, 'Macarena00', 696, 18, 23, 84.15, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22868, 1877, 'Macarena00', 2162, 17, 23, 52.95, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22869, 1877, 'Macarena00', 2219, 10, 23, 260.96, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22870, 1877, 'Macarena00', 145, 2, 23, 70.38, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22871, 1877, 'Macarena00', 2934, 14, 23, 116.54, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22872, 1877, 'Macarena00', 4230, 18, 23, 187.94, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22873, 1877, 'Macarena00', 2809, 18, 23, 36.81, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22874, 1877, 'Macarena00', 2931, 19, 23, 596.96, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22875, 1877, 'Macarena00', 5082, 16, 23, 23.89, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22876, 1877, 'Macarena00', 3047, 14, 23, 42.63, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22877, 1877, 'Macarena00', 2865, 14, 23, 55.54, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22878, 1877, 'Macarena00', 3290, 5, 23, 319.05, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22879, 1877, 'Macarena00', 4817, 17, 23, 18.29, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22880, 1877, 'Macarena00', 4706, 12, 23, 108.98, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22881, 1877, 'Macarena00', 3701, 14, 23, 18.01, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22882, 1877, 'Macarena00', 3512, 10, 23, 525.53, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22883, 1877, 'Macarena00', 4696, 12, 23, 25.50, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22884, 1877, 'Macarena00', 5241, 14, 23, 32.60, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22885, 1877, 'Macarena00', 355, 2, 23, 11.18, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22886, 1877, 'Macarena00', 3935, 16, 23, 91.15, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22887, 1877, 'Macarena00', 2410, 19, 23, 2038.40, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22888, 1877, 'Macarena00', 3584, 12, 23, 246.97, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22889, 1877, 'Macarena00', 3384, 10, 23, 9.37, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22890, 1877, 'Macarena00', 4350, 18, 23, 897.59, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22891, 1877, 'Macarena00', 995, 16, 23, 107.60, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22892, 1877, 'Macarena00', 2012, 4, 23, 202.78, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22893, 1877, 'Macarena00', 3339, 15, 23, 151.50, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22894, 1877, 'Macarena00', 1391, 15, 23, 40.56, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22895, 1877, 'Macarena00', 3776, 19, 23, 107.09, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22896, 1877, 'Macarena00', 3303, 16, 23, 1224.00, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22897, 1877, 'Macarena00', 293, 5, 23, 13.96, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22898, 1877, 'Macarena00', 1431, 19, 23, 58.29, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22899, 1877, 'Macarena00', 4178, 5, 23, 22.10, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22900, 1877, 'Macarena00', 3508, 11, 23, 9.09, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22901, 1877, 'Macarena00', 4534, 14, 23, 111.30, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22902, 1877, 'Macarena00', 3472, 14, 23, 303.89, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22903, 1877, 'Macarena00', 4884, 14, 23, 2.30, 1, 1, 'ai_bid', '2024-07-14 15:29:05', '2024-07-14 15:29:05', '2024-07-15 15:30:05'),
(22904, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-14 15:29:06', '2024-07-14 15:29:06', '2024-07-15 15:30:05'),
(22905, 1886, 'Lovenest Luxe', 2397, 2, NULL, 8.00, 29, 1, 'manual_bid', '2024-07-14 15:38:39', '2024-07-14 15:38:39', '2024-07-15 15:39:02'),
(22906, 1798, 'Feelyards', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-14 21:55:32', '2024-07-14 21:55:32', '2024-07-15 21:56:03'),
(22907, 1798, 'Feelyards', 3108, 2, NULL, 250.00, 1, 1, 'manual_bid', '2024-07-14 21:58:03', '2024-07-14 21:58:03', '2024-07-15 21:59:03'),
(22908, 1798, 'Feelyards', 3547, 13, NULL, 50.00, 1, 1, 'manual_bid', '2024-07-14 22:00:55', '2024-07-14 22:00:55', '2024-07-15 22:01:05'),
(22909, 1798, 'Feelyards', 3528, 13, NULL, 150.00, 1, 1, 'manual_bid', '2024-07-14 22:05:04', '2024-07-14 22:05:04', '2024-07-15 22:06:03'),
(22910, 1881, 'Almeida', 4696, 12, 21, 25.50, 1, 1, 'ai_bid', '2024-07-15 00:26:03', '2024-07-15 00:26:03', '2024-07-16 00:26:03'),
(22911, 1881, 'Almeida', 1309, 2, 21, 143.27, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:03'),
(22912, 1881, 'Almeida', 4467, 15, 21, 175.74, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:03'),
(22913, 1881, 'Almeida', 1124, 4, 21, 4.32, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:03'),
(22914, 1881, 'Almeida', 397, 17, 21, 29.66, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:03'),
(22915, 1881, 'Almeida', 4362, 18, 21, 3939.00, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:03'),
(22916, 1881, 'Almeida', 4725, 14, 21, 376.95, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:03'),
(22917, 1881, 'Almeida', 2392, 2, 21, 135.68, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:03'),
(22918, 1881, 'Almeida', 3240, 4, 21, 103.61, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22919, 1881, 'Almeida', 513, 19, 21, 4637.50, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22920, 1881, 'Almeida', 2219, 10, 21, 273.88, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22921, 1881, 'Almeida', 3034, 14, 21, 21.58, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22922, 1881, 'Almeida', 3453, 10, 21, 16.13, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22923, 1881, 'Almeida', 1241, 10, 21, 191.25, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22924, 1881, 'Almeida', 5953, 17, 21, 10.60, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22925, 1881, 'Almeida', 4864, 12, 21, 462.58, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22926, 1881, 'Almeida', 3436, 10, 21, 21.62, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22927, 1881, 'Almeida', 5528, 10, 21, 23.73, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22928, 1881, 'Almeida', 5685, 10, 21, 37.77, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22929, 1881, 'Almeida', 5505, 10, 21, 85.85, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22930, 1881, 'Almeida', 802, 18, 21, 64.30, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22931, 1881, 'Almeida', 3458, 10, 21, 15.60, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22932, 1881, 'Almeida', 2212, 10, 21, 42.62, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22933, 1881, 'Almeida', 378, 10, 21, 366.63, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22934, 1881, 'Almeida', 1111, 19, 21, 1515.80, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22935, 1881, 'Almeida', 3060, 18, 21, 15.60, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22936, 1881, 'Almeida', 2438, 5, 21, 133.90, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22937, 1881, 'Almeida', 171, 16, 21, 99.99, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22938, 1881, 'Almeida', 2079, 10, 21, 20.59, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22939, 1881, 'Almeida', 934, 17, 21, 13.24, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22940, 1881, 'Almeida', 901, 18, 21, 21.23, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22941, 1881, 'Almeida', 1507, 10, 21, 3.70, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22942, 1881, 'Almeida', 1152, 18, 21, 33.99, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22943, 1881, 'Almeida', 5024, 14, 21, 4.15, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22944, 1881, 'Almeida', 1602, 19, 21, 4.94, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22945, 1881, 'Almeida', 734, 19, 21, 0.23, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22946, 1881, 'Almeida', 1811, 5, 21, 0.21, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22947, 1881, 'Almeida', 1894, 19, 21, 0.21, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22948, 1881, 'Almeida', 803, 19, 21, 0.21, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22949, 1881, 'Almeida', 1827, 19, 21, 0.12, 1, 1, 'ai_bid', '2024-07-15 00:26:05', '2024-07-15 00:26:05', '2024-07-16 00:27:04'),
(22950, 1872, 'Melisa', 1822, 19, 22, 40.95, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22951, 1872, 'Melisa', 96, 2, 22, 21.42, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22952, 1872, 'Melisa', 4036, 18, 22, 6.22, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22953, 1872, 'Melisa', 1145, 19, 22, 39.90, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22954, 1872, 'Melisa', 1611, 18, 22, 124.68, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22955, 1872, 'Melisa', 1554, 18, 22, 14.84, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22956, 1872, 'Melisa', 3500, 10, 22, 364.00, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22957, 1872, 'Melisa', 668, 10, 22, 5.05, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:04'),
(22958, 1872, 'Melisa', 1235, 19, 22, 12.25, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22959, 1872, 'Melisa', 6175, 14, 22, 81.59, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22960, 1872, 'Melisa', 3783, 15, 22, 20.79, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22961, 1872, 'Melisa', 3746, 7, 22, 39.63, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22962, 1872, 'Melisa', 2115, 19, 22, 23.10, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22963, 1872, 'Melisa', 3599, 12, 22, 10.96, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22964, 1872, 'Melisa', 1201, 10, 22, 21.20, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22965, 1872, 'Melisa', 1195, 18, 22, 13.63, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22966, 1872, 'Melisa', 1181, 18, 22, 26.52, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22967, 1872, 'Melisa', 2457, 19, 22, 3.37, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22968, 1872, 'Melisa', 3351, 7, 22, 206.00, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22969, 1872, 'Melisa', 1291, 2, 22, 10.96, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22970, 1872, 'Melisa', 916, 13, 22, 20.19, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22971, 1872, 'Melisa', 3968, 16, 22, 26.67, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22972, 1872, 'Melisa', 2932, 2, 22, 28.35, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22973, 1872, 'Melisa', 4302, 18, 22, 10.74, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22974, 1872, 'Melisa', 734, 19, 22, 0.23, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22975, 1872, 'Melisa', 716, 19, 22, 1.02, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22976, 1872, 'Melisa', 1850, 5, 22, 0.58, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22977, 1872, 'Melisa', 1894, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-15 02:00:06', '2024-07-15 02:00:06', '2024-07-16 02:01:05'),
(22978, 1747, 'Shopnice', 1700, 19, NULL, 55.00, 10, 1, 'manual_bid', '2024-07-15 08:01:35', '2024-07-15 08:01:35', '2024-07-16 08:02:03'),
(22979, 1747, 'Shopnice', 1730, 19, NULL, 471.00, 2, 1, 'manual_bid', '2024-07-15 08:07:11', '2024-07-15 08:07:11', '2024-07-16 08:08:02'),
(22980, 1747, 'Shopnice', 1956, 19, NULL, 10.07, 6, 1, 'manual_bid', '2024-07-15 08:12:00', '2024-07-15 08:12:00', '2024-07-16 08:12:02'),
(22981, 1747, 'Shopnice', 1640, 19, NULL, 1.00, 6, 1, 'manual_bid', '2024-07-15 08:16:57', '2024-07-15 08:16:57', '2024-07-16 08:17:03'),
(22982, 1850, 'Chanadus', 2623, 14, 24, 9.30, 1, 1, 'ai_bid', '2024-07-15 08:53:04', '2024-07-15 08:53:04', '2024-07-16 08:54:03'),
(22983, 1850, 'Chanadus', 4880, 14, 24, 8.15, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22984, 1850, 'Chanadus', 2036, 2, 24, 63.26, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22985, 1850, 'Chanadus', 2972, 19, 24, 36.75, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22986, 1850, 'Chanadus', 5932, 17, 24, 21.80, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22987, 1850, 'Chanadus', 4871, 17, 24, 70.69, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22988, 1850, 'Chanadus', 2244, 18, 24, 64.27, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22989, 1850, 'Chanadus', 502, 19, 24, 55.55, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22990, 1850, 'Chanadus', 624, 5, 24, 1.03, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22991, 1850, 'Chanadus', 297, 5, 24, 43.03, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22992, 1850, 'Chanadus', 4447, 15, 24, 112.20, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22993, 1850, 'Chanadus', 5904, 11, 24, 108.12, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22994, 1850, 'Chanadus', 1622, 19, 24, 29.40, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22995, 1850, 'Chanadus', 4025, 17, 24, 82.60, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22996, 1850, 'Chanadus', 3753, 7, 24, 77.24, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22997, 1850, 'Chanadus', 2350, 19, 24, 8.40, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22998, 1850, 'Chanadus', 695, 18, 24, 75.77, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(22999, 1850, 'Chanadus', 5717, 15, 24, 187.20, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23000, 1850, 'Chanadus', 3373, 7, 24, 11.32, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23001, 1850, 'Chanadus', 697, 18, 24, 52.76, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23002, 1850, 'Chanadus', 3122, 2, 24, 3.12, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23003, 1850, 'Chanadus', 1942, 7, 24, 7.99, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23004, 1850, 'Chanadus', 6108, 11, 24, 2.29, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23005, 1850, 'Chanadus', 734, 19, 24, 0.22, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23006, 1850, 'Chanadus', 1829, 5, 24, 0.79, 1, 1, 'ai_bid', '2024-07-15 08:53:06', '2024-07-15 08:53:06', '2024-07-16 08:54:03'),
(23007, 1876, 'Etiuko', 3621, 12, NULL, 101.00, 1, 1, 'manual_bid', '2024-07-15 09:49:58', '2024-07-15 09:49:58', '2024-07-16 09:50:05'),
(23008, 1876, 'Etiuko', 4804, 12, NULL, 22.00, 2, 1, 'manual_bid', '2024-07-15 10:20:39', '2024-07-15 10:20:39', '2024-07-16 10:21:04'),
(23009, 1877, 'Macarena00', 2428, 19, 23, 4509.75, 1, 1, 'ai_bid', '2024-07-15 16:42:03', '2024-07-15 16:42:03', '2024-07-16 16:43:03'),
(23010, 1877, 'Macarena00', 2331, 10, 23, 28.80, 1, 1, 'ai_bid', '2024-07-15 16:42:03', '2024-07-15 16:42:03', '2024-07-16 16:43:05'),
(23011, 1877, 'Macarena00', 4358, 14, 23, 5.14, 1, 1, 'ai_bid', '2024-07-15 16:42:03', '2024-07-15 16:42:03', '2024-07-16 16:43:05'),
(23012, 1877, 'Macarena00', 1504, 15, 23, 31.25, 1, 1, 'ai_bid', '2024-07-15 16:42:03', '2024-07-15 16:42:03', '2024-07-16 16:43:05'),
(23013, 1877, 'Macarena00', 3242, 4, 23, 22.44, 1, 1, 'ai_bid', '2024-07-15 16:42:03', '2024-07-15 16:42:03', '2024-07-16 16:43:05'),
(23014, 1877, 'Macarena00', 6153, 11, 23, 33.98, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23015, 1877, 'Macarena00', 5587, 10, 23, 11.10, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23016, 1877, 'Macarena00', 6147, 11, 23, 15.74, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23017, 1877, 'Macarena00', 3975, 12, 23, 2430.57, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23018, 1877, 'Macarena00', 2161, 19, 23, 27.70, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23019, 1877, 'Macarena00', 4911, 12, 23, 29.72, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23020, 1877, 'Macarena00', 3002, 1, 23, 808.00, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23021, 1877, 'Macarena00', 5894, 13, 23, 13.08, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23022, 1877, 'Macarena00', 3053, 18, 23, 75.40, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23023, 1877, 'Macarena00', 2712, 14, 23, 23.10, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23024, 1877, 'Macarena00', 4917, 11, 23, 18.66, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23025, 1877, 'Macarena00', 2542, 14, 23, 34.97, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23026, 1877, 'Macarena00', 1454, 17, 23, 70.53, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23027, 1877, 'Macarena00', 1681, 19, 23, 17.26, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23028, 1877, 'Macarena00', 4802, 17, 23, 43.86, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23029, 1877, 'Macarena00', 5396, 17, 23, 46.80, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23030, 1877, 'Macarena00', 4855, 17, 23, 349.17, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23031, 1877, 'Macarena00', 563, 17, 23, 4.08, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23032, 1877, 'Macarena00', 5517, 10, 23, 22.84, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23033, 1877, 'Macarena00', 359, 2, 23, 132.60, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23034, 1877, 'Macarena00', 750, 19, 23, 3.99, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23035, 1877, 'Macarena00', 4587, 16, 23, 26.28, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23036, 1877, 'Macarena00', 3688, 18, 23, 59.33, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23037, 1877, 'Macarena00', 4157, 14, 23, 86.85, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23038, 1877, 'Macarena00', 228, 5, 23, 5.14, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23039, 1877, 'Macarena00', 1250, 19, 23, 12.66, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23040, 1877, 'Macarena00', 6059, 15, 23, 20.99, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23041, 1877, 'Macarena00', 5607, 16, 23, 10.49, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23042, 1877, 'Macarena00', 1464, 14, 23, 35.84, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23043, 1877, 'Macarena00', 1674, 18, 23, 1572.90, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23044, 1877, 'Macarena00', 4723, 12, 23, 16.32, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23045, 1877, 'Macarena00', 3522, 11, 23, 30.44, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23046, 1877, 'Macarena00', 5704, 10, 23, 2.64, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23047, 1877, 'Macarena00', 872, 19, 23, 26.24, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23048, 1877, 'Macarena00', 4775, 12, 23, 55.28, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23049, 1877, 'Macarena00', 803, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23050, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23051, 1877, 'Macarena00', 1844, 19, 23, 0.32, 1, 1, 'ai_bid', '2024-07-15 16:42:04', '2024-07-15 16:42:04', '2024-07-16 16:43:05'),
(23052, 1877, 'Macarena00', 1894, 19, 23, 0.20, 1, 1, 'ai_bid', '2024-07-15 16:42:05', '2024-07-15 16:42:05', '2024-07-16 16:43:05'),
(23053, 1886, 'Lovenest Luxe', 1386, 2, NULL, 9.00, 26, 1, 'manual_bid', '2024-07-15 17:04:35', '2024-07-15 17:04:35', '2024-07-16 17:05:03'),
(23054, 1798, 'Feelyards', 123, 7, NULL, 494.00, 1, 1, 'manual_bid', '2024-07-15 23:48:15', '2024-07-15 23:48:15', '2024-07-16 23:49:03'),
(23055, 1798, 'Feelyards', 5983, 11, NULL, 101.00, 1, 1, 'manual_bid', '2024-07-15 23:53:01', '2024-07-15 23:53:01', '2024-07-16 23:53:03'),
(23056, 1798, 'Feelyards', 3810, 4, NULL, 154.00, 1, 1, 'manual_bid', '2024-07-15 23:56:32', '2024-07-15 23:56:32', '2024-07-16 23:57:02'),
(23057, 1798, 'Feelyards', 1092, 4, NULL, 10.00, 1, 1, 'manual_bid', '2024-07-16 00:00:00', '2024-07-16 00:00:00', '2024-07-17 00:00:06'),
(23058, 1881, 'Almeida', 18, 2, 21, 10.50, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(23059, 1881, 'Almeida', 3188, 5, 21, 13.20, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23060, 1881, 'Almeida', 4957, 11, 21, 3538.08, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23061, 1881, 'Almeida', 2346, 1, 21, 163.03, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23062, 1881, 'Almeida', 1554, 18, 21, 14.42, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23063, 1881, 'Almeida', 804, 18, 21, 8.07, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23064, 1881, 'Almeida', 2097, 5, 21, 9.42, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23065, 1881, 'Almeida', 5284, 14, 21, 353.95, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23066, 1881, 'Almeida', 1116, 16, 21, 94.35, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23067, 1881, 'Almeida', 414, 7, 21, 31.96, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23068, 1881, 'Almeida', 4160, 14, 21, 1139.18, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:04'),
(23069, 1881, 'Almeida', 5648, 10, 21, 7625.52, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23070, 1881, 'Almeida', 6028, 15, 21, 2.28, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23071, 1881, 'Almeida', 5873, 13, 21, 8.31, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23072, 1881, 'Almeida', 4665, 12, 21, 8.18, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23073, 1881, 'Almeida', 6059, 15, 21, 20.39, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23074, 1881, 'Almeida', 1182, 19, 21, 102.96, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23075, 1881, 'Almeida', 6115, 11, 21, 5.23, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23076, 1881, 'Almeida', 1293, 15, 21, 33.57, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23077, 1881, 'Almeida', 3390, 10, 21, 20.78, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23078, 1881, 'Almeida', 5411, 17, 21, 27.99, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23079, 1881, 'Almeida', 2359, 19, 21, 30.30, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23080, 1881, 'Almeida', 5990, 17, 21, 4.90, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23081, 1881, 'Almeida', 5905, 17, 21, 2.47, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23082, 1881, 'Almeida', 756, 19, 21, 0.47, 1, 1, 'ai_bid', '2024-07-16 01:39:04', '2024-07-16 01:39:04', '2024-07-17 01:40:05'),
(23083, 1869, 'Anatoliy fast store', 5370, 13, 25, 81.59, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23084, 1869, 'Anatoliy fast store', 3689, 14, 25, 211.04, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23085, 1869, 'Anatoliy fast store', 3928, 16, 25, 10.50, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23086, 1869, 'Anatoliy fast store', 1523, 10, 25, 1.65, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23087, 1869, 'Anatoliy fast store', 662, 17, 25, 17.34, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23088, 1869, 'Anatoliy fast store', 145, 2, 25, 72.45, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23089, 1869, 'Anatoliy fast store', 4698, 12, 25, 21.15, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23090, 1869, 'Anatoliy fast store', 409, 17, 25, 359.47, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23091, 1869, 'Anatoliy fast store', 78, 2, 25, 71.40, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23092, 1869, 'Anatoliy fast store', 1961, 13, 25, 19.08, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23093, 1869, 'Anatoliy fast store', 1245, 19, 25, 10.05, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23094, 1869, 'Anatoliy fast store', 5210, 13, 25, 36.04, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23095, 1869, 'Anatoliy fast store', 2218, 18, 25, 21.54, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23096, 1869, 'Anatoliy fast store', 5631, 15, 25, 42.40, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23097, 1869, 'Anatoliy fast store', 1233, 19, 25, 21.54, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23098, 1869, 'Anatoliy fast store', 756, 19, 25, 0.46, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23099, 1869, 'Anatoliy fast store', 3324, 7, 25, 1.42, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23100, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23101, 1869, 'Anatoliy fast store', 949, 5, 25, 0.32, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23102, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.21, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23103, 1869, 'Anatoliy fast store', 734, 19, 25, 0.22, 1, 1, 'ai_bid', '2024-07-16 02:04:04', '2024-07-16 02:04:04', '2024-07-17 02:05:04'),
(23104, 1850, 'Chanadus', 3327, 7, NULL, 2.40, 3, 1, 'manual_bid', '2024-07-16 03:09:45', '2024-07-16 03:09:45', '2024-07-17 03:10:04'),
(23105, 1872, 'Melisa', 5766, 15, 22, 22.04, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:03'),
(23106, 1872, 'Melisa', 5123, 16, 22, 387.45, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:03'),
(23107, 1872, 'Melisa', 1029, 19, 22, 31.19, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:03'),
(23108, 1872, 'Melisa', 808, 10, 22, 13.14, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:03'),
(23109, 1872, 'Melisa', 1663, 17, 22, 205.37, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:03'),
(23110, 1872, 'Melisa', 1980, 19, 22, 123.60, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:03'),
(23111, 1872, 'Melisa', 1439, 10, 22, 255.14, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23112, 1872, 'Melisa', 1050, 17, 22, 78.75, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23113, 1872, 'Melisa', 1342, 10, 22, 6.23, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23114, 1872, 'Melisa', 2585, 14, 22, 20.59, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23115, 1872, 'Melisa', 4896, 11, 22, 21.90, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23116, 1872, 'Melisa', 3846, 16, 22, 5.14, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23117, 1872, 'Melisa', 1967, 19, 22, 2.74, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23118, 1872, 'Melisa', 4983, 12, 22, 11.71, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23119, 1872, 'Melisa', 1894, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23120, 1872, 'Melisa', 734, 19, 22, 0.23, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23121, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-16 03:13:04', '2024-07-16 03:13:04', '2024-07-17 03:14:04'),
(23122, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-16 03:14:04', '2024-07-16 03:14:04', '2024-07-17 03:15:05'),
(23123, 1850, 'Chanadus', 304, 7, 24, 122.88, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:02'),
(23124, 1850, 'Chanadus', 1432, 15, 24, 8.31, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:02'),
(23125, 1850, 'Chanadus', 549, 7, 24, 10.10, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:02'),
(23126, 1850, 'Chanadus', 3676, 18, 24, 8.99, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:02'),
(23127, 1850, 'Chanadus', 5019, 11, 24, 259.99, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:02'),
(23128, 1850, 'Chanadus', 909, 5, 24, 30.30, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23129, 1850, 'Chanadus', 1330, 15, 24, 72.56, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23130, 1850, 'Chanadus', 1825, 4, 24, 222.19, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23131, 1850, 'Chanadus', 4147, 14, 24, 100.99, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23132, 1850, 'Chanadus', 2493, 19, 24, 58.30, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23133, 1850, 'Chanadus', 3670, 13, 24, 10.49, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23134, 1850, 'Chanadus', 3073, 2, 24, 116.48, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23135, 1850, 'Chanadus', 724, 1, 24, 39.10, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23136, 1850, 'Chanadus', 5496, 10, 24, 62.21, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23137, 1850, 'Chanadus', 1638, 17, 24, 15.36, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23138, 1850, 'Chanadus', 4645, 15, 24, 7.27, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23139, 1850, 'Chanadus', 3741, 14, 24, 4.15, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23140, 1850, 'Chanadus', 1827, 19, 24, 0.13, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23141, 1850, 'Chanadus', 949, 5, 24, 0.31, 1, 1, 'ai_bid', '2024-07-16 10:05:06', '2024-07-16 10:05:06', '2024-07-17 10:06:03'),
(23142, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-07-16 10:06:04', '2024-07-16 10:06:04', '2024-07-17 10:07:03'),
(23143, 1876, 'Etiuko', 289, 5, NULL, 73.00, 2, 1, 'manual_bid', '2024-07-16 17:09:02', '2024-07-16 17:09:02', '2024-07-17 17:09:03'),
(23144, 1877, 'Macarena00', 58, 2, 23, 32.96, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23145, 1877, 'Macarena00', 4957, 11, 23, 3504.06, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23146, 1877, 'Macarena00', 5395, 17, 23, 86.95, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23147, 1877, 'Macarena00', 5015, 14, 23, 8.39, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23148, 1877, 'Macarena00', 4310, 15, 23, 13.97, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23149, 1877, 'Macarena00', 6135, 11, 23, 18.54, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23150, 1877, 'Macarena00', 1622, 19, 23, 29.68, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23151, 1877, 'Macarena00', 4896, 11, 23, 22.11, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23152, 1877, 'Macarena00', 5048, 11, 23, 50.39, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23153, 1877, 'Macarena00', 1624, 4, 23, 41.53, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23154, 1877, 'Macarena00', 2902, 17, 23, 2693.60, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23155, 1877, 'Macarena00', 1422, 10, 23, 20.17, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23156, 1877, 'Macarena00', 3002, 1, 23, 808.00, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23157, 1877, 'Macarena00', 5843, 17, 23, 1414.00, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23158, 1877, 'Macarena00', 5995, 17, 23, 208.79, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23159, 1877, 'Macarena00', 74, 2, 23, 4.12, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:02'),
(23160, 1877, 'Macarena00', 2639, 18, 23, 10.60, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23161, 1877, 'Macarena00', 4747, 12, 23, 52.99, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23162, 1877, 'Macarena00', 687, 10, 23, 133.62, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23163, 1877, 'Macarena00', 2374, 19, 23, 19.89, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23164, 1877, 'Macarena00', 1835, 10, 23, 103.00, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23165, 1877, 'Macarena00', 2063, 13, 23, 5.08, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23166, 1877, 'Macarena00', 5000, 13, 23, 20.20, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23167, 1877, 'Macarena00', 1326, 15, 23, 34.55, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23168, 1877, 'Macarena00', 1839, 12, 23, 39.90, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23169, 1877, 'Macarena00', 1620, 4, 23, 117.38, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23170, 1877, 'Macarena00', 6020, 17, 23, 20.79, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23171, 1877, 'Macarena00', 2891, 19, 23, 30.60, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23172, 1877, 'Macarena00', 2707, 16, 23, 24.37, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23173, 1877, 'Macarena00', 2948, 14, 23, 37.08, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23174, 1877, 'Macarena00', 3198, 4, 23, 53.36, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23175, 1877, 'Macarena00', 2569, 10, 23, 71.19, 1, 1, 'ai_bid', '2024-07-16 17:55:04', '2024-07-16 17:55:04', '2024-07-17 17:56:03'),
(23176, 1877, 'Macarena00', 4127, 18, 23, 10.49, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23177, 1877, 'Macarena00', 4491, 15, 23, 25.44, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23178, 1877, 'Macarena00', 3398, 10, 23, 40.56, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23179, 1877, 'Macarena00', 1306, 2, 23, 10.60, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23180, 1877, 'Macarena00', 5318, 14, 23, 224.35, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23181, 1877, 'Macarena00', 1314, 15, 23, 153.70, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23182, 1877, 'Macarena00', 2377, 19, 23, 36.76, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23183, 1877, 'Macarena00', 2885, 14, 23, 27.53, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23184, 1877, 'Macarena00', 1588, 4, 23, 3.15, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23185, 1877, 'Macarena00', 3065, 2, 23, 4.24, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23186, 1877, 'Macarena00', 5125, 16, 23, 237.88, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23187, 1877, 'Macarena00', 2849, 16, 23, 40.77, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23188, 1877, 'Macarena00', 3021, 14, 23, 322.19, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23189, 1877, 'Macarena00', 475, 17, 23, 32.64, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23190, 1877, 'Macarena00', 473, 17, 23, 16.15, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23191, 1877, 'Macarena00', 4916, 12, 23, 15.48, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23192, 1877, 'Macarena00', 734, 19, 23, 0.22, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23193, 1877, 'Macarena00', 1894, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23194, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-07-16 17:55:05', '2024-07-16 17:55:05', '2024-07-17 17:56:03'),
(23195, 1886, 'Lovenest Luxe', 3150, 4, NULL, 4.00, 59, 1, 'manual_bid', '2024-07-16 18:14:22', '2024-07-16 18:14:22', '2024-07-17 18:15:04'),
(23196, 1798, 'Feelyards', 3370, 7, NULL, 101.00, 2, 1, 'manual_bid', '2024-07-17 02:25:49', '2024-07-17 02:25:49', '2024-07-18 02:26:02'),
(23197, 1798, 'Feelyards', 3750, 7, NULL, 66.00, 1, 1, 'manual_bid', '2024-07-17 02:27:48', '2024-07-17 02:27:48', '2024-07-18 02:28:02'),
(23198, 1798, 'Feelyards', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-17 02:33:23', '2024-07-17 02:33:23', '2024-07-18 02:34:02'),
(23199, 1798, 'Feelyards', 1989, 4, NULL, 50.00, 4, 1, 'manual_bid', '2024-07-17 02:34:48', '2024-07-17 02:34:48', '2024-07-18 02:35:04'),
(23200, 1881, 'Almeida', 5446, 12, 21, 290.88, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23201, 1881, 'Almeida', 1879, 19, 21, 45.58, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23202, 1881, 'Almeida', 951, 18, 21, 455.94, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23203, 1881, 'Almeida', 3489, 10, 21, 10.19, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23204, 1881, 'Almeida', 2784, 14, 21, 14.31, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23205, 1881, 'Almeida', 5621, 15, 21, 157.50, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23206, 1881, 'Almeida', 5811, 15, 21, 45.32, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23207, 1881, 'Almeida', 3234, 4, 21, 6297.89, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23208, 1881, 'Almeida', 3005, 19, 21, 63.43, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23209, 1881, 'Almeida', 4350, 18, 21, 888.79, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23210, 1881, 'Almeida', 3655, 10, 21, 18.16, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23211, 1881, 'Almeida', 4378, 14, 21, 203.00, 1, 1, 'ai_bid', '2024-07-17 02:52:02', '2024-07-17 02:52:02', '2024-07-18 02:52:02'),
(23212, 1881, 'Almeida', 5952, 15, 21, 3565.79, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23213, 1881, 'Almeida', 379, 2, 21, 7.21, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23214, 1881, 'Almeida', 5859, 17, 21, 200.85, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23215, 1881, 'Almeida', 199, 7, 21, 5.81, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23216, 1881, 'Almeida', 3122, 2, 21, 3.15, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23217, 1881, 'Almeida', 5805, 13, 21, 18.89, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23218, 1881, 'Almeida', 3657, 13, 21, 7.13, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23219, 1881, 'Almeida', 5282, 16, 21, 41.36, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23220, 1881, 'Almeida', 5119, 13, 21, 61.60, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23221, 1881, 'Almeida', 2355, 19, 21, 412.00, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23222, 1881, 'Almeida', 1977, 4, 21, 260.00, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23223, 1881, 'Almeida', 3202, 4, 21, 7.84, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23224, 1881, 'Almeida', 932, 5, 21, 13.68, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23225, 1881, 'Almeida', 409, 17, 21, 362.96, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23226, 1881, 'Almeida', 2023, 19, 21, 1.06, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23227, 1881, 'Almeida', 1445, 14, 21, 2.55, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23228, 1881, 'Almeida', 19, 2, 21, 5.10, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23229, 1881, 'Almeida', 1850, 5, 21, 0.57, 1, 1, 'ai_bid', '2024-07-17 02:52:03', '2024-07-17 02:52:03', '2024-07-18 02:53:02'),
(23230, 1869, 'Anatoliy fast store', 3001, 19, 25, 85.86, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23231, 1869, 'Anatoliy fast store', 409, 17, 25, 352.49, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23232, 1869, 'Anatoliy fast store', 604, 10, 25, 10.20, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23233, 1869, 'Anatoliy fast store', 2611, 14, 25, 9.96, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23234, 1869, 'Anatoliy fast store', 3779, 7, 25, 59.56, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23235, 1869, 'Anatoliy fast store', 4959, 13, 25, 273.00, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23236, 1869, 'Anatoliy fast store', 87, 2, 25, 102.00, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23237, 1869, 'Anatoliy fast store', 5003, 14, 25, 11.32, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23238, 1869, 'Anatoliy fast store', 158, 16, 25, 48.00, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23239, 1869, 'Anatoliy fast store', 5722, 16, 25, 29.28, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23240, 1869, 'Anatoliy fast store', 2196, 19, 25, 15.60, 1, 1, 'ai_bid', '2024-07-17 03:17:05', '2024-07-17 03:17:05', '2024-07-18 03:18:03'),
(23241, 1869, 'Anatoliy fast store', 4074, 5, 25, 16.31, 1, 1, 'ai_bid', '2024-07-17 03:17:06', '2024-07-17 03:17:06', '2024-07-18 03:18:03'),
(23242, 1869, 'Anatoliy fast store', 3318, 5, 25, 1.17, 1, 1, 'ai_bid', '2024-07-17 03:17:06', '2024-07-17 03:17:06', '2024-07-18 03:18:03'),
(23243, 1869, 'Anatoliy fast store', 734, 19, 25, 0.23, 1, 1, 'ai_bid', '2024-07-17 03:17:06', '2024-07-17 03:17:06', '2024-07-18 03:18:03'),
(23244, 1872, 'Melisa', 2556, 14, 22, 25.49, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23245, 1872, 'Melisa', 4967, 13, 22, 226.60, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23246, 1872, 'Melisa', 3071, 2, 22, 30.59, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23247, 1872, 'Melisa', 5972, 17, 22, 15.74, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23248, 1872, 'Melisa', 2231, 18, 22, 54.05, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23249, 1872, 'Melisa', 3215, 4, 22, 9.08, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23250, 1872, 'Melisa', 5037, 11, 22, 12.71, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23251, 1872, 'Melisa', 2245, 19, 22, 620.10, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23252, 1872, 'Melisa', 4474, 15, 22, 48.25, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23253, 1872, 'Melisa', 4637, 5, 22, 23.09, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23254, 1872, 'Melisa', 4730, 12, 22, 15.79, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23255, 1872, 'Melisa', 6025, 11, 22, 101.96, 1, 1, 'ai_bid', '2024-07-17 04:27:04', '2024-07-17 04:27:04', '2024-07-18 04:28:03'),
(23256, 1872, 'Melisa', 131, 18, 22, 7.35, 1, 1, 'ai_bid', '2024-07-17 04:27:05', '2024-07-17 04:27:05', '2024-07-18 04:28:03'),
(23257, 1872, 'Melisa', 3852, 16, 22, 5.29, 1, 1, 'ai_bid', '2024-07-17 04:27:05', '2024-07-17 04:27:05', '2024-07-18 04:28:03'),
(23258, 1872, 'Melisa', 803, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-17 04:27:05', '2024-07-17 04:27:05', '2024-07-18 04:28:03'),
(23259, 1902, 'Good bargain stores', 4094, 5, NULL, 210.00, 4, 1, 'manual_bid', '2024-07-17 08:40:34', '2024-07-17 08:40:34', '2024-07-18 08:41:02'),
(23260, 1902, 'Good bargain stores', 5862, 15, 26, 24.02, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:02'),
(23261, 1902, 'Good bargain stores', 3365, 7, 26, 7.07, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23262, 1902, 'Good bargain stores', 136, 2, 26, 23.55, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23263, 1902, 'Good bargain stores', 62, 2, 26, 18.36, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23264, 1902, 'Good bargain stores', 593, 10, 26, 15.75, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23265, 1902, 'Good bargain stores', 457, 16, 26, 205.91, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23266, 1902, 'Good bargain stores', 2356, 19, 26, 82.40, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23267, 1902, 'Good bargain stores', 1362, 10, 26, 42.02, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23268, 1902, 'Good bargain stores', 4075, 14, 26, 19.19, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23269, 1902, 'Good bargain stores', 5240, 14, 26, 25.91, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23270, 1902, 'Good bargain stores', 832, 13, 26, 11.36, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23271, 1902, 'Good bargain stores', 4796, 12, 26, 10.41, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23272, 1902, 'Good bargain stores', 5640, 10, 26, 8.15, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23273, 1902, 'Good bargain stores', 678, 10, 26, 2.12, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23274, 1902, 'Good bargain stores', 2370, 19, 26, 2.26, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23275, 1902, 'Good bargain stores', 6104, 11, 26, 1.49, 1, 1, 'ai_bid', '2024-07-17 09:18:03', '2024-07-17 09:18:03', '2024-07-18 09:19:04'),
(23276, 1902, 'Good bargain stores', 3051, 18, 27, 74.95, 1, 1, 'ai_bid', '2024-07-17 09:41:03', '2024-07-17 09:41:03', '2024-07-18 09:42:03'),
(23277, 1902, 'Good bargain stores', 965, 5, 27, 1050.00, 1, 1, 'ai_bid', '2024-07-17 09:41:03', '2024-07-17 09:41:03', '2024-07-18 09:42:03'),
(23278, 1902, 'Good bargain stores', 1319, 2, 27, 918.00, 1, 1, 'ai_bid', '2024-07-17 09:41:03', '2024-07-17 09:41:03', '2024-07-18 09:42:03'),
(23279, 1902, 'Good bargain stores', 2190, 12, 27, 7.13, 1, 1, 'ai_bid', '2024-07-17 09:41:03', '2024-07-17 09:41:03', '2024-07-18 09:42:03'),
(23280, 1902, 'Good bargain stores', 5598, 10, 27, 82.55, 1, 1, 'ai_bid', '2024-07-17 09:41:03', '2024-07-17 09:41:03', '2024-07-18 09:42:03'),
(23281, 1902, 'Good bargain stores', 2316, 18, 27, 53.52, 1, 1, 'ai_bid', '2024-07-17 09:41:03', '2024-07-17 09:41:03', '2024-07-18 09:42:03'),
(23282, 1902, 'Good bargain stores', 5826, 15, 27, 6.23, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23283, 1902, 'Good bargain stores', 1318, 15, 27, 41.34, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23284, 1902, 'Good bargain stores', 4364, 16, 27, 11.44, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23285, 1902, 'Good bargain stores', 3514, 10, 27, 632.64, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23286, 1902, 'Good bargain stores', 1317, 19, 27, 15.35, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23287, 1902, 'Good bargain stores', 5983, 11, 27, 106.00, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23288, 1902, 'Good bargain stores', 5139, 19, 27, 1030.00, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23289, 1902, 'Good bargain stores', 357, 10, 27, 45.70, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23290, 1902, 'Good bargain stores', 1316, 15, 27, 41.19, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23291, 1902, 'Good bargain stores', 2640, 14, 27, 34.31, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23292, 1902, 'Good bargain stores', 2208, 12, 27, 59.88, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23293, 1902, 'Good bargain stores', 3448, 11, 27, 14.39, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23294, 1902, 'Good bargain stores', 1315, 2, 27, 40.80, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23295, 1902, 'Good bargain stores', 2282, 2, 27, 41.20, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23296, 1902, 'Good bargain stores', 3918, 2, 27, 1412.99, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23297, 1902, 'Good bargain stores', 656, 17, 27, 4.24, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23298, 1902, 'Good bargain stores', 2564, 19, 27, 2957.40, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23299, 1902, 'Good bargain stores', 4717, 14, 27, 30.15, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23300, 1902, 'Good bargain stores', 1888, 19, 27, 544.87, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23301, 1902, 'Good bargain stores', 2103, 5, 27, 4.20, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23302, 1902, 'Good bargain stores', 2976, 19, 27, 44.19, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23303, 1902, 'Good bargain stores', 2671, 14, 27, 16.78, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23304, 1902, 'Good bargain stores', 4032, 18, 27, 11.13, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23305, 1902, 'Good bargain stores', 3865, 16, 27, 19.18, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23306, 1902, 'Good bargain stores', 5602, 15, 27, 37.20, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23307, 1902, 'Good bargain stores', 2330, 10, 27, 21.62, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23308, 1902, 'Good bargain stores', 5415, 14, 27, 51.50, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23309, 1902, 'Good bargain stores', 2014, 15, 27, 198.20, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23310, 1902, 'Good bargain stores', 3274, 17, 27, 132.60, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23311, 1902, 'Good bargain stores', 5080, 13, 27, 43.45, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23312, 1902, 'Good bargain stores', 4689, 12, 27, 12.22, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23313, 1902, 'Good bargain stores', 283, 14, 27, 45.64, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23314, 1902, 'Good bargain stores', 5832, 11, 27, 50.47, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23315, 1902, 'Good bargain stores', 287, 14, 27, 15.44, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23316, 1902, 'Good bargain stores', 1136, 16, 27, 25.44, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23317, 1902, 'Good bargain stores', 4902, 14, 27, 2.36, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23318, 1902, 'Good bargain stores', 5882, 13, 27, 4.87, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23319, 1902, 'Good bargain stores', 1047, 4, 27, 5.24, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23320, 1902, 'Good bargain stores', 2023, 19, 27, 1.03, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23321, 1902, 'Good bargain stores', 1662, 19, 27, 0.93, 1, 1, 'ai_bid', '2024-07-17 09:41:04', '2024-07-17 09:41:04', '2024-07-18 09:42:03'),
(23322, 1902, 'Good bargain stores', 245, 5, NULL, 65.00, 2, 1, 'manual_bid', '2024-07-17 09:50:08', '2024-07-17 09:50:08', '2024-07-18 09:51:02'),
(23323, 1902, 'Good bargain stores', 914, 5, NULL, 9.00, 3, 1, 'manual_bid', '2024-07-17 09:54:18', '2024-07-17 09:54:18', '2024-07-18 09:55:04'),
(23324, 1902, 'Good bargain stores', 4118, 5, NULL, 9.00, 6, 2, 'manual_bid', '2024-07-17 09:55:33', '2024-07-17 09:55:33', '2024-07-18 09:56:02'),
(23325, 1902, 'Good bargain stores', 4733, 12, NULL, 60.00, 2, 1, 'manual_bid', '2024-07-17 09:57:12', '2024-07-17 09:57:12', '2024-07-18 09:58:03'),
(23326, 1902, 'Good bargain stores', 226, 12, NULL, 16.50, 3, 1, 'manual_bid', '2024-07-17 09:58:46', '2024-07-17 09:58:46', '2024-07-18 09:59:03'),
(23327, 1902, 'Good bargain stores', 941, 5, NULL, 4.00, 10, 2, 'manual_bid', '2024-07-17 09:59:24', '2024-07-17 09:59:24', '2024-07-18 10:00:04'),
(23328, 1902, 'Good bargain stores', 620, 5, NULL, 2.88, 6, 1, 'manual_bid', '2024-07-17 10:01:19', '2024-07-17 10:01:19', '2024-07-18 10:02:02'),
(23329, 1902, 'Good bargain stores', 4070, 5, NULL, 19.00, 4, 1, 'manual_bid', '2024-07-17 10:02:50', '2024-07-17 10:02:50', '2024-07-18 10:03:02'),
(23330, 1902, 'Good bargain stores', 3247, 5, NULL, 39.88, 5, 1, 'manual_bid', '2024-07-17 10:04:16', '2024-07-17 10:04:16', '2024-07-18 10:05:03'),
(23331, 1902, 'Good bargain stores', 4691, 12, NULL, 1.00, 5, 2, 'manual_bid', '2024-07-17 10:05:09', '2024-07-17 10:05:09', '2024-07-18 10:06:02'),
(23332, 1850, 'Chanadus', 4968, 12, 24, 16.40, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23333, 1850, 'Chanadus', 4304, 18, 24, 9.32, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23334, 1850, 'Chanadus', 2502, 19, 24, 193.80, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23335, 1850, 'Chanadus', 4878, 12, 24, 233.41, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23336, 1850, 'Chanadus', 4699, 14, 24, 14.92, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23337, 1850, 'Chanadus', 4594, 15, 24, 50.50, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23338, 1850, 'Chanadus', 633, 14, 24, 10.10, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23339, 1850, 'Chanadus', 3632, 12, 24, 8.08, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23340, 1850, 'Chanadus', 3544, 10, 24, 252.95, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23341, 1850, 'Chanadus', 3226, 5, 24, 46.63, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23342, 1850, 'Chanadus', 4202, 5, 24, 5.08, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23343, 1850, 'Chanadus', 2159, 5, 24, 73.50, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23344, 1850, 'Chanadus', 5443, 16, 24, 23.22, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23345, 1850, 'Chanadus', 4269, 18, 24, 111.18, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23346, 1850, 'Chanadus', 1432, 15, 24, 8.31, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23347, 1850, 'Chanadus', 6091, 15, 24, 8.23, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23348, 1850, 'Chanadus', 789, 10, 24, 10.40, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23349, 1850, 'Chanadus', 1959, 5, 24, 21.00, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23350, 1850, 'Chanadus', 3575, 17, 24, 8.93, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23351, 1850, 'Chanadus', 4723, 12, 24, 15.85, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23352, 1850, 'Chanadus', 5233, 13, 24, 13.51, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23353, 1850, 'Chanadus', 634, 5, 24, 1.04, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23354, 1850, 'Chanadus', 395, 2, 24, 15.30, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23355, 1850, 'Chanadus', 4884, 14, 24, 2.39, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23356, 1850, 'Chanadus', 1799, 2, 24, 10.10, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23357, 1850, 'Chanadus', 620, 5, 24, 3.18, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23358, 1850, 'Chanadus', 1827, 19, 24, 0.13, 1, 1, 'ai_bid', '2024-07-17 11:18:04', '2024-07-17 11:18:04', '2024-07-18 11:19:03'),
(23359, 1902, 'Good bargain stores', 4750, 12, NULL, 62.00, 2, 1, 'manual_bid', '2024-07-17 17:38:36', '2024-07-17 17:38:36', '2024-07-18 17:39:03'),
(23360, 1902, 'Good bargain stores', 3957, 5, NULL, 30.00, 1, 1, 'manual_bid', '2024-07-17 17:39:43', '2024-07-17 17:39:43', '2024-07-18 17:40:04'),
(23361, 1877, 'Macarena00', 4638, 15, 23, 80.43, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:02'),
(23362, 1877, 'Macarena00', 3394, 14, 23, 25.24, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:04'),
(23363, 1877, 'Macarena00', 1732, 19, 23, 224.40, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:04'),
(23364, 1877, 'Macarena00', 972, 5, 23, 14.35, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:04'),
(23365, 1877, 'Macarena00', 4012, 17, 23, 13.34, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:04'),
(23366, 1877, 'Macarena00', 3544, 10, 23, 260.39, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23367, 1877, 'Macarena00', 5663, 15, 23, 101.00, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23368, 1877, 'Macarena00', 762, 18, 23, 128.31, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23369, 1877, 'Macarena00', 1947, 18, 23, 319.75, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23370, 1877, 'Macarena00', 4915, 13, 23, 72.89, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23371, 1877, 'Macarena00', 5423, 12, 23, 15.33, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23372, 1877, 'Macarena00', 5122, 16, 23, 212.00, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23373, 1877, 'Macarena00', 1425, 5, 23, 17.14, 1, 1, 'ai_bid', '2024-07-17 19:08:03', '2024-07-17 19:08:03', '2024-07-18 19:09:05'),
(23374, 1877, 'Macarena00', 5072, 16, 23, 64.36, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23375, 1877, 'Macarena00', 3397, 14, 23, 128.75, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23376, 1877, 'Macarena00', 5671, 16, 23, 313.03, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23377, 1877, 'Macarena00', 2577, 14, 23, 114.39, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23378, 1877, 'Macarena00', 1819, 18, 23, 15.14, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23379, 1877, 'Macarena00', 1823, 10, 23, 13.89, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23380, 1877, 'Macarena00', 5933, 11, 23, 54.16, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23381, 1877, 'Macarena00', 5586, 10, 23, 11.32, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23382, 1877, 'Macarena00', 381, 1, 23, 25.31, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23383, 1877, 'Macarena00', 5685, 10, 23, 37.77, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23384, 1877, 'Macarena00', 4823, 17, 23, 30.69, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23385, 1877, 'Macarena00', 5414, 17, 23, 41.05, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23386, 1877, 'Macarena00', 2604, 17, 23, 15.44, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23387, 1877, 'Macarena00', 4174, 14, 23, 550.16, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23388, 1877, 'Macarena00', 4177, 5, 23, 518.96, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23389, 1877, 'Macarena00', 32, 2, 23, 125.08, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23390, 1877, 'Macarena00', 1419, 5, 23, 42.00, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23391, 1877, 'Macarena00', 2983, 10, 23, 105.03, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23392, 1877, 'Macarena00', 728, 10, 23, 34.22, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23393, 1877, 'Macarena00', 493, 7, 23, 57.84, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23394, 1877, 'Macarena00', 943, 5, 23, 41.59, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23395, 1877, 'Macarena00', 2892, 15, 23, 307.01, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23396, 1877, 'Macarena00', 623, 7, 23, 8.32, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23397, 1877, 'Macarena00', 3953, 5, 23, 71.40, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23398, 1877, 'Macarena00', 3838, 16, 23, 9.17, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23399, 1877, 'Macarena00', 4518, 16, 23, 30.89, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23400, 1877, 'Macarena00', 1763, 16, 23, 186.01, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23401, 1877, 'Macarena00', 1934, 19, 23, 4042.50, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23402, 1877, 'Macarena00', 3205, 17, 23, 41.79, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23403, 1877, 'Macarena00', 3418, 14, 23, 24.58, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23404, 1877, 'Macarena00', 5938, 15, 23, 509.38, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23405, 1877, 'Macarena00', 6088, 11, 23, 70.70, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23406, 1877, 'Macarena00', 3161, 4, 23, 298.70, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23407, 1877, 'Macarena00', 2096, 16, 23, 30.59, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23408, 1877, 'Macarena00', 2707, 16, 23, 23.68, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23409, 1877, 'Macarena00', 5276, 14, 23, 92.58, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23410, 1877, 'Macarena00', 1533, 15, 23, 24.38, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23411, 1877, 'Macarena00', 3335, 7, 23, 20.99, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23412, 1877, 'Macarena00', 5702, 10, 23, 47.23, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23413, 1877, 'Macarena00', 5751, 15, 23, 4.32, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23414, 1877, 'Macarena00', 5361, 14, 23, 164.02, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23415, 1877, 'Macarena00', 3782, 19, 23, 352.49, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23416, 1877, 'Macarena00', 3923, 16, 23, 487.60, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23417, 1877, 'Macarena00', 4460, 15, 23, 40.78, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23418, 1877, 'Macarena00', 869, 7, 23, 9.83, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23419, 1877, 'Macarena00', 5111, 16, 23, 14.40, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23420, 1877, 'Macarena00', 3414, 15, 23, 66.30, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23421, 1877, 'Macarena00', 2611, 14, 23, 9.87, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23422, 1877, 'Macarena00', 5523, 10, 23, 29.20, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23423, 1877, 'Macarena00', 4447, 15, 23, 112.20, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23424, 1877, 'Macarena00', 6116, 11, 23, 14.70, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23425, 1877, 'Macarena00', 5724, 10, 23, 9.17, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23426, 1877, 'Macarena00', 752, 19, 23, 1.06, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23427, 1877, 'Macarena00', 4682, 12, 23, 15.65, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23428, 1877, 'Macarena00', 5747, 13, 23, 4.88, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(23429, 1877, 'Macarena00', 2179, 19, 23, 52.31, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23430, 1877, 'Macarena00', 2214, 1, 23, 9.36, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23431, 1877, 'Macarena00', 4171, 18, 23, 25.99, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23432, 1877, 'Macarena00', 3090, 10, 23, 5.10, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:05'),
(23433, 1877, 'Macarena00', 5940, 17, 23, 3.03, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:06'),
(23434, 1877, 'Macarena00', 1469, 10, 23, 1.31, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:06'),
(23435, 1877, 'Macarena00', 803, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-17 19:08:04', '2024-07-17 19:08:04', '2024-07-18 19:09:06'),
(23436, 1886, 'Lovenest Luxe', 954, 5, NULL, 21.00, 11, 1, 'manual_bid', '2024-07-17 19:24:04', '2024-07-17 19:24:04', '2024-07-18 19:25:04'),
(23437, 1886, 'Lovenest Luxe', 3225, 5, NULL, 2.00, 4, 1, 'manual_bid', '2024-07-17 19:31:04', '2024-07-17 19:31:04', '2024-07-18 19:32:02'),
(23438, 1850, 'Chanadus', 774, 5, NULL, 7.30, 1, 1, 'manual_bid', '2024-07-18 01:53:55', '2024-07-18 01:53:55', '2024-07-19 01:54:03'),
(23439, 1881, 'Almeida', 841, 13, 21, 29.08, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:03'),
(23440, 1881, 'Almeida', 171, 16, 21, 102.96, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23441, 1881, 'Almeida', 2508, 16, 21, 52.99, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23442, 1881, 'Almeida', 1160, 14, 21, 4.42, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23443, 1881, 'Almeida', 1988, 19, 21, 6.23, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23444, 1881, 'Almeida', 294, 5, 21, 47.10, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23445, 1881, 'Almeida', 1599, 18, 21, 2550.00, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23446, 1881, 'Almeida', 223, 5, 21, 389.54, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23447, 1881, 'Almeida', 1745, 2, 21, 100.94, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23448, 1881, 'Almeida', 6037, 15, 21, 8.32, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23449, 1881, 'Almeida', 2363, 19, 21, 16.43, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23450, 1881, 'Almeida', 2177, 19, 21, 424.20, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:05'),
(23451, 1881, 'Almeida', 2628, 18, 21, 77.63, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23452, 1881, 'Almeida', 5176, 16, 21, 20.40, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23453, 1881, 'Almeida', 2248, 19, 21, 3024.95, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23454, 1881, 'Almeida', 1878, 5, 21, 25.25, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23455, 1881, 'Almeida', 4290, 18, 21, 2866.49, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23456, 1881, 'Almeida', 3813, 15, 21, 22.65, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23457, 1881, 'Almeida', 2219, 10, 21, 271.30, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23458, 1881, 'Almeida', 2494, 7, 21, 52.44, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23459, 1881, 'Almeida', 926, 18, 21, 178.35, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23460, 1881, 'Almeida', 3051, 18, 21, 74.23, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23461, 1881, 'Almeida', 6091, 15, 21, 8.23, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23462, 1881, 'Almeida', 3906, 16, 21, 196.72, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23463, 1881, 'Almeida', 4394, 14, 21, 113.21, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23464, 1881, 'Almeida', 3710, 18, 21, 1057.23, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23465, 1881, 'Almeida', 3748, 7, 21, 50.68, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23466, 1881, 'Almeida', 785, 19, 21, 21.20, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23467, 1881, 'Almeida', 5525, 10, 21, 35.91, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23468, 1881, 'Almeida', 5464, 12, 21, 199.68, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23469, 1881, 'Almeida', 3631, 13, 21, 12.80, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23470, 1881, 'Almeida', 2548, 19, 21, 20.59, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23471, 1881, 'Almeida', 874, 19, 21, 60.60, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23472, 1881, 'Almeida', 3254, 5, 21, 82.40, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23473, 1881, 'Almeida', 3159, 4, 21, 1334.86, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23474, 1881, 'Almeida', 5164, 13, 21, 32.54, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23475, 1881, 'Almeida', 636, 14, 21, 7.07, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23476, 1881, 'Almeida', 1405, 14, 21, 10.40, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23477, 1881, 'Almeida', 3163, 4, 21, 22.65, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23478, 1881, 'Almeida', 4939, 14, 21, 49.49, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23479, 1881, 'Almeida', 6042, 15, 21, 3.66, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23480, 1881, 'Almeida', 5759, 13, 21, 3.88, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23481, 1881, 'Almeida', 734, 19, 21, 0.23, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23482, 1881, 'Almeida', 1894, 19, 21, 0.20, 1, 1, 'ai_bid', '2024-07-18 04:04:03', '2024-07-18 04:04:03', '2024-07-19 04:05:06'),
(23483, 1881, 'Almeida', 756, 19, 21, 0.46, 1, 1, 'ai_bid', '2024-07-18 04:04:04', '2024-07-18 04:04:04', '2024-07-19 04:05:06'),
(23484, 1798, 'Feelyards', 3101, 2, NULL, 350.00, 1, 1, 'manual_bid', '2024-07-18 04:17:41', '2024-07-18 04:17:41', '2024-07-19 04:18:03'),
(23485, 1798, 'Feelyards', 3145, 4, NULL, 170.00, 1, 1, 'manual_bid', '2024-07-18 04:22:04', '2024-07-18 04:22:04', '2024-07-19 04:23:04'),
(23486, 1798, 'Feelyards', 115, 7, NULL, 257.00, 1, 1, 'manual_bid', '2024-07-18 04:24:23', '2024-07-18 04:24:23', '2024-07-19 04:25:04'),
(23487, 1869, 'Anatoliy fast store', 4511, 16, 25, 2.03, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23488, 1869, 'Anatoliy fast store', 3062, 2, 25, 208.00, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23489, 1869, 'Anatoliy fast store', 1379, 14, 25, 12.89, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23490, 1869, 'Anatoliy fast store', 2090, 13, 25, 11.97, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23491, 1869, 'Anatoliy fast store', 3663, 13, 25, 13.77, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23492, 1869, 'Anatoliy fast store', 5865, 13, 25, 16.16, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23493, 1869, 'Anatoliy fast store', 6127, 11, 25, 51.50, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23494, 1869, 'Anatoliy fast store', 1585, 13, 25, 1.62, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23495, 1869, 'Anatoliy fast store', 2119, 12, 25, 7.90, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23496, 1869, 'Anatoliy fast store', 4674, 12, 25, 5.41, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23497, 1869, 'Anatoliy fast store', 5022, 11, 25, 17.00, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23498, 1869, 'Anatoliy fast store', 164, 4, 25, 421.55, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23499, 1869, 'Anatoliy fast store', 1232, 19, 25, 26.25, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23500, 1869, 'Anatoliy fast store', 2531, 19, 25, 161.60, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23501, 1869, 'Anatoliy fast store', 802, 18, 25, 63.68, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23502, 1869, 'Anatoliy fast store', 685, 5, 25, 8.24, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23503, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.21, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23504, 1869, 'Anatoliy fast store', 1844, 19, 25, 0.32, 1, 1, 'ai_bid', '2024-07-18 04:29:05', '2024-07-18 04:29:05', '2024-07-19 04:30:04'),
(23505, 1876, 'Etiuko', 3701, 14, 28, 18.19, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:04'),
(23506, 1876, 'Etiuko', 1495, 19, 28, 19.57, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23507, 1876, 'Etiuko', 3250, 7, 28, 34.27, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23508, 1876, 'Etiuko', 3239, 5, 28, 18.90, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23509, 1876, 'Etiuko', 4904, 11, 28, 25.32, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23510, 1876, 'Etiuko', 6104, 11, 28, 1.47, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23511, 1876, 'Etiuko', 4146, 18, 28, 9.35, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23512, 1876, 'Etiuko', 949, 5, 28, 0.31, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23513, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23514, 1876, 'Etiuko', 1844, 19, 28, 0.32, 1, 1, 'ai_bid', '2024-07-18 04:59:04', '2024-07-18 04:59:04', '2024-07-19 05:00:06'),
(23515, 1872, 'Melisa', 1059, 19, 22, 20.14, 1, 1, 'ai_bid', '2024-07-18 05:39:03', '2024-07-18 05:39:03', '2024-07-19 05:40:04'),
(23516, 1872, 'Melisa', 1612, 14, 22, 41.53, 1, 1, 'ai_bid', '2024-07-18 05:39:03', '2024-07-18 05:39:03', '2024-07-19 05:40:05'),
(23517, 1872, 'Melisa', 136, 2, 22, 23.78, 1, 1, 'ai_bid', '2024-07-18 05:39:03', '2024-07-18 05:39:03', '2024-07-19 05:40:05'),
(23518, 1872, 'Melisa', 997, 1, 22, 114.71, 1, 1, 'ai_bid', '2024-07-18 05:39:03', '2024-07-18 05:39:03', '2024-07-19 05:40:05'),
(23519, 1872, 'Melisa', 1581, 4, 22, 20.49, 1, 1, 'ai_bid', '2024-07-18 05:39:04', '2024-07-18 05:39:04', '2024-07-19 05:40:05'),
(23520, 1872, 'Melisa', 1319, 2, 22, 936.00, 1, 1, 'ai_bid', '2024-07-18 05:39:04', '2024-07-18 05:39:04', '2024-07-19 05:40:05'),
(23521, 1872, 'Melisa', 2694, 14, 22, 25.62, 1, 1, 'ai_bid', '2024-07-18 05:39:04', '2024-07-18 05:39:04', '2024-07-19 05:40:05'),
(23522, 1872, 'Melisa', 2481, 18, 22, 22.23, 1, 1, 'ai_bid', '2024-07-18 05:39:04', '2024-07-18 05:39:04', '2024-07-19 05:40:05'),
(23523, 1872, 'Melisa', 1445, 14, 22, 2.60, 1, 1, 'ai_bid', '2024-07-18 05:39:04', '2024-07-18 05:39:04', '2024-07-19 05:40:05'),
(23524, 1902, 'Good bargain stores', 4983, 12, 26, 12.05, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23525, 1902, 'Good bargain stores', 3971, 16, 26, 15.21, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23526, 1902, 'Good bargain stores', 852, 19, 26, 27.75, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23527, 1902, 'Good bargain stores', 1577, 4, 26, 70.70, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23528, 1902, 'Good bargain stores', 4026, 17, 26, 102.99, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23529, 1902, 'Good bargain stores', 805, 14, 26, 5.88, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23530, 1902, 'Good bargain stores', 4044, 18, 26, 24.01, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23531, 1902, 'Good bargain stores', 1866, 19, 26, 6.36, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23532, 1902, 'Good bargain stores', 5369, 13, 26, 62.39, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23533, 1902, 'Good bargain stores', 1016, 16, 26, 132.29, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23534, 1902, 'Good bargain stores', 2103, 5, 26, 4.24, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23535, 1902, 'Good bargain stores', 4702, 14, 26, 30.40, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23536, 1902, 'Good bargain stores', 5881, 17, 26, 7.14, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23537, 1902, 'Good bargain stores', 4106, 5, 26, 1.34, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23538, 1902, 'Good bargain stores', 1738, 5, 26, 1.49, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23539, 1902, 'Good bargain stores', 734, 19, 26, 0.22, 1, 1, 'ai_bid', '2024-07-18 10:31:04', '2024-07-18 10:31:04', '2024-07-19 10:31:04'),
(23540, 1902, 'Good bargain stores', 131, 18, 27, 7.42, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:04'),
(23541, 1902, 'Good bargain stores', 3603, 12, 27, 126.00, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23542, 1902, 'Good bargain stores', 5693, 10, 27, 690.22, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23543, 1902, 'Good bargain stores', 1477, 15, 27, 12.83, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23544, 1902, 'Good bargain stores', 266, 18, 27, 16.43, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23545, 1902, 'Good bargain stores', 4397, 15, 27, 31.19, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23546, 1902, 'Good bargain stores', 5739, 16, 27, 11.65, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23547, 1902, 'Good bargain stores', 5784, 15, 27, 636.00, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23548, 1902, 'Good bargain stores', 666, 18, 27, 7308.88, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23549, 1902, 'Good bargain stores', 1911, 18, 27, 24.43, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23550, 1902, 'Good bargain stores', 2031, 4, 27, 532.27, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23551, 1902, 'Good bargain stores', 2667, 14, 27, 222.61, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23552, 1902, 'Good bargain stores', 1808, 2, 27, 31.20, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23553, 1902, 'Good bargain stores', 4109, 18, 27, 50.99, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23554, 1902, 'Good bargain stores', 1759, 2, 27, 123.60, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23555, 1902, 'Good bargain stores', 3930, 16, 27, 11.65, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23556, 1902, 'Good bargain stores', 3493, 10, 27, 11.70, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23557, 1902, 'Good bargain stores', 3557, 12, 27, 24.95, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23558, 1902, 'Good bargain stores', 68, 2, 27, 10.20, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23559, 1902, 'Good bargain stores', 726, 19, 27, 98.97, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23560, 1902, 'Good bargain stores', 1771, 17, 27, 61.84, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23561, 1902, 'Good bargain stores', 45, 2, 27, 136.74, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23562, 1902, 'Good bargain stores', 2385, 2, 27, 10.20, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23563, 1902, 'Good bargain stores', 5921, 17, 27, 7.27, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23564, 1902, 'Good bargain stores', 1850, 5, 27, 0.58, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23565, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-07-18 10:54:03', '2024-07-18 10:54:03', '2024-07-19 10:54:05'),
(23566, 1850, 'Chanadus', 6162, 11, 24, 18.35, 1, 1, 'ai_bid', '2024-07-18 12:31:02', '2024-07-18 12:31:02', '2024-07-19 12:31:02'),
(23567, 1850, 'Chanadus', 2201, 19, 24, 21.57, 1, 1, 'ai_bid', '2024-07-18 12:31:02', '2024-07-18 12:31:02', '2024-07-19 12:31:02'),
(23568, 1850, 'Chanadus', 3500, 10, 24, 371.00, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23569, 1850, 'Chanadus', 1071, 4, 24, 4.16, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23570, 1850, 'Chanadus', 1364, 15, 24, 91.52, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23571, 1850, 'Chanadus', 5581, 10, 24, 30.90, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23572, 1850, 'Chanadus', 2784, 14, 24, 13.91, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23573, 1850, 'Chanadus', 5919, 15, 24, 532.50, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23574, 1850, 'Chanadus', 1165, 18, 24, 63.43, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23575, 1850, 'Chanadus', 2072, 19, 24, 19.76, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23576, 1850, 'Chanadus', 1355, 19, 24, 17.85, 1, 1, 'ai_bid', '2024-07-18 12:31:03', '2024-07-18 12:31:03', '2024-07-19 12:32:02'),
(23577, 1877, 'Macarena00', 4603, 14, 23, 1565.50, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:02'),
(23578, 1877, 'Macarena00', 5274, 16, 23, 158.54, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23579, 1877, 'Macarena00', 312, 18, 23, 50.64, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23580, 1877, 'Macarena00', 1875, 16, 23, 53.52, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23581, 1877, 'Macarena00', 3454, 14, 23, 30.82, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23582, 1877, 'Macarena00', 5130, 16, 23, 32.64, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23583, 1877, 'Macarena00', 77, 2, 23, 73.50, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23584, 1877, 'Macarena00', 1336, 15, 23, 36.75, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23585, 1877, 'Macarena00', 4133, 5, 23, 346.50, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23586, 1877, 'Macarena00', 2747, 18, 23, 300.56, 1, 1, 'ai_bid', '2024-07-18 20:21:03', '2024-07-18 20:21:03', '2024-07-19 20:22:04'),
(23587, 1877, 'Macarena00', 4736, 12, 23, 20.79, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23588, 1877, 'Macarena00', 3542, 12, 23, 6.60, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23589, 1877, 'Macarena00', 3167, 18, 23, 325.49, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23590, 1877, 'Macarena00', 4613, 14, 23, 386.39, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23591, 1877, 'Macarena00', 2567, 14, 23, 419.99, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23592, 1877, 'Macarena00', 567, 18, 23, 2203.74, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23593, 1877, 'Macarena00', 3531, 11, 23, 73.83, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23594, 1877, 'Macarena00', 5102, 16, 23, 5.04, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23595, 1877, 'Macarena00', 775, 5, 23, 7.42, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23596, 1877, 'Macarena00', 3757, 14, 23, 10.19, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23597, 1877, 'Macarena00', 5796, 15, 23, 1212.00, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23598, 1877, 'Macarena00', 4841, 12, 23, 173.33, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23599, 1877, 'Macarena00', 4606, 16, 23, 19.56, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23600, 1877, 'Macarena00', 2263, 19, 23, 777.70, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23601, 1877, 'Macarena00', 4527, 16, 23, 68.63, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23602, 1877, 'Macarena00', 3633, 12, 23, 27.30, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23603, 1877, 'Macarena00', 1719, 5, 23, 1.11, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23604, 1877, 'Macarena00', 896, 18, 23, 11.21, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23605, 1877, 'Macarena00', 1995, 4, 23, 45.48, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23606, 1877, 'Macarena00', 649, 18, 23, 116.60, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23607, 1877, 'Macarena00', 1486, 19, 23, 32.94, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23608, 1877, 'Macarena00', 1818, 19, 23, 1.01, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23609, 1877, 'Macarena00', 3908, 16, 23, 43.45, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23610, 1877, 'Macarena00', 5137, 16, 23, 138.21, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23611, 1877, 'Macarena00', 5496, 10, 23, 61.60, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23612, 1877, 'Macarena00', 3145, 4, 23, 174.74, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23613, 1877, 'Macarena00', 3424, 14, 23, 446.76, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23614, 1877, 'Macarena00', 5999, 11, 23, 247.20, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23615, 1877, 'Macarena00', 2773, 19, 23, 385.22, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23616, 1877, 'Macarena00', 4106, 5, 23, 1.35, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23617, 1877, 'Macarena00', 309, 18, 23, 230.49, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23618, 1877, 'Macarena00', 5080, 13, 23, 41.81, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23619, 1877, 'Macarena00', 1643, 19, 23, 15.15, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23620, 1877, 'Macarena00', 907, 18, 23, 222.20, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23621, 1877, 'Macarena00', 3055, 2, 23, 4.04, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23622, 1877, 'Macarena00', 470, 17, 23, 16.75, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23623, 1877, 'Macarena00', 1454, 17, 23, 68.54, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23624, 1877, 'Macarena00', 432, 18, 23, 210.52, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23625, 1877, 'Macarena00', 3608, 17, 23, 89.00, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23626, 1877, 'Macarena00', 2719, 18, 23, 28.60, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23627, 1877, 'Macarena00', 900, 5, 23, 87.55, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23628, 1877, 'Macarena00', 2268, 19, 23, 30.60, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23629, 1877, 'Macarena00', 4672, 12, 23, 14.65, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23630, 1877, 'Macarena00', 2450, 2, 23, 15.15, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23631, 1877, 'Macarena00', 4747, 12, 23, 54.03, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23632, 1877, 'Macarena00', 3773, 15, 23, 3.63, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23633, 1877, 'Macarena00', 3298, 16, 23, 25.99, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23634, 1877, 'Macarena00', 5549, 10, 23, 8.30, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23635, 1877, 'Macarena00', 1000, 17, 23, 3.57, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23636, 1877, 'Macarena00', 1894, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23637, 1877, 'Macarena00', 734, 19, 23, 0.23, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23638, 1877, 'Macarena00', 1827, 19, 23, 0.13, 1, 1, 'ai_bid', '2024-07-18 20:21:04', '2024-07-18 20:21:04', '2024-07-19 20:22:04'),
(23639, 1886, 'Lovenest Luxe', 1426, 2, NULL, 61.00, 3, 1, 'manual_bid', '2024-07-18 20:37:02', '2024-07-18 20:37:02', '2024-07-19 20:37:02'),
(23640, 1886, 'Lovenest Luxe', 2296, 2, NULL, 12.00, 4, 1, 'manual_bid', '2024-07-18 20:40:17', '2024-07-18 20:40:17', '2024-07-19 20:41:02'),
(23641, 1886, 'Lovenest Luxe', 1085, 4, NULL, 5.00, 2, 1, 'manual_bid', '2024-07-18 20:44:36', '2024-07-18 20:44:36', '2024-07-19 20:45:03'),
(23642, 1881, 'Almeida', 5422, 17, 21, 30.30, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:03'),
(23643, 1881, 'Almeida', 4877, 12, 21, 8.32, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23644, 1881, 'Almeida', 5889, 13, 21, 11.43, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23645, 1881, 'Almeida', 5710, 10, 21, 156.45, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23646, 1881, 'Almeida', 2254, 19, 21, 9.57, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23647, 1881, 'Almeida', 2612, 14, 21, 18.12, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23648, 1881, 'Almeida', 2240, 16, 21, 25.49, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23649, 1881, 'Almeida', 1119, 19, 21, 147.00, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23650, 1881, 'Almeida', 1416, 19, 21, 166.95, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23651, 1881, 'Almeida', 3977, 12, 21, 390.36, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23652, 1881, 'Almeida', 4653, 15, 21, 135.20, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23653, 1881, 'Almeida', 1676, 19, 21, 5.88, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23654, 1881, 'Almeida', 4404, 18, 21, 27.72, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23655, 1881, 'Almeida', 3843, 15, 21, 72.10, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23656, 1881, 'Almeida', 1709, 18, 21, 6220.98, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23657, 1881, 'Almeida', 180, 7, 21, 1913.60, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23658, 1881, 'Almeida', 4306, 15, 21, 29.42, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23659, 1881, 'Almeida', 5191, 16, 21, 41.81, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23660, 1881, 'Almeida', 1920, 12, 21, 38.85, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23661, 1881, 'Almeida', 1020, 5, 21, 6.20, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23662, 1881, 'Almeida', 3610, 13, 21, 15.82, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23663, 1881, 'Almeida', 3149, 4, 21, 3.03, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23664, 1881, 'Almeida', 2278, 19, 21, 46.80, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23665, 1881, 'Almeida', 1826, 19, 21, 104.29, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23666, 1881, 'Almeida', 1106, 19, 21, 262.50, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23667, 1881, 'Almeida', 5669, 16, 21, 26.24, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23668, 1881, 'Almeida', 2748, 18, 21, 133.34, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23669, 1881, 'Almeida', 2499, 7, 21, 1055.29, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23670, 1881, 'Almeida', 5235, 16, 21, 395.20, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23671, 1881, 'Almeida', 5273, 16, 21, 310.13, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23672, 1881, 'Almeida', 1679, 18, 21, 437.33, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23673, 1881, 'Almeida', 3351, 7, 21, 210.00, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23674, 1881, 'Almeida', 5050, 16, 21, 153.00, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23675, 1881, 'Almeida', 2081, 19, 21, 775.20, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23676, 1881, 'Almeida', 2462, 2, 21, 3.08, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23677, 1881, 'Almeida', 75, 2, 21, 12.12, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23678, 1881, 'Almeida', 3877, 15, 21, 360.50, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23679, 1881, 'Almeida', 5582, 15, 21, 12.79, 1, 1, 'ai_bid', '2024-07-19 05:17:03', '2024-07-19 05:17:03', '2024-07-20 05:18:04'),
(23680, 1881, 'Almeida', 2303, 19, 21, 75.75, 1, 1, 'ai_bid', '2024-07-19 05:17:04', '2024-07-19 05:17:04', '2024-07-20 05:18:04'),
(23681, 1881, 'Almeida', 4859, 12, 21, 7.81, 1, 1, 'ai_bid', '2024-07-19 05:17:04', '2024-07-19 05:17:04', '2024-07-20 05:18:04'),
(23682, 1881, 'Almeida', 3568, 12, 21, 13.79, 1, 1, 'ai_bid', '2024-07-19 05:17:04', '2024-07-19 05:17:04', '2024-07-20 05:18:04'),
(23683, 1881, 'Almeida', 5617, 10, 21, 5.80, 1, 1, 'ai_bid', '2024-07-19 05:17:04', '2024-07-19 05:17:04', '2024-07-20 05:18:04'),
(23684, 1881, 'Almeida', 1827, 19, 21, 0.12, 1, 1, 'ai_bid', '2024-07-19 05:17:04', '2024-07-19 05:17:04', '2024-07-20 05:18:04'),
(23685, 1869, 'Anatoliy fast store', 2770, 14, 25, 619.02, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23686, 1869, 'Anatoliy fast store', 3708, 14, 25, 21.41, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23687, 1869, 'Anatoliy fast store', 5809, 15, 25, 80.89, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23688, 1869, 'Anatoliy fast store', 3400, 10, 25, 32.23, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23689, 1869, 'Anatoliy fast store', 1416, 19, 25, 160.59, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23690, 1869, 'Anatoliy fast store', 775, 5, 25, 7.49, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23691, 1869, 'Anatoliy fast store', 2893, 14, 25, 11.54, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23692, 1869, 'Anatoliy fast store', 317, 7, 25, 20.62, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23693, 1869, 'Anatoliy fast store', 1484, 10, 25, 9.72, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23694, 1869, 'Anatoliy fast store', 3329, 7, 25, 23.65, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23695, 1869, 'Anatoliy fast store', 3930, 16, 25, 11.54, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23696, 1869, 'Anatoliy fast store', 1274, 10, 25, 3.31, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23697, 1869, 'Anatoliy fast store', 3099, 2, 25, 11.63, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23698, 1869, 'Anatoliy fast store', 2330, 10, 25, 21.41, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23699, 1869, 'Anatoliy fast store', 4645, 15, 25, 7.27, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23700, 1869, 'Anatoliy fast store', 1724, 5, 25, 2.31, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23701, 1869, 'Anatoliy fast store', 949, 5, 25, 0.31, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23702, 1869, 'Anatoliy fast store', 734, 19, 25, 0.23, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23703, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.21, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23704, 1869, 'Anatoliy fast store', 1894, 19, 25, 0.21, 1, 1, 'ai_bid', '2024-07-19 05:42:03', '2024-07-19 05:42:03', '2024-07-20 05:43:03'),
(23705, 1798, 'Feelyards', 4531, 16, NULL, 360.00, 1, 1, 'manual_bid', '2024-07-19 05:47:34', '2024-07-19 05:47:34', '2024-07-20 05:48:02'),
(23706, 1798, 'Feelyards', 3826, 4, NULL, 399.00, 1, 1, 'manual_bid', '2024-07-19 05:51:28', '2024-07-19 05:51:28', '2024-07-20 05:52:02'),
(23707, 1798, 'Feelyards', 3156, 4, NULL, 29.00, 1, 1, 'manual_bid', '2024-07-19 05:58:01', '2024-07-19 05:58:01', '2024-07-20 05:58:04'),
(23708, 1876, 'Etiuko', 1069, 19, 28, 21.19, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23709, 1876, 'Etiuko', 4796, 12, 28, 10.93, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23710, 1876, 'Etiuko', 2207, 10, 28, 41.27, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23711, 1876, 'Etiuko', 755, 19, 28, 34.97, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23712, 1876, 'Etiuko', 1053, 4, 28, 3.66, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23713, 1876, 'Etiuko', 5044, 14, 28, 11.65, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23714, 1876, 'Etiuko', 5670, 15, 28, 1.96, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23715, 1876, 'Etiuko', 3018, 14, 28, 2.65, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23716, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23717, 1876, 'Etiuko', 756, 19, 28, 0.47, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23718, 1876, 'Etiuko', 734, 19, 28, 0.22, 1, 1, 'ai_bid', '2024-07-19 06:11:04', '2024-07-19 06:11:04', '2024-07-20 06:12:02'),
(23719, 1872, 'Melisa', 4185, 5, 22, 164.80, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23720, 1872, 'Melisa', 4649, 15, 22, 31.61, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23721, 1872, 'Melisa', 4055, 18, 22, 73.12, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23722, 1872, 'Melisa', 5526, 10, 22, 5.15, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23723, 1872, 'Melisa', 2312, 2, 22, 142.80, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23724, 1872, 'Melisa', 1489, 19, 22, 83.74, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23725, 1872, 'Melisa', 137, 18, 22, 9.27, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23726, 1872, 'Melisa', 2116, 13, 22, 31.78, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23727, 1872, 'Melisa', 5295, 16, 22, 20.59, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23728, 1872, 'Melisa', 977, 5, 22, 61.20, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23729, 1872, 'Melisa', 731, 19, 22, 113.59, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23730, 1872, 'Melisa', 42, 2, 22, 131.25, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23731, 1872, 'Melisa', 5680, 10, 22, 50.39, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23732, 1872, 'Melisa', 4859, 12, 22, 7.51, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23733, 1872, 'Melisa', 2804, 14, 22, 30.59, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23734, 1872, 'Melisa', 3688, 18, 22, 57.09, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23735, 1872, 'Melisa', 1419, 5, 22, 40.80, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23736, 1872, 'Melisa', 4341, 15, 22, 5.09, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23737, 1872, 'Melisa', 3754, 14, 22, 41.19, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23738, 1872, 'Melisa', 1132, 16, 22, 26.66, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23739, 1872, 'Melisa', 4214, 14, 22, 21.49, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23740, 1872, 'Melisa', 6171, 11, 22, 16.25, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23741, 1872, 'Melisa', 2377, 19, 22, 36.40, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23742, 1872, 'Melisa', 4693, 12, 22, 14.96, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23743, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23744, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23745, 1872, 'Melisa', 949, 5, 22, 0.32, 1, 1, 'ai_bid', '2024-07-19 06:51:03', '2024-07-19 06:51:03', '2024-07-20 06:52:02'),
(23746, 1850, 'Chanadus', 949, 5, NULL, 0.32, 23, 1, 'manual_bid', '2024-07-19 10:02:50', '2024-07-19 10:02:50', '2024-07-20 10:03:02'),
(23747, 1902, 'Good bargain stores', 1044, 19, 26, 72.09, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23748, 1902, 'Good bargain stores', 4405, 18, 26, 25.50, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23749, 1902, 'Good bargain stores', 4526, 16, 26, 86.89, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23750, 1902, 'Good bargain stores', 803, 19, 26, 0.20, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23751, 1902, 'Good bargain stores', 4622, 15, 26, 142.80, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23752, 1902, 'Good bargain stores', 5695, 10, 26, 58.19, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23753, 1902, 'Good bargain stores', 3746, 7, 26, 40.00, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23754, 1902, 'Good bargain stores', 4078, 5, 26, 45.76, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23755, 1902, 'Good bargain stores', 4736, 12, 26, 21.61, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23756, 1902, 'Good bargain stores', 5564, 10, 26, 6.35, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23757, 1902, 'Good bargain stores', 5750, 15, 26, 8.57, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23758, 1902, 'Good bargain stores', 2023, 19, 26, 1.03, 1, 1, 'ai_bid', '2024-07-19 11:43:03', '2024-07-19 11:43:03', '2024-07-20 11:44:02'),
(23759, 1902, 'Good bargain stores', 2449, 19, 27, 734.38, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23760, 1902, 'Good bargain stores', 934, 17, 27, 13.11, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23761, 1902, 'Good bargain stores', 1083, 1, 27, 68.76, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23762, 1902, 'Good bargain stores', 5782, 17, 27, 21.11, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23763, 1902, 'Good bargain stores', 643, 14, 27, 72.10, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23764, 1902, 'Good bargain stores', 870, 19, 27, 837.90, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23765, 1902, 'Good bargain stores', 3031, 18, 27, 137.34, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23766, 1902, 'Good bargain stores', 3583, 12, 27, 152.87, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23767, 1902, 'Good bargain stores', 40, 2, 27, 48.88, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23768, 1902, 'Good bargain stores', 2238, 19, 27, 61.82, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23769, 1902, 'Good bargain stores', 2758, 14, 27, 858.50, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23770, 1902, 'Good bargain stores', 2488, 16, 27, 105.00, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23771, 1902, 'Good bargain stores', 965, 5, 27, 1060.00, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23772, 1902, 'Good bargain stores', 2075, 19, 27, 103.02, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23773, 1902, 'Good bargain stores', 2614, 14, 27, 24.56, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23774, 1902, 'Good bargain stores', 3615, 13, 27, 3.65, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23775, 1902, 'Good bargain stores', 3491, 10, 27, 72.01, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23776, 1902, 'Good bargain stores', 588, 18, 27, 286.84, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23777, 1902, 'Good bargain stores', 1686, 18, 27, 594.31, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23778, 1902, 'Good bargain stores', 5994, 11, 27, 104.30, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23779, 1902, 'Good bargain stores', 45, 2, 27, 136.74, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23780, 1902, 'Good bargain stores', 1396, 18, 27, 226.51, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23781, 1902, 'Good bargain stores', 4636, 15, 27, 21.83, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23782, 1902, 'Good bargain stores', 5008, 13, 27, 323.20, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23783, 1902, 'Good bargain stores', 4023, 17, 27, 102.00, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23784, 1902, 'Good bargain stores', 4507, 16, 27, 42.92, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23785, 1902, 'Good bargain stores', 2854, 14, 27, 222.59, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23786, 1902, 'Good bargain stores', 2964, 14, 27, 848.00, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23787, 1902, 'Good bargain stores', 3743, 7, 27, 165.36, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23788, 1902, 'Good bargain stores', 3920, 2, 27, 52.53, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23789, 1902, 'Good bargain stores', 5310, 14, 27, 64.65, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23790, 1902, 'Good bargain stores', 55, 2, 27, 30.74, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23791, 1902, 'Good bargain stores', 1387, 15, 27, 31.59, 1, 1, 'ai_bid', '2024-07-19 12:05:06', '2024-07-19 12:05:06', '2024-07-20 12:06:03'),
(23792, 1902, 'Good bargain stores', 1172, 18, 27, 67.84, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:03'),
(23793, 1902, 'Good bargain stores', 3614, 17, 27, 242.40, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23794, 1902, 'Good bargain stores', 3229, 5, 27, 144.89, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23795, 1902, 'Good bargain stores', 5820, 11, 27, 754.98, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23796, 1902, 'Good bargain stores', 5630, 15, 27, 144.19, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23797, 1902, 'Good bargain stores', 2761, 14, 27, 1326.00, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(23798, 1902, 'Good bargain stores', 2200, 19, 27, 13.39, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23799, 1902, 'Good bargain stores', 5415, 14, 27, 51.50, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23800, 1902, 'Good bargain stores', 3082, 2, 27, 12.58, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23801, 1902, 'Good bargain stores', 1219, 15, 27, 5.04, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23802, 1902, 'Good bargain stores', 876, 7, 27, 4.24, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23803, 1902, 'Good bargain stores', 3613, 13, 27, 6.54, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23804, 1902, 'Good bargain stores', 642, 5, 27, 1.06, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23805, 1902, 'Good bargain stores', 1827, 19, 27, 0.13, 1, 1, 'ai_bid', '2024-07-19 12:05:07', '2024-07-19 12:05:07', '2024-07-20 12:06:04'),
(23806, 1850, 'Chanadus', 5846, 17, 24, 104.52, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:03'),
(23807, 1850, 'Chanadus', 910, 5, 24, 7.10, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:03'),
(23808, 1850, 'Chanadus', 4222, 18, 24, 54.99, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:03'),
(23809, 1850, 'Chanadus', 119, 7, 24, 6.40, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:03'),
(23810, 1850, 'Chanadus', 2771, 14, 24, 300.48, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23811, 1850, 'Chanadus', 2747, 18, 24, 291.89, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23812, 1850, 'Chanadus', 2820, 19, 24, 142.04, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23813, 1850, 'Chanadus', 4796, 12, 24, 10.62, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23814, 1850, 'Chanadus', 5926, 11, 24, 60.88, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23815, 1850, 'Chanadus', 751, 19, 24, 31.20, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23816, 1850, 'Chanadus', 2671, 14, 24, 16.46, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23817, 1850, 'Chanadus', 4918, 11, 24, 29.67, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23818, 1850, 'Chanadus', 5428, 12, 24, 5.19, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23819, 1850, 'Chanadus', 3116, 2, 24, 9.13, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23820, 1850, 'Chanadus', 2790, 14, 24, 130.51, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23821, 1850, 'Chanadus', 803, 19, 24, 0.21, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23822, 1850, 'Chanadus', 24, 2, 24, 1.02, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23823, 1850, 'Chanadus', 1844, 19, 24, 0.31, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23824, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-07-19 13:44:04', '2024-07-19 13:44:04', '2024-07-20 13:45:04'),
(23825, 1877, 'Macarena00', 2783, 19, 23, 11.33, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:03'),
(23826, 1877, 'Macarena00', 3689, 14, 23, 211.04, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:03'),
(23827, 1877, 'Macarena00', 2349, 19, 23, 228.65, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:03'),
(23828, 1877, 'Macarena00', 1753, 19, 23, 191.90, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23829, 1877, 'Macarena00', 1618, 18, 23, 53.23, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23830, 1877, 'Macarena00', 3410, 10, 23, 29.87, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23831, 1877, 'Macarena00', 4497, 15, 23, 15.89, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23832, 1877, 'Macarena00', 5283, 16, 23, 21.83, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23833, 1877, 'Macarena00', 3501, 11, 23, 9.36, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23834, 1877, 'Macarena00', 2623, 14, 23, 9.39, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23835, 1877, 'Macarena00', 3612, 12, 23, 265.96, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23836, 1877, 'Macarena00', 4847, 17, 23, 673.91, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23837, 1877, 'Macarena00', 3428, 14, 23, 263.16, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23838, 1877, 'Macarena00', 1725, 19, 23, 204.75, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23839, 1877, 'Macarena00', 4049, 13, 23, 189.74, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23840, 1877, 'Macarena00', 5547, 12, 23, 291.19, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23841, 1877, 'Macarena00', 3455, 11, 23, 5.19, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23842, 1877, 'Macarena00', 4983, 12, 23, 11.71, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23843, 1877, 'Macarena00', 1481, 15, 23, 51.00, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23844, 1877, 'Macarena00', 1397, 19, 23, 602.97, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23845, 1877, 'Macarena00', 2391, 2, 23, 60.54, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23846, 1877, 'Macarena00', 5006, 14, 23, 9.53, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23847, 1877, 'Macarena00', 3534, 13, 23, 105.99, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23848, 1877, 'Macarena00', 769, 2, 23, 113.42, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23849, 1877, 'Macarena00', 5089, 14, 23, 41.19, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23850, 1877, 'Macarena00', 4191, 14, 23, 5.87, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23851, 1877, 'Macarena00', 1916, 7, 23, 3.50, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23852, 1877, 'Macarena00', 3511, 11, 23, 41.34, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23853, 1877, 'Macarena00', 726, 19, 23, 100.93, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23854, 1877, 'Macarena00', 4387, 14, 23, 4.85, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23855, 1877, 'Macarena00', 3703, 14, 23, 23.00, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23856, 1877, 'Macarena00', 1309, 2, 23, 143.27, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23857, 1877, 'Macarena00', 3910, 16, 23, 1927.80, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23858, 1877, 'Macarena00', 5481, 17, 23, 169.60, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23859, 1877, 'Macarena00', 5945, 17, 23, 3.51, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23860, 1877, 'Macarena00', 3686, 14, 23, 12.58, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23861, 1877, 'Macarena00', 872, 19, 23, 25.49, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23862, 1877, 'Macarena00', 854, 19, 23, 35.50, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23863, 1877, 'Macarena00', 3665, 10, 23, 29.63, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23864, 1877, 'Macarena00', 3780, 13, 23, 103.00, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23865, 1877, 'Macarena00', 4458, 15, 23, 3753.75, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23866, 1877, 'Macarena00', 1500, 19, 23, 11.54, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23867, 1877, 'Macarena00', 5496, 10, 23, 64.65, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23868, 1877, 'Macarena00', 2361, 4, 23, 19.36, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23869, 1877, 'Macarena00', 1899, 19, 23, 11.85, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23870, 1877, 'Macarena00', 1658, 17, 23, 117.29, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23871, 1877, 'Macarena00', 1419, 5, 23, 42.40, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23872, 1877, 'Macarena00', 1296, 19, 23, 47.70, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23873, 1877, 'Macarena00', 4585, 15, 23, 81.60, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23874, 1877, 'Macarena00', 2706, 14, 23, 403.91, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23875, 1877, 'Macarena00', 1524, 15, 23, 20.14, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23876, 1877, 'Macarena00', 377, 2, 23, 45.70, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23877, 1877, 'Macarena00', 5637, 10, 23, 5.24, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23878, 1877, 'Macarena00', 4670, 12, 23, 5.83, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23879, 1877, 'Macarena00', 2153, 2, 23, 284.96, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23880, 1877, 'Macarena00', 2924, 14, 23, 32.04, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23881, 1877, 'Macarena00', 4027, 17, 23, 22.43, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:04'),
(23882, 1877, 'Macarena00', 4902, 14, 23, 2.27, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23883, 1877, 'Macarena00', 2207, 10, 23, 40.87, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23884, 1877, 'Macarena00', 6080, 15, 23, 21.19, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23885, 1877, 'Macarena00', 4800, 17, 23, 55.12, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23886, 1877, 'Macarena00', 1627, 13, 23, 6.42, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23887, 1877, 'Macarena00', 5433, 12, 23, 8.05, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23888, 1877, 'Macarena00', 813, 14, 23, 11.78, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23889, 1877, 'Macarena00', 5272, 13, 23, 6.09, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23890, 1877, 'Macarena00', 2649, 18, 23, 6.83, 1, 1, 'ai_bid', '2024-07-19 21:34:03', '2024-07-19 21:34:03', '2024-07-20 21:35:05'),
(23891, 1877, 'Macarena00', 1827, 19, 23, 0.13, 1, 1, 'ai_bid', '2024-07-19 21:34:04', '2024-07-19 21:34:04', '2024-07-20 21:35:05'),
(23892, 1877, 'Macarena00', 1738, 5, 23, 1.46, 1, 1, 'ai_bid', '2024-07-19 21:34:04', '2024-07-19 21:34:04', '2024-07-20 21:35:05'),
(23893, 1877, 'Macarena00', 734, 19, 23, 0.22, 1, 1, 'ai_bid', '2024-07-19 21:34:04', '2024-07-19 21:34:04', '2024-07-20 21:35:05'),
(23894, 1877, 'Macarena00', 1894, 19, 23, 0.20, 1, 1, 'ai_bid', '2024-07-19 21:34:04', '2024-07-19 21:34:04', '2024-07-20 21:35:05'),
(23895, 1877, 'Macarena00', 1844, 19, 23, 0.31, 1, 1, 'ai_bid', '2024-07-19 21:34:04', '2024-07-19 21:34:04', '2024-07-20 21:35:05'),
(23896, 1886, 'Lovenest Luxe', 4646, 5, NULL, 41.00, 5, 1, 'manual_bid', '2024-07-20 00:58:54', '2024-07-20 00:58:54', '2024-07-21 00:59:02'),
(23897, 1886, 'Lovenest Luxe', 1950, 5, NULL, 18.00, 2, 1, 'manual_bid', '2024-07-20 01:01:12', '2024-07-20 01:01:12', '2024-07-21 01:02:02'),
(23898, 1886, 'Lovenest Luxe', 4106, 5, NULL, 2.00, 1, 1, 'manual_bid', '2024-07-20 01:02:28', '2024-07-20 01:02:28', '2024-07-21 01:03:02'),
(23899, 1881, 'Almeida', 24, 2, 21, 1.06, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23900, 1881, 'Almeida', 5379, 14, 21, 374.19, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23901, 1881, 'Almeida', 1620, 4, 21, 118.53, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23902, 1881, 'Almeida', 125, 18, 21, 87.36, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23903, 1881, 'Almeida', 3948, 16, 21, 107.93, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23904, 1881, 'Almeida', 408, 18, 21, 93.72, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23905, 1881, 'Almeida', 4269, 18, 21, 114.45, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23906, 1881, 'Almeida', 715, 19, 21, 39.46, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23907, 1881, 'Almeida', 3305, 15, 21, 264.60, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23908, 1881, 'Almeida', 3598, 12, 21, 1030.00, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23909, 1881, 'Almeida', 3125, 4, 21, 502.86, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23910, 1881, 'Almeida', 1504, 15, 21, 30.66, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23911, 1881, 'Almeida', 5614, 15, 21, 35.44, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23912, 1881, 'Almeida', 1305, 15, 21, 41.40, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23913, 1881, 'Almeida', 4272, 18, 21, 122.57, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23914, 1881, 'Almeida', 1261, 18, 21, 95.40, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23915, 1881, 'Almeida', 1522, 19, 21, 2625.00, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23916, 1881, 'Almeida', 1613, 4, 21, 167.88, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23917, 1881, 'Almeida', 1099, 19, 21, 185.12, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23918, 1881, 'Almeida', 1801, 17, 21, 72.08, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23919, 1881, 'Almeida', 3908, 16, 21, 42.22, 1, 1, 'ai_bid', '2024-07-20 06:30:04', '2024-07-20 06:30:04', '2024-07-21 06:30:10'),
(23920, 1881, 'Almeida', 2966, 15, 21, 505.00, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23921, 1881, 'Almeida', 4760, 14, 21, 70.69, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23922, 1881, 'Almeida', 5742, 16, 21, 13.62, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23923, 1881, 'Almeida', 4538, 16, 21, 944.99, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23924, 1881, 'Almeida', 4519, 16, 21, 19.18, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23925, 1881, 'Almeida', 1147, 19, 21, 103.00, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23926, 1881, 'Almeida', 5793, 15, 21, 315.08, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23927, 1881, 'Almeida', 4522, 16, 21, 5.29, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23928, 1881, 'Almeida', 4553, 5, 21, 10.07, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23929, 1881, 'Almeida', 5932, 17, 21, 21.38, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23930, 1881, 'Almeida', 5603, 15, 21, 21.37, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23931, 1881, 'Almeida', 1355, 19, 21, 17.51, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23932, 1881, 'Almeida', 522, 18, 21, 51.27, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23933, 1881, 'Almeida', 914, 5, 21, 10.29, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23934, 1881, 'Almeida', 3192, 4, 21, 140.60, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23935, 1881, 'Almeida', 1394, 2, 21, 283.50, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23936, 1881, 'Almeida', 1712, 5, 21, 61.20, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23937, 1881, 'Almeida', 5025, 16, 21, 132.55, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23938, 1881, 'Almeida', 396, 18, 21, 36.38, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23939, 1881, 'Almeida', 1894, 19, 21, 0.21, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23940, 1881, 'Almeida', 5168, 16, 21, 141.40, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23941, 1881, 'Almeida', 3893, 15, 21, 1166.00, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23942, 1881, 'Almeida', 5915, 13, 21, 5.74, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23943, 1881, 'Almeida', 4303, 5, 21, 727.99, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23944, 1881, 'Almeida', 2603, 14, 21, 1521.45, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23945, 1881, 'Almeida', 302, 5, 21, 264.98, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23946, 1881, 'Almeida', 2377, 19, 21, 36.76, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23947, 1881, 'Almeida', 2137, 18, 21, 20.99, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23948, 1881, 'Almeida', 1270, 10, 21, 9.08, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23949, 1881, 'Almeida', 1149, 18, 21, 207.99, 1, 1, 'ai_bid', '2024-07-20 06:30:05', '2024-07-20 06:30:05', '2024-07-21 06:30:10'),
(23950, 1881, 'Almeida', 5055, 13, 21, 516.02, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23951, 1881, 'Almeida', 4309, 15, 21, 4.19, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23952, 1881, 'Almeida', 2945, 5, 21, 24.09, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23953, 1881, 'Almeida', 5859, 17, 21, 206.70, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23954, 1881, 'Almeida', 3871, 16, 21, 53.55, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23955, 1881, 'Almeida', 1250, 19, 21, 12.78, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23956, 1881, 'Almeida', 3420, 14, 21, 70.65, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23957, 1881, 'Almeida', 1382, 14, 21, 8.31, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23958, 1881, 'Almeida', 5743, 16, 21, 10.49, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23959, 1881, 'Almeida', 1645, 17, 21, 3.92, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23960, 1881, 'Almeida', 4198, 14, 21, 19.65, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23961, 1881, 'Almeida', 3368, 15, 21, 64.03, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23962, 1881, 'Almeida', 828, 18, 21, 19.72, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23963, 1881, 'Almeida', 2140, 15, 21, 50.60, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23964, 1881, 'Almeida', 716, 19, 21, 1.03, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23965, 1881, 'Almeida', 1811, 5, 21, 0.20, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23966, 1881, 'Almeida', 1827, 19, 21, 0.13, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23967, 1881, 'Almeida', 803, 19, 21, 0.20, 1, 1, 'ai_bid', '2024-07-20 06:30:06', '2024-07-20 06:30:06', '2024-07-21 06:30:10'),
(23968, 1869, 'Anatoliy fast store', 5953, 17, 25, 10.10, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:03'),
(23969, 1869, 'Anatoliy fast store', 5907, 17, 25, 16.36, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23970, 1869, 'Anatoliy fast store', 277, 18, 25, 343.19, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23971, 1869, 'Anatoliy fast store', 5239, 16, 25, 32.40, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23972, 1869, 'Anatoliy fast store', 13, 2, 25, 10.10, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23973, 1869, 'Anatoliy fast store', 3255, 7, 25, 132.57, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23974, 1869, 'Anatoliy fast store', 3329, 7, 25, 24.35, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23975, 1869, 'Anatoliy fast store', 3371, 7, 25, 196.10, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23976, 1869, 'Anatoliy fast store', 3578, 12, 25, 16.05, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23977, 1869, 'Anatoliy fast store', 1588, 4, 25, 3.03, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23978, 1869, 'Anatoliy fast store', 925, 5, 25, 89.61, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23979, 1869, 'Anatoliy fast store', 1496, 15, 25, 15.75, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23980, 1869, 'Anatoliy fast store', 20, 2, 25, 4.08, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23981, 1869, 'Anatoliy fast store', 2411, 2, 25, 45.90, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23982, 1869, 'Anatoliy fast store', 4977, 14, 25, 5.09, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23983, 1869, 'Anatoliy fast store', 600, 10, 25, 13.65, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23984, 1869, 'Anatoliy fast store', 3985, 18, 25, 62.11, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23985, 1869, 'Anatoliy fast store', 5958, 17, 25, 9.33, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23986, 1869, 'Anatoliy fast store', 782, 14, 25, 6.99, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23987, 1869, 'Anatoliy fast store', 1199, 14, 25, 24.47, 1, 1, 'ai_bid', '2024-07-20 06:54:04', '2024-07-20 06:54:04', '2024-07-21 06:55:04'),
(23988, 1798, 'Feelyards', 2012, 4, NULL, 199.00, 2, 1, 'manual_bid', '2024-07-20 07:05:28', '2024-07-20 07:05:28', '2024-07-21 07:06:03'),
(23989, 1798, 'Feelyards', 3108, 2, NULL, 250.00, 1, 1, 'manual_bid', '2024-07-20 07:12:01', '2024-07-20 07:12:01', '2024-07-21 07:12:02'),
(23990, 1798, 'Feelyards', 3762, 7, NULL, 50.00, 1, 1, 'manual_bid', '2024-07-20 07:19:13', '2024-07-20 07:19:13', '2024-07-21 07:20:04'),
(23991, 1876, 'Etiuko', 4545, 16, 28, 29.67, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:02'),
(23992, 1876, 'Etiuko', 2715, 16, 28, 36.03, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:02'),
(23993, 1876, 'Etiuko', 2253, 10, 28, 20.39, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:02'),
(23994, 1876, 'Etiuko', 2740, 17, 28, 30.59, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:03'),
(23995, 1876, 'Etiuko', 729, 19, 28, 11.62, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:03'),
(23996, 1876, 'Etiuko', 3324, 7, 28, 1.40, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:03'),
(23997, 1876, 'Etiuko', 1894, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:03'),
(23998, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:03'),
(23999, 1876, 'Etiuko', 734, 19, 28, 0.23, 1, 1, 'ai_bid', '2024-07-20 07:23:04', '2024-07-20 07:23:04', '2024-07-21 07:24:03'),
(24000, 1798, 'Feelyards', 6025, 11, NULL, 99.00, 1, 1, 'manual_bid', '2024-07-20 07:23:19', '2024-07-20 07:23:19', '2024-07-21 07:24:03'),
(24001, 1872, 'Melisa', 803, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24002, 1872, 'Melisa', 5822, 11, 22, 36.39, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24003, 1872, 'Melisa', 604, 10, 22, 10.10, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24004, 1872, 'Melisa', 3081, 2, 22, 9.54, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24005, 1872, 'Melisa', 3872, 15, 22, 30.30, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24006, 1872, 'Melisa', 3160, 19, 22, 207.02, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24007, 1872, 'Melisa', 1718, 10, 22, 4.15, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24008, 1872, 'Melisa', 3921, 2, 22, 133.90, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24009, 1872, 'Melisa', 4176, 14, 22, 782.79, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24010, 1872, 'Melisa', 3310, 15, 22, 7.30, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24011, 1872, 'Melisa', 5764, 13, 22, 1.51, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24012, 1872, 'Melisa', 672, 10, 22, 3.15, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24013, 1872, 'Melisa', 756, 19, 22, 0.45, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24014, 1872, 'Melisa', 1887, 5, 22, 1.61, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24015, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24016, 1872, 'Melisa', 1894, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-20 08:03:03', '2024-07-20 08:03:03', '2024-07-21 08:04:02'),
(24017, 1902, 'Good bargain stores', 4813, 12, 26, 28.61, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:02'),
(24018, 1902, 'Good bargain stores', 5075, 16, 26, 24.09, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24019, 1902, 'Good bargain stores', 3559, 17, 26, 215.85, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24020, 1902, 'Good bargain stores', 3450, 10, 26, 5.15, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24021, 1902, 'Good bargain stores', 898, 5, 26, 10.40, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24022, 1902, 'Good bargain stores', 6101, 1, 26, 5.43, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24023, 1902, 'Good bargain stores', 4074, 5, 26, 16.47, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24024, 1902, 'Good bargain stores', 4364, 16, 26, 11.22, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24025, 1902, 'Good bargain stores', 5835, 15, 26, 19.64, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24026, 1902, 'Good bargain stores', 5626, 15, 26, 168.00, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24027, 1902, 'Good bargain stores', 3078, 2, 26, 8.48, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24028, 1902, 'Good bargain stores', 1894, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-07-20 12:55:05', '2024-07-20 12:55:05', '2024-07-21 12:56:04'),
(24029, 1902, 'Good bargain stores', 2884, 19, 27, 4011.72, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24030, 1902, 'Good bargain stores', 2901, 19, 27, 3242.09, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24031, 1902, 'Good bargain stores', 4774, 12, 27, 106.00, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24032, 1902, 'Good bargain stores', 1501, 15, 27, 28.62, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24033, 1902, 'Good bargain stores', 5395, 17, 27, 86.95, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24034, 1902, 'Good bargain stores', 1632, 19, 27, 1713.60, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24035, 1902, 'Good bargain stores', 5224, 13, 27, 773.75, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24036, 1902, 'Good bargain stores', 1056, 19, 27, 93.28, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24037, 1902, 'Good bargain stores', 181, 4, 27, 261.03, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24038, 1902, 'Good bargain stores', 5942, 17, 27, 7.08, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24039, 1902, 'Good bargain stores', 1810, 19, 27, 120.09, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24040, 1902, 'Good bargain stores', 1088, 19, 27, 51.64, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24041, 1902, 'Good bargain stores', 222, 12, 27, 21.98, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24042, 1902, 'Good bargain stores', 3166, 4, 27, 25.55, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24043, 1902, 'Good bargain stores', 50, 2, 27, 14.42, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24044, 1902, 'Good bargain stores', 4580, 5, 27, 32.85, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24045, 1902, 'Good bargain stores', 3775, 15, 27, 6.36, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24046, 1902, 'Good bargain stores', 3099, 2, 27, 12.08, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24047, 1902, 'Good bargain stores', 752, 19, 27, 1.02, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24048, 1902, 'Good bargain stores', 4035, 18, 27, 1.93, 1, 1, 'ai_bid', '2024-07-20 13:18:03', '2024-07-20 13:18:03', '2024-07-21 13:18:03'),
(24049, 1850, 'Chanadus', 1842, 19, NULL, 1.05, 7, 1, 'manual_bid', '2024-07-20 14:43:44', '2024-07-20 14:43:44', '2024-07-21 14:44:03'),
(24050, 1850, 'Chanadus', 3935, 16, 24, 87.71, 1, 1, 'ai_bid', '2024-07-20 14:56:04', '2024-07-20 14:56:04', '2024-07-21 14:57:02'),
(24051, 1850, 'Chanadus', 3076, 18, 24, 32.23, 1, 1, 'ai_bid', '2024-07-20 14:56:04', '2024-07-20 14:56:04', '2024-07-21 14:57:02'),
(24052, 1850, 'Chanadus', 4614, 5, 24, 26.77, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:02'),
(24053, 1850, 'Chanadus', 909, 5, 24, 30.30, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:02'),
(24054, 1850, 'Chanadus', 324, 18, 24, 12.77, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:02'),
(24055, 1850, 'Chanadus', 962, 13, 24, 9.27, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:02'),
(24056, 1850, 'Chanadus', 2538, 7, 24, 19.39, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:02'),
(24057, 1850, 'Chanadus', 129, 7, 24, 43.95, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24058, 1850, 'Chanadus', 3154, 4, 24, 35.30, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24059, 1850, 'Chanadus', 2501, 16, 24, 100.69, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24060, 1850, 'Chanadus', 2182, 19, 24, 60.60, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24061, 1850, 'Chanadus', 5778, 13, 24, 15.44, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24062, 1850, 'Chanadus', 3672, 10, 24, 58.85, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24063, 1850, 'Chanadus', 858, 19, 24, 14.95, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24064, 1850, 'Chanadus', 3655, 10, 24, 17.98, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24065, 1850, 'Chanadus', 2464, 19, 24, 74.54, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24066, 1850, 'Chanadus', 270, 5, 24, 206.93, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24067, 1850, 'Chanadus', 722, 19, 24, 34.32, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24068, 1850, 'Chanadus', 3191, 4, 24, 30.89, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24069, 1850, 'Chanadus', 5968, 17, 24, 21.17, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24070, 1850, 'Chanadus', 2687, 14, 24, 260.58, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24071, 1850, 'Chanadus', 2121, 19, 24, 4.23, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24072, 1850, 'Chanadus', 749, 19, 24, 7.02, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24073, 1850, 'Chanadus', 4341, 15, 24, 5.09, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24074, 1850, 'Chanadus', 1945, 10, 24, 9.37, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24075, 1850, 'Chanadus', 1811, 5, 24, 0.21, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24076, 1850, 'Chanadus', 803, 19, 24, 0.20, 1, 1, 'ai_bid', '2024-07-20 14:56:05', '2024-07-20 14:56:05', '2024-07-21 14:57:03'),
(24077, 1877, 'Macarena00', 1838, 19, 23, 11010.90, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:03'),
(24078, 1877, 'Macarena00', 5346, 14, 23, 159.27, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24079, 1877, 'Macarena00', 4069, 18, 23, 47.37, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24080, 1877, 'Macarena00', 1320, 2, 23, 74.46, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24081, 1877, 'Macarena00', 4213, 5, 23, 4.87, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24082, 1877, 'Macarena00', 3252, 5, 23, 33.39, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24083, 1877, 'Macarena00', 4992, 14, 23, 12.69, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24084, 1877, 'Macarena00', 3760, 7, 23, 38.72, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24085, 1877, 'Macarena00', 5849, 15, 23, 65.23, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24086, 1877, 'Macarena00', 1942, 7, 23, 7.76, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24087, 1877, 'Macarena00', 1988, 19, 23, 6.29, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24088, 1877, 'Macarena00', 2540, 14, 23, 94.49, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24089, 1877, 'Macarena00', 199, 7, 23, 5.93, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24090, 1877, 'Macarena00', 1691, 19, 23, 5.60, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24091, 1877, 'Macarena00', 5984, 17, 23, 18.28, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24092, 1877, 'Macarena00', 4199, 18, 23, 16.31, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24093, 1877, 'Macarena00', 4906, 12, 23, 3.11, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24094, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24095, 1877, 'Macarena00', 803, 19, 23, 0.20, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24096, 1877, 'Macarena00', 949, 5, 23, 0.31, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24097, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-20 22:47:05', '2024-07-20 22:47:05', '2024-07-21 22:48:05'),
(24098, 1886, 'Lovenest Luxe', 2462, 2, NULL, 3.00, 82, 1, 'manual_bid', '2024-07-21 02:04:22', '2024-07-21 02:04:22', '2024-07-22 02:05:03'),
(24099, 1881, 'Almeida', 5224, 13, 21, 781.19, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:02'),
(24100, 1881, 'Almeida', 2731, 18, 21, 167.28, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24101, 1881, 'Almeida', 3818, 4, 21, 83.99, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24102, 1881, 'Almeida', 4319, 18, 21, 1907.99, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24103, 1881, 'Almeida', 1266, 19, 21, 8.23, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24104, 1881, 'Almeida', 3683, 10, 21, 204.60, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24105, 1881, 'Almeida', 5013, 13, 21, 47.31, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24106, 1881, 'Almeida', 2477, 10, 21, 25.74, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24107, 1881, 'Almeida', 1409, 14, 21, 11.10, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24108, 1881, 'Almeida', 2539, 17, 21, 10.91, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24109, 1881, 'Almeida', 3569, 12, 21, 12.23, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24110, 1881, 'Almeida', 3399, 7, 21, 385.33, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24111, 1881, 'Almeida', 3603, 12, 21, 126.00, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24112, 1881, 'Almeida', 3649, 13, 21, 13.12, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24113, 1881, 'Almeida', 2616, 14, 21, 19.99, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24114, 1881, 'Almeida', 2109, 19, 21, 2203.95, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24115, 1881, 'Almeida', 2370, 19, 21, 2.17, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24116, 1881, 'Almeida', 4033, 18, 21, 2.70, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24117, 1881, 'Almeida', 302, 5, 21, 270.17, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24118, 1881, 'Almeida', 91, 2, 21, 205.80, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24119, 1881, 'Almeida', 5332, 13, 21, 2012.94, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24120, 1881, 'Almeida', 2134, 2, 21, 36.37, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24121, 1881, 'Almeida', 3266, 7, 21, 242.41, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24122, 1881, 'Almeida', 6085, 11, 21, 4.20, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24123, 1881, 'Almeida', 432, 18, 21, 214.57, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24124, 1881, 'Almeida', 4227, 5, 21, 218.40, 1, 1, 'ai_bid', '2024-07-21 07:42:02', '2024-07-21 07:42:02', '2024-07-22 07:42:04'),
(24125, 1881, 'Almeida', 5325, 14, 21, 53.54, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24126, 1881, 'Almeida', 1869, 19, 21, 3.03, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24127, 1881, 'Almeida', 2440, 2, 21, 14.48, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24128, 1881, 'Almeida', 1192, 14, 21, 51.45, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24129, 1881, 'Almeida', 5363, 13, 21, 27.80, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24130, 1881, 'Almeida', 2934, 14, 21, 114.32, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24131, 1881, 'Almeida', 3956, 5, 21, 98.58, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24132, 1881, 'Almeida', 962, 13, 21, 9.54, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24133, 1881, 'Almeida', 3230, 4, 21, 30.68, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24134, 1881, 'Almeida', 1394, 2, 21, 280.80, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24135, 1881, 'Almeida', 5520, 12, 21, 281.79, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24136, 1881, 'Almeida', 785, 19, 21, 20.20, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24137, 1881, 'Almeida', 5570, 10, 21, 197.40, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24138, 1881, 'Almeida', 1354, 2, 21, 17.92, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24139, 1881, 'Almeida', 1062, 4, 21, 7.80, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24140, 1881, 'Almeida', 175, 2, 21, 62.39, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24141, 1881, 'Almeida', 594, 10, 21, 12.24, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24142, 1881, 'Almeida', 5785, 15, 21, 5.92, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24143, 1881, 'Almeida', 5740, 16, 21, 29.86, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24144, 1881, 'Almeida', 1043, 17, 21, 186.16, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24145, 1881, 'Almeida', 285, 14, 21, 59.02, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24146, 1881, 'Almeida', 1961, 13, 21, 18.72, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24147, 1881, 'Almeida', 1839, 12, 21, 39.90, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24148, 1881, 'Almeida', 2412, 19, 21, 97.18, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24149, 1881, 'Almeida', 5265, 13, 21, 17.17, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24150, 1881, 'Almeida', 4092, 5, 21, 2.89, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24151, 1881, 'Almeida', 5351, 14, 21, 84.07, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24152, 1881, 'Almeida', 4505, 16, 21, 98.80, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24153, 1881, 'Almeida', 83, 2, 21, 111.10, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24154, 1881, 'Almeida', 5867, 17, 21, 32.52, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24155, 1881, 'Almeida', 2028, 19, 21, 39.39, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:02'),
(24156, 1881, 'Almeida', 4037, 13, 21, 158.99, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24157, 1881, 'Almeida', 195, 4, 21, 39.57, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24158, 1881, 'Almeida', 1523, 10, 21, 1.64, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24159, 1881, 'Almeida', 882, 18, 21, 201.99, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24160, 1881, 'Almeida', 1436, 10, 21, 16.31, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24161, 1881, 'Almeida', 473, 17, 21, 16.47, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24162, 1881, 'Almeida', 1660, 19, 21, 1549.60, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24163, 1881, 'Almeida', 179, 2, 21, 22.66, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24164, 1881, 'Almeida', 4610, 16, 21, 13.73, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24165, 1881, 'Almeida', 2373, 10, 21, 37.22, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24166, 1881, 'Almeida', 2695, 14, 21, 11.43, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24167, 1881, 'Almeida', 3119, 4, 21, 61.88, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24168, 1881, 'Almeida', 2380, 7, 21, 27.08, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24169, 1881, 'Almeida', 2329, 18, 21, 73.13, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24170, 1881, 'Almeida', 5975, 17, 21, 15.14, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24171, 1881, 'Almeida', 5945, 17, 21, 3.51, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24172, 1881, 'Almeida', 3426, 10, 21, 24.95, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(24173, 1881, 'Almeida', 4202, 5, 21, 4.98, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24174, 1881, 'Almeida', 3906, 16, 21, 192.90, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24175, 1881, 'Almeida', 5550, 10, 21, 9.00, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24176, 1881, 'Almeida', 608, 7, 21, 2.04, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24177, 1881, 'Almeida', 6032, 15, 21, 103.99, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24178, 1881, 'Almeida', 5006, 14, 21, 9.53, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24179, 1881, 'Almeida', 5468, 7, 21, 43.45, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24180, 1881, 'Almeida', 740, 19, 21, 13.76, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24181, 1881, 'Almeida', 2730, 16, 21, 19.56, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24182, 1881, 'Almeida', 5434, 17, 21, 18.08, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24183, 1881, 'Almeida', 355, 2, 21, 11.07, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24184, 1881, 'Almeida', 1151, 4, 21, 3.33, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24185, 1881, 'Almeida', 3804, 4, 21, 235.54, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24186, 1881, 'Almeida', 3582, 12, 21, 4.24, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24187, 1881, 'Almeida', 3716, 19, 21, 5.14, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24188, 1881, 'Almeida', 4661, 12, 21, 13.15, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24189, 1881, 'Almeida', 2457, 19, 21, 3.50, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24190, 1881, 'Almeida', 3539, 12, 21, 1.18, 1, 1, 'ai_bid', '2024-07-21 07:42:03', '2024-07-21 07:42:03', '2024-07-22 07:43:03'),
(24191, 1869, 'Anatoliy fast store', 552, 7, 25, 12.12, 1, 1, 'ai_bid', '2024-07-21 08:06:04', '2024-07-21 08:06:04', '2024-07-22 08:07:02'),
(24192, 1869, 'Anatoliy fast store', 5430, 16, 25, 20.20, 1, 1, 'ai_bid', '2024-07-21 08:06:04', '2024-07-21 08:06:04', '2024-07-22 08:07:03'),
(24193, 1869, 'Anatoliy fast store', 3817, 11, 25, 1024.85, 1, 1, 'ai_bid', '2024-07-21 08:06:05', '2024-07-21 08:06:05', '2024-07-22 08:07:03'),
(24194, 1869, 'Anatoliy fast store', 4582, 14, 25, 15.30, 1, 1, 'ai_bid', '2024-07-21 08:06:05', '2024-07-21 08:06:05', '2024-07-22 08:07:03'),
(24195, 1869, 'Anatoliy fast store', 3539, 12, 25, 1.20, 1, 1, 'ai_bid', '2024-07-21 08:06:05', '2024-07-21 08:06:05', '2024-07-22 08:07:03'),
(24196, 1869, 'Anatoliy fast store', 676, 10, 25, 2.08, 1, 1, 'ai_bid', '2024-07-21 08:06:05', '2024-07-21 08:06:05', '2024-07-22 08:07:03'),
(24197, 1869, 'Anatoliy fast store', 4219, 5, 25, 1.32, 1, 1, 'ai_bid', '2024-07-21 08:06:05', '2024-07-21 08:06:05', '2024-07-22 08:07:03'),
(24198, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-07-21 08:06:05', '2024-07-21 08:06:05', '2024-07-22 08:07:03'),
(24199, 1876, 'Etiuko', 37, 2, 28, 9.09, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:03'),
(24200, 1876, 'Etiuko', 1460, 19, 28, 27.29, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:05'),
(24201, 1876, 'Etiuko', 2337, 5, 28, 31.80, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:05'),
(24202, 1876, 'Etiuko', 4420, 15, 28, 55.54, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:05'),
(24203, 1876, 'Etiuko', 6019, 11, 28, 6.22, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:05'),
(24204, 1876, 'Etiuko', 624, 5, 28, 1.06, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:05'),
(24205, 1876, 'Etiuko', 734, 19, 28, 0.22, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:05'),
(24206, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-07-21 08:35:06', '2024-07-21 08:35:06', '2024-07-22 08:36:05'),
(24207, 1798, 'Feelyards', 3111, 2, NULL, 251.00, 2, 1, 'manual_bid', '2024-07-21 08:44:41', '2024-07-21 08:44:41', '2024-07-22 08:45:04'),
(24208, 1798, 'Feelyards', 3179, 4, NULL, 76.00, 4, 1, 'manual_bid', '2024-07-21 08:48:22', '2024-07-21 08:48:22', '2024-07-22 08:49:02'),
(24209, 1872, 'Melisa', 1055, 19, 22, 30.90, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24210, 1872, 'Melisa', 736, 18, 22, 166.47, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24211, 1872, 'Melisa', 4949, 13, 22, 170.65, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24212, 1872, 'Melisa', 3279, 5, 22, 5.29, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24213, 1872, 'Melisa', 2427, 19, 22, 242.40, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24214, 1872, 'Melisa', 2559, 14, 22, 125.62, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24215, 1872, 'Melisa', 5534, 10, 22, 129.27, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24216, 1872, 'Melisa', 5111, 16, 22, 14.53, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24217, 1872, 'Melisa', 1393, 15, 22, 40.18, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24218, 1872, 'Melisa', 4099, 5, 22, 202.00, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24219, 1872, 'Melisa', 5171, 16, 22, 47.83, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24220, 1872, 'Melisa', 3068, 2, 22, 15.44, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24221, 1872, 'Melisa', 4427, 16, 22, 41.40, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24222, 1872, 'Melisa', 876, 7, 22, 4.12, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24223, 1872, 'Melisa', 597, 10, 22, 3.18, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24224, 1872, 'Melisa', 949, 5, 22, 0.32, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24225, 1872, 'Melisa', 734, 19, 22, 0.23, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24226, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-21 09:15:05', '2024-07-21 09:15:05', '2024-07-22 09:16:03'),
(24227, 1902, 'Good bargain stores', 4053, 18, 26, 28.14, 1, 1, 'ai_bid', '2024-07-21 14:07:03', '2024-07-21 14:07:03', '2024-07-22 14:08:03'),
(24228, 1902, 'Good bargain stores', 3073, 2, 26, 117.60, 1, 1, 'ai_bid', '2024-07-21 14:07:03', '2024-07-21 14:07:03', '2024-07-22 14:08:05'),
(24229, 1902, 'Good bargain stores', 4725, 14, 26, 362.59, 1, 1, 'ai_bid', '2024-07-21 14:07:04', '2024-07-21 14:07:04', '2024-07-22 14:08:05'),
(24230, 1902, 'Good bargain stores', 1631, 15, 26, 5.45, 1, 1, 'ai_bid', '2024-07-21 14:07:04', '2024-07-21 14:07:04', '2024-07-22 14:08:05'),
(24231, 1902, 'Good bargain stores', 6024, 15, 26, 3.86, 1, 1, 'ai_bid', '2024-07-21 14:07:04', '2024-07-21 14:07:04', '2024-07-22 14:08:05'),
(24232, 1902, 'Good bargain stores', 756, 19, 26, 0.45, 1, 1, 'ai_bid', '2024-07-21 14:07:04', '2024-07-21 14:07:04', '2024-07-22 14:08:05'),
(24233, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-07-21 14:07:04', '2024-07-21 14:07:04', '2024-07-22 14:08:05'),
(24234, 1902, 'Good bargain stores', 4172, 5, 27, 114.45, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24235, 1902, 'Good bargain stores', 2806, 14, 27, 2020.13, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24236, 1902, 'Good bargain stores', 180, 7, 27, 1858.40, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24237, 1902, 'Good bargain stores', 4202, 5, 27, 4.84, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24238, 1902, 'Good bargain stores', 4194, 18, 27, 55.52, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24239, 1902, 'Good bargain stores', 966, 18, 27, 12.80, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24240, 1902, 'Good bargain stores', 412, 17, 27, 765.45, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24241, 1902, 'Good bargain stores', 4113, 5, 27, 296.80, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24242, 1902, 'Good bargain stores', 4247, 18, 27, 15.32, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24243, 1902, 'Good bargain stores', 3318, 5, 27, 1.20, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24244, 1902, 'Good bargain stores', 883, 7, 27, 4.59, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24245, 1902, 'Good bargain stores', 725, 19, 27, 72.75, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24246, 1902, 'Good bargain stores', 3418, 14, 27, 24.58, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24247, 1902, 'Good bargain stores', 5237, 16, 27, 104.02, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24248, 1902, 'Good bargain stores', 3163, 4, 27, 22.87, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24249, 1902, 'Good bargain stores', 4264, 14, 27, 9.09, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24250, 1902, 'Good bargain stores', 767, 19, 27, 3.06, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24251, 1902, 'Good bargain stores', 6166, 11, 27, 62.99, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24252, 1902, 'Good bargain stores', 3929, 5, 27, 38.85, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24253, 1902, 'Good bargain stores', 2540, 14, 27, 92.69, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24254, 1902, 'Good bargain stores', 3971, 16, 27, 14.92, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24255, 1902, 'Good bargain stores', 4846, 12, 27, 119.11, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24256, 1902, 'Good bargain stores', 3635, 14, 27, 7.34, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:03'),
(24257, 1902, 'Good bargain stores', 914, 5, 27, 10.09, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24258, 1902, 'Good bargain stores', 1008, 16, 27, 452.59, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24259, 1902, 'Good bargain stores', 751, 19, 27, 30.90, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24260, 1902, 'Good bargain stores', 2203, 19, 27, 7.31, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24261, 1902, 'Good bargain stores', 3877, 15, 27, 360.50, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24262, 1902, 'Good bargain stores', 3982, 5, 27, 157.94, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24263, 1902, 'Good bargain stores', 3732, 13, 27, 312.00, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24264, 1902, 'Good bargain stores', 3246, 7, 27, 1594.57, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24265, 1902, 'Good bargain stores', 4232, 18, 27, 16.99, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24266, 1902, 'Good bargain stores', 3743, 7, 27, 162.18, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24267, 1902, 'Good bargain stores', 3154, 4, 27, 34.63, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24268, 1902, 'Good bargain stores', 3902, 2, 27, 1068.48, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24269, 1902, 'Good bargain stores', 3611, 12, 27, 130.18, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24270, 1902, 'Good bargain stores', 3054, 2, 27, 692.30, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24271, 1902, 'Good bargain stores', 2509, 16, 27, 29.57, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24272, 1902, 'Good bargain stores', 3670, 13, 27, 10.49, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24273, 1902, 'Good bargain stores', 1955, 16, 27, 3.64, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24274, 1902, 'Good bargain stores', 3077, 2, 27, 7.49, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24275, 1902, 'Good bargain stores', 3747, 14, 27, 8.07, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24276, 1902, 'Good bargain stores', 5928, 13, 27, 4.78, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24277, 1902, 'Good bargain stores', 3482, 10, 27, 5.15, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24278, 1902, 'Good bargain stores', 660, 10, 27, 2.10, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24279, 1902, 'Good bargain stores', 1811, 5, 27, 0.20, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24280, 1902, 'Good bargain stores', 734, 19, 27, 0.23, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24281, 1902, 'Good bargain stores', 1827, 19, 27, 0.13, 1, 1, 'ai_bid', '2024-07-21 14:30:05', '2024-07-21 14:30:05', '2024-07-22 14:31:04'),
(24282, 1850, 'Chanadus', 4048, 18, 24, 10.59, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:04'),
(24283, 1850, 'Chanadus', 1541, 19, 24, 1060.00, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24284, 1850, 'Chanadus', 3338, 7, 24, 5.36, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24285, 1850, 'Chanadus', 4828, 12, 24, 38.67, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24286, 1850, 'Chanadus', 3523, 12, 24, 15.87, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24287, 1850, 'Chanadus', 696, 18, 24, 84.99, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24288, 1850, 'Chanadus', 5768, 15, 24, 5.54, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24289, 1850, 'Chanadus', 1031, 19, 24, 10.30, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24290, 1850, 'Chanadus', 1912, 10, 24, 3.91, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24291, 1850, 'Chanadus', 597, 10, 24, 3.12, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24292, 1850, 'Chanadus', 949, 5, 24, 0.31, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24293, 1850, 'Chanadus', 1827, 19, 24, 0.13, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24294, 1850, 'Chanadus', 803, 19, 24, 0.21, 1, 1, 'ai_bid', '2024-07-21 16:08:04', '2024-07-21 16:08:04', '2024-07-22 16:08:05'),
(24295, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-07-21 16:09:03', '2024-07-21 16:09:03', '2024-07-22 16:09:03'),
(24296, 1877, 'Macarena00', 2313, 2, 23, 31.80, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:04'),
(24297, 1877, 'Macarena00', 2296, 2, 23, 11.33, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24298, 1877, 'Macarena00', 3801, 4, 23, 7.17, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24299, 1877, 'Macarena00', 2122, 7, 23, 59.74, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24300, 1877, 'Macarena00', 3608, 17, 23, 89.86, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24301, 1877, 'Macarena00', 201, 10, 23, 199.81, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24302, 1877, 'Macarena00', 1106, 19, 23, 265.00, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24303, 1877, 'Macarena00', 6133, 11, 23, 15.45, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24304, 1877, 'Macarena00', 3814, 4, 23, 106.55, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24305, 1877, 'Macarena00', 2705, 18, 23, 844.48, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24306, 1877, 'Macarena00', 2943, 14, 23, 22.20, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24307, 1877, 'Macarena00', 3633, 12, 23, 27.56, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24308, 1877, 'Macarena00', 4764, 12, 23, 2.44, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24309, 1877, 'Macarena00', 5572, 10, 23, 91.56, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24310, 1877, 'Macarena00', 2267, 19, 23, 357.00, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24311, 1877, 'Macarena00', 171, 16, 23, 99.99, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24312, 1877, 'Macarena00', 4325, 18, 23, 27.53, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24313, 1877, 'Macarena00', 3747, 14, 23, 8.39, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24314, 1877, 'Macarena00', 2668, 18, 23, 1301.89, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:05'),
(24315, 1877, 'Macarena00', 4380, 15, 23, 5.29, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:06'),
(24316, 1877, 'Macarena00', 4659, 12, 23, 10.17, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:06'),
(24317, 1877, 'Macarena00', 5561, 10, 23, 736.96, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:06'),
(24318, 1877, 'Macarena00', 5833, 17, 23, 15.66, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:06'),
(24319, 1877, 'Macarena00', 1948, 19, 23, 12.60, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:06'),
(24320, 1877, 'Macarena00', 3175, 19, 23, 181.74, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:06'),
(24321, 1877, 'Macarena00', 2745, 10, 23, 40.83, 1, 1, 'ai_bid', '2024-07-22 00:00:06', '2024-07-22 00:00:06', '2024-07-23 00:01:06'),
(24322, 1877, 'Macarena00', 4296, 5, 23, 132.29, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24323, 1877, 'Macarena00', 3851, 15, 23, 192.40, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24324, 1877, 'Macarena00', 1689, 18, 23, 238.35, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24325, 1877, 'Macarena00', 1253, 10, 23, 31.10, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24326, 1877, 'Macarena00', 293, 5, 23, 13.82, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24327, 1877, 'Macarena00', 3925, 16, 23, 152.50, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24328, 1877, 'Macarena00', 5939, 11, 23, 370.99, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24329, 1877, 'Macarena00', 2798, 14, 23, 163.70, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24330, 1877, 'Macarena00', 4444, 15, 23, 27.98, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24331, 1877, 'Macarena00', 3394, 14, 23, 25.99, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24332, 1877, 'Macarena00', 609, 19, 23, 2808.00, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24333, 1877, 'Macarena00', 371, 10, 23, 8.76, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24334, 1877, 'Macarena00', 426, 17, 23, 15.45, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24335, 1877, 'Macarena00', 5602, 15, 23, 36.14, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24336, 1877, 'Macarena00', 1681, 19, 23, 17.60, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24337, 1877, 'Macarena00', 1262, 19, 23, 1.56, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24338, 1877, 'Macarena00', 2687, 14, 23, 250.75, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24339, 1877, 'Macarena00', 5718, 15, 23, 157.50, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24340, 1877, 'Macarena00', 5237, 16, 23, 107.05, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24341, 1877, 'Macarena00', 3582, 12, 23, 4.08, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24342, 1877, 'Macarena00', 1111, 19, 23, 1487.20, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24343, 1877, 'Macarena00', 1802, 16, 23, 128.27, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24344, 1877, 'Macarena00', 4004, 12, 23, 127.19, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24345, 1877, 'Macarena00', 4342, 18, 23, 210.04, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24346, 1877, 'Macarena00', 5729, 15, 23, 101.00, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24347, 1877, 'Macarena00', 2521, 10, 23, 390.62, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24348, 1877, 'Macarena00', 3325, 7, 23, 6.02, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24349, 1877, 'Macarena00', 1894, 19, 23, 0.20, 1, 1, 'ai_bid', '2024-07-22 00:00:07', '2024-07-22 00:00:07', '2024-07-23 00:01:06'),
(24350, 1886, 'Lovenest Luxe', 1096, 4, NULL, 8.00, 31, 1, 'manual_bid', '2024-07-22 03:06:13', '2024-07-22 03:06:13', '2024-07-23 03:07:03'),
(24351, 1881, 'Almeida', 2479, 7, 21, 632.86, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:03'),
(24352, 1881, 'Almeida', 2761, 14, 21, 1365.00, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24353, 1881, 'Almeida', 5519, 10, 21, 833.03, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24354, 1881, 'Almeida', 4820, 12, 21, 67.47, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24355, 1881, 'Almeida', 5843, 17, 21, 1442.00, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24356, 1881, 'Almeida', 779, 19, 21, 4.43, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24357, 1881, 'Almeida', 5046, 11, 21, 62.39, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24358, 1881, 'Almeida', 3954, 1, 21, 233.80, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24359, 1881, 'Almeida', 4228, 14, 21, 5.24, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24360, 1881, 'Almeida', 5696, 15, 21, 52.94, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:05'),
(24361, 1881, 'Almeida', 3330, 7, 21, 21.41, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24362, 1881, 'Almeida', 830, 17, 21, 72.09, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24363, 1881, 'Almeida', 821, 18, 21, 145.80, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24364, 1881, 'Almeida', 4841, 12, 21, 174.98, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24365, 1881, 'Almeida', 4844, 12, 21, 73.49, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24366, 1881, 'Almeida', 2002, 4, 21, 116.60, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24367, 1881, 'Almeida', 2575, 7, 21, 45.22, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24368, 1881, 'Almeida', 3286, 15, 21, 50.47, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24369, 1881, 'Almeida', 47, 2, 21, 9.27, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24370, 1881, 'Almeida', 1978, 19, 21, 12.11, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24371, 1881, 'Almeida', 4038, 18, 21, 5.24, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24372, 1881, 'Almeida', 41, 2, 21, 18.90, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24373, 1881, 'Almeida', 37, 2, 21, 9.09, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24374, 1881, 'Almeida', 2482, 16, 21, 15.44, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24375, 1881, 'Almeida', 1030, 19, 21, 26.50, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24376, 1881, 'Almeida', 3723, 19, 21, 244.40, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24377, 1881, 'Almeida', 1318, 15, 21, 40.17, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24378, 1881, 'Almeida', 1120, 4, 21, 9.40, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24379, 1881, 'Almeida', 5942, 17, 21, 7.28, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24380, 1881, 'Almeida', 2723, 18, 21, 250.15, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24381, 1881, 'Almeida', 5188, 16, 21, 316.20, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24382, 1881, 'Almeida', 5093, 13, 21, 155.52, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24383, 1881, 'Almeida', 1352, 15, 21, 904.80, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24384, 1881, 'Almeida', 5791, 15, 21, 273.00, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24385, 1881, 'Almeida', 5323, 16, 21, 29.35, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24386, 1881, 'Almeida', 4053, 18, 21, 28.69, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24387, 1881, 'Almeida', 887, 18, 21, 118.16, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24388, 1881, 'Almeida', 911, 19, 21, 14.92, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24389, 1881, 'Almeida', 2724, 18, 21, 6534.70, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24390, 1881, 'Almeida', 3122, 2, 21, 3.03, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24391, 1881, 'Almeida', 143, 18, 21, 1.03, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24392, 1881, 'Almeida', 854, 19, 21, 36.56, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24393, 1881, 'Almeida', 2210, 19, 21, 7.14, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24394, 1881, 'Almeida', 4349, 15, 21, 5.29, 1, 1, 'ai_bid', '2024-07-22 08:55:07', '2024-07-22 08:55:07', '2024-07-23 08:56:06'),
(24395, 1881, 'Almeida', 1176, 14, 21, 23.67, 1, 1, 'ai_bid', '2024-07-22 08:55:08', '2024-07-22 08:55:08', '2024-07-23 08:56:06'),
(24396, 1881, 'Almeida', 6055, 15, 21, 8.27, 1, 1, 'ai_bid', '2024-07-22 08:55:08', '2024-07-22 08:55:08', '2024-07-23 08:56:06'),
(24397, 1881, 'Almeida', 1844, 19, 21, 0.31, 1, 1, 'ai_bid', '2024-07-22 08:55:08', '2024-07-22 08:55:08', '2024-07-23 08:56:06'),
(24398, 1881, 'Almeida', 1818, 19, 21, 1.01, 1, 1, 'ai_bid', '2024-07-22 08:55:08', '2024-07-22 08:55:08', '2024-07-23 08:56:06'),
(24399, 1881, 'Almeida', 756, 19, 21, 0.46, 1, 1, 'ai_bid', '2024-07-22 08:55:08', '2024-07-22 08:55:08', '2024-07-23 08:56:06'),
(24400, 1881, 'Almeida', 1827, 19, 21, 0.12, 1, 1, 'ai_bid', '2024-07-22 08:55:08', '2024-07-22 08:55:08', '2024-07-23 08:56:06'),
(24401, 1881, 'Almeida', 1827, 19, 21, 0.12, 1, 1, 'ai_bid', '2024-07-22 08:56:03', '2024-07-22 08:56:03', '2024-07-23 08:56:06'),
(24402, 1869, 'Anatoliy fast store', 6021, 17, 25, 38.46, 1, 1, 'ai_bid', '2024-07-22 09:19:03', '2024-07-22 09:19:03', '2024-07-23 09:20:04'),
(24403, 1869, 'Anatoliy fast store', 1803, 2, 25, 21.00, 1, 1, 'ai_bid', '2024-07-22 09:19:03', '2024-07-22 09:19:03', '2024-07-23 09:20:04'),
(24404, 1869, 'Anatoliy fast store', 2951, 14, 25, 21.20, 1, 1, 'ai_bid', '2024-07-22 09:19:03', '2024-07-22 09:19:03', '2024-07-23 09:20:04'),
(24405, 1869, 'Anatoliy fast store', 935, 5, 25, 3.03, 1, 1, 'ai_bid', '2024-07-22 09:19:03', '2024-07-22 09:19:03', '2024-07-23 09:20:04'),
(24406, 1869, 'Anatoliy fast store', 1784, 1, 25, 30.35, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24407, 1869, 'Anatoliy fast store', 4171, 18, 25, 25.49, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24408, 1869, 'Anatoliy fast store', 3262, 5, 25, 5.78, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24409, 1869, 'Anatoliy fast store', 4153, 5, 25, 309.75, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24410, 1869, 'Anatoliy fast store', 6110, 11, 25, 2.14, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24411, 1869, 'Anatoliy fast store', 4364, 16, 25, 11.44, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24412, 1869, 'Anatoliy fast store', 1758, 16, 25, 437.16, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24413, 1869, 'Anatoliy fast store', 394, 18, 25, 14.54, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24414, 1869, 'Anatoliy fast store', 1813, 19, 25, 3.03, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24415, 1869, 'Anatoliy fast store', 216, 7, 25, 17.43, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24416, 1869, 'Anatoliy fast store', 3336, 7, 25, 13.41, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24417, 1869, 'Anatoliy fast store', 5409, 17, 25, 31.07, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24418, 1869, 'Anatoliy fast store', 2457, 19, 25, 3.33, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24419, 1869, 'Anatoliy fast store', 6094, 15, 25, 23.36, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24420, 1869, 'Anatoliy fast store', 3396, 10, 25, 52.99, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24421, 1869, 'Anatoliy fast store', 5484, 7, 25, 5.29, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24422, 1869, 'Anatoliy fast store', 4129, 18, 25, 15.74, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24423, 1869, 'Anatoliy fast store', 5617, 10, 25, 5.86, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24424, 1869, 'Anatoliy fast store', 5824, 17, 25, 1.43, 1, 1, 'ai_bid', '2024-07-22 09:19:04', '2024-07-22 09:19:04', '2024-07-23 09:20:04'),
(24425, 1876, 'Etiuko', 3957, 5, 28, 32.32, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24426, 1876, 'Etiuko', 1334, 19, 28, 5.87, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24427, 1876, 'Etiuko', 5263, 13, 28, 17.84, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24428, 1876, 'Etiuko', 2229, 16, 28, 28.02, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24429, 1876, 'Etiuko', 4597, 15, 28, 15.60, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24430, 1876, 'Etiuko', 1576, 4, 28, 2.70, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24431, 1876, 'Etiuko', 806, 5, 28, 21.00, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24432, 1876, 'Etiuko', 4857, 14, 28, 8.47, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:02'),
(24433, 1876, 'Etiuko', 1844, 19, 28, 0.31, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:03'),
(24434, 1876, 'Etiuko', 734, 19, 28, 0.23, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:03'),
(24435, 1876, 'Etiuko', 803, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-07-22 09:47:04', '2024-07-22 09:47:04', '2024-07-23 09:48:03'),
(24436, 1872, 'Melisa', 5436, 16, 22, 5.09, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24437, 1872, 'Melisa', 1126, 19, 22, 386.38, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24438, 1872, 'Melisa', 4533, 16, 22, 28.27, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24439, 1872, 'Melisa', 1770, 14, 22, 105.99, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24440, 1872, 'Melisa', 775, 5, 22, 7.42, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24441, 1872, 'Melisa', 5451, 12, 22, 52.17, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24442, 1872, 'Melisa', 764, 19, 22, 28.73, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24443, 1872, 'Melisa', 649, 18, 22, 111.10, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24444, 1872, 'Melisa', 1204, 18, 22, 35.58, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24445, 1872, 'Melisa', 297, 5, 22, 43.88, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24446, 1872, 'Melisa', 1127, 19, 22, 55.88, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24447, 1872, 'Melisa', 5277, 14, 22, 210.26, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24448, 1872, 'Melisa', 1785, 12, 22, 50.96, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24449, 1872, 'Melisa', 6055, 15, 22, 8.04, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24450, 1872, 'Melisa', 5923, 15, 22, 92.81, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24451, 1872, 'Melisa', 1527, 14, 22, 2.04, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24452, 1872, 'Melisa', 2118, 19, 22, 11.21, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24453, 1872, 'Melisa', 3451, 14, 22, 5.86, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24454, 1872, 'Melisa', 1676, 19, 22, 5.66, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24455, 1872, 'Melisa', 1811, 5, 22, 0.21, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24456, 1872, 'Melisa', 1894, 19, 22, 0.21, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24457, 1872, 'Melisa', 4704, 12, 22, 1.33, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24458, 1872, 'Melisa', 3324, 7, 22, 1.39, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24459, 1872, 'Melisa', 1827, 19, 22, 0.12, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24460, 1872, 'Melisa', 734, 19, 22, 0.23, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24461, 1872, 'Melisa', 1844, 19, 22, 0.30, 1, 1, 'ai_bid', '2024-07-22 10:28:04', '2024-07-22 10:28:04', '2024-07-23 10:29:02'),
(24462, 1798, 'Feelyards', 3849, 4, NULL, 601.00, 1, 1, 'manual_bid', '2024-07-22 10:46:19', '2024-07-22 10:46:19', '2024-07-23 10:47:02'),
(24463, 1798, 'Feelyards', 2261, 2, NULL, 170.00, 1, 1, 'manual_bid', '2024-07-22 10:58:01', '2024-07-22 10:58:01', '2024-07-23 10:58:02'),
(24464, 1798, 'Feelyards', 5834, 11, NULL, 45.00, 1, 1, 'manual_bid', '2024-07-22 11:07:37', '2024-07-22 11:07:37', '2024-07-23 11:08:02'),
(24465, 1877, 'Macarena00', 1306, 2, NULL, 110.00, 1, 1, 'manual_bid', '2024-07-22 12:35:15', '2024-07-22 12:35:15', '2024-07-23 12:36:02'),
(24466, 1877, 'Macarena00', 1630, 4, NULL, 20.14, 1, 2, 'manual_bid', '2024-07-22 12:36:55', '2024-07-22 12:36:55', '2024-07-23 12:37:02'),
(24467, 1877, 'Macarena00', 961, 5, NULL, 15.40, 1, 2, 'manual_bid', '2024-07-22 12:38:20', '2024-07-22 12:38:20', '2024-07-23 12:39:02'),
(24468, 1877, 'Macarena00', 2494, 7, NULL, 4.94, 1, 2, 'manual_bid', '2024-07-22 12:39:10', '2024-07-22 12:39:10', '2024-07-23 12:40:04'),
(24469, 1877, 'Macarena00', 3863, 11, NULL, 10.19, 1, 2, 'manual_bid', '2024-07-22 12:40:15', '2024-07-22 12:40:15', '2024-07-23 12:41:03'),
(24470, 1877, 'Macarena00', 2121, 19, NULL, 45.65, 1, 1, 'manual_bid', '2024-07-22 12:42:21', '2024-07-22 12:42:21', '2024-07-23 12:43:02'),
(24471, 1877, 'Macarena00', 2510, 7, NULL, 41.85, 1, 1, 'manual_bid', '2024-07-22 12:44:39', '2024-07-22 12:44:39', '2024-07-23 12:45:04'),
(24472, 1877, 'Macarena00', 3780, 13, NULL, 110.00, 1, 1, 'manual_bid', '2024-07-22 12:55:17', '2024-07-22 12:55:17', '2024-07-23 12:56:02'),
(24473, 1877, 'Macarena00', 6048, 15, NULL, 21.98, 1, 1, 'manual_bid', '2024-07-22 12:56:23', '2024-07-22 12:56:23', '2024-07-23 12:57:02'),
(24474, 1877, 'Macarena00', 3475, 14, NULL, 99.40, 1, 1, 'manual_bid', '2024-07-22 12:57:23', '2024-07-22 12:57:23', '2024-07-23 12:58:02'),
(24475, 1877, 'Macarena00', 5483, 7, NULL, 5.49, 1, 2, 'manual_bid', '2024-07-22 12:58:27', '2024-07-22 12:58:27', '2024-07-23 12:59:02'),
(24476, 1877, 'Macarena00', 1835, 10, NULL, 110.00, 1, 1, 'manual_bid', '2024-07-22 12:59:30', '2024-07-22 12:59:30', '2024-07-23 13:00:03'),
(24477, 1877, 'Macarena00', 4528, 16, NULL, 30.40, 1, 2, 'manual_bid', '2024-07-22 13:01:52', '2024-07-22 13:01:52', '2024-07-23 13:02:02'),
(24478, 1890, 'Easy sales', 2407, 2, NULL, 68.87, 2, 1, 'manual_bid', '2024-07-22 14:35:38', '2024-07-22 14:35:38', '2024-07-23 14:36:02'),
(24479, 1890, 'Easy sales', 3230, 4, NULL, 28.30, 4, 1, 'manual_bid', '2024-07-22 14:39:56', '2024-07-22 14:39:56', '2024-07-23 14:40:04'),
(24480, 1890, 'Easy sales', 3230, 4, NULL, 32.76, 1, 1, 'manual_bid', '2024-07-22 14:40:19', '2024-07-22 14:40:19', '2024-07-23 14:41:01'),
(24481, 1890, 'Easy sales', 183, 4, NULL, 360.00, 2, 2, 'manual_bid', '2024-07-22 14:41:19', '2024-07-22 14:41:19', '2024-07-23 14:42:02'),
(24482, 1890, 'Easy sales', 183, 4, NULL, 420.00, 3, 1, 'manual_bid', '2024-07-22 14:41:37', '2024-07-22 14:41:37', '2024-07-23 14:42:02'),
(24483, 1890, 'Easy sales', 1129, 4, NULL, 0.12, 5, 2, 'manual_bid', '2024-07-22 14:46:51', '2024-07-22 14:46:51', '2024-07-23 14:47:02'),
(24484, 1890, 'Easy sales', 1129, 4, NULL, 2.75, 1, 1, 'manual_bid', '2024-07-22 14:47:50', '2024-07-22 14:47:50', '2024-07-23 14:48:02'),
(24485, 1890, 'Easy sales', 3192, 4, NULL, 121.50, 3, 2, 'manual_bid', '2024-07-22 14:53:06', '2024-07-22 14:53:06', '2024-07-23 14:54:02'),
(24486, 1890, 'Easy sales', 3192, 4, NULL, 141.75, 1, 1, 'manual_bid', '2024-07-22 14:53:31', '2024-07-22 14:53:31', '2024-07-23 14:54:02'),
(24487, 1890, 'Easy sales', 1096, 4, NULL, 8.34, 4, 1, 'manual_bid', '2024-07-22 14:54:36', '2024-07-22 14:54:36', '2024-07-23 14:55:04'),
(24488, 1890, 'Easy sales', 1096, 4, NULL, 6.83, 1, 2, 'manual_bid', '2024-07-22 14:55:05', '2024-07-22 14:55:05', '2024-07-23 14:56:02'),
(24489, 1890, 'Easy sales', 3552, 10, NULL, 302.39, 2, 2, 'manual_bid', '2024-07-22 14:57:12', '2024-07-22 14:57:12', '2024-07-23 14:58:02'),
(24490, 1890, 'Easy sales', 3552, 10, NULL, 352.78, 2, 1, 'manual_bid', '2024-07-22 14:57:54', '2024-07-22 14:57:54', '2024-07-23 14:58:02'),
(24491, 1890, 'Easy sales', 5730, 10, NULL, 22.50, 4, 2, 'manual_bid', '2024-07-22 14:59:34', '2024-07-22 14:59:34', '2024-07-23 15:00:04'),
(24492, 1902, 'Good bargain stores', 2110, 19, 26, 26.78, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24493, 1902, 'Good bargain stores', 834, 13, 26, 371.00, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24494, 1902, 'Good bargain stores', 5560, 10, 26, 63.43, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24495, 1902, 'Good bargain stores', 1318, 15, 26, 40.17, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24496, 1902, 'Good bargain stores', 3294, 15, 26, 12.11, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24497, 1902, 'Good bargain stores', 3146, 4, 26, 7.00, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24498, 1902, 'Good bargain stores', 634, 5, 26, 1.01, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24499, 1902, 'Good bargain stores', 1844, 19, 26, 0.30, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24500, 1902, 'Good bargain stores', 949, 5, 26, 0.31, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24501, 1902, 'Good bargain stores', 734, 19, 26, 0.22, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24502, 1902, 'Good bargain stores', 1894, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24503, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24504, 1902, 'Good bargain stores', 803, 19, 26, 0.20, 1, 1, 'ai_bid', '2024-07-22 15:20:06', '2024-07-22 15:20:06', '2024-07-23 15:21:02'),
(24505, 1850, 'Chanadus', 4859, 12, NULL, 7.44, 1, 1, 'manual_bid', '2024-07-22 15:25:47', '2024-07-22 15:25:47', '2024-07-23 15:26:02'),
(24506, 1890, 'Easy sales', 3944, 5, NULL, 71.00, 2, 2, 'manual_bid', '2024-07-22 15:36:04', '2024-07-22 15:36:04', '2024-07-23 15:37:02'),
(24507, 1890, 'Easy sales', 3944, 5, NULL, 82.95, 1, 1, 'manual_bid', '2024-07-22 15:36:27', '2024-07-22 15:36:27', '2024-07-23 15:37:02'),
(24508, 1890, 'Easy sales', 2046, 5, NULL, 671.40, 2, 1, 'manual_bid', '2024-07-22 15:38:54', '2024-07-22 15:38:54', '2024-07-23 15:39:03'),
(24509, 1890, 'Easy sales', 2046, 5, NULL, 820.60, 1, 1, 'manual_bid', '2024-07-22 15:39:52', '2024-07-22 15:39:52', '2024-07-23 15:40:03'),
(24510, 1890, 'Easy sales', 4656, 15, NULL, 241.50, 1, 1, 'manual_bid', '2024-07-22 15:42:22', '2024-07-22 15:42:22', '2024-07-23 15:43:02'),
(24511, 1890, 'Easy sales', 4656, 15, NULL, 207.00, 2, 2, 'manual_bid', '2024-07-22 15:42:37', '2024-07-22 15:42:37', '2024-07-23 15:43:02'),
(24512, 1902, 'Good bargain stores', 3705, 14, 27, 31.38, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:01'),
(24513, 1902, 'Good bargain stores', 3002, 1, 27, 832.00, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:01'),
(24514, 1902, 'Good bargain stores', 5788, 15, 27, 11.64, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:01'),
(24515, 1902, 'Good bargain stores', 3652, 18, 27, 4949.51, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:01'),
(24516, 1902, 'Good bargain stores', 2541, 19, 27, 20.80, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:01'),
(24517, 1902, 'Good bargain stores', 1304, 10, 27, 31.92, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24518, 1902, 'Good bargain stores', 1844, 19, 27, 0.32, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24519, 1902, 'Good bargain stores', 4745, 14, 27, 189.87, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24520, 1902, 'Good bargain stores', 1666, 19, 27, 48.11, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24521, 1902, 'Good bargain stores', 5794, 17, 27, 37.06, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24522, 1902, 'Good bargain stores', 3906, 16, 27, 194.81, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24523, 1902, 'Good bargain stores', 4568, 5, 27, 7.07, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24524, 1902, 'Good bargain stores', 2040, 17, 27, 54.91, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24525, 1902, 'Good bargain stores', 2231, 18, 27, 53.52, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24526, 1902, 'Good bargain stores', 5969, 17, 27, 15.14, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24527, 1902, 'Good bargain stores', 5536, 10, 27, 26.29, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24528, 1902, 'Good bargain stores', 5080, 13, 27, 42.63, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24529, 1902, 'Good bargain stores', 212, 18, 27, 39.45, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24530, 1902, 'Good bargain stores', 4497, 15, 27, 15.29, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24531, 1902, 'Good bargain stores', 5499, 10, 27, 51.50, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24532, 1902, 'Good bargain stores', 3323, 5, 27, 62.88, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24533, 1902, 'Good bargain stores', 1052, 19, 27, 60.59, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24534, 1902, 'Good bargain stores', 806, 5, 27, 20.60, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24535, 1902, 'Good bargain stores', 3375, 10, 27, 13.51, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24536, 1902, 'Good bargain stores', 4598, 14, 27, 182.37, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24537, 1902, 'Good bargain stores', 1803, 2, 27, 21.00, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24538, 1902, 'Good bargain stores', 5611, 15, 27, 69.07, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24539, 1902, 'Good bargain stores', 4163, 5, 27, 1533.00, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24540, 1902, 'Good bargain stores', 1720, 18, 27, 1802.00, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24541, 1902, 'Good bargain stores', 4710, 14, 27, 19.08, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(24542, 1902, 'Good bargain stores', 5973, 17, 27, 25.74, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24543, 1902, 'Good bargain stores', 2898, 19, 27, 138.85, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24544, 1902, 'Good bargain stores', 1409, 14, 27, 11.65, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24545, 1902, 'Good bargain stores', 4564, 14, 27, 310.96, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24546, 1902, 'Good bargain stores', 130, 2, 27, 38.30, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24547, 1902, 'Good bargain stores', 2338, 10, 27, 37.89, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24548, 1902, 'Good bargain stores', 528, 17, 27, 15.30, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24549, 1902, 'Good bargain stores', 2625, 18, 27, 23.90, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24550, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24551, 1902, 'Good bargain stores', 1850, 5, 27, 0.58, 1, 1, 'ai_bid', '2024-07-22 15:43:04', '2024-07-22 15:43:04', '2024-07-23 15:44:02'),
(24552, 1890, 'Easy sales', 4462, 15, NULL, 17.98, 2, 2, 'manual_bid', '2024-07-22 15:50:11', '2024-07-22 15:50:11', '2024-07-23 15:51:02'),
(24553, 1890, 'Easy sales', 4462, 15, NULL, 20.97, 1, 1, 'manual_bid', '2024-07-22 15:50:29', '2024-07-22 15:50:29', '2024-07-23 15:51:02'),
(24554, 1890, 'Easy sales', 4446, 15, NULL, 31.34, 2, 1, 'manual_bid', '2024-07-22 16:02:48', '2024-07-22 16:02:48', '2024-07-23 16:03:02'),
(24555, 1890, 'Easy sales', 4446, 15, NULL, 29.69, 2, 2, 'manual_bid', '2024-07-22 16:21:25', '2024-07-22 16:21:25', '2024-07-23 16:22:02'),
(24556, 1890, 'Easy sales', 2260, 19, NULL, 256.50, 2, 1, 'manual_bid', '2024-07-22 16:27:56', '2024-07-22 16:27:56', '2024-07-23 16:28:02'),
(24557, 1890, 'Easy sales', 2260, 19, NULL, 297.00, 1, 1, 'manual_bid', '2024-07-22 16:29:17', '2024-07-22 16:29:17', '2024-07-23 16:30:03'),
(24558, 1850, 'Chanadus', 1375, 15, 24, 25.25, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24559, 1850, 'Chanadus', 4628, 5, 24, 31.92, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24560, 1850, 'Chanadus', 5866, 15, 24, 151.04, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24561, 1850, 'Chanadus', 1389, 19, 24, 224.70, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24562, 1850, 'Chanadus', 5868, 11, 24, 20.59, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24563, 1850, 'Chanadus', 5378, 1, 24, 3.13, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24564, 1850, 'Chanadus', 1607, 12, 24, 20.99, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24565, 1850, 'Chanadus', 5864, 15, 24, 37.73, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24566, 1850, 'Chanadus', 1681, 19, 24, 17.77, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24567, 1850, 'Chanadus', 1173, 14, 24, 25.24, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24568, 1850, 'Chanadus', 1370, 2, 24, 101.97, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24569, 1850, 'Chanadus', 6068, 15, 24, 28.07, 1, 1, 'ai_bid', '2024-07-22 17:20:05', '2024-07-22 17:20:05', '2024-07-23 17:21:02'),
(24570, 1850, 'Chanadus', 1581, 4, 24, 21.08, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24571, 1850, 'Chanadus', 3064, 2, 24, 4.68, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24572, 1850, 'Chanadus', 3242, 4, 24, 22.23, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24573, 1850, 'Chanadus', 1640, 19, 24, 1.05, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24574, 1850, 'Chanadus', 3092, 2, 24, 50.35, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24575, 1850, 'Chanadus', 2268, 19, 24, 31.20, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24576, 1850, 'Chanadus', 4245, 18, 24, 15.47, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24577, 1850, 'Chanadus', 1127, 19, 24, 57.52, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24578, 1850, 'Chanadus', 909, 5, 24, 31.80, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24579, 1850, 'Chanadus', 2665, 14, 24, 18.71, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24580, 1850, 'Chanadus', 3425, 14, 24, 24.97, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24581, 1850, 'Chanadus', 6031, 15, 24, 3.92, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24582, 1850, 'Chanadus', 5363, 13, 24, 27.80, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24583, 1850, 'Chanadus', 3538, 10, 24, 151.49, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:02'),
(24584, 1850, 'Chanadus', 3942, 5, 24, 90.64, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:03'),
(24585, 1850, 'Chanadus', 5870, 15, 24, 12.83, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:03'),
(24586, 1850, 'Chanadus', 1869, 19, 24, 3.18, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:03'),
(24587, 1850, 'Chanadus', 1827, 19, 24, 0.13, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:03'),
(24588, 1850, 'Chanadus', 1811, 5, 24, 0.21, 1, 1, 'ai_bid', '2024-07-22 17:20:06', '2024-07-22 17:20:06', '2024-07-23 17:21:03'),
(24589, 1890, 'Easy sales', 2792, 13, NULL, 20.99, 4, 1, 'manual_bid', '2024-07-23 01:12:15', '2024-07-23 01:12:15', '2024-07-24 01:13:01'),
(24590, 1877, 'Macarena00', 5122, 16, 23, 206.00, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:02'),
(24591, 1877, 'Macarena00', 5126, 16, 23, 214.24, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:02'),
(24592, 1877, 'Macarena00', 1537, 19, 23, 210.74, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24593, 1877, 'Macarena00', 781, 18, 23, 234.70, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24594, 1877, 'Macarena00', 1562, 14, 23, 114.71, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24595, 1877, 'Macarena00', 5640, 10, 23, 8.15, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24596, 1877, 'Macarena00', 18, 2, 23, 10.10, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24597, 1877, 'Macarena00', 1054, 17, 23, 22.85, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24598, 1877, 'Macarena00', 3207, 5, 23, 3914.00, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24599, 1877, 'Macarena00', 5760, 15, 23, 157.50, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24600, 1877, 'Macarena00', 4738, 14, 23, 112.27, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24601, 1877, 'Macarena00', 5735, 16, 23, 19.56, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24602, 1877, 'Macarena00', 4757, 12, 23, 78.52, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24603, 1877, 'Macarena00', 2103, 5, 23, 4.20, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24604, 1877, 'Macarena00', 3609, 12, 23, 139.06, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24605, 1877, 'Macarena00', 58, 2, 23, 33.92, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24606, 1877, 'Macarena00', 1878, 5, 23, 26.25, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24607, 1877, 'Macarena00', 3841, 16, 23, 9.80, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24608, 1877, 'Macarena00', 1687, 19, 23, 84.51, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24609, 1877, 'Macarena00', 3584, 12, 23, 244.64, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24610, 1877, 'Macarena00', 4724, 12, 23, 49.03, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24611, 1877, 'Macarena00', 3726, 13, 23, 12.35, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24612, 1877, 'Macarena00', 143, 18, 23, 1.01, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24613, 1877, 'Macarena00', 3038, 19, 23, 2573.97, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24614, 1877, 'Macarena00', 1279, 19, 23, 348.14, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24615, 1877, 'Macarena00', 3960, 5, 23, 72.10, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24616, 1877, 'Macarena00', 4872, 14, 23, 26.52, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24617, 1877, 'Macarena00', 5261, 16, 23, 30.61, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24618, 1877, 'Macarena00', 858, 19, 23, 14.67, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24619, 1877, 'Macarena00', 3366, 15, 23, 30.59, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24620, 1877, 'Macarena00', 4607, 5, 23, 13.25, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24621, 1877, 'Macarena00', 5784, 15, 23, 636.00, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24622, 1877, 'Macarena00', 4019, 17, 23, 48.29, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24623, 1877, 'Macarena00', 4371, 15, 23, 73.83, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24624, 1877, 'Macarena00', 4005, 18, 23, 515.85, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24625, 1877, 'Macarena00', 3181, 4, 23, 64.04, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24626, 1877, 'Macarena00', 1239, 15, 23, 24.24, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24627, 1877, 'Macarena00', 4595, 5, 23, 52.43, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24628, 1877, 'Macarena00', 295, 5, 23, 917.99, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24629, 1877, 'Macarena00', 2816, 16, 23, 13.25, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24630, 1877, 'Macarena00', 2297, 19, 23, 4.24, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24631, 1877, 'Macarena00', 976, 5, 23, 134.16, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24632, 1877, 'Macarena00', 5513, 10, 23, 82.61, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24633, 1877, 'Macarena00', 5245, 16, 23, 22.05, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24634, 1877, 'Macarena00', 2898, 19, 23, 132.30, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24635, 1877, 'Macarena00', 68, 2, 23, 10.40, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24636, 1877, 'Macarena00', 1079, 4, 23, 5.09, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24637, 1877, 'Macarena00', 5911, 13, 23, 7.91, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24638, 1877, 'Macarena00', 2237, 2, 23, 37.10, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24639, 1877, 'Macarena00', 4366, 14, 23, 80.80, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24640, 1877, 'Macarena00', 4881, 12, 23, 20.83, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24641, 1877, 'Macarena00', 5832, 11, 23, 51.45, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24642, 1877, 'Macarena00', 1198, 15, 23, 2.25, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24643, 1877, 'Macarena00', 1818, 19, 23, 1.05, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24644, 1877, 'Macarena00', 803, 19, 23, 0.20, 1, 1, 'ai_bid', '2024-07-23 01:13:04', '2024-07-23 01:13:04', '2024-07-24 01:14:03'),
(24645, 1890, 'Easy sales', 2792, 13, NULL, 17.99, 2, 2, 'manual_bid', '2024-07-23 01:13:52', '2024-07-23 01:13:52', '2024-07-24 01:14:03'),
(24646, 1890, 'Easy sales', 4887, 13, NULL, 352.00, 1, 1, 'manual_bid', '2024-07-23 01:17:08', '2024-07-23 01:17:08', '2024-07-24 01:18:02'),
(24647, 1890, 'Easy sales', 4887, 13, NULL, 304.00, 2, 1, 'manual_bid', '2024-07-23 01:17:25', '2024-07-23 01:17:25', '2024-07-24 01:18:02'),
(24648, 1890, 'Easy sales', 3598, 12, NULL, 1500.00, 1, 1, 'manual_bid', '2024-07-23 01:20:07', '2024-07-23 01:20:07', '2024-07-24 01:21:02'),
(24649, 1890, 'Easy sales', 3598, 12, NULL, 900.00, 1, 1, 'manual_bid', '2024-07-23 01:20:37', '2024-07-23 01:20:37', '2024-07-24 01:21:02'),
(24650, 1912, 'Linus', 748, 19, 29, 9.09, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24651, 1912, 'Linus', 4962, 14, 29, 9.54, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24652, 1912, 'Linus', 1109, 19, 29, 163.20, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24653, 1912, 'Linus', 3319, 5, 29, 89.24, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24654, 1912, 'Linus', 1616, 4, 29, 302.89, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24655, 1912, 'Linus', 503, 19, 29, 1285.44, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24656, 1912, 'Linus', 2667, 14, 29, 222.61, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24657, 1912, 'Linus', 2445, 19, 29, 202.00, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24658, 1912, 'Linus', 6063, 11, 29, 12.48, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24659, 1912, 'Linus', 5071, 13, 29, 293.90, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24660, 1912, 'Linus', 1112, 19, 29, 82.86, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24661, 1912, 'Linus', 5477, 12, 29, 12.59, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24662, 1912, 'Linus', 1736, 19, 29, 34.49, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24663, 1912, 'Linus', 1732, 19, 29, 226.60, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24664, 1912, 'Linus', 2020, 2, 29, 10.50, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24665, 1912, 'Linus', 563, 17, 29, 4.04, 1, 1, 'ai_bid', '2024-07-23 01:21:04', '2024-07-23 01:21:04', '2024-07-24 01:22:02'),
(24666, 1912, 'Linus', 4004, 12, 29, 124.79, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24667, 1912, 'Linus', 837, 4, 29, 95.19, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24668, 1912, 'Linus', 3424, 14, 29, 446.76, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24669, 1912, 'Linus', 1187, 18, 29, 13.45, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24670, 1912, 'Linus', 779, 19, 29, 4.56, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24671, 1912, 'Linus', 4057, 13, 29, 26.03, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24672, 1912, 'Linus', 2744, 18, 29, 35.34, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24673, 1912, 'Linus', 5513, 10, 29, 82.61, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24674, 1912, 'Linus', 3327, 7, 29, 2.44, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24675, 1912, 'Linus', 5726, 10, 29, 11.89, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24676, 1912, 'Linus', 957, 5, 29, 8.36, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24677, 1912, 'Linus', 4269, 18, 29, 113.36, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24678, 1912, 'Linus', 1087, 19, 29, 1243.20, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24679, 1912, 'Linus', 2927, 19, 29, 23.43, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24680, 1912, 'Linus', 3802, 15, 29, 19.56, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24681, 1912, 'Linus', 1515, 19, 29, 360.50, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24682, 1912, 'Linus', 325, 10, 29, 51.96, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24683, 1912, 'Linus', 5998, 17, 29, 31.09, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24684, 1912, 'Linus', 46, 2, 29, 10.40, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24685, 1912, 'Linus', 2057, 4, 29, 627.90, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24686, 1912, 'Linus', 5351, 14, 29, 85.69, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24687, 1912, 'Linus', 1846, 5, 29, 1.51, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24688, 1912, 'Linus', 1570, 19, 29, 34.96, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24689, 1912, 'Linus', 821, 18, 29, 145.80, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24690, 1912, 'Linus', 4318, 16, 29, 133.12, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24691, 1912, 'Linus', 4652, 15, 29, 412.00, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24692, 1912, 'Linus', 2549, 7, 29, 341.65, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24693, 1912, 'Linus', 3320, 5, 29, 81.59, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24694, 1912, 'Linus', 4825, 12, 29, 176.18, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24695, 1912, 'Linus', 5684, 10, 29, 318.08, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24696, 1912, 'Linus', 4426, 16, 29, 77.76, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24697, 1912, 'Linus', 3225, 5, 29, 1.18, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24698, 1912, 'Linus', 2555, 7, 29, 47.40, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24699, 1912, 'Linus', 4467, 15, 29, 182.70, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24700, 1912, 'Linus', 153, 18, 29, 20.80, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24701, 1912, 'Linus', 3301, 15, 29, 18.90, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24702, 1912, 'Linus', 1889, 19, 29, 60.18, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24703, 1912, 'Linus', 2668, 18, 29, 1340.56, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24704, 1912, 'Linus', 5541, 10, 29, 39.86, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24705, 1912, 'Linus', 3025, 14, 29, 61.20, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24706, 1912, 'Linus', 1586, 4, 29, 78.89, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24707, 1912, 'Linus', 740, 19, 29, 14.16, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24708, 1912, 'Linus', 1412, 14, 29, 7.73, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24709, 1912, 'Linus', 3380, 10, 29, 15.60, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24710, 1912, 'Linus', 5990, 17, 29, 4.72, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24711, 1912, 'Linus', 5764, 13, 29, 1.52, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24712, 1912, 'Linus', 1952, 19, 29, 1.37, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24713, 1912, 'Linus', 734, 19, 29, 0.23, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24714, 1912, 'Linus', 1811, 5, 29, 0.21, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24715, 1912, 'Linus', 1827, 19, 29, 0.13, 1, 1, 'ai_bid', '2024-07-23 01:21:05', '2024-07-23 01:21:05', '2024-07-24 01:22:02'),
(24716, 1890, 'Easy sales', 4816, 12, NULL, 60.24, 1, 2, 'manual_bid', '2024-07-23 01:25:05', '2024-07-23 01:25:05', '2024-07-24 01:26:03'),
(24717, 1890, 'Easy sales', 4816, 12, NULL, 180.72, 1, 1, 'manual_bid', '2024-07-23 01:26:19', '2024-07-23 01:26:19', '2024-07-24 01:27:02'),
(24718, 1890, 'Easy sales', 4674, 12, NULL, 7.80, 1, 1, 'manual_bid', '2024-07-23 01:29:49', '2024-07-23 01:29:49', '2024-07-24 01:30:03'),
(24719, 1890, 'Easy sales', 4876, 17, NULL, 59.95, 2, 1, 'manual_bid', '2024-07-23 01:32:15', '2024-07-23 01:32:15', '2024-07-24 01:33:02'),
(24720, 1890, 'Easy sales', 2906, 18, NULL, 1722.00, 1, 1, 'manual_bid', '2024-07-23 01:51:06', '2024-07-23 01:51:06', '2024-07-24 01:51:08'),
(24721, 1890, 'Easy sales', 2906, 18, NULL, 574.00, 1, 2, 'manual_bid', '2024-07-23 01:51:31', '2024-07-23 01:51:31', '2024-07-24 01:52:02'),
(24722, 1890, 'Easy sales', 4405, 18, NULL, 37.50, 2, 1, 'manual_bid', '2024-07-23 02:31:44', '2024-07-23 02:31:44', '2024-07-24 02:32:02'),
(24723, 1890, 'Easy sales', 4405, 18, NULL, 12.50, 1, 2, 'manual_bid', '2024-07-23 02:34:49', '2024-07-23 02:34:49', '2024-07-24 02:35:03'),
(24724, 1890, 'Easy sales', 3113, 18, NULL, 96.00, 1, 1, 'manual_bid', '2024-07-23 02:39:57', '2024-07-23 02:39:57', '2024-07-24 02:40:03'),
(24725, 1890, 'Easy sales', 3113, 18, NULL, 57.60, 1, 2, 'manual_bid', '2024-07-23 02:40:55', '2024-07-23 02:40:55', '2024-07-24 02:41:02'),
(24726, 1890, 'Easy sales', 736, 18, NULL, 244.81, 1, 1, 'manual_bid', '2024-07-23 02:44:35', '2024-07-23 02:44:35', '2024-07-24 02:45:04'),
(24727, 1890, 'Easy sales', 736, 18, NULL, 155.04, 1, 1, 'manual_bid', '2024-07-23 02:45:20', '2024-07-23 02:45:20', '2024-07-24 02:46:03'),
(24728, 1890, 'Easy sales', 3118, 18, NULL, 130.49, 1, 1, 'manual_bid', '2024-07-23 02:50:30', '2024-07-23 02:50:30', '2024-07-24 02:51:02'),
(24729, 1890, 'Easy sales', 3118, 18, NULL, 95.68, 1, 1, 'manual_bid', '2024-07-23 02:52:27', '2024-07-23 02:52:27', '2024-07-24 02:53:03'),
(24730, 1886, 'Lovenest Luxe', 1977, 4, NULL, 251.00, 1, 1, 'manual_bid', '2024-07-23 08:19:13', '2024-07-23 08:19:13', '2024-07-24 08:20:04'),
(24731, 1881, 'Almeida', 2771, 14, 21, 303.45, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24732, 1881, 'Almeida', 1397, 19, 21, 632.82, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24733, 1881, 'Almeida', 6015, 14, 21, 94.76, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24734, 1881, 'Almeida', 2564, 19, 21, 2873.70, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24735, 1881, 'Almeida', 2674, 18, 21, 797.12, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24736, 1881, 'Almeida', 579, 16, 21, 76.22, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24737, 1881, 'Almeida', 3315, 5, 21, 9.18, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24738, 1881, 'Almeida', 3101, 2, 21, 366.45, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24739, 1881, 'Almeida', 1173, 14, 21, 25.99, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24740, 1881, 'Almeida', 2876, 12, 21, 82.39, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24741, 1881, 'Almeida', 2238, 19, 21, 61.24, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24742, 1881, 'Almeida', 3241, 7, 21, 311.00, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24743, 1881, 'Almeida', 1097, 19, 21, 263.94, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24744, 1881, 'Almeida', 5642, 15, 21, 111.10, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24745, 1881, 'Almeida', 1152, 18, 21, 33.99, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24746, 1881, 'Almeida', 3380, 10, 21, 15.76, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24747, 1881, 'Almeida', 252, 17, 21, 68.68, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24748, 1881, 'Almeida', 5896, 11, 21, 392.20, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24749, 1881, 'Almeida', 3428, 14, 21, 273.48, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24750, 1881, 'Almeida', 1394, 2, 21, 278.10, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24751, 1881, 'Almeida', 5868, 11, 21, 20.99, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24752, 1881, 'Almeida', 2523, 19, 21, 115.50, 1, 1, 'ai_bid', '2024-07-23 10:07:04', '2024-07-23 10:07:04', '2024-07-24 10:08:02'),
(24753, 1881, 'Almeida', 2938, 14, 21, 24.10, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24754, 1881, 'Almeida', 129, 7, 21, 43.53, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24755, 1881, 'Almeida', 4966, 11, 21, 3040.80, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24756, 1881, 'Almeida', 5510, 12, 21, 436.79, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24757, 1881, 'Almeida', 2581, 14, 21, 17.33, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24758, 1881, 'Almeida', 4989, 14, 21, 8.31, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24759, 1881, 'Almeida', 3795, 13, 21, 410.97, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24760, 1881, 'Almeida', 2500, 13, 21, 14.65, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24761, 1881, 'Almeida', 3121, 4, 21, 84.23, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24762, 1881, 'Almeida', 4688, 12, 21, 24.76, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24763, 1881, 'Almeida', 844, 17, 21, 291.10, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24764, 1881, 'Almeida', 1408, 14, 21, 16.26, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24765, 1881, 'Almeida', 4897, 12, 21, 10.80, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24766, 1881, 'Almeida', 4420, 15, 21, 57.74, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24767, 1881, 'Almeida', 5822, 11, 21, 35.69, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24768, 1881, 'Almeida', 4320, 18, 21, 20.39, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24769, 1881, 'Almeida', 5874, 11, 21, 231.00, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24770, 1881, 'Almeida', 1775, 2, 21, 246.44, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24771, 1881, 'Almeida', 2606, 18, 21, 14.53, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24772, 1881, 'Almeida', 983, 17, 21, 139.65, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24773, 1881, 'Almeida', 1424, 15, 21, 20.74, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24774, 1881, 'Almeida', 2579, 19, 21, 30.76, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24775, 1881, 'Almeida', 1607, 12, 21, 20.39, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24776, 1881, 'Almeida', 4264, 14, 21, 9.18, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24777, 1881, 'Almeida', 3724, 10, 21, 102.97, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24778, 1881, 'Almeida', 5359, 13, 21, 1223.99, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24779, 1881, 'Almeida', 4865, 17, 21, 332.29, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24780, 1881, 'Almeida', 5188, 16, 21, 322.40, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24781, 1881, 'Almeida', 840, 1, 21, 197.59, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24782, 1881, 'Almeida', 1350, 14, 21, 5.74, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24783, 1881, 'Almeida', 966, 18, 21, 13.18, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24784, 1881, 'Almeida', 6009, 17, 21, 19.36, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24785, 1881, 'Almeida', 2468, 18, 21, 19.24, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24786, 1881, 'Almeida', 5436, 16, 21, 5.09, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24787, 1881, 'Almeida', 1953, 5, 21, 4.08, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24788, 1881, 'Almeida', 5041, 13, 21, 20.60, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24789, 1881, 'Almeida', 624, 5, 21, 1.04, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24790, 1881, 'Almeida', 4704, 12, 21, 1.26, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24791, 1881, 'Almeida', 1827, 19, 21, 0.13, 1, 1, 'ai_bid', '2024-07-23 10:07:05', '2024-07-23 10:07:05', '2024-07-24 10:08:02'),
(24792, 1869, 'Anatoliy fast store', 1712, 5, 25, 63.00, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24793, 1869, 'Anatoliy fast store', 2996, 13, 25, 530.00, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24794, 1869, 'Anatoliy fast store', 2470, 5, 25, 44.29, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24795, 1869, 'Anatoliy fast store', 3834, 15, 25, 51.50, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24796, 1869, 'Anatoliy fast store', 5432, 12, 25, 4.99, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24797, 1869, 'Anatoliy fast store', 3719, 19, 25, 71.61, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24798, 1869, 'Anatoliy fast store', 3726, 13, 25, 12.11, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24799, 1869, 'Anatoliy fast store', 3928, 16, 25, 10.20, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24800, 1869, 'Anatoliy fast store', 5159, 16, 25, 13.38, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24801, 1869, 'Anatoliy fast store', 6055, 15, 25, 8.35, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24802, 1869, 'Anatoliy fast store', 4162, 18, 25, 40.94, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24803, 1869, 'Anatoliy fast store', 5077, 14, 25, 9.26, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24804, 1869, 'Anatoliy fast store', 2572, 17, 25, 21.83, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24805, 1869, 'Anatoliy fast store', 440, 16, 25, 81.80, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24806, 1869, 'Anatoliy fast store', 3676, 18, 25, 8.99, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24807, 1869, 'Anatoliy fast store', 4740, 14, 25, 59.47, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24808, 1869, 'Anatoliy fast store', 1895, 14, 25, 56.53, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24809, 1869, 'Anatoliy fast store', 563, 17, 25, 4.04, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24810, 1869, 'Anatoliy fast store', 1608, 18, 25, 9.96, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24811, 1869, 'Anatoliy fast store', 1906, 4, 25, 5.41, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24812, 1869, 'Anatoliy fast store', 5824, 17, 25, 1.41, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24813, 1869, 'Anatoliy fast store', 756, 19, 25, 0.48, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24814, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-07-23 10:32:03', '2024-07-23 10:32:03', '2024-07-24 10:33:23'),
(24815, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.13, 1, 1, 'ai_bid', '2024-07-23 10:33:03', '2024-07-23 10:33:03', '2024-07-24 10:33:23'),
(24816, 1876, 'Etiuko', 1918, 17, 28, 9.04, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24817, 1876, 'Etiuko', 298, 18, 28, 9.52, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24818, 1876, 'Etiuko', 3273, 7, 28, 101.96, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24819, 1876, 'Etiuko', 4671, 12, 28, 9.26, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24820, 1876, 'Etiuko', 1894, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24821, 1876, 'Etiuko', 3533, 12, 28, 2.47, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24822, 1876, 'Etiuko', 1844, 19, 28, 0.32, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24823, 1876, 'Etiuko', 734, 19, 28, 0.23, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24824, 1876, 'Etiuko', 1829, 5, 28, 0.78, 1, 1, 'ai_bid', '2024-07-23 10:59:05', '2024-07-23 10:59:05', '2024-07-24 11:00:03'),
(24825, 1872, 'Melisa', 5446, 12, 22, 293.76, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24826, 1872, 'Melisa', 222, 12, 22, 21.15, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24827, 1872, 'Melisa', 823, 17, 22, 12.40, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24828, 1872, 'Melisa', 5523, 10, 22, 28.37, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24829, 1872, 'Melisa', 1158, 18, 22, 39.39, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24830, 1872, 'Melisa', 2261, 2, 22, 179.14, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24831, 1872, 'Melisa', 4895, 13, 22, 676.70, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24832, 1872, 'Melisa', 2097, 5, 22, 9.79, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24833, 1872, 'Melisa', 1262, 19, 22, 1.59, 1, 1, 'ai_bid', '2024-07-23 11:40:05', '2024-07-23 11:40:05', '2024-07-24 11:40:16'),
(24834, 1798, 'Feelyards', 5329, 14, NULL, 535.00, 1, 1, 'manual_bid', '2024-07-23 13:54:44', '2024-07-23 13:54:44', '2024-07-24 13:55:04'),
(24835, 1798, 'Feelyards', 5604, 15, NULL, 186.00, 1, 1, 'manual_bid', '2024-07-23 14:03:36', '2024-07-23 14:03:36', '2024-07-24 14:04:02'),
(24836, 1798, 'Feelyards', 5933, 11, NULL, 53.00, 1, 1, 'manual_bid', '2024-07-23 14:04:56', '2024-07-23 14:04:56', '2024-07-24 14:05:02'),
(24837, 1798, 'Feelyards', 3222, 5, NULL, 5.00, 1, 1, 'manual_bid', '2024-07-23 14:15:36', '2024-07-23 14:15:36', '2024-07-24 14:16:02'),
(24838, 1798, 'Feelyards', 3321, 5, NULL, 50.99, 1, 1, 'manual_bid', '2024-07-23 14:18:34', '2024-07-23 14:18:34', '2024-07-24 14:19:08'),
(24839, 1902, 'Good bargain stores', 4441, 15, 26, 32.32, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:02'),
(24840, 1902, 'Good bargain stores', 4136, 18, 26, 36.39, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:02'),
(24841, 1902, 'Good bargain stores', 30, 2, 26, 15.90, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:02'),
(24842, 1902, 'Good bargain stores', 1500, 19, 26, 11.10, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:02'),
(24843, 1902, 'Good bargain stores', 5895, 13, 26, 5.05, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24844, 1902, 'Good bargain stores', 5181, 16, 26, 18.69, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24845, 1902, 'Good bargain stores', 5695, 10, 26, 58.75, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24846, 1902, 'Good bargain stores', 2826, 10, 26, 30.29, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24847, 1902, 'Good bargain stores', 4132, 18, 26, 8.23, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24848, 1902, 'Good bargain stores', 5542, 10, 26, 32.95, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24849, 1902, 'Good bargain stores', 2646, 14, 26, 126.16, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24850, 1902, 'Good bargain stores', 5394, 14, 26, 107.05, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24851, 1902, 'Good bargain stores', 3443, 11, 26, 10.46, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24852, 1902, 'Good bargain stores', 5770, 17, 26, 30.61, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24853, 1902, 'Good bargain stores', 3150, 4, 26, 3.15, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24854, 1902, 'Good bargain stores', 1844, 19, 26, 0.30, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24855, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-07-23 16:32:04', '2024-07-23 16:32:04', '2024-07-24 16:33:03'),
(24856, 1902, 'Good bargain stores', 3327, 7, 27, 2.40, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:02'),
(24857, 1902, 'Good bargain stores', 2804, 14, 27, 31.79, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24858, 1902, 'Good bargain stores', 1639, 4, 27, 15.98, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24859, 1902, 'Good bargain stores', 2446, 2, 27, 303.45, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24860, 1902, 'Good bargain stores', 4675, 12, 27, 5.11, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24861, 1902, 'Good bargain stores', 4343, 18, 27, 176.39, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24862, 1902, 'Good bargain stores', 3939, 16, 27, 105.00, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24863, 1902, 'Good bargain stores', 4629, 16, 27, 7828.00, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24864, 1902, 'Good bargain stores', 4091, 14, 27, 27.98, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24865, 1902, 'Good bargain stores', 2968, 18, 27, 1416.78, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24866, 1902, 'Good bargain stores', 3893, 15, 27, 1133.00, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24867, 1902, 'Good bargain stores', 2527, 19, 27, 20.98, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24868, 1902, 'Good bargain stores', 674, 10, 27, 8.40, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24869, 1902, 'Good bargain stores', 5155, 16, 27, 45.89, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24870, 1902, 'Good bargain stores', 1198, 15, 27, 2.36, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24871, 1902, 'Good bargain stores', 5325, 14, 27, 51.50, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24872, 1902, 'Good bargain stores', 4128, 5, 27, 11.43, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24873, 1902, 'Good bargain stores', 1274, 10, 27, 3.24, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24874, 1902, 'Good bargain stores', 1733, 10, 27, 9.88, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24875, 1902, 'Good bargain stores', 1813, 19, 27, 3.15, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24876, 1902, 'Good bargain stores', 994, 18, 27, 35.93, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24877, 1902, 'Good bargain stores', 5635, 10, 27, 5.40, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24878, 1902, 'Good bargain stores', 3419, 14, 27, 6.10, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24879, 1902, 'Good bargain stores', 1855, 5, 27, 3.18, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24880, 1902, 'Good bargain stores', 1767, 19, 27, 4.08, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24881, 1902, 'Good bargain stores', 1662, 19, 27, 0.90, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24882, 1902, 'Good bargain stores', 1818, 19, 27, 1.01, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24883, 1902, 'Good bargain stores', 1353, 15, 27, 2.13, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24884, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-07-23 16:55:05', '2024-07-23 16:55:05', '2024-07-24 16:56:03'),
(24885, 1850, 'Chanadus', 3452, 11, NULL, 3.75, 2, 1, 'manual_bid', '2024-07-23 17:45:13', '2024-07-23 17:45:13', '2024-07-24 17:46:14'),
(24886, 1850, 'Chanadus', 3577, 12, 24, 29.53, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:02'),
(24887, 1850, 'Chanadus', 5974, 17, 24, 18.17, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24888, 1850, 'Chanadus', 941, 5, 24, 5.05, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24889, 1850, 'Chanadus', 2323, 2, 24, 346.76, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24890, 1850, 'Chanadus', 3645, 14, 24, 9.36, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24891, 1850, 'Chanadus', 1064, 16, 24, 171.80, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24892, 1850, 'Chanadus', 998, 16, 24, 402.44, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24893, 1850, 'Chanadus', 2804, 14, 24, 30.59, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24894, 1850, 'Chanadus', 2543, 19, 24, 85.85, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24895, 1850, 'Chanadus', 2254, 19, 24, 9.47, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24896, 1850, 'Chanadus', 507, 7, 24, 38.01, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24897, 1850, 'Chanadus', 5992, 11, 24, 80.80, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24898, 1850, 'Chanadus', 5722, 16, 24, 29.57, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24899, 1850, 'Chanadus', 3065, 2, 24, 4.16, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24900, 1850, 'Chanadus', 3631, 13, 24, 12.93, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24901, 1850, 'Chanadus', 1640, 19, 24, 1.02, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24902, 1850, 'Chanadus', 1837, 5, 24, 1.03, 1, 1, 'ai_bid', '2024-07-23 18:33:04', '2024-07-23 18:33:04', '2024-07-24 18:34:04'),
(24903, 1902, 'Good bargain stores', 3284, 5, NULL, 3600.00, 2, 1, 'manual_bid', '2024-07-23 23:13:56', '2024-07-23 23:13:56', '2024-07-24 23:14:02'),
(24904, 1868, 'Marcelo Ltd', 5661, 15, NULL, 1200.00, 1, 1, 'manual_bid', '2024-07-24 00:48:07', '2024-07-24 00:48:07', '2024-07-25 00:49:02'),
(24905, 1868, 'Marcelo Ltd', 3142, 4, NULL, 101.02, 2, 1, 'manual_bid', '2024-07-24 00:49:34', '2024-07-24 00:49:34', '2024-07-25 00:50:04'),
(24906, 1868, 'Marcelo Ltd', 2407, 2, NULL, 94.25, 1, 1, 'manual_bid', '2024-07-24 00:50:57', '2024-07-24 00:50:57', '2024-07-25 00:51:09'),
(24907, 1868, 'Marcelo Ltd', 6046, 11, NULL, 177.60, 1, 1, 'manual_bid', '2024-07-24 00:52:36', '2024-07-24 00:52:36', '2024-07-25 00:53:10'),
(24908, 1868, 'Marcelo Ltd', 4570, 14, NULL, 76.49, 1, 1, 'manual_bid', '2024-07-24 00:54:04', '2024-07-24 00:54:04', '2024-07-25 00:54:06'),
(24909, 1868, 'Marcelo Ltd', 184, 7, NULL, 13.70, 2, 2, 'manual_bid', '2024-07-24 00:55:35', '2024-07-24 00:55:35', '2024-07-25 00:56:03'),
(24910, 1868, 'Marcelo Ltd', 1510, 15, NULL, 66.30, 1, 2, 'manual_bid', '2024-07-24 00:57:42', '2024-07-24 00:57:42', '2024-07-25 00:58:03'),
(24911, 1868, 'Marcelo Ltd', 3289, 15, NULL, 71.98, 1, 1, 'manual_bid', '2024-07-24 00:58:55', '2024-07-24 00:58:55', '2024-07-25 00:59:05'),
(24912, 1868, 'Marcelo Ltd', 2730, 16, NULL, 22.78, 1, 1, 'manual_bid', '2024-07-24 01:01:23', '2024-07-24 01:01:23', '2024-07-25 01:02:04'),
(24913, 1868, 'Marcelo Ltd', 2794, 10, NULL, 19.18, 1, 1, 'manual_bid', '2024-07-24 01:03:11', '2024-07-24 01:03:11', '2024-07-25 01:04:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(24914, 1868, 'Marcelo Ltd', 3374, 15, NULL, 1950.00, 1, 1, 'manual_bid', '2024-07-24 01:04:45', '2024-07-24 01:04:45', '2024-07-25 01:05:03'),
(24915, 1868, 'Marcelo Ltd', 4814, 12, NULL, 118.29, 1, 1, 'manual_bid', '2024-07-24 01:05:54', '2024-07-24 01:05:54', '2024-07-25 01:06:03'),
(24916, 1877, 'Macarena00', 1203, 19, 23, 13.26, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:03'),
(24917, 1877, 'Macarena00', 5623, 15, 23, 72.79, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:03'),
(24918, 1877, 'Macarena00', 2629, 10, 23, 23.45, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24919, 1877, 'Macarena00', 2254, 19, 23, 9.47, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24920, 1877, 'Macarena00', 5435, 12, 23, 8.21, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24921, 1877, 'Macarena00', 1862, 18, 23, 51.84, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24922, 1877, 'Macarena00', 5804, 13, 23, 31.79, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24923, 1877, 'Macarena00', 426, 17, 23, 15.75, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24924, 1877, 'Macarena00', 5890, 11, 23, 2641.80, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24925, 1877, 'Macarena00', 141, 18, 23, 6.30, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24926, 1877, 'Macarena00', 547, 19, 23, 2343.20, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24927, 1877, 'Macarena00', 1075, 19, 23, 232.96, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24928, 1877, 'Macarena00', 3757, 14, 23, 10.49, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24929, 1877, 'Macarena00', 1932, 14, 23, 8.13, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24930, 1877, 'Macarena00', 6131, 11, 23, 40.40, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24931, 1877, 'Macarena00', 270, 5, 23, 204.92, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24932, 1877, 'Macarena00', 4589, 15, 23, 10.60, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24933, 1877, 'Macarena00', 3371, 7, 23, 196.10, 1, 1, 'ai_bid', '2024-07-24 02:26:02', '2024-07-24 02:26:02', '2024-07-25 02:26:04'),
(24934, 1877, 'Macarena00', 5095, 16, 23, 18.35, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24935, 1877, 'Macarena00', 665, 19, 23, 99.64, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24936, 1877, 'Macarena00', 5793, 15, 23, 303.08, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24937, 1877, 'Macarena00', 6102, 15, 23, 32.41, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24938, 1877, 'Macarena00', 2899, 14, 23, 13.38, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24939, 1877, 'Macarena00', 2960, 15, 23, 1456.00, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24940, 1877, 'Macarena00', 2544, 7, 23, 545.57, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24941, 1877, 'Macarena00', 5159, 16, 23, 13.38, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24942, 1877, 'Macarena00', 2504, 17, 23, 31.10, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24943, 1877, 'Macarena00', 5401, 14, 23, 11.32, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24944, 1877, 'Macarena00', 5733, 10, 23, 5.07, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24945, 1877, 'Macarena00', 5243, 14, 23, 26.00, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24946, 1877, 'Macarena00', 3554, 12, 23, 20.79, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24947, 1877, 'Macarena00', 1185, 14, 23, 70.69, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24948, 1877, 'Macarena00', 4251, 5, 23, 23.91, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24949, 1877, 'Macarena00', 436, 13, 23, 72.66, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24950, 1877, 'Macarena00', 6107, 11, 23, 13.75, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24951, 1877, 'Macarena00', 4988, 13, 23, 78.27, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24952, 1877, 'Macarena00', 1423, 19, 23, 38.87, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24953, 1877, 'Macarena00', 4521, 16, 23, 13.12, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24954, 1877, 'Macarena00', 3570, 12, 23, 1545.44, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24955, 1877, 'Macarena00', 3958, 5, 23, 416.00, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24956, 1877, 'Macarena00', 106, 2, 23, 119.58, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24957, 1877, 'Macarena00', 5596, 10, 23, 158.54, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24958, 1877, 'Macarena00', 2981, 14, 23, 95.55, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24959, 1877, 'Macarena00', 1224, 19, 23, 15.76, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24960, 1877, 'Macarena00', 5988, 17, 23, 19.35, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24961, 1877, 'Macarena00', 3883, 16, 23, 10.19, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24962, 1877, 'Macarena00', 1198, 15, 23, 2.32, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24963, 1877, 'Macarena00', 2387, 16, 23, 42.75, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24964, 1877, 'Macarena00', 5712, 15, 23, 203.01, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24965, 1877, 'Macarena00', 897, 18, 23, 487.59, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24966, 1877, 'Macarena00', 1909, 7, 23, 11.54, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24967, 1877, 'Macarena00', 1287, 15, 23, 39.71, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:04'),
(24968, 1877, 'Macarena00', 5250, 16, 23, 9.25, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24969, 1877, 'Macarena00', 1040, 5, 23, 50.50, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24970, 1877, 'Macarena00', 6110, 11, 23, 2.20, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24971, 1877, 'Macarena00', 571, 14, 23, 18.72, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24972, 1877, 'Macarena00', 2880, 14, 23, 8.79, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24973, 1877, 'Macarena00', 6086, 15, 23, 10.49, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24974, 1877, 'Macarena00', 50, 2, 23, 14.56, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24975, 1877, 'Macarena00', 4968, 12, 23, 16.24, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24976, 1877, 'Macarena00', 2001, 15, 23, 15.02, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24977, 1877, 'Macarena00', 4683, 12, 23, 8.31, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24978, 1877, 'Macarena00', 6042, 15, 23, 3.76, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24979, 1877, 'Macarena00', 4219, 5, 23, 1.27, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24980, 1877, 'Macarena00', 1894, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24981, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-24 02:26:03', '2024-07-24 02:26:03', '2024-07-25 02:26:05'),
(24982, 1912, 'Linus', 5227, 13, 29, 16.15, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24983, 1912, 'Linus', 721, 19, 29, 70.65, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24984, 1912, 'Linus', 976, 5, 29, 130.29, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24985, 1912, 'Linus', 5866, 15, 29, 151.04, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24986, 1912, 'Linus', 4837, 12, 29, 105.99, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24987, 1912, 'Linus', 3843, 15, 29, 73.50, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24988, 1912, 'Linus', 1868, 16, 29, 41.97, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24989, 1912, 'Linus', 2716, 14, 29, 27.46, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24990, 1912, 'Linus', 1564, 18, 29, 8088.60, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24991, 1912, 'Linus', 981, 17, 29, 56.36, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24992, 1912, 'Linus', 2276, 10, 29, 64.62, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24993, 1912, 'Linus', 4975, 12, 29, 5.23, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24994, 1912, 'Linus', 1748, 19, 29, 41.34, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24995, 1912, 'Linus', 1727, 19, 29, 479.40, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24996, 1912, 'Linus', 4025, 17, 29, 81.79, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24997, 1912, 'Linus', 2715, 16, 29, 35.33, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24998, 1912, 'Linus', 4797, 12, 29, 41.19, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(24999, 1912, 'Linus', 2318, 2, 29, 469.35, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25000, 1912, 'Linus', 3138, 18, 29, 52.31, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25001, 1912, 'Linus', 3779, 7, 29, 60.12, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25002, 1912, 'Linus', 1133, 19, 29, 25.75, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25003, 1912, 'Linus', 3367, 7, 29, 20.79, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25004, 1912, 'Linus', 4989, 14, 29, 8.15, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25005, 1912, 'Linus', 949, 5, 29, 0.32, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25006, 1912, 'Linus', 1731, 5, 29, 2.04, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25007, 1912, 'Linus', 1894, 19, 29, 0.21, 1, 1, 'ai_bid', '2024-07-24 02:33:04', '2024-07-24 02:33:04', '2024-07-25 02:33:04'),
(25008, 1886, 'Lovenest Luxe', 1904, 2, NULL, 11.00, 23, 1, 'manual_bid', '2024-07-24 09:28:04', '2024-07-24 09:28:04', '2024-07-25 09:29:02'),
(25009, 1881, 'Almeida', 3625, 12, 21, 58.04, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25010, 1881, 'Almeida', 1992, 4, 21, 121.90, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25011, 1881, 'Almeida', 5356, 14, 21, 47.70, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25012, 1881, 'Almeida', 3598, 12, 21, 1010.00, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25013, 1881, 'Almeida', 359, 2, 21, 135.20, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25014, 1881, 'Almeida', 2844, 14, 21, 1196.99, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25015, 1881, 'Almeida', 6105, 11, 21, 10.39, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25016, 1881, 'Almeida', 4843, 17, 21, 155.99, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25017, 1881, 'Almeida', 3334, 7, 21, 36.03, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25018, 1881, 'Almeida', 2922, 2, 21, 31.82, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25019, 1881, 'Almeida', 2884, 19, 21, 4210.32, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25020, 1881, 'Almeida', 4039, 18, 21, 19.47, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25021, 1881, 'Almeida', 4638, 15, 21, 80.43, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25022, 1881, 'Almeida', 6130, 11, 21, 4.92, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25023, 1881, 'Almeida', 1122, 19, 21, 457.98, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25024, 1881, 'Almeida', 3040, 17, 21, 1270.94, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25025, 1881, 'Almeida', 2992, 12, 21, 130.38, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25026, 1881, 'Almeida', 1601, 18, 21, 452.55, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25027, 1881, 'Almeida', 2343, 6, 21, 51.44, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25028, 1881, 'Almeida', 2994, 19, 21, 8.65, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25029, 1881, 'Almeida', 5819, 15, 21, 5.79, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25030, 1881, 'Almeida', 4922, 12, 21, 15.60, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25031, 1881, 'Almeida', 697, 18, 21, 51.26, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25032, 1881, 'Almeida', 1729, 18, 21, 190.74, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25033, 1881, 'Almeida', 3392, 7, 21, 353.60, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25034, 1881, 'Almeida', 3564, 17, 21, 294.26, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25035, 1881, 'Almeida', 3266, 7, 21, 242.41, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25036, 1881, 'Almeida', 2374, 19, 21, 20.28, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25037, 1881, 'Almeida', 1518, 19, 21, 221.45, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25038, 1881, 'Almeida', 1703, 19, 21, 720.80, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25039, 1881, 'Almeida', 3323, 5, 21, 62.88, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25040, 1881, 'Almeida', 5920, 13, 21, 32.95, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25041, 1881, 'Almeida', 3667, 13, 21, 19.18, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25042, 1881, 'Almeida', 6035, 14, 21, 22.65, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25043, 1881, 'Almeida', 6065, 11, 21, 21.29, 1, 1, 'ai_bid', '2024-07-24 11:20:05', '2024-07-24 11:20:05', '2024-07-25 11:20:17'),
(25044, 1881, 'Almeida', 3972, 17, 21, 13.58, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25045, 1881, 'Almeida', 1036, 5, 21, 894.40, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25046, 1881, 'Almeida', 4782, 12, 21, 379.65, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25047, 1881, 'Almeida', 1747, 17, 21, 35.02, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25048, 1881, 'Almeida', 3418, 14, 21, 25.55, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25049, 1881, 'Almeida', 1169, 18, 21, 39.39, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25050, 1881, 'Almeida', 5516, 10, 21, 42.63, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25051, 1881, 'Almeida', 3456, 10, 21, 104.94, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25052, 1881, 'Almeida', 1135, 19, 21, 310.56, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25053, 1881, 'Almeida', 902, 18, 21, 201.39, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25054, 1881, 'Almeida', 4302, 18, 21, 10.64, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25055, 1881, 'Almeida', 2091, 1, 21, 4.38, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25056, 1881, 'Almeida', 5207, 14, 21, 40.07, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25057, 1881, 'Almeida', 4079, 18, 21, 37.36, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25058, 1881, 'Almeida', 1916, 7, 21, 3.60, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25059, 1881, 'Almeida', 327, 10, 21, 132.88, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25060, 1881, 'Almeida', 2399, 18, 21, 9.44, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25061, 1881, 'Almeida', 3850, 16, 21, 18.89, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25062, 1881, 'Almeida', 1037, 19, 21, 45.89, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25063, 1881, 'Almeida', 3842, 4, 21, 21.20, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25064, 1881, 'Almeida', 5306, 14, 21, 404.00, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25065, 1881, 'Almeida', 1384, 15, 21, 41.41, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25066, 1881, 'Almeida', 3066, 18, 21, 238.50, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25067, 1881, 'Almeida', 5392, 17, 21, 34.48, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25068, 1881, 'Almeida', 4631, 5, 21, 20.19, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25069, 1881, 'Almeida', 2839, 14, 21, 52.52, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25070, 1881, 'Almeida', 5981, 17, 21, 19.25, 1, 1, 'ai_bid', '2024-07-24 11:20:06', '2024-07-24 11:20:06', '2024-07-25 11:20:17'),
(25071, 1869, 'Anatoliy fast store', 3504, 11, 25, 8.15, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:03'),
(25072, 1869, 'Anatoliy fast store', 2798, 14, 25, 165.30, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:05'),
(25073, 1869, 'Anatoliy fast store', 583, 7, 25, 10.20, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25074, 1869, 'Anatoliy fast store', 274, 14, 25, 346.31, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25075, 1869, 'Anatoliy fast store', 1218, 19, 25, 71.26, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25076, 1869, 'Anatoliy fast store', 4355, 14, 25, 41.20, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25077, 1869, 'Anatoliy fast store', 3688, 18, 25, 58.21, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25078, 1869, 'Anatoliy fast store', 982, 9, 25, 137.28, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25079, 1869, 'Anatoliy fast store', 1355, 19, 25, 17.17, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25080, 1869, 'Anatoliy fast store', 5533, 12, 25, 18.89, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25081, 1869, 'Anatoliy fast store', 2546, 14, 25, 185.39, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25082, 1869, 'Anatoliy fast store', 1186, 15, 25, 19.86, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25083, 1869, 'Anatoliy fast store', 3345, 7, 25, 15.45, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25084, 1869, 'Anatoliy fast store', 869, 7, 25, 9.54, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25085, 1869, 'Anatoliy fast store', 1850, 5, 25, 0.57, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25086, 1869, 'Anatoliy fast store', 4213, 5, 25, 4.87, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25087, 1869, 'Anatoliy fast store', 4305, 15, 25, 4.12, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25088, 1869, 'Anatoliy fast store', 4683, 12, 25, 8.15, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25089, 1869, 'Anatoliy fast store', 686, 10, 25, 4.20, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25090, 1869, 'Anatoliy fast store', 1894, 19, 25, 0.21, 1, 1, 'ai_bid', '2024-07-24 11:44:03', '2024-07-24 11:44:03', '2024-07-25 11:45:06'),
(25091, 1876, 'Etiuko', 2186, 10, 28, 50.43, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25092, 1876, 'Etiuko', 1491, 15, 28, 9.97, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25093, 1876, 'Etiuko', 53, 2, 28, 29.58, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25094, 1876, 'Etiuko', 2116, 13, 28, 31.48, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25095, 1876, 'Etiuko', 6110, 11, 28, 2.20, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25096, 1876, 'Etiuko', 3362, 7, 28, 9.36, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25097, 1876, 'Etiuko', 1821, 19, 28, 1.06, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25098, 1876, 'Etiuko', 1894, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25099, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25100, 1876, 'Etiuko', 734, 19, 28, 0.23, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25101, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-07-24 12:11:15', '2024-07-24 12:11:15', '2024-07-25 12:12:06'),
(25102, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-07-24 12:12:04', '2024-07-24 12:12:04', '2024-07-25 12:12:06'),
(25103, 1872, 'Melisa', 1832, 5, 22, 2.86, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25104, 1872, 'Melisa', 528, 17, 22, 15.30, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25105, 1872, 'Melisa', 620, 5, 22, 3.15, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25106, 1872, 'Melisa', 2264, 19, 22, 60.77, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25107, 1872, 'Melisa', 5522, 10, 22, 105.00, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25108, 1872, 'Melisa', 6134, 11, 22, 25.50, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25109, 1872, 'Melisa', 4556, 5, 22, 6.70, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25110, 1872, 'Melisa', 175, 2, 22, 63.59, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25111, 1872, 'Melisa', 2231, 18, 22, 53.52, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25112, 1872, 'Melisa', 2056, 4, 22, 301.99, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25113, 1872, 'Melisa', 3854, 15, 22, 630.00, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25114, 1872, 'Melisa', 4305, 15, 22, 4.04, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25115, 1872, 'Melisa', 4704, 12, 22, 1.33, 1, 1, 'ai_bid', '2024-07-24 12:51:03', '2024-07-24 12:51:03', '2024-07-25 12:52:02'),
(25116, 1798, 'Feelyards', 4883, 12, NULL, 336.00, 1, 1, 'manual_bid', '2024-07-24 16:42:26', '2024-07-24 16:42:26', '2024-07-25 16:43:01'),
(25117, 1798, 'Feelyards', 1997, 4, NULL, 239.00, 1, 1, 'manual_bid', '2024-07-24 16:46:09', '2024-07-24 16:46:09', '2024-07-25 16:47:02'),
(25118, 1798, 'Feelyards', 90, 2, NULL, 200.00, 1, 1, 'manual_bid', '2024-07-24 16:59:03', '2024-07-24 16:59:03', '2024-07-25 17:00:03'),
(25119, 1798, 'Feelyards', 3920, 2, NULL, 52.00, 1, 1, 'manual_bid', '2024-07-24 17:22:51', '2024-07-24 17:22:51', '2024-07-25 17:23:02'),
(25120, 1798, 'Feelyards', 3099, 2, NULL, 12.00, 1, 1, 'manual_bid', '2024-07-24 17:25:04', '2024-07-24 17:25:04', '2024-07-25 17:25:11'),
(25121, 1902, 'Good bargain stores', 96, 2, 26, 22.05, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25122, 1902, 'Good bargain stores', 1649, 17, 26, 102.38, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25123, 1902, 'Good bargain stores', 884, 7, 26, 10.29, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25124, 1902, 'Good bargain stores', 2703, 14, 26, 24.69, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25125, 1902, 'Good bargain stores', 3430, 14, 26, 44.09, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25126, 1902, 'Good bargain stores', 6139, 11, 26, 16.83, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25127, 1902, 'Good bargain stores', 5569, 10, 26, 67.17, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25128, 1902, 'Good bargain stores', 2985, 14, 26, 83.74, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25129, 1902, 'Good bargain stores', 5978, 17, 26, 20.09, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25130, 1902, 'Good bargain stores', 5255, 16, 26, 23.56, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25131, 1902, 'Good bargain stores', 1963, 5, 26, 11.85, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25132, 1902, 'Good bargain stores', 775, 5, 26, 7.34, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25133, 1902, 'Good bargain stores', 1138, 19, 26, 57.75, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25134, 1902, 'Good bargain stores', 5607, 16, 26, 10.19, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25135, 1902, 'Good bargain stores', 1503, 19, 26, 24.72, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25136, 1902, 'Good bargain stores', 4675, 12, 26, 5.16, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25137, 1902, 'Good bargain stores', 803, 19, 26, 0.20, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25138, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-07-24 17:44:19', '2024-07-24 17:44:19', '2024-07-25 17:45:15'),
(25139, 1902, 'Good bargain stores', 2604, 17, 27, 15.29, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:02'),
(25140, 1902, 'Good bargain stores', 5900, 11, 27, 102.89, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25141, 1902, 'Good bargain stores', 1576, 4, 27, 2.73, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25142, 1902, 'Good bargain stores', 184, 7, 27, 17.30, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25143, 1902, 'Good bargain stores', 1872, 18, 27, 19.15, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25144, 1902, 'Good bargain stores', 304, 7, 27, 125.29, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25145, 1902, 'Good bargain stores', 4698, 12, 27, 21.76, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25146, 1902, 'Good bargain stores', 4478, 15, 27, 24.48, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25147, 1902, 'Good bargain stores', 4858, 17, 27, 126.87, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25148, 1902, 'Good bargain stores', 5232, 13, 27, 9.35, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25149, 1902, 'Good bargain stores', 732, 17, 27, 61.82, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25150, 1902, 'Good bargain stores', 2486, 19, 27, 20.19, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25151, 1902, 'Good bargain stores', 3236, 5, 27, 46.50, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25152, 1902, 'Good bargain stores', 452, 19, 27, 546.00, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25153, 1902, 'Good bargain stores', 5592, 12, 27, 195.69, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25154, 1902, 'Good bargain stores', 4139, 14, 27, 62.97, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25155, 1902, 'Good bargain stores', 987, 16, 27, 85.06, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25156, 1902, 'Good bargain stores', 4496, 15, 27, 355.98, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25157, 1902, 'Good bargain stores', 2049, 12, 27, 9.31, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25158, 1902, 'Good bargain stores', 1116, 16, 27, 93.45, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25159, 1902, 'Good bargain stores', 3986, 12, 27, 30.59, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25160, 1902, 'Good bargain stores', 2055, 4, 27, 246.98, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25161, 1902, 'Good bargain stores', 4954, 13, 27, 210.93, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25162, 1902, 'Good bargain stores', 3111, 2, 27, 265.00, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25163, 1902, 'Good bargain stores', 5004, 13, 27, 19.19, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25164, 1902, 'Good bargain stores', 5296, 16, 27, 10.59, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25165, 1902, 'Good bargain stores', 5559, 10, 27, 22.25, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25166, 1902, 'Good bargain stores', 4986, 14, 27, 11.09, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25167, 1902, 'Good bargain stores', 2500, 13, 27, 14.51, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25168, 1902, 'Good bargain stores', 3351, 7, 27, 206.00, 1, 1, 'ai_bid', '2024-07-24 18:07:04', '2024-07-24 18:07:04', '2024-07-25 18:08:04'),
(25169, 1902, 'Good bargain stores', 2615, 14, 27, 20.99, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25170, 1902, 'Good bargain stores', 3355, 7, 27, 1266.70, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25171, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25172, 1902, 'Good bargain stores', 5131, 16, 27, 333.72, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25173, 1902, 'Good bargain stores', 5243, 14, 27, 26.25, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25174, 1902, 'Good bargain stores', 2820, 19, 27, 142.04, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25175, 1902, 'Good bargain stores', 2736, 17, 27, 20.99, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25176, 1902, 'Good bargain stores', 3476, 10, 27, 81.41, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25177, 1902, 'Good bargain stores', 2217, 2, 27, 20.14, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25178, 1902, 'Good bargain stores', 4558, 16, 27, 404.00, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25179, 1902, 'Good bargain stores', 5596, 10, 27, 152.50, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25180, 1902, 'Good bargain stores', 816, 19, 27, 5.51, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25181, 1902, 'Good bargain stores', 5977, 17, 27, 19.07, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25182, 1902, 'Good bargain stores', 5803, 13, 27, 15.14, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25183, 1902, 'Good bargain stores', 2875, 10, 27, 68.20, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25184, 1902, 'Good bargain stores', 2539, 17, 27, 10.80, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25185, 1902, 'Good bargain stores', 439, 17, 27, 68.58, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25186, 1902, 'Good bargain stores', 247, 12, 27, 95.78, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25187, 1902, 'Good bargain stores', 468, 16, 27, 143.51, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25188, 1902, 'Good bargain stores', 4342, 18, 27, 202.04, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25189, 1902, 'Good bargain stores', 2341, 10, 27, 38.27, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25190, 1902, 'Good bargain stores', 1163, 18, 27, 18.53, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25191, 1902, 'Good bargain stores', 5848, 18, 27, 22.00, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25192, 1902, 'Good bargain stores', 4228, 14, 27, 5.09, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25193, 1902, 'Good bargain stores', 2547, 19, 27, 202.00, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25194, 1902, 'Good bargain stores', 2215, 19, 27, 41.20, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25195, 1902, 'Good bargain stores', 4638, 15, 27, 78.92, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:04'),
(25196, 1902, 'Good bargain stores', 5980, 17, 27, 20.36, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25197, 1902, 'Good bargain stores', 2307, 2, 27, 48.44, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25198, 1902, 'Good bargain stores', 5742, 16, 27, 13.36, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25199, 1902, 'Good bargain stores', 1917, 18, 27, 76.55, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25200, 1902, 'Good bargain stores', 151, 18, 27, 10.30, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25201, 1902, 'Good bargain stores', 2842, 15, 27, 20.99, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25202, 1902, 'Good bargain stores', 3687, 14, 27, 79.74, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25203, 1902, 'Good bargain stores', 1247, 10, 27, 130.89, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25204, 1902, 'Good bargain stores', 5141, 13, 27, 611.99, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25205, 1902, 'Good bargain stores', 4971, 11, 27, 64.64, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25206, 1902, 'Good bargain stores', 345, 15, 27, 106.85, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25207, 1902, 'Good bargain stores', 4453, 15, 27, 34.32, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25208, 1902, 'Good bargain stores', 1978, 19, 27, 12.59, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25209, 1902, 'Good bargain stores', 3527, 12, 27, 3.07, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25210, 1902, 'Good bargain stores', 2351, 5, 27, 51.50, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25211, 1902, 'Good bargain stores', 4933, 14, 27, 5.52, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25212, 1902, 'Good bargain stores', 2367, 19, 27, 3.09, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25213, 1902, 'Good bargain stores', 5538, 10, 27, 230.44, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25214, 1902, 'Good bargain stores', 1437, 19, 27, 225.75, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25215, 1902, 'Good bargain stores', 5278, 16, 27, 52.60, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25216, 1902, 'Good bargain stores', 2407, 2, 27, 75.40, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25217, 1902, 'Good bargain stores', 1370, 2, 27, 104.94, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25218, 1902, 'Good bargain stores', 1072, 16, 27, 23.55, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25219, 1902, 'Good bargain stores', 5061, 13, 27, 165.82, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25220, 1902, 'Good bargain stores', 2176, 19, 27, 424.00, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25221, 1902, 'Good bargain stores', 4363, 14, 27, 236.90, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25222, 1902, 'Good bargain stores', 3021, 14, 27, 322.19, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25223, 1902, 'Good bargain stores', 5909, 11, 27, 60.60, 1, 1, 'ai_bid', '2024-07-24 18:07:05', '2024-07-24 18:07:05', '2024-07-25 18:08:05'),
(25224, 1902, 'Good bargain stores', 4413, 15, 27, 63.62, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25225, 1902, 'Good bargain stores', 3087, 18, 27, 45.75, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25226, 1902, 'Good bargain stores', 711, 2, 27, 470.38, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25227, 1902, 'Good bargain stores', 4960, 12, 27, 19.62, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25228, 1902, 'Good bargain stores', 3638, 14, 27, 11.66, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25229, 1902, 'Good bargain stores', 5175, 16, 27, 63.79, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25230, 1902, 'Good bargain stores', 5417, 14, 27, 160.13, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25231, 1902, 'Good bargain stores', 4420, 15, 27, 55.54, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25232, 1902, 'Good bargain stores', 5372, 13, 27, 166.39, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25233, 1902, 'Good bargain stores', 3592, 17, 27, 172.47, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25234, 1902, 'Good bargain stores', 1274, 10, 27, 3.21, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25235, 1902, 'Good bargain stores', 4918, 11, 27, 29.11, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25236, 1902, 'Good bargain stores', 905, 13, 27, 18.07, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25237, 1902, 'Good bargain stores', 2072, 19, 27, 19.57, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25238, 1902, 'Good bargain stores', 1258, 18, 27, 306.00, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25239, 1902, 'Good bargain stores', 2565, 7, 27, 86.22, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25240, 1902, 'Good bargain stores', 2783, 19, 27, 11.33, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25241, 1902, 'Good bargain stores', 3301, 15, 27, 18.18, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25242, 1902, 'Good bargain stores', 6019, 11, 27, 6.28, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25243, 1902, 'Good bargain stores', 3430, 14, 27, 44.09, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25244, 1902, 'Good bargain stores', 2357, 17, 27, 10.19, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25245, 1902, 'Good bargain stores', 3309, 5, 27, 3.22, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25246, 1902, 'Good bargain stores', 765, 19, 27, 1.38, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25247, 1902, 'Good bargain stores', 1662, 19, 27, 0.93, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25248, 1902, 'Good bargain stores', 756, 19, 27, 0.46, 1, 1, 'ai_bid', '2024-07-24 18:07:06', '2024-07-24 18:07:06', '2024-07-25 18:08:05'),
(25249, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-07-24 18:08:04', '2024-07-24 18:08:04', '2024-07-25 18:09:02'),
(25250, 1850, 'Chanadus', 314, 18, 24, 10.30, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25251, 1850, 'Chanadus', 1147, 19, 24, 104.00, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25252, 1850, 'Chanadus', 1320, 2, 24, 72.32, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25253, 1850, 'Chanadus', 4034, 18, 24, 12.86, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25254, 1850, 'Chanadus', 4214, 14, 24, 21.08, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25255, 1850, 'Chanadus', 4460, 15, 24, 41.18, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25256, 1850, 'Chanadus', 6160, 11, 24, 9.35, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25257, 1850, 'Chanadus', 78, 2, 24, 73.50, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25258, 1850, 'Chanadus', 401, 16, 24, 261.12, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25259, 1850, 'Chanadus', 5553, 12, 24, 111.09, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25260, 1850, 'Chanadus', 5401, 14, 24, 11.32, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25261, 1850, 'Chanadus', 3386, 7, 24, 19.57, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25262, 1850, 'Chanadus', 2602, 19, 24, 10.80, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25263, 1850, 'Chanadus', 263, 18, 24, 6.41, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25264, 1850, 'Chanadus', 3945, 16, 24, 48.75, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25265, 1850, 'Chanadus', 1233, 19, 24, 21.13, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25266, 1850, 'Chanadus', 151, 18, 24, 10.40, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25267, 1850, 'Chanadus', 3387, 10, 24, 22.44, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25268, 1850, 'Chanadus', 4480, 16, 24, 8.07, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25269, 1850, 'Chanadus', 3222, 5, 24, 4.08, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25270, 1850, 'Chanadus', 3467, 14, 24, 13.25, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25271, 1850, 'Chanadus', 6154, 11, 24, 30.59, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25272, 1850, 'Chanadus', 2823, 19, 24, 25.74, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25273, 1850, 'Chanadus', 4640, 15, 24, 7.35, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25274, 1850, 'Chanadus', 1533, 15, 24, 23.23, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25275, 1850, 'Chanadus', 5801, 13, 24, 26.49, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25276, 1850, 'Chanadus', 632, 18, 24, 18.36, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:11'),
(25277, 1850, 'Chanadus', 5605, 15, 24, 241.50, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:12'),
(25278, 1850, 'Chanadus', 6027, 14, 24, 4.33, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:12'),
(25279, 1850, 'Chanadus', 2193, 16, 24, 20.93, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:12'),
(25280, 1850, 'Chanadus', 4092, 5, 24, 2.81, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:12'),
(25281, 1850, 'Chanadus', 4219, 5, 24, 1.29, 1, 1, 'ai_bid', '2024-07-24 19:46:03', '2024-07-24 19:46:03', '2024-07-25 19:46:12');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(25282, 1877, 'Macarena00', 2369, 16, 23, 30.39, 1, 1, 'ai_bid', '2024-07-25 03:38:02', '2024-07-25 03:38:02', '2024-07-26 03:38:03'),
(25283, 1877, 'Macarena00', 1375, 15, 23, 25.50, 1, 1, 'ai_bid', '2024-07-25 03:38:02', '2024-07-25 03:38:02', '2024-07-26 03:38:04'),
(25284, 1877, 'Macarena00', 625, 18, 23, 558.96, 1, 1, 'ai_bid', '2024-07-25 03:38:02', '2024-07-25 03:38:02', '2024-07-26 03:38:04'),
(25285, 1877, 'Macarena00', 4247, 18, 23, 15.47, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25286, 1877, 'Macarena00', 2543, 19, 23, 89.25, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25287, 1877, 'Macarena00', 4889, 12, 23, 63.40, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25288, 1877, 'Macarena00', 1281, 18, 23, 63.00, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25289, 1877, 'Macarena00', 1010, 16, 23, 1664.97, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25290, 1877, 'Macarena00', 3620, 13, 23, 2.62, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25291, 1877, 'Macarena00', 2031, 4, 23, 532.27, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25292, 1877, 'Macarena00', 3195, 4, 23, 204.83, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25293, 1877, 'Macarena00', 5575, 10, 23, 22.93, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25294, 1877, 'Macarena00', 1730, 19, 23, 494.55, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25295, 1877, 'Macarena00', 4506, 16, 23, 69.95, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25296, 1877, 'Macarena00', 1607, 12, 23, 20.99, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25297, 1877, 'Macarena00', 1046, 17, 23, 114.29, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25298, 1877, 'Macarena00', 1992, 4, 23, 118.45, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25299, 1877, 'Macarena00', 3049, 2, 23, 14.88, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25300, 1877, 'Macarena00', 5386, 14, 23, 148.40, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25301, 1877, 'Macarena00', 3890, 15, 23, 295.80, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25302, 1877, 'Macarena00', 1650, 19, 23, 10.09, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25303, 1877, 'Macarena00', 5846, 17, 23, 101.51, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25304, 1877, 'Macarena00', 3209, 17, 23, 23.10, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25305, 1877, 'Macarena00', 665, 19, 23, 99.64, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25306, 1877, 'Macarena00', 5360, 14, 23, 213.05, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25307, 1877, 'Macarena00', 3360, 7, 23, 52.00, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25308, 1877, 'Macarena00', 693, 18, 23, 1234.97, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25309, 1877, 'Macarena00', 5126, 16, 23, 210.08, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25310, 1877, 'Macarena00', 5673, 10, 23, 1378.00, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25311, 1877, 'Macarena00', 2538, 7, 23, 19.39, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25312, 1877, 'Macarena00', 5173, 16, 23, 293.99, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25313, 1877, 'Macarena00', 2838, 13, 23, 31.49, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25314, 1877, 'Macarena00', 3537, 13, 23, 3273.28, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25315, 1877, 'Macarena00', 2039, 17, 23, 31.49, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25316, 1877, 'Macarena00', 1315, 2, 23, 40.80, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25317, 1877, 'Macarena00', 885, 12, 23, 167.99, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25318, 1877, 'Macarena00', 1099, 19, 23, 188.68, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25319, 1877, 'Macarena00', 2054, 4, 23, 113.36, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25320, 1877, 'Macarena00', 947, 5, 23, 32.38, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25321, 1877, 'Macarena00', 413, 18, 23, 31.60, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25322, 1877, 'Macarena00', 5917, 13, 23, 32.60, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25323, 1877, 'Macarena00', 987, 16, 23, 88.39, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25324, 1877, 'Macarena00', 2201, 19, 23, 20.96, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25325, 1877, 'Macarena00', 2889, 14, 23, 21.19, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25326, 1877, 'Macarena00', 5033, 14, 23, 6.29, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25327, 1877, 'Macarena00', 5614, 15, 23, 35.44, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:05'),
(25328, 1877, 'Macarena00', 4302, 18, 23, 10.54, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:06'),
(25329, 1877, 'Macarena00', 5704, 10, 23, 2.51, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:06'),
(25330, 1877, 'Macarena00', 1850, 5, 23, 0.58, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:06'),
(25331, 1877, 'Macarena00', 3225, 5, 23, 1.15, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:06'),
(25332, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-25 03:38:03', '2024-07-25 03:38:03', '2024-07-26 03:38:06'),
(25333, 1912, 'Linus', 2553, 14, 29, 1009.99, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25334, 1912, 'Linus', 5684, 10, 29, 318.08, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25335, 1912, 'Linus', 4126, 5, 29, 87.96, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25336, 1912, 'Linus', 4766, 12, 29, 29.67, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25337, 1912, 'Linus', 312, 18, 29, 51.64, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25338, 1912, 'Linus', 1452, 15, 29, 28.73, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25339, 1912, 'Linus', 3901, 2, 29, 1040.30, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25340, 1912, 'Linus', 4100, 14, 29, 6.23, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25341, 1912, 'Linus', 6106, 11, 29, 11.02, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25342, 1912, 'Linus', 2263, 19, 29, 785.40, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25343, 1912, 'Linus', 1468, 15, 29, 20.58, 1, 1, 'ai_bid', '2024-07-25 03:44:05', '2024-07-25 03:44:05', '2024-07-26 03:45:04'),
(25344, 1912, 'Linus', 3759, 14, 29, 20.99, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25345, 1912, 'Linus', 867, 7, 29, 9.62, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25346, 1912, 'Linus', 5614, 15, 29, 37.20, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25347, 1912, 'Linus', 6131, 11, 29, 42.40, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25348, 1912, 'Linus', 5803, 13, 29, 15.74, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25349, 1912, 'Linus', 4667, 12, 29, 13.28, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25350, 1912, 'Linus', 4206, 18, 29, 20.20, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25351, 1912, 'Linus', 2078, 7, 29, 3.99, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25352, 1912, 'Linus', 6016, 17, 29, 12.39, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25353, 1912, 'Linus', 5334, 14, 29, 247.15, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25354, 1912, 'Linus', 1652, 17, 29, 13.89, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25355, 1912, 'Linus', 2400, 19, 29, 36.05, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25356, 1912, 'Linus', 2848, 14, 29, 232.29, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25357, 1912, 'Linus', 5630, 15, 29, 148.39, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25358, 1912, 'Linus', 1161, 18, 29, 23.69, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25359, 1912, 'Linus', 1904, 2, 29, 10.40, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25360, 1912, 'Linus', 747, 7, 29, 14.90, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25361, 1912, 'Linus', 1223, 10, 29, 19.19, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25362, 1912, 'Linus', 4482, 16, 29, 37.07, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25363, 1912, 'Linus', 4786, 17, 29, 18.18, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25364, 1912, 'Linus', 5910, 15, 29, 111.29, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25365, 1912, 'Linus', 634, 5, 29, 1.04, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25366, 1912, 'Linus', 3442, 14, 29, 386.58, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25367, 1912, 'Linus', 4399, 18, 29, 26.39, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25368, 1912, 'Linus', 2093, 5, 29, 10.10, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25369, 1912, 'Linus', 5603, 15, 29, 22.00, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25370, 1912, 'Linus', 5122, 16, 29, 212.00, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25371, 1912, 'Linus', 5004, 13, 29, 19.76, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25372, 1912, 'Linus', 4959, 13, 29, 275.60, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25373, 1912, 'Linus', 1409, 14, 29, 11.54, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25374, 1912, 'Linus', 1435, 10, 29, 19.43, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25375, 1912, 'Linus', 1775, 2, 29, 256.20, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25376, 1912, 'Linus', 209, 18, 29, 3113.30, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:04'),
(25377, 1912, 'Linus', 4701, 12, 29, 60.66, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25378, 1912, 'Linus', 4552, 16, 29, 723.31, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25379, 1912, 'Linus', 2259, 19, 29, 211.04, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25380, 1912, 'Linus', 3561, 12, 29, 9.50, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25381, 1912, 'Linus', 2911, 14, 29, 416.62, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25382, 1912, 'Linus', 1188, 19, 29, 31.61, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25383, 1912, 'Linus', 2051, 10, 29, 4.58, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25384, 1912, 'Linus', 685, 5, 29, 8.40, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25385, 1912, 'Linus', 1719, 5, 29, 1.10, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25386, 1912, 'Linus', 5489, 7, 29, 2.02, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25387, 1912, 'Linus', 3296, 5, 29, 1.19, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25388, 1912, 'Linus', 1811, 5, 29, 0.21, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25389, 1912, 'Linus', 1827, 19, 29, 0.13, 1, 1, 'ai_bid', '2024-07-25 03:44:06', '2024-07-25 03:44:06', '2024-07-26 03:45:05'),
(25390, 1886, 'Lovenest Luxe', 3126, 4, NULL, 16.00, 16, 1, 'manual_bid', '2024-07-25 10:38:31', '2024-07-25 10:38:31', '2024-07-26 10:39:03'),
(25391, 1881, 'Almeida', 53, 2, 21, 30.16, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25392, 1881, 'Almeida', 2957, 18, 21, 1111.00, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25393, 1881, 'Almeida', 2208, 12, 21, 57.05, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25394, 1881, 'Almeida', 5320, 14, 21, 205.99, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25395, 1881, 'Almeida', 1934, 19, 21, 4042.50, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25396, 1881, 'Almeida', 4589, 15, 21, 10.10, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25397, 1881, 'Almeida', 5472, 12, 21, 46.41, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25398, 1881, 'Almeida', 4217, 5, 21, 6.46, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25399, 1881, 'Almeida', 3784, 13, 21, 95.95, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25400, 1881, 'Almeida', 1127, 19, 21, 56.42, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25401, 1881, 'Almeida', 2969, 17, 21, 92.58, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25402, 1881, 'Almeida', 1791, 19, 21, 1010.00, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:02'),
(25403, 1881, 'Almeida', 4940, 14, 21, 20.14, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:03'),
(25404, 1881, 'Almeida', 2004, 4, 21, 90.71, 1, 1, 'ai_bid', '2024-07-25 12:32:02', '2024-07-25 12:32:02', '2024-07-26 12:32:03'),
(25405, 1881, 'Almeida', 5811, 15, 21, 45.77, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25406, 1881, 'Almeida', 2549, 7, 21, 341.65, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25407, 1881, 'Almeida', 4106, 5, 21, 1.37, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25408, 1881, 'Almeida', 933, 18, 21, 1133.00, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25409, 1881, 'Almeida', 3421, 10, 21, 29.29, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25410, 1881, 'Almeida', 3050, 2, 21, 11.01, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25411, 1881, 'Almeida', 1072, 16, 21, 22.65, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25412, 1881, 'Almeida', 2510, 7, 21, 39.19, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25413, 1881, 'Almeida', 3777, 13, 21, 8.38, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25414, 1881, 'Almeida', 3142, 4, 21, 89.23, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25415, 1881, 'Almeida', 3006, 15, 21, 388.31, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25416, 1881, 'Almeida', 6001, 17, 21, 31.79, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25417, 1881, 'Almeida', 2401, 19, 21, 1854.00, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25418, 1881, 'Almeida', 5056, 11, 21, 41.99, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25419, 1881, 'Almeida', 5226, 13, 21, 8.31, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25420, 1881, 'Almeida', 4056, 18, 21, 101.40, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25421, 1881, 'Almeida', 5171, 16, 21, 48.75, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25422, 1881, 'Almeida', 5443, 16, 21, 23.22, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25423, 1881, 'Almeida', 1214, 14, 21, 141.96, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25424, 1881, 'Almeida', 2934, 14, 21, 113.21, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25425, 1881, 'Almeida', 5272, 13, 21, 6.09, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25426, 1881, 'Almeida', 2568, 14, 21, 1261.40, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25427, 1881, 'Almeida', 3691, 14, 21, 474.79, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25428, 1881, 'Almeida', 6159, 11, 21, 31.41, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25429, 1881, 'Almeida', 438, 18, 21, 1403.57, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25430, 1881, 'Almeida', 1021, 5, 21, 3.06, 1, 1, 'ai_bid', '2024-07-25 12:32:03', '2024-07-25 12:32:03', '2024-07-26 12:33:02'),
(25431, 1881, 'Almeida', 3205, 17, 21, 40.98, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25432, 1881, 'Almeida', 4972, 12, 21, 41.29, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25433, 1881, 'Almeida', 561, 18, 21, 40.40, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25434, 1881, 'Almeida', 2128, 19, 21, 32.44, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25435, 1881, 'Almeida', 3809, 15, 21, 17.48, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25436, 1881, 'Almeida', 3954, 1, 21, 231.53, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25437, 1881, 'Almeida', 5363, 13, 21, 28.61, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25438, 1881, 'Almeida', 4644, 5, 21, 25.49, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25439, 1881, 'Almeida', 2985, 14, 21, 81.37, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25440, 1881, 'Almeida', 1531, 15, 21, 13.38, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25441, 1881, 'Almeida', 5807, 13, 21, 20.59, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25442, 1881, 'Almeida', 5580, 15, 21, 12.98, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25443, 1881, 'Almeida', 4909, 12, 21, 2.18, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25444, 1881, 'Almeida', 1654, 19, 21, 31.61, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:02'),
(25445, 1881, 'Almeida', 3292, 16, 21, 11.13, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:03'),
(25446, 1881, 'Almeida', 2065, 12, 21, 7.45, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:03'),
(25447, 1881, 'Almeida', 1846, 5, 21, 1.52, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:03'),
(25448, 1881, 'Almeida', 1837, 5, 21, 1.01, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:03'),
(25449, 1881, 'Almeida', 1827, 19, 21, 0.13, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:03'),
(25450, 1881, 'Almeida', 1894, 19, 21, 0.21, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:03'),
(25451, 1881, 'Almeida', 1811, 5, 21, 0.20, 1, 1, 'ai_bid', '2024-07-25 12:32:04', '2024-07-25 12:32:04', '2024-07-26 12:33:03'),
(25452, 1869, 'Anatoliy fast store', 3148, 4, 25, 21.82, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25453, 1869, 'Anatoliy fast store', 1332, 15, 25, 21.19, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25454, 1869, 'Anatoliy fast store', 2100, 5, 25, 6.20, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25455, 1869, 'Anatoliy fast store', 4226, 18, 25, 59.31, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25456, 1869, 'Anatoliy fast store', 1387, 15, 25, 30.40, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25457, 1869, 'Anatoliy fast store', 4274, 18, 25, 63.00, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25458, 1869, 'Anatoliy fast store', 1631, 15, 25, 5.55, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25459, 1869, 'Anatoliy fast store', 4364, 16, 25, 11.55, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25460, 1869, 'Anatoliy fast store', 3429, 10, 25, 29.67, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25461, 1869, 'Anatoliy fast store', 5402, 14, 25, 21.57, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25462, 1869, 'Anatoliy fast store', 969, 18, 25, 4.12, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25463, 1869, 'Anatoliy fast store', 278, 18, 25, 331.79, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25464, 1869, 'Anatoliy fast store', 4579, 16, 25, 74.19, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25465, 1869, 'Anatoliy fast store', 89, 2, 25, 124.80, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25466, 1869, 'Anatoliy fast store', 1362, 10, 25, 42.85, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25467, 1869, 'Anatoliy fast store', 118, 7, 25, 222.20, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25468, 1869, 'Anatoliy fast store', 2229, 16, 25, 27.49, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25469, 1869, 'Anatoliy fast store', 1195, 18, 25, 13.63, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25470, 1869, 'Anatoliy fast store', 5228, 13, 25, 7.34, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25471, 1869, 'Anatoliy fast store', 5112, 16, 25, 13.65, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25472, 1869, 'Anatoliy fast store', 1403, 15, 25, 8.17, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25473, 1869, 'Anatoliy fast store', 6028, 15, 25, 2.24, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25474, 1869, 'Anatoliy fast store', 734, 19, 25, 0.23, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25475, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25476, 1869, 'Anatoliy fast store', 803, 19, 25, 0.20, 1, 1, 'ai_bid', '2024-07-25 12:56:05', '2024-07-25 12:56:05', '2024-07-26 12:57:02'),
(25477, 1876, 'Etiuko', 2783, 19, 28, 11.44, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25478, 1876, 'Etiuko', 3845, 4, 28, 30.90, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25479, 1876, 'Etiuko', 4100, 14, 28, 6.17, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25480, 1876, 'Etiuko', 5214, 14, 28, 15.42, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25481, 1876, 'Etiuko', 2572, 17, 28, 21.00, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25482, 1876, 'Etiuko', 1183, 15, 28, 13.67, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25483, 1876, 'Etiuko', 331, 15, 28, 9.05, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25484, 1876, 'Etiuko', 5462, 7, 28, 27.29, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25485, 1876, 'Etiuko', 1640, 19, 28, 1.02, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25486, 1876, 'Etiuko', 803, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-07-25 13:23:06', '2024-07-25 13:23:06', '2024-07-26 13:24:03'),
(25487, 1872, 'Melisa', 5696, 15, 22, 51.41, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:02'),
(25488, 1872, 'Melisa', 3097, 2, 22, 763.98, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:02'),
(25489, 1872, 'Melisa', 144, 7, 22, 24.24, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25490, 1872, 'Melisa', 3042, 18, 22, 101.13, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25491, 1872, 'Melisa', 61, 2, 22, 27.56, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25492, 1872, 'Melisa', 1395, 19, 22, 68.90, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25493, 1872, 'Melisa', 4338, 18, 22, 106.47, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25494, 1872, 'Melisa', 2224, 19, 22, 29.92, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25495, 1872, 'Melisa', 4201, 18, 22, 20.79, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25496, 1872, 'Melisa', 3695, 18, 22, 31.47, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25497, 1872, 'Melisa', 2158, 17, 22, 47.70, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25498, 1872, 'Melisa', 5747, 13, 22, 4.83, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25499, 1872, 'Melisa', 4977, 14, 22, 5.24, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25500, 1872, 'Melisa', 1818, 19, 22, 1.06, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25501, 1872, 'Melisa', 949, 5, 22, 0.31, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25502, 1872, 'Melisa', 1894, 19, 22, 0.20, 1, 1, 'ai_bid', '2024-07-25 14:03:21', '2024-07-25 14:03:21', '2024-07-26 14:04:03'),
(25503, 1798, 'Feelyards', 3849, 4, NULL, 601.00, 1, 1, 'manual_bid', '2024-07-25 18:34:09', '2024-07-25 18:34:09', '2024-07-26 18:35:03'),
(25504, 1798, 'Feelyards', 3107, 2, NULL, 200.00, 1, 1, 'manual_bid', '2024-07-25 18:45:27', '2024-07-25 18:45:27', '2024-07-26 18:46:03'),
(25505, 1798, 'Feelyards', 4102, 5, NULL, 24.00, 2, 1, 'manual_bid', '2024-07-25 18:48:03', '2024-07-25 18:48:03', '2024-07-26 18:49:02'),
(25506, 1902, 'Good bargain stores', 5105, 16, 26, 23.26, 1, 1, 'ai_bid', '2024-07-25 18:57:03', '2024-07-25 18:57:03', '2024-07-26 18:57:03'),
(25507, 1902, 'Good bargain stores', 3963, 16, 26, 113.29, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25508, 1902, 'Good bargain stores', 4084, 5, 26, 63.00, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25509, 1902, 'Good bargain stores', 4897, 12, 26, 10.80, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25510, 1902, 'Good bargain stores', 1412, 14, 26, 7.95, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25511, 1902, 'Good bargain stores', 1711, 19, 26, 95.40, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25512, 1902, 'Good bargain stores', 1484, 10, 26, 9.91, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25513, 1902, 'Good bargain stores', 1173, 14, 26, 25.99, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25514, 1902, 'Good bargain stores', 3449, 14, 26, 12.71, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25515, 1902, 'Good bargain stores', 1291, 2, 26, 10.65, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25516, 1902, 'Good bargain stores', 4006, 18, 26, 121.41, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25517, 1902, 'Good bargain stores', 3969, 16, 26, 14.07, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25518, 1902, 'Good bargain stores', 2357, 17, 26, 10.38, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25519, 1902, 'Good bargain stores', 1353, 15, 26, 2.15, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25520, 1902, 'Good bargain stores', 972, 5, 26, 14.78, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25521, 1902, 'Good bargain stores', 803, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25522, 1902, 'Good bargain stores', 143, 18, 26, 1.05, 1, 1, 'ai_bid', '2024-07-25 18:57:04', '2024-07-25 18:57:04', '2024-07-26 18:58:03'),
(25523, 1902, 'Good bargain stores', 1064, 16, 27, 163.70, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25524, 1902, 'Good bargain stores', 2824, 14, 27, 6583.18, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25525, 1902, 'Good bargain stores', 498, 19, 27, 206.97, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25526, 1902, 'Good bargain stores', 1128, 19, 27, 380.54, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25527, 1902, 'Good bargain stores', 474, 19, 27, 168.29, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25528, 1902, 'Good bargain stores', 3358, 15, 27, 901.00, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25529, 1902, 'Good bargain stores', 5231, 13, 27, 8.13, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25530, 1902, 'Good bargain stores', 4994, 14, 27, 20.39, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25531, 1902, 'Good bargain stores', 3487, 10, 27, 15.29, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25532, 1902, 'Good bargain stores', 126, 2, 27, 1122.06, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25533, 1902, 'Good bargain stores', 757, 7, 27, 211.17, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:03'),
(25534, 1902, 'Good bargain stores', 3620, 13, 27, 2.67, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25535, 1902, 'Good bargain stores', 3585, 17, 27, 12.18, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25536, 1902, 'Good bargain stores', 1110, 19, 27, 149.48, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25537, 1902, 'Good bargain stores', 47, 2, 27, 9.45, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25538, 1902, 'Good bargain stores', 1745, 2, 27, 99.96, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25539, 1902, 'Good bargain stores', 2532, 15, 27, 21.40, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25540, 1902, 'Good bargain stores', 1006, 5, 27, 804.97, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25541, 1902, 'Good bargain stores', 1281, 18, 27, 63.00, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25542, 1902, 'Good bargain stores', 3385, 15, 27, 387.60, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25543, 1902, 'Good bargain stores', 2829, 14, 27, 10.91, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25544, 1902, 'Good bargain stores', 839, 19, 27, 19.91, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25545, 1902, 'Good bargain stores', 4763, 14, 27, 71.39, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25546, 1902, 'Good bargain stores', 5704, 10, 27, 2.64, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25547, 1902, 'Good bargain stores', 3470, 14, 27, 107.10, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25548, 1902, 'Good bargain stores', 3268, 5, 27, 2.06, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25549, 1902, 'Good bargain stores', 2371, 17, 27, 81.87, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25550, 1902, 'Good bargain stores', 4064, 18, 27, 12.50, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25551, 1902, 'Good bargain stores', 4260, 14, 27, 38.75, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25552, 1902, 'Good bargain stores', 4017, 17, 27, 3.13, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25553, 1902, 'Good bargain stores', 748, 19, 27, 9.27, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25554, 1902, 'Good bargain stores', 1872, 18, 27, 19.51, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25555, 1902, 'Good bargain stores', 6085, 11, 27, 4.16, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25556, 1902, 'Good bargain stores', 1662, 19, 27, 0.91, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25557, 1902, 'Good bargain stores', 1894, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25558, 1902, 'Good bargain stores', 949, 5, 27, 0.32, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25559, 1902, 'Good bargain stores', 734, 19, 27, 0.23, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25560, 1902, 'Good bargain stores', 1811, 5, 27, 0.20, 1, 1, 'ai_bid', '2024-07-25 19:20:05', '2024-07-25 19:20:05', '2024-07-26 19:21:04'),
(25561, 1850, 'Chanadus', 2931, 19, NULL, 575.00, 3, 1, 'manual_bid', '2024-07-25 19:32:55', '2024-07-25 19:32:55', '2024-07-26 19:33:03'),
(25562, 1850, 'Chanadus', 2456, 2, NULL, 12.00, 22, 1, 'manual_bid', '2024-07-25 19:35:52', '2024-07-25 19:35:52', '2024-07-26 19:36:02'),
(25563, 1850, 'Chanadus', 317, 7, 24, 19.84, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25564, 1850, 'Chanadus', 2952, 19, 24, 555.50, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25565, 1850, 'Chanadus', 2909, 14, 24, 41.20, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25566, 1850, 'Chanadus', 5548, 10, 24, 32.31, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25567, 1850, 'Chanadus', 3467, 14, 24, 13.25, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25568, 1850, 'Chanadus', 2845, 15, 24, 30.89, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25569, 1850, 'Chanadus', 2041, 5, 24, 2.04, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25570, 1850, 'Chanadus', 2091, 1, 24, 4.38, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25571, 1850, 'Chanadus', 5023, 13, 24, 31.61, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25572, 1850, 'Chanadus', 160, 16, 24, 236.24, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25573, 1850, 'Chanadus', 3919, 16, 24, 74.54, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25574, 1850, 'Chanadus', 1075, 19, 24, 237.44, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25575, 1850, 'Chanadus', 3604, 12, 24, 12.59, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25576, 1850, 'Chanadus', 383, 10, 24, 10.63, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25577, 1850, 'Chanadus', 1459, 10, 24, 5.14, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25578, 1850, 'Chanadus', 6010, 17, 24, 5.02, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25579, 1850, 'Chanadus', 5899, 17, 24, 2.11, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25580, 1850, 'Chanadus', 949, 5, 24, 0.31, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25581, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-07-25 20:58:03', '2024-07-25 20:58:03', '2024-07-26 20:58:03'),
(25582, 1877, 'Macarena00', 428, 18, 23, 93.55, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:02'),
(25583, 1877, 'Macarena00', 6005, 11, 23, 1017.96, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25584, 1877, 'Macarena00', 4437, 16, 23, 90.90, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25585, 1877, 'Macarena00', 2135, 17, 23, 55.97, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25586, 1877, 'Macarena00', 4189, 14, 23, 1019.19, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25587, 1877, 'Macarena00', 4446, 15, 23, 33.65, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25588, 1877, 'Macarena00', 1958, 5, 23, 12.19, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25589, 1877, 'Macarena00', 4392, 14, 23, 101.24, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25590, 1877, 'Macarena00', 4160, 14, 23, 1172.36, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25591, 1877, 'Macarena00', 928, 5, 23, 175.76, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25592, 1877, 'Macarena00', 5116, 16, 23, 10.08, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25593, 1877, 'Macarena00', 4773, 12, 23, 52.47, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25594, 1877, 'Macarena00', 3381, 7, 23, 51.00, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25595, 1877, 'Macarena00', 5538, 10, 23, 237.29, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25596, 1877, 'Macarena00', 4709, 12, 23, 51.54, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25597, 1877, 'Macarena00', 2896, 16, 23, 102.00, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25598, 1877, 'Macarena00', 599, 19, 23, 1212.00, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25599, 1877, 'Macarena00', 4456, 15, 23, 676.27, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25600, 1877, 'Macarena00', 6038, 11, 23, 848.00, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25601, 1877, 'Macarena00', 2103, 5, 23, 4.16, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25602, 1877, 'Macarena00', 5342, 13, 23, 1049.99, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25603, 1877, 'Macarena00', 3182, 5, 23, 44.30, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25604, 1877, 'Macarena00', 5937, 11, 23, 39.78, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25605, 1877, 'Macarena00', 3830, 4, 23, 92.56, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25606, 1877, 'Macarena00', 1443, 19, 23, 364.00, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25607, 1877, 'Macarena00', 2712, 14, 23, 22.66, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25608, 1877, 'Macarena00', 5210, 13, 23, 35.34, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25609, 1877, 'Macarena00', 610, 19, 23, 1904.47, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25610, 1877, 'Macarena00', 2539, 17, 23, 10.59, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25611, 1877, 'Macarena00', 2864, 14, 23, 15.74, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25612, 1877, 'Macarena00', 1100, 19, 23, 115.83, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25613, 1877, 'Macarena00', 3138, 18, 23, 50.80, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25614, 1877, 'Macarena00', 1251, 10, 23, 19.82, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25615, 1877, 'Macarena00', 591, 10, 23, 10.20, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25616, 1877, 'Macarena00', 1496, 15, 23, 15.15, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25617, 1877, 'Macarena00', 4467, 15, 23, 179.22, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25618, 1877, 'Macarena00', 5815, 15, 23, 15.30, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25619, 1877, 'Macarena00', 5373, 14, 23, 50.97, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25620, 1877, 'Macarena00', 4527, 16, 23, 67.31, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25621, 1877, 'Macarena00', 1397, 19, 23, 626.85, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25622, 1877, 'Macarena00', 5854, 15, 23, 33.65, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25623, 1877, 'Macarena00', 302, 5, 23, 272.77, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25624, 1877, 'Macarena00', 2826, 10, 23, 30.29, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:04'),
(25625, 1877, 'Macarena00', 1696, 18, 23, 132.50, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25626, 1877, 'Macarena00', 3268, 5, 23, 2.08, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25627, 1877, 'Macarena00', 1428, 15, 23, 10.18, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25628, 1877, 'Macarena00', 5423, 12, 23, 15.18, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25629, 1877, 'Macarena00', 1176, 14, 23, 24.36, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25630, 1877, 'Macarena00', 3198, 4, 23, 53.36, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25631, 1877, 'Macarena00', 1429, 5, 23, 136.50, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25632, 1877, 'Macarena00', 2809, 18, 23, 35.41, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25633, 1877, 'Macarena00', 4219, 5, 23, 1.30, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25634, 1877, 'Macarena00', 1047, 4, 23, 5.24, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25635, 1877, 'Macarena00', 1842, 19, 23, 1.04, 1, 1, 'ai_bid', '2024-07-26 04:50:05', '2024-07-26 04:50:05', '2024-07-27 04:51:05'),
(25636, 1912, 'Linus', 4908, 13, 29, 136.87, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25637, 1912, 'Linus', 3398, 10, 29, 40.56, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25638, 1912, 'Linus', 5751, 15, 29, 4.27, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25639, 1912, 'Linus', 4868, 17, 29, 411.99, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25640, 1912, 'Linus', 3481, 11, 29, 16.35, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25641, 1912, 'Linus', 4892, 13, 29, 832.00, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25642, 1912, 'Linus', 3091, 18, 29, 44.87, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25643, 1912, 'Linus', 5657, 15, 29, 509.08, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25644, 1912, 'Linus', 3974, 12, 29, 755.77, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25645, 1912, 'Linus', 5354, 16, 29, 10.19, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25646, 1912, 'Linus', 3006, 15, 29, 388.31, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25647, 1912, 'Linus', 5225, 13, 29, 629.99, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25648, 1912, 'Linus', 4566, 14, 29, 66.29, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25649, 1912, 'Linus', 5369, 13, 29, 62.39, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25650, 1912, 'Linus', 5150, 13, 29, 256.01, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25651, 1912, 'Linus', 344, 18, 29, 356.59, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25652, 1912, 'Linus', 5210, 13, 29, 36.39, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25653, 1912, 'Linus', 3696, 18, 29, 30.28, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25654, 1912, 'Linus', 2980, 14, 29, 206.12, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25655, 1912, 'Linus', 4319, 18, 29, 1853.99, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(25656, 1912, 'Linus', 704, 19, 29, 48.45, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25657, 1912, 'Linus', 1000, 17, 29, 3.54, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25658, 1912, 'Linus', 1263, 19, 29, 96.60, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25659, 1912, 'Linus', 4697, 14, 29, 2756.00, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25660, 1912, 'Linus', 6052, 15, 29, 30.89, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25661, 1912, 'Linus', 6068, 15, 29, 28.07, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25662, 1912, 'Linus', 5422, 17, 29, 31.20, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25663, 1912, 'Linus', 5880, 13, 29, 10.59, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25664, 1912, 'Linus', 2019, 4, 29, 227.46, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25665, 1912, 'Linus', 3480, 11, 29, 20.19, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25666, 1912, 'Linus', 804, 18, 29, 8.23, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25667, 1912, 'Linus', 5356, 14, 29, 46.35, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25668, 1912, 'Linus', 2180, 19, 29, 14.84, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25669, 1912, 'Linus', 3067, 2, 29, 75.65, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25670, 1912, 'Linus', 5746, 13, 29, 72.40, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25671, 1912, 'Linus', 1533, 15, 29, 23.46, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:03'),
(25672, 1912, 'Linus', 247, 12, 29, 96.71, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25673, 1912, 'Linus', 1802, 16, 29, 130.81, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25674, 1912, 'Linus', 2377, 19, 29, 37.83, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25675, 1912, 'Linus', 4659, 12, 29, 10.17, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25676, 1912, 'Linus', 1332, 15, 29, 21.19, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25677, 1912, 'Linus', 3249, 5, 29, 11.21, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25678, 1912, 'Linus', 6130, 11, 29, 4.92, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25679, 1912, 'Linus', 1523, 10, 29, 1.62, 1, 1, 'ai_bid', '2024-07-26 04:57:05', '2024-07-26 04:57:05', '2024-07-27 04:58:04'),
(25680, 1886, 'Lovenest Luxe', 3213, 4, NULL, 6.00, 43, 1, 'manual_bid', '2024-07-26 12:02:21', '2024-07-26 12:02:21', '2024-07-27 12:03:03'),
(25681, 1869, 'Anatoliy fast store', 4230, 18, 25, 186.09, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25682, 1869, 'Anatoliy fast store', 3171, 5, 25, 17.00, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25683, 1869, 'Anatoliy fast store', 4088, 14, 25, 19.76, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25684, 1869, 'Anatoliy fast store', 2539, 17, 25, 10.80, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25685, 1869, 'Anatoliy fast store', 5243, 14, 25, 25.75, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25686, 1869, 'Anatoliy fast store', 1277, 10, 25, 34.13, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25687, 1869, 'Anatoliy fast store', 1855, 5, 25, 3.18, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25688, 1869, 'Anatoliy fast store', 1607, 12, 25, 20.79, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25689, 1869, 'Anatoliy fast store', 6143, 11, 25, 30.29, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25690, 1869, 'Anatoliy fast store', 4427, 16, 25, 41.81, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25691, 1869, 'Anatoliy fast store', 1403, 15, 25, 8.49, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25692, 1869, 'Anatoliy fast store', 5617, 10, 25, 5.92, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25693, 1869, 'Anatoliy fast store', 661, 1, 25, 6.12, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25694, 1869, 'Anatoliy fast store', 2399, 18, 25, 9.35, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25695, 1869, 'Anatoliy fast store', 4929, 13, 25, 132.60, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25696, 1869, 'Anatoliy fast store', 2066, 4, 25, 21.62, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25697, 1869, 'Anatoliy fast store', 5056, 11, 25, 41.59, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25698, 1869, 'Anatoliy fast store', 4581, 16, 25, 40.79, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25699, 1869, 'Anatoliy fast store', 3806, 15, 25, 15.59, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25700, 1869, 'Anatoliy fast store', 5686, 15, 25, 92.70, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25701, 1869, 'Anatoliy fast store', 5964, 17, 25, 45.41, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25702, 1869, 'Anatoliy fast store', 6095, 15, 25, 30.98, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25703, 1869, 'Anatoliy fast store', 1186, 15, 25, 19.67, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25704, 1869, 'Anatoliy fast store', 3734, 10, 25, 143.87, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25705, 1869, 'Anatoliy fast store', 789, 10, 25, 10.10, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25706, 1869, 'Anatoliy fast store', 430, 16, 25, 40.80, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25707, 1869, 'Anatoliy fast store', 3215, 4, 25, 9.53, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25708, 1869, 'Anatoliy fast store', 5702, 10, 25, 45.88, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25709, 1869, 'Anatoliy fast store', 3829, 16, 25, 11.63, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25710, 1869, 'Anatoliy fast store', 1676, 19, 25, 5.77, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:04'),
(25711, 1869, 'Anatoliy fast store', 200, 7, 25, 8.03, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:05'),
(25712, 1869, 'Anatoliy fast store', 4960, 12, 25, 19.81, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:05'),
(25713, 1869, 'Anatoliy fast store', 5945, 17, 25, 3.48, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:05'),
(25714, 1869, 'Anatoliy fast store', 624, 5, 25, 1.02, 1, 1, 'ai_bid', '2024-07-26 14:08:04', '2024-07-26 14:08:04', '2024-07-27 14:09:05'),
(25715, 1876, 'Etiuko', 4446, 15, 28, 33.32, 1, 1, 'ai_bid', '2024-07-26 14:35:06', '2024-07-26 14:35:06', '2024-07-27 14:36:02'),
(25716, 1876, 'Etiuko', 4055, 18, 28, 73.12, 1, 1, 'ai_bid', '2024-07-26 14:35:06', '2024-07-26 14:35:06', '2024-07-27 14:36:02'),
(25717, 1876, 'Etiuko', 4440, 15, 28, 27.81, 1, 1, 'ai_bid', '2024-07-26 14:35:06', '2024-07-26 14:35:06', '2024-07-27 14:36:02'),
(25718, 1876, 'Etiuko', 1445, 14, 28, 2.53, 1, 1, 'ai_bid', '2024-07-26 14:35:06', '2024-07-26 14:35:06', '2024-07-27 14:36:02'),
(25719, 1876, 'Etiuko', 803, 19, 28, 0.20, 1, 1, 'ai_bid', '2024-07-26 14:35:06', '2024-07-26 14:35:06', '2024-07-27 14:36:02'),
(25720, 1876, 'Etiuko', 949, 5, 28, 0.31, 1, 1, 'ai_bid', '2024-07-26 14:35:06', '2024-07-26 14:35:06', '2024-07-27 14:36:02'),
(25721, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-07-26 14:35:06', '2024-07-26 14:35:06', '2024-07-27 14:36:02'),
(25722, 1902, 'Good bargain stores', 1367, 5, NULL, 3050.00, 4, 1, 'manual_bid', '2024-07-26 15:38:31', '2024-07-26 15:38:31', '2024-07-27 15:39:02'),
(25723, 1902, 'Good bargain stores', 564, 18, NULL, 4020.00, 3, 1, 'manual_bid', '2024-07-26 15:44:40', '2024-07-26 15:44:40', '2024-07-27 15:45:03'),
(25724, 1902, 'Good bargain stores', 895, 10, 26, 243.89, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25725, 1902, 'Good bargain stores', 5996, 11, 26, 155.52, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25726, 1902, 'Good bargain stores', 4931, 13, 26, 64.77, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25727, 1902, 'Good bargain stores', 5765, 13, 26, 8.99, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25728, 1902, 'Good bargain stores', 3748, 7, 26, 50.68, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25729, 1902, 'Good bargain stores', 729, 19, 26, 11.96, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25730, 1902, 'Good bargain stores', 1160, 14, 26, 4.51, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25731, 1902, 'Good bargain stores', 624, 5, 26, 1.05, 1, 1, 'ai_bid', '2024-07-26 20:09:05', '2024-07-26 20:09:05', '2024-07-27 20:10:04'),
(25732, 1902, 'Good bargain stores', 1811, 5, 26, 0.21, 1, 1, 'ai_bid', '2024-07-26 20:09:06', '2024-07-26 20:09:06', '2024-07-27 20:10:04'),
(25733, 1902, 'Good bargain stores', 949, 5, 26, 0.31, 1, 1, 'ai_bid', '2024-07-26 20:09:06', '2024-07-26 20:09:06', '2024-07-27 20:10:04'),
(25734, 1902, 'Good bargain stores', 2418, 19, 27, 141.40, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:02'),
(25735, 1902, 'Good bargain stores', 459, 19, 27, 765.00, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25736, 1902, 'Good bargain stores', 3925, 16, 27, 154.01, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25737, 1902, 'Good bargain stores', 2677, 18, 27, 288.86, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25738, 1902, 'Good bargain stores', 5076, 16, 27, 24.71, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25739, 1902, 'Good bargain stores', 642, 5, 27, 1.04, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25740, 1902, 'Good bargain stores', 3420, 14, 27, 74.15, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25741, 1902, 'Good bargain stores', 522, 18, 27, 51.27, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25742, 1902, 'Good bargain stores', 1947, 18, 27, 304.67, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25743, 1902, 'Good bargain stores', 1103, 4, 27, 42.00, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25744, 1902, 'Good bargain stores', 4775, 12, 27, 53.70, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25745, 1902, 'Good bargain stores', 2362, 17, 27, 19.72, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25746, 1902, 'Good bargain stores', 1107, 16, 27, 875.49, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25747, 1902, 'Good bargain stores', 1530, 15, 27, 13.64, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25748, 1902, 'Good bargain stores', 4596, 5, 27, 28.04, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25749, 1902, 'Good bargain stores', 3378, 7, 27, 360.50, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25750, 1902, 'Good bargain stores', 2328, 19, 27, 756.00, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25751, 1902, 'Good bargain stores', 3387, 10, 27, 21.81, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25752, 1902, 'Good bargain stores', 4006, 18, 27, 123.82, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25753, 1902, 'Good bargain stores', 5387, 17, 27, 48.62, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25754, 1902, 'Good bargain stores', 3279, 5, 27, 5.09, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25755, 1902, 'Good bargain stores', 3059, 2, 27, 42.15, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25756, 1902, 'Good bargain stores', 6091, 15, 27, 8.31, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25757, 1902, 'Good bargain stores', 5623, 15, 27, 72.09, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25758, 1902, 'Good bargain stores', 4433, 15, 27, 720.99, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25759, 1902, 'Good bargain stores', 4208, 5, 27, 404.00, 1, 1, 'ai_bid', '2024-07-26 20:33:04', '2024-07-26 20:33:04', '2024-07-27 20:34:03'),
(25760, 1902, 'Good bargain stores', 446, 16, 27, 156.40, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:03'),
(25761, 1902, 'Good bargain stores', 992, 5, 27, 472.50, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:03'),
(25762, 1902, 'Good bargain stores', 3429, 10, 27, 29.67, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:03'),
(25763, 1902, 'Good bargain stores', 3451, 14, 27, 5.86, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:03'),
(25764, 1902, 'Good bargain stores', 6047, 15, 27, 14.55, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25765, 1902, 'Good bargain stores', 4831, 12, 27, 163.73, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25766, 1902, 'Good bargain stores', 3973, 12, 27, 130.80, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25767, 1902, 'Good bargain stores', 5897, 17, 27, 7.29, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25768, 1902, 'Good bargain stores', 5735, 16, 27, 19.94, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25769, 1902, 'Good bargain stores', 2719, 18, 27, 28.06, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25770, 1902, 'Good bargain stores', 3480, 11, 27, 20.99, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25771, 1902, 'Good bargain stores', 2620, 14, 27, 34.31, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25772, 1902, 'Good bargain stores', 2717, 14, 27, 116.76, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25773, 1902, 'Good bargain stores', 108, 2, 27, 2060.00, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25774, 1902, 'Good bargain stores', 3600, 12, 27, 95.88, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25775, 1902, 'Good bargain stores', 563, 17, 27, 4.04, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25776, 1902, 'Good bargain stores', 4701, 12, 27, 59.50, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25777, 1902, 'Good bargain stores', 4971, 11, 27, 65.92, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25778, 1902, 'Good bargain stores', 165, 14, 27, 204.34, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25779, 1902, 'Good bargain stores', 2193, 16, 27, 20.13, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25780, 1902, 'Good bargain stores', 5229, 13, 27, 4.27, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25781, 1902, 'Good bargain stores', 549, 7, 27, 10.50, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25782, 1902, 'Good bargain stores', 2017, 15, 27, 187.43, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25783, 1902, 'Good bargain stores', 4521, 16, 27, 13.51, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25784, 1902, 'Good bargain stores', 82, 2, 27, 1039.86, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25785, 1902, 'Good bargain stores', 3108, 2, 27, 251.49, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25786, 1902, 'Good bargain stores', 5373, 14, 27, 51.97, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25787, 1902, 'Good bargain stores', 4566, 14, 27, 65.64, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25788, 1902, 'Good bargain stores', 2321, 18, 27, 151.48, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25789, 1902, 'Good bargain stores', 5246, 14, 27, 59.16, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25790, 1902, 'Good bargain stores', 3724, 10, 27, 101.96, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25791, 1902, 'Good bargain stores', 4191, 14, 27, 5.87, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25792, 1902, 'Good bargain stores', 3983, 18, 27, 81.00, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25793, 1902, 'Good bargain stores', 5906, 13, 27, 137.79, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25794, 1902, 'Good bargain stores', 1546, 2, 27, 49.96, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25795, 1902, 'Good bargain stores', 1280, 19, 27, 21.50, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25796, 1902, 'Good bargain stores', 2002, 4, 27, 112.20, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25797, 1902, 'Good bargain stores', 2284, 17, 27, 103.17, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25798, 1902, 'Good bargain stores', 3025, 14, 27, 62.40, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25799, 1902, 'Good bargain stores', 6063, 11, 27, 12.72, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25800, 1902, 'Good bargain stores', 2640, 14, 27, 34.97, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25801, 1902, 'Good bargain stores', 3851, 15, 27, 194.25, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25802, 1902, 'Good bargain stores', 2416, 19, 27, 25.17, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25803, 1902, 'Good bargain stores', 704, 19, 27, 47.98, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25804, 1902, 'Good bargain stores', 3146, 4, 27, 7.13, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25805, 1902, 'Good bargain stores', 1047, 4, 27, 5.29, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25806, 1902, 'Good bargain stores', 1844, 19, 27, 0.32, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25807, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-07-26 20:33:05', '2024-07-26 20:33:05', '2024-07-27 20:34:04'),
(25808, 1798, 'Feelyards', 2057, 4, NULL, 599.00, 1, 1, 'manual_bid', '2024-07-26 21:54:59', '2024-07-26 21:54:59', '2024-07-27 21:55:04'),
(25809, 1798, 'Feelyards', 1794, 2, NULL, 151.00, 1, 1, 'manual_bid', '2024-07-26 21:56:15', '2024-07-26 21:56:15', '2024-07-27 21:57:02'),
(25810, 1798, 'Feelyards', 1034, 5, NULL, 99.00, 1, 1, 'manual_bid', '2024-07-26 22:00:32', '2024-07-26 22:00:32', '2024-07-27 22:01:04'),
(25811, 1798, 'Feelyards', 1005, 5, NULL, 11.00, 1, 1, 'manual_bid', '2024-07-26 22:07:58', '2024-07-26 22:07:58', '2024-07-27 22:08:02'),
(25812, 1850, 'Chanadus', 2942, 19, NULL, 602.00, 3, 1, 'manual_bid', '2024-07-26 22:08:50', '2024-07-26 22:08:50', '2024-07-27 22:09:02'),
(25813, 1850, 'Chanadus', 4929, 13, 24, 131.30, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25814, 1850, 'Chanadus', 1581, 4, 24, 20.88, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25815, 1850, 'Chanadus', 5694, 15, 24, 285.60, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25816, 1850, 'Chanadus', 4560, 5, 24, 24.33, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25817, 1850, 'Chanadus', 172, 2, 24, 20.89, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25818, 1850, 'Chanadus', 2077, 5, 24, 5.05, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25819, 1850, 'Chanadus', 5267, 14, 24, 61.89, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25820, 1850, 'Chanadus', 1792, 17, 24, 66.93, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25821, 1850, 'Chanadus', 3390, 10, 24, 20.98, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25822, 1850, 'Chanadus', 6039, 15, 24, 8.65, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25823, 1850, 'Chanadus', 3344, 7, 24, 30.59, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25824, 1850, 'Chanadus', 3217, 4, 24, 94.28, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25825, 1850, 'Chanadus', 5178, 16, 24, 101.84, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25826, 1850, 'Chanadus', 4081, 5, 24, 52.49, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25827, 1850, 'Chanadus', 177, 2, 24, 272.94, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25828, 1850, 'Chanadus', 5536, 10, 24, 25.79, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25829, 1850, 'Chanadus', 1338, 15, 24, 17.50, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25830, 1850, 'Chanadus', 4475, 15, 24, 66.94, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25831, 1850, 'Chanadus', 5980, 17, 24, 21.16, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25832, 1850, 'Chanadus', 3593, 12, 24, 4.62, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25833, 1850, 'Chanadus', 1811, 5, 24, 0.20, 1, 1, 'ai_bid', '2024-07-26 22:10:05', '2024-07-26 22:10:05', '2024-07-27 22:11:02'),
(25834, 1850, 'Chanadus', 402, 18, NULL, 9.00, 22, 1, 'manual_bid', '2024-07-26 22:13:14', '2024-07-26 22:13:14', '2024-07-27 22:14:04'),
(25835, 1850, 'Chanadus', 5526, 10, NULL, 5.20, 1, 1, 'manual_bid', '2024-07-26 22:17:41', '2024-07-26 22:17:41', '2024-07-27 22:18:03'),
(25836, 1877, 'Macarena00', 3893, 15, 23, 1111.00, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:03'),
(25837, 1877, 'Macarena00', 2871, 17, 23, 51.38, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25838, 1877, 'Macarena00', 529, 17, 23, 38.15, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25839, 1877, 'Macarena00', 673, 19, 23, 339.36, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25840, 1877, 'Macarena00', 382, 10, 23, 84.42, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25841, 1877, 'Macarena00', 2549, 7, 23, 341.65, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25842, 1877, 'Macarena00', 3564, 17, 23, 294.26, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25843, 1877, 'Macarena00', 5761, 13, 23, 2.02, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25844, 1877, 'Macarena00', 1007, 16, 23, 81.36, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25845, 1877, 'Macarena00', 5179, 16, 23, 80.79, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25846, 1877, 'Macarena00', 2482, 16, 23, 15.89, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25847, 1877, 'Macarena00', 5877, 13, 23, 27.98, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25848, 1877, 'Macarena00', 1876, 19, 23, 31.41, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25849, 1877, 'Macarena00', 2505, 19, 23, 51.99, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25850, 1877, 'Macarena00', 2731, 18, 23, 168.92, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25851, 1877, 'Macarena00', 1895, 14, 23, 56.53, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25852, 1877, 'Macarena00', 4711, 12, 23, 31.80, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25853, 1877, 'Macarena00', 634, 5, 23, 1.03, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25854, 1877, 'Macarena00', 5906, 13, 23, 132.59, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:04'),
(25855, 1877, 'Macarena00', 415, 18, 23, 132.29, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25856, 1877, 'Macarena00', 2279, 17, 23, 365.76, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25857, 1877, 'Macarena00', 1132, 16, 23, 25.40, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25858, 1877, 'Macarena00', 1635, 19, 23, 4.88, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25859, 1877, 'Macarena00', 2891, 19, 23, 30.30, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25860, 1877, 'Macarena00', 1748, 19, 23, 39.78, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25861, 1877, 'Macarena00', 1988, 19, 23, 6.35, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25862, 1877, 'Macarena00', 5534, 10, 23, 133.03, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25863, 1877, 'Macarena00', 4174, 14, 23, 560.74, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25864, 1877, 'Macarena00', 3632, 12, 23, 8.24, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25865, 1877, 'Macarena00', 5546, 10, 23, 439.19, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25866, 1877, 'Macarena00', 2262, 1, 23, 26.25, 1, 1, 'ai_bid', '2024-07-27 06:03:03', '2024-07-27 06:03:03', '2024-07-28 06:04:05'),
(25867, 1877, 'Macarena00', 5703, 15, 23, 207.02, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25868, 1877, 'Macarena00', 4234, 18, 23, 42.24, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25869, 1877, 'Macarena00', 1767, 19, 23, 4.20, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25870, 1877, 'Macarena00', 2416, 19, 23, 26.16, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25871, 1877, 'Macarena00', 1386, 2, 23, 8.93, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25872, 1877, 'Macarena00', 2692, 18, 23, 562.64, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25873, 1877, 'Macarena00', 1927, 10, 23, 39.64, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25874, 1877, 'Macarena00', 1467, 19, 23, 13.22, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25875, 1877, 'Macarena00', 5490, 17, 23, 1055.44, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25876, 1877, 'Macarena00', 1875, 16, 23, 53.52, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25877, 1877, 'Macarena00', 4602, 16, 23, 30.69, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25878, 1877, 'Macarena00', 1067, 1, 23, 187.81, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25879, 1877, 'Macarena00', 3721, 10, 23, 35.48, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25880, 1877, 'Macarena00', 4082, 5, 23, 26.49, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25881, 1877, 'Macarena00', 5374, 14, 23, 70.06, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25882, 1877, 'Macarena00', 4504, 16, 23, 617.99, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25883, 1877, 'Macarena00', 1675, 17, 23, 30.00, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25884, 1877, 'Macarena00', 5858, 13, 23, 1038.96, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25885, 1877, 'Macarena00', 6002, 11, 23, 294.00, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25886, 1877, 'Macarena00', 5198, 16, 23, 54.05, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25887, 1877, 'Macarena00', 518, 18, 23, 3060.16, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25888, 1877, 'Macarena00', 2063, 13, 23, 4.98, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25889, 1877, 'Macarena00', 5564, 10, 23, 6.23, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25890, 1877, 'Macarena00', 1874, 19, 23, 8.22, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25891, 1877, 'Macarena00', 3968, 16, 23, 26.15, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25892, 1877, 'Macarena00', 4875, 14, 23, 9.41, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25893, 1877, 'Macarena00', 4971, 11, 23, 65.28, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25894, 1877, 'Macarena00', 5996, 11, 23, 152.50, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25895, 1877, 'Macarena00', 3798, 4, 23, 19.88, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25896, 1877, 'Macarena00', 3229, 5, 23, 144.89, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25897, 1877, 'Macarena00', 1201, 10, 23, 21.83, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25898, 1877, 'Macarena00', 104, 2, 23, 33.69, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25899, 1877, 'Macarena00', 2456, 2, 23, 12.01, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25900, 1877, 'Macarena00', 1691, 19, 23, 5.60, 1, 1, 'ai_bid', '2024-07-27 06:03:04', '2024-07-27 06:03:04', '2024-07-28 06:04:05'),
(25901, 1877, 'Macarena00', 5824, 17, 23, 1.47, 1, 1, 'ai_bid', '2024-07-27 06:03:05', '2024-07-27 06:03:05', '2024-07-28 06:04:05'),
(25902, 1877, 'Macarena00', 1189, 10, 23, 2.56, 1, 1, 'ai_bid', '2024-07-27 06:03:05', '2024-07-27 06:03:05', '2024-07-28 06:04:05'),
(25903, 1877, 'Macarena00', 4219, 5, 23, 1.31, 1, 1, 'ai_bid', '2024-07-27 06:03:05', '2024-07-27 06:03:05', '2024-07-28 06:04:05'),
(25904, 1877, 'Macarena00', 1844, 19, 23, 0.32, 1, 1, 'ai_bid', '2024-07-27 06:03:05', '2024-07-27 06:03:05', '2024-07-28 06:04:05'),
(25905, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-27 06:03:05', '2024-07-27 06:03:05', '2024-07-28 06:04:05'),
(25906, 1912, 'Linus', 1736, 19, 29, 34.82, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25907, 1912, 'Linus', 1062, 4, 29, 7.58, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25908, 1912, 'Linus', 30, 2, 29, 15.15, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25909, 1912, 'Linus', 5376, 1, 29, 18.68, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25910, 1912, 'Linus', 138, 2, 29, 126.28, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25911, 1912, 'Linus', 4968, 12, 29, 16.72, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25912, 1912, 'Linus', 3825, 15, 29, 23.91, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25913, 1912, 'Linus', 2941, 12, 29, 1048.34, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25914, 1912, 'Linus', 1140, 16, 29, 50.49, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25915, 1912, 'Linus', 2660, 18, 29, 29.84, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25916, 1912, 'Linus', 3504, 11, 29, 8.07, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25917, 1912, 'Linus', 5765, 13, 29, 9.35, 1, 1, 'ai_bid', '2024-07-27 06:10:07', '2024-07-27 06:10:07', '2024-07-28 06:11:02'),
(25918, 1912, 'Linus', 999, 5, 29, 14.70, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25919, 1912, 'Linus', 1148, 19, 29, 1627.10, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25920, 1912, 'Linus', 5043, 11, 29, 74.19, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25921, 1912, 'Linus', 4021, 17, 29, 41.19, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25922, 1912, 'Linus', 141, 18, 29, 6.18, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25923, 1912, 'Linus', 562, 18, 29, 3564.90, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25924, 1912, 'Linus', 5134, 16, 29, 81.69, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25925, 1912, 'Linus', 6128, 11, 29, 19.72, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25926, 1912, 'Linus', 3023, 7, 29, 242.74, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25927, 1912, 'Linus', 858, 19, 29, 14.67, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25928, 1912, 'Linus', 1788, 15, 29, 92.70, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25929, 1912, 'Linus', 2154, 4, 29, 19.96, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25930, 1912, 'Linus', 4354, 15, 29, 14.84, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25931, 1912, 'Linus', 5511, 12, 29, 252.49, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25932, 1912, 'Linus', 1979, 4, 29, 370.79, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25933, 1912, 'Linus', 3762, 7, 29, 49.61, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25934, 1912, 'Linus', 4296, 5, 29, 131.03, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25935, 1912, 'Linus', 40, 2, 29, 48.88, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25936, 1912, 'Linus', 585, 19, 29, 474.70, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25937, 1912, 'Linus', 1357, 15, 29, 49.69, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25938, 1912, 'Linus', 5342, 13, 29, 1039.99, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25939, 1912, 'Linus', 2334, 19, 29, 98.92, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25940, 1912, 'Linus', 3414, 15, 29, 65.65, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25941, 1912, 'Linus', 274, 14, 29, 346.31, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25942, 1912, 'Linus', 525, 16, 29, 366.38, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25943, 1912, 'Linus', 3455, 11, 29, 5.35, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25944, 1912, 'Linus', 1415, 19, 29, 101.00, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25945, 1912, 'Linus', 5102, 16, 29, 5.04, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25946, 1912, 'Linus', 6031, 15, 29, 3.96, 1, 1, 'ai_bid', '2024-07-27 06:10:08', '2024-07-27 06:10:08', '2024-07-28 06:11:02'),
(25947, 1886, 'Lovenest Luxe', 2050, 4, NULL, 20.00, 13, 1, 'manual_bid', '2024-07-27 13:08:16', '2024-07-27 13:08:16', '2024-07-28 13:09:06'),
(25948, 1869, 'Anatoliy fast store', 5868, 11, 25, 20.99, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25949, 1869, 'Anatoliy fast store', 1142, 18, 25, 79.98, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25950, 1869, 'Anatoliy fast store', 5844, 17, 25, 123.60, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25951, 1869, 'Anatoliy fast store', 3676, 18, 25, 8.56, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25952, 1869, 'Anatoliy fast store', 3238, 7, 25, 103.61, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25953, 1869, 'Anatoliy fast store', 3000, 19, 25, 20.40, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25954, 1869, 'Anatoliy fast store', 4596, 5, 25, 29.14, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25955, 1869, 'Anatoliy fast store', 3862, 2, 25, 16.57, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25956, 1869, 'Anatoliy fast store', 4104, 5, 25, 2.02, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25957, 1869, 'Anatoliy fast store', 3290, 5, 25, 310.02, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25958, 1869, 'Anatoliy fast store', 6154, 11, 25, 31.49, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25959, 1869, 'Anatoliy fast store', 5847, 17, 25, 72.10, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25960, 1869, 'Anatoliy fast store', 2518, 10, 25, 21.28, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25961, 1869, 'Anatoliy fast store', 1097, 19, 25, 253.98, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25962, 1869, 'Anatoliy fast store', 2634, 18, 25, 15.01, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25963, 1869, 'Anatoliy fast store', 3754, 14, 25, 40.79, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25964, 1869, 'Anatoliy fast store', 2658, 14, 25, 21.61, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25965, 1869, 'Anatoliy fast store', 3832, 16, 25, 6.00, 1, 1, 'ai_bid', '2024-07-27 15:21:04', '2024-07-27 15:21:04', '2024-07-28 15:22:02'),
(25966, 1869, 'Anatoliy fast store', 756, 19, 25, 0.45, 1, 1, 'ai_bid', '2024-07-27 15:21:05', '2024-07-27 15:21:05', '2024-07-28 15:22:02'),
(25967, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.13, 1, 1, 'ai_bid', '2024-07-27 15:21:05', '2024-07-27 15:21:05', '2024-07-28 15:22:02'),
(25968, 1876, 'Etiuko', 312, 18, 28, 51.14, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25969, 1876, 'Etiuko', 2364, 18, 28, 13.43, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25970, 1876, 'Etiuko', 1000, 17, 28, 3.50, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25971, 1876, 'Etiuko', 4349, 15, 28, 5.29, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25972, 1876, 'Etiuko', 4021, 17, 28, 40.79, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25973, 1876, 'Etiuko', 1280, 19, 28, 20.69, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25974, 1876, 'Etiuko', 24, 2, 28, 1.05, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25975, 1876, 'Etiuko', 1829, 5, 28, 0.79, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25976, 1876, 'Etiuko', 1469, 10, 28, 1.30, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25977, 1876, 'Etiuko', 1844, 19, 28, 0.30, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25978, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25979, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-07-27 15:47:03', '2024-07-27 15:47:03', '2024-07-28 15:48:02'),
(25980, 1902, 'Good bargain stores', 2461, 10, 26, 7.13, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25981, 1902, 'Good bargain stores', 3145, 4, 26, 174.74, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25982, 1902, 'Good bargain stores', 6156, 11, 26, 12.60, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25983, 1902, 'Good bargain stores', 5934, 11, 26, 10.07, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25984, 1902, 'Good bargain stores', 2834, 13, 26, 15.58, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25985, 1902, 'Good bargain stores', 1202, 14, 26, 49.45, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25986, 1902, 'Good bargain stores', 5988, 17, 26, 19.35, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25987, 1902, 'Good bargain stores', 4512, 16, 26, 54.06, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25988, 1902, 'Good bargain stores', 5415, 14, 26, 52.01, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25989, 1902, 'Good bargain stores', 4608, 15, 26, 94.50, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25990, 1902, 'Good bargain stores', 1200, 18, 26, 9.36, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25991, 1902, 'Good bargain stores', 2648, 16, 26, 13.38, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25992, 1902, 'Good bargain stores', 2416, 19, 26, 26.16, 1, 1, 'ai_bid', '2024-07-27 21:21:04', '2024-07-27 21:21:04', '2024-07-28 21:21:04'),
(25993, 1902, 'Good bargain stores', 4568, 5, 26, 7.07, 1, 1, 'ai_bid', '2024-07-27 21:21:05', '2024-07-27 21:21:05', '2024-07-28 21:22:02'),
(25994, 1902, 'Good bargain stores', 24, 2, 26, 1.03, 1, 1, 'ai_bid', '2024-07-27 21:21:05', '2024-07-27 21:21:05', '2024-07-28 21:22:02'),
(25995, 1902, 'Good bargain stores', 803, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-07-27 21:21:05', '2024-07-27 21:21:05', '2024-07-28 21:22:02'),
(25996, 1902, 'Good bargain stores', 4047, 13, 27, 47.83, 1, 1, 'ai_bid', '2024-07-27 21:46:03', '2024-07-27 21:46:03', '2024-07-28 21:47:03'),
(25997, 1902, 'Good bargain stores', 1977, 4, 27, 252.50, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(25998, 1902, 'Good bargain stores', 6048, 15, 27, 20.19, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(25999, 1902, 'Good bargain stores', 1527, 14, 27, 2.06, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26000, 1902, 'Good bargain stores', 6129, 11, 27, 9.11, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26001, 1902, 'Good bargain stores', 1669, 19, 27, 21.63, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26002, 1902, 'Good bargain stores', 2332, 5, 27, 100.05, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26003, 1902, 'Good bargain stores', 4155, 18, 27, 10.39, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26004, 1902, 'Good bargain stores', 891, 7, 27, 13.18, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26005, 1902, 'Good bargain stores', 532, 16, 27, 32.33, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26006, 1902, 'Good bargain stores', 4701, 12, 27, 61.83, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26007, 1902, 'Good bargain stores', 1696, 18, 27, 126.25, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26008, 1902, 'Good bargain stores', 505, 19, 27, 5069.46, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26009, 1902, 'Good bargain stores', 3298, 16, 27, 25.49, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26010, 1902, 'Good bargain stores', 4659, 12, 27, 10.27, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26011, 1902, 'Good bargain stores', 415, 18, 27, 132.29, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26012, 1902, 'Good bargain stores', 5971, 17, 27, 30.59, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26013, 1902, 'Good bargain stores', 230, 5, 27, 1020.00, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26014, 1902, 'Good bargain stores', 4952, 12, 27, 3936.97, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26015, 1902, 'Good bargain stores', 5127, 1, 27, 47.25, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26016, 1902, 'Good bargain stores', 2536, 14, 27, 131.29, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26017, 1902, 'Good bargain stores', 5310, 14, 27, 64.04, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26018, 1902, 'Good bargain stores', 4873, 12, 27, 986.40, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26019, 1902, 'Good bargain stores', 5669, 16, 27, 25.49, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26020, 1902, 'Good bargain stores', 5955, 17, 27, 6.16, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26021, 1902, 'Good bargain stores', 3771, 15, 27, 5.50, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(26022, 1902, 'Good bargain stores', 1818, 19, 27, 1.06, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26023, 1902, 'Good bargain stores', 949, 5, 27, 0.32, 1, 1, 'ai_bid', '2024-07-27 21:46:04', '2024-07-27 21:46:04', '2024-07-28 21:47:03'),
(26024, 1798, 'Feelyards', 3960, 5, NULL, 71.00, 1, 1, 'manual_bid', '2024-07-27 23:17:16', '2024-07-27 23:17:16', '2024-07-28 23:18:04'),
(26025, 1798, 'Feelyards', 4303, 5, NULL, 700.00, 1, 1, 'manual_bid', '2024-07-27 23:22:28', '2024-07-27 23:22:28', '2024-07-28 23:23:02'),
(26026, 1850, 'Chanadus', 5422, 17, 24, 30.60, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26027, 1850, 'Chanadus', 1381, 2, 24, 863.20, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26028, 1850, 'Chanadus', 132, 2, 24, 100.98, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26029, 1850, 'Chanadus', 3593, 12, 24, 4.66, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26030, 1850, 'Chanadus', 3983, 18, 24, 83.41, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26031, 1850, 'Chanadus', 5473, 17, 24, 233.20, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26032, 1850, 'Chanadus', 5477, 12, 24, 12.59, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26033, 1850, 'Chanadus', 268, 18, 24, 6.57, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26034, 1850, 'Chanadus', 1449, 10, 24, 16.13, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26035, 1850, 'Chanadus', 4713, 12, 24, 3.35, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26036, 1850, 'Chanadus', 1894, 19, 24, 0.20, 1, 1, 'ai_bid', '2024-07-27 23:23:03', '2024-07-27 23:23:03', '2024-07-28 23:24:04'),
(26037, 1798, 'Feelyards', 3322, 5, NULL, 100.00, 1, 1, 'manual_bid', '2024-07-27 23:23:51', '2024-07-27 23:23:51', '2024-07-28 23:24:04'),
(26038, 1850, 'Chanadus', 2831, 19, NULL, 1014.00, 2, 1, 'manual_bid', '2024-07-28 01:52:06', '2024-07-28 01:52:06', '2024-07-29 01:53:02'),
(26039, 1877, 'Macarena00', 5788, 15, 23, 11.41, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:17'),
(26040, 1877, 'Macarena00', 2993, 12, 23, 806.99, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:17'),
(26041, 1877, 'Macarena00', 798, 18, 23, 15.85, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:17'),
(26042, 1877, 'Macarena00', 4353, 18, 23, 509.84, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:17'),
(26043, 1877, 'Macarena00', 190, 16, 23, 255.00, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:17'),
(26044, 1877, 'Macarena00', 4582, 14, 23, 15.30, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26045, 1877, 'Macarena00', 3633, 12, 23, 26.78, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26046, 1877, 'Macarena00', 6140, 11, 23, 20.60, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26047, 1877, 'Macarena00', 356, 18, 23, 2142.80, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26048, 1877, 'Macarena00', 363, 2, 23, 41.70, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26049, 1877, 'Macarena00', 3131, 18, 23, 21.83, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26050, 1877, 'Macarena00', 1304, 10, 23, 32.85, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26051, 1877, 'Macarena00', 2206, 2, 23, 82.40, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26052, 1877, 'Macarena00', 888, 5, 23, 978.50, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26053, 1877, 'Macarena00', 5866, 15, 23, 148.19, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26054, 1877, 'Macarena00', 5830, 17, 23, 21.11, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26055, 1877, 'Macarena00', 2507, 7, 23, 1174.49, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26056, 1877, 'Macarena00', 5156, 16, 23, 6178.97, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26057, 1877, 'Macarena00', 4034, 18, 23, 12.25, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26058, 1877, 'Macarena00', 2217, 2, 23, 20.14, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26059, 1877, 'Macarena00', 5056, 11, 23, 41.59, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26060, 1877, 'Macarena00', 376, 7, 23, 9.61, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26061, 1877, 'Macarena00', 3945, 16, 23, 48.75, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26062, 1877, 'Macarena00', 2179, 19, 23, 52.82, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26063, 1877, 'Macarena00', 2088, 5, 23, 15.15, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26064, 1877, 'Macarena00', 880, 17, 23, 192.78, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26065, 1877, 'Macarena00', 4035, 18, 23, 1.97, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26066, 1877, 'Macarena00', 756, 19, 23, 0.47, 1, 1, 'ai_bid', '2024-07-28 07:16:03', '2024-07-28 07:16:03', '2024-07-29 07:16:18'),
(26067, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-28 07:16:04', '2024-07-28 07:16:04', '2024-07-29 07:16:18'),
(26068, 1912, 'Linus', 6138, 11, 29, 13.50, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:33'),
(26069, 1912, 'Linus', 5785, 15, 29, 6.03, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:33'),
(26070, 1912, 'Linus', 2546, 14, 29, 183.59, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:33'),
(26071, 1912, 'Linus', 4252, 5, 29, 204.97, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:33'),
(26072, 1912, 'Linus', 2415, 16, 29, 11.33, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26073, 1912, 'Linus', 131, 18, 29, 7.35, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26074, 1912, 'Linus', 5462, 7, 29, 26.25, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26075, 1912, 'Linus', 1745, 2, 29, 100.94, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26076, 1912, 'Linus', 2907, 14, 29, 34.13, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26077, 1912, 'Linus', 967, 5, 29, 3.09, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26078, 1912, 'Linus', 2111, 19, 29, 1313.00, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26079, 1912, 'Linus', 3656, 17, 29, 30.90, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26080, 1912, 'Linus', 4424, 16, 29, 40.40, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26081, 1912, 'Linus', 2514, 19, 29, 169.60, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26082, 1912, 'Linus', 5150, 13, 29, 258.52, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26083, 1912, 'Linus', 467, 19, 29, 36.81, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26084, 1912, 'Linus', 5689, 15, 29, 123.41, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26085, 1912, 'Linus', 2353, 19, 29, 424.00, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26086, 1912, 'Linus', 4364, 16, 29, 11.44, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26087, 1912, 'Linus', 2751, 18, 29, 2400.77, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26088, 1912, 'Linus', 4883, 12, 29, 348.40, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26089, 1912, 'Linus', 1330, 15, 29, 72.56, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26090, 1912, 'Linus', 1759, 2, 29, 126.00, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26091, 1912, 'Linus', 6059, 15, 29, 20.39, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26092, 1912, 'Linus', 3330, 7, 29, 22.04, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26093, 1912, 'Linus', 4472, 15, 29, 284.58, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26094, 1912, 'Linus', 4869, 14, 29, 11.43, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26095, 1912, 'Linus', 85, 2, 29, 173.40, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26096, 1912, 'Linus', 761, 7, 29, 2.61, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26097, 1912, 'Linus', 1578, 18, 29, 1513.99, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26098, 1912, 'Linus', 5882, 13, 29, 4.73, 1, 1, 'ai_bid', '2024-07-28 07:23:04', '2024-07-28 07:23:04', '2024-07-29 07:23:34'),
(26099, 1912, 'Linus', 6032, 15, 29, 105.99, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26100, 1912, 'Linus', 2873, 14, 29, 25.99, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26101, 1912, 'Linus', 2674, 18, 29, 789.60, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26102, 1912, 'Linus', 5206, 13, 29, 50.99, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26103, 1912, 'Linus', 2084, 7, 29, 16.16, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26104, 1912, 'Linus', 4562, 5, 29, 4.06, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26105, 1912, 'Linus', 4039, 18, 29, 20.03, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26106, 1912, 'Linus', 4131, 5, 29, 91.80, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26107, 1912, 'Linus', 3603, 12, 29, 127.20, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26108, 1912, 'Linus', 373, 2, 29, 12.66, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26109, 1912, 'Linus', 3746, 7, 29, 40.00, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26110, 1912, 'Linus', 6025, 11, 29, 103.94, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26111, 1912, 'Linus', 237, 17, 29, 515.00, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26112, 1912, 'Linus', 5630, 15, 29, 146.99, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26113, 1912, 'Linus', 3372, 15, 29, 252.50, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26114, 1912, 'Linus', 4707, 12, 29, 9.40, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26115, 1912, 'Linus', 5387, 17, 29, 47.69, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26116, 1912, 'Linus', 1226, 19, 29, 257.55, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26117, 1912, 'Linus', 5258, 16, 29, 9.57, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26118, 1912, 'Linus', 4387, 14, 29, 4.80, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26119, 1912, 'Linus', 719, 18, 29, 18.15, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26120, 1912, 'Linus', 3535, 10, 29, 82.86, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26121, 1912, 'Linus', 1635, 19, 29, 4.92, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26122, 1912, 'Linus', 5012, 11, 29, 16.79, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26123, 1912, 'Linus', 3560, 12, 29, 26.24, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26124, 1912, 'Linus', 5357, 16, 29, 10.19, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26125, 1912, 'Linus', 1821, 19, 29, 1.02, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26126, 1912, 'Linus', 756, 19, 29, 0.47, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26127, 1912, 'Linus', 1827, 19, 29, 0.13, 1, 1, 'ai_bid', '2024-07-28 07:23:05', '2024-07-28 07:23:05', '2024-07-29 07:23:34'),
(26128, 1881, 'Almeida', 3902, 2, NULL, 100.80, 1, 2, 'manual_bid', '2024-07-28 10:33:39', '2024-07-28 10:33:39', '2024-07-29 10:34:31'),
(26129, 1881, 'Almeida', 4112, 5, NULL, 77.00, 1, 1, 'manual_bid', '2024-07-28 10:35:50', '2024-07-28 10:35:50', '2024-07-29 10:36:21'),
(26130, 1881, 'Almeida', 2471, 7, NULL, 361.90, 1, 1, 'manual_bid', '2024-07-28 10:37:17', '2024-07-28 10:37:17', '2024-07-29 10:37:20'),
(26131, 1881, 'Almeida', 4788, 12, NULL, 479.00, 1, 1, 'manual_bid', '2024-07-28 10:39:47', '2024-07-28 10:39:47', '2024-07-29 10:40:05'),
(26132, 1881, 'Almeida', 6002, 11, NULL, 2.80, 1, 2, 'manual_bid', '2024-07-28 10:41:12', '2024-07-28 10:41:12', '2024-07-29 10:42:09'),
(26133, 1881, 'Almeida', 2469, 16, NULL, 158.00, 1, 1, 'manual_bid', '2024-07-28 10:43:27', '2024-07-28 10:43:27', '2024-07-29 10:44:08'),
(26134, 1881, 'Almeida', 3546, 10, NULL, 195.00, 1, 1, 'manual_bid', '2024-07-28 10:45:45', '2024-07-28 10:45:45', '2024-07-29 10:46:04'),
(26135, 1881, 'Almeida', 2476, 7, NULL, 306.00, 1, 1, 'manual_bid', '2024-07-28 10:47:50', '2024-07-28 10:47:50', '2024-07-29 10:48:16'),
(26136, 1886, 'Lovenest Luxe', 3088, 2, NULL, 24.00, 11, 1, 'manual_bid', '2024-07-28 14:13:41', '2024-07-28 14:13:41', '2024-07-29 14:14:09'),
(26137, 1869, 'Anatoliy fast store', 4989, 14, 25, 8.31, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26138, 1869, 'Anatoliy fast store', 979, 17, 25, 60.90, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26139, 1869, 'Anatoliy fast store', 680, 10, 25, 28.84, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26140, 1869, 'Anatoliy fast store', 1429, 5, 25, 131.30, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26141, 1869, 'Anatoliy fast store', 5344, 14, 25, 83.15, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26142, 1869, 'Anatoliy fast store', 1619, 19, 25, 42.39, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26143, 1869, 'Anatoliy fast store', 3458, 10, 25, 15.75, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26144, 1869, 'Anatoliy fast store', 1795, 17, 25, 20.80, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26145, 1869, 'Anatoliy fast store', 2838, 13, 25, 30.59, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26146, 1869, 'Anatoliy fast store', 2672, 18, 25, 125.07, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26147, 1869, 'Anatoliy fast store', 5636, 15, 25, 4.03, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26148, 1869, 'Anatoliy fast store', 2926, 19, 25, 80.80, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26149, 1869, 'Anatoliy fast store', 3364, 15, 25, 40.40, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26150, 1869, 'Anatoliy fast store', 3421, 10, 25, 29.58, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26151, 1869, 'Anatoliy fast store', 5662, 15, 25, 416.00, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26152, 1869, 'Anatoliy fast store', 4594, 15, 25, 51.50, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26153, 1869, 'Anatoliy fast store', 3065, 2, 25, 4.04, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26154, 1869, 'Anatoliy fast store', 2581, 14, 25, 17.16, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26155, 1869, 'Anatoliy fast store', 1129, 4, 25, 2.60, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26156, 1869, 'Anatoliy fast store', 1640, 19, 25, 1.06, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26157, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.20, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26158, 1869, 'Anatoliy fast store', 1850, 5, 25, 0.58, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26159, 1869, 'Anatoliy fast store', 1894, 19, 25, 0.20, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26160, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.13, 1, 1, 'ai_bid', '2024-07-28 16:33:04', '2024-07-28 16:33:04', '2024-07-29 16:34:02'),
(26161, 1876, 'Etiuko', 4624, 5, 28, 22.43, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26162, 1876, 'Etiuko', 5098, 16, 28, 25.24, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26163, 1876, 'Etiuko', 3883, 16, 28, 10.29, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26164, 1876, 'Etiuko', 373, 2, 28, 12.41, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26165, 1876, 'Etiuko', 4808, 17, 28, 7.30, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26166, 1876, 'Etiuko', 5466, 7, 28, 22.04, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26167, 1876, 'Etiuko', 2144, 10, 28, 33.31, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26168, 1876, 'Etiuko', 5761, 13, 28, 2.06, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26169, 1876, 'Etiuko', 3271, 5, 28, 2.86, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26170, 1876, 'Etiuko', 1469, 10, 28, 1.29, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26171, 1876, 'Etiuko', 1894, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26172, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26173, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-07-28 17:00:06', '2024-07-28 17:00:06', '2024-07-29 17:01:03'),
(26174, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-07-28 17:01:07', '2024-07-28 17:01:07', '2024-07-29 17:02:02'),
(26175, 1902, 'Good bargain stores', 4153, 5, 26, 309.75, 1, 1, 'ai_bid', '2024-07-28 22:33:04', '2024-07-28 22:33:04', '2024-07-29 22:34:03'),
(26176, 1902, 'Good bargain stores', 2209, 19, 26, 121.20, 1, 1, 'ai_bid', '2024-07-28 22:33:05', '2024-07-28 22:33:05', '2024-07-29 22:34:03'),
(26177, 1902, 'Good bargain stores', 1844, 19, 26, 0.32, 1, 1, 'ai_bid', '2024-07-28 22:33:05', '2024-07-28 22:33:05', '2024-07-29 22:34:03'),
(26178, 1902, 'Good bargain stores', 5420, 17, 26, 18.97, 1, 1, 'ai_bid', '2024-07-28 22:33:05', '2024-07-28 22:33:05', '2024-07-29 22:34:03'),
(26179, 1902, 'Good bargain stores', 2501, 16, 26, 97.84, 1, 1, 'ai_bid', '2024-07-28 22:33:05', '2024-07-28 22:33:05', '2024-07-29 22:34:03'),
(26180, 1902, 'Good bargain stores', 766, 19, 26, 3.23, 1, 1, 'ai_bid', '2024-07-28 22:33:05', '2024-07-28 22:33:05', '2024-07-29 22:34:03'),
(26181, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-07-28 22:33:05', '2024-07-28 22:33:05', '2024-07-29 22:34:03'),
(26182, 1902, 'Good bargain stores', 803, 19, 26, 0.20, 1, 1, 'ai_bid', '2024-07-28 22:33:05', '2024-07-28 22:33:05', '2024-07-29 22:34:03'),
(26183, 1902, 'Good bargain stores', 214, 7, 27, 7.47, 1, 1, 'ai_bid', '2024-07-28 22:58:03', '2024-07-28 22:58:03', '2024-07-29 22:59:02'),
(26184, 1902, 'Good bargain stores', 399, 16, 27, 131.25, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26185, 1902, 'Good bargain stores', 5074, 16, 27, 23.45, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26186, 1902, 'Good bargain stores', 774, 5, 27, 7.27, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26187, 1902, 'Good bargain stores', 1523, 10, 27, 1.64, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26188, 1902, 'Good bargain stores', 69, 2, 27, 25.75, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26189, 1902, 'Good bargain stores', 4117, 18, 27, 31.61, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26190, 1902, 'Good bargain stores', 521, 18, 27, 66.03, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26191, 1902, 'Good bargain stores', 290, 5, 27, 154.99, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26192, 1902, 'Good bargain stores', 2610, 14, 27, 10.19, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26193, 1902, 'Good bargain stores', 5145, 16, 27, 42.23, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26194, 1902, 'Good bargain stores', 4129, 18, 27, 15.74, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26195, 1902, 'Good bargain stores', 2339, 19, 27, 1030.00, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26196, 1902, 'Good bargain stores', 2358, 16, 27, 26.05, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26197, 1902, 'Good bargain stores', 1467, 19, 27, 13.22, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26198, 1902, 'Good bargain stores', 4876, 17, 27, 41.97, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26199, 1902, 'Good bargain stores', 2730, 16, 27, 19.18, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26200, 1902, 'Good bargain stores', 4260, 14, 27, 39.89, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26201, 1902, 'Good bargain stores', 2586, 10, 27, 19.88, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26202, 1902, 'Good bargain stores', 4992, 14, 27, 12.21, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26203, 1902, 'Good bargain stores', 5784, 15, 27, 612.00, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26204, 1902, 'Good bargain stores', 1415, 19, 27, 106.00, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26205, 1902, 'Good bargain stores', 378, 10, 27, 370.19, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26206, 1902, 'Good bargain stores', 5918, 17, 27, 190.80, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26207, 1902, 'Good bargain stores', 4185, 5, 27, 169.60, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26208, 1902, 'Good bargain stores', 480, 19, 27, 155.54, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26209, 1902, 'Good bargain stores', 312, 18, 27, 51.64, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26210, 1902, 'Good bargain stores', 5738, 16, 27, 30.89, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26211, 1902, 'Good bargain stores', 1444, 19, 27, 8.16, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26212, 1902, 'Good bargain stores', 5016, 11, 27, 302.64, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26213, 1902, 'Good bargain stores', 2335, 10, 27, 15.42, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26214, 1902, 'Good bargain stores', 2409, 19, 27, 956.12, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26215, 1902, 'Good bargain stores', 1924, 13, 27, 11.97, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26216, 1902, 'Good bargain stores', 3485, 10, 27, 5.99, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26217, 1902, 'Good bargain stores', 3339, 15, 27, 151.50, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26218, 1902, 'Good bargain stores', 5326, 14, 27, 436.75, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26219, 1902, 'Good bargain stores', 909, 5, 27, 31.50, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26220, 1902, 'Good bargain stores', 3773, 15, 27, 3.66, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:04'),
(26221, 1902, 'Good bargain stores', 3780, 13, 27, 103.00, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26222, 1902, 'Good bargain stores', 5775, 15, 27, 17.52, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26223, 1902, 'Good bargain stores', 6019, 11, 27, 6.34, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26224, 1902, 'Good bargain stores', 4600, 14, 27, 261.58, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26225, 1902, 'Good bargain stores', 227, 5, 27, 10.91, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26226, 1902, 'Good bargain stores', 564, 18, 27, 3500.97, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26227, 1902, 'Good bargain stores', 1488, 14, 27, 3.14, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26228, 1902, 'Good bargain stores', 2613, 14, 27, 29.45, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26229, 1902, 'Good bargain stores', 5578, 10, 27, 1119.04, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26230, 1902, 'Good bargain stores', 2569, 10, 27, 71.19, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26231, 1902, 'Good bargain stores', 3746, 7, 27, 39.25, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26232, 1902, 'Good bargain stores', 4405, 18, 27, 26.25, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26233, 1902, 'Good bargain stores', 3487, 10, 27, 15.89, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26234, 1902, 'Good bargain stores', 2959, 17, 27, 376.73, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26235, 1902, 'Good bargain stores', 5392, 17, 27, 33.81, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26236, 1902, 'Good bargain stores', 6138, 11, 27, 13.50, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26237, 1902, 'Good bargain stores', 4645, 15, 27, 7.27, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26238, 1902, 'Good bargain stores', 999, 5, 27, 14.56, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26239, 1902, 'Good bargain stores', 2331, 10, 27, 28.80, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26240, 1902, 'Good bargain stores', 4060, 13, 27, 16.79, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26241, 1902, 'Good bargain stores', 636, 14, 27, 7.35, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26242, 1902, 'Good bargain stores', 6160, 11, 27, 9.44, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26243, 1902, 'Good bargain stores', 2232, 19, 27, 57.20, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26244, 1902, 'Good bargain stores', 1745, 2, 27, 99.96, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26245, 1902, 'Good bargain stores', 1127, 19, 27, 58.07, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26246, 1902, 'Good bargain stores', 1313, 2, 27, 714.00, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26247, 1902, 'Good bargain stores', 2576, 17, 27, 20.47, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26248, 1902, 'Good bargain stores', 5768, 15, 27, 5.54, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26249, 1902, 'Good bargain stores', 5082, 16, 27, 23.65, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26250, 1902, 'Good bargain stores', 221, 12, 27, 24.54, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26251, 1902, 'Good bargain stores', 2482, 16, 27, 15.74, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26252, 1902, 'Good bargain stores', 4410, 15, 27, 14.87, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26253, 1902, 'Good bargain stores', 2017, 15, 27, 191.14, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26254, 1902, 'Good bargain stores', 3096, 18, 27, 33.27, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26255, 1902, 'Good bargain stores', 3289, 15, 27, 60.59, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26256, 1902, 'Good bargain stores', 1287, 15, 27, 39.32, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26257, 1902, 'Good bargain stores', 5961, 17, 27, 13.12, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26258, 1902, 'Good bargain stores', 5625, 10, 27, 4.83, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26259, 1902, 'Good bargain stores', 3200, 4, 27, 10.50, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26260, 1902, 'Good bargain stores', 1837, 5, 27, 1.04, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26261, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26262, 1902, 'Good bargain stores', 4691, 12, 27, 2.02, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26263, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-07-28 22:58:04', '2024-07-28 22:58:04', '2024-07-29 22:59:05'),
(26264, 1902, 'Good bargain stores', 803, 19, 27, 0.20, 1, 1, 'ai_bid', '2024-07-28 22:58:05', '2024-07-28 22:58:05', '2024-07-29 22:59:05'),
(26265, 1902, 'Good bargain stores', 1827, 19, 27, 0.13, 1, 1, 'ai_bid', '2024-07-28 22:59:03', '2024-07-28 22:59:03', '2024-07-29 23:00:04'),
(26266, 1881, 'Almeida', 2476, 7, NULL, 306.00, 1, 1, 'manual_bid', '2024-07-28 23:38:11', '2024-07-28 23:38:11', '2024-07-29 23:39:02'),
(26267, 1850, 'Chanadus', 996, 5, 24, 57.68, 1, 1, 'ai_bid', '2024-07-29 00:36:03', '2024-07-29 00:36:03', '2024-07-30 00:36:04'),
(26268, 1850, 'Chanadus', 2674, 18, 24, 759.52, 1, 1, 'ai_bid', '2024-07-29 00:36:03', '2024-07-29 00:36:03', '2024-07-30 00:36:04'),
(26269, 1850, 'Chanadus', 1345, 15, 24, 19.76, 1, 1, 'ai_bid', '2024-07-29 00:36:03', '2024-07-29 00:36:03', '2024-07-30 00:36:04'),
(26270, 1850, 'Chanadus', 1637, 19, 24, 5.04, 1, 1, 'ai_bid', '2024-07-29 00:36:03', '2024-07-29 00:36:03', '2024-07-30 00:36:04'),
(26271, 1850, 'Chanadus', 2250, 19, 24, 73.13, 1, 1, 'ai_bid', '2024-07-29 00:36:03', '2024-07-29 00:36:03', '2024-07-30 00:36:04'),
(26272, 1850, 'Chanadus', 1037, 19, 24, 47.69, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26273, 1850, 'Chanadus', 4829, 17, 24, 21.00, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26274, 1850, 'Chanadus', 4062, 18, 24, 22.89, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26275, 1850, 'Chanadus', 2585, 14, 24, 20.39, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26276, 1850, 'Chanadus', 777, 2, 24, 39.78, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26277, 1850, 'Chanadus', 5142, 16, 24, 300.57, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26278, 1850, 'Chanadus', 6010, 17, 24, 4.97, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26279, 1850, 'Chanadus', 1198, 15, 24, 2.36, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26280, 1850, 'Chanadus', 734, 19, 24, 0.23, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26281, 1850, 'Chanadus', 1811, 5, 24, 0.20, 1, 1, 'ai_bid', '2024-07-29 00:36:04', '2024-07-29 00:36:04', '2024-07-30 00:36:04'),
(26282, 1798, 'Feelyards', 2565, 7, NULL, 84.00, 1, 1, 'manual_bid', '2024-07-29 01:50:54', '2024-07-29 01:50:54', '2024-07-30 01:51:02'),
(26283, 1798, 'Feelyards', 3233, 5, NULL, 101.00, 1, 1, 'manual_bid', '2024-07-29 01:52:51', '2024-07-29 01:52:51', '2024-07-30 01:53:03'),
(26284, 1798, 'Feelyards', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-07-29 01:55:20', '2024-07-29 01:55:20', '2024-07-30 01:56:03'),
(26285, 1798, 'Feelyards', 4208, 5, NULL, 401.00, 1, 1, 'manual_bid', '2024-07-29 01:57:02', '2024-07-29 01:57:02', '2024-07-30 01:57:02'),
(26286, 1850, 'Chanadus', 5493, 17, NULL, 317.00, 5, 1, 'manual_bid', '2024-07-29 04:02:28', '2024-07-29 04:02:28', '2024-07-30 04:03:02'),
(26287, 1850, 'Chanadus', 3543, 13, NULL, 100.00, 4, 1, 'manual_bid', '2024-07-29 04:03:49', '2024-07-29 04:03:49', '2024-07-30 04:04:02'),
(26288, 1850, 'Chanadus', 1037, 19, NULL, 45.00, 1, 1, 'manual_bid', '2024-07-29 04:04:28', '2024-07-29 04:04:28', '2024-07-30 04:05:04'),
(26289, 1877, 'Macarena00', 150, 18, 23, 636.00, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:02'),
(26290, 1877, 'Macarena00', 2423, 19, 23, 8029.50, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26291, 1877, 'Macarena00', 5897, 17, 23, 7.08, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26292, 1877, 'Macarena00', 1216, 14, 23, 8.61, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26293, 1877, 'Macarena00', 2344, 4, 23, 104.00, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26294, 1877, 'Macarena00', 3626, 13, 23, 19.43, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26295, 1877, 'Macarena00', 1413, 14, 23, 11.32, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26296, 1877, 'Macarena00', 5766, 15, 23, 21.83, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26297, 1877, 'Macarena00', 5795, 15, 23, 1020.00, 1, 1, 'ai_bid', '2024-07-29 08:28:02', '2024-07-29 08:28:02', '2024-07-30 08:28:03'),
(26298, 1877, 'Macarena00', 3065, 2, 23, 4.24, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26299, 1877, 'Macarena00', 4352, 14, 23, 51.50, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26300, 1877, 'Macarena00', 6110, 11, 23, 2.10, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26301, 1877, 'Macarena00', 5860, 15, 23, 80.79, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26302, 1877, 'Macarena00', 149, 18, 23, 70.69, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26303, 1877, 'Macarena00', 754, 18, 23, 597.78, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26304, 1877, 'Macarena00', 1583, 18, 23, 477.00, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26305, 1877, 'Macarena00', 5134, 16, 23, 85.73, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26306, 1877, 'Macarena00', 4643, 15, 23, 7.88, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26307, 1877, 'Macarena00', 1828, 19, 23, 136.74, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26308, 1877, 'Macarena00', 2285, 5, 23, 95.40, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26309, 1877, 'Macarena00', 1703, 19, 23, 714.00, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26310, 1877, 'Macarena00', 309, 18, 23, 239.53, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26311, 1877, 'Macarena00', 1589, 4, 23, 2.53, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26312, 1877, 'Macarena00', 148, 18, 23, 10.54, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26313, 1877, 'Macarena00', 2091, 1, 23, 4.21, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26314, 1877, 'Macarena00', 6139, 11, 23, 16.50, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26315, 1877, 'Macarena00', 3132, 4, 23, 139.81, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26316, 1877, 'Macarena00', 2002, 4, 23, 116.60, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26317, 1877, 'Macarena00', 350, 15, 23, 53.52, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26318, 1877, 'Macarena00', 2209, 19, 23, 127.20, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26319, 1877, 'Macarena00', 3110, 2, 23, 30.60, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26320, 1877, 'Macarena00', 22, 2, 23, 13.39, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26321, 1877, 'Macarena00', 5849, 15, 23, 64.60, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26322, 1877, 'Macarena00', 5654, 15, 23, 36.40, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26323, 1877, 'Macarena00', 5991, 17, 23, 16.30, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26324, 1877, 'Macarena00', 3448, 11, 23, 14.39, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26325, 1877, 'Macarena00', 660, 10, 23, 2.04, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26326, 1877, 'Macarena00', 1731, 5, 23, 2.04, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26327, 1877, 'Macarena00', 1640, 19, 23, 1.03, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26328, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:02'),
(26329, 1877, 'Macarena00', 949, 5, 23, 0.32, 1, 1, 'ai_bid', '2024-07-29 08:28:03', '2024-07-29 08:28:03', '2024-07-30 08:29:03'),
(26330, 1912, 'Linus', 4989, 14, 29, 8.23, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26331, 1912, 'Linus', 3760, 7, 29, 37.99, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26332, 1912, 'Linus', 1903, 19, 29, 406.98, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26333, 1912, 'Linus', 5873, 13, 29, 8.39, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26334, 1912, 'Linus', 2250, 19, 29, 72.42, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26335, 1912, 'Linus', 75, 2, 29, 12.72, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26336, 1912, 'Linus', 2662, 19, 29, 101.00, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26337, 1912, 'Linus', 84, 2, 29, 1588.94, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26338, 1912, 'Linus', 3725, 13, 29, 12.60, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26339, 1912, 'Linus', 705, 19, 29, 64.64, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26340, 1912, 'Linus', 2649, 18, 29, 6.63, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26341, 1912, 'Linus', 4503, 16, 29, 258.53, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26342, 1912, 'Linus', 1537, 19, 29, 210.74, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:03'),
(26343, 1912, 'Linus', 2109, 19, 29, 2119.99, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26344, 1912, 'Linus', 3287, 5, 29, 9.27, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26345, 1912, 'Linus', 5657, 15, 29, 504.27, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26346, 1912, 'Linus', 5177, 16, 29, 41.40, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26347, 1912, 'Linus', 5330, 13, 29, 2021.50, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26348, 1912, 'Linus', 1846, 5, 29, 1.51, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26349, 1912, 'Linus', 56, 2, 29, 7.28, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26350, 1912, 'Linus', 1522, 19, 29, 2550.00, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26351, 1912, 'Linus', 5073, 14, 29, 18.71, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26352, 1912, 'Linus', 4203, 14, 29, 11.65, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26353, 1912, 'Linus', 1480, 15, 29, 3.87, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26354, 1912, 'Linus', 782, 14, 29, 7.06, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26355, 1912, 'Linus', 5361, 14, 29, 162.41, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26356, 1912, 'Linus', 4129, 18, 29, 15.89, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26357, 1912, 'Linus', 190, 16, 29, 255.00, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26358, 1912, 'Linus', 5942, 17, 29, 7.01, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26359, 1912, 'Linus', 280, 18, 29, 289.79, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26360, 1912, 'Linus', 1865, 19, 29, 57.41, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26361, 1912, 'Linus', 5144, 16, 29, 36.39, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26362, 1912, 'Linus', 3026, 18, 29, 20.79, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26363, 1912, 'Linus', 1829, 5, 29, 0.81, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26364, 1912, 'Linus', 1827, 19, 29, 0.13, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26365, 1912, 'Linus', 4764, 12, 29, 2.35, 1, 1, 'ai_bid', '2024-07-29 08:34:04', '2024-07-29 08:34:04', '2024-07-30 08:35:04'),
(26366, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-07-29 08:35:04', '2024-07-29 08:35:04', '2024-07-30 08:36:02'),
(26367, 1886, 'Lovenest Luxe', 2448, 2, NULL, 7.00, 38, 1, 'manual_bid', '2024-07-29 15:34:22', '2024-07-29 15:34:22', '2024-07-30 15:35:03'),
(26368, 1869, 'Anatoliy fast store', 111, 2, 25, 886.17, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:03'),
(26369, 1869, 'Anatoliy fast store', 4249, 18, 25, 40.80, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26370, 1869, 'Anatoliy fast store', 3574, 12, 25, 17.16, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26371, 1869, 'Anatoliy fast store', 47, 2, 25, 9.45, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26372, 1869, 'Anatoliy fast store', 5011, 14, 25, 10.49, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26373, 1869, 'Anatoliy fast store', 1468, 15, 25, 20.78, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26374, 1869, 'Anatoliy fast store', 1464, 14, 25, 37.26, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26375, 1869, 'Anatoliy fast store', 2541, 19, 25, 21.00, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26376, 1869, 'Anatoliy fast store', 4258, 18, 25, 36.29, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26377, 1869, 'Anatoliy fast store', 1311, 14, 25, 45.93, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26378, 1869, 'Anatoliy fast store', 268, 18, 25, 6.44, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26379, 1869, 'Anatoliy fast store', 212, 18, 25, 39.82, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26380, 1869, 'Anatoliy fast store', 4198, 14, 25, 19.27, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26381, 1869, 'Anatoliy fast store', 4273, 14, 25, 9.54, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26382, 1869, 'Anatoliy fast store', 18, 2, 25, 10.20, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26383, 1869, 'Anatoliy fast store', 5489, 7, 25, 2.06, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26384, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26385, 1869, 'Anatoliy fast store', 949, 5, 25, 0.31, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26386, 1869, 'Anatoliy fast store', 803, 19, 25, 0.21, 1, 1, 'ai_bid', '2024-07-29 17:46:03', '2024-07-29 17:46:03', '2024-07-30 17:47:04'),
(26387, 1876, 'Etiuko', 6156, 11, 28, 12.72, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:03'),
(26388, 1876, 'Etiuko', 3485, 10, 28, 5.71, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26389, 1876, 'Etiuko', 740, 19, 28, 13.89, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26390, 1876, 'Etiuko', 3675, 10, 28, 31.00, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26391, 1876, 'Etiuko', 1998, 15, 28, 14.28, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(26392, 1876, 'Etiuko', 3688, 18, 28, 59.33, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26393, 1876, 'Etiuko', 2073, 4, 28, 2.58, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26394, 1876, 'Etiuko', 4704, 12, 28, 1.31, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26395, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26396, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-07-29 18:13:04', '2024-07-29 18:13:04', '2024-07-30 18:14:05'),
(26397, 1902, 'Good bargain stores', 931, 5, 26, 51.91, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:02'),
(26398, 1902, 'Good bargain stores', 4082, 5, 26, 25.49, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26399, 1902, 'Good bargain stores', 723, 19, 26, 113.22, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26400, 1902, 'Good bargain stores', 2669, 14, 26, 124.15, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26401, 1902, 'Good bargain stores', 5228, 13, 26, 7.41, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26402, 1902, 'Good bargain stores', 2024, 2, 26, 13.06, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26403, 1902, 'Good bargain stores', 4566, 14, 26, 66.94, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26404, 1902, 'Good bargain stores', 298, 18, 26, 9.61, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26405, 1902, 'Good bargain stores', 5639, 10, 26, 5.18, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26406, 1902, 'Good bargain stores', 76, 2, 26, 10.10, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26407, 1902, 'Good bargain stores', 1301, 19, 26, 10.90, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26408, 1902, 'Good bargain stores', 1900, 19, 26, 8.08, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26409, 1902, 'Good bargain stores', 4485, 16, 26, 30.89, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26410, 1902, 'Good bargain stores', 3359, 7, 26, 9.18, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26411, 1902, 'Good bargain stores', 3259, 7, 26, 8.31, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26412, 1902, 'Good bargain stores', 5699, 10, 26, 15.24, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26413, 1902, 'Good bargain stores', 2436, 19, 26, 14.90, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26414, 1902, 'Good bargain stores', 749, 19, 26, 6.89, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26415, 1902, 'Good bargain stores', 2616, 14, 26, 20.58, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26416, 1902, 'Good bargain stores', 1017, 12, 26, 2.36, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26417, 1902, 'Good bargain stores', 6104, 11, 26, 1.50, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26418, 1902, 'Good bargain stores', 1844, 19, 26, 0.31, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26419, 1902, 'Good bargain stores', 734, 19, 26, 0.23, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26420, 1902, 'Good bargain stores', 803, 19, 26, 0.20, 1, 1, 'ai_bid', '2024-07-29 23:45:05', '2024-07-29 23:45:05', '2024-07-30 23:46:04'),
(26421, 1902, 'Good bargain stores', 4577, 5, 27, 30.71, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26422, 1902, 'Good bargain stores', 455, 19, 27, 556.50, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26423, 1902, 'Good bargain stores', 3587, 12, 27, 7.19, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26424, 1902, 'Good bargain stores', 445, 19, 27, 1230.85, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26425, 1902, 'Good bargain stores', 4004, 12, 27, 123.59, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26426, 1902, 'Good bargain stores', 3190, 4, 27, 11.65, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26427, 1902, 'Good bargain stores', 3416, 14, 27, 30.59, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26428, 1902, 'Good bargain stores', 1209, 14, 27, 946.61, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26429, 1902, 'Good bargain stores', 5186, 16, 27, 323.29, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26430, 1902, 'Good bargain stores', 1029, 19, 27, 30.89, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26431, 1902, 'Good bargain stores', 539, 19, 27, 1044.75, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26432, 1902, 'Good bargain stores', 450, 16, 27, 155.52, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26433, 1902, 'Good bargain stores', 1620, 4, 27, 119.68, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26434, 1902, 'Good bargain stores', 3960, 5, 27, 70.70, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26435, 1902, 'Good bargain stores', 3253, 7, 27, 16.08, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26436, 1902, 'Good bargain stores', 4916, 12, 27, 15.94, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26437, 1902, 'Good bargain stores', 3568, 12, 27, 14.20, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26438, 1902, 'Good bargain stores', 1053, 4, 27, 3.66, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26439, 1902, 'Good bargain stores', 1953, 5, 27, 4.24, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26440, 1902, 'Good bargain stores', 2082, 19, 27, 14.00, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26441, 1902, 'Good bargain stores', 866, 2, 27, 61.80, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26442, 1902, 'Good bargain stores', 5399, 14, 27, 15.49, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26443, 1902, 'Good bargain stores', 5645, 15, 27, 42.63, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26444, 1902, 'Good bargain stores', 3661, 14, 27, 315.00, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26445, 1902, 'Good bargain stores', 3354, 7, 27, 49.49, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26446, 1902, 'Good bargain stores', 4197, 18, 27, 11.53, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26447, 1902, 'Good bargain stores', 5018, 13, 27, 214.19, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26448, 1902, 'Good bargain stores', 5057, 14, 27, 19.75, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26449, 1902, 'Good bargain stores', 5136, 16, 27, 100.98, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26450, 1902, 'Good bargain stores', 3105, 2, 27, 183.60, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26451, 1902, 'Good bargain stores', 5302, 16, 27, 20.19, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26452, 1902, 'Good bargain stores', 947, 5, 27, 31.77, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26453, 1902, 'Good bargain stores', 2955, 14, 27, 19.80, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26454, 1902, 'Good bargain stores', 4423, 16, 27, 2839.74, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26455, 1902, 'Good bargain stores', 921, 5, 27, 75.75, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26456, 1902, 'Good bargain stores', 5411, 17, 27, 27.73, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26457, 1902, 'Good bargain stores', 3317, 5, 27, 423.99, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26458, 1902, 'Good bargain stores', 2284, 17, 27, 105.20, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26459, 1902, 'Good bargain stores', 5291, 16, 27, 17.15, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26460, 1902, 'Good bargain stores', 3035, 18, 27, 171.47, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26461, 1902, 'Good bargain stores', 5239, 16, 27, 30.88, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26462, 1902, 'Good bargain stores', 4501, 16, 27, 312.66, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26463, 1902, 'Good bargain stores', 809, 18, 27, 169.94, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26464, 1902, 'Good bargain stores', 6157, 11, 27, 14.40, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26465, 1902, 'Good bargain stores', 4739, 12, 27, 48.44, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26466, 1902, 'Good bargain stores', 5704, 10, 27, 2.51, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26467, 1902, 'Good bargain stores', 5769, 13, 27, 61.35, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26468, 1902, 'Good bargain stores', 2523, 19, 27, 111.10, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26469, 1902, 'Good bargain stores', 885, 12, 27, 166.39, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26470, 1902, 'Good bargain stores', 4398, 14, 27, 105.00, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26471, 1902, 'Good bargain stores', 3899, 15, 27, 207.02, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26472, 1902, 'Good bargain stores', 440, 16, 27, 81.80, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26473, 1902, 'Good bargain stores', 109, 2, 27, 25.30, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26474, 1902, 'Good bargain stores', 3630, 12, 27, 408.00, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26475, 1902, 'Good bargain stores', 5145, 16, 27, 41.41, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26476, 1902, 'Good bargain stores', 1727, 19, 27, 474.70, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26477, 1902, 'Good bargain stores', 3737, 10, 27, 69.99, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26478, 1902, 'Good bargain stores', 2837, 14, 27, 40.28, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26479, 1902, 'Good bargain stores', 4747, 12, 27, 52.47, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26480, 1902, 'Good bargain stores', 4759, 12, 27, 51.44, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26481, 1902, 'Good bargain stores', 2144, 10, 27, 34.30, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26482, 1902, 'Good bargain stores', 4607, 5, 27, 13.38, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26483, 1902, 'Good bargain stores', 3484, 13, 27, 20.39, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26484, 1902, 'Good bargain stores', 5356, 14, 27, 45.90, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26485, 1902, 'Good bargain stores', 471, 19, 27, 335.09, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26486, 1902, 'Good bargain stores', 262, 5, 27, 178.50, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26487, 1902, 'Good bargain stores', 6160, 11, 27, 9.26, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26488, 1902, 'Good bargain stores', 2923, 13, 27, 11.54, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26489, 1902, 'Good bargain stores', 218, 12, 27, 36.01, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26490, 1902, 'Good bargain stores', 5782, 17, 27, 20.50, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26491, 1902, 'Good bargain stores', 1640, 19, 27, 1.06, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26492, 1902, 'Good bargain stores', 1813, 19, 27, 3.03, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26493, 1902, 'Good bargain stores', 949, 5, 27, 0.30, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26494, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-07-30 00:11:03', '2024-07-30 00:11:03', '2024-07-31 00:11:03'),
(26495, 1850, 'Chanadus', 4805, 17, 24, 132.83, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26496, 1850, 'Chanadus', 3630, 12, 24, 404.00, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26497, 1850, 'Chanadus', 24, 2, 24, 1.01, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26498, 1850, 'Chanadus', 4213, 5, 24, 4.64, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26499, 1850, 'Chanadus', 2854, 14, 24, 222.59, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26500, 1850, 'Chanadus', 5279, 16, 24, 212.00, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26501, 1850, 'Chanadus', 76, 2, 24, 10.20, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26502, 1850, 'Chanadus', 307, 7, 24, 3.98, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26503, 1850, 'Chanadus', 334, 12, 24, 206.75, 1, 1, 'ai_bid', '2024-07-30 01:48:02', '2024-07-30 01:48:02', '2024-07-31 01:48:03'),
(26504, 1850, 'Chanadus', 4311, 16, 24, 52.50, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26505, 1850, 'Chanadus', 493, 7, 24, 58.40, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26506, 1850, 'Chanadus', 200, 7, 24, 8.19, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26507, 1850, 'Chanadus', 3430, 14, 24, 42.83, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26508, 1850, 'Chanadus', 5525, 10, 24, 35.23, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26509, 1850, 'Chanadus', 1811, 5, 24, 0.21, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26510, 1850, 'Chanadus', 1844, 19, 24, 0.30, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26511, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-07-30 01:48:03', '2024-07-30 01:48:03', '2024-07-31 01:48:03'),
(26512, 1798, 'Feelyards', 3849, 4, NULL, 601.00, 1, 1, 'manual_bid', '2024-07-30 03:23:31', '2024-07-30 03:23:31', '2024-07-31 03:24:02'),
(26513, 1798, 'Feelyards', 2153, 2, NULL, 275.00, 1, 1, 'manual_bid', '2024-07-30 03:25:55', '2024-07-30 03:25:55', '2024-07-31 03:26:03'),
(26514, 1798, 'Feelyards', 3227, 4, NULL, 20.00, 1, 1, 'manual_bid', '2024-07-30 03:30:02', '2024-07-30 03:30:02', '2024-07-31 03:30:04'),
(26515, 1850, 'Chanadus', 870, 19, NULL, 800.00, 2, 1, 'manual_bid', '2024-07-30 05:09:14', '2024-07-30 05:09:14', '2024-07-31 05:10:05'),
(26516, 1850, 'Chanadus', 5679, 15, NULL, 225.00, 2, 1, 'manual_bid', '2024-07-30 05:11:05', '2024-07-30 05:11:05', '2024-07-31 05:12:03'),
(26517, 1877, 'Macarena00', 5154, 13, 23, 309.00, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26518, 1877, 'Macarena00', 388, 2, 23, 270.40, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26519, 1877, 'Macarena00', 5838, 17, 23, 206.39, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26520, 1877, 'Macarena00', 4778, 12, 23, 324.97, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26521, 1877, 'Macarena00', 2975, 19, 23, 519.17, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26522, 1877, 'Macarena00', 4900, 13, 23, 137.65, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26523, 1877, 'Macarena00', 6142, 11, 23, 13.82, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26524, 1877, 'Macarena00', 1965, 18, 23, 13.37, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26525, 1877, 'Macarena00', 324, 18, 23, 13.27, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26526, 1877, 'Macarena00', 5466, 7, 23, 21.41, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26527, 1877, 'Macarena00', 5912, 13, 23, 21.19, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26528, 1877, 'Macarena00', 1573, 18, 23, 1275.00, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26529, 1877, 'Macarena00', 4478, 15, 23, 24.24, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26530, 1877, 'Macarena00', 5135, 16, 23, 132.59, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26531, 1877, 'Macarena00', 509, 14, 23, 31.09, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26532, 1877, 'Macarena00', 2598, 14, 23, 5828.94, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26533, 1877, 'Macarena00', 3990, 12, 23, 30.59, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26534, 1877, 'Macarena00', 880, 17, 23, 200.34, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26535, 1877, 'Macarena00', 1898, 19, 23, 451.50, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26536, 1877, 'Macarena00', 1387, 15, 23, 30.99, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26537, 1877, 'Macarena00', 5058, 16, 23, 18.53, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26538, 1877, 'Macarena00', 4412, 15, 23, 229.50, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26539, 1877, 'Macarena00', 4869, 14, 23, 11.10, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26540, 1877, 'Macarena00', 4119, 5, 23, 3132.40, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:02'),
(26541, 1877, 'Macarena00', 62, 2, 23, 18.54, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:03'),
(26542, 1877, 'Macarena00', 2023, 19, 23, 1.02, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:03'),
(26543, 1877, 'Macarena00', 24, 2, 23, 1.04, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:03'),
(26544, 1877, 'Macarena00', 4704, 12, 23, 1.30, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:03'),
(26545, 1877, 'Macarena00', 734, 19, 23, 0.22, 1, 1, 'ai_bid', '2024-07-30 09:41:03', '2024-07-30 09:41:03', '2024-07-31 09:42:03'),
(26546, 1912, 'Linus', 2472, 16, 29, 45.98, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26547, 1912, 'Linus', 1143, 19, 29, 7930.65, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26548, 1912, 'Linus', 1465, 19, 29, 17.33, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26549, 1912, 'Linus', 2174, 19, 29, 41.51, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26550, 1912, 'Linus', 5803, 13, 29, 15.44, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26551, 1912, 'Linus', 3482, 10, 29, 5.25, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26552, 1912, 'Linus', 2839, 14, 29, 52.01, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26553, 1912, 'Linus', 910, 5, 29, 7.30, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26554, 1912, 'Linus', 2638, 14, 29, 46.45, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26555, 1912, 'Linus', 5002, 11, 29, 175.09, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26556, 1912, 'Linus', 3434, 14, 29, 887.25, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26557, 1912, 'Linus', 2978, 14, 29, 208.52, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26558, 1912, 'Linus', 2557, 7, 29, 4.29, 1, 1, 'ai_bid', '2024-07-30 09:48:03', '2024-07-30 09:48:03', '2024-07-31 09:49:02'),
(26559, 1912, 'Linus', 4165, 18, 29, 20.59, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26560, 1912, 'Linus', 6001, 17, 29, 30.89, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26561, 1912, 'Linus', 5619, 16, 29, 100.99, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26562, 1912, 'Linus', 848, 13, 29, 84.80, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26563, 1912, 'Linus', 4973, 14, 29, 19.37, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26564, 1912, 'Linus', 3116, 2, 29, 9.13, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26565, 1912, 'Linus', 1018, 16, 29, 51.44, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26566, 1912, 'Linus', 877, 5, 29, 87.55, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26567, 1912, 'Linus', 1031, 19, 29, 10.60, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26568, 1912, 'Linus', 1731, 5, 29, 2.08, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26569, 1912, 'Linus', 3433, 10, 29, 14.13, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26570, 1912, 'Linus', 5100, 16, 29, 15.57, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26571, 1912, 'Linus', 3656, 17, 29, 31.20, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26572, 1912, 'Linus', 5054, 16, 29, 123.25, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26573, 1912, 'Linus', 4648, 15, 29, 41.20, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26574, 1912, 'Linus', 896, 18, 29, 11.54, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26575, 1912, 'Linus', 5589, 12, 29, 157.94, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26576, 1912, 'Linus', 5483, 7, 29, 11.43, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26577, 1912, 'Linus', 161, 14, 29, 31.62, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26578, 1912, 'Linus', 729, 19, 29, 12.08, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26579, 1912, 'Linus', 5380, 14, 29, 31.42, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26580, 1912, 'Linus', 556, 16, 29, 7.07, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26581, 1912, 'Linus', 2880, 14, 29, 8.88, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26582, 1912, 'Linus', 4527, 16, 29, 67.97, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26583, 1912, 'Linus', 285, 14, 29, 59.59, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26584, 1912, 'Linus', 6104, 11, 29, 1.52, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26585, 1912, 'Linus', 3602, 12, 29, 16.21, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26586, 1912, 'Linus', 1577, 4, 29, 72.80, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:02'),
(26587, 1912, 'Linus', 3709, 14, 29, 3.46, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26588, 1912, 'Linus', 5262, 14, 29, 156.92, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26589, 1912, 'Linus', 4487, 16, 29, 9.28, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26590, 1912, 'Linus', 1208, 14, 29, 3.14, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26591, 1912, 'Linus', 5735, 16, 29, 19.37, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26592, 1912, 'Linus', 1750, 19, 29, 46.80, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26593, 1912, 'Linus', 5813, 15, 29, 154.45, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26594, 1912, 'Linus', 6006, 17, 29, 18.57, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26595, 1912, 'Linus', 2845, 15, 29, 30.89, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26596, 1912, 'Linus', 4391, 16, 29, 46.02, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26597, 1912, 'Linus', 5091, 14, 29, 5.24, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26598, 1912, 'Linus', 4945, 12, 29, 17.79, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26599, 1912, 'Linus', 1740, 5, 29, 3.09, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26600, 1912, 'Linus', 1432, 15, 29, 8.31, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26601, 1912, 'Linus', 765, 19, 29, 1.35, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26602, 1912, 'Linus', 5489, 7, 29, 2.02, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26603, 1912, 'Linus', 3324, 7, 29, 1.42, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26604, 1912, 'Linus', 1894, 19, 29, 0.20, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26605, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-07-30 09:48:04', '2024-07-30 09:48:04', '2024-07-31 09:49:03'),
(26606, 1886, 'Lovenest Luxe', 2112, 19, NULL, 51.00, 5, 1, 'manual_bid', '2024-07-30 16:38:17', '2024-07-30 16:38:17', '2024-07-31 16:39:02'),
(26607, 1886, 'Lovenest Luxe', 1806, 2, NULL, 14.00, 1, 1, 'manual_bid', '2024-07-30 16:42:48', '2024-07-30 16:42:48', '2024-07-31 16:43:02'),
(26608, 1869, 'Anatoliy fast store', 3491, 10, 25, 71.31, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26609, 1869, 'Anatoliy fast store', 2440, 2, 25, 14.34, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26610, 1869, 'Anatoliy fast store', 3169, 4, 25, 206.29, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26611, 1869, 'Anatoliy fast store', 4712, 12, 25, 50.77, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26612, 1869, 'Anatoliy fast store', 2089, 19, 25, 181.24, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26613, 1869, 'Anatoliy fast store', 2669, 14, 25, 127.84, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26614, 1869, 'Anatoliy fast store', 3984, 18, 25, 103.00, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26615, 1869, 'Anatoliy fast store', 3687, 14, 25, 77.46, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26616, 1869, 'Anatoliy fast store', 5804, 13, 25, 30.89, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26617, 1869, 'Anatoliy fast store', 2218, 18, 25, 22.39, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26618, 1869, 'Anatoliy fast store', 1127, 19, 25, 56.42, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26619, 1869, 'Anatoliy fast store', 293, 5, 25, 13.69, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26620, 1869, 'Anatoliy fast store', 2372, 19, 25, 9.29, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26621, 1869, 'Anatoliy fast store', 4210, 5, 25, 22.04, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26622, 1869, 'Anatoliy fast store', 1460, 19, 25, 26.51, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26623, 1869, 'Anatoliy fast store', 5745, 13, 25, 28.27, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26624, 1869, 'Anatoliy fast store', 3879, 2, 25, 63.25, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26625, 1869, 'Anatoliy fast store', 773, 2, 25, 61.36, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26626, 1869, 'Anatoliy fast store', 2128, 19, 25, 31.81, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26627, 1869, 'Anatoliy fast store', 4866, 14, 25, 8.47, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26628, 1869, 'Anatoliy fast store', 2557, 7, 25, 4.46, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26629, 1869, 'Anatoliy fast store', 5053, 11, 25, 10.19, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26630, 1869, 'Anatoliy fast store', 5895, 13, 25, 5.05, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26631, 1869, 'Anatoliy fast store', 4387, 14, 25, 5.04, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26632, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-07-30 18:59:03', '2024-07-30 18:59:03', '2024-07-31 18:59:03'),
(26633, 1876, 'Etiuko', 1183, 15, 28, 13.94, 1, 1, 'ai_bid', '2024-07-30 19:25:05', '2024-07-30 19:25:05', '2024-07-31 19:26:02'),
(26634, 1876, 'Etiuko', 5034, 11, 28, 9.17, 1, 1, 'ai_bid', '2024-07-30 19:25:05', '2024-07-30 19:25:05', '2024-07-31 19:26:02'),
(26635, 1876, 'Etiuko', 2512, 10, 28, 27.29, 1, 1, 'ai_bid', '2024-07-30 19:25:05', '2024-07-30 19:25:05', '2024-07-31 19:26:02'),
(26636, 1876, 'Etiuko', 1587, 18, 28, 76.22, 1, 1, 'ai_bid', '2024-07-30 19:25:05', '2024-07-30 19:25:05', '2024-07-31 19:26:02'),
(26637, 1876, 'Etiuko', 3690, 14, 28, 7.61, 1, 1, 'ai_bid', '2024-07-30 19:25:05', '2024-07-30 19:25:05', '2024-07-31 19:26:02'),
(26638, 1876, 'Etiuko', 5882, 13, 28, 4.87, 1, 1, 'ai_bid', '2024-07-30 19:25:06', '2024-07-30 19:25:06', '2024-07-31 19:26:02'),
(26639, 1876, 'Etiuko', 3318, 5, 28, 1.21, 1, 1, 'ai_bid', '2024-07-30 19:25:06', '2024-07-30 19:25:06', '2024-07-31 19:26:02'),
(26640, 1876, 'Etiuko', 1850, 5, 28, 0.56, 1, 1, 'ai_bid', '2024-07-30 19:25:06', '2024-07-30 19:25:06', '2024-07-31 19:26:02'),
(26641, 1876, 'Etiuko', 1821, 19, 28, 1.04, 1, 1, 'ai_bid', '2024-07-30 19:25:06', '2024-07-30 19:25:06', '2024-07-31 19:26:02'),
(26642, 1876, 'Etiuko', 803, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-07-30 19:25:06', '2024-07-30 19:25:06', '2024-07-31 19:26:02'),
(26643, 1876, 'Etiuko', 734, 19, 28, 0.23, 1, 1, 'ai_bid', '2024-07-30 19:25:06', '2024-07-30 19:25:06', '2024-07-31 19:26:02'),
(26644, 1915, 'BnBGlobal', 3312, 5, NULL, 69.97, 1, 1, 'manual_bid', '2024-07-30 21:03:15', '2024-07-30 21:03:15', '2024-07-31 21:04:02'),
(26645, 1915, 'BnBGlobal', 980, 5, NULL, 10.00, 3, 1, 'manual_bid', '2024-07-30 21:14:25', '2024-07-30 21:14:25', '2024-07-31 21:15:03'),
(26646, 1902, 'Good bargain stores', 1622, 19, 26, 28.28, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26647, 1902, 'Good bargain stores', 816, 19, 26, 5.62, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26648, 1902, 'Good bargain stores', 2033, 4, 26, 217.36, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26649, 1902, 'Good bargain stores', 4721, 14, 26, 25.87, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26650, 1902, 'Good bargain stores', 2870, 19, 26, 136.50, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26651, 1902, 'Good bargain stores', 2570, 7, 26, 6.54, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26652, 1902, 'Good bargain stores', 4030, 17, 26, 20.39, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26653, 1902, 'Good bargain stores', 1195, 18, 26, 13.12, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26654, 1902, 'Good bargain stores', 2163, 10, 26, 51.47, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26655, 1902, 'Good bargain stores', 3191, 4, 26, 31.49, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26656, 1902, 'Good bargain stores', 3669, 13, 26, 20.19, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26657, 1902, 'Good bargain stores', 967, 5, 26, 3.03, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26658, 1902, 'Good bargain stores', 1837, 5, 26, 1.06, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26659, 1902, 'Good bargain stores', 756, 19, 26, 0.46, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26660, 1902, 'Good bargain stores', 1894, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-07-31 00:58:04', '2024-07-31 00:58:04', '2024-08-01 00:59:24'),
(26661, 1902, 'Good bargain stores', 1808, 2, 27, 31.50, 1, 1, 'ai_bid', '2024-07-31 01:23:03', '2024-07-31 01:23:03', '2024-08-01 01:24:01'),
(26662, 1902, 'Good bargain stores', 370, 18, 27, 933.05, 1, 1, 'ai_bid', '2024-07-31 01:23:03', '2024-07-31 01:23:03', '2024-08-01 01:24:03'),
(26663, 1902, 'Good bargain stores', 5586, 10, 27, 11.10, 1, 1, 'ai_bid', '2024-07-31 01:23:03', '2024-07-31 01:23:03', '2024-08-01 01:24:03'),
(26664, 1902, 'Good bargain stores', 1937, 19, 27, 65.65, 1, 1, 'ai_bid', '2024-07-31 01:23:03', '2024-07-31 01:23:03', '2024-08-01 01:24:03'),
(26665, 1902, 'Good bargain stores', 541, 7, 27, 1259.23, 1, 1, 'ai_bid', '2024-07-31 01:23:03', '2024-07-31 01:23:03', '2024-08-01 01:24:03'),
(26666, 1902, 'Good bargain stores', 4011, 18, 27, 68.41, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26667, 1902, 'Good bargain stores', 4597, 15, 27, 15.30, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26668, 1902, 'Good bargain stores', 4529, 14, 27, 137.70, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26669, 1902, 'Good bargain stores', 4888, 1, 27, 105.03, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26670, 1902, 'Good bargain stores', 4023, 17, 27, 104.00, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26671, 1902, 'Good bargain stores', 548, 18, 27, 56.16, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26672, 1902, 'Good bargain stores', 4794, 1, 27, 19.37, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26673, 1902, 'Good bargain stores', 3260, 7, 27, 7.71, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26674, 1902, 'Good bargain stores', 2980, 14, 27, 206.12, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26675, 1902, 'Good bargain stores', 2297, 19, 27, 4.16, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26676, 1902, 'Good bargain stores', 5180, 16, 27, 30.44, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26677, 1902, 'Good bargain stores', 3650, 10, 27, 61.41, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26678, 1902, 'Good bargain stores', 2113, 10, 27, 9.25, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26679, 1902, 'Good bargain stores', 4514, 16, 27, 16.95, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26680, 1902, 'Good bargain stores', 747, 7, 27, 14.76, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26681, 1902, 'Good bargain stores', 3939, 16, 27, 101.00, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26682, 1902, 'Good bargain stores', 3976, 12, 27, 712.98, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26683, 1902, 'Good bargain stores', 2000, 15, 27, 4001.92, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26684, 1902, 'Good bargain stores', 2279, 17, 27, 365.76, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26685, 1902, 'Good bargain stores', 2865, 14, 27, 55.54, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26686, 1902, 'Good bargain stores', 346, 15, 27, 46.40, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26687, 1902, 'Good bargain stores', 4940, 14, 27, 19.19, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26688, 1902, 'Good bargain stores', 1395, 19, 27, 67.60, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26689, 1902, 'Good bargain stores', 3422, 14, 27, 11.80, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26690, 1902, 'Good bargain stores', 4199, 18, 27, 16.31, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26691, 1902, 'Good bargain stores', 1632, 19, 27, 1696.80, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26692, 1902, 'Good bargain stores', 1914, 18, 27, 62.75, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26693, 1902, 'Good bargain stores', 3792, 19, 27, 239.19, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26694, 1902, 'Good bargain stores', 2362, 17, 27, 19.53, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26695, 1902, 'Good bargain stores', 4821, 17, 27, 18.90, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26696, 1902, 'Good bargain stores', 3242, 4, 27, 22.23, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26697, 1902, 'Good bargain stores', 2731, 18, 27, 165.64, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26698, 1902, 'Good bargain stores', 5865, 13, 27, 16.32, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26699, 1902, 'Good bargain stores', 5491, 17, 27, 546.00, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26700, 1902, 'Good bargain stores', 4683, 12, 27, 8.47, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26701, 1902, 'Good bargain stores', 4221, 14, 27, 20.59, 1, 1, 'ai_bid', '2024-07-31 01:23:04', '2024-07-31 01:23:04', '2024-08-01 01:24:03'),
(26702, 1902, 'Good bargain stores', 5172, 16, 27, 273.97, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26703, 1902, 'Good bargain stores', 1574, 19, 27, 201.40, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26704, 1902, 'Good bargain stores', 2189, 19, 27, 20.80, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26705, 1902, 'Good bargain stores', 2412, 19, 27, 98.12, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26706, 1902, 'Good bargain stores', 4355, 14, 27, 41.60, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26707, 1902, 'Good bargain stores', 2283, 19, 27, 98.70, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26708, 1902, 'Good bargain stores', 6167, 11, 27, 11.09, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26709, 1902, 'Good bargain stores', 1267, 10, 27, 14.53, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26710, 1902, 'Good bargain stores', 1793, 19, 27, 3.03, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26711, 1902, 'Good bargain stores', 4560, 5, 27, 24.56, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26712, 1902, 'Good bargain stores', 3382, 10, 27, 2.48, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26713, 1902, 'Good bargain stores', 5810, 15, 27, 126.12, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26714, 1902, 'Good bargain stores', 1171, 15, 27, 9.05, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26715, 1902, 'Good bargain stores', 3039, 18, 27, 25.24, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26716, 1902, 'Good bargain stores', 1456, 19, 27, 26.26, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26717, 1902, 'Good bargain stores', 2333, 5, 27, 197.60, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26718, 1902, 'Good bargain stores', 2618, 10, 27, 10.39, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26719, 1902, 'Good bargain stores', 2848, 14, 27, 241.49, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26720, 1902, 'Good bargain stores', 3896, 15, 27, 103.01, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26721, 1902, 'Good bargain stores', 942, 18, 27, 25.25, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26722, 1902, 'Good bargain stores', 5924, 13, 27, 7.06, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26723, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26724, 1902, 'Good bargain stores', 1662, 19, 27, 0.93, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26725, 1902, 'Good bargain stores', 734, 19, 27, 0.22, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26726, 1902, 'Good bargain stores', 803, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26727, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26728, 1902, 'Good bargain stores', 1894, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-07-31 01:23:05', '2024-07-31 01:23:05', '2024-08-01 01:24:03'),
(26729, 1902, 'Good bargain stores', 1894, 19, 27, 0.20, 1, 1, 'ai_bid', '2024-07-31 01:24:05', '2024-07-31 01:24:05', '2024-08-01 01:25:05'),
(26730, 1850, 'Chanadus', 710, 18, 24, 32.99, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:03'),
(26731, 1850, 'Chanadus', 3468, 10, 24, 1346.80, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:05'),
(26732, 1850, 'Chanadus', 4710, 14, 24, 18.90, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:05'),
(26733, 1850, 'Chanadus', 128, 18, 24, 9.27, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:05'),
(26734, 1850, 'Chanadus', 57, 2, 24, 6.06, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:05'),
(26735, 1850, 'Chanadus', 3382, 10, 24, 2.45, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:05'),
(26736, 1850, 'Chanadus', 1811, 5, 24, 0.21, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:05'),
(26737, 1850, 'Chanadus', 1827, 19, 24, 0.13, 1, 1, 'ai_bid', '2024-07-31 02:59:38', '2024-07-31 02:59:38', '2024-08-01 03:00:05'),
(26738, 1798, 'Feelyards', 3194, 4, NULL, 6.00, 1, 1, 'manual_bid', '2024-07-31 04:47:19', '2024-07-31 04:47:19', '2024-08-01 04:48:02'),
(26739, 1798, 'Feelyards', 2925, 4, NULL, 901.00, 1, 1, 'manual_bid', '2024-07-31 04:49:27', '2024-07-31 04:49:27', '2024-08-01 04:50:03'),
(26740, 1850, 'Chanadus', 2831, 19, NULL, 1000.00, 2, 1, 'manual_bid', '2024-07-31 07:28:22', '2024-07-31 07:28:22', '2024-08-01 07:29:03'),
(26741, 1850, 'Chanadus', 4152, 18, NULL, 35.00, 2, 1, 'manual_bid', '2024-07-31 07:29:15', '2024-07-31 07:29:15', '2024-08-01 07:30:03'),
(26742, 1877, 'Macarena00', 6106, 11, 23, 10.92, 1, 1, 'ai_bid', '2024-07-31 10:54:02', '2024-07-31 10:54:02', '2024-08-01 15:10:11'),
(26743, 1877, 'Macarena00', 4736, 12, 23, 21.61, 1, 1, 'ai_bid', '2024-07-31 10:54:02', '2024-07-31 10:54:02', '2024-08-01 15:10:11'),
(26744, 1877, 'Macarena00', 2536, 14, 23, 137.79, 1, 1, 'ai_bid', '2024-07-31 10:54:02', '2024-07-31 10:54:02', '2024-08-01 15:10:11'),
(26745, 1877, 'Macarena00', 1111, 19, 23, 1458.60, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26746, 1877, 'Macarena00', 2961, 19, 23, 1389.76, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26747, 1877, 'Macarena00', 1359, 15, 23, 181.80, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26748, 1877, 'Macarena00', 4879, 17, 23, 45.44, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26749, 1877, 'Macarena00', 3136, 2, 23, 1366.80, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26750, 1877, 'Macarena00', 291, 5, 23, 14.88, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26751, 1877, 'Macarena00', 350, 15, 23, 51.50, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26752, 1877, 'Macarena00', 828, 18, 23, 19.72, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26753, 1877, 'Macarena00', 6019, 11, 23, 6.28, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26754, 1877, 'Macarena00', 404, 7, 23, 40.79, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26755, 1877, 'Macarena00', 3213, 4, 23, 6.05, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(26756, 1877, 'Macarena00', 328, 10, 23, 94.42, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26757, 1877, 'Macarena00', 2204, 16, 23, 58.24, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26758, 1877, 'Macarena00', 68, 2, 23, 10.50, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26759, 1877, 'Macarena00', 1593, 4, 23, 34.82, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26760, 1877, 'Macarena00', 362, 18, 23, 230.48, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26761, 1877, 'Macarena00', 2239, 19, 23, 58.58, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26762, 1877, 'Macarena00', 3611, 12, 23, 132.68, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26763, 1877, 'Macarena00', 4836, 17, 23, 188.99, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26764, 1877, 'Macarena00', 4496, 15, 23, 362.96, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26765, 1877, 'Macarena00', 4025, 17, 23, 81.79, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26766, 1877, 'Macarena00', 6086, 15, 23, 10.09, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26767, 1877, 'Macarena00', 4052, 18, 23, 209.29, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26768, 1877, 'Macarena00', 5930, 11, 23, 34.93, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26769, 1877, 'Macarena00', 5928, 13, 23, 4.92, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26770, 1877, 'Macarena00', 832, 13, 23, 11.47, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26771, 1877, 'Macarena00', 1632, 19, 23, 1713.60, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26772, 1877, 'Macarena00', 416, 17, 23, 192.23, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26773, 1877, 'Macarena00', 2949, 17, 23, 22.63, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26774, 1877, 'Macarena00', 4210, 5, 23, 22.25, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26775, 1877, 'Macarena00', 4379, 14, 23, 1060.00, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26776, 1877, 'Macarena00', 2638, 14, 23, 47.83, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26777, 1877, 'Macarena00', 2190, 12, 23, 7.34, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26778, 1877, 'Macarena00', 387, 16, 23, 2616.30, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26779, 1877, 'Macarena00', 337, 15, 23, 17.26, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26780, 1877, 'Macarena00', 699, 18, 23, 69.01, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26781, 1877, 'Macarena00', 895, 10, 23, 239.16, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26782, 1877, 'Macarena00', 4752, 14, 23, 291.19, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26783, 1877, 'Macarena00', 5803, 13, 23, 15.74, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26784, 1877, 'Macarena00', 4586, 5, 23, 38.37, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26785, 1877, 'Macarena00', 5127, 1, 23, 46.35, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26786, 1877, 'Macarena00', 852, 19, 23, 27.75, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26787, 1877, 'Macarena00', 1646, 19, 23, 7.65, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26788, 1877, 'Macarena00', 3047, 14, 23, 41.40, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26789, 1877, 'Macarena00', 573, 17, 23, 31.50, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26790, 1877, 'Macarena00', 2712, 14, 23, 23.32, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26791, 1877, 'Macarena00', 1204, 18, 23, 34.89, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26792, 1877, 'Macarena00', 512, 16, 23, 40.59, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26793, 1877, 'Macarena00', 1468, 15, 23, 20.38, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26794, 1877, 'Macarena00', 3380, 10, 23, 16.07, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26795, 1877, 'Macarena00', 5778, 13, 23, 15.44, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26796, 1877, 'Macarena00', 4999, 14, 23, 19.36, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26797, 1877, 'Macarena00', 4997, 11, 23, 157.58, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26798, 1877, 'Macarena00', 5898, 13, 23, 36.12, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26799, 1877, 'Macarena00', 355, 2, 23, 11.29, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26800, 1877, 'Macarena00', 206, 7, 23, 26.91, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26801, 1877, 'Macarena00', 268, 18, 23, 6.76, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26802, 1877, 'Macarena00', 3111, 2, 23, 257.50, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26803, 1877, 'Macarena00', 1693, 18, 23, 8.95, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26804, 1877, 'Macarena00', 768, 7, 23, 4.41, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26805, 1877, 'Macarena00', 2041, 5, 23, 2.04, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26806, 1877, 'Macarena00', 4523, 16, 23, 3.18, 1, 1, 'ai_bid', '2024-07-31 10:54:03', '2024-07-31 10:54:03', '2024-08-01 15:10:11'),
(26807, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-07-31 10:54:04', '2024-07-31 10:54:04', '2024-08-01 15:10:11'),
(26808, 1912, 'Linus', 2214, 1, 29, 9.36, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26809, 1912, 'Linus', 4080, 18, 29, 9.85, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26810, 1912, 'Linus', 5676, 15, 29, 104.00, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26811, 1912, 'Linus', 3767, 7, 29, 443.39, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26812, 1912, 'Linus', 68, 2, 29, 10.60, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26813, 1912, 'Linus', 1824, 19, 29, 129.99, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26814, 1912, 'Linus', 2429, 19, 29, 7120.50, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26815, 1912, 'Linus', 4778, 12, 29, 331.34, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26816, 1912, 'Linus', 4470, 15, 29, 1142.96, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26817, 1912, 'Linus', 3610, 13, 29, 15.67, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26818, 1912, 'Linus', 4481, 15, 29, 56.70, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26819, 1912, 'Linus', 2118, 19, 29, 11.00, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26820, 1912, 'Linus', 62, 2, 29, 18.36, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26821, 1912, 'Linus', 2119, 12, 29, 7.83, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26822, 1912, 'Linus', 1569, 19, 29, 90.10, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26823, 1912, 'Linus', 841, 13, 29, 29.65, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26824, 1912, 'Linus', 4791, 12, 29, 549.43, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26825, 1912, 'Linus', 3517, 10, 29, 67.72, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26826, 1912, 'Linus', 5426, 17, 29, 61.80, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26827, 1912, 'Linus', 1762, 2, 29, 168.00, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26828, 1912, 'Linus', 1471, 19, 29, 14.47, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26829, 1912, 'Linus', 6151, 11, 29, 141.75, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26830, 1912, 'Linus', 2516, 7, 29, 532.71, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26831, 1912, 'Linus', 1334, 19, 29, 5.65, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26832, 1912, 'Linus', 3835, 16, 29, 3.92, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26833, 1912, 'Linus', 2879, 14, 29, 63.59, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26834, 1912, 'Linus', 532, 16, 29, 32.03, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26835, 1912, 'Linus', 3131, 18, 29, 22.04, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26836, 1912, 'Linus', 2614, 14, 29, 23.62, 1, 1, 'ai_bid', '2024-07-31 11:01:04', '2024-07-31 11:01:04', '2024-08-01 15:10:11'),
(26837, 1912, 'Linus', 5144, 16, 29, 35.34, 1, 1, 'ai_bid', '2024-07-31 11:01:05', '2024-07-31 11:01:05', '2024-08-01 15:10:11'),
(26838, 1912, 'Linus', 510, 17, 29, 10.39, 1, 1, 'ai_bid', '2024-07-31 11:01:05', '2024-07-31 11:01:05', '2024-08-01 15:10:11'),
(26839, 1912, 'Linus', 2023, 19, 29, 1.01, 1, 1, 'ai_bid', '2024-07-31 11:01:05', '2024-07-31 11:01:05', '2024-08-01 15:10:11'),
(26840, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-07-31 11:01:05', '2024-07-31 11:01:05', '2024-08-01 15:10:11'),
(26841, 1886, 'Lovenest Luxe', 2443, 2, NULL, 8.00, 34, 1, 'manual_bid', '2024-07-31 17:47:07', '2024-07-31 17:47:07', '2024-08-01 17:48:03'),
(26842, 1869, 'Anatoliy fast store', 3893, 15, 25, 1111.00, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26843, 1869, 'Anatoliy fast store', 2482, 16, 25, 15.59, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26844, 1869, 'Anatoliy fast store', 5782, 17, 25, 20.30, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26845, 1869, 'Anatoliy fast store', 2108, 19, 25, 41.86, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26846, 1869, 'Anatoliy fast store', 3252, 5, 25, 32.13, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26847, 1869, 'Anatoliy fast store', 2626, 14, 25, 27.97, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26848, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.21, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26849, 1869, 'Anatoliy fast store', 756, 19, 25, 0.47, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26850, 1869, 'Anatoliy fast store', 1894, 19, 25, 0.21, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26851, 1869, 'Anatoliy fast store', 734, 19, 25, 0.22, 1, 1, 'ai_bid', '2024-07-31 20:10:05', '2024-07-31 20:10:05', '2024-08-01 20:11:02'),
(26852, 1876, 'Etiuko', 5826, 15, 28, 6.17, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26853, 1876, 'Etiuko', 330, 12, 28, 65.45, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26854, 1876, 'Etiuko', 3417, 14, 28, 29.14, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26855, 1876, 'Etiuko', 2197, 17, 28, 11.32, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26856, 1876, 'Etiuko', 2024, 2, 28, 13.31, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26857, 1876, 'Etiuko', 1637, 19, 28, 4.80, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26858, 1876, 'Etiuko', 1412, 14, 28, 7.73, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26859, 1876, 'Etiuko', 629, 14, 28, 4.16, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26860, 1876, 'Etiuko', 642, 5, 28, 1.05, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26861, 1876, 'Etiuko', 756, 19, 28, 0.46, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26862, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-07-31 20:37:03', '2024-07-31 20:37:03', '2024-08-01 20:37:03'),
(26863, 1902, 'Good bargain stores', 5087, 16, 26, 14.84, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26864, 1902, 'Good bargain stores', 982, 9, 26, 139.92, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26865, 1902, 'Good bargain stores', 1031, 19, 26, 10.30, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26866, 1902, 'Good bargain stores', 2854, 14, 26, 220.49, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26867, 1902, 'Good bargain stores', 6015, 14, 26, 93.84, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26868, 1902, 'Good bargain stores', 5964, 17, 26, 46.31, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26869, 1902, 'Good bargain stores', 3580, 12, 26, 7.51, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26870, 1902, 'Good bargain stores', 68, 2, 26, 10.60, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26871, 1902, 'Good bargain stores', 1975, 12, 26, 5.24, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26872, 1902, 'Good bargain stores', 166, 16, 26, 9.08, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26873, 1902, 'Good bargain stores', 5899, 17, 26, 2.01, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26874, 1902, 'Good bargain stores', 5762, 13, 26, 5.54, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26875, 1902, 'Good bargain stores', 1844, 19, 26, 0.32, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26876, 1902, 'Good bargain stores', 1894, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26877, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26878, 1902, 'Good bargain stores', 803, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-01 02:11:03', '2024-08-01 02:11:03', '2024-08-02 02:12:03'),
(26879, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-08-01 02:12:03', '2024-08-01 02:12:03', '2024-08-02 02:12:03'),
(26880, 1902, 'Good bargain stores', 3493, 10, 27, 11.58, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26881, 1902, 'Good bargain stores', 5148, 13, 27, 623.99, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26882, 1902, 'Good bargain stores', 4272, 18, 27, 120.19, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26883, 1902, 'Good bargain stores', 2067, 4, 27, 3072.94, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26884, 1902, 'Good bargain stores', 3174, 4, 27, 9.31, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26885, 1902, 'Good bargain stores', 4275, 14, 27, 20.14, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26886, 1902, 'Good bargain stores', 6070, 11, 27, 15.30, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26887, 1902, 'Good bargain stores', 4258, 18, 27, 36.29, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26888, 1902, 'Good bargain stores', 5260, 14, 27, 152.44, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26889, 1902, 'Good bargain stores', 5411, 17, 27, 27.73, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26890, 1902, 'Good bargain stores', 1969, 19, 27, 15.44, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26891, 1902, 'Good bargain stores', 3885, 2, 27, 408.00, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26892, 1902, 'Good bargain stores', 187, 16, 27, 30.29, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26893, 1902, 'Good bargain stores', 1870, 19, 27, 24.72, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26894, 1902, 'Good bargain stores', 1098, 19, 27, 281.79, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26895, 1902, 'Good bargain stores', 376, 7, 27, 9.61, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26896, 1902, 'Good bargain stores', 3674, 14, 27, 9.26, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26897, 1902, 'Good bargain stores', 3549, 10, 27, 5655.95, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26898, 1902, 'Good bargain stores', 5044, 14, 27, 11.32, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26899, 1902, 'Good bargain stores', 653, 17, 27, 21.63, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26900, 1902, 'Good bargain stores', 5984, 17, 27, 18.46, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26901, 1902, 'Good bargain stores', 2290, 19, 27, 34.68, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26902, 1902, 'Good bargain stores', 62, 2, 27, 19.08, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26903, 1902, 'Good bargain stores', 5639, 10, 27, 5.18, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26904, 1902, 'Good bargain stores', 4140, 14, 27, 102.96, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26905, 1902, 'Good bargain stores', 6167, 11, 27, 11.09, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26906, 1902, 'Good bargain stores', 3480, 11, 27, 20.99, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26907, 1902, 'Good bargain stores', 164, 4, 27, 409.62, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26908, 1902, 'Good bargain stores', 1932, 14, 27, 8.37, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26909, 1902, 'Good bargain stores', 283, 14, 27, 43.90, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26910, 1902, 'Good bargain stores', 1024, 5, 27, 33.33, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26911, 1902, 'Good bargain stores', 4323, 16, 27, 27.53, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26912, 1902, 'Good bargain stores', 3330, 7, 27, 21.62, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26913, 1902, 'Good bargain stores', 3711, 14, 27, 809.00, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26914, 1902, 'Good bargain stores', 4125, 14, 27, 240.37, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26915, 1902, 'Good bargain stores', 580, 18, 27, 176.75, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26916, 1902, 'Good bargain stores', 944, 13, 27, 510.10, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26917, 1902, 'Good bargain stores', 1786, 2, 27, 16.80, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26918, 1902, 'Good bargain stores', 369, 10, 27, 13.63, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26919, 1902, 'Good bargain stores', 1688, 13, 27, 47.75, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26920, 1902, 'Good bargain stores', 3574, 12, 27, 17.50, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26921, 1902, 'Good bargain stores', 3922, 16, 27, 26.99, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26922, 1902, 'Good bargain stores', 2524, 18, 27, 12.70, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26923, 1902, 'Good bargain stores', 3768, 15, 27, 3.85, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26924, 1902, 'Good bargain stores', 686, 10, 27, 4.04, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26925, 1902, 'Good bargain stores', 803, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26926, 1902, 'Good bargain stores', 949, 5, 27, 0.31, 1, 1, 'ai_bid', '2024-08-01 02:36:03', '2024-08-01 02:36:03', '2024-08-02 02:37:03'),
(26927, 1850, 'Chanadus', 4072, 5, 24, 11.23, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26928, 1850, 'Chanadus', 3083, 18, 24, 51.50, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26929, 1850, 'Chanadus', 112, 2, 24, 12.79, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26930, 1850, 'Chanadus', 3419, 14, 24, 6.22, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26931, 1850, 'Chanadus', 5765, 13, 24, 9.35, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26932, 1850, 'Chanadus', 1600, 4, 24, 179.46, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26933, 1850, 'Chanadus', 2908, 19, 24, 288.40, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26934, 1850, 'Chanadus', 3855, 4, 24, 726.19, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26935, 1850, 'Chanadus', 4388, 14, 24, 10.80, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26936, 1850, 'Chanadus', 3223, 5, 24, 103.70, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26937, 1850, 'Chanadus', 1280, 19, 24, 21.09, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26938, 1850, 'Chanadus', 288, 6, 24, 11.68, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26939, 1850, 'Chanadus', 6110, 11, 24, 2.14, 1, 1, 'ai_bid', '2024-08-01 04:12:03', '2024-08-01 04:12:03', '2024-08-02 04:12:03'),
(26940, 1850, 'Chanadus', 5787, 17, 24, 3.38, 1, 1, 'ai_bid', '2024-08-01 04:12:04', '2024-08-01 04:12:04', '2024-08-02 04:13:03'),
(26941, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-08-01 04:12:04', '2024-08-01 04:12:04', '2024-08-02 04:13:03'),
(26942, 1915, 'BnBGlobal', 2088, 5, NULL, 16.00, 4, 1, 'manual_bid', '2024-08-01 05:37:35', '2024-08-01 05:37:35', '2024-08-02 05:38:03'),
(26943, 1915, 'BnBGlobal', 1953, 5, NULL, 5.00, 7, 1, 'manual_bid', '2024-08-01 05:45:00', '2024-08-01 05:45:00', '2024-08-02 05:45:04'),
(26944, 1798, 'Feelyards', 3917, 2, NULL, 500.00, 1, 1, 'manual_bid', '2024-08-01 06:17:57', '2024-08-01 06:17:57', '2024-08-02 06:18:04'),
(26945, 1798, 'Feelyards', 3107, 2, NULL, 200.00, 2, 1, 'manual_bid', '2024-08-01 06:20:10', '2024-08-01 06:20:10', '2024-08-02 06:21:03'),
(26946, 1798, 'Feelyards', 41, 2, NULL, 19.00, 1, 1, 'manual_bid', '2024-08-01 06:23:57', '2024-08-01 06:23:57', '2024-08-02 06:24:04'),
(26947, 1920, 'Nizzy', 81, 2, NULL, 5.00, 56, 1, 'manual_bid', '2024-08-01 08:11:38', '2024-08-01 08:11:38', '2024-08-02 08:12:03'),
(26948, 1850, 'Chanadus', 2547, 19, NULL, 201.00, 10, 1, 'manual_bid', '2024-08-01 08:44:29', '2024-08-01 08:44:29', '2024-08-02 08:45:04'),
(26949, 1850, 'Chanadus', 13, 2, NULL, 10.15, 8, 1, 'manual_bid', '2024-08-01 08:47:45', '2024-08-01 08:47:45', '2024-08-02 08:48:02'),
(26950, 1921, 'Baeniiz', 3102, 2, NULL, 40.00, 2, 1, 'manual_bid', '2024-08-01 09:02:56', '2024-08-01 09:02:56', '2024-08-02 09:03:03'),
(26951, 1877, 'Macarena00', 5182, 16, 23, 46.91, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26952, 1877, 'Macarena00', 44, 2, 23, 4.08, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26953, 1877, 'Macarena00', 3816, 15, 23, 37.79, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26954, 1877, 'Macarena00', 5004, 13, 23, 19.76, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26955, 1877, 'Macarena00', 4241, 18, 23, 63.86, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26956, 1877, 'Macarena00', 4868, 17, 23, 403.99, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26957, 1877, 'Macarena00', 549, 7, 23, 10.60, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26958, 1877, 'Macarena00', 2367, 19, 23, 3.12, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26959, 1877, 'Macarena00', 3588, 12, 23, 16.58, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26960, 1877, 'Macarena00', 5977, 17, 23, 18.89, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26961, 1877, 'Macarena00', 963, 5, 23, 2.02, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26962, 1877, 'Macarena00', 3213, 4, 23, 6.05, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26963, 1877, 'Macarena00', 3051, 18, 23, 72.79, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26964, 1877, 'Macarena00', 5190, 16, 23, 328.60, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26965, 1877, 'Macarena00', 1502, 19, 23, 12360.00, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26966, 1877, 'Macarena00', 5036, 16, 23, 103.00, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26967, 1877, 'Macarena00', 1384, 15, 23, 43.05, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26968, 1877, 'Macarena00', 705, 19, 23, 65.92, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26969, 1877, 'Macarena00', 4955, 14, 23, 11.65, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26970, 1877, 'Macarena00', 755, 19, 23, 33.32, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26971, 1877, 'Macarena00', 4219, 5, 23, 1.29, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26972, 1877, 'Macarena00', 3761, 14, 23, 14.54, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26973, 1877, 'Macarena00', 1640, 19, 23, 1.03, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26974, 1877, 'Macarena00', 1818, 19, 23, 1.02, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26975, 1877, 'Macarena00', 1829, 5, 23, 0.78, 1, 1, 'ai_bid', '2024-08-01 16:22:02', '2024-08-01 16:22:02', '2024-08-02 16:22:04'),
(26976, 1912, 'Linus', 5182, 16, 29, 46.45, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26977, 1912, 'Linus', 44, 2, 29, 4.04, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26978, 1912, 'Linus', 3816, 15, 29, 36.71, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26979, 1912, 'Linus', 5004, 13, 29, 19.95, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26980, 1912, 'Linus', 4241, 18, 29, 61.43, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26981, 1912, 'Linus', 4868, 17, 29, 403.99, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26982, 1912, 'Linus', 549, 7, 29, 10.40, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26983, 1912, 'Linus', 2367, 19, 29, 3.15, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26984, 1912, 'Linus', 3588, 12, 29, 15.95, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26985, 1912, 'Linus', 5977, 17, 29, 18.89, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26986, 1912, 'Linus', 963, 5, 29, 2.10, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26987, 1912, 'Linus', 3213, 4, 29, 6.05, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26988, 1912, 'Linus', 3051, 18, 29, 72.79, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26989, 1912, 'Linus', 5190, 16, 29, 322.40, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26990, 1912, 'Linus', 5036, 16, 29, 106.00, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26991, 1912, 'Linus', 4353, 18, 29, 499.94, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26992, 1912, 'Linus', 1384, 15, 29, 42.23, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26993, 1912, 'Linus', 705, 19, 29, 67.20, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26994, 1912, 'Linus', 4955, 14, 29, 11.54, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26995, 1912, 'Linus', 755, 19, 29, 34.64, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26996, 1912, 'Linus', 5680, 10, 29, 48.95, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26997, 1912, 'Linus', 3440, 14, 29, 22.10, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26998, 1912, 'Linus', 2936, 10, 29, 2223.77, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(26999, 1912, 'Linus', 4219, 5, 29, 1.31, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27000, 1912, 'Linus', 3761, 14, 29, 14.54, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27001, 1912, 'Linus', 1425, 5, 29, 16.97, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27002, 1912, 'Linus', 5126, 16, 29, 214.24, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27003, 1912, 'Linus', 1905, 18, 29, 109.18, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27004, 1912, 'Linus', 3913, 16, 29, 183.99, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27005, 1912, 'Linus', 4312, 15, 29, 13.58, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27006, 1912, 'Linus', 425, 17, 29, 38.25, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27007, 1912, 'Linus', 104, 2, 29, 35.03, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27008, 1912, 'Linus', 3872, 15, 29, 31.80, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27009, 1912, 'Linus', 4460, 15, 29, 41.98, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27010, 1912, 'Linus', 1897, 19, 29, 436.56, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27011, 1912, 'Linus', 1609, 19, 29, 13.51, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27012, 1912, 'Linus', 4529, 14, 29, 137.70, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27013, 1912, 'Linus', 1429, 5, 29, 132.60, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27014, 1912, 'Linus', 5479, 17, 29, 530.25, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27015, 1912, 'Linus', 1398, 18, 29, 48.21, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27016, 1912, 'Linus', 3687, 14, 29, 80.50, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27017, 1912, 'Linus', 3118, 18, 29, 90.47, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27018, 1912, 'Linus', 2709, 14, 29, 27.98, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27019, 1912, 'Linus', 1114, 4, 29, 7.78, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27020, 1912, 'Linus', 5699, 10, 29, 15.84, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27021, 1912, 'Linus', 279, 18, 29, 304.71, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27022, 1912, 'Linus', 2307, 2, 29, 48.44, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27023, 1912, 'Linus', 2206, 2, 29, 81.60, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27024, 1912, 'Linus', 5507, 17, 29, 1326.00, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27025, 1912, 'Linus', 4544, 14, 29, 312.70, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27026, 1912, 'Linus', 2068, 4, 29, 780.00, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27027, 1912, 'Linus', 3184, 5, 29, 9.77, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27028, 1912, 'Linus', 5016, 11, 29, 305.55, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27029, 1912, 'Linus', 1723, 18, 29, 30.55, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27030, 1912, 'Linus', 3686, 14, 29, 12.94, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27031, 1912, 'Linus', 2521, 10, 29, 398.20, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27032, 1912, 'Linus', 3473, 10, 29, 347.81, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27033, 1912, 'Linus', 3484, 13, 29, 20.39, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27034, 1912, 'Linus', 1071, 4, 29, 4.16, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27035, 1912, 'Linus', 3688, 18, 29, 58.77, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27036, 1912, 'Linus', 2344, 4, 29, 103.00, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27037, 1912, 'Linus', 5718, 15, 29, 154.50, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27038, 1912, 'Linus', 2028, 19, 29, 40.17, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27039, 1912, 'Linus', 190, 16, 29, 262.50, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27040, 1912, 'Linus', 4560, 5, 29, 23.86, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27041, 1912, 'Linus', 659, 10, 29, 8.08, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27042, 1912, 'Linus', 2715, 16, 29, 35.33, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27043, 1912, 'Linus', 5884, 13, 29, 20.59, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27044, 1912, 'Linus', 345, 15, 29, 104.83, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27045, 1912, 'Linus', 1465, 19, 29, 17.84, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27046, 1912, 'Linus', 5779, 15, 29, 26.25, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27047, 1912, 'Linus', 220, 12, 29, 146.32, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27048, 1912, 'Linus', 3181, 4, 29, 61.60, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27049, 1912, 'Linus', 5613, 16, 29, 20.19, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27050, 1912, 'Linus', 5094, 16, 29, 20.99, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27051, 1912, 'Linus', 5000, 13, 29, 21.00, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27052, 1912, 'Linus', 4784, 17, 29, 21.30, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27053, 1912, 'Linus', 1640, 19, 29, 1.01, 1, 1, 'ai_bid', '2024-08-01 16:22:03', '2024-08-01 16:22:03', '2024-08-02 16:22:04'),
(27054, 1869, 'Anatoliy fast store', 1617, 17, 25, 16.74, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27055, 1869, 'Anatoliy fast store', 3894, 11, 25, 827.19, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27056, 1869, 'Anatoliy fast store', 5340, 16, 25, 11.65, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27057, 1869, 'Anatoliy fast store', 2612, 14, 25, 17.94, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27058, 1869, 'Anatoliy fast store', 1853, 19, 25, 32.31, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27059, 1869, 'Anatoliy fast store', 5445, 16, 25, 13.51, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27060, 1869, 'Anatoliy fast store', 6136, 11, 25, 16.96, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27061, 1869, 'Anatoliy fast store', 3450, 10, 25, 5.15, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27062, 1869, 'Anatoliy fast store', 5694, 15, 25, 282.80, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27063, 1869, 'Anatoliy fast store', 4192, 14, 25, 21.20, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27064, 1869, 'Anatoliy fast store', 3318, 5, 25, 1.20, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27065, 1869, 'Anatoliy fast store', 6171, 11, 25, 15.94, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27066, 1869, 'Anatoliy fast store', 3846, 16, 25, 5.29, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27067, 1869, 'Anatoliy fast store', 1844, 19, 25, 0.30, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27068, 1869, 'Anatoliy fast store', 734, 19, 25, 0.22, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27069, 1869, 'Anatoliy fast store', 949, 5, 25, 0.31, 1, 1, 'ai_bid', '2024-08-01 21:22:03', '2024-08-01 21:22:03', '2024-08-02 21:22:04'),
(27070, 1876, 'Etiuko', 3272, 5, 28, 46.45, 1, 1, 'ai_bid', '2024-08-01 21:48:03', '2024-08-01 21:48:03', '2024-08-02 21:48:04'),
(27071, 1876, 'Etiuko', 2061, 4, 28, 55.11, 1, 1, 'ai_bid', '2024-08-01 21:48:03', '2024-08-01 21:48:03', '2024-08-02 21:48:04'),
(27072, 1876, 'Etiuko', 4996, 14, 28, 10.49, 1, 1, 'ai_bid', '2024-08-01 21:48:03', '2024-08-01 21:48:03', '2024-08-02 21:48:04'),
(27073, 1876, 'Etiuko', 2085, 12, 28, 29.18, 1, 1, 'ai_bid', '2024-08-01 21:48:03', '2024-08-01 21:48:03', '2024-08-02 21:48:04'),
(27074, 1876, 'Etiuko', 2370, 19, 28, 2.21, 1, 1, 'ai_bid', '2024-08-01 21:48:03', '2024-08-01 21:48:03', '2024-08-02 21:48:04'),
(27075, 1876, 'Etiuko', 5764, 13, 28, 1.52, 1, 1, 'ai_bid', '2024-08-01 21:48:03', '2024-08-01 21:48:03', '2024-08-02 21:48:04'),
(27076, 1902, 'Good bargain stores', 5062, 16, 26, 22.66, 1, 1, 'ai_bid', '2024-08-02 03:23:03', '2024-08-02 03:23:03', '2024-08-03 03:23:04'),
(27077, 1902, 'Good bargain stores', 440, 16, 26, 82.61, 1, 1, 'ai_bid', '2024-08-02 03:23:03', '2024-08-02 03:23:03', '2024-08-03 03:23:04'),
(27078, 1902, 'Good bargain stores', 3454, 14, 26, 30.53, 1, 1, 'ai_bid', '2024-08-02 03:23:03', '2024-08-02 03:23:03', '2024-08-03 03:23:04'),
(27079, 1902, 'Good bargain stores', 4825, 12, 26, 181.37, 1, 1, 'ai_bid', '2024-08-02 03:23:03', '2024-08-02 03:23:03', '2024-08-03 03:23:04'),
(27080, 1902, 'Good bargain stores', 4129, 18, 26, 15.59, 1, 1, 'ai_bid', '2024-08-02 03:23:03', '2024-08-02 03:23:03', '2024-08-03 03:23:04'),
(27081, 1902, 'Good bargain stores', 454, 16, 26, 104.46, 1, 1, 'ai_bid', '2024-08-02 03:23:03', '2024-08-02 03:23:03', '2024-08-03 03:23:04'),
(27082, 1902, 'Good bargain stores', 417, 17, 26, 47.69, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27083, 1902, 'Good bargain stores', 4804, 12, 26, 21.48, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27084, 1902, 'Good bargain stores', 187, 16, 26, 30.29, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27085, 1902, 'Good bargain stores', 2200, 19, 26, 13.13, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27086, 1902, 'Good bargain stores', 969, 18, 26, 4.16, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27087, 1902, 'Good bargain stores', 2887, 19, 26, 4.73, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27088, 1902, 'Good bargain stores', 6085, 11, 26, 4.20, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27089, 1902, 'Good bargain stores', 3485, 10, 26, 5.82, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27090, 1902, 'Good bargain stores', 5812, 17, 26, 1.50, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27091, 1902, 'Good bargain stores', 1952, 19, 26, 1.38, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27092, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-08-02 03:23:04', '2024-08-02 03:23:04', '2024-08-03 03:23:04'),
(27093, 1902, 'Good bargain stores', 5359, 13, 27, 1259.99, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27094, 1902, 'Good bargain stores', 520, 17, 27, 38.82, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27095, 1902, 'Good bargain stores', 1357, 15, 27, 51.66, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27096, 1902, 'Good bargain stores', 1391, 15, 27, 40.17, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27097, 1902, 'Good bargain stores', 5109, 16, 27, 297.72, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27098, 1902, 'Good bargain stores', 3110, 2, 27, 31.50, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27099, 1902, 'Good bargain stores', 988, 17, 27, 487.60, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27100, 1902, 'Good bargain stores', 5345, 14, 27, 52.01, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27101, 1902, 'Good bargain stores', 2124, 19, 27, 624.00, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27102, 1902, 'Good bargain stores', 4815, 17, 27, 17.94, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27103, 1902, 'Good bargain stores', 2233, 12, 27, 30.92, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27104, 1902, 'Good bargain stores', 3249, 5, 27, 11.43, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27105, 1902, 'Good bargain stores', 477, 19, 27, 435.96, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27106, 1902, 'Good bargain stores', 5570, 10, 27, 193.64, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27107, 1902, 'Good bargain stores', 878, 19, 27, 290.16, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27108, 1902, 'Good bargain stores', 3199, 5, 27, 115.25, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27109, 1902, 'Good bargain stores', 2257, 19, 27, 320.25, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27110, 1902, 'Good bargain stores', 4231, 5, 27, 106.00, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27111, 1902, 'Good bargain stores', 5844, 17, 27, 126.00, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27112, 1902, 'Good bargain stores', 1988, 19, 27, 6.29, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27113, 1902, 'Good bargain stores', 4964, 12, 27, 20.90, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27114, 1902, 'Good bargain stores', 6114, 11, 27, 4.86, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27115, 1902, 'Good bargain stores', 5181, 16, 27, 18.87, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27116, 1902, 'Good bargain stores', 1375, 15, 27, 25.75, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27117, 1902, 'Good bargain stores', 5367, 13, 27, 236.89, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27118, 1902, 'Good bargain stores', 4348, 18, 27, 232.29, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27119, 1902, 'Good bargain stores', 471, 19, 27, 338.28, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27120, 1902, 'Good bargain stores', 278, 18, 27, 325.47, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27121, 1902, 'Good bargain stores', 5612, 10, 27, 1041.02, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27122, 1902, 'Good bargain stores', 5780, 15, 27, 561.00, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27123, 1902, 'Good bargain stores', 1712, 5, 27, 61.80, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27124, 1902, 'Good bargain stores', 2607, 14, 27, 14.51, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27125, 1902, 'Good bargain stores', 1523, 10, 27, 1.59, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(27126, 1902, 'Good bargain stores', 4828, 12, 27, 38.30, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27127, 1902, 'Good bargain stores', 3763, 7, 27, 701.40, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27128, 1902, 'Good bargain stores', 5736, 16, 27, 105.03, 1, 1, 'ai_bid', '2024-08-02 03:49:03', '2024-08-02 03:49:03', '2024-08-03 03:49:05'),
(27129, 1902, 'Good bargain stores', 857, 12, 27, 94.68, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27130, 1902, 'Good bargain stores', 2399, 18, 27, 9.44, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27131, 1902, 'Good bargain stores', 386, 16, 27, 408.00, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27132, 1902, 'Good bargain stores', 1625, 19, 27, 5.30, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27133, 1902, 'Good bargain stores', 2392, 2, 27, 135.68, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27134, 1902, 'Good bargain stores', 1179, 18, 27, 16.03, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27135, 1902, 'Good bargain stores', 3481, 11, 27, 15.57, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27136, 1902, 'Good bargain stores', 6094, 15, 27, 24.29, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27137, 1902, 'Good bargain stores', 1167, 14, 27, 9.06, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27138, 1902, 'Good bargain stores', 1133, 19, 27, 25.50, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27139, 1902, 'Good bargain stores', 2522, 18, 27, 13.13, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27140, 1902, 'Good bargain stores', 646, 17, 27, 16.64, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27141, 1902, 'Good bargain stores', 2756, 14, 27, 234.59, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27142, 1902, 'Good bargain stores', 5240, 14, 27, 26.67, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27143, 1902, 'Good bargain stores', 669, 19, 27, 20.60, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27144, 1902, 'Good bargain stores', 3480, 11, 27, 20.99, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27145, 1902, 'Good bargain stores', 1987, 4, 27, 56.52, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27146, 1902, 'Good bargain stores', 1312, 19, 27, 7.27, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27147, 1902, 'Good bargain stores', 6106, 11, 27, 10.81, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27148, 1902, 'Good bargain stores', 438, 18, 27, 1458.61, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27149, 1902, 'Good bargain stores', 5992, 11, 27, 80.80, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27150, 1902, 'Good bargain stores', 4328, 18, 27, 839.99, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27151, 1902, 'Good bargain stores', 2978, 14, 27, 210.59, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27152, 1902, 'Good bargain stores', 1503, 19, 27, 24.72, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27153, 1902, 'Good bargain stores', 5284, 14, 27, 360.96, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27154, 1902, 'Good bargain stores', 568, 17, 27, 15.60, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27155, 1902, 'Good bargain stores', 4523, 16, 27, 3.06, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27156, 1902, 'Good bargain stores', 1920, 12, 27, 40.39, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27157, 1902, 'Good bargain stores', 3482, 10, 27, 5.10, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27158, 1902, 'Good bargain stores', 3927, 11, 27, 37.43, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27159, 1902, 'Good bargain stores', 4979, 12, 27, 4.58, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27160, 1902, 'Good bargain stores', 719, 18, 27, 18.51, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27161, 1902, 'Good bargain stores', 2999, 19, 27, 105.00, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27162, 1902, 'Good bargain stores', 6060, 11, 27, 10.30, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27163, 1902, 'Good bargain stores', 2686, 18, 27, 778.26, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27164, 1902, 'Good bargain stores', 2537, 17, 27, 27.93, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:05'),
(27165, 1902, 'Good bargain stores', 670, 10, 27, 8.24, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:06'),
(27166, 1902, 'Good bargain stores', 4374, 15, 27, 9.53, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:06'),
(27167, 1902, 'Good bargain stores', 1575, 19, 27, 2.57, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:06'),
(27168, 1902, 'Good bargain stores', 1844, 19, 27, 0.31, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:06'),
(27169, 1902, 'Good bargain stores', 1827, 19, 27, 0.13, 1, 1, 'ai_bid', '2024-08-02 03:49:04', '2024-08-02 03:49:04', '2024-08-03 03:49:06'),
(27170, 1850, 'Chanadus', 3833, 4, 24, 5.30, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27171, 1850, 'Chanadus', 4343, 18, 24, 176.39, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27172, 1850, 'Chanadus', 4485, 16, 24, 30.59, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27173, 1850, 'Chanadus', 581, 18, 24, 101.00, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27174, 1850, 'Chanadus', 1355, 19, 24, 17.34, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27175, 1850, 'Chanadus', 4862, 14, 24, 15.02, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27176, 1850, 'Chanadus', 5530, 10, 24, 9.38, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27177, 1850, 'Chanadus', 3906, 16, 24, 200.54, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27178, 1850, 'Chanadus', 5316, 14, 24, 164.21, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27179, 1850, 'Chanadus', 4997, 11, 24, 160.64, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27180, 1850, 'Chanadus', 722, 19, 24, 35.00, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27181, 1850, 'Chanadus', 1947, 18, 24, 319.75, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27182, 1850, 'Chanadus', 269, 2, 24, 173.25, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27183, 1850, 'Chanadus', 1797, 7, 24, 15.15, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27184, 1850, 'Chanadus', 2586, 10, 24, 20.07, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27185, 1850, 'Chanadus', 5803, 13, 24, 15.14, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27186, 1850, 'Chanadus', 803, 19, 24, 0.21, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27187, 1850, 'Chanadus', 1844, 19, 24, 0.31, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27188, 1850, 'Chanadus', 1827, 19, 24, 0.13, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27189, 1850, 'Chanadus', 1894, 19, 24, 0.21, 1, 1, 'ai_bid', '2024-08-02 05:24:03', '2024-08-02 05:24:03', '2024-08-03 05:24:06'),
(27190, 1850, 'Chanadus', 3719, 19, NULL, 68.00, 20, 1, 'manual_bid', '2024-08-02 16:20:26', '2024-08-02 16:20:26', '2024-08-03 16:24:18'),
(27191, 1850, 'Chanadus', 4900, 13, NULL, 135.00, 5, 1, 'manual_bid', '2024-08-02 16:23:19', '2024-08-02 16:23:19', '2024-08-03 16:24:18'),
(27192, 1850, 'Chanadus', 2359, 19, NULL, 31.00, 2, 1, 'manual_bid', '2024-08-02 16:29:06', '2024-08-02 16:29:06', '2024-08-03 19:32:17'),
(27193, 1850, 'Chanadus', 727, 19, NULL, 5.00, 3, 1, 'manual_bid', '2024-08-02 16:31:03', '2024-08-02 16:31:03', '2024-08-03 19:32:17'),
(27194, 1920, 'Nizzy', 3107, 2, NULL, 200.00, 1, 1, 'manual_bid', '2024-08-02 16:42:37', '2024-08-02 16:42:37', '2024-08-03 19:32:17'),
(27195, 1886, 'Lovenest Luxe', 89, 2, NULL, 121.00, 2, 1, 'manual_bid', '2024-08-02 16:43:21', '2024-08-02 16:43:21', '2024-08-03 19:32:17'),
(27196, 1920, 'Nizzy', 4956, 12, NULL, 41.00, 2, 1, 'manual_bid', '2024-08-02 16:44:52', '2024-08-02 16:44:52', '2024-08-03 19:32:17'),
(27197, 1921, 'Baeniiz', 3857, 2, NULL, 40.00, 2, 1, 'manual_bid', '2024-08-02 16:50:34', '2024-08-02 16:50:34', '2024-08-03 19:32:17'),
(27198, 1915, 'BnBGlobal', 4210, 5, NULL, 30.00, 2, 1, 'manual_bid', '2024-08-02 16:51:05', '2024-08-02 16:51:05', '2024-08-03 19:32:17'),
(27199, 1886, 'Lovenest Luxe', 3071, 2, NULL, 30.00, 1, 1, 'manual_bid', '2024-08-02 16:52:55', '2024-08-02 16:52:55', '2024-08-03 19:32:17'),
(27200, 1886, 'Lovenest Luxe', 355, 2, NULL, 11.00, 1, 1, 'manual_bid', '2024-08-02 16:55:33', '2024-08-02 16:55:33', '2024-08-03 19:32:17'),
(27201, 1915, 'BnBGlobal', 1419, 5, NULL, 41.00, 1, 1, 'manual_bid', '2024-08-02 17:05:09', '2024-08-02 17:05:09', '2024-08-03 19:32:17'),
(27202, 1798, 'Feelyards', 3691, 14, NULL, 471.00, 1, 1, 'manual_bid', '2024-08-02 17:21:23', '2024-08-02 17:21:23', '2024-08-03 19:32:17'),
(27203, 1798, 'Feelyards', 5123, 16, NULL, 370.00, 1, 1, 'manual_bid', '2024-08-02 17:27:54', '2024-08-02 17:27:54', '2024-08-03 19:32:17'),
(27204, 1798, 'Feelyards', 960, 7, NULL, 91.00, 1, 1, 'manual_bid', '2024-08-02 17:31:50', '2024-08-02 17:31:50', '2024-08-03 19:32:17'),
(27205, 1877, 'Macarena00', 228, 5, 23, 5.14, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27206, 1877, 'Macarena00', 4763, 14, 23, 71.39, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27207, 1877, 'Macarena00', 853, 19, 23, 250.15, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27208, 1877, 'Macarena00', 1540, 2, 23, 33.33, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27209, 1877, 'Macarena00', 1604, 18, 23, 1271.59, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27210, 1877, 'Macarena00', 1920, 12, 23, 39.24, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27211, 1877, 'Macarena00', 4537, 16, 23, 531.05, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27212, 1877, 'Macarena00', 6063, 11, 23, 12.72, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27213, 1877, 'Macarena00', 3110, 2, 23, 31.50, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27214, 1877, 'Macarena00', 4977, 14, 23, 5.14, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27215, 1877, 'Macarena00', 1532, 19, 23, 997.50, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27216, 1877, 'Macarena00', 3208, 5, 23, 1612.00, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27217, 1877, 'Macarena00', 769, 2, 23, 108.07, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27218, 1877, 'Macarena00', 3752, 7, 23, 62.29, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27219, 1877, 'Macarena00', 5826, 15, 23, 6.00, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27220, 1877, 'Macarena00', 3098, 2, 23, 71.40, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27221, 1877, 'Macarena00', 3171, 5, 23, 17.17, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27222, 1877, 'Macarena00', 6067, 11, 23, 22.44, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27223, 1877, 'Macarena00', 977, 5, 23, 62.40, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27224, 1877, 'Macarena00', 4040, 18, 23, 20.63, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27225, 1877, 'Macarena00', 3857, 2, 23, 40.20, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27226, 1877, 'Macarena00', 5109, 16, 23, 294.91, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27227, 1877, 'Macarena00', 895, 10, 23, 243.89, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27228, 1877, 'Macarena00', 5062, 16, 23, 22.44, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27229, 1877, 'Macarena00', 1634, 19, 23, 1448.40, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27230, 1877, 'Macarena00', 1207, 18, 23, 60.90, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27231, 1877, 'Macarena00', 4396, 14, 23, 101.86, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27232, 1877, 'Macarena00', 2766, 19, 23, 329.46, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27233, 1877, 'Macarena00', 3473, 10, 23, 354.63, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27234, 1877, 'Macarena00', 3382, 10, 23, 2.50, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27235, 1877, 'Macarena00', 5274, 16, 23, 152.50, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27236, 1877, 'Macarena00', 5106, 16, 23, 85.68, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27237, 1877, 'Macarena00', 3387, 10, 23, 22.44, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27238, 1877, 'Macarena00', 842, 19, 23, 17.75, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27239, 1877, 'Macarena00', 3170, 19, 23, 530.39, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27240, 1877, 'Macarena00', 216, 7, 23, 17.10, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27241, 1877, 'Macarena00', 1305, 15, 23, 43.04, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27242, 1877, 'Macarena00', 798, 18, 23, 16.47, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27243, 1877, 'Macarena00', 4014, 17, 23, 7.75, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27244, 1877, 'Macarena00', 2059, 4, 23, 1541.91, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27245, 1877, 'Macarena00', 185, 16, 23, 72.79, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27246, 1877, 'Macarena00', 3119, 4, 23, 61.29, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27247, 1877, 'Macarena00', 1859, 18, 23, 3.74, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27248, 1877, 'Macarena00', 1746, 2, 23, 187.95, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27249, 1877, 'Macarena00', 1990, 19, 23, 54.36, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27250, 1877, 'Macarena00', 5220, 13, 23, 103.01, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27251, 1877, 'Macarena00', 2816, 16, 23, 13.64, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27252, 1877, 'Macarena00', 5259, 16, 23, 30.59, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27253, 1877, 'Macarena00', 4399, 18, 23, 25.90, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27254, 1877, 'Macarena00', 1002, 16, 23, 338.09, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27255, 1877, 'Macarena00', 2108, 19, 23, 41.46, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27256, 1877, 'Macarena00', 5933, 11, 23, 54.16, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27257, 1877, 'Macarena00', 3648, 18, 23, 481.95, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27258, 1877, 'Macarena00', 4193, 14, 23, 1784.99, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:17'),
(27259, 1877, 'Macarena00', 1249, 18, 23, 41.20, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:18'),
(27260, 1877, 'Macarena00', 553, 7, 23, 9.27, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:18'),
(27261, 1877, 'Macarena00', 5940, 17, 23, 3.09, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:18'),
(27262, 1877, 'Macarena00', 1837, 5, 23, 1.05, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:18'),
(27263, 1877, 'Macarena00', 1952, 19, 23, 1.34, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:18'),
(27264, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:18'),
(27265, 1877, 'Macarena00', 734, 19, 23, 0.22, 1, 1, 'ai_bid', '2024-08-02 17:33:03', '2024-08-02 17:33:03', '2024-08-03 19:32:18'),
(27266, 1798, 'Feelyards', 366, 7, NULL, 3.00, 1, 1, 'manual_bid', '2024-08-02 17:33:07', '2024-08-02 17:33:07', '2024-08-03 19:32:18'),
(27267, 1912, 'Linus', 3984, 18, 29, 103.00, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27268, 1912, 'Linus', 415, 18, 29, 132.29, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27269, 1912, 'Linus', 4826, 12, 29, 15.59, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27270, 1912, 'Linus', 675, 19, 29, 31.50, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27271, 1912, 'Linus', 1409, 14, 29, 11.10, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27272, 1912, 'Linus', 4497, 15, 29, 15.89, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27273, 1912, 'Linus', 4761, 12, 29, 215.18, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27274, 1912, 'Linus', 3207, 5, 29, 3876.00, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27275, 1912, 'Linus', 5096, 16, 29, 23.60, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27276, 1912, 'Linus', 6005, 11, 29, 1047.90, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27277, 1912, 'Linus', 4973, 14, 29, 19.75, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27278, 1912, 'Linus', 3154, 4, 29, 35.30, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27279, 1912, 'Linus', 4195, 14, 29, 873.59, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27280, 1912, 'Linus', 5972, 17, 29, 15.44, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27281, 1912, 'Linus', 2700, 18, 29, 3001.95, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27282, 1912, 'Linus', 2952, 19, 29, 566.50, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27283, 1912, 'Linus', 1519, 10, 29, 14.73, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27284, 1912, 'Linus', 1355, 19, 29, 17.68, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27285, 1912, 'Linus', 1229, 19, 29, 208.00, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27286, 1912, 'Linus', 4099, 5, 29, 204.00, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27287, 1912, 'Linus', 1305, 15, 29, 42.22, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27288, 1912, 'Linus', 4145, 5, 29, 191.16, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27289, 1912, 'Linus', 4876, 17, 29, 41.17, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27290, 1912, 'Linus', 81, 2, 29, 4.20, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27291, 1912, 'Linus', 1386, 2, 29, 9.11, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27292, 1912, 'Linus', 730, 19, 29, 72.61, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27293, 1912, 'Linus', 4602, 16, 29, 30.69, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27294, 1912, 'Linus', 1654, 19, 29, 32.54, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27295, 1912, 'Linus', 3124, 2, 29, 44.10, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27296, 1912, 'Linus', 664, 17, 29, 10.30, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27297, 1912, 'Linus', 3039, 18, 29, 25.49, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27298, 1912, 'Linus', 3012, 13, 29, 401.42, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27299, 1912, 'Linus', 5473, 17, 29, 233.20, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27300, 1912, 'Linus', 1511, 14, 29, 21.12, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27301, 1912, 'Linus', 5230, 13, 29, 4.36, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27302, 1912, 'Linus', 2608, 19, 29, 10.20, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27303, 1912, 'Linus', 6110, 11, 29, 2.16, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27304, 1912, 'Linus', 1894, 19, 29, 0.20, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27305, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-08-02 17:34:04', '2024-08-02 17:34:04', '2024-08-03 19:32:18'),
(27306, 1869, 'Anatoliy fast store', 5499, 10, 25, 53.54, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27307, 1869, 'Anatoliy fast store', 4733, 12, 25, 64.46, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27308, 1869, 'Anatoliy fast store', 3698, 14, 25, 202.45, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27309, 1869, 'Anatoliy fast store', 4591, 5, 25, 16.63, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27310, 1869, 'Anatoliy fast store', 119, 7, 25, 6.72, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27311, 1869, 'Anatoliy fast store', 1217, 14, 25, 44.71, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27312, 1869, 'Anatoliy fast store', 4205, 14, 25, 7.87, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27313, 1869, 'Anatoliy fast store', 1321, 2, 25, 28.36, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27314, 1869, 'Anatoliy fast store', 4583, 5, 25, 50.87, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27315, 1869, 'Anatoliy fast store', 1132, 16, 25, 25.65, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27316, 1869, 'Anatoliy fast store', 59, 2, 25, 8.24, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27317, 1869, 'Anatoliy fast store', 4773, 12, 25, 52.47, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27318, 1869, 'Anatoliy fast store', 2752, 14, 25, 70.34, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27319, 1869, 'Anatoliy fast store', 5964, 17, 25, 46.31, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27320, 1869, 'Anatoliy fast store', 2406, 2, 25, 114.71, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27321, 1869, 'Anatoliy fast store', 3419, 14, 25, 6.16, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27322, 1869, 'Anatoliy fast store', 1421, 5, 25, 19.57, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27323, 1869, 'Anatoliy fast store', 2360, 19, 25, 51.50, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27324, 1869, 'Anatoliy fast store', 467, 19, 25, 36.45, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27325, 1869, 'Anatoliy fast store', 730, 19, 25, 72.61, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27326, 1869, 'Anatoliy fast store', 1147, 19, 25, 103.00, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27327, 1869, 'Anatoliy fast store', 4140, 14, 25, 99.99, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27328, 1869, 'Anatoliy fast store', 5945, 17, 25, 3.41, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27329, 1869, 'Anatoliy fast store', 6042, 15, 25, 3.80, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27330, 1869, 'Anatoliy fast store', 5091, 14, 25, 5.04, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27331, 1869, 'Anatoliy fast store', 674, 10, 25, 8.08, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27332, 1869, 'Anatoliy fast store', 5802, 13, 25, 20.79, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27333, 1869, 'Anatoliy fast store', 3568, 12, 25, 13.79, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27334, 1869, 'Anatoliy fast store', 945, 5, 25, 9.18, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27335, 1869, 'Anatoliy fast store', 4521, 16, 25, 13.38, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27336, 1869, 'Anatoliy fast store', 1773, 19, 25, 9.26, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27337, 1869, 'Anatoliy fast store', 4257, 14, 25, 9.18, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27338, 1869, 'Anatoliy fast store', 4511, 16, 25, 2.07, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27339, 1869, 'Anatoliy fast store', 3222, 5, 25, 4.16, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27340, 1869, 'Anatoliy fast store', 597, 10, 25, 3.06, 1, 1, 'ai_bid', '2024-08-02 22:33:03', '2024-08-02 22:33:03', '2024-08-03 22:34:02'),
(27341, 1876, 'Etiuko', 2948, 14, 28, 36.02, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27342, 1876, 'Etiuko', 5617, 10, 28, 5.92, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27343, 1876, 'Etiuko', 4491, 15, 28, 24.24, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27344, 1876, 'Etiuko', 5647, 15, 28, 12.12, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27345, 1876, 'Etiuko', 5852, 15, 28, 38.37, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27346, 1876, 'Etiuko', 4097, 14, 28, 20.79, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27347, 1876, 'Etiuko', 2078, 7, 28, 3.91, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27348, 1876, 'Etiuko', 3225, 5, 28, 1.14, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27349, 1876, 'Etiuko', 1842, 19, 28, 1.03, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27350, 1876, 'Etiuko', 1585, 13, 28, 1.61, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27351, 1876, 'Etiuko', 2023, 19, 28, 1.02, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27352, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-08-02 22:59:03', '2024-08-02 22:59:03', '2024-08-03 23:00:02'),
(27353, 1902, 'Good bargain stores', 5503, 17, 26, 82.49, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27354, 1902, 'Good bargain stores', 4171, 18, 26, 26.24, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27355, 1902, 'Good bargain stores', 2634, 18, 26, 15.01, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27356, 1902, 'Good bargain stores', 821, 18, 26, 141.59, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27357, 1902, 'Good bargain stores', 6001, 17, 26, 31.49, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27358, 1902, 'Good bargain stores', 528, 17, 26, 15.75, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27359, 1902, 'Good bargain stores', 2731, 18, 26, 165.64, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27360, 1902, 'Good bargain stores', 858, 19, 26, 14.38, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27361, 1902, 'Good bargain stores', 4067, 18, 26, 12.14, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27362, 1902, 'Good bargain stores', 308, 7, 26, 7.84, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27363, 1902, 'Good bargain stores', 3519, 10, 26, 44.00, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27364, 1902, 'Good bargain stores', 2650, 14, 26, 15.24, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27365, 1902, 'Good bargain stores', 619, 7, 26, 4.12, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27366, 1902, 'Good bargain stores', 734, 19, 26, 0.23, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27367, 1902, 'Good bargain stores', 756, 19, 26, 0.47, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27368, 1902, 'Good bargain stores', 1894, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-03 04:35:08', '2024-08-03 04:35:08', '2024-08-04 04:36:02'),
(27369, 1902, 'Good bargain stores', 57, 2, 27, 6.24, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27370, 1902, 'Good bargain stores', 5376, 1, 27, 19.23, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27371, 1902, 'Good bargain stores', 676, 10, 27, 2.04, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27372, 1902, 'Good bargain stores', 3608, 17, 27, 89.00, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27373, 1902, 'Good bargain stores', 2567, 14, 27, 415.99, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27374, 1902, 'Good bargain stores', 3569, 12, 27, 12.35, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27375, 1902, 'Good bargain stores', 4908, 13, 27, 140.85, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27376, 1902, 'Good bargain stores', 4106, 5, 27, 1.35, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27377, 1902, 'Good bargain stores', 5167, 16, 27, 185.39, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27378, 1902, 'Good bargain stores', 4418, 16, 27, 3000.90, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27379, 1902, 'Good bargain stores', 4481, 15, 27, 54.54, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27380, 1902, 'Good bargain stores', 1226, 19, 27, 270.30, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27381, 1902, 'Good bargain stores', 3872, 15, 27, 30.30, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27382, 1902, 'Good bargain stores', 3988, 12, 27, 32.96, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27383, 1902, 'Good bargain stores', 459, 19, 27, 780.00, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27384, 1902, 'Good bargain stores', 4406, 15, 27, 25.43, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27385, 1902, 'Good bargain stores', 2623, 14, 27, 9.48, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27386, 1902, 'Good bargain stores', 3812, 4, 27, 30.11, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27387, 1902, 'Good bargain stores', 5880, 13, 27, 10.29, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27388, 1902, 'Good bargain stores', 2668, 18, 27, 1314.78, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27389, 1902, 'Good bargain stores', 15, 2, 27, 24.15, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27390, 1902, 'Good bargain stores', 510, 17, 27, 10.59, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27391, 1902, 'Good bargain stores', 494, 19, 27, 16.04, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27392, 1902, 'Good bargain stores', 4471, 15, 27, 1472.89, 1, 1, 'ai_bid', '2024-08-03 05:01:05', '2024-08-03 05:01:05', '2024-08-04 05:02:02'),
(27393, 1902, 'Good bargain stores', 5995, 17, 27, 202.77, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27394, 1902, 'Good bargain stores', 1139, 4, 27, 17.68, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27395, 1902, 'Good bargain stores', 1052, 19, 27, 62.99, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27396, 1902, 'Good bargain stores', 1690, 18, 27, 17.77, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27397, 1902, 'Good bargain stores', 4356, 18, 27, 91.79, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27398, 1902, 'Good bargain stores', 3178, 4, 27, 5.47, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27399, 1902, 'Good bargain stores', 298, 18, 27, 9.52, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27400, 1902, 'Good bargain stores', 1773, 19, 27, 9.44, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27401, 1902, 'Good bargain stores', 5179, 16, 27, 81.59, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27402, 1902, 'Good bargain stores', 4831, 12, 27, 165.34, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27403, 1902, 'Good bargain stores', 3842, 4, 27, 20.60, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27404, 1902, 'Good bargain stores', 3077, 2, 27, 7.49, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27405, 1902, 'Good bargain stores', 5398, 14, 27, 530.45, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27406, 1902, 'Good bargain stores', 5112, 16, 27, 13.13, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27407, 1902, 'Good bargain stores', 6052, 15, 27, 30.59, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27408, 1902, 'Good bargain stores', 3700, 14, 27, 212.85, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27409, 1902, 'Good bargain stores', 5563, 10, 27, 22.25, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27410, 1902, 'Good bargain stores', 5496, 10, 27, 64.04, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27411, 1902, 'Good bargain stores', 2438, 5, 27, 136.50, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27412, 1902, 'Good bargain stores', 1946, 10, 27, 4.60, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27413, 1902, 'Good bargain stores', 1675, 17, 27, 29.14, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27414, 1902, 'Good bargain stores', 1547, 19, 27, 297.95, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27415, 1902, 'Good bargain stores', 209, 18, 27, 3113.30, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27416, 1902, 'Good bargain stores', 4972, 12, 27, 41.29, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27417, 1902, 'Good bargain stores', 185, 16, 27, 71.39, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27418, 1902, 'Good bargain stores', 3653, 14, 27, 493.50, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27419, 1902, 'Good bargain stores', 1978, 19, 27, 12.71, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27420, 1902, 'Good bargain stores', 3267, 5, 27, 3.17, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27421, 1902, 'Good bargain stores', 767, 19, 27, 3.06, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27422, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27423, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-08-03 05:01:06', '2024-08-03 05:01:06', '2024-08-04 05:02:02'),
(27424, 1850, 'Chanadus', 5718, 15, 24, 157.50, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27425, 1850, 'Chanadus', 1664, 17, 24, 39.78, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27426, 1850, 'Chanadus', 1501, 15, 24, 27.54, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27427, 1850, 'Chanadus', 3895, 11, 24, 31.79, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27428, 1850, 'Chanadus', 2797, 12, 24, 9.44, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27429, 1850, 'Chanadus', 5144, 16, 24, 36.39, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27430, 1850, 'Chanadus', 2675, 10, 24, 10.49, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27431, 1850, 'Chanadus', 4783, 12, 24, 30.43, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27432, 1850, 'Chanadus', 588, 18, 24, 295.36, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27433, 1850, 'Chanadus', 3359, 7, 24, 9.36, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27434, 1850, 'Chanadus', 3103, 18, 24, 139.36, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27435, 1850, 'Chanadus', 4900, 13, 24, 136.30, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27436, 1850, 'Chanadus', 2743, 19, 24, 41.99, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27437, 1850, 'Chanadus', 1561, 18, 24, 357.00, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27438, 1850, 'Chanadus', 173, 7, 24, 120.50, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27439, 1850, 'Chanadus', 2904, 14, 24, 9.40, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27440, 1850, 'Chanadus', 5585, 12, 24, 14.65, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27441, 1850, 'Chanadus', 1342, 10, 24, 6.17, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27442, 1850, 'Chanadus', 4556, 5, 24, 6.70, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27443, 1850, 'Chanadus', 624, 5, 24, 1.01, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27444, 1850, 'Chanadus', 1811, 5, 24, 0.21, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27445, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-08-03 06:36:04', '2024-08-03 06:36:04', '2024-08-04 06:37:02'),
(27446, 1877, 'Macarena00', 1845, 15, 23, 25.18, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27447, 1877, 'Macarena00', 2134, 2, 23, 36.02, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27448, 1877, 'Macarena00', 3902, 2, 23, 1068.48, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27449, 1877, 'Macarena00', 880, 17, 23, 198.45, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27450, 1877, 'Macarena00', 177, 2, 23, 280.89, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27451, 1877, 'Macarena00', 3160, 19, 23, 203.00, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27452, 1877, 'Macarena00', 3532, 12, 23, 8.17, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27453, 1877, 'Macarena00', 1277, 10, 23, 34.47, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27454, 1877, 'Macarena00', 5919, 15, 23, 537.67, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27455, 1877, 'Macarena00', 2931, 19, 23, 602.70, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27456, 1877, 'Macarena00', 2600, 14, 23, 1008.99, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27457, 1877, 'Macarena00', 2491, 19, 23, 164.21, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27458, 1877, 'Macarena00', 5625, 10, 23, 4.74, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27459, 1877, 'Macarena00', 3235, 7, 23, 181.10, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27460, 1877, 'Macarena00', 2575, 7, 23, 45.22, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27461, 1877, 'Macarena00', 3833, 4, 23, 5.10, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27462, 1877, 'Macarena00', 901, 18, 23, 21.85, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27463, 1877, 'Macarena00', 4985, 13, 23, 312.00, 1, 1, 'ai_bid', '2024-08-03 20:44:02', '2024-08-03 20:44:02', '2024-08-04 20:44:02'),
(27464, 1877, 'Macarena00', 438, 18, 23, 1403.57, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27465, 1877, 'Macarena00', 4966, 11, 23, 2953.92, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27466, 1877, 'Macarena00', 1295, 15, 23, 8.60, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27467, 1877, 'Macarena00', 2864, 14, 23, 15.59, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27468, 1877, 'Macarena00', 3249, 5, 23, 11.65, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27469, 1877, 'Macarena00', 1184, 18, 23, 49.49, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27470, 1877, 'Macarena00', 269, 2, 23, 169.95, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27471, 1877, 'Macarena00', 3723, 19, 23, 237.35, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27472, 1877, 'Macarena00', 1917, 18, 23, 75.83, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27473, 1877, 'Macarena00', 344, 18, 23, 349.87, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27474, 1877, 'Macarena00', 4307, 18, 23, 1050.00, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27475, 1877, 'Macarena00', 706, 18, 23, 66.65, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27476, 1877, 'Macarena00', 5972, 17, 23, 15.29, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27477, 1877, 'Macarena00', 3705, 14, 23, 30.19, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27478, 1877, 'Macarena00', 5186, 16, 23, 329.69, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27479, 1877, 'Macarena00', 5382, 14, 23, 303.63, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27480, 1877, 'Macarena00', 5068, 16, 23, 65.51, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27481, 1877, 'Macarena00', 4591, 5, 23, 16.63, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27482, 1877, 'Macarena00', 6025, 11, 23, 102.95, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27483, 1877, 'Macarena00', 4461, 15, 23, 575.69, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27484, 1877, 'Macarena00', 1942, 7, 23, 7.76, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27485, 1877, 'Macarena00', 665, 19, 23, 96.82, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27486, 1877, 'Macarena00', 360, 7, 23, 20.12, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27487, 1877, 'Macarena00', 1789, 1, 23, 44.88, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27488, 1877, 'Macarena00', 1344, 15, 23, 22.65, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27489, 1877, 'Macarena00', 4523, 16, 23, 3.15, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27490, 1877, 'Macarena00', 1906, 4, 23, 5.41, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27491, 1877, 'Macarena00', 2131, 2, 23, 164.32, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27492, 1877, 'Macarena00', 1377, 15, 23, 12.11, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(27493, 1877, 'Macarena00', 2269, 16, 23, 30.75, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27494, 1877, 'Macarena00', 4941, 12, 23, 520.16, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27495, 1877, 'Macarena00', 5966, 17, 23, 8.66, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27496, 1877, 'Macarena00', 1736, 19, 23, 34.82, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27497, 1877, 'Macarena00', 692, 10, 23, 8.24, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27498, 1877, 'Macarena00', 5408, 14, 23, 125.31, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27499, 1877, 'Macarena00', 5442, 12, 23, 26.27, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27500, 1877, 'Macarena00', 5127, 1, 23, 47.25, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27501, 1877, 'Macarena00', 3832, 16, 23, 6.17, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27502, 1877, 'Macarena00', 3897, 2, 23, 103.32, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27503, 1877, 'Macarena00', 2335, 10, 23, 15.13, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27504, 1877, 'Macarena00', 3590, 12, 23, 42.78, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27505, 1877, 'Macarena00', 3332, 7, 23, 21.92, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27506, 1877, 'Macarena00', 3085, 2, 23, 71.58, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27507, 1877, 'Macarena00', 2472, 16, 23, 45.98, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27508, 1877, 'Macarena00', 153, 18, 23, 21.00, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27509, 1877, 'Macarena00', 1715, 19, 23, 6.82, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27510, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-08-03 20:44:03', '2024-08-03 20:44:03', '2024-08-04 20:45:03'),
(27511, 1912, 'Linus', 1845, 15, 29, 25.42, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27512, 1912, 'Linus', 2134, 2, 29, 37.07, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27513, 1912, 'Linus', 3902, 2, 29, 1068.48, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27514, 1912, 'Linus', 880, 17, 29, 190.89, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27515, 1912, 'Linus', 177, 2, 29, 275.59, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27516, 1912, 'Linus', 3160, 19, 29, 205.01, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27517, 1912, 'Linus', 3532, 12, 29, 8.25, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27518, 1912, 'Linus', 1277, 10, 29, 35.14, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27519, 1912, 'Linus', 5919, 15, 29, 522.16, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27520, 1912, 'Linus', 2931, 19, 29, 602.70, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27521, 1912, 'Linus', 2600, 14, 29, 1028.97, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27522, 1912, 'Linus', 2491, 19, 29, 169.04, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27523, 1912, 'Linus', 5625, 10, 29, 4.88, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27524, 1912, 'Linus', 3235, 7, 29, 177.65, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27525, 1912, 'Linus', 2575, 7, 29, 45.22, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27526, 1912, 'Linus', 3833, 4, 29, 5.15, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27527, 1912, 'Linus', 901, 18, 29, 21.02, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27528, 1912, 'Linus', 4985, 13, 29, 318.00, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27529, 1912, 'Linus', 438, 18, 29, 1458.61, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27530, 1912, 'Linus', 4966, 11, 29, 3011.84, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27531, 1912, 'Linus', 1295, 15, 29, 8.52, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27532, 1912, 'Linus', 2864, 14, 29, 15.74, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27533, 1912, 'Linus', 3249, 5, 29, 11.43, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27534, 1912, 'Linus', 1184, 18, 29, 50.96, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27535, 1912, 'Linus', 269, 2, 29, 173.25, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27536, 1912, 'Linus', 3723, 19, 29, 242.05, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27537, 1912, 'Linus', 1917, 18, 29, 74.39, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27538, 1912, 'Linus', 344, 18, 29, 356.59, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27539, 1912, 'Linus', 4307, 18, 29, 1030.00, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27540, 1912, 'Linus', 706, 18, 29, 66.65, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27541, 1912, 'Linus', 5972, 17, 29, 15.44, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27542, 1912, 'Linus', 3705, 14, 29, 31.09, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27543, 1912, 'Linus', 5186, 16, 29, 323.29, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27544, 1912, 'Linus', 5068, 16, 29, 66.14, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27545, 1912, 'Linus', 4591, 5, 29, 16.95, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27546, 1912, 'Linus', 1942, 7, 29, 7.76, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27547, 1912, 'Linus', 360, 7, 29, 19.35, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27548, 1912, 'Linus', 1789, 1, 29, 46.64, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27549, 1912, 'Linus', 4523, 16, 29, 3.06, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27550, 1912, 'Linus', 1906, 4, 29, 5.62, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27551, 1912, 'Linus', 1363, 19, 29, 3.43, 1, 1, 'ai_bid', '2024-08-03 20:44:04', '2024-08-03 20:44:04', '2024-08-04 20:45:03'),
(27552, 1850, 'Chanadus', 1903, 19, NULL, 400.00, 5, 1, 'manual_bid', '2024-08-03 21:30:30', '2024-08-03 21:30:30', '2024-08-04 21:31:02'),
(27553, 1850, 'Chanadus', 2575, 7, NULL, 43.00, 3, 1, 'manual_bid', '2024-08-03 21:31:51', '2024-08-03 21:31:51', '2024-08-04 21:32:01'),
(27554, 1850, 'Chanadus', 1722, 18, NULL, 4.00, 1, 1, 'manual_bid', '2024-08-03 21:34:23', '2024-08-03 21:34:23', '2024-08-04 21:35:03'),
(27555, 1920, 'Nizzy', 1966, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-03 21:38:26', '2024-08-03 21:38:26', '2024-08-04 21:39:02'),
(27556, 1886, 'Lovenest Luxe', 3050, 2, NULL, 11.00, 26, 1, 'manual_bid', '2024-08-03 21:41:40', '2024-08-03 21:41:40', '2024-08-04 21:42:02'),
(27557, 1920, 'Nizzy', 1124, 4, NULL, 5.00, 1, 1, 'manual_bid', '2024-08-03 21:43:54', '2024-08-03 21:43:54', '2024-08-04 21:44:02'),
(27558, 1921, 'Baeniiz', 3864, 2, NULL, 101.00, 1, 1, 'manual_bid', '2024-08-03 21:44:56', '2024-08-03 21:44:56', '2024-08-04 21:45:03'),
(27559, 1798, 'Feelyards', 5165, 16, NULL, 846.00, 1, 1, 'manual_bid', '2024-08-03 21:53:22', '2024-08-03 21:53:22', '2024-08-04 21:54:02'),
(27560, 1798, 'Feelyards', 3892, 2, NULL, 100.00, 1, 1, 'manual_bid', '2024-08-03 22:03:35', '2024-08-03 22:03:35', '2024-08-04 22:04:02'),
(27561, 1869, 'Anatoliy fast store', 1485, 15, 25, 551.14, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27562, 1869, 'Anatoliy fast store', 5561, 10, 25, 736.96, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27563, 1869, 'Anatoliy fast store', 1530, 15, 25, 13.64, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27564, 1869, 'Anatoliy fast store', 3228, 5, 25, 2.91, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27565, 1869, 'Anatoliy fast store', 6104, 11, 25, 1.50, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27566, 1869, 'Anatoliy fast store', 1844, 19, 25, 0.32, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27567, 1869, 'Anatoliy fast store', 1894, 19, 25, 0.20, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27568, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27569, 1869, 'Anatoliy fast store', 803, 19, 25, 0.21, 1, 1, 'ai_bid', '2024-08-03 23:45:03', '2024-08-03 23:45:03', '2024-08-04 23:45:03'),
(27570, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-08-03 23:46:02', '2024-08-03 23:46:02', '2024-08-04 23:47:02'),
(27571, 1876, 'Etiuko', 997, 1, 28, 118.08, 1, 1, 'ai_bid', '2024-08-04 00:11:02', '2024-08-04 00:11:02', '2024-08-05 00:11:02'),
(27572, 1876, 'Etiuko', 3821, 15, 28, 23.16, 1, 1, 'ai_bid', '2024-08-04 00:11:02', '2024-08-04 00:11:02', '2024-08-05 00:11:02'),
(27573, 1876, 'Etiuko', 3741, 14, 28, 4.07, 1, 1, 'ai_bid', '2024-08-04 00:11:02', '2024-08-04 00:11:02', '2024-08-05 00:11:02'),
(27574, 1876, 'Etiuko', 5812, 17, 28, 1.55, 1, 1, 'ai_bid', '2024-08-04 00:11:02', '2024-08-04 00:11:02', '2024-08-05 00:11:02'),
(27575, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-08-04 00:11:02', '2024-08-04 00:11:02', '2024-08-05 00:11:02'),
(27576, 1876, 'Etiuko', 1844, 19, 28, 0.32, 1, 1, 'ai_bid', '2024-08-04 00:11:02', '2024-08-04 00:11:02', '2024-08-05 00:11:02'),
(27577, 1876, 'Etiuko', 949, 5, 28, 0.31, 1, 1, 'ai_bid', '2024-08-04 00:11:02', '2024-08-04 00:11:02', '2024-08-05 00:11:02'),
(27578, 1912, 'Linus', 3059, 2, NULL, 450.12, 1, 1, 'manual_bid', '2024-08-04 04:19:49', '2024-08-04 04:19:49', '2024-08-05 04:20:02'),
(27579, 1912, 'Linus', 1970, 4, NULL, 1870.00, 1, 1, 'manual_bid', '2024-08-04 04:26:59', '2024-08-04 04:26:59', '2024-08-05 04:27:01'),
(27580, 1912, 'Linus', 996, 5, NULL, 560.00, 1, 1, 'manual_bid', '2024-08-04 04:28:31', '2024-08-04 04:28:31', '2024-08-05 04:29:02'),
(27581, 1912, 'Linus', 2503, 7, NULL, 2853.80, 1, 1, 'manual_bid', '2024-08-04 04:29:59', '2024-08-04 04:29:59', '2024-08-05 04:30:03'),
(27582, 1912, 'Linus', 1962, 10, NULL, 1609.90, 1, 1, 'manual_bid', '2024-08-04 04:32:41', '2024-08-04 04:32:41', '2024-08-05 04:33:02'),
(27583, 1912, 'Linus', 5900, 11, NULL, 1098.79, 1, 1, 'manual_bid', '2024-08-04 04:34:57', '2024-08-04 04:34:57', '2024-08-05 04:35:03'),
(27584, 1912, 'Linus', 4971, 11, NULL, 32.00, 1, 2, 'manual_bid', '2024-08-04 04:36:27', '2024-08-04 04:36:27', '2024-08-05 04:37:01'),
(27585, 1912, 'Linus', 4735, 12, NULL, 809.90, 1, 1, 'manual_bid', '2024-08-04 04:38:17', '2024-08-04 04:38:17', '2024-08-05 04:39:01'),
(27586, 1912, 'Linus', 4788, 12, NULL, 234.94, 1, 2, 'manual_bid', '2024-08-04 04:39:53', '2024-08-04 04:39:53', '2024-08-05 04:40:03'),
(27587, 1912, 'Linus', 2992, 12, NULL, 12.30, 1, 2, 'manual_bid', '2024-08-04 04:43:01', '2024-08-04 04:43:01', '2024-08-05 04:43:02'),
(27588, 1912, 'Linus', 5904, 11, NULL, 1020.00, 1, 1, 'manual_bid', '2024-08-04 04:48:36', '2024-08-04 04:48:36', '2024-08-05 04:49:02'),
(27589, 1912, 'Linus', 3593, 12, NULL, 45.70, 1, 1, 'manual_bid', '2024-08-04 04:57:47', '2024-08-04 04:57:47', '2024-08-05 04:58:01'),
(27590, 1902, 'Good bargain stores', 974, 5, 26, 41.20, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27591, 1902, 'Good bargain stores', 5302, 16, 26, 20.39, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27592, 1902, 'Good bargain stores', 5669, 16, 26, 25.74, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27593, 1902, 'Good bargain stores', 6076, 11, 26, 15.75, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27594, 1902, 'Good bargain stores', 4002, 12, 26, 56.09, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27595, 1902, 'Good bargain stores', 5523, 10, 26, 28.09, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27596, 1902, 'Good bargain stores', 188, 7, 26, 57.62, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27597, 1902, 'Good bargain stores', 6073, 11, 26, 40.80, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27598, 1902, 'Good bargain stores', 5529, 1, 26, 10.32, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27599, 1902, 'Good bargain stores', 3489, 10, 26, 10.49, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27600, 1902, 'Good bargain stores', 1195, 18, 26, 13.25, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27601, 1902, 'Good bargain stores', 1992, 4, 26, 119.60, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27602, 1902, 'Good bargain stores', 1835, 10, 26, 104.00, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27603, 1902, 'Good bargain stores', 751, 19, 26, 30.30, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27604, 1902, 'Good bargain stores', 816, 19, 26, 5.67, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27605, 1902, 'Good bargain stores', 5489, 7, 26, 2.12, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27606, 1902, 'Good bargain stores', 803, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27607, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27608, 1902, 'Good bargain stores', 1894, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-04 05:47:02', '2024-08-04 05:47:02', '2024-08-05 05:47:02'),
(27609, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-08-04 05:48:02', '2024-08-04 05:48:02', '2024-08-05 05:48:02'),
(27610, 1902, 'Good bargain stores', 1213, 10, 27, 2.45, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27611, 1902, 'Good bargain stores', 5067, 13, 27, 127.04, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27612, 1902, 'Good bargain stores', 1531, 15, 27, 13.12, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27613, 1902, 'Good bargain stores', 1166, 14, 27, 443.46, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27614, 1902, 'Good bargain stores', 1787, 17, 27, 209.68, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27615, 1902, 'Good bargain stores', 5221, 13, 27, 207.89, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27616, 1902, 'Good bargain stores', 5944, 11, 27, 80.80, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27617, 1902, 'Good bargain stores', 2084, 7, 27, 16.80, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27618, 1902, 'Good bargain stores', 2880, 14, 27, 8.79, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27619, 1902, 'Good bargain stores', 3714, 18, 27, 249.44, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27620, 1902, 'Good bargain stores', 5965, 17, 27, 15.99, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27621, 1902, 'Good bargain stores', 3724, 10, 27, 104.99, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27622, 1902, 'Good bargain stores', 2226, 10, 27, 45.45, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27623, 1902, 'Good bargain stores', 5670, 15, 27, 1.98, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27624, 1902, 'Good bargain stores', 1047, 4, 27, 5.29, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27625, 1902, 'Good bargain stores', 2996, 13, 27, 530.00, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27626, 1902, 'Good bargain stores', 3936, 16, 27, 346.49, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27627, 1902, 'Good bargain stores', 2929, 14, 27, 691.12, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27628, 1902, 'Good bargain stores', 4728, 12, 27, 53.54, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27629, 1902, 'Good bargain stores', 5151, 16, 27, 326.56, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27630, 1902, 'Good bargain stores', 6002, 11, 27, 296.80, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27631, 1902, 'Good bargain stores', 4088, 14, 27, 19.95, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27632, 1902, 'Good bargain stores', 3843, 15, 27, 71.40, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27633, 1902, 'Good bargain stores', 2425, 19, 27, 7381.50, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27634, 1902, 'Good bargain stores', 5276, 14, 27, 93.48, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27635, 1902, 'Good bargain stores', 2630, 18, 27, 47.85, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27636, 1902, 'Good bargain stores', 4815, 17, 27, 18.29, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27637, 1902, 'Good bargain stores', 5173, 16, 27, 291.19, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27638, 1902, 'Good bargain stores', 1329, 2, 27, 103.00, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27639, 1902, 'Good bargain stores', 2848, 14, 27, 243.79, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27640, 1902, 'Good bargain stores', 5622, 10, 27, 7.71, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27641, 1902, 'Good bargain stores', 3439, 10, 27, 12.16, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27642, 1902, 'Good bargain stores', 4777, 14, 27, 815.99, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27643, 1902, 'Good bargain stores', 4617, 15, 27, 112.20, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27644, 1902, 'Good bargain stores', 5294, 14, 27, 276.30, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27645, 1902, 'Good bargain stores', 5911, 13, 27, 8.14, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27646, 1902, 'Good bargain stores', 4112, 5, 27, 70.70, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27647, 1902, 'Good bargain stores', 1752, 2, 27, 110.54, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27648, 1902, 'Good bargain stores', 3389, 10, 27, 7.10, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27649, 1902, 'Good bargain stores', 1095, 19, 27, 8.15, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27650, 1902, 'Good bargain stores', 1052, 19, 27, 61.79, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27651, 1902, 'Good bargain stores', 5508, 12, 27, 91.51, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27652, 1902, 'Good bargain stores', 5106, 16, 27, 86.52, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27653, 1902, 'Good bargain stores', 5147, 16, 27, 190.79, 1, 1, 'ai_bid', '2024-08-04 06:14:02', '2024-08-04 06:14:02', '2024-08-05 06:14:02'),
(27654, 1902, 'Good bargain stores', 288, 6, 27, 12.02, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27655, 1902, 'Good bargain stores', 5628, 1, 27, 15.74, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27656, 1902, 'Good bargain stores', 1868, 16, 27, 42.79, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27657, 1902, 'Good bargain stores', 2606, 18, 27, 14.25, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27658, 1902, 'Good bargain stores', 3174, 4, 27, 9.40, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27659, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27660, 1902, 'Good bargain stores', 803, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27661, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-08-04 06:14:03', '2024-08-04 06:14:03', '2024-08-05 06:15:03'),
(27662, 1850, 'Chanadus', 5758, 15, 24, 513.97, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27663, 1850, 'Chanadus', 5788, 15, 24, 11.87, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27664, 1850, 'Chanadus', 6001, 17, 24, 30.29, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27665, 1850, 'Chanadus', 3047, 14, 24, 43.04, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27666, 1850, 'Chanadus', 3921, 2, 24, 137.80, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27667, 1850, 'Chanadus', 5354, 16, 24, 10.59, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27668, 1850, 'Chanadus', 2607, 14, 24, 13.83, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27669, 1850, 'Chanadus', 22, 2, 24, 13.13, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27670, 1850, 'Chanadus', 4496, 15, 24, 362.96, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27671, 1850, 'Chanadus', 1577, 4, 24, 70.70, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27672, 1850, 'Chanadus', 1624, 4, 24, 41.93, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27673, 1850, 'Chanadus', 3280, 5, 24, 157.50, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27674, 1850, 'Chanadus', 3633, 12, 24, 26.52, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27675, 1850, 'Chanadus', 17, 2, 24, 22.66, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27676, 1850, 'Chanadus', 3453, 10, 24, 16.13, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27677, 1850, 'Chanadus', 1084, 4, 24, 10.49, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27678, 1850, 'Chanadus', 549, 7, 24, 10.20, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27679, 1850, 'Chanadus', 941, 5, 24, 5.25, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27680, 1850, 'Chanadus', 779, 19, 24, 4.47, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27681, 1850, 'Chanadus', 803, 19, 24, 0.20, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27682, 1850, 'Chanadus', 1894, 19, 24, 0.21, 1, 1, 'ai_bid', '2024-08-04 07:48:02', '2024-08-04 07:48:02', '2024-08-05 07:48:02'),
(27683, 1915, 'BnBGlobal', 3254, 5, NULL, 81.00, 1, 1, 'manual_bid', '2024-08-04 10:42:48', '2024-08-04 10:42:48', '2024-08-05 10:43:02'),
(27684, 1915, 'BnBGlobal', 4070, 5, NULL, 21.00, 1, 1, 'manual_bid', '2024-08-04 10:44:24', '2024-08-04 10:44:24', '2024-08-05 10:45:02'),
(27685, 1925, 'Frankie fast store', 4734, 14, 30, 2651.99, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27686, 1925, 'Frankie fast store', 4167, 14, 30, 190.75, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27687, 1925, 'Frankie fast store', 5508, 12, 30, 90.63, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27688, 1925, 'Frankie fast store', 1578, 18, 30, 1573.95, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27689, 1925, 'Frankie fast store', 4667, 12, 30, 13.16, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27690, 1925, 'Frankie fast store', 386, 16, 30, 404.00, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27691, 1925, 'Frankie fast store', 3331, 7, 30, 21.83, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27692, 1925, 'Frankie fast store', 5428, 12, 30, 5.29, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27693, 1925, 'Frankie fast store', 1834, 10, 30, 64.38, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27694, 1925, 'Frankie fast store', 2609, 13, 30, 27.03, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27695, 1925, 'Frankie fast store', 2894, 19, 30, 2341.50, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27696, 1925, 'Frankie fast store', 5869, 13, 30, 7.94, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27697, 1925, 'Frankie fast store', 5790, 15, 30, 606.00, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27698, 1925, 'Frankie fast store', 1859, 18, 30, 3.64, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27699, 1925, 'Frankie fast store', 100, 2, 30, 2070.50, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27700, 1925, 'Frankie fast store', 2977, 7, 30, 762.16, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27701, 1925, 'Frankie fast store', 256, 17, 30, 154.47, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27702, 1925, 'Frankie fast store', 1015, 5, 30, 3.97, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27703, 1925, 'Frankie fast store', 3267, 5, 30, 3.08, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27704, 1925, 'Frankie fast store', 3709, 14, 30, 3.40, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27705, 1925, 'Frankie fast store', 734, 19, 30, 0.23, 1, 1, 'ai_bid', '2024-08-04 21:50:03', '2024-08-04 21:50:03', '2024-08-05 21:51:02'),
(27706, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-04 21:51:02', '2024-08-04 21:51:02', '2024-08-05 21:51:02'),
(27707, 1877, 'Macarena00', 4062, 18, 23, 23.79, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27708, 1877, 'Macarena00', 41, 2, 23, 19.08, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27709, 1877, 'Macarena00', 809, 18, 23, 173.24, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27710, 1877, 'Macarena00', 3281, 5, 23, 14.14, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27711, 1877, 'Macarena00', 5028, 13, 23, 221.44, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27712, 1877, 'Macarena00', 1277, 10, 23, 34.13, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27713, 1877, 'Macarena00', 6091, 15, 23, 8.07, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27714, 1877, 'Macarena00', 4954, 13, 23, 206.92, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27715, 1877, 'Macarena00', 5573, 10, 23, 75.23, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27716, 1877, 'Macarena00', 2892, 15, 23, 304.00, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27717, 1877, 'Macarena00', 5211, 16, 23, 72.80, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27718, 1877, 'Macarena00', 3171, 5, 23, 17.50, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27719, 1877, 'Macarena00', 3496, 10, 23, 11.77, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27720, 1877, 'Macarena00', 4562, 5, 23, 3.98, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27721, 1877, 'Macarena00', 2402, 19, 23, 254.52, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27722, 1877, 'Macarena00', 5367, 13, 23, 234.59, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27723, 1877, 'Macarena00', 5600, 10, 23, 62.21, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27724, 1877, 'Macarena00', 4893, 12, 23, 114.80, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27725, 1877, 'Macarena00', 3457, 14, 23, 960.89, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27726, 1877, 'Macarena00', 5777, 15, 23, 1236.00, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27727, 1877, 'Macarena00', 1926, 18, 23, 8.22, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27728, 1877, 'Macarena00', 3484, 13, 23, 20.79, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27729, 1877, 'Macarena00', 1908, 19, 23, 42.35, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27730, 1877, 'Macarena00', 5511, 12, 23, 259.99, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27731, 1877, 'Macarena00', 4136, 18, 23, 35.69, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27732, 1877, 'Macarena00', 3511, 11, 23, 39.39, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27733, 1877, 'Macarena00', 174, 16, 23, 304.98, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27734, 1877, 'Macarena00', 2608, 19, 23, 10.10, 1, 1, 'ai_bid', '2024-08-04 21:56:02', '2024-08-04 21:56:02', '2024-08-05 21:56:02'),
(27735, 1877, 'Macarena00', 545, 18, 23, 151.98, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27736, 1877, 'Macarena00', 4013, 17, 23, 3.87, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27737, 1877, 'Macarena00', 569, 19, 23, 148.47, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27738, 1877, 'Macarena00', 4599, 5, 23, 30.89, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27739, 1877, 'Macarena00', 3633, 12, 23, 27.30, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27740, 1877, 'Macarena00', 3487, 10, 23, 15.74, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27741, 1877, 'Macarena00', 5779, 15, 23, 25.49, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27742, 1877, 'Macarena00', 5214, 14, 23, 16.19, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27743, 1877, 'Macarena00', 2018, 5, 23, 94.76, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27744, 1877, 'Macarena00', 3261, 7, 23, 11.60, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27745, 1877, 'Macarena00', 1159, 14, 23, 10.39, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27746, 1877, 'Macarena00', 2239, 19, 23, 61.48, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27747, 1877, 'Macarena00', 6014, 11, 23, 4040.00, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27748, 1877, 'Macarena00', 202, 18, 23, 103.87, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27749, 1877, 'Macarena00', 829, 18, 23, 22.70, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27750, 1877, 'Macarena00', 134, 7, 23, 454.50, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27751, 1877, 'Macarena00', 1304, 10, 23, 32.23, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27752, 1877, 'Macarena00', 4593, 14, 23, 30.30, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27753, 1877, 'Macarena00', 1889, 19, 23, 61.36, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27754, 1877, 'Macarena00', 5945, 17, 23, 3.38, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27755, 1877, 'Macarena00', 2070, 4, 23, 181.80, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27756, 1877, 'Macarena00', 5817, 11, 23, 1164.80, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27757, 1877, 'Macarena00', 5608, 15, 23, 127.56, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27758, 1877, 'Macarena00', 1171, 15, 23, 8.97, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27759, 1877, 'Macarena00', 3565, 12, 23, 1060.00, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27760, 1877, 'Macarena00', 694, 17, 23, 148.32, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27761, 1877, 'Macarena00', 5314, 14, 23, 155.95, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27762, 1877, 'Macarena00', 2860, 13, 23, 57.76, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27763, 1877, 'Macarena00', 2236, 19, 23, 20.20, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27764, 1877, 'Macarena00', 4916, 12, 23, 15.79, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27765, 1877, 'Macarena00', 5942, 17, 23, 7.21, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27766, 1877, 'Macarena00', 4057, 13, 23, 26.54, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27767, 1877, 'Macarena00', 1110, 19, 23, 149.48, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27768, 1877, 'Macarena00', 5304, 16, 23, 25.43, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27769, 1877, 'Macarena00', 1629, 19, 23, 10.16, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27770, 1877, 'Macarena00', 44, 2, 23, 4.08, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27771, 1877, 'Macarena00', 3749, 7, 23, 51.73, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27772, 1877, 'Macarena00', 3306, 5, 23, 19.55, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27773, 1877, 'Macarena00', 2705, 18, 23, 844.48, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27774, 1877, 'Macarena00', 1460, 19, 23, 27.03, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27775, 1877, 'Macarena00', 4737, 12, 23, 53.91, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27776, 1877, 'Macarena00', 2436, 19, 23, 14.33, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27777, 1877, 'Macarena00', 5824, 17, 23, 1.41, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27778, 1877, 'Macarena00', 624, 5, 23, 1.03, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27779, 1877, 'Macarena00', 949, 5, 23, 0.32, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27780, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27781, 1912, 'Linus', 4062, 18, 29, 23.11, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27782, 1912, 'Linus', 41, 2, 29, 18.54, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27783, 1912, 'Linus', 809, 18, 29, 174.89, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27784, 1912, 'Linus', 3281, 5, 29, 14.56, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27785, 1912, 'Linus', 5028, 13, 29, 219.29, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27786, 1912, 'Linus', 1277, 10, 29, 35.48, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27787, 1912, 'Linus', 6091, 15, 29, 8.47, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27788, 1912, 'Linus', 4954, 13, 29, 206.92, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27789, 1912, 'Linus', 5573, 10, 29, 71.68, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27790, 1912, 'Linus', 2892, 15, 29, 304.00, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27791, 1912, 'Linus', 5211, 16, 29, 72.10, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27792, 1912, 'Linus', 3171, 5, 29, 17.33, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27793, 1912, 'Linus', 3496, 10, 29, 11.77, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27794, 1912, 'Linus', 4562, 5, 29, 4.06, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27795, 1912, 'Linus', 2402, 19, 29, 267.12, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27796, 1912, 'Linus', 5367, 13, 29, 241.49, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27797, 1912, 'Linus', 5600, 10, 29, 61.60, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27798, 1912, 'Linus', 4893, 12, 29, 111.52, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27799, 1912, 'Linus', 3457, 14, 29, 933.70, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27800, 1912, 'Linus', 5777, 15, 29, 1236.00, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27801, 1912, 'Linus', 1926, 18, 29, 8.30, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27802, 1912, 'Linus', 3484, 13, 29, 20.39, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27803, 1912, 'Linus', 1908, 19, 29, 42.35, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27804, 1912, 'Linus', 5511, 12, 29, 254.99, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27805, 1912, 'Linus', 4136, 18, 29, 35.34, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27806, 1912, 'Linus', 3511, 11, 29, 40.95, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27807, 1912, 'Linus', 174, 16, 29, 310.96, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27808, 1912, 'Linus', 2608, 19, 29, 10.20, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27809, 1912, 'Linus', 545, 18, 29, 153.47, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27810, 1912, 'Linus', 4013, 17, 29, 3.90, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27811, 1912, 'Linus', 569, 19, 29, 154.35, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27812, 1912, 'Linus', 4599, 5, 29, 31.49, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27813, 1912, 'Linus', 3633, 12, 29, 26.78, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27814, 1912, 'Linus', 3487, 10, 29, 15.59, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27815, 1912, 'Linus', 5779, 15, 29, 25.74, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27816, 1912, 'Linus', 5214, 14, 29, 15.88, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27817, 1912, 'Linus', 2018, 5, 29, 92.92, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27818, 1912, 'Linus', 3261, 7, 29, 11.49, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27819, 1912, 'Linus', 1159, 14, 29, 10.39, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27820, 1912, 'Linus', 2239, 19, 29, 58.58, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27821, 1912, 'Linus', 6014, 11, 29, 4040.00, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27822, 1912, 'Linus', 202, 18, 29, 106.95, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27823, 1912, 'Linus', 829, 18, 29, 22.70, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27824, 1912, 'Linus', 134, 7, 29, 468.00, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27825, 1912, 'Linus', 1304, 10, 29, 31.61, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27826, 1912, 'Linus', 4593, 14, 29, 31.80, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27827, 1912, 'Linus', 1889, 19, 29, 60.77, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27828, 1912, 'Linus', 5945, 17, 29, 3.38, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27829, 1912, 'Linus', 2070, 4, 29, 183.60, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27830, 1912, 'Linus', 5817, 11, 29, 1131.20, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27831, 1912, 'Linus', 5608, 15, 29, 122.75, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27832, 1912, 'Linus', 1171, 15, 29, 9.23, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27833, 1912, 'Linus', 694, 17, 29, 148.32, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27834, 1912, 'Linus', 5314, 14, 29, 154.45, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27835, 1912, 'Linus', 2860, 13, 29, 56.67, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27836, 1912, 'Linus', 2236, 19, 29, 20.80, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27837, 1912, 'Linus', 44, 2, 29, 4.24, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27838, 1912, 'Linus', 5824, 17, 29, 1.47, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27839, 1912, 'Linus', 949, 5, 29, 0.31, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27840, 1912, 'Linus', 1811, 5, 29, 0.21, 1, 1, 'ai_bid', '2024-08-04 21:56:03', '2024-08-04 21:56:03', '2024-08-05 21:57:02'),
(27841, 1850, 'Chanadus', 2098, 19, NULL, 100.00, 21, 1, 'manual_bid', '2024-08-04 22:39:49', '2024-08-04 22:39:49', '2024-08-05 22:40:03'),
(27842, 1850, 'Chanadus', 3180, 5, NULL, 12.00, 4, 1, 'manual_bid', '2024-08-04 22:42:11', '2024-08-04 22:42:11', '2024-08-05 22:43:02'),
(27843, 1886, 'Lovenest Luxe', 3879, 2, NULL, 61.00, 4, 1, 'manual_bid', '2024-08-04 22:44:38', '2024-08-04 22:44:38', '2024-08-05 22:45:02'),
(27844, 1850, 'Chanadus', 634, 5, NULL, 1.10, 6, 1, 'manual_bid', '2024-08-04 22:45:06', '2024-08-04 22:45:06', '2024-08-05 22:46:01'),
(27845, 1886, 'Lovenest Luxe', 74, 2, NULL, 5.00, 9, 1, 'manual_bid', '2024-08-04 22:48:22', '2024-08-04 22:48:22', '2024-08-05 22:49:01'),
(27846, 1920, 'Nizzy', 2344, 4, NULL, 101.00, 3, 1, 'manual_bid', '2024-08-04 22:53:19', '2024-08-04 22:53:19', '2024-08-05 22:54:02'),
(27847, 1921, 'Baeniiz', 19, 2, NULL, 6.00, 17, 1, 'manual_bid', '2024-08-04 22:56:10', '2024-08-04 22:56:10', '2024-08-05 22:57:02'),
(27848, 1920, 'Nizzy', 3064, 2, NULL, 5.00, 1, 1, 'manual_bid', '2024-08-04 22:56:55', '2024-08-04 22:56:55', '2024-08-05 22:57:02'),
(27849, 1798, 'Feelyards', 3786, 4, NULL, 91.00, 1, 1, 'manual_bid', '2024-08-05 00:32:29', '2024-08-05 00:32:29', '2024-08-06 00:33:02'),
(27850, 1869, 'Anatoliy fast store', 3461, 14, 25, 580.74, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27851, 1869, 'Anatoliy fast store', 1746, 2, 25, 180.79, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27852, 1869, 'Anatoliy fast store', 1430, 10, 25, 47.67, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27853, 1869, 'Anatoliy fast store', 5287, 14, 25, 10.20, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27854, 1869, 'Anatoliy fast store', 3596, 17, 25, 52.45, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27855, 1869, 'Anatoliy fast store', 4269, 18, 25, 113.36, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27856, 1869, 'Anatoliy fast store', 3732, 13, 25, 315.00, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27857, 1869, 'Anatoliy fast store', 6074, 15, 25, 14.92, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27858, 1869, 'Anatoliy fast store', 3550, 12, 25, 7.97, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27859, 1869, 'Anatoliy fast store', 1589, 4, 25, 2.46, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27860, 1869, 'Anatoliy fast store', 1842, 19, 25, 1.06, 1, 1, 'ai_bid', '2024-08-05 00:57:03', '2024-08-05 00:57:03', '2024-08-06 00:58:02'),
(27861, 1876, 'Etiuko', 983, 17, 28, 138.32, 1, 1, 'ai_bid', '2024-08-05 01:22:02', '2024-08-05 01:22:02', '2024-08-06 01:23:02'),
(27862, 1876, 'Etiuko', 645, 17, 28, 4.24, 1, 1, 'ai_bid', '2024-08-05 01:22:02', '2024-08-05 01:22:02', '2024-08-06 01:23:02'),
(27863, 1876, 'Etiuko', 883, 7, 28, 4.77, 1, 1, 'ai_bid', '2024-08-05 01:22:02', '2024-08-05 01:22:02', '2024-08-06 01:23:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(27864, 1876, 'Etiuko', 1662, 19, 28, 0.90, 1, 1, 'ai_bid', '2024-08-05 01:22:02', '2024-08-05 01:22:02', '2024-08-06 01:23:02'),
(27865, 1876, 'Etiuko', 803, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-08-05 01:22:02', '2024-08-05 01:22:02', '2024-08-06 01:23:02'),
(27866, 1876, 'Etiuko', 1894, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-08-05 01:22:02', '2024-08-05 01:22:02', '2024-08-06 01:23:02'),
(27867, 1876, 'Etiuko', 1844, 19, 28, 0.31, 1, 1, 'ai_bid', '2024-08-05 01:22:02', '2024-08-05 01:22:02', '2024-08-06 01:23:02'),
(27868, 1881, 'Almeida', 3085, 2, NULL, 708.70, 1, 1, 'manual_bid', '2024-08-05 04:22:36', '2024-08-05 04:22:36', '2024-08-06 04:23:01'),
(27869, 1881, 'Almeida', 3814, 4, NULL, 50.74, 1, 2, 'manual_bid', '2024-08-05 04:24:38', '2024-08-05 04:24:38', '2024-08-06 04:25:03'),
(27870, 1881, 'Almeida', 3121, 4, NULL, 809.90, 1, 1, 'manual_bid', '2024-08-05 04:25:48', '2024-08-05 04:25:48', '2024-08-06 04:26:01'),
(27871, 1881, 'Almeida', 3762, 7, NULL, 491.20, 1, 1, 'manual_bid', '2024-08-05 04:27:27', '2024-08-05 04:27:27', '2024-08-06 04:28:02'),
(27872, 1881, 'Almeida', 304, 7, NULL, 1205.00, 1, 1, 'manual_bid', '2024-08-05 04:28:56', '2024-08-05 04:28:56', '2024-08-06 04:29:02'),
(27873, 1881, 'Almeida', 2253, 10, NULL, 199.90, 1, 1, 'manual_bid', '2024-08-05 04:30:21', '2024-08-05 04:30:21', '2024-08-06 04:31:02'),
(27874, 1881, 'Almeida', 361, 10, NULL, 184.20, 1, 1, 'manual_bid', '2024-08-05 04:32:41', '2024-08-05 04:32:41', '2024-08-06 04:33:01'),
(27875, 1881, 'Almeida', 5909, 11, NULL, 30.00, 1, 2, 'manual_bid', '2024-08-05 04:33:54', '2024-08-05 04:33:54', '2024-08-06 04:34:02'),
(27876, 1881, 'Almeida', 3624, 12, NULL, 60.35, 1, 2, 'manual_bid', '2024-08-05 04:35:20', '2024-08-05 04:35:20', '2024-08-06 04:36:02'),
(27877, 1881, 'Almeida', 4995, 13, NULL, 150.14, 1, 2, 'manual_bid', '2024-08-05 04:37:24', '2024-08-05 04:37:24', '2024-08-06 04:38:02'),
(27878, 1881, 'Almeida', 4883, 12, NULL, 167.50, 1, 2, 'manual_bid', '2024-08-05 04:40:26', '2024-08-05 04:40:26', '2024-08-06 04:41:02'),
(27879, 1881, 'Almeida', 4908, 13, NULL, 1461.00, 1, 1, 'manual_bid', '2024-08-05 04:42:16', '2024-08-05 04:42:16', '2024-08-06 04:43:02'),
(27880, 1881, 'Almeida', 5375, 14, NULL, 18.37, 1, 2, 'manual_bid', '2024-08-05 04:43:55', '2024-08-05 04:43:55', '2024-08-06 04:44:02'),
(27881, 1881, 'Almeida', 5150, 13, NULL, 125.49, 1, 2, 'manual_bid', '2024-08-05 04:46:54', '2024-08-05 04:46:54', '2024-08-06 04:47:02'),
(27882, 1881, 'Almeida', 2014, 15, NULL, 98.12, 1, 2, 'manual_bid', '2024-08-05 04:48:12', '2024-08-05 04:48:12', '2024-08-06 04:49:02'),
(27883, 1881, 'Almeida', 2676, 14, NULL, 100.13, 1, 2, 'manual_bid', '2024-08-05 04:51:30', '2024-08-05 04:51:30', '2024-08-06 04:52:02'),
(27884, 1881, 'Almeida', 2988, 13, NULL, 150.00, 1, 2, 'manual_bid', '2024-08-05 04:53:01', '2024-08-05 04:53:01', '2024-08-06 04:53:01'),
(27885, 1881, 'Almeida', 4321, 15, NULL, 1199.00, 1, 1, 'manual_bid', '2024-08-05 04:54:37', '2024-08-05 04:54:37', '2024-08-06 04:55:03'),
(27886, 1881, 'Almeida', 3962, 16, NULL, 910.80, 1, 1, 'manual_bid', '2024-08-05 04:58:46', '2024-08-05 04:58:46', '2024-08-06 04:59:02'),
(27887, 1902, 'Good bargain stores', 1085, 4, 26, 5.04, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27888, 1902, 'Good bargain stores', 1432, 15, 26, 8.15, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27889, 1902, 'Good bargain stores', 2128, 19, 26, 31.81, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27890, 1902, 'Good bargain stores', 6004, 11, 26, 236.90, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27891, 1902, 'Good bargain stores', 2582, 19, 26, 74.20, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27892, 1902, 'Good bargain stores', 2731, 18, 26, 167.28, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27893, 1902, 'Good bargain stores', 1388, 15, 26, 28.05, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27894, 1902, 'Good bargain stores', 5966, 17, 26, 8.83, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27895, 1902, 'Good bargain stores', 2194, 19, 26, 9.27, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27896, 1902, 'Good bargain stores', 3533, 12, 26, 2.44, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27897, 1902, 'Good bargain stores', 2142, 17, 26, 10.59, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27898, 1902, 'Good bargain stores', 1469, 10, 26, 1.31, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27899, 1902, 'Good bargain stores', 3309, 5, 26, 3.19, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27900, 1902, 'Good bargain stores', 734, 19, 26, 0.23, 1, 1, 'ai_bid', '2024-08-05 06:59:03', '2024-08-05 06:59:03', '2024-08-06 07:00:03'),
(27901, 1902, 'Good bargain stores', 4693, 12, 27, 14.82, 1, 1, 'ai_bid', '2024-08-05 07:26:02', '2024-08-05 07:26:02', '2024-08-06 07:26:02'),
(27902, 1902, 'Good bargain stores', 3173, 4, 27, 204.00, 1, 1, 'ai_bid', '2024-08-05 07:26:02', '2024-08-05 07:26:02', '2024-08-06 07:26:02'),
(27903, 1902, 'Good bargain stores', 2617, 14, 27, 6.44, 1, 1, 'ai_bid', '2024-08-05 07:26:02', '2024-08-05 07:26:02', '2024-08-06 07:26:02'),
(27904, 1902, 'Good bargain stores', 4141, 18, 27, 8.15, 1, 1, 'ai_bid', '2024-08-05 07:26:02', '2024-08-05 07:26:02', '2024-08-06 07:26:02'),
(27905, 1902, 'Good bargain stores', 771, 10, 27, 7.31, 1, 1, 'ai_bid', '2024-08-05 07:26:02', '2024-08-05 07:26:02', '2024-08-06 07:26:02'),
(27906, 1902, 'Good bargain stores', 4809, 12, 27, 21.20, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27907, 1902, 'Good bargain stores', 3658, 10, 27, 13.94, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27908, 1902, 'Good bargain stores', 2794, 10, 27, 16.94, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27909, 1902, 'Good bargain stores', 698, 19, 27, 6.48, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27910, 1902, 'Good bargain stores', 949, 5, 27, 0.31, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27911, 1902, 'Good bargain stores', 1109, 19, 27, 166.40, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27912, 1902, 'Good bargain stores', 3491, 10, 27, 74.84, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27913, 1902, 'Good bargain stores', 3469, 14, 27, 89.32, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27914, 1902, 'Good bargain stores', 5168, 16, 27, 141.40, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27915, 1902, 'Good bargain stores', 4035, 18, 27, 1.93, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27916, 1902, 'Good bargain stores', 2051, 10, 27, 4.71, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27917, 1902, 'Good bargain stores', 1596, 18, 27, 2616.20, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27918, 1902, 'Good bargain stores', 2111, 19, 27, 1313.00, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27919, 1902, 'Good bargain stores', 3153, 2, 27, 418.95, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27920, 1902, 'Good bargain stores', 3298, 16, 27, 25.99, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27921, 1902, 'Good bargain stores', 841, 13, 27, 30.23, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27922, 1902, 'Good bargain stores', 3769, 19, 27, 166.39, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27923, 1902, 'Good bargain stores', 2759, 14, 27, 177.41, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27924, 1902, 'Good bargain stores', 1321, 2, 27, 29.47, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27925, 1902, 'Good bargain stores', 4109, 18, 27, 52.49, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27926, 1902, 'Good bargain stores', 5059, 13, 27, 817.01, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27927, 1902, 'Good bargain stores', 1793, 19, 27, 3.06, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27928, 1902, 'Good bargain stores', 4302, 18, 27, 10.84, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27929, 1902, 'Good bargain stores', 3381, 7, 27, 52.00, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27930, 1902, 'Good bargain stores', 1628, 19, 27, 1879.75, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27931, 1902, 'Good bargain stores', 1618, 18, 27, 53.75, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27932, 1902, 'Good bargain stores', 5524, 10, 27, 208.00, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27933, 1902, 'Good bargain stores', 3911, 16, 27, 378.00, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27934, 1902, 'Good bargain stores', 349, 15, 27, 24.47, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27935, 1902, 'Good bargain stores', 3892, 2, 27, 101.97, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27936, 1902, 'Good bargain stores', 5586, 10, 27, 11.32, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27937, 1902, 'Good bargain stores', 5296, 16, 27, 10.29, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27938, 1902, 'Good bargain stores', 882, 18, 27, 209.99, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27939, 1902, 'Good bargain stores', 5927, 17, 27, 309.00, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27940, 1902, 'Good bargain stores', 1649, 17, 27, 99.45, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27941, 1902, 'Good bargain stores', 3280, 5, 27, 151.50, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27942, 1902, 'Good bargain stores', 1339, 15, 27, 30.90, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27943, 1902, 'Good bargain stores', 5040, 11, 27, 2729.99, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27944, 1902, 'Good bargain stores', 3945, 16, 27, 48.29, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27945, 1902, 'Good bargain stores', 726, 19, 27, 103.87, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27946, 1902, 'Good bargain stores', 137, 18, 27, 9.18, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27947, 1902, 'Good bargain stores', 717, 18, 27, 39.99, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27948, 1902, 'Good bargain stores', 4401, 18, 27, 30.60, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27949, 1902, 'Good bargain stores', 6031, 15, 27, 4.04, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27950, 1902, 'Good bargain stores', 1724, 5, 27, 2.33, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27951, 1902, 'Good bargain stores', 3619, 17, 27, 559.98, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27952, 1902, 'Good bargain stores', 3604, 12, 27, 13.22, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27953, 1902, 'Good bargain stores', 736, 18, 27, 166.47, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27954, 1902, 'Good bargain stores', 4092, 5, 27, 2.86, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27955, 1902, 'Good bargain stores', 3065, 2, 27, 4.24, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27956, 1902, 'Good bargain stores', 2747, 18, 27, 303.45, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27957, 1902, 'Good bargain stores', 2003, 15, 27, 61.20, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27958, 1902, 'Good bargain stores', 4907, 13, 27, 205.75, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27959, 1902, 'Good bargain stores', 1373, 15, 27, 23.92, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27960, 1902, 'Good bargain stores', 4796, 12, 27, 10.62, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27961, 1902, 'Good bargain stores', 1597, 13, 27, 2.28, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27962, 1902, 'Good bargain stores', 756, 19, 27, 0.46, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27963, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-08-05 07:26:03', '2024-08-05 07:26:03', '2024-08-06 07:27:02'),
(27964, 1850, 'Chanadus', 3087, 18, 24, 44.87, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27965, 1850, 'Chanadus', 1690, 18, 24, 17.43, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27966, 1850, 'Chanadus', 4147, 14, 24, 104.99, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27967, 1850, 'Chanadus', 339, 12, 24, 763.35, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27968, 1850, 'Chanadus', 3403, 10, 24, 5.04, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27969, 1850, 'Chanadus', 3648, 18, 24, 491.40, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27970, 1850, 'Chanadus', 4568, 5, 24, 7.21, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27971, 1850, 'Chanadus', 1523, 10, 24, 1.58, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27972, 1850, 'Chanadus', 3594, 12, 24, 21.08, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27973, 1850, 'Chanadus', 1597, 13, 24, 2.28, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27974, 1850, 'Chanadus', 1635, 19, 24, 4.92, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27975, 1850, 'Chanadus', 1694, 19, 24, 14.50, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27976, 1850, 'Chanadus', 5867, 17, 24, 31.29, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27977, 1850, 'Chanadus', 3253, 7, 24, 16.24, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27978, 1850, 'Chanadus', 1827, 19, 24, 0.12, 1, 1, 'ai_bid', '2024-08-05 08:59:02', '2024-08-05 08:59:02', '2024-08-06 08:59:02'),
(27979, 1915, 'BnBGlobal', 4131, 5, NULL, 91.00, 1, 1, 'manual_bid', '2024-08-05 13:47:34', '2024-08-05 13:47:34', '2024-08-06 13:48:02'),
(27980, 1915, 'BnBGlobal', 1021, 5, NULL, 4.00, 3, 1, 'manual_bid', '2024-08-05 13:52:30', '2024-08-05 13:52:30', '2024-08-06 13:53:02'),
(27981, 1925, 'Frankie fast store', 4392, 14, 30, 104.25, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27982, 1925, 'Frankie fast store', 4233, 18, 30, 45.42, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27983, 1925, 'Frankie fast store', 534, 17, 30, 53.12, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27984, 1925, 'Frankie fast store', 3893, 15, 30, 1144.00, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27985, 1925, 'Frankie fast store', 4028, 17, 30, 21.12, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27986, 1925, 'Frankie fast store', 3467, 14, 30, 13.51, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27987, 1925, 'Frankie fast store', 2212, 10, 30, 41.40, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27988, 1925, 'Frankie fast store', 4588, 6, 30, 53.13, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27989, 1925, 'Frankie fast store', 384, 10, 30, 102.70, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27990, 1925, 'Frankie fast store', 6030, 11, 30, 21.00, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27991, 1925, 'Frankie fast store', 4682, 12, 30, 15.20, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27992, 1925, 'Frankie fast store', 46, 2, 30, 10.30, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27993, 1925, 'Frankie fast store', 3972, 17, 30, 13.58, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27994, 1925, 'Frankie fast store', 1874, 19, 30, 8.22, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27995, 1925, 'Frankie fast store', 184, 7, 30, 17.30, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27996, 1925, 'Frankie fast store', 2482, 16, 30, 15.89, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27997, 1925, 'Frankie fast store', 4151, 14, 30, 33.32, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27998, 1925, 'Frankie fast store', 1024, 5, 30, 33.33, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(27999, 1925, 'Frankie fast store', 4418, 16, 30, 2972.32, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28000, 1925, 'Frankie fast store', 558, 17, 30, 12.12, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28001, 1925, 'Frankie fast store', 4161, 5, 30, 1050.00, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28002, 1925, 'Frankie fast store', 1971, 19, 30, 65.65, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28003, 1925, 'Frankie fast store', 872, 19, 30, 25.74, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28004, 1925, 'Frankie fast store', 5841, 17, 30, 11.62, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28005, 1925, 'Frankie fast store', 4716, 12, 30, 62.43, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28006, 1925, 'Frankie fast store', 5637, 10, 30, 5.29, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28007, 1925, 'Frankie fast store', 5524, 10, 30, 204.00, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28008, 1925, 'Frankie fast store', 1574, 19, 30, 191.90, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28009, 1925, 'Frankie fast store', 2315, 19, 30, 578.55, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28010, 1925, 'Frankie fast store', 3700, 14, 30, 212.85, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28011, 1925, 'Frankie fast store', 443, 16, 30, 180.88, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28012, 1925, 'Frankie fast store', 1093, 19, 30, 154.48, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28013, 1925, 'Frankie fast store', 583, 7, 30, 10.60, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28014, 1925, 'Frankie fast store', 2726, 14, 30, 30.15, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28015, 1925, 'Frankie fast store', 1954, 5, 30, 11.54, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28016, 1925, 'Frankie fast store', 692, 10, 30, 8.16, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28017, 1925, 'Frankie fast store', 4296, 5, 30, 128.51, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28018, 1925, 'Frankie fast store', 4869, 14, 30, 11.10, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28019, 1925, 'Frankie fast store', 5749, 15, 30, 6.52, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28020, 1925, 'Frankie fast store', 5318, 14, 30, 230.95, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28021, 1925, 'Frankie fast store', 4484, 16, 30, 9.46, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28022, 1925, 'Frankie fast store', 23, 2, 30, 150.49, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28023, 1925, 'Frankie fast store', 1236, 10, 30, 99.88, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28024, 1925, 'Frankie fast store', 1809, 12, 30, 30.45, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28025, 1925, 'Frankie fast store', 942, 18, 30, 25.01, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28026, 1925, 'Frankie fast store', 3093, 2, 30, 22.75, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28027, 1925, 'Frankie fast store', 2570, 7, 30, 6.48, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28028, 1925, 'Frankie fast store', 5972, 17, 30, 15.74, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28029, 1925, 'Frankie fast store', 1279, 19, 30, 358.28, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28030, 1925, 'Frankie fast store', 2583, 14, 30, 8.05, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28031, 1925, 'Frankie fast store', 1746, 2, 30, 182.58, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28032, 1925, 'Frankie fast store', 1941, 18, 30, 251.95, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28033, 1925, 'Frankie fast store', 5900, 11, 30, 103.89, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28034, 1925, 'Frankie fast store', 2493, 19, 30, 56.65, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28035, 1925, 'Frankie fast store', 5513, 10, 30, 84.23, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28036, 1925, 'Frankie fast store', 4727, 12, 30, 32.91, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28037, 1925, 'Frankie fast store', 5126, 16, 30, 214.24, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28038, 1925, 'Frankie fast store', 3095, 2, 30, 366.76, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28039, 1925, 'Frankie fast store', 4498, 16, 30, 107.05, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28040, 1925, 'Frankie fast store', 5081, 14, 30, 20.58, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28041, 1925, 'Frankie fast store', 2151, 18, 30, 51.91, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28042, 1925, 'Frankie fast store', 197, 7, 30, 33.24, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28043, 1925, 'Frankie fast store', 1789, 1, 30, 44.44, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28044, 1925, 'Frankie fast store', 981, 17, 30, 59.15, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28045, 1925, 'Frankie fast store', 3630, 12, 30, 420.00, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28046, 1925, 'Frankie fast store', 1473, 14, 30, 21.14, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28047, 1925, 'Frankie fast store', 805, 14, 30, 5.88, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28048, 1925, 'Frankie fast store', 2542, 14, 30, 34.97, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28049, 1925, 'Frankie fast store', 960, 7, 30, 94.50, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28050, 1925, 'Frankie fast store', 1942, 7, 30, 8.06, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28051, 1925, 'Frankie fast store', 1434, 5, 30, 81.60, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28052, 1925, 'Frankie fast store', 2383, 2, 30, 22.67, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28053, 1925, 'Frankie fast store', 4455, 15, 30, 12.23, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28054, 1925, 'Frankie fast store', 6107, 11, 30, 14.15, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28055, 1925, 'Frankie fast store', 3988, 12, 30, 33.60, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28056, 1925, 'Frankie fast store', 4969, 14, 30, 14.84, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28057, 1925, 'Frankie fast store', 1837, 5, 30, 1.02, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28058, 1925, 'Frankie fast store', 3609, 12, 30, 141.78, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28059, 1925, 'Frankie fast store', 4668, 12, 30, 1.51, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28060, 1925, 'Frankie fast store', 4762, 12, 30, 49.69, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28061, 1925, 'Frankie fast store', 1194, 14, 30, 11.21, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28062, 1925, 'Frankie fast store', 5704, 10, 30, 2.64, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28063, 1925, 'Frankie fast store', 734, 19, 30, 0.22, 1, 1, 'ai_bid', '2024-08-05 23:02:03', '2024-08-05 23:02:03', '2024-08-06 23:03:02'),
(28064, 1877, 'Macarena00', 2339, 19, 23, 1040.00, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28065, 1877, 'Macarena00', 2334, 19, 23, 97.97, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28066, 1877, 'Macarena00', 5309, 14, 23, 160.05, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28067, 1877, 'Macarena00', 4650, 15, 23, 510.35, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28068, 1877, 'Macarena00', 2528, 19, 23, 171.70, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28069, 1877, 'Macarena00', 3870, 2, 23, 23.46, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28070, 1877, 'Macarena00', 439, 17, 23, 66.60, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28071, 1877, 'Macarena00', 3185, 19, 23, 4605.60, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28072, 1877, 'Macarena00', 4107, 14, 23, 9.87, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28073, 1877, 'Macarena00', 77, 2, 23, 70.70, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28074, 1877, 'Macarena00', 2474, 17, 23, 38.47, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28075, 1877, 'Macarena00', 4761, 12, 23, 223.62, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28076, 1877, 'Macarena00', 1605, 4, 23, 236.07, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28077, 1877, 'Macarena00', 2670, 18, 23, 851.70, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28078, 1877, 'Macarena00', 2648, 16, 23, 13.25, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28079, 1877, 'Macarena00', 1444, 19, 23, 8.48, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28080, 1877, 'Macarena00', 1519, 10, 23, 14.44, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28081, 1877, 'Macarena00', 970, 5, 23, 412.00, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28082, 1877, 'Macarena00', 1719, 5, 23, 1.07, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28083, 1877, 'Macarena00', 4736, 12, 23, 20.99, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28084, 1877, 'Macarena00', 3115, 2, 23, 272.99, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28085, 1877, 'Macarena00', 6052, 15, 23, 31.79, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28086, 1877, 'Macarena00', 106, 2, 23, 121.95, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28087, 1877, 'Macarena00', 774, 5, 23, 7.56, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28088, 1877, 'Macarena00', 4416, 16, 23, 35.59, 1, 1, 'ai_bid', '2024-08-05 23:08:02', '2024-08-05 23:08:02', '2024-08-06 23:08:02'),
(28089, 1877, 'Macarena00', 2712, 14, 23, 22.44, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28090, 1877, 'Macarena00', 1321, 2, 23, 28.63, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28091, 1877, 'Macarena00', 2365, 19, 23, 1957.00, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28092, 1877, 'Macarena00', 5142, 16, 23, 306.52, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28093, 1877, 'Macarena00', 1459, 10, 23, 5.09, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28094, 1877, 'Macarena00', 1039, 19, 23, 101.84, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28095, 1877, 'Macarena00', 3245, 4, 23, 308.99, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28096, 1877, 'Macarena00', 5762, 13, 23, 5.54, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28097, 1877, 'Macarena00', 1636, 18, 23, 11.06, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28098, 1877, 'Macarena00', 140, 18, 23, 20.60, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28099, 1877, 'Macarena00', 2274, 12, 23, 30.89, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28100, 1877, 'Macarena00', 1817, 19, 23, 1105.95, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28101, 1877, 'Macarena00', 4800, 17, 23, 54.08, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28102, 1877, 'Macarena00', 5785, 15, 23, 5.80, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28103, 1877, 'Macarena00', 2273, 19, 23, 720.64, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28104, 1877, 'Macarena00', 2008, 19, 23, 287.85, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28105, 1877, 'Macarena00', 2195, 19, 23, 78.00, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28106, 1877, 'Macarena00', 4388, 14, 23, 10.80, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28107, 1877, 'Macarena00', 2275, 5, 23, 37.08, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28108, 1877, 'Macarena00', 5830, 17, 23, 20.50, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28109, 1877, 'Macarena00', 3542, 12, 23, 6.79, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28110, 1877, 'Macarena00', 2300, 19, 23, 110.09, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28111, 1877, 'Macarena00', 403, 18, 23, 34.91, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28112, 1877, 'Macarena00', 2554, 14, 23, 8.57, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28113, 1877, 'Macarena00', 3798, 4, 23, 19.88, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28114, 1877, 'Macarena00', 3220, 5, 23, 35.70, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28115, 1877, 'Macarena00', 1414, 19, 23, 21.20, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28116, 1877, 'Macarena00', 4506, 16, 23, 67.31, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28117, 1877, 'Macarena00', 2809, 18, 23, 35.76, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28118, 1877, 'Macarena00', 5945, 17, 23, 3.48, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28119, 1877, 'Macarena00', 1894, 19, 23, 0.20, 1, 1, 'ai_bid', '2024-08-05 23:08:03', '2024-08-05 23:08:03', '2024-08-06 23:09:02'),
(28120, 1912, 'Linus', 1974, 18, 29, 25.34, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28121, 1912, 'Linus', 2720, 18, 29, 314.14, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28122, 1912, 'Linus', 3907, 16, 29, 27.29, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28123, 1912, 'Linus', 608, 7, 29, 2.12, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28124, 1912, 'Linus', 1026, 5, 29, 260.00, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28125, 1912, 'Linus', 5001, 13, 29, 97.05, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28126, 1912, 'Linus', 5339, 14, 29, 103.95, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28127, 1912, 'Linus', 1619, 19, 29, 41.99, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28128, 1912, 'Linus', 1155, 18, 29, 67.60, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28129, 1912, 'Linus', 2912, 17, 29, 93.51, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28130, 1912, 'Linus', 3051, 18, 29, 76.39, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28131, 1912, 'Linus', 1323, 19, 29, 13.07, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28132, 1912, 'Linus', 5190, 16, 29, 322.40, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28133, 1912, 'Linus', 5072, 16, 29, 63.11, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28134, 1912, 'Linus', 115, 7, 29, 261.23, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28135, 1912, 'Linus', 1436, 10, 29, 16.31, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28136, 1912, 'Linus', 3139, 4, 29, 41.82, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28137, 1912, 'Linus', 5193, 16, 29, 6805.38, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28138, 1912, 'Linus', 155, 18, 29, 41.60, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28139, 1912, 'Linus', 3085, 2, 29, 72.29, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28140, 1912, 'Linus', 1236, 10, 29, 102.85, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28141, 1912, 'Linus', 5154, 13, 29, 312.00, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28142, 1912, 'Linus', 6091, 15, 29, 8.23, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28143, 1912, 'Linus', 4686, 14, 29, 1359.87, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28144, 1912, 'Linus', 4798, 12, 29, 144.92, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28145, 1912, 'Linus', 1125, 16, 29, 58.62, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28146, 1912, 'Linus', 1616, 4, 29, 302.89, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28147, 1912, 'Linus', 4386, 14, 29, 36.35, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28148, 1912, 'Linus', 5218, 16, 29, 520.60, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28149, 1912, 'Linus', 1363, 19, 29, 3.40, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28150, 1912, 'Linus', 5927, 17, 29, 309.00, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28151, 1912, 'Linus', 4209, 14, 29, 20.95, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28152, 1912, 'Linus', 5847, 17, 29, 71.40, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28153, 1912, 'Linus', 5692, 15, 29, 12.24, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28154, 1912, 'Linus', 5097, 13, 29, 121.20, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28155, 1912, 'Linus', 5945, 17, 29, 3.51, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28156, 1912, 'Linus', 803, 19, 29, 0.21, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28157, 1912, 'Linus', 1844, 19, 29, 0.31, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28158, 1912, 'Linus', 1827, 19, 29, 0.13, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28159, 1912, 'Linus', 1894, 19, 29, 0.21, 1, 1, 'ai_bid', '2024-08-05 23:09:03', '2024-08-05 23:09:03', '2024-08-06 23:10:03'),
(28160, 1850, 'Chanadus', 2174, 19, NULL, 41.00, 40, 1, 'manual_bid', '2024-08-05 23:49:21', '2024-08-05 23:49:21', '2024-08-06 23:50:02'),
(28161, 1850, 'Chanadus', 2609, 13, NULL, 26.00, 20, 1, 'manual_bid', '2024-08-05 23:50:51', '2024-08-05 23:50:51', '2024-08-06 23:51:02'),
(28162, 1850, 'Chanadus', 4059, 18, NULL, 16.00, 1, 1, 'manual_bid', '2024-08-05 23:52:38', '2024-08-05 23:52:38', '2024-08-06 23:53:01'),
(28163, 1886, 'Lovenest Luxe', 3173, 4, NULL, 201.00, 1, 1, 'manual_bid', '2024-08-05 23:57:39', '2024-08-05 23:57:39', '2024-08-06 23:58:02'),
(28164, 1886, 'Lovenest Luxe', 4601, 5, NULL, 13.00, 7, 1, 'manual_bid', '2024-08-06 00:03:41', '2024-08-06 00:03:41', '2024-08-07 00:04:02'),
(28165, 1921, 'Baeniiz', 4972, 12, NULL, 41.00, 2, 1, 'manual_bid', '2024-08-06 00:05:05', '2024-08-06 00:05:05', '2024-08-07 00:06:02'),
(28166, 1920, 'Nizzy', 3887, 2, NULL, 298.00, 1, 1, 'manual_bid', '2024-08-06 00:17:05', '2024-08-06 00:17:05', '2024-08-07 00:18:02'),
(28167, 1920, 'Nizzy', 3075, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-08-06 00:20:39', '2024-08-06 00:20:39', '2024-08-07 00:21:01'),
(28168, 1921, 'Baeniiz', 3221, 4, NULL, 21.00, 1, 1, 'manual_bid', '2024-08-06 00:22:00', '2024-08-06 00:22:00', '2024-08-07 00:22:02'),
(28169, 1881, 'Almeida', 1134, 4, NULL, 14.90, 1, 2, 'manual_bid', '2024-08-06 00:28:47', '2024-08-06 00:28:47', '2024-08-07 00:29:02'),
(28170, 1881, 'Almeida', 1425, 5, NULL, 168.00, 1, 1, 'manual_bid', '2024-08-06 00:35:11', '2024-08-06 00:35:11', '2024-08-07 00:36:01'),
(28171, 1881, 'Almeida', 5029, 11, NULL, 629.90, 1, 1, 'manual_bid', '2024-08-06 00:36:36', '2024-08-06 00:36:36', '2024-08-07 00:37:01'),
(28172, 1881, 'Almeida', 4266, 5, NULL, 39.90, 1, 2, 'manual_bid', '2024-08-06 00:38:03', '2024-08-06 00:38:03', '2024-08-07 00:39:02'),
(28173, 1881, 'Almeida', 330, 12, NULL, 641.70, 1, 1, 'manual_bid', '2024-08-06 00:39:10', '2024-08-06 00:39:10', '2024-08-07 00:40:02'),
(28174, 1881, 'Almeida', 3519, 10, NULL, 21.78, 1, 2, 'manual_bid', '2024-08-06 00:41:57', '2024-08-06 00:41:57', '2024-08-07 00:42:02'),
(28175, 1881, 'Almeida', 3329, 7, NULL, 11.59, 1, 2, 'manual_bid', '2024-08-06 00:44:30', '2024-08-06 00:44:30', '2024-08-07 00:45:03'),
(28176, 1881, 'Almeida', 3329, 7, NULL, 11.59, 1, 2, 'manual_bid', '2024-08-06 00:48:16', '2024-08-06 00:48:16', '2024-08-07 00:49:02'),
(28177, 1798, 'Feelyards', 3920, 2, NULL, 52.00, 1, 1, 'manual_bid', '2024-08-06 02:07:31', '2024-08-06 02:07:31', '2024-08-07 02:08:02'),
(28178, 1798, 'Feelyards', 1754, 2, NULL, 50.00, 1, 1, 'manual_bid', '2024-08-06 02:08:20', '2024-08-06 02:08:20', '2024-08-07 02:09:02'),
(28179, 1869, 'Anatoliy fast store', 427, 17, 25, 31.19, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28180, 1869, 'Anatoliy fast store', 2479, 7, 25, 632.86, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28181, 1869, 'Anatoliy fast store', 4090, 18, 25, 9.44, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28182, 1869, 'Anatoliy fast store', 4870, 17, 25, 148.39, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28183, 1869, 'Anatoliy fast store', 3666, 13, 25, 7.97, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28184, 1869, 'Anatoliy fast store', 3128, 4, 25, 10.48, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28185, 1869, 'Anatoliy fast store', 727, 19, 25, 5.00, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28186, 1869, 'Anatoliy fast store', 4690, 12, 25, 31.08, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28187, 1869, 'Anatoliy fast store', 2355, 19, 25, 416.00, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28188, 1869, 'Anatoliy fast store', 1716, 10, 25, 7.20, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28189, 1869, 'Anatoliy fast store', 4683, 12, 25, 8.31, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28190, 1869, 'Anatoliy fast store', 3759, 14, 25, 20.79, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28191, 1869, 'Anatoliy fast store', 1829, 5, 25, 0.79, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28192, 1869, 'Anatoliy fast store', 1078, 1, 25, 11.10, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28193, 1869, 'Anatoliy fast store', 6085, 11, 25, 4.08, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28194, 1869, 'Anatoliy fast store', 6104, 11, 25, 1.52, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28195, 1869, 'Anatoliy fast store', 949, 5, 25, 0.31, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28196, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-08-06 02:09:02', '2024-08-06 02:09:02', '2024-08-07 02:09:02'),
(28197, 1876, 'Etiuko', 5177, 16, 28, 42.22, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28198, 1876, 'Etiuko', 777, 2, 28, 40.56, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28199, 1876, 'Etiuko', 1866, 19, 28, 6.24, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28200, 1876, 'Etiuko', 4435, 16, 28, 16.59, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28201, 1876, 'Etiuko', 4046, 13, 28, 10.19, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28202, 1876, 'Etiuko', 4442, 15, 28, 29.40, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28203, 1876, 'Etiuko', 299, 5, 28, 2.67, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28204, 1876, 'Etiuko', 608, 7, 28, 2.06, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28205, 1876, 'Etiuko', 803, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28206, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-08-06 02:34:03', '2024-08-06 02:34:03', '2024-08-07 02:35:03'),
(28207, 1902, 'Good bargain stores', 1910, 18, 26, 186.90, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28208, 1902, 'Good bargain stores', 5181, 16, 26, 19.61, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28209, 1902, 'Good bargain stores', 2778, 14, 26, 31.09, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28210, 1902, 'Good bargain stores', 2391, 2, 26, 61.13, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28211, 1902, 'Good bargain stores', 2749, 14, 26, 126.25, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28212, 1902, 'Good bargain stores', 2136, 19, 26, 20.53, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28213, 1902, 'Good bargain stores', 1772, 2, 26, 66.56, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28214, 1902, 'Good bargain stores', 2578, 7, 26, 17.80, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28215, 1902, 'Good bargain stores', 800, 19, 26, 33.52, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28216, 1902, 'Good bargain stores', 2053, 18, 26, 28.87, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28217, 1902, 'Good bargain stores', 803, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28218, 1902, 'Good bargain stores', 1827, 19, 26, 0.13, 1, 1, 'ai_bid', '2024-08-06 08:11:03', '2024-08-06 08:11:03', '2024-08-07 08:12:01'),
(28219, 1902, 'Good bargain stores', 1257, 19, 27, 6.96, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28220, 1902, 'Good bargain stores', 5857, 17, 27, 7.17, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28221, 1902, 'Good bargain stores', 1309, 2, 27, 146.06, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28222, 1902, 'Good bargain stores', 5426, 17, 27, 61.20, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28223, 1902, 'Good bargain stores', 3511, 11, 27, 39.78, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28224, 1902, 'Good bargain stores', 2031, 4, 27, 532.27, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28225, 1902, 'Good bargain stores', 4801, 17, 27, 48.48, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28226, 1902, 'Good bargain stores', 4178, 5, 27, 22.54, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(28227, 1902, 'Good bargain stores', 5940, 17, 27, 3.03, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28228, 1902, 'Good bargain stores', 6109, 11, 27, 6.12, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28229, 1902, 'Good bargain stores', 2731, 18, 27, 165.64, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28230, 1902, 'Good bargain stores', 4578, 16, 27, 978.50, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28231, 1902, 'Good bargain stores', 4973, 14, 27, 19.18, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28232, 1902, 'Good bargain stores', 242, 17, 27, 33.08, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28233, 1902, 'Good bargain stores', 4893, 12, 27, 110.42, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28234, 1902, 'Good bargain stores', 4611, 5, 27, 28.55, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28235, 1902, 'Good bargain stores', 2322, 10, 27, 57.56, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28236, 1902, 'Good bargain stores', 980, 5, 27, 9.09, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28237, 1902, 'Good bargain stores', 2297, 19, 27, 4.20, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28238, 1902, 'Good bargain stores', 4038, 18, 27, 5.09, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28239, 1902, 'Good bargain stores', 1901, 19, 27, 378.75, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28240, 1902, 'Good bargain stores', 311, 18, 27, 150.80, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28241, 1902, 'Good bargain stores', 886, 7, 27, 63.58, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28242, 1902, 'Good bargain stores', 1116, 16, 27, 92.56, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28243, 1902, 'Good bargain stores', 4616, 16, 27, 9345.00, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28244, 1902, 'Good bargain stores', 1139, 4, 27, 18.55, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28245, 1902, 'Good bargain stores', 5366, 13, 27, 90.89, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28246, 1902, 'Good bargain stores', 5859, 17, 27, 196.95, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28247, 1902, 'Good bargain stores', 4532, 14, 27, 109.14, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28248, 1902, 'Good bargain stores', 5694, 15, 27, 288.40, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28249, 1902, 'Good bargain stores', 1420, 19, 27, 67.41, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28250, 1902, 'Good bargain stores', 1279, 19, 27, 351.52, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28251, 1902, 'Good bargain stores', 3955, 16, 27, 30.73, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28252, 1902, 'Good bargain stores', 1314, 15, 27, 146.45, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28253, 1902, 'Good bargain stores', 1191, 18, 27, 50.50, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28254, 1902, 'Good bargain stores', 2739, 18, 27, 293.28, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28255, 1902, 'Good bargain stores', 2392, 2, 27, 129.28, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28256, 1902, 'Good bargain stores', 2485, 16, 27, 145.22, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28257, 1902, 'Good bargain stores', 6158, 11, 27, 70.90, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28258, 1902, 'Good bargain stores', 768, 7, 27, 4.41, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28259, 1902, 'Good bargain stores', 379, 2, 27, 7.07, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28260, 1902, 'Good bargain stores', 5097, 13, 27, 122.40, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28261, 1902, 'Good bargain stores', 4392, 14, 27, 103.25, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28262, 1902, 'Good bargain stores', 668, 10, 27, 5.10, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28263, 1902, 'Good bargain stores', 1377, 15, 27, 12.71, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28264, 1902, 'Good bargain stores', 645, 17, 27, 4.24, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28265, 1902, 'Good bargain stores', 4562, 5, 27, 3.94, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28266, 1902, 'Good bargain stores', 949, 5, 27, 0.32, 1, 1, 'ai_bid', '2024-08-06 08:39:02', '2024-08-06 08:39:02', '2024-08-07 08:40:03'),
(28267, 1850, 'Chanadus', 386, 16, 24, 408.00, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28268, 1850, 'Chanadus', 3118, 18, 24, 88.73, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28269, 1850, 'Chanadus', 1196, 19, 24, 127.20, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28270, 1850, 'Chanadus', 5025, 16, 24, 135.15, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28271, 1850, 'Chanadus', 5318, 14, 24, 233.15, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28272, 1850, 'Chanadus', 5455, 17, 24, 54.13, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28273, 1850, 'Chanadus', 3107, 2, 24, 202.98, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28274, 1850, 'Chanadus', 4514, 16, 24, 16.79, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28275, 1850, 'Chanadus', 2672, 18, 24, 122.71, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28276, 1850, 'Chanadus', 346, 15, 24, 47.75, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28277, 1850, 'Chanadus', 2313, 2, 24, 30.90, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28278, 1850, 'Chanadus', 1631, 15, 24, 5.45, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28279, 1850, 'Chanadus', 2233, 12, 24, 30.33, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28280, 1850, 'Chanadus', 2745, 10, 24, 40.83, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28281, 1850, 'Chanadus', 1844, 19, 24, 0.31, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28282, 1850, 'Chanadus', 3593, 12, 24, 4.80, 1, 1, 'ai_bid', '2024-08-06 10:09:02', '2024-08-06 10:09:02', '2024-08-07 10:09:02'),
(28283, 1925, 'Frankie fast store', 5119, 13, 30, 64.65, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28284, 1925, 'Frankie fast store', 4662, 12, 30, 30.23, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28285, 1925, 'Frankie fast store', 4209, 14, 30, 20.54, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28286, 1925, 'Frankie fast store', 5758, 15, 30, 513.97, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28287, 1925, 'Frankie fast store', 4629, 16, 30, 7828.00, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28288, 1925, 'Frankie fast store', 1013, 5, 30, 94.76, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28289, 1925, 'Frankie fast store', 427, 17, 30, 31.49, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28290, 1925, 'Frankie fast store', 2147, 7, 30, 41.19, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28291, 1925, 'Frankie fast store', 4992, 14, 30, 12.57, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28292, 1925, 'Frankie fast store', 2026, 4, 30, 86.39, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28293, 1925, 'Frankie fast store', 4609, 16, 30, 25.38, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28294, 1925, 'Frankie fast store', 2359, 19, 30, 30.90, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28295, 1925, 'Frankie fast store', 2610, 14, 30, 10.59, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28296, 1925, 'Frankie fast store', 1296, 19, 30, 46.35, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28297, 1925, 'Frankie fast store', 5517, 10, 30, 22.84, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28298, 1925, 'Frankie fast store', 2773, 19, 30, 392.78, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28299, 1925, 'Frankie fast store', 3911, 16, 30, 374.40, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28300, 1925, 'Frankie fast store', 2081, 19, 30, 798.00, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28301, 1925, 'Frankie fast store', 517, 7, 30, 18.76, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28302, 1925, 'Frankie fast store', 4779, 12, 30, 41.19, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28303, 1925, 'Frankie fast store', 4466, 15, 30, 141.75, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28304, 1925, 'Frankie fast store', 3118, 18, 30, 88.73, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28305, 1925, 'Frankie fast store', 337, 15, 30, 17.10, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28306, 1925, 'Frankie fast store', 397, 17, 30, 30.24, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28307, 1925, 'Frankie fast store', 2581, 14, 30, 18.01, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28308, 1925, 'Frankie fast store', 5738, 16, 30, 31.49, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28309, 1925, 'Frankie fast store', 1612, 14, 30, 41.94, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28310, 1925, 'Frankie fast store', 5702, 10, 30, 45.43, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28311, 1925, 'Frankie fast store', 2208, 12, 30, 57.05, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28312, 1925, 'Frankie fast store', 4375, 16, 30, 80.80, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28313, 1925, 'Frankie fast store', 3777, 13, 30, 8.54, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28314, 1925, 'Frankie fast store', 154, 18, 30, 5.15, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28315, 1925, 'Frankie fast store', 1953, 5, 30, 4.04, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28316, 1925, 'Frankie fast store', 1658, 17, 30, 119.59, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28317, 1925, 'Frankie fast store', 4018, 17, 30, 53.00, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28318, 1925, 'Frankie fast store', 3615, 13, 30, 3.61, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28319, 1925, 'Frankie fast store', 5240, 14, 30, 25.41, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28320, 1925, 'Frankie fast store', 1665, 19, 30, 11.33, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28321, 1925, 'Frankie fast store', 6046, 11, 30, 152.44, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28322, 1925, 'Frankie fast store', 5376, 1, 30, 18.86, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28323, 1925, 'Frankie fast store', 1767, 19, 30, 4.24, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28324, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28325, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28326, 1925, 'Frankie fast store', 949, 5, 30, 0.32, 1, 1, 'ai_bid', '2024-08-07 00:15:03', '2024-08-07 00:15:03', '2024-08-08 00:16:02'),
(28327, 1877, 'Macarena00', 5907, 17, 23, 16.67, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28328, 1877, 'Macarena00', 2229, 16, 23, 27.76, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28329, 1877, 'Macarena00', 4417, 15, 23, 27.80, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28330, 1877, 'Macarena00', 672, 10, 23, 3.15, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28331, 1877, 'Macarena00', 3607, 12, 23, 763.35, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28332, 1877, 'Macarena00', 2144, 10, 23, 33.97, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28333, 1877, 'Macarena00', 2626, 14, 23, 27.71, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28334, 1877, 'Macarena00', 2648, 16, 23, 13.12, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28335, 1877, 'Macarena00', 4820, 12, 23, 68.78, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28336, 1877, 'Macarena00', 4620, 16, 23, 5872.02, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28337, 1877, 'Macarena00', 1668, 19, 23, 130.71, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28338, 1877, 'Macarena00', 591, 10, 23, 10.40, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28339, 1877, 'Macarena00', 1278, 19, 23, 364.00, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28340, 1877, 'Macarena00', 3158, 4, 23, 40.38, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28341, 1877, 'Macarena00', 3578, 12, 23, 16.21, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28342, 1877, 'Macarena00', 3466, 14, 23, 23.58, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28343, 1877, 'Macarena00', 790, 18, 23, 268.30, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28344, 1877, 'Macarena00', 5916, 15, 23, 509.08, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28345, 1877, 'Macarena00', 2080, 7, 23, 150.03, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28346, 1877, 'Macarena00', 104, 2, 23, 34.69, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28347, 1877, 'Macarena00', 4446, 15, 23, 33.32, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28348, 1877, 'Macarena00', 5828, 17, 23, 303.00, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28349, 1877, 'Macarena00', 2255, 16, 23, 20.99, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28350, 1877, 'Macarena00', 4872, 14, 23, 26.52, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28351, 1877, 'Macarena00', 5763, 15, 23, 735.00, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28352, 1877, 'Macarena00', 231, 12, 23, 70.28, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28353, 1877, 'Macarena00', 4334, 15, 23, 9.36, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28354, 1877, 'Macarena00', 5906, 13, 23, 135.19, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28355, 1877, 'Macarena00', 837, 4, 23, 93.39, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28356, 1877, 'Macarena00', 146, 2, 23, 35.70, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28357, 1877, 'Macarena00', 838, 13, 23, 16.82, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28358, 1877, 'Macarena00', 1700, 19, 23, 58.30, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28359, 1877, 'Macarena00', 486, 19, 23, 2266.00, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28360, 1877, 'Macarena00', 732, 17, 23, 63.62, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28361, 1877, 'Macarena00', 5051, 11, 23, 20.19, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28362, 1877, 'Macarena00', 5942, 17, 23, 6.94, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28363, 1877, 'Macarena00', 2981, 14, 23, 94.64, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28364, 1877, 'Macarena00', 1679, 18, 23, 445.99, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28365, 1877, 'Macarena00', 3557, 12, 23, 24.47, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28366, 1877, 'Macarena00', 3238, 7, 23, 102.60, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28367, 1877, 'Macarena00', 5090, 16, 23, 18.35, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28368, 1877, 'Macarena00', 5557, 10, 23, 186.33, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28369, 1877, 'Macarena00', 3535, 10, 23, 79.70, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28370, 1877, 'Macarena00', 177, 2, 23, 267.64, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28371, 1877, 'Macarena00', 3007, 19, 23, 110.24, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28372, 1877, 'Macarena00', 1457, 17, 23, 11.41, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28373, 1877, 'Macarena00', 4504, 16, 23, 617.99, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28374, 1877, 'Macarena00', 1841, 1, 23, 101.20, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28375, 1877, 'Macarena00', 3260, 7, 23, 7.86, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28376, 1877, 'Macarena00', 1570, 19, 23, 34.30, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28377, 1877, 'Macarena00', 659, 10, 23, 8.48, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28378, 1877, 'Macarena00', 6082, 11, 23, 7.28, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28379, 1877, 'Macarena00', 5746, 13, 23, 71.69, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28380, 1877, 'Macarena00', 6010, 17, 23, 4.88, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:01'),
(28381, 1877, 'Macarena00', 1498, 15, 23, 91.40, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28382, 1877, 'Macarena00', 4398, 14, 23, 106.00, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28383, 1877, 'Macarena00', 3494, 10, 23, 13.03, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28384, 1877, 'Macarena00', 2366, 10, 23, 18.35, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28385, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28386, 1877, 'Macarena00', 608, 7, 23, 2.10, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28387, 1877, 'Macarena00', 1469, 10, 23, 1.31, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28388, 1877, 'Macarena00', 4884, 14, 23, 2.30, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28389, 1877, 'Macarena00', 634, 5, 23, 1.01, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28390, 1877, 'Macarena00', 1827, 19, 23, 0.12, 1, 1, 'ai_bid', '2024-08-07 00:20:03', '2024-08-07 00:20:03', '2024-08-08 00:21:02'),
(28391, 1912, 'Linus', 3693, 18, 29, 342.64, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28392, 1912, 'Linus', 3909, 16, 29, 212.24, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28393, 1912, 'Linus', 128, 18, 29, 9.54, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28394, 1912, 'Linus', 878, 19, 29, 295.74, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28395, 1912, 'Linus', 3728, 13, 29, 11.21, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28396, 1912, 'Linus', 1221, 14, 29, 124.19, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28397, 1912, 'Linus', 5513, 10, 29, 81.80, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28398, 1912, 'Linus', 1650, 19, 29, 10.59, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28399, 1912, 'Linus', 5826, 15, 29, 6.23, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28400, 1912, 'Linus', 1336, 15, 29, 36.40, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28401, 1912, 'Linus', 4922, 12, 29, 15.75, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28402, 1912, 'Linus', 5446, 12, 29, 302.40, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28403, 1912, 'Linus', 105, 2, 29, 324.21, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28404, 1912, 'Linus', 5963, 17, 29, 44.19, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28405, 1912, 'Linus', 3771, 15, 29, 5.29, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28406, 1912, 'Linus', 2643, 15, 29, 11.43, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28407, 1912, 'Linus', 4711, 12, 29, 31.20, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28408, 1912, 'Linus', 4604, 16, 29, 27.54, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28409, 1912, 'Linus', 1574, 19, 29, 199.50, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28410, 1912, 'Linus', 4431, 16, 29, 479.75, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28411, 1912, 'Linus', 2973, 19, 29, 425.05, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28412, 1912, 'Linus', 2342, 19, 29, 927.00, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28413, 1912, 'Linus', 5122, 16, 29, 204.00, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28414, 1912, 'Linus', 1591, 19, 29, 7.76, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28415, 1912, 'Linus', 2909, 14, 29, 40.80, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28416, 1912, 'Linus', 4545, 16, 29, 28.83, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28417, 1912, 'Linus', 1666, 19, 29, 46.72, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28418, 1912, 'Linus', 1357, 15, 29, 51.66, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28419, 1912, 'Linus', 5802, 13, 29, 20.39, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28420, 1912, 'Linus', 2029, 4, 29, 172.20, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28421, 1912, 'Linus', 1469, 10, 29, 1.29, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28422, 1912, 'Linus', 2815, 14, 29, 4257.39, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28423, 1912, 'Linus', 4106, 5, 29, 1.37, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28424, 1912, 'Linus', 5271, 16, 29, 636.00, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28425, 1912, 'Linus', 3478, 14, 29, 109.16, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28426, 1912, 'Linus', 2594, 19, 29, 15.13, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28427, 1912, 'Linus', 13, 2, 29, 10.40, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28428, 1912, 'Linus', 2568, 14, 29, 1213.80, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28429, 1912, 'Linus', 5151, 16, 29, 323.42, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28430, 1912, 'Linus', 862, 13, 29, 4.20, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28431, 1912, 'Linus', 6029, 15, 29, 27.02, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28432, 1912, 'Linus', 184, 7, 29, 17.99, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28433, 1912, 'Linus', 944, 13, 29, 530.11, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28434, 1912, 'Linus', 5599, 10, 29, 81.74, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28435, 1912, 'Linus', 4676, 12, 29, 49.69, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28436, 1912, 'Linus', 2193, 16, 29, 20.73, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28437, 1912, 'Linus', 3954, 1, 29, 236.07, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28438, 1912, 'Linus', 608, 7, 29, 2.06, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28439, 1912, 'Linus', 4394, 14, 29, 115.43, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28440, 1912, 'Linus', 5550, 10, 29, 9.00, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28441, 1912, 'Linus', 2608, 19, 29, 10.50, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28442, 1912, 'Linus', 3209, 17, 29, 22.66, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28443, 1912, 'Linus', 3569, 12, 29, 12.71, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28444, 1912, 'Linus', 2283, 19, 29, 98.70, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28445, 1912, 'Linus', 1129, 4, 29, 2.53, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28446, 1912, 'Linus', 1859, 18, 29, 3.74, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28447, 1912, 'Linus', 935, 5, 29, 3.15, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28448, 1912, 'Linus', 5824, 17, 29, 1.47, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28449, 1912, 'Linus', 2073, 4, 29, 2.58, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28450, 1912, 'Linus', 1640, 19, 29, 1.04, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28451, 1912, 'Linus', 1811, 5, 29, 0.20, 1, 1, 'ai_bid', '2024-08-07 00:21:02', '2024-08-07 00:21:02', '2024-08-08 00:22:02'),
(28452, 1850, 'Chanadus', 2662, 19, NULL, 101.00, 21, 1, 'manual_bid', '2024-08-07 01:06:11', '2024-08-07 01:06:11', '2024-08-08 01:07:02'),
(28453, 1886, 'Lovenest Luxe', 1071, 4, NULL, 5.00, 59, 1, 'manual_bid', '2024-08-07 01:07:05', '2024-08-07 01:07:05', '2024-08-08 01:08:01'),
(28454, 1850, 'Chanadus', 4609, 16, NULL, 25.60, 3, 1, 'manual_bid', '2024-08-07 01:10:32', '2024-08-07 01:10:32', '2024-08-08 01:11:01'),
(28455, 1920, 'Nizzy', 79, 2, NULL, 151.00, 2, 1, 'manual_bid', '2024-08-07 01:28:47', '2024-08-07 01:28:47', '2024-08-08 01:29:01'),
(28456, 1920, 'Nizzy', 19, 2, NULL, 6.00, 2, 1, 'manual_bid', '2024-08-07 01:30:22', '2024-08-07 01:30:22', '2024-08-08 01:31:02'),
(28457, 1921, 'Baeniiz', 3912, 2, NULL, 24.00, 1, 1, 'manual_bid', '2024-08-07 01:35:36', '2024-08-07 01:35:36', '2024-08-08 01:36:01'),
(28458, 1921, 'Baeniiz', 67, 2, NULL, 25.00, 1, 1, 'manual_bid', '2024-08-07 01:36:25', '2024-08-07 01:36:25', '2024-08-08 01:37:02'),
(28459, 1869, 'Anatoliy fast store', 1779, 19, 25, 38.85, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28460, 1869, 'Anatoliy fast store', 5738, 16, 25, 30.59, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28461, 1869, 'Anatoliy fast store', 2273, 19, 25, 713.58, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28462, 1869, 'Anatoliy fast store', 5036, 16, 25, 103.00, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28463, 1869, 'Anatoliy fast store', 854, 19, 25, 36.56, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28464, 1869, 'Anatoliy fast store', 5586, 10, 25, 11.21, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28465, 1869, 'Anatoliy fast store', 5912, 13, 25, 21.19, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28466, 1869, 'Anatoliy fast store', 189, 7, 25, 141.01, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28467, 1869, 'Anatoliy fast store', 3558, 12, 25, 11.16, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28468, 1869, 'Anatoliy fast store', 3658, 10, 25, 14.21, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28469, 1869, 'Anatoliy fast store', 840, 1, 25, 195.69, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28470, 1869, 'Anatoliy fast store', 5034, 11, 25, 9.08, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28471, 1869, 'Anatoliy fast store', 2962, 14, 25, 10.96, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28472, 1869, 'Anatoliy fast store', 5580, 15, 25, 13.36, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28473, 1869, 'Anatoliy fast store', 5845, 17, 25, 9.26, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28474, 1869, 'Anatoliy fast store', 952, 5, 25, 5.36, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28475, 1869, 'Anatoliy fast store', 1894, 19, 25, 0.21, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28476, 1869, 'Anatoliy fast store', 1640, 19, 25, 1.05, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28477, 1869, 'Anatoliy fast store', 1844, 19, 25, 0.31, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28478, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-08-07 03:19:03', '2024-08-07 03:19:03', '2024-08-08 03:20:03'),
(28479, 1876, 'Etiuko', 5808, 15, 28, 103.99, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28480, 1876, 'Etiuko', 2538, 7, 28, 19.39, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28481, 1876, 'Etiuko', 1266, 19, 28, 8.39, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28482, 1876, 'Etiuko', 63, 2, 28, 7.07, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28483, 1876, 'Etiuko', 631, 14, 28, 11.66, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28484, 1876, 'Etiuko', 1844, 19, 28, 0.31, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28485, 1876, 'Etiuko', 734, 19, 28, 0.23, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28486, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28487, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28488, 1876, 'Etiuko', 1894, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-08-07 03:46:03', '2024-08-07 03:46:03', '2024-08-08 03:47:02'),
(28489, 1798, 'Feelyards', 2922, 2, NULL, 32.00, 1, 1, 'manual_bid', '2024-08-07 04:04:26', '2024-08-07 04:04:26', '2024-08-08 04:05:03'),
(28490, 1798, 'Feelyards', 133, 7, NULL, 33.00, 1, 1, 'manual_bid', '2024-08-07 04:18:16', '2024-08-07 04:18:16', '2024-08-08 04:19:01'),
(28491, 1798, 'Feelyards', 3781, 7, NULL, 38.00, 1, 1, 'manual_bid', '2024-08-07 04:19:33', '2024-08-07 04:19:33', '2024-08-08 04:20:02'),
(28492, 1884, 'Mich&Jstore', 2036, 2, NULL, 60.00, 20, 1, 'manual_bid', '2024-08-07 08:08:48', '2024-08-07 08:08:48', '2024-08-08 08:09:02'),
(28493, 1884, 'Mich&Jstore', 80, 2, NULL, 100.00, 5, 1, 'manual_bid', '2024-08-07 08:09:58', '2024-08-07 08:09:58', '2024-08-08 08:10:02'),
(28494, 1884, 'Mich&Jstore', 473, 17, NULL, 16.00, 50, 1, 'manual_bid', '2024-08-07 08:10:53', '2024-08-07 08:10:53', '2024-08-08 08:11:02'),
(28495, 1884, 'Mich&Jstore', 2364, 18, NULL, 16.00, 50, 1, 'manual_bid', '2024-08-07 08:11:56', '2024-08-07 08:11:56', '2024-08-08 08:12:02'),
(28496, 1884, 'Mich&Jstore', 6167, 11, NULL, 11.00, 100, 1, 'manual_bid', '2024-08-07 08:13:52', '2024-08-07 08:13:52', '2024-08-08 08:14:02'),
(28497, 1884, 'Mich&Jstore', 3959, 5, NULL, 49.00, 30, 1, 'manual_bid', '2024-08-07 08:15:03', '2024-08-07 08:15:03', '2024-08-08 08:15:03'),
(28498, 1884, 'Mich&Jstore', 4804, 12, NULL, 22.00, 100, 1, 'manual_bid', '2024-08-07 08:15:37', '2024-08-07 08:15:37', '2024-08-08 08:16:02'),
(28499, 1884, 'Mich&Jstore', 5124, 16, NULL, 410.00, 50, 1, 'manual_bid', '2024-08-07 08:16:41', '2024-08-07 08:16:41', '2024-08-08 08:17:02'),
(28500, 1884, 'Mich&Jstore', 2111, 19, NULL, 600.00, 9, 2, 'manual_bid', '2024-08-07 08:18:28', '2024-08-07 08:18:28', '2024-08-08 08:19:02'),
(28501, 1884, 'Mich&Jstore', 1907, 18, NULL, 950.00, 20, 1, 'manual_bid', '2024-08-07 08:20:02', '2024-08-07 08:20:02', '2024-08-08 08:20:03'),
(28502, 1884, 'Mich&Jstore', 1984, 4, NULL, 258.00, 50, 1, 'manual_bid', '2024-08-07 08:21:28', '2024-08-07 08:21:28', '2024-08-08 08:22:02'),
(28503, 1884, 'Mich&Jstore', 5079, 16, 31, 29.18, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28504, 1884, 'Mich&Jstore', 4964, 12, 31, 21.10, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28505, 1884, 'Mich&Jstore', 1650, 19, 31, 10.59, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28506, 1884, 'Mich&Jstore', 40, 2, 31, 48.88, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28507, 1884, 'Mich&Jstore', 4851, 17, 31, 1261.74, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28508, 1884, 'Mich&Jstore', 1587, 18, 31, 76.22, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28509, 1884, 'Mich&Jstore', 3447, 14, 31, 529.24, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28510, 1884, 'Mich&Jstore', 2787, 14, 31, 319.05, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28511, 1884, 'Mich&Jstore', 472, 19, 31, 62.22, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28512, 1884, 'Mich&Jstore', 129, 7, 31, 42.70, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28513, 1884, 'Mich&Jstore', 3290, 5, 31, 316.04, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28514, 1884, 'Mich&Jstore', 4744, 12, 31, 49.53, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28515, 1884, 'Mich&Jstore', 3262, 5, 31, 5.67, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28516, 1884, 'Mich&Jstore', 886, 7, 31, 62.98, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28517, 1884, 'Mich&Jstore', 4507, 16, 31, 40.89, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28518, 1884, 'Mich&Jstore', 581, 18, 31, 104.00, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28519, 1884, 'Mich&Jstore', 633, 14, 31, 10.40, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28520, 1884, 'Mich&Jstore', 2843, 14, 31, 18.75, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28521, 1884, 'Mich&Jstore', 2098, 19, 31, 103.95, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28522, 1884, 'Mich&Jstore', 1503, 19, 31, 25.20, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28523, 1884, 'Mich&Jstore', 5703, 15, 31, 207.02, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28524, 1884, 'Mich&Jstore', 4174, 14, 31, 539.58, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28525, 1884, 'Mich&Jstore', 4496, 15, 31, 366.45, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28526, 1884, 'Mich&Jstore', 3977, 12, 31, 386.57, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28527, 1884, 'Mich&Jstore', 3134, 2, 31, 340.26, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28528, 1884, 'Mich&Jstore', 2315, 19, 31, 556.51, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28529, 1884, 'Mich&Jstore', 5454, 12, 31, 10165.40, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28530, 1884, 'Mich&Jstore', 2699, 14, 31, 40.39, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28531, 1884, 'Mich&Jstore', 4998, 13, 31, 117.30, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28532, 1884, 'Mich&Jstore', 1993, 2, 31, 790.01, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28533, 1884, 'Mich&Jstore', 3979, 5, 31, 1590.00, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28534, 1884, 'Mich&Jstore', 6096, 15, 31, 10.19, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28535, 1884, 'Mich&Jstore', 2097, 5, 31, 9.52, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28536, 1884, 'Mich&Jstore', 2388, 2, 31, 78.07, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28537, 1884, 'Mich&Jstore', 2446, 2, 31, 294.78, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28538, 1884, 'Mich&Jstore', 6130, 11, 31, 4.83, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28539, 1884, 'Mich&Jstore', 1537, 19, 31, 206.72, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28540, 1884, 'Mich&Jstore', 3546, 10, 31, 200.94, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28541, 1884, 'Mich&Jstore', 2563, 14, 31, 438.59, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28542, 1884, 'Mich&Jstore', 1381, 2, 31, 879.80, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28543, 1884, 'Mich&Jstore', 1911, 18, 31, 23.97, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28544, 1884, 'Mich&Jstore', 2683, 17, 31, 20.78, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28545, 1884, 'Mich&Jstore', 5640, 10, 31, 8.47, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28546, 1884, 'Mich&Jstore', 3905, 16, 31, 42.22, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28547, 1884, 'Mich&Jstore', 3833, 4, 31, 5.05, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28548, 1884, 'Mich&Jstore', 4520, 16, 31, 29.86, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28549, 1884, 'Mich&Jstore', 2096, 16, 31, 31.49, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28550, 1884, 'Mich&Jstore', 2745, 10, 31, 40.06, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28551, 1884, 'Mich&Jstore', 2386, 2, 31, 8.24, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28552, 1884, 'Mich&Jstore', 2996, 13, 31, 515.00, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28553, 1884, 'Mich&Jstore', 4230, 18, 31, 195.31, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28554, 1884, 'Mich&Jstore', 2373, 10, 31, 36.15, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28555, 1884, 'Mich&Jstore', 4157, 14, 31, 88.57, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28556, 1884, 'Mich&Jstore', 5814, 15, 31, 360.50, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28557, 1884, 'Mich&Jstore', 4762, 12, 31, 50.18, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28558, 1884, 'Mich&Jstore', 3383, 7, 31, 101.06, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28559, 1884, 'Mich&Jstore', 612, 1, 31, 66.30, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28560, 1884, 'Mich&Jstore', 4715, 12, 31, 5.76, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28561, 1884, 'Mich&Jstore', 3277, 7, 31, 37.72, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28562, 1884, 'Mich&Jstore', 3775, 15, 31, 6.24, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28563, 1884, 'Mich&Jstore', 3898, 11, 31, 6969.00, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28564, 1884, 'Mich&Jstore', 211, 7, 31, 9.75, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28565, 1884, 'Mich&Jstore', 6009, 17, 31, 19.17, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28566, 1884, 'Mich&Jstore', 1596, 18, 31, 2590.80, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28567, 1884, 'Mich&Jstore', 555, 19, 31, 13045.80, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28568, 1884, 'Mich&Jstore', 5114, 13, 31, 125.83, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28569, 1884, 'Mich&Jstore', 4081, 5, 31, 50.49, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28570, 1884, 'Mich&Jstore', 2422, 19, 31, 515.00, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28571, 1884, 'Mich&Jstore', 5130, 16, 31, 33.60, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28572, 1884, 'Mich&Jstore', 4057, 13, 31, 26.29, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28573, 1884, 'Mich&Jstore', 4710, 14, 31, 18.36, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28574, 1884, 'Mich&Jstore', 5962, 17, 31, 17.90, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28575, 1884, 'Mich&Jstore', 1554, 18, 31, 14.84, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28576, 1884, 'Mich&Jstore', 4294, 5, 31, 52.99, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28577, 1884, 'Mich&Jstore', 4083, 18, 31, 52.99, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28578, 1884, 'Mich&Jstore', 277, 18, 31, 339.89, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28579, 1884, 'Mich&Jstore', 3854, 15, 31, 606.00, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28580, 1884, 'Mich&Jstore', 1661, 17, 31, 14.30, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28581, 1884, 'Mich&Jstore', 5897, 17, 31, 7.22, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28582, 1884, 'Mich&Jstore', 3212, 17, 31, 8.16, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28583, 1884, 'Mich&Jstore', 1020, 5, 31, 6.39, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28584, 1884, 'Mich&Jstore', 4499, 15, 31, 41.60, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28585, 1884, 'Mich&Jstore', 4733, 12, 31, 63.83, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28586, 1884, 'Mich&Jstore', 2182, 19, 31, 63.00, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28587, 1884, 'Mich&Jstore', 4736, 12, 31, 21.81, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28588, 1884, 'Mich&Jstore', 1716, 10, 31, 7.41, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28589, 1884, 'Mich&Jstore', 3473, 10, 31, 344.40, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28590, 1884, 'Mich&Jstore', 3251, 7, 31, 23.03, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28591, 1884, 'Mich&Jstore', 558, 17, 31, 12.60, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28592, 1884, 'Mich&Jstore', 5171, 16, 31, 48.29, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28593, 1884, 'Mich&Jstore', 4305, 15, 31, 4.24, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28594, 1884, 'Mich&Jstore', 4920, 11, 31, 33.92, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28595, 1884, 'Mich&Jstore', 2192, 16, 31, 37.05, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(28596, 1884, 'Mich&Jstore', 5294, 14, 31, 287.13, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28597, 1884, 'Mich&Jstore', 4466, 15, 31, 143.10, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28598, 1884, 'Mich&Jstore', 2443, 2, 31, 8.31, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28599, 1884, 'Mich&Jstore', 3664, 10, 31, 13.43, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28600, 1884, 'Mich&Jstore', 5552, 10, 31, 28.22, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28601, 1884, 'Mich&Jstore', 263, 18, 31, 6.47, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28602, 1884, 'Mich&Jstore', 2215, 19, 31, 41.20, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28603, 1884, 'Mich&Jstore', 3728, 13, 31, 11.65, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28604, 1884, 'Mich&Jstore', 2054, 4, 31, 113.36, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28605, 1884, 'Mich&Jstore', 3075, 2, 31, 13.11, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28606, 1884, 'Mich&Jstore', 380, 7, 31, 12.57, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28607, 1884, 'Mich&Jstore', 5467, 17, 31, 52.60, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28608, 1884, 'Mich&Jstore', 3970, 16, 31, 17.33, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28609, 1884, 'Mich&Jstore', 3904, 2, 31, 75.73, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28610, 1884, 'Mich&Jstore', 4175, 18, 31, 9.26, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28611, 1884, 'Mich&Jstore', 3180, 5, 31, 12.11, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28612, 1884, 'Mich&Jstore', 1931, 1, 31, 1657.72, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28613, 1884, 'Mich&Jstore', 2369, 16, 31, 30.68, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28614, 1884, 'Mich&Jstore', 2714, 14, 31, 126.51, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28615, 1884, 'Mich&Jstore', 3533, 12, 31, 2.37, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28616, 1884, 'Mich&Jstore', 2455, 2, 31, 48.48, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28617, 1884, 'Mich&Jstore', 4556, 5, 31, 6.63, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28618, 1884, 'Mich&Jstore', 293, 5, 31, 13.82, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28619, 1884, 'Mich&Jstore', 803, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28620, 1884, 'Mich&Jstore', 3178, 4, 31, 5.58, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28621, 1884, 'Mich&Jstore', 1850, 5, 31, 0.57, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28622, 1884, 'Mich&Jstore', 624, 5, 31, 1.04, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28623, 1884, 'Mich&Jstore', 1844, 19, 31, 0.31, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28624, 1884, 'Mich&Jstore', 1811, 5, 31, 0.20, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28625, 1884, 'Mich&Jstore', 1827, 19, 31, 0.13, 1, 1, 'ai_bid', '2024-08-07 08:25:04', '2024-08-07 08:25:04', '2024-08-08 08:26:02'),
(28626, 1902, 'Good bargain stores', 1964, 5, NULL, 900.00, 2, 1, 'manual_bid', '2024-08-07 09:19:45', '2024-08-07 09:19:45', '2024-08-08 09:20:03'),
(28627, 1902, 'Good bargain stores', 272, 2, NULL, 1965.00, 2, 1, 'manual_bid', '2024-08-07 09:20:59', '2024-08-07 09:20:59', '2024-08-08 09:21:01'),
(28628, 1902, 'Good bargain stores', 2586, 10, 26, 20.27, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28629, 1902, 'Good bargain stores', 5340, 16, 26, 11.32, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28630, 1902, 'Good bargain stores', 3938, 5, 26, 19.57, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28631, 1902, 'Good bargain stores', 116, 2, 26, 101.97, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28632, 1902, 'Good bargain stores', 542, 18, 26, 205.92, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28633, 1902, 'Good bargain stores', 1961, 13, 26, 19.08, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28634, 1902, 'Good bargain stores', 589, 10, 26, 41.82, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28635, 1902, 'Good bargain stores', 1568, 15, 26, 119.21, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28636, 1902, 'Good bargain stores', 512, 16, 26, 40.19, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28637, 1902, 'Good bargain stores', 1058, 4, 26, 10.07, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28638, 1902, 'Good bargain stores', 4104, 5, 26, 2.12, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28639, 1902, 'Good bargain stores', 1859, 18, 26, 3.67, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28640, 1902, 'Good bargain stores', 1527, 14, 26, 2.04, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28641, 1902, 'Good bargain stores', 1844, 19, 26, 0.32, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28642, 1902, 'Good bargain stores', 734, 19, 26, 0.23, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28643, 1902, 'Good bargain stores', 1827, 19, 26, 0.13, 1, 1, 'ai_bid', '2024-08-07 09:22:02', '2024-08-07 09:22:02', '2024-08-08 09:22:02'),
(28644, 1902, 'Good bargain stores', 3975, 12, NULL, 2290.00, 1, 1, 'manual_bid', '2024-08-07 09:22:13', '2024-08-07 09:22:13', '2024-08-08 09:23:02'),
(28645, 1902, 'Good bargain stores', 3619, 17, 27, 570.96, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28646, 1902, 'Good bargain stores', 4741, 12, 27, 11.02, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28647, 1902, 'Good bargain stores', 2946, 18, 27, 683.70, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28648, 1902, 'Good bargain stores', 4821, 17, 27, 18.90, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28649, 1902, 'Good bargain stores', 3924, 11, 27, 5879.95, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28650, 1902, 'Good bargain stores', 1034, 5, 27, 102.02, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28651, 1902, 'Good bargain stores', 5045, 16, 27, 131.58, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28652, 1902, 'Good bargain stores', 4934, 14, 27, 17.85, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28653, 1902, 'Good bargain stores', 2180, 19, 27, 14.14, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28654, 1902, 'Good bargain stores', 4889, 12, 27, 64.62, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28655, 1902, 'Good bargain stores', 5474, 7, 27, 43.45, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28656, 1902, 'Good bargain stores', 4947, 13, 27, 525.92, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28657, 1902, 'Good bargain stores', 4607, 5, 27, 13.12, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28658, 1902, 'Good bargain stores', 3798, 4, 27, 20.07, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28659, 1902, 'Good bargain stores', 1782, 10, 27, 49.92, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28660, 1902, 'Good bargain stores', 3834, 15, 27, 50.50, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28661, 1902, 'Good bargain stores', 4079, 18, 27, 37.73, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28662, 1902, 'Good bargain stores', 810, 10, 27, 25.85, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28663, 1902, 'Good bargain stores', 217, 12, 27, 241.04, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28664, 1902, 'Good bargain stores', 2560, 14, 27, 127.19, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28665, 1902, 'Good bargain stores', 2499, 7, 27, 1065.44, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28666, 1902, 'Good bargain stores', 5362, 13, 27, 220.49, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28667, 1902, 'Good bargain stores', 823, 17, 27, 12.17, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28668, 1902, 'Good bargain stores', 1881, 19, 27, 10.61, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28669, 1902, 'Good bargain stores', 1157, 19, 27, 41.60, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28670, 1902, 'Good bargain stores', 3871, 16, 27, 53.03, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28671, 1902, 'Good bargain stores', 2507, 7, 27, 1151.68, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28672, 1902, 'Good bargain stores', 79, 2, 27, 154.50, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28673, 1902, 'Good bargain stores', 6078, 15, 27, 42.39, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28674, 1902, 'Good bargain stores', 2865, 14, 27, 56.64, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28675, 1902, 'Good bargain stores', 4495, 15, 27, 25.49, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28676, 1902, 'Good bargain stores', 4922, 12, 27, 15.90, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28677, 1902, 'Good bargain stores', 2046, 5, 27, 760.92, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28678, 1902, 'Good bargain stores', 1454, 17, 27, 68.54, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28679, 1902, 'Good bargain stores', 6106, 11, 27, 10.92, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28680, 1902, 'Good bargain stores', 2036, 2, 27, 62.07, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28681, 1902, 'Good bargain stores', 4693, 12, 27, 15.11, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28682, 1902, 'Good bargain stores', 274, 14, 27, 336.32, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28683, 1902, 'Good bargain stores', 3512, 10, 27, 530.53, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28684, 1902, 'Good bargain stores', 3944, 5, 27, 82.16, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28685, 1902, 'Good bargain stores', 4302, 18, 27, 10.64, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28686, 1902, 'Good bargain stores', 215, 7, 27, 7.74, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28687, 1902, 'Good bargain stores', 5730, 10, 27, 26.00, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28688, 1902, 'Good bargain stores', 3952, 16, 27, 146.63, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28689, 1902, 'Good bargain stores', 2701, 15, 27, 20.16, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28690, 1902, 'Good bargain stores', 4017, 17, 27, 2.98, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28691, 1902, 'Good bargain stores', 1866, 19, 27, 6.30, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28692, 1902, 'Good bargain stores', 1703, 19, 27, 693.60, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28693, 1902, 'Good bargain stores', 2981, 14, 27, 93.73, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28694, 1902, 'Good bargain stores', 4475, 15, 27, 68.24, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28695, 1902, 'Good bargain stores', 5936, 17, 27, 31.55, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28696, 1902, 'Good bargain stores', 915, 5, 27, 53.00, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28697, 1902, 'Good bargain stores', 229, 17, 27, 231.95, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28698, 1902, 'Good bargain stores', 5815, 15, 27, 15.90, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28699, 1902, 'Good bargain stores', 1078, 1, 27, 11.21, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28700, 1902, 'Good bargain stores', 2509, 16, 27, 30.73, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28701, 1902, 'Good bargain stores', 3927, 11, 27, 38.15, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28702, 1902, 'Good bargain stores', 2792, 13, 27, 20.39, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28703, 1902, 'Good bargain stores', 1589, 4, 27, 2.41, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28704, 1902, 'Good bargain stores', 803, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28705, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28706, 1902, 'Good bargain stores', 634, 5, 27, 1.04, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28707, 1902, 'Good bargain stores', 949, 5, 27, 0.30, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28708, 1902, 'Good bargain stores', 1844, 19, 27, 0.32, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28709, 1902, 'Good bargain stores', 734, 19, 27, 0.23, 1, 1, 'ai_bid', '2024-08-07 09:51:03', '2024-08-07 09:51:03', '2024-08-08 09:52:02'),
(28710, 1915, 'BnBGlobal', 1438, 5, NULL, 25.00, 4, 1, 'manual_bid', '2024-08-07 10:46:25', '2024-08-07 10:46:25', '2024-08-08 10:47:02'),
(28711, 1915, 'BnBGlobal', 3225, 5, NULL, 2.00, 2, 1, 'manual_bid', '2024-08-07 10:48:11', '2024-08-07 10:48:11', '2024-08-08 10:49:01'),
(28712, 1850, 'Chanadus', 5765, 13, 24, 8.99, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28713, 1850, 'Chanadus', 4312, 15, 24, 13.58, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28714, 1850, 'Chanadus', 2667, 14, 24, 222.61, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28715, 1850, 'Chanadus', 4884, 14, 24, 2.39, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28716, 1850, 'Chanadus', 1082, 19, 24, 130.00, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28717, 1850, 'Chanadus', 296, 18, 24, 134.86, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28718, 1850, 'Chanadus', 3958, 5, 24, 412.00, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28719, 1850, 'Chanadus', 2879, 14, 24, 62.39, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28720, 1850, 'Chanadus', 853, 19, 24, 250.15, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28721, 1850, 'Chanadus', 413, 18, 24, 30.99, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28722, 1850, 'Chanadus', 996, 5, 24, 58.24, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28723, 1850, 'Chanadus', 5029, 11, 24, 63.62, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28724, 1850, 'Chanadus', 4105, 18, 24, 41.99, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28725, 1850, 'Chanadus', 1004, 16, 24, 70.70, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28726, 1850, 'Chanadus', 2379, 16, 24, 42.75, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28727, 1850, 'Chanadus', 2797, 12, 24, 9.44, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28728, 1850, 'Chanadus', 1892, 19, 24, 10.88, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28729, 1850, 'Chanadus', 3460, 11, 24, 3.61, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28730, 1850, 'Chanadus', 4764, 12, 24, 2.35, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28731, 1850, 'Chanadus', 803, 19, 24, 0.21, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28732, 1850, 'Chanadus', 949, 5, 24, 0.31, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28733, 1850, 'Chanadus', 1811, 5, 24, 0.21, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28734, 1850, 'Chanadus', 1827, 19, 24, 0.13, 1, 1, 'ai_bid', '2024-08-07 11:20:03', '2024-08-07 11:20:03', '2024-08-08 11:21:02'),
(28735, 1881, 'Almeida', 2217, 2, NULL, 190.00, 1, 1, 'manual_bid', '2024-08-07 21:10:53', '2024-08-07 21:10:53', '2024-08-08 21:11:02'),
(28736, 1881, 'Almeida', 3168, 4, NULL, 135.90, 1, 1, 'manual_bid', '2024-08-07 21:13:22', '2024-08-07 21:13:22', '2024-08-08 21:14:02'),
(28737, 1881, 'Almeida', 1023, 5, NULL, 1540.00, 1, 1, 'manual_bid', '2024-08-07 21:14:07', '2024-08-07 21:14:07', '2024-08-08 21:15:03'),
(28738, 1881, 'Almeida', 4230, 18, NULL, 1842.50, 1, 1, 'manual_bid', '2024-08-07 21:15:16', '2024-08-07 21:15:16', '2024-08-08 21:16:02'),
(28739, 1881, 'Almeida', 2107, 4, NULL, 368.00, 1, 1, 'manual_bid', '2024-08-07 21:16:08', '2024-08-07 21:16:08', '2024-08-08 21:17:02'),
(28740, 1881, 'Almeida', 849, 10, NULL, 445.50, 1, 1, 'manual_bid', '2024-08-07 21:17:02', '2024-08-07 21:17:02', '2024-08-08 21:17:02'),
(28741, 1881, 'Almeida', 2969, 17, NULL, 890.20, 1, 1, 'manual_bid', '2024-08-07 21:17:45', '2024-08-07 21:17:45', '2024-08-08 21:18:01'),
(28742, 1881, 'Almeida', 1909, 7, NULL, 109.90, 1, 1, 'manual_bid', '2024-08-07 21:18:25', '2024-08-07 21:18:25', '2024-08-08 21:19:02'),
(28743, 1881, 'Almeida', 2909, 14, NULL, 400.00, 1, 1, 'manual_bid', '2024-08-07 21:19:18', '2024-08-07 21:19:18', '2024-08-08 21:20:02'),
(28744, 1881, 'Almeida', 430, 16, NULL, 400.00, 1, 1, 'manual_bid', '2024-08-07 21:19:58', '2024-08-07 21:19:58', '2024-08-08 21:20:02'),
(28745, 1881, 'Almeida', 4491, 15, NULL, 12.00, 1, 2, 'manual_bid', '2024-08-07 21:20:46', '2024-08-07 21:20:46', '2024-08-08 21:21:02'),
(28746, 1925, 'Frankie fast store', 1453, 5, 30, 5096.00, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28747, 1925, 'Frankie fast store', 2405, 19, 30, 150.80, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28748, 1925, 'Frankie fast store', 1969, 19, 30, 15.89, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28749, 1925, 'Frankie fast store', 4431, 16, 30, 494.00, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28750, 1925, 'Frankie fast store', 4957, 11, 30, 3436.02, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28751, 1925, 'Frankie fast store', 355, 2, 30, 11.07, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28752, 1925, 'Frankie fast store', 4823, 17, 30, 30.69, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28753, 1925, 'Frankie fast store', 4275, 14, 30, 20.14, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28754, 1925, 'Frankie fast store', 278, 18, 30, 322.31, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28755, 1925, 'Frankie fast store', 752, 19, 30, 1.01, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28756, 1925, 'Frankie fast store', 2642, 14, 30, 112.25, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28757, 1925, 'Frankie fast store', 899, 19, 30, 410.97, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28758, 1925, 'Frankie fast store', 186, 16, 30, 166.65, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28759, 1925, 'Frankie fast store', 2275, 5, 30, 37.44, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28760, 1925, 'Frankie fast store', 2220, 17, 30, 47.16, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28761, 1925, 'Frankie fast store', 5724, 10, 30, 9.44, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28762, 1925, 'Frankie fast store', 308, 7, 30, 7.62, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28763, 1925, 'Frankie fast store', 2655, 18, 30, 314.82, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28764, 1925, 'Frankie fast store', 5825, 15, 30, 44.10, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28765, 1925, 'Frankie fast store', 3655, 10, 30, 18.51, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28766, 1925, 'Frankie fast store', 4101, 18, 30, 31.49, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28767, 1925, 'Frankie fast store', 4258, 18, 30, 36.99, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28768, 1925, 'Frankie fast store', 1641, 17, 30, 13.38, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28769, 1925, 'Frankie fast store', 4067, 18, 30, 12.14, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28770, 1925, 'Frankie fast store', 1547, 19, 30, 300.90, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28771, 1925, 'Frankie fast store', 3075, 2, 30, 13.11, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28772, 1925, 'Frankie fast store', 2569, 10, 30, 72.58, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28773, 1925, 'Frankie fast store', 2461, 10, 30, 7.20, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28774, 1925, 'Frankie fast store', 1016, 16, 30, 131.03, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28775, 1925, 'Frankie fast store', 4659, 12, 30, 9.98, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28776, 1925, 'Frankie fast store', 4092, 5, 30, 2.84, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28777, 1925, 'Frankie fast store', 4909, 12, 30, 2.12, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28778, 1925, 'Frankie fast store', 3674, 14, 30, 9.26, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28779, 1925, 'Frankie fast store', 202, 18, 30, 107.98, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28780, 1925, 'Frankie fast store', 4741, 12, 30, 11.02, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28781, 1925, 'Frankie fast store', 5761, 13, 30, 2.08, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28782, 1925, 'Frankie fast store', 1612, 14, 30, 41.53, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28783, 1925, 'Frankie fast store', 1728, 18, 30, 79.79, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28784, 1925, 'Frankie fast store', 4853, 14, 30, 10.76, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28785, 1925, 'Frankie fast store', 227, 5, 30, 10.80, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28786, 1925, 'Frankie fast store', 808, 10, 30, 12.89, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28787, 1925, 'Frankie fast store', 3844, 16, 30, 5.19, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28788, 1925, 'Frankie fast store', 734, 19, 30, 0.23, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28789, 1925, 'Frankie fast store', 1850, 5, 30, 0.56, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28790, 1925, 'Frankie fast store', 1894, 19, 30, 0.20, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28791, 1925, 'Frankie fast store', 803, 19, 30, 0.20, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28792, 1925, 'Frankie fast store', 1827, 19, 30, 0.13, 1, 1, 'ai_bid', '2024-08-08 01:28:03', '2024-08-08 01:28:03', '2024-08-09 01:29:02'),
(28793, 1877, 'Macarena00', 3713, 14, 23, 18.61, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28794, 1877, 'Macarena00', 815, 18, 23, 75.42, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28795, 1877, 'Macarena00', 412, 17, 23, 758.16, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28796, 1877, 'Macarena00', 965, 5, 23, 1060.00, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28797, 1877, 'Macarena00', 5057, 14, 23, 19.18, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28798, 1877, 'Macarena00', 2873, 14, 23, 25.74, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28799, 1877, 'Macarena00', 5479, 17, 23, 551.25, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28800, 1877, 'Macarena00', 5525, 10, 23, 34.54, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28801, 1877, 'Macarena00', 2361, 4, 23, 19.74, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28802, 1877, 'Macarena00', 4463, 15, 23, 40.39, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28803, 1877, 'Macarena00', 5978, 17, 23, 20.88, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28804, 1877, 'Macarena00', 4578, 16, 23, 988.00, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28805, 1877, 'Macarena00', 3359, 7, 23, 9.09, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28806, 1877, 'Macarena00', 5970, 17, 23, 20.39, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28807, 1877, 'Macarena00', 4589, 15, 23, 10.50, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28808, 1877, 'Macarena00', 241, 17, 23, 156.54, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28809, 1877, 'Macarena00', 2536, 14, 23, 137.79, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28810, 1877, 'Macarena00', 3738, 10, 23, 122.72, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28811, 1877, 'Macarena00', 5021, 13, 23, 316.04, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28812, 1877, 'Macarena00', 4495, 15, 23, 26.24, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28813, 1877, 'Macarena00', 5297, 14, 23, 98.14, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28814, 1877, 'Macarena00', 1471, 19, 23, 14.33, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28815, 1877, 'Macarena00', 3600, 12, 23, 94.94, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28816, 1877, 'Macarena00', 5174, 16, 23, 41.81, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28817, 1877, 'Macarena00', 5537, 10, 23, 59.28, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28818, 1877, 'Macarena00', 1397, 19, 23, 632.82, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28819, 1877, 'Macarena00', 4395, 14, 23, 204.79, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28820, 1877, 'Macarena00', 2408, 19, 23, 68.65, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28821, 1877, 'Macarena00', 2130, 18, 23, 412.00, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28822, 1877, 'Macarena00', 3759, 14, 23, 20.19, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28823, 1877, 'Macarena00', 759, 19, 23, 56.61, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28824, 1877, 'Macarena00', 1085, 4, 23, 5.09, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28825, 1877, 'Macarena00', 5143, 16, 23, 12.77, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28826, 1877, 'Macarena00', 2236, 19, 23, 21.00, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28827, 1877, 'Macarena00', 4811, 12, 23, 63.81, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28828, 1877, 'Macarena00', 3328, 7, 23, 13.64, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28829, 1877, 'Macarena00', 4560, 5, 23, 24.09, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28830, 1877, 'Macarena00', 432, 18, 23, 208.49, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28831, 1877, 'Macarena00', 2840, 14, 23, 15.14, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28832, 1877, 'Macarena00', 905, 13, 23, 18.25, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28833, 1877, 'Macarena00', 4074, 5, 23, 16.95, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28834, 1877, 'Macarena00', 4482, 16, 23, 36.35, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28835, 1877, 'Macarena00', 6176, 14, 23, 21.13, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28836, 1877, 'Macarena00', 2226, 10, 23, 45.45, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28837, 1877, 'Macarena00', 694, 17, 23, 151.20, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28838, 1877, 'Macarena00', 3300, 15, 23, 26.52, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28839, 1877, 'Macarena00', 3221, 4, 23, 21.31, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28840, 1877, 'Macarena00', 5052, 14, 23, 8.76, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28841, 1877, 'Macarena00', 1947, 18, 23, 313.72, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28842, 1877, 'Macarena00', 1620, 4, 23, 117.38, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28843, 1877, 'Macarena00', 886, 7, 23, 62.98, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28844, 1877, 'Macarena00', 5780, 15, 23, 566.50, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28845, 1877, 'Macarena00', 4227, 5, 23, 212.10, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28846, 1877, 'Macarena00', 2088, 5, 23, 15.30, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28847, 1877, 'Macarena00', 2616, 14, 23, 20.19, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28848, 1877, 'Macarena00', 6124, 11, 23, 41.33, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28849, 1877, 'Macarena00', 5416, 14, 23, 4233.60, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28850, 1877, 'Macarena00', 996, 5, 23, 57.68, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28851, 1877, 'Macarena00', 3143, 18, 23, 36.05, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28852, 1877, 'Macarena00', 4405, 18, 23, 25.75, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28853, 1877, 'Macarena00', 1939, 16, 23, 12.32, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28854, 1877, 'Macarena00', 847, 19, 23, 18.97, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28855, 1877, 'Macarena00', 2450, 2, 23, 15.15, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28856, 1877, 'Macarena00', 3339, 15, 23, 151.50, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28857, 1877, 'Macarena00', 539, 19, 23, 1014.90, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28858, 1877, 'Macarena00', 2433, 10, 23, 20.59, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28859, 1877, 'Macarena00', 1949, 19, 23, 79.94, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28860, 1877, 'Macarena00', 433, 16, 23, 266.23, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28861, 1877, 'Macarena00', 3655, 10, 23, 17.98, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28862, 1877, 'Macarena00', 1766, 2, 23, 63.00, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28863, 1877, 'Macarena00', 1915, 19, 23, 71.95, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28864, 1877, 'Macarena00', 4813, 12, 23, 27.53, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28865, 1877, 'Macarena00', 5296, 16, 23, 10.09, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28866, 1877, 'Macarena00', 5348, 14, 23, 202.90, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28867, 1877, 'Macarena00', 4129, 18, 23, 15.14, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28868, 1877, 'Macarena00', 3477, 14, 23, 61.80, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28869, 1877, 'Macarena00', 189, 7, 23, 146.59, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28870, 1877, 'Macarena00', 2196, 19, 23, 15.15, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28871, 1877, 'Macarena00', 4595, 5, 23, 52.94, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28872, 1877, 'Macarena00', 3380, 10, 23, 16.07, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28873, 1877, 'Macarena00', 1175, 18, 23, 57.20, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28874, 1877, 'Macarena00', 2097, 5, 23, 9.42, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28875, 1877, 'Macarena00', 481, 1, 23, 17.64, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28876, 1877, 'Macarena00', 3566, 12, 23, 8.24, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28877, 1877, 'Macarena00', 5732, 16, 23, 8.97, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28878, 1877, 'Macarena00', 937, 5, 23, 4.12, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28879, 1877, 'Macarena00', 407, 18, 23, 5.49, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28880, 1877, 'Macarena00', 4979, 12, 23, 4.80, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28881, 1877, 'Macarena00', 3343, 7, 23, 20.20, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28882, 1877, 'Macarena00', 1662, 19, 23, 0.92, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28883, 1877, 'Macarena00', 4764, 12, 23, 2.44, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28884, 1877, 'Macarena00', 734, 19, 23, 0.23, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28885, 1877, 'Macarena00', 1811, 5, 23, 0.21, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28886, 1877, 'Macarena00', 803, 19, 23, 0.21, 1, 1, 'ai_bid', '2024-08-08 01:32:03', '2024-08-08 01:32:03', '2024-08-09 01:33:02'),
(28887, 1912, 'Linus', 1598, 19, 29, 8.12, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28888, 1912, 'Linus', 4436, 15, 29, 20.19, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28889, 1912, 'Linus', 363, 2, 29, 42.11, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28890, 1912, 'Linus', 141, 18, 29, 6.36, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28891, 1912, 'Linus', 5692, 15, 29, 12.48, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28892, 1912, 'Linus', 4029, 17, 29, 30.59, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28893, 1912, 'Linus', 3007, 19, 29, 108.16, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28894, 1912, 'Linus', 5942, 17, 29, 7.08, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28895, 1912, 'Linus', 160, 16, 29, 236.24, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28896, 1912, 'Linus', 208, 7, 29, 29.72, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28897, 1912, 'Linus', 6166, 11, 29, 61.19, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28898, 1912, 'Linus', 5887, 13, 29, 16.95, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28899, 1912, 'Linus', 5576, 10, 29, 113.36, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28900, 1912, 'Linus', 2196, 19, 29, 15.90, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28901, 1912, 'Linus', 1795, 17, 29, 20.80, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28902, 1912, 'Linus', 4524, 16, 29, 10.27, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28903, 1912, 'Linus', 556, 16, 29, 7.28, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28904, 1912, 'Linus', 68, 2, 29, 10.30, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28905, 1912, 'Linus', 2436, 19, 29, 14.47, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28906, 1912, 'Linus', 2074, 19, 29, 5.20, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28907, 1912, 'Linus', 1155, 18, 29, 67.60, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28908, 1912, 'Linus', 1625, 19, 29, 5.36, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28909, 1912, 'Linus', 2073, 4, 29, 2.56, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28910, 1912, 'Linus', 250, 5, 29, 2415.00, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28911, 1912, 'Linus', 3813, 15, 29, 23.31, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28912, 1912, 'Linus', 5688, 10, 29, 95.90, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28913, 1912, 'Linus', 4415, 16, 29, 213.05, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28914, 1912, 'Linus', 5564, 10, 29, 6.05, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28915, 1912, 'Linus', 3786, 4, 29, 90.90, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28916, 1912, 'Linus', 2072, 19, 29, 19.19, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28917, 1912, 'Linus', 2075, 19, 29, 107.10, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28918, 1912, 'Linus', 5925, 15, 29, 111.27, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28919, 1912, 'Linus', 2756, 14, 29, 243.79, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28920, 1912, 'Linus', 3302, 15, 29, 20.14, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28921, 1912, 'Linus', 4691, 12, 29, 2.08, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28922, 1912, 'Linus', 1395, 19, 29, 65.65, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28923, 1912, 'Linus', 5032, 16, 29, 122.39, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28924, 1912, 'Linus', 32, 2, 29, 123.90, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28925, 1912, 'Linus', 167, 2, 29, 27.66, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28926, 1912, 'Linus', 903, 18, 29, 81.69, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28927, 1912, 'Linus', 709, 18, 29, 198.01, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28928, 1912, 'Linus', 4326, 15, 29, 111.29, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28929, 1912, 'Linus', 494, 19, 29, 16.52, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28930, 1912, 'Linus', 4391, 16, 29, 45.57, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28931, 1912, 'Linus', 1087, 19, 29, 1195.84, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28932, 1912, 'Linus', 1205, 14, 29, 146.57, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28933, 1912, 'Linus', 3666, 13, 29, 8.21, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28934, 1912, 'Linus', 1701, 5, 29, 6.57, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28935, 1912, 'Linus', 4754, 12, 29, 6.96, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28936, 1912, 'Linus', 3957, 5, 29, 32.96, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28937, 1912, 'Linus', 2535, 19, 29, 282.88, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28938, 1912, 'Linus', 2596, 17, 29, 35.32, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28939, 1912, 'Linus', 5392, 17, 29, 34.81, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28940, 1912, 'Linus', 1906, 4, 29, 5.35, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28941, 1912, 'Linus', 2064, 13, 29, 3.08, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28942, 1912, 'Linus', 2614, 14, 29, 24.33, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28943, 1912, 'Linus', 2879, 14, 29, 62.99, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28944, 1912, 'Linus', 825, 18, 29, 193.19, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28945, 1912, 'Linus', 1132, 16, 29, 26.41, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28946, 1912, 'Linus', 833, 18, 29, 20.15, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28947, 1912, 'Linus', 1952, 19, 29, 1.31, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28948, 1912, 'Linus', 508, 19, 29, 4052.57, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28949, 1912, 'Linus', 2889, 14, 29, 20.79, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28950, 1912, 'Linus', 1436, 10, 29, 16.79, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28951, 1912, 'Linus', 1731, 5, 29, 2.10, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28952, 1912, 'Linus', 2610, 14, 29, 10.19, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28953, 1912, 'Linus', 3227, 4, 29, 20.60, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28954, 1912, 'Linus', 1902, 15, 29, 101.46, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28955, 1912, 'Linus', 2644, 18, 29, 15.13, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28956, 1912, 'Linus', 2256, 19, 29, 32.64, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28957, 1912, 'Linus', 5095, 16, 29, 19.07, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28958, 1912, 'Linus', 3340, 15, 29, 145.60, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28959, 1912, 'Linus', 3395, 10, 29, 48.29, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28960, 1912, 'Linus', 4562, 5, 29, 4.06, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28961, 1912, 'Linus', 2090, 13, 29, 11.97, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28962, 1912, 'Linus', 5316, 14, 29, 167.43, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28963, 1912, 'Linus', 5240, 14, 29, 26.42, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28964, 1912, 'Linus', 1856, 17, 29, 44.03, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(28965, 1912, 'Linus', 957, 5, 29, 8.12, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28966, 1912, 'Linus', 5646, 15, 29, 111.10, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28967, 1912, 'Linus', 308, 7, 29, 7.84, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28968, 1912, 'Linus', 5671, 16, 29, 319.05, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28969, 1912, 'Linus', 3371, 7, 29, 194.25, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28970, 1912, 'Linus', 2357, 17, 29, 10.29, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28971, 1912, 'Linus', 3253, 7, 29, 16.24, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28972, 1912, 'Linus', 4576, 14, 29, 9.16, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28973, 1912, 'Linus', 6064, 15, 29, 6.75, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28974, 1912, 'Linus', 756, 19, 29, 0.47, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28975, 1912, 'Linus', 1844, 19, 29, 0.32, 1, 1, 'ai_bid', '2024-08-08 01:34:02', '2024-08-08 01:34:02', '2024-08-09 01:34:02'),
(28976, 1886, 'Lovenest Luxe', 3887, 2, NULL, 298.00, 1, 1, 'manual_bid', '2024-08-08 02:12:48', '2024-08-08 02:12:48', '2024-08-09 02:13:01'),
(28977, 1850, 'Chanadus', 3163, 4, NULL, 22.00, 100, 1, 'manual_bid', '2024-08-08 02:40:33', '2024-08-08 02:40:33', '2024-08-09 02:41:01'),
(28978, 1850, 'Chanadus', 2136, 19, NULL, 20.14, 1, 1, 'manual_bid', '2024-08-08 02:42:57', '2024-08-08 02:42:57', '2024-08-09 02:43:02'),
(28979, 1921, 'Baeniiz', 1129, 4, NULL, 3.00, 17, 1, 'manual_bid', '2024-08-08 02:51:24', '2024-08-08 02:51:24', '2024-08-09 02:52:01'),
(28980, 1920, 'Nizzy', 3833, 4, NULL, 6.00, 53, 1, 'manual_bid', '2024-08-08 02:58:20', '2024-08-08 02:58:20', '2024-08-09 02:59:02'),
(28981, 1869, 'Anatoliy fast store', 2464, 19, 25, 73.83, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28982, 1869, 'Anatoliy fast store', 3490, 11, 25, 20.99, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28983, 1869, 'Anatoliy fast store', 5703, 15, 25, 211.04, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28984, 1869, 'Anatoliy fast store', 3775, 15, 25, 6.36, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28985, 1869, 'Anatoliy fast store', 5224, 13, 25, 758.87, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28986, 1869, 'Anatoliy fast store', 3603, 12, 25, 126.00, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28987, 1869, 'Anatoliy fast store', 1863, 19, 25, 11.66, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28988, 1869, 'Anatoliy fast store', 4170, 14, 25, 144.19, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28989, 1869, 'Anatoliy fast store', 2797, 12, 25, 9.44, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28990, 1869, 'Anatoliy fast store', 4826, 12, 25, 15.29, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28991, 1869, 'Anatoliy fast store', 34, 2, 25, 3.03, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28992, 1869, 'Anatoliy fast store', 750, 19, 25, 4.14, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28993, 1869, 'Anatoliy fast store', 4884, 14, 25, 2.32, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28994, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-08-08 04:32:02', '2024-08-08 04:32:02', '2024-08-09 04:32:02'),
(28995, 1876, 'Etiuko', 1037, 19, 28, 46.34, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(28996, 1876, 'Etiuko', 4093, 18, 28, 31.61, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(28997, 1876, 'Etiuko', 779, 19, 28, 4.34, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(28998, 1876, 'Etiuko', 3261, 7, 28, 11.27, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(28999, 1876, 'Etiuko', 5749, 15, 28, 6.77, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29000, 1876, 'Etiuko', 504, 17, 28, 16.38, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29001, 1876, 'Etiuko', 2885, 14, 28, 28.07, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29002, 1876, 'Etiuko', 1219, 15, 28, 5.29, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29003, 1876, 'Etiuko', 3296, 5, 28, 1.15, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29004, 1876, 'Etiuko', 1811, 5, 28, 0.21, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29005, 1876, 'Etiuko', 143, 18, 28, 1.05, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29006, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29007, 1876, 'Etiuko', 803, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-08-08 04:58:02', '2024-08-08 04:58:02', '2024-08-09 04:58:02'),
(29008, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-08-08 04:59:02', '2024-08-08 04:59:02', '2024-08-09 04:59:02'),
(29009, 1798, 'Feelyards', 2004, 4, NULL, 87.00, 1, 1, 'manual_bid', '2024-08-08 07:23:23', '2024-08-08 07:23:23', '2024-08-09 07:24:02'),
(29010, 1798, 'Feelyards', 3820, 4, NULL, 9.00, 1, 1, 'manual_bid', '2024-08-08 07:25:23', '2024-08-08 07:25:23', '2024-08-09 07:26:02'),
(29011, 1798, 'Feelyards', 1114, 4, NULL, 8.00, 1, 1, 'manual_bid', '2024-08-08 07:26:20', '2024-08-08 07:26:20', '2024-08-09 07:27:02'),
(29012, 1884, 'Mich&Jstore', 30, 2, 31, 15.75, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29013, 1884, 'Mich&Jstore', 2010, 15, 31, 392.89, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29014, 1884, 'Mich&Jstore', 5008, 13, 31, 336.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29015, 1884, 'Mich&Jstore', 4584, 16, 31, 311.99, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29016, 1884, 'Mich&Jstore', 240, 5, 31, 9.27, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29017, 1884, 'Mich&Jstore', 311, 18, 31, 153.79, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29018, 1884, 'Mich&Jstore', 2027, 2, 31, 57.19, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29019, 1884, 'Mich&Jstore', 1299, 15, 31, 21.20, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29020, 1884, 'Mich&Jstore', 5639, 10, 31, 4.99, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29021, 1884, 'Mich&Jstore', 5202, 13, 31, 41.99, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29022, 1884, 'Mich&Jstore', 247, 12, 31, 94.85, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29023, 1884, 'Mich&Jstore', 2910, 19, 31, 35.02, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29024, 1884, 'Mich&Jstore', 580, 18, 31, 183.75, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29025, 1884, 'Mich&Jstore', 5006, 14, 31, 9.17, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29026, 1884, 'Mich&Jstore', 3488, 10, 31, 232.30, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29027, 1884, 'Mich&Jstore', 4594, 15, 31, 52.50, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29028, 1884, 'Mich&Jstore', 5591, 16, 31, 31.79, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29029, 1884, 'Mich&Jstore', 2711, 18, 31, 7735.88, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29030, 1884, 'Mich&Jstore', 4310, 15, 31, 13.43, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29031, 1884, 'Mich&Jstore', 171, 16, 31, 100.98, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29032, 1884, 'Mich&Jstore', 3213, 4, 31, 6.11, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29033, 1884, 'Mich&Jstore', 3677, 18, 31, 11.65, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29034, 1884, 'Mich&Jstore', 2491, 19, 31, 165.82, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29035, 1884, 'Mich&Jstore', 5417, 14, 31, 164.84, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29036, 1884, 'Mich&Jstore', 1240, 18, 31, 5096.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29037, 1884, 'Mich&Jstore', 152, 18, 31, 9.54, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29038, 1884, 'Mich&Jstore', 2136, 19, 31, 21.13, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29039, 1884, 'Mich&Jstore', 4319, 18, 31, 1835.99, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29040, 1884, 'Mich&Jstore', 1431, 19, 31, 57.19, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29041, 1884, 'Mich&Jstore', 1459, 10, 31, 5.19, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29042, 1884, 'Mich&Jstore', 3267, 5, 31, 3.11, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29043, 1884, 'Mich&Jstore', 1353, 15, 31, 2.19, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29044, 1884, 'Mich&Jstore', 2562, 17, 31, 50.40, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29045, 1884, 'Mich&Jstore', 5666, 15, 31, 106.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29046, 1884, 'Mich&Jstore', 2753, 18, 31, 1545.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29047, 1884, 'Mich&Jstore', 1753, 19, 31, 195.70, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29048, 1884, 'Mich&Jstore', 2127, 19, 31, 2.58, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29049, 1884, 'Mich&Jstore', 4327, 18, 31, 525.25, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29050, 1884, 'Mich&Jstore', 5726, 10, 31, 11.66, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29051, 1884, 'Mich&Jstore', 1588, 4, 31, 3.12, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29052, 1884, 'Mich&Jstore', 3553, 12, 31, 20.59, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29053, 1884, 'Mich&Jstore', 4975, 12, 31, 5.33, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29054, 1884, 'Mich&Jstore', 2339, 19, 31, 1020.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29055, 1884, 'Mich&Jstore', 3652, 18, 31, 5145.53, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29056, 1884, 'Mich&Jstore', 752, 19, 31, 1.02, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29057, 1884, 'Mich&Jstore', 4280, 18, 31, 5.71, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29058, 1884, 'Mich&Jstore', 4957, 11, 31, 3606.12, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29059, 1884, 'Mich&Jstore', 5733, 10, 31, 5.02, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29060, 1884, 'Mich&Jstore', 4565, 14, 31, 92.70, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29061, 1884, 'Mich&Jstore', 561, 18, 31, 42.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29062, 1884, 'Mich&Jstore', 5484, 7, 31, 5.14, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29063, 1884, 'Mich&Jstore', 1851, 18, 31, 68.84, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29064, 1884, 'Mich&Jstore', 6004, 11, 31, 234.60, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29065, 1884, 'Mich&Jstore', 2598, 14, 31, 5828.94, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29066, 1884, 'Mich&Jstore', 501, 19, 31, 3623.51, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29067, 1884, 'Mich&Jstore', 1987, 4, 31, 58.73, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29068, 1884, 'Mich&Jstore', 4532, 14, 31, 108.07, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29069, 1884, 'Mich&Jstore', 648, 17, 31, 15.75, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29070, 1884, 'Mich&Jstore', 4042, 19, 31, 212.09, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29071, 1884, 'Mich&Jstore', 2553, 14, 31, 1039.99, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29072, 1884, 'Mich&Jstore', 3359, 7, 31, 9.54, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29073, 1884, 'Mich&Jstore', 2055, 4, 31, 235.33, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29074, 1884, 'Mich&Jstore', 5100, 16, 31, 16.03, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29075, 1884, 'Mich&Jstore', 1590, 18, 31, 719.97, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29076, 1884, 'Mich&Jstore', 2810, 14, 31, 394.90, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29077, 1884, 'Mich&Jstore', 6045, 15, 31, 19.27, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29078, 1884, 'Mich&Jstore', 2978, 14, 31, 210.59, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29079, 1884, 'Mich&Jstore', 2511, 16, 31, 115.35, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29080, 1884, 'Mich&Jstore', 2414, 19, 31, 1105.95, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29081, 1884, 'Mich&Jstore', 1011, 5, 31, 228.48, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29082, 1884, 'Mich&Jstore', 5834, 11, 31, 47.69, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29083, 1884, 'Mich&Jstore', 4007, 12, 31, 824.68, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29084, 1884, 'Mich&Jstore', 3923, 16, 31, 473.80, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29085, 1884, 'Mich&Jstore', 5075, 16, 31, 23.86, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29086, 1884, 'Mich&Jstore', 4100, 14, 31, 6.17, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29087, 1884, 'Mich&Jstore', 6101, 1, 31, 5.54, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29088, 1884, 'Mich&Jstore', 4889, 12, 31, 63.40, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29089, 1884, 'Mich&Jstore', 1992, 4, 31, 121.90, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29090, 1884, 'Mich&Jstore', 2304, 2, 31, 420.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29091, 1884, 'Mich&Jstore', 346, 15, 31, 47.30, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29092, 1884, 'Mich&Jstore', 1593, 4, 31, 34.82, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29093, 1884, 'Mich&Jstore', 388, 2, 31, 262.60, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29094, 1884, 'Mich&Jstore', 617, 7, 31, 14.28, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29095, 1884, 'Mich&Jstore', 2124, 19, 31, 630.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29096, 1884, 'Mich&Jstore', 3825, 15, 31, 23.45, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29097, 1884, 'Mich&Jstore', 214, 7, 31, 7.47, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29098, 1884, 'Mich&Jstore', 4983, 12, 31, 12.17, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29099, 1884, 'Mich&Jstore', 6167, 11, 31, 11.52, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29100, 1884, 'Mich&Jstore', 3764, 7, 31, 130.20, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29101, 1884, 'Mich&Jstore', 1496, 15, 31, 15.15, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29102, 1884, 'Mich&Jstore', 2850, 19, 31, 1855.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29103, 1884, 'Mich&Jstore', 5863, 13, 31, 31.30, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29104, 1884, 'Mich&Jstore', 2167, 19, 31, 220.18, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29105, 1884, 'Mich&Jstore', 1644, 12, 31, 39.06, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29106, 1884, 'Mich&Jstore', 1006, 5, 31, 804.97, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29107, 1884, 'Mich&Jstore', 2731, 18, 31, 165.64, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29108, 1884, 'Mich&Jstore', 308, 7, 31, 7.47, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29109, 1884, 'Mich&Jstore', 789, 10, 31, 10.40, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29110, 1884, 'Mich&Jstore', 5892, 11, 31, 315.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29111, 1884, 'Mich&Jstore', 3380, 10, 31, 15.91, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29112, 1884, 'Mich&Jstore', 2580, 7, 31, 19.23, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29113, 1884, 'Mich&Jstore', 2905, 14, 31, 27.50, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29114, 1884, 'Mich&Jstore', 6073, 11, 31, 42.00, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29115, 1884, 'Mich&Jstore', 4389, 16, 31, 15.75, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29116, 1884, 'Mich&Jstore', 4728, 12, 31, 54.59, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29117, 1884, 'Mich&Jstore', 2804, 14, 31, 30.59, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29118, 1884, 'Mich&Jstore', 4645, 15, 31, 7.13, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29119, 1884, 'Mich&Jstore', 2350, 19, 31, 8.40, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29120, 1884, 'Mich&Jstore', 5063, 14, 31, 24.95, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29121, 1884, 'Mich&Jstore', 1235, 19, 31, 12.02, 1, 1, 'ai_bid', '2024-08-08 09:38:03', '2024-08-08 09:38:03', '2024-08-09 09:39:02'),
(29122, 1884, 'Mich&Jstore', 1802, 16, 31, 128.27, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29123, 1884, 'Mich&Jstore', 1340, 15, 31, 41.59, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29124, 1884, 'Mich&Jstore', 4698, 12, 31, 21.76, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29125, 1884, 'Mich&Jstore', 1811, 5, 31, 0.21, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29126, 1884, 'Mich&Jstore', 2623, 14, 31, 9.21, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29127, 1884, 'Mich&Jstore', 3387, 10, 31, 21.81, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29128, 1884, 'Mich&Jstore', 5176, 16, 31, 20.80, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29129, 1884, 'Mich&Jstore', 1061, 17, 31, 16.75, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29130, 1884, 'Mich&Jstore', 299, 5, 31, 2.59, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29131, 1884, 'Mich&Jstore', 4309, 15, 31, 4.15, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29132, 1884, 'Mich&Jstore', 1640, 19, 31, 1.01, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29133, 1884, 'Mich&Jstore', 1894, 19, 31, 0.20, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29134, 1884, 'Mich&Jstore', 1827, 19, 31, 0.13, 1, 1, 'ai_bid', '2024-08-08 09:38:04', '2024-08-08 09:38:04', '2024-08-09 09:39:02'),
(29135, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-08 09:39:03', '2024-08-08 09:39:03', '2024-08-09 09:40:03'),
(29136, 1902, 'Good bargain stores', 2931, 19, 26, 596.96, 1, 1, 'ai_bid', '2024-08-08 10:34:02', '2024-08-08 10:34:02', '2024-08-09 10:34:02'),
(29137, 1902, 'Good bargain stores', 199, 7, 26, 5.70, 1, 1, 'ai_bid', '2024-08-08 10:34:02', '2024-08-08 10:34:02', '2024-08-09 10:34:02'),
(29138, 1902, 'Good bargain stores', 1850, 5, 26, 0.56, 1, 1, 'ai_bid', '2024-08-08 10:34:02', '2024-08-08 10:34:02', '2024-08-09 10:34:02'),
(29139, 1902, 'Good bargain stores', 2882, 19, 27, 2626.32, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29140, 1902, 'Good bargain stores', 2866, 14, 27, 5.70, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29141, 1902, 'Good bargain stores', 2643, 15, 27, 11.54, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29142, 1902, 'Good bargain stores', 2385, 2, 27, 9.81, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29143, 1902, 'Good bargain stores', 263, 18, 27, 6.41, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29144, 1902, 'Good bargain stores', 4913, 13, 27, 509.59, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29145, 1902, 'Good bargain stores', 5734, 10, 27, 27.55, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29146, 1902, 'Good bargain stores', 736, 18, 27, 169.74, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29147, 1902, 'Good bargain stores', 2183, 19, 27, 20.59, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29148, 1902, 'Good bargain stores', 5998, 17, 27, 30.49, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29149, 1902, 'Good bargain stores', 2308, 19, 27, 272.70, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29150, 1902, 'Good bargain stores', 4980, 14, 27, 5.14, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29151, 1902, 'Good bargain stores', 4249, 18, 27, 42.00, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29152, 1902, 'Good bargain stores', 5990, 17, 27, 4.81, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29153, 1902, 'Good bargain stores', 2808, 15, 27, 34.64, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29154, 1902, 'Good bargain stores', 942, 18, 27, 25.25, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29155, 1902, 'Good bargain stores', 4358, 14, 27, 5.29, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29156, 1902, 'Good bargain stores', 3694, 14, 27, 483.55, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29157, 1902, 'Good bargain stores', 3073, 2, 27, 114.24, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29158, 1902, 'Good bargain stores', 2950, 19, 27, 620.10, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29159, 1902, 'Good bargain stores', 4512, 16, 27, 54.06, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29160, 1902, 'Good bargain stores', 4305, 15, 27, 4.08, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29161, 1902, 'Good bargain stores', 6174, 14, 27, 3656.42, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29162, 1902, 'Good bargain stores', 2784, 14, 27, 14.18, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29163, 1902, 'Good bargain stores', 5307, 16, 27, 21.83, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29164, 1902, 'Good bargain stores', 583, 7, 27, 10.30, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29165, 1902, 'Good bargain stores', 1359, 15, 27, 189.00, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29166, 1902, 'Good bargain stores', 4764, 12, 27, 2.32, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29167, 1902, 'Good bargain stores', 1607, 12, 27, 20.19, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29168, 1902, 'Good bargain stores', 4433, 15, 27, 734.99, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29169, 1902, 'Good bargain stores', 5175, 16, 27, 60.78, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29170, 1902, 'Good bargain stores', 5270, 13, 27, 8.74, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29171, 1902, 'Good bargain stores', 6166, 11, 27, 60.59, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29172, 1902, 'Good bargain stores', 2964, 14, 27, 808.00, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29173, 1902, 'Good bargain stores', 567, 18, 27, 2182.95, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29174, 1902, 'Good bargain stores', 3744, 14, 27, 22.25, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29175, 1902, 'Good bargain stores', 2127, 19, 27, 2.53, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29176, 1902, 'Good bargain stores', 2603, 14, 27, 1463.49, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29177, 1902, 'Good bargain stores', 3680, 14, 27, 255.00, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29178, 1902, 'Good bargain stores', 112, 2, 27, 12.30, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29179, 1902, 'Good bargain stores', 5546, 10, 27, 435.01, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29180, 1902, 'Good bargain stores', 2178, 12, 27, 20.18, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29181, 1902, 'Good bargain stores', 4593, 14, 27, 31.50, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29182, 1902, 'Good bargain stores', 1457, 17, 27, 11.52, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29183, 1902, 'Good bargain stores', 2235, 19, 27, 32.45, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29184, 1902, 'Good bargain stores', 211, 7, 27, 9.75, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29185, 1902, 'Good bargain stores', 2078, 7, 27, 4.02, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29186, 1902, 'Good bargain stores', 4511, 16, 27, 2.07, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29187, 1902, 'Good bargain stores', 1844, 19, 27, 0.31, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29188, 1902, 'Good bargain stores', 734, 19, 27, 0.22, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29189, 1902, 'Good bargain stores', 803, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-08-08 11:04:03', '2024-08-08 11:04:03', '2024-08-09 11:05:03'),
(29190, 1850, 'Chanadus', 3854, 15, 24, 618.00, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29191, 1850, 'Chanadus', 1511, 14, 24, 20.32, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29192, 1850, 'Chanadus', 6176, 14, 24, 21.13, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29193, 1850, 'Chanadus', 606, 10, 24, 10.30, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29194, 1850, 'Chanadus', 4566, 14, 24, 65.64, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29195, 1850, 'Chanadus', 1617, 17, 24, 16.41, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29196, 1850, 'Chanadus', 4641, 15, 24, 9.09, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29197, 1850, 'Chanadus', 923, 7, 24, 22.25, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29198, 1850, 'Chanadus', 1291, 2, 24, 10.86, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29199, 1850, 'Chanadus', 4070, 5, 24, 20.60, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29200, 1850, 'Chanadus', 4602, 16, 24, 29.24, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29201, 1850, 'Chanadus', 5694, 15, 24, 282.80, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29202, 1850, 'Chanadus', 426, 17, 24, 15.75, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29203, 1850, 'Chanadus', 3596, 17, 24, 51.45, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29204, 1850, 'Chanadus', 3753, 7, 24, 77.24, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29205, 1850, 'Chanadus', 379, 2, 24, 7.21, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29206, 1850, 'Chanadus', 5049, 13, 24, 266.05, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29207, 1850, 'Chanadus', 3759, 14, 24, 20.19, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29208, 1850, 'Chanadus', 5047, 14, 24, 10.70, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29209, 1850, 'Chanadus', 972, 5, 24, 14.92, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29210, 1850, 'Chanadus', 5230, 13, 24, 4.36, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29211, 1850, 'Chanadus', 734, 19, 24, 0.22, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29212, 1850, 'Chanadus', 3225, 5, 24, 1.16, 1, 1, 'ai_bid', '2024-08-08 12:32:03', '2024-08-08 12:32:03', '2024-08-09 12:33:02'),
(29213, 1915, 'BnBGlobal', 950, 5, NULL, 21.00, 5, 1, 'manual_bid', '2024-08-08 14:20:39', '2024-08-08 14:20:39', '2024-08-09 14:21:02'),
(29214, 1902, 'Good bargain stores', 4240, 5, NULL, 5480.00, 1, 1, 'manual_bid', '2024-08-08 20:06:17', '2024-08-08 20:06:17', '2024-08-09 20:07:02'),
(29215, 1902, 'Good bargain stores', 965, 5, NULL, 990.00, 3, 1, 'manual_bid', '2024-08-08 20:07:35', '2024-08-08 20:07:35', '2024-08-09 20:08:02'),
(29216, 1902, 'Good bargain stores', 3043, 2, NULL, 3480.00, 2, 1, 'manual_bid', '2024-08-08 20:08:43', '2024-08-08 20:08:43', '2024-08-09 20:09:02'),
(29217, 1902, 'Good bargain stores', 326, 12, NULL, 2860.00, 2, 1, 'manual_bid', '2024-08-08 20:10:29', '2024-08-08 20:10:29', '2024-08-09 20:11:02'),
(29218, 1925, 'Frankie fast store', 22, 2, 30, 13.26, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29219, 1925, 'Frankie fast store', 5041, 13, 30, 21.20, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29220, 1925, 'Frankie fast store', 407, 18, 30, 5.44, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29221, 1925, 'Frankie fast store', 788, 18, 30, 36.21, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29222, 1925, 'Frankie fast store', 5972, 17, 30, 15.89, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29223, 1925, 'Frankie fast store', 3636, 12, 30, 201.31, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29224, 1925, 'Frankie fast store', 1289, 15, 30, 51.36, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29225, 1925, 'Frankie fast store', 2110, 19, 30, 26.52, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29226, 1925, 'Frankie fast store', 3738, 10, 30, 125.08, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29227, 1925, 'Frankie fast store', 6061, 15, 30, 20.33, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29228, 1925, 'Frankie fast store', 2847, 14, 30, 3264.00, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29229, 1925, 'Frankie fast store', 4179, 5, 30, 25.39, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29230, 1925, 'Frankie fast store', 5629, 10, 30, 16.06, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29231, 1925, 'Frankie fast store', 3173, 4, 30, 202.00, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29232, 1925, 'Frankie fast store', 3616, 12, 30, 161.20, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29233, 1925, 'Frankie fast store', 846, 13, 30, 298.77, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29234, 1925, 'Frankie fast store', 1476, 19, 30, 173.84, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29235, 1925, 'Frankie fast store', 2683, 17, 30, 20.19, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29236, 1925, 'Frankie fast store', 2879, 14, 30, 62.39, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29237, 1925, 'Frankie fast store', 5946, 17, 30, 29.68, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29238, 1925, 'Frankie fast store', 2603, 14, 30, 1492.47, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29239, 1925, 'Frankie fast store', 3854, 15, 30, 618.00, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29240, 1925, 'Frankie fast store', 1924, 13, 30, 11.74, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29241, 1925, 'Frankie fast store', 3641, 12, 30, 467.24, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29242, 1925, 'Frankie fast store', 4631, 5, 30, 20.99, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29243, 1925, 'Frankie fast store', 2440, 2, 30, 14.76, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29244, 1925, 'Frankie fast store', 3158, 4, 30, 40.38, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29245, 1925, 'Frankie fast store', 4569, 14, 30, 131.58, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29246, 1925, 'Frankie fast store', 5254, 16, 30, 23.86, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29247, 1925, 'Frankie fast store', 1249, 18, 30, 41.20, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29248, 1925, 'Frankie fast store', 1543, 19, 30, 1751.00, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29249, 1925, 'Frankie fast store', 2953, 13, 30, 1560.00, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29250, 1925, 'Frankie fast store', 1766, 2, 30, 63.00, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29251, 1925, 'Frankie fast store', 653, 17, 30, 21.21, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29252, 1925, 'Frankie fast store', 2641, 18, 30, 19.36, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29253, 1925, 'Frankie fast store', 3533, 12, 30, 2.42, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29254, 1925, 'Frankie fast store', 4437, 16, 30, 94.50, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29255, 1925, 'Frankie fast store', 789, 10, 30, 10.60, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29256, 1925, 'Frankie fast store', 1607, 12, 30, 20.79, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29257, 1925, 'Frankie fast store', 3423, 14, 30, 21.99, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29258, 1925, 'Frankie fast store', 950, 5, 30, 20.99, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29259, 1925, 'Frankie fast store', 4606, 16, 30, 19.94, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29260, 1925, 'Frankie fast store', 1259, 18, 30, 316.04, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29261, 1925, 'Frankie fast store', 1973, 4, 30, 252.49, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29262, 1925, 'Frankie fast store', 5087, 16, 30, 14.41, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29263, 1925, 'Frankie fast store', 1152, 18, 30, 34.32, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29264, 1925, 'Frankie fast store', 128, 18, 30, 9.54, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29265, 1925, 'Frankie fast store', 5107, 16, 30, 13.98, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29266, 1925, 'Frankie fast store', 4484, 16, 30, 9.56, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29267, 1925, 'Frankie fast store', 1866, 19, 30, 6.36, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29268, 1925, 'Frankie fast store', 1171, 15, 30, 9.14, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29269, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29270, 1925, 'Frankie fast store', 735, 19, 30, 2.29, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29271, 1925, 'Frankie fast store', 734, 19, 30, 0.23, 1, 1, 'ai_bid', '2024-08-09 02:41:02', '2024-08-09 02:41:02', '2024-08-10 02:41:02'),
(29272, 1877, 'Macarena00', 3977, 12, 23, 401.73, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29273, 1877, 'Macarena00', 4885, 12, 23, 520.58, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29274, 1877, 'Macarena00', 5720, 15, 23, 515.39, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29275, 1877, 'Macarena00', 2847, 14, 23, 3232.00, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29276, 1877, 'Macarena00', 4790, 12, 23, 20.59, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29277, 1877, 'Macarena00', 778, 14, 23, 35.39, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29278, 1877, 'Macarena00', 3233, 5, 23, 101.00, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29279, 1877, 'Macarena00', 4683, 12, 23, 8.23, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29280, 1877, 'Macarena00', 838, 13, 23, 16.66, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29281, 1877, 'Macarena00', 218, 12, 23, 36.71, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29282, 1877, 'Macarena00', 470, 17, 23, 16.75, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29283, 1877, 'Macarena00', 868, 17, 23, 72.80, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29284, 1877, 'Macarena00', 2908, 19, 23, 282.80, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29285, 1877, 'Macarena00', 1986, 4, 23, 130.81, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29286, 1877, 'Macarena00', 2999, 19, 23, 101.00, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29287, 1877, 'Macarena00', 1999, 4, 23, 56.65, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29288, 1877, 'Macarena00', 4087, 5, 23, 391.14, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29289, 1877, 'Macarena00', 2579, 19, 23, 31.07, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29290, 1877, 'Macarena00', 4669, 14, 23, 8002.50, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29291, 1877, 'Macarena00', 4174, 14, 23, 550.16, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29292, 1877, 'Macarena00', 210, 18, 23, 40.39, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29293, 1877, 'Macarena00', 1842, 19, 23, 1.06, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29294, 1877, 'Macarena00', 532, 16, 23, 32.03, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29295, 1877, 'Macarena00', 433, 16, 23, 268.79, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29296, 1877, 'Macarena00', 3111, 2, 23, 255.00, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29297, 1877, 'Macarena00', 3262, 5, 23, 5.61, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29298, 1877, 'Macarena00', 1405, 14, 23, 10.30, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29299, 1877, 'Macarena00', 935, 5, 23, 3.18, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29300, 1877, 'Macarena00', 3522, 11, 23, 29.57, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29301, 1877, 'Macarena00', 642, 5, 23, 1.06, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29302, 1877, 'Macarena00', 1662, 19, 23, 0.93, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29303, 1877, 'Macarena00', 734, 19, 23, 0.23, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29304, 1877, 'Macarena00', 1894, 19, 23, 0.20, 1, 1, 'ai_bid', '2024-08-09 02:44:03', '2024-08-09 02:44:03', '2024-08-10 02:45:03'),
(29305, 1912, 'Linus', 2432, 19, 29, 5100.00, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29306, 1912, 'Linus', 2271, 17, 29, 304.50, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29307, 1912, 'Linus', 6123, 11, 29, 19.56, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29308, 1912, 'Linus', 2301, 19, 29, 18.38, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29309, 1912, 'Linus', 211, 7, 29, 9.48, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29310, 1912, 'Linus', 1251, 10, 29, 19.63, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29311, 1912, 'Linus', 4443, 15, 29, 34.67, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29312, 1912, 'Linus', 20, 2, 29, 4.12, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29313, 1912, 'Linus', 5896, 11, 29, 373.70, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29314, 1912, 'Linus', 2529, 7, 29, 59.93, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29315, 1912, 'Linus', 2140, 15, 29, 49.65, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:01'),
(29316, 1912, 'Linus', 6104, 11, 29, 1.52, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29317, 1912, 'Linus', 1574, 19, 29, 191.90, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29318, 1912, 'Linus', 2401, 19, 29, 1908.00, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29319, 1912, 'Linus', 730, 19, 29, 69.19, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29320, 1912, 'Linus', 494, 19, 29, 16.20, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29321, 1912, 'Linus', 4848, 12, 29, 11.21, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29322, 1912, 'Linus', 2111, 19, 29, 1339.00, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29323, 1912, 'Linus', 3615, 13, 29, 3.58, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29324, 1912, 'Linus', 1640, 19, 29, 1.03, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29325, 1912, 'Linus', 857, 12, 29, 92.84, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29326, 1912, 'Linus', 1820, 19, 29, 46.80, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29327, 1912, 'Linus', 1246, 18, 29, 61.20, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29328, 1912, 'Linus', 4495, 15, 29, 25.99, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29329, 1912, 'Linus', 4272, 18, 29, 123.76, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29330, 1912, 'Linus', 3593, 12, 29, 4.66, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29331, 1912, 'Linus', 1662, 19, 29, 0.94, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29332, 1912, 'Linus', 542, 18, 29, 207.90, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(29333, 1912, 'Linus', 5444, 12, 29, 3.66, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29334, 1912, 'Linus', 1288, 19, 29, 9.02, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29335, 1912, 'Linus', 130, 2, 29, 39.41, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29336, 1912, 'Linus', 2080, 7, 29, 153.00, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29337, 1912, 'Linus', 3986, 12, 29, 31.49, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29338, 1912, 'Linus', 901, 18, 29, 21.43, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29339, 1912, 'Linus', 4625, 15, 29, 121.20, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29340, 1912, 'Linus', 1928, 10, 29, 4.79, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29341, 1912, 'Linus', 4316, 18, 29, 33.32, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29342, 1912, 'Linus', 3486, 10, 29, 6.68, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29343, 1912, 'Linus', 1454, 17, 29, 70.53, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29344, 1912, 'Linus', 1808, 2, 29, 31.50, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29345, 1912, 'Linus', 3054, 2, 29, 692.30, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29346, 1912, 'Linus', 1925, 18, 29, 116.28, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29347, 1912, 'Linus', 2637, 14, 29, 16.47, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29348, 1912, 'Linus', 3768, 15, 29, 4.00, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29349, 1912, 'Linus', 6176, 14, 29, 21.96, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29350, 1912, 'Linus', 1768, 19, 29, 969.96, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29351, 1912, 'Linus', 1732, 19, 29, 233.20, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29352, 1912, 'Linus', 3112, 2, 29, 7.44, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29353, 1912, 'Linus', 4092, 5, 29, 2.81, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29354, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-08-09 02:46:03', '2024-08-09 02:46:03', '2024-08-10 02:47:02'),
(29355, 1886, 'Lovenest Luxe', 3146, 4, NULL, 7.00, 43, 1, 'manual_bid', '2024-08-09 03:14:24', '2024-08-09 03:14:24', '2024-08-10 03:15:02'),
(29356, 1921, 'Baeniiz', 3177, 4, NULL, 51.00, 1, 1, 'manual_bid', '2024-08-09 04:57:50', '2024-08-09 04:57:50', '2024-08-10 04:58:01'),
(29357, 1920, 'Nizzy', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-09 05:03:07', '2024-08-09 05:03:07', '2024-08-10 05:04:01'),
(29358, 1920, 'Nizzy', 1803, 2, NULL, 21.00, 1, 1, 'manual_bid', '2024-08-09 05:04:01', '2024-08-09 05:04:01', '2024-08-10 05:04:01'),
(29359, 1850, 'Chanadus', 3778, 19, NULL, 113.00, 19, 1, 'manual_bid', '2024-08-09 05:37:22', '2024-08-09 05:37:22', '2024-08-10 05:38:02'),
(29360, 1850, 'Chanadus', 1134, 4, NULL, 30.00, 3, 1, 'manual_bid', '2024-08-09 05:40:18', '2024-08-09 05:40:18', '2024-08-10 05:41:02'),
(29361, 1850, 'Chanadus', 1071, 4, NULL, 4.30, 1, 1, 'manual_bid', '2024-08-09 05:42:15', '2024-08-09 05:42:15', '2024-08-10 05:43:01'),
(29362, 1869, 'Anatoliy fast store', 4667, 12, 25, 13.28, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29363, 1869, 'Anatoliy fast store', 4515, 16, 25, 53.51, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29364, 1869, 'Anatoliy fast store', 1310, 2, 25, 735.00, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29365, 1869, 'Anatoliy fast store', 4127, 18, 25, 10.19, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29366, 1869, 'Anatoliy fast store', 3474, 14, 25, 92.70, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29367, 1869, 'Anatoliy fast store', 2043, 17, 25, 54.91, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29368, 1869, 'Anatoliy fast store', 569, 19, 25, 148.47, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29369, 1869, 'Anatoliy fast store', 732, 17, 25, 62.42, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29370, 1869, 'Anatoliy fast store', 887, 18, 25, 119.33, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29371, 1869, 'Anatoliy fast store', 1872, 18, 25, 19.15, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29372, 1869, 'Anatoliy fast store', 3230, 4, 25, 31.58, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29373, 1869, 'Anatoliy fast store', 2354, 19, 25, 31.30, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29374, 1869, 'Anatoliy fast store', 2927, 19, 25, 23.43, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29375, 1869, 'Anatoliy fast store', 2457, 19, 25, 3.50, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29376, 1869, 'Anatoliy fast store', 2077, 5, 25, 5.10, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29377, 1869, 'Anatoliy fast store', 5945, 17, 25, 3.44, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29378, 1869, 'Anatoliy fast store', 1850, 5, 25, 0.58, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29379, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.21, 1, 1, 'ai_bid', '2024-08-09 05:43:03', '2024-08-09 05:43:03', '2024-08-10 05:44:02'),
(29380, 1850, 'Chanadus', 716, 19, NULL, 1.04, 1, 1, 'manual_bid', '2024-08-09 05:47:45', '2024-08-09 05:47:45', '2024-08-10 05:48:02'),
(29381, 1876, 'Etiuko', 3281, 5, 28, 14.14, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29382, 1876, 'Etiuko', 4484, 16, 28, 9.65, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29383, 1876, 'Etiuko', 1167, 14, 28, 8.81, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29384, 1876, 'Etiuko', 4205, 14, 28, 8.10, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29385, 1876, 'Etiuko', 2594, 19, 28, 15.58, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29386, 1876, 'Etiuko', 3556, 12, 28, 3.87, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29387, 1876, 'Etiuko', 4743, 12, 28, 20.53, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29388, 1876, 'Etiuko', 1362, 10, 28, 44.10, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29389, 1876, 'Etiuko', 1803, 2, 28, 21.00, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29390, 1876, 'Etiuko', 5948, 17, 28, 3.51, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29391, 1876, 'Etiuko', 761, 7, 28, 2.54, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29392, 1876, 'Etiuko', 2370, 19, 28, 2.28, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29393, 1876, 'Etiuko', 1894, 19, 28, 0.20, 1, 1, 'ai_bid', '2024-08-09 06:10:04', '2024-08-09 06:10:04', '2024-08-10 06:11:02'),
(29394, 1798, 'Feelyards', 3814, 4, NULL, 102.00, 1, 1, 'manual_bid', '2024-08-09 09:14:28', '2024-08-09 09:14:28', '2024-08-10 09:15:03'),
(29395, 1798, 'Feelyards', 1589, 4, NULL, 3.00, 1, 1, 'manual_bid', '2024-08-09 09:17:14', '2024-08-09 09:17:14', '2024-08-10 09:18:02'),
(29396, 1884, 'Mich&Jstore', 4424, 16, 31, 41.60, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29397, 1884, 'Mich&Jstore', 1028, 19, 31, 265.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29398, 1884, 'Mich&Jstore', 710, 18, 31, 33.97, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29399, 1884, 'Mich&Jstore', 5003, 14, 31, 11.65, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29400, 1884, 'Mich&Jstore', 3142, 4, 31, 86.71, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29401, 1884, 'Mich&Jstore', 1569, 19, 31, 90.10, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29402, 1884, 'Mich&Jstore', 2235, 19, 31, 31.52, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29403, 1884, 'Mich&Jstore', 1574, 19, 31, 191.90, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29404, 1884, 'Mich&Jstore', 3201, 5, 31, 233.99, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29405, 1884, 'Mich&Jstore', 3879, 2, 31, 63.85, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29406, 1884, 'Mich&Jstore', 2840, 14, 31, 15.89, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29407, 1884, 'Mich&Jstore', 800, 19, 31, 34.17, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29408, 1884, 'Mich&Jstore', 5539, 10, 31, 281.40, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29409, 1884, 'Mich&Jstore', 5218, 16, 31, 520.60, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29410, 1884, 'Mich&Jstore', 2813, 18, 31, 8476.90, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29411, 1884, 'Mich&Jstore', 4175, 18, 31, 9.17, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29412, 1884, 'Mich&Jstore', 399, 16, 31, 126.25, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29413, 1884, 'Mich&Jstore', 1808, 2, 31, 30.30, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29414, 1884, 'Mich&Jstore', 716, 19, 31, 1.03, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29415, 1884, 'Mich&Jstore', 3780, 13, 31, 106.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29416, 1884, 'Mich&Jstore', 2989, 14, 31, 96.90, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29417, 1884, 'Mich&Jstore', 4699, 14, 31, 14.78, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29418, 1884, 'Mich&Jstore', 5600, 10, 31, 62.21, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29419, 1884, 'Mich&Jstore', 664, 17, 31, 10.50, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29420, 1884, 'Mich&Jstore', 3970, 16, 31, 17.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29421, 1884, 'Mich&Jstore', 4839, 12, 31, 162.46, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29422, 1884, 'Mich&Jstore', 3711, 14, 31, 809.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29423, 1884, 'Mich&Jstore', 5855, 17, 31, 42.95, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29424, 1884, 'Mich&Jstore', 2930, 10, 31, 29.86, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29425, 1884, 'Mich&Jstore', 578, 19, 31, 3640.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29426, 1884, 'Mich&Jstore', 630, 19, 31, 7998.90, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29427, 1884, 'Mich&Jstore', 3686, 14, 31, 12.70, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29428, 1884, 'Mich&Jstore', 4859, 12, 31, 7.66, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29429, 1884, 'Mich&Jstore', 111, 2, 31, 886.17, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29430, 1884, 'Mich&Jstore', 49, 2, 31, 309.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29431, 1884, 'Mich&Jstore', 4891, 12, 31, 15.72, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29432, 1884, 'Mich&Jstore', 4619, 5, 31, 13.89, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29433, 1884, 'Mich&Jstore', 282, 18, 31, 268.65, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29434, 1884, 'Mich&Jstore', 4708, 14, 31, 16.60, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29435, 1884, 'Mich&Jstore', 5231, 13, 31, 8.13, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29436, 1884, 'Mich&Jstore', 5175, 16, 31, 60.78, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29437, 1884, 'Mich&Jstore', 1846, 5, 31, 1.46, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29438, 1884, 'Mich&Jstore', 3979, 5, 31, 1590.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29439, 1884, 'Mich&Jstore', 6014, 11, 31, 4240.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29440, 1884, 'Mich&Jstore', 1872, 18, 31, 19.51, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29441, 1884, 'Mich&Jstore', 5291, 16, 31, 17.31, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29442, 1884, 'Mich&Jstore', 1635, 19, 31, 4.78, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29443, 1884, 'Mich&Jstore', 833, 18, 31, 20.54, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29444, 1884, 'Mich&Jstore', 1216, 14, 31, 8.61, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29445, 1884, 'Mich&Jstore', 2910, 19, 31, 35.36, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29446, 1884, 'Mich&Jstore', 5716, 15, 31, 257.50, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29447, 1884, 'Mich&Jstore', 3195, 4, 31, 206.83, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29448, 1884, 'Mich&Jstore', 5693, 10, 31, 696.85, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29449, 1884, 'Mich&Jstore', 126, 2, 31, 1111.48, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29450, 1884, 'Mich&Jstore', 5517, 10, 31, 23.06, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29451, 1884, 'Mich&Jstore', 2466, 7, 31, 790.35, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29452, 1884, 'Mich&Jstore', 2208, 12, 31, 58.75, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29453, 1884, 'Mich&Jstore', 2372, 19, 31, 9.75, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29454, 1884, 'Mich&Jstore', 4843, 17, 31, 151.49, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29455, 1884, 'Mich&Jstore', 5548, 10, 31, 33.58, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29456, 1884, 'Mich&Jstore', 2675, 10, 31, 10.49, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29457, 1884, 'Mich&Jstore', 5561, 10, 31, 722.79, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29458, 1884, 'Mich&Jstore', 1373, 15, 31, 23.92, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29459, 1884, 'Mich&Jstore', 5856, 15, 31, 23.91, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29460, 1884, 'Mich&Jstore', 1937, 19, 31, 67.60, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29461, 1884, 'Mich&Jstore', 2748, 18, 31, 129.53, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29462, 1884, 'Mich&Jstore', 6109, 11, 31, 6.36, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29463, 1884, 'Mich&Jstore', 4143, 14, 31, 27.80, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29464, 1884, 'Mich&Jstore', 6047, 15, 31, 14.27, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29465, 1884, 'Mich&Jstore', 3363, 15, 31, 208.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29466, 1884, 'Mich&Jstore', 3982, 5, 31, 151.98, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29467, 1884, 'Mich&Jstore', 4654, 15, 31, 988.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29468, 1884, 'Mich&Jstore', 2032, 19, 31, 41.34, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29469, 1884, 'Mich&Jstore', 596, 18, 31, 407.03, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29470, 1884, 'Mich&Jstore', 2682, 14, 31, 27.18, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29471, 1884, 'Mich&Jstore', 413, 18, 31, 31.60, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29472, 1884, 'Mich&Jstore', 4369, 18, 31, 11660.00, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29473, 1884, 'Mich&Jstore', 3998, 12, 31, 763.20, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29474, 1884, 'Mich&Jstore', 533, 16, 31, 77.76, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29475, 1884, 'Mich&Jstore', 5378, 1, 31, 3.16, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29476, 1884, 'Mich&Jstore', 2438, 5, 31, 135.20, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29477, 1884, 'Mich&Jstore', 3992, 12, 31, 70.72, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29478, 1884, 'Mich&Jstore', 451, 19, 31, 200.16, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29479, 1884, 'Mich&Jstore', 3646, 10, 31, 78.84, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29480, 1884, 'Mich&Jstore', 3382, 10, 31, 2.45, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29481, 1884, 'Mich&Jstore', 1062, 4, 31, 7.95, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29482, 1884, 'Mich&Jstore', 4587, 16, 31, 26.53, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29483, 1884, 'Mich&Jstore', 4329, 15, 31, 9.45, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29484, 1884, 'Mich&Jstore', 5938, 15, 31, 494.97, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29485, 1884, 'Mich&Jstore', 4160, 14, 31, 1117.06, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29486, 1884, 'Mich&Jstore', 3794, 15, 31, 30.59, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29487, 1884, 'Mich&Jstore', 5044, 14, 31, 11.54, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29488, 1884, 'Mich&Jstore', 3532, 12, 31, 8.01, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29489, 1884, 'Mich&Jstore', 4082, 5, 31, 25.74, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29490, 1884, 'Mich&Jstore', 1662, 19, 31, 0.94, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29491, 1884, 'Mich&Jstore', 949, 5, 31, 0.32, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29492, 1884, 'Mich&Jstore', 1894, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29493, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29494, 1884, 'Mich&Jstore', 803, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-09 10:51:03', '2024-08-09 10:51:03', '2024-08-10 10:52:02'),
(29495, 1902, 'Good bargain stores', 1971, 19, 26, 68.90, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29496, 1902, 'Good bargain stores', 5211, 16, 26, 72.80, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29497, 1902, 'Good bargain stores', 1935, 19, 26, 57.75, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29498, 1902, 'Good bargain stores', 3064, 2, 26, 4.68, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29499, 1902, 'Good bargain stores', 3668, 10, 26, 36.36, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29500, 1902, 'Good bargain stores', 5630, 15, 26, 146.99, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29501, 1902, 'Good bargain stores', 5212, 16, 26, 58.57, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29502, 1902, 'Good bargain stores', 4939, 14, 26, 49.49, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29503, 1902, 'Good bargain stores', 4289, 14, 26, 14.13, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29504, 1902, 'Good bargain stores', 4535, 16, 26, 32.23, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29505, 1902, 'Good bargain stores', 2899, 14, 26, 13.77, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29506, 1902, 'Good bargain stores', 4197, 18, 26, 11.42, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29507, 1902, 'Good bargain stores', 4204, 5, 26, 25.05, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29508, 1902, 'Good bargain stores', 549, 7, 26, 10.50, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29509, 1902, 'Good bargain stores', 6028, 15, 26, 2.19, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29510, 1902, 'Good bargain stores', 3318, 5, 26, 1.20, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29511, 1902, 'Good bargain stores', 3324, 7, 26, 1.38, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29512, 1902, 'Good bargain stores', 3225, 5, 26, 1.15, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29513, 1902, 'Good bargain stores', 1827, 19, 26, 0.13, 1, 1, 'ai_bid', '2024-08-09 11:45:03', '2024-08-09 11:45:03', '2024-08-10 11:45:03'),
(29514, 1902, 'Good bargain stores', 3304, 15, 27, 43.86, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29515, 1902, 'Good bargain stores', 4437, 16, 27, 94.50, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29516, 1902, 'Good bargain stores', 3822, 15, 27, 18.35, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29517, 1902, 'Good bargain stores', 3942, 5, 27, 93.28, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29518, 1902, 'Good bargain stores', 1549, 19, 27, 156.02, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29519, 1902, 'Good bargain stores', 3063, 18, 27, 211.12, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29520, 1902, 'Good bargain stores', 1870, 19, 27, 25.20, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29521, 1902, 'Good bargain stores', 2182, 19, 27, 60.60, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29522, 1902, 'Good bargain stores', 5314, 14, 27, 158.95, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29523, 1902, 'Good bargain stores', 2051, 10, 27, 4.71, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29524, 1902, 'Good bargain stores', 262, 5, 27, 180.20, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29525, 1902, 'Good bargain stores', 2353, 19, 27, 412.00, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29526, 1902, 'Good bargain stores', 4341, 15, 27, 5.14, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29527, 1902, 'Good bargain stores', 2216, 19, 27, 9.54, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29528, 1902, 'Good bargain stores', 2796, 19, 27, 6482.70, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29529, 1902, 'Good bargain stores', 2307, 2, 27, 47.50, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29530, 1902, 'Good bargain stores', 4599, 5, 27, 31.49, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29531, 1902, 'Good bargain stores', 3663, 13, 27, 13.25, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29532, 1902, 'Good bargain stores', 3527, 12, 27, 3.10, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29533, 1902, 'Good bargain stores', 385, 10, 27, 171.84, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29534, 1902, 'Good bargain stores', 2889, 14, 27, 20.79, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29535, 1902, 'Good bargain stores', 5028, 13, 27, 221.44, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29536, 1902, 'Good bargain stores', 1495, 19, 27, 19.19, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29537, 1902, 'Good bargain stores', 4784, 17, 27, 21.71, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29538, 1902, 'Good bargain stores', 1055, 19, 27, 30.30, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29539, 1902, 'Good bargain stores', 52, 2, 27, 17.68, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29540, 1902, 'Good bargain stores', 257, 17, 27, 180.20, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29541, 1902, 'Good bargain stores', 6097, 11, 27, 11.25, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29542, 1902, 'Good bargain stores', 5312, 14, 27, 61.60, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29543, 1902, 'Good bargain stores', 6081, 1, 27, 18.00, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29544, 1902, 'Good bargain stores', 6076, 11, 27, 15.15, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29545, 1902, 'Good bargain stores', 6169, 11, 27, 18.61, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29546, 1902, 'Good bargain stores', 3792, 19, 27, 234.59, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29547, 1902, 'Good bargain stores', 5799, 13, 27, 15.74, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29548, 1902, 'Good bargain stores', 2049, 12, 27, 9.14, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29549, 1902, 'Good bargain stores', 5445, 16, 27, 13.25, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29550, 1902, 'Good bargain stores', 912, 13, 27, 31.20, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29551, 1902, 'Good bargain stores', 2629, 10, 27, 23.68, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29552, 1902, 'Good bargain stores', 5983, 11, 27, 106.00, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29553, 1902, 'Good bargain stores', 342, 18, 27, 3559.64, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29554, 1902, 'Good bargain stores', 4886, 13, 27, 71.05, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29555, 1902, 'Good bargain stores', 1824, 19, 27, 126.24, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29556, 1902, 'Good bargain stores', 971, 17, 27, 4.20, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29557, 1902, 'Good bargain stores', 1065, 19, 27, 782.80, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:02'),
(29558, 1902, 'Good bargain stores', 6030, 11, 27, 20.60, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29559, 1902, 'Good bargain stores', 414, 7, 27, 31.35, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29560, 1902, 'Good bargain stores', 2545, 10, 27, 107.26, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29561, 1902, 'Good bargain stores', 345, 15, 27, 105.84, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29562, 1902, 'Good bargain stores', 2420, 2, 27, 535.50, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29563, 1902, 'Good bargain stores', 4652, 15, 27, 408.00, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29564, 1902, 'Good bargain stores', 2030, 4, 27, 252.96, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29565, 1902, 'Good bargain stores', 5558, 10, 27, 3.06, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29566, 1902, 'Good bargain stores', 3148, 4, 27, 22.67, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29567, 1902, 'Good bargain stores', 3502, 11, 27, 9.36, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29568, 1902, 'Good bargain stores', 5179, 16, 27, 82.39, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29569, 1902, 'Good bargain stores', 2647, 18, 27, 14.51, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29570, 1902, 'Good bargain stores', 4072, 5, 27, 11.12, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29571, 1902, 'Good bargain stores', 5974, 17, 27, 18.35, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29572, 1902, 'Good bargain stores', 1827, 19, 27, 0.13, 1, 1, 'ai_bid', '2024-08-09 12:16:03', '2024-08-09 12:16:03', '2024-08-10 12:17:03'),
(29573, 1850, 'Chanadus', 2015, 5, 24, 723.98, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29574, 1850, 'Chanadus', 3470, 14, 24, 102.05, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29575, 1850, 'Chanadus', 4370, 14, 24, 420.32, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29576, 1850, 'Chanadus', 1357, 15, 24, 52.15, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29577, 1850, 'Chanadus', 1050, 17, 24, 77.25, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29578, 1850, 'Chanadus', 5859, 17, 24, 198.90, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29579, 1850, 'Chanadus', 1029, 19, 24, 32.41, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29580, 1850, 'Chanadus', 3419, 14, 24, 6.22, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29581, 1850, 'Chanadus', 1928, 10, 24, 4.79, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29582, 1850, 'Chanadus', 3296, 5, 24, 1.19, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29583, 1850, 'Chanadus', 1850, 5, 24, 0.57, 1, 1, 'ai_bid', '2024-08-09 13:44:02', '2024-08-09 13:44:02', '2024-08-10 13:44:02'),
(29584, 1915, 'BnBGlobal', 3960, 5, NULL, 71.00, 1, 1, 'manual_bid', '2024-08-09 16:31:15', '2024-08-09 16:31:15', '2024-08-10 16:32:02'),
(29585, 1915, 'BnBGlobal', 3931, 5, NULL, 22.00, 1, 1, 'manual_bid', '2024-08-09 16:44:21', '2024-08-09 16:44:21', '2024-08-10 16:45:02'),
(29586, 1915, 'BnBGlobal', 3180, 5, NULL, 12.00, 1, 1, 'manual_bid', '2024-08-09 16:55:36', '2024-08-09 16:55:36', '2024-08-10 16:56:02'),
(29587, 1925, 'Frankie fast store', 1541, 19, 30, 1030.00, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29588, 1925, 'Frankie fast store', 4773, 12, 30, 50.47, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29589, 1925, 'Frankie fast store', 5813, 15, 30, 152.95, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29590, 1925, 'Frankie fast store', 4047, 13, 30, 48.75, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29591, 1925, 'Frankie fast store', 3083, 18, 30, 50.50, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29592, 1925, 'Frankie fast store', 6016, 17, 30, 12.88, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29593, 1925, 'Frankie fast store', 2670, 18, 30, 876.75, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29594, 1925, 'Frankie fast store', 1645, 17, 30, 3.81, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29595, 1925, 'Frankie fast store', 4861, 12, 30, 148.95, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29596, 1925, 'Frankie fast store', 3684, 18, 30, 419.63, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29597, 1925, 'Frankie fast store', 4426, 16, 30, 77.76, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29598, 1925, 'Frankie fast store', 811, 18, 30, 267.11, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29599, 1925, 'Frankie fast store', 3081, 2, 30, 9.36, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29600, 1925, 'Frankie fast store', 3821, 15, 30, 23.84, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29601, 1925, 'Frankie fast store', 2416, 19, 30, 25.91, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29602, 1925, 'Frankie fast store', 4716, 12, 30, 60.67, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29603, 1925, 'Frankie fast store', 4744, 12, 30, 50.49, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29604, 1925, 'Frankie fast store', 6121, 11, 30, 13.25, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29605, 1925, 'Frankie fast store', 1956, 19, 30, 10.17, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29606, 1925, 'Frankie fast store', 2444, 19, 30, 2288.00, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29607, 1925, 'Frankie fast store', 1027, 19, 30, 393.90, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29608, 1925, 'Frankie fast store', 3493, 10, 30, 11.93, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29609, 1925, 'Frankie fast store', 3715, 19, 30, 23.31, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29610, 1925, 'Frankie fast store', 5568, 12, 30, 108.11, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29611, 1925, 'Frankie fast store', 2177, 19, 30, 424.20, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29612, 1925, 'Frankie fast store', 5558, 10, 30, 3.03, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29613, 1925, 'Frankie fast store', 3837, 4, 30, 206.86, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29614, 1925, 'Frankie fast store', 3528, 13, 30, 157.49, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29615, 1925, 'Frankie fast store', 3833, 4, 30, 5.15, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29616, 1925, 'Frankie fast store', 4213, 5, 30, 4.87, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29617, 1925, 'Frankie fast store', 1694, 19, 30, 14.93, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29618, 1925, 'Frankie fast store', 712, 19, 30, 30.90, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29619, 1925, 'Frankie fast store', 3085, 2, 30, 73.70, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29620, 1925, 'Frankie fast store', 5533, 12, 30, 18.17, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29621, 1925, 'Frankie fast store', 4949, 13, 30, 164.21, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29622, 1925, 'Frankie fast store', 2973, 19, 30, 409.01, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29623, 1925, 'Frankie fast store', 1164, 10, 30, 4279.22, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29624, 1925, 'Frankie fast store', 4944, 14, 30, 8.39, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29625, 1925, 'Frankie fast store', 995, 16, 30, 109.67, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29626, 1925, 'Frankie fast store', 5268, 13, 30, 16.48, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29627, 1925, 'Frankie fast store', 5373, 14, 30, 52.97, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29628, 1925, 'Frankie fast store', 1189, 10, 30, 2.66, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29629, 1925, 'Frankie fast store', 5948, 17, 30, 3.44, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29630, 1925, 'Frankie fast store', 24, 2, 30, 1.03, 1, 1, 'ai_bid', '2024-08-10 03:52:03', '2024-08-10 03:52:03', '2024-08-11 03:53:02'),
(29631, 1912, 'Linus', 980, 5, 29, 9.27, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29632, 1912, 'Linus', 4327, 18, 29, 540.70, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29633, 1912, 'Linus', 5468, 7, 29, 42.22, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29634, 1912, 'Linus', 2285, 5, 29, 93.60, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29635, 1912, 'Linus', 6177, 14, 29, 23.68, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29636, 1912, 'Linus', 2128, 19, 29, 32.44, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29637, 1912, 'Linus', 5314, 14, 29, 155.95, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29638, 1912, 'Linus', 5521, 10, 29, 83.89, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29639, 1912, 'Linus', 5659, 10, 29, 123.41, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29640, 1912, 'Linus', 1145, 19, 29, 41.08, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29641, 1912, 'Linus', 5618, 10, 29, 4.64, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29642, 1912, 'Linus', 129, 7, 29, 43.12, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29643, 1912, 'Linus', 2344, 4, 29, 104.00, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29644, 1912, 'Linus', 1440, 14, 29, 32.10, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29645, 1912, 'Linus', 3771, 15, 29, 5.29, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29646, 1912, 'Linus', 3455, 11, 29, 5.45, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29647, 1912, 'Linus', 636, 14, 29, 7.14, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29648, 1912, 'Linus', 1569, 19, 29, 90.10, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29649, 1912, 'Linus', 1298, 15, 29, 228.21, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29650, 1912, 'Linus', 1220, 18, 29, 105.04, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29651, 1912, 'Linus', 1873, 19, 29, 42.40, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29652, 1912, 'Linus', 3908, 16, 29, 41.40, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29653, 1912, 'Linus', 1546, 2, 29, 51.94, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29654, 1912, 'Linus', 3640, 13, 29, 21.19, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29655, 1912, 'Linus', 1681, 19, 29, 17.60, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29656, 1912, 'Linus', 2909, 14, 29, 41.60, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29657, 1912, 'Linus', 928, 5, 29, 175.76, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29658, 1912, 'Linus', 4204, 5, 29, 25.78, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29659, 1912, 'Linus', 1192, 14, 29, 50.95, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29660, 1912, 'Linus', 3671, 10, 29, 18.89, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29661, 1912, 'Linus', 4163, 5, 29, 1474.60, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29662, 1912, 'Linus', 3716, 19, 29, 5.14, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29663, 1912, 'Linus', 2629, 10, 29, 24.14, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29664, 1912, 'Linus', 4056, 18, 29, 106.42, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29665, 1912, 'Linus', 3252, 5, 29, 32.13, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29666, 1912, 'Linus', 1658, 17, 29, 118.44, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29667, 1912, 'Linus', 6105, 11, 29, 10.49, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29668, 1912, 'Linus', 5051, 11, 29, 20.79, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29669, 1912, 'Linus', 2484, 19, 29, 212.00, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29670, 1912, 'Linus', 829, 18, 29, 22.27, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29671, 1912, 'Linus', 4995, 13, 29, 303.28, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29672, 1912, 'Linus', 5350, 14, 29, 307.01, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29673, 1912, 'Linus', 4328, 18, 29, 815.99, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29674, 1912, 'Linus', 4914, 11, 29, 36.75, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29675, 1912, 'Linus', 5253, 16, 29, 16.21, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29676, 1912, 'Linus', 5449, 12, 29, 1341.60, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29677, 1912, 'Linus', 1825, 4, 29, 233.19, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29678, 1912, 'Linus', 5889, 13, 29, 11.10, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29679, 1912, 'Linus', 5227, 13, 29, 16.47, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29680, 1912, 'Linus', 2427, 19, 29, 254.40, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29681, 1912, 'Linus', 532, 16, 29, 31.11, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29682, 1912, 'Linus', 717, 18, 29, 41.97, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29683, 1912, 'Linus', 6037, 15, 29, 8.40, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29684, 1912, 'Linus', 5960, 15, 29, 1391.41, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29685, 1912, 'Linus', 120, 7, 29, 138.60, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29686, 1912, 'Linus', 2772, 19, 29, 47.70, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29687, 1912, 'Linus', 4166, 5, 29, 377.40, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29688, 1912, 'Linus', 5990, 17, 29, 4.72, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29689, 1912, 'Linus', 1800, 5, 29, 163.62, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29690, 1912, 'Linus', 5635, 10, 29, 5.24, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29691, 1912, 'Linus', 5398, 14, 29, 525.44, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29692, 1912, 'Linus', 4844, 12, 29, 70.69, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29693, 1912, 'Linus', 3881, 15, 29, 204.00, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29694, 1912, 'Linus', 110, 2, 29, 198.22, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29695, 1912, 'Linus', 5191, 16, 29, 41.40, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29696, 1912, 'Linus', 3762, 7, 29, 52.07, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29697, 1912, 'Linus', 1300, 2, 29, 36.75, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29698, 1912, 'Linus', 4745, 14, 29, 191.75, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29699, 1912, 'Linus', 2224, 19, 29, 30.21, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29700, 1912, 'Linus', 1926, 18, 29, 8.47, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(29701, 1912, 'Linus', 4480, 16, 29, 8.15, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29702, 1912, 'Linus', 4692, 14, 29, 1007.00, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29703, 1912, 'Linus', 941, 5, 29, 5.10, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29704, 1912, 'Linus', 4020, 17, 29, 25.74, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29705, 1912, 'Linus', 394, 18, 29, 14.54, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29706, 1912, 'Linus', 1886, 19, 29, 53.70, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29707, 1912, 'Linus', 6072, 15, 29, 55.54, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29708, 1912, 'Linus', 828, 18, 29, 18.97, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29709, 1912, 'Linus', 571, 14, 29, 18.18, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29710, 1912, 'Linus', 5048, 11, 29, 50.39, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29711, 1912, 'Linus', 5954, 11, 29, 186.16, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29712, 1912, 'Linus', 244, 17, 29, 127.19, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29713, 1912, 'Linus', 3701, 14, 29, 17.84, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29714, 1912, 'Linus', 1991, 18, 29, 36.71, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29715, 1912, 'Linus', 5816, 15, 29, 15.59, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29716, 1912, 'Linus', 4675, 12, 29, 5.06, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29717, 1912, 'Linus', 5580, 15, 29, 13.11, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29718, 1912, 'Linus', 5428, 12, 29, 5.19, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29719, 1912, 'Linus', 4436, 15, 29, 20.39, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29720, 1912, 'Linus', 1952, 19, 29, 1.33, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29721, 1912, 'Linus', 6028, 15, 29, 2.21, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29722, 1912, 'Linus', 1738, 5, 29, 1.51, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29723, 1912, 'Linus', 1894, 19, 29, 0.21, 1, 1, 'ai_bid', '2024-08-10 03:58:03', '2024-08-10 03:58:03', '2024-08-11 03:59:02'),
(29724, 1886, 'Lovenest Luxe', 56, 2, NULL, 8.00, 38, 1, 'manual_bid', '2024-08-10 04:17:10', '2024-08-10 04:17:10', '2024-08-11 04:18:02'),
(29725, 1921, 'Baeniiz', 16, 2, NULL, 13.00, 4, 1, 'manual_bid', '2024-08-10 06:02:01', '2024-08-10 06:02:01', '2024-08-11 06:02:02'),
(29726, 1920, 'Nizzy', 2206, 2, NULL, 81.00, 4, 1, 'manual_bid', '2024-08-10 06:07:08', '2024-08-10 06:07:08', '2024-08-11 06:08:02'),
(29727, 1850, 'Chanadus', 1984, 4, NULL, 260.00, 8, 1, 'manual_bid', '2024-08-10 06:52:20', '2024-08-10 06:52:20', '2024-08-11 06:53:02'),
(29728, 1850, 'Chanadus', 2183, 19, NULL, 20.00, 9, 1, 'manual_bid', '2024-08-10 06:53:27', '2024-08-10 06:53:27', '2024-08-11 06:54:01'),
(29729, 1869, 'Anatoliy fast store', 244, 17, 25, 122.39, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29730, 1869, 'Anatoliy fast store', 4196, 18, 25, 14.79, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29731, 1869, 'Anatoliy fast store', 1592, 18, 25, 741.60, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29732, 1869, 'Anatoliy fast store', 4299, 14, 25, 100.98, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29733, 1869, 'Anatoliy fast store', 3387, 10, 25, 21.59, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29734, 1869, 'Anatoliy fast store', 2948, 14, 25, 37.08, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29735, 1869, 'Anatoliy fast store', 4771, 12, 25, 30.28, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29736, 1869, 'Anatoliy fast store', 3271, 5, 25, 2.78, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29737, 1869, 'Anatoliy fast store', 4022, 17, 25, 47.24, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29738, 1869, 'Anatoliy fast store', 1345, 15, 25, 19.57, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29739, 1869, 'Anatoliy fast store', 5537, 10, 25, 58.14, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:01'),
(29740, 1869, 'Anatoliy fast store', 3063, 18, 25, 213.15, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:02'),
(29741, 1869, 'Anatoliy fast store', 2886, 14, 25, 14.13, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:02'),
(29742, 1869, 'Anatoliy fast store', 1219, 15, 25, 5.29, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:02'),
(29743, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.21, 1, 1, 'ai_bid', '2024-08-10 06:56:03', '2024-08-10 06:56:03', '2024-08-11 06:57:02'),
(29744, 1850, 'Chanadus', 4086, 18, NULL, 4.50, 1, 1, 'manual_bid', '2024-08-10 06:58:47', '2024-08-10 06:58:47', '2024-08-11 06:59:02'),
(29745, 1876, 'Etiuko', 5308, 16, 28, 41.59, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29746, 1876, 'Etiuko', 3267, 5, 28, 3.17, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29747, 1876, 'Etiuko', 6175, 14, 28, 84.79, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29748, 1876, 'Etiuko', 4748, 12, 28, 9.06, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29749, 1876, 'Etiuko', 2608, 19, 28, 10.60, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29750, 1876, 'Etiuko', 4933, 14, 28, 5.42, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29751, 1876, 'Etiuko', 1829, 5, 28, 0.77, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29752, 1876, 'Etiuko', 734, 19, 28, 0.22, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29753, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-08-10 07:22:03', '2024-08-10 07:22:03', '2024-08-11 07:23:02'),
(29754, 1902, 'Good bargain stores', 4163, 5, NULL, 1450.00, 1, 1, 'manual_bid', '2024-08-10 11:19:56', '2024-08-10 11:19:56', '2024-08-11 11:20:03'),
(29755, 1902, 'Good bargain stores', 1242, 5, NULL, 19650.00, 2, 1, 'manual_bid', '2024-08-10 11:20:43', '2024-08-10 11:20:43', '2024-08-11 11:21:02'),
(29756, 1902, 'Good bargain stores', 3219, 5, NULL, 2990.00, 2, 1, 'manual_bid', '2024-08-10 11:21:34', '2024-08-10 11:21:34', '2024-08-11 11:22:02'),
(29757, 1798, 'Feelyards', 6115, 11, NULL, 5.00, 1, 1, 'manual_bid', '2024-08-10 11:59:25', '2024-08-10 11:59:25', '2024-08-11 12:00:04'),
(29758, 1798, 'Feelyards', 5983, 11, NULL, 101.00, 1, 1, 'manual_bid', '2024-08-10 12:00:47', '2024-08-10 12:00:47', '2024-08-11 12:01:03'),
(29759, 1884, 'Mich&Jstore', 1198, 15, 31, 2.32, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29760, 1884, 'Mich&Jstore', 5415, 14, 31, 52.01, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29761, 1884, 'Mich&Jstore', 6030, 11, 31, 21.00, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29762, 1884, 'Mich&Jstore', 6086, 15, 31, 10.09, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29763, 1884, 'Mich&Jstore', 3995, 12, 31, 4532.00, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29764, 1884, 'Mich&Jstore', 4119, 5, 31, 3132.40, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29765, 1884, 'Mich&Jstore', 4198, 14, 31, 18.90, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29766, 1884, 'Mich&Jstore', 2738, 17, 31, 18.89, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29767, 1884, 'Mich&Jstore', 3837, 4, 31, 212.94, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29768, 1884, 'Mich&Jstore', 3143, 18, 31, 36.75, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29769, 1884, 'Mich&Jstore', 4607, 5, 31, 13.51, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29770, 1884, 'Mich&Jstore', 1951, 12, 31, 37.48, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29771, 1884, 'Mich&Jstore', 2193, 16, 31, 20.53, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29772, 1884, 'Mich&Jstore', 5555, 10, 31, 42.66, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29773, 1884, 'Mich&Jstore', 5765, 13, 31, 8.99, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29774, 1884, 'Mich&Jstore', 4736, 12, 31, 21.81, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29775, 1884, 'Mich&Jstore', 3537, 13, 31, 3211.52, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29776, 1884, 'Mich&Jstore', 5816, 15, 31, 15.29, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29777, 1884, 'Mich&Jstore', 4944, 14, 31, 8.39, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29778, 1884, 'Mich&Jstore', 2058, 4, 31, 229.50, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29779, 1884, 'Mich&Jstore', 1281, 18, 31, 60.60, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29780, 1884, 'Mich&Jstore', 3725, 13, 31, 12.60, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29781, 1884, 'Mich&Jstore', 4355, 14, 31, 41.60, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:02'),
(29782, 1884, 'Mich&Jstore', 3103, 18, 31, 139.36, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29783, 1884, 'Mich&Jstore', 4081, 5, 31, 52.49, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29784, 1884, 'Mich&Jstore', 2615, 14, 31, 20.59, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29785, 1884, 'Mich&Jstore', 4217, 5, 31, 6.21, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29786, 1884, 'Mich&Jstore', 6039, 15, 31, 8.40, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29787, 1884, 'Mich&Jstore', 2380, 7, 31, 26.55, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29788, 1884, 'Mich&Jstore', 442, 16, 31, 210.00, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29789, 1884, 'Mich&Jstore', 5944, 11, 31, 81.60, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29790, 1884, 'Mich&Jstore', 3002, 1, 31, 824.00, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29791, 1884, 'Mich&Jstore', 2860, 13, 31, 56.67, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29792, 1884, 'Mich&Jstore', 3893, 15, 31, 1166.00, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29793, 1884, 'Mich&Jstore', 5646, 15, 31, 115.50, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29794, 1884, 'Mich&Jstore', 4319, 18, 31, 1907.99, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29795, 1884, 'Mich&Jstore', 2404, 19, 31, 678.38, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29796, 1884, 'Mich&Jstore', 4497, 15, 31, 15.14, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29797, 1884, 'Mich&Jstore', 2676, 14, 31, 202.27, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29798, 1884, 'Mich&Jstore', 5233, 13, 31, 13.26, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29799, 1884, 'Mich&Jstore', 2559, 14, 31, 128.04, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29800, 1884, 'Mich&Jstore', 5473, 17, 31, 228.80, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29801, 1884, 'Mich&Jstore', 5135, 16, 31, 131.29, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29802, 1884, 'Mich&Jstore', 637, 5, 31, 310.96, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29803, 1884, 'Mich&Jstore', 3721, 10, 31, 34.47, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29804, 1884, 'Mich&Jstore', 113, 2, 31, 84.53, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29805, 1884, 'Mich&Jstore', 1097, 19, 31, 256.47, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29806, 1884, 'Mich&Jstore', 6155, 11, 31, 16.63, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29807, 1884, 'Mich&Jstore', 2053, 18, 31, 29.71, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29808, 1884, 'Mich&Jstore', 5075, 16, 31, 24.09, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29809, 1884, 'Mich&Jstore', 3313, 5, 31, 14.84, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29810, 1884, 'Mich&Jstore', 5136, 16, 31, 99.99, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29811, 1884, 'Mich&Jstore', 2209, 19, 31, 121.20, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29812, 1884, 'Mich&Jstore', 143, 18, 31, 1.04, 1, 1, 'ai_bid', '2024-08-10 12:04:02', '2024-08-10 12:04:02', '2024-08-11 12:04:03'),
(29813, 1884, 'Mich&Jstore', 2516, 7, 31, 522.56, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29814, 1884, 'Mich&Jstore', 4512, 16, 31, 55.11, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29815, 1884, 'Mich&Jstore', 5134, 16, 31, 85.73, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29816, 1884, 'Mich&Jstore', 1884, 17, 31, 93.21, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29817, 1884, 'Mich&Jstore', 3640, 13, 31, 20.19, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29818, 1884, 'Mich&Jstore', 4602, 16, 31, 29.82, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29819, 1884, 'Mich&Jstore', 5407, 16, 31, 15.59, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29820, 1884, 'Mich&Jstore', 4741, 12, 31, 11.45, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29821, 1884, 'Mich&Jstore', 5658, 15, 31, 3.62, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29822, 1884, 'Mich&Jstore', 5622, 10, 31, 7.86, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29823, 1884, 'Mich&Jstore', 2533, 14, 31, 227.76, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29824, 1884, 'Mich&Jstore', 5384, 14, 31, 1031.02, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29825, 1884, 'Mich&Jstore', 2161, 19, 31, 26.64, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29826, 1884, 'Mich&Jstore', 4965, 14, 31, 9.45, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29827, 1884, 'Mich&Jstore', 1130, 19, 31, 36.49, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29828, 1884, 'Mich&Jstore', 43, 2, 31, 20.14, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29829, 1884, 'Mich&Jstore', 3666, 13, 31, 8.28, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29830, 1884, 'Mich&Jstore', 729, 19, 31, 11.62, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29831, 1884, 'Mich&Jstore', 1343, 15, 31, 60.59, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29832, 1884, 'Mich&Jstore', 3285, 5, 31, 9.18, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29833, 1884, 'Mich&Jstore', 3422, 14, 31, 11.69, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29834, 1884, 'Mich&Jstore', 1304, 10, 31, 31.30, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29835, 1884, 'Mich&Jstore', 2487, 19, 31, 133.90, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29836, 1884, 'Mich&Jstore', 3540, 13, 31, 4990.96, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29837, 1884, 'Mich&Jstore', 1685, 19, 31, 31.19, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29838, 1884, 'Mich&Jstore', 4586, 5, 31, 39.89, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:04'),
(29839, 1884, 'Mich&Jstore', 769, 2, 31, 109.14, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29840, 1884, 'Mich&Jstore', 1953, 5, 31, 4.16, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29841, 1884, 'Mich&Jstore', 2905, 14, 31, 27.23, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29842, 1884, 'Mich&Jstore', 972, 5, 31, 15.06, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29843, 1884, 'Mich&Jstore', 1127, 19, 31, 58.07, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29844, 1884, 'Mich&Jstore', 3434, 14, 31, 870.35, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29845, 1884, 'Mich&Jstore', 1699, 18, 31, 106.05, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29846, 1884, 'Mich&Jstore', 930, 10, 31, 13.66, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29847, 1884, 'Mich&Jstore', 875, 19, 31, 17.24, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29848, 1884, 'Mich&Jstore', 4100, 14, 31, 6.23, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29849, 1884, 'Mich&Jstore', 3366, 15, 31, 30.89, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29850, 1884, 'Mich&Jstore', 6021, 17, 31, 38.09, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29851, 1884, 'Mich&Jstore', 3264, 5, 31, 7.20, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29852, 1884, 'Mich&Jstore', 2988, 13, 31, 318.00, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29853, 1884, 'Mich&Jstore', 2341, 10, 31, 40.16, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29854, 1884, 'Mich&Jstore', 2208, 12, 31, 59.31, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29855, 1884, 'Mich&Jstore', 5601, 15, 31, 44.61, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29856, 1884, 'Mich&Jstore', 1837, 5, 31, 1.04, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29857, 1884, 'Mich&Jstore', 2530, 14, 31, 1573.95, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29858, 1884, 'Mich&Jstore', 4034, 18, 31, 12.37, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29859, 1884, 'Mich&Jstore', 464, 17, 31, 163.38, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29860, 1884, 'Mich&Jstore', 3878, 11, 31, 5.08, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29861, 1884, 'Mich&Jstore', 2622, 14, 31, 30.48, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29862, 1884, 'Mich&Jstore', 3172, 19, 31, 517.81, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29863, 1884, 'Mich&Jstore', 5440, 17, 31, 63.43, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29864, 1884, 'Mich&Jstore', 5450, 12, 31, 235.87, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29865, 1884, 'Mich&Jstore', 3677, 18, 31, 11.10, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29866, 1884, 'Mich&Jstore', 3690, 14, 31, 7.91, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29867, 1884, 'Mich&Jstore', 2448, 2, 31, 6.18, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29868, 1884, 'Mich&Jstore', 5137, 16, 31, 131.69, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29869, 1884, 'Mich&Jstore', 4215, 5, 31, 612.00, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29870, 1884, 'Mich&Jstore', 3074, 2, 31, 41.20, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29871, 1884, 'Mich&Jstore', 4378, 14, 31, 205.01, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29872, 1884, 'Mich&Jstore', 4839, 12, 31, 170.50, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29873, 1884, 'Mich&Jstore', 441, 17, 31, 37.95, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29874, 1884, 'Mich&Jstore', 3013, 19, 31, 433.16, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29875, 1884, 'Mich&Jstore', 380, 7, 31, 12.57, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29876, 1884, 'Mich&Jstore', 1294, 19, 31, 18.33, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29877, 1884, 'Mich&Jstore', 4986, 14, 31, 11.42, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29878, 1884, 'Mich&Jstore', 3284, 5, 31, 3780.00, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29879, 1884, 'Mich&Jstore', 4204, 5, 31, 25.29, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29880, 1884, 'Mich&Jstore', 5589, 12, 31, 153.47, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29881, 1884, 'Mich&Jstore', 42, 2, 31, 130.00, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29882, 1884, 'Mich&Jstore', 5712, 15, 31, 213.06, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29883, 1884, 'Mich&Jstore', 2049, 12, 31, 9.22, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29884, 1884, 'Mich&Jstore', 5653, 10, 31, 1081.50, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29885, 1884, 'Mich&Jstore', 1612, 14, 31, 42.35, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29886, 1884, 'Mich&Jstore', 1823, 10, 31, 14.44, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29887, 1884, 'Mich&Jstore', 5730, 10, 31, 25.25, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29888, 1884, 'Mich&Jstore', 5266, 16, 31, 202.94, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29889, 1884, 'Mich&Jstore', 3800, 19, 31, 1775.50, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29890, 1884, 'Mich&Jstore', 3300, 15, 31, 26.26, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29891, 1884, 'Mich&Jstore', 3476, 10, 31, 84.63, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29892, 1884, 'Mich&Jstore', 974, 5, 31, 40.80, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29893, 1884, 'Mich&Jstore', 4999, 14, 31, 19.36, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29894, 1884, 'Mich&Jstore', 5690, 10, 31, 26.59, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29895, 1884, 'Mich&Jstore', 5454, 12, 31, 9973.60, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29896, 1884, 'Mich&Jstore', 3455, 11, 31, 5.35, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29897, 1884, 'Mich&Jstore', 1943, 18, 31, 677.34, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29898, 1884, 'Mich&Jstore', 997, 1, 31, 114.71, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29899, 1884, 'Mich&Jstore', 5954, 11, 31, 182.58, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29900, 1884, 'Mich&Jstore', 1422, 10, 31, 19.60, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29901, 1884, 'Mich&Jstore', 5853, 15, 31, 387.59, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29902, 1884, 'Mich&Jstore', 2651, 17, 31, 16.95, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29903, 1884, 'Mich&Jstore', 2184, 17, 31, 4.68, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29904, 1884, 'Mich&Jstore', 2957, 18, 31, 1144.00, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29905, 1884, 'Mich&Jstore', 3018, 14, 31, 2.60, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29906, 1884, 'Mich&Jstore', 1163, 18, 31, 18.35, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29907, 1884, 'Mich&Jstore', 2079, 10, 31, 20.39, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29908, 1884, 'Mich&Jstore', 332, 18, 31, 474.63, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29909, 1884, 'Mich&Jstore', 1912, 10, 31, 3.88, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29910, 1884, 'Mich&Jstore', 5761, 13, 31, 2.06, 1, 1, 'ai_bid', '2024-08-10 12:04:03', '2024-08-10 12:04:03', '2024-08-11 12:05:05'),
(29911, 1902, 'Good bargain stores', 5104, 13, 26, 71.70, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29912, 1902, 'Good bargain stores', 3907, 16, 26, 26.25, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29913, 1902, 'Good bargain stores', 4670, 12, 26, 5.94, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29914, 1902, 'Good bargain stores', 5859, 17, 26, 206.70, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29915, 1902, 'Good bargain stores', 1236, 10, 26, 104.82, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29916, 1902, 'Good bargain stores', 3298, 16, 26, 25.74, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29917, 1902, 'Good bargain stores', 4085, 5, 26, 11.29, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29918, 1902, 'Good bargain stores', 4938, 14, 26, 9.45, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29919, 1902, 'Good bargain stores', 2264, 19, 26, 62.54, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29920, 1902, 'Good bargain stores', 1410, 15, 26, 15.44, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29921, 1902, 'Good bargain stores', 1206, 14, 26, 10.09, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29922, 1902, 'Good bargain stores', 1895, 14, 26, 54.38, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29923, 1902, 'Good bargain stores', 661, 1, 26, 6.30, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29924, 1902, 'Good bargain stores', 5948, 17, 26, 3.51, 1, 1, 'ai_bid', '2024-08-10 12:56:03', '2024-08-10 12:56:03', '2024-08-11 12:57:02'),
(29925, 1902, 'Good bargain stores', 5271, 16, 27, 606.00, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29926, 1902, 'Good bargain stores', 5288, 16, 27, 22.50, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29927, 1902, 'Good bargain stores', 2779, 17, 27, 8125.67, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29928, 1902, 'Good bargain stores', 6096, 15, 27, 10.29, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29929, 1902, 'Good bargain stores', 5517, 10, 27, 23.51, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29930, 1902, 'Good bargain stores', 5438, 16, 27, 17.22, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29931, 1902, 'Good bargain stores', 2888, 14, 27, 7.82, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29932, 1902, 'Good bargain stores', 4235, 18, 27, 92.48, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29933, 1902, 'Good bargain stores', 1295, 15, 27, 8.35, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29934, 1902, 'Good bargain stores', 2881, 14, 27, 52.99, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29935, 1902, 'Good bargain stores', 25, 2, 27, 8.16, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29936, 1902, 'Good bargain stores', 2639, 18, 27, 10.50, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29937, 1902, 'Good bargain stores', 89, 2, 27, 121.20, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29938, 1902, 'Good bargain stores', 1892, 19, 27, 10.67, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29939, 1902, 'Good bargain stores', 3519, 10, 27, 46.17, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29940, 1902, 'Good bargain stores', 4353, 18, 27, 524.69, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29941, 1902, 'Good bargain stores', 3151, 4, 27, 1043.05, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29942, 1902, 'Good bargain stores', 1876, 19, 27, 32.97, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29943, 1902, 'Good bargain stores', 688, 19, 27, 2683.57, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29944, 1902, 'Good bargain stores', 2966, 15, 27, 520.00, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29945, 1902, 'Good bargain stores', 5077, 14, 27, 9.17, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29946, 1902, 'Good bargain stores', 1842, 19, 27, 1.05, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29947, 1902, 'Good bargain stores', 261, 2, 27, 21.83, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29948, 1902, 'Good bargain stores', 1193, 18, 27, 39.90, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29949, 1902, 'Good bargain stores', 5866, 15, 27, 146.76, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29950, 1902, 'Good bargain stores', 1397, 19, 27, 602.97, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29951, 1902, 'Good bargain stores', 2333, 5, 27, 201.40, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29952, 1902, 'Good bargain stores', 4427, 16, 27, 41.81, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29953, 1902, 'Good bargain stores', 2860, 13, 27, 55.58, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29954, 1902, 'Good bargain stores', 6132, 11, 27, 41.60, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29955, 1902, 'Good bargain stores', 1868, 16, 27, 41.16, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29956, 1902, 'Good bargain stores', 1694, 19, 27, 15.22, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29957, 1902, 'Good bargain stores', 3755, 14, 27, 15.29, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29958, 1902, 'Good bargain stores', 6145, 11, 27, 10.49, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29959, 1902, 'Good bargain stores', 3908, 16, 27, 41.81, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29960, 1902, 'Good bargain stores', 1034, 5, 27, 103.99, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29961, 1902, 'Good bargain stores', 2959, 17, 27, 384.19, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29962, 1902, 'Good bargain stores', 748, 19, 27, 9.54, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29963, 1902, 'Good bargain stores', 3970, 16, 27, 17.33, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29964, 1902, 'Good bargain stores', 1894, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-08-10 13:29:02', '2024-08-10 13:29:02', '2024-08-11 13:29:02'),
(29965, 1850, 'Chanadus', 1927, 10, 24, 38.90, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29966, 1850, 'Chanadus', 4959, 13, 24, 265.20, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29967, 1850, 'Chanadus', 1052, 19, 24, 60.59, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29968, 1850, 'Chanadus', 2181, 17, 24, 8.64, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29969, 1850, 'Chanadus', 637, 5, 24, 304.98, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29970, 1850, 'Chanadus', 5352, 16, 24, 17.16, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29971, 1850, 'Chanadus', 3201, 5, 24, 236.24, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29972, 1850, 'Chanadus', 58, 2, 24, 33.60, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29973, 1850, 'Chanadus', 5954, 11, 24, 187.95, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29974, 1850, 'Chanadus', 1712, 5, 24, 63.60, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29975, 1850, 'Chanadus', 1014, 16, 24, 114.45, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29976, 1850, 'Chanadus', 4998, 13, 24, 117.30, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29977, 1850, 'Chanadus', 5904, 11, 24, 105.06, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29978, 1850, 'Chanadus', 3350, 7, 24, 41.19, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29979, 1850, 'Chanadus', 1332, 15, 24, 21.19, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29980, 1850, 'Chanadus', 6157, 11, 24, 14.40, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29981, 1850, 'Chanadus', 5622, 10, 24, 7.71, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29982, 1850, 'Chanadus', 4309, 15, 24, 4.23, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29983, 1850, 'Chanadus', 1952, 19, 24, 1.31, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29984, 1850, 'Chanadus', 734, 19, 24, 0.23, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29985, 1850, 'Chanadus', 949, 5, 24, 0.31, 1, 1, 'ai_bid', '2024-08-10 14:54:03', '2024-08-10 14:54:03', '2024-08-11 14:55:02'),
(29986, 1915, 'BnBGlobal', 2351, 5, NULL, 51.00, 1, 1, 'manual_bid', '2024-08-11 03:06:32', '2024-08-11 03:06:32', '2024-08-12 03:07:02'),
(29987, 1915, 'BnBGlobal', 3321, 5, NULL, 51.00, 1, 1, 'manual_bid', '2024-08-11 03:12:42', '2024-08-11 03:12:42', '2024-08-12 03:13:02'),
(29988, 1915, 'BnBGlobal', 642, 5, NULL, 2.00, 2, 1, 'manual_bid', '2024-08-11 03:22:10', '2024-08-11 03:22:10', '2024-08-12 03:23:01'),
(29989, 1925, 'Frankie fast store', 5532, 12, 30, 126.24, 1, 1, 'ai_bid', '2024-08-11 05:05:03', '2024-08-11 05:05:03', '2024-08-12 05:05:03'),
(29990, 1925, 'Frankie fast store', 5166, 16, 30, 241.49, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29991, 1925, 'Frankie fast store', 3843, 15, 30, 72.10, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29992, 1925, 'Frankie fast store', 1319, 2, 30, 936.00, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29993, 1925, 'Frankie fast store', 945, 5, 30, 9.18, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29994, 1925, 'Frankie fast store', 631, 14, 30, 11.44, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29995, 1925, 'Frankie fast store', 413, 18, 30, 31.29, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29996, 1925, 'Frankie fast store', 4076, 18, 30, 40.79, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29997, 1925, 'Frankie fast store', 1255, 18, 30, 353.50, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29998, 1925, 'Frankie fast store', 3722, 13, 30, 2.12, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(29999, 1925, 'Frankie fast store', 4536, 14, 30, 65.71, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30000, 1925, 'Frankie fast store', 2873, 14, 30, 25.74, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30001, 1925, 'Frankie fast store', 1920, 12, 30, 40.39, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30002, 1925, 'Frankie fast store', 2188, 19, 30, 1030.00, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30003, 1925, 'Frankie fast store', 5995, 17, 30, 202.77, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30004, 1925, 'Frankie fast store', 1832, 5, 30, 2.73, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30005, 1925, 'Frankie fast store', 4808, 17, 30, 7.37, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30006, 1925, 'Frankie fast store', 6152, 11, 30, 25.22, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30007, 1925, 'Frankie fast store', 4288, 18, 30, 222.60, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30008, 1925, 'Frankie fast store', 3086, 2, 30, 14.55, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30009, 1925, 'Frankie fast store', 6030, 11, 30, 20.40, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30010, 1925, 'Frankie fast store', 3838, 16, 30, 9.17, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30011, 1925, 'Frankie fast store', 2758, 14, 30, 858.50, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30012, 1925, 'Frankie fast store', 1452, 15, 30, 28.73, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30013, 1925, 'Frankie fast store', 1795, 17, 30, 20.80, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30014, 1925, 'Frankie fast store', 1119, 19, 30, 144.20, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30015, 1925, 'Frankie fast store', 1640, 19, 30, 1.05, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30016, 1925, 'Frankie fast store', 1178, 14, 30, 54.07, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30017, 1925, 'Frankie fast store', 585, 19, 30, 474.70, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30018, 1925, 'Frankie fast store', 813, 14, 30, 11.67, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30019, 1925, 'Frankie fast store', 2012, 4, 30, 206.75, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30020, 1925, 'Frankie fast store', 6018, 17, 30, 20.19, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30021, 1925, 'Frankie fast store', 529, 17, 30, 37.43, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30022, 1925, 'Frankie fast store', 3900, 2, 30, 484.80, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30023, 1925, 'Frankie fast store', 2715, 16, 30, 36.03, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30024, 1925, 'Frankie fast store', 1326, 15, 30, 33.89, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30025, 1925, 'Frankie fast store', 5800, 15, 30, 1616.00, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30026, 1925, 'Frankie fast store', 351, 15, 30, 70.34, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30027, 1925, 'Frankie fast store', 2037, 17, 30, 75.47, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30028, 1925, 'Frankie fast store', 5723, 15, 30, 741.60, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30029, 1925, 'Frankie fast store', 1100, 19, 30, 115.83, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30030, 1925, 'Frankie fast store', 3959, 5, 30, 52.00, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30031, 1925, 'Frankie fast store', 4852, 17, 30, 937.37, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30032, 1925, 'Frankie fast store', 4584, 16, 30, 314.99, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30033, 1925, 'Frankie fast store', 4905, 11, 30, 32.32, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30034, 1925, 'Frankie fast store', 2315, 19, 30, 578.55, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30035, 1925, 'Frankie fast store', 1988, 19, 30, 6.29, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30036, 1925, 'Frankie fast store', 2475, 16, 30, 26.17, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30037, 1925, 'Frankie fast store', 4572, 5, 30, 15.37, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30038, 1925, 'Frankie fast store', 85, 2, 30, 180.20, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30039, 1925, 'Frankie fast store', 2761, 14, 30, 1378.00, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30040, 1925, 'Frankie fast store', 886, 7, 30, 61.18, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30041, 1925, 'Frankie fast store', 4406, 15, 30, 24.47, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30042, 1925, 'Frankie fast store', 4716, 12, 30, 60.08, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30043, 1925, 'Frankie fast store', 2307, 2, 30, 48.91, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30044, 1925, 'Frankie fast store', 4799, 12, 30, 52.52, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30045, 1925, 'Frankie fast store', 4742, 14, 30, 40.17, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30046, 1925, 'Frankie fast store', 5523, 10, 30, 29.20, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30047, 1925, 'Frankie fast store', 1629, 19, 30, 10.16, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30048, 1925, 'Frankie fast store', 1724, 5, 30, 2.29, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30049, 1925, 'Frankie fast store', 2608, 19, 30, 10.10, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30050, 1925, 'Frankie fast store', 5757, 15, 30, 4.50, 1, 1, 'ai_bid', '2024-08-11 05:05:04', '2024-08-11 05:05:04', '2024-08-12 05:06:02'),
(30051, 1912, 'Linus', 1485, 15, 29, 567.35, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30052, 1912, 'Linus', 5884, 13, 29, 20.99, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30053, 1912, 'Linus', 4533, 16, 29, 29.39, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30054, 1912, 'Linus', 1449, 10, 29, 15.83, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30055, 1912, 'Linus', 3432, 14, 29, 602.55, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30056, 1912, 'Linus', 2622, 14, 29, 29.32, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30057, 1912, 'Linus', 4027, 17, 29, 22.87, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30058, 1912, 'Linus', 1778, 12, 29, 203.00, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30059, 1912, 'Linus', 1069, 19, 29, 20.99, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30060, 1912, 'Linus', 2604, 17, 29, 15.14, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30061, 1912, 'Linus', 5853, 15, 29, 402.79, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30062, 1912, 'Linus', 2761, 14, 29, 1352.00, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30063, 1912, 'Linus', 994, 18, 29, 37.35, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30064, 1912, 'Linus', 1366, 15, 29, 198.45, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30065, 1912, 'Linus', 4322, 18, 29, 713.44, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30066, 1912, 'Linus', 3209, 17, 29, 22.44, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(30067, 1912, 'Linus', 494, 19, 29, 16.67, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30068, 1912, 'Linus', 4089, 14, 29, 19.76, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30069, 1912, 'Linus', 238, 5, 29, 16.80, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30070, 1912, 'Linus', 4741, 12, 29, 11.23, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30071, 1912, 'Linus', 5805, 13, 29, 18.53, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30072, 1912, 'Linus', 2547, 19, 29, 208.00, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30073, 1912, 'Linus', 5906, 13, 29, 136.49, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30074, 1912, 'Linus', 5942, 17, 29, 7.08, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30075, 1912, 'Linus', 1827, 19, 29, 0.13, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30076, 1912, 'Linus', 719, 18, 29, 19.05, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30077, 1912, 'Linus', 280, 18, 29, 292.55, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30078, 1912, 'Linus', 2811, 15, 29, 48.29, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30079, 1912, 'Linus', 1057, 17, 29, 32.45, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30080, 1912, 'Linus', 927, 14, 29, 412.12, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30081, 1912, 'Linus', 1612, 14, 29, 41.13, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30082, 1912, 'Linus', 2325, 19, 29, 113.30, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30083, 1912, 'Linus', 1710, 10, 29, 21.00, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30084, 1912, 'Linus', 1128, 19, 29, 376.95, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30085, 1912, 'Linus', 1615, 18, 29, 150.52, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30086, 1912, 'Linus', 2416, 19, 29, 26.16, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30087, 1912, 'Linus', 1720, 18, 29, 1734.00, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30088, 1912, 'Linus', 2637, 14, 29, 16.47, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30089, 1912, 'Linus', 5311, 14, 29, 105.95, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30090, 1912, 'Linus', 1794, 2, 29, 159.00, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30091, 1912, 'Linus', 4764, 12, 29, 2.44, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30092, 1912, 'Linus', 497, 19, 29, 2058.97, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30093, 1912, 'Linus', 3622, 17, 29, 917.99, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30094, 1912, 'Linus', 3766, 15, 29, 16.08, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30095, 1912, 'Linus', 2638, 14, 29, 48.29, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30096, 1912, 'Linus', 5453, 12, 29, 255.53, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30097, 1912, 'Linus', 4507, 16, 29, 40.89, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30098, 1912, 'Linus', 5798, 15, 29, 1236.00, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30099, 1912, 'Linus', 4406, 15, 29, 25.43, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30100, 1912, 'Linus', 2636, 18, 29, 24.51, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30101, 1912, 'Linus', 220, 12, 29, 147.74, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30102, 1912, 'Linus', 5278, 16, 29, 53.11, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30103, 1912, 'Linus', 963, 5, 29, 2.10, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30104, 1912, 'Linus', 5558, 10, 29, 3.06, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30105, 1912, 'Linus', 2023, 19, 29, 1.01, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30106, 1912, 'Linus', 2041, 5, 29, 2.10, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30107, 1912, 'Linus', 756, 19, 29, 0.46, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30108, 1912, 'Linus', 1844, 19, 29, 0.30, 1, 1, 'ai_bid', '2024-08-11 05:11:02', '2024-08-11 05:11:02', '2024-08-12 05:11:02'),
(30109, 1886, 'Lovenest Luxe', 3892, 2, NULL, 100.00, 3, 1, 'manual_bid', '2024-08-11 06:41:40', '2024-08-11 06:41:40', '2024-08-12 06:42:02'),
(30110, 1886, 'Lovenest Luxe', 1066, 4, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-11 06:43:59', '2024-08-11 06:43:59', '2024-08-12 06:44:04'),
(30111, 1921, 'Baeniiz', 3920, 2, NULL, 52.00, 1, 1, 'manual_bid', '2024-08-11 07:04:29', '2024-08-11 07:04:29', '2024-08-12 07:05:03'),
(30112, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-11 07:10:00', '2024-08-11 07:10:00', '2024-08-12 07:10:02'),
(30113, 1920, 'Nizzy', 1582, 4, NULL, 9.00, 3, 1, 'manual_bid', '2024-08-11 07:10:53', '2024-08-11 07:10:53', '2024-08-12 07:11:02'),
(30114, 1850, 'Chanadus', 3792, 19, NULL, 230.00, 9, 1, 'manual_bid', '2024-08-11 08:04:52', '2024-08-11 08:04:52', '2024-08-12 08:05:03'),
(30115, 1869, 'Anatoliy fast store', 3276, 5, 25, 202.00, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30116, 1869, 'Anatoliy fast store', 1296, 19, 25, 47.70, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30117, 1869, 'Anatoliy fast store', 5013, 13, 25, 47.76, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30118, 1869, 'Anatoliy fast store', 5158, 16, 25, 90.72, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30119, 1869, 'Anatoliy fast store', 2456, 2, 25, 12.01, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30120, 1869, 'Anatoliy fast store', 366, 7, 25, 2.13, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30121, 1869, 'Anatoliy fast store', 284, 14, 25, 132.60, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30122, 1869, 'Anatoliy fast store', 3134, 2, 25, 343.53, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30123, 1869, 'Anatoliy fast store', 2019, 4, 25, 227.46, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30124, 1869, 'Anatoliy fast store', 1963, 5, 25, 11.40, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30125, 1869, 'Anatoliy fast store', 5086, 13, 25, 157.03, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30126, 1869, 'Anatoliy fast store', 1970, 4, 25, 175.10, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30127, 1869, 'Anatoliy fast store', 4704, 12, 25, 1.26, 1, 1, 'ai_bid', '2024-08-11 08:07:02', '2024-08-11 08:07:02', '2024-08-12 08:07:02'),
(30128, 1850, 'Chanadus', 202, 18, NULL, 104.00, 2, 1, 'manual_bid', '2024-08-11 08:11:10', '2024-08-11 08:11:10', '2024-08-12 08:12:02'),
(30129, 1850, 'Chanadus', 969, 18, NULL, 4.20, 2, 1, 'manual_bid', '2024-08-11 08:12:21', '2024-08-11 08:12:21', '2024-08-12 08:13:02'),
(30130, 1850, 'Chanadus', 624, 5, NULL, 1.00, 1, 1, 'manual_bid', '2024-08-11 08:13:36', '2024-08-11 08:13:36', '2024-08-12 08:14:02'),
(30131, 1876, 'Etiuko', 1200, 18, 28, 9.45, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30132, 1876, 'Etiuko', 298, 18, 28, 9.52, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30133, 1876, 'Etiuko', 3453, 10, 28, 16.77, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30134, 1876, 'Etiuko', 6013, 17, 28, 34.97, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30135, 1876, 'Etiuko', 2704, 14, 28, 16.32, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30136, 1876, 'Etiuko', 4948, 14, 28, 19.19, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30137, 1876, 'Etiuko', 1132, 16, 28, 26.66, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30138, 1876, 'Etiuko', 1588, 4, 28, 3.18, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30139, 1876, 'Etiuko', 1031, 19, 28, 10.10, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30140, 1876, 'Etiuko', 81, 2, 28, 4.16, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30141, 1876, 'Etiuko', 4764, 12, 28, 2.44, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30142, 1876, 'Etiuko', 761, 7, 28, 2.59, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30143, 1876, 'Etiuko', 5764, 13, 28, 1.46, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30144, 1876, 'Etiuko', 803, 19, 28, 0.20, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30145, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-08-11 08:34:02', '2024-08-11 08:34:02', '2024-08-12 08:34:02'),
(30146, 1884, 'Mich&Jstore', 4627, 15, 31, 140.39, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30147, 1884, 'Mich&Jstore', 5535, 10, 31, 323.24, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30148, 1884, 'Mich&Jstore', 6063, 11, 31, 12.12, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30149, 1884, 'Mich&Jstore', 3027, 14, 31, 3328.00, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30150, 1884, 'Mich&Jstore', 5505, 10, 31, 84.23, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30151, 1884, 'Mich&Jstore', 4441, 15, 31, 33.92, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30152, 1884, 'Mich&Jstore', 2924, 14, 31, 30.83, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30153, 1884, 'Mich&Jstore', 2889, 14, 31, 21.19, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30154, 1884, 'Mich&Jstore', 467, 19, 31, 37.53, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30155, 1884, 'Mich&Jstore', 861, 13, 31, 210.94, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30156, 1884, 'Mich&Jstore', 3208, 5, 31, 1627.50, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30157, 1884, 'Mich&Jstore', 530, 17, 31, 12.97, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30158, 1884, 'Mich&Jstore', 29, 2, 31, 447.20, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30159, 1884, 'Mich&Jstore', 2235, 19, 31, 31.21, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30160, 1884, 'Mich&Jstore', 5832, 11, 31, 50.96, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30161, 1884, 'Mich&Jstore', 6009, 17, 31, 20.12, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30162, 1884, 'Mich&Jstore', 5223, 13, 31, 734.99, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30163, 1884, 'Mich&Jstore', 644, 18, 31, 38934.00, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30164, 1884, 'Mich&Jstore', 2715, 16, 31, 36.73, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30165, 1884, 'Mich&Jstore', 5558, 10, 31, 3.15, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30166, 1884, 'Mich&Jstore', 2937, 19, 31, 808.00, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30167, 1884, 'Mich&Jstore', 2741, 18, 31, 20.79, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30168, 1884, 'Mich&Jstore', 624, 5, 31, 1.02, 1, 1, 'ai_bid', '2024-08-11 13:17:02', '2024-08-11 13:17:02', '2024-08-12 13:18:02'),
(30169, 1884, 'Mich&Jstore', 849, 10, 31, 45.00, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30170, 1884, 'Mich&Jstore', 5004, 13, 31, 19.76, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30171, 1884, 'Mich&Jstore', 2623, 14, 31, 9.39, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30172, 1884, 'Mich&Jstore', 125, 18, 31, 87.36, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30173, 1884, 'Mich&Jstore', 4497, 15, 31, 15.14, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30174, 1884, 'Mich&Jstore', 5355, 13, 31, 3891.36, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30175, 1884, 'Mich&Jstore', 3942, 5, 31, 90.64, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30176, 1884, 'Mich&Jstore', 5144, 16, 31, 35.34, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30177, 1884, 'Mich&Jstore', 2699, 14, 31, 40.79, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30178, 1884, 'Mich&Jstore', 4005, 18, 31, 530.88, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30179, 1884, 'Mich&Jstore', 1401, 10, 31, 10.70, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30180, 1884, 'Mich&Jstore', 5208, 13, 31, 176.39, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30181, 1884, 'Mich&Jstore', 6012, 17, 31, 33.88, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30182, 1884, 'Mich&Jstore', 1396, 18, 31, 219.98, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30183, 1884, 'Mich&Jstore', 2162, 17, 31, 50.95, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30184, 1884, 'Mich&Jstore', 2134, 2, 31, 37.07, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30185, 1884, 'Mich&Jstore', 551, 18, 31, 28.84, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30186, 1884, 'Mich&Jstore', 3817, 11, 31, 1044.75, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30187, 1884, 'Mich&Jstore', 4348, 18, 31, 241.49, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30188, 1884, 'Mich&Jstore', 6025, 11, 31, 101.96, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30189, 1884, 'Mich&Jstore', 2558, 10, 31, 43.85, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30190, 1884, 'Mich&Jstore', 1133, 19, 31, 26.00, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30191, 1884, 'Mich&Jstore', 2163, 10, 31, 50.47, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30192, 1884, 'Mich&Jstore', 3835, 16, 31, 3.92, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30193, 1884, 'Mich&Jstore', 4343, 18, 31, 174.71, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30194, 1884, 'Mich&Jstore', 1894, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30195, 1884, 'Mich&Jstore', 1168, 18, 31, 84.80, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30196, 1884, 'Mich&Jstore', 4784, 17, 31, 20.89, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30197, 1884, 'Mich&Jstore', 5804, 13, 31, 30.59, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30198, 1884, 'Mich&Jstore', 3829, 16, 31, 12.08, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30199, 1884, 'Mich&Jstore', 4965, 14, 31, 9.27, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30200, 1884, 'Mich&Jstore', 5812, 17, 31, 1.56, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30201, 1884, 'Mich&Jstore', 1844, 19, 31, 0.31, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30202, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-11 13:17:03', '2024-08-11 13:17:03', '2024-08-12 13:18:02'),
(30203, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-11 13:18:03', '2024-08-11 13:18:03', '2024-08-12 13:19:02'),
(30204, 1798, 'Feelyards', 1066, 4, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-11 13:58:59', '2024-08-11 13:58:59', '2024-08-12 13:59:01'),
(30205, 1798, 'Feelyards', 116, 2, NULL, 100.00, 1, 1, 'manual_bid', '2024-08-11 14:03:33', '2024-08-11 14:03:33', '2024-08-12 14:04:02'),
(30206, 1902, 'Good bargain stores', 2158, 17, 26, 47.25, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30207, 1902, 'Good bargain stores', 401, 16, 26, 263.68, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30208, 1902, 'Good bargain stores', 1832, 5, 26, 2.78, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30209, 1902, 'Good bargain stores', 6099, 15, 26, 8.22, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30210, 1902, 'Good bargain stores', 5380, 14, 26, 30.51, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30211, 1902, 'Good bargain stores', 3777, 13, 26, 8.22, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30212, 1902, 'Good bargain stores', 2585, 14, 26, 20.99, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30213, 1902, 'Good bargain stores', 5906, 13, 26, 131.29, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30214, 1902, 'Good bargain stores', 5768, 15, 26, 5.54, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30215, 1902, 'Good bargain stores', 776, 7, 26, 9.26, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30216, 1902, 'Good bargain stores', 4126, 5, 26, 83.81, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30217, 1902, 'Good bargain stores', 1740, 5, 26, 3.12, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30218, 1902, 'Good bargain stores', 3228, 5, 26, 2.88, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30219, 1902, 'Good bargain stores', 1829, 5, 26, 0.79, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30220, 1902, 'Good bargain stores', 734, 19, 26, 0.23, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30221, 1902, 'Good bargain stores', 803, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30222, 1902, 'Good bargain stores', 1894, 19, 26, 0.21, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30223, 1902, 'Good bargain stores', 1850, 5, 26, 0.58, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30224, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-08-11 14:08:03', '2024-08-11 14:08:03', '2024-08-12 14:09:02'),
(30225, 1902, 'Good bargain stores', 487, 19, 27, 7665.00, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30226, 1902, 'Good bargain stores', 2350, 19, 27, 8.08, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30227, 1902, 'Good bargain stores', 3731, 10, 27, 139.76, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30228, 1902, 'Good bargain stores', 1396, 18, 27, 222.16, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30229, 1902, 'Good bargain stores', 3374, 15, 27, 1530.00, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30230, 1902, 'Good bargain stores', 3313, 5, 27, 14.42, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30231, 1902, 'Good bargain stores', 1456, 19, 27, 27.56, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30232, 1902, 'Good bargain stores', 5682, 10, 27, 519.95, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30233, 1902, 'Good bargain stores', 720, 18, 27, 39.09, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30234, 1902, 'Good bargain stores', 3665, 10, 27, 29.63, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30235, 1902, 'Good bargain stores', 23, 2, 27, 150.49, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30236, 1902, 'Good bargain stores', 4780, 14, 27, 1817.99, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30237, 1902, 'Good bargain stores', 4820, 12, 27, 66.81, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30238, 1902, 'Good bargain stores', 3582, 12, 27, 4.12, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30239, 1902, 'Good bargain stores', 5395, 17, 27, 88.67, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30240, 1902, 'Good bargain stores', 1603, 15, 27, 35.25, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30241, 1902, 'Good bargain stores', 1630, 4, 27, 40.68, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30242, 1902, 'Good bargain stores', 3266, 7, 27, 247.21, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30243, 1902, 'Good bargain stores', 3945, 16, 27, 46.91, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30244, 1902, 'Good bargain stores', 1127, 19, 27, 56.42, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30245, 1902, 'Good bargain stores', 940, 5, 27, 72.60, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30246, 1902, 'Good bargain stores', 681, 13, 27, 23.10, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30247, 1902, 'Good bargain stores', 5297, 14, 27, 101.00, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30248, 1902, 'Good bargain stores', 3198, 4, 27, 51.84, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30249, 1902, 'Good bargain stores', 4104, 5, 27, 2.10, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30250, 1902, 'Good bargain stores', 1053, 4, 27, 3.66, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30251, 1902, 'Good bargain stores', 147, 2, 27, 72.80, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30252, 1902, 'Good bargain stores', 1374, 2, 27, 114.45, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30253, 1902, 'Good bargain stores', 2204, 16, 27, 59.36, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30254, 1902, 'Good bargain stores', 3958, 5, 27, 412.00, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30255, 1902, 'Good bargain stores', 5385, 17, 27, 156.50, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30256, 1902, 'Good bargain stores', 3033, 18, 27, 123.73, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30257, 1902, 'Good bargain stores', 978, 16, 27, 13.65, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30258, 1902, 'Good bargain stores', 2871, 17, 27, 53.41, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30259, 1902, 'Good bargain stores', 3784, 13, 27, 96.90, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30260, 1902, 'Good bargain stores', 659, 10, 27, 8.40, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30261, 1902, 'Good bargain stores', 3779, 7, 27, 60.12, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30262, 1902, 'Good bargain stores', 98, 2, 27, 131.58, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30263, 1902, 'Good bargain stores', 3041, 14, 27, 16.77, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30264, 1902, 'Good bargain stores', 1614, 19, 27, 4.15, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30265, 1902, 'Good bargain stores', 5369, 13, 27, 63.59, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30266, 1902, 'Good bargain stores', 2701, 15, 27, 20.56, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30267, 1902, 'Good bargain stores', 445, 19, 27, 1254.75, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30268, 1902, 'Good bargain stores', 3683, 10, 27, 206.61, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30269, 1902, 'Good bargain stores', 1246, 18, 27, 63.00, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30270, 1902, 'Good bargain stores', 3330, 7, 27, 21.62, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30271, 1902, 'Good bargain stores', 2037, 17, 27, 75.47, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30272, 1902, 'Good bargain stores', 337, 15, 27, 16.77, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30273, 1902, 'Good bargain stores', 4523, 16, 27, 3.18, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30274, 1902, 'Good bargain stores', 5058, 16, 27, 18.89, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30275, 1902, 'Good bargain stores', 4906, 12, 27, 3.11, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30276, 1902, 'Good bargain stores', 3486, 10, 27, 6.62, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30277, 1902, 'Good bargain stores', 1523, 10, 27, 1.58, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30278, 1902, 'Good bargain stores', 734, 19, 27, 0.22, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30279, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-08-11 14:41:02', '2024-08-11 14:41:02', '2024-08-12 14:41:02'),
(30312, 1915, 'BnBGlobal', 2337, 5, NULL, 31.00, 3, 1, 'manual_bid', '2024-08-12 04:41:30', '2024-08-12 04:41:30', '2024-08-13 04:42:02'),
(30313, 1915, 'BnBGlobal', 1731, 5, NULL, 3.00, 5, 1, 'manual_bid', '2024-08-12 04:45:07', '2024-08-12 04:45:07', '2024-08-13 04:46:02'),
(30314, 1925, 'Frankie fast store', 5339, 14, 30, 101.95, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30315, 1925, 'Frankie fast store', 4106, 5, 30, 1.37, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30316, 1925, 'Frankie fast store', 3524, 13, 30, 814.98, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30317, 1925, 'Frankie fast store', 5318, 14, 30, 233.15, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30318, 1925, 'Frankie fast store', 5743, 16, 30, 10.09, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30319, 1925, 'Frankie fast store', 1106, 19, 30, 260.00, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30320, 1925, 'Frankie fast store', 5708, 15, 30, 208.00, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30321, 1925, 'Frankie fast store', 1537, 19, 30, 212.74, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30322, 1925, 'Frankie fast store', 4159, 18, 30, 28.34, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30323, 1925, 'Frankie fast store', 106, 2, 30, 120.77, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30324, 1925, 'Frankie fast store', 2989, 14, 30, 97.85, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30325, 1925, 'Frankie fast store', 4009, 18, 30, 1010.60, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30326, 1925, 'Frankie fast store', 3858, 16, 30, 72.41, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30327, 1925, 'Frankie fast store', 3952, 16, 30, 145.22, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30328, 1925, 'Frankie fast store', 1210, 15, 30, 4.28, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30329, 1925, 'Frankie fast store', 4269, 18, 30, 111.18, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30330, 1925, 'Frankie fast store', 1393, 15, 30, 41.75, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30331, 1925, 'Frankie fast store', 1163, 18, 30, 18.35, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30332, 1925, 'Frankie fast store', 439, 17, 30, 69.90, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30333, 1925, 'Frankie fast store', 1924, 13, 30, 11.86, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30334, 1925, 'Frankie fast store', 5762, 13, 30, 5.60, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30335, 1925, 'Frankie fast store', 4260, 14, 30, 40.27, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30336, 1925, 'Frankie fast store', 3431, 7, 30, 307.24, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30337, 1925, 'Frankie fast store', 3834, 15, 30, 52.50, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30338, 1925, 'Frankie fast store', 3029, 14, 30, 250.95, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30339, 1925, 'Frankie fast store', 944, 13, 30, 530.11, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30340, 1925, 'Frankie fast store', 5496, 10, 30, 61.60, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30341, 1925, 'Frankie fast store', 5692, 15, 30, 12.36, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30342, 1925, 'Frankie fast store', 2631, 14, 30, 41.20, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30343, 1925, 'Frankie fast store', 5185, 16, 30, 325.49, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30344, 1925, 'Frankie fast store', 404, 7, 30, 41.19, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30345, 1925, 'Frankie fast store', 1743, 5, 30, 51.46, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30346, 1925, 'Frankie fast store', 1798, 17, 30, 1537.00, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30347, 1925, 'Frankie fast store', 223, 5, 30, 389.54, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30348, 1925, 'Frankie fast store', 3177, 4, 30, 53.54, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30349, 1925, 'Frankie fast store', 2264, 19, 30, 60.18, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30350, 1925, 'Frankie fast store', 3929, 5, 30, 38.85, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30351, 1925, 'Frankie fast store', 707, 18, 30, 246.76, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30352, 1925, 'Frankie fast store', 699, 18, 30, 69.68, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30353, 1925, 'Frankie fast store', 4951, 14, 30, 9.18, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30354, 1925, 'Frankie fast store', 4840, 12, 30, 69.42, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30355, 1925, 'Frankie fast store', 5239, 16, 30, 32.10, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30356, 1925, 'Frankie fast store', 4768, 12, 30, 2.97, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30357, 1925, 'Frankie fast store', 3415, 15, 30, 100.98, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30358, 1925, 'Frankie fast store', 1923, 13, 30, 16.27, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30359, 1925, 'Frankie fast store', 3184, 5, 30, 9.67, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30360, 1925, 'Frankie fast store', 4258, 18, 30, 35.93, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30361, 1925, 'Frankie fast store', 1200, 18, 30, 9.27, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30362, 1925, 'Frankie fast store', 1762, 2, 30, 168.00, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30363, 1925, 'Frankie fast store', 4166, 5, 30, 373.70, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30364, 1925, 'Frankie fast store', 4262, 18, 30, 909.00, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30365, 1925, 'Frankie fast store', 3870, 2, 30, 23.92, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30366, 1925, 'Frankie fast store', 1053, 4, 30, 3.73, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30367, 1925, 'Frankie fast store', 30, 2, 30, 15.60, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30368, 1925, 'Frankie fast store', 270, 5, 30, 212.95, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30369, 1925, 'Frankie fast store', 248, 5, 30, 959.50, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30370, 1925, 'Frankie fast store', 3276, 5, 30, 210.00, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30371, 1925, 'Frankie fast store', 5850, 15, 30, 102.96, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30372, 1925, 'Frankie fast store', 650, 2, 30, 26.50, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30373, 1925, 'Frankie fast store', 2655, 18, 30, 308.88, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30374, 1925, 'Frankie fast store', 1278, 19, 30, 357.00, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30375, 1925, 'Frankie fast store', 5467, 17, 30, 51.60, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30376, 1925, 'Frankie fast store', 3771, 15, 30, 5.50, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30377, 1925, 'Frankie fast store', 1955, 16, 30, 3.61, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30378, 1925, 'Frankie fast store', 1922, 19, 30, 230.28, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30379, 1925, 'Frankie fast store', 3713, 14, 30, 18.80, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30380, 1925, 'Frankie fast store', 1494, 10, 30, 42.71, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30381, 1925, 'Frankie fast store', 633, 14, 30, 10.60, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30382, 1925, 'Frankie fast store', 2639, 18, 30, 10.20, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30383, 1925, 'Frankie fast store', 691, 5, 30, 6.06, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30384, 1925, 'Frankie fast store', 4400, 18, 30, 19.70, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30385, 1925, 'Frankie fast store', 3455, 11, 30, 5.45, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30386, 1925, 'Frankie fast store', 2649, 18, 30, 6.63, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30387, 1925, 'Frankie fast store', 2983, 10, 30, 106.04, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30388, 1925, 'Frankie fast store', 6124, 11, 30, 39.77, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30389, 1925, 'Frankie fast store', 717, 18, 30, 41.57, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30390, 1925, 'Frankie fast store', 654, 18, 30, 54.54, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30391, 1925, 'Frankie fast store', 3578, 12, 30, 16.53, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30392, 1925, 'Frankie fast store', 91, 2, 30, 197.96, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30393, 1925, 'Frankie fast store', 3069, 2, 30, 18.54, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30394, 1925, 'Frankie fast store', 292, 5, 30, 101.30, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30395, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30396, 1925, 'Frankie fast store', 1894, 19, 30, 0.20, 1, 1, 'ai_bid', '2024-08-12 06:17:03', '2024-08-12 06:17:03', '2024-08-13 06:18:02'),
(30397, 1912, 'Linus', 5109, 16, 29, 297.72, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30398, 1912, 'Linus', 3662, 10, 29, 21.96, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30399, 1912, 'Linus', 2554, 14, 29, 8.74, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30400, 1912, 'Linus', 2899, 14, 29, 13.25, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30401, 1912, 'Linus', 1955, 16, 29, 3.57, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30402, 1912, 'Linus', 4977, 14, 29, 5.19, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30403, 1912, 'Linus', 5449, 12, 29, 1341.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30404, 1912, 'Linus', 4917, 11, 29, 18.66, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30405, 1912, 'Linus', 2297, 19, 29, 4.20, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30406, 1912, 'Linus', 3273, 7, 29, 99.98, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30407, 1912, 'Linus', 5238, 16, 29, 205.01, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30408, 1912, 'Linus', 3879, 2, 29, 61.44, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30409, 1912, 'Linus', 1537, 19, 29, 210.74, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30410, 1912, 'Linus', 573, 17, 29, 30.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30411, 1912, 'Linus', 1530, 15, 29, 13.77, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30412, 1912, 'Linus', 5961, 17, 29, 13.50, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30413, 1912, 'Linus', 2262, 1, 29, 25.25, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30414, 1912, 'Linus', 2818, 17, 29, 17.84, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30415, 1912, 'Linus', 5750, 15, 29, 8.66, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30416, 1912, 'Linus', 5650, 15, 29, 15.90, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30417, 1912, 'Linus', 3198, 4, 29, 52.34, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30418, 1912, 'Linus', 1508, 19, 29, 306.00, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30419, 1912, 'Linus', 908, 19, 29, 20.28, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30420, 1912, 'Linus', 5573, 10, 29, 71.68, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30421, 1912, 'Linus', 5541, 10, 29, 39.10, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30422, 1912, 'Linus', 3228, 5, 29, 2.91, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30423, 1912, 'Linus', 5385, 17, 29, 164.25, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30424, 1912, 'Linus', 5112, 16, 29, 13.52, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30425, 1912, 'Linus', 1558, 18, 29, 20.46, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30426, 1912, 'Linus', 1534, 15, 29, 33.66, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30427, 1912, 'Linus', 2871, 17, 29, 52.40, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30428, 1912, 'Linus', 5933, 11, 29, 52.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30429, 1912, 'Linus', 6103, 11, 29, 32.59, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30430, 1912, 'Linus', 88, 2, 29, 1678.95, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30431, 1912, 'Linus', 3696, 18, 29, 30.28, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30432, 1912, 'Linus', 1196, 19, 29, 123.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30433, 1912, 'Linus', 5212, 16, 29, 60.89, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30434, 1912, 'Linus', 3028, 18, 29, 74.16, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30435, 1912, 'Linus', 6023, 15, 29, 11.71, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30436, 1912, 'Linus', 5654, 15, 29, 35.70, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30437, 1912, 'Linus', 2495, 10, 29, 35.69, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30438, 1912, 'Linus', 4075, 14, 29, 19.57, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30439, 1912, 'Linus', 1576, 4, 29, 2.63, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30440, 1912, 'Linus', 2528, 19, 29, 180.20, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30441, 1912, 'Linus', 5078, 16, 29, 62.39, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30442, 1912, 'Linus', 2829, 14, 29, 11.01, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30443, 1912, 'Linus', 4613, 14, 29, 382.71, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30444, 1912, 'Linus', 3667, 13, 29, 19.18, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30445, 1912, 'Linus', 1800, 5, 29, 170.10, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30446, 1912, 'Linus', 2199, 19, 29, 30.90, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30447, 1912, 'Linus', 1540, 2, 29, 33.99, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30448, 1912, 'Linus', 5101, 13, 29, 229.83, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30449, 1912, 'Linus', 5220, 13, 29, 105.05, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30450, 1912, 'Linus', 3532, 12, 29, 8.09, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30451, 1912, 'Linus', 3563, 12, 29, 10.09, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30452, 1912, 'Linus', 5749, 15, 29, 6.71, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30453, 1912, 'Linus', 2243, 19, 29, 1356.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30454, 1912, 'Linus', 1652, 17, 29, 14.30, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30455, 1912, 'Linus', 4275, 14, 29, 19.57, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30456, 1912, 'Linus', 1302, 15, 29, 185.40, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30457, 1912, 'Linus', 6008, 11, 29, 98.98, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30458, 1912, 'Linus', 5194, 16, 29, 1248.00, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30459, 1912, 'Linus', 4521, 16, 29, 13.38, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30460, 1912, 'Linus', 5785, 15, 29, 5.75, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30461, 1912, 'Linus', 2322, 10, 29, 59.84, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30462, 1912, 'Linus', 3884, 11, 29, 41.99, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30463, 1912, 'Linus', 3082, 2, 29, 12.10, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30464, 1912, 'Linus', 3268, 5, 29, 2.12, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30465, 1912, 'Linus', 2648, 16, 29, 13.77, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30466, 1912, 'Linus', 2534, 14, 29, 10.47, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(30467, 1912, 'Linus', 234, 12, 29, 527.57, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30468, 1912, 'Linus', 5187, 16, 29, 95.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30469, 1912, 'Linus', 681, 13, 29, 22.88, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30470, 1912, 'Linus', 3315, 5, 29, 9.09, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30471, 1912, 'Linus', 344, 18, 29, 349.87, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30472, 1912, 'Linus', 5549, 10, 29, 8.63, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30473, 1912, 'Linus', 5784, 15, 29, 624.00, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30474, 1912, 'Linus', 1175, 18, 29, 56.10, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30475, 1912, 'Linus', 820, 18, 29, 24.89, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30476, 1912, 'Linus', 2285, 5, 29, 92.70, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30477, 1912, 'Linus', 4077, 5, 29, 47.25, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30478, 1912, 'Linus', 5748, 13, 29, 10.39, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30479, 1912, 'Linus', 2307, 2, 29, 49.85, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30480, 1912, 'Linus', 5702, 10, 29, 47.23, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30481, 1912, 'Linus', 5270, 13, 29, 8.65, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30482, 1912, 'Linus', 4924, 13, 29, 158.53, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30483, 1912, 'Linus', 2502, 19, 29, 197.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30484, 1912, 'Linus', 2778, 14, 29, 31.38, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30485, 1912, 'Linus', 5723, 15, 29, 741.60, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30486, 1912, 'Linus', 158, 16, 29, 48.00, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30487, 1912, 'Linus', 1280, 19, 29, 20.89, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30488, 1912, 'Linus', 235, 12, 29, 218.33, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30489, 1912, 'Linus', 4688, 12, 29, 25.24, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30490, 1912, 'Linus', 1911, 18, 29, 23.74, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30491, 1912, 'Linus', 4704, 12, 29, 1.31, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30492, 1912, 'Linus', 1020, 5, 29, 6.32, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30493, 1912, 'Linus', 3426, 10, 29, 25.43, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30494, 1912, 'Linus', 233, 12, 29, 3.06, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30495, 1912, 'Linus', 3856, 11, 29, 41.70, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30496, 1912, 'Linus', 4024, 17, 29, 17.50, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30497, 1912, 'Linus', 5786, 15, 29, 13.05, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30498, 1912, 'Linus', 6026, 11, 29, 12.24, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30499, 1912, 'Linus', 4699, 14, 29, 15.36, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30500, 1912, 'Linus', 639, 14, 29, 4.20, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30501, 1912, 'Linus', 967, 5, 29, 3.09, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30502, 1912, 'Linus', 3296, 5, 29, 1.20, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30503, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-08-12 06:22:03', '2024-08-12 06:22:03', '2024-08-13 06:23:02'),
(30504, 1886, 'Lovenest Luxe', 35, 2, NULL, 31.00, 10, 1, 'manual_bid', '2024-08-12 07:46:35', '2024-08-12 07:46:35', '2024-08-13 07:47:02'),
(30505, 1921, 'Baeniiz', 3857, 2, NULL, 40.00, 1, 1, 'manual_bid', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-13 08:08:02'),
(30506, 1921, 'Baeniiz', 3057, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-08-12 08:07:49', '2024-08-12 08:07:49', '2024-08-13 08:08:02'),
(30507, 1920, 'Nizzy', 1374, 2, NULL, 110.00, 3, 1, 'manual_bid', '2024-08-12 08:12:49', '2024-08-12 08:12:49', '2024-08-13 08:13:02'),
(30508, 1869, 'Anatoliy fast store', 6143, 11, 25, 31.49, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30509, 1869, 'Anatoliy fast store', 90, 2, 25, 204.97, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30510, 1869, 'Anatoliy fast store', 5878, 11, 25, 363.60, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30511, 1869, 'Anatoliy fast store', 4859, 12, 25, 7.59, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30512, 1869, 'Anatoliy fast store', 3315, 5, 25, 9.27, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30513, 1869, 'Anatoliy fast store', 5763, 15, 25, 707.00, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30514, 1869, 'Anatoliy fast store', 735, 19, 25, 2.27, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30515, 1869, 'Anatoliy fast store', 4668, 12, 25, 1.48, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30516, 1869, 'Anatoliy fast store', 3594, 12, 25, 21.91, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30517, 1869, 'Anatoliy fast store', 3180, 5, 25, 12.11, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30518, 1869, 'Anatoliy fast store', 5990, 17, 25, 4.86, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30519, 1869, 'Anatoliy fast store', 5533, 12, 25, 18.17, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30520, 1869, 'Anatoliy fast store', 879, 7, 25, 49.09, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30521, 1869, 'Anatoliy fast store', 1277, 10, 25, 34.80, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30522, 1869, 'Anatoliy fast store', 1585, 13, 25, 1.59, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30523, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.13, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30524, 1869, 'Anatoliy fast store', 1887, 5, 25, 1.57, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30525, 1869, 'Anatoliy fast store', 803, 19, 25, 0.21, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30526, 1869, 'Anatoliy fast store', 734, 19, 25, 0.23, 1, 1, 'ai_bid', '2024-08-12 09:17:03', '2024-08-12 09:17:03', '2024-08-13 09:18:02'),
(30527, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.13, 1, 1, 'ai_bid', '2024-08-12 09:18:02', '2024-08-12 09:18:02', '2024-08-13 09:18:02'),
(30528, 1850, 'Chanadus', 700, 18, 32, 43.96, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30529, 1850, 'Chanadus', 30, 2, 32, 15.15, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30530, 1850, 'Chanadus', 2891, 19, 32, 31.80, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30531, 1850, 'Chanadus', 4522, 16, 32, 5.04, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30532, 1850, 'Chanadus', 5210, 13, 32, 35.69, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30533, 1850, 'Chanadus', 385, 10, 32, 171.84, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30534, 1850, 'Chanadus', 2496, 16, 32, 111.77, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30535, 1850, 'Chanadus', 4114, 5, 32, 304.50, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30536, 1850, 'Chanadus', 5372, 13, 32, 166.39, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:02'),
(30537, 1850, 'Chanadus', 2515, 16, 32, 80.53, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30538, 1850, 'Chanadus', 4502, 16, 32, 936.00, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30539, 1850, 'Chanadus', 1270, 10, 32, 9.43, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30540, 1850, 'Chanadus', 1177, 19, 32, 6.12, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30541, 1850, 'Chanadus', 4258, 18, 32, 37.34, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30542, 1850, 'Chanadus', 1022, 5, 32, 28.28, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30543, 1850, 'Chanadus', 2350, 19, 32, 8.40, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30544, 1850, 'Chanadus', 2103, 5, 32, 4.08, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30545, 1850, 'Chanadus', 1353, 15, 32, 2.15, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30546, 1850, 'Chanadus', 6104, 11, 32, 1.50, 1, 1, 'ai_bid', '2024-08-12 09:24:03', '2024-08-12 09:24:03', '2024-08-13 09:25:03'),
(30547, 1876, 'Etiuko', 2622, 14, 28, 30.77, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30548, 1876, 'Etiuko', 6066, 15, 28, 15.99, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30549, 1876, 'Etiuko', 2550, 14, 28, 29.98, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30550, 1876, 'Etiuko', 5270, 13, 28, 8.57, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30551, 1876, 'Etiuko', 1504, 15, 28, 30.95, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30552, 1876, 'Etiuko', 3390, 10, 28, 20.58, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30553, 1876, 'Etiuko', 5762, 13, 28, 5.60, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30554, 1876, 'Etiuko', 4465, 15, 28, 15.59, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30555, 1876, 'Etiuko', 734, 19, 28, 0.22, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30556, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-08-12 09:45:03', '2024-08-12 09:45:03', '2024-08-13 09:46:02'),
(30557, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-08-12 09:46:03', '2024-08-12 09:46:03', '2024-08-13 09:47:02'),
(30558, 1884, 'Mich&Jstore', 730, 19, 31, 71.24, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30559, 1884, 'Mich&Jstore', 232, 12, 31, 33.80, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30560, 1884, 'Mich&Jstore', 3333, 7, 31, 6.10, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30561, 1884, 'Mich&Jstore', 4343, 18, 31, 169.67, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30562, 1884, 'Mich&Jstore', 4211, 14, 31, 36.74, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30563, 1884, 'Mich&Jstore', 1927, 10, 31, 38.15, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30564, 1884, 'Mich&Jstore', 4297, 18, 31, 62.58, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30565, 1884, 'Mich&Jstore', 2089, 19, 31, 184.80, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30566, 1884, 'Mich&Jstore', 1014, 16, 31, 113.36, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30567, 1884, 'Mich&Jstore', 2387, 16, 31, 43.60, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30568, 1884, 'Mich&Jstore', 1231, 10, 31, 46.80, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30569, 1884, 'Mich&Jstore', 1249, 18, 31, 40.40, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30570, 1884, 'Mich&Jstore', 5407, 16, 31, 15.44, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30571, 1884, 'Mich&Jstore', 4125, 14, 31, 252.27, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30572, 1884, 'Mich&Jstore', 3632, 12, 31, 8.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30573, 1884, 'Mich&Jstore', 2485, 16, 31, 145.22, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30574, 1884, 'Mich&Jstore', 801, 14, 31, 10.83, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30575, 1884, 'Mich&Jstore', 35, 2, 31, 31.50, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30576, 1884, 'Mich&Jstore', 2701, 15, 31, 20.56, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30577, 1884, 'Mich&Jstore', 1859, 18, 31, 3.64, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30578, 1884, 'Mich&Jstore', 5148, 13, 31, 635.99, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30579, 1884, 'Mich&Jstore', 4268, 18, 31, 832.33, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30580, 1884, 'Mich&Jstore', 1640, 19, 31, 1.01, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30581, 1884, 'Mich&Jstore', 4787, 16, 31, 32.23, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30582, 1884, 'Mich&Jstore', 5869, 13, 31, 8.10, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30583, 1884, 'Mich&Jstore', 881, 5, 31, 901.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30584, 1884, 'Mich&Jstore', 4108, 14, 31, 41.99, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30585, 1884, 'Mich&Jstore', 5718, 15, 31, 154.50, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30586, 1884, 'Mich&Jstore', 4021, 17, 31, 41.19, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30587, 1884, 'Mich&Jstore', 1686, 18, 31, 588.54, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30588, 1884, 'Mich&Jstore', 5847, 17, 31, 72.80, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30589, 1884, 'Mich&Jstore', 5187, 16, 31, 92.90, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30590, 1884, 'Mich&Jstore', 1984, 4, 31, 272.99, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30591, 1884, 'Mich&Jstore', 2360, 19, 31, 52.51, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30592, 1884, 'Mich&Jstore', 5318, 14, 31, 224.35, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30593, 1884, 'Mich&Jstore', 911, 19, 31, 14.49, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30594, 1884, 'Mich&Jstore', 4326, 15, 31, 108.14, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30595, 1884, 'Mich&Jstore', 226, 12, 31, 17.57, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30596, 1884, 'Mich&Jstore', 2480, 19, 31, 292.90, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30597, 1884, 'Mich&Jstore', 4015, 1, 31, 22.27, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30598, 1884, 'Mich&Jstore', 1943, 18, 31, 651.78, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30599, 1884, 'Mich&Jstore', 2436, 19, 31, 15.04, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30600, 1884, 'Mich&Jstore', 3870, 2, 31, 23.23, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30601, 1884, 'Mich&Jstore', 19, 2, 31, 5.10, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30602, 1884, 'Mich&Jstore', 1362, 10, 31, 44.10, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30603, 1884, 'Mich&Jstore', 950, 5, 31, 20.99, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30604, 1884, 'Mich&Jstore', 3314, 5, 31, 50.49, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30605, 1884, 'Mich&Jstore', 1824, 19, 31, 128.74, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30606, 1884, 'Mich&Jstore', 3382, 10, 31, 2.40, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30607, 1884, 'Mich&Jstore', 5468, 7, 31, 42.63, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30608, 1884, 'Mich&Jstore', 1003, 14, 31, 15.68, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30609, 1884, 'Mich&Jstore', 5642, 15, 31, 116.60, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30610, 1884, 'Mich&Jstore', 3474, 14, 31, 92.70, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30611, 1884, 'Mich&Jstore', 1753, 19, 31, 191.90, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30612, 1884, 'Mich&Jstore', 5357, 16, 31, 10.19, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30613, 1884, 'Mich&Jstore', 3456, 10, 31, 101.97, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30614, 1884, 'Mich&Jstore', 2495, 10, 31, 36.39, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30615, 1884, 'Mich&Jstore', 3140, 18, 31, 275.40, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30616, 1884, 'Mich&Jstore', 3447, 14, 31, 539.72, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30617, 1884, 'Mich&Jstore', 1720, 18, 31, 1751.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30618, 1884, 'Mich&Jstore', 1528, 19, 31, 4179.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30619, 1884, 'Mich&Jstore', 5585, 12, 31, 14.37, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30620, 1884, 'Mich&Jstore', 5498, 17, 31, 38.04, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30621, 1884, 'Mich&Jstore', 4369, 18, 31, 11550.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30622, 1884, 'Mich&Jstore', 4879, 17, 31, 47.24, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30623, 1884, 'Mich&Jstore', 1208, 14, 31, 3.02, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30624, 1884, 'Mich&Jstore', 5584, 12, 31, 272.89, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30625, 1884, 'Mich&Jstore', 503, 19, 31, 1285.44, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30626, 1884, 'Mich&Jstore', 3497, 10, 31, 28.05, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30627, 1884, 'Mich&Jstore', 4332, 18, 31, 1663.99, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30628, 1884, 'Mich&Jstore', 3640, 13, 31, 21.19, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30629, 1884, 'Mich&Jstore', 2506, 19, 31, 115.50, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30630, 1884, 'Mich&Jstore', 14, 2, 31, 509.04, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30631, 1884, 'Mich&Jstore', 3834, 15, 31, 53.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30632, 1884, 'Mich&Jstore', 5819, 15, 31, 6.02, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30633, 1884, 'Mich&Jstore', 838, 13, 31, 16.35, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30634, 1884, 'Mich&Jstore', 2947, 12, 31, 525.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30635, 1884, 'Mich&Jstore', 5125, 16, 31, 237.88, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30636, 1884, 'Mich&Jstore', 1593, 4, 31, 35.17, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30637, 1884, 'Mich&Jstore', 4252, 5, 31, 200.99, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30638, 1884, 'Mich&Jstore', 2426, 19, 31, 518.96, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30639, 1884, 'Mich&Jstore', 1617, 17, 31, 17.06, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30640, 1884, 'Mich&Jstore', 915, 5, 31, 52.50, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30641, 1884, 'Mich&Jstore', 4133, 5, 31, 339.90, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30642, 1884, 'Mich&Jstore', 4380, 15, 31, 5.04, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30643, 1884, 'Mich&Jstore', 3662, 10, 31, 22.39, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30644, 1884, 'Mich&Jstore', 5977, 17, 31, 18.35, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30645, 1884, 'Mich&Jstore', 825, 18, 31, 191.35, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30646, 1884, 'Mich&Jstore', 2241, 10, 31, 91.37, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30647, 1884, 'Mich&Jstore', 4502, 16, 31, 918.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30648, 1884, 'Mich&Jstore', 5850, 15, 31, 103.95, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30649, 1884, 'Mich&Jstore', 5888, 11, 31, 2444.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30650, 1884, 'Mich&Jstore', 3645, 14, 31, 9.27, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30651, 1884, 'Mich&Jstore', 2167, 19, 31, 228.90, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30652, 1884, 'Mich&Jstore', 1952, 19, 31, 1.37, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30653, 1884, 'Mich&Jstore', 4207, 5, 31, 8320.00, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30654, 1884, 'Mich&Jstore', 4768, 12, 31, 2.89, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30655, 1884, 'Mich&Jstore', 2812, 18, 31, 195.21, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30656, 1884, 'Mich&Jstore', 1143, 19, 31, 7855.12, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30657, 1884, 'Mich&Jstore', 2955, 14, 31, 19.23, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30658, 1884, 'Mich&Jstore', 5844, 17, 31, 123.60, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30659, 1884, 'Mich&Jstore', 3758, 7, 31, 59.78, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30660, 1884, 'Mich&Jstore', 1010, 16, 31, 1713.47, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30661, 1884, 'Mich&Jstore', 1051, 19, 31, 61.80, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30662, 1884, 'Mich&Jstore', 3587, 12, 31, 7.33, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30663, 1884, 'Mich&Jstore', 3773, 15, 31, 3.81, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30664, 1884, 'Mich&Jstore', 1260, 10, 31, 402.60, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30665, 1884, 'Mich&Jstore', 3709, 14, 31, 3.53, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30666, 1884, 'Mich&Jstore', 1685, 19, 31, 30.29, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30667, 1884, 'Mich&Jstore', 3476, 10, 31, 81.41, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30668, 1884, 'Mich&Jstore', 3441, 10, 31, 27.03, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30669, 1884, 'Mich&Jstore', 4965, 14, 31, 9.09, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30670, 1884, 'Mich&Jstore', 5625, 10, 31, 4.74, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30671, 1884, 'Mich&Jstore', 5398, 14, 31, 515.43, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30672, 1884, 'Mich&Jstore', 3138, 18, 31, 51.31, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30673, 1884, 'Mich&Jstore', 1139, 4, 31, 18.38, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30674, 1884, 'Mich&Jstore', 4747, 12, 31, 53.51, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30675, 1884, 'Mich&Jstore', 1270, 10, 31, 9.08, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30676, 1884, 'Mich&Jstore', 5586, 10, 31, 11.32, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30677, 1884, 'Mich&Jstore', 756, 19, 31, 0.47, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30678, 1884, 'Mich&Jstore', 1844, 19, 31, 0.31, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30679, 1884, 'Mich&Jstore', 1894, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-12 14:30:04', '2024-08-12 14:30:04', '2024-08-13 14:31:02'),
(30680, 1902, 'Good bargain stores', 2060, 4, 26, 186.46, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30681, 1902, 'Good bargain stores', 1386, 2, 26, 9.02, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30682, 1902, 'Good bargain stores', 2032, 19, 26, 40.17, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30683, 1902, 'Good bargain stores', 4157, 14, 26, 89.43, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30684, 1902, 'Good bargain stores', 762, 18, 26, 127.09, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30685, 1902, 'Good bargain stores', 4955, 14, 26, 11.21, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30686, 1902, 'Good bargain stores', 5237, 16, 26, 103.01, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30687, 1902, 'Good bargain stores', 3825, 15, 26, 24.14, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30688, 1902, 'Good bargain stores', 768, 7, 26, 4.41, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30689, 1902, 'Good bargain stores', 5052, 14, 26, 8.85, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30690, 1902, 'Good bargain stores', 6010, 17, 26, 4.97, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30691, 1902, 'Good bargain stores', 3586, 17, 26, 5.60, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30692, 1902, 'Good bargain stores', 2617, 14, 26, 6.44, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30693, 1902, 'Good bargain stores', 2297, 19, 26, 4.20, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30694, 1902, 'Good bargain stores', 734, 19, 26, 0.23, 1, 1, 'ai_bid', '2024-08-12 15:19:02', '2024-08-12 15:19:02', '2024-08-13 15:19:02'),
(30695, 1902, 'Good bargain stores', 1736, 19, 27, 33.18, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30696, 1902, 'Good bargain stores', 1874, 19, 27, 8.14, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30697, 1902, 'Good bargain stores', 3277, 7, 27, 38.08, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30698, 1902, 'Good bargain stores', 1174, 10, 27, 29.57, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30699, 1902, 'Good bargain stores', 93, 2, 27, 17.51, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30700, 1902, 'Good bargain stores', 2421, 19, 27, 707.00, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30701, 1902, 'Good bargain stores', 338, 18, 27, 2740.42, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30702, 1902, 'Good bargain stores', 4215, 5, 27, 612.00, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30703, 1902, 'Good bargain stores', 2920, 14, 27, 435.68, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30704, 1902, 'Good bargain stores', 5768, 15, 27, 5.76, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30705, 1902, 'Good bargain stores', 5795, 15, 27, 1010.00, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30706, 1902, 'Good bargain stores', 2833, 14, 27, 41.46, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30707, 1902, 'Good bargain stores', 4251, 5, 27, 23.22, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30708, 1902, 'Good bargain stores', 5675, 10, 27, 5555.00, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30709, 1902, 'Good bargain stores', 926, 18, 27, 178.35, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30710, 1902, 'Good bargain stores', 1556, 14, 27, 103.95, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30711, 1902, 'Good bargain stores', 5765, 13, 27, 9.35, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30712, 1902, 'Good bargain stores', 6033, 11, 27, 631.55, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30713, 1902, 'Good bargain stores', 4827, 17, 27, 17.51, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30714, 1902, 'Good bargain stores', 3596, 17, 27, 51.45, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30715, 1902, 'Good bargain stores', 1928, 10, 27, 4.98, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30716, 1902, 'Good bargain stores', 3379, 7, 27, 10.19, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30717, 1902, 'Good bargain stores', 1177, 19, 27, 5.89, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30718, 1902, 'Good bargain stores', 4049, 13, 27, 182.58, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30719, 1902, 'Good bargain stores', 2609, 13, 27, 27.55, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30720, 1902, 'Good bargain stores', 1835, 10, 27, 102.00, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30721, 1902, 'Good bargain stores', 914, 5, 27, 10.19, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30722, 1902, 'Good bargain stores', 6009, 17, 27, 19.17, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30723, 1902, 'Good bargain stores', 2172, 17, 27, 28.37, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30724, 1902, 'Good bargain stores', 1052, 19, 27, 60.59, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30725, 1902, 'Good bargain stores', 4762, 12, 27, 49.69, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30726, 1902, 'Good bargain stores', 4725, 14, 27, 362.59, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30727, 1902, 'Good bargain stores', 620, 5, 27, 3.15, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30728, 1902, 'Good bargain stores', 2467, 16, 27, 34.17, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30729, 1902, 'Good bargain stores', 4297, 18, 27, 60.77, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30730, 1902, 'Good bargain stores', 5165, 16, 27, 862.37, 1, 1, 'ai_bid', '2024-08-12 15:53:02', '2024-08-12 15:53:02', '2024-08-13 15:53:02'),
(30731, 1902, 'Good bargain stores', 3501, 11, 27, 9.09, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30732, 1902, 'Good bargain stores', 835, 19, 27, 22.84, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30733, 1902, 'Good bargain stores', 4308, 16, 27, 21.20, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30734, 1902, 'Good bargain stores', 5390, 17, 27, 89.76, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30735, 1902, 'Good bargain stores', 2055, 4, 27, 239.99, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30736, 1902, 'Good bargain stores', 2180, 19, 27, 14.28, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30737, 1902, 'Good bargain stores', 3242, 4, 27, 22.01, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30738, 1902, 'Good bargain stores', 1671, 14, 27, 81.59, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30739, 1902, 'Good bargain stores', 2492, 18, 27, 18.82, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30740, 1902, 'Good bargain stores', 5533, 12, 27, 18.89, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30741, 1902, 'Good bargain stores', 573, 17, 27, 31.20, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30742, 1902, 'Good bargain stores', 1933, 18, 27, 35.23, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30743, 1902, 'Good bargain stores', 1492, 19, 27, 65.91, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30744, 1902, 'Good bargain stores', 2490, 17, 27, 18.32, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30745, 1902, 'Good bargain stores', 4577, 5, 27, 31.31, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:01'),
(30746, 1902, 'Good bargain stores', 3218, 5, 27, 393.75, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30747, 1902, 'Good bargain stores', 2362, 17, 27, 19.91, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30748, 1902, 'Good bargain stores', 199, 7, 27, 5.65, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30749, 1902, 'Good bargain stores', 3204, 17, 27, 76.89, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30750, 1902, 'Good bargain stores', 5279, 16, 27, 206.00, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30751, 1902, 'Good bargain stores', 1757, 19, 27, 78.00, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30752, 1902, 'Good bargain stores', 3417, 14, 27, 29.14, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30753, 1902, 'Good bargain stores', 1808, 2, 27, 31.80, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30754, 1902, 'Good bargain stores', 3450, 10, 27, 5.15, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30755, 1902, 'Good bargain stores', 1417, 10, 27, 98.06, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30756, 1902, 'Good bargain stores', 5300, 14, 27, 602.75, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30757, 1902, 'Good bargain stores', 3508, 11, 27, 9.18, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30758, 1902, 'Good bargain stores', 1473, 14, 27, 21.75, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30759, 1902, 'Good bargain stores', 2357, 17, 27, 10.19, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30760, 1902, 'Good bargain stores', 1233, 19, 27, 20.93, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30761, 1902, 'Good bargain stores', 1869, 19, 27, 3.06, 1, 1, 'ai_bid', '2024-08-12 15:53:03', '2024-08-12 15:53:03', '2024-08-13 15:54:02'),
(30762, 1798, 'Feelyards', 3109, 2, NULL, 250.00, 1, 1, 'manual_bid', '2024-08-12 16:00:10', '2024-08-12 16:00:10', '2024-08-13 16:01:02'),
(30763, 1798, 'Feelyards', 3179, 4, NULL, 76.00, 1, 1, 'manual_bid', '2024-08-12 16:09:16', '2024-08-12 16:09:16', '2024-08-13 16:10:03'),
(30764, 1925, 'Frankie fast store', 574, 19, 30, 988.00, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30765, 1925, 'Frankie fast store', 1731, 5, 30, 2.08, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30766, 1925, 'Frankie fast store', 4569, 14, 30, 131.58, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30767, 1925, 'Frankie fast store', 3247, 5, 30, 40.80, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30768, 1925, 'Frankie fast store', 308, 7, 30, 7.77, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30769, 1925, 'Frankie fast store', 4292, 18, 30, 381.75, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30770, 1925, 'Frankie fast store', 1928, 10, 30, 4.79, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30771, 1925, 'Frankie fast store', 5857, 17, 30, 7.17, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30772, 1925, 'Frankie fast store', 5626, 15, 30, 168.00, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30773, 1925, 'Frankie fast store', 805, 14, 30, 5.88, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30774, 1925, 'Frankie fast store', 2191, 19, 30, 13.39, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30775, 1925, 'Frankie fast store', 5716, 15, 30, 257.50, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30776, 1925, 'Frankie fast store', 16, 2, 30, 12.72, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30777, 1925, 'Frankie fast store', 4880, 14, 30, 8.15, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30778, 1925, 'Frankie fast store', 5780, 15, 30, 566.50, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30779, 1925, 'Frankie fast store', 3194, 4, 30, 5.20, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30780, 1925, 'Frankie fast store', 3594, 12, 30, 20.88, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30781, 1925, 'Frankie fast store', 5605, 15, 30, 234.60, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30782, 1925, 'Frankie fast store', 4012, 17, 30, 13.60, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30783, 1925, 'Frankie fast store', 3267, 5, 30, 3.02, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30784, 1925, 'Frankie fast store', 4664, 12, 30, 11.03, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30785, 1925, 'Frankie fast store', 727, 19, 30, 5.19, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30786, 1925, 'Frankie fast store', 2428, 19, 30, 4337.95, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30787, 1925, 'Frankie fast store', 641, 5, 30, 1924.00, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30788, 1925, 'Frankie fast store', 5128, 16, 30, 336.55, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30789, 1925, 'Frankie fast store', 1357, 15, 30, 49.69, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30790, 1925, 'Frankie fast store', 5871, 11, 30, 2060.00, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30791, 1925, 'Frankie fast store', 4039, 18, 30, 19.47, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30792, 1925, 'Frankie fast store', 3848, 15, 30, 198.90, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30793, 1925, 'Frankie fast store', 2160, 19, 30, 107.10, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30794, 1925, 'Frankie fast store', 5061, 13, 30, 170.65, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30795, 1925, 'Frankie fast store', 1681, 19, 30, 17.60, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30796, 1925, 'Frankie fast store', 4842, 12, 30, 94.80, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30797, 1925, 'Frankie fast store', 148, 18, 30, 10.64, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30798, 1925, 'Frankie fast store', 3025, 14, 30, 61.80, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30799, 1925, 'Frankie fast store', 914, 5, 30, 10.59, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30800, 1925, 'Frankie fast store', 2257, 19, 30, 323.30, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30801, 1925, 'Frankie fast store', 2717, 14, 30, 112.35, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30802, 1925, 'Frankie fast store', 603, 10, 30, 10.30, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30803, 1925, 'Frankie fast store', 1144, 4, 30, 36.57, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30804, 1925, 'Frankie fast store', 4440, 15, 30, 27.27, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30805, 1925, 'Frankie fast store', 1460, 19, 30, 27.29, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30806, 1925, 'Frankie fast store', 5444, 12, 30, 3.77, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30807, 1925, 'Frankie fast store', 5000, 13, 30, 20.20, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30808, 1925, 'Frankie fast store', 3449, 14, 30, 12.35, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30809, 1925, 'Frankie fast store', 3660, 18, 30, 7.34, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30810, 1925, 'Frankie fast store', 395, 2, 30, 15.60, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30811, 1925, 'Frankie fast store', 3533, 12, 30, 2.49, 1, 1, 'ai_bid', '2024-08-13 07:29:02', '2024-08-13 07:29:02', '2024-08-14 07:30:03'),
(30812, 1912, 'Linus', 1104, 19, 29, 1530.32, 1, 1, 'ai_bid', '2024-08-13 07:34:02', '2024-08-13 07:34:02', '2024-08-14 07:34:02'),
(30813, 1912, 'Linus', 3457, 14, 29, 951.83, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30814, 1912, 'Linus', 6077, 15, 29, 28.61, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30815, 1912, 'Linus', 2418, 19, 29, 148.40, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30816, 1912, 'Linus', 4560, 5, 29, 23.62, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30817, 1912, 'Linus', 4170, 14, 29, 142.79, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30818, 1912, 'Linus', 2091, 1, 29, 4.34, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30819, 1912, 'Linus', 2975, 19, 29, 504.47, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30820, 1912, 'Linus', 5899, 17, 29, 2.07, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30821, 1912, 'Linus', 5915, 13, 29, 5.85, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30822, 1912, 'Linus', 2675, 10, 29, 10.19, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30823, 1912, 'Linus', 263, 18, 29, 6.47, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30824, 1912, 'Linus', 5195, 16, 29, 42.12, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30825, 1912, 'Linus', 3484, 13, 29, 20.39, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30826, 1912, 'Linus', 4741, 12, 29, 10.91, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30827, 1912, 'Linus', 3203, 4, 29, 40.79, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30828, 1912, 'Linus', 1050, 17, 29, 78.75, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30829, 1912, 'Linus', 547, 19, 29, 2412.80, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30830, 1912, 'Linus', 211, 7, 29, 9.48, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30831, 1912, 'Linus', 286, 14, 29, 202.00, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30832, 1912, 'Linus', 4964, 12, 29, 21.10, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30833, 1912, 'Linus', 2281, 10, 29, 26.57, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(30834, 1912, 'Linus', 5041, 13, 29, 20.40, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30835, 1912, 'Linus', 2598, 14, 29, 5828.94, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30836, 1912, 'Linus', 1579, 4, 29, 16.04, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30837, 1912, 'Linus', 4973, 14, 29, 19.56, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30838, 1912, 'Linus', 319, 7, 29, 30.18, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30839, 1912, 'Linus', 807, 18, 29, 35.35, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30840, 1912, 'Linus', 3773, 15, 29, 3.77, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30841, 1912, 'Linus', 3202, 4, 29, 8.00, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30842, 1912, 'Linus', 1133, 19, 29, 26.25, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30843, 1912, 'Linus', 4758, 14, 29, 100.98, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30844, 1912, 'Linus', 2919, 19, 29, 27.71, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30845, 1912, 'Linus', 5150, 13, 29, 256.01, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30846, 1912, 'Linus', 4387, 14, 29, 4.94, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30847, 1912, 'Linus', 2787, 14, 29, 319.05, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30848, 1912, 'Linus', 427, 17, 29, 31.49, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30849, 1912, 'Linus', 802, 18, 29, 63.68, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30850, 1912, 'Linus', 5131, 16, 29, 333.72, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30851, 1912, 'Linus', 4219, 5, 29, 1.31, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30852, 1912, 'Linus', 1276, 19, 29, 40.64, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30853, 1912, 'Linus', 3376, 7, 29, 8.38, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30854, 1912, 'Linus', 1589, 4, 29, 2.46, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30855, 1912, 'Linus', 5799, 13, 29, 15.44, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30856, 1912, 'Linus', 3026, 18, 29, 20.20, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30857, 1912, 'Linus', 3389, 10, 29, 6.90, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30858, 1912, 'Linus', 4663, 12, 29, 8.62, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30859, 1912, 'Linus', 4713, 12, 29, 3.45, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30860, 1912, 'Linus', 25, 2, 29, 8.40, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30861, 1912, 'Linus', 620, 5, 29, 3.03, 1, 1, 'ai_bid', '2024-08-13 07:34:03', '2024-08-13 07:34:03', '2024-08-14 07:35:03'),
(30862, 1886, 'Lovenest Luxe', 1808, 2, NULL, 31.00, 10, 1, 'manual_bid', '2024-08-13 08:48:35', '2024-08-13 08:48:35', '2024-08-14 08:49:02'),
(30863, 1886, 'Lovenest Luxe', 3228, 5, NULL, 3.00, 1, 1, 'manual_bid', '2024-08-13 08:51:30', '2024-08-13 08:51:30', '2024-08-14 08:52:01'),
(30864, 1921, 'Baeniiz', 1754, 2, NULL, 50.00, 1, 1, 'manual_bid', '2024-08-13 09:12:46', '2024-08-13 09:12:46', '2024-08-14 09:13:02'),
(30865, 1921, 'Baeniiz', 1589, 4, NULL, 3.00, 1, 1, 'manual_bid', '2024-08-13 09:14:02', '2024-08-13 09:14:02', '2024-08-14 09:14:02'),
(30866, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-13 09:15:13', '2024-08-13 09:15:13', '2024-08-14 09:16:02'),
(30867, 1920, 'Nizzy', 3154, 4, NULL, 34.00, 1, 1, 'manual_bid', '2024-08-13 09:15:49', '2024-08-13 09:15:49', '2024-08-14 09:16:02'),
(30868, 1869, 'Anatoliy fast store', 3712, 18, 25, 25.15, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30869, 1869, 'Anatoliy fast store', 1699, 18, 25, 110.25, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30870, 1869, 'Anatoliy fast store', 996, 5, 25, 59.36, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30871, 1869, 'Anatoliy fast store', 6126, 11, 25, 22.60, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30872, 1869, 'Anatoliy fast store', 3438, 10, 25, 9.99, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30873, 1869, 'Anatoliy fast store', 3694, 14, 25, 483.55, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30874, 1869, 'Anatoliy fast store', 5041, 13, 25, 20.40, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30875, 1869, 'Anatoliy fast store', 1076, 16, 25, 49.48, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30876, 1869, 'Anatoliy fast store', 5951, 17, 25, 5.32, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30877, 1869, 'Anatoliy fast store', 1205, 14, 25, 146.57, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30878, 1869, 'Anatoliy fast store', 3839, 4, 25, 260.00, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30879, 1869, 'Anatoliy fast store', 1863, 19, 25, 11.22, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30880, 1869, 'Anatoliy fast store', 3740, 7, 25, 32.29, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30881, 1869, 'Anatoliy fast store', 5874, 11, 25, 231.00, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30882, 1869, 'Anatoliy fast store', 6107, 11, 25, 13.75, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30883, 1869, 'Anatoliy fast store', 6084, 15, 25, 11.01, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30884, 1869, 'Anatoliy fast store', 765, 19, 25, 1.35, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30885, 1869, 'Anatoliy fast store', 756, 19, 25, 0.48, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30886, 1869, 'Anatoliy fast store', 1850, 5, 25, 0.56, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30887, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.21, 1, 1, 'ai_bid', '2024-08-13 10:28:03', '2024-08-13 10:28:03', '2024-08-14 10:29:02'),
(30888, 1850, 'Chanadus', 3910, 16, 32, 1984.50, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30889, 1850, 'Chanadus', 4754, 12, 32, 7.09, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30890, 1850, 'Chanadus', 4525, 16, 32, 8.47, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30891, 1850, 'Chanadus', 5529, 1, 32, 10.42, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30892, 1850, 'Chanadus', 1350, 14, 32, 5.96, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30893, 1850, 'Chanadus', 1716, 10, 32, 7.27, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30894, 1850, 'Chanadus', 5812, 17, 32, 1.58, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30895, 1850, 'Chanadus', 3225, 5, 32, 1.13, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30896, 1850, 'Chanadus', 4687, 12, 32, 2.75, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30897, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30898, 1850, 'Chanadus', 949, 5, 32, 0.32, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30899, 1850, 'Chanadus', 1844, 19, 32, 0.32, 1, 1, 'ai_bid', '2024-08-13 10:36:03', '2024-08-13 10:36:03', '2024-08-14 10:37:09'),
(30900, 1876, 'Etiuko', 2125, 5, 28, 32.64, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30901, 1876, 'Etiuko', 1456, 19, 28, 26.26, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30902, 1876, 'Etiuko', 2745, 10, 28, 40.83, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30903, 1876, 'Etiuko', 5829, 11, 28, 26.51, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30904, 1876, 'Etiuko', 5884, 13, 28, 20.39, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30905, 1876, 'Etiuko', 4380, 15, 28, 5.29, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30906, 1876, 'Etiuko', 2073, 4, 28, 2.56, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30907, 1876, 'Etiuko', 3055, 2, 28, 3.85, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30908, 1876, 'Etiuko', 24, 2, 28, 1.06, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30909, 1876, 'Etiuko', 803, 19, 28, 0.21, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30910, 1876, 'Etiuko', 1894, 19, 28, 0.20, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30911, 1876, 'Etiuko', 1827, 19, 28, 0.12, 1, 1, 'ai_bid', '2024-08-13 10:58:02', '2024-08-13 10:58:02', '2024-08-14 10:58:02'),
(30912, 1915, 'BnBGlobal', 3944, 5, NULL, 80.00, 1, 1, 'manual_bid', '2024-08-13 12:20:20', '2024-08-13 12:20:20', '2024-08-14 12:21:03'),
(30913, 1915, 'BnBGlobal', 957, 5, NULL, 9.00, 3, 1, 'manual_bid', '2024-08-13 13:14:16', '2024-08-13 13:14:16', '2024-08-14 13:15:03'),
(30914, 1915, 'BnBGlobal', 1837, 5, NULL, 2.00, 1, 1, 'manual_bid', '2024-08-13 13:19:40', '2024-08-13 13:19:40', '2024-08-14 13:20:03'),
(30915, 1884, 'Mich&Jstore', 5408, 14, 31, 125.31, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30916, 1884, 'Mich&Jstore', 4010, 18, 31, 97.33, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30917, 1884, 'Mich&Jstore', 2305, 19, 31, 555.17, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30918, 1884, 'Mich&Jstore', 5886, 11, 31, 1714.65, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30919, 1884, 'Mich&Jstore', 2677, 18, 31, 294.58, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30920, 1884, 'Mich&Jstore', 956, 17, 31, 14560.00, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30921, 1884, 'Mich&Jstore', 2986, 14, 31, 1547.34, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30922, 1884, 'Mich&Jstore', 1615, 18, 31, 146.26, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30923, 1884, 'Mich&Jstore', 3655, 10, 31, 18.87, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30924, 1884, 'Mich&Jstore', 171, 16, 31, 104.94, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30925, 1884, 'Mich&Jstore', 2968, 18, 31, 1472.34, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30926, 1884, 'Mich&Jstore', 4590, 5, 31, 52.97, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30927, 1884, 'Mich&Jstore', 6119, 11, 31, 16.88, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30928, 1884, 'Mich&Jstore', 5246, 14, 31, 59.16, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30929, 1884, 'Mich&Jstore', 3269, 7, 31, 147.29, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30930, 1884, 'Mich&Jstore', 3345, 7, 31, 15.45, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30931, 1884, 'Mich&Jstore', 5989, 11, 31, 39.35, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30932, 1884, 'Mich&Jstore', 1355, 19, 31, 17.85, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30933, 1884, 'Mich&Jstore', 1820, 19, 31, 46.80, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30934, 1884, 'Mich&Jstore', 4119, 5, 31, 3255.24, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30935, 1884, 'Mich&Jstore', 2231, 18, 31, 54.05, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30936, 1884, 'Mich&Jstore', 3163, 4, 31, 22.21, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30937, 1884, 'Mich&Jstore', 5381, 14, 31, 14.68, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30938, 1884, 'Mich&Jstore', 5862, 15, 31, 24.02, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30939, 1884, 'Mich&Jstore', 3734, 10, 31, 138.39, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30940, 1884, 'Mich&Jstore', 835, 19, 31, 21.97, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30941, 1884, 'Mich&Jstore', 1588, 4, 31, 3.15, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30942, 1884, 'Mich&Jstore', 1949, 19, 31, 82.32, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30943, 1884, 'Mich&Jstore', 5295, 16, 31, 20.39, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30944, 1884, 'Mich&Jstore', 1818, 19, 31, 1.06, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30945, 1884, 'Mich&Jstore', 957, 5, 31, 8.36, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30946, 1884, 'Mich&Jstore', 2933, 19, 31, 525.30, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30947, 1884, 'Mich&Jstore', 1915, 19, 31, 71.95, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30948, 1884, 'Mich&Jstore', 4089, 14, 31, 19.57, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30949, 1884, 'Mich&Jstore', 973, 14, 31, 15.90, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30950, 1884, 'Mich&Jstore', 3695, 18, 31, 31.47, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30951, 1884, 'Mich&Jstore', 5280, 14, 31, 131.57, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30952, 1884, 'Mich&Jstore', 5793, 15, 31, 318.08, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30953, 1884, 'Mich&Jstore', 5083, 16, 31, 56.64, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30954, 1884, 'Mich&Jstore', 5581, 10, 31, 31.80, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30955, 1884, 'Mich&Jstore', 2411, 2, 31, 45.90, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30956, 1884, 'Mich&Jstore', 1425, 5, 31, 17.14, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30957, 1884, 'Mich&Jstore', 4457, 15, 31, 13.38, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30958, 1884, 'Mich&Jstore', 3047, 14, 31, 41.81, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30959, 1884, 'Mich&Jstore', 292, 5, 31, 105.32, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30960, 1884, 'Mich&Jstore', 5993, 17, 31, 5.09, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30961, 1884, 'Mich&Jstore', 6134, 11, 31, 25.50, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30962, 1884, 'Mich&Jstore', 4299, 14, 31, 104.94, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30963, 1884, 'Mich&Jstore', 4167, 14, 31, 183.55, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30964, 1884, 'Mich&Jstore', 4245, 18, 31, 15.77, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30965, 1884, 'Mich&Jstore', 4430, 16, 31, 154.50, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30966, 1884, 'Mich&Jstore', 4293, 18, 31, 202.15, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30967, 1884, 'Mich&Jstore', 1816, 17, 31, 16.30, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30968, 1884, 'Mich&Jstore', 3535, 10, 31, 80.49, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30969, 1884, 'Mich&Jstore', 1495, 19, 31, 20.14, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30970, 1884, 'Mich&Jstore', 1042, 19, 31, 18.18, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30971, 1884, 'Mich&Jstore', 3909, 16, 31, 212.24, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30972, 1884, 'Mich&Jstore', 1846, 5, 31, 1.52, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30973, 1884, 'Mich&Jstore', 3487, 10, 31, 15.14, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30974, 1884, 'Mich&Jstore', 5516, 10, 31, 41.81, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30975, 1884, 'Mich&Jstore', 5501, 10, 31, 742.00, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30976, 1884, 'Mich&Jstore', 308, 7, 31, 7.55, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30977, 1884, 'Mich&Jstore', 4358, 14, 31, 5.14, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30978, 1884, 'Mich&Jstore', 5572, 10, 31, 92.43, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30979, 1884, 'Mich&Jstore', 2716, 14, 31, 27.19, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30980, 1884, 'Mich&Jstore', 4234, 18, 31, 41.43, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30981, 1884, 'Mich&Jstore', 3316, 5, 31, 53.84, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30982, 1884, 'Mich&Jstore', 2793, 14, 31, 102.00, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30983, 1884, 'Mich&Jstore', 376, 7, 31, 9.80, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30984, 1884, 'Mich&Jstore', 1463, 17, 31, 156.00, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30985, 1884, 'Mich&Jstore', 4682, 12, 31, 15.50, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30986, 1884, 'Mich&Jstore', 2530, 14, 31, 1543.97, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30987, 1884, 'Mich&Jstore', 4684, 12, 31, 35.44, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30988, 1884, 'Mich&Jstore', 4431, 16, 31, 484.50, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30989, 1884, 'Mich&Jstore', 4323, 16, 31, 28.07, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30990, 1884, 'Mich&Jstore', 2754, 14, 31, 225.68, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30991, 1884, 'Mich&Jstore', 3859, 15, 31, 153.00, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30992, 1884, 'Mich&Jstore', 3131, 18, 31, 21.41, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30993, 1884, 'Mich&Jstore', 2568, 14, 31, 1261.40, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30994, 1884, 'Mich&Jstore', 4108, 14, 31, 41.99, 1, 1, 'ai_bid', '2024-08-13 15:42:03', '2024-08-13 15:42:03', '2024-08-14 15:43:02'),
(30995, 1884, 'Mich&Jstore', 2669, 14, 31, 130.30, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(30996, 1884, 'Mich&Jstore', 4402, 18, 31, 31.20, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(30997, 1884, 'Mich&Jstore', 1633, 17, 31, 31.20, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(30998, 1884, 'Mich&Jstore', 2678, 10, 31, 39.35, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(30999, 1884, 'Mich&Jstore', 3767, 7, 31, 443.39, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31000, 1884, 'Mich&Jstore', 3479, 14, 31, 46.32, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31001, 1884, 'Mich&Jstore', 4040, 18, 31, 20.84, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31002, 1884, 'Mich&Jstore', 2856, 14, 31, 511.02, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31003, 1884, 'Mich&Jstore', 2810, 14, 31, 414.45, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31004, 1884, 'Mich&Jstore', 5118, 13, 31, 323.20, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31005, 1884, 'Mich&Jstore', 2851, 19, 31, 6630.00, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31006, 1884, 'Mich&Jstore', 2070, 4, 31, 190.80, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31007, 1884, 'Mich&Jstore', 1235, 19, 31, 12.37, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31008, 1884, 'Mich&Jstore', 2471, 7, 31, 348.74, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31009, 1884, 'Mich&Jstore', 4286, 18, 31, 113.26, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31010, 1884, 'Mich&Jstore', 1542, 2, 31, 166.65, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31011, 1884, 'Mich&Jstore', 2161, 19, 31, 27.96, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31012, 1884, 'Mich&Jstore', 5055, 13, 31, 526.04, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31013, 1884, 'Mich&Jstore', 2459, 19, 31, 315.00, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31014, 1884, 'Mich&Jstore', 1148, 19, 31, 1565.70, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31015, 1884, 'Mich&Jstore', 5765, 13, 31, 9.26, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31016, 1884, 'Mich&Jstore', 2759, 14, 31, 179.16, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31017, 1884, 'Mich&Jstore', 5434, 17, 31, 17.73, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31018, 1884, 'Mich&Jstore', 4946, 11, 31, 1642.99, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31019, 1884, 'Mich&Jstore', 129, 7, 31, 43.95, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31020, 1884, 'Mich&Jstore', 3622, 17, 31, 935.99, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31021, 1884, 'Mich&Jstore', 401, 16, 31, 258.56, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31022, 1884, 'Mich&Jstore', 4346, 14, 31, 63.13, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31023, 1884, 'Mich&Jstore', 4926, 11, 31, 28.62, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31024, 1884, 'Mich&Jstore', 1360, 15, 31, 4040.40, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31025, 1884, 'Mich&Jstore', 1938, 19, 31, 1271.54, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31026, 1884, 'Mich&Jstore', 3371, 7, 31, 192.40, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31027, 1884, 'Mich&Jstore', 3238, 7, 31, 102.60, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31028, 1884, 'Mich&Jstore', 958, 5, 31, 606.12, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31029, 1884, 'Mich&Jstore', 3638, 14, 31, 11.44, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31030, 1884, 'Mich&Jstore', 6111, 11, 31, 28.95, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31031, 1884, 'Mich&Jstore', 3489, 10, 31, 10.29, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31032, 1884, 'Mich&Jstore', 5639, 10, 31, 4.99, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31033, 1884, 'Mich&Jstore', 4851, 17, 31, 1273.99, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31034, 1884, 'Mich&Jstore', 1803, 2, 31, 20.60, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31035, 1884, 'Mich&Jstore', 3645, 14, 31, 9.27, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31036, 1884, 'Mich&Jstore', 2260, 19, 31, 286.20, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31037, 1884, 'Mich&Jstore', 3849, 4, 31, 618.00, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31038, 1884, 'Mich&Jstore', 4223, 5, 31, 10.08, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31039, 1884, 'Mich&Jstore', 2527, 19, 31, 20.58, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31040, 1884, 'Mich&Jstore', 3099, 2, 31, 12.08, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31041, 1884, 'Mich&Jstore', 4528, 16, 31, 63.43, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31042, 1884, 'Mich&Jstore', 4621, 5, 31, 21.19, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31043, 1884, 'Mich&Jstore', 3696, 18, 31, 30.28, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31044, 1884, 'Mich&Jstore', 1688, 13, 31, 47.29, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31045, 1884, 'Mich&Jstore', 5027, 14, 31, 9.53, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31046, 1884, 'Mich&Jstore', 2550, 14, 31, 29.98, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31047, 1884, 'Mich&Jstore', 1106, 19, 31, 260.00, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31048, 1884, 'Mich&Jstore', 141, 18, 31, 6.24, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31049, 1884, 'Mich&Jstore', 1129, 4, 31, 2.53, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31050, 1884, 'Mich&Jstore', 1827, 19, 31, 0.13, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31051, 1884, 'Mich&Jstore', 1842, 19, 31, 1.01, 1, 1, 'ai_bid', '2024-08-13 15:42:04', '2024-08-13 15:42:04', '2024-08-14 15:43:02'),
(31052, 1902, 'Good bargain stores', 4740, 14, 26, 58.89, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31053, 1902, 'Good bargain stores', 3396, 10, 26, 50.49, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31054, 1902, 'Good bargain stores', 2816, 16, 26, 13.51, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31055, 1902, 'Good bargain stores', 971, 17, 26, 4.20, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31056, 1902, 'Good bargain stores', 5969, 17, 26, 15.29, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31057, 1902, 'Good bargain stores', 2346, 1, 26, 159.86, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31058, 1902, 'Good bargain stores', 125, 18, 26, 85.68, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31059, 1902, 'Good bargain stores', 1342, 10, 26, 6.11, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31060, 1902, 'Good bargain stores', 5337, 14, 26, 42.40, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31061, 1902, 'Good bargain stores', 1431, 19, 26, 57.74, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31062, 1902, 'Good bargain stores', 665, 19, 26, 95.88, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31063, 1902, 'Good bargain stores', 4386, 14, 26, 37.79, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31064, 1902, 'Good bargain stores', 735, 19, 26, 2.24, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31065, 1902, 'Good bargain stores', 1844, 19, 26, 0.31, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31066, 1902, 'Good bargain stores', 756, 19, 26, 0.47, 1, 1, 'ai_bid', '2024-08-13 16:31:02', '2024-08-13 16:31:02', '2024-08-14 16:31:02'),
(31067, 1902, 'Good bargain stores', 5583, 12, 27, 504.95, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31068, 1902, 'Good bargain stores', 1253, 10, 27, 31.71, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31069, 1902, 'Good bargain stores', 3694, 14, 27, 478.90, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31070, 1902, 'Good bargain stores', 3597, 12, 27, 11.52, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31071, 1902, 'Good bargain stores', 489, 19, 27, 12120.00, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31072, 1902, 'Good bargain stores', 3436, 10, 27, 21.20, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31073, 1902, 'Good bargain stores', 49, 2, 27, 309.00, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31074, 1902, 'Good bargain stores', 4940, 14, 27, 20.14, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31075, 1902, 'Good bargain stores', 3675, 10, 27, 31.00, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31076, 1902, 'Good bargain stores', 298, 18, 27, 9.80, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31077, 1902, 'Good bargain stores', 5976, 17, 27, 13.25, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31078, 1902, 'Good bargain stores', 5268, 13, 27, 16.01, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31079, 1902, 'Good bargain stores', 6015, 14, 27, 95.68, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31080, 1902, 'Good bargain stores', 5309, 14, 27, 152.50, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31081, 1902, 'Good bargain stores', 2941, 12, 27, 1018.67, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31082, 1902, 'Good bargain stores', 3741, 14, 27, 4.03, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31083, 1902, 'Good bargain stores', 929, 18, 27, 45.30, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31084, 1902, 'Good bargain stores', 2909, 14, 27, 41.20, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31085, 1902, 'Good bargain stores', 2818, 17, 27, 17.84, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31086, 1902, 'Good bargain stores', 5357, 16, 27, 10.39, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31087, 1902, 'Good bargain stores', 2331, 10, 27, 28.24, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31088, 1902, 'Good bargain stores', 1443, 19, 27, 353.50, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31089, 1902, 'Good bargain stores', 2254, 19, 27, 9.47, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31090, 1902, 'Good bargain stores', 6021, 17, 27, 38.09, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31091, 1902, 'Good bargain stores', 5241, 14, 27, 32.92, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31092, 1902, 'Good bargain stores', 1455, 15, 27, 28.17, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31093, 1902, 'Good bargain stores', 1344, 15, 27, 23.31, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31094, 1902, 'Good bargain stores', 1807, 19, 27, 82.16, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31095, 1902, 'Good bargain stores', 1462, 10, 27, 20.33, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31096, 1902, 'Good bargain stores', 1580, 19, 27, 15.10, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31097, 1902, 'Good bargain stores', 122, 18, 27, 46.80, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31098, 1902, 'Good bargain stores', 1504, 15, 27, 30.66, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31099, 1902, 'Good bargain stores', 4637, 5, 27, 22.21, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31100, 1902, 'Good bargain stores', 836, 19, 27, 15.41, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31101, 1902, 'Good bargain stores', 5723, 15, 27, 734.40, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31102, 1902, 'Good bargain stores', 4619, 5, 27, 14.30, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31103, 1902, 'Good bargain stores', 6127, 11, 27, 50.50, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31104, 1902, 'Good bargain stores', 379, 2, 27, 7.42, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31105, 1902, 'Good bargain stores', 1593, 4, 27, 35.51, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31106, 1902, 'Good bargain stores', 6171, 11, 27, 16.10, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31107, 1902, 'Good bargain stores', 4798, 12, 27, 144.92, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31108, 1902, 'Good bargain stores', 38, 2, 27, 14.70, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31109, 1902, 'Good bargain stores', 2617, 14, 27, 6.31, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31110, 1902, 'Good bargain stores', 5658, 15, 27, 3.59, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31111, 1902, 'Good bargain stores', 228, 5, 27, 5.14, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31112, 1902, 'Good bargain stores', 3225, 5, 27, 1.18, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31113, 1902, 'Good bargain stores', 949, 5, 27, 0.32, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31114, 1902, 'Good bargain stores', 756, 19, 27, 0.47, 1, 1, 'ai_bid', '2024-08-13 17:06:02', '2024-08-13 17:06:02', '2024-08-14 17:06:02'),
(31115, 1798, 'Feelyards', 3714, 18, NULL, 245.00, 1, 1, 'manual_bid', '2024-08-13 17:20:44', '2024-08-13 17:20:44', '2024-08-14 17:21:01'),
(31116, 1798, 'Feelyards', 3118, 18, NULL, 87.00, 1, 1, 'manual_bid', '2024-08-13 17:22:46', '2024-08-13 17:22:46', '2024-08-14 17:23:02'),
(31117, 1850, 'Chanadus', 1238, 19, NULL, 500.50, 2, 1, 'manual_bid', '2024-08-14 08:16:47', '2024-08-14 08:16:47', '2024-08-15 08:17:02'),
(31118, 1925, 'Frankie fast store', 2578, 7, 30, 17.97, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31119, 1925, 'Frankie fast store', 5201, 14, 30, 23.69, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31120, 1925, 'Frankie fast store', 2498, 17, 30, 174.41, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31121, 1925, 'Frankie fast store', 3803, 19, 30, 1372.70, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31122, 1925, 'Frankie fast store', 4749, 14, 30, 180.79, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31123, 1925, 'Frankie fast store', 4368, 16, 30, 51.50, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31124, 1925, 'Frankie fast store', 3365, 7, 30, 7.35, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31125, 1925, 'Frankie fast store', 6148, 11, 30, 6.13, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31126, 1925, 'Frankie fast store', 1743, 5, 30, 51.46, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31127, 1925, 'Frankie fast store', 3319, 5, 30, 86.69, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31128, 1925, 'Frankie fast store', 4791, 12, 30, 539.06, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31129, 1925, 'Frankie fast store', 2457, 19, 30, 3.50, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31130, 1925, 'Frankie fast store', 2733, 18, 30, 2973.61, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31131, 1925, 'Frankie fast store', 4536, 14, 30, 67.63, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31132, 1925, 'Frankie fast store', 236, 12, 30, 783.44, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31133, 1925, 'Frankie fast store', 705, 19, 30, 65.28, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31134, 1925, 'Frankie fast store', 3632, 12, 30, 8.24, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31135, 1925, 'Frankie fast store', 5649, 15, 30, 14.89, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31136, 1925, 'Frankie fast store', 2831, 19, 30, 1048.95, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31137, 1925, 'Frankie fast store', 1263, 19, 30, 93.84, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31138, 1925, 'Frankie fast store', 1583, 18, 30, 472.50, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31139, 1925, 'Frankie fast store', 2309, 2, 30, 620.88, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31140, 1925, 'Frankie fast store', 3783, 15, 30, 20.99, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31141, 1925, 'Frankie fast store', 309, 18, 30, 228.23, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31142, 1925, 'Frankie fast store', 320, 17, 30, 572.00, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31143, 1925, 'Frankie fast store', 5872, 17, 30, 11.54, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31144, 1925, 'Frankie fast store', 5160, 16, 30, 276.62, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31145, 1925, 'Frankie fast store', 4249, 18, 30, 42.00, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31146, 1925, 'Frankie fast store', 5963, 17, 30, 44.61, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31147, 1925, 'Frankie fast store', 2940, 14, 30, 1529.99, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31148, 1925, 'Frankie fast store', 4584, 16, 30, 311.99, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31149, 1925, 'Frankie fast store', 3845, 4, 30, 31.50, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31150, 1925, 'Frankie fast store', 696, 18, 30, 84.15, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31151, 1925, 'Frankie fast store', 3283, 16, 30, 15.71, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31152, 1925, 'Frankie fast store', 2997, 14, 30, 233.51, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31153, 1925, 'Frankie fast store', 3311, 16, 30, 346.49, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31154, 1925, 'Frankie fast store', 5433, 12, 30, 8.36, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31155, 1925, 'Frankie fast store', 3443, 11, 30, 10.16, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31156, 1925, 'Frankie fast store', 2848, 14, 30, 243.79, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31157, 1925, 'Frankie fast store', 281, 18, 30, 280.34, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31158, 1925, 'Frankie fast store', 1802, 16, 30, 130.81, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31159, 1925, 'Frankie fast store', 5015, 14, 30, 8.07, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31160, 1925, 'Frankie fast store', 4796, 12, 30, 10.93, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31161, 1925, 'Frankie fast store', 5747, 13, 30, 5.02, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31162, 1925, 'Frankie fast store', 19, 2, 30, 5.20, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31163, 1925, 'Frankie fast store', 4221, 14, 30, 20.59, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31164, 1925, 'Frankie fast store', 3819, 15, 30, 7.41, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31165, 1925, 'Frankie fast store', 949, 5, 30, 0.32, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31166, 1925, 'Frankie fast store', 734, 19, 30, 0.23, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31167, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31168, 1925, 'Frankie fast store', 1894, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31169, 1925, 'Frankie fast store', 1844, 19, 30, 0.30, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31170, 1925, 'Frankie fast store', 803, 19, 30, 0.20, 1, 1, 'ai_bid', '2024-08-14 08:41:03', '2024-08-14 08:41:03', '2024-08-15 08:42:02'),
(31171, 1912, 'Linus', 5497, 17, 29, 626.17, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31172, 1912, 'Linus', 1129, 4, 29, 2.58, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31173, 1912, 'Linus', 1593, 4, 29, 36.20, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31174, 1912, 'Linus', 1456, 19, 29, 27.56, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31175, 1912, 'Linus', 4453, 15, 29, 34.98, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31176, 1912, 'Linus', 4924, 13, 29, 158.53, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31177, 1912, 'Linus', 5428, 12, 29, 5.09, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31178, 1912, 'Linus', 3252, 5, 29, 32.13, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31179, 1912, 'Linus', 1625, 19, 29, 5.51, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31180, 1912, 'Linus', 4236, 5, 29, 315.00, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31181, 1912, 'Linus', 262, 5, 29, 173.40, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31182, 1912, 'Linus', 939, 17, 29, 41.40, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31183, 1912, 'Linus', 4273, 14, 29, 9.09, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31184, 1912, 'Linus', 4850, 12, 29, 132.87, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31185, 1912, 'Linus', 2733, 18, 29, 3060.22, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31186, 1912, 'Linus', 1764, 18, 29, 96.45, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31187, 1912, 'Linus', 2845, 15, 29, 30.29, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31188, 1912, 'Linus', 2336, 18, 29, 46.35, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31189, 1912, 'Linus', 5570, 10, 29, 197.40, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31190, 1912, 'Linus', 3715, 19, 29, 23.31, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31191, 1912, 'Linus', 5306, 14, 29, 404.00, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31192, 1912, 'Linus', 173, 7, 29, 119.33, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31193, 1912, 'Linus', 5009, 11, 29, 38.37, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31194, 1912, 'Linus', 728, 10, 29, 34.22, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31195, 1912, 'Linus', 3607, 12, 29, 748.67, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31196, 1912, 'Linus', 2080, 7, 29, 150.03, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31197, 1912, 'Linus', 4862, 14, 29, 14.74, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31198, 1912, 'Linus', 1857, 19, 29, 206.00, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31199, 1912, 'Linus', 6133, 11, 29, 15.75, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31200, 1912, 'Linus', 1037, 19, 29, 47.69, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(31201, 1912, 'Linus', 2594, 19, 29, 15.58, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31202, 1912, 'Linus', 4760, 14, 29, 70.69, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31203, 1912, 'Linus', 4272, 18, 29, 126.14, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31204, 1912, 'Linus', 4493, 15, 29, 126.00, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31205, 1912, 'Linus', 2017, 15, 29, 196.70, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31206, 1912, 'Linus', 2530, 14, 29, 1513.99, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31207, 1912, 'Linus', 899, 19, 29, 414.96, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31208, 1912, 'Linus', 3203, 4, 29, 41.99, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31209, 1912, 'Linus', 1724, 5, 29, 2.22, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31210, 1912, 'Linus', 5333, 14, 29, 314.95, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31211, 1912, 'Linus', 3964, 16, 29, 47.83, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31212, 1912, 'Linus', 4959, 13, 29, 273.00, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31213, 1912, 'Linus', 2031, 4, 29, 532.27, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31214, 1912, 'Linus', 2957, 18, 29, 1144.00, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31215, 1912, 'Linus', 3918, 2, 29, 1426.98, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31216, 1912, 'Linus', 889, 7, 29, 16.96, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31217, 1912, 'Linus', 2626, 14, 29, 27.45, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31218, 1912, 'Linus', 1405, 14, 29, 10.30, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31219, 1912, 'Linus', 4992, 14, 29, 12.69, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31220, 1912, 'Linus', 1710, 10, 29, 21.41, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31221, 1912, 'Linus', 4964, 12, 29, 20.90, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31222, 1912, 'Linus', 5868, 11, 29, 20.39, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31223, 1912, 'Linus', 2548, 19, 29, 20.79, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31224, 1912, 'Linus', 2681, 14, 29, 88.33, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31225, 1912, 'Linus', 661, 1, 29, 6.18, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31226, 1912, 'Linus', 869, 7, 29, 10.02, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31227, 1912, 'Linus', 4271, 5, 29, 131.58, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31228, 1912, 'Linus', 200, 7, 29, 7.96, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31229, 1912, 'Linus', 1558, 18, 29, 20.06, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31230, 1912, 'Linus', 2595, 7, 29, 34.64, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31231, 1912, 'Linus', 1759, 2, 29, 122.40, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31232, 1912, 'Linus', 4034, 18, 29, 12.25, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31233, 1912, 'Linus', 735, 19, 29, 2.27, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31234, 1912, 'Linus', 3722, 13, 29, 2.10, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31235, 1912, 'Linus', 716, 19, 29, 1.02, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31236, 1912, 'Linus', 1894, 19, 29, 0.21, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31237, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31238, 1912, 'Linus', 803, 19, 29, 0.20, 1, 1, 'ai_bid', '2024-08-14 08:46:02', '2024-08-14 08:46:02', '2024-08-15 08:46:02'),
(31239, 1886, 'Lovenest Luxe', 1916, 7, NULL, 4.00, 79, 1, 'manual_bid', '2024-08-14 09:57:00', '2024-08-14 09:57:00', '2024-08-15 09:57:01'),
(31240, 1921, 'Baeniiz', 2857, 12, NULL, 27.00, 2, 1, 'manual_bid', '2024-08-14 10:18:21', '2024-08-14 10:18:21', '2024-08-15 10:19:02'),
(31241, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-14 10:19:22', '2024-08-14 10:19:22', '2024-08-15 10:20:03'),
(31242, 1920, 'Nizzy', 2107, 4, NULL, 37.00, 1, 1, 'manual_bid', '2024-08-14 10:19:57', '2024-08-14 10:19:57', '2024-08-15 10:20:03'),
(31243, 1869, 'Anatoliy fast store', 5407, 16, 25, 15.74, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31244, 1869, 'Anatoliy fast store', 283, 14, 25, 43.90, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31245, 1869, 'Anatoliy fast store', 6054, 15, 25, 18.53, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31246, 1869, 'Anatoliy fast store', 1501, 15, 25, 28.35, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31247, 1869, 'Anatoliy fast store', 3083, 18, 25, 51.00, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31248, 1869, 'Anatoliy fast store', 2028, 19, 25, 40.95, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31249, 1869, 'Anatoliy fast store', 6064, 15, 25, 6.81, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31250, 1869, 'Anatoliy fast store', 157, 18, 25, 10.10, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31251, 1869, 'Anatoliy fast store', 1141, 19, 25, 101.85, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31252, 1869, 'Anatoliy fast store', 2793, 14, 25, 103.01, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31253, 1869, 'Anatoliy fast store', 6123, 11, 25, 19.56, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31254, 1869, 'Anatoliy fast store', 5272, 13, 25, 5.86, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31255, 1869, 'Anatoliy fast store', 798, 18, 25, 16.47, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31256, 1869, 'Anatoliy fast store', 3558, 12, 25, 11.06, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31257, 1869, 'Anatoliy fast store', 4445, 15, 25, 27.18, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31258, 1869, 'Anatoliy fast store', 4778, 12, 25, 328.16, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31259, 1869, 'Anatoliy fast store', 4076, 18, 25, 40.79, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31260, 1869, 'Anatoliy fast store', 5753, 15, 25, 624.00, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31261, 1869, 'Anatoliy fast store', 4511, 16, 25, 2.03, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31262, 1869, 'Anatoliy fast store', 1473, 14, 25, 20.73, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31263, 1869, 'Anatoliy fast store', 1850, 5, 25, 0.56, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31264, 1869, 'Anatoliy fast store', 1827, 19, 25, 0.12, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31265, 1869, 'Anatoliy fast store', 1811, 5, 25, 0.20, 1, 1, 'ai_bid', '2024-08-14 11:39:02', '2024-08-14 11:39:02', '2024-08-15 02:04:02'),
(31266, 1850, 'Chanadus', 3018, 14, 32, 2.58, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31267, 1850, 'Chanadus', 399, 16, 32, 127.50, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31268, 1850, 'Chanadus', 4728, 12, 32, 53.54, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31269, 1850, 'Chanadus', 3243, 5, 32, 10.56, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31270, 1850, 'Chanadus', 5548, 10, 32, 32.31, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31271, 1850, 'Chanadus', 238, 5, 32, 16.80, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31272, 1850, 'Chanadus', 3280, 5, 32, 157.50, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31273, 1850, 'Chanadus', 2453, 19, 32, 280.80, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31274, 1850, 'Chanadus', 270, 5, 32, 204.92, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31275, 1850, 'Chanadus', 530, 17, 32, 13.35, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31276, 1850, 'Chanadus', 6120, 11, 32, 29.00, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31277, 1850, 'Chanadus', 797, 19, 32, 885.80, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31278, 1850, 'Chanadus', 3930, 16, 32, 11.32, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31279, 1850, 'Chanadus', 5905, 17, 32, 2.57, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31280, 1850, 'Chanadus', 3798, 4, 32, 20.66, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31281, 1850, 'Chanadus', 1165, 18, 32, 62.21, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31282, 1850, 'Chanadus', 1866, 19, 32, 6.06, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31283, 1850, 'Chanadus', 1232, 19, 32, 26.25, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31284, 1850, 'Chanadus', 3988, 12, 32, 32.96, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31285, 1850, 'Chanadus', 4178, 5, 32, 22.76, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31286, 1850, 'Chanadus', 813, 14, 32, 11.33, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31287, 1850, 'Chanadus', 1341, 2, 32, 25.49, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31288, 1850, 'Chanadus', 2684, 14, 32, 20.69, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31289, 1850, 'Chanadus', 959, 5, 32, 2.68, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31290, 1850, 'Chanadus', 1844, 19, 32, 0.30, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31291, 1850, 'Chanadus', 1811, 5, 32, 0.20, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31292, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31293, 1850, 'Chanadus', 1894, 19, 32, 0.21, 1, 1, 'ai_bid', '2024-08-14 11:48:03', '2024-08-14 11:48:03', '2024-08-15 11:49:02'),
(31294, 1876, 'Etiuko', 1021, 5, 28, 3.15, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31295, 1876, 'Etiuko', 6105, 11, 28, 10.49, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31296, 1876, 'Etiuko', 5091, 14, 28, 5.04, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31297, 1876, 'Etiuko', 5010, 13, 28, 43.45, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31298, 1876, 'Etiuko', 5905, 17, 28, 2.52, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31299, 1876, 'Etiuko', 283, 14, 28, 44.77, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31300, 1876, 'Etiuko', 5183, 16, 28, 25.62, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31301, 1876, 'Etiuko', 3846, 16, 28, 5.29, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31302, 1876, 'Etiuko', 93, 2, 28, 17.68, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31303, 1876, 'Etiuko', 4479, 16, 28, 2.05, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31304, 1876, 'Etiuko', 2023, 19, 28, 1.04, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31305, 1876, 'Etiuko', 1894, 19, 28, 0.20, 1, 1, 'ai_bid', '2024-08-14 12:08:03', '2024-08-14 12:08:03', '2024-08-15 12:09:02'),
(31306, 1915, 'BnBGlobal', 1034, 5, NULL, 99.00, 1, 1, 'manual_bid', '2024-08-14 16:06:16', '2024-08-14 16:06:16', '2024-08-15 16:07:01'),
(31307, 1915, 'BnBGlobal', 3243, 5, NULL, 11.00, 1, 1, 'manual_bid', '2024-08-14 16:18:28', '2024-08-14 16:18:28', '2024-08-15 16:19:02'),
(31308, 1884, 'Mich&Jstore', 1222, 15, 31, 10.61, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31309, 1884, 'Mich&Jstore', 5875, 17, 31, 152.49, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31310, 1884, 'Mich&Jstore', 3082, 2, 31, 12.70, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31311, 1884, 'Mich&Jstore', 5751, 15, 31, 4.36, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31312, 1884, 'Mich&Jstore', 457, 16, 31, 203.93, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31313, 1884, 'Mich&Jstore', 1838, 19, 31, 11010.90, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31314, 1884, 'Mich&Jstore', 3707, 18, 31, 372.22, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31315, 1884, 'Mich&Jstore', 3894, 11, 31, 835.38, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31316, 1884, 'Mich&Jstore', 1347, 15, 31, 85.85, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31317, 1884, 'Mich&Jstore', 1580, 19, 31, 14.95, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31318, 1884, 'Mich&Jstore', 5486, 7, 31, 7.92, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31319, 1884, 'Mich&Jstore', 6029, 15, 31, 27.28, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31320, 1884, 'Mich&Jstore', 684, 19, 31, 4492.86, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31321, 1884, 'Mich&Jstore', 5763, 15, 31, 714.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31322, 1884, 'Mich&Jstore', 2719, 18, 31, 28.06, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31323, 1884, 'Mich&Jstore', 2554, 14, 31, 8.57, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31324, 1884, 'Mich&Jstore', 5620, 16, 31, 41.40, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31325, 1884, 'Mich&Jstore', 18, 2, 31, 10.10, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31326, 1884, 'Mich&Jstore', 4698, 12, 31, 21.56, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31327, 1884, 'Mich&Jstore', 5380, 14, 31, 31.72, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31328, 1884, 'Mich&Jstore', 1730, 19, 31, 475.71, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31329, 1884, 'Mich&Jstore', 3767, 7, 31, 452.17, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31330, 1884, 'Mich&Jstore', 2546, 14, 31, 181.79, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31331, 1884, 'Mich&Jstore', 5073, 14, 31, 19.07, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31332, 1884, 'Mich&Jstore', 1164, 10, 31, 4158.11, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31333, 1884, 'Mich&Jstore', 1353, 15, 31, 2.22, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31334, 1884, 'Mich&Jstore', 3810, 4, 31, 159.65, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31335, 1884, 'Mich&Jstore', 2111, 19, 31, 1313.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31336, 1884, 'Mich&Jstore', 4569, 14, 31, 132.87, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31337, 1884, 'Mich&Jstore', 1015, 5, 31, 4.05, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31338, 1884, 'Mich&Jstore', 2595, 7, 31, 35.31, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31339, 1884, 'Mich&Jstore', 3523, 12, 31, 16.18, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31340, 1884, 'Mich&Jstore', 3905, 16, 31, 43.04, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31341, 1884, 'Mich&Jstore', 2349, 19, 31, 230.87, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31342, 1884, 'Mich&Jstore', 3526, 11, 31, 107.05, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31343, 1884, 'Mich&Jstore', 5755, 13, 31, 42.58, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31344, 1884, 'Mich&Jstore', 4226, 18, 31, 59.31, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31345, 1884, 'Mich&Jstore', 3252, 5, 31, 32.13, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31346, 1884, 'Mich&Jstore', 523, 14, 31, 18.69, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31347, 1884, 'Mich&Jstore', 5770, 17, 31, 31.51, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31348, 1884, 'Mich&Jstore', 5596, 10, 31, 155.52, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31349, 1884, 'Mich&Jstore', 2303, 19, 31, 79.50, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31350, 1884, 'Mich&Jstore', 1079, 4, 31, 5.29, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31351, 1884, 'Mich&Jstore', 4985, 13, 31, 309.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31352, 1884, 'Mich&Jstore', 3403, 10, 31, 5.14, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31353, 1884, 'Mich&Jstore', 875, 19, 31, 17.75, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31354, 1884, 'Mich&Jstore', 5337, 14, 31, 40.80, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31355, 1884, 'Mich&Jstore', 28, 2, 31, 15.30, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31356, 1884, 'Mich&Jstore', 1577, 4, 31, 72.80, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31357, 1884, 'Mich&Jstore', 5396, 17, 31, 46.80, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31358, 1884, 'Mich&Jstore', 3445, 10, 31, 8.08, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31359, 1884, 'Mich&Jstore', 4068, 2, 31, 37.68, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31360, 1884, 'Mich&Jstore', 5353, 14, 31, 612.32, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31361, 1884, 'Mich&Jstore', 1170, 14, 31, 1850.16, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31362, 1884, 'Mich&Jstore', 518, 18, 31, 3030.45, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31363, 1884, 'Mich&Jstore', 4005, 18, 31, 520.86, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31364, 1884, 'Mich&Jstore', 2596, 17, 31, 36.02, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31365, 1884, 'Mich&Jstore', 2838, 13, 31, 30.89, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31366, 1884, 'Mich&Jstore', 3480, 11, 31, 20.99, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31367, 1884, 'Mich&Jstore', 2219, 10, 31, 266.13, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31368, 1884, 'Mich&Jstore', 987, 16, 31, 85.06, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31369, 1884, 'Mich&Jstore', 1523, 10, 31, 1.62, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31370, 1884, 'Mich&Jstore', 3872, 15, 31, 31.50, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31371, 1884, 'Mich&Jstore', 608, 7, 31, 2.12, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31372, 1884, 'Mich&Jstore', 4874, 17, 31, 116.59, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31373, 1884, 'Mich&Jstore', 5775, 15, 31, 17.52, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31374, 1884, 'Mich&Jstore', 1146, 18, 31, 9.27, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31375, 1884, 'Mich&Jstore', 976, 5, 31, 136.74, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31376, 1884, 'Mich&Jstore', 2479, 7, 31, 657.92, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31377, 1884, 'Mich&Jstore', 3715, 19, 31, 22.43, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31378, 1884, 'Mich&Jstore', 2477, 10, 31, 26.49, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31379, 1884, 'Mich&Jstore', 103, 2, 31, 520.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31380, 1884, 'Mich&Jstore', 4103, 14, 31, 7.13, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31381, 1884, 'Mich&Jstore', 4300, 5, 31, 14.80, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31382, 1884, 'Mich&Jstore', 4165, 18, 31, 20.19, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31383, 1884, 'Mich&Jstore', 4532, 14, 31, 111.28, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31384, 1884, 'Mich&Jstore', 1367, 5, 31, 3030.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31385, 1884, 'Mich&Jstore', 4781, 14, 31, 1859.15, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31386, 1884, 'Mich&Jstore', 4223, 5, 31, 10.27, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31387, 1884, 'Mich&Jstore', 1291, 2, 31, 10.55, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31388, 1884, 'Mich&Jstore', 2421, 19, 31, 714.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31389, 1884, 'Mich&Jstore', 4045, 18, 31, 10.39, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31390, 1884, 'Mich&Jstore', 2055, 4, 31, 244.65, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31391, 1884, 'Mich&Jstore', 1505, 15, 31, 521.15, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31392, 1884, 'Mich&Jstore', 5381, 14, 31, 14.82, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31393, 1884, 'Mich&Jstore', 3171, 5, 31, 17.84, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31394, 1884, 'Mich&Jstore', 4880, 14, 31, 8.31, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31395, 1884, 'Mich&Jstore', 1403, 15, 31, 8.09, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31396, 1884, 'Mich&Jstore', 2461, 10, 31, 7.20, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31397, 1884, 'Mich&Jstore', 592, 11, 31, 477.75, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31398, 1884, 'Mich&Jstore', 2040, 17, 31, 56.52, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31399, 1884, 'Mich&Jstore', 2550, 14, 31, 30.27, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31400, 1884, 'Mich&Jstore', 5438, 16, 31, 17.56, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31401, 1884, 'Mich&Jstore', 3624, 12, 31, 124.32, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31402, 1884, 'Mich&Jstore', 3816, 15, 31, 36.71, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31403, 1884, 'Mich&Jstore', 3333, 7, 31, 5.87, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31404, 1884, 'Mich&Jstore', 306, 18, 31, 14.56, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31405, 1884, 'Mich&Jstore', 3655, 10, 31, 18.16, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31406, 1884, 'Mich&Jstore', 3115, 2, 31, 278.24, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31407, 1884, 'Mich&Jstore', 2101, 19, 31, 939.16, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31408, 1884, 'Mich&Jstore', 5849, 15, 31, 64.60, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31409, 1884, 'Mich&Jstore', 88, 2, 31, 1614.99, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31410, 1884, 'Mich&Jstore', 2944, 13, 31, 17.57, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31411, 1884, 'Mich&Jstore', 2746, 13, 31, 44.09, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31412, 1884, 'Mich&Jstore', 5811, 15, 31, 46.22, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31413, 1884, 'Mich&Jstore', 3426, 10, 31, 25.19, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31414, 1884, 'Mich&Jstore', 256, 17, 31, 157.47, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31415, 1884, 'Mich&Jstore', 1144, 4, 31, 36.92, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31416, 1884, 'Mich&Jstore', 3958, 5, 31, 412.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31417, 1884, 'Mich&Jstore', 4038, 18, 31, 5.09, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31418, 1884, 'Mich&Jstore', 4254, 18, 31, 20.97, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31419, 1884, 'Mich&Jstore', 4064, 18, 31, 12.26, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31420, 1884, 'Mich&Jstore', 966, 18, 31, 12.92, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31421, 1884, 'Mich&Jstore', 1336, 15, 31, 36.40, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31422, 1884, 'Mich&Jstore', 537, 15, 31, 990.72, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31423, 1884, 'Mich&Jstore', 2861, 14, 31, 56.09, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31424, 1884, 'Mich&Jstore', 2714, 14, 31, 128.97, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31425, 1884, 'Mich&Jstore', 5600, 10, 31, 63.43, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31426, 1884, 'Mich&Jstore', 1303, 2, 31, 89.61, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31427, 1884, 'Mich&Jstore', 6026, 11, 31, 12.48, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31428, 1884, 'Mich&Jstore', 4562, 5, 31, 3.94, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31429, 1884, 'Mich&Jstore', 5504, 17, 31, 2086.35, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31430, 1884, 'Mich&Jstore', 357, 10, 31, 47.49, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31431, 1884, 'Mich&Jstore', 2199, 19, 31, 31.80, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31432, 1884, 'Mich&Jstore', 3482, 10, 31, 5.10, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31433, 1884, 'Mich&Jstore', 2210, 19, 31, 7.28, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31434, 1884, 'Mich&Jstore', 1517, 15, 31, 192.61, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31435, 1884, 'Mich&Jstore', 824, 18, 31, 24.42, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31436, 1884, 'Mich&Jstore', 3819, 15, 31, 7.41, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31437, 1884, 'Mich&Jstore', 4135, 5, 31, 26.71, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31438, 1884, 'Mich&Jstore', 3849, 4, 31, 636.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31439, 1884, 'Mich&Jstore', 1755, 19, 31, 1652.04, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31440, 1884, 'Mich&Jstore', 2248, 19, 31, 3084.85, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31441, 1884, 'Mich&Jstore', 3294, 15, 31, 12.35, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31442, 1884, 'Mich&Jstore', 5633, 10, 31, 9.21, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31443, 1884, 'Mich&Jstore', 5326, 14, 31, 428.35, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31444, 1884, 'Mich&Jstore', 2006, 2, 31, 81.60, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31445, 1884, 'Mich&Jstore', 5629, 10, 31, 16.21, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31446, 1884, 'Mich&Jstore', 1898, 19, 31, 434.30, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31447, 1884, 'Mich&Jstore', 3473, 10, 31, 351.22, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31448, 1884, 'Mich&Jstore', 3186, 4, 31, 8.36, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31449, 1884, 'Mich&Jstore', 3948, 16, 31, 110.07, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31450, 1884, 'Mich&Jstore', 1228, 19, 31, 21.53, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31451, 1884, 'Mich&Jstore', 5584, 12, 31, 280.84, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31452, 1884, 'Mich&Jstore', 3217, 4, 31, 90.69, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31453, 1884, 'Mich&Jstore', 929, 18, 31, 46.62, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31454, 1884, 'Mich&Jstore', 897, 18, 31, 469.19, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31455, 1884, 'Mich&Jstore', 3885, 2, 31, 416.00, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31456, 1884, 'Mich&Jstore', 935, 5, 31, 3.09, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31457, 1884, 'Mich&Jstore', 1662, 19, 31, 0.91, 1, 1, 'ai_bid', '2024-08-14 16:55:04', '2024-08-14 16:55:04', '2024-08-15 16:56:02'),
(31458, 1902, 'Good bargain stores', 5141, 13, 26, 617.99, 1, 1, 'ai_bid', '2024-08-14 17:42:02', '2024-08-14 17:42:02', '2024-08-15 17:42:02'),
(31459, 1902, 'Good bargain stores', 3806, 15, 26, 15.14, 1, 1, 'ai_bid', '2024-08-14 17:42:02', '2024-08-14 17:42:02', '2024-08-15 17:42:02'),
(31460, 1902, 'Good bargain stores', 2041, 5, 26, 2.04, 1, 1, 'ai_bid', '2024-08-14 17:42:02', '2024-08-14 17:42:02', '2024-08-15 17:42:02'),
(31461, 1902, 'Good bargain stores', 803, 19, 26, 0.20, 1, 1, 'ai_bid', '2024-08-14 17:42:02', '2024-08-14 17:42:02', '2024-08-15 17:42:02'),
(31462, 1902, 'Good bargain stores', 1719, 5, 26, 1.07, 1, 1, 'ai_bid', '2024-08-14 17:42:02', '2024-08-14 17:42:02', '2024-08-15 17:42:02'),
(31463, 1902, 'Good bargain stores', 1827, 19, 26, 0.13, 1, 1, 'ai_bid', '2024-08-14 17:42:02', '2024-08-14 17:42:02', '2024-08-15 17:42:02'),
(31464, 1902, 'Good bargain stores', 4743, 12, 27, 20.93, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31465, 1902, 'Good bargain stores', 1055, 19, 27, 30.90, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31466, 1902, 'Good bargain stores', 311, 18, 27, 150.80, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31467, 1902, 'Good bargain stores', 1364, 15, 27, 90.64, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31468, 1902, 'Good bargain stores', 5500, 17, 27, 788.62, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31469, 1902, 'Good bargain stores', 1048, 19, 27, 56.09, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31470, 1902, 'Good bargain stores', 2023, 19, 27, 1.02, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31471, 1902, 'Good bargain stores', 2615, 14, 27, 20.99, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31472, 1902, 'Good bargain stores', 545, 18, 27, 150.49, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31473, 1902, 'Good bargain stores', 1370, 2, 27, 103.95, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31474, 1902, 'Good bargain stores', 4454, 15, 27, 1549.60, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31475, 1902, 'Good bargain stores', 678, 10, 27, 2.02, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31476, 1902, 'Good bargain stores', 1251, 10, 27, 20.01, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31477, 1902, 'Good bargain stores', 365, 18, 27, 728.00, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31478, 1902, 'Good bargain stores', 3671, 10, 27, 18.35, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31479, 1902, 'Good bargain stores', 2992, 12, 27, 125.46, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31480, 1902, 'Good bargain stores', 5615, 10, 27, 200.54, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31481, 1902, 'Good bargain stores', 2857, 12, 27, 28.34, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31482, 1902, 'Good bargain stores', 5864, 15, 27, 38.10, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31483, 1902, 'Good bargain stores', 2136, 19, 27, 20.33, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31484, 1902, 'Good bargain stores', 2068, 4, 27, 795.00, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31485, 1902, 'Good bargain stores', 5642, 15, 27, 112.20, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31486, 1902, 'Good bargain stores', 4407, 14, 27, 2857.01, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31487, 1902, 'Good bargain stores', 4247, 18, 27, 15.77, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31488, 1902, 'Good bargain stores', 2447, 19, 27, 183.74, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31489, 1902, 'Good bargain stores', 1661, 17, 27, 14.30, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31490, 1902, 'Good bargain stores', 79, 2, 27, 151.50, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31491, 1902, 'Good bargain stores', 1343, 15, 27, 62.39, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31492, 1902, 'Good bargain stores', 2513, 16, 27, 389.95, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31493, 1902, 'Good bargain stores', 4198, 14, 27, 18.90, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31494, 1902, 'Good bargain stores', 2890, 19, 27, 4210.32, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31495, 1902, 'Good bargain stores', 5166, 16, 27, 239.19, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31496, 1902, 'Good bargain stores', 1030, 19, 27, 27.02, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31497, 1902, 'Good bargain stores', 1109, 19, 27, 164.80, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31498, 1902, 'Good bargain stores', 6016, 17, 27, 12.76, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31499, 1902, 'Good bargain stores', 5321, 13, 27, 278.75, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31500, 1902, 'Good bargain stores', 1100, 19, 27, 116.96, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31501, 1902, 'Good bargain stores', 5870, 15, 27, 13.33, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31502, 1902, 'Good bargain stores', 3804, 4, 27, 242.40, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31503, 1902, 'Good bargain stores', 3401, 14, 27, 593.60, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31504, 1902, 'Good bargain stores', 2101, 19, 27, 930.30, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31505, 1902, 'Good bargain stores', 2415, 16, 27, 10.90, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31506, 1902, 'Good bargain stores', 2124, 19, 27, 618.00, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31507, 1902, 'Good bargain stores', 1091, 19, 27, 247.30, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31508, 1902, 'Good bargain stores', 2387, 16, 27, 44.02, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31509, 1902, 'Good bargain stores', 4766, 12, 27, 29.39, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31510, 1902, 'Good bargain stores', 1629, 19, 27, 10.16, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31511, 1902, 'Good bargain stores', 5174, 16, 27, 43.04, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31512, 1902, 'Good bargain stores', 852, 19, 27, 26.70, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31513, 1902, 'Good bargain stores', 2093, 5, 27, 10.20, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31514, 1902, 'Good bargain stores', 4286, 18, 27, 111.06, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31515, 1902, 'Good bargain stores', 496, 19, 27, 132.59, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31516, 1902, 'Good bargain stores', 2237, 2, 27, 35.70, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31517, 1902, 'Good bargain stores', 2214, 1, 27, 9.27, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31518, 1902, 'Good bargain stores', 1004, 16, 27, 70.70, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31519, 1902, 'Good bargain stores', 2930, 10, 27, 30.15, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31520, 1902, 'Good bargain stores', 2818, 17, 27, 17.50, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31521, 1902, 'Good bargain stores', 3912, 2, 27, 24.47, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31522, 1902, 'Good bargain stores', 5785, 15, 27, 5.86, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:02'),
(31523, 1902, 'Good bargain stores', 1859, 18, 27, 3.67, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31524, 1902, 'Good bargain stores', 3846, 16, 27, 5.04, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31525, 1902, 'Good bargain stores', 5924, 13, 27, 6.86, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31526, 1902, 'Good bargain stores', 1811, 5, 27, 0.21, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31527, 1902, 'Good bargain stores', 1894, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31528, 1902, 'Good bargain stores', 803, 19, 27, 0.21, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31529, 1902, 'Good bargain stores', 734, 19, 27, 0.22, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31530, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-08-14 18:17:03', '2024-08-14 18:17:03', '2024-08-15 18:18:03'),
(31531, 1798, 'Feelyards', 3764, 7, NULL, 125.00, 1, 1, 'manual_bid', '2024-08-14 19:06:53', '2024-08-14 19:06:53', '2024-08-15 19:07:02'),
(31532, 1798, 'Feelyards', 3435, 7, NULL, 151.00, 1, 1, 'manual_bid', '2024-08-14 19:09:32', '2024-08-14 19:09:32', '2024-08-15 19:10:03'),
(31533, 1798, 'Feelyards', 3740, 7, NULL, 31.00, 2, 1, 'manual_bid', '2024-08-14 19:20:14', '2024-08-14 19:20:14', '2024-08-15 19:21:02'),
(31534, 1850, 'Chanadus', 3000, 19, NULL, 21.98, 46, 1, 'manual_bid', '2024-08-15 09:27:02', '2024-08-15 09:27:02', '2024-08-16 09:28:02'),
(31535, 1925, 'Frankie fast store', 4465, 15, 30, 15.89, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31536, 1925, 'Frankie fast store', 414, 7, 30, 31.35, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31537, 1925, 'Frankie fast store', 943, 5, 30, 41.19, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31538, 1925, 'Frankie fast store', 2135, 17, 30, 57.64, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31539, 1925, 'Frankie fast store', 5949, 11, 30, 208.00, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31540, 1925, 'Frankie fast store', 657, 19, 30, 40.17, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31541, 1925, 'Frankie fast store', 2680, 14, 30, 27.98, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31542, 1925, 'Frankie fast store', 41, 2, 30, 18.54, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31543, 1925, 'Frankie fast store', 1558, 18, 30, 20.65, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31544, 1925, 'Frankie fast store', 5453, 12, 30, 260.59, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31545, 1925, 'Frankie fast store', 1075, 19, 30, 235.20, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31546, 1925, 'Frankie fast store', 4251, 5, 30, 23.45, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31547, 1925, 'Frankie fast store', 846, 13, 30, 301.67, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31548, 1925, 'Frankie fast store', 903, 18, 30, 84.12, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31549, 1925, 'Frankie fast store', 1899, 19, 30, 11.52, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31550, 1925, 'Frankie fast store', 3471, 14, 30, 86.51, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31551, 1925, 'Frankie fast store', 2661, 14, 30, 15.84, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31552, 1925, 'Frankie fast store', 677, 18, 30, 6361.74, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31553, 1925, 'Frankie fast store', 1036, 5, 30, 885.80, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31554, 1925, 'Frankie fast store', 1361, 15, 30, 78.22, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31555, 1925, 'Frankie fast store', 2669, 14, 30, 125.38, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31556, 1925, 'Frankie fast store', 2924, 14, 30, 30.53, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31557, 1925, 'Frankie fast store', 2665, 14, 30, 18.17, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31558, 1925, 'Frankie fast store', 1403, 15, 30, 8.33, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31559, 1925, 'Frankie fast store', 4870, 17, 30, 142.79, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31560, 1925, 'Frankie fast store', 5465, 16, 30, 40.79, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31561, 1925, 'Frankie fast store', 5019, 11, 30, 259.99, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31562, 1925, 'Frankie fast store', 1015, 5, 30, 4.12, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31563, 1925, 'Frankie fast store', 5589, 12, 30, 151.98, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31564, 1925, 'Frankie fast store', 4018, 17, 30, 50.50, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31565, 1925, 'Frankie fast store', 5272, 13, 30, 6.15, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31566, 1925, 'Frankie fast store', 1308, 15, 30, 715.50, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31567, 1925, 'Frankie fast store', 2510, 7, 30, 40.33, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(31568, 1925, 'Frankie fast store', 2039, 17, 30, 31.49, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31569, 1925, 'Frankie fast store', 3798, 4, 30, 20.27, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31570, 1925, 'Frankie fast store', 1786, 2, 30, 16.64, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31571, 1925, 'Frankie fast store', 2085, 12, 30, 29.76, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31572, 1925, 'Frankie fast store', 3859, 15, 30, 153.00, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31573, 1925, 'Frankie fast store', 4274, 18, 30, 63.00, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31574, 1925, 'Frankie fast store', 2495, 10, 30, 35.34, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31575, 1925, 'Frankie fast store', 1533, 15, 30, 23.46, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31576, 1925, 'Frankie fast store', 4201, 18, 30, 20.20, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31577, 1925, 'Frankie fast store', 263, 18, 30, 6.41, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31578, 1925, 'Frankie fast store', 3711, 14, 30, 841.04, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31579, 1925, 'Frankie fast store', 3598, 12, 30, 1050.00, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31580, 1925, 'Frankie fast store', 1216, 14, 30, 8.69, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31581, 1925, 'Frankie fast store', 1902, 15, 30, 106.49, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31582, 1925, 'Frankie fast store', 457, 16, 30, 205.91, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31583, 1925, 'Frankie fast store', 5541, 10, 30, 38.34, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31584, 1925, 'Frankie fast store', 1196, 19, 30, 121.20, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31585, 1925, 'Frankie fast store', 6058, 11, 30, 19.43, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31586, 1925, 'Frankie fast store', 4926, 11, 30, 27.81, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31587, 1925, 'Frankie fast store', 874, 19, 30, 63.60, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31588, 1925, 'Frankie fast store', 1159, 14, 30, 10.49, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31589, 1925, 'Frankie fast store', 706, 18, 30, 68.63, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31590, 1925, 'Frankie fast store', 1333, 7, 30, 9.75, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31591, 1925, 'Frankie fast store', 1402, 14, 30, 15.94, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31592, 1925, 'Frankie fast store', 5833, 17, 30, 16.28, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31593, 1925, 'Frankie fast store', 6108, 11, 30, 2.20, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31594, 1925, 'Frankie fast store', 5899, 17, 30, 2.03, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31595, 1925, 'Frankie fast store', 1829, 5, 30, 0.77, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31596, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-15 09:54:02', '2024-08-15 09:54:02', '2024-08-16 09:54:02'),
(31597, 1912, 'Linus', 5424, 1, 29, 19.54, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31598, 1912, 'Linus', 86, 2, 29, 140.08, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31599, 1912, 'Linus', 3752, 7, 29, 64.11, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31600, 1912, 'Linus', 1270, 10, 29, 9.43, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31601, 1912, 'Linus', 176, 2, 29, 226.59, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31602, 1912, 'Linus', 688, 19, 29, 2789.85, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31603, 1912, 'Linus', 4686, 14, 29, 1333.96, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31604, 1912, 'Linus', 4406, 15, 29, 24.95, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31605, 1912, 'Linus', 2218, 18, 29, 22.39, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31606, 1912, 'Linus', 5553, 12, 29, 112.19, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31607, 1912, 'Linus', 5147, 16, 29, 188.99, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31608, 1912, 'Linus', 5814, 15, 29, 371.00, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31609, 1912, 'Linus', 4693, 12, 29, 15.11, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31610, 1912, 'Linus', 411, 2, 29, 32.34, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31611, 1912, 'Linus', 5947, 15, 29, 8029.31, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31612, 1912, 'Linus', 1141, 19, 29, 99.91, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31613, 1912, 'Linus', 4729, 14, 29, 87.85, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31614, 1912, 'Linus', 3341, 7, 29, 55.07, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31615, 1912, 'Linus', 4106, 5, 29, 1.34, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31616, 1912, 'Linus', 2488, 16, 29, 102.00, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31617, 1912, 'Linus', 3131, 18, 29, 21.62, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31618, 1912, 'Linus', 4396, 14, 29, 101.86, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31619, 1912, 'Linus', 5419, 12, 29, 20.58, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31620, 1912, 'Linus', 3403, 10, 29, 5.14, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31621, 1912, 'Linus', 803, 19, 29, 0.21, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31622, 1912, 'Linus', 1844, 19, 29, 0.31, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31623, 1912, 'Linus', 1827, 19, 29, 0.13, 1, 1, 'ai_bid', '2024-08-15 09:58:03', '2024-08-15 09:58:03', '2024-08-16 09:59:02'),
(31624, 1886, 'Lovenest Luxe', 355, 2, NULL, 11.00, 29, 1, 'manual_bid', '2024-08-15 11:04:07', '2024-08-15 11:04:07', '2024-08-16 11:05:03'),
(31625, 1921, 'Baeniiz', 2857, 12, NULL, 27.00, 2, 1, 'manual_bid', '2024-08-15 11:20:56', '2024-08-15 11:20:56', '2024-08-16 11:21:02'),
(31626, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-15 11:22:13', '2024-08-15 11:22:13', '2024-08-16 11:23:02'),
(31627, 1920, 'Nizzy', 3158, 4, NULL, 40.00, 1, 1, 'manual_bid', '2024-08-15 11:23:03', '2024-08-15 11:23:03', '2024-08-16 11:24:02'),
(31628, 1850, 'Chanadus', 350, 15, 32, 51.50, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31629, 1850, 'Chanadus', 1420, 19, 32, 68.07, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31630, 1850, 'Chanadus', 2539, 17, 32, 10.59, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31631, 1850, 'Chanadus', 2259, 19, 32, 215.22, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31632, 1850, 'Chanadus', 2461, 10, 32, 7.20, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31633, 1850, 'Chanadus', 1515, 19, 32, 371.00, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31634, 1850, 'Chanadus', 3715, 19, 32, 22.43, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31635, 1850, 'Chanadus', 4595, 5, 32, 52.94, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31636, 1850, 'Chanadus', 3299, 15, 32, 28.34, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31637, 1850, 'Chanadus', 3177, 4, 32, 52.52, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31638, 1850, 'Chanadus', 2680, 14, 32, 27.46, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31639, 1850, 'Chanadus', 103, 2, 32, 505.00, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:01'),
(31640, 1850, 'Chanadus', 5954, 11, 32, 189.74, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31641, 1850, 'Chanadus', 5750, 15, 32, 8.66, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31642, 1850, 'Chanadus', 3579, 12, 32, 11.45, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31643, 1850, 'Chanadus', 1949, 19, 32, 83.11, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31644, 1850, 'Chanadus', 2336, 18, 32, 46.35, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31645, 1850, 'Chanadus', 3436, 10, 32, 21.62, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31646, 1850, 'Chanadus', 4519, 16, 32, 19.94, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31647, 1850, 'Chanadus', 3099, 2, 32, 11.51, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31648, 1850, 'Chanadus', 4074, 5, 32, 16.31, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31649, 1850, 'Chanadus', 4146, 18, 32, 9.53, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31650, 1850, 'Chanadus', 2133, 19, 32, 132.50, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31651, 1850, 'Chanadus', 4534, 14, 32, 107.06, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31652, 1850, 'Chanadus', 2386, 2, 32, 8.48, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31653, 1850, 'Chanadus', 3338, 7, 32, 5.46, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31654, 1850, 'Chanadus', 5564, 10, 32, 6.11, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31655, 1850, 'Chanadus', 624, 5, 32, 1.04, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31656, 1850, 'Chanadus', 803, 19, 32, 0.20, 1, 1, 'ai_bid', '2024-08-15 13:00:04', '2024-08-15 13:00:04', '2024-08-16 13:01:02'),
(31657, 1876, 'Etiuko', 1899, 19, 28, 11.85, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31658, 1876, 'Etiuko', 2609, 13, 28, 27.29, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31659, 1876, 'Etiuko', 1803, 2, 28, 21.20, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31660, 1876, 'Etiuko', 3651, 10, 28, 35.62, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31661, 1876, 'Etiuko', 5993, 17, 28, 5.24, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31662, 1876, 'Etiuko', 755, 19, 28, 33.98, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31663, 1876, 'Etiuko', 4674, 12, 28, 5.51, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31664, 1876, 'Etiuko', 3332, 7, 28, 22.13, 1, 1, 'ai_bid', '2024-08-15 13:20:03', '2024-08-15 13:20:03', '2024-08-16 13:21:02'),
(31665, 1884, 'Mich&Jstore', 3689, 14, 31, 207.02, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31666, 1884, 'Mich&Jstore', 4188, 5, 31, 143.82, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31667, 1884, 'Mich&Jstore', 2088, 5, 31, 15.15, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31668, 1884, 'Mich&Jstore', 1673, 19, 31, 4.03, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31669, 1884, 'Mich&Jstore', 6105, 11, 31, 10.59, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31670, 1884, 'Mich&Jstore', 4581, 16, 31, 41.19, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31671, 1884, 'Mich&Jstore', 2613, 14, 31, 29.73, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31672, 1884, 'Mich&Jstore', 4998, 13, 31, 121.90, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31673, 1884, 'Mich&Jstore', 5297, 14, 31, 101.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31674, 1884, 'Mich&Jstore', 3418, 14, 31, 24.82, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31675, 1884, 'Mich&Jstore', 2283, 19, 31, 99.64, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31676, 1884, 'Mich&Jstore', 5368, 13, 31, 9411.99, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31677, 1884, 'Mich&Jstore', 3073, 2, 31, 117.60, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31678, 1884, 'Mich&Jstore', 1567, 19, 31, 44.28, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31679, 1884, 'Mich&Jstore', 5700, 10, 31, 36.60, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31680, 1884, 'Mich&Jstore', 5265, 13, 31, 17.50, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31681, 1884, 'Mich&Jstore', 2910, 19, 31, 35.36, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31682, 1884, 'Mich&Jstore', 4773, 12, 31, 50.47, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31683, 1884, 'Mich&Jstore', 3266, 7, 31, 249.61, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31684, 1884, 'Mich&Jstore', 1377, 15, 31, 12.47, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31685, 1884, 'Mich&Jstore', 2444, 19, 31, 2332.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31686, 1884, 'Mich&Jstore', 4957, 11, 31, 3504.06, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31687, 1884, 'Mich&Jstore', 3792, 19, 31, 234.59, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31688, 1884, 'Mich&Jstore', 1326, 15, 31, 34.22, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31689, 1884, 'Mich&Jstore', 667, 18, 31, 4474.74, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31690, 1884, 'Mich&Jstore', 4260, 14, 31, 39.13, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31691, 1884, 'Mich&Jstore', 1948, 19, 31, 12.12, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31692, 1884, 'Mich&Jstore', 2092, 7, 31, 156.89, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31693, 1884, 'Mich&Jstore', 5471, 12, 31, 4.23, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31694, 1884, 'Mich&Jstore', 5140, 16, 31, 22.87, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31695, 1884, 'Mich&Jstore', 3696, 18, 31, 31.17, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31696, 1884, 'Mich&Jstore', 5139, 19, 31, 1020.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31697, 1884, 'Mich&Jstore', 5783, 15, 31, 25.46, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31698, 1884, 'Mich&Jstore', 847, 19, 31, 19.91, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31699, 1884, 'Mich&Jstore', 3012, 13, 31, 382.49, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31700, 1884, 'Mich&Jstore', 4613, 14, 31, 375.35, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31701, 1884, 'Mich&Jstore', 5975, 17, 31, 15.89, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31702, 1884, 'Mich&Jstore', 993, 16, 31, 27.38, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31703, 1884, 'Mich&Jstore', 4909, 12, 31, 2.10, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31704, 1884, 'Mich&Jstore', 3694, 14, 31, 478.90, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31705, 1884, 'Mich&Jstore', 4236, 5, 31, 306.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31706, 1884, 'Mich&Jstore', 4488, 16, 31, 203.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31707, 1884, 'Mich&Jstore', 3446, 14, 31, 82.59, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31708, 1884, 'Mich&Jstore', 4787, 16, 31, 32.54, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31709, 1884, 'Mich&Jstore', 2842, 15, 31, 20.79, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31710, 1884, 'Mich&Jstore', 2460, 2, 31, 9.51, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31711, 1884, 'Mich&Jstore', 4446, 15, 31, 33.65, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31712, 1884, 'Mich&Jstore', 2831, 19, 31, 1038.96, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31713, 1884, 'Mich&Jstore', 5141, 13, 31, 635.99, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31714, 1884, 'Mich&Jstore', 2512, 10, 31, 26.77, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31715, 1884, 'Mich&Jstore', 3691, 14, 31, 479.49, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31716, 1884, 'Mich&Jstore', 70, 2, 31, 43.26, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31717, 1884, 'Mich&Jstore', 2973, 19, 31, 409.01, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31718, 1884, 'Mich&Jstore', 754, 18, 31, 603.47, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31719, 1884, 'Mich&Jstore', 3018, 14, 31, 2.53, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31720, 1884, 'Mich&Jstore', 5388, 17, 31, 20.39, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31721, 1884, 'Mich&Jstore', 5936, 17, 31, 32.79, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31722, 1884, 'Mich&Jstore', 4668, 12, 31, 1.47, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31723, 1884, 'Mich&Jstore', 5357, 16, 31, 10.49, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31724, 1884, 'Mich&Jstore', 723, 19, 31, 112.11, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31725, 1884, 'Mich&Jstore', 3342, 7, 31, 16.63, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31726, 1884, 'Mich&Jstore', 3627, 12, 31, 2120.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31727, 1884, 'Mich&Jstore', 479, 19, 31, 1320.80, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31728, 1884, 'Mich&Jstore', 2462, 2, 31, 3.11, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31729, 1884, 'Mich&Jstore', 5092, 16, 31, 24.25, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31730, 1884, 'Mich&Jstore', 2478, 19, 31, 1366.65, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31731, 1884, 'Mich&Jstore', 1282, 15, 31, 522.09, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31732, 1884, 'Mich&Jstore', 4513, 16, 31, 7.42, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31733, 1884, 'Mich&Jstore', 2528, 19, 31, 171.70, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31734, 1884, 'Mich&Jstore', 3554, 12, 31, 20.39, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:02'),
(31735, 1884, 'Mich&Jstore', 3207, 5, 31, 4028.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31736, 1884, 'Mich&Jstore', 6078, 15, 31, 40.79, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31737, 1884, 'Mich&Jstore', 1868, 16, 31, 41.57, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31738, 1884, 'Mich&Jstore', 6000, 14, 31, 1060.49, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31739, 1884, 'Mich&Jstore', 1102, 19, 31, 251.32, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31740, 1884, 'Mich&Jstore', 1109, 19, 31, 164.80, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31741, 1884, 'Mich&Jstore', 645, 17, 31, 4.04, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31742, 1884, 'Mich&Jstore', 636, 14, 31, 7.42, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31743, 1884, 'Mich&Jstore', 3995, 12, 31, 4620.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31744, 1884, 'Mich&Jstore', 2131, 2, 31, 167.48, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31745, 1884, 'Mich&Jstore', 1554, 18, 31, 14.70, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31746, 1884, 'Mich&Jstore', 4082, 5, 31, 25.99, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31747, 1884, 'Mich&Jstore', 4059, 18, 31, 16.14, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31748, 1884, 'Mich&Jstore', 4912, 13, 31, 653.77, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31749, 1884, 'Mich&Jstore', 4993, 11, 31, 4453.71, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31750, 1884, 'Mich&Jstore', 5116, 16, 31, 9.99, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31751, 1884, 'Mich&Jstore', 3676, 18, 31, 8.65, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31752, 1884, 'Mich&Jstore', 3623, 13, 31, 40.30, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31753, 1884, 'Mich&Jstore', 5393, 17, 31, 50.81, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31754, 1884, 'Mich&Jstore', 4252, 5, 31, 204.97, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31755, 1884, 'Mich&Jstore', 866, 2, 31, 60.60, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31756, 1884, 'Mich&Jstore', 5626, 15, 31, 164.80, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31757, 1884, 'Mich&Jstore', 4285, 18, 31, 114.24, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31758, 1884, 'Mich&Jstore', 5590, 1, 31, 57.74, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31759, 1884, 'Mich&Jstore', 4935, 14, 31, 7.30, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31760, 1884, 'Mich&Jstore', 3460, 11, 31, 3.57, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31761, 1884, 'Mich&Jstore', 5097, 13, 31, 121.20, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31762, 1884, 'Mich&Jstore', 2975, 19, 31, 499.58, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31763, 1884, 'Mich&Jstore', 1335, 2, 31, 113.36, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31764, 1884, 'Mich&Jstore', 241, 17, 31, 159.64, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31765, 1884, 'Mich&Jstore', 3242, 4, 31, 22.01, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31766, 1884, 'Mich&Jstore', 352, 2, 31, 21.21, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31767, 1884, 'Mich&Jstore', 947, 5, 31, 32.69, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31768, 1884, 'Mich&Jstore', 1315, 2, 31, 42.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31769, 1884, 'Mich&Jstore', 1509, 15, 31, 93.98, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31770, 1884, 'Mich&Jstore', 1597, 13, 31, 2.28, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31771, 1884, 'Mich&Jstore', 4637, 5, 31, 22.65, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31772, 1884, 'Mich&Jstore', 1527, 14, 31, 2.10, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31773, 1884, 'Mich&Jstore', 2549, 7, 31, 348.22, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31774, 1884, 'Mich&Jstore', 4800, 17, 31, 54.08, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31775, 1884, 'Mich&Jstore', 1061, 17, 31, 16.27, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31776, 1884, 'Mich&Jstore', 6101, 1, 31, 5.49, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31777, 1884, 'Mich&Jstore', 4968, 12, 31, 16.56, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31778, 1884, 'Mich&Jstore', 5489, 7, 31, 2.08, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31779, 1884, 'Mich&Jstore', 2809, 18, 31, 35.41, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31780, 1884, 'Mich&Jstore', 2912, 17, 31, 96.24, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31781, 1884, 'Mich&Jstore', 5968, 17, 31, 20.77, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31782, 1884, 'Mich&Jstore', 4565, 14, 31, 90.90, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31783, 1884, 'Mich&Jstore', 5565, 12, 31, 142.85, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31784, 1884, 'Mich&Jstore', 1240, 18, 31, 5047.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31785, 1884, 'Mich&Jstore', 3656, 17, 31, 30.90, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31786, 1884, 'Mich&Jstore', 6169, 11, 31, 18.25, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31787, 1884, 'Mich&Jstore', 286, 14, 31, 212.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31788, 1884, 'Mich&Jstore', 1194, 14, 31, 11.43, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31789, 1884, 'Mich&Jstore', 5878, 11, 31, 378.00, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31790, 1884, 'Mich&Jstore', 4263, 5, 31, 105.99, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31791, 1884, 'Mich&Jstore', 419, 17, 31, 895.70, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31792, 1884, 'Mich&Jstore', 2127, 19, 31, 2.53, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31793, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31794, 1884, 'Mich&Jstore', 803, 19, 31, 0.20, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31795, 1884, 'Mich&Jstore', 1811, 5, 31, 0.20, 1, 1, 'ai_bid', '2024-08-15 18:08:03', '2024-08-15 18:08:03', '2024-08-16 18:09:03'),
(31796, 1902, 'Good bargain stores', 2152, 19, 26, 73.50, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31797, 1902, 'Good bargain stores', 3253, 7, 26, 16.24, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31798, 1902, 'Good bargain stores', 5625, 10, 26, 4.74, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31799, 1902, 'Good bargain stores', 2853, 14, 26, 37.39, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31800, 1902, 'Good bargain stores', 5112, 16, 26, 13.26, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31801, 1902, 'Good bargain stores', 4829, 17, 26, 20.40, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31802, 1902, 'Good bargain stores', 4725, 14, 26, 369.77, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31803, 1902, 'Good bargain stores', 4648, 15, 26, 41.20, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31804, 1902, 'Good bargain stores', 16, 2, 26, 12.60, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31805, 1902, 'Good bargain stores', 2217, 2, 26, 20.14, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31806, 1902, 'Good bargain stores', 3571, 12, 26, 5.29, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31807, 1902, 'Good bargain stores', 1469, 10, 26, 1.28, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31808, 1902, 'Good bargain stores', 1198, 15, 26, 2.25, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31809, 1902, 'Good bargain stores', 1409, 14, 26, 11.32, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31810, 1902, 'Good bargain stores', 3180, 5, 26, 12.23, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31811, 1902, 'Good bargain stores', 1827, 19, 26, 0.12, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31812, 1902, 'Good bargain stores', 1850, 5, 26, 0.58, 1, 1, 'ai_bid', '2024-08-15 18:53:02', '2024-08-15 18:53:02', '2024-08-16 09:16:02'),
(31813, 1902, 'Good bargain stores', 2510, 7, 27, 38.43, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31814, 1902, 'Good bargain stores', 3907, 16, 27, 27.29, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31815, 1902, 'Good bargain stores', 4694, 12, 27, 29.14, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31816, 1902, 'Good bargain stores', 5992, 11, 27, 82.40, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31817, 1902, 'Good bargain stores', 5373, 14, 27, 51.47, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31818, 1902, 'Good bargain stores', 2132, 19, 27, 100.01, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31819, 1902, 'Good bargain stores', 2796, 19, 27, 6544.44, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31820, 1902, 'Good bargain stores', 879, 7, 27, 50.54, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31821, 1902, 'Good bargain stores', 3481, 11, 27, 15.73, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31822, 1902, 'Good bargain stores', 6126, 11, 27, 22.16, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31823, 1902, 'Good bargain stores', 4051, 13, 27, 201.98, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31824, 1902, 'Good bargain stores', 2103, 5, 27, 4.20, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31825, 1902, 'Good bargain stores', 2475, 16, 27, 25.41, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31826, 1902, 'Good bargain stores', 5386, 14, 27, 145.60, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31827, 1902, 'Good bargain stores', 3121, 4, 27, 85.04, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31828, 1902, 'Good bargain stores', 206, 7, 27, 27.97, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31829, 1902, 'Good bargain stores', 4366, 14, 27, 82.40, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31830, 1902, 'Good bargain stores', 4021, 17, 27, 41.19, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31831, 1902, 'Good bargain stores', 4848, 12, 27, 11.43, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31832, 1902, 'Good bargain stores', 798, 18, 27, 16.16, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31833, 1902, 'Good bargain stores', 3952, 16, 27, 149.45, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31834, 1902, 'Good bargain stores', 4528, 16, 27, 61.60, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31835, 1902, 'Good bargain stores', 4114, 5, 27, 304.50, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31836, 1902, 'Good bargain stores', 5106, 16, 27, 88.20, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31837, 1902, 'Good bargain stores', 4656, 15, 27, 234.60, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31838, 1902, 'Good bargain stores', 5534, 10, 27, 133.03, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31839, 1902, 'Good bargain stores', 5751, 15, 27, 4.40, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31840, 1902, 'Good bargain stores', 854, 19, 27, 36.20, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31841, 1902, 'Good bargain stores', 5160, 16, 27, 266.18, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31842, 1902, 'Good bargain stores', 4711, 12, 27, 31.20, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31843, 1902, 'Good bargain stores', 436, 13, 27, 72.66, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31844, 1902, 'Good bargain stores', 217, 12, 27, 236.41, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31845, 1902, 'Good bargain stores', 4947, 13, 27, 510.90, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31846, 1902, 'Good bargain stores', 5307, 16, 27, 21.20, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31847, 1902, 'Good bargain stores', 3184, 5, 27, 9.77, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31848, 1902, 'Good bargain stores', 4933, 14, 27, 5.52, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31849, 1902, 'Good bargain stores', 3828, 15, 27, 204.00, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31850, 1902, 'Good bargain stores', 2723, 18, 27, 247.79, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31851, 1902, 'Good bargain stores', 2393, 2, 27, 2080.00, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31852, 1902, 'Good bargain stores', 656, 17, 27, 4.04, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31853, 1902, 'Good bargain stores', 2512, 10, 27, 26.51, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31854, 1902, 'Good bargain stores', 2186, 10, 27, 52.41, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31855, 1902, 'Good bargain stores', 2970, 18, 27, 130.65, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31856, 1902, 'Good bargain stores', 5020, 14, 27, 22.00, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31857, 1902, 'Good bargain stores', 3239, 5, 27, 18.36, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31858, 1902, 'Good bargain stores', 4832, 17, 27, 16.45, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31859, 1902, 'Good bargain stores', 689, 10, 27, 3.03, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31860, 1902, 'Good bargain stores', 4440, 15, 27, 27.27, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31861, 1902, 'Good bargain stores', 417, 17, 27, 45.44, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31862, 1902, 'Good bargain stores', 3311, 16, 27, 339.89, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31863, 1902, 'Good bargain stores', 314, 18, 27, 10.30, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31864, 1902, 'Good bargain stores', 5591, 16, 27, 30.59, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31865, 1902, 'Good bargain stores', 1981, 4, 27, 218.40, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31866, 1902, 'Good bargain stores', 227, 5, 27, 10.70, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31867, 1902, 'Good bargain stores', 1015, 5, 27, 4.08, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31868, 1902, 'Good bargain stores', 1899, 19, 27, 11.52, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31869, 1902, 'Good bargain stores', 5542, 10, 27, 33.58, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31870, 1902, 'Good bargain stores', 4750, 12, 27, 66.57, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31871, 1902, 'Good bargain stores', 98, 2, 27, 134.16, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31872, 1902, 'Good bargain stores', 3423, 14, 27, 21.78, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31873, 1902, 'Good bargain stores', 2415, 16, 27, 10.90, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31874, 1902, 'Good bargain stores', 4641, 15, 27, 9.36, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31875, 1902, 'Good bargain stores', 4818, 12, 27, 11.43, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31876, 1902, 'Good bargain stores', 3198, 4, 27, 51.33, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31877, 1902, 'Good bargain stores', 1418, 14, 27, 20.35, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31878, 1902, 'Good bargain stores', 5690, 10, 27, 26.85, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31879, 1902, 'Good bargain stores', 4971, 11, 27, 66.56, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31880, 1902, 'Good bargain stores', 5996, 11, 27, 160.05, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31881, 1902, 'Good bargain stores', 5102, 16, 27, 5.19, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31882, 1902, 'Good bargain stores', 3277, 7, 27, 38.45, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31883, 1902, 'Good bargain stores', 2029, 4, 27, 167.28, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31884, 1902, 'Good bargain stores', 4633, 15, 27, 416.00, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31885, 1902, 'Good bargain stores', 1916, 7, 27, 3.50, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31886, 1902, 'Good bargain stores', 2521, 10, 27, 383.03, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31887, 1902, 'Good bargain stores', 1720, 18, 27, 1751.00, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31888, 1902, 'Good bargain stores', 4579, 16, 27, 70.69, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31889, 1902, 'Good bargain stores', 846, 13, 27, 298.77, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31890, 1902, 'Good bargain stores', 5391, 14, 27, 98.87, 1, 1, 'ai_bid', '2024-08-15 19:30:03', '2024-08-15 19:30:03', '2024-08-16 09:39:02'),
(31891, 1902, 'Good bargain stores', 391, 18, 27, 20.66, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31892, 1902, 'Good bargain stores', 1177, 19, 27, 5.89, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31893, 1902, 'Good bargain stores', 2445, 19, 27, 210.00, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31894, 1902, 'Good bargain stores', 4955, 14, 27, 11.43, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31895, 1902, 'Good bargain stores', 2272, 7, 27, 41.97, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31896, 1902, 'Good bargain stores', 716, 19, 27, 1.02, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31897, 1902, 'Good bargain stores', 4219, 5, 27, 1.27, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31898, 1902, 'Good bargain stores', 1827, 19, 27, 0.12, 1, 1, 'ai_bid', '2024-08-15 19:30:04', '2024-08-15 19:30:04', '2024-08-16 09:39:02'),
(31899, 1798, 'Feelyards', 6002, 11, NULL, 281.00, 1, 1, 'manual_bid', '2024-08-15 20:42:55', '2024-08-15 20:42:55', '2024-08-16 20:43:02'),
(31900, 1798, 'Feelyards', 2066, 4, NULL, 21.00, 1, 1, 'manual_bid', '2024-08-15 20:49:25', '2024-08-15 20:49:25', '2024-08-16 20:50:03'),
(31901, 1798, 'Feelyards', 2013, 4, NULL, 42.00, 1, 1, 'manual_bid', '2024-08-15 20:50:45', '2024-08-15 20:50:45', '2024-08-16 20:51:02'),
(31902, 1915, 'BnBGlobal', 2344, 4, NULL, 101.00, 1, 1, 'manual_bid', '2024-08-16 06:41:16', '2024-08-16 06:41:16', '2024-08-17 06:42:02'),
(31903, 1915, 'BnBGlobal', 3184, 5, NULL, 10.00, 1, 1, 'manual_bid', '2024-08-16 06:44:19', '2024-08-16 06:44:19', '2024-08-17 06:45:03'),
(31904, 1850, 'Chanadus', 1822, 19, NULL, 40.00, 25, 1, 'manual_bid', '2024-08-16 11:02:21', '2024-08-16 11:02:21', '2024-08-17 11:03:02'),
(31905, 1850, 'Chanadus', 1673, 19, NULL, 4.00, 5, 1, 'manual_bid', '2024-08-16 11:03:09', '2024-08-16 11:03:09', '2024-08-17 11:04:02'),
(31906, 1925, 'Frankie fast store', 2600, 14, 30, 1018.98, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31907, 1925, 'Frankie fast store', 817, 18, 30, 66.27, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31908, 1925, 'Frankie fast store', 5335, 16, 30, 19.80, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31909, 1925, 'Frankie fast store', 1510, 15, 30, 78.78, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31910, 1925, 'Frankie fast store', 1077, 19, 30, 165.36, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31911, 1925, 'Frankie fast store', 4024, 17, 30, 17.50, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31912, 1925, 'Frankie fast store', 2800, 19, 30, 3669.89, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31913, 1925, 'Frankie fast store', 4371, 15, 30, 71.70, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31914, 1925, 'Frankie fast store', 3522, 11, 30, 30.15, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31915, 1925, 'Frankie fast store', 1008, 16, 30, 452.59, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31916, 1925, 'Frankie fast store', 581, 18, 30, 106.00, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31917, 1925, 'Frankie fast store', 2878, 19, 30, 5726.12, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31918, 1925, 'Frankie fast store', 1368, 2, 30, 499.80, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31919, 1925, 'Frankie fast store', 3264, 5, 30, 7.06, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31920, 1925, 'Frankie fast store', 5526, 10, 30, 5.05, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31921, 1925, 'Frankie fast store', 3114, 2, 30, 11.22, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31922, 1925, 'Frankie fast store', 131, 18, 30, 7.07, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31923, 1925, 'Frankie fast store', 5957, 17, 30, 12.26, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31924, 1925, 'Frankie fast store', 3914, 2, 30, 73.53, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31925, 1925, 'Frankie fast store', 4010, 18, 30, 101.15, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31926, 1925, 'Frankie fast store', 626, 14, 30, 3.03, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31927, 1925, 'Frankie fast store', 1415, 19, 30, 102.00, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31928, 1925, 'Frankie fast store', 4589, 15, 30, 10.40, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31929, 1925, 'Frankie fast store', 4171, 18, 30, 26.49, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31930, 1925, 'Frankie fast store', 2464, 19, 30, 73.83, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31931, 1925, 'Frankie fast store', 1348, 19, 30, 8.03, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31932, 1925, 'Frankie fast store', 3448, 11, 30, 14.25, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(31933, 1925, 'Frankie fast store', 5992, 11, 30, 83.20, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31934, 1925, 'Frankie fast store', 4491, 15, 30, 24.48, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31935, 1925, 'Frankie fast store', 1414, 19, 30, 20.20, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31936, 1925, 'Frankie fast store', 811, 18, 30, 259.55, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31937, 1925, 'Frankie fast store', 2821, 18, 30, 20.99, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31938, 1925, 'Frankie fast store', 3456, 10, 30, 102.96, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31939, 1925, 'Frankie fast store', 4406, 15, 30, 24.47, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31940, 1925, 'Frankie fast store', 1678, 18, 30, 730.80, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31941, 1925, 'Frankie fast store', 1580, 19, 30, 15.39, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31942, 1925, 'Frankie fast store', 2783, 19, 30, 11.11, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31943, 1925, 'Frankie fast store', 2023, 19, 30, 1.02, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31944, 1925, 'Frankie fast store', 2457, 19, 30, 3.33, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31945, 1925, 'Frankie fast store', 634, 5, 30, 1.02, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31946, 1925, 'Frankie fast store', 1894, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-16 11:06:02', '2024-08-16 11:06:02', '2024-08-17 11:06:02'),
(31947, 1912, 'Linus', 3746, 7, 29, 40.00, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31948, 1912, 'Linus', 482, 17, 29, 26.62, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31949, 1912, 'Linus', 488, 19, 29, 9174.90, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31950, 1912, 'Linus', 4730, 12, 29, 15.79, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31951, 1912, 'Linus', 3542, 12, 29, 6.54, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31952, 1912, 'Linus', 391, 18, 29, 19.88, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31953, 1912, 'Linus', 2530, 14, 29, 1558.96, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31954, 1912, 'Linus', 4415, 16, 29, 205.01, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31955, 1912, 'Linus', 307, 7, 29, 4.02, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31956, 1912, 'Linus', 1597, 13, 29, 2.30, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31957, 1912, 'Linus', 5430, 16, 29, 20.40, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31958, 1912, 'Linus', 3144, 19, 29, 180.20, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31959, 1912, 'Linus', 2569, 10, 29, 70.49, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31960, 1912, 'Linus', 3617, 17, 29, 373.25, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31961, 1912, 'Linus', 5374, 14, 29, 70.76, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31962, 1912, 'Linus', 2283, 19, 29, 97.76, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31963, 1912, 'Linus', 4838, 17, 29, 673.19, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31964, 1912, 'Linus', 5551, 12, 29, 203.99, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31965, 1912, 'Linus', 5880, 13, 29, 10.19, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31966, 1912, 'Linus', 3015, 14, 29, 80.12, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31967, 1912, 'Linus', 5735, 16, 29, 19.94, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31968, 1912, 'Linus', 376, 7, 29, 9.89, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31969, 1912, 'Linus', 2560, 14, 29, 123.59, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31970, 1912, 'Linus', 77, 2, 29, 74.20, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31971, 1912, 'Linus', 2557, 7, 29, 4.46, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31972, 1912, 'Linus', 1774, 7, 29, 60.64, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31973, 1912, 'Linus', 3161, 4, 29, 304.50, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31974, 1912, 'Linus', 3083, 18, 29, 53.00, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31975, 1912, 'Linus', 1896, 12, 29, 50.76, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31976, 1912, 'Linus', 843, 13, 29, 475.94, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31977, 1912, 'Linus', 221, 12, 29, 25.27, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31978, 1912, 'Linus', 3439, 10, 29, 12.27, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31979, 1912, 'Linus', 4445, 15, 29, 27.97, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31980, 1912, 'Linus', 1363, 19, 29, 3.33, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31981, 1912, 'Linus', 1952, 19, 29, 1.35, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31982, 1912, 'Linus', 3533, 12, 29, 2.49, 1, 1, 'ai_bid', '2024-08-16 11:10:03', '2024-08-16 11:10:03', '2024-08-17 11:11:02'),
(31983, 1886, 'Lovenest Luxe', 2383, 2, NULL, 23.00, 14, 1, 'manual_bid', '2024-08-16 12:09:39', '2024-08-16 12:09:39', '2024-08-17 12:10:02'),
(31984, 1920, 'Nizzy', 57, 2, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-16 12:29:05', '2024-08-16 12:29:05', '2024-08-17 12:30:02'),
(31985, 1920, 'Nizzy', 95, 2, NULL, 337.00, 1, 1, 'manual_bid', '2024-08-16 12:29:56', '2024-08-16 12:29:56', '2024-08-17 12:30:02'),
(31986, 1921, 'Baeniiz', 2027, 2, NULL, 55.00, 1, 1, 'manual_bid', '2024-08-16 12:31:14', '2024-08-16 12:31:14', '2024-08-17 12:32:01'),
(31987, 1850, 'Chanadus', 2270, 2, 32, 78.75, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31988, 1850, 'Chanadus', 1155, 18, 32, 68.90, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31989, 1850, 'Chanadus', 4097, 14, 32, 21.61, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31990, 1850, 'Chanadus', 5721, 10, 32, 10.79, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31991, 1850, 'Chanadus', 5593, 10, 32, 260.99, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31992, 1850, 'Chanadus', 4770, 12, 32, 38.84, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31993, 1850, 'Chanadus', 5401, 14, 32, 11.65, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31994, 1850, 'Chanadus', 3141, 4, 32, 36.44, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31995, 1850, 'Chanadus', 6029, 15, 32, 26.49, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31996, 1850, 'Chanadus', 4019, 17, 32, 48.29, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31997, 1850, 'Chanadus', 1105, 19, 32, 685.36, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31998, 1850, 'Chanadus', 3090, 10, 32, 5.30, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(31999, 1850, 'Chanadus', 3203, 4, 32, 40.79, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32000, 1850, 'Chanadus', 1846, 5, 32, 1.52, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32001, 1850, 'Chanadus', 5103, 16, 32, 72.72, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32002, 1850, 'Chanadus', 5767, 15, 32, 212.00, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32003, 1850, 'Chanadus', 3300, 15, 32, 26.78, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32004, 1850, 'Chanadus', 2179, 19, 32, 51.30, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32005, 1850, 'Chanadus', 4900, 13, 32, 140.35, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32006, 1850, 'Chanadus', 1005, 5, 32, 10.10, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32007, 1850, 'Chanadus', 4283, 18, 32, 10.61, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32008, 1850, 'Chanadus', 4039, 18, 32, 20.03, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32009, 1850, 'Chanadus', 2143, 19, 32, 20.40, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32010, 1850, 'Chanadus', 5074, 16, 32, 24.14, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32011, 1850, 'Chanadus', 308, 7, 32, 7.62, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32012, 1850, 'Chanadus', 1701, 5, 32, 6.63, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32013, 1850, 'Chanadus', 4973, 14, 32, 19.37, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32014, 1850, 'Chanadus', 890, 19, 32, 164.79, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32015, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-16 14:12:02', '2024-08-16 14:12:02', '2024-08-17 14:13:02'),
(32016, 1876, 'Etiuko', 4506, 16, 28, 67.97, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32017, 1876, 'Etiuko', 642, 5, 28, 1.02, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32018, 1876, 'Etiuko', 4741, 12, 28, 11.02, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32019, 1876, 'Etiuko', 3338, 7, 28, 5.57, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32020, 1876, 'Etiuko', 3448, 11, 28, 14.39, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32021, 1876, 'Etiuko', 3301, 15, 28, 19.08, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32022, 1876, 'Etiuko', 4577, 5, 28, 31.01, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32023, 1876, 'Etiuko', 5924, 13, 28, 7.20, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32024, 1876, 'Etiuko', 935, 5, 28, 3.12, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32025, 1876, 'Etiuko', 4687, 12, 28, 2.75, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32026, 1876, 'Etiuko', 734, 19, 28, 0.23, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32027, 1876, 'Etiuko', 1827, 19, 28, 0.13, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32028, 1876, 'Etiuko', 756, 19, 28, 0.47, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32029, 1876, 'Etiuko', 949, 5, 28, 0.32, 1, 1, 'ai_bid', '2024-08-16 14:31:02', '2024-08-16 14:31:02', '2024-08-17 04:57:03'),
(32030, 1884, 'Mich&Jstore', 1040, 5, 31, 53.00, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32031, 1884, 'Mich&Jstore', 2865, 14, 31, 55.54, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32032, 1884, 'Mich&Jstore', 3684, 18, 31, 427.86, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32033, 1884, 'Mich&Jstore', 576, 17, 31, 40.56, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32034, 1884, 'Mich&Jstore', 5083, 16, 31, 57.74, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32035, 1884, 'Mich&Jstore', 3118, 18, 31, 92.21, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32036, 1884, 'Mich&Jstore', 1110, 19, 31, 155.40, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32037, 1884, 'Mich&Jstore', 1238, 19, 31, 515.00, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32038, 1884, 'Mich&Jstore', 2658, 14, 31, 21.81, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32039, 1884, 'Mich&Jstore', 2255, 16, 31, 20.99, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32040, 1884, 'Mich&Jstore', 2138, 19, 31, 1412.99, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32041, 1884, 'Mich&Jstore', 5955, 17, 31, 6.28, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32042, 1884, 'Mich&Jstore', 1746, 2, 31, 187.95, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32043, 1884, 'Mich&Jstore', 5458, 12, 31, 4040.00, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32044, 1884, 'Mich&Jstore', 1467, 19, 31, 13.47, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32045, 1884, 'Mich&Jstore', 3137, 2, 31, 17561.44, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32046, 1884, 'Mich&Jstore', 3010, 19, 31, 31.92, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32047, 1884, 'Mich&Jstore', 5448, 17, 31, 57.20, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32048, 1884, 'Mich&Jstore', 13, 2, 31, 10.20, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32049, 1884, 'Mich&Jstore', 2176, 19, 31, 424.00, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32050, 1884, 'Mich&Jstore', 4988, 13, 31, 77.51, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32051, 1884, 'Mich&Jstore', 4768, 12, 31, 2.92, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32052, 1884, 'Mich&Jstore', 5706, 10, 31, 30.76, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32053, 1884, 'Mich&Jstore', 3110, 2, 31, 31.50, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32054, 1884, 'Mich&Jstore', 4210, 5, 31, 21.41, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32055, 1884, 'Mich&Jstore', 2709, 14, 31, 27.46, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32056, 1884, 'Mich&Jstore', 2063, 13, 31, 4.98, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32057, 1884, 'Mich&Jstore', 4305, 15, 31, 4.16, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32058, 1884, 'Mich&Jstore', 2727, 15, 31, 13.77, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32059, 1884, 'Mich&Jstore', 3599, 12, 31, 10.75, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32060, 1884, 'Mich&Jstore', 1296, 19, 31, 45.90, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32061, 1884, 'Mich&Jstore', 1946, 10, 31, 4.51, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32062, 1884, 'Mich&Jstore', 6118, 11, 31, 28.56, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32063, 1884, 'Mich&Jstore', 1162, 19, 31, 94.50, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32064, 1884, 'Mich&Jstore', 2132, 19, 31, 101.99, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32065, 1884, 'Mich&Jstore', 469, 16, 31, 105.00, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32066, 1884, 'Mich&Jstore', 2339, 19, 31, 1030.00, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32067, 1884, 'Mich&Jstore', 1042, 19, 31, 18.36, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:01'),
(32068, 1884, 'Mich&Jstore', 5776, 13, 31, 25.99, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:02'),
(32069, 1884, 'Mich&Jstore', 1808, 2, 31, 30.30, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:02'),
(32070, 1884, 'Mich&Jstore', 2924, 14, 31, 31.14, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:02'),
(32071, 1884, 'Mich&Jstore', 2872, 19, 31, 2798.40, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:02'),
(32072, 1884, 'Mich&Jstore', 861, 13, 31, 210.94, 1, 1, 'ai_bid', '2024-08-16 19:21:02', '2024-08-16 19:21:02', '2024-08-17 19:22:02'),
(32073, 1884, 'Mich&Jstore', 642, 5, 31, 1.03, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32074, 1884, 'Mich&Jstore', 3287, 5, 31, 9.18, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32075, 1884, 'Mich&Jstore', 5586, 10, 31, 11.21, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32076, 1884, 'Mich&Jstore', 5032, 16, 31, 124.79, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32077, 1884, 'Mich&Jstore', 5921, 17, 31, 7.34, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32078, 1884, 'Mich&Jstore', 3395, 10, 31, 48.29, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32079, 1884, 'Mich&Jstore', 665, 19, 31, 97.76, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32080, 1884, 'Mich&Jstore', 306, 18, 31, 14.01, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32081, 1884, 'Mich&Jstore', 3880, 16, 31, 16.94, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32082, 1884, 'Mich&Jstore', 1770, 14, 31, 100.99, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32083, 1884, 'Mich&Jstore', 2013, 4, 31, 43.46, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32084, 1884, 'Mich&Jstore', 1458, 19, 31, 7004.00, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32085, 1884, 'Mich&Jstore', 1805, 19, 31, 8.47, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32086, 1884, 'Mich&Jstore', 4550, 14, 31, 3213.00, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32087, 1884, 'Mich&Jstore', 2133, 19, 31, 131.25, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32088, 1884, 'Mich&Jstore', 5912, 13, 31, 20.99, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32089, 1884, 'Mich&Jstore', 3756, 7, 31, 120.10, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32090, 1884, 'Mich&Jstore', 5587, 10, 31, 11.21, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32091, 1884, 'Mich&Jstore', 5806, 13, 31, 15.59, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32092, 1884, 'Mich&Jstore', 4507, 16, 31, 42.92, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32093, 1884, 'Mich&Jstore', 1376, 5, 31, 14076.00, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32094, 1884, 'Mich&Jstore', 5233, 13, 31, 13.13, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32095, 1884, 'Mich&Jstore', 104, 2, 31, 35.36, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32096, 1884, 'Mich&Jstore', 3115, 2, 31, 275.61, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32097, 1884, 'Mich&Jstore', 402, 18, 31, 9.08, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32098, 1884, 'Mich&Jstore', 5053, 11, 31, 10.29, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32099, 1884, 'Mich&Jstore', 1027, 19, 31, 401.70, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32100, 1884, 'Mich&Jstore', 3632, 12, 31, 8.32, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32101, 1884, 'Mich&Jstore', 5016, 11, 31, 305.55, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32102, 1884, 'Mich&Jstore', 5154, 13, 31, 303.00, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32103, 1884, 'Mich&Jstore', 4851, 17, 31, 1273.99, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32104, 1884, 'Mich&Jstore', 2362, 17, 31, 18.97, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32105, 1884, 'Mich&Jstore', 4226, 18, 31, 59.89, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32106, 1884, 'Mich&Jstore', 5734, 10, 31, 26.77, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32107, 1884, 'Mich&Jstore', 5214, 14, 31, 15.42, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32108, 1884, 'Mich&Jstore', 5483, 7, 31, 11.54, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32109, 1884, 'Mich&Jstore', 2186, 10, 31, 50.92, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32110, 1884, 'Mich&Jstore', 3730, 13, 31, 6.96, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32111, 1884, 'Mich&Jstore', 6122, 11, 31, 28.55, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32112, 1884, 'Mich&Jstore', 2682, 14, 31, 27.18, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32113, 1884, 'Mich&Jstore', 1176, 14, 31, 23.21, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32114, 1884, 'Mich&Jstore', 524, 18, 31, 142.79, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32115, 1884, 'Mich&Jstore', 3089, 2, 31, 7.20, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32116, 1884, 'Mich&Jstore', 707, 18, 31, 256.44, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32117, 1884, 'Mich&Jstore', 1534, 15, 31, 33.66, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32118, 1884, 'Mich&Jstore', 5930, 11, 31, 34.27, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32119, 1884, 'Mich&Jstore', 810, 10, 31, 26.61, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32120, 1884, 'Mich&Jstore', 3275, 7, 31, 40.16, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32121, 1884, 'Mich&Jstore', 3825, 15, 31, 23.68, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32122, 1884, 'Mich&Jstore', 2389, 19, 31, 26.87, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32123, 1884, 'Mich&Jstore', 4927, 13, 31, 131.25, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32124, 1884, 'Mich&Jstore', 2454, 19, 31, 59.74, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32125, 1884, 'Mich&Jstore', 3434, 14, 31, 878.80, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32126, 1884, 'Mich&Jstore', 4428, 16, 31, 30.91, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32127, 1884, 'Mich&Jstore', 6089, 15, 31, 5.22, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32128, 1884, 'Mich&Jstore', 161, 14, 31, 31.62, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32129, 1884, 'Mich&Jstore', 3453, 10, 31, 16.29, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32130, 1884, 'Mich&Jstore', 2949, 17, 31, 21.77, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32131, 1884, 'Mich&Jstore', 747, 7, 31, 15.05, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32132, 1884, 'Mich&Jstore', 3496, 10, 31, 11.54, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32133, 1884, 'Mich&Jstore', 1850, 5, 31, 0.58, 1, 1, 'ai_bid', '2024-08-16 19:21:03', '2024-08-16 19:21:03', '2024-08-17 19:22:02'),
(32134, 1798, 'Feelyards', 1734, 12, NULL, 70.00, 1, 1, 'manual_bid', '2024-08-16 21:58:55', '2024-08-16 21:58:55', '2024-08-17 21:59:01'),
(32135, 1798, 'Feelyards', 2292, 19, NULL, 200.00, 1, 1, 'manual_bid', '2024-08-16 22:07:50', '2024-08-16 22:07:50', '2024-08-17 22:08:01'),
(32136, 1798, 'Feelyards', 1807, 19, NULL, 80.00, 1, 1, 'manual_bid', '2024-08-16 22:13:30', '2024-08-16 22:13:30', '2024-08-17 22:14:02'),
(32137, 1915, 'BnBGlobal', 245, 5, NULL, 71.00, 1, 1, 'manual_bid', '2024-08-17 08:39:50', '2024-08-17 08:39:50', '2024-08-18 08:40:02'),
(32138, 1915, 'BnBGlobal', 1419, 5, NULL, 41.00, 1, 1, 'manual_bid', '2024-08-17 08:41:22', '2024-08-17 08:41:22', '2024-08-18 08:42:02'),
(32139, 1850, 'Chanadus', 1877, 19, NULL, 22.40, 46, 1, 'manual_bid', '2024-08-17 12:09:05', '2024-08-17 12:09:05', '2024-08-18 12:10:02'),
(32140, 1925, 'Frankie fast store', 2552, 14, 30, 71.39, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32141, 1925, 'Frankie fast store', 128, 18, 30, 9.45, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32142, 1925, 'Frankie fast store', 693, 18, 30, 1270.94, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32143, 1925, 'Frankie fast store', 2966, 15, 30, 520.00, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32144, 1925, 'Frankie fast store', 2478, 19, 30, 1353.51, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32145, 1925, 'Frankie fast store', 4915, 13, 30, 72.19, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32146, 1925, 'Frankie fast store', 5058, 16, 30, 18.17, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32147, 1925, 'Frankie fast store', 3469, 14, 30, 86.74, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32148, 1925, 'Frankie fast store', 5584, 12, 30, 267.59, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32149, 1925, 'Frankie fast store', 2196, 19, 30, 15.45, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32150, 1925, 'Frankie fast store', 3771, 15, 30, 5.50, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32151, 1925, 'Frankie fast store', 3921, 2, 30, 132.60, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32152, 1925, 'Frankie fast store', 4557, 14, 30, 5460.00, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32153, 1925, 'Frankie fast store', 2705, 18, 30, 844.48, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32154, 1925, 'Frankie fast store', 3658, 10, 30, 13.94, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32155, 1925, 'Frankie fast store', 1241, 10, 30, 191.25, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32156, 1925, 'Frankie fast store', 5352, 16, 30, 17.33, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32157, 1925, 'Frankie fast store', 4433, 15, 30, 741.99, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32158, 1925, 'Frankie fast store', 2325, 19, 30, 115.50, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32159, 1925, 'Frankie fast store', 4047, 13, 30, 46.45, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32160, 1925, 'Frankie fast store', 6069, 15, 30, 16.13, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32161, 1925, 'Frankie fast store', 1676, 19, 30, 5.71, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32162, 1925, 'Frankie fast store', 6089, 15, 30, 5.02, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32163, 1925, 'Frankie fast store', 5338, 14, 30, 2060.00, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32164, 1925, 'Frankie fast store', 1042, 19, 30, 18.54, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32165, 1925, 'Frankie fast store', 4314, 15, 30, 4.85, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32166, 1925, 'Frankie fast store', 1072, 16, 30, 23.55, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32167, 1925, 'Frankie fast store', 64, 2, 30, 8.08, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32168, 1925, 'Frankie fast store', 5014, 13, 30, 531.41, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32169, 1925, 'Frankie fast store', 5986, 17, 30, 19.68, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32170, 1925, 'Frankie fast store', 143, 18, 30, 1.01, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32171, 1925, 'Frankie fast store', 3722, 13, 30, 2.06, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32172, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-17 12:17:02', '2024-08-17 12:17:02', '2024-08-18 12:17:02'),
(32173, 1912, 'Linus', 1633, 17, 29, 30.90, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32174, 1912, 'Linus', 5495, 17, 29, 1492.40, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32175, 1912, 'Linus', 4263, 5, 29, 105.99, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32176, 1912, 'Linus', 3070, 2, 29, 309.00, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32177, 1912, 'Linus', 4511, 16, 29, 1.99, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32178, 1912, 'Linus', 4014, 17, 29, 7.68, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32179, 1912, 'Linus', 4409, 14, 29, 634.39, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32180, 1912, 'Linus', 5973, 17, 29, 25.24, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32181, 1912, 'Linus', 3474, 14, 29, 91.80, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32182, 1912, 'Linus', 5223, 13, 29, 706.99, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32183, 1912, 'Linus', 3351, 7, 29, 204.00, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32184, 1912, 'Linus', 3398, 10, 29, 41.34, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32185, 1912, 'Linus', 3744, 14, 29, 21.62, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32186, 1912, 'Linus', 4710, 14, 29, 18.90, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32187, 1912, 'Linus', 5311, 14, 29, 101.95, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32188, 1912, 'Linus', 3927, 11, 29, 36.35, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32189, 1912, 'Linus', 5048, 11, 29, 50.87, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32190, 1912, 'Linus', 1872, 18, 29, 19.33, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32191, 1912, 'Linus', 5843, 17, 29, 1428.00, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32192, 1912, 'Linus', 5449, 12, 29, 1367.40, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32193, 1912, 'Linus', 5628, 1, 29, 15.74, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32194, 1912, 'Linus', 1282, 15, 29, 511.95, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32195, 1912, 'Linus', 115, 7, 29, 268.92, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32196, 1912, 'Linus', 435, 18, 29, 1750.99, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32197, 1912, 'Linus', 4558, 16, 29, 408.00, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32198, 1912, 'Linus', 5384, 14, 29, 1011.00, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32199, 1912, 'Linus', 2285, 5, 29, 93.60, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32200, 1912, 'Linus', 3589, 17, 29, 7.79, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32201, 1912, 'Linus', 1347, 15, 29, 87.55, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32202, 1912, 'Linus', 2627, 14, 29, 16.15, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32203, 1912, 'Linus', 4627, 15, 29, 143.09, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32204, 1912, 'Linus', 2563, 14, 29, 442.89, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32205, 1912, 'Linus', 2635, 14, 29, 77.51, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32206, 1912, 'Linus', 1393, 15, 29, 40.57, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32207, 1912, 'Linus', 2555, 7, 29, 47.87, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32208, 1912, 'Linus', 371, 10, 29, 9.01, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32209, 1912, 'Linus', 2566, 17, 29, 209.88, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32210, 1912, 'Linus', 3224, 4, 29, 68.70, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32211, 1912, 'Linus', 2384, 19, 29, 41.19, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32212, 1912, 'Linus', 1944, 16, 29, 390.66, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32213, 1912, 'Linus', 5199, 16, 29, 57.67, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32214, 1912, 'Linus', 4770, 12, 29, 39.21, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32215, 1912, 'Linus', 1866, 19, 29, 6.18, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32216, 1912, 'Linus', 3032, 19, 29, 719.97, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32217, 1912, 'Linus', 1606, 19, 29, 20.55, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32218, 1912, 'Linus', 291, 5, 29, 15.17, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32219, 1912, 'Linus', 1521, 15, 29, 17.85, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32220, 1912, 'Linus', 5192, 16, 29, 20.65, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32221, 1912, 'Linus', 1018, 16, 29, 49.97, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32222, 1912, 'Linus', 2070, 4, 29, 187.20, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32223, 1912, 'Linus', 6131, 11, 29, 41.60, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32224, 1912, 'Linus', 5111, 16, 29, 13.98, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32225, 1912, 'Linus', 5471, 12, 29, 4.07, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32226, 1912, 'Linus', 474, 19, 29, 174.89, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32227, 1912, 'Linus', 1045, 19, 29, 39.13, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32228, 1912, 'Linus', 1575, 19, 29, 2.47, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32229, 1912, 'Linus', 1630, 4, 29, 42.70, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32230, 1912, 'Linus', 238, 5, 29, 16.32, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32231, 1912, 'Linus', 959, 5, 29, 2.65, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32232, 1912, 'Linus', 645, 17, 29, 4.04, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32233, 1912, 'Linus', 2162, 17, 29, 52.95, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32234, 1912, 'Linus', 969, 18, 29, 4.24, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32235, 1912, 'Linus', 3480, 11, 29, 21.19, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:01'),
(32236, 1912, 'Linus', 4876, 17, 29, 42.37, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32237, 1912, 'Linus', 4769, 14, 29, 28.08, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32238, 1912, 'Linus', 504, 17, 29, 16.07, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32239, 1912, 'Linus', 5160, 16, 29, 268.79, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32240, 1912, 'Linus', 1863, 19, 29, 11.33, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32241, 1912, 'Linus', 6081, 1, 29, 17.83, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32242, 1912, 'Linus', 1058, 4, 29, 9.88, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32243, 1912, 'Linus', 3847, 16, 29, 5.14, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32244, 1912, 'Linus', 5670, 15, 29, 1.96, 1, 1, 'ai_bid', '2024-08-17 12:22:03', '2024-08-17 12:22:03', '2024-08-18 12:23:02'),
(32245, 1886, 'Lovenest Luxe', 105, 2, NULL, 322.00, 1, 1, 'manual_bid', '2024-08-17 13:12:10', '2024-08-17 13:12:10', '2024-08-18 13:13:02'),
(32246, 1886, 'Lovenest Luxe', 3055, 2, NULL, 4.00, 1, 1, 'manual_bid', '2024-08-17 13:12:48', '2024-08-17 13:12:48', '2024-08-18 13:13:02'),
(32247, 1920, 'Nizzy', 95, 2, NULL, 337.00, 1, 1, 'manual_bid', '2024-08-17 13:32:51', '2024-08-17 13:32:51', '2024-08-18 13:33:02'),
(32248, 1920, 'Nizzy', 2385, 2, NULL, 10.00, 1, 1, 'manual_bid', '2024-08-17 13:33:52', '2024-08-17 13:33:52', '2024-08-18 13:34:02'),
(32249, 1921, 'Baeniiz', 2027, 2, NULL, 55.00, 1, 1, 'manual_bid', '2024-08-17 13:34:44', '2024-08-17 13:34:44', '2024-08-18 13:35:03'),
(32250, 1850, 'Chanadus', 6171, 11, 32, 15.94, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32251, 1850, 'Chanadus', 114, 2, 32, 161.60, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32252, 1850, 'Chanadus', 2986, 14, 32, 1562.51, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32253, 1850, 'Chanadus', 3232, 5, 32, 234.98, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32254, 1850, 'Chanadus', 4905, 11, 32, 32.96, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32255, 1850, 'Chanadus', 1489, 19, 32, 81.37, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32256, 1850, 'Chanadus', 3112, 2, 32, 7.51, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32257, 1850, 'Chanadus', 1622, 19, 32, 28.84, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32258, 1850, 'Chanadus', 4582, 14, 32, 15.75, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32259, 1850, 'Chanadus', 3833, 4, 32, 5.30, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32260, 1850, 'Chanadus', 620, 5, 32, 3.09, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32261, 1850, 'Chanadus', 971, 17, 32, 4.24, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32262, 1850, 'Chanadus', 949, 5, 32, 0.30, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32263, 1850, 'Chanadus', 1827, 19, 32, 0.13, 1, 1, 'ai_bid', '2024-08-17 15:24:02', '2024-08-17 15:24:02', '2024-08-18 15:24:02'),
(32264, 1884, 'Mich&Jstore', 2178, 12, 31, 20.56, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32265, 1884, 'Mich&Jstore', 3520, 13, 31, 62.99, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32266, 1884, 'Mich&Jstore', 5403, 14, 31, 416.79, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32267, 1884, 'Mich&Jstore', 952, 5, 31, 5.41, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32268, 1884, 'Mich&Jstore', 3806, 15, 31, 15.74, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32269, 1884, 'Mich&Jstore', 5757, 15, 31, 4.42, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32270, 1884, 'Mich&Jstore', 4289, 14, 31, 14.41, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32271, 1884, 'Mich&Jstore', 5825, 15, 31, 43.68, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32272, 1884, 'Mich&Jstore', 731, 19, 31, 110.34, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32273, 1884, 'Mich&Jstore', 5590, 1, 31, 56.09, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32274, 1884, 'Mich&Jstore', 5382, 14, 31, 312.64, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32275, 1884, 'Mich&Jstore', 2201, 19, 31, 20.96, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32276, 1884, 'Mich&Jstore', 4034, 18, 31, 12.86, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32277, 1884, 'Mich&Jstore', 4827, 17, 31, 17.51, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32278, 1884, 'Mich&Jstore', 5331, 14, 31, 204.70, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32279, 1884, 'Mich&Jstore', 3415, 15, 31, 102.96, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32280, 1884, 'Mich&Jstore', 3535, 10, 31, 79.70, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32281, 1884, 'Mich&Jstore', 673, 19, 31, 352.80, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32282, 1884, 'Mich&Jstore', 3360, 7, 31, 51.50, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32283, 1884, 'Mich&Jstore', 471, 19, 31, 338.28, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32284, 1884, 'Mich&Jstore', 2560, 14, 31, 127.19, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32285, 1884, 'Mich&Jstore', 2325, 19, 31, 113.30, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32286, 1884, 'Mich&Jstore', 1279, 19, 31, 351.52, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32287, 1884, 'Mich&Jstore', 3692, 14, 31, 60.60, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32288, 1884, 'Mich&Jstore', 2073, 4, 31, 2.68, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32289, 1884, 'Mich&Jstore', 340, 15, 31, 209.03, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32290, 1884, 'Mich&Jstore', 2874, 19, 31, 16432.70, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32291, 1884, 'Mich&Jstore', 2844, 14, 31, 1208.39, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32292, 1884, 'Mich&Jstore', 2727, 15, 31, 13.38, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32293, 1884, 'Mich&Jstore', 1133, 19, 31, 25.75, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32294, 1884, 'Mich&Jstore', 3846, 16, 31, 5.29, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32295, 1884, 'Mich&Jstore', 2187, 19, 31, 10.40, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32296, 1884, 'Mich&Jstore', 5142, 16, 31, 315.45, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32297, 1884, 'Mich&Jstore', 6113, 11, 31, 201.37, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32298, 1884, 'Mich&Jstore', 206, 7, 31, 27.97, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32299, 1884, 'Mich&Jstore', 2924, 14, 31, 31.74, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32300, 1884, 'Mich&Jstore', 3188, 5, 31, 12.82, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32301, 1884, 'Mich&Jstore', 4790, 12, 31, 21.19, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32302, 1884, 'Mich&Jstore', 4230, 18, 31, 187.94, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32303, 1884, 'Mich&Jstore', 1014, 16, 31, 112.27, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32304, 1884, 'Mich&Jstore', 3949, 5, 31, 622.16, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32305, 1884, 'Mich&Jstore', 1166, 14, 31, 443.46, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32306, 1884, 'Mich&Jstore', 6085, 11, 31, 4.24, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32307, 1884, 'Mich&Jstore', 3569, 12, 31, 12.35, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(32308, 1884, 'Mich&Jstore', 3856, 11, 31, 43.33, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32309, 1884, 'Mich&Jstore', 6129, 11, 31, 8.77, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32310, 1884, 'Mich&Jstore', 4092, 5, 31, 2.86, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32311, 1884, 'Mich&Jstore', 2294, 19, 31, 7.36, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32312, 1884, 'Mich&Jstore', 3573, 12, 31, 1933.44, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32313, 1884, 'Mich&Jstore', 4027, 17, 31, 22.87, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32314, 1884, 'Mich&Jstore', 3275, 7, 31, 40.16, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32315, 1884, 'Mich&Jstore', 2586, 10, 31, 20.47, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32316, 1884, 'Mich&Jstore', 2014, 15, 31, 202.13, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32317, 1884, 'Mich&Jstore', 1346, 14, 31, 30.65, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32318, 1884, 'Mich&Jstore', 1164, 10, 31, 4238.85, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32319, 1884, 'Mich&Jstore', 4078, 5, 31, 45.32, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32320, 1884, 'Mich&Jstore', 5164, 13, 31, 32.85, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32321, 1884, 'Mich&Jstore', 2648, 16, 31, 13.25, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32322, 1884, 'Mich&Jstore', 4701, 12, 31, 61.83, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32323, 1884, 'Mich&Jstore', 2517, 7, 31, 106.53, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32324, 1884, 'Mich&Jstore', 2057, 4, 31, 627.90, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32325, 1884, 'Mich&Jstore', 4505, 16, 31, 97.85, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32326, 1884, 'Mich&Jstore', 1934, 19, 31, 4042.50, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32327, 1884, 'Mich&Jstore', 1599, 18, 31, 2650.00, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32328, 1884, 'Mich&Jstore', 1721, 19, 31, 1544.40, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32329, 1884, 'Mich&Jstore', 3734, 10, 31, 141.13, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32330, 1884, 'Mich&Jstore', 5914, 17, 31, 2578.56, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32331, 1884, 'Mich&Jstore', 1005, 5, 31, 10.40, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32332, 1884, 'Mich&Jstore', 4832, 17, 31, 16.30, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32333, 1884, 'Mich&Jstore', 2009, 4, 31, 33.81, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32334, 1884, 'Mich&Jstore', 132, 2, 31, 102.96, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32335, 1884, 'Mich&Jstore', 5436, 16, 31, 5.29, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32336, 1884, 'Mich&Jstore', 930, 10, 31, 13.79, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32337, 1884, 'Mich&Jstore', 2770, 14, 31, 637.05, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32338, 1884, 'Mich&Jstore', 2570, 7, 31, 6.67, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32339, 1884, 'Mich&Jstore', 5173, 16, 31, 288.39, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32340, 1884, 'Mich&Jstore', 2242, 19, 31, 2619.75, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32341, 1884, 'Mich&Jstore', 2730, 16, 31, 20.13, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32342, 1884, 'Mich&Jstore', 740, 19, 31, 14.16, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32343, 1884, 'Mich&Jstore', 1307, 14, 31, 17.51, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32344, 1884, 'Mich&Jstore', 3634, 13, 31, 20.13, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32345, 1884, 'Mich&Jstore', 3305, 15, 31, 254.52, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32346, 1884, 'Mich&Jstore', 3576, 12, 31, 293.71, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32347, 1884, 'Mich&Jstore', 4295, 14, 31, 102.00, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32348, 1884, 'Mich&Jstore', 1812, 19, 31, 2047.50, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32349, 1884, 'Mich&Jstore', 5429, 17, 31, 36.46, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32350, 1884, 'Mich&Jstore', 6010, 17, 31, 4.97, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32351, 1884, 'Mich&Jstore', 684, 19, 31, 4405.62, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32352, 1884, 'Mich&Jstore', 4098, 14, 31, 7.27, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32353, 1884, 'Mich&Jstore', 1480, 15, 31, 3.80, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32354, 1884, 'Mich&Jstore', 4397, 15, 31, 31.79, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32355, 1884, 'Mich&Jstore', 4186, 5, 31, 137.80, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32356, 1884, 'Mich&Jstore', 4789, 17, 31, 43.34, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32357, 1884, 'Mich&Jstore', 4696, 12, 31, 25.75, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32358, 1884, 'Mich&Jstore', 166, 16, 31, 9.26, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32359, 1884, 'Mich&Jstore', 2772, 19, 31, 47.70, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32360, 1884, 'Mich&Jstore', 2851, 19, 31, 6760.00, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32361, 1884, 'Mich&Jstore', 835, 19, 31, 21.97, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32362, 1884, 'Mich&Jstore', 570, 18, 31, 1001.52, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32363, 1884, 'Mich&Jstore', 1072, 16, 31, 23.78, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32364, 1884, 'Mich&Jstore', 5206, 13, 31, 52.99, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32365, 1884, 'Mich&Jstore', 2985, 14, 31, 82.95, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32366, 1884, 'Mich&Jstore', 722, 19, 31, 34.66, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32367, 1884, 'Mich&Jstore', 5498, 17, 31, 37.33, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32368, 1884, 'Mich&Jstore', 5539, 10, 31, 276.04, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32369, 1884, 'Mich&Jstore', 943, 5, 31, 42.00, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32370, 1884, 'Mich&Jstore', 4742, 14, 31, 39.78, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32371, 1884, 'Mich&Jstore', 5354, 16, 31, 10.29, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32372, 1884, 'Mich&Jstore', 5470, 16, 31, 4.30, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32373, 1884, 'Mich&Jstore', 64, 2, 31, 8.48, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32374, 1884, 'Mich&Jstore', 3090, 10, 31, 5.15, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32375, 1884, 'Mich&Jstore', 1894, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32376, 1884, 'Mich&Jstore', 734, 19, 31, 0.23, 1, 1, 'ai_bid', '2024-08-17 20:33:02', '2024-08-17 20:33:02', '2024-08-18 20:33:02'),
(32377, 1798, 'Feelyards', 5315, 14, NULL, 200.00, 1, 1, 'manual_bid', '2024-08-17 23:24:53', '2024-08-17 23:24:53', '2024-08-18 23:25:03'),
(32378, 1798, 'Feelyards', 4566, 14, NULL, 65.00, 1, 1, 'manual_bid', '2024-08-17 23:28:07', '2024-08-17 23:28:07', '2024-08-18 23:29:02'),
(32379, 1798, 'Feelyards', 3030, 14, NULL, 81.00, 1, 1, 'manual_bid', '2024-08-17 23:34:52', '2024-08-17 23:34:52', '2024-08-18 23:35:02'),
(32380, 1798, 'Feelyards', 2534, 14, NULL, 10.00, 1, 1, 'manual_bid', '2024-08-17 23:39:33', '2024-08-17 23:39:33', '2024-08-18 23:40:02'),
(32381, 1876, 'Etiuko', 2820, 19, NULL, 138.00, 1, 1, 'manual_bid', '2024-08-18 05:33:01', '2024-08-18 05:33:01', '2024-08-19 05:33:01'),
(32382, 1876, 'Etiuko', 1805, 19, NULL, 9.00, 3, 1, 'manual_bid', '2024-08-18 05:35:58', '2024-08-18 05:35:58', '2024-08-19 05:36:02'),
(32383, 1850, 'Chanadus', 890, 19, NULL, 160.00, 6, 1, 'manual_bid', '2024-08-18 13:13:56', '2024-08-18 13:13:56', '2024-08-19 13:14:02'),
(32384, 1850, 'Chanadus', 153, 18, NULL, 20.31, 4, 1, 'manual_bid', '2024-08-18 13:16:03', '2024-08-18 13:16:03', '2024-08-19 13:17:02'),
(32385, 1925, 'Frankie fast store', 2683, 17, 30, 20.58, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32386, 1925, 'Frankie fast store', 4094, 5, 30, 222.59, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32387, 1925, 'Frankie fast store', 5300, 14, 30, 579.79, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32388, 1925, 'Frankie fast store', 3551, 10, 30, 47.24, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32389, 1925, 'Frankie fast store', 1541, 19, 30, 1040.00, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32390, 1925, 'Frankie fast store', 4701, 12, 30, 60.66, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32391, 1925, 'Frankie fast store', 3645, 14, 30, 9.09, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32392, 1925, 'Frankie fast store', 4746, 12, 30, 52.58, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32393, 1925, 'Frankie fast store', 2106, 5, 30, 61.80, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32394, 1925, 'Frankie fast store', 6086, 15, 30, 10.09, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32395, 1925, 'Frankie fast store', 2032, 19, 30, 40.56, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32396, 1925, 'Frankie fast store', 2190, 12, 30, 7.20, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32397, 1925, 'Frankie fast store', 2460, 2, 30, 9.24, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32398, 1925, 'Frankie fast store', 2227, 19, 30, 20.71, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32399, 1925, 'Frankie fast store', 720, 18, 30, 39.85, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32400, 1925, 'Frankie fast store', 5896, 11, 30, 392.20, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32401, 1925, 'Frankie fast store', 5578, 10, 30, 1097.52, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32402, 1925, 'Frankie fast store', 793, 12, 30, 161.96, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32403, 1925, 'Frankie fast store', 4045, 18, 30, 10.49, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32404, 1925, 'Frankie fast store', 2480, 19, 30, 298.70, 1, 1, 'ai_bid', '2024-08-18 13:28:02', '2024-08-18 13:28:02', '2024-08-19 13:28:02'),
(32405, 1925, 'Frankie fast store', 6042, 15, 30, 3.69, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32406, 1925, 'Frankie fast store', 1674, 18, 30, 1587.88, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32407, 1925, 'Frankie fast store', 4865, 17, 30, 335.58, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32408, 1925, 'Frankie fast store', 5768, 15, 30, 5.82, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32409, 1925, 'Frankie fast store', 1612, 14, 30, 42.35, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32410, 1925, 'Frankie fast store', 2084, 7, 30, 16.96, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32411, 1925, 'Frankie fast store', 5746, 13, 30, 74.53, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32412, 1925, 'Frankie fast store', 5640, 10, 30, 8.31, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32413, 1925, 'Frankie fast store', 4869, 14, 30, 11.10, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32414, 1925, 'Frankie fast store', 2101, 19, 30, 930.30, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32415, 1925, 'Frankie fast store', 5027, 14, 30, 9.44, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32416, 1925, 'Frankie fast store', 265, 5, 30, 137.80, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32417, 1925, 'Frankie fast store', 4381, 14, 30, 1035.49, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32418, 1925, 'Frankie fast store', 1020, 5, 30, 6.26, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32419, 1925, 'Frankie fast store', 45, 2, 30, 132.87, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32420, 1925, 'Frankie fast store', 5625, 10, 30, 4.88, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32421, 1925, 'Frankie fast store', 4671, 12, 30, 9.44, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32422, 1925, 'Frankie fast store', 306, 18, 30, 14.29, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32423, 1925, 'Frankie fast store', 2143, 19, 30, 20.20, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32424, 1925, 'Frankie fast store', 4187, 14, 30, 1049.99, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32425, 1925, 'Frankie fast store', 3720, 13, 30, 8.39, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32426, 1925, 'Frankie fast store', 1118, 18, 30, 1047.26, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32427, 1925, 'Frankie fast store', 1687, 19, 30, 82.10, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32428, 1925, 'Frankie fast store', 5887, 13, 30, 16.79, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32429, 1925, 'Frankie fast store', 2682, 14, 30, 27.71, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32430, 1925, 'Frankie fast store', 2192, 16, 30, 36.70, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32431, 1925, 'Frankie fast store', 1007, 16, 30, 80.58, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32432, 1925, 'Frankie fast store', 4915, 13, 30, 74.30, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32433, 1925, 'Frankie fast store', 2530, 14, 30, 1588.94, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32434, 1925, 'Frankie fast store', 883, 7, 30, 4.59, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32435, 1925, 'Frankie fast store', 608, 7, 30, 2.06, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32436, 1925, 'Frankie fast store', 1032, 19, 30, 100.70, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32437, 1925, 'Frankie fast store', 2447, 19, 30, 181.99, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32438, 1925, 'Frankie fast store', 4751, 12, 30, 32.23, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32439, 1925, 'Frankie fast store', 5396, 17, 30, 47.25, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32440, 1925, 'Frankie fast store', 1753, 19, 30, 197.60, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32441, 1925, 'Frankie fast store', 90, 2, 30, 200.99, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32442, 1925, 'Frankie fast store', 3292, 16, 30, 10.82, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32443, 1925, 'Frankie fast store', 3362, 7, 30, 9.27, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32444, 1925, 'Frankie fast store', 1121, 19, 30, 82.05, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32445, 1925, 'Frankie fast store', 2602, 19, 30, 11.12, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32446, 1925, 'Frankie fast store', 182, 7, 30, 144.26, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32447, 1925, 'Frankie fast store', 3006, 15, 30, 388.31, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32448, 1925, 'Frankie fast store', 1716, 10, 30, 7.06, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32449, 1925, 'Frankie fast store', 4430, 16, 30, 159.00, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32450, 1925, 'Frankie fast store', 5512, 10, 30, 13.09, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32451, 1925, 'Frankie fast store', 3203, 4, 30, 41.99, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32452, 1925, 'Frankie fast store', 2639, 18, 30, 10.40, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32453, 1925, 'Frankie fast store', 1821, 19, 30, 1.05, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32454, 1925, 'Frankie fast store', 1837, 5, 30, 1.05, 1, 1, 'ai_bid', '2024-08-18 13:28:03', '2024-08-18 13:28:03', '2024-08-19 13:29:02'),
(32455, 1912, 'Linus', 3578, 12, 29, 16.21, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32456, 1912, 'Linus', 577, 18, 29, 780.30, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32457, 1912, 'Linus', 3655, 10, 29, 18.33, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32458, 1912, 'Linus', 238, 5, 29, 16.64, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32459, 1912, 'Linus', 2695, 14, 29, 11.32, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32460, 1912, 'Linus', 4996, 14, 29, 10.09, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32461, 1912, 'Linus', 2822, 18, 29, 624.00, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32462, 1912, 'Linus', 5454, 12, 29, 9685.90, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32463, 1912, 'Linus', 938, 18, 29, 33.11, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32464, 1912, 'Linus', 2433, 10, 29, 20.39, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32465, 1912, 'Linus', 3673, 14, 29, 102.00, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32466, 1912, 'Linus', 4854, 12, 29, 1638.02, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32467, 1912, 'Linus', 5869, 13, 29, 8.33, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32468, 1912, 'Linus', 1410, 15, 29, 15.44, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32469, 1912, 'Linus', 2589, 14, 29, 61.19, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32470, 1912, 'Linus', 5965, 17, 29, 15.53, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32471, 1912, 'Linus', 2633, 14, 29, 22.17, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32472, 1912, 'Linus', 747, 7, 29, 15.34, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32473, 1912, 'Linus', 4555, 16, 29, 326.29, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32474, 1912, 'Linus', 1719, 5, 29, 1.10, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32475, 1912, 'Linus', 4933, 14, 29, 5.58, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32476, 1912, 'Linus', 3765, 7, 29, 792.75, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32477, 1912, 'Linus', 2527, 19, 29, 20.98, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32478, 1912, 'Linus', 4015, 1, 29, 21.64, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32479, 1912, 'Linus', 4008, 12, 29, 150.79, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32480, 1912, 'Linus', 1748, 19, 29, 40.17, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32481, 1912, 'Linus', 3482, 10, 29, 5.25, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32482, 1912, 'Linus', 3797, 15, 29, 13.66, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32483, 1912, 'Linus', 2172, 17, 29, 28.64, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32484, 1912, 'Linus', 1015, 5, 29, 4.05, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32485, 1912, 'Linus', 689, 10, 29, 3.18, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32486, 1912, 'Linus', 1821, 19, 29, 1.04, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32487, 1912, 'Linus', 734, 19, 29, 0.22, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32488, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-08-18 13:35:03', '2024-08-18 13:35:03', '2024-08-19 13:35:03'),
(32489, 1915, 'BnBGlobal', 3960, 5, NULL, 71.00, 1, 1, 'manual_bid', '2024-08-18 14:30:15', '2024-08-18 14:30:15', '2024-08-19 14:31:02'),
(32490, 1915, 'BnBGlobal', 950, 5, NULL, 21.00, 2, 1, 'manual_bid', '2024-08-18 14:35:00', '2024-08-18 14:35:00', '2024-08-19 14:35:02'),
(32491, 1920, 'Nizzy', 3177, 4, NULL, 51.00, 1, 1, 'manual_bid', '2024-08-18 14:37:04', '2024-08-18 14:37:04', '2024-08-19 14:38:01'),
(32492, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-18 14:37:32', '2024-08-18 14:37:32', '2024-08-19 14:38:01'),
(32493, 1921, 'Baeniiz', 1321, 2, NULL, 28.00, 2, 1, 'manual_bid', '2024-08-18 14:38:46', '2024-08-18 14:38:46', '2024-08-19 14:39:01'),
(32494, 1886, 'Lovenest Luxe', 3801, 4, NULL, 7.00, 47, 1, 'manual_bid', '2024-08-18 14:40:36', '2024-08-18 14:40:36', '2024-08-19 14:41:02'),
(32495, 1850, 'Chanadus', 395, 2, 32, 15.60, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32496, 1850, 'Chanadus', 2618, 10, 32, 10.09, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32497, 1850, 'Chanadus', 2533, 14, 32, 232.14, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32498, 1850, 'Chanadus', 2170, 2, 32, 135.68, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32499, 1850, 'Chanadus', 588, 18, 32, 301.04, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32500, 1850, 'Chanadus', 345, 15, 32, 106.85, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32501, 1850, 'Chanadus', 2523, 19, 32, 111.10, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32502, 1850, 'Chanadus', 5194, 16, 32, 1224.00, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32503, 1850, 'Chanadus', 4519, 16, 32, 19.18, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32504, 1850, 'Chanadus', 3863, 11, 32, 21.60, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32505, 1850, 'Chanadus', 4098, 14, 32, 7.34, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32506, 1850, 'Chanadus', 4106, 5, 32, 1.31, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32507, 1850, 'Chanadus', 1894, 19, 32, 0.20, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32508, 1850, 'Chanadus', 949, 5, 32, 0.31, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32509, 1850, 'Chanadus', 1844, 19, 32, 0.30, 1, 1, 'ai_bid', '2024-08-18 16:35:03', '2024-08-18 16:35:03', '2024-08-19 16:36:02'),
(32510, 1884, 'Mich&Jstore', 1865, 19, 31, 55.24, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32511, 1884, 'Mich&Jstore', 2356, 19, 31, 83.20, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32512, 1884, 'Mich&Jstore', 802, 18, 31, 63.68, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32513, 1884, 'Mich&Jstore', 4254, 18, 31, 20.36, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32514, 1884, 'Mich&Jstore', 2515, 16, 31, 82.11, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32515, 1884, 'Mich&Jstore', 1626, 18, 31, 1085.75, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32516, 1884, 'Mich&Jstore', 5898, 13, 31, 34.76, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32517, 1884, 'Mich&Jstore', 518, 18, 31, 3000.74, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32518, 1884, 'Mich&Jstore', 1439, 10, 31, 265.24, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32519, 1884, 'Mich&Jstore', 5568, 12, 31, 108.11, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32520, 1884, 'Mich&Jstore', 5251, 14, 31, 27.67, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32521, 1884, 'Mich&Jstore', 3266, 7, 31, 254.41, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32522, 1884, 'Mich&Jstore', 2976, 19, 31, 44.19, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32523, 1884, 'Mich&Jstore', 1869, 19, 31, 3.03, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32524, 1884, 'Mich&Jstore', 4676, 12, 31, 51.16, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32525, 1884, 'Mich&Jstore', 2634, 18, 31, 15.01, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32526, 1884, 'Mich&Jstore', 3560, 12, 31, 25.99, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32527, 1884, 'Mich&Jstore', 2017, 15, 31, 187.43, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32528, 1884, 'Mich&Jstore', 525, 16, 31, 369.98, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32529, 1884, 'Mich&Jstore', 6084, 15, 31, 11.12, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32530, 1884, 'Mich&Jstore', 1716, 10, 31, 7.13, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32531, 1884, 'Mich&Jstore', 5928, 13, 31, 4.78, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32532, 1884, 'Mich&Jstore', 5160, 16, 31, 268.79, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32533, 1884, 'Mich&Jstore', 1769, 1, 31, 78.65, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32534, 1884, 'Mich&Jstore', 3359, 7, 31, 9.45, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32535, 1884, 'Mich&Jstore', 3091, 18, 31, 46.63, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32536, 1884, 'Mich&Jstore', 4094, 5, 31, 222.59, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32537, 1884, 'Mich&Jstore', 2167, 19, 31, 231.08, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32538, 1884, 'Mich&Jstore', 5180, 16, 31, 30.44, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32539, 1884, 'Mich&Jstore', 2669, 14, 31, 125.38, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32540, 1884, 'Mich&Jstore', 6079, 15, 31, 10.09, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32541, 1884, 'Mich&Jstore', 3625, 12, 31, 59.19, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32542, 1884, 'Mich&Jstore', 2377, 19, 31, 36.40, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32543, 1884, 'Mich&Jstore', 3689, 14, 31, 203.00, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32544, 1884, 'Mich&Jstore', 1833, 19, 31, 34927.00, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32545, 1884, 'Mich&Jstore', 257, 17, 31, 173.40, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32546, 1884, 'Mich&Jstore', 3796, 19, 31, 8568.00, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32547, 1884, 'Mich&Jstore', 629, 14, 31, 4.24, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32548, 1884, 'Mich&Jstore', 3650, 10, 31, 62.62, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32549, 1884, 'Mich&Jstore', 2674, 18, 31, 789.60, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32550, 1884, 'Mich&Jstore', 4219, 5, 31, 1.30, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32551, 1884, 'Mich&Jstore', 1569, 19, 31, 86.70, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32552, 1884, 'Mich&Jstore', 4312, 15, 31, 14.26, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32553, 1884, 'Mich&Jstore', 1172, 18, 31, 67.20, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32554, 1884, 'Mich&Jstore', 529, 17, 31, 37.79, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32555, 1884, 'Mich&Jstore', 2450, 2, 31, 15.15, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32556, 1884, 'Mich&Jstore', 5621, 15, 31, 151.50, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32557, 1884, 'Mich&Jstore', 5393, 17, 31, 50.81, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32558, 1884, 'Mich&Jstore', 2566, 17, 31, 203.94, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32559, 1884, 'Mich&Jstore', 3006, 15, 31, 399.62, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32560, 1884, 'Mich&Jstore', 1974, 18, 31, 25.83, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32561, 1884, 'Mich&Jstore', 5655, 10, 31, 2550.00, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32562, 1884, 'Mich&Jstore', 423, 17, 31, 14.88, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32563, 1884, 'Mich&Jstore', 1485, 15, 31, 567.35, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32564, 1884, 'Mich&Jstore', 3711, 14, 31, 817.01, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32565, 1884, 'Mich&Jstore', 5796, 15, 31, 1260.00, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32566, 1884, 'Mich&Jstore', 5944, 11, 31, 83.20, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32567, 1884, 'Mich&Jstore', 6114, 11, 31, 4.81, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32568, 1884, 'Mich&Jstore', 5293, 14, 31, 108.11, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32569, 1884, 'Mich&Jstore', 5696, 15, 31, 51.41, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32570, 1884, 'Mich&Jstore', 5220, 13, 31, 103.01, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32571, 1884, 'Mich&Jstore', 4448, 15, 31, 12.60, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32572, 1884, 'Mich&Jstore', 5224, 13, 31, 788.63, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32573, 1884, 'Mich&Jstore', 3676, 18, 31, 8.90, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32574, 1884, 'Mich&Jstore', 4705, 14, 31, 23.23, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32575, 1884, 'Mich&Jstore', 2209, 19, 31, 121.20, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32576, 1884, 'Mich&Jstore', 4068, 2, 31, 36.25, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32577, 1884, 'Mich&Jstore', 4324, 16, 31, 26.50, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32578, 1884, 'Mich&Jstore', 4595, 5, 31, 53.45, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32579, 1884, 'Mich&Jstore', 960, 7, 31, 92.70, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32580, 1884, 'Mich&Jstore', 4538, 16, 31, 944.99, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32581, 1884, 'Mich&Jstore', 539, 19, 31, 1024.85, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32582, 1884, 'Mich&Jstore', 5185, 16, 31, 325.49, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32583, 1884, 'Mich&Jstore', 2834, 13, 31, 15.13, 1, 1, 'ai_bid', '2024-08-18 21:45:03', '2024-08-18 21:45:03', '2024-08-19 21:45:03'),
(32584, 1884, 'Mich&Jstore', 5216, 16, 31, 107.05, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32585, 1884, 'Mich&Jstore', 3147, 19, 31, 199.86, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32586, 1884, 'Mich&Jstore', 1527, 14, 31, 2.02, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32587, 1884, 'Mich&Jstore', 436, 13, 31, 73.35, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32588, 1884, 'Mich&Jstore', 5337, 14, 31, 42.40, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32589, 1884, 'Mich&Jstore', 215, 7, 31, 8.05, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32590, 1884, 'Mich&Jstore', 949, 5, 31, 0.30, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32591, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32592, 1884, 'Mich&Jstore', 756, 19, 31, 0.48, 1, 1, 'ai_bid', '2024-08-18 21:45:04', '2024-08-18 21:45:04', '2024-08-19 21:46:02'),
(32593, 1798, 'Feelyards', 5172, 16, NULL, 266.00, 1, 1, 'manual_bid', '2024-08-19 00:58:42', '2024-08-19 00:58:42', '2024-08-20 00:59:02'),
(32594, 1798, 'Feelyards', 4298, 16, NULL, 50.00, 1, 1, 'manual_bid', '2024-08-19 01:08:54', '2024-08-19 01:08:54', '2024-08-20 01:09:02'),
(32595, 1798, 'Feelyards', 3964, 16, NULL, 46.00, 1, 1, 'manual_bid', '2024-08-19 01:10:16', '2024-08-19 01:10:16', '2024-08-20 01:11:02'),
(32596, 1876, 'Etiuko', 3001, 19, NULL, 82.00, 1, 1, 'manual_bid', '2024-08-19 09:56:38', '2024-08-19 09:56:38', '2024-08-20 09:57:02'),
(32597, 1876, 'Etiuko', 1734, 12, NULL, 70.00, 1, 1, 'manual_bid', '2024-08-19 10:05:15', '2024-08-19 10:05:15', '2024-08-20 10:06:02'),
(32598, 1876, 'Etiuko', 4672, 12, NULL, 15.00, 1, 1, 'manual_bid', '2024-08-19 10:12:45', '2024-08-19 10:12:45', '2024-08-20 10:13:02'),
(32599, 1925, 'Frankie fast store', 4624, 5, 30, 22.65, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32600, 1925, 'Frankie fast store', 130, 2, 30, 37.92, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32601, 1925, 'Frankie fast store', 3824, 15, 30, 103.00, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32602, 1925, 'Frankie fast store', 4772, 14, 30, 249.09, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32603, 1925, 'Frankie fast store', 632, 18, 30, 18.54, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32604, 1925, 'Frankie fast store', 4289, 14, 30, 14.27, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32605, 1925, 'Frankie fast store', 5516, 10, 30, 43.04, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32606, 1925, 'Frankie fast store', 5197, 16, 30, 2598.96, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32607, 1925, 'Frankie fast store', 5827, 15, 30, 39.80, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32608, 1925, 'Frankie fast store', 2286, 19, 30, 32.23, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32609, 1925, 'Frankie fast store', 2168, 19, 30, 15.14, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32610, 1925, 'Frankie fast store', 4951, 14, 30, 9.27, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32611, 1925, 'Frankie fast store', 5263, 13, 30, 18.01, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32612, 1925, 'Frankie fast store', 20, 2, 30, 4.08, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32613, 1925, 'Frankie fast store', 4735, 12, 30, 85.85, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32614, 1925, 'Frankie fast store', 1205, 14, 30, 143.80, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32615, 1925, 'Frankie fast store', 3771, 15, 30, 5.29, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32616, 1925, 'Frankie fast store', 238, 5, 30, 16.80, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32617, 1925, 'Frankie fast store', 2221, 19, 30, 40.17, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32618, 1925, 'Frankie fast store', 3193, 19, 30, 1732.50, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32619, 1925, 'Frankie fast store', 4589, 15, 30, 10.20, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32620, 1925, 'Frankie fast store', 3117, 18, 30, 77.24, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32621, 1925, 'Frankie fast store', 1960, 19, 30, 84.75, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32622, 1925, 'Frankie fast store', 932, 5, 30, 14.35, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32623, 1925, 'Frankie fast store', 162, 14, 30, 6.62, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32624, 1925, 'Frankie fast store', 3762, 7, 30, 50.59, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32625, 1925, 'Frankie fast store', 5445, 16, 30, 13.64, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32626, 1925, 'Frankie fast store', 5884, 13, 30, 20.99, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32627, 1925, 'Frankie fast store', 1139, 4, 30, 18.20, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32628, 1925, 'Frankie fast store', 1088, 19, 30, 51.64, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32629, 1925, 'Frankie fast store', 4181, 14, 30, 7925.85, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32630, 1925, 'Frankie fast store', 5376, 1, 30, 18.49, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32631, 1925, 'Frankie fast store', 4348, 18, 30, 236.89, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32632, 1925, 'Frankie fast store', 2078, 7, 30, 4.10, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32633, 1925, 'Frankie fast store', 325, 10, 30, 51.47, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32634, 1925, 'Frankie fast store', 5617, 10, 30, 6.03, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32635, 1925, 'Frankie fast store', 4604, 16, 30, 27.81, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32636, 1925, 'Frankie fast store', 1831, 19, 30, 104.00, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32637, 1925, 'Frankie fast store', 3155, 19, 30, 112.20, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32638, 1925, 'Frankie fast store', 3287, 5, 30, 9.09, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32639, 1925, 'Frankie fast store', 1859, 18, 30, 3.78, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32640, 1925, 'Frankie fast store', 3665, 10, 30, 28.50, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32641, 1925, 'Frankie fast store', 5971, 17, 30, 30.29, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32642, 1925, 'Frankie fast store', 1534, 15, 30, 33.33, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32643, 1925, 'Frankie fast store', 4173, 5, 30, 131.25, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32644, 1925, 'Frankie fast store', 3059, 2, 30, 42.97, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32645, 1925, 'Frankie fast store', 2671, 14, 30, 16.78, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32646, 1925, 'Frankie fast store', 4263, 5, 30, 102.99, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32647, 1925, 'Frankie fast store', 5436, 16, 30, 5.19, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32648, 1925, 'Frankie fast store', 411, 2, 30, 33.62, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32649, 1925, 'Frankie fast store', 1918, 17, 30, 9.39, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32650, 1925, 'Frankie fast store', 3324, 7, 30, 1.39, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32651, 1925, 'Frankie fast store', 803, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-19 14:41:02', '2024-08-19 14:41:02', '2024-08-20 14:41:02'),
(32652, 1912, 'Linus', 4314, 15, 29, 4.94, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32653, 1912, 'Linus', 4542, 14, 29, 41.60, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32654, 1912, 'Linus', 3955, 16, 29, 29.86, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32655, 1912, 'Linus', 5840, 17, 29, 808.80, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32656, 1912, 'Linus', 5366, 13, 29, 94.49, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32657, 1912, 'Linus', 3991, 12, 29, 29.28, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32658, 1912, 'Linus', 1505, 15, 29, 546.95, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32659, 1912, 'Linus', 1303, 2, 29, 90.48, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32660, 1912, 'Linus', 1855, 5, 29, 3.15, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32661, 1912, 'Linus', 2938, 14, 29, 23.87, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32662, 1912, 'Linus', 1944, 16, 29, 405.98, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32663, 1912, 'Linus', 4822, 12, 29, 20.97, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32664, 1912, 'Linus', 5495, 17, 29, 1463.70, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32665, 1912, 'Linus', 611, 7, 29, 10.30, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32666, 1912, 'Linus', 1426, 2, 29, 64.14, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32667, 1912, 'Linus', 4587, 16, 29, 26.28, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32668, 1912, 'Linus', 3982, 5, 29, 156.45, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32669, 1912, 'Linus', 5615, 10, 29, 192.90, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32670, 1912, 'Linus', 58, 2, 29, 32.32, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32671, 1912, 'Linus', 5386, 14, 29, 145.60, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32672, 1912, 'Linus', 1373, 15, 29, 23.69, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32673, 1912, 'Linus', 4176, 14, 29, 805.59, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32674, 1912, 'Linus', 2386, 2, 29, 8.40, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32675, 1912, 'Linus', 5072, 16, 29, 65.61, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(32676, 1912, 'Linus', 4850, 12, 29, 132.87, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32677, 1912, 'Linus', 333, 15, 29, 8.84, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32678, 1912, 'Linus', 2657, 19, 29, 20.39, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32679, 1912, 'Linus', 1018, 16, 29, 50.46, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32680, 1912, 'Linus', 4856, 12, 29, 281.43, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32681, 1912, 'Linus', 5672, 10, 29, 3290.58, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32682, 1912, 'Linus', 570, 18, 29, 1001.52, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32683, 1912, 'Linus', 5555, 10, 29, 44.33, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32684, 1912, 'Linus', 3337, 15, 29, 204.75, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32685, 1912, 'Linus', 2498, 17, 29, 174.41, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32686, 1912, 'Linus', 2467, 16, 29, 35.52, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32687, 1912, 'Linus', 4954, 13, 29, 206.92, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32688, 1912, 'Linus', 1807, 19, 29, 83.74, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32689, 1912, 'Linus', 563, 17, 29, 4.04, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32690, 1912, 'Linus', 1154, 18, 29, 42.40, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32691, 1912, 'Linus', 1690, 18, 29, 17.43, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32692, 1912, 'Linus', 5241, 14, 29, 33.24, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32693, 1912, 'Linus', 3719, 19, 29, 68.24, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32694, 1912, 'Linus', 874, 19, 29, 61.20, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32695, 1912, 'Linus', 6041, 11, 29, 100.73, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32696, 1912, 'Linus', 172, 2, 29, 21.09, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32697, 1912, 'Linus', 5830, 17, 29, 20.50, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32698, 1912, 'Linus', 3527, 12, 29, 3.04, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32699, 1912, 'Linus', 5787, 17, 29, 3.28, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32700, 1912, 'Linus', 1747, 17, 29, 34.34, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32701, 1912, 'Linus', 3264, 5, 29, 6.86, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32702, 1912, 'Linus', 330, 12, 29, 64.81, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32703, 1912, 'Linus', 2141, 19, 29, 18.02, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32704, 1912, 'Linus', 4886, 13, 29, 73.16, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32705, 1912, 'Linus', 3487, 10, 29, 15.89, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32706, 1912, 'Linus', 1823, 10, 29, 14.03, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32707, 1912, 'Linus', 3745, 7, 29, 12.83, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32708, 1912, 'Linus', 5945, 17, 29, 3.38, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32709, 1912, 'Linus', 577, 18, 29, 787.95, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32710, 1912, 'Linus', 1662, 19, 29, 0.90, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32711, 1912, 'Linus', 3802, 15, 29, 19.56, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32712, 1912, 'Linus', 687, 10, 29, 133.62, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32713, 1912, 'Linus', 4419, 16, 29, 32.54, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32714, 1912, 'Linus', 1393, 15, 29, 41.36, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32715, 1912, 'Linus', 5206, 13, 29, 51.49, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32716, 1912, 'Linus', 2931, 19, 29, 596.96, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32717, 1912, 'Linus', 5666, 15, 29, 106.00, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32718, 1912, 'Linus', 1144, 4, 29, 35.86, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32719, 1912, 'Linus', 2748, 18, 29, 129.53, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32720, 1912, 'Linus', 2778, 14, 29, 31.09, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32721, 1912, 'Linus', 5198, 16, 29, 53.54, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32722, 1912, 'Linus', 198, 4, 29, 302.30, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32723, 1912, 'Linus', 381, 1, 29, 25.07, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32724, 1912, 'Linus', 1368, 2, 29, 504.70, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32725, 1912, 'Linus', 3050, 2, 29, 11.23, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32726, 1912, 'Linus', 5515, 10, 29, 43.39, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32727, 1912, 'Linus', 5690, 10, 29, 26.85, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32728, 1912, 'Linus', 779, 19, 29, 4.47, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32729, 1912, 'Linus', 525, 16, 29, 380.75, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32730, 1912, 'Linus', 2607, 14, 29, 13.96, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32731, 1912, 'Linus', 1245, 19, 29, 10.25, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32732, 1912, 'Linus', 2180, 19, 29, 14.42, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32733, 1912, 'Linus', 4463, 15, 29, 42.39, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32734, 1912, 'Linus', 158, 16, 29, 47.54, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32735, 1912, 'Linus', 2550, 14, 29, 29.98, 1, 1, 'ai_bid', '2024-08-19 14:46:02', '2024-08-19 14:46:02', '2024-08-20 14:46:02'),
(32736, 1850, 'Chanadus', 3205, 17, NULL, 41.00, 25, 1, 'manual_bid', '2024-08-19 14:50:08', '2024-08-19 14:50:08', '2024-08-20 14:51:02'),
(32737, 1850, 'Chanadus', 1124, 4, NULL, 4.44, 6, 1, 'manual_bid', '2024-08-19 14:52:14', '2024-08-19 14:52:14', '2024-08-20 14:53:02'),
(32738, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-19 15:39:54', '2024-08-19 15:39:54', '2024-08-20 15:40:02'),
(32739, 1920, 'Nizzy', 1139, 4, NULL, 18.00, 3, 1, 'manual_bid', '2024-08-19 15:40:25', '2024-08-19 15:40:25', '2024-08-20 15:41:02'),
(32740, 1921, 'Baeniiz', 2190, 12, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-19 15:41:33', '2024-08-19 15:41:33', '2024-08-20 15:42:02'),
(32741, 1921, 'Baeniiz', 4773, 12, NULL, 50.00, 1, 1, 'manual_bid', '2024-08-19 15:42:28', '2024-08-19 15:42:28', '2024-08-20 15:43:02'),
(32742, 1886, 'Lovenest Luxe', 1904, 2, NULL, 11.00, 30, 1, 'manual_bid', '2024-08-19 15:44:59', '2024-08-19 15:44:59', '2024-08-20 15:45:02'),
(32743, 1886, 'Lovenest Luxe', 3150, 4, NULL, 3.00, 1, 1, 'manual_bid', '2024-08-19 15:47:30', '2024-08-19 15:47:30', '2024-08-20 15:48:01'),
(32744, 1915, 'BnBGlobal', 4096, 5, NULL, 101.00, 1, 1, 'manual_bid', '2024-08-19 16:23:08', '2024-08-19 16:23:08', '2024-08-20 16:24:01'),
(32745, 1915, 'BnBGlobal', 3981, 5, NULL, 6.00, 1, 1, 'manual_bid', '2024-08-19 16:41:18', '2024-08-19 16:41:18', '2024-08-20 16:42:02'),
(32746, 1915, 'BnBGlobal', 1020, 5, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-19 16:44:11', '2024-08-19 16:44:11', '2024-08-20 16:45:03'),
(32747, 1850, 'Chanadus', 5717, 15, 32, 190.80, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32748, 1850, 'Chanadus', 1281, 18, 32, 61.80, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32749, 1850, 'Chanadus', 1551, 19, 32, 239.20, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32750, 1850, 'Chanadus', 4845, 17, 32, 756.49, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32751, 1850, 'Chanadus', 4794, 1, 32, 19.56, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32752, 1850, 'Chanadus', 977, 5, 32, 61.20, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32753, 1850, 'Chanadus', 4787, 16, 32, 32.23, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32754, 1850, 'Chanadus', 1410, 15, 32, 14.99, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32755, 1850, 'Chanadus', 6142, 11, 32, 13.82, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32756, 1850, 'Chanadus', 5133, 16, 32, 79.80, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32757, 1850, 'Chanadus', 5105, 16, 32, 23.04, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32758, 1850, 'Chanadus', 2769, 14, 32, 31.24, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32759, 1850, 'Chanadus', 3062, 2, 32, 210.00, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32760, 1850, 'Chanadus', 3022, 14, 32, 16.41, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32761, 1850, 'Chanadus', 3830, 4, 32, 91.67, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32762, 1850, 'Chanadus', 6086, 15, 32, 10.39, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32763, 1850, 'Chanadus', 2842, 15, 32, 20.99, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32764, 1850, 'Chanadus', 3024, 10, 32, 200.99, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32765, 1850, 'Chanadus', 5304, 16, 32, 24.47, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32766, 1850, 'Chanadus', 4796, 12, 32, 10.83, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32767, 1850, 'Chanadus', 4143, 14, 32, 28.61, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32768, 1850, 'Chanadus', 5414, 17, 32, 41.05, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32769, 1850, 'Chanadus', 405, 17, 32, 14.23, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32770, 1850, 'Chanadus', 5899, 17, 32, 2.09, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32771, 1850, 'Chanadus', 6017, 17, 32, 23.18, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32772, 1850, 'Chanadus', 1827, 19, 32, 0.13, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32773, 1850, 'Chanadus', 1894, 19, 32, 0.21, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32774, 1850, 'Chanadus', 734, 19, 32, 0.22, 1, 1, 'ai_bid', '2024-08-19 17:46:03', '2024-08-19 17:46:03', '2024-08-20 17:47:02'),
(32775, 1876, 'Etiuko', 5553, 12, NULL, 110.00, 1, 1, 'manual_bid', '2024-08-19 18:41:12', '2024-08-19 18:41:12', '2024-08-20 18:42:02'),
(32776, 1876, 'Etiuko', 4719, 12, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-19 19:21:00', '2024-08-19 19:21:00', '2024-08-20 19:21:02'),
(32777, 1884, 'Mich&Jstore', 1942, 7, 31, 7.76, 1, 1, 'ai_bid', '2024-08-19 22:57:02', '2024-08-19 22:57:02', '2024-08-20 22:57:02'),
(32778, 1884, 'Mich&Jstore', 4564, 14, 31, 316.94, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32779, 1884, 'Mich&Jstore', 5210, 13, 31, 36.39, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32780, 1884, 'Mich&Jstore', 1983, 18, 31, 31.48, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32781, 1884, 'Mich&Jstore', 2722, 13, 31, 20.18, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32782, 1884, 'Mich&Jstore', 132, 2, 31, 99.99, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32783, 1884, 'Mich&Jstore', 3918, 2, 31, 1482.94, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32784, 1884, 'Mich&Jstore', 3593, 12, 31, 4.80, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32785, 1884, 'Mich&Jstore', 5603, 15, 31, 21.16, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32786, 1884, 'Mich&Jstore', 1756, 2, 31, 1494.80, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32787, 1884, 'Mich&Jstore', 220, 12, 31, 143.48, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32788, 1884, 'Mich&Jstore', 2464, 19, 31, 73.83, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32789, 1884, 'Mich&Jstore', 5688, 10, 31, 98.75, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32790, 1884, 'Mich&Jstore', 5220, 13, 31, 106.07, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32791, 1884, 'Mich&Jstore', 3515, 11, 31, 20.19, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32792, 1884, 'Mich&Jstore', 3147, 19, 31, 192.24, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32793, 1884, 'Mich&Jstore', 5397, 14, 31, 32.11, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32794, 1884, 'Mich&Jstore', 4576, 14, 31, 9.25, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32795, 1884, 'Mich&Jstore', 3043, 2, 31, 3708.94, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32796, 1884, 'Mich&Jstore', 4645, 15, 31, 7.34, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32797, 1884, 'Mich&Jstore', 5064, 13, 31, 106.04, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32798, 1884, 'Mich&Jstore', 5280, 14, 31, 127.81, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32799, 1884, 'Mich&Jstore', 6037, 15, 31, 8.24, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32800, 1884, 'Mich&Jstore', 5097, 13, 31, 126.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32801, 1884, 'Mich&Jstore', 428, 18, 31, 90.85, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32802, 1884, 'Mich&Jstore', 5029, 11, 31, 66.77, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32803, 1884, 'Mich&Jstore', 114, 2, 31, 168.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32804, 1884, 'Mich&Jstore', 3517, 10, 31, 66.45, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32805, 1884, 'Mich&Jstore', 2326, 18, 31, 30.67, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32806, 1884, 'Mich&Jstore', 1812, 19, 31, 1989.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32807, 1884, 'Mich&Jstore', 5051, 11, 31, 20.79, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32808, 1884, 'Mich&Jstore', 3531, 11, 31, 73.12, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32809, 1884, 'Mich&Jstore', 3740, 7, 31, 31.98, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32810, 1884, 'Mich&Jstore', 3439, 10, 31, 11.81, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32811, 1884, 'Mich&Jstore', 98, 2, 31, 135.45, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32812, 1884, 'Mich&Jstore', 854, 19, 31, 36.20, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32813, 1884, 'Mich&Jstore', 1109, 19, 31, 169.60, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32814, 1884, 'Mich&Jstore', 466, 17, 31, 60.60, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32815, 1884, 'Mich&Jstore', 1658, 17, 31, 117.29, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32816, 1884, 'Mich&Jstore', 5587, 10, 31, 11.32, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32817, 1884, 'Mich&Jstore', 4906, 12, 31, 3.08, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32818, 1884, 'Mich&Jstore', 2315, 19, 31, 562.02, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32819, 1884, 'Mich&Jstore', 449, 16, 31, 358.01, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32820, 1884, 'Mich&Jstore', 1904, 2, 31, 10.10, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32821, 1884, 'Mich&Jstore', 4704, 12, 31, 1.31, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32822, 1884, 'Mich&Jstore', 5674, 10, 31, 2860.57, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32823, 1884, 'Mich&Jstore', 3484, 13, 31, 20.99, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32824, 1884, 'Mich&Jstore', 701, 19, 31, 40.74, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32825, 1884, 'Mich&Jstore', 1699, 18, 31, 108.15, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32826, 1884, 'Mich&Jstore', 4779, 12, 31, 40.39, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32827, 1884, 'Mich&Jstore', 1417, 10, 31, 98.06, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32828, 1884, 'Mich&Jstore', 4844, 12, 31, 72.79, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32829, 1884, 'Mich&Jstore', 5905, 17, 31, 2.60, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32830, 1884, 'Mich&Jstore', 1230, 14, 31, 32.23, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32831, 1884, 'Mich&Jstore', 815, 18, 31, 75.42, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32832, 1884, 'Mich&Jstore', 1254, 18, 31, 9270.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32833, 1884, 'Mich&Jstore', 135, 18, 31, 55.12, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32834, 1884, 'Mich&Jstore', 3063, 18, 31, 209.09, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32835, 1884, 'Mich&Jstore', 788, 18, 31, 34.83, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32836, 1884, 'Mich&Jstore', 451, 19, 31, 194.38, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32837, 1884, 'Mich&Jstore', 4612, 15, 31, 57.20, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32838, 1884, 'Mich&Jstore', 489, 19, 31, 12720.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32839, 1884, 'Mich&Jstore', 4522, 16, 31, 5.04, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32840, 1884, 'Mich&Jstore', 4491, 15, 31, 25.44, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32841, 1884, 'Mich&Jstore', 806, 5, 31, 20.60, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32842, 1884, 'Mich&Jstore', 1653, 16, 31, 25.01, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32843, 1884, 'Mich&Jstore', 1259, 18, 31, 319.07, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32844, 1884, 'Mich&Jstore', 928, 5, 31, 174.07, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32845, 1884, 'Mich&Jstore', 3463, 14, 31, 141.10, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32846, 1884, 'Mich&Jstore', 4875, 14, 31, 9.15, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32847, 1884, 'Mich&Jstore', 123, 7, 31, 498.84, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32848, 1884, 'Mich&Jstore', 1176, 14, 31, 23.44, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32849, 1884, 'Mich&Jstore', 1721, 19, 31, 1574.10, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32850, 1884, 'Mich&Jstore', 5771, 15, 31, 21.85, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32851, 1884, 'Mich&Jstore', 3562, 17, 31, 22.70, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32852, 1884, 'Mich&Jstore', 2888, 14, 31, 7.74, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32853, 1884, 'Mich&Jstore', 4911, 12, 31, 30.31, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32854, 1884, 'Mich&Jstore', 2875, 10, 31, 68.20, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32855, 1884, 'Mich&Jstore', 6081, 1, 31, 17.83, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32856, 1884, 'Mich&Jstore', 5292, 16, 31, 20.59, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32857, 1884, 'Mich&Jstore', 333, 15, 31, 8.76, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32858, 1884, 'Mich&Jstore', 550, 19, 31, 13390.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32859, 1884, 'Mich&Jstore', 6125, 11, 31, 72.10, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32860, 1884, 'Mich&Jstore', 4605, 16, 31, 17.55, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32861, 1884, 'Mich&Jstore', 2309, 2, 31, 626.85, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32862, 1884, 'Mich&Jstore', 2171, 19, 31, 312.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32863, 1884, 'Mich&Jstore', 47, 2, 31, 9.45, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32864, 1884, 'Mich&Jstore', 4213, 5, 31, 4.77, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32865, 1884, 'Mich&Jstore', 1582, 4, 31, 9.24, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32866, 1884, 'Mich&Jstore', 1776, 19, 31, 21.73, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32867, 1884, 'Mich&Jstore', 3832, 16, 31, 5.94, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32868, 1884, 'Mich&Jstore', 4726, 12, 31, 18.35, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32869, 1884, 'Mich&Jstore', 4956, 12, 31, 42.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32870, 1884, 'Mich&Jstore', 2887, 19, 31, 4.77, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32871, 1884, 'Mich&Jstore', 5518, 12, 31, 18.35, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32872, 1884, 'Mich&Jstore', 726, 19, 31, 99.95, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32873, 1884, 'Mich&Jstore', 1766, 2, 31, 61.20, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32874, 1884, 'Mich&Jstore', 1156, 18, 31, 26.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32875, 1884, 'Mich&Jstore', 685, 5, 31, 8.48, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32876, 1884, 'Mich&Jstore', 5498, 17, 31, 36.97, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32877, 1884, 'Mich&Jstore', 2889, 14, 31, 20.19, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32878, 1884, 'Mich&Jstore', 4223, 5, 31, 10.27, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32879, 1884, 'Mich&Jstore', 3299, 15, 31, 27.53, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32880, 1884, 'Mich&Jstore', 3259, 7, 31, 8.39, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32881, 1884, 'Mich&Jstore', 4408, 18, 31, 31.80, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32882, 1884, 'Mich&Jstore', 3123, 18, 31, 115.54, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32883, 1884, 'Mich&Jstore', 193, 16, 31, 106.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32884, 1884, 'Mich&Jstore', 430, 16, 31, 42.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32885, 1884, 'Mich&Jstore', 107, 2, 31, 24.94, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32886, 1884, 'Mich&Jstore', 3799, 13, 31, 379.31, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32887, 1884, 'Mich&Jstore', 2490, 17, 31, 18.32, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32888, 1884, 'Mich&Jstore', 5082, 16, 31, 24.35, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32889, 1884, 'Mich&Jstore', 2896, 16, 31, 102.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32890, 1884, 'Mich&Jstore', 5680, 10, 31, 50.87, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32891, 1884, 'Mich&Jstore', 6071, 15, 31, 50.49, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32892, 1884, 'Mich&Jstore', 5054, 16, 31, 120.92, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32893, 1884, 'Mich&Jstore', 3264, 5, 31, 7.06, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32894, 1884, 'Mich&Jstore', 1272, 19, 31, 25.01, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32895, 1884, 'Mich&Jstore', 4020, 17, 31, 25.74, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32896, 1884, 'Mich&Jstore', 5616, 16, 31, 32.85, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32897, 1884, 'Mich&Jstore', 708, 19, 31, 18.63, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32898, 1884, 'Mich&Jstore', 1685, 19, 31, 31.49, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32899, 1884, 'Mich&Jstore', 206, 7, 31, 27.17, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32900, 1884, 'Mich&Jstore', 4094, 5, 31, 218.39, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32901, 1884, 'Mich&Jstore', 2651, 17, 31, 16.15, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32902, 1884, 'Mich&Jstore', 5625, 10, 31, 4.88, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32903, 1884, 'Mich&Jstore', 1429, 5, 31, 137.80, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32904, 1884, 'Mich&Jstore', 5529, 1, 31, 10.22, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32905, 1884, 'Mich&Jstore', 1893, 19, 31, 523.95, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32906, 1884, 'Mich&Jstore', 30, 2, 31, 15.45, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32907, 1884, 'Mich&Jstore', 2263, 19, 31, 793.10, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32908, 1884, 'Mich&Jstore', 4421, 16, 31, 1551.90, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32909, 1884, 'Mich&Jstore', 1835, 10, 31, 101.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32910, 1884, 'Mich&Jstore', 5661, 15, 31, 1050.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32911, 1884, 'Mich&Jstore', 2830, 12, 31, 21.41, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32912, 1884, 'Mich&Jstore', 5069, 14, 31, 38.72, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32913, 1884, 'Mich&Jstore', 3254, 5, 31, 81.60, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32914, 1884, 'Mich&Jstore', 2868, 14, 31, 283.50, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32915, 1884, 'Mich&Jstore', 1607, 12, 31, 20.59, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32916, 1884, 'Mich&Jstore', 3557, 12, 31, 24.47, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32917, 1884, 'Mich&Jstore', 600, 10, 31, 13.13, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32918, 1884, 'Mich&Jstore', 4425, 16, 31, 22.84, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32919, 1884, 'Mich&Jstore', 118, 7, 31, 228.80, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32920, 1884, 'Mich&Jstore', 4552, 16, 31, 723.31, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32921, 1884, 'Mich&Jstore', 4938, 14, 31, 9.54, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32922, 1884, 'Mich&Jstore', 2775, 14, 31, 90.90, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32923, 1884, 'Mich&Jstore', 288, 6, 31, 12.14, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32924, 1884, 'Mich&Jstore', 2643, 15, 31, 11.65, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32925, 1884, 'Mich&Jstore', 1032, 19, 31, 99.75, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32926, 1884, 'Mich&Jstore', 1210, 15, 31, 4.28, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32927, 1884, 'Mich&Jstore', 774, 5, 31, 7.34, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32928, 1884, 'Mich&Jstore', 3768, 15, 31, 4.00, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32929, 1884, 'Mich&Jstore', 156, 18, 31, 5.05, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32930, 1884, 'Mich&Jstore', 1523, 10, 31, 1.64, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32931, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32932, 1884, 'Mich&Jstore', 1850, 5, 31, 0.56, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32933, 1884, 'Mich&Jstore', 803, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-19 22:57:03', '2024-08-19 22:57:03', '2024-08-20 22:58:02'),
(32934, 1798, 'Feelyards', 5703, 15, NULL, 201.00, 1, 1, 'manual_bid', '2024-08-20 02:24:54', '2024-08-20 02:24:54', '2024-08-21 02:25:02'),
(32935, 1798, 'Feelyards', 5996, 11, NULL, 151.00, 1, 1, 'manual_bid', '2024-08-20 02:27:28', '2024-08-20 02:27:28', '2024-08-21 02:28:02'),
(32936, 1798, 'Feelyards', 6139, 11, NULL, 17.00, 1, 1, 'manual_bid', '2024-08-20 02:29:32', '2024-08-20 02:29:32', '2024-08-21 02:30:03'),
(32937, 1876, 'Etiuko', 885, 12, NULL, 160.00, 1, 1, 'manual_bid', '2024-08-20 12:34:55', '2024-08-20 12:34:55', '2024-08-21 12:35:02'),
(32938, 1876, 'Etiuko', 4877, 12, NULL, 8.00, 1, 1, 'manual_bid', '2024-08-20 12:37:12', '2024-08-20 12:37:12', '2024-08-21 12:38:02'),
(32939, 1925, 'Frankie fast store', 4473, 15, 30, 226.60, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32940, 1925, 'Frankie fast store', 3571, 12, 30, 5.09, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32941, 1925, 'Frankie fast store', 5608, 15, 30, 126.36, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32942, 1925, 'Frankie fast store', 4029, 17, 30, 30.89, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32943, 1925, 'Frankie fast store', 2167, 19, 30, 222.36, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32944, 1925, 'Frankie fast store', 3979, 5, 30, 1560.00, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32945, 1925, 'Frankie fast store', 4156, 5, 30, 966.16, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32946, 1925, 'Frankie fast store', 2482, 16, 30, 15.59, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32947, 1925, 'Frankie fast store', 5218, 16, 30, 515.60, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32948, 1925, 'Frankie fast store', 2279, 17, 30, 365.76, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32949, 1925, 'Frankie fast store', 3348, 7, 30, 10.50, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32950, 1925, 'Frankie fast store', 4681, 12, 30, 13.40, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32951, 1925, 'Frankie fast store', 4684, 12, 30, 35.79, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32952, 1925, 'Frankie fast store', 3681, 14, 30, 417.03, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32953, 1925, 'Frankie fast store', 1486, 19, 30, 32.61, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32954, 1925, 'Frankie fast store', 986, 5, 30, 23.92, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32955, 1925, 'Frankie fast store', 2261, 2, 30, 172.38, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32956, 1925, 'Frankie fast store', 485, 19, 30, 3697.50, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32957, 1925, 'Frankie fast store', 5334, 14, 30, 251.95, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32958, 1925, 'Frankie fast store', 5228, 13, 30, 7.06, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32959, 1925, 'Frankie fast store', 824, 18, 30, 24.66, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32960, 1925, 'Frankie fast store', 56, 2, 30, 7.35, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32961, 1925, 'Frankie fast store', 3706, 14, 30, 1872.00, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32962, 1925, 'Frankie fast store', 854, 19, 30, 36.20, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32963, 1925, 'Frankie fast store', 245, 5, 30, 72.80, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32964, 1925, 'Frankie fast store', 1320, 2, 30, 73.03, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32965, 1925, 'Frankie fast store', 3545, 10, 30, 39.68, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32966, 1925, 'Frankie fast store', 246, 17, 30, 40.30, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32967, 1925, 'Frankie fast store', 5942, 17, 30, 7.01, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32968, 1925, 'Frankie fast store', 2876, 12, 30, 80.79, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32969, 1925, 'Frankie fast store', 4688, 12, 30, 24.76, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32970, 1925, 'Frankie fast store', 5115, 16, 30, 55.64, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32971, 1925, 'Frankie fast store', 3558, 12, 30, 10.74, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32972, 1925, 'Frankie fast store', 4413, 15, 30, 64.25, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32973, 1925, 'Frankie fast store', 2615, 14, 30, 20.99, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32974, 1925, 'Frankie fast store', 2362, 17, 30, 19.91, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32975, 1925, 'Frankie fast store', 494, 19, 30, 16.20, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32976, 1925, 'Frankie fast store', 4915, 13, 30, 72.19, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32977, 1925, 'Frankie fast store', 4592, 15, 30, 168.00, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32978, 1925, 'Frankie fast store', 1184, 18, 30, 51.45, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32979, 1925, 'Frankie fast store', 4893, 12, 30, 113.70, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32980, 1925, 'Frankie fast store', 982, 9, 30, 138.60, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32981, 1925, 'Frankie fast store', 5823, 11, 30, 43.25, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32982, 1925, 'Frankie fast store', 2963, 18, 30, 979.70, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32983, 1925, 'Frankie fast store', 3858, 16, 30, 73.83, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32984, 1925, 'Frankie fast store', 2989, 14, 30, 95.95, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32985, 1925, 'Frankie fast store', 3199, 5, 30, 115.25, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32986, 1925, 'Frankie fast store', 3476, 10, 30, 82.21, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32987, 1925, 'Frankie fast store', 4055, 18, 30, 72.41, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32988, 1925, 'Frankie fast store', 1413, 14, 30, 11.32, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32989, 1925, 'Frankie fast store', 822, 5, 30, 988.00, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32990, 1925, 'Frankie fast store', 5961, 17, 30, 13.50, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32991, 1925, 'Frankie fast store', 4761, 12, 30, 221.51, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32992, 1925, 'Frankie fast store', 5965, 17, 30, 15.99, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32993, 1925, 'Frankie fast store', 475, 17, 30, 31.71, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32994, 1925, 'Frankie fast store', 6109, 11, 30, 6.06, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32995, 1925, 'Frankie fast store', 4159, 18, 30, 28.07, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32996, 1925, 'Frankie fast store', 6153, 11, 30, 33.65, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32997, 1925, 'Frankie fast store', 5556, 10, 30, 112.89, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32998, 1925, 'Frankie fast store', 5870, 15, 30, 13.21, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(32999, 1925, 'Frankie fast store', 247, 12, 30, 97.64, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33000, 1925, 'Frankie fast store', 4523, 16, 30, 3.06, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33001, 1925, 'Frankie fast store', 5872, 17, 30, 11.65, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33002, 1925, 'Frankie fast store', 5920, 13, 30, 33.59, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33003, 1925, 'Frankie fast store', 3575, 17, 30, 8.59, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33004, 1925, 'Frankie fast store', 608, 7, 30, 2.10, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33005, 1925, 'Frankie fast store', 756, 19, 30, 0.46, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33006, 1925, 'Frankie fast store', 963, 5, 30, 2.12, 1, 1, 'ai_bid', '2024-08-20 15:52:02', '2024-08-20 15:52:02', '2024-08-21 15:52:02'),
(33007, 1912, 'Linus', 1736, 19, 29, 33.51, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33008, 1912, 'Linus', 1824, 19, 29, 129.99, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33009, 1912, 'Linus', 2047, 19, 29, 954.00, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33010, 1912, 'Linus', 5020, 14, 29, 21.78, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33011, 1912, 'Linus', 5140, 16, 29, 22.43, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33012, 1912, 'Linus', 2684, 14, 29, 20.29, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33013, 1912, 'Linus', 5513, 10, 29, 84.23, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33014, 1912, 'Linus', 1464, 14, 29, 36.91, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33015, 1912, 'Linus', 3236, 5, 29, 45.62, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33016, 1912, 'Linus', 1595, 19, 29, 18.53, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33017, 1912, 'Linus', 2457, 19, 29, 3.50, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33018, 1912, 'Linus', 594, 10, 29, 12.72, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33019, 1912, 'Linus', 1778, 12, 29, 206.98, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33020, 1912, 'Linus', 2553, 14, 29, 1049.99, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33021, 1912, 'Linus', 1626, 18, 29, 1128.75, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33022, 1912, 'Linus', 415, 18, 29, 132.29, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33023, 1912, 'Linus', 1970, 4, 29, 178.50, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33024, 1912, 'Linus', 4489, 15, 29, 33.28, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33025, 1912, 'Linus', 3632, 12, 29, 8.40, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33026, 1912, 'Linus', 554, 18, 29, 3937.99, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33027, 1912, 'Linus', 5191, 16, 29, 42.63, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33028, 1912, 'Linus', 2088, 5, 29, 15.75, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33029, 1912, 'Linus', 3028, 18, 29, 74.16, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33030, 1912, 'Linus', 3906, 16, 29, 200.54, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33031, 1912, 'Linus', 1799, 2, 29, 10.40, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33032, 1912, 'Linus', 301, 18, 29, 8.85, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33033, 1912, 'Linus', 1114, 4, 29, 7.93, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33034, 1912, 'Linus', 3389, 10, 29, 6.97, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33035, 1912, 'Linus', 3614, 17, 29, 249.60, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33036, 1912, 'Linus', 4986, 14, 29, 11.09, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33037, 1912, 'Linus', 2838, 13, 29, 31.79, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33038, 1912, 'Linus', 2563, 14, 29, 447.19, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33039, 1912, 'Linus', 2194, 19, 29, 9.54, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33040, 1912, 'Linus', 5146, 13, 29, 1626.89, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33041, 1912, 'Linus', 4989, 14, 29, 8.39, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33042, 1912, 'Linus', 4353, 18, 29, 509.84, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33043, 1912, 'Linus', 5262, 14, 29, 155.41, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33044, 1912, 'Linus', 6142, 11, 29, 13.69, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33045, 1912, 'Linus', 1842, 19, 29, 1.04, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33046, 1912, 'Linus', 2217, 2, 29, 19.76, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33047, 1912, 'Linus', 3029, 14, 29, 246.17, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33048, 1912, 'Linus', 1989, 4, 29, 49.98, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(33049, 1912, 'Linus', 5579, 10, 29, 81.72, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33050, 1912, 'Linus', 2755, 19, 29, 1063.18, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33051, 1912, 'Linus', 5253, 16, 29, 16.68, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33052, 1912, 'Linus', 979, 17, 29, 60.90, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33053, 1912, 'Linus', 5678, 15, 29, 51.50, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33054, 1912, 'Linus', 2081, 19, 29, 767.60, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33055, 1912, 'Linus', 6000, 14, 29, 1060.49, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33056, 1912, 'Linus', 1262, 19, 29, 1.58, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33057, 1912, 'Linus', 1499, 14, 29, 8.79, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33058, 1912, 'Linus', 5833, 17, 29, 15.81, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33059, 1912, 'Linus', 1602, 19, 29, 5.09, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33060, 1912, 'Linus', 3064, 2, 29, 4.68, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33061, 1912, 'Linus', 1719, 5, 29, 1.11, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33062, 1912, 'Linus', 1850, 5, 29, 0.58, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33063, 1912, 'Linus', 3296, 5, 29, 1.15, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33064, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-08-20 15:58:03', '2024-08-20 15:58:03', '2024-08-21 15:59:02'),
(33065, 1850, 'Chanadus', 1094, 19, NULL, 500.00, 2, 1, 'manual_bid', '2024-08-20 16:01:21', '2024-08-20 16:01:21', '2024-08-21 16:02:02'),
(33066, 1850, 'Chanadus', 3146, 4, NULL, 6.90, 9, 1, 'manual_bid', '2024-08-20 16:02:58', '2024-08-20 16:02:58', '2024-08-21 16:03:01'),
(33067, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-20 17:03:35', '2024-08-20 17:03:35', '2024-08-21 17:04:02'),
(33068, 1920, 'Nizzy', 3164, 4, NULL, 29.00, 2, 1, 'manual_bid', '2024-08-20 17:04:26', '2024-08-20 17:04:26', '2024-08-21 17:05:03'),
(33069, 1886, 'Lovenest Luxe', 2443, 2, NULL, 8.00, 42, 1, 'manual_bid', '2024-08-20 17:09:29', '2024-08-20 17:09:29', '2024-08-21 17:10:03'),
(33070, 1921, 'Baeniiz', 127, 2, NULL, 41.00, 1, 1, 'manual_bid', '2024-08-20 17:10:39', '2024-08-20 17:10:39', '2024-08-21 17:11:02'),
(33071, 1921, 'Baeniiz', 658, 2, NULL, 16.00, 1, 1, 'manual_bid', '2024-08-20 17:15:46', '2024-08-20 17:15:46', '2024-08-21 17:16:02'),
(33072, 1850, 'Chanadus', 5411, 17, 32, 26.94, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33073, 1850, 'Chanadus', 214, 7, 32, 7.70, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33074, 1850, 'Chanadus', 3989, 18, 32, 84.82, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33075, 1850, 'Chanadus', 5013, 13, 32, 46.85, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33076, 1850, 'Chanadus', 4006, 18, 32, 121.41, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33077, 1850, 'Chanadus', 3031, 18, 32, 137.34, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33078, 1850, 'Chanadus', 5524, 10, 32, 208.00, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33079, 1850, 'Chanadus', 2207, 10, 32, 41.66, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33080, 1850, 'Chanadus', 4648, 15, 32, 40.40, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33081, 1850, 'Chanadus', 3843, 15, 32, 72.80, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33082, 1850, 'Chanadus', 2135, 17, 32, 58.75, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33083, 1850, 'Chanadus', 5537, 10, 32, 57.57, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33084, 1850, 'Chanadus', 5590, 1, 32, 58.29, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33085, 1850, 'Chanadus', 150, 18, 32, 624.00, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33086, 1850, 'Chanadus', 1397, 19, 32, 620.88, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33087, 1850, 'Chanadus', 1169, 18, 32, 40.17, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33088, 1850, 'Chanadus', 3018, 14, 32, 2.65, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33089, 1850, 'Chanadus', 6028, 15, 32, 2.17, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33090, 1850, 'Chanadus', 756, 19, 32, 0.45, 1, 1, 'ai_bid', '2024-08-20 18:59:02', '2024-08-20 18:59:02', '2024-08-21 18:59:02'),
(33091, 1876, 'Etiuko', 4943, 13, NULL, 110.00, 1, 1, 'manual_bid', '2024-08-20 21:06:07', '2024-08-20 21:06:07', '2024-08-21 21:07:02'),
(33092, 1876, 'Etiuko', 3580, 12, NULL, 8.00, 1, 1, 'manual_bid', '2024-08-20 22:39:19', '2024-08-20 22:39:19', '2024-08-21 22:40:03'),
(33093, 1884, 'Mich&Jstore', 5365, 13, 31, 201.99, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33094, 1884, 'Mich&Jstore', 1851, 18, 31, 66.89, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33095, 1884, 'Mich&Jstore', 2979, 14, 31, 87.55, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33096, 1884, 'Mich&Jstore', 1207, 18, 31, 61.48, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33097, 1884, 'Mich&Jstore', 3329, 7, 31, 24.58, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33098, 1884, 'Mich&Jstore', 3500, 10, 31, 360.50, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33099, 1884, 'Mich&Jstore', 3413, 7, 31, 313.03, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33100, 1884, 'Mich&Jstore', 1016, 16, 31, 127.25, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33101, 1884, 'Mich&Jstore', 4047, 13, 31, 47.83, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33102, 1884, 'Mich&Jstore', 806, 5, 31, 21.20, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33103, 1884, 'Mich&Jstore', 345, 15, 31, 105.84, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33104, 1884, 'Mich&Jstore', 2213, 19, 31, 8.08, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33105, 1884, 'Mich&Jstore', 409, 17, 31, 355.98, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33106, 1884, 'Mich&Jstore', 5534, 10, 31, 128.01, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33107, 1884, 'Mich&Jstore', 2400, 19, 31, 36.05, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33108, 1884, 'Mich&Jstore', 4490, 16, 31, 121.79, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33109, 1884, 'Mich&Jstore', 1303, 2, 31, 90.48, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33110, 1884, 'Mich&Jstore', 1870, 19, 31, 24.48, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33111, 1884, 'Mich&Jstore', 5413, 14, 31, 7597.98, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33112, 1884, 'Mich&Jstore', 1635, 19, 31, 4.83, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33113, 1884, 'Mich&Jstore', 5900, 11, 31, 102.89, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33114, 1884, 'Mich&Jstore', 3384, 10, 31, 9.28, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33115, 1884, 'Mich&Jstore', 1474, 19, 31, 98.94, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33116, 1884, 'Mich&Jstore', 3199, 5, 31, 115.25, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33117, 1884, 'Mich&Jstore', 4205, 14, 31, 8.02, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33118, 1884, 'Mich&Jstore', 2620, 14, 31, 33.32, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33119, 1884, 'Mich&Jstore', 3548, 10, 31, 71.01, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33120, 1884, 'Mich&Jstore', 385, 10, 31, 168.53, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33121, 1884, 'Mich&Jstore', 1761, 19, 31, 21.61, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33122, 1884, 'Mich&Jstore', 2741, 18, 31, 20.79, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33123, 1884, 'Mich&Jstore', 2965, 14, 31, 20.97, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33124, 1884, 'Mich&Jstore', 5492, 17, 31, 185.59, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33125, 1884, 'Mich&Jstore', 2532, 15, 31, 21.40, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33126, 1884, 'Mich&Jstore', 4637, 5, 31, 22.87, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33127, 1884, 'Mich&Jstore', 6061, 15, 31, 20.93, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33128, 1884, 'Mich&Jstore', 2397, 2, 31, 7.81, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33129, 1884, 'Mich&Jstore', 2935, 14, 31, 27.24, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33130, 1884, 'Mich&Jstore', 5143, 16, 31, 12.65, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33131, 1884, 'Mich&Jstore', 4817, 17, 31, 18.12, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33132, 1884, 'Mich&Jstore', 3241, 7, 31, 308.01, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33133, 1884, 'Mich&Jstore', 3996, 12, 31, 71.04, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33134, 1884, 'Mich&Jstore', 595, 19, 31, 391.40, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33135, 1884, 'Mich&Jstore', 673, 19, 31, 346.08, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33136, 1884, 'Mich&Jstore', 4348, 18, 31, 239.19, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33137, 1884, 'Mich&Jstore', 4239, 18, 31, 42.45, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33138, 1884, 'Mich&Jstore', 1251, 10, 31, 19.63, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33139, 1884, 'Mich&Jstore', 4554, 14, 31, 3180.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33140, 1884, 'Mich&Jstore', 3434, 14, 31, 861.90, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33141, 1884, 'Mich&Jstore', 3157, 19, 31, 8.17, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33142, 1884, 'Mich&Jstore', 2377, 19, 31, 37.83, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33143, 1884, 'Mich&Jstore', 4152, 18, 31, 36.03, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33144, 1884, 'Mich&Jstore', 1366, 15, 31, 194.67, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33145, 1884, 'Mich&Jstore', 4051, 13, 31, 209.98, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33146, 1884, 'Mich&Jstore', 4616, 16, 31, 9345.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33147, 1884, 'Mich&Jstore', 5093, 13, 31, 155.52, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33148, 1884, 'Mich&Jstore', 4491, 15, 31, 24.24, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33149, 1884, 'Mich&Jstore', 832, 13, 31, 11.47, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33150, 1884, 'Mich&Jstore', 220, 12, 31, 149.16, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33151, 1884, 'Mich&Jstore', 5652, 15, 31, 102.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33152, 1884, 'Mich&Jstore', 4272, 18, 31, 120.19, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33153, 1884, 'Mich&Jstore', 4969, 14, 31, 14.28, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33154, 1884, 'Mich&Jstore', 2558, 10, 31, 45.14, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33155, 1884, 'Mich&Jstore', 3725, 13, 31, 12.36, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33156, 1884, 'Mich&Jstore', 1463, 17, 31, 156.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33157, 1884, 'Mich&Jstore', 1699, 18, 31, 106.05, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33158, 1884, 'Mich&Jstore', 5811, 15, 31, 47.11, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33159, 1884, 'Mich&Jstore', 6016, 17, 31, 12.52, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33160, 1884, 'Mich&Jstore', 5620, 16, 31, 41.81, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33161, 1884, 'Mich&Jstore', 1819, 18, 31, 15.14, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33162, 1884, 'Mich&Jstore', 4126, 5, 31, 85.47, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33163, 1884, 'Mich&Jstore', 5948, 17, 31, 3.48, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33164, 1884, 'Mich&Jstore', 3561, 12, 31, 9.50, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33165, 1884, 'Mich&Jstore', 5589, 12, 31, 153.47, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33166, 1884, 'Mich&Jstore', 522, 18, 31, 50.79, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33167, 1884, 'Mich&Jstore', 5735, 16, 31, 19.56, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33168, 1884, 'Mich&Jstore', 1632, 19, 31, 1780.80, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33169, 1884, 'Mich&Jstore', 5305, 16, 31, 18.53, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33170, 1884, 'Mich&Jstore', 5999, 11, 31, 249.60, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33171, 1884, 'Mich&Jstore', 5377, 16, 31, 6.11, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33172, 1884, 'Mich&Jstore', 5749, 15, 31, 6.71, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33173, 1884, 'Mich&Jstore', 2184, 17, 31, 4.86, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33174, 1884, 'Mich&Jstore', 2733, 18, 31, 2944.74, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33175, 1884, 'Mich&Jstore', 5317, 13, 31, 780.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33176, 1884, 'Mich&Jstore', 4745, 14, 31, 197.39, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33177, 1884, 'Mich&Jstore', 2524, 18, 31, 13.20, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33178, 1884, 'Mich&Jstore', 496, 19, 31, 135.19, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33179, 1884, 'Mich&Jstore', 2726, 14, 31, 29.28, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33180, 1884, 'Mich&Jstore', 4189, 14, 31, 989.79, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33181, 1884, 'Mich&Jstore', 5487, 17, 31, 339.43, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33182, 1884, 'Mich&Jstore', 1094, 19, 31, 508.98, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33183, 1884, 'Mich&Jstore', 2930, 10, 31, 30.15, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33184, 1884, 'Mich&Jstore', 84, 2, 31, 1588.94, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33185, 1884, 'Mich&Jstore', 5253, 16, 31, 16.21, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33186, 1884, 'Mich&Jstore', 3527, 12, 31, 3.13, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33187, 1884, 'Mich&Jstore', 1312, 19, 31, 7.13, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33188, 1884, 'Mich&Jstore', 4113, 5, 31, 288.40, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33189, 1884, 'Mich&Jstore', 2817, 14, 31, 190.04, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33190, 1884, 'Mich&Jstore', 2892, 15, 31, 319.05, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33191, 1884, 'Mich&Jstore', 3350, 7, 31, 40.39, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33192, 1884, 'Mich&Jstore', 5939, 11, 31, 370.99, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33193, 1884, 'Mich&Jstore', 5314, 14, 31, 152.95, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33194, 1884, 'Mich&Jstore', 5796, 15, 31, 1272.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33195, 1884, 'Mich&Jstore', 4057, 13, 31, 26.29, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33196, 1884, 'Mich&Jstore', 940, 5, 31, 74.01, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33197, 1884, 'Mich&Jstore', 3142, 4, 31, 85.02, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33198, 1884, 'Mich&Jstore', 918, 16, 31, 10.69, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33199, 1884, 'Mich&Jstore', 4245, 18, 31, 15.17, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33200, 1884, 'Mich&Jstore', 4119, 5, 31, 3224.53, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33201, 1884, 'Mich&Jstore', 2664, 18, 31, 2683.57, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33202, 1884, 'Mich&Jstore', 1545, 19, 31, 531.26, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33203, 1884, 'Mich&Jstore', 4347, 14, 31, 511.01, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33204, 1884, 'Mich&Jstore', 1155, 18, 31, 68.90, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33205, 1884, 'Mich&Jstore', 2438, 5, 31, 136.50, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33206, 1884, 'Mich&Jstore', 1436, 10, 31, 16.79, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33207, 1884, 'Mich&Jstore', 3421, 10, 31, 30.45, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33208, 1884, 'Mich&Jstore', 696, 18, 31, 88.32, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33209, 1884, 'Mich&Jstore', 514, 18, 31, 914.50, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33210, 1884, 'Mich&Jstore', 3111, 2, 31, 262.50, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33211, 1884, 'Mich&Jstore', 4527, 16, 31, 68.63, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33212, 1884, 'Mich&Jstore', 3230, 4, 31, 30.68, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33213, 1884, 'Mich&Jstore', 2974, 14, 31, 898.80, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33214, 1884, 'Mich&Jstore', 2164, 19, 31, 1144.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33215, 1884, 'Mich&Jstore', 2876, 12, 31, 84.79, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33216, 1884, 'Mich&Jstore', 6171, 11, 31, 15.94, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33217, 1884, 'Mich&Jstore', 5427, 17, 31, 35.41, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33218, 1884, 'Mich&Jstore', 2483, 7, 31, 66.59, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33219, 1884, 'Mich&Jstore', 4374, 15, 31, 9.35, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33220, 1884, 'Mich&Jstore', 2544, 7, 31, 556.16, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33221, 1884, 'Mich&Jstore', 2611, 14, 31, 9.87, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33222, 1884, 'Mich&Jstore', 3360, 7, 31, 52.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33223, 1884, 'Mich&Jstore', 5930, 11, 31, 34.93, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33224, 1884, 'Mich&Jstore', 5524, 10, 31, 210.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33225, 1884, 'Mich&Jstore', 3833, 4, 31, 5.30, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33226, 1884, 'Mich&Jstore', 1186, 15, 31, 19.86, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33227, 1884, 'Mich&Jstore', 359, 2, 31, 131.30, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33228, 1884, 'Mich&Jstore', 2211, 19, 31, 42.99, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33229, 1884, 'Mich&Jstore', 2837, 14, 31, 40.67, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33230, 1884, 'Mich&Jstore', 334, 12, 31, 206.75, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33231, 1884, 'Mich&Jstore', 5130, 16, 31, 33.60, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33232, 1884, 'Mich&Jstore', 5533, 12, 31, 18.17, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33233, 1884, 'Mich&Jstore', 350, 15, 31, 53.52, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33234, 1884, 'Mich&Jstore', 3503, 10, 31, 1010.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33235, 1884, 'Mich&Jstore', 5175, 16, 31, 61.99, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33236, 1884, 'Mich&Jstore', 3410, 10, 31, 30.16, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33237, 1884, 'Mich&Jstore', 4919, 13, 31, 36.40, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33238, 1884, 'Mich&Jstore', 1853, 19, 31, 33.59, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33239, 1884, 'Mich&Jstore', 1609, 19, 31, 13.38, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33240, 1884, 'Mich&Jstore', 5741, 16, 31, 140.40, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33241, 1884, 'Mich&Jstore', 2949, 17, 31, 22.20, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33242, 1884, 'Mich&Jstore', 2417, 19, 31, 98.58, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33243, 1884, 'Mich&Jstore', 5229, 13, 31, 4.44, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33244, 1884, 'Mich&Jstore', 1697, 5, 31, 15.69, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33245, 1884, 'Mich&Jstore', 6103, 11, 31, 31.97, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33246, 1884, 'Mich&Jstore', 3556, 12, 31, 3.76, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33247, 1884, 'Mich&Jstore', 2229, 16, 31, 27.22, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33248, 1884, 'Mich&Jstore', 1996, 14, 31, 36.03, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33249, 1884, 'Mich&Jstore', 2679, 18, 31, 188.86, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33250, 1884, 'Mich&Jstore', 2643, 15, 31, 11.32, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33251, 1884, 'Mich&Jstore', 315, 7, 31, 92.92, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33252, 1884, 'Mich&Jstore', 121, 7, 31, 4.61, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33253, 1884, 'Mich&Jstore', 4223, 5, 31, 10.08, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33254, 1884, 'Mich&Jstore', 4313, 18, 31, 52.99, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33255, 1884, 'Mich&Jstore', 1523, 10, 31, 1.59, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33256, 1884, 'Mich&Jstore', 4346, 14, 31, 63.74, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33257, 1884, 'Mich&Jstore', 2501, 16, 31, 96.89, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33258, 1884, 'Mich&Jstore', 5312, 14, 31, 62.82, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33259, 1884, 'Mich&Jstore', 342, 18, 31, 3700.62, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33260, 1884, 'Mich&Jstore', 1486, 19, 31, 34.23, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33261, 1884, 'Mich&Jstore', 709, 18, 31, 194.27, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33262, 1884, 'Mich&Jstore', 1770, 14, 31, 101.99, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33263, 1884, 'Mich&Jstore', 3588, 12, 31, 15.80, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33264, 1884, 'Mich&Jstore', 6176, 14, 31, 21.13, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33265, 1884, 'Mich&Jstore', 6129, 11, 31, 9.20, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33266, 1884, 'Mich&Jstore', 2484, 19, 31, 206.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33267, 1884, 'Mich&Jstore', 235, 12, 31, 224.69, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33268, 1884, 'Mich&Jstore', 6074, 15, 31, 14.78, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33269, 1884, 'Mich&Jstore', 4922, 12, 31, 15.44, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33270, 1884, 'Mich&Jstore', 208, 7, 31, 29.72, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33271, 1884, 'Mich&Jstore', 1926, 18, 31, 8.22, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33272, 1884, 'Mich&Jstore', 2717, 14, 31, 115.66, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33273, 1884, 'Mich&Jstore', 1651, 17, 31, 34.61, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33274, 1884, 'Mich&Jstore', 4670, 12, 31, 6.06, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33275, 1884, 'Mich&Jstore', 6114, 11, 31, 4.90, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33276, 1884, 'Mich&Jstore', 4331, 15, 31, 20.14, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33277, 1884, 'Mich&Jstore', 450, 16, 31, 154.01, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33278, 1884, 'Mich&Jstore', 4075, 14, 31, 19.57, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33279, 1884, 'Mich&Jstore', 2857, 12, 31, 27.26, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33280, 1884, 'Mich&Jstore', 1505, 15, 31, 531.47, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33281, 1884, 'Mich&Jstore', 4445, 15, 31, 27.18, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33282, 1884, 'Mich&Jstore', 4470, 15, 31, 1153.95, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33283, 1884, 'Mich&Jstore', 1439, 10, 31, 262.71, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33284, 1884, 'Mich&Jstore', 5442, 12, 31, 27.05, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33285, 1884, 'Mich&Jstore', 4962, 14, 31, 9.18, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33286, 1884, 'Mich&Jstore', 3668, 10, 31, 37.80, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33287, 1884, 'Mich&Jstore', 5807, 13, 31, 20.59, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:03'),
(33288, 1884, 'Mich&Jstore', 2239, 19, 31, 59.74, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33289, 1884, 'Mich&Jstore', 3586, 17, 31, 5.71, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33290, 1884, 'Mich&Jstore', 5370, 13, 31, 83.19, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33291, 1884, 'Mich&Jstore', 4277, 14, 31, 50.99, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33292, 1884, 'Mich&Jstore', 1259, 18, 31, 322.11, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33293, 1884, 'Mich&Jstore', 799, 19, 31, 139.05, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33294, 1884, 'Mich&Jstore', 1236, 10, 31, 104.82, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33295, 1884, 'Mich&Jstore', 2015, 5, 31, 689.83, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33296, 1884, 'Mich&Jstore', 5580, 15, 31, 13.36, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33297, 1884, 'Mich&Jstore', 3993, 18, 31, 52.73, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33298, 1884, 'Mich&Jstore', 1302, 15, 31, 185.40, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33299, 1884, 'Mich&Jstore', 4304, 18, 31, 9.41, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33300, 1884, 'Mich&Jstore', 5264, 13, 31, 5.81, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33301, 1884, 'Mich&Jstore', 3893, 15, 31, 1122.00, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33302, 1884, 'Mich&Jstore', 3391, 10, 31, 18.53, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33303, 1884, 'Mich&Jstore', 3879, 2, 31, 63.25, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33304, 1884, 'Mich&Jstore', 5375, 14, 31, 38.59, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33305, 1884, 'Mich&Jstore', 1653, 16, 31, 26.25, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33306, 1884, 'Mich&Jstore', 5256, 14, 31, 48.48, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33307, 1884, 'Mich&Jstore', 3985, 18, 31, 61.51, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33308, 1884, 'Mich&Jstore', 32, 2, 31, 125.08, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33309, 1884, 'Mich&Jstore', 2283, 19, 31, 97.76, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33310, 1884, 'Mich&Jstore', 5063, 14, 31, 25.43, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33311, 1884, 'Mich&Jstore', 1053, 4, 31, 3.70, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33312, 1884, 'Mich&Jstore', 4640, 15, 31, 7.28, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33313, 1884, 'Mich&Jstore', 1832, 5, 31, 2.78, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33314, 1884, 'Mich&Jstore', 2557, 7, 31, 4.38, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33315, 1884, 'Mich&Jstore', 1662, 19, 31, 0.93, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33316, 1884, 'Mich&Jstore', 1894, 19, 31, 0.20, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33317, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-21 00:10:03', '2024-08-21 00:10:03', '2024-08-22 00:10:04'),
(33318, 1798, 'Feelyards', 4026, 17, NULL, 100.00, 3, 1, 'manual_bid', '2024-08-21 03:54:45', '2024-08-21 03:54:45', '2024-08-22 03:55:03'),
(33319, 1798, 'Feelyards', 1297, 2, NULL, 75.00, 1, 1, 'manual_bid', '2024-08-21 04:06:39', '2024-08-21 04:06:39', '2024-08-22 04:07:02'),
(33320, 1915, 'BnBGlobal', 877, 5, NULL, 86.00, 1, 1, 'manual_bid', '2024-08-21 11:28:29', '2024-08-21 11:28:29', '2024-08-22 11:29:02'),
(33321, 1915, 'BnBGlobal', 3934, 5, NULL, 22.00, 1, 1, 'manual_bid', '2024-08-21 11:31:27', '2024-08-21 11:31:27', '2024-08-22 11:32:02'),
(33322, 1915, 'BnBGlobal', 2100, 5, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-21 11:42:04', '2024-08-21 11:42:04', '2024-08-22 11:43:02'),
(33323, 1925, 'Frankie fast store', 3730, 13, 30, 6.76, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33324, 1925, 'Frankie fast store', 3915, 16, 30, 2641.80, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33325, 1925, 'Frankie fast store', 4538, 16, 30, 935.99, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33326, 1925, 'Frankie fast store', 4192, 14, 30, 21.62, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33327, 1925, 'Frankie fast store', 1507, 10, 30, 3.77, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33328, 1925, 'Frankie fast store', 5338, 14, 30, 2020.00, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33329, 1925, 'Frankie fast store', 5719, 10, 30, 5.52, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33330, 1925, 'Frankie fast store', 562, 18, 30, 3704.70, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33331, 1925, 'Frankie fast store', 1778, 12, 30, 203.00, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33332, 1925, 'Frankie fast store', 433, 16, 30, 266.23, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33333, 1925, 'Frankie fast store', 5020, 14, 30, 21.57, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33334, 1925, 'Frankie fast store', 4158, 5, 30, 622.96, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33335, 1925, 'Frankie fast store', 3181, 4, 30, 64.65, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33336, 1925, 'Frankie fast store', 4025, 17, 30, 85.03, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33337, 1925, 'Frankie fast store', 2551, 7, 30, 168.06, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33338, 1925, 'Frankie fast store', 5845, 17, 30, 9.43, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33339, 1925, 'Frankie fast store', 5934, 11, 30, 10.37, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33340, 1925, 'Frankie fast store', 5071, 13, 30, 293.90, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33341, 1925, 'Frankie fast store', 3977, 12, 30, 382.78, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33342, 1925, 'Frankie fast store', 5079, 16, 30, 28.34, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33343, 1925, 'Frankie fast store', 132, 2, 30, 103.95, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33344, 1925, 'Frankie fast store', 4558, 16, 30, 408.00, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33345, 1925, 'Frankie fast store', 3768, 15, 30, 4.04, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33346, 1925, 'Frankie fast store', 2026, 4, 30, 89.78, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33347, 1925, 'Frankie fast store', 4053, 18, 30, 28.14, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33348, 1925, 'Frankie fast store', 567, 18, 30, 2099.79, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33349, 1925, 'Frankie fast store', 2427, 19, 30, 247.20, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33350, 1925, 'Frankie fast store', 1015, 5, 30, 4.01, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33351, 1925, 'Frankie fast store', 1220, 18, 30, 107.06, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33352, 1925, 'Frankie fast store', 5081, 14, 30, 20.38, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33353, 1925, 'Frankie fast store', 4490, 16, 30, 117.15, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33354, 1925, 'Frankie fast store', 1957, 5, 30, 21.63, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33355, 1925, 'Frankie fast store', 892, 10, 30, 288.39, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33356, 1925, 'Frankie fast store', 1239, 15, 30, 24.24, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33357, 1925, 'Frankie fast store', 6060, 11, 30, 10.20, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33358, 1925, 'Frankie fast store', 4679, 12, 30, 6.10, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33359, 1925, 'Frankie fast store', 3489, 10, 30, 10.19, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33360, 1925, 'Frankie fast store', 1967, 19, 30, 2.82, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33361, 1925, 'Frankie fast store', 670, 10, 30, 8.32, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33362, 1925, 'Frankie fast store', 5899, 17, 30, 2.05, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33363, 1925, 'Frankie fast store', 803, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33364, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33365, 1925, 'Frankie fast store', 1894, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33366, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-21 17:03:02', '2024-08-21 17:03:02', '2024-08-22 17:03:02'),
(33367, 1912, 'Linus', 437, 16, 29, 244.40, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33368, 1912, 'Linus', 3224, 4, 29, 68.70, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33369, 1912, 'Linus', 328, 10, 29, 92.61, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33370, 1912, 'Linus', 566, 7, 29, 20.80, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33371, 1912, 'Linus', 1749, 2, 29, 102.90, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33372, 1912, 'Linus', 702, 19, 29, 27.89, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33373, 1912, 'Linus', 4216, 5, 29, 14.97, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33374, 1912, 'Linus', 1096, 4, 29, 7.67, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33375, 1912, 'Linus', 2226, 10, 29, 46.80, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33376, 1912, 'Linus', 2679, 18, 29, 196.34, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33377, 1912, 'Linus', 5012, 11, 29, 16.63, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33378, 1912, 'Linus', 444, 16, 29, 32.23, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33379, 1912, 'Linus', 1579, 4, 29, 15.73, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33380, 1912, 'Linus', 828, 18, 29, 19.53, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33381, 1912, 'Linus', 4018, 17, 29, 51.00, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33382, 1912, 'Linus', 4907, 13, 29, 201.83, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33383, 1912, 'Linus', 1503, 19, 29, 24.24, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33384, 1912, 'Linus', 246, 17, 29, 41.50, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33385, 1912, 'Linus', 4226, 18, 29, 58.73, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33386, 1912, 'Linus', 1813, 19, 29, 3.15, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33387, 1912, 'Linus', 2094, 19, 29, 175.76, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33388, 1912, 'Linus', 5278, 16, 29, 51.59, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33389, 1912, 'Linus', 757, 7, 29, 213.26, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33390, 1912, 'Linus', 2471, 7, 29, 342.16, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33391, 1912, 'Linus', 5597, 10, 29, 75.25, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33392, 1912, 'Linus', 1926, 18, 29, 8.38, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33393, 1912, 'Linus', 5892, 11, 29, 315.00, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33394, 1912, 'Linus', 1871, 4, 29, 10600.00, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33395, 1912, 'Linus', 2948, 14, 29, 36.37, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33396, 1912, 'Linus', 1894, 19, 29, 0.21, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33397, 1912, 'Linus', 4381, 14, 29, 1035.49, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33398, 1912, 'Linus', 4892, 13, 29, 824.00, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33399, 1912, 'Linus', 5548, 10, 29, 32.31, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33400, 1912, 'Linus', 5726, 10, 29, 12.12, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33401, 1912, 'Linus', 6168, 11, 29, 30.15, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33402, 1912, 'Linus', 766, 19, 29, 3.26, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33403, 1912, 'Linus', 2256, 19, 29, 32.96, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33404, 1912, 'Linus', 2023, 19, 29, 1.02, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33405, 1912, 'Linus', 5860, 15, 29, 84.79, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33406, 1912, 'Linus', 3200, 4, 29, 10.40, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33407, 1912, 'Linus', 734, 19, 29, 0.22, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33408, 1912, 'Linus', 1827, 19, 29, 0.12, 1, 1, 'ai_bid', '2024-08-21 17:10:04', '2024-08-21 17:10:04', '2024-08-22 01:21:03'),
(33409, 1876, 'Etiuko', 3583, 12, NULL, 147.00, 1, 1, 'manual_bid', '2024-08-21 17:11:31', '2024-08-21 17:11:31', '2024-08-22 17:12:02'),
(33410, 1876, 'Etiuko', 4804, 12, NULL, 22.00, 1, 1, 'manual_bid', '2024-08-21 17:23:56', '2024-08-21 17:23:56', '2024-08-22 17:24:02'),
(33411, 1850, 'Chanadus', 3778, 19, NULL, 113.00, 9, 1, 'manual_bid', '2024-08-21 17:30:03', '2024-08-21 17:30:03', '2024-08-22 17:30:03'),
(33412, 1850, 'Chanadus', 31, 2, NULL, 11.12, 5, 1, 'manual_bid', '2024-08-21 17:32:34', '2024-08-21 17:32:34', '2024-08-22 17:33:02'),
(33413, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-21 18:06:45', '2024-08-21 18:06:45', '2024-08-22 18:07:02'),
(33414, 1920, 'Nizzy', 3181, 4, NULL, 61.00, 1, 1, 'manual_bid', '2024-08-21 18:07:42', '2024-08-21 18:07:42', '2024-08-22 18:08:02'),
(33415, 1886, 'Lovenest Luxe', 81, 2, NULL, 5.00, 68, 1, 'manual_bid', '2024-08-21 18:14:09', '2024-08-21 18:14:09', '2024-08-22 18:15:02'),
(33416, 1921, 'Baeniiz', 4756, 12, NULL, 29.00, 2, 1, 'manual_bid', '2024-08-21 18:17:58', '2024-08-21 18:17:58', '2024-08-22 18:18:02'),
(33417, 1850, 'Chanadus', 5471, 12, 32, 4.19, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33418, 1850, 'Chanadus', 1537, 19, 32, 210.74, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33419, 1850, 'Chanadus', 3261, 7, 32, 11.16, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33420, 1850, 'Chanadus', 110, 2, 32, 194.44, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(33421, 1850, 'Chanadus', 4787, 16, 32, 32.23, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33422, 1850, 'Chanadus', 29, 2, 32, 442.90, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33423, 1850, 'Chanadus', 1253, 10, 32, 30.79, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33424, 1850, 'Chanadus', 4649, 15, 32, 32.23, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33425, 1850, 'Chanadus', 3363, 15, 32, 212.00, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33426, 1850, 'Chanadus', 4080, 18, 32, 9.75, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33427, 1850, 'Chanadus', 5948, 17, 32, 3.51, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33428, 1850, 'Chanadus', 6040, 14, 32, 16.27, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33429, 1850, 'Chanadus', 2525, 19, 32, 65.65, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33430, 1850, 'Chanadus', 1607, 12, 32, 20.79, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33431, 1850, 'Chanadus', 4337, 18, 32, 151.11, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33432, 1850, 'Chanadus', 5361, 14, 32, 168.84, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33433, 1850, 'Chanadus', 3014, 14, 32, 212.10, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33434, 1850, 'Chanadus', 3086, 2, 32, 14.55, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33435, 1850, 'Chanadus', 3647, 13, 32, 82.94, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33436, 1850, 'Chanadus', 3289, 15, 32, 62.39, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33437, 1850, 'Chanadus', 3273, 7, 32, 102.95, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33438, 1850, 'Chanadus', 3603, 12, 32, 124.80, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33439, 1850, 'Chanadus', 2112, 19, 32, 50.50, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33440, 1850, 'Chanadus', 3122, 2, 32, 3.12, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33441, 1850, 'Chanadus', 5636, 15, 32, 4.07, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33442, 1850, 'Chanadus', 4902, 14, 32, 2.30, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33443, 1850, 'Chanadus', 3365, 7, 32, 7.42, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33444, 1850, 'Chanadus', 1444, 19, 32, 8.40, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33445, 1850, 'Chanadus', 2370, 19, 32, 2.24, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33446, 1850, 'Chanadus', 678, 10, 32, 2.08, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33447, 1850, 'Chanadus', 1894, 19, 32, 0.20, 1, 1, 'ai_bid', '2024-08-21 20:11:03', '2024-08-21 20:11:03', '2024-08-22 20:12:02'),
(33448, 1876, 'Etiuko', 292, 5, NULL, 101.00, 1, 1, 'manual_bid', '2024-08-22 00:24:58', '2024-08-22 00:24:58', '2024-08-23 00:25:02'),
(33449, 1884, 'Mich&Jstore', 5939, 11, 31, 353.49, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33450, 1884, 'Mich&Jstore', 4875, 14, 31, 9.15, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33451, 1884, 'Mich&Jstore', 4679, 12, 31, 6.10, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33452, 1884, 'Mich&Jstore', 806, 5, 31, 20.20, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33453, 1884, 'Mich&Jstore', 5786, 15, 31, 12.68, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33454, 1884, 'Mich&Jstore', 365, 18, 31, 707.00, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33455, 1884, 'Mich&Jstore', 5204, 14, 31, 29.12, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33456, 1884, 'Mich&Jstore', 1665, 19, 31, 11.55, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33457, 1884, 'Mich&Jstore', 4510, 16, 31, 41.72, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33458, 1884, 'Mich&Jstore', 291, 5, 31, 15.17, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33459, 1884, 'Mich&Jstore', 2865, 14, 31, 55.54, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33460, 1884, 'Mich&Jstore', 3906, 16, 31, 198.63, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33461, 1884, 'Mich&Jstore', 5329, 14, 31, 539.46, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33462, 1884, 'Mich&Jstore', 370, 18, 31, 951.16, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33463, 1884, 'Mich&Jstore', 1107, 16, 31, 892.49, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33464, 1884, 'Mich&Jstore', 757, 7, 31, 213.26, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33465, 1884, 'Mich&Jstore', 1851, 18, 31, 68.84, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33466, 1884, 'Mich&Jstore', 600, 10, 31, 13.52, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33467, 1884, 'Mich&Jstore', 5166, 16, 31, 232.29, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33468, 1884, 'Mich&Jstore', 3584, 12, 31, 242.31, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33469, 1884, 'Mich&Jstore', 3419, 14, 31, 6.34, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33470, 1884, 'Mich&Jstore', 5850, 15, 31, 102.96, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33471, 1884, 'Mich&Jstore', 4407, 14, 31, 2885.02, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33472, 1884, 'Mich&Jstore', 5893, 11, 31, 305.91, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33473, 1884, 'Mich&Jstore', 536, 7, 31, 13.28, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33474, 1884, 'Mich&Jstore', 2815, 14, 31, 4257.39, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33475, 1884, 'Mich&Jstore', 4359, 18, 31, 43680.00, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33476, 1884, 'Mich&Jstore', 3921, 2, 31, 135.20, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33477, 1884, 'Mich&Jstore', 5031, 11, 31, 696.89, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33478, 1884, 'Mich&Jstore', 2648, 16, 31, 13.64, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33479, 1884, 'Mich&Jstore', 4878, 12, 31, 244.97, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33480, 1884, 'Mich&Jstore', 4028, 17, 31, 20.72, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33481, 1884, 'Mich&Jstore', 6115, 11, 31, 5.13, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33482, 1884, 'Mich&Jstore', 3057, 2, 31, 12.98, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33483, 1884, 'Mich&Jstore', 41, 2, 31, 18.72, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33484, 1884, 'Mich&Jstore', 3267, 5, 31, 3.08, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33485, 1884, 'Mich&Jstore', 2844, 14, 31, 1151.39, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33486, 1884, 'Mich&Jstore', 1921, 19, 31, 10.50, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33487, 1884, 'Mich&Jstore', 3516, 13, 31, 51.49, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33488, 1884, 'Mich&Jstore', 675, 19, 31, 31.20, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33489, 1884, 'Mich&Jstore', 5248, 16, 31, 43.04, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33490, 1884, 'Mich&Jstore', 4058, 18, 31, 11.36, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33491, 1884, 'Mich&Jstore', 4772, 14, 31, 246.74, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33492, 1884, 'Mich&Jstore', 6049, 11, 31, 10.50, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33493, 1884, 'Mich&Jstore', 3819, 15, 31, 7.20, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33494, 1884, 'Mich&Jstore', 6004, 11, 31, 234.60, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33495, 1884, 'Mich&Jstore', 5829, 11, 31, 26.25, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33496, 1884, 'Mich&Jstore', 4716, 12, 31, 60.67, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33497, 1884, 'Mich&Jstore', 1272, 19, 31, 26.25, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33498, 1884, 'Mich&Jstore', 1495, 19, 31, 19.95, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33499, 1884, 'Mich&Jstore', 4163, 5, 31, 1474.60, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33500, 1884, 'Mich&Jstore', 1073, 19, 31, 113.09, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33501, 1884, 'Mich&Jstore', 4281, 14, 31, 99.98, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33502, 1884, 'Mich&Jstore', 3505, 13, 31, 62.54, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33503, 1884, 'Mich&Jstore', 3915, 16, 31, 2641.80, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33504, 1884, 'Mich&Jstore', 1762, 2, 31, 164.80, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33505, 1884, 'Mich&Jstore', 4748, 12, 31, 8.64, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33506, 1884, 'Mich&Jstore', 5377, 16, 31, 6.29, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33507, 1884, 'Mich&Jstore', 6066, 15, 31, 15.69, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33508, 1884, 'Mich&Jstore', 457, 16, 31, 207.89, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33509, 1884, 'Mich&Jstore', 6105, 11, 31, 10.39, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33510, 1884, 'Mich&Jstore', 5002, 11, 31, 171.69, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33511, 1884, 'Mich&Jstore', 645, 17, 31, 4.20, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33512, 1884, 'Mich&Jstore', 2011, 5, 31, 1435.20, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33513, 1884, 'Mich&Jstore', 1251, 10, 31, 19.82, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33514, 1884, 'Mich&Jstore', 1347, 15, 31, 87.55, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33515, 1884, 'Mich&Jstore', 2565, 7, 31, 87.06, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33516, 1884, 'Mich&Jstore', 4690, 12, 31, 31.08, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33517, 1884, 'Mich&Jstore', 2445, 19, 31, 210.00, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33518, 1884, 'Mich&Jstore', 4665, 12, 31, 8.26, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33519, 1884, 'Mich&Jstore', 6135, 11, 31, 18.72, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33520, 1884, 'Mich&Jstore', 6170, 11, 31, 20.19, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33521, 1884, 'Mich&Jstore', 4420, 15, 31, 58.29, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33522, 1884, 'Mich&Jstore', 2883, 19, 31, 48.40, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33523, 1884, 'Mich&Jstore', 1379, 14, 31, 13.02, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33524, 1884, 'Mich&Jstore', 3309, 5, 31, 3.22, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33525, 1884, 'Mich&Jstore', 4704, 12, 31, 1.31, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33526, 1884, 'Mich&Jstore', 1576, 4, 31, 2.70, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33527, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33528, 1884, 'Mich&Jstore', 1850, 5, 31, 0.56, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33529, 1884, 'Mich&Jstore', 1811, 5, 31, 0.21, 1, 1, 'ai_bid', '2024-08-22 01:22:02', '2024-08-22 01:22:02', '2024-08-23 01:22:02'),
(33530, 1884, 'Mich&Jstore', 1827, 19, 31, 0.13, 1, 1, 'ai_bid', '2024-08-22 01:23:02', '2024-08-22 01:23:02', '2024-08-23 01:23:02'),
(33531, 1876, 'Etiuko', 4960, 12, NULL, 19.00, 1, 1, 'manual_bid', '2024-08-22 03:09:10', '2024-08-22 03:09:10', '2024-08-23 03:10:02'),
(33532, 1798, 'Feelyards', 5016, 11, NULL, 292.00, 1, 1, 'manual_bid', '2024-08-22 06:07:42', '2024-08-22 06:07:42', '2024-08-23 06:08:02'),
(33533, 1798, 'Feelyards', 3142, 4, NULL, 85.00, 1, 1, 'manual_bid', '2024-08-22 06:12:45', '2024-08-22 06:12:45', '2024-08-23 06:13:02'),
(33534, 1798, 'Feelyards', 1085, 4, NULL, 5.00, 1, 1, 'manual_bid', '2024-08-22 06:14:11', '2024-08-22 06:14:11', '2024-08-23 06:15:02'),
(33535, 1915, 'BnBGlobal', 2018, 5, NULL, 93.00, 1, 1, 'manual_bid', '2024-08-22 15:44:33', '2024-08-22 15:44:33', '2024-08-23 15:45:02'),
(33536, 1915, 'BnBGlobal', 941, 5, NULL, 6.00, 2, 1, 'manual_bid', '2024-08-22 16:01:16', '2024-08-22 16:01:16', '2024-08-23 16:02:02'),
(33537, 1915, 'BnBGlobal', 1005, 5, NULL, 11.00, 1, 1, 'manual_bid', '2024-08-22 16:55:18', '2024-08-22 16:55:18', '2024-08-23 16:56:02'),
(33538, 1925, 'Frankie fast store', 6005, 11, 30, 1047.90, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33539, 1925, 'Frankie fast store', 973, 14, 30, 15.45, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33540, 1925, 'Frankie fast store', 4329, 15, 30, 9.18, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33541, 1925, 'Frankie fast store', 430, 16, 30, 41.60, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33542, 1925, 'Frankie fast store', 3486, 10, 30, 6.75, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33543, 1925, 'Frankie fast store', 2415, 16, 30, 11.01, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33544, 1925, 'Frankie fast store', 1578, 18, 30, 1588.94, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33545, 1925, 'Frankie fast store', 3862, 2, 30, 17.06, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33546, 1925, 'Frankie fast store', 4519, 16, 30, 19.37, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33547, 1925, 'Frankie fast store', 150, 18, 30, 624.00, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33548, 1925, 'Frankie fast store', 1060, 19, 30, 231.00, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33549, 1925, 'Frankie fast store', 3944, 5, 30, 81.37, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33550, 1925, 'Frankie fast store', 5595, 10, 30, 215.21, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33551, 1925, 'Frankie fast store', 3803, 19, 30, 1320.90, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33552, 1925, 'Frankie fast store', 914, 5, 30, 10.49, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33553, 1925, 'Frankie fast store', 4820, 12, 30, 68.78, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33554, 1925, 'Frankie fast store', 4016, 17, 30, 47.37, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33555, 1925, 'Frankie fast store', 5457, 12, 30, 2026.58, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33556, 1925, 'Frankie fast store', 2232, 19, 30, 56.10, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33557, 1925, 'Frankie fast store', 1111, 19, 30, 1487.20, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33558, 1925, 'Frankie fast store', 5229, 13, 30, 4.44, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33559, 1925, 'Frankie fast store', 983, 17, 30, 135.66, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33560, 1925, 'Frankie fast store', 6129, 11, 30, 9.03, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33561, 1925, 'Frankie fast store', 6133, 11, 30, 15.15, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33562, 1925, 'Frankie fast store', 5939, 11, 30, 360.49, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33563, 1925, 'Frankie fast store', 4869, 14, 30, 11.65, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33564, 1925, 'Frankie fast store', 2569, 10, 30, 73.98, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33565, 1925, 'Frankie fast store', 1701, 5, 30, 6.57, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33566, 1925, 'Frankie fast store', 2179, 19, 30, 52.31, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33567, 1925, 'Frankie fast store', 782, 14, 30, 7.06, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33568, 1925, 'Frankie fast store', 117, 2, 30, 1261.49, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33569, 1925, 'Frankie fast store', 4525, 16, 30, 8.15, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33570, 1925, 'Frankie fast store', 5864, 15, 30, 38.47, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33571, 1925, 'Frankie fast store', 125, 18, 30, 87.36, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33572, 1925, 'Frankie fast store', 736, 18, 30, 171.37, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33573, 1925, 'Frankie fast store', 4252, 5, 30, 206.96, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33574, 1925, 'Frankie fast store', 5144, 16, 30, 37.09, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33575, 1925, 'Frankie fast store', 1697, 5, 30, 15.24, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33576, 1925, 'Frankie fast store', 578, 19, 30, 3535.00, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33577, 1925, 'Frankie fast store', 706, 18, 30, 66.65, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33578, 1925, 'Frankie fast store', 4702, 14, 30, 30.40, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33579, 1925, 'Frankie fast store', 1950, 5, 30, 18.55, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33580, 1925, 'Frankie fast store', 4455, 15, 30, 12.71, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33581, 1925, 'Frankie fast store', 4898, 13, 30, 85.00, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33582, 1925, 'Frankie fast store', 2455, 2, 30, 50.40, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33583, 1925, 'Frankie fast store', 5832, 11, 30, 50.47, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33584, 1925, 'Frankie fast store', 4604, 16, 30, 27.81, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33585, 1925, 'Frankie fast store', 779, 19, 30, 4.52, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33586, 1925, 'Frankie fast store', 2387, 16, 30, 43.60, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33587, 1925, 'Frankie fast store', 5964, 17, 30, 47.66, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33588, 1925, 'Frankie fast store', 1842, 19, 30, 1.06, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33589, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-22 18:14:02', '2024-08-22 18:14:02', '2024-08-23 18:14:02'),
(33590, 1850, 'Chanadus', 3281, 5, NULL, 14.15, 76, 1, 'manual_bid', '2024-08-22 18:38:21', '2024-08-22 18:38:21', '2024-08-23 18:39:01'),
(33591, 1850, 'Chanadus', 3077, 2, NULL, 8.00, 1, 1, 'manual_bid', '2024-08-22 18:39:35', '2024-08-22 18:39:35', '2024-08-23 18:40:03'),
(33592, 1920, 'Nizzy', 1979, 4, NULL, 360.00, 1, 1, 'manual_bid', '2024-08-22 19:11:44', '2024-08-22 19:11:44', '2024-08-23 19:12:01'),
(33593, 1920, 'Nizzy', 1124, 4, NULL, 5.00, 1, 1, 'manual_bid', '2024-08-22 19:12:15', '2024-08-22 19:12:15', '2024-08-23 19:13:02'),
(33594, 1921, 'Baeniiz', 4756, 12, NULL, 29.00, 2, 1, 'manual_bid', '2024-08-22 19:19:50', '2024-08-22 19:19:50', '2024-08-23 19:20:03'),
(33595, 1886, 'Lovenest Luxe', 2287, 2, NULL, 8.00, 43, 1, 'manual_bid', '2024-08-22 20:06:16', '2024-08-22 20:06:16', '2024-08-23 20:07:02'),
(33596, 1850, 'Chanadus', 4927, 13, 32, 128.75, 1, 1, 'ai_bid', '2024-08-22 21:23:02', '2024-08-22 21:23:02', '2024-08-23 21:24:02'),
(33597, 1850, 'Chanadus', 4480, 16, 32, 8.00, 1, 1, 'ai_bid', '2024-08-22 21:23:02', '2024-08-22 21:23:02', '2024-08-23 21:24:02'),
(33598, 1850, 'Chanadus', 2643, 15, 32, 11.21, 1, 1, 'ai_bid', '2024-08-22 21:23:02', '2024-08-22 21:23:02', '2024-08-23 21:24:02'),
(33599, 1850, 'Chanadus', 5281, 14, 32, 162.83, 1, 1, 'ai_bid', '2024-08-22 21:23:02', '2024-08-22 21:23:02', '2024-08-23 21:24:02'),
(33600, 1850, 'Chanadus', 4544, 14, 32, 306.80, 1, 1, 'ai_bid', '2024-08-22 21:23:02', '2024-08-22 21:23:02', '2024-08-23 21:24:02'),
(33601, 1850, 'Chanadus', 5892, 11, 32, 318.00, 1, 1, 'ai_bid', '2024-08-22 21:23:02', '2024-08-22 21:23:02', '2024-08-23 21:24:02'),
(33602, 1850, 'Chanadus', 881, 5, 32, 875.50, 1, 1, 'ai_bid', '2024-08-22 21:23:02', '2024-08-22 21:23:02', '2024-08-23 21:24:02'),
(33603, 1850, 'Chanadus', 161, 14, 32, 31.01, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33604, 1850, 'Chanadus', 6011, 14, 32, 288.86, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33605, 1850, 'Chanadus', 3867, 11, 32, 6.76, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33606, 1850, 'Chanadus', 2613, 14, 32, 29.73, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33607, 1850, 'Chanadus', 5654, 15, 32, 35.70, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33608, 1850, 'Chanadus', 2658, 14, 32, 21.20, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33609, 1850, 'Chanadus', 5637, 10, 32, 5.24, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33610, 1850, 'Chanadus', 5915, 13, 32, 5.91, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33611, 1850, 'Chanadus', 5052, 14, 32, 9.02, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33612, 1850, 'Chanadus', 3876, 16, 32, 27.80, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33613, 1850, 'Chanadus', 4380, 15, 32, 5.14, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33614, 1850, 'Chanadus', 3557, 12, 32, 24.71, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33615, 1850, 'Chanadus', 5628, 1, 32, 15.89, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33616, 1850, 'Chanadus', 4687, 12, 32, 2.73, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33617, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-22 21:23:03', '2024-08-22 21:23:03', '2024-08-23 21:24:02'),
(33618, 1876, 'Etiuko', 4841, 12, NULL, 166.00, 1, 1, 'manual_bid', '2024-08-22 22:59:35', '2024-08-22 22:59:35', '2024-08-23 23:00:02'),
(33619, 1884, 'Mich&Jstore', 4245, 18, 31, 15.92, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33620, 1884, 'Mich&Jstore', 19, 2, 31, 5.05, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33621, 1884, 'Mich&Jstore', 1003, 14, 31, 15.38, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33622, 1884, 'Mich&Jstore', 5147, 16, 31, 190.79, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33623, 1884, 'Mich&Jstore', 770, 19, 31, 6.43, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33624, 1884, 'Mich&Jstore', 4397, 15, 31, 30.89, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33625, 1884, 'Mich&Jstore', 5488, 7, 31, 23.32, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33626, 1884, 'Mich&Jstore', 2755, 19, 31, 1053.15, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33627, 1884, 'Mich&Jstore', 184, 7, 31, 17.30, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33628, 1884, 'Mich&Jstore', 5288, 16, 31, 22.06, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33629, 1884, 'Mich&Jstore', 1598, 19, 31, 8.27, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33630, 1884, 'Mich&Jstore', 3361, 15, 31, 2415.00, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33631, 1884, 'Mich&Jstore', 4396, 14, 31, 102.87, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33632, 1884, 'Mich&Jstore', 4206, 18, 31, 20.80, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33633, 1884, 'Mich&Jstore', 3037, 18, 31, 256.29, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33634, 1884, 'Mich&Jstore', 2316, 18, 31, 53.52, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33635, 1884, 'Mich&Jstore', 5862, 15, 31, 24.02, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33636, 1884, 'Mich&Jstore', 3289, 15, 31, 62.39, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33637, 1884, 'Mich&Jstore', 1878, 5, 31, 25.50, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33638, 1884, 'Mich&Jstore', 2586, 10, 31, 20.27, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33639, 1884, 'Mich&Jstore', 378, 10, 31, 370.19, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33640, 1884, 'Mich&Jstore', 5803, 13, 31, 15.44, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33641, 1884, 'Mich&Jstore', 3431, 7, 31, 310.19, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33642, 1884, 'Mich&Jstore', 315, 7, 31, 92.92, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33643, 1884, 'Mich&Jstore', 958, 5, 31, 618.12, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33644, 1884, 'Mich&Jstore', 3555, 17, 31, 1439.25, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33645, 1884, 'Mich&Jstore', 3852, 16, 31, 5.14, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33646, 1884, 'Mich&Jstore', 6136, 11, 31, 16.48, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33647, 1884, 'Mich&Jstore', 777, 2, 31, 41.34, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33648, 1884, 'Mich&Jstore', 4941, 12, 31, 525.16, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33649, 1884, 'Mich&Jstore', 4002, 12, 31, 58.29, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33650, 1884, 'Mich&Jstore', 262, 5, 31, 176.80, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33651, 1884, 'Mich&Jstore', 2550, 14, 31, 31.46, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33652, 1884, 'Mich&Jstore', 4408, 18, 31, 31.50, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33653, 1884, 'Mich&Jstore', 1883, 19, 31, 410.97, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33654, 1884, 'Mich&Jstore', 638, 19, 31, 25197.48, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33655, 1884, 'Mich&Jstore', 2793, 14, 31, 107.05, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33656, 1884, 'Mich&Jstore', 4433, 15, 31, 713.99, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33657, 1884, 'Mich&Jstore', 5795, 15, 31, 1020.00, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33658, 1884, 'Mich&Jstore', 2981, 14, 31, 92.82, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33659, 1884, 'Mich&Jstore', 5150, 13, 31, 263.54, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33660, 1884, 'Mich&Jstore', 1610, 4, 31, 79.30, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33661, 1884, 'Mich&Jstore', 2166, 19, 31, 38.16, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33662, 1884, 'Mich&Jstore', 637, 5, 31, 316.94, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33663, 1884, 'Mich&Jstore', 207, 18, 31, 50.97, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33664, 1884, 'Mich&Jstore', 368, 2, 31, 12.78, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33665, 1884, 'Mich&Jstore', 639, 14, 31, 4.08, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33666, 1884, 'Mich&Jstore', 830, 17, 31, 71.39, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33667, 1884, 'Mich&Jstore', 3544, 10, 31, 260.39, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33668, 1884, 'Mich&Jstore', 1494, 10, 31, 41.90, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33669, 1884, 'Mich&Jstore', 4251, 5, 31, 23.91, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33670, 1884, 'Mich&Jstore', 2514, 19, 31, 166.40, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33671, 1884, 'Mich&Jstore', 933, 18, 31, 1155.00, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33672, 1884, 'Mich&Jstore', 3275, 7, 31, 39.78, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33673, 1884, 'Mich&Jstore', 5468, 7, 31, 42.22, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33674, 1884, 'Mich&Jstore', 5101, 13, 31, 232.04, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33675, 1884, 'Mich&Jstore', 500, 19, 31, 16.52, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33676, 1884, 'Mich&Jstore', 3295, 5, 31, 354.40, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33677, 1884, 'Mich&Jstore', 3866, 15, 31, 212.00, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33678, 1884, 'Mich&Jstore', 4084, 5, 31, 60.60, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33679, 1884, 'Mich&Jstore', 2369, 16, 31, 30.09, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33680, 1884, 'Mich&Jstore', 3212, 17, 31, 8.08, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33681, 1884, 'Mich&Jstore', 618, 18, 31, 6624.90, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33682, 1884, 'Mich&Jstore', 1777, 5, 31, 30.21, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33683, 1884, 'Mich&Jstore', 2564, 19, 31, 2929.50, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33684, 1884, 'Mich&Jstore', 5090, 16, 31, 18.17, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33685, 1884, 'Mich&Jstore', 3511, 11, 31, 40.95, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33686, 1884, 'Mich&Jstore', 1268, 19, 31, 175.10, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33687, 1884, 'Mich&Jstore', 3294, 15, 31, 12.47, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33688, 1884, 'Mich&Jstore', 4226, 18, 31, 59.89, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33689, 1884, 'Mich&Jstore', 3596, 17, 31, 51.45, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33690, 1884, 'Mich&Jstore', 1880, 12, 31, 126.76, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33691, 1884, 'Mich&Jstore', 5480, 16, 31, 36.71, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33692, 1884, 'Mich&Jstore', 2907, 14, 31, 34.45, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33693, 1884, 'Mich&Jstore', 1740, 5, 31, 3.18, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33694, 1884, 'Mich&Jstore', 2161, 19, 31, 26.64, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33695, 1884, 'Mich&Jstore', 680, 10, 31, 28.56, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33696, 1884, 'Mich&Jstore', 2230, 19, 31, 31.20, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33697, 1884, 'Mich&Jstore', 5930, 11, 31, 34.60, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33698, 1884, 'Mich&Jstore', 5882, 13, 31, 4.82, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33699, 1884, 'Mich&Jstore', 293, 5, 31, 14.09, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33700, 1884, 'Mich&Jstore', 2496, 16, 31, 112.84, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33701, 1884, 'Mich&Jstore', 4798, 12, 31, 144.92, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33702, 1884, 'Mich&Jstore', 5410, 14, 31, 618.00, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33703, 1884, 'Mich&Jstore', 5128, 16, 31, 333.29, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33704, 1884, 'Mich&Jstore', 1950, 5, 31, 18.03, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33705, 1884, 'Mich&Jstore', 96, 2, 31, 21.63, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33706, 1884, 'Mich&Jstore', 4840, 12, 31, 70.79, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33707, 1884, 'Mich&Jstore', 1745, 2, 31, 100.94, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33708, 1884, 'Mich&Jstore', 5371, 13, 31, 74.45, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33709, 1884, 'Mich&Jstore', 1052, 19, 31, 63.59, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33710, 1884, 'Mich&Jstore', 5289, 14, 31, 51.46, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33711, 1884, 'Mich&Jstore', 4946, 11, 31, 1627.49, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33712, 1884, 'Mich&Jstore', 2419, 19, 31, 103.95, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33713, 1884, 'Mich&Jstore', 3296, 5, 31, 1.15, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33714, 1884, 'Mich&Jstore', 1141, 19, 31, 97.97, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33715, 1884, 'Mich&Jstore', 3568, 12, 31, 14.33, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33716, 1884, 'Mich&Jstore', 257, 17, 31, 180.20, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33717, 1884, 'Mich&Jstore', 3871, 16, 31, 52.51, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33718, 1884, 'Mich&Jstore', 149, 18, 31, 72.09, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33719, 1884, 'Mich&Jstore', 1115, 19, 31, 171.70, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33720, 1884, 'Mich&Jstore', 5042, 16, 31, 3014.96, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33721, 1884, 'Mich&Jstore', 3089, 2, 31, 7.20, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33722, 1884, 'Mich&Jstore', 3293, 5, 31, 14.14, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33723, 1884, 'Mich&Jstore', 4908, 13, 31, 138.20, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33724, 1884, 'Mich&Jstore', 2621, 18, 31, 19.57, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33725, 1884, 'Mich&Jstore', 3681, 14, 31, 409.01, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33726, 1884, 'Mich&Jstore', 1656, 17, 31, 31.15, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33727, 1884, 'Mich&Jstore', 1071, 4, 31, 4.33, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33728, 1884, 'Mich&Jstore', 708, 19, 31, 18.45, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33729, 1884, 'Mich&Jstore', 3378, 7, 31, 353.50, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33730, 1884, 'Mich&Jstore', 5070, 16, 31, 131.84, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33731, 1884, 'Mich&Jstore', 4580, 5, 31, 32.85, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33732, 1884, 'Mich&Jstore', 3362, 7, 31, 9.09, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33733, 1884, 'Mich&Jstore', 2509, 16, 31, 29.28, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33734, 1884, 'Mich&Jstore', 2272, 7, 31, 41.97, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33735, 1884, 'Mich&Jstore', 5039, 16, 31, 666.74, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33736, 1884, 'Mich&Jstore', 5163, 16, 31, 748.39, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33737, 1884, 'Mich&Jstore', 2132, 19, 31, 101.00, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33738, 1884, 'Mich&Jstore', 4476, 15, 31, 40.17, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33739, 1884, 'Mich&Jstore', 1011, 5, 31, 235.20, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33740, 1884, 'Mich&Jstore', 4534, 14, 31, 107.06, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33741, 1884, 'Mich&Jstore', 4846, 12, 31, 114.57, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33742, 1884, 'Mich&Jstore', 2869, 14, 31, 24.71, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33743, 1884, 'Mich&Jstore', 2614, 14, 31, 24.09, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33744, 1884, 'Mich&Jstore', 4814, 12, 31, 92.81, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33745, 1884, 'Mich&Jstore', 4730, 12, 31, 15.94, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33746, 1884, 'Mich&Jstore', 1419, 5, 31, 42.40, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33747, 1884, 'Mich&Jstore', 1683, 19, 31, 5914.65, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33748, 1884, 'Mich&Jstore', 3641, 12, 31, 458.34, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33749, 1884, 'Mich&Jstore', 6021, 17, 31, 38.46, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33750, 1884, 'Mich&Jstore', 3632, 12, 31, 8.32, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33751, 1884, 'Mich&Jstore', 3520, 13, 31, 60.59, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33752, 1884, 'Mich&Jstore', 1942, 7, 31, 8.14, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33753, 1884, 'Mich&Jstore', 815, 18, 31, 78.38, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33754, 1884, 'Mich&Jstore', 2200, 19, 31, 13.26, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33755, 1884, 'Mich&Jstore', 5169, 16, 31, 134.92, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33756, 1884, 'Mich&Jstore', 3318, 5, 31, 1.21, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33757, 1884, 'Mich&Jstore', 3456, 10, 31, 101.97, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33758, 1884, 'Mich&Jstore', 1863, 19, 31, 11.11, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33759, 1884, 'Mich&Jstore', 1635, 19, 31, 4.83, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33760, 1884, 'Mich&Jstore', 5265, 13, 31, 17.17, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33761, 1884, 'Mich&Jstore', 1158, 18, 31, 40.95, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33762, 1884, 'Mich&Jstore', 5098, 16, 31, 26.24, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33763, 1884, 'Mich&Jstore', 1293, 15, 31, 33.57, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33764, 1884, 'Mich&Jstore', 4035, 18, 31, 1.95, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33765, 1884, 'Mich&Jstore', 787, 10, 31, 50.00, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33766, 1884, 'Mich&Jstore', 3371, 7, 31, 192.40, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33767, 1884, 'Mich&Jstore', 957, 5, 31, 8.44, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33768, 1884, 'Mich&Jstore', 3267, 5, 31, 3.14, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33769, 1884, 'Mich&Jstore', 1743, 5, 31, 51.46, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33770, 1884, 'Mich&Jstore', 4535, 16, 31, 31.30, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33771, 1884, 'Mich&Jstore', 373, 2, 31, 12.78, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33772, 1884, 'Mich&Jstore', 4046, 13, 31, 10.29, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33773, 1884, 'Mich&Jstore', 3048, 13, 31, 160.05, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33774, 1884, 'Mich&Jstore', 5812, 17, 31, 1.58, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33775, 1884, 'Mich&Jstore', 3589, 17, 31, 7.64, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33776, 1884, 'Mich&Jstore', 3225, 5, 31, 1.16, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33777, 1884, 'Mich&Jstore', 803, 19, 31, 0.20, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33778, 1884, 'Mich&Jstore', 3324, 7, 31, 1.36, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33779, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-23 02:34:02', '2024-08-23 02:34:02', '2024-08-24 02:34:02'),
(33780, 1876, 'Etiuko', 1283, 19, NULL, 106.00, 1, 1, 'manual_bid', '2024-08-23 03:12:30', '2024-08-23 03:12:30', '2024-08-24 03:13:02'),
(33781, 1798, 'Feelyards', 6004, 11, NULL, 231.00, 1, 1, 'manual_bid', '2024-08-23 07:31:05', '2024-08-23 07:31:05', '2024-08-24 07:32:01'),
(33782, 1798, 'Feelyards', 2361, 4, NULL, 19.00, 1, 1, 'manual_bid', '2024-08-23 07:42:35', '2024-08-23 07:42:35', '2024-08-24 07:43:02'),
(33783, 1798, 'Feelyards', 1985, 4, NULL, 139.00, 1, 1, 'manual_bid', '2024-08-23 07:44:10', '2024-08-23 07:44:10', '2024-08-24 07:45:02'),
(33784, 1876, 'Etiuko', 4659, 12, NULL, 10.00, 2, 1, 'manual_bid', '2024-08-23 10:41:11', '2024-08-23 10:41:11', '2024-08-24 10:42:01'),
(33785, 1925, 'Frankie fast store', 1058, 4, 30, 10.07, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33786, 1925, 'Frankie fast store', 695, 18, 30, 74.30, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33787, 1925, 'Frankie fast store', 2189, 19, 30, 21.20, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33788, 1925, 'Frankie fast store', 1747, 17, 30, 34.68, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33789, 1925, 'Frankie fast store', 4263, 5, 30, 103.99, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33790, 1925, 'Frankie fast store', 982, 9, 30, 133.32, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(33791, 1925, 'Frankie fast store', 5360, 14, 30, 213.05, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33792, 1925, 'Frankie fast store', 831, 13, 30, 184.37, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33793, 1925, 'Frankie fast store', 1105, 19, 30, 691.95, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33794, 1925, 'Frankie fast store', 3925, 16, 30, 154.01, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33795, 1925, 'Frankie fast store', 2665, 14, 30, 19.07, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33796, 1925, 'Frankie fast store', 653, 17, 30, 21.84, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33797, 1925, 'Frankie fast store', 2049, 12, 30, 9.40, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33798, 1925, 'Frankie fast store', 494, 19, 30, 16.04, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33799, 1925, 'Frankie fast store', 4338, 18, 30, 102.45, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33800, 1925, 'Frankie fast store', 5090, 16, 30, 18.71, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33801, 1925, 'Frankie fast store', 4824, 17, 30, 21.90, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33802, 1925, 'Frankie fast store', 6049, 11, 30, 10.60, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33803, 1925, 'Frankie fast store', 4114, 5, 30, 298.70, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33804, 1925, 'Frankie fast store', 4709, 12, 30, 51.05, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33805, 1925, 'Frankie fast store', 2507, 7, 30, 1174.49, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33806, 1925, 'Frankie fast store', 1862, 18, 30, 53.35, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33807, 1925, 'Frankie fast store', 990, 16, 30, 219.84, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33808, 1925, 'Frankie fast store', 3378, 7, 30, 364.00, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33809, 1925, 'Frankie fast store', 265, 5, 30, 136.50, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33810, 1925, 'Frankie fast store', 5750, 15, 30, 8.74, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33811, 1925, 'Frankie fast store', 2354, 19, 30, 32.53, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33812, 1925, 'Frankie fast store', 934, 17, 30, 13.11, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33813, 1925, 'Frankie fast store', 6045, 15, 30, 20.03, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33814, 1925, 'Frankie fast store', 1669, 19, 30, 22.05, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33815, 1925, 'Frankie fast store', 3481, 11, 30, 16.35, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33816, 1925, 'Frankie fast store', 4572, 5, 30, 15.22, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33817, 1925, 'Frankie fast store', 4071, 18, 30, 32.23, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33818, 1925, 'Frankie fast store', 4522, 16, 30, 5.14, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33819, 1925, 'Frankie fast store', 445, 19, 30, 1206.95, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33820, 1925, 'Frankie fast store', 2065, 12, 30, 7.59, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33821, 1925, 'Frankie fast store', 309, 18, 30, 230.49, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33822, 1925, 'Frankie fast store', 2964, 14, 30, 848.00, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33823, 1925, 'Frankie fast store', 929, 18, 30, 44.86, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33824, 1925, 'Frankie fast store', 4167, 14, 30, 185.35, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33825, 1925, 'Frankie fast store', 3033, 18, 30, 127.40, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33826, 1925, 'Frankie fast store', 1180, 14, 30, 7.06, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33827, 1925, 'Frankie fast store', 3571, 12, 30, 5.19, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33828, 1925, 'Frankie fast store', 5762, 13, 30, 5.65, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33829, 1925, 'Frankie fast store', 5050, 16, 30, 153.00, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33830, 1925, 'Frankie fast store', 5126, 16, 30, 218.40, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33831, 1925, 'Frankie fast store', 5853, 15, 30, 391.39, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33832, 1925, 'Frankie fast store', 5513, 10, 30, 85.04, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33833, 1925, 'Frankie fast store', 3700, 14, 30, 204.82, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33834, 1925, 'Frankie fast store', 5781, 15, 30, 1190.68, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33835, 1925, 'Frankie fast store', 5410, 14, 30, 624.00, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33836, 1925, 'Frankie fast store', 3410, 10, 30, 29.58, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33837, 1925, 'Frankie fast store', 1168, 18, 30, 80.80, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33838, 1925, 'Frankie fast store', 4341, 15, 30, 5.09, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33839, 1925, 'Frankie fast store', 694, 17, 30, 152.64, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33840, 1925, 'Frankie fast store', 5129, 16, 30, 253.26, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33841, 1925, 'Frankie fast store', 4247, 18, 30, 15.17, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33842, 1925, 'Frankie fast store', 2646, 14, 30, 123.71, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33843, 1925, 'Frankie fast store', 1609, 19, 30, 13.25, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33844, 1925, 'Frankie fast store', 2736, 17, 30, 20.99, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33845, 1925, 'Frankie fast store', 3082, 2, 30, 12.70, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33846, 1925, 'Frankie fast store', 1911, 18, 30, 24.43, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33847, 1925, 'Frankie fast store', 3860, 11, 30, 25.39, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33848, 1925, 'Frankie fast store', 1176, 14, 30, 24.36, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33849, 1925, 'Frankie fast store', 599, 19, 30, 1224.00, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33850, 1925, 'Frankie fast store', 5510, 12, 30, 440.99, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33851, 1925, 'Frankie fast store', 1447, 19, 30, 39.39, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33852, 1925, 'Frankie fast store', 5492, 17, 30, 192.94, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33853, 1925, 'Frankie fast store', 5021, 13, 30, 307.01, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33854, 1925, 'Frankie fast store', 231, 12, 30, 71.66, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33855, 1925, 'Frankie fast store', 1521, 15, 30, 18.55, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33856, 1925, 'Frankie fast store', 3896, 15, 30, 102.00, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33857, 1925, 'Frankie fast store', 530, 17, 30, 13.35, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33858, 1925, 'Frankie fast store', 250, 5, 30, 2438.00, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33859, 1925, 'Frankie fast store', 2082, 19, 30, 14.27, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33860, 1925, 'Frankie fast store', 5917, 13, 30, 32.60, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33861, 1925, 'Frankie fast store', 3223, 5, 30, 104.69, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33862, 1925, 'Frankie fast store', 1539, 14, 30, 13.03, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33863, 1925, 'Frankie fast store', 1053, 4, 30, 3.77, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33864, 1925, 'Frankie fast store', 816, 19, 30, 5.45, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33865, 1925, 'Frankie fast store', 3087, 18, 30, 45.31, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33866, 1925, 'Frankie fast store', 1448, 14, 30, 10.29, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33867, 1925, 'Frankie fast store', 2608, 19, 30, 10.20, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33868, 1925, 'Frankie fast store', 949, 5, 30, 0.31, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33869, 1925, 'Frankie fast store', 1818, 19, 30, 1.01, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33870, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33871, 1925, 'Frankie fast store', 1894, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-23 19:25:03', '2024-08-23 19:25:03', '2024-08-24 19:25:03'),
(33872, 1850, 'Chanadus', 5206, 13, NULL, 50.00, 21, 1, 'manual_bid', '2024-08-23 19:47:11', '2024-08-23 19:47:11', '2024-08-24 19:48:01'),
(33873, 1850, 'Chanadus', 1071, 4, NULL, 4.41, 10, 1, 'manual_bid', '2024-08-23 19:51:36', '2024-08-23 19:51:36', '2024-08-24 19:52:02'),
(33874, 1920, 'Nizzy', 1979, 4, NULL, 360.00, 1, 1, 'manual_bid', '2024-08-23 20:15:51', '2024-08-23 20:15:51', '2024-08-24 20:16:02'),
(33875, 1920, 'Nizzy', 3174, 4, NULL, 9.00, 1, 1, 'manual_bid', '2024-08-23 20:16:28', '2024-08-23 20:16:28', '2024-08-24 20:17:02'),
(33876, 1921, 'Baeniiz', 2073, 4, NULL, 3.00, 1, 1, 'manual_bid', '2024-08-23 20:21:56', '2024-08-23 20:21:56', '2024-08-24 20:22:01'),
(33877, 1921, 'Baeniiz', 1987, 4, NULL, 56.00, 1, 1, 'manual_bid', '2024-08-23 20:22:45', '2024-08-23 20:22:45', '2024-08-24 20:23:02'),
(33878, 1886, 'Lovenest Luxe', 2004, 4, NULL, 87.00, 4, 1, 'manual_bid', '2024-08-23 21:10:07', '2024-08-23 21:10:07', '2024-08-24 21:11:01'),
(33879, 1850, 'Chanadus', 6102, 15, 32, 31.80, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33880, 1850, 'Chanadus', 3415, 15, 32, 102.96, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33881, 1850, 'Chanadus', 4427, 16, 32, 43.45, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33882, 1850, 'Chanadus', 5732, 16, 32, 9.32, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33883, 1850, 'Chanadus', 67, 2, 32, 26.00, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33884, 1850, 'Chanadus', 5780, 15, 32, 561.00, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33885, 1850, 'Chanadus', 1298, 15, 32, 239.51, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33886, 1850, 'Chanadus', 5605, 15, 32, 236.90, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33887, 1850, 'Chanadus', 4435, 16, 32, 16.27, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33888, 1850, 'Chanadus', 1102, 19, 32, 258.64, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33889, 1850, 'Chanadus', 2487, 19, 32, 137.80, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33890, 1850, 'Chanadus', 5629, 10, 32, 16.06, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33891, 1850, 'Chanadus', 5525, 10, 32, 34.54, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33892, 1850, 'Chanadus', 4996, 14, 32, 10.29, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33893, 1850, 'Chanadus', 3276, 5, 32, 206.00, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33894, 1850, 'Chanadus', 5868, 11, 32, 21.19, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33895, 1850, 'Chanadus', 5470, 16, 32, 4.42, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33896, 1850, 'Chanadus', 2127, 19, 32, 2.65, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33897, 1850, 'Chanadus', 1714, 19, 32, 28.23, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33898, 1850, 'Chanadus', 5093, 13, 32, 157.03, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33899, 1850, 'Chanadus', 6127, 11, 32, 51.00, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33900, 1850, 'Chanadus', 2372, 19, 32, 9.38, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33901, 1850, 'Chanadus', 5357, 16, 32, 10.19, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33902, 1850, 'Chanadus', 2115, 19, 32, 23.10, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33903, 1850, 'Chanadus', 3505, 13, 32, 61.36, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33904, 1850, 'Chanadus', 5409, 17, 32, 29.89, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33905, 1850, 'Chanadus', 2189, 19, 32, 21.20, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33906, 1850, 'Chanadus', 5733, 10, 32, 5.17, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33907, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33908, 1850, 'Chanadus', 1811, 5, 32, 0.21, 1, 1, 'ai_bid', '2024-08-23 22:36:02', '2024-08-23 22:36:02', '2024-08-24 22:36:02'),
(33909, 1850, 'Chanadus', 1827, 19, 32, 0.13, 1, 1, 'ai_bid', '2024-08-23 22:37:03', '2024-08-23 22:37:03', '2024-08-24 22:38:02'),
(33910, 1876, 'Etiuko', 4839, 12, NULL, 161.00, 1, 1, 'manual_bid', '2024-08-24 00:20:30', '2024-08-24 00:20:30', '2024-08-25 00:21:02'),
(33911, 1876, 'Etiuko', 4754, 12, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-24 00:41:07', '2024-08-24 00:41:07', '2024-08-25 00:42:02'),
(33912, 1884, 'Mich&Jstore', 271, 2, 31, 1678.95, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33913, 1884, 'Mich&Jstore', 5622, 10, 31, 7.64, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33914, 1884, 'Mich&Jstore', 5415, 14, 31, 53.03, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33915, 1884, 'Mich&Jstore', 382, 10, 31, 84.42, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33916, 1884, 'Mich&Jstore', 989, 17, 31, 6441.78, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33917, 1884, 'Mich&Jstore', 2509, 16, 31, 29.28, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33918, 1884, 'Mich&Jstore', 5136, 16, 31, 103.95, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33919, 1884, 'Mich&Jstore', 1078, 1, 31, 11.32, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33920, 1884, 'Mich&Jstore', 1416, 19, 31, 166.95, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33921, 1884, 'Mich&Jstore', 949, 5, 31, 0.31, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33922, 1884, 'Mich&Jstore', 2319, 10, 31, 251.89, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33923, 1884, 'Mich&Jstore', 4050, 18, 31, 9.26, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33924, 1884, 'Mich&Jstore', 4238, 5, 31, 283.50, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33925, 1884, 'Mich&Jstore', 103, 2, 31, 525.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33926, 1884, 'Mich&Jstore', 5013, 13, 31, 48.22, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33927, 1884, 'Mich&Jstore', 1314, 15, 31, 150.80, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33928, 1884, 'Mich&Jstore', 3155, 19, 31, 114.40, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33929, 1884, 'Mich&Jstore', 375, 2, 31, 193.80, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33930, 1884, 'Mich&Jstore', 6033, 11, 31, 625.59, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33931, 1884, 'Mich&Jstore', 843, 13, 31, 466.96, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33932, 1884, 'Mich&Jstore', 2334, 19, 31, 97.97, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33933, 1884, 'Mich&Jstore', 5863, 13, 31, 32.54, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33934, 1884, 'Mich&Jstore', 5030, 16, 31, 164.92, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33935, 1884, 'Mich&Jstore', 881, 5, 31, 884.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33936, 1884, 'Mich&Jstore', 4271, 5, 31, 136.74, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33937, 1884, 'Mich&Jstore', 2948, 14, 31, 36.02, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33938, 1884, 'Mich&Jstore', 3985, 18, 31, 62.71, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33939, 1884, 'Mich&Jstore', 1998, 15, 31, 14.56, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33940, 1884, 'Mich&Jstore', 6088, 11, 31, 74.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33941, 1884, 'Mich&Jstore', 3357, 15, 31, 3978.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33942, 1884, 'Mich&Jstore', 6166, 11, 31, 62.99, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33943, 1884, 'Mich&Jstore', 2693, 14, 31, 10.29, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33944, 1884, 'Mich&Jstore', 1706, 13, 31, 30.88, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33945, 1884, 'Mich&Jstore', 5990, 17, 31, 4.90, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33946, 1884, 'Mich&Jstore', 2263, 19, 31, 816.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33947, 1884, 'Mich&Jstore', 2775, 14, 31, 93.60, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33948, 1884, 'Mich&Jstore', 4321, 15, 31, 125.99, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33949, 1884, 'Mich&Jstore', 639, 14, 31, 4.12, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33950, 1884, 'Mich&Jstore', 4768, 12, 31, 3.03, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33951, 1884, 'Mich&Jstore', 521, 18, 31, 64.76, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33952, 1884, 'Mich&Jstore', 60, 2, 31, 7.28, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33953, 1884, 'Mich&Jstore', 48, 2, 31, 20.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33954, 1884, 'Mich&Jstore', 5983, 11, 31, 103.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33955, 1884, 'Mich&Jstore', 5666, 15, 31, 106.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33956, 1884, 'Mich&Jstore', 5736, 16, 31, 103.01, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33957, 1884, 'Mich&Jstore', 3059, 2, 31, 41.33, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33958, 1884, 'Mich&Jstore', 3823, 11, 31, 13025.40, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33959, 1884, 'Mich&Jstore', 1787, 17, 31, 199.79, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33960, 1884, 'Mich&Jstore', 6070, 11, 31, 15.30, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33961, 1884, 'Mich&Jstore', 5549, 10, 31, 8.30, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33962, 1884, 'Mich&Jstore', 5841, 17, 31, 11.07, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33963, 1884, 'Mich&Jstore', 4920, 11, 31, 32.32, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33964, 1884, 'Mich&Jstore', 4091, 14, 31, 27.19, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33965, 1884, 'Mich&Jstore', 2876, 12, 31, 80.79, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33966, 1884, 'Mich&Jstore', 2583, 14, 31, 7.97, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33967, 1884, 'Mich&Jstore', 988, 17, 31, 464.60, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33968, 1884, 'Mich&Jstore', 1915, 19, 31, 69.87, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33969, 1884, 'Mich&Jstore', 5996, 11, 31, 160.05, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33970, 1884, 'Mich&Jstore', 729, 19, 31, 11.73, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33971, 1884, 'Mich&Jstore', 265, 5, 31, 132.60, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33972, 1884, 'Mich&Jstore', 3883, 16, 31, 10.19, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33973, 1884, 'Mich&Jstore', 2386, 2, 31, 8.40, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33974, 1884, 'Mich&Jstore', 871, 7, 31, 62.39, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33975, 1884, 'Mich&Jstore', 1580, 19, 31, 14.95, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33976, 1884, 'Mich&Jstore', 5074, 16, 31, 23.22, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33977, 1884, 'Mich&Jstore', 4319, 18, 31, 1907.99, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33978, 1884, 'Mich&Jstore', 4685, 12, 31, 16.84, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33979, 1884, 'Mich&Jstore', 1587, 18, 31, 78.44, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33980, 1884, 'Mich&Jstore', 4850, 12, 31, 132.87, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33981, 1884, 'Mich&Jstore', 5360, 14, 31, 213.05, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33982, 1884, 'Mich&Jstore', 1276, 19, 31, 39.86, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33983, 1884, 'Mich&Jstore', 932, 5, 31, 14.35, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33984, 1884, 'Mich&Jstore', 1990, 19, 31, 55.42, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33985, 1884, 'Mich&Jstore', 52, 2, 31, 17.17, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33986, 1884, 'Mich&Jstore', 5545, 10, 31, 81.37, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33987, 1884, 'Mich&Jstore', 788, 18, 31, 36.56, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33988, 1884, 'Mich&Jstore', 2598, 14, 31, 5663.97, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33989, 1884, 'Mich&Jstore', 3044, 14, 31, 386.58, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33990, 1884, 'Mich&Jstore', 1540, 2, 31, 33.66, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33991, 1884, 'Mich&Jstore', 4126, 5, 31, 87.96, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33992, 1884, 'Mich&Jstore', 5992, 11, 31, 83.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33993, 1884, 'Mich&Jstore', 4457, 15, 31, 13.38, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33994, 1884, 'Mich&Jstore', 437, 16, 31, 244.40, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33995, 1884, 'Mich&Jstore', 5243, 14, 31, 26.50, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33996, 1884, 'Mich&Jstore', 2031, 4, 31, 558.62, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33997, 1884, 'Mich&Jstore', 3873, 16, 31, 13.38, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33998, 1884, 'Mich&Jstore', 3658, 10, 31, 14.21, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(33999, 1884, 'Mich&Jstore', 1618, 18, 31, 55.34, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34000, 1884, 'Mich&Jstore', 4576, 14, 31, 9.07, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34001, 1884, 'Mich&Jstore', 3103, 18, 31, 142.04, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34002, 1884, 'Mich&Jstore', 454, 16, 31, 102.49, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34003, 1884, 'Mich&Jstore', 4194, 18, 31, 54.97, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34004, 1884, 'Mich&Jstore', 794, 17, 31, 21.56, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34005, 1884, 'Mich&Jstore', 2072, 19, 31, 19.95, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34006, 1884, 'Mich&Jstore', 4605, 16, 31, 17.04, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34007, 1884, 'Mich&Jstore', 3675, 10, 31, 31.61, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34008, 1884, 'Mich&Jstore', 5392, 17, 31, 33.81, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34009, 1884, 'Mich&Jstore', 4589, 15, 31, 10.30, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34010, 1884, 'Mich&Jstore', 1789, 1, 31, 45.76, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34011, 1884, 'Mich&Jstore', 5789, 15, 31, 309.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34012, 1884, 'Mich&Jstore', 4408, 18, 31, 31.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34013, 1884, 'Mich&Jstore', 324, 18, 31, 12.77, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34014, 1884, 'Mich&Jstore', 4759, 12, 31, 51.93, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34015, 1884, 'Mich&Jstore', 3051, 18, 31, 74.23, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34016, 1884, 'Mich&Jstore', 3162, 4, 31, 23.22, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34017, 1884, 'Mich&Jstore', 587, 19, 31, 9540.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34018, 1884, 'Mich&Jstore', 4878, 12, 31, 233.41, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34019, 1884, 'Mich&Jstore', 1077, 19, 31, 166.95, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34020, 1884, 'Mich&Jstore', 295, 5, 31, 917.99, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34021, 1884, 'Mich&Jstore', 2789, 10, 31, 41.57, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34022, 1884, 'Mich&Jstore', 5758, 15, 31, 528.94, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34023, 1884, 'Mich&Jstore', 5348, 14, 31, 210.93, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34024, 1884, 'Mich&Jstore', 3935, 16, 31, 89.43, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34025, 1884, 'Mich&Jstore', 3274, 17, 31, 135.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34026, 1884, 'Mich&Jstore', 5792, 15, 31, 298.70, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34027, 1884, 'Mich&Jstore', 5938, 15, 31, 499.77, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34028, 1884, 'Mich&Jstore', 3330, 7, 31, 21.83, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34029, 1884, 'Mich&Jstore', 3612, 12, 31, 258.44, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34030, 1884, 'Mich&Jstore', 1042, 19, 31, 18.36, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34031, 1884, 'Mich&Jstore', 4494, 16, 31, 42.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34032, 1884, 'Mich&Jstore', 5699, 10, 31, 15.24, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34033, 1884, 'Mich&Jstore', 469, 16, 31, 101.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34034, 1884, 'Mich&Jstore', 5665, 15, 31, 51.50, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34035, 1884, 'Mich&Jstore', 2734, 14, 31, 231.76, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34036, 1884, 'Mich&Jstore', 4349, 15, 31, 5.19, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34037, 1884, 'Mich&Jstore', 4333, 18, 31, 97.92, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34038, 1884, 'Mich&Jstore', 3147, 19, 31, 196.05, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34039, 1884, 'Mich&Jstore', 339, 12, 31, 785.59, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34040, 1884, 'Mich&Jstore', 4930, 12, 31, 318.11, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34041, 1884, 'Mich&Jstore', 2855, 19, 31, 3150.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34042, 1884, 'Mich&Jstore', 5972, 17, 31, 15.74, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34043, 1884, 'Mich&Jstore', 3381, 7, 31, 53.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34044, 1884, 'Mich&Jstore', 5384, 14, 31, 1041.03, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34045, 1884, 'Mich&Jstore', 5427, 17, 31, 36.80, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34046, 1884, 'Mich&Jstore', 2240, 16, 31, 26.24, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34047, 1884, 'Mich&Jstore', 5692, 15, 31, 12.24, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34048, 1884, 'Mich&Jstore', 4046, 13, 31, 10.49, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34049, 1884, 'Mich&Jstore', 4637, 5, 31, 22.21, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34050, 1884, 'Mich&Jstore', 284, 14, 31, 132.60, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34051, 1884, 'Mich&Jstore', 4290, 18, 31, 2866.49, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34052, 1884, 'Mich&Jstore', 2485, 16, 31, 149.45, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34053, 1884, 'Mich&Jstore', 1433, 19, 31, 81.17, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34054, 1884, 'Mich&Jstore', 1129, 4, 31, 2.53, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34055, 1884, 'Mich&Jstore', 3526, 11, 31, 106.04, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34056, 1884, 'Mich&Jstore', 1500, 19, 31, 11.65, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34057, 1884, 'Mich&Jstore', 1349, 15, 31, 189.74, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34058, 1884, 'Mich&Jstore', 5133, 16, 31, 76.03, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34059, 1884, 'Mich&Jstore', 1760, 17, 31, 386.58, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34060, 1884, 'Mich&Jstore', 4599, 5, 31, 31.19, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34061, 1884, 'Mich&Jstore', 1439, 10, 31, 262.71, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34062, 1884, 'Mich&Jstore', 5445, 16, 31, 13.51, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34063, 1884, 'Mich&Jstore', 3445, 10, 31, 8.24, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34064, 1884, 'Mich&Jstore', 3489, 10, 31, 10.49, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34065, 1884, 'Mich&Jstore', 3000, 19, 31, 21.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34066, 1884, 'Mich&Jstore', 5944, 11, 31, 84.80, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34067, 1884, 'Mich&Jstore', 3663, 13, 31, 13.25, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34068, 1884, 'Mich&Jstore', 2469, 16, 31, 164.97, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34069, 1884, 'Mich&Jstore', 2620, 14, 31, 33.65, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34070, 1884, 'Mich&Jstore', 4104, 5, 31, 2.04, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34071, 1884, 'Mich&Jstore', 5263, 13, 31, 18.01, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34072, 1884, 'Mich&Jstore', 5987, 17, 31, 21.90, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34073, 1884, 'Mich&Jstore', 4385, 16, 31, 40.40, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34074, 1884, 'Mich&Jstore', 1293, 15, 31, 32.60, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34075, 1884, 'Mich&Jstore', 1648, 17, 31, 9.45, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34076, 1884, 'Mich&Jstore', 1037, 19, 31, 47.69, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34077, 1884, 'Mich&Jstore', 2327, 18, 31, 469.34, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34078, 1884, 'Mich&Jstore', 2757, 14, 31, 211.15, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34079, 1884, 'Mich&Jstore', 5522, 10, 31, 105.00, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34080, 1884, 'Mich&Jstore', 3558, 12, 31, 11.06, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34081, 1884, 'Mich&Jstore', 858, 19, 31, 14.38, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34082, 1884, 'Mich&Jstore', 2204, 16, 31, 57.68, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34083, 1884, 'Mich&Jstore', 2798, 14, 31, 163.70, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34084, 1884, 'Mich&Jstore', 4081, 5, 31, 51.49, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34085, 1884, 'Mich&Jstore', 2297, 19, 31, 4.20, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34086, 1884, 'Mich&Jstore', 2168, 19, 31, 15.59, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34087, 1884, 'Mich&Jstore', 2357, 17, 31, 9.99, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34088, 1884, 'Mich&Jstore', 53, 2, 31, 30.45, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34089, 1884, 'Mich&Jstore', 2596, 17, 31, 36.02, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34090, 1884, 'Mich&Jstore', 656, 17, 31, 4.08, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34091, 1884, 'Mich&Jstore', 3722, 13, 31, 2.04, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34092, 1884, 'Mich&Jstore', 767, 19, 31, 3.09, 1, 1, 'ai_bid', '2024-08-24 03:46:02', '2024-08-24 03:46:02', '2024-08-25 03:46:02'),
(34093, 1798, 'Feelyards', 5021, 13, NULL, 301.00, 1, 1, 'manual_bid', '2024-08-24 09:59:21', '2024-08-24 09:59:21', '2024-08-25 10:00:03'),
(34094, 1798, 'Feelyards', 5688, 10, NULL, 95.00, 1, 1, 'manual_bid', '2024-08-24 10:02:11', '2024-08-24 10:02:11', '2024-08-25 10:03:02'),
(34095, 1915, 'BnBGlobal', 3248, 5, NULL, 81.00, 1, 1, 'manual_bid', '2024-08-24 11:59:52', '2024-08-24 11:59:52', '2024-08-25 12:00:03'),
(34096, 1876, 'Etiuko', 4706, 12, NULL, 105.00, 1, 1, 'manual_bid', '2024-08-24 12:03:05', '2024-08-24 12:03:05', '2024-08-25 12:04:02'),
(34097, 1915, 'BnBGlobal', 3220, 5, NULL, 36.00, 1, 1, 'manual_bid', '2024-08-24 12:05:22', '2024-08-24 12:05:22', '2024-08-25 12:06:02'),
(34098, 1876, 'Etiuko', 3579, 12, NULL, 11.00, 2, 1, 'manual_bid', '2024-08-24 12:49:03', '2024-08-24 12:49:03', '2024-08-25 12:50:02'),
(34099, 1925, 'Frankie fast store', 6109, 11, 30, 6.12, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34100, 1925, 'Frankie fast store', 4500, 16, 30, 107.05, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34101, 1925, 'Frankie fast store', 1376, 5, 30, 13938.00, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34102, 1925, 'Frankie fast store', 3092, 2, 30, 49.40, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34103, 1925, 'Frankie fast store', 5239, 16, 30, 32.10, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34104, 1925, 'Frankie fast store', 179, 2, 30, 23.10, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34105, 1925, 'Frankie fast store', 5449, 12, 30, 1302.90, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34106, 1925, 'Frankie fast store', 3504, 11, 30, 8.31, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34107, 1925, 'Frankie fast store', 3776, 19, 30, 105.05, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34108, 1925, 'Frankie fast store', 4308, 16, 30, 21.62, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34109, 1925, 'Frankie fast store', 3235, 7, 30, 177.65, 1, 1, 'ai_bid', '2024-08-24 20:37:02', '2024-08-24 20:37:02', '2024-08-25 20:38:01'),
(34110, 1925, 'Frankie fast store', 2612, 14, 30, 18.29, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:01'),
(34111, 1925, 'Frankie fast store', 765, 19, 30, 1.31, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:01'),
(34112, 1925, 'Frankie fast store', 4566, 14, 30, 67.59, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:01'),
(34113, 1925, 'Frankie fast store', 2159, 5, 30, 72.10, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:01'),
(34114, 1925, 'Frankie fast store', 1707, 19, 30, 16.73, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:01'),
(34115, 1925, 'Frankie fast store', 52, 2, 30, 17.85, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:02'),
(34116, 1925, 'Frankie fast store', 929, 18, 30, 46.62, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:02'),
(34117, 1925, 'Frankie fast store', 2118, 19, 30, 11.11, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:02'),
(34118, 1925, 'Frankie fast store', 1844, 19, 30, 0.31, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:02'),
(34119, 1925, 'Frankie fast store', 4668, 12, 30, 1.47, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:02'),
(34120, 1925, 'Frankie fast store', 734, 19, 30, 0.23, 1, 1, 'ai_bid', '2024-08-24 20:37:03', '2024-08-24 20:37:03', '2024-08-25 20:38:02'),
(34121, 1850, 'Chanadus', 2579, 19, NULL, 30.50, 36, 1, 'manual_bid', '2024-08-24 21:13:31', '2024-08-24 21:13:31', '2024-08-25 21:14:01'),
(34122, 1850, 'Chanadus', 4036, 18, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-24 21:14:53', '2024-08-24 21:14:53', '2024-08-25 21:15:03'),
(34123, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-24 21:20:04', '2024-08-24 21:20:04', '2024-08-25 21:21:02'),
(34124, 1920, 'Nizzy', 1320, 2, NULL, 72.00, 1, 1, 'manual_bid', '2024-08-24 21:20:48', '2024-08-24 21:20:48', '2024-08-25 21:21:02'),
(34125, 1921, 'Baeniiz', 2391, 2, NULL, 59.00, 1, 1, 'manual_bid', '2024-08-24 21:26:20', '2024-08-24 21:26:20', '2024-08-25 21:27:02'),
(34126, 1886, 'Lovenest Luxe', 368, 2, NULL, 13.00, 27, 1, 'manual_bid', '2024-08-24 22:17:13', '2024-08-24 22:17:13', '2024-08-25 22:18:02'),
(34127, 1850, 'Chanadus', 4167, 14, 32, 190.75, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34128, 1850, 'Chanadus', 3296, 5, 32, 1.15, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34129, 1850, 'Chanadus', 496, 19, 32, 137.79, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34130, 1850, 'Chanadus', 5118, 13, 32, 332.80, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34131, 1850, 'Chanadus', 5758, 15, 32, 508.98, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34132, 1850, 'Chanadus', 5403, 14, 32, 404.77, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34133, 1850, 'Chanadus', 3148, 4, 32, 22.03, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34134, 1850, 'Chanadus', 4424, 16, 32, 42.40, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34135, 1850, 'Chanadus', 5688, 10, 32, 99.70, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34136, 1850, 'Chanadus', 2879, 14, 32, 62.39, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34137, 1850, 'Chanadus', 292, 5, 32, 101.30, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34138, 1850, 'Chanadus', 4827, 17, 32, 17.51, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34139, 1850, 'Chanadus', 2355, 19, 32, 416.00, 1, 1, 'ai_bid', '2024-08-24 23:49:02', '2024-08-24 23:49:02', '2024-08-25 23:49:02'),
(34140, 1850, 'Chanadus', 1379, 14, 32, 13.53, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34141, 1850, 'Chanadus', 4082, 5, 32, 26.24, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34142, 1850, 'Chanadus', 6114, 11, 32, 4.90, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34143, 1850, 'Chanadus', 6101, 1, 32, 5.65, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34144, 1850, 'Chanadus', 1844, 19, 32, 0.32, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34145, 1850, 'Chanadus', 5905, 17, 32, 2.50, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34146, 1850, 'Chanadus', 1894, 19, 32, 0.21, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34147, 1850, 'Chanadus', 734, 19, 32, 0.23, 1, 1, 'ai_bid', '2024-08-24 23:49:03', '2024-08-24 23:49:03', '2024-08-25 23:50:03'),
(34148, 1876, 'Etiuko', 5514, 12, NULL, 170.00, 1, 1, 'manual_bid', '2024-08-25 01:50:45', '2024-08-25 01:50:45', '2024-08-26 01:51:02'),
(34149, 1884, 'Mich&Jstore', 4232, 18, 31, 17.49, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34150, 1884, 'Mich&Jstore', 1163, 18, 31, 18.53, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34151, 1884, 'Mich&Jstore', 4408, 18, 31, 30.90, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34152, 1884, 'Mich&Jstore', 5964, 17, 31, 45.86, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34153, 1884, 'Mich&Jstore', 3719, 19, 31, 71.61, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34154, 1884, 'Mich&Jstore', 5979, 17, 31, 27.26, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34155, 1884, 'Mich&Jstore', 4572, 5, 31, 15.82, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34156, 1884, 'Mich&Jstore', 3233, 5, 31, 103.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34157, 1884, 'Mich&Jstore', 2528, 19, 31, 171.70, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(34158, 1884, 'Mich&Jstore', 3038, 19, 31, 2623.95, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34159, 1884, 'Mich&Jstore', 3152, 4, 31, 640.88, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34160, 1884, 'Mich&Jstore', 4198, 14, 31, 19.27, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34161, 1884, 'Mich&Jstore', 3260, 7, 31, 7.86, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34162, 1884, 'Mich&Jstore', 1287, 15, 31, 40.49, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34163, 1884, 'Mich&Jstore', 4992, 14, 31, 12.21, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34164, 1884, 'Mich&Jstore', 5802, 13, 31, 21.19, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34165, 1884, 'Mich&Jstore', 1296, 19, 31, 47.70, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34166, 1884, 'Mich&Jstore', 5230, 13, 31, 4.40, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34167, 1884, 'Mich&Jstore', 5135, 16, 31, 131.29, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34168, 1884, 'Mich&Jstore', 1136, 16, 31, 24.70, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34169, 1884, 'Mich&Jstore', 3598, 12, 31, 1040.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34170, 1884, 'Mich&Jstore', 1740, 5, 31, 3.06, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34171, 1884, 'Mich&Jstore', 1946, 10, 31, 4.60, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34172, 1884, 'Mich&Jstore', 3200, 4, 31, 10.10, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34173, 1884, 'Mich&Jstore', 3173, 4, 31, 212.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34174, 1884, 'Mich&Jstore', 677, 18, 31, 6611.22, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34175, 1884, 'Mich&Jstore', 755, 19, 31, 33.98, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34176, 1884, 'Mich&Jstore', 4942, 11, 31, 606.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34177, 1884, 'Mich&Jstore', 5510, 12, 31, 436.79, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34178, 1884, 'Mich&Jstore', 5119, 13, 31, 64.65, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34179, 1884, 'Mich&Jstore', 4636, 15, 31, 21.20, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34180, 1884, 'Mich&Jstore', 3674, 14, 31, 9.53, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34181, 1884, 'Mich&Jstore', 908, 19, 31, 20.48, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34182, 1884, 'Mich&Jstore', 3676, 18, 31, 8.56, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34183, 1884, 'Mich&Jstore', 5929, 13, 31, 3.82, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34184, 1884, 'Mich&Jstore', 2006, 2, 31, 84.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34185, 1884, 'Mich&Jstore', 1260, 10, 31, 402.60, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34186, 1884, 'Mich&Jstore', 1593, 4, 31, 35.51, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34187, 1884, 'Mich&Jstore', 2969, 17, 31, 94.36, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34188, 1884, 'Mich&Jstore', 3795, 13, 31, 418.95, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34189, 1884, 'Mich&Jstore', 1250, 19, 31, 12.66, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34190, 1884, 'Mich&Jstore', 3590, 12, 31, 44.02, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34191, 1884, 'Mich&Jstore', 5691, 15, 31, 151.98, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34192, 1884, 'Mich&Jstore', 4107, 14, 31, 9.58, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34193, 1884, 'Mich&Jstore', 1345, 15, 31, 19.95, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34194, 1884, 'Mich&Jstore', 321, 10, 31, 78.30, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34195, 1884, 'Mich&Jstore', 522, 18, 31, 50.79, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34196, 1884, 'Mich&Jstore', 1915, 19, 31, 72.64, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34197, 1884, 'Mich&Jstore', 5413, 14, 31, 7523.49, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34198, 1884, 'Mich&Jstore', 4587, 16, 31, 26.02, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34199, 1884, 'Mich&Jstore', 100, 2, 31, 2111.50, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34200, 1884, 'Mich&Jstore', 4754, 12, 31, 6.96, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34201, 1884, 'Mich&Jstore', 3410, 10, 31, 30.45, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34202, 1884, 'Mich&Jstore', 855, 19, 31, 30.54, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34203, 1884, 'Mich&Jstore', 2945, 5, 31, 24.56, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34204, 1884, 'Mich&Jstore', 5604, 15, 31, 195.09, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34205, 1884, 'Mich&Jstore', 438, 18, 31, 1458.61, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34206, 1884, 'Mich&Jstore', 1004, 16, 31, 72.80, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34207, 1884, 'Mich&Jstore', 2724, 18, 31, 6664.10, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34208, 1884, 'Mich&Jstore', 1921, 19, 31, 10.10, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34209, 1884, 'Mich&Jstore', 3804, 4, 31, 235.54, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34210, 1884, 'Mich&Jstore', 4943, 13, 31, 113.36, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34211, 1884, 'Mich&Jstore', 4065, 18, 31, 26.31, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34212, 1884, 'Mich&Jstore', 1693, 18, 31, 8.95, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34213, 1884, 'Mich&Jstore', 556, 16, 31, 7.14, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34214, 1884, 'Mich&Jstore', 2255, 16, 31, 20.19, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34215, 1884, 'Mich&Jstore', 506, 18, 31, 54.66, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34216, 1884, 'Mich&Jstore', 5698, 15, 31, 130.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34217, 1884, 'Mich&Jstore', 1065, 19, 31, 798.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34218, 1884, 'Mich&Jstore', 4294, 5, 31, 52.99, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34219, 1884, 'Mich&Jstore', 3984, 18, 31, 103.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34220, 1884, 'Mich&Jstore', 705, 19, 31, 65.28, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34221, 1884, 'Mich&Jstore', 691, 5, 31, 6.06, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34222, 1884, 'Mich&Jstore', 4891, 12, 31, 16.18, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34223, 1884, 'Mich&Jstore', 5928, 13, 31, 4.69, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34224, 1884, 'Mich&Jstore', 3660, 18, 31, 7.27, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34225, 1884, 'Mich&Jstore', 576, 17, 31, 39.39, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34226, 1884, 'Mich&Jstore', 101, 2, 31, 303.95, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34227, 1884, 'Mich&Jstore', 5779, 15, 31, 26.25, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34228, 1884, 'Mich&Jstore', 4212, 18, 31, 142.80, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34229, 1884, 'Mich&Jstore', 2977, 7, 31, 740.59, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34230, 1884, 'Mich&Jstore', 5051, 11, 31, 20.99, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34231, 1884, 'Mich&Jstore', 4182, 5, 31, 61.80, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34232, 1884, 'Mich&Jstore', 3651, 10, 31, 35.62, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34233, 1884, 'Mich&Jstore', 690, 10, 31, 325.38, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34234, 1884, 'Mich&Jstore', 4929, 13, 31, 136.50, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34235, 1884, 'Mich&Jstore', 1708, 18, 31, 49.48, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34236, 1884, 'Mich&Jstore', 4307, 18, 31, 1030.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34237, 1884, 'Mich&Jstore', 1414, 19, 31, 21.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34238, 1884, 'Mich&Jstore', 5659, 10, 31, 123.41, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34239, 1884, 'Mich&Jstore', 2371, 17, 31, 84.26, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34240, 1884, 'Mich&Jstore', 3824, 15, 31, 104.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34241, 1884, 'Mich&Jstore', 2086, 7, 31, 261.51, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34242, 1884, 'Mich&Jstore', 5152, 13, 31, 6825.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34243, 1884, 'Mich&Jstore', 3913, 16, 31, 183.99, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34244, 1884, 'Mich&Jstore', 4230, 18, 31, 187.94, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34245, 1884, 'Mich&Jstore', 2118, 19, 31, 10.79, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34246, 1884, 'Mich&Jstore', 2524, 18, 31, 12.70, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34247, 1884, 'Mich&Jstore', 664, 17, 31, 10.60, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34248, 1884, 'Mich&Jstore', 4558, 16, 31, 408.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34249, 1884, 'Mich&Jstore', 692, 10, 31, 8.08, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34250, 1884, 'Mich&Jstore', 4617, 15, 31, 113.30, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34251, 1884, 'Mich&Jstore', 5354, 16, 31, 10.49, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34252, 1884, 'Mich&Jstore', 3898, 11, 31, 7038.00, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34253, 1884, 'Mich&Jstore', 2001, 15, 31, 14.59, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34254, 1884, 'Mich&Jstore', 3157, 19, 31, 8.17, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34255, 1884, 'Mich&Jstore', 4381, 14, 31, 1015.77, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34256, 1884, 'Mich&Jstore', 5168, 16, 31, 142.80, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34257, 1884, 'Mich&Jstore', 248, 5, 31, 997.50, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34258, 1884, 'Mich&Jstore', 2931, 19, 31, 585.48, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34259, 1884, 'Mich&Jstore', 5342, 13, 31, 1059.99, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34260, 1884, 'Mich&Jstore', 3116, 2, 31, 9.40, 1, 1, 'ai_bid', '2024-08-25 04:58:02', '2024-08-25 04:58:02', '2024-08-26 04:58:02'),
(34261, 1884, 'Mich&Jstore', 979, 17, 31, 60.90, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34262, 1884, 'Mich&Jstore', 787, 10, 31, 48.59, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34263, 1884, 'Mich&Jstore', 699, 18, 31, 69.68, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34264, 1884, 'Mich&Jstore', 2667, 14, 31, 224.82, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34265, 1884, 'Mich&Jstore', 5746, 13, 31, 73.11, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34266, 1884, 'Mich&Jstore', 536, 7, 31, 13.15, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34267, 1884, 'Mich&Jstore', 3703, 14, 31, 22.34, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34268, 1884, 'Mich&Jstore', 6086, 15, 31, 10.39, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34269, 1884, 'Mich&Jstore', 4647, 5, 31, 84.23, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34270, 1884, 'Mich&Jstore', 2984, 14, 31, 144.91, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34271, 1884, 'Mich&Jstore', 5219, 16, 31, 416.00, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34272, 1884, 'Mich&Jstore', 2511, 16, 31, 116.47, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34273, 1884, 'Mich&Jstore', 3966, 16, 31, 32.73, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34274, 1884, 'Mich&Jstore', 3644, 18, 31, 3399.00, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34275, 1884, 'Mich&Jstore', 4739, 12, 31, 46.59, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34276, 1884, 'Mich&Jstore', 496, 19, 31, 133.89, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34277, 1884, 'Mich&Jstore', 5036, 16, 31, 103.00, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34278, 1884, 'Mich&Jstore', 701, 19, 31, 41.53, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34279, 1884, 'Mich&Jstore', 634, 5, 31, 1.02, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34280, 1884, 'Mich&Jstore', 3753, 7, 31, 77.24, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34281, 1884, 'Mich&Jstore', 4114, 5, 31, 307.40, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34282, 1884, 'Mich&Jstore', 523, 14, 31, 18.87, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34283, 1884, 'Mich&Jstore', 5901, 13, 31, 41.10, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34284, 1884, 'Mich&Jstore', 1081, 19, 31, 164.79, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34285, 1884, 'Mich&Jstore', 4708, 14, 31, 16.29, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34286, 1884, 'Mich&Jstore', 2495, 10, 31, 36.39, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34287, 1884, 'Mich&Jstore', 5066, 14, 31, 21.19, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34288, 1884, 'Mich&Jstore', 2060, 4, 31, 193.77, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34289, 1884, 'Mich&Jstore', 1793, 19, 31, 3.03, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34290, 1884, 'Mich&Jstore', 165, 14, 31, 202.33, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34291, 1884, 'Mich&Jstore', 2803, 14, 31, 848.00, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34292, 1884, 'Mich&Jstore', 3853, 4, 31, 520.00, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34293, 1884, 'Mich&Jstore', 3506, 10, 31, 840.00, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34294, 1884, 'Mich&Jstore', 1263, 19, 31, 92.92, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34295, 1884, 'Mich&Jstore', 617, 7, 31, 14.70, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34296, 1884, 'Mich&Jstore', 4469, 15, 31, 1695.99, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34297, 1884, 'Mich&Jstore', 5095, 16, 31, 19.07, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34298, 1884, 'Mich&Jstore', 5415, 14, 31, 52.01, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34299, 1884, 'Mich&Jstore', 4726, 12, 31, 18.35, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34300, 1884, 'Mich&Jstore', 5884, 13, 31, 20.99, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34301, 1884, 'Mich&Jstore', 5234, 16, 31, 384.28, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34302, 1884, 'Mich&Jstore', 3359, 7, 31, 9.27, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34303, 1884, 'Mich&Jstore', 6032, 15, 31, 101.99, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34304, 1884, 'Mich&Jstore', 1821, 19, 31, 1.02, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34305, 1884, 'Mich&Jstore', 481, 1, 31, 17.64, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34306, 1884, 'Mich&Jstore', 3682, 18, 31, 4.45, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34307, 1884, 'Mich&Jstore', 1246, 18, 31, 63.60, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34308, 1884, 'Mich&Jstore', 5868, 11, 31, 20.39, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34309, 1884, 'Mich&Jstore', 4769, 14, 31, 28.08, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34310, 1884, 'Mich&Jstore', 1542, 2, 31, 168.30, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34311, 1884, 'Mich&Jstore', 5724, 10, 31, 9.26, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34312, 1884, 'Mich&Jstore', 4387, 14, 31, 4.80, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34313, 1884, 'Mich&Jstore', 4951, 14, 31, 9.54, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34314, 1884, 'Mich&Jstore', 571, 14, 31, 18.18, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34315, 1884, 'Mich&Jstore', 3427, 14, 31, 288.97, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34316, 1884, 'Mich&Jstore', 199, 7, 31, 5.87, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34317, 1884, 'Mich&Jstore', 1346, 14, 31, 31.55, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34318, 1884, 'Mich&Jstore', 5800, 15, 31, 1632.00, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34319, 1884, 'Mich&Jstore', 66, 2, 31, 41.34, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34320, 1884, 'Mich&Jstore', 5641, 15, 31, 45.90, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34321, 1884, 'Mich&Jstore', 4799, 12, 31, 53.03, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34322, 1884, 'Mich&Jstore', 4619, 5, 31, 14.30, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34323, 1884, 'Mich&Jstore', 5967, 17, 31, 25.71, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34324, 1884, 'Mich&Jstore', 1807, 19, 31, 82.16, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34325, 1884, 'Mich&Jstore', 3414, 15, 31, 65.65, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34326, 1884, 'Mich&Jstore', 379, 2, 31, 7.35, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34327, 1884, 'Mich&Jstore', 3572, 17, 31, 32.41, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34328, 1884, 'Mich&Jstore', 937, 5, 31, 4.08, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34329, 1884, 'Mich&Jstore', 1844, 19, 31, 0.31, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34330, 1884, 'Mich&Jstore', 5704, 10, 31, 2.64, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34331, 1884, 'Mich&Jstore', 1662, 19, 31, 0.90, 1, 1, 'ai_bid', '2024-08-25 04:58:03', '2024-08-25 04:58:03', '2024-08-26 04:59:02'),
(34332, 1798, 'Feelyards', 5853, 15, NULL, 380.00, 1, 1, 'manual_bid', '2024-08-25 11:44:31', '2024-08-25 11:44:31', '2024-08-26 11:45:03'),
(34333, 1798, 'Feelyards', 6084, 15, NULL, 11.00, 2, 1, 'manual_bid', '2024-08-25 11:47:07', '2024-08-25 11:47:07', '2024-08-26 11:48:02'),
(34334, 1876, 'Etiuko', 249, 12, NULL, 32.00, 4, 1, 'manual_bid', '2024-08-25 14:17:41', '2024-08-25 14:17:41', '2024-08-26 14:18:01'),
(34335, 1925, 'Frankie fast store', 3292, 16, 30, 11.13, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34336, 1925, 'Frankie fast store', 5350, 14, 30, 319.05, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34337, 1925, 'Frankie fast store', 5161, 16, 30, 34.64, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34338, 1925, 'Frankie fast store', 4582, 14, 30, 15.45, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34339, 1925, 'Frankie fast store', 3215, 4, 30, 9.35, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34340, 1925, 'Frankie fast store', 1319, 2, 30, 945.00, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34341, 1925, 'Frankie fast store', 555, 19, 30, 13301.60, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34342, 1925, 'Frankie fast store', 2817, 14, 30, 188.23, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34343, 1925, 'Frankie fast store', 4663, 12, 30, 8.87, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34344, 1925, 'Frankie fast store', 3479, 14, 30, 45.87, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34345, 1925, 'Frankie fast store', 3857, 2, 30, 41.39, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34346, 1925, 'Frankie fast store', 4897, 12, 30, 10.70, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34347, 1925, 'Frankie fast store', 4355, 14, 30, 40.80, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34348, 1925, 'Frankie fast store', 1820, 19, 30, 47.25, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34349, 1925, 'Frankie fast store', 3145, 4, 30, 171.35, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34350, 1925, 'Frankie fast store', 4630, 15, 30, 101.00, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34351, 1925, 'Frankie fast store', 3614, 17, 30, 252.00, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34352, 1925, 'Frankie fast store', 1510, 15, 30, 81.90, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34353, 1925, 'Frankie fast store', 5497, 17, 30, 596.64, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34354, 1925, 'Frankie fast store', 2157, 16, 30, 18.38, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34355, 1925, 'Frankie fast store', 6129, 11, 30, 8.94, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34356, 1925, 'Frankie fast store', 5259, 16, 30, 31.19, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34357, 1925, 'Frankie fast store', 1377, 15, 30, 12.71, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34358, 1925, 'Frankie fast store', 379, 2, 30, 7.42, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34359, 1925, 'Frankie fast store', 1818, 19, 30, 1.03, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34360, 1925, 'Frankie fast store', 5243, 14, 30, 26.25, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34361, 1925, 'Frankie fast store', 3190, 4, 30, 11.10, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34362, 1925, 'Frankie fast store', 5471, 12, 30, 4.15, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34363, 1925, 'Frankie fast store', 734, 19, 30, 0.23, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34364, 1925, 'Frankie fast store', 3296, 5, 30, 1.14, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34365, 1925, 'Frankie fast store', 1894, 19, 30, 0.20, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34366, 1925, 'Frankie fast store', 949, 5, 30, 0.32, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34367, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-25 21:48:02', '2024-08-25 21:48:02', '2024-08-26 21:48:02'),
(34368, 1850, 'Chanadus', 452, 19, NULL, 526.00, 2, 1, 'manual_bid', '2024-08-25 22:23:09', '2024-08-25 22:23:09', '2024-08-26 22:24:02'),
(34369, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-25 22:24:08', '2024-08-25 22:24:08', '2024-08-26 22:25:03'),
(34370, 1920, 'Nizzy', 3179, 4, NULL, 76.00, 1, 1, 'manual_bid', '2024-08-25 22:24:48', '2024-08-25 22:24:48', '2024-08-26 22:25:03'),
(34371, 1850, 'Chanadus', 1767, 19, NULL, 4.10, 3, 1, 'manual_bid', '2024-08-25 22:24:51', '2024-08-25 22:24:51', '2024-08-26 22:25:03'),
(34372, 1921, 'Baeniiz', 1659, 12, NULL, 60.00, 1, 1, 'manual_bid', '2024-08-25 22:29:14', '2024-08-25 22:29:14', '2024-08-26 22:30:03'),
(34373, 1886, 'Lovenest Luxe', 3065, 2, NULL, 5.00, 71, 1, 'manual_bid', '2024-08-25 23:27:30', '2024-08-25 23:27:30', '2024-08-26 23:28:02'),
(34374, 1850, 'Chanadus', 4462, 15, 32, 20.18, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34375, 1850, 'Chanadus', 2068, 4, 32, 765.00, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34376, 1850, 'Chanadus', 5977, 17, 32, 18.89, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34377, 1850, 'Chanadus', 4853, 14, 32, 11.08, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34378, 1850, 'Chanadus', 4640, 15, 32, 7.21, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34379, 1850, 'Chanadus', 5102, 16, 32, 5.19, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34380, 1850, 'Chanadus', 4062, 18, 32, 22.66, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34381, 1850, 'Chanadus', 1510, 15, 32, 78.78, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34382, 1850, 'Chanadus', 1857, 19, 32, 204.00, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34383, 1850, 'Chanadus', 4538, 16, 32, 953.99, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34384, 1850, 'Chanadus', 1694, 19, 32, 14.50, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34385, 1850, 'Chanadus', 3310, 15, 32, 7.17, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34386, 1850, 'Chanadus', 53, 2, 32, 29.58, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34387, 1850, 'Chanadus', 2829, 14, 32, 10.80, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34388, 1850, 'Chanadus', 2556, 14, 32, 25.49, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34389, 1850, 'Chanadus', 2292, 19, 32, 202.98, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34390, 1850, 'Chanadus', 3502, 11, 32, 9.18, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34391, 1850, 'Chanadus', 1377, 15, 32, 12.35, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34392, 1850, 'Chanadus', 5074, 16, 32, 23.22, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34393, 1850, 'Chanadus', 3460, 11, 32, 3.64, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34394, 1850, 'Chanadus', 1719, 5, 32, 1.10, 1, 1, 'ai_bid', '2024-08-26 01:01:02', '2024-08-26 01:01:02', '2024-08-27 01:01:02'),
(34395, 1876, 'Etiuko', 2528, 19, NULL, 171.00, 1, 1, 'manual_bid', '2024-08-26 03:58:22', '2024-08-26 03:58:22', '2024-08-27 03:59:01'),
(34396, 1884, 'Mich&Jstore', 233, 12, 31, 3.12, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34397, 1884, 'Mich&Jstore', 257, 17, 31, 176.80, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34398, 1884, 'Mich&Jstore', 3429, 10, 31, 28.55, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34399, 1884, 'Mich&Jstore', 4383, 15, 31, 12.24, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34400, 1884, 'Mich&Jstore', 843, 13, 31, 471.45, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34401, 1884, 'Mich&Jstore', 1470, 19, 31, 35921.60, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34402, 1884, 'Mich&Jstore', 383, 10, 31, 10.63, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34403, 1884, 'Mich&Jstore', 363, 2, 31, 41.29, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34404, 1884, 'Mich&Jstore', 5639, 10, 31, 4.94, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34405, 1884, 'Mich&Jstore', 5281, 14, 31, 165.99, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34406, 1884, 'Mich&Jstore', 2809, 18, 31, 36.81, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34407, 1884, 'Mich&Jstore', 1734, 12, 31, 72.79, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34408, 1884, 'Mich&Jstore', 619, 7, 31, 4.12, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34409, 1884, 'Mich&Jstore', 5648, 10, 31, 7924.56, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34410, 1884, 'Mich&Jstore', 1020, 5, 31, 6.32, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34411, 1884, 'Mich&Jstore', 3947, 16, 31, 313.09, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34412, 1884, 'Mich&Jstore', 3616, 12, 31, 164.30, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34413, 1884, 'Mich&Jstore', 1148, 19, 31, 1611.75, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34414, 1884, 'Mich&Jstore', 6129, 11, 31, 8.77, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34415, 1884, 'Mich&Jstore', 1904, 2, 31, 10.60, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34416, 1884, 'Mich&Jstore', 1348, 19, 31, 8.11, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34417, 1884, 'Mich&Jstore', 5155, 16, 31, 46.34, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34418, 1884, 'Mich&Jstore', 3814, 4, 31, 103.51, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34419, 1884, 'Mich&Jstore', 5482, 12, 31, 42.39, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34420, 1884, 'Mich&Jstore', 701, 19, 31, 40.34, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34421, 1884, 'Mich&Jstore', 3486, 10, 31, 6.88, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34422, 1884, 'Mich&Jstore', 1807, 19, 31, 82.16, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34423, 1884, 'Mich&Jstore', 4828, 12, 31, 39.04, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34424, 1884, 'Mich&Jstore', 3505, 13, 31, 61.95, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34425, 1884, 'Mich&Jstore', 4009, 18, 31, 1050.62, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34426, 1884, 'Mich&Jstore', 1613, 4, 31, 164.69, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34427, 1884, 'Mich&Jstore', 2215, 19, 31, 42.42, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34428, 1884, 'Mich&Jstore', 4194, 18, 31, 55.52, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34429, 1884, 'Mich&Jstore', 1380, 19, 31, 15119.70, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34430, 1884, 'Mich&Jstore', 6124, 11, 31, 41.33, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34431, 1884, 'Mich&Jstore', 5589, 12, 31, 156.45, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34432, 1884, 'Mich&Jstore', 5668, 15, 31, 326.40, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34433, 1884, 'Mich&Jstore', 4046, 13, 31, 10.39, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34434, 1884, 'Mich&Jstore', 5548, 10, 31, 33.26, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34435, 1884, 'Mich&Jstore', 4638, 15, 31, 76.64, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34436, 1884, 'Mich&Jstore', 4501, 16, 31, 306.64, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34437, 1884, 'Mich&Jstore', 3621, 12, 31, 103.00, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34438, 1884, 'Mich&Jstore', 1016, 16, 31, 133.55, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34439, 1884, 'Mich&Jstore', 455, 19, 31, 551.25, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34440, 1884, 'Mich&Jstore', 513, 19, 31, 4729.33, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34441, 1884, 'Mich&Jstore', 2476, 7, 31, 157.62, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34442, 1884, 'Mich&Jstore', 3688, 18, 31, 57.65, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34443, 1884, 'Mich&Jstore', 2674, 18, 31, 782.08, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34444, 1884, 'Mich&Jstore', 5053, 11, 31, 10.39, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34445, 1884, 'Mich&Jstore', 5590, 1, 31, 56.09, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34446, 1884, 'Mich&Jstore', 3495, 11, 31, 15.59, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34447, 1884, 'Mich&Jstore', 3852, 16, 31, 5.24, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34448, 1884, 'Mich&Jstore', 5751, 15, 31, 4.23, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34449, 1884, 'Mich&Jstore', 6104, 11, 31, 1.46, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34450, 1884, 'Mich&Jstore', 1844, 19, 31, 0.32, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34451, 1884, 'Mich&Jstore', 1811, 5, 31, 0.21, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34452, 1884, 'Mich&Jstore', 803, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34453, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-26 06:10:03', '2024-08-26 06:10:03', '2024-08-27 06:10:03'),
(34454, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-26 06:11:03', '2024-08-26 06:11:03', '2024-08-27 06:12:02'),
(34455, 1902, 'Good bargain stores', 271, 2, NULL, 1570.00, 2, 1, 'manual_bid', '2024-08-26 07:26:58', '2024-08-26 07:26:58', '2024-08-27 07:27:02'),
(34456, 1902, 'Good bargain stores', 652, 5, NULL, 6250.00, 2, 1, 'manual_bid', '2024-08-26 07:29:56', '2024-08-26 07:29:56', '2024-08-27 07:30:03'),
(34457, 1902, 'Good bargain stores', 4950, 11, NULL, 900.00, 3, 1, 'manual_bid', '2024-08-26 07:30:41', '2024-08-26 07:30:41', '2024-08-27 07:31:02'),
(34458, 1902, 'Good bargain stores', 3234, 4, NULL, 5950.00, 2, 1, 'manual_bid', '2024-08-26 07:31:27', '2024-08-26 07:31:27', '2024-08-27 07:32:01'),
(34459, 1915, 'BnBGlobal', 3258, 5, NULL, 91.00, 1, 1, 'manual_bid', '2024-08-26 07:40:43', '2024-08-26 07:40:43', '2024-08-27 07:41:02'),
(34460, 1915, 'BnBGlobal', 4596, 5, NULL, 28.00, 1, 1, 'manual_bid', '2024-08-26 07:43:26', '2024-08-26 07:43:26', '2024-08-27 07:44:01'),
(34461, 1798, 'Feelyards', 4208, 5, NULL, 401.00, 1, 1, 'manual_bid', '2024-08-26 12:56:50', '2024-08-26 12:56:50', '2024-08-27 12:57:02'),
(34462, 1798, 'Feelyards', 3820, 4, NULL, 9.00, 1, 1, 'manual_bid', '2024-08-26 12:57:54', '2024-08-26 12:57:54', '2024-08-27 12:58:02'),
(34463, 1876, 'Etiuko', 1878, 5, NULL, 26.00, 5, 1, 'manual_bid', '2024-08-26 16:26:37', '2024-08-26 16:26:37', '2024-08-27 16:27:02'),
(34464, 1925, 'Frankie fast store', 4157, 14, 30, 86.85, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34465, 1925, 'Frankie fast store', 5303, 14, 30, 175.10, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34466, 1925, 'Frankie fast store', 1282, 15, 30, 532.22, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34467, 1925, 'Frankie fast store', 848, 13, 30, 84.00, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34468, 1925, 'Frankie fast store', 2522, 18, 30, 13.13, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34469, 1925, 'Frankie fast store', 4525, 16, 30, 8.31, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34470, 1925, 'Frankie fast store', 4363, 14, 30, 234.60, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34471, 1925, 'Frankie fast store', 5810, 15, 30, 128.62, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34472, 1925, 'Frankie fast store', 5812, 17, 30, 1.55, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34473, 1925, 'Frankie fast store', 4003, 12, 30, 199.49, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34474, 1925, 'Frankie fast store', 2702, 18, 30, 1054.19, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34475, 1925, 'Frankie fast store', 2034, 17, 30, 72.08, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34476, 1925, 'Frankie fast store', 502, 19, 30, 56.65, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34477, 1925, 'Frankie fast store', 3467, 14, 30, 13.25, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34478, 1925, 'Frankie fast store', 3928, 16, 30, 10.20, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34479, 1925, 'Frankie fast store', 3379, 7, 30, 10.39, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34480, 1925, 'Frankie fast store', 3002, 1, 30, 848.00, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34481, 1925, 'Frankie fast store', 2565, 7, 30, 84.55, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34482, 1925, 'Frankie fast store', 6159, 11, 30, 31.41, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34483, 1925, 'Frankie fast store', 1387, 15, 30, 31.29, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34484, 1925, 'Frankie fast store', 3081, 2, 30, 9.36, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34485, 1925, 'Frankie fast store', 5581, 10, 30, 30.90, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34486, 1925, 'Frankie fast store', 3720, 13, 30, 8.23, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34487, 1925, 'Frankie fast store', 5990, 17, 30, 4.95, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34488, 1925, 'Frankie fast store', 1088, 19, 30, 51.14, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34489, 1925, 'Frankie fast store', 1339, 15, 30, 31.50, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34490, 1925, 'Frankie fast store', 525, 16, 30, 369.98, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34491, 1925, 'Frankie fast store', 2704, 14, 30, 16.63, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34492, 1925, 'Frankie fast store', 1563, 19, 30, 24.23, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34493, 1925, 'Frankie fast store', 2190, 12, 30, 7.34, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34494, 1925, 'Frankie fast store', 1795, 17, 30, 20.20, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34495, 1925, 'Frankie fast store', 5917, 13, 30, 31.37, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34496, 1925, 'Frankie fast store', 211, 7, 30, 9.38, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34497, 1925, 'Frankie fast store', 2157, 16, 30, 18.02, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34498, 1925, 'Frankie fast store', 2746, 13, 30, 43.25, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34499, 1925, 'Frankie fast store', 5964, 17, 30, 45.41, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34500, 1925, 'Frankie fast store', 583, 7, 30, 10.40, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34501, 1925, 'Frankie fast store', 2904, 14, 30, 9.22, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34502, 1925, 'Frankie fast store', 148, 18, 30, 10.54, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34503, 1925, 'Frankie fast store', 112, 2, 30, 12.30, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34504, 1925, 'Frankie fast store', 2582, 19, 30, 70.70, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34505, 1925, 'Frankie fast store', 4206, 18, 30, 20.20, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34506, 1925, 'Frankie fast store', 1192, 14, 30, 52.95, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34507, 1925, 'Frankie fast store', 1546, 2, 30, 51.94, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34508, 1925, 'Frankie fast store', 1462, 10, 30, 20.33, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34509, 1925, 'Frankie fast store', 1108, 4, 30, 7.06, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34510, 1925, 'Frankie fast store', 2116, 13, 30, 32.39, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34511, 1925, 'Frankie fast store', 2633, 14, 30, 22.83, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34512, 1925, 'Frankie fast store', 4257, 14, 30, 9.54, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34513, 1925, 'Frankie fast store', 1634, 19, 30, 1434.20, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34514, 1925, 'Frankie fast store', 2319, 10, 30, 254.33, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34515, 1925, 'Frankie fast store', 1831, 19, 30, 104.00, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34516, 1925, 'Frankie fast store', 734, 19, 30, 0.23, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34517, 1925, 'Frankie fast store', 2768, 14, 30, 3003.00, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34518, 1925, 'Frankie fast store', 3788, 19, 30, 20.79, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34519, 1925, 'Frankie fast store', 4472, 15, 30, 292.95, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34520, 1925, 'Frankie fast store', 589, 10, 30, 42.64, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34521, 1925, 'Frankie fast store', 5814, 15, 30, 357.00, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34522, 1925, 'Frankie fast store', 4193, 14, 30, 1802.49, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34523, 1925, 'Frankie fast store', 4515, 16, 30, 55.07, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34524, 1925, 'Frankie fast store', 4849, 12, 30, 99.17, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(34525, 1925, 'Frankie fast store', 5888, 11, 30, 2397.00, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34526, 1925, 'Frankie fast store', 3844, 16, 30, 5.14, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34527, 1925, 'Frankie fast store', 5867, 17, 30, 31.29, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34528, 1925, 'Frankie fast store', 5131, 16, 30, 340.13, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34529, 1925, 'Frankie fast store', 2447, 19, 30, 180.24, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34530, 1925, 'Frankie fast store', 327, 10, 30, 132.88, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34531, 1925, 'Frankie fast store', 1805, 19, 30, 8.55, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34532, 1925, 'Frankie fast store', 3403, 10, 30, 5.14, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34533, 1925, 'Frankie fast store', 2756, 14, 30, 232.29, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34534, 1925, 'Frankie fast store', 6094, 15, 30, 23.82, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34535, 1925, 'Frankie fast store', 1629, 19, 30, 10.56, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34536, 1925, 'Frankie fast store', 5989, 11, 30, 38.98, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34537, 1925, 'Frankie fast store', 1987, 4, 30, 55.96, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34538, 1925, 'Frankie fast store', 2695, 14, 30, 11.21, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34539, 1925, 'Frankie fast store', 357, 10, 30, 46.59, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34540, 1925, 'Frankie fast store', 4314, 15, 30, 4.89, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34541, 1925, 'Frankie fast store', 534, 17, 30, 51.60, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34542, 1925, 'Frankie fast store', 2095, 13, 30, 20.79, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34543, 1925, 'Frankie fast store', 1779, 19, 30, 38.11, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34544, 1925, 'Frankie fast store', 5995, 17, 30, 206.78, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34545, 1925, 'Frankie fast store', 4826, 12, 30, 15.14, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34546, 1925, 'Frankie fast store', 5425, 12, 30, 7.30, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34547, 1925, 'Frankie fast store', 3981, 5, 30, 5.34, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34548, 1925, 'Frankie fast store', 1652, 17, 30, 14.03, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34549, 1925, 'Frankie fast store', 3445, 10, 30, 8.16, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34550, 1925, 'Frankie fast store', 552, 7, 30, 12.72, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34551, 1925, 'Frankie fast store', 5482, 12, 30, 41.19, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34552, 1925, 'Frankie fast store', 846, 13, 30, 292.97, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34553, 1925, 'Frankie fast store', 4585, 15, 30, 83.20, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34554, 1925, 'Frankie fast store', 3348, 7, 30, 10.10, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34555, 1925, 'Frankie fast store', 4710, 14, 30, 18.36, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34556, 1925, 'Frankie fast store', 952, 5, 30, 5.51, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34557, 1925, 'Frankie fast store', 1671, 14, 30, 80.79, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34558, 1925, 'Frankie fast store', 2651, 17, 30, 16.47, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34559, 1925, 'Frankie fast store', 4659, 12, 30, 10.27, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34560, 1925, 'Frankie fast store', 4853, 14, 30, 11.18, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34561, 1925, 'Frankie fast store', 5378, 1, 30, 3.13, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34562, 1925, 'Frankie fast store', 756, 19, 30, 0.45, 1, 1, 'ai_bid', '2024-08-26 23:00:03', '2024-08-26 23:00:03', '2024-08-27 23:00:03'),
(34563, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-26 23:27:59', '2024-08-26 23:27:59', '2024-08-27 23:28:02'),
(34564, 1920, 'Nizzy', 3818, 4, NULL, 80.00, 1, 1, 'manual_bid', '2024-08-26 23:28:30', '2024-08-26 23:28:30', '2024-08-27 23:29:02'),
(34565, 1921, 'Baeniiz', 4889, 12, NULL, 61.00, 1, 1, 'manual_bid', '2024-08-26 23:32:44', '2024-08-26 23:32:44', '2024-08-27 23:33:02'),
(34566, 1850, 'Chanadus', 1248, 19, NULL, 28.00, 37, 1, 'manual_bid', '2024-08-26 23:38:39', '2024-08-26 23:38:39', '2024-08-27 23:39:02'),
(34567, 1850, 'Chanadus', 373, 2, NULL, 13.00, 3, 1, 'manual_bid', '2024-08-26 23:40:24', '2024-08-26 23:40:24', '2024-08-27 23:41:02'),
(34568, 1850, 'Chanadus', 5938, 15, 32, 504.58, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34569, 1850, 'Chanadus', 5894, 13, 32, 12.83, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34570, 1850, 'Chanadus', 2935, 14, 32, 26.73, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34571, 1850, 'Chanadus', 274, 14, 32, 336.32, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34572, 1850, 'Chanadus', 2611, 14, 32, 9.87, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34573, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34574, 1850, 'Chanadus', 931, 5, 32, 51.91, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34575, 1850, 'Chanadus', 3001, 19, 32, 83.43, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34576, 1850, 'Chanadus', 4164, 14, 32, 1356.79, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34577, 1850, 'Chanadus', 5759, 13, 32, 3.84, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34578, 1850, 'Chanadus', 4118, 5, 32, 11.43, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34579, 1850, 'Chanadus', 929, 18, 32, 45.30, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34580, 1850, 'Chanadus', 1575, 19, 32, 2.52, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34581, 1850, 'Chanadus', 5806, 13, 32, 15.59, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34582, 1850, 'Chanadus', 803, 19, 32, 0.21, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34583, 1850, 'Chanadus', 1469, 10, 32, 1.26, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34584, 1850, 'Chanadus', 756, 19, 32, 0.47, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34585, 1850, 'Chanadus', 1894, 19, 32, 0.21, 1, 1, 'ai_bid', '2024-08-27 02:12:02', '2024-08-27 02:12:02', '2024-08-28 02:12:02'),
(34586, 1886, 'Lovenest Luxe', 116, 2, NULL, 100.00, 3, 1, 'manual_bid', '2024-08-27 02:38:22', '2024-08-27 02:38:22', '2024-08-28 02:39:02'),
(34587, 1886, 'Lovenest Luxe', 1084, 4, NULL, 10.00, 5, 1, 'manual_bid', '2024-08-27 02:44:34', '2024-08-27 02:44:34', '2024-08-28 02:45:02'),
(34588, 1886, 'Lovenest Luxe', 3215, 4, NULL, 9.00, 1, 1, 'manual_bid', '2024-08-27 02:46:05', '2024-08-27 02:46:05', '2024-08-28 02:47:03'),
(34589, 1884, 'Mich&Jstore', 1075, 19, 31, 226.24, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34590, 1884, 'Mich&Jstore', 5098, 16, 31, 26.24, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34591, 1884, 'Mich&Jstore', 2587, 7, 31, 51.96, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34592, 1884, 'Mich&Jstore', 1954, 5, 31, 11.43, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34593, 1884, 'Mich&Jstore', 5827, 15, 31, 39.80, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34594, 1884, 'Mich&Jstore', 3822, 15, 31, 18.89, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34595, 1884, 'Mich&Jstore', 4293, 18, 31, 204.15, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34596, 1884, 'Mich&Jstore', 2368, 18, 31, 2958.00, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34597, 1884, 'Mich&Jstore', 159, 16, 31, 37.56, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34598, 1884, 'Mich&Jstore', 5337, 14, 31, 41.20, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34599, 1884, 'Mich&Jstore', 1641, 17, 31, 13.38, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34600, 1884, 'Mich&Jstore', 1592, 18, 31, 727.20, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34601, 1884, 'Mich&Jstore', 295, 5, 31, 926.99, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34602, 1884, 'Mich&Jstore', 3964, 16, 31, 47.83, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34603, 1884, 'Mich&Jstore', 2293, 19, 31, 806.40, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34604, 1884, 'Mich&Jstore', 2956, 14, 31, 540.60, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34605, 1884, 'Mich&Jstore', 227, 5, 31, 10.80, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34606, 1884, 'Mich&Jstore', 3203, 4, 31, 41.19, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34607, 1884, 'Mich&Jstore', 4906, 12, 31, 3.08, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34608, 1884, 'Mich&Jstore', 1840, 19, 31, 15225.00, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34609, 1884, 'Mich&Jstore', 5920, 13, 31, 33.91, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34610, 1884, 'Mich&Jstore', 1495, 19, 31, 19.95, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34611, 1884, 'Mich&Jstore', 362, 18, 31, 237.26, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34612, 1884, 'Mich&Jstore', 4239, 18, 31, 42.86, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34613, 1884, 'Mich&Jstore', 516, 19, 31, 8031.07, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34614, 1884, 'Mich&Jstore', 1334, 19, 31, 5.76, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34615, 1884, 'Mich&Jstore', 4924, 13, 31, 158.53, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34616, 1884, 'Mich&Jstore', 715, 19, 31, 40.24, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34617, 1884, 'Mich&Jstore', 1317, 19, 31, 15.20, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34618, 1884, 'Mich&Jstore', 2263, 19, 31, 785.40, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34619, 1884, 'Mich&Jstore', 1746, 2, 31, 180.79, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34620, 1884, 'Mich&Jstore', 2522, 18, 31, 13.38, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34621, 1884, 'Mich&Jstore', 2877, 13, 31, 211.99, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34622, 1884, 'Mich&Jstore', 4629, 16, 31, 8056.00, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34623, 1884, 'Mich&Jstore', 4178, 5, 31, 22.97, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34624, 1884, 'Mich&Jstore', 6047, 15, 31, 14.27, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34625, 1884, 'Mich&Jstore', 3617, 17, 31, 384.33, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34626, 1884, 'Mich&Jstore', 2631, 14, 31, 41.20, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34627, 1884, 'Mich&Jstore', 4587, 16, 31, 26.53, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34628, 1884, 'Mich&Jstore', 324, 18, 31, 12.65, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34629, 1884, 'Mich&Jstore', 807, 18, 31, 34.67, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34630, 1884, 'Mich&Jstore', 3965, 16, 31, 42.22, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34631, 1884, 'Mich&Jstore', 4363, 14, 31, 239.20, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34632, 1884, 'Mich&Jstore', 3095, 2, 31, 366.76, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34633, 1884, 'Mich&Jstore', 5612, 10, 31, 1021.00, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34634, 1884, 'Mich&Jstore', 550, 19, 31, 13390.00, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34635, 1884, 'Mich&Jstore', 4192, 14, 31, 21.20, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34636, 1884, 'Mich&Jstore', 3532, 12, 31, 8.33, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34637, 1884, 'Mich&Jstore', 3912, 2, 31, 25.19, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34638, 1884, 'Mich&Jstore', 176, 2, 31, 224.39, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34639, 1884, 'Mich&Jstore', 1969, 19, 31, 15.89, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34640, 1884, 'Mich&Jstore', 5355, 13, 31, 3929.89, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34641, 1884, 'Mich&Jstore', 570, 18, 31, 972.63, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34642, 1884, 'Mich&Jstore', 5393, 17, 31, 53.33, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34643, 1884, 'Mich&Jstore', 4592, 15, 31, 169.60, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34644, 1884, 'Mich&Jstore', 1568, 15, 31, 119.21, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34645, 1884, 'Mich&Jstore', 4935, 14, 31, 7.23, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34646, 1884, 'Mich&Jstore', 2557, 7, 31, 4.34, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34647, 1884, 'Mich&Jstore', 2417, 19, 31, 94.86, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34648, 1884, 'Mich&Jstore', 4324, 16, 31, 25.25, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34649, 1884, 'Mich&Jstore', 4979, 12, 31, 4.62, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34650, 1884, 'Mich&Jstore', 630, 19, 31, 7694.18, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34651, 1884, 'Mich&Jstore', 5347, 16, 31, 6.17, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34652, 1884, 'Mich&Jstore', 994, 18, 31, 36.28, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34653, 1884, 'Mich&Jstore', 3886, 15, 31, 595.29, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34654, 1884, 'Mich&Jstore', 995, 16, 31, 109.67, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34655, 1884, 'Mich&Jstore', 1330, 15, 31, 73.97, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34656, 1884, 'Mich&Jstore', 4131, 5, 31, 94.50, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34657, 1884, 'Mich&Jstore', 3070, 2, 31, 315.00, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34658, 1884, 'Mich&Jstore', 3641, 12, 31, 458.34, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34659, 1884, 'Mich&Jstore', 2695, 14, 31, 11.54, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34660, 1884, 'Mich&Jstore', 3578, 12, 31, 16.05, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34661, 1884, 'Mich&Jstore', 5485, 17, 31, 356.26, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34662, 1884, 'Mich&Jstore', 5806, 13, 31, 15.14, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34663, 1884, 'Mich&Jstore', 824, 18, 31, 24.42, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34664, 1884, 'Mich&Jstore', 2754, 14, 31, 225.68, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34665, 1884, 'Mich&Jstore', 167, 2, 31, 26.60, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34666, 1884, 'Mich&Jstore', 835, 19, 31, 23.06, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34667, 1884, 'Mich&Jstore', 5751, 15, 31, 4.44, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34668, 1884, 'Mich&Jstore', 3445, 10, 31, 8.24, 1, 1, 'ai_bid', '2024-08-27 07:23:02', '2024-08-27 07:23:02', '2024-08-28 07:53:03'),
(34669, 1884, 'Mich&Jstore', 3280, 5, 31, 151.50, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34670, 1884, 'Mich&Jstore', 2132, 19, 31, 102.98, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34671, 1884, 'Mich&Jstore', 5444, 12, 31, 3.66, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34672, 1884, 'Mich&Jstore', 6049, 11, 31, 10.20, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34673, 1884, 'Mich&Jstore', 2313, 2, 31, 30.60, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34674, 1884, 'Mich&Jstore', 4375, 16, 31, 84.00, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34675, 1884, 'Mich&Jstore', 619, 7, 31, 4.04, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34676, 1884, 'Mich&Jstore', 6121, 11, 31, 13.38, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34677, 1884, 'Mich&Jstore', 4147, 14, 31, 105.99, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34678, 1884, 'Mich&Jstore', 5435, 12, 31, 8.21, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34679, 1884, 'Mich&Jstore', 1355, 19, 31, 17.17, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34680, 1884, 'Mich&Jstore', 1940, 18, 31, 80.56, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34681, 1884, 'Mich&Jstore', 4473, 15, 31, 222.20, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34682, 1884, 'Mich&Jstore', 4091, 14, 31, 26.93, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34683, 1884, 'Mich&Jstore', 3154, 4, 31, 34.30, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34684, 1884, 'Mich&Jstore', 2722, 13, 31, 19.79, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34685, 1884, 'Mich&Jstore', 4126, 5, 31, 84.64, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34686, 1884, 'Mich&Jstore', 1589, 4, 31, 2.53, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34687, 1884, 'Mich&Jstore', 1799, 2, 31, 10.50, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34688, 1884, 'Mich&Jstore', 6025, 11, 31, 104.93, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34689, 1884, 'Mich&Jstore', 5191, 16, 31, 42.22, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34690, 1884, 'Mich&Jstore', 913, 18, 31, 13.96, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34691, 1884, 'Mich&Jstore', 385, 10, 31, 171.84, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34692, 1884, 'Mich&Jstore', 1965, 18, 31, 12.99, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34693, 1884, 'Mich&Jstore', 825, 18, 31, 189.51, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34694, 1884, 'Mich&Jstore', 2949, 17, 31, 21.98, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34695, 1884, 'Mich&Jstore', 841, 13, 31, 30.23, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34696, 1884, 'Mich&Jstore', 5632, 16, 31, 52.52, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34697, 1884, 'Mich&Jstore', 2556, 14, 31, 25.99, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34698, 1884, 'Mich&Jstore', 6028, 15, 31, 2.21, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34699, 1884, 'Mich&Jstore', 963, 5, 31, 2.12, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34700, 1884, 'Mich&Jstore', 949, 5, 31, 0.32, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34701, 1884, 'Mich&Jstore', 734, 19, 31, 0.23, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34702, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-27 07:23:03', '2024-08-27 07:23:03', '2024-08-28 07:53:03'),
(34703, 1876, 'Etiuko', 877, 5, NULL, 86.00, 1, 1, 'manual_bid', '2024-08-27 07:51:13', '2024-08-27 07:51:13', '2024-08-28 07:53:03'),
(34704, 1876, 'Etiuko', 2106, 5, NULL, 61.00, 1, 1, 'manual_bid', '2024-08-27 07:53:00', '2024-08-27 07:53:00', '2024-08-28 07:53:03'),
(34705, 1876, 'Etiuko', 3581, 12, NULL, 13.00, 2, 1, 'manual_bid', '2024-08-27 07:54:51', '2024-08-27 07:54:51', '2024-08-28 07:55:02'),
(34706, 1915, 'BnBGlobal', 1712, 5, NULL, 61.00, 1, 1, 'manual_bid', '2024-08-27 11:08:15', '2024-08-27 11:08:15', '2024-08-28 11:09:01'),
(34707, 1915, 'BnBGlobal', 297, 5, NULL, 43.00, 1, 1, 'manual_bid', '2024-08-27 11:12:09', '2024-08-27 11:12:09', '2024-08-28 11:13:02'),
(34708, 1915, 'BnBGlobal', 957, 5, NULL, 9.00, 1, 1, 'manual_bid', '2024-08-27 11:14:59', '2024-08-27 11:14:59', '2024-08-28 11:15:03'),
(34709, 1915, 'BnBGlobal', 4568, 5, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-27 11:17:16', '2024-08-27 11:17:16', '2024-08-28 11:18:02'),
(34710, 1798, 'Feelyards', 3392, 7, NULL, 351.00, 1, 1, 'manual_bid', '2024-08-27 14:12:15', '2024-08-27 14:12:15', '2024-08-28 14:13:02'),
(34711, 1798, 'Feelyards', 2620, 14, NULL, 33.00, 2, 1, 'manual_bid', '2024-08-27 14:15:37', '2024-08-27 14:15:37', '2024-08-28 14:16:02'),
(34712, 1876, 'Etiuko', 3603, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-08-27 18:02:26', '2024-08-27 18:02:26', '2024-08-28 18:03:02'),
(34713, 1876, 'Etiuko', 3279, 5, NULL, 5.00, 2, 1, 'manual_bid', '2024-08-27 18:04:47', '2024-08-27 18:04:47', '2024-08-28 18:05:02'),
(34714, 1925, 'Frankie fast store', 3295, 5, 30, 371.94, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34715, 1925, 'Frankie fast store', 2660, 18, 30, 28.98, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34716, 1925, 'Frankie fast store', 631, 14, 30, 11.44, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34717, 1925, 'Frankie fast store', 3747, 14, 30, 8.31, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34718, 1925, 'Frankie fast store', 2378, 19, 30, 46.41, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34719, 1925, 'Frankie fast store', 4919, 13, 30, 37.10, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34720, 1925, 'Frankie fast store', 6064, 15, 30, 6.81, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34721, 1925, 'Frankie fast store', 2128, 19, 30, 33.06, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34722, 1925, 'Frankie fast store', 5841, 17, 30, 11.62, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34723, 1925, 'Frankie fast store', 1885, 19, 30, 540.60, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34724, 1925, 'Frankie fast store', 4503, 16, 30, 261.09, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34725, 1925, 'Frankie fast store', 1931, 1, 30, 1595.17, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34726, 1925, 'Frankie fast store', 1618, 18, 30, 55.86, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34727, 1925, 'Frankie fast store', 794, 17, 30, 21.35, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34728, 1925, 'Frankie fast store', 5143, 16, 30, 12.89, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34729, 1925, 'Frankie fast store', 5765, 13, 30, 9.35, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34730, 1925, 'Frankie fast store', 385, 10, 30, 175.14, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34731, 1925, 'Frankie fast store', 4486, 15, 30, 25.20, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34732, 1925, 'Frankie fast store', 1803, 2, 30, 20.40, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34733, 1925, 'Frankie fast store', 2953, 13, 30, 1575.00, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34734, 1925, 'Frankie fast store', 2124, 19, 30, 618.00, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34735, 1925, 'Frankie fast store', 1325, 14, 30, 30.09, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34736, 1925, 'Frankie fast store', 377, 2, 30, 47.04, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34737, 1925, 'Frankie fast store', 4986, 14, 30, 11.20, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34738, 1925, 'Frankie fast store', 3387, 10, 30, 21.38, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34739, 1925, 'Frankie fast store', 3821, 15, 30, 22.71, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34740, 1925, 'Frankie fast store', 3681, 14, 30, 425.05, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34741, 1925, 'Frankie fast store', 5572, 10, 30, 91.56, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34742, 1925, 'Frankie fast store', 4316, 18, 30, 34.31, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34743, 1925, 'Frankie fast store', 169, 16, 30, 1747.94, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34744, 1925, 'Frankie fast store', 2233, 12, 30, 30.92, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34745, 1925, 'Frankie fast store', 906, 18, 30, 21.79, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34746, 1925, 'Frankie fast store', 3984, 18, 30, 102.00, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34747, 1925, 'Frankie fast store', 877, 5, 30, 89.25, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34748, 1925, 'Frankie fast store', 6077, 15, 30, 27.53, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34749, 1925, 'Frankie fast store', 3336, 7, 30, 13.41, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34750, 1925, 'Frankie fast store', 284, 14, 30, 132.60, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34751, 1925, 'Frankie fast store', 1281, 18, 30, 61.80, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34752, 1925, 'Frankie fast store', 4549, 16, 30, 10.19, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34753, 1925, 'Frankie fast store', 1003, 14, 30, 15.23, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34754, 1925, 'Frankie fast store', 5866, 15, 30, 148.19, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34755, 1925, 'Frankie fast store', 6023, 15, 30, 11.59, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34756, 1925, 'Frankie fast store', 5348, 14, 30, 204.91, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34757, 1925, 'Frankie fast store', 3310, 15, 30, 7.17, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34758, 1925, 'Frankie fast store', 6113, 11, 30, 193.77, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34759, 1925, 'Frankie fast store', 984, 17, 30, 720.87, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34760, 1925, 'Frankie fast store', 4141, 18, 30, 8.23, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34761, 1925, 'Frankie fast store', 5404, 14, 30, 927.00, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34762, 1925, 'Frankie fast store', 3194, 4, 30, 5.05, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34763, 1925, 'Frankie fast store', 4692, 14, 30, 988.00, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34764, 1925, 'Frankie fast store', 5082, 16, 30, 23.65, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34765, 1925, 'Frankie fast store', 3063, 18, 30, 211.12, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34766, 1925, 'Frankie fast store', 551, 18, 30, 28.56, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34767, 1925, 'Frankie fast store', 5084, 14, 30, 20.19, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34768, 1925, 'Frankie fast store', 628, 19, 30, 202.00, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34769, 1925, 'Frankie fast store', 2759, 14, 30, 180.92, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34770, 1925, 'Frankie fast store', 5031, 11, 30, 724.49, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34771, 1925, 'Frankie fast store', 5392, 17, 30, 33.48, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34772, 1925, 'Frankie fast store', 2006, 2, 30, 80.80, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34773, 1925, 'Frankie fast store', 6166, 11, 30, 61.79, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34774, 1925, 'Frankie fast store', 3014, 14, 30, 208.06, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34775, 1925, 'Frankie fast store', 1590, 18, 30, 740.94, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34776, 1925, 'Frankie fast store', 4390, 14, 30, 71.70, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34777, 1925, 'Frankie fast store', 3266, 7, 30, 252.01, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34778, 1925, 'Frankie fast store', 1639, 4, 30, 15.83, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34779, 1925, 'Frankie fast store', 2685, 14, 30, 21.61, 1, 1, 'ai_bid', '2024-08-28 00:12:02', '2024-08-28 00:12:02', '2024-08-29 00:12:02'),
(34780, 1925, 'Frankie fast store', 5723, 15, 30, 763.20, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34781, 1925, 'Frankie fast store', 269, 2, 30, 174.90, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34782, 1925, 'Frankie fast store', 176, 2, 30, 222.19, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34783, 1925, 'Frankie fast store', 3816, 15, 30, 37.79, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34784, 1925, 'Frankie fast store', 5832, 11, 30, 49.98, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34785, 1925, 'Frankie fast store', 5479, 17, 30, 530.25, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34786, 1925, 'Frankie fast store', 1315, 2, 30, 41.20, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34787, 1925, 'Frankie fast store', 330, 12, 30, 64.81, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34788, 1925, 'Frankie fast store', 5005, 11, 30, 35.69, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34789, 1925, 'Frankie fast store', 4211, 14, 30, 35.34, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34790, 1925, 'Frankie fast store', 916, 13, 30, 20.79, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34791, 1925, 'Frankie fast store', 1893, 19, 30, 508.98, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34792, 1925, 'Frankie fast store', 3131, 18, 30, 21.00, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34793, 1925, 'Frankie fast store', 803, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34794, 1925, 'Frankie fast store', 1842, 19, 30, 1.02, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34795, 1925, 'Frankie fast store', 3018, 14, 30, 2.55, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34796, 1925, 'Frankie fast store', 6104, 11, 30, 1.44, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34797, 1925, 'Frankie fast store', 1894, 19, 30, 0.20, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34798, 1925, 'Frankie fast store', 1850, 5, 30, 0.58, 1, 1, 'ai_bid', '2024-08-28 00:12:03', '2024-08-28 00:12:03', '2024-08-29 00:13:02'),
(34799, 1920, 'Nizzy', 4849, 12, NULL, 96.00, 4, 1, 'manual_bid', '2024-08-28 00:32:15', '2024-08-28 00:32:15', '2024-08-29 00:33:02'),
(34800, 1921, 'Baeniiz', 4889, 12, NULL, 61.00, 1, 1, 'manual_bid', '2024-08-28 00:34:56', '2024-08-28 00:34:56', '2024-08-29 00:35:03'),
(34801, 1850, 'Chanadus', 1224, 19, NULL, 15.00, 72, 1, 'manual_bid', '2024-08-28 00:53:02', '2024-08-28 00:53:02', '2024-08-29 00:53:02'),
(34802, 1850, 'Chanadus', 1724, 5, NULL, 2.85, 2, 1, 'manual_bid', '2024-08-28 00:56:06', '2024-08-28 00:56:06', '2024-08-29 00:57:02'),
(34803, 1850, 'Chanadus', 4158, 5, 32, 622.96, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34804, 1850, 'Chanadus', 3181, 4, 32, 64.65, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34805, 1850, 'Chanadus', 3020, 14, 32, 23.45, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34806, 1850, 'Chanadus', 4725, 14, 32, 380.54, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34807, 1850, 'Chanadus', 3806, 15, 32, 15.44, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34808, 1850, 'Chanadus', 476, 17, 32, 159.63, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34809, 1850, 'Chanadus', 4885, 12, 32, 510.57, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34810, 1850, 'Chanadus', 70, 2, 32, 43.68, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34811, 1850, 'Chanadus', 3095, 2, 32, 359.84, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34812, 1850, 'Chanadus', 724, 1, 32, 39.10, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34813, 1850, 'Chanadus', 967, 5, 32, 3.03, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34814, 1850, 'Chanadus', 4751, 12, 32, 31.61, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34815, 1850, 'Chanadus', 3258, 5, 32, 92.80, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34816, 1850, 'Chanadus', 4202, 5, 32, 5.03, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34817, 1850, 'Chanadus', 3331, 7, 32, 22.25, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34818, 1850, 'Chanadus', 5522, 10, 32, 105.00, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34819, 1850, 'Chanadus', 5041, 13, 32, 20.20, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34820, 1850, 'Chanadus', 1850, 5, 32, 0.58, 1, 1, 'ai_bid', '2024-08-28 03:23:02', '2024-08-28 03:23:02', '2024-08-29 03:24:01'),
(34821, 1886, 'Lovenest Luxe', 13, 2, NULL, 11.00, 33, 1, 'manual_bid', '2024-08-28 08:03:21', '2024-08-28 08:03:21', '2024-08-29 08:04:02'),
(34822, 1884, 'Mich&Jstore', 100, 2, 31, 2132.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34823, 1884, 'Mich&Jstore', 2720, 18, 31, 308.04, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34824, 1884, 'Mich&Jstore', 4331, 15, 31, 19.38, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34825, 1884, 'Mich&Jstore', 1753, 19, 31, 195.70, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34826, 1884, 'Mich&Jstore', 2726, 14, 31, 30.44, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34827, 1884, 'Mich&Jstore', 214, 7, 31, 7.47, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34828, 1884, 'Mich&Jstore', 4900, 13, 31, 140.35, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34829, 1884, 'Mich&Jstore', 698, 19, 31, 6.55, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34830, 1884, 'Mich&Jstore', 3100, 2, 31, 1528.98, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34831, 1884, 'Mich&Jstore', 2224, 19, 31, 29.92, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34832, 1884, 'Mich&Jstore', 3002, 1, 31, 840.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34833, 1884, 'Mich&Jstore', 4682, 12, 31, 15.65, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34834, 1884, 'Mich&Jstore', 2432, 19, 31, 5150.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34835, 1884, 'Mich&Jstore', 2426, 19, 31, 508.98, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34836, 1884, 'Mich&Jstore', 3754, 14, 31, 41.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34837, 1884, 'Mich&Jstore', 550, 19, 31, 13520.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34838, 1884, 'Mich&Jstore', 5489, 7, 31, 2.10, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34839, 1884, 'Mich&Jstore', 1767, 19, 31, 4.04, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34840, 1884, 'Mich&Jstore', 5309, 14, 31, 157.03, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34841, 1884, 'Mich&Jstore', 1837, 5, 31, 1.05, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34842, 1884, 'Mich&Jstore', 5356, 14, 31, 46.80, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34843, 1884, 'Mich&Jstore', 4858, 17, 31, 129.31, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34844, 1884, 'Mich&Jstore', 3269, 7, 31, 141.73, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34845, 1884, 'Mich&Jstore', 5211, 16, 31, 70.70, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34846, 1884, 'Mich&Jstore', 4065, 18, 31, 25.81, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34847, 1884, 'Mich&Jstore', 5712, 15, 31, 213.06, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34848, 1884, 'Mich&Jstore', 6126, 11, 31, 22.82, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34849, 1884, 'Mich&Jstore', 1384, 15, 31, 43.05, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34850, 1884, 'Mich&Jstore', 261, 2, 31, 21.62, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34851, 1884, 'Mich&Jstore', 4525, 16, 31, 8.31, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34852, 1884, 'Mich&Jstore', 935, 5, 31, 3.12, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34853, 1884, 'Mich&Jstore', 4526, 16, 31, 86.89, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34854, 1884, 'Mich&Jstore', 1093, 19, 31, 151.48, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34855, 1884, 'Mich&Jstore', 4590, 5, 31, 52.97, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34856, 1884, 'Mich&Jstore', 3460, 11, 31, 3.68, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34857, 1884, 'Mich&Jstore', 3547, 13, 31, 52.99, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34858, 1884, 'Mich&Jstore', 5703, 15, 31, 213.05, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34859, 1884, 'Mich&Jstore', 2699, 14, 31, 40.79, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34860, 1884, 'Mich&Jstore', 3376, 7, 31, 8.14, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34861, 1884, 'Mich&Jstore', 6102, 15, 31, 31.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34862, 1884, 'Mich&Jstore', 3134, 2, 31, 340.26, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34863, 1884, 'Mich&Jstore', 1317, 19, 31, 15.65, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34864, 1884, 'Mich&Jstore', 2410, 19, 31, 1979.60, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34865, 1884, 'Mich&Jstore', 188, 7, 31, 58.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34866, 1884, 'Mich&Jstore', 314, 18, 31, 10.61, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34867, 1884, 'Mich&Jstore', 896, 18, 31, 11.43, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34868, 1884, 'Mich&Jstore', 599, 19, 31, 1260.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34869, 1884, 'Mich&Jstore', 3464, 14, 31, 289.07, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34870, 1884, 'Mich&Jstore', 5565, 12, 31, 145.65, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34871, 1884, 'Mich&Jstore', 83, 2, 31, 112.20, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34872, 1884, 'Mich&Jstore', 6057, 15, 31, 20.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34873, 1884, 'Mich&Jstore', 4740, 14, 31, 60.63, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34874, 1884, 'Mich&Jstore', 5078, 16, 31, 61.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34875, 1884, 'Mich&Jstore', 2829, 14, 31, 11.12, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34876, 1884, 'Mich&Jstore', 1602, 19, 31, 4.94, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34877, 1884, 'Mich&Jstore', 3054, 2, 31, 678.86, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34878, 1884, 'Mich&Jstore', 3674, 14, 31, 9.44, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34879, 1884, 'Mich&Jstore', 3250, 7, 31, 33.62, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34880, 1884, 'Mich&Jstore', 2776, 14, 31, 4202.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34881, 1884, 'Mich&Jstore', 5262, 14, 31, 158.42, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34882, 1884, 'Mich&Jstore', 619, 7, 31, 4.04, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34883, 1884, 'Mich&Jstore', 2821, 18, 31, 20.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34884, 1884, 'Mich&Jstore', 5239, 16, 31, 30.88, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34885, 1884, 'Mich&Jstore', 4888, 1, 31, 105.03, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34886, 1884, 'Mich&Jstore', 4995, 13, 31, 303.28, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34887, 1884, 'Mich&Jstore', 2786, 19, 31, 31871.84, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34888, 1884, 'Mich&Jstore', 5737, 16, 31, 33.52, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34889, 1884, 'Mich&Jstore', 3114, 2, 31, 11.66, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:02'),
(34890, 1884, 'Mich&Jstore', 6018, 17, 31, 20.99, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(34891, 1884, 'Mich&Jstore', 2629, 10, 31, 24.14, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34892, 1884, 'Mich&Jstore', 3871, 16, 31, 53.55, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34893, 1884, 'Mich&Jstore', 3577, 12, 31, 28.14, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34894, 1884, 'Mich&Jstore', 4107, 14, 31, 9.96, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34895, 1884, 'Mich&Jstore', 6106, 11, 31, 10.71, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34896, 1884, 'Mich&Jstore', 4728, 12, 31, 53.01, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34897, 1884, 'Mich&Jstore', 1181, 18, 31, 27.30, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34898, 1884, 'Mich&Jstore', 5153, 16, 31, 10.39, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34899, 1884, 'Mich&Jstore', 5873, 13, 31, 8.31, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34900, 1884, 'Mich&Jstore', 3757, 14, 31, 10.09, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34901, 1884, 'Mich&Jstore', 1705, 19, 31, 866.99, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34902, 1884, 'Mich&Jstore', 4527, 16, 31, 68.63, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34903, 1884, 'Mich&Jstore', 1737, 10, 31, 84.79, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34904, 1884, 'Mich&Jstore', 2085, 12, 31, 29.76, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34905, 1884, 'Mich&Jstore', 1251, 10, 31, 19.82, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34906, 1884, 'Mich&Jstore', 906, 18, 31, 22.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34907, 1884, 'Mich&Jstore', 2016, 15, 31, 280.50, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34908, 1884, 'Mich&Jstore', 6072, 15, 31, 55.54, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34909, 1884, 'Mich&Jstore', 6019, 11, 31, 6.28, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34910, 1884, 'Mich&Jstore', 4146, 18, 31, 9.53, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34911, 1884, 'Mich&Jstore', 803, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34912, 1884, 'Mich&Jstore', 4793, 12, 31, 31.92, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34913, 1884, 'Mich&Jstore', 2715, 16, 31, 35.68, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34914, 1884, 'Mich&Jstore', 4921, 11, 31, 28.56, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34915, 1884, 'Mich&Jstore', 278, 18, 31, 322.31, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34916, 1884, 'Mich&Jstore', 1462, 10, 31, 20.73, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34917, 1884, 'Mich&Jstore', 1632, 19, 31, 1764.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34918, 1884, 'Mich&Jstore', 2395, 2, 31, 14.45, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34919, 1884, 'Mich&Jstore', 4977, 14, 31, 5.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34920, 1884, 'Mich&Jstore', 3768, 15, 31, 3.92, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34921, 1884, 'Mich&Jstore', 2654, 14, 31, 21.57, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34922, 1884, 'Mich&Jstore', 5027, 14, 31, 9.26, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34923, 1884, 'Mich&Jstore', 378, 10, 31, 377.31, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34924, 1884, 'Mich&Jstore', 5435, 12, 31, 8.21, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34925, 1884, 'Mich&Jstore', 2623, 14, 31, 9.30, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34926, 1884, 'Mich&Jstore', 244, 17, 31, 123.59, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34927, 1884, 'Mich&Jstore', 150, 18, 31, 636.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34928, 1884, 'Mich&Jstore', 4813, 12, 31, 28.34, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34929, 1884, 'Mich&Jstore', 5922, 13, 31, 82.39, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34930, 1884, 'Mich&Jstore', 1345, 15, 31, 19.76, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34931, 1884, 'Mich&Jstore', 4228, 14, 31, 5.19, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34932, 1884, 'Mich&Jstore', 5838, 17, 31, 202.38, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34933, 1884, 'Mich&Jstore', 5767, 15, 31, 202.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34934, 1884, 'Mich&Jstore', 4279, 5, 31, 165.36, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34935, 1884, 'Mich&Jstore', 2865, 14, 31, 56.09, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34936, 1884, 'Mich&Jstore', 980, 5, 31, 9.45, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34937, 1884, 'Mich&Jstore', 835, 19, 31, 21.97, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34938, 1884, 'Mich&Jstore', 1175, 18, 31, 58.30, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34939, 1884, 'Mich&Jstore', 5878, 11, 31, 367.20, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34940, 1884, 'Mich&Jstore', 5089, 14, 31, 41.99, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34941, 1884, 'Mich&Jstore', 6006, 17, 31, 18.57, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34942, 1884, 'Mich&Jstore', 395, 2, 31, 15.75, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34943, 1884, 'Mich&Jstore', 3445, 10, 31, 8.48, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34944, 1884, 'Mich&Jstore', 2703, 14, 31, 24.93, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34945, 1884, 'Mich&Jstore', 1213, 10, 31, 2.54, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34946, 1884, 'Mich&Jstore', 4768, 12, 31, 3.00, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34947, 1884, 'Mich&Jstore', 4704, 12, 31, 1.28, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34948, 1884, 'Mich&Jstore', 1811, 5, 31, 0.21, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34949, 1884, 'Mich&Jstore', 1844, 19, 31, 0.31, 1, 1, 'ai_bid', '2024-08-28 09:05:03', '2024-08-28 09:05:03', '2024-08-29 09:06:03'),
(34950, 1876, 'Etiuko', 1880, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-08-28 13:55:05', '2024-08-28 13:55:05', '2024-08-29 13:56:02'),
(34951, 1876, 'Etiuko', 3574, 12, NULL, 18.00, 3, 1, 'manual_bid', '2024-08-28 13:58:37', '2024-08-28 13:58:37', '2024-08-29 13:59:02'),
(34952, 1798, 'Feelyards', 5927, 17, NULL, 301.00, 1, 1, 'manual_bid', '2024-08-28 15:22:08', '2024-08-28 15:22:08', '2024-08-29 15:23:02'),
(34953, 1798, 'Feelyards', 5619, 16, NULL, 100.00, 1, 1, 'manual_bid', '2024-08-28 15:24:54', '2024-08-28 15:24:54', '2024-08-29 15:25:03'),
(34954, 1798, 'Feelyards', 5912, 13, NULL, 20.00, 1, 1, 'manual_bid', '2024-08-28 15:29:39', '2024-08-28 15:29:39', '2024-08-29 15:30:02'),
(34955, 1798, 'Feelyards', 5924, 13, NULL, 7.00, 1, 1, 'manual_bid', '2024-08-28 15:31:40', '2024-08-28 15:31:40', '2024-08-29 15:32:02'),
(34956, 1915, 'BnBGlobal', 2332, 5, NULL, 97.00, 1, 1, 'manual_bid', '2024-08-28 16:10:16', '2024-08-28 16:10:16', '2024-08-29 16:11:02'),
(34957, 1915, 'BnBGlobal', 4560, 5, NULL, 24.00, 1, 1, 'manual_bid', '2024-08-28 16:17:14', '2024-08-28 16:17:14', '2024-08-29 16:18:02'),
(34958, 1876, 'Etiuko', 330, 12, NULL, 66.00, 2, 1, 'manual_bid', '2024-08-28 20:50:45', '2024-08-28 20:50:45', '2024-08-29 20:51:02'),
(34959, 1925, 'Frankie fast store', 3072, 2, 30, 15.53, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34960, 1925, 'Frankie fast store', 1733, 10, 30, 9.98, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34961, 1925, 'Frankie fast store', 5562, 10, 30, 451.26, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34962, 1925, 'Frankie fast store', 3442, 14, 30, 386.58, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34963, 1925, 'Frankie fast store', 5736, 16, 30, 107.05, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34964, 1925, 'Frankie fast store', 1527, 14, 30, 2.10, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34965, 1925, 'Frankie fast store', 3648, 18, 30, 477.23, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34966, 1925, 'Frankie fast store', 5066, 14, 30, 20.59, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34967, 1925, 'Frankie fast store', 3173, 4, 30, 210.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34968, 1925, 'Frankie fast store', 1436, 10, 30, 16.47, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34969, 1925, 'Frankie fast store', 4547, 16, 30, 996.86, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34970, 1925, 'Frankie fast store', 2283, 19, 30, 96.82, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34971, 1925, 'Frankie fast store', 3287, 5, 30, 9.36, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34972, 1925, 'Frankie fast store', 4952, 12, 30, 4013.42, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34973, 1925, 'Frankie fast store', 417, 17, 30, 46.34, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34974, 1925, 'Frankie fast store', 4029, 17, 30, 30.59, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34975, 1925, 'Frankie fast store', 2812, 18, 30, 195.21, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34976, 1925, 'Frankie fast store', 899, 19, 30, 422.94, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34977, 1925, 'Frankie fast store', 4697, 14, 30, 2730.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34978, 1925, 'Frankie fast store', 6063, 11, 30, 12.72, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34979, 1925, 'Frankie fast store', 4585, 15, 30, 80.80, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34980, 1925, 'Frankie fast store', 3757, 14, 30, 10.09, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34981, 1925, 'Frankie fast store', 3064, 2, 30, 4.64, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34982, 1925, 'Frankie fast store', 5958, 17, 30, 9.33, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34983, 1925, 'Frankie fast store', 5367, 13, 30, 241.49, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34984, 1925, 'Frankie fast store', 1287, 15, 30, 40.49, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34985, 1925, 'Frankie fast store', 3642, 13, 30, 17.33, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34986, 1925, 'Frankie fast store', 1795, 17, 30, 20.60, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34987, 1925, 'Frankie fast store', 4633, 15, 30, 416.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34988, 1925, 'Frankie fast store', 4320, 18, 30, 20.79, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34989, 1925, 'Frankie fast store', 5683, 10, 30, 27.70, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34990, 1925, 'Frankie fast store', 4663, 12, 30, 8.62, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34991, 1925, 'Frankie fast store', 432, 18, 30, 210.52, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34992, 1925, 'Frankie fast store', 3201, 5, 30, 238.49, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34993, 1925, 'Frankie fast store', 4456, 15, 30, 663.39, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34994, 1925, 'Frankie fast store', 1992, 4, 30, 120.75, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:01'),
(34995, 1925, 'Frankie fast store', 2680, 14, 30, 26.66, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(34996, 1925, 'Frankie fast store', 5893, 11, 30, 299.97, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(34997, 1925, 'Frankie fast store', 2176, 19, 30, 416.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(34998, 1925, 'Frankie fast store', 5382, 14, 30, 303.63, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(34999, 1925, 'Frankie fast store', 1259, 18, 30, 322.11, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35000, 1925, 'Frankie fast store', 4104, 5, 30, 2.10, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35001, 1925, 'Frankie fast store', 5285, 14, 30, 306.87, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35002, 1925, 'Frankie fast store', 2953, 13, 30, 1515.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35003, 1925, 'Frankie fast store', 4908, 13, 30, 140.85, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35004, 1925, 'Frankie fast store', 2789, 10, 30, 40.37, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35005, 1925, 'Frankie fast store', 5943, 17, 30, 16.18, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35006, 1925, 'Frankie fast store', 5032, 16, 30, 123.59, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35007, 1925, 'Frankie fast store', 3370, 7, 30, 105.03, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35008, 1925, 'Frankie fast store', 5810, 15, 30, 132.36, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35009, 1925, 'Frankie fast store', 5748, 13, 30, 10.59, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35010, 1925, 'Frankie fast store', 5439, 12, 30, 31.89, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35011, 1925, 'Frankie fast store', 5662, 15, 30, 404.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35012, 1925, 'Frankie fast store', 1835, 10, 30, 105.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35013, 1925, 'Frankie fast store', 818, 10, 30, 7.47, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35014, 1925, 'Frankie fast store', 4400, 18, 30, 20.67, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35015, 1925, 'Frankie fast store', 364, 10, 30, 63.59, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35016, 1925, 'Frankie fast store', 5195, 16, 30, 41.31, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35017, 1925, 'Frankie fast store', 619, 7, 30, 4.08, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35018, 1925, 'Frankie fast store', 3824, 15, 30, 105.00, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35019, 1925, 'Frankie fast store', 38, 2, 30, 14.84, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35020, 1925, 'Frankie fast store', 1991, 18, 30, 36.71, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35021, 1925, 'Frankie fast store', 5425, 12, 30, 7.52, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35022, 1925, 'Frankie fast store', 1251, 10, 30, 20.20, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35023, 1925, 'Frankie fast store', 2687, 14, 30, 260.58, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35024, 1925, 'Frankie fast store', 778, 14, 30, 35.74, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35025, 1925, 'Frankie fast store', 2490, 17, 30, 17.97, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35026, 1925, 'Frankie fast store', 3082, 2, 30, 12.46, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35027, 1925, 'Frankie fast store', 3833, 4, 30, 5.15, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35028, 1925, 'Frankie fast store', 5377, 16, 30, 6.35, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35029, 1925, 'Frankie fast store', 1262, 19, 30, 1.56, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35030, 1925, 'Frankie fast store', 1894, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35031, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-08-29 01:25:03', '2024-08-29 01:25:03', '2024-08-30 01:26:02'),
(35032, 1920, 'Nizzy', 3593, 12, NULL, 5.00, 1, 1, 'manual_bid', '2024-08-29 01:36:07', '2024-08-29 01:36:07', '2024-08-30 01:37:02'),
(35033, 1920, 'Nizzy', 5588, 12, NULL, 382.00, 1, 1, 'manual_bid', '2024-08-29 01:36:45', '2024-08-29 01:36:45', '2024-08-30 01:37:02'),
(35034, 1921, 'Baeniiz', 3987, 12, NULL, 31.00, 2, 1, 'manual_bid', '2024-08-29 01:38:02', '2024-08-29 01:38:02', '2024-08-30 01:38:02'),
(35035, 1850, 'Chanadus', 2743, 19, NULL, 40.00, 27, 1, 'manual_bid', '2024-08-29 02:05:20', '2024-08-29 02:05:20', '2024-08-30 02:06:02'),
(35036, 1850, 'Chanadus', 623, 7, NULL, 8.31, 2, 1, 'manual_bid', '2024-08-29 02:06:36', '2024-08-29 02:06:36', '2024-08-30 02:07:02'),
(35037, 1850, 'Chanadus', 1364, 15, 32, 93.28, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35038, 1850, 'Chanadus', 5041, 13, 32, 20.40, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35039, 1850, 'Chanadus', 920, 5, 32, 46.41, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35040, 1850, 'Chanadus', 3673, 14, 32, 106.04, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35041, 1850, 'Chanadus', 3082, 2, 32, 12.46, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35042, 1850, 'Chanadus', 884, 7, 32, 10.39, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35043, 1850, 'Chanadus', 5114, 13, 32, 122.20, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35044, 1850, 'Chanadus', 2941, 12, 32, 1028.56, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35045, 1850, 'Chanadus', 3386, 7, 32, 19.19, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35046, 1850, 'Chanadus', 4406, 15, 32, 25.19, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35047, 1850, 'Chanadus', 839, 19, 32, 19.16, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35048, 1850, 'Chanadus', 4708, 14, 32, 16.60, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35049, 1850, 'Chanadus', 3383, 7, 32, 101.06, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35050, 1850, 'Chanadus', 200, 7, 32, 7.96, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35051, 1850, 'Chanadus', 4866, 14, 32, 8.15, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35052, 1850, 'Chanadus', 5760, 15, 32, 153.00, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35053, 1850, 'Chanadus', 5170, 16, 32, 5.15, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35054, 1850, 'Chanadus', 1534, 15, 32, 34.65, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35055, 1850, 'Chanadus', 3768, 15, 32, 4.04, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35056, 1850, 'Chanadus', 2460, 2, 32, 9.06, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35057, 1850, 'Chanadus', 1748, 19, 32, 40.56, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35058, 1850, 'Chanadus', 5471, 12, 32, 4.11, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35059, 1850, 'Chanadus', 1600, 4, 32, 182.98, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35060, 1850, 'Chanadus', 769, 2, 32, 108.07, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35061, 1850, 'Chanadus', 3723, 19, 32, 246.75, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35062, 1850, 'Chanadus', 2274, 12, 32, 30.29, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35063, 1850, 'Chanadus', 5204, 14, 32, 28.84, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35064, 1850, 'Chanadus', 3883, 16, 32, 10.49, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35065, 1850, 'Chanadus', 4098, 14, 32, 7.41, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35066, 1850, 'Chanadus', 3690, 14, 32, 7.91, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35067, 1850, 'Chanadus', 645, 17, 32, 4.24, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35068, 1850, 'Chanadus', 3733, 13, 32, 5.63, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35069, 1850, 'Chanadus', 1408, 14, 32, 15.95, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35070, 1850, 'Chanadus', 1738, 5, 32, 1.54, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35071, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-29 04:34:03', '2024-08-29 04:34:03', '2024-08-30 04:35:03'),
(35072, 1884, 'Mich&Jstore', 3767, 7, 31, 460.95, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35073, 1884, 'Mich&Jstore', 2957, 18, 31, 1111.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35074, 1884, 'Mich&Jstore', 978, 16, 31, 13.52, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35075, 1884, 'Mich&Jstore', 2059, 4, 31, 1511.97, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35076, 1884, 'Mich&Jstore', 4656, 15, 31, 232.30, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35077, 1884, 'Mich&Jstore', 5737, 16, 31, 33.85, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35078, 1884, 'Mich&Jstore', 4924, 13, 31, 154.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35079, 1884, 'Mich&Jstore', 5695, 10, 31, 58.75, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35080, 1884, 'Mich&Jstore', 5432, 12, 31, 4.94, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35081, 1884, 'Mich&Jstore', 1203, 19, 31, 13.26, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35082, 1884, 'Mich&Jstore', 1651, 17, 31, 33.96, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35083, 1884, 'Mich&Jstore', 2009, 4, 31, 33.16, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35084, 1884, 'Mich&Jstore', 423, 17, 31, 15.17, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35085, 1884, 'Mich&Jstore', 5899, 17, 31, 2.01, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35086, 1884, 'Mich&Jstore', 5006, 14, 31, 9.26, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35087, 1884, 'Mich&Jstore', 81, 2, 31, 4.12, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35088, 1884, 'Mich&Jstore', 3495, 11, 31, 15.89, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35089, 1884, 'Mich&Jstore', 1258, 18, 31, 303.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35090, 1884, 'Mich&Jstore', 501, 19, 31, 3693.87, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35091, 1884, 'Mich&Jstore', 216, 7, 31, 16.60, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35092, 1884, 'Mich&Jstore', 838, 13, 31, 16.50, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35093, 1884, 'Mich&Jstore', 476, 17, 31, 158.12, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35094, 1884, 'Mich&Jstore', 2117, 19, 31, 16.65, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35095, 1884, 'Mich&Jstore', 5850, 15, 31, 99.99, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35096, 1884, 'Mich&Jstore', 4210, 5, 31, 21.83, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35097, 1884, 'Mich&Jstore', 813, 14, 31, 11.33, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35098, 1884, 'Mich&Jstore', 4261, 18, 31, 26520.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35099, 1884, 'Mich&Jstore', 4767, 12, 31, 46.32, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35100, 1884, 'Mich&Jstore', 3822, 15, 31, 18.71, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35101, 1884, 'Mich&Jstore', 4977, 14, 31, 5.14, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35102, 1884, 'Mich&Jstore', 1578, 18, 31, 1513.99, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35103, 1884, 'Mich&Jstore', 2085, 12, 31, 29.76, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35104, 1884, 'Mich&Jstore', 5467, 17, 31, 51.11, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35105, 1884, 'Mich&Jstore', 1937, 19, 31, 68.25, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35106, 1884, 'Mich&Jstore', 5429, 17, 31, 36.46, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35107, 1884, 'Mich&Jstore', 2343, 6, 31, 51.44, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35108, 1884, 'Mich&Jstore', 4220, 5, 31, 4.38, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35109, 1884, 'Mich&Jstore', 5765, 13, 31, 9.43, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35110, 1884, 'Mich&Jstore', 2570, 7, 31, 6.54, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35111, 1884, 'Mich&Jstore', 3024, 10, 31, 206.96, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35112, 1884, 'Mich&Jstore', 3319, 5, 31, 86.69, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35113, 1884, 'Mich&Jstore', 2039, 17, 31, 31.20, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35114, 1884, 'Mich&Jstore', 686, 10, 31, 4.08, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35115, 1884, 'Mich&Jstore', 3905, 16, 31, 41.81, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35116, 1884, 'Mich&Jstore', 567, 18, 31, 2141.37, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35117, 1884, 'Mich&Jstore', 860, 13, 31, 353.49, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35118, 1884, 'Mich&Jstore', 1184, 18, 31, 49.98, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35119, 1884, 'Mich&Jstore', 1269, 19, 31, 116.60, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35120, 1884, 'Mich&Jstore', 2389, 19, 31, 27.66, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35121, 1884, 'Mich&Jstore', 3112, 2, 31, 7.58, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35122, 1884, 'Mich&Jstore', 1837, 5, 31, 1.05, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35123, 1884, 'Mich&Jstore', 4361, 14, 31, 11.54, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35124, 1884, 'Mich&Jstore', 3735, 13, 31, 11.66, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35125, 1884, 'Mich&Jstore', 5233, 13, 31, 13.13, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35126, 1884, 'Mich&Jstore', 96, 2, 31, 21.63, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35127, 1884, 'Mich&Jstore', 970, 5, 31, 408.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35128, 1884, 'Mich&Jstore', 1745, 2, 31, 103.88, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35129, 1884, 'Mich&Jstore', 2146, 19, 31, 44.55, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35130, 1884, 'Mich&Jstore', 3226, 5, 31, 46.63, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35131, 1884, 'Mich&Jstore', 3029, 14, 31, 241.39, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35132, 1884, 'Mich&Jstore', 715, 19, 31, 39.08, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35133, 1884, 'Mich&Jstore', 353, 18, 31, 2322.65, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35134, 1884, 'Mich&Jstore', 4827, 17, 31, 17.51, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35135, 1884, 'Mich&Jstore', 4608, 15, 31, 92.70, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35136, 1884, 'Mich&Jstore', 4371, 15, 31, 73.12, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35137, 1884, 'Mich&Jstore', 2579, 19, 31, 31.37, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35138, 1884, 'Mich&Jstore', 229, 17, 31, 241.04, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35139, 1884, 'Mich&Jstore', 4835, 12, 31, 26.27, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35140, 1884, 'Mich&Jstore', 2789, 10, 31, 40.77, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35141, 1884, 'Mich&Jstore', 284, 14, 31, 131.30, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35142, 1884, 'Mich&Jstore', 829, 18, 31, 22.48, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35143, 1884, 'Mich&Jstore', 3581, 12, 31, 13.64, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35144, 1884, 'Mich&Jstore', 4341, 15, 31, 5.04, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35145, 1884, 'Mich&Jstore', 1221, 14, 31, 122.97, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35146, 1884, 'Mich&Jstore', 5111, 16, 31, 14.53, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35147, 1884, 'Mich&Jstore', 2526, 14, 31, 756.49, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35148, 1884, 'Mich&Jstore', 4316, 18, 31, 34.97, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35149, 1884, 'Mich&Jstore', 6003, 14, 31, 7831.51, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35150, 1884, 'Mich&Jstore', 5677, 15, 31, 424.72, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35151, 1884, 'Mich&Jstore', 526, 17, 31, 21.19, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35152, 1884, 'Mich&Jstore', 5335, 16, 31, 19.61, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35153, 1884, 'Mich&Jstore', 870, 19, 31, 837.90, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35154, 1884, 'Mich&Jstore', 1453, 5, 31, 5096.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35155, 1884, 'Mich&Jstore', 3641, 12, 31, 467.24, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35156, 1884, 'Mich&Jstore', 3340, 15, 31, 144.20, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35157, 1884, 'Mich&Jstore', 1377, 15, 31, 12.59, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35158, 1884, 'Mich&Jstore', 2153, 2, 31, 287.70, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35159, 1884, 'Mich&Jstore', 1138, 19, 31, 56.65, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35160, 1884, 'Mich&Jstore', 2757, 14, 31, 215.25, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35161, 1884, 'Mich&Jstore', 2927, 19, 31, 23.66, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35162, 1884, 'Mich&Jstore', 3164, 4, 31, 29.86, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35163, 1884, 'Mich&Jstore', 3381, 7, 31, 52.50, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35164, 1884, 'Mich&Jstore', 1657, 18, 31, 2094.75, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35165, 1884, 'Mich&Jstore', 511, 18, 31, 720.72, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35166, 1884, 'Mich&Jstore', 2152, 19, 31, 71.40, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35167, 1884, 'Mich&Jstore', 1761, 19, 31, 21.81, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35168, 1884, 'Mich&Jstore', 5975, 17, 31, 15.29, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35169, 1884, 'Mich&Jstore', 3013, 19, 31, 429.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35170, 1884, 'Mich&Jstore', 5213, 16, 31, 73.83, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35171, 1884, 'Mich&Jstore', 5170, 16, 31, 5.05, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35172, 1884, 'Mich&Jstore', 2600, 14, 31, 1038.96, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35173, 1884, 'Mich&Jstore', 5526, 10, 31, 5.05, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35174, 1884, 'Mich&Jstore', 1644, 12, 31, 38.30, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35175, 1884, 'Mich&Jstore', 3732, 13, 31, 318.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35176, 1884, 'Mich&Jstore', 1638, 17, 31, 14.63, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35177, 1884, 'Mich&Jstore', 1260, 10, 31, 387.41, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35178, 1884, 'Mich&Jstore', 546, 17, 31, 8.40, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35179, 1884, 'Mich&Jstore', 5550, 10, 31, 9.26, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35180, 1884, 'Mich&Jstore', 2265, 5, 31, 192.40, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35181, 1884, 'Mich&Jstore', 5153, 16, 31, 10.49, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35182, 1884, 'Mich&Jstore', 280, 18, 31, 289.79, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35183, 1884, 'Mich&Jstore', 5495, 17, 31, 1521.10, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35184, 1884, 'Mich&Jstore', 6000, 14, 31, 1112.99, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35185, 1884, 'Mich&Jstore', 5030, 16, 31, 168.09, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35186, 1884, 'Mich&Jstore', 5787, 17, 31, 3.45, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35187, 1884, 'Mich&Jstore', 1528, 19, 31, 4179.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35188, 1884, 'Mich&Jstore', 6138, 11, 31, 13.63, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35189, 1884, 'Mich&Jstore', 3939, 16, 31, 104.00, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35190, 1884, 'Mich&Jstore', 3174, 4, 31, 9.05, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35191, 1884, 'Mich&Jstore', 5755, 13, 31, 41.35, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35192, 1884, 'Mich&Jstore', 1769, 1, 31, 77.12, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35193, 1884, 'Mich&Jstore', 4834, 17, 31, 100.99, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35194, 1884, 'Mich&Jstore', 5276, 14, 31, 95.30, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35195, 1884, 'Mich&Jstore', 5951, 17, 31, 5.48, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35196, 1884, 'Mich&Jstore', 4755, 14, 31, 434.59, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35197, 1884, 'Mich&Jstore', 3525, 13, 31, 304.98, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35198, 1884, 'Mich&Jstore', 1864, 19, 31, 696.90, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35199, 1884, 'Mich&Jstore', 4053, 18, 31, 27.87, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35200, 1884, 'Mich&Jstore', 214, 7, 31, 7.77, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35201, 1884, 'Mich&Jstore', 2052, 4, 31, 157.78, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35202, 1884, 'Mich&Jstore', 1178, 14, 31, 55.11, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35203, 1884, 'Mich&Jstore', 1489, 19, 31, 80.58, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35204, 1884, 'Mich&Jstore', 5242, 14, 31, 38.73, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35205, 1884, 'Mich&Jstore', 1051, 19, 31, 60.60, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35206, 1884, 'Mich&Jstore', 4005, 18, 31, 520.86, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35207, 1884, 'Mich&Jstore', 733, 19, 31, 99.48, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35208, 1884, 'Mich&Jstore', 4488, 16, 31, 209.03, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35209, 1884, 'Mich&Jstore', 4899, 11, 31, 20.79, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35210, 1884, 'Mich&Jstore', 3090, 10, 31, 5.20, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35211, 1884, 'Mich&Jstore', 3225, 5, 31, 1.18, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35212, 1884, 'Mich&Jstore', 1662, 19, 31, 0.94, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35213, 1884, 'Mich&Jstore', 949, 5, 31, 0.31, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35214, 1884, 'Mich&Jstore', 1827, 19, 31, 0.13, 1, 1, 'ai_bid', '2024-08-29 10:17:02', '2024-08-29 10:17:02', '2024-08-30 10:17:02'),
(35215, 1886, 'Lovenest Luxe', 49, 2, NULL, 301.00, 1, 1, 'manual_bid', '2024-08-29 10:18:01', '2024-08-29 10:18:01', '2024-08-30 10:18:01'),
(35216, 1884, 'Mich&Jstore', 1827, 19, 31, 0.13, 1, 1, 'ai_bid', '2024-08-29 10:18:02', '2024-08-29 10:18:02', '2024-08-30 10:19:01'),
(35217, 1886, 'Lovenest Luxe', 1306, 2, NULL, 11.00, 6, 1, 'manual_bid', '2024-08-29 10:19:22', '2024-08-29 10:19:22', '2024-08-30 10:20:02'),
(35218, 1876, 'Etiuko', 4861, 12, NULL, 141.00, 1, 1, 'manual_bid', '2024-08-29 15:33:30', '2024-08-29 15:33:30', '2024-08-30 15:34:02'),
(35219, 1876, 'Etiuko', 4803, 12, NULL, 18.00, 2, 1, 'manual_bid', '2024-08-29 15:37:11', '2024-08-29 15:37:11', '2024-08-30 15:38:02'),
(35220, 1798, 'Feelyards', 5033, 14, NULL, 6.00, 1, 1, 'manual_bid', '2024-08-29 17:06:51', '2024-08-29 17:06:51', '2024-08-30 17:07:01'),
(35221, 1798, 'Feelyards', 2563, 14, NULL, 430.00, 1, 1, 'manual_bid', '2024-08-29 17:11:05', '2024-08-29 17:11:05', '2024-08-30 17:12:01'),
(35222, 1915, 'BnBGlobal', 3233, 5, NULL, 101.00, 1, 1, 'manual_bid', '2024-08-29 18:59:47', '2024-08-29 18:59:47', '2024-08-30 19:00:03'),
(35223, 1915, 'BnBGlobal', 1421, 5, NULL, 20.00, 1, 1, 'manual_bid', '2024-08-29 19:04:28', '2024-08-29 19:04:28', '2024-08-30 19:05:03'),
(35224, 1876, 'Etiuko', 1880, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-08-29 22:07:28', '2024-08-29 22:07:28', '2024-08-30 22:08:02'),
(35225, 1876, 'Etiuko', 5477, 12, NULL, 12.00, 1, 1, 'manual_bid', '2024-08-29 22:09:32', '2024-08-29 22:09:32', '2024-08-30 22:10:03'),
(35226, 1925, 'Frankie fast store', 525, 16, 30, 362.79, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35227, 1925, 'Frankie fast store', 5156, 16, 30, 6238.96, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35228, 1925, 'Frankie fast store', 2386, 2, 30, 8.24, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35229, 1925, 'Frankie fast store', 3963, 16, 30, 116.59, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35230, 1925, 'Frankie fast store', 4078, 5, 30, 44.44, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35231, 1925, 'Frankie fast store', 4799, 12, 30, 53.54, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35232, 1925, 'Frankie fast store', 201, 10, 30, 197.87, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35233, 1925, 'Frankie fast store', 2730, 16, 30, 19.75, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35234, 1925, 'Frankie fast store', 2956, 14, 30, 540.60, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35235, 1925, 'Frankie fast store', 2147, 7, 30, 42.39, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35236, 1925, 'Frankie fast store', 4833, 17, 30, 17.77, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35237, 1925, 'Frankie fast store', 1959, 5, 30, 20.20, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35238, 1925, 'Frankie fast store', 4179, 5, 30, 25.89, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35239, 1925, 'Frankie fast store', 4337, 18, 30, 145.41, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35240, 1925, 'Frankie fast store', 139, 7, 30, 530.00, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35241, 1925, 'Frankie fast store', 5907, 17, 30, 16.83, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35242, 1925, 'Frankie fast store', 5149, 16, 30, 33.98, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35243, 1925, 'Frankie fast store', 1377, 15, 30, 12.11, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35244, 1925, 'Frankie fast store', 3815, 13, 30, 4283.99, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35245, 1925, 'Frankie fast store', 3599, 12, 30, 10.65, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35246, 1925, 'Frankie fast store', 4035, 18, 30, 1.93, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35247, 1925, 'Frankie fast store', 4598, 14, 30, 182.37, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35248, 1925, 'Frankie fast store', 3661, 14, 30, 309.00, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35249, 1925, 'Frankie fast store', 6137, 11, 30, 20.80, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35250, 1925, 'Frankie fast store', 3793, 13, 30, 806.99, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35251, 1925, 'Frankie fast store', 2139, 17, 30, 51.51, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35252, 1925, 'Frankie fast store', 4327, 18, 30, 520.10, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35253, 1925, 'Frankie fast store', 1434, 5, 30, 84.00, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35254, 1925, 'Frankie fast store', 78, 2, 30, 71.40, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35255, 1925, 'Frankie fast store', 4304, 18, 30, 9.06, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35256, 1925, 'Frankie fast store', 3886, 15, 30, 578.44, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35257, 1925, 'Frankie fast store', 3135, 2, 30, 298.82, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(35258, 1925, 'Frankie fast store', 5135, 16, 30, 137.79, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35259, 1925, 'Frankie fast store', 287, 14, 30, 15.44, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35260, 1925, 'Frankie fast store', 1147, 19, 30, 105.00, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35261, 1925, 'Frankie fast store', 5372, 13, 30, 169.59, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35262, 1925, 'Frankie fast store', 4881, 12, 30, 20.43, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35263, 1925, 'Frankie fast store', 2346, 1, 30, 159.86, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35264, 1925, 'Frankie fast store', 51, 2, 30, 82.68, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35265, 1925, 'Frankie fast store', 1422, 10, 30, 19.60, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35266, 1925, 'Frankie fast store', 4504, 16, 30, 611.99, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35267, 1925, 'Frankie fast store', 2280, 19, 30, 210.00, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35268, 1925, 'Frankie fast store', 626, 14, 30, 3.09, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35269, 1925, 'Frankie fast store', 1291, 2, 30, 10.96, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35270, 1925, 'Frankie fast store', 5760, 15, 30, 151.50, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35271, 1925, 'Frankie fast store', 1427, 19, 30, 21.58, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35272, 1925, 'Frankie fast store', 3121, 4, 30, 81.80, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35273, 1925, 'Frankie fast store', 3337, 15, 30, 196.95, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35274, 1925, 'Frankie fast store', 2115, 19, 30, 22.88, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35275, 1925, 'Frankie fast store', 3443, 11, 30, 10.26, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35276, 1925, 'Frankie fast store', 1946, 10, 30, 4.60, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35277, 1925, 'Frankie fast store', 1811, 5, 30, 0.20, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35278, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-30 02:38:02', '2024-08-30 02:38:02', '2024-08-31 02:38:02'),
(35279, 1920, 'Nizzy', 3786, 4, NULL, 91.00, 1, 1, 'manual_bid', '2024-08-30 02:44:43', '2024-08-30 02:44:43', '2024-08-31 02:45:03'),
(35280, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-08-30 02:45:14', '2024-08-30 02:45:14', '2024-08-31 02:46:01'),
(35281, 1921, 'Baeniiz', 3987, 12, NULL, 31.00, 2, 1, 'manual_bid', '2024-08-30 02:56:39', '2024-08-30 02:56:39', '2024-08-31 02:57:02'),
(35282, 1850, 'Chanadus', 2174, 19, NULL, 50.00, 22, 1, 'manual_bid', '2024-08-30 03:17:51', '2024-08-30 03:17:51', '2024-08-31 03:18:01'),
(35283, 1850, 'Chanadus', 4219, 5, NULL, 1.26, 6, 1, 'manual_bid', '2024-08-30 03:21:57', '2024-08-30 03:21:57', '2024-08-31 03:22:02'),
(35284, 1850, 'Chanadus', 3817, 11, 32, 1034.80, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35285, 1850, 'Chanadus', 614, 19, 32, 109.08, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35286, 1850, 'Chanadus', 1748, 19, 32, 40.56, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35287, 1850, 'Chanadus', 1881, 19, 32, 10.61, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35288, 1850, 'Chanadus', 5606, 15, 32, 613.60, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35289, 1850, 'Chanadus', 1246, 18, 32, 60.60, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35290, 1850, 'Chanadus', 5603, 15, 32, 21.58, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35291, 1850, 'Chanadus', 6154, 11, 32, 31.49, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35292, 1850, 'Chanadus', 3515, 11, 32, 20.79, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35293, 1850, 'Chanadus', 168, 2, 32, 155.00, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35294, 1850, 'Chanadus', 651, 17, 32, 13.39, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35295, 1850, 'Chanadus', 914, 5, 32, 10.59, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35296, 1850, 'Chanadus', 5659, 10, 32, 123.41, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35297, 1850, 'Chanadus', 3747, 14, 32, 8.07, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35298, 1850, 'Chanadus', 3890, 15, 32, 295.80, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35299, 1850, 'Chanadus', 5771, 15, 32, 21.64, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35300, 1850, 'Chanadus', 862, 13, 32, 4.20, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35301, 1850, 'Chanadus', 734, 19, 32, 0.23, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35302, 1850, 'Chanadus', 1811, 5, 32, 0.21, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35303, 1850, 'Chanadus', 1894, 19, 32, 0.20, 1, 1, 'ai_bid', '2024-08-30 05:46:03', '2024-08-30 05:46:03', '2024-08-31 05:47:02'),
(35304, 1886, 'Lovenest Luxe', 49, 2, NULL, 301.00, 1, 1, 'manual_bid', '2024-08-30 11:24:45', '2024-08-30 11:24:45', '2024-08-31 11:25:02'),
(35305, 1886, 'Lovenest Luxe', 2385, 2, NULL, 10.00, 7, 1, 'manual_bid', '2024-08-30 11:26:05', '2024-08-30 11:26:05', '2024-08-31 11:27:02'),
(35306, 1884, 'Mich&Jstore', 2504, 17, 31, 30.50, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35307, 1884, 'Mich&Jstore', 5861, 13, 31, 26.24, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35308, 1884, 'Mich&Jstore', 3097, 2, 31, 756.49, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35309, 1884, 'Mich&Jstore', 3528, 13, 31, 154.49, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35310, 1884, 'Mich&Jstore', 3657, 13, 31, 7.34, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35311, 1884, 'Mich&Jstore', 2240, 16, 31, 25.74, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35312, 1884, 'Mich&Jstore', 2177, 19, 31, 441.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35313, 1884, 'Mich&Jstore', 2571, 7, 31, 16.23, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35314, 1884, 'Mich&Jstore', 950, 5, 31, 21.20, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35315, 1884, 'Mich&Jstore', 4779, 12, 31, 41.99, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35316, 1884, 'Mich&Jstore', 5173, 16, 31, 285.59, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35317, 1884, 'Mich&Jstore', 5044, 14, 31, 11.32, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35318, 1884, 'Mich&Jstore', 3453, 10, 31, 16.45, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35319, 1884, 'Mich&Jstore', 4916, 12, 31, 16.09, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35320, 1884, 'Mich&Jstore', 3037, 18, 31, 258.74, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35321, 1884, 'Mich&Jstore', 3094, 18, 31, 37.43, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35322, 1884, 'Mich&Jstore', 5608, 15, 31, 125.15, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35323, 1884, 'Mich&Jstore', 3576, 12, 31, 293.71, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35324, 1884, 'Mich&Jstore', 1809, 12, 31, 29.29, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35325, 1884, 'Mich&Jstore', 3465, 14, 31, 522.09, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35326, 1884, 'Mich&Jstore', 5972, 17, 31, 15.44, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35327, 1884, 'Mich&Jstore', 5502, 17, 31, 377.81, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35328, 1884, 'Mich&Jstore', 4410, 15, 31, 15.16, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35329, 1884, 'Mich&Jstore', 1868, 16, 31, 42.38, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35330, 1884, 'Mich&Jstore', 4110, 5, 31, 315.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35331, 1884, 'Mich&Jstore', 2641, 18, 31, 19.36, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35332, 1884, 'Mich&Jstore', 3226, 5, 31, 45.31, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35333, 1884, 'Mich&Jstore', 4028, 17, 31, 20.12, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35334, 1884, 'Mich&Jstore', 763, 17, 31, 30.97, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35335, 1884, 'Mich&Jstore', 5933, 11, 31, 53.64, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35336, 1884, 'Mich&Jstore', 1686, 18, 31, 611.62, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35337, 1884, 'Mich&Jstore', 4542, 14, 31, 40.80, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35338, 1884, 'Mich&Jstore', 2966, 15, 31, 505.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35339, 1884, 'Mich&Jstore', 3376, 7, 31, 8.14, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35340, 1884, 'Mich&Jstore', 1062, 4, 31, 7.73, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35341, 1884, 'Mich&Jstore', 1272, 19, 31, 26.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35342, 1884, 'Mich&Jstore', 2290, 19, 31, 36.04, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35343, 1884, 'Mich&Jstore', 1681, 19, 31, 16.93, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35344, 1884, 'Mich&Jstore', 2263, 19, 31, 816.20, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35345, 1884, 'Mich&Jstore', 2039, 17, 31, 30.60, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35346, 1884, 'Mich&Jstore', 4498, 16, 31, 105.03, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35347, 1884, 'Mich&Jstore', 4663, 12, 31, 8.87, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35348, 1884, 'Mich&Jstore', 5386, 14, 31, 148.40, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35349, 1884, 'Mich&Jstore', 956, 17, 31, 14280.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35350, 1884, 'Mich&Jstore', 1923, 13, 31, 17.08, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35351, 1884, 'Mich&Jstore', 3847, 16, 31, 5.19, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35352, 1884, 'Mich&Jstore', 6088, 11, 31, 73.50, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35353, 1884, 'Mich&Jstore', 2768, 14, 31, 3031.60, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35354, 1884, 'Mich&Jstore', 1757, 19, 31, 78.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35355, 1884, 'Mich&Jstore', 3024, 10, 31, 208.95, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35356, 1884, 'Mich&Jstore', 4526, 16, 31, 86.07, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35357, 1884, 'Mich&Jstore', 4613, 14, 31, 390.07, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35358, 1884, 'Mich&Jstore', 1656, 17, 31, 30.55, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35359, 1884, 'Mich&Jstore', 2631, 14, 31, 41.20, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35360, 1884, 'Mich&Jstore', 5655, 10, 31, 2525.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35361, 1884, 'Mich&Jstore', 1044, 19, 31, 72.79, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35362, 1884, 'Mich&Jstore', 5776, 13, 31, 26.49, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35363, 1884, 'Mich&Jstore', 736, 18, 31, 169.74, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35364, 1884, 'Mich&Jstore', 2828, 19, 31, 2750.70, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35365, 1884, 'Mich&Jstore', 1391, 15, 31, 40.56, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35366, 1884, 'Mich&Jstore', 63, 2, 31, 7.42, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35367, 1884, 'Mich&Jstore', 4857, 14, 31, 8.07, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35368, 1884, 'Mich&Jstore', 3950, 16, 31, 2118.94, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35369, 1884, 'Mich&Jstore', 1717, 10, 31, 13.65, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35370, 1884, 'Mich&Jstore', 2914, 14, 31, 34.45, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35371, 1884, 'Mich&Jstore', 5777, 15, 31, 1236.00, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35372, 1884, 'Mich&Jstore', 5991, 17, 31, 16.14, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35373, 1884, 'Mich&Jstore', 4713, 12, 31, 3.41, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35374, 1884, 'Mich&Jstore', 371, 10, 31, 8.76, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35375, 1884, 'Mich&Jstore', 3838, 16, 31, 9.08, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35376, 1884, 'Mich&Jstore', 568, 17, 31, 15.15, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35377, 1884, 'Mich&Jstore', 3812, 4, 31, 30.40, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35378, 1884, 'Mich&Jstore', 3930, 16, 31, 11.10, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35379, 1884, 'Mich&Jstore', 5571, 10, 31, 63.35, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35380, 1884, 'Mich&Jstore', 2135, 17, 31, 58.19, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35381, 1884, 'Mich&Jstore', 1417, 10, 31, 98.06, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35382, 1884, 'Mich&Jstore', 3050, 2, 31, 11.12, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35383, 1884, 'Mich&Jstore', 3826, 4, 31, 409.94, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35384, 1884, 'Mich&Jstore', 4125, 14, 31, 240.37, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35385, 1884, 'Mich&Jstore', 637, 5, 31, 301.99, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35386, 1884, 'Mich&Jstore', 2514, 19, 31, 161.60, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35387, 1884, 'Mich&Jstore', 1634, 19, 31, 1448.40, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35388, 1884, 'Mich&Jstore', 4546, 14, 31, 422.30, 1, 1, 'ai_bid', '2024-08-30 11:30:03', '2024-08-30 11:30:03', '2024-08-31 11:31:02'),
(35389, 1884, 'Mich&Jstore', 3531, 11, 31, 72.41, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35390, 1884, 'Mich&Jstore', 2540, 14, 31, 93.59, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35391, 1884, 'Mich&Jstore', 3731, 10, 31, 138.39, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35392, 1884, 'Mich&Jstore', 1783, 18, 31, 88.74, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35393, 1884, 'Mich&Jstore', 3344, 7, 31, 30.89, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35394, 1884, 'Mich&Jstore', 3658, 10, 31, 14.35, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35395, 1884, 'Mich&Jstore', 1952, 19, 31, 1.31, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35396, 1884, 'Mich&Jstore', 5932, 17, 31, 21.18, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35397, 1884, 'Mich&Jstore', 5421, 12, 31, 7.52, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35398, 1884, 'Mich&Jstore', 5611, 15, 31, 68.41, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35399, 1884, 'Mich&Jstore', 4497, 15, 31, 15.44, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35400, 1884, 'Mich&Jstore', 3340, 15, 31, 141.40, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35401, 1884, 'Mich&Jstore', 1673, 19, 31, 4.11, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35402, 1884, 'Mich&Jstore', 2840, 14, 31, 15.44, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35403, 1884, 'Mich&Jstore', 4079, 18, 31, 37.36, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35404, 1884, 'Mich&Jstore', 5663, 15, 31, 106.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35405, 1884, 'Mich&Jstore', 5499, 10, 31, 53.03, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35406, 1884, 'Mich&Jstore', 3618, 12, 31, 36.41, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35407, 1884, 'Mich&Jstore', 2880, 14, 31, 8.71, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35408, 1884, 'Mich&Jstore', 5999, 11, 31, 254.40, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35409, 1884, 'Mich&Jstore', 1940, 18, 31, 79.04, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35410, 1884, 'Mich&Jstore', 3723, 19, 31, 242.05, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35411, 1884, 'Mich&Jstore', 4289, 14, 31, 14.83, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35412, 1884, 'Mich&Jstore', 2910, 19, 31, 35.02, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35413, 1884, 'Mich&Jstore', 582, 19, 31, 13416.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35414, 1884, 'Mich&Jstore', 570, 18, 31, 1011.15, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35415, 1884, 'Mich&Jstore', 4278, 18, 31, 27.49, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35416, 1884, 'Mich&Jstore', 5697, 10, 31, 103.88, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35417, 1884, 'Mich&Jstore', 5339, 14, 31, 104.95, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35418, 1884, 'Mich&Jstore', 1820, 19, 31, 45.45, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35419, 1884, 'Mich&Jstore', 4967, 13, 31, 226.60, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35420, 1884, 'Mich&Jstore', 5715, 15, 31, 1428.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35421, 1884, 'Mich&Jstore', 5743, 16, 31, 10.49, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35422, 1884, 'Mich&Jstore', 6014, 11, 31, 4200.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35423, 1884, 'Mich&Jstore', 5254, 16, 31, 23.86, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35424, 1884, 'Mich&Jstore', 4999, 14, 31, 19.55, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35425, 1884, 'Mich&Jstore', 5232, 13, 31, 9.35, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35426, 1884, 'Mich&Jstore', 4193, 14, 31, 1819.99, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35427, 1884, 'Mich&Jstore', 5789, 15, 31, 315.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35428, 1884, 'Mich&Jstore', 4939, 14, 31, 50.47, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35429, 1884, 'Mich&Jstore', 1164, 10, 31, 4158.11, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35430, 1884, 'Mich&Jstore', 3883, 16, 31, 10.49, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35431, 1884, 'Mich&Jstore', 256, 17, 31, 151.47, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35432, 1884, 'Mich&Jstore', 3368, 15, 31, 65.94, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35433, 1884, 'Mich&Jstore', 4329, 15, 31, 9.45, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35434, 1884, 'Mich&Jstore', 6094, 15, 31, 23.36, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35435, 1884, 'Mich&Jstore', 2325, 19, 31, 113.30, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35436, 1884, 'Mich&Jstore', 949, 5, 31, 0.32, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35437, 1884, 'Mich&Jstore', 1058, 4, 31, 9.98, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35438, 1884, 'Mich&Jstore', 2278, 19, 31, 45.45, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35439, 1884, 'Mich&Jstore', 4240, 5, 31, 5610.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35440, 1884, 'Mich&Jstore', 187, 16, 31, 31.19, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35441, 1884, 'Mich&Jstore', 1898, 19, 31, 434.30, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35442, 1884, 'Mich&Jstore', 4328, 18, 31, 847.99, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35443, 1884, 'Mich&Jstore', 2925, 4, 31, 927.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35444, 1884, 'Mich&Jstore', 5668, 15, 31, 336.00, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35445, 1884, 'Mich&Jstore', 2900, 19, 31, 3036.44, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35446, 1884, 'Mich&Jstore', 5971, 17, 31, 31.19, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35447, 1884, 'Mich&Jstore', 2251, 13, 31, 47.24, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35448, 1884, 'Mich&Jstore', 3301, 15, 31, 18.72, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35449, 1884, 'Mich&Jstore', 2099, 17, 31, 20.88, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35450, 1884, 'Mich&Jstore', 4202, 5, 31, 5.03, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35451, 1884, 'Mich&Jstore', 1859, 18, 31, 3.78, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35452, 1884, 'Mich&Jstore', 1844, 19, 31, 0.31, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35453, 1884, 'Mich&Jstore', 1811, 5, 31, 0.21, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35454, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35455, 1884, 'Mich&Jstore', 1894, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-08-30 11:30:04', '2024-08-30 11:30:04', '2024-08-31 11:31:02'),
(35456, 1876, 'Etiuko', 4839, 12, NULL, 161.00, 1, 1, 'manual_bid', '2024-08-30 17:32:28', '2024-08-30 17:32:28', '2024-08-31 17:33:02'),
(35457, 1876, 'Etiuko', 4663, 12, NULL, 9.00, 2, 1, 'manual_bid', '2024-08-30 17:35:59', '2024-08-30 17:35:59', '2024-08-31 17:36:01'),
(35458, 1798, 'Feelyards', 1384, 15, NULL, 42.00, 1, 1, 'manual_bid', '2024-08-30 18:34:50', '2024-08-30 18:34:50', '2024-08-31 18:35:02'),
(35459, 1798, 'Feelyards', 4947, 13, NULL, 501.00, 1, 1, 'manual_bid', '2024-08-30 18:38:33', '2024-08-30 18:38:33', '2024-08-31 18:39:02'),
(35460, 1876, 'Etiuko', 4820, 12, NULL, 67.00, 2, 1, 'manual_bid', '2024-08-30 23:55:52', '2024-08-30 23:55:52', '2024-08-31 23:56:02'),
(35461, 1915, 'BnBGlobal', 4096, 5, NULL, 101.00, 1, 1, 'manual_bid', '2024-08-31 02:15:12', '2024-08-31 02:15:12', '2024-09-01 02:16:02'),
(35462, 1915, 'BnBGlobal', 1005, 5, NULL, 11.00, 2, 1, 'manual_bid', '2024-08-31 02:21:07', '2024-08-31 02:21:07', '2024-09-01 02:22:02'),
(35463, 1920, 'Nizzy', 4667, 12, NULL, 13.00, 1, 1, 'manual_bid', '2024-08-31 03:47:00', '2024-08-31 03:47:00', '2024-09-01 03:47:02'),
(35464, 1920, 'Nizzy', 5588, 12, NULL, 382.00, 1, 1, 'manual_bid', '2024-08-31 03:47:41', '2024-08-31 03:47:41', '2024-09-01 03:48:02'),
(35465, 1925, 'Frankie fast store', 3846, 16, 30, 5.04, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35466, 1925, 'Frankie fast store', 5889, 13, 30, 11.32, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35467, 1925, 'Frankie fast store', 924, 5, 30, 180.20, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35468, 1925, 'Frankie fast store', 4500, 16, 30, 103.01, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35469, 1925, 'Frankie fast store', 6107, 11, 30, 13.62, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35470, 1925, 'Frankie fast store', 3413, 7, 30, 304.00, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35471, 1925, 'Frankie fast store', 3489, 10, 30, 10.09, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35472, 1925, 'Frankie fast store', 2248, 19, 30, 3024.95, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35473, 1925, 'Frankie fast store', 652, 5, 30, 6344.82, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35474, 1925, 'Frankie fast store', 2049, 12, 30, 9.22, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35475, 1925, 'Frankie fast store', 3245, 4, 30, 302.99, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35476, 1925, 'Frankie fast store', 390, 10, 30, 196.44, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35477, 1925, 'Frankie fast store', 4815, 17, 30, 17.94, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35478, 1925, 'Frankie fast store', 2488, 16, 30, 103.00, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35479, 1925, 'Frankie fast store', 694, 17, 30, 149.76, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35480, 1925, 'Frankie fast store', 4365, 18, 30, 6027.00, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35481, 1925, 'Frankie fast store', 845, 13, 30, 12.16, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35482, 1925, 'Frankie fast store', 670, 10, 30, 8.24, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35483, 1925, 'Frankie fast store', 6038, 11, 30, 824.00, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35484, 1925, 'Frankie fast store', 1330, 15, 30, 72.56, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35485, 1925, 'Frankie fast store', 828, 18, 30, 18.97, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35486, 1925, 'Frankie fast store', 5566, 10, 30, 31.92, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35487, 1925, 'Frankie fast store', 4906, 12, 30, 3.17, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35488, 1925, 'Frankie fast store', 3589, 17, 30, 7.56, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35489, 1925, 'Frankie fast store', 4625, 15, 30, 122.40, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35490, 1925, 'Frankie fast store', 2636, 18, 30, 23.81, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35491, 1925, 'Frankie fast store', 3375, 10, 30, 13.38, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35492, 1925, 'Frankie fast store', 2313, 2, 30, 31.50, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35493, 1925, 'Frankie fast store', 1200, 18, 30, 9.09, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35494, 1925, 'Frankie fast store', 6089, 15, 30, 5.07, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35495, 1925, 'Frankie fast store', 1701, 5, 30, 6.89, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35496, 1925, 'Frankie fast store', 5602, 15, 30, 35.79, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35497, 1925, 'Frankie fast store', 3741, 14, 30, 4.23, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35498, 1925, 'Frankie fast store', 2385, 2, 30, 9.81, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35499, 1925, 'Frankie fast store', 6110, 11, 30, 2.16, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35500, 1925, 'Frankie fast store', 803, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35501, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35502, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-08-31 03:49:03', '2024-08-31 03:49:03', '2024-09-01 03:50:03'),
(35503, 1921, 'Baeniiz', 4667, 12, NULL, 13.00, 1, 1, 'manual_bid', '2024-08-31 03:58:58', '2024-08-31 03:58:58', '2024-09-01 03:59:02'),
(35504, 1921, 'Baeniiz', 4792, 12, NULL, 50.00, 1, 1, 'manual_bid', '2024-08-31 03:59:42', '2024-08-31 03:59:42', '2024-09-01 04:00:03'),
(35505, 1850, 'Chanadus', 2054, 4, NULL, 110.00, 10, 1, 'manual_bid', '2024-08-31 04:42:22', '2024-08-31 04:42:22', '2024-09-01 04:43:01'),
(35506, 1850, 'Chanadus', 3267, 5, NULL, 3.10, 6, 1, 'manual_bid', '2024-08-31 04:46:47', '2024-08-31 04:46:47', '2024-09-01 04:47:02'),
(35507, 1850, 'Chanadus', 657, 19, 32, 39.78, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35508, 1850, 'Chanadus', 3304, 15, 32, 44.72, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35509, 1850, 'Chanadus', 2823, 19, 32, 26.49, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35510, 1850, 'Chanadus', 4894, 17, 32, 16.98, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35511, 1850, 'Chanadus', 4939, 14, 32, 49.49, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35512, 1850, 'Chanadus', 5039, 16, 32, 647.87, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35513, 1850, 'Chanadus', 3505, 13, 32, 60.18, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35514, 1850, 'Chanadus', 4642, 5, 32, 26.30, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35515, 1850, 'Chanadus', 138, 2, 32, 128.78, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35516, 1850, 'Chanadus', 1154, 18, 32, 41.20, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35517, 1850, 'Chanadus', 6108, 11, 32, 2.20, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35518, 1850, 'Chanadus', 3003, 14, 32, 978.50, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35519, 1850, 'Chanadus', 4442, 15, 32, 28.56, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35520, 1850, 'Chanadus', 5455, 17, 32, 55.19, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35521, 1850, 'Chanadus', 1189, 10, 32, 2.56, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35522, 1850, 'Chanadus', 5525, 10, 32, 36.25, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35523, 1850, 'Chanadus', 4520, 16, 32, 29.86, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35524, 1850, 'Chanadus', 2385, 2, 32, 10.00, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35525, 1850, 'Chanadus', 1082, 19, 32, 130.00, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35526, 1850, 'Chanadus', 410, 16, 32, 83.81, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35527, 1850, 'Chanadus', 3602, 12, 32, 17.01, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35528, 1850, 'Chanadus', 5496, 10, 32, 62.82, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35529, 1850, 'Chanadus', 40, 2, 32, 48.41, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35530, 1850, 'Chanadus', 4553, 5, 32, 9.88, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35531, 1850, 'Chanadus', 2443, 2, 32, 8.07, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35532, 1850, 'Chanadus', 4601, 5, 32, 13.56, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35533, 1850, 'Chanadus', 4202, 5, 32, 4.84, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35534, 1850, 'Chanadus', 4748, 12, 32, 8.98, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35535, 1850, 'Chanadus', 1844, 19, 32, 0.31, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35536, 1850, 'Chanadus', 143, 18, 32, 1.02, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35537, 1850, 'Chanadus', 756, 19, 32, 0.46, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35538, 1850, 'Chanadus', 1811, 5, 32, 0.21, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35539, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-31 06:57:02', '2024-08-31 06:57:02', '2024-09-01 06:57:02'),
(35540, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-08-31 06:58:03', '2024-08-31 06:58:03', '2024-09-01 06:59:02'),
(35541, 1886, 'Lovenest Luxe', 3904, 2, NULL, 75.00, 5, 1, 'manual_bid', '2024-08-31 12:35:42', '2024-08-31 12:35:42', '2024-09-01 12:36:02'),
(35542, 1884, 'Mich&Jstore', 6155, 11, 31, 16.79, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35543, 1884, 'Mich&Jstore', 3564, 17, 31, 294.26, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35544, 1884, 'Mich&Jstore', 1301, 19, 31, 11.22, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35545, 1884, 'Mich&Jstore', 2127, 19, 31, 2.55, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35546, 1884, 'Mich&Jstore', 5786, 15, 31, 12.80, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35547, 1884, 'Mich&Jstore', 137, 18, 31, 9.27, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35548, 1884, 'Mich&Jstore', 105, 2, 31, 340.26, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35549, 1884, 'Mich&Jstore', 2347, 10, 31, 41.70, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35550, 1884, 'Mich&Jstore', 1224, 19, 31, 15.76, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35551, 1884, 'Mich&Jstore', 4536, 14, 31, 64.44, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35552, 1884, 'Mich&Jstore', 4639, 5, 31, 25.80, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35553, 1884, 'Mich&Jstore', 3517, 10, 31, 66.45, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35554, 1884, 'Mich&Jstore', 3914, 2, 31, 74.97, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35555, 1884, 'Mich&Jstore', 161, 14, 31, 31.62, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35556, 1884, 'Mich&Jstore', 2679, 18, 31, 190.73, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35557, 1884, 'Mich&Jstore', 1441, 19, 31, 2496.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35558, 1884, 'Mich&Jstore', 4738, 14, 31, 115.54, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35559, 1884, 'Mich&Jstore', 5886, 11, 31, 1649.33, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35560, 1884, 'Mich&Jstore', 4262, 18, 31, 936.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35561, 1884, 'Mich&Jstore', 5200, 16, 31, 146.63, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35562, 1884, 'Mich&Jstore', 3446, 14, 31, 81.78, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35563, 1884, 'Mich&Jstore', 3707, 18, 31, 375.80, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35564, 1884, 'Mich&Jstore', 2685, 14, 31, 21.81, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35565, 1884, 'Mich&Jstore', 2199, 19, 31, 30.30, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35566, 1884, 'Mich&Jstore', 2509, 16, 31, 29.86, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35567, 1884, 'Mich&Jstore', 5510, 12, 31, 436.79, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35568, 1884, 'Mich&Jstore', 1406, 15, 31, 30.90, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35569, 1884, 'Mich&Jstore', 5726, 10, 31, 11.66, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35570, 1884, 'Mich&Jstore', 1357, 15, 31, 50.68, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35571, 1884, 'Mich&Jstore', 3258, 5, 31, 91.89, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35572, 1884, 'Mich&Jstore', 2978, 14, 31, 214.72, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35573, 1884, 'Mich&Jstore', 858, 19, 31, 14.52, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35574, 1884, 'Mich&Jstore', 5943, 17, 31, 16.66, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35575, 1884, 'Mich&Jstore', 3313, 5, 31, 14.42, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35576, 1884, 'Mich&Jstore', 4163, 5, 31, 1474.60, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35577, 1884, 'Mich&Jstore', 5137, 16, 31, 131.69, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35578, 1884, 'Mich&Jstore', 5003, 14, 31, 11.54, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35579, 1884, 'Mich&Jstore', 4539, 16, 31, 33.32, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35580, 1884, 'Mich&Jstore', 3963, 16, 31, 114.39, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35581, 1884, 'Mich&Jstore', 4860, 17, 31, 3341.32, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35582, 1884, 'Mich&Jstore', 1404, 10, 31, 30.48, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35583, 1884, 'Mich&Jstore', 1061, 17, 31, 16.12, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35584, 1884, 'Mich&Jstore', 2588, 19, 31, 31.92, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35585, 1884, 'Mich&Jstore', 4393, 15, 31, 15.45, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35586, 1884, 'Mich&Jstore', 3975, 12, 31, 2361.78, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35587, 1884, 'Mich&Jstore', 131, 18, 31, 7.07, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35588, 1884, 'Mich&Jstore', 2386, 2, 31, 8.08, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35589, 1884, 'Mich&Jstore', 2746, 13, 31, 44.51, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35590, 1884, 'Mich&Jstore', 571, 14, 31, 18.72, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35591, 1884, 'Mich&Jstore', 3049, 2, 31, 14.46, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35592, 1884, 'Mich&Jstore', 5649, 15, 31, 14.61, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35593, 1884, 'Mich&Jstore', 5224, 13, 31, 788.63, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35594, 1884, 'Mich&Jstore', 886, 7, 31, 63.58, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35595, 1884, 'Mich&Jstore', 2550, 14, 31, 31.16, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35596, 1884, 'Mich&Jstore', 1792, 17, 31, 65.03, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35597, 1884, 'Mich&Jstore', 6163, 11, 31, 419.95, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35598, 1884, 'Mich&Jstore', 727, 19, 31, 5.10, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35599, 1884, 'Mich&Jstore', 977, 5, 31, 63.60, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35600, 1884, 'Mich&Jstore', 367, 18, 31, 945.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35601, 1884, 'Mich&Jstore', 304, 7, 31, 127.70, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35602, 1884, 'Mich&Jstore', 4325, 18, 31, 27.53, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35603, 1884, 'Mich&Jstore', 2726, 14, 31, 29.57, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35604, 1884, 'Mich&Jstore', 2983, 10, 31, 103.01, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35605, 1884, 'Mich&Jstore', 3568, 12, 31, 14.06, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35606, 1884, 'Mich&Jstore', 4852, 17, 31, 974.13, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35607, 1884, 'Mich&Jstore', 5539, 10, 31, 281.40, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35608, 1884, 'Mich&Jstore', 3422, 14, 31, 11.35, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35609, 1884, 'Mich&Jstore', 4481, 15, 31, 55.62, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35610, 1884, 'Mich&Jstore', 5528, 10, 31, 22.83, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35611, 1884, 'Mich&Jstore', 2416, 19, 31, 25.91, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35612, 1884, 'Mich&Jstore', 1143, 19, 31, 7704.06, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35613, 1884, 'Mich&Jstore', 939, 17, 31, 43.45, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35614, 1884, 'Mich&Jstore', 5122, 16, 31, 206.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35615, 1884, 'Mich&Jstore', 15, 2, 31, 24.15, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35616, 1884, 'Mich&Jstore', 1749, 2, 31, 99.96, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35617, 1884, 'Mich&Jstore', 4269, 18, 31, 113.36, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35618, 1884, 'Mich&Jstore', 405, 17, 31, 14.23, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35619, 1884, 'Mich&Jstore', 5610, 15, 31, 94.49, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35620, 1884, 'Mich&Jstore', 3886, 15, 31, 567.21, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35621, 1884, 'Mich&Jstore', 4136, 18, 31, 36.04, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35622, 1884, 'Mich&Jstore', 1889, 19, 31, 62.54, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35623, 1884, 'Mich&Jstore', 5485, 17, 31, 359.72, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35624, 1884, 'Mich&Jstore', 450, 16, 31, 157.03, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35625, 1884, 'Mich&Jstore', 3956, 5, 31, 98.58, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35626, 1884, 'Mich&Jstore', 4986, 14, 31, 11.31, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(35627, 1884, 'Mich&Jstore', 1041, 19, 31, 61.80, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35628, 1884, 'Mich&Jstore', 6135, 11, 31, 19.08, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35629, 1884, 'Mich&Jstore', 5359, 13, 31, 1247.99, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35630, 1884, 'Mich&Jstore', 3098, 2, 31, 71.40, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35631, 1884, 'Mich&Jstore', 4661, 12, 31, 13.28, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35632, 1884, 'Mich&Jstore', 4796, 12, 31, 10.52, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35633, 1884, 'Mich&Jstore', 3815, 13, 31, 4451.99, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35634, 1884, 'Mich&Jstore', 2476, 7, 31, 157.62, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35635, 1884, 'Mich&Jstore', 1965, 18, 31, 13.12, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35636, 1884, 'Mich&Jstore', 944, 13, 31, 525.11, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35637, 1884, 'Mich&Jstore', 4466, 15, 31, 140.40, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35638, 1884, 'Mich&Jstore', 3495, 11, 31, 15.59, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35639, 1884, 'Mich&Jstore', 3708, 14, 31, 21.83, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35640, 1884, 'Mich&Jstore', 487, 19, 31, 7519.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35641, 1884, 'Mich&Jstore', 3631, 13, 31, 12.55, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35642, 1884, 'Mich&Jstore', 4686, 14, 31, 1321.01, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35643, 1884, 'Mich&Jstore', 179, 2, 31, 22.44, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35644, 1884, 'Mich&Jstore', 5902, 15, 31, 816.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35645, 1884, 'Mich&Jstore', 698, 19, 31, 6.61, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35646, 1884, 'Mich&Jstore', 4795, 12, 31, 43.44, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35647, 1884, 'Mich&Jstore', 5091, 14, 31, 5.04, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35648, 1884, 'Mich&Jstore', 6121, 11, 31, 13.38, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35649, 1884, 'Mich&Jstore', 905, 13, 31, 18.07, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35650, 1884, 'Mich&Jstore', 2867, 19, 31, 25959.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35651, 1884, 'Mich&Jstore', 441, 17, 31, 39.07, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35652, 1884, 'Mich&Jstore', 4477, 15, 31, 102.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35653, 1884, 'Mich&Jstore', 58, 2, 31, 33.60, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35654, 1884, 'Mich&Jstore', 5993, 17, 31, 5.29, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35655, 1884, 'Mich&Jstore', 5298, 14, 31, 204.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35656, 1884, 'Mich&Jstore', 3531, 11, 31, 74.54, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35657, 1884, 'Mich&Jstore', 731, 19, 31, 113.59, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35658, 1884, 'Mich&Jstore', 1862, 18, 31, 50.83, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35659, 1884, 'Mich&Jstore', 4851, 17, 31, 1273.99, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35660, 1884, 'Mich&Jstore', 3163, 4, 31, 23.09, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35661, 1884, 'Mich&Jstore', 5700, 10, 31, 37.67, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35662, 1884, 'Mich&Jstore', 75, 2, 31, 12.36, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35663, 1884, 'Mich&Jstore', 185, 16, 31, 70.69, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35664, 1884, 'Mich&Jstore', 118, 7, 31, 222.20, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35665, 1884, 'Mich&Jstore', 4912, 13, 31, 679.41, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35666, 1884, 'Mich&Jstore', 6013, 17, 31, 33.65, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35667, 1884, 'Mich&Jstore', 3337, 15, 31, 200.85, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35668, 1884, 'Mich&Jstore', 857, 12, 31, 95.60, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35669, 1884, 'Mich&Jstore', 1606, 19, 31, 20.55, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35670, 1884, 'Mich&Jstore', 3454, 14, 31, 29.37, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35671, 1884, 'Mich&Jstore', 6071, 15, 31, 52.99, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35672, 1884, 'Mich&Jstore', 181, 4, 31, 266.05, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35673, 1884, 'Mich&Jstore', 6162, 11, 31, 18.17, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35674, 1884, 'Mich&Jstore', 1178, 14, 31, 54.07, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35675, 1884, 'Mich&Jstore', 922, 18, 31, 43.26, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35676, 1884, 'Mich&Jstore', 1120, 4, 31, 9.05, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35677, 1884, 'Mich&Jstore', 1197, 18, 31, 25.25, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35678, 1884, 'Mich&Jstore', 386, 16, 31, 404.00, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35679, 1884, 'Mich&Jstore', 1331, 14, 31, 4.74, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35680, 1884, 'Mich&Jstore', 5920, 13, 31, 33.91, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35681, 1884, 'Mich&Jstore', 3839, 4, 31, 257.50, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35682, 1884, 'Mich&Jstore', 212, 18, 31, 39.45, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35683, 1884, 'Mich&Jstore', 3931, 5, 31, 22.26, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35684, 1884, 'Mich&Jstore', 3616, 12, 31, 159.65, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35685, 1884, 'Mich&Jstore', 2665, 14, 31, 18.35, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35686, 1884, 'Mich&Jstore', 1292, 14, 31, 33.78, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35687, 1884, 'Mich&Jstore', 1610, 4, 31, 78.53, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35688, 1884, 'Mich&Jstore', 5856, 15, 31, 23.45, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35689, 1884, 'Mich&Jstore', 4042, 19, 31, 222.59, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35690, 1884, 'Mich&Jstore', 4649, 15, 31, 31.30, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35691, 1884, 'Mich&Jstore', 4797, 12, 31, 40.39, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35692, 1884, 'Mich&Jstore', 4375, 16, 31, 83.20, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35693, 1884, 'Mich&Jstore', 2790, 14, 31, 129.25, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35694, 1884, 'Mich&Jstore', 3387, 10, 31, 22.02, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35695, 1884, 'Mich&Jstore', 208, 7, 31, 30.61, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35696, 1884, 'Mich&Jstore', 4347, 14, 31, 511.01, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35697, 1884, 'Mich&Jstore', 5175, 16, 31, 63.19, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35698, 1884, 'Mich&Jstore', 1773, 19, 31, 9.44, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35699, 1884, 'Mich&Jstore', 733, 19, 31, 98.54, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35700, 1884, 'Mich&Jstore', 5316, 14, 31, 162.60, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35701, 1884, 'Mich&Jstore', 4387, 14, 31, 4.94, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35702, 1884, 'Mich&Jstore', 5568, 12, 31, 108.11, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35703, 1884, 'Mich&Jstore', 4145, 5, 31, 193.01, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35704, 1884, 'Mich&Jstore', 3042, 18, 31, 101.13, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35705, 1884, 'Mich&Jstore', 3315, 5, 31, 9.09, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35706, 1884, 'Mich&Jstore', 4824, 17, 31, 21.69, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35707, 1884, 'Mich&Jstore', 3899, 15, 31, 205.01, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35708, 1884, 'Mich&Jstore', 2331, 10, 31, 28.52, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35709, 1884, 'Mich&Jstore', 5438, 16, 31, 17.89, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35710, 1884, 'Mich&Jstore', 4356, 18, 31, 90.89, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35711, 1884, 'Mich&Jstore', 3324, 7, 31, 1.40, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35712, 1884, 'Mich&Jstore', 4610, 16, 31, 13.73, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35713, 1884, 'Mich&Jstore', 166, 16, 31, 9.35, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35714, 1884, 'Mich&Jstore', 5824, 17, 31, 1.43, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35715, 1884, 'Mich&Jstore', 716, 19, 31, 1.01, 1, 1, 'ai_bid', '2024-08-31 12:43:02', '2024-08-31 12:43:02', '2024-09-01 12:43:02'),
(35716, 1876, 'Etiuko', 1880, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-08-31 18:59:20', '2024-08-31 18:59:20', '2024-09-01 19:00:02'),
(35717, 1876, 'Etiuko', 2233, 12, NULL, 30.00, 2, 1, 'manual_bid', '2024-08-31 19:03:49', '2024-08-31 19:03:49', '2024-09-01 19:04:02'),
(35718, 1798, 'Feelyards', 2516, 7, NULL, 508.00, 1, 1, 'manual_bid', '2024-08-31 23:23:06', '2024-08-31 23:23:06', '2024-09-01 23:24:01'),
(35719, 1798, 'Feelyards', 3148, 4, NULL, 22.00, 2, 1, 'manual_bid', '2024-08-31 23:24:40', '2024-08-31 23:24:40', '2024-09-01 23:25:03'),
(35720, 1876, 'Etiuko', 3624, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-09-01 01:59:04', '2024-09-01 01:59:04', '2024-09-02 02:00:02'),
(35721, 1876, 'Etiuko', 4568, 5, NULL, 7.00, 2, 1, 'manual_bid', '2024-09-01 02:00:24', '2024-09-01 02:00:24', '2024-09-02 02:01:02'),
(35722, 1925, 'Frankie fast store', 1074, 4, 30, 13.25, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35723, 1925, 'Frankie fast store', 2490, 17, 30, 18.15, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35724, 1925, 'Frankie fast store', 5814, 15, 30, 353.50, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35725, 1925, 'Frankie fast store', 2535, 19, 30, 285.60, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35726, 1925, 'Frankie fast store', 3700, 14, 30, 212.85, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35727, 1925, 'Frankie fast store', 2376, 10, 30, 119.07, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35728, 1925, 'Frankie fast store', 5123, 16, 30, 376.38, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35729, 1925, 'Frankie fast store', 4380, 15, 30, 5.04, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35730, 1925, 'Frankie fast store', 3989, 18, 30, 82.42, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35731, 1925, 'Frankie fast store', 586, 18, 30, 737.30, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35732, 1925, 'Frankie fast store', 4706, 12, 30, 108.98, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35733, 1925, 'Frankie fast store', 2528, 19, 30, 180.20, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35734, 1925, 'Frankie fast store', 3235, 7, 30, 182.83, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35735, 1925, 'Frankie fast store', 5940, 17, 30, 3.06, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35736, 1925, 'Frankie fast store', 5256, 14, 30, 50.40, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35737, 1925, 'Frankie fast store', 4349, 15, 30, 5.04, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35738, 1925, 'Frankie fast store', 2390, 2, 30, 561.60, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35739, 1925, 'Frankie fast store', 2772, 19, 30, 47.70, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35740, 1925, 'Frankie fast store', 5270, 13, 30, 8.90, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35741, 1925, 'Frankie fast store', 510, 17, 30, 10.59, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35742, 1925, 'Frankie fast store', 4767, 12, 30, 44.57, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35743, 1925, 'Frankie fast store', 4106, 5, 30, 1.34, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35744, 1925, 'Frankie fast store', 974, 5, 30, 40.80, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35745, 1925, 'Frankie fast store', 5210, 13, 30, 35.34, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35746, 1925, 'Frankie fast store', 1259, 18, 30, 309.96, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35747, 1925, 'Frankie fast store', 3855, 4, 30, 726.19, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35748, 1925, 'Frankie fast store', 947, 5, 30, 32.38, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35749, 1925, 'Frankie fast store', 5447, 12, 30, 2788.08, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35750, 1925, 'Frankie fast store', 627, 18, 30, 8148.40, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35751, 1925, 'Frankie fast store', 4053, 18, 30, 27.87, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35752, 1925, 'Frankie fast store', 4857, 14, 30, 8.15, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35753, 1925, 'Frankie fast store', 1437, 19, 30, 227.90, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35754, 1925, 'Frankie fast store', 1963, 5, 30, 11.85, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35755, 1925, 'Frankie fast store', 4967, 13, 30, 233.20, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35756, 1925, 'Frankie fast store', 1549, 19, 30, 154.55, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35757, 1925, 'Frankie fast store', 6041, 11, 30, 100.73, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35758, 1925, 'Frankie fast store', 3649, 13, 30, 13.38, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35759, 1925, 'Frankie fast store', 5792, 15, 30, 307.40, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35760, 1925, 'Frankie fast store', 1349, 15, 30, 182.58, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35761, 1925, 'Frankie fast store', 612, 1, 30, 68.90, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35762, 1925, 'Frankie fast store', 5424, 1, 30, 19.54, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35763, 1925, 'Frankie fast store', 3906, 16, 30, 202.45, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35764, 1925, 'Frankie fast store', 808, 10, 30, 12.89, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35765, 1925, 'Frankie fast store', 1286, 15, 30, 539.17, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35766, 1925, 'Frankie fast store', 4747, 12, 30, 52.99, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35767, 1925, 'Frankie fast store', 3602, 12, 30, 16.69, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35768, 1925, 'Frankie fast store', 6095, 15, 30, 30.98, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35769, 1925, 'Frankie fast store', 5916, 15, 30, 504.19, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35770, 1925, 'Frankie fast store', 2405, 19, 30, 152.25, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35771, 1925, 'Frankie fast store', 5711, 10, 30, 28.82, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35772, 1925, 'Frankie fast store', 4519, 16, 30, 19.94, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35773, 1925, 'Frankie fast store', 803, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35774, 1925, 'Frankie fast store', 752, 19, 30, 1.06, 1, 1, 'ai_bid', '2024-09-01 05:01:02', '2024-09-01 05:01:02', '2024-09-02 05:01:02'),
(35775, 1850, 'Chanadus', 2447, 19, NULL, 175.00, 6, 1, 'manual_bid', '2024-09-01 08:06:03', '2024-09-01 08:06:03', '2024-09-02 08:07:02'),
(35776, 1850, 'Chanadus', 5989, 11, 32, 38.98, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35777, 1850, 'Chanadus', 3791, 15, 32, 14.13, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35778, 1850, 'Chanadus', 6031, 15, 32, 4.11, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35779, 1850, 'Chanadus', 4045, 18, 32, 10.49, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35780, 1850, 'Chanadus', 4878, 12, 32, 242.66, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35781, 1850, 'Chanadus', 2737, 18, 32, 710.03, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35782, 1850, 'Chanadus', 5896, 11, 32, 373.70, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35783, 1850, 'Chanadus', 254, 17, 32, 54.81, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35784, 1850, 'Chanadus', 1405, 14, 32, 10.10, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35785, 1850, 'Chanadus', 4030, 17, 32, 20.39, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35786, 1850, 'Chanadus', 731, 19, 32, 111.43, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35787, 1850, 'Chanadus', 5625, 10, 32, 4.88, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35788, 1850, 'Chanadus', 5619, 16, 32, 104.99, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35789, 1850, 'Chanadus', 1542, 2, 32, 173.25, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35790, 1850, 'Chanadus', 4824, 17, 32, 21.48, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35791, 1850, 'Chanadus', 785, 19, 32, 20.80, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35792, 1850, 'Chanadus', 3116, 2, 32, 9.13, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35793, 1850, 'Chanadus', 1649, 17, 32, 99.45, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35794, 1850, 'Chanadus', 2112, 19, 32, 53.00, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35795, 1850, 'Chanadus', 5171, 16, 32, 47.83, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35796, 1850, 'Chanadus', 1886, 19, 32, 53.70, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35797, 1850, 'Chanadus', 5053, 11, 32, 10.19, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35798, 1850, 'Chanadus', 1176, 14, 32, 24.36, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35799, 1850, 'Chanadus', 2821, 18, 32, 20.79, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35800, 1850, 'Chanadus', 164, 4, 32, 413.60, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35801, 1850, 'Chanadus', 4979, 12, 32, 4.76, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35802, 1850, 'Chanadus', 803, 19, 32, 0.20, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35803, 1850, 'Chanadus', 734, 19, 32, 0.22, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35804, 1850, 'Chanadus', 1811, 5, 32, 0.21, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35805, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-09-01 08:10:03', '2024-09-01 08:10:03', '2024-09-02 08:11:02'),
(35806, 1850, 'Chanadus', 6123, 11, NULL, 19.95, 4, 1, 'manual_bid', '2024-09-01 08:13:44', '2024-09-01 08:13:44', '2024-09-02 08:14:02'),
(35807, 1915, 'BnBGlobal', 3926, 5, NULL, 21.00, 5, 1, 'manual_bid', '2024-09-01 12:09:30', '2024-09-01 12:09:30', '2024-09-02 12:10:03'),
(35808, 1915, 'BnBGlobal', 3315, 5, NULL, 10.00, 2, 1, 'manual_bid', '2024-09-01 12:14:10', '2024-09-01 12:14:10', '2024-09-02 12:15:02'),
(35809, 1884, 'Mich&Jstore', 4039, 18, 31, 19.28, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35810, 1884, 'Mich&Jstore', 966, 18, 31, 13.30, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35811, 1884, 'Mich&Jstore', 5006, 14, 31, 9.17, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35812, 1884, 'Mich&Jstore', 2455, 2, 31, 50.40, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35813, 1884, 'Mich&Jstore', 1533, 15, 31, 23.23, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35814, 1884, 'Mich&Jstore', 2433, 10, 31, 20.19, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35815, 1884, 'Mich&Jstore', 5586, 10, 31, 11.32, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35816, 1884, 'Mich&Jstore', 5509, 12, 31, 152.99, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35817, 1884, 'Mich&Jstore', 6023, 15, 31, 11.71, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35818, 1884, 'Mich&Jstore', 3343, 7, 31, 21.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35819, 1884, 'Mich&Jstore', 5101, 13, 31, 232.04, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35820, 1884, 'Mich&Jstore', 5868, 11, 31, 20.39, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35821, 1884, 'Mich&Jstore', 3962, 16, 31, 96.54, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35822, 1884, 'Mich&Jstore', 5555, 10, 31, 43.07, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35823, 1884, 'Mich&Jstore', 1606, 19, 31, 20.55, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35824, 1884, 'Mich&Jstore', 2865, 14, 31, 57.74, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35825, 1884, 'Mich&Jstore', 2336, 18, 31, 46.35, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35826, 1884, 'Mich&Jstore', 568, 17, 31, 15.45, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35827, 1884, 'Mich&Jstore', 1166, 14, 31, 439.23, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35828, 1884, 'Mich&Jstore', 1083, 1, 31, 69.43, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35829, 1884, 'Mich&Jstore', 3018, 14, 31, 2.65, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35830, 1884, 'Mich&Jstore', 2988, 13, 31, 309.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35831, 1884, 'Mich&Jstore', 4941, 12, 31, 525.16, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35832, 1884, 'Mich&Jstore', 4839, 12, 31, 168.89, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35833, 1884, 'Mich&Jstore', 1860, 13, 31, 926.11, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35834, 1884, 'Mich&Jstore', 5998, 17, 31, 31.38, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35835, 1884, 'Mich&Jstore', 4908, 13, 31, 138.20, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35836, 1884, 'Mich&Jstore', 2886, 14, 31, 14.55, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35837, 1884, 'Mich&Jstore', 2571, 7, 31, 16.71, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35838, 1884, 'Mich&Jstore', 1054, 17, 31, 22.62, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35839, 1884, 'Mich&Jstore', 2723, 18, 31, 243.07, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35840, 1884, 'Mich&Jstore', 4506, 16, 31, 69.29, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35841, 1884, 'Mich&Jstore', 4590, 5, 31, 51.97, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35842, 1884, 'Mich&Jstore', 3764, 7, 31, 130.20, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35843, 1884, 'Mich&Jstore', 822, 5, 31, 1007.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35844, 1884, 'Mich&Jstore', 1730, 19, 31, 494.55, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35845, 1884, 'Mich&Jstore', 2993, 12, 31, 822.97, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35846, 1884, 'Mich&Jstore', 289, 5, 31, 76.32, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35847, 1884, 'Mich&Jstore', 370, 18, 31, 933.05, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35848, 1884, 'Mich&Jstore', 4268, 18, 31, 816.33, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35849, 1884, 'Mich&Jstore', 2565, 7, 31, 84.55, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35850, 1884, 'Mich&Jstore', 3577, 12, 31, 28.97, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35851, 1884, 'Mich&Jstore', 717, 18, 31, 40.78, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35852, 1884, 'Mich&Jstore', 4683, 12, 31, 8.39, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35853, 1884, 'Mich&Jstore', 2471, 7, 31, 332.29, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35854, 1884, 'Mich&Jstore', 5711, 10, 31, 28.26, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35855, 1884, 'Mich&Jstore', 3704, 18, 31, 76.47, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35856, 1884, 'Mich&Jstore', 3945, 16, 31, 48.75, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35857, 1884, 'Mich&Jstore', 378, 10, 31, 373.75, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35858, 1884, 'Mich&Jstore', 1549, 19, 31, 151.61, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35859, 1884, 'Mich&Jstore', 3126, 4, 31, 15.98, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35860, 1884, 'Mich&Jstore', 128, 18, 31, 9.18, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35861, 1884, 'Mich&Jstore', 4484, 16, 31, 9.56, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35862, 1884, 'Mich&Jstore', 4830, 12, 31, 10.19, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35863, 1884, 'Mich&Jstore', 3686, 14, 31, 12.70, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35864, 1884, 'Mich&Jstore', 4147, 14, 31, 101.99, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35865, 1884, 'Mich&Jstore', 5919, 15, 31, 532.50, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35866, 1884, 'Mich&Jstore', 3081, 2, 31, 9.36, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35867, 1884, 'Mich&Jstore', 44, 2, 31, 4.20, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35868, 1884, 'Mich&Jstore', 5464, 12, 31, 203.52, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35869, 1884, 'Mich&Jstore', 5712, 15, 31, 211.05, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35870, 1884, 'Mich&Jstore', 829, 18, 31, 23.14, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35871, 1884, 'Mich&Jstore', 2691, 13, 31, 31.79, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35872, 1884, 'Mich&Jstore', 439, 17, 31, 69.24, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35873, 1884, 'Mich&Jstore', 152, 18, 31, 9.45, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35874, 1884, 'Mich&Jstore', 5011, 14, 31, 10.09, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35875, 1884, 'Mich&Jstore', 4548, 19, 31, 205.01, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35876, 1884, 'Mich&Jstore', 995, 16, 31, 108.63, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35877, 1884, 'Mich&Jstore', 117, 2, 31, 1261.49, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35878, 1884, 'Mich&Jstore', 4796, 12, 31, 10.93, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35879, 1884, 'Mich&Jstore', 3839, 4, 31, 255.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35880, 1884, 'Mich&Jstore', 1416, 19, 31, 168.54, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35881, 1884, 'Mich&Jstore', 34, 2, 31, 3.03, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35882, 1884, 'Mich&Jstore', 2880, 14, 31, 8.71, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35883, 1884, 'Mich&Jstore', 3201, 5, 31, 236.24, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35884, 1884, 'Mich&Jstore', 999, 5, 31, 14.42, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35885, 1884, 'Mich&Jstore', 1159, 14, 31, 10.39, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35886, 1884, 'Mich&Jstore', 5775, 15, 31, 16.70, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35887, 1884, 'Mich&Jstore', 112, 2, 31, 12.42, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35888, 1884, 'Mich&Jstore', 2057, 4, 31, 609.96, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35889, 1884, 'Mich&Jstore', 5192, 16, 31, 21.25, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35890, 1884, 'Mich&Jstore', 1514, 15, 31, 4.49, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35891, 1884, 'Mich&Jstore', 2256, 19, 31, 32.96, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35892, 1884, 'Mich&Jstore', 5286, 16, 31, 22.09, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35893, 1884, 'Mich&Jstore', 3742, 7, 31, 86.79, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35894, 1884, 'Mich&Jstore', 396, 18, 31, 35.69, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35895, 1884, 'Mich&Jstore', 5904, 11, 31, 103.02, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35896, 1884, 'Mich&Jstore', 3266, 7, 31, 242.41, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35897, 1884, 'Mich&Jstore', 2208, 12, 31, 58.18, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35898, 1884, 'Mich&Jstore', 998, 16, 31, 410.18, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35899, 1884, 'Mich&Jstore', 4586, 5, 31, 39.89, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35900, 1884, 'Mich&Jstore', 4882, 17, 31, 18.71, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35901, 1884, 'Mich&Jstore', 6142, 11, 31, 13.69, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35902, 1884, 'Mich&Jstore', 5153, 16, 31, 10.29, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35903, 1884, 'Mich&Jstore', 119, 7, 31, 6.72, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35904, 1884, 'Mich&Jstore', 2811, 15, 31, 48.75, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35905, 1884, 'Mich&Jstore', 4635, 5, 31, 18.53, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35906, 1884, 'Mich&Jstore', 5265, 13, 31, 17.84, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35907, 1884, 'Mich&Jstore', 352, 2, 31, 20.59, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35908, 1884, 'Mich&Jstore', 837, 4, 31, 90.70, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35909, 1884, 'Mich&Jstore', 1455, 15, 31, 28.17, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35910, 1884, 'Mich&Jstore', 1021, 5, 31, 3.03, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35911, 1884, 'Mich&Jstore', 1306, 2, 31, 10.40, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35912, 1884, 'Mich&Jstore', 1880, 12, 31, 125.55, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35913, 1884, 'Mich&Jstore', 2220, 17, 31, 46.27, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35914, 1884, 'Mich&Jstore', 1241, 10, 31, 196.93, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:03'),
(35915, 1884, 'Mich&Jstore', 3474, 14, 31, 93.60, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35916, 1884, 'Mich&Jstore', 1942, 7, 31, 8.06, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35917, 1884, 'Mich&Jstore', 3501, 11, 31, 9.09, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35918, 1884, 'Mich&Jstore', 4911, 12, 31, 30.02, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35919, 1884, 'Mich&Jstore', 5039, 16, 31, 666.74, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35920, 1884, 'Mich&Jstore', 1000, 17, 31, 3.57, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35921, 1884, 'Mich&Jstore', 4390, 14, 31, 73.83, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35922, 1884, 'Mich&Jstore', 1599, 18, 31, 2550.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35923, 1884, 'Mich&Jstore', 153, 18, 31, 20.80, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35924, 1884, 'Mich&Jstore', 682, 18, 31, 4941.72, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35925, 1884, 'Mich&Jstore', 2601, 17, 31, 16.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35926, 1884, 'Mich&Jstore', 1588, 4, 31, 3.15, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35927, 1884, 'Mich&Jstore', 88, 2, 31, 1614.99, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35928, 1884, 'Mich&Jstore', 4893, 12, 31, 114.80, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35929, 1884, 'Mich&Jstore', 74, 2, 31, 4.24, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35930, 1884, 'Mich&Jstore', 5386, 14, 31, 142.80, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35931, 1884, 'Mich&Jstore', 3973, 12, 31, 129.54, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35932, 1884, 'Mich&Jstore', 4383, 15, 31, 12.12, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35933, 1884, 'Mich&Jstore', 4179, 5, 31, 26.38, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35934, 1884, 'Mich&Jstore', 4579, 16, 31, 73.49, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35935, 1884, 'Mich&Jstore', 859, 19, 31, 14.52, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35936, 1884, 'Mich&Jstore', 5956, 17, 31, 19.47, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35937, 1884, 'Mich&Jstore', 3135, 2, 31, 310.65, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35938, 1884, 'Mich&Jstore', 1658, 17, 31, 116.14, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35939, 1884, 'Mich&Jstore', 5763, 15, 31, 735.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35940, 1884, 'Mich&Jstore', 1115, 19, 31, 178.50, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35941, 1884, 'Mich&Jstore', 1124, 4, 31, 4.23, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35942, 1884, 'Mich&Jstore', 1708, 18, 31, 51.44, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35943, 1884, 'Mich&Jstore', 5005, 11, 31, 35.34, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35944, 1884, 'Mich&Jstore', 5476, 1, 31, 22.65, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35945, 1884, 'Mich&Jstore', 5521, 10, 31, 87.21, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35946, 1884, 'Mich&Jstore', 1349, 15, 31, 182.58, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35947, 1884, 'Mich&Jstore', 5801, 13, 31, 25.99, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35948, 1884, 'Mich&Jstore', 501, 19, 31, 3729.05, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35949, 1884, 'Mich&Jstore', 815, 18, 31, 75.42, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35950, 1884, 'Mich&Jstore', 115, 7, 31, 266.35, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35951, 1884, 'Mich&Jstore', 5697, 10, 31, 102.90, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35952, 1884, 'Mich&Jstore', 3050, 2, 31, 10.70, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35953, 1884, 'Mich&Jstore', 921, 5, 31, 76.50, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35954, 1884, 'Mich&Jstore', 4091, 14, 31, 27.98, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35955, 1884, 'Mich&Jstore', 3762, 7, 31, 50.59, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35956, 1884, 'Mich&Jstore', 2631, 14, 31, 42.42, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35957, 1884, 'Mich&Jstore', 5018, 13, 31, 212.09, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35958, 1884, 'Mich&Jstore', 4961, 11, 31, 425.34, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35959, 1884, 'Mich&Jstore', 1819, 18, 31, 15.29, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35960, 1884, 'Mich&Jstore', 5839, 17, 31, 404.66, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35961, 1884, 'Mich&Jstore', 686, 10, 31, 4.04, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35962, 1884, 'Mich&Jstore', 2005, 15, 31, 81.12, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35963, 1884, 'Mich&Jstore', 5897, 17, 31, 7.36, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35964, 1884, 'Mich&Jstore', 2237, 2, 31, 36.75, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35965, 1884, 'Mich&Jstore', 2999, 19, 31, 103.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35966, 1884, 'Mich&Jstore', 2789, 10, 31, 42.37, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35967, 1884, 'Mich&Jstore', 4762, 12, 31, 51.17, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35968, 1884, 'Mich&Jstore', 5211, 16, 31, 72.80, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35969, 1884, 'Mich&Jstore', 2278, 19, 31, 46.35, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35970, 1884, 'Mich&Jstore', 2985, 14, 31, 79.79, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35971, 1884, 'Mich&Jstore', 5719, 10, 31, 5.41, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35972, 1884, 'Mich&Jstore', 3728, 13, 31, 11.65, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35973, 1884, 'Mich&Jstore', 5063, 14, 31, 24.23, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35974, 1884, 'Mich&Jstore', 3096, 18, 31, 32.31, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35975, 1884, 'Mich&Jstore', 132, 2, 31, 100.98, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35976, 1884, 'Mich&Jstore', 3356, 7, 31, 9.09, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35977, 1884, 'Mich&Jstore', 2122, 7, 31, 62.11, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35978, 1884, 'Mich&Jstore', 2423, 19, 31, 8427.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35979, 1884, 'Mich&Jstore', 1022, 5, 31, 29.12, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35980, 1884, 'Mich&Jstore', 6069, 15, 31, 16.77, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35981, 1884, 'Mich&Jstore', 3160, 19, 31, 207.02, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35982, 1884, 'Mich&Jstore', 1951, 12, 31, 37.85, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35983, 1884, 'Mich&Jstore', 3772, 19, 31, 18174.95, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35984, 1884, 'Mich&Jstore', 2070, 4, 31, 181.80, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35985, 1884, 'Mich&Jstore', 5714, 15, 31, 145.91, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35986, 1884, 'Mich&Jstore', 3816, 15, 31, 36.35, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35987, 1884, 'Mich&Jstore', 3563, 12, 31, 10.09, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35988, 1884, 'Mich&Jstore', 5015, 14, 31, 8.23, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35989, 1884, 'Mich&Jstore', 639, 14, 31, 4.20, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35990, 1884, 'Mich&Jstore', 4851, 17, 31, 1273.99, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35991, 1884, 'Mich&Jstore', 571, 14, 31, 19.08, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35992, 1884, 'Mich&Jstore', 5469, 17, 31, 131.42, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35993, 1884, 'Mich&Jstore', 1334, 19, 31, 5.81, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35994, 1884, 'Mich&Jstore', 3471, 14, 31, 88.19, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35995, 1884, 'Mich&Jstore', 4738, 14, 31, 110.09, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(35996, 1884, 'Mich&Jstore', 4563, 16, 31, 595.89, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35997, 1884, 'Mich&Jstore', 63, 2, 31, 7.21, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35998, 1884, 'Mich&Jstore', 3661, 14, 31, 306.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(35999, 1884, 'Mich&Jstore', 3537, 13, 31, 3211.52, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36000, 1884, 'Mich&Jstore', 5503, 17, 31, 82.49, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36001, 1884, 'Mich&Jstore', 5460, 17, 31, 114.24, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36002, 1884, 'Mich&Jstore', 1924, 13, 31, 11.51, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36003, 1884, 'Mich&Jstore', 6141, 11, 31, 21.00, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36004, 1884, 'Mich&Jstore', 5693, 10, 31, 670.31, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36005, 1884, 'Mich&Jstore', 3288, 16, 31, 13.51, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36006, 1884, 'Mich&Jstore', 1513, 15, 31, 1464.50, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36007, 1884, 'Mich&Jstore', 4490, 16, 31, 119.47, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36008, 1884, 'Mich&Jstore', 694, 17, 31, 151.20, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36009, 1884, 'Mich&Jstore', 208, 7, 31, 30.02, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36010, 1884, 'Mich&Jstore', 301, 18, 31, 8.94, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36011, 1884, 'Mich&Jstore', 6166, 11, 31, 61.79, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36012, 1884, 'Mich&Jstore', 2977, 7, 31, 754.97, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36013, 1884, 'Mich&Jstore', 4737, 12, 31, 54.43, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36014, 1884, 'Mich&Jstore', 1645, 17, 31, 3.77, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36015, 1884, 'Mich&Jstore', 4454, 15, 31, 1534.70, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36016, 1884, 'Mich&Jstore', 2740, 17, 31, 30.59, 1, 1, 'ai_bid', '2024-09-01 13:55:03', '2024-09-01 13:55:03', '2024-09-02 13:55:04'),
(36017, 1884, 'Mich&Jstore', 612, 1, 31, 66.95, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36018, 1884, 'Mich&Jstore', 2440, 2, 31, 14.48, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36019, 1884, 'Mich&Jstore', 3868, 16, 31, 112.33, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36020, 1884, 'Mich&Jstore', 4128, 5, 31, 11.10, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36021, 1884, 'Mich&Jstore', 1609, 19, 31, 13.25, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36022, 1884, 'Mich&Jstore', 4482, 16, 31, 36.71, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36023, 1884, 'Mich&Jstore', 302, 5, 31, 272.77, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36024, 1884, 'Mich&Jstore', 673, 19, 31, 342.72, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36025, 1884, 'Mich&Jstore', 1999, 4, 31, 57.20, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36026, 1884, 'Mich&Jstore', 908, 19, 31, 20.08, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36027, 1884, 'Mich&Jstore', 5428, 12, 31, 5.09, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36028, 1884, 'Mich&Jstore', 3229, 5, 31, 144.89, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36029, 1884, 'Mich&Jstore', 1867, 19, 31, 305.28, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:01'),
(36030, 1884, 'Mich&Jstore', 5810, 15, 31, 128.62, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36031, 1884, 'Mich&Jstore', 1365, 14, 31, 25.30, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36032, 1884, 'Mich&Jstore', 4417, 15, 31, 28.07, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36033, 1884, 'Mich&Jstore', 1936, 14, 31, 3366.00, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36034, 1884, 'Mich&Jstore', 5665, 15, 31, 53.00, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36035, 1884, 'Mich&Jstore', 4659, 12, 31, 10.27, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36036, 1884, 'Mich&Jstore', 2826, 10, 31, 30.29, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36037, 1884, 'Mich&Jstore', 4962, 14, 31, 9.45, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36038, 1884, 'Mich&Jstore', 4527, 16, 31, 68.63, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36039, 1884, 'Mich&Jstore', 3252, 5, 31, 33.39, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36040, 1884, 'Mich&Jstore', 1218, 19, 31, 73.37, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36041, 1884, 'Mich&Jstore', 6022, 15, 31, 9.69, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36042, 1884, 'Mich&Jstore', 4466, 15, 31, 143.10, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36043, 1884, 'Mich&Jstore', 3469, 14, 31, 88.46, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36044, 1884, 'Mich&Jstore', 221, 12, 31, 24.54, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36045, 1884, 'Mich&Jstore', 395, 2, 31, 15.30, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36046, 1884, 'Mich&Jstore', 75, 2, 31, 12.12, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36047, 1884, 'Mich&Jstore', 3226, 5, 31, 44.87, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36048, 1884, 'Mich&Jstore', 4977, 14, 31, 5.04, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36049, 1884, 'Mich&Jstore', 142, 18, 31, 24.38, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36050, 1884, 'Mich&Jstore', 5277, 14, 31, 206.29, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36051, 1884, 'Mich&Jstore', 3479, 14, 31, 47.22, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36052, 1884, 'Mich&Jstore', 620, 5, 31, 3.06, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36053, 1884, 'Mich&Jstore', 5060, 14, 31, 5.09, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36054, 1884, 'Mich&Jstore', 6071, 15, 31, 51.49, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36055, 1884, 'Mich&Jstore', 2068, 4, 31, 787.50, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36056, 1884, 'Mich&Jstore', 2870, 19, 31, 137.80, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36057, 1884, 'Mich&Jstore', 5022, 11, 31, 16.84, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36058, 1884, 'Mich&Jstore', 4539, 16, 31, 33.32, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36059, 1884, 'Mich&Jstore', 5579, 10, 31, 82.52, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36060, 1884, 'Mich&Jstore', 1758, 16, 31, 445.57, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36061, 1884, 'Mich&Jstore', 5903, 13, 31, 31.93, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36062, 1884, 'Mich&Jstore', 3876, 16, 31, 27.80, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36063, 1884, 'Mich&Jstore', 3140, 18, 31, 272.70, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36064, 1884, 'Mich&Jstore', 3077, 2, 31, 7.64, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36065, 1884, 'Mich&Jstore', 4044, 18, 31, 23.10, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36066, 1884, 'Mich&Jstore', 4912, 13, 31, 673.00, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36067, 1884, 'Mich&Jstore', 5004, 13, 31, 19.38, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36068, 1884, 'Mich&Jstore', 1114, 4, 31, 7.63, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36069, 1884, 'Mich&Jstore', 3582, 12, 31, 4.12, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36070, 1884, 'Mich&Jstore', 3260, 7, 31, 7.71, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36071, 1884, 'Mich&Jstore', 4106, 5, 31, 1.34, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36072, 1884, 'Mich&Jstore', 6110, 11, 31, 2.18, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36073, 1884, 'Mich&Jstore', 1844, 19, 31, 0.31, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36074, 1884, 'Mich&Jstore', 734, 19, 31, 0.23, 1, 1, 'ai_bid', '2024-09-01 13:55:04', '2024-09-01 13:55:04', '2024-09-02 13:56:02'),
(36075, 1886, 'Lovenest Luxe', 1546, 2, NULL, 50.00, 7, 1, 'manual_bid', '2024-09-01 15:56:45', '2024-09-01 15:56:45', '2024-09-02 15:57:02'),
(36076, 1886, 'Lovenest Luxe', 53, 2, NULL, 29.00, 1, 1, 'manual_bid', '2024-09-01 15:57:22', '2024-09-01 15:57:22', '2024-09-02 15:58:02'),
(36077, 1920, 'Nizzy', 3107, 2, NULL, 200.00, 1, 1, 'manual_bid', '2024-09-01 21:52:58', '2024-09-01 21:52:58', '2024-09-02 21:53:02'),
(36078, 1921, 'Baeniiz', 2922, 2, NULL, 32.00, 2, 1, 'manual_bid', '2024-09-01 21:57:35', '2024-09-01 21:57:35', '2024-09-02 21:58:02'),
(36079, 1876, 'Etiuko', 3583, 12, NULL, 147.00, 1, 1, 'manual_bid', '2024-09-01 23:51:42', '2024-09-01 23:51:42', '2024-09-02 23:52:03'),
(36080, 1876, 'Etiuko', 2275, 5, NULL, 36.00, 1, 1, 'manual_bid', '2024-09-01 23:53:18', '2024-09-01 23:53:18', '2024-09-02 23:54:03'),
(36081, 1798, 'Feelyards', 871, 7, NULL, 60.00, 1, 1, 'manual_bid', '2024-09-02 01:29:46', '2024-09-02 01:29:46', '2024-09-03 01:30:03'),
(36082, 1798, 'Feelyards', 139, 7, NULL, 501.00, 1, 1, 'manual_bid', '2024-09-02 01:31:40', '2024-09-02 01:31:40', '2024-09-03 01:32:02'),
(36083, 1925, 'Frankie fast store', 2745, 10, 30, 39.67, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36084, 1925, 'Frankie fast store', 860, 13, 30, 353.49, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36085, 1925, 'Frankie fast store', 2511, 16, 30, 115.35, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36086, 1925, 'Frankie fast store', 2876, 12, 30, 82.39, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36087, 1925, 'Frankie fast store', 4546, 14, 30, 434.60, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36088, 1925, 'Frankie fast store', 6095, 15, 30, 30.68, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36089, 1925, 'Frankie fast store', 2207, 10, 30, 41.27, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36090, 1925, 'Frankie fast store', 115, 7, 30, 263.79, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36091, 1925, 'Frankie fast store', 333, 15, 30, 8.84, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36092, 1925, 'Frankie fast store', 23, 2, 30, 156.45, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36093, 1925, 'Frankie fast store', 1392, 2, 30, 187.20, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36094, 1925, 'Frankie fast store', 697, 18, 30, 53.27, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36095, 1925, 'Frankie fast store', 4555, 16, 30, 332.63, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36096, 1925, 'Frankie fast store', 5515, 10, 30, 41.75, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36097, 1925, 'Frankie fast store', 5612, 10, 30, 1051.03, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36098, 1925, 'Frankie fast store', 2686, 18, 30, 785.89, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36099, 1925, 'Frankie fast store', 2740, 17, 30, 31.79, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36100, 1925, 'Frankie fast store', 2440, 2, 30, 14.90, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36101, 1925, 'Frankie fast store', 1733, 10, 30, 9.98, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36102, 1925, 'Frankie fast store', 3074, 2, 30, 42.01, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36103, 1925, 'Frankie fast store', 570, 18, 30, 1001.52, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36104, 1925, 'Frankie fast store', 20, 2, 30, 4.20, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36105, 1925, 'Frankie fast store', 2697, 18, 30, 809.55, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36106, 1925, 'Frankie fast store', 5636, 15, 30, 4.19, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36107, 1925, 'Frankie fast store', 2770, 14, 30, 631.04, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36108, 1925, 'Frankie fast store', 3710, 18, 30, 1057.23, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36109, 1925, 'Frankie fast store', 3083, 18, 30, 51.50, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36110, 1925, 'Frankie fast store', 1779, 19, 30, 38.48, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36111, 1925, 'Frankie fast store', 247, 12, 30, 98.57, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36112, 1925, 'Frankie fast store', 5233, 13, 30, 13.51, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36113, 1925, 'Frankie fast store', 1304, 10, 30, 32.23, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36114, 1925, 'Frankie fast store', 4453, 15, 30, 33.33, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36115, 1925, 'Frankie fast store', 3923, 16, 30, 483.00, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36116, 1925, 'Frankie fast store', 1855, 5, 30, 3.12, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36117, 1925, 'Frankie fast store', 1053, 4, 30, 3.73, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36118, 1925, 'Frankie fast store', 3771, 15, 30, 5.40, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36119, 1925, 'Frankie fast store', 5046, 11, 30, 61.19, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36120, 1925, 'Frankie fast store', 5879, 11, 30, 614.08, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36121, 1925, 'Frankie fast store', 1318, 15, 30, 39.78, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36122, 1925, 'Frankie fast store', 729, 19, 30, 12.08, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36123, 1925, 'Frankie fast store', 448, 16, 30, 435.30, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36124, 1925, 'Frankie fast store', 5706, 10, 30, 30.76, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36125, 1925, 'Frankie fast store', 426, 17, 30, 15.60, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36126, 1925, 'Frankie fast store', 5597, 10, 30, 71.70, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36127, 1925, 'Frankie fast store', 4036, 18, 30, 6.34, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36128, 1925, 'Frankie fast store', 1107, 16, 30, 866.99, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36129, 1925, 'Frankie fast store', 4820, 12, 30, 66.81, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36130, 1925, 'Frankie fast store', 2146, 19, 30, 46.32, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36131, 1925, 'Frankie fast store', 1330, 15, 30, 72.56, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36132, 1925, 'Frankie fast store', 4474, 15, 30, 48.25, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36133, 1925, 'Frankie fast store', 2319, 10, 30, 249.44, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36134, 1925, 'Frankie fast store', 5672, 10, 30, 3388.32, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36135, 1925, 'Frankie fast store', 3284, 5, 30, 3672.00, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36136, 1925, 'Frankie fast store', 5183, 16, 30, 25.86, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36137, 1925, 'Frankie fast store', 6113, 11, 30, 197.57, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36138, 1925, 'Frankie fast store', 3597, 12, 30, 11.40, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36139, 1925, 'Frankie fast store', 2091, 1, 30, 4.25, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36140, 1925, 'Frankie fast store', 3556, 12, 30, 3.80, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36141, 1925, 'Frankie fast store', 865, 13, 30, 466.18, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36142, 1925, 'Frankie fast store', 1291, 2, 30, 10.55, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36143, 1925, 'Frankie fast store', 1640, 19, 30, 1.02, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36144, 1925, 'Frankie fast store', 3666, 13, 30, 8.36, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36145, 1925, 'Frankie fast store', 1850, 5, 30, 0.56, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36146, 1925, 'Frankie fast store', 756, 19, 30, 0.46, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36147, 1925, 'Frankie fast store', 1894, 19, 30, 0.21, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36148, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36149, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-09-02 06:12:02', '2024-09-02 06:12:02', '2024-09-03 06:12:02'),
(36150, 1925, 'Frankie fast store', 1827, 19, 30, 0.12, 1, 1, 'ai_bid', '2024-09-02 06:13:02', '2024-09-02 06:13:02', '2024-09-03 06:13:02'),
(36151, 1876, 'Etiuko', 4004, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-09-02 06:30:30', '2024-09-02 06:30:30', '2024-09-03 06:31:01'),
(36152, 1876, 'Etiuko', 775, 5, NULL, 8.00, 2, 1, 'manual_bid', '2024-09-02 06:33:40', '2024-09-02 06:33:40', '2024-09-03 06:34:02'),
(36153, 1850, 'Chanadus', 5221, 13, 32, 199.97, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36154, 1850, 'Chanadus', 3312, 5, 32, 71.73, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36155, 1850, 'Chanadus', 5637, 10, 32, 5.14, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36156, 1850, 'Chanadus', 4985, 13, 32, 312.00, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36157, 1850, 'Chanadus', 3430, 14, 32, 44.09, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36158, 1850, 'Chanadus', 530, 17, 32, 13.35, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36159, 1850, 'Chanadus', 2919, 19, 32, 27.71, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36160, 1850, 'Chanadus', 6173, 14, 32, 1239.00, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36161, 1850, 'Chanadus', 4586, 5, 32, 39.51, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36162, 1850, 'Chanadus', 2219, 10, 32, 266.13, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36163, 1850, 'Chanadus', 3101, 2, 32, 359.47, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36164, 1850, 'Chanadus', 2440, 2, 32, 14.48, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36165, 1850, 'Chanadus', 4999, 14, 32, 19.36, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36166, 1850, 'Chanadus', 5976, 17, 32, 13.77, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36167, 1850, 'Chanadus', 3348, 7, 32, 10.60, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36168, 1850, 'Chanadus', 2139, 17, 32, 52.53, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36169, 1850, 'Chanadus', 5761, 13, 32, 2.02, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36170, 1850, 'Chanadus', 756, 19, 32, 0.47, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36171, 1850, 'Chanadus', 143, 18, 32, 1.03, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36172, 1850, 'Chanadus', 634, 5, 32, 1.06, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36173, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-09-02 09:23:02', '2024-09-02 09:23:02', '2024-09-03 09:23:02'),
(36174, 1850, 'Chanadus', 2459, 19, NULL, 305.00, 3, 1, 'manual_bid', '2024-09-02 09:51:49', '2024-09-02 09:51:49', '2024-09-03 09:52:02'),
(36175, 1850, 'Chanadus', 176, 2, NULL, 226.08, 1, 1, 'manual_bid', '2024-09-02 09:53:18', '2024-09-02 09:53:18', '2024-09-03 09:54:02'),
(36176, 1884, 'Mich&Jstore', 1270, 10, 31, 9.43, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36177, 1884, 'Mich&Jstore', 5535, 10, 31, 320.07, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36178, 1884, 'Mich&Jstore', 484, 19, 31, 35.34, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36179, 1884, 'Mich&Jstore', 4827, 17, 31, 17.51, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36180, 1884, 'Mich&Jstore', 1780, 2, 31, 19.87, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36181, 1884, 'Mich&Jstore', 6141, 11, 31, 21.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36182, 1884, 'Mich&Jstore', 2661, 14, 31, 15.84, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36183, 1884, 'Mich&Jstore', 3311, 16, 31, 349.79, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36184, 1884, 'Mich&Jstore', 5417, 14, 31, 161.70, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36185, 1884, 'Mich&Jstore', 3017, 14, 31, 316.04, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36186, 1884, 'Mich&Jstore', 1457, 17, 31, 11.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36187, 1884, 'Mich&Jstore', 4426, 16, 31, 80.07, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36188, 1884, 'Mich&Jstore', 1171, 15, 31, 9.23, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36189, 1884, 'Mich&Jstore', 2438, 5, 31, 135.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36190, 1884, 'Mich&Jstore', 2025, 19, 31, 42.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36191, 1884, 'Mich&Jstore', 351, 15, 31, 71.01, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36192, 1884, 'Mich&Jstore', 4532, 14, 31, 110.21, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36193, 1884, 'Mich&Jstore', 1629, 19, 31, 10.26, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36194, 1884, 'Mich&Jstore', 2006, 2, 31, 80.80, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36195, 1884, 'Mich&Jstore', 560, 19, 31, 9712.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36196, 1884, 'Mich&Jstore', 2267, 19, 31, 360.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36197, 1884, 'Mich&Jstore', 614, 19, 31, 114.48, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36198, 1884, 'Mich&Jstore', 2875, 10, 31, 69.53, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36199, 1884, 'Mich&Jstore', 4841, 12, 31, 173.33, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36200, 1884, 'Mich&Jstore', 4856, 12, 31, 270.81, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36201, 1884, 'Mich&Jstore', 326, 12, 31, 2892.09, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36202, 1884, 'Mich&Jstore', 4419, 16, 31, 32.54, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36203, 1884, 'Mich&Jstore', 2570, 7, 31, 6.35, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36204, 1884, 'Mich&Jstore', 1031, 19, 31, 10.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36205, 1884, 'Mich&Jstore', 1521, 15, 31, 17.85, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36206, 1884, 'Mich&Jstore', 1694, 19, 31, 14.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36207, 1884, 'Mich&Jstore', 4471, 15, 31, 1472.89, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36208, 1884, 'Mich&Jstore', 1223, 10, 31, 18.82, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36209, 1884, 'Mich&Jstore', 2809, 18, 31, 37.16, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36210, 1884, 'Mich&Jstore', 5036, 16, 31, 103.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36211, 1884, 'Mich&Jstore', 4316, 18, 31, 34.97, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36212, 1884, 'Mich&Jstore', 5025, 16, 31, 131.25, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36213, 1884, 'Mich&Jstore', 4090, 18, 31, 9.53, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36214, 1884, 'Mich&Jstore', 1238, 19, 31, 525.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36215, 1884, 'Mich&Jstore', 1213, 10, 31, 2.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36216, 1884, 'Mich&Jstore', 6003, 14, 31, 7605.60, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36217, 1884, 'Mich&Jstore', 355, 2, 31, 11.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36218, 1884, 'Mich&Jstore', 6131, 11, 31, 40.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36219, 1884, 'Mich&Jstore', 659, 10, 31, 8.32, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36220, 1884, 'Mich&Jstore', 5269, 16, 31, 11.54, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36221, 1884, 'Mich&Jstore', 824, 18, 31, 24.42, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36222, 1884, 'Mich&Jstore', 4937, 14, 31, 51.99, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36223, 1884, 'Mich&Jstore', 2464, 19, 31, 71.70, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36224, 1884, 'Mich&Jstore', 262, 5, 31, 171.70, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36225, 1884, 'Mich&Jstore', 5605, 15, 31, 241.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36226, 1884, 'Mich&Jstore', 4918, 11, 31, 28.83, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36227, 1884, 'Mich&Jstore', 5478, 7, 31, 3.13, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36228, 1884, 'Mich&Jstore', 5408, 14, 31, 124.10, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36229, 1884, 'Mich&Jstore', 3200, 4, 31, 10.60, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36230, 1884, 'Mich&Jstore', 1752, 2, 31, 109.45, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36231, 1884, 'Mich&Jstore', 6090, 15, 31, 47.92, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36232, 1884, 'Mich&Jstore', 3112, 2, 31, 7.29, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36233, 1884, 'Mich&Jstore', 856, 19, 31, 346.49, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36234, 1884, 'Mich&Jstore', 5824, 17, 31, 1.44, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36235, 1884, 'Mich&Jstore', 2775, 14, 31, 93.60, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36236, 1884, 'Mich&Jstore', 2248, 19, 31, 3114.80, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36237, 1884, 'Mich&Jstore', 3879, 2, 31, 60.84, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36238, 1884, 'Mich&Jstore', 48, 2, 31, 21.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36239, 1884, 'Mich&Jstore', 1153, 18, 31, 40.16, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36240, 1884, 'Mich&Jstore', 6019, 11, 31, 6.28, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36241, 1884, 'Mich&Jstore', 4802, 17, 31, 44.72, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36242, 1884, 'Mich&Jstore', 802, 18, 31, 63.68, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36243, 1884, 'Mich&Jstore', 3611, 12, 31, 128.93, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36244, 1884, 'Mich&Jstore', 5165, 16, 31, 870.82, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36245, 1884, 'Mich&Jstore', 364, 10, 31, 65.44, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36246, 1884, 'Mich&Jstore', 1626, 18, 31, 1118.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36247, 1884, 'Mich&Jstore', 3073, 2, 31, 114.24, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36248, 1884, 'Mich&Jstore', 5565, 12, 31, 141.45, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36249, 1884, 'Mich&Jstore', 2414, 19, 31, 1127.85, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36250, 1884, 'Mich&Jstore', 3989, 18, 31, 82.42, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36251, 1884, 'Mich&Jstore', 5200, 16, 31, 145.22, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36252, 1884, 'Mich&Jstore', 4599, 5, 31, 30.59, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36253, 1884, 'Mich&Jstore', 2288, 19, 31, 50.96, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36254, 1884, 'Mich&Jstore', 3713, 14, 31, 18.61, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36255, 1884, 'Mich&Jstore', 5062, 16, 31, 22.22, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36256, 1884, 'Mich&Jstore', 4818, 12, 31, 11.54, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36257, 1884, 'Mich&Jstore', 1939, 16, 31, 12.44, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36258, 1884, 'Mich&Jstore', 184, 7, 31, 17.99, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36259, 1884, 'Mich&Jstore', 3953, 5, 31, 71.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36260, 1884, 'Mich&Jstore', 4005, 18, 31, 515.85, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36261, 1884, 'Mich&Jstore', 3856, 11, 31, 42.11, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36262, 1884, 'Mich&Jstore', 2014, 15, 31, 200.16, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36263, 1884, 'Mich&Jstore', 4307, 18, 31, 1020.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36264, 1884, 'Mich&Jstore', 3194, 4, 31, 5.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36265, 1884, 'Mich&Jstore', 4453, 15, 31, 34.65, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36266, 1884, 'Mich&Jstore', 3775, 15, 31, 6.18, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36267, 1884, 'Mich&Jstore', 4764, 12, 31, 2.39, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36268, 1884, 'Mich&Jstore', 2706, 14, 31, 419.75, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36269, 1884, 'Mich&Jstore', 152, 18, 31, 9.54, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36270, 1884, 'Mich&Jstore', 1477, 15, 31, 12.71, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36271, 1884, 'Mich&Jstore', 4049, 13, 31, 189.74, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36272, 1884, 'Mich&Jstore', 4681, 12, 31, 13.27, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36273, 1884, 'Mich&Jstore', 5706, 10, 31, 31.35, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36274, 1884, 'Mich&Jstore', 3811, 19, 31, 1626.90, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36275, 1884, 'Mich&Jstore', 3460, 11, 31, 3.57, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36276, 1884, 'Mich&Jstore', 769, 2, 31, 112.35, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36277, 1884, 'Mich&Jstore', 5895, 13, 31, 4.95, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36278, 1884, 'Mich&Jstore', 4179, 5, 31, 25.14, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36279, 1884, 'Mich&Jstore', 499, 19, 31, 1344.72, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36280, 1884, 'Mich&Jstore', 5487, 17, 31, 342.79, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36281, 1884, 'Mich&Jstore', 4075, 14, 31, 19.76, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36282, 1884, 'Mich&Jstore', 1739, 19, 31, 117.16, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36283, 1884, 'Mich&Jstore', 2467, 16, 31, 34.84, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36284, 1884, 'Mich&Jstore', 3968, 16, 31, 27.44, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36285, 1884, 'Mich&Jstore', 5705, 15, 31, 10.60, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36286, 1884, 'Mich&Jstore', 683, 10, 31, 39.39, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36287, 1884, 'Mich&Jstore', 2565, 7, 31, 87.06, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36288, 1884, 'Mich&Jstore', 4763, 14, 31, 72.79, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36289, 1884, 'Mich&Jstore', 2806, 14, 31, 2099.35, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36290, 1884, 'Mich&Jstore', 1233, 19, 31, 20.73, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36291, 1884, 'Mich&Jstore', 6144, 11, 31, 52.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36292, 1884, 'Mich&Jstore', 4087, 5, 31, 372.69, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36293, 1884, 'Mich&Jstore', 2971, 18, 31, 721.93, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36294, 1884, 'Mich&Jstore', 3497, 10, 31, 28.32, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36295, 1884, 'Mich&Jstore', 4714, 12, 31, 57.06, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36296, 1884, 'Mich&Jstore', 3278, 16, 31, 160.06, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36297, 1884, 'Mich&Jstore', 3124, 2, 31, 44.10, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36298, 1884, 'Mich&Jstore', 49, 2, 31, 309.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36299, 1884, 'Mich&Jstore', 5867, 17, 31, 31.60, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36300, 1884, 'Mich&Jstore', 5318, 14, 31, 230.95, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36301, 1884, 'Mich&Jstore', 5900, 11, 31, 105.88, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36302, 1884, 'Mich&Jstore', 5978, 17, 31, 20.09, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36303, 1884, 'Mich&Jstore', 1942, 7, 31, 7.76, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36304, 1884, 'Mich&Jstore', 5133, 16, 31, 76.03, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36305, 1884, 'Mich&Jstore', 546, 17, 31, 8.48, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36306, 1884, 'Mich&Jstore', 4034, 18, 31, 12.62, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36307, 1884, 'Mich&Jstore', 4999, 14, 31, 19.17, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36308, 1884, 'Mich&Jstore', 5506, 12, 31, 282.79, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36309, 1884, 'Mich&Jstore', 2295, 19, 31, 242.74, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36310, 1884, 'Mich&Jstore', 2150, 19, 31, 318.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36311, 1884, 'Mich&Jstore', 1646, 19, 31, 7.36, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36312, 1884, 'Mich&Jstore', 3626, 13, 31, 19.61, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36313, 1884, 'Mich&Jstore', 5628, 1, 31, 15.59, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36314, 1884, 'Mich&Jstore', 5043, 11, 31, 72.79, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36315, 1884, 'Mich&Jstore', 4765, 12, 31, 52.48, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36316, 1884, 'Mich&Jstore', 4966, 11, 31, 3040.80, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36317, 1884, 'Mich&Jstore', 4484, 16, 31, 9.56, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36318, 1884, 'Mich&Jstore', 1468, 15, 31, 20.38, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36319, 1884, 'Mich&Jstore', 5461, 12, 31, 2009.62, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36320, 1884, 'Mich&Jstore', 466, 17, 31, 60.60, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36321, 1884, 'Mich&Jstore', 1771, 17, 31, 63.03, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36322, 1884, 'Mich&Jstore', 2747, 18, 31, 300.56, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36323, 1884, 'Mich&Jstore', 2658, 14, 31, 20.99, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36324, 1884, 'Mich&Jstore', 5672, 10, 31, 3290.58, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36325, 1884, 'Mich&Jstore', 1512, 19, 31, 373.36, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36326, 1884, 'Mich&Jstore', 5127, 1, 31, 46.80, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36327, 1884, 'Mich&Jstore', 3032, 19, 31, 726.96, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36328, 1884, 'Mich&Jstore', 3218, 5, 31, 382.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36329, 1884, 'Mich&Jstore', 1529, 15, 31, 20.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36330, 1884, 'Mich&Jstore', 3980, 18, 31, 20.37, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36331, 1884, 'Mich&Jstore', 3829, 16, 31, 11.86, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36332, 1884, 'Mich&Jstore', 3115, 2, 31, 265.11, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36333, 1884, 'Mich&Jstore', 5479, 17, 31, 551.25, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36334, 1884, 'Mich&Jstore', 5618, 10, 31, 4.73, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36335, 1884, 'Mich&Jstore', 748, 19, 31, 9.27, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36336, 1884, 'Mich&Jstore', 1354, 2, 31, 17.92, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36337, 1884, 'Mich&Jstore', 2141, 19, 31, 18.02, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36338, 1884, 'Mich&Jstore', 6009, 17, 31, 19.93, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:02'),
(36339, 1884, 'Mich&Jstore', 200, 7, 31, 8.19, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36340, 1884, 'Mich&Jstore', 4664, 12, 31, 11.03, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36341, 1884, 'Mich&Jstore', 2471, 7, 31, 338.87, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36342, 1884, 'Mich&Jstore', 3484, 13, 31, 20.79, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36343, 1884, 'Mich&Jstore', 3457, 14, 31, 942.76, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36344, 1884, 'Mich&Jstore', 4097, 14, 31, 20.99, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36345, 1884, 'Mich&Jstore', 981, 17, 31, 58.59, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36346, 1884, 'Mich&Jstore', 1164, 10, 31, 4238.85, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36347, 1884, 'Mich&Jstore', 1314, 15, 31, 150.80, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36348, 1884, 'Mich&Jstore', 311, 18, 31, 155.28, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36349, 1884, 'Mich&Jstore', 5140, 16, 31, 22.87, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36350, 1884, 'Mich&Jstore', 1685, 19, 31, 30.29, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36351, 1884, 'Mich&Jstore', 6063, 11, 31, 12.72, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36352, 1884, 'Mich&Jstore', 113, 2, 31, 85.33, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36353, 1884, 'Mich&Jstore', 413, 18, 31, 31.29, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36354, 1884, 'Mich&Jstore', 2177, 19, 31, 441.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36355, 1884, 'Mich&Jstore', 2718, 18, 31, 261.62, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36356, 1884, 'Mich&Jstore', 2700, 18, 31, 2944.77, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36357, 1884, 'Mich&Jstore', 5707, 15, 31, 41.06, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36358, 1884, 'Mich&Jstore', 512, 16, 31, 42.18, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36359, 1884, 'Mich&Jstore', 1562, 14, 31, 113.58, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36360, 1884, 'Mich&Jstore', 3312, 5, 31, 71.04, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36361, 1884, 'Mich&Jstore', 2215, 19, 31, 42.83, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36362, 1884, 'Mich&Jstore', 1315, 2, 31, 42.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36363, 1884, 'Mich&Jstore', 2912, 17, 31, 92.61, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(36364, 1884, 'Mich&Jstore', 5280, 14, 31, 129.06, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36365, 1884, 'Mich&Jstore', 4674, 12, 31, 5.51, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36366, 1884, 'Mich&Jstore', 352, 2, 31, 20.80, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36367, 1884, 'Mich&Jstore', 3119, 4, 31, 60.69, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36368, 1884, 'Mich&Jstore', 5803, 13, 31, 15.44, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36369, 1884, 'Mich&Jstore', 5224, 13, 31, 751.43, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36370, 1884, 'Mich&Jstore', 5167, 16, 31, 188.99, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36371, 1884, 'Mich&Jstore', 1984, 4, 31, 262.59, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36372, 1884, 'Mich&Jstore', 2935, 14, 31, 26.73, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36373, 1884, 'Mich&Jstore', 2200, 19, 31, 13.78, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36374, 1884, 'Mich&Jstore', 3934, 5, 31, 22.34, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36375, 1884, 'Mich&Jstore', 4420, 15, 31, 57.74, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36376, 1884, 'Mich&Jstore', 5221, 13, 31, 209.87, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36377, 1884, 'Mich&Jstore', 1596, 18, 31, 2565.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36378, 1884, 'Mich&Jstore', 492, 19, 31, 5724.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36379, 1884, 'Mich&Jstore', 3466, 14, 31, 23.58, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36380, 1884, 'Mich&Jstore', 480, 19, 31, 155.54, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36381, 1884, 'Mich&Jstore', 4911, 12, 31, 30.90, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36382, 1884, 'Mich&Jstore', 921, 5, 31, 77.25, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36383, 1884, 'Mich&Jstore', 3654, 13, 31, 18.01, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36384, 1884, 'Mich&Jstore', 5204, 14, 31, 29.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36385, 1884, 'Mich&Jstore', 3761, 14, 31, 14.12, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36386, 1884, 'Mich&Jstore', 5581, 10, 31, 31.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36387, 1884, 'Mich&Jstore', 1436, 10, 31, 16.15, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36388, 1884, 'Mich&Jstore', 1426, 2, 31, 62.93, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36389, 1884, 'Mich&Jstore', 244, 17, 31, 121.19, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36390, 1884, 'Mich&Jstore', 268, 18, 31, 6.76, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36391, 1884, 'Mich&Jstore', 3996, 12, 31, 73.83, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36392, 1884, 'Mich&Jstore', 733, 19, 31, 95.73, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36393, 1884, 'Mich&Jstore', 3679, 10, 31, 123.76, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36394, 1884, 'Mich&Jstore', 4740, 14, 31, 61.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36395, 1884, 'Mich&Jstore', 2510, 7, 31, 40.33, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36396, 1884, 'Mich&Jstore', 3473, 10, 31, 344.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36397, 1884, 'Mich&Jstore', 1311, 14, 31, 46.37, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36398, 1884, 'Mich&Jstore', 756, 19, 31, 0.47, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36399, 1884, 'Mich&Jstore', 3964, 16, 31, 47.83, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36400, 1884, 'Mich&Jstore', 5027, 14, 31, 9.26, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36401, 1884, 'Mich&Jstore', 4808, 17, 31, 7.59, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36402, 1884, 'Mich&Jstore', 2727, 15, 31, 13.12, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36403, 1884, 'Mich&Jstore', 4237, 18, 31, 20.96, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36404, 1884, 'Mich&Jstore', 5511, 12, 31, 264.99, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36405, 1884, 'Mich&Jstore', 2143, 19, 31, 20.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36406, 1884, 'Mich&Jstore', 3019, 18, 31, 77.22, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36407, 1884, 'Mich&Jstore', 2739, 18, 31, 290.46, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36408, 1884, 'Mich&Jstore', 5944, 11, 31, 83.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36409, 1884, 'Mich&Jstore', 5760, 15, 31, 153.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36410, 1884, 'Mich&Jstore', 218, 12, 31, 36.36, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36411, 1884, 'Mich&Jstore', 3399, 7, 31, 389.10, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36412, 1884, 'Mich&Jstore', 2636, 18, 31, 24.51, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36413, 1884, 'Mich&Jstore', 2351, 5, 31, 52.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36414, 1884, 'Mich&Jstore', 2422, 19, 31, 515.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36415, 1884, 'Mich&Jstore', 915, 5, 31, 51.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36416, 1884, 'Mich&Jstore', 4927, 13, 31, 130.00, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36417, 1884, 'Mich&Jstore', 3945, 16, 31, 47.37, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36418, 1884, 'Mich&Jstore', 4519, 16, 31, 19.56, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36419, 1884, 'Mich&Jstore', 1032, 19, 31, 99.75, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36420, 1884, 'Mich&Jstore', 3871, 16, 31, 54.07, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36421, 1884, 'Mich&Jstore', 1004, 16, 31, 72.80, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36422, 1884, 'Mich&Jstore', 2206, 2, 31, 82.40, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36423, 1884, 'Mich&Jstore', 3819, 15, 31, 7.13, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36424, 1884, 'Mich&Jstore', 2619, 18, 31, 19.57, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36425, 1884, 'Mich&Jstore', 3840, 15, 31, 409.50, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36426, 1884, 'Mich&Jstore', 1631, 15, 31, 5.34, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36427, 1884, 'Mich&Jstore', 2845, 15, 31, 30.59, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36428, 1884, 'Mich&Jstore', 5278, 16, 31, 52.10, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36429, 1884, 'Mich&Jstore', 2202, 19, 31, 4.24, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36430, 1884, 'Mich&Jstore', 4804, 12, 31, 21.69, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36431, 1884, 'Mich&Jstore', 4909, 12, 31, 2.14, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36432, 1884, 'Mich&Jstore', 803, 19, 31, 0.20, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36433, 1884, 'Mich&Jstore', 1894, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-09-02 15:07:02', '2024-09-02 15:07:02', '2024-09-03 15:07:03'),
(36434, 1938, 'Brightoplaza', 1383, 2, NULL, 100.00, 1, 1, 'manual_bid', '2024-09-02 16:35:05', '2024-09-02 16:35:05', '2024-09-03 16:36:02'),
(36435, 1938, 'Brightoplaza', 773, 2, NULL, 59.00, 1, 1, 'manual_bid', '2024-09-02 16:37:06', '2024-09-02 16:37:06', '2024-09-03 16:38:02'),
(36436, 1886, 'Lovenest Luxe', 2170, 2, NULL, 129.00, 3, 1, 'manual_bid', '2024-09-02 17:03:56', '2024-09-02 17:03:56', '2024-09-03 17:04:02'),
(36437, 1920, 'Nizzy', 3864, 2, NULL, 101.00, 2, 1, 'manual_bid', '2024-09-02 22:58:05', '2024-09-02 22:58:05', '2024-09-03 22:59:02'),
(36438, 1921, 'Baeniiz', 2922, 2, NULL, 32.00, 2, 1, 'manual_bid', '2024-09-02 23:02:00', '2024-09-02 23:02:00', '2024-09-03 23:02:02'),
(36439, 1876, 'Etiuko', 4841, 12, NULL, 166.00, 1, 1, 'manual_bid', '2024-09-03 01:02:40', '2024-09-03 01:02:40', '2024-09-04 01:03:02'),
(36440, 1876, 'Etiuko', 957, 5, NULL, 9.00, 2, 1, 'manual_bid', '2024-09-03 01:04:29', '2024-09-03 01:04:29', '2024-09-04 01:05:03'),
(36441, 1915, 'BnBGlobal', 1022, 5, NULL, 29.00, 3, 1, 'manual_bid', '2024-09-03 03:08:50', '2024-09-03 03:08:50', '2024-09-04 03:09:02'),
(36442, 1915, 'BnBGlobal', 4586, 5, NULL, 38.00, 1, 1, 'manual_bid', '2024-09-03 03:18:32', '2024-09-03 03:18:32', '2024-09-04 03:19:02'),
(36443, 1798, 'Feelyards', 4461, 15, NULL, 570.00, 1, 1, 'manual_bid', '2024-09-03 03:28:39', '2024-09-03 03:28:39', '2024-09-04 03:29:02'),
(36444, 1925, 'Frankie fast store', 3599, 12, 30, 11.07, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36445, 1925, 'Frankie fast store', 2985, 14, 30, 80.58, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36446, 1925, 'Frankie fast store', 3162, 4, 30, 24.37, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36447, 1925, 'Frankie fast store', 991, 16, 30, 187.19, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36448, 1925, 'Frankie fast store', 1757, 19, 30, 78.00, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36449, 1925, 'Frankie fast store', 4458, 15, 30, 3753.75, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36450, 1925, 'Frankie fast store', 5493, 17, 30, 335.10, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36451, 1925, 'Frankie fast store', 14, 2, 30, 519.12, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36452, 1925, 'Frankie fast store', 5928, 13, 30, 4.69, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36453, 1925, 'Frankie fast store', 1817, 19, 30, 1105.95, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36454, 1925, 'Frankie fast store', 2704, 14, 30, 16.47, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36455, 1925, 'Frankie fast store', 4098, 14, 30, 7.41, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36456, 1925, 'Frankie fast store', 2697, 18, 30, 794.13, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36457, 1925, 'Frankie fast store', 5609, 16, 30, 30.29, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36458, 1925, 'Frankie fast store', 5895, 13, 30, 4.81, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36459, 1925, 'Frankie fast store', 3434, 14, 30, 861.90, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36460, 1925, 'Frankie fast store', 1993, 2, 30, 813.02, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36461, 1925, 'Frankie fast store', 3443, 11, 30, 10.46, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36462, 1925, 'Frankie fast store', 1653, 16, 30, 26.00, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36463, 1925, 'Frankie fast store', 3921, 2, 30, 135.20, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36464, 1925, 'Frankie fast store', 1554, 18, 30, 14.56, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36465, 1925, 'Frankie fast store', 2490, 17, 30, 17.97, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36466, 1925, 'Frankie fast store', 1187, 18, 30, 13.19, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36467, 1925, 'Frankie fast store', 2321, 18, 30, 150.04, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36468, 1925, 'Frankie fast store', 726, 19, 30, 99.95, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36469, 1925, 'Frankie fast store', 5100, 16, 30, 15.57, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36470, 1925, 'Frankie fast store', 2871, 17, 30, 51.38, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36471, 1925, 'Frankie fast store', 540, 19, 30, 382.49, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36472, 1925, 'Frankie fast store', 1078, 1, 30, 11.54, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36473, 1925, 'Frankie fast store', 4644, 5, 30, 26.24, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36474, 1925, 'Frankie fast store', 348, 15, 30, 40.17, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36475, 1925, 'Frankie fast store', 2446, 2, 30, 300.56, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36476, 1925, 'Frankie fast store', 927, 14, 30, 416.12, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36477, 1925, 'Frankie fast store', 3767, 7, 30, 447.78, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36478, 1925, 'Frankie fast store', 2949, 17, 30, 21.98, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36479, 1925, 'Frankie fast store', 326, 12, 30, 2949.36, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36480, 1925, 'Frankie fast store', 5539, 10, 30, 278.72, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36481, 1925, 'Frankie fast store', 1351, 2, 30, 210.12, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36482, 1925, 'Frankie fast store', 1405, 14, 30, 10.40, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36483, 1925, 'Frankie fast store', 4792, 12, 30, 50.99, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36484, 1925, 'Frankie fast store', 5226, 13, 30, 8.47, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36485, 1925, 'Frankie fast store', 3692, 14, 30, 63.00, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36486, 1925, 'Frankie fast store', 1462, 10, 30, 20.92, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36487, 1925, 'Frankie fast store', 5182, 16, 30, 48.75, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36488, 1925, 'Frankie fast store', 5326, 14, 30, 428.35, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36489, 1925, 'Frankie fast store', 5478, 7, 30, 3.16, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36490, 1925, 'Frankie fast store', 6110, 11, 30, 2.14, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36491, 1925, 'Frankie fast store', 5392, 17, 30, 33.48, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36492, 1925, 'Frankie fast store', 2559, 14, 30, 128.04, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36493, 1925, 'Frankie fast store', 5507, 17, 30, 1287.75, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36494, 1925, 'Frankie fast store', 2511, 16, 30, 115.35, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36495, 1925, 'Frankie fast store', 4034, 18, 30, 12.25, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36496, 1925, 'Frankie fast store', 608, 7, 30, 2.08, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36497, 1925, 'Frankie fast store', 4420, 15, 30, 58.29, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36498, 1925, 'Frankie fast store', 3842, 4, 30, 21.20, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36499, 1925, 'Frankie fast store', 4331, 15, 30, 19.38, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36500, 1925, 'Frankie fast store', 4099, 5, 30, 208.00, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36501, 1925, 'Frankie fast store', 4764, 12, 30, 2.32, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36502, 1925, 'Frankie fast store', 1480, 15, 30, 3.84, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36503, 1925, 'Frankie fast store', 4541, 16, 30, 925.59, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36504, 1925, 'Frankie fast store', 1064, 16, 30, 168.56, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36505, 1925, 'Frankie fast store', 2829, 14, 30, 11.01, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36506, 1925, 'Frankie fast store', 2808, 15, 30, 34.64, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36507, 1925, 'Frankie fast store', 1979, 4, 30, 381.59, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36508, 1925, 'Frankie fast store', 2769, 14, 30, 30.94, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36509, 1925, 'Frankie fast store', 2565, 7, 30, 88.73, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36510, 1925, 'Frankie fast store', 5973, 17, 30, 25.49, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36511, 1925, 'Frankie fast store', 1046, 17, 30, 114.29, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36512, 1925, 'Frankie fast store', 4157, 14, 30, 89.43, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36513, 1925, 'Frankie fast store', 4944, 14, 30, 8.39, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36514, 1925, 'Frankie fast store', 3927, 11, 30, 36.35, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36515, 1925, 'Frankie fast store', 4736, 12, 30, 21.61, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36516, 1925, 'Frankie fast store', 3440, 14, 30, 22.76, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36517, 1925, 'Frankie fast store', 1783, 18, 30, 89.61, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36518, 1925, 'Frankie fast store', 1416, 19, 30, 162.18, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36519, 1925, 'Frankie fast store', 1549, 19, 30, 156.02, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36520, 1925, 'Frankie fast store', 2119, 12, 30, 7.75, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36521, 1925, 'Frankie fast store', 734, 19, 30, 0.22, 1, 1, 'ai_bid', '2024-09-03 07:24:02', '2024-09-03 07:24:02', '2024-09-03 21:50:06'),
(36522, 1925, 'Frankie fast store', 1827, 19, 30, 0.13, 1, 1, 'ai_bid', '2024-09-03 07:24:03', '2024-09-03 07:24:03', '2024-09-03 21:50:06'),
(36523, 1925, 'Frankie fast store', 1844, 19, 30, 0.31, 1, 1, 'ai_bid', '2024-09-03 07:24:03', '2024-09-03 07:24:03', '2024-09-03 21:50:06'),
(36524, 1925, 'Frankie fast store', 1811, 5, 30, 0.21, 1, 1, 'ai_bid', '2024-09-03 07:24:03', '2024-09-03 07:24:03', '2024-09-03 21:50:06'),
(36525, 1850, 'Chanadus', 3226, 5, 32, 46.19, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36526, 1850, 'Chanadus', 1834, 10, 32, 66.25, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36527, 1850, 'Chanadus', 3544, 10, 32, 262.87, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36528, 1850, 'Chanadus', 4882, 17, 32, 18.89, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36529, 1850, 'Chanadus', 104, 2, 32, 33.69, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36530, 1850, 'Chanadus', 5760, 15, 32, 153.00, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36531, 1850, 'Chanadus', 5813, 15, 32, 154.45, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36532, 1850, 'Chanadus', 3301, 15, 32, 19.08, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36533, 1850, 'Chanadus', 4076, 18, 32, 41.59, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36534, 1850, 'Chanadus', 1917, 18, 32, 74.39, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:02'),
(36535, 1850, 'Chanadus', 703, 19, 32, 12.57, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36536, 1850, 'Chanadus', 2647, 18, 32, 14.24, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36537, 1850, 'Chanadus', 1208, 14, 32, 3.08, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36538, 1850, 'Chanadus', 5865, 13, 32, 16.63, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36539, 1850, 'Chanadus', 6162, 11, 32, 18.71, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36540, 1850, 'Chanadus', 463, 19, 32, 584.06, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36541, 1850, 'Chanadus', 3485, 10, 32, 5.82, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36542, 1850, 'Chanadus', 4303, 5, 32, 727.99, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36543, 1850, 'Chanadus', 4857, 14, 32, 8.47, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36544, 1850, 'Chanadus', 813, 14, 32, 11.55, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36545, 1850, 'Chanadus', 5366, 13, 32, 95.39, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36546, 1850, 'Chanadus', 5980, 17, 32, 20.36, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36547, 1850, 'Chanadus', 868, 17, 32, 70.70, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36548, 1850, 'Chanadus', 5392, 17, 32, 33.48, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36549, 1850, 'Chanadus', 3920, 2, 32, 52.02, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36550, 1850, 'Chanadus', 1121, 19, 32, 83.68, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36551, 1850, 'Chanadus', 2608, 19, 32, 10.50, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36552, 1850, 'Chanadus', 3635, 14, 32, 7.41, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36553, 1850, 'Chanadus', 1459, 10, 32, 5.04, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36554, 1850, 'Chanadus', 3575, 17, 32, 8.67, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36555, 1850, 'Chanadus', 1428, 15, 32, 10.48, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36556, 1850, 'Chanadus', 3184, 5, 32, 9.67, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36557, 1850, 'Chanadus', 808, 10, 32, 13.01, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36558, 1850, 'Chanadus', 756, 19, 32, 0.46, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36559, 1850, 'Chanadus', 3376, 7, 32, 8.06, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36560, 1850, 'Chanadus', 3981, 5, 32, 5.19, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36561, 1850, 'Chanadus', 1698, 18, 32, 20.80, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36562, 1850, 'Chanadus', 1160, 14, 32, 4.42, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36563, 1850, 'Chanadus', 3296, 5, 32, 1.15, 1, 1, 'ai_bid', '2024-09-03 10:34:03', '2024-09-03 10:34:03', '2024-09-04 10:35:03'),
(36564, 1876, 'Etiuko', 4186, 5, NULL, 131.00, 1, 1, 'manual_bid', '2024-09-03 11:12:29', '2024-09-03 11:12:29', '2024-09-04 11:13:02'),
(36565, 1876, 'Etiuko', 3222, 5, NULL, 4.00, 2, 1, 'manual_bid', '2024-09-03 11:13:44', '2024-09-03 11:13:44', '2024-09-04 11:14:01'),
(36566, 1850, 'Chanadus', 1885, 19, NULL, 532.00, 2, 1, 'manual_bid', '2024-09-03 11:52:24', '2024-09-03 11:52:24', '2024-09-04 11:53:02'),
(36567, 1850, 'Chanadus', 3659, 18, NULL, 9.81, 9, 1, 'manual_bid', '2024-09-03 11:55:08', '2024-09-03 11:55:08', '2024-09-04 11:56:02'),
(36568, 1884, 'Mich&Jstore', 1662, 19, 31, 0.90, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36569, 1884, 'Mich&Jstore', 4075, 14, 31, 19.19, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36570, 1884, 'Mich&Jstore', 3770, 7, 31, 12.98, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36571, 1884, 'Mich&Jstore', 5219, 16, 31, 416.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36572, 1884, 'Mich&Jstore', 876, 7, 31, 4.24, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36573, 1884, 'Mich&Jstore', 2050, 4, 31, 19.69, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36574, 1884, 'Mich&Jstore', 2137, 18, 31, 21.40, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36575, 1884, 'Mich&Jstore', 4339, 1, 31, 9.54, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36576, 1884, 'Mich&Jstore', 4349, 15, 31, 5.24, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36577, 1884, 'Mich&Jstore', 1742, 19, 31, 35.36, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36578, 1884, 'Mich&Jstore', 2275, 5, 31, 38.16, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36579, 1884, 'Mich&Jstore', 5889, 13, 31, 11.10, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36580, 1884, 'Mich&Jstore', 2358, 16, 31, 26.31, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36581, 1884, 'Mich&Jstore', 597, 10, 31, 3.06, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36582, 1884, 'Mich&Jstore', 2261, 2, 31, 175.76, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36583, 1884, 'Mich&Jstore', 2982, 14, 31, 82.16, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36584, 1884, 'Mich&Jstore', 833, 18, 31, 20.74, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36585, 1884, 'Mich&Jstore', 3669, 13, 31, 20.59, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36586, 1884, 'Mich&Jstore', 5436, 16, 31, 5.24, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36587, 1884, 'Mich&Jstore', 474, 19, 31, 173.24, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36588, 1884, 'Mich&Jstore', 2456, 2, 31, 12.01, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36589, 1884, 'Mich&Jstore', 2795, 14, 31, 708.90, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36590, 1884, 'Mich&Jstore', 1501, 15, 31, 28.08, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36591, 1884, 'Mich&Jstore', 989, 17, 31, 6569.34, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36592, 1884, 'Mich&Jstore', 4872, 14, 31, 26.02, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36593, 1884, 'Mich&Jstore', 872, 19, 31, 26.49, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36594, 1884, 'Mich&Jstore', 1970, 4, 31, 180.20, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36595, 1884, 'Mich&Jstore', 2127, 19, 31, 2.65, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36596, 1884, 'Mich&Jstore', 5717, 15, 31, 181.80, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36597, 1884, 'Mich&Jstore', 5183, 16, 31, 26.36, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36598, 1884, 'Mich&Jstore', 1086, 19, 31, 1791.40, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36599, 1884, 'Mich&Jstore', 3488, 10, 31, 232.30, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36600, 1884, 'Mich&Jstore', 6148, 11, 31, 6.13, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36601, 1884, 'Mich&Jstore', 275, 14, 31, 337.61, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36602, 1884, 'Mich&Jstore', 2278, 19, 31, 46.35, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36603, 1884, 'Mich&Jstore', 3328, 7, 31, 13.51, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36604, 1884, 'Mich&Jstore', 141, 18, 31, 6.06, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36605, 1884, 'Mich&Jstore', 612, 1, 31, 66.30, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36606, 1884, 'Mich&Jstore', 691, 5, 31, 6.12, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36607, 1884, 'Mich&Jstore', 2095, 13, 31, 20.39, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36608, 1884, 'Mich&Jstore', 1195, 18, 31, 12.99, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36609, 1884, 'Mich&Jstore', 2020, 2, 31, 10.50, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36610, 1884, 'Mich&Jstore', 3570, 12, 31, 1515.72, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36611, 1884, 'Mich&Jstore', 3831, 11, 31, 4539.95, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36612, 1884, 'Mich&Jstore', 2014, 15, 31, 206.05, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36613, 1884, 'Mich&Jstore', 2189, 19, 31, 20.40, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36614, 1884, 'Mich&Jstore', 5489, 7, 31, 2.12, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36615, 1884, 'Mich&Jstore', 4011, 18, 31, 68.41, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36616, 1884, 'Mich&Jstore', 2389, 19, 31, 26.60, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36617, 1884, 'Mich&Jstore', 2465, 19, 31, 18.71, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36618, 1884, 'Mich&Jstore', 5121, 13, 31, 102.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36619, 1884, 'Mich&Jstore', 3447, 14, 31, 539.72, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36620, 1884, 'Mich&Jstore', 2114, 19, 31, 1766.49, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36621, 1884, 'Mich&Jstore', 4702, 14, 31, 29.82, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36622, 1884, 'Mich&Jstore', 2796, 19, 31, 6359.22, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36623, 1884, 'Mich&Jstore', 6146, 11, 31, 31.20, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36624, 1884, 'Mich&Jstore', 19, 2, 31, 5.10, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36625, 1884, 'Mich&Jstore', 5802, 13, 31, 20.39, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36626, 1884, 'Mich&Jstore', 4440, 15, 31, 27.54, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36627, 1884, 'Mich&Jstore', 4071, 18, 31, 32.23, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36628, 1884, 'Mich&Jstore', 2632, 13, 31, 14.26, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36629, 1884, 'Mich&Jstore', 5804, 13, 31, 30.29, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36630, 1884, 'Mich&Jstore', 2549, 7, 31, 335.08, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36631, 1884, 'Mich&Jstore', 5612, 10, 31, 1061.04, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36632, 1884, 'Mich&Jstore', 20, 2, 31, 4.04, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36633, 1884, 'Mich&Jstore', 326, 12, 31, 3006.63, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36634, 1884, 'Mich&Jstore', 3889, 15, 31, 3570.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36635, 1884, 'Mich&Jstore', 5737, 16, 31, 34.85, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36636, 1884, 'Mich&Jstore', 1251, 10, 31, 19.25, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36637, 1884, 'Mich&Jstore', 1185, 14, 31, 74.19, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36638, 1884, 'Mich&Jstore', 1993, 2, 31, 805.35, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36639, 1884, 'Mich&Jstore', 724, 1, 31, 38.34, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36640, 1884, 'Mich&Jstore', 1540, 2, 31, 33.66, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36641, 1884, 'Mich&Jstore', 6013, 17, 31, 33.32, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36642, 1884, 'Mich&Jstore', 5747, 13, 31, 4.79, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36643, 1884, 'Mich&Jstore', 82, 2, 31, 1000.62, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36644, 1884, 'Mich&Jstore', 4983, 12, 31, 11.59, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36645, 1884, 'Mich&Jstore', 2623, 14, 31, 9.39, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36646, 1884, 'Mich&Jstore', 1713, 18, 31, 1210.99, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36647, 1884, 'Mich&Jstore', 3424, 14, 31, 464.28, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36648, 1884, 'Mich&Jstore', 1512, 19, 31, 376.95, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36649, 1884, 'Mich&Jstore', 3580, 12, 31, 7.44, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36650, 1884, 'Mich&Jstore', 5770, 17, 31, 30.61, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36651, 1884, 'Mich&Jstore', 1695, 12, 31, 71.39, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36652, 1884, 'Mich&Jstore', 2638, 14, 31, 48.75, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36653, 1884, 'Mich&Jstore', 5877, 13, 31, 27.71, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36654, 1884, 'Mich&Jstore', 3502, 11, 31, 9.45, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36655, 1884, 'Mich&Jstore', 1569, 19, 31, 87.55, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36656, 1884, 'Mich&Jstore', 3542, 12, 31, 6.60, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36657, 1884, 'Mich&Jstore', 2284, 17, 31, 102.16, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36658, 1884, 'Mich&Jstore', 4863, 17, 31, 52.90, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36659, 1884, 'Mich&Jstore', 3432, 14, 31, 602.55, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36660, 1884, 'Mich&Jstore', 3899, 15, 31, 203.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36661, 1884, 'Mich&Jstore', 237, 17, 31, 525.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36662, 1884, 'Mich&Jstore', 4940, 14, 31, 20.14, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36663, 1884, 'Mich&Jstore', 3851, 15, 31, 192.40, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36664, 1884, 'Mich&Jstore', 759, 19, 31, 56.61, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36665, 1884, 'Mich&Jstore', 221, 12, 31, 24.79, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36666, 1884, 'Mich&Jstore', 4373, 14, 31, 1509.95, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36667, 1884, 'Mich&Jstore', 2994, 19, 31, 8.90, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36668, 1884, 'Mich&Jstore', 4628, 5, 31, 31.92, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36669, 1884, 'Mich&Jstore', 1749, 2, 31, 102.90, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36670, 1884, 'Mich&Jstore', 1452, 15, 31, 29.56, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36671, 1884, 'Mich&Jstore', 2136, 19, 31, 20.53, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36672, 1884, 'Mich&Jstore', 5488, 7, 31, 22.22, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36673, 1884, 'Mich&Jstore', 2352, 10, 31, 31.49, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36674, 1884, 'Mich&Jstore', 410, 16, 31, 83.81, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36675, 1884, 'Mich&Jstore', 1935, 19, 31, 56.10, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36676, 1884, 'Mich&Jstore', 198, 4, 31, 314.15, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36677, 1884, 'Mich&Jstore', 4009, 18, 31, 1040.61, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36678, 1884, 'Mich&Jstore', 2960, 15, 31, 1428.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36679, 1884, 'Mich&Jstore', 526, 17, 31, 20.59, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36680, 1884, 'Mich&Jstore', 3440, 14, 31, 22.76, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36681, 1884, 'Mich&Jstore', 2443, 2, 31, 8.15, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36682, 1884, 'Mich&Jstore', 3114, 2, 31, 11.66, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36683, 1884, 'Mich&Jstore', 4627, 15, 31, 141.74, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36684, 1884, 'Mich&Jstore', 3562, 17, 31, 23.15, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36685, 1884, 'Mich&Jstore', 4496, 15, 31, 369.94, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36686, 1884, 'Mich&Jstore', 2309, 2, 31, 620.88, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36687, 1884, 'Mich&Jstore', 5423, 12, 31, 15.63, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36688, 1884, 'Mich&Jstore', 135, 18, 31, 55.12, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36689, 1884, 'Mich&Jstore', 5012, 11, 31, 16.15, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36690, 1884, 'Mich&Jstore', 1660, 19, 31, 1519.80, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36691, 1884, 'Mich&Jstore', 4833, 17, 31, 18.12, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36692, 1884, 'Mich&Jstore', 5321, 13, 31, 287.03, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36693, 1884, 'Mich&Jstore', 3196, 5, 31, 322.23, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36694, 1884, 'Mich&Jstore', 4753, 12, 31, 64.25, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36695, 1884, 'Mich&Jstore', 6150, 11, 31, 32.31, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36696, 1884, 'Mich&Jstore', 1806, 2, 31, 13.26, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36697, 1884, 'Mich&Jstore', 1704, 18, 31, 61.20, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36698, 1884, 'Mich&Jstore', 21, 2, 31, 7.42, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36699, 1884, 'Mich&Jstore', 4096, 5, 31, 101.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36700, 1884, 'Mich&Jstore', 2748, 18, 31, 130.80, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36701, 1884, 'Mich&Jstore', 2848, 14, 31, 234.59, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36702, 1884, 'Mich&Jstore', 2303, 19, 31, 77.25, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36703, 1884, 'Mich&Jstore', 551, 18, 31, 28.28, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36704, 1884, 'Mich&Jstore', 33, 2, 31, 6.18, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36705, 1884, 'Mich&Jstore', 1652, 17, 31, 13.89, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36706, 1884, 'Mich&Jstore', 5467, 17, 31, 50.12, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36707, 1884, 'Mich&Jstore', 505, 19, 31, 5169.85, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36708, 1884, 'Mich&Jstore', 4262, 18, 31, 954.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36709, 1884, 'Mich&Jstore', 2699, 14, 31, 41.59, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36710, 1884, 'Mich&Jstore', 119, 7, 31, 6.59, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36711, 1884, 'Mich&Jstore', 4955, 14, 31, 11.32, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36712, 1884, 'Mich&Jstore', 3530, 13, 31, 209.99, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36713, 1884, 'Mich&Jstore', 3473, 10, 31, 351.22, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36714, 1884, 'Mich&Jstore', 2697, 18, 31, 786.42, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36715, 1884, 'Mich&Jstore', 2300, 19, 31, 112.27, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36716, 1884, 'Mich&Jstore', 985, 5, 31, 21.42, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36717, 1884, 'Mich&Jstore', 2331, 10, 31, 28.52, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36718, 1884, 'Mich&Jstore', 3016, 14, 31, 9354.80, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36719, 1884, 'Mich&Jstore', 2017, 15, 31, 189.28, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36720, 1884, 'Mich&Jstore', 1764, 18, 31, 96.45, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36721, 1884, 'Mich&Jstore', 1951, 12, 31, 37.48, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36722, 1884, 'Mich&Jstore', 2572, 17, 31, 21.21, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36723, 1884, 'Mich&Jstore', 3358, 15, 31, 901.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36724, 1884, 'Mich&Jstore', 933, 18, 31, 1166.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36725, 1884, 'Mich&Jstore', 1630, 4, 31, 41.49, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36726, 1884, 'Mich&Jstore', 2432, 19, 31, 5300.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36727, 1884, 'Mich&Jstore', 5100, 16, 31, 15.57, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36728, 1884, 'Mich&Jstore', 523, 14, 31, 18.51, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36729, 1884, 'Mich&Jstore', 1596, 18, 31, 2641.60, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36730, 1884, 'Mich&Jstore', 1922, 19, 31, 234.84, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36731, 1884, 'Mich&Jstore', 2459, 19, 31, 303.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(36732, 1884, 'Mich&Jstore', 5234, 16, 31, 395.70, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36733, 1884, 'Mich&Jstore', 5851, 15, 31, 103.99, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36734, 1884, 'Mich&Jstore', 5573, 10, 31, 72.39, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36735, 1884, 'Mich&Jstore', 1319, 2, 31, 909.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36736, 1884, 'Mich&Jstore', 2168, 19, 31, 15.14, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36737, 1884, 'Mich&Jstore', 5487, 17, 31, 352.87, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36738, 1884, 'Mich&Jstore', 3944, 5, 31, 82.95, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36739, 1884, 'Mich&Jstore', 5964, 17, 31, 45.86, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36740, 1884, 'Mich&Jstore', 2337, 5, 31, 31.50, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36741, 1884, 'Mich&Jstore', 824, 18, 31, 23.96, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36742, 1884, 'Mich&Jstore', 4136, 18, 31, 36.39, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36743, 1884, 'Mich&Jstore', 1835, 10, 31, 106.00, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36744, 1884, 'Mich&Jstore', 932, 5, 31, 13.95, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36745, 1884, 'Mich&Jstore', 2637, 14, 31, 16.63, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36746, 1884, 'Mich&Jstore', 293, 5, 31, 14.36, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36747, 1884, 'Mich&Jstore', 4913, 13, 31, 504.69, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36748, 1884, 'Mich&Jstore', 2151, 18, 31, 53.43, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36749, 1884, 'Mich&Jstore', 3676, 18, 31, 8.99, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36750, 1884, 'Mich&Jstore', 804, 18, 31, 8.23, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36751, 1884, 'Mich&Jstore', 3282, 16, 31, 21.41, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36752, 1884, 'Mich&Jstore', 1031, 19, 31, 10.60, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36753, 1884, 'Mich&Jstore', 4893, 12, 31, 114.80, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36754, 1884, 'Mich&Jstore', 4587, 16, 31, 26.28, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36755, 1884, 'Mich&Jstore', 699, 18, 31, 70.35, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36756, 1884, 'Mich&Jstore', 782, 14, 31, 6.92, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36757, 1884, 'Mich&Jstore', 4577, 5, 31, 30.12, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36758, 1884, 'Mich&Jstore', 2135, 17, 31, 57.08, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36759, 1884, 'Mich&Jstore', 1146, 18, 31, 9.27, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36760, 1884, 'Mich&Jstore', 5610, 15, 31, 93.59, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36761, 1884, 'Mich&Jstore', 3383, 7, 31, 98.20, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36762, 1884, 'Mich&Jstore', 148, 18, 31, 10.54, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36763, 1884, 'Mich&Jstore', 5128, 16, 31, 330.02, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36764, 1884, 'Mich&Jstore', 1513, 15, 31, 1464.50, 1, 1, 'ai_bid', '2024-09-03 16:19:02', '2024-09-03 16:19:02', '2024-09-04 16:19:02'),
(36765, 1884, 'Mich&Jstore', 5792, 15, 31, 304.50, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36766, 1884, 'Mich&Jstore', 1644, 12, 31, 38.68, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36767, 1884, 'Mich&Jstore', 4346, 14, 31, 61.31, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36768, 1884, 'Mich&Jstore', 2784, 14, 31, 13.77, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36769, 1884, 'Mich&Jstore', 5206, 13, 31, 51.99, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36770, 1884, 'Mich&Jstore', 3600, 12, 31, 98.70, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36771, 1884, 'Mich&Jstore', 3662, 10, 31, 21.53, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36772, 1884, 'Mich&Jstore', 3821, 15, 31, 22.71, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36773, 1884, 'Mich&Jstore', 2082, 19, 31, 14.00, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36774, 1884, 'Mich&Jstore', 3228, 5, 31, 2.91, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36775, 1884, 'Mich&Jstore', 5812, 17, 31, 1.52, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36776, 1884, 'Mich&Jstore', 734, 19, 31, 0.23, 1, 1, 'ai_bid', '2024-09-03 16:19:03', '2024-09-03 16:19:03', '2024-09-04 16:20:02'),
(36777, 1938, 'Brightoplaza', 1309, 2, NULL, 140.00, 1, 1, 'manual_bid', '2024-09-03 18:38:29', '2024-09-03 18:38:29', '2024-09-04 18:39:02'),
(36778, 1938, 'Brightoplaza', 1291, 2, NULL, 11.00, 1, 1, 'manual_bid', '2024-09-03 18:44:50', '2024-09-03 18:44:50', '2024-09-04 18:45:02'),
(36779, 1938, 'Brightoplaza', 24, 2, NULL, 1.00, 9, 1, 'manual_bid', '2024-09-03 18:46:38', '2024-09-03 18:46:38', '2024-09-04 18:47:02'),
(36780, 1886, 'Lovenest Luxe', 2437, 2, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-03 20:35:24', '2024-09-03 20:35:24', '2024-09-04 20:36:01'),
(36781, 1886, 'Lovenest Luxe', 3069, 2, NULL, 19.00, 10, 1, 'manual_bid', '2024-09-03 20:37:12', '2024-09-03 20:37:12', '2024-09-04 20:38:02'),
(36782, 1921, 'Baeniiz', 3814, 4, NULL, 102.00, 2, 1, 'manual_bid', '2024-09-04 01:04:28', '2024-09-04 01:04:28', '2024-09-05 01:05:02'),
(36783, 1920, 'Nizzy', 3814, 4, NULL, 102.00, 2, 1, 'manual_bid', '2024-09-04 01:05:18', '2024-09-04 01:05:18', '2024-09-05 01:06:02'),
(36784, 1798, 'Feelyards', 3917, 2, NULL, 500.00, 1, 1, 'manual_bid', '2024-09-04 05:45:55', '2024-09-04 05:45:55', '2024-09-05 05:46:02'),
(36785, 1798, 'Feelyards', 1577, 4, NULL, 71.00, 1, 1, 'manual_bid', '2024-09-04 05:48:44', '2024-09-04 05:48:44', '2024-09-05 05:49:02'),
(36786, 1798, 'Feelyards', 3202, 4, NULL, 8.00, 1, 1, 'manual_bid', '2024-09-04 05:52:00', '2024-09-04 05:52:00', '2024-09-05 05:52:01'),
(36787, 1915, 'BnBGlobal', 3321, 5, NULL, 51.00, 1, 1, 'manual_bid', '2024-09-04 07:38:11', '2024-09-04 07:38:11', '2024-09-05 07:39:02'),
(36788, 1915, 'BnBGlobal', 3323, 5, NULL, 60.00, 1, 1, 'manual_bid', '2024-09-04 07:39:27', '2024-09-04 07:39:27', '2024-09-05 07:40:03'),
(36789, 1915, 'BnBGlobal', 1015, 5, NULL, 4.00, 3, 1, 'manual_bid', '2024-09-04 07:42:10', '2024-09-04 07:42:10', '2024-09-05 07:43:01'),
(36790, 1915, 'BnBGlobal', 1021, 5, NULL, 4.00, 1, 1, 'manual_bid', '2024-09-04 07:43:24', '2024-09-04 07:43:24', '2024-09-05 07:44:02'),
(36791, 1850, 'Chanadus', 5960, 15, 32, 1431.93, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36792, 1850, 'Chanadus', 3463, 14, 32, 138.36, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36793, 1850, 'Chanadus', 327, 10, 32, 136.78, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36794, 1850, 'Chanadus', 4558, 16, 32, 416.00, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36795, 1850, 'Chanadus', 411, 2, 32, 33.62, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36796, 1850, 'Chanadus', 1856, 17, 32, 43.61, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36797, 1850, 'Chanadus', 3822, 15, 32, 18.17, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36798, 1850, 'Chanadus', 2973, 19, 32, 421.04, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36799, 1850, 'Chanadus', 5206, 13, 32, 52.49, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36800, 1850, 'Chanadus', 4405, 18, 32, 25.25, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36801, 1850, 'Chanadus', 74, 2, 32, 4.16, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36802, 1850, 'Chanadus', 5748, 13, 32, 10.19, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36803, 1850, 'Chanadus', 2704, 14, 32, 16.32, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36804, 1850, 'Chanadus', 5751, 15, 32, 4.32, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36805, 1850, 'Chanadus', 303, 18, 32, 9.47, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36806, 1850, 'Chanadus', 233, 12, 32, 3.06, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36807, 1850, 'Chanadus', 4659, 12, 32, 10.08, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36808, 1850, 'Chanadus', 734, 19, 32, 0.22, 1, 1, 'ai_bid', '2024-09-04 11:46:02', '2024-09-04 11:46:02', '2024-09-05 11:46:02'),
(36809, 1850, 'Chanadus', 2933, 19, NULL, 515.00, 2, 1, 'manual_bid', '2024-09-04 13:12:58', '2024-09-04 13:12:58', '2024-09-05 13:13:01'),
(36810, 1850, 'Chanadus', 681, 13, NULL, 26.78, 5, 1, 'manual_bid', '2024-09-04 13:15:18', '2024-09-04 13:15:18', '2024-09-05 13:16:02'),
(36811, 1884, 'Mich&Jstore', 2527, 19, 31, 20.58, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36812, 1884, 'Mich&Jstore', 1173, 14, 31, 25.49, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36813, 1884, 'Mich&Jstore', 520, 17, 31, 38.82, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36814, 1884, 'Mich&Jstore', 5164, 13, 31, 31.92, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36815, 1884, 'Mich&Jstore', 1238, 19, 31, 505.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36816, 1884, 'Mich&Jstore', 1485, 15, 31, 572.75, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36817, 1884, 'Mich&Jstore', 1242, 5, 31, 20394.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36818, 1884, 'Mich&Jstore', 2279, 17, 31, 358.79, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36819, 1884, 'Mich&Jstore', 2421, 19, 31, 735.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36820, 1884, 'Mich&Jstore', 5273, 16, 31, 298.31, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36821, 1884, 'Mich&Jstore', 5225, 13, 31, 635.99, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36822, 1884, 'Mich&Jstore', 3907, 16, 31, 27.29, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36823, 1884, 'Mich&Jstore', 2099, 17, 31, 20.48, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36824, 1884, 'Mich&Jstore', 3721, 10, 31, 34.81, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36825, 1884, 'Mich&Jstore', 2043, 17, 31, 55.98, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36826, 1884, 'Mich&Jstore', 4616, 16, 31, 9078.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36827, 1884, 'Mich&Jstore', 4295, 14, 31, 103.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36828, 1884, 'Mich&Jstore', 75, 2, 31, 12.12, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36829, 1884, 'Mich&Jstore', 1849, 19, 31, 32860.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36830, 1884, 'Mich&Jstore', 4524, 16, 31, 10.17, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36831, 1884, 'Mich&Jstore', 5831, 15, 31, 19.94, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36832, 1884, 'Mich&Jstore', 445, 19, 31, 1242.80, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36833, 1884, 'Mich&Jstore', 379, 2, 31, 7.35, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36834, 1884, 'Mich&Jstore', 4319, 18, 31, 1871.99, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36835, 1884, 'Mich&Jstore', 2426, 19, 31, 523.95, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36836, 1884, 'Mich&Jstore', 3380, 10, 31, 15.76, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36837, 1884, 'Mich&Jstore', 2665, 14, 31, 18.71, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36838, 1884, 'Mich&Jstore', 3146, 4, 31, 7.20, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36839, 1884, 'Mich&Jstore', 3626, 13, 31, 19.99, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36840, 1884, 'Mich&Jstore', 4773, 12, 31, 51.97, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36841, 1884, 'Mich&Jstore', 909, 5, 31, 30.60, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36842, 1884, 'Mich&Jstore', 3813, 15, 31, 22.21, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36843, 1884, 'Mich&Jstore', 2041, 5, 31, 2.08, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36844, 1884, 'Mich&Jstore', 2403, 19, 31, 3296.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36845, 1884, 'Mich&Jstore', 5926, 11, 31, 62.09, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36846, 1884, 'Mich&Jstore', 469, 16, 31, 106.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36847, 1884, 'Mich&Jstore', 3064, 2, 31, 4.73, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36848, 1884, 'Mich&Jstore', 1135, 19, 31, 310.56, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36849, 1884, 'Mich&Jstore', 5440, 17, 31, 63.43, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36850, 1884, 'Mich&Jstore', 501, 19, 31, 3729.05, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36851, 1884, 'Mich&Jstore', 343, 15, 31, 94.33, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36852, 1884, 'Mich&Jstore', 2961, 19, 31, 1389.76, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36853, 1884, 'Mich&Jstore', 566, 7, 31, 20.20, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36854, 1884, 'Mich&Jstore', 4096, 5, 31, 103.00, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36855, 1884, 'Mich&Jstore', 5606, 15, 31, 625.40, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36856, 1884, 'Mich&Jstore', 1782, 10, 31, 50.40, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36857, 1884, 'Mich&Jstore', 3218, 5, 31, 378.75, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36858, 1884, 'Mich&Jstore', 4769, 14, 31, 28.08, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36859, 1884, 'Mich&Jstore', 3123, 18, 31, 112.27, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36860, 1884, 'Mich&Jstore', 2040, 17, 31, 55.98, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36861, 1884, 'Mich&Jstore', 1386, 2, 31, 9.28, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36862, 1884, 'Mich&Jstore', 2185, 19, 31, 60.60, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36863, 1884, 'Mich&Jstore', 1931, 1, 31, 1626.45, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36864, 1884, 'Mich&Jstore', 3132, 4, 31, 137.18, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36865, 1884, 'Mich&Jstore', 5339, 14, 31, 101.95, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36866, 1884, 'Mich&Jstore', 502, 19, 31, 55.55, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36867, 1884, 'Mich&Jstore', 1232, 19, 31, 26.50, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36868, 1884, 'Mich&Jstore', 3189, 19, 31, 2616.20, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36869, 1884, 'Mich&Jstore', 1948, 19, 31, 12.12, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36870, 1884, 'Mich&Jstore', 1904, 2, 31, 10.30, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36871, 1884, 'Mich&Jstore', 4608, 15, 31, 94.50, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36872, 1884, 'Mich&Jstore', 1130, 19, 31, 36.49, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36873, 1884, 'Mich&Jstore', 2719, 18, 31, 28.33, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36874, 1884, 'Mich&Jstore', 3740, 7, 31, 31.98, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36875, 1884, 'Mich&Jstore', 136, 2, 31, 24.01, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36876, 1884, 'Mich&Jstore', 930, 10, 31, 14.06, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36877, 1884, 'Mich&Jstore', 1082, 19, 31, 131.25, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36878, 1884, 'Mich&Jstore', 921, 5, 31, 77.25, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36879, 1884, 'Mich&Jstore', 5982, 17, 31, 45.25, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36880, 1884, 'Mich&Jstore', 5799, 13, 31, 15.89, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36881, 1884, 'Mich&Jstore', 3184, 5, 31, 9.67, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36882, 1884, 'Mich&Jstore', 999, 5, 31, 14.42, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36883, 1884, 'Mich&Jstore', 1996, 14, 31, 35.33, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36884, 1884, 'Mich&Jstore', 2907, 14, 31, 34.45, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36885, 1884, 'Mich&Jstore', 47, 2, 31, 9.27, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36886, 1884, 'Mich&Jstore', 672, 10, 31, 3.09, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36887, 1884, 'Mich&Jstore', 1844, 19, 31, 0.32, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36888, 1884, 'Mich&Jstore', 803, 19, 31, 0.21, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36889, 1884, 'Mich&Jstore', 1827, 19, 31, 0.12, 1, 1, 'ai_bid', '2024-09-04 17:31:02', '2024-09-04 17:31:02', '2024-09-05 17:31:02'),
(36890, 1938, 'Brightoplaza', 31, 2, NULL, 11.00, 10, 1, 'manual_bid', '2024-09-04 20:02:21', '2024-09-04 20:02:21', '2024-09-05 20:03:01'),
(36891, 1938, 'Brightoplaza', 104, 2, NULL, 34.00, 1, 1, 'manual_bid', '2024-09-04 20:04:28', '2024-09-04 20:04:28', '2024-09-05 20:05:03'),
(36892, 1938, 'Brightoplaza', 3116, 2, NULL, 9.00, 1, 1, 'manual_bid', '2024-09-04 20:06:36', '2024-09-04 20:06:36', '2024-09-05 20:07:02'),
(36893, 1886, 'Lovenest Luxe', 619, 7, NULL, 5.00, 79, 1, 'manual_bid', '2024-09-04 21:44:22', '2024-09-04 21:44:22', '2024-09-05 21:45:02'),
(36894, 1876, 'Etiuko', 4831, 12, NULL, 163.00, 2, 1, 'manual_bid', '2024-09-05 01:24:29', '2024-09-05 01:24:29', '2024-09-06 01:25:02'),
(36895, 1921, 'Baeniiz', 2437, 2, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-05 02:08:48', '2024-09-05 02:08:48', '2024-09-06 02:09:02'),
(36896, 1921, 'Baeniiz', 3064, 2, NULL, 5.00, 1, 1, 'manual_bid', '2024-09-05 02:10:04', '2024-09-05 02:10:04', '2024-09-06 02:11:02'),
(36897, 1920, 'Nizzy', 3064, 2, NULL, 5.00, 1, 1, 'manual_bid', '2024-09-05 02:15:01', '2024-09-05 02:15:01', '2024-09-06 02:15:02'),
(36898, 1920, 'Nizzy', 2437, 2, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-05 02:16:25', '2024-09-05 02:16:25', '2024-09-06 02:17:02'),
(36899, 1798, 'Feelyards', 139, 7, NULL, 501.00, 1, 1, 'manual_bid', '2024-09-05 08:18:34', '2024-09-05 08:18:34', '2024-09-06 08:19:02'),
(36900, 1798, 'Feelyards', 3092, 2, NULL, 48.00, 1, 1, 'manual_bid', '2024-09-05 08:28:28', '2024-09-05 08:28:28', '2024-09-06 08:29:02'),
(36901, 1798, 'Feelyards', 66, 2, NULL, 40.00, 1, 1, 'manual_bid', '2024-09-05 08:31:07', '2024-09-05 08:31:07', '2024-09-06 08:32:01'),
(36902, 1850, 'Chanadus', 3277, 7, 32, 38.45, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36903, 1850, 'Chanadus', 3127, 2, 32, 13.77, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36904, 1850, 'Chanadus', 3770, 7, 32, 13.36, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36905, 1850, 'Chanadus', 5173, 16, 32, 291.19, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36906, 1850, 'Chanadus', 3461, 14, 32, 603.74, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36907, 1850, 'Chanadus', 2915, 14, 32, 1039.05, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36908, 1850, 'Chanadus', 3318, 5, 32, 1.20, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36909, 1850, 'Chanadus', 4311, 16, 32, 50.50, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36910, 1850, 'Chanadus', 2043, 17, 32, 55.98, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36911, 1850, 'Chanadus', 2681, 14, 32, 90.05, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36912, 1850, 'Chanadus', 5045, 16, 32, 135.45, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36913, 1850, 'Chanadus', 4810, 17, 32, 39.07, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36914, 1850, 'Chanadus', 3325, 7, 32, 6.14, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36915, 1850, 'Chanadus', 3700, 14, 32, 210.84, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36916, 1850, 'Chanadus', 313, 18, 32, 196.25, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36917, 1850, 'Chanadus', 2145, 19, 32, 20.37, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36918, 1850, 'Chanadus', 5471, 12, 32, 4.19, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36919, 1850, 'Chanadus', 2041, 5, 32, 2.06, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36920, 1850, 'Chanadus', 5489, 7, 32, 2.04, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36921, 1850, 'Chanadus', 143, 18, 32, 1.03, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36922, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36923, 1850, 'Chanadus', 1818, 19, 32, 1.03, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36924, 1850, 'Chanadus', 1829, 5, 32, 0.80, 1, 1, 'ai_bid', '2024-09-05 12:56:02', '2024-09-05 12:56:02', '2024-09-06 12:56:02'),
(36925, 1850, 'Chanadus', 540, 19, NULL, 375.00, 3, 1, 'manual_bid', '2024-09-05 14:25:46', '2024-09-05 14:25:46', '2024-09-06 14:26:02'),
(36926, 1850, 'Chanadus', 56, 2, NULL, 7.22, 7, 1, 'manual_bid', '2024-09-05 14:28:16', '2024-09-05 14:28:16', '2024-09-06 14:29:02'),
(36927, 1884, 'Mich&Jstore', 1570, 19, 31, 33.64, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36928, 1884, 'Mich&Jstore', 3903, 16, 31, 37.00, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36929, 1884, 'Mich&Jstore', 2156, 19, 31, 300.98, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36930, 1884, 'Mich&Jstore', 4871, 17, 31, 70.69, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36931, 1884, 'Mich&Jstore', 889, 7, 31, 17.13, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36932, 1884, 'Mich&Jstore', 5672, 10, 31, 3323.16, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36933, 1884, 'Mich&Jstore', 392, 10, 31, 114.28, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36934, 1884, 'Mich&Jstore', 4206, 18, 31, 20.40, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36935, 1884, 'Mich&Jstore', 5505, 10, 31, 85.04, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36936, 1884, 'Mich&Jstore', 5973, 17, 31, 26.24, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36937, 1884, 'Mich&Jstore', 4051, 13, 31, 207.98, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36938, 1884, 'Mich&Jstore', 956, 17, 31, 14420.00, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36939, 1884, 'Mich&Jstore', 6141, 11, 31, 20.60, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36940, 1884, 'Mich&Jstore', 1370, 2, 31, 104.94, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36941, 1884, 'Mich&Jstore', 37, 2, 31, 9.36, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36942, 1884, 'Mich&Jstore', 4992, 14, 31, 12.45, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36943, 1884, 'Mich&Jstore', 4823, 17, 31, 30.11, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36944, 1884, 'Mich&Jstore', 1032, 19, 31, 100.70, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36945, 1884, 'Mich&Jstore', 854, 19, 31, 36.20, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36946, 1884, 'Mich&Jstore', 4005, 18, 31, 525.87, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36947, 1884, 'Mich&Jstore', 6014, 11, 31, 4240.00, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36948, 1884, 'Mich&Jstore', 1580, 19, 31, 15.24, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36949, 1884, 'Mich&Jstore', 2631, 14, 31, 42.42, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36950, 1884, 'Mich&Jstore', 6019, 11, 31, 6.10, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36951, 1884, 'Mich&Jstore', 590, 19, 31, 3282.50, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36952, 1884, 'Mich&Jstore', 4521, 16, 31, 13.77, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36953, 1884, 'Mich&Jstore', 3997, 18, 31, 2020.95, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36954, 1884, 'Mich&Jstore', 4787, 16, 31, 32.54, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36955, 1884, 'Mich&Jstore', 2769, 14, 31, 31.24, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36956, 1884, 'Mich&Jstore', 3167, 18, 31, 328.59, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36957, 1884, 'Mich&Jstore', 2129, 19, 31, 204.97, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36958, 1884, 'Mich&Jstore', 3983, 18, 31, 83.41, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36959, 1884, 'Mich&Jstore', 5085, 11, 31, 180.19, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36960, 1884, 'Mich&Jstore', 1921, 19, 31, 10.30, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36961, 1884, 'Mich&Jstore', 6049, 11, 31, 10.40, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36962, 1884, 'Mich&Jstore', 4767, 12, 31, 45.89, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36963, 1884, 'Mich&Jstore', 5852, 15, 31, 40.27, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36964, 1884, 'Mich&Jstore', 1586, 4, 31, 81.23, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36965, 1884, 'Mich&Jstore', 2475, 16, 31, 26.67, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36966, 1884, 'Mich&Jstore', 1749, 2, 31, 102.90, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36967, 1884, 'Mich&Jstore', 4769, 14, 31, 28.08, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36968, 1884, 'Mich&Jstore', 1822, 19, 31, 40.56, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36969, 1884, 'Mich&Jstore', 3111, 2, 31, 262.50, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36970, 1884, 'Mich&Jstore', 2886, 14, 31, 14.41, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36971, 1884, 'Mich&Jstore', 4322, 18, 31, 699.72, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36972, 1884, 'Mich&Jstore', 483, 1, 31, 56.29, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36973, 1884, 'Mich&Jstore', 1598, 19, 31, 7.96, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36974, 1884, 'Mich&Jstore', 1652, 17, 31, 13.62, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36975, 1884, 'Mich&Jstore', 5112, 16, 31, 13.52, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36976, 1884, 'Mich&Jstore', 2408, 19, 31, 67.98, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36977, 1884, 'Mich&Jstore', 762, 18, 31, 124.64, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36978, 1884, 'Mich&Jstore', 4469, 15, 31, 1615.99, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36979, 1884, 'Mich&Jstore', 3063, 18, 31, 211.12, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36980, 1884, 'Mich&Jstore', 3538, 10, 31, 155.99, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36981, 1884, 'Mich&Jstore', 4732, 14, 31, 425.24, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36982, 1884, 'Mich&Jstore', 3803, 19, 31, 1359.75, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36983, 1884, 'Mich&Jstore', 4659, 12, 31, 10.17, 1, 1, 'ai_bid', '2024-09-05 18:43:02', '2024-09-05 18:43:02', '2024-09-06 08:26:03'),
(36984, 1884, 'Mich&Jstore', 984, 17, 31, 735.14, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36985, 1884, 'Mich&Jstore', 1299, 15, 31, 22.04, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36986, 1884, 'Mich&Jstore', 4876, 17, 31, 40.37, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36987, 1884, 'Mich&Jstore', 1756, 2, 31, 1568.80, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36988, 1884, 'Mich&Jstore', 5305, 16, 31, 18.71, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36989, 1884, 'Mich&Jstore', 3738, 10, 31, 120.36, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36990, 1884, 'Mich&Jstore', 5551, 12, 31, 207.99, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36991, 1884, 'Mich&Jstore', 1793, 19, 31, 3.12, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36992, 1884, 'Mich&Jstore', 4966, 11, 31, 3040.80, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36993, 1884, 'Mich&Jstore', 4282, 5, 31, 60.83, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36994, 1884, 'Mich&Jstore', 6065, 11, 31, 21.50, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36995, 1884, 'Mich&Jstore', 3790, 19, 31, 45.44, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36996, 1884, 'Mich&Jstore', 4343, 18, 31, 173.03, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36997, 1884, 'Mich&Jstore', 1262, 19, 31, 1.56, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36998, 1884, 'Mich&Jstore', 5454, 12, 31, 9685.90, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(36999, 1884, 'Mich&Jstore', 4956, 12, 31, 40.40, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37000, 1884, 'Mich&Jstore', 3561, 12, 31, 9.22, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37001, 1884, 'Mich&Jstore', 3364, 15, 31, 42.00, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37002, 1884, 'Mich&Jstore', 5365, 13, 31, 205.99, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37003, 1884, 'Mich&Jstore', 2670, 18, 31, 868.40, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37004, 1884, 'Mich&Jstore', 1928, 10, 31, 4.88, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37005, 1884, 'Mich&Jstore', 3709, 14, 31, 3.40, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37006, 1884, 'Mich&Jstore', 503, 19, 31, 1273.08, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37007, 1884, 'Mich&Jstore', 1996, 14, 31, 34.99, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37008, 1884, 'Mich&Jstore', 893, 7, 31, 70.69, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37009, 1884, 'Mich&Jstore', 3226, 5, 31, 46.63, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37010, 1884, 'Mich&Jstore', 2414, 19, 31, 1138.80, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37011, 1884, 'Mich&Jstore', 2861, 14, 31, 56.09, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37012, 1884, 'Mich&Jstore', 4401, 18, 31, 31.80, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37013, 1884, 'Mich&Jstore', 5759, 13, 31, 3.88, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37014, 1884, 'Mich&Jstore', 2120, 19, 31, 120.64, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37015, 1884, 'Mich&Jstore', 5047, 14, 31, 10.70, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37016, 1884, 'Mich&Jstore', 671, 18, 31, 14365.52, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37017, 1884, 'Mich&Jstore', 4099, 5, 31, 210.00, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37018, 1884, 'Mich&Jstore', 2227, 19, 31, 21.12, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37019, 1884, 'Mich&Jstore', 5458, 12, 31, 4080.00, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37020, 1884, 'Mich&Jstore', 6103, 11, 31, 32.59, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37021, 1884, 'Mich&Jstore', 577, 18, 31, 795.60, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37022, 1884, 'Mich&Jstore', 1736, 19, 31, 34.49, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37023, 1884, 'Mich&Jstore', 3497, 10, 31, 27.24, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37024, 1884, 'Mich&Jstore', 3479, 14, 31, 47.67, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37025, 1884, 'Mich&Jstore', 2535, 19, 31, 277.44, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37026, 1884, 'Mich&Jstore', 5722, 16, 31, 29.28, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37027, 1884, 'Mich&Jstore', 312, 18, 31, 50.15, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37028, 1884, 'Mich&Jstore', 2824, 14, 31, 6583.18, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37029, 1884, 'Mich&Jstore', 338, 18, 31, 2611.15, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37030, 1884, 'Mich&Jstore', 2092, 7, 31, 158.41, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37031, 1884, 'Mich&Jstore', 2187, 19, 31, 10.40, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37032, 1884, 'Mich&Jstore', 3354, 7, 31, 51.94, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37033, 1884, 'Mich&Jstore', 1959, 5, 31, 20.80, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37034, 1884, 'Mich&Jstore', 1781, 19, 31, 13.78, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37035, 1884, 'Mich&Jstore', 4709, 12, 31, 50.07, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37036, 1884, 'Mich&Jstore', 3977, 12, 31, 390.36, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37037, 1884, 'Mich&Jstore', 5579, 10, 31, 83.32, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37038, 1884, 'Mich&Jstore', 3587, 12, 31, 7.40, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37039, 1884, 'Mich&Jstore', 1086, 19, 31, 1740.70, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37040, 1884, 'Mich&Jstore', 5134, 16, 31, 84.12, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37041, 1884, 'Mich&Jstore', 866, 2, 31, 61.20, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37042, 1884, 'Mich&Jstore', 3301, 15, 31, 18.90, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37043, 1884, 'Mich&Jstore', 3426, 10, 31, 24.71, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37044, 1884, 'Mich&Jstore', 1946, 10, 31, 4.64, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37045, 1884, 'Mich&Jstore', 639, 14, 31, 4.12, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37046, 1884, 'Mich&Jstore', 510, 17, 31, 10.59, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37047, 1884, 'Mich&Jstore', 318, 18, 31, 28.94, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37048, 1884, 'Mich&Jstore', 634, 5, 31, 1.06, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37049, 1884, 'Mich&Jstore', 2461, 10, 31, 7.41, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37050, 1884, 'Mich&Jstore', 4033, 18, 31, 2.73, 1, 1, 'ai_bid', '2024-09-05 18:43:03', '2024-09-05 18:43:03', '2024-09-06 08:26:03'),
(37051, 1915, 'BnBGlobal', 4637, 5, NULL, 30.00, 2, 1, 'manual_bid', '2024-09-05 19:09:08', '2024-09-05 19:09:08', '2024-09-06 19:10:02'),
(37052, 1915, 'BnBGlobal', 3312, 5, NULL, 69.00, 1, 1, 'manual_bid', '2024-09-05 19:23:28', '2024-09-05 19:23:28', '2024-09-06 19:24:02'),
(37053, 1886, 'Lovenest Luxe', 3089, 2, NULL, 7.00, 57, 1, 'manual_bid', '2024-09-05 22:54:16', '2024-09-05 22:54:16', '2024-09-06 22:55:02'),
(37054, 1938, 'Brightoplaza', 866, 2, NULL, 61.00, 2, 1, 'manual_bid', '2024-09-06 01:00:21', '2024-09-06 01:00:21', '2024-09-07 01:01:02'),
(37055, 1938, 'Brightoplaza', 127, 2, NULL, 41.00, 1, 1, 'manual_bid', '2024-09-06 01:04:34', '2024-09-06 01:04:34', '2024-09-07 01:05:03'),
(37056, 1921, 'Baeniiz', 2437, 2, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-06 03:14:21', '2024-09-06 03:14:21', '2024-09-07 03:15:03'),
(37057, 1921, 'Baeniiz', 54, 2, NULL, 7.00, 1, 1, 'manual_bid', '2024-09-06 03:17:45', '2024-09-06 03:17:45', '2024-09-07 03:18:02'),
(37058, 1920, 'Nizzy', 2437, 2, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-06 03:20:37', '2024-09-06 03:20:37', '2024-09-07 03:21:02'),
(37059, 1920, 'Nizzy', 54, 2, NULL, 7.00, 1, 1, 'manual_bid', '2024-09-06 03:21:20', '2024-09-06 03:21:20', '2024-09-07 03:22:02'),
(37060, 1876, 'Etiuko', 2285, 5, NULL, 91.00, 1, 1, 'manual_bid', '2024-09-06 09:22:57', '2024-09-06 09:22:57', '2024-09-07 09:23:02'),
(37061, 1876, 'Etiuko', 5551, 12, NULL, 200.00, 1, 1, 'manual_bid', '2024-09-06 09:29:56', '2024-09-06 09:29:56', '2024-09-07 09:30:03'),
(37062, 1876, 'Etiuko', 1839, 12, NULL, 38.00, 1, 1, 'manual_bid', '2024-09-06 09:34:33', '2024-09-06 09:34:33', '2024-09-07 09:35:02'),
(37063, 1798, 'Feelyards', 1745, 2, NULL, 99.00, 1, 1, 'manual_bid', '2024-09-06 09:38:04', '2024-09-06 09:38:04', '2024-09-07 09:39:02'),
(37064, 1798, 'Feelyards', 3917, 2, NULL, 500.00, 1, 1, 'manual_bid', '2024-09-06 09:39:44', '2024-09-06 09:39:44', '2024-09-07 09:40:03'),
(37065, 1850, 'Chanadus', 1925, 18, 32, 119.70, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37066, 1850, 'Chanadus', 1005, 5, 32, 10.20, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37067, 1850, 'Chanadus', 5084, 14, 32, 20.59, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37068, 1850, 'Chanadus', 1568, 15, 32, 115.83, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37069, 1850, 'Chanadus', 1095, 19, 32, 8.38, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37070, 1850, 'Chanadus', 2481, 18, 32, 23.10, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37071, 1850, 'Chanadus', 2764, 19, 32, 438.88, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37072, 1850, 'Chanadus', 4060, 13, 32, 16.47, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37073, 1850, 'Chanadus', 2026, 4, 32, 87.24, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37074, 1850, 'Chanadus', 2117, 19, 32, 16.98, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37075, 1850, 'Chanadus', 4625, 15, 32, 127.20, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37076, 1850, 'Chanadus', 2919, 19, 32, 27.18, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37077, 1850, 'Chanadus', 5321, 13, 32, 278.75, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37078, 1850, 'Chanadus', 5016, 11, 32, 296.82, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37079, 1850, 'Chanadus', 2954, 19, 32, 757.50, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37080, 1850, 'Chanadus', 3132, 4, 32, 137.18, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37081, 1850, 'Chanadus', 660, 10, 32, 2.04, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37082, 1850, 'Chanadus', 1011, 5, 32, 230.72, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37083, 1850, 'Chanadus', 6021, 17, 32, 38.09, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37084, 1850, 'Chanadus', 3838, 16, 32, 9.26, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37085, 1850, 'Chanadus', 5801, 13, 32, 25.74, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37086, 1850, 'Chanadus', 4523, 16, 32, 3.03, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37087, 1850, 'Chanadus', 4218, 14, 32, 33.32, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37088, 1850, 'Chanadus', 3041, 14, 32, 16.14, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37089, 1850, 'Chanadus', 6101, 1, 32, 5.65, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37090, 1850, 'Chanadus', 5512, 10, 32, 12.84, 1, 1, 'ai_bid', '2024-09-06 14:07:02', '2024-09-06 14:07:02', '2024-09-07 14:08:02'),
(37091, 1850, 'Chanadus', 6005, 11, NULL, 1000.00, 1, 1, 'manual_bid', '2024-09-06 15:34:52', '2024-09-06 15:34:52', '2024-09-07 15:35:03'),
(37092, 1850, 'Chanadus', 675, 19, NULL, 31.21, 6, 1, 'manual_bid', '2024-09-06 15:38:20', '2024-09-06 15:38:20', '2024-09-07 15:39:02'),
(37093, 1915, 'BnBGlobal', 3312, 5, NULL, 69.00, 2, 1, 'manual_bid', '2024-09-06 21:46:40', '2024-09-06 21:46:40', '2024-09-07 21:47:01'),
(37094, 1915, 'BnBGlobal', 3314, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-09-06 21:52:31', '2024-09-06 21:52:31', '2024-09-07 21:53:02'),
(37095, 1915, 'BnBGlobal', 1419, 5, NULL, 41.00, 1, 1, 'manual_bid', '2024-09-06 22:25:39', '2024-09-06 22:25:39', '2024-09-07 22:26:02'),
(37096, 1886, 'Lovenest Luxe', 16, 2, NULL, 13.00, 31, 1, 'manual_bid', '2024-09-06 23:56:34', '2024-09-06 23:56:34', '2024-09-07 23:57:01'),
(37097, 1938, 'Brightoplaza', 147, 2, NULL, 71.00, 2, 1, 'manual_bid', '2024-09-07 02:21:22', '2024-09-07 02:21:22', '2024-09-08 02:22:02'),
(37098, 1938, 'Brightoplaza', 3084, 2, NULL, 9.00, 1, 1, 'manual_bid', '2024-09-07 02:28:45', '2024-09-07 02:28:45', '2024-09-08 02:29:02'),
(37099, 1938, 'Brightoplaza', 22, 2, NULL, 14.00, 1, 1, 'manual_bid', '2024-09-07 02:30:35', '2024-09-07 02:30:35', '2024-09-08 02:31:02'),
(37100, 1921, 'Baeniiz', 2033, 4, NULL, 210.00, 1, 1, 'manual_bid', '2024-09-07 04:19:33', '2024-09-07 04:19:33', '2024-09-08 04:20:02'),
(37101, 1920, 'Nizzy', 4761, 12, NULL, 211.00, 1, 1, 'manual_bid', '2024-09-07 04:23:13', '2024-09-07 04:23:13', '2024-09-08 04:24:02'),
(37102, 1798, 'Feelyards', 3916, 2, NULL, 601.00, 1, 1, 'manual_bid', '2024-09-07 11:29:54', '2024-09-07 11:29:54', '2024-09-08 11:30:02'),
(37103, 1798, 'Feelyards', 1108, 4, NULL, 7.00, 1, 1, 'manual_bid', '2024-09-07 11:32:20', '2024-09-07 11:32:20', '2024-09-08 11:33:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(37104, 1850, 'Chanadus', 3460, 11, 32, 3.50, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37105, 1850, 'Chanadus', 4402, 18, 32, 30.90, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37106, 1850, 'Chanadus', 6032, 15, 32, 101.99, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37107, 1850, 'Chanadus', 437, 16, 32, 244.40, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37108, 1850, 'Chanadus', 322, 10, 32, 52.50, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37109, 1850, 'Chanadus', 5107, 16, 32, 14.26, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37110, 1850, 'Chanadus', 3937, 16, 32, 59.27, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37111, 1850, 'Chanadus', 1791, 19, 32, 1050.00, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37112, 1850, 'Chanadus', 5030, 16, 32, 164.92, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37113, 1850, 'Chanadus', 5333, 14, 32, 311.95, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37114, 1850, 'Chanadus', 5867, 17, 32, 32.21, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37115, 1850, 'Chanadus', 5934, 11, 32, 10.37, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37116, 1850, 'Chanadus', 2875, 10, 32, 67.53, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37117, 1850, 'Chanadus', 2980, 14, 32, 208.12, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37118, 1850, 'Chanadus', 1204, 18, 32, 34.55, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37119, 1850, 'Chanadus', 5834, 11, 32, 45.44, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37120, 1850, 'Chanadus', 63, 2, 32, 7.28, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37121, 1850, 'Chanadus', 464, 17, 32, 163.38, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37122, 1850, 'Chanadus', 1293, 15, 32, 33.89, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37123, 1850, 'Chanadus', 4940, 14, 32, 20.14, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37124, 1850, 'Chanadus', 2123, 19, 32, 21.00, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37125, 1850, 'Chanadus', 2095, 13, 32, 20.99, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37126, 1850, 'Chanadus', 5066, 14, 32, 20.99, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37127, 1850, 'Chanadus', 5417, 14, 32, 164.84, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37128, 1850, 'Chanadus', 4668, 12, 32, 1.47, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37129, 1850, 'Chanadus', 1342, 10, 32, 6.11, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37130, 1850, 'Chanadus', 771, 10, 32, 7.31, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37131, 1850, 'Chanadus', 1894, 19, 32, 0.20, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37132, 1850, 'Chanadus', 1844, 19, 32, 0.32, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37133, 1850, 'Chanadus', 1738, 5, 32, 1.49, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37134, 1850, 'Chanadus', 756, 19, 32, 0.46, 1, 1, 'ai_bid', '2024-09-07 15:19:02', '2024-09-07 15:19:02', '2024-09-08 15:19:02'),
(37135, 1850, 'Chanadus', 2089, 19, NULL, 180.00, 6, 1, 'manual_bid', '2024-09-07 17:19:40', '2024-09-07 17:19:40', '2024-09-08 17:20:02'),
(37136, 1850, 'Chanadus', 2027, 2, NULL, 59.50, 2, 1, 'manual_bid', '2024-09-07 17:24:20', '2024-09-07 17:24:20', '2024-09-08 17:25:02'),
(37137, 1886, 'Lovenest Luxe', 3099, 2, NULL, 12.00, 34, 1, 'manual_bid', '2024-09-08 01:00:45', '2024-09-08 01:00:45', '2024-09-09 01:01:01'),
(37138, 1915, 'BnBGlobal', 3276, 5, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-08 01:05:44', '2024-09-08 01:05:44', '2024-09-09 01:06:02'),
(37139, 1915, 'BnBGlobal', 3931, 5, NULL, 22.00, 1, 1, 'manual_bid', '2024-09-08 01:15:20', '2024-09-08 01:15:20', '2024-09-09 01:16:02'),
(37140, 1915, 'BnBGlobal', 3267, 5, NULL, 3.00, 3, 1, 'manual_bid', '2024-09-08 01:20:59', '2024-09-08 01:20:59', '2024-09-09 01:21:02'),
(37141, 1921, 'Baeniiz', 116, 2, NULL, 100.00, 2, 1, 'manual_bid', '2024-09-08 05:22:05', '2024-09-08 05:22:05', '2024-09-09 05:23:01'),
(37142, 1921, 'Baeniiz', 3099, 2, NULL, 12.00, 1, 1, 'manual_bid', '2024-09-08 05:22:55', '2024-09-08 05:22:55', '2024-09-09 05:23:01'),
(37143, 1920, 'Nizzy', 3057, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-08 05:25:17', '2024-09-08 05:25:17', '2024-09-09 05:26:01'),
(37144, 1920, 'Nizzy', 116, 2, NULL, 100.00, 2, 1, 'manual_bid', '2024-09-08 05:26:08', '2024-09-08 05:26:08', '2024-09-09 05:27:01'),
(37145, 1938, 'Brightoplaza', 147, 2, NULL, 71.00, 2, 1, 'manual_bid', '2024-09-08 09:23:35', '2024-09-08 09:23:35', '2024-09-09 09:24:02'),
(37146, 1938, 'Brightoplaza', 22, 2, NULL, 14.00, 1, 1, 'manual_bid', '2024-09-08 09:26:36', '2024-09-08 09:26:36', '2024-09-09 09:27:02'),
(37147, 1938, 'Brightoplaza', 1306, 2, NULL, 11.00, 1, 1, 'manual_bid', '2024-09-08 09:28:28', '2024-09-08 09:28:28', '2024-09-09 09:29:02'),
(37148, 1798, 'Feelyards', 6054, 15, NULL, 18.00, 1, 1, 'manual_bid', '2024-09-08 12:59:26', '2024-09-08 12:59:26', '2024-09-09 13:00:03'),
(37149, 1798, 'Feelyards', 5753, 15, NULL, 601.00, 1, 1, 'manual_bid', '2024-09-08 13:02:51', '2024-09-08 13:02:51', '2024-09-09 13:03:02'),
(37150, 1850, 'Chanadus', 1822, 19, 32, 39.78, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37151, 1850, 'Chanadus', 4022, 17, 32, 46.79, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37152, 1850, 'Chanadus', 4064, 18, 32, 11.91, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37153, 1850, 'Chanadus', 29, 2, 32, 451.50, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37154, 1850, 'Chanadus', 827, 5, 32, 329.60, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37155, 1850, 'Chanadus', 479, 19, 32, 1346.20, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37156, 1850, 'Chanadus', 1969, 19, 32, 15.74, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37157, 1850, 'Chanadus', 5284, 14, 32, 357.46, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37158, 1850, 'Chanadus', 4532, 14, 32, 111.28, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37159, 1850, 'Chanadus', 4579, 16, 32, 73.49, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37160, 1850, 'Chanadus', 5420, 17, 32, 18.42, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37161, 1850, 'Chanadus', 1585, 13, 32, 1.62, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37162, 1850, 'Chanadus', 4968, 12, 32, 16.40, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37163, 1850, 'Chanadus', 6051, 15, 32, 15.14, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37164, 1850, 'Chanadus', 4231, 5, 32, 102.00, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37165, 1850, 'Chanadus', 3832, 16, 32, 6.06, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37166, 1850, 'Chanadus', 5824, 17, 32, 1.41, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37167, 1850, 'Chanadus', 949, 5, 32, 0.32, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37168, 1850, 'Chanadus', 1827, 19, 32, 0.13, 1, 1, 'ai_bid', '2024-09-08 16:31:02', '2024-09-08 16:31:02', '2024-09-09 16:31:02'),
(37169, 1850, 'Chanadus', 2505, 19, NULL, 50.00, 24, 1, 'manual_bid', '2024-09-08 18:32:38', '2024-09-08 18:32:38', '2024-09-09 18:33:02'),
(37170, 1850, 'Chanadus', 5739, 16, NULL, 11.12, 1, 1, 'manual_bid', '2024-09-08 18:33:43', '2024-09-08 18:33:43', '2024-09-09 18:34:02'),
(37171, 1886, 'Lovenest Luxe', 66, 2, NULL, 40.00, 10, 1, 'manual_bid', '2024-09-09 02:07:29', '2024-09-09 02:07:29', '2024-09-10 02:08:02'),
(37172, 1886, 'Lovenest Luxe', 16, 2, NULL, 12.00, 1, 1, 'manual_bid', '2024-09-09 02:08:53', '2024-09-09 02:08:53', '2024-09-10 02:09:02'),
(37173, 1915, 'BnBGlobal', 4099, 5, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-09 03:53:24', '2024-09-09 03:53:24', '2024-09-10 03:54:02'),
(37174, 1915, 'BnBGlobal', 1954, 5, NULL, 11.00, 3, 1, 'manual_bid', '2024-09-09 03:57:08', '2024-09-09 03:57:08', '2024-09-10 03:58:02'),
(37175, 1921, 'Baeniiz', 5551, 12, NULL, 200.00, 1, 1, 'manual_bid', '2024-09-09 06:25:11', '2024-09-09 06:25:11', '2024-09-10 06:26:02'),
(37176, 1921, 'Baeniiz', 4731, 12, NULL, 14.00, 1, 1, 'manual_bid', '2024-09-09 06:25:50', '2024-09-09 06:25:50', '2024-09-10 06:26:02'),
(37177, 1920, 'Nizzy', 4928, 12, NULL, 51.00, 1, 1, 'manual_bid', '2024-09-09 06:27:21', '2024-09-09 06:27:21', '2024-09-10 06:28:02'),
(37178, 1920, 'Nizzy', 5551, 12, NULL, 200.00, 2, 1, 'manual_bid', '2024-09-09 06:28:17', '2024-09-09 06:28:17', '2024-09-10 06:29:01'),
(37179, 1938, 'Brightoplaza', 2237, 2, NULL, 36.00, 4, 1, 'manual_bid', '2024-09-09 11:44:15', '2024-09-09 11:44:15', '2024-09-10 11:45:02'),
(37180, 1938, 'Brightoplaza', 3870, 2, NULL, 24.00, 1, 1, 'manual_bid', '2024-09-09 11:45:44', '2024-09-09 11:45:44', '2024-09-10 11:46:01'),
(37181, 1798, 'Feelyards', 5055, 13, NULL, 501.00, 1, 1, 'manual_bid', '2024-09-09 17:38:34', '2024-09-09 17:38:34', '2024-09-10 17:39:02'),
(37182, 1850, 'Chanadus', 3934, 5, 32, 22.12, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37183, 1850, 'Chanadus', 1022, 5, 32, 28.28, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37184, 1850, 'Chanadus', 4190, 14, 32, 999.59, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37185, 1850, 'Chanadus', 1777, 5, 32, 31.10, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37186, 1850, 'Chanadus', 344, 18, 32, 349.87, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37187, 1850, 'Chanadus', 2775, 14, 32, 90.90, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37188, 1850, 'Chanadus', 3928, 16, 32, 10.50, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37189, 1850, 'Chanadus', 419, 17, 32, 895.70, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37190, 1850, 'Chanadus', 5629, 10, 32, 16.21, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37191, 1850, 'Chanadus', 4513, 16, 32, 7.14, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37192, 1850, 'Chanadus', 1863, 19, 32, 11.44, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37193, 1850, 'Chanadus', 2417, 19, 32, 94.86, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37194, 1850, 'Chanadus', 3020, 14, 32, 24.14, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37195, 1850, 'Chanadus', 5591, 16, 32, 31.49, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37196, 1850, 'Chanadus', 755, 19, 32, 33.98, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37197, 1850, 'Chanadus', 1386, 2, 32, 8.93, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37198, 1850, 'Chanadus', 3935, 16, 32, 88.57, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37199, 1850, 'Chanadus', 4403, 14, 32, 186.78, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37200, 1850, 'Chanadus', 5199, 16, 32, 57.67, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37201, 1850, 'Chanadus', 1827, 19, 32, 0.12, 1, 1, 'ai_bid', '2024-09-09 17:42:02', '2024-09-09 17:42:02', '2024-09-10 17:42:02'),
(37202, 1798, 'Feelyards', 304, 7, NULL, 121.00, 1, 1, 'manual_bid', '2024-09-09 17:44:06', '2024-09-09 17:44:06', '2024-09-10 17:45:03'),
(37203, 1798, 'Feelyards', 3215, 4, NULL, 9.00, 1, 1, 'manual_bid', '2024-09-09 17:45:45', '2024-09-09 17:45:45', '2024-09-10 17:46:02'),
(37204, 1850, 'Chanadus', 2167, 19, NULL, 220.00, 5, 1, 'manual_bid', '2024-09-09 19:38:34', '2024-09-09 19:38:34', '2024-09-10 19:39:02'),
(37205, 1850, 'Chanadus', 5528, 10, NULL, 24.64, 5, 1, 'manual_bid', '2024-09-09 19:41:50', '2024-09-09 19:41:50', '2024-09-10 19:42:02'),
(37206, 1886, 'Lovenest Luxe', 116, 2, NULL, 100.00, 4, 1, 'manual_bid', '2024-09-10 03:13:53', '2024-09-10 03:13:53', '2024-09-11 03:14:02'),
(37207, 1886, 'Lovenest Luxe', 1139, 4, NULL, 17.00, 1, 1, 'manual_bid', '2024-09-10 03:17:17', '2024-09-10 03:17:17', '2024-09-11 03:18:02'),
(37208, 1920, 'Nizzy', 4814, 12, NULL, 91.00, 5, 1, 'manual_bid', '2024-09-10 07:32:42', '2024-09-10 07:32:42', '2024-09-11 07:33:02'),
(37209, 1921, 'Baeniiz', 3987, 12, NULL, 31.00, 7, 1, 'manual_bid', '2024-09-10 07:33:43', '2024-09-10 07:33:43', '2024-09-11 07:34:02'),
(37210, 1915, 'BnBGlobal', 2285, 5, NULL, 91.00, 1, 1, 'manual_bid', '2024-09-10 10:00:03', '2024-09-10 10:00:03', '2024-09-11 10:00:03'),
(37211, 1915, 'BnBGlobal', 1019, 5, NULL, 135.00, 1, 1, 'manual_bid', '2024-09-10 10:04:57', '2024-09-10 10:04:57', '2024-09-11 10:05:02'),
(37212, 1915, 'BnBGlobal', 1954, 5, NULL, 11.00, 1, 1, 'manual_bid', '2024-09-10 10:07:32', '2024-09-10 10:07:32', '2024-09-11 10:08:02'),
(37213, 1938, 'Brightoplaza', 2392, 2, NULL, 129.00, 1, 1, 'manual_bid', '2024-09-10 13:12:03', '2024-09-10 13:12:03', '2024-09-11 13:13:02'),
(37214, 1938, 'Brightoplaza', 3059, 2, NULL, 41.00, 1, 1, 'manual_bid', '2024-09-10 13:14:13', '2024-09-10 13:14:13', '2024-09-11 13:15:03'),
(37215, 1850, 'Chanadus', 2692, 18, 32, 568.05, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37216, 1850, 'Chanadus', 2949, 17, 32, 22.41, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37217, 1850, 'Chanadus', 1119, 19, 32, 141.40, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37218, 1850, 'Chanadus', 3777, 13, 32, 8.46, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37219, 1850, 'Chanadus', 2821, 18, 32, 20.59, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37220, 1850, 'Chanadus', 3544, 10, 32, 257.91, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37221, 1850, 'Chanadus', 1191, 18, 32, 51.00, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37222, 1850, 'Chanadus', 2274, 12, 32, 31.19, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37223, 1850, 'Chanadus', 3337, 15, 32, 206.70, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37224, 1850, 'Chanadus', 924, 5, 32, 176.80, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37225, 1850, 'Chanadus', 2771, 14, 32, 306.43, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37226, 1850, 'Chanadus', 778, 14, 32, 35.74, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37227, 1850, 'Chanadus', 5663, 15, 32, 106.00, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37228, 1850, 'Chanadus', 3495, 11, 32, 15.74, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37229, 1850, 'Chanadus', 480, 19, 32, 158.62, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37230, 1850, 'Chanadus', 3523, 12, 32, 16.18, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37231, 1850, 'Chanadus', 5967, 17, 32, 24.98, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37232, 1850, 'Chanadus', 1219, 15, 32, 5.24, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37233, 1850, 'Chanadus', 5476, 1, 32, 22.87, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37234, 1850, 'Chanadus', 5712, 15, 32, 209.04, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37235, 1850, 'Chanadus', 5283, 16, 32, 22.04, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37236, 1850, 'Chanadus', 2096, 16, 32, 31.19, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37237, 1850, 'Chanadus', 1330, 15, 32, 72.56, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37238, 1850, 'Chanadus', 2640, 14, 32, 34.31, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37239, 1850, 'Chanadus', 2378, 19, 32, 47.79, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37240, 1850, 'Chanadus', 1620, 4, 32, 118.53, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37241, 1850, 'Chanadus', 3328, 7, 32, 13.77, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37242, 1850, 'Chanadus', 2142, 17, 32, 10.19, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37243, 1850, 'Chanadus', 3275, 7, 32, 39.78, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37244, 1850, 'Chanadus', 1694, 19, 32, 14.50, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37245, 1850, 'Chanadus', 729, 19, 32, 11.85, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37246, 1850, 'Chanadus', 3402, 15, 32, 131.63, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37247, 1850, 'Chanadus', 136, 2, 32, 24.01, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37248, 1850, 'Chanadus', 4753, 12, 32, 66.12, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37249, 1850, 'Chanadus', 3259, 7, 32, 8.07, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37250, 1850, 'Chanadus', 1017, 12, 32, 2.39, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37251, 1850, 'Chanadus', 803, 19, 32, 0.21, 1, 1, 'ai_bid', '2024-09-10 18:53:02', '2024-09-10 18:53:02', '2024-09-11 09:21:04'),
(37252, 1798, 'Feelyards', 6113, 11, NULL, 190.00, 1, 1, 'manual_bid', '2024-09-10 19:23:56', '2024-09-10 19:23:56', '2024-09-11 19:24:02'),
(37253, 1798, 'Feelyards', 2984, 14, NULL, 141.00, 1, 1, 'manual_bid', '2024-09-10 19:26:20', '2024-09-10 19:26:20', '2024-09-11 19:27:02'),
(37254, 1798, 'Feelyards', 2984, 14, NULL, 141.00, 1, 1, 'manual_bid', '2024-09-10 19:28:15', '2024-09-10 19:28:15', '2024-09-11 19:29:02'),
(37255, 1798, 'Feelyards', 2026, 4, NULL, 85.00, 1, 1, 'manual_bid', '2024-09-10 19:37:04', '2024-09-10 19:37:04', '2024-09-11 19:38:01'),
(37256, 1798, 'Feelyards', 2066, 4, NULL, 21.00, 4, 1, 'manual_bid', '2024-09-10 19:46:56', '2024-09-10 19:46:56', '2024-09-11 19:47:01'),
(37257, 1886, 'Lovenest Luxe', 81, 2, NULL, 5.00, 84, 1, 'manual_bid', '2024-09-11 06:22:27', '2024-09-11 06:22:27', '2024-09-12 06:23:02'),
(37258, 1920, 'Nizzy', 857, 12, NULL, 92.00, 5, 1, 'manual_bid', '2024-09-11 08:37:11', '2024-09-11 08:37:11', '2024-09-12 08:38:02'),
(37259, 1921, 'Baeniiz', 4960, 12, NULL, 19.00, 1, 1, 'manual_bid', '2024-09-11 08:40:20', '2024-09-11 08:40:20', '2024-09-12 08:41:01'),
(37260, 1921, 'Baeniiz', 90, 2, NULL, 200.00, 1, 1, 'manual_bid', '2024-09-11 08:42:07', '2024-09-11 08:42:07', '2024-09-12 08:43:02'),
(37261, 1850, 'Chanadus', 3740, 7, 33, 30.76, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37262, 1850, 'Chanadus', 3040, 17, 33, 1234.97, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37263, 1850, 'Chanadus', 3647, 13, 33, 79.78, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37264, 1850, 'Chanadus', 915, 5, 33, 52.50, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37265, 1850, 'Chanadus', 3566, 12, 33, 8.65, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37266, 1850, 'Chanadus', 5369, 13, 33, 63.59, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37267, 1850, 'Chanadus', 2455, 2, 33, 49.92, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37268, 1850, 'Chanadus', 859, 19, 33, 14.81, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37269, 1850, 'Chanadus', 5432, 12, 33, 5.13, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37270, 1850, 'Chanadus', 2107, 4, 33, 37.90, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37271, 1850, 'Chanadus', 296, 18, 33, 136.17, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37272, 1850, 'Chanadus', 4637, 5, 33, 23.31, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37273, 1850, 'Chanadus', 1328, 15, 33, 29.87, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37274, 1850, 'Chanadus', 993, 16, 33, 27.12, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37275, 1850, 'Chanadus', 4595, 5, 33, 52.43, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37276, 1850, 'Chanadus', 1922, 19, 33, 237.12, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37277, 1850, 'Chanadus', 5377, 16, 33, 6.29, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37278, 1850, 'Chanadus', 2144, 10, 33, 33.97, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37279, 1850, 'Chanadus', 4438, 15, 33, 32.24, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37280, 1850, 'Chanadus', 3279, 5, 33, 5.29, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37281, 1850, 'Chanadus', 206, 7, 33, 27.97, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37282, 1850, 'Chanadus', 1819, 18, 33, 15.44, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37283, 1850, 'Chanadus', 4687, 12, 33, 2.78, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37284, 1850, 'Chanadus', 3670, 13, 33, 10.59, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37285, 1850, 'Chanadus', 1795, 17, 33, 21.00, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37286, 1850, 'Chanadus', 4436, 15, 33, 20.99, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37287, 1850, 'Chanadus', 6035, 14, 33, 23.09, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37288, 1850, 'Chanadus', 4115, 14, 33, 63.59, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37289, 1850, 'Chanadus', 3493, 10, 33, 11.93, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37290, 1850, 'Chanadus', 3594, 12, 33, 21.08, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37291, 1850, 'Chanadus', 5484, 7, 33, 5.19, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37292, 1850, 'Chanadus', 1413, 14, 33, 11.32, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37293, 1850, 'Chanadus', 5940, 17, 33, 3.12, 1, 1, 'ai_bid', '2024-09-11 10:11:02', '2024-09-11 10:11:02', '2024-09-12 10:12:02'),
(37294, 1876, 'Etiuko', 4816, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-09-11 10:54:13', '2024-09-11 10:54:13', '2024-09-12 10:55:02'),
(37295, 1876, 'Etiuko', 4074, 5, NULL, 16.00, 2, 1, 'manual_bid', '2024-09-11 10:57:05', '2024-09-11 10:57:05', '2024-09-12 10:58:02'),
(37296, 1850, 'Chanadus', 2136, 19, NULL, 24.07, 3, 1, 'manual_bid', '2024-09-11 12:24:43', '2024-09-11 12:24:43', '2024-09-12 12:25:02'),
(37297, 1915, 'BnBGlobal', 4084, 5, NULL, 61.00, 1, 1, 'manual_bid', '2024-09-11 18:29:45', '2024-09-11 18:29:45', '2024-09-12 18:30:03'),
(37298, 1915, 'BnBGlobal', 1434, 5, NULL, 81.00, 1, 1, 'manual_bid', '2024-09-11 18:33:23', '2024-09-11 18:33:23', '2024-09-12 18:34:02'),
(37299, 1915, 'BnBGlobal', 1712, 5, NULL, 61.00, 1, 1, 'manual_bid', '2024-09-11 18:46:08', '2024-09-11 18:46:08', '2024-09-12 18:47:02'),
(37300, 1938, 'Brightoplaza', 2131, 2, NULL, 159.00, 1, 1, 'manual_bid', '2024-09-11 20:52:07', '2024-09-11 20:52:07', '2024-09-12 20:53:02'),
(37301, 1938, 'Brightoplaza', 373, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-11 20:53:34', '2024-09-11 20:53:34', '2024-09-12 20:54:01'),
(37302, 1798, 'Feelyards', 2057, 4, NULL, 599.00, 1, 1, 'manual_bid', '2024-09-11 21:00:52', '2024-09-11 21:00:52', '2024-09-12 21:01:01'),
(37303, 1798, 'Feelyards', 373, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-11 21:13:46', '2024-09-11 21:13:46', '2024-09-12 21:14:02'),
(37304, 1798, 'Feelyards', 2282, 2, NULL, 41.00, 1, 1, 'manual_bid', '2024-09-11 21:16:46', '2024-09-11 21:16:46', '2024-09-12 21:17:02'),
(37305, 1886, 'Lovenest Luxe', 77, 2, NULL, 71.00, 6, 1, 'manual_bid', '2024-09-12 07:28:13', '2024-09-12 07:28:13', '2024-09-13 07:29:02'),
(37306, 1920, 'Nizzy', 1992, 4, NULL, 116.00, 4, 1, 'manual_bid', '2024-09-12 09:42:10', '2024-09-12 09:42:10', '2024-09-13 09:43:02'),
(37307, 1921, 'Baeniiz', 3128, 4, NULL, 11.00, 1, 1, 'manual_bid', '2024-09-12 09:44:42', '2024-09-12 09:44:42', '2024-09-13 09:45:02'),
(37308, 1921, 'Baeniiz', 2033, 4, NULL, 210.00, 1, 1, 'manual_bid', '2024-09-12 09:45:25', '2024-09-12 09:45:25', '2024-09-13 09:46:01'),
(37309, 1850, 'Chanadus', 3261, 7, 33, 11.38, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37310, 1850, 'Chanadus', 4598, 14, 33, 180.64, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37311, 1850, 'Chanadus', 1141, 19, 33, 101.85, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37312, 1850, 'Chanadus', 4990, 11, 33, 89.54, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37313, 1850, 'Chanadus', 4490, 16, 33, 121.79, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37314, 1850, 'Chanadus', 3882, 16, 33, 20.79, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37315, 1850, 'Chanadus', 4994, 14, 33, 20.79, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37316, 1850, 'Chanadus', 2144, 10, 33, 33.97, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37317, 1850, 'Chanadus', 5690, 10, 33, 26.59, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37318, 1850, 'Chanadus', 4686, 14, 33, 1321.01, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37319, 1850, 'Chanadus', 5803, 13, 33, 15.59, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37320, 1850, 'Chanadus', 5505, 10, 33, 82.61, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37321, 1850, 'Chanadus', 2848, 14, 33, 241.49, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37322, 1850, 'Chanadus', 6107, 11, 33, 13.48, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37323, 1850, 'Chanadus', 6127, 11, 33, 53.00, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37324, 1850, 'Chanadus', 5971, 17, 33, 30.59, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37325, 1850, 'Chanadus', 4790, 12, 33, 21.19, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37326, 1850, 'Chanadus', 3082, 2, 33, 12.58, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37327, 1850, 'Chanadus', 3696, 18, 33, 30.88, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37328, 1850, 'Chanadus', 4768, 12, 33, 2.89, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37329, 1850, 'Chanadus', 4479, 16, 33, 2.09, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37330, 1850, 'Chanadus', 1842, 19, 33, 1.02, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37331, 1850, 'Chanadus', 1827, 19, 33, 0.12, 1, 1, 'ai_bid', '2024-09-12 11:22:02', '2024-09-12 11:22:02', '2024-09-13 11:22:02'),
(37332, 1850, 'Chanadus', 3719, 19, NULL, 72.95, 1, 1, 'manual_bid', '2024-09-12 14:53:58', '2024-09-12 14:53:58', '2024-09-13 14:54:02'),
(37333, 1876, 'Etiuko', 4744, 12, NULL, 49.00, 1, 1, 'manual_bid', '2024-09-12 17:02:05', '2024-09-12 17:02:05', '2024-09-13 17:03:02'),
(37334, 1876, 'Etiuko', 4775, 12, NULL, 53.00, 2, 1, 'manual_bid', '2024-09-12 17:03:42', '2024-09-12 17:03:42', '2024-09-13 17:04:02'),
(37335, 1915, 'BnBGlobal', 4296, 5, NULL, 126.00, 1, 1, 'manual_bid', '2024-09-12 21:58:57', '2024-09-12 21:58:57', '2024-09-13 21:59:01'),
(37336, 1915, 'BnBGlobal', 3313, 5, NULL, 15.00, 1, 1, 'manual_bid', '2024-09-12 22:01:05', '2024-09-12 22:01:05', '2024-09-13 22:02:02'),
(37337, 1915, 'BnBGlobal', 3236, 5, NULL, 44.00, 2, 1, 'manual_bid', '2024-09-12 22:03:11', '2024-09-12 22:03:11', '2024-09-13 22:04:02'),
(37338, 1915, 'BnBGlobal', 1855, 5, NULL, 4.00, 3, 1, 'manual_bid', '2024-09-12 22:07:30', '2024-09-12 22:07:30', '2024-09-13 22:08:02'),
(37339, 1798, 'Feelyards', 3392, 7, NULL, 351.00, 1, 1, 'manual_bid', '2024-09-12 22:27:06', '2024-09-12 22:27:06', '2024-09-13 22:28:02'),
(37340, 1798, 'Feelyards', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-09-12 22:31:32', '2024-09-12 22:31:32', '2024-09-13 22:32:02'),
(37341, 1798, 'Feelyards', 1377, 15, NULL, 12.00, 1, 1, 'manual_bid', '2024-09-12 22:34:50', '2024-09-12 22:34:50', '2024-09-13 22:35:03'),
(37342, 1938, 'Brightoplaza', 1762, 2, NULL, 161.00, 1, 1, 'manual_bid', '2024-09-13 02:40:48', '2024-09-13 02:40:48', '2024-09-14 02:41:02'),
(37343, 1938, 'Brightoplaza', 3099, 2, NULL, 12.00, 1, 1, 'manual_bid', '2024-09-13 02:42:50', '2024-09-13 02:42:50', '2024-09-14 02:43:02'),
(37344, 1886, 'Lovenest Luxe', 3065, 2, NULL, 5.00, 86, 1, 'manual_bid', '2024-09-13 08:39:03', '2024-09-13 08:39:03', '2024-09-14 08:40:02'),
(37345, 1920, 'Nizzy', 3224, 4, NULL, 67.00, 7, 1, 'manual_bid', '2024-09-13 10:46:22', '2024-09-13 10:46:22', '2024-09-14 10:47:01'),
(37346, 1921, 'Baeniiz', 3581, 12, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-13 10:47:25', '2024-09-13 10:47:25', '2024-09-14 10:48:02'),
(37347, 1921, 'Baeniiz', 2033, 4, NULL, 210.00, 1, 1, 'manual_bid', '2024-09-13 10:48:06', '2024-09-13 10:48:06', '2024-09-14 10:49:02'),
(37348, 1850, 'Chanadus', 3210, 17, 33, 15.55, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37349, 1850, 'Chanadus', 1278, 19, 33, 360.50, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37350, 1850, 'Chanadus', 299, 5, 33, 2.59, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37351, 1850, 'Chanadus', 2324, 19, 33, 121.15, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37352, 1850, 'Chanadus', 2572, 17, 33, 22.04, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37353, 1850, 'Chanadus', 4389, 16, 33, 15.60, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37354, 1850, 'Chanadus', 5829, 11, 33, 26.25, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37355, 1850, 'Chanadus', 4876, 17, 33, 40.77, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37356, 1850, 'Chanadus', 5716, 15, 33, 260.00, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37357, 1850, 'Chanadus', 2259, 19, 33, 211.04, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37358, 1850, 'Chanadus', 4239, 18, 33, 41.24, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37359, 1850, 'Chanadus', 4832, 17, 33, 15.98, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37360, 1850, 'Chanadus', 2153, 2, 33, 284.96, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37361, 1850, 'Chanadus', 4044, 18, 33, 23.33, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37362, 1850, 'Chanadus', 1279, 19, 33, 344.76, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37363, 1850, 'Chanadus', 4691, 12, 33, 2.04, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37364, 1850, 'Chanadus', 3138, 18, 33, 52.82, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37365, 1850, 'Chanadus', 5276, 14, 33, 96.21, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37366, 1850, 'Chanadus', 1551, 19, 33, 239.20, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37367, 1850, 'Chanadus', 5543, 10, 33, 23.65, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37368, 1850, 'Chanadus', 3778, 19, 33, 114.12, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37369, 1850, 'Chanadus', 2039, 17, 33, 30.01, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37370, 1850, 'Chanadus', 2406, 2, 33, 111.44, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37371, 1850, 'Chanadus', 3690, 14, 33, 7.83, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37372, 1850, 'Chanadus', 4670, 12, 33, 5.89, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37373, 1850, 'Chanadus', 4106, 5, 33, 1.31, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37374, 1850, 'Chanadus', 4035, 18, 33, 1.97, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37375, 1850, 'Chanadus', 803, 19, 33, 0.20, 1, 1, 'ai_bid', '2024-09-13 12:34:02', '2024-09-13 12:34:02', '2024-09-14 12:34:02'),
(37376, 1850, 'Chanadus', 2377, 19, NULL, 36.33, 2, 1, 'manual_bid', '2024-09-13 16:04:20', '2024-09-13 16:04:20', '2024-09-14 16:05:02'),
(37377, 1850, 'Chanadus', 752, 19, NULL, 1.01, 1, 1, 'manual_bid', '2024-09-13 16:07:33', '2024-09-13 16:07:33', '2024-09-14 16:08:02'),
(37378, 1876, 'Etiuko', 793, 12, NULL, 156.00, 1, 1, 'manual_bid', '2024-09-13 20:08:10', '2024-09-13 20:08:10', '2024-09-14 20:09:02'),
(37379, 1798, 'Feelyards', 3849, 4, NULL, 601.00, 1, 1, 'manual_bid', '2024-09-14 00:09:42', '2024-09-14 00:09:42', '2024-09-15 00:10:02'),
(37380, 1798, 'Feelyards', 1577, 4, NULL, 71.00, 1, 1, 'manual_bid', '2024-09-14 00:12:11', '2024-09-14 00:12:11', '2024-09-15 00:13:02'),
(37381, 1938, 'Brightoplaza', 1542, 2, NULL, 166.00, 1, 1, 'manual_bid', '2024-09-14 04:22:07', '2024-09-14 04:22:07', '2024-09-15 04:23:01'),
(37382, 1938, 'Brightoplaza', 3078, 2, NULL, 9.00, 1, 1, 'manual_bid', '2024-09-14 04:27:44', '2024-09-14 04:27:44', '2024-09-15 04:28:02'),
(37383, 1886, 'Lovenest Luxe', 3049, 2, NULL, 15.00, 29, 1, 'manual_bid', '2024-09-14 10:19:48', '2024-09-14 10:19:48', '2024-09-15 10:20:03'),
(37384, 1920, 'Nizzy', 711, 2, NULL, 453.00, 1, 1, 'manual_bid', '2024-09-14 11:50:11', '2024-09-14 11:50:11', '2024-09-15 11:51:02'),
(37385, 1920, 'Nizzy', 352, 2, NULL, 21.00, 1, 1, 'manual_bid', '2024-09-14 11:50:58', '2024-09-14 11:50:58', '2024-09-15 11:51:02'),
(37386, 1921, 'Baeniiz', 4757, 12, NULL, 75.00, 3, 1, 'manual_bid', '2024-09-14 11:52:04', '2024-09-14 11:52:04', '2024-09-15 11:53:02'),
(37387, 1850, 'Chanadus', 947, 5, 33, 31.15, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37388, 1850, 'Chanadus', 1797, 7, 33, 15.45, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37389, 1850, 'Chanadus', 6039, 15, 33, 8.24, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37390, 1850, 'Chanadus', 3220, 5, 33, 35.70, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37391, 1850, 'Chanadus', 1384, 15, 33, 42.23, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37392, 1850, 'Chanadus', 4148, 5, 33, 347.55, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37393, 1850, 'Chanadus', 4888, 1, 33, 104.03, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37394, 1850, 'Chanadus', 3650, 10, 33, 60.81, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37395, 1850, 'Chanadus', 3454, 14, 33, 30.53, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37396, 1850, 'Chanadus', 5001, 13, 33, 92.48, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37397, 1850, 'Chanadus', 5750, 15, 33, 8.66, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37398, 1850, 'Chanadus', 3546, 10, 33, 200.94, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37399, 1850, 'Chanadus', 2677, 18, 33, 300.30, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37400, 1850, 'Chanadus', 4200, 14, 33, 14.07, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37401, 1850, 'Chanadus', 2632, 13, 33, 14.54, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37402, 1850, 'Chanadus', 1948, 19, 33, 12.36, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37403, 1850, 'Chanadus', 4349, 15, 33, 5.14, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37404, 1850, 'Chanadus', 1092, 4, 33, 10.39, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37405, 1850, 'Chanadus', 851, 5, 33, 25.33, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37406, 1850, 'Chanadus', 406, 17, 33, 296.38, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37407, 1850, 'Chanadus', 3946, 5, 33, 484.10, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37408, 1850, 'Chanadus', 261, 2, 33, 21.62, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37409, 1850, 'Chanadus', 1692, 19, 33, 66.28, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37410, 1850, 'Chanadus', 5314, 14, 33, 154.45, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37411, 1850, 'Chanadus', 2793, 14, 33, 106.04, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37412, 1850, 'Chanadus', 1575, 19, 33, 2.47, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37413, 1850, 'Chanadus', 1906, 4, 33, 5.62, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37414, 1850, 'Chanadus', 689, 10, 33, 3.15, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37415, 1850, 'Chanadus', 686, 10, 33, 4.16, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37416, 1850, 'Chanadus', 2073, 4, 33, 2.61, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37417, 1850, 'Chanadus', 959, 5, 33, 2.65, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37418, 1850, 'Chanadus', 803, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-09-14 13:45:03', '2024-09-14 13:45:03', '2024-09-15 13:46:02'),
(37419, 1915, 'BnBGlobal', 924, 5, NULL, 171.00, 1, 1, 'manual_bid', '2024-09-14 17:05:02', '2024-09-14 17:05:02', '2024-09-15 17:05:03'),
(37420, 1915, 'BnBGlobal', 943, 5, NULL, 41.00, 1, 1, 'manual_bid', '2024-09-14 17:17:03', '2024-09-14 17:17:03', '2024-09-15 17:18:02'),
(37421, 1915, 'BnBGlobal', 947, 5, NULL, 31.00, 1, 1, 'manual_bid', '2024-09-14 17:26:08', '2024-09-14 17:26:08', '2024-09-15 17:27:02'),
(37422, 1850, 'Chanadus', 3914, 2, NULL, 74.40, 1, 1, 'manual_bid', '2024-09-14 17:38:48', '2024-09-14 17:38:48', '2024-09-15 17:39:02'),
(37423, 1941, 'Yvonnestores', 3643, 18, 34, 3927.00, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37424, 1941, 'Yvonnestores', 1762, 2, 34, 161.60, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37425, 1941, 'Yvonnestores', 5137, 16, 34, 134.30, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37426, 1941, 'Yvonnestores', 468, 16, 34, 144.89, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37427, 1941, 'Yvonnestores', 291, 5, 34, 15.32, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37428, 1941, 'Yvonnestores', 1993, 2, 34, 790.01, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37429, 1941, 'Yvonnestores', 4297, 18, 34, 62.58, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37430, 1941, 'Yvonnestores', 1542, 2, 34, 173.25, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37431, 1941, 'Yvonnestores', 4799, 12, 34, 53.54, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37432, 1941, 'Yvonnestores', 4993, 11, 34, 4410.47, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37433, 1941, 'Yvonnestores', 3312, 5, 34, 70.35, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37434, 1941, 'Yvonnestores', 1514, 15, 34, 4.49, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37435, 1941, 'Yvonnestores', 1738, 5, 34, 1.54, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37436, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37437, 1941, 'Yvonnestores', 803, 19, 34, 0.21, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37438, 1941, 'Yvonnestores', 1844, 19, 34, 0.30, 1, 1, 'ai_bid', '2024-09-14 17:48:02', '2024-09-14 17:48:02', '2024-09-15 17:48:02'),
(37439, 1876, 'Etiuko', 5589, 12, NULL, 150.00, 1, 1, 'manual_bid', '2024-09-15 01:26:14', '2024-09-15 01:26:14', '2024-09-16 01:27:01'),
(37440, 1876, 'Etiuko', 3580, 12, NULL, 8.00, 1, 1, 'manual_bid', '2024-09-15 01:28:15', '2024-09-15 01:28:15', '2024-09-16 01:29:02'),
(37441, 1798, 'Feelyards', 1025, 5, NULL, 301.00, 2, 1, 'manual_bid', '2024-09-15 01:37:11', '2024-09-15 01:37:11', '2024-09-16 01:38:02'),
(37442, 1798, 'Feelyards', 3320, 5, NULL, 80.00, 1, 1, 'manual_bid', '2024-09-15 01:39:44', '2024-09-15 01:39:44', '2024-09-16 01:40:03'),
(37443, 1938, 'Brightoplaza', 1762, 2, NULL, 161.00, 1, 1, 'manual_bid', '2024-09-15 05:37:22', '2024-09-15 05:37:22', '2024-09-16 05:38:02'),
(37444, 1938, 'Brightoplaza', 3072, 2, NULL, 16.00, 1, 1, 'manual_bid', '2024-09-15 05:40:42', '2024-09-15 05:40:42', '2024-09-16 05:41:02'),
(37445, 1886, 'Lovenest Luxe', 1370, 2, NULL, 100.00, 4, 1, 'manual_bid', '2024-09-15 11:24:43', '2024-09-15 11:24:43', '2024-09-16 11:25:02'),
(37446, 1886, 'Lovenest Luxe', 3075, 2, NULL, 13.00, 3, 1, 'manual_bid', '2024-09-15 11:26:33', '2024-09-15 11:26:33', '2024-09-16 11:27:02'),
(37447, 1920, 'Nizzy', 4788, 12, NULL, 470.00, 1, 1, 'manual_bid', '2024-09-15 12:54:42', '2024-09-15 12:54:42', '2024-09-16 12:55:03'),
(37448, 1920, 'Nizzy', 4707, 12, NULL, 9.00, 1, 1, 'manual_bid', '2024-09-15 12:55:20', '2024-09-15 12:55:20', '2024-09-16 12:56:02'),
(37449, 1921, 'Baeniiz', 2388, 2, NULL, 76.00, 3, 1, 'manual_bid', '2024-09-15 12:56:42', '2024-09-15 12:56:42', '2024-09-16 12:57:02'),
(37450, 1850, 'Chanadus', 973, 14, 33, 15.75, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37451, 1850, 'Chanadus', 5873, 13, 33, 8.47, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37452, 1850, 'Chanadus', 5311, 14, 33, 103.95, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37453, 1850, 'Chanadus', 1400, 19, 33, 1533.00, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37454, 1850, 'Chanadus', 3142, 4, 33, 89.23, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37455, 1850, 'Chanadus', 6139, 11, 33, 16.99, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37456, 1850, 'Chanadus', 5226, 13, 33, 8.23, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37457, 1850, 'Chanadus', 1530, 15, 33, 13.91, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37458, 1850, 'Chanadus', 1498, 15, 33, 87.92, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37459, 1850, 'Chanadus', 1899, 19, 33, 11.97, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37460, 1850, 'Chanadus', 2514, 19, 33, 168.00, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37461, 1850, 'Chanadus', 1366, 15, 33, 200.34, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37462, 1850, 'Chanadus', 3631, 13, 33, 13.05, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37463, 1850, 'Chanadus', 1474, 19, 33, 102.82, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37464, 1850, 'Chanadus', 824, 18, 33, 24.66, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37465, 1850, 'Chanadus', 5876, 15, 33, 67.66, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37466, 1850, 'Chanadus', 5486, 7, 33, 8.15, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37467, 1850, 'Chanadus', 2541, 19, 33, 21.20, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37468, 1850, 'Chanadus', 3927, 11, 33, 38.15, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37469, 1850, 'Chanadus', 4511, 16, 33, 2.01, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37470, 1850, 'Chanadus', 1837, 5, 33, 1.01, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37471, 1850, 'Chanadus', 5484, 7, 33, 5.09, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37472, 1850, 'Chanadus', 1793, 19, 33, 3.12, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37473, 1850, 'Chanadus', 1589, 4, 33, 2.41, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37474, 1850, 'Chanadus', 1827, 19, 33, 0.13, 1, 1, 'ai_bid', '2024-09-15 14:57:03', '2024-09-15 14:57:03', '2024-09-16 14:58:02'),
(37475, 1850, 'Chanadus', 2972, 19, NULL, 37.57, 2, 1, 'manual_bid', '2024-09-15 18:48:05', '2024-09-15 18:48:05', '2024-09-16 18:49:01'),
(37476, 1941, 'Yvonnestores', 2375, 19, 34, 15.45, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37477, 1941, 'Yvonnestores', 3381, 7, 34, 53.00, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37478, 1941, 'Yvonnestores', 2658, 14, 34, 21.40, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(37479, 1941, 'Yvonnestores', 3955, 16, 34, 30.15, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37480, 1941, 'Yvonnestores', 5016, 11, 34, 296.82, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37481, 1941, 'Yvonnestores', 5721, 10, 34, 11.21, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37482, 1941, 'Yvonnestores', 435, 18, 34, 1716.99, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37483, 1941, 'Yvonnestores', 1437, 19, 34, 221.45, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37484, 1941, 'Yvonnestores', 3780, 13, 34, 104.00, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37485, 1941, 'Yvonnestores', 1009, 5, 34, 9.09, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37486, 1941, 'Yvonnestores', 2628, 18, 34, 77.63, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37487, 1941, 'Yvonnestores', 5797, 13, 34, 21.19, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37488, 1941, 'Yvonnestores', 1079, 4, 34, 5.29, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37489, 1941, 'Yvonnestores', 2821, 18, 34, 20.19, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37490, 1941, 'Yvonnestores', 2011, 5, 34, 1407.60, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37491, 1941, 'Yvonnestores', 1522, 19, 34, 2625.00, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37492, 1941, 'Yvonnestores', 1172, 18, 34, 65.28, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37493, 1941, 'Yvonnestores', 1072, 16, 34, 23.33, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37494, 1941, 'Yvonnestores', 1809, 12, 34, 30.74, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37495, 1941, 'Yvonnestores', 53, 2, 34, 30.74, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37496, 1941, 'Yvonnestores', 4127, 18, 34, 10.49, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37497, 1941, 'Yvonnestores', 5724, 10, 34, 9.26, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37498, 1941, 'Yvonnestores', 475, 17, 34, 31.10, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37499, 1941, 'Yvonnestores', 2627, 14, 34, 16.62, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37500, 1941, 'Yvonnestores', 175, 2, 34, 63.59, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37501, 1941, 'Yvonnestores', 1377, 15, 34, 12.23, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37502, 1941, 'Yvonnestores', 4971, 11, 34, 67.20, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37503, 1941, 'Yvonnestores', 262, 5, 34, 176.80, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37504, 1941, 'Yvonnestores', 525, 16, 34, 373.57, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37505, 1941, 'Yvonnestores', 2556, 14, 34, 25.49, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37506, 1941, 'Yvonnestores', 2606, 18, 34, 14.25, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37507, 1941, 'Yvonnestores', 3887, 2, 34, 311.85, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37508, 1941, 'Yvonnestores', 5996, 11, 34, 155.52, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37509, 1941, 'Yvonnestores', 5079, 16, 34, 29.18, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37510, 1941, 'Yvonnestores', 3845, 4, 34, 31.50, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37511, 1941, 'Yvonnestores', 2459, 19, 34, 303.00, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37512, 1941, 'Yvonnestores', 4846, 12, 34, 119.11, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37513, 1941, 'Yvonnestores', 2644, 18, 34, 15.13, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37514, 1941, 'Yvonnestores', 2177, 19, 34, 436.80, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37515, 1941, 'Yvonnestores', 1880, 12, 34, 121.93, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37516, 1941, 'Yvonnestores', 5100, 16, 34, 15.88, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37517, 1941, 'Yvonnestores', 727, 19, 34, 5.10, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37518, 1941, 'Yvonnestores', 2655, 18, 34, 311.85, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37519, 1941, 'Yvonnestores', 3602, 12, 34, 17.01, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37520, 1941, 'Yvonnestores', 197, 7, 34, 34.22, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37521, 1941, 'Yvonnestores', 1163, 18, 34, 19.07, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37522, 1941, 'Yvonnestores', 3750, 7, 34, 66.30, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37523, 1941, 'Yvonnestores', 374, 10, 34, 123.18, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37524, 1941, 'Yvonnestores', 5610, 15, 34, 91.79, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37525, 1941, 'Yvonnestores', 3884, 11, 34, 41.19, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37526, 1941, 'Yvonnestores', 5761, 13, 34, 2.08, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37527, 1941, 'Yvonnestores', 4213, 5, 34, 4.68, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37528, 1941, 'Yvonnestores', 3074, 2, 34, 42.42, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37529, 1941, 'Yvonnestores', 5409, 17, 34, 31.07, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37530, 1941, 'Yvonnestores', 830, 17, 34, 74.19, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37531, 1941, 'Yvonnestores', 3990, 12, 34, 30.29, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37532, 1941, 'Yvonnestores', 2727, 15, 34, 13.38, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37533, 1941, 'Yvonnestores', 2121, 19, 34, 4.19, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37534, 1941, 'Yvonnestores', 3325, 7, 34, 6.08, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37535, 1941, 'Yvonnestores', 2223, 18, 34, 23.24, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37536, 1941, 'Yvonnestores', 959, 5, 34, 2.70, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37537, 1941, 'Yvonnestores', 1988, 19, 34, 6.23, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37538, 1941, 'Yvonnestores', 3604, 12, 34, 12.59, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37539, 1941, 'Yvonnestores', 5911, 13, 34, 8.06, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37540, 1941, 'Yvonnestores', 1662, 19, 34, 0.94, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37541, 1941, 'Yvonnestores', 949, 5, 34, 0.31, 1, 1, 'ai_bid', '2024-09-15 18:59:02', '2024-09-15 18:59:02', '2024-09-16 18:59:02'),
(37542, 1876, 'Etiuko', 5475, 12, NULL, 80.00, 2, 1, 'manual_bid', '2024-09-16 02:44:27', '2024-09-16 02:44:27', '2024-09-17 02:45:02'),
(37543, 1798, 'Feelyards', 3152, 4, NULL, 623.00, 1, 1, 'manual_bid', '2024-09-16 03:19:31', '2024-09-16 03:19:31', '2024-09-17 03:20:03'),
(37544, 1798, 'Feelyards', 3158, 4, NULL, 40.00, 1, 1, 'manual_bid', '2024-09-16 03:23:18', '2024-09-16 03:23:18', '2024-09-17 03:24:01'),
(37545, 1798, 'Feelyards', 3164, 4, NULL, 29.00, 1, 1, 'manual_bid', '2024-09-16 03:27:51', '2024-09-16 03:27:51', '2024-09-17 03:28:02'),
(37546, 1915, 'BnBGlobal', 4099, 5, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-16 06:45:09', '2024-09-16 06:45:09', '2024-09-17 06:46:02'),
(37547, 1915, 'BnBGlobal', 4070, 5, NULL, 21.00, 2, 1, 'manual_bid', '2024-09-16 06:47:52', '2024-09-16 06:47:52', '2024-09-17 06:48:02'),
(37548, 1915, 'BnBGlobal', 3296, 5, NULL, 2.00, 1, 1, 'manual_bid', '2024-09-16 06:53:08', '2024-09-16 06:53:08', '2024-09-17 06:54:02'),
(37549, 1938, 'Brightoplaza', 2006, 2, NULL, 81.00, 2, 1, 'manual_bid', '2024-09-16 07:33:15', '2024-09-16 07:33:15', '2024-09-17 07:34:02'),
(37550, 1938, 'Brightoplaza', 1786, 2, NULL, 17.00, 1, 1, 'manual_bid', '2024-09-16 07:38:09', '2024-09-16 07:38:09', '2024-09-17 07:39:01'),
(37551, 1886, 'Lovenest Luxe', 2107, 4, NULL, 37.00, 12, 1, 'manual_bid', '2024-09-16 12:32:21', '2024-09-16 12:32:21', '2024-09-17 12:33:02'),
(37552, 1920, 'Nizzy', 114, 2, NULL, 161.00, 3, 1, 'manual_bid', '2024-09-16 13:58:12', '2024-09-16 13:58:12', '2024-09-17 13:59:02'),
(37553, 1921, 'Baeniiz', 5472, 12, NULL, 46.00, 5, 1, 'manual_bid', '2024-09-16 13:59:36', '2024-09-16 13:59:36', '2024-09-17 14:00:02'),
(37554, 1850, 'Chanadus', 2124, 19, 33, 636.00, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:02'),
(37555, 1850, 'Chanadus', 4033, 18, 33, 2.68, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:02'),
(37556, 1850, 'Chanadus', 994, 18, 33, 37.35, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37557, 1850, 'Chanadus', 1905, 18, 33, 108.12, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37558, 1850, 'Chanadus', 2621, 18, 33, 19.57, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37559, 1850, 'Chanadus', 5899, 17, 33, 2.09, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37560, 1850, 'Chanadus', 5922, 13, 33, 83.99, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37561, 1850, 'Chanadus', 4531, 16, 33, 381.59, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37562, 1850, 'Chanadus', 2126, 7, 33, 20.49, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37563, 1850, 'Chanadus', 999, 5, 33, 14.70, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37564, 1850, 'Chanadus', 2399, 18, 33, 9.26, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37565, 1850, 'Chanadus', 5524, 10, 33, 202.00, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37566, 1850, 'Chanadus', 859, 19, 33, 14.81, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37567, 1850, 'Chanadus', 4004, 12, 33, 121.19, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37568, 1850, 'Chanadus', 1095, 19, 33, 8.07, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37569, 1850, 'Chanadus', 3161, 4, 33, 295.80, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37570, 1850, 'Chanadus', 3596, 17, 33, 50.45, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37571, 1850, 'Chanadus', 4896, 11, 33, 21.27, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37572, 1850, 'Chanadus', 4312, 15, 33, 13.72, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37573, 1850, 'Chanadus', 4285, 18, 33, 114.24, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37574, 1850, 'Chanadus', 4592, 15, 33, 164.80, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37575, 1850, 'Chanadus', 6074, 15, 33, 14.63, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37576, 1850, 'Chanadus', 2158, 17, 33, 46.80, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37577, 1850, 'Chanadus', 1034, 5, 33, 100.06, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37578, 1850, 'Chanadus', 778, 14, 33, 36.09, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37579, 1850, 'Chanadus', 4901, 11, 33, 31.20, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37580, 1850, 'Chanadus', 1651, 17, 33, 34.28, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37581, 1850, 'Chanadus', 734, 19, 33, 0.23, 1, 1, 'ai_bid', '2024-09-16 16:09:03', '2024-09-16 16:09:03', '2024-09-17 16:10:03'),
(37582, 1850, 'Chanadus', 2165, 19, NULL, 37.94, 2, 1, 'manual_bid', '2024-09-16 19:59:02', '2024-09-16 19:59:02', '2024-09-17 19:59:02'),
(37583, 1941, 'Yvonnestores', 628, 19, 34, 204.00, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37584, 1941, 'Yvonnestores', 1090, 19, 34, 609.00, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37585, 1941, 'Yvonnestores', 4301, 5, 34, 2004.85, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37586, 1941, 'Yvonnestores', 2100, 5, 34, 6.45, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37587, 1941, 'Yvonnestores', 5216, 16, 34, 102.00, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37588, 1941, 'Yvonnestores', 166, 16, 34, 9.26, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37589, 1941, 'Yvonnestores', 6077, 15, 34, 27.53, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37590, 1941, 'Yvonnestores', 1439, 10, 34, 260.19, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37591, 1941, 'Yvonnestores', 492, 19, 34, 5724.00, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37592, 1941, 'Yvonnestores', 4791, 12, 34, 544.25, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37593, 1941, 'Yvonnestores', 2672, 18, 34, 122.71, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37594, 1941, 'Yvonnestores', 2346, 1, 34, 159.86, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37595, 1941, 'Yvonnestores', 294, 5, 34, 46.65, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37596, 1941, 'Yvonnestores', 2440, 2, 34, 14.76, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37597, 1941, 'Yvonnestores', 379, 2, 34, 7.14, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37598, 1941, 'Yvonnestores', 1851, 18, 34, 66.89, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37599, 1941, 'Yvonnestores', 5018, 13, 34, 222.59, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37600, 1941, 'Yvonnestores', 4203, 14, 34, 11.65, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37601, 1941, 'Yvonnestores', 2640, 14, 34, 33.98, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37602, 1941, 'Yvonnestores', 4210, 5, 34, 21.83, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37603, 1941, 'Yvonnestores', 3166, 4, 34, 25.79, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37604, 1941, 'Yvonnestores', 6057, 15, 34, 20.79, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37605, 1941, 'Yvonnestores', 1589, 4, 34, 2.44, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37606, 1941, 'Yvonnestores', 4106, 5, 34, 1.34, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37607, 1941, 'Yvonnestores', 1844, 19, 34, 0.31, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37608, 1941, 'Yvonnestores', 734, 19, 34, 0.22, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37609, 1941, 'Yvonnestores', 1894, 19, 34, 0.21, 1, 1, 'ai_bid', '2024-09-16 20:11:02', '2024-09-16 20:11:02', '2024-09-17 20:12:01'),
(37610, 1798, 'Feelyards', 2057, 4, NULL, 599.00, 1, 1, 'manual_bid', '2024-09-17 04:47:56', '2024-09-17 04:47:56', '2024-09-18 04:48:01'),
(37611, 1798, 'Feelyards', 24, 2, NULL, 2.00, 1, 1, 'manual_bid', '2024-09-17 04:52:51', '2024-09-17 04:52:51', '2024-09-18 04:53:01'),
(37612, 1798, 'Feelyards', 87, 2, NULL, 101.00, 1, 1, 'manual_bid', '2024-09-17 04:53:57', '2024-09-17 04:53:57', '2024-09-18 04:54:02'),
(37613, 1938, 'Brightoplaza', 92, 2, NULL, 171.00, 1, 1, 'manual_bid', '2024-09-17 08:44:48', '2024-09-17 08:44:48', '2024-09-18 08:45:02'),
(37614, 1938, 'Brightoplaza', 59, 2, NULL, 9.00, 1, 1, 'manual_bid', '2024-09-17 08:46:14', '2024-09-17 08:46:14', '2024-09-18 08:47:02'),
(37615, 1886, 'Lovenest Luxe', 132, 2, NULL, 100.00, 4, 1, 'manual_bid', '2024-09-17 13:35:11', '2024-09-17 13:35:11', '2024-09-18 13:36:01'),
(37616, 1886, 'Lovenest Luxe', 1108, 4, NULL, 7.00, 7, 1, 'manual_bid', '2024-09-17 13:37:54', '2024-09-17 13:37:54', '2024-09-18 13:38:02'),
(37617, 1915, 'BnBGlobal', 2333, 5, NULL, 191.00, 1, 1, 'manual_bid', '2024-09-17 16:21:05', '2024-09-17 16:21:05', '2024-09-18 16:22:01'),
(37618, 1915, 'BnBGlobal', 898, 5, NULL, 11.00, 5, 1, 'manual_bid', '2024-09-17 16:27:34', '2024-09-17 16:27:34', '2024-09-18 16:28:02'),
(37619, 1915, 'BnBGlobal', 3296, 5, NULL, 2.00, 1, 1, 'manual_bid', '2024-09-17 16:33:54', '2024-09-17 16:33:54', '2024-09-18 16:34:02'),
(37620, 1850, 'Chanadus', 1477, 15, 33, 12.96, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37621, 1850, 'Chanadus', 2797, 12, 33, 9.26, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37622, 1850, 'Chanadus', 1916, 7, 33, 3.54, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37623, 1850, 'Chanadus', 2101, 19, 33, 894.86, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37624, 1850, 'Chanadus', 3333, 7, 33, 6.10, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37625, 1850, 'Chanadus', 869, 7, 33, 9.92, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37626, 1850, 'Chanadus', 5804, 13, 33, 30.59, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37627, 1850, 'Chanadus', 203, 18, 33, 504.90, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37628, 1850, 'Chanadus', 4793, 12, 33, 32.23, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37629, 1850, 'Chanadus', 4703, 14, 33, 32.83, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37630, 1850, 'Chanadus', 769, 2, 33, 109.14, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37631, 1850, 'Chanadus', 5920, 13, 33, 32.95, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37632, 1850, 'Chanadus', 1241, 10, 33, 200.72, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37633, 1850, 'Chanadus', 3527, 12, 33, 3.07, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37634, 1850, 'Chanadus', 1909, 7, 33, 11.54, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37635, 1850, 'Chanadus', 1990, 19, 33, 54.36, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37636, 1850, 'Chanadus', 207, 18, 33, 51.96, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37637, 1850, 'Chanadus', 1403, 15, 33, 8.25, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37638, 1850, 'Chanadus', 3147, 19, 33, 199.86, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37639, 1850, 'Chanadus', 4292, 18, 33, 374.41, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37640, 1850, 'Chanadus', 423, 17, 33, 14.59, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37641, 1850, 'Chanadus', 4448, 15, 33, 12.60, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37642, 1850, 'Chanadus', 5091, 14, 33, 5.09, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37643, 1850, 'Chanadus', 4309, 15, 33, 4.23, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37644, 1850, 'Chanadus', 1588, 4, 33, 3.03, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37645, 1850, 'Chanadus', 2023, 19, 33, 1.03, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37646, 1850, 'Chanadus', 1894, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-09-17 17:21:02', '2024-09-17 17:21:02', '2024-09-18 17:21:02'),
(37647, 1876, 'Etiuko', 3624, 12, NULL, 121.00, 1, 1, 'manual_bid', '2024-09-17 17:26:38', '2024-09-17 17:26:38', '2024-09-18 17:27:02'),
(37648, 1876, 'Etiuko', 3553, 12, NULL, 20.00, 2, 1, 'manual_bid', '2024-09-17 17:28:47', '2024-09-17 17:28:47', '2024-09-18 17:29:02'),
(37649, 1921, 'Baeniiz', 1620, 4, NULL, 116.00, 2, 1, 'manual_bid', '2024-09-17 18:50:07', '2024-09-17 18:50:07', '2024-09-18 18:51:02'),
(37650, 1920, 'Nizzy', 3181, 4, NULL, 61.00, 7, 1, 'manual_bid', '2024-09-17 18:52:43', '2024-09-17 18:52:43', '2024-09-18 18:53:02'),
(37651, 1920, 'Nizzy', 3181, 4, NULL, 61.00, 1, 1, 'manual_bid', '2024-09-17 18:53:10', '2024-09-17 18:53:10', '2024-09-18 18:54:01'),
(37652, 1850, 'Chanadus', 1552, 19, NULL, 38.31, 2, 1, 'manual_bid', '2024-09-17 21:20:12', '2024-09-17 21:20:12', '2024-09-18 21:21:02'),
(37653, 1941, 'Yvonnestores', 4952, 12, 34, 3860.52, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37654, 1941, 'Yvonnestores', 253, 17, 34, 85.83, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37655, 1941, 'Yvonnestores', 4797, 12, 34, 40.79, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37656, 1941, 'Yvonnestores', 3845, 4, 34, 30.30, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37657, 1941, 'Yvonnestores', 4319, 18, 34, 1817.99, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37658, 1941, 'Yvonnestores', 1800, 5, 34, 171.72, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37659, 1941, 'Yvonnestores', 3580, 12, 34, 7.65, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37660, 1941, 'Yvonnestores', 2131, 2, 34, 161.16, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37661, 1941, 'Yvonnestores', 3239, 5, 34, 18.90, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37662, 1941, 'Yvonnestores', 714, 4, 34, 24.01, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37663, 1941, 'Yvonnestores', 5013, 13, 34, 48.22, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37664, 1941, 'Yvonnestores', 2140, 15, 34, 49.65, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37665, 1941, 'Yvonnestores', 4806, 12, 34, 29.28, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37666, 1941, 'Yvonnestores', 5781, 15, 34, 1213.80, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37667, 1941, 'Yvonnestores', 149, 18, 34, 70.69, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37668, 1941, 'Yvonnestores', 349, 15, 34, 25.43, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37669, 1941, 'Yvonnestores', 1814, 17, 34, 212.16, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37670, 1941, 'Yvonnestores', 5826, 15, 34, 6.06, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37671, 1941, 'Yvonnestores', 5255, 16, 34, 23.56, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37672, 1941, 'Yvonnestores', 5275, 14, 34, 77.70, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37673, 1941, 'Yvonnestores', 4542, 14, 34, 41.60, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37674, 1941, 'Yvonnestores', 5178, 16, 34, 99.90, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37675, 1941, 'Yvonnestores', 6171, 11, 34, 16.57, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37676, 1941, 'Yvonnestores', 4925, 11, 34, 15.33, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37677, 1941, 'Yvonnestores', 4193, 14, 34, 1767.49, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37678, 1941, 'Yvonnestores', 5741, 16, 34, 143.10, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37679, 1941, 'Yvonnestores', 3251, 7, 34, 23.03, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37680, 1941, 'Yvonnestores', 5649, 15, 34, 14.47, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37681, 1941, 'Yvonnestores', 3302, 15, 34, 20.14, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37682, 1941, 'Yvonnestores', 2358, 16, 34, 27.34, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37683, 1941, 'Yvonnestores', 93, 2, 34, 17.51, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37684, 1941, 'Yvonnestores', 158, 16, 34, 46.62, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37685, 1941, 'Yvonnestores', 87, 2, 34, 101.00, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37686, 1941, 'Yvonnestores', 5323, 16, 34, 29.91, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37687, 1941, 'Yvonnestores', 81, 2, 34, 4.12, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37688, 1941, 'Yvonnestores', 1114, 4, 34, 7.85, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37689, 1941, 'Yvonnestores', 3938, 5, 34, 20.14, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37690, 1941, 'Yvonnestores', 4576, 14, 34, 9.43, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37691, 1941, 'Yvonnestores', 1146, 18, 34, 9.54, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37692, 1941, 'Yvonnestores', 263, 18, 34, 6.28, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37693, 1941, 'Yvonnestores', 5618, 10, 34, 4.64, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37694, 1941, 'Yvonnestores', 761, 7, 34, 2.64, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37695, 1941, 'Yvonnestores', 1811, 5, 34, 0.21, 1, 1, 'ai_bid', '2024-09-17 21:22:02', '2024-09-17 21:22:02', '2024-09-18 21:22:02'),
(37696, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-17 21:22:03', '2024-09-17 21:22:03', '2024-09-18 21:23:02'),
(37697, 1798, 'Feelyards', 2031, 4, NULL, 528.00, 1, 1, 'manual_bid', '2024-09-18 07:39:03', '2024-09-18 07:39:03', '2024-09-19 07:40:03'),
(37698, 1798, 'Feelyards', 3753, 7, NULL, 75.00, 1, 1, 'manual_bid', '2024-09-18 07:40:19', '2024-09-18 07:40:19', '2024-09-19 07:41:02'),
(37699, 1798, 'Feelyards', 5046, 11, NULL, 60.00, 1, 1, 'manual_bid', '2024-09-18 07:43:41', '2024-09-18 07:43:41', '2024-09-19 07:44:02'),
(37700, 1798, 'Feelyards', 4939, 14, NULL, 50.00, 1, 1, 'manual_bid', '2024-09-18 07:45:48', '2024-09-18 07:45:48', '2024-09-19 07:46:02'),
(37701, 1938, 'Brightoplaza', 1794, 2, NULL, 151.00, 1, 1, 'manual_bid', '2024-09-18 09:57:59', '2024-09-18 09:57:59', '2024-09-19 09:58:02'),
(37702, 1938, 'Brightoplaza', 35, 2, NULL, 31.00, 1, 1, 'manual_bid', '2024-09-18 09:59:00', '2024-09-18 09:59:00', '2024-09-19 09:59:02'),
(37703, 1886, 'Lovenest Luxe', 1966, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-09-18 14:56:23', '2024-09-18 14:56:23', '2024-09-19 14:57:02'),
(37704, 1886, 'Lovenest Luxe', 3089, 2, NULL, 7.00, 22, 1, 'manual_bid', '2024-09-18 14:57:33', '2024-09-18 14:57:33', '2024-09-19 14:58:01'),
(37705, 1850, 'Chanadus', 4542, 14, 33, 42.40, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37706, 1850, 'Chanadus', 4087, 5, 33, 391.14, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37707, 1850, 'Chanadus', 4145, 5, 33, 193.01, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37708, 1850, 'Chanadus', 4173, 5, 33, 131.25, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37709, 1850, 'Chanadus', 1550, 10, 33, 112.40, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37710, 1850, 'Chanadus', 6012, 17, 33, 33.56, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37711, 1850, 'Chanadus', 3023, 7, 33, 233.58, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37712, 1850, 'Chanadus', 5320, 14, 33, 201.99, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37713, 1850, 'Chanadus', 58, 2, 33, 33.60, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37714, 1850, 'Chanadus', 1051, 19, 33, 61.20, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37715, 1850, 'Chanadus', 414, 7, 33, 32.27, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37716, 1850, 'Chanadus', 185, 16, 33, 73.49, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37717, 1850, 'Chanadus', 1246, 18, 33, 63.60, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37718, 1850, 'Chanadus', 2084, 7, 33, 16.64, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37719, 1850, 'Chanadus', 1270, 10, 33, 9.43, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37720, 1850, 'Chanadus', 795, 18, 33, 787.77, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37721, 1850, 'Chanadus', 4500, 16, 33, 102.00, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37722, 1850, 'Chanadus', 3007, 19, 33, 110.24, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37723, 1850, 'Chanadus', 873, 7, 33, 2.53, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37724, 1850, 'Chanadus', 2189, 19, 33, 20.80, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37725, 1850, 'Chanadus', 5343, 16, 33, 10.49, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37726, 1850, 'Chanadus', 803, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-09-18 18:32:02', '2024-09-18 18:32:02', '2024-09-19 18:32:02'),
(37727, 1921, 'Baeniiz', 2302, 2, NULL, 78.00, 3, 1, 'manual_bid', '2024-09-18 19:54:04', '2024-09-18 19:54:04', '2024-09-19 19:55:02'),
(37728, 1920, 'Nizzy', 373, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-18 19:56:04', '2024-09-18 19:56:04', '2024-09-19 19:57:02'),
(37729, 1920, 'Nizzy', 37, 2, NULL, 10.00, 1, 1, 'manual_bid', '2024-09-18 19:56:46', '2024-09-18 19:56:46', '2024-09-19 19:57:02'),
(37730, 1920, 'Nizzy', 4788, 12, NULL, 470.00, 1, 1, 'manual_bid', '2024-09-18 19:58:05', '2024-09-18 19:58:05', '2024-09-19 19:59:01'),
(37731, 1941, 'Yvonnestores', 3271, 5, 34, 2.78, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37732, 1941, 'Yvonnestores', 5186, 16, 34, 339.30, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37733, 1941, 'Yvonnestores', 2094, 19, 34, 170.69, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37734, 1941, 'Yvonnestores', 3252, 5, 34, 32.76, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37735, 1941, 'Yvonnestores', 2524, 18, 34, 13.07, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37736, 1941, 'Yvonnestores', 2202, 19, 34, 4.12, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37737, 1941, 'Yvonnestores', 2259, 19, 34, 211.04, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37738, 1941, 'Yvonnestores', 4835, 12, 34, 25.77, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37739, 1941, 'Yvonnestores', 2893, 14, 34, 11.32, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37740, 1941, 'Yvonnestores', 957, 5, 34, 8.44, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37741, 1941, 'Yvonnestores', 1727, 19, 34, 498.20, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37742, 1941, 'Yvonnestores', 696, 18, 34, 86.65, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37743, 1941, 'Yvonnestores', 4875, 14, 34, 9.41, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37744, 1941, 'Yvonnestores', 3489, 10, 34, 10.59, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37745, 1941, 'Yvonnestores', 5692, 15, 34, 12.48, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37746, 1941, 'Yvonnestores', 6006, 17, 34, 17.87, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37747, 1941, 'Yvonnestores', 2245, 19, 34, 620.10, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37748, 1941, 'Yvonnestores', 707, 18, 34, 256.44, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37749, 1941, 'Yvonnestores', 3250, 7, 34, 33.30, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37750, 1941, 'Yvonnestores', 682, 18, 34, 4708.62, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37751, 1941, 'Yvonnestores', 4754, 12, 34, 6.96, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37752, 1941, 'Yvonnestores', 4278, 18, 34, 27.49, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37753, 1941, 'Yvonnestores', 1877, 19, 34, 22.87, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37754, 1941, 'Yvonnestores', 5444, 12, 34, 3.73, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37755, 1941, 'Yvonnestores', 4428, 16, 34, 31.51, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37756, 1941, 'Yvonnestores', 387, 16, 34, 2590.65, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37757, 1941, 'Yvonnestores', 5621, 15, 34, 156.00, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37758, 1941, 'Yvonnestores', 4722, 14, 34, 29.84, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37759, 1941, 'Yvonnestores', 1291, 2, 34, 10.75, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37760, 1941, 'Yvonnestores', 2655, 18, 34, 305.91, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37761, 1941, 'Yvonnestores', 3513, 13, 34, 123.42, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37762, 1941, 'Yvonnestores', 1762, 2, 34, 169.60, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37763, 1941, 'Yvonnestores', 163, 14, 34, 8.57, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37764, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-18 22:34:02', '2024-09-18 22:34:02', '2024-09-19 22:34:02'),
(37765, 1850, 'Chanadus', 2166, 19, NULL, 38.69, 2, 1, 'manual_bid', '2024-09-18 22:34:44', '2024-09-18 22:34:44', '2024-09-19 22:35:02'),
(37766, 1941, 'Yvonnestores', 1827, 19, 34, 0.13, 1, 1, 'ai_bid', '2024-09-18 22:35:03', '2024-09-18 22:35:03', '2024-09-19 22:36:02'),
(37767, 1798, 'Feelyards', 3745, 7, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-19 10:39:41', '2024-09-19 10:39:41', '2024-09-20 10:40:03'),
(37768, 1798, 'Feelyards', 1966, 4, NULL, 300.00, 2, 1, 'manual_bid', '2024-09-19 10:44:57', '2024-09-19 10:44:57', '2024-09-20 10:45:03'),
(37769, 1798, 'Feelyards', 1989, 4, NULL, 50.00, 2, 1, 'manual_bid', '2024-09-19 10:47:10', '2024-09-19 10:47:10', '2024-09-20 10:48:02'),
(37770, 1798, 'Feelyards', 1084, 4, NULL, 10.00, 1, 1, 'manual_bid', '2024-09-19 10:50:34', '2024-09-19 10:50:34', '2024-09-20 10:51:02'),
(37771, 1938, 'Brightoplaza', 79, 2, NULL, 151.00, 1, 1, 'manual_bid', '2024-09-19 11:26:44', '2024-09-19 11:26:44', '2024-09-20 11:27:02'),
(37772, 1938, 'Brightoplaza', 58, 2, NULL, 33.00, 1, 1, 'manual_bid', '2024-09-19 11:27:39', '2024-09-19 11:27:39', '2024-09-20 11:28:02'),
(37773, 1886, 'Lovenest Luxe', 3862, 2, NULL, 17.00, 27, 1, 'manual_bid', '2024-09-19 16:05:33', '2024-09-19 16:05:33', '2024-09-20 16:06:02'),
(37774, 1850, 'Chanadus', 1199, 14, 33, 24.95, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37775, 1850, 'Chanadus', 411, 2, 33, 32.66, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37776, 1850, 'Chanadus', 2794, 10, 33, 16.94, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37777, 1850, 'Chanadus', 2322, 10, 33, 58.70, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37778, 1850, 'Chanadus', 2440, 2, 33, 14.20, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37779, 1850, 'Chanadus', 4487, 16, 33, 9.65, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37780, 1850, 'Chanadus', 1805, 19, 33, 8.38, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37781, 1850, 'Chanadus', 1935, 19, 33, 57.75, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37782, 1850, 'Chanadus', 2725, 14, 33, 208.24, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37783, 1850, 'Chanadus', 2341, 10, 33, 39.78, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37784, 1850, 'Chanadus', 4547, 16, 33, 1006.73, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37785, 1850, 'Chanadus', 1852, 18, 33, 91.60, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37786, 1850, 'Chanadus', 5924, 13, 33, 6.99, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37787, 1850, 'Chanadus', 6080, 15, 33, 20.39, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37788, 1850, 'Chanadus', 1433, 19, 33, 85.19, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37789, 1850, 'Chanadus', 125, 18, 33, 86.52, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37790, 1850, 'Chanadus', 5594, 16, 33, 13.12, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37791, 1850, 'Chanadus', 3767, 7, 33, 460.95, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37792, 1850, 'Chanadus', 821, 18, 33, 145.80, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37793, 1850, 'Chanadus', 1991, 18, 33, 37.43, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37794, 1850, 'Chanadus', 6118, 11, 33, 29.68, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37795, 1850, 'Chanadus', 4018, 17, 33, 52.50, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37796, 1850, 'Chanadus', 5465, 16, 33, 41.19, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37797, 1850, 'Chanadus', 129, 7, 33, 44.37, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37798, 1850, 'Chanadus', 3389, 10, 33, 6.77, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37799, 1850, 'Chanadus', 5769, 13, 33, 61.35, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37800, 1850, 'Chanadus', 6075, 15, 33, 26.49, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37801, 1850, 'Chanadus', 3326, 7, 33, 6.00, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37802, 1850, 'Chanadus', 659, 10, 33, 8.16, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37803, 1850, 'Chanadus', 143, 18, 33, 1.04, 1, 1, 'ai_bid', '2024-09-19 19:44:02', '2024-09-19 19:44:02', '2024-09-20 19:44:02'),
(37804, 1921, 'Baeniiz', 1586, 4, NULL, 79.00, 3, 1, 'manual_bid', '2024-09-19 20:58:15', '2024-09-19 20:58:15', '2024-09-20 20:59:02'),
(37805, 1920, 'Nizzy', 2030, 4, NULL, 249.00, 2, 1, 'manual_bid', '2024-09-19 21:01:12', '2024-09-19 21:01:12', '2024-09-20 21:02:02'),
(37806, 1876, 'Etiuko', 3233, 5, NULL, 101.00, 1, 1, 'manual_bid', '2024-09-19 21:23:03', '2024-09-19 21:23:03', '2024-09-20 21:24:02'),
(37807, 1876, 'Etiuko', 1809, 12, NULL, 31.00, 2, 1, 'manual_bid', '2024-09-19 21:27:12', '2024-09-19 21:27:12', '2024-09-20 21:28:02'),
(37808, 1941, 'Yvonnestores', 1332, 15, 34, 20.79, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37809, 1941, 'Yvonnestores', 4043, 18, 34, 14.57, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37810, 1941, 'Yvonnestores', 4685, 12, 34, 16.68, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37811, 1941, 'Yvonnestores', 805, 14, 34, 5.82, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37812, 1941, 'Yvonnestores', 1224, 19, 34, 15.76, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37813, 1941, 'Yvonnestores', 3593, 12, 34, 4.66, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37814, 1941, 'Yvonnestores', 4368, 16, 34, 52.50, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37815, 1941, 'Yvonnestores', 316, 18, 34, 238.19, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37816, 1941, 'Yvonnestores', 5580, 15, 34, 13.36, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37817, 1941, 'Yvonnestores', 595, 19, 34, 402.80, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37818, 1941, 'Yvonnestores', 1219, 15, 34, 5.04, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37819, 1941, 'Yvonnestores', 6029, 15, 34, 27.02, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37820, 1941, 'Yvonnestores', 304, 7, 34, 125.29, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37821, 1941, 'Yvonnestores', 5835, 15, 34, 19.07, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37822, 1941, 'Yvonnestores', 1997, 4, 34, 240.38, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37823, 1941, 'Yvonnestores', 4603, 14, 34, 1627.50, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37824, 1941, 'Yvonnestores', 4338, 18, 34, 105.46, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37825, 1941, 'Yvonnestores', 3713, 14, 34, 19.54, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37826, 1941, 'Yvonnestores', 2350, 19, 34, 8.16, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37827, 1941, 'Yvonnestores', 1171, 15, 34, 8.97, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37828, 1941, 'Yvonnestores', 884, 7, 34, 10.29, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37829, 1941, 'Yvonnestores', 502, 19, 34, 57.20, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37830, 1941, 'Yvonnestores', 5406, 17, 34, 58.37, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37831, 1941, 'Yvonnestores', 4395, 14, 34, 208.80, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37832, 1941, 'Yvonnestores', 1146, 18, 34, 9.45, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37833, 1941, 'Yvonnestores', 1739, 19, 34, 120.64, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37834, 1941, 'Yvonnestores', 2860, 13, 34, 55.03, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37835, 1941, 'Yvonnestores', 1699, 18, 34, 110.25, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37836, 1941, 'Yvonnestores', 294, 5, 34, 47.10, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37837, 1941, 'Yvonnestores', 5331, 14, 34, 208.72, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37838, 1941, 'Yvonnestores', 2402, 19, 34, 264.60, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37839, 1941, 'Yvonnestores', 121, 7, 34, 4.56, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37840, 1941, 'Yvonnestores', 4355, 14, 34, 41.60, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37841, 1941, 'Yvonnestores', 5233, 13, 34, 13.51, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37842, 1941, 'Yvonnestores', 2233, 12, 34, 30.92, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37843, 1941, 'Yvonnestores', 284, 14, 34, 137.80, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37844, 1941, 'Yvonnestores', 993, 16, 34, 27.64, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37845, 1941, 'Yvonnestores', 5097, 13, 34, 126.00, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37846, 1941, 'Yvonnestores', 5192, 16, 34, 20.65, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37847, 1941, 'Yvonnestores', 4324, 16, 34, 25.25, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37848, 1941, 'Yvonnestores', 2575, 7, 34, 43.09, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37849, 1941, 'Yvonnestores', 2293, 19, 34, 783.36, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37850, 1941, 'Yvonnestores', 1961, 13, 34, 18.53, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(37851, 1941, 'Yvonnestores', 1313, 2, 34, 707.00, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37852, 1941, 'Yvonnestores', 1794, 2, 34, 151.50, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37853, 1941, 'Yvonnestores', 230, 5, 34, 1050.00, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37854, 1941, 'Yvonnestores', 6056, 11, 34, 50.50, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37855, 1941, 'Yvonnestores', 2545, 10, 34, 106.22, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37856, 1941, 'Yvonnestores', 1862, 18, 34, 51.34, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37857, 1941, 'Yvonnestores', 4127, 18, 34, 10.09, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37858, 1941, 'Yvonnestores', 2289, 2, 34, 577.50, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37859, 1941, 'Yvonnestores', 3985, 18, 34, 62.71, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37860, 1941, 'Yvonnestores', 4421, 16, 34, 1507.56, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37861, 1941, 'Yvonnestores', 5155, 16, 34, 45.89, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37862, 1941, 'Yvonnestores', 2652, 14, 34, 28.34, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37863, 1941, 'Yvonnestores', 5758, 15, 34, 528.94, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37864, 1941, 'Yvonnestores', 1929, 18, 34, 51.00, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37865, 1941, 'Yvonnestores', 563, 17, 34, 4.04, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37866, 1941, 'Yvonnestores', 2958, 14, 34, 108.12, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37867, 1941, 'Yvonnestores', 4722, 14, 34, 28.43, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37868, 1941, 'Yvonnestores', 1481, 15, 34, 50.50, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37869, 1941, 'Yvonnestores', 373, 2, 34, 12.78, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37870, 1941, 'Yvonnestores', 4206, 18, 34, 21.00, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37871, 1941, 'Yvonnestores', 5849, 15, 34, 65.23, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37872, 1941, 'Yvonnestores', 1088, 19, 34, 51.14, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37873, 1941, 'Yvonnestores', 2837, 14, 34, 39.88, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37874, 1941, 'Yvonnestores', 1017, 12, 34, 2.34, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37875, 1941, 'Yvonnestores', 5826, 15, 34, 6.00, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37876, 1941, 'Yvonnestores', 1813, 19, 34, 3.06, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37877, 1941, 'Yvonnestores', 765, 19, 34, 1.38, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37878, 1941, 'Yvonnestores', 4219, 5, 34, 1.31, 1, 1, 'ai_bid', '2024-09-19 23:46:02', '2024-09-19 23:46:02', '2024-09-20 23:46:02'),
(37879, 1941, 'Yvonnestores', 1827, 19, 34, 0.13, 1, 1, 'ai_bid', '2024-09-19 23:46:03', '2024-09-19 23:46:03', '2024-09-20 23:47:02'),
(37880, 1850, 'Chanadus', 2221, 19, NULL, 39.07, 2, 1, 'manual_bid', '2024-09-19 23:46:41', '2024-09-19 23:46:41', '2024-09-20 23:47:02'),
(37881, 1915, 'BnBGlobal', 4231, 5, NULL, 101.00, 1, 1, 'manual_bid', '2024-09-20 04:12:22', '2024-09-20 04:12:22', '2024-09-21 04:13:02'),
(37882, 1915, 'BnBGlobal', 3944, 5, NULL, 80.00, 1, 1, 'manual_bid', '2024-09-20 04:14:16', '2024-09-20 04:14:16', '2024-09-21 04:15:03'),
(37883, 1915, 'BnBGlobal', 4590, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-09-20 07:58:37', '2024-09-20 07:58:37', '2024-09-21 07:59:02'),
(37884, 1915, 'BnBGlobal', 4631, 5, NULL, 20.00, 1, 1, 'manual_bid', '2024-09-20 07:59:40', '2024-09-20 07:59:40', '2024-09-21 08:00:03'),
(37885, 1938, 'Brightoplaza', 92, 2, NULL, 171.00, 1, 1, 'manual_bid', '2024-09-20 12:43:33', '2024-09-20 12:43:33', '2024-09-21 12:44:02'),
(37886, 1938, 'Brightoplaza', 27, 2, NULL, 5.00, 3, 1, 'manual_bid', '2024-09-20 12:48:13', '2024-09-20 12:48:13', '2024-09-21 12:49:02'),
(37887, 1798, 'Feelyards', 3900, 2, NULL, 481.00, 1, 1, 'manual_bid', '2024-09-20 13:11:24', '2024-09-20 13:11:24', '2024-09-21 13:12:01'),
(37888, 1798, 'Feelyards', 3195, 4, NULL, 201.00, 1, 1, 'manual_bid', '2024-09-20 13:17:46', '2024-09-20 13:17:46', '2024-09-21 13:18:01'),
(37889, 1798, 'Feelyards', 2313, 2, NULL, 31.00, 1, 1, 'manual_bid', '2024-09-20 13:27:25', '2024-09-20 13:27:25', '2024-09-21 13:28:02'),
(37890, 1798, 'Feelyards', 352, 2, NULL, 21.00, 1, 1, 'manual_bid', '2024-09-20 13:28:51', '2024-09-20 13:28:51', '2024-09-21 13:29:02'),
(37891, 1886, 'Lovenest Luxe', 3112, 2, NULL, 8.00, 58, 1, 'manual_bid', '2024-09-20 17:11:13', '2024-09-20 17:11:13', '2024-09-21 17:12:02'),
(37892, 1850, 'Chanadus', 5195, 16, 33, 42.93, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37893, 1850, 'Chanadus', 4690, 12, 33, 30.48, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37894, 1850, 'Chanadus', 4562, 5, 33, 4.06, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37895, 1850, 'Chanadus', 1448, 14, 33, 10.29, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37896, 1850, 'Chanadus', 4360, 16, 33, 851.76, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37897, 1850, 'Chanadus', 4827, 17, 33, 18.02, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37898, 1850, 'Chanadus', 5520, 12, 33, 290.16, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37899, 1850, 'Chanadus', 1072, 16, 33, 22.65, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37900, 1850, 'Chanadus', 639, 14, 33, 4.04, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37901, 1850, 'Chanadus', 4345, 18, 33, 198.05, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37902, 1850, 'Chanadus', 1505, 15, 33, 536.63, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37903, 1850, 'Chanadus', 436, 13, 33, 73.35, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37904, 1850, 'Chanadus', 769, 2, 33, 111.28, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37905, 1850, 'Chanadus', 2200, 19, 33, 13.39, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37906, 1850, 'Chanadus', 611, 7, 33, 10.30, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37907, 1850, 'Chanadus', 1508, 19, 33, 306.00, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37908, 1850, 'Chanadus', 3738, 10, 33, 119.18, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37909, 1850, 'Chanadus', 6158, 11, 33, 73.71, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37910, 1850, 'Chanadus', 3050, 2, 33, 10.70, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37911, 1850, 'Chanadus', 1000, 17, 33, 3.50, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37912, 1850, 'Chanadus', 3589, 17, 33, 7.79, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37913, 1850, 'Chanadus', 4017, 17, 33, 3.13, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37914, 1850, 'Chanadus', 3533, 12, 33, 2.40, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37915, 1850, 'Chanadus', 734, 19, 33, 0.22, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37916, 1850, 'Chanadus', 1827, 19, 33, 0.12, 1, 1, 'ai_bid', '2024-09-20 20:55:03', '2024-09-20 20:55:03', '2024-09-21 20:56:02'),
(37917, 1921, 'Baeniiz', 4878, 12, NULL, 232.00, 1, 1, 'manual_bid', '2024-09-20 22:01:21', '2024-09-20 22:01:21', '2024-09-21 22:02:02'),
(37918, 1921, 'Baeniiz', 3542, 12, NULL, 7.00, 1, 1, 'manual_bid', '2024-09-20 22:02:23', '2024-09-20 22:02:23', '2024-09-21 22:03:02'),
(37919, 1920, 'Nizzy', 3853, 4, NULL, 501.00, 1, 1, 'manual_bid', '2024-09-20 22:03:50', '2024-09-20 22:03:50', '2024-09-21 22:04:02'),
(37920, 1920, 'Nizzy', 3539, 12, NULL, 2.00, 1, 1, 'manual_bid', '2024-09-20 22:07:34', '2024-09-20 22:07:34', '2024-09-21 22:08:01'),
(37921, 1941, 'Yvonnestores', 1740, 5, 34, 3.12, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37922, 1941, 'Yvonnestores', 6014, 11, 34, 4040.00, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37923, 1941, 'Yvonnestores', 4718, 12, 34, 53.21, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37924, 1941, 'Yvonnestores', 626, 14, 34, 3.12, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37925, 1941, 'Yvonnestores', 4378, 14, 34, 207.02, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37926, 1941, 'Yvonnestores', 728, 10, 34, 34.22, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37927, 1941, 'Yvonnestores', 2010, 15, 34, 404.56, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37928, 1941, 'Yvonnestores', 5106, 16, 34, 86.52, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37929, 1941, 'Yvonnestores', 333, 15, 34, 8.76, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37930, 1941, 'Yvonnestores', 1569, 19, 34, 85.85, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37931, 1941, 'Yvonnestores', 866, 2, 34, 61.80, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37932, 1941, 'Yvonnestores', 910, 5, 34, 7.03, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37933, 1941, 'Yvonnestores', 4799, 12, 34, 53.03, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37934, 1941, 'Yvonnestores', 3880, 16, 34, 16.62, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37935, 1941, 'Yvonnestores', 1514, 15, 34, 4.41, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37936, 1941, 'Yvonnestores', 5059, 13, 34, 817.01, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37937, 1941, 'Yvonnestores', 5876, 15, 34, 69.00, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37938, 1941, 'Yvonnestores', 1556, 14, 34, 103.95, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37939, 1941, 'Yvonnestores', 802, 18, 34, 64.93, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37940, 1941, 'Yvonnestores', 1672, 17, 34, 30.59, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37941, 1941, 'Yvonnestores', 5624, 15, 34, 40.40, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37942, 1941, 'Yvonnestores', 896, 18, 34, 11.65, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37943, 1941, 'Yvonnestores', 724, 1, 34, 39.86, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37944, 1941, 'Yvonnestores', 2723, 18, 34, 240.71, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37945, 1941, 'Yvonnestores', 3491, 10, 34, 72.01, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37946, 1941, 'Yvonnestores', 3244, 7, 34, 197.40, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37947, 1941, 'Yvonnestores', 5669, 16, 34, 25.24, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37948, 1941, 'Yvonnestores', 3308, 16, 34, 1449.76, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37949, 1941, 'Yvonnestores', 4016, 17, 34, 46.45, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37950, 1941, 'Yvonnestores', 6126, 11, 34, 23.03, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37951, 1941, 'Yvonnestores', 5190, 16, 34, 319.30, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37952, 1941, 'Yvonnestores', 6113, 11, 34, 193.77, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37953, 1941, 'Yvonnestores', 2820, 19, 34, 146.17, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37954, 1941, 'Yvonnestores', 4744, 12, 34, 50.49, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37955, 1941, 'Yvonnestores', 2404, 19, 34, 678.38, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37956, 1941, 'Yvonnestores', 3720, 13, 34, 8.31, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37957, 1941, 'Yvonnestores', 236, 12, 34, 761.05, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37958, 1941, 'Yvonnestores', 5301, 14, 34, 52.52, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37959, 1941, 'Yvonnestores', 5671, 16, 34, 313.03, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37960, 1941, 'Yvonnestores', 4043, 18, 34, 15.14, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37961, 1941, 'Yvonnestores', 2732, 17, 34, 20.88, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37962, 1941, 'Yvonnestores', 324, 18, 34, 12.77, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37963, 1941, 'Yvonnestores', 935, 5, 34, 3.03, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37964, 1941, 'Yvonnestores', 3541, 12, 34, 2.78, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37965, 1941, 'Yvonnestores', 949, 5, 34, 0.30, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37966, 1941, 'Yvonnestores', 1811, 5, 34, 0.21, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37967, 1941, 'Yvonnestores', 1844, 19, 34, 0.31, 1, 1, 'ai_bid', '2024-09-21 00:58:02', '2024-09-21 00:58:02', '2024-09-22 00:58:02'),
(37968, 1876, 'Etiuko', 4972, 12, NULL, 41.00, 4, 1, 'manual_bid', '2024-09-21 02:31:33', '2024-09-21 02:31:33', '2024-09-22 02:32:02'),
(37969, 1850, 'Chanadus', 2032, 19, NULL, 39.46, 2, 1, 'manual_bid', '2024-09-21 11:04:18', '2024-09-21 11:04:18', '2024-09-22 11:05:02'),
(37970, 1938, 'Brightoplaza', 65, 2, NULL, 30.00, 5, 1, 'manual_bid', '2024-09-21 14:04:21', '2024-09-21 14:04:21', '2024-09-22 14:05:03'),
(37971, 1938, 'Brightoplaza', 373, 2, NULL, 13.00, 2, 1, 'manual_bid', '2024-09-21 14:07:06', '2024-09-21 14:07:06', '2024-09-22 14:08:02'),
(37972, 1938, 'Brightoplaza', 2456, 2, NULL, 12.00, 1, 1, 'manual_bid', '2024-09-21 14:08:21', '2024-09-21 14:08:21', '2024-09-22 14:09:01'),
(37973, 1798, 'Feelyards', 1313, 2, NULL, 701.00, 1, 1, 'manual_bid', '2024-09-21 14:47:04', '2024-09-21 14:47:04', '2024-09-22 14:48:02'),
(37974, 1798, 'Feelyards', 104, 2, NULL, 34.00, 1, 1, 'manual_bid', '2024-09-21 14:54:52', '2024-09-21 14:54:52', '2024-09-22 14:55:02'),
(37975, 1798, 'Feelyards', 59, 2, NULL, 9.00, 1, 1, 'manual_bid', '2024-09-21 14:56:27', '2024-09-21 14:56:27', '2024-09-22 14:57:02'),
(37976, 1915, 'BnBGlobal', 4081, 5, NULL, 50.00, 4, 1, 'manual_bid', '2024-09-21 18:11:21', '2024-09-21 18:11:21', '2024-09-22 18:12:02'),
(37977, 1886, 'Lovenest Luxe', 3885, 2, NULL, 401.00, 1, 1, 'manual_bid', '2024-09-21 18:15:32', '2024-09-21 18:15:32', '2024-09-22 18:16:02'),
(37978, 1886, 'Lovenest Luxe', 93, 2, NULL, 17.00, 4, 1, 'manual_bid', '2024-09-21 18:18:24', '2024-09-21 18:18:24', '2024-09-22 18:19:02'),
(37979, 1915, 'BnBGlobal', 936, 5, NULL, 51.00, 1, 1, 'manual_bid', '2024-09-21 18:23:47', '2024-09-21 18:23:47', '2024-09-22 18:24:02'),
(37980, 1915, 'BnBGlobal', 3228, 5, NULL, 3.00, 1, 1, 'manual_bid', '2024-09-21 18:32:29', '2024-09-21 18:32:29', '2024-09-22 18:33:01'),
(37981, 1850, 'Chanadus', 4161, 5, 33, 1060.00, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37982, 1850, 'Chanadus', 2899, 14, 33, 13.64, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37983, 1850, 'Chanadus', 4385, 16, 33, 41.60, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37984, 1850, 'Chanadus', 3184, 5, 33, 9.67, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37985, 1850, 'Chanadus', 5307, 16, 33, 22.04, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37986, 1850, 'Chanadus', 2551, 7, 33, 160.14, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37987, 1850, 'Chanadus', 1626, 18, 33, 1096.50, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37988, 1850, 'Chanadus', 731, 19, 33, 113.59, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37989, 1850, 'Chanadus', 2255, 16, 33, 20.39, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37990, 1850, 'Chanadus', 817, 18, 33, 64.98, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37991, 1850, 'Chanadus', 5669, 16, 33, 26.24, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37992, 1850, 'Chanadus', 4940, 14, 33, 19.38, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37993, 1850, 'Chanadus', 3414, 15, 33, 68.90, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37994, 1850, 'Chanadus', 1181, 18, 33, 26.78, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37995, 1850, 'Chanadus', 3081, 2, 33, 9.54, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37996, 1850, 'Chanadus', 5643, 10, 33, 8.05, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37997, 1850, 'Chanadus', 1353, 15, 33, 2.15, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37998, 1850, 'Chanadus', 4448, 15, 33, 12.60, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(37999, 1850, 'Chanadus', 4704, 12, 33, 1.28, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(38000, 1850, 'Chanadus', 5761, 13, 33, 2.02, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(38001, 1850, 'Chanadus', 1047, 4, 33, 5.24, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(38002, 1850, 'Chanadus', 1850, 5, 33, 0.57, 1, 1, 'ai_bid', '2024-09-21 22:07:02', '2024-09-21 22:07:02', '2024-09-22 22:07:02'),
(38003, 1921, 'Baeniiz', 132, 2, NULL, 100.00, 2, 1, 'manual_bid', '2024-09-21 23:04:29', '2024-09-21 23:04:29', '2024-09-22 23:05:02'),
(38004, 1921, 'Baeniiz', 3071, 2, NULL, 30.00, 1, 1, 'manual_bid', '2024-09-21 23:05:52', '2024-09-21 23:05:52', '2024-09-22 23:06:02'),
(38005, 1921, 'Baeniiz', 3114, 2, NULL, 12.00, 1, 1, 'manual_bid', '2024-09-21 23:06:37', '2024-09-21 23:06:37', '2024-09-22 23:07:02'),
(38006, 1920, 'Nizzy', 5453, 12, NULL, 254.00, 2, 1, 'manual_bid', '2024-09-21 23:10:30', '2024-09-21 23:10:30', '2024-09-22 23:11:02'),
(38007, 1941, 'Yvonnestores', 4031, 17, 34, 61.79, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38008, 1941, 'Yvonnestores', 1268, 19, 34, 178.50, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38009, 1941, 'Yvonnestores', 3228, 5, 34, 2.83, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38010, 1941, 'Yvonnestores', 3774, 7, 34, 98.76, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38011, 1941, 'Yvonnestores', 797, 19, 34, 903.00, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38012, 1941, 'Yvonnestores', 2570, 7, 34, 6.35, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38013, 1941, 'Yvonnestores', 2073, 4, 34, 2.56, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38014, 1941, 'Yvonnestores', 3240, 4, 34, 106.63, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38015, 1941, 'Yvonnestores', 3875, 2, 34, 82.40, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38016, 1941, 'Yvonnestores', 5285, 14, 34, 300.97, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38017, 1941, 'Yvonnestores', 4139, 14, 34, 63.57, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38018, 1941, 'Yvonnestores', 637, 5, 34, 310.96, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38019, 1941, 'Yvonnestores', 890, 19, 34, 169.59, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38020, 1941, 'Yvonnestores', 3721, 10, 34, 35.14, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38021, 1941, 'Yvonnestores', 1124, 4, 34, 4.44, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38022, 1941, 'Yvonnestores', 2643, 15, 34, 11.43, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38023, 1941, 'Yvonnestores', 4507, 16, 34, 42.92, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38024, 1941, 'Yvonnestores', 181, 4, 34, 261.03, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38025, 1941, 'Yvonnestores', 4472, 15, 34, 295.74, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38026, 1941, 'Yvonnestores', 3678, 14, 34, 9.84, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38027, 1941, 'Yvonnestores', 4788, 12, 34, 479.28, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38028, 1941, 'Yvonnestores', 3014, 14, 34, 210.08, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38029, 1941, 'Yvonnestores', 2939, 19, 34, 432.60, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38030, 1941, 'Yvonnestores', 3671, 10, 34, 18.89, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38031, 1941, 'Yvonnestores', 6168, 11, 34, 30.15, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38032, 1941, 'Yvonnestores', 5251, 14, 34, 27.41, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38033, 1941, 'Yvonnestores', 4362, 18, 34, 4095.00, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38034, 1941, 'Yvonnestores', 4217, 5, 34, 6.15, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38035, 1941, 'Yvonnestores', 3624, 12, 34, 127.94, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38036, 1941, 'Yvonnestores', 4796, 12, 34, 10.52, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38037, 1941, 'Yvonnestores', 5906, 13, 34, 137.79, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38038, 1941, 'Yvonnestores', 1217, 14, 34, 43.01, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38039, 1941, 'Yvonnestores', 4754, 12, 34, 6.96, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38040, 1941, 'Yvonnestores', 3980, 18, 34, 20.37, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38041, 1941, 'Yvonnestores', 2587, 7, 34, 51.47, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38042, 1941, 'Yvonnestores', 5927, 17, 34, 318.00, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38043, 1941, 'Yvonnestores', 871, 7, 34, 62.39, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38044, 1941, 'Yvonnestores', 4234, 18, 34, 42.65, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38045, 1941, 'Yvonnestores', 3177, 4, 34, 51.50, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38046, 1941, 'Yvonnestores', 5826, 15, 34, 6.17, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38047, 1941, 'Yvonnestores', 69, 2, 34, 25.75, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38048, 1941, 'Yvonnestores', 4279, 5, 34, 160.64, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38049, 1941, 'Yvonnestores', 4774, 12, 34, 105.00, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38050, 1941, 'Yvonnestores', 1660, 19, 34, 1549.60, 1, 1, 'ai_bid', '2024-09-22 02:09:02', '2024-09-22 02:09:02', '2024-09-23 02:09:02'),
(38051, 1941, 'Yvonnestores', 5609, 16, 34, 30.89, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38052, 1941, 'Yvonnestores', 3606, 13, 34, 9.83, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38053, 1941, 'Yvonnestores', 3041, 14, 34, 16.61, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38054, 1941, 'Yvonnestores', 366, 7, 34, 2.13, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38055, 1941, 'Yvonnestores', 2287, 2, 34, 7.61, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38056, 1941, 'Yvonnestores', 3065, 2, 34, 4.20, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38057, 1941, 'Yvonnestores', 752, 19, 34, 1.05, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38058, 1941, 'Yvonnestores', 1469, 10, 34, 1.26, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38059, 1941, 'Yvonnestores', 3225, 5, 34, 1.15, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38060, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38061, 1941, 'Yvonnestores', 1894, 19, 34, 0.21, 1, 1, 'ai_bid', '2024-09-22 02:09:03', '2024-09-22 02:09:03', '2024-09-23 02:10:03'),
(38062, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-22 02:10:02', '2024-09-22 02:10:02', '2024-09-23 02:10:03'),
(38063, 1850, 'Chanadus', 1822, 19, NULL, 39.85, 2, 1, 'manual_bid', '2024-09-22 12:59:18', '2024-09-22 12:59:18', '2024-09-23 13:00:03'),
(38064, 1798, 'Feelyards', 5583, 12, NULL, 500.00, 1, 1, 'manual_bid', '2024-09-22 16:08:01', '2024-09-22 16:08:01', '2024-09-23 16:08:02'),
(38065, 1798, 'Feelyards', 2208, 12, NULL, 57.00, 1, 1, 'manual_bid', '2024-09-22 16:17:39', '2024-09-22 16:17:39', '2024-09-23 16:18:02'),
(38066, 1798, 'Feelyards', 4003, 12, NULL, 190.00, 1, 1, 'manual_bid', '2024-09-22 16:23:58', '2024-09-22 16:23:58', '2024-09-23 16:24:02'),
(38067, 1798, 'Feelyards', 5421, 12, NULL, 8.00, 1, 1, 'manual_bid', '2024-09-22 16:25:33', '2024-09-22 16:25:33', '2024-09-23 16:26:01'),
(38068, 1938, 'Brightoplaza', 4185, 5, NULL, 161.00, 1, 1, 'manual_bid', '2024-09-22 18:18:24', '2024-09-22 18:18:24', '2024-09-23 18:19:01'),
(38069, 1938, 'Brightoplaza', 3068, 2, NULL, 15.00, 1, 1, 'manual_bid', '2024-09-22 18:25:29', '2024-09-22 18:25:29', '2024-09-23 18:26:02'),
(38070, 1938, 'Brightoplaza', 1806, 2, NULL, 14.00, 1, 1, 'manual_bid', '2024-09-22 18:39:02', '2024-09-22 18:39:02', '2024-09-23 18:40:04'),
(38071, 1850, 'Chanadus', 2913, 14, 33, 30.73, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38072, 1850, 'Chanadus', 5593, 10, 33, 266.01, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38073, 1850, 'Chanadus', 2985, 14, 33, 80.58, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38074, 1850, 'Chanadus', 573, 17, 33, 30.60, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38075, 1850, 'Chanadus', 507, 7, 33, 36.92, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38076, 1850, 'Chanadus', 2287, 2, 33, 7.68, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38077, 1850, 'Chanadus', 493, 7, 33, 57.29, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38078, 1850, 'Chanadus', 5191, 16, 33, 43.04, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38079, 1850, 'Chanadus', 4985, 13, 33, 306.00, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38080, 1850, 'Chanadus', 2917, 14, 33, 17.31, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38081, 1850, 'Chanadus', 3488, 10, 33, 241.50, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38082, 1850, 'Chanadus', 5269, 16, 33, 11.21, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38083, 1850, 'Chanadus', 961, 5, 33, 31.72, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38084, 1850, 'Chanadus', 2519, 16, 33, 30.59, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38085, 1850, 'Chanadus', 5187, 16, 33, 92.90, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38086, 1850, 'Chanadus', 6078, 15, 33, 41.19, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38087, 1850, 'Chanadus', 5529, 1, 33, 10.52, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38088, 1850, 'Chanadus', 5601, 15, 33, 44.18, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38089, 1850, 'Chanadus', 1445, 14, 33, 2.65, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38090, 1850, 'Chanadus', 249, 12, 33, 32.05, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38091, 1850, 'Chanadus', 2537, 17, 33, 27.67, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38092, 1850, 'Chanadus', 2157, 16, 33, 18.02, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38093, 1850, 'Chanadus', 4659, 12, 33, 10.08, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38094, 1850, 'Chanadus', 904, 5, 33, 959.50, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38095, 1850, 'Chanadus', 1119, 19, 33, 148.40, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38096, 1850, 'Chanadus', 2117, 19, 33, 17.31, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38097, 1850, 'Chanadus', 5229, 13, 33, 4.36, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38098, 1850, 'Chanadus', 4928, 12, 33, 50.76, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38099, 1850, 'Chanadus', 2962, 14, 33, 11.07, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38100, 1850, 'Chanadus', 3360, 7, 33, 52.00, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38101, 1850, 'Chanadus', 2152, 19, 33, 71.40, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38102, 1850, 'Chanadus', 4694, 12, 33, 29.42, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38103, 1850, 'Chanadus', 4064, 18, 33, 12.14, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38104, 1850, 'Chanadus', 1827, 19, 33, 0.12, 1, 1, 'ai_bid', '2024-09-22 23:17:02', '2024-09-22 23:17:02', '2024-09-23 23:17:02'),
(38105, 1850, 'Chanadus', 1827, 19, 33, 0.12, 1, 1, 'ai_bid', '2024-09-22 23:18:02', '2024-09-22 23:18:02', '2024-09-23 23:19:02'),
(38106, 1921, 'Baeniiz', 3181, 4, NULL, 61.00, 4, 1, 'manual_bid', '2024-09-23 00:09:41', '2024-09-23 00:09:41', '2024-09-24 00:10:02'),
(38107, 1920, 'Nizzy', 1970, 4, NULL, 171.00, 3, 1, 'manual_bid', '2024-09-23 00:12:52', '2024-09-23 00:12:52', '2024-09-24 00:13:02'),
(38108, 1876, 'Etiuko', 4850, 12, NULL, 132.00, 1, 1, 'manual_bid', '2024-09-23 00:52:33', '2024-09-23 00:52:33', '2024-09-24 00:53:02'),
(38109, 1876, 'Etiuko', 4727, 12, NULL, 34.00, 1, 1, 'manual_bid', '2024-09-23 00:55:08', '2024-09-23 00:55:08', '2024-09-24 00:56:02'),
(38110, 1886, 'Lovenest Luxe', 3058, 2, NULL, 430.00, 1, 1, 'manual_bid', '2024-09-23 02:51:08', '2024-09-23 02:51:08', '2024-09-24 02:52:01'),
(38111, 1886, 'Lovenest Luxe', 376, 7, NULL, 10.00, 4, 1, 'manual_bid', '2024-09-23 02:55:04', '2024-09-23 02:55:04', '2024-09-24 02:56:02'),
(38112, 1886, 'Lovenest Luxe', 3324, 7, NULL, 2.00, 2, 1, 'manual_bid', '2024-09-23 02:56:59', '2024-09-23 02:56:59', '2024-09-24 02:57:02'),
(38113, 1941, 'Yvonnestores', 4633, 15, 34, 412.00, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38114, 1941, 'Yvonnestores', 3225, 5, 34, 1.19, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38115, 1941, 'Yvonnestores', 2594, 19, 34, 15.58, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38116, 1941, 'Yvonnestores', 434, 17, 34, 118.70, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38117, 1941, 'Yvonnestores', 3582, 12, 34, 4.20, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38118, 1941, 'Yvonnestores', 3591, 12, 34, 12.89, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38119, 1941, 'Yvonnestores', 5253, 16, 34, 16.21, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38120, 1941, 'Yvonnestores', 6065, 11, 34, 21.29, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38121, 1941, 'Yvonnestores', 5100, 16, 34, 16.03, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38122, 1941, 'Yvonnestores', 4885, 12, 34, 505.57, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38123, 1941, 'Yvonnestores', 915, 5, 34, 53.00, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38124, 1941, 'Yvonnestores', 3545, 10, 34, 40.06, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38125, 1941, 'Yvonnestores', 2769, 14, 34, 31.24, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38126, 1941, 'Yvonnestores', 3051, 18, 34, 75.67, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38127, 1941, 'Yvonnestores', 4328, 18, 34, 831.99, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38128, 1941, 'Yvonnestores', 2323, 2, 34, 350.16, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38129, 1941, 'Yvonnestores', 1057, 17, 34, 32.76, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38130, 1941, 'Yvonnestores', 5476, 1, 34, 22.65, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38131, 1941, 'Yvonnestores', 86, 2, 34, 140.08, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38132, 1941, 'Yvonnestores', 2617, 14, 34, 6.44, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38133, 1941, 'Yvonnestores', 1992, 4, 34, 119.60, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38134, 1941, 'Yvonnestores', 2098, 19, 34, 102.96, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38135, 1941, 'Yvonnestores', 5974, 17, 34, 18.89, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38136, 1941, 'Yvonnestores', 5073, 14, 34, 18.89, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38137, 1941, 'Yvonnestores', 2836, 14, 34, 1111.94, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38138, 1941, 'Yvonnestores', 265, 5, 34, 135.20, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38139, 1941, 'Yvonnestores', 4670, 12, 34, 5.94, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38140, 1941, 'Yvonnestores', 1549, 19, 34, 156.02, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38141, 1941, 'Yvonnestores', 496, 19, 34, 132.59, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38142, 1941, 'Yvonnestores', 5986, 17, 34, 18.94, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38143, 1941, 'Yvonnestores', 4316, 18, 34, 34.97, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38144, 1941, 'Yvonnestores', 3443, 11, 34, 10.46, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38145, 1941, 'Yvonnestores', 2367, 19, 34, 3.12, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38146, 1941, 'Yvonnestores', 4935, 14, 34, 7.30, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38147, 1941, 'Yvonnestores', 5486, 7, 34, 8.15, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38148, 1941, 'Yvonnestores', 1032, 19, 34, 98.80, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38149, 1941, 'Yvonnestores', 3471, 14, 34, 89.03, 1, 1, 'ai_bid', '2024-09-23 03:21:02', '2024-09-23 03:21:02', '2024-09-24 03:21:02'),
(38150, 1941, 'Yvonnestores', 5690, 10, 34, 27.37, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38151, 1941, 'Yvonnestores', 2383, 2, 34, 23.12, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38152, 1941, 'Yvonnestores', 3559, 17, 34, 215.85, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38153, 1941, 'Yvonnestores', 3644, 18, 34, 3399.00, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38154, 1941, 'Yvonnestores', 1715, 19, 34, 6.69, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38155, 1941, 'Yvonnestores', 5870, 15, 34, 12.71, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38156, 1941, 'Yvonnestores', 1253, 10, 34, 31.10, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38157, 1941, 'Yvonnestores', 2501, 16, 34, 96.89, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38158, 1941, 'Yvonnestores', 4933, 14, 34, 5.47, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38159, 1941, 'Yvonnestores', 5605, 15, 34, 234.60, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38160, 1941, 'Yvonnestores', 3820, 4, 34, 8.32, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38161, 1941, 'Yvonnestores', 5633, 10, 34, 8.78, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38162, 1941, 'Yvonnestores', 687, 10, 34, 137.55, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38163, 1941, 'Yvonnestores', 467, 19, 34, 37.88, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38164, 1941, 'Yvonnestores', 1036, 5, 34, 911.60, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38165, 1941, 'Yvonnestores', 5403, 14, 34, 412.78, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38166, 1941, 'Yvonnestores', 5852, 15, 34, 40.27, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38167, 1941, 'Yvonnestores', 3658, 10, 34, 14.08, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38168, 1941, 'Yvonnestores', 4877, 12, 34, 8.24, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38169, 1941, 'Yvonnestores', 310, 7, 34, 56.39, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38170, 1941, 'Yvonnestores', 406, 17, 34, 285.19, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38171, 1941, 'Yvonnestores', 3425, 14, 34, 25.46, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38172, 1941, 'Yvonnestores', 289, 5, 34, 75.60, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38173, 1941, 'Yvonnestores', 4346, 14, 34, 63.13, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38174, 1941, 'Yvonnestores', 4609, 16, 34, 25.63, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38175, 1941, 'Yvonnestores', 1491, 15, 34, 9.97, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38176, 1941, 'Yvonnestores', 5243, 14, 34, 25.75, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38177, 1941, 'Yvonnestores', 1235, 19, 34, 12.25, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38178, 1941, 'Yvonnestores', 5082, 16, 34, 23.89, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38179, 1941, 'Yvonnestores', 2117, 19, 34, 17.48, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38180, 1941, 'Yvonnestores', 5921, 17, 34, 7.06, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38181, 1941, 'Yvonnestores', 4525, 16, 34, 8.39, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38182, 1941, 'Yvonnestores', 2024, 2, 34, 12.69, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38183, 1941, 'Yvonnestores', 1297, 2, 34, 75.48, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38184, 1941, 'Yvonnestores', 4789, 17, 34, 44.18, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38185, 1941, 'Yvonnestores', 2524, 18, 34, 12.70, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38186, 1941, 'Yvonnestores', 151, 18, 34, 10.20, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38187, 1941, 'Yvonnestores', 639, 14, 34, 4.16, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38188, 1941, 'Yvonnestores', 1894, 19, 34, 0.21, 1, 1, 'ai_bid', '2024-09-23 03:21:03', '2024-09-23 03:21:03', '2024-09-24 03:22:02'),
(38189, 1850, 'Chanadus', 1807, 19, NULL, 80.48, 1, 1, 'manual_bid', '2024-09-23 14:42:41', '2024-09-23 14:42:41', '2024-09-24 14:43:02'),
(38190, 1798, 'Feelyards', 2068, 4, NULL, 751.00, 1, 1, 'manual_bid', '2024-09-23 17:56:05', '2024-09-23 17:56:05', '2024-09-24 17:57:02'),
(38191, 1798, 'Feelyards', 999, 5, NULL, 15.00, 1, 1, 'manual_bid', '2024-09-23 18:05:19', '2024-09-23 18:05:19', '2024-09-24 18:06:02'),
(38192, 1938, 'Brightoplaza', 1746, 2, NULL, 180.00, 1, 1, 'manual_bid', '2024-09-23 19:48:13', '2024-09-23 19:48:13', '2024-09-24 19:49:02'),
(38193, 1938, 'Brightoplaza', 1904, 2, NULL, 11.00, 1, 1, 'manual_bid', '2024-09-23 19:50:33', '2024-09-23 19:50:33', '2024-09-24 19:51:02'),
(38194, 1850, 'Chanadus', 3500, 10, 33, 353.50, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38195, 1850, 'Chanadus', 5801, 13, 33, 26.49, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38196, 1850, 'Chanadus', 3562, 17, 33, 23.60, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38197, 1850, 'Chanadus', 2262, 1, 33, 26.50, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38198, 1850, 'Chanadus', 2360, 19, 33, 52.00, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38199, 1850, 'Chanadus', 2985, 14, 33, 83.74, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38200, 1850, 'Chanadus', 3365, 7, 33, 7.21, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38201, 1850, 'Chanadus', 1228, 19, 33, 21.95, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38202, 1850, 'Chanadus', 1126, 19, 33, 382.70, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38203, 1850, 'Chanadus', 276, 14, 33, 336.59, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38204, 1850, 'Chanadus', 4494, 16, 33, 42.40, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38205, 1850, 'Chanadus', 2652, 14, 33, 27.80, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38206, 1850, 'Chanadus', 3550, 12, 33, 7.60, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38207, 1850, 'Chanadus', 1446, 19, 33, 359.47, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38208, 1850, 'Chanadus', 2618, 10, 33, 10.49, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38209, 1850, 'Chanadus', 2610, 14, 33, 10.19, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38210, 1850, 'Chanadus', 1876, 19, 33, 32.34, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38211, 1850, 'Chanadus', 5913, 15, 33, 116.38, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38212, 1850, 'Chanadus', 1555, 19, 33, 24.98, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38213, 1850, 'Chanadus', 4771, 12, 33, 30.88, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38214, 1850, 'Chanadus', 2674, 18, 33, 767.04, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38215, 1850, 'Chanadus', 755, 19, 33, 33.32, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38216, 1850, 'Chanadus', 787, 10, 33, 49.06, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38217, 1850, 'Chanadus', 4700, 14, 33, 31.20, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38218, 1850, 'Chanadus', 6055, 15, 33, 8.20, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38219, 1850, 'Chanadus', 1445, 14, 33, 2.58, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38220, 1850, 'Chanadus', 3296, 5, 33, 1.18, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38221, 1850, 'Chanadus', 1827, 19, 33, 0.13, 1, 1, 'ai_bid', '2024-09-24 00:31:02', '2024-09-24 00:31:02', '2024-09-25 00:31:02'),
(38222, 1941, 'Yvonnestores', 1326, 15, 34, 32.92, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(38223, 1941, 'Yvonnestores', 3658, 10, 34, 14.08, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38224, 1941, 'Yvonnestores', 2235, 19, 34, 31.52, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38225, 1941, 'Yvonnestores', 3712, 18, 34, 24.43, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38226, 1941, 'Yvonnestores', 2772, 19, 34, 47.25, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38227, 1941, 'Yvonnestores', 2328, 19, 34, 741.60, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38228, 1941, 'Yvonnestores', 5865, 13, 34, 16.16, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38229, 1941, 'Yvonnestores', 267, 2, 34, 187.19, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38230, 1941, 'Yvonnestores', 3656, 17, 34, 31.50, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38231, 1941, 'Yvonnestores', 4282, 5, 34, 62.00, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38232, 1941, 'Yvonnestores', 5347, 16, 34, 6.05, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38233, 1941, 'Yvonnestores', 6075, 15, 34, 26.49, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38234, 1941, 'Yvonnestores', 1135, 19, 34, 298.73, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38235, 1941, 'Yvonnestores', 2608, 19, 34, 10.30, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38236, 1941, 'Yvonnestores', 5018, 13, 34, 216.29, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38237, 1941, 'Yvonnestores', 6053, 15, 34, 18.71, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38238, 1941, 'Yvonnestores', 4185, 5, 34, 166.40, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38239, 1941, 'Yvonnestores', 1683, 19, 34, 5970.98, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38240, 1941, 'Yvonnestores', 517, 7, 34, 18.76, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38241, 1941, 'Yvonnestores', 3651, 10, 34, 34.94, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38242, 1941, 'Yvonnestores', 4808, 17, 34, 7.30, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38243, 1941, 'Yvonnestores', 4695, 14, 34, 2444.57, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38244, 1941, 'Yvonnestores', 4329, 15, 34, 9.45, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38245, 1941, 'Yvonnestores', 1514, 15, 34, 4.41, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38246, 1941, 'Yvonnestores', 301, 18, 34, 8.94, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38247, 1941, 'Yvonnestores', 2080, 7, 34, 151.51, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38248, 1941, 'Yvonnestores', 4836, 17, 34, 181.79, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38249, 1941, 'Yvonnestores', 5869, 13, 34, 7.94, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38250, 1941, 'Yvonnestores', 5278, 16, 34, 51.59, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38251, 1941, 'Yvonnestores', 5977, 17, 34, 18.53, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38252, 1941, 'Yvonnestores', 6090, 15, 34, 49.33, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38253, 1941, 'Yvonnestores', 2278, 19, 34, 46.80, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38254, 1941, 'Yvonnestores', 2100, 5, 34, 6.32, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38255, 1941, 'Yvonnestores', 1597, 13, 34, 2.30, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38256, 1941, 'Yvonnestores', 5620, 16, 34, 43.04, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38257, 1941, 'Yvonnestores', 3771, 15, 34, 5.45, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38258, 1941, 'Yvonnestores', 5395, 17, 34, 90.39, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38259, 1941, 'Yvonnestores', 4086, 18, 34, 4.23, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38260, 1941, 'Yvonnestores', 1856, 17, 34, 44.03, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38261, 1941, 'Yvonnestores', 5033, 14, 34, 6.23, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38262, 1941, 'Yvonnestores', 5968, 17, 34, 20.97, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38263, 1941, 'Yvonnestores', 1595, 19, 34, 18.89, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38264, 1941, 'Yvonnestores', 2178, 12, 34, 20.37, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38265, 1941, 'Yvonnestores', 6112, 11, 34, 164.80, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38266, 1941, 'Yvonnestores', 1627, 13, 34, 6.67, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38267, 1941, 'Yvonnestores', 121, 7, 34, 4.61, 1, 1, 'ai_bid', '2024-09-24 04:34:02', '2024-09-24 04:34:02', '2024-09-25 04:34:02'),
(38268, 1921, 'Baeniiz', 3584, 12, NULL, 233.00, 1, 1, 'manual_bid', '2024-09-24 11:09:35', '2024-09-24 11:09:35', '2024-09-25 11:10:03'),
(38269, 1921, 'Baeniiz', 4661, 12, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-24 11:10:10', '2024-09-24 11:10:10', '2024-09-25 11:11:02'),
(38270, 1920, 'Nizzy', 234, 12, NULL, 518.00, 1, 1, 'manual_bid', '2024-09-24 11:12:34', '2024-09-24 11:12:34', '2024-09-25 11:13:02'),
(38271, 1886, 'Lovenest Luxe', 777, 2, NULL, 40.00, 10, 1, 'manual_bid', '2024-09-24 12:14:53', '2024-09-24 12:14:53', '2024-09-25 12:15:03'),
(38272, 1886, 'Lovenest Luxe', 1586, 4, NULL, 79.00, 1, 1, 'manual_bid', '2024-09-24 12:16:23', '2024-09-24 12:16:23', '2024-09-25 12:17:02'),
(38273, 1876, 'Etiuko', 4972, 12, NULL, 42.00, 4, 1, 'manual_bid', '2024-09-24 17:52:19', '2024-09-24 17:52:19', '2024-09-25 17:53:02'),
(38274, 1915, 'BnBGlobal', 3201, 5, NULL, 225.00, 1, 1, 'manual_bid', '2024-09-24 18:30:31', '2024-09-24 18:30:31', '2024-09-25 18:31:02'),
(38275, 1915, 'BnBGlobal', 3184, 5, NULL, 10.00, 3, 1, 'manual_bid', '2024-09-24 18:32:55', '2024-09-24 18:32:55', '2024-09-25 18:33:02'),
(38276, 1798, 'Feelyards', 3765, 7, NULL, 756.00, 1, 1, 'manual_bid', '2024-09-24 20:33:04', '2024-09-24 20:33:04', '2024-09-25 20:34:02'),
(38277, 1798, 'Feelyards', 3328, 7, NULL, 13.00, 2, 1, 'manual_bid', '2024-09-24 20:35:20', '2024-09-24 20:35:20', '2024-09-25 20:36:02'),
(38278, 1938, 'Brightoplaza', 3892, 2, NULL, 100.00, 1, 1, 'manual_bid', '2024-09-24 21:00:04', '2024-09-24 21:00:04', '2024-09-25 21:01:02'),
(38279, 1938, 'Brightoplaza', 3099, 2, NULL, 12.00, 4, 1, 'manual_bid', '2024-09-24 21:05:53', '2024-09-24 21:05:53', '2024-09-25 21:06:02'),
(38280, 1938, 'Brightoplaza', 33, 2, NULL, 7.00, 5, 1, 'manual_bid', '2024-09-24 21:06:49', '2024-09-24 21:06:49', '2024-09-25 21:07:02'),
(38281, 1938, 'Brightoplaza', 1084, 4, NULL, 10.00, 1, 1, 'manual_bid', '2024-09-24 21:07:40', '2024-09-24 21:07:40', '2024-09-25 21:08:02'),
(38282, 1850, 'Chanadus', 1807, 19, NULL, 81.28, 1, 1, 'manual_bid', '2024-09-24 22:21:58', '2024-09-24 22:21:58', '2024-09-25 22:22:02'),
(38283, 1850, 'Chanadus', 440, 16, 33, 85.04, 1, 1, 'ai_bid', '2024-09-25 01:42:02', '2024-09-25 01:42:02', '2024-09-26 01:42:02'),
(38284, 1850, 'Chanadus', 3301, 15, 33, 19.08, 1, 1, 'ai_bid', '2024-09-25 01:42:02', '2024-09-25 01:42:02', '2024-09-26 01:42:02'),
(38285, 1850, 'Chanadus', 5936, 17, 33, 32.48, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:01'),
(38286, 1850, 'Chanadus', 1545, 19, 33, 536.52, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:01'),
(38287, 1850, 'Chanadus', 3051, 18, 33, 72.79, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:01'),
(38288, 1850, 'Chanadus', 5792, 15, 33, 301.60, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:01'),
(38289, 1850, 'Chanadus', 1168, 18, 33, 81.60, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:01'),
(38290, 1850, 'Chanadus', 1930, 18, 33, 38.38, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38291, 1850, 'Chanadus', 2097, 5, 33, 9.42, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38292, 1850, 'Chanadus', 6023, 15, 33, 11.59, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38293, 1850, 'Chanadus', 4951, 14, 33, 9.27, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38294, 1850, 'Chanadus', 988, 17, 33, 478.40, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38295, 1850, 'Chanadus', 4997, 11, 33, 154.52, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38296, 1850, 'Chanadus', 904, 5, 33, 997.50, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38297, 1850, 'Chanadus', 1195, 18, 33, 12.99, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38298, 1850, 'Chanadus', 703, 19, 33, 12.33, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38299, 1850, 'Chanadus', 6009, 17, 33, 20.12, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38300, 1850, 'Chanadus', 4635, 5, 33, 18.89, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38301, 1850, 'Chanadus', 4576, 14, 33, 9.25, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38302, 1850, 'Chanadus', 1584, 19, 33, 4.10, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38303, 1850, 'Chanadus', 1738, 5, 33, 1.49, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38304, 1850, 'Chanadus', 1887, 5, 33, 1.64, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38305, 1850, 'Chanadus', 1967, 19, 33, 2.72, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38306, 1850, 'Chanadus', 1827, 19, 33, 0.13, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38307, 1850, 'Chanadus', 1844, 19, 33, 0.31, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38308, 1850, 'Chanadus', 1811, 5, 33, 0.21, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38309, 1850, 'Chanadus', 803, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-09-25 01:42:03', '2024-09-25 01:42:03', '2024-09-26 01:43:02'),
(38310, 1941, 'Yvonnestores', 4959, 13, 34, 275.60, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38311, 1941, 'Yvonnestores', 6043, 15, 34, 6.77, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38312, 1941, 'Yvonnestores', 5942, 17, 34, 7.14, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38313, 1941, 'Yvonnestores', 4618, 14, 34, 484.36, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38314, 1941, 'Yvonnestores', 5694, 15, 34, 294.00, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38315, 1941, 'Yvonnestores', 5148, 13, 34, 605.99, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38316, 1941, 'Yvonnestores', 1037, 19, 34, 47.24, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38317, 1941, 'Yvonnestores', 6074, 15, 34, 14.92, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38318, 1941, 'Yvonnestores', 3633, 12, 34, 26.78, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38319, 1941, 'Yvonnestores', 4345, 18, 34, 196.14, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38320, 1941, 'Yvonnestores', 5960, 15, 34, 1377.90, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38321, 1941, 'Yvonnestores', 4939, 14, 34, 51.94, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38322, 1941, 'Yvonnestores', 3088, 2, 34, 24.34, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38323, 1941, 'Yvonnestores', 3152, 4, 34, 653.32, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38324, 1941, 'Yvonnestores', 5654, 15, 34, 36.75, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38325, 1941, 'Yvonnestores', 2460, 2, 34, 9.06, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38326, 1941, 'Yvonnestores', 1087, 19, 34, 1195.84, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38327, 1941, 'Yvonnestores', 458, 16, 34, 80.79, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38328, 1941, 'Yvonnestores', 2033, 4, 34, 213.18, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38329, 1941, 'Yvonnestores', 1066, 4, 34, 6.83, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38330, 1941, 'Yvonnestores', 1175, 18, 34, 58.30, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38331, 1941, 'Yvonnestores', 4074, 5, 34, 16.95, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38332, 1941, 'Yvonnestores', 2345, 19, 34, 927.00, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38333, 1941, 'Yvonnestores', 1340, 15, 34, 40.39, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38334, 1941, 'Yvonnestores', 576, 17, 34, 39.78, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38335, 1941, 'Yvonnestores', 4640, 15, 34, 7.28, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38336, 1941, 'Yvonnestores', 5219, 16, 34, 412.00, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38337, 1941, 'Yvonnestores', 5379, 14, 34, 367.00, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38338, 1941, 'Yvonnestores', 2417, 19, 34, 95.79, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38339, 1941, 'Yvonnestores', 4337, 18, 34, 143.99, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38340, 1941, 'Yvonnestores', 3298, 16, 34, 25.24, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38341, 1941, 'Yvonnestores', 972, 5, 34, 15.06, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38342, 1941, 'Yvonnestores', 3273, 7, 34, 103.94, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38343, 1941, 'Yvonnestores', 1155, 18, 34, 66.95, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38344, 1941, 'Yvonnestores', 5557, 10, 34, 182.78, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38345, 1941, 'Yvonnestores', 958, 5, 34, 612.12, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38346, 1941, 'Yvonnestores', 316, 18, 34, 245.26, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38347, 1941, 'Yvonnestores', 5286, 16, 34, 23.18, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38348, 1941, 'Yvonnestores', 4321, 15, 34, 122.39, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38349, 1941, 'Yvonnestores', 350, 15, 34, 52.00, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38350, 1941, 'Yvonnestores', 2577, 14, 34, 115.49, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38351, 1941, 'Yvonnestores', 5119, 13, 34, 62.21, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38352, 1941, 'Yvonnestores', 5600, 10, 34, 63.43, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38353, 1941, 'Yvonnestores', 1547, 19, 34, 309.75, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38354, 1941, 'Yvonnestores', 4013, 17, 34, 4.02, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38355, 1941, 'Yvonnestores', 4648, 15, 34, 42.00, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38356, 1941, 'Yvonnestores', 3261, 7, 34, 11.49, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38357, 1941, 'Yvonnestores', 3672, 10, 34, 60.01, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38358, 1941, 'Yvonnestores', 3227, 4, 34, 20.60, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38359, 1941, 'Yvonnestores', 3375, 10, 34, 13.51, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38360, 1941, 'Yvonnestores', 1302, 15, 34, 187.20, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38361, 1941, 'Yvonnestores', 6130, 11, 34, 4.88, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38362, 1941, 'Yvonnestores', 4869, 14, 34, 11.10, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38363, 1941, 'Yvonnestores', 5002, 11, 34, 175.09, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38364, 1941, 'Yvonnestores', 952, 5, 34, 5.51, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38365, 1941, 'Yvonnestores', 109, 2, 34, 26.55, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38366, 1941, 'Yvonnestores', 2533, 14, 34, 225.57, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38367, 1941, 'Yvonnestores', 2217, 2, 34, 20.14, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38368, 1941, 'Yvonnestores', 3515, 11, 34, 20.59, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38369, 1941, 'Yvonnestores', 4527, 16, 34, 69.29, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:03'),
(38370, 1941, 'Yvonnestores', 2778, 14, 34, 31.09, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38371, 1941, 'Yvonnestores', 2443, 2, 34, 8.31, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38372, 1941, 'Yvonnestores', 6071, 15, 34, 50.99, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38373, 1941, 'Yvonnestores', 1275, 19, 34, 360.50, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38374, 1941, 'Yvonnestores', 1272, 19, 34, 26.25, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38375, 1941, 'Yvonnestores', 5128, 16, 34, 339.82, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38376, 1941, 'Yvonnestores', 2347, 10, 34, 41.70, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38377, 1941, 'Yvonnestores', 1095, 19, 34, 8.07, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38378, 1941, 'Yvonnestores', 4683, 12, 34, 8.15, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38379, 1941, 'Yvonnestores', 700, 18, 34, 42.30, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38380, 1941, 'Yvonnestores', 3978, 5, 34, 12.88, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38381, 1941, 'Yvonnestores', 4909, 12, 34, 2.20, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38382, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38383, 1941, 'Yvonnestores', 1811, 5, 34, 0.20, 1, 1, 'ai_bid', '2024-09-25 05:45:03', '2024-09-25 05:45:03', '2024-09-26 05:45:04'),
(38384, 1921, 'Baeniiz', 2030, 4, NULL, 249.00, 1, 1, 'manual_bid', '2024-09-25 12:13:12', '2024-09-25 12:13:12', '2024-09-26 12:14:02'),
(38385, 1920, 'Nizzy', 181, 4, NULL, 251.00, 2, 1, 'manual_bid', '2024-09-25 12:15:11', '2024-09-25 12:15:11', '2024-09-26 12:16:02'),
(38386, 1920, 'Nizzy', 2066, 4, NULL, 21.00, 1, 1, 'manual_bid', '2024-09-25 12:15:50', '2024-09-25 12:15:50', '2024-09-26 12:16:02'),
(38387, 1886, 'Lovenest Luxe', 27, 2, NULL, 5.00, 77, 1, 'manual_bid', '2024-09-25 18:10:12', '2024-09-25 18:10:12', '2024-09-26 18:11:02'),
(38388, 1886, 'Lovenest Luxe', 3064, 2, NULL, 5.00, 20, 1, 'manual_bid', '2024-09-25 18:12:25', '2024-09-25 18:12:25', '2024-09-26 18:13:01'),
(38389, 1915, 'BnBGlobal', 1011, 5, NULL, 225.00, 1, 1, 'manual_bid', '2024-09-25 20:20:11', '2024-09-25 20:20:11', '2024-09-26 20:21:02'),
(38390, 1915, 'BnBGlobal', 3171, 5, NULL, 17.00, 2, 1, 'manual_bid', '2024-09-25 20:38:11', '2024-09-25 20:38:11', '2024-09-26 20:39:02'),
(38391, 1798, 'Feelyards', 2309, 2, NULL, 598.00, 1, 1, 'manual_bid', '2024-09-25 22:50:14', '2024-09-25 22:50:14', '2024-09-26 22:51:01'),
(38392, 1938, 'Brightoplaza', 3272, 5, NULL, 46.00, 4, 1, 'manual_bid', '2024-09-25 23:00:54', '2024-09-25 23:00:54', '2024-09-26 23:01:02'),
(38393, 1798, 'Feelyards', 3892, 2, NULL, 100.00, 1, 1, 'manual_bid', '2024-09-25 23:03:10', '2024-09-25 23:03:10', '2024-09-26 23:04:01'),
(38394, 1938, 'Brightoplaza', 3200, 4, NULL, 11.00, 1, 1, 'manual_bid', '2024-09-25 23:04:21', '2024-09-25 23:04:21', '2024-09-26 23:05:02'),
(38395, 1798, 'Feelyards', 55, 2, NULL, 30.00, 1, 1, 'manual_bid', '2024-09-25 23:22:17', '2024-09-25 23:22:17', '2024-09-26 23:23:02'),
(38396, 1798, 'Feelyards', 1772, 2, NULL, 65.00, 1, 1, 'manual_bid', '2024-09-25 23:24:03', '2024-09-25 23:24:03', '2024-09-26 23:25:02'),
(38397, 1850, 'Chanadus', 1807, 19, NULL, 82.09, 1, 1, 'manual_bid', '2024-09-25 23:27:03', '2024-09-25 23:27:03', '2024-09-26 23:28:02'),
(38398, 1876, 'Etiuko', 2285, 5, NULL, 91.00, 1, 1, 'manual_bid', '2024-09-26 02:16:08', '2024-09-26 02:16:08', '2024-09-27 02:17:02'),
(38399, 1876, 'Etiuko', 940, 5, NULL, 72.00, 1, 1, 'manual_bid', '2024-09-26 02:23:33', '2024-09-26 02:23:33', '2024-09-27 02:24:02'),
(38400, 1876, 'Etiuko', 941, 5, NULL, 6.00, 1, 1, 'manual_bid', '2024-09-26 02:24:26', '2024-09-26 02:24:26', '2024-09-27 02:25:03'),
(38401, 1850, 'Chanadus', 1693, 18, 33, 9.21, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38402, 1850, 'Chanadus', 1748, 19, 33, 39.78, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38403, 1850, 'Chanadus', 5798, 15, 33, 1248.00, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38404, 1850, 'Chanadus', 3248, 5, 33, 82.40, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38405, 1850, 'Chanadus', 546, 17, 33, 8.08, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38406, 1850, 'Chanadus', 1807, 19, 33, 82.95, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38407, 1850, 'Chanadus', 2336, 18, 33, 46.35, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38408, 1850, 'Chanadus', 3196, 5, 33, 310.07, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38409, 1850, 'Chanadus', 2490, 17, 33, 18.15, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38410, 1850, 'Chanadus', 5224, 13, 33, 788.63, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38411, 1850, 'Chanadus', 2244, 18, 33, 63.04, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38412, 1850, 'Chanadus', 4455, 15, 33, 12.71, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38413, 1850, 'Chanadus', 5810, 15, 33, 132.36, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38414, 1850, 'Chanadus', 2834, 13, 33, 15.28, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38415, 1850, 'Chanadus', 5740, 16, 33, 30.44, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38416, 1850, 'Chanadus', 64, 2, 33, 8.08, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38417, 1850, 'Chanadus', 6080, 15, 33, 20.79, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38418, 1850, 'Chanadus', 5253, 16, 33, 16.68, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38419, 1850, 'Chanadus', 1477, 15, 33, 13.33, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38420, 1850, 'Chanadus', 4980, 14, 33, 5.09, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38421, 1850, 'Chanadus', 4017, 17, 33, 3.07, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38422, 1850, 'Chanadus', 1846, 5, 33, 1.51, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38423, 1850, 'Chanadus', 1894, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-09-26 02:53:02', '2024-09-26 02:53:02', '2024-09-27 02:53:02'),
(38424, 1941, 'Yvonnestores', 1016, 16, 34, 132.29, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38425, 1941, 'Yvonnestores', 368, 2, 34, 12.66, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38426, 1941, 'Yvonnestores', 5063, 14, 34, 24.23, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38427, 1941, 'Yvonnestores', 800, 19, 34, 33.85, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38428, 1941, 'Yvonnestores', 1621, 10, 34, 8.59, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38429, 1941, 'Yvonnestores', 364, 10, 34, 62.97, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38430, 1941, 'Yvonnestores', 5164, 13, 34, 32.23, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38431, 1941, 'Yvonnestores', 4935, 14, 34, 7.16, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38432, 1941, 'Yvonnestores', 3094, 18, 34, 36.35, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38433, 1941, 'Yvonnestores', 4348, 18, 34, 239.19, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38434, 1941, 'Yvonnestores', 5553, 12, 34, 115.49, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38435, 1941, 'Yvonnestores', 5995, 17, 34, 206.78, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38436, 1941, 'Yvonnestores', 3538, 10, 34, 152.99, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38437, 1941, 'Yvonnestores', 1544, 10, 34, 119.78, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38438, 1941, 'Yvonnestores', 4241, 18, 34, 63.25, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38439, 1941, 'Yvonnestores', 2930, 10, 34, 29.28, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38440, 1941, 'Yvonnestores', 4870, 17, 34, 146.99, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38441, 1941, 'Yvonnestores', 3874, 15, 34, 624.00, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38442, 1941, 'Yvonnestores', 2666, 18, 34, 3344.58, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38443, 1941, 'Yvonnestores', 3757, 14, 34, 10.29, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38444, 1941, 'Yvonnestores', 3268, 5, 34, 2.02, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38445, 1941, 'Yvonnestores', 5001, 13, 34, 94.31, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38446, 1941, 'Yvonnestores', 1251, 10, 34, 20.01, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38447, 1941, 'Yvonnestores', 3986, 12, 34, 30.29, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38448, 1941, 'Yvonnestores', 5786, 15, 34, 12.68, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38449, 1941, 'Yvonnestores', 4520, 16, 34, 29.57, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38450, 1941, 'Yvonnestores', 2485, 16, 34, 142.40, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38451, 1941, 'Yvonnestores', 2618, 10, 34, 10.49, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38452, 1941, 'Yvonnestores', 1077, 19, 34, 166.95, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38453, 1941, 'Yvonnestores', 3989, 18, 34, 83.22, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38454, 1941, 'Yvonnestores', 3824, 15, 34, 105.00, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38455, 1941, 'Yvonnestores', 39, 2, 34, 257.50, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38456, 1941, 'Yvonnestores', 1443, 19, 34, 357.00, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38457, 1941, 'Yvonnestores', 1005, 5, 34, 10.10, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38458, 1941, 'Yvonnestores', 4515, 16, 34, 52.99, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38459, 1941, 'Yvonnestores', 2560, 14, 34, 121.19, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38460, 1941, 'Yvonnestores', 747, 7, 34, 15.34, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38461, 1941, 'Yvonnestores', 1610, 4, 34, 78.53, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38462, 1941, 'Yvonnestores', 1216, 14, 34, 8.61, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38463, 1941, 'Yvonnestores', 1057, 17, 34, 33.08, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38464, 1941, 'Yvonnestores', 5424, 1, 34, 19.54, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38465, 1941, 'Yvonnestores', 5495, 17, 34, 1521.10, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38466, 1941, 'Yvonnestores', 871, 7, 34, 61.19, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38467, 1941, 'Yvonnestores', 5981, 17, 34, 19.25, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38468, 1941, 'Yvonnestores', 2523, 19, 34, 114.40, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38469, 1941, 'Yvonnestores', 5074, 16, 34, 23.22, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38470, 1941, 'Yvonnestores', 1974, 18, 34, 24.85, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38471, 1941, 'Yvonnestores', 6068, 15, 34, 28.07, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38472, 1941, 'Yvonnestores', 1432, 15, 34, 8.07, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38473, 1941, 'Yvonnestores', 1875, 16, 34, 53.01, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38474, 1941, 'Yvonnestores', 4745, 14, 34, 189.87, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38475, 1941, 'Yvonnestores', 4991, 13, 34, 166.95, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38476, 1941, 'Yvonnestores', 3361, 15, 34, 2438.00, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38477, 1941, 'Yvonnestores', 1062, 4, 34, 7.65, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38478, 1941, 'Yvonnestores', 2077, 5, 34, 5.30, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38479, 1941, 'Yvonnestores', 1480, 15, 34, 3.91, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38480, 1941, 'Yvonnestores', 1846, 5, 34, 1.54, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38481, 1941, 'Yvonnestores', 1894, 19, 34, 0.20, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38482, 1941, 'Yvonnestores', 803, 19, 34, 0.21, 1, 1, 'ai_bid', '2024-09-26 10:18:02', '2024-09-26 10:18:02', '2024-09-27 10:18:02'),
(38483, 1921, 'Baeniiz', 3804, 4, NULL, 229.00, 1, 1, 'manual_bid', '2024-09-26 13:16:50', '2024-09-26 13:16:50', '2024-09-27 13:17:02'),
(38484, 1921, 'Baeniiz', 3148, 4, NULL, 22.00, 1, 1, 'manual_bid', '2024-09-26 13:19:18', '2024-09-26 13:19:18', '2024-09-27 13:20:03'),
(38485, 1920, 'Nizzy', 3245, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-09-26 13:20:10', '2024-09-26 13:20:10', '2024-09-27 13:21:01'),
(38486, 1920, 'Nizzy', 3804, 4, NULL, 229.00, 1, 1, 'manual_bid', '2024-09-26 13:20:46', '2024-09-26 13:20:46', '2024-09-27 13:21:01'),
(38487, 1886, 'Lovenest Luxe', 1806, 2, NULL, 14.00, 35, 1, 'manual_bid', '2024-09-26 19:16:43', '2024-09-26 19:16:43', '2024-09-27 19:17:01'),
(38488, 1798, 'Feelyards', 5565, 12, NULL, 141.00, 3, 1, 'manual_bid', '2024-09-27 01:19:01', '2024-09-27 01:19:01', '2024-09-28 01:19:02'),
(38489, 1798, 'Feelyards', 5896, 11, NULL, 371.00, 1, 1, 'manual_bid', '2024-09-27 01:20:58', '2024-09-27 01:20:58', '2024-09-28 01:21:02'),
(38490, 1798, 'Feelyards', 227, 5, NULL, 11.00, 1, 1, 'manual_bid', '2024-09-27 01:22:12', '2024-09-27 01:22:12', '2024-09-28 01:23:02'),
(38491, 1938, 'Brightoplaza', 837, 4, NULL, 90.00, 2, 1, 'manual_bid', '2024-09-27 02:21:34', '2024-09-27 02:21:34', '2024-09-28 02:22:02'),
(38492, 1938, 'Brightoplaza', 3862, 2, NULL, 17.00, 1, 1, 'manual_bid', '2024-09-27 02:28:46', '2024-09-27 02:28:46', '2024-09-28 02:29:01'),
(38493, 1850, 'Chanadus', 3695, 18, 33, 31.17, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38494, 1850, 'Chanadus', 5503, 17, 33, 80.11, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38495, 1850, 'Chanadus', 760, 19, 33, 18.18, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38496, 1850, 'Chanadus', 5803, 13, 33, 15.59, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38497, 1850, 'Chanadus', 2516, 7, 33, 527.63, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38498, 1850, 'Chanadus', 4770, 12, 33, 37.73, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38499, 1850, 'Chanadus', 461, 19, 33, 199.82, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38500, 1850, 'Chanadus', 4668, 12, 33, 1.53, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38501, 1850, 'Chanadus', 1154, 18, 33, 42.40, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38502, 1850, 'Chanadus', 3268, 5, 33, 2.06, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38503, 1850, 'Chanadus', 3866, 15, 33, 210.00, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38504, 1850, 'Chanadus', 5594, 16, 33, 13.64, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38505, 1850, 'Chanadus', 2507, 7, 33, 1163.09, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38506, 1850, 'Chanadus', 4687, 12, 33, 2.84, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38507, 1850, 'Chanadus', 3606, 13, 33, 9.83, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38508, 1850, 'Chanadus', 5041, 13, 33, 21.00, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38509, 1850, 'Chanadus', 1395, 19, 33, 66.30, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38510, 1850, 'Chanadus', 4833, 17, 33, 18.47, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38511, 1850, 'Chanadus', 1151, 4, 33, 3.37, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38512, 1850, 'Chanadus', 619, 7, 33, 4.08, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38513, 1850, 'Chanadus', 1903, 19, 33, 414.96, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38514, 1850, 'Chanadus', 5452, 17, 33, 23.22, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38515, 1850, 'Chanadus', 2538, 7, 33, 19.58, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38516, 1850, 'Chanadus', 914, 5, 33, 10.59, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38517, 1850, 'Chanadus', 764, 19, 33, 27.64, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38518, 1850, 'Chanadus', 4464, 15, 33, 25.99, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38519, 1850, 'Chanadus', 5897, 17, 33, 7.36, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38520, 1850, 'Chanadus', 1640, 19, 33, 1.04, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38521, 1850, 'Chanadus', 1952, 19, 33, 1.31, 1, 1, 'ai_bid', '2024-09-27 04:04:02', '2024-09-27 04:04:02', '2024-09-28 04:05:03'),
(38522, 1850, 'Chanadus', 2926, 19, NULL, 82.91, 1, 1, 'manual_bid', '2024-09-27 09:00:25', '2024-09-27 09:00:25', '2024-09-28 09:01:02'),
(38523, 1941, 'Yvonnestores', 1649, 17, 34, 100.43, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38524, 1941, 'Yvonnestores', 4858, 17, 34, 128.09, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38525, 1941, 'Yvonnestores', 3759, 14, 34, 20.59, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38526, 1941, 'Yvonnestores', 5294, 14, 34, 276.30, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38527, 1941, 'Yvonnestores', 5274, 16, 34, 154.01, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38528, 1941, 'Yvonnestores', 4911, 12, 34, 30.02, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38529, 1941, 'Yvonnestores', 2092, 7, 34, 155.37, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38530, 1941, 'Yvonnestores', 3748, 7, 34, 48.77, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38531, 1941, 'Yvonnestores', 5976, 17, 34, 13.25, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38532, 1941, 'Yvonnestores', 3440, 14, 34, 22.97, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38533, 1941, 'Yvonnestores', 2299, 5, 34, 11.44, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38534, 1941, 'Yvonnestores', 2385, 2, 34, 10.29, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38535, 1941, 'Yvonnestores', 4065, 18, 34, 25.56, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38536, 1941, 'Yvonnestores', 4853, 14, 34, 10.76, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38537, 1941, 'Yvonnestores', 982, 9, 34, 137.28, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38538, 1941, 'Yvonnestores', 449, 16, 34, 365.03, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38539, 1941, 'Yvonnestores', 3159, 4, 34, 1334.86, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38540, 1941, 'Yvonnestores', 4402, 18, 34, 30.30, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38541, 1941, 'Yvonnestores', 1807, 19, 34, 82.95, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38542, 1941, 'Yvonnestores', 180, 7, 34, 1895.20, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38543, 1941, 'Yvonnestores', 2322, 10, 34, 60.41, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38544, 1941, 'Yvonnestores', 2829, 14, 34, 10.59, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38545, 1941, 'Yvonnestores', 399, 16, 34, 131.25, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38546, 1941, 'Yvonnestores', 3326, 7, 34, 6.00, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38547, 1941, 'Yvonnestores', 3599, 12, 34, 10.65, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38548, 1941, 'Yvonnestores', 4838, 17, 34, 692.99, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38549, 1941, 'Yvonnestores', 3517, 10, 34, 66.45, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38550, 1941, 'Yvonnestores', 4837, 12, 34, 105.99, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38551, 1941, 'Yvonnestores', 5683, 10, 34, 27.17, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38552, 1941, 'Yvonnestores', 4969, 14, 34, 14.70, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38553, 1941, 'Yvonnestores', 750, 19, 34, 4.07, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38554, 1941, 'Yvonnestores', 151, 18, 34, 10.50, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38555, 1941, 'Yvonnestores', 2082, 19, 34, 14.27, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38556, 1941, 'Yvonnestores', 2023, 19, 34, 1.03, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38557, 1941, 'Yvonnestores', 4839, 12, 34, 164.07, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38558, 1941, 'Yvonnestores', 5452, 17, 34, 23.91, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38559, 1941, 'Yvonnestores', 4442, 15, 34, 28.28, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38560, 1941, 'Yvonnestores', 1428, 15, 34, 10.28, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38561, 1941, 'Yvonnestores', 4508, 16, 34, 43.32, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38562, 1941, 'Yvonnestores', 5094, 16, 34, 22.03, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38563, 1941, 'Yvonnestores', 4623, 16, 34, 2132.17, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38564, 1941, 'Yvonnestores', 5037, 11, 34, 12.35, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38565, 1941, 'Yvonnestores', 5724, 10, 34, 9.26, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38566, 1941, 'Yvonnestores', 3163, 4, 34, 22.21, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38567, 1941, 'Yvonnestores', 6067, 11, 34, 22.22, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38568, 1941, 'Yvonnestores', 3037, 18, 34, 248.97, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38569, 1941, 'Yvonnestores', 3453, 10, 34, 16.13, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38570, 1941, 'Yvonnestores', 3213, 4, 34, 6.23, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38571, 1941, 'Yvonnestores', 2313, 2, 34, 31.20, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38572, 1941, 'Yvonnestores', 2919, 19, 34, 27.45, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38573, 1941, 'Yvonnestores', 3589, 17, 34, 7.64, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38574, 1941, 'Yvonnestores', 2382, 2, 34, 413.92, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38575, 1941, 'Yvonnestores', 179, 2, 34, 22.66, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38576, 1941, 'Yvonnestores', 4337, 18, 34, 143.99, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38577, 1941, 'Yvonnestores', 4864, 12, 34, 476.32, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38578, 1941, 'Yvonnestores', 2164, 19, 34, 1155.00, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38579, 1941, 'Yvonnestores', 3124, 2, 34, 43.26, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38580, 1941, 'Yvonnestores', 3316, 5, 34, 53.33, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38581, 1941, 'Yvonnestores', 5514, 12, 34, 177.45, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38582, 1941, 'Yvonnestores', 4795, 12, 34, 41.39, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38583, 1941, 'Yvonnestores', 4918, 11, 34, 28.83, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38584, 1941, 'Yvonnestores', 379, 2, 34, 7.07, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38585, 1941, 'Yvonnestores', 1193, 18, 34, 40.28, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38586, 1941, 'Yvonnestores', 5907, 17, 34, 16.52, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38587, 1941, 'Yvonnestores', 3856, 11, 34, 43.33, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38588, 1941, 'Yvonnestores', 4536, 14, 34, 65.71, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38589, 1941, 'Yvonnestores', 5892, 11, 34, 315.00, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38590, 1941, 'Yvonnestores', 31, 2, 34, 10.30, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38591, 1941, 'Yvonnestores', 1662, 19, 34, 0.93, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38592, 1941, 'Yvonnestores', 1597, 13, 34, 2.21, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38593, 1941, 'Yvonnestores', 3539, 12, 34, 1.16, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(38594, 1941, 'Yvonnestores', 1844, 19, 34, 0.31, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38595, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-27 11:29:03', '2024-09-27 11:29:03', '2024-09-28 11:30:03'),
(38596, 1876, 'Etiuko', 5589, 12, NULL, 149.00, 1, 1, 'manual_bid', '2024-09-27 14:07:10', '2024-09-27 14:07:10', '2024-09-28 14:08:02'),
(38597, 1876, 'Etiuko', 4804, 12, NULL, 22.00, 1, 1, 'manual_bid', '2024-09-27 14:09:26', '2024-09-27 14:09:26', '2024-09-28 14:10:03'),
(38598, 1921, 'Baeniiz', 90, 2, NULL, 200.00, 1, 1, 'manual_bid', '2024-09-27 14:26:34', '2024-09-27 14:26:34', '2024-09-28 14:27:02'),
(38599, 1921, 'Baeniiz', 2154, 4, NULL, 20.00, 2, 1, 'manual_bid', '2024-09-27 14:27:48', '2024-09-27 14:27:48', '2024-09-28 14:28:02'),
(38600, 1921, 'Baeniiz', 1151, 4, NULL, 4.00, 1, 1, 'manual_bid', '2024-09-27 14:28:23', '2024-09-27 14:28:23', '2024-09-28 14:29:02'),
(38601, 1921, 'Baeniiz', 1058, 4, NULL, 10.00, 1, 1, 'manual_bid', '2024-09-27 14:29:00', '2024-09-27 14:29:00', '2024-09-28 14:29:02'),
(38602, 1920, 'Nizzy', 234, 12, NULL, 518.00, 1, 1, 'manual_bid', '2024-09-27 14:31:20', '2024-09-27 14:31:20', '2024-09-28 14:32:02'),
(38603, 1920, 'Nizzy', 3523, 12, NULL, 16.00, 1, 1, 'manual_bid', '2024-09-27 14:32:19', '2024-09-27 14:32:19', '2024-09-28 14:33:02'),
(38604, 1886, 'Lovenest Luxe', 1808, 2, NULL, 31.00, 16, 1, 'manual_bid', '2024-09-27 20:20:57', '2024-09-27 20:20:57', '2024-09-28 20:21:02'),
(38605, 1915, 'BnBGlobal', 4094, 5, NULL, 210.00, 1, 1, 'manual_bid', '2024-09-27 22:27:25', '2024-09-27 22:27:25', '2024-09-28 22:28:02'),
(38606, 1915, 'BnBGlobal', 1040, 5, NULL, 51.00, 1, 1, 'manual_bid', '2024-09-27 22:46:53', '2024-09-27 22:46:53', '2024-09-28 22:47:02'),
(38607, 1798, 'Feelyards', 1993, 2, NULL, 768.00, 1, 1, 'manual_bid', '2024-09-28 02:35:23', '2024-09-28 02:35:23', '2024-09-29 02:36:02'),
(38608, 1798, 'Feelyards', 2455, 2, NULL, 49.00, 1, 1, 'manual_bid', '2024-09-28 02:39:07', '2024-09-28 02:39:07', '2024-09-29 02:40:02'),
(38609, 1938, 'Brightoplaza', 2036, 2, NULL, 60.00, 3, 1, 'manual_bid', '2024-09-28 03:36:47', '2024-09-28 03:36:47', '2024-09-29 03:37:02'),
(38610, 1938, 'Brightoplaza', 41, 2, NULL, 19.00, 1, 1, 'manual_bid', '2024-09-28 03:38:18', '2024-09-28 03:38:18', '2024-09-29 03:39:02'),
(38611, 1850, 'Chanadus', 971, 17, 33, 4.12, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38612, 1850, 'Chanadus', 5226, 13, 33, 8.47, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38613, 1850, 'Chanadus', 4719, 12, 33, 7.35, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38614, 1850, 'Chanadus', 5373, 14, 33, 51.97, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38615, 1850, 'Chanadus', 4096, 5, 33, 103.00, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38616, 1850, 'Chanadus', 3528, 13, 33, 151.49, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38617, 1850, 'Chanadus', 2621, 18, 33, 18.83, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38618, 1850, 'Chanadus', 1349, 15, 33, 182.58, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38619, 1850, 'Chanadus', 680, 10, 33, 28.28, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38620, 1850, 'Chanadus', 3429, 10, 33, 29.39, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38621, 1850, 'Chanadus', 3863, 11, 33, 20.58, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38622, 1850, 'Chanadus', 3962, 16, 33, 95.63, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38623, 1850, 'Chanadus', 3447, 14, 33, 544.96, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38624, 1850, 'Chanadus', 3696, 18, 33, 31.17, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38625, 1850, 'Chanadus', 5622, 10, 33, 7.79, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38626, 1850, 'Chanadus', 2218, 18, 33, 21.33, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38627, 1850, 'Chanadus', 2486, 19, 33, 20.79, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38628, 1850, 'Chanadus', 5223, 13, 33, 727.99, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38629, 1850, 'Chanadus', 2939, 19, 33, 432.60, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38630, 1850, 'Chanadus', 1512, 19, 33, 366.18, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38631, 1850, 'Chanadus', 891, 7, 33, 13.44, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38632, 1850, 'Chanadus', 6090, 15, 33, 49.33, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38633, 1850, 'Chanadus', 352, 2, 33, 20.80, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38634, 1850, 'Chanadus', 3783, 15, 33, 20.79, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38635, 1850, 'Chanadus', 5248, 16, 33, 41.81, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38636, 1850, 'Chanadus', 3882, 16, 33, 20.59, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38637, 1850, 'Chanadus', 5768, 15, 33, 5.54, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38638, 1850, 'Chanadus', 305, 7, 33, 10.10, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38639, 1850, 'Chanadus', 3486, 10, 33, 6.75, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38640, 1850, 'Chanadus', 2023, 19, 33, 1.06, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38641, 1850, 'Chanadus', 1850, 5, 33, 0.57, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38642, 1850, 'Chanadus', 1894, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-09-28 05:16:02', '2024-09-28 05:16:02', '2024-09-29 05:16:02'),
(38643, 1850, 'Chanadus', 1121, 19, NULL, 83.73, 1, 1, 'manual_bid', '2024-09-28 11:09:03', '2024-09-28 11:09:03', '2024-09-29 11:10:02'),
(38644, 1941, 'Yvonnestores', 4801, 17, 34, 48.96, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38645, 1941, 'Yvonnestores', 1161, 18, 34, 23.92, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38646, 1941, 'Yvonnestores', 5966, 17, 34, 8.57, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38647, 1941, 'Yvonnestores', 5361, 14, 34, 164.02, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38648, 1941, 'Yvonnestores', 2972, 19, 34, 37.10, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38649, 1941, 'Yvonnestores', 4822, 12, 34, 20.97, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38650, 1941, 'Yvonnestores', 3061, 2, 34, 13.49, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38651, 1941, 'Yvonnestores', 556, 16, 34, 7.07, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38652, 1941, 'Yvonnestores', 4605, 16, 34, 17.38, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38653, 1941, 'Yvonnestores', 5036, 16, 34, 102.00, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38654, 1941, 'Yvonnestores', 5172, 16, 34, 279.29, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38655, 1941, 'Yvonnestores', 1456, 19, 34, 27.56, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38656, 1941, 'Yvonnestores', 3473, 10, 34, 351.22, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38657, 1941, 'Yvonnestores', 156, 18, 34, 5.25, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38658, 1941, 'Yvonnestores', 1837, 5, 34, 1.05, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38659, 1941, 'Yvonnestores', 1889, 19, 34, 61.36, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38660, 1941, 'Yvonnestores', 2600, 14, 34, 1028.97, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38661, 1941, 'Yvonnestores', 89, 2, 34, 124.80, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38662, 1941, 'Yvonnestores', 3682, 18, 34, 4.37, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38663, 1941, 'Yvonnestores', 1393, 15, 34, 40.18, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38664, 1941, 'Yvonnestores', 5810, 15, 34, 128.62, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38665, 1941, 'Yvonnestores', 1539, 14, 34, 12.54, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38666, 1941, 'Yvonnestores', 2529, 7, 34, 59.36, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38667, 1941, 'Yvonnestores', 3306, 5, 34, 19.93, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38668, 1941, 'Yvonnestores', 4454, 15, 34, 1519.80, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38669, 1941, 'Yvonnestores', 4603, 14, 34, 1565.50, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38670, 1941, 'Yvonnestores', 4555, 16, 34, 319.96, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38671, 1941, 'Yvonnestores', 3068, 2, 34, 15.74, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38672, 1941, 'Yvonnestores', 2356, 19, 34, 82.40, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38673, 1941, 'Yvonnestores', 1235, 19, 34, 12.37, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38674, 1941, 'Yvonnestores', 771, 10, 34, 7.38, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38675, 1941, 'Yvonnestores', 4440, 15, 34, 28.35, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38676, 1941, 'Yvonnestores', 1591, 19, 34, 7.61, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38677, 1941, 'Yvonnestores', 5614, 15, 34, 35.79, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38678, 1941, 'Yvonnestores', 1058, 4, 34, 9.69, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38679, 1941, 'Yvonnestores', 1178, 14, 34, 54.07, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38680, 1941, 'Yvonnestores', 1649, 17, 34, 99.45, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38681, 1941, 'Yvonnestores', 263, 18, 34, 6.22, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38682, 1941, 'Yvonnestores', 242, 17, 34, 33.39, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38683, 1941, 'Yvonnestores', 4573, 14, 34, 31.47, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38684, 1941, 'Yvonnestores', 1368, 2, 34, 509.60, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38685, 1941, 'Yvonnestores', 3169, 4, 34, 202.28, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38686, 1941, 'Yvonnestores', 1112, 19, 34, 86.11, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38687, 1941, 'Yvonnestores', 6126, 11, 34, 23.03, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38688, 1941, 'Yvonnestores', 5096, 16, 34, 23.14, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38689, 1941, 'Yvonnestores', 3144, 19, 34, 176.80, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38690, 1941, 'Yvonnestores', 2264, 19, 34, 59.59, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38691, 1941, 'Yvonnestores', 3444, 14, 34, 81.29, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38692, 1941, 'Yvonnestores', 5166, 16, 34, 239.19, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38693, 1941, 'Yvonnestores', 2604, 17, 34, 15.14, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38694, 1941, 'Yvonnestores', 243, 5, 34, 596.70, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38695, 1941, 'Yvonnestores', 4864, 12, 34, 462.58, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38696, 1941, 'Yvonnestores', 4112, 5, 34, 71.40, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38697, 1941, 'Yvonnestores', 2007, 1, 34, 105.18, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38698, 1941, 'Yvonnestores', 4370, 14, 34, 408.31, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38699, 1941, 'Yvonnestores', 540, 19, 34, 386.24, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38700, 1941, 'Yvonnestores', 5862, 15, 34, 24.02, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38701, 1941, 'Yvonnestores', 3641, 12, 34, 462.79, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38702, 1941, 'Yvonnestores', 3781, 7, 34, 38.57, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38703, 1941, 'Yvonnestores', 1405, 14, 34, 10.49, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38704, 1941, 'Yvonnestores', 3738, 10, 34, 123.90, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38705, 1941, 'Yvonnestores', 5571, 10, 34, 62.73, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38706, 1941, 'Yvonnestores', 592, 11, 34, 459.55, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38707, 1941, 'Yvonnestores', 2094, 19, 34, 175.76, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38708, 1941, 'Yvonnestores', 1616, 4, 34, 302.89, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38709, 1941, 'Yvonnestores', 5825, 15, 34, 44.10, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38710, 1941, 'Yvonnestores', 1004, 16, 34, 74.20, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38711, 1941, 'Yvonnestores', 1881, 19, 34, 11.03, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38712, 1941, 'Yvonnestores', 174, 16, 34, 307.97, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38713, 1941, 'Yvonnestores', 5496, 10, 34, 61.60, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38714, 1941, 'Yvonnestores', 858, 19, 34, 14.67, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38715, 1941, 'Yvonnestores', 1811, 5, 34, 0.21, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38716, 1941, 'Yvonnestores', 805, 14, 34, 5.88, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38717, 1941, 'Yvonnestores', 4936, 14, 34, 19.94, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38718, 1941, 'Yvonnestores', 5951, 17, 34, 5.38, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38719, 1941, 'Yvonnestores', 3225, 5, 34, 1.15, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38720, 1941, 'Yvonnestores', 6024, 15, 34, 3.89, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38721, 1941, 'Yvonnestores', 1844, 19, 34, 0.31, 1, 1, 'ai_bid', '2024-09-28 12:42:02', '2024-09-28 12:42:02', '2024-09-29 12:42:02'),
(38722, 1921, 'Baeniiz', 4975, 12, NULL, 6.00, 1, 1, 'manual_bid', '2024-09-28 15:30:26', '2024-09-28 15:30:26', '2024-09-29 15:31:02'),
(38723, 1921, 'Baeniiz', 5511, 12, NULL, 250.00, 1, 1, 'manual_bid', '2024-09-28 15:31:04', '2024-09-28 15:31:04', '2024-09-29 15:32:02'),
(38724, 1920, 'Nizzy', 5511, 12, NULL, 250.00, 2, 1, 'manual_bid', '2024-09-28 15:33:56', '2024-09-28 15:33:56', '2024-09-29 15:34:01'),
(38725, 1920, 'Nizzy', 1830, 12, NULL, 39.00, 1, 1, 'manual_bid', '2024-09-28 15:34:55', '2024-09-28 15:34:55', '2024-09-29 15:35:02'),
(38726, 1886, 'Lovenest Luxe', 1966, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-09-28 21:27:50', '2024-09-28 21:27:50', '2024-09-29 21:28:01'),
(38727, 1886, 'Lovenest Luxe', 24, 2, NULL, 2.00, 100, 1, 'manual_bid', '2024-09-28 21:35:52', '2024-09-28 21:35:52', '2024-09-29 21:36:02'),
(38728, 1876, 'Etiuko', 3583, 12, NULL, 147.00, 1, 1, 'manual_bid', '2024-09-29 00:02:47', '2024-09-29 00:02:47', '2024-09-30 00:03:01'),
(38729, 1876, 'Etiuko', 3633, 12, NULL, 26.00, 1, 1, 'manual_bid', '2024-09-29 00:04:42', '2024-09-29 00:04:42', '2024-09-30 00:05:02'),
(38730, 1798, 'Feelyards', 1313, 2, NULL, 701.00, 1, 1, 'manual_bid', '2024-09-29 03:52:34', '2024-09-29 03:52:34', '2024-09-30 03:53:02'),
(38731, 1798, 'Feelyards', 3146, 4, NULL, 7.00, 1, 1, 'manual_bid', '2024-09-29 03:58:03', '2024-09-29 03:58:03', '2024-09-30 03:59:02'),
(38732, 1798, 'Feelyards', 192, 4, NULL, 121.00, 1, 1, 'manual_bid', '2024-09-29 04:01:23', '2024-09-29 04:01:23', '2024-09-30 04:02:02'),
(38733, 1938, 'Brightoplaza', 267, 2, NULL, 180.00, 1, 1, 'manual_bid', '2024-09-29 04:50:50', '2024-09-29 04:50:50', '2024-09-30 04:51:02'),
(38734, 1938, 'Brightoplaza', 1020, 5, NULL, 7.00, 3, 1, 'manual_bid', '2024-09-29 04:56:58', '2024-09-29 04:56:58', '2024-09-30 04:57:02'),
(38735, 1850, 'Chanadus', 5296, 16, 33, 10.39, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38736, 1850, 'Chanadus', 5276, 14, 33, 91.67, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38737, 1850, 'Chanadus', 5866, 15, 33, 145.34, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38738, 1850, 'Chanadus', 111, 2, 33, 903.38, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38739, 1850, 'Chanadus', 2490, 17, 33, 18.86, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38740, 1850, 'Chanadus', 3510, 10, 33, 612.85, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38741, 1850, 'Chanadus', 32, 2, 33, 120.36, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38742, 1850, 'Chanadus', 3526, 11, 33, 104.02, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38743, 1850, 'Chanadus', 5841, 17, 33, 11.51, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38744, 1850, 'Chanadus', 3462, 14, 33, 841.58, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38745, 1850, 'Chanadus', 3585, 17, 33, 12.06, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38746, 1850, 'Chanadus', 3081, 2, 33, 9.18, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38747, 1850, 'Chanadus', 1339, 15, 33, 31.20, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38748, 1850, 'Chanadus', 4926, 11, 33, 27.27, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38749, 1850, 'Chanadus', 4712, 12, 33, 51.78, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38750, 1850, 'Chanadus', 5436, 16, 33, 5.19, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38751, 1850, 'Chanadus', 2613, 14, 33, 29.73, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38752, 1850, 'Chanadus', 5263, 13, 33, 17.84, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38753, 1850, 'Chanadus', 3439, 10, 33, 11.81, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38754, 1850, 'Chanadus', 5563, 10, 33, 22.25, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38755, 1850, 'Chanadus', 3149, 4, 33, 3.15, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38756, 1850, 'Chanadus', 5470, 16, 33, 4.34, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38757, 1850, 'Chanadus', 1975, 12, 33, 5.24, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38758, 1850, 'Chanadus', 1894, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-09-29 06:27:02', '2024-09-29 06:27:02', '2024-09-30 06:27:02'),
(38759, 1915, 'BnBGlobal', 4263, 5, NULL, 100.00, 2, 1, 'manual_bid', '2024-09-29 07:52:36', '2024-09-29 07:52:36', '2024-09-30 07:53:02'),
(38760, 1915, 'BnBGlobal', 2337, 5, NULL, 31.00, 2, 1, 'manual_bid', '2024-09-29 07:55:03', '2024-09-29 07:55:03', '2024-09-30 07:56:02'),
(38761, 1915, 'BnBGlobal', 1846, 5, NULL, 2.00, 1, 1, 'manual_bid', '2024-09-29 07:56:14', '2024-09-29 07:56:14', '2024-09-30 07:57:02'),
(38762, 1941, 'Yvonnestores', 2522, 18, 34, 13.38, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38763, 1941, 'Yvonnestores', 5600, 10, 34, 64.65, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38764, 1941, 'Yvonnestores', 2257, 19, 34, 314.15, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38765, 1941, 'Yvonnestores', 3877, 15, 34, 371.00, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38766, 1941, 'Yvonnestores', 3050, 2, 34, 10.91, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38767, 1941, 'Yvonnestores', 166, 16, 34, 9.35, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38768, 1941, 'Yvonnestores', 1865, 19, 34, 54.70, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38769, 1941, 'Yvonnestores', 602, 19, 34, 10605.00, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38770, 1941, 'Yvonnestores', 2524, 18, 34, 13.32, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38771, 1941, 'Yvonnestores', 310, 7, 34, 56.39, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38772, 1941, 'Yvonnestores', 4485, 16, 34, 31.19, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38773, 1941, 'Yvonnestores', 3435, 7, 34, 154.01, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38774, 1941, 'Yvonnestores', 2371, 17, 34, 80.28, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38775, 1941, 'Yvonnestores', 4899, 11, 34, 20.19, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38776, 1941, 'Yvonnestores', 3496, 10, 34, 11.77, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38777, 1941, 'Yvonnestores', 2185, 19, 34, 61.80, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38778, 1941, 'Yvonnestores', 3726, 13, 34, 12.47, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38779, 1941, 'Yvonnestores', 1862, 18, 34, 52.85, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38780, 1941, 'Yvonnestores', 2605, 14, 34, 28.27, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38781, 1941, 'Yvonnestores', 967, 5, 34, 3.12, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38782, 1941, 'Yvonnestores', 4221, 14, 34, 20.79, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38783, 1941, 'Yvonnestores', 4529, 14, 34, 139.05, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38784, 1941, 'Yvonnestores', 1294, 19, 34, 17.81, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38785, 1941, 'Yvonnestores', 382, 10, 34, 85.22, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38786, 1941, 'Yvonnestores', 6018, 17, 34, 20.99, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38787, 1941, 'Yvonnestores', 34, 2, 34, 3.06, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38788, 1941, 'Yvonnestores', 1811, 5, 34, 0.21, 1, 1, 'ai_bid', '2024-09-29 13:53:02', '2024-09-29 13:53:02', '2024-09-30 13:54:01'),
(38789, 1850, 'Chanadus', 3004, 19, NULL, 84.56, 1, 1, 'manual_bid', '2024-09-29 14:04:35', '2024-09-29 14:04:35', '2024-09-30 14:05:02'),
(38790, 1921, 'Baeniiz', 5511, 12, NULL, 250.00, 1, 1, 'manual_bid', '2024-09-29 16:35:13', '2024-09-29 16:35:13', '2024-09-30 16:36:03'),
(38791, 1921, 'Baeniiz', 1975, 12, NULL, 5.00, 1, 1, 'manual_bid', '2024-09-29 16:36:47', '2024-09-29 16:36:47', '2024-09-30 16:37:02'),
(38792, 1921, 'Baeniiz', 34, 2, NULL, 4.00, 1, 1, 'manual_bid', '2024-09-29 16:38:56', '2024-09-29 16:38:56', '2024-09-30 16:39:02'),
(38793, 1920, 'Nizzy', 5511, 12, NULL, 250.00, 2, 1, 'manual_bid', '2024-09-29 18:12:37', '2024-09-29 18:12:37', '2024-09-30 18:13:02'),
(38794, 1920, 'Nizzy', 66, 2, NULL, 40.00, 1, 1, 'manual_bid', '2024-09-29 18:13:16', '2024-09-29 18:13:16', '2024-09-30 18:14:01'),
(38795, 1920, 'Nizzy', 74, 2, NULL, 5.00, 1, 1, 'manual_bid', '2024-09-29 18:14:14', '2024-09-29 18:14:14', '2024-09-30 18:15:02'),
(38796, 1886, 'Lovenest Luxe', 2304, 2, NULL, 401.00, 1, 1, 'manual_bid', '2024-09-29 22:44:09', '2024-09-29 22:44:09', '2024-09-30 22:45:03'),
(38797, 1886, 'Lovenest Luxe', 24, 2, NULL, 2.00, 53, 1, 'manual_bid', '2024-09-29 22:45:20', '2024-09-29 22:45:20', '2024-09-30 22:46:02'),
(38798, 1798, 'Feelyards', 1429, 5, NULL, 131.00, 2, 1, 'manual_bid', '2024-09-30 05:20:07', '2024-09-30 05:20:07', '2024-10-01 05:21:01'),
(38799, 1798, 'Feelyards', 5939, 11, NULL, 350.00, 1, 1, 'manual_bid', '2024-09-30 05:21:45', '2024-09-30 05:21:45', '2024-10-01 05:22:01'),
(38800, 1798, 'Feelyards', 2528, 19, NULL, 171.00, 1, 1, 'manual_bid', '2024-09-30 05:26:21', '2024-09-30 05:26:21', '2024-10-01 05:27:02'),
(38801, 1798, 'Feelyards', 3929, 5, NULL, 38.00, 1, 1, 'manual_bid', '2024-09-30 05:29:06', '2024-09-30 05:29:06', '2024-10-01 05:30:03'),
(38802, 1798, 'Feelyards', 5978, 17, NULL, 20.00, 1, 1, 'manual_bid', '2024-09-30 05:32:00', '2024-09-30 05:32:00', '2024-10-01 05:32:01'),
(38803, 1938, 'Brightoplaza', 267, 2, NULL, 180.00, 1, 1, 'manual_bid', '2024-09-30 06:10:39', '2024-09-30 06:10:39', '2024-10-01 06:11:02'),
(38804, 1938, 'Brightoplaza', 3075, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-09-30 06:12:16', '2024-09-30 06:12:16', '2024-10-01 06:13:01'),
(38805, 1938, 'Brightoplaza', 1124, 4, NULL, 5.00, 2, 1, 'manual_bid', '2024-09-30 06:13:20', '2024-09-30 06:13:20', '2024-10-01 06:14:02'),
(38806, 1850, 'Chanadus', 3591, 12, 33, 12.52, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38807, 1850, 'Chanadus', 1393, 15, 33, 40.57, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38808, 1850, 'Chanadus', 4813, 12, 33, 27.53, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38809, 1850, 'Chanadus', 6153, 11, 33, 34.31, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38810, 1850, 'Chanadus', 2915, 14, 33, 1039.05, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38811, 1850, 'Chanadus', 5107, 16, 33, 14.53, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38812, 1850, 'Chanadus', 1153, 18, 33, 40.94, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38813, 1850, 'Chanadus', 4883, 12, 33, 345.05, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38814, 1850, 'Chanadus', 4569, 14, 33, 135.45, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38815, 1850, 'Chanadus', 770, 19, 33, 6.68, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38816, 1850, 'Chanadus', 1434, 5, 33, 84.00, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38817, 1850, 'Chanadus', 5154, 13, 33, 306.00, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38818, 1850, 'Chanadus', 975, 17, 33, 43.94, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38819, 1850, 'Chanadus', 5411, 17, 33, 27.47, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38820, 1850, 'Chanadus', 2639, 18, 33, 10.10, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38821, 1850, 'Chanadus', 2247, 19, 33, 51.00, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38822, 1850, 'Chanadus', 2577, 14, 33, 111.09, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38823, 1850, 'Chanadus', 2621, 18, 33, 18.83, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38824, 1850, 'Chanadus', 3150, 4, 33, 3.15, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38825, 1850, 'Chanadus', 3018, 14, 33, 2.55, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38826, 1850, 'Chanadus', 4462, 15, 33, 20.98, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38827, 1850, 'Chanadus', 375, 2, 33, 201.40, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38828, 1850, 'Chanadus', 1971, 19, 33, 68.90, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38829, 1850, 'Chanadus', 1736, 19, 33, 33.18, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38830, 1850, 'Chanadus', 5850, 15, 33, 104.94, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38831, 1850, 'Chanadus', 4467, 15, 33, 179.22, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38832, 1850, 'Chanadus', 1795, 17, 33, 20.60, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38833, 1850, 'Chanadus', 4141, 18, 33, 8.23, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38834, 1850, 'Chanadus', 2688, 10, 33, 30.29, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38835, 1850, 'Chanadus', 5115, 16, 33, 54.58, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38836, 1850, 'Chanadus', 2040, 17, 33, 54.91, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38837, 1850, 'Chanadus', 678, 10, 33, 2.06, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38838, 1850, 'Chanadus', 935, 5, 33, 3.03, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38839, 1850, 'Chanadus', 1844, 19, 33, 0.31, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38840, 1850, 'Chanadus', 734, 19, 33, 0.23, 1, 1, 'ai_bid', '2024-09-30 07:38:02', '2024-09-30 07:38:02', '2024-10-01 07:38:02'),
(38841, 1876, 'Etiuko', 4825, 12, NULL, 175.00, 1, 1, 'manual_bid', '2024-09-30 09:09:22', '2024-09-30 09:09:22', '2024-10-01 09:10:03'),
(38842, 1915, 'BnBGlobal', 2438, 5, NULL, 131.00, 2, 1, 'manual_bid', '2024-09-30 12:31:56', '2024-09-30 12:31:56', '2024-10-01 12:32:01'),
(38843, 1915, 'BnBGlobal', 4219, 5, NULL, 2.00, 2, 1, 'manual_bid', '2024-09-30 12:46:08', '2024-09-30 12:46:08', '2024-10-01 12:47:02'),
(38844, 1941, 'Yvonnestores', 5051, 11, 34, 20.99, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:02'),
(38845, 1941, 'Yvonnestores', 2508, 16, 34, 52.99, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:02'),
(38846, 1941, 'Yvonnestores', 5449, 12, 34, 1302.90, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38847, 1941, 'Yvonnestores', 1304, 10, 34, 31.92, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38848, 1941, 'Yvonnestores', 5581, 10, 34, 31.20, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38849, 1941, 'Yvonnestores', 5098, 16, 34, 25.24, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38850, 1941, 'Yvonnestores', 3968, 16, 34, 26.41, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38851, 1941, 'Yvonnestores', 3701, 14, 34, 18.01, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38852, 1941, 'Yvonnestores', 5272, 13, 34, 6.09, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38853, 1941, 'Yvonnestores', 4558, 16, 34, 416.00, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38854, 1941, 'Yvonnestores', 3122, 2, 34, 3.09, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38855, 1941, 'Yvonnestores', 198, 4, 34, 314.15, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38856, 1941, 'Yvonnestores', 4822, 12, 34, 20.17, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38857, 1941, 'Yvonnestores', 2745, 10, 34, 40.06, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38858, 1941, 'Yvonnestores', 5181, 16, 34, 19.24, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38859, 1941, 'Yvonnestores', 3837, 4, 34, 210.91, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38860, 1941, 'Yvonnestores', 1436, 10, 34, 16.79, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38861, 1941, 'Yvonnestores', 532, 16, 34, 32.33, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38862, 1941, 'Yvonnestores', 6025, 11, 34, 104.93, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38863, 1941, 'Yvonnestores', 4889, 12, 34, 62.79, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38864, 1941, 'Yvonnestores', 5288, 16, 34, 23.15, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38865, 1941, 'Yvonnestores', 3236, 5, 34, 44.75, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38866, 1941, 'Yvonnestores', 2372, 19, 34, 9.57, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38867, 1941, 'Yvonnestores', 1829, 5, 34, 0.78, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38868, 1941, 'Yvonnestores', 6175, 14, 34, 83.19, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38869, 1941, 'Yvonnestores', 2815, 14, 34, 4135.75, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38870, 1941, 'Yvonnestores', 1488, 14, 34, 3.02, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38871, 1941, 'Yvonnestores', 3044, 14, 34, 386.58, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38872, 1941, 'Yvonnestores', 3410, 10, 34, 29.87, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38873, 1941, 'Yvonnestores', 2484, 19, 34, 204.00, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38874, 1941, 'Yvonnestores', 3032, 19, 34, 712.98, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38875, 1941, 'Yvonnestores', 1463, 17, 34, 157.50, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38876, 1941, 'Yvonnestores', 2276, 10, 34, 65.23, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38877, 1941, 'Yvonnestores', 6107, 11, 34, 14.02, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38878, 1941, 'Yvonnestores', 1210, 15, 34, 4.28, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38879, 1941, 'Yvonnestores', 23, 2, 34, 156.45, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38880, 1941, 'Yvonnestores', 2677, 18, 34, 300.30, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38881, 1941, 'Yvonnestores', 1441, 19, 34, 2448.00, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38882, 1941, 'Yvonnestores', 3859, 15, 34, 156.00, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38883, 1941, 'Yvonnestores', 2254, 19, 34, 9.76, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38884, 1941, 'Yvonnestores', 1897, 19, 34, 436.56, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38885, 1941, 'Yvonnestores', 2384, 19, 34, 42.39, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38886, 1941, 'Yvonnestores', 3180, 5, 34, 12.23, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38887, 1941, 'Yvonnestores', 5462, 7, 34, 27.55, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38888, 1941, 'Yvonnestores', 1353, 15, 34, 2.15, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38889, 1941, 'Yvonnestores', 3289, 15, 34, 62.39, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38890, 1941, 'Yvonnestores', 396, 18, 34, 36.73, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38891, 1941, 'Yvonnestores', 2205, 19, 34, 17.16, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38892, 1941, 'Yvonnestores', 977, 5, 34, 62.40, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38893, 1941, 'Yvonnestores', 5143, 16, 34, 13.02, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38894, 1941, 'Yvonnestores', 1863, 19, 34, 11.22, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38895, 1941, 'Yvonnestores', 5435, 12, 34, 7.97, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38896, 1941, 'Yvonnestores', 4674, 12, 34, 5.25, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38897, 1941, 'Yvonnestores', 143, 18, 34, 1.03, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38898, 1941, 'Yvonnestores', 803, 19, 34, 0.21, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38899, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-09-30 15:04:03', '2024-09-30 15:04:03', '2024-10-01 15:05:03'),
(38900, 1850, 'Chanadus', 1121, 19, NULL, 85.40, 1, 1, 'manual_bid', '2024-09-30 16:00:37', '2024-09-30 16:00:37', '2024-10-01 16:01:01'),
(38901, 1921, 'Baeniiz', 4850, 12, NULL, 131.00, 2, 1, 'manual_bid', '2024-09-30 17:43:44', '2024-09-30 17:43:44', '2024-10-01 17:44:02'),
(38902, 1920, 'Nizzy', 2054, 4, NULL, 110.00, 5, 1, 'manual_bid', '2024-09-30 19:27:29', '2024-09-30 19:27:29', '2024-10-01 19:28:02'),
(38903, 1886, 'Lovenest Luxe', 21, 2, NULL, 8.00, 64, 1, 'manual_bid', '2024-10-01 00:12:27', '2024-10-01 00:12:27', '2024-10-02 00:13:02'),
(38904, 1798, 'Feelyards', 924, 5, NULL, 171.00, 4, 1, 'manual_bid', '2024-10-01 06:46:26', '2024-10-01 06:46:26', '2024-10-02 07:30:19'),
(38905, 1798, 'Feelyards', 4188, 5, NULL, 142.00, 1, 1, 'manual_bid', '2024-10-01 06:52:09', '2024-10-01 06:52:09', '2024-10-02 07:30:19'),
(38906, 1798, 'Feelyards', 4681, 12, NULL, 13.90, 2, 1, 'manual_bid', '2024-10-01 07:11:57', '2024-10-01 07:11:57', '2024-10-02 07:30:19'),
(38907, 1850, 'Chanadus', 3107, 2, 33, 204.97, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38908, 1850, 'Chanadus', 1646, 19, 33, 7.51, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38909, 1850, 'Chanadus', 224, 12, 33, 49.28, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38910, 1850, 'Chanadus', 6018, 17, 33, 20.99, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38911, 1850, 'Chanadus', 3904, 2, 33, 75.73, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38912, 1850, 'Chanadus', 38, 2, 33, 14.42, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38913, 1850, 'Chanadus', 1322, 15, 33, 40.95, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38914, 1850, 'Chanadus', 4097, 14, 33, 21.20, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38915, 1850, 'Chanadus', 3865, 16, 33, 20.13, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38916, 1850, 'Chanadus', 5100, 16, 33, 15.42, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38917, 1850, 'Chanadus', 5937, 11, 33, 41.34, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38918, 1850, 'Chanadus', 681, 13, 33, 22.44, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38919, 1850, 'Chanadus', 5445, 16, 33, 13.12, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38920, 1850, 'Chanadus', 715, 19, 33, 39.08, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38921, 1850, 'Chanadus', 1136, 16, 33, 25.19, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38922, 1850, 'Chanadus', 3978, 5, 33, 13.13, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38923, 1850, 'Chanadus', 341, 18, 33, 817.88, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38924, 1850, 'Chanadus', 2807, 18, 33, 69.04, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38925, 1850, 'Chanadus', 2185, 19, 33, 61.20, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38926, 1850, 'Chanadus', 3610, 13, 33, 15.82, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38927, 1850, 'Chanadus', 13, 2, 33, 10.60, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38928, 1850, 'Chanadus', 2593, 14, 33, 145.59, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38929, 1850, 'Chanadus', 1923, 13, 33, 16.27, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38930, 1850, 'Chanadus', 3402, 15, 33, 135.47, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38931, 1850, 'Chanadus', 978, 16, 33, 13.26, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38932, 1850, 'Chanadus', 1151, 4, 33, 3.47, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38933, 1850, 'Chanadus', 4195, 14, 33, 865.19, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38934, 1850, 'Chanadus', 5816, 15, 33, 15.44, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38935, 1850, 'Chanadus', 331, 15, 33, 9.32, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38936, 1850, 'Chanadus', 5767, 15, 33, 208.00, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38937, 1850, 'Chanadus', 4131, 5, 33, 90.90, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38938, 1850, 'Chanadus', 153, 18, 33, 20.40, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38939, 1850, 'Chanadus', 1343, 15, 33, 60.59, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38940, 1850, 'Chanadus', 2023, 19, 33, 1.02, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38941, 1850, 'Chanadus', 1827, 19, 33, 0.13, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38942, 1850, 'Chanadus', 803, 19, 33, 0.20, 1, 1, 'ai_bid', '2024-10-01 08:50:03', '2024-10-01 08:50:03', '2024-10-02 08:51:01'),
(38943, 1876, 'Etiuko', 4825, 12, NULL, 176.00, 1, 1, 'manual_bid', '2024-10-01 10:54:31', '2024-10-01 10:54:31', '2024-10-02 10:55:02'),
(38944, 1938, 'Brightoplaza', 132, 2, NULL, 100.00, 2, 1, 'manual_bid', '2024-10-01 11:26:52', '2024-10-01 11:26:52', '2024-10-02 11:27:02'),
(38945, 1938, 'Brightoplaza', 1124, 4, NULL, 5.00, 1, 1, 'manual_bid', '2024-10-01 11:28:03', '2024-10-01 11:28:03', '2024-10-02 11:29:02'),
(38946, 1941, 'Yvonnestores', 2494, 7, 34, 52.44, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38947, 1941, 'Yvonnestores', 5092, 16, 34, 24.49, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38948, 1941, 'Yvonnestores', 4883, 12, 34, 338.35, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38949, 1941, 'Yvonnestores', 3611, 12, 34, 132.68, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38950, 1941, 'Yvonnestores', 3962, 16, 34, 96.54, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38951, 1941, 'Yvonnestores', 1707, 19, 34, 17.06, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38952, 1941, 'Yvonnestores', 2550, 14, 34, 30.87, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38953, 1941, 'Yvonnestores', 2010, 15, 34, 408.45, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38954, 1941, 'Yvonnestores', 4857, 14, 34, 8.07, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38955, 1941, 'Yvonnestores', 1360, 15, 34, 3886.48, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38956, 1941, 'Yvonnestores', 1318, 15, 34, 40.95, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38957, 1941, 'Yvonnestores', 5023, 13, 34, 31.30, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38958, 1941, 'Yvonnestores', 2931, 19, 34, 579.74, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38959, 1941, 'Yvonnestores', 5678, 15, 34, 52.00, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38960, 1941, 'Yvonnestores', 4507, 16, 34, 42.51, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38961, 1941, 'Yvonnestores', 3119, 4, 34, 62.48, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38962, 1941, 'Yvonnestores', 4832, 17, 34, 15.83, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38963, 1941, 'Yvonnestores', 2952, 19, 34, 577.50, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38964, 1941, 'Yvonnestores', 892, 10, 34, 291.19, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38965, 1941, 'Yvonnestores', 4541, 16, 34, 934.49, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(38966, 1941, 'Yvonnestores', 4925, 11, 34, 15.48, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38967, 1941, 'Yvonnestores', 4730, 12, 34, 15.79, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38968, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38969, 1941, 'Yvonnestores', 6079, 15, 34, 10.59, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38970, 1941, 'Yvonnestores', 33, 2, 34, 6.12, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38971, 1941, 'Yvonnestores', 5681, 10, 34, 50.45, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38972, 1941, 'Yvonnestores', 1464, 14, 34, 37.26, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38973, 1941, 'Yvonnestores', 1566, 18, 34, 336.00, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38974, 1941, 'Yvonnestores', 3733, 13, 34, 5.47, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38975, 1941, 'Yvonnestores', 6105, 11, 34, 10.09, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38976, 1941, 'Yvonnestores', 5689, 15, 34, 122.20, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38977, 1941, 'Yvonnestores', 4937, 14, 34, 50.49, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38978, 1941, 'Yvonnestores', 648, 17, 34, 15.60, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38979, 1941, 'Yvonnestores', 564, 18, 34, 3500.97, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38980, 1941, 'Yvonnestores', 6020, 17, 34, 20.19, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38981, 1941, 'Yvonnestores', 1821, 19, 34, 1.05, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38982, 1941, 'Yvonnestores', 3928, 16, 34, 10.30, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38983, 1941, 'Yvonnestores', 4986, 14, 34, 11.42, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38984, 1941, 'Yvonnestores', 1708, 18, 34, 49.97, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38985, 1941, 'Yvonnestores', 5072, 16, 34, 64.36, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38986, 1941, 'Yvonnestores', 4729, 14, 34, 85.31, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38987, 1941, 'Yvonnestores', 5517, 10, 34, 22.84, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38988, 1941, 'Yvonnestores', 4292, 18, 34, 378.08, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:01'),
(38989, 1941, 'Yvonnestores', 2198, 16, 34, 31.19, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38990, 1941, 'Yvonnestores', 3077, 2, 34, 7.57, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38991, 1941, 'Yvonnestores', 171, 16, 34, 103.95, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38992, 1941, 'Yvonnestores', 2073, 4, 34, 2.63, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38993, 1941, 'Yvonnestores', 4045, 18, 34, 10.49, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38994, 1941, 'Yvonnestores', 4015, 1, 34, 22.27, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38995, 1941, 'Yvonnestores', 1198, 15, 34, 2.30, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38996, 1941, 'Yvonnestores', 803, 19, 34, 0.20, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38997, 1941, 'Yvonnestores', 1527, 14, 34, 2.02, 1, 1, 'ai_bid', '2024-10-01 16:16:03', '2024-10-01 16:16:03', '2024-10-02 16:17:02'),
(38998, 1941, 'Yvonnestores', 1827, 19, 34, 0.13, 1, 1, 'ai_bid', '2024-10-01 16:17:02', '2024-10-01 16:17:02', '2024-10-02 16:18:01'),
(38999, 1936, 'Mosteve90', 4642, 5, NULL, 26.00, 1, 1, 'manual_bid', '2024-10-01 16:52:51', '2024-10-01 16:52:51', '2024-10-02 16:53:02'),
(39000, 1936, 'Mosteve90', 3978, 5, NULL, 13.00, 1, 1, 'manual_bid', '2024-10-01 16:55:49', '2024-10-01 16:55:49', '2024-10-02 16:56:01'),
(39001, 1936, 'Mosteve90', 914, 5, NULL, 10.00, 1, 1, 'manual_bid', '2024-10-01 17:09:11', '2024-10-01 17:09:11', '2024-10-02 17:10:03'),
(39002, 1850, 'Chanadus', 2356, 19, NULL, 86.25, 1, 1, 'manual_bid', '2024-10-01 17:12:49', '2024-10-01 17:12:49', '2024-10-02 17:13:02'),
(39003, 1921, 'Baeniiz', 3518, 13, NULL, 240.00, 1, 1, 'manual_bid', '2024-10-01 19:04:24', '2024-10-01 19:04:24', '2024-10-02 19:05:03'),
(39004, 1921, 'Baeniiz', 5891, 13, NULL, 15.00, 1, 1, 'manual_bid', '2024-10-01 19:05:05', '2024-10-01 19:05:05', '2024-10-02 19:06:02'),
(39005, 1921, 'Baeniiz', 64, 2, NULL, 9.00, 1, 1, 'manual_bid', '2024-10-01 19:06:37', '2024-10-01 19:06:37', '2024-10-02 19:07:01'),
(39006, 1915, 'BnBGlobal', 924, 5, NULL, 171.00, 1, 1, 'manual_bid', '2024-10-01 20:46:28', '2024-10-01 20:46:28', '2024-10-02 20:47:02'),
(39007, 1920, 'Nizzy', 4885, 12, NULL, 501.00, 1, 1, 'manual_bid', '2024-10-01 20:47:36', '2024-10-01 20:47:36', '2024-10-02 20:48:02'),
(39008, 1920, 'Nizzy', 3579, 12, NULL, 11.00, 5, 1, 'manual_bid', '2024-10-01 20:48:44', '2024-10-01 20:48:44', '2024-10-02 20:49:02'),
(39009, 1915, 'BnBGlobal', 4646, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-10-01 20:59:48', '2024-10-01 20:59:48', '2024-10-02 21:00:03'),
(39010, 1915, 'BnBGlobal', 4560, 5, NULL, 24.00, 2, 1, 'manual_bid', '2024-10-01 21:09:20', '2024-10-01 21:09:20', '2024-10-02 21:10:02'),
(39011, 1886, 'Lovenest Luxe', 3086, 2, NULL, 14.00, 37, 1, 'manual_bid', '2024-10-02 01:16:00', '2024-10-02 01:16:00', '2024-10-03 01:16:01'),
(39012, 1917, 'Blossom E-Store', 2470, 5, NULL, 44.00, 1, 1, 'manual_bid', '2024-10-02 01:30:43', '2024-10-02 01:30:43', '2024-10-03 01:31:02'),
(39013, 1917, 'Blossom E-Store', 3061, 2, NULL, 13.00, 1, 1, 'manual_bid', '2024-10-02 01:33:01', '2024-10-02 01:33:01', '2024-10-03 01:33:02'),
(39014, 1850, 'Chanadus', 1851, 18, 33, 66.24, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39015, 1850, 'Chanadus', 41, 2, 33, 18.36, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39016, 1850, 'Chanadus', 1454, 17, 33, 70.53, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39017, 1850, 'Chanadus', 5846, 17, 33, 103.52, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39018, 1850, 'Chanadus', 5202, 13, 33, 41.19, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39019, 1850, 'Chanadus', 3453, 10, 33, 16.93, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39020, 1850, 'Chanadus', 4237, 18, 33, 22.00, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39021, 1850, 'Chanadus', 3890, 15, 33, 307.40, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39022, 1850, 'Chanadus', 2341, 10, 33, 38.65, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39023, 1850, 'Chanadus', 3364, 15, 33, 40.80, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39024, 1850, 'Chanadus', 4613, 14, 33, 375.35, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39025, 1850, 'Chanadus', 732, 17, 33, 61.22, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39026, 1850, 'Chanadus', 689, 10, 33, 3.18, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39027, 1850, 'Chanadus', 2688, 10, 33, 30.59, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39028, 1850, 'Chanadus', 885, 12, 33, 164.79, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39029, 1850, 'Chanadus', 5708, 15, 33, 202.00, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39030, 1850, 'Chanadus', 3524, 13, 33, 846.94, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39031, 1850, 'Chanadus', 2424, 19, 33, 31.69, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39032, 1850, 'Chanadus', 40, 2, 33, 49.82, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39033, 1850, 'Chanadus', 5078, 16, 33, 61.79, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39034, 1850, 'Chanadus', 1329, 2, 33, 104.00, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39035, 1850, 'Chanadus', 5306, 14, 33, 408.00, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39036, 1850, 'Chanadus', 2866, 14, 33, 5.81, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39037, 1850, 'Chanadus', 1197, 18, 33, 25.25, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39038, 1850, 'Chanadus', 1958, 5, 33, 11.85, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39039, 1850, 'Chanadus', 5312, 14, 33, 62.82, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39040, 1850, 'Chanadus', 4586, 5, 33, 38.75, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39041, 1850, 'Chanadus', 1988, 19, 33, 6.05, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39042, 1850, 'Chanadus', 4380, 15, 33, 5.14, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39043, 1850, 'Chanadus', 5637, 10, 33, 5.04, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39044, 1850, 'Chanadus', 619, 7, 33, 4.04, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39045, 1850, 'Chanadus', 3324, 7, 33, 1.40, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39046, 1850, 'Chanadus', 3296, 5, 33, 1.19, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39047, 1850, 'Chanadus', 1894, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-10-02 10:01:02', '2024-10-02 10:01:02', '2024-10-03 10:01:02'),
(39048, 1798, 'Feelyards', 1973, 4, NULL, 248.00, 2, 1, 'manual_bid', '2024-10-02 10:04:34', '2024-10-02 10:04:34', '2024-10-03 10:05:03'),
(39049, 1798, 'Feelyards', 3839, 4, NULL, 251.00, 1, 1, 'manual_bid', '2024-10-02 10:06:25', '2024-10-02 10:06:25', '2024-10-03 10:07:02'),
(39050, 1798, 'Feelyards', 5555, 10, NULL, 42.00, 1, 1, 'manual_bid', '2024-10-02 10:08:45', '2024-10-02 10:08:45', '2024-10-03 10:09:02'),
(39051, 1798, 'Feelyards', 4126, 5, NULL, 83.00, 1, 1, 'manual_bid', '2024-10-02 10:12:58', '2024-10-02 10:12:58', '2024-10-03 10:13:02'),
(39052, 1938, 'Brightoplaza', 132, 2, NULL, 100.00, 2, 1, 'manual_bid', '2024-10-02 15:41:04', '2024-10-02 15:41:04', '2024-10-03 15:42:02'),
(39053, 1938, 'Brightoplaza', 33, 2, NULL, 7.00, 1, 1, 'manual_bid', '2024-10-02 15:43:04', '2024-10-02 15:43:04', '2024-10-03 15:44:01'),
(39054, 1941, 'Yvonnestores', 4990, 11, 34, 85.31, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39055, 1941, 'Yvonnestores', 3678, 14, 34, 10.04, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39056, 1941, 'Yvonnestores', 1572, 10, 34, 37.43, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39057, 1941, 'Yvonnestores', 2506, 19, 34, 112.20, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39058, 1941, 'Yvonnestores', 4141, 18, 34, 8.15, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39059, 1941, 'Yvonnestores', 5902, 15, 34, 848.00, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39060, 1941, 'Yvonnestores', 2059, 4, 34, 1526.94, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39061, 1941, 'Yvonnestores', 5630, 15, 34, 144.19, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39062, 1941, 'Yvonnestores', 5618, 10, 34, 4.73, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39063, 1941, 'Yvonnestores', 69, 2, 34, 25.25, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39064, 1941, 'Yvonnestores', 3631, 13, 34, 13.18, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39065, 1941, 'Yvonnestores', 5744, 16, 34, 105.99, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39066, 1941, 'Yvonnestores', 5882, 13, 34, 4.77, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39067, 1941, 'Yvonnestores', 5521, 10, 34, 83.89, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39068, 1941, 'Yvonnestores', 5450, 12, 34, 231.29, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39069, 1941, 'Yvonnestores', 4283, 18, 34, 10.61, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39070, 1941, 'Yvonnestores', 2351, 5, 34, 52.50, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39071, 1941, 'Yvonnestores', 4604, 16, 34, 27.81, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39072, 1941, 'Yvonnestores', 3222, 5, 34, 4.04, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39073, 1941, 'Yvonnestores', 4011, 18, 34, 68.41, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39074, 1941, 'Yvonnestores', 3106, 2, 34, 17.07, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39075, 1941, 'Yvonnestores', 3306, 5, 34, 19.93, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39076, 1941, 'Yvonnestores', 4360, 16, 34, 859.95, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39077, 1941, 'Yvonnestores', 5822, 11, 34, 36.74, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39078, 1941, 'Yvonnestores', 3956, 5, 34, 95.79, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39079, 1941, 'Yvonnestores', 127, 2, 34, 40.40, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39080, 1941, 'Yvonnestores', 174, 16, 34, 304.98, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39081, 1941, 'Yvonnestores', 5488, 7, 34, 23.32, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39082, 1941, 'Yvonnestores', 4953, 11, 34, 2539.80, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39083, 1941, 'Yvonnestores', 5954, 11, 34, 189.74, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39084, 1941, 'Yvonnestores', 1050, 17, 34, 75.75, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39085, 1941, 'Yvonnestores', 1886, 19, 34, 52.18, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39086, 1941, 'Yvonnestores', 5395, 17, 34, 88.67, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39087, 1941, 'Yvonnestores', 2226, 10, 34, 47.25, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39088, 1941, 'Yvonnestores', 150, 18, 34, 636.00, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39089, 1941, 'Yvonnestores', 3252, 5, 34, 33.39, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39090, 1941, 'Yvonnestores', 5584, 12, 34, 267.59, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39091, 1941, 'Yvonnestores', 3537, 13, 34, 3273.28, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39092, 1941, 'Yvonnestores', 5610, 15, 34, 93.59, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39093, 1941, 'Yvonnestores', 4276, 18, 34, 10.82, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39094, 1941, 'Yvonnestores', 1121, 19, 34, 85.30, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39095, 1941, 'Yvonnestores', 5875, 17, 34, 148.13, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39096, 1941, 'Yvonnestores', 1633, 17, 34, 31.20, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39097, 1941, 'Yvonnestores', 895, 10, 34, 251.00, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39098, 1941, 'Yvonnestores', 1186, 15, 34, 20.25, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39099, 1941, 'Yvonnestores', 4741, 12, 34, 11.34, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39100, 1941, 'Yvonnestores', 2712, 14, 34, 23.32, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39101, 1941, 'Yvonnestores', 6123, 11, 34, 20.13, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39102, 1941, 'Yvonnestores', 4869, 14, 34, 11.32, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39103, 1941, 'Yvonnestores', 3750, 7, 34, 67.60, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39104, 1941, 'Yvonnestores', 2840, 14, 34, 15.89, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39105, 1941, 'Yvonnestores', 3532, 12, 34, 8.25, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39106, 1941, 'Yvonnestores', 674, 10, 34, 8.48, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39107, 1941, 'Yvonnestores', 1262, 19, 34, 1.58, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39108, 1941, 'Yvonnestores', 1850, 5, 34, 0.56, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39109, 1941, 'Yvonnestores', 734, 19, 34, 0.23, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39110, 1941, 'Yvonnestores', 1894, 19, 34, 0.20, 1, 1, 'ai_bid', '2024-10-02 17:29:02', '2024-10-02 17:29:02', '2024-10-03 17:29:02'),
(39111, 1850, 'Chanadus', 1569, 19, NULL, 87.11, 1, 1, 'manual_bid', '2024-10-02 19:00:45', '2024-10-02 19:00:45', '2024-10-03 20:20:18'),
(39112, 1936, 'Mosteve90', 4179, 5, NULL, 25.00, 1, 1, 'manual_bid', '2024-10-02 20:02:49', '2024-10-02 20:02:49', '2024-10-03 20:20:18'),
(39113, 1936, 'Mosteve90', 1438, 5, NULL, 25.00, 1, 1, 'manual_bid', '2024-10-02 20:13:43', '2024-10-02 20:13:43', '2024-10-03 20:20:18'),
(39114, 1921, 'Baeniiz', 5584, 12, NULL, 265.00, 1, 1, 'manual_bid', '2024-10-02 20:28:04', '2024-10-02 20:28:04', '2024-10-03 20:29:02'),
(39115, 1921, 'Baeniiz', 4668, 12, NULL, 2.00, 1, 1, 'manual_bid', '2024-10-02 20:28:51', '2024-10-02 20:28:51', '2024-10-03 20:29:02'),
(39116, 1920, 'Nizzy', 5583, 12, NULL, 500.00, 1, 1, 'manual_bid', '2024-10-02 21:54:21', '2024-10-02 21:54:21', '2024-10-03 21:55:03'),
(39117, 1920, 'Nizzy', 3181, 4, NULL, 61.00, 1, 1, 'manual_bid', '2024-10-02 21:55:15', '2024-10-02 21:55:15', '2024-10-03 21:56:01'),
(39118, 1876, 'Etiuko', 5508, 12, NULL, 89.00, 2, 1, 'manual_bid', '2024-10-03 02:01:56', '2024-10-03 02:01:56', '2024-10-04 02:02:02'),
(39119, 1886, 'Lovenest Luxe', 2105, 2, NULL, 401.00, 1, 1, 'manual_bid', '2024-10-03 02:34:38', '2024-10-03 02:34:38', '2024-10-04 02:35:03'),
(39120, 1886, 'Lovenest Luxe', 6132, 11, NULL, 41.00, 3, 1, 'manual_bid', '2024-10-03 02:46:33', '2024-10-03 02:46:33', '2024-10-04 02:47:02'),
(39121, 1917, 'Blossom E-Store', 3141, 4, NULL, 36.00, 1, 1, 'manual_bid', '2024-10-03 03:08:17', '2024-10-03 03:08:17', '2024-10-04 03:09:02'),
(39122, 1915, 'BnBGlobal', 4227, 5, NULL, 211.00, 1, 1, 'manual_bid', '2024-10-03 03:09:58', '2024-10-03 03:09:58', '2024-10-04 03:10:03'),
(39123, 1917, 'Blossom E-Store', 352, 2, NULL, 21.00, 1, 1, 'manual_bid', '2024-10-03 03:10:10', '2024-10-03 03:10:10', '2024-10-04 03:11:02'),
(39124, 1915, 'BnBGlobal', 4294, 5, NULL, 50.00, 1, 1, 'manual_bid', '2024-10-03 03:14:51', '2024-10-03 03:14:51', '2024-10-04 03:15:03'),
(39125, 1915, 'BnBGlobal', 4134, 5, NULL, 11.00, 1, 1, 'manual_bid', '2024-10-03 03:39:07', '2024-10-03 03:39:07', '2024-10-04 03:40:02'),
(39126, 1850, 'Chanadus', 5595, 10, 33, 213.10, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39127, 1850, 'Chanadus', 5602, 15, 33, 37.20, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39128, 1850, 'Chanadus', 5134, 16, 33, 81.69, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39129, 1850, 'Chanadus', 639, 14, 33, 4.08, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39130, 1850, 'Chanadus', 6012, 17, 33, 32.28, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39131, 1850, 'Chanadus', 5766, 15, 33, 22.04, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39132, 1850, 'Chanadus', 4296, 5, 33, 129.77, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39133, 1850, 'Chanadus', 5172, 16, 33, 271.31, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39134, 1850, 'Chanadus', 2224, 19, 33, 30.80, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39135, 1850, 'Chanadus', 2449, 19, 33, 734.38, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39136, 1850, 'Chanadus', 4166, 5, 33, 388.50, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39137, 1850, 'Chanadus', 417, 17, 33, 46.34, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39138, 1850, 'Chanadus', 5650, 15, 33, 15.75, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39139, 1850, 'Chanadus', 1139, 4, 33, 18.38, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39140, 1850, 'Chanadus', 1257, 19, 33, 7.10, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39141, 1850, 'Chanadus', 1777, 5, 33, 30.80, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39142, 1850, 'Chanadus', 1719, 5, 33, 1.08, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39143, 1850, 'Chanadus', 5299, 16, 33, 20.53, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39144, 1850, 'Chanadus', 4472, 15, 33, 290.16, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39145, 1850, 'Chanadus', 196, 2, 33, 121.37, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39146, 1850, 'Chanadus', 93, 2, 33, 17.68, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39147, 1850, 'Chanadus', 3614, 17, 33, 242.40, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39148, 1850, 'Chanadus', 4636, 15, 33, 21.83, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39149, 1850, 'Chanadus', 4628, 5, 33, 32.23, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39150, 1850, 'Chanadus', 2091, 1, 33, 4.38, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39151, 1850, 'Chanadus', 596, 18, 33, 423.15, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39152, 1850, 'Chanadus', 611, 7, 33, 10.10, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39153, 1850, 'Chanadus', 5418, 14, 33, 11.52, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39154, 1850, 'Chanadus', 3294, 15, 33, 12.35, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39155, 1850, 'Chanadus', 4713, 12, 33, 3.41, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39156, 1850, 'Chanadus', 963, 5, 33, 2.06, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39157, 1850, 'Chanadus', 1213, 10, 33, 2.47, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39158, 1850, 'Chanadus', 803, 19, 33, 0.20, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39159, 1850, 'Chanadus', 1844, 19, 33, 0.31, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39160, 1850, 'Chanadus', 1811, 5, 33, 0.21, 1, 1, 'ai_bid', '2024-10-03 11:12:03', '2024-10-03 11:12:03', '2024-10-04 11:13:02'),
(39161, 1798, 'Feelyards', 194, 7, NULL, 371.00, 2, 1, 'manual_bid', '2024-10-03 11:22:59', '2024-10-03 11:22:59', '2024-10-04 11:23:01'),
(39162, 1798, 'Feelyards', 2483, 7, NULL, 64.00, 2, 1, 'manual_bid', '2024-10-03 11:24:09', '2024-10-03 11:24:09', '2024-10-04 11:25:03'),
(39163, 1798, 'Feelyards', 307, 7, NULL, 4.00, 1, 1, 'manual_bid', '2024-10-03 11:25:46', '2024-10-03 11:25:46', '2024-10-04 11:26:02'),
(39164, 1798, 'Feelyards', 305, 7, NULL, 11.00, 1, 1, 'manual_bid', '2024-10-03 11:27:25', '2024-10-03 11:27:25', '2024-10-04 11:28:01'),
(39165, 1941, 'Yvonnestores', 168, 2, 34, 159.56, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39166, 1941, 'Yvonnestores', 1877, 19, 34, 22.87, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39167, 1941, 'Yvonnestores', 4080, 18, 34, 9.85, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39168, 1941, 'Yvonnestores', 5024, 14, 34, 4.07, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39169, 1941, 'Yvonnestores', 1587, 18, 34, 78.44, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39170, 1941, 'Yvonnestores', 53, 2, 34, 30.16, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39171, 1941, 'Yvonnestores', 610, 19, 34, 1867.49, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39172, 1941, 'Yvonnestores', 3672, 10, 34, 59.43, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39173, 1941, 'Yvonnestores', 761, 7, 34, 2.59, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39174, 1941, 'Yvonnestores', 1348, 19, 34, 8.11, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39175, 1941, 'Yvonnestores', 840, 1, 34, 201.39, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39176, 1941, 'Yvonnestores', 907, 18, 34, 222.20, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39177, 1941, 'Yvonnestores', 2906, 18, 34, 1159.48, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39178, 1941, 'Yvonnestores', 5522, 10, 34, 105.00, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39179, 1941, 'Yvonnestores', 2719, 18, 34, 28.33, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39180, 1941, 'Yvonnestores', 1125, 16, 34, 58.62, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39181, 1941, 'Yvonnestores', 478, 19, 34, 13.71, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39182, 1941, 'Yvonnestores', 337, 15, 34, 17.10, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39183, 1941, 'Yvonnestores', 544, 19, 34, 5040.00, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39184, 1941, 'Yvonnestores', 768, 7, 34, 4.41, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39185, 1941, 'Yvonnestores', 2099, 17, 34, 21.08, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39186, 1941, 'Yvonnestores', 5808, 15, 34, 104.99, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39187, 1941, 'Yvonnestores', 832, 13, 34, 11.69, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39188, 1941, 'Yvonnestores', 4040, 18, 34, 21.04, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39189, 1941, 'Yvonnestores', 1412, 14, 34, 7.95, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39190, 1941, 'Yvonnestores', 1136, 16, 34, 25.19, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39191, 1941, 'Yvonnestores', 3167, 18, 34, 313.09, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39192, 1941, 'Yvonnestores', 4964, 12, 34, 20.90, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39193, 1941, 'Yvonnestores', 4820, 12, 34, 68.12, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39194, 1941, 'Yvonnestores', 5342, 13, 34, 1059.99, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39195, 1941, 'Yvonnestores', 1196, 19, 34, 123.60, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39196, 1941, 'Yvonnestores', 3844, 16, 34, 5.09, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39197, 1941, 'Yvonnestores', 2852, 12, 34, 17.33, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39198, 1941, 'Yvonnestores', 4864, 12, 34, 471.74, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39199, 1941, 'Yvonnestores', 5386, 14, 34, 147.00, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39200, 1941, 'Yvonnestores', 5132, 16, 34, 19.02, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39201, 1941, 'Yvonnestores', 4192, 14, 34, 21.20, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39202, 1941, 'Yvonnestores', 2004, 4, 34, 88.98, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39203, 1941, 'Yvonnestores', 1168, 18, 34, 84.80, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39204, 1941, 'Yvonnestores', 4117, 18, 34, 31.30, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39205, 1941, 'Yvonnestores', 3461, 14, 34, 609.49, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39206, 1941, 'Yvonnestores', 159, 16, 34, 38.29, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39207, 1941, 'Yvonnestores', 5438, 16, 34, 17.05, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39208, 1941, 'Yvonnestores', 3820, 4, 34, 8.40, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39209, 1941, 'Yvonnestores', 4060, 13, 34, 16.79, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39210, 1941, 'Yvonnestores', 5469, 17, 34, 134.02, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39211, 1941, 'Yvonnestores', 5707, 15, 34, 41.46, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39212, 1941, 'Yvonnestores', 3492, 11, 34, 15.89, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39213, 1941, 'Yvonnestores', 245, 5, 34, 72.80, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39214, 1941, 'Yvonnestores', 994, 18, 34, 36.64, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39215, 1941, 'Yvonnestores', 4813, 12, 34, 27.26, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39216, 1941, 'Yvonnestores', 4012, 17, 34, 13.09, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39217, 1941, 'Yvonnestores', 3198, 4, 34, 52.85, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39218, 1941, 'Yvonnestores', 2976, 19, 34, 44.19, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39219, 1941, 'Yvonnestores', 3426, 10, 34, 25.43, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39220, 1941, 'Yvonnestores', 530, 17, 34, 13.22, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39221, 1941, 'Yvonnestores', 4717, 14, 34, 29.28, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39222, 1941, 'Yvonnestores', 420, 17, 34, 41.95, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39223, 1941, 'Yvonnestores', 1514, 15, 34, 4.41, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39224, 1941, 'Yvonnestores', 3212, 17, 34, 8.08, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39225, 1941, 'Yvonnestores', 756, 19, 34, 0.48, 1, 1, 'ai_bid', '2024-10-03 20:31:02', '2024-10-03 20:31:02', '2024-10-04 20:31:02'),
(39226, 1921, 'Baeniiz', 1984, 4, NULL, 260.00, 1, 1, 'manual_bid', '2024-10-03 21:33:22', '2024-10-03 21:33:22', '2024-10-04 21:34:02'),
(39227, 1921, 'Baeniiz', 1582, 4, NULL, 9.00, 1, 1, 'manual_bid', '2024-10-03 21:33:57', '2024-10-03 21:33:57', '2024-10-04 21:34:02'),
(39228, 1850, 'Chanadus', 2211, 19, NULL, 43.99, 2, 1, 'manual_bid', '2024-10-03 21:56:24', '2024-10-03 21:56:24', '2024-10-04 21:57:02'),
(39229, 1936, 'Mosteve90', 3220, 5, NULL, 36.00, 1, 1, 'manual_bid', '2024-10-03 22:14:48', '2024-10-03 22:14:48', '2024-10-04 22:15:02'),
(39230, 1936, 'Mosteve90', 4619, 5, NULL, 14.00, 1, 1, 'manual_bid', '2024-10-03 22:24:58', '2024-10-03 22:24:58', '2024-10-04 22:25:02'),
(39231, 1920, 'Nizzy', 4735, 12, NULL, 81.00, 7, 1, 'manual_bid', '2024-10-03 22:59:25', '2024-10-03 22:59:25', '2024-10-04 23:00:03'),
(39232, 1876, 'Etiuko', 4842, 12, NULL, 90.00, 2, 1, 'manual_bid', '2024-10-04 03:20:00', '2024-10-04 03:20:00', '2024-10-05 03:20:03'),
(39233, 1886, 'Lovenest Luxe', 2056, 4, NULL, 300.00, 1, 1, 'manual_bid', '2024-10-04 07:08:47', '2024-10-04 07:08:47', '2024-10-05 07:09:02'),
(39234, 1886, 'Lovenest Luxe', 2460, 2, NULL, 9.00, 1, 1, 'manual_bid', '2024-10-04 07:12:17', '2024-10-04 07:12:17', '2024-10-05 07:13:03'),
(39235, 1886, 'Lovenest Luxe', 1047, 4, NULL, 5.00, 44, 1, 'manual_bid', '2024-10-04 07:13:54', '2024-10-04 07:13:54', '2024-10-05 07:14:02'),
(39236, 1917, 'Blossom E-Store', 1593, 4, NULL, 35.00, 1, 1, 'manual_bid', '2024-10-04 07:29:15', '2024-10-04 07:29:15', '2024-10-05 07:30:02'),
(39237, 1917, 'Blossom E-Store', 3162, 4, NULL, 23.00, 1, 1, 'manual_bid', '2024-10-04 07:31:44', '2024-10-04 07:31:44', '2024-10-05 07:32:02'),
(39238, 1850, 'Chanadus', 977, 5, 33, 62.40, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39239, 1850, 'Chanadus', 1778, 12, 33, 204.99, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39240, 1850, 'Chanadus', 3947, 16, 33, 325.49, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39241, 1850, 'Chanadus', 3192, 4, 33, 143.30, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39242, 1850, 'Chanadus', 1283, 19, 33, 108.15, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39243, 1850, 'Chanadus', 5420, 17, 33, 19.15, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39244, 1850, 'Chanadus', 1330, 15, 33, 73.97, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39245, 1850, 'Chanadus', 5808, 15, 33, 103.99, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39246, 1850, 'Chanadus', 1673, 19, 33, 4.11, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39247, 1850, 'Chanadus', 3344, 7, 33, 31.79, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39248, 1850, 'Chanadus', 2803, 14, 33, 840.00, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39249, 1850, 'Chanadus', 5287, 14, 33, 10.60, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39250, 1850, 'Chanadus', 5451, 12, 33, 52.17, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39251, 1850, 'Chanadus', 191, 4, 33, 148.04, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39252, 1850, 'Chanadus', 891, 7, 33, 12.93, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39253, 1850, 'Chanadus', 2146, 19, 33, 46.32, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39254, 1850, 'Chanadus', 2483, 7, 33, 67.23, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39255, 1850, 'Chanadus', 5435, 12, 33, 8.05, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39256, 1850, 'Chanadus', 5811, 15, 33, 46.22, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39257, 1850, 'Chanadus', 2899, 14, 33, 13.64, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39258, 1850, 'Chanadus', 1094, 19, 33, 513.97, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39259, 1850, 'Chanadus', 5954, 11, 33, 187.95, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39260, 1850, 'Chanadus', 3650, 10, 33, 63.22, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39261, 1850, 'Chanadus', 1586, 4, 33, 81.23, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39262, 1850, 'Chanadus', 453, 17, 33, 147.16, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39263, 1850, 'Chanadus', 3533, 12, 33, 2.49, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39264, 1850, 'Chanadus', 5549, 10, 33, 8.55, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39265, 1850, 'Chanadus', 5704, 10, 33, 2.51, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39266, 1850, 'Chanadus', 734, 19, 33, 0.22, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39267, 1850, 'Chanadus', 803, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39268, 1850, 'Chanadus', 1811, 5, 33, 0.21, 1, 1, 'ai_bid', '2024-10-04 12:24:03', '2024-10-04 12:24:03', '2024-10-05 12:25:03'),
(39269, 1941, 'Yvonnestores', 1149, 18, 34, 207.99, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39270, 1941, 'Yvonnestores', 141, 18, 34, 6.30, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39271, 1941, 'Yvonnestores', 4224, 5, 34, 5100.00, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39272, 1941, 'Yvonnestores', 2672, 18, 34, 123.89, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39273, 1941, 'Yvonnestores', 5991, 17, 34, 16.94, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39274, 1941, 'Yvonnestores', 1661, 17, 34, 14.03, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39275, 1941, 'Yvonnestores', 4679, 12, 34, 6.22, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39276, 1941, 'Yvonnestores', 1999, 4, 34, 56.65, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39277, 1941, 'Yvonnestores', 3033, 18, 34, 124.95, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39278, 1941, 'Yvonnestores', 425, 17, 34, 38.25, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39279, 1941, 'Yvonnestores', 4832, 17, 34, 15.98, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39280, 1941, 'Yvonnestores', 4821, 17, 34, 18.72, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39281, 1941, 'Yvonnestores', 4704, 12, 34, 1.26, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39282, 1941, 'Yvonnestores', 3540, 13, 34, 4894.98, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39283, 1941, 'Yvonnestores', 318, 18, 34, 29.50, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39284, 1941, 'Yvonnestores', 5863, 13, 34, 32.85, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39285, 1941, 'Yvonnestores', 6018, 17, 34, 20.59, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39286, 1941, 'Yvonnestores', 4540, 14, 34, 43.26, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39287, 1941, 'Yvonnestores', 4837, 12, 34, 104.97, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39288, 1941, 'Yvonnestores', 4787, 16, 34, 31.30, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39289, 1941, 'Yvonnestores', 1906, 4, 34, 5.62, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39290, 1941, 'Yvonnestores', 1065, 19, 34, 798.00, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39291, 1941, 'Yvonnestores', 99, 2, 34, 205.80, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39292, 1941, 'Yvonnestores', 114, 2, 34, 161.60, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39293, 1941, 'Yvonnestores', 3054, 2, 34, 699.03, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39294, 1941, 'Yvonnestores', 2916, 19, 34, 86.86, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39295, 1941, 'Yvonnestores', 5852, 15, 34, 39.51, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39296, 1941, 'Yvonnestores', 6126, 11, 34, 22.82, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39297, 1941, 'Yvonnestores', 2322, 10, 34, 59.84, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39298, 1941, 'Yvonnestores', 3063, 18, 34, 215.18, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39299, 1941, 'Yvonnestores', 2651, 17, 34, 16.15, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39300, 1941, 'Yvonnestores', 5558, 10, 34, 3.09, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39301, 1941, 'Yvonnestores', 1662, 19, 34, 0.91, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39302, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-10-04 21:42:02', '2024-10-04 21:42:02', '2024-10-05 21:43:02'),
(39303, 1936, 'Mosteve90', 1777, 5, NULL, 30.00, 1, 1, 'manual_bid', '2024-10-05 01:29:55', '2024-10-05 01:29:55', '2024-10-06 01:30:03'),
(39304, 1936, 'Mosteve90', 806, 5, NULL, 21.00, 1, 1, 'manual_bid', '2024-10-05 01:37:15', '2024-10-05 01:37:15', '2024-10-06 01:38:02'),
(39305, 1850, 'Chanadus', 803, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-10-05 13:36:02', '2024-10-05 13:36:02', '2024-10-06 13:36:02'),
(39306, 1938, 'Brightoplaza', 1921, 19, NULL, 0.73, 1, 2, 'manual_bid', '2024-10-05 21:00:08', '2024-10-05 21:00:08', '2024-10-06 21:01:02'),
(39307, 1941, 'Yvonnestores', 4531, 16, 34, 377.99, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39308, 1941, 'Yvonnestores', 2384, 19, 34, 41.99, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39309, 1941, 'Yvonnestores', 5051, 11, 34, 20.79, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39310, 1941, 'Yvonnestores', 654, 18, 34, 57.24, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39311, 1941, 'Yvonnestores', 1351, 2, 34, 216.30, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39312, 1941, 'Yvonnestores', 6150, 11, 34, 33.91, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39313, 1941, 'Yvonnestores', 3338, 7, 34, 5.41, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39314, 1941, 'Yvonnestores', 5463, 12, 34, 5775.00, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39315, 1941, 'Yvonnestores', 4109, 18, 34, 51.49, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39316, 1941, 'Yvonnestores', 2736, 17, 34, 20.99, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39317, 1941, 'Yvonnestores', 2601, 17, 34, 16.16, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39318, 1941, 'Yvonnestores', 3212, 17, 34, 8.08, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39319, 1941, 'Yvonnestores', 3118, 18, 34, 92.21, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39320, 1941, 'Yvonnestores', 2933, 19, 34, 530.40, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39321, 1941, 'Yvonnestores', 5269, 16, 34, 11.10, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39322, 1941, 'Yvonnestores', 2582, 19, 34, 73.50, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39323, 1941, 'Yvonnestores', 2152, 19, 34, 71.40, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39324, 1941, 'Yvonnestores', 3840, 15, 34, 401.70, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39325, 1941, 'Yvonnestores', 5276, 14, 34, 91.67, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39326, 1941, 'Yvonnestores', 2416, 19, 34, 25.91, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39327, 1941, 'Yvonnestores', 4540, 14, 34, 43.26, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39328, 1941, 'Yvonnestores', 5620, 16, 34, 41.81, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39329, 1941, 'Yvonnestores', 2912, 17, 34, 94.42, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39330, 1941, 'Yvonnestores', 3657, 13, 34, 7.41, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39331, 1941, 'Yvonnestores', 277, 18, 34, 346.49, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39332, 1941, 'Yvonnestores', 2036, 2, 34, 61.47, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39333, 1941, 'Yvonnestores', 2106, 5, 34, 60.60, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39334, 1941, 'Yvonnestores', 5873, 13, 34, 8.15, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:02'),
(39335, 1941, 'Yvonnestores', 538, 18, 34, 345.09, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39336, 1941, 'Yvonnestores', 5857, 17, 34, 6.90, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03');
INSERT INTO `bids` (`id`, `user_id`, `store_name`, `product_id`, `market_id`, `investment_id`, `amount`, `quantity`, `status`, `type`, `bid_time`, `created_at`, `updated_at`) VALUES
(39337, 1941, 'Yvonnestores', 118, 7, 34, 222.20, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39338, 1941, 'Yvonnestores', 4612, 15, 34, 57.20, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39339, 1941, 'Yvonnestores', 4683, 12, 34, 8.07, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39340, 1941, 'Yvonnestores', 3805, 15, 34, 40.39, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39341, 1941, 'Yvonnestores', 4112, 5, 34, 72.10, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39342, 1941, 'Yvonnestores', 5933, 11, 34, 53.12, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39343, 1941, 'Yvonnestores', 2058, 4, 34, 234.00, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39344, 1941, 'Yvonnestores', 4010, 18, 34, 98.28, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39345, 1941, 'Yvonnestores', 5738, 16, 34, 31.79, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39346, 1941, 'Yvonnestores', 1572, 10, 34, 38.15, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39347, 1941, 'Yvonnestores', 1305, 15, 34, 43.45, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39348, 1941, 'Yvonnestores', 2326, 18, 34, 30.67, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39349, 1941, 'Yvonnestores', 2286, 19, 34, 31.92, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39350, 1941, 'Yvonnestores', 1314, 15, 34, 152.25, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39351, 1941, 'Yvonnestores', 4508, 16, 34, 42.50, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39352, 1941, 'Yvonnestores', 5199, 16, 34, 56.55, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39353, 1941, 'Yvonnestores', 4104, 5, 34, 2.06, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39354, 1941, 'Yvonnestores', 5230, 13, 34, 4.23, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39355, 1941, 'Yvonnestores', 370, 18, 34, 923.99, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39356, 1941, 'Yvonnestores', 2276, 10, 34, 62.77, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39357, 1941, 'Yvonnestores', 766, 19, 34, 3.33, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39358, 1941, 'Yvonnestores', 1215, 18, 34, 283.50, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39359, 1941, 'Yvonnestores', 1485, 15, 34, 551.14, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39360, 1941, 'Yvonnestores', 5327, 16, 34, 29.07, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39361, 1941, 'Yvonnestores', 3384, 10, 34, 9.28, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39362, 1941, 'Yvonnestores', 5251, 14, 34, 26.62, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39363, 1941, 'Yvonnestores', 2790, 14, 34, 128.00, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39364, 1941, 'Yvonnestores', 1095, 19, 34, 8.15, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39365, 1941, 'Yvonnestores', 2112, 19, 34, 51.00, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39366, 1941, 'Yvonnestores', 1548, 1, 34, 81.37, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39367, 1941, 'Yvonnestores', 5780, 15, 34, 577.50, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39368, 1941, 'Yvonnestores', 5081, 14, 34, 20.98, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39369, 1941, 'Yvonnestores', 1932, 14, 34, 8.29, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39370, 1941, 'Yvonnestores', 4724, 12, 34, 49.03, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39371, 1941, 'Yvonnestores', 2949, 17, 34, 22.84, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39372, 1941, 'Yvonnestores', 21, 2, 34, 7.28, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39373, 1941, 'Yvonnestores', 774, 5, 34, 7.27, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39374, 1941, 'Yvonnestores', 481, 1, 34, 18.15, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39375, 1941, 'Yvonnestores', 4948, 14, 34, 19.57, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39376, 1941, 'Yvonnestores', 210, 18, 34, 42.39, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39377, 1941, 'Yvonnestores', 5538, 10, 34, 232.72, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39378, 1941, 'Yvonnestores', 1790, 19, 34, 25.50, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39379, 1941, 'Yvonnestores', 3253, 7, 34, 16.88, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39380, 1941, 'Yvonnestores', 5835, 15, 34, 19.64, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39381, 1941, 'Yvonnestores', 3599, 12, 34, 11.07, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39382, 1941, 'Yvonnestores', 1829, 5, 34, 0.78, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39383, 1941, 'Yvonnestores', 1053, 4, 34, 3.77, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39384, 1941, 'Yvonnestores', 765, 19, 34, 1.33, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39385, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-10-05 22:54:02', '2024-10-05 22:54:02', '2024-10-06 22:55:03'),
(39386, 1850, 'Chanadus', 1811, 5, 33, 0.21, 1, 1, 'ai_bid', '2024-10-06 14:46:02', '2024-10-06 14:46:02', '2024-10-07 14:46:02'),
(39387, 1941, 'Yvonnestores', 4783, 12, 34, 30.43, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39388, 1941, 'Yvonnestores', 1559, 19, 34, 61.19, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39389, 1941, 'Yvonnestores', 3153, 2, 34, 402.99, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39390, 1941, 'Yvonnestores', 4824, 17, 34, 21.90, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39391, 1941, 'Yvonnestores', 2770, 14, 34, 613.01, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39392, 1941, 'Yvonnestores', 1056, 19, 34, 88.88, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39393, 1941, 'Yvonnestores', 875, 19, 34, 17.24, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39394, 1941, 'Yvonnestores', 3380, 10, 34, 16.22, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39395, 1941, 'Yvonnestores', 1023, 5, 34, 163.24, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39396, 1941, 'Yvonnestores', 4444, 15, 34, 27.72, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39397, 1941, 'Yvonnestores', 5102, 16, 34, 5.24, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39398, 1941, 'Yvonnestores', 4524, 16, 34, 10.47, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39399, 1941, 'Yvonnestores', 3332, 7, 34, 21.72, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39400, 1941, 'Yvonnestores', 2088, 5, 34, 15.30, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39401, 1941, 'Yvonnestores', 3672, 10, 34, 58.85, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39402, 1941, 'Yvonnestores', 1244, 10, 34, 527.37, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39403, 1941, 'Yvonnestores', 329, 18, 34, 138.46, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39404, 1941, 'Yvonnestores', 304, 7, 34, 121.67, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39405, 1941, 'Yvonnestores', 3989, 18, 34, 84.82, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39406, 1941, 'Yvonnestores', 177, 2, 34, 270.29, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39407, 1941, 'Yvonnestores', 2249, 17, 34, 3230.27, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39408, 1941, 'Yvonnestores', 5507, 17, 34, 1313.25, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39409, 1941, 'Yvonnestores', 2053, 18, 34, 28.31, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39410, 1941, 'Yvonnestores', 3690, 14, 34, 7.91, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39411, 1941, 'Yvonnestores', 5704, 10, 34, 2.51, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39412, 1941, 'Yvonnestores', 1632, 19, 34, 1713.60, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39413, 1941, 'Yvonnestores', 2176, 19, 34, 416.00, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39414, 1941, 'Yvonnestores', 4891, 12, 34, 16.18, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39415, 1941, 'Yvonnestores', 2810, 14, 34, 394.90, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39416, 1941, 'Yvonnestores', 5526, 10, 34, 5.10, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39417, 1941, 'Yvonnestores', 4310, 15, 34, 13.83, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39418, 1941, 'Yvonnestores', 3691, 14, 34, 474.79, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39419, 1941, 'Yvonnestores', 1603, 15, 34, 33.58, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39420, 1941, 'Yvonnestores', 1842, 19, 34, 1.01, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39421, 1941, 'Yvonnestores', 2811, 15, 34, 47.37, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39422, 1941, 'Yvonnestores', 3689, 14, 34, 207.02, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39423, 1941, 'Yvonnestores', 2305, 19, 34, 565.95, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39424, 1941, 'Yvonnestores', 5809, 15, 34, 82.47, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39425, 1941, 'Yvonnestores', 4942, 11, 34, 618.00, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39426, 1941, 'Yvonnestores', 3272, 5, 34, 46.45, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39427, 1941, 'Yvonnestores', 2971, 18, 34, 721.93, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39428, 1941, 'Yvonnestores', 2445, 19, 34, 202.00, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39429, 1941, 'Yvonnestores', 1815, 17, 34, 61.19, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39430, 1941, 'Yvonnestores', 3267, 5, 34, 3.05, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39431, 1941, 'Yvonnestores', 2809, 18, 34, 35.76, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39432, 1941, 'Yvonnestores', 1784, 1, 34, 30.64, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39433, 1941, 'Yvonnestores', 1911, 18, 34, 24.20, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39434, 1941, 'Yvonnestores', 1233, 19, 34, 21.13, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39435, 1941, 'Yvonnestores', 3014, 14, 34, 210.08, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39436, 1941, 'Yvonnestores', 5514, 12, 34, 174.07, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39437, 1941, 'Yvonnestores', 5417, 14, 34, 158.56, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39438, 1941, 'Yvonnestores', 1697, 5, 34, 15.10, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39439, 1941, 'Yvonnestores', 308, 7, 34, 7.84, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39440, 1941, 'Yvonnestores', 4455, 15, 34, 12.11, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39441, 1941, 'Yvonnestores', 4014, 17, 34, 7.75, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39442, 1941, 'Yvonnestores', 803, 19, 34, 0.20, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39443, 1941, 'Yvonnestores', 1844, 19, 34, 0.31, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39444, 1941, 'Yvonnestores', 734, 19, 34, 0.22, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39445, 1941, 'Yvonnestores', 756, 19, 34, 0.46, 1, 1, 'ai_bid', '2024-10-07 00:07:02', '2024-10-07 00:07:02', '2024-10-08 00:07:02'),
(39446, 1850, 'Chanadus', 1894, 19, 33, 0.21, 1, 1, 'ai_bid', '2024-10-07 15:56:02', '2024-10-07 15:56:02', '2024-10-08 15:56:02'),
(39447, 1941, 'Yvonnestores', 5523, 10, 34, 28.09, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39448, 1941, 'Yvonnestores', 3545, 10, 34, 39.68, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39449, 1941, 'Yvonnestores', 5337, 14, 34, 42.00, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39450, 1941, 'Yvonnestores', 5177, 16, 34, 42.63, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39451, 1941, 'Yvonnestores', 1605, 4, 34, 240.61, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39452, 1941, 'Yvonnestores', 5139, 19, 34, 1020.00, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39453, 1941, 'Yvonnestores', 1608, 18, 34, 9.87, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39454, 1941, 'Yvonnestores', 1815, 17, 34, 61.19, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39455, 1941, 'Yvonnestores', 689, 10, 34, 3.15, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39456, 1941, 'Yvonnestores', 3676, 18, 34, 8.82, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39457, 1941, 'Yvonnestores', 4083, 18, 34, 50.49, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39458, 1941, 'Yvonnestores', 1570, 19, 34, 34.30, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39459, 1941, 'Yvonnestores', 4479, 16, 34, 2.01, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39460, 1941, 'Yvonnestores', 973, 14, 34, 15.90, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39461, 1941, 'Yvonnestores', 1642, 4, 34, 231.74, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39462, 1941, 'Yvonnestores', 4170, 14, 34, 146.99, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39463, 1941, 'Yvonnestores', 5152, 13, 34, 6760.00, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39464, 1941, 'Yvonnestores', 5224, 13, 34, 751.43, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39465, 1941, 'Yvonnestores', 1868, 16, 34, 42.38, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39466, 1941, 'Yvonnestores', 4336, 18, 34, 2933.59, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39467, 1941, 'Yvonnestores', 4470, 15, 34, 1153.95, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39468, 1941, 'Yvonnestores', 444, 16, 34, 32.23, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39469, 1941, 'Yvonnestores', 4218, 14, 34, 33.32, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39470, 1941, 'Yvonnestores', 3642, 13, 34, 17.33, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39471, 1941, 'Yvonnestores', 2527, 19, 34, 20.38, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39472, 1941, 'Yvonnestores', 5891, 13, 34, 15.14, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39473, 1941, 'Yvonnestores', 1266, 19, 34, 8.07, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39474, 1941, 'Yvonnestores', 4773, 12, 34, 52.97, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39475, 1941, 'Yvonnestores', 6148, 11, 34, 6.01, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39476, 1941, 'Yvonnestores', 624, 5, 34, 1.02, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39477, 1941, 'Yvonnestores', 1894, 19, 34, 0.21, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39478, 1941, 'Yvonnestores', 1844, 19, 34, 0.31, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39479, 1941, 'Yvonnestores', 949, 5, 34, 0.31, 1, 1, 'ai_bid', '2024-10-08 01:19:02', '2024-10-08 01:19:02', '2024-10-09 01:20:03'),
(39480, 1941, 'Yvonnestores', 1827, 19, 34, 0.13, 1, 1, 'ai_bid', '2024-10-08 01:19:03', '2024-10-08 01:19:03', '2024-10-09 01:20:03'),
(39481, 1850, 'Chanadus', 734, 19, 33, 0.22, 1, 1, 'ai_bid', '2024-10-08 17:07:02', '2024-10-08 17:07:02', '2024-10-09 17:07:02'),
(39482, 1941, 'Yvonnestores', 5940, 17, 34, 3.15, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39483, 1941, 'Yvonnestores', 2228, 19, 34, 21.91, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39484, 1941, 'Yvonnestores', 524, 18, 34, 138.71, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39485, 1941, 'Yvonnestores', 834, 13, 34, 353.50, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39486, 1941, 'Yvonnestores', 1269, 19, 34, 111.10, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39487, 1941, 'Yvonnestores', 1669, 19, 34, 21.63, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39488, 1941, 'Yvonnestores', 2170, 2, 34, 131.84, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39489, 1941, 'Yvonnestores', 713, 19, 34, 35.88, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39490, 1941, 'Yvonnestores', 1181, 18, 34, 26.26, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39491, 1941, 'Yvonnestores', 775, 5, 34, 7.49, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39492, 1941, 'Yvonnestores', 3170, 19, 34, 540.59, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39493, 1941, 'Yvonnestores', 856, 19, 34, 339.89, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39494, 1941, 'Yvonnestores', 5549, 10, 34, 8.63, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39495, 1941, 'Yvonnestores', 3305, 15, 34, 254.52, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39496, 1941, 'Yvonnestores', 3898, 11, 34, 7245.00, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39497, 1941, 'Yvonnestores', 793, 12, 34, 163.51, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39498, 1941, 'Yvonnestores', 3158, 4, 34, 40.78, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39499, 1941, 'Yvonnestores', 1280, 19, 34, 21.29, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39500, 1941, 'Yvonnestores', 4266, 5, 34, 81.59, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39501, 1941, 'Yvonnestores', 4980, 14, 34, 5.14, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39502, 1941, 'Yvonnestores', 4385, 16, 34, 41.60, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39503, 1941, 'Yvonnestores', 877, 5, 34, 87.55, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39504, 1941, 'Yvonnestores', 5518, 12, 34, 18.71, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39505, 1941, 'Yvonnestores', 5727, 16, 34, 36.35, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39506, 1941, 'Yvonnestores', 3274, 17, 34, 135.20, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39507, 1941, 'Yvonnestores', 3818, 4, 34, 83.99, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39508, 1941, 'Yvonnestores', 5698, 15, 34, 132.50, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39509, 1941, 'Yvonnestores', 6039, 15, 34, 8.24, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39510, 1941, 'Yvonnestores', 5487, 17, 34, 342.79, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39511, 1941, 'Yvonnestores', 5590, 1, 34, 57.19, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39512, 1941, 'Yvonnestores', 5065, 16, 34, 33.32, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39513, 1941, 'Yvonnestores', 3722, 13, 34, 2.06, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39514, 1941, 'Yvonnestores', 4817, 17, 34, 17.94, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39515, 1941, 'Yvonnestores', 2831, 19, 34, 1008.99, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39516, 1941, 'Yvonnestores', 4388, 14, 34, 11.22, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39517, 1941, 'Yvonnestores', 4975, 12, 34, 5.13, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39518, 1941, 'Yvonnestores', 2388, 2, 34, 76.56, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39519, 1941, 'Yvonnestores', 4068, 2, 34, 37.33, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39520, 1941, 'Yvonnestores', 2427, 19, 34, 252.00, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39521, 1941, 'Yvonnestores', 495, 19, 34, 277.75, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39522, 1941, 'Yvonnestores', 6058, 11, 34, 19.43, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39523, 1941, 'Yvonnestores', 3427, 14, 34, 283.36, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39524, 1941, 'Yvonnestores', 229, 17, 34, 229.67, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39525, 1941, 'Yvonnestores', 750, 19, 34, 4.03, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39526, 1941, 'Yvonnestores', 4922, 12, 34, 16.21, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39527, 1941, 'Yvonnestores', 2502, 19, 34, 193.80, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39528, 1941, 'Yvonnestores', 1102, 19, 34, 248.88, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39529, 1941, 'Yvonnestores', 2516, 7, 34, 512.41, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39530, 1941, 'Yvonnestores', 5517, 10, 34, 23.06, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39531, 1941, 'Yvonnestores', 3865, 16, 34, 19.94, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39532, 1941, 'Yvonnestores', 5929, 13, 34, 3.68, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39533, 1941, 'Yvonnestores', 3089, 2, 34, 7.27, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39534, 1941, 'Yvonnestores', 2469, 16, 34, 164.97, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39535, 1941, 'Yvonnestores', 3106, 2, 34, 17.07, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39536, 1941, 'Yvonnestores', 2053, 18, 34, 29.15, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39537, 1941, 'Yvonnestores', 2065, 12, 34, 7.37, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39538, 1941, 'Yvonnestores', 4675, 12, 34, 5.16, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39539, 1941, 'Yvonnestores', 4106, 5, 34, 1.38, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39540, 1941, 'Yvonnestores', 6104, 11, 34, 1.44, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39541, 1941, 'Yvonnestores', 2367, 19, 34, 3.12, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39542, 1941, 'Yvonnestores', 2370, 19, 34, 2.26, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39543, 1941, 'Yvonnestores', 734, 19, 34, 0.22, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39544, 1941, 'Yvonnestores', 756, 19, 34, 0.47, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39545, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 1, 'ai_bid', '2024-10-09 02:31:03', '2024-10-09 02:31:03', '2024-10-10 02:32:02'),
(39546, 1850, 'Chanadus', 1827, 19, 33, 0.12, 1, 1, 'ai_bid', '2024-10-09 18:18:02', '2024-10-09 18:18:02', '2024-10-10 18:18:02'),
(39547, 1850, 'Chanadus', 1827, 19, 33, 0.12, 1, 1, 'ai_bid', '2024-10-09 18:19:02', '2024-10-09 18:19:02', '2024-10-10 18:19:02'),
(39548, 1941, 'Yvonnestores', 5828, 17, 34, 306.00, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39549, 1941, 'Yvonnestores', 2203, 19, 34, 7.46, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39550, 1941, 'Yvonnestores', 3471, 14, 34, 84.83, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39551, 1941, 'Yvonnestores', 3969, 16, 34, 14.77, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39552, 1941, 'Yvonnestores', 5095, 16, 34, 18.71, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39553, 1941, 'Yvonnestores', 1691, 19, 34, 5.38, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39554, 1941, 'Yvonnestores', 2640, 14, 34, 33.32, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39555, 1941, 'Yvonnestores', 4231, 5, 34, 104.00, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39556, 1941, 'Yvonnestores', 827, 5, 34, 326.40, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39557, 1941, 'Yvonnestores', 2989, 14, 34, 98.80, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39558, 1941, 'Yvonnestores', 686, 10, 34, 4.04, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39559, 1941, 'Yvonnestores', 3477, 14, 34, 62.40, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39560, 1941, 'Yvonnestores', 4389, 16, 34, 15.90, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39561, 1941, 'Yvonnestores', 6062, 15, 34, 21.62, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39562, 1941, 'Yvonnestores', 5787, 17, 34, 3.38, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39563, 1941, 'Yvonnestores', 2088, 5, 34, 15.30, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39564, 1941, 'Yvonnestores', 776, 7, 34, 9.44, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39565, 1941, 'Yvonnestores', 5666, 15, 34, 101.00, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39566, 1941, 'Yvonnestores', 3638, 14, 34, 11.33, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39567, 1941, 'Yvonnestores', 5956, 17, 34, 19.28, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39568, 1941, 'Yvonnestores', 6070, 11, 34, 15.30, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39569, 1941, 'Yvonnestores', 4623, 16, 34, 2152.48, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:02'),
(39570, 1941, 'Yvonnestores', 2842, 15, 34, 20.79, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39571, 1941, 'Yvonnestores', 1920, 12, 34, 39.62, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39572, 1941, 'Yvonnestores', 4942, 11, 34, 618.00, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39573, 1941, 'Yvonnestores', 936, 5, 34, 51.89, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39574, 1941, 'Yvonnestores', 5857, 17, 34, 7.03, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39575, 1941, 'Yvonnestores', 6011, 14, 34, 291.72, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39576, 1941, 'Yvonnestores', 1740, 5, 34, 3.12, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39577, 1941, 'Yvonnestores', 4574, 16, 34, 171.60, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39578, 1941, 'Yvonnestores', 37, 2, 34, 9.54, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39579, 1941, 'Yvonnestores', 1240, 18, 34, 5194.00, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39580, 1941, 'Yvonnestores', 4576, 14, 34, 9.34, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39581, 1941, 'Yvonnestores', 4614, 5, 34, 26.77, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39582, 1941, 'Yvonnestores', 1168, 18, 34, 84.80, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39583, 1941, 'Yvonnestores', 1525, 19, 34, 136.40, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39584, 1941, 'Yvonnestores', 919, 7, 34, 314.99, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39585, 1941, 'Yvonnestores', 2011, 5, 34, 1462.80, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39586, 1941, 'Yvonnestores', 4399, 18, 34, 25.40, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39587, 1941, 'Yvonnestores', 1616, 4, 34, 314.77, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39588, 1941, 'Yvonnestores', 5366, 13, 34, 95.39, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39589, 1941, 'Yvonnestores', 763, 17, 34, 31.27, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39590, 1941, 'Yvonnestores', 5796, 15, 34, 1260.00, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39591, 1941, 'Yvonnestores', 5515, 10, 34, 41.34, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39592, 1941, 'Yvonnestores', 324, 18, 34, 13.15, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39593, 1941, 'Yvonnestores', 918, 16, 34, 10.90, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39594, 1941, 'Yvonnestores', 2377, 19, 34, 37.12, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39595, 1941, 'Yvonnestores', 1511, 14, 34, 20.52, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39596, 1941, 'Yvonnestores', 1913, 19, 34, 14.53, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39597, 1941, 'Yvonnestores', 5234, 16, 34, 395.70, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39598, 1941, 'Yvonnestores', 920, 5, 34, 45.08, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39599, 1941, 'Yvonnestores', 1609, 19, 34, 13.51, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39600, 1941, 'Yvonnestores', 603, 10, 34, 10.60, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39601, 1941, 'Yvonnestores', 4768, 12, 34, 3.03, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39602, 1941, 'Yvonnestores', 5107, 16, 34, 14.26, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39603, 1941, 'Yvonnestores', 5761, 13, 34, 2.04, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39604, 1941, 'Yvonnestores', 1952, 19, 34, 1.35, 1, 1, 'ai_bid', '2024-10-10 03:44:02', '2024-10-10 03:44:02', '2024-10-11 03:45:03'),
(39605, 1850, 'Chanadus', 1811, 5, 33, 0.21, 1, 0, 'ai_bid', '2024-10-10 19:29:02', '2024-10-10 19:29:02', '2024-10-10 19:29:02'),
(39606, 1941, 'Yvonnestores', 3815, 13, 34, 4241.99, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39607, 1941, 'Yvonnestores', 5511, 12, 34, 262.49, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39608, 1941, 'Yvonnestores', 5948, 17, 34, 3.34, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39609, 1941, 'Yvonnestores', 1462, 10, 34, 20.73, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39610, 1941, 'Yvonnestores', 1040, 5, 34, 51.00, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39611, 1941, 'Yvonnestores', 4366, 14, 34, 84.80, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39612, 1941, 'Yvonnestores', 6134, 11, 34, 25.50, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39613, 1941, 'Yvonnestores', 3915, 16, 34, 2615.90, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39614, 1941, 'Yvonnestores', 2945, 5, 34, 24.56, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39615, 1941, 'Yvonnestores', 5553, 12, 34, 114.39, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39616, 1941, 'Yvonnestores', 6075, 15, 34, 26.24, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39617, 1941, 'Yvonnestores', 4886, 13, 34, 73.16, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39618, 1941, 'Yvonnestores', 3126, 4, 34, 16.61, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39619, 1941, 'Yvonnestores', 200, 7, 34, 8.11, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39620, 1941, 'Yvonnestores', 156, 18, 34, 5.15, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39621, 1941, 'Yvonnestores', 2209, 19, 34, 124.80, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39622, 1941, 'Yvonnestores', 80, 2, 34, 92.70, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39623, 1941, 'Yvonnestores', 275, 14, 34, 347.54, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39624, 1941, 'Yvonnestores', 414, 7, 34, 31.66, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39625, 1941, 'Yvonnestores', 3555, 17, 34, 1453.50, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39626, 1941, 'Yvonnestores', 207, 18, 34, 50.48, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39627, 1941, 'Yvonnestores', 5467, 17, 34, 50.61, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39628, 1941, 'Yvonnestores', 6158, 11, 34, 73.71, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39629, 1941, 'Yvonnestores', 1764, 18, 34, 92.81, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39630, 1941, 'Yvonnestores', 2175, 19, 34, 28.28, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39631, 1941, 'Yvonnestores', 975, 17, 34, 43.94, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39632, 1941, 'Yvonnestores', 2336, 18, 34, 45.45, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39633, 1941, 'Yvonnestores', 5783, 15, 34, 25.97, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39634, 1941, 'Yvonnestores', 3184, 5, 34, 9.58, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39635, 1941, 'Yvonnestores', 645, 17, 34, 4.08, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39636, 1941, 'Yvonnestores', 66, 2, 34, 40.95, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39637, 1941, 'Yvonnestores', 635, 18, 34, 18.72, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39638, 1941, 'Yvonnestores', 4908, 13, 34, 138.20, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39639, 1941, 'Yvonnestores', 1397, 19, 34, 608.94, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39640, 1941, 'Yvonnestores', 5202, 13, 34, 42.39, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39641, 1941, 'Yvonnestores', 425, 17, 34, 39.75, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39642, 1941, 'Yvonnestores', 478, 19, 34, 14.11, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39643, 1941, 'Yvonnestores', 1331, 14, 34, 4.74, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39644, 1941, 'Yvonnestores', 5824, 17, 34, 1.43, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39645, 1941, 'Yvonnestores', 801, 14, 34, 11.04, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39646, 1941, 'Yvonnestores', 5913, 15, 34, 118.61, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39647, 1941, 'Yvonnestores', 4769, 14, 34, 28.62, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39648, 1941, 'Yvonnestores', 2749, 14, 34, 131.25, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39649, 1941, 'Yvonnestores', 389, 16, 34, 2203.95, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39650, 1941, 'Yvonnestores', 5147, 16, 34, 181.79, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39651, 1941, 'Yvonnestores', 90, 2, 34, 208.95, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39652, 1941, 'Yvonnestores', 308, 7, 34, 7.55, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39653, 1941, 'Yvonnestores', 309, 18, 34, 228.23, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39654, 1941, 'Yvonnestores', 3203, 4, 34, 40.39, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39655, 1941, 'Yvonnestores', 5430, 16, 34, 20.40, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39656, 1941, 'Yvonnestores', 5227, 13, 34, 16.15, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39657, 1941, 'Yvonnestores', 2972, 19, 34, 35.70, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39658, 1941, 'Yvonnestores', 2450, 2, 34, 15.15, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39659, 1941, 'Yvonnestores', 3212, 17, 34, 8.24, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39660, 1941, 'Yvonnestores', 3851, 15, 34, 194.25, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39661, 1941, 'Yvonnestores', 3791, 15, 34, 14.27, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39662, 1941, 'Yvonnestores', 307, 7, 34, 4.02, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39663, 1941, 'Yvonnestores', 6091, 15, 34, 8.31, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39664, 1941, 'Yvonnestores', 716, 19, 34, 1.06, 1, 0, 'ai_bid', '2024-10-11 04:57:02', '2024-10-11 04:57:02', '2024-10-11 04:57:02'),
(39665, 1941, 'Yvonnestores', 734, 19, 34, 0.22, 1, 0, 'ai_bid', '2024-10-11 04:57:03', '2024-10-11 04:57:03', '2024-10-11 04:57:03'),
(39666, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 0, 'ai_bid', '2024-10-11 04:57:03', '2024-10-11 04:57:03', '2024-10-11 04:57:03'),
(39667, 1941, 'Yvonnestores', 1894, 19, 34, 0.20, 1, 0, 'ai_bid', '2024-10-11 04:57:03', '2024-10-11 04:57:03', '2024-10-11 04:57:03'),
(39668, 1941, 'Yvonnestores', 1827, 19, 34, 0.12, 1, 0, 'ai_bid', '2024-10-11 04:58:02', '2024-10-11 04:58:02', '2024-10-11 04:58:02');

-- --------------------------------------------------------

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` int NOT NULL,
  `title` text,
  `slug` text NOT NULL,
  `featured_image` varchar(255) DEFAULT NULL,
  `content` text,
  `author_name` varchar(255) DEFAULT NULL,
  `author_title` varchar(255) DEFAULT NULL,
  `views` bigint DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `blogs`
--

INSERT INTO `blogs` (`id`, `title`, `slug`, `featured_image`, `content`, `author_name`, `author_title`, `views`, `status`, `created_at`, `updated_at`) VALUES
(9, 'The Best Tools For Online Arbitrage in 2024 -Global E-Commerce Arbitrage Store', 'the-best-tools-for-online-arbitrage-in-2024-global-e-commerce-arbitrage-store', 'Nawaz-15996.jpg', '<h2><br>&nbsp;</h2><p>Online arbitrage has exploded in popularity in recent years as a way for e-commerce sellers to source profitable products and maximize profit margins. The core strategy involves leveraging price discrepancies across marketplaces to purchase items cheaply from one platform, and then resell at a higher price on another.</p><p>&nbsp;</p><p>&nbsp;</p><p>Executing a successful online arbitrage business requires having the right set of tools to streamline workflows, automate key processes, and provide data-driven insights. As we enter 2024, what are some of the best tools online arbitrage sellers should have in their kits?</p><p>&nbsp;</p><p>In this comprehensive guide, we will break down the must-have tools for online arbitrage success across crucial areas like research, sourcing, listings, analytics, and more. We’ll also highlight how Global E-Commerce Arbitrage provides an all-in-one platform that integrates many of these capabilities to empower novice and experienced arbitrageurs alike. Let\'s get to know more about this platform.</p><p>&nbsp;</p><h2><strong>Research Tools</strong></h2><p>Thorough research is the critical first step of any online arbitrage operation. Leveraging the right tools allows you to identify profitable niches, high-demand search terms, and product opportunities before you ever purchase inventory.</p><p>&nbsp;</p><h2><strong>Keyword Research Tools</strong></h2><h2>&nbsp;</h2><p>Keyword research provides the foundation for profitable arbitrage by uncovering buyer demand. Some of the best keyword tools include:</p><p>&nbsp;</p><p>- <strong>Helium 10 Cerebro</strong> - This robust tool from Helium 10 specializes in keyword research for Amazon, providing demand data, search volume, suggested keywords, and more. You can filter suggestions by low and high competition.</p><p>&nbsp;</p><p>- <strong>Jungle Scout Web App -</strong> Jungle Scout’s powerful web app features a keyword finder tool that analyses Amazon keywords as well as non-Amazon search data. This diversity helps for broader e-commerce arbitrage.</p><p>&nbsp;</p><p>- <strong>Soovle</strong> - Soovle is a free keyword research tool that leverages autocomplete to find highly searched terms and keywords across major e-commerce platforms like Amazon, eBay, and Etsy.</p><p>&nbsp;</p><p>- <strong>Global E-Commerce Arbitrage Inbuilt Tool -</strong> Global E-Commerce Arbitrage provides a range of products specifically for arbitrageurs. Their inbuilt data aggregation technology identifies lucrative arbitrage opportunities across integrated marketplaces and also makes it possible for users to save their favorite products as they navigate on their dashboard</p><p>&nbsp;</p><h2><strong>Product Research Tools&nbsp;</strong></h2><p>Once you have identified promising keywords and niches, product research tools dig deeper to assess specific item opportunities:</p><p>&nbsp;</p><p>- <strong>Jungle Scout Product Tracker -</strong> Enables you to look up any Amazon product and see key data like estimated sales, revenue, ratings, and more. Inform your product selection.</p><p>&nbsp;</p><p>-<strong> eFlip -</strong> eFlip provides a powerful eBay product research engine, allowing you to filter eBay listings by sold prices, categories, daily sales, and other criteria.</p><p>&nbsp;</p><p>- <strong>Global E-Commerce Arbitrage Product Database -</strong> Global E-Commerce Arbitrage aggregates product data and intelligence across various integrated marketplaces. This provides a bird’s eye view of items with strong arbitrage potential.</p><p>&nbsp;</p><h2><strong>Sourcing and Buying Tools</strong></h2><p>With your research complete, sourcing tools help you efficiently find arbitrage items in stock and ready for purchase:</p><p>&nbsp;</p><p>- <strong>BrickSeek</strong> - BrickSeek is primarily used for retail arbitrage in stores but also provides some online inventory lookups for major retailers like Target and Walmart.</p><p>&nbsp;</p><p>- <strong>Slickdeals</strong> - The forums on Slickdeals can uncover deals ripe for online arbitrage, especially in consumer electronics and similar categories.</p><p>&nbsp;</p><p>- <strong>Global E-Commerce Arbitrage Bidding System –</strong> After getting access to your c2c store, users can source products by navigating various online marketplaces to get the best products that align with their budget</p><p>&nbsp;</p><h2><strong>Listing and Repricing Tools</strong></h2><p>Listing tools help you efficiently post your purchased inventory for resale across marketplaces. Repricing tools ensure your items remain competitive.</p><p>&nbsp;</p><p>- <strong>SellerApp</strong> - This repricing feature on the platform, creates seamless integration with Amazon to automatically reprice your ordered items based on the competition of the e-commerce market and other inputs.</p><p>&nbsp;</p><p>- <strong>Sellbrite</strong> - This is a multichannel listing management that provides you the consumer with bulk listing capabilities and automated repricing opportunities for major marketplaces in e-commerce.</p><p>&nbsp;</p><h4><strong>- Global E-Commerce Arbitrage Inbuilt Auto-Repricer</strong></h4><p>- The AI-powered auto repricer is built into the Global E-Commerce Arbitrage system for dynamic pricing based on real-time data gathered from other online marketplaces</p><p>&nbsp;</p><p>&nbsp;</p><h2><strong>Global E-Commerce Arbitrage All-In-One Platform</strong></h2><p>While individual tools in each category provide significant value, sellers also benefit from an integrated solution that combines many of these capabilities in one seamless system. This is the premise behind Global E-Commerce Arbitrage.</p><p>&nbsp;</p><p>By uniting tools for research, buying, listings, accounting, and analytics into a cohesive arbitrage-focused platform, Global E-Commerce Arbitrage streamlines the entire process from product discovery to order fulfillment Automated workflows minimize manual work for sellers while machine learning algorithms apply data intelligence to critical tasks like pricing.</p><p>&nbsp;</p><p>For arbitrageurs looking to scale their efforts in 2024, having an end-to-end system like Global E-Commerce Arbitrage can provide a powerful advantage over piecing together individual tools. The efficiency and insight gains translate directly to added profits.</p><p>&nbsp;</p><h2><strong>Benefits of an Integrated Arbitrage Platform</strong></h2><p>Beyond the convenience factor, integrated platforms offer additional benefits tailor-made for online arbitrage:</p><p>&nbsp;</p><p>- Centralized data and reporting provide a holistic view of your arbitrage operations.</p><p>&nbsp;</p><p>- Built-in arbitrage workflows replace manual cross-checking of platforms.</p><p>&nbsp;</p><p>- Advanced automation increases volume capabilities and frees up seller time.</p><p>&nbsp;</p><p>- Developed specifically for arbitrage use cases vs. generalized tools.</p><p>&nbsp;</p><p>&nbsp;</p><p>By leveraging these advantages, platforms like Global E-Commerce Arbitrage aim to enable arbitrage at scale for power sellers while also providing easy on boarding for E-commerce newcomers. The tools help the system achieve seamless approach as a third-party fulfilment system</p><p>&nbsp;</p><p>Let’s explore some of the core capabilities offered by Global E-Commerce Arbitrage as an integrated arbitrage solution.</p><p>&nbsp;</p><h2><strong>Features of Global E-Commerce Arbitrage Platform</strong></h2><p>Global E-Commerce Arbitrage designed its platform with the unique needs of arbitrage sellers in mind. Key elements include:</p><p>&nbsp;</p><p><strong>Multi-Marketplace Integration</strong></p><p>The system provides unified access to a wide range of integrated e-commerce marketplaces relevant to arbitrage. This includes major platforms like Amazon, eBay, Esty, AliExpress, and niche sites. New marketplaces are continually added.</p><p>&nbsp;</p><p><strong>Automated Arbitrage Workflows</strong></p><p>Informed by data intelligence, the platform automates key arbitrage workflows to function seamlessly across connected marketplaces. This includes identifying price discrepancies, executing orders, managing shipments, and more.</p><p>&nbsp;</p><p><strong>Real-Time Bidding and Buying</strong></p><p>A core real-time bidding engine allows you to place bids on desired products across integrated platforms. Linkages to third-party buyers enable fast transactions once a bid is accepted.</p><p>&nbsp;</p><p><strong>Dynamic Repricing Engine</strong></p><p>Listings on various marketplaces are repriced dynamically using proprietary algorithms responding to market trends, competitive factors, and platform data.</p><p>&nbsp;</p><p><strong>Performance Analytics Dashboards</strong></p><p>Customizable dashboards provide arbitrage-specific KPIs on profitability, account health, operational efficiency, and other metrics to inform strategy.</p><p>&nbsp;</p><p><strong>Built-in Quality Control</strong></p><p>Integrated quality assurance measures like vetting sellers and monitoring return rates help mitigate typical arbitrage risks around counterfeit, defective, or damaged goods.</p><p>&nbsp;</p><p>The sum of these capabilities is a streamlined arbitrage system able to drive efficiency and profitability for sellers at any stage.</p><p>&nbsp;</p><h2><strong>Leveraging Global E-Commerce Arbitrage and Tools</strong></h2><p>&nbsp;</p><p>For online arbitrage sellers in 2024, Global E-Commerce Arbitrage provides a robust framework to execute arbitration strategies at scale. The platform handles much of the heavy lifting while still allowing integration with complementary third-party tools.</p><p>&nbsp;</p><p>Sellers can choose to rely mainly on Global E-Commerce Arbitrage’s wide range of built-in functionalities or fill gaps and add unique value with specialized programs. Keyword research, inbound logistics, accounting software, and business intelligence tools are examples of tools that can complement the system.</p><p>&nbsp;</p><p>By combining the convenience and automation of an integrated arbitrage platform with the flexibility to incorporate best-of-breed solutions, sellers unlock maximum profit potential for their online arbitrage ventures as we head into 2024 and beyond.</p><p>&nbsp;</p><p>&nbsp;</p><p><strong>Summary:</strong></p><p>&nbsp;In conclusion, online arbitrage promises lucrative potential for e-commerce sellers but requires the proper tools to operate efficiently across marketplaces and turn profits as we progress into 2024 and even forward.</p><p>&nbsp;</p>', 'Nawaz', 'Mr', 1218, NULL, '2024-02-20 07:16:54', '2024-10-06 01:09:57'),
(10, 'How GEAS Reserves Its System', 'how-geas-reserves-its-system', 'Rayan-84869.jpg', '<p>GEAS, as an innovative C2C (customer-to-customer) marketplace, has devised a sophisticated system aimed at fostering balance, financial stability, and continuous activity among its store owners. Through the strategic implementation of dynamic buyback mechanisms, GEAS ensures a thriving ecosystem where both C2C store owners and management benefit mutually.<br>&nbsp;</p><p><strong>- Profit Allocation and Product Buyback:</strong></p><p>One of the cornerstones of GEAS\'s operational framework is its commitment to reinvesting in the marketplace. To this end, the management sets aside a substantial portion(50%) of the company\'s profits towards a reserve fund dedicated to product buyback initiatives. This fund is instrumental in facilitating the acquisition of high-quality and unique products from C2C store owners.<br>&nbsp;</p><p><strong>- 1-Hour Sell-off Time Limit and Catalyst for Continuous Activity:</strong></p><p>GEAS employs a strategic sell-off time limit of one hour for listed products. This time constraint not only creates a sense of urgency among buyers but also ensures the rapid turnover of inventory, thereby maintaining a dynamic marketplace environment. Furthermore, the buyback mechanism acts as a catalyst for continuous activity by providing an avenue for products that may not sell within the designated time frame to be reintroduced into circulation.<br>&nbsp;</p><p><strong>- Handling Delays and AI Integration:</strong></p><p>Recognizing that certain products may experience delays in selling within the stipulated time frame, GEAS has developed an advanced AI system. This system meticulously crawls the platform, identifying products quality and unique products&nbsp; up for sell that have not been sold within the one-hour limit. By swiftly repurchasing these products, GEAS not only mitigates potential losses for sellers but also bolsters liquidity within the marketplace.<br>&nbsp;</p><p><strong>- Supporting the Grant Program:</strong></p><p>In addition to its primary function of maintaining market equilibrium, the buyback mechanism serves a dual purpose by supporting GEAS\'s grant program. A portion of the repurchased products is channeled towards funding initiatives aimed at supporting aspiring entrepreneurs and physical store owners within the GEAS ecosystem. This commitment to social responsibility brings to light, GEAS\'s holistic approach to business and its dedication to driving positive impact beyond financial gains.<br>&nbsp;</p><p><strong>Conclusion:</strong></p><p>In summary, GEAS\'s strategic approach to profit allocation, product buyback, and AI integration exemplifies its commitment to fostering a vibrant and sustainable C2C marketplace. By leveraging innovative solutions and embracing social responsibility, GEAS not only ensures the financial well-being of its store owners but also cultivates an environment conducive to growth, innovation, and community empowerment.</p>', 'Mohd Safiyan', 'Mr', 1159, NULL, '2024-02-23 18:58:02', '2024-10-05 21:30:59');

-- --------------------------------------------------------

--
-- Table structure for table `cards`
--

CREATE TABLE `cards` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `card_name` text,
  `card_number` varchar(100) DEFAULT NULL,
  `expiry` varchar(10) DEFAULT NULL,
  `cvv` varchar(10) DEFAULT NULL,
  `card_pin` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cards`
--

INSERT INTO `cards` (`id`, `user_id`, `card_name`, `card_number`, `expiry`, `cvv`, `card_pin`, `created_at`, `updated_at`) VALUES
(9, 1645, 'gh', '22252525252525', '22', '334', 1234, '2022-12-28 18:50:35', '2022-12-28 18:50:35'),
(7, 1645, 'Tester', '223374859493', '12/24', '554', 1234, '2022-12-24 13:33:13', '2022-12-24 13:33:13'),
(6, 1645, 'Tester', '233344747485', '12/34', '455', 1234, '2022-12-24 13:30:01', '2022-12-24 13:30:01'),
(10, 1645, 'Tester', '23124', '442', '12', 1234, '2022-12-28 18:52:01', '2022-12-28 18:52:01'),
(11, 1645, 'Tester', '12222', '33', '44', 1234, '2022-12-28 18:58:40', '2022-12-28 18:58:40'),
(12, 1673, 'Ththuhgrgygg', '4556 6666 6666 6555', '02 / 20', '258', 5754, '2023-02-01 09:11:39', '2023-02-01 09:11:39');

-- --------------------------------------------------------

--
-- Table structure for table `company_details`
--

CREATE TABLE `company_details` (
  `id` int NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `description` text,
  `status` varchar(3) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime NOT NULL,
  `deleted_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `company_details`
--

INSERT INTO `company_details` (`id`, `title`, `description`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'company_name', 'JANGO DRILLS', NULL, NULL, '2023-08-29 02:39:50', '2021-10-02 05:03:30'),
(2, 'company_address1', NULL, NULL, NULL, '2023-08-29 02:39:50', '2021-10-02 05:04:02'),
(3, 'company_address2', NULL, NULL, NULL, '2023-08-29 02:39:50', '2021-10-02 05:04:48'),
(4, 'company_phone1', NULL, NULL, '2021-10-02 03:06:24', '2023-08-29 02:39:50', '2021-10-02 05:06:24'),
(5, 'company_phone2', NULL, NULL, '2021-10-02 03:07:24', '2023-08-29 02:39:50', '2021-10-02 05:07:23'),
(6, 'company_email', 'Jangodrills@gmail.com', NULL, '2021-10-02 03:08:49', '2023-08-29 02:39:50', '2021-10-02 05:08:49'),
(7, 'company_facebook_handle', NULL, NULL, '2021-10-02 03:10:15', '2023-08-29 02:39:50', '2021-10-02 05:10:15'),
(8, 'company_twitter_handle', NULL, NULL, '2021-10-02 03:33:21', '2023-08-29 02:39:50', '2021-10-02 05:33:20'),
(9, 'account_name', 'JANGO DRILLS LTD', NULL, '2021-12-17 03:30:14', '2023-08-29 02:39:50', NULL),
(10, 'account_number', '5354444398', NULL, '2021-12-17 03:30:14', '2023-08-29 02:39:50', NULL),
(11, 'bank', 'MONIEPOINT', NULL, '2021-12-17 03:31:02', '2023-08-29 02:39:50', NULL),
(15, 'instagram', 'https://instagram.com/jangodrills_ltd?igshid=NTc4MTIwNjQ2YQ==', 'ON', '2021-12-29 16:10:45', '2023-08-29 02:40:08', NULL),
(16, 'facebook', NULL, 'ON', '2021-12-29 16:10:45', '2023-08-29 02:40:09', NULL),
(17, 'email', NULL, 'ON', '2021-12-29 16:11:45', '2023-08-29 02:40:09', NULL),
(18, 'whatsapp', NULL, 'ON', '2021-12-29 16:12:11', '2023-08-29 02:40:09', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `deposits`
--

CREATE TABLE `deposits` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `payment_id` varchar(255) DEFAULT NULL,
  `amount` decimal(20,2) DEFAULT NULL,
  `qr_code` varchar(255) DEFAULT NULL,
  `status` int DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `network` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `deposits`
--

INSERT INTO `deposits` (`id`, `user_id`, `payment_id`, `amount`, `qr_code`, `status`, `type`, `network`, `created_at`, `updated_at`, `deleted_at`) VALUES
(82, 1706, '5479851918', 30.00, '5479851918.png', 2, NULL, 'sol', '2024-02-05 03:53:14', '2024-02-05 09:35:29', NULL),
(83, 1706, '5907934542', 20.00, '5907934542.png', 1, NULL, 'sol', '2024-02-05 09:56:11', '2024-02-05 10:07:39', NULL),
(84, 1708, '5935744299', 20.00, '5935744299.png', 2, 'setup', 'sol', '2024-02-05 16:27:17', '2024-02-05 16:50:38', NULL),
(85, 1705, '5533561672', 100.00, '5533561672.png', 2, NULL, 'sol', '2024-02-05 17:28:56', '2024-02-06 02:03:50', NULL),
(87, 1710, '4566181475', 20.00, '4566181475.png', 2, 'setup', 'sol', '2024-02-06 18:13:50', '2024-02-06 19:02:39', NULL),
(93, 1714, '6376454511', 20.00, '6376454511.png', 2, 'setup', 'sol', '2024-02-07 10:37:27', '2024-02-07 11:27:02', NULL),
(94, 1714, '5049265393', 20.00, '5049265393.png', 2, 'setup', 'sol', '2024-02-07 11:27:39', '2024-02-07 13:04:54', NULL),
(95, 1715, '6181200309', 20.00, '6181200309.png', 2, 'setup', 'sol', '2024-02-07 13:43:56', '2024-02-07 14:57:45', NULL),
(96, 1716, '4998533481', 20.00, '4998533481.png', 2, 'setup', 'sol', '2024-02-07 16:22:27', '2024-02-07 17:33:29', NULL),
(97, 1716, '5837481391', 20.00, '5837481391.png', 2, 'setup', 'sol', '2024-02-07 16:22:29', '2024-02-07 17:34:55', NULL),
(100, 1721, '5668523101', 0.00, '5668523101.png', 1, 'setup', 'sol', '2024-02-09 21:09:13', '2024-02-09 21:16:54', NULL),
(103, 1724, '6150857772', 20.00, '6150857772.png', 2, 'setup', 'sol', '2024-02-10 20:06:03', '2024-02-10 20:29:08', NULL),
(104, 1724, '5974235004', 20.00, '5974235004.png', 2, 'setup', 'sol', '2024-02-10 20:06:13', '2024-02-10 20:29:08', NULL),
(112, 1732, '5560866142', 20.00, '5560866142.png', 1, 'setup', 'sol', '2024-02-19 09:28:39', '2024-02-19 09:37:00', NULL),
(113, 1732, '5822879474', 2000.00, '5822879474.png', 2, NULL, 'sol', '2024-02-19 13:25:30', '2024-02-19 14:22:59', NULL),
(114, 1733, '5805991449', 20.00, '5805991449.png', NULL, 'setup', 'sol', '2024-02-19 13:45:05', '2024-02-19 13:45:05', NULL),
(116, 1735, '4386856167', 20.00, '4386856167.png', NULL, 'setup', 'sol', '2024-02-20 07:43:42', '2024-02-20 07:43:42', NULL),
(117, 1735, '5897654010', 20.00, '5897654010.png', NULL, 'setup', 'sol', '2024-02-20 07:43:42', '2024-02-20 07:43:42', NULL),
(118, 1735, '5403862037', 20.00, '5403862037.png', NULL, 'setup', 'sol', '2024-02-20 07:43:42', '2024-02-20 07:43:42', NULL),
(119, 1735, '6276318645', 20.00, '6276318645.png', NULL, 'setup', 'sol', '2024-02-20 07:43:45', '2024-02-20 07:43:45', NULL),
(120, 1735, '5403992574', 20.00, '5403992574.png', NULL, 'setup', 'sol', '2024-02-20 07:43:46', '2024-02-20 07:43:46', NULL),
(122, 1741, '4312681111', 20.00, '4312681111.png', 2, 'setup', 'sol', '2024-02-20 14:16:37', '2024-02-21 08:59:37', NULL),
(124, 1742, '6225082822', 20.00, '6225082822.png', 2, 'setup', 'sol', '2024-02-20 14:32:03', '2024-02-20 15:49:21', NULL),
(125, 1746, '4946579330', 20.00, '4946579330.png', NULL, 'setup', 'sol', '2024-02-20 15:24:54', '2024-02-20 15:24:54', NULL),
(126, 1747, '5209764259', 20.00, '5209764259.png', 2, 'setup', 'sol', '2024-02-20 15:54:21', '2024-02-23 13:17:27', NULL),
(127, 1748, '5311664767', 20.00, '5311664767.png', NULL, 'setup', 'sol', '2024-02-20 16:37:25', '2024-02-20 16:37:25', NULL),
(128, 1753, '6017079856', 20.00, '6017079856.png', 2, 'setup', 'sol', '2024-02-21 10:28:14', '2024-02-25 17:13:43', NULL),
(129, 1758, '6291866225', 20.00, '6291866225.png', NULL, 'setup', 'sol', '2024-02-22 09:27:23', '2024-02-22 09:27:23', NULL),
(130, 1759, '4810409967', 20.00, '4810409967.png', NULL, 'setup', 'sol', '2024-02-22 09:54:51', '2024-02-22 09:54:51', NULL),
(131, 1759, '4395919355', 20.00, '4395919355.png', NULL, 'setup', 'sol', '2024-02-22 09:54:56', '2024-02-22 09:54:56', NULL),
(132, 1759, '4555360250', 20.00, '4555360250.png', NULL, 'setup', 'sol', '2024-02-22 09:54:58', '2024-02-22 09:54:58', NULL),
(133, 1759, '5829187490', 20.00, '5829187490.png', NULL, 'setup', 'sol', '2024-02-22 09:55:19', '2024-02-22 09:55:19', NULL),
(134, 1759, '6420444701', 20.00, '6420444701.png', NULL, 'setup', 'sol', '2024-02-22 09:55:19', '2024-02-22 09:55:19', NULL),
(135, 1759, '5050672738', 20.00, '5050672738.png', NULL, 'setup', 'sol', '2024-02-22 09:55:20', '2024-02-22 09:55:20', NULL),
(136, 1760, '5922191585', 20.00, '5922191585.png', 2, 'setup', 'sol', '2024-02-22 10:11:27', '2024-02-22 10:34:44', NULL),
(137, 1761, '6421173708', 20.00, '6421173708.png', 2, 'setup', 'sol', '2024-02-22 10:15:27', '2024-02-22 10:37:43', NULL),
(138, 1762, '4998569974', 20.00, '4998569974.png', 2, 'setup', 'sol', '2024-02-22 10:19:39', '2024-02-22 19:17:26', NULL),
(139, 1751, '4681249573', 20.00, '4681249573.png', 2, 'setup', 'sol', '2024-02-22 10:29:14', '2024-02-22 16:26:14', NULL),
(140, 1760, '5010053589', 3500.00, '5010053589.png', 2, NULL, 'sol', '2024-02-22 10:35:22', '2024-02-22 13:02:05', NULL),
(141, 1760, '5698427863', 3500.00, '5698427863.png', 2, NULL, 'sol', '2024-02-22 10:35:26', '2024-02-22 13:01:39', NULL),
(142, 1763, '5559819544', 20.00, '5559819544.png', 2, 'setup', 'sol', '2024-02-22 10:37:25', '2024-02-22 13:45:39', NULL),
(143, 1761, '6197300951', 20.00, '6197300951.png', 2, 'setup', 'sol', '2024-02-22 10:38:38', '2024-02-22 11:00:45', NULL),
(144, 1764, '5634347651', 20.00, '5634347651.png', NULL, 'setup', 'sol', '2024-02-22 10:51:28', '2024-02-22 10:51:28', NULL),
(145, 1763, '5697177371', 100.00, '5697177371.png', 2, NULL, 'sol', '2024-02-22 10:57:10', '2024-02-22 13:47:12', NULL),
(146, 1765, '4433916422', 20.00, '4433916422.png', 2, 'setup', 'sol', '2024-02-22 11:11:37', '2024-02-22 11:38:23', NULL),
(147, 1766, '4302587307', 20.00, '4302587307.png', NULL, 'setup', 'sol', '2024-02-22 12:24:44', '2024-02-22 12:24:44', NULL),
(148, 1768, '5956494542', 20.00, '5956494542.png', 2, 'setup', 'sol', '2024-02-22 17:48:31', '2024-02-22 18:36:22', NULL),
(149, 1769, '5291884111', 20.00, '5291884111.png', NULL, 'setup', 'sol', '2024-02-22 19:41:37', '2024-02-22 19:41:37', NULL),
(150, 1770, '5085373325', 20.00, '5085373325.png', 2, 'setup', 'sol', '2024-02-22 22:18:41', '2024-02-22 23:15:42', NULL),
(151, 1771, '5769840636', 20.00, '5769840636.png', 2, 'setup', 'sol', '2024-02-22 22:23:10', '2024-02-22 22:50:59', NULL),
(152, 1771, '4647999343', 20.00, '4647999343.png', 2, 'setup', 'sol', '2024-02-22 22:51:28', '2024-02-23 06:58:47', NULL),
(153, 1772, '4390632714', 20.00, '4390632714.png', NULL, 'setup', 'sol', '2024-02-22 22:59:21', '2024-02-22 22:59:21', NULL),
(154, 1770, '6167631507', 20.00, '6167631507.png', 2, 'setup', 'sol', '2024-02-22 23:15:57', '2024-02-23 07:30:42', NULL),
(155, 1773, '4905643872', 20.00, '4905643872.png', NULL, 'setup', 'sol', '2024-02-23 09:57:02', '2024-02-23 09:57:02', NULL),
(156, 1774, '4314776843', 20.00, '4314776843.png', NULL, 'setup', 'sol', '2024-02-23 10:56:12', '2024-02-23 10:56:12', NULL),
(157, 1775, '6104964793', 20.00, '6104964793.png', NULL, 'setup', 'sol', '2024-02-23 12:53:37', '2024-02-23 12:53:37', NULL),
(158, 1776, '5345993513', 20.00, '5345993513.png', NULL, 'setup', 'sol', '2024-02-23 14:58:24', '2024-02-23 14:58:24', NULL),
(159, 1777, '4576145383', 20.00, '4576145383.png', NULL, 'setup', 'sol', '2024-02-23 15:35:41', '2024-02-23 15:35:41', NULL),
(160, 1779, '4792078987', 20.00, '4792078987.png', 2, 'setup', 'sol', '2024-02-23 17:12:57', '2024-02-23 17:34:18', NULL),
(161, 1781, '5621780621', 20.00, '5621780621.png', NULL, 'setup', 'sol', '2024-02-23 17:16:10', '2024-02-23 17:16:10', NULL),
(162, 1781, '4573283006', 20.00, '4573283006.png', NULL, 'setup', 'sol', '2024-02-23 17:16:14', '2024-02-23 17:16:14', NULL),
(163, 1781, '4874089231', 20.00, '4874089231.png', NULL, 'setup', 'sol', '2024-02-23 17:16:20', '2024-02-23 17:16:20', NULL),
(164, 1780, '6306580112', 20.00, '6306580112.png', NULL, 'setup', 'sol', '2024-02-23 17:20:25', '2024-02-23 17:20:25', NULL),
(165, 1779, '5776057848', 20.00, '5776057848.png', 2, 'setup', 'sol', '2024-02-23 17:34:29', '2024-02-24 00:14:20', NULL),
(166, 1782, '5450295717', 20.00, '5450295717.png', NULL, 'setup', 'sol', '2024-02-23 20:38:06', '2024-02-23 20:38:06', NULL),
(167, 1783, '5998964311', 20.00, '5998964311.png', NULL, 'setup', 'sol', '2024-02-24 02:57:43', '2024-02-24 02:57:43', NULL),
(168, 1784, '4353997610', 20.00, '4353997610.png', NULL, 'setup', 'sol', '2024-02-24 06:39:18', '2024-02-24 06:39:18', NULL),
(169, 1785, '6107326963', 20.00, '6107326963.png', NULL, 'setup', 'sol', '2024-02-24 14:58:26', '2024-02-24 14:58:26', NULL),
(170, 1786, '4721543006', 20.00, '4721543006.png', NULL, 'setup', 'sol', '2024-02-25 11:52:10', '2024-02-25 11:52:10', NULL),
(171, 1753, '5744927138', 20.00, '5744927138.png', 2, 'setup', 'sol', '2024-02-25 17:14:01', '2024-02-25 17:55:19', NULL),
(172, 1753, '5514046559', 20.00, '5514046559.png', 2, 'setup', 'sol', '2024-02-25 17:55:33', '2024-02-26 10:34:11', NULL),
(173, 1788, '4782365150', 20.00, '4782365150.png', NULL, 'setup', 'sol', '2024-02-26 07:25:58', '2024-02-26 07:25:58', NULL),
(174, 1787, '4743245691', 20.00, '4743245691.png', NULL, 'setup', 'sol', '2024-02-26 07:33:13', '2024-02-26 07:33:13', NULL),
(175, 1789, '5608032674', 20.00, '5608032674.png', NULL, 'setup', 'sol', '2024-02-26 23:44:10', '2024-02-26 23:44:10', NULL),
(176, 1789, '4433179946', 20.00, '4433179946.png', NULL, 'setup', 'sol', '2024-02-26 23:44:15', '2024-02-26 23:44:15', NULL),
(177, 1789, '4911187737', 20.00, '4911187737.png', NULL, 'setup', 'sol', '2024-02-26 23:44:19', '2024-02-26 23:44:19', NULL),
(178, 1789, '5137861987', 20.00, '5137861987.png', NULL, 'setup', 'sol', '2024-02-26 23:44:20', '2024-02-26 23:44:20', NULL),
(179, 1747, '4623536865', 20.00, '4623536865.png', 2, 'setup', 'sol', '2024-02-27 16:07:22', '2024-02-27 16:34:31', NULL),
(180, 1753, '4850653664', 20.00, '4850653664.png', 2, 'setup', 'sol', '2024-02-28 07:21:10', '2024-02-28 08:23:53', NULL),
(181, 1790, '5013843255', 20.00, '5013843255.png', 2, 'setup', 'sol', '2024-02-28 07:34:11', '2024-02-28 13:15:03', NULL),
(182, 1792, '5774806907', 20.00, '5774806907.png', 2, 'setup', 'sol', '2024-02-28 12:09:29', '2024-02-28 13:57:41', NULL),
(183, 1794, '5346004305', 20.00, '5346004305.png', NULL, 'setup', 'sol', '2024-02-29 10:11:07', '2024-02-29 10:11:07', NULL),
(184, 1795, '6108882081', 20.00, '6108882081.png', 2, 'setup', 'sol', '2024-03-01 19:46:15', '2024-03-01 21:14:15', NULL),
(185, 1747, '4864753306', 20.00, '4864753306.png', 2, 'setup', 'sol', '2024-03-01 22:46:26', '2024-03-01 23:07:32', NULL),
(186, 1747, '6263823885', 20.00, '6263823885.png', 2, 'setup', 'sol', '2024-03-01 23:15:18', '2024-03-02 00:37:03', NULL),
(187, 1747, '6041972199', 20.00, '6041972199.png', 1, 'setup', 'sol', '2024-03-02 00:37:23', '2024-03-02 00:50:58', NULL),
(188, 1747, '6075015615', 20.00, '6075015615.png', 2, 'setup', 'sol', '2024-03-02 00:42:23', '2024-03-02 01:02:34', NULL),
(189, 1747, '4980831011', 10.00, '4980831011.png', 2, NULL, 'sol', '2024-03-02 01:05:55', '2024-03-02 08:27:51', NULL),
(190, 1747, '6057110007', 8.00, '6057110007.png', 2, NULL, 'sol', '2024-03-02 01:06:58', '2024-03-02 08:27:52', NULL),
(191, 1747, '4616568564', 7.00, '4616568564.png', 2, NULL, 'sol', '2024-03-02 01:07:36', '2024-03-02 08:27:53', NULL),
(192, 1797, '5453683500', 20.00, '5453683500.png', NULL, 'setup', 'sol', '2024-03-02 11:44:28', '2024-03-02 11:44:28', NULL),
(193, 1796, '6041407813', 20.00, '6041407813.png', 2, 'setup', 'sol', '2024-03-02 13:02:12', '2024-03-02 15:55:59', NULL),
(194, 1798, '5432426162', 20.00, '5432426162.png', 2, 'setup', 'sol', '2024-03-05 00:06:12', '2024-03-05 01:02:49', NULL),
(195, 1732, '6324992892', 3355.00, '6324992892.png', 2, NULL, 'trx', '2024-03-13 16:03:25', '2024-05-02 10:05:15', NULL),
(196, 1732, '6397985567', 30.00, '6397985567.png', 2, NULL, 'trx', '2024-03-13 16:08:35', '2024-05-02 10:05:15', NULL),
(197, 1732, '5778243406', 20.00, '5778243406.png', 2, NULL, 'trx', '2024-03-13 16:17:56', '2024-05-02 10:05:16', NULL),
(198, 1802, '5038596967', 20.00, '5038596967.png', 2, 'setup', 'trx', '2024-03-13 16:34:01', '2024-03-22 08:09:07', NULL),
(199, 1747, '5480983247', 90.00, '5480983247.png', 2, NULL, 'trx', '2024-03-14 05:57:51', '2024-03-14 07:26:29', NULL),
(200, 1747, '5946701542', 10.00, '5946701542.png', 2, NULL, 'trx', '2024-03-15 05:42:15', '2024-03-15 06:30:38', NULL),
(201, 1747, '4932960825', 10.00, '4932960825.png', 2, NULL, 'trx', '2024-03-16 06:29:44', '2024-03-16 07:17:18', NULL),
(202, 1798, '4636748697', 20.00, '4636748697.png', 2, 'setup', 'trx', '2024-03-17 10:49:49', '2024-03-17 12:24:12', NULL),
(203, 1747, '4557957338', 10.00, '4557957338.png', 2, NULL, 'trx', '2024-03-17 12:01:48', '2024-03-17 12:12:22', NULL),
(204, 1741, '5722443851', 10.00, '5722443851.png', 2, NULL, 'trx', '2024-03-17 12:47:31', '2024-03-17 13:09:31', NULL),
(205, 1747, '5301069608', 10.00, '5301069608.png', 2, NULL, 'trx', '2024-03-17 13:13:10', '2024-03-18 03:26:33', NULL),
(206, 1747, '4823885271', 10.00, '4823885271.png', 2, NULL, 'trx', '2024-03-17 13:13:35', '2024-03-18 03:26:33', NULL),
(207, 1747, '5185065136', 10.00, '5185065136.png', 2, NULL, 'trx', '2024-03-17 13:13:42', '2024-03-17 13:26:18', NULL),
(208, 1747, '5400427975', 10.00, '5400427975.png', 2, NULL, 'trx', '2024-03-17 13:27:56', '2024-03-18 03:26:33', NULL),
(209, 1747, '5075855074', 10.00, '5075855074.png', 2, NULL, 'trx', '2024-03-18 03:27:19', '2024-03-18 03:31:10', NULL),
(210, 1747, '5464932483', 10.00, '5464932483.png', 2, NULL, 'trx', '2024-03-18 03:37:37', '2024-03-18 03:57:38', NULL),
(211, 1814, '5330865153', 20.00, '5330865153.png', NULL, 'setup', 'trx', '2024-03-19 13:15:14', '2024-03-19 13:15:14', NULL),
(212, 1747, '6066531778', 20.00, '6066531778.png', 1, NULL, 'trx', '2024-03-19 14:21:23', '2024-03-19 14:35:14', NULL),
(213, 1747, '5012525722', 112.00, '5012525722.png', 1, NULL, 'trx', '2024-03-20 19:20:25', '2024-03-20 19:26:30', NULL),
(214, 1747, '4775418694', 100.00, '4775418694.png', 2, NULL, 'trx', '2024-03-20 20:04:58', '2024-03-20 21:04:43', NULL),
(215, 1798, '5689516269', 20.00, '5689516269.png', 2, 'setup', 'trx', '2024-03-21 19:25:20', '2024-03-21 19:53:51', NULL),
(216, 1798, '5356202678', 20.00, '5356202678.png', 2, 'setup', 'trx', '2024-03-21 19:56:58', '2024-03-21 21:53:41', NULL),
(217, 1798, '4455006415', 20.00, '4455006415.png', 2, 'setup', 'trx', '2024-03-21 21:54:40', '2024-03-22 01:02:18', NULL),
(218, 1839, '6256918895', 20.00, '6256918895.png', 2, 'setup', 'trx', '2024-03-22 20:13:43', '2024-04-18 14:22:41', NULL),
(219, 1747, '5233186913', 21.00, '5233186913.png', 1, NULL, 'trx', '2024-03-25 12:54:13', '2024-03-25 12:59:59', NULL),
(220, 1799, '5022038200', 20.00, '5022038200.png', 2, 'setup', 'trx', '2024-04-05 07:21:53', '2024-04-18 16:53:42', NULL),
(221, 1747, '6221757431', 100.00, '6221757431.png', 1, NULL, 'trx', '2024-04-05 07:28:11', '2024-04-05 07:34:41', NULL),
(222, 1747, '4923878951', 195.00, '4923878951.png', 1, NULL, 'trx', '2024-04-05 07:41:50', '2024-04-05 07:49:43', NULL),
(223, 1856, '5043031196', 222.00, NULL, 2, NULL, 'trx', '2024-05-02 10:35:58', '2024-05-02 11:19:32', NULL),
(224, 1856, '4990886400', 22.00, '4990886400.png', 2, NULL, 'trx', '2024-05-02 11:18:52', '2024-05-04 20:22:59', NULL),
(225, 1856, '4351241571', 10.00, '4351241571.png', 2, NULL, 'trx', '2024-05-02 11:19:50', '2024-05-04 20:22:59', NULL),
(226, 1856, '4427986758', 13.00, '4427986758.png', 2, NULL, 'trx', '2024-05-02 11:21:28', '2024-05-04 20:23:00', NULL),
(227, 1798, '5708031378', 52.00, '5708031378.png', 2, NULL, 'trx', '2024-05-02 13:08:38', '2024-05-02 13:33:12', NULL),
(228, 1798, '5954113203', 52.00, '5954113203.png', 2, NULL, 'trx', '2024-05-02 13:09:28', '2024-05-02 13:33:12', NULL),
(229, 1798, '5327067895', 52.00, '5327067895.png', 2, NULL, 'trx', '2024-05-02 13:11:56', '2024-05-02 13:32:35', NULL),
(230, 1798, '5787059932', 52.00, '5787059932.png', 2, NULL, 'trx', '2024-05-02 13:35:07', '2024-05-02 14:01:19', NULL),
(231, 1798, '5536989911', 52.00, '5536989911.png', 1, NULL, 'trx', '2024-05-02 15:10:10', '2024-05-02 15:25:19', NULL),
(232, 1798, '5852216627', 50.00, '5852216627.png', 2, NULL, 'trx', '2024-05-02 16:45:38', '2024-05-02 17:57:05', NULL),
(233, 1856, '5157484238', 20.00, '5157484238.png', 2, 'setup', 'trx', '2024-05-04 20:14:09', '2024-05-04 20:42:33', NULL),
(234, 1798, '4653454229', 52.00, '4653454229.png', 1, NULL, 'trx', '2024-05-05 14:30:51', '2024-05-05 14:45:18', NULL),
(235, 1852, '5502039013', 20.00, '5502039013.png', 2, 'setup', 'trx', '2024-05-05 14:45:20', '2024-05-08 08:19:45', NULL),
(236, 1753, '4304890754', 20.00, '4304890754.png', 2, 'setup', 'trx', '2024-05-05 15:20:51', '2024-07-01 13:03:56', NULL),
(237, 1858, '4604774498', 20.00, '4604774498.png', NULL, 'setup', 'trx', '2024-05-05 18:47:13', '2024-05-05 18:47:13', NULL),
(238, 1770, '6113314034', 20.00, '6113314034.png', 2, 'setup', 'trx', '2024-05-05 20:06:34', '2024-05-19 12:52:01', NULL),
(239, 1798, '5587836663', 52.00, '5587836663.png', 1, NULL, 'trx', '2024-05-10 08:53:17', '2024-05-10 09:07:18', NULL),
(240, 1864, '4521753785', 20.00, '4521753785.png', NULL, 'setup', 'trx', '2024-05-10 21:35:39', '2024-05-10 21:35:39', NULL),
(241, 1866, '5910252179', 20.00, '5910252179.png', 2, 'setup', 'trx', '2024-05-15 12:49:57', '2024-05-15 13:12:31', NULL),
(243, 1870, '4532954951', 20.00, '4532954951.png', 2, 'setup', 'trx', '2024-05-15 13:41:08', '2024-05-15 14:14:46', NULL),
(244, 1869, '4763748713', 20.00, '4763748713.png', 2, 'setup', 'trx', '2024-05-15 13:54:29', '2024-05-15 14:18:42', NULL),
(245, 1869, '5724910461', 20.00, '5724910461.png', 2, 'setup', 'trx', '2024-05-15 14:28:12', '2024-05-15 15:11:06', NULL),
(246, 1869, '5405494245', 10.00, '5405494245.png', 2, NULL, 'trx', '2024-05-15 15:12:08', '2024-05-15 15:33:55', NULL),
(247, 1770, '5260550485', 20.00, '5260550485.png', NULL, 'setup', 'trx', '2024-05-19 12:55:05', '2024-05-19 12:55:05', NULL),
(248, 1877, '6239848772', 20.00, '6239848772.png', 2, 'setup', 'trx', '2024-05-23 18:53:48', '2024-05-23 19:21:34', NULL),
(249, 1798, '6350855785', 52.00, '6350855785.png', 2, NULL, 'trx', '2024-05-27 08:28:56', '2024-05-27 08:58:41', NULL),
(250, 1798, '5332740505', 52.00, '5332740505.png', 2, NULL, 'trx', '2024-05-27 08:34:58', '2024-05-27 08:58:41', NULL),
(251, 1798, '5676803859', 52.00, '5676803859.png', 1, NULL, 'trx', '2024-05-27 08:39:47', '2024-05-27 08:58:11', NULL),
(252, 1795, '6133923450', 20.00, '6133923450.png', NULL, 'setup', 'trx', '2024-06-17 17:50:49', '2024-06-17 17:50:49', NULL),
(253, 1876, '4831847339', 20.00, '4831847339.png', 2, 'setup', 'trx', '2024-06-18 09:21:48', '2024-06-18 09:54:33', NULL),
(254, 1876, '6361012860', 21.00, '6361012860.png', 1, 'setup', 'trx', '2024-06-18 11:40:22', '2024-06-19 16:32:52', NULL),
(255, 1852, '5096757142', 20.00, '5096757142.png', 1, 'setup', 'trx', '2024-06-19 05:58:06', '2024-06-19 15:47:23', NULL),
(256, 1876, '4843749367', 110.00, '4843749367.png', 1, NULL, 'trx', '2024-06-19 17:25:09', '2024-06-19 17:33:38', NULL),
(257, 1881, '5452239205', 20.00, '5452239205.png', 2, 'setup', 'trx', '2024-06-21 18:25:48', '2024-06-22 02:43:15', NULL),
(258, 1852, '6425438807', 18.60, '6425438807.png', 1, NULL, 'trx', '2024-06-22 07:21:30', '2024-06-22 08:27:15', NULL),
(259, 1884, '6327275102', 20.00, '6327275102.png', NULL, 'setup', 'trx', '2024-06-24 05:34:07', '2024-06-24 05:34:07', NULL),
(260, 1885, '6000537460', 20.00, '6000537460.png', 2, 'setup', 'trx', '2024-06-24 05:48:13', '2024-06-25 00:41:54', NULL),
(261, 1850, '5475387705', 20.00, '5475387705.png', 2, 'setup', 'trx', '2024-06-25 14:55:25', '2024-06-26 07:28:06', NULL),
(262, 1850, '5378135678', 20.00, '5378135678.png', 2, 'setup', 'trx', '2024-06-26 07:28:39', '2024-06-26 07:52:22', NULL),
(263, 1850, '4731695943', 20.00, '4731695943.png', 2, 'setup', 'trx', '2024-06-26 09:02:13', '2024-06-26 09:48:08', NULL),
(264, 1850, '6131800748', 22.00, '6131800748.png', 1, 'setup', 'trx', '2024-06-26 09:02:13', '2024-06-26 09:11:18', NULL),
(265, 1850, '5937428116', 21.00, '5937428116.png', 1, NULL, 'trx', '2024-06-26 09:12:46', '2024-06-26 09:40:53', NULL),
(266, 1850, '5388381748', 82.00, '5388381748.png', 1, NULL, 'trx', '2024-06-27 06:45:41', '2024-06-27 06:53:06', NULL),
(267, 1850, '4514083381', 198.50, '4514083381.png', 1, NULL, 'trx', '2024-06-28 16:28:53', '2024-06-28 16:37:08', NULL),
(268, 1851, '5501351404', 20.00, '5501351404.png', 2, 'setup', 'trx', '2024-06-30 08:12:54', '2024-06-30 09:16:58', NULL),
(269, 1886, '4562814810', 21.00, '4562814810.png', 1, 'setup', 'trx', '2024-06-30 16:06:44', '2024-06-30 16:32:20', NULL),
(270, 1886, '5170034123', 20.00, '5170034123.png', 2, 'setup', 'trx', '2024-06-30 16:06:50', '2024-06-30 16:33:38', NULL),
(271, 1886, '5765036968', 20.00, '5765036968.png', 2, 'setup', 'trx', '2024-06-30 16:06:52', '2024-06-30 16:33:39', NULL),
(272, 1886, '4928317279', 201.00, '4928317279.png', 1, NULL, 'trx', '2024-06-30 18:04:17', '2024-06-30 18:10:48', NULL),
(273, 1753, '4594420105', 20.00, '4594420105.png', NULL, 'setup', 'trx', '2024-07-01 13:13:38', '2024-07-01 13:13:38', NULL),
(274, 1850, '5885285749', 638.00, '5885285749.png', 2, NULL, 'trx', '2024-07-12 12:13:34', '2024-07-12 19:50:44', NULL),
(275, 1850, '6092568728', 638.00, '6092568728.png', 2, NULL, 'trx', '2024-07-12 12:13:34', '2024-07-12 19:50:44', NULL),
(276, 1850, '4723918484', 637.00, '4723918484.png', 1, NULL, 'trx', '2024-07-12 12:17:26', '2024-07-12 12:26:21', NULL),
(277, 1850, '4384622071', 174.00, '4384622071.png', 1, NULL, 'trx', '2024-07-13 04:54:05', '2024-07-13 05:04:08', NULL),
(278, 1887, '5800516282', 20.00, '5800516282.png', NULL, 'setup', 'trx', '2024-07-14 03:01:56', '2024-07-14 03:01:56', NULL),
(279, 1888, '6361160773', 20.00, '6361160773.png', NULL, 'setup', 'trx', '2024-07-14 03:25:27', '2024-07-14 03:25:27', NULL),
(280, 1889, '5692453936', 20.00, '5692453936.png', 2, 'setup', 'trx', '2024-07-14 03:46:44', '2024-07-14 04:08:28', NULL),
(281, 1779, '5877289604', 20.00, '5877289604.png', NULL, 'setup', 'trx', '2024-07-14 11:37:28', '2024-07-14 11:37:28', NULL),
(282, 1890, '5618402279', 20.00, '5618402279.png', 2, 'setup', 'trx', '2024-07-14 15:29:25', '2024-07-14 16:07:42', NULL),
(283, 1902, '5196928425', 20.00, '5196928425.png', 2, 'setup', 'trx', '2024-07-14 15:45:39', '2024-07-16 19:42:12', NULL),
(284, 1893, '4615828621', 20.00, '4615828621.png', NULL, 'setup', 'trx', '2024-07-14 16:52:26', '2024-07-14 16:52:26', NULL),
(294, 1856, '4737956987', 20.00, '4737956987.png', 2, NULL, 'trx', '2024-07-17 13:40:39', '2024-07-22 11:30:14', NULL),
(295, 1856, '5396247715', 16.00, '5396247715.png', 2, NULL, 'trx', '2024-07-17 13:42:42', '2024-07-22 11:30:14', NULL),
(296, 1903, '6041367229', 20.00, '6041367229.png', NULL, 'setup', 'trx', '2024-07-18 15:12:49', '2024-07-18 15:12:49', NULL),
(297, 1904, '5012846436', 20.00, '5012846436.png', 2, 'setup', 'trx', '2024-07-22 07:25:07', '2024-07-22 07:55:40', NULL),
(298, 1912, '5780821908', 20.00, '5780821908.png', 2, 'setup', 'trx', '2024-07-22 17:07:11', '2024-07-22 17:29:32', NULL),
(299, 1907, '6371434750', 20.00, '6371434750.png', 2, 'setup', 'trx', '2024-07-23 10:43:09', '2024-07-23 11:06:53', NULL),
(300, 1907, '6127951170', 21.00, '6127951170.png', 1, 'setup', 'trx', '2024-07-23 11:07:29', '2024-07-23 11:15:50', NULL),
(301, 1907, '5434583639', 50.00, '5434583639.png', 2, NULL, 'trx', '2024-07-23 11:32:02', '2024-07-23 11:53:10', NULL),
(302, 1850, '4370627630', 1980.00, '4370627630.png', 2, NULL, 'trx', '2024-07-25 18:46:17', '2024-07-25 19:23:50', NULL),
(303, 1850, '4387272487', 1983.00, '4387272487.png', 1, NULL, 'trx', '2024-07-25 18:47:24', '2024-07-25 19:22:41', NULL),
(304, 1909, '5415563959', 20.00, '5415563959.png', 2, 'setup', 'trx', '2024-07-28 15:58:28', '2024-07-28 19:03:20', NULL),
(305, 1909, '4629288578', 20.00, '4629288578.png', 2, 'setup', 'trx', '2024-07-28 19:59:08', '2024-08-03 22:13:52', NULL),
(306, 1851, '5539516477', 20.00, '5539516477.png', 2, 'setup', 'trx', '2024-07-28 20:11:06', '2024-07-30 16:25:00', NULL),
(307, 1915, '4698283076', 21.00, '4698283076.png', 1, 'setup', 'trx', '2024-07-28 22:36:55', '2024-07-28 22:47:30', NULL),
(308, 1798, '5916974040', 53.00, '5916974040.png', 2, NULL, 'trx', '2024-07-29 07:45:12', '2024-07-29 10:39:56', NULL),
(309, 1798, '4664561769', 53.00, '4664561769.png', 2, NULL, 'trx', '2024-07-29 10:45:28', '2024-07-29 11:21:08', NULL),
(310, 1915, '5343381718', 101.00, '5343381718.png', 1, NULL, 'trx', '2024-07-30 17:51:15', '2024-07-30 19:56:18', NULL),
(311, 1920, '5729722995', 21.00, '5729722995.png', 1, 'setup', 'trx', '2024-08-01 07:38:56', '2024-08-01 07:55:12', NULL),
(312, 1920, '4430945437', 281.00, '4430945437.png', 1, NULL, 'trx', '2024-08-01 07:57:34', '2024-08-01 08:07:09', NULL),
(313, 1921, '5476554844', 21.00, '5476554844.png', 1, 'setup', 'trx', '2024-08-01 08:34:01', '2024-08-01 08:45:42', NULL),
(314, 1921, '5313898680', 81.00, '5313898680.png', 2, NULL, 'trx', '2024-08-01 08:46:26', '2024-08-02 15:02:16', NULL),
(315, 1921, '6437051569', 81.00, '6437051569.png', 1, NULL, 'trx', '2024-08-01 08:46:54', '2024-08-01 08:58:21', NULL),
(316, 1906, '5723516080', 21.00, '5723516080.png', 1, 'setup', 'trx', '2024-08-02 15:40:29', '2024-08-02 15:54:49', NULL),
(317, 1921, '6136493591', 21.00, '6136493591.png', 1, NULL, 'trx', '2024-08-03 02:35:57', '2024-08-03 02:47:31', NULL),
(318, 1920, '6017386947', 21.00, '6017386947.png', 1, NULL, 'trx', '2024-08-03 03:10:40', '2024-08-03 03:22:47', NULL),
(319, 1923, '5340752059', 20.00, '5340752059.png', 2, 'setup', 'trx', '2024-08-03 21:17:11', '2024-08-04 12:48:56', NULL),
(320, 1909, '4525524648', 20.00, '4525524648.png', NULL, 'setup', 'trx', '2024-08-03 22:14:30', '2024-08-03 22:14:30', NULL),
(321, 1924, '5500722716', 20.00, '5500722716.png', 2, 'setup', 'trx', '2024-08-04 18:33:58', '2024-08-17 15:10:06', NULL),
(322, 1924, '5385886575', 50000.00, '5385886575.png', 2, NULL, 'trx', '2024-08-04 18:38:32', '2024-08-17 15:10:06', NULL),
(323, 1924, '5032062992', 50000.00, '5032062992.png', 2, NULL, 'trx', '2024-08-04 18:38:35', '2024-08-17 15:10:07', NULL),
(324, 1924, '4718813215', 50000.00, '4718813215.png', 2, NULL, 'trx', '2024-08-04 18:38:37', '2024-08-17 15:10:07', NULL),
(325, 1924, '5262484234', 50000.00, '5262484234.png', 2, NULL, 'trx', '2024-08-04 18:38:39', '2024-08-17 15:10:07', NULL),
(326, 1924, '5043858372', 50000.00, '5043858372.png', 2, NULL, 'trx', '2024-08-04 18:38:42', '2024-08-17 15:10:07', NULL),
(327, 1798, '5611666783', 201.00, '5611666783.png', 1, NULL, 'trx', '2024-08-12 13:42:48', '2024-08-12 13:58:18', NULL),
(328, 1929, '4626758350', 20.00, '4626758350.png', NULL, 'setup', 'trx', '2024-08-13 20:52:09', '2024-08-13 20:52:09', NULL),
(329, 1929, '6098951738', 20.00, '6098951738.png', NULL, 'setup', 'trx', '2024-08-13 20:52:13', '2024-08-13 20:52:13', NULL),
(330, 1931, '6101055773', 20.00, '6101055773.png', 2, 'setup', 'trx', '2024-08-15 18:57:20', '2024-08-15 19:40:18', NULL),
(331, 1876, '6343129851', 118.00, '6343129851.png', 1, NULL, 'trx', '2024-08-19 18:21:42', '2024-08-19 18:30:11', NULL),
(332, 1914, '4991959569', 20.00, '4991959569.png', 2, 'setup', 'trx', '2024-08-27 15:11:54', '2024-08-27 15:32:59', NULL),
(333, 1914, '4375445944', 21.00, '4375445944.png', 1, 'setup', 'trx', '2024-08-27 17:40:39', '2024-08-27 17:48:27', NULL),
(334, 1935, '6182549517', 20.00, '6182549517.png', NULL, 'setup', 'trx', '2024-08-28 16:57:36', '2024-08-28 16:57:36', NULL),
(335, 1798, '4572293289', 101.00, '4572293289.png', 1, NULL, 'trx', '2024-08-30 17:27:22', '2024-08-30 17:41:07', NULL),
(336, 1937, '5559075097', 20.00, '5559075097.png', NULL, 'setup', 'trx', '2024-09-01 08:55:17', '2024-09-01 08:55:17', NULL),
(337, 1937, '4929418169', 20.00, '4929418169.png', NULL, 'setup', 'trx', '2024-09-01 08:55:22', '2024-09-01 08:55:22', NULL),
(338, 1937, '5266322312', 20.00, '5266322312.png', NULL, 'setup', 'trx', '2024-09-01 08:55:24', '2024-09-01 08:55:24', NULL),
(339, 1938, '4621528163', 20.00, '4621528163.png', 2, 'setup', 'trx', '2024-09-01 22:19:17', '2024-09-01 22:40:58', NULL),
(340, 1938, '4527737549', 21.00, '4527737549.png', 1, 'setup', 'trx', '2024-09-01 22:19:20', '2024-09-01 22:45:11', NULL),
(341, 1938, '5559190406', 160.00, '5559190406.png', 1, NULL, 'trx', '2024-09-01 22:48:47', '2024-09-01 23:00:03', NULL),
(342, 1921, '4368420965', 140.00, '4368420965.png', 1, NULL, 'trx', '2024-09-03 20:24:14', '2024-09-03 20:30:13', NULL),
(343, 1939, '5840329922', 20.00, '5840329922.png', NULL, 'setup', 'trx', '2024-09-04 03:13:00', '2024-09-04 03:13:00', NULL),
(344, 1915, '5724706355', 101.00, '5724706355.png', 1, NULL, 'trx', '2024-09-06 21:16:20', '2024-09-06 21:39:35', NULL),
(345, 1920, '4912362314', 237.00, '4912362314.png', 1, NULL, 'trx', '2024-09-08 22:49:44', '2024-09-08 22:59:32', NULL),
(346, 1940, '5335391057', 20.00, '5335391057.png', NULL, 'setup', 'trx', '2024-09-11 22:18:08', '2024-09-11 22:18:08', NULL),
(347, 1941, '5495701909', 20.00, '5495701909.png', 2, 'setup', 'trx', '2024-09-11 23:44:31', '2024-09-14 17:35:26', NULL),
(348, 1941, '6246104158', 20.00, '6246104158.png', 2, 'setup', 'trx', '2024-09-11 23:44:34', '2024-09-14 17:35:26', NULL),
(349, 1919, '4666969898', 20.00, '4666969898.png', NULL, 'setup', 'trx', '2024-09-12 04:20:48', '2024-09-12 04:20:48', NULL),
(350, 1942, '4297055863', 20.00, '4297055863.png', NULL, 'setup', 'trx', '2024-09-21 17:54:16', '2024-09-21 17:54:16', NULL),
(351, 1943, '5994365754', 20.00, '5994365754.png', NULL, 'setup', 'trx', '2024-09-21 18:17:11', '2024-09-21 18:17:11', NULL),
(352, 1944, '5143384141', 20.00, '5143384141.png', NULL, 'setup', 'trx', '2024-09-21 18:29:27', '2024-09-21 18:29:27', NULL),
(353, 1936, '6168472644', 20.00, '6168472644.png', 2, 'setup', 'trx', '2024-09-23 21:38:59', '2024-09-23 22:20:07', NULL),
(354, 1936, '5170144347', 20.00, '5170144347.png', 2, 'setup', 'trx', '2024-09-23 22:21:01', '2024-09-23 23:25:11', NULL),
(355, 1936, '4538307108', 21.00, '4538307108.png', 1, 'setup', 'trx', '2024-09-24 18:08:55', '2024-09-24 18:28:59', NULL),
(356, 1946, '4947188272', 20.00, '4947188272.png', NULL, 'setup', 'trx', '2024-09-25 21:06:12', '2024-09-25 21:06:12', NULL),
(357, 1947, '5007966518', 20.00, '5007966518.png', NULL, 'setup', 'trx', '2024-09-27 08:25:04', '2024-09-27 08:25:04', NULL),
(358, 1850, '6380877616', 50.00, '6380877616.png', 2, NULL, 'trx', '2024-09-27 21:18:16', '2024-09-28 09:05:28', NULL),
(359, 1949, '5321596299', 20.00, '5321596299.png', 2, 'setup', 'trx', '2024-09-29 11:04:21', '2024-09-29 11:35:41', NULL),
(360, 1936, '5156069524', 51.00, '5156069524.png', 1, NULL, 'trx', '2024-09-30 21:09:56', '2024-09-30 21:28:40', NULL),
(361, 1950, '5959965721', 20.00, '5959965721.png', NULL, 'setup', 'trx', '2024-10-01 01:33:22', '2024-10-01 01:33:22', NULL),
(362, 1917, '5135742467', 21.00, '5135742467.png', 1, 'setup', 'trx', '2024-10-02 00:19:46', '2024-10-02 00:28:29', NULL),
(363, 1917, '5802458930', 58.00, '5802458930.png', 1, NULL, 'trx', '2024-10-02 00:35:09', '2024-10-02 00:48:05', NULL),
(364, 1951, '6109562376', 20.00, '6109562376.png', NULL, 'setup', 'trx', '2024-10-02 01:48:37', '2024-10-02 01:48:37', NULL),
(365, 1953, '5848769212', 20.00, '5848769212.png', 2, 'setup', 'sol', '2024-10-06 16:31:42', '2024-10-06 16:57:15', NULL),
(366, 1953, '4492241759', 30.00, '4492241759.png', NULL, NULL, 'trx', '2024-10-06 17:08:47', '2024-10-06 17:08:47', NULL),
(367, 1856, '5758182259', 20.00, '5758182259.png', NULL, 'setup', 'trx', '2024-10-07 04:34:40', '2024-10-07 04:34:40', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `directors`
--

CREATE TABLE `directors` (
  `id` int NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `position` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `directors`
--

INSERT INTO `directors` (`id`, `name`, `position`, `image`, `created_at`, `updated_at`) VALUES
(8, 'Jango My man', 'Man O’war', '6283E213-FADF-43BB-9804-B0BBAE0B3D59.png', '2023-03-11 03:24:02', '2023-03-11 03:24:02');

-- --------------------------------------------------------

--
-- Table structure for table `grants`
--

CREATE TABLE `grants` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `grant_type` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `location` text,
  `reason` varchar(255) DEFAULT NULL,
  `referrals` varchar(255) DEFAULT NULL,
  `categories` text,
  `deserve` text,
  `investment_id` int DEFAULT NULL,
  `promote` text,
  `channels` text,
  `social_networks` text,
  `email` varchar(255) DEFAULT NULL,
  `contact` text,
  `status` tinyint DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `grants`
--

INSERT INTO `grants` (`id`, `user_id`, `grant_type`, `name`, `location`, `reason`, `referrals`, `categories`, `deserve`, `investment_id`, `promote`, `channels`, `social_networks`, `email`, `contact`, `status`, `created_at`, `updated_at`) VALUES
(3, 1705, '10,000 USD Grant', 'Test', 'Test', 'Test', 'Test', 'Test', 'Test', 66, 'Test', 'Test', 'Test', 'tobibabatunde98@gmail.com', 'Test', 1, '2024-02-17 22:12:42', '2024-02-17 22:47:39'),
(4, 1706, '5,000 USD Grant', 'Llll', 'Lllllll', 'Lllll', 'Llll', 'Llllll', 'Lll', 74, 'Lll', 'Llll', 'Lllll', 'Hermanadimbo@gmail.com', 'Lllllll', 1, '2024-02-18 01:30:59', '2024-02-18 01:33:10'),
(5, 1706, '10,000 USD Grant', 'Hwksks', 'Jaklskf', 'Hwklskd', 'Hwkfllws', 'Jwkdllaks', 'Hwkflala', 1, 'Hkkalsk', 'Jskflallsf', 'Jakldlsls', 'Hermanadimbo@gmail.com', 'Jskfkkwlakd', 2, '2024-02-18 21:24:57', '2024-02-18 21:25:34'),
(6, 1731, '5,000 USD Grant', 'jennifer lopez', 'Abnule Egba, california', 'I want to chop life', '2', 'personal', 'I no blame you', 2, 'by smoking pot', 'IG', 'none of your business', 'stinrecreate@gmail.com', 'My sugar mummy\'s room', 2, '2024-02-18 21:38:54', '2024-02-18 21:40:05'),
(7, 1732, '5,000 USD Grant', 'Jennifer Jane', 'France, Paris', 'To expand my vendor goods', '60', 'Lifestyle and books', 'I\'ve met with Grant criteria and a lot of persons are in need of my product types.', 5, 'Would post testimonials on my social media', 'Media', 'Facebook (Jennifer Jane)', 'stinrecreate@gmail.com', 'My email', 0, '2024-02-20 11:13:03', '2024-02-20 11:13:03');

-- --------------------------------------------------------

--
-- Table structure for table `investments`
--

CREATE TABLE `investments` (
  `id` int NOT NULL,
  `plan_id` int DEFAULT NULL,
  `duration` timestamp NULL DEFAULT NULL,
  `amount` decimal(20,2) DEFAULT NULL,
  `balance` decimal(20,2) DEFAULT '0.00',
  `user_id` int DEFAULT NULL,
  `pause_time` timestamp NULL DEFAULT NULL,
  `buy_date` timestamp NULL DEFAULT NULL,
  `end_date` timestamp NULL DEFAULT NULL,
  `funded` tinyint DEFAULT NULL,
  `status` int DEFAULT NULL COMMENT '1=pending\r\n2=ongoing\r\n3=completed',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `investments`
--

INSERT INTO `investments` (`id`, `plan_id`, `duration`, `amount`, `balance`, `user_id`, `pause_time`, `buy_date`, `end_date`, `funded`, `status`, `created_at`, `updated_at`) VALUES
(2, 2, NULL, 110.00, 0.01, 1747, '2024-03-25 11:52:05', '2024-03-20 20:03:42', '2024-04-19 19:03:42', 1, 3, '2024-03-20 20:03:42', '2024-04-19 19:04:05'),
(3, 2, NULL, 100.00, 0.05, 1802, '2024-04-20 17:02:03', '2024-03-22 08:14:42', '2024-04-21 07:14:42', 1, 3, '2024-03-22 08:14:42', '2024-04-21 07:15:04'),
(4, 2, NULL, 50.00, 0.05, 1802, '2024-04-20 17:08:03', '2024-03-22 08:33:32', '2024-04-21 07:33:32', 1, 3, '2024-03-22 08:33:32', '2024-04-21 07:34:13'),
(5, 2, NULL, NULL, 0.00, 1869, NULL, '2024-05-15 15:45:17', '2024-06-14 15:45:17', NULL, 3, '2024-05-15 15:45:17', '2024-06-14 15:46:03'),
(6, 2, NULL, 50.00, 64.64, 1866, '2024-08-17 19:11:04', '2024-05-15 15:48:00', '2024-06-14 15:48:00', 1, 3, '2024-05-15 15:48:00', '2024-08-17 19:11:04'),
(8, 6, NULL, 10000.00, 17758.48, 1870, '2024-08-17 19:11:04', '2024-05-16 02:49:26', '2024-06-15 02:49:26', 1, 3, '2024-05-16 02:49:26', '2024-08-17 19:11:04'),
(9, 6, NULL, 14000.00, 24862.41, 1873, '2024-08-17 19:11:06', '2024-05-16 03:06:22', '2024-06-15 03:06:22', 1, 3, '2024-05-16 03:06:22', '2024-08-17 19:11:06'),
(10, 5, NULL, NULL, 0.00, 1866, NULL, '2024-05-16 03:15:42', '2024-06-15 03:15:42', NULL, 3, '2024-05-16 03:15:42', '2024-06-15 03:16:06'),
(11, 6, NULL, 12000.00, 21310.58, 1866, '2024-08-17 19:11:07', '2024-05-16 03:17:51', '2024-06-15 03:17:51', 1, 3, '2024-05-16 03:17:51', '2024-08-17 19:11:07'),
(12, 6, NULL, 14000.00, 24862.35, 1867, '2024-08-17 19:11:08', '2024-05-16 03:28:04', '2024-06-15 03:28:04', 1, 3, '2024-05-16 03:28:04', '2024-08-17 19:11:08'),
(13, 6, NULL, 10000.00, 17758.82, 1868, '2024-08-17 19:11:10', '2024-05-16 04:00:27', '2024-06-15 04:00:27', 1, 3, '2024-05-16 04:00:27', '2024-08-17 19:11:10'),
(14, 6, NULL, 14000.00, 24862.19, 1869, '2024-08-17 19:11:11', '2024-05-16 04:26:32', '2024-06-15 04:26:32', 1, 3, '2024-05-16 04:26:32', '2024-08-17 19:11:11'),
(15, 6, NULL, NULL, 0.00, 1873, NULL, '2024-05-17 14:49:33', '2024-06-16 14:49:33', NULL, 3, '2024-05-17 14:49:33', '2024-06-16 14:50:04'),
(16, 6, NULL, 10000.00, 17758.71, 1866, '2024-08-17 19:11:12', '2024-05-18 03:47:36', '2024-06-17 03:47:36', 1, 3, '2024-05-18 03:47:36', '2024-08-17 19:11:12'),
(17, 6, NULL, 10000.00, 17758.78, 1869, '2024-08-17 19:11:14', '2024-05-19 04:00:17', '2024-06-18 04:00:17', 1, 3, '2024-05-19 04:00:17', '2024-08-17 19:11:14'),
(18, 6, NULL, 10000.00, 17758.85, 1872, '2024-08-17 19:11:14', '2024-05-19 09:55:37', '2024-06-18 09:55:37', 1, 3, '2024-05-19 09:55:37', '2024-08-17 19:11:14'),
(19, 6, NULL, NULL, 0.00, 1870, NULL, '2024-05-30 16:55:20', '2024-06-29 16:55:20', NULL, 3, '2024-05-30 16:55:20', '2024-06-29 16:56:03'),
(20, 5, NULL, NULL, 0.00, 1870, NULL, '2024-05-30 16:55:51', '2024-06-29 16:55:51', NULL, 3, '2024-05-30 16:55:51', '2024-06-29 16:56:03'),
(21, 5, NULL, 10000.00, 15399.95, 1881, '2024-08-17 19:11:15', '2024-06-26 02:32:40', '2024-07-26 02:32:40', 1, 3, '2024-06-26 02:32:40', '2024-08-17 19:11:15'),
(22, 2, NULL, 1000.00, 1296.82, 1872, '2024-08-17 19:11:16', '2024-06-26 04:13:38', '2024-07-26 04:13:38', 1, 3, '2024-06-26 04:13:38', '2024-08-17 19:11:16'),
(23, 5, NULL, 10000.00, 15399.97, 1877, '2024-08-17 19:11:16', '2024-07-10 10:35:41', '2024-08-09 10:35:41', 1, 3, '2024-07-10 10:35:41', '2024-08-17 19:11:16'),
(24, 5, NULL, 1100.00, 0.90, 1850, '2024-08-11 15:55:03', '2024-07-13 05:25:21', '2024-08-12 05:25:21', 1, 3, '2024-07-13 05:25:21', '2024-08-13 10:29:53'),
(25, 5, NULL, 1000.00, 1539.74, 1869, '2024-08-17 19:11:17', '2024-07-16 02:03:08', '2024-08-15 02:03:08', 1, 3, '2024-07-16 02:03:08', '2024-08-17 19:11:17'),
(26, 2, NULL, 500.00, 648.12, 1902, '2024-08-17 19:11:17', '2024-07-17 09:15:35', '2024-08-16 09:15:35', 1, 3, '2024-07-17 09:15:35', '2024-08-17 19:11:17'),
(27, 6, NULL, 10000.00, 17758.59, 1902, '2024-08-17 19:11:19', '2024-07-17 09:38:21', '2024-08-16 09:38:21', 1, 3, '2024-07-17 09:38:21', '2024-08-17 19:11:19'),
(28, 2, NULL, 128.00, 0.81, 1876, '2024-08-17 19:11:19', '2024-07-18 04:56:33', '2024-08-17 04:56:33', 1, 3, '2024-07-18 04:56:33', '2024-08-18 05:27:32'),
(29, 5, NULL, 10000.00, 15400.14, 1912, '2024-08-22 01:23:04', '2024-07-23 01:19:43', '2024-08-22 01:19:43', 1, 3, '2024-07-23 01:19:43', '2024-08-22 01:23:04'),
(30, 6, NULL, 11000.00, 19534.34, 1925, '2024-09-03 21:52:05', '2024-08-04 21:48:59', '2024-09-03 21:48:59', 1, 3, '2024-08-04 21:48:59', '2024-09-03 21:52:05'),
(31, 6, NULL, 50000.00, 88793.11, 1884, '2024-09-06 08:28:05', '2024-08-07 08:24:08', '2024-09-06 08:24:08', 1, 3, '2024-08-07 08:24:08', '2024-09-06 08:28:05'),
(32, 5, NULL, 2000.00, 0.84, 1850, '2024-09-11 09:23:04', '2024-08-12 09:19:48', '2024-09-11 09:19:48', 1, 3, '2024-08-12 09:19:48', '2024-09-11 10:09:30'),
(33, 5, NULL, 2400.00, 0.05, 1850, '2024-10-10 19:19:02', '2024-09-11 10:10:19', '2024-10-11 10:10:19', 1, 2, '2024-09-11 10:10:19', '2024-10-10 19:29:02'),
(34, 5, NULL, 9950.00, 0.03, 1941, '2024-10-11 04:46:03', '2024-09-14 17:46:29', '2024-10-14 17:46:29', 1, 2, '2024-09-14 17:46:29', '2024-10-11 04:58:02');

-- --------------------------------------------------------

--
-- Table structure for table `in_transactions`
--

CREATE TABLE `in_transactions` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `investment_id` int DEFAULT NULL,
  `amount` decimal(20,2) DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  `deleted_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `markets`
--

CREATE TABLE `markets` (
  `id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `slug` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `type` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `image` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `bid_margin` bigint DEFAULT NULL,
  `sell_margin` bigint DEFAULT NULL,
  `fake_bid_margin` bigint DEFAULT NULL,
  `fake_sell_margin` bigint DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `markets`
--

INSERT INTO `markets` (`id`, `name`, `slug`, `type`, `image`, `bid_margin`, `sell_margin`, `fake_bid_margin`, `fake_sell_margin`, `created_at`, `updated_at`) VALUES
(1, 'Amazon', '1ZqUaAiKP', 'sell', 'amazon.png', NULL, 1, NULL, 5, '2024-01-17 19:15:58', '2024-05-24 14:33:44'),
(2, 'Slick Deals', 'wcGZ32VyC', 'bid', 'slick-deals.png', 7, 2, 3, 7, '2024-01-17 19:25:15', '2024-06-20 04:52:37'),
(3, 'Ebay', 'UBFDM5Ndo', 'sell', 'ebay.png', NULL, 1, NULL, 6, '2024-01-17 19:58:49', '2024-07-03 09:05:31'),
(4, 'Brickseek', 'hRLLGRcGb', 'bid', 'brickseek.png', 9, 2, 5, 5, '2024-01-17 20:03:02', '2024-01-30 08:16:33'),
(5, 'Alibaba', 'maKRmaiJ3', 'bid', 'alibaba.png', 10, 1, 5, 4, '2024-01-17 20:05:31', '2024-07-03 09:06:44'),
(6, 'Alibaba', 'sPiAkPJRF', 'sell', 'alibaba.png', 10, 0, NULL, 6, '2024-01-17 20:06:38', '2024-07-03 09:05:53'),
(7, 'Hotukdeals', 'iBM9AWW06', 'bid', 'hotukdeals.png', 8, 3, 7, 7, '2024-01-17 20:10:33', '2024-01-30 08:17:44'),
(9, 'Shopify', 'YlTVGNGsD', 'sell', 'shopify.png', NULL, 0, NULL, 3, '2024-01-22 15:41:32', '2024-07-03 09:06:26'),
(10, 'Latestdeals', 'C9B7dllYi', 'bid', 'latestdeals.png', 8, 3, 7, 6, '2024-01-22 15:45:19', '2024-01-30 08:18:19'),
(11, 'Target', '3IVSb1inc', 'bid', 'target.png', 8, NULL, 6, NULL, '2024-01-22 15:47:29', '2024-01-22 15:47:29'),
(12, 'AliExpress', 'VU3afTiK6', 'bid', 'aliexpress.png', 10, NULL, 7, NULL, '2024-01-22 15:57:22', '2024-01-30 08:19:16'),
(13, 'BestBuy', '3bZk251kp', 'bid', 'bestbuy.png', 8, NULL, 6, NULL, '2024-01-22 16:06:31', '2024-01-30 08:19:34'),
(14, 'Rakuten', 'k3oHs6Tbj', 'bid', 'rakuten.png', 7, NULL, 7, NULL, '2024-01-22 16:08:24', '2024-01-30 08:20:00'),
(15, 'Mercado Libre', 'QBiQEkTwG', 'bid', 'Mercado-Libre.png', 8, NULL, 6, NULL, '2024-01-22 16:13:41', '2024-01-30 08:20:18'),
(16, 'Newegg', 'yBQHGejjc', 'bid', 'Newegg_logo_PNG_(2).png', 9, NULL, 10, NULL, '2024-01-22 16:21:20', '2024-01-30 08:20:52'),
(17, 'Etsy', 'ffHQ8tHeo', 'bid', 'Etsy.png', 9, NULL, 6, NULL, '2024-01-22 16:24:44', '2024-01-30 08:21:07'),
(18, 'Bonanza', 'ZsIlJKh8D', 'bid', 'Bonanza.png', 8, NULL, 7, NULL, '2024-01-22 16:29:12', '2024-01-30 08:21:22'),
(19, 'Affiliate Vendor', 'XV24eMpmq', 'bid', 'logo-dark.png', 11, NULL, 10, NULL, '2024-01-22 16:30:49', '2024-01-30 08:21:39');

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int UNSIGNED NOT NULL,
  `migration` varchar(255) COLLATE utf8mb3_unicode_ci NOT NULL,
  `batch` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2023_11_30_002359_add_two_factor_authentication_required_fields', 1);

-- --------------------------------------------------------

--
-- Table structure for table `ownerships`
--

CREATE TABLE `ownerships` (
  `id` int NOT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `user_id` int DEFAULT NULL,
  `investment_id` int DEFAULT NULL,
  `product_id` int DEFAULT NULL,
  `value` decimal(20,2) DEFAULT NULL,
  `quantity` bigint DEFAULT NULL,
  `type` enum('manual','ai') DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `ownerships`
--

INSERT INTO `ownerships` (`id`, `slug`, `user_id`, `investment_id`, `product_id`, `value`, `quantity`, `type`, `created_at`, `updated_at`) VALUES
(864, 'BxR0Yxd44', 1802, 3, 520, 39.20, 1, 'ai', '2024-04-21 17:13:02', '2024-04-21 17:13:02'),
(865, 'ujH1BHUU8', 1802, 3, 3572, 32.41, 1, 'ai', '2024-04-21 17:13:02', '2024-04-21 17:13:02'),
(866, 'GqQvex49T', 1802, 3, 3754, 41.99, 1, 'ai', '2024-04-21 17:13:02', '2024-04-21 17:13:02'),
(867, 'gMByiApkm', 1802, 3, 3649, 13.12, 1, 'ai', '2024-04-21 17:13:02', '2024-04-21 17:13:02'),
(868, 'SCl9Fmdyr', 1802, 3, 642, 1.04, 1, 'ai', '2024-04-21 17:13:02', '2024-04-21 17:13:02'),
(869, 'imnWkO3Pt', 1802, 3, 756, 0.47, 1, 'ai', '2024-04-21 17:13:02', '2024-04-21 17:13:02'),
(870, 'SnkYZSnFe', 1802, 3, 1827, 0.13, 1, 'ai', '2024-04-21 17:13:02', '2024-04-21 17:13:02'),
(871, 'dLvZ4Vagc', 1802, 4, 1666, 47.19, 1, 'ai', '2024-04-21 17:20:05', '2024-04-21 17:20:05'),
(872, '8yWqSnG0U', 1802, 4, 1222, 10.30, 1, 'ai', '2024-04-21 17:20:06', '2024-04-21 17:20:06'),
(873, 'VT2rpDj6K', 1802, 4, 3403, 5.09, 1, 'ai', '2024-04-21 17:20:06', '2024-04-21 17:20:06'),
(874, 'tJ39vLneI', 1802, 4, 1842, 1.05, 1, 'ai', '2024-04-21 17:20:06', '2024-04-21 17:20:06'),
(875, 'Sdcc047tT', 1802, 4, 1827, 0.12, 1, 'ai', '2024-04-21 17:20:06', '2024-04-21 17:20:06'),
(876, 'Izh02WiMB', 1802, 4, 949, 0.31, 1, 'ai', '2024-04-21 17:20:06', '2024-04-21 17:20:06'),
(2007, '3DORLdM3A', 1868, NULL, 2726, 31.88, 5, 'manual', '2024-05-18 14:27:02', '2024-05-18 14:27:02'),
(2019, 'hL3F1Dga4', 1868, NULL, 2450, 16.50, 1, 'manual', '2024-05-18 14:38:02', '2024-05-18 14:38:02'),
(2032, 'tK7xjgkTK', 1870, NULL, 4795, 45.10, 3, 'manual', '2024-05-18 15:04:03', '2024-05-18 15:04:03'),
(2037, '4j2d1retN', 1870, NULL, 420, 44.40, 3, 'manual', '2024-05-18 15:09:02', '2024-05-18 15:09:02'),
(2044, 'VgYfFg1tE', 1870, NULL, 133, 36.91, 3, 'manual', '2024-05-18 15:22:03', '2024-05-18 15:22:03'),
(2067, 'nF2Qf1HhM', 1870, NULL, 2730, 20.90, 4, 'manual', '2024-05-19 02:02:02', '2024-05-19 02:02:02'),
(2075, 'pqSL1clbW', 1868, NULL, 4743, 21.92, 1, 'manual', '2024-05-19 02:07:01', '2024-05-19 02:07:01'),
(2082, 'dH2tzRcil', 1868, NULL, 4779, 43.99, 1, 'manual', '2024-05-19 02:11:03', '2024-05-19 02:11:03'),
(2111, 'tah3C7tK0', 1870, NULL, 2707, 25.30, 3, 'manual', '2024-05-19 03:01:36', '2024-05-19 03:01:36'),
(2113, 'cvqxh8sux', 1870, NULL, 5979, 29.70, 5, 'manual', '2024-05-19 03:02:17', '2024-05-19 03:02:17'),
(2120, '2vWqBkM4X', 1870, NULL, 1535, 50.40, 4, 'manual', '2024-05-19 03:08:03', '2024-05-19 03:08:03'),
(2123, 'csg9rNXqq', 1870, NULL, 2360, 55.60, 4, 'manual', '2024-05-19 03:10:04', '2024-05-19 03:10:04'),
(2643, 'jV9K9prfl', 1868, NULL, 1511, 21.91, 5, 'manual', '2024-05-19 12:44:02', '2024-05-19 12:44:02'),
(2644, 'ebwXBTmbi', 1868, NULL, 2565, 92.08, 2, 'manual', '2024-05-19 12:49:03', '2024-05-19 12:49:03'),
(2646, '4gAZvDRJH', 1868, NULL, 1696, 137.50, 1, 'manual', '2024-05-19 13:00:03', '2024-05-19 13:00:03'),
(2649, 'jx9SoNETz', 1868, NULL, 4862, 15.59, 1, 'manual', '2024-05-19 16:58:03', '2024-05-19 16:58:03'),
(2650, 'gIZj1EOj8', 1868, NULL, 5349, 286.00, 2, 'manual', '2024-05-19 17:02:02', '2024-05-19 17:02:02'),
(2651, 'XPnjjWX58', 1868, NULL, 5136, 108.90, 1, 'manual', '2024-05-19 17:09:02', '2024-05-19 17:09:02'),
(2652, 'xWbIUvKfG', 1868, NULL, 5511, 274.99, 1, 'manual', '2024-05-19 17:16:03', '2024-05-19 17:16:03'),
(2653, 'ZFDoYdrGv', 1868, NULL, 5511, 274.99, 1, 'manual', '2024-05-19 17:16:03', '2024-05-19 17:16:03'),
(2654, 'c09Ga39SN', 1868, NULL, 2663, 1384.90, 2, 'manual', '2024-05-19 17:18:02', '2024-05-19 17:18:02'),
(2655, 'HuAVHLK7k', 1868, NULL, 2663, 1384.90, 2, 'manual', '2024-05-19 17:18:02', '2024-05-19 17:18:02'),
(2659, 'A7fYdRWqG', 1868, NULL, 1985, 151.92, 1, 'manual', '2024-05-19 17:29:02', '2024-05-19 17:29:02'),
(2660, 'DLtgmOSGf', 1868, NULL, 5198, 56.08, 1, 'manual', '2024-05-19 17:34:03', '2024-05-19 17:34:03'),
(2736, 'RBqpEzi5D', 1868, NULL, 95, 369.60, 1, 'manual', '2024-05-20 02:50:05', '2024-05-20 02:50:05'),
(2738, '4VAkA1lBU', 1868, NULL, 3682, 5.04, 1, 'manual', '2024-05-20 02:54:03', '2024-05-20 02:54:03'),
(2740, 'qQMlSXiDY', 1868, NULL, 5588, 457.97, 1, 'manual', '2024-05-20 03:02:04', '2024-05-20 03:02:04'),
(2819, 'mitzw57e0', 1869, NULL, 2105, 440.00, 2, 'manual', '2024-05-20 04:53:03', '2024-05-20 04:53:03'),
(2820, '5FQK5QX5F', 1869, NULL, 2105, 440.00, 2, 'manual', '2024-05-20 04:55:04', '2024-05-20 04:55:04'),
(2821, 'QBtdhUd82', 1869, NULL, 3360, 55.00, 3, 'manual', '2024-05-20 04:57:02', '2024-05-20 04:57:02'),
(2895, 'S9w0T3ng2', 1869, NULL, 361, 19.80, 1, 'manual', '2024-05-20 05:05:04', '2024-05-20 05:05:04'),
(3354, 'Jo1Mj7ajC', 1867, NULL, 3424, 525.60, 1, 'manual', '2024-05-21 00:30:03', '2024-05-21 00:30:03'),
(3355, 'YKtsF2EwJ', 1866, NULL, 6104, 1.57, 3, 'manual', '2024-05-21 00:32:02', '2024-05-21 00:32:02'),
(3356, '2QA3UvPmb', 1866, NULL, 4008, 158.40, 2, 'manual', '2024-05-21 00:34:03', '2024-05-21 00:34:03'),
(3358, '1cWavgmld', 1866, NULL, 5018, 229.90, 2, 'manual', '2024-05-21 00:37:02', '2024-05-21 00:37:02'),
(3369, 'uenBiRSXv', 1866, NULL, 1536, 78.48, 2, 'manual', '2024-05-21 00:56:06', '2024-05-21 00:56:06'),
(3370, 'etcbQhAXS', 1867, NULL, 4536, 70.18, 1, 'manual', '2024-05-21 00:58:02', '2024-05-21 00:58:02'),
(3371, 'OQ3xescKX', 1867, NULL, 4190, 1077.98, 1, 'manual', '2024-05-21 01:04:04', '2024-05-21 01:04:04'),
(3375, '0ruQKxsNI', 1867, NULL, 1411, 7.54, 1, 'manual', '2024-05-21 01:19:03', '2024-05-21 01:19:03'),
(3378, '5fHovuNRM', 1866, NULL, 180, 2024.00, 1, 'manual', '2024-05-21 01:32:02', '2024-05-21 01:32:02'),
(3383, 'ZbfvpKMOU', 1866, NULL, 1916, 3.74, 2, 'manual', '2024-05-21 01:55:03', '2024-05-21 01:55:03'),
(3395, '6X9bXKINo', 1866, NULL, 2232, 60.50, 2, 'manual', '2024-05-21 02:39:02', '2024-05-21 02:39:02'),
(3398, 'VQ3OeR80N', 1866, NULL, 1721, 1633.50, 1, 'manual', '2024-05-21 02:43:04', '2024-05-21 02:43:04'),
(3401, 'LZafdno3Z', 1868, NULL, 1768, 1141.13, 1, 'manual', '2024-05-21 02:46:02', '2024-05-21 02:46:02'),
(3404, 'CWQUkSskD', 1868, NULL, 628, 260.00, 1, 'manual', '2024-05-21 02:55:09', '2024-05-21 02:55:09'),
(3405, 'nmAJSFiEi', 1868, NULL, 1552, 41.95, 1, 'manual', '2024-05-21 02:58:25', '2024-05-21 02:58:25'),
(3406, '8YgTNsmsG', 1868, NULL, 4063, 18.38, 1, 'manual', '2024-05-21 03:02:14', '2024-05-21 03:02:14'),
(3407, 'fCsPqO64S', 1868, NULL, 975, 45.59, 1, 'manual', '2024-05-21 03:05:09', '2024-05-21 03:05:09'),
(5310, '4bnBULtjf', 1867, NULL, 453, 158.69, 2, 'manual', '2024-05-23 15:09:02', '2024-05-23 15:09:02'),
(5311, 'zzBNzwQtf', 1867, NULL, 2120, 127.60, 1, 'manual', '2024-05-23 15:10:03', '2024-05-23 15:10:03'),
(5315, '22gLThLgp', 1867, NULL, 3330, 19.94, 1, 'manual', '2024-05-23 15:15:04', '2024-05-23 15:15:04'),
(5317, 'ubTCUk9FJ', 1867, NULL, 4936, 20.89, 1, 'manual', '2024-05-23 15:18:03', '2024-05-23 15:18:03'),
(5320, 'iBjM1uk8U', 1867, NULL, 4220, 4.69, 1, 'manual', '2024-05-23 15:23:02', '2024-05-23 15:23:02'),
(5321, 'lN0rl3dl7', 1867, NULL, 4395, 220.85, 1, 'manual', '2024-05-23 15:24:02', '2024-05-23 15:24:02'),
(5323, 'TXex7NlmC', 1867, NULL, 4977, 4.74, 1, 'manual', '2024-05-23 15:28:03', '2024-05-23 15:28:03'),
(5327, '04UtNFjTY', 1867, NULL, 4050, 8.54, 1, 'manual', '2024-05-23 15:52:02', '2024-05-23 15:52:02'),
(5915, 'MPpReqCCG', 1866, NULL, 4161, 1500.00, 1, 'manual', '2024-05-25 00:53:02', '2024-05-25 00:53:02'),
(5920, '92E4OYmDq', 1866, NULL, 6054, 19.78, 1, 'manual', '2024-05-25 01:53:02', '2024-05-25 01:53:02'),
(6539, 'MuRXjeXSm', 1866, NULL, 2925, 990.00, 1, 'manual', '2024-05-26 01:18:03', '2024-05-26 01:18:03'),
(8004, 'vBtSIOzR2', 1872, NULL, 454, 108.40, 1, 'manual', '2024-05-28 15:59:02', '2024-05-28 15:59:02'),
(8006, 'TnTH0Kq7M', 1873, NULL, 5298, 206.00, 3, 'manual', '2024-05-28 16:04:02', '2024-05-28 16:04:02'),
(8007, '0EBIxwwtA', 1873, NULL, 4254, 20.77, 2, 'manual', '2024-05-28 16:05:03', '2024-05-28 16:05:03'),
(8008, 'dR3GXKPXs', 1873, NULL, 1575, 2.50, 3, 'manual', '2024-05-28 16:06:15', '2024-05-28 16:06:15'),
(8009, 'JRpUlTBDl', 1873, NULL, 3907, 26.60, 3, 'manual', '2024-05-28 16:07:23', '2024-05-28 16:07:23'),
(8166, 'cQ899Z8Lz', 1873, NULL, 319, 28.12, 3, 'manual', '2024-05-28 16:11:02', '2024-05-28 16:11:02'),
(8168, 'ASwWoYmos', 1873, NULL, 1671, 81.59, 2, 'manual', '2024-05-28 16:13:03', '2024-05-28 16:13:03'),
(8169, '4DFWM8WIO', 1873, NULL, 1636, 11.60, 2, 'manual', '2024-05-28 16:14:02', '2024-05-28 16:14:02'),
(8171, 'HadrggSWC', 1873, NULL, 6100, 75.40, 2, 'manual', '2024-05-28 16:15:03', '2024-05-28 16:15:03'),
(8172, 'oUdELEAcS', 1873, NULL, 2792, 22.00, 2, 'manual', '2024-05-28 16:16:02', '2024-05-28 16:16:02'),
(8174, 'ceu9eNH5B', 1873, NULL, 5077, 9.90, 1, 'manual', '2024-05-28 16:16:02', '2024-05-28 16:16:02'),
(8175, 'M2UkBILq7', 1873, NULL, 876, 4.40, 2, 'manual', '2024-05-28 16:17:02', '2024-05-28 16:17:02'),
(8176, 'vluc0UGdU', 1873, NULL, 291, 16.10, 2, 'manual', '2024-05-28 16:18:03', '2024-05-28 16:18:03'),
(8178, '7Foz1ro8U', 1873, NULL, 6006, 19.50, 2, 'manual', '2024-05-28 16:18:03', '2024-05-28 16:18:03'),
(8179, 'fR4wuqCmv', 1873, NULL, 5052, 9.50, 2, 'manual', '2024-05-28 16:19:03', '2024-05-28 16:19:03'),
(8180, 'b2NxF3d2z', 1873, NULL, 876, 4.40, 2, 'manual', '2024-05-28 16:21:02', '2024-05-28 16:21:02'),
(8371, 'i2CREwnWi', 1868, NULL, 180, 2024.00, 2, 'manual', '2024-05-28 17:05:06', '2024-05-28 17:05:06'),
(8372, 'BpO6o3Not', 1868, NULL, 960, 99.00, 1, 'manual', '2024-05-28 17:19:03', '2024-05-28 17:19:03'),
(8411, 'br19agGo5', 1868, NULL, 5558, 3.30, 1, 'manual', '2024-05-28 17:31:02', '2024-05-28 17:31:02'),
(8412, 'YnjG6AiHs', 1868, NULL, 1876, 31.10, 1, 'manual', '2024-05-28 17:32:03', '2024-05-28 17:32:03'),
(8413, 'zvg78lZ6T', 1868, NULL, 5917, 33.83, 1, 'manual', '2024-05-28 17:33:03', '2024-05-28 17:33:03'),
(8414, 'z0AYMCSF1', 1868, NULL, 2516, 558.07, 1, 'manual', '2024-05-28 17:38:03', '2024-05-28 17:38:03'),
(8415, 'tFbdwbsDJ', 1868, NULL, 5683, 29.09, 1, 'manual', '2024-05-28 17:45:06', '2024-05-28 17:45:06'),
(8416, 'kPzdke05S', 1868, NULL, 5683, 29.02, 1, 'manual', '2024-05-28 17:46:11', '2024-05-28 17:46:11'),
(8484, 'cPvsorjyz', 1868, NULL, 4940, 20.90, 1, 'manual', '2024-05-28 17:50:06', '2024-05-28 17:50:06'),
(8485, 'PRVoka3GJ', 1868, NULL, 2976, 46.74, 2, 'manual', '2024-05-28 17:56:13', '2024-05-28 17:56:13'),
(8487, 'sQaBLCRWt', 1868, NULL, 4125, 261.79, 1, 'manual', '2024-05-28 18:02:02', '2024-05-28 18:02:02'),
(8548, 'Pm6ahpVBH', 1873, NULL, 6067, 24.20, 2, 'manual', '2024-05-29 02:42:02', '2024-05-29 02:42:02'),
(8549, 'Cg4jPi6TP', 1873, NULL, 1061, 17.38, 4, 'manual', '2024-05-29 03:00:04', '2024-05-29 03:00:04'),
(8550, 'VwJrKnZ84', 1873, NULL, 1685, 33.00, 2, 'manual', '2024-05-29 03:01:12', '2024-05-29 03:01:12'),
(8551, 'VqgH1Q7y8', 1873, NULL, 1672, 33.00, 2, 'manual', '2024-05-29 03:03:09', '2024-05-29 03:03:09'),
(8552, '9FqdEj8UV', 1873, NULL, 760, 19.70, 2, 'manual', '2024-05-29 03:04:05', '2024-05-29 03:04:05'),
(8553, 'LpdAxNLty', 1873, NULL, 233, 3.30, 2, 'manual', '2024-05-29 03:06:02', '2024-05-29 03:06:02'),
(8554, 'wJ5uhgxN9', 1873, NULL, 233, 3.30, 2, 'manual', '2024-05-29 03:09:08', '2024-05-29 03:09:08'),
(8555, '57spY5UvJ', 1873, NULL, 3665, 31.10, 3, 'manual', '2024-05-29 03:14:06', '2024-05-29 03:14:06'),
(8556, 'WkZ5vdKdr', 1873, NULL, 3665, 31.10, 3, 'manual', '2024-05-29 03:15:06', '2024-05-29 03:15:06'),
(8557, 'oTBzL7XqH', 1873, NULL, 635, 19.80, 3, 'manual', '2024-05-29 03:18:07', '2024-05-29 03:18:07'),
(8558, 'lACO4yIBF', 1873, NULL, 4465, 16.50, 3, 'manual', '2024-05-29 03:19:05', '2024-05-29 03:19:05'),
(8559, 'RELvBgITT', 1873, NULL, 405, 15.40, 3, 'manual', '2024-05-29 03:21:08', '2024-05-29 03:21:08'),
(8560, 'R20nTXsLK', 1873, NULL, 829, 28.17, 2, 'manual', '2024-05-29 03:31:11', '2024-05-29 03:31:11'),
(8561, 'lfeWfWwbK', 1873, NULL, 405, 13.95, 4, 'manual', '2024-05-29 03:32:04', '2024-05-29 03:32:04'),
(8571, 'nymoPpgxK', 1873, NULL, 3672, 63.47, 3, 'manual', '2024-05-29 11:27:02', '2024-05-29 11:27:02'),
(8572, '5VYNQW8Zt', 1873, NULL, 4364, 12.10, 2, 'manual', '2024-05-29 11:28:04', '2024-05-29 11:28:04'),
(8573, '6VjoryPtD', 1873, NULL, 6019, 6.60, 10, 'manual', '2024-05-29 11:33:04', '2024-05-29 11:33:04'),
(8574, '0yetbsfQV', 1873, NULL, 4179, 27.40, 3, 'manual', '2024-05-29 11:36:03', '2024-05-29 11:36:03'),
(8575, 'RMywd7BWw', 1873, NULL, 5183, 27.40, 3, 'manual', '2024-05-29 11:39:17', '2024-05-29 11:39:17'),
(8576, 'wUvIYELet', 1873, NULL, 5571, 68.40, 3, 'manual', '2024-05-29 11:46:03', '2024-05-29 11:46:03'),
(8577, 'd0lGrQZ1e', 1873, NULL, 3633, 28.60, 3, 'manual', '2024-05-29 11:49:02', '2024-05-29 11:49:02'),
(8578, 'HnrE27qEv', 1873, NULL, 3298, 27.50, 3, 'manual', '2024-05-29 12:19:05', '2024-05-29 12:19:05'),
(9345, '2Wmajnq0g', 1873, NULL, 724, 41.80, 2, 'manual', '2024-05-30 00:20:05', '2024-05-30 00:20:05'),
(9346, 'qZX6BSTsF', 1873, NULL, 3781, 41.60, 3, 'manual', '2024-05-30 00:26:02', '2024-05-30 00:26:02'),
(9347, 'B6kCWLOPK', 1873, NULL, 5571, 68.40, 3, 'manual', '2024-05-30 00:28:04', '2024-05-30 00:28:04'),
(9348, 'TFkxjqWX2', 1873, NULL, 3578, 17.50, 3, 'manual', '2024-05-30 00:30:05', '2024-05-30 00:30:05'),
(9349, 'jEPzvBf9M', 1873, NULL, 122, 49.50, 7, 'manual', '2024-05-30 00:33:02', '2024-05-30 00:33:02'),
(9350, '92l7mMIlY', 1873, NULL, 6148, 6.40, 3, 'manual', '2024-05-30 00:34:02', '2024-05-30 00:34:02'),
(9351, 'UfC2FZ5q9', 1873, NULL, 6148, 6.40, 5, 'manual', '2024-05-30 00:36:06', '2024-05-30 00:36:06'),
(9352, 'IUbhWKNtt', 1873, NULL, 2715, 38.50, 7, 'manual', '2024-05-30 00:43:15', '2024-05-30 00:43:15'),
(9353, '20LUR1L2V', 1873, NULL, 3421, 31.90, 8, 'manual', '2024-05-30 00:45:04', '2024-05-30 00:45:04'),
(9354, 'hKST2yioI', 1873, NULL, 1514, 14.28, 5, 'manual', '2024-05-30 01:09:04', '2024-05-30 01:09:04'),
(9355, 'aQFFGB2JZ', 1873, NULL, 2722, 21.60, 4, 'manual', '2024-05-30 01:11:04', '2024-05-30 01:11:04'),
(9356, '55EUmvB4J', 1873, NULL, 3501, 9.90, 6, 'manual', '2024-05-30 01:12:03', '2024-05-30 01:12:03'),
(9357, 'MtWZHPutx', 1873, NULL, 4062, 24.70, 4, 'manual', '2024-05-30 01:17:07', '2024-05-30 01:17:07'),
(9358, 'jeQjIOJCq', 1873, NULL, 482, 28.50, 4, 'manual', '2024-05-30 01:19:03', '2024-05-30 01:19:03'),
(9359, 'L66VhqbFq', 1873, NULL, 5015, 8.00, 4, 'manual', '2024-05-30 02:57:05', '2024-05-30 02:57:05'),
(9360, '3kNFfPvqr', 1873, NULL, 3227, 21.60, 6, 'manual', '2024-05-30 02:58:03', '2024-05-30 02:58:03'),
(9361, 'c79a5kXMd', 1873, NULL, 4522, 5.50, 4, 'manual', '2024-05-30 02:59:03', '2024-05-30 02:59:03'),
(9362, 'ftalOrkfH', 1873, NULL, 6075, 27.50, 6, 'manual', '2024-05-30 03:01:06', '2024-05-30 03:01:06'),
(9363, 'XNkJ4tbP4', 1873, NULL, 2539, 11.60, 4, 'manual', '2024-05-30 03:02:03', '2024-05-30 03:02:03'),
(9364, 'cvcBTuxMk', 1869, NULL, 1803, 30.00, 2, 'manual', '2024-05-30 03:03:03', '2024-05-30 03:03:03'),
(9365, 'jKjJHcVGH', 1873, NULL, 2732, 21.90, 4, 'manual', '2024-05-30 03:04:02', '2024-05-30 03:04:02'),
(9366, '9Ckz7M17W', 1869, NULL, 1803, 22.00, 2, 'manual', '2024-05-30 03:04:02', '2024-05-30 03:04:02'),
(9367, 'h4ZqxJch2', 1869, NULL, 3814, 111.62, 2, 'manual', '2024-05-30 03:06:02', '2024-05-30 03:06:02'),
(9368, '8jqFfqjKP', 1869, NULL, 4148, 364.10, 2, 'manual', '2024-05-30 03:10:04', '2024-05-30 03:10:04'),
(9369, '7aXIStiDu', 1869, NULL, 4238, 297.00, 2, 'manual', '2024-05-30 03:13:02', '2024-05-30 03:13:02'),
(9370, 'lAJTn3U5A', 1869, NULL, 1404, 32.54, 2, 'manual', '2024-05-30 03:19:03', '2024-05-30 03:19:03'),
(9371, 'Yi8iMUswB', 1869, NULL, 6136, 17.60, 3, 'manual', '2024-05-30 03:22:02', '2024-05-30 03:22:02'),
(9372, 'BYGCB3XDa', 1869, NULL, 6136, 24.00, 4, 'manual', '2024-05-30 03:22:02', '2024-05-30 03:22:02'),
(9373, 'fktQ7ZdlL', 1869, NULL, 3986, 32.98, 2, 'manual', '2024-05-30 03:24:03', '2024-05-30 03:24:03'),
(9374, 'HdQxayc50', 1869, NULL, 5121, 111.08, 2, 'manual', '2024-05-30 03:27:03', '2024-05-30 03:27:03'),
(9375, '6GTLc49c1', 1869, NULL, 2593, 153.98, 2, 'manual', '2024-05-30 03:29:09', '2024-05-30 03:29:09'),
(9376, 'k6Oo6pIfw', 1869, NULL, 2593, 209.98, 3, 'manual', '2024-05-30 03:30:04', '2024-05-30 03:30:04'),
(9377, 'A4fK6cKWv', 1869, NULL, 4410, 15.73, 2, 'manual', '2024-05-30 03:36:03', '2024-05-30 03:36:03'),
(9378, 'WgC9Hg3bZ', 1869, NULL, 5255, 25.66, 2, 'manual', '2024-05-30 03:39:03', '2024-05-30 03:39:03'),
(9379, 'eaYVBcmxE', 1869, NULL, 3131, 22.86, 2, 'manual', '2024-05-30 03:50:03', '2024-05-30 03:50:03'),
(9380, 'c24vc23BS', 1869, NULL, 2436, 15.60, 2, 'manual', '2024-05-30 03:52:07', '2024-05-30 03:52:07'),
(9381, 'NP7TZ1hKH', 1741, NULL, 3217, 100.00, 10, 'manual', '2024-05-30 09:58:07', '2024-05-30 09:58:07'),
(9993, 'WMdajXAYU', 1870, NULL, 4260, 41.80, 4, 'manual', '2024-05-31 14:58:04', '2024-05-31 14:58:04'),
(9994, '3B9oKHB6K', 1870, NULL, 2722, 21.60, 4, 'manual', '2024-05-31 15:02:03', '2024-05-31 15:02:03'),
(9995, 'p36QH1Loq', 1870, NULL, 4621, 22.00, 4, 'manual', '2024-05-31 15:02:03', '2024-05-31 15:02:03'),
(9996, 'RFfyoKKme', 1870, NULL, 2648, 14.30, 3, 'manual', '2024-05-31 15:03:02', '2024-05-31 15:03:02'),
(9997, 'Bzte47mt3', 1870, NULL, 2387, 46.60, 3, 'manual', '2024-05-31 15:04:02', '2024-05-31 15:04:02'),
(9998, 'zIb4Vse9X', 1870, NULL, 6157, 15.40, 4, 'manual', '2024-05-31 15:05:04', '2024-05-31 15:05:04'),
(9999, 'FyZOlH8qb', 1870, NULL, 6157, 15.40, 3, 'manual', '2024-05-31 15:05:04', '2024-05-31 15:05:04'),
(10000, 'XkJloAhG9', 1870, NULL, 2495, 38.46, 4, 'manual', '2024-05-31 15:07:02', '2024-05-31 15:07:02'),
(10001, 'OXK5NsgbX', 1870, NULL, 2579, 33.60, 3, 'manual', '2024-05-31 15:09:03', '2024-05-31 15:09:03'),
(10002, 'lLXxMZ7Gz', 1870, NULL, 2537, 36.86, 4, 'manual', '2024-05-31 15:10:03', '2024-05-31 15:10:03'),
(10003, 'q2vplmzhQ', 1870, NULL, 6072, 60.49, 3, 'manual', '2024-05-31 15:12:03', '2024-05-31 15:12:03'),
(10004, 'aVaQlk4fo', 1870, NULL, 6072, 60.49, 3, 'manual', '2024-05-31 15:13:02', '2024-05-31 15:13:02'),
(10005, 'kL9i8de57', 1870, NULL, 125, 92.40, 3, 'manual', '2024-05-31 15:14:03', '2024-05-31 15:14:03'),
(10006, 'jSfYlYnOA', 1870, NULL, 3293, 15.40, 2, 'manual', '2024-05-31 15:14:03', '2024-05-31 15:14:03'),
(10007, 'qbllh1iHK', 1870, NULL, 4127, 11.00, 3, 'manual', '2024-05-31 15:15:04', '2024-05-31 15:15:04'),
(10008, 'oYorCsl1o', 1870, NULL, 2522, 14.20, 3, 'manual', '2024-05-31 15:15:04', '2024-05-31 15:15:04'),
(10009, 'DqNvGEcsd', 1870, NULL, 1403, 8.90, 4, 'manual', '2024-05-31 15:16:03', '2024-05-31 15:16:03'),
(10010, 'BemfZQGZq', 1870, NULL, 556, 7.70, 3, 'manual', '2024-05-31 15:17:03', '2024-05-31 15:17:03'),
(10011, 'PrlnDgo48', 1870, NULL, 141, 6.60, 3, 'manual', '2024-05-31 15:17:03', '2024-05-31 15:17:03'),
(10012, 'BTcuNOtNz', 1870, NULL, 3747, 8.80, 3, 'manual', '2024-05-31 15:18:03', '2024-05-31 15:18:03'),
(10013, '89BnsJDVN', 1870, NULL, 4795, 45.10, 4, 'manual', '2024-05-31 15:19:03', '2024-05-31 15:19:03'),
(10014, '9UTKcNWiy', 1870, NULL, 2554, 9.40, 3, 'manual', '2024-05-31 15:20:04', '2024-05-31 15:20:04'),
(10015, 'vNyNqIsTn', 1870, NULL, 2358, 35.79, 3, 'manual', '2024-05-31 15:20:04', '2024-05-31 15:20:04'),
(10016, 'eYrLbwyux', 1870, NULL, 5877, 29.59, 3, 'manual', '2024-05-31 15:21:02', '2024-05-31 15:21:02'),
(10017, 'RbUcYySlG', 1870, NULL, 6084, 20.69, 3, 'manual', '2024-05-31 15:22:05', '2024-05-31 15:22:05'),
(10018, 'PlqZmQ4uV', 1870, NULL, 6079, 19.98, 2, 'manual', '2024-05-31 15:22:05', '2024-05-31 15:22:05'),
(10019, '7EDBNLkVo', 1870, NULL, 4420, 60.50, 3, 'manual', '2024-05-31 16:37:03', '2024-05-31 16:37:03'),
(10020, 'RrE09Cqgo', 1870, NULL, 1884, 101.60, 4, 'manual', '2024-05-31 16:39:03', '2024-05-31 16:39:03'),
(10021, 'LQ0y6XnWk', 1870, NULL, 1195, 14.20, 4, 'manual', '2024-05-31 16:40:04', '2024-05-31 16:40:04'),
(10022, 'TBU1ET0Xx', 1870, NULL, 566, 22.00, 3, 'manual', '2024-05-31 16:40:04', '2024-05-31 16:40:04'),
(10023, '4GqQq8exU', 1870, NULL, 566, 22.00, 3, 'manual', '2024-05-31 16:44:02', '2024-05-31 16:44:02'),
(10024, 'EmKMGPCzq', 1870, NULL, 5261, 29.00, 4, 'manual', '2024-05-31 16:45:03', '2024-05-31 16:45:03'),
(10025, 'ZpShsPyJT', 1870, NULL, 2147, 41.00, 4, 'manual', '2024-05-31 16:45:03', '2024-05-31 16:45:03'),
(10026, '8dK5HyQrX', 1870, NULL, 3692, 62.00, 4, 'manual', '2024-05-31 16:45:03', '2024-05-31 16:45:03'),
(10027, '45pLBbkiF', 1870, NULL, 1413, 11.00, 3, 'manual', '2024-05-31 16:46:03', '2024-05-31 16:46:03'),
(10028, '3MaomNqjO', 1870, NULL, 3253, 15.92, 4, 'manual', '2024-05-31 16:46:03', '2024-05-31 16:46:03'),
(10029, 'UXKBTa8Z2', 1870, NULL, 239, 45.92, 3, 'manual', '2024-05-31 16:47:03', '2024-05-31 16:47:03'),
(10030, 'TxCAiFb4j', 1870, NULL, 5537, 59.22, 2, 'manual', '2024-05-31 16:47:03', '2024-05-31 16:47:03'),
(10031, 'VIXwMDeOF', 1870, NULL, 1211, 38.00, 4, 'manual', '2024-05-31 16:48:03', '2024-05-31 16:48:03'),
(10032, 'xJsuQkk5m', 1870, NULL, 4576, 9.98, 3, 'manual', '2024-05-31 16:48:03', '2024-05-31 16:48:03'),
(10033, 'WS6v8ZZnj', 1870, NULL, 2588, 30.99, 3, 'manual', '2024-05-31 16:49:03', '2024-05-31 16:49:03'),
(10034, 'u14vzfXnH', 1870, NULL, 3474, 91.00, 2, 'manual', '2024-05-31 16:50:04', '2024-05-31 16:50:04'),
(10035, 'byckbVjYD', 1870, NULL, 1414, 22.00, 3, 'manual', '2024-05-31 16:50:04', '2024-05-31 16:50:04'),
(10036, 'sbElGCX8v', 1870, NULL, 4577, 29.82, 3, 'manual', '2024-05-31 16:51:03', '2024-05-31 16:51:03'),
(10037, '0kU0i2V8R', 1870, NULL, 5650, 15.33, 2, 'manual', '2024-05-31 16:51:03', '2024-05-31 16:51:03'),
(20012, '1NKokSZbi', 1871, 7, 1656, 30.25, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20013, 'mP3iW4vHh', 1871, 7, 2938, 24.80, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20014, 'YoU99ivhv', 1871, 7, 1485, 572.75, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20015, 'gW9PwFEOy', 1871, 7, 4115, 61.19, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20016, '4bUBX9O39', 1871, 7, 1922, 232.56, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20017, 'NlrBDyFwY', 1871, 7, 1059, 19.19, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20018, '7oTsdEngf', 1871, 7, 3948, 113.27, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20019, 'Cts03wBpN', 1871, 7, 1885, 556.50, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20020, 'OPq4W94U8', 1871, 7, 3184, 9.58, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20021, 'LlsYgZGHY', 1871, 7, 4832, 16.14, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20022, 'GMedbyYjB', 1871, 7, 5834, 46.34, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20023, 'eelHnpwVW', 1871, 7, 6058, 19.43, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20024, 'LT2kMMIcW', 1871, 7, 538, 341.77, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20025, 'PJNsCphDy', 1871, 7, 6012, 33.24, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20026, 'KTxUPumNP', 1871, 7, 4319, 1853.99, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20027, 'JAbOr7u81', 1871, 7, 1932, 8.29, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20028, '6lqCKl0kw', 1871, 7, 4307, 1060.00, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20029, 'AKpQx1Zjr', 1871, 7, 5252, 10.29, 1, 'ai', '2024-06-15 12:49:02', '2024-06-15 12:49:02'),
(20030, 'E5rDjwbjU', 1871, 7, 5050, 151.50, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20031, 'N9hMeuoAp', 1871, 7, 4605, 17.55, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20032, 'hHDmeyxV1', 1871, 7, 5911, 7.91, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20033, 'Jy3NdZAb6', 1871, 7, 3026, 20.39, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20034, 'gMLzaiVmb', 1871, 7, 146, 35.35, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20035, '7mJSSbLBp', 1871, 7, 5066, 20.79, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20036, 'eBA8n5DDx', 1871, 7, 820, 25.63, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20037, 'fatW6FhJ2', 1871, 7, 6094, 23.36, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20038, 'Czq0AUmYS', 1871, 7, 4717, 30.73, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20039, 'n2cmcliuC', 1871, 7, 2279, 362.27, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20040, '2EzXCNs4a', 1871, 7, 1495, 19.95, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20041, 'igiRMCZAJ', 1871, 7, 1148, 1611.75, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20042, 'gj4txU3Gx', 1871, 7, 1671, 82.39, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20043, 'HHnq79rhN', 1871, 7, 3832, 6.17, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20044, 'pv4UPbfwT', 1871, 7, 1737, 81.59, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20045, 'x3ki7QfO4', 1871, 7, 5797, 20.79, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20046, 'hgW8ibvnv', 1871, 7, 561, 41.60, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20047, 'uWJiVPq6P', 1871, 7, 4596, 28.04, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20048, 'qGrK9rTX6', 1871, 7, 2028, 39.39, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20049, 'KqvjgTOpB', 1871, 7, 5064, 105.03, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20050, 'pxx5w7vxq', 1871, 7, 4436, 20.79, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20051, 'Og1l9gn6d', 1871, 7, 2587, 52.46, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20052, '55Acgo20f', 1871, 7, 6016, 12.76, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20053, 'PMWkrIO2e', 1871, 7, 3902, 1068.48, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20054, 'rCVJolWDj', 1871, 7, 1241, 200.72, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20055, 'JaFmLaYJ9', 1871, 7, 4803, 18.35, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20056, 'J3Du1Rtdf', 1871, 7, 5391, 97.91, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20057, 'gnFVhznnv', 1871, 7, 5552, 27.15, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20058, 'iWvkZMAUF', 1871, 7, 2426, 508.98, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20059, 'TeEsIZ4f5', 1871, 7, 5384, 1041.03, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20060, 'hxSkncXEZ', 1871, 7, 6048, 20.59, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20061, '69zm1NHZj', 1871, 7, 1691, 5.44, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20062, 'PDLtXWmKT', 1871, 7, 3602, 16.53, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20063, 'MaxyfCV1v', 1871, 7, 2940, 1559.99, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20064, 'P3HkIgYto', 1871, 7, 1984, 267.79, 1, 'ai', '2024-06-15 12:49:03', '2024-06-15 12:49:03'),
(20065, 'zOlZ8eTEJ', 1871, 7, 6093, 25.20, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20066, 'LEWKRNGn2', 1871, 7, 3338, 5.51, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20067, 'zRAl1hECG', 1871, 7, 2474, 37.36, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20068, 'Q1dW3tfqn', 1871, 7, 2314, 116.15, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20069, 'IZMJbRNKt', 1871, 7, 3263, 7.03, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20070, 'CjXdOa9dA', 1871, 7, 3917, 518.96, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20071, 'KYjIcoW46', 1871, 7, 6140, 20.60, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20072, 'z98ct80Dx', 1871, 7, 4763, 70.69, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20073, '8c2KT6i4m', 1871, 7, 4002, 58.29, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20074, 'qVIlDPjse', 1871, 7, 2589, 60.59, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20075, 'OFHKbuIQO', 1871, 7, 1742, 35.70, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20076, 'LHVmcdVFD', 1871, 7, 1960, 83.15, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20077, '3wQWdfrgp', 1871, 7, 2854, 218.39, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20078, 'ogqlsFitS', 1871, 7, 2849, 41.97, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20079, 'Cj9rhE9Sd', 1871, 7, 3561, 9.50, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20080, 'DtgEm685W', 1871, 7, 4688, 25.24, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20081, 'S9mtcb7hk', 1871, 7, 2195, 78.75, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20082, 'UYc1jNxAy', 1871, 7, 5449, 1354.50, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20083, 'd6sghlWHK', 1871, 7, 5637, 5.14, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20084, 'BILFamWa0', 1871, 7, 587, 9270.00, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20085, 'auYwfF7NE', 1871, 7, 1200, 9.36, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20086, 'UdtbUsGDZ', 1871, 7, 152, 9.36, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20087, 'ZkmuwPRio', 1871, 7, 3175, 185.24, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20088, '2PxfRSE3D', 1871, 7, 4968, 16.72, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20089, 'XVrqrbEz0', 1871, 7, 3667, 19.56, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20090, 'EWzMQXM07', 1871, 7, 2863, 34125.00, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20091, '0W1c1YRf7', 1871, 7, 4655, 103.01, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20092, 'dMO0rGUbm', 1871, 7, 4821, 18.72, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20093, 'NSrI6KTvy', 1871, 7, 2448, 6.30, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20094, 'g5ITbsd0v', 1871, 7, 2464, 73.83, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20095, '27iLnpTbE', 1871, 7, 4574, 173.25, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20096, 'zh8xrC73Q', 1871, 7, 1577, 73.50, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20097, 'NrOiQdMKv', 1871, 7, 4060, 16.47, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20098, 'rfkI4xxd6', 1871, 7, 4490, 117.15, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20099, 'RLmCj2dha', 1871, 7, 1762, 166.40, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20100, '3FHkLi6uC', 1871, 7, 125, 86.52, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20101, 'fWDShtKWH', 1871, 7, 3414, 66.95, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20102, 'nhBMb12L5', 1871, 7, 3804, 233.25, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20103, 'fH5fcPRBe', 1871, 7, 279, 310.57, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20104, '2zpjhW9Uz', 1871, 7, 6099, 8.30, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20105, 'Oybyh3cil', 1871, 7, 352, 21.61, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20106, 'RuJ0zVCKH', 1871, 7, 4062, 23.34, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20107, 'GJfeookC9', 1871, 7, 4792, 50.49, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20108, 'QTyzl2hRm', 1871, 7, 5272, 6.09, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20109, 'LNyyeYJP3', 1871, 7, 3117, 75.74, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20110, 'L56x1mnDN', 1871, 7, 4311, 52.50, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20111, 'Tes7a7T8D', 1871, 7, 4361, 11.54, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20112, '3XpSLfnE9', 1871, 7, 1811, 0.21, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(20113, '5pElrfr0v', 1871, 7, 1827, 0.12, 1, 'ai', '2024-06-15 12:49:04', '2024-06-15 12:49:04'),
(21147, 'wlYluSKA2', 1868, NULL, 5880, 10.98, 1, 'manual', '2024-06-27 04:44:02', '2024-06-27 04:44:02'),
(22398, '3tyaL69Ql', 1867, NULL, 5383, 51.75, 1, 'manual', '2024-07-13 16:08:02', '2024-07-13 16:08:02'),
(22399, '2WmkToT93', 1867, NULL, 3812, 34.74, 3, 'manual', '2024-07-13 16:09:03', '2024-07-13 16:09:03'),
(22400, 'zUPBtcLmO', 1867, NULL, 3181, 79.29, 1, 'manual', '2024-07-13 16:11:02', '2024-07-13 16:11:02'),
(22716, 'tJAUC4Iwh', 1747, NULL, 1700, 55.00, 10, 'manual', '2024-07-16 08:02:05', '2024-07-16 08:02:05'),
(22717, '84FxX3Qu6', 1747, NULL, 1730, 471.00, 2, 'manual', '2024-07-16 08:08:02', '2024-07-16 08:08:02'),
(22718, 'dT1GL3yeb', 1747, NULL, 1956, 10.07, 6, 'manual', '2024-07-16 08:12:02', '2024-07-16 08:12:02'),
(22719, 'rm9SzsxcW', 1747, NULL, 1640, 1.00, 6, 'manual', '2024-07-16 08:17:03', '2024-07-16 08:17:03'),
(24230, 'UpDCuBGBM', 1890, NULL, 2046, 671.40, 2, 'manual', '2024-07-23 15:39:03', '2024-07-23 15:39:03'),
(24232, 'YKzpoVKL9', 1890, NULL, 4656, 241.50, 1, 'manual', '2024-07-23 15:43:02', '2024-07-23 15:43:02'),
(24308, 'mScNdq7hW', 1890, NULL, 2792, 20.99, 4, 'manual', '2024-07-24 01:13:01', '2024-07-24 01:13:01'),
(24364, '2tcVBPWaA', 1890, NULL, 4887, 352.00, 1, 'manual', '2024-07-24 01:18:02', '2024-07-24 01:18:02'),
(24365, 'hKOr37ibQ', 1890, NULL, 4887, 304.00, 2, 'manual', '2024-07-24 01:18:02', '2024-07-24 01:18:02'),
(24366, '7WLnCYFLO', 1890, NULL, 3598, 1500.00, 1, 'manual', '2024-07-24 01:21:02', '2024-07-24 01:21:02'),
(24367, 'jD9VmS2MI', 1890, NULL, 3598, 900.00, 1, 'manual', '2024-07-24 01:21:02', '2024-07-24 01:21:02'),
(24434, 'IRUDg1M4m', 1890, NULL, 4816, 180.72, 1, 'manual', '2024-07-24 01:27:02', '2024-07-24 01:27:02'),
(24435, 'wt4djA52N', 1890, NULL, 4674, 7.80, 1, 'manual', '2024-07-24 01:30:03', '2024-07-24 01:30:03'),
(24436, 'mA7uMaYF5', 1890, NULL, 4876, 59.95, 2, 'manual', '2024-07-24 01:33:02', '2024-07-24 01:33:02'),
(24437, 'J30aYjOyu', 1890, NULL, 2906, 1722.00, 1, 'manual', '2024-07-24 01:51:08', '2024-07-24 01:51:08'),
(24438, 'hNUGPdjJH', 1890, NULL, 4405, 37.50, 2, 'manual', '2024-07-24 02:32:02', '2024-07-24 02:32:02'),
(24439, 'k3a9yddXc', 1890, NULL, 3113, 96.00, 1, 'manual', '2024-07-24 02:40:03', '2024-07-24 02:40:03'),
(24440, 'XYPUJZdYC', 1890, NULL, 736, 244.81, 1, 'manual', '2024-07-24 02:45:04', '2024-07-24 02:45:04'),
(24441, 'rpwhlrnQu', 1890, NULL, 736, 155.04, 1, 'manual', '2024-07-24 02:46:03', '2024-07-24 02:46:03'),
(24618, 'gGLwvkbm9', 1868, NULL, 5661, 1200.00, 1, 'manual', '2024-07-25 00:49:03', '2024-07-25 00:49:03'),
(24619, 'eeUWn6sKI', 1868, NULL, 3142, 101.02, 2, 'manual', '2024-07-25 00:50:04', '2024-07-25 00:50:04'),
(24620, 'okH66IHfz', 1868, NULL, 2407, 94.25, 1, 'manual', '2024-07-25 00:51:09', '2024-07-25 00:51:09'),
(24621, 'HdWwIyHjn', 1868, NULL, 6046, 177.60, 1, 'manual', '2024-07-25 00:53:10', '2024-07-25 00:53:10'),
(24622, 'zBgi217wc', 1868, NULL, 4570, 76.49, 1, 'manual', '2024-07-25 00:54:06', '2024-07-25 00:54:06'),
(24623, 'XNwuI1LW9', 1868, NULL, 3289, 71.98, 1, 'manual', '2024-07-25 00:59:05', '2024-07-25 00:59:05'),
(24624, 'KQ1cJ6XCI', 1868, NULL, 2730, 22.78, 1, 'manual', '2024-07-25 01:02:06', '2024-07-25 01:02:06'),
(24625, 'hCy0cRZoG', 1868, NULL, 2794, 19.18, 1, 'manual', '2024-07-25 01:04:02', '2024-07-25 01:04:02'),
(24626, 'BVMKyYSGE', 1868, NULL, 3374, 1950.00, 1, 'manual', '2024-07-25 01:05:03', '2024-07-25 01:05:03'),
(24627, 'Fu7YAQ3tf', 1868, NULL, 4814, 118.29, 1, 'manual', '2024-07-25 01:06:03', '2024-07-25 01:06:03'),
(27288, '0AIvCrkiD', 1912, NULL, 3059, 450.12, 1, 'manual', '2024-08-05 04:20:02', '2024-08-05 04:20:02'),
(27289, 'XHguYbZOR', 1912, NULL, 1970, 1870.00, 1, 'manual', '2024-08-05 04:27:01', '2024-08-05 04:27:01'),
(27290, 'dlb0rCzMR', 1912, NULL, 996, 560.00, 1, 'manual', '2024-08-05 04:29:02', '2024-08-05 04:29:02'),
(27291, 'NWWcue9Vl', 1912, NULL, 2503, 2853.80, 1, 'manual', '2024-08-05 04:30:03', '2024-08-05 04:30:03'),
(27292, 't00vuRbx9', 1912, NULL, 1962, 1609.90, 1, 'manual', '2024-08-05 04:33:02', '2024-08-05 04:33:02'),
(27293, 'LxHF2ZdLG', 1912, NULL, 5900, 1098.79, 1, 'manual', '2024-08-05 04:35:03', '2024-08-05 04:35:03'),
(27294, 'wrWHt2iOj', 1912, NULL, 4735, 809.90, 1, 'manual', '2024-08-05 04:39:01', '2024-08-05 04:39:01'),
(27295, 'FngoqTsPo', 1912, NULL, 5904, 1020.00, 1, 'manual', '2024-08-05 04:49:02', '2024-08-05 04:49:02'),
(27296, 'TwdEFQF8I', 1912, NULL, 3593, 45.70, 1, 'manual', '2024-08-05 04:58:01', '2024-08-05 04:58:01'),
(28184, 'xoHn3UsMI', 1884, NULL, 2036, 60.00, 20, 'manual', '2024-08-08 08:09:02', '2024-08-08 08:09:02'),
(28186, 'osS1ti7TH', 1884, NULL, 473, 16.00, 50, 'manual', '2024-08-08 08:11:02', '2024-08-08 08:11:02'),
(28187, 'zhsZBBxjU', 1884, NULL, 2364, 16.00, 50, 'manual', '2024-08-08 08:12:02', '2024-08-08 08:12:02'),
(28191, 'YyuxudegR', 1884, NULL, 5124, 410.00, 50, 'manual', '2024-08-08 08:17:02', '2024-08-08 08:17:02'),
(28426, 'kqBTbbvdi', 1881, NULL, 2217, 190.00, 1, 'manual', '2024-08-08 21:11:02', '2024-08-08 21:11:02'),
(28427, 'ERghF6pT7', 1881, NULL, 3168, 135.90, 1, 'manual', '2024-08-08 21:14:02', '2024-08-08 21:14:02'),
(28428, 'qYF8vQLik', 1881, NULL, 1023, 1540.00, 1, 'manual', '2024-08-08 21:15:03', '2024-08-08 21:15:03'),
(28429, 'b3oJp2OqL', 1881, NULL, 4230, 1842.50, 1, 'manual', '2024-08-08 21:16:02', '2024-08-08 21:16:02'),
(28430, 'YK10N1sbH', 1881, NULL, 2107, 368.00, 1, 'manual', '2024-08-08 21:17:02', '2024-08-08 21:17:02'),
(28431, 'QWsyba1gr', 1881, NULL, 849, 445.50, 1, 'manual', '2024-08-08 21:17:02', '2024-08-08 21:17:02'),
(28432, 'opL7aA5yU', 1881, NULL, 2969, 890.20, 1, 'manual', '2024-08-08 21:18:01', '2024-08-08 21:18:01'),
(28433, 'MTmOAgAy5', 1881, NULL, 1909, 109.90, 1, 'manual', '2024-08-08 21:19:02', '2024-08-08 21:19:02'),
(28434, 'yG4LbKdTb', 1881, NULL, 2909, 400.00, 1, 'manual', '2024-08-08 21:20:02', '2024-08-08 21:20:02'),
(28435, '3WYFpu1zh', 1881, NULL, 430, 400.00, 1, 'manual', '2024-08-08 21:20:02', '2024-08-08 21:20:02'),
(34147, '9ZZe7OeAI', 1902, NULL, 4950, 900.00, 3, 'manual', '2024-08-27 07:31:02', '2024-08-27 07:31:02'),
(38918, 'GYTxN95Id', 1850, NULL, 2211, 43.99, 2, 'manual', '2024-10-04 21:57:02', '2024-10-04 21:57:02');

-- --------------------------------------------------------

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `id` int NOT NULL,
  `email` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`id`, `email`, `token`, `created_at`) VALUES
(11, 'muyeedaliyu@gmail.com', '$2y$10$FO8q5Z4PlUbmvMuFNjRRZ.Wn9MQfXliGU5T18narmqPj4HOFdNabi', '2021-12-08 15:54:33'),
(12, 'adambaffa@yahoo.com', '$2y$10$.BHRGAPATAAAhGNmGEIMguvWWMGg5TOiKNCbeMTfDKJd.1o4p5Ax.', '2021-12-10 04:18:29'),
(22, 'markfem4sure@yahoo.com', '$2y$10$aWW378lAuraaofUMRlw2FuZR.8bUkB.wDM7dNVSlxcYSqYPVs03J2', '2021-12-16 21:12:02'),
(24, 'aysherkassem00@gmail.com', '$2y$10$914U7jGUBvpWERZej2w1BepjNefgteowqPGG18msh0aMhdR/ejqdG', '2021-12-24 16:03:35'),
(43, 'glennmercer34@gmail.com', '$2y$10$4hPhz/9ugS8t74KFVDBuUeteJOHDPawLwwXjMnByCbPz0HQUs0Jf6', '2022-01-05 20:49:51'),
(57, 'easaolu524@gmail.com', '$2y$10$ByBqzg8mGPn7AA8ThE5zmOfEmbDllDPWVkbIPh46AVnRlVURmGAI6', '2022-01-21 05:03:06'),
(61, 'barirasakanau@yahoo.co.uk', '$2y$10$hhlAzB7nQoWqZ5m22UBytuio7hwttsgtVSrsSq24Lqiy05X7VyWZe', '2022-01-26 13:54:05'),
(71, 'dee189205.me@gmail.com', '$2y$10$tdRFoDL3FgNAjGltkpcmbu310r0hNdPFk5OR/x6YDCrEOwTDEV9Va', '2022-02-05 07:18:41'),
(72, 'toxceyernest58@gmail.com', '$2y$10$wHS45aRtZaJFibMzDPzbV.oAkHYNR.tLO/s6wg3oN8828xBp4uu9q', '2022-02-10 15:45:35'),
(73, 'mvk3y86@gmail.com', '$2y$10$PCV3sUHi24lBKE4LDfqI0ufvU.hBT4UQ/i9UkKiCx2GARAnK33v8q', '2022-02-11 23:14:05'),
(74, 'sam_ogahsen2009@yahoo.com', '$2y$10$PSGy99ofRXV9KRuLVk2tiuuwLm1cJgH2ljDxjLpwDDg5B13sP620i', '2022-02-13 22:00:20'),
(81, 'nesta45@yahoo.com', '$2y$10$eLqiYKuuV6LWS0qGp/mgselPa2HGv59gH5MjNzW1jPD1hWtxHC/d.', '2022-02-23 20:08:13'),
(87, 'seimodetimi4@gmail.com', '$2y$10$K90N7rshSJ9Qla9NKeb55uVZ8xd/nQ10ME7dmQoNIqa11uCCzM2Ta', '2022-03-09 16:59:39'),
(89, 'meenahcute06@gmail.com', '$2y$10$Tk6uoiJCgEayuNnL3m7ND.LyNYSeulWplTtklVzlgwkTAhwCdzTK6', '2022-03-09 17:17:30'),
(98, 'Ahmedbigbossman@gmail.com', '$2y$10$/ReYStCVarHkFLVl23BEHO6G1RkoiIjsqDIpiOL2wUHr9okoltlXy', '2022-03-17 15:00:14'),
(100, 'marypowell4190@gmail.com', '$2y$10$6qpdhN2.Xb0yjD6b8xhKielAY0BvSZnUh7EBbjhc9vvV2K6Fc11ea', '2022-03-20 23:41:47'),
(102, 'h.haleemah@yahoo.com', '$2y$10$tzzd1C.NIkwxWYA5M1mM0e.gW7i4I.TRJ3aD.An9yAJKTYLsZSQcy', '2022-03-21 16:24:32'),
(106, 'innocentalbertosagie@gmail.com', '$2y$10$k1tPsehJpZ7iHN3xNptot.c6zkTKUbn.x9rgQxfB5MrBos/UbxYFW', '2022-03-23 05:04:29'),
(119, 'khadijasaulawa@gmail.com', '$2y$10$ti0MaZ5qRDIo64HcNaW6Re5vOxeuZVNuNw8zH0FP3.R5SyMvv9Tu.', '2022-03-28 08:40:24'),
(120, 'ab6079192@gmail.co', '$2y$10$1E58CPfy2rZWnP1d.lC4iuOCfbIudAoW8GdeOeBLKon/nQgotQNmy', '2022-03-29 00:02:28'),
(124, 'temmytijani152@gmail.com', '$2y$10$Fe1OgeLoc8t2cId6Qjz0MOW8WzqGKrTz15rxgxDVY99dMrG9uHPKe', '2022-03-29 22:30:57'),
(125, 'michaelbuba73@gma0il.com', '$2y$10$429DNyuPyU1DEt29Q33gC.7.kVIWHtfm15SBMTtSmRmJEQiZApMbS', '2022-04-01 10:40:37'),
(139, 'jokodola@hotmail.com', '$2y$10$PyHhrTdZYliQu24HAh7gjeIv7RR94khMvkjB/jMu/Zs085ovYhuTu', '2022-04-17 17:00:49'),
(144, 'raphaelnfriends@gmail.com', '$2y$10$6m17HihJBwsVOYgLp0TQZONFcBPOlaVF4L5.6INaLKmpGqcVM4nn6', '2022-04-18 20:18:25'),
(145, 'jawdimataz@yahoo.com', '$2y$10$zPFFPrAzCKQgveDHzlrHH.O4/lNlKPylbK5bsC92NqVKHFqquvkYK', '2022-04-18 22:33:33'),
(146, 'nerosuper@gmail.com', '$2y$10$nKmRH0wj00nmsnmCExkv4.tGqMbLPIO/QQAlEGUFttM2RGqt6Z2YO', '2022-04-19 09:07:43'),
(148, 'saneelawal@gmail.com', '$2y$10$2gIpW1GZ6C5WJFX49bdlhe/kVfziD.73OXMOQHxrLxuk/KqLX0H5.', '2022-04-22 23:28:41'),
(149, 'glennmercer929@gmail.com', '$2y$10$DOruoZG8gFbr8vFn/BB0lOISun8Ty7gEPud2erStqsfCmnN9gH8GK', '2022-04-23 21:33:23'),
(150, 'chicken.delegate@gmail.com', '$2y$10$P5N/rOw2oujFG.ZQ1G.iUeX3hUBxLQi6pJLb3pCleg./WVm5rMnFe', '2022-04-28 10:46:31'),
(154, 'evelynutuota@gmail.com', '$2y$10$fFAxZHXt878W6A8VNA0O5O9tRDyfLX1fB0mU8AR31hXqetx1pMkvi', '2024-03-07 15:30:01'),
(161, 'adammuhaimin702@gmail.com', '$2y$10$Mq9A/oYg4EnN3bOdkAHAQuuj9s.UcH.6cUxe5zkw1EG8a6NF3yEfe', '2024-06-21 06:56:35'),
(163, 'glennmercer0@gmail.com', '$2y$10$YepWcI9PaVZzTHtnhDvMc.z0yIiT8SkCbEF4LO0ndAbbYWmSULe.O', '2024-06-21 14:03:11');

-- --------------------------------------------------------

--
-- Table structure for table `plans`
--

CREATE TABLE `plans` (
  `id` int NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text,
  `period` varchar(255) DEFAULT NULL,
  `price` decimal(20,2) DEFAULT NULL,
  `min_fund` decimal(20,2) DEFAULT NULL,
  `max_fund` decimal(20,2) DEFAULT NULL,
  `min_roi` decimal(20,2) DEFAULT NULL,
  `max_roi` decimal(20,2) DEFAULT NULL,
  `limit_min` decimal(20,2) DEFAULT NULL,
  `limit_max` decimal(20,2) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `plans`
--

INSERT INTO `plans` (`id`, `name`, `description`, `period`, `price`, `min_fund`, `max_fund`, `min_roi`, `max_roi`, `limit_min`, `limit_max`, `image`, `created_at`, `updated_at`) VALUES
(2, 'Ds Amazon quick view AI', 'Ability to generate between 0.97% daily  - 1.4% daily', '30', 20.00, 50.00, 1000.00, 0.97, 1.40, 0.20, 0.90, 'cosmetics.jpg', '2021-10-14 18:22:16', '2024-01-28 07:21:01'),
(5, 'Seller amp AI', 'Ability to generate between 1.5% daily  - 2.5% daily ', '30', 50.00, 1000.00, 10000.00, 1.50, 2.50, NULL, 1.50, 'skincare.jpg', '2021-11-10 12:47:16', '2023-02-04 01:36:10'),
(6, 'KEEPA AI', 'Ability to generate between 2.5% daily  - 3.7% daily ', '30', 200.00, 10000.00, 100000.00, 2.50, 3.70, NULL, 2.00, 'supplements.jpg', '2021-11-10 12:48:53', '2023-02-04 01:32:09'),
(8, 'Host AI', 'Ability to generate between 3.2% daily  - 4.1% daily', '30', 500.00, 100000.00, 1000000.00, 3.20, 4.10, NULL, 0.30, 'home.jpg', '2022-12-27 11:04:29', '2023-02-04 01:32:31');

-- --------------------------------------------------------

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
  `id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `slug` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `market_id` int DEFAULT NULL,
  `description` text COLLATE utf8mb4_general_ci,
  `value` decimal(20,2) DEFAULT NULL,
  `quantity` bigint DEFAULT NULL,
  `initial_quantity` bigint DEFAULT NULL,
  `old_value` decimal(20,2) DEFAULT NULL,
  `image1` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `image2` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `image3` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `category` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `rating` decimal(20,1) DEFAULT NULL,
  `user_id` int DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(13, 'equate Pain Reliever (Walmart generic Tylenol) 500mg 1000 caplets', 'o1rFZ3u5d', 2, 'Compare to the active ingredient in Extra Strength Tylenol Caplets. Don t let your day be derailed by aches pains or fever. Find strong fast-acting headache and fever relief with Equate Extra Strength Acetaminophen Caplets 500 mg. This pain reliever and fever reducer helps to temporarily relieve minor aches and pains due to the common cold headache backache minor pain of arthritis toothache muscular aches premenstrual and menstrual cramps. Also helps to temporarily reduce fever. These easy-to-swallow caplets are an aspirin-free and caffeine-free option to help put symptoms behind you. For adults and children 12 years and over.', 10.00, NULL, NULL, 15.00, 'equate Pain Reliever (Walmart generic Tylenol) 500mg 1000 caplets-41906.png', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-23 00:49:06', '2024-01-27 09:10:24'),
(14, 'Interlocking G Chain Bracelet In Silver, Size 16', '6t4edZHqX', 2, 'Gucci Men\'s Bracelets. SKU: YBA454285001. Color: Silver-tone. Metal Type: Sterling Silver. Metal Stamp: 925-Sterling. Gem stone type: None. Bracelet style: 1 Band. Gucci Interlocking G chain bracelet in silver.', 504.00, NULL, NULL, 568.00, 'Interlocking G Chain Bracelet In Silver, Size 16-71535.jpeg', 'Interlocking G Chain Bracelet In Silver, Size 16-65687.jpeg', 'Interlocking G Chain Bracelet In Silver, Size 16-39820.jpeg', 'Accessories', 2.5, NULL, 1, '2024-01-23 00:57:08', '2024-01-27 09:30:58'),
(15, 'Carnation Breakfast Essentials Complete Nutritional Drinks Vanilla', 'r8gzLixmN', 2, 'Powdered Nutritional Drink: Snack or breakfast, drink with skim milk or add to smoothies, Carnation Breakfast Essentials Powdered Drink Mix provides 13g of protein when mixed with 1 cup of fat free milk\r\nCarnation Breakfast Essentials Original: The nutritional drink you love at breakfast, available in two easy forms\r\nPowder Drink Mix: Mix Carnation Breakfast Essentials Powder Drink Mix with skim milk or mix in a smoothie for a tasty, easy snack or breakfast drink and start the day right, with protein and other nutrients\r\nGood Nutrition From The Start: Carnation Breakfast Essentials helps families get the vitamins and minerals they need to start the day, from powdered drink mixes to high protein ready to drink shakes\r\nNutritional Drinks For Busy Lives: It\'s hard to balance a healthy lifestyle and a busy day; Carnation Breakfast Essentials nutritional drinks make it easy to start your day with good nutrition', 23.00, NULL, NULL, 45.00, 'Carnation Breakfast Essentials Complete Nutritional Drinks Vanilla-35562.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 00:58:18', '2024-01-27 09:32:23'),
(16, '4.2-Oz Neutrogena Deep Clean Gentle Daily Facial Scrub Cleanser', '7FHOT6yW0', 2, '4.2-fluid ounce tube of oil-free daily facial scrub and cleanser to clean dirt and oil deep down into pores\r\nFace scrub contains gentle exfoliators to exfoliate dead surface skin. It cleanses deep into pores, for instant healthy-looking skin\r\nOil-free cleanser is dermatologist-tested and is gentle enough for everyday use to leave skin feeling soft and smooth, after just one use\r\nBeta hydroxy formula penetrate deep down into pores to remove pore clogging dirt and oil\r\nThe rich, creamy, foaming facial lather is non-comedogenic and oil-free that gently exfoliates and rinses clean to remove dull, dead skin cells for a clean feel\r\nOilfree\r\nNoncomedogenic (won\'t clog pores)\r\nGentle microbeads\r\nBeta hydroxy formula penetrates deep into pores\r\nDermatologisttested formula', 12.00, NULL, NULL, 26.00, '4.2-Oz Neutrogena Deep Clean Gentle Daily Facial Scrub Cleanser-69507.png', '4.2-Oz Neutrogena Deep Clean Gentle Daily Facial Scrub Cleanser-54060.png', '4.2-Oz Neutrogena Deep Clean Gentle Daily Facial Scrub Cleanser-55787.png', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-23 01:09:31', '2024-01-27 09:36:02'),
(17, 'Supergirl Barbie Doll', 'TrVOstatK', 2, 'Barbie commemorates The Flash movie with a Barbie doll inspired by its courageous heroine Kara Zor-El, also known as… Supergirl.\r\nSupergirl Barbie doll is a vision of strength in her sleek red and blue bodysuit with the legendary S-shield emblazoned on her chest.\r\nArriving on Earth in search of a missing Kryptonian, Kara Zor-El faced many challenges before becoming the hero the world needs: Supergirl.\r\nIn striking displayable packaging, Barbie doll is poised to zoom through the skies with her cape billowing behind her in the wind.\r\nFeaturing a doll stand and Certificate of Authenticity, Supergirl Barbie doll makes an outstanding gift for collectors, fans, and superheroes everywhere', 22.00, NULL, NULL, 55.00, 'Supergirl Barbie Doll-10178.jpg', NULL, NULL, 'Babies', 3.5, NULL, 1, '2024-01-23 01:24:16', '2024-01-27 09:38:05'),
(18, 'Bumble Bee Snack on the Run-Ranch Tuna Salad with Crackers', 'araEUSwSM', 2, 'DELICIOUS TUNA SNACK WITH CRACKERS: Bumble Bee Snack on the Run- Ranch Tuna Salad will satisfy you and your family whenever you want a tasty tuna snack or quick lunch on the go\r\nPROTEIN SNACKS: This delicious Bumble Bee tuna salad and crackers kit is a good source of protein (See product packaging for nutrition information)\r\nSHELF STABLE TUNA SALAD KIT: Requires no refrigeration and are already mixed and ready-to-go wherever life takes you; Perfect for outdoor activities like hiking, biking, camping and sports\r\nCONVENIENT SNACKS: Enjoy Bumble Bee Snack on the Run! tuna salad with crackers kits as a great-tasting, protein packed snack, lunch or as part of any other meal; Perfectly sized for your lunch box or lunch bag\r\nSUSTAINABLE BUMBLE BEE TUNA: Bumble Bee tuna is dolphin safe and sourced from sustainably managed fisheries', 10.00, NULL, NULL, 15.00, 'Bumble Bee Snack on the Run-Ranch Tuna Salad with Crackers-74867.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 01:26:49', '2024-01-27 09:56:25'),
(19, 'Annie’s Organic Bunny Fruit Snacks, Variety pack, Gluten Free', 'Paw9k9hkg', 2, 'FRUIT SNACKS: Certified Organic, these gluten free bunny-shaped fruit snacks are made with real fruit juice\r\nREAL INGREDIENTS: No artificial flavors, synthetic colors, or high fructose corn syrup\r\nCERTIFIED ORGANIC: Made with real organic fruit juice. Certified organic ingredients are grown without persistent pesticides\r\nGLUTEN FREE: Annie\'s organic fruit snacks are naturally gluten free\r\nBOX CONTAINS: 22 pouches, 15.4 oz', 5.00, NULL, NULL, 8.00, 'Annie’s Organic Bunny Fruit Snacks, Variety pack, Gluten Free-84553.jpeg', 'Annie’s Organic Bunny Fruit Snacks, Variety pack, Gluten Free-96562.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-01-23 01:55:55', '2024-01-27 13:05:39'),
(20, 'Robo Alive Electronic Interactive Fish (Orange)', 'pk04lR688', 2, 'The new ZURU Orange Robo Fish by Robo Alive with a SPLASH are the most iconic real- life robotic swimming pets ever! Drop them in water and watch them swim in 5 different directions and dive up to 6ft as ZURU’s water activated technology bring these fish to life like magic! There are 6 colors to collect and they even have water activated color change! Place your fish in cold water and watch their scales change color before your eyes then pull your fish out of the water rub your hand over the scales and the scales change back to their original color. These realistic fish make for the perfect pet or prank toy', 4.00, NULL, NULL, 15.00, 'Robo Alive Electronic Interactive Fish (Orange)-29826.jpg', 'Robo Alive Electronic Interactive Fish (Orange)-96687.jpg', 'Robo Alive Electronic Interactive Fish (Orange)-17184.jpg', 'Babies', 3.0, NULL, 1, '2024-01-23 01:56:17', '2024-01-27 13:06:49'),
(21, 'Lotus Biscoff, Cookie Butter Spread Creamy', 'e85rrxmE0', 2, 'Irresistible taste with a smooth, easy to spread texture. Use as a delicious and unique alternative to nut butters (i.e. peanut butter, almond butter, etc) and chocolate spreads (i.e. hazelnut spread).\r\nSpread it! Dip it! Mix it! Spoon it! Biscoff Cookie Butter is enjoyed in a variety of ways - on a slice of bread, on your toast, on pancakes, as a dip for apple slices or other fruit, on a sandwich, in recipes, or straight from the jar.\r\nLotus Biscoff Cookie Butter is a sweet spread made from original Lotus Biscoff Cookies.\r\nNon GMO, RSPO Certified Palm Oil, No Artificial flavors, colors, or preservatives. Vegan friendly. Does not contain nuts. Made in Belgium in a nut free facility.', 7.00, NULL, NULL, 9.00, 'Lotus Biscoff, Cookie Butter Spread Creamy-95077.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 02:00:06', '2024-01-27 13:07:35'),
(22, 'Fisher-Price Linkimals Light-Up & Learn Owl Interactive Musical Learning Toy for Toddlers', 'ZviBEwnpB', 2, 'Playtime is a real hoot with the Linkimals Light-Up & Learn Owl from Fisher-Price. As toddlers press the buttons on Owl’s belly and rock him side to side this expressive friend lights up with bright colors and 90+ songs sounds and phrases to teach the alphabet counting 1-20 weather emotions and more. When Owl meets up with other Linkimals friends they light up talk sing and play together! (Additional toys sold separately and subject to availability.)', 13.00, NULL, NULL, 31.00, 'Fisher-Price Linkimals Light-Up & Learn Owl Interactive Musical Learning Toy for Toddlers-66586.jpg', 'Fisher-Price Linkimals Light-Up & Learn Owl Interactive Musical Learning Toy for Toddlers-44190.jpg', 'Fisher-Price Linkimals Light-Up & Learn Owl Interactive Musical Learning Toy for Toddlers-33612.jpg', 'Babies', 3.5, NULL, 1, '2024-01-23 02:05:05', '2024-01-27 13:08:11'),
(23, '72\" Hampton Bay Danetree Indoor/Outdoor Wood Blade Ceiling Fan w/ Remote', 'OA7BD1G4p', 2, '5 real hand carved solid wood blades with bywater maple stain\r\nPerfect for areas that do not require an extra light source\r\nHandheld remote controls the power and speed functions\r\nFan is damp rated so not only can it be used indoor, but in a covered outdoor space as well\r\nGreat room: room size 20 ft. x 20 ft. or larger with blade span of 72 in.\r\nSlide-on hanger bracket for easy installation to junction box\r\nDual-mount installation: standard and sloped options\r\n6 in. ceiling fan extension down rod with 3/4 in. Dia, included\r\nEnergy efficient DC motor with 9 speeds', 149.00, NULL, NULL, 249.00, '72\" Hampton Bay Danetree Indoor/Outdoor Wood Blade Ceiling Fan w/ Remote-48670.png', '72\" Hampton Bay Danetree Indoor/Outdoor Wood Blade Ceiling Fan w/ Remote-17073.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-23 02:06:41', '2024-01-27 13:08:57'),
(24, 'Pace Nacho Cheese Sauce', '9GWsv5Iky', 2, 'One 10.5 oz can of Pace Mild Nacho Cheese Sauce\r\nSmooth, creamy cheese canned sauce is ready to use for a crowd-pleasing topping\r\nMild sauce is made with real cheese with mild heat so it\'s not too spicy\r\nUse in dips for chips or as a topper for hot dogs, fries, soft pretzels and other favorite game-day snacks\r\nNacho cheese dip comes sealed in a can for convenient storage', 1.00, NULL, NULL, 2.00, 'Pace Nacho Cheese Sauce-29408.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 02:07:15', '2024-01-27 13:10:53'),
(25, 'StarKist Tuna Creations BOLD Hot Buffalo', 'w6SvBBdIQ', 2, 'BOLD FLAVOR: We spiced things up – quite literally. StarKist Tuna Creations BOLD Hot Buffalo Style pouches feature our select cuts of premium wild caught tuna that are seasoned with paprika, vinegar, and fiery hot sauce.\r\nEXCELLENT SOURCE OF PROTEIN: Our wild caught tuna is a natural source of Omega 3s and has 15g of protein & 70 calories per pouch; It\'s gluten free & dolphin safe; works well with Keto, Mediterranean, Paleo & Weight Watchers diet plans!\r\nADD VARIETY TO YOUR DIET: Tuna is a wholesome choice for a snack or meal. StarKist Tuna Creations BOLD Hot Buffalo Style pouches are a great and easy way to add seafood to your diet and spice up any meal.\r\nFLAVOR FRESH POUCH: Our flavor fresh tuna pouch preserves the freshness of your favorite meal or snack, so it\'s always delicious and ready when you are. There\'s no can opener required or draining necessary – just tear, eat and go!\r\nBULK 12 PACK: Buy your tuna in bulk with the StarKist 12-Pack. These StarKist Tuna Creations BOLD Hot Buffalo Style pouches are easy to store and great to have handy for when hunger strikes – whether you\'re on the go, at the office or at home.', 8.00, NULL, NULL, 12.00, 'StarKist Tuna Creations BOLD Hot Buffalo-51908.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 02:11:11', '2024-01-27 13:11:51'),
(26, 'Persona 5 Tactica - PlayStation 5', 'MtlYBM8LK', 2, 'About this Item:\r\n• An emotional revolution - Lead an uprising of the heart in a brand-new storyline that takes place in\r\nPersona\'s iconic universe.\r\n• Build your own dream squad - Assemble a team of beloved heroes to fight oppressive armies in thrilling turn-based combat.\r\n• Dynamic content - Overthrow your enemies with powerful Personas, an assortment of weapons, and wipe them out with style!', 29.00, NULL, NULL, 38.00, 'Persona 5 Tactica - PlayStation 5-67810.jpeg', 'Persona 5 Tactica - PlayStation 5-22088.jpeg', 'Persona 5 Tactica - PlayStation 5-48397.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-23 02:14:30', '2024-01-27 13:08:53'),
(27, 'Angel Soft', 'jR9kHpMgO', 2, 'The softness and strength you already love with the heavenly scent of fresh lavender on the tube\r\nEach Mega Roll is equal to 4 Angel Soft Regular Rolls, so you can change the roll less often\r\nMega Rolls deliver the long-lasting rolls you need at a price you love. How divine\r\nSeptic safe in well-maintained sewer and septic systems and made from SFI sustainably sourced trees.\r\nEach pack contains 8 Mega Rolls with 320 2-ply sheets per roll.', 4.00, NULL, NULL, 6.00, 'Angel Soft-35978.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 02:14:42', '2024-01-27 13:13:56'),
(28, 'Barbie The Movie Ken Doll Wearing Pastel Pink and Green Striped Beach Matching Set with Surfboard and White Sneakers', 'MtygU4UE3', 2, 'Take home a part of Barbie The Movie with this Ken doll! Dressed in a surf-casual outfit, he is having the best day ever in Barbie Land!\r\nKen doll rocks a pastel pink and mint green striped top. The matching shorts even feature working pockets!\r\nHe looks as easy and breezy as film Ken with his surfboard, platinum blond hair, unbuttoned top, and white sneakers.\r\nFeaturing a posable body and displayable packaging, this Ken doll makes a great gift for fans and collectors alike!\r\nCheck out the whole Barbie The Movie collection for more fantastic gift ideas! Each sold separately, subject to availability.', 15.00, NULL, NULL, 25.00, 'Barbie The Movie Ken Doll Wearing Pastel Pink and Green Striped Beach Matching Set with Surfboard and White Sneakers-69051.jpg', 'Barbie The Movie Ken Doll Wearing Pastel Pink and Green Striped Beach Matching Set with Surfboard and White Sneakers-51643.jpg', NULL, 'Babies', 3.5, NULL, 1, '2024-01-23 02:15:16', '2024-01-27 13:09:30'),
(29, 'Whirlpool 1.1 Cu. Ft. Low Profile Over-the-Range Microwave Hood Combination', 'KnrqqY9vL', 2, '400 CFM motor class high performance venting\r\nTap-To-Open door\r\nConcealed touch controls\r\n90º Hinge Door\r\n1,000-Watt cooking power\r\nTurntable On/Off option\r\nDishwasher-safe turntable plate\r\n10 power levels', 430.00, NULL, NULL, 569.00, 'Whirlpool 1.1 Cu. Ft. Low Profile Over-the-Range Microwave Hood Combination-22660.png', 'Whirlpool 1.1 Cu. Ft. Low Profile Over-the-Range Microwave Hood Combination-20681.png', 'Whirlpool 1.1 Cu. Ft. Low Profile Over-the-Range Microwave Hood Combination-41260.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-23 02:20:11', '2024-01-27 13:10:04'),
(30, 'Purely Elizabeth Dark Chocolate Chunk Superfood Oatmeal', 'FGE2KhRoa', 2, 'Purely Elizabeth Superfood Oatmeal Cup with Prebiotic Fiber, Dark Chocolate Chunk, Vegan Friendly, Gluten Free & Non-GMO, 2 Ounce (Pack of 12)', 15.00, NULL, NULL, 24.00, 'Purely Elizabeth Dark Chocolate Chunk Superfood Oatmeal-52086.jpeg', 'Purely Elizabeth Dark Chocolate Chunk Superfood Oatmeal-23128.jpeg', 'Purely Elizabeth Dark Chocolate Chunk Superfood Oatmeal-67646.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-23 02:20:41', '2024-01-27 13:11:50'),
(31, '10-Pack 4-Oz Happy Baby Organics Stage 2 Baby Food Pouches', 'cImubSCZH', 2, 'Clear packaging lets you see the ingredients in each recipe, in all its vibrant color\r\nStage 2 baby foods and baby snacks introduce baby to simple balances of fruits and veggies in a smooth puree with all the new flavors your baby is learning to love\r\nOrganic, delicious options for your baby\'s nutritional journey\r\nCertified USDA organic, made with non-GMO ingredients grown without the use of toxics and in packaging made without BPA, BPS, or phthalates', 10.00, NULL, NULL, 18.00, '10-Pack 4-Oz Happy Baby Organics Stage 2 Baby Food Pouches-99566.jpg', '10-Pack 4-Oz Happy Baby Organics Stage 2 Baby Food Pouches-51910.jpg', '10-Pack 4-Oz Happy Baby Organics Stage 2 Baby Food Pouches-57597.jpg', 'Babies', 4.0, NULL, 1, '2024-01-23 02:22:26', '2024-01-27 13:14:45'),
(32, 'Fluke 323 Clamp Meter for AC to 400 A & AC/DC Voltage to 600 V', 'Ro6YGZx4v', 2, 'About this Item:\r\n400 A AC current measurement\r\n600 V AC and DC voltage measurement\r\nTrue RMS AC voltage and current for accurate measurements on non-linear signals\r\nResistance measurement up to 4 kΩ with continuity detection\r\nSlim, ergonomic design\r\nCAT IV 300V/CAT III 600 V safety rating\r\n2-Year Warranty', 118.00, NULL, NULL, 197.00, 'Fluke 323 Clamp Meter for AC to 400 A & AC/DC Voltage to 600 V-31355.jpeg', 'Fluke 323 Clamp Meter for AC to 400 A & AC/DC Voltage to 600 V-59419.jpeg', 'Fluke 323 Clamp Meter for AC to 400 A & AC/DC Voltage to 600 V-77048.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-23 02:23:06', '2024-01-27 13:15:35'),
(33, 'Cottonelle Ultra Comfort', 'kybJai8kr', 2, '9 MEGA ROLLS: Cottonelle Ultra Comfort Toilet Paper, 2-Ply, 9 Mega Rolls; 268 sheets per roll lasts 4x longer* for fewer roll changes\r\nGENTLE SUSTAINABLE TOILET PAPER: Cottonelle Ultra Comfort toilet tissue leaves you comfortably dry with premium softness that cleans gently, removes moisture and is safe for sensitive skin.\r\nABSORBENT TOILET TISSUE: Super soft, quality 2-ply toilet paper is septic-safe and 3x more absorbent** to keep your hands and bottom protected and clean as you wipe.\r\nTOILET TISSUE FOR A HEALTHY CLEAN: Use Cottonelle toilet paper and Cottonelle flushable wet wipes together for a refreshing, shower fresh clean.\r\nFSC-CERTIFIED TOILET TISSUE: Cottonelle is FSC certified ensuring we source from responsibility managed forests to prevent deforestation and only uses fibers that are 100% plant-based and free of harsh chemicals.', 6.00, NULL, NULL, 10.00, 'Cottonelle Ultra Comfort-30107.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-01-23 02:23:53', '2024-01-27 13:12:57'),
(34, 'SOUR PATCH KIDS Lollipop with Sour Candy Dipping Powder', 'QH6q1xgmi', 2, '20 individually wrapped SOUR PATCH KIDS Lollipops with Sour Candy Dipping Powder\r\nPink raspberry and redberry flavored lollipops with mouth-puckering sour candy dip\r\nLollipops shaped like SOUR PATCH KIDS heads\r\nGreat bagged candy to share at Valentine\'s Day parties and holiday celebrations\r\nIndividually wrapped lollipops are perfect for candy exchanges and candy dishes', 3.00, NULL, NULL, 5.00, 'SOUR PATCH KIDS Lollipop with Sour Candy Dipping Powder-73961.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-23 02:28:07', '2024-01-27 13:16:01'),
(35, 'Fabuloso', 'mVsCbXaCE', 2, '1 2X Concentrated Formula = 2 Non-Concentrated Formula\r\n2X more uses in the same bottle *vs to non-concentrated Fabuloso Original\r\n2X more active ingredients in the same bottle *vs to non-concentrated Fabuloso Original\r\nPowerful and safe for multi-surfaces & cleans with a long lasting scent\r\nMix 1/8 cup in a gallon of water or pour on a sponge and clean.', 30.00, NULL, NULL, 54.00, 'Fabuloso-16738.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 02:31:36', '2024-01-27 13:16:50'),
(36, 'Ionchill Quick Cube Portable Stainless Steel Countertop Bullet Ice Maker Machine (26-lbs per day)', 'Lrw0VyL93', 2, 'Quenching your thirst is easier than ever with the ionchill Quick Cube! With just the press of a button this compact ice maker can have bullet-shaped ice cubes ready in just 9 minutes and can make up to 26lbs of ice in 24 hours. Simply add water to its large 1.2L tank press ON and let the Quick Cube work its magic. Lightweight and designed for easy portability this countertop ice machine is the perfect addition to any home or office. Plus the Self-Cleaning mode and stainless-steel construction make maintenance easy. Whether you’re making smoothies or cocktails the ionchill Quick Cube is the cooler way to ice!', 58.00, NULL, NULL, 102.00, 'Ionchill Quick Cube Portable Stainless Steel Countertop Bullet Ice Maker Machine (26-lbs per day)-94179.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-23 02:32:20', '2024-01-27 13:11:09'),
(37, 'Bubly Sparkling Water', 'wpda0wZ2X', 2, 'Includes 18 (12oz) cans of bubly Sparkling Water: Lime, Cherry, and Blackberry flavors\r\nRefreshing, crisp Bubly sparkling water with great tasting, natural flavors\r\nNo calories. No sweeteners. All smiles.\r\nEach flavor comes with a different smile and greeting to match its unique personality\r\nTry all delicious flavors of Bubly sparkling water', 9.00, NULL, NULL, 13.00, 'Bubly Sparkling Water-60330.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-01-23 02:34:54', '2024-01-27 13:14:33'),
(38, 'Finish Powerball Ultimate Infinity Shine', 'K55gjIihR', 2, 'Removes burnt-on stains in toughest conditions; even in old machines and hard water\r\nThe only tab with CycleSync technology, which releases the right ingredient at the right time\r\nUltimate clean, even when you skip the rinse. Save up to 20 gallons of water every time you skip the rinse\r\nRevolutionary performance in recyclable tubs', 14.00, NULL, NULL, 21.00, 'Finish Powerball Ultimate Infinity Shine-79567.jpeg', 'Finish Powerball Ultimate Infinity Shine-54656.jpeg', NULL, 'Groceries', 4.0, NULL, 1, '2024-01-23 02:40:55', '2024-01-27 13:16:29'),
(39, 'Home Depot YMMV Whirlpool and soaking tubs', 'BoAjWnKMw', 2, 'Enjoy spa-like luxury in your own home with the EverClean 77 in. Corner Drop-in Whirlpool Bathtub from American Standard. Spacious enough for 2, it features 10 adjustable water jets that can be directed exactly where you need relief the most. This corner design also ensures superior cleanliness with the exclusive EverClean silver-ion additive molded directly into the circulation piping and jet surfaces for continual protection from algae, fungus, mold and mildew. Color: White.', 250.00, NULL, NULL, 300.00, 'Home Depot YMMV Whirlpool and soaking tubs-13783.png', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-23 02:41:14', '2024-01-27 13:17:57'),
(40, 'Ford Red Retro Pickup Truck Foot-To-Floor Toddler Ride-On Toy', 'PMvGpPkrc', 2, 'Licensed Ford 1956 F-100, with chrome-plated details, stands out in shiny red. Stamped steel foot-to-floor ride-on toy has an easy-use steering wheel and smooth-riding tires. Added bonus-the seat lifts up to reveal storage space for a favorite toy or stuffed animal. Weight limit 44 lbs.', 47.00, NULL, NULL, 99.00, 'Ford Red Retro Pickup Truck Foot-To-Floor Toddler Ride-On Toy-56285.jpg', 'Ford Red Retro Pickup Truck Foot-To-Floor Toddler Ride-On Toy-63929.jpg', 'Ford Red Retro Pickup Truck Foot-To-Floor Toddler Ride-On Toy-64769.jpg', 'Babies', 3.0, NULL, 1, '2024-01-23 02:41:44', '2024-01-27 13:18:47'),
(41, 'HERSHEY’S KISSES Milk Chocolate', 'OfqggwxOq', 2, 'Contains one (1) 48-ounce bulk bag of HERSHEY\'S KISSES Milk Chocolate Wedding Themed Candy\r\nPrepare wedding favors, candy buffets, ceremony invitations and centerpiece decorations with stunning milk chocolate wedding candies\r\nIndividually wrapped kosher certified and gluten free milk chocolate candy featured in silver and gold foil with an \"I Do!\" plume for the ultimate wedding festivity\r\nThe tastiest milk chocolate treat for engagement parties, anniversaries and wedding celebrations\r\nThe same smooth, creamy and classic milk chocolate the world has known and loved for decades dressed to impress for an upcoming wedding celebration', 18.00, NULL, NULL, 34.00, 'HERSHEY’S KISSES Milk Chocolate-57107.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-23 02:46:34', '2024-01-27 13:17:34'),
(42, '17 Gallon Portable Oil Drain Pan w/Manual Rotary Pump', 'oPfJVzS1J', 2, 'About this item:\r\n• Oil Capacity: 17 Gallons\r\n• Caster Size: 4\" Dia.\r\n• Hose Lengh: 8 ft\r\n• Fuel Tank: PP material\r\n• 4\" Swivel Casters and a Mesh Gate\r\n• T-Handle Folds', 125.00, NULL, NULL, 175.00, '17 Gallon Portable Oil Drain Pan w/Manual Rotary Pump-32865.jpeg', '17 Gallon Portable Oil Drain Pan w/Manual Rotary Pump-85554.jpeg', '17 Gallon Portable Oil Drain Pan w/Manual Rotary Pump-41318.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-23 02:47:40', '2024-01-27 13:19:25'),
(43, 'Monster High Doll and Beauty Kit, Cleo De Nile Boo-Jeweled Beauty Case with Tattoos and Necklace for Kids', 'OZIubS5dP', 2, 'Ready to shrine. This Golden Glam Case includes a Monster High doll and mummified wear-and-share accessories like tattoos, highlighter and more.\r\nCleo De Nile doll shows off her top-of-the-pyramid style in a hieroglyph-printed dress paired with a scarably cool necklace and peep-toe heels.\r\nThe beauty kit comes with a matching kid-sized necklace, too. Its scarab pendant opens to reveal shimmer highlighter so that kids can add a touch of sparkle to their day.\r\nKids can customize their look with the included hieroglyph body tattoos. They\'ll have so much fun rocking Cleo De Nile doll\'s signature royal aesthetic.\r\nOh my Rah… the boo-tifully sculpted sarcophagus case is displayable in itself. Everything fits inside for easy storage and travel: the doll, her ornate handheld mirror, and all her beauty treasures.\r\nCleo De Nile Golden Glam Case wraps creativity and styling fun into one stunning set. Check out other Monster High dolls and playsets for more scary-good gifts.', 19.00, NULL, NULL, 42.00, 'Monster High Doll and Beauty Kit, Cleo De Nile Boo-Jeweled Beauty Case with Tattoos and Necklace for Kids-54214.jpg', NULL, NULL, 'Babies', 3.0, NULL, 1, '2024-01-23 02:51:09', '2024-01-27 13:20:57'),
(44, 'HERSHEY’S MILK Chocolate', 'e1kOLvlEA', 2, 'Contains one (1) 12.6-ounce, 28-piece bag of HERSHEY\'S Milk Chocolate Snack Size Candy Bars\r\nBring your candy dish, gift-giving and s\'mores games to the next level with HERSHEY\'S classic milk chocolate candy bars\r\nKosher certified, gluten free milk chocolate candy bars wrapped in pink and red heart wrappers for lasting freshness and seasonal festivity\r\nKick birthday parties, graduation celebrations, anniversary dates, movie nights and campfires up a notch with classic milk chocolate for everyone involved\r\nShow your nearest and dearest how much you care with snack size milk chocolate Valentine\'s Day candy classics ready to go with \"To\" and \"From\" packaging', 4.00, NULL, NULL, 6.00, 'HERSHEY’S MILK Chocolate-83272.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-23 02:51:34', '2024-01-27 13:21:40'),
(45, 'Mainstays Industrial 4 Drawer Dresser W/ Door Cabinet (Beige Oak)', 'rhqsT5scr', 2, 'The Mainstays Mixed Material 4-drawer Dresser with a door is an ideal solution for those seeking an organized and stylish living space. It embodies an industrial aesthetic featuring sturdy metal feet and wood with a light oak paper laminate. The neutral beige color of the industrial headboard complements various home decor. This beautiful chest of drawers includes four smoothly gliding drawers with durable ball-bearing slides. It also comes with one door and one shelf offering ample storage for organizing clothing items like blouses T-shirts pajamas jeans sweaters or even extra bed linens. The design prioritizes simplicity ensuring a hassle-free morning routine for you and your family. With sufficient room for all your belongings and convenient storage options each drawer is finished with a smooth linen-look paper to prevent clothes from snagging on raw edges. Anti-tip hardware kits are included for securing the dresser to the wall ensuring safety and preventing tipping injuries. Comprehensive assembly instructions are provided in the packaging making it easy for two adults to assemble the dresser. Once fully assembled the dresser measures 47.5 inches in width 15.75 inches in depth and 29.75 inches in height. This detailed description offers a nuanced understanding of the dresser s features enhancing the overall appreciation of its design and functionality.', 129.00, NULL, NULL, 169.00, 'Mainstays Industrial 4 Drawer Dresser W/ Door Cabinet (Beige Oak)-63549.png', 'Mainstays Industrial 4 Drawer Dresser W/ Door Cabinet (Beige Oak)-74330.png', 'Mainstays Industrial 4 Drawer Dresser W/ Door Cabinet (Beige Oak)-10244.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-23 02:55:34', '2024-01-27 13:22:18'),
(46, 'Abercrombie Kids\' Bum Bag (Black)', 'n3QbnnWn0', 2, 'Bum Bag (Little Kids/Big Kids) by abercrombie kids at Zappos.com. Read abercrombie kids Bum Bag (Little Kids/Big Kids) product reviews, or select the size, width, and color of your choice.', 10.00, NULL, NULL, 24.00, 'Abercrombie Kids\' Bum Bag (Black)-88638.jpg', NULL, NULL, 'Babies', 4.5, NULL, 1, '2024-01-23 02:59:29', '2024-01-27 13:13:43'),
(47, 'Whoppers', 'XckTDQsqN', 2, 'Contains twelve (12) 5-ounce boxes of WHOPPERS Malted Milk Balls Candy in a bulk case\r\nKosher-certified, bulk malted milk candies in 12 sealed boxes', 9.00, NULL, NULL, 13.00, 'Whoppers-80340.jpeg', 'Whoppers-54665.jpeg', 'Whoppers-47021.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-23 03:01:25', '2024-01-27 13:23:21'),
(48, 'HERSHEY’S MIlk Chocolate', 'XfaDUQH4l', 2, 'Contains eighteen (18) 2.6-ounce HERSHEY\'S Milk Chocolate King Size Candy Bars in a bulk box\r\nBring your candy dish, gift-giving and s\'mores games to the next level with HERSHEY\'S classic milk chocolate candy bars\r\nKosher-certified, bulk, king size milk chocolate resale candy bars individually wrapped for lasting freshness and on-the-go snacking during any fundraiser or adventure\r\nKick birthday parties, concession stands, graduation celebrations, anniversary dates, movie nights, vending machines and campfires up a notch with classic milk chocolate for everyone involved\r\nKing size bars of the classic, creamy HERSHEY\'S milk chocolate the world has known and loved for decades in the best Halloween, Christmas, Valentine\'s Day and Easter candy selections', 20.00, NULL, NULL, 31.00, 'HERSHEY’S MIlk Chocolate-25598.jpeg', 'HERSHEY’S MIlk Chocolate-36971.jpeg', 'HERSHEY’S MIlk Chocolate-61265.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-23 03:05:39', '2024-01-27 13:24:12'),
(49, 'Greenworks 80V 20-inch Snow Blower + 2.0Ah Batteries & Charger', 'OxF9ixUqM', 2, 'Amazon currently has a good deal on a cordless 80V snow blower with battery from Greenworks. If you already have other Greenworks tools and batteries, their batteries will work with this also. It does come with a small 2.0 Ah battery if you are just starting to get into cordless lawn and garden tools.', 300.00, NULL, NULL, 500.00, 'Greenworks 80V 20-inch Snow Blower + 2.0Ah Batteries & Charger-85187.jpeg', 'Greenworks 80V 20-inch Snow Blower + 2.0Ah Batteries & Charger-58429.jpeg', 'Greenworks 80V 20-inch Snow Blower + 2.0Ah Batteries & Charger-53049.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-23 03:12:47', '2024-01-27 13:27:22'),
(50, 'Mentos Pure Fresh', 'dSmrBgkJy', 2, 'Four, 80 piece bottles of Mentos Pure Fresh sugar free chewing gum, Fresh Mint (total of 320 pieces)\r\n80 pieces per bottle provides a great value\r\nLong lasting Fresh Mint flavor\r\nBottle is made of 90% paperboard and certified recyclable for curbside services or drop-off programs.\r\nXYLITOL: Number one ingredient is xylitol, which may help reduce the risk of tooth decay', 14.00, NULL, NULL, 17.00, 'Mentos Pure Fresh-81319.jpeg', 'Mentos Pure Fresh-77256.jpeg', 'Mentos Pure Fresh-39616.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-23 03:13:44', '2024-01-27 13:29:29'),
(51, 'AmazonCommercial 3 Shelves Utility Cart with 400 lbs Loading Capacity, Smooth move, Gray', 'I017PvWkW', 2, 'Utility cart ideal for use in commercial, industrial, hospitality, retail, and other settings\r\nCan support up to 400 pounds of supplies, tools, and products\r\nRolling caster wheels allow for easy pivoting and maneuverability\r\n3 spacious recessed shelf trays that help keep items from falling out while in transit\r\nDurable, lightweight polypropylene plastic construction with metal fixtures and pillars\r\nPush handles on both sides for convenience', 78.00, NULL, NULL, 132.00, 'AmazonCommercial 3 Shelves Utility Cart with 400 lbs Loading Capacity, Smooth move, Gray-59618.jpeg', NULL, NULL, 'Beauty & personal care', 2.5, NULL, 1, '2024-01-23 03:14:35', '2024-01-27 13:30:24'),
(52, 'Augason Farms Cheesy Broccoli Soup Mix', 'YBnrbsrTp', 2, '33 servings\r\n6,270 calories\r\nJust add water\r\nPerfect for food storage, emergencies, survival, camping, and everyday use\r\nUp to a 10 year shelf life', 17.00, NULL, NULL, 39.00, 'Augason Farms Cheesy Broccoli Soup Mix-87735.jpeg', 'Augason Farms Cheesy Broccoli Soup Mix-77206.jpeg', 'Augason Farms Cheesy Broccoli Soup Mix-93231.jpeg', 'Groceries', 2.0, NULL, 1, '2024-01-23 03:17:28', '2024-01-27 13:31:23'),
(53, 'Persona 5 Tactica - PlayStation 5', 'jKotvNtbC', 2, 'An emotional revolution - Lead an uprising of the heart in a brand-new storyline that takes place in Persona\'s iconic universe.\r\nBuild your own dream squad - Assemble a team of beloved heroes to fight oppressive armies in thrilling turn-based combat.\r\nDynamic content - Overthrow your enemies with powerful Personas, an assortment of weapons, and wipe them out with style!', 29.00, NULL, NULL, 38.00, 'Persona 5 Tactica - PlayStation 5-31350.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-01-23 03:27:26', '2024-01-27 13:32:11'),
(54, 'The Elder Scrolls V: Skyrim Special Edition', 'XmUsoJbn5', 2, 'Skyrim Special Edition includes the critically acclaimed game and add-ons plus all-new features like remastered art and effects, volumetric god rays, dynamic depth of field, screen-space reflections and more.', 6.00, NULL, NULL, 39.00, 'The Elder Scrolls V: Skyrim Special Edition-15108.jpeg', 'The Elder Scrolls V: Skyrim Special Edition-98196.jpeg', NULL, 'Video games', 2.5, NULL, 1, '2024-01-23 03:32:45', '2024-01-27 13:33:28'),
(55, 'Tintin Report: Cigars of the Pharaoh', '43s2tGC8T', 2, 'Fourth adventure in the series and faithful to the book - Rich in every aspect of the Tintin universe and with a story full of twists and turns, this game plunges you into the heart of mysterious Egypt and other lands of infinite beauty\r\nFilled with adventures to live - Join Tintin in action-packed and thought-provoking stages as he solves an international drug trafficking case by exploring the East, a tomb, a stretch of desert, a lush jungle, and other places fraught with pitfalls\r\nDifferent gameplays to master - Unique and innovative gameplay combining elements of adventure and investigative games; Search and infiltrate to find clues and solve puzzles with investigative dialogue enriched with breath-taking video sequences\r\nRiddles, search or stealth phases, plane and car chases, investigative dialogues… a unique and innovative game which allows everyone to experience the adventure like a real reporter', 29.00, NULL, NULL, 49.00, 'Tintin Report: Cigars of the Pharaoh-78623.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-01-23 03:36:45', '2024-01-27 13:34:25'),
(56, 'Chrono Trigger', 'LQsL4Cfvn', 2, 'Single Player\r\nGenre: RPG\r\nController Support\r\nSteam Deck Compatibility; Yes (Playable)\r\nThe timeless RPG classic returns loaded with upgrades! Journey to the forgotten past, to the far future, and to the end of time. A big adventure to save the planet, now begins…\r\nESRB Rating: Everyone 10+', 7.00, NULL, NULL, 14.00, 'Chrono Trigger-57477.jpeg', 'Chrono Trigger-80300.jpeg', 'Chrono Trigger-99377.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-23 03:40:58', '2024-01-27 13:35:15'),
(57, 'Uncharted: Legacy of Thieves Collection', 'EY5j1zwr6', 2, 'Play as Nathan Drake and Chloe Frazer in their own standalone adventures as they confront their pasts and forge their own legacies. This game includes the critically acclaimed single-player stories from both UNCHARTED 4: A Thief\'s End and UNCHARTED: The Lost Legacy.\r\nIncludes:\r\nUncharted 4: A Thief\'s End\r\nUncharted: The Lost Legacy', 6.00, NULL, NULL, 30.00, 'Uncharted: Legacy of Thieves Collection-60234.jpeg', 'Uncharted: Legacy of Thieves Collection-10163.jpeg', 'Uncharted: Legacy of Thieves Collection-60012.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-23 03:45:05', '2024-01-27 13:37:08'),
(58, 'Dead Space', 'YwY1Rh98y', 2, 'The sci-fi survival horror classic returns, completely rebuilt to offer an even more immersive experience – including visual, audio, and gameplay improvements.', 32.00, NULL, NULL, 67.00, 'Dead Space-35184.jpeg', 'Dead Space-85705.jpeg', 'Dead Space-92654.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-23 03:50:33', '2024-01-27 13:40:00'),
(59, 'Hellblade: Senua’s Sacrifice', 'xtdtrkAdp', 2, 'From the makers of Heavenly Sword, Enslaved: Odyssey to the West, and DmC: Devil May Cry, comes a warrior\'s brutal journey into myth and madness.\r\nSet in the Viking age, a broken Celtic warrior embarks on a haunting vision quest into Viking Hell to fight for the soul of her dead lover.\r\nCreated in collaboration with neuroscientists and people who experience psychosis, Hellblade: Senua\'s Sacrifice will pull you deep into Senua\'s mind.', 8.00, NULL, NULL, 27.00, 'Hellblade: Senua’s Sacrifice-48518.jpeg', 'Hellblade: Senua’s Sacrifice-14158.jpeg', NULL, 'Video games', 2.5, NULL, 1, '2024-01-23 03:54:23', '2024-01-27 13:41:22'),
(60, 'Super Monkey Ball Banana Mania', 'FQ9BChMNw', 2, 'Roll through wondrous worlds with AiAi and friends as you race to stop monkey mad scientist Dr. Bad-Boon from blowing up Jungle Island! Join the all-star monkey team of AiAi, MeeMee, GonGon, Baby, YanYan and Doctor as you bounce, tilt, and roll your way across hundreds of delightfully crafted levels and mazes. It\'s monkey business for the gang as you take down Dr. Bad-Boon and steal back your beloved bananas!', 7.00, NULL, NULL, 12.00, 'Super Monkey Ball Banana Mania-77114.jpeg', NULL, NULL, 'Video games', 2.5, NULL, 1, '2024-01-23 03:58:21', '2024-01-27 13:42:42'),
(61, 'Borderlands 3 Ultimate Edition', 'HE6It27I6', 2, 'YOUR VAULT HUNTER, YOUR PLAYSTYLE: Become one of four extraordinary Vault Hunters, each with unique abilities, playstyles, deep skill trees, and tons of personalization options.\r\nLOCK, LOAD, AND LOOT: With bazillions of guns and gadgets, every fight is an opportunity to score new gear. Firearms with self-propelling bullet shields? Check. Guns that grow legs and chase down enemies while hurling verbal insults? Yeah, got that too.\r\nA MAYHEM-FUELED THRILL RIDE: Discover new worlds beyond Pandora, each featuring unique environments to explore and enemies to destroy. Tear through hostile deserts, battle your way across war-torn cityscapes, navigate deadly bayous, and more!\r\nQUICK & SEAMLESS CO-OP ACTION: Play with a friend in online co-op, regardless of your level or mission progress. Take down enemies and challenges as a team, but reap rewards that are yours alone—no one misses out on loot.\r\nIncludes: Borderlands 3 base game, Moxxi\'s Heist of the Handsome Jackpot, Guns, Love, and Tentacles: The Marriage of Wainwright & Hammerlock, Bounty of Blood, Psycho Krieg and the Fantastic Fustercluck, Designer\'s Cut, Director\'s Cut, and 30+ cosmetic items.', 26.00, NULL, NULL, 38.00, 'Borderlands 3 Ultimate Edition-16087.jpeg', NULL, NULL, 'Video games', 2.0, NULL, 1, '2024-01-23 04:01:25', '2024-01-27 13:44:09'),
(62, 'Paleo Pines: The Dino Valley', '4vZiiMMtN', 2, 'Embark on your Dino Quest – Set off on a lively adventure with your dino pal, Lucky; The other Parasaurolophus are missing, and it\'s up to you and Lucky to uncover their whereabouts; Build a new home, make friends, unravel the island\'s lost history\r\nCreate Your Cozy Dino Sanctuary – Set up your home base on the island as you go about your quest; Master the art of dino ranching by growing crops, trading with townsfolk, and enlisting the help of your dino pals to produce a roarsome harvest\r\nDiscover and Befriend Dinosaurs – A collection of dinosaurs roam the wild waiting to become your friends, as well as ranch helpers; Coax them by mimicking their calls with your flute, then seal the deal with a tasty treat and trustworthy nose boop', 18.00, NULL, NULL, 29.00, 'Paleo Pines: The Dino Valley-68792.jpeg', 'Paleo Pines: The Dino Valley-87852.jpeg', 'Paleo Pines: The Dino Valley-81999.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-23 04:06:43', '2024-01-27 13:45:01'),
(63, 'New Super Lucky’s Tale', 'ZNojHG35A', 2, 'Join Lucky on his thrilling journey through the Book of Ages, a magical artifact that opens doors to amazing worlds. Meet new friends, explore exciting lands, and recover the missing pages from the evil sorcerer Jinx and his villainous family, the dreaded Kitty Litter.', 7.00, NULL, NULL, 29.00, 'New Super Lucky’s Tale-33240.jpeg', 'New Super Lucky’s Tale-15556.jpeg', 'New Super Lucky’s Tale-98079.jpeg', 'Video games', 2.5, NULL, 1, '2024-01-23 04:10:56', '2024-01-27 13:46:26'),
(64, 'Batman Arkham Collection', 'oXBfaTnS4', 2, 'Batman: Arkham Collection brings you the definitive versions of Rocksteady\'s Arkham Trilogy games, including all post-launch content, in one complete collection.\r\nExperience two of the most critically acclaimed titles of the last generation - Batman: Arkham Asylum and Batman: Arkham City, with fully remastered and updated visuals. Complete your experience with the explosive finale to the Arkham series in Batman: Arkham Knight. Become the Batman and utilize a wide range of gadgets and abilities to face off against Gotham\'s most dangerous villains, finally facing the ultimate threat against the city that Batman is sworn to protect.', 8.00, NULL, NULL, 40.00, 'Batman Arkham Collection-45996.jpeg', 'Batman Arkham Collection-42015.jpeg', NULL, 'Video games', 4.5, NULL, 1, '2024-01-23 04:17:47', '2024-01-27 13:46:23'),
(65, 'Loop8: Summer of Gods Celestial Edition', '4rlaF7e4Y', 2, 'Celestial\' Limited Edition includes 5.25\"x7.25\" softcover artbook with over 50 pages, a musical selections cd, a 7\" x 10.5\" mini wall scroll, and an authentic 4\" x 3.15\" Japanese wooden ema, all packaged with the game in a custom box\r\nChoices That Can Change the World - Loop8\'s emotion-driven AI system responds to every action you take and decision you make; Characters\' emotions and stories will vary greatly based on your choices, making each playthrough wholly unique\r\nBeautiful Seaside Town Brimming with Mystery - A nostalgic and beautifully recreated snapshot of rural Japan circa 1983, Ashihara is home to a colorful cast of characters, each with secrets to uncover; Will your choices make them allies or enemies\r\nLive an Ordinary Life, Fight Extraordinary Enemies - Build bonds with residents while protecting the town from the ever-present threat of the Kegai, repeating the cycle to uncover how your actions impact your battles in the Underworld, and vice versa\r\nRelive the Past to Alter the Future - The deadline for humanity\'s extinction draws close, Ashihara\'s fate is in your hands; Repeatedly return to the start of August, alter your actions to see how they turn the tides of destiny across multiple endings', 29.00, NULL, NULL, 47.00, 'Loop8: Summer of Gods Celestial Edition-17749.jpeg', 'Loop8: Summer of Gods Celestial Edition-68895.jpeg', NULL, 'Video games', 3.0, NULL, 1, '2024-01-23 04:22:10', '2024-01-27 13:47:18'),
(66, 'Spirit Island: Natural Incarnate', '4Tv5ib3Lw', 2, 'Bring new spirits and mechanics to the fight against the invaders.\r\nExperience the Incarna token, allowing certain spirits to interact with the game world in new ways.\r\nEight new spirits are included, each with unique abilities and powers to help defend the island.\r\nWith new gameplay mechanics and more ways to play, Nature Incarnate is a must-have expansion for fans of Spirit Island.', 39.00, NULL, NULL, 52.00, 'Spirit Island: Natural Incarnate-94445.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-01-23 04:28:39', '2024-01-27 13:45:32'),
(67, 'The walking Dead Destinies', 'Zdyb9bvQl', 2, 'Shatter Fate: Alter the story of AMC\'s The Walking Dead by weaving your own path through the series\' events. Save the villain, kill the hero… and live with the consequences.\r\nSlash, Bash, and Shoot the Undead: Slay hordes of walkers in third-person action with a variety of melee and ranged weapons, including bats, katanas, revolvers, shotguns, and crossbows.\r\nBuild Your Dream Team: Assemble your roster from over twelve iconic characters from AMC\'s The Walking Dead, including Rick, Shane, Michonne, Carol, Daryl, and more.\r\nSurvive the Apocalypse: Manage limited resources, scavenge for weapons and ammo, and maximize your party\'s abilities to stay alive.\r\nExperience the Tension: Defend your camp, rescue survivors, and fight through stealth and all-out combat. Get one last chance at survival in a \"broken state\" before the zombie threat overwhelms you.', 25.00, NULL, NULL, 47.00, 'The walking Dead Destinies-68163.jpeg', NULL, NULL, 'Video games', 2.0, NULL, 1, '2024-01-23 04:31:43', '2024-01-27 13:47:41'),
(68, 'Unpacking', 'fHVeIWESR', 2, 'Unpacking is a zen game about the familiar experience of pulling possessions out of boxes and fitting them into a new home. Part block-fitting puzzle, part home decoration, you are invited to create a satisfying living space while learning clues about the life you\'re unpacking. Over the course of eight house moves, you are given a chance to experience a sense of intimacy with a character you never see and a story you\'re never told.', 10.00, NULL, NULL, 19.00, 'Unpacking-15596.jpeg', 'Unpacking-96416.jpeg', 'Unpacking-72483.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-23 04:37:06', '2024-01-27 13:48:02'),
(69, 'Supergirl Barbie Doll', 'UnmYbo8N4', 2, 'Barbie commemorates The Flash movie with a Barbie doll inspired by its courageous heroine Kara Zor-El, also known as… Supergirl.\r\nSupergirl Barbie doll is a vision of strength in her sleek red and blue bodysuit with the legendary S-shield emblazoned on her chest.\r\nArriving on Earth in search of a missing Kryptonian, Kara Zor-El faced many challenges before becoming the hero the world needs: Supergirl.\r\nIn striking displayable packaging, Barbie doll is poised to zoom through the skies with her cape billowing behind her in the wind.\r\nFeaturing a doll stand and Certificate of Authenticity, Supergirl Barbie doll makes an outstanding gift for collectors, fans, and superheroes everywhere.', 25.00, NULL, NULL, 55.00, 'Supergirl Barbie Doll-18193.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-23 04:43:42', '2024-01-27 13:50:40'),
(70, 'Little Live pets - mama Surprise', 'M5eZykZTB', 2, 'NURTURE YOUR MAMA GUINEA PIG: Nurture your mama by patting her, feeding her and brushing her to make her heart light up. Then place her back in the hutch.Ideal for ages:4 years and up\r\nMAMA MAGICALLY HAS 3 BABIES!: Once her heart lights up, she is ready to enter her hutch and magically reveal her babies! When will her babies arrive\r\nSTYLE BABIES WITH SURPRISE ACCESSORIES: Open the hutch and find a baby and it\'s surprises! Style each baby with it\'s own surprise accessories\r\n20+ SOUNDS AND REACTIONS: There are 20+ sounds and reactions to play with your mama and babies\r\n20+ PIECES: So much fun to be had with 20+ pieces to play with\r\nREPEAT PLAY!: You can reload the hutch and play again and again\r\nTarget genderunisex', 42.00, NULL, NULL, 64.00, 'Little Live pets - mama Surprise-23235.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-23 04:57:47', '2024-01-27 13:52:44'),
(74, 'Champion Sports 9\" Hollow Plastic Baseballs - Pack of 12', 'Yea0JVoV2', 2, 'Athletic baseball equipment: Spend time outdoors with Champion Sports\' Plastic Baseballs; Perfect for practicing your pitch, batting skills, or for some leisure time playing catch with friends\r\nRegulation size balls: Each plastic hollow ball has a 9 inch circumference so you can use them for pitching, batting, throwing, and catching practice to improve your baseball game every time\r\nFun for all ages: Little kids and adults alike will love these highly durable baseballs thanks to their hollow design that allows nonstop fun whether playing baseball or fetch with a pet\r\nLightweight and durable: The innovative hollow design makes each ball lightweight enough to carry anywhere and the plastic make them highly durable so they can take hit after hit without breaking\r\nA dozen baseballs in a pack: Each pack contains 12 hollow white plastic balls for endless fun; They are easy to see in a large field so you never have to worry about losing them', 4.00, NULL, NULL, 11.00, 'Champion Sports 9\" Hollow Plastic Baseballs - Pack of 12-28209.jpeg', NULL, NULL, 'Babies', 3.0, NULL, 1, '2024-01-23 07:26:39', '2024-01-27 13:54:02');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(75, 'Disney100 Years of Defying Odds Celebration Collection Limited Edition 8-piece Figure Pack', 'yWofp0Ezr', 2, 'includes:%208%20figures.%0AA%20Flair%20for%20the%20Dramatic%3A%20Celebrate%20a%20lifetime%20of%20the%20most%20dynamic%20%E2%80%93%20and%20sometimes%20%E2%80%93%20dynastic%20memories%20with%20the%20Disney100%20Years%20of%20Defying%20Odds%20Celebration%20Collection%20Limited%20Edition%20Figure%20Pack.%0AA%20Century%20of%20Storytelling%3A%20This%20collection,%20filled%20with%208%20approximately%203-inch%20figures,%20celebrates%20100%20Years%20of%20Disney%20wonder%20%E2%80%93%20and%20the%20driven,%20inspired%20characters%20who%20defy%20insurmountable%20odds%20to%20overcome%20grand%20challenges.%0AA%20Once-in-a-Lifetime%20Exclusive%3A%20All%20figures%20in%20this%20pack%20were%20artfully%20designed%20in%20honor%20of%20the%20100th%20Anniversary%20of%20The%20Walt%20Disney%20Company.%0AA%20Century%20of%20Magical%20Storytelling%3A%20This%20set%20includes%20Pocahontas,%20Remy,%20Mirabel%20Madrigal,%20Carl%20Fredricksen,%20Mulan,%20Raya,%20Wreck-It%20Ralph,%20and%20Belle.%0AA%20Special%20Anniversary%20Collection%3A%20To%20add%20to%20the%20celebration,%20collect%20other%20Disney100%20plush,%20blind%20bag%20figures,%20and%20commemorative%20toys%20(each%20sold%20separately).%0AMementos%20for%20the%20Biggest%20Fans%3A%20Disney%20toys%20and%20stuffed%20animal%20plushiesare%20ideal%20for%20fans%20and%20collectors%20of%20Disney%20toys%20ages%202%20years%20and%20up.', 12.00, NULL, NULL, 19.00, 'Disney100 Years of Defying Odds Celebration Collection Limited Edition 8-piece Figure Pack-28022.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-23 07:31:41', '2024-01-27 13:54:17'),
(76, '10-Pack 2.5\'\' Playskool Heroes: Marvel Super Hero Adventures Ultimate Action Figures Set', 'RtcJ8ueOW', 2, 'AGE OF ULTRON COLLECTION SET: The 10 figure Ultimate Super Hero Set is inspired by the characters from the Marvel movie Avengers: Age of Ultron\r\n10 ICONIC MARVEL CHARACTERS: The toy set comes with Captain America, Hulk, Marvel\'s Black Widow, Iron Man, Marvel\'s Hawkeye, Thor, Nick Fury, Marvel\'s Vision, Ultron, and Ultron\'s Sentry figures', 10.00, NULL, NULL, 33.00, '10-Pack 2.5\'\' Playskool Heroes: Marvel Super Hero Adventures Ultimate Action Figures Set-26669.jpeg', '10-Pack 2.5\'\' Playskool Heroes: Marvel Super Hero Adventures Ultimate Action Figures Set-18096.jpeg', '10-Pack 2.5\'\' Playskool Heroes: Marvel Super Hero Adventures Ultimate Action Figures Set-28245.jpeg', 'Babies', 2.0, NULL, 1, '2024-01-23 07:36:57', '2024-01-27 13:55:44'),
(77, 'Monbebe Baby Flex Deluxe Portable Playard w/ Removable Bassinet & Change Table', 'PPqnzrgDs', 2, 'On the search for portable play yards that not only include storage space for baby essentials a bassinet and a baby changing station but also matches your smart sense of style with plenty of fashion options to choose from? Look no further than the Monbebe Flex Deluxe Baby Play Yard. The Flex Deluxe is a full-sized portable play yard that not only easily folds away for travel or storage in its included bag it also features a removable baby bassinet constructed with memory foam for your newborn s comfort. Simply remove or flip out of the way when not in use. Much like the bassinet the baby changing station on the play yard s opposite side can be flipped up when it s time for a diaper change and the side storage pockets are perfect for storing diapering essentials. The Monbebe Flex Deluxe Baby Play Yard with Bassinet also includes sleek and stylish details such as faux leather on the play yard s legs with handsome stitching and two adorable soft toys for baby on the baby bassinet s detachable canopy. Monbebe has partnered with Watsi to help support life changing surgeries for children around the world. Learn more by visiting http://www.watsi.org/company/dorel >www.watsi.org/company/dorel Assembled weight: 26lb. The Flex Deluxe Play Yard includes a limited 1 year warranty. This product is designed with a firm flat sleeping surface that meets the Consumer Product Safety Commission s recommendations for safe sleep', 70.00, NULL, NULL, 120.00, 'Monbebe Baby Flex Deluxe Portable Playard w/ Removable Bassinet & Change Table-31548.jpeg', 'Monbebe Baby Flex Deluxe Portable Playard w/ Removable Bassinet & Change Table-65698.jpeg', 'Monbebe Baby Flex Deluxe Portable Playard w/ Removable Bassinet & Change Table-38680.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-23 07:56:15', '2024-01-27 14:01:12'),
(78, 'Fisher-Price Baby Bouncer Palm Paradise Jumperoo Activity Center With Music Lights Sounds And Developmental Toys', 'jHBhL8OCh', 2, 'Baby\'s jump is rewarded with fun music, lights and sounds of this exotic animal-themed activity center.\r\nSeat spins for 360-degrees of play with activities all around: bat-at sloth, butterfly spinner, flamingo roller ball, lion mirror, see-saw leopard, bobble giraffe and music & lights toucan\r\nTake-along toy piano toucan with 20 minutes of music and lights removes easily for travel and play\r\nEasily adjusts to 3 different heights as your baby grows, plus a machine-washable seat pad for easy cleanup\r\nHelps strengthen gross motor skills and engages developing senses of sight, hearing and touch', 70.00, NULL, NULL, 90.00, 'Fisher-Price Baby Bouncer Palm Paradise Jumperoo Activity Center With Music Lights Sounds And Developmental Toys-59139.jpeg', 'Fisher-Price Baby Bouncer Palm Paradise Jumperoo Activity Center With Music Lights Sounds And Developmental Toys-89055.jpeg', 'Fisher-Price Baby Bouncer Palm Paradise Jumperoo Activity Center With Music Lights Sounds And Developmental Toys-63241.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-23 08:09:29', '2024-01-27 14:01:39'),
(79, 'Dream On Me Clover 4-in-1 Modern Island Crib with Rounded Spindles (White)', '4fywYIh3U', 2, 'Product Dimensions 54.25\"L x 30.25\"W x 36.25\"H\r\nWith 3 mattress height positions, the Clover can be adjusted according to the age of your baby\r\nJPMA Certified to meet/exceed CPSC/ASTM safety standards\r\nBuilt of durable, renewable, sustainable New Zealand pinewood\r\nMaximum weight capacity is 50 lbs', 150.00, NULL, NULL, 350.00, 'Dream On Me Clover 4-in-1 Modern Island Crib with Rounded Spindles (White)-96032.jpeg', 'Dream On Me Clover 4-in-1 Modern Island Crib with Rounded Spindles (White)-97262.jpeg', 'Dream On Me Clover 4-in-1 Modern Island Crib with Rounded Spindles (White)-78736.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-23 08:18:30', '2024-01-27 14:03:19'),
(80, 'Evenflo Victory Plus Jogging Stroller (Gray Scale)', 'XdMYi30f5', 2, 'Gear up for an active lifestyle with a stroller that delivers the ultimate in lightweight mobility — the Evenflo® Victory™ Plus Jogger Stroller. This jogging stroller weighs just 23 lb and is compatible with the super-lightweight Evenflo LiteMax™ Infant Car Seat (just 7.4 lb). Put it all together and you\'ve got the streamlined stroller you need to jog, walk, do errands and travel. Whether you hit the roads or trails, the Victory Plus Jogger delivers a smooth ride for you and your little passenger, thanks to enhanced suspension and large pneumatic tires. Loaded with on-the-go conveniences, it includes a roomy storage basket, plus 2 deep parent cupholders and 2 toddler cupholders with a snack tray. When your workout is done, simply lift the in-seat strap, while pulling on the in-seat ring simultaneously, to fold the stroller into a compact size for easy storage. Whether you\'re training for a 5k or just want to get some extra steps in, the Victory Plus Jogger is a big win for parents who love to get out there and enjoy the fresh air with a baby in tow. It\'s been 100 years and Evenflo continues to push the boundaries in baby and children\'s gear design and innovation. We meet the needs of new generations of parents by focusing on what they really care about: leading-edge safety, smart design and technology, and convenient features that help them enjoy the journey of parenthood.', 90.00, NULL, NULL, 169.00, 'Evenflo Victory Plus Jogging Stroller (Gray Scale)-36433.jpeg', 'Evenflo Victory Plus Jogging Stroller (Gray Scale)-16643.jpeg', 'Evenflo Victory Plus Jogging Stroller (Gray Scale)-34489.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-23 08:26:37', '2024-01-27 14:02:55'),
(81, 'The Children\'s Place: Boy\'s Short Sleeve Button Down Shirt (Various Colors', 'lKhwX6Phh', 2, 'BUTTON DOWN SHIRT — A classic style that can be dressed up or down.\r\nFABRIC — Made of 100% cotton poplin\r\nCLOSURE — Button front\r\nDESIGN — Features short sleeves, pointed collar, chest pocket, curved shirttail hem and allover rainbow gingham\r\nTHE CHILDREN\'S PLACE — We offer a huge selection of kid\'s clothing! Shop us for jeans, shorts, leggings, chinos, polo shirts, dresses, pajamas, and accessories.', 4.00, NULL, NULL, 24.00, 'The Children\'s Place: Boy\'s Short Sleeve Button Down Shirt (Various Colors-85182.jpeg', 'The Children\'s Place: Boy\'s Short Sleeve Button Down Shirt (Various Colors-58506.jpeg', 'The Children\'s Place: Boy\'s Short Sleeve Button Down Shirt (Various Colors-89945.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-23 08:34:16', '2024-01-27 14:04:27'),
(82, 'SOCOUCH 10885.5\" Oversized Sectional Sofa Set, U-Shaped Modern Sleeper 7 Seat Modular Couch with Reversible Chaise and 3 Pillows for Living Room Office, Light Gray', 'VRXhJzYNL', 2, 'Versatile Sofa Set: Upholstered in a stylish gray hue, this sofa set combines functionality and style. It includes a left arm up loveseat, a wedge, and a right arm up upholstery, accompanied by three pillows for everyday use variations.\r\nSpacious & Sturdy Build: Crafted with a sturdy solid wood frame, reinforced by an iron back support, and enveloped in 100% polyester fabric, this U-shaped combination sofa offers comfort and durability. Perfect for apartments, houses, or conference rooms, it provides a cozy space for gatherings and relaxation.\r\nPremium Quality Materials: Designed with modern premium fabric and a robust solid wood + iron frame, this combination sofa ensures superior quality. Enhanced comfort is delivered through high-density foam and oversized cushions, ensuring relaxation whether sitting or lying down.\r\nComfortable & Contemporary Design: Featuring clean, beveled arms, cushions, and sleek legs, this sofa boasts a simple yet modern aesthetic. Its pocketed spring-filled cushions are supported by a spring pack structure, ensuring uniform comfort and preventing sagging for a cozy seating experience.\r\nSturdy & Durable Construction: Built with a hardwood frame and an iron backrest, this sofa guarantees durability and long-lasting service. Padded legs offer firm support and excellent stability, providing peace of mind during use.', 981.00, NULL, NULL, 1500.00, 'SOCOUCH 10885.5\" Oversized Sectional Sofa Set, U-Shaped Modern Sleeper 7 Seat Modular Couch with Reversible Chaise and 3 Pillows for Living Room Office, Light Gray-96665.jpeg', 'SOCOUCH 10885.5\" Oversized Sectional Sofa Set, U-Shaped Modern Sleeper 7 Seat Modular Couch with Reversible Chaise and 3 Pillows for Living Room Office, Light Gray-32259.jpeg', 'SOCOUCH 10885.5\" Oversized Sectional Sofa Set, U-Shaped Modern Sleeper 7 Seat Modular Couch with Reversible Chaise and 3 Pillows for Living Room Office, Light Gray-34444.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-23 09:08:26', '2024-01-27 14:06:07'),
(83, 'Imaginarium 10\" Hybrid of Memory Foam and Coils Mattress w/ Antimicrobial Treated Cover', 'zYPB750He', 2, 'The Imaginarium 10 hybrid of memory foam and coils is a four-layer mattress featuring premium memory foam for comfort and pressure relief that transitions into high density foam for support. These foams are then paired with individually wrapped coils that help minimize motion transfer. Our coils are encased in an edge support foam for greater support around the perimeter. The combination of these foams and the individually wrapped coils makes for the perfect blend of comfort and support. In addition there is a final high density base layer for added stability to ensure that our mattress is an industry game-changer. Perfect night s sleep for kids teens and adults.', 110.00, NULL, NULL, 199.00, 'Imaginarium 10\" Hybrid of Memory Foam and Coils Mattress w/ Antimicrobial Treated Cover-10097.jpeg', 'Imaginarium 10\" Hybrid of Memory Foam and Coils Mattress w/ Antimicrobial Treated Cover-60620.jpeg', 'Imaginarium 10\" Hybrid of Memory Foam and Coils Mattress w/ Antimicrobial Treated Cover-57111.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-23 09:23:01', '2024-01-27 14:07:04'),
(84, 'Titan Pro Jupiter XL 3D Heated Massage Chair (Taupe)', 'nrEUzRrLs', 2, '3D Massage Mechanism\r\nLumbar Heat Therapy\r\nL-Track\r\nSurround Sound Bluetooth Speakers\r\nCalming Head Massage\r\nDual Action Foot Massager\r\nZero Gravity Reclining\r\nSpace Saving Technology', 1499.00, NULL, NULL, 2499.00, 'Titan Pro Jupiter XL 3D Heated Massage Chair (Taupe)-40847.jpeg', NULL, NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-23 09:36:46', '2024-01-27 14:08:09'),
(85, '4-Piece Mainstays Stanton Outdoor Patio Conversation Set (Brown, Green, Red)', 'tgQRdcwdE', 2, 'Chairs and loveseat feature soft seat and back cushions\r\nTempered glass top coffee table\r\nDurable steel frame for a long life\r\nChair weight capacity 250 lbs.\r\nLoveseat weight capacity 500 lbs.', 170.00, NULL, NULL, 298.00, '4-Piece Mainstays Stanton Outdoor Patio Conversation Set (Brown, Green, Red)-18527.jpeg', '4-Piece Mainstays Stanton Outdoor Patio Conversation Set (Brown, Green, Red)-43826.jpeg', '4-Piece Mainstays Stanton Outdoor Patio Conversation Set (Brown, Green, Red)-26140.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-23 09:47:07', '2024-01-27 14:09:29'),
(86, 'YITAHOME 5.8Gal (22L) 480W Industrial Ultrasonic Cleaner w/ Heater & Timer', '5yehfkBTE', 2, '480W Ultrasonic Power Cleaning & 600W Heating Power\r\n40KHz Ultrasonic Frequency\r\nDigital control panel for adjusting temperature and timer\r\nUltrasonic cleaning basket and tank are made of 304 stainless steel\r\nEquipped with a large capacity cleaning basket and a small item cleaning ball to hold coins, rings, diamonds, jewelry, watches and small parts in place\r\nIndustrial ultrasonic cleaner can be widely used for deep cleaning of items in laboratories, manufacturing, automotive repair, jewelry, and electronics industries', 136.00, NULL, NULL, 170.00, 'YITAHOME 5.8Gal (22L) 480W Industrial Ultrasonic Cleaner w/ Heater & Timer-78917.jpeg', 'YITAHOME 5.8Gal (22L) 480W Industrial Ultrasonic Cleaner w/ Heater & Timer-15595.jpeg', 'YITAHOME 5.8Gal (22L) 480W Industrial Ultrasonic Cleaner w/ Heater & Timer-97855.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-23 09:51:39', '2024-01-27 14:12:07'),
(87, '29.75\" Better Homes & Gardens Round Tufted Storage Ottoman w/ Nailheads (Gray)', 'RZkCkwbdR', 2, 'Add some versatile style to your space with the Better Homes and Gardens Round Tufted Storage Ottoman (with Nail-heads). It has a sturdy frame made of high-quality materials for extended use. This blue round ottoman features a tapered base and a chic thickly padded top wrapped in lovely linen upholstery with a tufted exterior. It also includes decorative nail head detailing around the edges of the removable lid for added appeal. Plus it s more than just an eye-catching accent piece. Remove the top and inside is a spacious interior well suited for storing extra pillows linens and more. Use this lovely piece as an additional seat for guests as a high-end footrest offering long-lasting comfort or put glass or any flat lining on top of it and it instantly transforms into a table. It s available in multiple colors to complement your existing decor. It s suitable for use in a living room a bedroom or a home office.', 100.00, NULL, NULL, 134.00, '29.75\" Better Homes & Gardens Round Tufted Storage Ottoman w/ Nailheads (Gray)-57244.jpeg', '29.75\" Better Homes & Gardens Round Tufted Storage Ottoman w/ Nailheads (Gray)-66470.jpeg', '29.75\" Better Homes & Gardens Round Tufted Storage Ottoman w/ Nailheads (Gray)-14281.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-23 10:05:36', '2024-01-27 14:12:48'),
(88, 'Samsung 6.3 cu. ft. Smart Slide-in Induction Range with Smart Dial and Air Fry', '5H8AcNIQ5', 2, 'Smart Dial - simplifies oven settings in a single dial and learns cooking preferences.\r\nAir Fry - A healthier* way to prepare your favorite fried foods right in your oven, with little to no oil. No preheating required. *As compared to deep frying.\r\nVirtual Flame™ with Ultra Express Boil™ - 4200 W Ultra Express™ Boil Induction Burner. LED lights shine on pans to mimic the blue flames seen on gas cooktops.\r\nInduction - The induction burner gives you precise control and immediately goes down to a lower power setting from a higher heat setting at the turn of a knob.', 1599.00, NULL, NULL, 3099.00, 'Samsung 6.3 cu. ft. Smart Slide-in Induction Range with Smart Dial and Air Fry-51673.jpeg', 'Samsung 6.3 cu. ft. Smart Slide-in Induction Range with Smart Dial and Air Fry-29189.jpeg', 'Samsung 6.3 cu. ft. Smart Slide-in Induction Range with Smart Dial and Air Fry-27884.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-23 10:17:01', '2024-01-27 14:14:14'),
(89, 'Bestier Mid-Century Modern TV Stand w/ Sliding Doors (up to 85\" TV, Black Marble & Ancona Walnut)', 'G97aczqWx', 2, 'This Bestier black marble entertainment center holds up to a 90-inch TV and holds up to 100 lbs. Its material is CARB-certified P2 particleboard, which provides you with excellent safety and durability. It consists of two 40-inch parts, you can DIY as you like, if you don\'t want to turn into an 80-inch entertainment center, you can turn it into a square coffee table, or a TV cabinet in the corner. The gray panel can Slide freely as needed, and the rear side hole can be better for cable management.', 120.00, NULL, NULL, 249.00, 'Bestier Mid-Century Modern TV Stand w/ Sliding Doors (up to 85\" TV, Black Marble & Ancona Walnut)-57936.jpeg', 'Bestier Mid-Century Modern TV Stand w/ Sliding Doors (up to 85\" TV, Black Marble & Ancona Walnut)-41866.jpeg', 'Bestier Mid-Century Modern TV Stand w/ Sliding Doors (up to 85\" TV, Black Marble & Ancona Walnut)-58391.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-23 10:22:17', '2024-01-27 14:13:39'),
(90, 'RYOBI ONE+ HP 18V Brushless Cordless 1/2 in. Drill/Driver and Impact Driver Kit w/(2) 2.0 Ah Batteries, Charger, and Bag', 'WU5fnHiVX', 2, 'The RYOBI 18V ONE+ HP Brushless line of products is redefining power and performance. The RYOBI 18V ONE+ HP Brushless 2-Tool Combo Kit includes a 1/2 in. Drill/Driver, 1/4 in. Impact Driver, (2) 18V 2.0 Ah High Performance batteries, charger, and tool bag. The 1/2 in. Drill/Driver features a brushless motor, delivering up to 20% faster drilling and up to 50% more torque saving time and energy per application. Its 750 in./lbs. of torque maximizes output power when drilling through tough materials. This drill includes a two-speed gearbox (0-500 and 0-2,100 RPM) and a 24-position clutch for ultimate control, and is paired with a 1/2 in. ratcheting metal chuck for increased durability and accessory retention during heavy duty applications. The 1/4 in. Impact Driver features a brushless motor delivering up to 25% faster driving. The brushless motor delivers up to 2,200 in./lbs. of torque, providing this tool the power to drive longer fasteners through tough materials. It features one-handed bit release for quick bit changes and the on-board LED worklight ensures your workspace is always illuminated. Best of all, it is part of the RYOBI ONE+ System of over 280 Cordless Products that all work on the same battery platform. This 2-Tool Combo Kit is backed by the RYOBI 3-Year Manufacturer\'s Warranty and includes an 18V ONE+ HP Brushless 1/2 in. Drill/Driver, an 18V ONE+ HP Brushless 1/4 in. Impact Driver, (2) 18V 2.0 Ah High Performance Batteries, charger, bag, and operator\'s manuals.', 199.00, NULL, NULL, 460.00, 'RYOBI ONE+ HP 18V Brushless Cordless 1/2 in. Drill/Driver and Impact Driver Kit w/(2) 2.0 Ah Batteries, Charger, and Bag-53510.jpeg', 'RYOBI ONE+ HP 18V Brushless Cordless 1/2 in. Drill/Driver and Impact Driver Kit w/(2) 2.0 Ah Batteries, Charger, and Bag-78471.jpeg', 'RYOBI ONE+ HP 18V Brushless Cordless 1/2 in. Drill/Driver and Impact Driver Kit w/(2) 2.0 Ah Batteries, Charger, and Bag-14425.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-23 10:28:25', '2024-01-27 14:14:10'),
(91, 'Citizen Promaster Dive Men\'s 41mm Automatic Watch w/ Green Polyurethane Strap', 'r39d8lxYB', 2, '• Iconic Promaster watches with advanced functions designed to venture to the deepest depths.\r\n• Featuring Automatic Movement -Self-winding and powered by the natural motion of the wearer\'s wrist with Day / Date, 3 Hand, Luminous Hands and Markers\r\n• Silver-Tone Stainless Steel Case with Green\r\nPolyurethane Strap\r\n• Green Gradiant Dial, Dual Spherical Mineral Crystal\r\n• 200M Water Resistant', 196.00, NULL, NULL, 450.00, 'Citizen Promaster Dive Men\'s 41mm Automatic Watch w/ Green Polyurethane Strap-65949.jpeg', 'Citizen Promaster Dive Men\'s 41mm Automatic Watch w/ Green Polyurethane Strap-31103.jpeg', 'Citizen Promaster Dive Men\'s 41mm Automatic Watch w/ Green Polyurethane Strap-77287.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-23 10:43:03', '2024-01-27 14:15:32'),
(92, 'Barrington 42 Inch Foosball Coffee Table', '2m8BvxzT9', 2, 'This Barrington 42 inch foosball coffee table made from wood and designed as an elegant piece of furniture. With 3/8-inch thick heat treated tempered glass surface it is safe for you with family to take a tea break and having the excitement of foosball at the same time. It features a sturdy 2 7/8-inch thick leg construction and 1/2-inch diameter chrome-plated steel rods with hand-painted players traditional solid wood scoring beads hand grips and extra storage space at the bottom shelf. Suitable for any living space. Barrington only provides you the finest quality not with just games but the furniture that will be showcased in your home.', 170.00, NULL, NULL, 346.00, 'Barrington 42 Inch Foosball Coffee Table-71905.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-23 10:48:16', '2024-01-27 14:15:33'),
(93, 'Aveeno Calm + Restore Redness Relief Foaming Cleanser, Daily Facial Cleanser', 'OTSVYT1Jo', 2, '6-fluid ounces of Aveeno Calm + Restore Redness Relief Foaming Facial Cleanser with calming feverfew for sensitive skin to help reduce the appearance of redness on the face\r\nFoaming cleanser features a skin-soothing formula that gently removes dirt, oil & makeup to leave skin looking & feeling healthy. The face wash contains soothing feverfew, helps visibly reduce the look of redness & calm irritated, sensitive skin\r\nThis hypoallergenic daily face wash has been tested on sensitive skin & it is non-comedogenic, so it won\'t clog pores. The gentle cleanser has been formulated without fragrances, soaps, oils, parabens, phthalates & dyes\r\nTo use the calming foaming face wash, pump cleanser into your hand or washcloth. Massage lather over wet face, rinse off & pat dry. This daily cleanser is gentle enough to be used in the morning & at night\r\nFrom a dermatologist recommended brand for over 70 years, Aveeno Calm + Restore Redness Relief Foaming Facial Cleanser with skin-soothing formula helps visibly reduce the look of redness, making it a perfect addition to any daily skincare routine', 17.00, NULL, NULL, 44.00, 'Aveeno Calm + Restore Redness Relief Foaming Cleanser, Daily Facial Cleanser-46341.jpeg', 'Aveeno Calm + Restore Redness Relief Foaming Cleanser, Daily Facial Cleanser-56297.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-23 11:01:19', '2024-01-27 14:17:43'),
(95, 'Weber Spirit I E-210 2-Burner Liquid Propane Grill', 'tpCHzHNqt', 2, 'Grill dimensions:\r\n• Lid Open: 57\"H × 48\"W × 26\"D.\r\n• Lid Closed: 44.5\"H × 48\"W × 27\"D.\r\n• Each cooking grate is 10.16\" × 17.5\", for a combined measurement of approximately 20.32\"\r\n× 17.5\"\r\n• Propane gas grill works with Standard 20 lb LP tank.\r\n• Features: Porcelain-enameled, cast-iron cooking grates, porcelain-enameled lid, Grill 3 compatible (accessory sold separately), Built-in lid thermometer, Fold-down left side table, Open cart design, Fuel gauge, Stainless steel heat deflector,\r\nPanel frame.', 336.00, NULL, NULL, 550.00, 'Weber Spirit I E-210 2-Burner Liquid Propane Grill-51408.jpeg', 'Weber Spirit I E-210 2-Burner Liquid Propane Grill-39645.jpeg', 'Weber Spirit I E-210 2-Burner Liquid Propane Grill-73715.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-23 11:04:58', '2024-01-27 14:16:28'),
(96, 'Davidoff Cool Water Eau De Toilette Cologne for Men 2.5 Oz', 'zKlVHTC6O', 2, 'Cool Water by Davidoff for Men - 2.5 oz EDT Spray Launched by the design house of Zino Davidoff. This aromatic aquatic fragrance has a blend of mint neroli jasmine sandalwood rosemary oakmoss cedar amber calone coriander and tobacco.', 21.00, NULL, NULL, 32.00, 'Davidoff Cool Water Eau De Toilette Cologne for Men 2.5 Oz-47355.jpeg', 'Davidoff Cool Water Eau De Toilette Cologne for Men 2.5 Oz-12159.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-23 11:18:41', '2024-01-27 14:17:07'),
(97, 'Neutrogena Oil-Free Facial Cleanser with Salicylic Acid for Acne-Prone Skin 9.1 fl.oz', 'vZONSWrWC', 2, '9.1 fluid ounce pump bottle of Neutrogena Oil Free Acne Face Wash with salicylic acid to help fight acne while cleansing skin\r\nUnique formula gently cleanses deep down into pores with conditioners while the salicylic acid acne medicine helps prevent future breakouts in one simple step\r\nClinically proven Microclear technology helps boost delivery of acne medicine to help clear up acne and blackheads\r\nOil free, non comedogenic, residue free formula rinses clean and is never oily without over drying or irritating the skin to help unclog pores and treat acne even before it emerges\r\nAcne fighting cleanser is from the #1 dermatologist recommended acne brand and combines a powerful acne treatment and cleanser in one formula for clear skin; Is recommended for daily use on acne prone skin', 15.00, NULL, NULL, 36.00, 'Neutrogena Oil-Free Facial Cleanser with Salicylic Acid for Acne-Prone Skin 9.1 fl.oz-99362.jpeg', 'Neutrogena Oil-Free Facial Cleanser with Salicylic Acid for Acne-Prone Skin 9.1 fl.oz-29423.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-23 11:32:01', '2024-01-27 14:17:51'),
(98, 'Bass Pro Shops Johnny Morris Signature Series 50th Anniversary Baitcast Reel', 'OFkuELRmL', 2, 'It\'s only fitting that our Bass Pro Shops® Johnny Morris® Signature Series 50th Anniversary Baitcast Reel would represent one of the very best values in fishing. After all, it\'s built on a diecast aluminum frame and sideplates with a full carbon-titanium deposition finish for ultimate protection against nicks and scratches; years from now, your reel will still look awesome! The double anodized aluminum spool floats on 2 dedicated bearings, part of a 100% double-shielded system with 10 Japanese stainless steel ball bearings and a Powerlock™ instant anti-reverse roller bearing. The Duralumin drive gear is super-light, yet space-age strong. Our Dual Braking System™ syncs both magnetic and centrifugal cast control to make accurate, backlash-free casting almost second nature. This special reel is equipped with a premium carbon-rich drag system, for incredibly smooth power at all settings. The finishing touches: a padded clutch bar, lightweight aluminum Recurve handle and star drag, rubber cork grips, and a hard titanium nitride line guide.\r\nSmall footprint, enhanced palmability\r\nDiecast aluminum frame and sideplates\r\nBlack carbon-titanium deposition finish\r\nDouble anodized aluminum spool\r\nPremium Japanese stainless steel ball bearings\r\n100% double-shielded 10+1 bearing system\r\nPowerlock™ instant anti-reverse\r\nDuralumin drive gear\r\nDual Braking System\r\nBeefed-up, super-smooth carbon drag system\r\n11 bearing system includes Powerlock anti-reverse\r\nAluminum Recurve handle with rubber cork knobs\r\nPadded clutch bar\r\nTitanium nitride coated line guide', 129.00, NULL, NULL, 199.00, 'Bass Pro Shops Johnny Morris Signature Series 50th Anniversary Baitcast Reel-23130.jpeg', 'Bass Pro Shops Johnny Morris Signature Series 50th Anniversary Baitcast Reel-74350.jpeg', 'Bass Pro Shops Johnny Morris Signature Series 50th Anniversary Baitcast Reel-20924.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-23 11:40:04', '2024-01-27 14:18:22'),
(99, 'Citizen Men\'s Promaster Dive Automatic 3-Hand Stainless Steel on Green Polyurethane Strap Watch, Day Date, Luminous, 41mm', 'xjz15MHrf', 2, 'Iconic Promaster watches with advanced functions designed to venture to the deepest depths.\r\nFeaturing Automatic Movement -Self-winding and powered by the natural motion of the wearer\'s wrist with Day / Date, 3 Hand, Luminous Hands and Markers\r\nSilver-Tone Stainless Steel Case with Green Polyurethane Strap\r\nGreen Gradiant Dial, Dual Spherical Mineral Crystal\r\n200M Water Resistant', 196.00, NULL, NULL, 450.00, 'Citizen Men\'s Promaster Dive Automatic 3-Hand Stainless Steel on Green Polyurethane Strap Watch, Day Date, Luminous, 41mm-51965.jpeg', 'Citizen Men\'s Promaster Dive Automatic 3-Hand Stainless Steel on Green Polyurethane Strap Watch, Day Date, Luminous, 41mm-26421.jpeg', NULL, 'Accessories', 3.5, NULL, 1, '2024-01-23 12:24:47', '2024-01-27 14:18:56'),
(100, 'De Ville Prestige Co-Axial Automatic Unisex Watch', 'HQsCkFbG4', 2, 'Stainless steel case with a stainless steel bracelet. Fixed stainless steel bezel. Black dial with silver-tone dauphine-style hands and index hour markers. Roman numerals mark the 3, 6, 9 and 12 o\'clock positions. Dial Type: Analog. Date display at the 3 o\'clock position. Omega calibre 2500 automatic movement, based upon ETA 2892-A2, containing 27 Jewels, bitting at 25200 vph, and has a power reserve of approximately 48 hours. Scratch resistant sapphire crystal. Pull / push crown. Solid case back. Round case shape. Case size: 36.8 mm. Case thickness: 10 mm. Band width: 20 mm, band length: 8 inches. Fold over clasp. Water resistant at 30 meters / 100 feet. Functions: date, hour, minute, second, co-axial escapement, chronometer. De Ville Prestige Series. Luxury watch style. Watch label: Swiss Made. Item Variations: 424 10 37 20 01 001, 424-10-37-20-01-001, 424/10/37/20/01/001, 42410372001001. Omega De Ville Prestige Co-Axial Automatic Unisex Watch 424.10.37.20.01.001.', 2050.00, NULL, NULL, 2945.00, 'De Ville Prestige Co-Axial Automatic Unisex Watch-38881.jpeg', 'De Ville Prestige Co-Axial Automatic Unisex Watch-28209.jpeg', 'De Ville Prestige Co-Axial Automatic Unisex Watch-86868.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-23 12:33:06', '2024-01-27 14:19:44'),
(101, 'StyleWell Goodwin Mid-Century Modern Square Arm Fabric Sofa with Throw Pillows in Beige (75.6 in. L), Sand Beige Fabric', 'owGBRbgQo', 2, 'Elevate your living space with the allure of the Goodwin Sofa in exquisite Sand microfiber fabric. A harmonious blend of mid-century modern aesthetics and transitional comfort, this sofa is more than just furniture – it\'s an embodiment of your style. The Goodwin Sofa is where vintage mid-century lines intertwine with the understated elegance of transitional decor. The result? A design masterpiece that defies conventions and adds a touch of curated individuality to your space. Immerse yourself in the velvety luxury of Sand microfiber fabric. Beyond its softness, this fabric ensures lasting resilience, making your sofa a timeless centerpiece for cozy gatherings and stylish lounging. Experience the ultimate comfort with the expansive single seat cushion and two plush back cushions. Whether you\'re enjoying movie nights or indulgent downtime, the Goodwin Sofa cradles you in comfort. Delicately tapered metal legs offer a perfect balance of grace and stability, supporting the sofa\'s unique blend of styles. The understated elegance of these legs adds a touch of sophistication to the overall design. Whether you\'re a devotee of mid-century modern aesthetics or transitioning into a more eclectic interior, the Goodwin Sofa adapts effortlessly. It\'s not just a sofa – it\'s your canvas for expression. Rediscover the art of relaxation and design with the Goodwin Sofa. Unveil your unique style narrative and create an inviting haven that\'s truly your own. Color: Sand Beige Fabric.', 295.10, NULL, NULL, 499.00, 'StyleWell Goodwin Mid-Century Modern Square Arm Fabric Sofa with Throw Pillows in Beige (75.6 in. L), Sand Beige Fabric-39602.jpeg', NULL, NULL, 'General furnitures', 3.5, NULL, 1, '2024-01-23 12:46:17', '2024-01-27 14:22:32'),
(102, 'Ingersoll Rand 2 HP Garage Mate Small Portable Reciprocating Air Compressor', '71ppDAodt', 2, 'This is a big boy - 100% duty cycle, cast iron oil pump, this is about as big as you can go on 110v/20a. \r\n* Note * it doesn\'t say it comes with the start up kit (at least oil for this one)', 649.99, NULL, NULL, 951.00, 'Ingersoll Rand 2 HP Garage Mate Small Portable Reciprocating Air Compressor-80370.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-23 12:48:07', '2024-01-27 14:24:10'),
(103, 'Schwinn IC4 Indoor Cycling Exercise Bike - Dark Silver', 'cBTB27ETQ', 2, 'The Schwinn IC4 Bike provides a premium, heart-pumping indoor cycling experience and features a 40 lb. flywheel with an intuitive resistance knob, 100 levels of magnetic resistance, a beautiful backlit LCD display, and easy-reach cradles for 3 lb. dumbbells. Digitally immerse yourself in a world of virtual races, exotic locales, and stunning trails from around the globe with connectivity to popular cycling apps like JRNY, Peloton, Zwift, and more. Keep working out with JRNY wherever you go from your phone or tablet; try the Mobile-Only Membership free for 2 months. With the IC4, you’ll escape the everyday and stay on track for a life well-lived. *JRNY® subscription required. JRNY® subscription auto renews annually at then-current annual rates, plus applicable taxes, unless canceled at least 48 hours before free period ends.', 500.00, NULL, NULL, 999.00, 'Schwinn IC4 Indoor Cycling Exercise Bike - Dark Silver-95472.jpeg', 'Schwinn IC4 Indoor Cycling Exercise Bike - Dark Silver-49572.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-23 12:50:25', '2024-01-27 14:27:35'),
(104, 'Walker\'s Game Ear Razor Quad Muff Black Large', 'DOcSjjV0T', 2, 'Ultra low profile ear cups | four Hi gain Omni Directional microphones\r\nLow noise/frequency tuned for natural sound clarity | compact folding design\r\nComfort headband w/metal Wire frame | sound dampening composite housing\r\nNRR 23 | sound Activated compression - 0. 02 second reaction time\r\nOperates on 2 \"AAA\" batteries included | recessed Volume control knob', 33.36, NULL, NULL, 79.95, 'Walker\'s Game Ear Razor Quad Muff Black Large-66189.jpeg', 'Walker\'s Game Ear Razor Quad Muff Black Large-87024.jpeg', 'Walker\'s Game Ear Razor Quad Muff Black Large-16971.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-23 12:54:18', '2024-01-27 14:26:36'),
(105, 'Momspeace Loveseat Convertible Sleeper Bed, 110 lbs', 'k8gdl1GyN', 2, 'sofa:%2055\'\'L%20x%2033.5\'\'%20W%20x%2031.5\'\'H%0ASofa%20Bed%3A%2046.9\'\'L%20x%2070.5\'\'%20W%20x%2018.5\'\'%0ASeat%3A%2046.9\'\'L%20x%2033.5\'\'%20W%20x%2031.5\'\'H%0AArm%20High%20-%20Floor%20to%20Arm%3A%2022.5\'\'%0ASeat%20Width%3A%2046.9\'\'%0ASeat%20High%20-%20Floor%20to%20Seat%3A%2018.5\'\'%0ALeg%20High%20-%20Top%20to%20Bottom%3A%202\'\'%0ACushion%20Thickness%3A%206.7\'\'%0ANet%20Weight%3A%20110%20lbs', 321.00, NULL, NULL, 431.66, 'Momspeace Loveseat Convertible Sleeper Bed, 110 lbs-75974.jpeg', 'Momspeace Loveseat Convertible Sleeper Bed, 110 lbs-13565.jpeg', 'Momspeace Loveseat Convertible Sleeper Bed, 110 lbs-36847.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-23 12:56:06', '2024-01-27 14:28:12'),
(106, 'Fluke 323 Clamp Meter for AC to 400 A & AC/DC Voltage to 600 V', 'iEK79UdjH', 2, 'About this Item:\r\n400 A AC current measurement\r\n600 V AC and DC voltage measurement\r\nTrue RMS AC voltage and current for accurate measurements on non-linear signals\r\nResistance measurement up to 4 kΩ with continuity detection\r\nSlim, ergonomic design\r\nCAT IV 300V/CAT III 600 V safety rating\r\n2-Year Warranty', 118.40, NULL, NULL, 197.99, 'Fluke 323 Clamp Meter for AC to 400 A & AC/DC Voltage to 600 V-20725.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-23 12:57:49', '2024-01-27 14:38:26'),
(107, 'Intex 10 Standard Dura-Beam Airbed Mattress', 'XB9KKpDq1', 2, 'The Intex 10 King Standard Dura-Beam Airbed Mattress with Fiber-Tech Construction is versatile and perfect for both in-home and camping. The perfect all-around sleeping solution with built-in non-stretch fibers provides great body support so you never feel like you sleep on the floor. It s a lightweight comfortable bed that is built for a great sleep anywhere you go. This compact airbed is easy to set up and folds compactly for storage. A 2-in-1 Inflation valve allows for easy inflation and deflation', 24.69, NULL, NULL, 28.99, 'Intex 10 Standard Dura-Beam Airbed Mattress-74737.jpeg', 'Intex 10 Standard Dura-Beam Airbed Mattress-74856.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-23 13:00:31', '2024-01-27 14:40:52'),
(108, 'Roland DP603 SuperNATURAL Modeling Digital Home Piano, Contempory Black', '6THPtWyGg', 2, 'About Roland DP603\r\nA Slim and Stylish Digital Piano Perfect for Modern Living Spaces\r\nWhen you\'ve finally perfected the look in your home, you don\'t want to spoil it with an unsightly and old-fashioned piano that doesn\'t fit in. Enter the Roland DP603-a new digital piano whose stylish cabinet and minimalist design are the perfect match for your modern living space. The DP603\'s appeal is more than skin-deep, with Roland\'s latest SuperNATURAL Piano Modeling for rich, authentic sounds and a PHA-50 keyboard that feels so expressive to play. An onboard selection of practice-friendly features is backed up by wireless connectivity to a tablet or smartphone, allowing audio playback and connectivity with the latest apps. Blending classic sounds with contemporary design, the Roland DP603 is perfect for the modern piano player.\r\nA Stylish Piano to Complement the Modern Home\r\nThe Roland DP603 stands apart from other models on the market. Slim and stylish, the linear cabinet design keeps curves and embellishments to a minimum. An integrated keyboard lid opens to provide an elegant music rest and closes discreetly with a safety-conscious soft-fall motion. Despite its compact 35 cm (13.5-inch) depth, the DP603 offers the same acclaimed durability that the DP series has been famous for since 2003.\r\nA Dynamic Speaker System Fills Your Home with Music\r\nThe DP603\'s onboard speaker system projects warm, enveloping sound, with controllable volume that lets you play loudly or quietly to suit the scenario. This new piano goes even further to double as a wireless speaker system, so you won\'t need to clutter your home with an additional hi-fi or stereo. Using Bluetooth (Bluetooth not available in all regions) wireless technology, simply connect the Roland DP603 with your smartphone or tablet and then play back your favorite songs through the internal speakers. Or better still, jam along with them!\r\nExpress Yourself with SuperNATURAL Piano Modeling and the Responsive PHA-50 Keyboard\r\nStyle meets substance with the Roland DP603, which combines it', 2000.00, NULL, NULL, 3300.00, 'Roland DP603 SuperNATURAL Modeling Digital Home Piano, Contempory Black-33783.jpeg', 'Roland DP603 SuperNATURAL Modeling Digital Home Piano, Contempory Black-71821.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-01-23 13:05:50', '2024-01-27 14:28:50'),
(109, 'Select Home Depot Stores: 3-Piece Husky 144-Position Ratchet Set w/ EVA Tray', 'CqIMN3PGC', 2, 'Pro access ratchets have industry leading 2.5\r\ndegree arc swing, turning a fastener in less than 3/4 in. of space\r\n• Low-profile head design\r\n• Long beam ratchet handle\r\n• Flush-mounted reversing lever\r\n• Quick-release button allows sockets and drive tools to be easily removed from the ratchet\r\nCold formed and heat treated for outstanding strength\r\n• Includes EVA foam tray which is a soft, yet durable, polymer of ethylene and vinyl acetate\r\n• Meets or exceeds ANSI standards\r\n• Backed by a Lifetime Warranty. If your Husky product ever fails, bring it back and we will replace it for free.', 25.05, NULL, NULL, 44.88, 'Select Home Depot Stores: 3-Piece Husky 144-Position Ratchet Set w/ EVA Tray-37018.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-23 13:09:01', '2024-01-27 14:29:25'),
(110, 'Garmin Tacx Boost Trainer, Indoor Bike Trainer', '8tOfMaLUR', 2, 'Get the most out of your indoor rides with the help of the powerful magnetic brake\r\nManually control resistance with a lever placed on handlebar of the bike; 10 resistance levels, up to 1,050 watts\r\nWith just two simple clicks, easily set up your bike into the robust and stable trainer\r\nExperience a realistic ride feel generated by an actual flywheel (1.65 kg or 3.64 lbs)\r\nEnjoy quieter training sessions, thanks to a closed resistance unit that reduces noise\r\nGo for a natural cycling position and increased stability with the included multifunctional front wheel support, which also serves as a handle to carry the trainer', 188.78, NULL, NULL, 299.99, 'Garmin Tacx Boost Trainer, Indoor Bike Trainer-18751.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-23 13:10:30', '2024-01-27 14:37:50'),
(111, 'Godin Session T-Pro Electric Guitar (Various) $895.36', 'bVjmJUVDN', 2, 'Every musician wants the same thing in a guitar: great sound, versatility, and a striking look. We took all of these criteria into account when designing this instrument. Combine quality hardware with flawless manufacturing right here in Canada and you get the Godin Session HT Aztek Red. With a fixed bridge for increased sustain and tuning stability, the Session HT Aztek Red is clean, classy, reliable and easy to play. Its extremely thin finish offers enhanced tonal deflection, and its HSS pickup configuration gives you a multitude of tones to take on any style of music.', 860.36, NULL, NULL, 1379.00, 'Godin Session T-Pro Electric Guitar (Various) $895.36-25383.jpeg', 'Godin Session T-Pro Electric Guitar (Various) $895.36-58090.jpeg', 'Godin Session T-Pro Electric Guitar (Various) $895.36-21515.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-23 13:15:50', '2024-01-27 14:44:29'),
(112, 'PUMA Women\'s Ultra Match FG Soccer Cleats', '9TnS0aquy', 2, 'Lightweight mesh upper with GripControl skin for decisive command over the ball Designed for the female foot, and optimized to deliver comfort and performance Knitted low-cut collar offers a snug fit around the ankle Traction & Durability: TPU SPEEDPLATE outsole ensures optimal traction and propulsion', 12.18, NULL, NULL, 84.99, 'PUMA Women\'s Ultra Match FG Soccer Cleats-74249.jpeg', 'PUMA Women\'s Ultra Match FG Soccer Cleats-46677.jpeg', 'PUMA Women\'s Ultra Match FG Soccer Cleats-84346.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-23 13:16:43', '2024-01-27 14:46:27'),
(113, 'Tangkula 4-Tier Freestanding Bookcase w/ 2 Storage Drawers (Black)', 'U51wG3yun', 2, 'Rectangular Trapezoidal Structure\r\n• 4-tier with 2 drawers and Space-saving\r\n• Product Dimensions: 15.6\"D x 20.5\"W × 52.44\"H', 80.50, NULL, NULL, 169.99, 'Tangkula 4-Tier Freestanding Bookcase w/ 2 Storage Drawers (Black)-10818.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-23 13:22:55', '2024-01-27 14:48:19'),
(114, 'XTERRA Fitness SB150 Recumbent Bike with 24 Magnetic Resistance Levels', 'ymhEjodqV', 2, 'The XTERRA SB150 Recumbent Bike provides a smooth lower-body workout in a step-through solid frame design with advanced console features. The small footprint maximizes your use of space while providing a workout that is low-impact and effective. With a smooth belt drive system friction-free magnetic resistance and easy adjust seat slide the SB150 Recumbent Bike delivers a quiet and effective workout. The advanced console features a large 3.65” easy to read blue backlit LCD screen that displays everything from speed and distance to calories and heart rate. The 12 pre-set 4 custom 1 body fat and 5 heart rate programs with 24 levels of resistance are sure to challenge users of all fitness levels. When not in use easily move the bike out of the way with built in transport wheels.', 160.00, NULL, NULL, 599.89, 'XTERRA Fitness SB150 Recumbent Bike with 24 Magnetic Resistance Levels-42266.jpeg', NULL, NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-23 13:24:31', '2024-01-27 14:49:54'),
(115, 'Milwaukee M18 BLPP2A2-502X 18V Drill & Driver Twin Kit with 2x 5.0Ah Batteries', 'PcSjfk8o2', 7, 'The Milwaukee M18 BLPP2A2 Brushless Twin Pack contains 1x 18V M18 BLPD2 Brushless Combi Drill, 1x 18V M18 BLID2 Brushless 1/4\" Hex Impact Driver, 2x M18 B5 5.0Ah batteries, 1x M12-18 FC Charger and is all supplied in a sturdy Milwaukee HD Box.\r\n\r\nThe M18 BLPD2 Brushless Combi Drill has a compact design that provides excellent balance and control, ideal for overhead applications or work in tight spaces. Fitted with a heavy-duty 13mm metal chuck for quick bit changes and superior bit retention. M18 BLID2 Brushless Impact Driver with Milwaukee DRIVE CONTROL™ allows the user to shift into 3 different speed and torque settings to maximise application versatility. \r\n\r\nOne-handed bit holder with retention lock. Both tools feature REDLINK™ overload protection electronics in the tool and battery pack to deliver best in class system durability, and the REDLITHIUM™ battery pack provides superior pack construction, electronics and fade-free performance to deliver more run time and more work over pack life. They also both use a flexible battery system which works with all MILWAUKEE® M18™ batteries\r\n\r\nThe M12-18 FC Multi-Voltage Li-ion Charger recharges all M18™, M14™ and M12™ REDLITHIUM-ION™ battery packs. It recharges in sequence first in, first to charge - resulting in less time needed to manage charging cycles. \r\n\r\nFeatures & Specification\r\n\r\nM18 BLPD2 Brushless Combi Drill\r\n\r\nNew brushless motor design delivers 40% more torque than previous model - up to 82 Nm\r\nCompact design provides excellent balance and control, ideal for overhead applications or work in tight spaces while delivering more power and a longer runtime.\r\nAdvanced 13 mm heavy duty metal chuck for quick bit changes and superior bit retention\r\nOptimised speed for faster drilling & fastening\r\nOn board fuel gauge and LED light\r\nReversible belt clip to hang your tool quickly and easily\r\nVoltage: 18V\r\nChuck Capacity: 13mm\r\nMax. Drilling (Masonry): 16mm\r\nMax. Drilling (Steel): 13mm\r\nMax. Drilling (Wood): 76mm\r\nImpact Rate: 0-28,800 bpm\r\nMax. Torque: 82 Nm\r\nNo Load Speed (Gear 1): 0-550 rpm\r\nNo Load Speed (Gear 2): 0-1800 rpm\r\nSpeed Settings: 2\r\nWeight: 2.1kg\r\nArticle No.: 4933464518 / 4933464517\r\n\r\nM18 BLID2 Brushless Impact Driver\r\n\r\nCompact impact driver measures only 130 mm in length making it ideal for working within confined spaces\r\nBrushless motor technology delivers 180 Nm of torque, 3400 rpm and 4200 ipm\r\n3-Mode DRIVE CONTROL allows the user to shift into three different speed and torque settings to maximise application versatility\r\nOne-handed bit insert with retention lock, for faster, easier changing of bits\r\nHeavy duty full metal gearbox and gears for superior durability and maximum torque\r\nOn board fuel gauge and LED light\r\nReversible belt clip to hang your tool quickly and easily\r\nVoltage: 18V\r\nImpact Rate: 1700 / 2600 / 0-3400/bpm\r\nMax. Bolt Diameter: M14\r\nMax. Torque: 180 Nm\r\nNo Load Speed: 1500 / 3400 / 0-4200 rpm\r\nTool Reception: ¼″ Hex\r\nWeight: 1.7kg\r\nArticle No.: 4933464521 / 4933464520\r\n\r\nWhat is Included\r\n\r\n1x M18 BLID2 Impact Driver\r\n1x M18 BLPD2 Combi Drill\r\n1x M12-18 FC Charger\r\n2x M18 B5 5.0Ah Batteries\r\n1x HD Box', 256.11, NULL, NULL, 780.56, 'Milwaukee M18 BLPP2A2-502X 18V Drill & Driver Twin Kit with 2x 5.0Ah Batteries-63999.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-23 13:33:43', '2024-01-27 14:50:39'),
(116, 'Lifetime Adjustable Portable Basketball Hoop 44 inch HDPE Plastic Impact® (90759)', 'pEdQHQJhO', 2, 'Get the family to shoot some hoops and spend quality time together. Lifetime s portable basketball hoops are the perfect option for beginning and seasoned players alike! With a portable base and a telescoping adjustment from 7.5 to 10 feet this hoop can be moved to the perfect spot in your yard or driveway for whoever is playing. The 44 inch backboard is made of UV-protected polyethylene and will not crack chip or peel. Invite friends new and old to make great memories together.', 99.00, NULL, NULL, 209.99, 'Lifetime Adjustable Portable Basketball Hoop 44 inch HDPE Plastic Impact® (90759)-84289.jpeg', 'Lifetime Adjustable Portable Basketball Hoop 44 inch HDPE Plastic Impact® (90759)-23875.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-01-23 13:41:37', '2024-01-27 14:51:15');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(117, 'Kawai CA49 88-Key Grand Feel Compact Digital Piano with Bench, Premium Satin White', '1rcwpq4HS', 2, 'Motherboard developed in partnership with Onkyo for improved tonal clarity\r\nUpdated control panel layout with modern OLED graphic display\r\nChopin Walzer (1-19) lesson book\r\nTone Control setting with 8 selectable tone presets\r\nLow Volume Balance function for improved touch consistency at reduce volume\r\nModern cabinet design modelled after larger Concert Artist instruments', 1249.00, NULL, NULL, 1999.00, 'Kawai CA49 88-Key Grand Feel Compact Digital Piano with Bench, Premium Satin White-62115.jpeg', NULL, NULL, 'Instruments', 5.0, NULL, 1, '2024-01-23 13:44:02', '2024-01-27 14:52:35'),
(118, 'Sire Larry Carlton S3 SSS Electric Guitar in Mild Green', '0jUjhK2Zv', 7, 'Mahogany Body — Delivers a deep and sustain-rich sound; giving the pickups a broader and more harmonically-exciting tone.\r\n\'Edgeless\' Rosewood Fingerboard — A silky material with a deliciously-dark grain; enhanced with rolled edges for comfortable, played-in feel. No sharp fret ends here!\r\nMedium Jumbo Frets — Semi-large size offers great control under the fingers; enabling wide vibrato and pitch-perfect string bends.\r\nSire Standard-ST Pickup Set — The SSS configuration gives you a range of sparkling yet warm single-coil tones, making for an extremely well-rounded instrument. 5-position pickup selector switch yields 5 sounds in total.\r\nSire Standard Tremolo — Modern 2-post design provides a smooth tremolo arm action; letting you embellish chords or lead lines with natural, musical vibrato.\r\nBone Nut — Traditional, low-friction material minimises unwanted tuning slips.', 220.00, NULL, NULL, 239.00, 'Sire Larry Carlton S3 SSS Electric Guitar in Mild Green-22229.jpeg', 'Sire Larry Carlton S3 SSS Electric Guitar in Mild Green-33066.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-01-23 13:54:19', '2024-01-27 14:43:06'),
(119, 'The Shave Factory Shaving Set - Metal Straight Razor & 100 DORCO Single Edge Razor Blades', 'wMIyH2qX9', 7, 'Classic Shaving Experience: Embrace the traditional art of shaving with The Shave Factory Straight Razor Kit, designed to provide a close, smooth shave reminiscent of barbershop quality.\r\nPremium Quality Construction: Crafted from durable steel, our straight razor offers a solid and comfortable grip, ensuring precise control and an enjoyable shaving experience.\r\nComplete Kit: This kit includes The Shave Factory Men\'s Straight Razor along with 100 DORCO blue single edge blades, offering a long-lasting supply for a superior shave every time.\r\nEconomical & Eco-Friendly: Replaceable single edge blades reduce waste and offer a cost-effective alternative to disposable razors, while also minimizing environmental impact.\r\nSharp & Ready: Each blade is honed to perfection, ensuring sharpness and consistency for a clean and effortless shave without tugging or irritation.\r\nVersatile Design: The Shave Factory straight razor is suitable for various facial hair styles and lengths, making it a versatile tool for grooming and styling your beard or mustache.\r\nIdeal Gift: Present this straight razor kit as a thoughtful gift to the gentlemen in your life who appreciate the art of traditional shaving and take pride in their grooming routines.\r\nEasy Maintenance: With proper care, this straight razor will serve you for years. Keep it sharp and clean with routine maintenance, enhancing its longevity and performance.\r\nTimeless Elegance: The classic design of The Shave Factory straight razor exudes a timeless elegance that adds a touch of sophistication to your grooming rituals.\r\nCustomer Satisfaction: Join the ranks of satisfied customers who have elevated their shaving routine with The Shave Factory. Experience a premium shave that leaves your skin feeling invigorated and refreshed.', 6.34, NULL, NULL, 12.78, 'The Shave Factory Shaving Set - Metal Straight Razor & 100 DORCO Single Edge Razor Blades-77393.jpeg', 'The Shave Factory Shaving Set - Metal Straight Razor & 100 DORCO Single Edge Razor Blades-56121.jpeg', NULL, 'Beauty & personal care', 2.5, NULL, 1, '2024-01-23 13:55:48', '2024-01-27 14:51:56'),
(120, 'Korg Nu:Tekt NTS-2 Oscilloscope Synthesizer Kit', 'HYx4VTeDH', 7, 'Designed for any Synth enthusiast - build your own Oscilloscope with Korg\'s Nu:tekt NTS-2 DIY kit that can be easily built with no soldering, usually taking no more than 10 minutes!\r\n\r\nThe Korg NTS-2 is an oscilloscope, tuner, FFT and spectrum analyser that is accurate, intuitive, and incredibly useful.\r\n\r\nUsing the NTS-2\'s dual stereo IN, dual stereo THRU/OUT, and two separate OUTPUTs, you can wire it into your synth rig and use its dual waveform generators to give yourself an extra pair of oscillators or LFOs!\r\n\r\nThe NTS-2’s oscilloscope interface is simple, clean, and easy to use - rather than twiddling knobs and trying to understand obscure parameters, you can look at your signals and understand them in seconds\r\n\r\nIt’s the ideal tool for every synth lover and modular user – from beginner to pro', 132.00, NULL, NULL, 149.00, 'Korg Nu:Tekt NTS-2 Oscilloscope Synthesizer Kit-92207.jpeg', 'Korg Nu:Tekt NTS-2 Oscilloscope Synthesizer Kit-37605.jpeg', 'Korg Nu:Tekt NTS-2 Oscilloscope Synthesizer Kit-11850.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-23 14:10:09', '2024-01-27 14:53:26'),
(121, '2PCS Nail Clippers - Zinc Alloy Toe ,for Thick Nails', 'XylhD395n', 7, 'Set of 2 precision clippers: we provide 2 nail clippers: one for fingers and one for toes. Since your toenails are broader and thicker, they require a larger clipper. In a survey of 49 users, 96% said they cut effortlessly, even through thick toenails and ingrown nails.\r\nUp to 82% kinder with nail safe: Our patented design features curved blades to follow the nail’s natural shape. Combined with our optimal cutting angle (41 degrees), our clippers are 4x kinder to the nail bed.\r\n5X Sharper cutting edge: The dull blades on basic clippers bend and crush your nails every time you cut them. They’re difficult to control, so it’s harder to use them precisely. Our blades are nano polished, so they\r\nWith zinc alloy for 3X more durability: Ours are engineered with zinc alloy that’s heat-reinforced for maximum strength. zinc alloy is proven to be rust-proof and up to 115% more resilient than stainless steel alone. Lock-Tight assembly prevents components from loosening.\r\nFor all ages and capabilities: Ergonomically designed, our clippers’ anti-slip handle, spring-loaded level and optimal 180° rotational range let you trim nails precisely – without finger strain. both clippers feature an integrated fine-grade nail file to shape nail edges with ease', 4.43, NULL, NULL, 8.00, '2PCS Nail Clippers - Zinc Alloy Toe ,for Thick Nails-96657.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-23 14:10:41', '2024-01-27 14:54:09'),
(122, 'Pokémon Partner', 'uw0FK7ugy', 18, 'Bring Your Buddy Along\r\n\r\nA day out and about is much more fun with a Pokémon partner! This adorable plush Bulbasaur is ready to hitch a ride on your back, and it\'s well prepared with an Occa Berry charm to help reduce damage from supereffective Fire-type attacks. A zipper on the belly of the plush opens to reveal a small storage compartment where you can hide your keys or spare change.', 45.00, NULL, NULL, 73.00, 'Pokémon Partner-29417.jpeg', 'Pokémon Partner-48916.jpeg', 'Pokémon Partner-58643.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-23 14:14:32', '2024-01-27 14:56:25'),
(123, 'Pro Fitness Air Exercise Bike Reduced', 'UBwQ1kN0Y', 7, 'This bike was $874.00 now reduced to $493.90 \r\n\r\nAbout this product\r\nSo much more than just a bike, this Air Bike will not only strengthen your lower body, but its dual-action arms feature will increase your upper body endurance as you pedal. The unique air resistance system keeps your body cool while you\'re working out. The adjustable, comfortable seating will allow you to get a comfy position and a user-friendly, LCD console lets you track your time, distance, speed, and calories burned as you exercise.\r\n\r\nEasy transportation wheels make it simple for you to move anywhere you need to around your home. .\r\nThis bike is belt drive.\r\n\r\nAir resistance system.\r\nConsole feedback including: Total time, time, distance, calories, speed, RPM.\r\n5kg flywheel.\r\nAdjustable seat.\r\nMaximum user weight 135kg (21st 4lb).\r\nGeneral information:\r\n\r\nBatteries required 2 x AA (not included).\r\nSize H125, W64.5, D140cm.\r\nWeight 49.2kg.\r\nTransportation wheels.\r\nSelf-assembly.\r\nManufacturer\'s 1 year guarantee.', 493.90, NULL, NULL, 874.00, 'Pro Fitness Air Exercise Bike Reduced-47567.jpeg', 'Pro Fitness Air Exercise Bike Reduced-29954.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-23 14:19:01', '2024-01-27 14:57:41'),
(124, 'Round Brilliant 2.00 ctw VS2 Clarity, G Color Diamond Platinum Band', 'A1VeKt55g', 2, 'A Round Brilliant cut is known for its exceptional sparkle and fire. The 2.00 carat total weight means it\'s a substantial size. With a VS2 clarity, you can expect it to have minimal inclusions, and the G color grade indicates a near-colorless diamond. Paired with a platinum band, it will be both durable and elegant. It\'s definitely a beautiful choice!', 1499.97, NULL, NULL, 2500.00, 'Round Brilliant 2.00 ctw VS2 Clarity, G Color Diamond Platinum Band-12113.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-01-23 14:21:51', '2024-01-27 15:04:09'),
(125, 'TRANSFORMERS AD12 REVENGE OPTIMUS PRIME', 'Aa3ZSXPU0', 18, 'This TRANSFORMERS AD12 REVENGE OPTIMUS PRIME action figure is a must-have for any fan. It has the ability to transform into a vehicle and is perfect for adding to any collection. The character is highly detailed and will provide hours of imaginative play. The figure is in great shape and ready to be displayed or played with.', 84.00, NULL, NULL, 89.00, 'TRANSFORMERS AD12 REVENGE OPTIMUS PRIME-19295.jpeg', 'TRANSFORMERS AD12 REVENGE OPTIMUS PRIME-33531.jpeg', 'TRANSFORMERS AD12 REVENGE OPTIMUS PRIME-46864.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-23 14:28:00', '2024-01-27 15:05:11'),
(126, 'Ball Men\'s Automatic Watch - Engineer III Blue Dial Silver Bracelet | GM1086C-S3-BE', '1CDCFngcR', 2, 'The blue dial adds a pop of color, and the silver bracelet complements it nicely. The automatic movement means it self-winds as you wear it, so no need for batteries. It\'s a reliable and classy timepiece. I\'m sure it\'ll look great on your wrist!', 1058.55, NULL, NULL, 2360.00, 'Ball Men\'s Automatic Watch - Engineer III Blue Dial Silver Bracelet | GM1086C-S3-BE-62920.jpeg', 'Ball Men\'s Automatic Watch - Engineer III Blue Dial Silver Bracelet | GM1086C-S3-BE-24532.jpeg', 'Ball Men\'s Automatic Watch - Engineer III Blue Dial Silver Bracelet | GM1086C-S3-BE-73157.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-23 14:29:16', '2024-01-27 15:07:17'),
(127, 'Delta Children Deluxe Toy and Book Organizer, Disney Frozen Il', 'yMv6fqo3j', 2, 'This is a great choice for organizing your little one\'s toys and books!\r\nThis organizer features a Disney Frozen II theme, so it\'s perfect for fans of Elsa, Anna, and Olaf. It has multiple shelves and bins to keep everything neat and tidy. Plus, it\'s made by Delta Children, a trusted brand known for their quality products. I\'m sure your little Frozen fan will love it!', 40.00, NULL, NULL, 60.00, 'Delta Children Deluxe Toy and Book Organizer, Disney Frozen Il-23657.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-23 14:36:32', '2024-01-27 15:06:25'),
(128, 'Kohls Cares Goodnight Moon Bunny Rabbit in Striped Pajamas plush', 'SWYNeOhXN', 18, 'Kohls Cares Goodnight Moon Bunny Rabbit\r\nin Striped Pajamas Plush\r\n\r\nHe is 15\" tall\r\n\r\nFreshly Washed and dried without perfumes or soap\r\n\r\nwill come to you sealed in clear bag to protect it and then put into a PVC bag to help on shipping\r\n\r\nFirst Class Mail upgradeable to Priority Mail', 9.00, NULL, NULL, 12.00, 'Kohls Cares Goodnight Moon Bunny Rabbit in Striped Pajamas plush-82630.jpeg', 'Kohls Cares Goodnight Moon Bunny Rabbit in Striped Pajamas plush-83490.jpeg', 'Kohls Cares Goodnight Moon Bunny Rabbit in Striped Pajamas plush-58293.jpeg', 'Toys and games', 2.5, NULL, 1, '2024-01-23 14:38:38', '2024-01-27 15:08:51'),
(129, 'Adidas Terrex Voyager 21 Canvas Trainers', 'nybDwRqmE', 7, 'PACKABLE, INNOVATIVE HIKING SHOES FOR STABILITY AND PRECISE FOOTING.\r\nSometimes adventure finds you. Sometimes you chase after it. These adidas Terrex shoes were designed for both. Light and packable, the versatile trainers work just as well navigating the city streets as they do backcountry trails. The durable, technical canvas upper rides on a trail running outsole, a winning combination of protection, stability and flexibility.', 41.86, NULL, NULL, 100.00, 'Adidas Terrex Voyager 21 Canvas Trainers-73768.jpeg', 'Adidas Terrex Voyager 21 Canvas Trainers-42793.jpeg', 'Adidas Terrex Voyager 21 Canvas Trainers-80897.jpeg', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-23 14:44:12', '2024-01-27 15:09:45'),
(130, 'Hunger Games 4-Book Paperback Box Set', 'O6IBmcZiw', 2, 'This box set includes all four books in the thrilling Hunger Games series by Suzanne Collins.\r\nFollow Katniss Everdeen\'s journey as she fights for survival in a dystopian world.\r\nPacked with action, suspense, and unforgettable characters, these books will keep you on the edge of your seat. It\'s a must-have for fans of the series or anyone who loves a gripping adventure!', 37.18, NULL, NULL, 46.47, 'Hunger Games 4-Book Paperback Box Set-93250.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-23 14:45:20', '2024-01-27 15:10:22'),
(131, '2021 Hot Wheels Monster Truck', 'seynHCdCF', 18, '2021 Hot Wheels Monster Trucks Corvette 1:64 Fan Favorites Mattel (bt23). Couple tiny dings in paint but Overall good condition,please see pictures. Will be bubble wrapped and Shipped in a box.', 7.00, NULL, NULL, 9.00, '2021 Hot Wheels Monster Truck-17896.jpeg', '2021 Hot Wheels Monster Truck-55958.jpeg', '2021 Hot Wheels Monster Truck-49451.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-23 14:47:37', '2024-01-27 15:11:12'),
(132, 'DEWALT Mechanics Tools Kit and Socket Set, 142-Piece, 1/4 & 3/8\" Drive, MM/SAE (DWMT73802)', 'R6043GOq1', 2, 'About this item\r\nPRECISION PERFORMANCE - Help prevent rounding of fasteners with sockets featuring Direct Torque Technology\r\nWORK IN TIGHT SPACES 72-tooth count ratchets provide a 5 degree arc swing for optimal control\r\nMAXIMIZE COMFORT - Work comfortably on long days with an anti-slip driver handle\r\nDURABLE CASE - Protect your tools in tough conditions with the durable case featuring metal latches\r\nCORROSION RESISTANCE - Take on tough jobsites with a full-polish chrome finish\r\nAT-A-GLANCE IDENTIFICATION - Quickly find the right tool for the job with hand-stamped markings\r\nINCLUDES (2) Pear Head Ratchets, (18) 1/4\" Drive Sockets, (10) 1/4\" Drive Deep Sockets, (2) Extensions, (2) Universal Joints, (20) 3/8\" Drive Sockets, (9) 3/8\" Drive Deep Sockets, (10) Combination Wrenches, (2) Adaptors, (1) Spark Plug Socket, (14) Standard Hex Key Set, (14) Metric Hex Key Set, (1) Vinyl Grip Multi Driver, (15) Nut Driver Bits, and (22) Specialty Bits', 99.00, NULL, NULL, 155.00, 'DEWALT Mechanics Tools Kit and Socket Set, 142-Piece, 1/4 & 3/8\" Drive, MM/SAE (DWMT73802)-31290.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-01-23 14:49:09', '2024-01-27 15:12:21'),
(133, 'MONHOUSE Mini Air Dehumidifier', 'g83X09Whx', 7, 'Dehumidifiers offer a range of benefits that contribute to a healthier and more comfortable living environment. They prevent condensation and associated damage, expedite the drying of clothes, hinder mold growth, protect home furnishings, and help alleviate humidity-related respiratory problems. By maintaining balanced humidity levels, dehumidifiers play a significant role in enhancing both the physical and respiratory well-being of people in indoor spaces.\r\nExperience the pinnacle of dehumidifier technology with the MONHOUSE Ultra-Quiet and Energy-Efficient Dehumidifier. Harnessing the power of the latest thermo-electric peltier module, this innovation ensures whisper-quiet operation, allowing you to enjoy your space without disruption. With its advanced design, it consumes minimal energy (22.5 Watts), Not only making it cost effective but promoting environmental sustainability while maintaining optimal performance.\r\nThe MONHOUSE dehumidifier boasts a 600ml water tank capacity, enabling extended usage periods before needing attention. This generous size, combined with a daily moisture removal capacity of 300ml/day, ensures effective humidity reduction. The unit also features an auto shut-off function, preventing overflow by automatically stopping operation when the water tank is full.\r\nDesigned to provide optimal convenience, this dehumidifier boasts a compact & lightweight build, measuring only 13x15.4x28cm, makes it easy to positioned throughout the house, including on higher level shelving whilst weighting only 0.82kg it can transported as needed allowing you to effortlessly place it from room to room, addressing varying humidity concerns across your home.\r\nSimplify your dehumidification experience with the MONHOUSE Dehumidifier\'s one-touch operation. Effortlessly control humidity levels with a single touch, enhancing convenience in your daily routine. The transparent water tank enables easy monitoring of water levels, while its user-friendly design allows for swift and hassle-free removal. Enjoy a seamless and efficient dehumidification process with MONHOUSE – where simplicity meets functionality.', 32.91, NULL, NULL, 50.87, 'MONHOUSE Mini Air Dehumidifier-27590.jpeg', 'MONHOUSE Mini Air Dehumidifier-75183.jpeg', 'MONHOUSE Mini Air Dehumidifier-28694.jpeg', 'Home appliances and utensils', 2.5, NULL, 1, '2024-01-23 14:53:08', '2024-01-27 15:13:17'),
(134, 'WA305 Premium Guitar Cable, GLXD1+ Digital Bodypack, and GLXD6+ Guitar Pedal Receiver', 'EeUSCMqAM', 7, 'GLX-D+ Dual Band Digital Wireless is the perfect solution for musicians and presenters who want to go wireless with confidence, and without complexity. Every aspect of its operation is managed automatically and with complete reliability, allowing you to focus on your performance. \r\n\r\nWith new Dual Band Wireless Technology, GLX-D+ can operate in both 2.4 and 5.8GHz, more than doubling the available bandwidth while also intelligently avoiding interference for reliable, dropout-free audio. \r\n\r\nFeaturing smart rechargeability with up to 12 hours of runtime (improved from prior generation GLX-D), the included lithium-ion battery can be charged multiple ways and offers quick charge capabilities.\r\n\r\nAvailable with multiple legendary microphone options (including the SM58) in tabletop, half-rack and guitar pedal system configurations. \r\n\r\nWhen combined with Frequency Manager and directional antenna accessories (both sold separately), the rack-mount receiver systems are ideal for small and medium installations where a larger number of channels is needed.\r\n\r\nFeatures & Specs\r\n\r\nGuitar Pedal GLXD+ Dual Band receiver + bodypack transmitter.\r\nDual Frequency operation (2.4GHz and 5.8GHz).\r\nSimilar look and features of prior GLX-D6 version.\r\nTuner included.\r\nWA305 Premium Guitar Cable included.\r\nNew ¼” guitar input allows user to practice and use the tuner without the need of a transmitter turned on and connected. \r\nBodypack system includes WA305 Premium instrument cable.\r\nWHAT’S NEW VERSUS PRIOR VERSION\r\n\r\nDual frequency band operation (2.4GHz and 5.8GHz).\r\nNEW Guitar ¼” input in the receiver.\r\nBattery now lasts ~12 hours.', 450.00, NULL, NULL, 484.00, 'WA305 Premium Guitar Cable, GLXD1+ Digital Bodypack, and GLXD6+ Guitar Pedal Receiver-32249.jpeg', 'WA305 Premium Guitar Cable, GLXD1+ Digital Bodypack, and GLXD6+ Guitar Pedal Receiver-67548.jpeg', NULL, 'Beauty & personal care', 2.0, NULL, 1, '2024-01-23 14:53:43', '2024-01-27 15:04:30'),
(135, 'Ransom Note the Ridiculous Word Magnet Party Game', 'mFioXOkOZ', 18, 'Brand new and factory sealed in original shrink wrap!\r\nKr', 52.00, NULL, NULL, 55.00, 'Ransom Note the Ridiculous Word Magnet Party Game-58049.jpeg', 'Ransom Note the Ridiculous Word Magnet Party Game-20634.jpeg', 'Ransom Note the Ridiculous Word Magnet Party Game-44033.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-23 14:55:14', '2024-01-27 15:07:11'),
(136, 'Goplus Automatic Transmission Clutch (Transmission Spring Compressor)', 'deKnUk6hH', 2, 'description of the Goplus Automatic Transmission Clutch, Transmission Spring Compressor, Heavy Duty Stable Removing/ Installing Tool Kit, Strut Spring Compressor, right? This tool kit is designed to help with removing and installing transmission clutches and springs. It\'s heavy-duty and stable, so you can trust it to get the job done. Whether you\'re a professional mechanic or a DIY enthusiast, this tool kit will be a handy addition to your collection.\r\nIt\'s perfect for working on automatic transmissions and strut springs.', 23.09, NULL, NULL, 32.99, 'Goplus Automatic Transmission Clutch (Transmission Spring Compressor)-55625.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-23 14:57:57', '2024-01-27 15:00:22'),
(137, '1950s Toy Horse Plastic Lot Cowboys Indians Cavalry', 'g0dKDGNlx', 18, '100% 1950s vintage. Not sure of the makers.1950s Toy Horse Plastic Lot Cowboys Indians Cavalry. All in that 3 inch range give or take a few 8ths. All in Very good condition', 9.00, NULL, NULL, 19.00, '1950s Toy Horse Plastic Lot Cowboys Indians Cavalry-10822.jpeg', '1950s Toy Horse Plastic Lot Cowboys Indians Cavalry-90230.jpeg', '1950s Toy Horse Plastic Lot Cowboys Indians Cavalry-42499.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-23 15:06:15', '2024-01-27 15:01:13'),
(138, '17 Gallon Portable Oil Drain Pan w/Manual Rotary Pump', 'hfgDnVFFX', 2, 'About this item:\r\nOil Capacity: 17 Gallons\r\nCaster Size: 4\'\' Dia.\r\nHose Lengh: 8 ft\r\nFuel Tank: PP material\r\n4\" Swivel Casters and a Mesh Gate\r\nT-Handle Folds', 125.03, NULL, NULL, 175.99, '17 Gallon Portable Oil Drain Pan w/Manual Rotary Pump-57232.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-23 15:16:14', '2024-01-27 15:10:52'),
(139, 'Yamaha P-145B + L-100B Digital Piano Set with Frame (Black)', 'hd0cfMJiZ', 7, '1x Yamaha P-145B Digital Piano (Black)\r\nIf you\'re looking for a compact digital piano that sounds great and doesn\'t cost you an arm and a leg, you can\'t go wrong with the Yamaha P-145.\r\nWeight:\r\n(incl. packaging)	17.5 kg\r\nDimensions:\r\n(incl. packaging)	142.0 x 37.0 x 21.5 cm\r\nTouch-sensitive keys	Yes\r\nNumber accompaniment styles	none\r\nNumber of keys	88\r\nApp integration	Yes\r\nBlack Friday department	Keyboard Instruments\r\nDeals for	keyboardists, children, everyone\r\nSustainable product	not specified\r\nDigital piano size	slim\r\nWeight	10 - 14.9 kg\r\nIncludes pedals	yes, 1\r\nBuilt-in amplifier	2x 7 W\r\nHousing colour	black\r\nLyrics/score	via app\r\nMIDI I/O	USB in / out\r\nPiano model	keyboard with separately available stand\r\nPolyphony (max.)	64\r\nSequencer / recorder	no\r\nType of display	none\r\nKeyboard type	hammer action\r\nVocal harmony	no\r\nPower adapter	ungrounded flat Europlug\r\nProduct specifications\r\n\r\nYamaha P-145B\r\ndigital piano\r\nsound: Yamaha CFIIIS grand piano\r\nvoices: 10\r\neffect: reverb\r\ncan be used as an audio interface (44.1 kHz, 16 bit, stereo)\r\nspeakers: 2x 12cm\r\nincluded: manual, product registration, music rest, footswitch, power supply\r\ndimensions: 1326 x 129 x 268 mm (excluding music rest)\r\nweight: 11.1 kg\r\nYamaha L-100B Digital Piano Stand for Yamaha P-145 (Black)\r\n1x Yamaha L-100B Digital Piano Stand for Yamaha P-145 (Black)\r\nWhile there\'s nothing wrong with setting it up on a desk, placing your Yamaha P-145 atop this purpose-made stand is arguably a more elegant solution!\r\nWeight:\r\n(incl. packaging)	13.3 kg\r\nDimensions:\r\n(incl. packaging)	148.0 x 35.5 x 15.0 cm\r\nKeyboard stand levels	1\r\nWeight capacity per keyboard shelf	not applicable\r\nSustainable product	not specified\r\nColour	black\r\nKeyboard stand type	stand for a specific model\r\nProduct specifications\r\n\r\nYamaha L-100B\r\nblack frame for Yamaha P-145\r\ndimensions: 1323 x 648 x 318mm\r\nweight: 9.3 kg', 500.00, NULL, NULL, 517.00, 'Yamaha P-145B + L-100B Digital Piano Set with Frame (Black)-18506.jpeg', 'Yamaha P-145B + L-100B Digital Piano Set with Frame (Black)-81389.jpeg', 'Yamaha P-145B + L-100B Digital Piano Set with Frame (Black)-75430.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-23 15:28:11', '2024-01-27 14:41:56'),
(140, 'Hot Wheels', 'MUDhVKc9m', 18, 'Hot Wheels 2022 RLC HI-PO Hauler\r\n\r\nBrand new sealed. Feel free to contact me if you have any questions.\r\n\r\nThanks for looking!', 20.00, NULL, NULL, 29.00, 'Hot Wheels-51554.jpeg', 'Hot Wheels-39728.jpeg', 'Hot Wheels-56931.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-23 15:29:00', '2024-01-27 14:55:49'),
(141, 'Chuck and Friends Car Lot Four Wheeler Taxi Truck', 'YYYvXG6rr', 18, 'Chuck and Friends Car Lot\r\n\r\nFour Wheeler\r\nTaxi\r\nTow Truck\r\nRubber\r\nHasbro Tonka\r\n2.5x2\"', 6.00, NULL, NULL, 10.00, 'Chuck and Friends Car Lot Four Wheeler Taxi Truck-14982.jpeg', 'Chuck and Friends Car Lot Four Wheeler Taxi Truck-93056.jpeg', 'Chuck and Friends Car Lot Four Wheeler Taxi Truck-15152.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-23 15:37:54', '2024-01-27 15:04:27'),
(142, 'New Bedford Whaler Circa', 'NnJ08GOGb', 18, 'Academy 1/200 New Bedford Whaler Circa 1835 # 1441\r\n\r\nNew - ships from United Kingdom via trackable airmail, delivered by USPS, usually around 2 weeks for delivery. You will have tracking and can follow that.', 23.00, NULL, NULL, 31.00, 'New Bedford Whaler Circa-52682.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-23 15:43:04', '2024-01-27 15:09:47'),
(143, 'Okoye Black Panther Wakanda Forever', 'ZoXHiNBQ2', 18, 'Okoye Black Panther Wakanda Forever #2 Marvel Studios McDonalds 2022 - New\r\n\r\nBuy Multiple Items at once save.', 1.00, NULL, NULL, 2.00, 'Okoye Black Panther Wakanda Forever-15733.jpeg', 'Okoye Black Panther Wakanda Forever-41536.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-23 15:50:28', '2024-01-27 15:14:06'),
(144, 'Sharp HT-SB140 slim soundbar speaker Black 2.0 channels 150W HDMI bluetooth', 'Vdzs6v1Cz', 7, 'Sharp HT-SB140 soundbar speaker Black 2.0 channels 150 W. Sharp HT-SB140. Audio output channels: 2.0 channels, RMS rated power: 150 W, Equalizer modes: Country, Grave. Connectivity technology: Wired & Wireless.', 24.00, NULL, NULL, 27.00, 'Sharp HT-SB140 slim soundbar speaker Black 2.0 channels 150W HDMI bluetooth-87540.jpeg', 'Sharp HT-SB140 slim soundbar speaker Black 2.0 channels 150W HDMI bluetooth-75093.jpeg', 'Sharp HT-SB140 slim soundbar speaker Black 2.0 channels 150W HDMI bluetooth-77661.jpeg', 'Instruments', 2.5, NULL, 1, '2024-01-23 15:52:42', '2024-01-27 15:15:00'),
(145, 'Coleman Roadtrip 225 Tabletop Propane Gas Grill Black', 'zv3TdpMnq', 2, 'The Coleman® RoadTrip™ 225 Tabletop Propane Gas Grill is conveniently compact so that taking your grill on a camping trip to a tailgate or down by the beach is a breeze. You ll also enjoy matchless lighting with the Instastart™ push-button ignition system and better temperature control with 2 adjustable burners.', 69.00, NULL, NULL, 97.00, 'Coleman Roadtrip 225 Tabletop Propane Gas Grill Black-60533.jpeg', 'Coleman Roadtrip 225 Tabletop Propane Gas Grill Black-72910.jpeg', 'Coleman Roadtrip 225 Tabletop Propane Gas Grill Black-27095.jpeg', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-23 16:12:32', '2024-01-27 15:15:53'),
(146, 'Abu Garcia 7’ Vengeance Spinning Combo Fishing Kit with Berkley Baits', '5waAZuBxy', 2, 'The Vengeance Spinning Combo Kit is the perfect blend of style and performance giving anglers a fishing pole and reel combo set-up that is ideal for a wide range of fishing techniques. This combo kit includes a loaded bait clam filled with three Berkley PowerBait Power Swimmers and three Berkley Fusion19 Swimbait Jigheads. The reel is also pre-spooled with 10lb clear line which gives the angler everything they need to be successful on their adventure on the water. Abu Garcia is the preferred brand of rods and reels for anglers who Fish To Win. Whether you are fishing a local tournament trying to set your PB or simply outfish your buddy count on Abu Garcia. Trusted by two time and back to back Bassmaster Classic Champions Hank Cherry multiple MLF winner Jordan Lee as well as collegiate and high school champions Abu Garcia is the brand that will keep you in the winner’s circle.', 35.00, NULL, NULL, 65.00, 'Abu Garcia 7’ Vengeance Spinning Combo Fishing Kit with Berkley Baits-64403.jpeg', 'Abu Garcia 7’ Vengeance Spinning Combo Fishing Kit with Berkley Baits-93187.jpeg', 'Abu Garcia 7’ Vengeance Spinning Combo Fishing Kit with Berkley Baits-68576.jpeg', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-23 16:17:14', '2024-01-27 15:16:33'),
(147, 'Lifetime Adjustable Youth Portable Basketball Hoop 32 inch Impact® Plastic (90909)', 'fWvk6NkuS', 2, 'Kids learning the game of basketball now have the perfect system that s just the right size! The Lifetime Adjustable Youth Portable Basketball Hoop features a 15-inch Youth Rim and a premium 32-inch Youth Impact Backboard which is durable and features fun graphics. You can adjust the height from 5.5 to 7.5 feet using the telescoping adjustment system to create the perfect level of play and the portable base makes it easy to set up in the ideal spot for your home youth court. For kids interested in basketball the Lifetime Adjustable Youth Portable Basketball Hoop is the complete system.', 70.00, NULL, NULL, 102.25, 'Lifetime Adjustable Youth Portable Basketball Hoop 32 inch Impact® Plastic (90909)-86595.jpeg', 'Lifetime Adjustable Youth Portable Basketball Hoop 32 inch Impact® Plastic (90909)-19924.jpeg', 'Lifetime Adjustable Youth Portable Basketball Hoop 32 inch Impact® Plastic (90909)-47605.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-01-23 16:22:59', '2024-01-27 15:20:36'),
(148, 'Dragun Beauty Dragunfire Color Corrector- GREEN', 'OLbG3RjMJ', 18, 'Dragun Beauty Dragunfire Color Corrector- GREEN.', 10.04, NULL, NULL, 10.60, 'Dragun Beauty Dragunfire Color Corrector- GREEN-64925.jpeg', 'Dragun Beauty Dragunfire Color Corrector- GREEN-30168.jpeg', 'Dragun Beauty Dragunfire Color Corrector- GREEN-93972.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-23 16:29:37', '2024-01-27 15:21:45'),
(149, 'Lashview Eyelash Extension Kit Mannequin Head Practice Exercise Set Training', 'AVn9oSLCb', 18, 'Lashview Eyelash Extension Kit Mannequin Head Practice Exercise Set Training', 69.99, NULL, NULL, 80.78, 'Lashview Eyelash Extension Kit Mannequin Head Practice Exercise Set Training-96376.jpeg', 'Lashview Eyelash Extension Kit Mannequin Head Practice Exercise Set Training-20011.jpeg', 'Lashview Eyelash Extension Kit Mannequin Head Practice Exercise Set Training-85258.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-23 16:34:11', '2024-01-27 15:24:28'),
(150, 'Original Faseed F-817 Reptile Full Face Helmet', 'qHF0TxQWQ', 18, 'Original Faseed F-817 Reptile Full Face Helmet', 600.00, NULL, NULL, 1000.00, 'Original Faseed F-817 Reptile Full Face Helmet-85648.jpeg', 'Original Faseed F-817 Reptile Full Face Helmet-84473.png', 'Original Faseed F-817 Reptile Full Face Helmet-39506.png', 'Accessories', 3.5, NULL, 1, '2024-01-23 16:49:01', '2024-01-27 15:13:18'),
(151, 'Vintage Midgetoy Die-Cast set of 3 Military Jeeps', 'h6nphawr0', 18, 'PLEASE READ INFORMATION CAREFULLY REVIEW ALL PHOTOS !\r\n\r\nAuthentic, Vintage Excellent Condition \"Set of 3 Small Midgetoy Jeeps\"\r\n\r\n(Circa 1960\'s) !\r\n\r\n* There Doesn\'t Appear To Be Any Rust Or Breaks !\r\n\r\n* There Is Some Very Light Scratches, Tarnish Wear ! Sold \"As- Is\" !\r\n\r\nJeep Measures Approximately: 1 5/8\" L x 7/8\" Wide\r\n\r\nBy Midgetoy - Made In U.S.A. !\r\n\r\nThis Item Has Been Used And May Show Some Minor Wear !\r\n\r\nWe Did Not Perform Any Cleaning Or Restoration And The Item Is Sold \"As-Is\" !\r\n\r\n(please carefully review all photos)', 10.00, NULL, NULL, 18.00, 'Vintage Midgetoy Die-Cast set of 3 Military Jeeps-80957.jpeg', 'Vintage Midgetoy Die-Cast set of 3 Military Jeeps-33505.jpeg', 'Vintage Midgetoy Die-Cast set of 3 Military Jeeps-76167.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-23 17:47:54', '2024-01-27 15:07:44'),
(152, 'Disney Pixar World of cars Mini Adventures', 'eITUscqAX', 18, 'Disney Pixar World of Cars Mini Adventures Sarge\'s Boot Camp Doc Hudson Sheriff', 9.00, NULL, NULL, 17.00, 'Disney Pixar World of cars Mini Adventures-73784.jpeg', 'Disney Pixar World of cars Mini Adventures-48876.jpeg', 'Disney Pixar World of cars Mini Adventures-62836.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-23 17:53:32', '2024-01-27 14:26:03'),
(153, 'New Unimax Forces Of Valor US M1A2', 'UrHgK6XWH', 18, 'NEW Unimax Forces Of Valor US M1A2 Abrams Iraq 2003 Scale 1:72 Model Kit.', 20.00, NULL, NULL, 29.00, 'New Unimax Forces Of Valor US M1A2-43541.jpeg', 'New Unimax Forces Of Valor US M1A2-46408.jpeg', 'New Unimax Forces Of Valor US M1A2-98835.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-23 17:59:40', '2024-01-27 15:15:25'),
(154, 'WWE Jason Jordan Mattel Elite Action Figure Wrestling Series', 'Czl2fv3FT', 18, 'This WWE Jason Jordan action figure is a must-have for any wrestling fan. It features a 6\" size and is part of the Mattel Elite series, making it a high-quality collectible item. The figure is based on the character played by Jason Jordan.', 5.00, NULL, NULL, 8.00, 'WWE Jason Jordan Mattel Elite Action Figure Wrestling Series-11427.jpeg', 'WWE Jason Jordan Mattel Elite Action Figure Wrestling Series-37483.jpeg', NULL, 'Toys and games', 4.5, NULL, 1, '2024-01-23 18:03:59', '2024-01-27 15:14:53'),
(155, 'Ravensburger Thomas and Friends My First Floor Puzzel', 'rGM7K6Tdp', 18, 'Ravensburger Thomas and Friends My First Floor Puzzle\r\n\r\nNew - ships from United Kingdom via trackable airmail, delivered by USPS, usually around 2 weeks for delivery. You will have tracking and can follow that.', 40.00, NULL, NULL, 57.00, 'Ravensburger Thomas and Friends My First Floor Puzzel-20252.jpeg', NULL, NULL, 'Toys and games', 2.0, NULL, 1, '2024-01-23 18:08:44', '2024-01-27 15:17:16'),
(156, 'Disney Fabliques Appliques Pixar Cars', 'QjH1jgp0Q', 18, 'Disney Fabliques Appliques Pixar Cars Lightning McQueen 8 x 3 inch NoS.', 5.00, NULL, NULL, 11.00, 'Disney Fabliques Appliques Pixar Cars-64636.jpeg', 'Disney Fabliques Appliques Pixar Cars-50505.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-23 18:14:59', '2024-01-27 15:22:51'),
(157, 'RIP Bobby Bruises Undead Unicorn Rainbows in Pieces', 'XDFZjbdLK', 18, 'Introducing Bobby Bruises, the latest addition to the RIP Unicorns family. This figure, part of the Rainbows In Pieces Series 1, is a must-have for any collector of fantasy genre toys. Made of high-quality vinyl material, it features intricate details that make it stand out from the rest.\r\n\r\nThe packaging is original and unopened, ensuring that you receive a brand new item. Ideal for fans of MGA, this Bobby Bruises figure is from the year 2019 and fits perfectly in the era of 2002-now. Whether you\'re a fan of the Rainbow franchise or just love action figures, this modified item is the perfect addition to your collection.\r\n\r\nPlease see pictures as part of my description. Ask any questions before attempting to purchase.\r\n\r\nIf there is a defect it will be noted and pictured.\r\n\r\nThank you for looking and don\'t hesitate to send offers as you check out my store.\r\n\r\nIf you are not satisfied with your experience, please contact me to resolve. If you enjoyed, please leave positive feedback.', 10.00, NULL, NULL, 19.00, 'RIP Bobby Bruises Undead Unicorn Rainbows in Pieces-99758.jpeg', 'RIP Bobby Bruises Undead Unicorn Rainbows in Pieces-53104.jpeg', 'RIP Bobby Bruises Undead Unicorn Rainbows in Pieces-52058.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-23 18:23:54', '2024-01-27 15:23:40'),
(158, 'General Electric Slim AC/DC Cassette Tape', '4jFwZZUrW', 16, 'General Electric Slim AC/DC Cassette Tape Recorder Model No. 3-5016 *WORKING*. We prioritize your peace of mind. Rest assured, every transaction on our\r\nplatform is backed by robust security measures and buyer/seller\r\nprotections. Shop with confidence, knowing that we are committed to\r\nproviding a safe and worry-free experience for all our customers. Your\r\nsatisfaction is our top priority.', 45.71, NULL, NULL, 48.89, 'General Electric Slim AC/DC Cassette Tape-17532.jpeg', 'General Electric Slim AC/DC Cassette Tape-78541.jpeg', 'General Electric Slim AC/DC Cassette Tape-28405.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-23 21:28:52', '2024-01-27 15:26:10'),
(159, 'Artdio Ms-80 2.0 Portable Speaker system', 'mLxfkn97l', 16, 'Experience high-quality sound on-the-go with the ArtDio MS-80 2.0 Portable Speaker System. This sleek and stylish sphere-shaped speaker is compatible with various iPod models, including the iPod Touch (1st to 4th Generation) and iPod Nano. It features a 3.5mm stereo connection for audio input and wireless connectivity for added convenience.\r\n\r\nThis portable speaker system has a total power of 4 watts and is powered by 4 AAA batteries. Its smart home compatibility and silver color add to its overall appeal. Designed for music lovers, the ArtDio MS-80 2.0 Portable Speaker System is a must-have accessory for any music enthusiast.\r\n\r\nSee all pictures before purchase. Shipped with CARE from a Non smoking household with no pets!', 36.47, NULL, NULL, 39.00, 'Artdio Ms-80 2.0 Portable Speaker system-93050.jpeg', 'Artdio Ms-80 2.0 Portable Speaker system-20898.jpeg', 'Artdio Ms-80 2.0 Portable Speaker system-87382.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-23 21:35:46', '2024-01-27 15:31:26'),
(160, 'Floorstanding Speaker', 'XQLC2dlh5', 16, 'Bowers Wilkins 704 S2 3-way Floorstanding Speaker FP38830 - Black\r\n\r\nCondition: Used - item shows visible signs of use such as scratches, scrapes, scuffs etc. Item is tested and fully working.\r\n\r\nDescription: Includes speaker ONLY. MISSING grill. The top and bottom corners have large dents and chips. Scratches and scuffs all over the body. Chips on the edges.', 222.87, NULL, NULL, 329.99, 'Floorstanding Speaker-82372.jpeg', 'Floorstanding Speaker-95554.jpeg', 'Floorstanding Speaker-93455.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-23 21:42:59', '2024-01-27 15:32:12'),
(161, 'Verizon Model LVP2', 'vxJwqLrF2', 14, 'Verizon Model LVP2 Connect Wireless Home Phone Receiver Base With Power Cord\r\n\r\nGood pre-owned condition, signs of normal wear/use, see photos.\r\n\r\nPowers on, will require addition to your plan.', 30.40, NULL, NULL, 39.55, 'Verizon Model LVP2-46575.jpeg', 'Verizon Model LVP2-62587.jpeg', 'Verizon Model LVP2-89022.jpeg', 'Gadgets and electronics', 2.5, NULL, 1, '2024-01-23 22:19:03', '2024-01-27 15:34:50'),
(162, 'SANKEN SI3122P', 'lz95fJMIe', 14, 'Sanken SI3122P voltage regulator is found in many switching power supplies. Operates up to 30V input and can supply up to 2Amps @ 12VDC on output. Brand new in TO-3P case.\r\n\r\nAGREEMENT OF SALE\r\n\r\nBy purchasing our products you, as The Buyer acknowledge and agree with the following: Do to the nature of our product we do not offer Returns nor Refunds of any kind. Our serviced products are covered by a 14 days warranty (from the reception date) that imply Only Repair or Replacement, no Returns. There is no warranty coverage for electronic/electrical parts, there sold ASIS. Computer software that has been changed or altered from the initial settings do to viruses, accidents or any external factors are not covered by any warranty.', 6.55, NULL, NULL, 9.99, 'SANKEN SI3122P-71636.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-23 22:26:05', '2024-01-27 14:19:01'),
(163, 'TRISONIC', 'gH6RZlgku', 14, 'This Trisonic TS-625BH handset cord is perfect for those who need a longer cord for their telephone. At 25 ft long, it provides plenty of length for reaching across a room or office. The cord also features a coil design, which helps to prevent tangles and keeps the cord neat and organized.\r\n\r\nThis cord is specifically designed for use with telephones and is compatible with a range of different models. It is brand new and has not been used or opened. The cord is white in color, and it is made in China.', 8.49, NULL, NULL, 12.50, 'TRISONIC-11447.jpeg', 'TRISONIC-86309.jpeg', NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-23 22:35:05', '2024-01-27 15:40:02'),
(164, 'Westinghouse Outdoor Power Equipment 3700 Peak Watt Super Quiet Portable Inverter Generator, Wheel & Handle Kit, RV Ready 30A Outlet, Gas Powered, CO Sensor, Parallel Cord Included', 'ObtCBAgRi', 4, 'This generator is designed to provide you with reliable power when you need it. With a peak wattage of 3700, it can handle a variety of power needs. It\'s super quiet, so you won\'t have to worry about disturbing the peace. The wheel and handle kit make it easy to transport, and it\'s RV ready with a 30A outlet. Plus, it has a built-in CO sensor for added safety. The parallel cord is also included, allowing you to connect two generators for even more power. It\'s a great choice for your outdoor power needs!', 397.69, NULL, NULL, 582.34, 'Westinghouse Outdoor Power Equipment 3700 Peak Watt Super Quiet Portable Inverter Generator, Wheel & Handle Kit, RV Ready 30A Outlet, Gas Powered, CO Sensor, Parallel Cord Included-48369.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-23 22:39:58', '2024-01-27 15:36:21'),
(165, 'Xtrons', 'spm1F25LD', 14, 'This Xtrons HD908D car headrest TV monitor with DVD player and HDMI connection is the perfect addition to your vehicle electronics. The 9\" screen size and 800*480 resolution provide a clear and crisp picture for your passengers to enjoy. It features an auxiliary input, FM transmitter, and remote control for easy use. This product is made in China and comes with a product reference ID of 1394981368.\r\n\r\nIt is perfect for long car rides and keeping your passengers entertained. The Xtrons headrest DVD player monitor is a great addition to any car and will provide hours of entertainment.', 200.33, NULL, NULL, 256.41, 'Xtrons-51275.jpeg', 'Xtrons-52270.jpeg', 'Xtrons-47272.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-23 22:41:09', '2024-01-27 15:48:45'),
(166, 'HDMI Cable', '6JlI9fGls', 16, 'Superior Display, Swift Connectivity: Elevate your viewing experience to unparalleled clarity with 8K@60Hz, and enjoy smoother visuals and reduced lag with support for 4K@120Hz and 4K@60Hz.\r\nQuick and Seamless Video Transfer: With the latest HDMI 2.1 technology, stream or transfer videos without interruptions, and witness the power of up to 48 Gbps in bandwidth, ensuring consistently clear content.\r\nLasts Longer, Performs Stronger: This cable is designed to withstand up to 1,000 bends throughout its lifespan, meaning fewer replacements and continuous peace of mind.\r\nWhat You Get: HDMI Cable (6 ft, 8K), welcome guide, 24-month warranty.', 8.99, NULL, NULL, 14.99, 'HDMI Cable-80760.jpeg', 'HDMI Cable-61610.jpeg', 'HDMI Cable-97875.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-23 22:54:30', '2024-01-27 15:47:43'),
(167, 'The Harry Potter Wizarding Almanac', 'o8q4tlNIM', 2, 'This almanac is a must-have for any Harry Potter fan! It\'s filled with fascinating facts, trivia, and information about the wizarding world. From spellcasting to magical creatures, you\'ll find everything you need to immerse yourself in the enchanting universe created by J.K.\r\nRowling. It\'s a great companion for both casual fans and die-hard Potterheads. So grab your wand and dive into the magical world of Harry Potter with this almanac!', 26.34, NULL, NULL, 35.99, 'The Harry Potter Wizarding Almanac-81241.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-23 22:54:45', '2024-01-27 15:51:06'),
(168, 'Vego garden Raised Garden Bed Kits, 17\" Tall 9 in 1 8ft X 2ft Metal Raised Planter Bed for Vegetables Flowers Ground Planter Box-Olive Green', 'Hz9u7zXVc', 2, 'Modular Design: Vego Garden raised bed kits feature an innovative modular design, which means you can assemble a kit into various configurations that fit any backyard or garden space in a 9-in-1 kit, you can build one of 9 possible configurations to fit your garden plans\r\nBetter Material: We have combined a Zinc, Magnesium, and Aluminum coated steel with our award-winning and USDA approved AkzoNobel paint to develop a new material which we call VZ 2.0. The first material of its kind is 100% safe, eco friendly, with a long 20+ year life. VZ 2.0’s exceptional performance has been verified at the Texas A&M National Corrosion & Materials Reliability Lab\r\nEasier and Safer Installation: No construction knowledge is required with our easy to use raised bed kits, which only require you to assemble the materials and tighten the fasteners; our beds feature an oval design with no sharp corners, along with heavy duty rubber edging to cover the edges providing protection from injury\r\nHealthier Roots and Less Bending Down: At 17\", the higher depth allows plenty of room for root systems to develop, better water drainage, and soil quality. It also eases the strain of bending down, one primary benefit of gardening in raised beds is that you don’t have to bend down quite as far when tending, weeding, or harvesting your plants\r\nComplete System: Vego Garden has aimed to create unified gardening systems that start outside, in your garden, and extend all the way into your day-to-day today life. The team continues to develop more products that enhance the Vego experience, such as cover system, worm composters, arched trellis and wall trellis and so on. Beyond the physical product, education and community are an integral part of the Vego Garden system, we will continue to strive for these values from design to customer', 151.96, NULL, NULL, 189.95, 'Vego garden Raised Garden Bed Kits, 17\" Tall 9 in 1 8ft X 2ft Metal Raised Planter Bed for Vegetables Flowers Ground Planter Box-Olive Green-12257.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-23 23:05:19', '2024-01-27 15:56:08'),
(169, 'LG CineBeam', 'tMR42oud3', 16, 'HU715Q\r\nBrightness of 2500 ANSI Lumens\r\n4K UHD On-Screen Resolution via XPR\r\nIntegrated Wi-Fi, Web Browser, ThinQ OS\r\nAirPlay 2 & Miracast Screen Sharing\r\nBluetooth Connectivity\r\n3x HDMI & 2x USB Inputs\r\nHDR10 & HLG Compatible\r\nDual Built-In 20-Watt Speakers\r\nHU915QE\r\nReal 4K UHD (3840 x 2160)\r\n0.19 Ultra Short Throw Ratio\r\n3,700 ANSI Lumens Brightness\r\nLG webOS 6.0\r\n2.2Ch 40W Sound\r\nNetflix, You Tube, Disney+, Prime Video, Apple TV\r\nHDR 10, HLG, HGiG\r\n3x HDMI & 2x USB Inputs', 1649.00, NULL, NULL, 300.01, 'LG CineBeam-97635.jpeg', 'LG CineBeam-46212.jpeg', NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-23 23:06:17', '2024-01-27 15:03:44'),
(170, 'Giantex Planter Raised Bed with Trellis', 'qboS3SL40', 4, '【More Planting Space】Professional raised garden bed size and volume: 7×3×1ft，set of 2, a total of 38.13cubic feet. And it also comes with 2 set (4 pcs) metal plant supports for more planting space.\r\n【High Quality】The outdoor raised garden bed is made of galvanized metal sheet with anti-rust coating, which can be in contact with soil for a long time and is resistant to corrosion. The service life is longer than wood. It can be used repeatedly for many years.\r\n【Creating Your Grow Area is Easy】Simple structural design, assemble this galvanized raised bed in just minutes and start growing plants, Create a growing area of your own. Oval growing garden boxes can be used to grow lettuce, beans, tomatoes, potatoes, or any vegetables/flowers, suitable for indoor and outdoor growing.\r\n【Open Base】The planter box with open bottom design can provide good drainage, and prevents water accumulation and rotting, while allowing roots easy access to nutrients, keeping the soil and nutrients, so the plants would grow better.\r\n【Satisfactory service】 If you have installation or other usage problems with the oval plantation box, please feel free to contact us! We will definitely solve the problem for you properly. Also 🖤Aonntoo will provide you with 1 year warranty, buy with confidence.', 125.99, NULL, NULL, 337.60, 'Giantex Planter Raised Bed with Trellis-46787.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-23 23:11:56', '2024-01-27 15:50:22');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(171, 'Hybrid Smart Watch', 'nXmXMJC1y', 16, 'COMPATIBILITY - Gen 6 Hybrid Smartwatches are compatible with phones running the latest version of Android or iOS. Improved power, more reliable connection and up to 4x range with Bluetooth 5. Includes apps for fitness, alarms, weather, music and more.\r\nALEXA ENABLED - Easily access the Amazon Alexa app to get quick news and information, check the weather, set timers and alarms, control smart home devices, and more - all through the sound of your voice.\r\nHEALTH - Automatically tracks activity goals, steps, sleep, cardio, and more. Activity modes with GPS keep you on track with your distance and path. Advanced sensors provide data to power your health and fitness tracker apps. Swimproof.\r\nPERSONALIZED STYLE - A smartwatch for the fashion-minded. Combines mechanical hands with an always-on e-ink display for a classic, traditional-looking smartwatch. Customizable watch faces, notifications, and metrics. Backlight for nighttime viewing.\r\nSTAY CONNECTED - Discrete notifications for calls, texts, apps, and calendar events. see calendar and weather updates, control your music and more. Automatic time zone and calendar syncing. This smart watch features a microphone and customizable buttons.\r\nTHE LONG LASTING BATTERY YOU NEED - The included magnetic charger gives you up to 2 weeks of battery life depending on usage. Charge up to 80% in 60 minutes. Works with the improved Fossil Smartwatches companion app for Android or iOS for seamless usage.', 99.00, NULL, NULL, 229.00, 'Hybrid Smart Watch-64136.jpeg', 'Hybrid Smart Watch-44605.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-23 23:16:47', '2024-01-27 16:01:13'),
(172, 'Argylle: A Novel Elly Conway Hardcover', 'sdh7XKynR', 2, 'NATIONAL BESTSELLER • The globe-trotting spy thriller that inspired the upcoming action blockbuster Argylle (February 2024), featuring a star-studded cast including Henry Cavill, Bryce Dallas Howard, Samuel L. Jackson, and John Cena, and directed by Matthew Vaughn of Kingsman trilogy fame\r\n\r\nA luxury train speeding towards Moscow and a date with destiny.\r\n\r\nA CIA plane downed in the jungles of the Golden Triangle.\r\n\r\nA Nazi hoard entombed in the remote mountains of South-West Poland.\r\n\r\nA missing treasure, the eighth wonder of the world, lost for seven decades.\r\n\r\nOne Russian magnate\'s dream of restoring a nation to greatness has set in motion a chain of events which will take the world to the brink of chaos.\r\n\r\nOnly Frances Coffey, the CIA\'s most legendary spymaster, can prevent it. But to do so, she needs someone special.\r\n\r\nEnter Argylle, a troubled agent with a tarnished past who may just have the skills to take on one of the most powerful men in the world. If only he can save himself first...', 20.28, NULL, NULL, 28.99, 'Argylle: A Novel Elly Conway Hardcover-21876.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-23 23:19:38', '2024-01-27 15:59:49'),
(173, 'ANCEL S100 Automotive Smoke Machine Leak Detector, Pipeline Fuel Leakage Detector Compatible with 12V Cars, Trucks, Motorcycle, ATV, Boats, Snowmobiles', 'nBQ5svOqd', 7, 'This awesome device is designed to help you detect leaks in the pipelines and fuel systems of your 12V cars, trucks, motorcycles, ATVs, boats, and even snowmobiles. It uses smoke to identify any potential leaks, making it easier for you to locate and fix them. It\'s a handy tool for both DIY enthusiasts and professional mechanics. So if you want to keep your vehicles running smoothly, this leak detector is definitely worth checking out!', 116.99, NULL, NULL, 139.99, 'ANCEL S100 Automotive Smoke Machine Leak Detector, Pipeline Fuel Leakage Detector Compatible with 12V Cars, Trucks, Motorcycle, ATV, Boats, Snowmobiles-26557.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-23 23:25:16', '2024-01-27 16:01:24'),
(174, 'Ubiquiti Network Video Recorder', 'IQuvO6Zip', 16, 'Ubiquiti Network Video Recorder\r\nA video recorder with (4) 2.5/3.5\" HDD bays that can support up to 30 days of storage for (15) 4K cameras or (50) Full HD cameras.\r\nUbiquiti Network Video Recorder Pro\r\nA 2U-sized video recorder with (7) 2.5/3.5\" HDD bays that can provide up to 60 days of storage for (20) 4K cameras or (60) Full HD cameras.', 299.00, NULL, NULL, 499.00, 'Ubiquiti Network Video Recorder-56170.jpeg', 'Ubiquiti Network Video Recorder-88312.jpeg', NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-23 23:25:57', '2024-01-27 15:37:57'),
(175, 'Skight Tire Inflator Portable Air Compressor - Powerful 150PSI & 2X Faster, Accurate Pressure LCD Display, Cordless Easy Operation - Portable Air Pump for Car, Motorcycle, E-Bike, Ball', '73DjUmxd5', 2, '【Powerful 150 PSI and 2X Faster Tire Inflator, But lightweight and Portable】the air inflator pump equipped with high-performance chip and powerful motor, Skight tire inflator delivers 32L/Min airflow of 150PSI inflation, 2X faster than others. Only takes 6mins to fully inflate a 205/55 R16 car tire(0-36PSI), 1 min to refill from 29-36PSI. Besides, pocket-size design ensure portability in daily life.\r\n【Easy Operation Air Compressor without Cord Power Supply, No Hassle】portable air compressor With 7500mAh rechargeable high-capacity battery built in, Skight air pump ensures 40mins continuous inflation without Cord Power supply. Furthermore, designed with quick connection technology, the Skight tire pump ensures easy operation, just takes 1 second to connect the inflation tube and inflator.\r\n【Accurate Tire Pressure Gauge, Real-time Pressure LCD Display Air Pump】tire inflator portable air compressor equipped with upgraded high precision chip, ensure accurate tire pressure Gauge. Dual large LCD display shows both real-time pressure value and preset value, convenient to observe and operate. Auto shut-off when reaching the preset value, no risk of over-inflating.\r\n【5 Inflation Modes and Maximum 160PSI Pressure, Suitable for Various Inflation Situation】the electric air pump has 5 preset inflation modes (cars/motorcycles/bicycles/balls/manual) can be simply and easily switched depending on your inflation needs. Maximum pressure of the manual mode is up to 160PSI, provides a wider inflatable condition for you.\r\n【Heat-Resisting Air Tube & Noise-Reduction & Lighting and Charging】Nylon braided mesh outside the inflation tube can effectively isolate the high temperature generated during operation；Noise reduction technology enables the air pump to work without harsh noise; Built-in LED light provides convenience for you to inflate and change tires in the dark. Besides, the portable tire inflator with 5V/2A Type-C input and 5V/2A USB output port, making it an emergency power supply for your phone.', 59.99, NULL, NULL, 82.99, 'Skight Tire Inflator Portable Air Compressor - Powerful 150PSI & 2X Faster, Accurate Pressure LCD Display, Cordless Easy Operation - Portable Air Pump for Car, Motorcycle, E-Bike, Ball-57944.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-24 00:05:48', '2024-01-27 16:02:20'),
(176, '1/2-3.00 CT Diamond, 14k White Gold 4 Prong Set Round-cut Lab Grown Diamond Solitaire Stud Pendant Necklace (J, VS-SI) Jewelry for Women', 'KMiFg4KB8', 2, 'Product details About this item\r\nMaterial\r\nGold\r\nMetal type\r\nWhite Gold\r\nClasp type\r\nSpring Ring\r\nChain type\r\nBox\r\nGem type\r\nDiamond', 219.99, NULL, NULL, 310.00, '1/2-3.00 CT Diamond, 14k White Gold 4 Prong Set Round-cut Lab Grown Diamond Solitaire Stud Pendant Necklace (J, VS-SI) Jewelry for Women-55083.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-24 00:17:30', '2024-01-27 16:05:51'),
(177, 'LANDA JEWEL 14k white gold 1.0 CT Classic 6-Prong Simulated Diamond Engagement Ring Graduated Side Stones Promise Bridal Ring', 'MsTfl226n', 2, 'Product Description\r\n\r\nThis fine pure 14k white gold ring is 6.5mm wide, and 7.3mm high, and the bottom is 2.2mm wide, which makes it very strong for timeless everyday wearing.\r\n\r\nThis ring is a best gift for women. It can be women\'s promise ring, engagement ring, anniversary ring, or wedding ring.\r\n\r\nThis ring is very comfortable to wear. And it is center 6-prongs set with one brilliant round simulated diamond. The center stone is 6.5mm diameter as big as a 1.0 carat diamond. The prongs style is very nice and it hold the stone very secure. Each graduated shoulder is set with 6 additional graduated simulated diamonds to finish this timeless look. All the simulated diamonds are AAAAA quality, D color and flawless, reflecting the sparkle same as diamonds do, which is very nice and attractive, making the ring much more extraordinary, like a real diamond ring.\r\n\r\nThe ring is all highly polished by very skilled goldsmith. Very nice and shiny!\r\n\r\nAnd the ring comes with a very nice jewelry box.\r\n\r\nThere is nothing more personal and precious than a wedding ring.\r\n\r\nIt is the ultimate expression of the commitment and affection that stands between man and the woman he loves.\r\n\r\nIn line with this ancient tradition,our exquisite collection is sure to have the perfect one to solidify the start of your life together.\r\n\r\nThis gorgeous band - timeless instyle, is the quintessential depiction of true love. It is available for purchase in a variety of different widths and tones - each of which offer a host of advantageous properties - including the ability to withstand; rust,tarnish and corrosion.\r\n\r\nSo as you step foot into the endless world of rings, discover the difference with our expert assistance and support at every stage of your journey.\r\n\r\nBox Contains\r\n\r\nHigh quality luxury ring box\r\n\r\n14k white gold 1.0 CT Classic 6-Prong Simulated Diamond Engagement Ring Graduated Side Stones Promise Bridal Ring', 264.99, NULL, NULL, 484.54, 'LANDA JEWEL 14k white gold 1.0 CT Classic 6-Prong Simulated Diamond Engagement Ring Graduated Side Stones Promise Bridal Ring-90792.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-24 00:22:51', '2024-01-27 16:06:45'),
(178, 'Log Cabin House EMMA (Insulated PLUS, 44 + 44 mm), 70 m^2 BUILDING REG FRIENDLY', 'clWMI9qde', 7, 'Product description:A relatively compact structure of EMMA wooden house could be a stylish and functional choice for families wishing to experience a more natural way of living. The main construction material of this house - conifer timber - ensures a cosy and healthy indoor environment. Enjoy a simplistic, enriching, and eco-friendly small-scale living experience in your new home!\r\n\r\nThermal Insulation / BRF (Building Regulation Friendly)This prefabricated wooden house features a residential-grade thermal insulation. Due to the 175 mm thickness polyurethane boards used for roof insulation, insulated floors (200 mm) and walls (120 mm), utmost level of residential comfort is ensured. This BRF house also features white PVC windows and doors, which are included in the price. Whether you are coming for a brief stay or will use your house as a primary residence, you will feel warm and cosy all year long.\r\n\r\nWall\r\n44 mm + 120 mm polyurethane insulation + 44 mm\r\nMaterial\r\nSlow grown spruce\r\nDoors\r\n1 * 85 cm x 192 cm ( Entrance ), 2 * 70 x 192 cm (internal);\r\n3 * 85 x 192 cm (internal)\r\nFloor area\r\n91 m²\r\nWindows\r\n4* 70 cm x 105 cm;\r\n6* 138 cm x 105 cm;\r\nEaves height\r\n256.5 cm\r\nRidge Height\r\n499,5 cm\r\nRoof\r\n20 mm Tongue and Groove roof boards + 9 mm roof construction + 175 mm insulation\r\nRoof Overhang (Front, Side, Back)\r\n40cm\r\nFloor\r\n20 mm Tongue and Groove floor boards + 9 mm floor construction + 200 mm insulation\r\nAnti Rot Warranty\r\n10 Year\r\nTotal Number of Rooms\r\n6\r\nInternal dimensions (WxD)\r\n536 x 766 cm\r\nRoof Covering Material\r\nOptional\r\nExternal dimensions (WxD), Metric\r\n570 x 800 cm\r\nWood Treatment\r\nOptional\r\nFeatures\r\n\r\nInterchange the opposite walls! Interchange the opposite walls!\r\n\r\nYou can change the position of opposite walls according to your needs during installation. Before building,', 61640.00, NULL, NULL, 75412.46, 'Log Cabin House EMMA (Insulated PLUS, 44 + 44 mm), 70 m^2 BUILDING REG FRIENDLY-41639.jpeg', 'Log Cabin House EMMA (Insulated PLUS, 44 + 44 mm), 70 m^2 BUILDING REG FRIENDLY-10137.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-24 00:30:54', '2024-01-27 16:13:01'),
(179, 'Keys Soulcare Golden Face Cleanser, Gently Removes Dirt, Makeup & Impurities and Soothes Skin with Manuka Honey, Cruelty-Free, 5.75 Fl Oz', 'DtwEKITTy', 2, 'A delicate, soothing face cleanser that removes dirt, makeup, and impurities while softening skin. The scent of Sage and Oat Milk soothes the mind and encourages stillness. Dermatologist-developed clean skincare formulas. Removes makeup and impurities. Leaves skin feeling cleansed and soft. Refreshes and soothes the look of skin. Skin-nourishing ingredients: Turmeric: A golden Ayurvedic spice that gently helps to soothe the look of skin. Manuka Honey: A potent, antioxidant-rich honey that helps to nourish and hydrate skin’s appearance. Chamomile: Used in medicinal teas for thousands of years, this flowering herb has properties that are known to calm and soothe skin. Skincare Benefit: Manuka Honey helps to nourish and hydrate skin’s appearance. Turmeric gently helps to soothe the look of skin. Soulcare Benefit: Purifies your skin and your spirit, giving you the clarity and power to turn everything in your life into gold. The scent of sage and oat milk soothes the mind and encourages stillness. How Use the Golden Face Cleanser: Pump face wash into wet hands and work into a gentle lather. Gently massage over your face and neck in a circular motion and rinse with warm water. Can be used as a daily face wash morning and night. Precautions: For external use only. Stop use at the first sign of irritation. Avoid contact with eyes. If eye contact occurs, rinse with plenty of water.', 22.00, NULL, NULL, 50.00, 'Keys Soulcare Golden Face Cleanser, Gently Removes Dirt, Makeup & Impurities and Soothes Skin with Manuka Honey, Cruelty-Free, 5.75 Fl Oz-12518.jpeg', NULL, NULL, 'Beauty & personal care', 2.5, NULL, 1, '2024-01-24 00:42:59', '2024-01-27 15:49:33'),
(180, 'Felt 20 Breed Gravel Bike', 'Ya86CBfsY', 7, 'A few carbon components and sram force 1 groupset with hydraulic brakes. Fairly light bike and seems like a bargain.', 1840.00, NULL, NULL, 2688.00, 'Felt 20 Breed Gravel Bike-27502.jpeg', 'Felt 20 Breed Gravel Bike-61354.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-24 00:49:41', '2024-01-27 15:10:19'),
(181, 'Waykar 130 Pints 6,500 Sq. Ft Energy Star', 'K89bxBLWe', 4, 'Dehumidifier with Drain Hose for Commercial and Industrial Large Rooms, Warehouses, Storages, Home, Basements and Bedroom with 2.03 Gal Water Tank', 250.99, NULL, NULL, 369.90, 'Waykar 130 Pints 6,500 Sq. Ft Energy Star-43526.jpeg', NULL, NULL, 'Industrial', 3.5, NULL, 1, '2024-01-24 00:55:12', '2024-01-27 15:06:14'),
(182, 'Tom Ford Oud Wood Eau de Parfum 50ml', '8aedFgRod', 7, 'Oud Wood was launched in 2007 by Tom Ford , and is an Amber Woody Fragrance aimed at a suitable for any gender. It was created by Richard Herpin and is part of the Private Blend range that was launched by Tom Ford, which featured 11 other fragrances, all of which were created to be special and ignore the conventions of usual scent making. The notes involved here are Agarwood, Amber, Brazilian Rosewood, Cardamom, Sandalwood, Sichuan Pepper, Tonka Bean Vanilla and Vetiver. This is ideal on a cooler day, with its creamy scent lasting brilliantly in cooler conditions. It\'s lighter than most oud fragrances on the market, but also subtle and a truly beautiful fragrance.', 142.83, NULL, NULL, 300.00, 'Tom Ford Oud Wood Eau de Parfum 50ml-76372.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-24 00:55:48', '2024-01-27 15:18:52'),
(183, 'XTERRA Fitness AIR650 Air Bike Pro Industrial', 'UttvPxZW9', 4, 'Grade Chain Drive System with Fully Adjustable Design and Padded Seat for Full Body Workout', 400.00, NULL, NULL, 499.99, 'XTERRA Fitness AIR650 Air Bike Pro Industrial-34057.jpeg', NULL, NULL, 'Industrial', 3.0, NULL, 1, '2024-01-24 01:00:56', '2024-01-27 16:01:30'),
(184, 'Bondara Deep Sweep 10 function remote P-spot massager', 'v2IvaDxot', 7, 'Prepare for explosive prostate pleasure with this deep, sleek anal plug\r\n\r\n• Curvy, angled bulb precisely massages with 10 rumbly vibration modes\r\n\r\n• Indulge in hands-off pleasure with the wireless remote control\r\n\r\n• Squat against the rounded rocker base for an orgasmic perineal grind\r\n\r\n• Rechargeable and waterproof for unlimited pleasure', 17.13, NULL, NULL, 30.65, 'Bondara Deep Sweep 10 function remote P-spot massager-63327.jpeg', 'Bondara Deep Sweep 10 function remote P-spot massager-29820.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-24 01:01:22', '2024-01-27 16:02:12'),
(185, 'Wireless Earbuds', 'tmrYgtqYA', 16, 'Mega Noise Cancelling - The Rail ANC listens to the outside noise to actively mute the world around you. You can also adjust the noise cancellation level between mute, hearing and between.\r\nLatest Sound Tech - The Rail ANC is Skullcandy\'s latest premium earbuds featuring our best driver yet with deep bass and a huge dynamic range. Plus, Personal Sound lets you tune the sound to your unique hearing through the Skull-iQ App.\r\n27 Hours Battery - With an incredible 27 hours of battery to keep your Rail ANC powered. The earbuds hold 7 hours and the charging case holds 20 hours with ANC on. Plus, using rapid charge, the first 10 minutes of your charge will give you 2 hours of play.\r\nSkull-iQ integration allowing you to customize your sound and control your earbuds. With the app, you can adjust the EQ settings, track battery life, and activate Tile, which helps you locate your lost earbuds.\r\nMultipoint Pairing lets you connect your earbuds to two devices simultaneously — Rail ANC will switch between devices seamlessly without the need to re-pair.\r\nBuy with Confidence - 1 year US warranty included.', 69.99, NULL, NULL, 95.99, 'Wireless Earbuds-37336.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-24 01:02:06', '2024-01-27 16:06:15'),
(186, 'Subwoofer', 'TUdeun21B', 16, '12\" 4-ohm subwoofer\r\ndual fiberglass structure cone with butyl rubber surround\r\nhigh power 4-3/4\" magnet\r\nspider decompression ventilated coil\r\npower handling: 50-250 watts RMS (500 watts peak)\r\nfrequency response: 32-500 Hz\r\nsensitivity: 87 dB at 2.83 volts\r\ntop-mount depth: 5-3/8\"\r\nsealed box volume: 0.70-1.05 cubic feet\r\nported box volume: 0.88-1.23 cubic feet\r\ngrille not included\r\nwarranty: 1 year', 165.00, NULL, NULL, 229.99, 'Subwoofer-94767.jpeg', 'Subwoofer-45644.jpeg', 'Subwoofer-57057.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-24 01:07:19', '2024-01-27 16:07:52'),
(187, 'HyperX Cloud Earbuds', 'SYvvKRUd4', 16, 'Optimized for gaming and audio on the go: With immersive sound delivered by 14mm drivers, the Cloud Earbuds II are designed to enhance your listening experience, whether you\'re gaming, watching streams, or listening to a good book.\r\n4 included eartip sizes – Find your ideal fit: With 4 sizes of our redesigned ear tips ranging from large to extra small, you should have no problem finding the perfect fit for your ears.\r\nHard shell case for easy portability and storage: The convenient carrying case makes it easy to pack and protect your earbuds.\r\nLow-profile 90° plug to reduce snags: With a flat plug that resists twisting and tangling, and a low-profile angled plug, the Cloud Earbuds II deftly address most of the major hassles of wired earbuds.\r\nBuilt-in mic and mobile multifunction button: Take calls or take command of your squad with the crystal-clear microphone. The multifunction button will allow you to quickly respond to a phone call or control your media on supported devices.', 29.99, NULL, NULL, 39.99, 'HyperX Cloud Earbuds-78724.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 01:11:17', '2024-01-27 16:12:12'),
(188, 'Remington HYDRAluxe Hair Straighteners Ionic Conditioning 2.5m Swivel Cord S8901', 'YGLh7Dbgf', 7, 'Quick and healthier styling\r\n\r\nHave a good hair day even when you\'re in a hurry, with the Remington HYDRAluxe S8901 Hair Straightener. Choose one of the 9 temperature settings, and your HYDRAluxe will be ready to go in 15 seconds.\r\n\r\nThe floating plates give you even pressure when styling and thanks to the Moisture Lock coating, straightening won\'t dry your hair out. Instead, with each glide, you help to preserve a balance of moisture in your mane, so that it stays shiny.\r\n\r\nThe Ionic conditioning feature will keep your hair frizz-free.', 57.05, NULL, NULL, 60.48, 'Remington HYDRAluxe Hair Straighteners Ionic Conditioning 2.5m Swivel Cord S8901-28843.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-24 01:12:05', '2024-01-27 16:13:20'),
(189, 'Oral-B iO6 Black Lava Electric Toothbrush', 'lCknI1Pb3', 7, 'Product details Oral-B iO6 Black lava electric toothbrush duo is a duo set that has been designed to create a brushing experience that’s in a class of its own. With Oral-B\'s revolutionary iO technology that gives you a professional clean feeling & gentle brushing experience, Oral-B iO6 electric toothbrush comes with smart pressure technology that signals red, white and green to alert you whether you are brushing too hard, too soft or just right. \r\n\r\nThis unique electric toothbrush also comes with 5 smart brushing modes which include: Daily clean, Sensitive, Gum care, Intense clean and Whitening as well as an interactive display that shows brushing modes and head replacement reminders.\r\n\r\nKey features of Oral-B iO6 Black lava \r\n\r\n• Interactive display\r\n• Smart pressure technology\r\n• Sleek Black lava colour design\r\n• Gentle micro-vibrations for a fresh clean\r\n• 5 smart modes of brushing - Daily clean, Sensitive, Gum care, Intense clean and Whitening', 139.61, NULL, NULL, 200.00, 'Oral-B iO6 Black Lava Electric Toothbrush-87039.jpeg', NULL, NULL, 'Beauty & personal care', 2.5, NULL, 1, '2024-01-24 01:16:18', '2024-01-27 16:15:39'),
(190, 'Garmin Edge', 'cjCtNYFhf', 16, 'Performance GPS cycling computer with mapping and touchscreen\r\nDynamic performance monitoring provides insights on your VO2 max, recovery, training load focus, heat and altitude acclimation, nutrition, hydration and more when paired with compatible sensors\r\nCycling safety features include bike alarm, group messaging and tracking, compatibility with Variant rearview radar and lights so you can see and be seen (when paired with your compatible smartphone)\r\nIncludes routable Garmin Cycle Map with popularity routing - helps you ride like a local - plus on-device route creation and off-course recalculation; mountain biking model has integrated Trail forks data\r\nCustomize with free apps, widgets and data fields from the Connect IQ Store. Sensor compatibility - ANT Plus, BLE\r\nMTB dynamics track jump count, jump distance, hang time, and Grit, a measure of the ride?s difficulty, and Flow, which tracks the smoothness of your descent so you have a score to beat next time\r\nBattery life: up to 20 hours with GPS; works with Garmin Charge power pack for up to 40 hours of additional battery life', 250.00, NULL, NULL, 400.00, 'Garmin Edge-69755.jpeg', 'Garmin Edge-84483.jpeg', 'Garmin Edge-46450.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-24 01:16:48', '2024-01-27 16:16:28'),
(191, 'Tornado 24 Inch High Velocity Stationary', 'qJ3xcyfvN', 4, 'It’s a Non-Oscillating Metal Pedestal Fan Commercial, Industrial Use 3 Speed - 7600 CFM 6.6 FT Cord UL Safety Listed', 140.99, NULL, NULL, 189.99, 'Tornado 24 Inch High Velocity Stationary-68461.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-01-24 01:16:57', '2024-01-27 16:19:54'),
(192, 'KRAUS&reg; Allyn&trade;', 'KnSVFj4Cf', 4, 'Traditional Industrial Pull-Down Single Handle Kitchen Faucet in Chrome, KPF-4100CH', 120.47, NULL, NULL, 199.95, 'KRAUS&reg; Allyn&trade;-75122.jpeg', NULL, NULL, 'Industrial', 3.0, NULL, 1, '2024-01-24 01:23:44', '2024-01-27 16:21:08'),
(193, 'Datacolor Spyder', '8Xm0ye1EN', 16, 'Dial-in your color and exposure settings with the SpyderX Photo Kit from Datacolor, which comprises a trio of helpful color calibration tools for all stages of a shooting and editing workflow. This kit includes the SpyderCUBE, to help achieve accurate exposure and white balance at exposure; the SpydrCHECKR 24, for gaining consistently accurate colors from shot to shot; and the SpyderX Elite, an advanced colorimeter to ensure your computer\'s monitor is color-accurate.', 100.00, NULL, NULL, 149.99, 'Datacolor Spyder-57682.jpeg', NULL, NULL, 'Gadgets and electronics', 2.5, NULL, 1, '2024-01-24 01:24:59', '2024-01-27 16:25:36'),
(194, 'Haier I-Pro Series 7 HW80-B14979 8KG 1400RPM White Washing Machine', 'JkMLdfEvw', 7, 'This Haier\'s washing drum benefits from a surface designed to ensure that even your most delicate fabrics remain in perfect condition, no matter how many times you wash them. The special pillow-shaped pads mean your laundry slips gently over the surface as the drum spins, never catching the fabric and causing it to deteriorate in quality.', 370.22, NULL, NULL, 568.08, 'Haier I-Pro Series 7 HW80-B14979 8KG 1400RPM White Washing Machine-28663.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-24 01:27:01', '2024-01-27 16:17:10'),
(195, 'Mason Hanging Swag Light Barn Industrial', 'Ue8DYHGiv', 4, 'Farmhouse Modern 1-Light Design House Pendant Light with Metal Shade for Living Room and Dining Room, 10 inch, Galvanized Paint Finish, 579409', 38.79, NULL, NULL, 72.68, 'Mason Hanging Swag Light Barn Industrial-46688.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-24 01:31:54', '2024-01-27 16:24:17'),
(196, 'Men\'s Mainstay Insulated Trench Coat', 'RU5gHf6py', 2, 'With its 2-layer WeatherEdge® technology and seam-sealed construction, this insulated trench offers full protection from the elements while remaining lightweight and breathable. A StormRepel® DWR finish sheds moisture, and 80g ThermaFill® synthetic insulation provides exceptional warmth in cold, wet conditions.', 114.50, NULL, NULL, 229.00, 'Men\'s Mainstay Insulated Trench Coat-41625.jpeg', 'Men\'s Mainstay Insulated Trench Coat-66637.jpeg', 'Men\'s Mainstay Insulated Trench Coat-49167.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-24 01:36:16', '2024-01-27 16:22:39'),
(197, 'Chad Valley Wheel Garage', 'jA4DqnYxO', 7, 'Car crazy kids will love this Chad Valley Wheel Garage. Race the car around the two-levelled garage and stop off at the helipad, petrol station or car wash along the way! It all packs up into a handy storage case in the shape of a wheel, so your little one can take it to their grandparents or friend\'s house!', 32.59, NULL, NULL, 40.00, 'Chad Valley Wheel Garage-24838.jpeg', 'Chad Valley Wheel Garage-55385.jpeg', 'Chad Valley Wheel Garage-45920.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-24 01:39:54', '2024-01-27 16:22:04'),
(198, 'California Air Tools 6010LFC 1.0 HP Ultra Quiet', 'qZnmUZlSs', 4, 'California Air Tools 6010LFC 1.0 HP Ultra Quiet is an Oil-Free Industrial Air Compressor, 6.0-Gallon', 296.37, NULL, NULL, 430.00, 'California Air Tools 6010LFC 1.0 HP Ultra Quiet-36499.jpeg', NULL, NULL, 'Industrial', 3.5, NULL, 1, '2024-01-24 01:40:38', '2024-01-27 16:13:01'),
(199, 'VTeach Switch & Go T-Rex Muscle  car', 'cJfrqCbmH', 7, 'Stomp into the cool crazy world of prehistoric creatures that turn into vehicles with the VTech Switch & Go T-Rex Muscle Car! This T-Rex breathes fire with awesome light and sound effects. Transform the dino easily into a tough Muscle Car. Check out its lightning trail! Fiery lights and sound effects bring your Switch & Go world to life. Pit the T-Rex Muscle Car against the other Switch & Go dinos for a fearsome match-up. Additional Switch & Go dinosaurs sold separately. Intended for ages 4+ years. Requires 1 AA battery. Battery included for demo purposes only. New battery recommended for regular use.', 5.59, NULL, NULL, 11.99, 'VTeach Switch & Go T-Rex Muscle  car-40110.jpeg', 'VTeach Switch & Go T-Rex Muscle  car-48582.jpeg', 'VTeach Switch & Go T-Rex Muscle  car-85750.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-24 01:54:15', '2024-01-27 16:09:20'),
(200, 'Pac-Man', 'oTy9POe7I', 7, 'Arcade classic - rediscover this classic arcade experience with Pac-Man the board game\r\nCollaborative play - play as Pac-Man or Blinky, Pinky, Inky or Clyde in this collaborative family fun game\r\nAuthentic sounds - as Pac-Man moves around the board he makes the classic \"waka, waka, waka\" Aracade sounds\r\nAges - 10 years +\r\nPlayers - 2 to 5 players', 7.80, NULL, NULL, 15.60, 'Pac-Man-41641.jpeg', NULL, NULL, 'Toys and games', 4.5, NULL, 1, '2024-01-24 02:01:40', '2024-01-27 15:03:16'),
(201, 'La Joya 1/10 - 1/2 CT TW Certified Lab Grown Diamond Bands for Women - 10k White Gold, Yellow Gold and Rose Gold Anniversary Bands, Promise Rings, Stackable Bands, and Diamond Wedding Rings for Women', 'dJpUPZyUw', 10, 'About this item\r\nSUPERIOR COLOR and CLARITY DIAMONDS - These 10K White Gold Womens Diamond Wedding Bands are set with GH Color And VS / SI Clarity Diamonds, Which Are Far Superior To Diamonds With JKL Color or I1I2I3 Clarity Used By Other Jewelers.\r\nMYTH or MODERN STYLE - These Diamond Wedding Bands Have A Yellow Sapphire In The Shank Thought To Bring Wealth, Success, Eternal Love, And A Happy Marriage. True Or False, We Don’t Know, But It Adds a Distinctive Flair To These Diamond Rings\r\nSTACKABLE RINGS - These Half Eternity Diamond Rings Can Be Stacked With Your Engagement Ring, a Fashion Ring Or Worn Alone. Plus, These 10K White Gold Wedding Bands for Women Come With a Certificate That Can Be Verified Online\r\nCONFLICT FREE - Lab Diamonds Have The Same Chemical And Physical Properties As Real Diamonds But Are More Sustainable Due To Lower Emissions, Resource Usage And No Excavations. Notably They Are Cruelty-free And Do Not Fund Wars.\r\nEASE of MIND - We Strive To Deliver Beautiful Diamond Wedding Bands for Women At Excellent Prices. Your Satisfaction Is Our Only Priority. We Back The Sales Of Our Pave Diamond Ring Bands With A 30- Day, No Questions Asked, Return Policy', 193.99, NULL, NULL, 528.99, 'La Joya 1/10 - 1/2 CT TW Certified Lab Grown Diamond Bands for Women - 10k White Gold, Yellow Gold and Rose Gold Anniversary Bands, Promise Rings, Stackable Bands, and Diamond Wedding Rings for Women-72340.jpeg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-01-24 02:02:50', '2024-01-27 14:58:05'),
(202, 'Vintage Wrangler Quartz Moon Phase Wrist Watch with New Battery', 'e0VMRtvze', 18, 'This vintage Wrangler wristwatch is a stunning timepiece with a silver case, two-piece brown leather strap, and gold dial. The Arabic numerals and moon phase display add to its classic elegance. The watch runs on a quartz movement and comes with a new battery.\r\n\r\nWith water-resistant features and a snap caseback, this watch is perfect for formal occasions or casual wear. The watch is in excellent condition and ready to be worn.', 102.84, NULL, NULL, 109.99, 'Vintage Wrangler Quartz Moon Phase Wrist Watch with New Battery-79549.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-24 02:13:23', '2024-01-27 15:12:18'),
(203, 'NICE ORIGINAL HAMILTON 992B RAILWAY SPECIAL 21 JEWEL HAMILTON RAILROAD CASE RUNS', '2H9huK4EI', 18, 'tem description \r\n\r\nNICE ORIGINAL HAMILTON 992B RAILWAY SPECIAL 21 JEWEL HAMILTON RAILROAD CASE\r\n\r\nRUNS\r\n\r\n10K gold filled Hamilton Case\r\n\r\nLP', 495.00, NULL, NULL, 1002.47, 'NICE ORIGINAL HAMILTON 992B RAILWAY SPECIAL 21 JEWEL HAMILTON RAILROAD CASE RUNS-30431.jpeg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-01-24 02:16:40', '2024-01-27 15:17:59'),
(204, 'Seastar', 'ugzRINUYo', 2, 'Stainless steel case with a black rubber strap. Uni-directional rotating stainless steel bezel with a black and blue ceramic ring. Black dial with luminmous silver-tone hands and dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display between 4 and 5 o\'clock position. Chronograph - three sub-dials displaying: 60 second, 30 minute and 12 hour. Quartz movement. Scratch resist', 325.00, NULL, NULL, 500.00, 'Seastar-97560.jpeg', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-24 02:20:15', '2024-01-27 15:24:06'),
(205, 'Assists Processing Handbook Spiral Bound by L. Ron Hubbard 1992', 'wFDt5Kc9V', 18, 'Item description \r\n\r\nUP FOR SALE: L. Ron Hubbard Assists Processing Handbook Spiral Hardcover 1994\r\n\r\nProduct details\r\n\r\nPublisher ? : ? Bridge Publications, Inc. (January 1, 1992)\r\n\r\nLanguage ? : ? English\r\n\r\nSpiral-bound ? : ? 413 pages\r\n\r\nISBN-10 ? : ? 0884048268\r\n\r\nISBN-13 ? : ? 978-0884048268\r\n\r\nItem Weight ? : ? 3.7 pounds\r\n\r\nAbout the Author: L. Ron Hubbard\r\n\r\nWith 19 New York Times bestsellers and more than 350 million copies of his works in circulation, L. Ron Hubbard is among the most enduring and widely read authors of our time. As a leading light of American Pulp Fiction through the 1930s and \'40s, he is further among the most influential authors of the modern age. Indeed, from Ray Bradbury to Stephen King, there is scarcely a master of imaginative tales who has not paid tribute to L. Ron Hubbard.\r\n\r\nThen too, of course, there is all L. Ron Hubbard represents as the Founder of Dianetics and Scientology and thus the only major religion born in the 20th century.\r\n\r\nWhile, as such, he presents the culmination of science and spiritual technology as embodied in the religion of Scientology.\r\n\r\nPLEASE REFER TO ALL PHOTOS FOR A BETTER VISUAL DESCRIPTION OF THE ITEM\r\n\r\n*Vintage and secondhand items may have flaws. Please review item(s), description and picture(s). I do my best to research and describe the items accurately, but I am not an expert on all of the items I sell. Unless specified in the listing, all items are sold AS-IS AS-SEEN in photos*\r\n\r\nAll of My Items Come from a Smoke Free Home and have been cleaned per\'s standards\r\nI do Ship everyday Monday - Saturday\r\nFeel Free to Visit My Store and Browse Through My Other Listings as I am happy to combine shipping for you.\r\nPlease contact me with any issues prior to leaving negative/neutral feedback or low detail ratings, as I will always do my best to solve any problems that may come up!\r\nIf you have any further questions, please feel free to message me\r\nAny props that are used in the taking of the photos are not included. Only the item/items in the title of the listings are being sold', 54.44, NULL, NULL, 102.55, 'Assists Processing Handbook Spiral Bound by L. Ron Hubbard 1992-46378.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-24 02:22:06', '2024-01-27 15:32:32'),
(206, 'Nerf Pro Gelfire Ghost', 'TXBbBts85', 7, 'BURST INTO BATTLE WITH NERF PRO GELFIRE BLASTERS: The blasters fire hydrated Gelfire rounds that burst on impact and deliver high-performance blasting to ignite your competitive advantage. Ages 14 and up\r\nNERF PRO GELFIRE GHOST BLASTER DESIGNED FOR SPEED AND DISTANCE: Unleash rounds at a velocity of up to 200 feet per second! Experience extreme distance with this blaster that includes a removable boost barrel.\r\n5,000 NERF PRO GELFIRE DEHYDRATED ROUNDS: Add water to hydrate the soft super absorbent polymer projectiles. They fire at a high velocity and burst when they hit a target. No pick-up needed\r\n100-ROUND CAPACITY INTEGRATED HOPPER: The Nerf Gelfire blaster has an integrated hopper with 100-round capacity to unleash battle overload in highly competitive games. Outdoor use recommended\r\nPROTECTIVE EYEWEAR AND TRIGGER LOCK: Includes protective eyewear and trigger lock. One of the best gifts for 14 year old boys and girls and up', 26.64, NULL, NULL, 49.99, 'Nerf Pro Gelfire Ghost-47610.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-24 02:24:19', '2024-01-27 16:05:11'),
(207, 'Flight To The Misty Planet by M.E. Patchett 1954 Science Fiction Hardcover Vtg', 'Q1i3Xlkzg', 18, 'Item description \r\n\r\nFlight To The Misty Planet by M.E. Patchett 1954 Science Fiction Hardcover Vtg\r\n\r\nSome wear on the cover and writing on the first page. Otherwise; in good preowned condition. See photos.\r\n\r\nIncludes Plasti-Kleer Quik-Fold Adjustable Book Jacket Cover.\r\n\r\nAll books and magazines are purchased secondhand and may or may not have odors unknown to me as I can no longer smell.', 49.49, NULL, NULL, 205.00, 'Flight To The Misty Planet by M.E. Patchett 1954 Science Fiction Hardcover Vtg-87666.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-24 02:25:57', '2024-01-27 16:07:31'),
(208, 'Bush Baby World Dreamstars Soft Toy', 'S5p4Nb0kO', 7, 'Product Name: Bush Baby World Dreamstars Soft Toy - Issi\r\n\r\nNew - ships from United Kingdom via trackable airmail, delivered by USPS, usually around 2 weeks for delivery. You will have tracking and can follow that.\r\n\r\nManufacturer: Golden Bear Products Ltd.\r\n\r\nEAN: 5013197230506.\r\n\r\nPackaged dimensions (LxWxH): 5.83 x 3.39 x 1.73 (inches).\r\n\r\nCondition: New.', 29.43, NULL, NULL, 36.00, 'Bush Baby World Dreamstars Soft Toy-73526.jpeg', NULL, NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-24 02:30:46', '2024-01-27 16:27:35'),
(209, 'Air Techniques VacStar 40 2HP 230V Dental Vacuum Pump ***Clean & Powerful!!!!', 'Ku8imgLFQ', 18, 'tem description \r\n\r\nAir Techniques VacStar 40 2HP 230V Dental Vacuum Pump\r\n\r\nTested to be fully functional\r\n\r\nMfg 2020. Came From a Satellite Office\r\n\r\nClean and Powerful\r\n\r\nDr Retired\r\n\r\n*Disclaimer: \"The sale of this item may be subject to regulation by the U.S. Food and Drug Administration and state and local regulatory agencies. If so, do not bid on this item unless you are an authorized purchaser. If the item is subject to FDA regulation, I will verify your status as an authorized purchaser of this item before shipping of the item.\"\r\n\r\nContact:\r\n\r\nHubDental.com\r\n\r\n689 Main St #230\r\n\r\nWalpole, MA 02081', 2965.05, NULL, NULL, 4777.32, 'Air Techniques VacStar 40 2HP 230V Dental Vacuum Pump ***Clean & Powerful!!!!-42482.jpeg', NULL, NULL, 'Industrial', 3.0, NULL, 1, '2024-01-24 02:31:50', '2024-01-27 16:27:30'),
(210, 'Love in Ancient Rome by Pierre Grimal, First US Edition 1967 HCDJ', 'TNMfwzKul', 18, 'Item description \r\n\r\nTitle: Love in Ancient Rome\r\nAuthor: Pierre Grimal\r\nTranslator: Arthur Train, Jr.\r\nPublisher: Crown Publishers, New York\r\nPublication Year: 1967\r\nEdition: First US Edition\r\nFormat: Hardcover with Dust Jacket (HCDJ)\r\nCondition: Good\r\n\r\nDescription:\r\nPresenting the first edition of \"Love in Ancient Rome\" by Pierre Grimal, translated from French by Arthur Train, Jr. Published by Crown Publishers, New York, in 1967, this hardcover edition includes its original dust jacket and is in good condition, as depicted in the attached photos.\r\n\r\nAbout the Book:\r\n\"Love in Ancient Rome\" delves into the intricacies of romantic relationships and love in the context of ancient Roman society. Pierre Grimal, a distinguished scholar in classical studies, provides valuable insights into the cultural and social dimensions of love in ancient Rome. Arthur Train, Jr.\'s translation ensures that Grimal\'s work is accessible to English-speaking readers.\r\n\r\nCondition:\r\nThis first edition hardcover with a dust jacket is in good condition. The book cover and dust jacket exhibit minimal wear, and the binding is intact. The pages are well-preserved, and the overall presentation aligns with the quality expected from a carefully maintained first edition. Refer to the provided photos for a visual representation of the book\'s condition.\r\n\r\nPhotographs:\r\nAccompanying the listing are detailed photos, offering a clear view of the book\'s condition. The images highlight the well-maintained state of the hardcover and dust jacket, providing potential buyers with the opportunity to assess the overall quality and integrity of this significant first edition.\r\n\r\nEmbark on a captivating exploration of love in ancient Rome with the first edition of \"Love in Ancient Rome\" by Pierre Grimal. This edition, complete with a dust jacket, is a valuable addition for collectors and enthusiasts interested in the cultural and historical aspects of love in classical civilization. Add this distinguished work to your collection and immerse yourself in the romantic tapestry of ancient Rome.', 39.99, NULL, NULL, 76.05, 'Love in Ancient Rome by Pierre Grimal, First US Edition 1967 HCDJ-38434.jpeg', 'Love in Ancient Rome by Pierre Grimal, First US Edition 1967 HCDJ-34010.jpeg', 'Love in Ancient Rome by Pierre Grimal, First US Edition 1967 HCDJ-64597.jpeg', 'Books', 2.5, NULL, 1, '2024-01-24 02:36:29', '2024-01-28 03:10:23'),
(211, 'SOCK MONKEY BUNNY EARS PLUSH LOT DAN DEE GALERIE ASSORTED STUFFED ANIMAL', 'HA0p0puSX', 7, 'Pre owned condition. Tush tags attached. Please use photos as part of the description.\r\n\r\n*I\r\nsell vintage/pre owned items in great condition, but some may have\r\nexpected play wear, minor marks/spots/snags/etc. Toys have been cleaned, but may\r\nrequire a light wash. All items sold as is.', 9.29, NULL, NULL, 16.20, 'SOCK MONKEY BUNNY EARS PLUSH LOT DAN DEE GALERIE ASSORTED STUFFED ANIMAL-55144.jpeg', 'SOCK MONKEY BUNNY EARS PLUSH LOT DAN DEE GALERIE ASSORTED STUFFED ANIMAL-82569.jpeg', 'SOCK MONKEY BUNNY EARS PLUSH LOT DAN DEE GALERIE ASSORTED STUFFED ANIMAL-79328.jpeg', 'Toys and games', 2.5, NULL, 1, '2024-01-24 02:37:50', '2024-01-27 16:25:16'),
(212, 'The Old Testament: A Historical, Theological, and Critical Introduction [Hardcov', 'nRcfoFxfA', 18, 'This hardcover book is a comprehensive guide that explores the Old Testament from various perspectives. It delves into the historical, theological, and critical aspects of the text, providing valuable insights and analysis. Whether you\'re a scholar, a student, or simply interested in deepening your\r\nunderstanding of the Old Testament, this book is a fantastic resource. It\'s a must-have for anyone looking to explore the rich history and significance of these ancient texts.', 37.57, NULL, NULL, 68.00, 'The Old Testament: A Historical, Theological, and Critical Introduction [Hardcov-54103.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-24 02:41:19', '2024-01-27 16:03:47'),
(213, '51MP 1080P 2K HDMI USB Industrial Video Microscope Camera IR', 'w1sXKAPga', 18, '51MP 1080P 2K HDMI USB Industrial Video Microscope Camera 1X-120X Zoom IR Remote control For PCB Soldering Repair\r\n\r\nIs Smart Device: No Features: High Definition,Handheld,PORTABLE Model Number: Video Microscope Theory: Video Microscope', 200.00, NULL, NULL, 205.80, '51MP 1080P 2K HDMI USB Industrial Video Microscope Camera IR-72344.jpeg', '51MP 1080P 2K HDMI USB Industrial Video Microscope Camera IR-75042.jpeg', '51MP 1080P 2K HDMI USB Industrial Video Microscope Camera IR-57924.jpeg', 'Industrial', 3.0, NULL, 1, '2024-01-24 02:43:39', '2024-01-27 16:19:58'),
(214, 'Sorry Replacement Game Pieces', 'zsXYbKXwz', 7, 'Up for sale is a mixed lot of game pieces for the Hasbro Sorry! game. This lot includes 15 game pieces, some of which are opaque and others that are translucent. These replacement pieces are perfect for replacing missing or damaged pieces from your Sorry! game set. Please note that one additional piece is slightly bent. Please refer to the pictures for a visual representation of the pieces, keeping in mind that my scale is not included in the listing. Enhance your gaming experience and ensure you have all the necessary pieces with this Sorry! replacement game pieces lot.\r\n\r\nPlease see the terms in the photos and/or below. Thank you!\r\n\r\nPlease excuse any pictures that are slightly angled or blurry (if you need/want additional pictures, please ask!). We homeschool our kids and are teaching them about business and economics. They will earn a commission from anything that sells that they photographed, and they are being taught to save, donate and spend wisely.', 7.40, NULL, NULL, 9.90, 'Sorry Replacement Game Pieces-70480.jpeg', 'Sorry Replacement Game Pieces-31759.jpeg', NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-24 02:45:06', '2024-01-27 16:19:11'),
(215, 'Thomas & Friend Byron Yellow', 'CKnJBKSL9', 7, 'This item is in very good condition.\r\n\r\n- Byron the bulldozer\r\n\r\n- plastic\r\n\r\n- 2008\r\n\r\n- 3.5 inches\r\n\r\n\r\nThis item is in very good condition.\r\n\r\n- Byron the bulldozer\r\n\r\n- plastic\r\n\r\n- 2008\r\n\r\n- 3.5 inches\r\n\r\nShips fast from a non-smoking home.', 7.59, NULL, NULL, 9.88, 'Sorry Replacement Game Pieces-11770.jpeg', 'Sorry Replacement Game Pieces-57532.jpeg', NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-24 02:51:45', '2024-01-27 14:42:25'),
(216, 'Mighty Morphin Power Rangers White Tigerzord warrior Mode', 'wQJP6qifh', 7, 'POWER RANGERS MIGHTY MORPHIN WHITE TIGERZORD WARRIOR MODE TOY:\r\nInspired by the TV show from the 1990s, this White Tigerzord Warrior\r\nMode Toy has morphinominal design and includes a character-inspired\r\naccessory\r\nGO GO POWER RANGERS: The design of this action figure is inspired by\r\nthe fun, blocky, foam Zord suits from the original 90s series\r\nFUN PACKAGING INSPIRED BY VIDEO TAPES: Remember video cassettes?\r\nThis package evokes the days of recording favorite episodes and watching\r\nthem over and over after school\r\nTHE POWER OF THE TIGERZORD: The White Tigerzord morphs into Warrior Mode to battle giant-sized monsters!\r\nLOOK FOR OTHER POWER RANGERS TOYS: Find other Power Rangers figures\r\nand gear to expand the morphinominal action. Additional products each\r\nsold separately. Subject to availability', 16.44, NULL, NULL, 19.88, 'Mighty Morphin Power Rangers White Tigerzord warrior Mode-28988.jpeg', NULL, NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-24 03:05:21', '2024-01-27 15:13:37'),
(217, 'TOURUS 2023 April new arrival blue wood double layers sup boards YOGA inflatable stable stand up paddle board 11feet 33inch', '78rsZs9Xo', 12, 'The sup board is ideal for learning, recreational paddling and small wave riding with comfort and stability.', 231.77, NULL, NULL, 369.49, 'TOURUS 2023 April new arrival blue wood double layers sup boards YOGA inflatable stable stand up paddle board 11feet 33inch-94011.jpeg', 'TOURUS 2023 April new arrival blue wood double layers sup boards YOGA inflatable stable stand up paddle board 11feet 33inch-86125.jpeg', 'TOURUS 2023 April new arrival blue wood double layers sup boards YOGA inflatable stable stand up paddle board 11feet 33inch-92583.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-24 07:15:22', '2024-01-27 15:24:46'),
(218, 'SBART New Arrivals 3mm Surfing Wetsuit Full Body Front Zipper Traje De Buceo One Piece Swimming Diving Wetsuit', '6jwJK2ghd', 12, 'SBART New Arrivals 3mm Surfing Wetsuit Full Body Front Zipper Traje De Buceo One Piece Swimming Diving Wetsuit nylon,Neoprene', 35.30, NULL, NULL, 40.85, 'SBART New Arrivals 3mm Surfing Wetsuit Full Body Front Zipper Traje De Buceo One Piece Swimming Diving Wetsuit-97397.jpeg', 'SBART New Arrivals 3mm Surfing Wetsuit Full Body Front Zipper Traje De Buceo One Piece Swimming Diving Wetsuit-31374.jpeg', 'SBART New Arrivals 3mm Surfing Wetsuit Full Body Front Zipper Traje De Buceo One Piece Swimming Diving Wetsuit-42146.jpeg', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-24 07:25:02', '2024-01-27 16:22:38'),
(219, 'SBART 3MM diving suit', '0SAymGCHL', 12, 'SBART 3MM diving suit men\'s and women\'s one piece swimsuit long sleeved professional cold and warm surfing suit wet diving suit.', 31.52, NULL, NULL, 39.40, 'SBART 3MM diving suit-78625.jpeg', 'SBART 3MM diving suit-15082.jpeg', 'SBART 3MM diving suit-82204.jpeg', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-24 07:31:26', '2024-01-27 15:25:49'),
(220, 'QDWETS', 'HaaVA74Dv', 12, 'QDWETS 1L Mini Scuba Diving Tank/Equipment Oxygen Cylinder Underwater Breathing Portable Scuba Tank Kit Capacity Refillable\r\nQDWETS Scuba Tank 2.3L Capacity Equipment Specialized Scuba Tank Diving Bottle Oxygen Cylinder 30 Minutes Snorkeling Equipment.\r\nQDWETS Scuba Diving Equipment Set Diving Snorkel Air Snorkeling Equipment Mini Snorkel Scuba Tank Air Cylinder Outdoor Oxygen.\r\nQDWETS Mini Scuba Tank Refillable Oxygen Cylinder with 1L Capacity Scuba Tank with 15-20 Minutes Underwater Diving Gear for Dive\r\nQDWETS 1.0L Scuba Diving Cylinder Mini Oxygen Tank Set Respirator Air Tank Hand Pump for Snorkeling Diving Equipment.\r\nQDWETS Scuba Diving Equipment Snorkel Mask Diving Gear for Diver Mini Oxygen Tank Cylinder Underwater Breathing Device 1L', 142.06, NULL, NULL, 315.70, 'QDWETS-90953.jpeg', 'QDWETS-53993.jpeg', 'QDWETS-62992.jpeg', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-24 07:47:34', '2024-01-27 15:55:32'),
(221, 'Junhaiins Water Sports Diving Mask Breathing Tube Adjustment diving fins anti Fog Three Piece Set Snorkeling Set Diving Equitment', 'nLT8rFQHS', 12, 'This snorkeling set very comfortable , perfect for snorkeling and recreational swimming!', 24.30, NULL, NULL, 48.60, 'Junhaiins Water Sports Diving Mask Breathing Tube Adjustment diving fins anti Fog Three Piece Set Snorkeling Set Diving Equitment-51312.jpeg', 'Junhaiins Water Sports Diving Mask Breathing Tube Adjustment diving fins anti Fog Three Piece Set Snorkeling Set Diving Equitment-64157.jpeg', NULL, 'Sports and outdoor', 3.0, NULL, 1, '2024-01-24 07:56:27', '2024-01-27 15:16:30');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(222, '6/8/10 Feet Trampoline Protection Mat Trampoline Safety Pad Round Spring Water-Resistant Protective Cover Home Sport Accessories', 'lyloRzjID', 12, 'Trampoline Pad Replacement Waterproof Replacement Trampoline Pad Mat Portable Safety Pad 8FT/10FT Round Trampoline Mat \r\nGymnastic Rings Pull Up Handle Rings with Adjustable Straps for Men Women Home Workouts Strength Training Fitness.', 20.74, NULL, NULL, 40.82, '6/8/10 Feet Trampoline Protection Mat Trampoline Safety Pad Round Spring Water-Resistant Protective Cover Home Sport Accessories-73517.jpeg', '6/8/10 Feet Trampoline Protection Mat Trampoline Safety Pad Round Spring Water-Resistant Protective Cover Home Sport Accessories-77269.jpeg', NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-01-24 08:08:22', '2024-01-27 16:11:36'),
(223, 'Standard vibrating screen', 'vBCOmzcKE', 5, 'Big capacity mining vibrating screen standard vibrating screen with belt, Vertical Vibrating Motor, Stainless steel 304/316', 370.99, NULL, NULL, 452.99, 'Standard vibrating screen-35195.jpeg', 'Standard vibrating screen-82435.jpeg', NULL, 'Industrial', 5.0, NULL, 1, '2024-01-24 08:14:09', '2024-01-27 15:32:59'),
(224, '3M Golf Practice Net Indoor Outdoor Detachable Golf Training Net Chipping Hitting Cage Golf Target Portable Golf Sport Equipment', 'wwqHWE6NG', 12, '3M Golf Practice Net Indoor Outdoor Detachable Golf Training Net Chipping Hitting Cage Golf Target Portable Golf Sport Equipment', 48.79, NULL, NULL, 69.70, '3M Golf Practice Net Indoor Outdoor Detachable Golf Training Net Chipping Hitting Cage Golf Target Portable Golf Sport Equipment-75196.jpeg', '3M Golf Practice Net Indoor Outdoor Detachable Golf Training Net Chipping Hitting Cage Golf Target Portable Golf Sport Equipment-72438.jpeg', '3M Golf Practice Net Indoor Outdoor Detachable Golf Training Net Chipping Hitting Cage Golf Target Portable Golf Sport Equipment-65196.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-24 08:32:29', '2024-01-27 14:13:36'),
(225, 'Label Inkjet Printer Roll to Roll Label Printing Machine Digital Label Printer', 'SYZdja19c', 5, 'Support 1000m continuous Printing\r\n* Banner printing ability:\r\nBesides shop decoration or floor POP display printings, this press can print long poster, banner etc.\r\n* Producing mixed media (with label) ability, Help to enlarge business scopes.\r\n* Can provide different solutions of printing finishing:\r\nCan choose different finish process: lamination, coating, cold foil, die cutting, slitting etc.\r\n* Can do inline or offline printing jobs.\r\n* Varnish/Foil module (Option)\r\nVarnish ink printing provides versatile surface finishes with amazing tactile and visual effects to beautify the appearance of labels and grasp viewers’ attention.\r\n* Media Buffer module (Option)\r\nCooperate with other processing machine, such as detecting,cutter etc.\r\nSpecification\r\nModel\r\nMT-TS108\r\nMT-TS216\r\nPrinting technology\r\nKyocera DOD piezoelectric inkjet Kyocera Head\r\nPrint width\r\n108mm\r\n213mm\r\nMedia Width\r\nMax.230mm\r\nMax.250mm\r\nMedia Type\r\nCoated paper, synthetic paper, self-adhesive paper、PP、PVC、BOPP、etc.\r\nMaterial Thickness\r\n0.08-0.5mm （0.003-0.02\"）\r\nInk\r\nLED-UV curable ink\r\nPrint Resolution\r\n600X600dpi\r\n600X1200dpi\r\nNumber of Print Heads\r\n5 pcs (or more)\r\n10 pcs (or more)\r\nPrint Speed\r\n50（m/min）\r\nColor\r\n4 lnk channels+spot color\r\nInk Tank Volume\r\n3L\r\nConnectivity\r\nFast Ethernet\r\nRip Software\r\nPrint Factory、MainTop、Onxy\r\nCore Diameter\r\n3 inch\r\nUnwinding diameter\r\nMax.500mm\r\nRewinding diameter\r\nMax.500mm\r\nPre-Curing\r\nAir cooling LED\r\nFinal Curing\r\nWater cooling LED\r\nPower Supply\r\n220V,AC 30A\r\nAir Supply\r\n6-8bar\r\nWorking Environment\r\nTemperature：15-30℃, Relative humidity : 25%-80%, low dust, low light\r\nDimensions\r\n2000x1300x1850mm\r\n2000x1430x1850mm\r\nMachine Weight\r\n1430kg\r\n1700kg', 125000.00, NULL, NULL, 130000.00, 'Label Inkjet Printer Roll to Roll Label Printing Machine Digital Label Printer-89077.jpeg', 'Label Inkjet Printer Roll to Roll Label Printing Machine Digital Label Printer-38891.jpeg', 'Label Inkjet Printer Roll to Roll Label Printing Machine Digital Label Printer-89797.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-24 09:02:40', '2024-01-27 15:41:40'),
(226, 'Mini Portable Fascia Gun Massage', 'UUMkR89Jf', 12, 'Massage Gun Massager For Body Neck Back Deep Tissue Muscle Relaxation Fitness', 17.06, NULL, NULL, 33.94, 'Mini Portable Fascia Gun Massage-42209.jpeg', 'Mini Portable Fascia Gun Massage-72049.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-24 09:13:26', '2024-01-27 14:59:18'),
(227, 'Wholesale Modern Children Kids 3 Wheels BikeTricycle 2-6 Years 3 in 1 Baby', '14xehYlCo', 5, 'Product name\r\nBaby tricycle\r\nProduct size\r\n74*50*61\r\nBox size\r\n76*56*38\r\nmaterial\r\npp\r\nPayment method\r\nL/C、Western Union、D/P、D/A 、T/T、MoneyGram\r\nsample\r\nsupport\r\nCountry of origin\r\nHebei, China', 10.29, NULL, NULL, 12.29, 'Wholesale Modern Children Kids 3 Wheels BikeTricycle 2-6 Years 3 in 1 Baby-27182.jpeg', 'Wholesale Modern Children Kids 3 Wheels BikeTricycle 2-6 Years 3 in 1 Baby-34604.jpeg', 'Wholesale Modern Children Kids 3 Wheels BikeTricycle 2-6 Years 3 in 1 Baby-35971.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-24 09:25:10', '2024-01-27 15:05:35'),
(228, 'Pampers Swaddlers Diapers in Size 7', 'OjFMcdk8E', 5, 'Experience the epitome of comfort and care for your little one with our Pampers Swaddlers Diapers in Size 7. This pack includes 88\r\nultra-soft disposable diapers designed to provide the highest level of comfort and protection for your baby.\r\n\r\n👶 Key Features:\r\n✅ Size 7 Fit: Specifically crafted for older infants and toddlers, Size 7 ensures a snug and secure fit, allowing your baby to\r\nmove with ease.\r\n\r\n✅ Ultra-Soft Comfort: Our Swaddlers diapers are known for their exceptional softness, keeping your baby comfortable and happy\r\nthroughout the day and night.\r\n\r\n✅ 88-Count Pack: With a generous count of 88 diapers per pack, you\'ll have an ample supply to keep your little one dry and happy.\r\n\r\n✅ Wetness Indicator: Pampers Swaddlers feature a convenient wetness indicator that changes color when it\'s time for a diaper change, taking the guesswork out of baby care.\r\n\r\n✅ Exceptional Absorbency: Designed with advanced technology, these diapers offer superior absorbency to keep your baby dry and comfortable for extended periods.\r\n\r\n✅ Trusted Brand: Pampers is a globally recognized and trusted brand, known for its commitment to providing quality baby care products.\r\n\r\nInvest in the well-being of your baby with Pampers Swaddlers Diapers. Order our Size 7, 88 Count pack today for a reliable and comfortable diapering experience.', 4.99, NULL, NULL, 6.99, 'Pampers Swaddlers Diapers in Size 7-32370.jpeg', 'Pampers Swaddlers Diapers in Size 7-71095.jpeg', 'Pampers Swaddlers Diapers in Size 7-79403.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-24 09:34:15', '2024-01-27 15:53:41'),
(229, 'Ocaen Treasure-goldring with pearls and topazes', 'DfsFdWLjX', 17, 'This handmade gold ring from the Ocean Treasure collection brings a maritime holiday feeling to you! The shape is playful, mysterious and hides small treasures. Small blue topazes and pearls are incorporated into the coral structures. The pearls are 3.5mm Akoya pearls. They are valuable saltwater cultured pearls. The material consists of 750 gold-plated 925 silver, suitable for allergy sufferers. If you have a special request regarding the shape, size or color of the beads.', 227.40, NULL, NULL, 500.15, 'Ocaen Treasure-goldring with pearls and topazes-48211.jpg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-01-24 09:51:21', '2024-01-27 16:15:38'),
(230, 'This wood-grain upright piano with a semi-gloss teak finish and a height of 121cm was manufactured by YAMAHA from 1974 to 1980.', 'vTUYPD96P', 5, 'For simple cleaning specifications, the piano will be packaged with bubble wrap and a cardboard box and shipped in a container.\r\n\r\n\r\n\r\nWe only provide light cleaning for this item.\r\nPlease note that we do not accept orders for items whose condition is like new.\r\nProduct Name\r\nUsed YAMAHA W103\r\nBrand Name\r\nYAMAHA\r\nPlace of Origin\r\nJapan', 1000.00, NULL, NULL, 1140.00, 'This wood-grain upright piano with a semi-gloss teak finish and a height of 121cm was manufactured by YAMAHA from 1974 to 1980.-37311.jpeg', 'This wood-grain upright piano with a semi-gloss teak finish and a height of 121cm was manufactured by YAMAHA from 1974 to 1980.-98932.jpeg', 'This wood-grain upright piano with a semi-gloss teak finish and a height of 121cm was manufactured by YAMAHA from 1974 to 1980.-67761.jpeg', 'Instruments', 2.5, NULL, 1, '2024-01-24 10:00:56', '2024-01-27 16:27:54'),
(231, 'Phoenix', 'h0zmbiixG', 12, 'Phoenix A2 Massage Gun Muscle Relaxation Deep Tissue Fascia Gun Dynamic Therapy Vibrator Shaping Pain Relief Back Foot Massager', 68.90, NULL, NULL, 146.60, 'Phoenix-94621.jpeg', 'Phoenix-23812.jpeg', 'Phoenix-37170.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-24 10:10:38', '2024-01-27 16:15:53'),
(232, 'Buckle Men\'s Silver Chain Wristband', '206PbshM0', 12, 'S925 Silver Men\'s Leopard Horsetail Woven Double Leopard Head Bracelet Locomotive Cool Buckle Men\'s Silver Chain Wristband.', 32.50, NULL, NULL, 65.00, 'Buckle Men\'s Silver Chain Wristband-45452.jpeg', 'Buckle Men\'s Silver Chain Wristband-61967.jpeg', 'Buckle Men\'s Silver Chain Wristband-44849.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-24 10:19:50', '2024-01-27 15:20:25'),
(233, 'Magnetic Bracelet Men', 'DFeAPiw7G', 12, 'Pure Copper Magnetic Bracelet Men Arthritis Adjustable Magnets Women Cuff Therapy Health Energy Bangles Dropshipping / Wholesale', 3.00, NULL, NULL, 19.99, 'Magnetic Bracelet Men-60598.jpeg', 'Magnetic Bracelet Men-76686.jpeg', 'Magnetic Bracelet Men-11160.jpeg', 'Accessories', 3.0, NULL, 1, '2024-01-24 10:29:10', '2024-01-27 15:59:35'),
(234, 'Alkaline Water Ionizer Kangen Alkaline Water Generator Machine', 'Kn9ZuS9aV', 12, 'Water Generator Machine, odor controller', 517.23, NULL, NULL, 680.45, 'Alkaline Water Ionizer Kangen Alkaline Water Generator Machine-76219.jpeg', 'Alkaline Water Ionizer Kangen Alkaline Water Generator Machine-20714.jpeg', 'Alkaline Water Ionizer Kangen Alkaline Water Generator Machine-69334.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-24 11:01:12', '2024-01-27 16:06:43'),
(235, 'YAAJOY', 'v2eLk8Rcz', 12, 'Pet Friendly Lightweight Bagged Canister Vacuum Cleaner with Extended Telescoping Wand, HEPA, 2 Motors, Retractable Cord', 211.97, NULL, NULL, 282.63, 'YAAJOY-85931.jpeg', 'YAAJOY-60800.jpeg', 'YAAJOY-65350.jpeg', 'Beauty & personal care', 2.5, NULL, 1, '2024-01-24 11:25:21', '2024-01-27 16:01:50'),
(236, 'New NARWAL J4 Cloud whale cleaner', 'qeH1iL2dM', 12, 'New NARWAL J4 Cloud Whale Sweeping Robot Washing Mop and Sweeping The Whole Body Laser Navigation To Clean The Ground', 746.13, NULL, NULL, 932.66, 'New NARWAL J4 Cloud whale cleaner-48160.jpeg', 'New NARWAL J4 Cloud whale cleaner-78305.jpeg', 'New NARWAL J4 Cloud whale cleaner-37585.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-24 11:41:20', '2024-01-27 15:17:47'),
(237, 'VVS1 Moissanite Diamond 3.0 CT Oval Engagement Ring, 14K Rose Gold, Oval Engagement Ring, Bridal Ring, Oval Wedding Ring. Handmade Jewelry', '75OySPZJ5', 17, 'It\'s a handmade piece of jewelry that\'s perfect for engagements, bridal occasions, or even as a beautiful oval wedding ring. The combination of the oval shape and the brilliance of the diamond is sure to make it a showstopper.', 500.00, NULL, NULL, 1050.99, 'VVS1 Moissanite Diamond 3.0 CT Oval Engagement Ring, 14K Rose Gold, Oval Engagement Ring, Bridal Ring, Oval Wedding Ring. Handmade Jewelry-85633.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-24 12:04:46', '2024-01-27 14:25:30'),
(238, 'Music instrument bag case gig bag flight case', 'CxjrWZV9Q', 5, 'Music instrument bag case gig bag flight case\r\n\r\nvarious versions for various instruments from stringed instruments, keyboards to mixers \r\n\r\n*not all models pictures are uploaded, please contact customer service for more details \r\n*we can also supply custom order, please contact customer service for more details', 16.00, NULL, NULL, 20.00, 'Music instrument bag case gig bag flight case-44234.jpeg', 'Music instrument bag case gig bag flight case-73298.jpeg', 'Music instrument bag case gig bag flight case-69667.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-24 12:05:20', '2024-01-27 14:57:03'),
(239, 'European Antique Book Sets: 2, 4, 6, 8, 10, 12 + Adding Old-World Elegance to Your Home Decor, Bookshelf decor, Vintage books.', 'jmCEzBst4', 17, 'It\'s a fantastic way to bring old-world elegance and vintage charm to your bookshelf. Vintage books have a unique appeal and can really enhance the aesthetic of any space.\r\nWhether you\'re a book lover or simply want to add a touch of sophistication to your home, these antique book sets are a perfect choice. They not only provide a sense of history but also make for great pnversation starters. Happy decorating!', 44.95, NULL, NULL, 122.33, 'European Antique Book Sets: 2, 4, 6, 8, 10, 12 + Adding Old-World Elegance to Your Home Decor, Bookshelf decor, Vintage books.-26200.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-24 12:12:11', '2024-01-27 15:58:48'),
(240, 'Foldable recliner lounge chair garden furniture', 'lFfn5Jtup', 5, '1. Dia Φ25/19*1.0mm or Φ40/20*1.0mm steel tube with high quality powder coating, and tube surface with phosphorization to avoid rust.\r\n2. The swing chair is made of durable and brightly colored polyester fabric with water-proof.\r\n3. With canopy for sun shade for outdoor leisure.\r\n4. It ship folded, save space and shipping cost.\r\n5. Stable and  strong with high weight capacity.\r\n6. Any color of fabric can be available.\r\n7. Customize for customers\' Logo as a promotional gift.\r\n8. In line with the modern philosophy of environmental protection.\r\n9. We can supply kinds of items as per customized requirement', 9.00, NULL, NULL, 12.00, 'Foldable recliner lounge chair garden furniture-25826.jpeg', 'Foldable recliner lounge chair garden furniture-42934.jpeg', 'Foldable recliner lounge chair garden furniture-83901.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-24 12:15:59', '2024-01-27 16:17:39'),
(241, 'Antique Blue French Paper Books, Works of Voltaire, 1830', 'dELjShxJa', 17, 'Imagine immersing yourself in the literary brilliance of Voltaire while admiring the beauty of those antique books. It\'s like stepping back in time and experiencing the rich history and culture of France. These books would make a stunning addition to any bookshelf or collection, adding a touch of elegance and sophistication. C\'est vraiment incroyable!', 154.99, NULL, NULL, 245.00, 'Antique Blue French Paper Books, Works of Voltaire, 1830-36228.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-24 12:18:09', '2024-01-27 15:57:23'),
(242, 'Womanswork Glove With Arm Saver Floral Print - Various Sizes Medium and Large', 'WNB75Lg03', 17, 'These gloves are not only practical but also stylish with their beautiful floral design. They\'re perfect for protecting your hands and arms while you\'re working in the garden or doing any outdoor tasks.\r\nThe arm saver feature is a great addition, providing extra coverage and comfort. Plus, the floral print adds a touch of femininity and charm. Gardening has never looked so fashionable!', 31.50, NULL, NULL, 85.00, 'Womanswork Glove With Arm Saver Floral Print - Various Sizes Medium and Large-95507.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-01-24 12:23:30', '2024-01-27 15:52:58'),
(243, 'Modern Luxury Bedroom Furniture Bedroom Suit Bed White Leather Bed Home Furniture Bedroom Set Standard Size', 'xJHKENdgj', 5, 'Product name\r\nBedroom furniture set\r\nStyle\r\nModern Luxury\r\nBrand\r\nCappellini\r\nColor\r\nOptional\r\nUsage\r\nHome Bedroom furniture\r\nPlace of Product\r\nGuangdong Province, China\r\nService\r\nOne stop solution\r\nModes of packaging\r\nStandard export packing\r\nOEM&ODM\r\nAcceptable\r\nSize\r\n1.8*2m(for matress size)\r\nMaterial\r\nMDF, Mirror Glass, Leather Fabric, Metal\r\nWarranty\r\n3 Years', 585.00, NULL, NULL, 785.00, 'Modern Luxury Bedroom Furniture Bedroom Suit Bed White Leather Bed Home Furniture Bedroom Set Standard Size-28278.jpeg', 'Modern Luxury Bedroom Furniture Bedroom Suit Bed White Leather Bed Home Furniture Bedroom Set Standard Size-64603.jpeg', 'Modern Luxury Bedroom Furniture Bedroom Suit Bed White Leather Bed Home Furniture Bedroom Set Standard Size-82250.jpeg', 'General furnitures', 5.0, NULL, 1, '2024-01-24 12:25:17', '2024-01-27 15:51:54'),
(244, 'Womanswork Glove With Arm Saver Floral Print - Various Sizes Medium and Large', 'RL1lhtNFQ', 17, 'A Florist Tool Belt or Garden Tool Belt is not only practical but also a stylish accessory for any gardening enthusiast. This tool belt is designed specifically for left-handed individuals, making it convenient and comfortable to carry your gardening tools. It\'s perfect for florists, gardeners, or anyone who loves spending time in the garden. With a personalized touch, it would make a thoughtful and unique gift for a fellow green thumb. Happy gardening!', 119.99, NULL, NULL, 159.99, 'Womanswork Glove With Arm Saver Floral Print - Various Sizes Medium and Large-30216.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-24 12:27:34', '2024-01-27 15:49:33'),
(245, 'Folding Swing Chiar', 'm8P2AnK8D', 5, 'The Kingmake Collection brings charm to the combination and superposition of different materials – metal structure, fabric, and\r\nropes – for a truly natural appearance.‎ The cord element, 100% ade by expert craftsmen,Artisanal skill and unmistakable style endow every item of the Kingmake outdoor furniture with the essence of contemporary design.', 70.00, NULL, NULL, 85.00, 'Folding Swing Chiar-55588.jpeg', 'Folding Swing Chiar-23691.jpeg', 'Folding Swing Chiar-15384.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-24 12:31:33', '2024-01-27 15:46:38'),
(246, 'Custom Metal Garden Tools Sign with Stakes, Personalized Garden Name Sign, Yard Art, New Home Gift, Garden Decorations, Gardening Tools Sign', 'HTd2CsrLP', 17, 'This personalized garden name sign is not only a beautiful piece of yard art but also a wonderful way to add a personal touch to your garden. It\'s a perfect new home gift or a delightful addition to your garden decorations. The sign showcases your love for gardening and adds a charming touch to your outdoor space. It\'s a fantastic way to show off your green thumb and make your garden truly unique. Happy gardening and enjoy your new personalized garden sign!', 39.90, NULL, NULL, 66.50, 'Custom Metal Garden Tools Sign with Stakes, Personalized Garden Name Sign, Yard Art, New Home Gift, Garden Decorations, Gardening Tools Sign-41094.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-24 12:32:16', '2024-01-27 15:31:29'),
(247, 'INSE Pet Grooming Vacuum, Dog Grooming Vacuum & Dog Grooming Kit, Large Dust Cup Vacuum with Clipper for Dogs-P20', 'FbGasdhNM', 12, '5 in 1 dog grooming vacuum, low noise, hair free,safe and professional and light weight', 92.99, NULL, NULL, 154.98, 'INSE Pet Grooming Vacuum, Dog Grooming Vacuum & Dog Grooming Kit, Large Dust Cup Vacuum with Clipper for Dogs-P20-54061.jpeg', 'INSE Pet Grooming Vacuum, Dog Grooming Vacuum & Dog Grooming Kit, Large Dust Cup Vacuum with Clipper for Dogs-P20-97452.jpeg', 'INSE Pet Grooming Vacuum, Dog Grooming Vacuum & Dog Grooming Kit, Large Dust Cup Vacuum with Clipper for Dogs-P20-17613.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-24 12:45:44', '2024-01-27 15:19:21'),
(248, '27kg fully automatic heavy duty industrial washing machine for hotel commercial lundary equipment', 'Twgn8VTkd', 5, 'Item\r\nModel\r\nUnit\r\nWES27\r\nCapacity\r\nkg\r\n27\r\nlbs\r\n60\r\nDrum diameter\r\nmm\r\n770\r\nDrum depth\r\nmm\r\n590\r\nDoor diameter\r\nmm\r\n440\r\nWashing speed\r\nr/min\r\n40\r\nMiddle extracting speed\r\nr/min\r\n430\r\nHigh extracting speed\r\nr/min\r\n860\r\nCold Water inlet\r\ninch\r\n3/4\r\nHot water inlet\r\ninch\r\n3/4\r\nDrainage diameter\r\ninch\r\n3\r\nPower consumption\r\nkw\r\n1.2\r\nWater consumption\r\nL\r\n80\r\nMotor power\r\nkw\r\n4\r\nHeating power\r\nkw\r\n20\r\nWidth\r\nmm\r\n950\r\nDepth\r\nmm\r\n1150\r\nHeight\r\nmm\r\n1450\r\nWeight\r\nkg\r\n400', 950.00, NULL, NULL, 1202.00, '27kg fully automatic heavy duty industrial washing machine for hotel commercial lundary equipment-18001.jpeg', '27kg fully automatic heavy duty industrial washing machine for hotel commercial lundary equipment-42415.jpeg', '27kg fully automatic heavy duty industrial washing machine for hotel commercial lundary equipment-98128.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-24 12:50:01', '2024-01-27 14:43:45'),
(249, 'Sex Toys Powerful Clit Vibrators for Women AV Magic mmm Dildo', 'kX8DZJbQ9', 12, 'Sex Toys Powerful Clit Vibrators for Women AV Magic Wand Vibrator Massager Dildo Sex Machine G Spot Orgasm Masturbator Dildos.', 31.42, NULL, NULL, 61.68, 'Sex Toys Powerful Clit Vibrators for Women AV Magic mmm Dildo-25081.jpeg', 'Sex Toys Powerful Clit Vibrators for Women AV Magic mmm Dildo-73192.jpeg', 'Sex Toys Powerful Clit Vibrators for Women AV Magic mmm Dildo-33298.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-24 13:01:09', '2024-01-27 14:49:11'),
(250, '2008-2012 manufacturing 20ft/20HQ used reefer refrigerated food storage container', '6Ed76ay6f', 5, 'No.\r\nTechnical Data\r\nParameter Data\r\n01\r\nProduct Name\r\nReefer Container\r\n02\r\nModel\r\n20GP\r\n03\r\nExternal Dimensions (L*W*H)(mm)\r\n6058*2438*2591mm\r\n04\r\nInternal Dimensions (L*W*H)(mm)\r\n5468*2294*2273mm\r\n05\r\nInside Cubic Capacity\r\n28CBM\r\n06\r\nDoor Opening\r\n2290*2264mm\r\n07\r\nMaximum Gross Weight\r\n30480KG\r\n08\r\nTare Weight\r\n2900KG\r\n09\r\nMaximum Payload\r\n27580KG\r\n10\r\nAllowable Stacking Weight (1.8G)\r\n216000KG', 2300.00, NULL, NULL, 2700.00, '2008-2012 manufacturing 20ft/20HQ used reefer refrigerated food storage container-51162.jpeg', '2008-2012 manufacturing 20ft/20HQ used reefer refrigerated food storage container-46829.jpeg', '2008-2012 manufacturing 20ft/20HQ used reefer refrigerated food storage container-51794.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-24 13:04:50', '2024-01-27 14:26:33'),
(251, 'Trolley Kitchen, Mobile Create-a-Cart Black Finish Four Door Cabinet Kitchen Cart with Gray Granite Top, Adjustable Shelving', 'Fxg4bFM6P', 12, 'Trolley kitchen Creates quite a stir in the kitchen with this Create-a-Cart Mobile Kitchen Cart. The cabinet doors conceal tons of storage space and the gray granite top provides an upscale prep space. The integrated features like the towel bar and spice rack keep everything close at hand while cooking.', 569.25, NULL, NULL, 700.78, 'Trolley Kitchen, Mobile Create-a-Cart Black Finish Four Door Cabinet Kitchen Cart with Gray Granite Top, Adjustable Shelving-68459.jpeg', 'Trolley Kitchen, Mobile Create-a-Cart Black Finish Four Door Cabinet Kitchen Cart with Gray Granite Top, Adjustable Shelving-46985.jpeg', 'Trolley Kitchen, Mobile Create-a-Cart Black Finish Four Door Cabinet Kitchen Cart with Gray Granite Top, Adjustable Shelving-79359.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-24 13:19:33', '2024-01-27 14:45:33'),
(252, 'Hand forged cultivator | Gardening Tool | Hand Forged Garden Tool | Gardening Tools | Garden Cultivator | Garden Rake', 'nsLVEqadT', 17, 'These gardening tools are crafted with care and precision, making them durable and reliable for your gardening needs. The hand-forged cultivator is perfect for breaking up soil, removing weeds, and preparing your garden beds for planting.\r\nIt\'s designed with sturdy tines that can easily penetrate the soil without causing too much disturbance. The garden rake, on the other hand, is great for leveling the soil, removing debris, and creating smooth surfaces in your garden. With its sturdy handle and rake head, it makes tidying up your garden a breeze. These hand-forged gardening tools are not only practical but also add a touch of rustic charm to your gardening routine. Happy gardening with your new cultivator and garden rake!', 68.00, NULL, NULL, 72.15, 'Hand forged cultivator | Gardening Tool | Hand Forged Garden Tool | Gardening Tools | Garden Cultivator | Garden Rake-46521.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-01-24 13:29:37', '2024-01-27 15:10:47'),
(253, 'Drop Garnet Necklace, Hands Design Necklace, Unique Ruby Necklace, Garnet Necklace For Mother, Handmade Jewelry For Her, For Mothers Day', 'IQ7SOTQYR', 17, 'This unique ruby necklace, handmade with love, would make a perfect gift for a mother, especially for Mother\'s Day. The deep red garnet gemstone adds a touch of elegance and sophistication to the necklace, while the hands design symbolizes love and care. Handmade jewelry always holds a special charm and sentimental value, making it a meaningful gift for her. I\'m sure your mother would adore such a thoughtful and beautiful necklace. It\'s a lovely way to show your appreciation and love.', 84.15, NULL, NULL, 99.00, 'Drop Garnet Necklace, Hands Design Necklace, Unique Ruby Necklace, Garnet Necklace For Mother, Handmade Jewelry For Her, For Mothers Day-60449.jpeg', NULL, NULL, 'Jewelry', 2.0, NULL, 1, '2024-01-24 13:32:50', '2024-01-27 15:36:30'),
(254, 'Men\'s Urn Bracelet in Black and Silver Braided Stainless Steel Cremation Urn for Man Secret Unisex Ashes Jewelry for Him Custom Engraved', 'g3E6IdMQ6', 17, 'a men\'s urn bracelet in black and silver braided stainless steel! That sounds like a unique and meaningful piece of jewelry. This secret unisex ashes jewelry allows for discreetly carrying the ashes of a loved one with you wherever you go. The black and silver braided design adds a stylish touch to the bracelet. It\'s a special way to honor and remember someone dear to you. The option for custom engraving makes it even more personal and significant. You can have a name, initials, or a special message engraved on the bracelet to make it truly one-of-a-kind. It\'s a beautiful and heartfelt way to keep your loved one close to your heart.', 52.20, NULL, NULL, 58.00, 'Men\'s Urn Bracelet in Black and Silver Braided Stainless Steel Cremation Urn for Man Secret Unisex Ashes Jewelry for Him Custom Engraved-66182.jpeg', NULL, NULL, 'Jewelry', 2.0, NULL, 1, '2024-01-24 13:36:41', '2024-01-27 15:27:48'),
(255, 'nks surgery device', '2BTXvOPCT', 12, 'Piezoelectric Bone Surgery In Oral Surgical Treatment Device Equip With 1 Set Of Surgery Tips', 2150.00, NULL, NULL, 4300.00, 'nks surgery device-57547.jpeg', 'nks surgery device-50416.jpeg', 'nks surgery device-56585.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-24 13:40:32', '2024-01-27 15:18:41'),
(256, 'Damascus Meteorite & Crushed Gold Leaf Man Wedding Black Steel Hammered Band, Cosmos Anniversary Engagement Promise Inlay Ring for him Gift.', 'b0fBG3L1L', 17, 'Description:\r\nWe’re thrilled to describe the Damascus Meteorite & Crushed Gold Leaf Man Wedding Black Steel Hammered Band! This ring is a true work of art, combining the beauty of Damascus meteorite and crushed gold leaf in a black steel hammered band. The unique combination of materials creates a mesmerizing and celestial design, reminiscent of the cosmos. It\'s a perfect choice for a wedding band, anniversary gift, engagement ring, or even a promise ring. The intricate craftsmanship and attention to detail make this ring truly special. It\'s a symbol of love and commitment that is as unique and extraordinary as the person wearing it.', 149.97, NULL, NULL, 299.94, 'Damascus Meteorite & Crushed Gold Leaf Man Wedding Black Steel Hammered Band, Cosmos Anniversary Engagement Promise Inlay Ring for him Gift.-37858.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-24 13:41:32', '2024-01-27 15:02:57'),
(257, 'YELLOW GOLD METEORITE Hammered Ring, Gold Hammered Wedding Band w. Real Meteorite Inlay, Yellow 18K Gold, Mens Ring, Meteorite Ring', 'AMp7TZklH', 17, 'This stunning ring features a real meteorite inlay set in a beautiful yellow 18K gold band. The hammered texture adds a unique and stylish touch to the design, making it a perfect choice for a wedding band or a special gift for a man. The combination of the precious metal and the meteorite creates a captivating contrast that\'s sure to catch everyone\'s attention. It\'s a timeless piece that represents the wonders of the universe and adds a touch of celestial charm to any outfit.', 170.00, NULL, NULL, 425.00, 'YELLOW GOLD METEORITE Hammered Ring, Gold Hammered Wedding Band w. Real Meteorite Inlay, Yellow 18K Gold, Mens Ring, Meteorite Ring-55118.jpeg', NULL, NULL, 'Jewelry', 2.5, NULL, 1, '2024-01-24 13:45:24', '2024-01-27 15:32:14'),
(258, 'VEVOR Portable car fridge', 'GoASoO3a3', 12, 'VEVOR 36L 50L 60L Portable Car Fridge Mini Refrigerator Freezer With Wheel and Handle 12/24V DC 100-240 AC for Camping Picnics', 235.99, NULL, NULL, 393.32, 'VEVOR Portable car fridge-34207.jpeg', 'VEVOR Portable car fridge-24930.jpeg', 'VEVOR Portable car fridge-71389.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-24 13:48:47', '2024-01-27 15:27:09'),
(259, 'CIVIL WAR THE GAME', 'aw7GpulF4', 18, 'The History Channel CIVIL WAR THE GAME Great Battles PC 2002 Activision\r\n\r\nShips via USPS and will be dependent upon the weight of the item as to what service it ships with. Please note that any media items ship via Media Mail. All other items ship either First Class Mail (15 oz. or less) or Priority Mail (1 lb. or more) and varies depending on your distance from my home location (NJ).\r\n\r\nAny questions, PLEASE ask before buying!\r\n\r\nPlease check out our store for over 1800 listings!', 10.59, NULL, NULL, 13.78, 'CIVIL WAR THE GAME-88155.jpeg', NULL, NULL, 'Video games', 2.5, NULL, 1, '2024-01-24 13:50:14', '2024-01-27 15:02:58'),
(260, 'Ultrasonic homoorgnizer cosmetic dispersion vaccume emulsify mixing equipment for nano emulsion', 'PYzs5PcIW', 5, 'Modern people’s awareness of maintenance is getting stronger and stronger, and the requirements for the safety, absorption andmakeup of cosmetics are getting higher and higher. Ultrasound technology embodies extraordinary advantages in all aspects ofcosmetic production.\r\nEXTRACTION: The biggest advantage of ultrasonic extraction is the use of green solvent: water. Compared with the strong irritant solvent used in traditional extraction, water extraction has better safety.At the same time, ultrasound can complete the extraction in a low temperature environment, ensuring the biological activity of the extracted components.\r\nDISPERSION: The high shear force generated by the ultrasonic vibration can disperse the particles to micrometers and nanometers. These fine particles have obvious advantages in color makeup. It helps lipsticks, nail polishes, and mascara to display colors better and lasts longer.\r\nEMULSIFICATION: Ultrasound is used for emulsification of lotions and creams, which can fully integrate various ingredients and improve the effectiveness of creams.', 130500.00, NULL, NULL, 138500.00, 'Ultrasonic homoorgnizer cosmetic dispersion vaccume emulsify mixing equipment for nano emulsion-11612.jpeg', 'Ultrasonic homoorgnizer cosmetic dispersion vaccume emulsify mixing equipment for nano emulsion-30312.jpeg', 'Ultrasonic homoorgnizer cosmetic dispersion vaccume emulsify mixing equipment for nano emulsion-96755.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-24 13:51:52', '2024-01-26 09:05:54'),
(261, 'Davidoff Cool Water Eau De Toilette Cologne for Men 2.5 Oz', 'Jg3tJOz8K', 2, 'Cool Water by Davidoff for Men - 2.5 oz EDT Spray Launched by the design house of Zino Davidoff. This aromatic aquatic fragrance has a blend of mint neroli jasmine sandalwood rosemary oakmoss cedar amber calone coriander and tobacco.', 20.99, NULL, NULL, 32.98, 'Davidoff Cool Water Eau De Toilette Cologne for Men 2.5 Oz-91714.jpeg', 'Davidoff Cool Water Eau De Toilette Cologne for Men 2.5 Oz-39487.jpeg', 'Davidoff Cool Water Eau De Toilette Cologne for Men 2.5 Oz-82771.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-24 13:57:17', '2024-01-27 15:28:45'),
(262, 'white oak original solid wood  oval glass carving roman pillar main interior room door', 'H4Rt9sazZ', 5, 'Door leaf	1.  6mm MDF+Solid wood/particle board(hollow core)+ 6mm MDF\r\n    (Thickness: 40mm or customized)\r\n2.  8mm MDF+Solid wood/particle board(hollow core)+ 8mm MDF\r\n    (Thickness: 45mm or customized)\r\n3. 100% solid wood (Thickness: 40mm or customized)\r\nDoor frame	 Plywood + Solid wood / Solid wood\r\nArchitrave	 Solid wood (Size:70*15mm or customized) or PVC\r\nSurface finish	 1.PVC skin without painting\r\n 2.Veneer with painting \r\n 3.Wood grain heat transfer with painting\r\nPainting	 wooden door eco-friendly special paint \r\n Perfect 5 layers painting (3 priming paint and 2 finishing paint)\r\nStandard Size	 2100*900*240mm /2050*900*160mm (Sizes can be customized)\r\nVeneer	 Cherry, Walnut, Red Oak, Teak, Thailand Rubber Wood and so on.\r\nOpen Style	 Swing/Sliding\r\nPackage	 Carton/EPE/wood crate', 170.00, NULL, NULL, 200.00, 'white oak original solid wood  oval glass carving roman pillar main interior room door-51792.jpeg', 'white oak original solid wood  oval glass carving roman pillar main interior room door-51811.jpeg', 'white oak original solid wood  oval glass carving roman pillar main interior room door-86983.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-24 14:01:25', '2024-01-27 15:39:01'),
(263, 'The Treasure of Mystery Island', 'EGTKHZdZt', 18, 'The Treasures of Mystery Island 6 Pack of Games PC CD ROM - Rated E\r\n\r\nUsed on Windows 10\r\nMinimum Requirements: Windows 7 /Windows XP / Windows Vista\r\n\r\nWriting on Cardboard Sleeve and Tape on Back Of Sleeve', 6.10, NULL, NULL, 9.00, 'The Treasure of Mystery Island-26332.jpeg', 'The Treasure of Mystery Island-13620.jpeg', 'The Treasure of Mystery Island-14907.jpeg', 'Video games', 2.0, NULL, 1, '2024-01-24 14:09:49', '2024-01-27 15:29:26'),
(264, 'Titan Pro Jupiter XL 3D Heated Massage Chair (Taupe)', 'h6ULrIKNW', 2, 'Surround Sound Bluetooth Speakers Calming Head Massage Dual Action Foot Massager Zero Gravity Reclining\r\nSpace Saving Technology', 1499.00, NULL, NULL, 2499.00, 'Titan Pro Jupiter XL 3D Heated Massage Chair (Taupe)-31194.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-24 14:11:17', '2024-01-27 15:23:12'),
(265, 'High quality drum parts musical instrument accessories drum set musical instrument', 'CQqJPBTle', 5, 'item\r\nvalue\r\nPlace of Origin\r\nChina\r\nBrand Name\r\nModel Number\r\nChildren\'s drum\r\nDrum Chamber Material\r\npoplar Wood/Metal\r\nSize\r\n45*45*60cm', 130.00, NULL, NULL, 140.00, 'High quality drum parts musical instrument accessories drum set musical instrument-53906.jpeg', 'High quality drum parts musical instrument accessories drum set musical instrument-11478.jpeg', 'High quality drum parts musical instrument accessories drum set musical instrument-86618.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-24 14:16:24', '2024-01-27 15:25:33'),
(266, 'Marvel Super Hero Squad', 'fRigvfEkp', 18, 'PLEASE READ:GAME DISC ONLY. Disc has little to no scratches on playing side. No case/box or instructions. TESTED AND WORKS GREAT!', 16.11, NULL, NULL, 18.24, 'Marvel Super Hero Squad-66791.jpeg', 'Marvel Super Hero Squad-31849.jpeg', 'Marvel Super Hero Squad-16616.jpeg', 'Video games', 2.0, NULL, 1, '2024-01-24 14:19:09', '2024-01-27 15:35:51'),
(267, 'Segway Ninebot KickScooter Air T15 (Brand New from Woot)', 'W4y6PvPy4', 2, 'Brand new, not a refurb - and ultra portable. It\'s not going to set any land speed scooter records, but it’s is truly portable and can hold riders up to 220 lbs, seems like a deal to me.', 179.99, NULL, NULL, 769.97, 'Segway Ninebot KickScooter Air T15 (Brand New from Woot)-92842.jpeg', 'Segway Ninebot KickScooter Air T15 (Brand New from Woot)-38070.jpeg', 'Segway Ninebot KickScooter Air T15 (Brand New from Woot)-88334.jpeg', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-24 14:22:04', '2024-01-27 15:33:20'),
(268, 'TNN Motorsports HardCore TR', 'uZm8AXCkB', 18, 'This PlayStation 1 game, TNN Motorsports HardCore TR, is in good condition. Game disc has wear from usage but doesn\'t effect the gameplay. Pictured. FREE shipping and handling on this game within the United States.', 6.38, NULL, NULL, 9.45, 'TNN Motorsports HardCore TR-80069.jpeg', 'TNN Motorsports HardCore TR-11182.jpeg', 'TNN Motorsports HardCore TR-12639.jpeg', 'Video games', 2.5, NULL, 1, '2024-01-24 14:31:35', '2024-01-27 15:30:58'),
(269, 'Segway Ninebot KickScooter (Refurb): F35 $300, F30 $220, ES2 $200, ES1L', 'QOWny365k', 2, 'All refurbished items are inspected and certified by Segway-authorized and Segway-trained technicians.\r\nAll refurbished items are tested to the same standards as a brand-new unit. You may find small signs of use, such as minor scratches or dust.\r\nSegway-refurbished units come with a 90 - 180 day limited warranty. For details, please check the warranty in \"download\".\r\nSegway Certified Refurbished Product purchased from Segway Inc. may only be returned by the original purchaser within 30 days from the date the product was ordered. Any refurbished product replacement is not accepted and supported for the time being.', 165.00, NULL, NULL, 399.99, 'Segway Ninebot KickScooter (Refurb): F35 $300, F30 $220, ES2 $200, ES1L-80588.jpeg', 'Segway Ninebot KickScooter (Refurb): F35 $300, F30 $220, ES2 $200, ES1L-99943.jpeg', 'Segway Ninebot KickScooter (Refurb): F35 $300, F30 $220, ES2 $200, ES1L-98771.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-24 14:38:13', '2024-01-27 15:24:53'),
(270, 'Adult children Jazz drum set for beginner', 'R7hRYMMhF', 5, 'Drum kit looks like a row of drums hanging on a shelf. The drummer plays it with an air of grandeur and prominence. The\r\nthree-dimensional drums are sonorous and beautiful.\r\nWipe all the parts of the drum before installing it. Sweat, water, beer, or other liquids can shorten the lifespan of drums; Check\r\nall the parts to ensure they are properly installed. It is necessary to frequently replace the cymbal pads to ensure that the\r\nscrews securing the cymbal can be screwed onto the cymbal frame well.\r\nThe cymbal rack and the pedal of the hammer, which require frequent movement, should be lubricated at intervals to maintain good\r\nmovement.\r\nThe \"lower drum skin\" can generally be used for a long time, but the \"upper drum skin\" is not necessarily the same. If possible,\r\nit is recommended to frequently replace the \"upper bulge skin\" to maintain its elasticity and good hand feel. Frequent use of\r\nworn-out drum skins not only lacks sound quality, but also disrupts the feel.', 200.90, NULL, NULL, 218.90, 'Adult children Jazz drum set for beginner-69552.jpeg', 'Adult children Jazz drum set for beginner-83222.jpeg', 'Adult children Jazz drum set for beginner-91424.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-24 14:42:23', '2024-01-27 15:15:46'),
(271, 'Segway Transformer Gokart Pro Limited Edition', 'jv8XPzOHL', 2, 'Detachable, adjustable max acceleration', 1599.00, NULL, NULL, 2499.00, 'Segway Transformer Gokart Pro Limited Edition-87901.jpeg', NULL, NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-01-24 14:44:10', '2024-01-27 15:21:16'),
(272, 'Segway Transformer Gokart Pro Bumblebee LE', 'CHyJRB6wz', 2, 'Detachable Ninebot S MAX Power Unit*\r\n1.02G Max. Acceleration\r\n15% Hill Grade\r\nMax 220 lbs (100 kg) Payload', 1970.00, NULL, NULL, 1999.00, 'Segway Transformer Gokart Pro Bumblebee LE-49786.jpeg', NULL, NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-01-24 14:46:42', '2024-01-27 15:21:47'),
(273, 'Segway SuperScooter GT2 w/ Segway Helmet', 'beelPxk1Y', 2, '43.5 mph Max Speed 55.9 Miles Range', 2470.00, NULL, NULL, 3999.00, 'Segway SuperScooter GT2 w/ Segway Helmet-46447.jpeg', 'Segway SuperScooter GT2 w/ Segway Helmet-49146.jpeg', 'Segway SuperScooter GT2 w/ Segway Helmet-99312.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-01-24 14:52:41', '2024-01-27 15:20:31'),
(274, 'Outsunny Outdoor Playhouse w/ Fence and Serving Station', 'KFfhsSWmD', 14, 'KIDS WOODEN PLAYHOUSE: Give your kids a place to play outside with this playhouse from Outsunny! This outdoor playhouse includes a door, windows, mailbox, flowerpot holders, fence, serving station, and bench.\r\n- SOLID STRUCTURE: The playhouse is made with coated and natural fir wood for a structure that is solid and suitable for outdoor use.\r\n- EASY ACCESS & COMFORTABLE: The wooden play house has an open serving station and 2 windows to provide air circulation and keep your little ones comfortable. The half-sized door allows your kids to enter and exit the house easily. Includes a long bench for your children to rest and socialize.\r\n- FUN GIFT FOR YOUR KID: Your kid can play pretend with this playhouse for kids designed to look like a real home! This playhouse can help your child express their creativity, develop their social skills and improve their hand-eye coordination. Suitable for children 3 to 6 years old.\r\n- KIDS PLAYHOUSE INFORMATION: Overall Dimension: 80.25\" L x 42.25\" W x 55\" H, Inner Space Size: 39.25\" W x 38.25\" D, Certification: ASTM F963, CPSIA, SOR.', 332.99, NULL, NULL, 509.99, 'Outsunny Outdoor Playhouse w/ Fence and Serving Station-81272.jpeg', 'Outsunny Outdoor Playhouse w/ Fence and Serving Station-64267.jpeg', 'Outsunny Outdoor Playhouse w/ Fence and Serving Station-59960.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-24 14:57:01', '2024-01-27 15:19:52'),
(275, 'Floating Ball Slide Trampoline Pool Cannon Climbing Wall With Carry Bag, Repair Patches and 450W Air Blower', 'nUBuTprAU', 14, 'SLIDE AND CLIMBING WALL: This inflatable water slide for kids offers 8.5 feet of sliding to beat short slides, ending in a huge splash. The climbing wall up to its beginning creates a challenge to encourage strength and confidence.\r\n- WATER CANNON: This water bounce house brings the classically-a-favorite water cannon to a slide zone, making your backyard into a water park.\r\n- INFLATES QUICKLY: The inflatable pool slide can be inflated very quickly in just two minutes to save you time. The less you have to wait, the less you have to plan and prep.\r\n- POOL: The swimming area in this inflatable water park brings out the bathing suits right in your yard. Pool lovers never get tired of the cooling blue water. Alternatively, give this kids pool with slide a ball pit when you\'re too lazy for water-filling or want the kids to stay dry.\r\n- KIDS INFLATABLE BOUNCE HOUSE INFORMATION: Overall Dimensions: 216.5\" L x 112.25\" W x 102.25\" H. Trampoline Dimensions: 43.25\" L x 55\" W. Slide Dimensions: 102.25\" L x 22.75\" W x 55\" H. Materials: Heavy-Duty 840D Water-Resistant Oxford Fabric. Max. Capacity: 4 Children. Age Range: 3-8.', 330.99, NULL, NULL, 519.99, 'Floating Ball Slide Trampoline Pool Cannon Climbing Wall With Carry Bag, Repair Patches and 450W Air Blower-52687.jpeg', 'Floating Ball Slide Trampoline Pool Cannon Climbing Wall With Carry Bag, Repair Patches and 450W Air Blower-32124.jpeg', 'Floating Ball Slide Trampoline Pool Cannon Climbing Wall With Carry Bag, Repair Patches and 450W Air Blower-68869.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-24 15:41:27', '2024-01-27 15:18:16'),
(276, 'Aosom 12V kids Electric 2- Seater Ride On Police Car SUV Truck Toy with parental Remote Control & MP3 Sound, Tan', 'mOkpErMS5', 14, 'FEEL THE POWER: The Aosom truck for kids rides with the elevated suspension at speeds of 1.9-3.1 mph on a set of aggressive off-road-styled tires and custom wheels. Plus, a LED light bar, headlights, and taillights, illuminated dashboard gauges, wing mirrors, and a realistic steering wheel create an experience of driving a fully loaded SUV. NOTE: The actual battery life depends on the usage.\r\n- 2-SEAT SUV: The kids car has two seats with seat belts provide space so your kids can bring a friend! Cruise around the neighborhood in style, chilling with your best pal. Certificated age: 37-96 months. Recommended age: 37-60 months (Always monitor your child while they are riding).\r\n- 2 WAYS TO DRIVE: A child can drive the kids toy car, commanding the steering and pedals just like a real car! But, you can also take control of the toy with the remote control to securely guide it while the young one enjoys a hands-free experience; the remote is equipped with forwarding/reverse/park controls, steering operations, and 3-speed selection.\r\n- ENJOY MUSIC WHILE DRIVING: There is nothing like cruising in your kids truck around listening to your favorite tunes. Well, now your kids can enjoy the pre-installed music, or jam to their own music through USB, SD card, or AUX cord plug-ins.\r\n- TOUGH STYLE & QUALITY MATERIALS: Wear-resistant polypropylene tires will not leak or burst, eliminating the hassle of inflating. Metal spring struts create a cool looking rear suspension that acts as tough as it looks.', 329.99, NULL, NULL, 474.99, 'Aosom 12V kids Electric 2- Seater Ride On Police Car SUV Truck Toy with parental Remote Control & MP3 Sound, Tan-24360.jpeg', 'Aosom 12V kids Electric 2- Seater Ride On Police Car SUV Truck Toy with parental Remote Control & MP3 Sound, Tan-81563.jpeg', 'Aosom 12V kids Electric 2- Seater Ride On Police Car SUV Truck Toy with parental Remote Control & MP3 Sound, Tan-47692.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-24 15:49:38', '2024-01-27 15:15:05'),
(277, 'Outsunny 5-in-1 Inflatable Water Slide, Rocket Themed Kids Castle Bounce House with slide, pool, water Cannon, Basket, Climbing Wall includes Carry Bag, Repair Patches, 750W Air Blower', 'OhIyoeAxl', 18, 'Outsunny 5-in-1 Inflatable Water Slide, Rocket Themed Kids Castle Bounce House with slide, pool, water Cannon, Basket, Climbing Wall includes Carry Bag, Repair Patches, 750W Air Blower', 329.99, NULL, NULL, 719.99, 'Outsunny 5-in-1 Inflatable Water Slide, Rocket Themed Kids Castle Bounce House with slide, pool, water Cannon, Basket, Climbing Wall includes Carry Bag, Repair Patches, 750W Air Blower-17549.jpeg', 'Outsunny 5-in-1 Inflatable Water Slide, Rocket Themed Kids Castle Bounce House with slide, pool, water Cannon, Basket, Climbing Wall includes Carry Bag, Repair Patches, 750W Air Blower-74924.jpeg', 'Outsunny 5-in-1 Inflatable Water Slide, Rocket Themed Kids Castle Bounce House with slide, pool, water Cannon, Basket, Climbing Wall includes Carry Bag, Repair Patches, 750W Air Blower-59645.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-24 16:05:13', '2024-01-27 15:01:57'),
(278, 'Go Kart', '8pugxJ2KG', 18, 'Real Drift Experience: Kids can quickly brake or accelerate by pressing the pedals thanks to a potent 24V dual-drive motor. Little drivers can maneuver the car to perform drifts at a maximum 7.5 mph speed.\r\n- Adjustable Seat in 3 Levels: Our drift kart is designed for growing kids, featuring an adjustable seat that can be set to three levels (20.75\" - 26.5\"), adapting as your child grows.\r\n- Enjoyable Driving: The steering wheel\'s horn, music control buttons, and dashboard display lights help create a realistic driving experience. Plus, the convenience of single-button start means your little driver can quickly initiate their outdoor escapades.\r\n- Safety Design: Soft-starting technology guarantees your child won\'t be startled by abrupt jolts. A high-strength steel frame and a polypropylene body provide a child-safe and comfortable ride. The wear-resistant wheels are tough enough to handle a variety of surfaces, including cement and asphalt roads.', 315.99, NULL, NULL, 369.99, 'Go Kart-23271.jpeg', 'Go Kart-75789.jpeg', 'Go Kart-27123.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-24 16:16:01', '2024-01-27 14:29:22');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(279, 'Heavy-Duty Metal Swing set for Backyard', '3UnxKZ1Ef', 18, 'Complete Playset: With this outdoor swing set, enjoyment soars to new heights. It has a U-shaped seat, a saucer swing, a glider, gym rings and a basketball hoop. Up to six kids can use the swing set in the backyard.\r\n- Multi-swing Experience: The two swings\' hanging ropes both can be adjusted, making kids more comfortable. Children can bring their closest friends together on the glider. They can swing with their hands and arms in excellent form thanks to the 17.25\" width of the gym rings, which offer a comfortable grasp. There is enough room between each activity so that the youngsters don\'t collide.\r\n- Steel Structure: This swing set is made of heavy-duty, weather-resistant steel tubes with a powder-coated paint finish for the best durability. It has an A structure for added stability, and the swing stand can be securely fastened to the ground using eight ground anchors.\r\n- Personal Playground: Need more options for your children\'s outdoor activities? With this kids swing set, your children will spend more time engaging with the outdoors and developing core motor skills. It also enhances intimacy and the relationship between parents and children.\r\nComplete Playset: With this outdoor swing set, enjoyment soars to new heights. It has a U-shaped seat, a saucer swing, a glider, gym rings and a basketball hoop. Up to six kids can use the swing set in the backyard.\r\n- Multi-swing Experience: The two swings\' hanging ropes both can be adjusted, making kids more comfortable. Children can bring their closest friends together on the glider. They can swing with their hands and arms in excellent form thanks to the 17.25\" width of the gym rings, which offer a comfortable grasp. There is enough room between each activity so that the youngsters don\'t collide.\r\n- Steel Structure: This swing set is made of heavy-duty, weather-resistant steel tubes with a powder-coated paint finish for the best durability. It has an A structure for added stability, and the swing stand can be securely fastened to the ground using eight ground anchors.\r\n- Personal Playground: Need more options for your children\'s outdoor activities? With this kids swing set, your children will spend more time engaging with the outdoors and developing core motor skills. It also enhances intimacy and the relationship between parents and children.', 292.99, NULL, NULL, 446.99, 'Heavy-Duty Metal Swing set for Backyard-69912.jpeg', 'Heavy-Duty Metal Swing set for Backyard-78126.jpeg', 'Heavy-Duty Metal Swing set for Backyard-85971.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-24 16:24:23', '2024-01-27 14:49:49'),
(280, 'Electric Dirt Bike', '3K4aNcWDo', 18, 'Maximum Control and Safety for Teens: Our kids motorcycle is suitable for ages 13 and up. It features a manual throttle with infinitely variable speed, a mechanical brake handle, and a holding brake. This ensures precise control and enhanced safety.\r\n- Power and Performance: With a powerful 24V motor, this teen motor bike offers speeds between 6.2 and 14.9 mph, allowing your child to enjoy up to 30 minutes of riding adventures at once.\r\n- Music Driven Entertainment: Our kids electric bike is not just about speed. It has built-in music, a horn, and an authentic engine roar, creating an immersive riding experience. Your teen can enjoy their favorite tunes to add a touch of excitement to each ride.\r\n- Conquer Any Terrain with Confidence: Thanks to the 12\" pneumatic rubber wheels and shock absorption, our electric bike for kids effortlessly tackles uneven roads, allowing teen riders to explore various terrains confidently.', 275.99, NULL, NULL, 309.99, 'Electric Dirt Bike-28025.jpeg', 'Electric Dirt Bike-21556.jpeg', 'Electric Dirt Bike-97700.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-24 16:30:18', '2024-01-27 14:58:43'),
(281, 'Soozier Poker Table Foldable', '4YLFo5cnG', 18, 'Half-Shape Foldable Poker Table: Bring the casino home with this half foldable poker and casino table. Retro meets modern design for a unique table that\'s excellent for any game room.\r\n- Professional Surface: The design of our game table follows the professional blackjack poker layout and rules. This card table features card placement areas and a 9-row dealer chip tray.\r\n- 7 Build-in Cup Holders: Convenience without a mess, this folding poker table comes with seven plastic cup holders that provide players with a sturdy place to hold their drinks.\r\n- Comfortable Padded Rails: Casino-style padded armrests let players comfortably set their arms on our foldable poker table set during a game.\r\n- Portable and Compact: A simple folding design makes cleaning up and traveling a cinch. This felt table quickly folds flat for easy storage in the closet or trunk.', 266.99, NULL, NULL, 328.99, 'Soozier Poker Table Foldable-46849.jpeg', 'Soozier Poker Table Foldable-16891.jpeg', 'Soozier Poker Table Foldable-26535.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-24 16:42:53', '2024-01-27 15:14:10'),
(282, 'LICENSED LAMBORGHINI', 'JNCzdWne5', 18, 'Officially Licensed Lamborghini: This kids electric car is an officially licensed Lamborghini with an advanced LED custom light-up dashboard, offering a cool, unforgettable experience.\r\n- Bluetooth & Horn: Bluetooth connection makes for a high-end system, keeping the ride-on car up to par with the most popular modern-day music players. Other aspects inside the vehicle include a button to sound a horn, giving kids the power of noise to make their play more enjoyable. This also adds safety by allowing them to get the attention of other kids playing in front of the car.\r\n- Child Driven or Remote Control: Little riders can control the 12V Lamborghini directly inside the driver\'s seat, or you can direct the ride-on vehicle using the remote control to increase engagement with your child. The remote use can keep them safe when you take them on walks around the block.\r\n- Safe & Convenient: The kids\' electric vehicle offers an ultra-safe ride with extra-wide 10\" tires, a low center of gravity, a slow start, and four-wheel suspension. Kids are ready for any obstacle the \"open road\" throws them. The steering wheel and the seat can be quickly removed, making them easy to carry out.', 265.99, NULL, NULL, 345.99, 'LICENSED LAMBORGHINI-69851.jpeg', 'LICENSED LAMBORGHINI-77282.jpeg', 'LICENSED LAMBORGHINI-36036.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-24 16:51:21', '2024-01-27 14:58:00'),
(283, 'MXL 770 Cardioid Condenser Microphone Bundle W/ Boom Arm, Pop Filter & Balanced XLR Cable', 'BbHBNQXcz', 14, 'REPRODUCES DETAILED SOUNDS - The MXL 770 features a small 22mm condenser capsule that accurately captures the nuance of your audio source. It delivers a solid low-frequency response and clear high-ends.\r\nPROVIDES CLEAR AUDIO REPRODUCTION - The onboard low-noise FET preamp and transformerless balanced output offer a wide dynamic range. Its cardioid polar pattern captures the sounds you want in front and rejects off-axis audio pickup.\r\nDELIVERS WARMTH AND CLARITY - Equipped with 30Hz-20kHz frequency response, the MXL 770 yields warm sound with extra clarity and a balanced midrange. This makes the condenser microphone excellent for vocals, pianos, and string instruments.\r\nHANDLES LOUD INSTRUMENTS WELL - The MXL 770 microphone features a -10dB pre-attenuation switch, which facilitates a wide variety of sound sources. The condenser mic can handle up to 137dB SPL and requires +48V phantom power to operate.\r\nINCLUDES - MXL 770 Cardioid Condenser Microphone (Silver); Shock Isolation Mount; Rugged Carry Case. Blucoil All-in-One Microphone Boom Arm Plus Pop Filter. Blucoil 10-Foot Balanced XLR Cable - Premium Series 3-Pin Cable for Microphones, Speakers, and Pro Devices (Male-to-Female).', 43.47, NULL, NULL, 64.99, 'MXL 770 Cardioid Condenser Microphone Bundle W/ Boom Arm, Pop Filter & Balanced XLR Cable-77428.jpeg', 'MXL 770 Cardioid Condenser Microphone Bundle W/ Boom Arm, Pop Filter & Balanced XLR Cable-79368.jpeg', 'MXL 770 Cardioid Condenser Microphone Bundle W/ Boom Arm, Pop Filter & Balanced XLR Cable-65118.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-24 20:59:18', '2024-01-27 13:57:08'),
(284, 'TV Stand Entertainment Center', 'lJH1Ww6Mg', 14, 'The Bestier 63-inch TV stand comes with an adjustable LED light system featuring 7 main colors and 22 dynamic modes for personalized ambiance. Its tempered glass shelves offers three adjustable height levels allowing customization to fit your storage needs. With five open compartments the led entertainment center provides ample space for your PS5 DVD router gaming devices electronics books magazines and more. Crafted from high-quality CARB P2 Wood this gaming TV stand is durable and stable. Its wash white finish adds a modern touch to your space. Cable management features to keep wires and cables organized.', 130.00, NULL, NULL, 299.99, 'TV Stand Entertainment Center-18877.jpeg', 'TV Stand Entertainment Center-95965.jpeg', 'TV Stand Entertainment Center-21449.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-24 21:12:45', '2024-01-27 14:05:58'),
(285, 'Wireless Low Latency Headset', 'OXuZp8h2d', 14, 'Active Noise Cancellation (ANC) Technology: Whether you\'re grooving to your favorite beats, watching a movie, or gaming, eliminate all distractions with Active Noise Cancellation that detects and nullifies unwanted ambient noise\r\nBluetooth 5.0: Featuring higher bandwidth, longer range, and lower power consumption, Bluetooth 5.0 offers a reliable wireless connection that is energy efficient for prolonged battery life\r\n60ms Low Latency Connection: Activate Gaming Mode to fire up the headset\'s wireless performance while gaming or watching videos on Bluetooth devices for a more seamless experience\r\nCustom-Tuned 40mm Drivers: Armed with custom-tuned 40mm drivers, the Opus X provides a rich audio experience that elevates your enjoyment, delivering clear highs and mids, as well as deep, punchy bass\r\nBuilt-In Microphones: With internal microphones dedicated to voice communication, the Opus X ensures you always hear everyone in your conference calls—and they hear you—with perfect clarity', 57.30, NULL, NULL, 99.99, 'Wireless Low Latency Headset-62663.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 21:23:13', '2024-01-27 14:20:34'),
(286, 'Cinema', 'cCHVPIutK', 14, 'KLPCINE600NARB BRING THE CINEMA HOME& Bring decades of cinema expertise to your home theater sound with the Klipsch Cinema 600 Sound Bar. The Cinema 600 is a true 3.1 system, featuring& a dedicated center channel speaker for enhanced vocal clarity, and horn loaded tweeters, just like our legendary professional cinema speakers,& for dynamic power in every detail of your music and movies. Add the optional Surround 3\'s for a true 5.1 surround sound experience.EASY PLUG AND PLAY& The Cinema 600 is designed for easy set-up. Simply plug in the included HDMI cable or an optical cable to seriously upgrade your TV sound.', 200.00, NULL, NULL, 460.00, 'Cinema-28437.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 21:32:29', '2024-01-27 14:30:05'),
(287, 'Camera Video Light', 'rltRkVAfh', 14, 'The 7S RGB LED On-Camera Light from GVM is a compact aluminum LED light featuring a 2000 to 5600K adjustable color temperature, iOS and Android smartphone app control via Wi-Fi, both bicolor and RGB modes, and a runtime of up to four hours.', 14.99, NULL, NULL, 59.99, 'Camera Video Light-83867.jpeg', NULL, NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-24 21:35:55', '2024-01-27 14:54:16'),
(288, 'Color Camera Security', 'gZ0HXHQ6l', 6, 'Ikegami ISD-A15S COLOR CAMERA Security Camera Korea Used Untested. Japan Computar Lens', 11.45, NULL, NULL, 14.50, 'Color Camera Security-31498.jpeg', 'Color Camera Security-14374.jpeg', 'Color Camera Security-44808.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-24 21:53:44', '2024-01-27 14:55:23'),
(289, 'Bomb BoxSquare Ported Square Woofer Opening', '7SHQ2D4Pl', 5, 'Qpower Single 12\" Bomb BoxSquare Ported Square Woofer opening\r\n\r\nQpower Single 12\" Bomb BoxSquare Ported Square Woofer opening\r\n\r\nQBOMB ? BLACK SPRAYED ON BEDLINER COATING\r\n\r\nSQUARE 12?; WOOFER OPENING\r\n\r\n3/4?; MDF Construction\r\n\r\nDIMENSIONS: 22?;W X 13 1/2?;H X 15?;D\r\n\r\nCubic air space = 1.80 cu. ft.\r\n\r\nSIDE TURBO PORT OPENING IS SQUARE 4 1/2?; X 4 1/2?;\r\n\r\nSpring Loaded Push Pin Terminals\r\n\r\nQpower Single 12\" Bomb BoxSquare Ported Square Woofer opening\r\n\r\nShipping\r\n\r\nYou have the option to choose from several shipping methods, ranging from 3 days to up 9 days. All depending on your budget and how fast you need your product\r\n\r\nHandling: Allow up to two business days to properly pack and ship your purchase', 72.69, NULL, NULL, 77.74, 'Bomb BoxSquare Ported Square Woofer Opening-56400.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 22:01:26', '2024-01-27 14:59:07'),
(290, 'Loud Alarm', 'vJw4XUhRS', 5, 'Alerts to doorbell with loud alarm and bright strobe\r\n\r\nIncludes doorbell button faceplate to alert users it is for Deaf or hard of hearing\r\n\r\nHard-wired\r\n\r\nADA compliant\r\n\r\nThis Hard Wired doorbell alerts you with a super loud horn and bright flashing strobe whenever someone rings the doorbell. For use in hotels, dorms, residences and any other areas designed to accommodate those with hearing loss.\r\n\r\nIncludes doorbell signaler, 24VAC transformer and doorbell button with faceplate to alert users it is for Deaf or Hard of Hearing.\r\n\r\nRequires licensed electrician to install.', 150.48, NULL, NULL, 184.80, 'Loud Alarm-43634.jpeg', 'Loud Alarm-98544.jpeg', 'Loud Alarm-21057.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 22:06:17', '2024-01-27 15:01:25'),
(291, 'Sound Bar', 'k3hnqxM9u', 5, 'Sound Bar with Diagonal Design and USB - 360 Surround Stereo Sound - Dual Core Dynamic Coil', 14.59, NULL, NULL, 22.66, 'Sound Bar-28700.jpeg', 'Sound Bar-64317.jpeg', 'Sound Bar-69775.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-24 22:10:36', '2024-01-27 15:02:38'),
(292, 'Dzees Wireless Outdoor Solar Security Cameras', 'hmNopCslq', 5, 'Dzees Wireless Outdoor Solar Security Cameras, 2K Battery Powered, 2.4Ghz.', 100.30, NULL, NULL, 129.96, 'Dzees Wireless Outdoor Solar Security Cameras-53669.jpeg', 'Dzees Wireless Outdoor Solar Security Cameras-82425.jpeg', 'Dzees Wireless Outdoor Solar Security Cameras-31293.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 22:15:29', '2024-01-27 14:57:20'),
(293, '1964 ORIGINAL VINTAGE RCA CORPORATION OF AMERICA TV MAGAZINE AD C2', 'MyVC1cMFd', 5, '1964 ORIGINAL VINTAGE RCA CORPORATION OF AMERICA TV MAGAZINE AD C2', 13.55, NULL, NULL, 20.28, '1964 ORIGINAL VINTAGE RCA CORPORATION OF AMERICA TV MAGAZINE AD C2-60116.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 22:19:55', '2024-01-27 15:01:19'),
(294, 'Walkie Talkie', 'zjRMKbqSd', 5, 'Pre-owned retro Realistic CB Transceiver\r\nGood physical condition\r\nPowers on and appears to be in working condition (no testing beyond that)\r\nIncludes radio, CB Dynamic Microphone, Case and 12V power adapter', 45.29, NULL, NULL, 62.99, 'Walkie Talkie-66862.jpeg', 'Walkie Talkie-25897.jpeg', 'Walkie Talkie-96527.jpeg', 'Gadgets and electronics', 2.0, NULL, 1, '2024-01-24 22:25:12', '2024-01-27 15:07:37'),
(295, 'Recorder', 'Wy3Juv4y2', 5, 'Listing is for unit and soft case only. Power adapter not included\r\n\r\nGuaranteed to work', 899.99, NULL, NULL, 999.99, 'Recorder-89604.jpeg', 'Recorder-52419.jpeg', 'Recorder-22904.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-24 22:30:57', '2024-01-27 15:10:01'),
(296, 'Baby folding tub large can sit thick bath tub', 'bCsAWIRnZ', 18, 'material:%20plastic%0A%0AColor%3A%20pink,%20blue,%20pink%20(with%20bath%20net),%20blue%20(with%20bath%20net)', 130.93, NULL, NULL, 140.93, 'Baby folding tub large can sit thick bath tub-19232.jpeg', 'Baby folding tub large can sit thick bath tub-81501.jpeg', 'Baby folding tub large can sit thick bath tub-98587.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-24 22:34:52', '2024-01-27 15:06:00'),
(297, 'RCA Telefield Business Phone Digital Answering System 2 Headset 6.0 w cordless', 'ztygT5nrT', 5, 'New without box. The cordless phone and accessories were stored in bags, so they look brand new. The main phone was not stored in a bag, so it has a few surface scratches to the back. Complete with phone line and adapters.', 42.19, NULL, NULL, 69.29, 'RCA Telefield Business Phone Digital Answering System 2 Headset 6.0 w cordless-38637.jpeg', 'RCA Telefield Business Phone Digital Answering System 2 Headset 6.0 w cordless-46318.jpeg', 'RCA Telefield Business Phone Digital Answering System 2 Headset 6.0 w cordless-65636.jpeg', 'Gadgets and electronics', 2.5, NULL, 1, '2024-01-24 22:38:12', '2024-01-27 15:05:14'),
(298, 'JuJuBe ADF Light Change Pad Disney Amour des Fleurs JJB Hidden Mickey Floral', 'Y5jQxy0WD', 18, 'Ju-Ju-Be x Disney\r\n\r\nAmour Des Fleurs ADF Light Change Pad (UNpadded)\r\n\r\nNWOT never used.', 9.33, NULL, NULL, 11.33, 'JuJuBe ADF Light Change Pad Disney Amour des Fleurs JJB Hidden Mickey Floral-53740.jpeg', 'JuJuBe ADF Light Change Pad Disney Amour des Fleurs JJB Hidden Mickey Floral-80736.jpeg', 'JuJuBe ADF Light Change Pad Disney Amour des Fleurs JJB Hidden Mickey Floral-69290.jpeg', 'Babies', 2.0, NULL, 1, '2024-01-24 22:42:57', '2024-01-27 15:06:46'),
(299, 'General Electric Electron Tube', 'a4eruECtw', 5, 'GE General Electric Electron Tube 15BD11A Untested (In Amperex Electron Box). Shipped with USPS First Class.', 2.54, NULL, NULL, 5.42, 'General Electric Electron Tube-35161.jpeg', 'General Electric Electron Tube-65291.jpeg', NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-24 22:42:57', '2024-01-27 15:02:34'),
(300, 'Battery for Headphones', 'q2UlPkoQh', 5, 'Genuine SONY BP-HP800-11 Battery for MDR-RF995RK, RF995R, WH-RF400.\r\n\r\nThe batteries are used and working.', 8.40, NULL, NULL, 12.72, 'Battery for Headphones-28907.jpeg', 'Battery for Headphones-92323.jpeg', 'Battery for Headphones-64524.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-24 22:47:35', '2024-01-27 14:55:08'),
(301, 'JuJuBe NBC Light Change Pad Disney Nightmare Before Christmas Purple Snake JJB', 'UxK2LWQC9', 18, 'Ju-Ju-Be x Disney\r\n\r\nNightmare Before Christmas NBC Light Change Pad (UNpadded)\r\n\r\nNWOT never used.\r\n\r\nThese are great to pack in your purse or lunch bag to use as a lunch placemat!\r\n\r\nEasy to Clean...Machine Washable! (Do NOT put in dryer!)\r\n\r\nFeatures Jack Skellington, Sally and Oogie Boogie...with little accents with Scary Teddy, Lock, Shock Barrel, Dr. Finkelstein more!\r\n\r\nAmazing purple snake lining!', 8.76, NULL, NULL, 10.76, 'JuJuBe NBC Light Change Pad Disney Nightmare Before Christmas Purple Snake JJB-24762.jpeg', 'JuJuBe NBC Light Change Pad Disney Nightmare Before Christmas Purple Snake JJB-14189.jpeg', 'JuJuBe NBC Light Change Pad Disney Nightmare Before Christmas Purple Snake JJB-25348.jpeg', 'Babies', 2.0, NULL, 1, '2024-01-24 22:48:01', '2024-01-27 15:14:25'),
(302, 'Digital Power Amplifier', 'nyHfQB8EQ', 5, 'Sonance Sonamp 12-50 600W 12.0-Ch. Digital Power Amplifier\r\n\r\nCondition: Used - item shows little signs of use. Item is tested and fully working.\r\n\r\nDescription: Includes Amplifier and Power Cord.\r\n\r\nNo other accessories are included.', 259.78, NULL, NULL, 449.99, 'Digital Power Amplifier-78972.jpeg', 'Digital Power Amplifier-12422.jpeg', 'Digital Power Amplifier-65047.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-24 22:51:38', '2024-01-27 15:03:41'),
(303, 'Cloud Island Pink Flowers Baby Blanket Lovey Fleece Yellow Green Blue White', 'H4AZCpHOS', 18, 'Pink Floral Baby Blanket\r\n\r\nBrand: Cloud Island\r\n\r\nMaterial: 100% polyester (soft fleece feel)\r\n\r\nMeasures approx: 30\" x 40\"\r\nShows normal wear/fading from past wash. Not like new, but could make a good replacement lovey. Please view all photos.\r\n\r\nSmoke and pet free home.', 9.38, NULL, NULL, 11.38, 'Cloud Island Pink Flowers Baby Blanket Lovey Fleece Yellow Green Blue White-92765.jpeg', 'Cloud Island Pink Flowers Baby Blanket Lovey Fleece Yellow Green Blue White-36797.jpeg', 'Cloud Island Pink Flowers Baby Blanket Lovey Fleece Yellow Green Blue White-41755.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-24 22:53:45', '2024-01-27 15:08:59'),
(304, 'Ceiling Light', 'MTAJCt5cG', 7, 'Philips Hue Infuse Ceiling Light 4116331U9\r\n\r\nCondition: Used - item shows visible signs of use such as scratches, scrapes, scuffs etc. Item is tested and fully working.\r\n\r\nDescription: Includes ceiling light and mounting bracket ONLY. Scratches and scuffs on the body.', 120.47, NULL, NULL, 159.99, 'Ceiling Light-94883.jpeg', 'Ceiling Light-94405.jpeg', 'Ceiling Light-89555.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-24 22:56:25', '2024-01-27 15:11:39'),
(305, 'RCA Compact RF Modulator', 'p73jF55Yj', 7, 'Introducing the RCA Compact RF Modulator - a versatile device perfect for retro video games, DVD, and satellite use. This unit is compatible with universal brands and models.', 10.00, NULL, NULL, 12.59, 'RCA Compact RF Modulator-80834.jpeg', 'RCA Compact RF Modulator-51938.jpeg', NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-24 23:01:07', '2024-01-27 15:12:32'),
(306, 'Vintage Garanimals Infant Baby Receiving Blanket 28\" Zoo Safari Jungle Animals', 'HrrHUaFdk', 18, 'Garanimals, Unisex', 13.87, NULL, NULL, 16.87, 'Vintage Garanimals Infant Baby Receiving Blanket 28\" Zoo Safari Jungle Animals-66545.jpeg', 'Vintage Garanimals Infant Baby Receiving Blanket 28\" Zoo Safari Jungle Animals-63150.jpeg', 'Vintage Garanimals Infant Baby Receiving Blanket 28\" Zoo Safari Jungle Animals-77871.jpeg', 'Babies', 2.0, NULL, 1, '2024-01-24 23:06:23', '2024-01-27 15:10:58'),
(307, 'ADS Tech USB Video Xpress', '6E70veEyq', 7, 'ADS Tech USB Video Xpress Grabber PC Digitalisierer Cinch S-Video RCA Composite\r\n\r\nItem Condition: Item is used and may show general signs of wear from normal use. It may have small visible cosmetic imperfections.', 3.79, NULL, NULL, 5.95, 'ADS Tech USB Video Xpress-68998.jpeg', 'ADS Tech USB Video Xpress-26911.jpeg', 'ADS Tech USB Video Xpress-61052.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 23:06:49', '2024-01-27 15:13:11'),
(308, 'Samsung Galaxy A51 5G Carbon Fiber Card Bag Fold Stand Phone Case(Black)', '3qsapSoYp', 7, '1. The phone case adopts a four-corner drop-proof design, which can protect the phone when it is accidentally dropped.\r\n\r\n2. Material: PU Leather TPU\r\n\r\n3. It can storage credit cards, ID, business cards , cash , bills .\r\n\r\n4. Perfectly fits the shape easy to put on and easy to take off.\r\n\r\n5. Easy to install and disassemble due to soft frame design\r\n\r\n6. Protect surface against scratch marks, dust ,fingerprints\r\n\r\nNote: The actual product is subject to the title model, and the model machine in the picture is only for reference.', 7.40, NULL, NULL, 9.51, 'Samsung Galaxy A51 5G Carbon Fiber Card Bag Fold Stand Phone Case(Black)-59818.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 23:12:53', '2024-01-27 15:09:28'),
(309, 'Tiffany & Co. 2 1/4\" Baby Cup in Sterling Silver 925', 'eiUhTBkIT', 18, 'Tiffany Baby Cup in Sterling Silver', 225.97, NULL, NULL, 232.97, 'Tiffany & Co. 2 1/4\" Baby Cup in Sterling Silver 925-66110.jpeg', 'Tiffany & Co. 2 1/4\" Baby Cup in Sterling Silver 925-24584.jpeg', 'Tiffany & Co. 2 1/4\" Baby Cup in Sterling Silver 925-70377.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-24 23:14:17', '2024-01-27 15:03:18'),
(310, 'DVD Player With Remote', 'wwu9MiwPV', 7, 'Both disc drive and hard drive have been tested and work well. Remote is included. Please note this unit is in a foreign language (German?) and I did not explore the menu enough to change it.', 53.20, NULL, NULL, 79.19, 'DVD Player With Remote-40419.jpeg', 'DVD Player With Remote-50219.jpeg', 'DVD Player With Remote-85822.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-24 23:18:17', '2024-01-27 15:02:23'),
(311, 'Tiffany Baby Rattle Sound Charm in Sterling Silver 925', 'BQNz6LlQf', 18, 'Tiffany Sterling Silver Baby Rattle Sound Charm 925\r\n\r\nSeeking a gift that\'s truly a one-of-a-kind work of art?\r\n\r\nCondition: close to excellent.\r\n\r\nSize: app.2in.\r\n\r\nSound: yes.\r\n\r\nHallmarks: Tiffany Co. 925.\r\n\r\nRare!', 149.31, NULL, NULL, 155.31, 'Tiffany Baby Rattle Sound Charm in Sterling Silver 925-95049.jpeg', 'Tiffany Baby Rattle Sound Charm in Sterling Silver 925-73360.jpeg', 'Tiffany Baby Rattle Sound Charm in Sterling Silver 925-48627.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-24 23:19:01', '2024-01-27 14:59:29'),
(312, 'Dottie Baby Play Yard with Bassinet, Blue Dot', '9tJioeKLm', 18, 'Welcome to Our Official Store', 49.65, NULL, NULL, 58.65, 'Dottie Baby Play Yard with Bassinet, Blue Dot-32446.png', 'Dottie Baby Play Yard with Bassinet, Blue Dot-88075.png', 'Dottie Baby Play Yard with Bassinet, Blue Dot-49200.png', 'Babies', 4.0, NULL, 1, '2024-01-24 23:23:36', '2024-01-27 14:57:04'),
(313, 'Tiffany & Co. Sterling Silver 925 Double Circle Baby Rattle Sound', 'x02cVFQCj', 18, 'Tiffany Co. Sterling Silver 925 Double Circle Baby Rattle Sound\r\n\r\nCondition: Pre-owned, but in great condition.\r\n\r\nSize: a little bit then 2.5in.\r\n\r\nSound: yes.\r\n\r\nMetal Type: Sterling Silver 925\r\n\r\nHallmarked: Tiffany Co. Sterling 925', 185.14, NULL, NULL, 192.14, 'Tiffany & Co. Sterling Silver 925 Double Circle Baby Rattle Sound-15915.jpeg', 'Tiffany & Co. Sterling Silver 925 Double Circle Baby Rattle Sound-16485.jpeg', 'Tiffany & Co. Sterling Silver 925 Double Circle Baby Rattle Sound-96412.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-24 23:27:17', '2024-01-27 14:52:45'),
(314, 'Gerber Good Start Gentle Stage 1 Infant 27oz Exp 11FEB2024', 'GOFX8h5O4', 18, 'Gerber Good Start Gentle Stage 1 Infant 27oz Exp 11DEC2024\r\n\r\nBrand New\r\n\r\nExpiration date is December 11 2024\r\n\r\nI can send the exact pictures of the cans you will receive if you would like.', 10.20, NULL, NULL, 13.20, 'Gerber Good Start Gentle Stage 1 Infant 27oz Exp 11FEB2024-70882.jpeg', 'Gerber Good Start Gentle Stage 1 Infant 27oz Exp 11FEB2024-17810.jpeg', 'Gerber Good Start Gentle Stage 1 Infant 27oz Exp 11FEB2024-92866.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-24 23:32:29', '2024-01-27 14:47:23'),
(315, 'PEAK CAR AUDIO SUBWOOFER', 'TFj5jheb5', 7, 'Alpine S-W10D4 10\" 4-OHM 600W RMS / 1800W PEAK CAR AUDIO SUBWOOFER LIGHT USE #U3\r\n\r\nVery Light Use, No Box. Includes Subwoofer w Rubber Trim Ring ONLY! No other! AS Pictured! This Subwoofer is fully Tested in perfect working order. Audio Tested, Ohm Tested, Push/Pull Tested, No tares in rubber or Carpet, No Separation in Carpet. (Sx3) Serial Will Vary. May have a scratch!', 89.35, NULL, NULL, 106.66, 'PEAK CAR AUDIO SUBWOOFER-96949.jpeg', 'PEAK CAR AUDIO SUBWOOFER-38040.jpeg', 'PEAK CAR AUDIO SUBWOOFER-54840.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 23:36:36', '2024-01-27 14:45:44'),
(316, 'Bounty Hunter QD2 Quick Draw II Metal Detector', 'LYJtMaCI6', 18, 'Bounty Hunter QD2 Quick Draw II Metal Detector', 235.83, NULL, NULL, 241.83, 'Bounty Hunter QD2 Quick Draw II Metal Detector-94679.jpeg', 'Bounty Hunter QD2 Quick Draw II Metal Detector-60915.jpeg', 'Bounty Hunter QD2 Quick Draw II Metal Detector-97833.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-24 23:37:14', '2024-02-07 11:42:45'),
(317, 'Home Speakers White.', 'g4EhAfjUo', 7, 'Pyle PDIC1661 Dual 6.5\" 200W In-Wall 2 Way Home Speakers White.', 19.45, NULL, NULL, 25.00, 'Home Speakers White.-97629.jpeg', 'Home Speakers White.-39672.jpeg', 'Home Speakers White.-91465.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-24 23:40:43', '2024-01-27 13:58:42'),
(318, 'NUK First Choice+ Disney Mickey & Minnie 300ml Bottle with 6-18mths Silicone Tea', 'ANNfXfe8u', 18, 'Mickey & Minnie 300ml Bottle with 6-18mths  Is Silicone Tea', 28.37, NULL, NULL, 31.37, 'NUK First Choice+ Disney Mickey & Minnie 300ml Bottle with 6-18mths Silicone Tea-26811.jpeg', NULL, NULL, 'Babies', 3.0, NULL, 1, '2024-01-24 23:42:55', '2024-01-27 14:53:28'),
(319, 'Wireless Retro Radio Speaker With Old Fashion Classic Style', 'iG05PBNhD', 7, 'Wireless Retro Radio Speaker With Old Fashion Classic Style, 1200Mah, Rich Bass.\r\n\r\nProduct Features\r\n?Large Range Bluetooth 5.0 Quick Connect?With advanced Bluetooth 5.0 technology, compatible with all Bluetooth devices. Maintain a long-range connection up to 32.8 feet. This vintage Bluetooth speaker connects to your smart device in less than a second. Whether you\'re listening to country, rock or pop music, it will give you a real live concert experience. ?Vintage Design With 4 Modes Player?Fusing modern technology with vintage classic aesthetics, this retro speaker combines the latest and best digital audio technology with old-time vintage ambiance. It\'s not just a Bluetooth speaker, it can also play TF card music, U device music and it also has FM mode. Besides, the speaker supports a 3.5 mm auxiliary input option for desktop computers or devices without Bluetooth capability. ?2*8W Louder/CLear 360 Surround Speakers?This bluetooth speaker only takes up 7.48*2.76*3.66in of space, with a handheld strap design that allows you to carry it around, and with two built-in 8W loudy speakers, so you can easily enjoy crisp, vintage music. You can also take the vintage speaker to the office, beach, yard, park, garage, campfire, hiking, and listen to your favorite music anytime and anywhere. ?8h Wireless Use Of Happy Hour? We know that some speakers need to be plugged in to use, but this wireless speaker has a large 1200mAH battery for this speaker, only needs to charge 2-3h, you can use this Bluetooth speaker to listen to songs all day long as you like. Even at low battery times, the speaker will thoughtfully remind you of the need to charge. Let you always keep the Bluetooth speaker fully charged. ?The Ideal Gift For Music Lovers? The retro design makes it the perfect gift. Any music lover will love this vintage speaker. This special and unforgettable gift will stay in your memory forever! We can feel back to that golden age of music and enjoy a soothing moment in today\'s busy life.Beside,your 100% satisfaction is our target,we guarantee a 12-month warranty,30 day money back and 24/7 customer service.', 29.59, NULL, NULL, 37.93, 'Wireless Retro Radio Speaker With Old Fashion Classic Style-81291.jpeg', 'Wireless Retro Radio Speaker With Old Fashion Classic Style-34593.jpeg', 'Wireless Retro Radio Speaker With Old Fashion Classic Style-69724.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 23:45:18', '2024-01-27 14:44:37'),
(320, '14K Gold Men\'s Wedding Band 6MM | 14K Gold Wedding Ring | 14K Comfort Fit Wedding Band | Brush Matte Satin | Beveled Edge | 10K 14K 18K', '2x1tAsVMS', 17, 'Description \r\nThis stylish wedding ring is made of 14K gold and features a comfortable fit, ensuring it feels great on your finger all day long. The brush matte satin finish gives it a modern and sophisticated look, while the beveled edge adds a touch of elegance. You also have the option to choose between 10K, 14K, or 18K gold, depending on your preference. It\'s a classic and timeless choice for a wedding band that will symbolize your love and commitment for years to come.', 550.00, NULL, NULL, 1045.55, '14K Gold Men\'s Wedding Band 6MM | 14K Gold Wedding Ring | 14K Comfort Fit Wedding Band | Brush Matte Satin | Beveled Edge | 10K 14K 18K-50228.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-01-24 23:46:34', '2024-01-27 14:43:28'),
(321, 'EMPTY WOOFER BOX Designed For DODGE 4 DOOR', 'izBRySjl5', 10, 'DUAL 10\" EMPTY WOOFER BOX Designed For DODGE 4 DOOR \'02 - \'18 (BQDODGE104DR)\r\n\r\nDUAL 10\" EMPTY WOOFER BOX Designed For DODGE 4 DOOR \'02 - \'18 (BQDODGE104DR)\r\n\r\n2002-2018 DODGE FULL SIZE QUAD CAB PICKUP\r\n\r\n? ALL EXTENDED CAB TRUCKS EXCEPT DAKOTA MEGA CAB-\r\n\r\nDUAL 10in SEALED WOOFER BOX ? UNDERSEAT UPFIRE\r\n\r\n5/8in MDF CONSTRUCTION\r\n\r\nCHARCOAL CARPET COVERING\r\n\r\nTERMINAL CUPS\r\n\r\nDIMENSIONS (W X H X D) 54-1/2in X 13-1/2in X 8in\r\n\r\nMOUNTING DEPTH: 6in\r\n\r\nAIR SPACE = 0.65 CU. FT. PER SUB\r\n\r\nEMPTY WOOFER BOX DODGE 4 DOOR \'02 - \'18; DUAL 10\";\r\n\r\nShipping\r\n\r\nYou have the option to choose from several shipping methods, ranging from 3 days to up 9 days. All depending on your budget and how fast you need your product\r\n\r\nHandling: Allow up to two business days to properly pack and ship your purchase', 73.87, NULL, NULL, 79.00, 'EMPTY WOOFER BOX Designed For DODGE 4 DOOR-27467.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 23:52:46', '2024-01-27 14:34:38'),
(322, 'Audio Cable For Headphones', '5CkJg9QNO', 10, '6N 16-core braided 3.5mm Audio Cable For Fiio FT3 FT5 Headphones', 50.00, NULL, NULL, 59.39, 'Audio Cable For Headphones-69770.jpeg', 'Audio Cable For Headphones-18563.jpeg', 'Audio Cable For Headphones-91570.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-24 23:56:13', '2024-01-27 14:42:39'),
(323, 'LAUNCH X431 PAD 7 VII PAD7 PADVII Car Diagnostic Tools J2534 Smartlink Automotive Scanner Auto Diagnost Online Programming OBD', '0BOCwO2e7', 12, 'the LAUNCH X431 PAD 7 VII PAD7 PADVII Car Diagnostic Tools for you. This automotive scanner is a powerful tool that allows you to diagnose and troubleshoot issues with your car. With its J2534 Smartlink technology, it enables online programming and supports a wide range of vehicle models. Whether you\'re a professional mechanic or a car enthusiast, this tool will help you identify and fix any problems with your vehicle. It\'s a must-have for anyone looking to take control of their car\'s diagnostics and maintenance.', 2225.49, NULL, NULL, 4363.71, 'LAUNCH X431 PAD 7 VII PAD7 PADVII Car Diagnostic Tools J2534 Smartlink Automotive Scanner Auto Diagnost Online Programming OBD-33665.jpeg', 'LAUNCH X431 PAD 7 VII PAD7 PADVII Car Diagnostic Tools J2534 Smartlink Automotive Scanner Auto Diagnost Online Programming OBD-48807.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-24 23:59:12', '2024-01-27 14:32:32'),
(324, 'Carter\'s Baby Unicorn Plush Waggy Stuffed Animal Musical Wind Up Toy 12\" Glitter', 'O0wIEXccT', 18, 'Sound Works Great\r\n\r\nALL MY ITEMS COME FROM A SMOKE FREE HOME\r\n\r\nI Strive For 100% feedback If you have any questions don\'t be afraid to ask.', 12.52, NULL, NULL, 15.52, 'Carter\'s Baby Unicorn Plush Waggy Stuffed Animal Musical Wind Up Toy 12\" Glitter-92998.jpeg', 'Carter\'s Baby Unicorn Plush Waggy Stuffed Animal Musical Wind Up Toy 12\" Glitter-87031.jpeg', 'Carter\'s Baby Unicorn Plush Waggy Stuffed Animal Musical Wind Up Toy 12\" Glitter-11725.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-24 23:59:50', '2024-01-27 14:01:20'),
(325, 'Player Silver bundle w/USB/charger DAP-HD0019', 'UJtIXqNv1', 10, 'Some wear from use\r\n\r\nSee pics for details\r\n\r\nGuaranteed to work', 49.49, NULL, NULL, 54.99, 'Player Silver bundle w/USB/charger DAP-HD0019-67106.jpeg', 'Player Silver bundle w/USB/charger DAP-HD0019-92861.jpeg', 'Player Silver bundle w/USB/charger DAP-HD0019-98396.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-25 00:02:45', '2024-01-27 10:35:27'),
(326, 'Autel MaxiIM IM608 II Pro IM608S II XP400PRO IMMO Key Programming Tool Car Diagnostic Tool OBD2 Scanner PK IM508 IM508S IM608Pro', '9CZr2yC3Q', 12, 'the Autel MaxiIM IM608 II Pro IM608S II XP400PRO IMMO Key Programming Tool for you. This car diagnostic tool and OBD2 scanner is a top-of-the-line device that offers advanced key programming capabilities. With features like the XP400PRO and IMMO functionality, it allows you to program keys and perform in-depth diagnostics on a wide range of vehicles. It\'s a powerful tool that\'s perfect for professionals and enthusiasts alike. Whether you need to diagnose a problem or program new keys, the Autel MaxiIM IM608 II Pro has got you covered.', 2863.46, NULL, NULL, 4090.67, 'Autel MaxiIM IM608 II Pro IM608S II XP400PRO IMMO Key Programming Tool Car Diagnostic Tool OBD2 Scanner PK IM508 IM508S IM608Pro-42861.jpeg', 'Autel MaxiIM IM608 II Pro IM608S II XP400PRO IMMO Key Programming Tool Car Diagnostic Tool OBD2 Scanner PK IM508 IM508S IM608Pro-11203.jpeg', 'Autel MaxiIM IM608 II Pro IM608S II XP400PRO IMMO Key Programming Tool Car Diagnostic Tool OBD2 Scanner PK IM508 IM508S IM608Pro-98137.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-25 00:08:35', '2024-01-27 14:04:25'),
(327, 'HDMI Sync Box', '3hNTbzJB9', 10, 'Philips 555227 Hue Play HDMI Sync Box only\r\n\r\nCondition: Used - item shows visible signs of use such as scratches, scrapes, scuffs etc. Item is tested and fully working.\r\n\r\nDescription: MISSING CABLES AND POWER SUPPLY. Includes sync box and retail box. Scratches on the sync box.\r\n\r\nNo other accessories are included.', 130.27, NULL, NULL, 157.99, 'HDMI Sync Box-94127.jpeg', 'HDMI Sync Box-15476.jpeg', 'HDMI Sync Box-11452.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-25 00:10:09', '2024-01-27 14:14:42'),
(328, 'Music System', 'Hrqdoqcd9', 10, 'Used, tested. Cassette works great. Sounds good. Tuner does not work. Sold as parts/ not working. See photos for condition and defects.', 90.79, NULL, NULL, 99.99, 'Music System-36234.jpeg', 'Music System-35812.jpeg', 'Music System-52445.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-25 00:14:15', '2024-01-27 14:24:58'),
(329, '3 Pcs Outdoor Rattan Wicker Furniture Set', 'jCMRzjAi6', 18, 'This is the 3 piece patio furniture set which can let you enjoy the pleasure of having the outdoor tea and conversation together under the sunshine.\r\n\r\nContemporary elegant appearance matches the ergonomic design to blend into your unique home decor. The wicker furniture set with tempered glass table features the high-quality all weather wicker and exquisite weaving technique in order to stay beautiful after years of use and aims to bring you a premium satisfaction of relaxation and romantic, when you are entertaining guests or simply enjoy yourself under the wonderful scene.\r\n\r\nIf you are looking for the 3 piece patio furniture set like that,don\'t hesitate to buy it!\r\n\r\n3 piece rattan furniture set, includes 2 rattan chair and a coffee table\r\nRattan chair with comfortable cushions, adds elegance and practicality\r\nErgonomic armrest and the cradle-shape seat, provides a relaxing zone\r\nA coffee table with tempered glass, more stable and easy to clean\r\nPremium all weather wicker with exquisite weaving technique, sturdy and durable\r\nChair weight limit: 355 lbs, table weight limit: 110 lbs\r\nAnti-slippery plastic foot pad, prevent accidental scratching or falling\r\nBreathable detachable cushions with zipper design, pretty easy-to-clean\r\nPerfect for patio garden lawn backyard pool\r\n\r\nMaterial: PE rattan steel frame\r\nWeight capacity of chair: 355 lbs\r\nWeight capacity of coffee table: 110 lbs\r\nNet weight of chair: 12 lbs\r\nNet weight of coffee table: 14 lbs\r\nSize of chair: 23.5\" x 23\" x 32.5\" (L x W x H)\r\nSize of coffee table: 16\" x 16\" x 19\" (L x W x H)\r\nChair weight limit: 355 lbs, table weight limit: 110 lbs\r\n\r\n1 x Coffee table with tempered glass top\r\n2 x Rattan chairs\r\n2 x Seat cushions\r\n1 x Instruction', 130.62, NULL, NULL, 139.62, '3 Pcs Outdoor Rattan Wicker Furniture Set-76407.jpeg', '3 Pcs Outdoor Rattan Wicker Furniture Set-51659.jpeg', '3 Pcs Outdoor Rattan Wicker Furniture Set-20124.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-25 00:17:30', '2024-01-27 07:08:35'),
(330, '3books Cambridge Elementary English Grammar Advanced Essential English Grammar In Use English Test Preparation Professional Book', '6aPIJCFiZ', 12, 'The Cambridge Elementary English Grammar is a great resource for mastering the basics of English grammar. It\'s perfect for learners who are just starting their English language journey. The Advanced Essential English Grammar In Use is a more advanced book that dives deeper into the intricacies of English grammar. It\'s designed for learners who want to take their English skills to the next level. Lastly, the English Test Preparation Professional Book is a valuable resource for those preparing for English language proficiency exams. It provides comprehensive test preparation materials and strategies to help you succeed. These books are fantastic tools for improving your English language skills and achieving your language goals.', 64.17, NULL, NULL, 128.35, '3books Cambridge Elementary English Grammar Advanced Essential English Grammar In Use English Test Preparation Professional Book-76101.jpeg', '3books Cambridge Elementary English Grammar Advanced Essential English Grammar In Use English Test Preparation Professional Book-31363.jpeg', '3books Cambridge Elementary English Grammar Advanced Essential English Grammar In Use English Test Preparation Professional Book-78887.jpeg', 'Books', 4.0, NULL, 1, '2024-01-25 00:17:31', '2024-01-27 13:55:31'),
(331, 'Replacement Battery Cover', '0BxDlrFOG', 15, 'Shows wear, removed from Sony Remote', 8.79, NULL, NULL, 9.99, 'Replacement Battery Cover-48310.jpeg', 'Replacement Battery Cover-88399.jpeg', 'Replacement Battery Cover-41129.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-25 00:20:10', '2024-01-27 14:18:20'),
(332, 'Sofa style Mustard color home design Living Room Furniture Chairs Futon Sofa', 'EUEbPGfuE', 18, 'Hello,\r\n\r\nYou have arrived at the store of\r\n\r\nRino Home Style More since 1995\r\n\r\nWe work with veteran suppliers who have been with us for years\r\n\r\nWe only sell online and provide free shipping worldwide.\r\n\r\nTo provide fast delivery, we have three logistics stations in USA, EUR, CH\r\n\r\nDelivery 6-12 days Free shipping to the US\r\n\r\nDelivery 10-20 days Free shipping to Euros\r\n\r\nVersatile futon bed: Mid-century modern front renaissance design with classic design details that include an inflated backrest in a vertical channel, curved armrests and 4 solid wood legs that are tapered and beveled into a high lounge shape\r\n\r\nSmall space profile: Sitting, lying down or sleeping, the convertible futon sofa features a folding back that allows it to be converted into a small bed when guests jump in and an easy pull-out mechanism for split comfort.\r\n\r\nSTRONG BASE: Built on a solid plywood frame with non-sag spring steel back, foam padded arms and solid seat, 2 central plastic legs and 2 hidden folding support legs located inside rear zippered compartments provide extra reinforcement\r\n\r\nMinimal assembly: all parts, tools and instructions are included in the box. Feet padded with felt allow easy movement on floors without causing scratch marks. Multiple color options available in polyester linen look or leather fabric upholstery\r\n\r\nFuton dimensions: 81.5\"L x 34.5\"W x 31.5\"H. Sleeper dimensions: 70.5\"L x 43.5\"W x 16\"H. Weight limit: 600 lbs. One year limited warranty. Simply wipe spills and stains with a damp cloth for easy cleaning convenience.\r\n\r\nShipping dimensions: 45.5\"L x 36\"W x 15\"H. Net weight: 83.5 kg. Gross weight: 95 kg.', 452.03, NULL, NULL, 462.03, 'Sofa style Mustard color home design Living Room Furniture Chairs Futon Sofa-83781.png', 'Sofa style Mustard color home design Living Room Furniture Chairs Futon Sofa-13171.jpeg', 'Sofa style Mustard color home design Living Room Furniture Chairs Futon Sofa-32750.png', 'General furnitures', 4.0, NULL, 1, '2024-01-25 00:21:20', '2024-01-27 14:17:27'),
(333, 'Portable AM Tube RADIO', 'bTyPaNJOQ', 15, '1956 ROLAND 5P5 Portable AM Tube RADIO Receiver Photofact MANUAL Schematic Vtg', 8.50, NULL, NULL, 9.89, 'Portable AM Tube RADIO-45038.jpeg', 'Portable AM Tube RADIO-12332.jpeg', NULL, 'Gadgets and electronics', 2.5, NULL, 1, '2024-01-25 00:24:50', '2024-01-27 14:26:02'),
(334, 'KNOBSPIN Moissanite Tennis Necklace for Woman Wedding Jewely with Certificate 925 Sterling Sliver Plated 18k White Gold Necklace', 'c9gxTkPGt', 12, 'the KNOBSPIN Moissanite Tennis Necklace for you. This stunning necklace is designed for women and is perfect for weddings or special occasions. It features a beautiful arrangement of Moissanite stones that sparkle and shine. The necklace is made with 925 sterling silver plated in 18k white gold, giving it a luxurious and elegant look. It also comes with a certificate to ensure the authenticity and quality of the Moissanite stones. It\'s a gorgeous piece of jewelry that will add a touch of glamour to any outfit.', 202.70, NULL, NULL, 440.66, 'KNOBSPIN Moissanite Tennis Necklace for Woman Wedding Jewely with Certificate 925 Sterling Sliver Plated 18k White Gold Necklace-62540.jpeg', 'KNOBSPIN Moissanite Tennis Necklace for Woman Wedding Jewely with Certificate 925 Sterling Sliver Plated 18k White Gold Necklace-89606.jpeg', 'KNOBSPIN Moissanite Tennis Necklace for Woman Wedding Jewely with Certificate 925 Sterling Sliver Plated 18k White Gold Necklace-15236.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-25 00:24:53', '2024-01-27 14:19:33'),
(335, 'European design classic antique sofas living room furniture set solid wood carve', '4E8jgBcMf', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: None\r\n\r\nFabric: Blending\r\n\r\nAppearance: Classical\r\n\r\nAppearance: Modern Style\r\n\r\nAppearance: Traditional\r\n\r\nAppearance: Modern Morocco\r\n\r\nOrigin: Mainland China\r\n\r\nCN: Guangdong\r\n\r\nSofa Width: ?2000mm\r\n\r\nSofa Width: 2000mm2400mm\r\n\r\nSofa Width: ?2400mm\r\n\r\nSpecific Use: Living Room Sofa\r\n\r\nGeneral Use: Home Furniture\r\n\r\nType: Living Room Furniture\r\n\r\nApplication: Living Room, Apartment, Other, Villia\r\n\r\nFeature: Adjustable (other)\r\n\r\nDesign Style: Modern\r\n\r\nInflatable: NO\r\n\r\nType: One Seat\r\n\r\nStyle: Sectional Sofa, Classic\r\n\r\nMail packing: N\r\n\r\nPlace of Origin: Guangdong, China\r\n\r\nMaterial: Wooden,wood\r\n\r\nGeneral Use: Home Furniture, Home Furniture\r\n\r\nUsage: Suitable\r\n\r\nSpecific Use: living room furniture, Living Room Sofa\r\n\r\nkeywords: living room sofa set\r\n\r\nColor: Customer\'s Request\r\n\r\nMOQ: 1 Set\r\n\r\nFunction: Sectional Sofa Set\r\n\r\nWarranty: 5 Years\r\n\r\nRegional Style: European style\r\n\r\nAppearance: Antique\r\n\r\nEuropean design classic antique sofas living room furniture set solid wood carved leather couch sofa\r\n\r\nLeather bed\r\n\r\n1. Style: Antique, fashion and concise.\r\n\r\n2. Material: leather\r\n\r\nA. Dried and Fumigated solid wood for the sofa frame\r\n\r\nB. Cover:Geniune leather(backrest), PU eco-leather(other part),\r\n\r\nC. Filling: High-density sponge.\r\n\r\nD. First class stainless steel for metal accessories\r\n\r\n3. Advanced technology for processing the metal accessories.\r\n\r\n4. Wonderful workmanship.\r\n\r\nProduct picture\r\n\r\nFeedback pictures\r\n\r\nMore products\r\n\r\nOur product range for your reference.\r\n\r\n1. Flooring series (Porcelain tiles,Marble,Carpet,Wooden flooring,Pvc flooring,Rubber flooring)\r\n\r\n2. Wall series (Wallpaper,Mosaic,Slate,Plasterboard,Glass block)\r\n\r\n3. Roof tiles series\r\n\r\n4. Window series (Aluminum/Pvc/Wooden window)\r\n\r\n5. Door series (Wooden/Aluminum/Steel/Copper door Door lock)\r\n\r\n6. Staircase series\r\n\r\n7. Fence Gate series\r\n\r\n8. Bathroom(Toilet,Bathtub,Shower room,Bathroom cabinet,Spa pool,Tap,Urinal)\r\n\r\n9. Furniture (Sofa,Home/office furniture,Outdoor furniture,Kitchen cabinet)\r\n\r\n10. Lighting (Indoor/Outdoor lighting and LED).\r\n\r\n11. Household appliances(Refrigerator/Oven/Switch)', 5500.49, NULL, NULL, 5973.49, 'European design classic antique sofas living room furniture set solid wood carve-17878.jpeg', 'European design classic antique sofas living room furniture set solid wood carve-13484.jpeg', 'European design classic antique sofas living room furniture set solid wood carve-67911.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-25 00:26:47', '2024-01-27 14:27:49'),
(337, 'multimedia player DVD', 'XhsfJ0eew', 15, 'This Tojock DVP506 multimedia player is a versatile DVD player that supports various playable media formats such as DVD, connecting via HDMI for high-quality video output. It has been tested and works perfectly, ensuring you get the best viewing experience. The player has a sleek white design and comes with a remote for easy control. Its universal screen size and maximum resolution of 1080p make it a great addition to any home entertainment system. The connectivity options include HDMI and AV, allowing you to connect to most devices. Get ready to enjoy your favorite movies and TV shows with this amazing Tojock DVP506 multimedia player.', 16.60, NULL, NULL, 17.74, 'multimedia player DVD-15189.jpeg', 'multimedia player DVD-59275.jpeg', 'multimedia player DVD-62832.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-25 00:30:50', '2024-01-27 14:31:36');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(338, '2014 new dubai furniture sectional luxury and modern corner leather living room', 'fpfxIJj6o', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: None\r\n\r\nFabric: Other\r\n\r\nAppearance: Modern Style\r\n\r\nOrigin: Mainland China\r\n\r\nSofa Width: 2000mm2400mm\r\n\r\nis_customized: Yes\r\n\r\nModel Number: D816\r\n\r\nCombination: L-shaped\r\n\r\nStyle: Modern Chinese\r\n\r\nPlace Of Origin: China\r\n\r\nWith Storage: No\r\n\r\nMaterial: Genuine Leather\r\n\r\nFilling: Sponge\r\n\r\nStyle: Chesterfield Sofa\r\n\r\nRegional Style: European Style\r\n\r\nInflatable: No\r\n\r\n2014 new dubai furniture sectional luxury and modern corner leather living room arab l shaped 1 2 3 sofa design and prices set\r\n\r\nNote:Shipping cost NOT for Russia,South America ,Mainland ,Romote Island customers Thanks\r\n\r\nWe only ship goods by sea ,document of cargo is sent by DHL\r\n\r\nNormally we could deliver goods within 21 days and you would get goods in hand 45-65 days\r\n\r\nin totally,after you pay us.\r\n\r\nShipping cost (from China to your nearest port) :\r\n\r\n1)basical port :368.42\r\n\r\n2)The shipping cost :550 around / Set main land of your country\r\n\r\n3) our price is not inlcuding tax ,custom clearance ,local charges .\r\n\r\n4)door to door service ,please contact with seller ,price is different .(we can make door\r\n\r\nto door country :America ,Australia ,Canada ,Asian,Russia ,part of european Country)\r\n\r\nPantone optionals :\r\n\r\nDelivery time :14 days .(We have stocks always ) Normally\r\n\r\nIf we dont have stocks , Production time :18 days (not including weekend)\r\n\r\nAfter we ship goods to port ,we will send documents by DHL .\r\n\r\n1)normally you woud get documents in hand within 21 days after you pay ,if no stock ,it will be longer.\r\n\r\n--------------------------------------------------------------------------------------------------------------------------------------------------------------\r\n\r\nShipping :goods only is shipped by sea and importing Doucments is sent by DHL FEDEX OR TNT ,Then pick up goods from nearest port according to your address .\r\n\r\n(You need to do custom clearance and pay tax ,local destination port charges ,or find a broker to help you out )\r\n\r\nShipping cost (from China to your nearest port) :\r\n\r\n1)basical port :free\r\n\r\n2)The shipping cost :550 around / Set main land of your country', 2585.30, NULL, NULL, 2788.30, '2014 new dubai furniture sectional luxury and modern corner leather living room-14108.jpeg', '2014 new dubai furniture sectional luxury and modern corner leather living room-65263.jpeg', '2014 new dubai furniture sectional luxury and modern corner leather living room-48159.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-25 00:33:00', '2024-01-27 14:39:15'),
(339, 'Solid 18K White Gold Round 3.5mm Genuine Natural Pink Sapphire Diamonds Women Trendy Jewelry Elegant Unique Pendant Necklaces', 'Ve83EUVbH', 12, 'the Solid 18K White Gold Round 3.5mm Genuine Natural Pink Sapphire Diamonds Women Trendy Jewelry Elegant Unique Pendant Necklaces for you. This pendant necklace is a true stunner! It features a genuine natural pink sapphire surrounded by sparkling diamonds, all set in solid 18K white gold. The combination of the pink sapphire and diamonds creates a beautiful and elegant look. It\'s a trendy piece of jewelry that will add a unique and sophisticated touch to any outfit. This necklace is perfect for women who appreciate fine craftsmanship and want to make a statement with their jewelry. It\'s a truly elegant and eye-catching piece!', 741.12, NULL, NULL, 842.18, 'Solid 18K White Gold Round 3.5mm Genuine Natural Pink Sapphire Diamonds Women Trendy Jewelry Elegant Unique Pendant Necklaces-82894.jpeg', 'Solid 18K White Gold Round 3.5mm Genuine Natural Pink Sapphire Diamonds Women Trendy Jewelry Elegant Unique Pendant Necklaces-32399.jpeg', 'Solid 18K White Gold Round 3.5mm Genuine Natural Pink Sapphire Diamonds Women Trendy Jewelry Elegant Unique Pendant Necklaces-69245.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-25 00:35:51', '2024-01-27 14:42:37'),
(340, 'car headrest TV monitor DVD player', '1st4lpByi', 15, 'This Xtrons HD908D car headrest TV monitor with DVD player and HDMI connection is the perfect addition to your vehicle electronics. The 9\" screen size and 800*480 resolution provide a clear and crisp picture for your passengers to enjoy. It features an auxiliary input, FM transmitter, and remote control for easy use. This product is made in China and comes with a product reference ID of 1394981368.\r\n\r\nIt is perfect for long car rides and keeping your passengers entertained. The Xtrons headrest DVD player monitor is a great addition to any car and will provide hours of entertainment.', 200.99, NULL, NULL, 256.41, 'car headrest TV monitor DVD player-66070.jpeg', 'car headrest TV monitor DVD player-29777.jpeg', 'car headrest TV monitor DVD player-45693.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-25 00:36:31', '2024-01-27 14:44:50'),
(341, '36\" Wooden Epoxy Table Top Resin Countertop Desk Coffee Table Hallway Furniture', 'g7N6YjJKb', 18, 'Our epoxy tables are custom-made, and we strive to use the same type of wood as depicted in our advertising pictures. However, it is not always possible to find an exact match, which may result in slight variations in the epoxy color and wood grain pattern.\r\n\r\nIt\'s important to keep in mind that the table you receive may not be an exact replica of the advertising picture. We ensure that our clients are informed of every step of the process, from the selection of the wood to the final finish of the table. We keep our clients up-to-date throughout the process to ensure transparency and avoid any misunderstandings.\r\n\r\nAdditionally, our price includes air delivery right to your doorstep via DHL/Fedex/UPS and insurance protection.\r\n\r\nPlease note that you may be responsible for paying any applicable tax and duty on delivery.\r\n\r\nIf you have any concerns or doubts, we highly recommend addressing them before making a purchase. Clearing any doubts beforehand will help avoid any issues and ensure a smooth buying process.\r\n\r\nIt\'s important to note that any accessories depicted in the advertising images, such as knives, chairs, or lighting, are not included with the product and are only used for photography purposes.\r\n\r\nAdditionally, please keep in mind that the price of the product does not include any type of legs. If you would like legs included, we can provide them for an additional cost. We recommend addressing any questions or concerns before making a purchase to avoid any misunderstandings.', 786.42, NULL, NULL, 815.42, '36\" Wooden Epoxy Table Top Resin Countertop Desk Coffee Table Hallway Furniture-84679.jpeg', '36\" Wooden Epoxy Table Top Resin Countertop Desk Coffee Table Hallway Furniture-52612.jpeg', '36\" Wooden Epoxy Table Top Resin Countertop Desk Coffee Table Hallway Furniture-71468.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-25 00:37:02', '2024-01-27 15:08:20'),
(342, 'Handmade Furniture Epoxy Table Top, center table top Acacia Wooden Table, Custom', '8Tor0oz3U', 18, 'This is a Epoxy Resin Gaming or Trading Desk made with Walnut which is beautified with colored pigment . The resin river table is brand new and the contemporary design would be a unique addition to your home. With its perfect combination of style and function this piece of furniture is sure to be the star of any room. This modern table will also make for an awesome gift for your friends or relatives.\r\n\r\nEach one is created with high quality resin and individually handcrafted. Resin is a highly reflective medium which will catch anyone’s eye walking into the room. All tables are finished to the highest standard. The epoxy resin is very strong durable with specialised UV resistance. The tables are delivered flat packed. Simply bolt the legs.\r\n\r\nThis listing is for a custom Live edge Wooden Table. We have access to thousands of live edge slabs of domestic and exotic species that are imported from around the globe. We use only the highest quality of hardwoods and materials in our work, and believe only in perfection.\r\n\r\nKindly Note: As raw wood is used in its natural form and shape to make the table, the table shown in the photos has already been purchased so actual product may vary from the picture shown.\r\n\r\nKindly Note: Any accessories/Chairs and legs shown in picture NOT included in given prices. if you want legs then you are to pay spare money. Please contact me if you have any kind of query.\r\n\r\nBuyers are liable for any customs and import taxes that may apply', 3524.40, NULL, NULL, 3921.40, 'Handmade Furniture Epoxy Table Top, center table top Acacia Wooden Table, Custom-44970.jpeg', NULL, NULL, 'General furnitures', 3.5, NULL, 1, '2024-01-25 00:40:08', '2024-01-27 15:00:26'),
(343, 'Lorex', 'R261Z9MCf', 15, 'Lorex LW3211 720p HD Wireless Indoor/Outdoor Security Camera 12v Power NIB 272E.\r\n\r\nLW3211 720P LOREX WIRELESS CAMERA.LISTING IS FOR WIRELESS 1 CAMERA, RECEIVER AND 2 POWER SUPPLY. (WIRELESS RECEIVER MODEL LW3211-W IS INCLUDED)\r\n\r\nLW3211ECO Series\r\n\r\nEdge Series\r\n\r\nBlackbox SeriesD1 960H DVRsLHV1000 Series720p HD DVRsDV700\r\n\r\nLHV2000 Series1080p HD DVRsLNR200 Series\r\n\r\nLNR300 Series1080p netHD NVRsNR800\r\n\r\nLNR100 Series\r\n\r\nLNR400 Series1080p HD NVRsHD 720p wireless security camera with 135 foot night visionEnjoy high definition image quality and the convenience of wireless all in one camera. With the LW3211 wireless security camera from Lorex by FLIR you will receive a powerful weatherproof HD camera with excellent night vision - all without the hassle of cabling. This camera is compatible with Lorex MPX digital video recorders and is perfect for large properties or detached buildings.\r\n\r\nLW3211SPECIFICATIONS\r\n\r\nHDWIRELESSIndoor / outdoor wireless security camera\r\n\r\n720pRESOLUTIONHigh definition 720p wireless resolution\r\n\r\n135FTNIGHT VISIONMaximum night vision\r\n\r\n78FIELD OF VIEWMonitor most areas around home or business\r\n\r\nWireless HD image qualityThe LW3211 wireless security camera is capable of crisp 720p high definition images. Combined with a compatible HD DVR, this camera will deliver clean, accurate video footage that will help you capture the details you need. A 25 frames-per-second (FPS) frame rate also ensures smooth on-screen movement so you don’t miss a beat.\r\n\r\nSignalGuard technology keeps your camera connectedA steady and reliable connection between the LW3211 wireless camera and matching receiver is maintained by our SignalGuard technology. This technology ensures that the secure real-time video signal is protected at all times. It will even automatically reconnect if the signal strength ever drops too low.\r\n\r\nPowerful infrared night visionThe LW3211 wireless security camera is designed to protect your property around-the-clock. It features exceptional long range night vision that clearly see up to 135ft / 41m in ambient night environments and up to 90ft / 27m away in complete darkness. This powerful infrared capability of the LW3211 wireless security camera will provide you with the peace-of-mind you need to soundly sleep through the night.\r\n\r\nUse up to 4 wireless cameras at the same timeSafely use up to four LW3211 security cameras on one system without having to worry about signal interference. If your DVR has more than four channels you can connect additional wired security cameras for further coverage.\r\n\r\nWireless cameras built for the outdoorsThe LW3211 features an IP66 weatherproof rating and a vandal-resistant polycarbonate housing. This allows for safe outdoor installation. When outdoors, this camera has a wireless range up to 500ft / 152m away from its receiver thanks to its high-gain antenna. This type of range allows you to keep an eye on distant buildings or areas of your property that might otherwise be difficult to run wires too.\r\n\r\nIndoor OutdoorCamera performs both in outdoor and indoor applications.\r\n\r\nHigh Performance Real-time VideoThe camera transmits high resolution video signal in real time at 25 frames per second\r\n\r\nSignalGuard TechnologyContinuously monitors the wireless signal and automatically reconnects upon detection of low signal strength.', 90.70, NULL, NULL, 95.99, 'Lorex-85096.jpeg', 'Lorex-46992.jpeg', 'Lorex-33205.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-25 00:44:32', '2024-01-27 14:23:12'),
(344, 'Commercial Furniture 3D Armrest Swivel Mesh Executive Ergonomic Office Chair Who', 'v8ahOmZLC', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: DUTRIEUX\r\n\r\nOrigin: Mainland China\r\n\r\nSpecific Use: Office Chair\r\n\r\nType: Office Furniture\r\n\r\nIs Rotatable: Yes\r\n\r\nGeneral Use: Commercial Furniture\r\n\r\nWith Handrails: YES\r\n\r\nStyle: Executive Chair\r\n\r\nStyle: Lift Chair\r\n\r\nStyle: Mesh Chair\r\n\r\nStyle: Swivel Chair\r\n\r\nWith Rollers: Yes\r\n\r\nFolded: Yes\r\n\r\nFeature: Revolving\r\n\r\nMail packing: Y\r\n\r\nDesign Style: Modern\r\n\r\nMaterial: Mesh\r\n\r\nStyle: Executive Chair, Lift Chair, Mesh Chair, Swivel Chair\r\n\r\nMetal Type: Aluminum\r\n\r\nBrand Name: YueQiang\r\n\r\nModel Number: 3115\r\n\r\nType: Office Furniture\r\n\r\nCertificate: BIFMA/ISO9001\r\n\r\nFrame: Black/White\r\n\r\nHeadrest: Adjustable\r\n\r\nArmrest: 3D Armrest\r\n\r\nLumbar Support: Adjustable\r\n\r\nSeat Cushion: Full Mesh\r\n\r\nMechanism: TF016/T713/Donati\r\n\r\nGas Lfit: Class 3\r\n\r\nBase: Nylon Base\r\n\r\nProducts Description\r\n\r\nProduct Name\r\n\r\nErgomomic Executive Office Chair\r\n\r\nProduct NO.\r\n\r\n3115\r\n\r\nFrame\r\n\r\nBlack/White\r\n\r\nHeadrest\r\n\r\nAdjustable\r\n\r\nArmrest\r\n\r\n3D Armrest\r\n\r\nMechanism\r\n\r\nTF016/T713/Donati\r\n\r\nGas Lfit\r\n\r\nClass 3\r\n\r\nBase\r\n\r\nNylon Base\r\n\r\nColor\r\n\r\nCustomized\r\n\r\nSample fee\r\n\r\nSample Fee Can Be Deducted From Your Bulk Order\r\n\r\nOem/Odm Service\r\n\r\nCustom Logo /Custom Packing Carton /Customized According To Your Requirements\r\n\r\nOem Services\r\n\r\nRecommend Products\r\n\r\nMore Products\r\n\r\nCompany Profile\r\n\r\nProduct Process\r\n\r\nFAQ\r\n\r\nFAQ\r\n\r\nQ1. Can I Have A Sample Order For Office Chair? A:Yes, We Welcome Sample Order To Test And Check Quality. Mixed Samples Are Acceptable. Q2. What About The Lead Time? A:Sample Needs 7-15 Days, Mass Production Time Needs 20-35 Days For Order Quantity More Than One Full Container. Q3. Do You Have Any Moq Limit For Order? A:Low Moq, 1Pc For Sample Checking Is Available Q4. How To Proceed An Order For Office Chair? A:-Firstly Let Us Know Your Requirements Or Application. -Secondly We Quote According To Your Requirements Or Our Suggestions. -Thirdly Customer Confirms The Samples And Places Deposit For Formal Order. -Fourthly We Arrange The Production. Q5. Is It Ok To Put My Logo On Chairs? A:Yes. You Could Send Your Fabric Logo To Us, And Then We Can Put Your Logo Chairs. Additionally, We Can Print Your Logo On Boxes. Q6: Do You Offer Guarantee For The Products? A:Yes, We Offer 2 Years Warranty To Our Products', 336.41, NULL, NULL, 347.41, 'Commercial Furniture 3D Armrest Swivel Mesh Executive Ergonomic Office Chair Who-30666.jpeg', 'Commercial Furniture 3D Armrest Swivel Mesh Executive Ergonomic Office Chair Who-83612.jpeg', 'Commercial Furniture 3D Armrest Swivel Mesh Executive Ergonomic Office Chair Who-29745.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-25 00:48:04', '2024-01-27 14:41:29'),
(345, 'Hybrid Dvr', 'glKqITfTG', 15, 'Hybrid 6-In-1 Dvr With 16 Channels, 2Mp, And 1080P H.\r\n\r\nProduct Features\r\nSupport Audio Recording even if your camera has no microphone This Hybrid DVR Recorder customizable motion detection for diferent unexpected movements Email and Message alert.You won\'t miss any necessary moment with remote and local playback. Enjoy 24/7 Non-Stop Video Recordings: This DVR video Recorder with Advanced H.265 Video Format Offers smooth live stream without latency,long recording time Compare to H.264 DVRs with the same HDD,Saving 60% storage Space.Notice: there is no hard drive inside, it supports 3.5\" SATA 350G-6TB HDD Quick Remote access via Free APP(Xmeye Pro) This Hybrid DVR Video Recorder Widely use in home or business surveillance system,You can view all of you cameras in free smart app for live view,playback on smart devices with internet connection. Easy Remote Access Compatibility: Upgraded from June 2021,one-step to get the remote on your phone as the video on the page. Max Supports Most Cameras in the market,6-in-1 DVR,max 2MP; any questions, welcome to contact us first. Warranty: We offer 1 Year Warranty and Life-time Tech-support. Any parts defective in the first year will be free replaced. Hope you will enjoy this 16 channel DVR recorder, any questions please feel free to contact us via amazon online message, we will reply you within 12H', 100.80, NULL, NULL, 129.95, 'Hybrid Dvr-92422.jpeg', 'Hybrid Dvr-10858.jpeg', 'Hybrid Dvr-43503.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-25 00:52:23', '2024-01-27 14:49:24'),
(346, 'Anillo Compromiso Solitario Plata De Ley 925 Diamante Tlla 8', 'nHcIkdwc0', 15, 'Este hermoso anillo está hecho de plata de ley 925 y presenta un diamante deslumbrante. Es una opción clásica y atemporal para un anillo de compromiso. El diseño del solitario pone toda la atención en el impresionante diamante, convirtiéndolo en la estrella del espectáculo. Con una talla 8, es perfecto para alguien con esa talla de anillo. Este anillo seguramente hará una declaración y simbolizará el amor eterno. Es una elección perfecta para esa persona especial en tu vida.', 45.05, NULL, NULL, 75.00, 'Anillo Compromiso Solitario Plata De Ley 925 Diamante Tlla 8-46978.jpeg', 'Anillo Compromiso Solitario Plata De Ley 925 Diamante Tlla 8-97920.jpeg', 'Anillo Compromiso Solitario Plata De Ley 925 Diamante Tlla 8-42239.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-25 00:53:11', '2024-01-27 14:58:22'),
(347, 'Classic Antique Living Room Furniture French Style Golden Wooden Sofa Set Royal', 'x4QP3DWck', 18, 'Classic Antique Living Room Furniture French Style Golden Wooden Sofa Set Royal', 516314.00, NULL, NULL, 5788.36, 'Classic Antique Living Room Furniture French Style Golden Wooden Sofa Set Royal-86397.jpeg', 'Classic Antique Living Room Furniture French Style Golden Wooden Sofa Set Royal-68430.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-25 00:54:14', '2024-01-27 15:02:15'),
(348, 'Dash Camera', '5Y0VKbY8j', 15, 'Rexing V1P Max Plus Real 4K UHD Dual-Channel Front and Rear Wi-Fi Dash Camera\r\nCondition: Used - item shows visible signs of use such as scratches, scrapes, scuffs etc. Item is tested and fully working.\r\n\r\nDescription: Includes front dash cam, rear dash cam, mount, 3M adhesive, 32 GB SD card w/ adapter, power adapter, and cable management tool. Scratches on the body of the front dash cam.', 39.77, NULL, NULL, 41.99, 'Dash Camera-17741.jpeg', 'Dash Camera-59082.jpeg', 'Dash Camera-66343.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-25 00:58:26', '2024-01-27 15:01:04'),
(349, 'Collar Trilogía: Infinito, Mundo - Ópalo ( Nudo De Bruja )', 'MKFwYZHkJ', 15, 'Este encantador collar presenta tres elementos: el símbolo del infinito, el símbolo del mundo y una piedra de ópalo en forma de nudo de bruja. El símbolo del infinito representa el amor y la conexión eternos, mientras que el símbolo del mundo simboliza la unidad y la armonía. La piedra de ópalo añade un toque de mística y energía mágica al collar. Es una pieza de joyería única y significativa que combina simbolismo y belleza. Este collar Trilogy es perfecto para aquellos que aprecian lo místico y quieren añadir un toque de encanto brujo a su estilo.', 23.99, NULL, NULL, 55.00, 'Collar Trilogía: Infinito, Mundo - Ópalo ( Nudo De Bruja )-46992.jpeg', 'Collar Trilogía: Infinito, Mundo - Ópalo ( Nudo De Bruja )-89611.jpeg', 'Collar Trilogía: Infinito, Mundo - Ópalo ( Nudo De Bruja )-61366.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-25 01:00:18', '2024-01-27 14:58:51'),
(350, 'Bluetooth Headphone Black', '33YjRq6tk', 15, 'Cleaned and\r\ndisinfected. Tested and works great with no issues. Minor usage wear as shown\r\nin the pictures. Nothing that affects its functionality.\r\n\r\nThe Jabra Evolve 75 comes with the docking station, Charging Cord, and New USB Wall Adapter.\r\n\r\nConsider pictures as a part of the description and judge any and all cosmetic or other issues to your opinion before purchasing. PLEASE NOTE THE PICTURE IS THE ACTUAL ITEM, YOU WILL RECEIVE.\r\n\r\nSee pictures\r\nfor full descriptions. Sold as pictured.\r\n\r\nWe do our\r\nbest to accurately picture and describe each one of our listings. Inevitably,\r\nyou may receive an item that does not meet your expectations. It is no way our\r\nintention to mislead or cheat any customer. If you have any issues with your\r\npurchase, please message us before filing a refund request. Please note that\r\nall refund requests will require the return of the item in the same condition\r\nas it was sent. Any damage or material change to the condition of the item may\r\nresult in a reduced refund, up to 50% in accordance with policy. All\r\nrefunds on returns will be processed minus the original shipping charges that\r\nwere incurred to ship it to you.\r\n\r\nWe package\r\nour items in the most cost/time effective way to provide competitive pricing. Should\r\nyou require special shipping considerations (e.g. packaging or shipping\r\ntimelines), please message us PRIOR to purchasing so we can work towards an\r\namicable solution. Certain requests may incur additional charges. Post-purchase shipping demands will not be honored.\r\n\r\nDelivery\r\ntimes provided are estimates. Actual delivery times may vary due to\r\ncarrier related delays. We ship items as quickly as possible, but in some\r\ncircumstances it can take up to three business days for an item to be shipped. Once\r\nan item leaves our hand, we have no control over when it gets delivered. We\r\nonly ship to the confirmed shipping address provided to us at time of\r\npurchase. We cannot change the delivery address after a purchase has been made,\r\nso please ensure that your shipping address is correct', 50.49, NULL, NULL, 72.99, 'Bluetooth Headphone Black-20114.jpeg', 'Bluetooth Headphone Black-16423.jpeg', 'Bluetooth Headphone Black-43672.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-25 01:05:36', '2024-01-27 14:55:33'),
(351, 'Tarot Shadowscapes Cartas + Libro Guía', 'Sl9yTaRsH', 15, 'el Tarot Shadowscapes Cartas + Libro Guía. Este set de tarot es absolutamente maravilloso. Incluye un mazo de cartas del Tarot Shadowscapes y un libro guía que te ayudará a interpretar y comprender el significado de cada carta. Las ilustraciones de las cartas son hermosas y llenas de detalles mágicos, lo que hace que cada lectura sea una experiencia visualmente cautivadora. Con este set, podrás adentrarte en el fascinante mundo del tarot y descubrir nuevas perspectivas sobre tu vida y tus decisiones. ¡Es una herramienta perfecta para aquellos interesados en la espiritualidad y el autoconocimiento!', 66.99, NULL, NULL, 105.44, 'Tarot Shadowscapes Cartas + Libro Guía-63755.jpeg', 'Tarot Shadowscapes Cartas + Libro Guía-75930.jpeg', 'Tarot Shadowscapes Cartas + Libro Guía-26847.jpeg', 'Books', 3.0, NULL, 1, '2024-01-25 01:17:38', '2024-01-27 14:54:09'),
(352, 'iHealth AIR Wireless Fingertip Pulse Oximeter', 'GzM240Dco', 2, 'iHealth AIR Rechargeable Fingertip Pulse Oximeter, Blood Oxygen Saturation Monitor.\r\nwith App, SpO2, Pulse Rate, Plethysmograph, and Perfusion Index', 20.39, NULL, NULL, 30.65, 'iHealth AIR Wireless Fingertip Pulse Oximeter-57869.jpeg', 'iHealth AIR Wireless Fingertip Pulse Oximeter-73731.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-25 01:41:03', '2024-01-27 14:14:51'),
(353, 'Furniture BoutiQ Handcarved White TV Cabinet | Solid Wood Carving Sideboard', 'zIyYXemFd', 18, 'materials:%20Solid%20Wood%0A%0AHeight%3A%2026%20inches%0A%0AWidth%3A%2063%20inches%0A%0ADepth%3A%2017%20inches%0A%0AAn%20utterly%20gorgeous%20Grey%20TV%20cabinet%20with%20beautifully%20detailed%20hand%20carving%20work.%20An%20absolute%20work%20of%20art.%0A%0AMade%20from%20wonderful%20sustainable%20mango%20wood.%0A%0AGrown%20in%20India,%20Southeast%20Asia,%20Mexico,%20Australia%20etc,%20there%E2%80%99s%20certainly%20no%20shortage%20of%20mango%20plantations.%0A%0AMango%20wood%20is%20a%20hardwood%20with%20dense%20grains%20but%20it%E2%80%99s%20still%20soft%20enough%20that%20it%E2%80%99s%20relatively%20easy%20to%20work%20with,%20requiring%20no%20special%20tools%0A%0Aon%20behalf%20of%20the%20manufacturers.%0A%0AOnce%20the%20trees%20get%20too%20tall%20to%20easily%20harvest%20the%20fruit%20or%20stop%20bearing%20fruit%20altogether,%20they%20are%20harvested%20for%20timber%20and%20a%20new%0A%0Ageneration%20of%20trees%20is%20planted.%0A%0AHarvesting%20wood%20that%20was%20previously%20burnt%20or%20left%20to%20break%20down%20naturally%20now%20provides%20extra%20income%20to%20mango%20farmers%20and%20makes%0A%0Afantastic%20furniture%0A%0AHandcrafted%20in%20India.%0A%0ASpecial%20rates%20for%20Bulk%20orders%20-%20fb%20%5B!at%5D%20FurnitureBoutiQ%0A%0AAbout%20us%3A%0A%0ASince%201984,%20we%20have%20been%20manufacturing%20handcrafted%20furniture.%20We%20specialize%20in%20solid%20wood,%20industrial,%20and%20leather%20furniture.%20Our%20furniture%20business,%20based%20in%20Jodhpur,%20has%20%22its%20origins%20in%20contemporary%20India%20but%20sells%20items%20all%20over%20the%20world.%0A%0AWe%20engage%20with%20both%20B2B%20and%20B2C%20customers%20and%20are%20open%20to%20\'made-to-order\'%20customization%20process%20for%20all%20our%20customers.%0A%0AWe%20specialize%20in%20\'client-specific\'%20furniture%20designs%20that%20are%20created%20the%20old-fashioned%20manner,%20using%20high-quality%20materials%20and%20skilled%20craftsmanship%20,%20giving%20your%20home%20a%20one-of-a-kind%20look.%20We%20create%20your%20dream%20furniture%20and%20turn%20your%20ideas%20into%20reality.%0A%0AConvey%20your%20own%20ideas%20for%20your%20furniture%20or%20browse%20through%20our%20diverse%20furniture%20designs%20and%20choose%20the%20one%20that%20best%20suits%20your%20needs.%20At%20Furniture%20BoutiQ%20you%20can%20order%20even%20a%20single%20piece%20of%20furniture%20or%20order%20in%20bulk.%20We%20collaborate%20with%20a%20number%20of%20interior%20designers%20and%20architects%20for%20their%20projects.%0A%0AImp%20Note%20%3A%0A%0A-%20These%20are%20handmade%20articles%20and%20hence%20no%202%20pieces%20are%20exactly%20the%20same.%20Slight%20imperfections%20to%20be%20expected%20which%20is%20the%20beauty%20of%20handmade%20articles.%0A%0A-%20Please%20expect%20slight%20variations%20in%20colour%20and%20texture.%0A%0A-%20We%20accept%20returns%20as%20per%20our%20shop%20policy.%20Return%20postage%20to%20be%20given%20by%20the%20buyer.%0A%0A-%20Local%20customs%20at%20the%20destination%20if%20any%20to%20be%20given%20by%20the%20buyer.%0A%0ACheckout%20more%20products%20at%20-%20FurnitureBoutiQ', 2255.00, NULL, NULL, 2473.33, 'Furniture BoutiQ Handcarved White TV Cabinet | Solid Wood Carving Sideboard-38303.jpeg', 'Furniture BoutiQ Handcarved White TV Cabinet | Solid Wood Carving Sideboard-51358.jpeg', 'Furniture BoutiQ Handcarved White TV Cabinet | Solid Wood Carving Sideboard-55767.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-25 01:45:12', '2024-01-27 14:43:28'),
(354, 'tarte Shape Tape Concealer - 20B Light - 0.338 fl oz - Ulta Beauty', 'biDXh3C7Z', 2, 'tarte™\'s best-selling shape tape™ concealer is a full-coverage formula with proven 16-hour flawless wear & patented tape technology™. This crease-proof concealer smoothes & brightens to make eyes appear lifted while blurring appearance of fine lines & wrinkles. Formulated without: Parabens, Mineral Oil, Phthalates,Triclosan, Sodium Lauryl Sulfate, Gluten. In a consumer panel study:* 100% agree it doesn’t crease or look cakey 100% agree skin looks & feels smoother 100% agree undereyes look smoother 100% agree it covers dark circles 100% would recommend to a friend 97% agree it blurs & smooths appearance of wrinkles & fine lines *based on a study of 32 subjects How to use: apply onto imperfections & blend.', 15.00, NULL, NULL, 32.00, 'tarte Shape Tape Concealer - 20B Light - 0.338 fl oz - Ulta Beauty-55212.jpeg', 'tarte Shape Tape Concealer - 20B Light - 0.338 fl oz - Ulta Beauty-51380.jpeg', 'tarte Shape Tape Concealer - 20B Light - 0.338 fl oz - Ulta Beauty-91061.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 01:45:20', '2024-01-27 14:53:28'),
(355, 'Degree Men\'s UltraClear Antiperspirant Deodorant', 'X5MbCyf8A', 2, 'Degree Men UltraClear Antiperspirant Deodorant Black + White 4 count 72-Hour Sweat & Odor Protection Antiperspirant For Men With MotionSense Technology 2.7 oz', 10.75, NULL, NULL, 19.73, 'Degree Men\'s UltraClear Antiperspirant Deodorant-70860.jpeg', 'Degree Men\'s UltraClear Antiperspirant Deodorant-40128.jpeg', 'Degree Men\'s UltraClear Antiperspirant Deodorant-30943.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 01:51:58', '2024-01-27 14:30:55'),
(356, 'Furniture BoutiQ Handcarved Solid Wood Console Table | Indian Furniture', 'wl4EjiaYb', 18, 'materials:%20Solid%20Wood%0A%0AHeight%3A%2036%20inches%0A%0AWidth%3A%2059%20inches%0A%0ADepth%3A%2015%20inches%0A%0AA%20beautiful%20ethnic%20Indian%20console%20made%20from%20sustainable%20mango%20wood%20with%20a%20distressed%20paint%20finish%20and%20very%20intricate%20hand%20carved%20detailing.%0A%0AMade%20from%20wonderful%20sustainable%20mango%20wood.%0A%0AMango%20wood%20is%20a%20hardwood%20with%20dense%20grains%20but%20it%E2%80%99s%20still%20soft%20enough%20that%20it%E2%80%99s%20relatively%20easy%20to%20work%20with,%20requiring%20no%20special%20tools%20on%20behalf%20of%20the%20manufacturers.%0A%0AOnce%20the%20trees%20get%20too%20tall%20to%20easily%20harvest%20the%20fruit%20or%20stop%20bearing%20fruit%20altogether,%20they%20are%20harvested%20for%20timber%20and%20a%20new%20generation%20of%20trees%20is%20planted.%0A%0AHarvesting%20wood%20that%20was%20previously%20burnt%20or%20left%20to%20break%20down%20naturally%20now%20provides%20extra%20income%20to%20mango%20farmers%20and%20makes%20fantastic%20furniture%0A%0AHandcrafted%20in%20India.%0A%0ASpecial%20rates%20for%20Bulk%20orders%20-%20fb%20%5B!at%5D%20FurnitureBoutiQ%0A%0AAbout%20us%3A%0A%0ASince%201984,%20we%20have%20been%20manufacturing%20handcrafted%20furniture.%20We%20specialize%20in%20solid%20wood,%20industrial,%20and%20leather%20furniture.%20Our%20furniture%20business,%20based%20in%20Jodhpur,%20has%20%22its%20origins%20in%20contemporary%20India%20but%20sells%20items%20all%20over%20the%20world.%0A%0AWe%20engage%20with%20both%20B2B%20and%20B2C%20customers%20and%20are%20open%20to%20\'made-to-order\'%20customization%20process%20for%20all%20our%20customers.%0A%0AWe%20specialize%20in%20\'client-specific\'%20furniture%20designs%20that%20are%20created%20the%20old-fashioned%20manner,%20using%20high-quality%20materials%20and%20skilled%20craftsmanship%20,%20giving%20your%20home%20a%20one-of-a-kind%20look.%20We%20create%20your%20dream%20furniture%20and%20turn%20your%20ideas%20into%20reality.%0A%0AConvey%20your%20own%20ideas%20for%20your%20furniture%20or%20browse%20through%20our%20diverse%20furniture%20designs%20and%20choose%20the%20one%20that%20best%20suits%20your%20needs.%20At%20Furniture%20BoutiQ%20you%20can%20order%20even%20a%20single%20piece%20of%20furniture%20or%20order%20in%20bulk.%20We%20collaborate%20with%20a%20number%20of%20interior%20designers%20and%20architects%20for%20their%20projects.%0A%0AImp%20Note%20%3A%0A%0A-%20These%20are%20handmade%20articles%20and%20hence%20no%202%20pieces%20are%20exactly%20the%20same.%20Slight%20imperfections%20to%20be%20expected%20which%20is%20the%20beauty%20of%20handmade%20articles.%0A%0A-%20Please%20expect%20slight%20variations%20in%20colour%20and%20texture.%0A%0A-%20We%20accept%20returns%20as%20per%20our%20shop%20policy.%20Return%20postage%20to%20be%20given%20by%20the%20buyer.%0A%0A-%20Local%20customs%20at%20the%20destination%20if%20any%20to%20be%20given%20by%20the%20buyer.%0A%0ACheckout%20more%20products%20at%20-%20FurnitureBoutiQ', 2100.78, NULL, NULL, 2400.78, 'Furniture BoutiQ Handcarved Solid Wood Console Table | Indian Furniture-88297.jpeg', 'Furniture BoutiQ Handcarved Solid Wood Console Table | Indian Furniture-12837.jpeg', 'Furniture BoutiQ Handcarved Solid Wood Console Table | Indian Furniture-57113.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-25 01:51:58', '2024-01-27 14:50:47'),
(357, 'Espresso & Cappuccino Machine', 'zRfJJyZX6', 10, '15-bar professional pressure\r\nBrew authentic barista quality beverages\r\nManual frother mixes steam and milk\r\n3-in-1 filter holder included\r\nAccommodates taller cups\r\nDishwasher-safe parts\r\nManual cappuccino system\r\nAdjustable brewing time\r\nRemovable water tank and drip tray\r\n37 fluid oz water tank capacity\r\nAccepts single, double and ESE pods\r\nSleek space-saving design', 44.80, NULL, NULL, 119.98, 'Espresso & Cappuccino Machine-76482.jpeg', 'Espresso & Cappuccino Machine-64379.jpeg', 'Espresso & Cappuccino Machine-93621.jpeg', 'Groceries', 5.0, NULL, 1, '2024-01-25 01:54:14', '2024-01-27 14:50:17'),
(358, 'Dressing Table Bedroom Makeup Table Storage Cabinet Home Furniture Bedroom Furni', 'u5xToP0f0', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: None\r\n\r\nOrigin: Mainland China\r\n\r\nPaint Technics: Spray Painting\r\n\r\nInstallation Method: Assembly\r\n\r\nMaterial: Wooden\r\n\r\nWood Style: solid wood\r\n\r\nWood Type: Oak\r\n\r\nGeneral Use: Home Furniture\r\n\r\nType: Bedroom Furniture\r\n\r\nPlace Of Origin: China\r\n\r\nAppearance: Modern Style\r\n\r\nNumber Of Drawers: 4\r\n\r\nis_customized: Yes\r\n\r\nStyle: Minimalist Modern\r\n\r\nModel Number: dressers\r\n\r\nWith Makeup Stool: Yes\r\n\r\nSpecific Use: Dresser\r\n\r\nSize: 120cm\r\n\r\nWith Mirror: Yes\r\n\r\nPacking: separately pack\r\n\r\nPattern: solid\r\n\r\nspace: TOILET\r\n\r\nsuitable: adult\r\n\r\nstyle: arctic\r\nCollapse', 1392.32, NULL, NULL, 1596.32, 'Dressing Table Bedroom Makeup Table Storage Cabinet Home Furniture Bedroom Furni-23284.jpeg', 'Dressing Table Bedroom Makeup Table Storage Cabinet Home Furniture Bedroom Furni-21894.jpeg', 'Dressing Table Bedroom Makeup Table Storage Cabinet Home Furniture Bedroom Furni-37609.jpeg', 'General furnitures', 5.0, NULL, 1, '2024-01-25 01:57:09', '2024-01-27 14:49:35'),
(359, 'Bestier TV Stand for TVs up to 70 with LED Light Entertainment Center for PS5 with Shelves Wash White', 'kixpE2gFy', 2, 'The Bestier 63-inch TV stand comes with an adjustable LED light system featuring 7 main colors and 22 dynamic modes for personalized ambiance. Its tempered glass shelves offers three adjustable height levels allowing customization to fit your storage needs. With five open compartments the led entertainment center provides ample space for your PS5 DVD router gaming devices electronics books magazines and more. Crafted from high-quality CARB P2 Wood this gaming TV stand is durable and stable. Its wash white finish adds a modern touch to your space. Cable management features to keep wires and cables organized.This TV console is suitable for 70 65 60 55 and 50-inch TV screens. Installation Video', 130.00, NULL, NULL, 299.99, 'Bestier TV Stand for TVs up to 70 with LED Light Entertainment Center for PS5 with Shelves Wash White-59127.jpeg', 'Bestier TV Stand for TVs up to 70 with LED Light Entertainment Center for PS5 with Shelves Wash White-12847.jpeg', 'Bestier TV Stand for TVs up to 70 with LED Light Entertainment Center for PS5 with Shelves Wash White-48670.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-25 01:57:58', '2024-01-27 14:48:43'),
(360, 'Pop-Tarts Wild Berry', 'dsp0dKH6Q', 7, 'Soft toaster pastries with the flavor of gooey wild berry and delicious frosting; Sweet, fully baked, and ready to eat\r\nStart your day with crumbly pastry crust and wild berry-flavored filling; A delicious, family-favorite morning treat; Great for the whole family\r\nA fun part of any balanced breakfast at home or on-the-go; Good source of 3 B vitamins; Contains wheat and soy ingredients\r\nA travel-ready food; Makes a tasty snack at work, afternoon pick me up at school, or late night treat; Stow in lunch boxes, totes, and backpacks\r\nIncludes 1, 10.159lb box containing 96 toaster pastries; 48 packages total, 2 pastries per package; Packaged for freshness and great taste', 19.16, NULL, NULL, 27.44, 'Pop-Tarts Wild Berry-21172.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 01:59:17', '2024-01-27 14:46:50'),
(361, 'AUTOPkio Portable Outdoor Shower Folding Bucket Ki', 'G44Ge3jdi', 10, 'This kit is perfect for outdoor adventures and camping trips. It includes a portable shower head and a folding bucket, making it easy to take a refreshing shower wherever you go. The shower head provides a steady stream of water, allowing you to rinse off dirt and sweat after a day of outdoor activities. The folding bucket is collapsible and lightweight, making it convenient to carry and store. It\'s a must-have for anyone who loves spending time in nature and wants to stay clean and refreshed while on the go.', 18.42, NULL, NULL, 36.84, 'AUTOPkio Portable Outdoor Shower Folding Bucket Ki-84253.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-25 02:02:06', '2024-01-27 14:45:28'),
(362, 'Valdo Tall Bathroom Cupboard White Gloss', 'nWYmAYcQ0', 18, 'Tall bathroom cupboard with 4 doors and 1 drawer. Modern column in white soft gloss with metal feet.\r\n\r\nWhite soft gloss\r\nInternal shelves included\r\n4 doors and 1 drawer\r\nH182cm, W60cm, D29cm\r\nFlat packed', 225.96, NULL, NULL, 242.96, 'Valdo Tall Bathroom Cupboard White Gloss-62926.png', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-25 02:03:16', '2024-01-27 14:44:36'),
(363, 'ExceptionalSheets Pillow Top Mattress Pad - Found in Marriott Hotels with Fitted Skirt and 18\" Deep Pockets - Supportive Pillowtop Mattress Pad Cover with Cluster Fiber - Queen Size', 'hNYwScBuU', 2, 'Cotton,polyester\r\nEXPERIENCE 5 STAR HOTEL LUXURY EVERY NIGHT - Widely used in luxury accommodation and resorts across the world, these classic mattress pads toppers feature only the highest quality materials. Unlike others, certified OEKO-TEX and CPSC Test 6 FRC Part 1632.5 flammability tested - for safety, giving you peace of mind.\r\nPLUSH, PADDED, BREATHABLE COMFORT - Experience the ultimate in plush comfort with this classic quilted pillow top mattress pad.', 40.88, NULL, NULL, 90.00, 'ExceptionalSheets Pillow Top Mattress Pad - Found in Marriott Hotels with Fitted Skirt and 18\" Deep Pockets - Supportive Pillowtop Mattress Pad Cover with Cluster Fiber - Queen Size-35855.jpeg', 'ExceptionalSheets Pillow Top Mattress Pad - Found in Marriott Hotels with Fitted Skirt and 18\" Deep Pockets - Supportive Pillowtop Mattress Pad Cover with Cluster Fiber - Queen Size-33926.jpeg', 'ExceptionalSheets Pillow Top Mattress Pad - Found in Marriott Hotels with Fitted Skirt and 18\" Deep Pockets - Supportive Pillowtop Mattress Pad Cover with Cluster Fiber - Queen Size-71712.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-25 02:03:53', '2024-01-27 14:17:03'),
(364, 'Tork Matic Soft Hand Towel Roll', 'kaKihh8NW', 10, 'Soft paper roll towels suitable for H1 Tork Matic Hand Towel Dispenser Systems: A large offering of dispensers and refills that ensure combinations to suit varying types of business needs\r\nProvides 1,136 towels/roll for the Tork Matic, 1,350 towels/roll with Intuition 8\" setting to meet high capacity needs - Designed specifically for the Tork Matic and Image Hand Roll H1 Dispensers\r\nFSC Certified for eco-conscious, low-impact washrooms: The bathroom paper towels are created with fresh fibers from sustainably managed forests\r\nErgonomic packaging with Tork Easy Handling: Reduces the risk of injuries and complicated transportation — scissor-free opening, integrated handle cut-outs and simple to dispose', 61.74, NULL, NULL, 92.75, 'Tork Matic Soft Hand Towel Roll-55360.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-25 02:04:42', '2024-01-27 14:26:24'),
(365, 'Customize Modern Red Office massage Chair Ergonomic High-Back PU Leather Audio G', 'xU9KqTnFt', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: None\r\n\r\nOrigin: Mainland China\r\n\r\nSpecific Use: Office Chair\r\n\r\nType: Office Furniture\r\n\r\nStyle: Executive Chair\r\n\r\nStyle: Lift Chair\r\n\r\nStyle: Mesh Chair\r\n\r\nStyle: Swivel Chair\r\n\r\nMaterial: synthetic leather, Synthetic Leather\r\n\r\nStyle: Swivel Chair, Lift Chair\r\n\r\nMail packing: Y\r\n\r\nDesign Style: Contemporary, Chinese\r\n\r\nMetal Type: Other\r\n\r\nBrand Name: REMA\r\n\r\nProduct Name: Ergonomic Office Gaming Racing Chair\r\n\r\nArmrest: Height Adjustable Armrest\r\n\r\nSpecific Use: Chair Gaming Gamer\r\n\r\nFunction: 360 Swivel/ Height Adjust\r\n\r\nUsage: Computer Room\r\n\r\nColor: Customized\r\n\r\nApplication: Home Office\r\n\r\nProduct Description\r\n\r\nSpecification\r\n\r\nitem\r\n\r\nvalue\r\n\r\nMaterial\r\n\r\nsynthetic leather\r\n\r\nFeature\r\n\r\nOther, Convertible, Slipcovered, Revolving, Foldable, Adjustable (height)\r\n\r\nStyle\r\n\r\nSwivel Chair\r\n\r\nMail packing\r\n\r\nY\r\n\r\nDesign Style\r\n\r\nContemporary\r\n\r\nMetal Type\r\n\r\nOther\r\n\r\nBrand Name\r\n\r\nREMA\r\n\r\nProduct Name\r\n\r\nErgonomic Office Gaming Racing Chair\r\n\r\nStyle\r\n\r\nLift Chair\r\n\r\nArmrest\r\n\r\nHeight Adjustable Armrest\r\n\r\nSpecific Use\r\n\r\nChair Gaming Gamer\r\n\r\nMaterial\r\n\r\nSynthetic Leather\r\n\r\nDesign Style\r\n\r\nChinese\r\n\r\nFunction\r\n\r\n360 Swivel/ Height Adjust\r\n\r\nUsage\r\n\r\nComputer Room\r\n\r\nColor\r\n\r\nCustomized\r\n\r\nApplication\r\n\r\nHome Office\r\n\r\nPacking Delivery\r\n\r\nnormal flat exporting standard packing or mail package\r\n\r\nCompany Profile\r\n\r\nWe are WEIFANG MR BIG INDUSTRY AND COMMERCE CO.,LTD,located in Shouguang City ,Shandong Province,we have founded since 2011,and have been exporting for aroud 10 years.and built our furniture factory(SHOUGUANG REMA WOOD CO LTD ) in 2018, We have many customers and keep well cooperation since first time corperation , we insist on the quality as the life of our business.\r\n\r\nQ1: Where are your main markets?\r\n\r\n70% of our customers are from North America and Europe, 30% from Australia, Asia and Middle East.\r\n\r\nQ2: What\'s your products range?\r\n\r\nWe mainly do home furniture, living room furniture, kids room furniture, bedroom furniture, kitchen furniture, bathroom\r\n\r\nfurniture etc.\r\n\r\nQ3: Do you test goods before delivery?\r\n\r\nYes, We have special QC to check before, during and after production.\r\n\r\nQ4: What kind of certification do you have?\r\n\r\nOur factory passed BSCI, FSC certifications. ASTM, TSCA, EN71-1-2-3, BV test report are available.\r\n\r\nQ5: Do you provide mail order packing?\r\n\r\nYes, we provide mail order packing: 1 set brown carton.(180 lb carton, 4 side L shape paper corner protect 6 side\r\n\r\nprotect foam)\r\n\r\nQ6: How about your MOQ?\r\n\r\nAs usual, per item MOQ is 100 sets.\r\n\r\nQ7: Can you do a sample for me?\r\n\r\nYes, we can make sample for you. and the sample charge will refund for you after placed more than 300 sets order.\r\n\r\nAbout Our Company\r\n\r\nShouguang Rema Home Furnishing Team was founded in 2011, and the company was formally established in 2019. The factory is located in Daotian Town, Shouguang, covering an area of 15,000 square meters. It has a variety of modern furniture manufacturing equipment and is a modern enterprise integrating design, manufacturing and sales. Rema has been focusing on the home furnishing industry for decades, and its products cover many categories such as plates, furniture, home building materials, etc., with customers all over Asia, Europe, North America, Oceania, Africa and other regions.\r\n\r\n15000 m2 Workshop.\r\n\r\nMost advanced, High Efficiency.\r\n\r\nHigh Quality.High Standard\r\n\r\nWe have obtained SGS,BV,FSC,TSCA\r\n\r\nand other international certificates\r\nCollapse', 700.00, NULL, NULL, 761.91, 'Customize Modern Red Office massage Chair Ergonomic High-Back PU Leather Audio G-81603.jpeg', 'Customize Modern Red Office massage Chair Ergonomic High-Back PU Leather Audio G-97007.jpeg', 'Customize Modern Red Office massage Chair Ergonomic High-Back PU Leather Audio G-56640.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-25 02:07:37', '2024-01-27 14:41:27'),
(366, 'Classico Family Favorite', 'hrRSw944A', 7, 'Once 24 oz. jar of Classico Family Favorites Traditional Smooth & Rich Pasta Sauce\r\nClassico Family Favorites Traditional Smooth & Rich Pasta Sauce delivers authentic Italian flavor to your family\'s favorite recipes\r\nMade with half a cup of vegetables per serving and the perfect fusion of tomato puree, basil and a hint of spice\r\nJust simmer and serve our ready-to-use sauce with your favorite pasta\r\nOur pasta sauce is gluten free\r\nA delicious traditional red sauce for your baked ziti, chicken parmesan or spaghetti and meatballs\r\nPackaged in a resealable Mason jar\r\nRefrigerate after opening', 2.05, NULL, NULL, 2.99, 'Classico Family Favorite-32339.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-25 02:10:04', '2024-01-27 14:42:04'),
(367, 'Computer Desk PC Corner Table with Bookcase Office desks 3 Drawers Study Desk fo', 'BinZHQ4QV', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: DUTRIEUX\r\n\r\nShape: Rectangular\r\n\r\nOrigin: Mainland China\r\n\r\nWith Rollers: No\r\n\r\nWith Storage: Yes\r\n\r\nWith Keyboard Shelf: Yes\r\n\r\nWith Cabinet: Yes\r\n\r\nSpecific Use: Computer Desk\r\n\r\nStyle: Laptop Desk\r\n\r\nGeneral Use: Commercial Furniture\r\n\r\nFeature: Glossy\r\n\r\nGeneral Use: Commercial Furniture\r\n\r\nType: Office Furniture\r\n\r\nMail packing: N\r\n\r\nDesign Style: Modern\r\n\r\nMaterial: Wooden, MDF\r\n\r\nAppearance: Modern\r\n\r\nWood Style: PANEL, PANEL\r\n\r\nPlace of Origin: Guangdong, China\r\n\r\nBrand Name: Bogao\r\n\r\nModel Number: BG\r\n\r\nProduct Name: Computer desk\r\n\r\nStyle: Modem\r\n\r\nColor: White\r\n\r\nSize: 1100*600*700\r\n\r\nService: OEM ODM\r\n\r\nSurface: Baking Paint\r\n\r\nCertificate: ISO9001/ISO14001\r\n\r\nSpecific Use: Office Desks\r\n\r\nProduct Description\r\n\r\nSpecification\r\n\r\nitem\r\n\r\nvalue\r\n\r\nFeature\r\n\r\nGlossy\r\n\r\nType\r\n\r\nOffice Furniture\r\n\r\nMail packing\r\n\r\nN\r\n\r\nApplication\r\n\r\nHome Office, Living Room, Bedroom, Hotel, Villia, Apartment, Office Building, Hospital, School, Workshop, Other, Gym\r\n\r\nDesign Style\r\n\r\nModern\r\n\r\nMaterial\r\n\r\nWooden\r\n\r\nPANEL\r\n\r\nMDF\r\n\r\nPlace of Origin\r\n\r\nChina\r\n\r\nGuangdong\r\n\r\nBrand Name\r\n\r\nBogao\r\n\r\nModel Number\r\n\r\nBG\r\n\r\nProduct Name\r\n\r\nComputer desk\r\n\r\nMaterial\r\n\r\nMDF\r\n\r\nColor\r\n\r\nWhite\r\n\r\nSize\r\n\r\n1100*600*700\r\n\r\nService\r\n\r\nOEM ODM\r\n\r\nSurface\r\n\r\nBaking Paint\r\n\r\nCertificate\r\n\r\nISO9001/ISO14001\r\n\r\nFAQ\r\n\r\n1. who are we?\r\n\r\nWe are based in Guangdong, China, start from 2015,sell to Mid East(17.00%),North America(16.00%),Eastern Europe(14.00%),Western Europe(12.00%),Southern Europe(10.00%),Africa(10.00%),South America(8.00%),South Asia(6.00%),Central America(2.00%),Eastern Asia(2.00%),Domestic Market(2.00%),Northern Europe(1.00%). There are total about 101-200 people in our office.\r\n\r\n2. how can we guarantee quality?\r\n\r\nAlways a pre-production sample before mass production;\r\n\r\nAlways final Inspection before shipment;\r\n\r\n3.what can you buy from us?\r\n\r\noffice desk,workstation,conference table,reception desk,partition\r\n\r\n4. why should you buy from us not from other suppliers?\r\n\r\n10 years of design experience, professional marketing team, environmentally friendly products raw materials, High-quality products; Good quality after-sales service!\r\n\r\n5. what services can we provide?\r\n\r\nAccepted Delivery Terms: FOB,CIF,EXW;\r\n\r\nAccepted Payment Currency:USD,EUR,HKD,CNY;\r\n\r\nAccepted Payment Type: T/T,MoneyGram,PayPal,Western Union,Cash,Escrow;\r\n\r\nLanguage Spoken:English,Chinese\r\nCollapse\r\nMore in store\r\n12 Inch Support Plus Pocket Spring Hybrid Mattress, Extra Firm Feel, Heavier Coi - £1,054.39 GBP\r\nDrawers Shelf Office Desk Supplies Writing Living Room Storage Computer Desks St - £1,048.78 GBP - £1,844.99 GBP\r\nDining Table Set Simple Casual Reception Office Round Table Living Room Set Luxu - £1,043.29 GBP\r\nDinning Table With 6 Chairs Nordic Minimalist Kitchen Furniture Household Light  - £1,053.49 GBP - £6,761.85 GBP\r\nChristmas Organizer Sofa Halloween Nordic Style Floor Luxury Gold Sofa Comfort D - £1,042.51 GBP - £1,883.42 GBP\r\nErgonomic Office Chair Mobile Portable Rolling Luxury Design Recliner Chair Swiv - £1,049.54 GBP - £1,133.57 GBP\r\nCustomized network command center console arc command console intelligent multim - £1,044.86 GBP\r\nModern Minimalist Modular Latex Fabric Sofa ,Small Apartment Living Room Couch - £1,044.86 GBP - £4,811.73 GBP\r\nBack to top View full site', 900.00, NULL, NULL, 1046.00, 'Computer Desk PC Corner Table with Bookcase Office desks 3 Drawers Study Desk fo-78365.jpeg', 'Computer Desk PC Corner Table with Bookcase Office desks 3 Drawers Study Desk fo-75333.jpeg', 'Computer Desk PC Corner Table with Bookcase Office desks 3 Drawers Study Desk fo-47036.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-25 02:11:48', '2024-01-27 14:39:40');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(368, 'GoFloats Unicorn Pool Float Party Tube - Inflatable Rafts, Adults & Kids', '2beBST0kg', 2, 'Enjoy the magic of summer with the fun and affordable GoFloats Unicorn Party Tube\r\nA big value for swimmers of all sizes; Measures 36\"tall x 45\" wide and accommodates 500+ pounds\r\nMade of premium UV treated raft grade vinyl that is 25% thicker than the competition for a carefree day at the pool, beach, lake, or river', 12.41, NULL, NULL, 22.99, 'GoFloats Unicorn Pool Float Party Tube - Inflatable Rafts, Adults & Kids-48185.jpeg', 'GoFloats Unicorn Pool Float Party Tube - Inflatable Rafts, Adults & Kids-96922.jpeg', 'GoFloats Unicorn Pool Float Party Tube - Inflatable Rafts, Adults & Kids-86385.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-25 02:14:56', '2024-01-27 14:25:03'),
(369, 'Granite Gold Daily Cleaner', 'SuKK0u3P6', 10, 'For everyday deep cleaning to preserve and protect your natural stone sink, countertop, floor, tile, and other surfaces; it removes grime, dirt, and debris leaving a streak-free finish and a light citrus scent\r\nSpecially formulated for granite, marble, travertine, limestone, slate, quartzite, all other natural-stone, and quartz, unlike everyday household cleaners that can damage natural stone and lead to expensive repair or replacement\r\nAvailable in an easy, ready to use spray (and refill) or disposable wipe application; the formula is pH balanced and safe for food-preparation surfaces with no strong or harmful odors, phosphates, or ammonia\r\nCreated and made in the USA by a third-generation family of stone care experts, our products are versatile and can also be used on ceramic, porcelain, and concrete\r\nUse with Granite Gold Sealer, Polish, and other formulas and accessories to provide long-lasting results; clean and protect your natural-stone and quartz surfaces in your kitchen, bathroom, and other areas of the home', 13.11, NULL, NULL, 17.00, 'Granite Gold Daily Cleaner-91743.jpeg', 'Granite Gold Daily Cleaner-55953.jpeg', 'Granite Gold Daily Cleaner-77184.jpeg', 'Groceries', 4.0, NULL, 1, '2024-01-25 02:15:09', '2024-01-27 14:34:18'),
(370, 'Bookshelf Storage Office Desk Writing Living Room Vanity Corner Computer Desks M', 'KfnXJvWQr', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: OLOEY\r\n\r\nOrigin: Mainland China\r\n\r\nWith Rollers: No\r\n\r\nApplicable Number: 10\r\n\r\nAppearance: Modern Style\r\n\r\nModel Number: Office Desk\r\n\r\nType: Office Furniture\r\n\r\nWith Keyboard Shelf: No\r\n\r\nSize: Multi-size\r\n\r\nWith Cabinet: Yes\r\n\r\nMaterial: Wooden\r\n\r\nWood Style: Panel\r\n\r\nPanel Type: Melamine\r\n\r\nSpecific Use: Office Desks\r\n\r\nGeneral Use: Commercial Furniture\r\n\r\nMaterial: manmade board\r\n\r\nTypes of wood-based panels: Particle board/melamine board\r\n\r\nIs it foldable?: no\r\n\r\nIs it customizable: yes\r\n\r\nIs it equipped with heat dissipation: no\r\n\r\nWhether the desktop is adjustable: no\r\n\r\nIs it equipped with a roller: no\r\n\r\nAssembled or not: yes\r\n\r\nLogistics: Free shipping\r\n\r\nOptional logistics: Fedex DHL UPS\r\n\r\nSelling point1: living room\r\n\r\nSelling point2: theater\r\n\r\nSelling point3: modern\r\n\r\nProduct name1: escritorios de ordenador\r\n\r\nProduct name2: mesa de escritorio\r\n\r\nProduct name3: mesa de computador\r\n\r\nUse: furniture\r\nCollapse', 905.87, NULL, NULL, 1018.97, 'Bookshelf Storage Office Desk Writing Living Room Vanity Corner Computer Desks M-39107.jpeg', 'Bookshelf Storage Office Desk Writing Living Room Vanity Corner Computer Desks M-94534.jpeg', 'Bookshelf Storage Office Desk Writing Living Room Vanity Corner Computer Desks M-26556.jpeg', 'General furnitures', 5.0, NULL, 1, '2024-01-25 02:15:56', '2024-01-27 14:36:04'),
(371, 'Lunch Bag', 'yKaLMF6uz', 10, 'This compact insulated lunch bag has a small footprint, like a mini lunch bag, and is small enough to fit in a child’s backpack or crowded office fridge. This cooler lunch bag holds a 12 oz drink, a yogurt cup, a fruit cup, a small cottage cheese container, an apple, and a frozen gel packs. The exterior pocket on this small insulated lunch box is perfect for carrying napkins, cutlery, and condiments. The removable shoulder strap adjusts to fit kids to adults. Wear on your shoulder or crossbody style. High density insulation and the heat reflective silver lining keep your food cold (or hot) in this thermal lunch box. This washable lunch bag has a water resistant lining that wipes clean with a damp sponge. Made from tear resistant 600D polyester fabric with strong zippers, this durable lunch bag is designed to last. This small lunch box measures 10 x 9.5 x 3.5 inches. Works well as a lunch bag for school, a toddler lunch box, or even as an insulated lunch bag at work. At J World New York, we stand behind our products 100%.', 8.50, NULL, NULL, 10.99, 'Lunch Bag-75223.jpeg', 'Lunch Bag-40728.jpeg', 'Lunch Bag-96683.jpeg', 'Groceries', 4.0, NULL, 1, '2024-01-25 02:20:26', '2024-01-27 14:35:04'),
(372, 'American Style Genuine Leather Lifting Chair Swivel Solid Wood Vintage Compute', 'RZzvVYu4I', 18, 'SPECIFICATIONS\r\n\r\nBrand Name: TieHo\r\n\r\nOrigin: Mainland China\r\n\r\nSpecific Use: Office Chair\r\n\r\nType: Office Furniture\r\n\r\nBackrest Height: 125mm- 800mm\r\n\r\nIs Rotatable: Yes\r\n\r\nGeneral Use: Commercial Furniture\r\n\r\nWith Handrails: YES\r\n\r\nModel Number: TH-JE230108002\r\n\r\nStyle: Lift Chair\r\n\r\nStyle: Swivel Chair\r\n\r\nWith Rollers: Yes\r\n\r\nSize: 65*65*126cm\r\n\r\nis_customized: No\r\n\r\nFolded: No\r\n\r\nMaterial: Genuine Leather\r\n\r\nAmerican Style Genuine Leather Lifting Chair Swivel Solid Wood Vintage Computer Chair Adjustable Office Chairs Home Furniture', 1900.94, NULL, NULL, 2103.94, 'American Style Genuine Leather Lifting Chair Swivel Solid Wood Vintage Compute-27959.jpeg', 'American Style Genuine Leather Lifting Chair Swivel Solid Wood Vintage Compute-48005.jpeg', 'American Style Genuine Leather Lifting Chair Swivel Solid Wood Vintage Compute-77783.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-25 02:20:51', '2024-01-27 14:19:25'),
(373, 'Pipishell Bamboo Expandable Drawer Organizer for Silverware (Natural)', 'dDa2Jb4Xm', 2, 'Pipishell Bamboo Expandable Drawer Organizer for Utensils Holder, Adjustable Cutlery Tray, Wood Drawer Dividers Organizer for Silverware, Flatware, Knives in Kitchen, Bedroom, Living Room', 12.29, NULL, NULL, 39.99, 'Pipishell Bamboo Expandable Drawer Organizer for Silverware (Natural)-79181.jpeg', 'Pipishell Bamboo Expandable Drawer Organizer for Silverware (Natural)-23584.jpeg', 'Pipishell Bamboo Expandable Drawer Organizer for Silverware (Natural)-14963.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 02:23:23', '2024-01-27 14:27:30'),
(374, '18V ONE+™ Cordless Impact Driver Starter Kit (1 x 2.0Ah)', 'RcLvAGDJI', 10, 'Product Description\r\n\r\nAs part of the Ryobi 18V ONE+™ system of over 200 cordless tools for the home, garden, automotive, crafting and much more, the Ryobi 18V ONE+™ R18ID2-120S Cordless Impact Driver Starter Kit is perfect for quickly driving and removing screws as well as fastening and loosening long screws and bolts.\r\n\r\nDesigned to deliver high torque, this cordless impact drill is ideal for many tasks that may involve fastening and loosening of wood screws, decking screws, bolts and much more that a drill would struggle to handle. With 200Nm of torque, 4x the power of a typical drill, it comes in handy for most projects. Its ¼inch quick change chuck allows fast and secure changing of screwdriving bits and ensures the bits stay locked in place during use. This impact driver features a variable speed trigger, magnetic tray and bit holder for added control and convenience.\r\n\r\nUsing the included 2ah battery, the Ryobi R18ID2-120S can drive up to 190 4x65mm decking screws on a single charge. This Starter Kit includes a 2.0h Battery and a Charger.', 120.76, NULL, NULL, 197.04, '18V ONE+™ Cordless Impact Driver Starter Kit (1 x 2.0Ah)-53722.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-25 02:27:15', '2024-01-27 14:34:01'),
(375, 'Tempur-Pedic TEMPUR-Adapt + Cooling 3\" Twin Mattress Topper (Medium)', 'EMOMxtq4I', 2, 'COOLING 3\" TWIN TOPPER: TEMPUR-Adapt + Cooling topper is ideal for getting the perfect night\'s sleep on the go or at home. 37. 8 x 74 x 2. 9 size perfectly fits a twin size mattress.\r\nSOFTEST TEMPUR MATERIAL: 3\" of exclusive TEMPUR-ES Material precisely adapts to your unique shape, weight and temperature. Instantly enhances the comfort and support of any mattress.\r\nWASHABLE COOLING COVER: Premium knit cooling cover provides cool-to-the-touch comfort after every wash. Breathable, high-stretch performance fabric.\r\nMULTI-PURPOSE: TEMPUR-Adapt + Cooling topper is easy to set up anywhere. Ideal for dorm rooms, camping, recreational vehicles, overnight guests & more.', 190.00, NULL, NULL, 419.00, 'Tempur-Pedic TEMPUR-Adapt + Cooling 3\" Twin Mattress Topper (Medium)-25659.jpeg', 'Tempur-Pedic TEMPUR-Adapt + Cooling 3\" Twin Mattress Topper (Medium)-35443.jpeg', 'Tempur-Pedic TEMPUR-Adapt + Cooling 3\" Twin Mattress Topper (Medium)-87761.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-25 02:29:10', '2024-01-27 14:26:33'),
(376, 'Amazon Basics 360 Heavy Duty', 'ZqP1EKP1s', 7, 'Includes 14 dusters and 2 handles (2 packs of 7 dusters and 1 handle)\r\nGreat for pet hair pick-up, dusting electronics, blinds, furniture and dust bunnies; picks up and traps two times more allergens than a feather duster\r\nIf you like Swiffer 360° Heavy Duty or Heavy Duty Pet Dusters, we invite you to try Amazon Basics 360° Heavy Duty Duster Kits & Refills\r\nAmazon Basics dusters are designed to fit only with provided handle\r\nAlexa voice shopping enabled: to place your next order, just say, \"Alexa, reorder Amazon Basics Duster Kit', 9.42, NULL, NULL, 14.70, 'Amazon Basics 360 Heavy Duty-38420.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-01-25 02:29:32', '2024-01-27 14:31:29'),
(377, 'De\'Longhi ECP3220 15-Bar Pump Espresso and Cappuccino Machine', 'QJB1NnpDs', 2, 'Highlights\r\n15-bar professional pressure\r\nBrew authentic barista quality beverages\r\nManual frother mixes steam and milk\r\n3-in-1 filter holder included\r\nAccommodates taller cups', 44.80, NULL, NULL, 119.98, 'De\'Longhi ECP3220 15-Bar Pump Espresso and Cappuccino Machine-75120.jpeg', 'De\'Longhi ECP3220 15-Bar Pump Espresso and Cappuccino Machine-26070.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-25 02:33:07', '2024-01-27 14:29:46'),
(378, 'Outsunny 9 X 6FT Outdoor Storage Garden Shed Sliding Door Galvanised', 'nEYApCvw4', 10, 'This garden shed is perfect for storing your outdoor equipment, tools, and supplies. The sliding door provides easy access to the spacious interior, allowing you to organize and store your items with convenience. The galvanized steel construction ensures durability and protection against the elements, making it a reliable choice for outdoor storage. With its generous size of 9 X 6FT, you\'ll have plenty of space to keep your garden essentials safe and secure. It\'s a practical addition to any garden or backyard.', 355.95, NULL, NULL, 700.00, 'Outsunny 9 X 6FT Outdoor Storage Garden Shed Sliding Door Galvanised-70723.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 02:35:21', '2024-01-27 14:25:21'),
(379, 'Godinger Cut Crystal 4 Piece Glassware Sets Collection', 'H6jPxyQRx', 2, 'The royce pattern of four highball glasses mixes horizontal line cuts with clear crystal, enhancing the glass and excitement of the entertaining experience. Other Dining Categories - Glassware & Drinkware', 7.00, NULL, NULL, 40.00, 'Godinger Cut Crystal 4 Piece Glassware Sets Collection-34077.jpeg', 'Godinger Cut Crystal 4 Piece Glassware Sets Collection-74525.jpeg', 'Godinger Cut Crystal 4 Piece Glassware Sets Collection-43508.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 02:36:57', '2024-01-27 14:22:47'),
(380, 'Downy Unstopables Paradise In wash Scent Booster Beads', 'HYnLBakoi', 7, 'Formulated with Antioxidant Technology to fight odors\r\n6X longer-lasting freshness and odor protection*\r\nSafe on all fabrics and in all washing machines\r\nParadise scent\r\nPackaging made with 50% recycled plastic', 12.32, NULL, NULL, 15.97, 'Downy Unstopables Paradise In wash Scent Booster Beads-16069.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-01-25 02:40:59', '2024-01-27 14:20:57'),
(381, 'Coleman AstroWatch 625x50 Refractor Telescope f', 'm9h7ApYdM', 1, 'Up to 468x power with 50mm objective lenses\r\nHorizontal and vertical controls with rack and pinion focusing\r\nIncludes floor standing tripod with accessory tray and interchangeable eyepieces\r\nGood for terrestrial and astronomical use\r\nIncludes Starry Night software', 23.88, NULL, NULL, 34.99, 'Coleman AstroWatch 625x50 Refractor Telescope f-37775.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 02:41:22', '2024-01-27 14:18:59'),
(382, 'BLACK+DECKER Lawn Raker', 'ooisMUlt8', 10, 'BLACK+DECKER GD300 Lawnraker\r\nThe BLACK+DECKER GD300 is a lightweight, robust lawnraker with a large capacity grass box. Its powerful 600W motor, 30 cm raking width and variable working height makes it an ideal lawnraker for the year-round maintenance of small and medium-sized gardens.', 80.40, NULL, NULL, 125.40, 'BLACK+DECKER Lawn Raker-36223.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-25 02:42:45', '2024-01-27 14:18:15'),
(383, 'Whoppers', 'Vu7AeTdY1', 10, 'Contains twelve (12) 5-ounce boxes of WHOPPERS Malted Milk Balls Candy in a bulk case\r\nKosher-certified, bulk malted milk candies in 12 sealed boxes', 10.12, NULL, NULL, 15.00, 'Whoppers-19005.jpeg', 'Whoppers-15229.jpeg', 'Whoppers-57014.jpeg', 'Groceries', 4.0, NULL, 1, '2024-01-25 02:47:01', '2024-01-27 14:16:14'),
(384, 'Einhell GC-SA 1231/1 Electric Lawn Scarifier and Aerator', 'leArxpZqj', 10, 'Details\r\nTAKE THE STRESS OUT OF GARDENING - A Combination Electric Rake And Hollow Tine Tool That Allows Quick And Easy Essential Maintenance Of Small To Medium Size Lawns And Grass Areas Of Up To 300 m²\r\nFAST REMOVAL OF WEEDS AND MOSS - The Scarifying Roller Has Eight High-Grade Stainless Steel Double Blades That Thoroughly Remove Weeds And Moss Right Down To The Roots. All Debris Is Stored In The Large Catch Bag For Simple, Tidy Disposal\r\nLET YOUR LAWN BREATHE - Simply Switch To The Aerator Roller With Its 42 Stainless Steel Claws To Effectively Aerates The Soil Whilst Protecting Your Lawn. Hours Of Back-Breaking Forking Turns To Minutes Of Effortless Work\r\nVARIABLE WORKING DEPTH - Can Be Adjusted To 3 Different Levels To Adapt To The Particular Requirements Of Your Soil And Growth. A Handy Transport Position Protects Both The Blades And The Surface Which It Is Standing On\r\n3 YEAR WARRANTY - Einhell Garden Tools Come With A 2 Year Warranty As Standard With An Extra 1 Year Available On Registration', 101.68, NULL, NULL, 165.16, 'Einhell GC-SA 1231/1 Electric Lawn Scarifier and Aerator-51288.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-25 02:47:53', '2024-01-27 14:00:02'),
(385, 'WORX WG730E 18V Battery Cordless Brushless 30cm Lawn Mower 4.0Ah Battery', '6caGVjqA4', 10, 'Details\r\nThe WORX WG730E 30cm cordless 20V Lawnmower, with a brushless motor for extra power and longevity. The mower uses one 4.0Ah WORX battery (supplied) for extra runtime. Three cutting height settings give you the cutting height you want with an easy cutting depth adjustment. \r\nThe Worx WG730E has an innovative deck design which enables the mower to cut grass close to fencing/walls, leaving a smaller uncut fringe around the edges.  Features fully foldable handles which are handy for compact storage, and a carry handle for lifting and carrying it around easily. \r\nThe WG730E lawnmower is part of the WORX 20V power share battery platform, allowing you to share the 4Ah 20V Max li-ion battery with your other WORX garden and power tools. Expand your cordless system, share batteries and save money.\r\nBrushless motor deliver longer run time and more power\r\nCut to edge Design reduces uncut grass around edges\r\n3 positions height adjustment\r\nFull foldable handles for compact storage\r\nPower Share 20V battery is interchangeable with other 20V WORX tools\r\nIncluded in your purchase:\r\nx1 WG730E\r\nx1 4.0Ah Battery Packs\r\nx1 Fast charger\r\nx1 Grass Collection Bag', 165.23, NULL, NULL, 254.20, 'WORX WG730E 18V Battery Cordless Brushless 30cm Lawn Mower 4.0Ah Battery-93777.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-25 02:57:47', '2024-01-27 14:08:41'),
(386, 'RODE RODECaster Duo Integrated Audio Production Studio', '29eEjXHbk', 16, 'For Podcasters, Streamers, and Musicians\r\n2 High-End Mic/Line/Instrument Preamps\r\n4 Faders and Vibrant Color Touchscreen\r\nMultitrack Recording to microSD or USB\r\nBuilt-In Series IV Wireless Receivers\r\nStudio-Quality APHEX Processing\r\nQuad-Core Audio Engine\r\nTwo Headphone Outputs, Stereo Line Out\r\n6 Programmable Pads for Audio, FX & MIDI\r\nDual USB Ports and Integrated Bluetooth', 400.00, NULL, NULL, 499.00, 'RODE RODECaster Duo Integrated Audio Production Studio-61734.jpg', 'RODE RODECaster Duo Integrated Audio Production Studio-72967.jpg', 'RODE RODECaster Duo Integrated Audio Production Studio-26953.jpg', 'Instruments', 4.5, NULL, 1, '2024-01-25 02:58:01', '2024-02-23 17:49:38'),
(387, 'Neumann V 402 Rackmount 2-Channel Microphone Preamplifier', 'XSsJaQ8Ls', 16, 'Handmade in Germany.\r\nRear-panel ground-lift switch.\r\nOccupies 2 RU of rack space.\r\nBalanced XLR inputs and outputs.\r\nPer-channel volume control for easy monitoring mix.\r\nUltraclean transformerless design with up to 60 dB of gain.\r\nClean studio-grade headphone amplifier (mono/stereo switchable).\r\nTwo studio-quality 1/4\" instrument inputs with very high impedance.\r\n60 Hz low-cut filter removes pops and rumble without signal degradation.\r\nSwitchable -20 dB pad for handling high-level sources up to 28 dB without distortion', 2565.00, NULL, NULL, 2799.00, 'Neumann V 402 Rackmount 2-Channel Microphone Preamplifier-83377.jpeg', 'Neumann V 402 Rackmount 2-Channel Microphone Preamplifier-24259.jpeg', NULL, 'Instruments', 4.5, NULL, 1, '2024-01-25 03:07:39', '2024-01-27 14:15:20'),
(388, 'Citizen Men\'s Eco-Drive Classic Chronograph Watch w/ Perpetual Calendar in Stainless Steel (Model: BL5566-50E)', 'twJTRoaWk', 2, 'Timeless styling that effortlessly takes you from work to play.\r\n1/20 Second Chronograph Measures up to 60 Minutes, Perpetual Calendar, Dual Time (Second Time Zone), 12/24 Hour Time, Alarm, Date\r\nSilver-Tone Stainless Steel\r\nMineral Crystal\r\n100 Meters Water Resistant and 5 Year Limited Warranty', 260.00, NULL, NULL, 525.00, 'Citizen Men\'s Eco-Drive Classic Chronograph Watch w/ Perpetual Calendar in Stainless Steel (Model: BL5566-50E)-98345.jpeg', 'Citizen Men\'s Eco-Drive Classic Chronograph Watch w/ Perpetual Calendar in Stainless Steel (Model: BL5566-50E)-49616.jpeg', 'Citizen Men\'s Eco-Drive Classic Chronograph Watch w/ Perpetual Calendar in Stainless Steel (Model: BL5566-50E)-84279.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 03:11:26', '2024-01-27 14:15:55'),
(389, 'E F NOTE EFNOTE 3 Acoustic-Style Electronic Drum Set Bundle with Audio-Technica ATH-M50x Monitor Headphones (Black)', 'NqiHVuEmK', 16, 'Quality Kit with Acoustic-Style Shells : EFD-3 Drum Module: 50 Kits & 50 Sounds\r\n12\" Three-Zone Snare, 10\" Dual-Zone Toms : 8\" Kick, 12\" Dual-Zone Floor Tom\r\n12\" Three-Zone Hi-Hat & 14\" Crashes : 16\" Three-Zone Ride with Choke\r\nHi-Hat Pedal with Weight Simulation : Multi-Sensor Pads, 360° Cymbals\r\nTouchscreen/Bluetooth/Stroke Analyzer : Headphone Out/Line Out/Aux In/USB MIDI', 2099.00, NULL, NULL, 2299.00, 'E F NOTE EFNOTE 3 Acoustic-Style Electronic Drum Set Bundle with Audio-Technica ATH-M50x Monitor Headphones (Black)-65501.jpeg', NULL, NULL, 'Instruments', 5.0, NULL, 1, '2024-01-25 03:13:39', '2024-01-27 14:10:04'),
(390, 'Mulberry Woven Cord & Silky Calf Leather Vichy Bag Strap, Lawn Green/White', 'bs8nbIsbX', 10, 'Details\r\nProduct description\r\nA woven design in seasonal colour pallet to elevate and add excitement to your bag.\r\nCaring for your Mulberry product\r\nTo ensure you get the most out of your leather product, Mulberry recommends regular care and maintenance. Using protective leather gels and/or sprays such as Collinil Leather Gel will help to improve the water resistance of certain leathers and can help leather resist dirt and moisture. Use whenever you feel the leather needs a bit of a refresh or a just little more shine.', 190.72, NULL, NULL, 502.23, 'Mulberry Woven Cord & Silky Calf Leather Vichy Bag Strap, Lawn Green/White-52726.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 03:15:16', '2024-01-27 14:03:33'),
(391, 'Electric Sonic Teeth Cleaner', 'FLw1W3SkQ', 18, 'Real Sonic Technology? Dental plaque remover tool using real sonic high-frequency vibration technology\r\n??Easy-to-Use Method?First with dental tools Go back and forth in a tiny area for a few passes and wait until you get used to the feeling. Then slowly increase the intensity to find the level that works best for you.\r\n??5 Modes 3 Head? Dental calculus remover 5 cleaning modes with different strengths to meet the needs of different teeth cleaning?3 different shapes of 304 stainless steel cleaning heads for different parts of the teeth.\r\n??IP67 Waterproof LED?The IP67 waterproof remove teeth stain tarter plaque calculus can clean the whole body, and the LED light will automatically turn on when the dental cleaner tool kit is working, illuminating the blind area of vision.\r\n??After-Sales Service? We provide customer service at any time, such as reply within 24 hours, feel free to contact us about dental tool kit cleaner quality and other questions, and are committed to providing our customers with the best experience. Welcome your inquiry?', 19.49, NULL, NULL, 25.86, 'Electric Sonic Teeth Cleaner-70088.png', 'Electric Sonic Teeth Cleaner-99838.png', 'Electric Sonic Teeth Cleaner-55660.png', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 03:20:44', '2024-01-27 14:04:37'),
(392, 'Draper 20535 230V Corded Electric Lawn Mower, 400mm, 1600W', 'spT6mKAU9', 10, 'Details\r\nAbout this item\r\nPowerful 1600W electric motor\r\nEasy to use safety-switch power lever\r\n400mm cutting width, ideal for medium-sized lawns\r\nSix cutting heights to choose from (25-75mm) using the single-lever height adjuster\r\nLarge collapsible 45L grass collection box for easy storage\r\nDraper 12 months parts and labour warranty\r\n10m long-reach power cable', 113.15, NULL, NULL, 165.26, 'Draper 20535 230V Corded Electric Lawn Mower, 400mm, 1600W-40814.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-25 03:20:53', '2024-01-27 14:06:08'),
(393, 'Yogasleep Zohne Travel White Noise Sound Machine', 'POrKvRrYD', 18, 'Select from 3 sounds to mask tinnitus and background noise for improved sleep\r\n\r\nTravel ready-compact design and dual-voltage transformer with three plug adapters\r\n\r\nAdjustable volume and tone control\r\n\r\nThe Zohne makes it easy to tune out distracting noises and enjoy a healthy night\'s sleep at home or on the road. A touch of one switch produces soothing white noise in your choice of rain, waterfall, wave (surf), and the easy slide control lets you customize the tone of your chosen soundscape. The Zohne produces full-sized sound conditioning in a more portable package; it comes ready to travel with a dual-voltage transformer and set of three plug adapters.\r\n\r\nFeatures:\r\n\r\nUp to 84dB amplification\r\nNatural White Noise featuring signature Yogasleep Sound without digital loops or recordings\r\nVolume control\r\nTone control allows you to match the tone of your tinnitus, blocking it more effectively\r\nThree sounds: rain, waterfall or wave/surf\r\nA/C powered\r\nIncludes US, EU, UK and Australian plug adaptors and travel pouch\r\nDimensions: 5 5/8\" L x 4 1/8\" H x 2 1/4\" D\r\n\r\nFeature\r\nDetails\r\n\r\nBrand\r\nYogasleep\r\n\r\nMfg part #\r\n2408400\r\n\r\nUPC\r\n036005003340\r\n\r\nWarranty\r\nOne year limited warranty\r\n\r\nColor\r\nWhite\r\n\r\nWeight (lbs)\r\n1.31\r\n\r\nBattery operated?\r\nNo\r\n\r\nCountry of Manufacture\r\nUnited States\r\n\r\nTravel / Portable\r\nYes\r\n\r\nAlarm Clock\r\nNo\r\n\r\nRadio\r\nNo\r\n\r\nBluetooth\r\nNo\r\n\r\nSmartphone Compatibility\r\n\r\niOS\r\n\r\nAndroid\r\n\r\nNo\r\n\r\nNo\r\n\r\nSound Source\r\nSpeaker\r\n\r\n# of sounds\r\n3\r\n\r\nRun Time(s)\r\n\r\nContinuous\r\n\r\n30 min\r\n\r\n60 min\r\n\r\n90 min\r\n\r\nYes\r\n\r\nNo', 101.35, NULL, NULL, 200.56, 'Yogasleep Zohne Travel White Noise Sound Machine-36418.png', 'Yogasleep Zohne Travel White Noise Sound Machine-85020.png', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-25 03:24:02', '2024-01-27 14:02:09'),
(394, 'Jumper JPD-FR202 Non-contact Infrared Thermometer', 'cw560Fc9e', 18, 'Jumper JPD-FR202 Non-contact Infrared Thermometer.Jumper Non-Contact Forehead Infrared Thermometer JPD-FR202 New In Box JPD-FR202', 13.98, NULL, NULL, 14.95, 'Jumper JPD-FR202 Non-contact Infrared Thermometer-44594.png', 'Jumper JPD-FR202 Non-contact Infrared Thermometer-51992.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 03:26:01', '2024-01-27 14:07:29'),
(395, 'Bricktales', 'DgcuNpjaC', 2, 'In LEGO® Bricktales, discover an innovative brick-by-brick building mechanic to design puzzle solutions from your own imagination. See your creations brought to life in a beautiful LEGO world where every problem has a constructive resolution.\r\nEmbark on an epic adventure across a world of beautiful LEGO diorama biomes crafted brick by brick as you search for inspiration to help your grandfather reinvigorate his rundown amusement park with your little robot buddy in tow. Your journey will take you to the deepest jungle, sun-drenched deserts, a bustling city corner, a towering medieval castle, and tropical Caribbean islands. Help the minifigures of these worlds by solving puzzles and unlock new skills throughout the story to further explore these worlds and uncover the many secrets and mysteries they contain.\r\nFrom purely aesthetic creations, such as a market stand or music box, up to functional physics-based puzzles like building a crane or gyrocopter - each diorama offers a variety of construction spots with the freedom of intuitive brick-by-brick building. In each spot you are given a set of bricks and it\'s up to you to figure out a unique build that will work. On top of specific puzzles and quests, there are additional builds in the amusement park so you can customize the rides to make them your own!', 15.00, NULL, NULL, 29.99, 'Bricktales-93403.jpeg', 'Bricktales-98455.jpeg', 'Bricktales-49509.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-25 03:28:36', '2024-01-27 14:17:04'),
(396, 'Purell Professional Surface Disinfectant 32 oz. Spray 12 Pack', 'mT7C0DRQm', 18, 'Purell Professional Surface Disinfectant 32 oz. Spray 12 Pack.', 34.65, NULL, NULL, 35.00, 'Purell Professional Surface Disinfectant 32 oz. Spray 12 Pack-85808.png', 'Purell Professional Surface Disinfectant 32 oz. Spray 12 Pack-66742.png', 'Purell Professional Surface Disinfectant 32 oz. Spray 12 Pack-91727.png', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-25 03:28:45', '2024-01-27 14:08:59'),
(397, 'Handmade Purple Earrings', 'GP5cMeT9o', 17, 'Unique Violet Dangle Earrings - Artisan Crafted Lavender Statement Jewelry - Handcrafted Drop Earrings', 28.80, NULL, NULL, 32.00, 'Handmade Purple Earrings-82085.jpeg', NULL, NULL, 'Accessories', 2.5, NULL, 1, '2024-01-25 03:32:56', '2024-01-27 14:08:15'),
(398, 'The Skywalker Saga', 'wgS1YChSF', 7, 'The galaxy is yours with Lego Star Wars: The Skywalker Saga; Play all nine saga films and experience fun filled adventure in a galaxy far, far away\r\nPlay through all 9 films in a new, fun filled adventure\r\nThe Skywalker saga', 14.99, NULL, NULL, 59.99, 'The Skywalker Saga-77318.jpeg', 'The Skywalker Saga-12732.jpeg', 'The Skywalker Saga-49898.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-25 03:33:51', '2024-01-27 14:07:12'),
(399, 'Ashthorpe Roto Tom Drum Set with Stand - 6\", 8\", 10\" Toms with Remo Heads', 'GWJuAqmsx', 16, 'Roto Tom Includes 6\", 8\", 10\" Toms with Stand\r\nGenuine Remo UT Drumheads\r\nToms Effortlessly Glide on the Track of the Crossbar\r\nAdjust the Angle of Each Tom Using the Attached Levers\r\nHeight Adjustable, Double-Braced Stand\r\nToms are All Individually Tunable By Adjusting Tension Rods\r\nChrome Hardware and Accents\r\nTuning Drum Key Included\r\nIdeal for All Musicians, Beginner to Advanced\r\nDrum Set Includes: 6\", 8\" 10\" Toms, 24\" Crossbar with Track, and Double Braced Stand\r\nDimensions: 29.5\" L x 23\" W x 34\" - 38\" H\r\nSome Assembly Required', 125.00, NULL, NULL, 134.00, 'Ashthorpe Roto Tom Drum Set with Stand - 6\", 8\", 10\" Toms with Remo Heads-13193.jpeg', NULL, NULL, 'Instruments', 5.0, NULL, 1, '2024-01-25 03:34:25', '2024-01-27 14:03:55'),
(400, 'Fairy Lily of the valley Hair Claws', '9dPTcv4Ae', 17, 'Handmade\r\nMaterials: metal\r\nGather your hair with these wonderful hairpins and make a difference👸🌸🌼🌹\r\nHanfu Hair Claw, Shark Hair Clips, Vintage Flower Hair Clip Claws, Women Hairpins, Hair Accessory, Gift', 15.90, NULL, NULL, 30.78, 'Fairy Lily of the valley Hair Claws-80515.jpeg', 'Fairy Lily of the valley Hair Claws-16834.jpeg', NULL, 'Accessories', 3.5, NULL, 1, '2024-01-25 03:37:53', '2024-01-27 14:00:13'),
(401, 'PRORECK MX10 1600W 6-channel Powered Bluetooth Mixer with 10inch Passive Speakers PA System Mixer/Amp/ Stands/Mic', 'hknT9vNUq', 16, 'PRORECK MX10 PA SYSTEM with mixer set comes with (1) 6-channel powered bluetooth mixer, (2) 10 inch passive speakes via included 1/4\" cable, (2) Rugged tripod speaker stands, (1) Wired microphone. (2) 19 Ft. 1/4\" Cable for mixer to connect passive speakers, (1) power cable, (1) manual. The set has 400 Watts RMS / 800 Watts Program Power / 1600 Watts Peak.\r\nCompact and light weight mixer delivers clear and distortion free sound. It streams audio signal to passive speakers and then deliver music to audiences. Wide frequency response (from 40-20KHz) makes it suitable for amplifying any type of audio including music or vocals. Great for wedding, meeting, speeches, churches, class teaching, gymnastics, conference, home theater, etc. Easily connect to multiple musical instruments.\r\nEasy to transport and setup: Ergonomically shaped side handles on the mixer and passive speakers for easy carrying and setup. Two rugged speaker stands are easy to fold and transport.', 256.00, NULL, NULL, 289.00, 'PRORECK MX10 1600W 6-channel Powered Bluetooth Mixer with 10inch Passive Speakers PA System Mixer/Amp/ Stands/Mic-69613.jpeg', NULL, NULL, 'Instruments', 5.0, NULL, 1, '2024-01-25 03:38:54', '2024-01-27 13:57:20'),
(402, 'Burnout Paradise Remastered', 'E4PsuZCmp', 18, 'The remaster delivers the complete original game and all additional downloadable content ever released with a range of technical enhancements for greater visual fidelity and authenticity, including high resolution textures and more. It plays natively in 1080p on the Xbox One and in stunning 4K at 60fps on the Xbox One X.\r\nBurn rubber and shred metal across the open roads of Paradise City while discovering jumps, stunts, and shortcuts. Blaze your path to glory in unique events, using your knowledge of the city to find the fastest routes and get the drop on rivals. Wreck your friends online or join forces to demolish hundreds of online challenges.\r\nThrow out that driver\'s handbook and set speed and destruction records all over town. Track how many you own, and prove your demolition dominance against your friends. Send your car launching, spinning, and scraping through the city, smashing through traffic and leaving a very expensive trail of wreckage in your rearview.', 8.99, NULL, NULL, 19.99, 'Burnout Paradise Remastered-67377.jpeg', 'Burnout Paradise Remastered-98973.jpeg', 'Burnout Paradise Remastered-20718.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-25 03:38:56', '2024-01-27 13:55:59'),
(403, 'Toro Model 20334 Lawn Mower Carburetor', 'fxGMcrKGQ', 18, 'This carburetor is specifically designed for the Toro Model 20334 Lawn Mower. It plays a crucial role in mixing air and fuel to ensure proper combustion and smooth operation of the engine. With this carburetor, you can expect optimal performance and fuel efficiency for your lawn mower. If you ever need to replace or maintain the carburetor, make sure to get the right one for your Toro Model 20334. Happy mowing!', 33.89, NULL, NULL, 68.11, 'Toro Model 20334 Lawn Mower Carburetor-86479.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 03:40:33', '2024-01-27 13:54:49'),
(404, 'Farming Simulator', 'd2qRC0xmC', 7, 'Premium-Amount of Content: Game + 7 Packs + 2 Expansions\r\nAll-New: Premium Expansion Adds Crops, Map & Machines\r\nAuthentically digitized with more details than ever, the Premium Expansion features over 35 vehicles and implements.\r\nYear 1 & Year 2 Content Included!', 39.99, NULL, NULL, 59.99, 'Farming Simulator-53040.jpeg', 'Farming Simulator-67661.jpeg', NULL, 'Video games', 3.0, NULL, 1, '2024-01-25 03:43:08', '2024-01-27 13:53:25'),
(405, 'School of Goldfish Cute Hair Claw Clip', 'rS3qK1vQV', 17, 'Handmade\r\nWho\'s an aquaholic? Secure your sassy style statement with the School of Fish from Velvet Claws! Flaunt a fantastically aquatic style', 13.95, NULL, NULL, 20.00, 'School of Goldfish Cute Hair Claw Clip-15299.jpeg', 'School of Goldfish Cute Hair Claw Clip-35878.jpeg', 'School of Goldfish Cute Hair Claw Clip-42666.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-25 03:43:10', '2024-01-27 13:52:28'),
(406, 'COUPLES BLACK METEORITE Rings', 'DfKigKuGV', 17, 'Our latest creation to come out of the Bold & Rustic Shop is this matching WEDDING RING SET. It is an 8mm and 4mm Black Sandblasted Wedding ring set, that has real meteorite placed in each channel. \r\n\r\nFirst we start with solid tungsten and mill and sandblast it down to two separate rings each to an exact 4mm or 8mm width. We then place each in the mill again and cut a channel through each one to create this one of a kind couples set. \r\n\r\nWe then take a piece of billion year old genuine Gibeon meteorite that we shave pieces off of and carefully hand place each piece of meteorite into each wedding ring. \r\n\r\nThis rings are a match set and look beautiful together. They are great as a wedding ring set, anniversary ring set, engagement ring set, or a gift just because.\r\n\r\nWHAT YOU GET?\r\n\r\n- Black Sandblasted Tungsten Carbide Wedding Band with real black meteorite inlay 8MM width\r\n- Black Sandblasted Tungsten Carbide Wedding Band with real black meteorite inlay 4MM width\r\n- 2 x Beautiful Walnut Ring Box with Cushion\r\n\r\nDETAILS OF THE RING\r\n\r\nBand Width: 8 mm & 4 mm\r\nBand Thickness: Circa 1.8 mm\r\nFit: US Comfort fit', 279.60, NULL, NULL, 699.00, 'COUPLES BLACK METEORITE Rings-60445.jpeg', 'COUPLES BLACK METEORITE Rings-51591.jpeg', 'COUPLES BLACK METEORITE Rings-39456.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-25 03:49:12', '2024-01-27 13:41:21'),
(407, 'Sleeping Dogs', 'wYeaA3XyG', 18, 'With all 24 previously available DLC extensions included and a wealth of visual improvements, Hong Kong has never felt so alive.\r\nA mature, gritty undercover cop drama where a wrong decision can blow your cover at any time.\r\nExplosive action fuelled by a seamless mix of deadly martial arts, intense gunfights and brutal takedowns.\r\nEpic high-speed thrills: Burn up the streets or tear up the sea in a vast array of exotic cars, superbikes and speedboats.', 5.28, NULL, NULL, 19.99, 'Sleeping Dogs-29491.jpeg', 'Sleeping Dogs-15525.jpeg', 'Sleeping Dogs-65035.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-25 03:52:32', '2024-01-27 13:37:55'),
(408, 'Replaces Yardman Model 13AU604H401 Riding Lawn Mower Carburetor', 'UmX6FIilm', 18, 'This carburetor is a replacement part specifically designed for your Yardman model. It\'s responsible for mixing air and fuel to ensure proper engine performance. With this carburetor, you can expect smooth operation and reliable fuel efficiency for your riding lawn mower. If you ever need to replace or maintain the carburetor, make sure to get the right one for your Yardman Model 13AU604H401. Happy mowing!', 92.79, NULL, NULL, 204.45, 'Replaces Yardman Model 13AU604H401 Riding Lawn Mower Carburetor-64203.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-25 03:52:33', '2024-01-27 13:34:28'),
(409, 'Couples Meteorite Wedding Bands', '65CFkFbL9', 17, 'Like Romeo & Juliet, your story of love is that of a fairy tail. These rings feature meteorite fallen from actual meteors. Unique and super special, just like you two.\r\n\r\nDetails:\r\nHis- 8mm Comfort Fit\r\nHers- 4mm Comfort Fit\r\nGenuine Gibeon Meteorite \r\nRose Gold Tungsten \r\nIncludes Set of 2 Rings', 349.00, NULL, NULL, 698.00, 'Couples Meteorite Wedding Bands-18656.jpeg', 'Couples Meteorite Wedding Bands-12747.jpeg', 'Couples Meteorite Wedding Bands-28137.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 03:54:16', '2024-01-27 13:50:34'),
(410, 'Ashthorpe Full-Size Dreadnought Acoustic-Electric Guitar Bundle - Premium Tonewoods - Black', 'VmpJuU9ac', 16, 'This bundle from Ashthorpe features a top-quality acoustic-electric guitar (can be played \"Acoustic\" without an amplifier, or \"Electric\" with an amplifier, not included). The guitar body is finely crafted from top-quality (A-grade) tonewoods; Spruce on top for its superior resilient and musical qualities, and Basswood (similar to Alder) is used for the back and sides for optimum tonal response and warmth. The underside of the soundboard is X-braced for superb structural integrity. The neck is constructed from marine grade Okoume which is extremely strong and balanced. The body is a full size (41\") Dreadnought design ( 4.5\" thick) which creates an unparalleled sound with a deep low end while maintaining overall tone balance.\r\n\r\nAn integrated 4-band pickup equalizer with volume control knob gives you full tonal control when plugged into an amp (not included), and features adjustment slide controls for bass, mid-range, treble and presence. Two sets of high-quality strings are included (1 set pre-installed, just tune and play; and another set as a spare). These are made from stranded steel cores wound with stainless steel and phosphor-bronze and are coated with a proprietary anti-rust coating. They\'re built-to-last and sound great, with a full and perfect blend of warm and bright tones. Professional finishing touches include premium diecast chrome tuning pegs and gorgeous high-gloss finish.\r\n\r\nThe complete set includes the 41\" Dreadnought guitar, soft gig bag, 3 celluloid guitar picks (. 46mm,. 71mm and. 81mm thick), on-board pickup EQ, instrument cable, shoulder strap and owner manual.', 82.98, NULL, NULL, 86.98, 'Ashthorpe Full-Size Dreadnought Acoustic-Electric Guitar Bundle - Premium Tonewoods - Black-12948.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-01-25 03:54:41', '2024-01-27 13:49:03'),
(411, 'Taito Milestones', 's8YuFa3Xj', 2, '10 entertaining classics from Taito\'s arcade history\r\nA bustling variety of genres and themes\r\nFrom the 80s to the 90s: Old school arcade quality!\r\nAction-packed vertical and side-scrollers, including Gun Frontier, Metal Black, and Darius II\r\nIncludes shrine maiden action title Kiki Kaikai (of Pocky & Rocky fame)', 32.02, NULL, NULL, 39.99, 'Taito Milestones-40436.jpeg', 'Taito Milestones-98463.jpeg', 'Taito Milestones-88435.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-25 03:58:11', '2024-01-27 13:44:48'),
(412, 'Couple wedding bands', '1Rsw6FRzP', 17, 'Matching wedding bands made of solid 14k gold. Elegant and gentle floral ring for bride and stylish matte brushed band for groom.\r\nThe price is for a pair of rings. Please write the sizes you need it the comments to your order. \r\n\r\n- 14k gold\r\n- her ring 3.5 mm wide\r\n- Stones options: cubic zirconia, moissanites 0.12 ct VVS/D or diamonds 0.12ct VVS2/F \r\n- his ring 5 mm wide', 729.00, NULL, NULL, 1320.00, 'Couple wedding bands-74578.jpeg', 'Couple wedding bands-96499.jpeg', 'Couple wedding bands-69310.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-25 04:01:39', '2024-01-27 13:32:07'),
(413, 'Batman The Cult #1 - 4 DC Comic Book Complete Set 1988 NM Condition First Prints', 'zdUmIh0m5', 18, 'This set includes all four issues of the comic book series, featuring Batman in a thrilling storyline called \"The Cult.\" The comics are in NM (Near Mint) condition, which means they are in excellent shape, preserving their original quality. These are the first prints, adding to their collectible value. If you\'re a Batman fan or a comic book collector, this complete set is a must-have for your collection. Happy reading!', 30.68, NULL, NULL, 44.17, 'Batman The Cult #1 - 4 DC Comic Book Complete Set 1988 NM Condition First Prints-30633.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-01-25 04:04:36', '2024-01-27 13:44:06'),
(414, 'WarioWare Move it!', 'Q6vQCAgUi', 7, 'Strike a pose with a multitude of motion-based microgames in a brand-new entry in the WarioWare series!\r\nGrab a pair of Joy-Con controllers and get moving as you gently shake, punch, dance, wiggle, and even curtsey through over 200 lightning-fast microgames (minigames that last just a few hilarious seconds). A second player can use another set of Joy-Con controllers to join the treasure-guarding, sheep-twirling fun. Up to 4 players, each with one Joy-Con controller, can laugh out loud in the local Party Mode\'s minigames like a dicey board game with Wario-style rules.', 30.44, NULL, NULL, 49.99, 'WarioWare Move it!-42513.jpeg', 'WarioWare Move it!-27250.jpeg', 'WarioWare Move it!-72367.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-25 04:06:04', '2024-01-27 13:39:12'),
(415, 'Amazing Spider-Man Free Comic Book Day 2007 CGC 9.6 1st Jackpot Marvel 2007', 'Eswg1cF7j', 18, 'This comic book features a special edition released on Free Comic Book Day in 2007. It\'s graded CGC 9.6, which means it\'s in excellent condition. This issue is particularly exciting because it introduces the character Jackpot, making it her first appearance in the Marvel universe. If you\'re a fan of Spider-Man or Marvel comics, this is definitely a cool addition to your collection. Happy reading!', 125.99, NULL, NULL, 139.99, 'Amazing Spider-Man Free Comic Book Day 2007 CGC 9.6 1st Jackpot Marvel 2007-72354.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-01-25 04:09:17', '2024-01-27 13:33:28'),
(416, 'Vintage Moissanite Marquise cut Wedding Band Rose Gold engagement band Round cut wedding ring Women promise ring anniversary bridal band', 'YFiBPIng9', 17, 'Band width: 1.4 mm\r\n▷Band Thickness: 1.3 mm\r\n▷Weight of gold: about 1.7 g (Depends on finger size)\r\n▷ Ring Head Height: about 1.6 mm\r\n\r\n◆Made of 14k /18k - Rose / White / Yellow Gold\r\n◆All sizes are available.', 181.35, NULL, NULL, 278.00, 'Vintage Moissanite Marquise cut Wedding Band Rose Gold engagement band Round cut wedding ring Women promise ring anniversary bridal band-27203.jpeg', 'Vintage Moissanite Marquise cut Wedding Band Rose Gold engagement band Round cut wedding ring Women promise ring anniversary bridal band-21758.jpeg', 'Vintage Moissanite Marquise cut Wedding Band Rose Gold engagement band Round cut wedding ring Women promise ring anniversary bridal band-27112.jpeg', 'Accessories', 5.0, NULL, 1, '2024-01-25 04:16:26', '2024-01-27 10:33:11'),
(417, 'Full Eternity Band Twisted Rope Wedding Band Women Promise Ring For Her, Infinity Wedding Bands Women, 925 Sterling Silver Eternity Rings', 'i3mCReH2R', 17, 'Handmade item\r\nMaterials: Silver\r\nGemstone: Cubic zirconia\r\nGem color: White\r\nBand color: Silver', 44.99, NULL, NULL, 56.24, 'Full Eternity Band Twisted Rope Wedding Band Women Promise Ring For Her, Infinity Wedding Bands Women, 925 Sterling Silver Eternity Rings-16336.jpeg', 'Full Eternity Band Twisted Rope Wedding Band Women Promise Ring For Her, Infinity Wedding Bands Women, 925 Sterling Silver Eternity Rings-69691.jpeg', 'Full Eternity Band Twisted Rope Wedding Band Women Promise Ring For Her, Infinity Wedding Bands Women, 925 Sterling Silver Eternity Rings-66451.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-25 04:21:53', '2024-01-27 13:32:34'),
(418, 'Moissanite engagement ring set rose gold engagement ring Vintage Unique Bridal set Diamond wedding Curved Anniversary Promise ring gift', 'MFBXP5zcw', 17, 'Moissanite engagement ring set rose gold engagement ring Vintage Unique Bridal set Diamond wedding Curved Anniversary Promise ring gift', 422.00, NULL, NULL, 854.00, 'Moissanite engagement ring set rose gold engagement ring Vintage Unique Bridal set Diamond wedding Curved Anniversary Promise ring gift-70716.jpeg', 'Moissanite engagement ring set rose gold engagement ring Vintage Unique Bridal set Diamond wedding Curved Anniversary Promise ring gift-98028.jpeg', 'Moissanite engagement ring set rose gold engagement ring Vintage Unique Bridal set Diamond wedding Curved Anniversary Promise ring gift-99380.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 04:27:58', '2024-01-27 13:31:24'),
(419, 'Dough sheeter Electric 19.7inches for home use and cafe, dough roller, pastry sheeter,', 'E5qZOnW13', 17, 'The electric dough sheeter TN0720 15.5inches with an electrical drive is designed for rolling out various types of dough (pizza dough, pizza base, massa pizza, puff pastry, bread molder, pie crust, chapati sheet, danish, raviolis, cookies etc.)\r\n\r\nTN0720 is designed in accordance with the necessary safety rules, mechanical and sanitary-hygienic standards. The dough sheeter has a compact size (550x350x350 mm or 23.5x13.8x13.8 inches), - Dimensions: 650x350x350 mm or 25.5x13.8x13.8 inches and an electric drive with a chain drive (no tension belts) will allow you to use it effortlessly.', 845.00, NULL, NULL, 1130.00, 'Dough sheeter Electric 19.7inches for home use and cafe, dough roller, pastry sheeter,-50734.jpeg', 'Dough sheeter Electric 19.7inches for home use and cafe, dough roller, pastry sheeter,-21363.jpeg', 'Dough sheeter Electric 19.7inches for home use and cafe, dough roller, pastry sheeter,-76719.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 08:58:38', '2024-01-27 13:28:46'),
(420, 'KA Caddy base for the KitchenAid® Tilt-Head mixer.', 'H2d8AcVTS', 17, 'The KACaddy is currently only available for the KitchenAid(R) \"Tilt-Head\" Stand mixer. It is NOT for the larger \"Bowl-Lift\" mixer and it is NOT for the smaller \"Mini\".\r\n\r\nThe KACaddy 3 week Guarantee\r\nGuaranteed that after using the KACaddy for 3 weeks you will love it so much that no one could take it away from you. And soon you will be writing sparkling revues like so many others have.\r\n\r\nThe Kitchen Accessory Caddy for the KitchenAid® Tilt-Head mixer. Move your KitchenAid® tilt-head mixer throughout your kitchen using our sturdy KA Caddy. This elegant and unobtrusive Caddy goes under your mixer and stays there. The built-in handle makes it easy to lift, carry and move your heavy mixer. The felt pads on the bottom of the Caddy make sliding effortless. It only slides and moves when you want it to!', 40.34, NULL, NULL, 83.69, 'KA Caddy base for the KitchenAid® Tilt-Head mixer.-39006.jpeg', 'KA Caddy base for the KitchenAid® Tilt-Head mixer.-93711.jpeg', 'KA Caddy base for the KitchenAid® Tilt-Head mixer.-89132.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 09:12:56', '2024-01-27 13:26:58'),
(421, 'Handmade Solid Copper Teapot Stovetop | 1.6 Quarts (1.5 Liter) 100% Copper Kettle Kitchen Utensil - Shiny Finish', 'GM7FHTNqo', 17, 'Italian Style Solid Copper Teapot Stovetop, 1.6 Quarts (1.5 Liter) / 100% Copper Kettle Kitchen Utensil / Hammered Finish\r\n\r\nPRODUCT MEASUREMENT\r\nVolume: 1500 ml\r\nWidth (inch) 7\r\nHeight (inch) 7', 107.40, NULL, NULL, 179.00, 'Handmade Solid Copper Teapot Stovetop | 1.6 Quarts (1.5 Liter) 100% Copper Kettle Kitchen Utensil - Shiny Finish-30251.jpeg', 'Handmade Solid Copper Teapot Stovetop | 1.6 Quarts (1.5 Liter) 100% Copper Kettle Kitchen Utensil - Shiny Finish-67443.jpeg', NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-25 10:32:19', '2024-01-27 13:28:45'),
(422, 'Set of 3 1:6 Scale Toaster Miniature Filter Coffee Machine Mini Kettle for Doll Dollhouse Kitchen Decor 1/6 Scale Appliances', 'j3ZgvpB2H', 17, 'Listing including 1 miniature toaster & 1 miniature filter coffee machine & 1 miniature kettle.(Set of 3)\r\n\r\nMaterial: Metal & Plastic\r\n\r\nApprox. Size ( CM)\r\n\r\nCoffee Machine\r\n3.9 (L) X 3.6 (W) X 5.5(H) \r\n\r\nToaster\r\n4.7 (L) X 3 (W) X 3.1(H) \r\n\r\nKettle\r\n3.7 (L) X 2.9 (W) X 4.3(H)', 49.00, NULL, NULL, 70.58, 'Set of 3 1:6 Scale Toaster Miniature Filter Coffee Machine Mini Kettle for Doll Dollhouse Kitchen Decor 1/6 Scale Appliances-67990.jpeg', 'Set of 3 1:6 Scale Toaster Miniature Filter Coffee Machine Mini Kettle for Doll Dollhouse Kitchen Decor 1/6 Scale Appliances-83816.jpeg', 'Set of 3 1:6 Scale Toaster Miniature Filter Coffee Machine Mini Kettle for Doll Dollhouse Kitchen Decor 1/6 Scale Appliances-63019.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-25 10:38:29', '2024-01-27 13:25:37');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(423, 'Stainless Steel 5Style Fried Egg,kitchen and dining,storage kitchen,cooking utensils,kitchen accessories, handmade set for home', '35tSb5A7q', 17, 'Materials: Aluminum, Ceramic, Iron, Plastic, Steel\r\nStainless Steel 5Style Fried Egg,kitchen and dining,storage kitchen,cooking utensils,kitchen accessories, handmade set for home,freeshipping\r\n\r\nPackage Included:\r\n1X Stainless Steel Fried Egg Shaper Pancake Mould Mold Kitchen Cooking Tools', 14.45, NULL, NULL, 20.00, 'Stainless Steel 5Style Fried Egg,kitchen and dining,storage kitchen,cooking utensils,kitchen accessories, handmade set for home-31243.jpeg', 'Stainless Steel 5Style Fried Egg,kitchen and dining,storage kitchen,cooking utensils,kitchen accessories, handmade set for home-38544.jpeg', 'Stainless Steel 5Style Fried Egg,kitchen and dining,storage kitchen,cooking utensils,kitchen accessories, handmade set for home-62982.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 10:44:05', '2024-01-27 13:24:57'),
(424, 'Bundle Sale re-ment Dollhouse Miniature Home Appliance Coffee maker, TV set, Kitchen Hot plate, Iron set, Weighing scales, hair dryer & etc', 'uAo4Aicsz', 17, 'Highly detailed beautiful re-ment miniature appliance. You\'ll get everything shown on pictures.\r\n\r\nSize: Iron length 3cm, Iron board length 9cm, TV total height 6.5cm, TV stand height 4.5cm, Coffee machine total height 3.5cm.\r\n\r\nCondition: TV set, Coffee machine, Weighing scales, body fat monitor, hair dryer, curling comb and Hot plate are brand new.\r\n\r\nIron set - displayed set minor scratches overall is the beauty goods.', 50.00, NULL, NULL, 80.54, 'Bundle Sale re-ment Dollhouse Miniature Home Appliance Coffee maker, TV set, Kitchen Hot plate, Iron set, Weighing scales, hair dryer & etc-50180.jpeg', 'Bundle Sale re-ment Dollhouse Miniature Home Appliance Coffee maker, TV set, Kitchen Hot plate, Iron set, Weighing scales, hair dryer & etc-41217.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 10:49:29', '2024-01-27 13:23:51'),
(425, 'Electric Dumpling Artifact Automatic Easy Dumpling Maker Machine Kitchen Household', 'tC7Xc4Hou', 17, 'Revolutionize your kitchen experience with our Electric Dumpling Artifact – the ultimate Automatic Easy Dumpling Maker Machine! Effortlessly create perfect dumplings at the touch of a button, saving you time and energy in the kitchen. This innovative appliance is designed for busy households, ensuring you can enjoy delicious homemade dumplings without the hassle.', 37.50, NULL, NULL, 44.86, 'Electric Dumpling Artifact Automatic Easy Dumpling Maker Machine Kitchen Household-56658.jpeg', 'Electric Dumpling Artifact Automatic Easy Dumpling Maker Machine Kitchen Household-72717.jpeg', 'Electric Dumpling Artifact Automatic Easy Dumpling Maker Machine Kitchen Household-95306.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-25 10:54:00', '2024-01-27 13:23:02'),
(426, 'Yeti Hopper 12 Half Tray - Keep Phone Cool / Food / 30+ Colors!', 'rXUEfysTL', 17, 'I built this because I wanted it for myself and thought others might want one as well. I use it to keep my phone from over heating at the pool, keep food cool, etc. It has a friction fit.\r\n\r\nSPECIAL VARIATIONS ADDED:\r\nRainbow - $30 Amazing Look!', 15.00, NULL, NULL, 19.40, 'Yeti Hopper 12 Half Tray - Keep Phone Cool / Food / 30+ Colors!-28950.jpeg', 'Yeti Hopper 12 Half Tray - Keep Phone Cool / Food / 30+ Colors!-68643.jpeg', 'Yeti Hopper 12 Half Tray - Keep Phone Cool / Food / 30+ Colors!-93863.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-25 10:58:59', '2024-01-27 13:22:05'),
(427, 'Gym Mate Magnetic Water Bottle Sleeve. Attaches Magnetically to Metal Surface. Accessory Pockets for Cell Phones, Key, Cards, Headphones.', 'pevbiEwN0', 17, 'BOTTLE ALWAYS WITHIN REACH: Magnetically attaches to any metal surface in the gym, so you never have to worry about where to place your bottle. Keep your water bottle and personal items within reach and never lose sight of them. Your bottle is off the floor, and there is no need to bend over to pick it up.\r\nSTABLE & SECURE: Powerful magnets will securely hold your water bottle and accessories so they will never fall. Non-slip neoprene body keeps your water bottle secure while you work out.', 29.99, NULL, NULL, 40.63, 'Gym Mate Magnetic Water Bottle Sleeve. Attaches Magnetically to Metal Surface. Accessory Pockets for Cell Phones, Key, Cards, Headphones.-30301.jpeg', 'Gym Mate Magnetic Water Bottle Sleeve. Attaches Magnetically to Metal Surface. Accessory Pockets for Cell Phones, Key, Cards, Headphones.-24719.jpeg', 'Gym Mate Magnetic Water Bottle Sleeve. Attaches Magnetically to Metal Surface. Accessory Pockets for Cell Phones, Key, Cards, Headphones.-46506.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-25 11:03:31', '2024-01-27 13:10:19'),
(428, 'Pair of Valve Covers From 2005 Jeep Liberty 3.7 53021938AA', 'P3VCiDknJ', 18, 'Hey Pharellposhy! Let me describe the pair of valve covers from a 2005 These valve covers are specifically designed for the 3.7-liter engine in the 2005 Jeep Liberty. They play a vital role in sealing the top of the engine and protecting the valves and other internal components. If you need to replace or maintain the valve covers for your Jeep Liberty, make sure to get the correct part number to ensure a proper fit. Happy Jeeping!', 89.95, NULL, NULL, 105.66, 'Pair of Valve Covers From 2005 Jeep Liberty 3.7 53021938AA-25049.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-25 11:11:30', '2024-01-27 13:27:32'),
(429, 'Natural Amethyst Beads 5 L 778 Ct Carved Melon Purple Gemstone Vintage Necklace', '3jIPVCjTp', 18, 'This necklace features beautifully carved melon-shaped purple gemstone beads. The necklace is approximately 5 inches long and has a total carat weight of 778. It\'s a stunning piece of jewelry that showcases the natural beauty of amethyst. If you\'re looking for a unique and vintage addition to your jewelry collection, this necklace is definitely worth considering. It would make a great statement piece for any occasion. Happy accessorizing!', 333.91, NULL, NULL, 351.48, 'Natural Amethyst Beads 5 L 778 Ct Carved Melon Purple Gemstone Vintage Necklace-80862.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-25 11:20:04', '2024-01-27 13:23:47'),
(430, '3 Pack Gator Cases Double-Layer Aerosol Cover with MERV-13 Filter for Trumpet/Cornet, Alto/Tenor Sax, Bass Clarinet; Fits Bell Sizes Ranging from 4 to 5-Inches - GBELLCVR0405BK', '3Itht39nm', 16, 'Elastic Closure & Cord Lock Keeps Mask Secured to Bell Opening\r\nBreathable Design with Little to No Back Pressure or Acoustic Loss During Performance\r\nWind Instrument Double-Layer Cover for Bell Sizes Ranging from 4 to 5-Inches. Measure Your Bell Size To Ensure Proper Fit\r\nCovers Bell Opening of Instrument to Greatly Reduce the Spread of Aerosols and is Made to Meet Performing Arts Aerosol Study Recommendations', 40.00, NULL, NULL, 49.00, '3 Pack Gator Cases Double-Layer Aerosol Cover with MERV-13 Filter for Trumpet/Cornet, Alto/Tenor Sax, Bass Clarinet; Fits Bell Sizes Ranging from 4 to 5-Inches - GBELLCVR0405BK-33414.jpeg', '3 Pack Gator Cases Double-Layer Aerosol Cover with MERV-13 Filter for Trumpet/Cornet, Alto/Tenor Sax, Bass Clarinet; Fits Bell Sizes Ranging from 4 to 5-Inches - GBELLCVR0405BK-43390.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-01-25 11:34:31', '2024-01-27 13:20:34'),
(432, 'Mark Fairwhale Automatic Watch Mens Fashion Waterproof Square Tourbillon Mec', '1JQRwFYlA', 18, 'This men\'s fashion watch features a square tourbillon mechanism and is designed to be waterproof. With its automatic movement, this watch combines style and functionality. It\'s a great choice for any fashion-conscious individual who appreciates the precision of a tourbillon. Whether you\'re dressing up for a special occasion or adding a touch of sophistication to your everyday look, this watch is sure to make a statement. Stay stylish and punctual!', 202.42, NULL, NULL, 567.35, 'Mark Fairwhale Automatic Watch Mens Fashion Waterproof Square Tourbillon Mec-36471.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-25 11:35:30', '2024-01-27 13:19:17'),
(433, 'Beyerdynamic M90 Pro X Large-diaphragm Condenser Microphone', 'v74db45OR', 16, '34mm Capsule: High-performance 34mm true condenser capsule\r\nSuperb Performance: Reliable accompanist for every kind of session\r\nDesign and Materials: Robust design and excellent workmanship\r\nPop Filter: Double layer pop filter with flexible gooseneck\r\nShock Mount: Elastic shock mount prevents rumbling noises from interfering with your recordin', 255.99, NULL, NULL, 285.99, 'Beyerdynamic M90 Pro X Large-diaphragm Condenser Microphone-67051.jpeg', 'Beyerdynamic M90 Pro X Large-diaphragm Condenser Microphone-80088.jpeg', 'Beyerdynamic M90 Pro X Large-diaphragm Condenser Microphone-41990.jpeg', 'Instruments', 3.0, NULL, 1, '2024-01-25 11:42:29', '2024-01-27 08:56:02'),
(434, 'KUPPET Air Fryer 5.8 QT, 1700W Stainless Steel Electric Air Fryers Oven Black', 'bRH2MrhPa', 17, 'KUPPET 8-in-1 Oil-Free Electric Hot Air Fryer 5.8L\r\n\r\nThe Kuppet Air Fryer cooks food quickly with a reduced amount of oil and fumes that comes with traditional deep drying. Prepare your favorite fried foods with the same crispy, delicious flavor using little to no oil. Whether your food is fresh or frozen, you can air fry chicken wings, chicken breast, sweet potatoes, steak, fresh fries and more with the press of a button. When you\'re done, cleanup is just as easy with non-stick, dishwasher-safe baskets.', 116.37, NULL, NULL, 230.76, 'KUPPET Air Fryer 5.8 QT, 1700W Stainless Steel Electric Air Fryers Oven Black-49576.jpeg', 'KUPPET Air Fryer 5.8 QT, 1700W Stainless Steel Electric Air Fryers Oven Black-77619.jpeg', 'KUPPET Air Fryer 5.8 QT, 1700W Stainless Steel Electric Air Fryers Oven Black-40852.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-25 11:44:01', '2024-01-27 08:53:00'),
(435, '1/2 TW Solitaire Greek Style 14k White Gold Diamond Wedding', 'QwQVLiRQq', 18, 'This stunning ring features a solitaire diamond in a Greek-inspired design. The diamond has a total weight of 1/2 carat, adding a touch of elegance and sparkle to the ring. Crafted in 14k white gold, this ring is a beautiful choice for your wedding day or any special occasion. It\'s a timeless piece that symbolizes love and commitment.', 1699.99, NULL, NULL, 2050.00, '1/2 TW Solitaire Greek Style 14k White Gold Diamond Wedding-97328.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-25 11:44:34', '2024-01-27 08:51:53'),
(436, 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls', 'jlb17kOYw', 13, 'Vintage from the 1960s\r\nA must have decor item for your vintage kitchen! \r\nThis little hand/stand mixer is adorable and gives nothing but cool retro vibes.\r\n\r\nAvocado green Iona hand/stand mixer. Hand set can come off of the stand to use alone.\r\nMotor works when plugged in but can\'t seem to fit the beaters in. \r\nComes with hand mixer, stand, 2 beaters, 2 sizes of clear glass mixing bowls and power cord.\r\n\r\nWould look great on a shelf as a decor piece or a prop in a show, if you can\'t get the beaters to click in.\r\nMixer itself is in good vintage condition. Bowls are in excellent vintage condition.', 69.20, NULL, NULL, 74.61, 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls-74502.jpeg', 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls-81913.jpeg', 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls-15415.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-25 11:50:40', '2024-01-26 15:44:41'),
(437, 'Shure - MV88+ Stereo USB Condenser Microphone', '0uqNl4W9G', 16, 'Record any instrument or vocals with ease using the MV88+ Stereo USB Microphone and configure the microphone to suit any\r\nrecording situation.\r\nConnect to your Mac or Windows computer and download the free ShurePlus MOTIV™ Desktop App to configure the microphone to suit any given recording situation; adjust microphone settings such as EQ, Monitor Mix, Limiter,\r\nCompression, pick-up pattern (Mono, Stereo, Bi-Directional, and Raw Mid-Side) or pick from 5x DSP preset modes to get started\r\ninstantly.\r\nMonitor your recording using the built-in headphone output to ensure your sound is perfect at all times.\r\nEmbrace the power of one microphone.', 235.00, NULL, NULL, 249.00, 'Shure - MV88+ Stereo USB Condenser Microphone-71318.jpeg', 'Shure - MV88+ Stereo USB Condenser Microphone-70558.jpeg', NULL, 'Instruments', 2.5, NULL, 1, '2024-01-25 11:51:40', '2024-01-26 11:19:55'),
(438, '18K Yellow Gold Diamond Charm 11.5g Fine Jewelry Ruby Color Stone Scarab Beetle', 'oBtvM9v6L', 18, 'This fine jewelry piece features a scarab beetle design with a ruby-colored stone. Made from 18K yellow gold, this charm is not only beautiful but also durable. The charm weighs approximately 11.5 grams and is adorned with sparkling diamonds, adding an extra touch of elegance. It\'s a unique and eye-catching piece that would make a great addition to any jewelry collection. Happy accessorizing!', 1376.05, NULL, NULL, 2630.00, '18K Yellow Gold Diamond Charm 11.5g Fine Jewelry Ruby Color Stone Scarab Beetle-85786.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-25 11:52:26', '2024-01-26 15:43:51'),
(439, 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls', 'sq1TuE4TX', 17, 'Vintage from the 1960s\r\nA must have decor item for your vintage kitchen! \r\nThis little hand/stand mixer is adorable and gives nothing but cool retro vibes.\r\n\r\nAvocado green Iona hand/stand mixer. Hand set can come off of the stand to use alone.\r\nMotor works when plugged in but can\'t seem to fit the beaters in. \r\nComes with hand mixer, stand, 2 beaters, 2 sizes of clear glass mixing bowls and power cord.\r\n\r\nWould look great on a shelf as a decor piece or a prop in a show, if you can\'t get the beaters to click in.\r\nMixer itself is in good vintage condition. Bowls are in excellent vintage condition.', 65.94, NULL, NULL, 81.53, 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls-88729.jpeg', 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls-30180.jpeg', 'Vintage Avocado Iona Hand/Stand Mixer with Two Mixing Bowls-58720.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-25 11:58:24', '2024-01-26 10:22:30'),
(440, 'Rybozen Wireless Microphone Karaoke Mixer System, Dual Handheld Wireless Microphone for Karaoke, Smart TV, PC, Speaker, Amplifier, Church, Wedding - Support HDMI, AUX In/Out', 'F90gHggda', 16, 'Karaoke Microphone for TVThe Karaoke Microphone Set output the mixed audio signals to Smart TV, home theater system or other sound system via HDMI or 3.5mm Aux in/out. Ideal for home karaoke, DJ music, house party, school and church, you can easily enjoy instant karaoke.\r\nWireless Microphone SystemThe karaoke mixer includes 2 handheld wireless microphones and 2 wired microphone inputs interface. You can plug in additional wired microphones if you needed. Separate volume control for each wireless mic.\r\n100Ft Wireless Operating RangeRybozen wireless microphone karaoke Set has a UHF Wireless Use Range of Up to 100Ft. With several adjustable frequencies per UHF mic, it has stronger anti-interference ability. You can dance while singing and interact with friends and family.\r\nClear and Pristine Sound QualityThe receiver has 5 rotatable dials to quickly adjust the volume of music, mic, echo and tone to your desired level.', 80.99, NULL, NULL, 89.99, 'Rybozen Wireless Microphone Karaoke Mixer System, Dual Handheld Wireless Microphone for Karaoke, Smart TV, PC, Speaker, Amplifier, Church, Wedding - Support HDMI, AUX In/Out-30659.jpeg', 'Rybozen Wireless Microphone Karaoke Mixer System, Dual Handheld Wireless Microphone for Karaoke, Smart TV, PC, Speaker, Amplifier, Church, Wedding - Support HDMI, AUX In/Out-34069.jpeg', 'Rybozen Wireless Microphone Karaoke Mixer System, Dual Handheld Wireless Microphone for Karaoke, Smart TV, PC, Speaker, Amplifier, Church, Wedding - Support HDMI, AUX In/Out-20728.png', 'Instruments', 3.0, NULL, 1, '2024-01-25 12:01:19', '2024-01-26 10:20:19'),
(441, 'KitchenAid Attachments Holder for Standard Attachments and Rasp Attachments Stand Storage Stowing Storage 3D NEW', 'gGZWWrfnJ', 17, 'KitchenAid attachments Holder for standard attachments and rasps Attachments Stand Storage Stow Store 3D NEW\r\n\r\nNo drilling or gluing to your beautiful kitchen!!!\r\n\r\nThis is a holder for storing attachments for KitchenAid.\r\n\r\nThe holder offers space for six elements as well as the attachment to use the rasp/grater.', 37.57, NULL, NULL, 50.64, 'KitchenAid Attachments Holder for Standard Attachments and Rasp Attachments Stand Storage Stowing Storage 3D NEW-52924.jpeg', 'KitchenAid Attachments Holder for Standard Attachments and Rasp Attachments Stand Storage Stowing Storage 3D NEW-29920.jpeg', 'KitchenAid Attachments Holder for Standard Attachments and Rasp Attachments Stand Storage Stowing Storage 3D NEW-32804.jpeg', 'Home appliances and utensils', 2.5, NULL, 1, '2024-01-25 12:04:12', '2024-01-26 10:21:48'),
(442, 'Rode Microphones Wireless GO II Compact Microphone System with 2x Tx & 1x Rx', '4s0u9CJ61', 16, 'Dual channel wireless microphone system\r\nSeries IV 2.4GHz digital transmission, 128-bit encryption\r\n3.5mm TRS analog output, USB-C and iOS compatible digital audio output\r\nIn-built rechargeable lithium-ion battery - up to 7 hours battery life\r\nAbility to switch between mono or stereo output\r\n200m transmission range (line of sight)', 200.00, NULL, NULL, 219.99, 'Rode Microphones Wireless GO II Compact Microphone System with 2x Tx & 1x Rx-43401.jpeg', 'Rode Microphones Wireless GO II Compact Microphone System with 2x Tx & 1x Rx-13244.jpeg', 'Rode Microphones Wireless GO II Compact Microphone System with 2x Tx & 1x Rx-94504.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-25 12:07:41', '2024-01-26 10:19:30'),
(443, 'Audio Technica AT2020 Condenser Studio Microphone Bundle with Pop Filter and XLR Cable', '7cOrE90kN', 16, 'Specially Priced Package includes Audio Technica AT2020 with all items as packaged by Audio Technica, PLUS:\r\n(1) Pop Filter to filter out plosives while recording vocals or speech\r\n(1) 20 ft. Balanced XLR Microphone cable for connecting the microphone to a recording interface or mixer.\r\nReminder: This microphone is NOT equipped with USB and will require a microphone preamp with 48v Phantom Power. For the USB version of this mic, see the Audio-Technica AT2020 USB.\r\nSonic Sense One-Year Extended Warranty Adds One Year to Manufacturer\'s Warranty', 175.61, NULL, NULL, 181.61, 'Audio Technica AT2020 Condenser Studio Microphone Bundle with Pop Filter and XLR Cable-41761.jpeg', 'Audio Technica AT2020 Condenser Studio Microphone Bundle with Pop Filter and XLR Cable-55983.jpeg', 'Audio Technica AT2020 Condenser Studio Microphone Bundle with Pop Filter and XLR Cable-75463.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-25 12:14:29', '2024-01-26 10:18:41'),
(444, 'KEHIPI Mini Wireless Lavalier Lapel Microphone for iPhone, iPad - with 500mAh Charge Case & 30Hrs Playtime, 2 Pack Clip-On Small Mic for Tiktok, YouTube, Podcast, Vlog, Video Recording, Live Streaming', 'y8lkV3f5V', 16, 'Auto Noise Canceling Wireless Microphone - professional lavalier microphone that\'s more sensitive than the Bluetooth microphone, featuring advanced automatic noise canceling technology that captures your voice with 360-degree clarity, even capture every word, every nuance, and every emotion. whether you\'re conducting an interview or creating captivating content, ensuring these stand out from the crowd!\r\nReliable Battery Life - Lavalier microphone for iPhone comes with a powerful 500mAh charging case that ensures up to 30 hours of continuous usage. Plus, the digital battery indicator keeps you informed about the battery level, so you\'re never caught off guard.\r\nClip-On Mini Mic Design - clip-on lapel microphone features a compact and lightweight design, which effortlessly blends into your attire, providing unobtrusive audio capture while granting you the freedom to express yourself naturally and without distractions.\r\nMute Mode for Added Control - portable wireless phone', 30.99, NULL, NULL, 34.99, 'KEHIPI Mini Wireless Lavalier Lapel Microphone for iPhone, iPad - with 500mAh Charge Case & 30Hrs Playtime, 2 Pack Clip-On Small Mic for Tiktok, YouTube, Podcast, Vlog, Video Recording, Live Streaming-48136.jpeg', 'KEHIPI Mini Wireless Lavalier Lapel Microphone for iPhone, iPad - with 500mAh Charge Case & 30Hrs Playtime, 2 Pack Clip-On Small Mic for Tiktok, YouTube, Podcast, Vlog, Video Recording, Live Streaming-81538.jpeg', 'KEHIPI Mini Wireless Lavalier Lapel Microphone for iPhone, iPad - with 500mAh Charge Case & 30Hrs Playtime, 2 Pack Clip-On Small Mic for Tiktok, YouTube, Podcast, Vlog, Video Recording, Live Streaming-58139.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-25 12:20:12', '2024-01-26 09:09:41'),
(445, 'BeFav Electric Dough sheeter machine for home use, Automatic dough roller, Pasta Pastry Fondant Cookies Sheeter tool kitchen baker', 'DjzC43D4v', 19, 'In the new model dough sheeter, we have embodied all the wishes of our customers over the years of sales:\r\n- foot control pedal\r\n- the handle for switching the thickness of the dough can be set either to the right or to the left, as it is convenient for you\r\n- hand protection\r\n- protective stop button for a complete stop of the shafts\r\n- enlarged folding trays that are easy to hide in the lower niche under the machine\r\n- detachable power cord\r\n- reversible rotation of the shafts (the shafts can be turned back if something gets stuck)\r\n- also impeccable design.', 1195.00, NULL, NULL, 1543.00, 'BeFav Electric Dough sheeter machine for home use, Automatic dough roller, Pasta Pastry Fondant Cookies Sheeter tool kitchen baker-51245.jpeg', 'BeFav Electric Dough sheeter machine for home use, Automatic dough roller, Pasta Pastry Fondant Cookies Sheeter tool kitchen baker-92617.jpeg', 'BeFav Electric Dough sheeter machine for home use, Automatic dough roller, Pasta Pastry Fondant Cookies Sheeter tool kitchen baker-69901.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-25 12:39:11', '2024-01-26 07:11:01'),
(446, '7 inch white capacitive touch display medical equipment instrument touch display industrial computer HDMI convenient monitor', '2OSgTxgQL', 16, '7 inch white capacitive touch display medical equipment instrument touch display industrial computer HDMI convenient monitor', 151.84, NULL, NULL, 166.84, '7 inch white capacitive touch display medical equipment instrument touch display industrial computer HDMI convenient monitor-40973.jpeg', NULL, NULL, 'Instruments', 3.5, NULL, 1, '2024-01-25 12:41:17', '2024-01-26 07:10:17'),
(448, 'urecimy Super Large 21.7X15.7X7.9 Inch Silver Metal Briefcase TSA Lock Aluminum Toolbox Big Cash Case 18 Inch Notebook Briefcase Camera Case with Foam', '9Z2mMzeZe', 16, 'The briefcase is super large. The external dimension: L 21.7 inch, W 7.9 inch, H 15.7 inch. It can accomadate 18 inch or above laptop. The width is very deep and the size is super large to hold many things or heavy things.\r\nBusiness elite preference. Multi-layer pockets interior design for organization of file and laptop and other business essentials. Detachable business interior for your other things. There is also detachable sponge inside for different valuables.\r\nHi-grade aluminum magnesium alloy material. The material is lightweight and durable, anti-shock and waterproof, deformation resistance and compression resistance.\r\nM-shaped thick metal hinge. Metal foot stand and two zinc alloy lock at both sides of top.\r\nIt can be widely used in many industries. For business laptop and files, medical instrument and equipment, electronic equipment, tools, cash, car carrier...', 430.99, NULL, NULL, 460.99, 'urecimy Super Large 21.7X15.7X7.9 Inch Silver Metal Briefcase TSA Lock Aluminum Toolbox Big Cash Case 18 Inch Notebook Briefcase Camera Case with Foam-24017.jpeg', 'urecimy Super Large 21.7X15.7X7.9 Inch Silver Metal Briefcase TSA Lock Aluminum Toolbox Big Cash Case 18 Inch Notebook Briefcase Camera Case with Foam-46899.jpeg', 'urecimy Super Large 21.7X15.7X7.9 Inch Silver Metal Briefcase TSA Lock Aluminum Toolbox Big Cash Case 18 Inch Notebook Briefcase Camera Case with Foam-72918.jpeg', 'Instruments', 3.0, NULL, 1, '2024-01-25 13:02:17', '2024-01-26 07:09:19'),
(449, 'urecimy Medium 18.1X13.8X4.5 Inch Combination TSA Lock Aluminum Briefcase Metal Toolbox Cash Case 15.6 Inch Notebook Briefcase with Foam Silver', 'aagsXAAax', 16, 'The depath is 4.5 inch. The external dimension: L 18.1 inch, W 4.5 inch, H 13.8 inch. It can accomadate 13 14 15.6 16 inch laptop. The foam inside can be custom made to fit for different valuables. The foam can also be removed that left the document pocket inside to hold your business items.\r\nBusiness elite preference. Multi-layer pockets interior design for organization of file and laptop and other business essentials. Detachable business interior for your other things. There is also detachable sponge inside for different valuables.\r\nHi-grade aluminum magnesium alloy material for body and frame. The material is lightweight and durable, anti-shock and waterproof, deformation resistance and compression resistance.\r\nM-shaped thick metal hinge. Metal foot stand and two zinc alloy lock at both sides of top. Three digit TSA lock at the middle top for further secure.\r\nIt can be widely used in many industries. For business laptop and files, medical instrument and equipment,', 350.99, NULL, NULL, 364.99, 'urecimy Medium 18.1X13.8X4.5 Inch Combination TSA Lock Aluminum Briefcase Metal Toolbox Cash Case 15.6 Inch Notebook Briefcase with Foam Silver-81908.jpeg', 'urecimy Medium 18.1X13.8X4.5 Inch Combination TSA Lock Aluminum Briefcase Metal Toolbox Cash Case 15.6 Inch Notebook Briefcase with Foam Silver-26665.jpeg', 'urecimy Medium 18.1X13.8X4.5 Inch Combination TSA Lock Aluminum Briefcase Metal Toolbox Cash Case 15.6 Inch Notebook Briefcase with Foam Silver-10496.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-25 13:12:42', '2024-01-26 07:08:29'),
(450, 'Tripp Lite For Patient-Care Vicinity - UL 1363A Medical-Grade Power Strip with 6 20A Hospital-Grade Outlets, 25-ft. Cord (PS625HG20AOEM )', 'SUgE44lxR', 16, 'Supplies power to movable plug-connected components mounted to IV poles, mobile carts, crash carts and mobile medical workstations in operating rooms and patient-care areas.\r\nApproved for use in patient-care areas when properly mounted. Complies with UL 1363A specifications.\r\nFeatures six NEMA 5-20R-HG hospital-grade outlets. Features 25-ft. cord with NEMA 5-20P-HG hospital-grade plug.\r\nMounts on a wide variety of surfaces\r\nSwitchless design prevents accidental shutoff', 150.99, NULL, NULL, 168.99, 'Tripp Lite For Patient-Care Vicinity - UL 1363A Medical-Grade Power Strip with 6 20A Hospital-Grade Outlets, 25-ft. Cord (PS625HG20AOEM )-38040.jpeg', 'Tripp Lite For Patient-Care Vicinity - UL 1363A Medical-Grade Power Strip with 6 20A Hospital-Grade Outlets, 25-ft. Cord (PS625HG20AOEM )-42629.jpeg', 'Tripp Lite For Patient-Care Vicinity - UL 1363A Medical-Grade Power Strip with 6 20A Hospital-Grade Outlets, 25-ft. Cord (PS625HG20AOEM )-63843.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-25 13:24:12', '2024-01-26 07:07:55'),
(451, 'Station with portafilter holder for barista accessories from FLATE', '49UwPga9m', 19, 'Station with portafilter holder for barista accessories from FLATE®:\r\nDiscover the FLATE® Barista Stand: your station with portafilter holder for barista accessories. The optimal solution to perfectly organize your coffee corner! The perfect companion for the daily coffee routine, especially for coffee lovers with limited space. This stand is an absolute must-have that sets new standards for organizing your coffee corner and eliminates the need for wall mounting. Our holder is designed to fit all standard portafilter models including E61 machines, Sage, De\'Longhi, Bezzera, Rocket and many more.', 192.46, NULL, NULL, 250.70, 'Station with portafilter holder for barista accessories from FLATE-44512.jpeg', 'Station with portafilter holder for barista accessories from FLATE-73221.jpeg', 'Station with portafilter holder for barista accessories from FLATE-11456.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-25 13:26:14', '2024-01-26 07:07:08'),
(452, 'dough sheeter Manual, for croissant, dough roller, pasta maker, pastry sheet, pasta machine, dough sheeter', 'seAPsEdyE', 19, 'The manual dough sheeter TN0730S with a mechanical drive is designed for rolling out various types of dough (pizza dough, pizza base, massa pizza, puff pastry, bread molder, pie crust, chapati sheet, danish, raviolis, cookies etc.) Full video here: https://youtu.be/lgP4ZhbscvE TN0730 is designed in accordance with the necessary safety rules, mechanical and sanitary-hygienic standards. The dough sheeter has a compact size (550x300x200 mm or 21.6x11.8x7.9 inches), and a mechanical drive with a chain drive (no tension belts) will allow you to use it effortlessly.', 525.00, NULL, NULL, 750.00, 'dough sheeter Manual, for croissant, dough roller, pasta maker, pastry sheet, pasta machine, dough sheeter-87454.jpeg', 'dough sheeter Manual, for croissant, dough roller, pasta maker, pastry sheet, pasta machine, dough sheeter-77496.jpeg', 'dough sheeter Manual, for croissant, dough roller, pasta maker, pastry sheet, pasta machine, dough sheeter-78152.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-25 13:31:20', '2024-01-26 07:05:07'),
(453, 'Baroy Nonie Coffee Grinder With Cast Iron Hand Side Crank 6.50\"(L) x 5.75\"(W) x 11.50\"(H), Customizable Grind Settings and Catch Drawer', 'd9FGSTL1M', 17, 'Bring home a coffeehouse essential to your brewing station with our coffee grinder. These charming antique coffee grinders will have you ready to brew up gourmet coffeehouse specialties in no time. It makes a stunning display and a great conversation piece.\r\n\r\nPreserve beans\' natural flavor, aroma, texture, and oils with our manual grinders. Rotate the wheel to grind coffee beans into ground coffee for brewing. From an extra fine finish for your drip machine, to coarse for your French press. The choice is yours. The fineness of grinding coffee beans can be adjusted to your preference.', 144.27, NULL, NULL, 198.76, 'Baroy Nonie Coffee Grinder With Cast Iron Hand Side Crank 6.50\"(L) x 5.75\"(W) x 11.50\"(H), Customizable Grind Settings and Catch Drawer-86332.jpeg', 'Baroy Nonie Coffee Grinder With Cast Iron Hand Side Crank 6.50\"(L) x 5.75\"(W) x 11.50\"(H), Customizable Grind Settings and Catch Drawer-44061.jpeg', 'Baroy Nonie Coffee Grinder With Cast Iron Hand Side Crank 6.50\"(L) x 5.75\"(W) x 11.50\"(H), Customizable Grind Settings and Catch Drawer-83375.jpeg', 'Home appliances and utensils', 2.5, NULL, 1, '2024-01-25 13:37:32', '2024-01-26 07:04:26'),
(454, 'Tripp Lite 4 Outlet Medical-Grade Power Strip, 15A Hospital Grade Outlets, 6ft Cord, Safety Covers, For Patient-Care Areas (PS-406-HGULTRA)', 'mGnF0hyco', 16, 'Medical-grade power strip ideal for standalone use in all areas inside and outside of patient-care vicinities.\r\nApproved for standalone use in all patient-care vicinities. Complies with UL 60601-1 and UL 60950-1 specifications.\r\nFeatures 4 NEMA 5-15R-HG hospital-grade outlets with locking safety covers. 6 ft. cord with NEMA 5-15P-HG hospital-grade plug.\r\nExclusive, patented anti-microbial coating - 99.9% effective in inhibiting bacteria and viruses\r\nBuilt-in mounting tabs and flanges for easy installation on a variety of surfaces', 98.55, NULL, NULL, 107.55, 'Tripp Lite 4 Outlet Medical-Grade Power Strip, 15A Hospital Grade Outlets, 6ft Cord, Safety Covers, For Patient-Care Areas (PS-406-HGULTRA)-48121.jpeg', 'Tripp Lite 4 Outlet Medical-Grade Power Strip, 15A Hospital Grade Outlets, 6ft Cord, Safety Covers, For Patient-Care Areas (PS-406-HGULTRA)-70761.jpeg', 'Tripp Lite 4 Outlet Medical-Grade Power Strip, 15A Hospital Grade Outlets, 6ft Cord, Safety Covers, For Patient-Care Areas (PS-406-HGULTRA)-78246.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-25 13:39:00', '2024-01-26 07:03:22'),
(455, 'Japanese iron kettle, \"Nanbu Tekki\" \"ARARE\" (1.2L, 1.5L) / Handmade by Katsuhisa Sato(Master craftsman) / New', 'DjOC62dU1', 19, 'Nanbu Tekki (Nanbu ironware) is a representative of Made in Japan,\r\nwhich was designated as a traditional craft for the first time by the country in 1975.\r\nNanbu Tekki is handmade by a craftsman. Nanbu Tekki has a history of 1000 years.\r\nThe advanced skills and experience of the craftsmen cultivated over many years are put into it, and it’s alive.\r\nThere are more than 60 manufacturing processes, and there are 11 rough classifications,\r\nand craftsmen put their hearts and souls into each process to complete Nanbu Tekki.\r\nThese are traditional techniques that have been built up by countless craftsmen from generation to generation through repeated trial and error,\r\nand are truly the treasures of Japan that are proud of the world.', 525.00, NULL, NULL, 700.00, 'Japanese iron kettle, \"Nanbu Tekki\" \"ARARE\" (1.2L, 1.5L) / Handmade by Katsuhisa Sato(Master craftsman) / New-24289.jpeg', 'Japanese iron kettle, \"Nanbu Tekki\" \"ARARE\" (1.2L, 1.5L) / Handmade by Katsuhisa Sato(Master craftsman) / New-84733.jpeg', 'Japanese iron kettle, \"Nanbu Tekki\" \"ARARE\" (1.2L, 1.5L) / Handmade by Katsuhisa Sato(Master craftsman) / New-74003.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-25 13:41:54', '2024-01-26 05:32:37'),
(456, 'Electric Hot Pot Cooking 1.5L Portable Nonstick Pan Ramen Cooker Multi-function Noodle Pot Saucepan', '4guO9Pnrh', 19, 'SPECIFICATIONSBrand Name: ZoeydamOrigin: Mainland ChinaFunction: STEAMFunction: FryFunction: PilafFunction: DessertsFunction: ReheatMaterial: CeramicChoice: yes', 44.97, NULL, NULL, 80.63, 'Electric Hot Pot Cooking 1.5L Portable Nonstick Pan Ramen Cooker Multi-function Noodle Pot Saucepan-74038.jpeg', 'Electric Hot Pot Cooking 1.5L Portable Nonstick Pan Ramen Cooker Multi-function Noodle Pot Saucepan-26282.jpeg', 'Electric Hot Pot Cooking 1.5L Portable Nonstick Pan Ramen Cooker Multi-function Noodle Pot Saucepan-69605.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-25 13:50:27', '2024-01-26 05:31:56'),
(457, 'Focket Audiometer Headphone, Professional High-Sensitivity 3dB Audiometric Hearing Screening Headphone Air Conduction Audiometer Intelligent Hearing Tester, Easy to Use for School and Hospital', 'htoXnvyeS', 16, 'AIR CONDUCTION HEARING TESTER)] Our Audiometer Headphone with microprocessor control, result in accurate, consistent hearing tests. It\'s intelligently and ergonomically designed, easy to use.\r\n~[(HIGH-SENSITIVITY)] The Earphones are optimally designed to provide high-sensitivity, low-distortion and a wide, smooth frequency response. Suitable for all imported audiometer, providing high-sensitivity. Hands-off screening gives the operator complete control of testing procedure.\r\n~[(COMFORTABLE& PORTABLE)] Our Hearing Tester is super light! Unique instrument advances pure tone air conduction threshold and screening tests for hearing, you can take them to everywhere with you. Use for audiometer air conduction testing and screening.\r\n~[(WIDELY USE)] Our Hearing Instrument, Perfect for province, city CDC,city physical examination center, ENT department in hospital, deaf training school,driving school,hearing clinic,hearing aid speciality store, etc. Why not have a look?\r\n~[(1', 197.99, NULL, NULL, 202.99, 'Focket Audiometer Headphone, Professional High-Sensitivity 3dB Audiometric Hearing Screening Headphone Air Conduction Audiometer Intelligent Hearing Tester, Easy to Use for School and Hospital-22608.jpeg', 'Focket Audiometer Headphone, Professional High-Sensitivity 3dB Audiometric Hearing Screening Headphone Air Conduction Audiometer Intelligent Hearing Tester, Easy to Use for School and Hospital-29311.jpeg', 'Focket Audiometer Headphone, Professional High-Sensitivity 3dB Audiometric Hearing Screening Headphone Air Conduction Audiometer Intelligent Hearing Tester, Easy to Use for School and Hospital-77925.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-25 13:52:34', '2024-01-26 05:30:37'),
(458, 'Simply Genius Ballpoint Pens in Bulk - 200 Pack Retractable Office Pens - Great for Schools, Notebooks, Journals & More - Comfort Grip & Smooth Writing Medium Point Pens (200pcs, Black Ink)', 'iF0ShNt8p', 16, 'NICE & DARK. HIGH QUALITY - Enjoy a smooth writing experience with zero blots or bleed, and a faster writing speed. The standard 1.0mm medium point creates clear and vivid writing lines in premium ink, which is smooth and fast-drying. Each ball point pen will last much longer than most competing brands\r\nCOMFORTABLE & ERGONOMIC DESIGN - Our pens come with a textured soft rubber grip, so your hands will experience no fatigue. Freedom to write tirelessly page after page! The pen barrels are made from a very durable and strong plastic, that is sure to last for a long time\r\nRETRACTABLE PENS WITH A CLIP - The retractable design means you don\'t need to worry about losing the pen\'s cap. Just press lightly to use. Comes with a clip to attach the pen to notebooks, diaries, shirt pockets and so on\r\nVERSATILE - It is a great writing instrument that is suitable for schools, office supplies, colleges, homes, hospitals and more. Also makes a great gift for coworkers, friends, employee', 79.99, NULL, NULL, 84.99, 'Simply Genius Ballpoint Pens in Bulk - 200 Pack Retractable Office Pens - Great for Schools, Notebooks, Journals & More - Comfort Grip & Smooth Writing Medium Point Pens (200pcs, Black Ink)-34666.jpeg', 'Simply Genius Ballpoint Pens in Bulk - 200 Pack Retractable Office Pens - Great for Schools, Notebooks, Journals & More - Comfort Grip & Smooth Writing Medium Point Pens (200pcs, Black Ink)-61829.jpeg', 'Simply Genius Ballpoint Pens in Bulk - 200 Pack Retractable Office Pens - Great for Schools, Notebooks, Journals & More - Comfort Grip & Smooth Writing Medium Point Pens (200pcs, Black Ink)-62742.jpeg', 'Instruments', 2.5, NULL, 1, '2024-01-25 13:59:25', '2024-01-26 05:29:34'),
(459, 'NEW MODEL,Copper pot For tea,Copper kettle pot,Copper teapot kettle,Coffee Tea Makers,Stovetop copper tea,Copper Kettle,Coffee Tea Set', 'jHgptQVKU', 19, 'Handmade\r\nMaterials: COPPER, BRASS, WOOD\r\n3 Liter Capacity \r\nOnly 1 of this product was produced and it is a very special product. Made entirely of brass, the inside of the product is tin-plated.\r\n\r\nHandle Green\r\n\r\nEngraved Brass Teapot\r\nEnjoy your %100 handmade teapot\r\nThe product %100 made of brass Only the part of handle made of brass.', 750.00, NULL, NULL, 1000.00, 'NEW MODEL,Copper pot For tea,Copper kettle pot,Copper teapot kettle,Coffee Tea Makers,Stovetop copper tea,Copper Kettle,Coffee Tea Set-37076.jpeg', 'NEW MODEL,Copper pot For tea,Copper kettle pot,Copper teapot kettle,Coffee Tea Makers,Stovetop copper tea,Copper Kettle,Coffee Tea Set-18585.jpeg', 'NEW MODEL,Copper pot For tea,Copper kettle pot,Copper teapot kettle,Coffee Tea Makers,Stovetop copper tea,Copper Kettle,Coffee Tea Set-45123.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-25 14:02:13', '2024-01-26 05:28:30'),
(460, 'E7653 High Quality Chinese Natural Suet White Hetian Jade Carved Plum Flower & Magpie Handle Teapot', '0VbLy0FSR', 19, 'Vintage from before 2000\r\nHigh Quality Chinese Natural Suet White Hetian Jade Carved Plum Flower & Magpie Handle Teapot\r\n\r\nDimension:176 x 165 x 80(mm)6.93 x 6.50 x 3.15(inches) \r\n\r\nWeight:2.49lbs/1130g', 44999.00, NULL, NULL, 68450.00, 'E7653 High Quality Chinese Natural Suet White Hetian Jade Carved Plum Flower & Magpie Handle Teapot-11924.jpeg', 'E7653 High Quality Chinese Natural Suet White Hetian Jade Carved Plum Flower & Magpie Handle Teapot-47340.jpeg', 'E7653 High Quality Chinese Natural Suet White Hetian Jade Carved Plum Flower & Magpie Handle Teapot-65793.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-25 14:05:47', '2024-01-26 05:27:39'),
(461, 'Tree of Life Copper Wall Decor, Copper Tree Kitchen Backsplash Panel Suitable for Stainless Steel Kitchen Appliances, Metal Kitchen Decor', '9LYBRgmw3', 19, 'Handmade\r\nMaterials: Real Copper, Wood\r\nTree of Life Copper Wall Decor, Copper Tree Kitchen Backsplash Tile Suitable for Stainless Steel Kitchen Appliances, Metal Kitchen Decor', 194.00, NULL, NULL, 201.00, 'Tree of Life Copper Wall Decor, Copper Tree Kitchen Backsplash Panel Suitable for Stainless Steel Kitchen Appliances, Metal Kitchen Decor-53848.jpeg', 'Tree of Life Copper Wall Decor, Copper Tree Kitchen Backsplash Panel Suitable for Stainless Steel Kitchen Appliances, Metal Kitchen Decor-21590.jpeg', 'Tree of Life Copper Wall Decor, Copper Tree Kitchen Backsplash Panel Suitable for Stainless Steel Kitchen Appliances, Metal Kitchen Decor-22061.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-25 14:10:28', '2024-01-26 05:26:26'),
(462, 'Cable holder for Kitchenaid machines - Artisan / Cord Holder for Kitchenaid - Artisan / Cable Tie / incl. Nano adhesive tape', 'TiBol9gmN', 19, 'Are you also tired of the connection cable of your food processor, waffle maker or blender being in the way when you put the machine on the shelf or not in use?!\r\n\r\nThe practical cable winder helps here.\r\n\r\nSimply mount to the back of your machine with the included nano-tape (easily removable) and wrap the cord around your machine when not in use.\r\n\r\nThis makes storage in the cupboard or shelf much less complicated and easier.', 6.83, NULL, NULL, 8.70, 'Cable holder for Kitchenaid machines - Artisan / Cord Holder for Kitchenaid - Artisan / Cable Tie / incl. Nano adhesive tape-58359.jpeg', 'Cable holder for Kitchenaid machines - Artisan / Cord Holder for Kitchenaid - Artisan / Cable Tie / incl. Nano adhesive tape-61297.jpeg', 'Cable holder for Kitchenaid machines - Artisan / Cord Holder for Kitchenaid - Artisan / Cable Tie / incl. Nano adhesive tape-73740.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-25 14:14:02', '2024-01-26 05:22:03'),
(463, 'Water Fountian 3 Tier water fountain fiber material origin India', 'VBkdc4IKr', 19, 'This water fountain is made from fiber material and originates from India. With its three-tier design, it creates a beautiful and soothing water display that can add a touch of tranquility to any outdoor or indoor space. Whether you want to create a peaceful ambiance in your garden or enhance the atmosphere of your living room, this water fountain is a great choice. It\'s a stylish and unique piece that brings a touch of India\'s craftsmanship to your space. Enjoy the calming sound of flowing water!', 551.00, NULL, NULL, 839.55, 'Water Fountian 3 Tier water fountain fiber material origin India-43220.jpeg', 'Water Fountian 3 Tier water fountain fiber material origin India-18221.jpeg', 'Water Fountian 3 Tier water fountain fiber material origin India-96897.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 14:19:14', '2024-01-26 05:18:46'),
(464, 'Vintage Spartan Electric Old metal Fan Mid Century Fan, Industrial Fan, Working metal fan, old vintage, fan table top fan, 4 blades', 'kCN6a7K57', 17, 'Vintage from the 1950s\r\nMaterials: metal\r\nGift wrapping available\r\nVintage Spartan Electric Old metal Fan Mid Century Fan, Industrial Fan, Working metal fan, old vintage, fan table top fan\r\n\r\nArt Deco Fan made in Rochester New York with 3 speeds and in working condition.\r\n\r\nColor: Brown\r\nWeight: 10.5 pounds\r\n\r\n17” High top to bottom \r\nBase is 6.5\" by 9\" \r\n\r\nTable Top Model. 110 volt 60 Cycle\r\nModel: 2128-S3', 157.10, NULL, NULL, 175.00, 'Vintage Spartan Electric Old metal Fan Mid Century Fan, Industrial Fan, Working metal fan, old vintage, fan table top fan, 4 blades-48512.jpeg', 'Vintage Spartan Electric Old metal Fan Mid Century Fan, Industrial Fan, Working metal fan, old vintage, fan table top fan, 4 blades-12779.jpeg', 'Vintage Spartan Electric Old metal Fan Mid Century Fan, Industrial Fan, Working metal fan, old vintage, fan table top fan, 4 blades-37969.jpeg', 'Home appliances and utensils', 2.5, NULL, 1, '2024-01-25 14:19:25', '2024-01-26 05:16:57'),
(465, 'Adhesive Tape Ultra-Strong Double Sided Adhesive 3M Monster Tape 5M Home Appliance Waterproof Wall Stickers Home Resistant Tapes Adhesive', 'Pkuc3beTh', 19, 'Adhesive Tape Ultra-Strong Double Sided Adhesive 3M Monster Tape 5M Home Appliance Waterproof Wall Stickers Home Resistant Tapes Adhesive.\r\n\r\n\r\nSize\r\n20MM = 2 CM\r\n30MM = 3 CM\r\n\r\n1. The thickness is about 1mm.The width is about 20mm or 30mm.\r\n2. The tape is suitable for a variety of different walls, can be easily torn off, and will not damage the surface.\r\n3. The package includes: 1 PC tape.', 12.99, NULL, NULL, 25.96, 'Adhesive Tape Ultra-Strong Double Sided Adhesive 3M Monster Tape 5M Home Appliance Waterproof Wall Stickers Home Resistant Tapes Adhesive-49176.jpeg', 'Adhesive Tape Ultra-Strong Double Sided Adhesive 3M Monster Tape 5M Home Appliance Waterproof Wall Stickers Home Resistant Tapes Adhesive-54437.jpeg', 'Adhesive Tape Ultra-Strong Double Sided Adhesive 3M Monster Tape 5M Home Appliance Waterproof Wall Stickers Home Resistant Tapes Adhesive-69755.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-25 14:25:59', '2024-01-26 05:16:10'),
(466, 'Dual Head Dildo Vibrator', '7DGs1fsJM', 17, 'Medical Grade Silicone\r\nReach new heights of pleasure with the Dual Head Dildo Vibrator! Its sleek and elegant design looks great while delivering powerful vibrations that guarantee an unforgettable orgasm. Take it with you into the shower and enjoy the complete waterproof technology. Your purchase includes a charging cable, so you won’t miss a single moment of pleasure. Ready to explore? Try it now!\r\n\r\n100% waterproof 💦\r\n\r\nMaterial ❤️\r\nMedical-grade silicone\r\n\r\nUSB charger included. ⚡', 59.41, NULL, NULL, 62.00, 'Dual Head Dildo Vibrator-66650.jpeg', 'Dual Head Dildo Vibrator-82674.jpeg', 'Dual Head Dildo Vibrator-23518.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 14:31:48', '2024-01-26 05:14:20'),
(467, 'Turkish Bath, Foam Bag, Personal care, Relaxation Spa , Massage, Foam with soap, Peeling, cleaning, Aroma Therapy, Turkish Massage', 'wWkg9j2s0', 19, 'Foam bags are indispensable in Turkish baths and baths and are used for relaxing foam massages, scrubbing and deep cleaning. A hot springs favorite, it offers a unique and luxurious way to cleanse and rejuvenate your skin.\r\nRegular use of the foam bag allows you to clean thoroughly and thoroughly while enjoying a relaxing and luxurious experience. Proper care and cleaning of foam bags is important to prevent bacterial growth and prolong their lifespan, making them an economical and environmentally friendly option for those looking for an effective personal care option.\r\n\r\nAfter use, clean and dry for further personal care.\r\n\r\n\r\n\r\nBenefits and Uses of Foam Bags in Turkish Baths and Personal Care\r\n\r\nTo use the Turkish Bath Foam Bag, wet it and squeeze gently to release the soap and create a rich lather. A luxurious cleansing experience with foam on the skin. Wash the foam bag thoroughly after use, rinse thoroughly with water and dry in a well-ventilated place. The bag can also be machine or hand washed with mild soap and warm water and air dried. It is important to clean the foam bag after each use to prevent bacterial growth and prolong its life.', 35.74, NULL, NULL, 50.39, 'Turkish Bath, Foam Bag, Personal care, Relaxation Spa , Massage, Foam with soap, Peeling, cleaning, Aroma Therapy, Turkish Massage-56586.jpeg', 'Turkish Bath, Foam Bag, Personal care, Relaxation Spa , Massage, Foam with soap, Peeling, cleaning, Aroma Therapy, Turkish Massage-17209.jpeg', 'Turkish Bath, Foam Bag, Personal care, Relaxation Spa , Massage, Foam with soap, Peeling, cleaning, Aroma Therapy, Turkish Massage-24099.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 14:34:34', '2024-01-26 05:12:10'),
(468, 'HangTon Ethernet Cable M12 4 Pin D Coded to RJ45 Cat5e for Sick Cognex Sensor Encoder Profinet EtherCAT GigE Rail CCTV Industrial Automation Equipment 20m', 'TU6BwLraY', 16, 'M12 D-coded 4 pin male plug to RJ45 connectors\r\nEthernet M12 4pin CAT5E TIA/EIA 568-B Cable for SICK Cognex sensor, 20 meters, here is ASIN for other length B07HMRZM7Z\r\nM12 cable is widely used in Ethernet, Profinet EtherCAT network, industrial automation equipment, encoder, sensor, servo, motor, rail CCTV control system, LED display, power\r\nHigh flex, shielded, heavy duty cable\r\nUse an oil- and heat-resistant flexible vinyl material', 137.99, NULL, NULL, 149.99, 'HangTon Ethernet Cable M12 4 Pin D Coded to RJ45 Cat5e for Sick Cognex Sensor Encoder Profinet EtherCAT GigE Rail CCTV Industrial Automation Equipment 20m-65498.jpeg', 'HangTon Ethernet Cable M12 4 Pin D Coded to RJ45 Cat5e for Sick Cognex Sensor Encoder Profinet EtherCAT GigE Rail CCTV Industrial Automation Equipment 20m-52575.jpeg', 'HangTon Ethernet Cable M12 4 Pin D Coded to RJ45 Cat5e for Sick Cognex Sensor Encoder Profinet EtherCAT GigE Rail CCTV Industrial Automation Equipment 20m-34469.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-25 14:34:36', '2024-01-26 05:11:19');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(469, 'HangTon Ethernet Cable M12 D Coded 4 Pin to RJ45 Cat6 for Cognex Sick Sensor Camera Industrial Fieldbus Profinet Network Automation Application Black PVC 8m', 'DAAE4ATPo', 16, 'M12 D-coded 4 pin male to RJ45 connectors, nickel plated brass,waterproof, solid and durable connection\r\nEthernet M12 4-pin D-code CAT6 network cable for Cognex Sick camera sensor, 8 meter\r\nData cable for automation application, high-speed moving applications, encoder, sensors, industrial Ethernet, Profinet EtherCAT network, Fieldbus, servo, motor, rail CCTV control system, LED display, power\r\nTwisted paired cable with braided shielded layer, good EMC, provides shielding from electromagnetic disturbance\r\nProfessional high-flex heavy-duty shielded Taiyo cable. Cable features: oil-resistant flame-resistant torsion- resistant and heat-resistant. Low friction black PVC material used for sheath', 100.00, NULL, NULL, 110.00, 'HangTon Ethernet Cable M12 D Coded 4 Pin to RJ45 Cat6 for Cognex Sick Sensor Camera Industrial Fieldbus Profinet Network Automation Application Black PVC 8m-57193.jpeg', 'HangTon Ethernet Cable M12 D Coded 4 Pin to RJ45 Cat6 for Cognex Sick Sensor Camera Industrial Fieldbus Profinet Network Automation Application Black PVC 8m-34387.jpeg', 'HangTon Ethernet Cable M12 D Coded 4 Pin to RJ45 Cat6 for Cognex Sick Sensor Camera Industrial Fieldbus Profinet Network Automation Application Black PVC 8m-59646.jpeg', 'Industrial', 3.0, NULL, 1, '2024-01-25 14:38:52', '2024-01-26 05:09:40'),
(470, 'Anal plug', 'ynCZFP8cB', 17, 'Huge Monster Silicone Anal Plug, Butt Plug Dildo, Big Anal Plug , Dildo Dilator Vaginal Sex Toy, Anal Sex Toys for adult, Mature,', 15.95, NULL, NULL, 18.62, 'Anal plug-53533.jpeg', 'Anal plug-89667.jpeg', 'Anal plug-60353.jpeg', 'Toys and games', 2.5, NULL, 1, '2024-01-25 14:40:08', '2024-01-25 23:33:10'),
(471, 'Inpond 5 in 1, Pond & Water Pump, Filter, UV Clarifier, LED Spotlight and Fount', 'j3qI21WLQ', 19, 'This all-in-one system combines a pond pump, filter, UV clarifier, LED spotlight, and fountain in a single unit. It\'s a convenient and efficient solution for maintaining a healthy and beautiful pond. The pump circulates water, while the filter removes debris and the UV clarifier helps control algae growth. The LED spotlight adds a stunning visual effect, especially at night, and the fountain feature creates a lovely water display. With the Inpond 5 in 1, you can enjoy a clean and vibrant pond with ease. Happy pond-keeping!', 319.13, NULL, NULL, 700.05, 'Inpond 5 in 1, Pond & Water Pump, Filter, UV Clarifier, LED Spotlight and Fount-22507.jpeg', 'Inpond 5 in 1, Pond & Water Pump, Filter, UV Clarifier, LED Spotlight and Fount-75540.jpeg', 'Inpond 5 in 1, Pond & Water Pump, Filter, UV Clarifier, LED Spotlight and Fount-86910.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 14:41:07', '2024-01-25 23:32:05'),
(472, 'Pamper Box for Valentines Day | Lavender Spa Gift | Gift for Her | Birthday Gift For Him or Her | Self-Care Gift | Vegan Body Holiday Gifts', 'FuRMVDcIq', 19, '1 - 4 ounce bar of Lavender soap\r\n1 - 5 ounce- Lavender Bath bomb\r\n1 - cotton wash cloth with lavender dried flower sprig\r\n1 - 2 ounce jar of Lavender sugar scrub\r\n1 - 8 ounce BATH SALT (selection is below).\r\n\r\nFOR THAT EXTRA SPECIAL TOUCH, You can add on a 2 ounce tin of Sunflower Salve with Orange essential oil (great for moisturizing!) Or Sleepy Time Lavender Balm.\r\n\r\nENERGIZE - Citrus scent. A refreshing blend of himalayan sea salt, epsom salt, ground oatmeal, baking soda, rosemary, rice bran oil, orange & frankincense essential oils. Calendula flower.', 61.00, NULL, NULL, 84.00, 'Pamper Box for Valentines Day | Lavender Spa Gift | Gift for Her | Birthday Gift For Him or Her | Self-Care Gift | Vegan Body Holiday Gifts-29971.jpeg', 'Pamper Box for Valentines Day | Lavender Spa Gift | Gift for Her | Birthday Gift For Him or Her | Self-Care Gift | Vegan Body Holiday Gifts-11735.jpeg', 'Pamper Box for Valentines Day | Lavender Spa Gift | Gift for Her | Birthday Gift For Him or Her | Self-Care Gift | Vegan Body Holiday Gifts-52659.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 14:41:36', '2024-01-25 23:31:12'),
(473, 'Vibrator', '7QSsPGhGy', 17, 'Discover the intensity of pleasure at your fingertips with our small vibrating dildo.', 15.99, NULL, NULL, 17.07, 'Vibrator-47646.jpeg', 'Vibrator-88794.jpeg', 'Vibrator-55658.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 14:47:36', '2024-01-25 23:29:00'),
(474, 'Fountain-Tree Trunk Waterfall with 3 Warm White LED-Water Fountain, Home Decor', 'DF6HUtMO0', 19, 'This home decor piece features a tree trunk design with a cascading waterfall effect. The fountain is equipped with three warm white LED lights, creating a cozy and inviting ambiance. It\'s a perfect addition to your home decor, bringing a touch of nature and tranquility indoors. Whether you place it in your living room, bedroom, or even your office, this fountain adds a soothing and relaxing atmosphere to any space. Enjoy the calming sound of water and the warm glow of the LED lights!', 164.99, NULL, NULL, 325.99, 'Fountain-Tree Trunk Waterfall with 3 Warm White LED-Water Fountain, Home Decor-19755.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-25 14:48:33', '2024-01-25 23:28:00'),
(475, 'Personalized Manicure Kit Box | Custom Nail Care Box | Grooming Set | Friend | Gift For Mom | Spa Day | Self Care | Beauty', 'y4oT9ByrZ', 17, 'Materials: wood\r\nSay yes to self care! This personalized manicure box is a great gift for that special someone in your life who likes doing their nails!\r\nIt has segmented compartments for several items. Choose the additional tools option and we will pack your manicure\r\nbox with high quality goods including: fingernail clippers, toenail clippers, 4 way shiner buffer manicure tool,\r\ncuticle trimmer, stainless steel cuticle pusher and cutter, manicure scissors, hand and nail brush, stainless steel\r\nfile and nail cleaner, cuticle conditioning cream, and a professional double sided emery board.\r\nPlease note that manicure set tools are subject to change based on manufacturer and availability.', 30.79, NULL, NULL, 43.99, 'Personalized Manicure Kit Box | Custom Nail Care Box | Grooming Set | Friend | Gift For Mom | Spa Day | Self Care | Beauty-70694.jpeg', 'Personalized Manicure Kit Box | Custom Nail Care Box | Grooming Set | Friend | Gift For Mom | Spa Day | Self Care | Beauty-92976.jpeg', 'Personalized Manicure Kit Box | Custom Nail Care Box | Grooming Set | Friend | Gift For Mom | Spa Day | Self Care | Beauty-87767.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 14:54:30', '2024-01-25 23:23:47'),
(476, 'Cock Cage', '7XeSrS0oV', 17, 'BON4Msmall stainless steel chastity device / Solid version', 150.59, NULL, NULL, 159.00, 'Cock Cage-46845.jpeg', 'Cock Cage-84460.jpeg', 'Cock Cage-35903.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 14:55:21', '2024-01-25 23:21:37'),
(477, 'SPI Home Leaping Dolphins Cast Aluminum Garden Spitter Fountain Statue', 'SQ0Un13Kq', 19, 'Measures 25.5 Inches High, 17.5 Inches Wide, 12 Inches Deep\r\nMade of Aluminum\r\nBeautiful Patina\r\nMakes a Great Gift', 431.64, NULL, NULL, 760.00, 'SPI Home Leaping Dolphins Cast Aluminum Garden Spitter Fountain Statue-43508.jpeg', 'SPI Home Leaping Dolphins Cast Aluminum Garden Spitter Fountain Statue-31156.jpeg', 'SPI Home Leaping Dolphins Cast Aluminum Garden Spitter Fountain Statue-35256.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 14:55:52', '2024-01-25 23:20:57'),
(478, '24k Gold Eye Mask, Collagen Eye Mask Pads, Dark Circle Eye Treatment, Under Eye Mask Gold, Under Eye Patches, Hydrogel Eye Patch, Eye Gel', 'hwVpbTDcI', 19, 'Treat yourself to a Collagen Eye Mask Today\r\n\r\nBenefits:\r\n1. Instant Hydration \r\n2. Targets Fine Lines and Wrinkles\r\n3. Reduces Puffy Eyes\r\n4. Targets Dark Circles\r\n5. Used before applying concealer to reduce creasing\r\n\r\nEach pack contain an eye patch for the left and right undereye. Can be used on other facial areas of concern including smokers lines.', 13.31, NULL, NULL, 17.65, '24k Gold Eye Mask, Collagen Eye Mask Pads, Dark Circle Eye Treatment, Under Eye Mask Gold, Under Eye Patches, Hydrogel Eye Patch, Eye Gel-54622.jpeg', '24k Gold Eye Mask, Collagen Eye Mask Pads, Dark Circle Eye Treatment, Under Eye Mask Gold, Under Eye Patches, Hydrogel Eye Patch, Eye Gel-90243.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-25 15:00:19', '2024-01-25 23:19:06'),
(479, 'Shipping containers', 'MMFGUvRg7', 19, '20 FT  Shipping Containers\r\n20 foot shipping containers are the most popular product we offer and work great for storage of a wide variety of items. They are available either used (wind & water tight) or new. The heavy undercoating preserves the under structure of the container, the 1 1/8 inch thick wood floor is strong and durable, corrugated steel walls and roof keep your contents secure and the cargo doors and seals provide full access and weather and pest protection. Other storage products can’t come close to the features of a simple storage container.\r\n\r\n40 FT  Shipping Containers\r\nThe 40 foot shipping container is perfect for high volume storage. Put 2 vehicles in side and they’ll be safe and protected. Keep files, records, equipment and consumables safe from vandals, weather and pests. They are available either used (wind & water tight) or new. The heavy undercoating preserves the under structure of the container, the 1 1/8 inch thick wood floor is strong and durable, corrugated steel walls and roof keep your contents secure and the cargo doors and seals provide full access and weather and pest protection. Other storage products can’t come close to the features of a simple storage container.', 1270.00, NULL, NULL, 1700.00, 'Shipping containers-97215.jpeg', 'Shipping containers-56645.jpeg', 'Shipping containers-12417.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-25 15:01:12', '2024-01-25 23:18:10'),
(480, 'Real Life XL Jack Russell Dog Garden Ornament (SizeA)', 'wTvZdNBc9', 19, 'This garden ornament is designed to look like a life-sized Jack Russell dog. It\'s made with high-quality materials to ensure durability and a realistic appearance. Whether you want to add a touch of charm to your garden or create a playful atmosphere, this ornament is a great choice. It\'s perfect for dog lovers and adds a fun and whimsical element to any outdoor space. Get ready to have the cutest pup in your garden!', 154.00, NULL, NULL, 345.00, 'Real Life XL Jack Russell Dog Garden Ornament (SizeA)-35668.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-01-25 15:03:19', '2024-01-25 23:17:20'),
(481, 'Customized Eye Masks Personalized Sleeping Masks Customized Satin Eye Masks Bachelor Party Gifts Bridesmaid Proposal Gifts Bridesmaid Gifts', 'hc9qAvPTs', 1, 'Customized Eye Masks Personalized Sleeping Masks Customized Satin Eye Masks Bachelor Party Gifts Bridesmaid Proposal Gifts Bridesmaid Gifts\r\n\r\nPersonalized sleep masks are a great bachelorette party favour for your bridesmaids or just cute gifts for friends. Each soft satin nylon mask comes in black, white, or blush with a contrasting trim, an adjustable strap, and is personalized in the text colour of your choice.', 17.29, NULL, NULL, 20.00, 'Customized Eye Masks Personalized Sleeping Masks Customized Satin Eye Masks Bachelor Party Gifts Bridesmaid Proposal Gifts Bridesmaid Gifts-37939.jpeg', 'Customized Eye Masks Personalized Sleeping Masks Customized Satin Eye Masks Bachelor Party Gifts Bridesmaid Proposal Gifts Bridesmaid Gifts-49976.jpeg', 'Customized Eye Masks Personalized Sleeping Masks Customized Satin Eye Masks Bachelor Party Gifts Bridesmaid Proposal Gifts Bridesmaid Gifts-14048.jpeg', 'Beauty & personal care', 2.5, NULL, 1, '2024-01-25 15:05:01', '2024-01-25 23:16:40'),
(482, 'Fantasy Masturbator', 'zgbxFgZO1', 17, 'We have more interesting products to explore in our store.', 25.84, NULL, NULL, 38.58, 'Fantasy Masturbator-83494.jpeg', 'Fantasy Masturbator-28644.jpeg', 'Fantasy Masturbator-73678.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-25 15:05:59', '2024-01-25 23:15:09'),
(483, 'atural Soap Bath Scrub Glove, Self-Soap Bath Scrub, Bath Set, Scrub Set, Natural Personal Care Set, Spa Gift Box, Organic Spa Gift Set', 'QELEs24mL', 1, 'The main product of this set is the hand-me-down bath scrub. There are two 20 gram scented soaps in the pouch. There are 6 types of soap. You can choose any of these soaps: Avocado, Niolia Oil, Argan Oil, Vanilla, Olive Oil and Activated Carbon. These soaps were placed inside the raw linen fabric and fixed in the pouch, corresponding to the palm. The front side is knitted from 100% natural jute yarn. 100% natural terry fabric is used on the back. A woven binding made of raw yarn was used around it. Other products of the set include Ocean scented body salt, natural dried lavender sachet, orange essence massage oil, 3 grape seed essence soaps, 2 unique natural scented soaps and a very sweet little candle.', 54.65, NULL, NULL, 80.40, 'atural Soap Bath Scrub Glove, Self-Soap Bath Scrub, Bath Set, Scrub Set, Natural Personal Care Set, Spa Gift Box, Organic Spa Gift Set-31003.jpeg', 'atural Soap Bath Scrub Glove, Self-Soap Bath Scrub, Bath Set, Scrub Set, Natural Personal Care Set, Spa Gift Box, Organic Spa Gift Set-27346.jpeg', 'atural Soap Bath Scrub Glove, Self-Soap Bath Scrub, Bath Set, Scrub Set, Natural Personal Care Set, Spa Gift Box, Organic Spa Gift Set-83631.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-25 15:08:46', '2024-01-25 23:14:33'),
(484, 'Fragrance Display Shelf | Perfume and Cologne Bottle Organizer | Triple Shelves', 'wZuoGwVZ9', 19, 'Modern and minimalist square design\r\n- Holds around 9-12 bottles depending on size\r\n- Three shelves at increasing heights to easily see all of the bottles in your collection\r\n- A lip around each shelf to protect the bottles from falling over', 34.99, NULL, NULL, 50.78, 'Fragrance Display Shelf | Perfume and Cologne Bottle Organizer | Triple Shelves-53394.jpeg', 'Fragrance Display Shelf | Perfume and Cologne Bottle Organizer | Triple Shelves-24460.jpeg', 'Fragrance Display Shelf | Perfume and Cologne Bottle Organizer | Triple Shelves-79545.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-25 15:13:02', '2024-01-25 23:13:31'),
(485, 'OMEGA  Speedmaster Racing Automatic Chronograph Black Dial Men\'s Watch', 'zHI3T5nEY', 19, 'Stainless steel case with a black rubber strap. Fixed stainless steel bezel with a black aluminium ring showing tachymeter markings. Black dial with luminous silver-tone hands and index hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 6 o\'clock position. Chronograph - three sub-dials displaying: 60 second, 30 minute and 12 hour. Omega calibre 3330 automatic', 3625.00, NULL, NULL, 4363.00, 'OMEGA  Speedmaster Racing Automatic Chronograph Black Dial Men\'s Watch-97596.jpeg', 'OMEGA  Speedmaster Racing Automatic Chronograph Black Dial Men\'s Watch-58243.jpeg', 'OMEGA  Speedmaster Racing Automatic Chronograph Black Dial Men\'s Watch-80964.jpeg', 'Accessories', 5.0, NULL, 1, '2024-01-25 15:18:51', '2024-01-25 23:13:06'),
(486, 'New iOS 10ft Dey shipping container', 'cuoJtKJnJ', 19, 'Original cointainer/cointainer production', 2200.00, NULL, NULL, 2400.00, 'New iOS 10ft Dey shipping container-15477.jpeg', 'New iOS 10ft Dey shipping container-56197.jpeg', 'New iOS 10ft Dey shipping container-12574.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-25 15:20:06', '2024-01-25 23:12:30'),
(487, 'OMEGA Speedmaster Racing Automatic White Dial Men\'s Watch', 'd2KUNmKTv', 19, 'Stainless steel case with a stainless steel bracelet. Fixed stainless steel bezel with a black ceramic top ring showing tachymeter markings. White dial with luminous black hands and index hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 6 o\'clock position. Chronograph - two sub-dials displaying: 60 second and 12 hour. Omega calibre 9900 automatic movement', 7300.00, NULL, NULL, 8916.00, 'OMEGA Speedmaster Racing Automatic White Dial Men\'s Watch-34939.jpeg', 'OMEGA Speedmaster Racing Automatic White Dial Men\'s Watch-95217.jpeg', 'OMEGA Speedmaster Racing Automatic White Dial Men\'s Watch-66943.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 15:23:52', '2024-01-25 23:11:36'),
(488, 'OMEGA Speedmaster Racing Chronograph Automatic Grey Dial Men\'s Watch', '9O9Cqi0XC', 19, 'Stainless steel case with a grey leather strap. Fixed 18kt sedna gold bezel with a black ceramic top ring showing tachymeter markings. Grey dial with luminous 18kt sedna gold hands and index hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 6 o\'clock position. Chronograph - two sub-dials displaying: 60 second and 12 hour. Omega calibre 9900 automatic movement.', 8995.00, NULL, NULL, 11507.00, 'OMEGA Speedmaster Racing Chronograph Automatic Grey Dial Men\'s Watch-11296.jpeg', 'OMEGA Speedmaster Racing Chronograph Automatic Grey Dial Men\'s Watch-45117.jpeg', 'OMEGA Speedmaster Racing Chronograph Automatic Grey Dial Men\'s Watch-15526.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-25 15:27:10', '2024-01-25 23:11:00'),
(489, 'ISO ASME container tank', 'hD5e1f0Wg', 19, '1) Sanitary: contact part made of stainless steel,good surface treatment\r\n2) The tank is degreased, pickled, passivated and neutralised. A cleaning certificate will be provided in the document holder. \r\n\r\n3)Each container will be inspected and certified by the independent Inspection Authority in accordance with the code requirements (LR).\r\n\r\n4) Each container is approved for 9 high stacking.\r\n\r\n5) Each container will be supplied with following approvals: UN Portable Tank – T11 IMDG – T11 US DOT CFR 49 RID/ADR-L4BN CSC TC TIR / Customs UIC ISO-standards\r\n\r\n6) Documentation: On completion of the tank: 1. Initial Inspection Certificate.2. Calibration Chart. 3. Cleanliness Certificate. 4. As built drawings.', 12000.00, NULL, NULL, 15000.00, 'ISO ASME container tank-67701.jpeg', 'ISO ASME container tank-95581.jpeg', 'ISO ASME container tank-64540.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-25 15:36:45', '2024-01-25 23:09:52'),
(490, 'OMEGA Speedmaster Racing Chronograph Hand Wind Grey Dial Men\'s Watch', 'wf4TQJ248', 19, 'Silver-tone stainless steel case and bracelet. Fixed tachymeter scale black stainless steel bezel. Grey dial with silver-tone hands and index hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Chronograph - three sub-dials displaying: 60 second, 30 minute and 12 hour. Hand wind movement. Scratch resistant sapphire crystal. Round case shape, case size: 42 mm.', 11818.00, NULL, NULL, 18230.00, 'OMEGA Speedmaster Racing Chronograph Hand Wind Grey Dial Men\'s Watch-82168.jpeg', 'OMEGA Speedmaster Racing Chronograph Hand Wind Grey Dial Men\'s Watch-31656.jpeg', 'OMEGA Speedmaster Racing Chronograph Hand Wind Grey Dial Men\'s Watch-82482.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-25 15:37:11', '2024-01-25 23:08:58'),
(491, 'BURBERRY  Half Mega Vintage Check Fringed Cashmere Scarf', 'uHBmh2D6H', 19, 'Burberry Ladies Scarves. Fashion category: Scarves. SKU: 8077891. Color: Navy. Burberry Half Mega Vintage Check Fringed Cashmere Scarf. Buberry cashmere scarf with all-over Tartan pattern. Frayed bottom. 100% Cashmere.', 428.00, NULL, NULL, 608.00, 'BURBERRY  Half Mega Vintage Check Fringed Cashmere Scarf-31246.jpeg', 'BURBERRY  Half Mega Vintage Check Fringed Cashmere Scarf-40797.jpeg', 'BURBERRY  Half Mega Vintage Check Fringed Cashmere Scarf-55966.jpeg', 'Accessories', 3.0, NULL, 1, '2024-01-25 15:41:19', '2024-01-25 23:08:33'),
(492, 'HERMES  Ladies Blue Suite And Pursuit Embroidered Giant Scarf', 'bCIcIcJgQ', 19, 'Hermes Ladies Apparel Accessories. Fashion category: Scarves. SKU: 712892S 05. Color: Blue. Size: 55\" x 55\". Hermes Ladies Blue Suite And Pursuit Embroidered Giant Scarf. A reversible giant scarf made in silk twill, cashmere and silk and features hand-rolled edges, embroidered tone-on-tone sequins and a large graphic print. Designed by Cyrille Diatkine. 100% silk and 70% cashmere, 30% silk. Made in India.', 5400.00, NULL, NULL, 6226.00, 'HERMES  Ladies Blue Suite And Pursuit Embroidered Giant Scarf-30665.jpeg', 'HERMES  Ladies Blue Suite And Pursuit Embroidered Giant Scarf-86158.jpeg', 'HERMES  Ladies Blue Suite And Pursuit Embroidered Giant Scarf-72746.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-25 15:45:09', '2024-01-25 23:08:06'),
(493, 'Inflatable Dildo', 's1c6PncCS', 7, 'Discover the ultimate pleasure with our Inflatable Butt Plug from Adult Station, a sensational', 55.09, NULL, NULL, 91.82, 'Inflatable Dildo-89419.jpeg', 'Inflatable Dildo-28725.jpeg', 'Inflatable Dildo-21467.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-25 15:46:08', '2024-01-25 23:07:40'),
(494, 'RYUUHO  Ladies Black Echo Design Scarf', 'LNWBvCpmL', 19, 'Ryuuho Ladies Apparel Accessories. Fashion category: Scarves. SKU: 001-19-4006 TCX. Color: Black. Ryuuho Ladies Black Echo Design scarf with Fringe hem, Solid color. 100% Viscose.', 15.88, NULL, NULL, 20.67, 'RYUUHO  Ladies Black Echo Design Scarf-45496.jpeg', 'RYUUHO  Ladies Black Echo Design Scarf-85157.jpeg', 'RYUUHO  Ladies Black Echo Design Scarf-16815.jpeg', 'Beauty & personal care', 2.5, NULL, 1, '2024-01-25 15:52:48', '2024-01-25 23:07:14'),
(495, 'Tucson Bracelet', 'zFUd4SbfK', 19, 'The Tucson Bracelet is a stylish and trendy accessory that adds a touch of elegance to any outfit. It features a unique design with intricate details and is crafted with high-quality materials. Whether you\'re going for a casual or a more formal look, this bracelet is versatile and can be worn for any occasion. It\'s a great way to add a pop of style to your wrist and make a fashion statement. Rock the Tucson Bracelet with confidence!', 275.00, NULL, NULL, 670.55, 'Tucson Bracelet-30445.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-25 16:02:49', '2024-01-25 23:06:45'),
(496, 'HERMES  Terre Dhermes / Pure Perfume Spray 6.7 oz (200 ml) (M)', 'RpPC2kT9Y', 19, 'Discover the captivating allure of Terre D\'hermes Perfume by the renowned design house, Hermes. Launched in 2009, this distinguished men\'s fragrance masterfully encapsulates a sense of adventure and sophistication. Perfect for the modern man who appreciates the finer things in life, this perfume is an essential addition to any fragrance collection.\r\n\r\nThe top notes of this masculine scent unfold with a refreshing burst of orange and grapefruit, setting the stage for a vibrant and invigorating olfactory experience. The heart of the fragrance is marked by the unique note of flint, lending a mineral edge that is distinctive and intriguing. The base notes of woodsy notes, oak moss, and benzoin provide a rich, earthy finish, grounding the fragrance in a robust masculine strength.', 129.99, NULL, NULL, 205.99, 'HERMES  Terre Dhermes / Pure Perfume Spray 6.7 oz (200 ml) (M)-14708.jpeg', 'HERMES  Terre Dhermes / Pure Perfume Spray 6.7 oz (200 ml) (M)-30011.jpeg', 'HERMES  Terre Dhermes / Pure Perfume Spray 6.7 oz (200 ml) (M)-16543.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 16:04:47', '2024-01-25 23:06:16'),
(497, 'Refurbished industrial tajima 12 head embroidery machine price in Pakistan for usb reader linker hoop sale labor with 2head', 'E6teUT2wq', 19, 'DREAM-S SERIES REFERENCE MODEL\r\nMachine model\r\nNeedle Head\r\nCap(X*Y)\r\nFlat(X*Y)\r\nWeight(KG) Machine Size\r\n(L*W*Hmm)\r\nDream-S\r\n1\r\n360*70mm\r\n510*400mm\r\n220kg\r\n600*750*1600mm\r\n9/\r\n1\r\n360*70mm\r\n600*400mm\r\n230kg\r\n650*750*1600mm\r\n12/\r\n2\r\n360*70mm\r\n450*400mm\r\n320kg\r\n1200*780*1600mm\r\n3\r\n360*70mm\r\n400*400mm\r\n520kg\r\n1510*800*1690mm\r\n4360*70mm 400*400mm\r\n625kg\r\n1915*800*1690mm\r\nOptional Device Multi-sequins/Easy cording/Loose beads/Tape beads/Hot cutting/Laser device/Boring knife/\r\n8 in 1 frame/shoe device/sock device/Doodle Art embroidery/Photo embroidery\r\nVoltage(V)\r\n110-220V\r\nApplication Machine suitable for embroidery on flats caps children\'s items gifts& bundles leather quilts patches\r\ndemin creativity at your fingertips!\r\nFeatures 1.New streamline design, fashionable appearance can meet the needs of both household and\r\ncommercial use.\r\n2. Lightweight design and stable structure.\r\n3. Maximum speed: 1200 sitches per minute. 4.Built in wireless/ wired network control system, which can transmit the design through WIFI, LAN\r\nand USB.\r\n5.Adopts red-light position determination system, with built-in LED lighting.\r\n6.Adopt the rotary hook and bearing imported from Japan.\r\n7.270• wide angle cap system.\r\nS.Intelligent Thread break detection. 9. Support 15 languages: Chinese, English, Arabic, Turkish, Spanish, Russian, Portuguese, French,\r\nThai, Dutch, German, Italian, polish, Iranian, Korean.', 1999.00, NULL, NULL, 2388.00, 'Refurbished industrial tajima 12 head embroidery machine price in Pakistan for usb reader linker hoop sale labor with 2head-32544.jpeg', 'Refurbished industrial tajima 12 head embroidery machine price in Pakistan for usb reader linker hoop sale labor with 2head-31899.jpeg', 'Refurbished industrial tajima 12 head embroidery machine price in Pakistan for usb reader linker hoop sale labor with 2head-15796.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-25 16:07:16', '2024-01-25 23:05:47'),
(498, '3 Ct Round Cut Simulated Diamond Solitaire Bridal Ring Set 14K White Gold Plated', 'mS4bibriH', 19, 'This stunning set features a round-cut simulated diamond as the centerpiece, surrounded by smaller stones on the band. It\'s made with 14K white gold plating, giving it a luxurious and elegant look. Whether you\'re getting engaged or celebrating a special anniversary, this ring set is sure to make a statement. It\'s a beautiful symbol of love and commitment that will dazzle on your finger. Get ready to shine bright with this gorgeous bridal ring set!', 204.92, NULL, NULL, 420.00, '3 Ct Round Cut Simulated Diamond Solitaire Bridal Ring Set 14K White Gold Plated-45218.jpeg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-01-25 16:08:50', '2024-01-25 23:04:25'),
(499, 'HERMES  Ladies Grey Cashmere Stole', 'IHLWoayUS', 19, 'Hermes Ladies Apparel Accessories. Fashion category: Scarves. SKU: 778093S 03. Color: Grey. Hermes Ladies Grey Cashmere Stole. Double face stole in cashmere with leather braiding and leather label with \"Hermès\" detail (100% cashmere). Made in Italy.', 1293.00, NULL, NULL, 4271.00, 'HERMES  Ladies Grey Cashmere Stole-27046.jpeg', 'HERMES  Ladies Grey Cashmere Stole-61912.jpeg', 'HERMES  Ladies Grey Cashmere Stole-27571.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-25 16:09:22', '2024-01-25 23:03:21'),
(500, 'RYUUHO  Ladies Red Echo Design Wrap', 'pGQn8dDxv', 19, 'Ryuuho Ladies Apparel Accessories. Fashion category: Cover-Ups. SKU: 19-1761 TCX. Color: Red. Ryuuho Ladies Red Echo Design Wrap with Fringe hem, Solid color. 100% Viscose.', 15.88, NULL, NULL, 47.99, 'RYUUHO  Ladies Red Echo Design Wrap-92959.jpeg', 'RYUUHO  Ladies Red Echo Design Wrap-53590.jpeg', 'RYUUHO  Ladies Red Echo Design Wrap-77089.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-25 16:16:02', '2024-01-25 23:02:51'),
(501, '6.71 carat Princess Cut Diamond Solitaire 14k White Gold Engagement Ring Sz 5', 'xV9iCtYhL', 19, 'This ring features a stunning princess cut diamond as the centerpiece, set in a 14k white gold band. With its elegant and timeless design, this ring is perfect for popping the question and symbolizing your love and commitment. The 0.71 carat diamond adds a touch of sparkle and brilliance to the ring, making it truly special. It\'s a beautiful choice for an engagement ring that will be cherished for a lifetime. Good luck with your search for the perfect ring!', 3517.97, NULL, NULL, 5400.15, '6.71 carat Princess Cut Diamond Solitaire 14k White Gold Engagement Ring Sz 5-37141.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-25 16:16:15', '2024-01-25 23:02:23'),
(502, 'jukis 8700 sewing machine', 'JTQOjmPsI', 19, 'Application	 Clothing \r\n Color	 white\r\n Delivery time	 7days\r\n Packaging	 1pc/ctn\r\n MOQ	5pcs\r\n Gross weight	 33kg\r\n OEM/ODM	 Customization Service Provided', 55.00, NULL, NULL, 85.00, 'jukis 8700 sewing machine-51695.jpeg', 'jukis 8700 sewing machine-52942.jpeg', 'jukis 8700 sewing machine-35060.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-25 16:17:31', '2024-01-25 23:00:35'),
(503, 'BURBERRY  Detachable Puffer Colour-block Jacket, Size X-Small', 'Kp2UnFmBN', 19, 'Burberry Men\'s Outerwear. Fashion category: Coats & Jackets. Runway series. SKU: 8023697. Color: Black. Burberry Detachable Puffer Colour-block Jacket. This jacket from Burberry features a concealed front fastening, a detachable hood, a panelled colour block design, front zipped pockets, an oversized fit, long sleeves and a detachable puffer component. Materials - Outer: 100% Polyamide, 100% Polyester', 1236.00, NULL, NULL, 2318.00, 'BURBERRY  Detachable Puffer Colour-block Jacket, Size X-Small-35363.jpeg', 'BURBERRY  Detachable Puffer Colour-block Jacket, Size X-Small-52737.jpeg', 'BURBERRY  Detachable Puffer Colour-block Jacket, Size X-Small-50750.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-25 16:20:44', '2024-01-25 22:59:44'),
(504, 'Sex Swing', 'pjxaTv1hT', 17, 'Adult Bondage Sex Toys Door Hanging Swing Aerial Restraint For Couples BDSM Play\r\n\r\nBrand new and high quality\r\n\r\nMade of high quality nylon strap that is comfortable on the skin, PVC door jamb tubes and buckle restraint.\r\nThe materials are very durable and can handle up to 240 lbs. of weight.\r\nThe straps and soft bands are adjustable, and it is very comfortable on arms and legs.\r\nThe hanging door action play can not be done on the bed, and this kit will provide additional sensations.\r\nDesigned by a professional team with core experience in sex positions to make sure that you can enjoy a variety of positions that cannot be done in bed.', 15.60, NULL, NULL, 20.93, 'Sex Swing-60201.jpeg', 'Sex Swing-22357.jpeg', 'Sex Swing-47396.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 16:24:34', '2024-01-25 22:59:07'),
(505, '1.00 Karat Diamant Drei Stein 14k Gelbgold Herren Hochzeitsring Größe 10', 'P0E2BaVTq', 19, 'Dieser Ring ist perfekt für den Bräutigam, der nach einem stilvollen und eleganten Hochzeitsring sucht. Er besteht aus 14k Gelbgold und verfügt über drei Diamanten, die zusammen 1.00 Karat wiegen. Dieser Ring strahlt Klasse und Raffinesse aus und ist ein wahrhaft besonderes Schmuckstück. Egal, ob du ihn bei der Hochzeit trägst oder als täglichen Reminder an deinen besonderen Tag, dieser Ring wird sicherlich bewundernde Blicke auf sich ziehen. Viel Glück bei der Suche nach dem perfekten Ring!', 5019.27, NULL, NULL, 7300.65, '1.00 Karat Diamant Drei Stein 14k Gelbgold Herren Hochzeitsring Größe 10-64663.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-25 16:24:36', '2024-01-25 22:58:13'),
(506, 'NovelBee 13.5 in Stainless Marine Boat 3 Spoke Steering Wheel with Finger Grip', 'e1qKMPglf', 18, 'Upgrade your boat\'s steering with the NovelBee 13.5 inch stainless marine boat 3 spoke steering wheel with finger grip. Made with high-quality materials, this steering wheel is built to last. Its finger grip design provides added comfort and control while navigating through rough waters.', 53.07, NULL, NULL, 58.97, 'NovelBee 13.5 in Stainless Marine Boat 3 Spoke Steering Wheel with Finger Grip-88704.png', 'NovelBee 13.5 in Stainless Marine Boat 3 Spoke Steering Wheel with Finger Grip-68348.png', 'NovelBee 13.5 in Stainless Marine Boat 3 Spoke Steering Wheel with Finger Grip-28761.png', 'Accessories', 3.0, NULL, 1, '2024-01-25 16:30:46', '2024-01-25 22:56:30'),
(507, 'G Spot Vibrator', '804BppujJ', 7, 'Brand NEW in its Factory Sealed Package\r\n\r\nVibrator Dildo\r\n\r\nWomen Sex Toy\r\n\r\nAdult Toy\r\n\r\n3 In1 G Spot Vibrator With 7 Vibration and 7 Beads Sliding Modes Thrusting Vibrator, Female Couple Sex Toy Dildo Clitoral Stimulator Adult Sex Toys Games\r\n\r\nExperience an unparalleled fusion of rabbit vibrations, dildo sensations, and dynamic sliding beads stimulation in this groundbreaking vibrator. The rabbit end ensures precise C-Spot stimulation, the dildo end targets the G-spot, and the rolling beads create electrifying sensations along the inner walls. Immerse in an intimate journey with this cutting-edge pleasure companion!\r\n\r\nExperience the pleasure with this 7 Super Strong Vibration 2-in-1 vibrator, this innovative adult toy seamlessly blends seven powerful vibration modes from both the rabbit and imitation dildo ends, ensuring precise stimulation of the clitoral and inner channel. Crafted from soft, body-safe material, elevate the intimate moments with this extraordinary sex toy!\r\n\r\nThis innovative sexual pleasure tool for women features a unique ball ring sliding design. Its beads glide up and down the shaft, It\'s like anal toys masterfully stimulating the inner channel walls to deliver intense pleasure during your most intimate moments. Elevate the pleasure to new heights with this extraordinary companion.\r\n\r\nThis adult sex toys is travel-sized for your convenience, fitting snugly in your bag or suitcase without taking up much space. The female sex toy is also USB rechargeable, offering 1 hour of playtime after just 2 hours of charging, ensuring uninterrupted pleasure when you desire. The adult sex toy is a secret travel companion.\r\n\r\nThis couples sex toy ensures the utmost discretion with its near-silent operation, emitting less than 50 dB of noise. Your privacy is secure, even next door. Additionally, this women sex toy is fully waterproof, enabling you to enjoy its perfect sensations in the shower or bathtub. Dive into a world of uninterrupted and pleasurable experiences.\r\n\r\nThe g spot vibrator is crafted from soft, body-safe silicone for a velvety-smooth touch, the womens sex toy is designed for comfort and health. The 180-degree rotating rabbit part enhances ergonomics.\r\n\r\nYour privacy is priority, which is why this is discreetly packaged.', 36.20, NULL, NULL, 38.98, 'G Spot Vibrator-78070.jpeg', 'G Spot Vibrator-21723.jpeg', 'G Spot Vibrator-10812.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-25 16:33:48', '2024-01-25 22:55:03'),
(508, 'Art Deco 2.03 CT Yellow Cushion Diamond Engagement Ring Infinity 14k White Gold', 'jBBJcvkGO', 19, 'When ordering from the US, parcels may be subject to import tax and duty charges, which the buyer is responsible to pay.\r\nArt Deco 2.03 CT Yellow Cushion Diamond Engagement Ring Infinity 14k White Gold', 3973.11, NULL, NULL, 4120.55, 'Art Deco 2.03 CT Yellow Cushion Diamond Engagement Ring Infinity 14k White Gold-19910.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-25 16:36:26', '2024-01-25 22:53:47'),
(509, 'Tongue Oral Clit Licking Sucking Vibrator', 'jiShsHbbK', 14, 'Tongue Oral Clit Licking Sucking Vibrator G Spot Dildo Massager Sex Toys Women\r\n\r\nBrand New and High Quality\r\n\r\nEquipped with 3 different enhanced sucking patterns and 9 licking modes.\r\nThe sucking vibrator encircling your clit and targeting it for intense stimulations.\r\nCombined with high-quality silicone material, the soft tongue stimulates your clitoris, breasts and anus with 9 different modes, enjoy new pleasure for each licking mode.\r\nUSB rechargeable with a mini USB cable, enabling you to use it and experience pleasure anytime.', 29.89, NULL, NULL, 33.27, 'Tongue Oral Clit Licking Sucking Vibrator-49015.jpeg', 'Tongue Oral Clit Licking Sucking Vibrator-40406.jpeg', 'Tongue Oral Clit Licking Sucking Vibrator-14864.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-25 16:39:48', '2024-01-25 22:52:10'),
(510, 'Chained Clamps Adult Bondage', 'cKRELywiK', 17, 'NIPPLE CLAMPS WITH CHAIN\r\n\r\n31cm Curb Chain\r\n\r\n5cm x 3cm Clamp Size\r\n\r\nSCREW PINCH and SPRING\r\n\r\nHIGH-QUALITY BDSM BONDAGE\r\n\r\nIndulge in the opulence of our exquisite collection of nipple clamps with a mesmerizing 31cm curb chain. Crafted with the utmost precision, these high-quality BDSM bondage accessories are designed to elevate your pleasure to new heights. Whether you\'re seeking solo satisfaction or exploring with a partner, these adjustable clamps cater to the desires of both men and women, delivering tantalizing nipple stimulation for an intensified experience in the boudoir.\r\n\r\nEffortlessly easy to use, simply open the clamps with your fingers, akin to a clothes peg, and adjust them to your desired size. The adjusting screws act as a secure stop, allowing you to find the perfect pressure that suits your preferences. We kindly advise against attempting to open the clamps solely with the screws, as this method may prove ineffective. For an added touch of delightful sensation, some of our esteemed customers have shared that removing the tip covers enhances the experience.', 9.99, NULL, NULL, 11.87, 'Chained Clamps Adult Bondage-67182.jpeg', 'Chained Clamps Adult Bondage-25678.jpeg', 'Chained Clamps Adult Bondage-35482.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 16:46:19', '2024-01-25 22:49:46'),
(511, 'Furuno DRS4D Radar Dome Has Two Cracks As Seen In Pics', 'frrHzaymQ', 18, 'Furuno DRS4D Radar Dome Has Two Cracks As Seen In Pics', 693.00, NULL, NULL, 700.00, 'Furuno DRS4D Radar Dome Has Two Cracks As Seen In Pics-97591.jpeg', 'Furuno DRS4D Radar Dome Has Two Cracks As Seen In Pics-15276.jpeg', 'Furuno DRS4D Radar Dome Has Two Cracks As Seen In Pics-92181.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-25 16:46:32', '2024-01-25 22:49:14'),
(512, 'Anal Plug', 'y8Y7WEwt4', 16, 'Adult Sex Toy Anal Plug - Anal Toys Adult Sex Toys Vibrating Butt Plug With App Remote Control 10 Vibrating Modes, Anal Beads Prostate Massager, Anal Sex Toys Vibrator For Men And Women, Couples', 39.79, NULL, NULL, 42.99, 'Anal Plug-70522.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-25 16:54:16', '2024-01-25 22:45:31'),
(513, 'GIA Certified 2.13 CT Oval Very Light Yellow Diamond Engagement Ring 18k Gold', '0SGuic4GX', 19, 'This stunning ring features a GIA certified oval-shaped diamond with a very light yellow color. The diamond weighs 2.13 carats and is set in a beautiful 18k gold band. It\'s a truly unique and eye-catching choice for an engagement ring. The elegant design and the sparkle of the diamond make it a symbol of love and commitment that will surely impress. Good luck in your search for the perfect engagement ring!', 4591.58, NULL, NULL, 5500.66, 'GIA Certified 2.13 CT Oval Very Light Yellow Diamond Engagement Ring 18k Gold-35608.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-01-25 16:57:09', '2024-01-25 22:48:42'),
(514, 'Pleasurecraft 5.3-6.2L DI Engine Harness Boat RA121132A - GENUINE NEW!', 'yHjE2NYl0', 18, 'Pleasurecraft 5.3-6.2L DI Engine Harness Boat RA121132A - GENUINE NEW!\r\n\r\nCondition: BRAND NEW!\r\n\r\nIncludes: EXACTLY what is shown in the photos.\r\n\r\nWe do our very best to describe our items as best we can so that there are no surprises', 887.86, NULL, NULL, 949.95, 'Pleasurecraft 5.3-6.2L DI Engine Harness Boat RA121132A - GENUINE NEW!-24485.png', 'Pleasurecraft 5.3-6.2L DI Engine Harness Boat RA121132A - GENUINE NEW!-44634.png', 'Pleasurecraft 5.3-6.2L DI Engine Harness Boat RA121132A - GENUINE NEW!-34588.png', 'Accessories', 3.5, NULL, 1, '2024-01-25 16:58:15', '2024-01-25 22:48:07'),
(515, 'Mercury Bravo I 48-831914 15.25 X 26 \" RH 4 Blade SS Propeller Lightly Used', 'aS4X1RwGQ', 19, 'Mercury Bravo I 48-831914 15.25 X 26 \" RH 4 Blade SS Propeller Lightly Used.\r\n\r\nHi this was my spare prop for my 250 mercury verado , I only used it while my main prop was being repaired so it\'s In fantastic condition', 699.97, NULL, NULL, 749.00, 'Mercury Bravo I 48-831914 15.25 X 26 \" RH 4 Blade SS Propeller Lightly Used-94436.png', 'Mercury Bravo I 48-831914 15.25 X 26 \" RH 4 Blade SS Propeller Lightly Used-70652.png', 'Mercury Bravo I 48-831914 15.25 X 26 \" RH 4 Blade SS Propeller Lightly Used-10447.png', 'Accessories', 3.0, NULL, 1, '2024-01-25 17:01:57', '2024-01-25 22:47:22'),
(516, 'Size: 4.5 - 14k White Gold Round Halo Diamond Engagement Ring (1 1/2 cttw)', '6CM5NRByQ', 19, 'This stunning ring features a round diamond surrounded by a halo of smaller diamonds, giving it a beautiful and sparkling look. The total carat weight of the diamonds in the ring is 1 1/2 carats, making it a truly dazzling choice. The 14k white gold band adds a touch of elegance and sophistication. It\'s the perfect ring to symbolize your love and start your journey together. Best of luck in finding the perfect ring!', 7951.55, NULL, NULL, 11666.00, 'Size: 4.5 - 14k White Gold Round Halo Diamond Engagement Ring (1 1/2 cttw)-53098.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-25 17:02:22', '2024-01-25 22:46:43'),
(517, 'Bondage Bdsm Toys, Bondage Restraints', 'sAcNzsfgq', 7, 'Bondage Bdsm Toys, Bondage Restraints Kit, Handcuffs Sex Toys, Kinky Sex Accessories For Adults Couples, Sexy Lingerie Wrists Cuffs Thigh Waist Sex Straps Sm Cortex Set, Adult Sex Toys\r\n\r\nItem Condition: New\r\n\r\nColor: Black\r\n\r\nHand Wash Only Bandage Gear - Made From Premium Leather. Best Idea For Both Beginners And Experienced! Once Tied Up, There Is No Escaping It! You Can Enjoy Highly Erotic, Adventurous Sex. Handcuffs Sex - Unique And Fashion Design, Butt And Thigh Belt With Handcuffs, Bow At The Back Makes You More Attractive. Exposed And Vulnerable, Your Slave Will Be Wide Open To Tease And Torment! Couples Sex Toys - Comfortable And Easy To Put On. Strong Leather Straps Are Soft And Adjustable For Most Men And WomenS Body Shapes And Sizes. Sexy Slave Frisky For Couple Sm Sex Game. Bondaged Restra.', 17.87, NULL, NULL, 19.99, 'Bondage Bdsm Toys, Bondage Restraints-53733.jpeg', 'Bondage Bdsm Toys, Bondage Restraints-30774.jpeg', 'Bondage Bdsm Toys, Bondage Restraints-91704.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 17:05:26', '2024-01-25 22:46:05'),
(518, 'Cushion Cut Light Yellow 1.64 Ct Diamond Engagement Ring 18k Gold Split Shank', '71zFLNFAF', 18, 'This gorgeous ring features a cushion cut diamond with a light yellow color, weighing 1.64 carats. The diamond is set in a stunning 18k gold band with a split shank design, adding a touch of uniqueness and elegance to the ring. It\'s a beautiful choice for an engagement ring that will surely stand out and capture attention. Good luck in your search for the perfect ring!', 2971.03, NULL, NULL, 3070.55, 'Cushion Cut Light Yellow 1.64 Ct Diamond Engagement Ring 18k Gold Split Shank-33740.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-25 17:07:23', '2024-01-25 22:44:59'),
(519, 'Marine Outboard Motor Starter 410-44093', 'sRY0QxOBt', 18, 'Inspected to be as new and work as expected\r\n\r\nStarter Motor for HONDA 35-50 HP Models\r\n\r\nFits the Following HONDA Outboard Models\r\n\r\nBF35 1994-1997\r\n\r\nBF40 1995-2006\r\n\r\nBF45 1994-1997\r\n\r\nBF50 1995-2006\r\n\r\nReplaces Part Numbers\r\n\r\nHONDA\r\n\r\n31200-ZV5-003\r\n\r\n31200-ZV5-013\r\n\r\n31200-ZV5-0130\r\n\r\n31200-ZV5A-0130\r\n\r\nAPI MARINE\r\n\r\nMOT5010\r\n\r\nMOT5010N\r\n\r\nARCO MARINE\r\n\r\n3446\r\n\r\nARROWHEAD\r\n\r\nSHI0093\r\n\r\nARROWHEAD (OEM)\r\n\r\nS114-677A\r\n\r\nARROWHEAD (OEM) (OLD)\r\n\r\nS114-677\r\n\r\nEMP PARTS\r\n\r\n4-6433\r\n\r\nHITACHI\r\n\r\nS114-561\r\n\r\nS114-677\r\n\r\nS114-677A\r\n\r\nJ N\r\n\r\n410-44093\r\n\r\nLESTER\r\n\r\n18317\r\n\r\nQUICKSILVER\r\n\r\n8M6007340\r\n\r\nSIERRA MARINE\r\n\r\n18-6433\r\n\r\nWAI\r\n\r\n18317N\r\n\r\nDETAILS AND MESUREMENTS\r\n\r\nVOLTAGE 12v\r\n\r\nROTATION CW\r\n\r\nBolt Spacing Center to Center 92mm\r\n\r\nPinion Gear 9t\r\n\r\nFull Length 206mm\r\n\r\nCondition: New With Box', 59.40, NULL, NULL, 60.00, 'Marine Outboard Motor Starter 410-44093-18692.png', 'Marine Outboard Motor Starter 410-44093-62435.png', 'Marine Outboard Motor Starter 410-44093-10877.png', 'Accessories', 3.5, NULL, 1, '2024-01-25 17:08:27', '2024-01-25 22:44:11'),
(520, 'Prostate Massager', 'UuaWJoUN6', 17, 'Adult Sex Toys For Men Prostate Massager - Male Sex Toys Games Vibrators Remote Control, Adult Toys Anal Plug Vibrating Butt Plug With 9 Vibrating Rotation Mode, Anal Toys Vibrator Mens Sex Toys Women\r\n\r\nItem Condition: New\r\n\r\nColor: Black\r\n\r\nLong Distance Vibrator Remote Control Adult Toysthis Male Sex Toys Vibrating Butt Plug For Women Toys For Her Adult Pleasure Anal Toys Anal Plug Can Switch The Vibration Mode Through The Button Of The Product Itself Or The Remote Control. 3 In 1 Combine Prostate Massager, Anal Vibrator, Anal Toys All In One. The Prostate Massager Butt Plug Remote Control Works Up To 30 Feet, Allows You To The Vibrating Butt Bullet Plug While Prostate Sex Massager For Men Pleasure Using It At The Same Time. Soft - Safe Material Anal Plugadult Toy Sex Vibrating Butt Plug For Women Anal Plugs Anal Toy Remote Control Vibe For Woma', 37.69, NULL, NULL, 40.99, 'Prostate Massager-14742.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-25 17:09:43', '2024-01-25 22:42:44'),
(521, 'Jabsco Marine Water Pump Model 1673 for Parts / Restoration', 'dSCQKpwwB', 18, 'Jabsco Marine Water Pump Model 1673 for Parts / Restoration.', 63.49, NULL, NULL, 66.83, 'Jabsco Marine Water Pump Model 1673 for Parts / Restoration-86732.png', 'Jabsco Marine Water Pump Model 1673 for Parts / Restoration-53250.png', 'Jabsco Marine Water Pump Model 1673 for Parts / Restoration-29362.png', 'Accessories', 2.0, NULL, 1, '2024-01-25 17:24:14', '2024-01-25 22:40:49'),
(522, 'Eternals 7 8 9 10 (1986) Canadian Newsstand Marvel Comic Book Lot CPV NM 9.2', 'G8kjghpei', 18, 'The Eternals #7-10 published by Marvel. Lot of 4 comics in NM 9.2 condition with very minimal creasing and no color break. Canadian newsstand variants. Please review photos closely.\r\n\r\nPlease note - we are not professional graders! Always look', 48.37, NULL, NULL, 70.55, 'Eternals 7 8 9 10 (1986) Canadian Newsstand Marvel Comic Book Lot CPV NM 9.2-43389.jpeg', 'Eternals 7 8 9 10 (1986) Canadian Newsstand Marvel Comic Book Lot CPV NM 9.2-51520.jpeg', 'Eternals 7 8 9 10 (1986) Canadian Newsstand Marvel Comic Book Lot CPV NM 9.2-60314.jpeg', 'Books', 3.5, NULL, 1, '2024-01-25 17:24:42', '2024-01-25 22:40:01'),
(523, '3 Silicone Anal Plugs Training Set Bullet Dildo Vibrator', 'nKuIHX53a', 14, '[Body-safe Material] All 3 anal plugs are made from 100% silicone, an anal-friendly material that’s non-porous, latex phthalate-free and safe for most people with chemical sensitivities. Smooth silicone feels soft to the touch but firm enough to give you a delicious feeling of fullness. Meanwhile, it is easily cleaned with soap and water, boiling or the dishwasher.\r\n\r\n[Safe and Comfortable Flared Base] The butt plugs come with a curved base that fits smoothly and comfortably between your cheeks. This allows you to wear the plugs for extended periods of time whether you’re doing chores around the house, wandering around public or having sex. Flared T-bar base prevents unwanted travel and stimulates your perineum during wear for double the pleasure heaven.\r\n\r\n[Curved Shaft for Anal Play] YOSPOSS Trainer butt plugs are specially shaped to maximize your anal pleasure and comfort. Each plug features a curved tip that slips in easily with some water-based lube. The flared shaft is firm to the touch and big enough to fill you up just right. The slim neck bends and flexes to better fit your body.\r\n\r\n[From Anal Beginner to Expert] The trainer set comes with 3 butt plugs. Start with the small, beginner-friendly plug to wet your whistle for backdoor play. Then move on to the medium plug to challenge your rear with a longer and thicker shaft. And then graduate to the large plug to push your backdoor limits to the max! After conquering the large plug, you can move on to even bigger backdoor toys as well as other forms of anal stimulation like prostate play or anal sex.\r\n\r\n[Ideal for Men and Women] This smooth, flexible butt plug training set is ergonomically designed to fit your natural internal shape perfectly, each plug has a clever curve in the shaft to allow it to massage all your favorite erogenous zones. If you are male, butt plugs can stimulate prostate, and if you are female, plugs can create incredibly pleasurable pressure on the back vaginal wall. Build up your anal comfort level and backdoor expertise with this beginner-friendly butt plug trainer set!', 17.80, NULL, NULL, 22.99, '3 Silicone Anal Plugs Training Set Bullet Dildo Vibrator-38629.jpeg', '3 Silicone Anal Plugs Training Set Bullet Dildo Vibrator-23371.jpeg', '3 Silicone Anal Plugs Training Set Bullet Dildo Vibrator-23541.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-25 17:26:34', '2024-01-25 22:39:15');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(524, 'Orange Manga Volume 1-7(END) Full Set English Version Comic Book', 'WChPyLaYs', 18, 'Orange Manga Volume 1-7(END) Loose OR Full Set English Version Comic Book\r\n\r\nStory Summary:\r\n\r\nOrange is a romance/high school drama with a speculative twist. Sixteen-year-old Naho Takamiya discovers a letter from herself from ten years into that future that tells her to watch for a new transfer student, Kakeru Naruse, who will become one of her friends. Though happiness has not eluded future Naho, she has many regrets over things that she wishes her younger self had done differently.\r\n\r\nItem Description:\r\n\r\nTitle: Orange\r\n\r\nWriter/Author: Ichigo Takano\r\n\r\nCondition: Brand New and Sealed\r\n\r\nLanguage: English Language\r\n\r\nVolume: 1-7 (END)\r\n\r\nVolume 1-5\r\n\r\nVolume 6 - Future\r\n\r\nVolume 7 - To You, Dear One (Final)\r\n\r\nGenre: Romance, Slice Of Life\r\n\r\nPublisher: WOS Limited Manga\r\n\r\nIMPORTANT NOTE!!\r\n\r\nThis Book Not Suitable for collector because this was not from Original Publisher(Viz Media, Square Enix etc.).\r\n\r\nSuitable for first time want to read manga.\r\n\r\nAll contents originally from Original Publisher but for printing and book its premium quality from WOS Limited Manga.\r\n\r\nANOTHER IMPORTANT NOTE:\r\n\r\nIf you buy full set (all 7 books), we will use Express Shipping Courier to send the product to your address. Save Money, Save Time, More Value.', 135.99, NULL, NULL, 150.00, 'Orange Manga Volume 1-7(END) Full Set English Version Comic Book-88816.jpeg', 'Orange Manga Volume 1-7(END) Full Set English Version Comic Book-64073.jpeg', 'Orange Manga Volume 1-7(END) Full Set English Version Comic Book-25486.jpeg', 'Books', 2.5, NULL, 1, '2024-01-25 17:31:47', '2024-01-25 22:38:38'),
(525, 'CLOUD 9 PORTABLE SEX MACHINE THRUSTING DILDO PENETRATING SEX TOY', 'aeGKSh4n6', 16, 'Cloud 9 Sex Machine Portable features extended length with stability handles. Sex Machine portable Power Thruster comes completely assembled, simply screw on the suction cups and dildo and you are ready to go. The Power Thruster also features a built in, secure handle grip for stability during play. This extremely versatile sex machine offers a wired variable speed control. offering a full range of slow to fast speeds, up to 195 strokes per minute. The Power Thruster includes a dildo and is compatible with all Vac-U-Lock attachments adapter included). This smaller, lightweight sex machine can be used on the bed, from behind, or squatting directly overhead with the handle. Each Portable Power Thruster is shipped with a bonus of 6.5 inches realistic dildo and Vac-U-Lock adapter. Total adjustable Thruster arm. The innovative feature of this portable Cloud 9 Sex Machine is a totally adjustable thruster arm that can be angled to give you what you want in all your favorite positions, up to 135 degrees. To change the thrusting angle, simply loosen the adjustment knobs on the machine frame. The Power Thruster includes 4 suction cups to securely mount the machine on a flat surface. Features fully adjustable penetration arm up to 135 degrees. Extended handle grip rail to assist with stability during use. Strong over sized suction cups for flat surfaces. Vac-U-Lock adapter included. Wired remote control with variable speed control. Cloud 9 Sex Machine Portable Power Thruster contents includes integrated adjustable thrust mount enabling thrusting at multi angles. A power supply transformer low voltage for hook up. 4 screw on suction cups. Wired variable speed remote hand control. A variable speed controller with extra long, Bonus accessories includes Vac-U-Lock adapter for use with Vac-U-Lock type dildo. 6.5 inches realistically shaped dildo.', 359.20, NULL, NULL, 449.00, 'CLOUD 9 PORTABLE SEX MACHINE THRUSTING DILDO PENETRATING SEX TOY-74884.jpeg', 'CLOUD 9 PORTABLE SEX MACHINE THRUSTING DILDO PENETRATING SEX TOY-67515.jpeg', 'CLOUD 9 PORTABLE SEX MACHINE THRUSTING DILDO PENETRATING SEX TOY-35056.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 17:35:30', '2024-01-25 22:38:06'),
(526, 'Sucking Male Masturbator Extra Tight Blowjob Stroker Cup', '0BnpkMBDV', 17, 'Realistic Adult Sex Toy Sucking Male Masturbator Extra Tight Blowjob Stroker Cup\r\n\r\nBrand new and high quality', 19.99, NULL, NULL, 20.93, 'Sucking Male Masturbator Extra Tight Blowjob Stroker Cup-53535.jpeg', 'Sucking Male Masturbator Extra Tight Blowjob Stroker Cup-11294.jpeg', 'Sucking Male Masturbator Extra Tight Blowjob Stroker Cup-46946.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-25 17:44:07', '2024-01-25 22:37:42'),
(527, '2.02 TCW Pear Natural Fancy Light Yellow Diamond Wedding Band 14k White Gold', 'C5ShLPmrI', 18, 'This stunning wedding band features pear-shaped natural fancy light yellow diamonds with a total carat weight of 2.02. The diamonds are set in a beautiful 14k white gold band, creating a captivating and unique look. It\'s the perfect choice for adding a touch of elegance and sophistication to your wedding day. Good luck in finding the perfect wedding band!', 3618.50, NULL, NULL, 4300.06, '2.02 TCW Pear Natural Fancy Light Yellow Diamond Wedding Band 14k White Gold-79807.jpeg', '2.02 TCW Pear Natural Fancy Light Yellow Diamond Wedding Band 14k White Gold-60385.jpeg', '2.02 TCW Pear Natural Fancy Light Yellow Diamond Wedding Band 14k White Gold-14967.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-25 17:48:08', '2024-01-25 22:37:02'),
(528, 'Dildo Keychain', '0JtW7g56q', 17, 'This funny enamel keychain by Wood Rocket is the perfect novelty accessory for your pocket. Display your sex product pride! This Pink Dildo Sex Toy Keychain is pink and looks just like a dildo only smaller! Hang it on your key ring or give it as a gift!', 15.00, NULL, NULL, 19.99, 'Dildo Keychain-77813.jpeg', 'Dildo Keychain-28800.jpeg', NULL, 'Toys and games', 4.5, NULL, 1, '2024-01-25 17:48:11', '2024-01-25 22:36:30'),
(529, 'Remote Control Vagina', '2LdtEq3ky', 17, 'Stocking cycle: 1-2 working days\r\n\r\nRefund Policy:\r\n\r\n1. Since this is a very large and heavy product, we do not accept returns and refunds for reasons other than quality problems, hope that you can solve.\r\n\r\n2. If there is a problem with the quality of the product, but you have already used the product, and the product can no longer be sold to others, we will also not accept return or refund applications.\r\n\r\n3. If you find any problems after receiving the product, please communicate with us in time.', 35.99, NULL, NULL, 30.44, 'Remote Control Vagina-89076.jpeg', 'Remote Control Vagina-68113.jpeg', 'Remote Control Vagina-40830.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 17:55:13', '2024-01-25 22:35:52'),
(530, 'Horny Paddle Large Pin', 'd3fNrcRuN', 17, 'This fun soft enamel Horny lapel pin by Wood Rocket is the perfect accessory. Wear your sex product pride! This Horny paddle Sex Toy Pin is black with gold and looks just like a fetish BDSM paddle but it\'s tiny! Stick it on your hat or clothes or backpack or bag or purse it or give it as a gift!', 12.59, NULL, NULL, 16.99, 'Horny Paddle Large Pin-53786.jpeg', 'Horny Paddle Large Pin-58634.jpeg', NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-25 17:59:42', '2024-01-25 22:35:29'),
(531, 'Foreplay Frenzy Climaxer Silicone Rabbit Vibrator Multi Function Sex Toy Purple', 'S25Lv7yW6', 16, 'Foreplay Frenzy Climaxer Silicone Rabbit Vibrator\r\n\r\nBrand new, made by Calexotics.', 20.99, NULL, NULL, 29.70, 'Foreplay Frenzy Climaxer Silicone Rabbit Vibrator Multi Function Sex Toy Purple-10959.jpeg', 'Foreplay Frenzy Climaxer Silicone Rabbit Vibrator Multi Function Sex Toy Purple-29975.jpeg', 'Foreplay Frenzy Climaxer Silicone Rabbit Vibrator Multi Function Sex Toy Purple-48129.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-25 18:04:25', '2024-01-25 22:35:01'),
(532, 'Separable Anal Butt Plug Fox Tail', 'vGl8JGvJa', 16, 'We do our best service to satisfy the buyer, please contact with us if there is any quality issue , item not received etc., refund or replacement is acceptable. Please do not leave a negative feedback before the contact. Thanks.', 30.50, NULL, NULL, 34.99, 'Separable Anal Butt Plug Fox Tail-62109.jpeg', 'Separable Anal Butt Plug Fox Tail-67259.jpeg', 'Separable Anal Butt Plug Fox Tail-63664.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-25 18:08:34', '2024-01-25 22:34:10'),
(533, 'High Power Multi-Frequency Automatic Masturbator Sex Toys Penis can be replaced', 'qCeQdsLWe', 16, 'We also offer dildos in a variety of textures and sizes to suit fully automatic cannon machine', 76.99, NULL, NULL, 81.42, 'High Power Multi-Frequency Automatic Masturbator Sex Toys Penis can be replaced-83491.jpeg', 'High Power Multi-Frequency Automatic Masturbator Sex Toys Penis can be replaced-45662.jpeg', 'High Power Multi-Frequency Automatic Masturbator Sex Toys Penis can be replaced-75162.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 18:12:20', '2024-01-25 22:33:35'),
(534, 'Rotating Clitoral Rose Vibrator', 'Ye9lfJV8u', 17, 'The difference from tongue licking is that the clitoris is a 360-degree rotating massage, which stimulates the clitoris and wakes up every sensitive area around the clitoris, making your orgasm more intense and satisfying.\r\n\r\n2. The Rose vibrator has 9 vibrations 9 rotations of Nipple/Clitoral stimulating 9 dildo thrusting modes (Can also use as a thrusting vibrating egg)\r\n\r\n3. Magnetic recharging to save the trouble seeking charging port at night without turning the lights on.\r\n\r\n4. Size: 38.5 * 5.8 cm\r\n\r\n5. I would say this is also the rose sex toys for Lesbian,one love string connect you and her. Perfect length one side for her and one side for you,enjoy the orgasm coming at the same time.\r\n\r\n6. Twist,pinch,clip.thrust and vibration in one vibrator.', 50.59, NULL, NULL, 59.99, 'Rotating Clitoral Rose Vibrator-28581.jpeg', 'Rotating Clitoral Rose Vibrator-67616.jpeg', 'Rotating Clitoral Rose Vibrator-52564.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-25 18:16:55', '2024-01-25 22:31:01'),
(535, '10 Speed Vibration Clit Stimulation Adult Sex Toy Vibrating Jump Love Egg Mini B', 'weMPA8Cec', 14, 'Item: 10 Speed Mini Bullet Vibrator\r\n\r\nMaterial: ABS\r\n\r\nFunction:10 speed vibration\r\n\r\nColor: Black, Blue, Red, White, Silver, Golden, Purple, Violet, Yellow, Green\r\n\r\nBattery: Powered by 1pc AAA battery, but the battery is not include in the order', 10.00, NULL, NULL, 12.99, '10 Speed Vibration Clit Stimulation Adult Sex Toy Vibrating Jump Love Egg Mini B-81036.jpeg', '10 Speed Vibration Clit Stimulation Adult Sex Toy Vibrating Jump Love Egg Mini B-73879.jpeg', '10 Speed Vibration Clit Stimulation Adult Sex Toy Vibrating Jump Love Egg Mini B-32279.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 18:22:41', '2024-01-25 21:59:43'),
(536, 'Cute Jelly Soft Dildo', 'JXTuh9P44', 7, 'In order to avoid embarrassment and protect the privacy of our customers, there is no sensitive vocabulary on the product packaging, nor the name of store\r\n\r\nThe following models absorb light for about 10-30 minutes under the lamp, which can bring different surprises in the dark! ! !\r\n\r\nProduct Properties\r\n\r\nMaterial?Liquid Silicone\r\n\r\nSpecification?Details Page\r\n\r\nUsed for?Sexshop Adult Sex Toys for Couples\r\n\r\nFeature?Couples Gay Lesbian Anal Penis Gode Erotic Adult Toy\r\n\r\nFunction 1?Advanced Materials, Masturbation,Flirting\r\n\r\nFunction 2?Beautiful Appearance and Easy To Use. Anal Play G Spot Stimulate\r\n\r\nFunction 3?The Dildo Is Waterproof, You Can Use It In The Shower or Wherever You Need It\r\n\r\nTips\r\n\r\n? It is recommended to use with lubricat and condoms\r\n\r\n? This product can be recycled. Please clean the product after use\r\n\r\nAbout Packaging\r\n\r\nIn order to protect your privacy, we guarantee to send your products under safe conditions. The product will be packed in airbag/white bubble plastic packaging to avoid damage during transportation', 12.89, NULL, NULL, 14.99, 'Cute Jelly Soft Dildo-51341.jpeg', 'Cute Jelly Soft Dildo-81358.jpeg', 'Cute Jelly Soft Dildo-90591.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-25 18:27:58', '2024-01-25 21:59:01'),
(537, 'MICHELE Diamante IN Acciaio Inox CSX Orologio Al Quarzo da Donna W / Pelle', 'br6FtKlyE', 15, 'Questo splendido orologio presenta un design elegante con una cassa in acciaio inossidabile e un cinturino in pelle. Il movimento al quarzo garantisce una precisione impeccabile. Con i dettagli di diamante che aggiungono un tocco di brillantezza, questo orologio è perfetto per le donne che cercano un accessorio sofisticato e alla moda. Spero che troverai l\'orologio perfetto per te!', 934.64, NULL, NULL, 1122.00, 'MICHELE Diamante IN Acciaio Inox CSX Orologio Al Quarzo da Donna W / Pelle-46214.jpeg', 'MICHELE Diamante IN Acciaio Inox CSX Orologio Al Quarzo da Donna W / Pelle-93952.jpeg', 'MICHELE Diamante IN Acciaio Inox CSX Orologio Al Quarzo da Donna W / Pelle-75659.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-25 18:31:26', '2024-01-25 21:58:12'),
(538, '120V, Inverter Power Source for Easy Operation, Portable Shoulder Strap, Best fo', 'GHvEh9hne', 18, 'This power source is perfect for on-the-go use, allowing you to easily power your devices wherever you are. With its inverter technology, it provides a reliable and stable power output. The portable shoulder strap makes it convenient to carry around. It\'s a great choice for those who need a portable power source for various purposes. Hope this helps!', 331.82, NULL, NULL, 349.28, '120V, Inverter Power Source for Easy Operation, Portable Shoulder Strap, Best fo-83114.jpeg', '120V, Inverter Power Source for Easy Operation, Portable Shoulder Strap, Best fo-95034.jpeg', '120V, Inverter Power Source for Easy Operation, Portable Shoulder Strap, Best fo-53037.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-25 18:44:23', '2024-01-25 21:56:50'),
(539, 'Metal Swing Bench with Frame Tserovani', 'tg2EloGHq', 19, 'This swing bench features a sturdy metal frame that provides stability and durability. It\'s designed to comfortably seat multiple people, making it perfect for relaxing and enjoying the outdoors. The Tserovani design adds a touch of elegance and style to your outdoor space. It\'s a great addition to any garden or patio area. Swing away and enjoy the fresh air!', 995.00, NULL, NULL, 1233.55, 'Metal Swing Bench with Frame Tserovani-13030.jpeg', 'Metal Swing Bench with Frame Tserovani-25664.jpeg', 'Metal Swing Bench with Frame Tserovani-63688.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 18:50:00', '2024-01-25 21:55:36'),
(540, 'Westinghouse Dual Fuel Generator 4650/3600 Gas and Propane Powered Portable New', 'U7Xyw4Xj5', 19, 'This generator is a versatile and reliable power source that can be powered by both gas and propane. With a power output of 4650 watts on gas and 3600 watts on propane, it provides ample power for your needs. Its portable design makes it easy to transport and use in various locations. It\'s a great choice for outdoor activities, emergencies, or as a backup power source. Stay powered up with this dual fuel generator!', 374.99, NULL, NULL, 470.55, 'Westinghouse Dual Fuel Generator 4650/3600 Gas and Propane Powered Portable New-63877.jpeg', 'Westinghouse Dual Fuel Generator 4650/3600 Gas and Propane Powered Portable New-91985.jpeg', 'Westinghouse Dual Fuel Generator 4650/3600 Gas and Propane Powered Portable New-31385.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 18:56:24', '2024-01-25 21:23:14'),
(541, 'Platinum Diamond Ring 11.89g Fine Jewelry Size 5.75 Band Oval Channel Set', 'c9hFPNjSH', 7, 'This stunning ring is crafted from platinum and features a beautiful oval channel set design. It\'s adorned with sparkling diamonds, adding a touch of elegance and brilliance. With a weight of 11.89 grams, it\'s a substantial and high-quality piece of fine jewelry. The ring is a size 5.75, making it a perfect fit for those with that ring size. It\'s a truly exquisite piece that will make a statement wherever you wear it. Enjoy the beauty and sparkle of this platinum diamond ring!', 1187.95, NULL, NULL, 2345.00, 'Platinum Diamond Ring 11.89g Fine Jewelry Size 5.75 Band Oval Channel Set-44490.jpeg', 'Platinum Diamond Ring 11.89g Fine Jewelry Size 5.75 Band Oval Channel Set-85990.jpeg', 'Platinum Diamond Ring 11.89g Fine Jewelry Size 5.75 Band Oval Channel Set-51433.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-25 19:07:37', '2024-01-25 21:14:18'),
(542, 'Furuno DFF1 Newtork Sounder Used Pulled From System', 'jhydSZ9Of', 18, 'Furuno DFF1 Newtork Sounder Used Pulled From System', 198.00, NULL, NULL, 200.00, 'Furuno DFF1 Newtork Sounder Used Pulled From System-96528.jpeg', 'Furuno DFF1 Newtork Sounder Used Pulled From System-59929.jpeg', 'Furuno DFF1 Newtork Sounder Used Pulled From System-30614.jpeg', 'Accessories', 2.5, NULL, 1, '2024-01-25 22:49:00', '2024-01-25 22:49:00'),
(543, 'Anal Vibrator Sex Toy For Women Anal Beads Vibrators Gay Prostate Massage Smooth', 'MbMV7UOfF', 18, 'Material: Medical grade silicone\r\n\r\nColor: Black\r\n\r\nSize: 7 inch total length, 5.5” insertable\r\n\r\nWeight: 4.3 oz\r\n\r\nGender: Unisex\r\n\r\nWater Resistance: 100% Waterproof\r\n\r\nVibration modes: 16 stimulation modes\r\n\r\nPower source: 1 x AAA battery (Included)\r\n\r\nPackage include:\r\n\r\n1 * Anal beads with bullet vibrator\r\n\r\n1 * User Manual\r\n\r\n1 * Privacy Package Box\r\n\r\nSuperior Safe Material: Medical grade silicone material, super-smooth and flexible, nontoxic, odorless, hypoallergenic, latex phthalates free, safe and durable in use.\r\n\r\nTapered Design: Graduated anal beads let you start slow with a 0.7” tip. Work your way slowly up to the 1.4” base for a thrilling, filling feel. Flared T-bar base prevents unwanted travel and stimulates perineum. Add in sensual vibrations and you’ll discover new worlds of pleasure!\r\n\r\nMulti-Speed Powerful Vibration: Explore 3 intense levels of vibration and 13 different patterns as power pulses from vibrating bullet within the graduated beads. The removable bullet vibe offers a range of versatile external play options.\r\n\r\nWaterproof: This luxury anal vibe is fully submersible, so it’s ideal for intimate shower or tub fun, and easy to clean it for carefree backdoor stimulation and training. Better effect to use with water-based lubricants.', 39.00, NULL, NULL, 48.00, 'Anal Vibrator Sex Toy For Women Anal Beads Vibrators Gay Prostate Massage Smooth-26757.jpeg', 'Anal Vibrator Sex Toy For Women Anal Beads Vibrators Gay Prostate Massage Smooth-72124.jpeg', 'Anal Vibrator Sex Toy For Women Anal Beads Vibrators Gay Prostate Massage Smooth-61520.jpeg', 'Toys and games', 2.5, NULL, 1, '2024-01-25 22:51:17', '2024-01-25 22:51:17'),
(544, 'Good compressor refrigerated cointainer unit trade refrigerator organizer storage cointainer new 40ft', 'HWUCWTAUf', 19, 'The container is to be designed and manufactured for the carriage of refrigerated (frozen, chilled) foodstuffs and general cargo by land (on road or rail) and by sea (above or below deck) throughout the world.\r\nA mechanical refrigeration unit of a “one piece picture frame type\" will be fitted to the front end frame in order to control the inside temperature.\r\nStandard reefer containers have the advantages of light weight, high strength and good thermal insulation performance. Variety design can meet the customer’s different needs. At present, we can provide customers with pure cyclopentane, mixed foaming, 245fa and other environmental blowing agent reefer containers. At the same time, we can also provide FRP liner, butt welding aluminum 1iner, high strength steel frame and other lightweight refrigerated reefer design.\r\n\r\nUsage:\r\n● International shipment for food,fruit etc.goods that have temperature requirement\r\n● Storage usage\r\n● Cooling warehouse', 4800.00, NULL, NULL, 5000.00, 'Good compressor refrigerated cointainer unit trade refrigerator organizer storage cointainer new 40ft-89564.jpeg', 'Good compressor refrigerated cointainer unit trade refrigerator organizer storage cointainer new 40ft-40052.jpeg', 'Good compressor refrigerated cointainer unit trade refrigerator organizer storage cointainer new 40ft-50787.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-25 22:53:01', '2024-01-25 22:53:01'),
(545, '21608512 High Pressure Fuel Pump For Volvo Penta Stern 8.1L Engine 21397772', 'AnuOqM2py', 18, '30-day Warranty with Exchange for defective, malfunctioned, incorrect or parts-missing items. Please notify us and return the item with all parts and accessories packed and marked \"FOR EXCHANGE\" within 14 days of receipt.\r\n\r\nIf defective, malfunctioned or parts-missing items are no longer available, a refund may be issued.\r\n\r\nAll returning postage costs will be the responsibility of the buyers under all circumstances.', 149.00, NULL, NULL, 160.00, '21608512 High Pressure Fuel Pump For Volvo Penta Stern 8.1L Engine 21397772-39975.jpeg', '21608512 High Pressure Fuel Pump For Volvo Penta Stern 8.1L Engine 21397772-59502.jpeg', '21608512 High Pressure Fuel Pump For Volvo Penta Stern 8.1L Engine 21397772-95229.jpeg', 'Accessories', 2.5, NULL, 1, '2024-01-25 22:57:46', '2024-01-25 22:57:46'),
(546, 'SCREAMING O RING O PENIS RING REUSABLE SEX TOY', 'UxMUcYceL', 17, 'Screaming O RingO\'s Blue super stretchy erection ring. Ring Os are one of our most popular sex toys thanks to their simple and effective design. These super stretchy cock rings have one purpose to help keep his erections strong and hard. No bells and whistles, just straight up better sex! Simply stretch the Ring O?s tightly around your penis and testicles and position it directly at the base of the package the snug fit is what helps restrict blood flow to the penis, which is how it helps keep it harder for longer. Users also may feel more sensitive, a heightened sense of pleasure, and some Ring Os fans experience more powerful orgasms. Ring O?s are also reusable just give them a wash with soap and warm water and enjoy one of the best adult toys on the market! Made using body safe SEBS silicone.', 8.00, NULL, NULL, 10.00, 'SCREAMING O RING O PENIS RING REUSABLE SEX TOY-18100.jpeg', NULL, NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-25 22:58:33', '2024-01-25 22:58:33'),
(547, '* Original Yamaha YAS-62 Professional Alto Saxophone - Gold Lacquer', 'hb5gw5pBQ', 19, 'item\r\nvalue\r\nPlace of Origin\r\nJapan\r\nBrand Name\r\nYamahaS\r\nModel Number\r\nYAS62\r\nSurface Material\r\nGold Lacquer\r\nBody Material\r\nBrass\r\nHead Material\r\nBakelite\r\nTone\r\nEB', 2320.00, NULL, NULL, 2410.00, '* Original Yamaha YAS-62 Professional Alto Saxophone - Gold Lacquer-37667.jpeg', '* Original Yamaha YAS-62 Professional Alto Saxophone - Gold Lacquer-65703.jpeg', '* Original Yamaha YAS-62 Professional Alto Saxophone - Gold Lacquer-27371.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-25 22:59:23', '2024-01-25 22:59:23'),
(548, 'NovelBee 12V 12 GPM Water Pump Sump Macerator Pump for Boat Camper Home Garden .', 'NIy8Pqmtj', 18, 'NovelBee 12V 12 GPM Water Pump Sump Macerator Pump for Boat Camper Home Garden .. Shipped with USPS Ground Advantage.', 54.00, NULL, NULL, 55.00, 'NovelBee 12V 12 GPM Water Pump Sump Macerator Pump for Boat Camper Home Garden .-92561.png', 'NovelBee 12V 12 GPM Water Pump Sump Macerator Pump for Boat Camper Home Garden .-89719.png', 'NovelBee 12V 12 GPM Water Pump Sump Macerator Pump for Boat Camper Home Garden .-85366.png', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:01:34', '2024-01-25 23:01:34'),
(549, 'Sex & Mischief Silicone Lips - Pink', 'h767EXZIr', 7, 'Create a sexy lipstick fantasy with the Silicone Lips open mouth gag. Wrap your lips around the gag and secure with the adjustable vegan leather strap with buckle closure. Features: Secure with adjustable vegan leather strap Buckle closure Nickel free metal hardware 25\" inch strap One size fits most In The Box: 1 Silicone Lips mouth gag Materials: 60% silicone, 32% polyurethane, 8% nickel free metal', 10.00, NULL, NULL, 12.00, 'Sex & Mischief Silicone Lips - Pink-27112.jpeg', 'Sex & Mischief Silicone Lips - Pink-89904.jpeg', NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-25 23:03:35', '2024-01-25 23:03:35'),
(550, 'Fuel Tanker Trailer', '4Daj4SJYX', 19, 'This is the latest tank truck designed by our Ruiyuan. It is made of high-strength, corrosion-resistant materials and is suitable for a variety of transportation environments. Our trailers are customizable and come in a variety of sizes for customers to choose from.', 13000.00, NULL, NULL, 14000.00, 'Fuel Tanker Trailer-75883.jpeg', 'Fuel Tanker Trailer-19211.jpeg', 'Fuel Tanker Trailer-80440.jpeg', 'Industrial', 3.0, NULL, 1, '2024-01-25 23:05:26', '2024-01-25 23:05:26'),
(551, 'Jabsco 36200-0000 Pumpgard In-Line sea strainer, 3/4\" ports, 2 anchor mounts', 'Pa5cm9LaF', 18, 'Jabsco 36200-0000 Pumpgard In-Line sea strainer, 3/4\" ports, 2 anchor mounts', 28.00, NULL, NULL, 40.00, 'Jabsco 36200-0000 Pumpgard In-Line sea strainer, 3/4\" ports, 2 anchor mounts-48604.jpeg', NULL, NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:06:14', '2024-01-25 23:06:14'),
(552, 'Sex & Mischief Whip & Tickle - Pink/white', '3fDd3msFk', 7, 'Discover what a little pleasure and pain can evoke from your plaything.\r\n\r\nTickle, tease and tempt their flesh towards desperate arousal. Caress every curve into complacency...then spank it into submission with this devious dual-action whip tickler. Your lover will be begging for your touch as the delicate feathers and stinging silicone threads take them to the edge. The perfect balance of soft and striking, this implement of delight plays well with your favorite lingerie or a set of cuffs - and even comes complete with a guide of playful activities to tickle your partners fancy with.', 12.00, NULL, NULL, 15.00, 'Sex & Mischief Whip & Tickle - Pink/white-89954.jpeg', NULL, NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-25 23:06:50', '2024-01-25 23:07:10'),
(553, 'Anal Butt Plug HEART STAINLESS Butt Plug Sex Toy For Women Men Couple Gift', '5pltD3RhB', 7, 'Colors Gem Base Metal Anal Plug, Butt G-spot Masturbation Tool, Sex Massager, Adult Sex Accessory', 9.00, NULL, NULL, 16.00, 'Anal Butt Plug HEART STAINLESS Butt Plug Sex Toy For Women Men Couple Gift-83676.jpeg', 'Anal Butt Plug HEART STAINLESS Butt Plug Sex Toy For Women Men Couple Gift-91099.jpeg', 'Anal Butt Plug HEART STAINLESS Butt Plug Sex Toy For Women Men Couple Gift-31577.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-25 23:11:55', '2024-01-26 05:10:20'),
(554, 'Power and Performance Meet Comfort: Power-Buggy DX 4-Wheel Electric Scooter', 'YZopTa0sW', 18, 'Power and Performance Meet Comfort: Power-Buggy DX 4-Wheel Electric Scooter\r\n\r\nMain Technical Parameters:\r\n\r\nMotor power: 60V 700W, Brushless motor, Climbing angle: ?25\r\n\r\nFront brake: Drum brake, Rear brake: Drum brake\r\n\r\nMax. Speed: 15 m/h, Run distance: 43 miles per charge, depending on many factors\r\n\r\nBattery capacity: 12V20AH x 5 PCS\r\n\r\nInstrument: Liquid Crystal Display\r\n\r\nWheel size: Front (90)60/65?8; Rear 120/50?9\r\n\r\nWeight capacity: 500lbs\r\n\r\nSeat above ground: 27 inches, Seat size: 22.5 x 17.5 x 23 (inches) (LXWXH)\r\n\r\nSteering height: 41? from the ground\r\n\r\nFloor clearance” 5?\r\n\r\nForward and reverse switch with high/low speed switch included\r\n\r\nVariable speed control and battery level indicator included\r\n\r\nCargo cox dimension: 12 x 20 x 11 (inches) (LxWxH)\r\n\r\nScooter total weight: 333Ibs\r\n\r\nBattery: Sealed Lead acid battery\r\n\r\nFront/Rear shock absorbers and reflectors are included\r\n\r\nCharge time: 3-8 H Charger input: AC110V Charger: Smart charger included\r\n\r\nSIZE: 72? length, 27? width, 65? height with hardtop canopy, 45? height without hardtop canopy.', 3899.00, NULL, NULL, 4304.00, 'Power and Performance Meet Comfort: Power-Buggy DX 4-Wheel Electric Scooter-62739.jpeg', 'Power and Performance Meet Comfort: Power-Buggy DX 4-Wheel Electric Scooter-27505.jpeg', 'Power and Performance Meet Comfort: Power-Buggy DX 4-Wheel Electric Scooter-48736.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-25 23:12:34', '2024-01-25 23:12:34'),
(555, 'Automatic Fast Contour Digital Laser Label Roll to Roll Die Cutter for Kiss-Cut Self-Adhesive Paper/Stickers / Vinyl for Signage', '7HvZtt5kf', 19, 'Industrial Butterfly Cricket Round Paper Die Cutting Slitting Cutter Slitter Press Equipment Machines for Crafts\r\nFeature :\r\nThis machine is suitable for blank adhesive labels. Die-cutting. Laminating (option).slitting can be finished in one process.\r\nIt has the function of automatic meter counting. automatic stop.\r\nweb guiding by photocell, The ma-chine has the characteristic of compact structure. fast speed.\r\nhigh efficiency. easy operation. accurate slitting and steady running etc.', 12790.00, NULL, NULL, 14550.00, 'Automatic Fast Contour Digital Laser Label Roll to Roll Die Cutter for Kiss-Cut Self-Adhesive Paper/Stickers / Vinyl for Signage-17127.jpeg', 'Automatic Fast Contour Digital Laser Label Roll to Roll Die Cutter for Kiss-Cut Self-Adhesive Paper/Stickers / Vinyl for Signage-61461.jpeg', 'Automatic Fast Contour Digital Laser Label Roll to Roll Die Cutter for Kiss-Cut Self-Adhesive Paper/Stickers / Vinyl for Signage-38373.jpeg', 'Industrial', 3.0, NULL, 1, '2024-01-25 23:13:53', '2024-01-25 23:13:53'),
(556, '2 pcs Bullet Vibrator Dildo Clitoral Massager G-Spot Sex Toy for Women Anal', 'RMX5Tena7', 16, 'Designed for direct stimulation, the budget-friendly Classic Bullet Vibe focuses vibrations on your clit, nipples and other parts for intense sensations. And since it?s longer than your average bullet, you can even use the Classic Bullet Vibe internally on your G-Spot and other sensitive areas!\r\n\r\nThe variable speeds deliver steady stimulation wherever and whenever you need it the most.\r\n\r\nwaterproof ? perfect for fun in the shower or tub. The watertight seal also makes the vibrator easy to clean for long-lasting enjoyment.', 7.00, NULL, NULL, 12.00, '2 pcs Bullet Vibrator Dildo Clitoral Massager G-Spot Sex Toy for Women Anal-88799.jpeg', '2 pcs Bullet Vibrator Dildo Clitoral Massager G-Spot Sex Toy for Women Anal-21766.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-25 23:15:04', '2024-01-26 05:12:58'),
(557, '110 Gallon Sprayer Sports, Lawn Care and Utility Sprayer', 'LRKEWTivK', 18, 'Stadium 110 Gallon Sports Turf Sprayer, Lawn Care Sprayer, and Utility Sprayer.\r\n\r\nSTADIUM-110 FOR UTILITY VEHICLES W/110 LB PAYLOAD.\r\n4,444) M-3414-FL 110 Gal. Low Profile Poly spray gun 25 ft. hose and 10 ft. boom with tips. 12 volt electric 3.5 gpm/45 psi. No Engine. 420 lbs.\r\n\r\n(3,573) M-3414-FL-1 Same as above less boom. Includes control box.\r\n\r\n(6,088) M-3414-GEXL 110 Gal. Low Profile Silver Series Roller Pump. 9.0 gpm/100 psi. 3.5 hp Briggs Manual Start. Brass Trigger gun 25 ft. hose and 10 ft. boom with tips. 454 lbs.\r\n\r\n(5,060) M-3414-GEXL-1 Same as above less boom and control box.\r\n\r\n(6,259) M-3414-GEXL-H 110 Gal. Low Profile Silver Series Roller Pump. 9.0 gpm/100 psi. 4 hp Honda Engine. Brass Trigger gun 25 ft. hose and 10 ft. boom with tips. 495 lbs.\r\n\r\n(5,373) M-3414-GEXL-H-1 Same as above less boom and control box.\r\n\r\nOPTIONAL:\r\n\r\n(997) Trailer Package.\r\n\r\n(610) Calc-An-Acre Wth Digital Read Out.\r\n\r\nCompact and safe, low center of gravity.\r\n\r\nLow-profile tank design provides safety and maximum operator visibility.\r\n\r\nLockable tank lid with anti-siphon fill prevents chemical spills.\r\n\r\nSelect an engine-driven Silver Series roller or 12-volt electric diaphragm pump.\r\n\r\nComes standard with spray gun, 25? hose, and low-maintenance, 10?, 3-way folding boom with electric on-off control.\r\n\r\n110 gallon low profile poly tank with 10\" locking lid, anti-siphon fill.\r\n\r\n3.5 Briggs or Honda gas engine with Hypro Silver Series roller pump or 12 volt electric diaphragm pump (heavy duty alternator required).\r\n\r\nHeavy duty steel skid 47 1/2\" wide x 53\" long.\r\n\r\nTank Dimensions 47\" X 38\" X 22\" (110 GAL)\r\n\r\nLiquid pressure gauge, line strainer, strainer basket under lid.\r\n\r\n10\' boom with 11\' 6\" spray coverage, boom breaks away forward and aft with manual fold transport, diaphragm nozzle bodies (no drip), extended range stainless steel tips (XR8004VS) .\r\n\r\nElectric boom control goes up by operator seat to turn boom off/on.\r\n\r\n25\' hose with spray gun and hose hanger.', 4550.00, NULL, NULL, 5680.00, '110 Gallon Sprayer Sports, Lawn Care and Utility Sprayer-69726.jpeg', '110 Gallon Sprayer Sports, Lawn Care and Utility Sprayer-66463.jpeg', NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:17:44', '2024-01-25 23:21:25'),
(558, 'Sex & Mischief 2-in-1 Feather Tickler Riding Crop', '9rg3kacs3', 17, 'Tickle, tap and torture with this impact-play toy that features a riding crop tip on one end and a feather tickler on the other. Keep your sweetie guessing with soft, spine-tingling touches from the tickler or sharp, breathtaking beats from the crop.\r\n\r\nTease all over the outside of the body with the long, red, fluffy feathers before exploring the same areas with firm stimulation from the spanking crop.', 12.00, NULL, NULL, 19.00, 'Sex & Mischief 2-in-1 Feather Tickler Riding Crop-57967.jpeg', 'Sex & Mischief 2-in-1 Feather Tickler Riding Crop-94291.jpeg', 'Sex & Mischief 2-in-1 Feather Tickler Riding Crop-62774.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-25 23:19:09', '2024-01-25 23:19:09'),
(559, '80 Gallon Low Profile Sprayer Sports, Lawn Care and Utility Sprayer', 'EZLoIzo6c', 18, 'Stadium 80 Sports Turf Sprayer, Lawn Care Sprayer, and Utility Sprayer.\r\n\r\nSTADIUM-80 FOR UTILITY VEHICLES W/800 LB PAYLOAD.', 4356.00, NULL, NULL, 5880.00, '80 Gallon Low Profile Sprayer Sports, Lawn Care and Utility Sprayer-17875.jpeg', NULL, NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:20:24', '2024-01-25 23:20:24'),
(560, 'High speed roll to roll color label printer Digital Label Printers For Color Label Printing', '0KCw6S2cW', 19, 'This printer is widely used and is a versatile expert in production (customized water labels, shoe labels, chemical labels, etc.) \r\nOur Advantages\r\n1. Advanced inkjet Memjet printing technology\r\n2. Outstanding printing speed\r\n3. Low cost/convenience\r\n4. Memjet print head', 9250.00, NULL, NULL, 10250.00, 'High speed roll to roll color label printer Digital Label Printers For Color Label Printing-14702.jpeg', 'High speed roll to roll color label printer Digital Label Printers For Color Label Printing-69420.jpeg', 'High speed roll to roll color label printer Digital Label Printers For Color Label Printing-87099.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-25 23:21:00', '2024-01-25 23:21:00'),
(561, 'Sex Toys Clitoral Vibrator For Women - Rose Adult Toys With 8 Tongue Licking', 'NNLNZ0V3p', 18, 'Sex Toys Clitoral Vibrator For Women - Rose Adult Toys With 8 Tongue Licking 8 Vibrating Modes Rose Sex Stimulator,Nipple Toys Vibrators Adult Toys Games For Man Woman Couples Pleasure', 40.00, NULL, NULL, 51.00, 'Sex Toys Clitoral Vibrator For Women - Rose Adult Toys With 8 Tongue Licking-83166.jpeg', NULL, NULL, 'Toys and games', 4.5, NULL, 1, '2024-01-25 23:22:46', '2024-01-25 23:22:46'),
(562, 'Tarusky Compression Socks for Women and Men - Best for Sports, Running, Athletic', 'SkcccyY3T', 18, 'Tarusky Compression Socks for Women and Men - Best for Sports, Running, Athletic', 3495.00, NULL, NULL, 4509.00, 'Tarusky Compression Socks for Women and Men - Best for Sports, Running, Athletic-66959.png', NULL, NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:23:19', '2024-01-25 23:23:19'),
(563, 'Mischief Rope Flogger', 'cFm5KYDmu', 17, 'Want a toy with a softer touch? Try this sensual red rope flogger. Tickle or tease, but definitely get your partner\'s attention.\r\n\r\nLength is 24 inches (60.96 cm).', 4.00, NULL, NULL, 7.00, 'Mischief Rope Flogger-63595.jpeg', NULL, NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-25 23:27:03', '2024-01-25 23:27:03'),
(564, 'Comfort and Convenience: Riding in Style with the GTX-L-60 Double-Seat Mobility', 'fXYfUysXU', 18, 'Comfort and Convenience: Riding in Style with the GTX-L-60 Double-Seat Mobility\r\n\r\nATTERIES: Five 20 Amp-Hr 12 Volt Lead acid maintenance free batteries, or Lithium batteries.\r\n\r\nCHARGER: Smart charger included\r\n\r\nSPEED: Up to 20mph\r\n\r\nTire size: 16? x 3?\r\n\r\nWeight capacity: 550 lbs\r\n\r\nDISTANCE: Up to 48 miles per charge\r\n\r\nTHROTTLE TYPE: Variable speed control- Twist Throttle\r\n\r\nKEY START: Yes\r\n\r\nBRAKING SYSTEM: Electric assist brake system\r\n\r\nDRIVE SYSTEM: Brushless motor\r\n\r\nLIGHTING: Full lighting system\r\n\r\nREVERSE GEAR: Yes\r\n\r\nTURNING RADIUS: 50? (Turning Diameter = 100?)\r\n\r\nCARTON SIZE: Shipped on a pallet SHIPPING WEIGHT: 330 lbs NET WEIGHT: 285 lbs\r\n\r\nELECTRIC LIGHT: Yes\r\n\r\nBATTERY INDICATOR: Yes\r\n\r\nSTORAGE BASKET: Large basket with hinged top is attached to back of the seat.\r\n\r\nSHOCK ABSORBER: Shock absorbers on front wheel forks plus separate shock absorber for each rear wheel!', 3399.00, NULL, NULL, 3876.00, 'Comfort and Convenience: Riding in Style with the GTX-L-60 Double-Seat Mobility-32561.png', 'Comfort and Convenience: Riding in Style with the GTX-L-60 Double-Seat Mobility-41273.png', 'Comfort and Convenience: Riding in Style with the GTX-L-60 Double-Seat Mobility-26672.png', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-25 23:27:45', '2024-01-25 23:27:45'),
(565, 'Best factory 8 heads 6/9/12/15 needles high speed actomatic computerized t shirt embroidery machine', '3pMC3sne0', 19, 'Model\r\nGX1204\r\nHead &Color\r\nFour heads,9 colors or 12 colors or 15 colors\r\nFmbroidery area\r\nY600mm*X400mm\r\nFeatures\r\nSuitable for embroidering on flat,caps,garments,shoes,belts,bags etc\r\nComputer\r\nDahao A15 10 inch touch screen\r\nHigh definition true color ,user friendly,with USB port\r\nXY Stepping motor,Main motor Dahao servo motor\r\nMaximum speed\r\n1200 RPM\r\nLanguage\r\nEnglish,Spanish,French,Italy,Russian etc.total 13 languages supported\r\nDesign Formats\r\nDST,DSB etc\r\nMemory Capacity\r\n100 million stitches,Stitch range:0.1mm~12.7mm\r\nAuto Functions\r\nAuto thread trimmer,auto color change,auto thread break detection\r\nMore Functions\r\nSave Start Point,28 built-in font libraries\r\nPower Supply\r\nAC220V,50-60Hz self adaptable,DC36 safe voltage output\r\nStandard Accessories\r\nCap frame,aluminum frames,table,nylon frames,\r\ntool box&spare parts\r\nOptional Devices\r\nSequins,cording,beads,pearls,laser cutting ,thermal cutting&boring device\r\nWeight\r\nNet weight:620kgs,Gross weight:580kgs\r\nPacking\r\nWooden packing,Size:L2000*W1130*H930mm', 4280.00, NULL, NULL, 4999.00, 'Best factory 8 heads 6/9/12/15 needles high speed actomatic computerized t shirt embroidery machine-89340.jpeg', 'Best factory 8 heads 6/9/12/15 needles high speed actomatic computerized t shirt embroidery machine-82306.jpeg', 'Best factory 8 heads 6/9/12/15 needles high speed actomatic computerized t shirt embroidery machine-95437.jpeg', 'Industrial', 2.5, NULL, 1, '2024-01-25 23:30:46', '2024-01-25 23:30:46'),
(566, 'Mischief Bed Bondage Restraint Kit', 'xbWJfWLL0', 7, 'Make any bed your bondage playground with this easy to install kit. No bed posts required! Four soft cuffs are attached to 60 inch adjustable straps. Also includes a 60 inch adjustable connector strap for a secure fit. Portable and perfect for travel.', 20.00, NULL, NULL, 29.00, 'Mischief Bed Bondage Restraint Kit-36751.jpeg', 'Mischief Bed Bondage Restraint Kit-27697.jpeg', 'Mischief Bed Bondage Restraint Kit-35160.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-25 23:31:28', '2024-01-25 23:31:28'),
(567, 'Outdoor Indoor Inflatable Land Rock Climbing Wall Sports Game for Adult and Kids', 'oJ3Yyik0Y', 18, 'Firstly, let\'s view more images of this inflatable climbing wall sports game to catch more details about it.\r\n\r\nOutdoor Indoor Inflatable Land Rock Climbing Wall Sports Game For Adults and Kids\r\n\r\nProduction description:\r\n\r\nSecondly, let\'s learn about the commercial inflatable water\'s specification.\r\n\r\nType:inflatable climbing wall\r\n\r\nSize:6*6*8/can be customized\r\n\r\nInflation time: Approx 5min\r\n\r\nDeflation time: Approx 5 min\r\n\r\nTechnic:\r\n\r\n1. Material: It made by Plato PVC 0.55mm (18OZ), which is standard material for commercial use. Customized color or design is acceptable.\r\n\r\n2. Reinforced stitching: All seams are double stitched (triple to quartic stitched in sensitive parts) and reinforcement strips stitched on all inflatable mattress seams. These processes will be done by skillful workers. There will be some nylon braid straps stitched on the stress parts to make the pillars and mat stronger.\r\n\r\n3. There will be some straps which made by PVC material stitched on the bouncing / jumping mat in order to make the bouncing surface stronger.\r\n\r\n4. There will be some D-rings put on the base of the trampoline for moving the bouncer or tying it on the ground with ropes to make the bouncer stable. Anchor points on the bottom for fixing the inflatable.\r\n\r\n5. There will be a warning notice in English word and common sign for each inflatable items to protect the inflatable bouncer/ slide.\r\n\r\n6. Testing: All will be tested before packing.', 2079.00, NULL, NULL, 2895.00, 'Outdoor Indoor Inflatable Land Rock Climbing Wall Sports Game for Adult and Kids-15307.jpeg', 'Outdoor Indoor Inflatable Land Rock Climbing Wall Sports Game for Adult and Kids-94281.jpeg', 'Outdoor Indoor Inflatable Land Rock Climbing Wall Sports Game for Adult and Kids-87622.jpeg', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:35:29', '2024-01-25 23:35:29'),
(568, 'Blush Safe Sex Antibacterial Toy Bag Large', '82T27v9DH', 17, 'The antimicrobial features of ultra-fine silver crystals bring long-lasting antibacterial properties. This product releases silver ions at a controlled rate only when the conditions for bacterial growth exist. The special material is lint free. The bag is satiny smooth and comes with convenient drawstrings so you can cinch your bag shut. Pouch is 12.25 in. by 5 in. and holds up to 9 in. toys.', 15.00, NULL, NULL, 18.00, 'Blush Safe Sex Antibacterial Toy Bag Large-21599.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-25 23:37:33', '2024-01-25 23:37:33'),
(569, 'Mazeland 8001003644 Hardware Cloth - 36 x 100 ft. 4 x 4 Galvanised', 'UEZNdV3Zg', 19, 'Mazeland 8001003644 Hardware Cloth - 36 x 100 ft. 4 x 4 Galvanized\r\n\r\nHardware Cloth 36 x 100 ft 4 x 4 Galvanized Welded steel galvanized after 14 x 14 23 gauge We provide a wide assortment of garden and lawn products that are available in brilliant designs These pieces of products are made to provide you with utmost comfort during your leisure times Be it for personal or for professional use you will find the suitable for both the purposes Specifications. Dimension 01 x 01 x 01 in. Weight 465 lbs\r\n\r\nDimension: 0.1 x 0.1 x 0.1 in.\r\nWeight: 46.5 lbs\r\nGreat Gift Idea.\r\nSatisfaction Ensured.\r\nWeight: 46.5 lbs', 147.00, NULL, NULL, 186.00, 'Mazeland 8001003644 Hardware Cloth - 36 x 100 ft. 4 x 4 Galvanised-24132.jpg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-25 23:38:36', '2024-01-25 23:38:36'),
(570, 'Flexsoo Exclusive XF Stainless Steel and Wood 2 Dumbbells Strength Training Equipment', 'nniYj3pjT', 18, '304 is clean quality.\r\nStainless Steel\r\nHandmade Naturel Wood\r\nOval Type\r\nIt is made of beech wood.\r\nIt is sent with 2 dumbbells, natural care oil and special cleaning cloth in its own special wooden package.\r\nWith XF dumbbells, you can do your routine exercises with specific muscle groups at home.\r\nIt has great ergonomics for use in a variety of homes, gyms and full body training or your specific muscles.', 963.00, NULL, NULL, 1250.00, 'Flexsoo Exclusive XF Stainless Steel and Wood 2 Dumbbells Strength Training Equipment-21051.png', NULL, NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:39:26', '2024-01-25 23:39:26'),
(571, 'Whip Bdsm', 'tfVjQk82D', 14, 'Sex Whip Bdsm Sex Toy Adult Flogger Paddle Costume Accessory Whip For Couples Sex Rubber Adults Sex Whips Dominitrix Whip 18.8\"', 18.00, NULL, NULL, 29.00, 'Whip Bdsm-95941.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-25 23:41:25', '2024-01-25 23:41:25'),
(572, '2016 Maxfind 4 Wheels Electric Skateboard with dual motor and remote cotroll !', 'rQ4pTAZ3R', 18, '2016 Maxfind Hoverboard Longboard/Scooter board/ Four Wheels Electric Skateboard with dual motor and remote cotroller !\r\n\r\nPowerful dual motors.\r\n\r\nMotor Type N5060\r\n\r\nMaterial high performance PU\r\n\r\nDimensions Diameter 70 mm / 83 mm(customized)\r\n\r\nMotor powe 2200W (two motors)/ 1100 w( one motor)\r\n\r\nWaterproof\r\n\r\nExcellent waterproof\r\n\r\nperform perfectly even in rainy day.\r\n\r\nTools to Assemble and Install the Electric Skateboard\r\n\r\nItem specifics\r\n\r\nis_customized:Yes\r\n\r\nBoard Category:Flat-Plate\r\n\r\nType:Electric Skateboard\r\n\r\nMaterial:maple deck\r\n\r\nSize:1000mm*280mm*145mm\r\n\r\nModel Number:MAX 1\r\n\r\nApplicable People:Men andWomen\r\n\r\nProduct Weight:5.5 kg (including battery)\r\n\r\nMax speed:?30 KM/H( 18mph)\r\n\r\nMax Loading Weight:100 KG\r\n\r\nUphill Climbing:20% grade\r\n\r\nBattery Type :Samsung 18650 Lithium\r\n\r\nCharge Time:About 120 minutes\r\n\r\nDimension:Diameter 70 mm / 83 mm(customized)\r\n\r\nMotor power:2200W (two motors)\r\n\r\nPackage:Gift box Protective carton', 950.00, NULL, NULL, 1000.00, '2016 Maxfind 4 Wheels Electric Skateboard with dual motor and remote cotroll !-93742.png', '2016 Maxfind 4 Wheels Electric Skateboard with dual motor and remote cotroll !-57428.png', '2016 Maxfind 4 Wheels Electric Skateboard with dual motor and remote cotroll !-54515.png', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:44:06', '2024-01-25 23:44:06'),
(573, 'Curve Toys Mistress Perfect Suck Selene Vibrating Deep Throat Mouth Stroker', 'BCKOjM4am', 17, 'Deep throat vibrating mouth stroker features realistic mouth with textured tongue and throat. Lifelike entry feels just like the real thing, while the tongue provides perineum stimulation. Compact design has a non-slip comfort grip, and the open end makes clean up easy. Vibrating bullet with batteries included. Made of TPR BioSkin. Measures 7 in. by 4 in. by 2.5 in.', 30.00, NULL, NULL, 41.00, 'Curve Toys Mistress Perfect Suck Selene Vibrating Deep Throat Mouth Stroker-17528.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-25 23:45:43', '2024-01-25 23:45:43'),
(574, 'Cheap stack washer dryer 16kg /22kg stainless steel 304clothes washing equipment with 5 years warranty', 'wSdPqey5A', 19, 'Stainless steel,pure copper, touch screen controller, efficient drying speed', 950.00, NULL, NULL, 1151.00, 'Cheap stack washer dryer 16kg /22kg stainless steel 304clothes washing equipment with 5 years warranty-53837.jpeg', 'Cheap stack washer dryer 16kg /22kg stainless steel 304clothes washing equipment with 5 years warranty-68262.jpeg', 'Cheap stack washer dryer 16kg /22kg stainless steel 304clothes washing equipment with 5 years warranty-93823.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-25 23:49:06', '2024-01-25 23:49:06'),
(575, 'Light Up Led Inline Skates Pu Wheels Outdoor and Indoor Rubber Wheels Pack of 4', 'sswktN0zK', 18, 'Light Up Led Inline Skates Pu Wheels Outdoor and Indoor Rubber Wheels Pack of 4 White-70mm\r\n\r\nDetail\r\n\r\n-Material:PU(Rubber).\r\n\r\n-Lightsnumber:4 Led lights.\r\n\r\n-Hardness:88A.\r\n\r\n-Size of diameter: 64mm/68mm/70mm/72mm/76mm/80mm.\r\n\r\n-Color:white,blue,green,pink. multiple\r\n\r\n-Bearings:Standard ABEC 608zz inline skates bearings.\r\n\r\n-Spacer:Standard spacers.', 934.00, NULL, NULL, 999.00, 'Light Up Led Inline Skates Pu Wheels Outdoor and Indoor Rubber Wheels Pack of 4-74668.png', 'Light Up Led Inline Skates Pu Wheels Outdoor and Indoor Rubber Wheels Pack of 4-63765.png', 'Light Up Led Inline Skates Pu Wheels Outdoor and Indoor Rubber Wheels Pack of 4-12736.png', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-25 23:49:14', '2024-01-25 23:49:14'),
(576, 'Lockable Vibrator Case', '6NdC3NqfZ', 17, 'Lockable Vibe Case (Black)Secure your sex toys from curious minds! this lockable vibrator case practically sells itself. It\'s cute, has an amazing price point, and it\'s a sexy way to keep your naughty valuables a secret from prying minds.', 39.00, NULL, NULL, 43.00, 'Lockable Vibrator Case-16809.jpeg', NULL, NULL, 'Toys and games', 4.5, NULL, 1, '2024-01-25 23:49:34', '2024-01-25 23:49:34');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(577, 'Flexsoo Exclusive XF Stainless Steel and Wood 2 Dumbbells Strength Training Equi', 'l2tGmyVSn', 18, '304 is clean quality.\r\nStainless Steel\r\nHandmade Naturel Wood\r\nOval Type\r\nIt is made of beech wood.\r\nIt is sent with 2 dumbbells, natural care oil and special cleaning cloth in its own special wooden package.\r\nWith XF dumbbells, you can do your routine exercises with specific muscle groups at home.\r\nIt has great ergonomics for use in a variety of homes, gyms and full body training or your specific muscles.\r\nThe XF group is made of 304 stainless steel and handcrafted wood.\r\nSteel does not corrode or rust, and water does not corrode on it like ordinary steel.\r\nBeech wood, which is used to improve the air and mood and express sports, was preferred rather than sports.\r\nAdd prestige to your setup with the XF dumbbell set.\r\nFeel naturalness and quality together with the XF dumbbell set.\r\nBags filled with special tools provide good grip and survivability.\r\nThose used in the handle are colored with natural oils to provide texture and protection so that the wood can be considered natural.\r\nMaturation of a visual and an image from a new look from xf with an overlay of wood and stylish metal.\r\nXF Handcrafted items are minimally designed and made of wood and stainless steel.\r\nThis type of wood is compatible with accessories and together with stainless steel creates a system of health and nature. This luxury equipment feature is essential. The XF series is designed for private use as well as personal trainers and gyms.', 765.00, NULL, NULL, 880.00, 'Flexsoo Exclusive XF Stainless Steel and Wood 2 Dumbbells Strength Training Equi-16631.png', NULL, NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-25 23:52:19', '2024-01-25 23:52:19'),
(578, 'Display glass door walk in Freezer/Cooler', 'nz3uRevDO', 19, 'Glass door size : 761mm*2004mm \r\n-Opening size on walk-in cooler wall 7800mm*2060mm\r\n-Tip to tip：7826mm*2086mm \r\n-Frame and doors with aluminium profile \r\n-Glass doors left opening \r\n-Frame complete of electrical installation with LED power supply for lighting\r\nGlass door size : 862mm*1950mm \r\n\r\n-Opening size on walk-in cooler wall 910mm*2000mm\r\n\r\n-Tip to tip 936mm*2012mm \r\n\r\n-Frame and doors with aluminium profile \r\n\r\n-Glass doors left opening \r\n\r\n-Frame complete of electrical installation \r\n with LED power supply for lighting\r\n\r\n-Voltage/Frequency: 110V / 60Hz', 3500.00, NULL, NULL, 4000.00, 'Display glass door walk in Freezer/Cooler-12304.jpeg', 'Display glass door walk in Freezer/Cooler-65076.jpeg', 'Display glass door walk in Freezer/Cooler-80576.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-25 23:53:20', '2024-01-25 23:53:20'),
(579, 'Shock Butt Plug with Remote', 'Voq1P3A7a', 16, 'Discover electrifying pleasure and excitement with the Lux Fetish Vibrating Pleasure Electro-Sex Shock Butt Plug with Remote Control. This premium set features 10 speeds, 3 unique patterns, and is crafted from smooth, sleek metal for a truly stimulating experience. The high-quality, body-safe metal construction of the butt plug ensures a', 74.00, NULL, NULL, 80.00, 'Shock Butt Plug with Remote-29576.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-25 23:55:49', '2024-01-25 23:56:26'),
(580, 'Master Magnetics Inc 24in. Heavy Duty Magnetic Floor Sweeper With Reinforced Rel', 'zfK6tQi6d', 18, 'Quantity Available:\r\nOnly one in stock, order soon\r\n\r\nCondition:\r\nNew\r\n\r\nUPC:\r\nDoes not apply\r\n\r\nBrand:\r\nMaster\r\n\r\nMPN:\r\nMFSM24RX\r\n\r\nType:\r\nLawn & Landscaping\r\n\r\nProp 65:\r\nYes', 175.00, NULL, NULL, 225.00, 'Master Magnetics Inc 24in. Heavy Duty Magnetic Floor Sweeper With Reinforced Rel-33582.jpg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-25 23:58:02', '2024-01-25 23:58:02'),
(581, 'Liberator Wanda Toy Mount Merlot', 'DZeTiVw6e', 18, 'Experience magic with your Wand.Ergonomically designed to be paired with a Hitachi Magic Wand, the Wanda Toy Mount has a tapered and undulating form that comfortably cups your body. It also offers support in a multitude of enchanting positions and gives you completely hands-free access to your Magic Wand. This toy mount\'s narrow body is perfect for straddling, and the height adds lift and easy access in standing or laying down positions, making it ideal for couple\'s play. The soft velvish cover is available in two colors to suit any castle\'s decor. The cover is machine washable and has a waterproof liner underneath.', 100.00, NULL, NULL, 119.00, 'Liberator Wanda Toy Mount Merlot-56905.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-26 00:01:03', '2024-01-26 00:01:03'),
(582, 'Good Price Digital Sticker Label Printer Printing Machine Roll To Rol', 'K6yRyV2sj', 19, 'Main Features\r\n1. It can print a variety of different materials and has a wider range of applications. Can print a \r\nvariety of materials, a variety of labels, such as barcodes, serial numbers, etc.\r\n2. The maximum speed is 9m/min, and it can print 200m at a time. \r\n3. 256MB RAM and HDD 160GB, support huge capacity file.\r\n4. Maximum material width: 215mm. \r\n5. Intelligent HD image quality is stable and reliable. \r\n6. The combination of advanced laser technology and detection system ensures the quality of \r\nlabel printing. \r\n7. 600*1200 dpi, High-resolution printing to ensure the printing effect.', 12900.00, NULL, NULL, 16000.00, 'Good Price Digital Sticker Label Printer Printing Machine Roll To Rol-57934.jpeg', 'Good Price Digital Sticker Label Printer Printing Machine Roll To Rol-94224.jpeg', 'Good Price Digital Sticker Label Printer Printing Machine Roll To Rol-70277.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-26 00:01:11', '2024-01-26 00:01:11'),
(583, 'Mischief Studded Paddle', 'gzlje0BCl', 7, 'More for your Sex Mischief collection brought to you by Sportsheets. This is a nice strong, sturdy studded paddle. This paddle has is two-sided. One side is a smooth nice feel, for less intensity and the second side is made of nickel free metal hardware studs for a much more intense pleasure of pain and tease in the bedroom. So get as creative, keep it light or go intense with this vinyl paddle.', 10.00, NULL, NULL, 14.00, 'Mischief Studded Paddle-74378.jpeg', NULL, NULL, 'Toys and games', 5.0, NULL, 1, '2024-01-26 00:04:09', '2024-01-26 00:04:09'),
(584, 'Full Automatic Roll To Sheet A3 A4 Paper Cutting And Ream Packing Machine Line', 'zlkooIQdd', 19, 'Feeding unit, unwinding unit, cutting unit, stacking unit', 24000.00, NULL, NULL, 28000.00, 'Full Automatic Roll To Sheet A3 A4 Paper Cutting And Ream Packing Machine Line-19783.jpeg', 'Full Automatic Roll To Sheet A3 A4 Paper Cutting And Ream Packing Machine Line-82508.jpeg', 'Full Automatic Roll To Sheet A3 A4 Paper Cutting And Ream Packing Machine Line-17555.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-26 00:09:32', '2024-01-26 00:09:32'),
(585, 'HEAVY DUTY LOADMASTER GREEN WAGON - Beach Garden Utility Cart AMISH MADE in USA', 'b8QElwNfP', 19, 'BERLIN FLYER LOADMASTER\r\n\r\nALL-TERRAIN HEAVY DUTY WAGON / GARDEN CART\r\n\r\nCOUNTRY GREEN\r\n\r\nThe Berlin Loadmaster does what the name implies ? it carries\r\nheavy loads and can easily maneuver rough terrain. This model has the\r\nlargest bed of all our wagons, 10? inflatable pneumatic tires, ball\r\nbearing wheels with grease fittings, and No-Tip Steering. It includes\r\nfeatures 4 easily removable solid hardwood side racks, pinch free handles, and non-toxic powder coating and paint. For\r\nextra comfort and ease, also included are the steel undercarriage,\r\nvarnished hardwood beds, and rubber bumpers on the side racks for added\r\nsafety.\r\n\r\nBuilt to withstand extremely\r\nheavy loads with a weight capacity of 500 pounds. Ready to use as a\r\nwagon to haul several kids at once with room to spare, at the beach,\r\ncamping or as a garden and utility cart, this wagon is ready to go to\r\nwork.\r\n\r\n? Recommended Ages: 10 and up\r\n\r\n? Body Size: 42\" X 21oe X 10\" (exterior)\r\n\r\n? Wheel Size: 10\" X 3.5\" foam filled (410/350 - 4)\r\n\r\n? Wagon Weight: 59 lbs.\r\n\r\n? Weight Capacity: 500 lbs.\r\n\r\n? Rubber bumpers on rack corners\r\n\r\n? No-tip safety steering\r\n\r\n? Non-toxic paint\r\n\r\n? Removable racks for in and out access\r\n\r\n? Side racks in country green\r\n\r\n? Easy assembly instructions included\r\n\r\n? Amish Made in USA\r\n\r\nSimple and classic design combined with exceptional Amish\r\ncraftsmanship ensures generations of use. Today?s Berlin Flyer wagon is\r\nvirtually the same wagon that were first crafted over 30 years ago.\r\nAMERICAN MADE! ? Berlin Flyer Wagons!', 470.00, NULL, NULL, 700.00, 'HEAVY DUTY LOADMASTER GREEN WAGON - Beach Garden Utility Cart AMISH MADE in USA-57024.jpg', 'HEAVY DUTY LOADMASTER GREEN WAGON - Beach Garden Utility Cart AMISH MADE in USA-98396.jpg', NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-26 00:11:28', '2024-01-26 00:11:28'),
(586, 'Perun Outdoors Durable PVC Inflatable Motor Boat w/Foot Air Pump and Carry Bag', 'Q73m5Asjo', 18, 'Every boat includes:\r\n\r\nDuffel\r\nCarry Bag\r\nOarlocks\r\nOars\r\nSliding\r\nSeat\r\nFull Floor\r\nInsert\r\nFoot Pump\r\nPatch Kit\r\n\r\nLT-290MVE:\r\n\r\nDimensions: 290x135cm\r\nMaximum\r\nweight: 366kg\r\n\r\nLT-330MVE:\r\n\r\nDimensions: 330x155cm\r\nMaximum\r\nweight: 439kg\r\n\r\nLT-350MK:\r\n\r\nDimensions: 350x157cm\r\nMaximum\r\nweight: 450kg', 730.00, NULL, NULL, 1195.00, 'Perun Outdoors Durable PVC Inflatable Motor Boat w/Foot Air Pump and Carry Bag-67705.png', 'Perun Outdoors Durable PVC Inflatable Motor Boat w/Foot Air Pump and Carry Bag-21993.png', NULL, 'Sports and outdoor', 2.5, NULL, 1, '2024-01-26 00:13:04', '2024-01-26 00:13:04'),
(587, 'Automatic Thermal Paper Roll Cutting Machine Cash Register Rewinding Manufacturing Making Thermal Paper Slitting Machine', 'wEVAuiu3l', 19, 'Thermal paper slitting machine is mainly applied for slitting thermal paper, fax paper, cash register paper, carbon-less paper,\r\nand other kinds of paper grammage that less than 250gsm. It equips PLC +touch screen control, automatic tension control, automatic product separation, automatic counting, automatic pneumatic loading system, which make it easy to operate by only one worker. \r\n Thermal paper roll machines features are high speed and stability, high precision, and long working life. The defective rate is only 3‰.It brings much more profit to clients than before. It is the most ideal slitting machine for small size paper roll producing.', 9000.00, NULL, NULL, 9500.00, 'Automatic Thermal Paper Roll Cutting Machine Cash Register Rewinding Manufacturing Making Thermal Paper Slitting Machine-36312.jpeg', 'Automatic Thermal Paper Roll Cutting Machine Cash Register Rewinding Manufacturing Making Thermal Paper Slitting Machine-87306.jpeg', 'Automatic Thermal Paper Roll Cutting Machine Cash Register Rewinding Manufacturing Making Thermal Paper Slitting Machine-99754.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-26 00:13:44', '2024-01-26 00:13:44'),
(588, 'Gill OS1T Atlantic Trousers and OS1J Jacket, Yellow, Men\'s Size XL', 'i7PFzwQ5D', 18, 'Gill OS1T Trousers and OSIJ Jacket\r\n\r\nSize XL\r\n\r\nYellow with black and navy blue\r\n\r\nFabric is four dots fabrics chosen for its high breathability and durability making it ideal for Offshore sailing and racing characterized by extended use in harsh conditions.\r\n\r\nDesigned with a totally new performance cut that significantly improves movement and comfort even when worn over multiple layers. For ultimate protection, they also include a high fitting bib, articulated legs, secure ankles and cargo pockets with fleece lined hand-warmer pockets.\r\n\r\nJacket and trousers are modeled on a male mannequin that fits a size M snugly and a size 32 pants\r\n\r\nVery Good Condition.', 284.00, NULL, NULL, 298.00, 'Gill OS1T Atlantic Trousers and OS1J Jacket, Yellow, Men\'s Size XL-43406.png', 'Gill OS1T Atlantic Trousers and OS1J Jacket, Yellow, Men\'s Size XL-82693.png', 'Gill OS1T Atlantic Trousers and OS1J Jacket, Yellow, Men\'s Size XL-35348.png', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-26 00:17:49', '2024-01-26 00:17:49'),
(589, 'StarKist Solid White Albacore Tuna in water', 'BD2YqIWXw', 10, 'DELICIOUS, MILD FLAVOR: StarKist Solid White Albacore Tuna in Water cans contain a solid fillet of delicious, wild caught albacore tuna. The mild flavor and firmer texture make it a great option for salads, pasta dishes or in your favorite recipe.\r\nEXCELLENT SOURCE OF PROTEIN: White Albacore Tuna is a natural source of protein and Omega 3s, with 26g of protein and 110 calories per serving. It\'s soy free and gluten free and works well with Keto, Paleo, Mediterranean and Weight Watchers diets!\r\nADD VARIETY TO YOUR DIET: This dolphin safe tuna is a wholesome choice for a snack or meal. StarKist Solid White Albacore Tuna in Water is a great and easy way to add seafood to your diet.\r\nVERSATILE: StarKist Solid White Albacore Tuna is a versatile and easy way to liven up a meal. It can be used in cool salads, hot casseroles, on sandwiches and even eaten on its own as a snack or meal!\r\nBULK 48 PACK: Buy your tuna in bulk with the StarKist 48-Pack of canned tuna. These tuna cans are easy to store and great to have handy for when hunger strikes – whether you\'re on the go, at the office or at home.', 41.00, NULL, NULL, 48.00, 'StarKist Solid White Albacore Tuna in water-71209.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 00:17:59', '2024-01-26 00:18:35'),
(590, 'High quality brother 6 head embroidery machine twelve fiftheen twenty needle hat parcel', 'LzCpkLdoo', 19, 'Garment Shops, Manufacturing Plant, Machinery Repair Shops', 3250.00, NULL, NULL, 3499.00, 'High quality brother 6 head embroidery machine twelve fiftheen twenty needle hat parcel-21858.jpeg', 'High quality brother 6 head embroidery machine twelve fiftheen twenty needle hat parcel-12277.jpeg', 'High quality brother 6 head embroidery machine twelve fiftheen twenty needle hat parcel-46243.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-26 00:21:56', '2024-01-26 00:21:56'),
(591, 'DaVinci Gourmet White Chocolate Sauce', 'XjpC0aNnQ', 10, 'DaVinci Gourmet White Chocolate Sauce: We love to push the limits of flavor. Our white chocolate sauce is crafted with indulgent white chocolate made with heavy cream and sweet vanilla flavor so you get the best taste experience in each sip\r\nWhite Chocolate Sauce for Coffee and More: DaVinci Gourmet sauces are crafted to dissolve easily in hot or cold beverages and resist curdling in dairy products so you can easily add your favorite flavors to coffee, shakes, cocktails and more\r\nCraft with Confidence: From coffeehouse classics to back bar essentials, wellness-oriented to trend-forward, DaVinci Gourmet syrups provide a premium experience for today\'s beverage creators through innovative flavors and quality ingredients\r\nFlavor for a Sustainable World: DaVinci Gourmet is committed to the environment and pouring it forward in our community. We are simplifying our ingredients so you can proudly serve responsible flavors that inspire imagination and protect our planet\r\nBorn to Raise Flavor: DaVinci Gourmet was born out of Seattle\'s coffee culture in 1989 and is driven by a passion for crafting exceptional flavors made with simple ingredients that break away from the traditional to create the inspirational', 10.00, NULL, NULL, 19.00, 'DaVinci Gourmet White Chocolate Sauce-58010.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 00:23:40', '2024-01-26 00:23:40'),
(592, 'Signed 925 Sterling Silver Marquise, Baguette, Oval CZ Wide Tennis Bracelet 7.5', 'kxalVQ8Pm', 11, 'Signed 925 Sterling Silver Marquise, Baguette, Oval CZ Wide Tennis Bracelet\r\n\r\nCannot make out the makers mark, signature\r\n\r\n7.5\" long x 1.3/8\" wide\r\n\r\nGorgeous, heavy\r\n\r\n3.4 oz. or 92 g', 455.00, NULL, NULL, 850.00, 'Signed 925 Sterling Silver Marquise, Baguette, Oval CZ Wide Tennis Bracelet 7.5-96274.jpg', 'Signed 925 Sterling Silver Marquise, Baguette, Oval CZ Wide Tennis Bracelet 7.5-47583.jpg', 'Signed 925 Sterling Silver Marquise, Baguette, Oval CZ Wide Tennis Bracelet 7.5-22862.jpg', 'Jewelry', 3.0, NULL, 1, '2024-01-26 00:23:56', '2024-01-26 00:23:56'),
(593, 'Gatorade Thirst Quencher 51 Oz Powder Variety Pack', 'xLzF4CL73', 10, 'Flavors include Fruit Punch, Orange, and Glacier Freeze (one 51oz canister of powder each)\r\n51 ounce powder makes 6 gallons\r\nWhen you sweat, you lose more than water. Replace what has been lost with Gatorade\r\nGatorade Frost has a light, crisp flavor that hydrates better than water, which is why it\'s trusted by some of the world\'s best athletes.', 15.00, NULL, NULL, 29.00, 'Gatorade Thirst Quencher 51 Oz Powder Variety Pack-19713.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 00:29:16', '2024-01-26 00:29:16'),
(594, 'Big Train Blended Ice Coffee', 'GPhOYQEYG', 10, 'Big Train Blended Ice Coffee in Caramel Latte: A sweet, creamy caramel latte that you can mix up in an instant; Just add water; Drink hot, cold, or blended with ice for a frozen frappe treat that rivals the expensive drinks at coffee chains\r\nWherever Beverages are Served: Big Train Beverage mixes and blends are ideal for home and office kitchens, cafés, coffeeshops, and restaurants; Easy to mix and serve, Big Train mixes, blended frappes, and smoothie bases make beverage blending simple\r\nBlend, Pour, Serve: Big Train mixes make it easy to serve up delicious drinks; From our just-add-water chai, to our blended crème and coffee frappes, Big Train provides quick to prepare beverage solutions for home kitchens, coffee shops, and restaurants\r\nTry Every Flavor: Our entire line is crave-worthy; Try our Spiced or Vanilla Chai Tea Latte; We\'ve got blended ice coffee in Java Chip, Caramel, and more, plus blended crème frappes like Cookies and Cream (caffeine-free)\r\nBig Train: Create classic coffee based frappes, on trend chai tea\'s, kid-friendly frappes, seasonal beverages and more with Big Train; From the decadent favorites to better for you options, all you need to do is blend, pour and enjoy', 12.00, NULL, NULL, 21.00, 'Big Train Blended Ice Coffee-49910.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-26 00:32:59', '2024-01-26 00:32:59'),
(595, 'brothers 818 buttonhole sewing machine', 'lDZm3PWId', 19, 'Application	 Clothing Shoes Handbag\r\n Color	 Grey\r\n Delivery time	7days\r\n Packaging	 1pc/ctn\r\n MOQ	 1pcs\r\n Gross weight	 118kg\r\n OEM/ODM	 Customization Service Provided', 380.00, NULL, NULL, 480.00, 'brothers 818 buttonhole sewing machine-79941.jpeg', 'brothers 818 buttonhole sewing machine-67034.jpeg', 'brothers 818 buttonhole sewing machine-38172.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-26 00:34:36', '2024-01-26 00:34:36'),
(596, '2023 New Racket Pala Padel 3k/16k Tennis Racket Outdoor Equipment for Men and Women', 'IJhaGCptR', 18, '2023 New Racket Pala Padel 3k/16k Tennis Racket Outdoor Equipment for Men and Women d Racket', 403.00, NULL, NULL, 500.00, '2023 New Racket Pala Padel 3k/16k Tennis Racket Outdoor Equipment for Men and Women-50069.png', '2023 New Racket Pala Padel 3k/16k Tennis Racket Outdoor Equipment for Men and Women-24766.png', '2023 New Racket Pala Padel 3k/16k Tennis Racket Outdoor Equipment for Men and Women-44575.png', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-26 00:36:21', '2024-01-26 00:36:21'),
(597, 'Simply Organic Cayenne Pepper', 'n7d0XGoGz', 10, 'CHILI PEPPER - Simply Organic Cayenne Pepper contains nothing but pure, organic, ground cayenne peppers (Capsicum annuum). Rich, earthy color. Drool-worthy aroma. Lively taste that packs a POW at 35,000 heat units.\r\nA VERSATILE INGREDIENT - Organic Cayenne Chili Pepper Powder is a sure way to heat up your kitchen entrees, delivering a hot kick to many prepared foods. Most commonly used in Mexican recipes as well as stews and chilis. You can also spice up a salad with just a sprinkle, or mix some into your prepared salsa.\r\nORGANIC FROM INDIA - Simply Organic Cayenne Chili Pepper Powder comes from red cayenne peppers, dried out and ground to form a fine powder that\'s fit for any prepared meal. Our powder comes from India and is certified organic, kosher and non-irradiated.\r\nPURE AND POTENT FLAVOR - Simply Organic believes in pure and potent flavor grown at the source. Our rigorous standards mean that we know precisely what you\'re getting, and from where. All the spices in our gift set are Certified Organic by QAI (Quality Assurance International) and Certified Kosher by KSA (Kosher Supervision of America). Simply Organic products are always grown and processed without the use of toxic pesticides, irradiation, or GMOs.\r\nABOUT US - Simply Organic is a 100% certified organic line of spices, seasoning mixes, and baking flavors. Our pure, potent spices, seasonings and extracts bring real bite to everything you make, eat and share. Our goal, through our Simply Organic Giving Fund, is to help the millions of food insecure by not only providing funds and support to make organic food more accessible, but also in developing the next generation of leaders in sustainable and socially just organic agriculture.', 3.00, NULL, NULL, 4.00, 'Simply Organic Cayenne Pepper-41550.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-01-26 00:36:25', '2024-01-26 00:36:25'),
(598, 'Mugodi Polar 45+5L outdoor men and women camping hi hi backpa hi bags', '9yMUNDUJP', 19, 'Mugodi Polar 45+5L outdoor men and women camping hi hi backpa hi bags', 392.00, NULL, NULL, 400.00, 'Mugodi Polar 45+5L outdoor men and women camping hi hi backpa hi bags-89979.png', 'Mugodi Polar 45+5L outdoor men and women camping hi hi backpa hi bags-16002.png', 'Mugodi Polar 45+5L outdoor men and women camping hi hi backpa hi bags-65593.png', 'Sports and outdoor', 2.5, NULL, 1, '2024-01-26 00:39:08', '2024-01-26 00:39:08'),
(599, 'New 4 head cap embroidery machine Net Weight', '1Fgsearn3', 19, '1.Machine brand: QHM/Revhon\r\n2.Sewing field: Cap,T-shirts, flat, garment, scarf, curtains, and so on\r\n3.Speed: 1000rpm\r\n4.Weight: 560kgs\r\n5.Dimention: 3CBM\r\n6.Embroidery area : 400*440mm.', 1200.00, NULL, NULL, 1500.00, 'New 4 head cap embroidery machine Net Weight-12302.jpeg', 'New 4 head cap embroidery machine Net Weight-23671.jpeg', 'New 4 head cap embroidery machine Net Weight-97883.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-26 00:40:05', '2024-01-26 00:40:05'),
(600, 'Oregon Chai Original Dry Chai Latte Mix', 'hGc1Vz7le', 10, 'Oregon Chai Original Dry Chai Latte Mix: Chai cravings don\'t stand a chance against this chai tea powder mix! Make irresistible mugs of warming, spiced black tea that you can mix up in an instant. Just add water. Delicious & rejuvenating hot or iced\r\nChai Your Way: Just add milk and voila! A delicious Oregon Chai chai tea latte. Drink it hot and steamy or enjoy cold over ice, mix in extra concentrate, add some honey, sweetener, or vanilla. Satisfy your chai tea latte cravings however you see fit\r\nInstant Chai: At home or at cafés, Oregon Chai makes delicious chai tea lattes simple to make and even easier to enjoy. Whether powdered or from concentrate, every package and every box of Oregon Chai delivers the finest chai flavor straight to you\r\nSustainably Sourced Ingredients: We keep people and the planet in mind by sourcing ingredients from organic farms that foster recyclable resources and ecological balance. Most of our concentrates are certified USDA Organic Non-GMO Project verified\r\nNothing Beats the Original: For over 25 years, Oregon Chai chai tea has been crafted with authentic clove, cardamom, cinnamon, ginger and black tea for the warm, spiced chai flavor customers know and love', 13.00, NULL, NULL, 26.00, 'Oregon Chai Original Dry Chai Latte Mix-55799.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-26 00:40:21', '2024-01-26 00:40:21'),
(601, 'Hublot Classic MDM Quartz Men\'s Stainless Steel/Gold Watch w/ Rubber Band 1521.2', 'fRGvNfenr', 19, 'Model #1521.2\r\nSerial #2813XX\r\nMovement #955412\r\n\r\nStainless Steel Round Case w/ Riveted Gold Accents (Crown Bezel)\r\n\r\n36 mm in Diameter (37 mm w/ Crown)\r\nLug-to-Lug Distance = 45 mm\r\nLug-to-Lug Width = 18 mm\r\nThickness = 7 mm\r\n\r\nSatin Royal Blue Dial w/ Date Feature at 3:00\r\n\r\nIncludes Gold Hands (S, M, H)\r\n26 mm in Diameter\r\n\r\nOriginal Black Rubber Bracelet Band w/ Butterfly Deployant Clasp\r\n\r\nWidth = 18 mm\r\nInner Circumference (Wrist Fit) = 7\"\r\n\r\nTotal Mass = 47.9 grams', 1782.00, NULL, NULL, 1800.00, 'Hublot Classic MDM Quartz Men\'s Stainless Steel/Gold Watch w/ Rubber Band 1521.2-26210.png', 'Hublot Classic MDM Quartz Men\'s Stainless Steel/Gold Watch w/ Rubber Band 1521.2-42507.png', 'Hublot Classic MDM Quartz Men\'s Stainless Steel/Gold Watch w/ Rubber Band 1521.2-18230.png', 'Accessories', 2.5, NULL, 1, '2024-01-26 00:43:29', '2024-01-26 00:43:29'),
(602, 'Digital Label Printing Machine', '0QB7NcF68', 19, 'Product Features\r\n1.\r\nIt can print a variety of different materials and has a wider range of applications. Can print a variety of materials, a variety of labels, such as barcodes, serial numbers, etc.\r\n2.\r\nThe maximum speed is 9m/min, and it can print 200m at a time.\r\n3.\r\nIntelligent HD image quality is stable and reliable.\r\n4.\r\nThe combination of advanced laser technology and detection system ensures the quality of label printing.', 10500.00, NULL, NULL, 11500.00, 'Digital Label Printing Machine-27744.jpeg', 'Digital Label Printing Machine-60102.jpeg', 'Digital Label Printing Machine-83946.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-26 00:43:36', '2024-01-26 00:43:36'),
(603, 'SWASH Liquid Laundry Detergent', 'xF1Bq1nDj', 10, 'Liquid laundry detergent brought to you by Whirlpool Corporation - the world\'s leading kitchen and laundry appliance company (based on publicly reported annual product sales, parts, and support revenues for 2019)\r\n1 bottle = 83 loads - with our unique 8x concentrated formula, less is more. Get the results you want while using less laundry detergent.\r\nSpecially designed to help boost your washing machine\'s ability to fight stains\r\nPrecision Pour Cap dispenses the liquid laundry detergent for you, so you only pour what you need; This pre-measured dose not only cleans your clothes, it limits residue and other build-up\r\nFree & Clear - limited ingredient formula for a simple solution; no perfumes, no dyes', 10.00, NULL, NULL, 17.00, 'SWASH Liquid Laundry Detergent-83420.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-26 00:43:37', '2024-01-26 00:43:37'),
(604, 'Noodle Soup', 'dVw4DuWc7', 10, 'Lipton Soup Secrets Noodle Soup is a delicious and versatile instant soup mix.\r\nThis soup mix is perfectly satisfying on its own or makes a great base for your hearty homemade soup recipe.\r\nLipton Noodle Soup Mix is made with real chicken broth and natural flavors for a soothing and satisfying taste.\r\nA versatile meal or snack to enjoy, this delicious noodle soup mix has only 70 calories per serving.\r\nEnjoy a satisfying bowl of soup in just 5 minutes by adding water and cooking it on the stove-top or in the microwave.\r\nWarm, soothing, satisfying, and delicious, Lipton Soups have been there for you and your family since 1940.', 10.00, NULL, NULL, 20.00, 'Noodle Soup-67717.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 00:46:42', '2024-01-26 00:46:42'),
(605, 'Hublot Wrist Watch Classic fusion 395579', 'UUECO4SRy', 18, 'Brand: Hublot\r\n\r\nModel: Classic fusion\r\n\r\nColor: Blue\r\n\r\nSize: 40mm\r\n\r\nNotes: Minor scratching on the crystal. Watch is a 8.5/10.\r\n\r\nCondition: Pre-owned Excellent', 3999.00, NULL, NULL, 4500.00, 'Hublot Wrist Watch Classic fusion 395579-12423.png', 'Hublot Wrist Watch Classic fusion 395579-38122.png', 'Hublot Wrist Watch Classic fusion 395579-30627.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 00:46:57', '2024-01-26 00:46:57'),
(606, 'True North Pure Energy Seltzer Cucumber Lime', 'YIgwYNYPD', 10, 'ENERGY FOR THE JOURNEY: True North Seltzer is pure energy, a healthy option perfect for hydrating on road trips, hikes, or wherever adventure leads you.\r\nCUCUMBER LIME : Sparkling lime with just a touch of cucumber and mint, the key ingredients fueling afternoon of exploration\r\nZERO CALORIES: Stay refreshed and hydrated with 0-calories, no artificial sweeteners, and zero sugar\r\nIMMUNITY SUPPORT: Enhanced with an immunity optimized blend of vitamins and minerals including Vitamin C, Vitamin A, Zinc, B3, B5, B6, and B12\r\nPLANT BASED ENERGY: An organic plant-based energy blend that includes Guayusa, Ginseng, Guarana, Green Tea, 120 mg Organic Caffeine\r\nNATURAL REFRESHMENT: True North seltzer is Non-GMO certified and Gluten Free Certified, with no artificial flavors or colors', 10.00, NULL, NULL, 14.00, 'True North Pure Energy Seltzer Cucumber Lime-19846.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 00:49:57', '2024-01-26 04:41:57'),
(607, 'Stainless steel 304 coin operated lundary machine', 'xznwNgcjG', 19, 'Touch screen controller,frequency motor, delta brand inverter, AIRTAC water valve,mirror stainless steel drum, SKF bearing', 2400.00, NULL, NULL, 2800.00, 'Stainless steel 304 coin operated lundary machine-91256.jpeg', 'Stainless steel 304 coin operated lundary machine-80623.jpeg', 'Stainless steel 304 coin operated lundary machine-43915.jpeg', 'Industrial', 3.0, NULL, 1, '2024-01-26 00:51:26', '2024-01-26 00:51:26'),
(608, 'Siete Family Foods Sea salt Potato Chips', 'P8NMIUHlK', 7, 'No hydrogenated fats or high fructose corn syrup allowed in any food\r\nNo bleached or bromated flour', 2.00, NULL, NULL, 3.00, 'Siete Family Foods Sea salt Potato Chips-25099.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 00:54:05', '2024-01-26 00:54:05'),
(609, 'Automatic Contour Cut Roll to Roll Label Lable Cutter', 'KUFZsTWO2', 19, '1. Work offline with USB flash\r\n2.Huge pressure : 10-1000g (digital adjustment)\r\n3.High definition carriage\r\n4.High defenition LCD screen\r\n5.The newest ARM processor, smooth surface and accurate cutting.\r\n6.Auto paper feeding system, save time and efficient\r\n7.AAS automatic contour cutting, more stable and accurate\r\n8.Big power motor, faster speed, working noise lower than 50db.\r\n9.Auto rolling system, update watse dealing system, more convenient', 2700.00, NULL, NULL, 3000.00, 'Automatic Contour Cut Roll to Roll Label Lable Cutter-27053.jpeg', 'Automatic Contour Cut Roll to Roll Label Lable Cutter-60431.jpeg', 'Automatic Contour Cut Roll to Roll Label Lable Cutter-69157.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-26 00:54:45', '2024-01-26 00:54:45'),
(610, 'Hublot Mdm Couvercle Donna Gomma Bracciale Ss Acciaio Watch - Mint Con Garanzia', '0SnpLzD4x', 19, 'Hublot MDM Couvercle Orologio da donna con coperchio a ribalta con cinturino in gomma\r\n- Inossidabile Acciaio\r\n\r\nSplendido 9,7 su 10 Condizione - 1 anno di garanzia - 100% di feedback\r\n\r\nSplendido 9,7 su 10 Condizione - Tutto originale - Design piacevole - 1 anno Garanzia\r\n\r\nPer chi non lo conoscesse, Hublot è un lussuoso orologiaio svizzero fondato da un designer italiano. Prendendo il nome dalla parola francese per \"oblò\", gli orologi Hublot mostrano questo motivo come design distintivo. Il marchio ha creato il primo cinturino in caucciù naturale nella storia dell\'orologeria, un\'altra firma dei suoi orologi e dell\'orologio presente in questa asta.\r\n\r\nHublot MDM Couvercle Ladies Flip Lid Watch with Rubber Strap - Stainless Steel Gorgeous 9.7 out of 10 Condition - 1 Year Warranty - 100% Feedback Gorgeous 9.7 out of 10 Condition - All original - Nice design - 1 year warranty For those who don\'t know, Hublot is a luxury Swiss watchmaker founded by an Italian designer. Taking its name from the French word for \"porthole\", Hublot watches display this motif as a distinctive design. The brand created the first natural rubber strap in the history of watchmaking, another signature of its watches and the watch featured in this auction.', 1849.00, NULL, NULL, 1887.00, 'Hublot Mdm Couvercle Donna Gomma Bracciale Ss Acciaio Watch - Mint Con Garanzia-15962.png', 'Hublot Mdm Couvercle Donna Gomma Bracciale Ss Acciaio Watch - Mint Con Garanzia-49935.png', 'Hublot Mdm Couvercle Donna Gomma Bracciale Ss Acciaio Watch - Mint Con Garanzia-36061.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 00:55:08', '2024-01-26 00:55:08'),
(611, 'Gatorade Protein Bars', 'CUhGdM2hv', 7, 'Post workout bars made with 20 grams of high quality whey and milk protein to help rebuild your muscles for athletic recovery\r\n42g of carbs per recovery bar to replenish and get ready for tomorrow\'s workout\r\nScientifically developed for athletes, each bar contains protein and carbs to rebuild and refuel. The protein bar used by the pros in the NFL, NBA and MLB is now available to you, includes 12 cookies & crème bars\r\n350 calories, 20g protein, 42g Carbs\r\nIndividually wrapped to enjoy at the gym, off the field, or on the go', 10.00, NULL, NULL, 21.00, 'Gatorade Protein Bars-67064.jpeg', 'Gatorade Protein Bars-23265.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 00:57:42', '2024-01-26 00:57:42'),
(612, '2 Ct Cushion Cut Diamond Women\'s Solitaire Wedding Ring 14k White Gold Finish', 'hPmupFHDw', 1, 'Stunning Designs & Expert Advice. Expertly Handcrafted In Our store, Lifetime Warranty. Up To 60% Savings than a Traditional Jeweller. 30 Days Return Policy.', 65.00, NULL, NULL, 95.00, '2 Ct Cushion Cut Diamond Women\'s Solitaire Wedding Ring 14k White Gold Finish-12052.jpg', '2 Ct Cushion Cut Diamond Women\'s Solitaire Wedding Ring 14k White Gold Finish-88705.jpg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-26 00:58:04', '2024-01-26 00:58:04'),
(613, 'Beautiful Women Hublot MDM 18k YellowGold Diamond Watch', '0SlTMEX55', 19, 'Beautiful Women Hublot MDM 18k YellowGold Diamond Watch', 7425.00, NULL, NULL, 7500.00, 'Beautiful Women Hublot MDM 18k YellowGold Diamond Watch-45964.png', 'Beautiful Women Hublot MDM 18k YellowGold Diamond Watch-84225.png', 'Beautiful Women Hublot MDM 18k YellowGold Diamond Watch-48553.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 00:58:05', '2024-01-26 00:58:05'),
(614, 'Hublot Geneve Watch Box with Carbon Fiber Watch Carry Case vip item gift BLACK', 'uDBP4z4NB', 19, 'Hublot Geneve Watch Box with Carbon Fiber Watch Carry Case vip item gift BLACK', 108.00, NULL, NULL, 230.00, 'Hublot Geneve Watch Box with Carbon Fiber Watch Carry Case vip item gift BLACK-18360.png', 'Hublot Geneve Watch Box with Carbon Fiber Watch Carry Case vip item gift BLACK-23069.png', NULL, 'Accessories', 2.5, NULL, 1, '2024-01-26 01:04:07', '2024-01-26 01:04:07'),
(615, 'Method Laundry Detergent Packs', '8mbaaKIO7', 7, 'Contains (2) 42-pack pouches of method laundry detergent packs\r\nLaundry detergent packs with plant-based stain lifting power\r\nHigh efficiency laundry detergent packs work in hot or cold water\r\nBrightens colors + whites\r\nFeatures safety-lock zipper + innovative pouch made with 30% recycled plastic (PCR)\r\nCruelty free. Tested by people, not on animals\r\nGinger mango combines the zing of ginger with the tropical fruitiness of ripe mango', 18.00, NULL, NULL, 29.00, 'Method Laundry Detergent Packs-90186.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-26 01:04:18', '2024-01-26 01:04:18'),
(616, 'HUBLOT BLACK LACQUERED WOODEN EMPTY WATCH BOX GLASS PORTHOLE', 'jMBeQhPi1', 19, 'The photo is everything.', 157.00, NULL, NULL, 200.00, 'HUBLOT BLACK LACQUERED WOODEN EMPTY WATCH BOX GLASS PORTHOLE-13098.png', 'HUBLOT BLACK LACQUERED WOODEN EMPTY WATCH BOX GLASS PORTHOLE-20173.png', 'HUBLOT BLACK LACQUERED WOODEN EMPTY WATCH BOX GLASS PORTHOLE-13746.png', 'Accessories', 2.5, NULL, 1, '2024-01-26 01:07:35', '2024-01-26 01:07:35'),
(617, 'CELSIUS Energy Drink', '7WZDxW6q5', 7, 'Energy with 200mg caffeine and 7 essential vitamins and zero sugar\r\nRefreshingly exotic and sweet flavors of starfruit and pineapple', 14.00, NULL, NULL, 18.00, 'CELSIUS Energy Drink-20964.jpeg', 'CELSIUS Energy Drink-84671.jpeg', 'CELSIUS Energy Drink-72350.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 01:08:23', '2024-01-26 01:08:23'),
(618, 'Pre-Owned Hublot MDM Classic 36mm 18K Yellow Gold and Diamond Watch 1521.3.054', 'hc52HfRF8', 18, 'SKU: A106655 Pre-Owned Brand: Hublot Model: MDM Classic Reference number: 1521.3.054 Year of production: Vintage Movement: Quartz Case: 36mm 18K Yellow Gold Case set with Diamonds. Bezel: 18K Yellow Gold Bezel set with Diamonds. Dial: Black tone Dial w/ Date Display at 3 O\'Clock and Gold tone Hands. Bracelet: Black Rubber Signed Hublot Bracelet with 18K Yellow Gold and Diamond Signed Hublot Clasp. Condition: Elevate your style with this pre-owned Hublot MDM Classic timepiece (SKU: A106655). A vintage treasure, this watch boasts a 36mm 18K yellow gold case adorned with diamonds, creating a timeless allure. The black tone dial features a date display at 3 o\'clock, complemented by gold tone hands. Embrace luxury with the black rubber signed Hublot bracelet, adorned with an 18K yellow gold and diamond-signed Hublot clasp. In good condition with light wear from age, this Hublot MDM Classic exudes sophistication. Seize the opportunity to own a piece of horological excellence', 6495.00, NULL, NULL, 6980.00, 'Pre-Owned Hublot MDM Classic 36mm 18K Yellow Gold and Diamond Watch 1521.3.054-29613.png', 'Pre-Owned Hublot MDM Classic 36mm 18K Yellow Gold and Diamond Watch 1521.3.054-11947.png', 'Pre-Owned Hublot MDM Classic 36mm 18K Yellow Gold and Diamond Watch 1521.3.054-98289.png', 'Accessories', 2.5, NULL, 1, '2024-01-26 01:13:36', '2024-01-26 01:13:36'),
(619, 'Whole Earth', '5erQRJAHa', 7, 'ERYTHRITOL SWEETENER: Enjoy a delicious sugar alternative that bakes like sugar\r\nZERO CALORIE SWEETENER: Each serving of erythritol has zero calories and zero grams of sugar\r\nKETO SWEETENER: Erythritol is a keto diet friendly sweetener and a great choice for sweetening keto food and keto snacks\r\nNATURAL* SUGAR ALTERNATIVE: A natural alternative to sugar and artificial sweeteners, our non-GMO granulated Erythritol Sweetener is sourced from a fermentation process using non-GMO corn\r\nERYTHRITOL SWEETENER POUCHES: Packaged in a 1-pound resealable pouch, so you can easily sweeten your favorite foods and beverages\r\nLOW GLYCEMIC INDEX SWEETENER: Erythritol is a low glycemic index sweetener and is a great choice for those following keto diets and other lifestyles\r\nGREAT WITH COFFEE: Sweeten coffee or tea without the calories of sugar cubes, sugar packets or raw sugar packets\r\nWHOLE EARTH SWEETENER 100% ERYTHRITOL: Our granulated erythritol sweetener is an excellent sugar substitute. Compare to other sugar free sweetener brands including So Nourished, Now Foods, Anthony\'s, HaleFresh, Swerve, Truvia, Lankanto and Pyure*\r\nSUITABLE FOR PEOPLE WITH DIABETES: Replacing added sugar with zero calorie sweeteners can help individuals with diabetes manage their lifestyles while enjoying sweetened food and beverages\r\nKOSHER AND GLUTEN FREE: Our erythritol sweetener is gluten free and kosher parve certified by the Orthodox Union', 4.00, NULL, NULL, 7.00, 'Whole Earth-49527.jpeg', 'Whole Earth-20891.jpeg', 'Whole Earth-65920.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 01:13:51', '2024-01-26 01:13:51'),
(620, 'Dissecting Kits - Set of 10 Pieces / Zipper Case Inside Red Velvet - See Details in Description - General surgery instruments', 'diGaVtJT8', 5, 'Set of 10 a\r\n• Probe Double 13cm\r\n2PCS. Scalpel S.S.\r\nGrooved Director With Tongue Tie 14cm\r\nMayo Hegar Needle Holder 14 cm\r\nDissecting Forceps 14cm 1x2 Teeth\r\n• Dressing Forceps 14cm Serrated\r\n• Dressing Scissor 14cm SB STR\r\n• Dressing Scissor 14om SB CVD.\r\n• Zipper Case Inside Red Velvet', 3.00, NULL, NULL, 5.00, 'Dissecting Kits - Set of 10 Pieces / Zipper Case Inside Red Velvet - See Details in Description - General surgery instruments-25900.jpeg', 'Dissecting Kits - Set of 10 Pieces / Zipper Case Inside Red Velvet - See Details in Description - General surgery instruments-77828.jpeg', 'Dissecting Kits - Set of 10 Pieces / Zipper Case Inside Red Velvet - See Details in Description - General surgery instruments-48195.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-26 01:15:14', '2024-01-26 01:15:14'),
(621, 'Hospital medical instruments Anesthesia instruments for surgical operations', 'SXsfwdV2E', 5, 'Metal, Plastic, Steel', 2267.00, NULL, NULL, 2829.00, 'Hospital medical instruments Anesthesia instruments for surgical operations-13822.jpeg', 'Hospital medical instruments Anesthesia instruments for surgical operations-42836.jpeg', 'Hospital medical instruments Anesthesia instruments for surgical operations-95642.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-26 01:20:33', '2024-01-26 01:20:33'),
(622, 'Authenticity Guarantee Patek Philippe Calatrava 18K Yellow Gold Men\'s Watch', 'aAFoVV5pJ', 19, 'Patek Philippe Calatrava 18K Yellow Gold Men\'s Watch - 3919J\r\n\r\nStock# A106495 / EIAR\r\n\r\nReference: 3919J\r\nCirca: 1991-1992\r\nCase size: 33mm 18K Yellow Gold\r\nShape: Round\r\nMovement: 18K Manual Movement\r\nDial: White Porcelain Dial with Black Roman Numeral Hour Markers and Seconds Dial above 6 O\'Clock Position.\r\nBezel: 18K Yellow Gold Hobnail Bezel\r\nBracelet: Aftermarket leather bracelet and buckle\r\nWater Resistance: 30m\r\nAccessories: N/A', 11495.00, NULL, NULL, 13885.00, 'Authenticity Guarantee Patek Philippe Calatrava 18K Yellow Gold Men\'s Watch-72359.jpeg', 'Authenticity Guarantee Patek Philippe Calatrava 18K Yellow Gold Men\'s Watch-31931.jpeg', 'Authenticity Guarantee Patek Philippe Calatrava 18K Yellow Gold Men\'s Watch-37370.jpeg', 'Accessories', 3.0, NULL, 1, '2024-01-26 01:22:38', '2024-01-26 01:22:38'),
(623, 'Seeds of Change', 'uSBzcUeXP', 7, '6-Pack 8.5-Oz Seeds of CHANGE Organic Quinoa, Brown & Red Rice with Flaxseed', 8.00, NULL, NULL, 14.00, 'Seeds of Change-36278.jpeg', 'Seeds of Change-22712.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 01:24:59', '2024-01-26 01:24:59'),
(624, 'Disposable medical sponge holder forceps', 'iWIn0O7jS', 5, 'Stanless Steel', 1.00, NULL, NULL, 2.00, 'Disposable medical sponge holder forceps-58393.jpeg', NULL, NULL, 'Instruments', 3.5, NULL, 1, '2024-01-26 01:25:53', '2024-01-26 01:25:53'),
(625, 'XP Metal Detectors Deus II WS6 Master - Weatherproof and Multi Frequency, Ideal', 'nFKnG9XzE', 18, 'The target signals generated by the coil are quickly transmitted to the headphones without any delay, giving the WS6 MASTER unparalleled speed and accuracy. The WS6 MASTER performs extremely well in all terrain and conditions. As good on land as on the beach thanks to the FMF (Fast Multi Frequency) technology.', 548.00, NULL, NULL, 825.00, 'XP Metal Detectors Deus II WS6 Master - Weatherproof and Multi Frequency, Ideal-32664.jpg', NULL, NULL, 'Lawn and garden', 5.0, NULL, 1, '2024-01-26 01:27:13', '2024-01-26 01:27:13'),
(626, 'Classico Family Favorite Pasta Sauce', '2cm5ikHNW', 14, 'Once 24 oz. jar of Classico Family Favorites Traditional Smooth & Rich Pasta Sauce\r\nClassico Family Favorites Traditional Smooth & Rich Pasta Sauce delivers authentic Italian flavor to your family\'s favorite recipes\r\nMade with half a cup of vegetables per serving and the perfect fusion of tomato puree, basil and a hint of spice\r\nJust simmer and serve our ready-to-use sauce with your favorite pasta\r\nOur pasta sauce is gluten free\r\nA delicious traditional red sauce for your baked ziti, chicken parmesan or spaghetti and meatballs\r\nPackaged in a resealable Mason jar\r\nRefrigerate after opening', 3.00, NULL, NULL, 5.00, 'Classico Family Favorite Pasta Sauce-13018.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 01:29:28', '2024-01-26 01:29:28'),
(627, '1960\'s PATEK PHILIPPE \"Tegola\" Vintage Mens 18K Gold - Very Fine with Warranty', 'EY2lPuZZ0', 18, '1960\'s PATEK PHILIPPE \"Tegola\"\r\nVintage Mens Rectangular Watch - 18K Gold\r\n\r\nClassic\r\nRectangular\r\nPatek - Very Elegant - 1 Year Warranty\r\n\r\nThe\r\nPursuit of Perfection...\r\n\r\nWe are\r\nproud to offer this timelessly classic Patek Philippe wristwatch\r\nshowcased in today\'s auction. It features an elegant curved case\r\nand silver dial with gold accents.', 7835.00, NULL, NULL, 7995.00, '1960\'s PATEK PHILIPPE \"Tegola\" Vintage Mens 18K Gold - Very Fine with Warranty-59175.png', '1960\'s PATEK PHILIPPE \"Tegola\" Vintage Mens 18K Gold - Very Fine with Warranty-84158.png', '1960\'s PATEK PHILIPPE \"Tegola\" Vintage Mens 18K Gold - Very Fine with Warranty-52131.png', 'Accessories', 2.5, NULL, 1, '2024-01-26 01:29:55', '2024-01-26 01:29:55'),
(628, 'HL-05 /HL-05B Medical Mobile Vertical 5-Reflector LED Shadowless Operating Lamp', 'BPqvYJVRy', 19, 'HL-05 /HL-05B luminescent haplopore operating lamp is fit for awxiliary lighting for medical examination on ears, nose, oralcavity,urinary system and gynaecology. It adopts cold light source of halogen bulb, stepless adjustment of light, vertical mobile setup with braking device is not limited by the space of surgical room and is safe and reliable in use.', 200.00, NULL, NULL, 250.00, 'HL-05 /HL-05B Medical Mobile Vertical 5-Reflector LED Shadowless Operating Lamp-81935.jpeg', 'HL-05 /HL-05B Medical Mobile Vertical 5-Reflector LED Shadowless Operating Lamp-82385.jpeg', 'HL-05 /HL-05B Medical Mobile Vertical 5-Reflector LED Shadowless Operating Lamp-86464.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-26 01:35:29', '2024-01-26 01:35:29'),
(629, 'Pace Nacho Cheese Sauce', 'l7LeMcDWl', 14, 'One 10.5 oz can of Pace Mild Nacho Cheese Sauce\r\nSmooth, creamy cheese canned sauce is ready to use for a crowd-pleasing topping\r\nMild sauce is made with real cheese with mild heat so it\'s not too spicy\r\nUse in dips for chips or as a topper for hot dogs, fries, soft pretzels and other favorite game-day snacks\r\nNacho cheese dip comes sealed in a can for convenient storage', 4.00, NULL, NULL, 6.00, 'Pace Nacho Cheese Sauce-31276.jpeg', 'Pace Nacho Cheese Sauce-73379.jpeg', 'Pace Nacho Cheese Sauce-85010.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 01:37:34', '2024-01-26 01:37:34'),
(630, 'Rare! Patek Philippe 18k Yellow Gold Triple Signed 20s Pocket Watch c. 1890\'s', 'BE5VRVGYh', 19, 'Works great, fully functional.\r\n\r\nMetal:\r\n18k Yellow Gold Case\r\n\r\nCase Dimensions:\r\n46mm (20s)\r\n\r\nWeight:\r\n76.7g\r\n\r\nMovement: Manual\r\nPorcelain Dial\r\n\r\nHallmarks:\r\nPatek Philippe Co\r\n\r\nGeneve\r\n\r\nPPco 750 73884\r\n\r\nRelojoria de Carlos Gondolo Amarat\r\n\r\n71 Rua Da Luintanda 71\r\n\r\nRio De Janeiro\r\n\r\nNo 73884 Patek Philippe Co Geneve\r\n\r\n750 Patek Logo 73884\r\n\r\nSigned Case, Dial, Movement\r\n\r\nTi639ordd', 7618.00, NULL, NULL, 9653.00, 'Rare! Patek Philippe 18k Yellow Gold Triple Signed 20s Pocket Watch c. 1890\'s-46254.png', 'Rare! Patek Philippe 18k Yellow Gold Triple Signed 20s Pocket Watch c. 1890\'s-80976.png', 'Rare! Patek Philippe 18k Yellow Gold Triple Signed 20s Pocket Watch c. 1890\'s-27310.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 01:38:39', '2024-01-26 01:38:39'),
(631, 'Happy Baby Organics', 'Uz7V7GI4b', 14, 'Clear packaging lets you see the ingredients in each recipe, in all its vibrant color\r\nStage 2 baby foods and baby snacks introduce baby to simple balances of fruits and veggies in a smooth puree with all the new flavors your baby is learning to love\r\nOrganic, delicious options for your baby\'s nutritional journey\r\nCertified USDA organic, made with non-GMO ingredients grown without the use of toxics and in packaging made without BPA, BPS, or phthalates', 11.00, NULL, NULL, 18.00, 'Happy Baby Organics-87922.jpeg', 'Happy Baby Organics-11494.jpeg', 'Happy Baby Organics-77405.jpeg', 'Groceries', 4.0, NULL, 1, '2024-01-26 01:40:56', '2024-01-26 01:40:56'),
(632, '25x13mm Silicone Rubber Watch Band Strap Fit for Patek Philippe Nautilus', 'TXBPVEny0', 18, '100% brand new high quality;\r\n\r\nEasy to insert and remove, perfectly fit for your watch;\r\n\r\nExquisite craftsmanship and Stylish design.', 18.00, NULL, NULL, 36.00, '25x13mm Silicone Rubber Watch Band Strap Fit for Patek Philippe Nautilus-76783.png', '25x13mm Silicone Rubber Watch Band Strap Fit for Patek Philippe Nautilus-19795.png', '25x13mm Silicone Rubber Watch Band Strap Fit for Patek Philippe Nautilus-62523.png', 'Accessories', 2.5, NULL, 1, '2024-01-26 01:41:59', '2024-01-26 01:41:59'),
(633, 'Snack Pack', 'bWkiG9Sra', 14, 'Made with real milk and no high-fructose corn syrup\r\nHave 90 calories with no preservatives and zero grams trans fat per 3.25 oz serving\r\nNo artificial growth hormones used', 10.00, NULL, NULL, 15.00, 'Snack Pack-29767.jpeg', 'Snack Pack-73846.jpeg', 'Snack Pack-68275.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-26 01:43:56', '2024-01-26 01:43:56'),
(634, 'Scalpel Handle', 'eRMD1cfvh', 5, 'Logo\r\nCustomized Logo\r\nSize\r\nCustom Sizes\r\nPacking\r\nCustom Packing\r\nOEM / ODM\r\nAcceptable\r\nQuality\r\n100% High Quality\r\nMOQ\r\n10 Pcs', 1.00, NULL, NULL, 2.00, 'Scalpel Handle-67677.jpeg', 'Scalpel Handle-44344.jpeg', 'Scalpel Handle-51656.jpeg', 'Instruments', 3.0, NULL, 1, '2024-01-26 01:45:38', '2024-01-26 01:45:38'),
(635, '25x13mm Genuine Leather Watch Band Strap Fit Patek Philippe Nautilus', 'LO7q1PwOL', 18, '100% brand new high quality;\r\n\r\nEasy to insert and remove, perfectly fit for your watch;\r\n\r\nExquisite craftsmanship and Stylish design.', 18.00, NULL, NULL, 36.00, '25x13mm Genuine Leather Watch Band Strap Fit Patek Philippe Nautilus-18282.png', '25x13mm Genuine Leather Watch Band Strap Fit Patek Philippe Nautilus-99321.png', '25x13mm Genuine Leather Watch Band Strap Fit Patek Philippe Nautilus-91870.png', 'Accessories', 2.5, NULL, 1, '2024-01-26 01:45:44', '2024-01-26 01:45:44');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(636, 'Coconut Aminos', '3RMMkRKXe', 14, 'SOY SAUCE REPLACEMENT: If you love soy sauce but not its high sodium content, this sauce is for you. It\'s gluten-free and paleo-friendly, and it contains less sodium than traditional soy sauce\r\nTASTY SUBSTITUTE: Our low-sodium sweet soy sauce is made from organic coconut blossom nectar and Himalayan salt. With Coconut Aminos Sauce, you can substitute soy sauce without sacrificing taste\r\nLOW-SODIUM FOODS: If you\'re on a gluten-free, paleo, or low-sodium diet, this replacement sauce makes it easier. Use it when a recipe calls for soy sauce—in a stir fry, marinade, dressing, and more\r\nUSDA ORGANIC: This organic soy sauce is certified USDA organic, gluten-free, non-GMO, and soy-free, so almost everyone can enjoy it. It\'s a natural alternative to highly processed soy sauces\r\nALL-PURPOSE SEASONING: Add unique flavor to any recipe with this soy sauce alternative. With no added sugar, it provides a naturally sweet flavor that complements the Himalayan salt', 7.00, NULL, NULL, 10.00, 'Coconut Aminos-97250.jpeg', 'Coconut Aminos-30170.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 01:48:19', '2024-01-26 01:48:19'),
(637, 'Fragment Locking Diagnostic Surgery Medical Customized High Quality Surgical Instruments', 'PUAsVVjR6', 5, 'Use:\r\nPlastic Surgery...\r\nSizes:\r\nCustomized....\r\nFinish:\r\nSatin\r\nIntended Use:\r\nDevice shall be used for holding arteries purposes.\r\nFunction / Attributes:\r\nMostly used to hold tissues work smoothly and easy Grip.\r\nRequired Hardness:\r\n41to 45 HRC\r\nFurnace Temperature:\r\n124cm\r\nSteel Weight used:\r\n1 piece shall have a weight of 82 gm Approximately.\r\nQuality Control:\r\n100% tested before shipment.\r\nOEM Accepted:\r\nYes\r\nIntended Use:\r\nDevice shall be used for holding arteries purposes.\r\nFunction Attributes:\r\nMostly used to hold tissues work smoothly and easy grip.\r\nPayment:\r\nT/T,Western Union,Money Gram,PayPal,Alibaba Trade Assurance.\r\nPackage:\r\nPoly Bag, Blister Packing, Leather Case, Wallet Packing', 299.00, NULL, NULL, 399.00, 'Fragment Locking Diagnostic Surgery Medical Customized High Quality Surgical Instruments-81586.jpeg', 'Fragment Locking Diagnostic Surgery Medical Customized High Quality Surgical Instruments-47164.jpeg', 'Fragment Locking Diagnostic Surgery Medical Customized High Quality Surgical Instruments-83944.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-26 01:48:52', '2024-01-26 01:48:52'),
(638, 'Patek Philippe Ladies 18k Yellow Gold Hand-Winding Watch w/ Ornate Gubelin Band', 'q9LCEF9p0', 19, 'Patek Philippe Ladies 18k Yellow Gold Hand-Winding Watch w/ Ornate Gubelin Band\r\n\r\nThis product data sheet is originally written in English.\r\n\r\nPatek Philippe Vtg 18k Yellow Gold Hand-Winding Watch w/ Ornate Gubelin Band\r\nGorgeous Vintage Piece by Renowned Watch Designer Patek Phillipe\r\n\r\n18k Yellow Gold Rounded Rectangle Case\r\n\r\n13 mm Wide (15 mm w/ Crown)\r\n23 mm Long\r\nLug-to-Lug Distance = 22 mm\r\n\r\nChampagne Dial w/ Gold Hands Tic Marks\r\n\r\n11 mm Wide\r\n15 mm Long\r\n\r\nAmazing 18k Yellow Gold Criss-Cross Gubelin Band\r\n\r\nIncludes Alternating Prong-Set Emeralds, Rubies, and Sapphires\r\nTotal Length = 6\"\r\nWidth = 15 mm\r\n\r\nTotal Mass = 44.3 grams\r\n\r\nAmazing, Rare Vintage Piece!', 24948.00, NULL, NULL, 25200.00, 'Patek Philippe Ladies 18k Yellow Gold Hand-Winding Watch w/ Ornate Gubelin Band-71361.png', 'Patek Philippe Ladies 18k Yellow Gold Hand-Winding Watch w/ Ornate Gubelin Band-71298.png', 'Patek Philippe Ladies 18k Yellow Gold Hand-Winding Watch w/ Ornate Gubelin Band-75966.png', 'Accessories', 4.0, NULL, 1, '2024-01-26 01:49:41', '2024-01-26 01:49:41'),
(639, 'Macaroni & Cheese', 'XhZ6mj9XA', 14, 'Boxed dinner includes pasta and cheese sauce mix', 4.00, NULL, NULL, 7.00, 'Macaroni & Cheese-77989.jpeg', 'Macaroni & Cheese-90508.jpeg', 'Macaroni & Cheese-87295.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 01:52:05', '2024-01-26 01:52:05'),
(640, 'Pre-Owned Unpolished Patek Philippe Annual Calendar 18K Yellow Gold Watch 5036', 'CCnWhZMgO', 19, 'Pre-Owned Unpolished Patek Philippe Annual Calendar 18K Yellow Gold Watch 5036\r\n\r\nSKU: A106590 Pre-Owned Brand: Patek Philippe Model: Annual Calendar Reference number: 5036/1J-001Year of production: Mid 2000\'s (2005/2006)Movement: Automatic Case: 37.00mm 18K Yellow Gold - Unpolished Bezel: 18K Yellow Gold Smooth Bezel Dial: White tone Dial with Roman Numeral Hour Markers. Date feature at 6 O\'Clock. Functions include hours, minutes, seconds, date, annual calendar, day, month, moon phase and power reserve indicator. Bracelet: 18K Yellow Gold Condition: This Unpolished Patek Philippe 5036 is a well-maintained timepiece with light surface wear and great functionality. Its overall condition is indicative of careful ownership. This watch is in suitable condition for daily wear and is an excellent addition to any collection. Box and Papers: Yes - Box and Papers.', 42095.00, NULL, NULL, 45980.00, 'Pre-Owned Unpolished Patek Philippe Annual Calendar 18K Yellow Gold Watch 5036-37718.png', 'Pre-Owned Unpolished Patek Philippe Annual Calendar 18K Yellow Gold Watch 5036-26877.png', 'Pre-Owned Unpolished Patek Philippe Annual Calendar 18K Yellow Gold Watch 5036-65404.png', 'Accessories', 4.5, NULL, 1, '2024-01-26 01:52:30', '2024-01-26 01:52:30'),
(641, 'Applicable to icu hospital emergency ventilator LED display emergency surgical ventilator', 'DECHKKPp7', 5, 'item\r\nvalue\r\nBrand Name\r\nPUAO\r\nModel Number\r\nPA500\r\nPower Source\r\nElectricity\r\nWarranty\r\n1 Year\r\nAfter-sale Service\r\nOnline technical support\r\nMaterial\r\nMetal, Plastic\r\nShelf Life\r\n1years\r\nQuality Certification\r\nCE\r\nInstrument classification\r\nClass II\r\nSafety standard\r\nGB15979-2002\r\nDisplay\r\nLED\r\nVentilation Mode\r\nA/C, IPPV, SIPPV, IMV, SIMV, MANUAL\r\nBack~up Power Supply\r\n2~4 hours\r\nTidal Volume\r\n0~2000ml\r\nRespiratory Rate\r\n6~60bpm\r\nInspiratory/Expiratory (I:E) Ratio:\r\n1:1.5~1:3.0\r\nPEEP\r\n1~10cmH2O\r\nsize\r\n66*52*111cm\r\nGW\r\n40kg\r\nNW\r\n33kg', 1850.00, NULL, NULL, 2089.00, 'Applicable to icu hospital emergency ventilator LED display emergency surgical ventilator-32362.jpeg', 'Applicable to icu hospital emergency ventilator LED display emergency surgical ventilator-25164.jpeg', 'Applicable to icu hospital emergency ventilator LED display emergency surgical ventilator-67371.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-26 01:56:58', '2024-01-26 01:56:58'),
(642, 'Artery Forcep', '1TsBko4d5', 5, 'Material:\r\nStainless steel, Steel\r\nSize:\r\nNo Limit (All Size Is Available)\r\nColor:\r\nNo Limit (All Color Is Available)\r\nWhy Choose US:\r\n24/7 Customer Services\r\nHigh Quality\r\nProfessional Manufacture', 1.00, NULL, NULL, 2.00, 'Artery Forcep-32221.jpeg', 'Artery Forcep-47254.jpeg', 'Artery Forcep-32149.jpeg', 'Instruments', 3.0, NULL, 1, '2024-01-26 02:00:45', '2024-01-26 02:00:45'),
(643, 'De’Longhi Bar Espresso & Cappuccino Machine', '5MxpBp8N8', 14, '15-bar professional pressure\r\nBrew authentic barista quality beverages\r\nManual frother mixes steam and milk\r\n3-in-1 filter holder included\r\nAccommodates taller cups\r\nDishwasher-safe parts\r\nManual cappuccino system\r\nAdjustable brewing time\r\nRemovable water tank and drip tray\r\n37 fluid oz water tank capacity\r\nAccepts single, double and ESE pods\r\nSleek space-saving design', 70.00, NULL, NULL, 227.00, 'De’Longhi Bar Espresso & Cappuccino Machine-88408.jpeg', 'De’Longhi Bar Espresso & Cappuccino Machine-51405.jpeg', 'De’Longhi Bar Espresso & Cappuccino Machine-51349.jpeg', 'Groceries', 4.0, NULL, 1, '2024-01-26 02:05:25', '2024-01-26 02:05:25'),
(644, 'Authenticity Guarantee Rare! Authentic Patek Philippe Platinum Diamond Emerald', '54qYJVSmj', 18, 'This ring is AGL certified. Origin: Zambia.\r\n\r\nMetal:\r\nPlatinum\r\n\r\nSize:\r\n\r\n6\r\n\r\nMeasurements:\r\nWeight: 16.2 grams\r\n\r\nWidth: 16mm\r\n\r\nStones:\r\n\r\nRound brilliant cut diamonds, VVS1 clarity, E color. Total Diamond Weight: 3.5CT. One Gorgeous Oval Cut Emerald, Total Weight: 2CT.\r\n\r\nHallmarks:\r\n\r\nP.P.Co PT950\r\n\r\n8612orddd', 37800.00, NULL, NULL, 39865.00, 'Authenticity Guarantee Rare! Authentic Patek Philippe Platinum Diamond Emerald-41952.jpeg', 'Authenticity Guarantee Rare! Authentic Patek Philippe Platinum Diamond Emerald-51123.jpeg', 'Authenticity Guarantee Rare! Authentic Patek Philippe Platinum Diamond Emerald-29113.jpeg', 'Accessories', 3.0, NULL, 1, '2024-01-26 02:08:01', '2024-01-26 02:08:01'),
(645, 'Mango Lemonade', 'gPbG0chYr', 17, 'Naturally Flavored Juice Beverage\r\nTrust & Quality We Are Proud To Offer This Product To You Because It Meets Our Rigorous Quality Standards, Which Prohibit Over 100 Ingredients For Both Food And Supplements.', 4.00, NULL, NULL, 8.00, 'Mango Lemonade-37439.jpeg', 'Mango Lemonade-12685.jpeg', 'Mango Lemonade-52179.jpeg', 'Groceries', 4.5, NULL, 1, '2024-01-26 02:10:37', '2024-01-26 02:10:37'),
(646, 'Cafe La LIave Espresso', 'NrKrRufU0', 17, 'FLAVORS AND INTENSITY: Don Francisco\'s Espresso Clasico Intensity 9 (classic, full-bodies, rich), Old Havana Intensity 8 (nutty, hints of citrus, smooth), Organico Intensity 7 (organic, balanced, sweet, floral); Café La Llave Espresso Intensity 11 (dark-roasted, full-bodied, aromatic).\r\nRECYCLABLE COFFEE PODS: we have partnered with Terracycle for a recycling program that makes Don Francisco\'s coffee pods recyclable through Terracycle.\r\nCOMPATIBLE WITH Nespresso Originalline brewers: specially engineered for Nespresso Originalline brewers to deliver a high-quality and consistent espresso, shot after shot. Not compatible with Nespresso Vertuo brewers. *not affiliated with Nespresso.\r\nFOUR GENERATIONS STRONG: our family\'s expertise extends more than 140 years and is headquartered outside of Los Angeles in the City of Vernon.\r\nBLENDED, ROASTED and packed at our zero-waste-to-landfill facility in Los Angeles.', 16.00, NULL, NULL, 23.00, 'Cafe La LIave Espresso-76307.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 02:15:12', '2024-01-26 02:15:12'),
(647, 'Patek Philippe Calatrava 5127G-001 white gold 18ct alligator leather strap', 'PTvbNivnM', 18, 'Patek Philippe Calatrava 5127G-001 white gold 18ct alligator leather strap', 34500.00, NULL, NULL, 37850.00, 'Patek Philippe Calatrava 5127G-001 white gold 18ct alligator leather strap-31881.jpeg', 'Patek Philippe Calatrava 5127G-001 white gold 18ct alligator leather strap-10593.jpeg', 'Patek Philippe Calatrava 5127G-001 white gold 18ct alligator leather strap-62447.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-26 02:15:54', '2024-01-26 02:15:54'),
(648, 'Café Gaviña Decaf Espresso Coffee', 'c5ysZUFts', 17, 'DECAF BLEND OF: South & Central American coffees, dark roast, heavy body, medium low acidity, with chocolate notes. Best used as a base for espresso-based drinks.\r\nA DELICIOUS CUP is only just scoops away. Enjoy it as a shot, with milk, or as a base for hot and cold coffee drinks like a latte and cappuccino.\r\nOUR DIRECT IMPACT Initiative influences every business decision we make so that we can preserve natural resources and our environment for future generations of our family and yours.\r\nBLENDED, ROASTED & packed at our zero-waste-to-landfill facility in Los Angeles.', 15.00, NULL, NULL, 19.00, 'Café Gaviña Decaf Espresso Coffee-73118.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-26 02:18:59', '2024-01-26 02:18:59'),
(649, 'Iroha Sakura Women Intimate Massager, Rechargeable Personal And Water-Resistant', '6cveBg59g', 18, 'Iroha Sakura Women Intimate Massager, Rechargeable Personal And Water-Resistant Soft Silicone Vibrator, Ihm-03 Pink\r\n\r\nItem Condition: New\r\n\r\nModel: Ihm-03\r\n\r\nColor: Pink\r\n\r\nProduct Dimension: 5 X 2.25 X 6.5', 110.00, NULL, NULL, 201.00, 'Iroha Sakura Women Intimate Massager, Rechargeable Personal And Water-Resistant-54884.png', NULL, NULL, 'Beauty & personal care', 2.5, NULL, 1, '2024-01-26 02:20:39', '2024-01-26 02:20:39'),
(650, 'CRAFTSMAN Mechanics Tool Set, 3/8\" Drive, SAE/Metric, 22 Piece (CMMT12029)', 'SaYqWR1fC', 2, 'Compatible with the VERSASTACK™ Portable Storage System\r\nCORROSION RESISTANCE: Gun Metal Chrome Finish\r\nINCREASED ACCESS AND MINIMAL ARC SWING: 120-tooth Ratchet\r\nINCREASED TORQUE: 6 Point Socket with fastener\r\nMOBILITY and DURABILITY: Compact Storage Case\r\nQUICK SIZE IDENTIFICATION: Large Markings\r\nMeets or Exceeds ASME Specifications\r\nCommon applications include automotive mechanical and home repair\r\nIncludes (9) 3/8-in Dr Shallow 6 PT Sockets SAE (1/4-in,5/16,3/8,7/16,1/2,9/16,5/8,11/16,3/4-in), (10) 3/8-in Dr Shallow 6 PT Sockets MM (8,10,12,13,14,15,16,17,18,19mm), (1) 120T 3/8-in Ratchet, (1) 3/8-in Dr Ext Bar (6-in) and (1) 3/8-in Dr Univ Joint', 25.00, NULL, NULL, 64.00, 'CRAFTSMAN Mechanics Tool Set, 3/8\" Drive, SAE/Metric, 22 Piece (CMMT12029)-57520.jpg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-26 02:21:13', '2024-01-26 02:21:13'),
(651, 'Victor Allen’s Coffee', 'oaQ0M9Rrn', 17, 'ROAST: Light - Balanced, smooth and rich\r\nFLAVOR PROFILE: Victor Allen\'s Decaf Morning Blend is aromatic and perfectly balanced with a smooth finish.\r\n100% Gluten Free & Non-GMO: Our coffee products do not contain gluten or genetically modified ingredients\r\nBRAND STORY: Since 1979 Victor Allen has been proud to bring you high-quality, roaster-fresh perfection. We source 100% Arabica beans from all over the world and use precision roasting techniques to guarantee the very best coffee\r\nINGREDIENTS: 100% Arabica coffee\r\nSELECTION: Victor Allen\'s offers a wide selection of beverage choices from light, medium and dark roasts to everyday and seasonal flavors, in bagged, single serve and ready to drink formats.\r\nHOW TO BREW RECOMMENDATIONS: STEP ONE: load your single serve cup into your brewer. STEP TWO: select the 8-floz setting on your brewer for the best taste. STEP THREE: to prevent dripping upon completion of brewing carefully tilt the single serve cup upon removal from your brewer. STEP FOUR: Enjoy your precision roasted Victor Allen\'s Coffee.\r\nCOMPATIBILITY: For use in all single serve brewing systems, including Keurig 2.0. Single Serve coffee pods for Keurig K-Cup Brewers. Keurig is a registered trademark of KEURIG GREEN MOUNTAIN, INC. K-Cups is a registered trademark of KEURIG GREEN MOUNTAIN, INC.', 13.00, NULL, NULL, 22.00, 'Victor Allen’s Coffee-36455.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 02:22:31', '2024-01-26 02:22:31'),
(652, 'CE certified hospital operating room anesthesia machine mobile 10.4 inche color liquid crystal deeply  anesthesia', 'yL8uTN9uX', 5, 'Brand Name\r\nPUAO\r\nModel Number\r\n850ADV\r\nPower Source\r\nElectricity\r\nWarranty\r\n1 Year\r\nAfter-sale Service\r\nOnline technical support\r\nMaterial\r\nMetal, Plastic, Steel\r\nShelf Life\r\n1years\r\nQuality Certification\r\nCE\r\nInstrument classification\r\nClass III\r\nSafety standard\r\nCE\r\nDisplay\r\n10.4 Inch TFT Display\r\nFlow meter Range\r\nO2:0.1~10L/min\r\nVentilation Mode\r\nIPPV,SIPPV,VCV,PCV(child),IMV,SIMV,MANUAL,Standby\r\nRespiratory Rate\r\n1~100bpm\r\nInspiratory/Expiratory(I:E) Ratio\r\n8:1~1:10\r\nPEEP Range\r\n0~20cmH2O(electronically controlled)\r\nSimv Rate\r\n1~20bpm\r\nMain Unit CTN\r\n94*79*127cm\r\nAccessoy CTN\r\n66*62*35cm', 6282.00, NULL, NULL, 6482.00, 'CE certified hospital operating room anesthesia machine mobile 10.4 inche color liquid crystal deeply  anesthesia-91123.jpeg', 'CE certified hospital operating room anesthesia machine mobile 10.4 inche color liquid crystal deeply  anesthesia-58978.jpeg', 'CE certified hospital operating room anesthesia machine mobile 10.4 inche color liquid crystal deeply  anesthesia-83131.jpeg', 'Instruments', 3.0, NULL, 1, '2024-01-26 02:24:42', '2024-01-26 02:24:42'),
(653, 'Solimo French Roast', 'YUn4Ts5jF', 17, '100 French Roast coffee pods\r\n100% Arabica coffee\r\nA hot, refreshing, intense cup of coffee, made with a very bold dark roast coffee profile that has some bold, smoky notes\r\nCompatible with 1.0 and 2.0 k-cup brewers\r\nSatisfaction Guarantee: We\'re proud of our products. If you aren\'t satisfied, we\'ll refund you for any reason within a year of purchase. 1-877-485-0385\r\nAn Amazon brand', 21.00, NULL, NULL, 29.00, 'Solimo French Roast-36395.jpeg', 'Solimo French Roast-52129.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 02:27:42', '2024-01-26 02:27:42'),
(654, 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube S', 'uQyoZRJEx', 18, 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube Suitable For Vaginal, Solo Or Anal Play, Compatible With Natural Rubber Latex, Polyurethane, And Polyisoprene Condoms, Flavorless And Unscented, 32 Fl Oz', 54.00, NULL, NULL, 69.00, 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube S-29598.png', 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube S-34935.png', NULL, 'Accessories', 2.5, NULL, 1, '2024-01-26 02:27:57', '2024-01-26 02:27:57'),
(655, 'Husky Mechanics Tool Set (270-Piece)', '9As2Ezn6V', 17, 'About this product:\r\nSet includes 1/4\'\', 3/8\'\', and 1/2\'\' 72-tooth ratchets, (50) 1/4\'\' drive sockets, (29) 3/8\'\' drive sockets, (28) bit sockets, (10) 1/2\'\' drive sockets, 3 drive extensions, 8 combination wrenches and more\r\nStorage case included with trays marked by drive size\r\nQuick-release button allows sockets and drive tools to be easily removed from the ratchet\r\nIntegrated handles and tool tray on top\r\nTrays marked with sizes to keep your tools organized\r\nTool trays fit into most tool box drawers\r\nSockets and wrenches are designed with off-corner loading to help prevent rounding of fasteners\r\nWrenches feature a 12-point box-end design and 15° offset to increase clearance\r\nBit sockets attach to a 1/4 in. or 3/8 in. drive tool to provide a longer handle and more leverage than standard hex keys or screwdrivers\r\n72-tooth ratchets need only a 5° arc swing to turn fasteners\r\nLarge, hard-stamped size markings allow for easy readability\r\nHex keys, screwdriver and nut driver bits are formed from heat-treated S2 tool steel for added strength and wear protection\r\nChrome finish provides corrosion resistance and added durability\r\nBacked by a lifetime warranty. if your Husky product ever fails, bring it back and we will replace it for free Click here for details.\r\nFully polished chrome finish easily wipes clean of oil and dirt\r\nSockets and wrenches feature chamfered lead-ins that help to provide fast and easy placement onto drive tools and fasteners\r\nTools are forged from chromium-alloy steel for outstanding durability and strength', 99.00, NULL, NULL, 199.00, 'Husky Mechanics Tool Set (270-Piece)-45721.jpg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-26 02:29:28', '2024-01-26 02:29:28'),
(656, 'Sun-Maid', 'XOXyyJhKp', 17, 'Sun-dried California raisins made from dried grapes\r\nAdd to trail mix, granola, oatmeal, yogurt, fruit salads, and more\r\nPerfect natural sweetener for oatmeal raisin cookies, scones, and muffins\r\n120 calories per serving (1/4 cup)\r\nNon-GMO Project Verified with zero grams of fat and no added sugar', 4.00, NULL, NULL, 7.00, 'Sun-Maid-29329.jpeg', 'Sun-Maid-37282.jpeg', 'Sun-Maid-36039.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 02:34:16', '2024-01-26 04:30:01'),
(657, 'Jaxxxson -Personal Massager For Vaginal And Anal Play. Mini Finger Vaginal Massager', 'a7VAYMo9O', 19, 'Jaxxxson -Personal Massager For Vaginal And Anal Play. Mini Finger Vaginal Massager, Adult Sex Toy For G-Spot. Anal And Vaginal Vibrator, Clitoris Stimulator. Pink And Soft. Battery Operated.', 39.00, NULL, NULL, 45.00, 'Jaxxxson -Personal Massager For Vaginal And Anal Play. Mini Finger Vaginal Massager-56067.png', 'Jaxxxson -Personal Massager For Vaginal And Anal Play. Mini Finger Vaginal Massager-74288.png', 'Jaxxxson -Personal Massager For Vaginal And Anal Play. Mini Finger Vaginal Massager-48210.png', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-26 02:34:53', '2024-01-26 04:38:13'),
(658, 'The Oxygen Advantage', 'WHlSThrmy', 2, 'The Oxygen Advantage: Simple, Scientifically Proven Breathing Techniques to Help You Become Healthier, Slimmer, Faster, and Fitter', 15.00, NULL, NULL, 25.00, 'The Oxygen Advantage-54552.jpg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-26 02:37:11', '2024-01-26 02:37:11'),
(659, 'Pistachios', 'WuaAiXMtz', 10, 'SIZE: Pack of 12 (1.25 Ounce bags) In Shell - Our Wonderful Pistachios (Pack of 12) single-serving 1.25 ounce bags makes snacking on-the-go, healthy snack tasty and easy. See nutrition information for fat content.\r\nFLAVOR: Roasted & Salted - Our best-selling flavor for a reason. While these shelled pistachio nuts have the same delicious taste, they are much less work for you. Our pistachios are perfect for cooking, great for snacking, & a crunchy salad topper.\r\nCALIFORNIA GROWN: Wonderful Pistachios grows all of its pistachios in California orchards, where we carefully tend and harvest using the latest in sustainable practices.\r\nHEALTHY SNACKING: Pistachios are a healthy, protein-powered addition to any gathering - from party to picnic. Pistachios are a healthy choice for snacking on-the-go and around the house. They make for a wonderful pantry staple or office snack\r\nSIMPLY WONDERFUL PISTACHIOS: Gluten Free, Plant Based Protein, Vegetarian, Vegan, Kosher Certified, Halal Certified, and Non-GMO Project Verified. Contains tree nuts (pistachios). Contains only pistachios and sea salt.', 8.00, NULL, NULL, 15.00, 'Pistachios-94197.jpeg', 'Pistachios-61891.jpeg', 'Pistachios-56050.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-26 02:39:16', '2024-01-26 04:40:10'),
(660, 'Jet Puffed', 'soonVKatZ', 10, 'One 24 oz bag of Jet-Puffed Marshmallows\r\nJet-Puffed Marshmallows are a delicious and versatile dessert topping\r\nClassic marshmallows deliver the sweet taste and fluffy texture you know and love\r\nPerfect marshmallows for smores', 2.00, NULL, NULL, 4.00, 'Jet Puffed-17354.jpeg', 'Jet Puffed-63746.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 02:45:44', '2024-01-26 02:45:44'),
(661, 'The Dark Forest or Death\'s end (Kindle ebooks)', 'RqiOIUgyY', 1, 'About these books:\r\nThese are part of The Three-Body Problem Series (4 total books).\r\nThe Dark Forest: Earth is reeling from the revelation of a coming alien invasion-in just four centuries\' time. The aliens\' human collaborators may have been defeated, but the presence of the sophons, the subatomic particles that allow Trisolaris instant access to all human information, means that Earth\'s defense plans are totally exposed to the enemy. Only the human mind remains a secret. This is the motivation for the Wallfacer Project, a daring plan that grants four men enormous resources to design secret strategies, hidden through deceit and misdirection from Earth and Trisolaris alike. Three of the Wallfacers are influential statesmen and scientists, but the fourth is a total unknown. Luo Ji, an unambitious Chinese astronomer and sociologist, is baffled by his new status. All he knows is that he\'s the one Wallfacer that Trisolaris wants dead.\r\nDeath\'s End: Half a century after the Doomsday Battle, the uneasy balance of Dark Forest Deterrence keeps the Trisolaran invaders at bay. Earth enjoys unprecedented prosperity due to the infusion of Trisolaran knowledge. With human science advancing daily and the Trisolarans adopting Earth culture, it seems that the two civilizations will soon be able to co-exist peacefully as equals without the terrible threat of mutually assured annihilation. But the peace has also made humanity complacent.', 6.00, NULL, NULL, 11.00, 'The Dark Forest or Death\'s end (Kindle ebooks)-91696.jpg', 'The Dark Forest or Death\'s end (Kindle ebooks)-48308.jpg', NULL, 'Books', 3.0, NULL, 1, '2024-01-26 02:47:41', '2024-01-26 02:47:41'),
(662, 'Hilo', 'Bvsh7uN7C', 17, 'KETO FRIENDLY LOW-CARB ALMOND FLOUR TORTILLA STYLE CHIPS\r\n3g Net Carbs, 9g of Protein, 0g of Added Sugar\r\nMade with Almond Flour\r\nIncludes 12 individual 1 oz. pouches – 3 pouches of Nacho Cheese, 3 pouches of Ranch, 3 pouches of Spicy Salsa, and 3 pouches of Ultimate Taco', 17.00, NULL, NULL, 23.00, 'Hilo-29249.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 02:50:25', '2024-01-26 02:50:25'),
(663, 'GXONE Spaghetti Spoon,304 Stainless Steel Pasta Spoon', 'MuDbh0EGD', 19, NULL, 99999.00, NULL, NULL, 120.00, 'GXONE Spaghetti Spoon,304 Stainless Steel Pasta Spoon-64101.png', 'GXONE Spaghetti Spoon,304 Stainless Steel Pasta Spoon-23970.jpeg', 'GXONE Spaghetti Spoon,304 Stainless Steel Pasta Spoon-50099.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-26 02:53:18', '2024-01-26 02:53:18'),
(664, 'Apple Cinnamon', 'ohk9of5WD', 17, 'Made with whole grain brown rice and baked to crispy deliciousness\r\nThe perfect amount of crunch, with the taste of salt\r\nEnjoy plain or top with your own peanut butter, jelly, or jam. Great for any snacking occasion', 10.00, NULL, NULL, 12.00, 'Apple Cinnamon-24292.jpeg', 'Apple Cinnamon-22665.jpeg', 'Apple Cinnamon-88138.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 02:56:12', '2024-01-26 02:56:12'),
(665, 'FOXWELL NT301 OBD2 Scanner Live Data Professional Mechanic OBDII Diagnostic Code Reader Tool for Check Engine Light', 'l9O3L0tVu', 19, 'BrandFOXWELL\r\nPower SourceBattery Powered\r\nProduct Dimensions8.66\"L x 3.15\"W x 6.69\"H\r\nOperating System\r\n[Choice Of Millions People] [Recommended by Major Websites/Mechanic] Windows_XP/7/8/10 to update, Mac and IOS system not supported.[Choice Of Millions People] [Recommended by Major Websites/Mechanic] Windows_XP/7/8/10 to Recommended by Major Websites/Mechanic] Windows_XP/7/8/10 to update, Mac and IOS system not supported\r\nScreen Size 2.8 Inches', 94.00, NULL, NULL, 130.00, 'FOXWELL NT301 OBD2 Scanner Live Data Professional Mechanic OBDII Diagnostic Code Reader Tool for Check Engine Light-54360.jpg', 'FOXWELL NT301 OBD2 Scanner Live Data Professional Mechanic OBDII Diagnostic Code Reader Tool for Check Engine Light-73173.jpg', 'FOXWELL NT301 OBD2 Scanner Live Data Professional Mechanic OBDII Diagnostic Code Reader Tool for Check Engine Light-17155.jpg', 'Automotive kits', 4.5, NULL, 1, '2024-01-26 03:01:02', '2024-01-26 03:01:02'),
(666, 'Kng481-R Gas Range, Red', 'PieLLcYcM', 18, 'Cook And Bake Like A Pro With 2 Separate Ovens With Large Oven Windows, The Main Is A Heavy-Duty Blue Porcelain Oven With 4.2 Cu. Ft. Of Capacity While The Additional Side Oven Has 2.5 Cu. Ft. Matching The Power Of Professional Kitchens, This Top Of The Line Model Boasts 2 Separate Ovens: A 30 In. 22,000 Btu Convection Oven With 10,000 Btu Tube Burner And A 18 In. 15,000 Btu - With Space Enough To Prepare A Veritable Feast - And Room To Spare Manual Controls Give The Ease And Feeling Of Going Back To Traditional Cooking Oven Door Available In Six Interchangeable Colors', 7096.00, NULL, NULL, 8000.00, 'Kng481-R Gas Range, Red-57683.jpeg', 'Kng481-R Gas Range, Red-15927.jpeg', 'Kng481-R Gas Range, Red-96807.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 03:05:21', '2024-01-26 03:05:21'),
(667, 'Kng361/Lp-W Gas Range, White', 'QTVWvqjvW', 18, 'Model: Kng361/Lp-W\r\n\r\nColor: White\r\n\r\nProduct Dimension: 28.75 X 36 X 36\r\n\r\nProduct Information\r\n\r\n6 Burner Gas Range Includes One 20,000 Btu Dual Burner With Simmer, One 15,000 Btu Burner, One 12,000 Btu Burner, Two 9,000 Btu Burners And One 6,000 Btu Matching The Power Of Professional Kitchens, This Range Features A 22,000 Btu Convection Oven And A 10,000 Btu Tube Burner Broiler Oven Door Available In Six Interchangeable Colors Electronic Ignition With Auto Re-Ignition Will Keep You Safe By Lowering The Risk Of Gas Leaks', 4387.00, NULL, NULL, 4850.00, 'Kng361/Lp-W Gas Range, White-19092.jpeg', 'Kng361/Lp-W Gas Range, White-89739.jpeg', 'Kng361/Lp-W Gas Range, White-93690.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-26 03:09:43', '2024-01-26 03:09:43'),
(668, 'Chewy Granola Bar', 'zNTQMv5FH', 10, 'Double Chocolate Chip Granola Bars are a delicious option for snack time and a portable grab and go treat\r\nMADE WITH GOODNESS: No artificial flavors, synthetic colors, preservatives, or high-fructose corn syrup\r\nWHOLESOME: With 8g whole grains per serving, these Granola Bars are Wholesome and delicious\r\nON-THE-GO CONVENIENCE: Granola Bars are individually wrapped and great for lunch boxes and snacking on the go\r\nBOX CONTAINS: 11.76 oz, 12 bars', 5.00, NULL, NULL, 8.00, 'Chewy Granola Bar-85830.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 03:10:38', '2024-01-26 04:39:19'),
(669, 'Baby Formula Maker/Automatic Baby Milk Machine/Baby Milk Formula Maker', '0LW4nEDwY', 19, 'Advantage\r\nProvide different water temperatures and accurate water quantities\r\nProducts Size\r\n26.5*18.1*28.55cm  \r\nWeight\r\nN.W.:1.83 kg             G.W.:2.28 kg\r\nPower Type\r\n220~240V 50HZ\r\nLOGO imprint\r\nCustomizable\r\nColor\r\nCustomizable\r\nMaterial\r\nFood grade PP, Glass, 316 stainless steel, Silicone gel, ABS\r\nPackaging\r\ngift box size:26.5*23.5*33.5cm carton box size:55*49.3*70cm 8pcs/ctn', 20.00, NULL, NULL, 29.00, 'Baby Formula Maker/Automatic Baby Milk Machine/Baby Milk Formula Maker-23948.jpeg', 'Baby Formula Maker/Automatic Baby Milk Machine/Baby Milk Formula Maker-12247.jpeg', 'Baby Formula Maker/Automatic Baby Milk Machine/Baby Milk Formula Maker-63320.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-26 03:14:22', '2024-01-26 03:14:22'),
(670, 'Oats & Honey', 'X51V3of5F', 10, 'Contains 15 (1.2 oz) KIND Healthy Grains Oats & Honey bars\r\nKIND Healthy Grains Bars are made with 5 super grains super grains including oats, buckwheat, millet, amaranth, and quinoa\r\nThese bars are gluten-free with 18-20 grams of whole grains and are a great source of healthy fibers\r\nMade with the highest quality non-genetically modified ingredients to ensure our bars not only taste great, but are kind to your body', 8.00, NULL, NULL, 10.00, 'Oats & Honey-13678.jpeg', 'Oats & Honey-17736.jpeg', 'Oats & Honey-23368.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-26 03:15:12', '2024-01-26 03:15:12'),
(671, 'Pulsar Thermion 2 XP50 Pro thermal imager Night Vision Scope', 'FZ69Un9MG', 18, 'Pulsar Thermion 2 XP50 Pro\r\n\r\nThe main requirement of thermal imaging scopes is to have high technology capability. The new Pulsar Thermon 2 series does this very well and provides excellent performance improvements. It was launched not long ago, but it aroused the interest of experts on the first day after listing and received many positive feedback.\r\n\r\nAre you still suspicious of purchasing Pulsar Thermon 2 XP50 Pro for hunting We suggest that you have a better understanding of this thermal imager to ensure its superiority.\r\n\r\nPulsar Thermal Imaging Scopes Series - High quality at affordable prices\r\n\r\nWith the powerful Pulsar thermal imaging device, you can provide high visibility even in complete darkness or dense fog. They integrate the thermal signal recognition function, which is convenient for mining exploration regardless of the lighting level.', 13813.00, NULL, NULL, 14960.00, 'Pulsar Thermion 2 XP50 Pro thermal imager Night Vision Scope-79634.png', 'Pulsar Thermion 2 XP50 Pro thermal imager Night Vision Scope-19290.png', 'Pulsar Thermion 2 XP50 Pro thermal imager Night Vision Scope-17579.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 03:17:15', '2024-01-26 03:17:15'),
(672, 'SOUR PATCH KIDS', '3nK4zpfFM', 10, '20 individually wrapped SOUR PATCH KIDS Lollipops with Sour Candy Dipping Powder\r\nPink raspberry and redberry flavored lollipops with mouth-puckering sour candy dip\r\nLollipops shaped like SOUR PATCH KIDS heads\r\nGreat bagged candy to share at Valentine\'s Day parties and holiday celebrations\r\nIndividually wrapped lollipops are perfect for candy exchanges and candy dishes', 3.00, NULL, NULL, 8.00, 'SOUR PATCH KIDS-78515.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 03:20:50', '2024-01-26 04:36:44'),
(673, 'BLACK+DECKER 40V MAX* Cordless Lawn Mower with Battery and Charger Included (CM2043C)', 'wryGn208q', 19, 'Two 40V max Lithium ion batteries are included for twice the runtime\r\nMulching, bagging and side discharge of grass clippings gives you 3-in-1 versatility\r\nMow right up to edges and spend less time trimming thanks to the edgemax design\r\nOne lever adjusts the cutting Height anywhere from 1-1/2 in. To 4 in., without tools\r\n3 Year limited Warranty.Ideal for mowing lawns up to 1/4 acre\r\nIncluded Components: (1) CM2043 Cordless Mower, (2) LBX2040, (1) 40V MAX* Charger; Power Source: Battery\r\nSee lessAbout this item\r\nCustomer ratings by feature', 336.00, NULL, NULL, 775.00, 'BLACK+DECKER 40V MAX* Cordless Lawn Mower with Battery and Charger Included (CM2043C)-41606.jpg', 'BLACK+DECKER 40V MAX* Cordless Lawn Mower with Battery and Charger Included (CM2043C)-52603.jpg', 'BLACK+DECKER 40V MAX* Cordless Lawn Mower with Battery and Charger Included (CM2043C)-27955.jpg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-26 03:23:17', '2024-01-26 03:23:17'),
(674, 'Orchid Valley Harvest', 'm3sLEUViV', 10, 'Contains 1 bag of 15- 1 Ounce packs of Orchard Valley Harvest Dark Chocolate Almonds\r\nWhole California almonds dipped in 64% cacao dark chocolate, is a better-for-you snack you can take anywhere\r\nThese individually wrapped snack packs are perfect for enjoying at home, at work, or on-the-go\r\nAll Orchard Valley Harvest products are Non-GMO Project verified and do not contain any artificial ingredients, colors, flavors or preservatives\r\nOrchard Valley Harvest is dedicated to finding pure and simple nuts and dried sweetened fruit that support your active lifestyle', 8.00, NULL, NULL, 11.00, 'Orchid Valley Harvest-87998.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 03:23:47', '2024-01-26 03:23:47'),
(675, 'Cheap travel systems luxury baby pram stroller 3in1 for baby walter', '3CIMAkJO5', 19, 'Type\r\nEN1888 Approved Baby Stroller 3 in 1 Baby Pram With Carseat Factory High Landscape Baby Strollers\r\nSuitable Age (months)\r\n0-36\r\nColor\r\ncoffee,pink,blue,red\r\nFrame Material\r\nMetal or Aluminium\r\nFabric Material\r\ncanopy:cotton lycr or Linen\r\nseat:600D oxford or Linen\r\nWheel Material\r\nF: EVA R: EVA OR RUBBER\r\nCarry Cot Size\r\nL80*W35*H56*D22\r\nWheel Size (inch)\r\nF:8.5 R:12\r\nOpenning Size (CM)\r\nL88*W64*H108\r\nFolding Size (CM)\r\nL90 *W67*H40\r\nCarton Size (CM)\r\nL83*W55*H29\r\nContainer Loading (pcs)\r\n40\'\' HQ: 480\r\n20\'\' GP: 240\r\nPacking (pcs/carton)\r\n1\r\nNet Weight (KG)\r\n14.5\r\nGross Weight (KG)\r\n13.5\r\nFree accessories\r\npad, foot cover, mosquito net, cup holder and wrist stra\r\n+', 30.00, NULL, NULL, 40.00, 'Cheap travel systems luxury baby pram stroller 3in1 for baby walter-26001.jpeg', 'Cheap travel systems luxury baby pram stroller 3in1 for baby walter-36207.jpeg', 'Cheap travel systems luxury baby pram stroller 3in1 for baby walter-75504.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 03:25:10', '2024-01-26 03:25:10'),
(676, 'REESE’S Milk Chocolate Peanut Butter Cream Heart', 'qDMWeeDz4', 10, 'Contains one (1) 9.1-ounce bag of REESE\'S Milk Chocolate Peanut Butter Creme Hearts Candy\r\nPair milk chocolate and peanut butter creme hearts with a card and flowers or fill candy bowls to the brim with these Valentine\'s Day treats\r\nCertified-kosher and individually wrapped milk chocolate and peanut butter creme candy inside a festive bag\r\nUnwrap REESE\'S candy during birthday and football parties, baby and bridal shower celebrations or special date nights and anniversaries\r\nHand out milk chocolate and peanut butter creme hearts during Valentine\'s Day parties and candy exchanges', 2.00, NULL, NULL, 5.00, 'REESE’S Milk Chocolate Peanut Butter Cream Heart-44626.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 03:27:37', '2024-01-26 03:27:37'),
(677, 'Speed Queen 80 LB OPL washer Model: SC80BY2O160001', '8bV1Yup9B', 18, 'Speed Queen 80 LB OPL washer Model: SC20BY2O160001.\r\nCapacity: 80 LB\r\n\r\nTYPE: Front Load\r\n\r\nElectrical Phase: 3 PH\r\n\r\nMax Speed: 524 rpm\r\n\r\nElectrical VOLT: 200-240 V', 6237.00, NULL, NULL, 6300.00, 'Speed Queen 80 LB OPL washer Model: SC80BY2O160001-97870.jpeg', 'Speed Queen 80 LB OPL washer Model: SC80BY2O160001-10402.jpeg', 'Speed Queen 80 LB OPL washer Model: SC80BY2O160001-93199.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-26 03:28:32', '2024-01-26 03:28:32'),
(678, 'Candy Varieties', 'DOb5ZNK3D', 10, 'Savor the unmistakably delicious taste of REESE\'S peanut butter covered in smooth milk chocolate with these fun egg-shaped Easter treats. It\'s the same yummy peanut butter taste you know and love ready for when the Easter bunny arrives this spring. Individually wrapped peanut butter eggs are entertaining rewards for when you hide plastic eggs around the yard. Kids and maybe even some adults will be in for a sweet surprise when they see what\'s inside their well-deserved finds after searching high and low.\r\nContains one (1) 1.2-ounce pack of REESE\'S Milk Chocolate Peanut Butter Egg Candy\r\nThe taste of milk chocolate mixed with peanut butter in a festive egg-shaped candy to help you celebrate Easter with egg hunts, Easter baskets and other holiday activities\r\nIndividually wrapped kosher certified milk chocolate peanut butter egg candy\r\nUnwrap REESE\'S peanut butter eggs during Mother\'s Day celebrations, spring sporting events, graduations and birthday parties\r\nEveryone\'s favorite peanut butter candy in a fun egg shape to help you and your family celebrate Easter in the sweetest way possible\r\nPlace a delicious REESE\'S peanut butter egg on top of cupcakes and other baked goods for an epic Easter dessert even the Easter bunny will want to try', 2.00, NULL, NULL, 4.00, 'Candy Varieties-88917.jpeg', 'Candy Varieties-94784.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 03:31:56', '2024-01-26 03:31:56'),
(679, 'IRAY E3MAX Thermal Imager for Hunting Night Vision Scope', 'u0qPAwh3K', 18, 'IRAY E3MAX Thermal Imager for Hunting Night Vision Scope Hunting Tactical 35mm Objective Lens\r\n\r\nModel Number: E3max Function: Front Rear Type: RIFLE Origin: Mainland China\r\n\r\n2020 NEW IRAY E3MAX Thermal Imager for Hunting Night Vision Scope Hunting Tacticle', 4536.00, NULL, NULL, 4680.00, 'IRAY E3MAX Thermal Imager for Hunting Night Vision Scope-99165.png', 'IRAY E3MAX Thermal Imager for Hunting Night Vision Scope-59910.png', 'IRAY E3MAX Thermal Imager for Hunting Night Vision Scope-43536.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 03:32:59', '2024-01-26 05:08:36'),
(680, 'Caramel Milk Chocolate', 'QScobPVeu', 10, 'Contains 6 - 8.5 ounce bags of caramel milk chocolate truffles\r\nWhen you break its chocolate shell, LINDOR starts to melt and so will you\r\nLindt delivers a unique chocolate experience offering a distinctly smooth and rich, gourmet taste\r\nLindt chocolate embodies the passion and expert craftsmanship of its Lindt Master Swiss Chocolatiers\r\nKosher Certified, Made in the USA ; Perfect for gifting, the candy dish and as an individual indulgence', 28.00, NULL, NULL, 39.00, 'Caramel Milk Chocolate-99182.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 03:35:47', '2024-01-26 03:47:56'),
(681, 'Nomiou Outdoor Tractor Lawn Mower Cover Heavy Duty, Universal Fit with Drawstring,72X 46 x54inch', 'MU7sRfvYD', 13, '【Universal】Fits Decks up to 54\",(72\"x46\"xH54\"), suitable for most riding lawn mower brands,including Toro, Craftsman, Honda, Husqvarna, John Deere, Law Boy, Greenworks and Troy Bilt.\r\n【High-Quality Fabric】350D polyester oxford, lightweight waterproof nylon fabric ensures durability over time. Internal coating protects the machine\r\n【Full Protection】Elastic hem ensures close fit with your lawn mower to avoid blowing away. Keeps your riding lawn mower out of extreme elements while storing (eg. rain, snow, wind,, dust, dirt, ect).\r\n【Waterproof】Polyurethane coating and seamless stitching provide maximum waterproof protection.\r\n【Universal】Nomiou tractor cover fit for:john deere LT133 1025r L130 D110 D140 E100 42”-54”,cub cadet XT1 42”-54\",husqvarna 42”-54\",craftsman lt1000 42”-54”..', 22.00, NULL, NULL, 84.00, 'Nomiou Outdoor Tractor Lawn Mower Cover Heavy Duty, Universal Fit with Drawstring,72X 46 x54inch-92121.jpg', 'Nomiou Outdoor Tractor Lawn Mower Cover Heavy Duty, Universal Fit with Drawstring,72X 46 x54inch-30192.jpg', 'Nomiou Outdoor Tractor Lawn Mower Cover Heavy Duty, Universal Fit with Drawstring,72X 46 x54inch-50187.jpg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-26 03:36:06', '2024-01-26 03:36:06'),
(682, 'EcoFlow Wave 2 With DELTA Pro 400W Portable Solar Panel', 'wsLNg9G03', 18, 'EcoFlow Wave 2 Portable Air Conditioner\r\nChoose your power method\r\n\r\nAC power supply (such as your wall outlet) (100V-240V)\r\nWave 2 add-on battery\r\nDelta 2 (with 1m extra battery cable)\r\nDelta Pro (with 1m extra battery cable and Delta Pro Adapter)\r\nDELTA Max 2000 (with 1m extra battery cable)\r\nDELTA Max 1600 (with 1m extra battery cable)\r\nDELTA 2 Max (with 1m extra battery cable)\r\n\r\nChoose your solar panel package\r\n\r\nNo solar panels\r\nEcoFlow 220W Bifacial Solar Panel\r\nEcoFlow 400W Portable Solar Panel', 4662.00, NULL, NULL, 5000.00, 'EcoFlow Wave 2 With DELTA Pro 400W Portable Solar Panel-49195.png', NULL, NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-26 03:36:48', '2024-01-26 03:36:48'),
(683, 'Dove', 'z7Sra08ob', 10, 'Contains eight (8) 7.61-ounce bags of DOVE PROMISES Mint and Dark Chocolate Swirl Chocolates\r\nMade with real dark chocolate and natural mint flavor\r\nSwirls of mint and dark chocolate make a delicious afternoon snack\r\nEach individually foil-wrapped chocolate has a message to brighten your day\r\nEach bag has a resealable zipper for easy storage', 39.00, NULL, NULL, 50.00, 'Dove-56667.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-26 03:40:19', '2024-01-26 03:40:19'),
(684, 'Siemens EQ900 TQ903R09 Fully Automatic Smart Coffee Machine, up to 29 Recipes', 'p5UJwKRIK', 19, 'Create a coffee that?s truly yours, down to the smallest of details.\r\n\r\nTake the art of coffee to a whole new level with Siemens?s most advanced espresso machine yet?the ?EQ900 TQ903R09? model. Intelligent technologies combine to create the perfect synergy of coffee, water, heat and pressure, unleashing a burst of rich flavours and aromas. The new ?EQ900? puts you in control, allowing you to customise every cup down to the finest detail.', 4362.00, NULL, NULL, 4500.00, 'Siemens EQ900 TQ903R09 Fully Automatic Smart Coffee Machine, up to 29 Recipes-65886.png', 'Siemens EQ900 TQ903R09 Fully Automatic Smart Coffee Machine, up to 29 Recipes-84133.png', 'Siemens EQ900 TQ903R09 Fully Automatic Smart Coffee Machine, up to 29 Recipes-89330.png', 'Home appliances and utensils', 2.5, NULL, 1, '2024-01-26 03:40:37', '2024-01-26 03:40:37'),
(685, '2023 new designs baby walker wholesale and cheap mordern walker', '2ii4RrtfR', 5, '-3-level height feature\r\n-With stop featured\r\n-Increases your baby’s attention with 5 toy options\r\n-5 different music and light\r\n-Designed with label sticker\r\n-User manual and warranty card\r\n-Horn feature in the steering wheel\r\n-Sealed and health in accordance with TSE-EN standards.\r\n-Breathable packaging bag in accordance with standards.\r\n-According to 100% domestic CE and TSE-EN quality standards designed and manufactured.\r\n-Special design 2nd safety lock registered by TAŞPINAR\r\n-Different color options for fabric and plastic.\r\n-Orthopedic fixed seat that wraps the baby 3 upside down 100% assembled and game ready.\r\n-Laminated sponge reinforced seat 10 wheeled and mounted walkers.\r\n-Conforms to TSE-EN 1273 / EN 71-73 standards Portable foldable feature Light and Fast\r\n-Braking apparatus and carton prices is included to total price.', 8.00, NULL, NULL, 10.00, '2023 new designs baby walker wholesale and cheap mordern walker-81834.jpeg', '2023 new designs baby walker wholesale and cheap mordern walker-80432.jpeg', '2023 new designs baby walker wholesale and cheap mordern walker-49910.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-26 03:40:47', '2024-01-26 03:40:47'),
(686, 'Trolli Sour Brite Octopus', '2RQEHVhAI', 10, 'TROLLI GUMMY OCTOPUS: What has 8 tentacles and 3 weirdly awesome flavors? Trolli Sour Brite Octopuses. One big bite of this sour gummy goodness and your taste buds are off on an under seas snackventure\r\nMIND-BLOWING FLAVORS: Are very berry gummies or a fruity tropical paradise more your style? How about our new two-texture two-sided Duos gummy worms?\r\nPLAY WITH YOUR FOOD: Let your wild side out to play and slurp some sour worms or give a friend a gummy hand. Fill a piñata or candy dish, or sweeten a gift basket—but buy your favorites in bulk because once the secret\'s out your candy stash won\'t last\r\nLOVE OUR TROLLI GUMMY OCTOPI. THERE\'S MORE. Make sure to check out classic sour brite crawlers or some of our other unique shapes and flavors!\r\nWEIRDLY AWESOME: We invented the gummi worm in 1986 and have been making the most weirdly awesome gummies ever since, from Peachie-O rings to Sour Brite Octopus, our sour candy will wow your taste buds', 4.00, NULL, NULL, 7.00, 'Trolli Sour Brite Octopus-16599.jpeg', 'Trolli Sour Brite Octopus-87792.jpeg', 'Trolli Sour Brite Octopus-38346.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 03:47:12', '2024-01-26 03:47:12'),
(687, 'Sun Joe MJ401E-PRO Electric Lawn Mower w/Collapsible Handle, 3-Position Height Control, 10.6-Gallon Bag and Side Discharge Chute, 14\"/13 Amp, Green', '6hHCRXiyU', 10, '[POWERFUL]: 13-amp motor cuts a 14-inch wide path.No Load Speed (rpm) 3500\r\n[ADJUSTABLE DECK]: Tailor cutting height with 3-position height control\r\n[STEEL BLADES]: Durable 14-Inch steel blade cuts with precision\r\n[ACCESSORIES]: Includes 10.6-gal bag and discharge chute\r\n[PRO VERSION]: Comes with rear discharge chute (MJ401E-DCA)\r\n[WE’VE GOT YOU COVERED!]: Your new lawn mower is backed by the Snow Joe + Sun Joe Customer Promise. We will warrant new, powered products for two years from the date of purchase. NO QUESTIONS ASKED. Contact Snow Joe + Sun Joe customer support at 1-866-766-9563 for further assistance.', 131.00, NULL, NULL, 230.00, 'Sun Joe MJ401E-PRO Electric Lawn Mower w/Collapsible Handle, 3-Position Height Control, 10.6-Gallon Bag and Side Discharge Chute, 14\"/13 Amp, Green-11382.jpg', 'Sun Joe MJ401E-PRO Electric Lawn Mower w/Collapsible Handle, 3-Position Height Control, 10.6-Gallon Bag and Side Discharge Chute, 14\"/13 Amp, Green-71250.jpg', 'Sun Joe MJ401E-PRO Electric Lawn Mower w/Collapsible Handle, 3-Position Height Control, 10.6-Gallon Bag and Side Discharge Chute, 14\"/13 Amp, Green-24102.jpg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-26 03:48:46', '2024-01-26 03:48:46'),
(688, 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft', 'O267NMGDW', 19, 'This Soft Serve Ice Cream Machine Uses A 7-Inch Touch Lcd Screen, And The Screen Panel Is Tilted Up 42. You Can Directly Observe And Control The Quantity, Hardness, And Temperature Of The Ice Cream Without Bending Over. You Will Be Amazed That The Body Is Only As Wide As A Sheet Of A4 Paper, And The Ice Cream Maker Is Compact And Flexible. The Body Is Designed With Concave Panel Size, Allowing You To Have More Space And Easily Make A Large Cup Of Ice Cream Sundae For Kids. [Pre-Cooling] This Ice Cream Maker Machine Is Equipped With A 6L Capacity Hopper For Domestic.', 2657.00, NULL, NULL, 2800.00, 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft-15944.png', 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft-74499.png', 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft-52633.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 03:50:35', '2024-01-26 05:15:24'),
(689, 'Bauducco Vanilla Wafers', 'SSNworcy3', 10, 'Traditional Italian-style wafer, delicate and not oversweet\r\nVegan-friendly, made with no artificial flavors or colors\r\nWafers with 3 layers of cream\r\nCan enjoy it with coffee, tea, milk, juice, or even as an ingredient', 3.00, NULL, NULL, 7.00, 'Bauducco Vanilla Wafers-76988.jpeg', 'Bauducco Vanilla Wafers-67417.jpeg', 'Bauducco Vanilla Wafers-81043.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-26 03:53:39', '2024-01-26 03:53:39');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(690, 'Denali by SKIL 2 x 20V (40V) Brushless 18-Inch Push Lawn Mower Kit, Includes Two 4.0 Ah Lithium Batteries & Dual Port Charger', 'KN2f4VYXg', 10, 'Cross-compatible with all SKIL PWR CORE 20 tools, batteries, and chargers\r\nUp to 30 minutes of runtime on 2 fully charged 4.0Ah batteries (varies based on grass condition and operator technique)\r\nIncludes a 20V 18-inch cordless lawn mower with polymer deck, (2) 4.0Ah lithium-ion batteries, and a dual port charger; Lawn Mower runs on (2) Denali by SKIL Lithium-Ion batteries\r\nDigital brushless motor delivers efficient, gas-like powerful performance\r\nDenali by SKIL lithium battery technology delivers 25% longer run time and 2x battery life\r\nPush button start offers quick, effortless convenience (fully extend side rails, lock the clamps, push button, then to start the mower )\r\nSingle lever height adjustment with 6 different cutting height options (1 to 3 inches) for preferred grass length; 2-in-1 mulch or bagging; Easy lift bag removal\r\nTelescoping, foldable handle allows for storing the lawn mower vertically to save space\r\nProduct dimensions: 55.9 x 18.9 x 46.7 inches (LxWxH)\r\nThis product is covered by the Power Tool 2-Year Battery and 5-Year Tool Warranty', 319.00, NULL, NULL, 460.00, 'Denali by SKIL 2 x 20V (40V) Brushless 18-Inch Push Lawn Mower Kit, Includes Two 4.0 Ah Lithium Batteries & Dual Port Charger-76698.jpg', 'Denali by SKIL 2 x 20V (40V) Brushless 18-Inch Push Lawn Mower Kit, Includes Two 4.0 Ah Lithium Batteries & Dual Port Charger-78723.jpg', 'Denali by SKIL 2 x 20V (40V) Brushless 18-Inch Push Lawn Mower Kit, Includes Two 4.0 Ah Lithium Batteries & Dual Port Charger-92830.jpg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-26 03:58:21', '2024-01-26 03:58:21'),
(691, 'ladder baby toilet training', 'jcUAGWpcZ', 5, 'Place of Origin\r\nChina\r\nZhejiang\r\nBrand Name\r\nBabyhood\r\nModel Number\r\nBH-132\r\nMaterial\r\nPP/PVC/PU\r\nPattern Type\r\nSolid\r\nType\r\nPotties & Seats\r\nCERTIFICATE\r\nEN71\r\nCarton size\r\n67.9×42.8×50.5cm\r\nMOQ\r\naccording to your requirement\r\nCarton quantity\r\n6pcs/ctn\r\nInner packing\r\ninner mail  box\r\nSize\r\n38.5×13.5×60cm\r\nG.W./N.W\r\n6/3.5kgs', 6.00, NULL, NULL, 8.00, 'ladder baby toilet training-93159.jpeg', 'ladder baby toilet training-99469.jpeg', 'ladder baby toilet training-25835.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-26 03:59:00', '2024-01-26 03:59:00'),
(692, 'Food Container', 'I8ImUPCfz', 10, 'Food stays the perfect temperature for longer--this 10-ounce jar is vacuum insulated which keeps the inside hot or cold and prevents the outside from forming condensation. it is made of durable stainless steel which is completely BPA free and will not rust or oxidize. Hand washing is recommended do not microwave.', 8.00, NULL, NULL, 17.00, 'Stainless Steel Food Container-55151.jpeg', 'Stainless Steel Food Container-74401.jpeg', 'Stainless Steel Food Container-84521.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-26 04:05:00', '2024-01-26 10:41:34'),
(693, 'SUNSEEKER L22 Robot Lawn Mower 0.3 Acre/ 13,000 Sq.Ft, with Mapping Function and App Control, Only 52 db,Rain Sensor & Boundary Wire, Battery & Charger Included, Black & White', 'vHv1TZ7Jy', 18, 'MORE EFFICIENCY: Intelligent Navigation, faster through narrow aisles.\r\nQUIETEST EVER: Only 52db\r\nNO MORE WORRIES DAMAGING YOUR LAWN: Float Cutting Technology.\r\nMORE SAFE: Ultrasonic obstacle avoidance & Lift and Tilt Sensors.\r\nEASY TO CONTROL: Intelligent mapping your Yard, control by app.\r\nSTOP MOWING WHEN RAINS: Equipped with Rain Sensor & Rain Delay Technology.\r\nEASY TO CLEAN: IPX 5 waterproof.The machine can be cleaned directly with the hose.\r\nRELIABLE CUSTOMER SERVICE 3-YEAR WARRANTY:If you encounter any quality problems over the life cycle of our product, please contact us in time. SUNSEEKER warrants this product against defects in material and workmanship for a period of three (3) years on the date of original purchase and will, at its option, repair or replace, free of charge, any part found to be defective in material or workmanship.', 1199.00, NULL, NULL, 2204.00, 'SUNSEEKER L22 Robot Lawn Mower 0.3 Acre/ 13,000 Sq.Ft, with Mapping Function and App Control, Only 52 db,Rain Sensor & Boundary Wire, Battery & Charger Included, Black & White-76578.jpg', 'SUNSEEKER L22 Robot Lawn Mower 0.3 Acre/ 13,000 Sq.Ft, with Mapping Function and App Control, Only 52 db,Rain Sensor & Boundary Wire, Battery & Charger Included, Black & White-90214.jpg', 'SUNSEEKER L22 Robot Lawn Mower 0.3 Acre/ 13,000 Sq.Ft, with Mapping Function and App Control, Only 52 db,Rain Sensor & Boundary Wire, Battery & Charger Included, Black & White-21226.jpg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-26 04:08:21', '2024-01-26 04:08:21'),
(694, 'BLACK+DECKER Combination String Trimmer, Lawn Mower, and Edger, Cordless 3-in-1 (MTC220)', '1HvwblbqC', 17, '3 tools in 1, easily converts from mower to trimmer to edger\r\nAFS automatic feed system ensures continuous work without bumping and having to stop. Ideal property size 750 square feet\r\nPower drive transmission prevents bogging down. Cutting heights: 1.6 2.4 inches\r\nAdjustable height deck & trimmer and pivoting handle. Charge time at 60 percent 2.5 hours\r\nIncludes (2) batteries for extended run time', 144.00, NULL, NULL, 159.00, 'BLACK+DECKER Combination String Trimmer, Lawn Mower, and Edger, Cordless 3-in-1 (MTC220)-76699.jpg', 'BLACK+DECKER Combination String Trimmer, Lawn Mower, and Edger, Cordless 3-in-1 (MTC220)-17374.jpg', 'BLACK+DECKER Combination String Trimmer, Lawn Mower, and Edger, Cordless 3-in-1 (MTC220)-57426.jpg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-26 04:22:22', '2024-01-26 04:22:22'),
(695, 'Electric Ice Cream Maker, 4 Quarts, Soft Serve Machine With Easy-Carry Handle', '3ElPrhn1G', 18, 'Ice Cream Kits: Unit Works Perfectly With All Ice Cream Kits - Try The Vanilla Crme, Chocolate Or Strawberry Ice Cream Mixes (Icp825Van8Pk, Icp825Choc8Pk, Icp825Straw8Pk), Or The Premium Ice Cream Starter Kit (Isk3) Cleanup Is Easy: With A Plastic Bucket That Wipes Away Messes With Ease, Cleaning Up Afterwards Is A Breeze See-Through Lid: To Store Leftover Ice Cream In The Freezer, A See-Through Lid Is Included That Fits On Top Of The Canister Easy-Carry Handle', 73.56, NULL, NULL, 90.00, 'Electric Ice Cream Maker, 4 Quarts, Soft Serve Machine With Easy-Carry Handle-18952.png', 'Electric Ice Cream Maker, 4 Quarts, Soft Serve Machine With Easy-Carry Handle-70468.jpeg', 'Electric Ice Cream Maker, 4 Quarts, Soft Serve Machine With Easy-Carry Handle-29917.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 04:23:57', '2024-01-26 09:29:03'),
(696, 'New Electric Meat Grinder Kitchen Food Mincer Sausage Maker Home Appliances Red', 'FxjIotA2D', 18, 'New Electric Meat Grinder Kitchen Food Mincer Sausage Maker Home Appliances Red\r\n\r\nCondition: New\r\n\r\nMpn: Does Not Apply\r\n\r\nPower: 2800W\r\n\r\nColor: Red\r\n\r\nModel: Mgb\r\n\r\nMaterial: Abs 304 Stainless Steel Alloy Aluminum\r\n\r\nDimensions: (11 X 7.3 X 13)\" / (28 X 18.5 X 33)Cm (L X W X H)\r\n\r\nWeight: 5.7Lbs / 2.6Kg\r\n\r\nFrenquency: 5060Hz\r\n\r\nMinced Meat Speed: 1.5-2Kgs/Min\r\n\r\nMotor: Copper Aluminum Motor(With Temperature Control)\r\n\r\nPlug: American 2-Pin Flat Plug', 83.32, NULL, NULL, 90.85, 'New Electric Meat Grinder Kitchen Food Mincer Sausage Maker Home Appliances Red-87814.png', 'New Electric Meat Grinder Kitchen Food Mincer Sausage Maker Home Appliances Red-51531.png', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 10:22:02', '2024-01-26 10:26:48'),
(697, 'GE REFRIGERATOR CRISPER DRAWER PART', 'GMW9JNArE', 18, 'This item is used and in good working condition. It was tested on a working appliance by a technician before it was removed', 50.25, NULL, NULL, 75.89, 'GE REFRIGERATOR CRISPER DRAWER PART-43284.png', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 10:29:09', '2024-01-26 10:29:09'),
(698, 'Refrigerator Appliance Light Bulb (40 W)', 'nKyzFwsRF', 19, 'Great to have on hand in case of emergencies this 40 watt refrigerator bulb is long lasting and illuminates with a clear light. Bulb is made with transparent glass and a sturdy metal base. Measures approximately 3 1/2\" from base to top of bulb.', 6.42, NULL, NULL, 6.62, 'Refrigerator Appliance Light Bulb (40 W)-44149.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-26 10:31:32', '2024-01-26 10:31:32'),
(699, 'GE REFRIGERATOR ICE BUCKET PART', 'h24t2wrQK', 18, 'This item is used and in good working condition. It was tested on a working appliance by a technician before it was removed.', 67.00, NULL, NULL, 80.00, 'GE REFRIGERATOR ICE BUCKET PART-80701.png', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 10:33:35', '2024-01-26 10:33:35'),
(700, 'Refrigerator Right Door Shelf Bin AAP73252202 For LG Kenmore Elite 795.720 NEW', 'uDhvrY643', 18, 'Refrigerator door shelf bin (Right). This is a new LG Kenmore and Kenmore Elite replacement part.\r\n\r\nNote: that appliance parts can look similar in many ways.', 41.47, NULL, NULL, 41.89, 'Refrigerator Right Door Shelf Bin AAP73252202 For LG Kenmore Elite 795.720 NEW-70306.png', 'Refrigerator Right Door Shelf Bin AAP73252202 For LG Kenmore Elite 795.720 NEW-53223.png', 'Refrigerator Right Door Shelf Bin AAP73252202 For LG Kenmore Elite 795.720 NEW-42168.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 10:40:47', '2024-01-26 10:40:47'),
(701, 'Lifetime Appliance DA97-08400A SAMSUNG REFRIGERATOR LEFT DOOR BIN Shelf NEW!', '3vFGdeqUT', 19, 'This Lifetime Appliance DA97-08400A door bin is designed for Samsung refrigerators. It is made of high-quality materials and comes with a lifetime warranty from the manufacturer. The bin is white in color and is the perfect replacement for your old or damaged bin.\r\n\r\nThe set includes one door bin and it is compatible with the Samsung model RF4287HAWP/XAA. This door bin is a genuine lifetime appliance part and will fit perfectly in your refrigerator without any issues.', 39.55, NULL, NULL, 39.95, 'Lifetime Appliance DA97-08400A SAMSUNG REFRIGERATOR LEFT DOOR BIN Shelf NEW!-55758.png', 'Lifetime Appliance DA97-08400A SAMSUNG REFRIGERATOR LEFT DOOR BIN Shelf NEW!-63077.png', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 10:45:17', '2024-01-26 10:45:17'),
(702, '6 Blades Juicer Blender Portable USB Rechargeable Mini Home Wireless Fruit Juice', '2kkpdQV08', 19, '6 Blades Juicer Blender Portable USB Rechargeable Mini Home Wireless Fruit Juice\r\n\r\nUSB Rechargeable 500ml Portable Blender Electric Mini Food Smoothie Processor Mixer Juicer Machine Handheld Personal Fruit Squeezer', 27.08, NULL, NULL, 28.99, '6 Blades Juicer Blender Portable USB Rechargeable Mini Home Wireless Fruit Juice-96910.png', '6 Blades Juicer Blender Portable USB Rechargeable Mini Home Wireless Fruit Juice-35094.png', '6 Blades Juicer Blender Portable USB Rechargeable Mini Home Wireless Fruit Juice-35459.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-26 10:48:57', '2024-01-26 10:48:57'),
(703, '4 Bulb pk Appliance Oven Light Bulb 40w 110 - 120v clear', 'QsAepBem1', 19, '4 Bulb pk Appliance Oven Light Bulb 40w 110 - 120v clear.', 11.86, NULL, NULL, 13.95, '4 Bulb pk Appliance Oven Light Bulb 40w 110 - 120v clear-17093.png', '4 Bulb pk Appliance Oven Light Bulb 40w 110 - 120v clear-10153.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-26 10:51:13', '2024-01-26 10:51:13'),
(704, '5FT Two Stage Propane Regulator with Hose for Dual Fuel Generator, RV Appliance', 'CFi6V4JHH', 19, 'Perfect airflow control\r\n\r\nProduct size: 5 feet\r\nOutlet pressure: 11 \"WC\r\nTwo-stage regulators and hoses can be adapted to large barbecue shop machines and burners and are an essential connection for heavy-duty propane use\r\n\r\nPerfect connection\r\n\r\nUniversal Type-1 / QCC-1 tank connection - connecting to QCC1 / Type1 LP tanks and cylinders can be done easily without using tools\r\nAfter the pressure release in the first stage of the propane regulating hose, the second stage will further control the pressure to meet the requirements of the device\r\n\r\nExcellent propane regulator hose\r\n\r\nTorch connector with 3/8 \"internal thread\r\nQuality rubber hose after repeated folding still ensure your safety\r\n\r\nWhat you need is not just a regulator, but a protection for your family!', 47.50, NULL, NULL, 47.98, '5FT Two Stage Propane Regulator with Hose for Dual Fuel Generator, RV Appliance-98142.png', '5FT Two Stage Propane Regulator with Hose for Dual Fuel Generator, RV Appliance-83331.png', '5FT Two Stage Propane Regulator with Hose for Dual Fuel Generator, RV Appliance-57476.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 10:54:29', '2024-01-26 10:54:29'),
(705, 'Black&Decker Home Convection Countertop Oven ~ CT04600BC W/Boiler Tray & Manual.', 'dmDECwfNg', 19, 'Upgrade your kitchen with this BLACKDECKER Home Convection Countertop Oven in a sleek silver and black color. The electric-powered oven includes a boiler tray and manual, making it perfect for quick toasting, broiling, and baking. Its stainless steel material and finish give it an elegant look that complements any kitchen decor. The CT04600BC model features a convection oven and a power of 1500 watts, ensuring that your food is cooked evenly and quickly.', 64.00, NULL, NULL, 70.53, 'Black&Decker Home Convection Countertop Oven ~ CT04600BC W/Boiler Tray & Manual.-86377.png', 'Black&Decker Home Convection Countertop Oven ~ CT04600BC W/Boiler Tray & Manual.-52435.png', 'Black&Decker Home Convection Countertop Oven ~ CT04600BC W/Boiler Tray & Manual.-34919.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 10:59:53', '2024-01-26 10:59:53'),
(706, 'Home Appliance Surge Protector Wall Mount Us/Spain Multi Plug With Protection', 'NY3tKyhZd', 18, 'Home Appliance Surge Protector Wall Mount Us/Spain Multi Plug With Protection Low/High Voltage Protector Brownout Outlet Plug In 120V 1440W Pack Of 2\r\n\r\nItem Condition: New\r\n\r\nModel: Bssp008120V2P\r\n\r\nColor: 008 2 Pack', 65.99, NULL, NULL, 73.61, 'Home Appliance Surge Protector Wall Mount Us/Spain Multi Plug With Protection-13951.png', 'Home Appliance Surge Protector Wall Mount Us/Spain Multi Plug With Protection-81286.png', 'Home Appliance Surge Protector Wall Mount Us/Spain Multi Plug With Protection-91032.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-26 11:04:07', '2024-01-26 11:04:07'),
(707, 'Emtek 86441US19 18 in. Trail Brass Appliance Pull, Flat Black', 'vMUdjHvs9', 18, 'Emtek 86441US19 18 in. Trail Brass Appliance Pull, Flat Black\r\n\r\nOur garden products reflects designs that are current or en vogue. It doesnt necessarily reference historical design styles and often provides a feeling of everything in its place. They are named for its high quality durability stability and with standing capacity for generations. We provide unique creative and innovative inspiring designs luxurious look texture for all kind of space and variety of selections for shopping.Features. Trail Design Appliance Pull. 18 Center to Center. Coordinates with Contemporary Collection. Solid Forged BrassSpecifications. Finish Flat Black. Size 18 in.. Design Trail Pull. Series Contemporary. Subtype Pulls. Type Door Accessories\r\n\r\nTrail Design Appliance Pull\r\n18 Center to Center\r\nCoordinates with Contemporary Collection\r\nSolid Forged BrassSpecifications\r\nFinish: Flat Black', 241.92, NULL, NULL, 250.30, 'Emtek 86441US19 18 in. Trail Brass Appliance Pull, Flat Black-10433.png', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 11:08:39', '2024-01-26 11:08:39'),
(708, 'Disney Minnie Mouse Cupcake Maker Nonstick Electric Mini Kitchen Appliance NEW', 'KJWEGGwZA', 19, 'Add some magic to your kitchen with this Disney Minnie Mouse Cupcake Maker. This electric mini appliance is perfect for creating delicious cupcakes in minutes. The non-stick feature makes cleaning a breeze, while the pink color and Minnie Mouse design add a fun touch to your countertop.\r\n\r\nWith a model number of Babycakes CP-70 and manufacturer part number of DMG-7, this cupcake maker is a must-have for any Disney fan. Whether you\'re a seasoned baker or just starting out, this appliance is easy to use and perfect for creating sweet treats for any occasion. Bring the magic of Disney into your home with this Minnie Mouse Cupcake Maker.', 17.74, NULL, NULL, 18.98, 'Disney Minnie Mouse Cupcake Maker Nonstick Electric Mini Kitchen Appliance NEW-36985.png', 'Disney Minnie Mouse Cupcake Maker Nonstick Electric Mini Kitchen Appliance NEW-31825.png', 'Disney Minnie Mouse Cupcake Maker Nonstick Electric Mini Kitchen Appliance NEW-84116.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 11:18:12', '2024-01-26 11:18:12'),
(709, 'Convenience Concepts G10440 Deluxe Potting Bench with Cabinet', 'JwvSNJyQ2', 18, 'Convenience Concepts G10440 Deluxe Potting Bench with Cabinet\r\n\r\nThe Deluxe Potting Bench with Cabinet is packed with features and functionality. Featuring a cabinet, drawer and an open shelf compartments that will help you to organize garden supplies. It provides spacious work top surface for any garden task. Also featuring pre-attached side hooks included for easy access to tools. Featuring one Cabinet Drawer and Open Shelf. Spacious Workspace. Pre-Attached Side Hooks. Complements Most Outdoor Decor. Weather Resistant. Dimensions: L44 x W18 x H49. Weight: 35Lbs.\r\n\r\nFeaturing one Cabinet Drawer and Open Shelf\r\nSpacious Workspace\r\nPre-Attached Side Hooks\r\nComplements Most Outdoor Decor\r\nWeather Resistant', 186.80, NULL, NULL, 193.07, 'Convenience Concepts G10440 Deluxe Potting Bench with Cabinet-12312.jpg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-26 11:18:38', '2024-01-26 11:18:38'),
(710, 'LG Left Door Shelf Bin - LMXS30776S LFX33975ST LMXS30796S LFXS30766S LFX31945ST', '3P5IIatQO', 18, 'Refrigerator door shelf bin (left). This is a new LG replacement part.\r\n\r\nNote: that appliance parts can look similar in many ways. If you\'re not sure whether or not a parts you\'re ordering fits your model, please email us BEFORE you order. Include your Model number and Serial number. We can verify the part will fit your model.', 32.66, NULL, NULL, 32.99, 'LG Left Door Shelf Bin - LMXS30776S LFX33975ST LMXS30796S LFXS30766S LFX31945ST-72698.png', 'LG Left Door Shelf Bin - LMXS30776S LFX33975ST LMXS30796S LFXS30766S LFX31945ST-16580.png', 'LG Left Door Shelf Bin - LMXS30776S LFX33975ST LMXS30796S LFXS30766S LFX31945ST-16066.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 11:22:43', '2024-01-26 11:22:43'),
(711, 'EXTRA HIGH SIDE RAIL WAGON - 24\" x 48\" Classic Red Garden Work Play Cart USA', 'RXzM6OHo6', 2, 'AMISH HANDCRAFTED\r\n\r\nCLASSIC WAGON / GARDEN CART\r\n\r\nwith Extra High Side Rails for a Larger, Safer Load\r\n\r\nCLASSIC RED WAGON\r\n\r\nIf you are tired of cheap plastic wagons commonly found in many retail stores, check out these wagons. They are suitable for pleasure riding as well as gardener?s farmers or contractors. Our goal is to provide you with the most durable well-built wagon on the market that will last for future generations and will give you and your family years of enjoyment.\r\n\r\nOur Speedway Express Wagons are built with strong hardwood. The side rails are stapled and glued to assure a stronger bond. Each wagon is built to conform to strict specifications from Auto Turn Steering and ball bearing wheels to welded heavy gauge steel framework to handle heavy loads and last for generations.\r\n\r\n24\" X 48\" Bed\r\n4 Extra High Removable Wooden Side Rails\r\n\r\n13? Diameter x 6? Wide Pneumatic Wheels\r\nNo-tilt auto turn steering ? create safe riding for kids\r\nWelded heavy gauge steel framework with bracing welded to ?\" axle\r\nExtra long \'D\' handle for better grip effortless pulling\r\n\r\n1000 lb load capacity\r\nMinor, easy assembly req?d (instructions incl)\r\nHigh-quality wheels with inner tubes to help prevent flats\r\nHandcrafted in Lancaster, PA USA\r\n\r\nPerfect for play, gardening, farming, or job site transportation.', 452.29, NULL, NULL, 580.99, 'EXTRA HIGH SIDE RAIL WAGON - 24\" x 48\" Classic Red Garden Work Play Cart USA-72151.jpg', 'EXTRA HIGH SIDE RAIL WAGON - 24\" x 48\" Classic Red Garden Work Play Cart USA-33870.jpg', 'EXTRA HIGH SIDE RAIL WAGON - 24\" x 48\" Classic Red Garden Work Play Cart USA-33186.jpg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-26 11:24:29', '2024-01-26 11:24:29'),
(712, 'EN1888 Approved Baby Stroller 3 in 1 Baby Pram With Carseat Factory High Landscape Baby Strollers', 'wExAPM4Qq', 19, 'Suitable Age (months)\r\n0-36\r\nColor\r\ncoffee,pink,blue,red\r\nFrame Material\r\nMetal or Aluminium\r\nFabric Material\r\ncanopy:cotton lycr or Linen\r\nseat:600D oxford or Linen\r\nWheel Material\r\nF: EVA R: EVA OR RUBBER\r\nCarry Cot Size\r\nL80*W35*H56*D22\r\nWheel Size (inch)\r\nF:8.5 R:12\r\nOpenning Size (CM)\r\nL88*W64*H108\r\nFolding Size (CM)\r\nL90 *W67*H40\r\nCarton Size (CM)\r\nL83*W55*H29\r\nContainer Loading (pcs)\r\n40\'\' HQ: 480\r\n20\'\' GP: 240\r\nPacking (pcs/carton)\r\n1\r\nNet Weight (KG)\r\n14.5\r\nGross Weight (KG)\r\n13.5\r\nFree accessories\r\npad, foot cover, mosquito net, cup holder and wrist stra\r\n+', 30.00, NULL, NULL, 40.00, 'EN1888 Approved Baby Stroller 3 in 1 Baby Pram With Carseat Factory High Landscape Baby Strollers-11709.jpeg', 'EN1888 Approved Baby Stroller 3 in 1 Baby Pram With Carseat Factory High Landscape Baby Strollers-66558.jpeg', 'EN1888 Approved Baby Stroller 3 in 1 Baby Pram With Carseat Factory High Landscape Baby Strollers-77198.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-26 11:24:31', '2024-01-26 11:24:31'),
(713, 'Food Saver V3250 Food Preservation Vacuum Bag Sealer Black Kitchen Appliance', 'nKkNLJt5d', 19, 'Food Saver V3250 Food Preservation Vacuum Bag Sealer Black Kitchen Appliance\r\n\r\nGood condition with normal age wear\r\n\r\nSee pics for details and measurements\r\n\r\nMy items are usually vintage and used so please examine the pictures for condition and feel free to ask any questions.', 33.85, NULL, NULL, 35.99, 'Food Saver V3250 Food Preservation Vacuum Bag Sealer Black Kitchen Appliance-11029.png', 'Food Saver V3250 Food Preservation Vacuum Bag Sealer Black Kitchen Appliance-57393.png', 'Food Saver V3250 Food Preservation Vacuum Bag Sealer Black Kitchen Appliance-61375.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 11:27:33', '2024-01-26 11:27:33'),
(714, '8\" Professional Ratchet Anvil Pruning Shears (Gpps-1011), Ratcheting Mechanism', 'di8uFXpNo', 4, '8\" Professional Ratchet Anvil Pruning Shears (Gpps-1011), Ratcheting Mechanism, Anvil Groove Design, Reinforced Design Handle, Garden Shears Clippers, Anvil Pruner, Hand Tools Scissors Loppers\r\n\r\nItem Condition: New\r\n\r\nModel: Gpps-1011\r\n\r\nColor: Black\r\n\r\nProduct Information\r\n\r\nQuality Blades - Professionally Built Utilizing Sk-5 Steel That Meets The Highest Standards And Gives You Precision On Each Cut. Ideal Use For Light Branches Of Trees, Rose Bush, Shrubs And Hedges. Handle - Made Of Hidh Quality Chrome Vanadium Steel, And The Special Reinforced Design Makes The Shears Stronger And Powerful. Effortless Design - The Ratcheting Mechanism\'S Settings Multiply Your Hand\'S Power By Up To 3 Times. As You Cut Through A Branch, The Ratcheting Mechanism Clicks And Moves To The Next Setting, Providing Ever-Incre', 23.54, NULL, NULL, 50.99, '8\" Professional Ratchet Anvil Pruning Shears (Gpps-1011), Ratcheting Mechanism-15138.jpg', '8\" Professional Ratchet Anvil Pruning Shears (Gpps-1011), Ratcheting Mechanism-64309.jpg', '8\" Professional Ratchet Anvil Pruning Shears (Gpps-1011), Ratcheting Mechanism-78835.jpg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-26 11:29:50', '2024-01-26 11:29:50'),
(715, 'LG Appliance AC Motor EAU35128608 Old Part EAU35128607', 'Ez8FkpH3C', 19, 'LG Appliance AC Motor EAU35128608 Old Part EAU35128607\r\n\r\nBrand: LG\r\n\r\nPart: EAU35128608 EAU35128607\r\n\r\nQuantity: 1 (One)\r\n\r\nCondition: Used (May have small scratches due to bulk storage.\r\nComes in bulk packaging. Working as intended)\r\n\r\nQuality: Original', 38.69, NULL, NULL, 42.99, 'LG Appliance AC Motor EAU35128608 Old Part EAU35128607-90163.png', 'LG Appliance AC Motor EAU35128608 Old Part EAU35128607-85326.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-26 11:32:27', '2024-01-26 11:32:27'),
(716, '250ml standard bottles feeding sets', 'p3M5psq9O', 19, 'Baby silicone nipple cover ( blue, pink)', 1.00, NULL, NULL, 1.28, '250ml standard bottles feeding sets-32482.jpeg', '250ml standard bottles feeding sets-50221.jpeg', '250ml standard bottles feeding sets-73837.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 11:35:57', '2024-01-26 11:35:57'),
(717, 'Hamilton Beach Blender Mixer Model 58163 Home Kitchen Appliance *Worn Letters*', 'Mx2mhQ1r5', 18, 'Hamilton Beach Blender Mixer Model 58163 Home Kitchen Appliance.', 39.59, NULL, NULL, 39.99, 'Hamilton Beach Blender Mixer Model 58163 Home Kitchen Appliance *Worn Letters*-62322.png', 'Hamilton Beach Blender Mixer Model 58163 Home Kitchen Appliance *Worn Letters*-34585.png', 'Hamilton Beach Blender Mixer Model 58163 Home Kitchen Appliance *Worn Letters*-22670.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 11:37:23', '2024-01-26 11:37:23'),
(718, 'Plastic baby toy car injection mould', 'jRG8jcdOx', 19, 'Crate mould, chair mould,stool mould,ratten chair mould', 32000.00, NULL, NULL, 40000.00, 'Plastic baby toy car injection mould-46818.jpeg', NULL, NULL, 'Babies', 4.5, NULL, 1, '2024-01-26 11:43:43', '2024-01-27 13:51:11'),
(719, 'Outdoor Sports And Leisure Large Capacity Fashion Waist Bags, Camouflage Green', 'pjhPzbYRx', 18, 'This bag is made of nylon, waterproof, breathable, not easy to fade. They can be used as sports bags or leisure bags, sports and outdoor travel are suitable. They are designed to be stylish, Suitable for waist circumference of 48cm to 114cm people, and suitable for all ages, men, women and children, with a variety of styles to choose from.', 17.97, NULL, NULL, 20.00, 'Outdoor Sports And Leisure Large Capacity Fashion Waist Bags, Camouflage Green-10352.png', 'Outdoor Sports And Leisure Large Capacity Fashion Waist Bags, Camouflage Green-25639.png', 'Outdoor Sports And Leisure Large Capacity Fashion Waist Bags, Camouflage Green-32024.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-26 11:43:52', '2024-01-26 11:43:52'),
(720, 'Men\'S Short Sleeve Shirts From Basudam That Are Quick To Dry, Cool, And Comfortable', 'it6qbLrXc', 18, 'Men\'S Short Sleeve Shirts From Basudam That Are Quick To Dry, Cool, And\r\n\r\nBASUDAM Men\'s Short Sleeve Shirts Quick Dry UPF 50 Lightweight Athletic T-Shirts\r\n\r\nFabric: 100% Polyester\r\n\r\nActive Performance:\r\n1. Quick Dry\r\n2. UPF 50 Sun Protection\r\n3. Lightweight\r\n\r\nThe recommended method for washing and drying\r\n\r\nMachine wash and hand wash in warm water. Aeration-drying. Do not soak or bleach.', 37.95, NULL, NULL, 40.78, 'Men\'S Short Sleeve Shirts From Basudam That Are Quick To Dry, Cool, And Comfortable-35978.png', 'Men\'S Short Sleeve Shirts From Basudam That Are Quick To Dry, Cool, And Comfortable-43409.png', 'Men\'S Short Sleeve Shirts From Basudam That Are Quick To Dry, Cool, And Comfortable-75913.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-26 11:47:53', '2024-01-26 11:47:53'),
(721, 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD', 'bZpEgXfxf', 19, 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football\r\n\r\nEnjoy the game in comfort with this lot of two blue Florida Gators folding stadium seats. The seats feature the school\'s logo and are perfect for any college sports fan. With their foldable design, they are also easy to store and transport. Great for taking to tailgates or simply for use in your own backyard!\r\n\r\nThe chairs are officially licensed.\r\n\r\nOne of the chairs is brand new. The other chair is very lightly used with a couple of small marks (see photos).', 69.95, NULL, NULL, 73.20, 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD-27832.jpg', 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD-75635.jpg', 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD-27600.jpg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-26 11:49:15', '2024-01-26 11:49:15'),
(722, 'Full-Body Vinyl Skin Stickers From Domilina That Are Designed To Fit Series S', 'CNJEZYlo6', 19, 'Full-Body Vinyl Skin Stickers From Domilina That Are Designed To Fit Series S\r\n\r\nInstallation Method: - Wash hands and dry. - Clean the device with a soft cloth and make sure that the controller surface is free of dust. - Peel the skin from the paper and stick it to the device. Package: Console skin * 1 Controller skins * 2 ATTENTION: Series Console and Controllers are not included. It\'s just a sticker, not a hard shell.\r\n\r\nProduct Features\r\nProtect your Series S console and controllers perfectly from dust, fingerprints and scratches. Made of high quality vinyl with high resolution design. Easy to use, stick, clean and remove, leaves behind no sticky residue. Precisely cut for Series S, easy access to all parts and buttons. Comes with 1 Console Skin and 2 Controller skins.', 33.98, NULL, NULL, 35.40, 'Full-Body Vinyl Skin Stickers From Domilina That Are Designed To Fit Series S-14600.png', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-26 11:50:54', '2024-01-26 11:50:54'),
(723, 'Baby bath tub set with smart chair and stroller', '9CALIDham', 19, 'Materail\r\nPlastic\r\nFunction\r\nBaby Washing Usefully\r\nWeight\r\nAbout 15kg\r\nSize\r\nAbout 63*45*6CM\r\nColor\r\nCoffee or customized color\r\nPacking\r\n1set/box or custom packaging\r\nLogo\r\nAccept Customized Logo\r\nOEM/ODM\r\nAcceptale\r\nSample\r\nSample Avaliable', 111.00, NULL, NULL, 115.00, 'Baby bath tub set with smart chair and stroller-89888.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-01-26 11:54:00', '2024-01-26 11:54:00'),
(724, 'Women\'S Upf 50 Hiking Shirts From Tacvasen That Are Lightweight, Quick To Dry,', '53bexCq2u', 1, 'Women\'S Upf 50 Hiking Shirts From Tacvasen That Are Lightweight, Quick To Dry,\r\n\r\nWomen\'s UPF 50 1/4 Zip Shirts Long Sleeve\r\n\r\nFabric: 100% polyester.\r\nUV Protection Factor: 50\r\nColor: W-Green, Dark Gray, Light Purple, Light Blue, Light Gray, Pink, Black, Blue, E-Green, Orange, Water Blue, T-Yellow, Sea Blue, Dark Orange, Dark Blue\r\nSize: S M L XL 2XL\r\nFit: Women\r\nDesign for: Running, Hiking, Sports, Jogging, Fitness, Exercise, Summer Wear, Training, Workout, Casual Wear.', 37.96, NULL, NULL, 39.52, 'Women\'S Upf 50 Hiking Shirts From Tacvasen That Are Lightweight, Quick To Dry,-26345.png', 'Women\'S Upf 50 Hiking Shirts From Tacvasen That Are Lightweight, Quick To Dry,-55003.png', 'Women\'S Upf 50 Hiking Shirts From Tacvasen That Are Lightweight, Quick To Dry,-35094.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-01-26 11:55:25', '2024-01-26 11:55:25'),
(725, 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD', 'oM16pNrhj', 19, 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football\r\n\r\nEnjoy the game in comfort with this lot of two blue Florida Gators folding stadium seats. The seats feature the school\'s logo and are perfect for any college sports fan. With their foldable design, they are also easy to store and transport. Great for taking to tailgates or simply for use in your own backyard!\r\n\r\nThe chairs are officially licensed.\r\n\r\nOne of the chairs is brand new. The other chair is very lightly used with a couple of small marks (see photos).', 69.95, NULL, NULL, 85.00, 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD-83568.jpg', 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD-94634.jpg', 'Florida Gators Folding Chair Stadium Seat Lot Of 2 College Sports Football CV JD-52835.jpg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-26 12:02:23', '2024-01-26 12:02:23'),
(726, 'Aluminum Frame Cornhole Toss Game Set With 8 Bean Bags And Travel Carrying Case', '0kwCn8qRq', 19, 'Aluminum Frame Cornhole Toss Game Set With 8 Bean Bags And Travel Carrying Case\r\n\r\nCondition: New\r\n\r\nMpn: Does Not Apply\r\n\r\nNumber Of Bags: 8\r\n\r\nColor: Black\r\n\r\nCustom Bundle: No', 97.99, NULL, NULL, 103.76, 'Aluminum Frame Cornhole Toss Game Set With 8 Bean Bags And Travel Carrying Case-34603.png', 'Aluminum Frame Cornhole Toss Game Set With 8 Bean Bags And Travel Carrying Case-36727.png', 'Aluminum Frame Cornhole Toss Game Set With 8 Bean Bags And Travel Carrying Case-80944.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-01-26 12:04:55', '2024-01-26 12:04:55'),
(727, '2021 new trend organic cotton breathable quick  portable sling wrap ring baby carrier', 'z6DbCb9sa', 19, 'As color charts shown or custom colors. \r\nAge Group\r\n0-6 months, 6 months - 3 years, > 3 years old, 0-3 years old', 4.90, NULL, NULL, 5.50, '2021 new trend organic cotton breathable quick  portable sling wrap ring baby carrier-53401.jpeg', NULL, NULL, 'Babies', 4.5, NULL, 1, '2024-01-26 12:06:22', '2024-01-26 12:06:22'),
(728, 'Real 10k Two-tone Gold Double Dolphins Hollow Charm Pendant Dije', '1yhHU2kVS', 10, 'Real 10k Two-tone Gold Double Dolphins Hollow Charm Pendant Dije Only\r\n\r\n-Chain is not included-\r\n\r\nUsed condition, the white gold dolphin is cracked on the back and is dented around the end of the tail, however the pendant still looks good on a necklace. The pendant is priced accordingly to its condition, kindly review all images carefully for details.\r\n\r\n20mm long bale included\r\n\r\n15mm wide\r\n\r\nBale fit a 2mm chain\r\n\r\nWeighs 0.4 grams\r\n\r\nShould you have further inquires please feel free to email. Thank you for your interest!', 32.90, NULL, NULL, 42.99, 'Real 10k Two-tone Gold Double Dolphins Hollow Charm Pendant Dije-27209.jpg', 'Real 10k Two-tone Gold Double Dolphins Hollow Charm Pendant Dije-73274.jpg', 'Real 10k Two-tone Gold Double Dolphins Hollow Charm Pendant Dije-28666.jpg', 'Jewelry', 4.5, NULL, 1, '2024-01-26 12:11:33', '2024-01-26 12:11:33'),
(729, 'Organic cotton baby lounger', 'mQg2D41hf', 19, '100% Cotton, Age Group\r\n0-18M', 11.50, NULL, NULL, 13.50, 'Organic cotton baby lounger-72685.jpeg', 'Organic cotton baby lounger-34486.jpeg', NULL, 'Babies', 3.5, NULL, 1, '2024-01-26 12:11:43', '2024-01-26 12:12:17'),
(730, 'Salomon Soft Flask XA Filter 490ml/16oz 42 for Hiking and Trail Running, Clear B', 'EQj3bL4e9', 19, 'Salomon Soft Flask XA Filter 490ml/16oz 42 for Hiking and Trail Running, Clear B', 68.50, NULL, NULL, 70.88, 'Salomon Soft Flask XA Filter 490ml/16oz 42 for Hiking and Trail Running, Clear B-52776.png', 'Salomon Soft Flask XA Filter 490ml/16oz 42 for Hiking and Trail Running, Clear B-41202.png', NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-01-26 12:12:06', '2024-01-26 12:12:06'),
(731, 'Salomon Active Skin 4 Hydration Pack for Trail Running, Surf The Web/Black, XS', 'fSgl05Xrh', 19, 'Salomon Active Skin 4 Hydration Pack for Trail Running, Surf The Web/Black, XS', 108.18, NULL, NULL, 130.56, 'Salomon Active Skin 4 Hydration Pack for Trail Running, Surf The Web/Black, XS-31382.png', 'Salomon Active Skin 4 Hydration Pack for Trail Running, Surf The Web/Black, XS-13131.png', 'Salomon Active Skin 4 Hydration Pack for Trail Running, Surf The Web/Black, XS-68435.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-26 12:16:01', '2024-01-26 12:16:01'),
(732, 'Women Blue Square Simulated Diamond 18k Yellow Gold Plated Dainty Necklace 18\"', 'JSo2jhDu6', 17, 'Main Stone: Simulated Diamond\r\nMain Stone Quantity: 3\r\nStone Color Available: Blue\r\nMain Stone Size: 4mm\r\nMetal Material: Solid 925 Sterling Silver\r\nAccent Stone: AAA Cubic Zirconia\r\nMetal Color Available: 18K Yellow Gold\r\nChain Length: 400mm + 60mm Adjustable\r\n\r\nJewels are the luxury of moments.', 60.02, NULL, NULL, 75.00, 'Women Blue Square Simulated Diamond 18k Yellow Gold Plated Dainty Necklace 18\"-51051.jpg', 'Women Blue Square Simulated Diamond 18k Yellow Gold Plated Dainty Necklace 18\"-17806.jpg', 'Women Blue Square Simulated Diamond 18k Yellow Gold Plated Dainty Necklace 18\"-65087.jpg', 'Jewelry', 4.5, NULL, 1, '2024-01-26 12:18:50', '2024-01-26 12:18:50'),
(733, 'Salomon X Reveal 2 Gore-TEX Hiking Shoes for Women Trail Running, Black/Magnet/Q', 'SK9X6jbQA', 19, 'Salomon X Reveal 2 Gore-TEX Hiking Shoes for Women Trail Running, Black/Magnet/Q', 93.85, NULL, NULL, 108.40, 'Salomon X Reveal 2 Gore-TEX Hiking Shoes for Women Trail Running, Black/Magnet/Q-86727.png', 'Salomon X Reveal 2 Gore-TEX Hiking Shoes for Women Trail Running, Black/Magnet/Q-39932.png', 'Salomon X Reveal 2 Gore-TEX Hiking Shoes for Women Trail Running, Black/Magnet/Q-39948.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-26 12:21:00', '2024-01-26 12:21:00'),
(734, 'Factory wholesale price pink blue white 0.-21 month baby girls, boy infant cap', 'ARwBxUwHm', 19, 'Used to protect the head of newborn babies and keep them warm. Available colour : Pink blue and white', 0.22, NULL, NULL, 0.26, 'Factory wholesale price pink blue white 0.-21 month baby girls, boy infant cap-12971.jpeg', 'Factory wholesale price pink blue white 0.-21 month baby girls, boy infant cap-17992.jpeg', 'Factory wholesale price pink blue white 0.-21 month baby girls, boy infant cap-90028.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-26 12:21:58', '2024-01-26 12:21:58'),
(735, 'Baby boy clothing set children’s short sleeved 1-4 years old shirt T-shirt clothes children clothing', '2gvpY50w7', 19, 'Material\r\nCotton\r\nSupply Type\r\nODM, OEM service, In-Stock Items ,\r\nApplicable\r\nInfants & Toddlers', 2.20, NULL, NULL, 2.69, 'Baby boy clothing set children’s short sleeved 1-4 years old shirt T-shirt clothes children clothing-16515.jpeg', 'Baby boy clothing set children’s short sleeved 1-4 years old shirt T-shirt clothes children clothing-80343.jpeg', 'Baby boy clothing set children’s short sleeved 1-4 years old shirt T-shirt clothes children clothing-21307.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 12:39:32', '2024-01-26 12:39:32'),
(736, '18K Yellow Gold Pendant 1.75g Fine Jewelry Egyptian Scarab Charm', 'T9kCC6aMs', 18, 'You are buying: 18K Yellow Gold Pendant 1.75g Fine Jewelry Egyptian Scarab Charm\r\n\r\nApprox:\r\n\r\n1.75g Weight\r\n\r\n26.9mm Long\r\n\r\n10.6mm Wide\r\n\r\nMetal purity is verified on our in store XRF Machine.\r\n\r\nItem is pre-owned. Shows normal signs of age and use.\r\n\r\nMay need a more thorough cleaning. SOLD AS IS :)\r\n\r\nBe sure to check out our entire selection of fine jewelry for great deals!!', 163.21, NULL, NULL, 184.45, '18K Yellow Gold Pendant 1.75g Fine Jewelry Egyptian Scarab Charm-57828.jpg', '18K Yellow Gold Pendant 1.75g Fine Jewelry Egyptian Scarab Charm-28519.jpg', '18K Yellow Gold Pendant 1.75g Fine Jewelry Egyptian Scarab Charm-37441.jpg', 'Jewelry', 5.0, NULL, 1, '2024-01-26 12:43:39', '2024-01-26 12:43:39'),
(740, 'American Girl Doll Outfit Urban Blue Skirt Hoodie & Red Vest 18\" Dolls', 'vXI9CnetI', 19, 'American Girl Doll Outfit Urban Blue Skirt Hoodie Red Vest 18\" Dolls.\r\n\r\nSold As Is - Please see photos for condition', 13.49, NULL, NULL, 15.00, 'American Girl Doll Outfit Urban Blue Skirt Hoodie & Red Vest 18\" Dolls-14179.png', 'American Girl Doll Outfit Urban Blue Skirt Hoodie & Red Vest 18\" Dolls-62176.png', 'American Girl Doll Outfit Urban Blue Skirt Hoodie & Red Vest 18\" Dolls-22382.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 12:44:05', '2024-01-26 12:44:05'),
(747, 'Persil Discs Laundry Detergent Pacs, Original Scent', '7TbhYswOT', 7, 'Gives you the immense cleaning power of our classic Persil Original detergent in the form of pre-measured disc-shaped capsules\r\nChambers include ingredients that deliver: stain removal, long-lasting freshness, fiber care, and a deep clean detergent\r\nPersil Discs are easy to use, just place the laundry pacs into your empty washing machine drum before adding laundry\r\nPersil Discs clean effectively in all water temperatures, including cold, and work in all washer types, including high-efficiency (HE) washing machines\r\nThis package contains one tub of 62 Persil Discs detergent pacs in Original scent, enough for 62 loads\r\nPersil Original laundry detergent pacs deliver a deep clean of visible stains and invisible dirt', 14.61, NULL, NULL, 22.49, 'Persil Discs Laundry Detergent Pacs, Original Scent-43157.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-26 12:45:14', '2024-01-26 12:55:20'),
(748, 'Children Kids Clothes', 'LtuWL6gBN', 19, 'Material\r\nPolyester cotton\r\nPackaging\r\nOne piece in one polybag , full size in one medium bag', 9.00, NULL, NULL, 11.00, 'Children Kids Clothes-83777.jpeg', 'Children Kids Clothes-91871.jpeg', 'Children Kids Clothes-10974.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 12:45:34', '2024-01-26 12:45:34'),
(749, 'Winter baby clothing set', 'fdDfxBrSa', 19, 'Material\r\nFlannel \r\nDesigns\r\nPrinted \r\nPackage\r\n1 set/zipper bag', 6.82, NULL, NULL, 8.82, 'Winter baby clothing set-75997.jpeg', 'Winter baby clothing set-62549.jpeg', 'Winter baby clothing set-20215.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-26 12:52:25', '2024-01-26 12:52:25'),
(750, 'NEW 6\" BEAR/DOLL CLOTHES SAILOR DRESS/HAT OUTFIT', 'suB7Cg9uP', 19, 'NEW 6\" BEAR/DOLL CLOTHES SAILOR DRESS/HAT OUTFIT\r\n\r\nWILL FIT APPROX ANY 6\" BEAR MORE\r\n\r\nZIP FRONT CLOSE\r\n\r\nSMOKE FREE HOME', 3.91, NULL, NULL, 3.95, 'NEW 6\" BEAR/DOLL CLOTHES SAILOR DRESS/HAT OUTFIT-88564.png', NULL, NULL, 'Accessories', 3.0, NULL, 1, '2024-01-26 12:54:30', '2024-01-26 12:54:30'),
(751, 'Under Armour Unisex-Adult Truckstop Knit Beanie Hat Black 1356707-001', '6kZers1l3', 19, 'Ribbed acrylic knit fabric delivers all-day comfort warmth. Material wicks sweat dries really fast. Twill patch with silicone logo.', 30.00, NULL, NULL, 34.56, 'Under Armour Unisex-Adult Truckstop Knit Beanie Hat Black 1356707-001-51287.png', 'Under Armour Unisex-Adult Truckstop Knit Beanie Hat Black 1356707-001-29030.png', 'Under Armour Unisex-Adult Truckstop Knit Beanie Hat Black 1356707-001-71251.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 13:02:38', '2024-01-26 13:02:38'),
(752, 'Baby Bodysuit pant set', 'mFtm00JD7', 19, 'Brand:\r\nAlly & Marvin\r\nMaterial:\r\n100% cotton\r\nFeature:\r\nEco-Friendly, Water Soluble, Other\r\nColor:\r\nAs picture (we can do different colors as customer\'s requests)', 1.00, NULL, NULL, 1.40, 'Baby Bodysuit pant set-16869.jpeg', 'Baby Bodysuit pant set-66879.jpeg', 'Baby Bodysuit pant set-95449.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-26 13:04:32', '2024-01-26 13:04:32'),
(754, 'Size 12.5 Tiffany Metropolis Ring Mens Unisex in Sterling Silver', 'sSoHRpwuf', 18, 'Guaranteed 100% Authentic Tiffany Co Metropolis Ring Size 12.5\r\n\r\nMeasures as a size 12.75 with the 22mm inner circumference but fits like a size 12.25 due to the width.\r\n\r\n8.8 mm width. Weight is 19.4 grams.', 569.31, NULL, NULL, 700.32, 'Size 12.5 Tiffany Metropolis Ring Mens Unisex in Sterling Silver-25634.jpg', 'Size 12.5 Tiffany Metropolis Ring Mens Unisex in Sterling Silver-89139.jpg', 'Size 12.5 Tiffany Metropolis Ring Mens Unisex in Sterling Silver-98774.jpg', 'Jewelry', 4.5, NULL, 1, '2024-01-26 13:05:12', '2024-01-26 13:05:12'),
(755, 'Under Armour Men\'s Launch ArmourVent Cap Hat Red/Silver Reflective 1305003-601', 'tGTYfQGnK', 19, '100% Polyester\r\nvelcro closure', 32.99, NULL, NULL, 35.77, 'Under Armour Men\'s Launch ArmourVent Cap Hat Red/Silver Reflective 1305003-601-92848.png', 'Under Armour Men\'s Launch ArmourVent Cap Hat Red/Silver Reflective 1305003-601-68025.png', 'Under Armour Men\'s Launch ArmourVent Cap Hat Red/Silver Reflective 1305003-601-60815.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 13:08:53', '2024-01-26 13:08:53'),
(756, 'Baby Muslin Bibs', '8RChZ6pZM', 19, 'Design\r\nAccept Custom Designs\r\nMaterial\r\nCotton or customize\r\nPrinting\r\nJacquard pattern', 0.45, NULL, NULL, 0.56, 'Baby Muslin Bibs-57138.jpeg', 'Baby Muslin Bibs-67516.jpeg', 'Baby Muslin Bibs-64481.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-26 13:13:48', '2024-01-26 13:13:48'),
(757, '0G7035C GENERAC ROTOR', 'nRDWNyB33', 7, '0G7035C GENERAC ROTOR\r\n\r\nIf you have any questions, please let us know, we will do our best to assist. Please confirm this is the\r\n\r\ncorrect part for your unit before you order, if you need assistance confirming fitment, please provide me\r\n\r\nwith your model and spec/ type or code number. I cannot confirm fitment by measurement.\r\n\r\nPart NO. 0G7035C\r\n\r\nThis is a used OEM part', 209.08, NULL, NULL, 355.99, '0G7035C GENERAC ROTOR-84078.jpg', '0G7035C GENERAC ROTOR-34623.jpg', '0G7035C GENERAC ROTOR-86214.jpg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-26 13:14:09', '2024-01-26 13:21:40'),
(759, 'YONEX 23SS Unisex Polo T-Shirt Sports Badminton Clothing Apparel White 10455EX', 'usUsvUpvO', 19, 'YONEX 23SS Unisex Polo T-Shirt Sports Badminton Clothing Apparel\r\nWhite 10455EX\r\n\r\nMain Features\r\n\r\nBrand : YONEX\r\n\r\nGender : Unisex Adults\r\n\r\nMaterial : Polyester 100%\r\n\r\nMPN : 10455EX\r\n\r\nColor : White\r\n\r\nSize : 85=XS(ASIA)=XXXS(USA)=XXS(EU)\r\n\r\n90=S(ASIA)=XXS(USA)=XS(EU)\r\n\r\n95=M(ASIA)=XS(USA)=S(EU)\r\n\r\n100=L(ASIA)=S(USA)=M(EU)\r\n\r\n105=XL(ASIA)=M(USA)=L(EU)\r\n\r\n110=XXL(ASIA)=L(USA)=XL(EU)\r\n\r\n115=XXXL(ASIA)=XL(USA)=XXL(EU)', 53.91, NULL, NULL, 68.99, 'YONEX 23SS Unisex Polo T-Shirt Sports Badminton Clothing Apparel White 10455EX-28702.png', 'YONEX 23SS Unisex Polo T-Shirt Sports Badminton Clothing Apparel White 10455EX-13683.png', NULL, 'Accessories', 3.5, NULL, 1, '2024-01-26 13:17:36', '2024-01-26 13:17:36'),
(760, 'FTH103 Adult Frogg Toggs Boonie Hat Rain Gear Headwear Fishing Hiking Sun Black', 'SQGChzfzj', 19, 'FTH103 Adult Frogg Toggs Boonie Hat Rain Gear Headwear Fishing Hiking Sun Black', 17.82, NULL, NULL, 18.00, 'FTH103 Adult Frogg Toggs Boonie Hat Rain Gear Headwear Fishing Hiking Sun Black-49400.png', 'FTH103 Adult Frogg Toggs Boonie Hat Rain Gear Headwear Fishing Hiking Sun Black-42564.png', 'FTH103 Adult Frogg Toggs Boonie Hat Rain Gear Headwear Fishing Hiking Sun Black-91290.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 13:21:15', '2024-01-26 13:21:15'),
(761, 'Zep Shower Tub & Tile Cleaner', 'RoXMI1soz', 7, 'Zep Shower Tub and Tile Cleaner, 32 oz\r\nPenetrates stains from rust and hard water\r\nFor use on acrylic, fiberglass, ceramic tiles and porcelain, laminate and Corian\r\nNot for use on: marble, granite, terrazzo, natural stone\r\nFor severe buildup, scrape away loose material before applying cleaner', 2.49, NULL, NULL, 5.78, 'Zep Shower Tub & Tile Cleaner-13452.jpeg', 'Zep Shower Tub & Tile Cleaner-87696.jpeg', 'Zep Shower Tub & Tile Cleaner-10210.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-26 13:22:22', '2024-01-26 13:22:22'),
(762, 'Wheel Horse C-series 518 520-H GT-1100 1800 Tractor Deep Dish Rear Rims', 'gTqsWXrsD', 18, 'Wheel Horse C-series 518 520-H GT-1100 1800 Tractor Deep Dish Rear Rims\r\n\r\nOEM Part Number: 109136\r\n\r\nPart SKU#: WH-27488\r\n-- this is NOT a part number!\r\n\r\nBased on the part # 109136, this will fit the following models: Wheel Horse GT-1800 and models listed in the title, this will also fit other models not listed in the title (may also fit other brands).\r\n\r\nThese parts only fit specific serial numbered tractors, so please send us your tractor model and serial number or engine model and spec/type numbers and we can check fitment for you.\r\n\r\nEven if the part LOOKS the same or is off the same MODEL, it may NOT be the same.\r\n\r\nWe do NOT measure parts for filtment, please do not ask. Please follow the instuctions above. Thank you.\r\n\r\nNot seeing the information you want to know, please check \"Item Specifics\" above before asking. All the tractor information is listed in the \"Item Specifics\" section. If using a mobile device, it will be on a seperate tab.\r\n\r\nItem Specifics lists the information off the actual unit the part came off..\r\n\r\nWhat you see pictured is what you get. If two are picture, you get two pieces, etc. If something is not pictured, it is not included.\r\n\r\nItem Condition: Tires have dry-checking, both have inner-tubes and both hold air.\r\n\r\nThis item is: Used\r\n\r\nItem Weight: 30.00 lbs. 0.00 oz.\r\n\r\nDefault shipping: UPS Ground\r\n\r\nNote: With the free default shipping, we reserve the right to choose the shipping method that works best for us.\r\n\r\nNote: Freight shipments are always with R L Carriers. Buyers are free to make thier own freight arrangments.', 122.20, NULL, NULL, 175.33, 'Wheel Horse C-series 518 520-H GT-1100 1800 Tractor Deep Dish Rear Rims-14189.jpg', 'Wheel Horse C-series 518 520-H GT-1100 1800 Tractor Deep Dish Rear Rims-70444.jpg', 'Wheel Horse C-series 518 520-H GT-1100 1800 Tractor Deep Dish Rear Rims-60802.jpg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-26 13:24:40', '2024-01-26 13:24:40'),
(763, 'Fabuloso', '46lpEx5Tl', 17, '1 2X Concentrated Formula = 2 Non-Concentrated Formula\r\n2X more uses in the same bottle *vs to non-concentrated Fabuloso Original\r\n2X more active ingredients in the same bottle *vs to non-concentrated Fabuloso Original\r\nPowerful and safe for multi-surfaces & cleans with a long lasting scent\r\nMix 1/8 cup in a gallon of water or pour on a sponge and clean.', 30.36, NULL, NULL, 54.99, 'Fabuloso-38448.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 13:26:37', '2024-01-26 13:26:37');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(764, 'NEW! Nike Adult Unisex Legacy91 Adjustable Hat Blue CW6327-476', 'yFHPrU4RR', 19, 'Stay cool and comfortable on the green with this Nike Adult Unisex Legacy91 Adjustable Hat. Designed with a moisture-wicking and breathable fabric, this golf cap is perfect for any season, whether it\'s winter, summer, fall, or spring. The blended fabric and lightweight construction make it easy to wear, while the adjustable strap ensures a secure, custom fit. The Olive Black color with a Nike logo accent adds a touch of style to your golf attire.', 27.10, NULL, NULL, 28.99, 'NEW! Nike Adult Unisex Legacy91 Adjustable Hat Blue CW6327-476-44780.png', 'NEW! Nike Adult Unisex Legacy91 Adjustable Hat Blue CW6327-476-97147.png', 'NEW! Nike Adult Unisex Legacy91 Adjustable Hat Blue CW6327-476-16981.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 13:27:04', '2024-01-26 13:27:04'),
(765, 'Cartoon Casual 3D Elephant Clothes Boys Cotton Jumpsuit High Quality', 'RSmQrWpSB', 19, 'Material\r\nCotton blend\r\nAvailable colour: blue ,white , black', 1.30, NULL, NULL, 1.99, 'Cartoon Casual 3D Elephant Clothes Boys Cotton Jumpsuit High Quality-42307.jpeg', 'Cartoon Casual 3D Elephant Clothes Boys Cotton Jumpsuit High Quality-58374.jpeg', 'Cartoon Casual 3D Elephant Clothes Boys Cotton Jumpsuit High Quality-76959.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-26 13:27:42', '2024-01-26 13:27:42'),
(766, 'baby care set', 'FzpRG7yBs', 19, 'Material\r\nPlastic\r\nBrand Name\r\nShowell\r\nAvailable colour: blue, pink', 3.20, NULL, NULL, 4.20, 'baby care set-79145.jpeg', 'baby care set-79020.jpeg', 'baby care set-24024.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-26 13:35:31', '2024-01-26 13:35:31'),
(767, 'Princess Polly Women\'s Clothing: Calvert Long Sleeve Mini Dress (Green)', '2gRAkEh51', 19, 'Princess Polly Women\'s Clothing: Calvert Long Sleeve Mini Dress (Green).\r\n Zana Mini Dress (Pink/Purple)', 3.00, NULL, NULL, 60.00, 'Princess Polly Women\'s Clothing: Calvert Long Sleeve Mini Dress (Green)-21583.jpeg', 'Princess Polly Women\'s Clothing: Calvert Long Sleeve Mini Dress (Green)-83193.jpeg', 'Princess Polly Women\'s Clothing: Calvert Long Sleeve Mini Dress (Green)-41135.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-26 13:38:50', '2024-01-26 13:38:50'),
(768, 'Meyer’s Clean Day Multi Surface Cleaner Concentrate', 'FUH45JYUd', 7, 'Hardworking Multi Surface Concentrate that is tough on dirt\r\nBiodegradable formula cleaners for all non-porous multi-surfaces\r\nGarden-inspired Honeysuckle multi-surface concentrate has a tempting sweet scent a charming mix of flowers and fruits\r\nSafe to use as a hardwood floor cleaner, tile cleaner, on countertops, walls and more\r\nMrs. Meyer\'s products are made with cruelty-free formulas and are Leaping Bunny certified.', 4.37, NULL, NULL, 6.24, 'Meyer’s Clean Day Multi Surface Cleaner Concentrate-26911.jpeg', 'Meyer’s Clean Day Multi Surface Cleaner Concentrate-28005.jpeg', 'Meyer’s Clean Day Multi Surface Cleaner Concentrate-52799.jpeg', 'Groceries', 3.5, NULL, 1, '2024-01-26 13:40:22', '2024-01-26 13:40:22'),
(769, 'Women\'s Air Jordan 1 Low SE Shoes in Orange, Size: 5 | DV1299-800', 'mgfPHpA5i', 2, 'It\'s your fave sneaker, back again in a low-top silhouette. New colors and textures give you a sleek look, premium materials and accents add a familiar feel. Any way you look at it, it\'s a win. Benefits: Synthetic leather offers durability and structure. Encapsulated Nike Air-Sole unit provides lightweight cushioning. Solid rubber outsoles give you traction on a variety of surfaces. Product Details: Wings logo stamped on heel. Stitched-down Swoosh logo. Foam sole. Rubber traction. Style: DV1299; Color: Sport Spice/Coconut Milk/Black; Size: 5; Gender: Female; Age Group: Adult | Air Jordan 1 Low SE Women\'s Shoes in Orange, Size: 5 | DV1299-800', 107.00, NULL, NULL, 125.00, 'Women\'s Air Jordan 1 Low SE Shoes in Orange, Size: 5 | DV1299-800-15573.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-01-26 13:43:37', '2024-01-26 13:43:37'),
(770, 'Mo245 popular baby Overrall denim dungaree skirt 3-36cm stretch ripped summer body denim romper', '4ztvwlySQ', 19, 'Features\r\n Breathable, Eco-Friendly, Anti-wrinkle', 6.30, NULL, NULL, 7.50, 'Mo245 popular baby Overrall denim dungaree skirt 3-36cm stretch ripped summer body denim romper-92066.jpeg', 'Mo245 popular baby Overrall denim dungaree skirt 3-36cm stretch ripped summer body denim romper-21618.jpeg', 'Mo245 popular baby Overrall denim dungaree skirt 3-36cm stretch ripped summer body denim romper-23293.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 13:43:47', '2024-01-26 13:43:47'),
(771, 'All Purpose Cleaner Spray', 'HaVI8BsTn', 10, 'Quick and easy multi surface spray removes stuck on dirt\r\nA fresh way to clean, refresh, and remove odors from non-porous surfaces throughout the house\r\nGarden-fresh lemon verbena has a light, refreshingly mild citrus scent\r\nSafe to use as a floor cleaner, tile cleaner, on countertops, walls, and more', 7.10, NULL, NULL, 14.00, 'All Purpose Cleaner Spray-16004.jpeg', 'All Purpose Cleaner Spray-61830.jpeg', 'All Purpose Cleaner Spray-23511.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-26 13:44:06', '2024-01-26 13:44:06'),
(772, 'Method Gel Dish Soap', '8FBfnsSOQ', 10, 'Contains (6) 18 fluid ounce pump bottles of gel dishwashing liquid.\r\nDish soap with plant-based grease cutting power\r\nBiodegradable. Made without parabens or phthalates.\r\nUltra grease fighting formula for a sparkling clean.\r\nBottle (minus lid) made from 65% recycled plastic.\r\nCruelty free. Tested by people, not on animals.\r\nProudly doing business with a purpose.', 18.26, NULL, NULL, 29.94, 'Method Gel Dish Soap-85355.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-01-26 13:47:52', '2024-01-26 13:47:52'),
(773, 'lululemon Women\'s Straight-Leg Mid-Rise Luxtreme Regular Pant (Various)', 'qVhQ6Ub3Z', 2, 'lululemon Women\'s Straight-Leg Mid-Rise Luxtreme Regular Pant (Various)', 59.00, NULL, NULL, 128.00, 'lululemon Women\'s Straight-Leg Mid-Rise Luxtreme Regular Pant (Various)-15539.jpeg', 'lululemon Women\'s Straight-Leg Mid-Rise Luxtreme Regular Pant (Various)-53556.jpeg', 'lululemon Women\'s Straight-Leg Mid-Rise Luxtreme Regular Pant (Various)-33631.jpeg', 'Accessories', 3.0, NULL, 1, '2024-01-26 13:48:36', '2024-01-26 13:48:36'),
(774, 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt', 'kk9TjEeYQ', 5, 'Product Type:\r\nBaby fashion romper\r\nMaterial:\r\nCotton\r\ncolor:\r\nas picture or any colour you want.\r\n(Pls noted that it is 95%-98% similar to the pictures,but there will be a little difference due to monitors and lights.) Size:\r\n66cm,73cm,80cm,90cm(OEM can customize the size you need)', 7.20, NULL, NULL, 8.30, 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt-64356.jpeg', 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt-68765.jpeg', 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt-66617.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 13:50:23', '2024-01-26 13:50:23'),
(775, 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt', 'FtYffokyI', 5, 'Product Type:\r\nBaby fashion romper\r\nMaterial:\r\nCotton\r\ncolor:\r\nas picture or any colour you want.\r\n(Pls noted that it is 95%-98% similar to the pictures,but there will be a little difference due to monitors and lights.) Size:\r\n66cm,73cm,80cm,90cm(OEM can customize the size you need)', 7.20, NULL, NULL, 8.30, 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt-22717.jpeg', 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt-43190.jpeg', 'Eco Friendly Healthy Comfortable New Plain Full Baby Tshirt T-Shirt-79652.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 13:50:29', '2024-01-26 13:50:29'),
(776, 'Stainless Steel Bag Saver Medium', '8ViOSU8RQ', 7, 'fingerprint resistant\r\nconvenient storage solution\r\nquick and simple mounting\r\nDimensions: 3.25\" L x 6.75\" W x 12.25\" H', 8.99, NULL, NULL, 11.03, 'Stainless Steel Bag Saver Medium-57734.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-26 13:52:39', '2024-01-26 13:52:39'),
(777, 'City Adventurer Crossbody Bag 2.5L', '3hyJD1Ok9', 2, 'Designed for On the Move\r\nWater-Repellent Fabric', 39.00, NULL, NULL, 58.00, 'City Adventurer Crossbody Bag 2.5L-85304.jpeg', 'City Adventurer Crossbody Bag 2.5L-43353.jpeg', 'City Adventurer Crossbody Bag 2.5L-88003.jpeg', 'Accessories', 3.0, NULL, 1, '2024-01-26 13:55:44', '2024-01-26 13:55:44'),
(778, 'Work Gloves', 'YXevYYXNC', 14, 'INSULATED: 40g 3M Thinsulate technology combined with heavyweight fleece material will help regulate your body temperature and keep your hands warm in moderately cold weather\r\nTOUCHSCREEN GLOVES – The perfect blend of dexterity and durability, these can be used for smart phones, tablets, and any capacitive touch-screen devices at construction site, repair shop, or any jobsite\r\nIMPACT DURABILITY – Ergonomic designed D3O palm padding absorbs and dissipates vibration, while Thermoplastic Rubber (TPR) provides high impact knuckle protection on these heavy-duty gloves, meeting the ANSI Level 2 standard\r\nWATER & WIND RESISTANT SOFTSHELL: Smooth back of hand material prevents water from reaching hands while the laminated wind barrier provides critical wind resistance to stand up to the coldest days on the job\r\nSECURE FIT – Prevent gloves from slipping off and keep out dirt, debris, or snow with these secure fit gloves, equipped with a Thermoplastic Rubber (TPR) wrist closure and adjustable hook and loop design\r\nMACHINE WASHABLE – Wash in warm water and air dry to maintain long-term performance, then keep organized with our removal spring clips for easy storage', 34.70, NULL, NULL, 48.99, 'Work Gloves-14684.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-26 13:59:28', '2024-01-26 13:59:28'),
(779, '2022 Best Flexible Adjustable Desktop Baby Clip Fan,Mini Portable Rechargeable Clip Fan For Office,Bedroom,Kitchen etc', 'Dfh292Jli', 19, '3 wind speed \r\n● 1200mAh battery \r\n● 360° adjustable \r\n● Desktop&Clip 2 in1', 4.30, NULL, NULL, 5.50, '2022 Best Flexible Adjustable Desktop Baby Clip Fan,Mini Portable Rechargeable Clip Fan For Office,Bedroom,Kitchen etc-93104.jpeg', '2022 Best Flexible Adjustable Desktop Baby Clip Fan,Mini Portable Rechargeable Clip Fan For Office,Bedroom,Kitchen etc-75066.jpeg', '2022 Best Flexible Adjustable Desktop Baby Clip Fan,Mini Portable Rechargeable Clip Fan For Office,Bedroom,Kitchen etc-35418.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-26 13:59:56', '2024-01-26 13:59:56'),
(781, 'NEW Bissell 1605 SmartClean Automatic Robot Vacuum Cleaner Titanium Disco Teal', 'CiifuHn6g', 18, 'SmartClean Robot Vacuum\r\nLithium-Ion Battery\r\nDocking Station\r\nPower Adapter\r\nInvisible Wall\r\nDirt Bin Filter\r\nEdge Cleaning Brushes', 225.67, NULL, NULL, 227.95, 'NEW Bissell 1605 SmartClean Automatic Robot Vacuum Cleaner Titanium Disco Teal-62563.png', 'NEW Bissell 1605 SmartClean Automatic Robot Vacuum Cleaner Titanium Disco Teal-61978.png', 'NEW Bissell 1605 SmartClean Automatic Robot Vacuum Cleaner Titanium Disco Teal-87248.png', 'Accessories', 4.0, NULL, 1, '2024-01-26 14:02:42', '2024-01-26 14:02:42'),
(782, 'Scrubbing Bubbles', 'KphQPAa4n', 14, 'Disinfectant spray cleaner with a penetrating foam that takes on grime wherever it hides and kills 99.9% of viruses and bacteria\r\nThis multisurface bathtub cleaner, shower cleaner, tile cleaner removes 100% of soap scum and smells amazing\r\nEffective on multiple surfaces, including glazed ceramic tile, stainless steel, chrome fixtures, fiberglass, vinyl, glazed porcelain, glass, laminate, Corian, sealed granite and quartz surfaces', 6.85, NULL, NULL, 11.98, 'Scrubbing Bubbles-68823.jpeg', 'Scrubbing Bubbles-94628.jpeg', 'Scrubbing Bubbles-65044.jpeg', 'Groceries', 4.5, NULL, 1, '2024-01-26 14:05:12', '2024-01-26 14:05:12'),
(783, 'Leave me alone Freshwater Pearls Brooches', 'IFrspSDYo', 18, '11-12mm Freshwater Pearls Brooches\r\n\r\nS925 Plated Silver Parts\r\n\r\nGift box and Free Shipping', 39.26, NULL, NULL, 55.27, 'Leave me alone Freshwater Pearls Brooches-90929.jpg', 'Leave me alone Freshwater Pearls Brooches-69314.jpg', 'Leave me alone Freshwater Pearls Brooches-96696.jpg', 'Jewelry', 5.0, NULL, 1, '2024-01-26 14:05:45', '2024-01-26 14:05:45'),
(784, 'Leave me alone Freshwater Pearls Brooches', 'ANnBfcLFp', 18, '11-12mm Freshwater Pearls Brooches\r\n\r\nS925 Plated Silver Parts\r\n\r\nGift box and Free Shipping', 39.26, NULL, NULL, 55.27, 'Leave me alone Freshwater Pearls Brooches-64484.jpg', 'Leave me alone Freshwater Pearls Brooches-97252.jpg', 'Leave me alone Freshwater Pearls Brooches-80302.jpg', 'Jewelry', 5.0, NULL, 1, '2024-01-26 14:05:48', '2024-01-26 14:05:48'),
(785, 'Baby bath tub set', 'GJaKxOdkN', 19, 'Material:\r\nPVC+Steel+Plastic\r\nColour:\r\nFollow the customer design\r\nSpeiffication:\r\n3 Big storage\r\nSuitable age:\r\nFrom birth -3 years old 15Kgs or 35Lbs\r\nMOQ:\r\n210pcs\r\nG.W/N.W:\r\n14Kgs/12.5Kgs', 20.00, NULL, NULL, 40.00, 'Baby bath tub set-40567.jpeg', 'Baby bath tub set-26977.jpeg', 'Baby bath tub set-49130.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-26 14:06:29', '2024-01-26 14:06:29'),
(786, 'ILIFE V3s Robot Vacuum Cleaner, Diet, Mop, Dust,Sterilize, Floor, Pet,Hair, Home', 'Yv2OVKibq', 18, 'ILIFE V3s Robotic Vacuum Cleaner for Pets and Allergies Home, Pearl White\r\n\r\n-3 inch sleek slim design, allows V3s to clean more hard to reach place.\r\n\r\n-55db around low noise during working, brings a comfortable surroundings.\r\n\r\n-14 sets of smart sensors built in, avoids V3s bumping around or dropping off stairs.\r\n\r\n-15mm Obstacle-climb degrees, provides a multi-Floor Surface Cleaning.\r\n\r\n-2600mah fade-free battery, delivers a 100 minutes around constant cleaning.\r\n\r\n-4 cleaning models for choosing, easy operation on remote control or just touch \"clean\" on V3s.\r\n\r\nVacuuming sweeping mopping all in one, for entirely thoroughly cleaning.\r\nWith pet hair care technology, focus on picking up hairs, dirt, debris.\r\nLow profile design to clean under beds, sofa where dirt hides\r\nSelf-charging, programmable schedule, smart sensors for anti-bump, avoid dropping\r\nEasy operation with remote control, or auto clean all at one touch.', 220.40, NULL, NULL, 280.87, 'ILIFE V3s Robot Vacuum Cleaner, Diet, Mop, Dust,Sterilize, Floor, Pet,Hair, Home-70480.png', 'ILIFE V3s Robot Vacuum Cleaner, Diet, Mop, Dust,Sterilize, Floor, Pet,Hair, Home-29951.png', 'ILIFE V3s Robot Vacuum Cleaner, Diet, Mop, Dust,Sterilize, Floor, Pet,Hair, Home-77309.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 14:08:37', '2024-01-26 14:08:37'),
(787, 'Women\'s Top Grade Pave Crystal Heart & Cross Gold Plated Pendant Valentine Gifts', 'OxgOefHkb', 10, 'This piece can be worn for weddings and engagements or gifted for birthdays and holidays. There is something for every budget and every occasion here at our store', 47.17, NULL, NULL, 59.00, 'Women\'s Top Grade Pave Crystal Heart & Cross Gold Plated Pendant Valentine Gifts-72369.jpg', 'Women\'s Top Grade Pave Crystal Heart & Cross Gold Plated Pendant Valentine Gifts-54412.jpg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-26 14:12:50', '2024-01-26 14:12:50'),
(788, 'Lightweight Corded Bagless Stick Vacuum, Dirt,Clean,Wheel,Dust,Roller,Floor,Tool', 'cEEKhqT47', 18, 'Dirt Devil Simpli-Stik Lightweight Corded Bagless Stick\r\nVacuum\r\n\r\nThe Dirt Devil Versa Power is a one step solution for quick and convenient cleanups. This versatile unit functions as a stick vac, hand vac, and a utility vac all in one. The vacuum cleaner’s lightweight design makes it simple to transport from room to room, while its easy-empty dirt cup means no more bags to buy. An onboard crevice tool comes included, which allows for cleaning hard to reach areas like between couch cushions, along baseboards, or under furniture and appliances. Great for multi-purpose cleaning.', 34.49, NULL, NULL, 40.86, 'Lightweight Corded Bagless Stick Vacuum, Dirt,Clean,Wheel,Dust,Roller,Floor,Tool-84472.png', 'Lightweight Corded Bagless Stick Vacuum, Dirt,Clean,Wheel,Dust,Roller,Floor,Tool-60833.png', 'Lightweight Corded Bagless Stick Vacuum, Dirt,Clean,Wheel,Dust,Roller,Floor,Tool-91092.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 14:15:40', '2024-01-26 14:15:40'),
(789, 'Silicon Molten Lava Cake Molds', 'it7P3E7Jv', 10, 'Designed to bake individual molten lava cake in the microwave and then eat warm\r\nIncludes a recipe booklet for making homemade desserts within 3 easy steps and 5 minutes\r\nSuitable in a healthy and well-balanced diet; small and individual portions\r\nPersonalize each individual mold with a different cake recipe according to taste\r\nDishwasher safe and easy cleaning; non-stick properties allows easy cleaning', 10.00, NULL, NULL, 25.00, 'Silicon Molten Lava Cake Molds-95098.jpeg', 'Silicon Molten Lava Cake Molds-24544.jpeg', 'Silicon Molten Lava Cake Molds-25750.jpeg', 'Groceries', 4.5, NULL, 1, '2024-01-26 14:16:19', '2024-01-26 14:16:19'),
(790, 'Rollibot Robot Vacuum Cleaner, Diet, Mop, Dust, Sterilize,Floor, Pet, Hair, Home', 'tTFNeoret', 18, 'ROLLIBOT – Quiet Robotic Vacuum Cleaner. Vacuum’s, Sweeps, Mops with UV Light Sterilization for Hardwood, Tile, and Linoleum.\r\n\r\nThe Smart Choice for You and Your Family\r\n\r\n*************************************\r\n\r\nThe RolliBot BL618 robot sweeper is the best affordable robotic cleaner for your home! The RolliBot BL618 floor cleaning robot conquers messes by thoroughly vacuuming, sweeping, mopping, and UV sterilizing. The BL618 floor cleaning robot’s dual rotating sweepers bring in dander, pollen, and other pieces of debris.', 260.49, NULL, NULL, 280.84, 'Rollibot Robot Vacuum Cleaner, Diet, Mop, Dust, Sterilize,Floor, Pet, Hair, Home-63924.png', 'Rollibot Robot Vacuum Cleaner, Diet, Mop, Dust, Sterilize,Floor, Pet, Hair, Home-37901.png', 'Rollibot Robot Vacuum Cleaner, Diet, Mop, Dust, Sterilize,Floor, Pet, Hair, Home-29747.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 14:20:29', '2024-01-26 14:20:29'),
(791, 'WPC door', 'yAumv0FDW', 19, 'PRODUCT DESCRIPTION\r\nName\r\nWPC DoOR\r\nMaterial\r\nPVC+ Wood\r\nColor\r\nCustom-Made\r\nSurface Texture PVC Film/Painting\r\nPopular Size\r\n800/900*2100MM\r\nHotel, Villa, Apartment, Office Building, Hospital,\r\nApplication\r\nSchool, Mall,Leisure Facilities and so on.\r\nPlace of Origin\r\n7 SHANDONG ,CHINA\r\nInstallation\r\nSame With Wood Door\r\nMoq\r\n10set', 75.00, NULL, NULL, 88.00, 'WPC door-53591.jpeg', 'WPC door-10221.jpeg', 'WPC door-27228.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-26 14:22:36', '2024-01-26 14:22:36'),
(793, 'VIOLET HARPER ELANA LINK NECKLACE + EARRING Set New With Tags MS', 'XcpJ82G3e', 12, 'VIOLET HARPER ELANA LINK NECKLACE EARRING Set New With Tags MSRP 55\r\n\r\nElevate your jewelry collection with the VIOLET HARPER ELANA LINK NECKLACE EARRING Set, a stunning addition to any outfit. The set includes a beautiful, gold-colored necklace and matching earrings, featuring the signature VIOLET HARPER brand. A perfect piece for any occasion, the set is sure to turn heads and add a touch of elegance to your style.\r\n\r\nCrafted with the utmost care and attention to detail, this jewelry set is brand new with tags and has never been worn. The necklace is designed with a unique link chain that complements any outfit, and the earrings are the perfect size to add just the right amount of sparkle. Don\'t miss out on this exquisite set, perfect for yourself or as a gift for someone special.', 154.25, NULL, NULL, 188.90, 'VIOLET HARPER ELANA LINK NECKLACE + EARRING Set New With Tags MS-87628.jpg', 'VIOLET HARPER ELANA LINK NECKLACE + EARRING Set New With Tags MS-58218.jpg', 'VIOLET HARPER ELANA LINK NECKLACE + EARRING Set New With Tags MS-89417.jpg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-26 14:22:53', '2024-01-26 14:22:53'),
(794, 'Sweet Sue Chunk White Chicken', 'IyFU4te3N', 17, 'PREMIUM WHITE CHICKEN: Premium, high-quality chunk white chicken will satisfy you when you want a tasty and healthy snack, lunch or dinner\r\nGOOD SOURCE OF PROTEIN: This 24 pack of 5 ounce cans of Sweet Sue premium chunk chicken contains 11 grams of lean protein per serving\r\nCONVENIENT PANTRY INGREDIENT: Enjoy a can of chicken as a great-tasting, protein-packed addition to any snack, lunch or dinner recipe such as pasta or casseroles\r\nPERFECT FOR CHICKEN RECIPES: Sweet Sue canned chicken is the perfect choice for all your favorite family recipes and is a great food for those on a ketogenic (keto) diet\r\nCANNED CHICKEN: High-quality canned chicken is keto friendly and gluten free', 21.14, NULL, NULL, 42.67, 'Sweet Sue Chunk White Chicken-75184.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 14:23:23', '2024-01-26 14:23:23'),
(795, 'Samsung Jet Bot+ Robot Vacuum Cleaner W/Clean Station, Automatic, White', '9gYROOCtd', 18, 'The new Samsung Jet Bot Robot Vacuum Cleaner Clean Station with advanced LiDAR sensors uses precision mapping to clean your home more efficiently, using detailed floor maps controlled via your mobile device. Identify the type of floor surface and power needed to clean thoroughly and deeper into carpets with power control technology. Use the touchless, hygienic Clean Station to automatically empty the dustbin and prevent dust from being released back into your home. Comprehensive 5-layer HEPA filtration system traps up to 99.99% of dust. Select where the cordless vacuum should or should not clean right from your smartphone. Jet Bot recognizes rooms and cleans areas selectively based on your preferences.', 779.97, NULL, NULL, 850.30, 'Samsung Jet Bot+ Robot Vacuum Cleaner W/Clean Station, Automatic, White-26729.png', 'Samsung Jet Bot+ Robot Vacuum Cleaner W/Clean Station, Automatic, White-29486.png', 'Samsung Jet Bot+ Robot Vacuum Cleaner W/Clean Station, Automatic, White-29098.png', 'Accessories', 4.0, NULL, 1, '2024-01-26 14:26:08', '2024-01-26 14:26:08'),
(796, 'Wooden Door', 'Z5ebUYrhh', 19, 'Material\r\nWood\r\nSize\r\nStandard\r\nColor\r\nPicture', 350.00, NULL, NULL, 459.09, 'Wooden Door-76377.jpeg', NULL, NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-26 14:26:26', '2024-01-26 14:26:26'),
(797, 'Vintage Antique Indian Doors, Indian Reproduction Furniture Supplier', 'SAKaCfpFN', 19, 'A wide array of superlative antique doors is offered by us. In a short period of time, we have established ourselves as the most illustrious antique iron and wood doors suppliers in India. The antique wood doors are obtained from reliable sources. Our antique wood doors come in various shapes & sizes along with various enchanting designs engraved on them. Our antique iron doors and antique wood doors are highly reliable and last for a longer period of time.', 860.00, NULL, NULL, 950.00, 'Vintage Antique Indian Doors, Indian Reproduction Furniture Supplier-67607.jpeg', 'Vintage Antique Indian Doors, Indian Reproduction Furniture Supplier-97212.jpeg', 'Vintage Antique Indian Doors, Indian Reproduction Furniture Supplier-12661.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-26 14:31:39', '2024-01-26 14:31:39'),
(798, 'Rhodium Plated Adjustable Slide Crystal Tennis Bracelet', 'GMqoDZYEE', 18, 'Add a touch of elegance to your look with this stunning Rhodium Plated Adjustable Slide Crystal Tennis Bracelet. The sleek silver color and colorless crystals make it a great addition to any outfit. The bracelet features a slide closure for easy adjustment and comfort. The box chain adds a unique touch of style, while the crystal stone brings a touch of sophistication. This bracelet is perfect for any occasion and will make a great addition to your jewelry collection.\r\n\r\nWidth: 0.2\"\r\n\r\nLength: 10\"', 15.54, NULL, NULL, 27.00, 'Rhodium Plated Adjustable Slide Crystal Tennis Bracelet-48195.png', 'Rhodium Plated Adjustable Slide Crystal Tennis Bracelet-24272.png', 'Rhodium Plated Adjustable Slide Crystal Tennis Bracelet-85546.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-26 14:31:59', '2024-01-26 14:31:59'),
(799, 'Hitech interior doors with glass white simple wood door soundproof other solid teak interior wooden door for hotel bedroom', 'NRWwbmQ35', 19, 'White&3D, glossy, Matt black, veneer&groove, veneer&lines', 135.00, NULL, NULL, 188.00, 'Hitech interior doors with glass white simple wood door soundproof other solid teak interior wooden door for hotel bedroom-39084.jpeg', 'Hitech interior doors with glass white simple wood door soundproof other solid teak interior wooden door for hotel bedroom-46696.jpeg', 'Hitech interior doors with glass white simple wood door soundproof other solid teak interior wooden door for hotel bedroom-73875.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-26 14:42:27', '2024-01-26 15:42:13'),
(800, 'PVC Door Vacuum', '5rcthvofr', 19, 'Wood Grain, Stone Grain, Solid, Fabric Grain, etc. Kitchen cabinet door, Cabinet door, Wardrobe door', 32.86, NULL, NULL, 40.86, 'PVC Door Vacuum-61049.jpeg', 'PVC Door Vacuum-86285.jpeg', 'PVC Door Vacuum-57830.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 14:50:20', '2024-01-26 14:50:20'),
(801, 'BEN’S ORIGINAL READY RICE Whole Grain Brown', '4LoOj3YOX', 14, 'Six 8.8 oz pouches of BEN\'S ORIGINAL Ready Rice Whole Grain Brown Rice\r\nEasy microwave rice that provides the delicious and wholesome taste of whole grain brown rice in just 90 seconds\r\nEach rice pouch contains parboiled long grain brown rice with a chewy texture and nutty aroma\r\nServe this parboiled rice plain or pair it with your favorite meats and stir frys as a satisfying rice side dish\r\nMicrowave the rice pouch for 90 seconds, or pour the contents into a skillet and heat thoroughly before serving', 10.62, NULL, NULL, 13.98, 'BEN’S ORIGINAL READY RICE Whole Grain Brown-76454.jpeg', 'BEN’S ORIGINAL READY RICE Whole Grain Brown-24480.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-01-26 15:01:00', '2024-01-26 15:01:00'),
(802, 'Mini Washing Machine, Automatic Portable Washer Machine For Underwear Baby Cloth', 'LSrbdhBoG', 18, 'Mini Washing Machine Automatic Portable Washer Machine Underwear Handheld Easy Storage Baby Clothes\r\n\r\nCertifications: FCC,UL,ETL,RoHS,CE\r\n\r\nOperating Voltage: 220V (included)-240V (included)\r\n\r\nPlug Specification: British Specification Plug', 62.43, NULL, NULL, 66.77, 'Mini Washing Machine, Automatic Portable Washer Machine For Underwear Baby Cloth-42565.png', 'Mini Washing Machine, Automatic Portable Washer Machine For Underwear Baby Cloth-64773.png', 'Mini Washing Machine, Automatic Portable Washer Machine For Underwear Baby Cloth-29414.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 15:06:01', '2024-01-26 15:06:01'),
(803, 'Matt decorative film vacuum furniture pvc foil for mdf/Wardrobe/Entrance Door/Kitchen Door', 'BpMQowGdF', 19, 'Brand\r\nLONMAY\r\nAdhesive features\r\nPermanent, Removable\r\nAdhesive power\r\n18N/25mm', 0.20, NULL, NULL, 0.30, 'Matt decorative film vacuum furniture pvc foil for mdf/Wardrobe/Entrance Door/Kitchen Door-25650.jpeg', 'Matt decorative film vacuum furniture pvc foil for mdf/Wardrobe/Entrance Door/Kitchen Door-61149.jpeg', 'Matt decorative film vacuum furniture pvc foil for mdf/Wardrobe/Entrance Door/Kitchen Door-97938.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 15:06:33', '2024-01-26 15:06:33'),
(804, 'Everbilt Corrugated Washing Machine Discharge Hose 8ft Hose Clamp Included', 'KyEBGrop6', 18, 'Place your washing machine where you want with this 8 ft. Corrugated Washing Machine Discharge Hose by Everbilt. The flexible hose can connect to hot and cold water washers and go into tight areas without kinking. Cut your hose to the right size with the removable 180-degree hook.\r\n\r\nCorrugated hose is more flexible and lessens the chance of kinking\r\nHose is 8 ft., including hook\r\nUniversal adapter on one end fits 1 in., 1-1/8 in. and 1-1/4 in., stubs\r\nRemovable 180-degree hook helps to hold the hose in place\r\nCut the hose length to match the distance to your drain\r\nGreat item for do-it-yourselfer', 7.91, NULL, NULL, 7.99, 'Everbilt Corrugated Washing Machine Discharge Hose 8ft Hose Clamp Included-36619.png', 'Everbilt Corrugated Washing Machine Discharge Hose 8ft Hose Clamp Included-85595.png', NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-26 15:11:22', '2024-01-26 15:11:22'),
(805, 'Little Bellies Organic Strawberry Pick-Me Sticks, Baby Snacks', 'VK3kysym7', 14, 'Baby Bellies Organic Pick-Me Sticks Strawberry Puff Snacks are deliciously crisp organic corn puff sticks sprinkled with strawberry that melt in the mouth for safe self-feeding are ideal for first-stage snacking.\r\nWholesome Bites for Tots: These puffed multigrain snack sticks are baked, not fried, for a perfectly crispy and crunchy snack that will keep hungry tummies happy for toddlers on the move\r\nFood Exploration: Our Little Bellies snacks have been developed just for tots under our \'Toddlers in Training\' range, with a whole new world of flavors and food experiences to support this exciting time of exploration\r\nToddlers in Training: Our Little Bellies range includes snacks with more adventurous textures, shapes and flavors to encourage their positive transition to toddlerhood\r\nNatural and Certified Organic: We make the best possible foods we can for babies and toddlers, ensuring they are appropriate and safe for growing little bellies; Our snacks are all natural and Certified Organic', 5.76, NULL, NULL, 9.60, 'Little Bellies Organic Strawberry Pick-Me Sticks, Baby Snacks-47038.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 15:11:39', '2024-01-26 15:11:39'),
(806, 'solid wood cabinet door', 'wr0vASFTD', 5, 'Warranty\r\n1 Year\r\nAfter-sale Service\r\nOnline technical support\r\nProject Solution Capability\r\ngraphic design\r\nApplication\r\nApartment\r\nDesign Style\r\nModern\r\nPlace of Origin\r\nChina', 20.00, NULL, NULL, 25.00, 'solid wood cabinet door-57733.jpeg', 'solid wood cabinet door-43163.jpeg', 'solid wood cabinet door-15984.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 15:12:05', '2024-01-26 15:12:05'),
(807, 'Mini Washing Machine, Washing Machine, Automatic Compact Laundry Machine For Tri', 'ibg4YGVfU', 18, 'Mini Washing Machine, Washing Machine, Automatic Compact Laundry Machine For Trip, Apartment(White, 4-Speed Adjustment)\r\n\r\nItem Condition: New\r\n\r\nColor: White, 4-Speed Adjustment', 33.99, NULL, NULL, 37.00, 'Mini Washing Machine, Washing Machine, Automatic Compact Laundry Machine For Tri-23792.png', 'Mini Washing Machine, Washing Machine, Automatic Compact Laundry Machine For Tri-31090.png', 'Mini Washing Machine, Washing Machine, Automatic Compact Laundry Machine For Tri-39775.png', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-26 15:16:36', '2024-01-26 15:16:36'),
(808, 'Smart Energy', 'JzxFgE8XE', 10, 'ENERGY TO OVERACHIEVE - Formulated with 200mg of InnovaTea Naturally Derived Caffeine produced from tea leaves that delivers anytime energy and alertness. Conquer any task from work to play, gaming to studying, partying to planning to pre workout\r\nSUGAR-FREE BEVERAGE FOR MEN & WOMEN - Zero sugar, zero calories, and zero carbs in every delicious serving, with no artificial colors or dyes\r\nDELICIOUS FLAVORS UNLIKE ANYTHING ON THE MARKET - Icy Blue Razz, Black Cherry, Strawberry Guava, Tropical Passionfruit, Blood Orange Yuzu, Cherry Berry Lime, Watermelon Burst, and Peach Mango Nectar.\r\nPACKAGING MAY VARY* - New Look, Same C4 Smart Energy!\r\nC4 SUGAR-FREE ENERGY DRINK - America\'s Number 1 Selling Pre-Workout Brand has been trusted since 2011 with over 2 billion servings sold* C4 Energy offers a delicious way to help awaken your super and conquer your goals.', 12.51, NULL, NULL, 25.25, 'Smart Energy-28468.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 15:17:00', '2024-01-26 15:17:00'),
(809, 'Portable Mini Wash Machine Compact Twin Tub 13Lbs Top Load Washer Spin Dryer', 'erIlx8zJ0', 18, 'Portable Mini Wash Machine Compact Twin Tub 13Lbs Top Load Washer Spin Dryer\r\n\r\nCondition: New\r\n\r\nMpn: Gsd-H01-1568A\r\n\r\nColor: White\r\n\r\nModel: Wash Machine\r\n\r\nInstallation: .\r\n\r\nLoad Type: Top Load', 164.99, NULL, NULL, 200.76, 'Portable Mini Wash Machine Compact Twin Tub 13Lbs Top Load Washer Spin Dryer-98407.png', 'Portable Mini Wash Machine Compact Twin Tub 13Lbs Top Load Washer Spin Dryer-76741.png', 'Portable Mini Wash Machine Compact Twin Tub 13Lbs Top Load Washer Spin Dryer-28878.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-26 15:19:52', '2024-01-26 15:19:52'),
(810, 'OREO Thins Dark Chocolate', 'WO4E8y7CI', 10, 'Bulk pack contains 12 individually wrapped family size packs of OREO Thins Dark Chocolate Flavored Creme Chocolate Sandwich Cookies (packaging may vary)\r\nThis treat pairs two thin, crispy chocolate cookies with a dark chocolate flavored creme\r\nKosher OREO chocolate sandwich cookies are great to help unleash your playful spirit after work or a long day\r\nResealable packs help your cookies stay fresh, which means you can look forward to a crisp creme-filled cookie whenever you\'re ready for a sweet treat\r\nCocoa Life: 100% Sustainably Sourced Cocoa; OREO partners with Cocoa Life to help support sustainable cocoa sourcing, see the Cocoa Life website for details', 25.34, NULL, NULL, 42.13, 'OREO Thins Dark Chocolate-41181.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-26 15:23:16', '2024-01-26 15:41:32'),
(811, 'Costway Portable Mini Washing Machine Washer Compact Twin Tub 20 lbs Spin', '0vqOrfTcr', 18, 'Costway Portable Mini Washing Machine Washer Compact Twin Tub 20 lbs Spin\r\n\r\ncondition: New\r\n\r\nFeatures: \"Portable\", \"Mini\", \"Easy operation\", \"High quality\"\r\n\r\nItem Width: 14 in\r\n\r\nItem Height: 28.5 in\r\n\r\nMaterial: PP,Aluminum\r\n\r\nSize: 24.8\"x14\"x28.5\"(L x W x H)\r\n\r\nStyle: Modern\r\n\r\nMount Type: Free Standing\r\n\r\nVoltage: 110V/60Hz\r\n\r\nSet Includes: 1 Agitator Washing Machine\r\n\r\nWeight: 28.5 lbs\r\n\r\nAssembly Required: No\r\n\r\nFirmness: Firm\r\n\r\nNumber of Items in Set: One-Piece\r\n\r\nProduct: Washer\r\n\r\nAssembly Status: Fully Assembled\r\n\r\nDepartment: Adults\r\n\r\nIndoor/Outdoor: Indoor\r\n\r\nRoom: Laundry/Utility Room\r\n\r\nPower Source: Electric\r\n\r\nMPN: EP21684\r\n\r\nLoad Type: Top Load\r\n\r\nWasher Capacity: 17.6 lb\r\n\r\nColor: White/Blue\r\n\r\nInstallation: Portable\r\n\r\nType: Agitator Washing Machine\r\n\r\nModel: EP21684\r\n\r\nMPN: EP21684', 251.99, NULL, NULL, 289.65, 'Costway Portable Mini Washing Machine Washer Compact Twin Tub 20 lbs Spin-64808.png', 'Costway Portable Mini Washing Machine Washer Compact Twin Tub 20 lbs Spin-66286.png', 'Costway Portable Mini Washing Machine Washer Compact Twin Tub 20 lbs Spin-94983.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-26 15:23:29', '2024-01-26 15:23:29'),
(812, 'Mini Washing Machine, 3.8L Usb Powered Desktop Laundry Washer Portable Electric', 'nJOUwRMnj', 18, 'Mini Washing Machine, 3.8L Usb Powered Desktop Laundry Washer Portable Electric Washing Machine For Home Apartment Dorm Rvs Small Places And Outdoor Camping Travel Use\r\n\r\nItem Condition: New\r\n\r\nColor: Defult', 37.99, NULL, NULL, 40.20, 'Mini Washing Machine, 3.8L Usb Powered Desktop Laundry Washer Portable Electric-20997.png', 'Mini Washing Machine, 3.8L Usb Powered Desktop Laundry Washer Portable Electric-54400.png', 'Mini Washing Machine, 3.8L Usb Powered Desktop Laundry Washer Portable Electric-35427.png', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-26 15:27:58', '2024-01-26 15:27:58'),
(813, 'Fisher Pecan', 'RMOHLaP2D', 14, 'Rich and Buttery Flavor ─ Fisher Pecans add a sweet and buttery flavor and crunchy and crumbly texture to baked goods, salads, and snacks. Plain and unsalted, they can be eaten raw from the bag, roasted, candied, and used in a wide variety of recipes\r\nFisher Fresh ─ Fisher\'s Freshness Seal locks in flavor and re-seals our stand up resealable bag to keep nuts fresh even after opening. It allows you to bring pecans to work or school, have them on the go, or at home.\r\nNorth American Pecans ─ Fisher Pecans are grown in the southern United States and Mexico. They contain no preservatives and are Non-GMO Project verified, naturally gluten free, American Heart Association certified, and certified Kosher.\r\nRecipe Versatile ─ Perfect for pecan pies, cookies, cakes, praline pecans, candied pecans, and glazed pecans, pecans also add crunch and flavor as salad toppers. They can be used in healthy snacks, like chex mix or roasted pecans, or indulgent snacks, like honey roasted pecans or roasted salted pecans.\r\nAbout Fisher – We are committed to bringing you the Fisher quality you trust. We have been delivering quality nuts for 100 years and we oversee the whole journey, from the farm to your kitchen.', 11.11, NULL, NULL, 14.81, 'Fisher Pecan-75793.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-26 15:30:06', '2024-01-26 15:30:06'),
(814, 'Portable Washing Machine, Washing Machine Cleaner, 4.5L 10Min Small Washing Mach', 'fFgiaDRUB', 18, 'Portable Washing Machine, Washing Machine Cleaner, 4.5L 10Min Small Washing Machine, Electric Underwear Blue Light Laundry Washer With Draining Bask, For Home, Business, Travel, College Room, Rv\r\n\r\nItem Condition: New\r\n\r\nProduct Dimension: X X', 112.99, NULL, NULL, 150.72, 'Portable Washing Machine, Washing Machine Cleaner, 4.5L 10Min Small Washing Mach-96411.png', 'Portable Washing Machine, Washing Machine Cleaner, 4.5L 10Min Small Washing Mach-99317.png', 'Portable Washing Machine, Washing Machine Cleaner, 4.5L 10Min Small Washing Mach-62399.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 15:31:51', '2024-01-26 15:31:51'),
(815, 'RALPH LAUREN WILTON SILVER BIRCH 3pc HAND 2 WASH CLOTH NWT', 'MTafEgP7j', 18, 'WILTON\r\n\r\nBy: RALPH LAUREN\r\n\r\nColor: SILVER BIRCH BEAUTIFUL COLOR\r\n\r\nCrafted from soft, thick, cotton specially designed to wick moisture away and dry faster.\r\n\r\n Specially engineered yarn gives this towel superior absorbency, loft and a soft hand feel, while making it virtually lint free.\r\n\r\noe\" sateen hems.\r\n\r\n3pc Hand towels. 16? x 32?\r\n\r\n2pc Wash cloths 13\" x 13\"\r\n\r\n100% cotton\r\n\r\nMachine washable', 73.94, NULL, NULL, 75.69, 'RALPH LAUREN WILTON SILVER BIRCH 3pc HAND 2 WASH CLOTH NWT-66164.png', 'RALPH LAUREN WILTON SILVER BIRCH 3pc HAND 2 WASH CLOTH NWT-98475.png', 'RALPH LAUREN WILTON SILVER BIRCH 3pc HAND 2 WASH CLOTH NWT-11797.png', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-26 15:38:28', '2024-01-26 15:38:28'),
(816, 'Perfect aluminum door for furniture with customize profile size and color modern', 'ERui50n9L', 19, 'Perfect aluminum door for furniture with customize profile size and color modern OEM, ODM artispace', 5.40, NULL, NULL, 6.50, 'Perfect aluminum door for furniture with customize profile size and color modern-61764.jpeg', 'Perfect aluminum door for furniture with customize profile size and color modern-10338.jpeg', 'Perfect aluminum door for furniture with customize profile size and color modern-48711.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 15:40:07', '2024-01-26 15:40:07'),
(817, 'RALPH LAUREN WILTON PURPLE SAGE 2pc HAND 2pc WASH TOWELS', 'bhNhBeWdW', 18, 'WILTON\r\n\r\nBy: RALPH LAUREN\r\n\r\nColor: PURPLE SAGE\r\n\r\nCrafted from soft, thick, cotton specially designed to wick moisture away and dry faster.\r\n\r\n? Specially engineered yarn gives this towel superior absorbency, loft and a soft hand feel, while making it virtually lint free.', 64.34, NULL, NULL, 64.99, 'RALPH LAUREN WILTON PURPLE SAGE 2pc HAND 2pc WASH TOWELS-72053.png', 'RALPH LAUREN WILTON PURPLE SAGE 2pc HAND 2pc WASH TOWELS-89558.png', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 15:44:04', '2024-01-26 15:44:04'),
(818, 'Quaker Oatmeal Squares', 'ZbLOeOchB', 10, 'Quaker Oatmeal Squares Is good for break fast', 7.40, NULL, NULL, 9.19, 'Quaker Oatmeal Squares-87975.jpeg', 'Quaker Oatmeal Squares-19485.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-01-26 15:45:19', '2024-01-26 15:45:19'),
(819, 'Fancy wooden double door', 'dBdHHjEyq', 19, 'ain M latenal\r\nWooden\r\nColor\r\nas picture\r\nSize\r\n Customized Size\r\nUssge\r\n House Building\r\nApplication\r\n interior\r\nStyle\r\n modem', 95.00, NULL, NULL, 125.00, 'Fancy wooden double door-15012.jpeg', 'Fancy wooden double door-22577.jpeg', 'Fancy wooden double door-69469.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 15:46:25', '2024-01-26 15:46:25'),
(820, '6 Unused 2010 4\' Fluidmaster Washing Machine Hoses 3/4\" Coupling \"Lead Free', 'yKjMsS24t', 18, 'These are 6 Fluidmaster 48 inch washing machine supply lines or hoses. (Only photographed 2-- the other 4 are exactly the same). They are silver tone braided metal (steel I think). Made in China. Each end has a 3/4\" hose coupling with a built-in washer. The paper tag states \"Lead Free\" with an asterisk stating \"Contains a weighted average lead content of - 0.25 %\". These are new and have never been used. I think it would be considered new old stock. The tag says Nov-10 which I think means November 2010. I was having some bathroom remodeling done and the plumber sent me to buy these supply hoses. It turned out my fittings were metric and I had to buy brass fittings to convert the hoses. The plumber never came back. I hired a new plumber who supplied everything. I have these hoses left over. I am downsizing and am selling most everything. Non-smoking household (probably does not matter with hoses).', 24.64, NULL, NULL, 25.89, '6 Unused 2010 4\' Fluidmaster Washing Machine Hoses 3/4\" Coupling \"Lead Free-95282.png', '6 Unused 2010 4\' Fluidmaster Washing Machine Hoses 3/4\" Coupling \"Lead Free-64946.png', '6 Unused 2010 4\' Fluidmaster Washing Machine Hoses 3/4\" Coupling \"Lead Free-22398.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 15:49:40', '2024-01-26 15:49:40'),
(821, '23AA89 LG WAVE CONTROL PANEL FOR WASHING MACHINE, VERY GOOD CONDITION', '2KgLgITsl', 18, 'LG WAVE CONTROL PANEL FOR WASHING MACHINE, VERY GOOD CONDITION\r\n\r\nITEM CODE:\r\n\r\n23AA\r\n89\r\n\r\n17-Jan\r\n\r\nCURB\r\n23046X-23AA89\r\n\r\nLG WAVE CONTROL PANEL FOR WASHING MACHINE\r\nVGC\r\nP50098\r\n\r\n#9 SW\r\n\r\n29X12X9 SD\r\n\r\n149.93\r\n#13', 140.19, NULL, NULL, 149.93, '23AA89 LG WAVE CONTROL PANEL FOR WASHING MACHINE, VERY GOOD CONDITION-30590.png', '23AA89 LG WAVE CONTROL PANEL FOR WASHING MACHINE, VERY GOOD CONDITION-28092.png', '23AA89 LG WAVE CONTROL PANEL FOR WASHING MACHINE, VERY GOOD CONDITION-55959.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-26 15:52:37', '2024-01-26 15:52:37'),
(822, 'High speed interior door windproof fabric steel roller shutter door', 'JWNIiXY8c', 5, 'Cutedoor high speed door is usually used wherever goods traffic occurs and where the doors have to fulfill special requirements. In the food and beverage industry, or Medical industry for example, special climatic conditions have to prevail.', 950.00, NULL, NULL, 1500.00, 'High speed interior door windproof fabric steel roller shutter door-36543.jpeg', 'High speed interior door windproof fabric steel roller shutter door-94913.jpeg', 'High speed interior door windproof fabric steel roller shutter door-21943.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 15:55:00', '2024-01-26 15:55:00'),
(823, 'Smucker’s Magic Shell Caramel', '3ZEjASyes', 17, 'Velvety caramel flavor in a fun ice cream topping\r\nTopping freezes in seconds to create a candy-coated shell that can be broken and mixed right in with the ice cream\r\nA one-of-a-kind ice cream topping that makes every scoop more fun\r\nDrizzle over cheesecake or bon bons for a dessert with a delicious crunch', 11.70, NULL, NULL, 16.72, 'Smucker’s Magic Shell Caramel-66871.jpeg', 'Smucker’s Magic Shell Caramel-48175.jpeg', 'Smucker’s Magic Shell Caramel-16891.jpeg', 'Groceries', 3.5, NULL, 1, '2024-01-26 15:55:59', '2024-01-26 15:55:59'),
(824, 'DRAGON SONIC Sun Protection Washing Machine Dust Proof Cover, Refrigerator Dust', 'RKZfnenRW', 18, 'The cloth cover will protect your refrigerator and washing machine from dust. It is able to protect the washing machine and will reduce the affection caused by the dampness. Best tool in the your house, are you still worry about the dusty?', 23.26, NULL, NULL, 25.99, 'DRAGON SONIC Sun Protection Washing Machine Dust Proof Cover, Refrigerator Dust-37643.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-26 15:57:21', '2024-01-26 15:57:21'),
(825, 'Mini Compact Twin Tub Portable Washing Machine 17.6Lbs Washer W/ Wash And Spin', 'pGreQHsvo', 18, 'Mini Compact Twin Tub Portable Washing Machine 17.6Lbs Washer W/ Wash And Spin\r\n\r\nCondition: New\r\n\r\nColor: White And Blue\r\n\r\nModel: Wash Machine\r\n\r\nPower Source: Electric\r\n\r\nWash Programs: Quick Wash Twin Tub\r\n\r\nInstallation: Freestanding\r\n\r\nFunctions: Eco-Mode\r\n\r\nWasher Size: 11Lbs\r\n\r\nDrum Capacity: 6.6Lbs', 183.99, NULL, NULL, 200.40, 'Mini Compact Twin Tub Portable Washing Machine 17.6Lbs Washer W/ Wash And Spin-44741.png', 'Mini Compact Twin Tub Portable Washing Machine 17.6Lbs Washer W/ Wash And Spin-13518.png', 'Mini Compact Twin Tub Portable Washing Machine 17.6Lbs Washer W/ Wash And Spin-72883.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 16:02:06', '2024-01-26 16:02:06'),
(826, 'Rockford Fosgate', 'MS4sHcs8N', 10, '50 Watts x 4 + 200 Watts x 1 @ 4-Ohm / 75 Watt x 4 + 300 Watts x 1 @ 2-Ohm\r\nAccepts High Level & RCA Level Input; Remote PLC (Punch Level Control) - Sub Channel\r\nCast aluminum heatsink with Top Mount Controls\r\n12dB/octave crossover. MOSFET power supply\r\n4 Gauge power/ground connectors. The R600X5 produces up to 75 Watts into each of its four channels with a dedicated subwoofer channel capable of producing 300 Watts into 2-Ohms.', 348.49, NULL, NULL, 399.99, 'Rockford Fosgate-67464.jpeg', 'Rockford Fosgate-70984.jpeg', 'Rockford Fosgate-44327.jpeg', 'Groceries', 4.5, NULL, 1, '2024-01-26 16:05:41', '2024-01-26 16:05:41'),
(827, 'Solid wood interior door', 'Crm1hByqL', 5, 'We can make wood doors according to your special requirement, such as size,style,structure and so on, everything can be customized.\r\n \r\nThe wood we often use for our doors include oak, alder,  pine, sapele,okume and so on.', 320.00, NULL, NULL, 400.00, 'Solid wood interior door-74212.jpeg', 'Solid wood interior door-96097.jpeg', 'Solid wood interior door-88067.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 16:09:50', '2024-01-26 16:09:50'),
(828, 'Divided by H&M JRS SZ 10 Pleated Mini Jean Skirt Zip-Side Medium Wash Blue', 'dId4nQOHq', 18, 'Divided by H M JRS SZ 10 Pleated Mini Jean Skirt\r\n\r\nSide Zip\r\nMedium Wash\r\nNo Stretch\r\nNo Pockets\r\nBlue', 18.78, NULL, NULL, 18.97, 'Divided by H&M JRS SZ 10 Pleated Mini Jean Skirt Zip-Side Medium Wash Blue-10764.png', 'Divided by H&M JRS SZ 10 Pleated Mini Jean Skirt Zip-Side Medium Wash Blue-13498.png', 'Divided by H&M JRS SZ 10 Pleated Mini Jean Skirt Zip-Side Medium Wash Blue-93023.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 16:12:37', '2024-01-26 16:22:10'),
(829, 'Madewell The Mom Jean Womens High Rise Distressed Blue Jeans Size 26 Light Wash', 'Ys9viHyD4', 18, 'Madewell The Mom Jean Womens High Rise Distressed Blue Jeans Size 26 Light Wash.\r\n\r\nGreat condition!\r\n\r\nSmoke and pet free!\r\n\r\nPriced to sell!\r\n\r\nB51', 21.83, NULL, NULL, 30.75, 'Madewell The Mom Jean Womens High Rise Distressed Blue Jeans Size 26 Light Wash-20672.png', 'Madewell The Mom Jean Womens High Rise Distressed Blue Jeans Size 26 Light Wash-34972.png', 'Madewell The Mom Jean Womens High Rise Distressed Blue Jeans Size 26 Light Wash-62084.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 16:19:57', '2024-01-26 16:19:57'),
(830, 'Earbuds', 'KbbEiBpqS', 17, 'Mega Noise Cancelling - The Rail ANC listens to the outside noise to actively mute the world around you. You can also adjust the noise cancellation level between mute, hearing and between.\r\nLatest Sound Tech - The Rail ANC is Skullcandy\'s latest premium earbuds featuring our best driver yet with deep bass and a huge dynamic range. Plus, Personal Sound lets you tune the sound to your unique hearing through the Skull-iQ App.\r\n27 Hours Battery - With an incredible 27 hours of battery to keep your Rail ANC powered. The earbuds hold 7 hours and the charging case holds 20 hours with ANC on. Plus, using rapid charge, the first 10 minutes of your charge will give you 2 hours of play.\r\nSkull-iQ integration allowing you to customize your sound and control your earbuds. With the app, you can adjust the EQ settings, track battery life, and activate Tile, which helps you locate your lost earbuds.\r\nMultipoint Pairing lets you connect your earbuds to two devices simultaneously — Rail ANC will switch between devices seamlessly without the need to re-pair.\r\nBuy with Confidence - 1 year US warranty included.', 69.99, NULL, NULL, 95.99, 'Earbuds-10691.jpeg', NULL, NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-26 16:23:12', '2024-01-26 16:23:12'),
(831, 'Apple AirPods Pro', 'gJ895KSc4', 13, 'Adaptive Audio Tailors Noise Control\r\nLow-Distortion Custom Driver & Amplifier\r\nApple H2 Chip Algorithms, Bluetooth 5.3\r\nActive Noise Cancellation/Transparency\r\nPersonalized Spatial Audio, Adaptive EQ\r\n6 hours per Charge, 30 hours Playback with Case\r\nCase is MagSafe Charger Compatible\r\nTouch Control for Audio, Calls & Volume', 179.00, NULL, NULL, 249.00, 'Apple AirPods Pro-29642.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-26 16:28:09', '2024-01-26 16:28:09');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(832, 'Wireless Bluetooth Jobsite Speaker', 'Q4f0s7Mov', 13, 'Klein Tools’ wireless Bluetooth® Speaker with Magnetic Strap offers great sound plus more mounting options. The flexible strap can be used on conduit, backpacks, cooler handles, belt loops.. wherever you want to go. A magnet is smartly embedded in the strap allowing you to attach it to any ferrous surface. This speaker provides high-quality, crisp treble and bold bass via a wireless Bluetooth® connection or wired auxiliary input. With great sound, the hands-free speakerphone, and superior mounting options, this rugged speaker is essential for both on and off the job site. Color: Orange/ Gray.', 11.03, NULL, NULL, 39.97, 'Wireless Bluetooth Jobsite Speaker-87856.jpeg', 'Wireless Bluetooth Jobsite Speaker-53383.jpeg', NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-26 16:35:33', '2024-01-26 16:35:33'),
(833, 'Wild Fable High Rise Bermuda Shorts Womens 6/28 Pink Acid Wash Destroyed Denim', 'qlvmFu9mR', 18, 'Wild Fable High Rise Bermuda Shorts Womens 6/28 Pink Acid Wash Destroyed Denim\r\n\r\nUnworn with original tags intact. Please see photos for details and measurements.', 19.75, NULL, NULL, 19.95, 'Wild Fable High Rise Bermuda Shorts Womens 6/28 Pink Acid Wash Destroyed Denim-50321.png', 'Wild Fable High Rise Bermuda Shorts Womens 6/28 Pink Acid Wash Destroyed Denim-31294.png', 'Wild Fable High Rise Bermuda Shorts Womens 6/28 Pink Acid Wash Destroyed Denim-60510.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 16:37:31', '2024-01-26 16:37:31'),
(834, 'Bookshelf Speakers', 'uvBdhNUlk', 13, '5-1/4\" aluminum woofer\r\n1\" aluminum tweeter\r\n2-way speaker system\r\nBass reflex enclosure\r\n51Hz - 28kHz frequency response\r\n86dB sensitivity\r\n8 ohms nominal impedance', 350.00, NULL, NULL, 599.99, 'Bookshelf Speakers-24034.jpeg', 'Bookshelf Speakers-83871.jpeg', 'Bookshelf Speakers-45434.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-26 16:39:45', '2024-01-26 16:39:45'),
(835, 'RSQ SZ 5/27 Vintage Hi-Rise Jean Shorts Distressed Frayed Button-Fly Black Wash', 'YggCniFuK', 19, 'RSQ SZ 5/27 Vintage Hi-Rise Jean Shorts\r\n\r\nDistressed\r\nRaw, Frayed Hems\r\nButton-Fly\r\nSide Slits\r\nBlack Wash\r\n\r\nPlease measure an existing pair of shorts to make sure these are the right fit for you.\r\n\r\nWaist: 27 1/2\"\r\n\r\nInseam: 2 1/2\"\r\n\r\nRise: 10 1/4', 21.75, NULL, NULL, 21.97, 'RSQ SZ 5/27 Vintage Hi-Rise Jean Shorts Distressed Frayed Button-Fly Black Wash-26041.png', 'RSQ SZ 5/27 Vintage Hi-Rise Jean Shorts Distressed Frayed Button-Fly Black Wash-78567.png', 'RSQ SZ 5/27 Vintage Hi-Rise Jean Shorts Distressed Frayed Button-Fly Black Wash-44430.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 16:41:16', '2024-01-26 16:41:16'),
(836, 'Rewash SZ 5/27 Vintage Reunion Jean Shorts Distressed Frayed Hems Hi-Rise Blue', 'SEWQrkuGN', 19, 'Rewash SZ 5/27 Vintage Reunion Jean Shorts Distressed Frayed Hems Hi-Rise Blue\r\n\r\n* Frayed, Raw Hems\r\n\r\n* Distressed\r\n\r\n* Frayed and Distressed Waistband\r\n\r\n* 5-Pocket Design\r\n\r\n* The shorts are stretchy in the back.\r\n\r\n* Zip-Fly\r\n\r\n* High-Rise\r\n\r\n* Medium Wash\r\n\r\n* Blue', 14.82, NULL, NULL, 14.97, 'Rewash SZ 5/27 Vintage Reunion Jean Shorts Distressed Frayed Hems Hi-Rise Blue-64412.png', 'Rewash SZ 5/27 Vintage Reunion Jean Shorts Distressed Frayed Hems Hi-Rise Blue-55888.png', 'Rewash SZ 5/27 Vintage Reunion Jean Shorts Distressed Frayed Hems Hi-Rise Blue-57613.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 16:47:23', '2024-01-26 16:47:23'),
(837, 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels', 'DrAVfbq1X', 4, 'Item description \r\n\r\nMaximum Support - The Folding Garden Cart?s telescoping adjustable handle locks and extends allows effortless transport across multiple surfaces with a load as heavy as 220 lbs.\r\nEasily Maneuverable - The Folding Garden Cart folds/unfolds in seconds. It features steel construction, folding switch, skid-resistant and 360-degree rotated wheels for better safety performance, easy maneuverability, and maximum stability. Folds to only 3.54\'\' thick. Perfect for home handling, logistics express, gardening, and warehouse handling.\r\nSturdy Durable - Anti-slip wheels help prevent cart from slipping. Hold up to 220lbs weight capacity. Easy to move around smoothly.\r\nMultipurpose - This cart is excellent for garden, home, beach, camping, office, warehouse, garage, workshops, schools. And the foldable structure is perfect for easy storage.\r\nOverall size - 35.04\'\'L*21.46\'\'W*47.44\'\'H - Folding Size: Only 3.54\'\' Thick\'\'', 89.80, NULL, NULL, 135.15, 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels-78877.jpeg', 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels-18045.jpeg', 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels-66772.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-26 16:47:48', '2024-01-26 16:47:48'),
(838, 'Video Lights', 'QMV0OGkId', 13, 'ULANZI VL49 RGB Video Lights\r\nLED Camera Light 360° Full Color Portable Photography Lighting w 3 Cold Shoe\r\n2000mAh Rechargeable CRI 95+ 2500-9000K Dimmable Panel Lamp Support Magnetic Attraction', 15.87, NULL, NULL, 19.77, 'Video Lights-42754.jpeg', NULL, NULL, 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-26 16:48:04', '2024-01-26 16:48:04'),
(839, 'Forever 21 SZ 28 Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Medium Blue', 'ESN6kPa0B', 19, 'Forever 21 SZ 28 Jean Shorts\r\n\r\n* Raw, Frayed Hems\r\n* 5-Pocket Design\r\n\r\n* Distressed\r\n\r\n* High-Rise\r\n\r\n* No Stretch\r\n\r\n* Medium Wash\r\n\r\n* Zip-Fly\r\n\r\n* Blue', 18.78, NULL, NULL, 18.97, 'Forever 21 SZ 28 Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Medium Blue-96863.png', 'Forever 21 SZ 28 Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Medium Blue-49038.png', 'Forever 21 SZ 28 Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Medium Blue-63738.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 16:50:52', '2024-01-26 16:50:52'),
(840, 'Call Of The Night Manga Full Set Volume 1-11 English Version Comic Book', 'M708Vri50', 1, 'Item Description:\r\n\r\nTitle: Call Of The Night\r\n\r\nStory/Author: Kotoyama', 189.99, NULL, NULL, 240.00, 'Call Of The Night Manga Full Set Volume 1-11 English Version Comic Book-25421.jpeg', 'Call Of The Night Manga Full Set Volume 1-11 English Version Comic Book-23449.jpeg', 'Call Of The Night Manga Full Set Volume 1-11 English Version Comic Book-37202.jpeg', 'Books', 4.5, NULL, 1, '2024-01-26 16:52:18', '2024-01-26 16:52:18'),
(841, 'Bulb Security Camera', 'TBlZdJLU0', 13, '4MP HD 2560x1440P resolution delivers ultra clear image quality day and night\r\n360° panoramic viewing angle captures entire room with no blind spots\r\nAdvanced Starlight night vision provides full color video even in low light conditions\r\nMotion detection with tracking alerts and customizable sensitivity\r\nTwo-way audio and 110db alarm siren to deter intruders\r\nEasy wireless installation using WiFi connectivity and E27 light bulb base\r\nRemote viewing and control from smartphone', 28.79, NULL, NULL, 31.99, 'Bulb Security Camera-38445.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-26 16:52:39', '2024-01-26 16:52:39'),
(842, 'Forever 21 Small Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Lace Accents', 'ORfEgUL2b', 19, 'Forever 21 Small Jean Shorts\r\n\r\n* Raw, Frayed Hems\r\n* 5-Pocket Design\r\n\r\n* Distressed\r\n\r\n* Black Lace Inserts (patches)\r\n\r\n* High-Rise\r\n\r\n* No Stretch\r\n\r\n* Medium Wash\r\n\r\n* Zip-Fly\r\n\r\n* Blue', 17.40, NULL, NULL, 17.58, 'Forever 21 Small Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Lace Accents-59235.png', 'Forever 21 Small Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Lace Accents-79056.png', 'Forever 21 Small Jean Shorts Distressed Frayed Hems Hi-Rise Zip-Fly Lace Accents-84406.png', 'Accessories', 3.5, NULL, 1, '2024-01-26 16:56:50', '2024-01-26 16:56:50'),
(843, 'Flashpoint', 'MUo2jkext', 13, 'Removable handle and stand mount for space-saving packing\r\nCompatible with Nikon, Canon, Fujifilm, Sony, Olympus, and Panasonic TTL systems\r\nGuide number of 236\' (72m) at ISO 100\r\nCan work as an optical slave with S1 and S2 modes\r\nColor temperature of 5600K (+/-200K)\r\nBowens front accessory mount', 449.00, NULL, NULL, 649.00, 'Flashpoint-35221.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-26 16:59:06', '2024-01-26 16:59:06'),
(844, 'NANA By Ai Yazawa Manga Volume 1-21 (End) English Version Comic Book-DHL SHIP', 'VUaWvSsE8', 17, 'Get ready to dive into the captivating world of NANA! This manga series follows the lives of two young women, both named Nana, as they navigate love, friendship, and the pursuit of their dreams in Tokyo. With 21 volumes in English, you\'ll be able to immerse yourself in their journey from start to finish. And the best part? It\'s available for DHL shipping, so you can start reading and enjoying it in no time!', 279.90, NULL, NULL, 440.00, 'NANA By Ai Yazawa Manga Volume 1-21 (End) English Version Comic Book-DHL SHIP-65183.jpeg', 'NANA By Ai Yazawa Manga Volume 1-21 (End) English Version Comic Book-DHL SHIP-49105.jpeg', 'NANA By Ai Yazawa Manga Volume 1-21 (End) English Version Comic Book-DHL SHIP-55567.jpeg', 'Books', 4.5, NULL, 1, '2024-01-26 17:00:09', '2024-01-26 17:00:09'),
(845, 'ThermoPro', 'rwi2U3jKS', 13, 'Humidity temperature sensor with an accuracy of up to ±1℉/±2%-3%RH, and a refresh rate up to 10 seconds.\r\nClear LCD display with compact digits which allows you to view readings from various angles even at a long distance\r\nDisplays three face icons which represent DRY/COMFORT/WET to visually inform you of the current air conditions\r\nEquipped with stand for tabletop, magnetic back and hanging hole options, can be placed on night stand, in incubator, refrigerator, etc.\r\nLow power consumption display to extend the life of battery up to 18-24 months', 11.69, NULL, NULL, 17.08, 'ThermoPro-64780.jpeg', 'ThermoPro-48876.jpeg', 'ThermoPro-88630.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-26 17:04:08', '2024-01-26 17:04:08'),
(846, 'Wonder Woman Vol. 2 #164-168 170-183 185-201 203-208 DC Comic Book Lot VF', '6hTrJ5o8J', 13, 'Get ready for some epic adventures with Wonder Woman! This lot includes issues #164-168, 170-183, 185-201, and 203-208 of the second volume of Wonder Woman comics. Immerse yourself in the thrilling world of DC Comics as you follow Wonder Woman\'s heroic journey. These comics are in VF (Very Fine) condition, ensuring a great reading experience. So grab your lasso of truth and get ready for some action-packed storytelling!', 290.07, NULL, NULL, 299.99, 'Wonder Woman Vol. 2 #164-168 170-183 185-201 203-208 DC Comic Book Lot VF-68132.jpeg', 'Wonder Woman Vol. 2 #164-168 170-183 185-201 203-208 DC Comic Book Lot VF-83078.jpeg', 'Wonder Woman Vol. 2 #164-168 170-183 185-201 203-208 DC Comic Book Lot VF-31570.jpeg', 'Books', 5.0, NULL, 1, '2024-01-26 17:06:31', '2024-01-26 17:06:31'),
(847, 'Time And Tru SZ 2 Jean Shorts Distressed Frayed Hem Hi-Rise Zip-Fly Stretch Slit', 'Nz9Gvvew1', 19, 'Time And Tru SZ 2 Jean Shorts\r\n\r\n* Raw, Frayed Hems\r\n* 5-Pocket Design\r\n\r\n* Distressed\r\n\r\n* High-Rise\r\n\r\n* Stretch\r\n\r\n* Black Wash\r\n\r\n* Zip-Fly\r\n\r\n* Side Slits\r\n\r\n* Whiskered', 18.78, NULL, NULL, 18.97, 'Time And Tru SZ 2 Jean Shorts Distressed Frayed Hem Hi-Rise Zip-Fly Stretch Slit-25433.png', 'Time And Tru SZ 2 Jean Shorts Distressed Frayed Hem Hi-Rise Zip-Fly Stretch Slit-65199.png', 'Time And Tru SZ 2 Jean Shorts Distressed Frayed Hem Hi-Rise Zip-Fly Stretch Slit-57274.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 17:07:51', '2024-01-26 17:07:51'),
(848, 'BLU TracFone Smartphone', 'jqRz5CDpk', 13, 'Featuring blazing-fast speed and connectivity, the BLU View Speed 5G smartphone lets you enjoy your entertainment, videos, and photos on a crisp 6.5\" HD+ Infinity display. From BLU.\r\nIncludes BLU View Speed 5G smartphone with one-year unlimited talk/text, car charger, phone case, and voucher\r\nAndroid 12 operating system\r\n2.2GHz ARM Cortex A76 octa-core processor\r\n6.5\" diagonal HD+ Infinity display with 720 x 1600 resolution\r\n4GB RAM\r\n64GB memory\r\n802.11 a/b/g/n/ac Wi-Fi\r\nBluetooth 5.1 wireless technology\r\n13-megapixel main camera with LED flash\r\n2-megapixel selfie camera\r\nBuilt-in rechargeable battery\r\nmicroUSB port\r\nMeasures approximately 6.6\" x 3\" x 0.35\"\r\nImported', 80.00, NULL, NULL, 100.00, 'BLU TracFone Smartphone-13216.jpeg', NULL, NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-26 17:12:13', '2024-01-26 17:12:13'),
(849, 'Lot of (24) Misc Marvel DC Darkhorse and more Comic Books Vintage', 'XOjTSIeCM', 10, 'This lot of (24) comic books is a treasure trove of nostalgia! It includes a mix of Marvel, DC, Darkhorse, and more, giving you a diverse collection to enjoy. Dive into the pages of these vintage comics and get lost in the thrilling adventures of your favorite superheroes and characters. Whether you\'re a Marvel fan, a DC enthusiast, or just love the world of comics, this collection has something for everyone. So get ready to embark on a journey through the pages of comic book history!', 44.55, NULL, NULL, 57.90, 'Lot of (24) Misc Marvel DC Darkhorse and more Comic Books Vintage-16641.jpeg', 'Lot of (24) Misc Marvel DC Darkhorse and more Comic Books Vintage-61834.jpeg', 'Lot of (24) Misc Marvel DC Darkhorse and more Comic Books Vintage-49548.jpeg', 'Books', 5.0, NULL, 1, '2024-01-26 17:12:46', '2024-01-26 17:12:46'),
(850, 'Hotspot Service', 'wg8Jwo4Tp', 13, 'Unlimited Talk/Text\r\n10GB Data\r\n5G mmWave & C-Band (Nationwide 5G Standalone if using GSM network)\r\nPremium Data\r\nInternational Calling/Texting\r\nHotspot Service', 80.45, NULL, NULL, 180.00, 'Hotspot Service-35351.jpeg', 'Hotspot Service-27555.jpeg', 'Hotspot Service-25184.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-26 17:15:40', '2024-01-26 17:15:40'),
(851, 'Thor #306 comic book-1981-Origin of Air Walker and Firelord', 'cWw9lOo8J', 5, 'In Thor #306, published in 1981, get ready to uncover the origin stories of two incredible cosmic characters: Air Walker and Firelord! Join Thor on an epic adventure as he delves into the pasts of these powerful beings. With stunning artwork and captivating storytelling, this comic book is a must-have for any Thor fan or collector. So grab a copy and witness the origins of these cosmic heroes unfold!', 24.83, NULL, NULL, 60.77, 'Thor #306 comic book-1981-Origin of Air Walker and Firelord-25684.jpeg', 'Thor #306 comic book-1981-Origin of Air Walker and Firelord-77863.jpeg', NULL, 'Books', 3.5, NULL, 1, '2024-01-26 17:28:29', '2024-01-26 17:28:29'),
(852, 'Pioneer Woman ~ Bootcut ~ Embroidered ~ Med Wash ~ Denim Jeans ~ Size 4XL (24)', 'LkpNdLz7c', 19, 'This Sale is for One (1) Pair of Pioneer Woman Denim Jeans\r\n\r\nWomen\'s Size 4XL (24)\r\n\r\nInseam measures approximately 32.', 26.18, NULL, NULL, 28.00, 'Pioneer Woman ~ Bootcut ~ Embroidered ~ Med Wash ~ Denim Jeans ~ Size 4XL (24)-97604.png', 'Pioneer Woman ~ Bootcut ~ Embroidered ~ Med Wash ~ Denim Jeans ~ Size 4XL (24)-53087.png', 'Pioneer Woman ~ Bootcut ~ Embroidered ~ Med Wash ~ Denim Jeans ~ Size 4XL (24)-47245.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 17:29:54', '2024-01-26 17:29:54'),
(853, '13Lbs Portable Semi-Automatic Twin Tub Wash Machine W/ Built-In Drain Pump Grey', 'FZp49Ynzv', 19, '13lbs portable semi-automatic twin tub wash machine w/ built-in drain pump grey\r\n\r\ncondition: new\r\n\r\ncolor: grey', 235.99, NULL, NULL, 250.87, '13Lbs Portable Semi-Automatic Twin Tub Wash Machine W/ Built-In Drain Pump Grey-28967.png', '13Lbs Portable Semi-Automatic Twin Tub Wash Machine W/ Built-In Drain Pump Grey-72146.png', '13Lbs Portable Semi-Automatic Twin Tub Wash Machine W/ Built-In Drain Pump Grey-64798.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-26 17:38:30', '2024-01-26 17:47:39'),
(854, 'Miken Flow Blue Garment Mineral Wash Hooded Sweatshirt,Blue,X-Large', 'izXIdLja8', 19, 'Brand: Miken\r\n\r\nCondition: New with tags\r\n\r\nColor: Blue\r\n\r\nStyle: Miken Womens Sweatshirt-New with tags\r\n\r\nProduct Type: Womens Sweatshirt\r\n\r\nSoft fabric delivers superior breathability and incredible comfort.\r\n\r\nMiken Flow Blue Garment Mineral Wash Hooded Sweatshirt,Blue,X-Large', 35.15, NULL, NULL, 35.50, 'Miken Flow Blue Garment Mineral Wash Hooded Sweatshirt,Blue,X-Large-17822.png', 'Miken Flow Blue Garment Mineral Wash Hooded Sweatshirt,Blue,X-Large-13110.png', 'Miken Flow Blue Garment Mineral Wash Hooded Sweatshirt,Blue,X-Large-80702.png', 'Accessories', 3.0, NULL, 1, '2024-01-26 17:43:13', '2024-01-26 17:43:13'),
(855, 'JSA 10 Comic Book Lot DC 1 2 5 6 9 14 19 24 25 27 Black Adam Hawkman Stargirl', 'ddcJe8Rrg', 19, 'Get ready for an action-packed collection of JSA comics! This lot includes issues #1, #2, #5, #6, #9, #14, #19, #24, #25, and #27. Dive into the world of the Justice Society of America as you follow the thrilling adventures of Black Adam, Hawkman, Stargirl, and more iconic characters. With a mix of epic battles and compelling storylines, this comic book lot is a must-have for any JSA fan. So grab your cape and get ready to join the ranks of these legendary heroes!', 29.65, NULL, NULL, 65.70, 'JSA 10 Comic Book Lot DC 1 2 5 6 9 14 19 24 25 27 Black Adam Hawkman Stargirl-21881.jpeg', 'JSA 10 Comic Book Lot DC 1 2 5 6 9 14 19 24 25 27 Black Adam Hawkman Stargirl-53728.jpeg', 'JSA 10 Comic Book Lot DC 1 2 5 6 9 14 19 24 25 27 Black Adam Hawkman Stargirl-56379.jpeg', 'Books', 4.5, NULL, 1, '2024-01-26 17:44:43', '2024-01-26 17:44:43'),
(856, 'Costway Full-Automatic Washing Machine 7.7 Lbs Washer/Spinner Germicidal Blue', '0Be8iM3vc', 19, 'costway full-automatic washing machine 7.7 lbs washer/spinner germicidal blue\r\n\r\ncondition: new\r\n\r\nmodel: not available\r\n\r\ncolor: white/blue\r\n\r\npower source: electric\r\n\r\ntype: agitator washing machine\r\n\r\nmpn: ep23936bl\r\n\r\nfeatures: \"6 programs\", \"3 water level selections\"\r\n\r\nitem width: 16 in\r\n\r\nitem height: 29.5 in\r\n\r\nmaterial: stainless steel inner tub,pp plastic body\r\n\r\nsize: 16.5\"x16\"x29.5\"(l x w x h)\r\n\r\nstyle: modern\r\n\r\nmount type: free standing\r\n\r\nvoltage: 120 v', 329.99, NULL, NULL, 350.86, 'Costway Full-Automatic Washing Machine 7.7 Lbs Washer/Spinner Germicidal Blue-64230.png', 'Costway Full-Automatic Washing Machine 7.7 Lbs Washer/Spinner Germicidal Blue-17610.png', 'Costway Full-Automatic Washing Machine 7.7 Lbs Washer/Spinner Germicidal Blue-25592.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-26 17:46:55', '2024-01-26 17:46:55'),
(857, 'Degs & Sal Washer Sleek Design Recycled Sterling Silver Bead Unisex Bracelet', 'xC5KZLAtl', 12, 'This bracelet from Degs & Sal features a sleek and stylish design that\'s perfect for both men and women. It\'s made from recycled sterling silver beads, making it not only fashionable but also environmentally friendly. With its versatile unisex design, this bracelet can be worn with any outfit, adding a touch of elegance to your look. So whether you\'re dressing up for a special occasion or just want to add some flair to your everyday style, this bracelet is a great choice!', 91.92, NULL, NULL, 95.00, 'Degs & Sal Washer Sleek Design Recycled Sterling Silver Bead Unisex Bracelet-96165.jpeg', 'Degs & Sal Washer Sleek Design Recycled Sterling Silver Bead Unisex Bracelet-60097.jpeg', 'Degs & Sal Washer Sleek Design Recycled Sterling Silver Bead Unisex Bracelet-35083.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-26 17:50:10', '2024-01-26 17:50:10'),
(858, 'HUE Cotton Capri Leggings Black Plus Size 2X', 'jb7xyO2XH', 19, 'HUE Cotton Capri Leggings Black Plus Size 2X 27 - NWT\r\n\r\nSuggested Retail Price: 27.99\r\n\r\nCondition: New\r\n\r\nBe comfy and stylish in Hue\'s plus size capri leggings-- they\'re must-haves!\r\n\r\n1X (16W-18W), 2X (20W-22W), 3X (24W-26W)\r\n\r\nPull-on style\r\n\r\nSize Fit\r\n\r\nApprox. inseam: 29\"\r\n\r\nMid rise; skinny fit through hips and thighs; skinny leg\r\n\r\nMaterials Care\r\n\r\nCotton/spandex\r\n\r\nMachine washable', 14.24, NULL, NULL, 14.99, 'HUE Cotton Capri Leggings Black Plus Size 2X-56120.png', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-26 18:03:10', '2024-01-26 18:03:10'),
(859, 'HUE Capri Leggings Soft Cotton White Plus Size 2X', 'ceJUv1Z4U', 19, 'HUE Capri Leggings Soft Cotton White Plus Size 2X 27 - NWT\r\n\r\nSuggested Retail Price: 27.99\r\n\r\nCondition: New\r\n\r\nBe comfy and stylish in Hue\'s plus size capri leggings-- they\'re must-haves!\r\n\r\n1X (16W-18W), 2X (20W-22W), 3X (24W-26W)\r\n\r\nImported\r\n\r\nPull-on style\r\n\r\nSize Fit\r\n\r\nApprox. inseam: 29\"\r\n\r\nMid rise; skinny fit through hips and thighs; skinny leg\r\n\r\nMaterials Care\r\n\r\nCotton/spandex\r\n\r\nMachine washable', 14.24, NULL, NULL, 14.99, 'HUE Capri Leggings Soft Cotton White Plus Size 2X-26705.png', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-26 18:05:13', '2024-01-26 18:05:13'),
(860, 'Smart Fire TV', 'HLe80NerV', 13, '4K ULED: Like great, but better. The 58U6HF has our exclusive ULED technologies. They boost color, contrast, brightness, motion… we could go on. It\'s the TV your old TV wants to be.\r\nQuantum Dot Wide Color Gamut: Quantum Dot produces purer, richer, more brilliant and accurate colors than a regular LED TV. Creating over a billion color combinations brings vibrant images to life in a way non-QLED TVs can\'t.\r\nFire TV Built-in: With Fire TV built-in, you can enjoy a world of entertainment from apps like Prime Video, Netflix, Disney plus, Hulu, and HBO Max. Plus, stream for free with Freevee, Pluto TV, Tubi, and more. Subscription may be required.\r\nPeak Brightness / Full Array Local Dimming Zones: This television offers up-to-600 nits peak brightness across up to 32 local dimming zones. Above average peak brightness and local dimming are critical to correctly reproducing HDR content.\r\nDolby Vision HDR, HDR10, and HDR10+: Transform your TV into an entertainment powerhouse. The image technology from cinemas, now brought directly to your home, provide amazing realism that you\'ll experience like never before.\r\nMotion Rate 240, 60Hz Native Refresh Rate and HDMI 2.1: The TV\'s HDMI 2.1(eARC) port is the foundation for its 240 motion rate and native 60Hz refresh rate. These technologies work in concert to make fast-action scenes to ensure moving objects have minimal blurring.\r\nPress & Ask Alexa: Use the included Alexa Voice Remote to manage TV power, volume, navigation, playback, and input switching. Or just press the microphone button and say, \"Find dramas,\" and Alexa will show you search results from a central catalog of hundreds of integrated apps and channels.', 349.99, NULL, NULL, 599.99, 'Smart Fire TV-21206.jpeg', 'Smart Fire TV-28858.jpeg', 'Smart Fire TV-27803.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-26 20:03:35', '2024-01-26 20:03:35'),
(861, 'Apple Watch', 'KHCV3wG9R', 13, 'Apple Watch SE (2nd Gen) [GPS 40mm] Smartwatch with Starlight Aluminum Case with Starlight Sport Loop. Fitness & Sleep Tracker, Crash Detection, Heart Rate Monitor, Carbon Neutral', 199.00, NULL, NULL, 249.00, 'Apple Watch-88574.jpeg', 'Apple Watch-46936.jpeg', 'Apple Watch-40273.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-26 22:44:17', '2024-01-26 22:44:17'),
(862, 'Reading Book Light', 'VH19OBcAf', 13, 'Compact, portable Book Light runs on 2 Energizer CR2032 Batteries\r\nHas a run-time of up to 25 hours', 4.00, NULL, NULL, 9.99, 'Reading Book Light-44951.jpeg', 'Reading Book Light-22981.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-26 22:48:57', '2024-01-26 22:48:57'),
(863, 'Projector', 'PgAkGDJhR', 13, 'Projects an image size from 40\"-300\"\r\nHDR10/HGL compatibility to produce a wide color gamut\r\nOutputs 3000 lumens brightness\r\n100,000:1 dynamic contrast ratio\r\nTwo HDMI 2.0 inputs supporting 4K HDR content at a full 60Hz\r\nBuilt-in stereo speakers rear-firing, dual 10W speaker system\r\nBluetooth audio device connectivity support for aptX\r\n3D capable (glasses sold separately)\r\n2-year limited warranty, 90-day lamp limited warranty', 1400.00, NULL, NULL, 1900.00, 'Projector-81261.jpeg', 'Projector-89807.jpeg', NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-26 22:57:43', '2024-01-26 22:57:43'),
(864, 'Home Theater Projector', 'tlO9NZKC9', 13, 'Up to 2,000 lumens of brightness, generated by a long-lasting laser light source, for vibrant images even on a large screen.\r\nAll-new Native 4K SXRD panel provides full 4K resolution with 3,840 x 2,160 pixels\r\nFlagship-level X1 Ultimate for projector brings you the best of Sony\'s image processing\r\nUltra-pure and reliable laser light source, which lets you enjoy perfectly clear 4K pictures at optimal brightness for up to 20,000 uninterrupted hours.\r\nSee over a billion colors come to life with TRILUMINOS PRO. Our unique TRILUMINOS PRO algorithm can detect color from saturation, hue, and brightness to reproduce natural shades in every detail.\r\nEnjoy spectacular brightness and stunning realism, thanks to new Wide Dynamic Range Optics that achieve a 95% DCI-P3 wide color gamut and 2,000-lumen high brightness.\r\nOur new Wide Dynamic Range Optics contribute to a compact design with better light control by maximizing the potential of the laser light source. The resulting higher color volume means naturally colorful images, even at high brightness levels, and stunning, immersive contrast.\r\nThis laser projector is about 20% smaller in volume and about 30% lighter than the VPL-VW915ES—with a new modern exterior designed to blend into any room\r\nThe powerful video processor in the VPL-XW5000ES offers Motionflow for smooth and clear motion, even when viewing 4K content.\r\nThe VPL-XW5000ES supports 4K 60 Hz input with an input lag under 21 ms, and 2K 120 Hz input with an input lag under 13 ms.', 4000.00, NULL, NULL, 5900.00, 'Home Theater Projector-23231.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-26 23:02:42', '2024-01-26 23:02:42'),
(865, 'Garmin', 'vCYhDPmmH', 13, 'Rugged construction is rated to MIL-STD 810 for thermal, shock, water and vibration\r\n5\" glove-friendly touchscreen display (50% larger than the previous model) offers easy viewability; available with versatile mounting options\r\nMulti-GNSS (GPS, GLONASS and Galileo) support — plus preloaded TopoActive maps; outdoor navigation sensors include 3-axis compass and barometric altimeter\r\nPro-connected with ANT+ technology, Wi-Fi connectivity and BLUETOOTH wireless networking, giving you direct-to-device access to BirdsEye Satellite Imagery downloads, location sharing, Connect IQ app support and more\r\nCompatible with the Garmin Explore website and app to help you manage waypoints, routes, activities and collections, use tracks and review trip data from the field', 457.04, NULL, NULL, 599.99, 'Garmin-89028.jpeg', 'Garmin-25451.jpeg', 'Garmin-71841.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-26 23:10:30', '2024-01-26 23:10:30'),
(866, 'Halo Bolt ACDC Max 55500mWh Jump Starting Portable Power Bank w/ ACDC Outlet and Bonus Emergency Tool', 'B82xKh769', 2, 'The Halo Bolt ACDC Max is a powerful and versatile portable power bank that\'s perfect for any emergency situation. With its 55500mWh capacity, it can jump-start your car, charge your devices, and even power small appliances with its ACDC outlet. It\'s like having a portable power station in the palm of your hand! Plus, as a bonus, it comes with an emergency tool, adding an extra layer of preparedness. Whether you\'re on a road trip, camping, or just want to be prepared for any situation, the Halo Bolt ACDC Max is a reliable and convenient companion to have by your side.', 60.00, NULL, NULL, 139.99, 'Halo Bolt ACDC Max 55500mWh Jump Starting Portable Power Bank w/ ACDC Outlet and Bonus Emergency Tool-76751.jpeg', 'Halo Bolt ACDC Max 55500mWh Jump Starting Portable Power Bank w/ ACDC Outlet and Bonus Emergency Tool-34476.jpeg', 'Halo Bolt ACDC Max 55500mWh Jump Starting Portable Power Bank w/ ACDC Outlet and Bonus Emergency Tool-96706.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-26 23:15:01', '2024-01-26 23:15:01'),
(867, 'Brain Bash Voice Command Memory Game - Tiger Electronics 1994', 'cgVPXbPx3', 7, 'Pre-Owned / Good Condition - PLEASE CHECK ALL PHOTOS CAREFULLY BEFORE PURCHASING', 9.16, NULL, NULL, 11.30, 'Brain Bash Voice Command Memory Game - Tiger Electronics 1994-72340.jpeg', 'Brain Bash Voice Command Memory Game - Tiger Electronics 1994-62249.jpeg', 'Brain Bash Voice Command Memory Game - Tiger Electronics 1994-45289.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-26 23:17:37', '2024-01-26 23:17:37'),
(868, 'AVAPOW Car Jump Starter, 4000A Peak Battery Jump Starter (Yellow)', 'ONrwmCX4l', 17, 'The AVAPOW Car Jump Starter in yellow is a powerful and reliable device that can give your car\'s battery a boost when you need it most. With its 4000A peak current, this jump starter is capable of starting vehicles with engines up to 10 liters in size. It\'s compact and portable, making it easy to carry in your car or take with you on the go. The yellow color adds a vibrant touch to its design, making it stand out. So whether you\'re facing a dead battery or want to be prepared for emergencies, the AVAPOW Car Jump Starter is a handy tool to have in your car.', 70.00, NULL, NULL, 190.00, 'AVAPOW Car Jump Starter, 4000A Peak Battery Jump Starter (Yellow)-65972.jpeg', 'AVAPOW Car Jump Starter, 4000A Peak Battery Jump Starter (Yellow)-67353.jpeg', 'AVAPOW Car Jump Starter, 4000A Peak Battery Jump Starter (Yellow)-47741.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-26 23:18:47', '2024-01-26 23:18:47'),
(869, 'Power Adaptor & USB Wall Charger', 'KM5iLl8bw', 7, 'Very Safe and Efficient: USB Charger Plug UK boasts multiple built-in safety guard functions that eliminate potential risks of Over-Voltage, Over-Current, Over-Heating, and Short-Circuit issues. Providing a safe and reliable charging solution for all your mobile devices.\r\n\r\nNew Light and Compact: Our Portable Sized USB Plug Adapter UK is designed for easy travel, providing convenience for on-the-go use. Suitable for a spare or replacement for all your USB devices\r\n\r\nWide Compatibility: USB Plug UK is designed for Many devices. Main supply Power USB Plug charger comes with USB Cable 1.5 Meter Long UK VAT Registered Seller Same Day Ship. All price include Tax Fast Battery Charger USB Plug We send from our UK warehouse London Free Delivery UK USB Plug Comes with 5V 2 Amp Very Safe and Efficient: USB Charger Plug UK boasts multiple built-in safety guard functions that eliminate potential risks of Over-Voltage, Over-Current, Over-Heating, and Short-Circuit issues. Providing a safe and reliable charging solution for all your mobile devices. New Light and Compact: Our Portable Sized USB Plug Adapter UK is designed for easy travel, providing convenience for on-the-go use. Suitable for a spare or replacement for all your USB devices', 9.45, NULL, NULL, 11.25, 'Power Adaptor & USB Wall Charger-70505.jpeg', NULL, NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-26 23:22:04', '2024-01-26 23:22:04'),
(870, 'VERSACE Dylos Automatic VAG020016', 'Xa4GJLNES', 19, 'About this item\r\nFeaturing a Silver-tone Band, Silver-tone Case, Scratch Resistant Sapphire Crystal\r\nDescription\r\nBlack (Mesh Pattern) dial enhanced by silver-tone hands. Silver-tone stainless steel case with a silver-tone stainless steel band. Automatic movement. 50 meters / 165 feet water resistance. Fixed bezel. Scratch Resistant Sapphire crystal. Transparent caseback. Deployment with Push Button Release clasp. Case size 42 mm x 12 mm. Band 20 mm x long. Versace VAG020016 Dylos Watch.', 798.00, NULL, NULL, 1015.00, 'VERSACE Dylos Automatic VAG020016-14803.jpeg', 'VERSACE Dylos Automatic VAG020016-15955.jpeg', 'VERSACE Dylos Automatic VAG020016-39504.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-26 23:25:32', '2024-01-26 23:25:32'),
(871, 'Dual Electronics Car Audio Bundle', 'emYGblEeJ', 7, 'Dual Electronics Car Audio Bundle XDM17SPK4 car Stereo 4 6.5 coaxial car speak.', 59.99, NULL, NULL, 57.00, 'Dual Electronics Car Audio Bundle-83593.jpeg', 'Dual Electronics Car Audio Bundle-18483.jpeg', 'Dual Electronics Car Audio Bundle-14079.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-26 23:26:44', '2024-01-26 23:26:44'),
(872, 'Iron Flame: Empyrean, Book 2', 'DcbdXryIk', 19, '\"The first year is when some of us lose our lives. The second year is when the rest of us lose our humanity.\"-Xaden Riorson Everyone expected Violet Sorrengail to die during her first year at Basgiath War College- Violet included. But Threshing was only the first impossible test meant to weed out the weak-willed, the unworthy, and the unlucky.\r\nNow the real training begins, and Violet\'s already wondering how she\'ll get through.', 24.99, NULL, NULL, 36.74, 'Iron Flame: Empyrean, Book 2-95546.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-26 23:29:37', '2024-01-26 23:29:37'),
(873, 'fuse', 'zVBteykJB', 7, 'Nte electronics nte8242 fuse, thermal, 240c, 15a, 277v', 2.50, NULL, NULL, 4.77, 'fuse-53407.jpeg', NULL, NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-26 23:31:10', '2024-01-26 23:31:10'),
(874, 'High quality manufacturer insulated roll up aluminum roller shutter garage doors automatic', 'GdmcThkR4', 19, 'Material\r\nAluminum alloy/iron/stainless steel\r\nColor/Size\r\nCustomized up to ur requirements\r\nHardware\r\nA. Made in China\r\nB. Customized\r\nApplication\r\nVilla,House,Shopping malls,Factories,Warehouse or other building, etc; Speical in Garage\r\nSurface treatment\r\nPower coated, Spraying or brush s.steel\r\nInfilling\r\nRock wool,foam,hollow...etc.\r\nAccessories\r\nDoor opener,Guide rail,Botton,Remote,Wind hood\r\nPackage\r\nPlastic foam,Paper box and Strong carton and Wood box or depending on clients\' special requirements', 60.00, NULL, NULL, 75.00, 'High quality manufacturer insulated roll up aluminum roller shutter garage doors automatic-73244.jpeg', 'High quality manufacturer insulated roll up aluminum roller shutter garage doors automatic-73899.jpeg', 'High quality manufacturer insulated roll up aluminum roller shutter garage doors automatic-53646.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-26 23:31:43', '2024-01-26 23:31:43'),
(875, 'Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones', 'klSEky0L9', 19, 'The number one New York Times best seller. Over one million copies sold!\r\nTiny Changes, Remarkable Results No matter your goals, Atomic Habits offers a proven framework for improving - every day. James Clear, one of the world\'s leading experts on habit formation, reveals practical strategies that will teach you exactly how to form good habits, break bad ones, and master the tiny behaviors that lead to remarkable results.', 16.90, NULL, NULL, 25.00, 'Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones-21038.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-26 23:35:11', '2024-01-26 23:35:11'),
(876, 'MOBILE LCD BATTERY REPAIR TOOL FOR LG', 'BM0sfKhLf', 7, 'Mobile repair tool motherboard screen mic battery all part removed by this tool', 4.00, NULL, NULL, 5.04, 'MOBILE LCD BATTERY REPAIR TOOL FOR LG-39716.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-26 23:35:52', '2024-01-26 23:35:52'),
(877, 'Multi Slide Arched Exterior Doors Hurricane Frameless Tempered Double Glass Aluminum Sliding Door With Screen', 'fkRLbWUsR', 5, 'Materials\r\n1.2 - 3.0mm Thick High quality aluminium profile\r\nGlass\r\nDouble glass,Single glass, Laminated glass,Triplex glass,Frosted glass,Color glass,Low-E...etc.\r\nSize\r\nVarious of aluminium profile, Customized up to ur requirements\r\nColor\r\nPure color,Multed color,Wood grain color,more than100 kinds to choose,or as requested\r\nFinish\r\nElectric chorale, Power coated, Spray power,Fluorocarbon painting 3/2 spray\r\nAdvantage\r\n1. Inner angle connection outer protection, Durable\r\n2. Safety toughened glass,Argon filled;\r\n3. Broken bridge, insulation, Frameless,Environmental-friendly;\r\n4. Hidden drainage, Mesh Screem and Fence can be added,\r\nAccessories\r\nBrand Quality lock and hinges,Germany Hobo Hormann, USA Simec hardware, othersas request\r\nServices\r\nCAD Drawing Design, Color&Section sample\r\nApplication\r\nSuit for project,business,Hospital,School,Hospital,Hotel,Apartment,Office,Villa and Home\r\nPacking\r\nBubble Bag(Wrap) / EPE Foam + Kraft Paper(Carton) / Wooden Crate\r\nOEM\r\nRemarks The Thickness, Specification, Finishing, Color, Glass... etc can be changed or customized, Pls contact us for providing professional service to you.', 85.00, NULL, NULL, 100.00, 'Multi Slide Arched Exterior Doors Hurricane Frameless Tempered Double Glass Aluminum Sliding Door With Screen-76563.jpeg', 'Multi Slide Arched Exterior Doors Hurricane Frameless Tempered Double Glass Aluminum Sliding Door With Screen-54701.jpeg', 'Multi Slide Arched Exterior Doors Hurricane Frameless Tempered Double Glass Aluminum Sliding Door With Screen-60357.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 23:37:01', '2024-01-26 23:37:01'),
(878, 'SISGEM 14k Gold Natural Diamond Infinity Anklets for Women, Real Gold Pearl Jewelry Ankle Bracelet Gifts for Her, 9.4-11 Inch', 'jd9vuQS8G', 19, 'Product details About this item\r\nMaterial\r\nMetal\r\nMetal type\r\nGold\r\nClasp type\r\nSpring Ring\r\nChain type\r\nBox Chain\r\nGem type\r\nDiamond\r\nAbout this item\r\n【Material】 Stone: Natural diamond, Freshwater cultured pearl; Metal: 14k real gold (58.5% pure gold, Not just a covering of gold-plated ). This white gold anklet for women is Nickel-free and high-quality.\r\n【Design】 Decorated with white diamonds and pearls, this yellow gold infinity anklets a dianty and could fit well with many outfits.\r\n【Measurement】Diamond: 1.1-1.3 mm, Clarity: SI2-I1, Color: I-J; Total: 0.11 ct; Infinity shaped: 7.5 mm * 17 mm; Pearl: 4 mm; Length: 9.4+0.8+0.8 inch, total length 11\".\r\n【Gift for Her】 The 14k gold ankle bracelet packaged in a box is a great gift for girlfriend, wife, daughter, sister, mother or friends.\r\n【Occasion】 Gifts for Mothers\'s day, Birthday, Christmas, Wedding Anniversary, Graduation, and etc. （Please do feel free to contact us if you have any problem with the item.）', 279.00, NULL, NULL, 320.00, 'SISGEM 14k Gold Natural Diamond Infinity Anklets for Women, Real Gold Pearl Jewelry Ankle Bracelet Gifts for Her, 9.4-11 Inch-87739.jpeg', 'SISGEM 14k Gold Natural Diamond Infinity Anklets for Women, Real Gold Pearl Jewelry Ankle Bracelet Gifts for Her, 9.4-11 Inch-17790.jpeg', 'SISGEM 14k Gold Natural Diamond Infinity Anklets for Women, Real Gold Pearl Jewelry Ankle Bracelet Gifts for Her, 9.4-11 Inch-42868.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-26 23:38:52', '2024-01-26 23:38:52'),
(879, 'Black Micro Bluetooth 2 Channel Stereo Amplifier', 'xP6mhdFf2', 7, 'Dual Electronics DBTMA100 Black Micro Bluetooth 2 Channel Stereo Amplifier', 48.60, NULL, NULL, 54.00, 'Black Micro Bluetooth 2 Channel Stereo Amplifier-57415.jpeg', 'Black Micro Bluetooth 2 Channel Stereo Amplifier-88523.jpeg', 'Black Micro Bluetooth 2 Channel Stereo Amplifier-35284.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-26 23:40:36', '2024-01-26 23:40:36'),
(880, 'SISGEM 14k Gold Infinity Anklets for Women, Real Pearl Love Knot Ankle Bracelet Jewelry Gifts for Her, 8.6-10.2 Inch', 'BnyflRGxS', 17, 'SISGEM JEWELRY was born to provide a favorite jewelry for every girl and women.\r\n\r\nAbout the craft:\r\n\r\nFrom the selection of materials to every detail in production, to the final product, each product has been carefully designed and strictly controlled.\r\n\r\nLooking Forward to YOUR STORY:\r\n\r\nEvery piece of SISGEM jewelry will have a beautiful story. It may be about the person who gave the gift, or maybe about the girl who is wearing jewelry. We look forward to the starting of such a story.\r\n\r\nExpecting that SISGEM jewelry make your heart sing every time you wear them and that speaks to your core.\r\n\r\nMom\r\n\r\nWife\r\n\r\nDaughter\r\n\r\nSister\r\n\r\nGirlfriend\r\n\r\nBest friend\r\n\r\nIt Will Be A Beautiful Story Between YOU and HER.', 189.00, NULL, NULL, 193.55, 'SISGEM 14k Gold Infinity Anklets for Women, Real Pearl Love Knot Ankle Bracelet Jewelry Gifts for Her, 8.6-10.2 Inch-87157.jpeg', 'SISGEM 14k Gold Infinity Anklets for Women, Real Pearl Love Knot Ankle Bracelet Jewelry Gifts for Her, 8.6-10.2 Inch-23556.jpeg', 'SISGEM 14k Gold Infinity Anklets for Women, Real Pearl Love Knot Ankle Bracelet Jewelry Gifts for Her, 8.6-10.2 Inch-84466.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-26 23:43:52', '2024-01-26 23:43:52'),
(881, 'Exterior front entry carving teak solid wood doors customized main entrance double carved wooden door design', 'Tm5uxKqjl', 5, 'Main Material	 1. 100% solid wood core + Natural real wood veneer finish;\r\n 2. Solid wood core + 6/8/12mm MDF + Natural real wood veneer finish;\r\n 3. Solid wood core + 6/8/12mm MDF + Melamine veneer finish;\r\n 4. Solid wood core + 6/8/12mm MDF + PVC film finish.\r\n Wood veneer	 Teak / Oak / Ash / Walnut / Cherry / Mahogany / Rosewood\r\n Size	 Customized (All size is available)\r\n Color	 Various Options\r\n Opening Direction	 Inward / Outward\r\n Handle Position	 Left / Right\r\n Color	 Sapele, Black walnut, Cherry, Oak or customized\r\n Hardware	 Lock, handle, hinges and viewer, doobell, rubber seal, installing bolts, etc\r\n Painting	 Environmental friendly\r\n Engineered Wood	 Not easily crack, shrink or be out of shape, Excellent appearance\r\n Application	 Suit for project, business, family decoration (room, office, hotel etc.)\r\n Package	 Standard export carton with shipping marks', 850.00, NULL, NULL, 1099.00, 'Exterior front entry carving teak solid wood doors customized main entrance double carved wooden door design-16709.jpeg', 'Exterior front entry carving teak solid wood doors customized main entrance double carved wooden door design-52755.jpeg', 'Exterior front entry carving teak solid wood doors customized main entrance double carved wooden door design-59685.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 23:45:38', '2024-01-26 23:45:38'),
(882, 'ARGENTO REALE Sterling Silver 2.5MM-5MM Solid Franco Chain Necklace, Round Box Link Chain, Rhodium Necklace, Sterling Silver Necklace 18-30', 'QIsf6Y9pF', 18, 'SOLIDIFY YOUR SPOT IN THE WORLD OF CLASS AND ELEGANCE- 925 Solid Sterling Silver Franco Chain For Those Who Set The Bar High.\r\nEXTRA PROTECTION- Rhodium Plating Increases Durabiltity Making it less vulnerable to Rust.. We Are Taking The Extra Measures To Make Your Investment Last a Lifetime\r\n925 Stamped For Authenticity\r\nSOLID STURDY LINKS- We Don’t Play Games These Links Are Solid Sterling Silver Built To Endure\r\nSAFE FOR ALL SKIN TYPES', 199.99, NULL, NULL, 230.99, 'ARGENTO REALE Sterling Silver 2.5MM-5MM Solid Franco Chain Necklace, Round Box Link Chain, Rhodium Necklace, Sterling Silver Necklace 18-30-89071.jpeg', 'ARGENTO REALE Sterling Silver 2.5MM-5MM Solid Franco Chain Necklace, Round Box Link Chain, Rhodium Necklace, Sterling Silver Necklace 18-30-77146.jpeg', 'ARGENTO REALE Sterling Silver 2.5MM-5MM Solid Franco Chain Necklace, Round Box Link Chain, Rhodium Necklace, Sterling Silver Necklace 18-30-70397.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-26 23:47:36', '2024-01-26 23:47:36'),
(883, 'Brushless Fan', '45cbTUtrn', 7, 'Delta Electronics Brushless Fan AFB0912M DC12V .20A', 4.50, NULL, NULL, 14.95, 'Brushless Fan-32143.jpeg', 'Brushless Fan-45521.jpeg', NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-26 23:47:36', '2024-01-26 23:47:36'),
(884, 'C TO C Fast PD WALL Charger', 'tS6LCBD30', 7, 'Wide Compatibility: c to c wall charger pd fast 5v Plug UK is designed for Many devices.\r\n\r\nMain supply Power USB Plug charger comes with USB Cable 1 Meter Long', 9.99, NULL, NULL, 13.81, 'C TO C Fast PD WALL Charger-30064.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-26 23:52:00', '2024-01-26 23:52:00'),
(885, 'BEBEWO 10k 14k 18k Real Gold Thin Gold Chain Necklace for Women, Classic Thin Cable Chain Necklace 1mm, 1.2mm, 1.35mm, 1.6mm, 1.75mm Durable Strong Solid 14k Gold Chain Necklace Women', 'OAVnkqp6h', 12, 'The BEBEWO Real Gold Thin Gold Chain Necklace is a classic and elegant accessory that adds a touch of sophistication to any outfit. Available in 10k, 14k, and 18k options, this necklace is made with high-quality solid gold, ensuring durability and longevity. With various thickness options ranging from 1mm to 1.75mm, you can choose the perfect chain size that suits your style. Whether you\'re looking for a delicate everyday necklace or a statement piece for special occasions, this BEBEWO chain necklace is a beautiful and timeless choice for women who appreciate fine jewelry.', 159.99, NULL, NULL, 215.99, 'BEBEWO 10k 14k 18k Real Gold Thin Gold Chain Necklace for Women, Classic Thin Cable Chain Necklace 1mm, 1.2mm, 1.35mm, 1.6mm, 1.75mm Durable Strong Solid 14k Gold Chain Necklace Women-25944.jpeg', 'BEBEWO 10k 14k 18k Real Gold Thin Gold Chain Necklace for Women, Classic Thin Cable Chain Necklace 1mm, 1.2mm, 1.35mm, 1.6mm, 1.75mm Durable Strong Solid 14k Gold Chain Necklace Women-80959.jpeg', 'BEBEWO 10k 14k 18k Real Gold Thin Gold Chain Necklace for Women, Classic Thin Cable Chain Necklace 1mm, 1.2mm, 1.35mm, 1.6mm, 1.75mm Durable Strong Solid 14k Gold Chain Necklace Women-44314.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-26 23:53:11', '2024-01-26 23:53:11'),
(886, 'Princess Walkie Talkie 6-Pack Bonus Kit (Pink)', 'M9ksSZ457', 7, '2 radios\r\n\r\n2 headlamps\r\n\r\n2 flashlights\r\n\r\nSuitable for most of outdoor activities such as running, camping, hiking, cycling or any adventure.\r\n\r\nNote: Products with electrical plugs are designed for use in the US.\r\nOutlets and voltage differ internationally and this product may require\r\nan adapter or converter for use in your destination. Please check\r\ncompatibility before purchasing.', 59.98, NULL, NULL, 69.00, 'Princess Walkie Talkie 6-Pack Bonus Kit (Pink)-36522.jpeg', 'Princess Walkie Talkie 6-Pack Bonus Kit (Pink)-57946.jpeg', 'Princess Walkie Talkie 6-Pack Bonus Kit (Pink)-12417.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-26 23:57:55', '2024-01-26 23:57:55'),
(887, 'ANCEL S100 Automotive Smoke Machine Leak Detector, Pipeline Fuel Leakage Detector Compatible with 12V Cars, Trucks, Motorcycle, ATV, Boats, Snowmobiles', 'Cy7ep4OWX', 18, 'The ANCEL S100 Automotive Smoke Machine Leak Detector is a handy tool for detecting leaks in the pipelines and fuel systems of your 12V vehicles, including cars, trucks, motorcycles, ATVs, boats, and snowmobiles. By generating smoke, this device helps you identify any potential leaks, making it easier to locate and fix them. It\'s a great tool for both professionals and DIY enthusiasts who want to ensure the integrity of their vehicle\'s fuel system. With the ANCEL S100, you can quickly and effectively detect and resolve any leaks, keeping your vehicle running smoothly.', 116.99, NULL, NULL, 277.55, 'ANCEL S100 Automotive Smoke Machine Leak Detector, Pipeline Fuel Leakage Detector Compatible with 12V Cars, Trucks, Motorcycle, ATV, Boats, Snowmobiles-93948.jpeg', 'ANCEL S100 Automotive Smoke Machine Leak Detector, Pipeline Fuel Leakage Detector Compatible with 12V Cars, Trucks, Motorcycle, ATV, Boats, Snowmobiles-83725.jpeg', 'ANCEL S100 Automotive Smoke Machine Leak Detector, Pipeline Fuel Leakage Detector Compatible with 12V Cars, Trucks, Motorcycle, ATV, Boats, Snowmobiles-22585.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-26 23:58:26', '2024-01-26 23:59:20'),
(888, 'Newhb® Wind Rated Roll Up Door', 'pRdOFG33k', 5, 'Wind Rated Roll Up Doors have passed the wind pressure test of the Swiss SGS laboratory and can withstand Category 5 hurricane . The materials used are all purchased from large-scale steel mills of first-line brands, which are guaranteed not to rust for 20 years. A variety of materials and colors are available to choose from, showing extraordinary taste and corporate image.\r\nWhite', 950.00, NULL, NULL, 1200.00, 'Newhb® Wind Rated Roll Up Door-87379.jpeg', 'Newhb® Wind Rated Roll Up Door-63930.jpeg', 'Newhb® Wind Rated Roll Up Door-72559.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-26 23:59:24', '2024-01-26 23:59:24'),
(889, 'Video Distributor Coaxial 1 Input/2 Output', 'wxQ2u1Jey', 7, 'For Multiple Video Camera Feeds or Older Game Consoles\r\n\r\nLooking for a reliable and high-quality video distributor? Look no further than the Monroe Electronics Model 626. This coaxial cable is compatible with a range of brands and models, including the Speco Technologies VID-DIST. With a 1:2 connection split/duplication, this device provides a clear and crisp picture, making it perfect for use with your TV, video, and home audio systems. Plus, its round cable design and output voltage of 9V make it a convenient and easy-to-use option for any setup.', 16.79, NULL, NULL, 19.99, 'Video Distributor Coaxial 1 Input/2 Output-27841.jpeg', 'Video Distributor Coaxial 1 Input/2 Output-15130.jpeg', NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 00:02:18', '2024-01-27 00:02:18');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(890, 'Powerscale M2 Automotive Smoke Machine Built-in Air Pump, 19-23 PSI Leak Detection, 2024 Professional Tools, EVAP System, Fuel Leakage, Leakage Diagnostic Tester for All DC12V Vehicles', 'trKq4XO3m', 19, 'Powerscale M2 Automotive Smoke Machine Built-in Air Pump, 19-23 PSI Leak Detection, 2024 Professional Tools, EVAP System, Fuel Leakage, Leakage Diagnostic Tester for All DC12V Vehicles', 159.99, NULL, NULL, 249.00, 'Powerscale M2 Automotive Smoke Machine Built-in Air Pump, 19-23 PSI Leak Detection, 2024 Professional Tools, EVAP System, Fuel Leakage, Leakage Diagnostic Tester for All DC12V Vehicles-97898.jpeg', 'Powerscale M2 Automotive Smoke Machine Built-in Air Pump, 19-23 PSI Leak Detection, 2024 Professional Tools, EVAP System, Fuel Leakage, Leakage Diagnostic Tester for All DC12V Vehicles-31210.jpeg', 'Powerscale M2 Automotive Smoke Machine Built-in Air Pump, 19-23 PSI Leak Detection, 2024 Professional Tools, EVAP System, Fuel Leakage, Leakage Diagnostic Tester for All DC12V Vehicles-73390.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-27 00:04:51', '2024-01-27 00:04:51'),
(891, 'Handheld Game Batteries Cartridge', 'vKKODPqDc', 7, 'Quiz Wiz Handheld Game Batteries Cartridge Book Tiger Electronics Vintage 1993\r\n\r\nGood Used Condition with Some Wear. Tested and Working.', 12.80, NULL, NULL, 16.95, 'Handheld Game Batteries Cartridge-23712.jpeg', 'Handheld Game Batteries Cartridge-19485.jpeg', 'Handheld Game Batteries Cartridge-78553.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-27 00:07:59', '2024-01-27 00:07:59'),
(892, 'MR CARTOOL T130 Automotive EVAP Smoke Machine, Dual Mode 12V Car Fuel Pipe System Leak Tester Detector with Oil Level and Adjustable Flowmeter for All Vehicles', 'LHKxXgXN4', 10, 'The MR CARTOOL T130 Automotive EVAP Smoke Machine is a versatile tool designed to detect leaks in the fuel pipe systems of all vehicles. With its dual mode functionality, this machine allows you to perform smoke tests for both EVAP systems and general fuel pipe leaks. It features an oil level indicator and an adjustable flowmeter, giving you precise control over the smoke output. Whether you\'re a professional mechanic or a DIY enthusiast, this smoke machine can help you quickly and accurately identify and fix any leaks in your vehicle\'s fuel system. It\'s a must-have tool for ensuring the proper functioning of your vehicle.', 279.99, NULL, NULL, 309.55, 'MR CARTOOL T130 Automotive EVAP Smoke Machine, Dual Mode 12V Car Fuel Pipe System Leak Tester Detector with Oil Level and Adjustable Flowmeter for All Vehicles-92739.jpeg', 'MR CARTOOL T130 Automotive EVAP Smoke Machine, Dual Mode 12V Car Fuel Pipe System Leak Tester Detector with Oil Level and Adjustable Flowmeter for All Vehicles-33546.jpeg', 'MR CARTOOL T130 Automotive EVAP Smoke Machine, Dual Mode 12V Car Fuel Pipe System Leak Tester Detector with Oil Level and Adjustable Flowmeter for All Vehicles-62386.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-27 00:12:26', '2024-01-27 00:12:26'),
(893, 'Electric Air Duster', 'utg6bD5zQ', 7, 'POWERFUL DEEP CLEANING:The air duster has a maximum speed of 100000 RPM, which generates a super strong airflow to clean de dust on electronic devices. It is a good assistant for your house cleaning.\r\nALTERNATIVE TO COMPRESSED AIR:Upgraded compressed air, can replace canned air, rechargeable and usable, cordless air dust collector is a one-time investment, saving you money.\r\nRECHARGEABLE ELECTRIC DUST COLLECTOR:We are equipped with Type-c fast charging port, charging takes only 3h, can be used continuously for 15-30 minutes.Tips:1.Red light blinking means it is charging 2.C to C charging cable, does not work.3.It takes 10 minutes to recharge after use.\r\nEASY OPERATION WITH UNIQUE DESIGN:Air duster has 3 air speeds - long press for 3 seconds to turn on the device. Short press the switch to switch the air speed.But the electric air duster cannot work while charging.\r\nELECTRONIC AIR DUSTER WITH VARIOUS NOZZLES:Cordless air dusters including various nozzles are light weight and small in size. Different cleaning places, change the right accessories, cleaning is easier!', 69.99, NULL, NULL, 99.99, 'Electric Air Duster-41752.jpeg', 'Electric Air Duster-60314.jpeg', 'Electric Air Duster-45595.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 00:19:15', '2024-01-27 00:19:15'),
(895, 'BELEY Smoke Machine Automotive EVAP Leak Detector, 12V Master Smoke Tester for Testing EVAP Intake Pipe Fuel System', 'OXAIvCvhB', 10, 'The BELEY Smoke Machine is a powerful 12V master smoke tester specifically designed for testing the EVAP intake pipe fuel system in vehicles. It\'s a handy tool that helps you detect any leaks in the system, ensuring optimal performance and fuel efficiency. With its easy-to-use design, you can quickly identify and fix any issues with the EVAP system. Whether you\'re a professional mechanic or a car enthusiast, this smoke machine is a great addition to your toolkit. It\'s perfect for maintaining the health of your vehicle\'s fuel system.', 236.79, NULL, NULL, 335.15, 'BELEY Smoke Machine Automotive EVAP Leak Detector, 12V Master Smoke Tester for Testing EVAP Intake Pipe Fuel System-69916.jpeg', 'BELEY Smoke Machine Automotive EVAP Leak Detector, 12V Master Smoke Tester for Testing EVAP Intake Pipe Fuel System-79095.jpeg', 'BELEY Smoke Machine Automotive EVAP Leak Detector, 12V Master Smoke Tester for Testing EVAP Intake Pipe Fuel System-90513.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-27 00:26:13', '2024-01-27 00:26:13'),
(896, 'Guitar Strings', 'QjJL1suRd', 18, 'Elixir electric guitar strings with NANOWEB Coating deliver the presence, punch, and personality of traditional electric guitar strings but with extended tone life, consistent performance and greater playability. With less hassle and expense of frequent string changes, you enjoy more time making music. Elixir strings is the only brand to coat the entire string, protecting not only the outer string surface, but also the gaps between the windings. Elixir strings retain Their tone longer than any other string, uncoated or coated. The anti-rust plated plain steel strings also resists tone-deadening corrosion, ensuring longer life for the entire set.', 10.99, NULL, NULL, 14.99, 'Guitar Strings-60332.jpeg', 'Guitar Strings-52569.jpeg', 'Guitar Strings-82050.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-27 00:27:06', '2024-01-27 00:27:06'),
(897, 'KINGBOLEN K7 OBD2 Scanner Bluetooth: 3-Year Free Update, 2024 Bidirectional Scan Tool with ECU Coding, 31+ Resets, ABS Bleeding/Crankshaft Relearn, Active Test, Car Diagnostic Scanner for All Systems', 'D8uyWLrrY', 18, 'The KINGBOLEN K7 OBD2 Scanner Bluetooth is a powerful and versatile scan tool that provides you with comprehensive diagnostic capabilities for your car. With its bidirectional scan feature, you can not only read and clear trouble codes but also perform advanced functions like ECU coding, ABS bleeding, crankshaft relearn, and active testing. It supports all systems of your car, allowing you to diagnose and troubleshoot various issues. Plus, with its Bluetooth connectivity, you can easily connect it to your smartphone or tablet. The best part? You\'ll get free updates for three years, ensuring that you always have the latest diagnostic capabilities. It\'s a must-have tool for any car owner or professional mechanic.', 459.99, NULL, NULL, 560.45, 'KINGBOLEN K7 OBD2 Scanner Bluetooth: 3-Year Free Update, 2024 Bidirectional Scan Tool with ECU Coding, 31+ Resets, ABS Bleeding/Crankshaft Relearn, Active Test, Car Diagnostic Scanner for All Systems-42353.jpeg', 'KINGBOLEN K7 OBD2 Scanner Bluetooth: 3-Year Free Update, 2024 Bidirectional Scan Tool with ECU Coding, 31+ Resets, ABS Bleeding/Crankshaft Relearn, Active Test, Car Diagnostic Scanner for All Systems-48762.jpeg', 'KINGBOLEN K7 OBD2 Scanner Bluetooth: 3-Year Free Update, 2024 Bidirectional Scan Tool with ECU Coding, 31+ Resets, ABS Bleeding/Crankshaft Relearn, Active Test, Car Diagnostic Scanner for All Systems-22908.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-27 00:31:21', '2024-01-27 00:31:21'),
(898, 'high glossy mdf ( uv mdf )', '4uvgufHLJ', 5, 'Suface\r\nhigh gloss uv painting surface, there is film on the surface of the panel\r\nbase board\r\nmdf , E1 & E2 standard\r\nBack side\r\nmelamine paper ( white color and the same wood color as the face wood color)\r\nSize\r\nstandard size 2440*1220*18mm,2440*1220*9mm\r\nOther thickness can be produced\r\nColors\r\nSoild colors\r\nWood colors\r\nshinny spark\r\ndiffernt designs ( flower designs, carton designs, scence designs, any designs can be produced)\r\nApplications\r\nKitchen cabient door, tv cabient door, bathroom cabient door\r\nwardrobe door, sliding door\r\npartition wall\r\nhome & office furnitures\r\nFeatures\r\nhigh gloss, like mirror\r\nbrightness, color fresh\r\neasy to clean and durable \r\nscratch resistant and corrosion resistant\r\nmoisture-proof\r\nacid and alkali resistant\r\nanti-bacterium\r\nPrice\r\nEXW, FOB, C&F price can be offered.\r\nMOQ\r\n100 pcs\r\nShipping port\r\nHuangpu port or other port in Guangzhou, Foshan, Shenzhen.\r\nPacking\r\nStandard exporting package. By Pallet package or Loose package.\r\nDelivery time\r\nAbout 10days after deposit received \r\nLoading in 1X20GP\r\n460 pcs of 1220*2440*18MM panel can be loaded at most by loose pcakge.\r\n400 pcs of 1220*2440*18mm panel can be loaded at most by pallet package, 8 pallet.', 10.00, NULL, NULL, 20.00, 'high glossy mdf ( uv mdf )-80958.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-27 00:35:09', '2024-01-27 00:35:09'),
(899, 'GS-911 WiFi Diagnostic Tool for BMW Motorcycles (Enthusiast Version) - Services Up to 10 VINs - Access Over WiFi or USB - iOS & MAC Compatible.', 'IthBAZbbO', 19, 'The GS-911 WiFi Diagnostic Tool is a fantastic tool specifically designed for BMW motorcycles. With this tool, you can easily diagnose and troubleshoot issues with your bike using either WiFi or USB connectivity. It\'s compatible with iOS and MAC devices, making it convenient to use with your Apple devices. The Enthusiast Version allows you to service up to 10 VINs, giving you the flexibility to work on multiple bikes. Whether you\'re a BMW motorcycle enthusiast or a professional mechanic, this diagnostic tool is a must-have for keeping your bike in top shape.', 399.00, NULL, NULL, 450.55, 'GS-911 WiFi Diagnostic Tool for BMW Motorcycles (Enthusiast Version) - Services Up to 10 VINs - Access Over WiFi or USB - iOS & MAC Compatible.-54143.jpeg', 'GS-911 WiFi Diagnostic Tool for BMW Motorcycles (Enthusiast Version) - Services Up to 10 VINs - Access Over WiFi or USB - iOS & MAC Compatible.-38809.jpeg', 'GS-911 WiFi Diagnostic Tool for BMW Motorcycles (Enthusiast Version) - Services Up to 10 VINs - Access Over WiFi or USB - iOS & MAC Compatible.-99489.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-27 00:37:52', '2024-01-27 00:37:52'),
(900, 'Sectional industrial door', 'e4dzKtzT3', 5, 'Color\r\nWhite or customized\r\nMaterial\r\nAluminum plate and PU foam insulation\r\nRail track\r\nDouble or single track\r\nApplication\r\nIndustrial buildings, warehouses and so on\r\nPackage\r\nPlastic foam,Paper box and Strong carton and Wood box or depending on clients\' special requirements', 85.00, NULL, NULL, 100.00, 'Sectional industrial door-57811.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-27 00:39:36', '2024-01-27 00:39:36'),
(901, 'Mainstays Individual Blender', 'ukQEsLpgD', 18, '15 oz Travel cup\r\n\r\nStainless steel blades\r\n\r\nEasy one touch operation\r\n\r\n220 Watts\r\n\r\nSkidmore resistant rubber feet\r\n\r\nTravel cup lid\r\n\r\nEasy one touch blending operation\r\n\r\nConvenient 15 oz blend and go travel cup\r\n\r\nFast cleanup up with dishwasher safe cup and lid\r\n\r\n220 Watts motor', 20.61, NULL, NULL, 20.82, 'Mainstays Individual Blender-40412.png', 'Mainstays Individual Blender-99839.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 00:41:31', '2024-01-27 00:41:31'),
(902, 'OBD2 Scanner TOPDON AD500S Car Code Reader Scan Tool, Engine ABS SRS Transmission Diagnostics Tool, Oil Reset, BMS, Bleeding, DPF, Throttle Adaptation 5 Resets Car Scanner, Free Upgrade for DIY', 'OrgCfdgjE', 18, 'The TOPDON AD500S Car Code Reader Scan Tool is a powerful diagnostic tool that allows you to easily diagnose and troubleshoot issues with your car\'s engine, ABS, SRS, and transmission systems. It also offers additional features like oil reset, BMS (Battery Management System) reset, bleeding, DPF (Diesel Particulate Filter) regeneration, and throttle adaptation. With its 5 reset functions, you can perform various maintenance tasks on your car. Plus, you\'ll enjoy free upgrades for DIY, ensuring that you always have the latest features and capabilities. It\'s a handy tool for any car owner who wants to take control of their vehicle\'s diagnostics.', 189.99, NULL, NULL, 269.99, 'OBD2 Scanner TOPDON AD500S Car Code Reader Scan Tool, Engine ABS SRS Transmission Diagnostics Tool, Oil Reset, BMS, Bleeding, DPF, Throttle Adaptation 5 Resets Car Scanner, Free Upgrade for DIY-85657.jpeg', 'OBD2 Scanner TOPDON AD500S Car Code Reader Scan Tool, Engine ABS SRS Transmission Diagnostics Tool, Oil Reset, BMS, Bleeding, DPF, Throttle Adaptation 5 Resets Car Scanner, Free Upgrade for DIY-64270.jpeg', 'OBD2 Scanner TOPDON AD500S Car Code Reader Scan Tool, Engine ABS SRS Transmission Diagnostics Tool, Oil Reset, BMS, Bleeding, DPF, Throttle Adaptation 5 Resets Car Scanner, Free Upgrade for DIY-83986.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-27 00:43:05', '2024-01-27 00:43:05'),
(903, 'Classic Ninja blender set', 'm98viqLbY', 18, 'Ninja blender set\r\n\r\nSize medium\r\nColor black\r\nCondition excellent\r\n(Display item)', 80.88, NULL, NULL, 120.95, 'Classic Ninja blender set-89829.png', 'Classic Ninja blender set-35381.png', 'Classic Ninja blender set-60221.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 00:45:26', '2024-01-27 00:45:26'),
(904, 'China Automatic Industrial PVC Dust Proof Fast Door For Work Shop', 'ZqH3FnFaD', 5, 'lor/Size\r\nCustomized according to customer\'s requirements\r\nCurtain\r\nPVC\r\nTransparent window\r\nTransparent pvc film\r\nCommand systems\r\nInduction loop,radar,pull cord,remote control ,push bottom or others\r\nSafe system\r\nPhotoelectric sensor,emergency stop protection,safe edge bottom\r\nSeal\r\nBrush sealing in the rail both side,easy to exchange and high seal\r\nTechnical parameter\r\nOpen&close speed:0.5-1.5m/s\r\nAvailable temperature:-30°C to +50°C\r\nOpen &close frequency:1500 cycles/day', 950.00, NULL, NULL, 1200.00, 'China Automatic Industrial PVC Dust Proof Fast Door For Work Shop-11164.jpeg', 'China Automatic Industrial PVC Dust Proof Fast Door For Work Shop-25372.jpeg', 'China Automatic Industrial PVC Dust Proof Fast Door For Work Shop-83472.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 00:46:40', '2024-01-27 00:46:40'),
(905, 'First Lie Wins: A Novel', 'ke9ugdNVK', 13, '\"First Lie Wins\" is an exciting novel that will keep you hooked from start to finish. It\'s a captivating story filled with suspense, twists, and turns that will keep you guessing until the very end. The author has crafted a compelling narrative that explores themes of deception, trust, and the lengths people will go to protect their secrets. If you\'re a fan of thrilling and suspenseful reads, \"First Lie Wins\" is definitely a book you won\'t want to miss out on!', 17.72, NULL, NULL, 35.00, 'First Lie Wins: A Novel-95941.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-01-27 00:48:40', '2024-01-27 00:48:40'),
(906, '5Core 500W Immersion Hand Blender Multifunctional Electric 8 speed, Steel', '1WGiSDKmQ', 18, 'Looking for a blender that can handle all your blending needs with ease? Look no further than 5 Core immersion blenders! Equipped with a high-speed 500W motor and 8 adjustable speed settings, it can blend ingredients quickly and seamlessly to make delicious and healthy smoothies, pureed soups, marinades, sauces, juices, and much more.', 20.95, NULL, NULL, 24.50, '5Core 500W Immersion Hand Blender Multifunctional Electric 8 speed, Steel-40105.png', '5Core 500W Immersion Hand Blender Multifunctional Electric 8 speed, Steel-57012.png', '5Core 500W Immersion Hand Blender Multifunctional Electric 8 speed, Steel-60376.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 00:49:22', '2024-01-27 00:49:22'),
(907, 'Bosch Home ErgoMixx Hand Blender Bosch MSM66110, 600 W, 0.38, Plastic/Metallic', 'Ilm3lDREX', 18, 'ATTENTION THE VOLTAGE IS 220V AND THE PLUG IS EUROPEAN\r\n\r\nEnjoy truly professional mixing and grinding results thanks to its 600 watts of power\r\nPrepare all types of recipes thanks to its turbo button and the new quattroblade four-edged blade\r\nEnjoy endless possibilities in your kitchen: mayonnaise, baby food or soups, cutting, chopping, blending, etc.\r\nSuitable for everyday use in your kitchen, with correct handling thanks to the softtouch handle and a completely ergonomic design', 220.00, NULL, NULL, 249.50, 'Bosch Home ErgoMixx Hand Blender Bosch MSM66110, 600 W, 0.38, Plastic/Metallic-88918.png', 'Bosch Home ErgoMixx Hand Blender Bosch MSM66110, 600 W, 0.38, Plastic/Metallic-65139.png', 'Bosch Home ErgoMixx Hand Blender Bosch MSM66110, 600 W, 0.38, Plastic/Metallic-46305.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 00:53:21', '2024-01-27 00:53:21'),
(908, 'The Heaven & Earth Grocery Store: A Novel', 'v3CJh12HF', 19, 'AN INSTANT NEW YORK TIMES BESTSELLER\r\n\r\nA NEW YORK TIMES NOTABLE BOOK\r\n\r\nNAMED A BEST BOOK OF THE YEAR BY NPR/FRESH AIR, WASHINGTON POST, THE NEW YORKER, AND TIME MAGAZINE\r\n\r\nONE OF BARACK OBAMA\'S FAVORITE BOOKS OF 2023\r\n\r\n“A murder mystery locked inside a Great American Novel . . . Charming, smart, heart-blistering, and heart-healing.”—Danez Smith, The New York Times Book Review\r\n\r\n“We all need—we all deserve—this vibrant, love-affirming novel that bounds over any difference that claims to separate us.”—Ron Charles, The Washington Post\r\n\r\nFrom James McBride, author of the bestselling Oprah’s Book Club pick Deacon King Kong and the National Book Award-winning The Good Lord Bird, a novel about small-town secrets and the people who keep them\r\n\r\nIn 1972, when workers in Pottstown, Pennsylvania, were digging the foundations for a new development, the last thing they expected to find was a skeleton at the bottom of a well. Who the skeleton was and how it got there were two of the long-held secrets kept by the residents of Chicken Hill, the dilapidated neighborhood where immigrant Jews and African Americans lived side by side and shared ambitions and sorrows. Chicken Hill was where Moshe and Chona Ludlow lived when Moshe integrated his theater and where Chona ran the Heaven & Earth Grocery Store. When the state came looking for a deaf boy to institutionalize him, it was Chona and Nate Timblin, the Black janitor at Moshe’s theater and the unofficial leader of the Black community on Chicken Hill, who worked together to keep the boy safe.\r\n\r\nAs these characters’ stories overlap and deepen, it becomes clear how much the people who live on the margins of white, Christian America struggle and what they must do to survive. When the truth is finally revealed about what happened on Chicken Hill and the part the town’s white establishment played in it, McBride shows us that even in dark times, it is love and community—heaven and earth—that sustain us.\r\n\r\nBringing his masterly storytelling skills and his deep faith in humanity to The Heaven & Earth Grocery Store, James McBride has written a novel as compassionate as Deacon King Kong and as inventive as The Good Lord Bird.', 19.69, NULL, NULL, 25.99, 'The Heaven & Earth Grocery Store: A Novel-19295.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-27 00:57:05', '2024-01-27 00:57:54'),
(909, 'Aluminum double glazed windows and doors quality out door furniture bal', 'MN1j7LeiU', 5, 'Model:\r\nACASHD150\r\nDoor material:\r\nAluminum\r\nMesh material:\r\nStainless Steel\r\nWarranty Service:\r\n5years\r\ncharacteristic:\r\nMagnetic Screen\r\nOpen method:\r\nswing\r\nDoor type:\r\naluminum', 30.00, NULL, NULL, 50.00, 'Aluminum double glazed windows and doors quality out door furniture bal-89546.jpeg', 'Aluminum double glazed windows and doors quality out door furniture bal-89406.jpeg', 'Aluminum double glazed windows and doors quality out door furniture bal-29907.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-27 01:00:08', '2024-01-27 01:00:08'),
(910, '2 in 1 blender juice Y66 5 speed with stainless steel electric food mixer blender', 'GBgO25wBa', 5, '1. It can press fruits and vegetables to make various fruit and vegetable juices. \r\n2. High speed and great centrifugal force ensure fresh and refreshing fruit juice.\r\n 3. Organizational structure: easy to disassemble and clean.\r\n 4.Elastic wear-resisting motor wheel, long life.', 6.89, NULL, NULL, 9.60, '2 in 1 blender juice Y66 5 speed with stainless steel electric food mixer blender-71579.jpeg', '2 in 1 blender juice Y66 5 speed with stainless steel electric food mixer blender-65113.jpeg', '2 in 1 blender juice Y66 5 speed with stainless steel electric food mixer blender-75107.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 01:02:37', '2024-01-27 01:02:37'),
(911, 'The Silent Patient', '13zOmoMAE', 19, 'The Silent Patient is a shocking psychological thriller of a woman’s act of violence against her husband—and of the therapist obsessed with uncovering her motive.\r\n\r\nAlicia Berenson’s life is seemingly perfect. A famous painter married to an in-demand fashion photographer, she lives in a grand house with big windows overlooking a park in one of London’s most desirable areas. One evening her husband Gabriel returns home late from a fashion shoot, and Alicia shoots him five times in the face, and then never speaks another word.\r\n\r\nAlicia’s refusal to talk, or give any kind of explanation, turns a domestic tragedy into something far grander, a mystery that captures the public imagination and casts Alicia into notoriety. The price of her art skyrockets, and she, the silent patient, is hidden away from the tabloids and spotlight at the Grove, a secure forensic unit in North London.\r\n\r\nTheo Faber is a criminal psychotherapist who has waited a long time for the opportunity to work with Alicia. His determination to get her to talk and unravel the mystery of why she shot her husband takes him down a twisting path into his own motivations—a search for the truth that threatens to consume him....', 14.35, NULL, NULL, 26.55, 'The Silent Patient-16721.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-27 01:03:22', '2024-01-27 01:03:22'),
(912, 'Noise Sound & Sleep Timer', 'pK4kO135x', 13, 'Provides ten fan sounds, ten white, pink and brown noise variations, and two varieties of ocean sounds -- calm, and surf.\r\nHelps mask disruptive environmental noises so you can fall asleep with ease\r\nSafe, solid-state design is powered by AC or USB and dynamically creates unique, non-repeating sounds with no moving parts\r\nPrecise volume control, an optional timer, and a 3.5mm connector for headphones or a portable speaker to match your environment and sleep style\r\nAlso ideal for creating a disturbance-free work area, or just reducing the distracting effects of outside noises for a more relaxing environment, day or night', 30.29, NULL, NULL, 62.40, 'Noise Sound & Sleep Timer-67151.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 01:05:26', '2024-01-27 01:05:26'),
(913, 'House of Earth and Blood: Crescent City, Book 1', '2N175NLyf', 18, 'Number one New York Times best-selling author Sarah J. Maas launches her brand-new CRESCENT CITY series with House of Earth and Blood: the story of half-Fae and half-human Bryce Quinlan as she seeks revenge in a contemporary fantasy world of magic, danger, and searing romance.\r\n\r\nBryce Quinlan had the perfect life-working hard all day and partying all night - until a demon murdered her closest friends, leaving her bereft, wounded, and alone. When the accused is behind bars but the crimes start up again, Bryce finds herself at the heart of the investigation. She\'ll do whatever it takes to avenge their deaths.  \r\n\r\nHunt Athalar is a notorious Fallen angel, now enslaved to the Archangels he once attempted to overthrow. His brutal skills and incredible strength have been set to one purpose - to assassinate his boss\' enemies, no questions asked. But with a demon wreaking havoc in the city, he\'s offered an irresistible deal: help Bryce find the murderer, and his freedom will be within reach.  \r\n\r\nAs Bryce and Hunt dig deep into Crescent City\'s underbelly, they discover a dark power that threatens everything and everyone they hold dear, and they find, in each other, a blazing passion - one that could set them both free, if they\'d only let it.  \r\n\r\nWith unforgettable characters, sizzling romance, and pause-resisting suspense, this richly inventive new fantasy series by number one New York Times best-selling author Sarah J. Maas delves into the heartache of loss, the price of freedom - and the power of love.', 13.17, NULL, NULL, 25.00, 'House of Earth and Blood: Crescent City, Book 1-50580.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-27 01:11:35', '2024-01-27 01:11:35'),
(914, 'High performance soundproof commercial blenders', 'qmSJAUOsD', 5, 'commercial mixer smoothie juicer food processor multifunctional silver crest blender 4500w kitchen appliances heavy duty', 9.99, NULL, NULL, 11.99, 'High performance soundproof commercial blenders-67875.jpeg', 'High performance soundproof commercial blenders-12540.jpeg', 'High performance soundproof commercial blenders-36946.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 01:12:04', '2024-01-27 01:12:04'),
(915, 'Moden Interial Solid wood door for house', 'gVTeEUqru', 5, 'Material\r\nOak solid wood, mix solid wood, MDF, HDF\r\nFinishing\r\nClear lacquer/vanish.\r\nDesign\r\nFree customized; OEM acceptable.\r\nArchitrave\r\nTwo face both interior and exterior with architrave.\r\nGlass\r\nArt glass /clear glass /frosted glass etc.\r\nOpenning\r\nInward or outward\r\nLock position\r\nLeft / right\r\n\r\nOur wood door features\r\n10 years at least wood door production experience; 100% handmaking craft; Deep carved design; Wood pre-treated; Mositure proof &\r\nWaterproof; non-cracking & weather resistance; Solidity & Security', 50.00, NULL, NULL, 68.00, 'Moden Interial Solid wood door for house-60767.jpeg', 'Moden Interial Solid wood door for house-67757.jpeg', 'Moden Interial Solid wood door for house-46192.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 01:13:08', '2024-01-27 01:13:08'),
(916, 'Heavy Duty Protective iPad Case Cover', 'Jqa26rgr1', 13, 'For iPad 10.2 CaseDesigned for iPad 9th/8th/7th Generation case 2021/2020/2019. Model Number : iPad 9th Gen case (A2602,A2603,A2604,A2605) & iPad 8th Gen case (A2270,A2428,A2429,A2430) & iPad 7th Gen case (A2197,A2200,A2198). The Pencil is NOT included !\r\nShockproof+Screen ProtectorThis iPad 10.2 Case is designed with durable anti shock material, soft silicone, hard plastic shell and built-in screen protector. The sturdy iPad 9 / 8 / 7 Gen case can keep your iPad safe from shock, drop, scratch or accidental damages in daily use.\r\nRotating Hand Strap & StandThis 9th 8th 7th Gen case provides a stable supports, with viewing/drawing/typing angles. You can hold the iPad safely by one hand and find the most comfortable viewing angle you need. PS, the stand can be folded up when not in use.\r\nMultifunctional Carrying StrapDetachable and adjustable shoulder, both kids and adults can carry the iPad case during hiking, traveling or other activities outside, or hang it on the back of seat for fun when traveling in cars.\r\nPen Holder & Precise Cut-outsAllow easy access to all ports and buttons, the Pencil Holder can always keep your pencil secure in place, free take the 10.2 inch iPad around or put it in to a pocket.', 19.99, NULL, NULL, 29.50, 'Heavy Duty Protective iPad Case Cover-36637.jpeg', 'Heavy Duty Protective iPad Case Cover-26654.jpeg', 'Heavy Duty Protective iPad Case Cover-15808.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-27 01:14:22', '2024-01-27 01:14:22'),
(918, 'JAYBAGS', 'r81HL0EHu', 16, 'Keeps food, drinks or groceries hot or cold for up to 3 hours.. Each individual bag has handles to transport your goods to your final destination; folds completely flat - easy to store. A Square bottom allows for larger capacity and snap closure', 10.48, NULL, NULL, 16.98, 'JAYBAGS-74349.jpeg', 'JAYBAGS-90011.jpeg', NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-27 01:20:08', '2024-01-27 01:20:08'),
(919, 'Jewelry America Solid 14K Yellow Gold 2.5mm Concave Cuban Link Curb Chain Necklace', 'rcELA3wCK', 7, 'This unique handcrafted 14k Gold Necklace is perfect for any occasion. Order this today or browse our unique, trendsetting, & affordable fine gold jewelry.', 299.99, NULL, NULL, 480.99, 'Jewelry America Solid 14K Yellow Gold 2.5mm Concave Cuban Link Curb Chain Necklace-97443.jpeg', 'Jewelry America Solid 14K Yellow Gold 2.5mm Concave Cuban Link Curb Chain Necklace-38010.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-27 01:21:44', '2024-01-27 01:21:44'),
(920, 'Electric plastic washing machine top lead washer single tub 7kg small water saving laundry washing machine', 'Wm2Rlb1fH', 5, '1.Model No:\r\nXPB70-8C\r\n2. Wash capacity:\r\n7.0kg\r\n3. Rated wash power:\r\n350W\r\n4. Net weight:\r\n10.5kg\r\n5. Gross weight\r\n11.5kg\r\n6. Packing size(mm):\r\n480x430x830\r\n7. Body size(mm):\r\n450*410*815\r\n8. Loading QTY:\r\n405pcs/40HQ\r\n9. Water proof class: \r\nIPX4\r\n10. Washing Timer:\r\n0~15min\r\n11. 220V~50Hz ， VDE PLUG\r\n12. Aluminum motor , brown carton', 44.20, NULL, NULL, 66.00, 'Electric plastic washing machine top lead washer single tub 7kg small water saving laundry washing machine-55746.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 01:23:11', '2024-01-27 01:23:11'),
(921, 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door', 'OTfXt7Usf', 5, 'Door type\r\nSwing,casement,side opening\r\nSurface treatment\r\nPainting Finished\r\nMaterial\r\nAccept Customization\r\nSize - 32 inches by 80 inches \r\nCustomized Size\r\nColor\r\nAs Picture Or Customized\r\nAccessories\r\nLock+hinge+handle\r\nHardware\r\nHOPO or China Top Brand', 75.00, NULL, NULL, 117.51, 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door-84830.jpeg', 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door-35849.jpeg', 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door-49116.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-27 01:26:08', '2024-01-28 19:12:50'),
(922, 'GENUINE VINTAGE SEIKO 5 AUTOMATIC 7S26A JAPAN MENS D/D BLACK WATCH 612-a319098-6', 'bcsVRt5Uu', 18, 'The watch have been recently serviced by experts and We guarantee that the watch is in perfect working order and it will not give a time difference of more then ( 2 or -2)minutes in 24 hours and all the functions in the watch are working perfect but please see the photographs nicely for any defects/age marks in the watch.\r\n\r\nDepartmentMenWater ResistanceNoYear ManufacturedVintage (1971-1983)GenderMenBrandSeikoModelAutomaticFeaturesDay/DateDialProfessionally repainted dialGlass/crystalWill install a new glass/crystal before dispatch if neededMovementMechanical: AutomaticTypeWristwatchCase DiameterPlease go above to the 7th imageCase back materialStainless steel case and backMadeJapanDisplayAnalogBand width18mmWhich size wrist will it fit ?8.0inches (contact us for bigger wrist)Band MaterialNewly installed strapSeller\'s review about this watchIt is in ready to wear conditionWarranty6 months seller warranty (contact seller to claim it)Ships toAll over the worldShipping chargeFree shipping to all over the worldShipping timeMinimum 7 and maximum 28 business daysAuthenticity100% original and authentic watchWater ResistantNoDial ColorBlackStyleCasualConditionUsed', 42.00, NULL, NULL, 55.99, 'GENUINE VINTAGE SEIKO 5 AUTOMATIC 7S26A JAPAN MENS D/D BLACK WATCH 612-a319098-6-65301.jpeg', 'GENUINE VINTAGE SEIKO 5 AUTOMATIC 7S26A JAPAN MENS D/D BLACK WATCH 612-a319098-6-50415.jpeg', 'GENUINE VINTAGE SEIKO 5 AUTOMATIC 7S26A JAPAN MENS D/D BLACK WATCH 612-a319098-6-87558.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-27 01:27:31', '2024-01-27 01:27:31'),
(923, 'Film Scanner Scans', 'Krv0kAKEc', 7, 'Includes adjustable rapid slide feeder; Once you digitize them into JPG files they can be copied, moved, duplicated freely with a simple click of a mouse.\r\n5/10 Mega Pixel Stand alone Film/Slide, scan film to your SD card(up to 32GB SDHC) in 1800DPI high resolution\r\nUSB 2.0 interface Convert Video Cable to TV out feature: NTSC/PAL\r\nDisplay is 2.4 inch TFT LCD screen (480x234)on the bottom, you can make the adjustment conveniently\r\nOperation system: Windows XP, VISTA, 7, 8,10,Mac OS', 20.99, NULL, NULL, 58.70, 'Film Scanner Scans-55593.jpeg', 'Film Scanner Scans-18181.jpeg', 'Film Scanner Scans-69562.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 01:27:32', '2024-01-27 01:27:32'),
(924, 'Aux cooling heating split wall Air conditioner 12000BTU high efficient A++portable Air Conditioners inverter', 'AKm8N6bOK', 5, 'Hisense TCL Midea GREE Samsung Hersense OEM Air Conditioner for Home/Truck/Basement Wall Mounted Split type EURO Standard High Quality, R410a R32 Cooling/Heating Inverter AC Aires Climatiseur', 170.00, NULL, NULL, 200.00, 'Aux cooling heating split wall Air conditioner 12000BTU high efficient A++portable Air Conditioners inverter-90857.jpeg', 'Aux cooling heating split wall Air conditioner 12000BTU high efficient A++portable Air Conditioners inverter-46842.jpeg', 'Aux cooling heating split wall Air conditioner 12000BTU high efficient A++portable Air Conditioners inverter-55370.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 01:29:38', '2024-01-27 01:29:38'),
(925, 'Soundproof engineered wood door frame house door designs', 'BomHjOzNX', 5, 'Main Materials\r\n1.pure solid wood door: all parts of the door made of one kind of solid wood,no HDF,no wood veneer, such as solid oak wood,solid red walnut(Okoume) wood\r\n\r\n2.composite door:solid wood core+8mm HDF on two sides+natural wood veneer +painting\r\nHigh density Fiberboard(HDF)\r\n8MM,very good sound isolation, E1/E0 grade environmental protection,health, high hardness,Excellent stable performance\r\nPaint types\r\nSealing finish painting(smooth surface)\r\n\r\nStandard Dimension (H*W*T)\r\n2050*900*400mm, custom as your request\r\nDoor Leaf Thickness\r\n43mm,40mm,45mm,50mm\r\nOpening Direction\r\nInward/Outward,Left/Right\r\nHardware\r\nHigh quality Lock, handle, hinge\r\nOEM & ODM\r\nYes', 87.00, NULL, NULL, 169.00, 'Soundproof engineered wood door frame house door designs-80796.jpeg', 'Soundproof engineered wood door frame house door designs-63994.jpeg', 'Soundproof engineered wood door frame house door designs-52815.jpeg', 'General furnitures', 3.0, NULL, 1, '2024-01-27 01:31:09', '2024-01-27 07:07:30'),
(926, '809813 BRIGGS AND STRATTON CRANKSHAFT', 'EGLVWupky', 18, 'The Briggs and Stratton crankshaft is a crucial component in small engines, providing the rotational motion necessary for the engine to function properly. It\'s designed to be durable and reliable, ensuring smooth operation and long-lasting performance. Whether you\'re repairing or building an engine, the Briggs and Stratton crankshaft is a quality choice that you can rely on. Happy engine tinkering!', 168.25, NULL, NULL, 198.99, '809813 BRIGGS AND STRATTON CRANKSHAFT-71509.jpeg', '809813 BRIGGS AND STRATTON CRANKSHAFT-45183.jpeg', '809813 BRIGGS AND STRATTON CRANKSHAFT-92397.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-27 01:32:30', '2024-01-27 01:32:30'),
(927, 'Electric Bike', 'tAGUmTnw8', 14, 'Powerful Motor - The electric bikes are equipped with a 1200W high-speed motor, which can reach a speed of 30 MPH. 20\"×4\"strong non-skid fat tires provide a safe, fast and stable riding experience for daily commutes and weekend adventures.\r\nRemovable Battery - Equipped with 48V IPX5 waterproof Li-Ion battery for quick and easy charging (4-5 hours), riding range from 25 miles (power mode only) to 40 miles (pedal assist). Detachable design is more convenient for charging.\r\nClassic Design - With an impressive retro motorcycle frame design, combined with a modern electrical system, this adult dirt bike is a true example of a tribute to the classics, both stylish and retro. riding it is like stepping back in time to that exciting era.', 400.12, NULL, NULL, 724.00, 'Electric Bike-62442.jpeg', 'Electric Bike-75358.jpeg', 'Electric Bike-13470.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-27 01:32:46', '2024-01-27 01:32:46'),
(928, 'TCL HJI HISENSE Wall Mounted Air Conditioner', '4SqGJyf2E', 5, 'Rapid Refrigerating,Quite mode,High end quality,R410a,save energy', 169.00, NULL, NULL, 180.00, 'TCL HJI HISENSE Wall Mounted Air Conditioner-40016.jpeg', 'TCL HJI HISENSE Wall Mounted Air Conditioner-54392.jpeg', 'TCL HJI HISENSE Wall Mounted Air Conditioner-26944.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 01:34:18', '2024-01-27 01:34:18'),
(929, 'Live Plant Malaysian Orchid Medinilla myriantha', 'yMkn7tsAi', 18, 'The Malaysian Orchid Medinilla myriantha is a stunning live plant that will add a touch of elegance to any space. With its vibrant pink flowers and glossy green leaves, it\'s sure to be a showstopper. This orchid is native to Malaysia and is known for its long-lasting blooms. It thrives in bright, indirect light and requires regular watering to keep it healthy and happy. If you\'re a fan of unique and beautiful plants, the Malaysian Orchid Medinilla myriantha is definitely one to consider adding to your collection.', 43.98, NULL, NULL, 66.00, 'Live Plant Malaysian Orchid Medinilla myriantha-22958.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-27 01:35:38', '2024-01-27 01:35:38'),
(930, 'Screwdriver Set Repair', 'WqeiWsfTn', 10, 'SLEEK DESIGN - It Is designed to consume less space, yet has all you need in one portable and organized box\r\nDURABLE AND EXTRA MAGNETIC - Investing in a high quality precision screwdriver set is a money and time saving. This premium repair tool kit includes a wide variety of extra magnetic and durable bits\r\nCOMPATIBLE WITH MOST DEVICES - This Professional Repair Kit is Perfect as Computer Screwdriver Set, Compatible with all kinds of current iPhone versions, iPads, Laptops, Tablets, Game Consoles, Toys, Watches, Sunglasses, drones and all modern electronics\r\nPREMIUM QUALITY - Bits are made out of heavy duty steel with high hardness, the kit includes 56 magnetic bits, 1 aluminum driver with press and adjust concept, 1 extension rod with magnetic end, 1 flexible magnetic shaft, 1 standard 1/4 connector adapter, flexible triangle opener, fine Pointing tweezer and Y0.8 and X1.5 iPhone specialty bits all come in a modern and easy to use portable box\r\nFOR PROFESSIONALS AND BEGINNERS', 13.39, NULL, NULL, 19.89, 'Screwdriver Set Repair-38525.jpeg', 'Screwdriver Set Repair-37025.jpeg', 'Screwdriver Set Repair-62657.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 01:37:10', '2024-01-27 01:37:10'),
(931, 'Breeze Lux high quality 66 inch indoor remote control 220v', 'HTk28KU1Q', 5, 'Motor Power:\r\nDC 6W-11W-21W-37W-50W\r\nVoltage/Frequency:\r\n110~240V/50~60Hz\r\nBlade size/Lampbody size:\r\n66\"\r\nMeas(L*W*H)\r\n80*38*24CM\r\nN.W\r\n8KG\r\nBlade:\r\nABS / 6 pcs(ABS / 5 pcs)\r\nLampshade material:\r\nAcrylic\r\nLight source / Power:\r\nLED PCB / 31W-31W-29W\r\nLED PCB CT:\r\n3000+4200+6000K\r\nMetal color:\r\nBlack\\Sand nickel\\White\\Gold\r\nBlades color :\r\nWood grain\\Silver\\White\\Gold\r\nCertification:\r\nCB,CE,RoHS,Australia Certification:SGS/210096\r\nSwitch/Zip:\r\nRemote control\r\nCFM:\r\n8500\r\nRPM:\r\nDC 59-78-110-113-125 r/min\r\nRPM:\r\n235', 50.89, NULL, NULL, 90.99, 'Breeze Lux high quality 66 inch indoor remote control 220v-21332.jpeg', 'Breeze Lux high quality 66 inch indoor remote control 220v-80132.jpeg', 'Breeze Lux high quality 66 inch indoor remote control 220v-76376.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 01:39:53', '2024-01-27 01:39:53'),
(932, 'Modern house door construction gold door knob lock', 'HWzIoPM7I', 5, 'Material:zinc alloy', 13.54, NULL, NULL, 21.76, 'Modern house door construction gold door knob lock-69243.jpeg', 'Modern house door construction gold door knob lock-10262.jpeg', 'Modern house door construction gold door knob lock-28044.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-27 01:40:09', '2024-01-27 01:40:09'),
(933, 'Carved Wood Sofa Chinese Mother of Pearl Inlay Royal Palace Couch', '7dKdu8NKp', 18, 'This exquisite Carved Wood Sofa with Chinese Mother of Pearl Inlay is a true masterpiece. The intricate carvings on the wood showcase the craftsmanship and attention to detail. The mother of pearl inlay adds a touch of elegance and luxury, making it a perfect addition to a royal palace-inspired setting. This couch is not only a functional piece of furniture but also a work of art that will surely impress anyone who lays eyes on it. It\'s a beautiful blend of traditional Chinese design and exquisite craftsmanship.', 1100.00, NULL, NULL, 1425.99, 'Carved Wood Sofa Chinese Mother of Pearl Inlay Royal Palace Couch-13722.jpeg', 'Carved Wood Sofa Chinese Mother of Pearl Inlay Royal Palace Couch-90337.jpeg', 'Carved Wood Sofa Chinese Mother of Pearl Inlay Royal Palace Couch-17676.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-27 01:41:04', '2024-01-27 01:41:04'),
(934, 'Wireless Keyboard and mouse', 'Qqjo4BpLg', 17, 'Mouse uses advanced 2.4G wireless technology with a receiving range of up to 10 meters\r\nThe mouse uses an accurate optical sensor with a 1000/1200/1600 DPI . The receiver is located at the bottom of the mouse, which is easy to carry\r\nKeyboard adopt advanced 2.4GHz wireless transmission technology with fine matte feel craft, stylish and classical office. Screen printing UV technology is white and not easy to fade\r\nComes With A Wireless Mouse\r\nAny Refunds and Questions will Reply to you within 24 Hours', 12.98, NULL, NULL, 18.59, 'Wireless Keyboard and mouse-30079.jpeg', 'Wireless Keyboard and mouse-13366.jpeg', 'Wireless Keyboard and mouse-51127.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 01:41:57', '2024-01-27 01:41:57'),
(935, 'High Quality Internal Door SN zinc aluminium Tube Lever Type Door Handles', '0b3GWmuQc', 5, 'Material	Zinc Alloy Aluminum \r\nMOQ	500 Pairs\r\nPayment	T/T,L/C and others are negotiation\r\nDlivery time 	Within 45 days\r\nPort	Ningbo or Shanghai\r\nFinished	GP,BN,SG,CP,BB,PB,NP,SC,SN,CF,PVD,AC,AB,SS or some else are available\r\nFunction	Be used for inner wooden doors \r\nPacking	standard export package\r\nService	OEM and ODM are all welcome\r\nInspection	in-house foundry and with serious inspection \r\nOur advantages	\r\n1)Good product quality with cheap price\r\n \r\n2)Smooth product performance\r\n \r\n3)18 years manufacture experience\r\n \r\n4)prompt reply and service\r\n \r\n5)prompt delivery', 3.00, NULL, NULL, 6.00, 'High Quality Internal Door SN zinc aluminium Tube Lever Type Door Handles-14513.jpeg', 'High Quality Internal Door SN zinc aluminium Tube Lever Type Door Handles-81911.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-27 01:42:48', '2024-01-27 01:42:48'),
(936, 'New design k9 crystal modern chandelier pendant light kitchen chandelier light with fan', 'g7XPmnMoB', 5, 'Motor Power:\r\nDC 8W-14W-20W-26W-33W-40W / AC 55W\r\nVoltage/Frequency:\r\n110~240V/50~60Hz;110~130V/60Hz;220~240V/50Hz\r\nBlade size/Lampbody size:\r\n42\"/48\"\r\nMeas(L*W*H)\r\n55*55*39.5CM\r\nN.W\r\n10.2KG\r\nBlade:\r\nPC / 4 pcs\r\nLampshade material:\r\nCrystal+Acrylic\r\nLight source / Power:\r\nLED PCB / 46W-46W-43W\r\nLED PCB CT:\r\n3000+4200+6000K\r\nMetal color:\r\nChrome\r\nBlades color :\r\nTransparent\r\nCertification:\r\nCB,CE,RoHS\r\nSwitch/Zip:\r\nRemote control\r\nRPM:\r\n235', 50.38, NULL, NULL, 89.45, 'New design k9 crystal modern chandelier pendant light kitchen chandelier light with fan-75979.jpeg', 'New design k9 crystal modern chandelier pendant light kitchen chandelier light with fan-48821.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 01:43:54', '2024-01-27 01:43:54'),
(937, 'Modern door main handles models high quality pull', 'I5omknjgV', 5, 'Description	HIGH QUALITY LEVEL DOOR HANDLE WITH EURO ESCUTCHEON  \r\nMaterial	Zinc handle lever on zinc rose\r\nMOQ	500 Pairs\r\nPayment	T/T,L/C and others are negotiation\r\nDlivery time 	Within 45 days\r\nPort	Ningbo or Shanghai\r\nFinished	GP,BN,SG,CP,BB,PB,NP,SC,SN,CF,PVD,AC,AB,SS or some else are available\r\nFunction	Be used for inner wooden doors \r\nPacking	standard export package\r\nService	OEM and ODM are all welcome\r\nInspection	in-house foundry and with serious inspection \r\nOur advantages	\r\n1)Good product quality with cheap price\r\n \r\n2)Smooth product performance\r\n \r\n3)18 years manufacture experience\r\n \r\n4)prompt reply and service\r\n \r\n5)prompt delivery', 4.00, NULL, NULL, 8.00, 'Modern door main handles models high quality pull-49048.jpeg', 'Modern door main handles models high quality pull-12443.jpeg', 'Modern door main handles models high quality pull-52361.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 01:45:42', '2024-01-27 01:45:42'),
(938, 'Captain America 65th Anniversary Special #1-comic book-2006-Marvel NM-', 'ukflZTNYW', 18, 'The Captain America 65th Anniversary Special #1 comic book is a fantastic collector\'s item from 2006. It\'s a special edition released by Marvel Comics to celebrate the 65th anniversary of the iconic superhero, Captain America. The comic is in NM (Near Mint) condition, which means it\'s in excellent shape with minimal wear and tear. Inside, you\'ll find a thrilling story featuring Captain America and his adventures, along with stunning artwork that brings the action to life. It\'s a must-have for any Marvel fan or comic book collector, especially if you\'re a fan of Captain America!', 31.53, NULL, NULL, 45.00, 'Captain America 65th Anniversary Special #1-comic book-2006-Marvel NM--86809.jpeg', 'Captain America 65th Anniversary Special #1-comic book-2006-Marvel NM--66059.jpeg', NULL, 'Books', 4.0, NULL, 1, '2024-01-27 01:45:46', '2024-01-27 01:45:46'),
(939, 'HD Video Projector', 'kFyOTKJuA', 17, 'Home Entertainment Projector\r\n1920x1080P native resolution, 5000: 1 high contrast ratio, Displayed more rich detail than 720p projector. 40% brighter than other 1080p projectors. Provide vivid, clear, colorful pictures.100%-75% zoom, Enjoy movie nights with your friends and family.\r\nSealed Optical Components & Dustproof\r\nUnique optical component sealing technology. Dustproof, durable, and less noisy than other ordinary LED projectors. Prevent dust in the air from entering the machine to produce black spots on the screen and affect the viewing experience.\r\nElectronic Keystone & Dual Speaker\r\nEquipped with advanced digital keystone correction(horizontal and vertical). No installation restrictions. Helping you always get a square image easily. Equipped with SRS System Dual speakers, Support AUX port. Get the latest firmware upgrade for better sound quality.\r\nMultiple Devices Connection\r\nWith HDMI, USB, AV, and 3.5 mm(AUX) port; Compatible with multiple devices:', 40.99, NULL, NULL, 74.84, 'HD Video Projector-95727.jpeg', 'HD Video Projector-96178.jpeg', 'HD Video Projector-11155.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 01:47:49', '2024-01-27 01:47:49'),
(940, 'Ceiling fan with light 3000+4200 + 6000k Led ceiling light with fan', 'CSoza2F8T', 5, 'Motor Power:\r\nDC 4W-7W-11W-17W-23W-30W\r\nVoltage/Frequency:\r\n110~240V/50~60Hz\r\nBlade size/Lampbody size:\r\n22\"\r\nMeas(L*W*H)\r\n61*61*37CM\r\nN.W\r\n7.5KG\r\nBlade:\r\nABS\r\nLampshade material:\r\nAcrylic\r\nLight source / Power:\r\nLED PCB / 19W-19W-18W\r\nLED PCB CT:\r\n3000+4200+6000K\r\nMetal color:\r\nGold\r\nBlades color :\r\nGold\r\nCertification:\r\nCB,CE,RoHS,Australia Certification:SGS/210096\r\nSwitch/Zip:\r\nRemote control\r\nCFM:\r\n5400\r\nRPM:\r\nDC 145-188-228-258-285-318 r/min', 70.49, NULL, NULL, 90.84, 'Ceiling fan with light 3000+4200 + 6000k Led ceiling light with fan-67992.jpeg', 'Ceiling fan with light 3000+4200 + 6000k Led ceiling light with fan-46907.jpeg', 'Ceiling fan with light 3000+4200 + 6000k Led ceiling light with fan-52460.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 01:48:23', '2024-01-27 01:48:23'),
(941, 'Modern simplicity high quality many colors for choice', 'ItyNWge5U', 5, 'item\r\nvalue\r\nType\r\nDoor & Window Handles\r\nWarranty\r\n5 years\r\nAfter-sale Service\r\nOnline technical support\r\nProject Solution Capability\r\nOthers\r\nApplication\r\nApartment\r\nDesign Style\r\nModern\r\nUsage\r\nDoor\r\nPlace of Origin\r\nZhejiang China\r\nBrand Name\r\nJOG\r\nModel Number\r\nJOG32-935\r\nStyle\r\nModern Desgin', 5.00, NULL, NULL, 11.50, 'Modern simplicity high quality many colors for choice-31147.jpeg', 'Modern simplicity high quality many colors for choice-30151.jpeg', 'Modern simplicity high quality many colors for choice-55366.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 01:49:50', '2024-01-27 01:49:50');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(942, 'Star Trek 1979 Peter Pan Book & LP Record Set Brand New BR 522 Passage Moauv', 'kGol0cZ50', 18, 'The Star Trek 1979 Peter Pan Book & LP Record Set is a brand new collector\'s item. It includes a book and a vinyl record, making it a unique and nostalgic piece for Star Trek fans. The set is in great condition and features the BR 522 Passage Moauv story. It\'s a perfect addition to your Star Trek collection and a fun way to experience the story in both visual and audio formats.', 24.28, NULL, NULL, 26.98, 'Star Trek 1979 Peter Pan Book & LP Record Set Brand New BR 522 Passage Moauv-92723.jpeg', 'Star Trek 1979 Peter Pan Book & LP Record Set Brand New BR 522 Passage Moauv-63029.jpeg', NULL, 'Books', 4.5, NULL, 1, '2024-01-27 01:50:24', '2024-01-27 01:50:24'),
(943, 'Ventilador De Techo remote control indoor decorative interior', 'S8EeRcniO', 5, 'Motor Power:\r\nDC 5W-11W-16W-22W-27W-33W / AC 60W\r\nVoltage/Frequency:\r\n110~240V/50~60Hz;110~130V/60Hz;220~240V/50Hz\r\nBlade size/Lampbody size:\r\n48\"\r\nMeas(L*W*H)\r\n60.5*37*36CM\r\nN.W\r\n8.3KG\r\nBlade:\r\nComposite board / 4 pcs\r\nMetal color:\r\nWhite\r\nBlades color :\r\nWhite\r\nCertification:\r\nCB,CE,RoHS\r\nSwitch/Zip:\r\nRemote control\r\nRPM:\r\nAC 230 / DC 125-170-192-215-226-240 r/min', 40.38, NULL, NULL, 60.79, 'Ventilador De Techo remote control indoor decorative interior-47803.jpeg', 'Ventilador De Techo remote control indoor decorative interior-46192.jpeg', 'Ventilador De Techo remote control indoor decorative interior-94757.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 01:52:17', '2024-01-27 01:52:17'),
(944, 'Samsung Galaxy', 'IXtoHTvbI', 13, 'Qualcomm Snapdragon 888 Octa-core 2.84 GHz, 2.4 GHz, 1.8 GHz\r\nDual: 12 MP Wide + 12 MP Ultra wide Rear Camera 10 MP Front-Facing Camera\r\n256GB\r\n6.7\" Main Screen: 6.7\'\' Dynamic AMOLED 2X (2640 x 1080)\r\nCover Screen: 1.9\'\' Super AMOLED (260 x 512) 2640 x 1080\r\nNon-removable Li-Po Battery 3300mAh\r\nAndroid 11, One UI 3.1.1', 500.10, NULL, NULL, 1000.00, 'Samsung Galaxy-53106.jpeg', 'Samsung Galaxy-43284.jpeg', 'Samsung Galaxy-17372.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 01:52:27', '2024-01-27 01:52:27'),
(945, 'H shaped round tube door pull handle,Brushed Satin Silver', 'yR67YEuRC', 5, 'Item No:\r\nHD\r\nMetal:\r\nSS304 .\r\nBut SS201 is available at lower price\r\nAnd SS316 is recommended for houses near the beach\r\nFinish:\r\nBrushed Satin Silver.\r\nOther colors: Mirror Golden Plated,Matt black powder coating, Mirror polished etc\r\nApplication:\r\nOffice Building, Glass/wooden door', 9.00, NULL, NULL, 11.00, 'H shaped round tube door pull handle,Brushed Satin Silver-37083.jpeg', 'H shaped round tube door pull handle,Brushed Satin Silver-99285.jpeg', 'H shaped round tube door pull handle,Brushed Satin Silver-37847.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 01:53:46', '2024-01-27 01:53:46'),
(946, 'Vintage Copper Age Marvel X-Factor #3 Comic Book X_Men', 'Z3iIX1cM0', 18, 'The Vintage Copper Age Marvel X-Factor #3 Comic Book is a real gem for X-Men fans. It\'s part of the X-Factor series, which features the mutant superhero team. This particular issue is from the Copper Age of comics, which was a really exciting time for Marvel. You\'ll find action-packed pages, thrilling storylines, and amazing artwork that brings the X-Men to life. It\'s a must-have for any collector of vintage comic books, especially if you\'re a fan of the X-Men!', 12.99, NULL, NULL, 15.99, 'Vintage Copper Age Marvel X-Factor #3 Comic Book X_Men-28218.jpeg', 'Vintage Copper Age Marvel X-Factor #3 Comic Book X_Men-91988.jpeg', 'Vintage Copper Age Marvel X-Factor #3 Comic Book X_Men-45663.jpeg', 'Books', 2.5, NULL, 1, '2024-01-27 01:54:17', '2024-01-27 01:54:17'),
(947, 'Prossian Dc 160W 1200Pa removable battery pack cordless upright stick vacuum cleaner', 'FLYsgQ3KW', 5, 'High suction power', 30.84, NULL, NULL, 50.00, 'Prossian Dc 160W 1200Pa removable battery pack cordless upright stick vacuum cleaner-54182.jpeg', 'Prossian Dc 160W 1200Pa removable battery pack cordless upright stick vacuum cleaner-91532.jpeg', 'Prossian Dc 160W 1200Pa removable battery pack cordless upright stick vacuum cleaner-47528.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 01:57:20', '2024-01-27 01:57:20'),
(948, 'Gaming monitor', '8qhRh3SQp', 17, '49\" Curved DQHD (5120 x 1440) Nano IPS Display\r\nVESA DisplayHDR™ 400 with DCI-P3 98% (Typ.)\r\nnVIDIA® G-SYNC® Compatible & AMD FreeSync™ Premium Pro\r\nHDMI 2.1 & USB Type-C™ with 90W Power Delivery\r\nPBP/PIP, Built-in KVM, Low Blue Light, Dual Controller, OnScreen Control\r\n10W x 2ch with Rich Bass and Tilt/Height/Swivel with 3-Side Virtually Borderless Design', 600.00, NULL, NULL, 1000.00, 'Gaming monitor-53065.jpeg', 'Gaming monitor-53564.jpeg', 'Gaming monitor-39532.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-27 01:58:05', '2024-01-27 01:58:05'),
(949, 'Wholesale Supply Decorative Cabinet Pull Furniture Hardware Door, Cabinet, Drawer Ceramic Knob Handle at Low Price', 'qg8NzC1BE', 5, 'Product Name\r\nCeramic Knob\r\nMaterial\r\nCast Iron & Brass  \r\nColor\r\nMulticolor\r\nSize\r\n40x65mm\r\nDesign Style\r\n Traditional\r\nSample\r\nSample is available, and free, and be finished within 2 weeks.\r\nOEM\r\nAvailable', 0.30, NULL, NULL, 0.60, 'Wholesale Supply Decorative Cabinet Pull Furniture Hardware Door, Cabinet, Drawer Ceramic Knob Handle at Low Price-23359.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-27 01:58:49', '2024-01-27 01:58:49'),
(950, 'Stand Ice&Hot Water Dispenser', 'HvHfhkmfL', 5, 'Material\r\nPlastic\r\nFunction\r\nInstant Hot & Icy water\r\nRated voltage\r\n220V\r\nHeating power\r\n450w\r\nCooling power\r\n70w\r\nWater tank capacity\r\n19L\r\nWater temperature range\r\n12℃ icy water,95℃ boiled water\r\nControl mode\r\nknob control', 20.78, NULL, NULL, 49.34, 'Stand Ice&Hot Water Dispenser-70402.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 02:00:15', '2024-01-27 02:00:15'),
(951, 'Sound Bar and Surround Speakers', 'h3KR6v4YO', 18, '810W Total Output Power\r\nMeridian Audio Technology\r\nHigh Resolution Audio 24bit/96kHz\r\n4K Passthrough (HDCP 2.3)\r\nDolby Vision & HDR10 Passthrough\r\nTV AI Sound Passthrough\r\nMulti-Platform Support (Alexa, Google Assistant, Chromecast, Apple AirPlay 2, Spotify Connect)\r\nRear Surround and Upfiring Speakers', 447.00, NULL, NULL, 996.00, 'Sound Bar and Surround Speakers-20898.jpeg', 'Sound Bar and Surround Speakers-63941.jpeg', 'Sound Bar and Surround Speakers-23187.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 02:02:36', '2024-01-27 02:02:36'),
(952, 'Iron panel door lock,security mortise door locks', 'cz57xKCGK', 5, 'Item No.\r\nDLH062-8923AC-ZD\r\nPanel&handle\r\nIron with AC finish \r\nCylinder\r\nLength 68mm ,double opened,brass material \r\nKeys\r\nPlastic head Computerized brass keys with nickel plated \r\n(Worker Keys*2pcs+ Master Keys*5pcs)\r\nHandle weight \r\n600g / pair\r\nHandle length \r\n138mm\r\nPanel size\r\n68*360mm\r\nMortise lock size\r\n60*68mm\r\nApplication\r\nAll kinds of wooden and steel doors\r\nPacking \r\n1set/box,16sets/ctn', 5.20, NULL, NULL, 7.20, 'Iron panel door lock,security mortise door locks-53310.jpeg', 'Iron panel door lock,security mortise door locks-73587.jpeg', 'Iron panel door lock,security mortise door locks-82113.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:03:04', '2024-01-27 02:03:04'),
(954, 'Toaster', '8B4vsUDPb', 5, 'Metal/plastic\r\nFunction\r\nCancel, reheat, defrost, bagel(optional)\r\nPackage\r\n1 piece per color box, 6 boxes per outer carton', 20.00, NULL, NULL, 30.40, 'Toaster-55065.jpeg', 'Toaster-81063.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 02:03:15', '2024-01-27 02:03:15'),
(956, 'SysStim 240', '9Onna0ZnB', 17, 'Offers nine discrete waveforms: Interferential, Premodulated, Medium Frequency (Russian), Biphasic, High Volt Pulsed Galvanic, Microcurrent, TENS-Asymmetrical Biphasic, TENSSymmetrical Biphasic and Galvanic (Continuous DC)\r\nAllows the clinician to set on/off times, up and down ramps, pulse width and frequency along with frequency modulation\r\nFeatures M WheelTM touch panel, which simplifies parameter entry and operation\r\nBuilt-in laser and infrared technology (probe kits sold separately)\r\nNumerous anatomical and waveform specific protocols complete with electrode placement guidance\r\nStores personalized treatment protocols for later use', 14000.00, NULL, NULL, 24000.00, 'SysStim 240-99470.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 02:07:06', '2024-01-27 02:07:06'),
(957, 'Glossy Magazine Printing, High Quality Adult Photo Book Printing custom printing design decorative faux book', 'p0ETBDjvH', 5, 'When it comes to glossy magazine printing and high-quality adult photo book printing, you\'re in for a treat! You can get custom printing designs that will make your books look absolutely stunning. Whether you\'re looking for a decorative faux book or a personalized photo book, the options are endless. With high-quality printing, vibrant colors, and attention to detail, your books will be a true work of art. So go ahead and let your creativity run wild with your custom printing projects!', 8.04, NULL, NULL, 9.99, 'Glossy Magazine Printing, High Quality Adult Photo Book Printing custom printing design decorative faux book-49164.jpeg', 'Glossy Magazine Printing, High Quality Adult Photo Book Printing custom printing design decorative faux book-60534.jpeg', 'Glossy Magazine Printing, High Quality Adult Photo Book Printing custom printing design decorative faux book-62870.jpeg', 'Books', 5.0, NULL, 1, '2024-01-27 02:07:08', '2024-01-27 02:07:08'),
(958, 'Stainless steel 4 doors French depth fridge with family external water and ice dispenser', 'TepEyDAEG', 5, '2 years\r\nType\r\nFrench Door\r\nMaterial\r\nPlastic\r\nFeature\r\nCOMPRESSOR\r\nInstallation\r\nPORTABLE\r\nFreezer Capacity\r\n12\r\nFridge Capacity\r\n312\r\nEnergy Efficiency Rating\r\nGrade 2\r\nApplication\r\nHotel, Commercial, Household\r\nPower Source\r\nElectric\r\nRefrigeration Type\r\nAir Cooling\r\nApp-Controlled\r\nYes\r\nPrivate Mold\r\nYes\r\nCapacity\r\n500-599L\r\nProduct name\r\nFrench Door Refrigerator', 600.12, NULL, NULL, 720.00, 'Stainless steel 4 doors French depth fridge with family external water and ice dispenser-91088.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 02:09:48', '2024-01-27 02:09:48'),
(959, 'European Antique Interior Barn Wood Sliding Door Hardware Track Set', 'EYjPtZbma', 5, 'The Interior Barn Door Hardware can save space and add some style by installing a barn door or two in your home. Maybe you have salvaged an old door from an actual barn, or purchased a prefabricated door, or even built your own. No matter the case, your door requires a unique set of hardware to properly install it, and many options are available in terms of style and appearance. We\'ll get you familiar with the Barn Door Hardware that you need.\r\n\r\nA set of Interior barn door hardware kits, including 1 rail, 2 hanger sets, 5 stand-offs and screws, 2 anti-jumpers, 2 door stoppers ,1 floor guide and other accessories.\r\n\r\nThe Material is Carbon steel,they have different size such as 5 ft, 6 ft, 6.6 ft, 8 ft etc.\r\n\r\nYou can make any color you like, powder coating black, white, green, electroplating gold, antique brass and other customization. The loading weight Not more than 120 kg.', 2.60, NULL, NULL, 4.60, 'European Antique Interior Barn Wood Sliding Door Hardware Track Set-97665.jpeg', 'European Antique Interior Barn Wood Sliding Door Hardware Track Set-81222.jpeg', 'European Antique Interior Barn Wood Sliding Door Hardware Track Set-97814.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:10:19', '2024-01-27 02:10:19'),
(960, 'Electronic Digital Piano, Semi Weighted Keys, MDF, Double tube Stand, MIDI USB, Storage Bag, Sustain Pedal, Power Supply, Built-in speaker (Black)', 'KRYIQ5Qox', 7, '?88 Weighted Keys?: MDF Material Piano Body. Full size digital piano with 88 semi weight-sensitive keys, the keys will reflect touching heavier in the low end and lighter in the high, Suitable for beginners.\r\n?Sustain Pedal?: Package have a detachable Single pedal simulates a damper-free sound adjustment, Closely replicate the Sound of a real piano.\r\n?Keyboard stand?: Heavy duty double-x metal construction ensures extra stability for heavy and light digital electronic keyboards.\r\n?Muiti Function?: Build in Speaker/Dual headphone Jack/sound Volume Adjustment/Transposition function/MIDI USB etc. Output function: three-digit digital display.\r\n?Rhythms & Polyphony?:The 88 keys music keyboard electric piano with 8 tones, 128 tones 128 rhythms, 20 demo songs. Free switching of rhythm, demo song and tone.', 90.00, NULL, NULL, 179.00, 'Electronic Digital Piano, Semi Weighted Keys, MDF, Double tube Stand, MIDI USB, Storage Bag, Sustain Pedal, Power Supply, Built-in speaker (Black)-88085.jpeg', 'Electronic Digital Piano, Semi Weighted Keys, MDF, Double tube Stand, MIDI USB, Storage Bag, Sustain Pedal, Power Supply, Built-in speaker (Black)-66635.jpeg', 'Electronic Digital Piano, Semi Weighted Keys, MDF, Double tube Stand, MIDI USB, Storage Bag, Sustain Pedal, Power Supply, Built-in speaker (Black)-34124.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 02:13:04', '2024-01-27 02:13:04'),
(961, 'Portable indoor air cooler fan air conditioner', 'ljYBpaWqr', 5, 'No.\r\nFLS-120CR18\r\nProduct Size(without wheels) 259*295*681mm\r\nPacked Size\r\n316*355*792mm\r\nWater Tank Capacity\r\n5.4L\r\n681mm\r\nTimer\r\nRated Power\r\nVoltage\r\n295mm\r\nGross Weight\r\nNet Weight\r\n12 hours\r\n75W\r\n220V~240V AC\r\n7.30KG\r\n5.90KG\r\n693PCS\r\n1 piece/color box', 30.80, NULL, NULL, 45.77, 'Portable indoor air cooler fan air conditioner-88825.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 02:15:25', '2024-01-27 02:15:25'),
(962, 'Screen Cleaner', 'Mr4qvfLU2', 13, 'TV SCREEN CLEANER SPRAY AND CLOTH FROM 2 GREAT BRANDS: 2 oz. cleaning solution spray bottle + 2 MagicFiber microfiber cleaning cloths (1 Extra Large OVERSIZE 16x16 and 1 original 6x7)\r\nOur electronic cleaner solution is alcohol FREE, Ammonia FREE, Odor FREE and our MAGICFIBER microfiber cleaning cloth for electronics leave ZERO scratches, streaks or marks.\r\nEASY TO USE as monitor cleaner, laptop screen cleaner, flat screen tv cleaner & any other electronics cleaner, Oled, simply spray the cleaning solution onto the microfiber cloth then wipe the screen until desired cleanliness & shine is achieved.', 9.00, NULL, NULL, 18.00, 'Screen Cleaner-90962.jpeg', 'Screen Cleaner-80850.jpeg', 'Screen Cleaner-63265.jpeg', 'Gadgets and electronics', 2.5, NULL, 1, '2024-01-27 02:18:05', '2024-01-27 02:18:05'),
(963, 'Modern door main handles models high quality pull', 'cniP6uVVA', 5, 'Material	Zinc lever on zinc rose\r\nMOQ	500 Pairs\r\nPayment	T/T,L/C and others are negotiation\r\nDlivery time 	Within 45 days\r\nPort	Ningbo or Shanghai\r\nFinished	GP,BN,SG,CP,BB,PB,NP,SC,SN,CF,PVD,AC,AB,SS or some else are available\r\nFunction	Be used for inner wooden doors \r\nPacking	standard export package\r\nService	OEM and ODM are all welcome\r\nInspection	in-house foundry and with serious inspection \r\nOur advantages	\r\n1)Good product quality with cheap price\r\n \r\n2)Smooth product performance\r\n \r\n3)18 years manufacture experience\r\n \r\n4)prompt reply and service\r\n \r\n5)prompt delivery', 2.00, NULL, NULL, 4.00, 'Modern door main handles models high quality pull-34894.jpeg', 'Modern door main handles models high quality pull-40543.jpeg', 'Modern door main handles models high quality pull-14420.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:19:44', '2024-01-27 02:19:44'),
(964, 'High quality helper arm head tire changer wheel balancer combo car tyre changer and balancer for tireshop', 'XoFSEKXA0', 5, 'If you\'re looking for a high-quality helper arm head tire changer wheel balancer combo for your tire shop, you\'re in luck! This combo is a game-changer when it comes to efficiently changing and balancing car tires. With its advanced features and durable construction, it\'s designed to make your tire-changing process a breeze. From the helper arm head for extra support to the wheel balancer for precise balancing, this combo has got you covered. It\'s a must-have for any tire shop looking to provide top-notch service. 🚗🔧🔩', 1773.47, NULL, NULL, 2336.17, 'High quality helper arm head tire changer wheel balancer combo car tyre changer and balancer for tireshop-31301.jpeg', 'High quality helper arm head tire changer wheel balancer combo car tyre changer and balancer for tireshop-96910.jpeg', 'High quality helper arm head tire changer wheel balancer combo car tyre changer and balancer for tireshop-23647.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-27 02:20:12', '2024-01-27 02:20:12'),
(965, 'Espresso cappuccino', 'gLvHW2xWI', 5, 'Brand Name\r\nVenusta\r\nModel Number\r\nMaster S\r\nCapacity (Cup)\r\nDirect Valve\r\nDimensions (L x W x H (Inches)\r\n405x670x465 (mm)\r\nHousing Material\r\nPC+ABS(LFGB)\r\nPower (W)\r\n1400\r\nVoltage (V)\r\n220\r\nAfter-sales Service Provided\r\nFree spare parts, Return and Replacement\r\nWarranty\r\n1 Year\r\nType\r\nAutomatic Coffee Machine\r\nFunction\r\nBrew System, Hot Water System, LCD Display, 10 Menu Selection\r\nApplication\r\nHotel\r\nPower Source\r\nElectric\r\nApp-Controlled\r\nNO\r\nFeature\r\n10 Menu Selection\r\nDisplay\r\nLCD\r\nType of coffee machine\r\nAutomctic Coffee Machine\r\nCapacity of Water Tank\r\nDirect Valve', 1000.00, NULL, NULL, 1780.00, 'Espresso cappuccino-92443.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 02:20:49', '2024-01-27 02:20:49'),
(966, 'High Airflow USB Cooling fan', 'qtzRwT0wf', 18, 'USB FAN 5V: 5V 120mm fan for cooling various electronics devices such as router modem desk computerPS3 PS4 Xbox ,it can reduce the components temp to prolong unit working life.SPECIFICATION: Rated Voltage: 5V ,Rated Current:0.25A, Speed:(1100RPM-1500RPM),NoiseLevel:(20dBA-36dBA),Airflow:(25CFM-45CFM).3 SPEED CONTROLLER: 120mm fan with speed controller, you can adjust the speed from high speed 1500RPM(45CFM) , medium speed 1300RPM (35CFM), low speed 1100RPM(25CFM)to get different airflow and noise level.DUSTPROOF FAN FILTER:120mm USB fan with dustproof fan filter to keep your devices clean.', 12.67, NULL, NULL, 15.99, 'High Airflow USB Cooling fan-83819.jpeg', 'High Airflow USB Cooling fan-13182.jpeg', 'High Airflow USB Cooling fan-69326.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-27 02:23:13', '2024-01-27 02:23:13'),
(967, 'Sandwich toaster 4 slices multi function', 'UgEJqELZK', 5, 'The toaster has stainless steel liner, double-sided baking, separate work bar design, easy to operate, can bake 4 slices of bread at the same time, 3cm ultra-wide bread slot design.', 3.00, NULL, NULL, 5.00, 'Sandwich toaster 4 slices multi function-62061.jpeg', 'Sandwich toaster 4 slices multi function-52516.jpeg', 'Sandwich toaster 4 slices multi function-93641.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 02:24:38', '2024-01-27 02:24:38'),
(968, 'India Origin Supplier Wholesale Selling Modern Design Brass Finish 63X50 mm Cabinet/ Dresser/ Door/ Windows Ring Flush Handles', '2qaTOMX5W', 5, 'Product Name	Brass Handle\r\nBase Metal	Brass\r\nDesign Style	Contemporary,  Modern\r\nFinish	Polish Brass\r\nAvailable Finish	Chrome Plated, Satin Chrome, Antique Brass, Satin Brass, Black, Matt Nickel, Glossy Nickel\r\nSize	63X50 mm\r\nWeight	60 gm\r\nApplication	Drawer, Cabinets, Dresser, Windows, Doors\r\nAccessories	Will be supplied with screws\r\nSample	Paid samples are available but can be reimbursed if the size of final order is big.\r\nOEM / Private Label\r\nAvailable on bulk orders & for small orders their will be extra charges\r\nCustomization\r\nPossible', NULL, NULL, NULL, 0.86, 'India Origin Supplier Wholesale Selling Modern Design Brass Finish 63X50 mm Cabinet/ Dresser/ Door/ Windows Ring Flush Handles-83907.jpeg', 'India Origin Supplier Wholesale Selling Modern Design Brass Finish 63X50 mm Cabinet/ Dresser/ Door/ Windows Ring Flush Handles-57428.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:25:08', '2024-01-27 02:25:08'),
(969, 'PC Motherboard Mini Speaker Desktop Computer Case DIY Internal Code Mini Plug Beep Alarm Buzzer', 'qDApjfyGJ', 18, 'Type: Motherboard Internal Code Beep Buzzer Mini Speaker\r\nCable: Red + Black color, Approx. 6cm Length.\r\nMainboard Connector Type: 2.54 pitch 4 Pin female header, plugs right into your motherboard where the speaker hooks up.\r\nFunction: These are the speakers used to obtain beep codes from motherboards,alarm systems and other electronics. Keep your computer case internal cable tidy.\r\nPackage Included: 5pcs Mini Plug Speaker For PC Computer Motherboard Case Buzzer Board Beep Alarm', 4.00, NULL, NULL, 9.00, 'PC Motherboard Mini Speaker Desktop Computer Case DIY Internal Code Mini Plug Beep Alarm Buzzer-70731.jpeg', 'PC Motherboard Mini Speaker Desktop Computer Case DIY Internal Code Mini Plug Beep Alarm Buzzer-99620.jpeg', 'PC Motherboard Mini Speaker Desktop Computer Case DIY Internal Code Mini Plug Beep Alarm Buzzer-82884.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-27 02:27:57', '2024-01-27 02:27:57'),
(970, 'Candor home appliance 276/308L built in fridge freezer double door refrigerator bottom freezer', 'wPWwUbSWP', 5, 'Multiple use functions refrigerator', 400.00, NULL, NULL, 799.00, 'Candor home appliance 276/308L built in fridge freezer double door refrigerator bottom freezer-54930.jpeg', 'Candor home appliance 276/308L built in fridge freezer double door refrigerator bottom freezer-74411.jpeg', 'Candor home appliance 276/308L built in fridge freezer double door refrigerator bottom freezer-28017.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 02:30:00', '2024-01-27 02:30:00'),
(971, 'Hard Drive Case', 'AlOilE3p5', 17, 'Copatible & Size: Inner Size: 5.5*3.5*0.75inch, Compatible with any 2.5-inch external hard drives, and other small electronic products and accessories like power banks less than 5.9*3.3inches, usb cables, chargers.\r\nShockproof: Made of very soft materials, which can protect your hard drive well.\r\nEasy to carry: Light-weight and elegent, can easily put in your backpack and travel cases.', 4.00, NULL, NULL, 7.00, 'Hard Drive Case-57194.jpeg', 'Hard Drive Case-67401.jpeg', 'Hard Drive Case-99694.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 02:31:51', '2024-01-27 02:31:51'),
(972, 'Door Handle', '6RI4L0ZJQ', 5, 'item\r\nvalue\r\nType\r\nDoor & Window Handles\r\nWarranty\r\nNONE\r\nAfter-sale Service\r\nOnline technical support\r\nProject Solution Capability\r\ngraphic design\r\nApplication\r\nLiving Room Kitchen Bath Room\r\nDesign Style\r\nModern\r\nUsage\r\nWooden door handle interior pull handle lever\r\nPlace of Origin\r\nChina\r\nZhejiang\r\nBrand Name\r\nleading\r\nModel Number\r\nLSX301-X004 antique bronze', 14.21, NULL, NULL, 21.92, 'Door Handle-97350.jpeg', 'Door Handle-89020.jpeg', 'Door Handle-80037.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:33:30', '2024-01-27 02:33:30'),
(973, 'Cleaning Pen for Airpods Earbuds', 'B6DR1KvNh', 14, '8-In-1 Multi-Function Cleaning Kit\r\nCleaning stick, high-density soft brush, hidden brush, washable fiber flannelette, cleaning\r\ntip, mobile phone holder, screen Cleaning fluid nozzle (cleaning fluid not included), built-in\r\nkey puller. It can be used to clean bluetooth earphones, mobile phones, keyboards, Screen\r\nand other electronic equipment, flexible and convenient, easy to operate.', 15.00, NULL, NULL, 15.99, 'Cleaning Pen for Airpods Earbuds-44539.jpeg', 'Cleaning Pen for Airpods Earbuds-69588.jpeg', 'Cleaning Pen for Airpods Earbuds-76587.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 02:37:16', '2024-01-27 02:37:16'),
(974, 'Evaporative Air cooler 2022 hot selling home appliance Air conditioner electric bladeless stand leafless fan', 'JYFa3VY0b', 5, 'Application\r\nHotel, Outdoor, Garage, Commercial, Household\r\nPower Source\r\nElectric, Manual\r\nApp-Controlled\r\nNo\r\nFeatured Function\r\nCooling\r\nProduct Name\r\nAir Water Cooler\r\nFunction\r\nHumidifier\r\nKeyword\r\nPortable Mini Cooler\r\nColor\r\nWhite/Black\r\nFeature\r\nLow Energy\r\nPower supply\r\nElectric Power\r\nWater Tank\r\n47\r\nSpeed\r\n3-speed\r\nControl\r\nManual Switch Air Cooler\r\nName\r\nEvaporative Air Conditioning', 40.00, NULL, NULL, 60.00, 'Evaporative Air cooler 2022 hot selling home appliance Air conditioner electric bladeless stand leafless fan-50814.jpeg', 'Evaporative Air cooler 2022 hot selling home appliance Air conditioner electric bladeless stand leafless fan-21583.jpeg', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 02:38:03', '2024-01-27 02:38:03'),
(975, 'Car Kit | Gift Box for Car Enthusiasts and New Car Owners | Cool Oto Accessories', 'Y1oukjAiU', 17, 'If you\'re on the hunt for an awesome gift for car enthusiasts or new car owners, look no further than the Car Kit Gift Box! This cool gift box is packed with Oto accessories that will make any car lover\'s heart race. From stylish car keychains to handy gadgets like phone holders and air fresheners, this kit has it all. It\'s the perfect way to show off your love for cars and make your ride even more enjoyable. So go ahead and treat yourself or surprise a car-loving friend with this amazing Car Kit Gift Box!', 41.45, NULL, NULL, 55.00, 'Car Kit | Gift Box for Car Enthusiasts and New Car Owners | Cool Oto Accessories-81826.jpeg', 'Car Kit | Gift Box for Car Enthusiasts and New Car Owners | Cool Oto Accessories-76625.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-27 02:38:03', '2024-01-27 02:38:03'),
(976, 'Recently Luxury Modern L Shape Director Manger Ceo Boss Office Furniture Solutions Table Set Executive Office Desk', 'ZFFmYcpK1', 5, 'Brand\r\n Hongye\r\nSize\r\n W2600*D1600*H760 mm...or Custom\r\nMaterials\r\n Particle,MDF, HDF,Plywood Board or Custom\r\nSurface\r\n Malemine/HPL or Custom\r\nVeneer thickness\r\n 3mm or Custom\r\nApplication\r\n Office, School,Hotel,Bank,Hospital,Goverment\r\nColor Option\r\n Ebony, Bluish Grey,Brown,White,Black...or Custom \r\nCertificate\r\n ISO,SGS\r\nWarranty\r\n 5 year\r\nDelivery Time\r\n 20-35days after deposit', 129.00, NULL, NULL, 149.00, 'Recently Luxury Modern L Shape Director Manger Ceo Boss Office Furniture Solutions Table Set Executive Office Desk-62341.jpeg', 'Recently Luxury Modern L Shape Director Manger Ceo Boss Office Furniture Solutions Table Set Executive Office Desk-89824.jpeg', 'Recently Luxury Modern L Shape Director Manger Ceo Boss Office Furniture Solutions Table Set Executive Office Desk-48566.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:40:42', '2024-01-27 02:40:42'),
(977, 'High velocity electrical fan industrial fan', 'TYSHWo1UG', 5, '100% copper high velocity', 60.00, NULL, NULL, 80.00, 'High velocity electrical fan industrial fan-94265.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 02:42:11', '2024-01-27 02:42:11'),
(978, 'Mouse Killer', 'rHVWEk2Hr', 16, 'Latest Ultrasonic Technology with Upgraded Chip: Adopting the latest ultrasonic chip to impact mice, rats, spiders, fleas, cockroaches, ant, flies, mosquitoes on their hearing and nervous system to make them unpleasant and uncomfortable, which will drive them away from your home and make them don\'t dare to come close to your home anymore. What\'s more, this pest repellent won\'t kill the pests.\r\nFRIENDLY AND ECONOMICAL - This electronic pest repeller is friendly for human and our lovely pets like dogs and cats. Odorless, noiseless and no radiation.Pest control uses sound waves to drive pest and rats away without killing them leaving nasty dead insects or rodents behind for you to deal with.\r\nEasy to Use and Install: Simply plug in our ultrasonic pest repeller, It works when you notice the hazy glow. This machine should be installed 10-30inch away from the floor, and no other obstacles around within 1 meter.\r\nCoverage Area: The maximum coverage of our ultrasonic pest repeller is up to 1200 s', 13.00, NULL, NULL, 15.00, 'Mouse Killer-57357.jpeg', 'Mouse Killer-34309.jpeg', 'Mouse Killer-31694.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 02:42:45', '2024-01-27 02:42:45'),
(979, '104 Led HIGH-INTENSITY Rock Lights (Pure White)', 'P8JZ42jaH', 17, 'If you\'re looking to add some serious style and visibility to your ride, you\'ll love the 104 Led HIGH-INTENSITY Rock Lights in Pure White! These rock lights are designed to make your car stand out with their bright and vibrant illumination. Whether you want to light up the undercarriage of your car or create a cool lighting effect, these rock lights have got you covered. With 104 LEDs, they provide a high-intensity glow that is sure to turn heads. So go ahead and take your car\'s style to the next level with these awesome rock lights', 58.00, NULL, NULL, 69.99, '104 Led HIGH-INTENSITY Rock Lights (Pure White)-74233.jpeg', '104 Led HIGH-INTENSITY Rock Lights (Pure White)-52040.jpeg', '104 Led HIGH-INTENSITY Rock Lights (Pure White)-91880.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-27 02:44:39', '2024-01-27 02:44:39'),
(980, 'Snail  Skin Care Set', 'AkO4JLGCw', 5, 'Korean cosmetics kit skin product anti aging snail mucin', 9.00, NULL, NULL, 13.00, 'Snail  Skin Care Set-46569.jpeg', 'Snail  Skin Care Set-84956.jpeg', 'Snail  Skin Care Set-29766.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-27 02:47:21', '2024-01-27 02:47:21'),
(981, '78 Ford Thunderbird Deadstock Guitar Strap, Made of repurposed vintage automotive fabric', 'kN5mw3p49', 17, 'If you\'re a fan of unique and vintage accessories, you\'ll love the 78 Ford Thunderbird Deadstock Guitar Strap. This one-of-a-kind strap is made from repurposed vintage automotive fabric, giving it a cool and retro vibe. It\'s the perfect accessory for any guitar player who wants to add a touch of automotive history to their style. Plus, since it\'s made from repurposed materials, it\'s an eco-friendly choice too. Rock out in style with this deadstock guitar strap!', 55.80, NULL, NULL, 62.00, '78 Ford Thunderbird Deadstock Guitar Strap, Made of repurposed vintage automotive fabric-82001.jpeg', '78 Ford Thunderbird Deadstock Guitar Strap, Made of repurposed vintage automotive fabric-26194.jpeg', '78 Ford Thunderbird Deadstock Guitar Strap, Made of repurposed vintage automotive fabric-79989.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-27 02:48:10', '2024-01-27 02:48:10'),
(982, 'Modern L shape executive glass office table', '1TT03Ezer', 9, 'Style\r\nModern\r\nBrand\r\nYatianjing..\r\nColour\r\nAny color is available\r\nMaterial\r\nTempered glass + Iron + Melamine\r\nPlace of Product\r\nGuangdong Province,China\r\nSize\r\n1600W*800D*750H\r\n1800W*800D*750H\r\n2000W*800D*750H\r\nModes of packing\r\nCorner Protector + 3-layer Carton\r\nWarrenty\r\n1 year\r\nAfter sale service\r\nAvailable', 132.00, NULL, NULL, 200.00, 'Modern L shape executive glass office table-54142.jpeg', 'Modern L shape executive glass office table-47647.jpeg', 'Modern L shape executive glass office table-45462.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:52:25', '2024-01-27 02:52:25'),
(983, 'Car repair Neon Sign, Mechanic life logo, Repair tools Neon Sign, Car Garage Decor, Gift for Men', '5e7iiF2Jd', 17, 'If you\'re looking to add some awesome car-themed decor to your garage or man cave, you\'ll love the Car Repair Neon Sign! This neon sign features a cool \"Mechanic life\" logo and repair tools design, making it the perfect addition to any car enthusiast\'s space. It\'s not only a great way to show off your love for cars but also adds a vibrant and retro vibe to your decor. Whether you\'re a mechanic or just love working on cars, this neon sign is a fantastic gift for men who appreciate the art of car repair. So go ahead and light up your space with this awesome car garage decor!', 133.00, NULL, NULL, 140.00, 'Car repair Neon Sign, Mechanic life logo, Repair tools Neon Sign, Car Garage Decor, Gift for Men-12192.jpeg', 'Car repair Neon Sign, Mechanic life logo, Repair tools Neon Sign, Car Garage Decor, Gift for Men-94386.jpeg', 'Car repair Neon Sign, Mechanic life logo, Repair tools Neon Sign, Car Garage Decor, Gift for Men-45211.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-27 02:53:46', '2024-01-27 02:53:46'),
(984, '18kgold necklace, necklaces for gift, tiny diamond necklace, customs necklace, personalize necklace, minimalistic custom jewelry, handmade', 'NMa3425kB', 17, 'If you\'re on the hunt for a special and personalized gift, you should check out this beautiful 18k gold necklace. It\'s a stunning piece of handmade jewelry that can be customized to your liking. Whether you want to add a tiny diamond or personalize it with a special message or initials, this necklace is the perfect way to create a minimalistic and unique piece that will be cherished for years to come. It\'s a thoughtful and elegant gift option for someone special or even as a treat for yourself. So go ahead and make a statement with this custom 18k gold necklace!', 713.73, NULL, NULL, 815.00, '18kgold necklace, necklaces for gift, tiny diamond necklace, customs necklace, personalize necklace, minimalistic custom jewelry, handmade-41767.jpeg', '18kgold necklace, necklaces for gift, tiny diamond necklace, customs necklace, personalize necklace, minimalistic custom jewelry, handmade-55505.jpeg', '18kgold necklace, necklaces for gift, tiny diamond necklace, customs necklace, personalize necklace, minimalistic custom jewelry, handmade-59667.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-27 02:57:23', '2024-01-27 02:57:23'),
(985, 'New beauty and perso', 'B89grA2cI', 5, 'High frequency vibration: can exercise the muscles to achieve the effect of decomposing the skin\'s oil, make the skin shiny and firming. And through micro-vibration massage effectively cleansing pores deeply to reach comprehensively clean effect.\r\n \r\n2.  Red/blue/green LED photon therapy: give you variations of skin care, make the active ingredients of the nutrient solution penetrate to the skin effectively, enhance skin elasticity. It can repair aging skin, remove wrinkles and spots, improve complexion and face lifting.\r\n \r\n3. RF radio frequency: help skin rejuvenation, lifting face, tighten skin and remove wrinkle.', 21.00, NULL, NULL, 50.00, 'New beauty and perso-61649.jpeg', 'New beauty and perso-17977.jpeg', 'New beauty and perso-74173.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-27 02:57:52', '2024-01-27 02:57:52'),
(986, 'home office ergonomic chair', 'u6PBycLLc', 5, 'Product No.\r\nDORO S300\r\nWarranty\r\n2 Years\r\nMOQ\r\n2 Pieces', 23.00, NULL, NULL, 287.00, 'home office ergonomic chair-53052.jpeg', 'home office ergonomic chair-62188.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-27 02:58:48', '2024-01-27 03:26:20'),
(987, 'Tablet', '51vPjpxYw', 16, '1.Model No:Mi 13 Pro Max\r\n2.Platform : snapdragon870 (Latest 10 Core) \r\n3.Standby:One sim+SD card/Two sim card\r\n4.Screen: 10.1\"HD Full Display 2560*1600\r\n5.Speaker: 1511 Box Speaker\r\n6.Frequency: 3G/4G/5G\r\n7.Vibration: Support\r\n8.Colors: Blue/Black\r\n9.Memory: 12GB/16GB RAM+512GB/1TB ROM\r\n10.Multi Media: MP3/MP4/3GP/FM Radio/Bluetooth\r\n11.Multi Function: Full screen, GPS,Face recognition, Dual SIM, Wi-Fi,Bluetooth4.0, GPS,Gravity Sensor, Alarm ,Calendar ,Calculator ,Audio recorder ,Video recorder, WAP/MMS/GPRS, Image viewer,E-Book,World clock,Tasks card, rear flash\r\n12.Languages: English, Russian, Portuguese, Spanish, French, German, Italian, Dutch, Turkish, Japanese, Korean, Thai, Vietnamese, Arabic, Hebrew, Polish and other languages from around the world\r\n13.Others: Android OS 12 System\r\n15.Battery: 10000mAh Lithium-ion battery\r\n16.TypeC  input', 83.39, NULL, NULL, 166.00, 'Tablet-99095.jpeg', 'Tablet-99780.jpeg', 'Tablet-43433.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-27 02:59:59', '2024-01-27 02:59:59'),
(988, 'Yellow Gold Miami Curb Cuban Link Chain,24k Gold Curb Chain Necklace, 925 Sterling Silver VVS Moissanite | Premium Quality Hiphop Jewelry', 'g77PjA76O', 17, 'If you\'re looking for some premium quality hiphop jewelry, you\'ve got to check out this Yellow Gold Miami Curb Cuban Link Chain! It\'s a 24k gold curb chain necklace that exudes style and sophistication. Made with 925 sterling silver and featuring VVS Moissanite stones, this chain is all about quality and luxury. Whether you want to rock it as a fashion statement or add some bling to your hiphop look, this chain is sure to turn heads. So go ahead and elevate your style with this premium hiphop jewelry piece!', 460.00, NULL, NULL, 485.59, 'Yellow Gold Miami Curb Cuban Link Chain,24k Gold Curb Chain Necklace, 925 Sterling Silver VVS Moissanite | Premium Quality Hiphop Jewelry-32432.jpeg', 'Yellow Gold Miami Curb Cuban Link Chain,24k Gold Curb Chain Necklace, 925 Sterling Silver VVS Moissanite | Premium Quality Hiphop Jewelry-56500.jpeg', 'Yellow Gold Miami Curb Cuban Link Chain,24k Gold Curb Chain Necklace, 925 Sterling Silver VVS Moissanite | Premium Quality Hiphop Jewelry-62493.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-27 03:02:16', '2024-01-27 03:02:16'),
(989, 'USB', 'nCmnHbra1', 17, '1. Interface: Type-C & USB3.1.\r\n2. Net weight: 8g.\r\n3. Size:69*19*5.5mm.\r\n4. Capacity: 256GB/512GB/1TB/2TB\r\n5.Color:Silver.\r\n6. Support system: Win98/ME/2000/XP/ Vista/win7 /win8/win10 Mac OS 9.X/Linux2.4 or above.\r\nOTG-Functional SmartPhone (Android system 5.5 ) .\r\n7. Compatible with 96% Android devices in the market.\r\n8. Package: 1* pen drive.\r\nSpecifications:\r\nFeatures:\r\n1. High speed and stable data transfer,designed for next-generation devices with the new USB Type-C port\r\n2. Plug and Play,no external power supply required.\r\n3. 2-in-1 design with a Type C port and USB 3.1 connector,easy for data transmission between Type C devices and computers.\r\n4. Use A-class chip, be erased repeatedly for 100,0000 times\r\n5. Solid State Storage,portable, ultra clear cap can protect the connector well.\r\n6. Writing speed: 15m/s - 30m/s . The rate of performance depends on the different operation system available and various flash adopted,so the speed maybe different\r\nPackage Included:\r\n1*U disk\r\nNotes:\r\n256GB = approximately 230GB-240GB\r\n512GB = approximately 460GB~476.6GB\r\n1TB = approximately 900GB~950GB\r\n2TB = approximately 1700GB~1862GB', 6378.00, NULL, NULL, 12000.00, 'USB-31781.jpeg', 'USB-27782.jpeg', 'USB-15883.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-27 03:06:19', '2024-01-27 03:06:19'),
(990, 'AME 18\' (5.5 meter) Hydraulic Hose with 16050 Coupler 10000 PSI (700 bar) 16111', 'tuma9ykRv', 16, 'If you\'re in need of a heavy-duty hydraulic hose, you should check out the AME 18\' (5.5 meter) Hydraulic Hose with 16050 Coupler. This hose is built to withstand high pressure, with a rating of 10000 PSI (700 bar). It\'s perfect for industrial applications that require reliable and durable hydraulic systems. So whether you\'re working on heavy machinery or need a robust hose for your hydraulic equipment, this AME hydraulic hose is a top-notch choice. Get ready to tackle those tough jobs with confidence!', 215.53, NULL, NULL, 240.99, 'AME 18\' (5.5 meter) Hydraulic Hose with 16050 Coupler 10000 PSI (700 bar) 16111-35705.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-27 03:07:59', '2024-01-27 03:07:59'),
(991, 'DISCO 8696 Honda Retainer Assortment, 575 pcs.', 'nzhYhkvRP', 16, 'If you\'re looking for a comprehensive assortment of Honda retainers, you should check out the DISCO 8696 Retainer Assortment. It comes with a whopping 575 pieces, so you\'ll have a wide variety of retainers to choose from for your Honda vehicles. This assortment is perfect for automotive enthusiasts or professionals who work on Honda cars and need a reliable selection of retainers for repairs or replacements. With DISCO\'s quality, you can trust that these retainers will do the job right. So go ahead and grab this assortment to keep your Honda in top shape!', 179.99, NULL, NULL, 205.55, 'DISCO 8696 Honda Retainer Assortment, 575 pcs.-54605.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-27 03:10:41', '2024-01-27 03:10:41'),
(992, 'LM-900 digital lensometer auto focimeter', 's850FsZwp', 5, 'LM-900 digital lensometer auto focimeter', 450.00, NULL, NULL, 580.00, 'LM-900 digital lensometer auto focimeter-43983.jpeg', 'LM-900 digital lensometer auto focimeter-41410.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-01-27 03:12:33', '2024-01-27 03:12:33'),
(993, 'GM Original Equipment PF457GO Engine Oil Filter and Cap Seal (O-Ring)', 'XRnC9H7yu', 16, 'If you\'re looking for an engine oil filter and cap seal (O-ring) for your GM vehicle, the GM Original Equipment PF457GO is a great choice. It\'s designed specifically for GM vehicles, ensuring a perfect fit and reliable performance. With this oil filter and cap seal, you can keep your engine running smoothly and protect it from contaminants. So go ahead and grab the GM Original Equipment PF457GO for a top-notch oil filtration system!', 26.08, NULL, NULL, 34.99, 'GM Original Equipment PF457GO Engine Oil Filter and Cap Seal (O-Ring)-29516.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:12:44', '2024-01-27 03:12:44'),
(994, 'JBL', 'vjpvssBFk', 18, 'Model: CTJBL flip 6\r\nr woofer and 10W RMS for tweeterOutput power: 20W RMS fo\r\nFrequency response: 63Hz-20kHz\r\nSignal to noise ratio: > 80dB\r\nBattery type: 17.28wh lithium ion polymer (equivalent to 3.6v/1500mah)\r\nBattery charging time: 2.5 hours (5V / 3a)\r\nMusic playback time: up to 12 hours (depending on volume and audio content)\r\nCable type: usb-c charging cable\r\nCable length: 1.2m/47.2\"\r\nMaximum operating temperature: 45 ° C\r\nBluetooth Bluetooth: ® Version: 5.1\r\nSize: 178x68x72mm\r\nNet weight: 0.55kg\r\nSpecifications:\r\n1 IP67 IP67 waterproof and dustproof suitable for swimming pool. Go to the park. CTJBL flip 6 has IP67 waterproof dip67 and dust-proof functions, so you can carry your speakers anywhere.\r\n2-15-15 hours of games, don\'t sweat about small things like rechargeable batteries. CTJBL flip 6 can provide up to 12 hours of playback time on a single charge.\r\n3 [design bold design] bold audio and bold design. Tall and light, suitable for any personal style.\r\n4 placement: various colors can be placed vertically or horizontally, and various bright colors can be selected\r\n5 \"stereo\" enhance the fun of partyboost partyboott, you can connect two compatible CTJBL partyboost speakers together to get stereo effect, or you can connect multiple compatible CTJBL partyboost speakers to really enhance the party effect', 35.57, NULL, NULL, 88.93, 'JBL-15760.jpeg', 'JBL-28569.jpeg', 'JBL-71830.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 03:13:05', '2024-01-27 03:13:05'),
(995, 'Esco Equipment Stud Kleen Stud Kleen HD- Impact Driven Hub/Stud/Wheel Cleaner, Heavy Duty - NEW 50172', 'FnFT3innV', 16, 'If you\'re looking for a heavy-duty hub, stud, and wheel cleaner, the Esco Equipment Stud Kleen HD is a fantastic choice. This impact-driven cleaner is designed to tackle tough dirt and grime, making it perfect for heavy-duty applications. With the Stud Kleen HD, you can easily clean your hubs, studs, and wheels, keeping them in great condition. So go ahead and give your wheels a thorough cleaning with the Esco Equipment Stud Kleen HD!', 103.46, NULL, NULL, 155.99, 'Esco Equipment Stud Kleen Stud Kleen HD- Impact Driven Hub/Stud/Wheel Cleaner, Heavy Duty - NEW 50172-57592.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:15:32', '2024-01-27 03:15:32'),
(996, 'Product No. DORO S300 Warranty 2 Years MOQ 2 Pieces', 'bfis2hAyM', 5, 'The unique acrylic light panel on the side of the table leg adds to the gaming atmosphere in dark environments and helps you immerse yourself in the gaming experience.', 56.00, NULL, NULL, 73.00, 'Product No. DORO S300 Warranty 2 Years MOQ 2 Pieces-30962.jpeg', 'Product No. DORO S300 Warranty 2 Years MOQ 2 Pieces-51429.jpeg', 'Product No. DORO S300 Warranty 2 Years MOQ 2 Pieces-39286.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 03:16:06', '2024-01-27 03:16:06'),
(997, 'Esco Equipment Tire Inflator Tire Inflator, Compact Digital LCD Gauge w/ Dual Angle Chuck, 6 Foot Hose 10962-L', 'sombHSsuh', 1, 'If you\'re in need of a tire inflator, the Esco Equipment Tire Inflator is a great choice. It features a compact design with a digital LCD gauge, making it easy to read and use. The dual angle chuck allows for convenient access to your tire valves, and the 6-foot hose provides flexibility and reach. With this tire inflator, you can quickly and accurately inflate your tires to the desired pressure. So go ahead and grab the Esco Equipment Tire Inflator for hassle-free tire inflation!', 112.46, NULL, NULL, 135.99, 'Esco Equipment Tire Inflator Tire Inflator, Compact Digital LCD Gauge w/ Dual Angle Chuck, 6 Foot Hose 10962-L-14876.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:18:13', '2024-01-27 03:18:13'),
(998, 'Esco Equipment Bead Seater Bead Seater, Hurricane Series, 9 Gallon Aluminum Tank - NEW 20388', 'AjO9NpVNg', 16, 'If you\'re looking for a bead seater, the Esco Equipment Bead Seater from the Hurricane Series is a fantastic choice. It features a 9-gallon aluminum tank, which is durable and lightweight. With this bead seater, you can easily seat the beads on your tires, making tire mounting and balancing a breeze. So go ahead and grab the Esco Equipment Bead Seater for efficient and effective tire maintenance!', 386.96, NULL, NULL, 456.09, 'Esco Equipment Bead Seater Bead Seater, Hurricane Series, 9 Gallon Aluminum Tank - NEW 20388-65946.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:21:16', '2024-01-27 03:21:16'),
(999, 'High quality heavy material modern office stainless steel chair commercial use chair furniture', '5mdFgVe30', 5, 'item\r\nvalue\r\nFeature\r\nAdjustable (height)\r\nMail packing\r\nY\r\nDesign Style\r\nModern\r\nMaterial\r\nMetal\r\nStyle\r\nMesh Chair\r\nMetal Type\r\nStainless steel\r\nBrand Name\r\nCHAWLA EXPORTS\r\nModel Number\r\nCHAIR_002\r\nProduct Name\r\nErgonomic Mesh Office Chair\r\nColor\r\nCustomized Color\r\nFunction\r\nSeat Height Adjustable\r\nUsage\r\nOffice Room Furniture\r\nMOQ\r\n50 Pcs\r\nKeyword\r\nOffice Furniture Set\r\nItem\r\nFurniture Chairs\r\nAdvantage\r\nComfortable Sitting Feeling\r\nDescription\r\nDurable Executive Chair\r\nUse\r\nOffice .School. Home Furniture', 14.00, NULL, NULL, 19.00, 'High quality heavy material modern office stainless steel chair commercial use chair furniture-71807.jpeg', 'High quality heavy material modern office stainless steel chair commercial use chair furniture-50715.jpeg', 'High quality heavy material modern office stainless steel chair commercial use chair furniture-97619.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 03:21:21', '2024-01-27 03:22:48'),
(1000, 'Bluetooth Car Adapter', 'VPVlAXKjh', 17, '1.HiFi Stereo Audio JOYROOM Bluetooth receiver is equipped with the latest Bluetooth 5.3 technology, optimizing the transmission delay and connection defect problems of the old Bluetooth 5.0. Our Bluetooth 5.3 adapter will bring you a faster, more stable, and smarter connection with less sound quality loss. up to 100ft working distance, enough for daily use.\r\n\r\n2. Clearer Calls The Bluetooth car adapter is equipped with dual microphones working in tandem to collect your voice from 360° for smoother calls. The upgraded CVC8.0 technology and built-in filter IC effectively filters out more road noise, current sound, and other distractions, resulting in clearer hands-free calls on both ends of the line.\r\n\r\n3.Plug and Play  Simply plug it into the 3.5mm auxiliary jack and power it through the USB port! Start your car and the Bluetooth car adapter will automatically pair your phone immediately. And it allows users to pair and share two devices at the same time to easily enjoy music and hands-free calls.\r\n\r\n4.Multifunction Button & LED Light Design The independent button designed by the Bluetooth receiver supports one-key up and down song/volume up/down/answer/hang up/call back. Ease of use, no distractions, and safer driving. LED lights make it easier to find buttons when night falls.\r\n\r\n5.Multi Safety Protection  JOYROOM Bluetooth adapter strictly follows national quality standards and has passed FCC, CE, RoHS, BQB, and other certifications. The AUX Bluetooth adapter has built-in withstand voltage protection, overcurrent protection, short circuit protection, and NTC overheat protection. Make sure our equipment is safe to use.', 3.37, NULL, NULL, 20.99, 'Bluetooth Car Adapter-48331.jpeg', 'Bluetooth Car Adapter-12992.jpeg', 'Bluetooth Car Adapter-67339.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-27 03:23:03', '2024-01-27 03:23:03');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1001, 'Esco Equipment Bead Breaker Bead Breaker Kit, Maxi (Contains 10102, 10592, 10604 Hose and 10601K Reducer Kit) 10233', 'CxCUBqfKH', 16, 'If you\'re looking for a bead breaker kit, the Esco Equipment Bead Breaker Kit Maxi is a great choice. This kit contains the 10102 bead breaker, the 10592 hose, the 10604 hose, and the 10601K reducer kit. With this kit, you\'ll have everything you need to easily break the beads on your tires for tire removal or repair. So go ahead and grab the Esco Equipment Bead Breaker Kit Maxi for convenient and efficient tire maintenance!', 1471.46, NULL, NULL, 1600.99, 'Esco Equipment Bead Breaker Bead Breaker Kit, Maxi (Contains 10102, 10592, 10604 Hose and 10601K Reducer Kit) 10233-60977.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-01-27 03:23:48', '2024-01-27 03:23:48'),
(1002, 'UNITY 4-11101-15373-001 4-11101-15373-001 Front and Rear Complete Strut', '1eVlPiPha', 16, 'If you\'re looking for front and rear complete struts, the UNITY 4-11101-15373-001 is a great option. These struts are designed to provide a smooth and comfortable ride while also improving your vehicle\'s handling and stability. With the front and rear complete strut set, you\'ll have everything you need to replace your worn-out struts and get your car back in top shape. So go ahead and give your vehicle the upgrade it deserves with the UNITY 4-11101-15373-001 front and rear complete struts!', 321.99, NULL, NULL, 369.00, 'UNITY 4-11101-15373-001 4-11101-15373-001 Front and Rear Complete Strut-89185.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:27:12', '2024-01-27 03:27:12'),
(1003, 'Bluetooth Speaker Alarm', 'dRN2RFPxD', 14, '15W Fast Charging :Charge your phone quickly with a maximum output power of 15W.\r\n\r\n• Dual Functionality :This charger doubles as an alarm clock and thermometer, making it a versatile addition to your bedroom.\r\n\r\n• Type-C Connector :The Type-C connector ensures fast and stable charging for your device.\r\n\r\n• Clarm Feature :The built-in Clarm feature allows you to set multiple alarms and easily check the time without having to look at your phone.\r\n\r\n• Wireless Charging :Say goodbye to tangled cords and wires with wireless charging capabilities.\r\n\r\n• Dock Station :Easily charge multiple devices with the dock station feature.\r\n\r\n• Thermometer :Keep track of the temperature in your room with the built-in thermometer.\r\n\r\n• Wireless Speaker', 14.93, NULL, NULL, 15.39, 'Bluetooth Speaker Alarm-74969.jpeg', 'Bluetooth Speaker Alarm-90933.jpeg', 'Bluetooth Speaker Alarm-14022.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 03:30:13', '2024-01-27 03:30:13'),
(1004, 'AME International NYLON MOUNT/DEMOUNT DUCKHEAD WITH MOUNTING BRACKET AE14024784', 'TQO6zg6A5', 16, 'If you\'re looking for a nylon mount/demount duckhead with a mounting bracket, the AME International AE14024784 is a great choice. This tool is designed to assist with mounting and demounting tires, making the process easier and more efficient. With the nylon construction, it helps to protect your rims from damage during the tire changing process. So go ahead and grab the AME International NYLON MOUNT/DEMOUNT DUCKHEAD WITH MOUNTING BRACKET AE14024784 for a reliable and durable tire changing tool!', 70.00, NULL, NULL, 94.77, 'AME International NYLON MOUNT/DEMOUNT DUCKHEAD WITH MOUNTING BRACKET AE14024784-57456.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:30:55', '2024-01-27 03:30:55'),
(1005, 'WF-23544 Hot selling Home appliances Dessert fruit Electric Ice Cream Maker', '7APXWZHh6', 5, '1 quart (32-ounce) clear mixingchamber\r\n* Uses sugar-based drinks or juices,crushed ice and table salt to freeze drinks\r\n* Tank detaches from base for easy clean up \r\n* Watch the slush process as it occurs', 10.00, NULL, NULL, 13.00, 'WF-23544 Hot selling Home appliances Dessert fruit Electric Ice Cream Maker-49521.jpeg', 'WF-23544 Hot selling Home appliances Dessert fruit Electric Ice Cream Maker-13007.jpeg', 'WF-23544 Hot selling Home appliances Dessert fruit Electric Ice Cream Maker-99192.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 03:33:04', '2024-01-27 03:34:07'),
(1006, 'Wooden Executive 4 Seater Workstation PC Computer Table with Side Filing Cabinet Storage MCAB Series 4 Seater Concept With Side Storage', 'dJl5uU1MO', 5, 'Wooden Executive 4 Seater Workstation PC Computer Table with Side Filing Cabinet Storage\r\nMCAB Series\r\n4 Seater Concept With Side Storage', 797.00, NULL, NULL, 983.00, 'Wooden Executive 4 Seater Workstation PC Computer Table with Side Filing Cabinet Storage MCAB Series 4 Seater Concept With Side Storage-73528.jpeg', 'Wooden Executive 4 Seater Workstation PC Computer Table with Side Filing Cabinet Storage MCAB Series 4 Seater Concept With Side Storage-47350.jpeg', NULL, 'General furnitures', 3.5, NULL, 1, '2024-01-27 03:33:19', '2024-01-27 03:33:19'),
(1007, 'AME Urethane Wheel Chock, Orange 24In To 32In Tires 15325', 'MuHGAReaT', 16, 'the AME Urethane Wheel Chock is a great option. It\'s designed to securely hold your vehicle\'s wheels in place, providing an extra level of safety. This particular wheel chock is suitable for tires ranging from 24 inches to 32 inches in size. With its vibrant orange color, it\'s easy to spot and adds a pop of brightness to your tire maintenance routine. So go ahead and grab the AME Urethane Wheel Chock for peace of mind and added safety during your automotive adventures!', 78.23, NULL, NULL, 92.55, 'AME Urethane Wheel Chock, Orange 24In To 32In Tires 15325-53876.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-27 03:33:57', '2024-01-27 03:33:57'),
(1008, 'AME Hydraulic Steel Hand Pump 15081', 'u1jz3lX9p', 16, 'the AME Hydraulic Steel Hand Pump 15081 is a great choice. This pump is designed to provide hydraulic power for various applications, making it a versatile tool to have on hand. With its durable steel construction, it\'s built to withstand heavy use and provide reliable performance. So whether you need to power hydraulic tools or equipment, the AME Hydraulic Steel Hand Pump 15081 has got you covered!', 426.97, NULL, NULL, 475.99, 'AME Hydraulic Steel Hand Pump 15081-27322.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-01-27 03:37:37', '2024-01-27 03:37:37'),
(1009, 'tower fan', '6FiRZFaDV', 5, 'cooling air fan\r\nMaterial\r\nABS\r\nApplication\r\nhome / office\r\nFeature:\r\nfast wind\r\ncolor\r\nwhite/black/gray\r\nSeason\r\nAll-season\r\nCommercial Buyer:\r\nSpecialty Stores, TV Shopping, Department Stores, Super Market\r\nPower Source\r\nelectricty\r\nPlace of Origin:\r\nChina\r\nODM/OEM\r\nSUPPORT\r\nSize:\r\n20.5*22*82CM\r\nBrand Name\r\nEagle Gree\r\nRated Power\r\n40W\r\nPower cord length\r\n1.6M\r\nVoltage\r\n220V\r\nUsage\r\nHome appliances', 9.00, NULL, NULL, 14.44, 'tower fan-66421.jpeg', 'tower fan-29732.jpeg', 'tower fan-92708.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 03:42:25', '2024-01-27 03:42:25'),
(1010, 'AME Yamada Calcium Chloride Pump W/ Accessories 15100', 'CyvzikNhz', 16, 'If you\'re looking for a calcium chloride pump with accessories, the AME Yamada Calcium Chloride Pump 15100 is a great option. This pump is specifically designed for pumping calcium chloride, making it perfect for various applications where calcium chloride is used. With the included accessories, you\'ll have everything you need to efficiently and effectively handle calcium chloride. So go ahead and grab the AME Yamada Calcium Chloride Pump 15100 for all your calcium chloride pumping needs!', 1616.48, NULL, NULL, 1850.44, 'AME Yamada Calcium Chloride Pump W/ Accessories 15100-98544.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:44:38', '2024-01-27 03:44:38'),
(1011, 'Modern CEO office desk director office table design  offu', 'ojdBHRv2b', 5, 'Model Number\r\nWMZT04 Modern CEO Office Desk\r\nUse\r\nOffice .School. Home Furniture\r\nDesign\r\nMorden Luxury\r\nShape\r\nL-shapd\r\nMain Material\r\nE1 MDF Melamine Board\r\nColor\r\nVeneer walnut+Khaki\r\nApplication\r\nCommercial Office Furniture\r\nUsage\r\nExecutive Office Space\r\nAdvantage\r\n22 Years Experience\r\nStyle\r\nCommercial Office Modern\r\nDescription\r\nModern Office Furniture Table', 224.00, NULL, NULL, 327.00, 'Modern CEO office desk director office table design  offu-20093.jpeg', 'Modern CEO office desk director office table design  offu-49148.jpeg', 'Modern CEO office desk director office table design  offu-58215.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 03:44:43', '2024-02-23 17:27:33'),
(1012, 'AME Diamondback Aluminium Bead Breaker 11076', 'gGJMH86vN', 16, 'The AME Diamondback Aluminum Bead Breaker 11076 is a fantastic choice. This bead breaker is specifically designed to safely and efficiently break the beads on aluminum wheels. With its durable construction and reliable performance, it\'s perfect for tire shops or anyone working with aluminum wheels. So go ahead and grab the AME Diamondback Aluminum Bead Breaker 11076 for a reliable and effective tool!', 2262.68, NULL, NULL, 2588.00, 'AME Diamondback Aluminium Bead Breaker 11076-85643.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:52:25', '2024-01-27 03:52:25'),
(1013, 'Professional office furniture half round european style semi circle 100% MDF executive office desk', 'ZM18kMhSg', 5, 'Size\r\n1.6M/1.8M/2M\r\nModes of packing\r\nCartons\r\nMaterial\r\nMDF\r\nAfter sale service\r\n5 years', 92.00, NULL, NULL, 120.00, 'Professional office furniture half round european style semi circle 100% MDF executive office desk-66448.jpeg', 'Professional office furniture half round european style semi circle 100% MDF executive office desk-66212.jpeg', 'Professional office furniture half round european style semi circle 100% MDF executive office desk-92494.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-27 03:52:48', '2024-01-27 03:52:48'),
(1014, 'Glossyautoparts Electric Water Pump W/Gasket for Lexus ES 300h Toyota Camry Hybrid Avalon 11-17 161A0-39025 161A039025', 'VzdhHctoe', 16, 'If you\'re looking for an electric water pump with gasket for your Lexus ES 300h, Toyota Camry Hybrid, or Avalon from 2011 to 2017, the Glossyautoparts Electric Water Pump with Gasket 161A0-39025 is a great choice. This water pump is specifically designed to fit those models and provide efficient cooling for your engine. With its high-quality construction and included gasket, it\'s a reliable option for keeping your engine running smoothly. So go ahead and grab the Glossyautoparts Electric Water Pump with Gasket 161A0-39025 for a reliable cooling solution for your vehicle!', 109.00, NULL, NULL, 125.99, 'Glossyautoparts Electric Water Pump W/Gasket for Lexus ES 300h Toyota Camry Hybrid Avalon 11-17 161A0-39025 161A039025-66873.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-27 03:56:27', '2024-01-27 03:56:27'),
(1015, '2022 new Design concentrator Nozzle professional Ac Motor hair dryer salon hair dryer for home', 'DpMZFl4Ii', 5, 'Head hand dryer new experience', 3.89, NULL, NULL, 5.79, '2022 new Design concentrator Nozzle professional Ac Motor hair dryer salon hair dryer for home-77596.jpeg', '2022 new Design concentrator Nozzle professional Ac Motor hair dryer salon hair dryer for home-76982.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-01-27 03:56:56', '2024-01-27 03:56:56'),
(1016, 'Raw Water Pump for Volvo Penta 4.3L, 5.0L, and 5.7 Engines V8 V6 21212799 3812519', '5WXhKmMMK', 16, 'If you\'re looking for a raw water pump for your Volvo Penta 4.3L, 5.0L, or 5.7 engines, the Raw Water Pump 21212799 3812519 is a great choice. This pump is specifically designed to fit those V8 and V6 engines, providing reliable water circulation for cooling purposes. With its high-quality construction, it\'s a reliable option to keep your Volvo Penta engines running smoothly. So go ahead and grab the Raw Water Pump 21212799 3812519 for a reliable cooling solution for your boat!', 125.99, NULL, NULL, 145.17, 'Raw Water Pump for Volvo Penta 4.3L, 5.0L, and 5.7 Engines V8 V6 21212799 3812519-22047.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 03:59:22', '2024-01-27 03:59:22'),
(1017, 'Electric water kettle', 'tdL5ZZfXH', 12, 'Hot selling high quality #201 stainless fast boiling 1.8L electric water kettle\r\nCapacity\r\n1.8L \r\nVoltage\r\n 220-240V 1500W-1800W\r\nBody Material\r\n201/304 Stainless\r\nPower Source\r\nElectric\r\nFunction\r\nAutomatically\r\nColor\r\nBlack/red/blue/yellow/green color&  other colors are also optional \r\nApplication\r\nHotel, Household, Commercial,Restaurtant\r\nLogo\r\nCustomized Logo\r\nFeature\r\nElectric\r\nFunction\r\nCordless, Boil-Dry Protection\r\nTemperature Control\r\nChinese brand （Single or Double Controls are Optional with different price）\r\nAutomatic Shut-off\r\nyes\r\nLine \r\nCopper Clab Aluminum or Pure Copper Lines are optional with different price \r\nPlugs \r\nVDE ,BS ,UK,KC,Brazil plug ,UL ,Argentina plugs are Optional', 2.25, NULL, NULL, 2.35, 'Electric water kettle-67082.jpeg', 'Electric water kettle-28636.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-27 04:01:57', '2024-01-27 04:01:57'),
(1018, 'Water Pump Impeller KIT For Mercury Mariner 40-50 HP', 'RgT0MF1P8', 16, 'If you\'re looking for a water pump impeller kit for your Mercury Mariner 40-50 HP outboard motor, I\'ve got just the thing for you. This kit includes all the necessary components to replace the water pump impeller, ensuring proper water circulation and cooling for your motor. It\'s a great way to keep your Mercury Mariner running smoothly on the water. So go ahead and grab the Water Pump Impeller Kit for Mercury Mariner 40-50 HP and enjoy worry-free boating!', 48.99, NULL, NULL, 62.00, 'Water Pump Impeller KIT For Mercury Mariner 40-50 HP-58454.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-27 04:03:34', '2024-01-27 04:03:34'),
(1019, 'High end contemporary storage stainless steel chair wholesale executive gikbal office desk', 'gXgLsRq4n', 5, 'office table ,executive desk,manager desk ,director desk,Meeting desk,conference table', 134.00, NULL, NULL, 162.00, 'High end contemporary storage stainless steel chair wholesale executive gikbal office desk-55488.jpeg', 'High end contemporary storage stainless steel chair wholesale executive gikbal office desk-52842.jpeg', 'High end contemporary storage stainless steel chair wholesale executive gikbal office desk-91022.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-01-27 04:08:02', '2024-01-27 04:08:02'),
(1020, 'Home hotel hair dryer electric iron hair blow dryer', 'zsBNHDr67', 5, 'Model NO.	ZF-2235\r\nCertificate	CE, EMC, RoHS\r\nPower (W)	1000W\r\nVoltage (V)	220-240V~50/60Hz\r\nColor	Customized\r\nPort of loading	Shenzhen\r\nMOQ	3000pcs', 6.14, NULL, NULL, 10.00, 'Home hotel hair dryer electric iron hair blow dryer-36294.jpeg', 'Home hotel hair dryer electric iron hair blow dryer-38794.jpeg', 'Home hotel hair dryer electric iron hair blow dryer-35652.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 04:12:17', '2024-01-27 04:12:17'),
(1021, 'Office meeting chair with writing foldable pad tablet cup holder', 'SNPFKLqsh', 5, 'Producer parameter', 3.00, NULL, NULL, 5.00, 'Office meeting chair with writing foldable pad tablet cup holder-29238.jpeg', 'Office meeting chair with writing foldable pad tablet cup holder-73623.jpeg', 'Office meeting chair with writing foldable pad tablet cup holder-49881.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 04:15:35', '2024-01-27 04:15:35'),
(1022, 'Electronics temperature variable control water boiler electric gooseneck kettle', 'EUIPiYMLQ', 5, 'Brushing finish Electric coffee kettle electric kettle Electric Gooseneck coffee Kettle programmable control water boiler', 28.00, NULL, NULL, 30.45, 'Electronics temperature variable control water boiler electric gooseneck kettle-11413.jpeg', 'Electronics temperature variable control water boiler electric gooseneck kettle-92140.jpeg', 'Electronics temperature variable control water boiler electric gooseneck kettle-24273.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 04:19:06', '2024-01-27 04:19:06'),
(1023, 'DC solar deep chest freezer for residential solar off grid freezer', 'DAMTKqVyR', 5, '60L DC solar freezer \r\nSuitable for various places, widely used in home, office, dormitory, field camping, long-distance transportation, preservation of fresh food and pharmaceutical cold chain.', 154.00, NULL, NULL, 161.00, 'DC solar deep chest freezer for residential solar off grid freezer-37503.jpeg', 'DC solar deep chest freezer for residential solar off grid freezer-34567.jpeg', 'DC solar deep chest freezer for residential solar off grid freezer-99027.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 04:23:13', '2024-01-27 04:23:13'),
(1024, 'Electric plastic washing machine top_load washer single tub 7kg small water saving laundry washing machine', 'aa8sCm47z', 5, 'Model No:\r\nXPB70-8C\r\n2. Wash capacity:\r\n7.0kg\r\n3. Rated wash power:\r\n350W\r\n4. Net weight:\r\n10.5kg\r\n5. Gross weight\r\n11.5kg\r\n6. Packing size(mm):\r\n480x430x830\r\n7. Body size(mm):\r\n450*410*815\r\n8. Loading QTY:\r\n405pcs/40HQ\r\n9. Water proof class: \r\nIPX4\r\n10. Washing Timer:\r\n0~15min\r\n11. 220V~50Hz ， VDE PLUG\r\n12. Aluminum motor , brown carton', 33.00, NULL, NULL, 65.00, 'Electric plastic washing machine top_load washer single tub 7kg small water saving laundry washing machine-39714.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-27 04:31:54', '2024-01-27 04:31:54'),
(1025, 'Semi automatic commercial coffee maker/Nespresso coffee maker', 'djzkjbMlK', 5, 'Capacity\r\n1 litres\r\nColour\r\nWhite\r\nSpecial feature\r\nmilk frother\r\nCoffee maker type\r\nEspresso Machine\r\nProduct dimensions\r\n8.6D x 14.6W x 10.9H centimetres', 300.00, NULL, NULL, 390.70, 'Semi automatic commercial coffee maker/Nespresso coffee maker-88336.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-27 04:35:42', '2024-01-27 04:35:42'),
(1026, 'Copper Scrap Wire (Millberry)', 'TFa2UlZ1I', 5, 'Copper wire scrap 99.9%\r\n\r\nthis copper scrap is with high quality\r\n1) Our copper scrap includes wires, tubes, and plates, etc.\r\n2)The size is chips or other.\r\n3) Copper content could meet customers need.\r\nApplication:\r\nElectrical, light industry, machinery,national defense industry .\r\nCopper Scrap is industry a important sources of the raw materials, all kinds of can be recycled Recycling waste production with copper', 250.00, NULL, NULL, 300.89, 'Copper Scrap Wire (Millberry)-57361.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-01-27 04:38:11', '2024-01-27 09:23:10'),
(1027, 'Copper wire scrap 99.99% supply industrial metal sell in bulk red bright copper wire metal scrap recuse copper wire', 'zoxjnpAix', 19, 'Type:Copper Wire\r\nMaterial:Copper\r\nShape:Linear\r\nColor:Red\r\nPurity:99.9% Min\r\nApplication:Air Condition or Refrigerator, Water Tube, Water Heater, Oil Cooler Pipe\r\nWe could supply the copper scrap with high quality and competitive price.\r\n1) Our copper scrap includes wires, tubes, and plates, etc.\r\n2)The size is chips or other.\r\n3) Copper content could meet customers need.\r\nApplication:\r\nElectrical, light industry, machinery,national defense industry .\r\nCopper Scrap is industry a important sources of the raw materials, all kinds of can be recycled Recycling waste production with copper\r\nthis copper scrap is with high quality and competitive price.\r\n1) Our copper scrap includes wires, tubes, and plates, etc.\r\n2)The size is chips or other.\r\n3) Copper content could meet customers need.', 390.00, NULL, NULL, 450.00, 'Copper wire scrap 99.99% supply industrial metal sell in bulk red bright copper wire metal scrap recuse copper wire-14381.jpeg', 'Copper wire scrap 99.99% supply industrial metal sell in bulk red bright copper wire metal scrap recuse copper wire-13234.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-01-27 04:45:20', '2024-01-27 09:21:42'),
(1028, 'Pure aluminum scrap 99.9%', 'NxuxZ04cO', 19, 'Extrusion 6063 Pure Aluminium Scrap 99.9% and Aluminium Scrap Wire /aluminium cable scrap', 250.00, NULL, NULL, 300.00, 'Pure aluminum scrap 99.9%-88319.jpeg', 'Pure aluminum scrap 99.9%-65099.jpeg', 'Pure aluminum scrap 99.9%-81653.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-27 04:48:27', '2024-01-27 05:22:14'),
(1029, 'Human hair', '5arcDK1IC', 19, 'Wear and go human hair wig 6x5 hd lace frontal cuticle aligned hair indian lace wigs, Thin HD lace frontal wigs for black women\r\nWig Kind:\r\nNatural Straight, Body Wave, Deep Wave, Water Wave, Kinky Curl..........Providing any style product according to customer\'s\r\nproduct picture or sample\r\nLace Material:\r\nHD Lace , transparent lace ,Swiss Lace\r\nLace/Base Size:\r\n100% hand tied Full Lace Cap Wig\r\nHair Quality:\r\n100% cuticle aligned human hair, no tangling and no shedding\r\nCap size:\r\nMedium cap size\r\nAvailable Length:\r\n10-28 Inches in Stock, other length could be customized\r\nNet Weight:\r\n135g-350g', 30.58, NULL, NULL, 50.88, 'Human hair-86133.jpeg', 'Human hair-44784.jpeg', 'Human hair-29212.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-27 04:53:11', '2024-01-27 09:19:08'),
(1030, '13x4 Lace front wig cheap Brazilian human hair', '3U75WtZNR', 19, 'Hair Item\r\nLace Front Wigs 100% Virgin Human Hair HD Transparent \r\nHair Materials\r\n100% Human Hair, Cuticle Aligned Hair, Natural Remy Human Hair\r\nHair Features \r\n1. Natural Color Hair, Blonde Color Hair, Can be Bleached and Dyed\r\n2. No Chemical, Silky and Shiny\r\n3. No Shedding, No Tangle\r\n4. Can be Curled and Restyled\r\n5. Pre Plucked, with Natural Hairlines, Small Knots\r\nLace Type\r\nSwiss HD Lace, Transparent Lace\r\nHair Styles\r\nStraight, Body wave, Deep Wave, Water Wave, Loose Wave, Kinky Curly and Customized Style\r\nHair Color\r\nNatural Color, Blonde 613, 2#, P4/27, 99J, Ginger, Orange, Green\r\nLength Available\r\n8 inch to 40 inch\r\nMOQ\r\n1PCS', 25.98, NULL, NULL, 38.00, '13x4 Lace front wig cheap Brazilian human hair-70138.jpeg', '13x4 Lace front wig cheap Brazilian human hair-21838.jpeg', '13x4 Lace front wig cheap Brazilian human hair-43175.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-27 04:57:00', '2024-01-27 04:57:00'),
(1031, 'Human hair', 'vvbrRb0gg', 19, 'Short Bob Lace Front Wig Hd Lace Frontal Wigs Human Hair Kinky Curly Glueless Full Hd Lace Wigs For Black Women\r\n\r\nHair Features\r\n1. 100% Human Hair\r\n2. 100% Cuticle Aligned Hair\r\n3. 100% Unprocessed Virgin Hair\r\n4. 100% Healthy Hair from Young Girls\r\n5. 100% Directly Factory Price\r\n6. No Chemical,No Shedding,No Tangle,No Smell\r\n7. Shiny,Smooth,Silky,Luxurious Hair\r\n8. Can be Bleached and Dyed all Colors\r\n9. Double Weft\r\nHair Color\r\nNatural Color,#613, #2, #4, 1B/27, 1B/30, 1B/99J, 1B/Gray etc.\r\n\r\nHair Texture\r\nStraight,Body Wave,Deep Wave,Kinky Curly,Jerry Curly,Loose Wave,Loose Deep\r\nEgg Curl,Water Wave, Kinky Straight', 10.00, NULL, NULL, 15.00, 'Human hair-13005.jpeg', 'Human hair-18150.jpeg', 'Human hair-60275.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-27 05:06:25', '2024-01-27 09:12:40'),
(1032, 'Brazilian 13x6 HD human hair transparent lace', 'N8YsLn8ba', 19, '13x6 HD Human Hair Transparent Lace Front Wig for Black Women, Deep Wave 13*4 HD Swiss Lace Frontal Wigs Vendor\r\nHair Material\r\nBrazilian Virgin Human Hair\r\nNone animal hair or synthetic fiber\r\nHair Feature\r\n1. Weight: 130g - 300g \r\n2. Techique: 4*4 lace closure wig, 13*4 lace frontal wig\r\n3. Density: 150% 180% 210% 250%\r\n4. Base Material: French Lace, Swiss Lace\r\n5. Color of Lace: Transparent Lace, light brown lace\r\n6. Encrypted top and natural hairline\r\n7. Ear to ear 13 inches width lace & 4 combs to firm\r\n8. High longest hair ratio \r\n9. Elastic strap to adjust the cap size\r\nHair Color\r\n1b# Natural Black \r\nOmbre Color: 1b/27#, 1b/30#, 1b/99j#, 1b/4/27#, 1b/4/30# \r\nPlain Color: 1# 2# 4# 27# 30# 99j# 33# \r\nSpecial Color: 613#, 1b/613#, 1b/red#, 1b/pink#, 1b/blue#, 1b/green#, 1b/purple#, 1b/350# \r\nPiano Color: P4/27#\r\nHair Texture\r\nBody/Silky Straight/Curly/Deep/Water/Loose/Loose Deep/Kinky Straight/Yaki/Kinky Curl, etc\r\nHair Length\r\n12\"-30\"', 95.00, NULL, NULL, 185.00, 'Brazilian 13x6 HD human hair transparent lace-80678.jpeg', 'Brazilian 13x6 HD human hair transparent lace-72879.jpeg', 'Brazilian 13x6 HD human hair transparent lace-98953.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-27 05:11:13', '2024-01-27 08:45:30'),
(1033, 'Conference table', 'OoVTT6DmC', 5, 'Size\r\n300*140*75Cm\r\nPayment Terms\r\nT/T with 30% deposit,and 70% balance before delivery\r\nLead Time\r\n7 to 35 days depends on different orders', 750.00, NULL, NULL, 950.00, 'Conference table-85346.jpeg', 'Conference table-42473.jpeg', 'Conference table-90658.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 05:12:13', '2024-01-27 05:12:13'),
(1034, 'Office Workstation', '9L40URa6p', 5, 'Brand\r\nIcon workspace\r\nMOQ\r\n2 pcs\r\nMaterials\r\nMetal frame, melamine/ laminate table top, fabric screen or acoustic screen.\r\nQuality Control\r\n100% inspection before packing\r\nApplication\r\nStaff workstation, office furniture, workstation, office desk, office table, office workstation', 98.10, NULL, NULL, 105.00, 'Office Workstation-73411.jpeg', 'Office Workstation-37712.jpeg', 'Office Workstation-42094.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-27 05:15:39', '2024-01-27 06:59:03'),
(1035, 'Swiss lace 180 Density pre plucked Deep wave wig raw virgin Indian human hair 13x4 Hd transparent lace frontal wigs', 'yaYALHBjO', 19, '1.Weight: 130g - 300g \r\n2. Techique: 4*4 lace closure wig, 13*4 lace frontal wig\r\n3. Density: 150% 180% 210% 250%\r\n4. Base Material: French Lace, Swiss Lace\r\n5. Color of Lace: Transparent Lace, light brown lace\r\n6. Encrypted top and natural hairline\r\n7. Ear to ear 13 inches width lace & 4 combs to firm\r\n8. High longest hair ratio \r\n9. Elastic strap to adjust the cap size\r\nHair Texture\r\nBody Wave, Straight, Water Wave, Deep Wave, Curly, Loose Deep, Loose Wave, Kinky Curly, Natural Wave etc.\r\nHair Length\r\nHair Color\r\n1b# Natural Black', 120.00, NULL, NULL, 212.00, 'Swiss lace 180 Density pre plucked Deep wave wig raw virgin Indian human hair 13x4 Hd transparent lace frontal wigs-38407.jpeg', 'Swiss lace 180 Density pre plucked Deep wave wig raw virgin Indian human hair 13x4 Hd transparent lace frontal wigs-62022.jpeg', 'Swiss lace 180 Density pre plucked Deep wave wig raw virgin Indian human hair 13x4 Hd transparent lace frontal wigs-67030.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-27 05:16:27', '2024-01-27 08:39:10'),
(1036, 'LUXURY CLASSIC WOODEN OFFICE FURNITURE DESK SET', 'FzFx4fIG4', 5, 'Item NO.	\r\n 6850\r\n Brand name	 HAOSEN-Rolls\r\nProduct size	 2700W*1100D*760H mm\r\nColor	 Red-brown\r\nStyle	 Luxury Modern\r\nMaterial	 MDF+Solid wood+Paper', 860.00, NULL, NULL, 1168.00, 'LUXURY CLASSIC WOODEN OFFICE FURNITURE DESK SET-11639.jpeg', 'LUXURY CLASSIC WOODEN OFFICE FURNITURE DESK SET-90736.jpeg', 'LUXURY CLASSIC WOODEN OFFICE FURNITURE DESK SET-70439.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 13:03:19', '2024-01-27 13:03:19'),
(1037, 'CLARINS  - Radiance-Plus Golden Glow Booster for Body 30ml/1oz', 'PdOIwGIVS', 19, 'A 100% safe radiance boosting fluid for body. Adds customized radiance & a healthy glow to your daily skin care routine. Contains DHA & erythrulose, a supplementary self-bronzing active ingredient. Blended with tocopherol & aloe extract for longer lasting effect. Creates a flawless natural-looking first tan.', 44.99, NULL, NULL, 50.78, 'CLARINS  - Radiance-Plus Golden Glow Booster for Body 30ml/1oz-80924.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-27 23:42:51', '2024-01-27 23:42:51'),
(1038, 'CLARINS  Purifying Gentle Foaming Cleanser with Alpine Herbs & Meadowsweet Extracts 4.2 oz Combination to Oily Skin Skin Care', 'xuQGW2GBJ', 19, 'A creamy foaming facial cleanser for combination to oily skin Naturally lathering formula helps gently & effectively remove impurities, makeup & pollution Contains purifying Alpine herbs sourced from the brand\'s own farm, Le Domaine Clarins Infused with mattifying Organic Meadowsweet extract & pore-cleansing blue granules made with salicylic acid Loaded with vegetal squalene to protect skin’s hydrolipidic film from the drying effects', 17.99, NULL, NULL, 20.99, 'CLARINS  Purifying Gentle Foaming Cleanser with Alpine Herbs & Meadowsweet Extracts 4.2 oz Combination to Oily Skin Skin Care-95333.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-27 23:46:31', '2024-01-27 23:46:31'),
(1039, 'CLARINS  - Super Restorative Night Age Spot Correcting Replenishing Cream 50ml/1.6oz', 'IOzNLtBwK', 19, 'A powerful replenishing & anti-spot night cream. Enriched with two exclusive plant extracts: organic harungana leaf & Montpelier rock-rose. Helps replenish skin\'s density & correct the appearance of age spots. Visibly improves the look of sagging skin & wrinkles. Unveils a firmer, smoother, fairer, clearer & younger looking complexion.', 96.99, NULL, NULL, 116.99, 'CLARINS  - Super Restorative Night Age Spot Correcting Replenishing Cream 50ml/1.6oz-49438.jpeg', 'CLARINS  - Super Restorative Night Age Spot Correcting Replenishing Cream 50ml/1.6oz-14901.jpeg', 'CLARINS  - Super Restorative Night Age Spot Correcting Replenishing Cream 50ml/1.6oz-40443.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-27 23:55:45', '2024-01-27 23:55:45'),
(1040, 'White home luxury mesh leather executive ergonomic office', 'RS6BbO3wR', 5, 'item\r\nSpecification\r\nWarranty\r\n2 years\r\nPlace of Origin\r\nTurkey\r\nBrand Name\r\nTAS OFFICE\r\nModel Number\r\nTAS OFFICE\r\nApplication\r\nOffice Furniture\r\nMaterial\r\nSheet Metal/Steel/Wood/Fabric/Leather\r\nDimensions\r\nVarious\r\nColour\r\nCustom\r\nOptions\r\nCustomer\'s choice\r\nOEM\r\nAvailable\r\nQuality\r\nHigh', 50.00, NULL, NULL, 70.00, 'White home luxury mesh leather executive ergonomic office-16736.jpeg', 'White home luxury mesh leather executive ergonomic office-10692.jpeg', 'White home luxury mesh leather executive ergonomic office-71603.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-27 23:58:25', '2024-01-27 23:58:25'),
(1041, 'CLARINS  Extra-Firming Energy Radiance-Boosting, Wrinkle-Control Day Cream 1.7 oz Skin Care', '0Phj2lOCc', 19, 'A firming day cream with energizing superpowers. Formulated with Glow Plus Complex containing active ingredients from four superpowered fruits. Helps restore vitality & radiance to skin. Adds a double-energy effect for a healthy-looking complexion instantly. Skin becomes firmer, more toned & nourished. Perfect for all skin types. Design house: Clarins. Series: Extra-Firming Energy Radiance-Boosting, Wrinkle-Control Day Cream', 60.00, NULL, NULL, 75.99, 'CLARINS  Extra-Firming Energy Radiance-Boosting, Wrinkle-Control Day Cream 1.7 oz Skin Care-68030.jpeg', 'CLARINS  Extra-Firming Energy Radiance-Boosting, Wrinkle-Control Day Cream 1.7 oz Skin Care-70413.jpeg', 'CLARINS  Extra-Firming Energy Radiance-Boosting, Wrinkle-Control Day Cream 1.7 oz Skin Care-16541.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:01:26', '2024-01-28 00:01:26'),
(1042, 'Folding chair wood seat and metal  base vintage Indian home office foldable chair commercial furniture', 'pJV0BvswI', 19, 'item\r\nvalue\r\nFeature\r\nFoldable\r\nMail packing\r\nY\r\nDesign Style\r\nModern\r\nMaterial\r\nMetal and Wood\r\nStyle\r\nExecutive Chair, Lift Chair\r\nMetal Type\r\nIron\r\nBrand Name\r\nIndia Buying Inc\r\nModel Number\r\nJICM-1014', 18.00, NULL, NULL, 26.00, 'Folding chair wood seat and metal  base vintage Indian home office foldable chair commercial furniture-80685.jpeg', 'Folding chair wood seat and metal  base vintage Indian home office foldable chair commercial furniture-83893.jpeg', 'Folding chair wood seat and metal  base vintage Indian home office foldable chair commercial furniture-20643.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:04:53', '2024-01-28 00:04:53'),
(1043, 'Labradorite Silver Ring Adjustable Wrap Labradorite Ring for Women Handmade Jewelry Custom Gemstone Ring Valentines Gift for Her', 'edXmZXDtv', 17, 'This handmade beauty is a custom gemstone ring that features a stunning Labradorite stone. With its adjustable wrap design, it\'s perfect for any woman. It\'s not just a piece of jewelry, it\'s a heartfelt Valentine\'s gift that she\'ll cherish.', 179.00, NULL, NULL, 205.11, 'Labradorite Silver Ring Adjustable Wrap Labradorite Ring for Women Handmade Jewelry Custom Gemstone Ring Valentines Gift for Her-61078.jpeg', 'Labradorite Silver Ring Adjustable Wrap Labradorite Ring for Women Handmade Jewelry Custom Gemstone Ring Valentines Gift for Her-84236.jpeg', 'Labradorite Silver Ring Adjustable Wrap Labradorite Ring for Women Handmade Jewelry Custom Gemstone Ring Valentines Gift for Her-17416.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-28 00:05:22', '2024-01-28 00:05:22'),
(1044, 'Nutri-Lumiere Night Cream by for Unisex - 1.6 oz Cream', '95RohMMIZ', 19, 'It helps to fights against the weakening of the skin barrier caused by aging that leads to dry, dull and fragile skin and delivers key nutrients more efficiently to the skin. Series: Nutri-Lumiere Night Cream. Gender: Unisex. Category: Skin Care. SubType: Lotions & Creams. Size: 1.6 oz. Barcode: 3380810354331. Nutri-Lumiere Night Cream by Clarins for Unisex - 1.6 oz Cream.', 69.99, NULL, NULL, 140.00, 'Nutri-Lumiere Night Cream by for Unisex - 1.6 oz Cream-52624.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:05:49', '2024-01-28 00:05:49'),
(1045, 'CLARINS  Total Cleansing Oil with Alpine Golden Gentian & Lemon Balm Extracts 5 oz Skin Care', 'cEYciRLCN', 19, 'A lightweight, refreshing, easy-rinse facial cleansing oil. Transforms into a silky milk to instantly remove long-wearing, heavy & waterproof makeup & pollutants. Contains exclusive Gentle Complex, a blend of the purest Organic Golden Gentian & Organic Lemon Balm extracts sourced from Le Domaine Clarins. Helps soothe & soften skin while preserving its microbiota. Infused with Moringa extract to detoxify skin by eliminating pollutants.', 37.99, NULL, NULL, 40.00, 'CLARINS  Total Cleansing Oil with Alpine Golden Gentian & Lemon Balm Extracts 5 oz Skin Care-26680.jpeg', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:10:03', '2024-01-28 00:10:03'),
(1046, 'Unique Hexagon Cut Natural Labradorite Engagement Ring Art Deco Gemstone Ring 925 Sterling Silver Ring Moissanite Cluster Ring Handmade Ring', 'Ayhuognor', 17, 'This stunning handmade ring features a beautiful hexagon-cut Labradorite gemstone. With its art deco design and 925 sterling silver band, it\'s a true statement piece. The moissanite cluster adds an extra touch of sparkle. It\'s a one-of-a-kind ring that\'s perfect for engagements or any special occasion.', 108.85, NULL, NULL, 155.50, 'Unique Hexagon Cut Natural Labradorite Engagement Ring Art Deco Gemstone Ring 925 Sterling Silver Ring Moissanite Cluster Ring Handmade Ring-25675.jpeg', 'Unique Hexagon Cut Natural Labradorite Engagement Ring Art Deco Gemstone Ring 925 Sterling Silver Ring Moissanite Cluster Ring Handmade Ring-56999.jpeg', 'Unique Hexagon Cut Natural Labradorite Engagement Ring Art Deco Gemstone Ring 925 Sterling Silver Ring Moissanite Cluster Ring Handmade Ring-83693.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-28 00:10:40', '2024-01-28 00:10:40'),
(1047, 'Master Chife', 'tjhfDTLCy', 4, 'The Master Chief returns to battle an ancient evil bent on vengeance and annihilation. Shipwrecked on a mysterious world, faced with new enemies and deadly technology, the universe will never be the same. Enlist aboard the Infinity to experience Halo\'s original multiplayer and Spartan Ops - episodic fiction-based co-op missions.', 4.99, NULL, NULL, 7.47, 'Master Chife-86807.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 00:12:23', '2024-01-28 00:12:23'),
(1048, 'CLARINS  - Total Eye Lift Lift-Replenishing Total Eye Concentrate 15ml/0.5o', '2EiU5e9Yr', 19, 'A high-performance lifting eye concentrate. Soft, fresh & lightweight texture dissolves into skin rapidly. Contains a 94% concentration of naturally-sourced plant ingredients. Combines two powerful extracts - organic Harungana Extract & Cassie wax. Helps instantly & visibly lift up eyes contour within 60s. Stimulates 12 times of collagen synthesis with continued usage. Reduces the look of wrinkles, puffiness & dark circles.', 54.99, NULL, NULL, 75.00, 'CLARINS  - Total Eye Lift Lift-Replenishing Total Eye Concentrate 15ml/0.5o-18312.jpeg', 'CLARINS  - Total Eye Lift Lift-Replenishing Total Eye Concentrate 15ml/0.5o-54299.jpeg', 'CLARINS  - Total Eye Lift Lift-Replenishing Total Eye Concentrate 15ml/0.5o-42736.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:12:50', '2024-01-28 00:12:50'),
(1049, 'CLARINS  Unisex Shaping Facial Lift V-facial Intensive Wrap 2.5 oz Skin Care', '3JtH1fPiv', 19, 'Design house: Clarins. Series: Shaping Facial Lift V-facial Intensive Wrap. Gender: Unisex. Category: Skin Care. Type: Skin Care. SubType: Moisture. Beauty group: Face. Size: 2.5 oz. Barcode: 3380810061635. Depuffs, Relieves & Brightens. Clarins Unisex Shaping Facial Lift V-facial Intensive Wrap 2.5 oz Skin Care', 49.00, NULL, NULL, 58.00, 'CLARINS  Unisex Shaping Facial Lift V-facial Intensive Wrap 2.5 oz Skin Care-77382.jpeg', 'CLARINS  Unisex Shaping Facial Lift V-facial Intensive Wrap 2.5 oz Skin Care-22888.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:15:53', '2024-01-28 00:15:53'),
(1050, 'Black Opal Necklace, October Birthstone / Handmade Jewelry / Opal Necklace, Necklaces for Women, Birthstone Necklace, Gemstone Necklace', 'P6d8AiMkE', 17, 'This handmade necklace is a stunning piece of jewelry that features a beautiful black opal gemstone. It\'s not just a stylish accessory, but also a meaningful birthstone necklace for those born in October. It\'s the perfect gift for women who love unique and elegant necklaces.', 75.00, NULL, NULL, 97.99, 'Black Opal Necklace, October Birthstone / Handmade Jewelry / Opal Necklace, Necklaces for Women, Birthstone Necklace, Gemstone Necklace-76407.jpeg', 'Black Opal Necklace, October Birthstone / Handmade Jewelry / Opal Necklace, Necklaces for Women, Birthstone Necklace, Gemstone Necklace-28576.jpeg', 'Black Opal Necklace, October Birthstone / Handmade Jewelry / Opal Necklace, Necklaces for Women, Birthstone Necklace, Gemstone Necklace-43533.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-28 00:16:25', '2024-01-28 00:16:25'),
(1051, 'New design office furniture black touch pad 4 port hubs LED RCB steel iron gamer gaming desk table for gamer', 'e4gcIVrow', 19, 'Desk Material (1)\r\ncarbon fiber desktop\r\nDesk Material (2)\r\nMelamaine board desktop\r\nPacking & Delivery\r\n1 cartons only.  Easy Assembly.  Only a few step to finish\r\nManual included', 60.00, NULL, NULL, 100.00, 'New design office furniture black touch pad 4 port hubs LED RCB steel iron gamer gaming desk table for gamer-20433.jpeg', 'New design office furniture black touch pad 4 port hubs LED RCB steel iron gamer gaming desk table for gamer-21974.jpeg', 'New design office furniture black touch pad 4 port hubs LED RCB steel iron gamer gaming desk table for gamer-23510.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 00:16:42', '2024-01-28 00:16:42'),
(1052, 'CLARINS  / Extra-firming Night Cream 1.6 oz (50 ml)', 'IqqolJJ6j', 19, 'Design house: Clarins. Series: ExtrA-Firming. Category: Bath & Body. Type: Skin Care. SubType: Lotions & Creams Cream. Beauty group: Face. Size: 1.6 oz. Barcode: 3380810458930. All Skin Types. Clarins / Extra-firming Night Cream 1.6 oz (50 ml).', 59.99, NULL, NULL, 76.00, 'CLARINS  / Extra-firming Night Cream 1.6 oz (50 ml)-13447.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:19:00', '2024-01-28 00:19:00'),
(1053, 'Sniper Ghost Warrior', 'B4hJ9Px3Y', 4, 'Immerse yourself in the world of sniper warfare with Sniper: Ghost Warrior for Xbox 360. This complete edition video game features first-person shooter gameplay and puts you in the shoes of a highly trained sniper. With a mature rating, this game is not for the faint of heart.\r\n\r\nExplore the world of Sniper Ghost Warrior on your Xbox 360 console. With manual included, you\'ll be able to jump right into the action. This game is part of the Sniper Ghost Warrior video game series and was released in 2010. It has a shooter genre and is published by Microsoft. Enjoy features such as intense sniper gameplay and take on your enemies in this thrilling game.', 3.59, NULL, NULL, 5.98, 'Sniper Ghost Warrior-70982.jpeg', 'Sniper Ghost Warrior-51804.jpeg', 'Sniper Ghost Warrior-72879.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 00:19:56', '2024-01-28 00:19:56'),
(1054, 'Green Raw Emerald Beaded Gemstone Choker Necklace Gold, Handmade Beaded Necklace, Delicate Dainty Layering Necklace, Boho Gemstone Jewelry', 'h6qpdagdZ', 17, 'This handmade necklace is a stunning piece of boho gemstone jewelry. With its delicate and dainty design, it\'s perfect for layering and adding a touch of elegance to any outfit. The green raw emerald beads give it a natural and earthy vibe. The gold accents add a touch of sophistication. It\'s a must-have accessory for any jewelry lover!', 22.40, NULL, NULL, 28.00, 'Green Raw Emerald Beaded Gemstone Choker Necklace Gold, Handmade Beaded Necklace, Delicate Dainty Layering Necklace, Boho Gemstone Jewelry-41742.jpeg', 'Green Raw Emerald Beaded Gemstone Choker Necklace Gold, Handmade Beaded Necklace, Delicate Dainty Layering Necklace, Boho Gemstone Jewelry-24855.jpeg', 'Green Raw Emerald Beaded Gemstone Choker Necklace Gold, Handmade Beaded Necklace, Delicate Dainty Layering Necklace, Boho Gemstone Jewelry-92071.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-28 00:20:03', '2024-01-28 00:20:03'),
(1055, 'Hospital medical furniture clinic ABS bed -stand cabinet table', 'qPZ9HAfIf', 19, 'key technical indexes\r\nSize\r\n480*480*760mm\r\nMaximum bearing capacity\r\n46KG\r\nSuttle\r\n12.5KG', 30.00, NULL, NULL, 50.00, 'Hospital medical furniture clinic ABS bed -stand cabinet table-66946.jpeg', 'Hospital medical furniture clinic ABS bed -stand cabinet table-95506.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-28 00:22:36', '2024-01-28 00:22:36'),
(1056, 'CLARINS  - Multi Intensive Jour Super Restorative Day Cream (All Skin Types) 50ml/1.7oz', '8MjjFJdBp', 19, 'Design house: Clarins. Series: Multi Intensive. Gender: Unisex. Category: Skin Care. SubType: Moisturizers. Size: 50 ml. Barcode: 3666057064494. Clarins - Multi Intensive Jour Super Restorative Day Cream (All Skin Types) 50ml/1.7oz.', 88.00, NULL, NULL, 102.99, 'CLARINS  - Multi Intensive Jour Super Restorative Day Cream (All Skin Types) 50ml/1.7oz-27061.jpeg', 'CLARINS  - Multi Intensive Jour Super Restorative Day Cream (All Skin Types) 50ml/1.7oz-45312.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:23:08', '2024-01-28 00:23:08'),
(1057, 'Mothers Ring 2, 3, 4 , 5 Stone, Birthstone Ring for Mom, Birthstone Jewelry, Personalized Ring, Personalized Jewelry, Gifts for Mom', 'RDBVhyDLo', 17, 'This personalized ring is a beautiful piece of birthstone jewelry that celebrates the love between a mom and her children. You can choose between 2, 3, 4, or 5 stones, each representing the birthstone of a precious child. It\'s a heartfelt and meaningful gift for any mom, making it a perfect choice for Mother\'s Day or any special occasion. Show your mom how much you care with this personalized piece of jewelry!', 31.50, NULL, NULL, 45.00, 'Mothers Ring 2, 3, 4 , 5 Stone, Birthstone Ring for Mom, Birthstone Jewelry, Personalized Ring, Personalized Jewelry, Gifts for Mom-70792.jpeg', 'Mothers Ring 2, 3, 4 , 5 Stone, Birthstone Ring for Mom, Birthstone Jewelry, Personalized Ring, Personalized Jewelry, Gifts for Mom-28742.jpeg', 'Mothers Ring 2, 3, 4 , 5 Stone, Birthstone Ring for Mom, Birthstone Jewelry, Personalized Ring, Personalized Jewelry, Gifts for Mom-43101.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-28 00:23:56', '2024-01-28 00:23:56'),
(1058, 'Sonic 3D Blast', 'mnPzedCSI', 4, 'This vintage Sega Sonic 3D Blast video game disc for Windows 95 and 98 is a must-have for any retro gaming enthusiast. With its classic platform gameplay and beloved characters, this game is sure to provide hours of entertainment. Featuring SEGA\'s iconic Sonic the Hedgehog, players can explore new worlds and collect rings while battling Dr. Eggman\'s evil henchmen. This game is perfect for fans of the franchise or anyone looking for a fun and challenging throwback experience.', 9.50, NULL, NULL, 12.85, 'Sonic 3D Blast-41933.jpeg', 'Sonic 3D Blast-85166.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 00:25:13', '2024-01-28 00:25:13'),
(1059, 'CLARINS  Cleansing Micellar Water with Alpine Golden Gentian & Lemon Balm Extracts 6.7 oz Sensitive Skin Skin Care', 'dBLEzbRV0', 19, 'A no-rinse, refreshing micellar cleansing water Contains purifying Alpine herbs & microscopic cleansing spheres to remove light makeup, impurities & pollutants Preserves a healthy balance of skin\'s microbiota Powered by exclusive Gentle Complex, a blend of the purest Organic Golden Gentian & Organic Lemon Balm extracts Sourced responsibly from Le Domaine Clarins – an open-air laboratory & farm located in the French Alps Helps', 19.00, NULL, NULL, 25.00, 'CLARINS  Cleansing Micellar Water with Alpine Golden Gentian & Lemon Balm Extracts 6.7 oz Sensitive Skin Skin Care-97492.jpeg', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:28:13', '2024-01-28 00:28:13'),
(1060, 'Simple manual adjustment of transfer bed stretchers', 'NGAd2gcba', 19, 'Size\r\n190*55*50cm\r\nColor\r\norange\r\nBack Angle\r\n0-75°\r\nMaximum Weight\r\n150KG', 220.00, NULL, NULL, 245.00, 'Simple manual adjustment of transfer bed stretchers-81178.jpeg', 'Simple manual adjustment of transfer bed stretchers-34127.jpeg', 'Simple manual adjustment of transfer bed stretchers-14126.jpeg', 'General furnitures', 3.0, NULL, 1, '2024-01-28 00:28:23', '2024-01-28 00:28:23'),
(1061, 'Black Crystal Necklace For Women Boho Jewelry Birthday Gift For Her Unique Gifts Witch Moon Necklace Handmade Jewelry Valentines Day Gift', 'Pw4vTiWW2', 17, 'This handmade boho jewelry piece is a unique and enchanting gift for her. With its black crystal pendant and witch moon design, it\'s perfect for those who love mystical and magical vibes. Whether it\'s for a birthday, Valentine\'s Day, or just because, this necklace is a thoughtful and stylish choice. Give her a gift that\'s as special as she is!', 15.80, NULL, NULL, 39.50, 'Black Crystal Necklace For Women Boho Jewelry Birthday Gift For Her Unique Gifts Witch Moon Necklace Handmade Jewelry Valentines Day Gift-68144.jpeg', 'Black Crystal Necklace For Women Boho Jewelry Birthday Gift For Her Unique Gifts Witch Moon Necklace Handmade Jewelry Valentines Day Gift-96664.jpeg', 'Black Crystal Necklace For Women Boho Jewelry Birthday Gift For Her Unique Gifts Witch Moon Necklace Handmade Jewelry Valentines Day Gift-46635.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-01-28 00:28:31', '2024-01-28 00:28:31'),
(1062, 'Awakening The Sunhook Spire', 'NZJsDbNDx', 4, 'Big Fish PC Video Game Awakening The Sunhook Spire Collectors Edition\r\n\r\nMinimum Require: Windows 8 / Windows 7 / Windows XP / Windows Vista', 7.50, NULL, NULL, 8.91, 'Awakening The Sunhook Spire-39631.jpeg', 'Awakening The Sunhook Spire-17261.jpeg', 'Awakening The Sunhook Spire-31123.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 00:30:53', '2024-01-28 00:30:53'),
(1063, 'BURBERRY  Ladies Embellished Leopard Silk Dress, Brand Size 6 (US Size 4)', 'r3SXwBCve', 19, 'Burberry Ladies Dresses. Fashion category: Casual Dresses. SKU: 8025224. Material: Silk. Material: Silk. Color: Natural Ip Pttn. Burberry Ladies Embellished Leopard Silk Dress. A dress from the cruise collection features long sleeves, light crepe de chine with leopard print and embellished with a composition of sparkling crystals. The stand-up collar was supplemented with ribbons that can be tied into a large bow. 100%', 2570.00, NULL, NULL, 5214.00, 'BURBERRY  Ladies Embellished Leopard Silk Dress, Brand Size 6 (US Size 4)-67074.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:31:47', '2024-01-28 00:31:47'),
(1064, 'Alloy USA This chromoly rear axle shaft from Alloy USA fits 94-98 Jeep ZJ Grand Cherokees. Dana 44 rear axle. Right side. 21124', 'CUDOAyUvy', 16, 'This high-quality axle shaft is specifically designed to fit 94-98 Jeep ZJ Grand Cherokees with a Dana 44 rear axle. It\'s made from durable chromoly material, ensuring strength and durability for off-road adventures. This particular shaft is for the right side of the vehicle. Upgrade your Jeep\'s performance with this reliable axle shaft from Alloy USA!', 162.08, NULL, NULL, 175.99, 'Alloy USA This chromoly rear axle shaft from Alloy USA fits 94-98 Jeep ZJ Grand Cherokees. Dana 44 rear axle. Right side. 21124-24703.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-28 00:33:59', '2024-01-28 00:33:59');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1065, 'BURBERRY  Ladies Formal Apricot Pleat Long Skirts, Brand Size 10 (US Size 8)', '6RFDZ4g7l', 19, 'Burberry Ladies Bottoms. Fashion category: Skirts. SKU: 4072266. Material: Silk;Viscose;Polyamide. Material: Silk;Viscose;Polyamide. Color: Apricot .Burberry Pleated Lace Skirt with sharp knife pleats and a detachable silk lining. Materials: outer 35% viscose, 65% polyamide; lining 100% silk. Dimensions: length 34.3 in. Made in Italy.', 760.00, NULL, NULL, 1380.00, 'BURBERRY  Ladies Formal Apricot Pleat Long Skirts, Brand Size 10 (US Size 8)-39026.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:34:12', '2024-01-28 00:34:12'),
(1066, 'Macabre Mysteries', '7c97AA7s0', 4, 'Macabre Mysteries PC CD Windows Video Game\r\n\r\nCurse Of The Nightingale', 6.50, NULL, NULL, 8.73, 'Macabre Mysteries-55580.jpeg', 'Macabre Mysteries-16746.jpeg', 'Macabre Mysteries-46370.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-28 00:35:47', '2024-01-28 00:35:47'),
(1067, 'Alloy USA This chromoly rear axle shaft from Alloy USA fits 76-81 Jeep CJs with a Narrow-Trac AMC 20 rear axle fits right side. 21101', 'B107zVsbZ', 1, 'This high-quality axle shaft is specifically designed to fit 76-81 Jeep CJs with a Narrow-Trac AMC 20 rear axle. It\'s made from durable chromoly material, ensuring strength and durability for your off-road adventures. This particular shaft is for the right side of the vehicle. Upgrade your Jeep\'s performance with this reliable axle shaft from Alloy USA!', 180.59, NULL, NULL, 199.55, 'Alloy USA This chromoly rear axle shaft from Alloy USA fits 76-81 Jeep CJs with a Narrow-Trac AMC 20 rear axle fits right side. 21101-44353.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-28 00:37:03', '2024-01-28 00:37:03'),
(1068, 'BURBERRY  Ladies Wool Tailored Trousers In Honey, Brand Size 2 (US Size 0)', 'H8XKPONI3', 19, 'Burberry Ladies Bottoms. Fashion category: Pants & Leggings. SKU: 4548340. Color: Honey. Burberry Ladies Wool Tailored Trousers In Honey. talian-made trousers in wool, tailored with a sharp front crease, concealed hook-and-bar and zip fly closure, Side slip pockets, back button-through welt pockets. 100% wool. Made in Italy.', 408.00, NULL, NULL, 764.00, 'BURBERRY  Ladies Wool Tailored Trousers In Honey, Brand Size 2 (US Size 0)-84076.jpeg', 'BURBERRY  Ladies Wool Tailored Trousers In Honey, Brand Size 2 (US Size 0)-85012.jpeg', 'BURBERRY  Ladies Wool Tailored Trousers In Honey, Brand Size 2 (US Size 0)-40167.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:37:05', '2024-01-28 00:37:05'),
(1069, 'ABN CV Joint Ear Clamp Tool & Boot Crimp Pliers 2-Piece Kit Hose Clamping Set', 'JkOykANLh', 19, 'This handy kit is perfect for working on CV joints and boot clamps. It includes a CV joint ear clamp tool and boot crimp pliers, making it easy to install and secure CV joint boots. With this kit, you can confidently tackle CV joint repairs and maintenance. It\'s a must-have for any automotive enthusiast or mechanic. Get the job done right with the ABN CV Joint Ear Clamp Tool & Boot Crimp Pliers 2-Piece Kit!', 19.99, NULL, NULL, 25.54, 'ABN CV Joint Ear Clamp Tool & Boot Crimp Pliers 2-Piece Kit Hose Clamping Set-42046.jpeg', NULL, NULL, 'Automotive kits', 2.0, NULL, 1, '2024-01-28 00:40:32', '2024-01-28 00:40:32'),
(1070, 'BURBERRY  Pleated Skirt With Silk Lining In Optic White, Brand Size 10 (US Size 8)', 'x3REnAHKM', 19, 'Burberry Ladies Bottoms. SKU: 4560867. Color: Optic White. Burberry Pleated Skirt With Silk Lining In Optic White. Made with a smooth silk and polyster, this skirt features concealed hook, eye, zipper on the side and silk lining. Made in Italy.', 760.00, NULL, NULL, 1420.00, 'BURBERRY  Pleated Skirt With Silk Lining In Optic White, Brand Size 10 (US Size 8)-93093.jpeg', 'BURBERRY  Pleated Skirt With Silk Lining In Optic White, Brand Size 10 (US Size 8)-61685.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:41:09', '2024-01-28 00:41:09'),
(1071, 'Dark Messiah Might and Magic', 'iJbrXOGtI', 4, 'Dark Messiah Might and Magic Limited Edition PC Game\r\n\r\n2006\r\nUbisoft\r\nPlayed on Windows 10', 4.12, NULL, NULL, 6.68, 'Dark Messiah Might and Magic-44741.jpeg', 'Dark Messiah Might and Magic-50381.jpeg', 'Dark Messiah Might and Magic-62164.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 00:41:46', '2024-01-28 00:41:46'),
(1072, 'Omix-ADA Hub Bolt; 99-18 Jeep Wrangler JK/Grand Cherokee WJ for Dana 30 16560.62', 'GQJj3TDO5', 16, 'This hub bolt is specifically designed to fit 99-18 Jeep Wrangler JK and Grand Cherokee WJ models with a Dana 30 axle. It\'s a reliable and durable replacement part that ensures proper hub assembly and performance. Whether you\'re doing repairs or upgrades, this hub bolt from Omix-ADA is a great choice. Keep your Jeep running smoothly with this high-quality replacement part!', 22.43, NULL, NULL, 47.99, 'Omix-ADA Hub Bolt; 99-18 Jeep Wrangler JK/Grand Cherokee WJ for Dana 30 16560.62-89177.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-01-28 00:44:13', '2024-01-28 00:44:13'),
(1073, 'BURBERRY  Archive Perfume Bottle Print Silk Top With Chain Detail, Size Medium', 'IM5JRbHcQ', 19, 'Burberry Ladies Tops. Fashion category: Shirts & Blouses. SKU: 8017948. Color: Black Ip Pat. Burberry Archive Perfume Bottle Print Silk Top With Chain Detail. This silk-twill top depicting Burberry\'s debut fragrance for women, features a sleeveless design, a detachable chain strap with clasp closure and can be knotted at the waist for a defined fit. 100% silk. Made in Italy.', 111.97, NULL, NULL, 230.00, 'BURBERRY  Archive Perfume Bottle Print Silk Top With Chain Detail, Size Medium-61695.jpeg', 'BURBERRY  Archive Perfume Bottle Print Silk Top With Chain Detail, Size Medium-42654.jpeg', 'BURBERRY  Archive Perfume Bottle Print Silk Top With Chain Detail, Size Medium-74726.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:44:13', '2024-01-28 00:44:13'),
(1074, 'Quake III Arena', 'W0UWgx33r', 4, 'Quake III Arena Quake 3 Arena (PC CD-ROM, 1999) Activision Video Game Rated M For Mature Complete With Manual CIB\r\n\r\nThis PC game has been tested and works 100%', 12.99, NULL, NULL, 15.46, 'Quake III Arena-72063.jpeg', 'Quake III Arena-59978.jpeg', 'Quake III Arena-10765.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 00:46:27', '2024-01-28 00:46:27'),
(1075, 'BURBERRY  Ladies Madden Colorblock Stretch Jersey Leggings, Size X-Small', 'JEygaOdpH', 19, 'Burberry Ladies Bottoms. Fashion category: Pants & Leggings. SKU: 8039201. Color: Black. Burberry Ladies Madden Colorblock Stretch Jersey Leggings. 61% polyamide, 39% elastane.', 224.00, NULL, NULL, 452.00, 'BURBERRY  Ladies Madden Colorblock Stretch Jersey Leggings, Size X-Small-11201.jpeg', 'BURBERRY  Ladies Madden Colorblock Stretch Jersey Leggings, Size X-Small-34573.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:46:44', '2024-01-28 00:46:44'),
(1076, 'Water Pump Impeller KIT For Mercury Mariner 40-50 HP', 'LxvGrnTLE', 16, 'This kit is specifically designed for Mercury Mariner outboard motors with 40-50 horsepower. The water pump impeller is a crucial component that helps circulate water and prevent overheating. With this kit, you\'ll have all the necessary parts to replace your old, worn-out impeller and ensure optimal performance on the water. Keep your Mercury Mariner running smoothly with this high-quality water pump impeller kit!', 48.99, NULL, NULL, 70.15, 'Water Pump Impeller KIT For Mercury Mariner 40-50 HP-97843.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-28 00:46:57', '2024-01-28 00:46:57'),
(1077, 'BALENCIAGA  Gray Cat Eye Ladies Sunglasses', '6yJN6GIFK', 19, 'Balenciaga Sunglasses. Series number: BB0236S. Color code: 001. Shape: Cat Eye. Lens Width: 52 mm. Lens Bridge: 22 mm. Arm Length: 145 mm. 100% UV protection. Non-Polarized. Frame Material: Acetate. Frame Color: Black. Lenses Type: Gray. Rim Style: Full-Rim. UPC/EAN code: 889652395920. Balenciaga Gray Cat Eye Ladies Sunglasses BB0236S 001 52.', 159.00, NULL, NULL, 317.00, 'BALENCIAGA  Gray Cat Eye Ladies Sunglasses-51779.jpeg', 'BALENCIAGA  Gray Cat Eye Ladies Sunglasses-85498.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:50:21', '2024-01-28 00:50:21'),
(1078, 'Rural365 | Hive Beetle Trap Beetle Barn Trap Set – 10 Pk Small Hive Beetle Traps', 'PrikY6Q5W', 1, 'Small hive beetles are known to cause damage to your honey and beehive boxes. Protect your bees and honeycombs from these destructive pests by using the Rural 365 | Reusable Hive Beetle Trap Beekeeping Supplies 10 Piece Beetle Barn Trap Set. Each of these bee hive beetle traps measure at 3 by 3.7 by .3 inches and open to 7.3 inches. 1.2 by 1.2-inch inner bait zone allows for easy loading. Check your local and state laws to ensure you are using approved bait options for beehives. Small black beetles fit through the (4) small .5 by .2 inch entrance holes to access the bait, while bees cannot. Simply dispose of poisoned beetles and reuse trap as needed. Bait not included with plastic bee hives treatment beetle buster traps. WARNING: This product can expose you to chemicals which is [are] known to the State of California to cause cancer and birth defects or other reproductive harm.', 10.99, NULL, NULL, 30.99, 'Rural365 | Hive Beetle Trap Beetle Barn Trap Set – 10 Pk Small Hive Beetle Traps-46481.jpeg', 'Rural365 | Hive Beetle Trap Beetle Barn Trap Set – 10 Pk Small Hive Beetle Traps-74021.jpeg', 'Rural365 | Hive Beetle Trap Beetle Barn Trap Set – 10 Pk Small Hive Beetle Traps-76507.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 00:51:14', '2024-01-28 00:51:14'),
(1079, 'League of light Dark Omens & Wicked Harvest', 'goyhJtSdK', 4, 'League of Light Dark Omens Wicked Harvest 2 Game Pack (PC, 2015) Activision Big Fish Games\r\n\r\nThis PC game has been tested and works', 4.99, NULL, NULL, 7.72, 'League of light Dark Omens & Wicked Harvest-43909.jpeg', 'League of light Dark Omens & Wicked Harvest-58281.jpeg', 'League of light Dark Omens & Wicked Harvest-18866.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 00:51:22', '2024-01-28 00:51:22'),
(1080, 'BALENCIAGA  Grey Oval Ladies Sunglasses', 'dk8xsQXrf', 19, 'Balenciaga Sunglasses. Series number: BB0133S. Color code: 001. Shape: Oval. Lens Width: 52 mm. Lens Bridge: 19 mm. Arm Length: 145 mm. 100% UV protection. Non-Polarized. Frame Material: Acetate. Frame Color: Black. Lenses Type: Grey. Rim Style: Full-Rim. UPC/EAN code: 889652320588. Balenciaga Grey Oval Ladies Sunglasses BB0133S 001 52.', 179.99, NULL, NULL, 310.00, 'BALENCIAGA  Grey Oval Ladies Sunglasses-99892.jpeg', 'BALENCIAGA  Grey Oval Ladies Sunglasses-81578.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 00:52:25', '2024-01-28 00:52:25'),
(1081, 'BALENCIAGA  Grey Butterfly Ladies Sunglasses', '4vA7vh5gA', 19, 'Balenciaga Sunglasses. Series number: BB0174S. Color code: 001. Shape: Butterfly. Lens Width: 57 mm. Lens Bridge: 16 mm. Arm Length: 140 mm. 100% UV protection. Non-Polarized. Frame Material: Acetate. Frame Color: Black. Lenses Type: Grey. Rim Style: Full-Rim. UPC/EAN code: 889652344898. Balenciaga Grey Butterfly Ladies Sunglasses BB0174S 001 57.', 159.99, NULL, NULL, 307.00, 'BALENCIAGA  Grey Butterfly Ladies Sunglasses-50936.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 00:55:18', '2024-01-28 00:55:18'),
(1082, 'New Brass Polished Bb Trumpet Mouthpiece for Students', 'wxiJst6Dm', 19, 'Material : Brass \r\nFinish : Shiny\r\nWeight : 1 kg approx.\r\nSize : 20 x 5.5 x 4 inches, 51 x 14 x 10.16 cm approx.\r\n \r\nAll Work is Hand Made.\r\nThis is a Reproduction Item, Not Sold As Antique\r\nGood Piece of Collection\r\n \r\nTable Top Decorative\r\nRoom Decorative\r\nHome Decorative\r\nBest For Gift', 125.00, NULL, NULL, 136.00, 'New Brass Polished Bb Trumpet Mouthpiece for Students-62289.jpeg', 'New Brass Polished Bb Trumpet Mouthpiece for Students-89151.jpeg', NULL, 'Instruments', 3.5, NULL, 1, '2024-01-28 00:55:44', '2024-01-28 00:55:44'),
(1083, 'i must garden deer repellent hoseend concentrate: spice scent deer spray for gardens, plants, and trees 32oz covers 10,000 sq. ft.', 'ky1tC0wkK', 1, 'I Must Garden Deer Repellent is an environmentally safe, humane, and effective way to deter deer from eating flowers and plants. Our repellents are safe to use around children and pets, and are completely biodegradable. With I Must Garden Deer Repellent you can confidently protect your garden in a safer and more eco-friendly way while still providing maximum protection against deer damage. The Spice Scent Deer Repellent has a fresh cinnamon-clove smell that gardeners love and provides effective year round control against deer damage. As with the Mint Scent repellent, clove and cinnamon oils have insecticidal, as well as repelling properties. Cinnamon oil also has anti-fungal properties. While the botanical oils used in the I Must Garden Deer Repellents are chosen for maximum effectiveness against deer, it\'s nice to know there are other benefits.', 67.41, NULL, NULL, 114.99, 'i must garden deer repellent hoseend concentrate: spice scent deer spray for gardens, plants, and trees 32oz covers 10,000 sq. ft.-50193.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 00:57:06', '2024-01-28 00:57:06'),
(1084, 'Cabela’s Dangerous Hunts', 'C7Hofhrlp', 4, 'Immerse yourself in the thrilling world of hunting with Cabela\'s Dangerous Hunts for Microsoft Xbox. This sports game takes you on an adventure through the wild as you track down your prey. With its realistic graphics and challenging gameplay, you\'ll feel like you\'re really out in the field.\r\n\r\nExperience the thrill of the hunt with this game, perfect for fans of the hunting and sports genres. This video game is compatible with Microsoft Xbox and is sure to provide hours of entertainment for players of all levels. Get ready to embark on an unforgettable journey with Cabela\'s Dangerous Hunts.', 9.99, NULL, NULL, 14.54, 'Cabela’s Dangerous Hunts-96120.jpeg', 'Cabela’s Dangerous Hunts-56642.jpeg', 'Cabela’s Dangerous Hunts-62896.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 00:57:26', '2024-01-28 00:57:26'),
(1085, 'Sherlock Holmes And The Hound of the Baskervilles', 'CDL7LdYk8', 4, 'Sherlock Holmes And The Hound of the Baskervilles (PC, 2011) W/ Slipcover Activision Big Fish Games\r\n\r\nThis PC Game has been tested and works\r\nMinimum System Requirements: Windows XP / Windows Vista / Windows 7', 4.99, NULL, NULL, 7.76, 'Sherlock Holmes And The Hound of the Baskervilles-50262.jpeg', 'Sherlock Holmes And The Hound of the Baskervilles-63357.jpeg', 'Sherlock Holmes And The Hound of the Baskervilles-69999.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 01:03:07', '2024-01-28 01:03:07'),
(1086, 'Yamaha Ytr-8340em Trumpet BB Eric Miyashiro Signature Model From Japan EMS', 'ARgtVhgXw', 19, 'BrandYamaha\r\nMPNYTR8340EM\r\nGTIN4960693224939\r\nUPC4960693224939\r\neBay Product ID (ePID)5012657733\r\nProduct Key Features\r\nNumber of Valves3\r\nColorGold\r\nBell MaterialYellow Brass, Brass, Gold Brass\r\nKeyBb\r\nLeadpipe MaterialSilver, Gold Brass, Brass\r\nValve MaterialNickel Plated, Nickel Alloy, Brass\r\nFeaturesFinger Hook\r\nBell DiameterTrumpet\r\nExperience LevelAdvanced, Beginner, Expert\r\nFinishHigh Polish, Lacquered, Plated\r\nBore SizeMedium\r\nBody MaterialYellow Brass, Gold Brass, Brass, Nickel\r\nValve TypePiston\r\nInstrumentTrumpe', 1690.00, NULL, NULL, 1884.00, 'Yamaha Ytr-8340em Trumpet BB Eric Miyashiro Signature Model From Japan EMS-78462.jpeg', 'Yamaha Ytr-8340em Trumpet BB Eric Miyashiro Signature Model From Japan EMS-64115.jpeg', 'Yamaha Ytr-8340em Trumpet BB Eric Miyashiro Signature Model From Japan EMS-61326.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 01:03:07', '2024-01-28 01:03:07'),
(1087, 'CHLOE  Mate Shoulder Bag Small in Orange', 'Po7EvRoGi', 19, 'Chloe Ladies Shoulder Bag. SKU: C22AS571H95884. Color: Orange. Size: H: 17 x W: 26 x D: 5 cm; Shoulder strap: 50 cm. Chloe Mate Shoulder Bag Small. Hobo Handbag in Smooth Calfskin & Nappa Lambskin. Carry: Long Shoulder & Cross-Body. 1 Main Compartment. Internal Drawstring Bag. Long Strap.Made in Italy.', 1184.00, NULL, NULL, 2180.00, 'CHLOE  Mate Shoulder Bag Small in Orange-74188.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:03:28', '2024-01-28 01:03:28'),
(1088, 'xcluder 162758a rodent control fill fabric large diy kit, stops rats and mice', 'bxjTv2Cli', 19, 'Protect both commercial & residential buildings from rodent intrusion with Xcluder rodent control fill fabric. Fill & seal permanently gaps, cracks & Holes to prevent mice, rats, insects, & other pests from entering & disturbing living & working environments. Featuring unique, innovative blend of poly fibers & stainless-steel wool so it will not rust, fill fabric mesh compresses to squeeze into tight, narrow holes or crevices & then expands to fit securely across designated area, preventing mice, rats & other pests from entering building interiors. Use fill fabric to fill common rodent entry points such as weep holes or crevices in brick walls, gaps around plumbing pipes & air conditioning lines, & other gaps such as around vents, siding windows & eaves. Instead of using severe chemicals, simply rely on the versatile Xcluder rodent control fill fabric.', 50.63, NULL, NULL, 75.99, 'xcluder 162758a rodent control fill fabric large diy kit, stops rats and mice-15828.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-28 01:07:12', '2024-01-28 01:07:12'),
(1089, 'CHLOE  Ladies Sepia Brown Edith Top Handle Bag', '2LNmblV7I', 19, 'Chloe Ladies Shoulder Bag. SKU: CHC21WS451F4527S. Barcode: 7613386052582. Color: Sepia Brown. Size: 10.5\"W x 4.5\"D x 6.5\"H. Chloe Ladies Sepia Brown Edith Top Handle Bag. The Edith bag features a zip closure, double handles with 3\" drop, exterior flap buckle pocket, interior zip pocket, removable shoulder strap, 18\" drop.', 612.99, NULL, NULL, 1428.00, 'CHLOE  Ladies Sepia Brown Edith Top Handle Bag-63589.jpeg', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 01:09:12', '2024-01-28 01:09:12'),
(1090, 'Yamaha YTR-2330S Student Model Bb Trumpet with Semi Hard Case', '2zwLRf29T', 19, 'All items that we sell is 100% an authentic and new one :)\r\nBrowse around our store and find the most reasonable price :)\r\n\r\n\r\n\r\nYamaha YTR-2330S Student Model Bb Trumpet with Semi Hard Case\r\n\r\n\r\n\r\nSpecifications\r\n\r\nKey: Bb\r\n\r\nBell Material: Two piece, Yellow brass\r\n\r\nBell Diameter: 123mm (4-7/8\")\r\n\r\nBore Size: ML 11.65mm (0.459\")\r\n\r\nWeight: Medium\r\n\r\nFinish: Silver-plated\r\n\r\nMouthpiece: TR-11B4\r\n\r\nCase: Included', 580.00, NULL, NULL, 757.00, 'Yamaha YTR-2330S Student Model Bb Trumpet with Semi Hard Case-40342.jpeg', 'Yamaha YTR-2330S Student Model Bb Trumpet with Semi Hard Case-46095.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-01-28 01:11:09', '2024-01-28 01:11:09'),
(1091, 'megacatch pro 900 alpha mosquito trap', 'G0pN3MN1U', 19, 'The latest solution to your mosquito problem, the next generation Pro 900 ALPHA boasts an improved heat profile and multi-frequency UV LED\'S for increased capture rates. With these enhancements, the Pro 900 ALPHA will catch even more mosquitoes than the earlier model (MCA-600) it replaces. Ideal for use in small yards, patios and gardens the Pro 900 ALPHA can attract mosquitoes and other biting insects from as far away as 90 feet. The trap becomes even more irresistible to mosquitoes when enhanced with optional attractants. Mega-Catch Fragrance Strips contain minute quantities of synthetic Octenol and other specially formulated ingredients designed to attract not only mosquitoes, but other biting insects including sand flies, black flies and biting midges (no-see-ums). Each Mega-Catch ALPHA Mosquito Trap comes with: 1 x Standard Mesh Catch Bag, 1 x 100-240/12 Volt Weatherproof Power Supply, 1 x Operation Manual', 240.10, NULL, NULL, 370.99, 'megacatch pro 900 alpha mosquito trap-29910.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 01:11:42', '2024-01-28 01:11:42'),
(1092, 'Monster 4x4 Greg Hastings Paintball 2 King of Clubs Mini Golf', 'EacLBMHKH', 4, 'Wii Video Game Lot\r\n\r\nMonster 4x4 World Circuit\r\nGreg Hastings Paintball 2\r\nKing of Clubs Mini Golf', 9.99, NULL, NULL, 13.02, 'Monster 4x4 Greg Hastings Paintball 2 King of Clubs Mini Golf-94567.jpeg', 'Monster 4x4 Greg Hastings Paintball 2 King of Clubs Mini Golf-50301.jpeg', 'Monster 4x4 Greg Hastings Paintball 2 King of Clubs Mini Golf-87574.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-28 01:12:23', '2024-01-28 01:12:23'),
(1093, 'MAX MARA  Giolino Linen Boatneck Sweater, Size X-Small Item No. GIOLINO 003', '4XvyDR14C', 19, 'Max Mara Ladies Tops. Fashion category: Cardigans & Sweaters. SKU: GIOLINO 003. Giolino Linen Boatneck Sweater. A linen pullover featuring a boatneck, long sleeves and knitted construction. Made in Italy.', 149.98, NULL, NULL, 343.00, 'MAX MARA  Giolino Linen Boatneck Sweater, Size X-Small Item No. GIOLINO 003-32765.jpeg', 'MAX MARA  Giolino Linen Boatneck Sweater, Size X-Small Item No. GIOLINO 003-80791.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:13:09', '2024-01-28 01:13:09'),
(1094, 'MAX MARA  Ladies Olive Green Giano Long Caftan Dress, Brand Size 44 (US Size 10)', 'kJct0mqNx', 19, 'Max Mara Ladies Dresses. Fashion category: Casual Dresses. SKU: 12211122 027. Material: Cotton. Color: Olive Green. Max Mara Ladies Olive Green Giano Long Caftan Dress. V-neck, back stand collar. Three-quarter sleeves, button cuffs. Side on-seam slit pockets. Pullover style.', 499.00, NULL, NULL, 854.00, 'MAX MARA  Ladies Olive Green Giano Long Caftan Dress, Brand Size 44 (US Size 10)-83119.jpeg', 'MAX MARA  Ladies Olive Green Giano Long Caftan Dress, Brand Size 44 (US Size 10)-80979.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:14:59', '2024-01-28 01:14:59'),
(1095, '3/8BSP Round Nozzle Flexible Water Oil Coolant Pipe Hose 30cm for Lathe CNC', 'oCcchhxa6', 19, 'With plastic flexible body, light weight and easy to install with any direction and angle thread connector.\r\nWidely used for lathe, milling, CNC machine, hydraulic machinery and water cooling system.', 7.91, NULL, NULL, 15.22, '3/8BSP Round Nozzle Flexible Water Oil Coolant Pipe Hose 30cm for Lathe CNC-55920.jpeg', '3/8BSP Round Nozzle Flexible Water Oil Coolant Pipe Hose 30cm for Lathe CNC-83989.jpeg', NULL, 'Automotive kits', 2.5, NULL, 1, '2024-01-28 01:15:39', '2024-01-28 01:15:39'),
(1096, 'Borderlands The Handsome Collection', 'kTur95YBx', 4, 'Borderlands The Handsome Collection Microsoft Xbox One Video Game Disc.', 7.59, NULL, NULL, 10.00, 'Borderlands The Handsome Collection-90557.jpeg', 'Borderlands The Handsome Collection-89102.jpeg', 'Borderlands The Handsome Collection-90292.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 01:16:43', '2024-01-28 01:16:43'),
(1097, 'MAX MARA  Ladies Jupiter Blue Cotton Poplin Dress, Brand Size 42 (US Size 8)', 'P11UKO1XN', 19, 'Max Mara Ladies Dresses. SKU: 92210322 056. Color: Blue. Max Mara Ladies Jupiter Blue Cotton Poplin Dress. Max Mara\'s Half-sleeve stretch cotton and nylon-blend mid-length dress features a crew neck collar, welt pocket at side-seams, pleats at waistband and a concealed zip closure at back. Material: 80% Cotton, 18% Nylon, 2% Elastane.', 249.00, NULL, NULL, 280.00, 'MAX MARA  Ladies Jupiter Blue Cotton Poplin Dress, Brand Size 42 (US Size 8)-51488.jpeg', 'MAX MARA  Ladies Jupiter Blue Cotton Poplin Dress, Brand Size 42 (US Size 8)-61859.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:17:02', '2024-01-28 01:17:02'),
(1098, 'MAX MARA  Ladies Osella Cotton Cherry Print Mini Shirt Dress, Brand Size 40 (US Size 6)', 'pnpMRKhxx', 19, 'Max Mara Ladies Dresses. Fashion category: Casual Dresses. SKU: 12210622 008. Color: Red. Max Mara Ladies Osella Cotton Cherry Print Mini Shirt Dress. The Osella mini dress features a concealed button placket, asymmetric hem, long sleeves, all-over print and a classic collar. 100% cotton.', 279.00, NULL, NULL, 620.00, 'MAX MARA  Ladies Osella Cotton Cherry Print Mini Shirt Dress, Brand Size 40 (US Size 6)-88089.jpeg', 'MAX MARA  Ladies Osella Cotton Cherry Print Mini Shirt Dress, Brand Size 40 (US Size 6)-16727.jpeg', 'MAX MARA  Ladies Osella Cotton Cherry Print Mini Shirt Dress, Brand Size 40 (US Size 6)-23499.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 01:20:08', '2024-01-28 01:20:08'),
(1099, 'MAX MARA  Weekend Ladies Turquoise Catullo Belted Dress, Brand Size 42 (US Size 8)', 'sfNqiMHf0', 19, 'Max Mara Weekend Ladies Dresses. SKU: 52211321 001. Color: Turquoise. Max Mara Weekend Ladies Turquoise Catullo Belted Dress. The Weekend Max Mara\'s Catullo dress is cut from a breezy linen and cotton blend, it features a round neckline and three quarter length sleeves. An adjustable tie belt defines the waist for a flattering fit. 54% linen, 32% cotton, 14% polyamide.', 178.00, NULL, NULL, 690.00, 'MAX MARA  Weekend Ladies Turquoise Catullo Belted Dress, Brand Size 42 (US Size 8)-33915.jpeg', 'MAX MARA  Weekend Ladies Turquoise Catullo Belted Dress, Brand Size 42 (US Size 8)-36858.jpeg', 'MAX MARA  Weekend Ladies Turquoise Catullo Belted Dress, Brand Size 42 (US Size 8)-20613.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 01:24:24', '2024-01-28 01:24:24'),
(1100, 'Esco Equipment Tire Inflator Tire Inflator, Compact Digital LCD Gauge w/ Dual Angle Chuck, 6 Foot Hose 10962-L', 'ipJgaV1YT', 19, 'This tire inflator is compact and features a digital LCD gauge, making it easy to read and use. It also comes with a dual-angle chuck, allowing you to easily access hard-to-reach valve stems. With a 6-foot hose, you\'ll have plenty of flexibility to inflate your tires. Keep your tires properly inflated and your journeys smooth with the Esco Equipment Tire Inflator!', 112.46, NULL, NULL, 168.55, 'Esco Equipment Tire Inflator Tire Inflator, Compact Digital LCD Gauge w/ Dual Angle Chuck, 6 Foot Hose 10962-L-24624.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-28 01:24:27', '2024-01-28 01:24:27'),
(1101, 'Brand New YAMAHA Trumpet - YTR 4335GS II in SILVER PLATE - SHIPS FREE WORLDWIDE', 'CFjusKEjq', 19, 'is an on-line wind instrument dealer dedicated to serving Professional Musicians as well as their Aspiring Students.\r\n\r\nWe have more than 30 years experience in the sales and service of Wind Instruments. All of our instruments all carefully checked and play-tested before shipment.\r\n\r\nShipping is 1 to 2 weeks Worldwide.\r\n\r\nWe realize the difficulty of purchasing a Wind Instrument without playing it first and therefore extend a 1 week trial period.\r\n\r\n \r\n 	\r\nBrand New YAMAHA 4335 GS II Trumpet\r\n\r\n \r\n 	 	 \r\n 	\r\nThe Yamaha 4335GS II has been designed by the same team that produces their top-of-the-line professional models and shares many of the same qualities, like a rich full tone with accurate intonation, and the ability to either blend with the ensemble or project a solo.\r\n\r\nIt features Monel valves for quick and reliable valve action, a Gold-Brass Bell for warm rich tone. The entire inner bore taper-from mouthpiece receiver to the bell-has been scientifically designed for beautifulell tone color, comfortable response, and as much sound as you want.', 890.00, NULL, NULL, 1099.00, 'Brand New YAMAHA Trumpet - YTR 4335GS II in SILVER PLATE - SHIPS FREE WORLDWIDE-20268.jpeg', 'Brand New YAMAHA Trumpet - YTR 4335GS II in SILVER PLATE - SHIPS FREE WORLDWIDE-54048.jpeg', 'Brand New YAMAHA Trumpet - YTR 4335GS II in SILVER PLATE - SHIPS FREE WORLDWIDE-74148.jpeg', 'Instruments', 3.0, NULL, 1, '2024-01-28 01:26:42', '2024-01-28 01:26:42'),
(1102, 'MAX MARA  Trau Wool And Cashmere High-neck Knitted Sweater In Turtledove, Size Large', 'vtLoo4N8N', 19, 'Max Mara Ladies Tops. Fashion category: Cardigans & Sweaters. SKU: TRAU 007. Color: Turtledove. Max Mara Trau Wool And Cashmere High-neck Knitted Sweater In Turtledove. Max Mara\'s Trau sweater in wool and cashmere, featuring low set-in sleeves, roll neck, ribbed trims and side slits at the hem. 70% wool, 30% cashmere. Made in Italy.', 244.00, NULL, NULL, 547.00, 'MAX MARA  Trau Wool And Cashmere High-neck Knitted Sweater In Turtledove, Size Large-89972.jpeg', 'MAX MARA  Trau Wool And Cashmere High-neck Knitted Sweater In Turtledove, Size Large-31381.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-28 01:27:49', '2024-01-28 01:27:49'),
(1103, 'Call To Power ll', 'rYdgw9RZY', 4, 'The top of the box has a rip on it, see pictures please.\r\n\r\nThe CD has No scratches.', 40.78, NULL, NULL, 79.19, 'Call To Power ll-85280.jpeg', 'Call To Power ll-14850.jpeg', 'Call To Power ll-27931.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-28 01:28:35', '2024-01-28 01:28:35'),
(1104, 'Esco Equipment Bead Breaker Bead Breaker Kit, Maxi (Contains 10102, 10592, 10604 Hose and 10601K Reducer Kit) 10233', 'WTyavyJa0', 19, 'This kit includes the Maxi Bead Breaker, along with the 10102, 10592, 10604 hoses, and the 10601K Reducer Kit. The Maxi Bead Breaker is a powerful tool designed to break the bead of tires, making it easier to remove them from the rim. With this comprehensive kit, you\'ll have everything you need to tackle tire maintenance and repairs. Keep your wheels rolling smoothly with the Esco Equipment Bead Breaker Kit!', 1471.46, NULL, NULL, 1890.99, 'Esco Equipment Bead Breaker Bead Breaker Kit, Maxi (Contains 10102, 10592, 10604 Hose and 10601K Reducer Kit) 10233-70011.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-28 01:30:43', '2024-01-28 01:30:43'),
(1105, 'MAX MARA  Ladies Avorio Messi Belted Virgin-Wool Coat, Size Medium', '8K7noLf3K', 19, 'Max Mara Ladies Outerwear. Fashion category: Coats & Jackets. SKU: MESSI 001. Color: Avorio. Max Mara Ladies Avorio Messi Belted Virgin-Wool Coat. Crafted from virgin wool, this Messi coat features a shawl collar, an open front, long sleeves, a belted waist, 2 side seam pockets and a mid-length. Material: 100% Virgin wool.', 659.00, NULL, NULL, 998.00, 'MAX MARA  Ladies Avorio Messi Belted Virgin-Wool Coat, Size Medium-80058.jpeg', 'MAX MARA  Ladies Avorio Messi Belted Virgin-Wool Coat, Size Medium-89894.jpeg', 'MAX MARA  Ladies Avorio Messi Belted Virgin-Wool Coat, Size Medium-82475.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:30:47', '2024-01-28 01:30:47'),
(1106, 'KENZO  Tribute Intarsia Crewneck Jumper, Size X-Small', 'w5kAZoOn6', 19, 'Kenzo Ladies Tops. Fashion category: Cardigans & Sweaters. SKU: FC52PU6613CF-93. Color: Pale Grey. Kenzo Tribute Intarsia Crewneck Jumper. Kenzo\'s sweater features a crew neck, long sleeves, ribbed trims and Tribute print on front. 52% Cotton, 33% Wool, 10% Viscose, 5% Polyamide.', 250.00, NULL, NULL, 415.99, 'KENZO  Tribute Intarsia Crewneck Jumper, Size X-Small-37263.jpeg', 'KENZO  Tribute Intarsia Crewneck Jumper, Size X-Small-14402.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 01:35:09', '2024-01-28 01:35:09'),
(1107, 'Pulsar Products PG4500iSR, 4500W Portable Quiet Inverter Remote Start & Parallel Capability, CARB Compliant Generator', 'S43J1Gt50', 16, 'This portable generator packs a punch with 4500W of power, making it perfect for various applications. It features a quiet inverter design, ensuring minimal noise while it\'s running. With the remote start and parallel capability, you can easily start and connect multiple generators for increased power output. Plus, it\'s CARB compliant, so you can use it in California without any worries. Stay powered up and enjoy convenience with the Pulsar Products PG4500iSR Generator!', 849.99, NULL, NULL, 985.00, 'Pulsar Products PG4500iSR, 4500W Portable Quiet Inverter Remote Start & Parallel Capability, CARB Compliant Generator-59401.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-28 01:36:25', '2024-01-28 01:36:25'),
(1108, 'Age of Empires', 'q09J01POY', 4, 'Age of Empires: The Rise of Rome Expansion - PC Computer Game Disc Only\r\n\r\nMust Have Full Version to Use This Disc\r\n\r\nUsed on Windows XP', 6.99, NULL, NULL, 8.57, 'Age of Empires-46662.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-01-28 01:36:28', '2024-01-28 01:36:28'),
(1109, 'KENZO  Ladies White Akae Flower Field Akae T-Shirt Dress, Size Small', 'bibPl89mb', 19, 'Kenzo Ladies Dresses. Fashion category: Casual Dresses. SKU: FC62RO7034SE-01. Color: White. Kenzo Ladies White Akae Flower Field Akae T-Shirt Dress. This cotton blend mini dress features a crew neck, short sleeves, floral print, fitted waistline, above-knee length and straight hem. 92% Cotton, 8% Elastane.', 160.00, NULL, NULL, 305.00, 'KENZO  Ladies White Akae Flower Field Akae T-Shirt Dress, Size Small-21730.jpeg', 'KENZO  Ladies White Akae Flower Field Akae T-Shirt Dress, Size Small-91118.jpeg', 'KENZO  Ladies White Akae Flower Field Akae T-Shirt Dress, Size Small-39180.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:37:13', '2024-01-28 01:37:13'),
(1110, 'KENZO  Ladies Navy Blue Straight Faded Denim Jeans, Brand Size 38 (US Size 6)', '3L3KQJ2wA', 19, 'Kenzo Ladies Bottoms. Fashion category: Jeans & Denim. SKU: FB62DP2989FA-76. Color: Navy Blue. Kenzo Ladies Navy Blue Straight Faded Denim Jeans. A Kenzo cotton denim jeans featuring zip and button fastening, belt loops, contrasting panels at knee, side pockets and 2 back pockets with buttons. 100% cotton. Made in Tunisia', 148.00, NULL, NULL, 338.00, 'KENZO  Ladies Navy Blue Straight Faded Denim Jeans, Brand Size 38 (US Size 6)-60365.jpeg', 'KENZO  Ladies Navy Blue Straight Faded Denim Jeans, Brand Size 38 (US Size 6)-10002.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:39:08', '2024-01-28 01:39:08'),
(1111, 'Brand New YAMAHA Trumpet - YTR 5335G II in GOLD LACQUER - SHIPS FREE WORLDWIDE', '0GiNIrD6Q', 19, 'Brand New YAMAHA Trumpet - YTR 5335G II in GOLD LACQUER - SHIPS FREE WORLDWIDE', 1430.00, NULL, NULL, 1683.00, 'Brand New YAMAHA Trumpet - YTR 5335G II in GOLD LACQUER - SHIPS FREE WORLDWIDE-29824.jpg', 'Brand New YAMAHA Trumpet - YTR 5335G II in GOLD LACQUER - SHIPS FREE WORLDWIDE-69513.jpg', 'Brand New YAMAHA Trumpet - YTR 5335G II in GOLD LACQUER - SHIPS FREE WORLDWIDE-41320.jpg', 'Instruments', 4.0, NULL, 1, '2024-01-28 01:39:21', '2024-02-23 17:50:37'),
(1112, 'AME International Passenger Bead Seater, 14\"-15\" 21010', 'ml1lhVQFM', 19, 'Seater\r\nEconomic way to seat beads\r\nUseful for difficult to seat tire beads\r\nSeat beads in 3 easy steps - Lubricate, Install, and Inflate\r\n\r\nSize: 18.5 X 13.5 X 2.25 inch\r\nWeight: 3 lbs\r\n\r\nMaterial: Rubber\r\n\r\nUM: 1\r\nWarranty: 1 Year', 81.24, NULL, NULL, 103.99, 'AME International Passenger Bead Seater, 14\"-15\" 21010-12244.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-01-28 01:40:50', '2024-01-28 01:40:50'),
(1113, 'Flamingo Pink Metallic Ribbed-Knit Jumper, Size Large', 'lGyYHm2JT', 19, 'Kenzo Ladies Tops. Fashion category: Cardigans & Sweaters. SKU: FA52PU512810-32. Color: Flamingo Pink. Kenzo Flamingo Pink Metallic Ribbed-Knit Jumper. This jumper from Kenzo features iridescent pleated knit, long flared sleeves, rib knit crewneck and a relaxed-fit. Materials: 50% Cotton, 33% Viscose, 17% Polyester.', 169.00, NULL, NULL, 300.00, 'Flamingo Pink Metallic Ribbed-Knit Jumper, Size Large-39042.jpeg', 'Flamingo Pink Metallic Ribbed-Knit Jumper, Size Large-82344.jpeg', 'Flamingo Pink Metallic Ribbed-Knit Jumper, Size Large-64569.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 01:41:30', '2024-01-28 01:41:30'),
(1114, 'Bakugan', 'awUzsYXyO', 4, 'You\'re buying a Bakugan: Defenders of the Core (Nintendo DS, 2010) Video Game. The game comes with Case/Cover art Instructions. Any code that might be included might have already been used. It\'s in overall good condition.', 7.55, NULL, NULL, 9.90, 'Bakugan-67119.jpeg', 'Bakugan-45997.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 01:42:30', '2024-01-28 01:42:30'),
(1115, 'KENZO  Ladies Glacier Long Knotted Cotton Poplin Shirt, Brand Size 34', 'VJUY05tOc', 19, 'Kenzo Ladies Tops. Fashion category: Shirts & Blouses. SKU: FB62CH0451LA-62. Color: Glacier. Kenzo Ladies Glacier Long Knotted Cotton Poplin Shirt. A Kenzo cotton poplin shirt with a K logo at hem, shirt collar, front tab and button and long sleeves with button cuffs. 100% cotton. Made in Tunisia.', 170.00, NULL, NULL, 330.00, 'KENZO  Ladies Glacier Long Knotted Cotton Poplin Shirt, Brand Size 34-33817.jpeg', 'KENZO  Ladies Glacier Long Knotted Cotton Poplin Shirt, Brand Size 34-70027.jpeg', 'KENZO  Ladies Glacier Long Knotted Cotton Poplin Shirt, Brand Size 34-74983.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:43:56', '2024-01-28 01:43:56'),
(1116, 'AME International Unicheck Digital Gauge 24145', 'aggiMmCyF', 16, 'Type: Digital Gauge\r\n\r\nFeature: \r\nDigitally reads tire pressure for accuracy\r\nAccurate and dependable\r\nReads from 0 - 180 psi\r\n\r\nSize: 13.25 X 2 X 1.5 inch\r\nWeight: 1 lbs\r\n\r\nMaterial: Polymer/Plastic\r\n\r\nUM: 1\r\nWarranty: 1 Year', 89.86, NULL, NULL, 93.05, 'AME International Unicheck Digital Gauge 24145-78207.jpeg', 'AME International Unicheck Digital Gauge 24145-33572.jpeg', NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-28 01:44:14', '2024-01-28 01:44:14'),
(1117, 'Yamaha Trumpet YTR136 From Japan', '07A5SqyVR', 19, 'BrandYamaha\r\nMPNYTR136\r\neBay Product ID (ePID)1479959411\r\nProduct Key Features\r\nNumber of Valves3\r\nColorSilver\r\nBell MaterialBrass\r\nKeyBb\r\nLeadpipe MaterialBrass, Silver\r\nValve MaterialBrass, Nickel Plated\r\nFeaturesWater Key, Finger Hook\r\nExperience LevelExpert, Beginner, Advanced\r\nBell DiameterTrumpet\r\nFinishPlated\r\nBore SizeMedium\r\nTypeStandard, Soprano\r\nBody MaterialBrass, Nickel, Gold Brass\r\nValve TypePiston\r\nInstrumentTrumpet', 350.00, NULL, NULL, 529.46, 'Yamaha Trumpet YTR136 From Japan-88889.jpeg', 'Yamaha Trumpet YTR136 From Japan-78991.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-01-28 01:44:36', '2024-01-28 01:44:36'),
(1118, 'AME International \"Combi\" Tire Bead Breaker 11010', 'zHncXoy5M', 18, 'Most popular tool for breaking beads on all agricultural wheels\r\nUsed on construction wheels up to 25\"\r\nWorks on single, 2, and 3 piece wheels\r\nTool clamps hydraulically to the wheel ad then breaks bead with 11 tons of force\r\n3.75\" (9.5 cm) stroke length\r\nUsed with 10,000 psi (700 bar) air/hydraulic pump\r\nWeight 34 lbs (15.5 kg)\r\n\r\nSize: 18 X 6 X 14 inch\r\nWeight: 34 lbs\r\n\r\nMaterial: Aluminum/Steel\r\n\r\nUM: 1\r\nWarranty: 1 Year', 1016.76, NULL, NULL, 1461.99, 'AME International \"Combi\" Tire Bead Breaker 11010-96118.jpeg', 'AME International \"Combi\" Tire Bead Breaker 11010-99930.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-28 01:46:37', '2024-01-28 01:46:37'),
(1119, 'KENZO  Ladies Blue Denim Slim High-Waist Jeans, Waist Size 27', '4oy8GZter', 19, 'Kenzo Ladies Bottoms. Fashion category: Jeans & Denim. SKU: FC62DP2009IB-67. Color: Blue. Kenzo Ladies Blue Denim Slim High-Waist Jeans. Kenzo\'s denim jeans featuring a zip and button fastening, belt loops, 5-pocket style, wide legs and logo patch. 100% Cotton.', 140.00, NULL, NULL, 319.99, 'KENZO  Ladies Blue Denim Slim High-Waist Jeans, Waist Size 27-89036.jpeg', 'KENZO  Ladies Blue Denim Slim High-Waist Jeans, Waist Size 27-66753.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:46:54', '2024-01-28 01:46:54'),
(1120, 'Halo 3 Essentials', 'nuJkBKZ2T', 4, 'You will receive the following (if it\'s not listed directly below, it\'s not included):\r\n\r\n2 x Discs\r\nGame Case\r\nGraphics/Artwork insert\r\n\r\nOVERVIEW:\r\n\r\nComplete 2 disc set with storyboards. This is not the Halo game or an expansion pak and will not work without the Halo 3 game disc.\r\n\r\nDisc One\r\n\r\nOnly compatible with the Xbox 360.\r\nIncluded in both Collector\'s and Legendary editions.\r\nA/V calibration tool.\r\nExclusive Halo 3 gamer pictures and dashboard theme.\r\nGallery of concept and production art (set to music).\r\nThe popular internet flash game Warthog Launch.\r\nBungie guided network set-up.\r\nTypical day at Bungie Studios.\r\nMaking of Halo 3.\r\n\r\nDisc Two\r\n\r\nUsable on anything that plays standard DVDs.\r\nOnly included in the Halo 3 Legendary Edition.\r\nCompletely remastered, high resolution versions of the Halo and Halo 2 cinematics with 5.1 audio and an optional \"Director\'s Commentary\" track featuring Martin O\'Donnell, Joseph Staten, and Jason Jones.\r\nBestiarum: An expanded digital guide to the creatures, cultures, and worlds of Halo 3, with art and assets exclusive to this interactive edition.\r\nThe Cortana Chronicles:Jen Taylor, the voice of Cortana, takes us on a tour of the worldwide Halo fan community, where she meets Halo fanatics from near and far, obscure and famous alike.\r\nAll-new, exclusive Machinima episodes from Red vs Blue and This Spartan Life, as well as a novel \"mockumentary\" voiced by Sgt. Johnson himself, David Scully.', 8.87, NULL, NULL, 11.24, 'Halo 3 Essentials-60515.jpeg', 'Halo 3 Essentials-58664.jpeg', NULL, 'Video games', 3.0, NULL, 1, '2024-01-28 01:47:18', '2024-01-28 01:47:18'),
(1121, 'AME International Tire Mounting Clamp 72150', 'C5JBQJih2', 19, 'Clamps on wheels to prevent tire from \"walking\"\r\nNo need for vise-grips\r\nFor use on automatic tire changers and manual demount applications\r\nMade from heavy duty steel\r\n\r\nSize: 9 X 7 X 5 inch\r\nWeight: 5 lbs\r\n\r\nMaterial: Aluminum/Steel\r\n\r\nUM: 1\r\nWarranty: 1 Year', 81.24, NULL, NULL, 96.00, 'AME International Tire Mounting Clamp 72150-66244.jpeg', NULL, NULL, 'Automotive kits', 2.0, NULL, 1, '2024-01-28 01:49:08', '2024-01-28 01:49:08'),
(1122, 'GIANVITO ROSSI  Ladies Mousse/Mousse Martis 20 Combat Boots, Brand Size 35 ( US Size 5 )', 'TcrqZMOov', 19, 'Gianvito Rossi Ladies Boots. SKU: G73884.20GOM.CEO. Color: Black/Black. Gianvito Rossi Ladies Black/Black Martis 20 Combat Boots. A pair of Martis leather combat boots features a round toe, front lace-up fastening, pull tab at the ankle, a stretchy ribbed ankle section, and set on a 20 mm block heel. Made in Italy.', 449.00, NULL, NULL, 1012.00, 'GIANVITO ROSSI  Ladies Mousse/Mousse Martis 20 Combat Boots, Brand Size 35 ( US Size 5 )-84445.jpeg', 'GIANVITO ROSSI  Ladies Mousse/Mousse Martis 20 Combat Boots, Brand Size 35 ( US Size 5 )-78529.jpeg', 'GIANVITO ROSSI  Ladies Mousse/Mousse Martis 20 Combat Boots, Brand Size 35 ( US Size 5 )-20930.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:49:59', '2024-01-28 01:49:59'),
(1123, 'Simple Deluxe 12 Inch 3Speed High Velocity Heavy Duty Metal Industrial Floor Fan', 'To8aFp8z6', 19, 'Simple Deluxe 12 Inch 3-Speed High Velocity Heavy Duty Floor Fan for Industrial, Commercial, Residential, and Greenhouse Use, Black\r\n \r\nFeatures\r\nThis Super wall fan has create an air velocity of 1,800 CFM.\r\n3 speed high-torque, permanently lubricated motor with 3-speed rotary switches help you for different airflow.\r\nThanks to the ball-bearing motors, these floor fans can run at least 2 years under good caring.\r\nReinforced wire grill for added safety. All-metal construction with aluminum blades make these fans as a good choice at workshops, basements, living rooms and garages.\r\n360 degree tilt angle provides you wide-range cooling air circulator. Furthermore, handles on the rear guards allow you with easy moving.', 39.99, NULL, NULL, 43.99, 'Simple Deluxe 12 Inch 3Speed High Velocity Heavy Duty Metal Industrial Floor Fan-51730.jpeg', NULL, NULL, 'Industrial', 3.5, NULL, 1, '2024-01-28 01:50:42', '2024-02-23 01:27:01'),
(1124, 'Rayman Raving Rabbids', 'kwuTd2ceh', 4, 'Rayman Raving Rabbids 2 Nintendo Wii Video Game Disc Only\r\n\r\nItem Condition: Item is used and may show general signs of wear from normal use. It may have small visible cosmetic imperfections.\r\n\r\nPlease check all attached pictures to get a better view of the condition. Sometimes we miss a flaw in this description but you will be able to see it from the pictures.', 4.19, NULL, NULL, 6.95, 'Rayman Raving Rabbids-64677.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-01-28 01:51:43', '2024-01-28 01:51:43'),
(1125, 'AME International Wheel Caliper 51500', 'VWvgKHsRO', 16, 'Rim Width Caliper used to measure wheels which are being balanced\r\n\r\nSize: 16.5 X 18 X 0.5 inch\r\nWeight: 1 lbs\r\n\r\nMaterial: Polymer/Plastic\r\n\r\nUM: 1\r\nWarranty: 1 Year', 56.37, NULL, NULL, 75.00, 'AME International Wheel Caliper 51500-27740.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-28 01:52:25', '2024-01-28 01:52:25'),
(1126, 'GIANVITO ROSSI  Ladies Two-tone Leather Loafers, Brand Size 39.5 ( US Size 9.5 )', 'JS1wTD638', 19, 'Gianvito Rossi Ladies Loafers. SKU: G25173.10CUONAP.0296724. Gianvito Rossi Ladies Two-tone Leather Loafers. A pair of loafers feature two-tone design, seam detailing, leather sole and slip-on style. Leather 100%', 367.98, NULL, NULL, 582.00, 'GIANVITO ROSSI  Ladies Two-tone Leather Loafers, Brand Size 39.5 ( US Size 9.5 )-11259.jpeg', 'GIANVITO ROSSI  Ladies Two-tone Leather Loafers, Brand Size 39.5 ( US Size 9.5 )-21626.jpeg', 'GIANVITO ROSSI  Ladies Two-tone Leather Loafers, Brand Size 39.5 ( US Size 9.5 )-57465.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:53:38', '2024-01-28 01:53:38'),
(1127, 'InfiniPower 16 Inch High Velocity Stand Fan,Industrial 3-Speed Metal Floor Fans', 'OaBMamJGy', 19, 'Low noise allows you to rest and sleep in quiet. Quality made material makes the fan durable in use. Adjustable Heights & Horizontal Oscillation: Horizontal Oscillation 75 degrees; height of the fan can be adjusted form 39” to 53”.', 54.78, NULL, NULL, 72.99, 'InfiniPower 16 Inch High Velocity Stand Fan,Industrial 3-Speed Metal Floor Fans-27842.jpeg', 'InfiniPower 16 Inch High Velocity Stand Fan,Industrial 3-Speed Metal Floor Fans-49893.jpeg', 'InfiniPower 16 Inch High Velocity Stand Fan,Industrial 3-Speed Metal Floor Fans-73805.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-28 01:55:35', '2024-01-28 01:55:35'),
(1128, 'GIANVITO ROSSI  Ladies Gold Nappa Silk Heels, Brand Size 35 (US Size 5)', 'Xt6f3SOpp', 19, 'Gianvito Rossi Ladies Heels. SKU: G40147.15RICNPS. Color: Gold. Gianvito Rossi Ladies Gold Nappa Silk Heels. A pair of nappa silk heels featuring a pointed toe, straps with self-tie fastening at the ankle, branded insole, leather sole and set on stiletto heels.', 359.00, NULL, NULL, 644.00, 'GIANVITO ROSSI  Ladies Gold Nappa Silk Heels, Brand Size 35 (US Size 5)-96530.jpeg', 'GIANVITO ROSSI  Ladies Gold Nappa Silk Heels, Brand Size 35 (US Size 5)-76239.jpeg', 'GIANVITO ROSSI  Ladies Gold Nappa Silk Heels, Brand Size 35 (US Size 5)-72165.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:55:37', '2024-01-28 01:55:37'),
(1129, 'Sega Bass Fishing', '7lwjIVrSZ', 4, 'Sega Bass Fishing Nintendo Wii Video Game Disc Only\r\n\r\nItem Condition: Item is used and may show general signs of wear from normal use. It may have small visible cosmetic imperfections.', 2.50, NULL, NULL, 4.95, 'Sega Bass Fishing-83607.jpeg', NULL, NULL, 'Video games', 2.5, NULL, 1, '2024-01-28 01:55:45', '2024-01-28 01:55:45'),
(1130, '902-3308 Thermostat Housing with Select Chrysler PT Cruiser Models', 'cHTdtlJqG', 19, 'This replacement engine Coolant Thermostat Housing assembly is engineered to match the fit and durability of the stock housing assembly on specified vehicles. It is designed to withstand extreme temperature changes to Extend service life. vehicle model years\r\nThis part fits: chrysler\r\nPT Cruiser: 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010', 35.43, NULL, NULL, 64.77, '902-3308 Thermostat Housing with Select Chrysler PT Cruiser Models-29008.jpeg', '902-3308 Thermostat Housing with Select Chrysler PT Cruiser Models-48746.jpeg', '902-3308 Thermostat Housing with Select Chrysler PT Cruiser Models-16952.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-28 01:56:18', '2024-01-28 01:56:18'),
(1131, 'GIANVITO ROSSI  Ladies Black Sandals, Brand Size 35 (US Size 5)', 'woDEKBs74', 19, 'Gianvito Rossi Ladies Sandals. SKU: G60953.85RIC.CAMNERO. Barcode: 8059023011762. Color: Black. Gianvito Rossi Ladies Black Sandals, Brand Size 0.', 367.00, NULL, NULL, 554.00, 'GIANVITO ROSSI  Ladies Black Sandals, Brand Size 35 (US Size 5)-96598.jpeg', 'GIANVITO ROSSI  Ladies Black Sandals, Brand Size 35 (US Size 5)-41275.jpeg', 'GIANVITO ROSSI  Ladies Black Sandals, Brand Size 35 (US Size 5)-56127.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 01:57:52', '2024-01-28 01:57:52'),
(1132, '57180 Oil Filter Plug Tool (Cummins), 1 Pack', 'ewLYGkGCC', 16, 'Used to plug the oil filter when changing oil on 2013-2017 Dodge ram Cummins 2500/3500 heavy-duty trucks', 25.15, NULL, NULL, 35.90, '57180 Oil Filter Plug Tool (Cummins), 1 Pack-17159.jpeg', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 01:59:09', '2024-01-28 02:12:00'),
(1133, 'YUJ  Salute Paris Salute The Sun Yoga Mat', '32vGnqPcx', 19, 'Yuj Ladies Yoga Mat. SKU: SUNTAP. Barcode: 3663343100461. Color: Salute The Sun. Yuj Salute Paris Salute The Sun Yoga Mat. The YUJ yoga mat is ultra-lightweight (1.8kg), made of eco-friendly rubber and is covered with a suede fabric and non-slip surface. Also, features a multi-purpose printed strap. It can be machine washed cold (no detergent) and dries very quickly (no tumble dryer).', 25.00, NULL, NULL, 55.00, 'YUJ  Salute Paris Salute The Sun Yoga Mat-89455.jpeg', 'YUJ  Salute Paris Salute The Sun Yoga Mat-18301.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 02:00:18', '2024-01-28 02:00:18');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1134, 'Family Guy', '2oEVNJbrv', 4, 'Family Guy The Video Game (PlayStation 2 2006) PS2 Complete CIB Manual Tested\r\n\r\nPre-owned. original game case, video game disk, game instructions, and game case artwork included. Game tested and works well - Disc Condition very good.', 29.99, NULL, NULL, 35.64, 'Family Guy-74853.jpeg', 'Family Guy-43729.jpeg', 'Family Guy-17555.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 02:00:36', '2024-01-28 02:11:10'),
(1135, 'ALMONARD 30\'\' 750mm Heavy duty Industrial Wall Fan For Hall, Factory, Industry', '7DbIn7hpr', 19, 'Upgrade your industrial cooling with the ALMONARD 30\'\' 750mm 1400Rpm Heavy duty Industrial Wall Fan. This powerful and durable fan is perfect for any indoor or outdoor space. Its metal construction and three blades ensure long-lasting performance. The ALMONARD fan has an analog/mechanical timerless control style, making it easy to use. With a power source of 230V and power of 250W, it\'s suitable for halls, factories, and industries. The fan has a round shape and is 30 inches wide, weighing 25KG. It is perfect for mounting on walls or using as a handheld unit. Made in India in 2023, this fan is a high-quality unit that will keep your space cool and comfortable.', 295.77, NULL, NULL, 375.88, 'ALMONARD 30\'\' 750mm Heavy duty Industrial Wall Fan For Hall, Factory, Industry-19692.jpeg', 'ALMONARD 30\'\' 750mm Heavy duty Industrial Wall Fan For Hall, Factory, Industry-32878.jpeg', NULL, 'Industrial', 3.5, NULL, 1, '2024-01-28 02:01:49', '2024-01-28 02:01:49'),
(1136, '57040 Large Oil Filter Swivel Wrench', 'VXFwfwXeV', 16, 'Tough, stainless steel band with permanently bonded textured coating for superior gripping power. Swivel handle makes it easy to turn in tight spots. Handle swivels more than 180 degrees with adjustable tension. Tension adjusting nut allows swivel pressure to be regulated. Patent pending coating process adds many additional gripping points to securely grab the filter. Specially designed tab keeps grip from sliding off the handle. Has a 4.125 to 4.5 ( 104.7 to 114.3 mm) range. Fits most tractors and other farm implement products.', 24.46, NULL, NULL, 52.00, '57040 Large Oil Filter Swivel Wrench-95811.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-01-28 02:01:50', '2024-01-28 02:01:50'),
(1138, 'JO MALONE LONDON  Wild Bluebell Scented Home Candle 7.0 oz (200g)', 'KLLTxB7ph', 19, 'Indulge your senses with the evocative aroma of Jo Malone London\'s Wild Bluebell Scented Home Candle. This captivating fragrance, designed for both men and women, is a remarkable blend of simplicity and sophistication that enhances the ambiance of any space.\r\n\r\nThe fragrance unravels with top notes of delicate Bluebell, a rare and enchanting scent that is both invigorating and soothing. The heart notes of Persimmon add a juicy, sweet, and exotic touch to the fragrance, infusing your surroundings with a unique and intriguing aroma.', 55.00, NULL, NULL, 64.99, 'JO MALONE LONDON  Wild Bluebell Scented Home Candle 7.0 oz (200g)-97668.jpeg', NULL, NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-28 02:03:16', '2024-01-28 02:03:16'),
(1139, 'Plants Vs Zombies Battle For Neighborville', 'tOYDADDF7', 4, 'This is a BRAND NEW SEALED copy of Plants VS Zombies Battle for Neighborville.\r\n\r\nWe always ship quickly and safely. We usually ship same business day or next.\r\n\r\nWe are a smoke free family.\r\n\r\nWe work out of our home and are animal lovers, so as a disclaimer, all items sold come from a clean, pet friendly home.\r\n\r\nWe will always consider best offer! (Sometimes more than others depending on circumstances). We aim to have the best prices on great items!\r\n\r\nThank you so much for looking!', 17.50, NULL, NULL, 17.82, 'Plants Vs Zombies Battle For Neighborville-73309.jpeg', 'Plants Vs Zombies Battle For Neighborville-29701.jpeg', NULL, 'Video games', 3.0, NULL, 1, '2024-01-28 02:04:36', '2024-01-28 02:04:36'),
(1140, 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office', 'VzDTKpai6', 16, 'Easy to Assemble & CleanThe product package includes easy-to-follow instructions, numbered parts, assembly tools and an installation video on the product page, allowing you to quickly and easily assemble this wood bookshelf. This tall bookshelf has a flat and waterproof surface that can be easily cleaned with a damp rag.\r\n1-Year WarrantyWe provide 1 year after-sales service for this book shelf organizer. If you have any questions and suggestions about our large bookshelf during installation and use, please feel free to contact us, our customer service team will always be there for you.', 49.99, NULL, NULL, 64.00, 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office-46634.jpeg', 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office-44113.jpeg', 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office-20308.jpeg', 'Books', 3.0, NULL, 1, '2024-01-28 02:04:55', '2024-01-28 02:04:55'),
(1141, 'Portable Industrial Fan Blower Carpet Dryer Air Mover With Heater Attachment', 'iDn9zav11', 19, '300 CFM Utility Blower Fan. Includes (1) KTI77701 HEATER FOR 180 W 300 CFM WORKFORCE FAN. Workforce Fan 180W, 300 CFM. Moves air up to 30 feet away.', 97.00, NULL, NULL, 113.31, 'Portable Industrial Fan Blower Carpet Dryer Air Mover With Heater Attachment-61511.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-01-28 02:06:42', '2024-01-28 02:12:56'),
(1142, 'LUTHERAN STUDY BIBLE, BLACK, COMPACT DUOTONE By Various Luther\'s Small Catechism', '6Q4b05ETv', 18, 'This Lutheran Study Bible is a comprehensive guide for those seeking to understand the English Standard Version. With over 2377 pages, it provides detailed analysis and insights into various topics and genres. The book comes in a compact duotone format with a length of 8.6in., height of 2in., and width', 79.19, NULL, NULL, 79.99, 'LUTHERAN STUDY BIBLE, BLACK, COMPACT DUOTONE By Various Luther\'s Small Catechism-46332.jpeg', 'LUTHERAN STUDY BIBLE, BLACK, COMPACT DUOTONE By Various Luther\'s Small Catechism-76463.jpeg', NULL, 'Books', 3.5, NULL, 1, '2024-01-28 02:09:44', '2024-01-28 02:09:44'),
(1143, 'Atmos Classic Phases de Lune White Dial Desk Clock', 'wVbmOaLVh', 19, 'Rhodium plated stainless steel case. Fixed bezel. Silver/white dial with blue-toned hands and Roman numeral hour markers. Dial Type: Analog. Automatic movement. Case diameter: 250 mm x 185 mm x 140 mm. Rectangle case shape. Functions: hour, minute, second, moonphase. Luxury watch style. Watch label: Swiss Made. Jaeger LeCoultre Atmos Classic Phases de Lune White Dial Desk Clock Q5112202.', 7553.00, NULL, NULL, 8195.00, 'Atmos Classic Phases de Lune White Dial Desk Clock-25755.jpeg', 'Atmos Classic Phases de Lune White Dial Desk Clock-98984.jpeg', 'Atmos Classic Phases de Lune White Dial Desk Clock-66843.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 02:12:03', '2024-01-28 02:12:03'),
(1144, 'Cabelas Dangerous Hunt', 'mWJhcEBAP', 4, 'Cabelas Dangerous Hunt 2013 Xbox 360 Video Game Wireless Gun TESTED\r\n\r\nThis doesn\'t have a sensor bar, this is just the video game and gun', 35.50, NULL, NULL, 49.95, 'Cabelas Dangerous Hunt-30209.jpeg', 'Cabelas Dangerous Hunt-64077.jpeg', 'Cabelas Dangerous Hunt-71283.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 02:12:23', '2024-01-28 02:12:23'),
(1145, 'Simple Deluxe 18Inch 3-Speed High Velocity Heavy Duty Metal Industrial Floor Fan', 'Bl25cQVbm', 19, 'This high velocity fan features easy to switch the speed by the rotary switches. 3 powerful speeds and aluminum blades create the maximum air velocity of 4012 CFM. velocity air anywhere makes this fan ideal for.', 39.50, NULL, NULL, 59.99, 'Simple Deluxe 18Inch 3-Speed High Velocity Heavy Duty Metal Industrial Floor Fan-13447.jpeg', 'Simple Deluxe 18Inch 3-Speed High Velocity Heavy Duty Metal Industrial Floor Fan-18668.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-28 02:13:54', '2024-01-28 02:13:54'),
(1146, 'The Basilica On Jackson Square The History of the St Louis Cathedral 4th e. 1972', '274rGLjJO', 18, 'The History of the St. Louis Cathedral.\" This book, which was published in 1972, delves into the captivating history of the St. Louis Cathedral. It\'s the fourth edition, so you can expect it to be packed with fascinating details and insights about this iconic landmark. If you\'re interested in learning more about the rich history of the St. Louis Cathedral, this book is a must-read!', 9.00, NULL, NULL, 11.18, 'The Basilica On Jackson Square The History of the St Louis Cathedral 4th e. 1972-17572.jpeg', 'The Basilica On Jackson Square The History of the St Louis Cathedral 4th e. 1972-27024.jpeg', 'The Basilica On Jackson Square The History of the St Louis Cathedral 4th e. 1972-52232.jpeg', 'Books', 4.5, NULL, 1, '2024-01-28 02:14:00', '2024-01-28 02:14:00'),
(1147, 'STUHRLING ORIGINAL  Aviator Quartz Black Dial Men\'s Clock', '0RxDBsLCd', 19, 'Brown alloy case. Fixed brown stainless steel bezel. Black dial with rose gold-tone hands and Roman numeral hour markers. Minute markers around the outer rim. Dial Type: Analog. Quartz movement. Scratch resistant mineral crystal. Round case shape, case size: 350 mm, case thickness: 95 mm. Functions: hour, minute, second. Aviator Series. Casual watch style. Stuhrling Original Aviator Quartz Black Dial Men\'s Clock M15464.', 100.00, NULL, NULL, 186.00, 'STUHRLING ORIGINAL  Aviator Quartz Black Dial Men\'s Clock-66196.jpeg', NULL, NULL, 'Accessories', 3.0, NULL, 1, '2024-01-28 02:14:57', '2024-01-28 02:14:57'),
(1148, 'PANERAI  Steel Bracelet', 'E3L4Leyq9', 19, 'PANERAI \r\nSteel Bracelet', 1535.00, NULL, NULL, 1700.00, 'PANERAI  Steel Bracelet-90162.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-01-28 02:19:40', '2024-01-28 02:19:40'),
(1149, 'GQ Magazine British Men of The Year 2022 Kit Connor Joe Locke Heartstopper *NEW*', 'IQ5mKDeeH', 18, 'GQ Magazine British Men of The Year 2022 Kit Connor Joe Locke Heartstopper *NEW*', 199.99, NULL, NULL, 215.22, 'GQ Magazine British Men of The Year 2022 Kit Connor Joe Locke Heartstopper *NEW*-68898.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-28 02:19:53', '2024-01-28 02:19:53'),
(1150, 'Bristol 750mm Industrial Pedestal Fan', 'lrgszd3lk', 19, 'Specially designed high-velocity blades, Bristol 750mm Industrial fans are ideal cooling larger areas like warehouses, worksites, offices, gyms, patios and cafes. 750 750mm 1250mm 750mm. Industrial quality.', 232.00, NULL, NULL, 262.96, 'Bristol 750mm Industrial Pedestal Fan-83090.jpeg', 'Bristol 750mm Industrial Pedestal Fan-26948.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-28 02:21:37', '2024-01-28 02:21:37'),
(1151, 'Assassins Creed', 'Gbnlo8xGj', 4, 'Assassins Creed Xbox 360 Video Game Complete CIB\r\n\r\nPre-owned complete video game in very good condition\r\n\r\nPlease check the pictures of the actual product to get a better understanding of the quality', 3.30, NULL, NULL, 9.99, 'Assassins Creed-73682.jpeg', 'Assassins Creed-48345.jpeg', 'Assassins Creed-76146.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 02:21:51', '2024-01-28 02:21:51'),
(1152, 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube', 'KRzGWjCyt', 18, 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube Suitable For Vaginal, Solo Or Anal Play, Compatible With Natural Rubber Latex, Polyurethane, And Polyisoprene Condoms, Flavorless And Unscented, 16 Fl Oz', 33.00, NULL, NULL, 50.00, 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube-60273.png', 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube-44020.png', 'Premium Personal Lubricant, Water-Based Lube For Women, Men, And Couples, Lube-59164.png', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 02:24:25', '2024-01-28 02:24:25'),
(1153, 'Silicone Lubricant | Super Slip & Slide Lube For Women, Men And Everyone | Vitam', 'l0s9HKo1Y', 18, 'Silicone Lubricant Super Slip Slide Lube For Women, Men And Everyone Vitamin E Squalane For Lightweight Personal Lubrication Long Lasting, Never Greasy (2.4 Fl Oz)', 38.99, NULL, NULL, 40.57, 'Silicone Lubricant | Super Slip & Slide Lube For Women, Men And Everyone | Vitam-27065.png', 'Silicone Lubricant | Super Slip & Slide Lube For Women, Men And Everyone | Vitam-72893.png', 'Silicone Lubricant | Super Slip & Slide Lube For Women, Men And Everyone | Vitam-85858.png', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 02:26:54', '2024-01-28 02:26:54'),
(1154, 'Silicone Anal Butt Plug Toy, Anal Sex Toys Anal Butt Plug For Men And Women', 'DaLg4kuBo', 18, 'Silicone Anal Butt Plug Toy, Anal Sex Toys Anal Butt Plug For Men And Women, And Advanced Users - With Gentle Heat (Green)\r\n\r\nItem Condition: New', 40.00, NULL, NULL, 48.99, 'Silicone Anal Butt Plug Toy, Anal Sex Toys Anal Butt Plug For Men And Women-64272.png', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-01-28 02:29:16', '2024-01-28 02:29:16'),
(1155, '6.7In Large Butt Plug Big Anal Sex Toys, Silicone Butt Plugs Huge Prostate Mass', 'o3wO5B0sy', 18, '6.7In Large Butt Plug Big Anal Sex Toys, Silicone Butt Plugs Huge Prostate Massager Dilators For Anus, Tentacle G-Spot Dildo Anal Training Kit, Expanding Anal Plugs Sex Toy For Experienced Players\r\n\r\nItem Condition: New', 65.00, NULL, NULL, 70.00, '6.7In Large Butt Plug Big Anal Sex Toys, Silicone Butt Plugs Huge Prostate Mass-64413.png', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-01-28 02:31:41', '2024-01-28 02:31:41'),
(1156, '3Pcs Thread Anal Plug Training Kit Sex Toys, Silicone Butt Plugs Training Set', 'XW6rsmt4K', 18, '3Pcs Thread Anal Plug Training Kit Sex Toys, Silicone Butt Plugs Training Set For Beginners Advanced Users With Safety Tapered Shaft Flared Base For Women Men Masturbation\r\n\r\nItem Condition: New', 25.00, NULL, NULL, 40.00, '3Pcs Thread Anal Plug Training Kit Sex Toys, Silicone Butt Plugs Training Set-96582.png', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-01-28 02:33:11', '2024-01-28 02:33:11'),
(1157, 'Table Loft Lamp UFO Alien. Vintage Radio Vacuum Tube. Industrial Style. Handmade', 'rfwD3bI1O', 19, 'Table Loft Lamp UFO Alien. Industrial Style. Handmade Steampunk Lamp. Table Loft Lamp. This lamp has an original design and is perfect for the loft-style, steampunk, or industrial-style interior.', 40.00, NULL, NULL, 59.00, 'Table Loft Lamp UFO Alien. Vintage Radio Vacuum Tube. Industrial Style. Handmade-21802.jpeg', 'Table Loft Lamp UFO Alien. Vintage Radio Vacuum Tube. Industrial Style. Handmade-83516.jpeg', NULL, 'Industrial', 3.0, NULL, 1, '2024-01-28 02:34:54', '2024-01-28 02:34:54'),
(1158, 'Inflatable Anal Plug Silicone Built In Metal Ball Dog Puppy Tail Butt Expand', '02nFR3B4u', 18, 'Inflatable Anal Plug Silicone Built In Metal Ball Dog Puppy Tail Butt Expand Trainer Stimulator Perineum Massager For Adult Women, Men And Couples\r\n\r\nItem Condition: New', 39.00, NULL, NULL, 45.00, 'Inflatable Anal Plug Silicone Built In Metal Ball Dog Puppy Tail Butt Expand-70587.png', 'Inflatable Anal Plug Silicone Built In Metal Ball Dog Puppy Tail Butt Expand-76995.png', 'Inflatable Anal Plug Silicone Built In Metal Ball Dog Puppy Tail Butt Expand-63409.png', 'Accessories', 4.0, NULL, 1, '2024-01-28 02:36:06', '2024-01-28 02:36:06'),
(1159, 'Hard Core Poor - a book on extreme thrift', 'GpFrYGdxp', 14, 'This book is all about extreme thrift and finding creative ways to save money. It\'s perfect for those who want to take their frugality to the next level and discover new strategies for stretching their budget. If you\'re looking for tips and tricks to live a more thrifty lifestyle, \"Hard Core Poor\" is the book for you!', 9.99, NULL, NULL, 13.00, 'Hard Core Poor - a book on extreme thrift-74747.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-28 02:37:12', '2024-01-28 02:37:12'),
(1160, 'Bleeding Edge', 'M5XW7vJKA', 14, 'Bleeding Edge Xbox One Video Game New and Sealed\r\n\r\nNew and sealed\r\n\r\nPlease check the pictures of the actual product to get a better understanding of the quality', 4.38, NULL, NULL, 9.99, 'Bleeding Edge-37348.jpeg', 'Bleeding Edge-29832.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 02:38:27', '2024-01-28 02:38:27'),
(1161, 'Silicone Expand Inflatable Anal Plug,Silicone Butt Plug Anal Training Sex Toy', 'b1ctUin2N', 18, 'Silicone Expand Inflatable Anal Plug,Silicone Butt Plug Anal Training Sex Toy Waterproof Butt Sex Toy Anal Plug Sex Toy Stretch Anal With Quick Release Valve For Male, Female And Beginners (Style 4)\r\n\r\nItem Condition: New', 23.00, NULL, NULL, 30.67, 'Silicone Expand Inflatable Anal Plug,Silicone Butt Plug Anal Training Sex Toy-51655.png', 'Silicone Expand Inflatable Anal Plug,Silicone Butt Plug Anal Training Sex Toy-21364.png', 'Silicone Expand Inflatable Anal Plug,Silicone Butt Plug Anal Training Sex Toy-31838.png', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 02:39:05', '2024-01-28 02:39:05'),
(1162, 'Vintage Soviet Russian Industrial Machine Age Scissor Wall Lamp - 1960\'s', 'eB42O08hG', 19, 'Vintage Soviet Russian Industrial Machine Age Scissor Wall Lamp 120V - 1960\'s Vintage Industrial Machine Age Scissor Extension Wall Lamp1960\'s Dimensions: 10\"retracted to30\'\'extended diameter shade4\'\' , Socket E27 The bulb is not included! Good', 90.00, NULL, NULL, 125.00, 'Vintage Soviet Russian Industrial Machine Age Scissor Wall Lamp - 1960\'s-46608.jpeg', 'Vintage Soviet Russian Industrial Machine Age Scissor Wall Lamp - 1960\'s-89169.jpeg', NULL, 'Industrial', 3.5, NULL, 1, '2024-01-28 02:41:22', '2024-01-28 02:41:22'),
(1163, 'Bath and Body Works pocketbac holder - Rose Gold sparkle + 2 hand sanitizer', 'Z49P4KU7E', 18, 'Bath and Body Works hand sanitizer pocketbac holder\r\n\r\nRose Gold sparkle glitter pocketbac holder\r\n\r\nWith two hand sanitizers', 17.99, NULL, NULL, 20.00, 'Bath and Body Works pocketbac holder - Rose Gold sparkle + 2 hand sanitizer-73741.png', 'Bath and Body Works pocketbac holder - Rose Gold sparkle + 2 hand sanitizer-13441.png', 'Bath and Body Works pocketbac holder - Rose Gold sparkle + 2 hand sanitizer-57089.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-28 02:43:35', '2024-01-28 02:43:35'),
(1164, 'Super Mario land', 'NjLgirnXe', 10, 'For Sale is a rare and hard to find Nintendo Gameboy Super Mario land Video Game Cart Only Rare HTF! Its In good USED condition and Play Tested as can be seen from the pictures provided.', 4037.00, NULL, NULL, 49.50, 'Super Mario land-23988.jpeg', 'Super Mario land-91595.jpeg', NULL, 'Video games', 2.5, NULL, 1, '2024-01-28 02:44:23', '2024-01-28 02:44:23'),
(1165, 'Bdsm Restraints Sex Toys 8Pc Bondage Restraints Set Fetish Bed Restraints Kits', 'RMvi0f7yV', 18, 'Bdsm Restraints Sex Toys 8Pc Bondage Restraints Set Fetish Bed Restraints Kits', 60.99, NULL, NULL, 81.00, 'Bdsm Restraints Sex Toys 8Pc Bondage Restraints Set Fetish Bed Restraints Kits-97523.png', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-01-28 02:46:52', '2024-01-28 02:46:52'),
(1166, 'GEARWRENCH Automotive Tool Set | 83093', 'aItsNjIIG', 14, 'I\'m excited to help you with a description for the GEARWRENCH Automotive Tool Set, model number 83093. This tool set is perfect for automotive enthusiasts and professionals alike. It includes a wide range of high-quality tools that are specifically designed for automotive repairs and maintenance. With GEARWRENCH, you can trust that you\'ll have the right tools to get the job done efficiently and effectively. So whether you\'re tackling a small repair or a major project, the GEARWRENCH Automotive Tool Set has got you covered!', 422.34, NULL, NULL, 450.99, 'GEARWRENCH Automotive Tool Set | 83093-45413.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-28 02:48:16', '2024-01-28 02:48:16'),
(1167, 'TMNT', 'KYYv8POiL', 14, 'You\'re buying a TMNT (Nintendo DS, 2007) Video Game. The game comes with Case/Cover art Instructions. Any code that might be included might have already been used. It\'s in overall good condition.', 8.55, NULL, NULL, 11.88, 'TMNT-25029.jpeg', 'TMNT-84511.jpeg', NULL, 'Video games', 4.5, NULL, 1, '2024-01-28 02:48:58', '2024-01-28 02:48:58'),
(1168, 'Bdsm Restraints Sex Toys 25Pc Bondage Restraints Set Fetish Bed Restraints Kits', 'KhNPfZMUh', 18, 'Bdsm Restraints Sex Toys 25Pc Bondage Restraints Set Fetish Bed Restraints Kits For Beginners,Gang Ball Play, Vibrators Massagers, Bondage Kit For Couples Sex', 80.00, NULL, NULL, 105.83, 'Bdsm Restraints Sex Toys 25Pc Bondage Restraints Set Fetish Bed Restraints Kits-34395.png', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-01-28 02:49:19', '2024-01-28 02:49:19'),
(1169, 'Bdsm Sex Bondage Bed Restraints Kit, Soft Leather Chest Restraints Adjustable', 'BG845hewd', 18, 'Bdsm Sex Bondage Bed Restraints Kit, Soft Leather Chest Restraints Adjustable Handcuffs Leg Straps Adult Sex Toys For Women, Sex Chair Bed Bondage Gear Accessories Couples Sex Toys For Pleasure\r\n\r\nItem Condition: New', 39.00, NULL, NULL, 46.00, 'Bdsm Sex Bondage Bed Restraints Kit, Soft Leather Chest Restraints Adjustable-81702.png', 'Bdsm Sex Bondage Bed Restraints Kit, Soft Leather Chest Restraints Adjustable-87581.png', 'Bdsm Sex Bondage Bed Restraints Kit, Soft Leather Chest Restraints Adjustable-18415.png', 'Accessories', 3.5, NULL, 1, '2024-01-28 02:52:17', '2024-01-28 02:52:17'),
(1170, 'GEARWRENCH Automotive Tool Set | 83091', 'IcVzKhXNl', 14, 'This tool set is perfect for automotive enthusiasts and professionals alike. It includes a wide range of high-quality tools that are specifically designed for automotive repairs and maintenance. With GEARWRENCH, you can trust that you\'ll have the right tools to get the job done efficiently and effectively. So whether you\'re tackling a small repair or a major project, the GEARWRENCH Automotive Tool Set has got you covered!', 1779.00, NULL, NULL, 1986.55, 'GEARWRENCH Automotive Tool Set | 83091-82693.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-28 02:53:37', '2024-01-28 02:53:37'),
(1171, 'Lego StarWars', 'onJVuGSiy', 15, 'Lego Star Wars\r\n\r\n\"The Video Game\"\r\n\r\nPlaystation 2', 8.79, NULL, NULL, 12.00, 'Lego StarWars-84610.jpeg', 'Lego StarWars-46957.jpeg', 'Lego StarWars-80172.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-28 02:54:15', '2024-01-28 02:54:15'),
(1172, 'Anal Hook Bdsm Sex Bondage - Bed Restraint Kit With Adjustable Handcuffs Collar', 'RANw5QXv2', 18, 'Anal Hook Bdsm Sex Bondage - Bed Restraint Kit With Adjustable Handcuffs Collar Ankle Cuffs Leather Furniture Restraint Set With Anal Ball Adult Sex Toys For Couple Foreplay\r\n\r\nItem Condition: New', 64.00, NULL, NULL, 68.00, 'Anal Hook Bdsm Sex Bondage - Bed Restraint Kit With Adjustable Handcuffs Collar-15596.png', 'Anal Hook Bdsm Sex Bondage - Bed Restraint Kit With Adjustable Handcuffs Collar-61398.png', 'Anal Hook Bdsm Sex Bondage - Bed Restraint Kit With Adjustable Handcuffs Collar-26269.png', 'Accessories', 3.0, NULL, 1, '2024-01-28 02:55:54', '2024-01-28 02:55:54'),
(1173, 'Powerbuilt Automotive Tool Set | 647840', 'eNQex670m', 14, 'This tool set is perfect for all your automotive repair needs. It includes a variety of high-quality tools that are designed to make your automotive projects easier and more efficient. With the Powerbuilt Automotive Tool Set, you\'ll have the right tools at your fingertips to tackle any repair or maintenance task. So whether you\'re a DIY enthusiast or a professional mechanic, this tool set is a great addition to your toolbox!', 24.99, NULL, NULL, 55.18, 'Powerbuilt Automotive Tool Set | 647840-77674.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-28 02:56:42', '2024-01-28 02:56:42'),
(1174, 'Lot of 7 Sports Video Games', 'vhfHUbTSo', 10, 'Lot of 7 Sports Video Games 6 Play Station 2 and One XBOX Sega\r\n\r\nOverall good condition. All have the books with them except the MVP 06 NCAA Baseball and the NHL 2K6 Hockey game has Mad Cats Play Station 2 Magic Gate in the case.\r\n\r\nPlease check the pictures carefully as they are a large part of the description and is what you will get when you purchase this item', 28.99, NULL, NULL, 32.62, 'Lot of 7 Sports Video Games-99513.jpeg', 'Lot of 7 Sports Video Games-56363.jpeg', 'Lot of 7 Sports Video Games-28118.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 02:59:10', '2024-01-28 02:59:10'),
(1175, 'BDSM Red Leather 4-Way Hog-Tie with Gold Hardware, Tango Hogtie Connector', 'zl9aAeC1L', 18, 'Our BDSM Hog-Tie is from our Tango Collection\r\n\r\nINCLUDED: One (1) Red Leather Hog-Tie with Red Stitching and Gold Hardware', 55.00, NULL, NULL, 70.00, 'BDSM Red Leather 4-Way Hog-Tie with Gold Hardware, Tango Hogtie Connector-32492.png', 'BDSM Red Leather 4-Way Hog-Tie with Gold Hardware, Tango Hogtie Connector-30591.png', 'BDSM Red Leather 4-Way Hog-Tie with Gold Hardware, Tango Hogtie Connector-13356.png', 'Accessories', 3.5, NULL, 1, '2024-01-28 02:59:40', '2024-01-28 02:59:40'),
(1176, 'CRAFTSMAN Automotive Tool Set | CMMT14104', 'prYIrLNsC', 14, 'This tool set is perfect for all your automotive repair needs. It includes a variety of high-quality tools that are designed to make your automotive projects easier and more efficient. With the CRAFTSMAN Automotive Tool Set, you\'ll have the right tools at your fingertips to tackle any repair or maintenance task. So whether you\'re a DIY enthusiast or a professional mechanic, this tool set is a great addition to your toolbox!', 22.98, NULL, NULL, 35.47, 'CRAFTSMAN Automotive Tool Set | CMMT14104-50418.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-28 02:59:49', '2024-01-28 02:59:49'),
(1177, 'Surgical Kidney Tray Bowl Dish Stainless Steel Medical Hospital Instrument', 'Ap8kiZLyT', 19, 'Highly Polished Finish For Aesthetic and Corrosion Resistance\r\n\r\n    . Fully Conformed to CE , ISO 9001 , ISO 13485 , and FDA Standard', 5.77, NULL, NULL, 7.99, 'Surgical Kidney Tray Bowl Dish Stainless Steel Medical Hospital Instrument-79939.jpeg', 'Surgical Kidney Tray Bowl Dish Stainless Steel Medical Hospital Instrument-87909.jpeg', 'Surgical Kidney Tray Bowl Dish Stainless Steel Medical Hospital Instrument-60391.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-28 03:03:53', '2024-01-28 03:03:53'),
(1178, 'Powerbuilt Automotive Tool Set', 'uVhT3Yq9G', 14, 'This tool set is perfect for all your automotive repair needs. It includes a variety of high-quality tools that are designed to make your automotive projects easier and more efficient. With the Powerbuilt Automotive Tool Set, you\'ll have the right tools at your fingertips to tackle any repair or maintenance task. So whether you\'re a DIY enthusiast or a professional mechanic, this tool set is a great addition to your toolbox!', 51.99, NULL, NULL, 76.00, 'Powerbuilt Automotive Tool Set-87422.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-28 03:04:39', '2024-01-28 03:04:39'),
(1179, 'BDSM Waterproof Adult Sex Bed Sheets For Sex Game Lubricants Waterproof Bed Cove', 'wQs9uK8Y9', 18, 'Material: Coat of paint\r\n\r\nColor: Black\r\n\r\nSize: 1.3*2.2M (as picture)\r\n\r\nInclude: 1* bed sheet sex toy\r\n\r\nPackage : Discreet package , protect your privacy\r\n\r\nFeature\r\n\r\n? Sexy black bedding sheet for couples flirting,\r\n\r\n? 100% Brand New safty material made of\r\n\r\n? Very easy to clean,High waterproof function\r\n\r\n? Folded small,', 15.87, NULL, NULL, 18.34, 'BDSM Waterproof Adult Sex Bed Sheets For Sex Game Lubricants Waterproof Bed Cove-45260.png', 'BDSM Waterproof Adult Sex Bed Sheets For Sex Game Lubricants Waterproof Bed Cove-84182.png', 'BDSM Waterproof Adult Sex Bed Sheets For Sex Game Lubricants Waterproof Bed Cove-48140.png', 'Accessories', 3.5, NULL, 1, '2024-01-28 03:05:20', '2024-01-28 03:05:20'),
(1180, 'The Elder Scrolls V: Skyrim', '23kdaRZXK', 14, 'The Elder Scrolls V: Skyrim PlayStation 3 PS3 Video Game Complete CIB\r\n\r\nPre-owned complete video game in very good condition\r\n\r\nPlease check the pictures of the actual product to get a better understanding of the quality', 6.66, NULL, NULL, 9.99, 'The Elder Scrolls V: Skyrim-35103.jpeg', 'The Elder Scrolls V: Skyrim-45651.jpeg', 'The Elder Scrolls V: Skyrim-30662.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 03:05:20', '2024-01-28 03:05:20'),
(1181, 'Lace Party Mask Masquerade Sexy Cosplay Wedding Bdsm Role Play Fetish Prom 0053', 'osJ1NWOCR', 18, 'Carnival mask with feathers, rhinestones and ribbon. Handmade. Mask made of expensive high-quality lace tied to ribbons. Will accent your costume with the Vampire Party and Private Night Party. Perfect for parties, theatrical performance, birthday party, Mardi Gras, corporate party, bachelor party, bachelorette party, prom, cosplay,', 26.00, NULL, NULL, 32.00, 'Lace Party Mask Masquerade Sexy Cosplay Wedding Bdsm Role Play Fetish Prom 0053-78099.png', 'Lace Party Mask Masquerade Sexy Cosplay Wedding Bdsm Role Play Fetish Prom 0053-37122.png', 'Lace Party Mask Masquerade Sexy Cosplay Wedding Bdsm Role Play Fetish Prom 0053-15556.png', 'Accessories', 3.5, NULL, 1, '2024-01-28 03:10:04', '2024-01-28 03:10:04'),
(1182, 'Electric Hospital Surgical, Medical Instrument Sterilizer -Sterilizer 14x6x4', 'U0HybjZ4H', 19, 'Switch the sterilizer on and wait until the water boils. Do not leave the sterilizer unattended. Images are for illustration only. The sale of this item may be subject to regulation by the U.S. Food and Drug Administration and state and local regulatory agencies.', 99.00, NULL, NULL, 129.00, 'Electric Hospital Surgical, Medical Instrument Sterilizer -Sterilizer 14x6x4-51669.jpeg', 'Electric Hospital Surgical, Medical Instrument Sterilizer -Sterilizer 14x6x4-17496.jpeg', 'Electric Hospital Surgical, Medical Instrument Sterilizer -Sterilizer 14x6x4-84868.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 03:10:45', '2024-01-28 03:10:45'),
(1183, 'Tetris: Axis', 'kvgYTOyX8', 15, 'You\'re buying a Tetris: Axis (Nintendo 3DS, 2011) Video Game. The game comes with Case/Cover art Instructions. Any code that might be included might have already been used. It\'s in overall good condition.', 13.40, NULL, NULL, 20.79, 'Tetris: Axis-92733.jpeg', 'Tetris: Axis-58324.jpeg', NULL, 'Video games', 4.5, NULL, 1, '2024-01-28 03:11:30', '2024-01-28 03:11:30'),
(1184, 'Orgain Protein Plant Based Powder Creamy Chocolate Fudge, 32 Oz', 'hY9HnJQzQ', 18, 'Orgain Protein Plant Based Powder Creamy Chocolate Fudge, 32 Oz', 49.00, NULL, NULL, 55.00, 'Orgain Protein Plant Based Powder Creamy Chocolate Fudge, 32 Oz-48437.png', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 03:14:23', '2024-01-28 03:14:23'),
(1185, 'Powerbuilt Automotive Tool Set I 647753', '9wC2MmepO', 14, 'This tool set is perfect for all your automotive repair needs. It includes a variety of high-quality tools that are designed to make your automotive projects easier and more efficient. With the Powerbuilt Automotive Tool Set, you\'ll have the right tools at your fingertips to tackle any repair or maintenance task. So whether you\'re a DIY enthusiast or a professional mechanic, this tool set is a great addition to your toolbox!', 69.99, NULL, NULL, 79.22, 'Powerbuilt Automotive Tool Set I 647753-29898.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-28 03:15:09', '2024-01-28 03:15:09'),
(1186, 'Batman', 'qdKLPVYir', 15, 'Photos are of the actual items you will receive\r\n\r\nGuaranteed 100% authentic', 19.10, NULL, NULL, 28.98, 'Batman-39356.jpeg', 'Batman-53413.jpeg', NULL, 'Video games', 5.0, NULL, 1, '2024-01-28 03:15:20', '2024-01-28 03:15:20'),
(1187, 'Equate Fiber Therapy, For Regularity Fiber Supplement Capsules, 160-Count Bottle', 'qqGZkRqxR', 18, 'Equate Fiber Therapy, For Regularity Fiber Supplement Capsules, 160-Count Bottle', 12.93, NULL, NULL, 14.00, 'Equate Fiber Therapy, For Regularity Fiber Supplement Capsules, 160-Count Bottle-37021.png', 'Equate Fiber Therapy, For Regularity Fiber Supplement Capsules, 160-Count Bottle-88729.png', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 03:17:21', '2024-01-28 03:17:21'),
(1188, '91 US Military Field Minor Surgery Surgical Instruments Medical Training Kit', '6tNOdL3V2', 19, 'Package Includes 91 Pcs:\r\n\r\n1 Pcs Hemostat Forceps - 10\" Curved\r\n1 Pcs Metzenbaum Scissors - 7\" Curved\r\n1 Pcs Olsen Hegar Needle Holder\r\n1 Pcs Mayo Hegar Needle Holder\r\n1 Pcs Suture Stitch Scissors - 4.5\"\r\n1 Pcs Adson Tissue Forceps 1x2 Rat Tooth - 4.75\"\r\n1 Pcs Adson Dressing Forceps Serrated Tips - 4.75\"\r\n1 Pcs Adson Brown Forceps - 4.75\"\r\n1 Pcs Half Curved IRIS Forceps - 4\" Serrated\r\n1 Pcs Full Curved IRIS Forceps - 4\" Serrated\r\n1 Pcs Straight IRIS Forceps - 4\" Serrated\r\n1 Pcs Thumb Dressing Serrated Forceps - 5.5\"\r\n1 Pcs Thumb Tissue Forceps 1x2 Teeth\r\n1 Pcs Precision Point Tweezers\r\n1 Pcs Bandage Scissors - 5.5\"\r\n1 Pcs Kelly Forceps - 5.5\" Straight\r\n1 Pcs Kelly Forceps - 5.5\" Curved\r\n1 Pcs Mosquito Hemostat - 5\" Straight\r\n1 Pcs Mosquito Hemostat - 5\" Curved\r\n1 Pcs Micro IRIS Dissecting Scissors - 4.5\" Straight\r\n1 Pcs Micro IRIS Dissecting Scissors - 4.5\" Curved\r\n1 Pcs Operating Scissors Sharp/Blunt - 5.5\" Straight\r\n1 Pcs Operating Scissors Sharp/Sharp - 5.5\" Straight\r\n1 Pcs Operating Scissors Blunt/Blunt - 5.5\" Straight\r\n1 Pcs Backhaus Towel Clamp - 3.5\"\r\n1 Pcs Butterfly Probe\r\n1 Pcs Mall Probe Seeker\r\n1 Pcs Scalpel Handle No 3 with Engrave Measurement Scale\r\n1 Pcs Scalpel Handle No 4 with Engrave Measurement Scale\r\n4 Pcs 4/0 Training Sutures - Silk, Sterile Sealed with Needle\r\n4 Pcs 4/0 Training Sutures - Nylon, Sterile Sealed with Needle\r\n4 Pcs 4/0 Training Sutures - Polypropylene, Sterile Sealed with Needle\r\n4 Pcs 4/0 Training Sutures - Polyester, Sterile Sealed with Needle\r\n4 Pcs 5/0 Training Sutures - Silk, Sterile Sealed with Needle\r\n4 Pcs 5/0 Training Sutures - Nylon, Sterile Sealed with Needle\r\n4 Pcs 5/0 Training Sutures - Polypropylene, Sterile Sealed with Needle\r\n4 Pcs 5/0 Training Sutures - Polyester, Sterile Sealed with Needle\r\n10 Pcs Surgical Sterile Blades #10 - Individually Foil Wrapped\r\n10 Pcs Surgical Sterile Blades #11 - Individually Foil Wrapped\r\n10 Pcs Surgical Sterile Blades #22 - Individually Foil Wrapped\r\n\r\nItem Details:\r\nInstruments\' handle grip is designed for stability and leverage.\r\nAll instruments are manufactured from AISI 420 surgical grade stainless steel.\r\nProvides high degree of flexibility while conducting clinical procedures.\r\nSmooth finish for aesthetic and corrosion resistance.\r\nRust prevention procedure.\r\nTools are rust proof and will hold up to repeated use.\r\nProduct Conforms to ISO 9001, CE-Quality Mark, ISO 13485, FDA and other Quality Standards', 30.99, NULL, NULL, 59.99, '91 US Military Field Minor Surgery Surgical Instruments Medical Training Kit-99377.jpeg', '91 US Military Field Minor Surgery Surgical Instruments Medical Training Kit-99487.jpeg', '91 US Military Field Minor Surgery Surgical Instruments Medical Training Kit-17493.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 03:19:53', '2024-01-28 03:19:53'),
(1189, 'ScribbleNauts', 'FtSvKdFy3', 10, 'ScribbleNauts NINTENDO DS Writing Video Game WB GAMES CIB COMPLETE\r\n\r\nComplete with original case and artwork\r\n\r\nManual included\r\n\r\nHas been tested and plays fine\r\n\r\nPlease see photos', 2.51, NULL, NULL, 4.98, 'ScribbleNauts-81647.jpeg', 'ScribbleNauts-98620.jpeg', 'ScribbleNauts-13568.jpeg', 'Video games', 1.0, NULL, 1, '2024-01-28 03:19:57', '2024-01-28 03:19:57'),
(1190, 'Kudzu Root Powder Organic - Pueraria Thomsonii, 1 lb,(Starwest Botanicals)', '14DCCRBDq', 18, 'Kudzu Root Powder, also referred to as Pueraria lobata, is a quick growing weed. Implemented in traditional Chinese medicine for centuries, Kudzu Root Powder was used in prescriptions for the treatment of wei. Kudzu Root Powder holds many soothing properties, making it quite practical for thirst and dryness.', 32.00, NULL, NULL, 40.00, 'Kudzu Root Powder Organic - Pueraria Thomsonii, 1 lb,(Starwest Botanicals)-23300.png', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 03:20:29', '2024-01-28 03:20:29'),
(1191, 'Ginseng Root Powder White Organic - Panax Ginseng, 4 Oz,(Starwest Botanicals)', 'DGXMIlZiT', 18, 'Ginseng Root Powder White Organic - Panax Ginseng, 4 Oz,(Starwest Botanicals)', 50.00, NULL, NULL, 55.00, 'Ginseng Root Powder White Organic - Panax Ginseng, 4 Oz,(Starwest Botanicals)-31989.png', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 03:22:23', '2024-01-28 03:22:23'),
(1192, 'Hunter Gardender Neoprene Clog', 'lXEyYZHOm', 14, 'These clogs are perfect for all your gardening adventures. They are made with neoprene material, which is not only comfortable but also waterproof, keeping your feet dry while you work in the garden. The clogs are designed with a slip-on style, making them easy to put on and take off. With their durable construction and practical design, the Hunter Gardender Neoprene Clogs are a great choice for any gardening enthusiast like you!', 49.95, NULL, NULL, 95.00, 'Hunter Gardender Neoprene Clog-68660.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-28 03:23:04', '2024-01-28 03:23:04'),
(1193, 'Clarins Bright Plus Fresh Ampoule Vitamin C Complex 0.2 Oz.', 'xN3NYizQM', 18, 'Clarins Bright Plus Fresh Ampoule Vitamin C Complex 0.2 Oz.: Potent vitamin C concentrate boosts radiance in only 7 days.* This brightening ampoule contains a 15% concentration of vitamin C 10% pure ascorbic acid in powder form combined with a 5% vitamin c derivative plus radiance-boosting superfruits Organic Acerola Seed and Rose Myrtle. A plant-powered intensive formula that targets dull skin and dark spots for a more even skin tone and radiant complexion. This powerful yet gentle fast-absorbing formula contains only 15 ingredients for optimal skin tolerance and is free of fragrance alcohol oil parabens and colorants.', 38.00, NULL, NULL, 40.00, 'Clarins Bright Plus Fresh Ampoule Vitamin C Complex 0.2 Oz.-33685.jpeg', 'Clarins Bright Plus Fresh Ampoule Vitamin C Complex 0.2 Oz.-66096.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 03:24:41', '2024-01-28 03:24:41'),
(1194, 'Mach Rider', 'mUMv1dGC5', 14, 'This is  rare and hard to find Vintage Nintendo Mach Rider Video Game NES Cartridge VHTF 30 years old!!! Its In good USED condition (we had to select acceptable as condition since there is no box or instructions). Game has been tested and does work as can be seen in the pictures provided TV IS NOT included only for demonstration Purposes.', 10.99, NULL, NULL, 14.71, 'Mach Rider-87413.jpeg', 'Mach Rider-31175.jpeg', 'Mach Rider-15732.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 03:25:14', '2024-01-28 03:25:14'),
(1195, 'Jafra \"Naturally Fun\" Body Lotion 6.7oz', 'LituE6yrH', 18, 'New Jafra \"Naturally Fun\" Body Lotion 6.7oz , Items are shipped out daily. raspberry , jasmine vanilla scent .', 12.86, NULL, NULL, 13.00, 'Jafra \"Naturally Fun\" Body Lotion 6.7oz-10038.png', 'Jafra \"Naturally Fun\" Body Lotion 6.7oz-15741.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-28 03:27:38', '2024-01-28 03:27:38'),
(1196, 'Veterinary Stomach Pump Medical Surgical Instrument, For Animal Use - 700ml', 'PTckHTokr', 19, 'Veterinary Stomach Pump Medical Surgical Instrument, For Animal Use - 700ml', 120.00, NULL, NULL, 148.00, 'Veterinary Stomach Pump Medical Surgical Instrument, For Animal Use - 700ml-51183.jpeg', 'Veterinary Stomach Pump Medical Surgical Instrument, For Animal Use - 700ml-49088.jpeg', 'Veterinary Stomach Pump Medical Surgical Instrument, For Animal Use - 700ml-77863.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 03:28:09', '2024-01-29 04:44:56'),
(1197, 'Bath & Body Works Poinsettia Petal Foaming Soap w Lakefront Lodge Candle', 'L0TMuSgqm', 18, '4 Piece Set Bath Body Works Poinsettia Petals Gentle Foaming Hand Soap with Yankee Candle Lakefront Lodge Mini Candle - New\r\n\r\nGently wash away dirt germs with this gentle foaming hand soap infused with skin conditioning Aloe, Vitamin E, Shea Extract Essential Oils.', 25.00, NULL, NULL, 27.90, 'Bath & Body Works Poinsettia Petal Foaming Soap w Lakefront Lodge Candle-70388.png', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 03:31:11', '2024-01-28 03:31:11'),
(1198, 'DJ Hero', 'oeR7qKXop', 15, 'This is a pre-owned game so there may be some wear or not\r\n\r\nStep up your game with DJ Hero for the Sony PlayStation 3. This action-packed adventure game will keep you on your toes as you navigate through a world of music and rhythm. With features like manual included and custom bundle, you\'ll have everything you need to get started and make the most of your gaming experience.\r\n\r\nThis T-Teen rated game from Activision is part of the popular DJ Hero series and is sure to provide hours of entertainment. Don\'t miss out on the opportunity to own this NTSC-U/C (US/Canada) version from 2009. So get ready to mix and scratch with DJ Hero, the ultimate music game for PlayStation 3.\r\n\r\nPlease check out all my photo as it part of my description', 2.23, NULL, NULL, 4.97, 'DJ Hero-15534.jpeg', 'DJ Hero-31952.jpeg', 'DJ Hero-70409.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-28 03:31:51', '2024-01-28 03:31:51'),
(1199, 'Solar Neon LED Garden Stake Light - DOS', 'k57Hy9346', 14, 'This garden stake light is perfect for adding a vibrant and colorful touch to your outdoor space. It features a solar panel that charges during the day and automatically lights up at night, creating a beautiful neon glow. The stake design makes it easy to place in your garden or yard, and the LED lights are energy-efficient and long-lasting. With the Solar Neon LED Garden Stake Light, you can create a magical and inviting atmosphere in your outdoor area.', 23.99, NULL, NULL, 37.99, 'Solar Neon LED Garden Stake Light - DOS-91628.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-28 03:32:37', '2024-01-28 03:32:37'),
(1200, 'Baylis & Harding Sweet Mandarin & Grapefruit Body Wash & Lotion 1 fl oz Sealed', 'MqQgs7T3X', 18, 'Baylis Harding Sweet Mandarin Grapefruit Body Wash Lotion\r\n\r\nEach are travel size. 1 fl oz each. They are both sealed under cap.', 9.00, NULL, NULL, 12.00, 'Baylis & Harding Sweet Mandarin & Grapefruit Body Wash & Lotion 1 fl oz Sealed-75126.png', 'Baylis & Harding Sweet Mandarin & Grapefruit Body Wash & Lotion 1 fl oz Sealed-31581.png', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 03:34:06', '2024-01-28 03:34:06'),
(1201, 'YO-KAI WATCH 2: Bony Spirits', 'sO2mSfhtn', 10, 'YO-KAI WATCH 2: Bony Spirits (Nintendo 3DS, 2016) Video Game. The game comes with Case/Cover art Instructions. Any code that might be included might have already been used. It\'s in overall good condition.', 20.99, NULL, NULL, 39.60, 'YO-KAI WATCH 2: Bony Spirits-57529.jpeg', 'YO-KAI WATCH 2: Bony Spirits-78378.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 03:36:09', '2024-01-28 03:36:09'),
(1202, 'Sloggers 5301BN09 Men\'s Rain and Garden Shoes, Size 9, Brown', 'GcsGjyaud', 14, 'These shoes are perfect for all your gardening and rainy day adventures. They are designed with a durable and waterproof material that will keep your feet dry and protected. The size 9 ensures a comfortable fit, and the brown color adds a stylish touch to your outdoor attire. With the Sloggers Rain and Garden Shoes, you can tackle any gardening task with ease and keep your feet happy and dry.', 48.96, NULL, NULL, 89.00, 'Sloggers 5301BN09 Men\'s Rain and Garden Shoes, Size 9, Brown-39727.jpeg', NULL, NULL, 'Lawn and garden', 5.0, NULL, 1, '2024-01-28 03:36:25', '2024-01-28 03:36:25'),
(1203, '3 PC Kidney Bowl Tray Set Medical Dish Surgical Instrument Stainless Steel Tool', 'V0wSkidB1', 19, 'This is available in 6”. 10\" x 5\" Kidney Tray. Kidney Trays. 8\" x 4\" Kidney Tray. 6\" x 3\" Kidney Tray. A Common Sight in the Healthcare Sector. Crafted using Premium Grade Stainless Steel. Round Edges for Comfortable Grip.', 13.00, NULL, NULL, 17.00, '3 PC Kidney Bowl Tray Set Medical Dish Surgical Instrument Stainless Steel Tool-36733.jpeg', '3 PC Kidney Bowl Tray Set Medical Dish Surgical Instrument Stainless Steel Tool-25604.jpeg', NULL, 'Instruments', 3.5, NULL, 1, '2024-01-28 03:37:53', '2024-01-28 03:37:53'),
(1204, 'Lot of 3 Old Spice AFTER HOURS Body Wash 21 FL OZ ea 8-Hour Technology', '0E90Pn6PE', 18, '3 brand new jumbo bottles of this hard to find scent of body wash.', 34.21, NULL, NULL, 36.97, 'Lot of 3 Old Spice AFTER HOURS Body Wash 21 FL OZ ea 8-Hour Technology-67712.png', 'Lot of 3 Old Spice AFTER HOURS Body Wash 21 FL OZ ea 8-Hour Technology-28354.png', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 03:39:34', '2024-01-28 03:39:34'),
(1205, 'Scotts 26\" Lawn Sweeper', 'lt7IvGEYm', 14, 'Clean up grass clippings or fallen leaves with this Scotts lawn sweeper. The adjustable height control conveniently transitions from your lawn to your patio or driveway with the turn of a dial, while the multi-functional brushes easily grab pine cones and loose debris. A cushioned grip handle offers easy control, and the lawn sweeper folds for simple storage.\r\n\r\n26\" Wide Lawn Sweeper\r\nStrong, Durable Handle \r\nMulti Functional Super Grabbing Brushes     \r\nEasy Dial-in Height Adjustments \r\nCushioned Grip Handle\r\n26 Gallon Easy to Remove Basket \r\n3.6 Bushel Collection Bag\r\nFolds For Easy Storage', 138.27, NULL, NULL, 156.99, 'Scotts 26\" Lawn Sweeper-45623.jpeg', 'Scotts 26\" Lawn Sweeper-40986.jpeg', 'Scotts 26\" Lawn Sweeper-41296.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-28 03:40:18', '2024-01-28 03:42:23'),
(1206, 'Nicklaus', 'RsvRApqsk', 14, 'rare and hard to find Vintage Nintendo jack nicklaus Video Game NES Cartriage VHTF 27 years old!!! Its In very good USED condition (i had to select acceptible as condition since there is no box or instructions).', 9.99, NULL, NULL, 11.76, 'Nicklaus-69928.jpeg', 'Nicklaus-23352.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 03:41:45', '2024-01-28 03:41:45'),
(1207, 'Gymnic Classic Plus 55 Ball - Red', '1HVuf0Ngw', 18, 'Gymnic Classic Plus 55 Ball - Red', 58.00, NULL, NULL, 64.00, 'Gymnic Classic Plus 55 Ball - Red-13961.png', NULL, NULL, 'Sports and outdoor', 3.0, NULL, 1, '2024-01-28 03:45:04', '2024-01-28 03:45:04'),
(1208, 'NHL All-Star Hockey', 'Jz04YFCSg', 14, 'NHL All-Star Hockey\r\n\r\nSEGA saturn CD Only\r\n\r\nPlease check out all the photo as it part  description', 2.99, NULL, NULL, 5.96, 'NHL All-Star Hockey-21762.jpeg', 'NHL All-Star Hockey-97360.jpeg', NULL, 'Video games', 3.0, NULL, 1, '2024-01-28 03:46:24', '2024-01-28 03:46:24'),
(1209, 'Outdoor 12\' x 10\' Outdoor Walk-in Hobby Greenhouse for Plants - 10*12', '1PQ2aPm1X', 14, 'Details:\r\nGrow your favorite plants all year round with ease using the EROMMY 12\' x 10\' Outdoor Walk-in Hobby Greenhouse. This sturdy and weather-resistant greenhouse is constructed with a powder-coated aluminum alloy frame and features a unique ground base design for extra stability. The greenhouse is shipped in two boxes and can be easily assembled in just 8-9 hours with all the necessary hardware and instructions provided by our excellent customer service team.\r\n\r\n\r\nFeatures:\r\n\r\nAdjustable Roof Vent for optimal plant growth and air circulation\r\n4mm Thick Polycarbonate Panels that allow sunlight to enter while improving photosynthesis\r\nTwo Sliding Doors for convenient access\r\nPowder-coated Aluminum Alloy Frame for premium corrosion and weather resistance\r\n\r\nAdditional Details:\r\n\r\nColor: Translucent Sheets, Silver Frame\r\nMaterial: Aluminum\r\nOverall Dimensions: 12\' x 10\' x 10.3\'\r\nDoor Dimensions: 35.5\" W x 75.5\" H\r\nPolycarbonate Sheet Thickness: 4 mm\r\nWind Speed Limit: 25 MPH\r\nSnow Thickness Limit: 3.6\"\r\nShipped in Two Boxes\r\nManufacturer\'s Warranty Included', 893.03, NULL, NULL, 978.00, 'Outdoor 12\' x 10\' Outdoor Walk-in Hobby Greenhouse for Plants - 10*12-94527.jpeg', 'Outdoor 12\' x 10\' Outdoor Walk-in Hobby Greenhouse for Plants - 10*12-82417.jpeg', 'Outdoor 12\' x 10\' Outdoor Walk-in Hobby Greenhouse for Plants - 10*12-16889.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-28 03:48:53', '2024-01-28 03:48:53'),
(1210, 'Street Hoops', 'vXwRKHXf5', 15, 'Street Hoops (Sony PlayStation 2, 2002) PS2 Video Game. The game comes with Case/Cover art Instructions. Any code that might be included might have already been used. It\'s in overall good condition.', 4.20, NULL, NULL, 9.90, 'Street Hoops-49731.jpeg', 'Street Hoops-11788.jpeg', NULL, 'Video games', 3.0, NULL, 1, '2024-01-28 03:49:44', '2024-01-28 03:50:12'),
(1211, 'Splay Club Finger Save - Size 8', 'q9XH0wdwv', 18, 'Product Name: Splay Club Finger Save - Size 8', 36.00, NULL, NULL, 40.00, 'Splay Club Finger Save - Size 8-71718.png', NULL, NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-01-28 03:50:11', '2024-01-28 03:50:11'),
(1212, 'American Girl 18”Dolls Lot TLS Bitty Baby Nude AS IS Lot Of 7', 'kIzWvCxyb', 19, 'Condition\r\nUsed\r\nQuantity\r\n1 available\r\nItem Number\r\n256391837187\r\nUnit of Sale\r\nLot\r\nAntique\r\nNo', 140.00, NULL, NULL, 167.49, 'American Girl 18”Dolls Lot TLS Bitty Baby Nude AS IS Lot Of 7-30041.jpeg', 'American Girl 18”Dolls Lot TLS Bitty Baby Nude AS IS Lot Of 7-24876.jpeg', NULL, 'Babies', 3.5, NULL, 1, '2024-01-28 03:50:29', '2024-01-28 03:50:29');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1213, 'Big Game Hunter', 'h1YPAl1vq', 10, 'Cabela\'s Big Game Hunter 2010 Nintendo Wii Video Game DISC ONLY\r\n\r\nItem Condition: Item is used and may show general signs of wear from normal use. It may have small visible cosmetic imperfections.', 2.40, NULL, NULL, 4.96, 'Big Game Hunter-66592.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 03:53:54', '2024-01-28 03:53:54'),
(1214, 'Gianna Modern White Planters (Set of 2)', 'aXLUo0QeL', 14, 'These planters are perfect for adding a touch of modern elegance to your indoor or outdoor space. They feature a sleek white design that complements any decor style. The set includes two planters of different sizes, allowing you to create a visually appealing display. Made with high-quality materials, these planters are durable and built to last. Whether you want to showcase your favorite plants or create a stunning centerpiece, the Gianna Modern White Planters are a great choice!', 140.55, NULL, NULL, 148.99, 'Gianna Modern White Planters (Set of 2)-60895.jpeg', 'Gianna Modern White Planters (Set of 2)-70992.jpeg', 'Gianna Modern White Planters (Set of 2)-58937.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-28 03:55:31', '2024-01-28 03:55:31'),
(1215, 'Rare Nike SuperflyX 6 Elite LVL UP TF AJ3572-009 US 7.5 Turf Soccer Cleats', '593UxSIrd', 18, 'Nike SuperflyX 6 Elite LVL UP TF AJ3572-009 US 7.5 Turf Soccer Cleats', 270.00, NULL, NULL, 275.00, 'Rare Nike SuperflyX 6 Elite LVL UP TF AJ3572-009 US 7.5 Turf Soccer Cleats-30147.png', 'Rare Nike SuperflyX 6 Elite LVL UP TF AJ3572-009 US 7.5 Turf Soccer Cleats-10201.png', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 03:56:00', '2024-01-28 03:56:00'),
(1216, 'InFamous', 'qsbCttWzc', 14, 'InFamous (Sony PlayStation 3, 2009) PS3 Video Game. The game comes with case/cover art. NO instructions. Any codes or offers if included might have already been used. Overall in very good condition.', 8.20, NULL, NULL, 9.90, 'InFamous-69300.jpeg', 'InFamous-30007.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 03:58:30', '2024-01-28 03:58:30'),
(1217, 'Costway Folding Sturdy Garden Kneeler Gardener Kneeling Pad & Cushion', 'NzAfQojoG', 14, 'Perfect Garden Kneeler & Seat for Relieving the Pressure on Your Knees & Back!\r\nOur foldable garden kneeler seat measures23\" x 11\" x 19.5\" (L x W x H) and loads up to 330 lbs. This garden kneeler with an EVA pad provides comfortable support for your knees and back, and when flipped over, it can be used as a garden seat, allowing you to take a break from the long-time gardening work. Furthermore, our upgraded seat adopts a 8\" widened kneeling pad, making you feel more comfortable. Other than that, it comes with a large tool pouch, ensuring the essential gardening tools are always close at hand. And when not in use, you can also quickly fold it into a flat size for easy storage and transportation. Whether sowing seeds, trimming fences, repairing cars, camping, fishing, or sending gifts for garden lovers, this portable and lightweight outdoor kneeler seat can be a perfect choice!\r\n\r\n\r\n\r\nFeature\r\nCan be used as a garden kneeler for protecting kneels or a garden seat for resting\r\nThe widened kneeling EVA pad ensures maximum coverage and unrivaled comfort\r\nEasy to fold, would not take up much floor space, lightweight and portable\r\nThe large tool pouches help hold all your gardening tools in order and partition\r\nThe tool pouch can also be easily detached for different needs\r\nThe heavy-duty metal frame ensures a large loading capacity of 330 lbs\r\nThe curved supporting legs can also be used as handles to help you stand up\r\n\r\n\r\n\r\nSpecification\r\nColor: Green+Black\r\nMaterial: Metal, EVA Pad\r\nOverall Dimensions: 23\" x 11\" x 19.5\" (L x W x H) \r\nFolding Size: 23.5\"x 11\" x 5\" (L x W x H) \r\nSize of the Tool Pouch:/12.5\" x 12.5\" (L x W)\r\nSize of the Kneeling Pad:16\" x 8\" (L x W)\r\nWeight Capacity: 330 lbs\r\nNet Weight: 6.5 lbs\r\nPackage Includes:\r\n1 x Foldable Garden Kneeler & Seat', 42.58, NULL, NULL, 67.00, 'Costway Folding Sturdy Garden Kneeler Gardener Kneeling Pad & Cushion-40712.jpeg', 'Costway Folding Sturdy Garden Kneeler Gardener Kneeling Pad & Cushion-23803.jpeg', 'Costway Folding Sturdy Garden Kneeler Gardener Kneeling Pad & Cushion-62016.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-28 04:00:37', '2024-01-28 04:00:37'),
(1218, '20in Cute Reborn Baby Dolls Real Body Doll Newborn Handmade Kids Birthday Gift', 'X5awRLroe', 19, 'head:%20The%20head%20simulation%20of%20reborn%20doll%20is%20a%20real%20baby%20size,%20very%20cute%20and%20lovely.%20This%20baby%20is%20100%25%20handmade.%20craftwork%20with%20hand%20painting,just%20like%20a%20newborn!%20You%20cannot%20help%20but%20want%20to%20kiss%20the%20baby%20doll.%0A', 70.55, NULL, NULL, 79.99, '20in Cute Reborn Baby Dolls Real Body Doll Newborn Handmade Kids Birthday Gift-61245.jpeg', '20in Cute Reborn Baby Dolls Real Body Doll Newborn Handmade Kids Birthday Gift-75341.jpeg', NULL, 'Babies', 3.5, NULL, 1, '2024-01-28 04:00:43', '2024-01-28 04:02:32'),
(1219, 'The Clone Wars', 'YahuZxeyP', 15, 'Nintendo Wii Video Game - Star Wars: The Clone Wars-Lightsaber Duels-rated Teen. Condition is Very Good. Shipped with USPS First Class Package.', 4.99, NULL, NULL, 9.64, 'The Clone Wars-57139.jpeg', 'The Clone Wars-29401.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-28 04:01:50', '2024-01-28 04:01:50'),
(1220, 'BAG BOY 14-Way Divider Golf Cart Bag w/ Cover Black & Blue with Rain Hood', 'QuWxytOEy', 18, 'BAG BOY 14-Way Divider Golf Cart Bag w/ Cover Black Blue with Rain Hood\r\n\r\nSome wear on the outside one the pockets from rubbing during travel. One pocket has some staining.', 101.00, NULL, NULL, 109.00, 'BAG BOY 14-Way Divider Golf Cart Bag w/ Cover Black & Blue with Rain Hood-83835.png', 'BAG BOY 14-Way Divider Golf Cart Bag w/ Cover Black & Blue with Rain Hood-74077.png', NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-01-28 04:05:41', '2024-01-28 04:05:41'),
(1221, 'VEIKOUS Outdoor Garden Wood Potting Bench Work Station Table', '1qpmO8c3H', 14, 'This VEIKOUS Outdoor Garden Wood Potting Bench Work Station Table is a durable and versatile addition to any gardening enthusiast\'s collection. Made of solid fir wood, it boasts a stainless steel sink embedded in the tabletop, a large drawer for accessories, two open shelves for additional storage, and three handy side hooks. Measuring 47.9\'\'H x 42.1\'\'W x 15.3\'\'D, this potting bench also serves as a display stand for plants, photos, and handicrafts or storage for grills on your porch, patio, or balcony. With clear instructions for easy assembly and a flat, smooth surface that\'s perfect for painting or spraying, this potting bench is an essential tool for every gardener.\r\n\r\n\r\nAdditional Details:\r\n\r\nMaterial: Solid fir wood and stainless steel\r\nSink dimensions: 13.3\'\'L x 10.6\'\'W x 3\'\'D\r\nDrawer dimensions: 18.7\'\'L x 11.8\'\'W x 2.8\'\'D\r\nOverall size: 47.9\'\'H x 42.1\'\'W x 15.3\'\'D', 121.75, NULL, NULL, 150.99, 'VEIKOUS Outdoor Garden Wood Potting Bench Work Station Table-41577.jpeg', 'VEIKOUS Outdoor Garden Wood Potting Bench Work Station Table-64760.jpeg', 'VEIKOUS Outdoor Garden Wood Potting Bench Work Station Table-54115.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 04:06:21', '2024-01-28 04:06:21'),
(1222, 'Table Tennis video Game', 'tlL8GDbJF', 15, 'This is rare and hard to find Nintendo Wii Table Tennis video Game Complete (disc Case and Manual). Its In good USED condition. Play Graded.', 10.20, NULL, NULL, 14.71, 'Table Tennis video Game-69287.jpeg', 'Table Tennis video Game-59955.jpeg', NULL, 'Video games', 4.5, NULL, 1, '2024-01-28 04:07:02', '2024-01-28 04:07:02'),
(1223, 'Sterling Silver Tennis Bracelet Crystal Slider', '6rOUSYwd2', 10, 'About this item\r\nColor: Silver💖Classical and Timeless Bracelet: Are you seeking a special mother day present to impress your mom? Would you like to add a touch of elegance to your outfits? Would you need a gorgeous jewellery for party or wedding? J.Fée Jewellery offers a irresistible beauty and timeless style tennis cubic zircon bracelet for women! Dazzling AAAAA Cubic Zircon and Sterling Sliver Bracelet.\r\n👍Top Grade AAAAA CZ: We use D Color, VVS Clarity, Heart & Arrow cut AAAAA cubic zirconia. Size: 3mm. CZ is not same as rhinestone, instead of dead light, CZ is so vivid sparkle real diamond. Our cubic zirconia has 57 cut surfaces, and reflect rainbow gloss in sunshine. Four-prong setting, every CZ is firmly embedded in the bracelet (more stable and not easy to fall out).\r\nAdjustable\r\nJ.Fée_SML\r\n💫S925 Marking Stamp: Bracelet made of Sterling Silver and engraved S925 mark on the slide ball. Hypoallergenic and nickel-free, safe for all skin types. ⚠Metals would be oxidized and Jewellery needs maintenance, in order to maintain a long-lasting luster, please keep it away from water, sweat and cosmetics etc. Keep it in jewellery bag or jewellery box we sent if you don’t wear it.\r\n🌈Adjustable Bracelet Fits All Wrist：J.Fée Jewellery bracelet has an adjustable pull chain, designed for fitting beautifully on any wrist size! Circumference 3 to 9 inches. Chic sliding buckle has a strong grip, it would keep the bracelet tightly on your hand and would not loosen with the movement. Unlike similar product on the market, you’ll have no trouble putting it on and taking it off all by yourself in a matter of seconds!\r\n🎁Ideal Gift for Mother\'s Day: Packed in a luxury gift jewellery box with bag, a greeting card. Give it to lover, wife, mother, girlfriend family, friends for Christmas,Valentine\'s Day, Mother\'s Day, Birthday, Anniversary. Create a ritual-filled surprise and you can be sure to win their appreciation! J.Fée is responsible for every item sold. If you have any problems, please contact us. We will provide you with after-sales service.', 18.10, NULL, NULL, 24.13, 'Sterling Silver Tennis Bracelet Crystal Slider-56204.jpeg', NULL, NULL, 'Jewelry', 2.5, NULL, 1, '2024-01-28 04:12:08', '2024-01-28 04:12:08'),
(1224, 'Car Toddler Toys Race Tracks Ambulance Magnet Airplanes for 3-8 Year Boys Gifts', 'EvDlMpfg6', 19, 'Crank up Exciting Hairpin Turns. Guide the toy cars through the obstacle and pass 8 challenges, which added racing fun and is excellent for training and improving kids’ motor skills, problem-solving and hand-eye coordination.', 14.87, NULL, NULL, 18.99, 'Car Toddler Toys Race Tracks Ambulance Magnet Airplanes for 3-8 Year Boys Gifts-49794.jpeg', 'Car Toddler Toys Race Tracks Ambulance Magnet Airplanes for 3-8 Year Boys Gifts-87245.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-01-28 04:12:13', '2024-01-28 04:12:13'),
(1225, 'Guitar Hero III', 'lIrwwhq2H', 10, 'Guitar Hero 3 Legends of Rock video game for your XBOX 360 gaming console.\r\n\r\nYou will receive the following (if it\'s not listed here it\'s not included!):\r\n\r\nVideo Game Disc\r\n\r\nVideo Game Manual\r\n\r\nVideo Game Clamshell', 37.99, NULL, NULL, 37.57, 'Guitar Hero III-82234.jpeg', NULL, NULL, 'Video games', 5.0, NULL, 1, '2024-01-28 04:13:56', '2024-01-28 04:13:56'),
(1226, 'Macgregor Tourney MT 13 Piece Regular Flex Complete Golf Set w Bag Left Handed', 'VlLkIzvaY', 19, 'I am sellings a complete golf set.\r\nIncluded\r\n\r\nWoods: Driver 3 Wood\r\n\r\nHybrids: 4H\r\n\r\nIrons: 5-PW,SW\r\n\r\nChipper\r\n\r\nPutter: Macgregor\r\n\r\nShafts: All woods are graphite\r\n\r\nFlex: Regular Flex', 255.00, NULL, NULL, 275.00, 'Macgregor Tourney MT 13 Piece Regular Flex Complete Golf Set w Bag Left Handed-30514.png', 'Macgregor Tourney MT 13 Piece Regular Flex Complete Golf Set w Bag Left Handed-77795.png', 'Macgregor Tourney MT 13 Piece Regular Flex Complete Golf Set w Bag Left Handed-91743.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-28 04:15:41', '2024-01-28 04:19:08'),
(1227, 'EMPORIO ARMANI Two Piece Rose Gold Tone Jewellery Set', 'YV3vP0Nb4', 10, '1 x Analogue watch\r\n1 x Stud earrings pair \r\nRose gold tone \r\nLogo detail \r\nEmbellished \r\nNavy leather watch strap \r\nBuckle butterfly fastening     \r\nCase width: 37mm\r\nCase depth: 7mm\r\nH: 1cm. W: 1cm\r\nBoxed', 152.50, NULL, NULL, 380.00, 'EMPORIO ARMANI Two Piece Rose Gold Tone Jewellery Set-83010.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-28 04:16:10', '2024-01-28 04:16:10'),
(1228, 'Educational Learning Toys for Kids Toddlers Age 8 9 10 11+ Years Old Girls Boys', 'e3AtIuTom', 19, 'Step by step easy to follow instructions to complete each build included in instruction manual. Suitable for aged 8+ kids. Great robot toys encourage your child to learn through play.', 20.90, NULL, NULL, 26.95, 'Educational Learning Toys for Kids Toddlers Age 8 9 10 11+ Years Old Girls Boys-23914.jpeg', 'Educational Learning Toys for Kids Toddlers Age 8 9 10 11+ Years Old Girls Boys-59530.jpeg', 'Educational Learning Toys for Kids Toddlers Age 8 9 10 11+ Years Old Girls Boys-67046.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-28 04:17:01', '2024-01-28 04:17:01'),
(1229, 'Acuity Ti Plus 13 Piece Regular Flex Complete Golf Set w Bag Left Handed', 'lQeZsFQpN', 19, 'I am sellings a complete golf set.\r\nIncluded\r\n\r\nWoods: Driver 3 Wood\r\n\r\nHybrids:3H 4H\r\n\r\nIrons: 5-PW,SW\r\n\r\nPutter: Acuity\r\n\r\nShafts: All woods are graphite\r\n\r\nFlex: Regular Flex\r\n\r\nBag: Cart Bag\r\n\r\nHeadcovers are included for all the woods and hybrids', 200.00, NULL, NULL, 220.00, 'Acuity Ti Plus 13 Piece Regular Flex Complete Golf Set w Bag Left Handed-25927.png', 'Acuity Ti Plus 13 Piece Regular Flex Complete Golf Set w Bag Left Handed-82560.png', 'Acuity Ti Plus 13 Piece Regular Flex Complete Golf Set w Bag Left Handed-63174.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-28 04:18:32', '2024-01-28 04:18:32'),
(1230, 'TEKKEN 8', 'fhcFAIwk2', 14, 'Get ready for the next chapter in the legendary fighting game franchise, TEKKEN 8.\r\n\r\n• 32 Fighters for a New Generation\r\nCompletely redesigned character visuals. Elaborate, highly-detailed models built from the ground and high-fidelity graphics break the limits of new-generation hardware by adding a new weight and atmosphere to TEKKEN’s signature battles. Vivid environments and destructible stages combine to create an overwhelming sense of immersion, creating the ultimate play experience.\r\n\r\n• New Game, New Rivalry\r\nFist Meets Fate in TEKKEN 8. Holding a record for the longest-running video game storyline, the TEKKEN series begins a new chapter as TEKKEN 8 continues the tragic saga of the Mishima and Kazama bloodlines, and their world-shaking father-and-son grudge matches starting from 6 months after the closure of the last match. The story of Jin Kazama\'s growth and determination marks a new chapter in the timeless saga.\r\n\r\n• Thrilling over-the-top battles embodying Aggressiveness & Destruction\r\nThe new battle system, Heat, dials up the aggressive nature of battles, while maintaining the play feel and tactics unique to the TEKKEN series. The intensity of battles is greatly enhanced by the destructable stages. Unleashing super move-like Rage Arts is sure to enthrall both players and spectators alike. All of these hard-hitting mechanics come together to make TEKKEN 8 the most exciting installment in the series to date!\r\n\r\n• Enjoy your Tekken life!\r\nIn the new single-player mode Arcade Quest, craft your own unique avatar and embark on your new TEKKEN life. Battle your way through a variety of rivals across multiple arcades as the story unfolds, all while mastering the basics and practical skills in TEKKEN 8. Unlock a variety of customization items for characters and avatars as you progress.\r\n\r\n*In addition to this edition, Deluxe Edition and Ultimate Edition are also available.', 30.99, NULL, NULL, 69.00, 'TEKKEN 8-34949.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 04:21:08', '2024-01-28 04:21:08'),
(1231, 'A-Level Biology for AQA: Year 1 & 2 Student Book with Online Edition', 'XQgfYiww9', 10, 'This comprehensive CGP student book covers both years AQA A-Level Biology! It contains in-depth, accessible notes explaining every topic, supported by clear diagrams, photographs, tips and worked examples. To test students’ knowledge and understanding, there are practice questions and exam-style questions throughout the book - with complete answers included. There’s also detailed guidance on Maths Skills, Practical Investigations and indispensable advice for success in the final exams. An access-code for a free Online Edition is also included, allowing you to read the entire book on a PC, Mac or tablet. If you prefer, separate CGP student books are available for Year 1 (9781782943198) and Year 2 (9781782943242) of AQA A-Level Biology.', 46.34, NULL, NULL, 53.38, 'A-Level Biology for AQA: Year 1 & 2 Student Book with Online Edition-38115.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-01-28 04:21:38', '2024-01-28 04:21:38'),
(1232, 'Vintage AMF Voit Impact One Tennis Racket Racquet Grip Size: 4 1/8 \"', 'Ly9dgRT47', 19, 'Vintage AMF Voit Impact One Tennis Racket Racquet Grip Size: 4 1/8 \"\r\n\r\nIn great vintage condition with a lot of life left in this racket. No broken strings.', 25.00, NULL, NULL, 28.95, 'Vintage AMF Voit Impact One Tennis Racket Racquet Grip Size: 4 1/8 \"-63186.png', 'Vintage AMF Voit Impact One Tennis Racket Racquet Grip Size: 4 1/8 \"-63707.png', 'Vintage AMF Voit Impact One Tennis Racket Racquet Grip Size: 4 1/8 \"-63529.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-28 04:22:16', '2024-01-28 04:22:16'),
(1233, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls', 'fIrmDiZ7G', 19, 'Write and draw at will; One button to clear. ADD NOTE WITH COLOR CHOICES WHEN ORDERING. Low power consumption.', 20.32, NULL, NULL, 26.88, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-63752.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-83623.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-29551.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-28 04:23:14', '2024-01-28 04:23:14'),
(1234, '26 Inch 48v 23Ah Land Cruiser 48V 2000W Electric Bicycle 1000W Two Motor Driven', 'HVKpBg7v3', 19, 'Voltage: 48V\r\n\r\nCertification: ce\r\n\r\nFoldable: No\r\n\r\nWattage: 500w\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nWheel Size: 26?\r\n\r\nMax Speed: 50km/h\r\n\r\nMotor: Brushless\r\n\r\nFrame Material: Aluminum Alloy\r\n\r\nRange per Power: 60 km\r\n\r\nRated Passenger Capacity: One Seat\r\n\r\nStyle: Luxury Type\r\n\r\nProvide in USA, UK Europe.', 1500.00, NULL, NULL, 5098.00, '26 Inch 48v 23Ah Land Cruiser 48V 2000W Electric Bicycle 1000W Two Motor Driven-34887.png', '26 Inch 48v 23Ah Land Cruiser 48V 2000W Electric Bicycle 1000W Two Motor Driven-96581.png', '26 Inch 48v 23Ah Land Cruiser 48V 2000W Electric Bicycle 1000W Two Motor Driven-87769.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 04:26:47', '2024-01-28 04:26:47'),
(1235, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls', 'KoRjGUPd4', 19, 'DIY Spelling Reading & Counting Educational Toys】- The Learning Toy is easy to play with and perfect for preschoolers age 3-8 years old. To match letters on the cubes with letters on cards and spell the word.', 11.67, NULL, NULL, 18.95, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-97044.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-42943.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-29780.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-28 04:27:20', '2024-01-28 04:27:20'),
(1236, 'The Hobbit & The Lord of the Rings Boxed Set Illustrated edition ( J. R. R. Tolkien) [9780008376109]', 'xpeU832NH', 10, 'This special edition boxed set includes all four books in the series - The Hobbit, The Fellowship of the Ring, The Two Towers, and The Return of the King. Each book is beautifully illustrated, bringing the fantastical world of Middle-earth to life. With its captivating storytelling and immersive world-building, this boxed set is a must-have for any fan of fantasy literature. Whether you\'re a longtime fan or new to the series, you\'ll be transported to a world of adventure, magic, and epic quests.', 98.89, NULL, NULL, 144.48, 'The Hobbit & The Lord of the Rings Boxed Set Illustrated edition ( J. R. R. Tolkien) [9780008376109]-29559.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-28 04:29:27', '2024-01-28 04:29:27'),
(1237, 'Bluey', 'GC3QnBEVY', 14, 'Join the fun with Bluey and her family in Bluey: The Videogame! Play a brand-new story set across 4 interactive adventures. For the first time ever, explore iconic locations such as the Heeler House, Playgrounds, Creek and a bonus beach location. Play your favourite games from the TV show, including Keepy Uppy, Chattermax Chase, and more! The fun doesn\'t stop there! This game won\'t be trifficult, just a lot of fun. Experience the joy and wonder of Bluey\'s world, with local multiplayer you can play with friends and family in story mode and free play! Explore and collect items for your sticker book, unlock outfits and uncover the many secrets and hidden references throughout each location. Recreate iconic scenes or create your very own Bluey inspired adventures and games.', 22.67, NULL, NULL, 39.00, 'Bluey-11343.jpeg', 'Bluey-61256.jpeg', 'Bluey-44453.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 04:29:48', '2024-01-28 04:29:48'),
(1238, 'Electric skateboard with dual motor and wireless controller 40km/h speed fast', 'kYU0CuYI4', 19, 'First of all, the skateboard is black in both body and wheel. All black makes the skateboard look very cool.The board adopts high-end standard production in spare parts and technology.The skateboard uses seven layers of maple board and also uses double-drive hub motor and 600W per motor.The maximum speed of electric skateboards is close to 40 kilometers per hour,and the attached batteries has capacity of 6600MAH, and a single charge can provide up to 30 kilometers of range.If you are looking for a skateboard that is affordable and excellent, then this skateboard will be a good choice.', 500.00, NULL, NULL, 848.98, 'Electric skateboard with dual motor and wireless controller 40km/h speed fast-53653.png', 'Electric skateboard with dual motor and wireless controller 40km/h speed fast-16573.png', 'Electric skateboard with dual motor and wireless controller 40km/h speed fast-67514.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 04:31:16', '2024-01-28 04:31:16'),
(1239, 'STRAY', 'GwQ95CFc5', 15, 'Untangle an ancient myster to escape a long-forgotten city. Stray is a third-person cat adventure game set amidst the detailed neon-lit alleys of a decaying cybercity and the murky environments of it\'s seedy underbelly. Roam surroundings high and low, defend against unforeseen threats and solve the mysteries of this unwelcoming place inhabited by nothing but unassuming droids and dangerous creatures. See the world through the eyes of a cat and interact with the environment in playful ways. Be stealthy, nimble, silly, and sometimes as annoying as possible with the strange inhabitants of this world.', 24.00, NULL, NULL, 29.99, 'STRAY-23735.jpeg', 'STRAY-18690.jpeg', 'STRAY-24568.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 04:34:49', '2024-01-28 04:34:49'),
(1240, 'Optibike 850 Series 2012 E-Bike 26\" inch Full Suspension Loaded Extra\'s Like New', 'yroFADhZY', 18, 'Premium 26-Inch Heavy-Duty Electric Optibke Series 850 with Schwalbe Tires, DT Swiss Rims, Rohloff Hub, and Avid Brakes\r\n\r\nIntroducing the ultimate fusion of power, durability, and performance - the 26-inch Heavy-Duty Electric Optibke Series 850.', 4900.00, NULL, NULL, 5500.00, 'Optibike 850 Series 2012 E-Bike 26\" inch Full Suspension Loaded Extra\'s Like New-59940.png', 'Optibike 850 Series 2012 E-Bike 26\" inch Full Suspension Loaded Extra\'s Like New-76502.png', 'Optibike 850 Series 2012 E-Bike 26\" inch Full Suspension Loaded Extra\'s Like New-73411.png', 'Sports and outdoor', 3.0, NULL, 1, '2024-01-28 10:33:50', '2024-01-28 10:33:50'),
(1241, 'Naples 6 Piece Garden Patio Set', '9mvGTVIS4', 10, 'This set is perfect for creating a cozy and stylish outdoor seating area. It includes a spacious table and five comfortable chairs, providing ample space for you and your friends or family to relax and enjoy the outdoors. The set is made with durable materials that are built to withstand the elements, ensuring long-lasting use. Whether you\'re hosting a barbecue or simply enjoying a cup of coffee in the sunshine, the Naples 6 Piece Garden Patio Set is a great addition to any outdoor space.', 189.36, NULL, NULL, 381.26, 'Naples 6 Piece Garden Patio Set-68205.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 10:35:46', '2024-01-28 10:35:46'),
(1242, '50,000 HIT-AWAY SHAG Used Golf Balls - AA Condition', 'akamkkaj6', 5, 'Shag/HIT-AWAY condition: These golf balls are intended to be hit into the woods, lakes, ponds, ect. These golf balls will be older models, have major scuffs and other imperfections that greatly effect the golf ball. Not recommended to be used for official golf play. Great for practice.', 19800.00, NULL, NULL, 20000.00, '50,000 HIT-AWAY SHAG Used Golf Balls - AA Condition-76139.png', '50,000 HIT-AWAY SHAG Used Golf Balls - AA Condition-17724.png', '50,000 HIT-AWAY SHAG Used Golf Balls - AA Condition-37608.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 10:48:36', '2024-01-28 10:54:32'),
(1243, '16 Inch Kids Bike Girls and Boys Blue Kid Bicycle for Age 4-8 Years Old with Kic', 'L2yZt25NH', 18, 'Standard 16 Inch Kids Bike Girls and Boys Blue Kid Bicycle for Age 4-8 Years Old', 13088.00, NULL, NULL, 13171.00, '16 Inch Kids Bike Girls and Boys Blue Kid Bicycle for Age 4-8 Years Old with Kic-66045.png', '16 Inch Kids Bike Girls and Boys Blue Kid Bicycle for Age 4-8 Years Old with Kic-14212.png', '16 Inch Kids Bike Girls and Boys Blue Kid Bicycle for Age 4-8 Years Old with Kic-14859.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 10:56:33', '2024-01-28 10:56:33'),
(1244, 'Argos Home Lexy 4 Seater Rattan Garden Sofa Set - Natural', 'uDgmt2DU3', 10, 'The Argos Home Lexy 4 Seater Rattan Garden Sofa Set in Natural is perfect for creating a chill and cozy outdoor seating area. It\'s made with a stylish rattan design in a natural color that adds a touch of elegance to your garden or patio. With comfy seating for four people, you can have relaxed chats or entertain your pals in style. The set includes a sofa, two armchairs, and a coffee table, giving you everything you need for a complete outdoor lounge spot. It\'s made with durable materials, so it can handle the elements and last a long time. So go ahead, kick back, and enjoy your outdoor space with the Argos Home Lexy 4 Seater Rattan Garden Sofa Set.', 507.09, NULL, NULL, 571.90, 'Argos Home Lexy 4 Seater Rattan Garden Sofa Set - Natural-20766.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 10:57:17', '2024-01-28 10:57:17'),
(1245, 'Girls Toys Age 6-8, Gifts for 5 6 7 8 9 10 Year Old Girls Arts and Craf', 'Z83JeF1Uy', 19, 'It\'s the ultimate bracelet-making set for teens and kids ages 3 and above.\". \"Craft Wonderful Gifts for Friends and Family! Perfect for kids aged 5-12, this kit inspires creativity to craft personalized gifts.', 9.95, NULL, NULL, 14.95, 'Girls Toys Age 6-8, Gifts for 5 6 7 8 9 10 Year Old Girls Arts and Craf-75059.jpeg', 'Girls Toys Age 6-8, Gifts for 5 6 7 8 9 10 Year Old Girls Arts and Craf-32758.jpeg', 'Girls Toys Age 6-8, Gifts for 5 6 7 8 9 10 Year Old Girls Arts and Craf-89901.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-28 10:59:22', '2024-02-23 17:52:20'),
(1246, 'Toddler Tricycle - 3-Wheel Bike for Kids Ages 2-4 Years Old - with Handlebars', 'r3ayUnklM', 18, 'Toddler Tricycle - 3-Wheel Bike for Kids Ages 2-4 Years Old - with Handlebars\r\n\r\nGreat First Bike For Toddlers - Our kids bikes are designed for children between 2 to 4 years old. This bike for toddler is easy to pedal, stable, and safe so your child can ride it without falling.\r\nLevel Up The Fun Factor - This red toddler bike is equipped with various features to make each bike ride more enjoyable, including multi-colored flashing headlights and built-in music player.\r\nA Comfortable Baby Bike - The adjustable seat with backrest on these kids riding toys follows the shape and contour of your child\'s bum and back, allowing for a more comfortable riding experience.', 60.00, NULL, NULL, 70.00, 'Toddler Tricycle - 3-Wheel Bike for Kids Ages 2-4 Years Old - with Handlebars-48024.png', 'Toddler Tricycle - 3-Wheel Bike for Kids Ages 2-4 Years Old - with Handlebars-88118.png', 'Toddler Tricycle - 3-Wheel Bike for Kids Ages 2-4 Years Old - with Handlebars-74765.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 10:59:42', '2024-01-28 10:59:42'),
(1247, 'Allibert by Keter\" Daytona Deluxe Sun Lounger for Garden', 'h0NGzoDCt', 10, 'The Allibert by Keter Daytona Deluxe Sun Lounger for Garden is an absolute game-changer when it comes to relaxation. This deluxe sun lounger is designed for ultimate comfort and style. With its adjustable backrest and cushioned seating, you can find the perfect position to soak up the sun or unwind with a good book. Made with durable materials, it\'s built to withstand the elements and provide long-lasting enjoyment. Whether you\'re lounging by the pool or in your backyard, this sun lounger will elevate your outdoor relaxation experience. So go ahead, kick back, and enjoy some well-deserved me-time with the Allibert by Keter Daytona Deluxe Sun Lounger for Garden.', 127.08, NULL, NULL, 177.91, 'Allibert by Keter\" Daytona Deluxe Sun Lounger for Garden-37245.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-28 11:03:11', '2024-01-28 11:03:11'),
(1248, 'Educational Learning Toys for Girls Kids Toddlers Age 3 4 5 6 7 8 Years Old New', '9HCZbJMeb', 19, 'Our doll clothes are all hand-cut and sewn from high quality material of fabric, satin, lace, silk, and tulle. Stylish design and easy to wear for different dolls. A perfect gift for your kids, friends or doll collectors, let them dress up their dolls better.', 27.80, NULL, NULL, 31.80, 'Educational Learning Toys for Girls Kids Toddlers Age 3 4 5 6 7 8 Years Old New-94573.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-01-28 11:03:41', '2024-02-08 12:31:34'),
(1249, 'Panda Stuffed Animals Toys for Ages 3 4 5 6 7 8+ Years Old Kids Gift Set', 'mBZV42DT5', 18, 'Panda Stuffed Animals Toys for Ages 3 4 5 6 7 8 Years Old Kids Gift SetPlush Toy Set: There are 4 cute baby kitties in mommy\'s belly, open the zipper and you can see that, what a surprise! The boys girls absolutely love them and can\'t wait to cuddle and play with them.', 40.00, NULL, NULL, 45.00, 'Panda Stuffed Animals Toys for Ages 3 4 5 6 7 8+ Years Old Kids Gift Set-15455.png', 'Panda Stuffed Animals Toys for Ages 3 4 5 6 7 8+ Years Old Kids Gift Set-67279.png', 'Panda Stuffed Animals Toys for Ages 3 4 5 6 7 8+ Years Old Kids Gift Set-82367.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-01-28 11:05:07', '2024-01-28 11:05:07'),
(1250, 'KIDS BOYS GIRLS BATHROBE 100% EGYPTIAN COTTON TOWELLING DRESSING GOWN SOFT TOWEL', 'wSolBsM9B', 19, '100% Egyptian Cotton Towelling Bathrobe. Towelling Belt. KIDS 100% EGYPTIAN COTTON BATHROBE. Luxury Soft Comfortable Bathrobe. Best Quality Soft Egyptian Cotton. They are delicate and only functional as a visual decoration.', 12.53, NULL, NULL, 16.53, 'KIDS BOYS GIRLS BATHROBE 100% EGYPTIAN COTTON TOWELLING DRESSING GOWN SOFT TOWEL-43774.jpeg', 'KIDS BOYS GIRLS BATHROBE 100% EGYPTIAN COTTON TOWELLING DRESSING GOWN SOFT TOWEL-29836.jpeg', 'KIDS BOYS GIRLS BATHROBE 100% EGYPTIAN COTTON TOWELLING DRESSING GOWN SOFT TOWEL-83351.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-28 11:12:03', '2024-01-28 11:14:15'),
(1251, 'Premium Sterling Silver CZ Six Claw Jewellery Set', 'MNurDRMis', 10, 'The Premium Sterling Silver CZ Six Claw Jewelry Set is an absolute stunner! This set features a necklace and matching earrings, all made with high-quality sterling silver. The centerpiece of each piece is a sparkling CZ stone held in place by six delicate claws, giving it a classic and elegant look. The sterling silver adds a touch of luxury, while the CZ stones provide a brilliant and eye-catching sparkle. This jewelry set is perfect for adding a touch of glamour to any outfit, whether it\'s for a special occasion or just to elevate your everyday style. So go ahead and shine bright with the Premium Sterling Silver CZ Six Claw Jewelry Set!', 19.06, NULL, NULL, 38.13, 'Premium Sterling Silver CZ Six Claw Jewellery Set-66443.jpeg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-01-28 11:12:42', '2024-01-28 11:12:42'),
(1253, 'Seelux Jewellery Box with 3 Drawers', '2ovaxmdgI', 10, 'The Seelux Jewelry Box with 3 Drawers is a must-have for any jewelry lover. This beautiful box is designed to keep your precious pieces organized and protected. With three spacious drawers, you\'ll have plenty of room to store your favorite necklaces, bracelets, earrings, and more. The box is made with high-quality materials and features a sleek and elegant design, making it a stylish addition to any dressing table or vanity. It\'s the perfect way to keep your jewelry safe, secure, and ready to wear. So go ahead and treat yourself to the Seelux Jewelry Box with 3 Drawers. Your jewelry collection will thank you!', 30.49, NULL, NULL, 50.82, 'Seelux Jewellery Box with 3 Drawers-61869.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-28 11:16:20', '2024-01-28 11:16:20'),
(1254, 'Beautifully Designed Hand Crafted Cedar Wooden Canoe 18 Feet Long w Paddles', 'OPE4wqfV9', 18, 'Paddling along the river or lake, you can?t help but notice how serene the day and how smoothly you glide. A canoe made like no other, this piece represents generations of boat makers, a history of craftsmanship and a legacy of pride. Each and every canoe is hand crafted as strips of the best quality cedar are joined and then cemented together with a fiberglass epoxy imbuing the water craft with an incredible strength. Beautiful, durable and offering an extremely exhilarating ride, this 18? masterpiece is one that will be with you for years to come.', 9000.00, NULL, NULL, 10197.00, 'Beautifully Designed Hand Crafted Cedar Wooden Canoe 18 Feet Long w Paddles-63278.png', 'Beautifully Designed Hand Crafted Cedar Wooden Canoe 18 Feet Long w Paddles-69931.png', 'Beautifully Designed Hand Crafted Cedar Wooden Canoe 18 Feet Long w Paddles-37633.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 11:20:14', '2024-01-28 11:20:14'),
(1255, 'Wood Pellet Grill Smoker Multifunctional BBQ w Automatic Temperature Control', 'Pr9QYA0SR', 18, 'A wood pellet grill can fit in most gardens, patios, balconies, and decks with ease. Get precision cooking with digital temperature controls that auto ignites the grill. The automated electric feed system maintains the heat for you and produces the optimal amount of smoke. Grills are fueled by 100% all-natural hardwood pellets that infuse amazing wood-fired flavor into everything you cook.', 350.00, NULL, NULL, 402.00, 'Wood Pellet Grill Smoker Multifunctional BBQ w Automatic Temperature Control-86284.png', 'Wood Pellet Grill Smoker Multifunctional BBQ w Automatic Temperature Control-99013.png', 'Wood Pellet Grill Smoker Multifunctional BBQ w Automatic Temperature Control-59436.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 11:23:37', '2024-01-28 11:23:37'),
(1257, 'Kids Girls Boys Plain Hooded Jumper Fleece Pullover Hoodie Unisex Sweatshirt', 'pFV8LEHnK', 19, 'Adult Hooded Sweatshirt. 60% cotton 40% polyester, preshrunk fleece knit. Satin label. 1 x 1 rib with spandex. Colours and Design may vary.', 6.89, NULL, NULL, 8.89, 'Kids Girls Boys Plain Hooded Jumper Fleece Pullover Hoodie Unisex Sweatshirt-41229.jpeg', 'Kids Girls Boys Plain Hooded Jumper Fleece Pullover Hoodie Unisex Sweatshirt-79073.jpeg', 'Kids Girls Boys Plain Hooded Jumper Fleece Pullover Hoodie Unisex Sweatshirt-87121.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-28 11:25:36', '2024-01-28 11:25:36'),
(1258, 'Massage Recliner Couch Chair Lounge Swivel W/Ottoman Side Pocket Remote Control', 'SESxp24Jc', 18, 'This massage chair is designed to focus on bringing relief to your most sensitive areas, which combines elegance and functionality to relax your body and offer continuous service. With adjustable backrest and extra ottoman, the leather recliner chair is perfect for reading, watching TV or napping, satisfying your different rest requirement and offering optimal comfort. The sofa not only provides comfortable seat, but also delivers a stress-relieving massage that no appointment necessary. The chair enjoys two levels of vibration, four massage points and eight modes to choose, which give you options to choose ideal massage mode.', 300.00, NULL, NULL, 312.00, 'Massage Recliner Couch Chair Lounge Swivel W/Ottoman Side Pocket Remote Control-92745.png', 'Massage Recliner Couch Chair Lounge Swivel W/Ottoman Side Pocket Remote Control-73139.png', 'Massage Recliner Couch Chair Lounge Swivel W/Ottoman Side Pocket Remote Control-81396.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 11:26:42', '2024-01-28 11:26:42'),
(1259, 'Kids Youth Recliner Chair PU Leather W/Cup Holders & Side Pockets Grey', 'a01RnX5LH', 18, 'Our kid?s recliner chair will provide your children with an ex clusive leisure place and accompany them to grow up. This recliner is easy to operate for sitting or lying by adjusting the backrest and footrest, so as to meet kids? different needs of reading, watching TV, napping, etc. Waterproof PU leather, sturdy solid wood frame and thick sponge padding ensure that the chair can withstand long-term use. Featuring an ergonomic high backrest and wide armrests, our sofa will offer ex tra comfort and relax ation. It is also worth mentioning that this recliner is designed with cup holders and side pockets, allowing kids to put water cups, snacks and books within reach.', 303.88, NULL, NULL, 320.00, 'Kids Youth Recliner Chair PU Leather W/Cup Holders & Side Pockets Grey-90236.png', 'Kids Youth Recliner Chair PU Leather W/Cup Holders & Side Pockets Grey-22455.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-28 11:29:48', '2024-01-28 11:29:48'),
(1260, 'Seiko Mens Presage Automatic Blue Bracelet Watch', 'GCQ4pmbNw', 10, 'This stylish and suave automatic watch boasts a practical self winding automatic movement. The stunning navy blue sun-dial is complemented by stainless steel markers and dial hands as well as a date display. The watch is completed with curved hardlex glass with anti-reflective coating on the inner surface. A bracelet and deployment clasp fastening also ensure a comfortable feel on the wrist. • Calibre - 4R35 • The watch has a stainless-steel case and bracelet. The case measures at 40.5 mm in diameter. The bracelet has a deployment clasp with push-button release. • Features on the model include a date display and a stop-seconds hand function. • A box-shaped hardlex crystal protects the blue dial. It’s contrasted by stainless steel hour markers and hands. • Movement type - Automatic with a power reserve of up to 41 hours.', 379.81, NULL, NULL, 443.54, 'Seiko Mens Presage Automatic Blue Bracelet Watch-40285.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-28 11:32:11', '2024-01-28 11:32:11'),
(1261, 'Hair Dryer Brush Black Blow Dryer Brush Temperature Settings, Oval Hot Air Brush', 'rHmz2euIo', 18, 'NicHair Dryer Brush,Hot Tools Blow Dryer Brush in One for Drying/Straightening/Curling/Voluming, Oval Hot Air Brush,One-Step Blowout Brush Hair Dryer with 3 Attachments, Multi-temperature Setting', 90.00, NULL, NULL, 108.00, 'Hair Dryer Brush Black Blow Dryer Brush Temperature Settings, Oval Hot Air Brush-41418.png', 'Hair Dryer Brush Black Blow Dryer Brush Temperature Settings, Oval Hot Air Brush-11042.png', 'Hair Dryer Brush Black Blow Dryer Brush Temperature Settings, Oval Hot Air Brush-96453.png', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 11:33:08', '2024-01-28 11:33:08'),
(1262, 'Warm Kids Scarf Soft Knitted Scarf Fashion Neck Warmer For Baby Boys Girls✨', 'Xn1KB9m5f', 19, 'Simple and fashionable appearance, matching with various popular colors, fashionable and versatile, daily matching clothes instantly enhance the sense of fashion;. Simple design, easy to wear and take off, and stylish style, making daily travel easier and more casual.', 1.53, NULL, NULL, 2.53, 'Warm Kids Scarf Soft Knitted Scarf Fashion Neck Warmer For Baby Boys Girls✨-62624.jpeg', 'Warm Kids Scarf Soft Knitted Scarf Fashion Neck Warmer For Baby Boys Girls✨-84085.jpeg', 'Warm Kids Scarf Soft Knitted Scarf Fashion Neck Warmer For Baby Boys Girls✨-93574.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-28 11:34:32', '2024-01-28 11:34:32'),
(1263, 'Tire Portable Air Compressor 2X Faster 150 PSI Powerful Electric Air Pump', 'tqWi092Qp', 19, '2X Fast Inflating Portable Air Pump?- The tire inflator features150psi high-efficiency motor,which can inflate tires 2X faster with 35L/Min of airflow. After fully charged, it can inflate 205/50 R16 car tires from 28 to 36 Psi under 2 minutes.This tire pump suitable for daily use or emergencies,equipped with multiple attachments', 92.00, NULL, NULL, 98.09, 'Tire Portable Air Compressor 2X Faster 150 PSI Powerful Electric Air Pump-37055.png', 'Tire Portable Air Compressor 2X Faster 150 PSI Powerful Electric Air Pump-32792.png', 'Tire Portable Air Compressor 2X Faster 150 PSI Powerful Electric Air Pump-22106.png', 'Accessories', 4.0, NULL, 1, '2024-01-28 11:36:17', '2024-01-28 11:36:17'),
(1264, 'Nation of Souls Chronograph One - British Designed Men\'s Wrist Watches', 'pGxoY4q4g', 10, 'The Nation of Souls Chronograph One is a British-designed men\'s wristwatch that exudes style and sophistication. This timepiece combines classic design elements with modern functionality, featuring a chronograph function that allows you to track time with precision. With its sleek and elegant design, this watch is perfect for any occasion, whether it\'s a formal event or a casual outing. The attention to detail and craftsmanship make it a true statement piece. So go ahead and elevate your style with the Nation of Souls Chronograph One. It\'s a watch that\'s sure to turn heads!', 125.82, NULL, NULL, 214.78, 'Nation of Souls Chronograph One - British Designed Men\'s Wrist Watches-85371.jpeg', NULL, NULL, 'Jewelry', 2.5, NULL, 1, '2024-01-28 11:38:37', '2024-01-28 11:38:37'),
(1265, 'Cordless Tire Air Compressor Dewalt 20V Max Battery 160PSI Portable Air Pump', 'TNwXXIvsf', 19, 'Compatible with Dual Power: The GUNOZE portable air compressor is compatible with De-Walt 20V max Lithium Battery, powerstack battery, suitable for DCB203?DCB204?DCB205?DCB206 and more. At the same time, our tire inflator comes with an 11FT long 12V car cigarette lighter plug and supports car power supply, which is perfect for use indoors and during travel.', 65.00, NULL, NULL, 69.95, 'Cordless Tire Air Compressor Dewalt 20V Max Battery 160PSI Portable Air Pump-23848.png', 'Cordless Tire Air Compressor Dewalt 20V Max Battery 160PSI Portable Air Pump-59518.png', 'Cordless Tire Air Compressor Dewalt 20V Max Battery 160PSI Portable Air Pump-64334.png', 'Accessories', 4.5, NULL, 1, '2024-01-28 11:39:50', '2024-01-28 11:39:50'),
(1266, 'Carter\'s Baby Girls 3 Piece Outfit/Set', 'i5uK8vc50', 19, 'Import\r\n100% cotton \r\nMachine washable', 7.99, NULL, NULL, 9.99, 'Carter\'s Baby Girls 3 Piece Outfit/Set-10237.jpeg', 'Carter\'s Baby Girls 3 Piece Outfit/Set-79555.jpeg', 'Carter\'s Baby Girls 3 Piece Outfit/Set-79048.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-28 11:40:20', '2024-01-28 11:40:20'),
(1267, 'The Book of Lost Tales 1 (The History of Middle-Earth, Book 1) Kindle Edition', 'xnbvIxCb2', 10, 'The Book of Lost Tales stands at the beginning of the entire conception of Middle-earth and Valinor, for the Tales were the first form of the myths and legends that came to be called The Silmarillion.\r\nEmbedded in English legend, they are set in the narrative frame of a great westward voyage over the Ocean by a mariner named Eriol to the lonely Isle where the Elves dwelt; from them he learned their true history, the Lost Tales of Elfinesse. In the Tales are found the earliest accounts of Gods and Elves, Dwarves, Balrogs and Orcs; of the Silmarils and the Two Trees of Valinor; of the geography and cosmology of Tolkien’s invented world.\r\nThis first volume in Christopher Tolkien’s epic History of Middle-earth series is the perfect gateway for anyone wanting to tread deeper into the rich tapestry of Tolkien’s world and discover the evolution of the Middle-earth stories.', 13.97, NULL, NULL, 17.45, 'The Book of Lost Tales 1 (The History of Middle-Earth, Book 1) Kindle Edition-59481.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-28 11:42:16', '2024-01-28 11:42:16'),
(1268, 'Cordless Carpet Hard Floor Vacuum Cleaner Rechargeable Stick Battery Powerful', 'AdoQars7x', 19, 'cordless vacuum cleaner features an upgraded brush head, 1.2L extra-large dustbin, and an upgraded filtration system. Comes with multipurpose attachments to meet your various cleaning needs; perfect for low-pile carpet, hard floors, rugs, cars, pets,sofa,desks, drawers, cabinets, windows, curtains, and bookshelf, etc.', 170.00, NULL, NULL, 178.30, 'Cordless Carpet Hard Floor Vacuum Cleaner Rechargeable Stick Battery Powerful-59536.png', 'Cordless Carpet Hard Floor Vacuum Cleaner Rechargeable Stick Battery Powerful-94875.png', 'Cordless Carpet Hard Floor Vacuum Cleaner Rechargeable Stick Battery Powerful-94486.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 11:42:39', '2024-01-28 11:42:39'),
(1269, 'Cordless Pressure Washer 24V Cordless Power Washer with 6-In-1 Adjustable Nozzle', 'YSeYc51iN', 19, 'NEXPOW stylish black and red design, coupled with a 10-meter long water hose, six modes nozzles and 24V power battery allows you to embark on a cleaning journey with unrestricted freedom.NEXPOW Water Gun makes cleaning easier, keeping you away from the bulkiness of traditional high-pressure washers.', 110.00, NULL, NULL, 112.95, 'Cordless Pressure Washer 24V Cordless Power Washer with 6-In-1 Adjustable Nozzle-79321.png', 'Cordless Pressure Washer 24V Cordless Power Washer with 6-In-1 Adjustable Nozzle-55639.png', 'Cordless Pressure Washer 24V Cordless Power Washer with 6-In-1 Adjustable Nozzle-40692.png', 'Accessories', 3.5, NULL, 1, '2024-01-28 11:46:16', '2024-01-28 11:46:16'),
(1270, 'The Traitors: The Interactive Game Book', 'gJyuDhWhN', 10, 'The Traitors: The Interactive Game Book\r\nPut your sleuthing skills to the test in a world of deception, betrayal, and strategy. Placed in a castle in the Scottish Highlands, you must figure out if your fellow players are Faithful or a Traitor. Can you trust Jorge, the dentist with an encyclopaedic memory and tendency to smile at everyone? Or Nina, the retiree who acts like the group\'s matriarch but has a knowing glint in her eyes..? Beware, for in this treacherous game, trust is a luxury you cannot afford.', 8.90, NULL, NULL, 25.42, 'The Traitors: The Interactive Game Book-11624.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-01-28 11:49:13', '2024-01-28 11:49:13'),
(1271, '2 in 1 Rolling Cabinet Storage Chest Box Garage Toolbox Organizer W/ 6 Drawers', 'RmjYXstyL', 19, 'Our 2 in 1 tool chest with roller cabinet is ideal for garages, work spaces or anywhere tool organization is needed. Our tool cabinet cart are made of high-quality steel, durable and strong enough to store many different tools. 4 small drawers, 2 large drawers, 2 trays and 1 big bottom cabinet provide large storage space for you.', 287.00, NULL, NULL, 289.00, '2 in 1 Rolling Cabinet Storage Chest Box Garage Toolbox Organizer W/ 6 Drawers-28440.png', '2 in 1 Rolling Cabinet Storage Chest Box Garage Toolbox Organizer W/ 6 Drawers-26366.png', '2 in 1 Rolling Cabinet Storage Chest Box Garage Toolbox Organizer W/ 6 Drawers-63897.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 11:50:07', '2024-01-28 11:50:07'),
(1272, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls', 'ixRdm1koo', 19, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls \r\nAftermarket Gasket SealGasket Seal O-Ring Rebuild Kit For Hayward* Super Pump and MaxFlo Pumps (Not for Super II Pump).\r\nAftermarket Replacement For Rebuild Kit SPX1600TRA. Includes the following:Housing Gasket Replacement For G-95 SPX1600T,Diffuser Gasket Replacement For O-141 SPX1600R,a new ps-201 Pump seal which will seal.\r\nFits Series Models: 1600, SP1600X5, SP1605X7, SP1607X10, SP1608X10, SP1610X15, SP1611X15, SP1615X20, SP1616X20, SP1621X25 & 2600, SP2600, SP2605, SP2607, SP2610, SP2615.\r\nA brand-new, unused, unopened, undamaged item in its original packaging.', 24.76, NULL, NULL, 28.93, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-27209.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-55462.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-34881.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-28 11:54:10', '2024-01-28 11:54:10');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1273, '6\' X 4\' Outdoor Metal Storage Shed Tools Galvanized Steel Garden w Lockable Door', '5ieIOOcs1', 19, 'This 6\' x 4\' garden storage shed is an ideal storage solution for small gardens or areas with limited space. Durable construction with galvanized steel reinforcement makes this storage shed rustproof and UV-resistant. And the metal floor frame makes this shed more sturdy and durable.', 330.00, NULL, NULL, 335.95, '6\' X 4\' Outdoor Metal Storage Shed Tools Galvanized Steel Garden w Lockable Door-83872.png', '6\' X 4\' Outdoor Metal Storage Shed Tools Galvanized Steel Garden w Lockable Door-74594.png', '6\' X 4\' Outdoor Metal Storage Shed Tools Galvanized Steel Garden w Lockable Door-50662.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 11:58:02', '2024-01-28 11:58:02'),
(1274, 'Help With Homework Book For Age 7 To 8', 'pUjZ6CvR6', 10, 'Help With Homework Book\r\n$3.18\r\nLets make Home learning Fun! Homework Helpers link school and home learning providing key practice for different stages of the curriculum. Children will find the learning exercises easy to follow and child friendly with fun illustrations and colourful star and reward stickers. Parents will find helpful guidance notes so they can be confident they are providing positive learning experiences for their child.', 3.18, NULL, NULL, 11.00, 'Help With Homework Book For Age 7 To 8-34218.jpeg', NULL, NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 12:00:49', '2024-01-28 12:00:49'),
(1275, 'Metal Convertible Bunk Beds Full over Full w Ladder Guardrail Modern Kids Adults', 'JBJyc4uBm', 19, 'HSUNNS metal bunk bed is designed for rooms with limited floor space, designed for siblings who share a room, or for sleepovers. It not only creates a cozy sleeping area but also makes it full of space for extra activities. Surrounded by full-length guard rails for the top bunk gives extra safety.', 350.00, NULL, NULL, 357.00, 'Metal Convertible Bunk Beds Full over Full w Ladder Guardrail Modern Kids Adults-35646.png', 'Metal Convertible Bunk Beds Full over Full w Ladder Guardrail Modern Kids Adults-95205.png', 'Metal Convertible Bunk Beds Full over Full w Ladder Guardrail Modern Kids Adults-27104.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 12:04:13', '2024-01-28 12:04:13'),
(1276, 'Educational Learning Toys for Girls Kids Toddlers Age 3 4 5 6 7 8 Years Old New', 'FvMTG5dTx', 19, 'Kids Kitchen Accessories Set, Play Food Sets for Kids Kitchen, Kids Cooking Sets with Play Pots and Pans, Utensils Cookware Toys, Kids Kitchen Playset, Play Kitchen Toy for Girls Boys. Endless Fun & Learning: Various kids kitchen accessories teach your child about different kitchenware, colors, and foods while stimulating their creativity, social skills, and hands-on ability.', 38.70, NULL, NULL, 41.60, 'Educational Learning Toys for Girls Kids Toddlers Age 3 4 5 6 7 8 Years Old New-46853.jpeg', 'Educational Learning Toys for Girls Kids Toddlers Age 3 4 5 6 7 8 Years Old New-68650.jpeg', 'Educational Learning Toys for Girls Kids Toddlers Age 3 4 5 6 7 8 Years Old New-80199.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-28 12:11:09', '2024-01-28 12:11:09'),
(1277, 'Preserved Real Rose Box with Austrian Crystal Necklace', 'ervNPkOev', 10, 'Preserved Real Rose Box with Austrian Crystal Necklace,Eternal Red Rose with 925 Sterling Silver Love Heart Gemstone Pendant,Ruby Birthstone Jewelry,Enchanted Flower Garnet Necklace Gift for Women', 33.79, NULL, NULL, 44.47, 'Preserved Real Rose Box with Austrian Crystal Necklace-35014.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-28 12:12:18', '2024-01-28 12:12:18'),
(1278, '10FT Trampoline for Kids/Adult with 6FT Enclosure Net, 661LBS Capacity 3-4 Kids', '0ycTV8rMA', 19, 'Let sports replace electronic devices. Instead of letting the child sit and watch TV for a day and play with the mobile phone for a day. It should be a great opportunity for children to meet new friends.', 350.00, NULL, NULL, 359.00, '10FT Trampoline for Kids/Adult with 6FT Enclosure Net, 661LBS Capacity 3-4 Kids-16080.png', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 12:12:53', '2024-01-28 12:12:53'),
(1279, 'Better Homes & Gardens Leighton Solid Wood Twin-Over-Twin Convertible Bunk Bed', 'rtJlJP2xf', 19, 'Better Homes & Gardens Leighton Solid Wood Twin-Over-Twin Convertible Bunk Bed', 338.00, NULL, NULL, 354.85, 'Better Homes & Gardens Leighton Solid Wood Twin-Over-Twin Convertible Bunk Bed-55471.png', 'Better Homes & Gardens Leighton Solid Wood Twin-Over-Twin Convertible Bunk Bed-19856.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 12:19:32', '2024-01-28 12:19:32'),
(1280, 'Kids Toys 253 PCS Construction Race Tracks Toy for 3 4 5 6 7 8 Year Old...', 'e3twrHOsl', 19, 'Kids Toys 253 PCS Construction Race Tracks Toy for 3 4 5 6 7 8 Year Old', 20.28, NULL, NULL, 25.28, 'Kids Toys 253 PCS Construction Race Tracks Toy for 3 4 5 6 7 8 Year Old...-59187.jpeg', 'Kids Toys 253 PCS Construction Race Tracks Toy for 3 4 5 6 7 8 Year Old...-92947.jpeg', 'Kids Toys 253 PCS Construction Race Tracks Toy for 3 4 5 6 7 8 Year Old...-67340.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-28 12:22:28', '2024-01-28 12:22:28'),
(1281, 'Auto timing Flanel Electric Heated Blanket Throw Light Grey Twin Size', 'll1RPXLT2', 18, 'Auto timing Flanel Electric Heated Blanket Throw Light Grey Twin Size', 60.00, NULL, NULL, 64.00, 'Auto timing Flanel Electric Heated Blanket Throw Light Grey Twin Size-20657.png', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-28 12:23:43', '2024-01-28 12:23:43'),
(1282, 'Ariens Apex 60 Kawasaki 24 Hp726cc Lawn Mower', 'S9cVciAv1', 15, 'El cortacésped Ariens Apex 60 Kawasaki 24 Hp726cc es una auténtica bestia cuando se trata de mantener el césped fresco y ordenado. Con su potente motor Kawasaki de 24 caballos de fuerza, este cortacésped puede manejar incluso el césped más duro con facilidad. La plataforma de corte de 60 pulgadas le permite cubrir un área grande en menos tiempo, lo que facilita el mantenimiento del césped. Está diseñado para durar, con una construcción duradera y componentes de alta calidad. Entonces, si está buscando una cortadora de césped confiable y eficiente, definitivamente vale la pena echarle un vistazo al Ariens Apex 60 Kawasaki. ¡Tu césped será la envidia del vecindario!', 506.88, NULL, NULL, 735.99, 'Ariens Apex 60 Kawasaki 24 Hp726cc Lawn Mower-44947.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-28 12:24:13', '2024-01-28 12:24:13'),
(1283, 'Electric Heated Mattress Pad, White King', '2gguVBuOa', 19, 'The advancement of science and technology has made it possible for human beings to be no longer cold in winter, and the popularity of electric heated mattress cover can make the limbs not stiff and sleep more comfortable. A good electric heating mattress pad needs to have breakthroughs in design, material and safety.', 105.00, NULL, NULL, 106.88, 'Electric Heated Mattress Pad, White King-69123.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 12:28:05', '2024-01-28 12:28:05'),
(1284, 'Motosierra Profesional 1.2hp Gst250 Oleo Mac', 'S0Xx8K8cv', 15, 'La Motosierra Profesional 1.2hp Gst250 Oleo Mac es una herramienta potente y confiable para tus necesidades de corte de madera. Con su motor de 1.2 caballos de fuerza, esta motosierra puede enfrentar cualquier trabajo de manera eficiente. La calidad y durabilidad de Oleo Mac garantizan un rendimiento excepcional. Ya sea que necesites cortar leña o realizar trabajos más grandes, esta motosierra profesional te brindará el poder y la precisión que necesitas. ¡Prepárate para hacer el trabajo de manera rápida y eficiente!', 665.16, NULL, NULL, 709.45, 'Motosierra Profesional 1.2hp Gst250 Oleo Mac-78002.jpeg', 'Motosierra Profesional 1.2hp Gst250 Oleo Mac-32059.jpeg', 'Motosierra Profesional 1.2hp Gst250 Oleo Mac-91647.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 12:30:21', '2024-01-28 12:30:21'),
(1285, 'Stranger Of Paradise', 'tpqDc6o8Q', 10, 'With the memory of their struggle buried deep in their hearts...In this hard-core action RPG, Jack must hazard numerous challenges to bring the light of the crystals back to Cornelia, a kingdom conquered by darkness. Fight your way through fierce battles with a variety of means to defeat your enemies. With multiple difficulty options and a wide selection of jobs and weapons available to customize your party, you can choose exactly how you want to play. Will restoring the crystals\' light usher in peace or a new form of darkness? ...Or perhaps something else entirely? *Players who already own the PS4 version are able to upgrade to the PS5 version at no cost (purchase of this product not required). Players with a physical copy of the PS4 version must insert the disc into their system when playing the PS5 download version, and therefore must use a PS5 model that includes a disc drive. *Various game contents require an internet connection. *Online multiplayer requires purchase of PlayStationPlus (additional fees). 2022 KOEI TECMO GAMES/SQUARE ENIX CO., LTD. All Rights Reserved. CHARACTER DESIGN: TETSUYA NOMURA. LOGO ILLUSTRATION: 2022 YOSHITAKA AMANO.', 12.56, NULL, NULL, 15.00, 'Stranger Of Paradise-14434.jpeg', 'Stranger Of Paradise-78544.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 12:33:29', '2024-01-28 12:33:29'),
(1286, 'Podadora De Césped 6hp Profesional Autopropulsada Japones', 'oLNAp93oU', 15, 'La Podadora De Césped 6hp Profesional Autopropulsada Japonesa es una herramienta de alta calidad y rendimiento para mantener tu césped impecable. Con su motor de 6 caballos de fuerza, esta podadora es lo suficientemente potente como para manejar incluso las áreas más grandes y difíciles. Además, su función autopropulsada hace que cortar el césped sea mucho más fácil y cómodo. La calidad japonesa garantiza durabilidad y eficiencia en cada uso. ¡Prepárate para tener un césped perfectamente cortado con esta podadora profesional!', 508.65, NULL, NULL, 550.34, 'Podadora De Césped 6hp Profesional Autopropulsada Japones-69004.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-28 12:34:08', '2024-01-28 12:34:08'),
(1287, 'Cortadora De Cesped', 'gxYyeRM19', 15, 'La Cortadora de Césped es una herramienta esencial para mantener tu césped en buen estado. Con esta máquina, podrás recortar y dar forma a tu césped de manera fácil y eficiente. Ya sea que tengas un jardín pequeño o uno más grande, una cortadora de césped te ayudará a mantenerlo limpio y ordenado. ¡Prepárate para disfrutar de un césped bien cuidado con esta práctica herramienta!', 38.93, NULL, NULL, 58.55, 'Cortadora De Cesped-79322.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 12:40:43', '2024-01-28 12:40:43'),
(1288, '3-Count 28-Oz TRESemmé Moisture Rich Conditioner', 'BpgjEeCQR', 19, 'When it comes to replenishing moisture to dry locks, use TRESemmé Moisture Rich Conditioner for Dry Hair to restore natural vibrancy for a healthy look and eye-catching shine. TRESemmé wants you to look and feel your best, which is why the TRESemmé Moisture Rich System delivers optimized hydration that targets dryness and locks in moisture where your hair needs it most—every day. Enriched with vitamin E, this lightweight conditioner is designed to deliver optimum hydration that targets dryness and seals in moisture. The lightweight formula means you can turn dry, damaged hair into soft, manageable strands with beautiful shine.', 8.67, NULL, NULL, 17.94, '3-Count 28-Oz TRESemmé Moisture Rich Conditioner-97195.jpeg', '3-Count 28-Oz TRESemmé Moisture Rich Conditioner-80379.jpeg', '3-Count 28-Oz TRESemmé Moisture Rich Conditioner-29014.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 12:42:17', '2024-01-28 12:42:17'),
(1289, 'Timmer De Agua Para Manguera Jardín', 'z5xOlHWVR', 15, 'Un Timmer de Agua para Manguera de Jardín es una herramienta muy útil para controlar el riego de tu jardín de manera automática. Con este dispositivo, puedes programar cuándo quieres que se active y se apague el riego, lo que te permite ahorrar agua y mantener tus plantas adecuadamente hidratadas. Es perfecto si quieres mantener un jardín saludable sin tener que preocuparte por estar presente para regar. ¡Tu jardín estará siempre en buenas manos con un timmer de agua para manguera de jardín!', 48.91, NULL, NULL, 55.65, 'Timmer De Agua Para Manguera Jardín-13755.jpeg', 'Timmer De Agua Para Manguera Jardín-14454.jpeg', 'Timmer De Agua Para Manguera Jardín-48294.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-28 12:46:28', '2024-01-28 12:46:28'),
(1290, 'miniature toys Mini Saxophone Pattern Musical Instrument Decor Instrument', 'dSY52CdT5', 19, 'Will have a new look. | Health & Beauty |. 6pcs mini witch hats for crafts Mini Felt Witch Hats Handmade Wine Bottle Decor. Sincerely hope that you can understand! - Perfect introduction to teach kids about the world of music.', 3.31, NULL, NULL, 5.51, 'miniature toys Mini Saxophone Pattern Musical Instrument Decor Instrument-17009.jpeg', 'miniature toys Mini Saxophone Pattern Musical Instrument Decor Instrument-32540.jpeg', 'miniature toys Mini Saxophone Pattern Musical Instrument Decor Instrument-27823.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-28 12:46:32', '2024-01-28 12:46:32'),
(1291, '4-Pack 12-Oz Dove Strengthening Conditioner Intensive Repair', 'PHm8eUtXM', 2, 'Repair damaged hair and protect against breakage with Dove Intensive Repair Deep Conditioner. Formulated with Keratin Repair Actives that deeply nourish hair, this moisturizing conditioner leaves hair looking and feeling smooth and manageable.', 10.34, NULL, NULL, 11.00, '4-Pack 12-Oz Dove Strengthening Conditioner Intensive Repair-78287.jpeg', '4-Pack 12-Oz Dove Strengthening Conditioner Intensive Repair-87332.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 12:47:10', '2024-01-28 12:47:10'),
(1292, 'Celeste', 'oP9WCG8re', 14, 'Help Madeline survive her inner demons on her journey to the top of Celeste Mountain, in this super-tight, hand-crafted platformer from the creators of multiplayer classic TowerFall. The controls are simple and accessible - simply jump, air - dash, and climb - but with layers of expressive depth to master, where every death is a lesson. Lightning - fast respawns keep you climbin g as you uncover the mysteries of the mountain and brave its many perils. This is it, Madeline. Just breathe. You can do this.', 33.12, NULL, NULL, 39.49, 'Celeste-25626.jpeg', 'Celeste-54418.jpeg', 'Celeste-20655.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-28 12:48:22', '2024-01-28 12:48:22'),
(1293, 'Zacate Artificial', 'SxvZtCapN', 15, 'El Zacate Artificial es una excelente opción para tener un césped siempre verde y sin necesidad de preocuparte por su mantenimiento. Este tipo de césped sintético está diseñado para lucir y sentirse como el césped natural, pero sin la necesidad de regarlo, cortarlo o fertilizarlo. Es perfecto para áreas donde el césped natural no crece fácilmente o para aquellos que prefieren una opción de bajo mantenimiento. ¡Tu jardín siempre lucirá hermoso con el zacate artificial!', 32.28, NULL, NULL, 47.99, 'Zacate Artificial-42036.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-28 12:49:43', '2024-01-28 12:49:43'),
(1294, '21\" Acoustic Mini Guitar 6 String for Kids Beginners Practice Musical Instrument', 'GoKW9flOf', 19, '12v circuit breaker Manual Reset Circuit Breaker 24V Stud Break for Marine. Made of premium wood material with creative design. Thin frets and low string action make it easy to play. In the tuning process, you don\'t need to worry about string too tight and cause fracture.', 17.46, NULL, NULL, 20.46, '21\" Acoustic Mini Guitar 6 String for Kids Beginners Practice Musical Instrument-99963.jpeg', '21\" Acoustic Mini Guitar 6 String for Kids Beginners Practice Musical Instrument-19384.jpeg', '21\" Acoustic Mini Guitar 6 String for Kids Beginners Practice Musical Instrument-74826.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 12:50:43', '2024-01-28 12:50:43'),
(1295, 'Left Alive', 'WME1xlRBa', 15, 'Novo Slava 2127 - During a devastating surprise invasion, three survivors must find a way to endure and unravel the truth about the war. Outnumbered, outgunned, and up against monstrous mechs, every choice the survivors make could be their last. Day One Edition: includes the full game, and the Day One ‘Survival Pack’ DLC - Survival Pack: Ammo Pack, Light Body Armor, Recovery Pack, Klyuch Weapon, Grenade Pack \r\n\r\nLEFT ALIVE is a brand-new survival action shooter coming to the PlayStation 4 computer entertainment system and STEAM in 2018. Veteran developers, Toshifumi Nabeshima (director, Armored Core series), Yoji Shinkawa (character designer, METAL GEAR series), and Takayuki Yanase (mech designer, Ghost in the Shell: Arise, Mobile Suit Gundam 00, Xenoblade Chronicles X) join forces to create LEFT ALIVE\'s dark and gritty world.', 8.19, NULL, NULL, 29.99, 'Left Alive-65408.jpeg', 'Left Alive-39072.jpeg', 'Left Alive-50104.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 12:54:21', '2024-01-28 12:54:21'),
(1296, '8\" 2500 watt Karaoke speaker', 'jt6VClsJg', 19, 'Using the USB charger or access charge adapter. High. capacity lithium battery extended playing time. U disk direct decode/TF card on the mp3 music format. Support a variety of audio (mp3, mp4, Walkman, computer, cell phone, etc) Speaker unit: 8 inch Total continuous power: 50w Frequency response: 80Hz - 18 KHz Signal noise ratio: >85dB', 45.00, NULL, NULL, 50.00, '8\" 2500 watt Karaoke speaker-66221.jpeg', '8\" 2500 watt Karaoke speaker-80087.jpeg', '8\" 2500 watt Karaoke speaker-40852.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 12:58:17', '2024-01-28 12:58:17'),
(1297, 'StyleWell Donnelly Office Writing Desk w/ 2 Drawers', 'M5P2XaLZG', 2, 'Modern two-tone writing desk\r\nMetal and wood profile fitted with two drawers\r\nProduct dimensions: 42 in W x 20 in D x 30 in H', 74.00, NULL, NULL, 299.00, 'StyleWell Donnelly Office Writing Desk w/ 2 Drawers-15821.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-28 12:58:20', '2024-01-28 12:58:20'),
(1298, 'Motoguadana Stihl Fs38 0.9hp 27cc Trymmi', 'MZmEdfq7V', 15, 'La Motoguadaña Stihl FS38 es una herramienta potente y versátil para realizar trabajos de corte y desbroce en tu jardín. Con su motor de 0.9 caballos de fuerza y 27cc, esta motoguadaña te brinda la potencia necesaria para enfrentar cualquier tarea. Ya sea que necesites recortar el césped alrededor de árboles o arbustos, o despejar áreas más grandes, esta motoguadaña te facilitará el trabajo. ¡Prepárate para tener un jardín impecable con la motoguadaña Stihl FS38!', 225.95, NULL, NULL, 255.99, 'Motoguadana Stihl Fs38 0.9hp 27cc Trymmi-65463.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 13:00:46', '2024-01-28 13:00:46'),
(1299, 'Controller Charging Station', 'cy3IKS0Zs', 15, 'Always be ready for your next adventure into thrilling new virtual reality worlds with the PlayStation VR2 Sense™ controller charging station. Quickly and easily charge your PlayStation VR2 Sense controller set through a simple click-in design without having to connect them to your PlayStation®5 console, freeing up your USB ports. PlayStation VR2 Sense controllers sold separately.', 20.99, NULL, NULL, 49.93, 'Controller Charging Station-94018.jpeg', 'Controller Charging Station-56346.jpeg', 'Controller Charging Station-94905.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 13:02:44', '2024-01-28 13:02:44'),
(1300, 'Weller 260W/200W Professional Soldering Gun Kit with Three Tips in Carrying Case', 'w0DxAXk3R', 2, 'Professional tools box', 35.00, NULL, NULL, 68.00, 'Weller 260W/200W Professional Soldering Gun Kit with Three Tips in Carrying Case-19700.jpeg', 'Weller 260W/200W Professional Soldering Gun Kit with Three Tips in Carrying Case-71948.jpeg', NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-28 13:03:21', '2024-01-28 13:03:21'),
(1301, 'Condenser Microphone Mic Kit Broadcasting Studio Recording for PC Laptop S0E1', 'foI9XpDN3', 19, 'Microphone with Table Tripod: This is a table microphone kit which includes mini microphone, tripod, shock mount, pop filter, windshield and adapter cable. Put it on your desk and plug to start recording.', 10.79, NULL, NULL, 13.79, 'Condenser Microphone Mic Kit Broadcasting Studio Recording for PC Laptop S0E1-36031.jpeg', 'Condenser Microphone Mic Kit Broadcasting Studio Recording for PC Laptop S0E1-60199.jpeg', 'Condenser Microphone Mic Kit Broadcasting Studio Recording for PC Laptop S0E1-51016.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-28 13:04:55', '2024-01-28 13:04:55'),
(1302, 'Set Completo De Herramientas De Bonsai', 'RHKKsXmZx', 15, 'Un set completo de herramientas de bonsái es imprescindible para cuidar y dar forma a tus árboles en miniatura. Este set incluye una variedad de herramientas especializadas, como tijeras de podar, pinzas, gubias y alambre de bonsái. Con estas herramientas, podrás realizar podas precisas, dar forma a las ramas y raíces, y mantener tu bonsái en óptimas condiciones. ¡Prepárate para adentrarte en el maravilloso mundo del bonsái con un set completo de herramientas!', 180.00, NULL, NULL, 197.17, 'Set Completo De Herramientas De Bonsai-12732.jpeg', 'Set Completo De Herramientas De Bonsai-30400.jpeg', 'Set Completo De Herramientas De Bonsai-45640.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 13:06:40', '2024-01-28 13:06:40'),
(1303, 'DEWALT IMPACT CONNECT Copper Tubing Cutter with Brace Bracket (DWACPRIR)', 'VtYfnlPZF', 2, '4X FASTER CUTS - Maximize your cutting speed potential and avoid the hassle of hand tools.\r\nMINIMIZE CUTTING EFFORT– Requires 100X less cutting effort than a manual cutter to limit fatigue on long days.\r\nQUICK-CHANGE BRACE – Seamlessly switch between cutting pipe and driving screws in seconds.\r\nMULTI-BRAND COMPATIBILITY– Works with select DEWALT 20V MAX and other pro-grade 18V Impact Drivers.', 87.00, NULL, NULL, 99.00, 'DEWALT IMPACT CONNECT Copper Tubing Cutter with Brace Bracket (DWACPRIR)-10882.jpeg', NULL, NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-28 13:11:19', '2024-01-28 13:11:19'),
(1304, 'Star Wars', '7H66FByCN', 10, 'Seven classic STAR WARS™ games! Learn the way of the Force from Jedi Master Luke Skywalker, take control of a speeding Podracer, lead an elite squad of clones… Do all of this and more with the STAR WARS™ Heritage Pack! featuring seven classic STAR WARS™ games: · STAR WARS™ Jedi Knight: Jedi Academy · STAR WARS™ Jedi Knight II: Jedi Outcast · STAR WARS™ Episode I Racer · STAR WARS™ Republic Commando™ · STAR WARS™: The Force Unleashed™ · STAR WARS™: Knights of the Old Republic™ · STAR WARS™: Knights of the Old Republic™ II: The Sith Lords', 30.99, NULL, NULL, 59.78, 'Star Wars-62237.jpeg', 'Star Wars-11323.jpeg', 'Star Wars-37924.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-28 13:12:26', '2024-01-28 13:12:26'),
(1305, 'Podadora Alquiler Corto Podo Jardín Césped', 'jcSoG018u', 15, 'Si estás buscando una podadora para alquilar y realizar un corte corto en tu jardín o césped, estás en el lugar correcto. Una podadora de alquiler te brinda la oportunidad de tener acceso a una herramienta de calidad sin tener que adquirirla permanentemente. Podrás cortar el césped de manera eficiente y obtener resultados profesionales. ¡Tu jardín lucirá impecable con una podadora de alquiler!', 40.99, NULL, NULL, 68.45, 'Podadora Alquiler Corto Podo Jardín Césped-80094.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 13:14:59', '2024-01-28 13:14:59'),
(1306, 'Dremel Drill Press Rotary Tool Workstation Stand', 'fDKYb3UdD', 2, 'Home Depot (B&M) has a Dremel Drill Press Rotary Tool Workstation Stand', 10.00, NULL, NULL, 75.00, 'Dremel Drill Press Rotary Tool Workstation Stand-39718.jpeg', 'Dremel Drill Press Rotary Tool Workstation Stand-15635.jpeg', NULL, 'Accessories', 3.5, NULL, 1, '2024-01-28 13:18:35', '2024-01-28 13:22:32'),
(1307, 'WARPANER Handheld Game', 'td7NTqpGY', 14, 'The Handheld Game Console offers an impressive collection of 400 classic games, including genres such as Puzzle, Action, Racing, Arcade Retro Games, Logic & Math, Sports, Arcade, Shooting, Fighting Games, Strategy, Adventure, and Card Games. With such a wide variety available, there is bound to be at least one game that captures your interest.', 17.00, NULL, NULL, 19.00, 'WARPANER Handheld Game-54610.jpeg', 'WARPANER Handheld Game-87538.jpeg', 'WARPANER Handheld Game-61690.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 13:24:58', '2024-01-28 13:24:58'),
(1308, 'Motosierra T435 35.2cc 1.5kw Husqvarna', 'yawtFyADX', 15, 'La motosierra Husqvarna T435 es una herramienta potente y confiable para realizar trabajos de corte en tu jardín o en áreas de bosque. Con su motor de 35.2cc y 1.5kw, esta motosierra te brinda la potencia necesaria para enfrentar cualquier tarea de poda o tala de árboles. Además, su diseño compacto y liviano la hace fácil de manejar y transportar. ¡Prepárate para realizar trabajos de corte eficientes y precisos con la motosierra Husqvarna T435!', 675.00, NULL, NULL, 870.99, 'Motosierra T435 35.2cc 1.5kw Husqvarna-42175.jpeg', 'Motosierra T435 35.2cc 1.5kw Husqvarna-18460.jpeg', 'Motosierra T435 35.2cc 1.5kw Husqvarna-79678.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-28 13:25:32', '2024-01-28 13:25:32'),
(1309, 'Husky 5-Tier Heavy Duty Steel Garage Storage Shelving Unit in Red', '5OdhanZei', 2, 'Heavy duty garage shelving rack supports 1000 lbs. per shelf\r\n•Five wire shelves adjust for customizable organization\r\n•No tool installation unit backed by Husky\'s lifetime warranty', 139.10, NULL, NULL, 145.00, 'Husky 5-Tier Heavy Duty Steel Garage Storage Shelving Unit in Red-44249.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 13:27:48', '2024-01-28 13:27:48'),
(1310, 'PREDATOR 3500 Watt SUPER QUIET Inverter Generator with CO SECURE Technology', 'c5SrMc4FD', 2, 'PREDATOR 3500 Watt SUPER QUIET Inverter Generator with CO SECURE Technology', 700.00, NULL, NULL, 850.00, 'PREDATOR 3500 Watt SUPER QUIET Inverter Generator with CO SECURE Technology-37216.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-28 13:31:30', '2024-01-28 13:31:30'),
(1311, 'METAL GEAR SOLID', '0tT5B9xdb', 14, 'METAL GEAR SOLID: MASTER COLLECTION Vol. 1 contains “Metal Gear Solid,” “Metal Gear Solid 2: Sons of Liberty,” “Metal Gear Solid 3: Snake Eater” and much more bonus content. Bonus content includes the first title in the METAL GEAR series, a Screenplay Book containing in-game text of each title and a Master Book detailing the story and characters. Also included in the bonus content of the METAL GEAR SOLID: MASTER COLLECTION Vol. 1 will be two digital graphic novels. The Metal Gear Solid: Digital Graphic Novel is a fully voiced, digital comic depicting the events of Metal Gear Solid through beautifully dynamic animated panels, followed by Metal Gear Solid 2: Digital Graphic Novel that expands on the events of the sequel.', 44.59, NULL, NULL, 59.99, 'METAL GEAR SOLID-74923.jpeg', 'METAL GEAR SOLID-51890.jpeg', 'METAL GEAR SOLID-16674.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 13:31:44', '2024-01-28 13:31:44'),
(1312, '3.5mm Mini Lavalier Wireless Microphone Audio Video Recording For Android/iphone', 'IypgKANqj', 19, 'Various usage scenarios make you more efficient, such as live streaming, video recording, karaoke recording, and classroom teaching. [Dual Channel Radio] The K35 provides two transmitters and one receiver, which can simultaneously capture two sound sources, providing a more comprehensive solution for recording interview content and shooting scenes such as dual VLOG.', 7.06, NULL, NULL, 10.06, '3.5mm Mini Lavalier Wireless Microphone Audio Video Recording For Android/iphone-71344.jpeg', '3.5mm Mini Lavalier Wireless Microphone Audio Video Recording For Android/iphone-14132.jpeg', '3.5mm Mini Lavalier Wireless Microphone Audio Video Recording For Android/iphone-60262.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-28 13:32:01', '2024-01-28 13:32:01'),
(1313, 'PREDATOR 3500 Watt SUPER QUIET Inverter Generator with CO SECURE Technology', 'ichM0uXT5', 2, 'PREDATOR 3500 Watt SUPER QUIET Inverter Generator with CO SECURE Technology', 700.00, NULL, NULL, 850.00, 'PREDATOR 3500 Watt SUPER QUIET Inverter Generator with CO SECURE Technology-11022.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-28 13:32:56', '2024-01-28 13:32:56'),
(1314, 'Temporizador Timer Riego Agua Jardin Goteo 2 Salida Aspersor', '2SS2CpFLZ', 15, 'Un temporizador de riego es una herramienta muy útil para automatizar el riego de tu jardín. Con el temporizador de riego de agua con 2 salidas, podrás programar el riego por goteo o el riego con aspersores de manera precisa y conveniente. Solo necesitas configurar los tiempos de riego y dejar que el temporizador haga el trabajo por ti. ¡Así podrás mantener tu jardín bien regado sin tener que preocuparte por recordar hacerlo manualmente!', 145.00, NULL, NULL, 156.45, 'Temporizador Timer Riego Agua Jardin Goteo 2 Salida Aspersor-36211.jpeg', 'Temporizador Timer Riego Agua Jardin Goteo 2 Salida Aspersor-70559.jpeg', 'Temporizador Timer Riego Agua Jardin Goteo 2 Salida Aspersor-85869.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 13:41:39', '2024-01-28 13:41:39'),
(1315, '4.2-qt Bella Pro Series Digital Air Fryer (Stainless Steel)', 'NvCxijao8', 2, 'Your new countertop convenience, this Bella Pro Series 4.2-qt. Digital Air Fryer will have you whipping up healthy versions of your favorites in no time (less oil, less fat).', 40.00, NULL, NULL, 79.00, '4.2-qt Bella Pro Series Digital Air Fryer (Stainless Steel)-51262.jpeg', '4.2-qt Bella Pro Series Digital Air Fryer (Stainless Steel)-93628.jpeg', '4.2-qt Bella Pro Series Digital Air Fryer (Stainless Steel)-44582.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 13:43:06', '2024-01-28 13:43:06'),
(1316, 'Large Screen Retro Break Game Console', 'buoadqduF', 15, '2021 New Upgraded RG300X is 64GB Opening Linux Tony System , pre-loaded 2500 classic games , you can also download more games from website by themself.     During the game press: inchSTARTinch + inchSELECTinch, It can quit or archive games. Game : RG300X pre loaded 2500 classic games , Perfectly support PS1CPS1CPS2FBANEOGEONEOGEO POCKETGBAGBCGBSFCFCMDSMSGGHandyMSXPCEWSCPOKE MINI,transplant games etc 20 kinds of games format.Customer can also download more games from website by themself.        Screen : 3 Inch High-definition IPS screen / 640x480     CPU : dual 528MHz     RAM : DDR2 128M     Memory : 64GB     TF Card : Support tf card max to 128GB     Battery : External BL-5B 1800mAh battery last for 6 hours     Function :Opening Linux Tony System / Music / Video / E-book      Music function : High quality speaker, support lossless music/APE/MP3/WMA/DRM WMA /OGG/APE/FLAC/WAV/AAC(including AAC-LC/AAC HE/AAC+V1/V2)and other full format audio.     Video display : Support RMRMVBAVIMKVWMVVOBMOVFLVASFDATMP43GPMPGMPEG , full format 720 HD video display. Support break point reseeding for multiple display modes and a variety of wide height ratio display format selection    E-book function : Support PDF,TXT ,RTF ,DOC,HTML   Language:Multi-language 26 kind of language(Chinese,English,Japanese,Korean,Spanish,Portuguese,Russian,Italian,french ,German etc.)', 39.99, NULL, NULL, 59.28, 'Large Screen Retro Break Game Console-87448.jpeg', 'Large Screen Retro Break Game Console-64017.jpeg', 'Large Screen Retro Break Game Console-87794.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-28 13:48:57', '2024-01-28 13:48:57'),
(1317, 'Simulation Saxophone Toy Instruments for Kids Trumpet Musical Toy', '5FvrJj81W', 19, '10 Pcs Trumpet For Kids Horn Toy Concert New Years Decorations Boys Vocalize. Want to liven up the atmosphere in your kids party?. Handy size makes it fit for kids hand perfectly. 21\" Kids Toy Guitar Childrens Acoustic Prop Musical String Practice Gift Toy US.', 15.05, NULL, NULL, 18.05, 'Simulation Saxophone Toy Instruments for Kids Trumpet Musical Toy-98147.jpeg', 'Simulation Saxophone Toy Instruments for Kids Trumpet Musical Toy-54421.jpeg', 'Simulation Saxophone Toy Instruments for Kids Trumpet Musical Toy-41454.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 13:50:48', '2024-01-28 13:50:48'),
(1318, 'Anillo Compromiso Plata Italiana 925 Premium', 'xMpRNdAhM', 15, 'Un anillo de compromiso de plata italiana 925 premium es una elección hermosa y significativa para sellar tu compromiso. La plata italiana 925 es conocida por su calidad y durabilidad, y el diseño premium le da un toque elegante y sofisticado. ¡Este anillo será un símbolo perfecto de tu amor y compromiso!', 39.00, NULL, NULL, 67.55, 'Anillo Compromiso Plata Italiana 925 Premium-69392.jpeg', 'Anillo Compromiso Plata Italiana 925 Premium-97890.jpeg', 'Anillo Compromiso Plata Italiana 925 Premium-98535.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-28 13:51:23', '2024-01-28 13:51:23'),
(1319, 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator', '3QOENom6J', 2, 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator with Remote Start and CO Alert System', 900.00, NULL, NULL, 1100.00, 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator-96065.jpeg', 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator-45153.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-28 13:51:45', '2024-01-28 13:51:45'),
(1320, 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator with Remote Start and CO Alert System', '0s3SqEHBK', 2, 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator with Remote Start and CO Alert System', 71.60, NULL, NULL, 119.00, 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator with Remote Start and CO Alert System-71859.jpeg', 'Firman 9200W Running / 11,400W Peak Gasoline Powered Generator with Remote Start and CO Alert System-65108.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-28 13:57:40', '2024-01-28 13:57:40'),
(1321, 'Frigidaire Portable Retro 6-can Mini Fridge EFMIS129, Red', 'nxkC6AgDI', 2, 'Frigidaire Portable Retro 6-can Mini Fridge EFMIS129, Red', 27.80, NULL, NULL, 30.00, 'Frigidaire Portable Retro 6-can Mini Fridge EFMIS129, Red-91681.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 14:03:22', '2024-01-28 14:03:22'),
(1322, 'Hermosos Anillos Compromiso Set Para Compartir Plata 925', '3Q0FjQq8J', 15, '¡Claro que sí! Los hermosos anillos de compromiso set para compartir en plata 925 son una opción maravillosa. Estos conjuntos de anillos están diseñados para que tanto tú como tu pareja puedan lucir anillos complementarios que simbolizan vuestro compromiso. La plata 925 es conocida por su calidad y brillo, y estos anillos seguramente serán un símbolo perfecto de vuestro amor. ¡Son una elección encantadora para sellar vuestro compromiso!', 39.00, NULL, NULL, 48.77, 'Hermosos Anillos Compromiso Set Para Compartir Plata 925-31263.jpeg', 'Hermosos Anillos Compromiso Set Para Compartir Plata 925-11479.jpeg', 'Hermosos Anillos Compromiso Set Para Compartir Plata 925-14599.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-28 14:03:32', '2024-01-28 14:03:32'),
(1323, '15.98', 'CQYWTumN4', 19, '1Pc Imitation Musical Instrument Toy Trumpet Toy Early Instruments Learning Tool', 12.57, NULL, NULL, 15.98, '15.98-96975.jpeg', '15.98-25131.jpeg', '15.98-79819.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-28 14:04:07', '2024-01-28 14:04:07'),
(1324, 'The Inner World - The Last Wind', '80VkB59H7', 10, 'Solve mind-bending puzzles in a world full of mystery and save the family of the flute-noses! Their dynasty has been watching over Asposia for centuries and in secret, they fill the roly-poly world with light and life. But when their existence is discovered, they become hunted. Emil, a trader for odds and ends, has made all the Asposians believe that the dynasty is in cahoots with dark forces. The only one who can stop the evil Emil is Robert, the heir to the throne. The only problem is that Robert has been petrified in stone for three years. With a huge dose of enthusiasm, but little to no idea what he\'s actually doing, Robert embarks on an adventure to find the legendary last wind monk. Of course, he has some great company: Peck, as loyal as he is flightless and Laura, a rebel who certainly does fly, but only off the handle - and who Robert loves, with a capital \'L\'. Everything changes however, when they meet the mysterious Mama Dola, who seems to know more about Robert\'s destiny than Robert would like.', 12.40, NULL, NULL, 15.78, 'The Inner World - The Last Wind-32871.jpeg', 'The Inner World - The Last Wind-44895.jpeg', 'The Inner World - The Last Wind-41889.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-28 14:04:34', '2024-01-28 14:04:34'),
(1325, 'Super Bomberman R 2', 'RHVKMGbIT', 14, 'SUPER BOMBERMAN is back with a bang! SUPER BOMBERMAN R 2 brings back the explosive party game action along with an all-new adventure and several game modes for all to enjoy! This next installment in the SUPER BOMBERMAN R series provides players with a fun group experience and the ability to have a blast as a single player in each game mode. Join Bomberman and the gang with their new friends, the Ellons, as they work together to protect the universe from a new threat! New and returning battle modes including \"Castle\", “Battle 64\", and \"Level Editor\" where players can build, test, and share their stages with the world! Get everyone together and have a Blast in SUPER BOMBERMAN R 2!', 29.50, NULL, NULL, 49.99, 'Super Bomberman R 2-44457.jpeg', 'Super Bomberman R 2-40302.jpeg', 'Super Bomberman R 2-62790.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 14:15:04', '2024-01-28 14:15:04'),
(1326, 'Call of Duty: Black Ops Cold War', 'cPAfEmT7M', 15, 'The iconic black Ops series is back with Call of Duty: Black Ops cold war - the direct sequel to the original and fan-favorite Call of Duty: Black Ops. Black Ops cold war will drop fans into the depths of the cold War\'s volatile geopolitical battle of the early 1980S. Nothing is ever as it seems in a gripping single-player campaign, where players will come face-to-face with historical figures and hard truths, as they battle around the globe through iconic locales like East berlin, Vietnam, turkey, Soviet kgb headquarters and more.', 32.59, NULL, NULL, 69.99, 'Call of Duty: Black Ops Cold War-79415.jpeg', 'Call of Duty: Black Ops Cold War-92713.jpeg', 'Call of Duty: Black Ops Cold War-78103.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 14:21:10', '2024-01-28 14:21:10'),
(1327, 'Nancy Drew: Ghost of Thornton', 'kY81ic9zC', 10, 'Some Families Keep Deadly Secrets. Jessalyn Thornton\'s fateful sleepover at the abandoned Thornton estate was supposed to be a pre wedding celebration, but the fun ended when she disappeared. While her family searches for clues, others refuse to speak about the estate\'s dark past. Did something supernatural happen to Jessalyn, or is someone in Thornton Hall holding something besides family secrets.', 15.99, NULL, NULL, 22.78, 'Nancy Drew: Ghost of Thornton-95588.jpeg', 'Nancy Drew: Ghost of Thornton-21066.jpeg', 'Nancy Drew: Ghost of Thornton-14956.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 14:29:56', '2024-01-28 14:29:56'),
(1328, 'Collar Colgante Trébol De Jade Natural Amuleto Suerte', 'ISMnJ3sAb', 15, '¡Qué coincidencia! Acabo de encontrar un collar colgante de trébol de jade natural, ¡es un amuleto de la suerte! El jade es conocido por sus propiedades protectoras y el trébol de cuatro hojas se considera un símbolo de buena suerte. Este collar colgante combina ambos elementos en una pieza hermosa y significativa. Sería el complemento perfecto para añadir un toque de suerte y estilo a tus outfits. ¡No puedo esperar a que lo veas!', 29.00, NULL, NULL, 43.25, 'Collar Colgante Trébol De Jade Natural Amuleto Suerte-30149.jpeg', 'Collar Colgante Trébol De Jade Natural Amuleto Suerte-49742.jpeg', 'Collar Colgante Trébol De Jade Natural Amuleto Suerte-44795.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-28 14:31:06', '2024-01-28 14:31:06'),
(1329, 'Shintenchi Electric Height Adjustable Sit Stand Desk w/ Splice Board', 't2OTHHgC0', 2, 'Shintenchi Electric Height Adjustable Sit Stand Desk w/ Splice Board', 100.00, NULL, NULL, 160.00, 'Shintenchi Electric Height Adjustable Sit Stand Desk w/ Splice Board-86328.jpeg', 'Shintenchi Electric Height Adjustable Sit Stand Desk w/ Splice Board-60031.jpeg', 'Shintenchi Electric Height Adjustable Sit Stand Desk w/ Splice Board-24528.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-28 14:35:05', '2024-01-28 14:35:05'),
(1330, 'Collar Largo Oro Rosa Trébol Cuatro Hojas Nacarado', 'ngBz9WCSH', 15, '¡Tengo algo que te encantará! Acabo de encontrar un hermoso collar largo de oro rosa con un colgante de trébol de cuatro hojas nacarado. Este collar es elegante y único, perfecto para añadir un toque de estilo a tus outfits. El trébol de cuatro hojas se considera un símbolo de buena suerte, así que llevarlo contigo será como llevar un amuleto especial. ¡Seguro que te encantará lucir este collar!', 70.45, NULL, NULL, 95.55, 'Collar Largo Oro Rosa Trébol Cuatro Hojas Nacarado-18622.jpeg', 'Collar Largo Oro Rosa Trébol Cuatro Hojas Nacarado-40927.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-28 14:37:17', '2024-01-28 14:37:17'),
(1331, 'Broken Age', 'L5Bhr78vF', 14, 'The first graphic adventure by Tim Schafer in sixteen years, Broken Age began three years ago in a historic, record-breaking Kick starter campaign. Now it\'s here in all its beautiful, 2D, hand-painted glory, with an original orchestral soundtrack and an all-star vocal cast. Broken Age is a timeless coming-of-age story of barfing trees and talking spoons. Vella Tartine and Shay Volta are two teenagers in strangely similar situations, but radically different worlds. The player can freely switch between their stories, helping them take control of their own lives, and dealing with the unexpected adventures that follow.', 4.56, NULL, NULL, 9.95, 'Broken Age-88456.jpeg', 'Broken Age-73077.jpeg', 'Broken Age-15727.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 14:42:37', '2024-01-28 14:42:37'),
(1332, 'Collar San Benito Santo Portector Acero Inoxidable (dorado)', 'IBYGqWy6w', 15, '¡Tengo algo que te encantará! Acabo de encontrar un hermoso collar de San Benito Santo protector en acero inoxidable dorado. Este collar es una combinación perfecta de estilo y protección. El San Benito Santo es un símbolo de fe y protección en la tradición católica, y llevarlo contigo puede brindarte una sensación de seguridad y tranquilidad. El acabado dorado le da un toque elegante y sofisticado. ¡Seguro que lucirás increíble con este collar!', 19.99, NULL, NULL, 23.99, 'Collar San Benito Santo Portector Acero Inoxidable (dorado)-56137.jpeg', 'Collar San Benito Santo Portector Acero Inoxidable (dorado)-36696.jpeg', 'Collar San Benito Santo Portector Acero Inoxidable (dorado)-40607.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-28 14:43:54', '2024-01-28 14:43:54'),
(1333, 'Broken Age', 'iD30LhX7M', 7, 'The first graphic adventure by Tim Schafer in sixteen years, Broken Age began three years ago in a historic, record-breaking Kick starter campaign. Now it\'s here in all its beautiful, 2D, hand-painted glory, with an original orchestral soundtrack and an all-star vocal cast. Broken Age is a timeless coming-of-age story of barfing trees and talking spoons. Vella Tartine and Shay Volta are two teenagers in strangely similar situations, but radically different worlds. The player can freely switch between their stories, helping them take control of their own lives, and dealing with the unexpected adventures that follow.', 9.56, NULL, NULL, 15.15, 'Broken Age-91394.jpeg', 'Broken Age-44532.jpeg', 'Broken Age-57966.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 14:44:18', '2024-01-28 14:53:05'),
(1334, 'Log Color Music Melody Tools Wooden Instrument Accessories  Children', 'fCKC75qG7', 19, 'material:%20Wooden.%20The%20real%20color%20of%20the%20item%20may%20be%20slightly%20different%20from%20the%20pictures%20shown%20on%20website%20caused%20by%20many%20factors%20such%20as%20brightness%20of%20your%20monitor%20and%20light%20brightness.%20Color%3A%20as%20shown.', 5.59, NULL, NULL, 7.59, 'Log Color Music Melody Tools Wooden Instrument Accessories  Children-78969.jpeg', 'Log Color Music Melody Tools Wooden Instrument Accessories  Children-96776.jpeg', 'Log Color Music Melody Tools Wooden Instrument Accessories  Children-98157.jpeg', 'Instruments', 3.5, NULL, 1, '2024-01-28 14:45:09', '2024-01-28 14:45:09'),
(1335, 'Computer & Desk Chairs:Union & Scale Essentials Ergonomic Swivel Task Chair $99.99, Staples Turcotte Luxura Faux Leather Computer Chair', 'o56s9feyZ', 2, 'Computer & Desk Chairs:Union & Scale Essentials Ergonomic Swivel Task Chair $99.99, Staples Turcotte Luxura Faux Leather Computer Chair', 109.00, NULL, NULL, 199.00, 'Computer & Desk Chairs:Union & Scale Essentials Ergonomic Swivel Task Chair $99.99, Staples Turcotte Luxura Faux Leather Computer Chair-55128.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 14:47:41', '2024-01-28 14:47:41'),
(1336, 'Collar Cadena Con Antifaz Tono Oro Rosa', 'ZJ9t1MZls', 15, '¡Qué coincidencia! Acabo de encontrar un collar con cadena y antifaz en tono oro rosa. Este collar es súper elegante y misterioso, perfecto para añadir un toque de intriga a tus outfits. El tono oro rosa le da un toque sofisticado y femenino. ¡Seguro que te encantará lucir este collar único!', 35.00, NULL, NULL, 47.55, 'Collar Cadena Con Antifaz Tono Oro Rosa-97495.jpeg', 'Collar Cadena Con Antifaz Tono Oro Rosa-95967.jpeg', 'Collar Cadena Con Antifaz Tono Oro Rosa-43832.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-28 14:48:15', '2024-01-28 14:48:15'),
(1337, 'Pulsera Gato De La Buena Suerte Gatito Totoro Tono Plata', 'y68jLNIYu', 15, '¡Tengo algo adorable para ti! Acabo de encontrar una pulsera con un gatito de la buena suerte en tono plata. Este lindo gatito Totoro es un símbolo de buena suerte y protección. La pulsera es perfecta para añadir un toque de encanto a tu estilo. ¡Seguro que te encantará llevar este gatito de la suerte contigo!', 19.99, NULL, NULL, 27.00, 'Pulsera Gato De La Buena Suerte Gatito Totoro Tono Plata-88495.jpeg', 'Pulsera Gato De La Buena Suerte Gatito Totoro Tono Plata-36716.jpeg', 'Pulsera Gato De La Buena Suerte Gatito Totoro Tono Plata-69115.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-01-28 15:00:01', '2024-01-28 15:00:01'),
(1338, 'Monster Energy Supercross', 'E1QfhSSar', 15, 'Monster Energy Supercross: The Official Video Game for Xbox One on Video Game\r\n\r\nMonster Energy Supercross: The Official Video Game for Xbox One\r\n\r\nLIVE the adrenaline and the excitement of the 2017 monster energy Supercross Championship with monster energy Supercross - the official videogame! race with the official riders from 250Sx and 450Sx classes on the official tracks - Daytona included - to experience One of the most spectacular and entertaining racing competition ever! discover the track editor feature for endless gameplay possibilities: select your stadium, create your own track, and Share it online with your friends. Race alone or against players online from around the world and race to the top of the leaderboard. With more than 80 official brands and 300 items available, customize your rider and bike as you like for countless possibilities. Enter the Arena and be the King of Supercross!', 16.51, NULL, NULL, 19.99, 'Monster Energy Supercross-53464.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-01-28 15:02:37', '2024-01-28 15:02:37'),
(1339, 'Reloj De Bolsillo De Lujo Masón Exclusivos', 'Mhk3CDbzE', 15, 'Tengo algo muy exclusivo para ti! Acabo de encontrar un reloj de bolsillo de lujo con motivos masónicos. Este reloj es elegante y único, con detalles y símbolos masónicos grabados en su diseño. Sería una pieza impresionante para añadir a tu colección de accesorios. ¡No puedo esperar a que lo veas!', 30.00, NULL, NULL, 58.35, 'Reloj De Bolsillo De Lujo Masón Exclusivos-91792.jpeg', 'Reloj De Bolsillo De Lujo Masón Exclusivos-18789.jpeg', 'Reloj De Bolsillo De Lujo Masón Exclusivos-16772.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-28 15:05:09', '2024-01-28 15:05:09'),
(1340, 'Combo Promoción De Cadenas Y Pulseras Personalizadas Vip', 'JsDh95Rqr', 15, '¡Tengo una promoción VIP que te encantará! Se trata de un combo de cadenas y pulseras personalizadas. Podrás elegir el diseño y grabar tu nombre o cualquier otro mensaje especial en ellas. Es una manera perfecta de llevar contigo un accesorio único y personalizado. ¡No te pierdas esta exclusiva promoción!', 39.99, NULL, NULL, 49.01, 'Combo Promoción De Cadenas Y Pulseras Personalizadas Vip-61449.jpeg', 'Combo Promoción De Cadenas Y Pulseras Personalizadas Vip-85308.jpeg', 'Combo Promoción De Cadenas Y Pulseras Personalizadas Vip-36541.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-01-28 15:10:19', '2024-01-28 15:10:19'),
(1341, '15-Piece Tools of the Trade Cutlery Set w/ Knife Block', 'QUS56KX66', 2, '15-Piece Tools of the Trade Cutlery Set w/ Knife Block', 24.99, NULL, NULL, 75.00, '15-Piece Tools of the Trade Cutlery Set w/ Knife Block-92251.jpeg', '15-Piece Tools of the Trade Cutlery Set w/ Knife Block-93829.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 15:10:29', '2024-01-28 15:10:29');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1342, 'Barbie Video Game Hero', 'GaDtLw2D9', 10, 'Get ready to power up! When Barbie magically gets pulled into her favorite video game, she is excited to see she\'s transformed into a fun roller-skating character. In the game, she meets Cutie, the lovable cloud-shaped friend, and Bella, the roller-skating princess. Together, they soon discover a mischievous emoji is trying to take control of the game. As they travel from level to level, Barbie must rely on her amazing gaming skills and out-of-the-box thinking to save her team and beat the game!', 5.99, NULL, NULL, 9.62, 'Barbie Video Game Hero-63498.jpeg', NULL, NULL, 'Video games', 5.0, NULL, 1, '2024-01-28 15:11:54', '2024-01-28 15:11:54'),
(1343, 'Nine West Reloj De Pulsera De Malla Para Mujer Original Color de la correa Rosa dorado Color del fondo Rosa dorado', 'zS5D40BPR', 15, '¡Tengo un reloj de pulsera de Nine West que te encantará! Es de malla y tiene un hermoso color rosa dorado tanto en la correa como en el fondo. Es el accesorio perfecto para añadir un toque de elegancia y estilo a tus outfits. ¡No puedo esperar a que lo veas!', 59.99, NULL, NULL, 75.50, 'Nine West Reloj De Pulsera De Malla Para Mujer Original Color de la correa Rosa dorado Color del fondo Rosa dorado-44282.jpeg', 'Nine West Reloj De Pulsera De Malla Para Mujer Original Color de la correa Rosa dorado Color del fondo Rosa dorado-28385.jpeg', 'Nine West Reloj De Pulsera De Malla Para Mujer Original Color de la correa Rosa dorado Color del fondo Rosa dorado-82369.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-28 15:16:43', '2024-01-28 15:16:43'),
(1344, 'Pulsera Brazalete Con Pi Xiu Y Piyao Amuleto Riqueza', '3wefkQPwb', 15, '¡Tengo una pulsera brazalete increíble para ti! Esta pulsera cuenta con los amuletos de Pi Xiu y Piyao, que son símbolos de riqueza y buena fortuna en la cultura oriental. Es el accesorio perfecto para atraer energías positivas y atraer la prosperidad a tu vida. ¡No te pierdas esta oportunidad de llevar contigo un amuleto de la suerte!', 21.99, NULL, NULL, 39.55, 'Pulsera Brazalete Con Pi Xiu Y Piyao Amuleto Riqueza-23584.jpeg', 'Pulsera Brazalete Con Pi Xiu Y Piyao Amuleto Riqueza-68696.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-28 15:20:58', '2024-01-28 15:20:58'),
(1345, 'Pulsera Plateada Cadena Serpiente Práctica Para Dijes 18cm', 'BN5YfhHPK', 15, '¡Tengo una pulsera plateada de cadena serpiente que te encantará! Es práctica para añadir dijes y mide 18cm. Es perfecta para personalizarla con tus dijes favoritos y lucir un estilo único. ¡No puedo esperar a que la veas!', 19.00, NULL, NULL, 23.98, 'Pulsera Plateada Cadena Serpiente Práctica Para Dijes 18cm-53556.jpeg', 'Pulsera Plateada Cadena Serpiente Práctica Para Dijes 18cm-58753.jpeg', 'Pulsera Plateada Cadena Serpiente Práctica Para Dijes 18cm-52912.jpeg', 'Jewelry', 2.0, NULL, 1, '2024-01-28 15:24:25', '2024-01-28 15:24:25'),
(1346, 'The lord of the Rings Return to Moria', 'MHkjIww5s', 14, 'Welcome to The Lord of the Rings: Return to Moria, the only survival crafting video game set in the Fourth Age of Middle-earth, the iconic fantasy world created by J.R.R. Tolkien.\r\nSummoned to the Misty Mountains by Lord Gimli Lockbearer, players take control of a company of Dwarves tasked to reclaim the lost spoils from the Dwarven homeland of Moria—known as Khazad-dûm or Dwarrowdelf—in the depths below their very feet. Their quest will require fortitude, delving deep into the Mines of Moria to recover its treasures.\r\nSet in a procedurally generated Dwarven realm of Moria, no two adventures will be alike, and every expedition is traversable either solo or online with companions. Players can mine to craft greater gear and resources, but beware mining makes noise, and noise created in the quiet deep threatens to awaken the dangers below: where there\'s clatter, there\'s combat. Excavate the mysteries of three legendary mountains, extract precious metals, scrape to survive, and battle unspeakable forces to learn the secret of the Shadow that lurks within.', 30.05, NULL, NULL, 39.99, 'The lord of the Rings Return to Moria-52061.jpeg', 'The lord of the Rings Return to Moria-54017.jpeg', 'The lord of the Rings Return to Moria-76249.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 15:25:24', '2024-01-28 15:25:24'),
(1347, 'Manometro A/c A C Presion Refrigeracion Aire Automotriz A-c', 'QNyu74jwY', 15, '¡Tengo un manómetro de A/C para la presión de refrigeración de aire automotriz! Es perfecto para medir y controlar la presión del sistema de aire acondicionado de tu automóvil. ¡No te pierdas esta herramienta esencial para el mantenimiento de tu vehículo!', 85.00, NULL, NULL, 99.46, 'Manometro A/c A C Presion Refrigeracion Aire Automotriz A-c-19331.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-28 15:30:01', '2024-01-28 15:30:01'),
(1348, 'Knox Gear 61 Key Keyboard Dust Cover Black', 'Bqg9G3FgT', 19, 'This Knox Gear 61-Key Keyboard Dust Cover is the most basic line of defense, and anyone who owns an electronic keyboard should have one. This cover is made of spandex and stretches to fit a standard 61-key electronic keyboard.', 7.87, NULL, NULL, 9.99, 'Knox Gear 61 Key Keyboard Dust Cover Black-23672.jpeg', 'Knox Gear 61 Key Keyboard Dust Cover Black-33550.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-01-28 15:30:13', '2024-02-02 09:10:53'),
(1349, 'Programador Automotriz Kess V2.47 V5.017 Ecu Tuning Kit', 'qlOOGOiNT', 15, 'Tengo el kit de programación automotriz Kess V2.47 V5.017. Es perfecto para sintonizar y ajustar la unidad de control electrónica (ECU) de tu automóvil. Con este kit, podrás mejorar el rendimiento y la eficiencia de tu vehículo. ¡No te pierdas esta increíble herramienta para los amantes de los autos!', 179.00, NULL, NULL, 209.00, 'Programador Automotriz Kess V2.47 V5.017 Ecu Tuning Kit-38556.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-28 15:32:40', '2024-01-28 15:32:40'),
(1350, 'Lost in Random', 'ANUnmmndK', 14, 'Play the odds in Lost in Random, a gothic fairytale-inspired action adventure where every citizen\'s fate is determined by the roll of a dice.\r\nRuled by a wicked Queen, the kingdom of Random is divided into six shadowy realms where life is dictated by a cursed black dice. In this story you\'ll join Even, a penniless girl who\'s down on her luck, in a dark quest to save her beloved sister.', 5.68, NULL, NULL, 29.99, 'Lost in Random-58552.jpeg', 'Lost in Random-81773.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 15:33:23', '2024-01-28 15:33:23'),
(1351, 'DEWALT FLEXVOLT 60V MAX Cordless Brushless 4.5 in. to 6 in. Small Angle Grinder (Bare Tool)', 'jAJuoZDvi', 2, 'DEWALT FLEXVOLT 60V MAX Cordless Brushless 4.5 in. to 6 in. Small Angle Grinder (Bare Tool)', 206.00, NULL, NULL, 250.00, 'DEWALT FLEXVOLT 60V MAX Cordless Brushless 4.5 in. to 6 in. Small Angle Grinder (Bare Tool)-57800.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-28 15:35:28', '2024-01-28 15:35:28'),
(1352, 'Osciloscopio Automotriz Hantek 1008c 8ch Version 2022', 'W6ahojaJT', 15, 'Tengo el osciloscopio automotriz Hantek 1008c versión 2022. Es una herramienta increíble para diagnosticar y solucionar problemas en los sistemas eléctricos y electrónicos de tu automóvil. Con sus 8 canales, podrás obtener una visión detallada de las señales y realizar mediciones precisas. ¡No te lo pierdas si eres un apasionado de la mecánica automotriz!', 870.00, NULL, NULL, 1003.16, 'Osciloscopio Automotriz Hantek 1008c 8ch Version 2022-43211.jpeg', 'Osciloscopio Automotriz Hantek 1008c 8ch Version 2022-92936.jpeg', 'Osciloscopio Automotriz Hantek 1008c 8ch Version 2022-83321.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-28 15:37:18', '2024-01-28 15:37:18'),
(1353, 'Lone Sails', 'WR5TsrQab', 15, 'Traverse a dried-out seabed littered with the remains of a decaying civilization. Keep your unique vessel going, overcome numerous obstacles and withstand the hazardous weather conditions. How far can you make it? What will you find?\r\n\r\n- Master your vessel: Maintain and upgrade your vehicle to overcome numerous obstacles and natural hazards.\r\n- Discover a unique world: Explore a desolate dried-out seabed, follow the trails of your people and find relics and buildings, that tell the story of a civilization on the run.\r\n- Experience an atmospheric journey: Let the sky full of clouds pass by and heed the wind that drives your sails towards the horizon.', 2.09, NULL, NULL, 14.99, 'Lone Sails-71665.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-01-28 15:39:48', '2024-01-28 15:39:48'),
(1354, '100ft DAYBETTER Smart WiFi Led Lights, Tuya App Controlled Led Strip Lights, Work with Alexa and Google Assistant, Timer Schedule , Color Changing Led Lights', 'zYAbqrrdb', 2, '100ft DAYBETTER Smart WiFi Led Lights, Tuya App Controlled Led Strip Lights, Work with Alexa and Google Assistant, Timer Schedule , Color Changing Led Lights', 17.40, NULL, NULL, 28.00, '100ft DAYBETTER Smart WiFi Led Lights, Tuya App Controlled Led Strip Lights, Work with Alexa and Google Assistant, Timer Schedule , Color Changing Led Lights-84014.jpeg', '100ft DAYBETTER Smart WiFi Led Lights, Tuya App Controlled Led Strip Lights, Work with Alexa and Google Assistant, Timer Schedule , Color Changing Led Lights-55191.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 15:42:28', '2024-01-28 15:42:28'),
(1355, '2 in 1 countertop professionals table commercial mixer heavy duty sliver crest blender', 'LC6sS11jw', 19, 'item\r\nvalue\r\nAfter-sales Service Provided\r\nReturn and Replacement\r\nWarranty\r\n1 Year\r\nApplication\r\nHotel, Household\r\nPower Source\r\nElectric\r\nApp-Controlled\r\nNO\r\nPrivate Mold\r\nNO\r\nType\r\nHome Blender\r\nControls Type\r\nPush Button\r\nContainer Material\r\nStainless steel\r\nHousing Material\r\nStainless steel\r\n1.5\r\n2\r\n500\r\n220\r\nBL9703-GS\r\nPlace of Origin\r\nChina\r\nGuangdong\r\nFunction\r\nVariable Speed\r\nFeature\r\nPure copper motor', 17.00, NULL, NULL, 24.00, '2 in 1 countertop professionals table commercial mixer heavy duty sliver crest blender-15314.jpeg', '2 in 1 countertop professionals table commercial mixer heavy duty sliver crest blender-69664.jpeg', '2 in 1 countertop professionals table commercial mixer heavy duty sliver crest blender-45486.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-28 15:44:21', '2024-01-28 15:44:21'),
(1356, 'Escaner Automotriz Profesional Launch X-431 Pro5 Con J2534', '63FXgtlug', 15, 'Tengo el escáner automotriz profesional Launch X-431 Pro5 con J2534. Es una herramienta de diagnóstico avanzada que te permitirá escanear y analizar los sistemas de tu automóvil de manera profesional. Con su capacidad J2534, podrás realizar programaciones y actualizaciones de software. ¡No te pierdas esta herramienta imprescindible para los amantes de la mecánica automotriz!', 1850.00, NULL, NULL, 1997.99, 'Escaner Automotriz Profesional Launch X-431 Pro5 Con J2534-73341.jpeg', 'Escaner Automotriz Profesional Launch X-431 Pro5 Con J2534-83826.jpeg', 'Escaner Automotriz Profesional Launch X-431 Pro5 Con J2534-84644.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-01-28 15:44:55', '2024-01-28 15:44:55'),
(1357, 'Horizon Forbidden West', 'cPKbLcV3F', 15, 'Join Aloy as she braves a majestic but dangerous new frontier that holds mysterious new threats. This Complete Edition allows you to enjoy the critically acclaimed Horizon Forbidden West on PC in its entirety with bonus content, including the Burning Shores story expansion that picks up after the main game.', 49.20, NULL, NULL, 60.00, 'Horizon Forbidden West-41509.jpeg', 'Horizon Forbidden West-43567.jpeg', 'Horizon Forbidden West-72323.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-28 15:45:23', '2024-01-28 15:45:23'),
(1358, 'Elevador Automotriz Compleatemente Nuevo', 'I8nJ7kTFY', 15, 'Tengo un elevador automotriz completamente nuevo. Es una herramienta esencial para levantar tu automóvil y facilitar el acceso a las partes inferiores del vehículo. Con este elevador, podrás realizar reparaciones y mantenimiento de manera más cómoda y segura. ¡No te pierdas esta increíble adición a tu taller automotriz!', 1790.00, NULL, NULL, 1858.99, 'Elevador Automotriz Compleatemente Nuevo-48876.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-28 15:48:40', '2024-01-28 15:48:40'),
(1359, 'Osciloscopio Automotriz Gt-mo2ch', 'ArbwT5xE6', 15, 'Tengo el osciloscopio automotriz GT-M02CH. Es una herramienta impresionante para diagnosticar y solucionar problemas en los sistemas eléctricos y electrónicos de tu automóvil. Con este osciloscopio, podrás obtener una visión detallada de las señales y realizar mediciones precisas. ¡No te lo pierdas si eres un apasionado de la mecánica automotriz!', 180.00, NULL, NULL, 200.00, 'Osciloscopio Automotriz Gt-mo2ch-79644.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-28 15:52:22', '2024-01-28 15:52:22'),
(1360, 'Estación De Carga De Aire Acondicionado Automotriz Muth', 'MfvTzgoGa', 15, 'Tengo la estación de carga de aire acondicionado automotriz Muth. Es una herramienta esencial para el mantenimiento y carga del sistema de aire acondicionado de tu automóvil. Con esta estación, podrás realizar el servicio de manera profesional y mantener tu aire acondicionado en óptimas condiciones. ¡No te pierdas esta increíble herramienta para mantener tu automóvil fresco y cómodo!', 3848.00, NULL, NULL, 3932.15, 'Estación De Carga De Aire Acondicionado Automotriz Muth-26408.jpeg', 'Estación De Carga De Aire Acondicionado Automotriz Muth-40963.jpeg', 'Estación De Carga De Aire Acondicionado Automotriz Muth-80409.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-28 15:56:40', '2024-01-28 15:56:40'),
(1361, 'Kit De 2 Unidades De Caballete Automotriz De 6 Toneladas', 'jOUprJteh', 15, 'Tengo un kit de 2 unidades de caballete automotriz de 6 toneladas. Estos caballetes son perfectos para elevar tu automóvil de manera segura y estable. Con una capacidad de carga de 6 toneladas, podrás realizar reparaciones y mantenimiento con tranquilidad. ¡No te pierdas este kit imprescindible para tu taller automotriz!', 75.94, NULL, NULL, 100.56, 'Kit De 2 Unidades De Caballete Automotriz De 6 Toneladas-43443.jpeg', NULL, NULL, 'Automotive kits', 2.0, NULL, 1, '2024-01-28 15:59:10', '2024-01-28 15:59:10'),
(1362, 'Splatoon 3 Nintendo Switch Game', 'mU0V5eE3a', 10, 'Ink up the Splatlands in the next Splatoon game. Enter the Splatlands a sun-scorched desert inhabited by battle hardened Inklings and Octolings. Splatsville the city of chaos is the adrenaline-fueled heart of this dusty wasteland. Even in this desolate environment Turf War reigns supreme and battles rage in new stages located in the surrounding wilds. Dynamic new moves help these fighters dodge attacks and cover more ground along with a new bow-shaped weapon to sling ink. Join Agent 3 in a fight against the evil Octarian army in story mode. Discover the secrets of Alterna the Fuzzy Ooze and how they connect to the mode s theme Return of the Mammalians.” You can also team up and fend off waves of dangerous Salmonid bosses in the next iteration of Salmon Run a co-op mode with fresh new features. Any Nintendo Switch Online membership (sold separately) and Nintendo Account required for online features. Not available in all countries. Internet access required for online features.', 41.60, NULL, NULL, 59.00, 'Splatoon 3 Nintendo Switch Game-27721.jpeg', 'Splatoon 3 Nintendo Switch Game-12364.jpeg', 'Splatoon 3 Nintendo Switch Game-72351.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-28 15:59:26', '2024-01-28 15:59:26'),
(1363, 'Sliver crest commercial kitchen blender fresh orange industrial grinder extractor and smoothie juicer machine mixers blender', '0PLbTvlDz', 19, 'item\r\nvalue\r\nAfter-sales Service Provided\r\nFree spare parts\r\nWarranty\r\n1 Year\r\nFeatures\r\nMultifunctional\r\nApplication\r\nOutdoor, Hotel, Garage, Commercial, Household\r\nPower Source\r\nElectric\r\nApp-Controlled\r\nNO\r\nPrivate Mold\r\nYes\r\nType\r\nCommercial Blender\r\nControls Type\r\nPush Button\r\nContainer Material\r\nPlastic\r\nHousing Material\r\nPlastic\r\nCapacity (l)\r\n2\r\nNumber of Speed Settings\r\n15\r\nPower (W)\r\n4500\r\nVoltage (V)\r\n220\r\nModel Number\r\nSC-1859\r\nPlace of Origin\r\nChina\r\nFunction\r\nVariable Speed\r\nFeature\r\nPure copper motor', 3.30, NULL, NULL, 5.30, 'Sliver crest commercial kitchen blender fresh orange industrial grinder extractor and smoothie juicer machine mixers blender-64049.jpeg', 'Sliver crest commercial kitchen blender fresh orange industrial grinder extractor and smoothie juicer machine mixers blender-36635.jpeg', 'Sliver crest commercial kitchen blender fresh orange industrial grinder extractor and smoothie juicer machine mixers blender-15497.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-28 16:00:47', '2024-01-28 16:00:47'),
(1364, 'Llanta 215/65 R16 Nova- Force H P100 98 H Labrado Mixto', 'iQyv1vJyX', 15, 'Tengo una llanta 215/65 R16 Nova-Force HP100 98H con labrado mixto. Esta llanta es perfecta para aquellos que buscan un rendimiento versátil tanto en carreteras pavimentadas como en terrenos más difíciles. Con su diseño de labrado mixto, te brindará un agarre excepcional en diferentes condiciones. ¡No te pierdas esta llanta perfecta para tus aventuras automotrices!', 88.00, NULL, NULL, 98.15, 'Llanta 215/65 R16 Nova- Force H P100 98 H Labrado Mixto-79119.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-28 16:02:18', '2024-01-28 16:02:18'),
(1365, 'No Man’s Sky', 'Hbm5TaeOt', 14, 'Embark on an epic voyage, find your own destiny in this epic space adventure\r\nIncludes 6 years of updates\r\nAn entire universe to explore on the go in the palm of your hands\r\nFor the first time ever, PlayStation 5 physical edition as well as Nintendo Switch (physical & digital)', 23.87, NULL, NULL, 29.99, 'No Man’s Sky-83905.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-01-28 16:04:32', '2024-01-28 16:04:32'),
(1366, 'Scanner Automotriz Obdii Autolink Autel', 'RqnB15i1J', 15, 'Tengo un scanner automotriz OBDII Autolink Autel. Es una herramienta increíble para diagnosticar y solucionar problemas en el sistema de tu automóvil. Con este scanner, podrás leer y borrar códigos de error, ver datos en tiempo real y realizar pruebas especiales. ¡No te pierdas esta herramienta esencial para mantener tu automóvil en óptimas condiciones!', 189.00, NULL, NULL, 197.56, 'Scanner Automotriz Obdii Autolink Autel-89900.jpeg', 'Scanner Automotriz Obdii Autolink Autel-82215.jpeg', 'Scanner Automotriz Obdii Autolink Autel-11234.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-01-28 16:05:32', '2024-01-28 16:05:32'),
(1367, 'Automatic Bottle Unscrambler / Unscrambling Machine', 'bC0RZd2k9', 5, 'The Automatic Bottle Unscrambler / Unscrambling Machine  is used in ordering disordered polyeter bottles, the disordered bottles are carried into the storing bottle Section of the ordering bottle machine, with the help of the pushing force of the rotating disk, the bottle are ordered into Bottle mouth-up-position and are carried into the next process with the air-transfering type conveying bottle system. \r\n \r\nHigh speed operatin, easy to combine with all kinds of filler or filling prodution line.\r\n \r\n \r\n \r\n Technical parameters:\r\n+\r\nModel	\r\nBL-18\r\nBL-20	BL-28\r\nProduction capacity(bph)\r\n8000-12000\r\n12000-18000\r\n18000-30000\r\nThe pressure of gas source(Mpa)\r\n0.7\r\n0.7\r\n0.7\r\nGas Volume(m3/min)\r\n0.5\r\n0.6\r\n0.7\r\nPower(kw)\r\n2.2\r\n4.4	5.5\r\nTo adapt to bottle-type(mm)\r\nBottle DriveΦ50-Φ90,Bottles of high -150-290\r\nDimensions(mm)\r\nΦ2500*2660*2000 \r\nΦ2650*3300*2200\r\nΦ3710*4660*2390\r\nMachine weight(kg)\r\n2300\r\n3500	4300', 3000.00, NULL, NULL, 3200.00, 'Automatic Bottle Unscrambler / Unscrambling Machine-80355.jpeg', 'Automatic Bottle Unscrambler / Unscrambling Machine-16358.jpeg', 'Automatic Bottle Unscrambler / Unscrambling Machine-61844.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-28 16:06:51', '2024-01-28 16:06:51'),
(1368, 'Mora 15 Cu.Ft 3 Door Counter-Depth Bottom Mount Refrigerator', 'mztVVNwKW', 2, 'This is a good deal on a more compact fridge.', 490.00, NULL, NULL, 500.00, 'Mora 15 Cu.Ft 3 Door Counter-Depth Bottom Mount Refrigerator-54869.jpeg', 'Mora 15 Cu.Ft 3 Door Counter-Depth Bottom Mount Refrigerator-88127.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 16:07:50', '2024-01-28 16:07:50'),
(1369, 'Escaner Automotriz Vag-kkl. Vw, Audi, Skoda Obd 2', 'ruYGRId4W', 15, 'Tengo un escáner automotriz VAG-KKL. Es perfecto para vehículos Volkswagen, Audi y Skoda con conexión OBD2. Con este escáner, podrás diagnosticar y solucionar problemas en el sistema de tu automóvil. ¡No te pierdas esta herramienta imprescindible para los amantes de los autos alemanes!', 40.00, NULL, NULL, 78.44, 'Escaner Automotriz Vag-kkl. Vw, Audi, Skoda Obd 2-52305.jpeg', 'Escaner Automotriz Vag-kkl. Vw, Audi, Skoda Obd 2-19890.jpeg', 'Escaner Automotriz Vag-kkl. Vw, Audi, Skoda Obd 2-56517.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-28 16:09:58', '2024-01-28 16:09:58'),
(1370, 'Select Home Depot Stores: RIDGID 18V 2-Tool 14\" String Trimmer & Leaf Blower Kit', 't4JAgb09s', 2, 'Select Home Depot Stores: RIDGID 18V 2-Tool 14\" String Trimmer & Leaf Blower Kit', 99.00, NULL, NULL, 249.00, 'Select Home Depot Stores: RIDGID 18V 2-Tool 14\" String Trimmer & Leaf Blower Kit-63234.jpeg', 'Select Home Depot Stores: RIDGID 18V 2-Tool 14\" String Trimmer & Leaf Blower Kit-93157.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-28 16:10:46', '2024-01-28 16:10:46'),
(1371, 'ERSD series industrial maltadextrin spray drying machine', 'C6NI618ep', 19, 'ERSD series spray dryer efficiently and gently transforms heat-sensitive and difficult-to-dry products into free-flowing powders. This includes products that are sticky, hygroscopic, thermoplastic, have a high content of short carbohydrate molecules, or are slow to crystallize.This spray dryer is widely used in herbal extracts and food ingredients. \r\nBenefits.\r\n◆ Design of enlarged diameter can effectively avoid droplet contact with drying chamber wall before drying.\r\n◆ Cold air technology is used between the atomizer and the hot air distributor to prevent the material from tipping over \r\n and to cool the atomizer.\r\n◆ The drying chamber wall is designed in the form of air-cooled jacket, which can reduce the temperature of the inner wall \r\n and avoid the coking and deterioration of powder due to contact with high temperature wall surface.\r\n◆ Equipped with air broom to effectively avoid powder adhesion on the chamber wall.\r\n◆ The powder collecting system adopts dehumidification air cooling technology to cool the powder and prevent powder \r\n from moisture absorption and cakin', 52000.00, NULL, NULL, 55000.00, 'ERSD series industrial maltadextrin spray drying machine-33359.jpeg', 'ERSD series industrial maltadextrin spray drying machine-88483.jpeg', 'ERSD series industrial maltadextrin spray drying machine-17002.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-28 16:11:10', '2024-01-28 16:11:10'),
(1372, 'Nerf Fortnite Heavy SR Blaster', 'x5BQiQtki', 10, 'DART-FIRING FORTNITE BLASTER REPLICA: This Nerf Fortnite Heavy SR blaster is inspired by the equipment used in Fortnite, capturing the look of the one in the popular video game\r\nLONGEST NER FORTNITE BLASTER EVER: The Heavy SR blaster measures an awesome 43 inches long (over 1 meter)! Your opponents will know you\'re in it to win it when you take aim with this massive blaster!\r\nBOLT ACTION, CLIP-FED MEGA DART BLASTING: Fire 6 big Nerf Mega darts in a row from the 6-dart clip -- slide the bolt to prime the blaster, and pull the trigger to fire a dart\r\n6 NERF MEGA DARTS, REMOVABLE SCOPE, RED CAMO WRAP: Comes with 6 Official Nerf Mega foam darts, has a removable targeting scope, and comes in the Red Camo Wrap from the game', 24.94, NULL, NULL, 52.99, 'Nerf Fortnite Heavy SR Blaster-30875.jpeg', 'Nerf Fortnite Heavy SR Blaster-15979.jpeg', 'Nerf Fortnite Heavy SR Blaster-98109.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-28 16:13:19', '2024-01-28 16:13:19'),
(1373, 'Vademécum Farmacológico Para Perros Y Gatos. Ian Ramsey', 'krB583EUz', 15, 'Tengo el Vademécum Farmacológico para perros y gatos de Ian Ramsey. Es una guía completa que te ayudará a entender y administrar medicamentos de manera segura a tus mascotas. Con este vademécum, podrás encontrar información sobre dosis, indicaciones y contraindicaciones de diferentes medicamentos. ¡No te pierdas esta herramienta invaluable para el cuidado de tus peludos amigos!', 23.00, NULL, NULL, 44.99, 'Vademécum Farmacológico Para Perros Y Gatos. Ian Ramsey-92361.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-28 16:13:49', '2024-01-28 16:13:49'),
(1374, 'Select Ace Hardware Stores: 2-Pack DeWalt 20V MAX XR Lithium-Ion 5.0Ah Battery', 'nrtQGhXTH', 2, 'Up to 60% more capacity than standard 20V MAX battery pack (DCB200)\r\n3-LED fuel gauge system allows immediate feedback on state of charge\r\nNo memory and virtually no self-discharge for maximum productivity and less downtime\r\nLightweight at 1.4 lbs and compatible with entire line of 20V MAX tools', 109.00, NULL, NULL, 199.00, 'Select Ace Hardware Stores: 2-Pack DeWalt 20V MAX XR Lithium-Ion 5.0Ah Battery-71966.jpeg', 'Select Ace Hardware Stores: 2-Pack DeWalt 20V MAX XR Lithium-Ion 5.0Ah Battery-57226.jpeg', NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-28 16:14:41', '2024-01-28 16:14:41'),
(1375, 'Atlas De Arquitectura Del Paisaje, de Claudia Martinez Alonso. Editorial LEXUS, tapa dura en español', '5XYaw8jGu', 15, 'Tengo el Atlas de Arquitectura del Paisaje de Claudia Martínez Alonso. Es un libro impresionante que explora la belleza y la diversidad de los paisajes arquitectónicos. Con tapa dura y en español, este atlas te llevará a través de diferentes proyectos y diseños de paisajes. ¡No te pierdas esta joya para los amantes de la arquitectura y el paisajismo!', 25.00, NULL, NULL, 37.99, 'Atlas De Arquitectura Del Paisaje, de Claudia Martinez Alonso. Editorial LEXUS, tapa dura en español-49451.jpeg', 'Atlas De Arquitectura Del Paisaje, de Claudia Martinez Alonso. Editorial LEXUS, tapa dura en español-58179.jpeg', NULL, 'Books', 3.5, NULL, 1, '2024-01-28 16:17:46', '2024-01-28 16:17:46'),
(1376, 'LPD  model 5000ml/h high speed milk drying machine powder making spray dryer', 'OHyfW7GjM', 5, 'spec\r\nZPG-25\r\nZPG-50\r\nZPG-80\r\nZPG-100\r\nZPG-150\r\nZPG-200\r\nZPG-300\r\nevaporation capacity(kg/h)\r\n25\r\n50\r\n80\r\n100\r\n150\r\n200\r\n300\r\nprocess amount of material liquid(kg/h)\r\n25-34\r\n50-68\r\n80-108\r\n100-135\r\n150-203\r\n200-270\r\n300-406\r\noutput of finished pcoduct(kg/h)\r\n4.8-7.2\r\n9.2-14\r\n14.8-22.4\r\n18.4-28\r\n24-42\r\n36.8-56.4\r\n55-85\r\nsolid content of material liquid( %)\r\n18-30\r\nmoisture content of finished product( %)\r\n3-5\r\nelectric power(kw)\r\n63\r\n132\r\n153\r\n204\r\n246\r\n330\r\nheat source\r\nSteam pius electricity\r\nCollecting method of product and its efficiency\r\nGrade one or two or three stage cyclone wet dust remover is greater than or equal to 95%\r\nautomatic control meters and instruments\r\nindicator of not air and exhaust air temperature\r\ntemperature of air inlet(℃)\r\n160-220\r\ntemperature of air outlet(℃)\r\n80-100\r\nL\r\n7000\r\n8000\r\n9800\r\n11000\r\n12200\r\n14100\r\n15000\r\noveral dimensions(mm)\r\nW\r\n4000\r\n5000\r\n5700\r\n6200\r\n7000\r\n7800\r\n9000\r\nH\r\n6200\r\n6900\r\n8000\r\n8900\r\n10750\r\n11900\r\n1300', 13800.00, NULL, NULL, 15800.00, 'LPD  model 5000ml/h high speed milk drying machine powder making spray dryer-32401.jpeg', 'LPD  model 5000ml/h high speed milk drying machine powder making spray dryer-45418.jpeg', 'LPD  model 5000ml/h high speed milk drying machine powder making spray dryer-60845.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-28 16:18:20', '2024-01-28 16:29:43'),
(1377, 'Padre Rico Padre Pobre - Robert T Kiyosaki', '31pSWR6Q5', 15, 'Tengo el libro \"Padre Rico Padre Pobre\" de Robert T. Kiyosaki. Es un libro que ofrece una perspectiva única sobre la educación financiera y cómo manejar el dinero. A través de las experiencias del autor con su padre biológico y su padre rico, Kiyosaki comparte consejos prácticos y reflexiones sobre la riqueza y la independencia financiera. ¡No te pierdas esta lectura inspiradora!', 11.99, NULL, NULL, 19.55, 'Padre Rico Padre Pobre - Robert T Kiyosaki-95885.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-28 16:20:25', '2024-01-28 16:20:25'),
(1378, 'PowerSmart 21-Inch 212cc Single Stage Gas Snow Blower with 4-Stroke Engine', 'XVBBIdYSZ', 2, 'PowerSmart\'s Single Stage 21-inch Gas Snow Blower boasts a 212cc 4-stroke engine. This new robust snow thrower, with a recoil start, features a 21-inch wide intake capable of handling snow up to 12.5 inches deep. The potent snow engine propels snow up to 32 feet away, and its compact design facilitates easy unit storage.', 530.00, NULL, NULL, 600.00, 'PowerSmart 21-Inch 212cc Single Stage Gas Snow Blower with 4-Stroke Engine-22571.jpeg', NULL, NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-28 16:21:02', '2024-01-28 16:21:02'),
(1379, 'Wolfenstein II The New Colossus', 'hzP0691m3', 14, 'Kill The Bad Guy.Does everyone deserve a second chance Can crimes ever be forgotten Hiding behind the mask of the average man on the street and furtively blending into the background many war criminals ex-Mafia members and other criminals have been literally getting away with murder or worse. That is until you turned up to ruin the party. As part of a secret and mysterious society whose members have sworn to rid the world of these Bad Guys it’s your responsibility to make sure justice is served in the bloodiest possible way using your unpredictability to your advantage. Track the Bad Guys be brutal and smart in your planning and eliminate them one by one. But bear this in mind: each criminal’s death has to look like an accident. In each level you’ll have the chance to splatter and destroy the Bad Guy using various weapons and traps. It’s up to you to make sure he ends up in the wrong place at the right time. In this ingenious puzzle game in which physics plays an essential role you’ll need to keep a cool head and your wits about you. Show no mercy as you set out to kill the Bad Guy! “Until your mission is accomplished we don’t exist. If you fail you’ll be the only person at fault and we’ll deny ever knowing you.” Features:TRACK YOUR TARGET in 60 levels each one more original than the last and unlock 6 completely off-the-wall bonus levels.USE YOUR IMAGINATION as you take out the criminals one by one. Find the opportune moment to act and make it as bloody as you can!BECOME THE AMBASSADOR OF DEATH and make full use of all the different traps available. Sabotage vehicles transform daily objects into deadly weapons or combine different elements in order to create new ones. WORK IN THE SHADOWS. Don’t draw attention to yourself. Cameras pedestrians cops and the Bad Guys’ bodyguards mustn’t suspect you. No one should ever doubt that these deaths are anything but unfortunate accidents. TRY TRY AND TRY AGAIN as you take advantage of the game’s replay feature. Get the top score fulfil the secondary objectives find new ways to kill each Bad Guy and work on your murder skills. SHOW OFF your killing prowess and achievements to your friends and prove that you are the world’s top justice seeker.', 12.76, NULL, NULL, 59.99, 'Wolfenstein II The New Colossus-70316.jpeg', 'Wolfenstein II The New Colossus-82585.jpeg', 'Wolfenstein II The New Colossus-80691.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 16:21:23', '2024-01-28 16:21:23'),
(1380, 'Ultrasonic liquid continuous flow homogeneous nano probe sonicator for nano particles dispersion', 'lsrbuubI3', 19, 'Production Description\r\nUltrasonic homogenizing is a mechanical process to reduce small particles in a liquid so that they become uniformly small and evenly distributed.\r\nWhen ultrasonic processors are used as homogenizers, the objective is to reduce small particles in a liquid to improve uniformity and stability. These particles (disperse phase) can be either solids or liquids. A reduction in the mean diameter of the particles increases the number of individual particles. This leads to a reduction of the average particle distance and increases the particle surface area. \r\nJH-ZS50 series can be used for large-scale experiments and small and medium-sized industrial production.', 14970.00, NULL, NULL, 16880.00, 'Ultrasonic liquid continuous flow homogeneous nano probe sonicator for nano particles dispersion-99985.jpeg', 'Ultrasonic liquid continuous flow homogeneous nano probe sonicator for nano particles dispersion-23112.jpeg', 'Ultrasonic liquid continuous flow homogeneous nano probe sonicator for nano particles dispersion-43260.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-28 16:25:01', '2024-01-30 10:29:12'),
(1381, 'BOSCH RH1255VC SDS-max Rotary Hammer', '2urLmg5C0', 2, '$837.06: BOSCH RH1255VC SDS-max Rotary Hammer', 830.00, NULL, NULL, 1129.00, '$837.06: BOSCH RH1255VC SDS-max Rotary Hammer-71980.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-28 16:26:26', '2024-01-28 16:34:18'),
(1382, 'Scars Above', 'kdoodmkCJ', 14, 'Scars Above is a challenging sci-fi third-person action adventure shooter combining the rewarding feel of overcoming difficulty with a compelling and intricate story, set in a mysterious alien world to explore.', 7.99, NULL, NULL, 39.99, 'Scars Above-73813.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-01-28 16:29:43', '2024-01-28 16:29:43'),
(1383, 'Select Home Depot Stores: Makita LXT 14\" 18V Lithium-Ion Brushless Chainsaw Kit', '30o4bG3hX', 2, 'No gas, emissions, oil mixing or pull starts\r\nCompact body rear handle design for easy maneuverability\r\nUp to 73 cuts in 4x4 cedar with 18V LXT 4.0Ah battery\r\n\"Tool-less\" chain adjustment for convenient operation and maintenance\r\nVariable speed trigger (0-1,520 FPM) for easy operation\r\nLow noise level and zero emissions for operator comfort\r\nLarge oil filling port with view window allows operator to easily add and check bar oil level\r\nRubberized soft grip top handle is engineered for the user to more easily apply even cutting pressure\r\nLock-off button for user convenience during transportation\r\nWeighs only 8.9 lbs. with battery for reduced operator fatigue\r\nFeatures Extreme Protection Technology (XPT) which is engineered to provide increased dust and water resistance in harsh job site conditions\r\nEquipped with Star Protection Computer Controls to protect against overloading, over-discharging and over-heating\r\n3-year limited warranty on tool, battery and charger', 99.00, NULL, NULL, 299.00, 'Select Home Depot Stores: Makita LXT 14\" 18V Lithium-Ion Brushless Chainsaw Kit-29803.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-28 16:32:33', '2024-01-28 16:32:33'),
(1384, 'Automatismos Eléctricos Industriales Duran Martinez - 1 Vol.', '8q2Lrx7BD', 15, 'Tengo el libro \"Automatismos Eléctricos Industriales\" de Duran Martinez. Es un libro completo que aborda los fundamentos y aplicaciones de los automatismos eléctricos en el ámbito industrial. Con esta lectura, podrás aprender sobre los diferentes componentes, circuitos y sistemas utilizados en la automatización industrial. ¡No te pierdas esta invaluable referencia para aquellos interesados en el campo de la electricidad industrial!', 41.00, NULL, NULL, 67.99, 'Automatismos Eléctricos Industriales Duran Martinez - 1 Vol.-61336.jpeg', 'Automatismos Eléctricos Industriales Duran Martinez - 1 Vol.-70888.jpeg', NULL, 'Books', 3.0, NULL, 1, '2024-01-28 16:33:51', '2024-01-28 16:33:51'),
(1385, 'Industrial ultrasonic homogenizer biodiesel sonicator mixing liquid emulsifier for nano emulsion', 'guFtnHorN', 19, 'When you make biodiesel, slow reaction kinetics and poor mass transfer are lowering your biodiesel plant capacity and your biodiesel yield and quality. JH ultrasonic reactors improve the transesterification kinetics significantly. Therefore lower excess methanol and less catalyst are required for biodiesel processing. Biodiesel is commonly produced in batch reactors using heat and mechanical mixing as energy input. Ultrasonic cavitation mixing is an effective alternative means to achieve a better mixing in commercial biodiesel processing. Ultrasonic cavitation provides the necessary activation energy for the industrial biodiesel transesterification. \r\n\r\nUltrasonic homogenizer of biodiesel involves the following steps: \r\n1.The vegetable oil or animal fat is being mixed with the methanol (which makes methyl esters) or ethanol (for ethyl esters) and sodium or potassium methoxide or hydroxide.\r\n2.The mix is heated, e.g. to temperatures between 45 and 65degC. \r\n3.The heated mix is being sonicated inline for 5 to 30 seconds.\r\n4.Glycerin drops out or is separated using centrifuges. \r\n5.The converted biodiesel is washed with water. \r\nMost commonly, the sonication is performed at an elevated pressure (1 to 3bar, gauge pressure) using a feed pump and an adjustable back-pressure valve next to the flow cell.', 127700.00, NULL, NULL, 138500.00, 'Industrial ultrasonic homogenizer biodiesel sonicator mixing liquid emulsifier for nano emulsion-12673.jpeg', 'Industrial ultrasonic homogenizer biodiesel sonicator mixing liquid emulsifier for nano emulsion-54423.jpeg', 'Industrial ultrasonic homogenizer biodiesel sonicator mixing liquid emulsifier for nano emulsion-30399.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-28 16:39:20', '2024-01-28 16:39:20'),
(1386, '2pk 52\"x84\" Light Filtering Giovana Curtain Panels Navy - Lush Décor', 'kmAoCNuR3', 2, 'These unique Light Filtering window panels feature a geometric pattern that looks like a maze. They are sure to be a statement piece in your home. Light blocking fabric filters much of the sunlight and helps to regulate the temperature in the room. This set includes 2 panels measuring 84\"H x 52\"W. The content fabric is 100% polyester.', 8.84, NULL, NULL, 29.00, '2pk 52\"x84\" Light Filtering Giovana Curtain Panels Navy - Lush Décor-61805.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-28 16:39:42', '2024-01-28 16:39:42'),
(1387, 'Libro De Caligrafía-pizarra Mágica', 'c0vsBlOQ2', 15, 'Tengo el libro de Caligrafía-Pizarra Mágica que estás buscando. Es un libro interactivo que combina la caligrafía con una pizarra mágica para practicar y mejorar tu escritura de una manera divertida. ¡Podrás practicar trazos, letras y palabras una y otra vez sin desperdiciar papel! ¡No te pierdas esta herramienta creativa para perfeccionar tu caligrafía!', 29.80, NULL, NULL, 35.77, 'Libro De Caligrafía-pizarra Mágica-67165.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-01-28 16:39:49', '2024-01-28 16:39:49'),
(1388, 'Harry Potter Guardapelo Horrocrux Coleccionable + Stickers', 'iGqjOvZNn', 15, 'Tengo el Guardapelo Horrocrux de Harry Potter que estás buscando. Es un colecionable que te transportará al mundo mágico de Harry Potter. Además, incluye stickers para que puedas decorar tus pertenencias con tus personajes favoritos. ¡No te pierdas esta pieza de colección para los verdaderos fans de Harry Potter!', 27.50, NULL, NULL, 35.55, 'Harry Potter Guardapelo Horrocrux Coleccionable + Stickers-36888.jpeg', 'Harry Potter Guardapelo Horrocrux Coleccionable + Stickers-76351.jpeg', 'Harry Potter Guardapelo Horrocrux Coleccionable + Stickers-53109.jpeg', 'Books', 2.5, NULL, 1, '2024-01-28 16:44:19', '2024-01-28 16:44:19'),
(1389, 'Abingdon Upholstered Swivel Reclining Glider (5 colors)', 'r6l4HdCw6', 19, 'This reclining glider brings clean-lined style and comfort to your living room or nursery with its 6\" foam core and piped trim. It\'s built on an engineered wood frame with a straight silhouette and track arms that are wrapped in polyester which is durable and easy to clean. The enclosed ball-bearing mechanism allows for both swiveling and a smooth rocking motion, giving you a full range of movement and convenience. Plus, a hidden easy-pull reclining lever is used to either fully or partially recline this armchair. Upholstery Color: Blue', 214.00, NULL, NULL, 999.00, 'Abingdon Upholstered Swivel Reclining Glider (5 colors)-51416.jpeg', 'Abingdon Upholstered Swivel Reclining Glider (5 colors)-27648.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 16:47:36', '2024-01-28 16:47:36'),
(1390, 'Kinyo custom made 100-100000L 10 CBM ribbon blending machine stainless steel industrial blending machine', 'cdUnOEQow', 19, 'Item\r\nKYRB 100\r\nKYRB 200\r\nKYRB 300\r\nKYRB 500\r\nMax. volume(V1)\r\n140L\r\n280L\r\n420L\r\n710L\r\nWorking volume(V2)\r\n100L\r\n200L\r\n300L\r\n500L\r\nWeight\r\n180kg\r\n250kg\r\n350kg\r\n500kg\r\nTotal Power\r\n3kW\r\n4kW\r\n5.5kW\r\n7.5kW\r\nSpeed\r\n46rpm\r\n46rpm\r\n46rpm\r\n46rpm\r\nSize\r\n(L*W*H)\r\n1275*480*1670mm\r\n1365*600*1766mm\r\n1612*660*1828mm\r\n1807*740*2000mm', 70000.00, NULL, NULL, 72000.00, 'Kinyo custom made 100-100000L 10 CBM ribbon blending machine stainless steel industrial blending machine-69907.jpeg', 'Kinyo custom made 100-100000L 10 CBM ribbon blending machine stainless steel industrial blending machine-56691.jpeg', 'Kinyo custom made 100-100000L 10 CBM ribbon blending machine stainless steel industrial blending machine-30632.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-28 16:49:30', '2024-01-28 16:49:30'),
(1391, 'Atlas Y Geografia Del Mundo + Cd', 'YoVopdQuQ', 15, 'Tengo el Atlas y Geografía del Mundo que estás buscando. Este completo atlas te llevará a un fascinante viaje por todo el mundo, con mapas detallados, datos interesantes y hermosas ilustraciones. Además, incluye un CD con material adicional para explorar aún más. ¡No te pierdas esta increíble guía geográfica!', 39.00, NULL, NULL, 45.99, 'Atlas Y Geografia Del Mundo + Cd-66625.jpeg', 'Atlas Y Geografia Del Mundo + Cd-62199.jpeg', 'Atlas Y Geografia Del Mundo + Cd-30948.jpeg', 'Books', 3.0, NULL, 1, '2024-01-28 16:50:02', '2024-01-28 16:50:02'),
(1392, 'RYOBI 3000 PSI Brushless Electric Pressure Washer, RECONDITIONED', '0zPhT23Fa', 2, 'RYOBI 3000 PSI Brushless Electric Pressure Washer, RECONDITIONED', 180.00, NULL, NULL, 290.00, 'RYOBI 3000 PSI Brushless Electric Pressure Washer, RECONDITIONED-79684.jpeg', 'RYOBI 3000 PSI Brushless Electric Pressure Washer, RECONDITIONED-75818.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 16:51:24', '2024-01-28 16:51:24'),
(1393, 'Pokémon Mystery Dungeon', 'OS6S6TJMW', 15, 'What if you woke up one day, and you were a Pokémon? You can meet and recruit Pokémon in a dungeon-crawling adventure within their world! Build a rescue team to take on mysterious, changing dungeons and strategically plan your moves as you venture forth to make the Pokémon world a safer place and uncover your true purpose along the way.\r\nAs you recruit Pokémon, these trusty teammates will need somewhere to stay, so build camps to house, manage, and strengthen your Pokémon friends. Think hard about who is right for the job and how to approach each mysterious dungeon as you prepare a rescue team. You\'ll move a single square at a time or use Auto mode to speed up movement until you engage other Pokémon in turn-based battles but don\'t forget about Pokémon strengths and weaknesses! This version adds gorgeous watercolor-inspired graphics, and more! Get comfortable in being a Pokémon, there\'s a lot of work to do.​​', 39.39, NULL, NULL, 59.98, 'Pokémon Mystery Dungeon-34435.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-01-28 16:54:54', '2024-01-28 16:54:54'),
(1394, 'Gorilla Ladders 26 ft. Reach MPXW Aluminum Multi-Position Ladder with Wheels, 375 lb. Load Capacity Type IAA Duty Rating GLMPX-26W-2', 'nkgjqnsB9', 2, 'Gorilla Ladders 26 ft. Reach MPXW Aluminum Multi-Position Ladder with Wheels, 375 lb. Load Capacity Type IAA Duty Rating GLMPX-26W-2', 270.00, NULL, NULL, 300.00, 'Gorilla Ladders 26 ft. Reach MPXW Aluminum Multi-Position Ladder with Wheels, 375 lb. Load Capacity Type IAA Duty Rating GLMPX-26W-2-74999.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 16:56:36', '2024-01-28 16:56:36'),
(1395, 'Large commercial powerful heavy duty blender with sound proof cover silent food processor blenders electric plastic touchpad', 'Zu1UmpIRw', 19, 'Item\r\nValue\r\nBrand Name\r\nHoneyson\r\nModel Number\r\nHS-8005\r\nCapacity \r\n1.8L\r\nPower\r\n2000W\r\nVoltage \r\n220V\r\nContainer Material\r\nPC\r\nBlade\r\nFood Grade #304 Stainless Steel Blade\r\nMotor\r\nPure Cooper High Speed Motor\r\nFunction\r\nVariable Speed Control\r\nHousing Color\r\nBlack or Silver\r\nCertification\r\nCE\r\nWarranty\r\n1 Year', 65.00, NULL, NULL, 77.00, 'Large commercial powerful heavy duty blender with sound proof cover silent food processor blenders electric plastic touchpad-54161.jpeg', 'Large commercial powerful heavy duty blender with sound proof cover silent food processor blenders electric plastic touchpad-99140.jpeg', 'Large commercial powerful heavy duty blender with sound proof cover silent food processor blenders electric plastic touchpad-32914.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-28 16:58:17', '2024-01-28 16:58:17'),
(1396, 'Vintage Gorham Strasbourg Sterling Silver 1136 5.75” Jewelry Holder Bowl 93.7g', 'LsMqLlLeA', 18, 'I\'ve got just the thing for you. I have a vintage Gorham Strasbourg Sterling Silver jewelry holder bowl. It\'s a beautiful and elegant piece, perfect for holding your jewelry in style. This bowl measures 5.75\" and weighs 93.7g. It\'s a unique and timeless addition to any collection. Don\'t miss out on this stunning vintage piece!', 217.80, NULL, NULL, 220.00, 'Vintage Gorham Strasbourg Sterling Silver 1136 5.75” Jewelry Holder Bowl 93.7g-94148.jpeg', 'Vintage Gorham Strasbourg Sterling Silver 1136 5.75” Jewelry Holder Bowl 93.7g-14848.jpeg', 'Vintage Gorham Strasbourg Sterling Silver 1136 5.75” Jewelry Holder Bowl 93.7g-39833.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-28 16:59:43', '2024-01-28 16:59:43'),
(1397, '24\" Snow Joe 96V Cordless Dual-Stage Snow Blower', 'pe6PAtrDt', 19, '24\" Snow Joe 96V Cordless Dual-Stage Snow Blower w/ 4x 12Ah Batteries & 2x Chargers', 597.00, NULL, NULL, 1889.00, '24\" Snow Joe 96V Cordless Dual-Stage Snow Blower-57157.jpeg', '24\" Snow Joe 96V Cordless Dual-Stage Snow Blower-50262.jpeg', '24\" Snow Joe 96V Cordless Dual-Stage Snow Blower-31043.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-28 17:00:41', '2024-01-28 17:00:41'),
(1398, 'Sterling Silver Fancy Kink Earrings (12mm tall) & Pendant (16mm tall) Set, w/', 'PcklSMXkb', 18, 'It\'s a sterling silver set that includes fancy kink earrings measuring 12mm tall and a pendant measuring 16mm tall. This set is elegant and versatile, perfect for adding a touch of boho-style to your outfits. It\'s also great for layering with other necklaces. Don\'t miss out on this unique and stylish set!', 46.36, NULL, NULL, 95.99, 'Sterling Silver Fancy Kink Earrings (12mm tall) & Pendant (16mm tall) Set, w/-83695.jpeg', 'Sterling Silver Fancy Kink Earrings (12mm tall) & Pendant (16mm tall) Set, w/-90368.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-28 17:03:23', '2024-01-28 17:03:23'),
(1400, 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine', 'vKsCI2anc', 19, '357cc OHV Engine with IntelliPower™ is fuel injected so it reduces the number of starting steps, starts easy in extreme temperatures and altitudes, and eliminates fuel related starting issues\r\nIntelliPower® engine technology offers up to 12% more available power, resulting in less bogging down when clearing heavy, wet and deep snow. Plus, it has a digital throttle control that consistently optimizes engine output.\r\nPush button electric start makes it incredibly easy to start in winter weather, just attach an extension cord.\r\nTrigger-controlled power steering and self-propelled drive for unmatched control, effortless maneuverability and single-hand operation.', 1460.00, NULL, NULL, 2199.00, 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine-52315.jpeg', 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine-74789.jpeg', 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine-89661.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 17:05:59', '2024-01-28 17:05:59'),
(1401, 'Doom Eternal', 'uQc00YTaJ', 10, 'Hell\'s armies have invaded Earth. Become the Slayer in an epic single-player campaign to conquer demons across dimensions and stop the final destruction of humanity. The only thing they fear…is you.', 10.29, NULL, NULL, 59.99, 'Doom Eternal-60086.jpeg', 'Doom Eternal-25278.jpeg', 'Doom Eternal-54132.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-28 17:06:25', '2024-01-28 17:06:25');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1402, 'Bricktales', 'JZb2Ha2cW', 14, 'In LEGO® Bricktales, discover an innovative brick-by-brick building mechanic to design puzzle solutions from your own imagination. See your creations brought to life in a beautiful LEGO world where every problem has a constructive resolution.\r\nEmbark on an epic adventure across a world of beautiful LEGO diorama biomes crafted brick by brick as you search for inspiration to help your grandfather reinvigorate his rundown amusement park with your little robot buddy in tow. Your journey will take you to the deepest jungle, sun-drenched deserts, a bustling city corner, a towering medieval castle, and tropical Caribbean islands. Help the minifigures of these worlds by solving puzzles and unlock new skills throughout the story to further explore these worlds and uncover the many secrets and mysteries they contain.\r\nFrom purely aesthetic creations, such as a market stand or music box, up to functional physics-based puzzles like building a crane or gyrocopter - each diorama offers a variety of construction spots with the freedom of intuitive brick-by-brick building. In each spot you are given a set of bricks and it\'s up to you to figure out a unique build that will work. On top of specific puzzles and quests, there are additional builds in the amusement park so you can customize the rides to make them your own!', 15.48, NULL, NULL, 29.99, 'Bricktales-94818.jpeg', 'Bricktales-66908.jpeg', 'Bricktales-91842.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-28 17:14:40', '2024-01-28 17:14:40'),
(1403, 'Collapsible Water Bottle', '0qlTfEDH1', 15, 'This compact bottle holds 14 oz of liquid and collapses down to just 3.3\"\r\nSpill-proof\r\nDishwasher safe\r\nMade from platinum food-grade silicone and #5 recyclable plastic, which means no BPAs, BPSs, phthalates, leads, or glues', 8.01, NULL, NULL, 18.00, 'Stojo Jr-48527.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-28 21:29:27', '2024-01-28 21:30:34'),
(1404, 'Grape Escape Board Game for Kids Ages 5 and Up, Fun Family Game with Modeling Co', 'VhRcAXSM8', 10, 'Grape Escape Board Game for Kids Ages 5 and Up, Fun Family Game with Modeling Compound\r\n\r\nItem Condition: New\r\n\r\nBrand: Hasbro\r\n\r\nModel: F4947\r\n\r\nProduct Dimension: 3 x 10.5 x 10.5\r\n\r\nProduct Information\r\n\r\nHILARIOUS, REPEATABLE GAMEPLAY: It\'s a race around the board to escape the wacky jam factory! Get squished Players can reshape their character and start all over for more laugh-out-loud fun! SAW, MASH, CHOP, STOMP!: Includes fun tools that players encounter as they move their molded grape around the board, like the Grape Escape Super Stomper and Grape Escape Mighty Masher REACH GRAPE ESCAPE LAUNCHER TO WIN: Its a mad dash to the launcher, as kids compete to be the first to fling their grape out of the jam factory and win FUN GAME FOR KIDS 5 AND UP: This board game for kids is a fantastic choice for playdates and family game nights. It makes a great gift for boys and girls ages 5 and up', 29.59, NULL, NULL, 38.99, 'Grape Escape Board Game for Kids Ages 5 and Up, Fun Family Game with Modeling Co-60284.jpeg', 'Grape Escape Board Game for Kids Ages 5 and Up, Fun Family Game with Modeling Co-29099.jpeg', 'Grape Escape Board Game for Kids Ages 5 and Up, Fun Family Game with Modeling Co-96508.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-28 21:46:44', '2024-01-28 21:46:44'),
(1405, 'Hercules and Xena Roleplaying Game Replacement Gamemaster Screen', 's9kIqE8Ak', 14, 'Hercules the Legendary Journey Xena the Warrior Princess\r\n\r\nRole-Playing Game\r\n\r\nScreen only for replacement of stand alone\r\n\r\nGamemaster Screen\r\n\r\nthis item is in like new condition.\r\n\r\nPlease see pictures', 9.90, NULL, NULL, 12.16, 'Hercules and Xena Roleplaying Game Replacement Gamemaster Screen-58757.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-28 21:52:05', '2024-01-28 21:52:05'),
(1406, '3-In-1 Wooden Chess Set Folding Chess Board Game Set Chess And Checkers Backgamm', 'UgcIOXjwG', 15, '3-In-1 Wooden Chess Set Folding Chess Board Game Set Chess And Checkers Backgammon Portable Folding Travel Tabletop Game Travel Chess Set Board Games For Adults Teens\r\n\r\nItem Condition: New\r\n\r\nColor: Brown\r\n\r\nProduct Information\r\n\r\nFolding Chessboard: The Chessboard Is Made Of Quality Wood, Which Can Be Folded, Lightweight And Portable; The Unfolded Size Allows You To Play Indoors Without Restriction, And You Can Also Store The Chess Pieces In It When Not In Use 3-In-1 Design: This 3-In-1 Board Games Are Combined With Chess, Checkers And Backgammon, You Can Play The Three Games At The Same Time, Portable And Have A Lot Of Fun Easy To Carry: Adopts Lightweight Folding Plate Design, Easy To Carry, The Compact Size Of The Board Is Suitable For Packing Into Your Luggage Or Bag While Traveling, Adding Fun To Your Trip, Or You Can Carry Around Anywhere Practical An', 30.00, NULL, NULL, 37.99, '3-In-1 Wooden Chess Set Folding Chess Board Game Set Chess And Checkers Backgamm-52144.jpeg', '3-In-1 Wooden Chess Set Folding Chess Board Game Set Chess And Checkers Backgamm-99164.jpeg', '3-In-1 Wooden Chess Set Folding Chess Board Game Set Chess And Checkers Backgamm-11370.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-28 21:57:44', '2024-01-28 21:57:44'),
(1407, 'Hasbro Connect 4 Strategy Board Game for Ages 6 and Up A5640 Complete Great', '9cAKl6Mc3', 10, 'Hasbro Connect 4 Strategy Board Game for Ages 6 and Up A5640 Complete Great.\r\n\r\nSEE THE PHOTOS FOR THE CONDITION\r\n\r\nAND WHAT COME IN THE BOX', 18.99, NULL, NULL, 21.66, 'Hasbro Connect 4 Strategy Board Game for Ages 6 and Up A5640 Complete Great-79202.jpeg', 'Hasbro Connect 4 Strategy Board Game for Ages 6 and Up A5640 Complete Great-98503.jpeg', 'Hasbro Connect 4 Strategy Board Game for Ages 6 and Up A5640 Complete Great-98289.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-28 22:05:50', '2024-01-28 22:05:50'),
(1408, 'Legion Iden Versio And Id10 Expansion', 'W0DfnCaGV', 14, 'Star Wars Legion Iden Versio And Id10 Expansion Two Player Battle Game Miniatures Game Strategy Game For Adults And Teens Ages 14 Average Playtime 3 Hours Made By\r\n\r\nItem Condition: New\r\n\r\nColor: Various\r\n\r\nProduct Dimension: 5.5 X 4.88 X 2.5\r\n\r\nProduct Information\r\n\r\nThis Is An Expansion For The Star Wars Legion Board Game: You Will Need The Star Wars Legion Board Game Core Set To Play With This Expansion. Iden Versio And Id10: The Leader Of The Fearsome Inferno Squad, Iden Versio And Her Id10 Seeker Droid Have The Experience And Flexibility To Both Command Troops In Battle And Wreak Havoc On Their Own. No Matter What Path You Choose, Their Skills Make Them An Invaluable Asset To Any Imperial Army. A Battlefield Expansion: Within This Expansion, YouLl Find An Unpainted, Beautifully Sculpted Imperial Bunker Miniature Accompa', 15.79, NULL, NULL, 29.99, 'Legion Iden Versio And Id10 Expansion-19584.jpeg', 'Legion Iden Versio And Id10 Expansion-35933.jpeg', NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-28 22:10:20', '2024-01-28 22:11:20'),
(1409, 'The Original Bingo Matic', 'ZbGReayqF', 14, 'Vintage 1960\'s The Original Bingo Matic Transogram Toys And Games Made In USA\r\n\r\nFull set of bingo numbers. Bingo matic. 20 cards', 10.99, NULL, NULL, 17.81, 'The Original Bingo Matic-78164.jpeg', 'The Original Bingo Matic-70308.jpeg', 'The Original Bingo Matic-11550.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-28 22:14:23', '2024-01-28 22:14:23'),
(1410, 'Family Bingo', 'IcBckIrBQ', 15, 'Family Bingo Transogram Toys And Games 1964 Vintage Board game.\r\n\r\nMissing the markers to cover the player boards. Everything else is there.', 14.70, NULL, NULL, 19.24, 'Family Bingo-91980.jpeg', 'Family Bingo-62446.jpeg', 'Family Bingo-73517.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-28 22:20:13', '2024-01-28 22:20:13'),
(1411, 'Warhammer Age Of Sigmar Blood Stalkers Shadow And Pain Warscroll Stat Sheet', 'CgEa5thFJ', 10, 'Warhammer Age Of Sigmar Blood Stalkers Shadow And Pain Warscroll Stat Sheet', 6.86, NULL, NULL, 8.90, 'Warhammer Age Of Sigmar Blood Stalkers Shadow And Pain Warscroll Stat Sheet-76234.jpeg', 'Warhammer Age Of Sigmar Blood Stalkers Shadow And Pain Warscroll Stat Sheet-57767.jpeg', 'Warhammer Age Of Sigmar Blood Stalkers Shadow And Pain Warscroll Stat Sheet-14663.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-28 22:36:53', '2024-01-28 22:36:53'),
(1412, 'Vintage Twirling Hats Board Game Parts', 'uvnbJRGH3', 14, 'Vintage Twirling Hats Board Game Parts RARE Vera Toys And Games NY\r\n\r\nThese are parts only to the Twirling Hats game. I don\'t know if this is the complete set of pieces.\r\n\r\nIncluded are 5 red and 5 blue \"hats\". Some are damaged. Two have lost their metal piece, but they are included. Two flipping hands. The hands are 6\" long.\r\n\r\nI have similar items in my shop and I would be happy to combine shipping to save you money.\r\n\r\nPlease contact me BEFORE your purchase to combine shipping.\r\n\r\nMost of my items are shipped in\r\n\r\nsturdy, clean, recyclable materials.\r\n\r\nWe try to be as earth friendly as possible.', 7.50, NULL, NULL, 9.90, 'Vintage Twirling Hats Board Game Parts-92189.jpeg', 'Vintage Twirling Hats Board Game Parts-58037.jpeg', 'Vintage Twirling Hats Board Game Parts-31969.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-28 22:42:08', '2024-01-28 22:42:08'),
(1413, 'Wits and Wagers Party Edition', 'hV1mXmhbR', 14, 'Game: Wits Wagers - Party Edition\r\n\r\nBy: North Star Games\r\n\r\nAges: 8\r\n\r\nPlayers: 4\r\n\r\nCondition: Pre-owned game in gently used but very good overall condition and mostly complete. It is missing one of the markers and the outer box shows some minor signs of wear due to storage.', 10.78, NULL, NULL, 14.99, 'Wits and Wagers Party Edition-63850.jpeg', 'Wits and Wagers Party Edition-43385.jpeg', 'Wits and Wagers Party Edition-88064.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-28 22:51:56', '2024-01-28 22:51:56'),
(1414, 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door', 'HrbQRqv8i', 19, 'Product Function\r\n1.Advanced 5-in-1 Smart Door Lock:Smartphone+Fingerprint +Code +Card +Key;\r\n2.Support Mortise:6068 mortise;\r\n3.Aluminum alloy front panel to enhance product safety.\r\n4.Tuya app and TT lock app are optional; Support remote control and view unlock records,the unlock password can be authorized through the App the validity period of the password can be set freely. \r\n5. Recognize your fingerprint in just 0.5 seconds, and unlock in 1 second. It\'s faster than fumbling for keys;\r\n6. Unlock your Smart Lock using a portable charger when it is out of power;\r\n7. FPC fingerprint reader gives you the best security experience;\r\n8. Customer Service Warranty- 2-year warranty and free life-time technical suppor;\r\n9.Door type: Wooden door, stainless steel door, bronze door, Double door, Old-fashioned security doors.\r\n10.Support ODM/OEM,customize your branded produc', 20.00, NULL, NULL, 26.00, 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door-75100.jpeg', 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door-39672.jpeg', 'Customizable High Quality Hotel Interior Solid Wooden Door Room Door-73210.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 22:51:57', '2024-01-28 22:51:57'),
(1415, '5 packs Rage Hypoderic NC No Collar steel mechanical Broadheads 100 Grain 2\" cut', 'MhSkYvNZH', 19, 'The 100-grain Hypodermic NC features the lethal Hypodermic hybrid tip with an even narrower profile and needle-like ferrule. In flight, that streamlined design makes for superior field-tip accuracy.', 100.00, NULL, NULL, 140.00, '5 packs Rage Hypoderic NC No Collar steel mechanical Broadheads 100 Grain 2\" cut-83241.jpeg', '5 packs Rage Hypoderic NC No Collar steel mechanical Broadheads 100 Grain 2\" cut-38632.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 22:52:37', '2024-01-28 22:52:37'),
(1416, '8 bolt Repeating Magazine for EK Archery SIEGE Crossbow UPBOLT inspired', 'nUI82nxW3', 19, 'UPBOLT 8 bolt Magazine for Cobra Siege EK Archery Crossbow that holds up to 8 EK Archery R series Bolts (two-winged) or compatible bolts. An easy solution to perform an upgrade in about 15 minutes. Frontal bolt holder for bolt fixation on front part of crossbow.', 159.00, NULL, NULL, 168.00, '8 bolt Repeating Magazine for EK Archery SIEGE Crossbow UPBOLT inspired-26068.jpeg', '8 bolt Repeating Magazine for EK Archery SIEGE Crossbow UPBOLT inspired-44266.jpeg', '8 bolt Repeating Magazine for EK Archery SIEGE Crossbow UPBOLT inspired-42274.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-28 23:00:08', '2024-01-28 23:00:08'),
(1417, 'Wolf-Garten RS 900 T', 'lteY4ZPLJ', 10, 'The Wolf-Garten RS 900 T is a top-notch gardening tool. It\'s a robust and reliable electric scarifier that will help you maintain a healthy and beautiful lawn. With its powerful motor and adjustable working depth, it efficiently removes moss and thatch, allowing your grass to breathe and grow freely. Say goodbye to a dull and lifeless lawn with the Wolf-Garten RS 900 T!', 96.14, NULL, NULL, 152.39, 'Wolf-Garten RS 900 T-50342.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 23:01:39', '2024-01-28 23:01:39'),
(1418, 'Chutes And Ladders', 'igkPqGlCT', 14, 'Chutes And Ladders Collector?s Series Board Game With Tin Sealed (Has Dents). Condition is \"New\". Shipped with USPS First Class.', 19.57, NULL, NULL, 21.33, 'Chutes And Ladders-99104.jpeg', 'Chutes And Ladders-37848.jpeg', 'Chutes And Ladders-86365.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-28 23:02:40', '2024-01-28 23:02:40'),
(1419, 'TYSH tuya smart digital fingerprint lock automatic biometric lock rfid ic card Wi-Fi app combination home security door lock', 'h8fKGOpU6', 5, 'Color\r\nBlack\r\nMaterial\r\nAluminum alloy\r\nMechanicalcylinder\r\nLevel-B cylinder (Level-C optional)\r\nUnlockingmethod\r\nunlocking via fingerprint\r\nPasscodelength\r\n16\r\nPower\r\n4200mAh batteries\r\nAvailable door\r\nSteel door Woodern door\r\nNumbers of passcode\r\nInfinite cycle\r\nOpeningdirection\r\nGeneral for Left, right, outside and inside\r\nDoor thickness\r\n30-70mm\r\nSize\r\nPanel 59mmx156mm x35mm\r\nEmergency power supply\r\nMicroUSB', 40.00, NULL, NULL, 46.00, 'TYSH tuya smart digital fingerprint lock automatic biometric lock rfid ic card Wi-Fi app combination home security door lock-93054.jpeg', 'TYSH tuya smart digital fingerprint lock automatic biometric lock rfid ic card Wi-Fi app combination home security door lock-73298.jpeg', 'TYSH tuya smart digital fingerprint lock automatic biometric lock rfid ic card Wi-Fi app combination home security door lock-39400.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 23:05:17', '2024-01-28 23:10:31'),
(1420, 'Archery Crossbow Bolts 7.5Inch Short Carbon Arrows Fits for Crossbow 50-80 LBS', '1gGhkpMvB', 19, 'Note: Crossbow not included. Shaft Material:pure carbon. Arrowhead:100grain Steel field point. Color:black vanes.', 65.45, NULL, NULL, 72.72, 'Archery Crossbow Bolts 7.5Inch Short Carbon Arrows Fits for Crossbow 50-80 LBS-29313.jpeg', 'Archery Crossbow Bolts 7.5Inch Short Carbon Arrows Fits for Crossbow 50-80 LBS-97731.jpeg', 'Archery Crossbow Bolts 7.5Inch Short Carbon Arrows Fits for Crossbow 50-80 LBS-71642.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-28 23:06:31', '2024-01-28 23:06:31'),
(1421, 'Standardalone electronic lock with 13.56mhz MF technology.', '2ehqirEFg', 5, 'Place of Origin\r\nChina\r\nGuangdong\r\nBrand Name\r\nJoneytech/OEM\r\nModel Number\r\nJYC-LH2900\r\nlock model\r\nStainless steel hotel lock system\r\nUnlock Way\r\n13.56mhz\r\nDesign\r\nElegant design\r\nMaterial\r\nStainless steel\r\nEmergency\r\nBackup mechanical key\r\nColor\r\nsilver\r\nWarranty\r\n2years\r\nCards capacity\r\nunlimited (250pcs each room)\r\nLatch\r\nAmerican standard mortise with 5 latches\r\nType\r\nhotel lock', 19.00, NULL, NULL, 22.00, 'Standardalone electronic lock with 13.56mhz MF technology.-35859.jpeg', 'Standardalone electronic lock with 13.56mhz MF technology.-62267.jpeg', 'Standardalone electronic lock with 13.56mhz MF technology.-62981.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 23:10:12', '2024-01-28 23:10:12'),
(1422, 'Portable Square Garden Fire Pit', 'hxw2M5RAk', 10, 'The Portable Square Garden Fire Pit is a fantastic addition to any backyard or camping trip. It\'s compact, lightweight, and easy to assemble. With its sturdy construction and heat-resistant materials, you can enjoy a cozy fire safely. Gather around with friends and family, roast marshmallows, and create lasting memories with this portable fire pit.', 19.03, NULL, NULL, 25.67, 'Portable Square Garden Fire Pit-26015.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 23:11:56', '2024-01-28 23:11:56'),
(1423, '6pcs Archery Arrowhead Iron Arrow Points Target Arrow Head for Bow and Crossbow', '5X27gfbTM', 19, 'Name: Hunting Arrowhead\r\nColor: black\r\nWeight: 13g\r\nMaterial: Iron\r\nSize: 7.5 ×1.8 ×0.8 cm\r\nUsing:Hunting/Shooting/Training\r\nQuantity:6pcs', 37.74, NULL, NULL, 41.93, '6pcs Archery Arrowhead Iron Arrow Points Target Arrow Head for Bow and Crossbow-37858.jpeg', '6pcs Archery Arrowhead Iron Arrow Points Target Arrow Head for Bow and Crossbow-85837.jpeg', '6pcs Archery Arrowhead Iron Arrow Points Target Arrow Head for Bow and Crossbow-94438.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 23:14:30', '2024-01-28 23:14:30'),
(1424, '1995 Goosebumps Shrieks and Spiders Replacement', 'aaNGViu2g', 15, 'This is for a 1995 Goosebumps Shrieks and Spiders Replacement Part Tokens.\r\n\r\nShipping:\r\n\r\nItems ship within 1-2 business days after payment. Items paid on a Friday or weekend will ship the following Monday. US ship time: 2-7 business days.', 19.57, NULL, NULL, 21.33, '1995 Goosebumps Shrieks and Spiders Replacement-19451.jpeg', '1995 Goosebumps Shrieks and Spiders Replacement-31793.jpeg', '1995 Goosebumps Shrieks and Spiders Replacement-83680.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-28 23:15:33', '2024-01-28 23:15:33'),
(1425, 'RF hotel wooden door lock smart RFID card or mechanical key unlock lock', 'SC52KuT8c', 5, '1.Card Type: M1fare S50 card, 13.56MHz, or Temic T5577 Card, 125KHz\r\n2.Card Induction: Sensitive, inductive distance <3cm\r\n3.Power Supply: DC 6V, 4 AA alkaline batteries. It can be used for more than one year in a normal state\r\n4.Work Setting: Temperature: -10\"C-60\'C Humidity: 20%-90%\r\n5.Door thickness require: 38-48MM (Pls inform if special requests)\r\n6.Suitable Door: Wooden door, fire- proof door, metal door and so on\r\n7. Application : Hotel, Home,high-grade apartments, offices, residential areas\r\n8. Hotel Lock System: includes hotel locking software(offer free),encoder, RF card, energy-saving switch, data collector\r\n9. Service: We can customize production according to your requirements, OEM/ ODM\r\n10.Warranty: 2 years', 16.80, NULL, NULL, 18.80, 'RF hotel wooden door lock smart RFID card or mechanical key unlock lock-66269.jpeg', 'RF hotel wooden door lock smart RFID card or mechanical key unlock lock-94392.jpeg', 'RF hotel wooden door lock smart RFID card or mechanical key unlock lock-25705.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 23:15:41', '2024-01-28 23:15:41'),
(1426, 'GEARWRENCH 10 Way Slide Hammer Puller Set - 41700D', '88Txrn2pq', 2, 'The GEARWRENCH 10 Way Slide Hammer Puller Set - 41700D is a must-have tool for any DIY enthusiast or mechanic. This set includes a versatile slide hammer and a variety of attachments, allowing you to tackle a wide range of pulling and extracting tasks. Whether you need to remove bearings, gears, or other stubborn components, this set has got you covered. It\'s durable, reliable, and designed to make your work easier. Get ready to tackle those tough jobs with the GEARWRENCH 10 Way Slide Hammer Puller Set!', 60.51, NULL, NULL, 120.00, 'GEARWRENCH 10 Way Slide Hammer Puller Set - 41700D-78337.jpeg', 'GEARWRENCH 10 Way Slide Hammer Puller Set - 41700D-68376.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-28 23:17:56', '2024-01-28 23:17:56'),
(1427, '6pcs Hunting Broadheads Blade Arrowhead 145grain Crossbow Bow Archery Arrow Tip', '5GmdTju6p', 19, '6 x Archery Arrowheads. Suitable for both target practice and real hunting. Material: Aluminum Stainless Steel. Length (approx.). Quantity: 6 Pcs.', 20.75, NULL, NULL, 25.08, '6pcs Hunting Broadheads Blade Arrowhead 145grain Crossbow Bow Archery Arrow Tip-89100.jpeg', '6pcs Hunting Broadheads Blade Arrowhead 145grain Crossbow Bow Archery Arrow Tip-92461.jpeg', '6pcs Hunting Broadheads Blade Arrowhead 145grain Crossbow Bow Archery Arrow Tip-40811.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-28 23:19:33', '2024-01-28 23:19:33'),
(1428, 'Fluxx Monty Python And Pirate Card Game Looney Labs Used Complete', 'UT7Od5Mpn', 15, 'Fluxx Monty Python And Pirate Card Game Looney Labs Used Complete\r\n\r\nThe box to Monty python has some damage to it.', 9.98, NULL, NULL, 17.39, 'Fluxx Monty Python And Pirate Card Game Looney Labs Used Complete-49993.jpeg', 'Fluxx Monty Python And Pirate Card Game Looney Labs Used Complete-52199.jpeg', 'Fluxx Monty Python And Pirate Card Game Looney Labs Used Complete-57840.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-28 23:24:05', '2024-01-28 23:24:05'),
(1429, 'China office furniture manufacturer table computer executive office furniture desk', '5BtMFEqiQ', 5, 'item\r\nvalue\r\nGeneral Use\r\nCommercial Furniture\r\nType\r\nOffice Furniture\r\nMaterial\r\nWooden\r\nPANEL\r\nParticle Board\r\nPlace of Origin\r\nChina\r\nGuangdong\r\nBrand Name\r\nMEIYI\r\nProduct Name\r\nChina Office Furniture Manufacturer Table Computer Executive Office Furniture Desk\r\nMOQ\r\n10 Sets\r\nColor\r\nOptional\r\nSize\r\nMulti Sizes\r\nQuality\r\nHigh Standard', 130.00, NULL, NULL, 135.00, 'China office furniture manufacturer table computer executive office furniture desk-51363.jpeg', 'China office furniture manufacturer table computer executive office furniture desk-62007.jpeg', 'China office furniture manufacturer table computer executive office furniture desk-42884.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 23:24:22', '2024-01-28 23:24:22'),
(1430, 'A-Level Biology for AQA: Year 1 & 2 Student Book with Online Edition', 'slIYGzo8R', 10, 'his comprehensive CGP student book covers both years AQA A-Level Biology! It contains in-depth, accessible notes explaining every topic, supported by clear diagrams, photographs, tips and worked examples. To test students’ knowledge and understanding, there are practice questions and exam-style questions throughout the book - with complete answers included. There’s also detailed guidance on Maths Skills, Practical Investigations and indispensable advice for success in the final exams. An access-code for a free Online Edition is also included, allowing you to read the entire book on a PC, Mac or tablet. If you prefer, separate CGP student books are available for Year 1 (9781782943198) and Year 2 (9781782943242) of AQA A-Level Biology.', 46.28, NULL, NULL, 55.36, 'A-Level Biology for AQA: Year 1 & 2 Student Book with Online Edition-24286.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-01-28 23:24:33', '2024-01-28 23:24:33'),
(1431, 'Element Helical Complete Skateboard 7.375 High Quality Black Deck and Wheels New', 'dpJV5ZlDZ', 19, 'Model: HELICAL. Complete Skateboard. 52mm 99A Wht Wheel with Graphic. Wheel Base: 12.81\". Standard Black Grip. Color: Black / Multicolor. We understand you work hard for your money and we believe fashion should be affordable to everyone.', 54.99, NULL, NULL, 99.00, 'Element Helical Complete Skateboard 7.375 High Quality Black Deck and Wheels New-23934.jpeg', 'Element Helical Complete Skateboard 7.375 High Quality Black Deck and Wheels New-72607.jpeg', 'Element Helical Complete Skateboard 7.375 High Quality Black Deck and Wheels New-41605.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 23:26:39', '2024-01-28 23:26:39'),
(1432, 'Seinfeld And Friends Trivia Card Games', '9SqMkmLMG', 15, 'Seinfeld And Friends Trivia Card Games Free Shipping.', 7.99, NULL, NULL, 10.36, 'Seinfeld And Friends Trivia Card Games-95107.jpeg', 'Seinfeld And Friends Trivia Card Games-50758.jpeg', 'Seinfeld And Friends Trivia Card Games-47094.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-28 23:30:48', '2024-01-28 23:30:48'),
(1433, 'Impala Blossom 8.0\" Poppy LIMITED EDITION Skateboard Complete - Brand New!', 'gxG5GpEzk', 19, 'This is a real pro quality build all the way around as you would expect from the price. Built to perform! Built to last! Globe/Impala factory pre-assembled skateboard that’s ready to skate right out of the box which includes top grade trucks, wheels, bearings, hardware, and a gripped deck.', 80.37, NULL, NULL, 119.00, 'Impala Blossom 8.0\" Poppy LIMITED EDITION Skateboard Complete - Brand New!-68209.jpeg', 'Impala Blossom 8.0\" Poppy LIMITED EDITION Skateboard Complete - Brand New!-99564.jpeg', 'Impala Blossom 8.0\" Poppy LIMITED EDITION Skateboard Complete - Brand New!-84594.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 23:32:31', '2024-01-28 23:32:31'),
(1434, '2200 sound proof heavy duty commercial blender with smart food processor for bar blender', 'ONu92dBnR', 5, 'After-sales Service Provided\r\nOverseas Call Centers\r\nWarranty\r\n1 Year\r\nFeatures\r\nIce Crushing\r\nApplication\r\nHotel, Commercial, Household\r\nPower Source\r\nElectric\r\nApp-Controlled\r\nNO\r\nType\r\nCommercial Blender\r\nControls Type\r\nTouchpad\r\nContainer Material\r\nBPA-Free\r\nHousing Material\r\nPlastic\r\nCapacity (l)\r\n1.8\r\nNumber of Speed Settings\r\n3\r\nPower (W)\r\n2200\r\nVoltage (V)\r\n110240\r\nModel Number\r\nHS-8006\r\nPlace of Origin\r\nChina\r\nFunction\r\nOne-click cleaning\r\nFeature\r\nPure copper motor\r\nColor\r\nSilver/Red/white/ black\r\nBlade material\r\nStainless Steel S304\r\nJar Material\r\nTop A Level ABS Plastic\r\nLogo\r\nCustomized Logo\r\nBlade\r\n6-leaf 304 Stainess Steel Blade\r\nPackage\r\nCustom Packaging', 80.00, NULL, NULL, 85.00, '2200 sound proof heavy duty commercial blender with smart food processor for bar blender-44902.jpeg', '2200 sound proof heavy duty commercial blender with smart food processor for bar blender-42273.jpeg', '2200 sound proof heavy duty commercial blender with smart food processor for bar blender-44975.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-28 23:33:46', '2024-01-28 23:36:13'),
(1435, 'Premium Sterling Silver CZ Six Claw Jewellery Set', 'tHs0nUdPR', 10, 'Timelessly beautiful - this exquisite Six Claw Jewellery Set features top jewellers grade cubic zirconia stones, which have been cut and polished to the same standard as a diamond, and are internally flawless with excellent colour and fire - creating a brilliant sparkle. Crafted in sterling silver, this set is plated with rhodium, which is an ultra-rare, hypoallergenic, highly tarnish-resistant metal from the same family as platinum, giving a lustrous and durable finish. Perfect for a special occasion, you can\'t go wrong with this classic, sparkling set.', 19.05, NULL, NULL, 38.08, 'Premium Sterling Silver CZ Six Claw Jewellery Set-46068.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-01-28 23:35:05', '2024-01-28 23:35:05'),
(1436, 'Monopoly and Clue', 'KHy2IUQyg', 10, 'Monopoly and Clue 2-in-1 Deluxe Vintage Wood Board Game Set\r\n\r\nComplete', 15.99, NULL, NULL, 39.59, 'Monopoly and Clue-33789.jpeg', 'Monopoly and Clue-37616.jpeg', 'Monopoly and Clue-94602.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-28 23:36:27', '2024-01-28 23:36:27'),
(1437, 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System', 'YFWCUvMuy', 19, 'Brocraft float stabilizer packages are the safety and comfort you are looking for while on the water\r\nHydrodynamic Design for minimal drag through the water and excellent stability.\r\nAdjustable outrigger arms are 30″ long And adapter post , made of high-quality anodized aluminum so that you can be assured that they will never fail or break.\r\nCome with Offset Gear Disc so that you can easily adjust your float to that perfect position\r\nAvailable to mounting to kayak track system', 215.00, NULL, NULL, 250.00, 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System-22002.jpeg', 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System-54963.jpeg', 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System-88873.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-28 23:41:03', '2024-01-28 23:41:03'),
(1438, 'High quality 304 stainless steel safe swipe M1 T57 smart rfid card hotel  card reader door lock with free software', 'arNIYPkka', 5, 'Advantages:\r\n1. Usb encoder lined with computer with windows system\r\n2.software is easy to work and stable\r\n3.Hight efficient management , check in and check out\r\n4. material  is solid stainless steel.\r\n5. rfid card can not be copy if card lost and easy to make a new card\r\n6. the card reader  read cards very fast , less then 0.3 s\r\n \r\nSpecifications\r\nType	Stainless steel smart rfid hotel key card lock\r\nhotel lock Material	stainless steel material\r\nApplication	Hotel, office, home, school ect.\r\nReading card distance	<3cm\r\nQuiescent dissipation	less than 15mA\r\nPower	4AA alkline battery operated, last 16,000 times unlock\r\nwarranty	5 year\r\nLow power alarm voltage	4.8V\r\nCommunication	13.56MHz RFID (with keycard)/infrared (with Handheld)\r\nMemory	800 Transactions include Time/Date/Card ID/Card type/Room ID\r\n \r\n \r\ndoor security lock', 24.00, NULL, NULL, 28.00, 'High quality 304 stainless steel safe swipe M1 T57 smart rfid card hotel  card reader door lock with free software-67457.jpeg', 'High quality 304 stainless steel safe swipe M1 T57 smart rfid card hotel  card reader door lock with free software-61245.jpeg', 'High quality 304 stainless steel safe swipe M1 T57 smart rfid card hotel  card reader door lock with free software-95107.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 23:41:15', '2024-01-28 23:41:15'),
(1439, 'Habitat Milton 2 Seater Fibrestone Garden Bistro Set - Grey', 'p6dgL4QAX', 10, 'The Habitat Milton 2 Seater Fibrestone Garden Bistro Set in Grey is a stylish and functional addition to any outdoor space. This set includes a two-seater table and chairs, perfect for enjoying a cup of coffee or a meal in your garden. The fibrestone material is durable and weather-resistant, ensuring that the set will last for years to come. With its sleek grey color, it adds a modern touch to your outdoor decor. Get ready to relax and unwind in style with the Habitat Milton Bistro Set!', 252.61, NULL, NULL, 285.62, 'Habitat Milton 2 Seater Fibrestone Garden Bistro Set - Grey-11871.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-28 23:42:09', '2024-01-28 23:42:09'),
(1440, 'Lot Of (23) Dungeons And Dragons Desert Of Desolation Miniatures Game Stat Cards', 'KriKtxrD7', 14, 'Lot Of (23) Dungeons And Dragons Desert Of Desolation Miniatures Game Stat Cards\r\n\r\nIncludes 2 4 7 9 11 13-14 18-19 26-28 32-33 37 39 41-42 46-47 54 56 60', 30.57, NULL, NULL, 40.09, 'Lot Of (23) Dungeons And Dragons Desert Of Desolation Miniatures Game Stat Cards-28790.jpeg', 'Lot Of (23) Dungeons And Dragons Desert Of Desolation Miniatures Game Stat Cards-21345.jpeg', 'Lot Of (23) Dungeons And Dragons Desert Of Desolation Miniatures Game Stat Cards-52715.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-28 23:42:41', '2024-01-28 23:42:41'),
(1441, 'Hobie iTrek 9 NEWEST and Lightest Model Hobie Inflatable! Brand New!', 'Sc3cFVQZ4', 19, 'The Mirage iTrek 9 Ultralight inflatable is Hobie’s lightest and most maneuverable pedal kayak. This inflatable transforms into a comfortable and maneuverable watercraft within minutes. The Mirage iTrek 9 Ultralight inflatable kayak is designed to help you reach remote waters with minimal hassle.', 2400.00, NULL, NULL, 2750.00, 'Hobie iTrek 9 NEWEST and Lightest Model Hobie Inflatable! Brand New!-55051.jpeg', 'Hobie iTrek 9 NEWEST and Lightest Model Hobie Inflatable! Brand New!-18763.jpeg', 'Hobie iTrek 9 NEWEST and Lightest Model Hobie Inflatable! Brand New!-80084.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-01-28 23:44:45', '2024-01-28 23:44:45'),
(1443, 'Hobie Lanai Kayak', 'sEUzGmxjo', 19, 'Grey Hobie Lanai Kayak used but in good condition black paddle is the original and the other is an expandable paddle with life jacket', 350.00, NULL, NULL, 400.37, 'Hobie Lanai Kayak-79375.jpeg', 'Hobie Lanai Kayak-15305.jpeg', 'Hobie Lanai Kayak-36957.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-28 23:47:57', '2024-01-28 23:47:57'),
(1444, 'Smart water proof locker keyless thumbprint gym lock black siliver color fingerprint padlock', 'gu4RWz0uc', 19, 'product description.jpg\r\n+\r\nMain material	 Zinc alloy\r\n Selectable color	 Silver, Back\r\n Dimension (mm)	76*46*13mm\r\n lock body weight(g)	100g\r\n shackle diameter (mm)	 5\r\n Unlocking times	 9000times\r\n Standby time	 ≥18months\r\n Unlocking method	 fingerprint\r\n Fingerprint capactiy 	 10pcs \r\n Battery and Voltage	  3.7V, lithium battery, 3.0-4.2v , USB Port recharge\r\n Power 	 180 mAh\r\n Applicable scene	\r\n Cabinet,door, drawers, bags, storage, boxes, etc.', 8.00, NULL, NULL, 10.00, 'Smart water proof locker keyless thumbprint gym lock black siliver color fingerprint padlock-18334.jpeg', 'Smart water proof locker keyless thumbprint gym lock black siliver color fingerprint padlock-53932.jpeg', 'Smart water proof locker keyless thumbprint gym lock black siliver color fingerprint padlock-37130.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-28 23:49:23', '2024-01-28 23:51:03'),
(1445, 'Last Word Game Board and Instructions Buffalo Games', 'dn9ATMH5d', 14, 'LAST WORD GAME PARTS\r\n\r\nGame board\r\nInstructions\r\n\r\nFragile items are packed with care.\r\n\r\nshelf 25', 2.50, NULL, NULL, 5.93, 'Last Word Game Board and Instructions Buffalo Games-12442.jpeg', 'Last Word Game Board and Instructions Buffalo Games-91756.jpeg', 'Last Word Game Board and Instructions Buffalo Games-47396.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-28 23:52:26', '2024-01-28 23:52:26'),
(1446, 'Arts & Crafts MICA LAMP CO solid copper Buttressed  LAMP W/mica shade USA- 19.5”', 'ESE3ITjdO', 19, 'The lamp is made of solid copper and features a cone-shaped shade made of real mica, giving it a beautiful, warm glow. The lamp has an antique copper finish and a corded power source.', 349.00, NULL, NULL, 397.00, 'Arts & Crafts MICA LAMP CO solid copper Buttressed  LAMP W/mica shade USA- 19.5”-97980.jpeg', 'Arts & Crafts MICA LAMP CO solid copper Buttressed  LAMP W/mica shade USA- 19.5”-44717.jpeg', 'Arts & Crafts MICA LAMP CO solid copper Buttressed  LAMP W/mica shade USA- 19.5”-37506.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-28 23:58:48', '2024-01-28 23:58:48'),
(1447, 'Single 2023 luxury single CEO business reception sofa executive used leather modern office sofas set furniture waiting room', 'Lg38lOAQX', 19, 'item\r\nvalue\r\nFeature\r\nFoldable, Extendable, Revolving\r\nSpecific Use\r\nOffice Sofa\r\nGeneral Use\r\nCommercial Furniture\r\nType\r\nOffice Furniture\r\nMail packing\r\nY\r\nApplication\r\nHome Office, Office Building, Hospital, School, Warehouse, Workshop\r\nDesign Style\r\nModern\r\nMaterial\r\nleather,metal\r\nSofa Type\r\nSet\r\nStyle\r\nSectional Sofa\r\nRegional Style\r\nAmerican Style\r\nAppearance\r\nModern\r\nPlace of Origin\r\nGUA\r\nApplication\r\noffice sofa\r\nAppearance\r\nmodern\r\nCover material\r\nPU Leather\r\nMOQ\r\n1 Set\r\nColor\r\nColor Accept Customized\r\nWarranty\r\n3 Years\r\nPackage\r\nCarton\r\nFrame\r\nmetal\r\nSponge\r\nHigh Density Molded Sponge\r\nSize\r\n1+1+3', 39.00, NULL, NULL, 43.00, 'Single 2023 luxury single CEO business reception sofa executive used leather modern office sofas set furniture waiting room-12158.jpeg', 'Single 2023 luxury single CEO business reception sofa executive used leather modern office sofas set furniture waiting room-80121.jpeg', 'Single 2023 luxury single CEO business reception sofa executive used leather modern office sofas set furniture waiting room-70138.jpeg', 'General furnitures', 1.0, NULL, 1, '2024-01-28 23:59:30', '2024-01-28 23:59:30'),
(1448, 'Name Burst The Memory Jogging Name Calling Who\'s Who Party Game', 'rv2ZlhDCy', 14, 'Hersch Name Burst The Memory Jogging Name Calling Who\'s Who Party Game 00300\r\n\r\nFeatures: NAMEBURST is the fast-paced party game where all of the answers are FAMOUS NAMES! Comes with 200 Game Cards featuring over 3,000 famous names, a mechanical viewer, a score pad holder, score pad, one minute timer and instructions.\r\n\r\nCondition: New, unopened. Box has damage on left top back corner.', 9.99, NULL, NULL, 18.80, 'Name Burst The Memory Jogging Name Calling Who\'s Who Party Game-30528.jpeg', 'Name Burst The Memory Jogging Name Calling Who\'s Who Party Game-36823.jpeg', 'Name Burst The Memory Jogging Name Calling Who\'s Who Party Game-94551.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-29 00:00:06', '2024-01-29 00:00:06'),
(1449, 'Outdoor Garden 6 Pack Solar Ball Lights', 'HsLYhmERx', 10, '【Solar lights outdoor Garden】These solar balls for outdoors consist of 6 balls connected in series with a diameter of 12 cm. The external solar panel can better convert solar energy to charge the battery. The bright lamp beads are brighter at night and solar light balls fill the garden with a wonderful festive atmosphere\r\n【Warm White Light + Colorful Changes】This outdoor solar ball lights can switch between warm white light and 7-color gradient light as desired. Turn on the switch to warm light, press the green button to switch to colorful light, seven colors change gradually, each color is different and irregular.\r\n【Waterproof Multipurpose Decoration Lights】The solar energy is rainproof and waterproof, you can use it outdoors with confidence. It can be used to decorate the lawn of garden villas and create various effects in courtyards, gardens, weddings, anniversaries, parties, Halloween, Christmas and other occasions, creating a romantic and festive atmosphere.', 15.22, NULL, NULL, 21.99, 'Outdoor Garden 6 Pack Solar Ball Lights-70957.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-29 00:00:10', '2024-01-29 00:00:10'),
(1450, 'Vintage Arts & Crafts Mica Series Tensor Bronze Tone Double Socket Table Lamp', 'oSFE3ikqe', 19, 'Vintage Arts & Crafts Mica Series Tensor Bronze Tone Double Socket Table Lamp', 176.00, NULL, NULL, 229.00, 'Vintage Arts & Crafts Mica Series Tensor Bronze Tone Double Socket Table Lamp-37031.jpeg', 'Vintage Arts & Crafts Mica Series Tensor Bronze Tone Double Socket Table Lamp-66764.jpeg', 'Vintage Arts & Crafts Mica Series Tensor Bronze Tone Double Socket Table Lamp-28617.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 00:07:29', '2024-01-29 00:07:29'),
(1451, 'Wheel and Tire Fitment Tool - Universal', 'Efdjf3k0Q', 17, 'Universal is a handy gadget for all car enthusiasts. It helps you determine the perfect fitment for your wheels and tires, ensuring a precise and safe fit. With its universal design, it works with a wide range of vehicles, making it a versatile tool to have in your garage. Say goodbye to guesswork and make sure your wheels and tires are perfectly matched with this handy tool!', 10.00, NULL, NULL, 21.99, 'Wheel and Tire Fitment Tool - Universal-29496.jpeg', 'Wheel and Tire Fitment Tool - Universal-53164.jpeg', 'Wheel and Tire Fitment Tool - Universal-83681.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-29 00:10:20', '2024-01-29 00:10:20'),
(1452, 'Magnetic Snakes and Ladders with Ludo for Kids and Family Fun BEST QUALITY', 'N2WReyzA0', 15, 'Material\r\nPaper, Plastic\r\n\r\nTheme\r\nRace\r\n\r\nGenre\r\nFamily\r\n\r\nNumber of Players\r\n2\r\n\r\nAbout this item\r\n\r\nLudo is the board game for 2-4 players, in which the players race their 4 pawns from start to finish( home ) according to the dice roll. The player who passes his/her 4 pawns to finish first is declared winner. Snakes and Ladder is the game in which player has to reach the No 100. The players moves according to dice rolls . Ludo, Snakes Ladder is an all time complete entertaining Family game.\r\nA complete entertaining family game\r\nHelps to improve your child\'s problem solving skills', 27.89, NULL, NULL, 33.00, 'Magnetic Snakes and Ladders with Ludo for Kids and Family Fun BEST QUALITY-29287.jpeg', 'Magnetic Snakes and Ladders with Ludo for Kids and Family Fun BEST QUALITY-18110.jpeg', 'Magnetic Snakes and Ladders with Ludo for Kids and Family Fun BEST QUALITY-87103.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-29 00:11:55', '2024-01-29 00:11:55'),
(1453, 'TWSH-50 Lab Dry Powder 3D Mixing Machine Powder Mixer Blender Tumbler Three-dimensional Mixer Multi-directional Mixer', 't2LTleQzI', 5, '3D Powder Mixer Blender Machine\r\n\r\n*Stainless Steel 304/316L\r\n\r\n*Food Grade Quality \r\n\r\n*Professional Factory Direct Supply \r\n\r\n*Widely-used in Chemical ,Food Powder Mixer \r\n\r\nMODEL\r\nWeight(KGS)\r\nVolume\r\nMax. Filling Volume(L)\r\nBest Filling Volume(L)\r\nPowder(KW)\r\nRotational speed(r/min)\r\nTWSYH-50\r\n300\r\n50\r\n40\r\n30\r\n1.1\r\n0-15\r\nTWSYH-100\r\n600\r\n100\r\n80\r\n50\r\n1.5\r\n0-12\r\nTWSYH-200\r\n1200\r\n200\r\n160\r\n100\r\n2.2\r\n0-12', 4900.00, NULL, NULL, 5800.00, 'TWSH-50 Lab Dry Powder 3D Mixing Machine Powder Mixer Blender Tumbler Three-dimensional Mixer Multi-directional Mixer-28358.jpeg', 'TWSH-50 Lab Dry Powder 3D Mixing Machine Powder Mixer Blender Tumbler Three-dimensional Mixer Multi-directional Mixer-95596.jpeg', 'TWSH-50 Lab Dry Powder 3D Mixing Machine Powder Mixer Blender Tumbler Three-dimensional Mixer Multi-directional Mixer-30125.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 00:13:44', '2024-01-29 00:13:44'),
(1454, 'Brake Caliper Press Tool, Car Ratcheting Brake Caliper Piston Spreader Press Tool with 2 pcs Steel Plates, Red Tool Sets Automotive', 'ElhecSnyu', 17, 'The Brake Caliper Press Tool is a must-have for any car enthusiast or DIY mechanic. This tool allows you to easily compress the brake caliper pistons, making it a breeze to replace brake pads or perform other brake-related maintenance. With its ratcheting mechanism and steel plates, it provides a secure and even pressure on the caliper pistons, ensuring a smooth and hassle-free process. Keep your brakes in top-notch condition with this handy automotive tool!', 66.54, NULL, NULL, 87.99, 'Brake Caliper Press Tool, Car Ratcheting Brake Caliper Piston Spreader Press Tool with 2 pcs Steel Plates, Red Tool Sets Automotive-93910.jpeg', 'Brake Caliper Press Tool, Car Ratcheting Brake Caliper Piston Spreader Press Tool with 2 pcs Steel Plates, Red Tool Sets Automotive-75301.jpeg', 'Brake Caliper Press Tool, Car Ratcheting Brake Caliper Piston Spreader Press Tool with 2 pcs Steel Plates, Red Tool Sets Automotive-96084.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-29 00:16:12', '2024-01-29 00:16:12'),
(1455, 'Adverteasing: The Game Of Slogans, Commercials, And Jingles Board Games', 'BvRlbpyfe', 15, 'This is Adverteasing --a game by Cadaco.\r\n2-4 players All pieces are intact and it\'s clean and ready to play!\r\n\r\nObject of the game : To have a great time matching products with their familiar advertising slogans, headlines and jingles. Have fun!\r\n\r\nThis game was taken care of and kept in a smoke-free place.\r\n\r\nThe game is heavy--over 4# so I\'ll send it as economically as possible.\r\n\r\nAll my proceeds go to charities.\r\n\r\nI will send fast to you!', 27.89, NULL, NULL, 33.00, 'Adverteasing: The Game Of Slogans, Commercials, And Jingles Board Games-40249.jpeg', 'Adverteasing: The Game Of Slogans, Commercials, And Jingles Board Games-29082.jpeg', 'Adverteasing: The Game Of Slogans, Commercials, And Jingles Board Games-26542.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-29 00:18:48', '2024-01-29 00:18:48'),
(1456, 'Quilted Mattress Pad 16\'\' Deep Pocket Mattress Topper Fitted Protector Bed Cover', 'erVhAhdxd', 19, 'Mattress Pad 16\" Deep Pocket Quilted Mattress Topper Fitted Protector Bed Cover. With this mattress pad, you can revitalize an aging mattress, change the softness or firmness, or give yourself an extra layer of luxury to sleep on. I’ve', 26.00, NULL, NULL, 30.00, 'Quilted Mattress Pad 16\'\' Deep Pocket Mattress Topper Fitted Protector Bed Cover-45127.jpeg', 'Quilted Mattress Pad 16\'\' Deep Pocket Mattress Topper Fitted Protector Bed Cover-76123.jpeg', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 00:19:09', '2024-01-29 00:19:09'),
(1457, 'Customized Auto Repair Mechanic Ornament Acrylic for Mechanic, Auto Repair Mechanic keychain Gift for Him', 'jeGKZvDRI', 17, 'The Customized Auto Repair Mechanic Ornament Acrylic is a perfect gift for any mechanic or car enthusiast. Made from high-quality acrylic, this ornament can be personalized with a name or message, making it a thoughtful and unique gift. It\'s not just for the Christmas tree, it can also be used as a keychain to show off their love for auto repair. Surprise your favorite mechanic with this special and customized gift!', 10.87, NULL, NULL, 14.50, 'Customized Auto Repair Mechanic Ornament Acrylic for Mechanic, Auto Repair Mechanic keychain Gift for Him-54008.jpeg', 'Customized Auto Repair Mechanic Ornament Acrylic for Mechanic, Auto Repair Mechanic keychain Gift for Him-27821.jpeg', 'Customized Auto Repair Mechanic Ornament Acrylic for Mechanic, Auto Repair Mechanic keychain Gift for Him-89603.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-01-29 00:20:32', '2024-01-29 00:20:32'),
(1458, 'High speed industrial dry powder horizontal blender mixer powder horizontal mixer', 'e4A3SgnNG', 19, 'The horizontal Ribbon Blender ,designed to mix all kinds of dry powder .It consists of one U-shaped horizontal mixing tank and two groups of mixing ribbon: outer ribbon displace the poweder from the end to the center and inner ribbon move the powder from the center to the ends .This counter-current action results in homogeneous mixing.The cover of the tank can be made as open in order to cleaning and change parts easily.\r\nProduct advantages\r\n1. It is a multifunctional mixing equipment with stable operation, reliable quality, low noise, long service life, easy installation and maintenance, and a variety of spiral blade structures. \r\n2.The mixing speed is fast and the mixing uniformity is high. A scraper can be installed on the ribbon blade, which has a good mixing effect on viscous materials. \r\n 3.According to the mixing requiremengs of different materials (special materials need to be cleaned each time they are mixed), different spiral blade stuctures can be used,andheating and drying function can be provided for customers to choose.\r\n 4.The smooth mixing process reduces the damage to fragile materials.Customized spiral blade structure is available for special materials.\r\n 5.A cleaning door can also be opened on the horizontal machine body for users to clean. The overall height of the equipment is low,easy to install.', 6800.00, NULL, NULL, 7100.00, 'High speed industrial dry powder horizontal blender mixer powder horizontal mixer-62561.jpeg', 'High speed industrial dry powder horizontal blender mixer powder horizontal mixer-21038.jpeg', 'High speed industrial dry powder horizontal blender mixer powder horizontal mixer-68894.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 00:21:01', '2024-01-29 00:21:01'),
(1459, 'Parks and Recreation Party Game', '2FTu0EZCr', 10, 'Brand New and sealed! Ships same or next day!\r\n\r\nGet ready to have a blast with the FUNKO GAMES Parks and Recreation Party Game! This game is perfect for 3-6 players aged 14 and up who want to have some fun and challenge their skills. With a brand new, sealed package, you can be sure that you\'ll get the full experience of this exciting game.\r\n\r\nFeaturing cards as the primary game type, this contemporary manufactured game guarantees hours of entertainment. The game title, Parks and Recreation Party Game, promises to bring laughter and entertainment to your party or game night. With the year of manufacture being 2022, you can be sure that this game is as fresh as it gets.', 4.99, NULL, NULL, 13.85, 'Parks and Recreation Party Game-47440.jpeg', 'Parks and Recreation Party Game-53105.jpeg', NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-29 00:25:31', '2024-01-29 00:25:31'),
(1460, 'Quilted Mattress Cover Pad Protector Cooling Breathable Fitted Topper All Sizes', 'GZvq53Ddd', 19, 'Mattress Cover Pad Protector Cooling Breathable All Sizes Quilted Fitted Topper. Quilted mattress pad cover is durable and long lasting; it is significant for two main reasons that are, to keep your mattress free of stains and to prevent exposure to dust mites and other potential allergens.', 25.99, NULL, NULL, 103.00, 'Quilted Mattress Cover Pad Protector Cooling Breathable Fitted Topper All Sizes-31128.jpeg', 'Quilted Mattress Cover Pad Protector Cooling Breathable Fitted Topper All Sizes-62925.jpeg', 'Quilted Mattress Cover Pad Protector Cooling Breathable Fitted Topper All Sizes-19494.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 00:25:50', '2024-01-29 00:25:50');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1461, '2000L SUS304 heating Machine Grease Making manufacturing Reactor Mixing Tank blender Steam Double Jacketed kettle with mixer', 'Npr7a5XiZ', 19, 'The Liquid Soap Making Machine is a kind of versatile equipment which can make liquid, suspended solids and particles substance into homogeneous thinning. homogenizer works by breaking or subdividing the dispersed components into smaller particles and then distributing them evenly throughout the mixture, to produce a uniformly consistent mixture. Homogenizing is primarily used with components that are not dissolvable in each other, that are barely mixable or not mixable at all. Solids can usually be homogenized by stirring.\r\n \r\nApplication:                                                     \r\n1. Daily Chemical & Cosmetics Industry:\r\nSuch as bath shower, dish washing, hand washing, lotion, liquid soap, detergent, gel, face cleanser, moisture cream etc.\r\n2. Food Industry:\r\nSauce, mayonnaise, juice, cheese, oral, nutrition, infant food, chocolate, sugar , tomato paste etc;\r\n3. Health care Industry:\r\nPaste, ointment, Latex, emulsions, salves (ointments), oral syrup, liquid. etc;\r\n4. Chemical Industry:\r\nLatex, saponification products, paints, coatings, resins, adhesives, lubricants and so on.', 19888.00, NULL, NULL, 21888.00, '2000L SUS304 heating Machine Grease Making manufacturing Reactor Mixing Tank blender Steam Double Jacketed kettle with mixer-13699.jpeg', '2000L SUS304 heating Machine Grease Making manufacturing Reactor Mixing Tank blender Steam Double Jacketed kettle with mixer-75208.jpeg', '2000L SUS304 heating Machine Grease Making manufacturing Reactor Mixing Tank blender Steam Double Jacketed kettle with mixer-21057.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 00:26:29', '2024-01-29 00:26:29'),
(1462, 'USAopoly Candy Land Willy Wonka and The Chocolate Factory Movie Board Game', 'oTsYRb1eI', 10, 'All your favorite locations from the classic film Willy Wonka the Chocolate Factory come to life on the custom illustrated Candyland game board - new sealed', 19.74, NULL, NULL, 29.65, 'USAopoly Candy Land Willy Wonka and The Chocolate Factory Movie Board Game-29804.jpeg', 'USAopoly Candy Land Willy Wonka and The Chocolate Factory Movie Board Game-25823.jpeg', 'USAopoly Candy Land Willy Wonka and The Chocolate Factory Movie Board Game-60381.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-29 00:32:36', '2024-01-29 00:32:36'),
(1463, 'Opal locket genuine Opal, Opal jewelry, opal lockets, firey opals,vintageopals,vintage lockets,opal locket,opal jewelry', '2BgV35TlT', 17, 'Opal lockets are a stunning choice for jewelry lovers. With their genuine opals, they showcase the mesmerizing play of colors that opals are known for. Whether you\'re into vintage styles or prefer a more modern look, opal lockets can add a touch of elegance and uniqueness to any outfit. The fiery opals in these lockets create a captivating and eye-catching display. So if you\'re looking for a piece of opal jewelry that combines vintage charm with the beauty of opals, an opal locket is definitely worth considering!', 150.00, NULL, NULL, 172.99, 'Opal locket genuine Opal, Opal jewelry, opal lockets, firey opals,vintageopals,vintage lockets,opal locket,opal jewelry-58703.jpeg', 'Opal locket genuine Opal, Opal jewelry, opal lockets, firey opals,vintageopals,vintage lockets,opal locket,opal jewelry-79848.jpeg', 'Opal locket genuine Opal, Opal jewelry, opal lockets, firey opals,vintageopals,vintage lockets,opal locket,opal jewelry-37743.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 00:32:40', '2024-01-29 00:32:40'),
(1464, 'Tic Tac Toe Board Game Ladybug Bumblebee Metal and Wood 13\" Square Red Yellow', '6jnVcsKbC', 14, 'TIC TAC TOE Wood Board\r\n\r\nwith Metal Ladybug and Bumble Bee Figures\r\n\r\n13 \" wood board (13 x 2 x 13)\r\nMetal ladybug and bumblebee figures\r\nEach figure measures approximately 3\" wide x 3\" long\r\nAdorable garden porch or cottage addition\r\nUnique item for your outdoor/indoor space\r\nGreat entertainment game for all ages\r\n\r\nI will ship to Canada and the United States\r\n\r\nPlease email me if you have questions.', 35.49, NULL, NULL, 42.56, 'Tic Tac Toe Board Game Ladybug Bumblebee Metal and Wood 13\" Square Red Yellow-89769.jpeg', NULL, NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-29 00:36:55', '2024-01-29 00:36:55'),
(1465, 'Waterproof Cooling Bamboo Mattress Protector 3D Air Soft Bed Pad Cover All- Size', 'l3ddccJVg', 19, '100% Waterproof & Noiseless】Top TPU backing ensures your mattress stays dry and allows you to sleep soundly. Protecting your mattress from any accident. 【Cooling & Breathable】Skin-friendly Bamboo Fiber surface allows you to say goodbye to waking up in a hot and sweaty nights.', 16.99, NULL, NULL, 72.00, 'Waterproof Cooling Bamboo Mattress Protector 3D Air Soft Bed Pad Cover All- Size-38657.jpeg', 'Waterproof Cooling Bamboo Mattress Protector 3D Air Soft Bed Pad Cover All- Size-41747.jpeg', 'Waterproof Cooling Bamboo Mattress Protector 3D Air Soft Bed Pad Cover All- Size-74718.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 00:37:11', '2024-01-29 00:37:11'),
(1466, '20s Turning Barrel Into Mixer Automatically Reverses Oil Barrel Internal Circulation Function Automatic Slag Removal Convenient Relocation', 'xaumoSUA0', 5, 'The Directly-heated Drummed Bitumen Decanter asphalt melting equipment is mainly composed of the barrel body, the  barrel platform, the  barrel turning into the barrel integrated device, the heat conducting oil heating system and the electrical control system.\r\n Top Quality Bitumen Decanter Directly-heated Drummed Asphalt Bitumen Decanting Plant\r\n \r\nHeating chamber consists of two compartment, upper compartment and lower compartment. There are coiled pipelines which convey heat transfer oil in the upper compartment, hot emission air of diesel burner also exhausts into the upper compartment; heat transfer oil and hot emission air work together to heat the asphalt barrel. When bitumen become melt, it drops down to lower compartment, finally the barrel is emptied. The lower compartment is a melting bitumen pool, beneath it is another compartment which has a lot of coiled heat transfer oil pipelines and a duct for the hot emission air to pass through; the heat transfer oil and hot emission air keep heating the melting bitumen until it becomes liquid; then bitumen pump starts and pump the liquid bitumen to bitumen storage tank through bitumen pipelines. Filtrating device is installed in bitumen pipelines to remove the impurities in the bitumen.\r\n \r\nDoors on both end of the heating chamber are spring doors that are automatically shut immediately after barrels come through it. Spring doors are easy for barrels coming in and getting out, and able to minimize heat loss as well.', 31500.00, NULL, NULL, 34500.00, '20s Turning Barrel Into Mixer Automatically Reverses Oil Barrel Internal Circulation Function Automatic Slag Removal Convenient Relocation-60616.jpeg', '20s Turning Barrel Into Mixer Automatically Reverses Oil Barrel Internal Circulation Function Automatic Slag Removal Convenient Relocation-84889.jpeg', '20s Turning Barrel Into Mixer Automatically Reverses Oil Barrel Internal Circulation Function Automatic Slag Removal Convenient Relocation-72055.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 00:43:05', '2024-01-29 00:43:05'),
(1467, 'Wooden Sofa Arm Tray, Foldable Flexible Armrest Tray, 42cm  x 24cm x 1cm', '9Om6PiRuW', 19, 'Wooden Sofa Arm Tray, Foldable Flexible Armrest Tray, Sofa Organiser for Drinks, Snack, Remote or Tablet, 42 x 24 cm, Couch Protector. Moxvio wooden sofa tray table is adjustable and flexible. It fits perfectly on any sofa armrest with square, oval, or circular shape.', 12.71, NULL, NULL, 15.00, 'Wooden Sofa Arm Tray, Foldable Flexible Armrest Tray, 42cm  x 24cm x 1cm-10915.jpeg', 'Wooden Sofa Arm Tray, Foldable Flexible Armrest Tray, 42cm  x 24cm x 1cm-65590.jpeg', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 00:43:35', '2024-01-29 00:43:35'),
(1468, 'White Dwarf', 'XcYK70im2', 15, 'This is a lot of 4 White Dwarf magazine issues from 2007 to 2009 There is slight wear on the front cover edges and slight wear on the spines. All the colours are nice and bright.\r\n\r\nIt is from a smoke free home. It will be shipped with care from my home to yours. All my items are placed in protective plastic to protect from weather before being placed in a shipping package with bubble wrap if needed. Feel free to ask any questions and look at my other listings. I will reduce shipping for multiple items shipped in the same box. I do ship worldwide. Shipping includes tracking. All the best to you.', 19.98, NULL, NULL, 25.72, 'White Dwarf-77179.jpeg', 'White Dwarf-26888.jpeg', 'White Dwarf-46864.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-29 00:44:28', '2024-01-29 00:44:28'),
(1469, 'Walt Disney Beauty and the Beast Board Game', 'xRuBZJYTO', 10, 'These are pieces from Walt Disney Beauty and the Beast Game (Various Editions).\r\n\r\nPlease pay close\r\nattention to ensure you are selecting the correct piece in the correct color.\r\n\r\nAll pieces are the best\r\nones I can select. Due to most of my pieces being used, slight imperfections\r\nare going to happen. Some may have small marks, rips, wear, or age problems.\r\nThe item in the photo show the worse I have in stock, so you get what you see\r\nor better.\r\n\r\nThe game boards along\r\nwith any other large pieces have the extra postage included in the price.', 1.25, NULL, NULL, 3.25, 'Walt Disney Beauty and the Beast Board Game-63499.jpeg', 'Walt Disney Beauty and the Beast Board Game-13908.jpeg', 'Walt Disney Beauty and the Beast Board Game-50777.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-29 00:50:18', '2024-01-29 00:50:18'),
(1470, 'China equipment automatic galvanized glazed tile steel metal marauding plate press roll  forming machine', 'E9RbHezOe', 19, 'Suitable Material\r\nColored or galvanized steel coil, HRB60 or equivalent\r\nThickness Range\r\n0.25-0.7 mm\r\nCoil Width Range\r\n914,1000, 1220 or 1250 mm.\r\nAccording to your actual drawing.\r\nElectric Power\r\n380V,50 Hz, 3 phase\r\nor according to your need.\r\nDimension\r\nAbout 7.2*1.3*1.1m(L*W\"H),as per the drawing\r\nCutting\r\nAutomatically stop and cutting when it comes to the set length.\r\nLength of the Sheet\r\nYou can set the length according to your need.\r\nIt is controlled by PLC\r\nlength accuracy. ±1mm', 34540.00, NULL, NULL, 39540.00, 'China equipment automatic galvanized glazed tile steel metal marauding plate press roll  forming machine-97732.jpeg', 'China equipment automatic galvanized glazed tile steel metal marauding plate press roll  forming machine-26126.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-29 00:51:41', '2024-01-29 00:51:41'),
(1471, 'Striped Tablecloth Canvas Towel Tablecloth Runner Rectangle', '0lKzlO0TX', 19, 'This design adds a delicate and graceful touch to your table decoration. Whether you\'re setting the table for guests or just enjoying a family meal, this attractive tablecloth will add color and elegance to the entire scene layout.', 13.78, NULL, NULL, 18.00, 'Striped Tablecloth Canvas Towel Tablecloth Runner Rectangle-63271.jpeg', 'Striped Tablecloth Canvas Towel Tablecloth Runner Rectangle-99529.jpeg', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 00:53:31', '2024-01-29 00:53:31'),
(1472, 'diamond earrings, Total 0.48 ct.| Pair of natural diamond stud earrings| fine jewelry gift for her on valentines day.', 'r1sT70vGr', 17, 'Diamond earrings are always a great choice for a Valentine\'s Day gift. These stunning natural diamond stud earrings have a total weight of 0.48 carats. They\'re the perfect accessory to make her feel extra special and glamorous. Whether it\'s for a romantic dinner or a night out, these earrings will add a touch of elegance and sparkle to any outfit. Show her how much you care with this fine jewelry gift!', 1660.00, NULL, NULL, 1885.99, 'diamond earrings, Total 0.48 ct.| Pair of natural diamond stud earrings| fine jewelry gift for her on valentines day.-31218.jpeg', 'diamond earrings, Total 0.48 ct.| Pair of natural diamond stud earrings| fine jewelry gift for her on valentines day.-98882.jpeg', 'diamond earrings, Total 0.48 ct.| Pair of natural diamond stud earrings| fine jewelry gift for her on valentines day.-54181.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-29 00:54:26', '2024-01-29 00:54:26'),
(1473, 'Oh Nuts Board Game', 'NmDHBjFaI', 14, 'Oh Nuts Board Game by Ideal, seek and bluff marble game, this was a very loved game as you can see by the original box condition - it was played often\r\n\r\nBe the first player to accumulate 3 marbles of the same color\r\nVintage 1969\r\nEach player has a nutcracker tray\r\nNuts are placed in the tree trunk\r\nFun bluffing game for the whole family\r\nShips fast from a smoke/pet-free environment\r\n\r\n*This item will process and ship within 24 hours of\r\npayment (business days/hours) or you get it for Free!', 20.52, NULL, NULL, 28.21, 'Oh Nuts Board Game-37483.jpeg', 'Oh Nuts Board Game-78100.jpeg', 'Oh Nuts Board Game-71939.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-29 00:58:32', '2024-01-29 00:58:32'),
(1474, 'Breville BCG820BSSXL Smart Coffee Bean Grinder Stainless Steel', 'CVJFW6qp3', 19, 'Elevate your coffee experience with the Breville BCG820BSSXL Smart Coffee Bean Grinder. This high-quality grinder is made from stainless steel and is compatible with Baratza machines. It has a power source of 165W and can easily be plugged into the wall. The BCG820BSSXL has a sleek black color and is suitable for use with espresso machines. It boasts an easy-to-clean design and features a number of great aspects, including a model number of BCG820BSSXL and a manufacturer of Breville. With dimensions of 19.330 inches in length, 16 inches in height, and 6 inches in width, this grinder weighs in at 6.4lbs and comes with free shipping.', 97.00, NULL, NULL, 108.00, 'Breville BCG820BSSXL Smart Coffee Bean Grinder Stainless Steel-95384.jpeg', 'Breville BCG820BSSXL Smart Coffee Bean Grinder Stainless Steel-68426.jpeg', 'Breville BCG820BSSXL Smart Coffee Bean Grinder Stainless Steel-58629.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 00:59:54', '2024-01-29 00:59:54'),
(1475, '3.29 Carat Green Color Natural Diamond Gemstones Emerald Rectangular Shape AGL Certified Handmade Fine Jewelry Precious Gifts for Women Rare', 'XcItzs5eN', 17, 'If you\'re looking for something truly rare and precious, these handmade fine jewelry pieces featuring 3.29 carat green color natural diamond gemstones are absolutely stunning. With their rectangular shape and AGL certification, these emerald gemstones are truly one-of-a-kind. They make for a unique and special gift for any woman who appreciates the beauty of rare and exquisite gemstones. Show her how much she means to you with these precious and extraordinary jewelry pieces!', 49350.00, NULL, NULL, 50500.15, '3.29 Carat Green Color Natural Diamond Gemstones Emerald Rectangular Shape AGL Certified Handmade Fine Jewelry Precious Gifts for Women Rare-97646.jpeg', '3.29 Carat Green Color Natural Diamond Gemstones Emerald Rectangular Shape AGL Certified Handmade Fine Jewelry Precious Gifts for Women Rare-77347.jpeg', '3.29 Carat Green Color Natural Diamond Gemstones Emerald Rectangular Shape AGL Certified Handmade Fine Jewelry Precious Gifts for Women Rare-75422.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 01:02:43', '2024-01-29 01:02:43'),
(1476, 'Breville BPR700 Fast Slow Pro 6 Qt Pressure Cooker USED ONCE', '8BfCD0QcG', 19, 'This slow cooker is manufactured in China and is covered by a 1-year manufacturer warranty. The model number of this product is Breville BPR700 Fast Slow Pro.', 164.00, NULL, NULL, 189.00, 'Breville BPR700 Fast Slow Pro 6 Qt Pressure Cooker USED ONCE-73175.jpeg', 'Breville BPR700 Fast Slow Pro 6 Qt Pressure Cooker USED ONCE-98756.jpeg', 'Breville BPR700 Fast Slow Pro 6 Qt Pressure Cooker USED ONCE-75052.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 01:03:59', '2024-01-29 01:03:59'),
(1477, 'Amazing Animal Trivia Game Board Game', 'edG04TG1C', 15, 'Amazing Animal Trivia Game Board Game\r\n\r\n2-6 Players\r\n\r\nAges 6\r\n\r\nP20029\r\n\r\nPre-owned. Box and game pieces are like new.\r\nComplete.', 12.58, NULL, NULL, 16.96, 'Amazing Animal Trivia Game Board Game-45048.jpeg', 'Amazing Animal Trivia Game Board Game-57318.jpeg', 'Amazing Animal Trivia Game Board Game-69613.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-29 01:04:31', '2024-01-29 01:04:31'),
(1478, '13.30 Cts Designer AAA+ One Quality !!! Top Grade Ethiopian Opal, Opal Cabochon, Oval Loose Gemstone For Making Jewelry, 20X14.7X9.5 MM', 'ZH7NAMTPf', 17, 'If you\'re in the market for a top-grade Ethiopian opal, this designer AAA+ one quality opal cabochon is a fantastic choice. With its oval shape and a weight of 13.30 carats, it\'s a truly stunning gemstone for making jewelry. Its vibrant colors and high-quality make it perfect for creating unique and eye-catching pieces. Whether you\'re a jewelry enthusiast or a professional jeweler, this opal gemstone is sure to add a touch of elegance and beauty to any design. Happy jewelry making!', 395.00, NULL, NULL, 790.00, '13.30 Cts Designer AAA+ One Quality !!! Top Grade Ethiopian Opal, Opal Cabochon, Oval Loose Gemstone For Making Jewelry, 20X14.7X9.5 MM-77695.jpeg', '13.30 Cts Designer AAA+ One Quality !!! Top Grade Ethiopian Opal, Opal Cabochon, Oval Loose Gemstone For Making Jewelry, 20X14.7X9.5 MM-91083.jpeg', '13.30 Cts Designer AAA+ One Quality !!! Top Grade Ethiopian Opal, Opal Cabochon, Oval Loose Gemstone For Making Jewelry, 20X14.7X9.5 MM-50185.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-29 01:06:47', '2024-01-29 01:06:47'),
(1479, 'Competitive mining machinery full automatic cone.', 'FrFP8r17c', 19, 'The perfect combination of crushing speed, stroke and crushing cavity design, higher quality and production capacity , expanded application range , low operation and wear costs short downtime , easy maintenance, long service life , high yield of qualified fine particles and good particle shape.\r\nEasy to operate and maintain：\r\n KH series multi-cylinder hydraulic cone has the function of large crushing force, large eccentricity, high crushing frequency, filling and layering crushing ore particles, so that the ore particles are not only crushed in the crushing chamber, but also has a strong crushing effect.\r\n Therefore, more powder will be produced, while reducing the maximum particle size of the ball mill feed, greatly changing the composition of the ball mill feed particle size, 0 ~ 5mm abrasive particle content significantly increased, greatly improving the grinding efficiency. Therefore, KH cone crusher is the ideal equipment for black and non-ferrous metal concentrator to achieve \"more crushing and less grinding\".\r\nOur advantages and characteristics:\r\n*The perfect combination of crushing speed, stroke and crushing cavity design.\r\n*Higher quality and productivity.\r\n*Low operating and wear costs.\r\n*Short downtime and easy maintenance.\r\n*Long service life.\r\n*Qualified fine grain yield is high, grain shape is good.', 120000.00, NULL, NULL, 125000.00, 'Competitive mining machinery full automatic cone.-77231.jpeg', 'Competitive mining machinery full automatic cone.-70205.jpeg', 'Competitive mining machinery full automatic cone.-10984.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 01:10:05', '2024-01-29 01:10:37'),
(1480, 'Rubik\'s Battle Color Card Game', 'qvobVVJcR', 15, 'University Games Rubik\'s Battle Color Card Game - Tin 01812 (ages 7 and up).', 3.69, NULL, NULL, 8.91, 'Rubik\'s Battle Color Card Game-74620.jpeg', 'Rubik\'s Battle Color Card Game-37951.jpeg', 'Rubik\'s Battle Color Card Game-13609.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-29 01:11:19', '2024-01-29 01:11:19'),
(1481, 'Sistema De Riego De Césped Jardín Plantas Canchas Quito', 'eUQ28xepf', 15, 'Si estás buscando un sistema de riego para tu césped, jardín, plantas o canchas en Quito, estás en el lugar indicado. Un sistema de riego adecuado puede ayudar a mantener tus áreas verdes saludables y hermosas. Hay diferentes opciones disponibles, como sistemas de aspersión, sistemas de goteo o incluso sistemas automatizados. Dependiendo de tus necesidades y presupuesto, podemos encontrar la mejor opción para ti. ¡No dudes en preguntar si necesitas más información!', 50.00, NULL, NULL, 85.15, 'Sistema De Riego De Césped Jardín Plantas Canchas Quito-70544.jpeg', 'Sistema De Riego De Césped Jardín Plantas Canchas Quito-34274.jpeg', 'Sistema De Riego De Césped Jardín Plantas Canchas Quito-46365.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-29 01:12:57', '2024-01-29 01:12:57'),
(1482, 'Breville BCG820BSS Smart Coffee Bean Grinder - Brushed Stainless Steel', 'Ay0wqfz4k', 19, 'Returns\r\nAccepted within 30 days. Buyer pays return shipping.\r\nCondition:\r\nNewNew\r\nBreville Smart Grinder Pro Coffee Bean Grinder, Brushed Stainless Steel, BCG8.... Condition is New. Shipped with USPS Priority Mail.', 198.00, NULL, NULL, 221.00, 'Breville BCG820BSS Smart Coffee Bean Grinder - Brushed Stainless Steel-29068.jpeg', 'Breville BCG820BSS Smart Coffee Bean Grinder - Brushed Stainless Steel-17209.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 01:13:53', '2024-01-29 01:13:53'),
(1483, 'Cerezo Japones 10 Unds', 'KQgJqT84f', 15, 'Si estás buscando cerezos japoneses, te alegrará saber que puedes conseguir 10 unidades. Los cerezos japoneses son árboles hermosos y llenos de flores coloridas que agregan un toque de belleza a cualquier jardín. Puedes plantarlos en tu jardín y disfrutar de sus flores espectaculares. Recuerda que es importante asegurarte de proporcionarles el cuidado adecuado para que crezcan sanos y fuertes. ¡Disfruta de la belleza de los cerezos japoneses en tu propio espacio verde!', 20.35, NULL, NULL, 35.77, 'Cerezo Japones 10 Unds-41358.jpeg', 'Cerezo Japones 10 Unds-29091.jpeg', 'Cerezo Japones 10 Unds-34155.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-29 01:16:23', '2024-01-29 01:16:23'),
(1484, 'Pop Matic Trouble game', '0GSgNMGQa', 10, 'Brand new, factory sealed!\r\n\r\nWe\'ve\r\nsold since 1997, have an A rating from the BBB, we are a JSA\r\n(James Spence Authentication) authorized dealer since 2008, and a\r\nmember of the Mon Valley Regional Chamber of Commerce. Our company has\r\nbeen featured in Sports Illustrated magazine, KDKA Radio Pittsburgh,\r\nESPN Radio Pittsburgh, and in the Pittsburgh Post Gazette. We were\r\nnamed as the Pittsburgh Magazine 2018 Best of the Burgh Issue as an\r\nEditor\'s Choice Selection for \"Best Autograph Repository\". Buy with\r\nabsolute confidence.', 9.44, NULL, NULL, 14.84, 'Pop Matic Trouble game-96665.jpeg', 'Pop Matic Trouble game-66509.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-29 01:18:32', '2024-01-29 01:18:32'),
(1485, 'Cortadora De Cesped Guadaña Dewalt Dcst970x1s', 'raJfVPaYd', 15, 'Si estás buscando una cortadora de césped guadaña, te recomendaría echar un vistazo a la Dewalt DCST970X1S. Esta cortadora de césped es conocida por su calidad y durabilidad. Es ideal para mantener tu césped en buen estado y hacer el trabajo de forma eficiente. ¡Con la Dewalt DCST970X1S, cortar el césped será pan comido!', 540.33, NULL, NULL, 670.99, 'Cortadora De Cesped Guadaña Dewalt Dcst970x1s-90203.jpeg', 'Cortadora De Cesped Guadaña Dewalt Dcst970x1s-36313.jpeg', 'Cortadora De Cesped Guadaña Dewalt Dcst970x1s-58928.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-29 01:19:20', '2024-01-29 01:19:20'),
(1486, 'Black & Decker Toaster Stainless Steel 2 Slice Wide Bread Slots and Crumb Tray', 'BzbhWtDJZ', 19, 'Safe and easy to clean with slide out bread crumb tray. Easy to clean with slide out removable crumb tray. Extra wide toast slots, suitable for toast thickness bread. Convenient on board electrical cord storage under the toaster base.', 32.29, NULL, NULL, 49.00, 'Black & Decker Toaster Stainless Steel 2 Slice Wide Bread Slots and Crumb Tray-17824.jpeg', 'Black & Decker Toaster Stainless Steel 2 Slice Wide Bread Slots and Crumb Tray-42424.jpeg', 'Black & Decker Toaster Stainless Steel 2 Slice Wide Bread Slots and Crumb Tray-45910.jpeg', 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-29 01:20:03', '2024-01-29 01:20:03'),
(1487, 'Lawn Mover Am310 Us Robotic 9.4kg Husqvarna', 'gBzPiITbW', 15, 'If you\'re looking for a robotic lawn mower, the Husqvarna AM310 US is a great option. It\'s a lightweight mower, weighing only 9.4kg, and it\'s designed to make your lawn maintenance easier. With its robotic capabilities, it can navigate your lawn and mow it efficiently, saving you time and effort. Say goodbye to manual mowing and let the Husqvarna AM310 US take care of your lawn for you!', 3922.00, NULL, NULL, 4600.18, 'Lawn Mover Am310 Us Robotic 9.4kg Husqvarna-50511.jpeg', 'Lawn Mover Am310 Us Robotic 9.4kg Husqvarna-35929.jpeg', 'Lawn Mover Am310 Us Robotic 9.4kg Husqvarna-66866.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-29 01:22:59', '2024-01-29 01:22:59'),
(1488, 'Settlers Catan 3061 Rules And Almanac Only Replacement Game Piece Booklet', 'cV7UCihHs', 14, 'Settlers Catan 3061 Rules And Almanac Only Replacement Game Piece Booklet Instruction\r\n\r\nType: Replacement Game Piece\r\n\r\nGame Piece: Rules Almanac For Settlers Of Catan 3061 Only\r\n\r\nMaterial: Paper\r\n\r\nMeasurements: 8 1/4 in. x 10 3/4 in. Approximately\r\n\r\nCondition: Used, In played with condition. Please Detailed Pictures!', 2.99, NULL, NULL, 5.53, 'Settlers Catan 3061 Rules And Almanac Only Replacement Game Piece Booklet-19648.jpeg', 'Settlers Catan 3061 Rules And Almanac Only Replacement Game Piece Booklet-67137.jpeg', 'Settlers Catan 3061 Rules And Almanac Only Replacement Game Piece Booklet-43322.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-29 01:23:48', '2024-01-29 01:23:48'),
(1489, 'Black + Decker - 6 Function Multi-Cooker / Rice Cooker Stainless Steel', 'AH7sVWD9Z', 19, 'BLACK+DECKER. 6 functions: rice, stir-fry, slow cooking, risotto, pasta and keep warm. Double-touch cold handles on the base and cooking pot.', 79.00, NULL, NULL, 84.00, 'Black + Decker - 6 Function Multi-Cooker / Rice Cooker Stainless Steel-18187.jpeg', 'Black + Decker - 6 Function Multi-Cooker / Rice Cooker Stainless Steel-65441.jpeg', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 01:24:56', '2024-01-29 01:24:56'),
(1490, 'Tractor Giro Zero Mz54 17.9kw 726cc Husqvarna', 'VP8JCJiFP', 15, 'Si estás buscando un tractor de giro cero, te recomendaría el Husqvarna MZ54. Con su potencia de 17.9kw y un motor de 726cc, este tractor es perfecto para trabajar en terrenos grandes. Su capacidad de giro cero te permite maniobrar fácilmente alrededor de obstáculos y obtener un corte preciso. ¡Con el Husqvarna MZ54, cortar el césped será más rápido y eficiente que nunca!', 12255.00, NULL, NULL, 12720.99, 'Tractor Giro Zero Mz54 17.9kw 726cc Husqvarna-32445.jpeg', 'Tractor Giro Zero Mz54 17.9kw 726cc Husqvarna-92059.jpeg', 'Tractor Giro Zero Mz54 17.9kw 726cc Husqvarna-80261.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-29 01:27:33', '2024-01-29 01:27:33'),
(1491, 'Disney FROZEN 2 Snowflake Journey', 'w3MQwrM13', 15, 'Disney FROZEN 2 Snowflake Journey Board Game And 48 Piece Glitter Puzzle SEALED', 9.68, NULL, NULL, 11.99, 'Disney FROZEN 2 Snowflake Journey-20872.jpeg', 'Disney FROZEN 2 Snowflake Journey-70958.jpeg', NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-29 01:27:35', '2024-01-29 01:27:35'),
(1492, 'Black + Decker 12 Cup Stainless Coffee Maker w/ Vortex Technology', 'Fyb8pam3w', 19, 'Our coffee maker is designed for those who appreciate a fast brew, modern aesthetics, and energy efficiency. Upgrade your mornings with the Black + Decker 12 Cup Stainless Coffee Maker. Plus, our coffee maker is energy-efficient, aligning with your eco-conscious lifestyle.', 63.99, NULL, NULL, 67.33, 'Black + Decker 12 Cup Stainless Coffee Maker w/ Vortex Technology-68857.jpeg', 'Black + Decker 12 Cup Stainless Coffee Maker w/ Vortex Technology-94606.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 01:29:59', '2024-01-29 01:29:59'),
(1493, 'Podadora de césped a nafta Husqvarna LC 140P color naranja con potencia de 2.4hp', 'uIWjgH4MO', 15, 'Si estás buscando una podadora de césped a nafta, te recomendaría la Husqvarna LC 140P. Esta podadora tiene un potente motor de 2.4hp, lo que la hace ideal para cortar el césped de manera eficiente. Además, su llamativo color naranja le da un toque de estilo a tus tareas de jardinería. ¡Con la Husqvarna LC 140P, tendrás un césped bien cortado y lucirás genial mientras lo haces!', 585.00, NULL, NULL, 602.55, 'Podadora de césped a nafta Husqvarna LC 140P color naranja con potencia de 2.4hp-77182.jpeg', 'Podadora de césped a nafta Husqvarna LC 140P color naranja con potencia de 2.4hp-74609.jpeg', 'Podadora de césped a nafta Husqvarna LC 140P color naranja con potencia de 2.4hp-36395.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-29 01:32:46', '2024-01-29 01:32:46'),
(1494, '87 Buick Grand scale, Glossy Black', 'Ffn10NVfO', 10, 'Jada Toys 1:24 Fast Furious - \'87 Buick Grand scale, Glossy Black\r\n\r\nProduct Details\r\n\r\nCountry Of Origin : United States As Seen In Fast Furious, Dom\'S Buick Grand National Has Been Taken Directly From The Big Screen And Brought To You In A 1:24 Scale Die - Cast Model Crafted From Durable Materials Such As 100% Die - Cast Metal And Premium Rubber Tires. Our High - End Casting Method Allows For Feature Rich Details, Such As An Opening Hood, Doors , Detailed Interior, And Trunk.\r\n\r\nHelp Dom and his crew as they continue their global exploits in the unstoppable franchise built on speed with Dom?s Buick Grand National! This aggressively styled Buick Grand National features styling cues directly from the movie! Collect them all to assemble your own fast team and save the day!', 40.29, NULL, NULL, 43.09, '87 Buick Grand scale, Glossy Black-40498.jpeg', '87 Buick Grand scale, Glossy Black-62899.jpeg', '87 Buick Grand scale, Glossy Black-30315.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-29 01:36:03', '2024-01-29 01:36:03'),
(1495, 'Black & Decker 12 Cup Glass Replacement Coffee Pot Carafe Decanter Black Lid', 'sL33BO1HK', 19, 'Please use photos as description.\r\n\r\nFAST SHIPPING!\r\n\r\nThank you.', 19.00, NULL, NULL, 23.00, 'Black & Decker 12 Cup Glass Replacement Coffee Pot Carafe Decanter Black Lid-89489.jpeg', 'Black & Decker 12 Cup Glass Replacement Coffee Pot Carafe Decanter Black Lid-24545.jpeg', 'Black & Decker 12 Cup Glass Replacement Coffee Pot Carafe Decanter Black Lid-39122.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 01:36:05', '2024-01-29 01:36:05'),
(1496, 'Césped Sintético Para Decorar En Exteriores', '6qBQUTyVW', 15, 'Si estás buscando césped sintético para decorar en exteriores, has tomado una excelente decisión. El césped sintético es una opción fantástica para embellecer tu espacio exterior sin tener que preocuparte por su mantenimiento. Puedes disfrutar de un césped verde y frondoso durante todo el año, sin necesidad de regarlo o cortarlo. Además, es resistente a las condiciones climáticas y se mantiene en perfectas condiciones por mucho tiempo. ¡Tu patio o jardín lucirá increíble con césped sintético!', 15.00, NULL, NULL, 18.44, 'Césped Sintético Para Decorar En Exteriores-21731.jpeg', 'Césped Sintético Para Decorar En Exteriores-62389.jpeg', 'Césped Sintético Para Decorar En Exteriores-51490.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-29 01:37:01', '2024-01-29 01:37:01'),
(1497, '65000m3 Gas Tanks LPG Storage Tank Price for Sale', 'C7gDbHENH', 19, 'Item\r\nValue\r\nName\r\nLpg Gas Tank Station\r\nMaterial\r\nQ345R/Q235\r\nFilling medium\r\nLiquid Petroleum Gas (propane)\r\nCondition\r\nNew or Used\r\nVolume\r\n40-65cbm\r\nAxle\r\nZY FUWA 13/16t\r\nProduct name\r\nFuel Tank Truck\r\nTank material\r\nCarbon Steel ,Stainless Steel,Alluminum Steel\r\nTire\r\n11.00R20 12.00R20 11R22.5\r\nTubeless Radial Tire\r\nColor\r\nCustomer\'s Require\r\nBrand\r\nChengda', 6900.00, NULL, NULL, 7200.00, '65000m3 Gas Tanks LPG Storage Tank Price for Sale-89829.jpeg', '65000m3 Gas Tanks LPG Storage Tank Price for Sale-76742.jpeg', '65000m3 Gas Tanks LPG Storage Tank Price for Sale-14334.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 01:38:29', '2024-01-29 01:38:29'),
(1498, 'Cortacésped Manual 30cm Podadora Corta Pasto', 'tFx5q3FqM', 15, 'Si estás buscando un cortacésped manual, te recomendaría una podadora de corta pasto de 30cm. Este tipo de cortacésped es perfecto para áreas pequeñas y te permite tener un control preciso sobre el corte del césped. Es una opción ecológica y no requiere de combustible ni electricidad, ya que funciona con tu propia fuerza al empujarlo. ¡Con esta podadora, mantendrás tu césped en excelente estado de una manera práctica y sencilla!', 87.05, NULL, NULL, 95.15, 'Cortacésped Manual 30cm Podadora Corta Pasto-26742.jpeg', 'Cortacésped Manual 30cm Podadora Corta Pasto-32507.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-29 01:40:31', '2024-01-29 01:40:31'),
(1499, 'Disney Pixar McDonald\'s Toy Story Buzz Lightyear Plush Clip On Toy Sealed 2020', 'ZxglsNhPa', 14, 'IN NEW SEALED CONDITION\r\n\r\nFROM: MCDONALD\'S\r\n\r\nRELEASED IN: 2020\r\n\r\nSERIES: DISNEY PIXAR\r\n\r\nINCLUDES: BUZZ PLUSH CLIP\r\n\r\nAGE 3\r\n\r\nAPPROX. SIZE: 5\"', 8.70, NULL, NULL, 11.93, 'Disney Pixar McDonald\'s Toy Story Buzz Lightyear Plush Clip On Toy Sealed 2020-54540.jpeg', 'Disney Pixar McDonald\'s Toy Story Buzz Lightyear Plush Clip On Toy Sealed 2020-73219.jpeg', 'Disney Pixar McDonald\'s Toy Story Buzz Lightyear Plush Clip On Toy Sealed 2020-86513.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-29 01:41:31', '2024-01-29 01:41:31'),
(1500, 'Cetaphil Moisturizing Lotion, Fragrance Free, 16 Ounce', 'mbGTNW88Q', 19, 'Cetaphil Moisturizing Lotion, Fragrance Free, 16 Ounce. Condition is \"New\". Shipped with USPS Priority Mail.', 10.99, NULL, NULL, 13.00, 'Cetaphil Moisturizing Lotion, Fragrance Free, 16 Ounce-76793.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-29 01:43:09', '2024-01-29 01:43:09'),
(1501, 'Semillas De Pastos Brachiaria Decumbens Bolsa Por 1 Kilo', 'vKP1rLd6S', 15, 'Si estás buscando semillas de pasto Brachiaria Decumbens, te cuento que puedes encontrarlas en bolsas de 1 kilo. Estas semillas son ideales para la siembra y el crecimiento de este tipo de pasto en tu jardín o terreno. La Brachiaria Decumbens es conocida por su resistencia y capacidad de adaptación a diferentes condiciones climáticas. ¡Con estas semillas, podrás disfrutar de un césped verde y saludable en tu espacio exterior!', 27.00, NULL, NULL, 35.99, 'Semillas De Pastos Brachiaria Decumbens Bolsa Por 1 Kilo-18338.jpeg', 'Semillas De Pastos Brachiaria Decumbens Bolsa Por 1 Kilo-15381.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-29 01:44:17', '2024-01-29 01:44:17'),
(1502, 'High pressure industrial fully automatic composite autoclave oven for carbon fiber products manufacturers1', 'ExQHV820i', 19, 'The autoclave is a special equipment for manufacturing large composite components, which is widely used for curing and forming metal and non-metal bonding components and resin-based carbon fiber composite components in aerospace, sports, automobile, bicycle and other industrial and civil fields.\r\n Widely used in composite material processing,such as carbon fiber, boron fiber, laminated glass,aramid fiber, glass fiber, metal composites, reinforced plastics and etc..', 12000.00, NULL, NULL, 15000.00, 'High pressure industrial fully automatic composite autoclave oven for carbon fiber products manufacturers1-79797.jpeg', 'High pressure industrial fully automatic composite autoclave oven for carbon fiber products manufacturers1-24462.jpeg', 'High pressure industrial fully automatic composite autoclave oven for carbon fiber products manufacturers1-20685.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 01:46:00', '2024-01-29 01:46:00'),
(1503, 'Cetaphil Moisturizing Cream  For Dry To Very Dry Sensitive Skin 16 oz Lot of 2', 'ahEleS5KI', 19, 'Ideal for very dry areas of skin on the hands, feet, elbows and knees to leave skin feeling soft, smooth and nourished. This fragrance free, paraben free formula will not clog pores and is clinically tested for even the most gentle skin.', 24.00, NULL, NULL, 27.00, 'Cetaphil Moisturizing Cream  For Dry To Very Dry Sensitive Skin 16 oz Lot of 2-46042.jpeg', 'Cetaphil Moisturizing Cream  For Dry To Very Dry Sensitive Skin 16 oz Lot of 2-83625.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-29 01:47:47', '2024-01-29 01:47:47'),
(1504, 'Marvel Spidey and His Amazing Friends', '5mJV4iw3Y', 15, 'Marvel Spidey and His Amazing Friends 2 n 1 Web Strike Feature Vehicle - Must-Have Toy for All Fans\r\n\r\nLET S GO Marvel s Spidey and His Amazing Friends Web Strike 2 n 1 is ready for an action-packed day! LAUNCH SPIDEY Push Web Strike Vehicle\'s spoiler wing to surprise launch Spidey on his Web Strike Cycle! FIGURE CHANGES The front end of the Web Strike Vehicle splits open to release Spidey Cycle! BUILT-IN HERO The featured vehicle has Spidey behind the wheel, ready to save the day! COLLECT THEM ALL There are many more of Marvel s Spidey and His Amazing Friends toys to collect!\r\n\r\nSpidey to the rescue! Recreate iconic scenes from the new hit TV series and replay all of the amazing storylines with this 6-inch Web Strike 2 n 1 vehicle! This free-wheeling vehicle has two modes of play, Web Strike Vehicle and Web Strike Cycle. Watch the Spidey Cycle fly out of the car by pressing down on the spoiler for even more action and adventure. Reload Spidey into the Web vehicle after his launch and play again! Spideys Web Strike 2 n 1 vehicle is a must-have toy for all Spidey fans!', 29.48, NULL, NULL, 32.97, 'Marvel Spidey and His Amazing Friends-99427.jpeg', 'Marvel Spidey and His Amazing Friends-25656.jpeg', 'Marvel Spidey and His Amazing Friends-76767.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-29 01:48:09', '2024-01-29 01:48:09'),
(1505, 'Scanner Automotriz Maxicheck 808 Autel', 'mFb6VEABR', 15, 'Si estás buscando un scanner automotriz, te recomendaría el Maxicheck 808 de Autel. Este scanner es una herramienta de diagnóstico avanzada que te permite leer y borrar códigos de falla, así como también realizar pruebas en los sistemas del vehículo. Con el Maxicheck 808, podrás tener un mayor control y conocimiento sobre el estado de tu automóvil. ¡Es una excelente opción para los entusiastas de la mecánica automotriz!', 515.99, NULL, NULL, 650.77, 'Scanner Automotriz Maxicheck 808 Autel-76075.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-29 01:50:41', '2024-01-29 01:50:41'),
(1506, 'BerleyPro Van Bro', 'Jcqjc67wg', 19, 'We\'ve put together the ultimate kit to organise your life while on board your vessel. This sits on each side of the seat and can be installed within 5 minutes. The Van bro consists of the following.', 71.84, NULL, NULL, 109.00, 'BerleyPro Van Bro-63594.jpeg', 'BerleyPro Van Bro-51951.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-29 01:52:55', '2024-01-29 01:52:55'),
(1507, 'Fisher-Price Imaginext Disney Pixar Toy Story Woody Figure Action Figure', 'Js5XBeO6w', 10, 'Fisher-Price Imaginext Disney Pixar Toy Story Woody Figure Action Figure.', 3.59, NULL, NULL, 6.93, 'Fisher-Price Imaginext Disney Pixar Toy Story Woody Figure Action Figure-62882.jpeg', 'Fisher-Price Imaginext Disney Pixar Toy Story Woody Figure Action Figure-17457.jpeg', 'Fisher-Price Imaginext Disney Pixar Toy Story Woody Figure Action Figure-89224.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-29 01:53:48', '2024-01-29 01:53:48'),
(1508, 'Industrial bread baking machine countertop convection oven price for sale, bakery cake electric industrial bakery convection oven', 'f9Sw8jGHo', 19, 'Convection oven, widely used in the bakery shop, hotel, coffee shop. Hot air circulation 360 degrees evenly heated, baking color more brightly and evenly. The steam function is an optional choice. Special design can be suitable for different types of bake. Corrosion-Resistant, Antirust, Easy Cleaning', 300.00, NULL, NULL, 370.00, 'Industrial bread baking machine countertop convection oven price for sale, bakery cake electric industrial bakery convection oven-64741.jpeg', 'Industrial bread baking machine countertop convection oven price for sale, bakery cake electric industrial bakery convection oven-81694.jpeg', 'Industrial bread baking machine countertop convection oven price for sale, bakery cake electric industrial bakery convection oven-19690.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 01:53:54', '2024-01-29 01:53:54'),
(1509, 'Pistola Tornado Para Limpieza De Tapiceria Automotriz', 'kKeTHzakd', 15, 'Si estás buscando una pistola Tornado para la limpieza de tapicería automotriz, estás en el lugar correcto. Esta pistola es una herramienta muy útil para limpiar y eliminar la suciedad de los asientos, alfombras y otros componentes de tu vehículo. Con su potente chorro de aire y agua, podrás lograr resultados profesionales y dejar tu tapicería como nueva. ¡Tu auto se verá impecable por dentro!', 93.05, NULL, NULL, 125.99, 'Pistola Tornado Para Limpieza De Tapiceria Automotriz-17376.jpeg', 'Pistola Tornado Para Limpieza De Tapiceria Automotriz-46485.jpeg', NULL, 'Automotive kits', 2.5, NULL, 1, '2024-01-29 01:54:52', '2024-01-29 01:54:52'),
(1510, 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos', 'ymrg8WjEb', 15, 'Si estás buscando un inflador de neumáticos portátil, te recomendaría el Vaclife. Es un minicompresor de aire que te permite inflar tus neumáticos de forma rápida y sencilla. Es compacto y fácil de transportar, por lo que puedes llevarlo contigo en tu auto o motocicleta. ¡Nunca más tendrás que preocuparte por neumáticos desinflados en tus viajes!', 78.00, NULL, NULL, 111.99, 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos-68897.jpeg', 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos-53387.jpeg', 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos-29269.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-01-29 01:59:27', '2024-01-29 01:59:27'),
(1511, 'Disney Pixar Toy Story 3 Woody\'s Run Around Roundup Listen Think Move Game', 'Z1p8kK5oh', 14, 'Woody\'s Run Around Roundup: The listen, think and move game\r\n\r\nDisney/Pixar / Toy Story 3\r\n\r\nReceived as gift. Box was opened, but toys were never played with. I just put batteries in it for the first time to confirm that it works, new batteries are included. Box shows wear as shown in photos, toys are in excellent condition. Please view all photos.', 19.92, NULL, NULL, 24.70, 'Disney Pixar Toy Story 3 Woody\'s Run Around Roundup Listen Think Move Game-13333.jpeg', 'Disney Pixar Toy Story 3 Woody\'s Run Around Roundup Listen Think Move Game-99933.jpeg', 'Disney Pixar Toy Story 3 Woody\'s Run Around Roundup Listen Think Move Game-94786.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-29 01:59:37', '2024-01-29 01:59:37'),
(1512, 'We\'ve put together the ultimate kit to organise your life while on board your vessel. This sits on each side of the seat and can be installed within 5 minutes. The Van bro consists of the following.', 'xaDAtNfD9', 19, 'Hobie Cat Adventure Island Cradle Set 72020400 BRAND NEW. ITEMS SHIP OUT WITHIN 24-48 HOURS MONDAY-SATURDAY', 359.00, NULL, NULL, 408.00, 'We\'ve put together the ultimate kit to organise your life while on board your vessel. This sits on each side of the seat and can be installed within 5 minutes. The Van bro consists of the following.-56353.jpeg', 'We\'ve put together the ultimate kit to organise your life while on board your vessel. This sits on each side of the seat and can be installed within 5 minutes. The Van bro consists of the following.-54241.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-29 01:59:53', '2024-01-29 01:59:53'),
(1513, 'Scanner Automotriz Ms906s Autel Versión Latinoamérica', 'LgTuGeg2s', 15, 'Si estás buscando un scanner automotriz, te recomendaría el Autel MS906S. Esta versión está diseñada específicamente para el mercado latinoamericano y cuenta con todas las funciones y características necesarias para el diagnóstico y la reparación de vehículos. Con el MS906S, podrás realizar lecturas de códigos de falla, pruebas de componentes, programaciones y mucho más. ¡Es una herramienta imprescindible para los amantes de la mecánica automotriz!', 1450.00, NULL, NULL, 1760.55, 'Scanner Automotriz Ms906s Autel Versión Latinoamérica-51029.jpeg', 'Scanner Automotriz Ms906s Autel Versión Latinoamérica-29419.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 02:03:08', '2024-01-29 02:03:08'),
(1514, 'linking rings for hanging toys', 'Pr5O2o5px', 15, 'Measurement shown\r\n\r\nUsed toys may show light signs of use from normal play.\r\n\r\nPlease look at all photos.\r\n\r\nSmoke free home', 4.28, NULL, NULL, 9.89, 'linking rings for hanging toys-80269.jpeg', 'linking rings for hanging toys-70022.jpeg', 'linking rings for hanging toys-43484.jpeg', 'Toys and games', 2.5, NULL, 1, '2024-01-29 02:04:57', '2024-01-29 02:04:57'),
(1515, 'Hobie Lanai Kayak', 'sz5YlzHAn', 19, 'Grey Hobie Lanai Kayak used but in good condition black paddle is the original and the other is an expandable paddle with life jacket', 350.00, NULL, NULL, 394.00, 'Hobie Lanai Kayak-56505.jpeg', 'Hobie Lanai Kayak-41220.jpeg', NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-01-29 02:06:15', '2024-01-29 02:51:27'),
(1516, 'Industrial Furnace', 'lXuAk6QaM', 19, 'Application: drying for Optics,electronics,optical glass mamufacturing,metal parts,precision parts ,\r\n    electroplate industry.\r\n2. Main Assemlies and Function:\r\nHeating,\r\npurifying and circual air,\r\nair control system,\r\ncontrollable silicon output,\r\nPID temperature controller,\r\ninsulation heating layer,\r\nconveyor speed frequency inverter ,\r\nSS chamber.\r\nOver-heating protection\r\n3. Various size, power, function are optional.\r\n\r\n\r\n\r\n\r\nBPO-2PR\r\n\r\n\r\n\r\n\r\n2-Deck Pizza Oven\r\nDimension:560*570*440mm\r\nInside Dimension:415*400*120mm\r\nPower:3kW\r\nVoltage:220~240V\r\nNet Weight:29kg\r\nGross Weight:31.5kg\r\nPackage Dimension:640*590*500mm', 56000.00, NULL, NULL, 60000.00, 'Industrial Furnace-92165.jpeg', 'Industrial Furnace-29163.jpeg', 'Industrial Furnace-65063.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 02:06:28', '2024-01-29 02:06:28'),
(1517, 'Lampara De Tiempo Automotriz Esteboscopica', 'VTBGhqyYM', 15, 'Si estás buscando una lámpara de tiempo automotriz estroboscópica, te puedo decir que es una herramienta muy útil para ajustar el tiempo de encendido del motor de tu vehículo. Esta lámpara emite destellos de luz sincronizados con las revoluciones del motor, permitiéndote identificar y ajustar el momento exacto en el que se produce la chispa de encendido. Con una lámpara estroboscópica, podrás optimizar el rendimiento de tu motor y mejorar su eficiencia. ¡Es una herramienta imprescindible para los entusiastas de la mecánica automotriz!', 187.00, NULL, NULL, 195.99, 'Lampara De Tiempo Automotriz Esteboscopica-60479.jpeg', 'Lampara De Tiempo Automotriz Esteboscopica-66933.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 02:07:00', '2024-01-29 02:07:00'),
(1518, 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System', 'NgUrb6Kxt', 19, 'Brocraft float stabilizer packages are the safety and comfort you are looking for while on the water\r\nHydrodynamic Design for minimal drag through the water and excellent stability.\r\nAdjustable outrigger arms are 30″ long And adapter post , made of high-quality anodized aluminum so that you can be assured that they will never fail or break.\r\nCome with Offset Gear Disc so that you can easily adjust your float to that perfect position\r\nAvailable to mounting to kayak track system', 215.00, NULL, NULL, 238.00, 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System-79431.jpeg', 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System-74902.jpeg', 'Brocraft Kayak Outrigger / Kayak stabilizer / Kayak & Canoe Stabilizer System-73687.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-29 02:10:48', '2024-01-29 02:41:35'),
(1519, 'Disney Toy Story 4 Movie 2019 Buzz, Woody 4 Mini Figures', 'EIG3gE1bk', 10, 'Disney Toy Story 4 Movie 2019 *MINIS FIGURES* Buzz Woody And Two More New. Condition is New. Shipped with USPS First Class Package.', 14.30, NULL, NULL, 19.79, 'Disney Toy Story 4 Movie 2019 Buzz, Woody 4 Mini Figures-31316.jpeg', 'Disney Toy Story 4 Movie 2019 Buzz, Woody 4 Mini Figures-25999.jpeg', 'Disney Toy Story 4 Movie 2019 Buzz, Woody 4 Mini Figures-37149.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-01-29 02:13:12', '2024-01-29 02:13:12');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1520, '2021 Hobie Mirage Outback Kayak Used+Lowrance Fishfinder', 'Al4sRdtrS', 19, '2021 Hobie Mirage Outback Kayak Used+Lowrance hook2 5 triple shot Fishfinder. If your looking to get on the water to fish this craft of the best around its fast and light. I purchased this outback in April 2021 new and took good care of it and always garage kept at all times. It\'s comes installed with a lowrance fish finder. It\'s in great condition as you see in the pictures and touched water a hand full of times. If you have and questions feel free to message me. This is pick up only, I live near the Gorge Washington bridge. Reason of selling is no time. Does not come with cart.', 3000.00, NULL, NULL, 3400.00, '2021 Hobie Mirage Outback Kayak Used+Lowrance Fishfinder-55452.jpeg', '2021 Hobie Mirage Outback Kayak Used+Lowrance Fishfinder-83049.jpeg', '2021 Hobie Mirage Outback Kayak Used+Lowrance Fishfinder-86050.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-29 02:16:29', '2024-01-29 02:37:38'),
(1521, 'Comprobador Tester De Circuito Electrónico Automotríz', 'xq1jOUIgH', 15, 'Si estás buscando un comprobador tester de circuito electrónico automotriz, te puedo decir que es una herramienta muy útil para diagnosticar y solucionar problemas eléctricos en tu vehículo. Con este tester, podrás verificar la continuidad de los cables, identificar cortocircuitos, medir la resistencia y comprobar la tensión de los componentes electrónicos. Es una herramienta indispensable para los amantes de la mecánica automotriz y te ayudará a mantener tu vehículo en óptimas condiciones. ¡No te arrepentirás de tener uno en tu caja de herramientas!', 17.50, NULL, NULL, 26.00, 'Comprobador Tester De Circuito Electrónico Automotríz-56989.jpeg', 'Comprobador Tester De Circuito Electrónico Automotríz-63013.jpeg', 'Comprobador Tester De Circuito Electrónico Automotríz-51382.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-29 02:17:06', '2024-01-29 02:17:29'),
(1522, 'High efficient industrial heating furnace electric oil circulation heater oven machine thermal fluid heater', 'ND3cJLeo4', 19, 'GYD serial Thermal Oil Heater is a kind of new-typed heating equipment with heat energy conversion. It takes the electricity as power, changes it into the heat energy through the electrical organs, takes the organic carrier (heat thermal oil) as medium, and continues to heat through the compulsive circulation of the heat thermal oil driven by high-temperature oil pump, so as to meet the heating requirements of users. In addition, it could also satisfy the requirements of set temperature and temperature controlling accuracy. We are manufactured for capacities from 10 kw to 4,200 kw as well as temperatures of up to +350 °C.', 2500.00, NULL, NULL, 3000.00, 'High efficient industrial heating furnace electric oil circulation heater oven machine thermal fluid heater-40041.jpeg', 'High efficient industrial heating furnace electric oil circulation heater oven machine thermal fluid heater-64160.jpeg', 'High efficient industrial heating furnace electric oil circulation heater oven machine thermal fluid heater-90749.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 02:17:33', '2024-01-29 02:17:33'),
(1523, 'Toy Story 3 VTech V.Reader Animated e-Book System', 'FsHMGo5KA', 10, 'Toy Story 3 VTech V.Reader Animated e-Book System Game New. Condition is New. Shipped with USPS First Class Package.', 1.56, NULL, NULL, 4.92, 'Toy Story 3 VTech V.Reader Animated e-Book System-42023.jpeg', 'Toy Story 3 VTech V.Reader Animated e-Book System-28251.jpeg', NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-29 02:21:01', '2024-01-29 02:21:01'),
(1524, 'Mago Y Cristal - La Torre Oscura Iv - Stephen King', 'bTL6B53S7', 15, 'Si estás buscando una descripción de \"Mago y Cristal\", la cuarta entrega de la serie \"La Torre Oscura\" de Stephen King, puedo decirte que es una emocionante continuación de la historia del pistolero Roland Deschain. En este libro, Roland y su grupo se encuentran con nuevos desafíos y peligros mientras exploran el mundo postapocalíptico en busca de respuestas sobre la misteriosa Torre Oscura. Es una mezcla de fantasía, ciencia ficción y western que seguro te mantendrá atrapado desde la primera página. ¡Es una lectura apasionante para los amantes de Stephen King y de la saga de La Torre Oscura!', 19.00, NULL, NULL, 36.99, 'Mago Y Cristal - La Torre Oscura Iv - Stephen King-72889.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-01-29 02:22:38', '2024-01-29 02:22:38'),
(1525, 'Lowrance ELITE 5 FISHFINDER CHART PLOTTER GPS Display Used', 'm0jZtaFi3', 19, 'All functions have been tested and are in working order. No power cords, mounts, or other accessories are included unless shown in the photos.', 129.90, NULL, NULL, 180.00, 'Lowrance ELITE 5 FISHFINDER CHART PLOTTER GPS Display Used-93547.jpeg', 'Lowrance ELITE 5 FISHFINDER CHART PLOTTER GPS Display Used-34885.jpeg', 'Lowrance ELITE 5 FISHFINDER CHART PLOTTER GPS Display Used-80046.jpeg', 'Accessories', 3.5, NULL, 1, '2024-01-29 02:23:03', '2024-01-29 02:35:37'),
(1526, 'hobie kayak pro angler 14- Fully loaded Bass Master Classic Build', '5JUf6TaPh', 19, 'hobie kayak pro angler 14- Fully loaded Bass Master Classic Build. Dual HDS 9 live with active imaging 3 in 1 Lowrance active target live sonar Trolling motor Pedals Upgraded seat Pole holders Tackle box Lights, chargers, remotes, etc. Some scratches on the exterior sides.', 12000.00, NULL, NULL, 13000.00, 'hobie kayak pro angler 14- Fully loaded Bass Master Classic Build-70768.jpeg', 'hobie kayak pro angler 14- Fully loaded Bass Master Classic Build-53526.jpeg', 'hobie kayak pro angler 14- Fully loaded Bass Master Classic Build-44312.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 02:27:27', '2024-01-29 02:48:06'),
(1527, 'Warhammer Chaos OOP Plastic Chaos Knight Horse Missing Head and Base Lot B Previ', 'ml9RCfxzH', 14, 'Warhammer Chaos OOP Plastic Chaos Knight Horse Missing Head and Base Lot B Previous Edition circa 2010. Missing Head and Base.', 2.00, NULL, NULL, 4.69, 'Warhammer Chaos OOP Plastic Chaos Knight Horse Missing Head and Base Lot B Previ-91355.jpeg', 'Warhammer Chaos OOP Plastic Chaos Knight Horse Missing Head and Base Lot B Previ-29902.jpeg', NULL, 'Toys and games', 2.5, NULL, 1, '2024-01-29 02:27:31', '2024-01-29 02:27:31'),
(1528, 'Tray rotary oven price gas electric big rotating bakery rotary rack oven baking loaf bread bakery industrial oven', 'EZlxfXHBv', 19, 'Hot air rotary oven: The rotary oven is a medium-sized baking equipment that uses a variety of different energy sources to heat the combustion chamber, and sends hot air into the oven through a heat exchanger and a fan, and then cooks the food in the oven.', 3980.00, NULL, NULL, 4798.00, 'Tray rotary oven price gas electric big rotating bakery rotary rack oven baking loaf bread bakery industrial oven-24433.jpeg', 'Tray rotary oven price gas electric big rotating bakery rotary rack oven baking loaf bread bakery industrial oven-82728.jpeg', 'Tray rotary oven price gas electric big rotating bakery rotary rack oven baking loaf bread bakery industrial oven-51883.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 02:28:17', '2024-01-29 02:28:17'),
(1529, 'Libro Contabilidad Y Tributación Básica', 'WJY0WF8Fp', 15, 'Si estás buscando una descripción del libro \"Contabilidad y Tributación Básica\", puedo decirte que es una guía fundamental para comprender los conceptos básicos de la contabilidad y la tributación. Este libro te proporcionará los conocimientos necesarios para entender cómo llevar registros contables, preparar estados financieros y cumplir con las obligaciones tributarias. Es una lectura ideal para estudiantes de contabilidad, emprendedores y cualquier persona interesada en adquirir conocimientos en este campo. ¡Te ayudará a tener una base sólida en contabilidad y tributación!', 20.00, NULL, NULL, 27.99, 'Libro Contabilidad Y Tributación Básica-43171.jpeg', 'Libro Contabilidad Y Tributación Básica-34528.jpeg', 'Libro Contabilidad Y Tributación Básica-64029.jpeg', 'Books', 3.5, NULL, 1, '2024-01-29 02:28:38', '2024-01-29 02:28:38'),
(1530, 'Libro El Viento Conoce Mi Nombre Isabel Allende', 'aRzKi35Yo', 15, 'Si estás buscando una descripción del libro \"El Viento Conoce Mi Nombre\" de Isabel Allende, puedo decirte que es una novela fascinante que nos sumerge en la vida de la protagonista, Alba, a través de su diario personal. Ambientada en la época de la dictadura militar en Chile, la historia nos muestra los desafíos y las luchas que Alba y su familia enfrentan mientras buscan la libertad y la justicia. Con su estilo único y cautivador, Isabel Allende nos transporta a través de una narrativa emotiva y llena de personajes inolvidables. ¡Es una lectura que te atrapará desde el principio hasta el final!', 13.50, NULL, NULL, 23.55, 'Libro El Viento Conoce Mi Nombre Isabel Allende-18918.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-29 02:35:34', '2024-01-29 02:35:34'),
(1531, 'Culpa Mía (culpables 1), De Mercedes Ron. Editorial B De Bolsillo, Tapa Blanda En Español', '1DeKHIwiD', 15, 'Si estás buscando una descripción del libro \"Culpa Mía\" de Mercedes Ron, puedo decirte que es el primer libro de la trilogía \"Culpables\". Esta historia nos sumerge en un romance intenso y apasionado entre los protagonistas, que se ven envueltos en un amor prohibido lleno de secretos y emociones. Con una narrativa cautivadora y personajes intrigantes, Mercedes Ron nos lleva por un viaje lleno de giros inesperados y momentos emocionantes. Si te gustan las historias románticas con un toque de misterio, este libro te encantará. ¡Disfruta de esta apasionante lectura!', 12.99, NULL, NULL, 15.35, 'Culpa Mía (culpables 1), De Mercedes Ron. Editorial B De Bolsillo, Tapa Blanda En Español-54524.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-29 02:40:54', '2024-01-29 02:40:54'),
(1532, 'Industrial 12 tray bread  convection oven gas baking oven  gas baking oven convection oven with steam function', 'mZpBTTLAD', 19, 'item\r\nvalue\r\nCondition\r\nNew\r\nApplicable Industries\r\nHotels, Manufacturing Plant, Restaurant, Home Use, Retail, Food Shop, Food & Beverage Shops, Other\r\nShowroom Location\r\nNone\r\nVideo outgoing-inspection\r\nProvided\r\nMachinery Test Report\r\nNot Available\r\nMarketing Type\r\nOrdinary Product\r\nWarranty of core components\r\n1 Year\r\nCore Components\r\nMotor\r\nBrand Name\r\nYINGJU\r\nPlace of Origin\r\nChina\r\nVoltage\r\n220V/380V\r\nPower\r\n6-24kw\r\nDimension(L*W*H)\r\n800*1120*820------800*1120*1780 mm\r\nWeight\r\n110KG\r\nWarranty\r\n1 Year\r\nApplication fields\r\nFlour mill, Commercial catering, Snack food factory, Bakery\r\nRaw material\r\nMilk, Corn, Fruit, Wheat, Nuts, Soybean, Flour\r\nKey Selling Points\r\nEasy to Operate\r\nProduct name\r\nCommercial Bakery Oven\r\nApplication\r\nBread Bakery Machine\r\nType\r\nDeck Baking Oven\r\nUsage\r\nBakery Machines Electric Pizza Oven\r\nFunction\r\nBaking Bread Pizza Cookies\r\nPower Source\r\nEletric\r\nCapacity\r\nCusomized\r\nKeyword\r\nBread Bakery Equipment', 950.00, NULL, NULL, 990.00, 'Industrial 12 tray bread  convection oven gas baking oven  gas baking oven convection oven with steam function-20097.jpeg', 'Industrial 12 tray bread  convection oven gas baking oven  gas baking oven convection oven with steam function-85530.jpeg', 'Industrial 12 tray bread  convection oven gas baking oven  gas baking oven convection oven with steam function-87585.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 02:43:24', '2024-01-29 02:43:24'),
(1533, 'Diccionario De Inglés Intermedio American Pocket Larousse', 'szHBOC8zQ', 15, 'Si estás buscando una descripción del \"Diccionario de Inglés Intermedio American Pocket Larousse\", puedo decirte que es una herramienta muy útil para aquellos que están aprendiendo inglés. Este diccionario te proporcionará definiciones claras y concisas de palabras en inglés, así como ejemplos de uso y expresiones comunes. Además, al ser un diccionario de bolsillo, es práctico y fácil de llevar contigo a donde quiera que vayas. ¡Es una gran ayuda para mejorar tu dominio del idioma inglés!', 23.00, NULL, NULL, 37.99, 'Diccionario De Inglés Intermedio American Pocket Larousse-93180.jpeg', 'Diccionario De Inglés Intermedio American Pocket Larousse-23310.jpeg', 'Diccionario De Inglés Intermedio American Pocket Larousse-52256.jpeg', 'Books', 3.0, NULL, 1, '2024-01-29 02:44:57', '2024-01-29 02:44:57'),
(1534, 'Libro Recetas De Cocina Ecuatoriana', 'DNNEBJiCa', 15, 'Si estás buscando una descripción del libro \"Recetas de Cocina Ecuatoriana\", puedo decirte que es una colección de deliciosas recetas tradicionales de Ecuador. Este libro te guiará a través de platos emblemáticos de la gastronomía ecuatoriana, como el ceviche, la fritada, el seco de pollo y muchos más. Además de las recetas, encontrarás información sobre los ingredientes típicos de Ecuador y las técnicas culinarias utilizadas en el país. ¡Prepárate para disfrutar de los sabores auténticos de la cocina ecuatoriana en la comodidad de tu hogar!', 33.00, NULL, NULL, 45.89, 'Libro Recetas De Cocina Ecuatoriana-24236.jpeg', 'Libro Recetas De Cocina Ecuatoriana-40887.jpeg', 'Libro Recetas De Cocina Ecuatoriana-46993.jpeg', 'Books', 3.5, NULL, 1, '2024-01-29 02:50:24', '2024-01-29 02:50:24'),
(1535, 'AXIS and ALLIES 1987 WWII Board Game Milton Bradley 100% Complete Excellent Plus', 'eUj2qYzXR', 14, 'AXIS and ALLIES 1987\r\nWWII Board Game Milton Bradley 100% Complete Excellent Plus\r\n\r\n*\r\nMilton Bradley 1987\r\n\r\n* 2 to\r\n5 Players\r\n\r\n* Ages\r\n12 to Adult\r\n\r\nUsed game Axis Allies by\r\nMilton Bradley. The time 1942; The Place the world at war; the\r\nChallange Mobilize your country, command your forces, attack the enemy on land\r\nsea and air.\r\n\r\nThe Game is 100% Complete and in Excellent\r\nplus Condition', 45.79, NULL, NULL, 79.21, 'AXIS and ALLIES 1987 WWII Board Game Milton Bradley 100% Complete Excellent Plus-34753.jpeg', 'AXIS and ALLIES 1987 WWII Board Game Milton Bradley 100% Complete Excellent Plus-79927.jpeg', 'AXIS and ALLIES 1987 WWII Board Game Milton Bradley 100% Complete Excellent Plus-29122.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-29 02:51:40', '2024-01-29 02:51:40'),
(1536, 'L 3-Pack 5-Quart Pennzoil Ultra Platinum Full Synthetic 0W-20 Motor Oil', 'oFvhnsCkB', 2, 'About this product:\r\nFull synthetic 0W-20 engine oil with PurePlus Technology that is race trusted for extreme engine performance and is made with natural gas\r\nWarranty coverage of up to 15 years or 500,000 miles, whichever comes first\r\nProvides better wear protection from friction (based on Sequence IVA wear test using SAE 5W-30)\r\nFar exceeds the most stringent car manufacturer requirements for cleanliness and protection (based on ILSAC GF-6)\r\nHelps protect engines from loss of power and provides better fuel economy (based on the latest industry standard)\r\nDelivers unsurpassed sludge protection to help keep high-performance and luxury car engines as close as possible to factory clean (based on Sequence VH Sludge Test using SAE 5W-20)\r\nKeeps pistons dramatically cleaner than required by the toughest industry standards (based on ILSAC GF-6 and Sequence IIIH piston deposit test using SAE 5W-30)\r\nFormulated to provide faster low-temperature oil flow and protection in extreme heat\r\nErgonomic design for easy handling and pouring\r\nSuitable for all car, SUV, light van, truck gasoline, and turbocharged engines; under all driving conditions', 71.35, NULL, NULL, 97.53, 'L 3-Pack 5-Quart Pennzoil Ultra Platinum Full Synthetic 0W-20 Motor Oil-16405.jpeg', 'L 3-Pack 5-Quart Pennzoil Ultra Platinum Full Synthetic 0W-20 Motor Oil-38684.jpeg', 'L 3-Pack 5-Quart Pennzoil Ultra Platinum Full Synthetic 0W-20 Motor Oil-75168.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-01-29 02:54:41', '2024-01-29 02:54:41'),
(1537, 'Industrial 2 deck 2 trays electric pizza baking over double layer cake bakery equipment built in oven', 'texAkNrMK', 19, '1.13 years of production and export experience with competitive price.\r\n2.Customization for design,logo,volts,plug,carton box and other requires.\r\n3.Small MOQ,within 48 hours delivery for stock sample.\r\n4.Safety packing and low freight cost with own transportation company.\r\n5.Self-produced sparepart,professional after-sales service team.', 200.70, NULL, NULL, 253.70, 'Industrial 2 deck 2 trays electric pizza baking over double layer cake bakery equipment built in oven-39993.jpeg', 'Industrial 2 deck 2 trays electric pizza baking over double layer cake bakery equipment built in oven-43015.jpeg', 'Industrial 2 deck 2 trays electric pizza baking over double layer cake bakery equipment built in oven-63242.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 02:57:09', '2024-01-29 02:57:09'),
(1538, 'Heavy Duty Rubber Parking Guide- 21\" 2Pk', '74HSdGqUC', 2, 'Si estás buscando una descripción de las guías de estacionamiento de caucho de servicio pesado, puedo decirte que son una herramienta útil para ayudarte a estacionar tu vehículo de manera precisa y segura. Estas guías de estacionamiento de caucho resistente están diseñadas para resistir el desgaste y proporcionar una referencia visual clara al estacionar tu vehículo. Con una longitud de 21 pulgadas, son lo suficientemente largas como para ofrecer una guía confiable. ¡Ya no tendrás que preocuparte por golpear la pared o los obstáculos al estacionar!', 23.99, NULL, NULL, 45.99, 'Heavy Duty Rubber Parking Guide- 21\" 2Pk-65207.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 02:58:01', '2024-01-29 02:58:01'),
(1539, 'toys and games {table tennis-pingpong set}', 'h7M9iNNaY', 14, 'i have a very nice traveltable tennis / ping pong set w/ travel box {wooden}\r\n\r\nbrand--unknown\r\n\r\nyear--unknown\r\n\r\nused--lightly used/ complete fine condition\r\n\r\nset includes\r\n\r\n2-bats\r\n\r\n1- net\r\n\r\n2 wristbands\r\n\r\npack of {6} extra balls\r\n\r\nsee photos\r\n\r\ncarry box excellent condition', 12.29, NULL, NULL, 14.85, 'toys and games {table tennis-pingpong set}-67884.jpeg', 'toys and games {table tennis-pingpong set}-97969.jpeg', NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-29 03:02:48', '2024-01-29 03:02:48'),
(1540, '6x9 Kenwood Elliptic KFCS6966 3-Way Car Speakers', 'DAtxImhDb', 2, 'If you\'re looking for a description of the 6x9 Kenwood Elliptic KFCS6966 3-Way Car Speakers, I can tell you that these speakers are designed to enhance your car audio experience. With their 3-way design, they offer a wide range of sound frequencies, from crisp highs to deep lows. The 6x9 size is perfect for many car models, providing a powerful and immersive sound. Whether you\'re a music enthusiast or just want to enjoy high-quality audio while driving, these Kenwood speakers are a great choice. Get ready to upgrade your car\'s sound system!', 33.00, NULL, NULL, 43.95, '6x9 Kenwood Elliptic KFCS6966 3-Way Car Speakers-47534.jpeg', '6x9 Kenwood Elliptic KFCS6966 3-Way Car Speakers-33745.jpeg', '6x9 Kenwood Elliptic KFCS6966 3-Way Car Speakers-68663.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-29 03:03:42', '2024-01-29 03:03:42'),
(1541, 'Hobie Wave Martinique mainsail', '5UQQU9VAY', 19, 'Hobie Wave Martinique mainsail', 1000.00, NULL, NULL, 1200.00, 'Hobie Wave Martinique mainsail-55757.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 03:05:09', '2024-01-29 03:05:09'),
(1542, '12\" Focal Access Series Single Coil 4-ohm Subwoofer (30-A4)', 'rAidwoqUo', 2, 'Product Description from Store\r\n12\" 4-ohm subwoofer\r\ndual fiberglass structure cone with butyl rubber surround\r\nhigh power 4-3/4\" magnet\r\nspider decompression ventilated coil\r\npower handling: 50-250 watts RMS (500 watts peak)\r\nfrequency response: 32-500 Hz\r\nsensitivity: 87 dB at 2.83 volts\r\ntop-mount depth: 5-3/8\"\r\nsealed box volume: 0.70-1.05 cubic feet\r\nported box volume: 0.88-1.23 cubic feet\r\ngrille not included\r\nwarranty: 1 year', 165.00, NULL, NULL, 229.99, '12\" Focal Access Series Single Coil 4-ohm Subwoofer (30-A4)-97734.jpeg', '12\" Focal Access Series Single Coil 4-ohm Subwoofer (30-A4)-38171.jpeg', '12\" Focal Access Series Single Coil 4-ohm Subwoofer (30-A4)-14570.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-29 03:09:47', '2024-01-29 03:09:47'),
(1543, 'Foldable Boat Gangway 220 cm. Carbon PosedonMarine Gangplank for Sailing Yachts', 'mRX5pKy9h', 19, 'Foldable Yacht Carbon Gangway 220 cm. Monoblock technology for extra resistance. Honeycomb structure core for strength and rigidity with outside shell in fiberglass combined with carbon. Non-slip walkway for safe boarding.', 1700.00, NULL, NULL, 1895.00, 'Foldable Boat Gangway 220 cm. Carbon PosedonMarine Gangplank for Sailing Yachts-85704.jpeg', 'Foldable Boat Gangway 220 cm. Carbon PosedonMarine Gangplank for Sailing Yachts-33299.jpeg', 'Foldable Boat Gangway 220 cm. Carbon PosedonMarine Gangplank for Sailing Yachts-96675.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 03:10:35', '2024-01-29 03:10:35'),
(1544, 'Roll and Score Arcade Compact Game Ball Table with Electronic Scoring System New', '0UXMWzr9q', 10, 'A durable and compact design with battery-powered electronic scoring and a gravity-fed ball return system, this classic game room arcade is fun for the whole family. This game table has a 5 mm thick one-piece playing surface made of MDF with a laminated finish for smooth ball roll and active play. At 7 ft. 3 in. long, 20-1/2 in. wide, and about 4 ft. tall it\'s the perfect size for most game rooms. Ball rolls are electronically scored when they enter one of the durable ABS scoring rings. Games can be played in single, or two-player mode and the arcade sounds can be turned on or off. The recommended room size for this table is 11 ft. x 5.5 ft. to allow for movement around the game table. This classic family arcade game includes two 63 mm plastic game balls and can be played as a solo game or in two-player mode for fun with friends. The LED scoreboard will track the player with the highest score.', 113.00, NULL, NULL, 224.99, 'Roll and Score Arcade Compact Game Ball Table with Electronic Scoring System New-31503.jpeg', 'Roll and Score Arcade Compact Game Ball Table with Electronic Scoring System New-90156.jpeg', 'Roll and Score Arcade Compact Game Ball Table with Electronic Scoring System New-97320.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-29 03:13:48', '2024-01-29 03:13:48'),
(1545, 'Tiara Yachts Boat Rudder 321316 | 23 1/4 x 9 Inch Bronze Stainless', 'ZNtGBGQ5S', 19, 'Tiara Yachts Boat Rudder 321316 | 23 1/4 x 9 Inch Bronze Stainless', 526.00, NULL, NULL, 596.00, 'Tiara Yachts Boat Rudder 321316 | 23 1/4 x 9 Inch Bronze Stainless-55381.jpeg', 'Tiara Yachts Boat Rudder 321316 | 23 1/4 x 9 Inch Bronze Stainless-21558.jpeg', 'Tiara Yachts Boat Rudder 321316 | 23 1/4 x 9 Inch Bronze Stainless-25462.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-29 03:16:33', '2024-01-29 03:16:33'),
(1546, 'NEIKO 10083A Master Torx Bit Socket and External Torx Socket Set, S2 and CrV Steel, Supreme Torque Output Complete Kit, 60 Pieces', 'zh1aGOhY3', 2, 'TORX BIT SET: This 60-piece Master Torx Bit Socket and External Torx Socket Set is everything you need for Torx projects. Each bit included in this master set is made of premium S2 alloy steel for superior hardness and durable longevity.\r\nTORQUE POWER: This torque socket set is created with strong chrome vanadium steel that provides superior torque for greater turning power with any driver tools. These sockets feature a mirrored chrome finish for an incredible look and feel.\r\nSMOOTH TOOL PRECISION: Our Torx bits each have a precision-machined tip to ensure accurate size and fit. An attached chamfered bit helps insert the piece smoothly into fasteners and protects both the bit and fastener from damage and stripping.\r\nSIZES: This master Torx set has 17 pieces of Torx star-bit sockets from T6 to T70, 17 pieces of tamperproof Torx bit sockets from TT6 to TT70, 12 pieces of Torx-plus bit sockets from TP8 to TP60, and 14 pieces of external Torx sockets from E4 to E24.\r\nALL-IN-ONE SET: This master kit includes Torx bit sockets and e-Torx sockets arranged in a high-impact plastic case. Each bit has a specific size slot for easy organization, portability, and security in your home, garage, or workshop.', 49.47, NULL, NULL, 61.99, 'NEIKO 10083A Master Torx Bit Socket and External Torx Socket Set, S2 and CrV Steel, Supreme Torque Output Complete Kit, 60 Pieces-73557.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 03:17:56', '2024-01-29 03:17:56'),
(1547, 'Astar Manufacturer Bakery Equipment 3 Deck 9 Trays industrial electric bread baking oven with timer', 'VIbswhcb6', 19, 'Commercial Bakery Equipment Bakery Deck Oven\r\nWhether you manager a bakery, a restaurant or a hotel kitchen, you need ovens to cook foods, making the breads, muffins, \r\ncake, cookies, pita, dessert, pastry, even vegetable and meat and so on.\r\nBy constantly circulating hot air, the commercial electric convection oven can cook the foods with a consistent temperature \r\non all surfaces of the foods.\r\nCommercial convection ovens can cook large amounts of foods in a shorter amount of time, it is the good appliance to use \r\nin a high-volume commercial kitchens.\r\nEnergy-efficient and consistent baking performance are two of the biggest reasons to buy a commercial convection oven.\r\n\r\nAre you looking for a commercial electrical deck oven that is not only cost-effective but also high quality and durable? \r\n\r\nAt Astar Kitchen Equipment, you can find several affordable choices available. Especially, Astar can accept your OEM project.\r\nModel\r\nSpecification\r\nDimension\r\n(mm)\r\nChamber size\r\n(mm)\r\nN.W\r\nVoltage\r\nPower\r\nRQL-101\r\n1 Deck 1 Tray\r\n1050*660*490\r\n670*470*180\r\n74kg\r\n220V\r\n0.1kw\r\nRQL-20\r\n1 Deck 2 Trays\r\n1330*840*615\r\n860*670*220\r\n99.5kg\r\n220V\r\n0.1kw\r\nRQL-13\r\n1 Deck 3 Trays\r\n1770*840*615\r\n1300*670*220\r\n---\r\n220V\r\n0.1kw\r\nRQL-202\r\n2 Decks 2 Trays\r\n1050*660*1190\r\n670*470*180\r\n---\r\n220V\r\n0.2kw\r\nRQL-40\r\n2 Decks 4 Trays\r\n1330*840*1190\r\n860*670*220\r\n185kg\r\n220V\r\n0.2kw\r\nRQL-60\r\n3 Decks 6 Trays\r\n1330*840*1660\r\n860*670*220\r\n265kg\r\n220V\r\n0.3kw\r\nRQL-90\r\n3 Decks 9 Trays\r\n1770*840*1660\r\n1300*670*220\r\n328kg\r\n220V\r\n0.3kw\r\nRQL-120\r\n3 Decks 12 Trays\r\n1770*1095*1660\r\n1300*925*220\r\n430kg\r\n220V\r\n0.3k', 295.00, NULL, NULL, 309.00, 'Astar Manufacturer Bakery Equipment 3 Deck 9 Trays industrial electric bread baking oven with timer-34734.jpeg', 'Astar Manufacturer Bakery Equipment 3 Deck 9 Trays industrial electric bread baking oven with timer-71777.jpeg', 'Astar Manufacturer Bakery Equipment 3 Deck 9 Trays industrial electric bread baking oven with timer-87710.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 03:20:47', '2024-01-29 03:20:47'),
(1548, 'Kobalt 24-volt Max 3-Gallons Cordless Wet/Dry Shop Vacuum with Accessories Included (Tool Only)', 'oQk6wTlot', 1, 'If you\'re interested in the Kobalt 24-volt Max 3-Gallons Cordless Wet/Dry Shop Vacuum with Accessories Included (Tool Only), let me tell you about it. This vacuum is perfect for cleaning up messes in your workshop or garage. It\'s cordless, so you can easily move around without being restricted by a power cord. With a 3-gallon capacity, it can handle both wet and dry debris. Plus, it comes with accessories included, making it even more versatile and convenient to use. Whether you\'re tackling a small spill or doing a thorough clean-up, this Kobalt shop vacuum has got you covered.', 79.00, NULL, NULL, 99.00, 'Kobalt 24-volt Max 3-Gallons Cordless Wet/Dry Shop Vacuum with Accessories Included (Tool Only)-50589.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 03:21:42', '2024-01-29 03:21:42'),
(1549, 'Home Kitchen Appliances Heavy Quality Brass Cooker With Tin Coating 3 Liter', 'mStDgoqVR', 19, 'Type - Cooker. Ideal for daily use in kitchen as pressure cooker. Export Quality Product. Doctors Always Advice For Brass Pressure Cookers. It Is Beneficial For Your Health To Cook Your Food In Brass Pressure Cooker.', 147.19, NULL, NULL, 223.33, 'Home Kitchen Appliances Heavy Quality Brass Cooker With Tin Coating 3 Liter-31205.jpeg', 'Home Kitchen Appliances Heavy Quality Brass Cooker With Tin Coating 3 Liter-10319.jpeg', 'Home Kitchen Appliances Heavy Quality Brass Cooker With Tin Coating 3 Liter-82134.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 03:22:03', '2024-01-29 03:22:03'),
(1550, 'Vintage Transogram Wild West Shooting Game With Box Western Rifles and Targets', '1N8V2ndVo', 10, 'Super cool Wild Westing Rifle shooting game up for sale. The game was made by Transogram. There is no date but it may be from the 1930s. The original riffles are included and are marked King Manufacturing. The rifles are obviously toys and do have some surface rust on the metal. There are several targets included, with one target missing. I\'m not sure what type of \"bullets\" may have been included originally. The targets are in very good condition. The box does. have one small tear and tape on three corners. The colors and graphics are fantastic.\r\n\r\nCool Treasures\r\n\r\nDescription\r\n\r\nItem Description\r\n\r\nSuper cool Wild Westing Rifle shooting game up for sale. The game was made by Transogram. There is no date but it may be from the 1930s. The original riffles are included and are marked King Manufacturing. The rifles are obviously toys and do have some surface rust on the metal. There are several targets included, with one target missing. I\'m not sure what type of \"bullets\" may have been included originally. The targets are in very good condition. The box does. have one small tear and tape on three corners. The colors and graphics are fantastic.', 110.20, NULL, NULL, 250.00, 'Vintage Transogram Wild West Shooting Game With Box Western Rifles and Targets-43094.jpeg', 'Vintage Transogram Wild West Shooting Game With Box Western Rifles and Targets-24046.jpeg', 'Vintage Transogram Wild West Shooting Game With Box Western Rifles and Targets-79966.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-29 03:25:23', '2024-01-29 03:25:23'),
(1551, 'Home Kitchen Appliances Heavy Quality Copper Cooker With Tin Coating 5 Liter', 'd9AmWkfjw', 19, 'Type - Cooker. It Is Beneficial For Your Health To Cook Your Food In COPPER Pressure Cooker But It Is Mandatory To Get It Tinned (Kali) KALAI (Tin Coating) through India’s First Automated KALAI Plant.', 230.00, NULL, NULL, 287.00, 'Home Kitchen Appliances Heavy Quality Copper Cooker With Tin Coating 5 Liter-30516.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 03:25:49', '2024-01-29 03:25:49'),
(1552, 'Razor Sharp Bypass Pruning Shears - Lifetime Replacement - Free Extra Blade, Spring & eBook - Japanese Steel - Premium Hand Pruners - Garden Shears - Garden Clippers - Secateurs with Ergonomic Handles', 'zjaAc7k6y', 19, 'About this item\r\n\r\nBypass Gardening Pruners/shears For Quality Care For Your Garden - Make sure the time and effort you spend in your garden doesn’t go to waste by using only the highest quality secateurs available. The Alpha Six trimmers are the best on the market, backed by our premium service, lifetime replacements, and tested by professional gardeners to ensure quality and effectiveness.\r\nHard & Sharp Non-stick Steel Blade - Enjoy fast, clean cuts with razor sharp high-carbon Japanese SK-5 steel pruning shears - the hardest steel on the market designated specially for garden shears. Our blade is coated with non-stick Teflon, which prevents the blade gumming with sap or debris and is rust-resistant. Your purchase also includes an EXTRA BLADE for convenience - and additional surprise bonuses you can access online!\r\nLifetime Warranty Included - We are so confident you’ll LOVE your new pruning shears that a lifetime warranty is included in your purchase, along with our trademark customer support. If for any reason you are unsatisfied with your purchase, simply contact us and we will make it right.\r\nLong Lasting, Durable & Reliable Garden Pruner - The blade of these cutters - coated with PFTE - is rust and corrosion-resistant and our handle has an anodized finish to guarantee durability and reliability for indoor and outdoor storage. These pruning scissors will quickly become one of your favorite tools – lasting through every season and always there when you need them.\r\nErgonomic Rubber Grip - This pair of premium garden cutting shears feature a forged aluminum handle that has been ergonomically designed to fit comfortably in your hand. The handle is coated with non-slip rubber grips for added comfort and an easy-to-operate thumb lock.', 38.14, NULL, NULL, 44.99, 'Razor Sharp Bypass Pruning Shears - Lifetime Replacement - Free Extra Blade, Spring & eBook - Japanese Steel - Premium Hand Pruners - Garden Shears - Garden Clippers - Secateurs with Ergonomic Handles-65382.jpeg', 'Razor Sharp Bypass Pruning Shears - Lifetime Replacement - Free Extra Blade, Spring & eBook - Japanese Steel - Premium Hand Pruners - Garden Shears - Garden Clippers - Secateurs with Ergonomic Handles-46042.jpeg', 'Razor Sharp Bypass Pruning Shears - Lifetime Replacement - Free Extra Blade, Spring & eBook - Japanese Steel - Premium Hand Pruners - Garden Shears - Garden Clippers - Secateurs with Ergonomic Handles-12478.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-29 03:27:10', '2024-01-29 03:27:10'),
(1553, '32 64 Trays Rotary Oven', 'ZC2d3G2kn', 19, '1. Use Italian brand burner or Japanese brand burner for gas rotary oven;\r\n2. Matching the standard tray\'s size 600*400 mm;\r\n3.16 trays on one trolley;\r\n4.Hocked trolley, realize safe and uniform baking.', 8500.00, NULL, NULL, 9500.00, '32 64 Trays Rotary Oven-34789.jpeg', '32 64 Trays Rotary Oven-22809.jpeg', '32 64 Trays Rotary Oven-22471.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 03:28:16', '2024-01-29 03:28:16'),
(1554, 'Rawlings PL85SB 8 1/2 Youth Baseball Glove Left Handed Black and Red', 'KR86rSvdn', 18, 'This Rawlings PL85SB 8 1/2 Youth Baseball Glove is an excellent choice for beginners. The glove features a slip-on cuff type, which makes it easy to put on and take off quickly. It is a multicolor, synthetic material glove with a 5 finger style and is suitable for all positions on the field.', 14.00, NULL, NULL, 15.00, 'Rawlings PL85SB 8 1/2 Youth Baseball Glove Left Handed Black and Red-66504.png', 'Rawlings PL85SB 8 1/2 Youth Baseball Glove Left Handed Black and Red-21344.png', 'Rawlings PL85SB 8 1/2 Youth Baseball Glove Left Handed Black and Red-32833.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 03:31:05', '2024-01-29 03:31:05'),
(1555, 'DonSail Hoe Garden Tool -Scuffle Garden Hula Hoes for Weeding Gardening Long Handle Heavy Duty - Adjustable Weeding Loop Stirrup Hoe 30-61 Inch Black', 'mkEghxyl1', 19, '▲【Push Pull Hoe Garden Tool】Sold by DonSail US store and garden hoes are designed with push-pull motion which is safer and more efficient for weeding, cut weed roots or cultivating around live growing plants with ease.\r\n▼【Weeding Hoe Long Handle】Hoe Length is adjustable to be 30\", 43\" and 60\" which provides maximum comfort for tall gardeners and protect you from bending over.\r\n◀【Sturdy Quality】Weeding tools for garden are made of Commercial grade & extra thick 1.3\" diameter premium steel which is sturdier and made to last for years.\r\n▶【Easy to Install】1 mins to assemble this collinear hoe by screwing 3 pieces together with no extra tools required. Exactly different hoes gardening!\r\n▲【Service Best】DonSail US store provides 1 Year limited maintenance or replacement so that feel free to contact us whenever! Enjoy this all steel hardened hollow hoe for weeding!', 24.02, NULL, NULL, 54.92, 'DonSail Hoe Garden Tool -Scuffle Garden Hula Hoes for Weeding Gardening Long Handle Heavy Duty - Adjustable Weeding Loop Stirrup Hoe 30-61 Inch Black-48862.jpeg', 'DonSail Hoe Garden Tool -Scuffle Garden Hula Hoes for Weeding Gardening Long Handle Heavy Duty - Adjustable Weeding Loop Stirrup Hoe 30-61 Inch Black-38683.jpeg', 'DonSail Hoe Garden Tool -Scuffle Garden Hula Hoes for Weeding Gardening Long Handle Heavy Duty - Adjustable Weeding Loop Stirrup Hoe 30-61 Inch Black-22613.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-29 03:31:37', '2024-01-29 03:31:37'),
(1556, 'Heman and the Masters of the Universe Battle for Eternia Game MOTU 100% Complete', 'ARhEOwRFI', 14, 'Game is Complete in used played with condition, some pieces have some wear , box has wear and a split corner. Please examine all photos carefully', 100.92, NULL, NULL, 247.50, 'Heman and the Masters of the Universe Battle for Eternia Game MOTU 100% Complete-42675.jpeg', 'Heman and the Masters of the Universe Battle for Eternia Game MOTU 100% Complete-19837.jpeg', 'Heman and the Masters of the Universe Battle for Eternia Game MOTU 100% Complete-93051.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-29 03:32:21', '2024-01-29 03:32:21'),
(1557, 'Stainless Steel Food Mixing Tank Agitator mixer beverage juice Milk Tank', 'J2ZNv7OWr', 19, 'Can be used as liquid storage tank, liquid mixing tank ,liquid heating or cooling tank and so on.It is suitable for food, dairy\r\nproducts, fruit juice beverage, pharmaceutical and chemical and biological engineering.\r\nFinish:Mirror or Matt Polish; Ra<0.4um\r\n1. Material:Stainless steel, austenitic stainless steel 304, 316L etc, with insulating material or not\r\n2. Tank shell thickness:3mm at least (according to the design or your required)\r\n3. Design work pressure (MPa):-0.1~~1.6MPa (According to the China national standard, breakthroughs in the foregoing measurements\r\nare allowed in special cases)\r\n4. Design work temperature:-4~~+150C\r\n5. General accessories(If required):Manhole, CIP, respirator, sight glass, mixing(Top side or bottom)\r\nCertification: CE ISO9001:2000.\r\nHave different kinds of agitators:\r\n1, Bottom magnetic agitator with propeller impeller, speed from 50-400rpm or 50-800rpm. this kind of agitator is mixing thin\r\nviscosity , such as eyedrop, injection, CIP liquid, water, etc.\r\n2, Top mechancial agitator with propeller impeller, speed at fix 71rpm or adjustable 20-200rpm or special requirement. this kind\r\nof agitator is mixing syrup, injection, blood, oral liquid, culture media, etc.\r\n3, Top mechanical agitator with anchor or frame impeller, speed is from 10-70rpm. it is mixing higher viscosity , such as sediment\r\nor viscosity oral liquid, etc.\r\n4, Top emusification homogenizer, speed max 2900rpm for small vessel, 1480rpm for bigger tank. this kind of agitator is mixing\r\nmost high viscosity , such as suspension, oil, fat emulsification , etc.\r\n5, Bottom emusification homogenizer, speed max 2900rpm for small vessel, 1480rpm for bigger tank. this kind of agitator is mixing\r\nmost high viscosity , such as suspension, oil, fat emulsification , etc.\r\nModel\r\nEquipment Volune(L)\r\nDimension Of Tank(MM)\r\nMotor Power (KW)\r\nAgitator Peed(R/Min)\r\nOutine dimension\r\nLength\r\nWidth\r\nHeight\r\nRTS500\r\n500\r\nΦ800×900\r\n0.55\r\n63r/min\r\n(According to customer requirements)\r\n800\r\n800\r\n1700\r\nRTS1000\r\n1000\r\nΦ1000×1220\r\n0.75\r\n1000\r\n1000\r\n2100\r\nRTS2000\r\n2000\r\nΦ1200×1500\r\n1.5\r\n1200\r\n1200\r\n2500\r\nRTS3000\r\n3000\r\nΦ1600×1500\r\n2.2\r\n1600\r\n1600\r\n2600\r\nRTS4000\r\n4000\r\nΦ1600×1830\r\n2.2\r\n1600\r\n1600\r\n2900\r\nRTS5000\r\n5000\r\nΦ1800×2000\r\n3.0\r\n1800\r\n1800\r\n3150\r\nRTS6000\r\n6000\r\nΦ1800×2400\r\n3.0\r\n1800\r\n1800\r\n3600\r\nRTS8000\r\n8000\r\nΦ2000×2400\r\n4.0\r\n2000\r\n2000\r\n3700\r\nRTS10000\r\n10000\r\nΦ2100×3000\r\n5.5\r\n2100\r\n2100\r\n4300', 2800.00, NULL, NULL, 3000.00, 'Stainless Steel Food Mixing Tank Agitator mixer beverage juice Milk Tank-42736.jpeg', 'Stainless Steel Food Mixing Tank Agitator mixer beverage juice Milk Tank-94522.jpeg', 'Stainless Steel Food Mixing Tank Agitator mixer beverage juice Milk Tank-25075.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-29 03:33:20', '2024-01-29 03:33:45'),
(1558, 'Trooper Clothing Kids 6 Panel Tactical Cap,OD Green, OD Green, One Size 9400- O/', 'oS5y5i2U9', 18, 'Trooper exclusive youth 6 panel tactical cap is made to keep the sun off of your little operator and give them the cool factor. Cap features adjustable Velcro tab in the back to allow for a perfect fit. Also has a 2 7/8 X 1 1/2 hook and loop patch on the front and 2 3/4 X 3/4 patch in the back to allow for your own rocker patches. Pair your cap up with one of our custom patches specifically designed to fit our caps for your own custom look. (Patches sold separately)', 19.67, NULL, NULL, 20.00, 'Trooper Clothing Kids 6 Panel Tactical Cap,OD Green, OD Green, One Size 9400- O/-89973.png', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-01-29 03:35:09', '2024-01-29 03:35:09'),
(1559, 'Olmsted Forge Garden Tool Set, 5 Pieces, Heavy Duty Powder Coated Steel, Cork Handle', '62pFZaSrJ', 19, '5 PIECE GARDEN TOOL KIT: This professional gardening tool set comes with everything you need to start digging, weeding, planting, aerating and transplanting. Each gardening kit contains 5 digging tools and gardening accessories that will make your time gardening easier and more enjoyable\r\nPOWDER-COATED STEEL: Our gardening tools are made using only heavy-duty steel that is resistant to corrosion and rusting to ensure long term and reliable use. Our Comfort Cork handles make sure our tools stay firmly and comfortably in your hands\r\nVARIETY OF TOOLS: Big Scoop, Hand Trowel, Hand Rake, Cultivator and Transplant Tool. Perfect for a variety of tasks including digging, weeding, loosening soil, aerating, transplanting and more\r\nIDEAL GARDENING GIFT: Whether it’s a friend or family member, they’re going to love this gardening tool set! With attractive double-boxed packaging, it makes the perfect gift', 59.99, NULL, NULL, 69.99, 'Olmsted Forge Garden Tool Set, 5 Pieces, Heavy Duty Powder Coated Steel, Cork Handle-28818.jpeg', 'Olmsted Forge Garden Tool Set, 5 Pieces, Heavy Duty Powder Coated Steel, Cork Handle-15834.jpeg', 'Olmsted Forge Garden Tool Set, 5 Pieces, Heavy Duty Powder Coated Steel, Cork Handle-17727.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-29 03:38:10', '2024-01-29 03:38:10'),
(1561, 'BILMOLA VELOCE PIRAHNA MATT YELLOW FULL FACE SINGLE VISOR HELMET LIMITED', 'c25NtjNKM', 18, 'Bilmola Veloce (Single Visor)\r\n\r\nWith more than 200,000 fans in Thailand????????,\r\n\r\nBilmola the brand you can trust!\r\n\r\n• Original visor come with gold colour\r\n\r\n• Thin mercury shield, made from Polycarbonate, protective coating\r\n\r\n• Removable and washable duvet set\r\n\r\n• Built-in spoiler Increase the sleekness and stability\r\n\r\n• There is a groove to support the glasses. For people wearing glasses\r\n\r\n• Supports the installation of anti-fog sheets\r\n\r\n• Support bluetooth installation\r\n\r\n• Stepping lock stainless steel chin strap\r\n\r\n• Hat weight 1,450 50g.\r\n\r\n• Size S - XXL\r\n\r\n• Passed TIS / ECE standard', 350.00, NULL, NULL, 387.00, 'BILMOLA VELOCE PIRAHNA MATT YELLOW FULL FACE SINGLE VISOR HELMET LIMITED-57693.png', 'BILMOLA VELOCE PIRAHNA MATT YELLOW FULL FACE SINGLE VISOR HELMET LIMITED-50680.png', NULL, 'Accessories', 4.0, NULL, 1, '2024-01-29 03:41:44', '2024-01-29 03:41:44'),
(1562, 'Learning And Educational Toys With Interactive Books And Ar Animation Games', 't2ZKMnDgM', 14, 'Learning And Educational Toys With Interactive Books And Ar Animation Games For Children (Community Full Kit)\r\n\r\nItem Condition: New\r\n\r\nProduct Dimension: 11 X 7.9 X 7.7\r\n\r\nProduct Information\r\n\r\nLearning And Education System Our System Sparks Your ChildS Creativity With Fun And Engaging Activities. Augmented Reality Content, Markers And Special Effects Will Enrich The Learning Experience By Triggering Visual And Auditory Senses. If You Register A ChildS Picture In Your Profile The Child Becomes The Main Character Of The Book And Appears In The Content. The Drawings My Child Has Colored Become A 3D Stereoscopic Character, Exploring The Book With The Child. It\'S Simple Because You Don\'T Need To Attach Anything To Your Tablet\'S Camera. Personal Data Like Pictures Are Saved Only On Your Device And Not Published. Both Brothers And Sisters Can Use The Appli', 112.46, NULL, NULL, 242.99, 'Learning And Educational Toys With Interactive Books And Ar Animation Games-88705.jpeg', 'Learning And Educational Toys With Interactive Books And Ar Animation Games-57873.jpeg', 'Learning And Educational Toys With Interactive Books And Ar Animation Games-75750.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-29 03:42:09', '2024-01-29 03:42:09'),
(1563, 'Garden Tools Set, YAUNGEL Gardening Tools Heavy Duty Stainless Steel Gardening Supplies Hand Tools with Wooden Handle, Storage Tote Bag, Ideal Gardening Gifts for Women and Men', 'NtlEX64EA', 19, 'About this item\r\n\r\n🌱Elegant Garden Tool Organizer Bag - The tote bag is made of durable 600D oxford cloth and polyester. Super large space for storing all tools.\r\n🌱Durable Stainless Steel - Heavy-duty stainless steel heads can withstand the toughest roots, rocks, and soil, sturdier than cast aluminum/coated/carbon steel, No need to worry about rusting and breaking during pruning, digging, weeding, etc. Mirror-polished process to make the tool get the minimal soil adhesion and easier cleaning.\r\n🌱Comfortable Handle - The well-designed handle made of ash wood fits easily in your hand and will reduce hand pain and fatigue while digging, weeding, and planting. Handle bottom designed with cowhide lanyard for easy storage.\r\n🌱Gift Box - Gardening hand tool set boasts an elegant gift box and qualifiable product to give a contemporary feel to a classic garden tool set. It\'s a great gift for any devoted hobbyist or aspiring gardener.\r\n🌱Cover All You Need - 10 pieces garden tool kit has a handy tote bag, pruning shear, garden trowel, transplanter, weeder, hand fork, hand rake, kneeling pad, sprayer, garden gloves. All the gardening supplies are made of safe, non-toxic and harmless materials.', 23.99, NULL, NULL, 25.99, 'Garden Tools Set, YAUNGEL Gardening Tools Heavy Duty Stainless Steel Gardening Supplies Hand Tools with Wooden Handle, Storage Tote Bag, Ideal Gardening Gifts for Women and Men-86001.jpeg', 'Garden Tools Set, YAUNGEL Gardening Tools Heavy Duty Stainless Steel Gardening Supplies Hand Tools with Wooden Handle, Storage Tote Bag, Ideal Gardening Gifts for Women and Men-50223.jpeg', 'Garden Tools Set, YAUNGEL Gardening Tools Heavy Duty Stainless Steel Gardening Supplies Hand Tools with Wooden Handle, Storage Tote Bag, Ideal Gardening Gifts for Women and Men-42636.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-29 03:45:57', '2024-01-29 03:45:57'),
(1564, 'Gen 2+ Double Tube Imaging Night Vision Helmet Head Mounted', 'ivEBKCDNR', 18, 'Gen 2 Double Tube Imaging Night Vision Helmet Head Mounted for Army Military Tactical Can be Disassembled into 2 for Hunting\r\n\r\nModel Number: MHB-XD2 Brand Name: Image enhancer level: Over 2nd generation / Quasi-3rd generation Resolution: 45-57mm Cathode surface type: S25 STNR (decibel): 15-21 Optical sensitivity: 450-500 microamps / lumens FOV: 42 /-3 Viewing range: 180-220m Eyepiece Adjustment: /-5 diopter Lens system: F1.2, 25mm Optical coating: Multilayer composite broadband ultra-vacuum ion antireflection film Objective adjustable range: 0.25m to infinity Automatic anti-glare: Highly sensitive, ultra-fast, broadband detection Rollover detection: All-solid-state automatic attitude recognition Material: Full-aviation aluminum alloy Continue working time: 80h ( closed IR ) 40h ( Open IR) Working temperature: -40 to 50 centigrade degree Waterproof: IP65 Battery Type: CR123 (not include)\r\n\r\nGen 2 Tube Head-Mounted IR Night Vision Monocular Binoculars for Army Military Tactical Can be Disassembled into 2 for Hunting\r\n\r\nCan be disassembled into 2pcs night vision monocular to use with your friend together .\r\n\r\nBuy 1pcs night vision binocular , equivalent to 2pcs night vision monocular ,\r\n\r\nQuasi-Gen 3rd Head-Mounted IR Night Vision Binoculars for Army Military Tactical Can be Disassembled into 2pcs Hunting Monocular\r\n\r\nQuasi-Gen 3- 2 .\r\n\r\nZhejiang Rongzhe Optoelectronic Technology Co. Ltd.\r\n\r\nOur company Is a high-tech technology enterprises specializing in the production and processing of products such as night vision devices, telescopes, and rangefinders,riflescope, thermal imaging , Instrumentation. Protective Equipment and so on.\r\n\r\nIt owns, Guide,IRay ,DALI , Mcmillan,Plusar and other private brands and use rights.\r\n\r\nIt has established an electronic and other technology research and development production base in Shenzhen, China, and established a product.', 7930.00, NULL, NULL, 8500.00, 'Gen 2+ Double Tube Imaging Night Vision Helmet Head Mounted-70502.png', 'Gen 2+ Double Tube Imaging Night Vision Helmet Head Mounted-30957.png', 'Gen 2+ Double Tube Imaging Night Vision Helmet Head Mounted-67477.png', 'Accessories', 4.5, NULL, 1, '2024-01-29 03:49:45', '2024-01-29 04:05:36');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1565, '50000-60000 Liters LPG Semi Trailer for Sale', 'E5dDtYZ0n', 19, '3 axles Lpg Gas Tank Semi Trailer \r\nWorking Temperture\r\n-19-50\r\nDesign Temoerture\r\n50\r\nCondition\r\nNew or Used\r\nVolume\r\n60 cbm\r\nTank material\r\nCarbon Steel ,Stainless Steel,Alluminum Steel\r\nTire\r\nQ370R\r\nColor\r\nCustomer\'s Require\r\nBrand\r\nChengda', 12900.00, NULL, NULL, 15900.00, '50000-60000 Liters LPG Semi Trailer for Sale-74673.jpeg', '50000-60000 Liters LPG Semi Trailer for Sale-78473.jpeg', '50000-60000 Liters LPG Semi Trailer for Sale-35615.jpeg', 'Industrial', 2.5, NULL, 1, '2024-01-29 03:50:33', '2024-01-29 03:51:56'),
(1566, 'New Night Vision Goggles Head Mounted 1X Optical Extra Wide', 'qC2BcUmxU', 18, 'New Night Vision Goggles Head Mounted 1X Optical Extra Wide', 320.00, NULL, NULL, 399.00, 'New Night Vision Goggles Head Mounted 1X Optical Extra Wide-51254.png', 'New Night Vision Goggles Head Mounted 1X Optical Extra Wide-17044.png', 'New Night Vision Goggles Head Mounted 1X Optical Extra Wide-30710.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 03:55:12', '2024-01-29 03:55:12'),
(1567, 'HLWDFLZ Purple Garden Tool Set Gardening Gifts for Women - 11PCS Heavy Duty Garden Tools with Detachable Storage Bag, Weeder, Dual-Purpose Hoe', 'GEvpTfvnm', 19, 'About this item\r\n\r\nDETACHABLE STORAGE CARRYING BAG: The tote bag with a detachable pocket can store water. Its inner layer is made of waterproof PEVA material and the outer layer is made of Oxford cloth. 9 large capacity side pockets can store all your tools. You can use it to store and organize your tools efficiently. TIPS: Please keep away from sharp objects when using the inner pocket for water storage.\r\n11 PCS GARDEN TOOL SET: All-in-one garden tools set Including: straight scissor, pruning snip, bypass pruner, gardening trowel, transplant trowel, dual-purpose hoe, weeder, weeding knife, folding saw, gloves with fingertips claws, storage tote bag.\r\nHIGH - QUALITY TOOLS: Our gardening tools are made of 304 Stainless Steel that is strong, durable and rustproof.It will not bend or break during use. It can easily cut thicker branches and withstand hard rocks and soil. The ergonomic durable rubber handle, features anti-slip perfomance and comfort grip to reduce hand and wrists fatigue when weeding.\r\nEVERYTHING YOU NEED IS HERE: 3 garden pruners are easy to handle for pruning and shaping small plants. The Garden Pruner is suitable for cutting fine roots and pruning branches. The crack weeder\'s sharp blades rip through hard soil and are perfect for removing weeds from the gaps between paving stones. The dual-purpose hoe tills the soil as well as cuts through hard soil. The digging gloves allow you to easily dig and loosen the soil while protecting your hands from injury/dirty.\r\nPERFECT GIFT & SAFETY GUARANTEE: This gardening tool set is perfect as a present for birthday, christmas or valentine\'s day. Great gift for women, mom, girlfriend and sister. If you have any questions, please contact us and we will deal with it immediately.', 42.99, NULL, NULL, 63.10, 'HLWDFLZ Purple Garden Tool Set Gardening Gifts for Women - 11PCS Heavy Duty Garden Tools with Detachable Storage Bag, Weeder, Dual-Purpose Hoe-91193.jpeg', 'HLWDFLZ Purple Garden Tool Set Gardening Gifts for Women - 11PCS Heavy Duty Garden Tools with Detachable Storage Bag, Weeder, Dual-Purpose Hoe-66996.jpeg', 'HLWDFLZ Purple Garden Tool Set Gardening Gifts for Women - 11PCS Heavy Duty Garden Tools with Detachable Storage Bag, Weeder, Dual-Purpose Hoe-34212.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-29 03:55:42', '2024-01-29 03:55:42'),
(1568, 'Toy / Game Mattel Matchbox Mega Rig Shark Adventure - You Can Connect And Combin', 'rCK7ySBIc', 15, 'Matchbox Mega Rig Shark Adventure Large Play Set', 112.46, NULL, NULL, 242.99, 'Toy / Game Mattel Matchbox Mega Rig Shark Adventure - You Can Connect And Combin-99219.jpeg', 'Toy / Game Mattel Matchbox Mega Rig Shark Adventure - You Can Connect And Combin-47831.jpeg', NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-29 03:56:08', '2024-01-29 03:56:08'),
(1569, 'Automatic electric', 'JPRvdf0o8', 19, 'INTEGRATION:Automatic pasta maker machine features 2-in-1 functions to press dough & cut noodles automatically. Just rotate the mode switch knob to exchange the function as your requirement, from dough to noodles. Perfect for household and commercial use.\r\n HIGH-GRADE STAINLESS STEEL MACHINE - Electric family noodles maker machine features 304 food grade stainless-steel body, not easy to rust and aging. Built in knife to cut two kinds of noodles, which can make various flavors of 1.5mm flat noodles and 4mm flat noodle, You can also use the electric noodle machine to make dumpling/wonton skins from dough of 1-3.5mm thinkness.\r\nMULTIFUNCTIONAL NOODLE MAKER SPECS:you can move and place it anywhere easily, kitchen countertop at home, noodle dumpling restaurant, breakfast shop, or even street snack bar etc.\r\nHIGH EFFICIENCY - Electric pasta maker with one key switch is easy to operate. 750W strong power causes high production efficiency, speed up to 11lbs/h, saving your time and effort effectively. The household pasta roller and maker is perfect for family use.\r\nCOMMERCIAL&HOME USE---Our noodle maker boasts a powerful and stable 750W motor that effectively processes dough, allowing for fast and vertical cutting of noodles that remain separate and don\'t stick together. Whether it\'s for use in restaurants, canteens or home kitchens, our versatile noodle maker is perfect for creating delicious, homemade noodles with ease. With a powerful motor and reliable performance, this machine streamlines the noodle-making process, saving you time and effort.\r\nHEALTHY AND CONVENIENT - Homemade noodles are healthier and safer to eat. It can be used to make pasta, spinach noodles, tomato noodles and almost all other flavors of noodles, meeting your basic needs. Have your own noodle machine, so you can make fresh noodles anytime, anywhere.\r\n\r\nNote: The products equipped with electrical plugs are specifically designed for use in different countries. Due to variations in outlets and voltage standards internationally, it is possible that this product may require an adapter or converter to be compatible with the electrical system of your destination. Kindly provide clear information regarding the required voltage and plug type before address your order.', 85.00, NULL, NULL, 95.00, 'Automatic electric-63803.jpeg', 'Automatic electric-47775.jpeg', 'Automatic electric-69169.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-29 03:56:26', '2024-01-29 03:56:26'),
(1570, 'AMES 2917200 Saw-Tooth Border Edger with T-Grip, 39-Inch', '7cCEtCa1H', 19, 'About this item\r\n\r\nLANDSCAPING EDGER: Cuts trenches and creates clean, finished lawn edges along driveways, lawns and sidewalks\r\nVERSATILE EDGER: Blade design cuts straight or curved edges\r\nSERRATED BLADE: Serrated steel blade easily cuts through grass and earth; Durable serrated 15-gauge steel blade slices through grass and turf in 1 step\r\nCONVIENENT FOOTPLATE: Fashioned with a footplate for comfort, control and consistency\r\nBLADE DIMENSIONS: 8-7/8 in. W x 4-1/2 in. H', 32.98, NULL, NULL, 52.83, 'AMES 2917200 Saw-Tooth Border Edger with T-Grip, 39-Inch-73861.jpeg', 'AMES 2917200 Saw-Tooth Border Edger with T-Grip, 39-Inch-36738.jpeg', 'AMES 2917200 Saw-Tooth Border Edger with T-Grip, 39-Inch-74401.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-29 04:02:07', '2024-01-29 04:02:07'),
(1571, 'Kemet Blood and Sand Base Game', 'DatBTMBpQ', 10, 'In the fantasy world of Kemet: Blood and Sand, the Ancient Egypt classic gods are not the only ones to be worshiped. Darker and scarier gods are the focus of unholy cults: the great Cthulhu is worshiped on the Nile shores, whereas the name of Nyarlathotep, the Black Pharaoh, is whispered in the far desert.\r\n\r\nYou\'ll find a new kind of Power tiles with miniatures : the Great Old Ones. They are the tallest miniatures in the game.\r\n\r\n(Re)discover Kemet\'s epic universe with Kemet: Blood and Sand, the newest edition of the multi-award winning game, Kemet! Kemet: Blood and Sand will immerse you in an unrivaled gaming experience, even better than the original!\r\n\r\nIn Kemet: Blood and Sand, you play one of the Egyptian gods, aiming to stamp your dominance on the parched land. Build pyramids, combine godly powersto create powerful asymmetric combinations and lead your followers in glorious battles. But, be careful - only deep strategic planning and swift tactics will lead you t\r\n\r\nPlay as one of the Egyptial gods Build pyramids, combine godly powers to create powerful asymmetric combinations. Lead your followers in glorious battle. 2-5 Players', 100.28, NULL, NULL, 163.77, 'Kemet Blood and Sand Base Game-58812.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-29 04:05:59', '2024-01-29 04:05:59'),
(1572, 'XYADX 48 Inch Handle Steel Tamper, 8 \"x8 Heavy Duty Garden Tamper Tool, Labour-Saving for Levelling Land, Installing Paving Stones and Repairing Pavements', 'DlnDgZzjG', 10, 'About this item\r\n\r\nGarden Tamper: Are you still worried about the unevenness of the road surface in your garden or in front of your home? XYADX tamper can help you to solve this problem, no need for you to bend down and work, only need to gently lift up and then fall down with your hand, and it is very easy to tamp and level out the uneven land.\r\nStrong & Durable Material: The steel tamper is made of high quality steel, the bottom is made of 8 inches x 8 inches steel, the long handle is made of rust-resistant stainless steel and is covered with a protective coating for long-lasting durability; the handle on the top is wrapped with a layer of rubber, which makes it comfortable to use, and prevents slipping and hurting your palms;\r\nWide Application: Garden tampers are perfect for levelling land, repairing pavements and installing paving stones, etc. Ideal for tamping gravel, stone, dirt and concrete; suitable for industrial, residential and other heavy duty construction sites.\r\nEasy to Install: The tamper tool is easy to install, you just need to screw the handle and the steel block at the bottom together; the handle has 3 heights adjustable, you can adjust the handle to a comfortable length according to your needs, no need to bend down to work.\r\nProduct Service: If you have any questions about this garden steel tamper, you can contact us, we will give you 100% service and look forward to your purchase.', 35.99, NULL, NULL, 91.73, 'XYADX 48 Inch Handle Steel Tamper, 8 \"x8 Heavy Duty Garden Tamper Tool, Labour-Saving for Levelling Land, Installing Paving Stones and Repairing Pavements-15286.jpeg', 'XYADX 48 Inch Handle Steel Tamper, 8 \"x8 Heavy Duty Garden Tamper Tool, Labour-Saving for Levelling Land, Installing Paving Stones and Repairing Pavements-27991.jpeg', 'XYADX 48 Inch Handle Steel Tamper, 8 \"x8 Heavy Duty Garden Tamper Tool, Labour-Saving for Levelling Land, Installing Paving Stones and Repairing Pavements-37653.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-29 04:06:32', '2024-01-29 04:06:32'),
(1573, 'MotoTec 200cc 6.5HP Trailcross Gas Powered Mini Bike Red or Grey', 'beUUat39W', 18, 'Introducing the MotoTec 200CC 6.5HP Trailcross Mini Bike! Just like the ones your parents used to drive, only safer and easier to use. Powered by a 200cc 6.5HP overhead valve 4-stroke engine(no need to mix gas and oil) and an automatic clutch to ensure easy operation. With it\'s rugged steel frame and no-dent fenders, this mini bike is built tough to handle the roughest of terrain.\r\n\r\nEngine: 200cc/6.5HP Overhead-Valve 4-Stroke\r\n\r\nCalifornia CARB Approved: Yes\r\n\r\nMax Speed: 40 mph\r\n\r\nStarter Type: Easy Pull\r\n\r\nSpark Plug Type: CHDY-F7TC\r\n\r\nCooling: Air Cooled\r\n\r\nIgntion Type: T.C.I.\r\n\r\nBore Stroke: 68x54mm\r\n\r\nCompression 8:5:1\r\n\r\nGear Ratio: 10:1\r\n\r\nFront Suspension: Yes\r\n\r\nBrakes: Rear Drum\r\n\r\nFront Rear Tire: 19x7-8\r\n\r\nMini Bike Size: 62x26x42 inches\r\n\r\nMini Bike Weight: 143 lbs\r\n\r\nMax Rider Weight: 200 lbs\r\n\r\nGround Clearance: 7 inches\r\n\r\nFuel Tank Capacity: 1 Gallon\r\n\r\nFuel Type 90 Octane\r\n\r\nOil Capacity: .63 qt (10W-30)\r\n\r\nThrottle: Twist Grip\r\n\r\nTransmission: Automatic, Centrifugal Clutch, Chain Drive\r\n\r\nHandlebars: Adjustable forward and back\r\n\r\nRider Comfort: Large padded seat\r\n\r\nBox Size: 59x18x33 inches\r\n\r\nBox Weight: 184 lbs\r\n\r\nWarranty: 60 days parts replacement\r\n\r\nShips to the lower 48 only', 1250.00, NULL, NULL, 1880.00, 'MotoTec 200cc 6.5HP Trailcross Gas Powered Mini Bike Red or Grey-54209.png', 'MotoTec 200cc 6.5HP Trailcross Gas Powered Mini Bike Red or Grey-24231.png', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 04:17:32', '2024-01-29 04:17:32'),
(1574, 'Musical instruments five drums no cymbals d', '5AXssYVGY', 19, 'The material used in this product has been tested for environmental protection.', 190.00, NULL, NULL, 250.00, 'Musical instruments five drums no cymbals d-80115.jpeg', 'Musical instruments five drums no cymbals d-68643.jpeg', 'Musical instruments five drums no cymbals d-23042.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-29 04:19:01', '2024-01-29 04:19:01'),
(1575, 'Anti Slip Socks Baby Boys Girl Cotton Thick Warm Floor Sock Toddler Kids 1 Pairs', 'Ff2o81zJO', 19, 'Soft and Warm Material :Made with soft and warm cotton material, these socks keep your child\'s feet cozy and warm. Suitable for Both Boys and Girls :These socks are designed for both boys and girls, making them a versatile option for parents.', 2.42, NULL, NULL, 3.42, 'Anti Slip Socks Baby Boys Girl Cotton Thick Warm Floor Sock Toddler Kids 1 Pairs-40926.jpeg', 'Anti Slip Socks Baby Boys Girl Cotton Thick Warm Floor Sock Toddler Kids 1 Pairs-26860.jpeg', 'Anti Slip Socks Baby Boys Girl Cotton Thick Warm Floor Sock Toddler Kids 1 Pairs-18381.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-29 09:57:55', '2024-01-29 09:57:55'),
(1576, 'Stainless Steel Potato Ricer Masher Kitchen Gadget Tool Arts Crafts', '0GsUQteFj', 4, 'Masher developed some rust spots while being stored at summer home. It could potentially be restored or be re-purposed for arts/craft projects.\r\n\r\nStainless Steel Potato Ricer Masher Kitchen Gadget\r\n\r\nMeasures about 11\" long with an approximate 4\" diameter\r\n\r\nMasher developed some rust spots while being stored at summer home. It could potentially be restored or be re-purposed for arts/craft projects.', 2.60, NULL, NULL, 5.93, 'Stainless Steel Potato Ricer Masher Kitchen Gadget Tool Arts Crafts-44876.jpeg', 'Stainless Steel Potato Ricer Masher Kitchen Gadget Tool Arts Crafts-79810.jpeg', 'Stainless Steel Potato Ricer Masher Kitchen Gadget Tool Arts Crafts-51023.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-29 09:58:08', '2024-01-29 09:58:08'),
(1577, 'Villacera Offset Patio Shade &#150; 10 Ft Cantilever Outdoor Umbrella with Base Included &#150; Canopy with Heavy-Duty Steel Ribs and Vertical Tilt (Brown)', 'YEeaWVhWV', 4, 'If you\'re looking for a description of the Villacera Offset Patio Shade - 10 Ft Cantilever Outdoor Umbrella with Base Included - Canopy with Heavy-Duty Steel Ribs and Vertical Tilt (Brown), I can give you some details. This umbrella is designed to provide shade and protection from the sun in your outdoor space. With its 10 ft size, it offers ample coverage for your patio or garden. The cantilever design allows you to position the umbrella at different angles to block the sun\'s rays throughout the day. The heavy-duty steel ribs ensure durability and stability, while the vertical tilt feature allows you to adjust the angle of the canopy. Plus, it comes in a stylish brown color that will complement your outdoor decor. Get ready to relax and enjoy the shade with this Villacera patio umbrella!', 70.00, NULL, NULL, 107.95, 'Villacera Offset Patio Shade &#150; 10 Ft Cantilever Outdoor Umbrella with Base Included &#150; Canopy with Heavy-Duty Steel Ribs and Vertical Tilt (Brown)-43885.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-29 09:59:04', '2024-01-29 09:59:04'),
(1578, 'MotoTec Bull 125cc 4-Stroke Gas ATV Black or Blue', 'YPIweQdQu', 18, 'Introducing the new MotoTec Bull 125cc 4-stroke Kids Gas Powered ATV with Reverse and Electric Start, this beast is ready to tackle any off-road terrain for beginner to intermediate riders. Push the thumb throttle and listing to the engine sing with 8 horse power for maximum entertainment. This 4-wheeler can carry up to 220 lbs and recommended for 10 years old. Comes standard with self-adjusting rugged chain drive, front drum and hydraulic rear brakes, adjustable handlebars, front and rear suspension, large air-filled tires and a 4-stroke 125cc engine. Now featuring a parent remote control kill switch for safety. Don\'t wait, the thrill of trail riding awaits', 1499.00, NULL, NULL, 1698.00, 'MotoTec Bull 125cc 4-Stroke Gas ATV Black or Blue-41106.png', 'MotoTec Bull 125cc 4-Stroke Gas ATV Black or Blue-91605.png', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 10:03:07', '2024-01-29 10:03:07'),
(1579, 'Galvanized Steel Landscape Edging - Metal Landscaping Garden Fence Border for Flower Beds, Plants, Gardens, Walkways, or Lawns by Pure Garden (Silver)', 'x0FkVQEVS', 4, 'This landscape edging is perfect for creating clean and defined borders in your garden or lawn. Made from galvanized steel, it\'s durable and resistant to rust, ensuring long-lasting use. It\'s designed to easily interlock, making installation a breeze. Whether you want to separate your flower beds, define walkways, or keep your plants neatly contained, this metal edging is a great choice. Plus, it comes in a sleek silver color that adds a modern touch to your outdoor space.', 15.42, NULL, NULL, 19.95, 'Galvanized Steel Landscape Edging - Metal Landscaping Garden Fence Border for Flower Beds, Plants, Gardens, Walkways, or Lawns by Pure Garden (Silver)-15525.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-01-29 10:03:18', '2024-01-29 10:03:18'),
(1580, 'Baby Boys Cake Smash Outfit First Birthday Bloomers Bowtie Suspenders Bloomers', 'TyqMu3sX4', 19, 'Suspenders colors CAKE TOPPER Size - The \"ONE\" Cake Topper 2.6\"x5.5\",suitable for most sizes of cakes. Cake Topper Colors.', 14.80, NULL, NULL, 17.80, 'Baby Boys Cake Smash Outfit First Birthday Bloomers Bowtie Suspenders Bloomers-14180.jpeg', 'Baby Boys Cake Smash Outfit First Birthday Bloomers Bowtie Suspenders Bloomers-24321.jpeg', 'Baby Boys Cake Smash Outfit First Birthday Bloomers Bowtie Suspenders Bloomers-28690.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 10:03:37', '2024-01-29 10:03:37'),
(1581, 'Perfect Bacon Bowl', 'zBphXPeVg', 4, 'This sale is for the Perfect Bacon Bowl\r\n\r\nBacon: It\'s meaty, salty, and crispy ? how could you not love it?\r\n\r\nFor bacon friends and fanatics, it\'s cured meat at its finest ? primal, aromatic strips of pork heaven.\r\n\r\nFrom breakfast to dessert, bacon can be eaten in anything and everything.\r\n\r\nThere\'s a new way to eat bacon ? not in dishware but as dishware!\r\n\r\nAs seen on TV, the Perfect Bacon Bowl promises to create delicious bite-sized bowls of bacon if you simply wrap slices of your favorite brand around the gadget and cook.\r\n\r\nThis small plastic bowl is designed to work in the oven, toaster oven, and microwave, cooking times may vary.\r\n\r\nStep 1: Cut the first strip into 2 halves and crisscross them on the bottom of the bowl.\r\n\r\nWrap the remaining 2 strips around the sides of the mold.\r\n\r\nStep 2: Place the bowl in the microwave and cook on High power for 2 minutes and 30 seconds. (All of the grease collects at the bottom of the bowl.)\r\n\r\nIf you\'d like your bacon dish even crispier, continue to nuke the bacon at 30 second intervals.\r\n\r\nTip: To avoid splatter, place a paper towel over the bacon bowl as it cooks\r\n\r\nTo make multiple bacon bowls at the same time, it\'s best to use the oven.\r\n\r\nStep 3: Take your Perfect Bacon Bowl out and let it cool.\r\n\r\nPour away the fat and marvel at your masterpiece.\r\n\r\nGreat to fill with scrambled eggs for breakfast, use as a salad bowl, load it with ice cream for a salty-sweet treat, or make a gussied up version of BLT.\r\n\r\nWhy not? It\'s bacon!\r\n\r\nTwo (2) bacon bowls\r\n\r\nDishwasher safe\r\n\r\nBowls measures 5.75\" x 5.5\" x 1.75\"\r\n\r\nThese bowls are brand new in original packaging unopened\r\n\r\nPlease view photos for a good description of this item\r\n\r\nThank you!', 19.89, NULL, NULL, 22.44, 'Perfect Bacon Bowl-23152.jpeg', 'Perfect Bacon Bowl-54081.jpeg', 'Perfect Bacon Bowl-84502.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-29 10:04:28', '2024-01-29 10:04:28'),
(1582, 'Aqua Joe 2-in-1 Hose-Powered Adjustable Foam Cannon Spray Gun, Quick-Connect to Any Garden Hose', 'ZqP3HsVpa', 4, 'This spray gun is a game-changer for your car wash or outdoor cleaning routine. It easily connects to any garden hose with its quick-connect feature. With its adjustable foam cannon, you can create a thick and luxurious foam to help lift dirt and grime from your vehicle or other surfaces. The spray gun also has different spray patterns, allowing you to customize the water flow for different cleaning tasks. It\'s a convenient and effective tool for making your cleaning chores a breeze.', 8.97, NULL, NULL, 29.00, 'Aqua Joe 2-in-1 Hose-Powered Adjustable Foam Cannon Spray Gun, Quick-Connect to Any Garden Hose-58323.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-29 10:06:17', '2024-01-29 10:06:17'),
(1583, 'MotoTec Phantom Gas Pocket Bike 49cc 2-Stroke Blue, Black or Green', 'uaOwnJV5y', 18, 'the new MotoTec Phanton 49cc Gas Powered Pocket Bike! Standing in at 23 inches in overall height, this tiny monster packs a punch with a 2-stroke 49cc engine. Originally made for adults to race crunched up on tiny motorcycles, pocket bikes have now become popular with kids because of their small size. And you won\'t find a wimpy 4-stroke engine on this model, this 2-stroke engine delivers almost twice the power.', 450.00, NULL, NULL, 500.00, 'MotoTec Phantom Gas Pocket Bike 49cc 2-Stroke Blue, Black or Green-72037.png', 'MotoTec Phantom Gas Pocket Bike 49cc 2-Stroke Blue, Black or Green-26744.png', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-01-29 10:06:42', '2024-01-29 10:06:42'),
(1584, 'Girls Baby Spanish Bow Pointelle Knee High Wedding Party School Socks 0m-5y', 'i9wtso9cH', 19, '1-3 years UK 2½ - 5 11-13cm. 3-5 years UK 5 - 8 13-15cm.', 3.94, NULL, NULL, 4.94, 'Girls Baby Spanish Bow Pointelle Knee High Wedding Party School Socks 0m-5y-74867.jpeg', 'Girls Baby Spanish Bow Pointelle Knee High Wedding Party School Socks 0m-5y-23251.jpeg', 'Girls Baby Spanish Bow Pointelle Knee High Wedding Party School Socks 0m-5y-39256.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 10:09:32', '2024-01-29 10:09:32'),
(1585, 'FARBERWARE', '7w7dbrFx1', 13, 'Slice and core your apples with ease using this FARBERWARE Professional Easy Apple Wedger Slicer Corer Gadget in carnelian red. The stainless steel slicer and hard strong plastic handle make for a durable and efficient tool. The apple wedger is dishwasher safe for easy cleaning and convenience. This set includes one apple wedger slicer, perfect for any kitchen.', 1.53, NULL, NULL, 4.95, 'FARBERWARE-65110.jpeg', 'FARBERWARE-93306.jpeg', 'FARBERWARE-27108.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 10:09:41', '2024-01-29 10:09:41'),
(1586, 'KELRIA 10\'x30\' Outdoor Canopy Tent, Outdoor Party Tent Wedding Birthday Tents with 5 Removable Sidewalls, Gazebo w/Transparent Windows Outside Gazebo Event Tent for Garden Patio and Backyard, White', 'LrH8tqHnA', 4, 'This tent is perfect for hosting outdoor parties, weddings, or birthday celebrations. With its spacious 10\'x30\' size, it provides plenty of room for your guests to mingle and enjoy themselves. The tent comes with 5 removable sidewalls, allowing you to customize the setup to your liking. The gazebo also features transparent windows, which not only let in natural light but also allow you to enjoy the surrounding views. Whether it\'s for a garden party or a backyard gathering, this white canopy tent will create a beautiful and inviting space for your special event.', 78.11, NULL, NULL, 158.82, 'KELRIA 10\'x30\' Outdoor Canopy Tent, Outdoor Party Tent Wedding Birthday Tents with 5 Removable Sidewalls, Gazebo w/Transparent Windows Outside Gazebo Event Tent for Garden Patio and Backyard, White-80783.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-29 10:10:23', '2024-01-29 10:10:23'),
(1587, 'Pro Quality Hand Electric Mixer Black or White', 'BL4c9z0ju', 18, 'Motor: 400W,110V AC,50HZ\r\n\r\nMaterial: ABS plastic Stainless steel\r\n\r\nSpeed: five speeds\r\n\r\nPowercord: black 1.1m power cord\r\n\r\nIncluded: Two dough hooks, two beaters and two whisk\r\n\r\nWeight: 1.15kg\r\n\r\nSize: 240*125*265mm\r\n\r\n119.00 List\r\n\r\nShips lower 48 only', 74.00, NULL, NULL, 98.39, 'Pro Quality Hand Electric Mixer Black or White-33566.png', 'Pro Quality Hand Electric Mixer Black or White-30496.png', 'Pro Quality Hand Electric Mixer Black or White-30371.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 10:10:50', '2024-01-29 10:10:50'),
(1588, 'Garlic press crusher mincer stainless steel', '9YhquMsxq', 4, '1 x Garlic Press\r\n\r\nThe garlic press is designed with plastic handle and silver tone metal hole groove, which is used for pressing garlic into pieces.\r\n\r\nPut the garlic without the cuticle into the groove, press it and then you will get the well-proportioned minced garlic easy.', 3.00, NULL, NULL, 4.73, 'Garlic press crusher mincer stainless steel-79013.jpeg', 'Garlic press crusher mincer stainless steel-72303.jpeg', 'Garlic press crusher mincer stainless steel-31794.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-29 10:13:42', '2024-01-29 10:14:26'),
(1589, 'Digz Cotton Jersey Garden Gloves, Green, Medium', '8ZHn4ce5q', 4, 'These gloves are perfect for all your gardening needs. Made from soft and breathable cotton jersey material, they provide comfort and flexibility while you work in your garden. The green color adds a fun and vibrant touch to your gardening ensemble. With their medium size, they offer a snug and comfortable fit. These gloves will help protect your hands from dirt, thorns, and other garden hazards while allowing you to maintain a good grip on your tools. Get ready to dig in and enjoy your time in the garden with these fantastic gloves!', 2.39, NULL, NULL, 13.25, 'Digz Cotton Jersey Garden Gloves, Green, Medium-88892.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-29 10:13:50', '2024-01-29 10:13:50'),
(1590, 'Okai Beetle 36v 350w Lithium Electric Scooter Black, White or Pink', 'tt8q6RSRW', 18, 'the Okai Beetle 36v 350w Electric Scooter, the ultimate commuter ride, high quality and high style. Powered by a 36 volt 10.4ah lithium removable battery pack and a 350 watt brushless motor. Comes standard with large pneumatic tires, huge comfy spring shock seat, wide foot deck, foldable handlebars seat, LED lights, 2.4 inch LCD screen, cruise control, front and rear drum brakes. Unlock the scooter with NFC key, Remote Key or Phone App. Smart Phone app available on Android and IOS to access settings, ride status, battery health, updates and more.\r\n\r\nSpecs:\r\n\r\nMotor: 36v 350w Brushless Rear Hub (650w peak)\r\n\r\nBatteries: 36v 10.4ah Lithium Ion\r\n\r\nThrottle: Twist\r\n\r\nLED Lights: Yes\r\n\r\nApp Enabled: Yes (Android IOS)\r\n\r\nCruise Control: Yes (hold down function button for 2 sec)\r\n\r\nLCD Display: Yes\r\n\r\nCharger Included: Yes\r\n\r\nTop Speed: 16 mph (3 speeds: 3mph,10mph,16mph)\r\n\r\nRange: Up to 25 miles (weight dependent)\r\n\r\nMax Rider Weight: 220 lbs\r\n\r\nCharging Time: 4-6 hours\r\n\r\nBrakes: Front Drum Rear Drum E-ABS\r\n\r\nTires: Pneumatic\r\n\r\nFoldable: Yes (45x22x24 inches)\r\n\r\nScooter Dimensions: 45x21x41 inches\r\n\r\nScooter Weight: 54 lbs\r\n\r\nBox Dimensions: 46x13x22 inches\r\n\r\nBox Weight: 72 lbs\r\n\r\nWarranty: 1 Year: Motor, 6 Months: Battery - Charger - Brakes, 3 Months: All Other Parts', 699.00, NULL, NULL, 708.00, 'Okai Beetle 36v 350w Lithium Electric Scooter Black, White or Pink-64925.png', 'Okai Beetle 36v 350w Lithium Electric Scooter Black, White or Pink-74119.png', 'Okai Beetle 36v 350w Lithium Electric Scooter Black, White or Pink-89067.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-29 10:13:53', '2024-01-29 10:13:53'),
(1591, 'Baby & Girls Socks Soft Breathable Cotton Rich Cute Frilly Lace In 3 & 6 Bundle', '0ifBrzvty', 19, 'ADORABLE SOCKS - These plain socks with frilly lace are available in two colours - white and pink, your girl is bound to love the lovely colours. COMFORTABLE FIT - Featuring a turn over stretchy top band with a small percentage of elastane, making sure these socks boast a comfortable secure fit. COTTON RICH FIBRES - Benefit from material properties such as being: highly durable, super soft and moisture-wicking. They\'re also designed to endure repeat washing without shrinkage or colour running. EVERYDAY ESSENTIAL - These socks are ideal for everyday wear because they leave your child feeling fresh and comfortable throughout the day. No need to worry about deformation or fading, no matter outside or inside.', 7.53, NULL, NULL, 9.53, 'Baby & Girls Socks Soft Breathable Cotton Rich Cute Frilly Lace In 3 & 6 Bundle-48604.jpeg', 'Baby & Girls Socks Soft Breathable Cotton Rich Cute Frilly Lace In 3 & 6 Bundle-25859.jpeg', 'Baby & Girls Socks Soft Breathable Cotton Rich Cute Frilly Lace In 3 & 6 Bundle-56667.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-29 10:14:10', '2024-01-29 10:14:10'),
(1592, 'Cruiser 48v 350w Lithium Electric Scooter Black (Foldable)', 'h98oLUisp', 18, 'Introducing the MotoTec Cruiser 48 volt 350 watt Lithium Electric Scooter, the ultimate commuter ride. Powered by a 48v 8ah Lithium Battery pack and a 350 watt hub motor, this scooter is fast and light. Comes standard with 14 inch pneumatic tires, front and rear suspension, LED headlight, key start, battery meter and rear luggage rack.\r\n\r\nSpecs:\r\n\r\nMotor: 350w Brushless Rear Hub\r\nBatteries: 48v 8ah Lithium Ion\r\nThrottle: Twist\r\nHeadlight: Yes\r\nBattery Life: 800 cycles\r\nCharger Included: Yes\r\nTop Speed: 18mph\r\nRange: 10-15 miles per charge (weight dependent)\r\nMax Slope: 15 degrees\r\nShocks: Front Rear\r\nCharging Time: 4-8 hours\r\nBrakes: Front Rear Disk\r\nTires: 14 inch Pneumatic\r\nMax load: 220 lbs\r\nFoldable: Yes\r\nFoldable Size: 51x25x25 inches\r\nBox Size: 45x12x21 inches\r\nProduct Size: 53x26x38 inches\r\nProduct Weight: 80 lbs\r\nBox Weight: 84 lbs\r\nWarranty: 30 Days, Parts Replacement', 720.00, NULL, NULL, 785.00, 'Cruiser 48v 350w Lithium Electric Scooter Black (Foldable)-98873.png', 'Cruiser 48v 350w Lithium Electric Scooter Black (Foldable)-50625.png', 'Cruiser 48v 350w Lithium Electric Scooter Black (Foldable)-80223.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-01-29 10:16:29', '2024-01-29 10:16:29'),
(1593, 'Exaco FM-78R Indoor Outdoor Garden Marbleized Fiber Clay Planter Pot, Red', 'mneN2oz0U', 4, 'Hey Pharellposhy! If This planter pot is perfect for adding a pop of color to your indoor or outdoor space. Made from durable fiber clay, it is designed to withstand the elements and can be used both indoors and outdoors. The red marbleized finish gives it a unique and stylish look that will enhance the beauty of your plants. Whether you want to showcase your favorite flowers, herbs, or succulents, this planter pot will provide a beautiful and functional home for your green friends.', 34.48, NULL, NULL, 38.98, 'Exaco FM-78R Indoor Outdoor Garden Marbleized Fiber Clay Planter Pot, Red-16595.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-29 10:18:21', '2024-01-29 10:18:21'),
(1594, 'Black Ice Glass Screen Protector', 'C7D1hpZJZ', 12, 'For sale, new and original Gadget Guard Black Ice Edition Tempered Glass Screen Protector for iPhone 8 plus/ 7 plus/ 6S plus/ 6 plus.\r\n\r\n• The optical grade tempered glass is incredibly strong, scratch resistant and treated to repel annoying smudges.\r\n\r\n• Brand: Gadget Guard.\r\n\r\n• MPN: GEGEAP000105.\r\n\r\n• UPC: 813394022646.\r\n\r\n?\r\n\r\nProduct Features\r\n\r\n• Tempered Glass Screen Protector\r\n\r\n• Installation Squeegee\r\n\r\n• Microfiber Cloth\r\n\r\n• Detailed Installation Instructions\r\n\r\n?\r\n\r\nPackage includes\r\n\r\n• Tempered glass screen guard with instructions\r\n\r\n• One wet cleaning cloth\r\n\r\n• One dry cleaning cloth\r\n\r\n• Two removable installation tabs', 19.99, NULL, NULL, 28.59, 'Black Ice Glass Screen Protector-72665.jpeg', 'Black Ice Glass Screen Protector-41906.jpeg', 'Black Ice Glass Screen Protector-26046.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 10:18:39', '2024-01-29 10:18:39'),
(1595, 'Little Me Lilac Bow Baby Girl Jacket Set with shirt and Leggings 3 Pieces', 'v54ha6Lm4', 19, 'Brand New with Tag, Unworn.', 17.99, NULL, NULL, 19.99, 'Little Me Lilac Bow Baby Girl Jacket Set with shirt and Leggings 3 Pieces-38855.jpeg', 'Little Me Lilac Bow Baby Girl Jacket Set with shirt and Leggings 3 Pieces-19015.jpeg', 'Little Me Lilac Bow Baby Girl Jacket Set with shirt and Leggings 3 Pieces-10000.jpeg', 'Babies', 3.0, NULL, 1, '2024-01-29 10:19:04', '2024-01-29 10:19:04'),
(1596, 'MotoTec Raven 60v 30ah 2500w Lithium Electric Scooter', 'LFVl0RxE3', 18, 'Introducing the new MotoTec Raven 60v 2500w Electric Scooter. This powerful hub motor, powered by a massive 60 volt 30ah Lithium Battery can reach speeds of 28 mph and travel 35 to 50 miles per charge. Equipped with Front Rear LED lights, Speedometer, Mirrors and Horn. Front Rear Hydraulic Brakes and Huge Tires, this scooter is ready to tackle any destination.\r\n\r\nSpecs:\r\n\r\nMotor: 2500W Rear Hub Motor (brushless)\r\n\r\nBattery: 60v 30ah Lithium Ion Battery\r\n\r\nThrottle: Variable Twist\r\n\r\nKey: Yes\r\n\r\nTop Speed: 28 mph\r\n\r\nMax Rider Weight: 300 lbs\r\n\r\nRecommended Age: 16 Years Old\r\n\r\nStreet Legal with DMV: No\r\n\r\nSeat Height: 25 inches\r\n\r\nFrame: High-tensile steel\r\n\r\nRange Per Charge: 35 to 50 miles (weight dependent)\r\n\r\nCharge Time: 6-10 hrs\r\n\r\nFront Tire Size: 110/70-17\r\n\r\nRear Tire Size: 215/40-12\r\n\r\nShocks: Front and Rear\r\n\r\nLED Headlight: Yes\r\n\r\nMaximum Climbing Angle: 18 degrees\r\n\r\nMaximum Torque: 95 N/M\r\n\r\nBrake: Hydraulic Front and Rear\r\n\r\nWheelbase: 61 inches\r\n\r\nSeat Height: 27.5 inches\r\n\r\nBox Size: 74x17x32 inches\r\n\r\nBox Weight: 200 lbs\r\n\r\nScooter Size: 82x29x40 inches\r\n\r\nScooter Weight: 160 lbs\r\n\r\nWarranty: 60 days parts replacement', 2540.00, NULL, NULL, 2723.00, 'MotoTec Raven 60v 30ah 2500w Lithium Electric Scooter-89134.png', 'MotoTec Raven 60v 30ah 2500w Lithium Electric Scooter-24277.png', 'MotoTec Raven 60v 30ah 2500w Lithium Electric Scooter-24409.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-29 10:19:53', '2024-01-29 10:19:53'),
(1597, 'Stainless Steel Can Opener Utensil', 'iIz7ucR6R', 13, 'Chinese Multifunctional Kitchen Gadget Stainless Steel Can Opener Utensil\r\n\r\nManual can opener\r\nMeasures about 8\" long', 2.19, NULL, NULL, 4.49, 'Stainless Steel Can Opener Utensil-96434.jpeg', 'Stainless Steel Can Opener Utensil-48417.jpeg', 'Stainless Steel Can Opener Utensil-80763.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 10:22:37', '2024-01-29 10:22:37'),
(1598, 'Sesame Street Girls ShortSleeve Tee Yellow WishList Love Elmo Peace 12M/2T/3T/4T', 'k8siWQddX', 19, 'Extra soft, lightweight and easy to care for. Screen printed graphics. Taped collar. Double stitched hems. Short cap style sleeves. Elmo, Big Bird, Cookie Monster, and Abby Cadabby. These run small, so a 12M would best fit a baby taking a size 9M.', 7.88, NULL, NULL, 8.88, 'Sesame Street Girls ShortSleeve Tee Yellow WishList Love Elmo Peace 12M/2T/3T/4T-65572.jpeg', NULL, NULL, 'Babies', 3.5, NULL, 1, '2024-01-29 10:22:57', '2024-01-29 10:22:57'),
(1599, 'Switchblade 60v 4000w Lithium Electric Scooter Blue', '4ow0aX2Cy', 18, 'Introducing the most high-tech scooter we sell, the MotoTec Switchblade 60v 4000w Dual Hub Motor Lithium Powered Electric Scooter, foldable with removeable seat and a new modern design. Ergonomic shapes, highly padded seat, LED headlight, LCD screen, front and rear suspension with large street tires give this scooter a lot of attitude. This top of the line model features dual hub motors with generous torque and performance, ready to tackle any terrain.\r\n\r\nSpecs:\r\n\r\nMotor: 60V 4000w\r\n\r\nBattery: 60v/28ah Lithium Ion\r\n\r\nTop Speed: 50mph\r\n\r\nThrottle: Twist\r\n\r\nLCD Display: Yes\r\n\r\nMax Rider Weight: 330 lbs\r\n\r\nRecommended Age: 13 Years Old\r\n\r\nFrame: Aluminum Alloy\r\n\r\nFoot Deck: Aluminum Alloy\r\n\r\nFront Rear Fender: Yes\r\n\r\nRange Per Charge: 20-37 miles (weight/speed/terrain dependent)\r\n\r\nEconomy Mode Button: Yes (conserves battery power for longer rides)\r\n\r\nCharge Time: 6-8 hrs\r\n\r\nTire Size: 130/50-8\r\n\r\nSeat Included: Yes\r\n\r\nSeat Height: inches\r\n\r\nWheelbase: inches\r\n\r\nMin Ground Clearance: 3 inches\r\n\r\nShocks: Dual Front, Dual Rear\r\n\r\nFront Rear LED Lights: Yes\r\n\r\nFolding: Yes\r\n\r\nBrakes: Front Rear Disc\r\n\r\nBox Size: 59x15x26 inches\r\n\r\nBox Weight: 168 lbs\r\n\r\nScooter Size: 57x25x51 inches\r\n\r\nScooter Weight: 154 lbs\r\n\r\nWarranty: 60 days parts replacement', 2500.00, NULL, NULL, 2699.00, 'Switchblade 60v 4000w Lithium Electric Scooter Blue-14426.png', 'Switchblade 60v 4000w Lithium Electric Scooter Blue-16511.png', 'Switchblade 60v 4000w Lithium Electric Scooter Blue-79327.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 10:22:57', '2024-01-29 10:22:57'),
(1600, 'Teamson Home Round Stone Look Steel Outdoor Fire Pit Outside Wood Burning Firepit Bonfire with Spark Screen, Firebowl, Poker, Charcoal Grill for Patio Garden Backyard BBQ, 27 Inch, Dark Gray/Brow', 'MtKgE1JAh', 4, 'This fire pit is perfect for creating a cozy and inviting atmosphere in your outdoor space. With its dark gray/brown color, it adds a touch of elegance to your patio, garden, or backyard. The fire pit comes with a spark screen to keep embers contained and a firebowl for easy wood burning. It also includes a poker for safely tending to the fire and a charcoal grill for some delicious BBQ action. Measuring 27 inches in diameter, it provides plenty of space for a bonfire and gathering around with friends and family. Get ready to enjoy some warm and memorable evenings with this fantastic outdoor fire pit!', 175.94, NULL, NULL, 389.99, 'Teamson Home Round Stone Look Steel Outdoor Fire Pit Outside Wood Burning Firepit Bonfire with Spark Screen, Firebowl, Poker, Charcoal Grill for Patio Garden Backyard BBQ, 27 Inch, Dark Gray/Brow-95773.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-29 10:23:15', '2024-01-29 10:23:15'),
(1601, 'Bandit 52cc 2-Stroke Kids Gas Mini Bike Blue or Red', 'wnYiWotCJ', 18, 'Bandit Mini Bike. Just like the ones your parents used to drive, only safer and easier to use. Powered by a 52cc 2-Stroke engine and automatic clutch to ensure easy operation. Just twist the throttle and go, perfect for beginner riders, includes a throttle limiter and a tether kill switch for safety. This little monster packs a punch, perfect for cruising in the yard or dirt trails with its large 11 inch air filled knobby tires. Stready with its rugged steel frame and no-dent fenders, get ready to have a blast on most any terrain.\r\n\r\nEngine: 52cc 2-Stroke\r\n\r\nFuel Tank: 1 Liter\r\n\r\nTransmission: Chain Drive, Full Auto Clutch\r\n\r\nSafety: Throttle Limiter Tether Kill Switch\r\n\r\nFrame Material: Steel\r\n\r\nKey: Yes\r\n\r\nWheels: 110/50-6.5\r\n\r\nRear Brake Disk: Yes\r\n\r\nMax Speed: 20 mph\r\n\r\nMax Rider Weight: 165 lbs\r\n\r\nSeat Height: 19 inches\r\n\r\nMin Ground Clearance: 5 inches\r\n\r\nBike Weight: 41 lbs\r\n\r\nBike Size: 38x23x31 inches\r\n\r\nBox Weight: 48 lbs\r\n\r\nBox Size: 39x12x23 inches\r\n\r\nWarranty: 30 days parts replacement', 431.00, NULL, NULL, 450.00, 'Bandit 52cc 2-Stroke Kids Gas Mini Bike Blue or Red-72763.png', 'Bandit 52cc 2-Stroke Kids Gas Mini Bike Blue or Red-69108.png', 'Bandit 52cc 2-Stroke Kids Gas Mini Bike Blue or Red-52610.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 10:27:17', '2024-01-29 10:27:17'),
(1602, '6 Pcs Wooden Top Child Toy Tops Kids Gyroscope Toys', 'CCrL7lhrS', 19, 'Creative toys are unique, and colorful design is more attractive to children. - It can effectively exercise the child\'s hand-eye coordination ability. It is a very practical children\'s toy. - Having a simple way of playing can bring a lot of fun to your children and yourself.', 4.80, NULL, NULL, 6.90, '6 Pcs Wooden Top Child Toy Tops Kids Gyroscope Toys-47497.jpeg', '6 Pcs Wooden Top Child Toy Tops Kids Gyroscope Toys-44944.jpeg', '6 Pcs Wooden Top Child Toy Tops Kids Gyroscope Toys-37943.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 10:27:29', '2024-01-29 10:27:29'),
(1603, 'Over 55 Pieces kitchen Utensils Strainers Gadgets Picks Thermometer Timer Coffee', 'NuymoanrL', 15, 'Kitchen Utensil and gadgets assortment some new, most used, over 55 pieces. Comes with all shown, there are strainers, measuring cups, measuring glasses, measuring spoons, measuring cups, 2 New Reynold\'s wrap Oven Bags 2 Per Package, umbrella picks, Coffee Maker- stovetop style, Tongs, Sticks, Candy Thermometer, Timers, Temperature Guides, Tasting Forks, Twist Ties, Baster . Multi piece things counted as one.', 33.25, NULL, NULL, 49.49, 'Over 55 Pieces kitchen Utensils Strainers Gadgets Picks Thermometer Timer Coffee-46010.jpeg', 'Over 55 Pieces kitchen Utensils Strainers Gadgets Picks Thermometer Timer Coffee-55002.jpeg', 'Over 55 Pieces kitchen Utensils Strainers Gadgets Picks Thermometer Timer Coffee-61259.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-29 10:29:55', '2024-01-29 10:29:55'),
(1604, 'Mud Monster Kids Gas Powered 98cc Go Kart Full Suspension', 'Ufat6IS00', 18, 'the new MotoTec Mud Monster 98cc 4-stroke Kids Off Road Go Kart with Full Suspension! Featuring a powerful 98cc 4-Stroke OHV Engine (EPA CARB approved for California Sale), roll cage safety bar, metal throttle/brake pedals, adjustable seat, more leg room than the competition and seat belt. This go kart is rugged and built to last.\r\n\r\nRide Safe: Always wear a helment and safety gear. Adult supervision is required.\r\n\r\nSpecs:\r\n\r\nEngine: 98cc 4-Stroke OHV (EPA CARB Approved)\r\n\r\nSpark Plug: F6TC\r\n\r\nCompression Ratio: 8.5:1\r\n\r\nPower: 2.5 HP\r\n\r\nBore/Stroke: 56mm/40mm\r\n\r\nRecommended Age: 13 and up\r\n\r\nMax Rider Weight: 150 lbs\r\n\r\nRider Height: Up to 63 inches fits comfortably (47 inch minimum)\r\n\r\nTop Speed: 25mph (weight dependant)\r\n\r\nTransmission: Automatic, Centrifugal Clutch, Chain Drive\r\n\r\nStarting: Easy Pull Start\r\n\r\nSafety Features: Seat Belt, Roll Bar, Adjustable Seat and Kill Switch\r\n\r\nSuspension: Dual Front Hydraulic Shock, Single Rear Hydraulic Shock\r\n\r\nMinimum turning diameter: =6m (22km/h)\r\n\r\nFrame: Steel Tubular\r\n\r\nFront Wheels: 14x4.10-6 Pneumatic\r\n\r\nRear Wheels: 14x5-6 Pneumatic\r\n\r\nBrake: Foot operated Hydraulic Rear Disc\r\n\r\nGo Kart Weight: 155 lbs\r\n\r\nGo Kart Size: 58x33x43 inches\r\n\r\nWheelbase: 36 inches\r\n\r\nMin Ground Clearance: 5 inches\r\n\r\nBox Weight: 198 lbs\r\n\r\nBox Size: 54x33x21 inches\r\n\r\nWarranty: 60 Day Parts Replacement', 1259.00, NULL, NULL, 1458.00, 'Mud Monster Kids Gas Powered 98cc Go Kart Full Suspension-54348.png', 'Mud Monster Kids Gas Powered 98cc Go Kart Full Suspension-42367.png', 'Mud Monster Kids Gas Powered 98cc Go Kart Full Suspension-88963.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-01-29 10:30:54', '2024-01-29 10:30:54'),
(1605, 'Highwood AD-CHGW1-BKE Weatherly Garden Chair, Black', '68UAPdJev', 4, 'This garden chair is the perfect addition to your outdoor space. Made from high-quality synthetic wood, it offers the look and feel of real wood without the maintenance. The black color adds a sleek and modern touch to your garden or patio. With its ergonomic design and contoured seat, it provides optimal comfort for relaxing and enjoying the outdoors. The chair is also weather-resistant, so you can leave it outside without worrying about damage. Whether you want to sit back and read a book or simply soak up the sun, this garden chair is a stylish and durable choice.', 226.99, NULL, NULL, 409.99, 'Highwood AD-CHGW1-BKE Weatherly Garden Chair, Black-13247.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-29 10:32:39', '2024-01-29 10:32:39'),
(1606, 'Pixar Disney Toy Story Toddler Boy Buzz Lightyear Puffer Jacket Woody Tee Lot 2', 'rC3rJgGk3', 19, 'This is a Disney Toy Story lot, which includes a puffer jacket, and a Buzz Lightyear tee. The jacket is marked a toddler size 2. Condition is preowned. The jacket is in excellent condition with just one faint mark on the cuff with minimal pilling as shown in the close up photo.', 19.95, NULL, NULL, 22.95, 'Pixar Disney Toy Story Toddler Boy Buzz Lightyear Puffer Jacket Woody Tee Lot 2-62244.jpeg', 'Pixar Disney Toy Story Toddler Boy Buzz Lightyear Puffer Jacket Woody Tee Lot 2-20258.jpeg', 'Pixar Disney Toy Story Toddler Boy Buzz Lightyear Puffer Jacket Woody Tee Lot 2-85889.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 10:32:43', '2024-01-29 10:32:43'),
(1607, '1 Set Manual Dumpling Wrappers Dumpling Skin Maker Dumpling Molds Kitchen Gadget', 'KNhenO3I2', 12, '1 Set Manual Dumpling Wrappers Dumpling Skin Maker Dumpling Molds Kitchen Gadgets For Tortilla Dough Pastry Pasta Pierogi Pelmeni Orange\r\n\r\nItem Condition: New\r\n\r\nModel: C652841A116\r\n\r\nColor: Orange\r\n\r\nProduct Dimension: 9.45 X 9.45 X 2.76\r\n\r\nProduct Information\r\n\r\nDumpling Making Tool Manual Dumpling Wrappers Dumpling Skin Maker Dumpling Molds Kitchen Gadgets For Tortilla Dough Pastry Pasta Pierogi Pelmeni Kitchen Dumpling Maker Dumpling Presser Manual Dumpling Maker Integrated Dumpling Maker Manual Small Tortilla Press Chinese Dumpling Mold Dough Press Dumpling Skin Molds Dumpling Maker Pastry Cutter Youll Save Time And Effort And Get The Dumplings You Need Quickly. Manual Dumpling Maker Empanada Press Tortilla Molds Pierogi Maker This Manual Dumpling Maker And Molds Set Is Easy To Use, Just Insert Dough And Press It. Dumpling Making T', 19.99, NULL, NULL, 28.99, '1 Set Manual Dumpling Wrappers Dumpling Skin Maker Dumpling Molds Kitchen Gadget-30856.jpeg', '1 Set Manual Dumpling Wrappers Dumpling Skin Maker Dumpling Molds Kitchen Gadget-33241.jpeg', NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-29 10:34:27', '2024-01-29 10:34:27'),
(1608, 'Bike Performance Ellite yth compression shorts Proflex Max cup BYCO31 NEW', 'm6qdAGkO3', 18, 'You are bidding on brand new Bike performance Elite boxer compression shorts and Proflex Max cup. These items are brand new in the package and have never been used!! Bike compression shorts and cup have many features including:\r\n\r\n* Model number: BYCO31.\r\n\r\n* Size: Youth Small 20\" - 24\".\r\n\r\n* Polyester microfiber body and Aeroshin dry pouch.\r\n\r\n* Boxer provides compression for upper leg muscle.\r\n\r\n* Contrast stitching for contemporary design.\r\n\r\n* Moisture wicking.\r\n\r\n* Anti-Microbial fabric to reduce odor.\r\n\r\n* Plush waistband.\r\n\r\n* Includes new Proflex Max cup.', 9.49, NULL, NULL, 10.00, 'Bike Performance Ellite yth compression shorts Proflex Max cup BYCO31 NEW-67570.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 10:34:28', '2024-01-29 10:34:28'),
(1609, 'Inktastic Colorful Toy Train Toddler T-Shirt Choo Engine I Love Kids Locomotive', 'HA0Vuxlkp', 19, 'Colorful Toy Train Toddler T-Shirt A toddler-soft cotton tee in look-at-me, big kid colors. 4.5 oz., 100% combed ringspun cotton. White is sewn with 100% cotton thread. Topstitched rib crew neck. Double-needle stitched sleeves and bottom hem. Shoulder-to-shoulder taping. Toddler T-Shirt.', 12.99, NULL, NULL, 14.99, 'Inktastic Colorful Toy Train Toddler T-Shirt Choo Engine I Love Kids Locomotive-48595.jpeg', 'Inktastic Colorful Toy Train Toddler T-Shirt Choo Engine I Love Kids Locomotive-60153.jpeg', 'Inktastic Colorful Toy Train Toddler T-Shirt Choo Engine I Love Kids Locomotive-99600.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 10:37:32', '2024-01-29 10:37:32'),
(1610, 'Patio Sense 62774 Sava Indoor Outdoor Folding Chair All Weather Wicker Low Slung Portable Seating Solid Acacia Wood Woven Seat & Back Indoors Porch Lawn Garden Fishing Sporting - Black Webbing', '8kR6eaoBi', 4, 'This chair is perfect for both indoor and outdoor use. It features a stylish all-weather wicker design that adds a touch of elegance to any space. The low-slung seating and woven seat and back provide comfort and support. Made from solid acacia wood, this chair is not only durable but also adds a natural and rustic charm to your porch, lawn, garden, or even for fishing or sporting events. And the best part? It\'s portable and can be easily folded for convenient storage or transport. So whether you want to relax in your garden, enjoy the outdoors, or have extra seating for your next gathering, this folding chair is a versatile and practical choice.', 76.99, NULL, NULL, 159.99, 'Patio Sense 62774 Sava Indoor Outdoor Folding Chair All Weather Wicker Low Slung Portable Seating Solid Acacia Wood Woven Seat & Back Indoors Porch Lawn Garden Fishing Sporting - Black Webbing-91657.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-29 10:38:41', '2024-01-29 10:38:41');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1611, 'Stamina-Mini Exercise Bike Blue 3 1/4\" H x 1 1/2\" W x 3/4\" D Includes Case', '0xNDhUDus', 18, 'ALL OF OUR ITEMS SHIP FROM THE USA -- Some of our Pictures are from stock photos, so please read bullets below for what is included in this sale and any Special Notes for more details on the condition of the item.\r\n\r\nThis is the wearable air purifier shown to emit over 36 million negative ions every second that attach to and help remove pathogens from the air. In an independent laboratory study commissioned by Hammacher Schlemmer, this air purifier reduced virus-like pathogens (commonly used as surrogates for the influenza virus) from 60% in 30 minutes to 90% in 180 minutes in a 3 cubic foot bioaerosol test chamber (to duplicate one?s personal space). Effectiveness in real world conditions can vary, especially depending on air circulation and movement of the user. Ideal for wear during trips to the grocery store and other errands as well as ground and air travel, the palm-sized unit weighs just 2 oz. and hangs comfortably around the neck with an adjustable lanyard, helping to purify the air up to 3\' from the device when used as indicated. Negative ions attach to viruses, bacteria, and mold, moving them to positively charged surfaces such as a floor and away from the immediate area. The silent unit also combats allergens such as tobacco smoke, pollen, and dust without costly filters. Rechargeable battery lasts 10 hours after a three-hour charge via USB. Includes soft case. 3 1/4\" H x 1 1/2\" W x 3/4\" D. (2 oz.)\r\n\r\nStamina-Mini Exercise Bike Blue 3 1/4\" H x 1 1/2\" W x 3/4\" D Includes Case\r\n\r\nThe Condition of this item is : Open Box\r\n\r\nDetailed Condition Notes:\r\n\r\nSpecial Note: In Original Box----Good Condition----Shows Sign of Previous Use---\r\n\r\nRetail Packaging Included? : No\r\n\r\nRetail Price : 159.99\r\n\r\nItem is Complete? : Yes\r\n\r\nThis Item comes with instructions or manual? : No\r\n\r\nThis Item has been tested? : Yes\r\n\r\nThis item is a Customer Return or Liquidation Item. We do our very best to test these items and make sure they are described properly, but we do occasionally miss things. If you have an issue with any of our products, please allow us a chance to correct the situation. In most cases, we will cover your return shipping or even try to ship you a replacement if one is available. We want our customers to enjoy our products at well below retail value and be 100% satisfied.', 118.74, NULL, NULL, 124.00, 'Stamina-Mini Exercise Bike Blue 3 1/4\" H x 1 1/2\" W x 3/4\" D Includes Case-76218.png', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-29 10:40:02', '2024-01-29 10:40:02'),
(1612, 'Good Grips Stainless Steel Essential 4-Piece Kitchen Gadget Set', 'e0xN1Ira0', 14, 'Good Grips Stainless Steel Essential 4-Piece Kitchen Gadget Set\r\n\r\nItem Condition: New\r\n\r\nModel: 11329700\r\n\r\nColor: Stainless Steel\r\n\r\nProduct Information\r\n\r\nSet Includes: Peeler, Masher, Whisk, And Tongs Features Newly Redesigned Swivel Peeler And Wire Potato Masher 11-In/28 Cm Balloon Whisk Is Designed With Narrow Wire For Efficient Mixing 12-In/30 Cm Tongs Are Safe For Non-Stick Cookware And Lock For Storage Stainless Steel, Dishwasher Safe', 40.72, NULL, NULL, 73.99, 'Good Grips Stainless Steel Essential 4-Piece Kitchen Gadget Set-65422.jpeg', 'Good Grips Stainless Steel Essential 4-Piece Kitchen Gadget Set-57046.jpeg', 'Good Grips Stainless Steel Essential 4-Piece Kitchen Gadget Set-26160.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-29 10:40:51', '2024-01-29 10:40:51'),
(1613, 'CURT 113873 Class 1 Trailer Hitch with Ball Mount, 1-1/4-In Receiver, Fits Select Mini Cooper', 'Op7Kwt8NN', 4, 'This trailer hitch is specifically designed to fit select Mini Cooper models with a 1-1/4-inch receiver. It\'s perfect for towing light-duty trailers, bike racks, or cargo carriers. The hitch comes with a ball mount, making it easy to hook up and tow your gear. It\'s made from high-quality materials to ensure durability and reliability. So whether you\'re planning a road trip or need some extra hauling capacity, this trailer hitch is a great addition to your Mini Cooper.', 159.89, NULL, NULL, 238.92, 'CURT 113873 Class 1 Trailer Hitch with Ball Mount, 1-1/4-In Receiver, Fits Select Mini Cooper-69922.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 10:41:59', '2024-01-29 10:41:59'),
(1614, 'Baby Rattle Toys Wooden Rattle Sand Hamer Musical Toys Montessori Early Learning', 'jr7tNDMZl', 19, 'Montessori Wooden Rattles For Baby Sand Hammer Baby Rattle Musical Wooden Toys Educational Development Baby Toys 0 12 Months\r\n100% brand new and good quality\r\nMaterial: wooden\r\nPackage include: 1*wooden baby rattle', 3.99, NULL, NULL, 4.99, 'Baby Rattle Toys Wooden Rattle Sand Hamer Musical Toys Montessori Early Learning-53834.jpeg', 'Baby Rattle Toys Wooden Rattle Sand Hamer Musical Toys Montessori Early Learning-91327.jpeg', 'Baby Rattle Toys Wooden Rattle Sand Hamer Musical Toys Montessori Early Learning-53323.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 10:43:32', '2024-01-29 10:43:32'),
(1615, 'The Best Hot Air Fryer 17 1/4\" L x 13 1/2\" W x 12 1/2\" D Up to 400 Degrees', 'Z9FUcAbgA', 18, 'This hot air fryer earned The Best because it fried the crispiest, most succulent food and was the easiest model to use. It fried French fries, chicken tenders, and mozzarella sticks until they were golden-brown with crisp exteriors and moist, flavorful interiors, unlike lesser models that burned the outside or undercooked the inside. Rated as the easiest air fryer to use, The Best unit has a simple dial to set the time and temperature and its components are easily removed for dishwasher cleaning. The Best Hot Air Fryer has an infrared heating element that heats up to 400 F and its internal fan circulates dry hot air to cook food evenly with 90% less fat than deep-fried foodstuffs. It has an extra-large interior large enough to accommodate a whole chicken and features an auto-shut off. Includes recipe book. AC plug. Black. 17 1/4\" L x 13 1/2\" W x 12 1/2\" D. (18 3/4 lbs.)\r\n\r\nThe Best Hot Air Fryer\r\n\r\nThe Condition of this item is : Open Box\r\n\r\nDetailed Condition Notes:\r\n\r\nSpecial Note: ORIGINAL BOX HAS DAMAGE HOWEVER PRODUCT ITSELF IS LIKE NEW\r\n\r\nRetail Packaging Included? : No', 142.00, NULL, NULL, 150.00, 'The Best Hot Air Fryer 17 1/4\" L x 13 1/2\" W x 12 1/2\" D Up to 400 Degrees-39153.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 10:43:48', '2024-01-29 10:43:48'),
(1616, 'R1 Concepts Front Rear Brakes and Rotors Kit |Front Rear Brake Pads| Brake Rotors and Pads| Ceramic Brake Pads and Rotors WHWN2-59042', 'm05aauULI', 4, 'This kit includes both front and rear brake pads, as well as brake rotors. The ceramic brake pads offer excellent stopping power and are designed to minimize noise and dust. The brake rotors are made from high-quality materials to ensure durability and optimal performance. With this kit, you\'ll have everything you need to upgrade your vehicle\'s braking system. So whether you\'re looking for improved performance or simply need to replace your worn-out brakes, this kit is a great choice.', 296.95, NULL, NULL, 397.02, 'R1 Concepts Front Rear Brakes and Rotors Kit |Front Rear Brake Pads| Brake Rotors and Pads| Ceramic Brake Pads and Rotors WHWN2-59042-49119.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 10:44:38', '2024-01-29 10:44:38'),
(1617, 'Screen Protector for Apple iPhone Xs Max', 'BZFoqBLXI', 17, 'Description\r\n\r\nFor sale, new and original screen protector for Apple iPhone Xs Max, Clear\r\n\r\nColor: Clear\r\n\r\nGadget Guard, black ice plus Cornice edition.\r\n\r\nTempered glass screen protector.\r\n\r\nOptical grade tempered glass is incredibly strong, scratch resistant and treated to repel annoying smudges.\r\n\r\nMPN: VTBIPCC228AP02A\r\n\r\nUPC: 812401030483\r\n\r\nProduct Features\r\n\r\nTempered Glass Screen Protector\r\n\r\nInstallation Squeegee\r\n\r\nMicrofiber Cloth\r\n\r\nCustom Designed and Manufactured for the Apple iPhone X. The optical grade tempered glass is incredibly strong, scratch resistant and treated to repel annoying smudges.\r\n\r\nKit Includes\r\n\r\nTempered Glass Screen Protector.\r\n\r\nOne Wet Cleaning Cloth.\r\n\r\nOne Dry Cleaning Cloth, and Detailed Installation Instructions.\r\n\r\nRegister your Black Ice for warranty replacement using the unique PIN included inside the package. The black ice plus edition means extra warranty coverage and up to 150 coverage if case your screen protector fails to protect your phone.\r\n\r\nSpecifications\r\n\r\n0.33 mm thick\r\n\r\n9H Hardness rating (equivalent to the hardness of a sapphire. Makes the Guard hard to scratch)\r\n\r\nRounded edges\r\n\r\nCoated to repel fingerprints and smudges', 16.25, NULL, NULL, 21.01, 'Screen Protector for Apple iPhone Xs Max-18815.jpeg', 'Screen Protector for Apple iPhone Xs Max-87320.jpeg', 'Screen Protector for Apple iPhone Xs Max-13614.jpeg', 'Gadgets and electronics', 1.0, NULL, 1, '2024-01-29 10:45:33', '2024-01-29 10:45:33'),
(1618, 'Solus-15 in. H x 6.35 in. W Black Frost Acrylic Lens Square Decorative LED Lamp', 'c59bw5TKf', 18, 'This non-corrosive decorative fixture adds a stylish look to any outdoor space. The composite construction ensures a long maintenance free life and is fade and rust resistance. This fixture includes an A19/E26 LED bulb that is ENERGY STAR qualified. All mounting hardware is included. Perfect for any residential or commercial area the decorative outdoor post mount light fixture matches any style environment and fits into most spaces providing sufficient illumination to a wide range of space Features a frosted and durable acrylic lens as the outdoor post mount fixture is functionable in wet locations and upholds in tough outdoor conditions with a black composite construction that is fade and rust resistant 120-Volt, 9.5-Watt 3000k dimmable LED ENERGY STAR qualified lamp with installation hardware included UL and cUL Listed and ENERGY STAR qualified LED lamp, this outdoor post light fixture meets stringent requirements 3-year warranty provided and ENERGY STAR qualified LED lamp and RoHS compliant\r\n\r\nSolus-15 in. H x 6.35 in. W Black Frost Acrylic Lens Square Decorative LED Lamp\r\n\r\nThe Condition of this item is : Open Box\r\n\r\nDetailed Condition Notes:\r\n\r\nSpecial Note: Great Condition', 52.70, NULL, NULL, 55.48, 'Solus-15 in. H x 6.35 in. W Black Frost Acrylic Lens Square Decorative LED Lamp-29554.png', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 10:48:39', '2024-01-29 10:48:39'),
(1619, 'La Granja de Zenon Chicken Baby Toys Dancing Chicken Bartolito Toddlers Toys', 'Ss34JBKP4', 19, 'Certification\r\nCE,CPC\r\nFilling\r\nPP Cotton\r\nPackage \r\n1 PCs \r\nOrigin\r\nMainland China\r\nCN\r\nGuangdong', 39.99, NULL, NULL, 44.99, 'La Granja de Zenon Chicken Baby Toys Dancing Chicken Bartolito Toddlers Toys-64305.jpeg', 'La Granja de Zenon Chicken Baby Toys Dancing Chicken Bartolito Toddlers Toys-98350.jpeg', 'La Granja de Zenon Chicken Baby Toys Dancing Chicken Bartolito Toddlers Toys-93777.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 10:49:05', '2024-01-29 10:49:05'),
(1620, 'VEVOR Truck Bed Storage Box, Lockable Lid, Waterproof ABS Wheel Well Tool Box 6.6 Gal/20 L with Password Padlock, Compatible with Tundra 2007-2021, Driver Side, Black', 'Tj7kEp5N8', 4, 'This lockable storage box is designed to fit the driver side of the Tundra 2007-2021. It\'s made from waterproof ABS material, so you don\'t have to worry about your tools or gear getting wet. With a capacity of 6.6 gallons or 20 liters, it provides ample storage space for your belongings. The box also comes with a password padlock, adding an extra layer of security. Plus, the sleek black design adds a stylish touch to your truck bed. It\'s a practical and convenient solution for organizing and protecting your tools.', 115.08, NULL, NULL, 190.99, 'VEVOR Truck Bed Storage Box, Lockable Lid, Waterproof ABS Wheel Well Tool Box 6.6 Gal/20 L with Password Padlock, Compatible with Tundra 2007-2021, Driver Side, Black-24976.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 10:49:15', '2024-01-29 10:49:15'),
(1621, 'Tupperware pill bottle opener gadget', '2p9NQ2z2o', 10, 'Tupperware gadget for opening pill bottles and caps. Fits different sizes. Handy item.', 8.10, NULL, NULL, 10.40, 'Tupperware pill bottle opener gadget-86366.jpeg', 'Tupperware pill bottle opener gadget-13670.jpeg', 'Tupperware pill bottle opener gadget-73637.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 10:49:54', '2024-01-29 10:49:54'),
(1622, '7 in. White Electric LED Flush Mount Lights Frosted Acrylic Lens (Two-Pack)', 'SCaCaMoaJ', 19, 'This Commercial Electric LED flush mount has a great transitional design with beautifully constructed clean lines. Finished in White, the low profile design makes it a great addition to any room. The frosted acrylic lens provides pure even illumination. With the easy to install clip-in mounting bracket installation is quick and easy. 90 CRI for excellent light quality Fixture is fully assembled for easy and quick installation Low profile compact design is ideal for closets and low ceilings Light color is 3000K (bright white) Produces illumination equal to an incandescent 60-Watt light fixture, but uses only 15-Watt Compatible with many LED wall dimmers Clean even illumination - no hot spots or pixilation Installation hardware included ENERGY STAR\r\n\r\n7 in. White LED Flush Mount (2-Pack)\r\n\r\nThe Condition of this item is : Open Box\r\n\r\nDetailed Condition Notes:\r\n\r\nSpecial Note: Great Condition\r\n\r\nRetail Packaging Included? : No', 28.00, NULL, NULL, 30.73, '7 in. White Electric LED Flush Mount Lights Frosted Acrylic Lens (Two-Pack)-97284.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 10:51:55', '2024-01-29 10:51:55'),
(1623, 'SUGAR CHANDELIER', 'obmtFyr8I', 18, 'The collection features layers of sugar glass ripples encased in clear glass plates that are all handmade, creating one-of-a-kind works of art. The golden hues accentuate a soft white glow from the LED lights. Each piece cascades in a rhythmic pattern mesmerizing guests. At Alan Mizrahi Lighting Design, we supply and manufacture many highly sought after designer pieces. All Chandeliers can be customized by the number of lights, style, color, and size to meet your specific needs. Every chandelier can also be combined with a matching table lamp and wall lamp to accomplish the best room design. Our company provides collections that can make all your project dreams come true.\r\n\r\nSPECIFICATIONS:\r\n\r\nCollection: Contemporary\r\n\r\nSize: 39” Diameter x 182\" Height (Custom sizes also available)\r\n\r\nShape: Pendant\r\n\r\nFrame Finished: Brushed Brass (Different finish available at no additional cost)\r\n\r\nMaterials: metal, glass\r\n\r\nWeight: 127 Lbs\r\n\r\nExtension: Adjustable cord customizable up to 12 ft\r\n\r\nBulbs: 155W bulbs. 3000 K LED\r\n\r\nAssembly: Some assembly required.\r\n\r\nDimmer Switch Compatible: Optional\r\n\r\nShipping: Free Door-To-Door Shipping Worldwide!\r\n\r\nRush Order: 4-6 Weeks; 15% added to the total\r\n\r\nRegular Lead Time: 6-10 Weeks', 3362.00, NULL, NULL, 10820.00, 'SUGAR CHANDELIER-72898.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 10:56:09', '2024-01-29 10:56:09'),
(1624, 'ACDelco Gold 18FR678 Front Passenger Side Disc Brake Caliper Assembly (Friction Ready Non-Coated), Remanufactured', 'gr9yzwMOt', 4, 'This brake caliper assembly is specifically designed for the front passenger side of your vehicle. It\'s a remanufactured unit, meaning it has been restored to its original performance and quality standards. The caliper assembly is friction ready and non-coated, making it easy to install and compatible with a variety of brake pads. With ACDelco Gold, you can trust that you\'re getting a reliable and high-quality brake caliper assembly for your vehicle.', 39.93, NULL, NULL, 69.20, 'ACDelco Gold 18FR678 Front Passenger Side Disc Brake Caliper Assembly (Friction Ready Non-Coated), Remanufactured-51416.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-01-29 10:56:09', '2024-01-29 10:56:09'),
(1625, 'Kids Magnetic Writing Drawing Board Toddler Toys Gift for 2 3 Year Old Girls Boy', 'ozdCega4A', 19, 'Drawing board type: magnetic plastic drawing board. 1 colorful magnetic drawing board, painted fairy tale kingdom. Anti-lost design, no longer afraid to find a brush. Color: blue handbag [OPP bag], green handbag [OPP bag], pink handbag [OPP bag].', 5.20, NULL, NULL, 7.20, 'Kids Magnetic Writing Drawing Board Toddler Toys Gift for 2 3 Year Old Girls Boy-14351.jpeg', 'Kids Magnetic Writing Drawing Board Toddler Toys Gift for 2 3 Year Old Girls Boy-44667.jpeg', 'Kids Magnetic Writing Drawing Board Toddler Toys Gift for 2 3 Year Old Girls Boy-42125.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 10:58:24', '2024-01-29 10:58:24'),
(1626, 'Corbett \"Flirt\" Silver Rock Crystal Chain Chandelier (20\"-48\" W)', 'oS9fe1il5', 18, 'Professional Manufacturing Company Since 1989.\r\n\r\nWe have branched out to e-commerce world to bring you the ultimate in your search for the perfect piece for your business, event, home, or other location. By doing this, we\'ve granted you, the customer, access to our 25 years of experience in the lighting industry, as well as high quality and intricately designed products from your mobile phone, laptop, or other device! We don\'t want to be just be somewhere you stop to shop, we want to share the design process with you.\r\n\r\nBy keeping up with the latest trends in interior design, we strive to carry made-to-order and in-stock products that will be the focus of wherever your new piece(s) will be on display. We understand you want pieces that are a reflection of your personal style, and a source of comfort to you, your family, friends, or clients, so we offer all our pieces as customizable to fit each and every style and setting flawlessly. Let\'s see what we have to offer you today!', 1075.00, NULL, NULL, 1875.00, 'Corbett \"Flirt\" Silver Rock Crystal Chain Chandelier (20\"-48\" W)-77200.png', 'Corbett \"Flirt\" Silver Rock Crystal Chain Chandelier (20\"-48\" W)-57323.png', 'Corbett \"Flirt\" Silver Rock Crystal Chain Chandelier (20\"-48\" W)-16107.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 10:59:57', '2024-01-29 10:59:57'),
(1627, 'Slap Chop Chopper Kitchen Gadget Veggie Cutter', '9GSCbI3k3', 13, 'This chopper is used. Missing the clear plastic part. The other parts appear to be in good used condition', 6.29, NULL, NULL, 9.99, 'Slap Chop Chopper Kitchen Gadget Veggie Cutter-44195.jpeg', 'Slap Chop Chopper Kitchen Gadget Veggie Cutter-49210.jpeg', 'Slap Chop Chopper Kitchen Gadget Veggie Cutter-99503.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 11:02:43', '2024-01-29 11:02:43'),
(1628, 'AM4800: Traditional Round Arms Maria Theresa Chandelier (20”-56” W)', 'JTM0wDjHo', 19, 'We have branched out to e-commerce world to bring you the ultimate in your search for the perfect piece for your business, event, home, or other location. By doing this, we\'ve granted you, the customer, access to our 25 years of experience in the lighting industry, as well as a vast array of high-quality and intricately designed made-to-order products available from your mobile phone, laptop, or other device! We don\'t want to be just be somewhere you stop to shop, we want to share the design process with you.\r\n\r\nBy keeping up with the latest trends in interior design, we strive to carry made-to-order and in-stock products that will be the focus of wherever your new piece(s) will be on display. We understand you want pieces that are a reflection of your personal style, and a source of comfort to you, your family, friends, or clients, so we offer all our pieces as customizable to fit each and every style and setting flawlessly. Let\'s see what we have to offer you today!', 1825.00, NULL, NULL, 1900.00, 'AM4800: Traditional Round Arms Maria Theresa Chandelier (20”-56” W)-35305.png', 'AM4800: Traditional Round Arms Maria Theresa Chandelier (20”-56” W)-35737.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 11:02:53', '2024-01-29 11:02:53'),
(1629, 'Toys For Boys & Girls Electronic Plush Cats Cute 3-9 Old Age  X1 Years Gift', 'tH0ZN6uK4', 19, '1 x cat plush toy. Easy Care: Remove dust,just comb and blow whith hair dryer; Remove oil stains, dry clean, do not wash with water. The simulation cat help to improve the children\'s recognize ability to animals, so that children can exercise pets in advance without having a real small cat', 9.96, NULL, NULL, 12.96, 'Toys For Boys & Girls Electronic Plush Cats Cute 3-9 Old Age  X1 Years Gift-93405.jpeg', 'Toys For Boys & Girls Electronic Plush Cats Cute 3-9 Old Age  X1 Years Gift-52462.jpeg', 'Toys For Boys & Girls Electronic Plush Cats Cute 3-9 Old Age  X1 Years Gift-75401.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 11:05:06', '2024-01-29 11:05:06'),
(1630, 'Dynamic Friction Company 5000 Euro Ceramic Brake Pads and Hardware Kit', 'KsuqPRWHZ', 4, 'This kit includes ceramic brake pads and all the necessary hardware for installation. The ceramic brake pads offer excellent stopping power, low noise, and reduced dust compared to traditional brake pads. They are specifically designed for European vehicles, ensuring optimal performance and compatibility. With the included hardware, you\'ll have everything you need to replace your brake pads and ensure a smooth and safe braking experience. It\'s a great choice for upgrading your vehicle\'s braking system.', 40.28, NULL, NULL, 78.82, 'Dynamic Friction Company 5000 Euro Ceramic Brake Pads and Hardware Kit-93363.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-29 11:05:31', '2024-01-29 11:05:31'),
(1631, 'Stainless Steel Egg Avocado Slicer Hand Held KItchen Gadget', 'fo1tYPHn5', 15, 'Stainless Steel Egg Avocado Slicer Hand Held KItchen Gadget\r\n\r\nGreat condition. Measures about 7\" long.', 5.29, NULL, NULL, 9.98, 'Stainless Steel Egg Avocado Slicer Hand Held KItchen Gadget-80862.jpeg', 'Stainless Steel Egg Avocado Slicer Hand Held KItchen Gadget-69351.jpeg', 'Stainless Steel Egg Avocado Slicer Hand Held KItchen Gadget-24233.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 11:06:24', '2024-01-29 11:06:24'),
(1632, 'AM8800: Cascading Smoky Crystal Golden Heart Chandelier (18”-28” W)', 'SRvBc62yj', 19, 'We have branched out to e-commerce world to bring you the ultimate in your search for the perfect piece for your business, event, home, or other location. By doing this, we\'ve granted you, the customer, access to our 25 years of experience in the lighting industry, as well as high quality and intricately designed products from your mobile phone, laptop, or other device! We don\'t want to be just be somewhere you stop to shop, we want to share the design process with you.\r\n\r\nBy keeping up with the latest trends in interior design, we strive to carry made-to-order and in-stock products that will be the focus of wherever your new piece(s) will be on display. We understand you want pieces that are a reflection of your personal style, and and a source of comfort to you, your family, friends, or clients, so we offer all our pieces as customizable to fit each and every style and setting flawlessly. Let\'s see what we have to offer you today!', 1680.00, NULL, NULL, 2300.00, 'AM8800: Cascading Smoky Crystal Golden Heart Chandelier (18”-28” W)-76118.jpeg', 'AM8800: Cascading Smoky Crystal Golden Heart Chandelier (18”-28” W)-98471.png', 'AM8800: Cascading Smoky Crystal Golden Heart Chandelier (18”-28” W)-74355.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 11:07:09', '2024-01-29 11:07:09'),
(1633, 'Tools and Gadgets Nesting / Stackable Mixing Bowl Set with Pour Spou', '1dAsQvDrI', 17, 'Rachael Ray Tools and Gadgets Nesting / Stackable Mixing Bowl Set with Pour Spouts and Handle - 2 and 3 Quarts, Light Blue and Teal\r\n\r\nItem Condition: New\r\n\r\nBrand: Rachael Ray\r\n\r\nModel: 47644\r\n\r\nColor: Light Blue Teal\r\n\r\nProduct Dimension: 14.2 x 13.4 x 10.1\r\n\r\nProduct Information\r\n\r\nBUILT TO LAST: Mixing bowl set is made from durable, BPA free melamine for long-lasting prepping and mixing performance NESTING MIXING BOWLS: 3-quart and 2-quart mixing bowls nest conveniently together for space-saving storage ANTI-SLIP BOWLS: Rubberized bottom helps to prevent mixing bowls from slipping on countertops and other surfaces EASY POURING: Mixing bowls feature convenient built-in spouts and handles making it easier to pour rich, flavorful sauces or batters RINSE AND GO: Mixing bowls are top-rack dishwasher safe for easy cleaning', 30.59, NULL, NULL, 45.99, 'Rachael Ray Tools and Gadgets Nesting / Stackable Mixing Bowl Set with Pour Spou-42741.jpeg', 'Rachael Ray Tools and Gadgets Nesting / Stackable Mixing Bowl Set with Pour Spou-20756.jpeg', 'Rachael Ray Tools and Gadgets Nesting / Stackable Mixing Bowl Set with Pour Spou-38492.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 11:10:18', '2024-01-29 11:11:29'),
(1634, 'AM4600: Dangling Crystal Copper Pipe Chandelier (20\"-50\" W x 42\" H)', 'aijicwpZt', 19, 'AM4600: Dangling LED Baguette Beaded Crystal Hand-Painted Copper Pipe Chandelier (20\"-50\" W x 42\" H) 1,420\r\n\r\nSpecifications:\r\n\r\nShape: Shade Pendant\r\n\r\nSize Of Each Pipe: 30\" wide x 18\" height x 1\" deep (Custom sizes are also available!)\r\n\r\nShade size: 30\" wide x 10\" height x 6\" deep\r\n\r\nOverall Size: 42\" height can be reduced-centered pipe option of 30\" height\r\n\r\nCeiling Pipe: 24\"-each split to 2-pipes each\r\n\r\nChain: 1-center cable; 12 ft.\r\n\r\nCrystal: High-quality LED rainbow multiple mix color shape laser cut\r\n\r\nFinish: Gold leaf hand-made paint (Custom finishes are also available at no additional cost.)\r\n\r\nLights: 7L110V USA/220V Europe 60W max E12 bright clear bulbs (included)\r\n\r\nWeight: 64 lbs.\r\n\r\nAssembly:\r\n\r\nDimmer Switch Compatible: Yes\r\n\r\nShipping: Free Worldwide\r\n\r\nRush Order: 3-4 Weeks; 15% added to total\r\n\r\nRegular Lead Time: 6-8 Weeks', 1420.00, NULL, NULL, 1500.00, 'AM4600: Dangling Crystal Copper Pipe Chandelier (20\"-50\" W x 42\" H)-35569.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 11:10:56', '2024-01-29 11:10:56'),
(1635, 'JADA 1/64 SCALE DIE CAST CARS FOR SALE LARGE SELECTION PICK YOURS', 'eY66k2v8e', 19, 'Condition\r\nUsed\r\nMore than 10 available\r\nItem Number\r\n125607223775\r\nScale\r\n1:64\r\nVehicle Type\r\nCar', 4.69, NULL, NULL, 6.69, 'JADA 1/64 SCALE DIE CAST CARS FOR SALE LARGE SELECTION PICK YOURS-41255.jpeg', 'JADA 1/64 SCALE DIE CAST CARS FOR SALE LARGE SELECTION PICK YOURS-95625.jpeg', 'JADA 1/64 SCALE DIE CAST CARS FOR SALE LARGE SELECTION PICK YOURS-15803.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 11:12:14', '2024-01-29 11:12:14'),
(1636, 'Vintage Gentry Kitchen Gadget/Heavy Duty Poultry/Turkey/Meat Lifter Set/New', 'Wl3NLReMk', 18, 'This listing is for a vintage Gentry poultry/turkey/ meat lifter set in new unused condition. This includes two 4 prong heavy duty lifters. These measure 4 1/2 inches across the 4 prongs have wooden handles with hangers. THE PACKAGING SHOWS A LOT OF STORAGE WEAR WITH SOME TEARS TO THE PLASTIC BAG.', 10.53, NULL, NULL, 14.99, 'Vintage Gentry Kitchen Gadget/Heavy Duty Poultry/Turkey/Meat Lifter Set/New-72129.jpeg', 'Vintage Gentry Kitchen Gadget/Heavy Duty Poultry/Turkey/Meat Lifter Set/New-63316.jpeg', 'Vintage Gentry Kitchen Gadget/Heavy Duty Poultry/Turkey/Meat Lifter Set/New-49902.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-29 11:17:09', '2024-01-29 11:17:09'),
(1637, 'Fruit Baby Toddler Chew Teething Teether Silicone Boy Girl Toy Children Child', '6udDGEktw', 19, '2 mm opening size, it is not easy to block the fruit, the juice can flow out evenly, delicious and prevent choking;. Fashionable and cute frog handle design, fresh and beautiful color, ergonomic design, better exercise baby\'s grasping ability, comfortable grip makes baby love it.', 4.75, NULL, NULL, 5.75, 'Fruit Baby Toddler Chew Teething Teether Silicone Boy Girl Toy Children Child-22895.jpeg', 'Fruit Baby Toddler Chew Teething Teether Silicone Boy Girl Toy Children Child-41968.jpeg', 'Fruit Baby Toddler Chew Teething Teether Silicone Boy Girl Toy Children Child-41861.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 11:19:17', '2024-01-29 11:19:17'),
(1638, 'Electric Automatic Can Opener Kitchen Gadgets', 'QHlNbNOGi', 17, 'New in box\r\n\r\nThis electric automatic can opener is a must-have kitchen gadget for any home chef. With its powerful motor, it quickly and effortlessly opens cans of all sizes, making meal prep a breeze. Whether you\'re a beginner cook or a seasoned pro, this can opener is the perfect addition to your kitchen tools and gadgets collection.\r\n\r\nThe sleek design and durable construction of this electric can opener make it a reliable and long-lasting addition to your kitchen. Its user-friendly features, such as easy-to-use controls and a comfortable grip, make it simple to operate for anyone. Get ready to enjoy hassle-free meal preparation with this electric automatic can opener.', 14.49, NULL, NULL, 19.99, 'Electric Automatic Can Opener Kitchen Gadgets-87711.jpeg', 'Electric Automatic Can Opener Kitchen Gadgets-13150.jpeg', 'Electric Automatic Can Opener Kitchen Gadgets-46991.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-29 11:21:35', '2024-01-29 11:21:35'),
(1639, 'Kendall + Kylie Silver Toned and Shiny Stone Chain Link Analog Watch and Bracelet Set', 'OBqJPAjas', 4, 'This set includes a stylish silver-toned watch and a matching bracelet. The watch features a chain link strap and a sleek analog display, perfect for adding a touch of elegance to any outfit. The shiny stone accents add a hint of sparkle and glamour. With this set, you\'ll have a fashionable accessory duo that can be worn together or separately. It\'s a great choice for adding some extra style to your wrist.', 15.67, NULL, NULL, 95.00, 'Kendall + Kylie Silver Toned and Shiny Stone Chain Link Analog Watch and Bracelet Set-39811.jpeg', NULL, NULL, 'Jewelry', 2.5, NULL, 1, '2024-01-29 11:31:26', '2024-01-29 11:31:26'),
(1640, 'Hot Wheels (LOOSE)  JDM/Euro/Exotics/Tesla Premium, Mainline, Matchbox', 'JZ6809Uau', 19, 'A few Jada, M2 Machines and AutoWorld will occasionally be listed.', 1.00, NULL, NULL, 1.99, 'Hot Wheels (LOOSE)  JDM/Euro/Exotics/Tesla Premium, Mainline, Matchbox-72902.jpeg', 'Hot Wheels (LOOSE)  JDM/Euro/Exotics/Tesla Premium, Mainline, Matchbox-83585.jpeg', 'Hot Wheels (LOOSE)  JDM/Euro/Exotics/Tesla Premium, Mainline, Matchbox-27604.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 11:31:39', '2024-01-29 11:31:39'),
(1641, '2 in1 Cutter Multifunction Kitchen Egg Slicer Gadgets Tools Stainless Steel', 'uaeBIDmHu', 17, '2 in1 Cutter Multifunction Kitchen Egg Slicer Gadgets Tools Stainless Steel Use\r\n\r\nIt\'s a Multi Purpose Slicer, Time Saving, Easy to Clean, Kitchen Tool\r\n\r\nFeatures:\r\n\r\nStainless steel blade, sharp and durable.\r\n\r\n2 in 1, eggs can be cut into even slices.\r\n\r\nCut neatly into white and egg yolk without breaking.\r\n\r\nIt is easy to use and the new design is very popular.\r\n\r\nDoes not fade under normal conditions\r\n\r\nWithout nickel or cadmium,\r\n\r\nDoes not cause any allergic reactions\r\n\r\nSpecification:\r\n\r\nMaterial: PP stainless steel\r\n\r\nSize: 20*9cm/7.87*3.54in\r\n\r\nColor: Red/White\r\n\r\nShipping -\r\n\r\nShipping and handling WORLDWIDE. The package will be shipped directly from Malaysia via Standard Small Package Airmail, and it will take about 15-30 business days. Some items will arrive in 30 days depending on the destination, customs clearance or national holiday, etc..', 12.99, NULL, NULL, 14.85, '2 in1 Cutter Multifunction Kitchen Egg Slicer Gadgets Tools Stainless Steel-94060.jpeg', '2 in1 Cutter Multifunction Kitchen Egg Slicer Gadgets Tools Stainless Steel-81205.jpeg', '2 in1 Cutter Multifunction Kitchen Egg Slicer Gadgets Tools Stainless Steel-77215.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-29 11:32:02', '2024-01-29 11:32:02'),
(1642, 'Yukon Gear & Axle (YA C68065426AB) Right Axle Assembly for Dodge 9.25 Front Differential', 'rN9k1UQec', 4, 'This axle assembly is specifically designed for the right side of the front differential in Dodge vehicles with a 9.25-inch front differential. It\'s made by Yukon Gear & Axle, a trusted brand known for their high-quality drivetrain components. This assembly is built to withstand the demands of off-roading and heavy-duty use, providing reliable performance and durability. If you\'re in need of a replacement axle assembly, this one is definitely worth considering.', 229.45, NULL, NULL, 406.42, 'Yukon Gear & Axle (YA C68065426AB) Right Axle Assembly for Dodge 9.25 Front Differential-67699.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-29 11:34:38', '2024-01-29 11:34:38'),
(1643, 'Educational Toys For 2 Year Olds Baby Kids Toddlers Boy Girl Learning Drum Set', 'KmWI8x3i6', 19, 'Use the drumsticks to tap the drum pads and cymbal, each with its own unique sound. Light Up Drum Pads and Cymbal. Toddlers will be entertained for hours with the 4 modes of play including free play, letters, numbers, and follow-along; each drum features a unique LED light.', 15.00, NULL, NULL, 19.99, 'Educational Toys For 2 Year Olds Baby Kids Toddlers Boy Girl Learning Drum Set-73327.jpeg', 'Educational Toys For 2 Year Olds Baby Kids Toddlers Boy Girl Learning Drum Set-24526.jpeg', 'Educational Toys For 2 Year Olds Baby Kids Toddlers Boy Girl Learning Drum Set-84264.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 11:37:47', '2024-01-29 11:37:47'),
(1644, 'Kitchen Gadgets Pots and Pans set', 'w9uPi7VxZ', 12, 'Kitchen Utensil Set: Our utensil sets have everything you need for a perfect cooking experience! Kaluns kitchen gadgets and accessories are made of a combination of nylon and stainless steel to ensure no scratching or sticking. Cooking Utensils Set Includes: Soup Ladle, Solid Spoon, Slotted Spoon, Solid Turner, Slotted Turner, Potato Pusher, Whisk, Grater, Spatula, Tongs, Can opener, Ice Scream Scooper, Wine Opener, Peeler, Measuring Cups, Measuring Spoons. High Quality Kitchen Tools Designed To Last: No more worries about melting or rusty kitchen utensils. Our high-quality kitchen gadgets are polished with a special oil to prevent it from getting rusty. They are dishwasher safe, light weight and non-stick. Heat resistant is up to 350 F/180?. Great Value Nylon and Stainless Steel Utensil set : Don\'t spend a fortune buying each utensil individually. Buy yourself a complete kitchen tool set. Our 24 peice high quality set has everyting you need included. It is specifically designed to help you with all your food preparations, such as whisking, peeling, cutting, stirring, mixing, basting, baking, grilling, frying and serving up that perfect dish. Great Gift Idea- The Kaluns Kitchen Utensils set come in a classy box ready to gift! Great for House Warming gifts new home, wedding gift, mothers day, holiday and anyone else on your gift list apartment must haves, dorm room essentials.', 37.92, NULL, NULL, 45.78, 'Kitchen Gadgets Pots and Pans set-33246.jpeg', 'Kitchen Gadgets Pots and Pans set-64148.jpeg', 'Kitchen Gadgets Pots and Pans set-62610.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 11:38:00', '2024-01-29 11:38:00'),
(1645, 'Passive Income with ChatGPT (The Ultimate Prompt Engineering Guide for Beginners/ advanced practitioners) eBook | digital download | print', 'OmEMJZW01', 17, 'If you\'re interested in learning about passive income with ChatGPT, we’ve got just the thing for you. There\'s an eBook called \"Passive Income with ChatGPT: The Ultimate Prompt Engineering Guide for Beginners/Advanced Practitioners.\" It\'s available as a digital download or in print. This guide is perfect for those looking to dive into the world of prompt engineering and explore how to generate passive income using ChatGPT. Whether you\'re a beginner or an advanced practitioner, this eBook will provide you with valuable insights and strategies. It\'s a great resource to help you get started on your journey to earning passive income with ChatGPT.', 3.70, NULL, NULL, 14.80, 'Passive Income with ChatGPT (The Ultimate Prompt Engineering Guide for Beginners/ advanced practitioners) eBook | digital download | print-67821.jpeg', 'Passive Income with ChatGPT (The Ultimate Prompt Engineering Guide for Beginners/ advanced practitioners) eBook | digital download | print-66745.jpeg', 'Passive Income with ChatGPT (The Ultimate Prompt Engineering Guide for Beginners/ advanced practitioners) eBook | digital download | print-81699.jpeg', 'Books', 3.0, NULL, 1, '2024-01-29 11:41:37', '2024-01-29 11:41:37'),
(1646, 'Educational Toys for 6 Month 1 2 3 Year Old Boy Girl Toddler Learning Smartwatch', 'QjGjRFXMI', 19, 'Let\'s get moving! This pretend smartwatch looks just like the real thing, with a light-up screen, easy-grasp band, and lots of busy activities for your baby to explore. Press the buttons for songs and phrases about colors and greetings.', 7.29, NULL, NULL, 9.29, 'Educational Toys for 6 Month 1 2 3 Year Old Boy Girl Toddler Learning Smartwatch-97528.jpeg', 'Educational Toys for 6 Month 1 2 3 Year Old Boy Girl Toddler Learning Smartwatch-34232.jpeg', 'Educational Toys for 6 Month 1 2 3 Year Old Boy Girl Toddler Learning Smartwatch-14533.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 11:45:42', '2024-01-29 11:45:42'),
(1647, 'Garlic Press, Kitchen,Home,Tool,Gadget,Cook,Chef,Spice,Dine,Utensil,Slice,Minced', 'RB1X7LdLg', 7, 'ORBLUE Garlic Press, Stainless Steel Mincer and Crusher with Garlic Rocker and Peeler Set – Professional Grade, Dishwasher safe, Rust-proof\r\n\r\nThe Smart Choice for You and Your Family\r\n\r\n*************************************\r\n\r\nThe Orblue Stainless Steel Garlic Press is a food-grade garlic crusher and mincer that sports an ergonomic design for quick and powerful processing with minimal effort. FDA approved for food safety.\r\nSmooth lever mechanism and large press chamber EMPOWER the AVERAGE AMERICAN with minimal grip strength, lessening the food preparation time so that you can FOCUS on creating dishes on par with professional chefs.\r\nMULTI-USE garlic mincer enables you also to mince ginger, crush peanuts and chop nuts in a breeze. Thanks to its heavy-duty and oleophobic construction, you can easily mince both unpeeled garlic cloves and peeled ginger root easily\r\nMINIMAL WASTE design allows you to easily clean the garlic press by just rinsing it under running water or through the dishwasher. Once you press the handle, minced garlic comes out completely separated from the peel—leaving next to zero-waste\r\nRusting and Corrosion proof. Also comes with a garlic peeler rocker giving you the option just to peel your garlic instead of mincing it—thus making this Garlic Press and Peeler the best value for the price!\r\n\r\nMakes An Excellent Gift.\r\n\r\nàWe Offer *FREE* Quick Fast In a Hurry To Your Door Shipping\r\n\r\nWe Ship FREE to the Lower 48 States Only, I Cannot Combine Shipping.\r\n\r\n***********************\r\n\r\nIf you are located outside the United States, please contact us before you make a purchase. Please let us know the item you are considering purchasing along with your Full Address to see if our supplier can ship to your Destination. We will reply with a Shipping Estimation.Calculated: Cost Varies By Buyer Location', 14.44, NULL, NULL, 19.49, 'Garlic Press, Kitchen,Home,Tool,Gadget,Cook,Chef,Spice,Dine,Utensil,Slice,Minced-79238.jpeg', 'Garlic Press, Kitchen,Home,Tool,Gadget,Cook,Chef,Spice,Dine,Utensil,Slice,Minced-55570.jpeg', 'Garlic Press, Kitchen,Home,Tool,Gadget,Cook,Chef,Spice,Dine,Utensil,Slice,Minced-77710.jpeg', 'Gadgets and electronics', 1.0, NULL, 1, '2024-01-29 11:46:06', '2024-01-29 11:46:06'),
(1648, 'Fake Piercing 14 Karat GOLD PLATED over 925 Solid Sterling Silver', '6g2ulV3e5', 17, 'This fake piercing is made of solid sterling silver and is beautifully plated with 14 karat gold. It\'s a stylish and trendy accessory that gives the illusion of a real piercing without the commitment. You can wear it on various parts of your body, such as the ear, nose, or lip, to add a touch of edginess to your look. It\'s a great option if you want to experiment with different piercing styles without actually getting pierced.', 9.00, NULL, NULL, 13.99, 'Fake Piercing 14 Karat GOLD PLATED over 925 Solid Sterling Silver-30053.jpeg', 'Fake Piercing 14 Karat GOLD PLATED over 925 Solid Sterling Silver-69529.jpeg', 'Fake Piercing 14 Karat GOLD PLATED over 925 Solid Sterling Silver-97641.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 11:49:18', '2024-01-29 11:49:18'),
(1649, '14K Solid Gold Curved Piercing with Cubic Zirconia,Belly Button Jewelry with Cz Stone', 'Npcij6C32', 17, 'This belly button jewelry is made of solid 14K gold and features a beautiful curved design. It\'s adorned with a sparkling cubic zirconia stone, adding a touch of elegance and glamour to your belly button piercing. The high-quality materials and craftsmanship make it a durable and stylish choice. Whether you\'re looking to upgrade your current belly button jewelry or want to try something new, this piece is sure to catch the eye and enhance your style.', 97.50, NULL, NULL, 130.00, '14K Solid Gold Curved Piercing with Cubic Zirconia,Belly Button Jewelry with Cz Stone-54560.jpeg', '14K Solid Gold Curved Piercing with Cubic Zirconia,Belly Button Jewelry with Cz Stone-38677.jpeg', '14K Solid Gold Curved Piercing with Cubic Zirconia,Belly Button Jewelry with Cz Stone-74149.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-29 11:54:01', '2024-01-29 11:54:01'),
(1650, 'Children Boys And Girls Decompress Toy Gun', 'YYnflTx21', 19, 'Toy gun X1setProduct Image Toy material: Plastic. Color: sand Eagle-Bath purple, M1911-Bath purple, M1911-Blue Sky White, M1911-Cherry pollen, M1911-dark gray blue, clip, Shell [9 pieces in a group]].', 9.99, NULL, NULL, 12.99, 'Children Boys And Girls Decompress Toy Gun-56480.jpeg', 'Children Boys And Girls Decompress Toy Gun-78527.jpeg', 'Children Boys And Girls Decompress Toy Gun-91052.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 11:55:14', '2024-01-29 12:07:05'),
(1651, 'Necklace pearl to nipples non piercing chain Body jewelry for women Bridal lingerie accessory Wedding jewelry with an unusual twist', 'V08eq2iqQ', 17, 'If you\'re looking for a unique twist on bridal lingerie and wedding jewelry, we’ve got just the thing for you. It\'s a non-piercing body jewelry accessory called the Necklace Pearl to Nipples Chain. This piece is specifically designed for women and adds a touch of elegance and allure to your bridal ensemble. It features a chain adorned with pearls that drapes delicately from your neck to your nipples, creating a stunning and unconventional look. It\'s a perfect accessory to complement your wedding dress and add that extra special touch to your bridal lingerie.', 32.65, NULL, NULL, 54.42, 'Necklace pearl to nipples non piercing chain Body jewelry for women Bridal lingerie accessory Wedding jewelry with an unusual twist-49839.jpeg', 'Necklace pearl to nipples non piercing chain Body jewelry for women Bridal lingerie accessory Wedding jewelry with an unusual twist-89202.jpeg', 'Necklace pearl to nipples non piercing chain Body jewelry for women Bridal lingerie accessory Wedding jewelry with an unusual twist-51548.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-29 11:59:12', '2024-01-29 11:59:12'),
(1652, '14G G23 Titanium Belly Button Clicker| Minimalist Navel Jewelry| Belly Hoop| Hinged Carved Belly Bar| Belly Hoop| Belly Ring 1.6*10/12mm', 'AolCVZ2Q9', 17, 'This belly button jewelry is made of high-quality G23 titanium, known for its durability and hypoallergenic properties. It features a minimalist design with a hinged clicker mechanism, making it easy to put on and take off. The carved details add a unique touch to the belly bar, making it a stylish and eye-catching piece. It\'s available in two sizes, 1.6mm thickness and either 10mm or 12mm diameter, so you can choose the perfect fit for your belly button piercing. It\'s a great addition to your navel jewelry collection!', 13.49, NULL, NULL, 17.99, '14G G23 Titanium Belly Button Clicker| Minimalist Navel Jewelry| Belly Hoop| Hinged Carved Belly Bar| Belly Hoop| Belly Ring 1.6*10/12mm-32563.jpeg', '14G G23 Titanium Belly Button Clicker| Minimalist Navel Jewelry| Belly Hoop| Hinged Carved Belly Bar| Belly Hoop| Belly Ring 1.6*10/12mm-11786.jpeg', '14G G23 Titanium Belly Button Clicker| Minimalist Navel Jewelry| Belly Hoop| Hinged Carved Belly Bar| Belly Hoop| Belly Ring 1.6*10/12mm-43162.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-29 12:05:53', '2024-01-29 12:05:53'),
(1653, 'Ring indoor cam', 'RxofyNje3', 16, 'Get the whole picture – Watch over your home day or night in 1080p HD video with Live View and Color Night Vision.\r\nVideo previews – Record a few extra seconds before every motion event with Advanced Pre-Roll to get a more complete picture of what happened.\r\nPrivacy at your fingertips – Turn off your camera and mic with the manual Privacy Cover, then reactivate with a simple swivel.\r\nGet important alerts – Get real-time alerts when the camera detects movement, and choose exactly what your camera covers so you only get notified above movement that matters.\r\nVersatile mounting options – Find the perfect angle on a table, or mount up high with the flexible swivel mount. Indoor Cam is plug-in, making it easy to move where you need it.\r\nAdditional protection – With a Ring Protect Plan (subscription sold separately), record all your videos, review stored videos for up to 180 days (photos for 7 days), and share videos.\r\nConnect with Alexa – Hear custom notifications from Echo Dot, launch video with Echo Show, and enjoy hands-free home monitoring with select Alexa-enabled devices.', 24.76, NULL, NULL, 44.96, 'Ring indoor cam-94666.jpeg', 'Ring indoor cam-98821.jpeg', 'Ring indoor cam-14960.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-29 12:06:21', '2024-01-29 12:06:21'),
(1654, 'Fisher-Price 4-in-1 Sling \'n Seat Bath Tub with Infant Support & 2 Toys P8', 'MGTQctFN3', 19, 'This tub is designed to fit most sinks and adult bathtubs for your convenience. We are committed to resolving the issue and providing a satisfactory solution. We understand the importance of receiving your order promptly.', 30.99, NULL, NULL, 39.99, 'Fisher-Price 4-in-1 Sling \'n Seat Bath Tub with Infant Support & 2 Toys P8-99690.jpeg', 'Fisher-Price 4-in-1 Sling \'n Seat Bath Tub with Infant Support & 2 Toys P8-89845.jpeg', 'Fisher-Price 4-in-1 Sling \'n Seat Bath Tub with Infant Support & 2 Toys P8-21427.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 12:07:40', '2024-01-29 12:07:40'),
(1655, 'AM11502 BLACK CHAIN', 'CBuIZrCyl', 19, 'Collection: Chain\r\n\r\nSize: 18\" long x 36\" height (Custom sizes are also available!) (18\" W shown in photos)\r\n\r\nChain Extension: 4mm Black Gun Metal;\r\n\r\nExtention: 1- center adjustable chain; Adjustable up to 12 feet\r\n\r\nFrame Finish: Gun Metal Black (Different frame finish options also available at no additional cost. See photos for additional finishes.)\r\n\r\nBulbs: 12L 110V USA/220V Europe 40WE12 candelabra bulbs (included)\r\n\r\nWeight: 54 lbs. (for the 18\" W)\r\n\r\nAssembly: Fully assembled\r\n\r\nDimmer Switch Compatible: Yes\r\n\r\nShipping: Free Door-To-Door Shipping Worldwide!\r\n\r\nRush Order: 3-4 Weeks; 15% added to total\r\n\r\nRegular Lead Time: 6-8 Weeks', 1295.00, NULL, NULL, 6248.00, 'AM11502 BLACK CHAIN-38485.png', 'AM11502 BLACK CHAIN-13903.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 12:07:58', '2024-01-29 12:07:58'),
(1656, 'Diamond Belly Button Ring, Small Ring, Belly Ring, Diamond Ring, Belly Button, Body Piercing Ring', 'oFfFcJOhP', 17, 'This belly ring is a small and stylish piece of body jewelry that features a beautiful diamond. It\'s designed specifically for belly button piercings and adds a touch of elegance and sparkle to your look. The diamond is securely set in the ring, making it a safe and stunning option for body piercing jewelry. It\'s a great choice if you want to add some glamour to your belly button piercing.', 29.95, NULL, NULL, 42.79, 'Diamond Belly Button Ring, Small Ring, Belly Ring, Diamond Ring, Belly Button, Body Piercing Ring-88348.jpeg', 'Diamond Belly Button Ring, Small Ring, Belly Ring, Diamond Ring, Belly Button, Body Piercing Ring-25505.jpeg', 'Diamond Belly Button Ring, Small Ring, Belly Ring, Diamond Ring, Belly Button, Body Piercing Ring-14759.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-29 12:12:05', '2024-01-29 12:12:05');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1657, 'CHAIN077 CAMEO CHAIN', 'KXYcITtAt', 18, 'Meticulous attention to detail is displayed in the Cameo pendant light piece. Machined honeycomb rings are carefully positioned to create a perfect shelter for the metallic mesh draped chains. Incredible detail and craftsmanship allow this chandelier to be the highlight of any design. The Silver Chain Chandelier showed here composed of thin metal chains cascade down in polished nickel finish. This chandelier is part of a larger collection of luxury lighting including wall and ceiling lamps and various chandeliers in different sizes. A statement for any room, ideal for a hallway or luxurious modern lounge setting. Made to a very high standard. Let us create the perfect lighting fixtures for your individual needs, to your individual specifications, and with attention to detail throughout production.\r\n\r\nSPECIFICATIONS:\r\n\r\nCollection: Chain\r\n\r\nSize: 24” Dia x 36” Height (Custom sizes available)\r\n\r\nMaterials: Stainless Steel frame, Metal Chain 4mm Nickel, Crystal\r\n\r\nCrystal: 6mm Pineapple Crystal\r\n\r\nFinish: Brushed Nickel (Custom finishes are also available at no additional cost)\r\n\r\nLights: 6 E 12 60 Watt 110 Volt Incandescent Bulbs\r\n\r\nWeight: : 44 Lbs\r\n\r\nAssembly: Fully Assembled\r\n\r\nDimmer Switch Compatible: Optional\r\n\r\nShipping: Free Door-To-Door Shipping Worldwide\r\n\r\nRush Order: 4-6 Weeks; 15% added to the total\r\n\r\nRegular Lead Time: 6-10 Weeks', 1995.00, NULL, NULL, 12433.00, 'CHAIN077 CAMEO CHAIN-45430.png', 'CHAIN077 CAMEO CHAIN-43291.png', 'CHAIN077 CAMEO CHAIN-79773.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 12:13:03', '2024-01-29 12:13:03'),
(1658, 'ADIRFINE 14K Solid Gold Banana Bar Flower Belly Button Ring. 10mm Gold Cluster CZ Navel Belly Ring', '4X7pdAkdp', 17, 'This belly button ring is made of 14K solid gold, giving it a luxurious and high-quality feel. It features a beautiful flower design with a cluster of CZ stones, adding a touch of sparkle and elegance to your belly button piercing. The banana bar shape ensures a comfortable fit, and the 10mm length is perfect for most belly button piercings. It\'s a stunning piece of jewelry that will definitely make a statement!', 114.99, NULL, NULL, 229.99, 'ADIRFINE 14K Solid Gold Banana Bar Flower Belly Button Ring. 10mm Gold Cluster CZ Navel Belly Ring-77009.jpeg', 'ADIRFINE 14K Solid Gold Banana Bar Flower Belly Button Ring. 10mm Gold Cluster CZ Navel Belly Ring-79348.jpeg', 'ADIRFINE 14K Solid Gold Banana Bar Flower Belly Button Ring. 10mm Gold Cluster CZ Navel Belly Ring-98186.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-29 12:15:24', '2024-01-29 12:15:24'),
(1659, 'Camera Detector C10 Pro – Professional Bug RF Detector Hidden Camera Finder Anti Spy Sweeper GPS Tracker Listening Device Cell Phone Scanner Indoor Outdoor for Home Office Car Travel Hotel Airbnb', 'F6ea9Gl97', 12, 'Why Do I Need C10 Pro?\r\nAre you being spied? Are you being tracked? Are you being eavesdropped? GSM, WiFi, Bluetooth and DECT Bugs are commonplace nowadays. The size of these is smaller and smaller because of the progressive high-tech. The ability to hide these minuscule devices into common objects is an immense threat to the security and privacy of an individual. These enable people to listen in on every single sound you make whether you\'re talking business or personally, spy on you or track you secretly.\r\n\r\nUse C10 Pro detector to scan your surroundings for any signs of RF signals without hiring a professional. The sweeping frequency range reaches as wide as 1Mhz to 10GHz. Unlike other bug detectors out there only detects a small range of the frequencies so they cannot include the low energy transmissions. With the C10 Pro you can also easily find and identify hidden camera lenses.\r\n\r\nC10 Pro is the most reliable bug detector on the market for you and your beloved ones!\r\nKeep Your Private Life Private\r\nC10 Pro comes with the newest AI chip able to probe any bugs with frequency from 1MHz to 10GHz. Three modes: 9-segment 4-color light array - identify signal types and strengths at a glance, covert pocket vibration mode – privately probe and mixed. Dimensions: 2.16” L x 0.59” W x 3.46”H. Weight: 1.9oz. Lightweight and small to carry it everywhere. Detect frequencies of video, audio, digital, and analog signals to help physically eliminate unwanted surveillance threats.\r\nHelp You Protect Yourself from Unwanted Surveillance\r\nThe C10 Pro scans for all types of RF transmitter including: bugs; body wires / GPS trackers / bumper beepers / eavesdropping transmitters etc., and quickly detects hidden cameras both wired and wireless, pinhole cameras and more.\r\nProtect Privacy for You and Your Beloved Ones\r\nC10 Pro is perfect for scanning in various environments for your personal privacy or private proprietary information like:\r\n\r\nChanging Room, Public Restroom, Hotel Rooms, Vacation Rental, AirBnBs, Office Spaces, Conference Rooms, Private Meeting Rooms, Bathrooms, Locker Rooms, Apartments, and Other Spaces. Leave nothing to chance when it comes to your privacy and security.\r\nWhat’s inside the box \r\n1 x RF/Camera Detecor C10 Pro\r\n1 x Type-C Charging Cable\r\n1 x User Manual', 59.00, NULL, NULL, 79.99, 'Camera Detector C10 Pro – Professional Bug RF Detector Hidden Camera Finder Anti Spy Sweeper GPS Tracker Listening Device Cell Phone Scanner Indoor Outdoor for Home Office Car Travel Hotel Airbnb-59562.jpeg', 'Camera Detector C10 Pro – Professional Bug RF Detector Hidden Camera Finder Anti Spy Sweeper GPS Tracker Listening Device Cell Phone Scanner Indoor Outdoor for Home Office Car Travel Hotel Airbnb-65757.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-29 12:16:39', '2024-01-29 12:16:39'),
(1660, 'VK4011 TUBULAR', '8nNVkZmQp', 19, 'This stunning Venetian style Murano Glass chandelier is a grand, statement-making piece that is sure to add luxury and class to your space. It\'s beautifully shaped Murano Glass pieces are shaped like flowers from underneath, adding a unique twist to a fixture of such simplistic color. Having created custom chandeliers for over three decades, we are specializing in bringing lighting concepts into reality, whether your inspiration comes from a rough sketch, an existing chandelier, our original concepts, or even your own creative imagination. Large or small, our team can meet the challenge, and can even coordinate the production of a private collection, where all finishes are kept consistent. Let us create the perfect lighting fixtures for your individual needs, to your individual specifications, and with attention to detail throughout production.', 1490.00, NULL, NULL, 1688.00, 'VK4011 TUBULAR-50391.png', 'VK4011 TUBULAR-88633.png', 'VK4011 TUBULAR-42584.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 12:18:12', '2024-01-29 12:18:12'),
(1661, '14G ASTM F136 Titanium Fat Floating Belly Ring| Internally Threading Belly Bar| Opal Belly Button Ring| Comfortable Navel Ring 8/10/12mm', 'snRg4sW1r', 17, 'This belly ring is made of high-quality titanium, specifically ASTM F136 grade, which ensures durability and safety for your piercing. It features an internally threaded design, making it easy to insert and reducing any discomfort during wear. The opal stone in the belly button ring adds a pop of color and elegance. You can choose from three different lengths, 8mm, 10mm, or 12mm, to find the most comfortable fit for your navel piercing. It\'s a stylish and comfortable choice for your belly button jewelry collection!', 13.49, NULL, NULL, 17.99, '14G ASTM F136 Titanium Fat Floating Belly Ring| Internally Threading Belly Bar| Opal Belly Button Ring| Comfortable Navel Ring 8/10/12mm-26990.jpeg', '14G ASTM F136 Titanium Fat Floating Belly Ring| Internally Threading Belly Bar| Opal Belly Button Ring| Comfortable Navel Ring 8/10/12mm-98404.jpeg', '14G ASTM F136 Titanium Fat Floating Belly Ring| Internally Threading Belly Bar| Opal Belly Button Ring| Comfortable Navel Ring 8/10/12mm-85558.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-29 12:19:08', '2024-01-29 12:19:08'),
(1662, 'Disney Pixar Teal Long Sleeved \"Toy Story 3\" Hoodie. 18 - 24 months', '9D9Em5D29', 19, 'Disney Pixar Teal Long Sleeved \"Toy Story 3\" Hoodie. Good condition. Has been well worn, but lots of life left.', 0.89, NULL, NULL, 1.26, 'Disney Pixar Teal Long Sleeved \"Toy Story 3\" Hoodie. 18 - 24 months-30528.jpeg', 'Disney Pixar Teal Long Sleeved \"Toy Story 3\" Hoodie. 18 - 24 months-82627.jpeg', 'Disney Pixar Teal Long Sleeved \"Toy Story 3\" Hoodie. 18 - 24 months-58747.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 12:19:42', '2024-01-29 12:19:42'),
(1663, 'Jolie Co 14k Yellow Gold - Genuine Sky Blue Topaz Teardrop Belly Button Ring, Custom Fitted to Your Piercing 5mm to 14mm, (Optional) Dangle', 'YmpmNeT5Z', 17, 'This belly button ring is made of 14k yellow gold, giving it a beautiful and luxurious look. It features a genuine sky blue topaz stone in a teardrop shape, adding a touch of elegance and sophistication to your belly button piercing. The best part is that it can be custom fitted to your specific piercing size, ranging from 5mm to 14mm, ensuring a comfortable and secure fit. Plus, it has an optional dangle, adding some extra flair and movement to your belly button jewelry. It\'s a stunning piece that will definitely make a statement!', 201.34, NULL, NULL, 236.87, 'Jolie Co 14k Yellow Gold - Genuine Sky Blue Topaz Teardrop Belly Button Ring, Custom Fitted to Your Piercing 5mm to 14mm, (Optional) Dangle-59505.jpeg', 'Jolie Co 14k Yellow Gold - Genuine Sky Blue Topaz Teardrop Belly Button Ring, Custom Fitted to Your Piercing 5mm to 14mm, (Optional) Dangle-59737.jpeg', 'Jolie Co 14k Yellow Gold - Genuine Sky Blue Topaz Teardrop Belly Button Ring, Custom Fitted to Your Piercing 5mm to 14mm, (Optional) Dangle-59382.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 12:23:02', '2024-01-29 12:23:02'),
(1664, 'Projectors & Laptops stand', 'TlIQI7JfT', 17, 'It simplifies projector setup, providing a stable platform for seamless viewing. Adjustable height and tilt angles ensure the perfect projection angle. Elevate your entertainment and presentations effortlessly with our adjustable projector stand.\r\nThe security pin ensures that once you\'ve set your desired height on the laptop tripod stand, it stays securely in place. No need to worry about accidental drops or sudden adjustments. This small yet essential feature insure a stable and uninterrupted viewing experience.\r\nExperience effortless portability with our laptop floor stand, perfect for camping trips or business excursions. The compact design of the portable projector stand will fit snugly in your car\'s trunk, making it the ideal travel companion.\r\nFrom professional meetings to laptop use, music practice to tablet and Kindle reading, business trips to camping movie nights, or backyard screenings – our projector stand is your versatile solution, providing a stable platform for projectors and a convenient workstation for various devices.', 39.00, NULL, NULL, 54.99, 'Projectors & Laptops-45788.jpeg', 'Projectors & Laptops-82664.jpeg', 'Projectors & Laptops-16075.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-29 12:24:23', '2024-01-29 12:43:36'),
(1665, 'Unicorn Tutu 4pc Set Toy Purse & Hairband Girl Toys Multi Color Rainbow', 'v6FdyAhNT', 19, 'COMPLETE 4 PIECE UNICORN TUTU / UNICORN DRESS SET : Popular unicorn tutu with tulle material, unicorn horn floral hairband, & custom over the shoulder bag. Available in multi materials. ✔️INCLUDES fun plush embroidered unicorn bag toy that can be filled with lots of toys, rainbow toys, goodies, unicorn toys, girls toys, little girl toys, little girl stuff, etc.', 11.00, NULL, NULL, 14.99, 'Unicorn Tutu 4pc Set Toy Purse & Hairband Girl Toys Multi Color Rainbow-11273.jpeg', 'Unicorn Tutu 4pc Set Toy Purse & Hairband Girl Toys Multi Color Rainbow-52773.jpeg', 'Unicorn Tutu 4pc Set Toy Purse & Hairband Girl Toys Multi Color Rainbow-88224.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 12:26:05', '2024-01-29 12:26:05'),
(1666, 'Unique fillable glass locket bracelet • Keepsake jewelry • Cremation bracelet for women • Loss of husband or son • Remember a loved one gift', 'XqNmTVRpu', 19, 'This keepsake jewelry piece is a special way to remember a loved one, especially in times of loss. The bracelet features a fillable glass locket that can hold a small memento, such as ashes or a lock of hair, to honor the memory of a husband or son. It\'s a heartfelt and meaningful gift that allows you to keep your loved one close to your heart. This cremation bracelet for women is not only a beautiful piece of jewelry, but also a way to cherish and remember your loved one.', 46.26, NULL, NULL, 115.65, 'Unique fillable glass locket bracelet • Keepsake jewelry • Cremation bracelet for women • Loss of husband or son • Remember a loved one gift-36510.jpeg', 'Unique fillable glass locket bracelet • Keepsake jewelry • Cremation bracelet for women • Loss of husband or son • Remember a loved one gift-61977.jpeg', 'Unique fillable glass locket bracelet • Keepsake jewelry • Cremation bracelet for women • Loss of husband or son • Remember a loved one gift-72735.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 12:29:59', '2024-01-29 12:29:59'),
(1667, 'Fidget Pen Decompression Magnetic Metal Pen, Toy Pen Relieving Stress Build Various of Shapes, Strato Pen Multifunctional Deformable Magnet Writing Pen Polar Pen for Christmas Gift (Pen Colorful)', 'bpbHTTuSY', 14, 'Two Stylus Head, Can be used as a gel pen, touch screen pen, 13pcs magnetic rings, 12pcs steel balls, user instruction and gift box.', 9.86, NULL, NULL, 12.98, 'Fidget Pen Decompression Magnetic Metal Pen, Toy Pen Relieving Stress Build Various of Shapes, Strato Pen Multifunctional Deformable Magnet Writing Pen Polar Pen for Christmas Gift (Pen Colorful)-38816.jpeg', 'Fidget Pen Decompression Magnetic Metal Pen, Toy Pen Relieving Stress Build Various of Shapes, Strato Pen Multifunctional Deformable Magnet Writing Pen Polar Pen for Christmas Gift (Pen Colorful)-38381.jpeg', 'Fidget Pen Decompression Magnetic Metal Pen, Toy Pen Relieving Stress Build Various of Shapes, Strato Pen Multifunctional Deformable Magnet Writing Pen Polar Pen for Christmas Gift (Pen Colorful)-37685.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-29 12:31:33', '2024-01-29 12:31:33'),
(1668, 'Cremation ring - Twist band - 4x6 oval - 5x7 oval - Diamonds - CZ\'s - Sterling Silver - 10k or 14k Yellow, White, or Rose Gold Ashes Ring', '3FShl79MR', 19, 'This beautiful ring features a twist band design and comes in two different oval sizes, 4x6 and 5x7. It\'s made of sterling silver and is also available in 10k or 14k yellow, white, or rose gold, allowing you to choose the metal that suits your style. The ring can be customized with diamonds or CZ\'s, adding a touch of sparkle and elegance. It\'s a special way to keep the ashes of your loved one close to you and honor their memory.', 128.15, NULL, NULL, 245.00, 'Cremation ring - Twist band - 4x6 oval - 5x7 oval - Diamonds - CZ\'s - Sterling Silver - 10k or 14k Yellow, White, or Rose Gold Ashes Ring-94518.jpeg', 'Cremation ring - Twist band - 4x6 oval - 5x7 oval - Diamonds - CZ\'s - Sterling Silver - 10k or 14k Yellow, White, or Rose Gold Ashes Ring-69000.jpeg', 'Cremation ring - Twist band - 4x6 oval - 5x7 oval - Diamonds - CZ\'s - Sterling Silver - 10k or 14k Yellow, White, or Rose Gold Ashes Ring-21476.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-29 12:34:30', '2024-01-29 12:34:30'),
(1669, 'Disney Toy Story Toddler Sweatshirt 2T', 'BnnCf85kM', 19, 'This Disney Toy Story Fleece Pullover Sweatshirt is a great pick for your Toy Story fan. Boasting a soft fleece construction and featuring a tagless design for all-day cozy wear, this printed sweatshirt is designed with ribbed cuffs and a ribbed hem for snug comfort and a neat finish. Designed in a white hue, it features allover Woody, Buzz Lightyear, Slinky Dog, Rex and Forky graphics for a cool, fan-favorite look.', 21.00, NULL, NULL, 25.00, 'Disney Toy Story Toddler Sweatshirt 2T-94244.jpeg', 'Disney Toy Story Toddler Sweatshirt 2T-32250.jpeg', 'Disney Toy Story Toddler Sweatshirt 2T-54636.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 12:35:21', '2024-01-29 12:35:21'),
(1670, 'Heart Ash Holder Necklace - Ash Holder Pendant - 14K Gold Cremation Necklace - Gold Urn Necklace - Cremation Urn Charm - Custom Ash Holder', 'ERDMLx5AQ', 17, 'This necklace features a beautiful pendant that can hold a small amount of ashes, allowing you to keep a loved one close to your heart. It\'s made of 14K gold, giving it a luxurious and timeless look. The pendant serves as a cremation urn charm, providing a discreet and meaningful way to carry the ashes of your loved one with you. It\'s a custom ash holder that holds a special place in your heart.', 149.80, NULL, NULL, 214.00, 'Heart Ash Holder Necklace - Ash Holder Pendant - 14K Gold Cremation Necklace - Gold Urn Necklace - Cremation Urn Charm - Custom Ash Holder-22864.jpeg', 'Heart Ash Holder Necklace - Ash Holder Pendant - 14K Gold Cremation Necklace - Gold Urn Necklace - Cremation Urn Charm - Custom Ash Holder-92627.jpeg', 'Heart Ash Holder Necklace - Ash Holder Pendant - 14K Gold Cremation Necklace - Gold Urn Necklace - Cremation Urn Charm - Custom Ash Holder-76940.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-29 12:37:56', '2024-01-29 12:37:56'),
(1671, 'Westods Portable 10.26\" Wireless Carplay Screen & Android Auto with Adjustable & Detachable Mount, 2.5K Dash Cam & 1080P Backup Camera, HD IPS Touchscreen, GPS Navigation, Bluetooth, Car Stereo, Radio', 'LyX0mrkMK', 14, 'Carplay and Android Auto: Supports wireless carplay and android auto, allowing you to easily connect your smart phone via Bluetooth. Once connected, you can use map navigation, phone calls, enjoy the music and more.\r\n\r\nAdjustable Angle and Detachable: The screen can be adjusted to different angles for comfortable viewing and it is also detachable, which allows for easy maintenance and portability.\r\n\r\n2.5K Front and 1080P Rear Camera Loop Recording: The unit features a 2.5K front camera and a 1080P rear camera that provide high-quality video recordings. With loop recording, the camera continuously records, overwriting the oldest footage with the newest, ensuring the most recent recordings are always available.\r\n\r\nEquipped with a 64G TF card: The carplay screen comes with a 64G TF card, providing ample storage space for video recordings.\r\n\r\nIPS Touch Screen: The IPS screen with a high resolution of 1600*600 and a wide viewing angle of 178°, ensuring a clear and vivid display from any angle.\r\n\r\nScreen Casting: Just need to connect your smartphone to the unit to enjoy the big screen, such as watch video and movies.\r\n\r\nBluetooth Transmit for Carplay: The wireless carplay display can transmit audio to the car speakers via Bluetooth, providing an immersive audio experience.\r\n\r\nFM Transmit: This feature enables the carplay screen to reflect FM radio signals, allowing users to listen to their favorite radio stations through the car speakers.\r\n\r\nAUX Connection: By connecting the carplay screen and the car through the AUX cable, the sound can be output through the car speakers.\r\n\r\nBuilt-in Speaker: It comes with a built-in speaker, providing audio output even without connecting to the car speakers.\r\n\r\nPlug-and-Play Installation: Quick installation and without requiring any special skills or tools, plug-and-play.\r\n\r\nWide Application: Supports 7-32V cars and trucks.', 79.99, NULL, NULL, 119.89, 'Westods Portable 10.26\" Wireless Carplay Screen & Android Auto with Adjustable & Detachable Mount, 2.5K Dash Cam & 1080P Backup Camera, HD IPS Touchscreen, GPS Navigation, Bluetooth, Car Stereo, Radio-28967.jpeg', 'Westods Portable 10.26\" Wireless Carplay Screen & Android Auto with Adjustable & Detachable Mount, 2.5K Dash Cam & 1080P Backup Camera, HD IPS Touchscreen, GPS Navigation, Bluetooth, Car Stereo, Radio-28459.jpeg', 'Westods Portable 10.26\" Wireless Carplay Screen & Android Auto with Adjustable & Detachable Mount, 2.5K Dash Cam & 1080P Backup Camera, HD IPS Touchscreen, GPS Navigation, Bluetooth, Car Stereo, Radio-93446.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-29 12:40:42', '2024-01-29 12:40:42'),
(1672, 'Personalized CREMATION URN BRACELET Ashes Jewelry Keepsake Ash Gifts Custom Engraved Pet Memorial Human Dog Cat Urns Remembrance Waterproof', '8SNNbTddH', 17, 'This special piece of ashes jewelry is a keepsake that allows you to carry the memory of your loved one with you. It can be custom engraved with a personalized message, whether it\'s for a pet memorial or a human remembrance. The bracelet is designed to be waterproof, ensuring that the ashes are protected and secure. It\'s a heartfelt and meaningful way to honor and remember your loved one.', 29.99, NULL, NULL, 39.99, 'Personalized CREMATION URN BRACELET Ashes Jewelry Keepsake Ash Gifts Custom Engraved Pet Memorial Human Dog Cat Urns Remembrance Waterproof-79649.jpeg', 'Personalized CREMATION URN BRACELET Ashes Jewelry Keepsake Ash Gifts Custom Engraved Pet Memorial Human Dog Cat Urns Remembrance Waterproof-22691.jpeg', 'Personalized CREMATION URN BRACELET Ashes Jewelry Keepsake Ash Gifts Custom Engraved Pet Memorial Human Dog Cat Urns Remembrance Waterproof-10394.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-29 12:41:21', '2024-01-29 12:42:03'),
(1673, 'Disney Frozen Anna & Elsa Shirt Baby Girls Size 4T Short Sleeve Blue Toy', 'DVZTOalzJ', 19, 'New with tags Add multiple items to your cart and shipping will be automatically discounted at checkout. Message us for rates on larger orders. We specialize in baby & children’s clothing shoes & accessories. Our store has over 5,000 items ready to ship within 24 hours of payment. (Except weekends & holidays) 1003', 3.99, NULL, NULL, 5.99, 'Disney Frozen Anna & Elsa Shirt Baby Girls Size 4T Short Sleeve Blue Toy-93377.jpeg', 'Disney Frozen Anna & Elsa Shirt Baby Girls Size 4T Short Sleeve Blue Toy-35268.jpeg', 'Disney Frozen Anna & Elsa Shirt Baby Girls Size 4T Short Sleeve Blue Toy-41635.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 12:43:02', '2024-01-29 12:43:02'),
(1674, 'SJ2049 AXIS DIAMOND CHANDELIER', 'bfR5iU8ro', 18, 'Axis Diamond Chandelier made of a spun aluminum, pivoting oval shades with solid brass accents create a sleek, sophisticated look to your space. This chandelier is a true piece of art. Having created custom chandeliers for over three decades, we specialized in bringing lighting concepts into reality, whether your inspiration comes from a rough sketch, an existing chandelier, our original concepts, or even your own creative imagination. Large or small, our team can meet the challenge.', 1498.00, NULL, NULL, 4910.00, 'SJ2049 AXIS DIAMOND CHANDELIER-90002.png', 'SJ2049 AXIS DIAMOND CHANDELIER-55751.png', 'SJ2049 AXIS DIAMOND CHANDELIER-71758.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 12:43:22', '2024-01-29 12:43:22'),
(1675, 'Personalized Urn Necklace, Cremation Jewelry | Fingerprint Jewelry | Personalized Jewelry, Handmade jewelry | Sympathy gift loss of mother', '5bFOyBVYD', 17, 'This special piece of cremation jewelry is a heartfelt way to keep the memory of your loved one close to your heart. It can be personalized with a fingerprint, creating a unique and meaningful tribute. Handmade with care, this necklace serves as a sympathy gift for the loss of a mother, allowing you to carry her memory with you wherever you go. It\'s a beautiful and personal piece of jewelry that holds deep sentimental value.', 28.57, NULL, NULL, 47.62, 'Personalized Urn Necklace, Cremation Jewelry | Fingerprint Jewelry | Personalized Jewelry, Handmade jewelry | Sympathy gift loss of mother-71938.jpeg', 'Personalized Urn Necklace, Cremation Jewelry | Fingerprint Jewelry | Personalized Jewelry, Handmade jewelry | Sympathy gift loss of mother-92519.jpeg', 'Personalized Urn Necklace, Cremation Jewelry | Fingerprint Jewelry | Personalized Jewelry, Handmade jewelry | Sympathy gift loss of mother-72450.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 12:47:27', '2024-01-29 12:47:27'),
(1676, '4 PCS Decoration Mini Furniture Toys for Kids Kids Toys', 'MFtS9kRce', 19, 'Handys & Kommunikation |. - Hinweis: Nicht-Kleinkindspielzeug, achten Sie darauf, dass Sie nicht essen oder sich verletzen. | Spielzeug |. Schöne und wunderbare Sammlungen für Mini-. | Beauty & Gesundheit |.', 5.60, NULL, NULL, 6.50, '4 PCS Decoration Mini Furniture Toys for Kids Kids Toys-17723.jpeg', '4 PCS Decoration Mini Furniture Toys for Kids Kids Toys-67577.jpeg', '4 PCS Decoration Mini Furniture Toys for Kids Kids Toys-58385.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 12:49:04', '2024-01-29 12:49:04'),
(1677, 'Personalized Pet Loss Urn Necklace for Ashes, Custom Cremation Jewelry Engraved with Photo, Pet Hair Locket, Cat Fur Keepsake, Memorial Gift', 'I2ILi8WvC', 19, 'This special piece of cremation jewelry is a heartfelt way to honor and remember your beloved pet. It can be custom engraved with a photo, allowing you to keep their memory close to your heart. The necklace also features a pet hair locket, providing a unique and sentimental keepsake. It\'s a beautiful memorial gift that holds a special place in your heart.', 17.49, NULL, NULL, 24.08, 'Personalized Pet Loss Urn Necklace for Ashes, Custom Cremation Jewelry Engraved with Photo, Pet Hair Locket, Cat Fur Keepsake, Memorial Gift-22109.jpeg', 'Personalized Pet Loss Urn Necklace for Ashes, Custom Cremation Jewelry Engraved with Photo, Pet Hair Locket, Cat Fur Keepsake, Memorial Gift-35860.jpeg', 'Personalized Pet Loss Urn Necklace for Ashes, Custom Cremation Jewelry Engraved with Photo, Pet Hair Locket, Cat Fur Keepsake, Memorial Gift-92500.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-29 12:52:11', '2024-01-29 12:52:11'),
(1678, 'NEW Horchow Brass & White Globe Chandelier Mid Century Coastal Contemporary', 'C3san0FLz', 18, 'Crafted from metal and glass\r\nFixture includes opal etched glass shades\r\nIncludes (1) 3\", (1) 6\", (1) 12\", and (2) 18\" downrods\r\nRequires (6) 60 watt medium (E26) bulbs\r\nCapable of being dimmed when used with incandescent bulbs\r\nUL rated for damp locations\r\nIncludes limited 1 year manufacturer warranty\r\n\r\nDimensions\r\n\r\nHeight: 17-1/2\"\r\nMinimum Height: 21\"\r\nMaximum Height: 75\"\r\nWidth: 28\"\r\nProduct Weight: 18.0 lbs\r\nCanopy Diameter: 4-3/4\"', 696.00, NULL, NULL, 800.00, 'NEW Horchow Brass & White Globe Chandelier Mid Century Coastal Contemporary-13462.png', 'NEW Horchow Brass & White Globe Chandelier Mid Century Coastal Contemporary-99677.png', 'NEW Horchow Brass & White Globe Chandelier Mid Century Coastal Contemporary-34528.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 12:52:11', '2024-01-29 12:52:11'),
(1679, 'Horchow Brass & Glass Orb Chandelier Mid Modern Farmhouse Transitional', 'CiYSFIE9Z', 18, 'Steel chandelier in stain brass finish.\r\nGlass orb shades.\r\nOverall: 30\"Dia. x 22\"T.\r\nUses six 60-watt torpedo bulbs (not included).\r\nUL listed.\r\nWeight: 13 lbs.\r\nImported.\r\nBoxed weight, approximately 17.7 lbs', 433.00, NULL, NULL, 450.00, 'Horchow Brass & Glass Orb Chandelier Mid Modern Farmhouse Transitional-77103.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 12:55:04', '2024-01-29 12:55:04'),
(1680, 'Steel chandelier in stain brass finish. Glass orb shades. Overall: 30\"Dia. x 22\"T. Uses six 60-watt torpedo bulbs (not included). UL listed. Weight: 13 lbs. Imported. Boxed weight, approximately 17.7 lbs', 'Gtmoay6Ey', 18, '4) 100 watt maximum medium (E26) bulbs required\r\nDimmable with compatible dimming bulbs\r\n36\" of adjustable chain included\r\nUL rated for dry locations\r\n\r\nDimensions\r\n\r\nFixture Height: 23\"\r\nMinimum Height: 27\"\r\nMaximum Hanging Height: 63\"\r\nWidth: 21\"\r\nDepth: 21\"\r\nProduct Weight: 11 lbs\r\nChain Length: 36\"\r\nCord Length: 72\"\r\nShade Height: 6\"\r\nShade Width: 21\"', 522.00, NULL, NULL, 550.00, 'Steel chandelier in stain brass finish. Glass orb shades. Overall: 30\"Dia. x 22\"T. Uses six 60-watt torpedo bulbs (not included). UL listed. Weight: 13 lbs. Imported. Boxed weight, approximately 17.7 lbs-83450.png', 'Steel chandelier in stain brass finish. Glass orb shades. Overall: 30\"Dia. x 22\"T. Uses six 60-watt torpedo bulbs (not included). UL listed. Weight: 13 lbs. Imported. Boxed weight, approximately 17.7 lbs-66723.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 12:58:24', '2024-01-29 12:58:24'),
(1681, 'AMERICAN GIRL 18\" SHOES Pink Sneakers & Blue Flats Set for doll', 'DIi7J5RRv', 19, 'Elastic sling back. Berry pink with decorative holes. White laces at front. White crisscross laces. White soles. Black soles. Price as listed.', 16.76, NULL, NULL, 20.76, 'AMERICAN GIRL 18\" SHOES Pink Sneakers & Blue Flats Set for doll-50611.jpeg', 'AMERICAN GIRL 18\" SHOES Pink Sneakers & Blue Flats Set for doll-48461.jpeg', 'AMERICAN GIRL 18\" SHOES Pink Sneakers & Blue Flats Set for doll-21387.jpeg', 'Babies', 3.5, NULL, 1, '2024-01-29 13:02:23', '2024-01-29 13:02:23'),
(1682, 'Gather Collection 5-Light Antique Bronze Chandelier with Shade', 'Bt9lLKkjt', 18, 'Antique bronze finish Etched glass Smart simplicity Etched glass add distinction and provides pleasing illumination Metal arms descend downwards and curve sharply Uses (5) 100-Watt medium base bulbs (not included) 20-1/2 in. Dia x 15 in. H Casual with a contemporary flair, Gather possesses a smart simplicity to complement today\'s home. Etched glass shades add distinction and provide pleasing illumination to your room. Coordinating fixtures from this collection let you decorate an entire home with confidence and style.\r\n\r\nGather Collection 5-Light Antique Bronze Chandelier with Shade\r\n\r\nThe Condition of this item is : Open Box\r\n\r\nDetailed Condition Notes:\r\n\r\nSpecial Note: Great Condition---Damaged Box\r\n\r\nRetail Packaging Included? : No\r\n\r\nRetail Price : 125.10\r\n\r\nItem is Complete? : Yes', NULL, NULL, NULL, NULL, 'Gather Collection 5-Light Antique Bronze Chandelier with Shade-69106.png', 'Gather Collection 5-Light Antique Bronze Chandelier with Shade-84078.png', 'Gather Collection 5-Light Antique Bronze Chandelier with Shade-58077.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 13:03:37', '2024-01-29 13:03:37'),
(1683, '68\" Murano Venetian Glass Crystal Tube French Modern Chandelier Foyer Bevilacqua', 'cMVTuiw5O', 19, 'Known for light fixtures designed with attention to detail and artfully crafted finishes, these lighting fixtures hint at styles inspired from European antiques combined with a sophisticated, modern elegance perfect for today\'s home.\r\n\r\nThe Bevilacqua Chandelier is a magnificent toast to good taste. Full of body and grace, its reflective glass flutes are made from recycled bud vases. Its wrought iron frame is finished in an exquisite Silver Leaf that compliments the structured design.\r\n\r\nChandelier Dimensions: 68\"H x 27\"rd\r\nNumber of lights: 18\r\nChandelier Finish: Silver Leaf', 5633.00, NULL, NULL, 5690.00, '68\" Murano Venetian Glass Crystal Tube French Modern Chandelier Foyer Bevilacqua-10753.png', '68\" Murano Venetian Glass Crystal Tube French Modern Chandelier Foyer Bevilacqua-54061.png', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 13:08:48', '2024-01-29 13:08:48'),
(1684, '14K 18K Gold Custom Horizontal Cremation Urn Bar Necklace, 4 Side Engraved Memorial Necklace, Engrave Name Date Coordinate Funeral Necklace', 'eKrcRiMfv', 17, 'This necklace is made of 14K or 18K gold, giving it a luxurious and timeless look. It can be engraved on all four sides, allowing you to personalize it with names, dates, coordinates, or any other meaningful details. It serves as a beautiful and meaningful memorial necklace to honor and remember your loved one. It\'s a special piece that holds deep sentimental value.', 185.50, NULL, NULL, 265.00, '14K 18K Gold Custom Horizontal Cremation Urn Bar Necklace, 4 Side Engraved Memorial Necklace, Engrave Name Date Coordinate Funeral Necklace-21651.jpeg', '14K 18K Gold Custom Horizontal Cremation Urn Bar Necklace, 4 Side Engraved Memorial Necklace, Engrave Name Date Coordinate Funeral Necklace-43952.jpeg', '14K 18K Gold Custom Horizontal Cremation Urn Bar Necklace, 4 Side Engraved Memorial Necklace, Engrave Name Date Coordinate Funeral Necklace-50694.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-29 13:11:34', '2024-01-29 13:11:34'),
(1685, 'Personalized CREMATION URN NECKLACE Cube Bar Human Ashes Jewelry Custom Engraved Ash Necklaces Pendant Keepsake Gifts Pet Memorial', 'm4BS28Frt', 19, 'I\'ve got you covered. This special piece of ashes jewelry is designed in the shape of a cube bar, creating a unique and modern look. It can be custom engraved with a personalized message, whether it\'s for a human remembrance or a pet memorial. The necklace serves as a keepsake, allowing you to carry the memory of your loved one close to your heart. It\'s a heartfelt and meaningful gift that holds a special place in your heart.', 29.99, NULL, NULL, 39.99, 'Personalized CREMATION URN NECKLACE Cube Bar Human Ashes Jewelry Custom Engraved Ash Necklaces Pendant Keepsake Gifts Pet Memorial-35605.jpeg', 'Personalized CREMATION URN NECKLACE Cube Bar Human Ashes Jewelry Custom Engraved Ash Necklaces Pendant Keepsake Gifts Pet Memorial-61015.jpeg', 'Personalized CREMATION URN NECKLACE Cube Bar Human Ashes Jewelry Custom Engraved Ash Necklaces Pendant Keepsake Gifts Pet Memorial-37606.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-29 13:15:21', '2024-01-29 13:15:21'),
(1686, 'XL White Wood Beaded French Modern Farmhouse Anthropologie Style Chandelier', 'x3i0GG2SK', 18, 'This vendor has supplied Anthropologie for years with lamps, lighting, furnishings, etc!!!! This also looks like the 800 pottery barn chandelier but I like the finish on this one better! Second is an actual photo in someones home! I have another style with more organic wood bead tones and warm toned finish on the metal, feel free to ask!\r\n\r\nFeatures\r\n\r\nThis item arrives with a plug, but is ready to be hardwired with the help of an electrician.\r\nUL listed\r\n25 Watt bulb maximum\r\nMaterial: Metal and wood beads\r\n\r\nProduct Details\r\n\r\nProduct Type: Empire Chandelier\r\n\r\nNumber of Lights: 3', 577.00, NULL, NULL, 583.00, 'XL White Wood Beaded French Modern Farmhouse Anthropologie Style Chandelier-19900.png', 'XL White Wood Beaded French Modern Farmhouse Anthropologie Style Chandelier-36198.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 13:15:21', '2024-01-29 13:15:21'),
(1687, 'Careers Care Clinic Vehicle, Ambulance with lights and sounds, role play', '9uVPqvRH0', 19, 'Barbie FRM19 Careers Care Clinic Ambulance, Play, Role Model, Lights and Sounds.', 80.49, NULL, NULL, 86.49, 'Careers Care Clinic Vehicle, Ambulance with lights and sounds, role play-13679.jpeg', 'Careers Care Clinic Vehicle, Ambulance with lights and sounds, role play-49073.jpeg', 'Careers Care Clinic Vehicle, Ambulance with lights and sounds, role play-18689.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 13:20:55', '2024-01-29 13:20:55'),
(1688, 'Sterling Silver Fancy Kink Earrings (12mm tall) & Pendant (16mm tall) Set, w/', '6z9VWHmFM', 13, 'This set features elegant and stylish pieces crafted from high-quality sterling silver. The earrings stand at 12mm tall, while the pendant is 16mm tall, making them the perfect size for a subtle yet eye-catching look. The fancy kink design adds a touch of uniqueness to the set, making it a versatile accessory for any occasion. Whether you\'re dressing up or keeping it casual, this sterling silver set is sure to add a touch of elegance to your ensemble.', 46.36, NULL, NULL, 78.22, 'Sterling Silver Fancy Kink Earrings (12mm tall) & Pendant (16mm tall) Set, w/-82291.jpeg', 'Sterling Silver Fancy Kink Earrings (12mm tall) & Pendant (16mm tall) Set, w/-46383.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-29 13:21:34', '2024-01-29 13:21:34'),
(1689, 'Rear Air Ride Suspension Kit For Harley All Touring Electra Glide', 'qO4lST3EU', 18, '100% Air Tightiness testing\r\n2. 24 hours air tightness test ?0.02MPa\r\n3. Sturdy Durable Material\r\n4. Built to strict quality control standards\r\n5. CNC Machined Components\r\n\r\nSpecification:\r\n\r\nCondition: Brand New\r\nPlacement on Vehicle: Rear left and right\r\n\r\nAir shock:\r\n\r\nStroke: 100mm=3.9 inch\r\nMax. Extended: 400mm=15.7inch\r\nMin. Compressed: 300mm=11.8inch\r\nFisheye: O13mm\r\nOperating Pressure: ?2.0Mpa\r\nTemperature range: ?70, ?-40\r\n\r\nAir pump:\r\n\r\nPower: 168W\r\nOutput Voltage: DC-12V\r\nMaximum current: 14A\r\nMaximum Working Voltage: 130PSI(9.1KG/c?)\r\n\r\nPackage Includes(as the picture shows):\r\n\r\n1x Air pump with mounting bracket\r\n1x Relay\r\n1x Solenoid valve\r\n2x Air shock\r\n1x Air line\r\n1x Air Line Hose Cutter\r\n1x Switch\r\n1x 20A Fuse\r\nInstall bolts and nuts\r\nOther Accessories', 227.00, NULL, NULL, 230.00, 'Rear Air Ride Suspension Kit For Harley All Touring Electra Glide-30793.jpeg', 'Rear Air Ride Suspension Kit For Harley All Touring Electra Glide-43256.jpeg', 'Rear Air Ride Suspension Kit For Harley All Touring Electra Glide-36153.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-29 13:25:42', '2024-01-29 13:32:38'),
(1690, 'Modern British Poetry by Louis Untermeyer 1920, Hardcover Harcourt Brace & Co.', 'bQYmNmAtu', 18, 'This book was published in 1920 and is a hardcover edition by Harcourt Brace & Co. It\'s a collection of poetry that showcases the works of various British poets from that era. It\'s a great read for poetry enthusiasts and those interested in exploring the literary landscape of that time.', 17.09, NULL, NULL, 21.00, 'Modern British Poetry by Louis Untermeyer 1920, Hardcover Harcourt Brace & Co.-95020.jpeg', 'Modern British Poetry by Louis Untermeyer 1920, Hardcover Harcourt Brace & Co.-70601.jpeg', 'Modern British Poetry by Louis Untermeyer 1920, Hardcover Harcourt Brace & Co.-72574.jpeg', 'Books', 4.0, NULL, 1, '2024-01-29 13:31:07', '2024-01-29 13:33:59'),
(1691, 'Diaper Bag Tote', 'XDk1hrg6x', 19, 'Weight\r\n  0.93KG\r\n \r\n LOGO\r\nCustom your own logo or design is welcome\r\n \r\n \r\n Delivery time\r\nfor small order and stocked goods, shipped within 3 to 5 days\r\nfor large order and Customized products, shipped in 15-35 days after sample confirmed, depending on quantity.\r\n \r\nShipping Method\r\nBy Express(3-7 working days)\r\nBy Sea(15-30 days)\r\nBy Air(4-5 days)\r\nService\r\n1.Alibaba golden supplier\r\n2.Accept mixed batch and small quantity for trial order\r\n3.Support for customized design and OEM,ODM\r\n4.Stable high-quality, all our products are with whole inspection\r\n5.30 days no-reason return after-sales guarantee', 5.33, NULL, NULL, 6.33, 'Diaper Bag Tote-72822.jpeg', 'Diaper Bag Tote-36977.jpeg', 'Diaper Bag Tote-98574.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-29 13:37:40', '2024-01-29 13:37:40'),
(1692, 'Honda CB77 SUPERHAWK 305 left side carburetor body EARLY ROUNDED BOWL TYPE', 'WZTLnzGf6', 19, 'Left side carburetor body for Early model Honda CB77 Superhawk. Note the rounded shape of the float bowl mating surface. Includes the choke lever/flap assembly with good movement, all other removable parts have been removed. Body is in good functional condition, exterior has some cosmetic surface oxidation and theres some corrosion pitting on the mount flange but the o-ring sealing surface is good. Has been sonic cleaned and sprayed out. All threads are good, no bad damage. I touched up the mount flange mating surface with a mill file so it is perfectly flat. Please check pics for more info on condition, what you see is what you get', 64.35, NULL, NULL, 65.00, 'Honda CB77 SUPERHAWK 305 left side carburetor body EARLY ROUNDED BOWL TYPE-77545.png', 'Honda CB77 SUPERHAWK 305 left side carburetor body EARLY ROUNDED BOWL TYPE-95103.png', 'Honda CB77 SUPERHAWK 305 left side carburetor body EARLY ROUNDED BOWL TYPE-92083.png', 'Accessories', 4.5, NULL, 1, '2024-01-29 13:38:06', '2024-01-29 13:38:06'),
(1693, '1000 Dot to Dot Book Cities Large Unused Paperback', 'H4VqE4snN', 18, 'This book is a large, unused paperback that features intricate dot-to-dot puzzles. Each puzzle forms a beautiful cityscape when completed. It\'s a fun and engaging activity that allows you to relax and unleash your creativity. Whether you\'re a fan of puzzles or just want to explore different cities through art, this book is a great choice. Get ready to connect the dots and reveal stunning cityscapes!', 8.86, NULL, NULL, 11.99, '1000 Dot to Dot Book Cities Large Unused Paperback-67928.jpeg', '1000 Dot to Dot Book Cities Large Unused Paperback-47289.jpeg', NULL, 'Books', 4.0, NULL, 1, '2024-01-29 13:39:05', '2024-01-29 13:39:05'),
(1694, 'The New Evidence That Demands a Verdict by Josh McDowell (1999, Hardcover,...', 'nglqcuw53', 19, 'This book, published in 1999, is a hardcover edition. It presents compelling evidence and arguments for the Christian faith, addressing various topics and providing insights to help readers strengthen their beliefs. It\'s a thought-provoking and informative read for those interested in exploring the evidence behind Christianity.', 14.36, NULL, NULL, 15.50, 'The New Evidence That Demands a Verdict by Josh McDowell (1999, Hardcover,...-72168.jpeg', 'The New Evidence That Demands a Verdict by Josh McDowell (1999, Hardcover,...-48918.jpeg', 'The New Evidence That Demands a Verdict by Josh McDowell (1999, Hardcover,...-86565.jpeg', 'Books', 4.5, NULL, 1, '2024-01-29 13:52:22', '2024-01-29 13:52:22'),
(1695, 'Endoscope Camera with Light', 'l5E04GC6Z', 12, 'Elecshion Dual-lens endoscope is an industrial borescope that can be directly connected to a mobile phone with a high-definition camera, you can switch lens freely as your wish.\r\n\r\nSimple to use: Just plug and go\r\n\r\nDual lens: Swich lens scene as you want\r\n\r\nCompatible with: Type C, IOS 9+ smartphones\r\n\r\nSurpassed the traditional endoscope\'s using limitation for Tpye C or iPhone users.', 69.99, NULL, NULL, 109.99, 'Endoscope Camera with Light-34643.jpeg', 'Endoscope Camera with Light-67343.jpeg', 'Endoscope Camera with Light-12300.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-29 13:57:34', '2024-01-29 13:57:34'),
(1696, 'NRC 2021+ Honda Grom Front Signals', 'vB5Uy0Jyj', 18, 'Be confident in your purchase, we\'re an Authorized New Rage Cycles dealer. How cool is that?\r\n\r\nFeatures:\r\n\r\nComes with all necessary hardware to install\r\nIncludes OEM connectors\r\nA simple bolt-on / plug-in front signal replacement.\r\n\r\nThe stock front turn signals on the new Honda Grom are insanely big\r\nand bulky. Slim down the look, and upgrade the brightness with the NRC\r\n2021 Honda Grom Front Signals. They are easy to install and plug right\r\ninto the spot where the OEM signals are.', 125.00, NULL, NULL, 138.42, 'NRC 2021+ Honda Grom Front Signals-28301.png', 'NRC 2021+ Honda Grom Front Signals-47589.png', 'NRC 2021+ Honda Grom Front Signals-38326.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 14:52:52', '2024-01-29 14:52:52'),
(1697, 'Baby sitter and walker', 'PKI7v4E0c', 5, 'item\r\nvalue\r\nPlace of Origin\r\nChina\r\nShandong\r\nBrand Name\r\nWaystarbaby\r\nType\r\nbaby walker\r\nMaterial\r\nplastic\r\nMail packing\r\nY\r\nApplication\r\nOther, Hotel, Warehouse, Farmhouse, Bedroom, School, Mall, Hospital, Home Office, Living Room, Apartment, Office Building, Babies and kids, Leisure Facilities, Storage & Closet\r\nDesign Style\r\nModern\r\nProduct name\r\nBaby walker\r\nPlace of Origin\r\nshandong,china\r\nFunction\r\nEasy Folding Portable Baby Walker\r\nStyle\r\nFoldable baby walker\r\nKeyword\r\nLearning to walk\r\nColor\r\nGray+Red+Green\r\nFeature\r\nFoldable band music\r\nUsage\r\nBaby sitting and walking\r\nMain material\r\nMetal+plastic\r\nPacking\r\nBoxed', 14.80, NULL, NULL, 16.80, 'Baby sitter and walker-72968.jpeg', 'Baby sitter and walker-24279.jpeg', 'Baby sitter and walker-82813.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-29 14:58:59', '2024-01-29 14:58:59'),
(1698, 'The Confession by John Grisham (2010, Hardcover) 1st edition', 'OaAdFsDG4', 18, 'This book, published in 2010, is a first edition hardcover. It\'s a gripping legal thriller that keeps you on the edge of your seat. With Grisham\'s signature storytelling and suspense, \"The Confession\" delves into the moral complexities of a wrongful conviction and the race against time to uncover the truth. It\'s a page-turner that will have you hooked from beginning to end.', 20.00, NULL, NULL, 36.99, 'The Confession by John Grisham (2010, Hardcover) 1st edition-35555.jpeg', 'The Confession by John Grisham (2010, Hardcover) 1st edition-41827.jpeg', 'The Confession by John Grisham (2010, Hardcover) 1st edition-67993.jpeg', 'Books', 3.0, NULL, 1, '2024-01-29 15:01:17', '2024-01-29 15:01:17'),
(1699, 'NRC 2013+ Honda CBR 600RR Front Signals (4 Options)', 'dnNf7RlwN', 18, 'Brightest LED turn signals in the market\r\nBlack textured finish for professional look\r\nOptional dual Load Equalizer will stabilize flash speed.\r\n\r\nOptional Mirror Block off plates are a great add-on of you\'ll be removing your mirrors.\r\n\r\nGet brighter, sleeker blinkers with the NRC Honda CBR 600RR\r\nFront Signals. They\'re a great option if you\'re looking to simplify the\r\nfront of your bike.', 105.00, NULL, NULL, 154.00, 'NRC 2013+ Honda CBR 600RR Front Signals (4 Options)-42543.png', 'NRC 2013+ Honda CBR 600RR Front Signals (4 Options)-97355.png', 'NRC 2013+ Honda CBR 600RR Front Signals (4 Options)-79087.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 15:01:42', '2024-01-29 15:01:42'),
(1700, 'Shipping RL10 Holy Stone hs11OD FPV Drone Equipped W/ 120 Wide-angle & 1080p HD Camera', 'AVVJTdBtw', 19, 'RL10 Holy Stone hs11OD FPV Drone Equipped W/ 120 Wide-angle 1080p HD Camera', 55.00, NULL, NULL, 58.99, 'Shipping RL10 Holy Stone hs11OD FPV Drone Equipped W/ 120 Wide-angle & 1080p HD Camera-60643.png', 'Shipping RL10 Holy Stone hs11OD FPV Drone Equipped W/ 120 Wide-angle & 1080p HD Camera-98641.png', NULL, 'Accessories', 4.5, NULL, 1, '2024-01-29 15:06:26', '2024-01-29 15:06:26'),
(1701, 'Portable baby stroller', 'dg6v1QRWz', 5, 'Name:\r\nMagic Stroller\r\nGrip:\r\nHigh quality rubber\r\nHand push:\r\nAdjustable hand push, alloy,folding\r\nSeat board:\r\nPlastic\r\nWheel:\r\nPVC wheel, Plastic wheel, PU wheel,120mmx20mm\r\nPedal:\r\nWidening of the pedal, height can be adjusted\r\nLock:\r\nAdjustable safety lock\r\nNet weight:\r\n1.9-3kg\r\nTube:\r\nSteel\r\nMaximum load:\r\n50kg\r\nSuited Ages:\r\n1-6 years\r\nColor:\r\nWhite, Black, Blue, Pink, Red, Customized\r\nMeasure:\r\n84*57*39cm\r\nQuantity/Carton:\r\n8Pcs/Carton\r\n20\'Gp/40\'Hq:\r\n1200/3040pcs', 6.50, NULL, NULL, 7.50, 'Portable baby stroller-74678.jpeg', 'Portable baby stroller-82213.jpeg', 'Portable baby stroller-17745.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-29 15:07:41', '2024-01-29 15:07:41'),
(1702, 'Vintage 1994 Snow White And The Seven Dwarfs Little Library Miniature Book Set!', 'V2aUiRdmC', 18, 'This set is a charming collection of miniature books based on the beloved Disney classic, Snow White and the Seven Dwarfs. It includes multiple books that tell the enchanting story of Snow White and her adventures with the lovable dwarfs. The vintage 1994 edition adds a touch of nostalgia to this delightful set. It\'s a perfect addition to any Disney or book lover\'s collection.', 29.95, NULL, NULL, 49.15, 'Vintage 1994 Snow White And The Seven Dwarfs Little Library Miniature Book Set!-44693.jpeg', 'Vintage 1994 Snow White And The Seven Dwarfs Little Library Miniature Book Set!-49659.jpeg', 'Vintage 1994 Snow White And The Seven Dwarfs Little Library Miniature Book Set!-82199.jpeg', 'Books', 4.5, NULL, 1, '2024-01-29 15:07:45', '2024-01-29 15:07:45'),
(1703, 'DIl Mini 3 Camera Drone 4k HDR 38-min Flight Time vertical Shooting', '3nWgxObTn', 19, 'DIl Mini 3 Camera Drone 4k HDR 38-min Flight Time vertical Shooting\r\n\r\ncondition: New\r\n\r\nCustom Bundle: No\r\n\r\nCountry/Region of Manufacture: China\r\n\r\nItem Weight: 249g\r\n\r\nMPN: CP.MA.00000584.01\r\n\r\nMaximum Flight Time: 51 min\r\n\r\nMaximum Control Range: 32808 ft (10000 m)\r\n\r\nCamera Features: \"HDR\", \"4K HD Video Recording\"\r\n\r\nBrand: DJI\r\n\r\nType: Ready to Fly Drone\r\n\r\nModel: DJI Mini 3', 680.00, NULL, NULL, 721.00, 'DIl Mini 3 Camera Drone 4k HDR 38-min Flight Time vertical Shooting-34592.png', 'DIl Mini 3 Camera Drone 4k HDR 38-min Flight Time vertical Shooting-85977.png', 'DIl Mini 3 Camera Drone 4k HDR 38-min Flight Time vertical Shooting-27785.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 15:12:48', '2024-01-29 15:12:48'),
(1704, 'twig Science ANIMAL REPORTERS - Teacher Edition GRADE 1, MODULE 2 New & Unused!', 'oelkF8Av2', 18, 'This is a brand new and unused teacher edition of the Twig Science ANIMAL REPORTERS program. It\'s specifically designed for Grade 1 students and focuses on Module 2. With engaging content and interactive activities, this teacher edition provides educators with the resources they need to teach science through the lens of animal reporters. It\'s a great tool to inspire young minds and foster a love for learning about animals.', 60.00, NULL, NULL, 89.55, 'twig Science ANIMAL REPORTERS - Teacher Edition GRADE 1, MODULE 2 New & Unused!-36119.jpeg', 'twig Science ANIMAL REPORTERS - Teacher Edition GRADE 1, MODULE 2 New & Unused!-37863.jpeg', 'twig Science ANIMAL REPORTERS - Teacher Edition GRADE 1, MODULE 2 New & Unused!-54502.jpeg', 'Books', 4.0, NULL, 1, '2024-01-29 15:12:57', '2024-01-29 15:12:57');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1705, 'DJI Mini 2 Drone Ready To Fly Starter Bundle', 'AKxpNq2qq', 19, 'DJI Mini 2 Drone Ready To Fly Starter Bundle\r\n\r\ncondition: New\r\n\r\nModel: DJI Mini 2 FMC\r\n\r\nCountry/Region of Manufacture: China\r\n\r\nMPN: Mini 2\r\n\r\nCustom Bundle: Yes\r\n\r\nCamera Features: 4K HD Video Recording\r\n\r\nMaximum Control Range: More Than 16404 ft (5000 m)\r\n\r\nMaximum Flight Time: 26-30 min\r\n\r\nItem Weight: 249G\r\n\r\nBrand: DJI\r\n\r\nConnectivity: Remote Control\r\n\r\nType: Ready to Fly Drone\r\n\r\nBundle Description: Starter Bundle includes: Mini 2 USB Reader 64GB MicroSd', 849.99, NULL, NULL, 894.00, 'DJI Mini 2 Drone Ready To Fly Starter Bundle-87712.png', 'DJI Mini 2 Drone Ready To Fly Starter Bundle-64212.png', 'DJI Mini 2 Drone Ready To Fly Starter Bundle-69712.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 15:18:39', '2024-01-29 15:18:39'),
(1706, 'The Goddess Oracle Deck & Book Set by Amy Sophia Marashinsky (English)', 'yGKLMeFis', 13, 'The Goddess Oracle Deck & Book Set\" by Amy Sophia Marashinsky, I\'ve got you covered. This set is a beautiful collection that combines the power of oracle cards and a comprehensive guidebook. Filled with stunning artwork and insightful interpretations, it allows you to connect with the wisdom and energy of various goddesses from different cultures. Whether you\'re seeking guidance, inspiration, or a deeper connection with the divine feminine, this deck and book set is a wonderful tool to explore and enhance your spiritual journey.', 29.69, NULL, NULL, 39.99, 'The Goddess Oracle Deck & Book Set by Amy Sophia Marashinsky (English)-54501.jpeg', 'The Goddess Oracle Deck & Book Set by Amy Sophia Marashinsky (English)-87438.jpeg', 'The Goddess Oracle Deck & Book Set by Amy Sophia Marashinsky (English)-27880.jpeg', 'Books', 3.5, NULL, 1, '2024-01-29 15:19:05', '2024-01-29 15:19:05'),
(1707, 'multifunction kids dining baby feeding chair/ baby eating seat dining chair for a child/protable children high chair table', 'TrVcjGbqt', 19, 'Material: PP plastic Size: 62*77*92cm\r\nProduct Includes: chair+cushion+dinner plate+storage bag+safe belt\r\nAge: 6M~3Years\r\nBearing Weight: 75kg\r\nFeature: removable, adjustable height\r\n \r\nProduct Name\r\nBaby Feeding Chair\r\nStyle\r\nDining Room Furniture\r\nBrand\r\nOEM\r\nColour\r\nPink , Green , blue, yellow, Khaki\r\nType\r\nBaby high chair\r\nPlace of Product\r\nGuangdong Province,China\r\nFeature\r\n3 in 1 foldable baby dining chair\r\nModes of packing\r\neach per carton\r\nSize\r\n77*62*92cm', 16.40, NULL, NULL, 19.50, 'multifunction kids dining baby feeding chair/ baby eating seat dining chair for a child/protable children high chair table-71388.jpeg', 'multifunction kids dining baby feeding chair/ baby eating seat dining chair for a child/protable children high chair table-24465.jpeg', 'multifunction kids dining baby feeding chair/ baby eating seat dining chair for a child/protable children high chair table-24488.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 15:21:49', '2024-01-29 15:21:49'),
(1708, '957 The American Racing Manual Reference of Thoroughbred Racing, Hardcover Used', 'ZXMeCO474', 18, 'This hardcover book is a used edition that serves as a comprehensive reference guide to the world of thoroughbred racing. It\'s packed with valuable information, including race results, statistics, and profiles of horses, jockeys, trainers, and more. Whether you\'re a seasoned racing enthusiast or just getting into the sport, this manual is a treasure trove of knowledge that will deepen your understanding and appreciation of thoroughbred racing.', 48.99, NULL, NULL, 78.99, '957 The American Racing Manual Reference of Thoroughbred Racing, Hardcover Used-45159.jpeg', '957 The American Racing Manual Reference of Thoroughbred Racing, Hardcover Used-75954.jpeg', '957 The American Racing Manual Reference of Thoroughbred Racing, Hardcover Used-79198.jpeg', 'Books', 4.5, NULL, 1, '2024-01-29 15:25:41', '2024-01-29 15:25:41'),
(1709, 'DJI P4 Multispectral Agriculture Drone w/ D-RTK 2 Mobile Base Station - OPEN BOX', 'ARN4usBuN', 18, 'DJI P4 Multispectral Agriculture Drone\r\n\r\n? Plant Intelligence for Targeted Action\r\n\r\nGather precise plant-level data using the P4 Multispectral ? a high-precision drone with a seamlessly integrated multispectral imaging system built for agriculture missions, environmental monitoring, and more.\r\n\r\n? Farm to Figures\r\n\r\nGain Immediate Insights into Plant Health\r\n\r\nThe P4 Multispectral consolidates the process of capturing data that gives insight into crop health and vegetation management. DJI has created this platform with the same powerful performance standards that DJI is known for, including 27 minutes max flight time and up to 7 km1 transmission range with the OcuSync system.\r\n\r\n? See Beneath the Surface\r\n\r\nAgriculture imagery collection is now simpler and more efficient than ever before with a built-in stabilized imaging system that collects comprehensive data sets right out of the box. Access information collected by 1 RGB camera and a multispectral camera array with 5 cameras covering Blue, Green, Red, Red Edge, and Near Infrared bands ? all at 2 MP with global shutter, on a 3-axis stabilized gimbal.\r\n\r\n? Integrated Spectral Sunlight Sensor for Accurate Results\r\n\r\nAn integrated spectral sunlight sensor on top of the drone captures solar irradiance, which maximizes accuracy and consistency of data collection through different times of day. When combined with post-processed data, this information helps to obtain the most accurate NDVI results.', 6099.00, NULL, NULL, 6548.00, 'DJI P4 Multispectral Agriculture Drone w/ D-RTK 2 Mobile Base Station - OPEN BOX-99769.png', 'DJI P4 Multispectral Agriculture Drone w/ D-RTK 2 Mobile Base Station - OPEN BOX-83933.png', 'DJI P4 Multispectral Agriculture Drone w/ D-RTK 2 Mobile Base Station - OPEN BOX-20329.png', 'Accessories', 4.5, NULL, 1, '2024-01-29 15:29:46', '2024-01-29 15:29:46'),
(1710, 'Gay Male At The Gym Body Spiral-Bound Coloring Book for Adult for Stress Relief', '29qZBxAyh', 10, 'This coloring book is specifically designed for adults and features intricate illustrations of gay male bodies at the gym. The spiral-bound format allows for easy flipping of pages, and the coloring activities can provide a creative and relaxing way to relieve stress. It\'s a unique and inclusive coloring book that celebrates diversity and body positivity.', 20.39, NULL, NULL, 40.99, 'Gay Male At The Gym Body Spiral-Bound Coloring Book for Adult for Stress Relief-97187.jpeg', 'Gay Male At The Gym Body Spiral-Bound Coloring Book for Adult for Stress Relief-11073.jpeg', 'Gay Male At The Gym Body Spiral-Bound Coloring Book for Adult for Stress Relief-68079.jpeg', 'Books', 4.0, NULL, 1, '2024-01-29 15:29:52', '2024-01-29 15:29:52'),
(1711, 'SYMA RC Helicopter, Latest Remote Control Drone with Gyro', '6Em2w52GU', 19, 'SYMA RC Helicopter, Latest Remote Control Drone with Gyro and LED Light 4HZ Channel Plastic Mini Series Helicopter for Kids and Adult Indoor Outdoor Micro Toy Gift for Boys Girls[Newest Model]\r\n\r\nUnique Design Newest Model Newest model rc Helicopter with unique design,it combined the shape of drone and helicopter,and the unique gift is suitable for the unique you! Super Value with Helicopter Landing Pat the aircraft helicopter we offer a landing pat, which is better for hobbyists to exercise. 2.4G 4HZ channel, High low speed -Up, Down, Left, Right, Forward and Backward built-in Gyro to hover in the air. It is very stable to fly. Aerobatic Flight turn a circle upward while flying--press the left joystick by up and down the drone will upward by turned left or right while flying. It turns to circle by pressed joystick left and right. Beat 6 times while flying--press the right joystick by up and down the drone will beat 6 times while flying.the same as the joystick pressed by right or left. Best Gift to Kids kids helicopter is suit for Indoor and Outdoor play for kids, beginners and hobbyist for Boys and girls. It is a best choice as a gift on birthday Christmas Father s day and mother s day and graduation and so on. Durable Helicopter The helicopter with child-friendly flying toys features flexible blades for increased safety and durability. Compatible with US standard as FCC,CPSIA,ASTM.', 90.00, NULL, NULL, 97.30, 'SYMA RC Helicopter, Latest Remote Control Drone with Gyro-23253.jpeg', 'SYMA RC Helicopter, Latest Remote Control Drone with Gyro-35468.png', 'SYMA RC Helicopter, Latest Remote Control Drone with Gyro-23421.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 15:40:31', '2024-01-29 15:40:31'),
(1712, 'New born bed crip side bed adjustment portable storage baby full size bed suitable for 0-36 months for crib for bedroom travel', 'H0MBnZzXX', 5, '1. product size: 125*65*77CM\r\n2. package size: 78*28*28CM\r\n3. CBM: 0.061\r\n4. Certification: EN&ASTM&CPC&CE\r\n5. Accessories: Crib, toy rack, shelving, diaper table，Cotton bed sheet\r\n7. In stock & Ready to ship\r\n8.Color：Blue, Grey', 60.00, NULL, NULL, 70.00, 'New born bed crip side bed adjustment portable storage baby full size bed suitable for 0-36 months for crib for bedroom travel-10694.jpeg', 'New born bed crip side bed adjustment portable storage baby full size bed suitable for 0-36 months for crib for bedroom travel-24347.jpeg', 'New born bed crip side bed adjustment portable storage baby full size bed suitable for 0-36 months for crib for bedroom travel-84605.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 15:56:33', '2024-01-29 15:56:33'),
(1713, 'GoPro Karma Quadcopter Drone QKWXX-015 - NEW Open Box', 'zdM8nmSda', 18, 'Brand New Open Box - New Old Stock - NEVER USED\r\n\r\nThis is for a New Open Box GoPro Karma Drone which has a Harness that is compatible to work with a GoPro Hero 5 Black, or a Hero 4 Black/Silver\r\n\r\nThis package has been opened, but NEVER USED…..few minor scuffs on the remote, and or the drone due to being open box, but nothing serious….just mentioning. It’s NEW\r\n\r\nComes with:\r\n\r\n* Karma Drone\r\n\r\n* Karma Controller\r\n\r\n* Karma Grip\r\n\r\n* Karma Stabilzer Hero5 Black Harness\r\n\r\n* 6 Propellers, and Tool\r\n\r\n* Karma Battery\r\n\r\n*Karma Charger\r\n\r\n* Karma Case', 1199.00, NULL, NULL, 1250.00, 'GoPro Karma Quadcopter Drone QKWXX-015 - NEW Open Box-14967.png', 'GoPro Karma Quadcopter Drone QKWXX-015 - NEW Open Box-31335.png', 'GoPro Karma Quadcopter Drone QKWXX-015 - NEW Open Box-45166.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 15:58:01', '2024-01-29 15:58:01'),
(1714, '2013 Death Rides the Zephyr by Janet Dawson Paperback Book, Signed Copy', 'Ac1kpJjkX', 19, '\"Death Rides the Zephyr\" by Janet Dawson is a thrilling mystery novel that takes place aboard the famous Zephyr train. This paperback book, a signed copy from 2013, adds a special touch to your collection. Join the main character as they navigate through twists and turns, solving a captivating murder mystery. It\'s a must-read for fans of crime fiction and train enthusiasts. All aboard for an exciting adventure!', 27.95, NULL, NULL, 45.00, '2013 Death Rides the Zephyr by Janet Dawson Paperback Book, Signed Copy-46676.jpeg', '2013 Death Rides the Zephyr by Janet Dawson Paperback Book, Signed Copy-39175.jpeg', '2013 Death Rides the Zephyr by Janet Dawson Paperback Book, Signed Copy-83999.jpeg', 'Books', 3.5, NULL, 1, '2024-01-29 16:01:13', '2024-01-29 16:01:13'),
(1715, 'Best Selling Multifunctional Double Creative Electric Breast Standard Mouth Mute Electronic Smart Breast Pump', 'lkJ4K9dGp', 19, 'Product Name\r\nElectric Breast Pump\r\nStyle\r\nFashiontable\r\nBrand\r\nMermaid Princess\r\nColour\r\nColors Mixed Shipped Randomly\r\nSize\r\n20.5*10*20.5cm\r\nWeight\r\n0.62kg\r\nMOQ\r\n12 Pcs\r\nMaterial\r\nPP + Silica Gel\r\nPacking\r\n1Pcs/Color Box\r\nFunction\r\nTouch Button ,Portable', 6.43, NULL, NULL, 7.43, 'Best Selling Multifunctional Double Creative Electric Breast Standard Mouth Mute Electronic Smart Breast Pump-72015.jpeg', 'Best Selling Multifunctional Double Creative Electric Breast Standard Mouth Mute Electronic Smart Breast Pump-21167.jpeg', NULL, 'Babies', 4.5, NULL, 1, '2024-01-29 16:03:24', '2024-01-29 16:03:24'),
(1716, 'I Am Still Alive by Kate Alice Marshall', 'gsjHwxL47', 10, '\"I Am Still Alive\" by Kate Alice Marshall is a gripping and intense survival thriller. The story follows the journey of a young girl named Jess, who finds herself alone in the wilderness after a devastating tragedy. As she fights to survive against the harsh elements and dangerous predators, Jess discovers her own strength and resilience. This book is a thrilling page-turner that will keep you on the edge of your seat. Get ready for an adrenaline-filled adventure!', 6.99, NULL, NULL, 10.25, 'I Am Still Alive by Kate Alice Marshall-47132.jpeg', 'I Am Still Alive by Kate Alice Marshall-25104.jpeg', 'I Am Still Alive by Kate Alice Marshall-92693.jpeg', 'Books', 3.0, NULL, 1, '2024-01-29 16:05:33', '2024-01-29 16:05:33'),
(1717, 'Number Devil Enzensberger, Hans Magnus', 'ra6G4RgaE', 10, '\"Number Devil\" by Hans Magnus Enzensberger is a fascinating and imaginative book that explores the world of mathematics through a captivating story. Join the main character, Robert, as he embarks on a series of dreamlike adventures with the Number Devil. Together, they unravel the mysteries of numbers, patterns, and mathematical concepts in a fun and engaging way. This book is perfect for anyone who wants to discover the magic and beauty of math. Get ready to dive into a world of numbers and unlock the secrets they hold!', 13.00, NULL, NULL, 17.99, 'Number Devil Enzensberger, Hans Magnus-79105.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-29 16:10:06', '2024-01-29 16:10:06'),
(1718, 'THE ROUGH GUIDE TO ICELAND - ROUGH GUIDES, March 2007', '3eTgSD3EU', 10, '\"The Rough Guide to Iceland\" by Rough Guides is a comprehensive travel guide that\'s perfect for exploring the wonders of Iceland. With detailed information on attractions, accommodations, dining, and more, this guide will help you make the most of your trip. Whether you\'re interested in exploring the stunning landscapes, relaxing in the geothermal hot springs, or immersing yourself in Icelandic culture, this guide has got you covered. It\'s a must-have companion for any traveler heading to Iceland. Happy adventuring!', 3.99, NULL, NULL, 7.22, 'THE ROUGH GUIDE TO ICELAND - ROUGH GUIDES, March 2007-46227.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-29 16:14:31', '2024-01-29 16:14:31'),
(1719, 'Baby silicone  straw cup  with lid', 'x97FZexhh', 5, 'Usage\r\nBaby silicone  straw cup  with lid\r\napplication age\r\n0-5year\r\nRaw material\r\n100% food grade silicon ,BPA free\r\nLead time\r\n5-14days', 1.05, NULL, NULL, 1.44, 'Baby silicone  straw cup  with lid-94943.jpeg', 'Baby silicone  straw cup  with lid-96487.jpeg', 'Baby silicone  straw cup  with lid-26932.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-29 16:15:08', '2024-01-29 16:15:08'),
(1720, 'DJI FPV Drone Combo with Motion Controller', 'tw709J6Nu', 18, 'DJI FPV Drone Combo with Motion Controller\r\n\r\ncondition: New\r\n\r\nBundle Description: FPV Combo Motion Controller\r\n\r\nCustom Bundle: Yes\r\n\r\nCountry/Region of Manufacture: China\r\n\r\nMPN: \"CPFP0000000101\", \"CP.FP.00000001.01\"\r\n\r\nMaximum Control Range: 16350 ft (4990 m)\r\n\r\nMaximum Flight Time: 20 min\r\n\r\nCamera Features: 4K HD Video Recording\r\n\r\nType: Ready to Fly Drone\r\n\r\nModel: DJI FPV\r\n\r\nConnectivity: \"Remote Control\", \"Wi-Fi Connection', 1700.00, NULL, NULL, 1842.00, 'DJI FPV Drone Combo with Motion Controller-85759.png', 'DJI FPV Drone Combo with Motion Controller-45990.png', 'DJI FPV Drone Combo with Motion Controller-19869.png', 'Accessories', 4.5, NULL, 1, '2024-01-29 16:15:24', '2024-01-29 16:15:24'),
(1721, 'DJI Mavic 2 Pro Drone L1P RM500 Controller w Case', 'oc4MWpKEu', 19, 'DJI Mavic 2 Pro Drone L1P RM500 Controller w Case', 1485.00, NULL, NULL, 1500.00, 'DJI Mavic 2 Pro Drone L1P RM500 Controller w Case-70807.png', 'DJI Mavic 2 Pro Drone L1P RM500 Controller w Case-25762.png', 'DJI Mavic 2 Pro Drone L1P RM500 Controller w Case-10853.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 16:19:31', '2024-01-29 16:19:31'),
(1722, 'For The Love Of Benji Soft back Childrens Book', 'trwiZhKEg', 18, '\"For The Love Of Benji\" is a delightful children\'s book that will capture the hearts of young readers. It tells the story of Benji, a lovable and adventurous dog, and his exciting journey filled with friendship, courage, and lots of fun. With its softback cover, this book is perfect for little hands to hold and enjoy. It\'s a great addition to any children\'s book collection and is sure to bring smiles to young faces. Get ready for an adorable and heartwarming tale!', 3.95, NULL, NULL, 6.12, 'For The Love Of Benji Soft back Childrens Book-92304.jpeg', 'For The Love Of Benji Soft back Childrens Book-76560.jpeg', NULL, 'Books', 3.5, NULL, 1, '2024-01-29 16:19:45', '2024-01-29 16:19:45'),
(1723, '2002 Alien Earth by Greg Burke Hardback Book, First Edition, Signed Copy', '0OwfV7bX5', 18, '\"2002 Alien Earth\" by Greg Burke is an exciting science fiction novel that will take you on a thrilling adventure. This hardback book is a first edition and even better, it\'s a signed copy! Join the protagonist as they navigate a world where aliens and humans coexist, facing unexpected challenges and uncovering secrets along the way. With its captivating storyline and unique perspective, this book is a must-read for sci-fi fans. Get ready to be transported to an alien Earth!', 29.95, NULL, NULL, 35.00, '2002 Alien Earth by Greg Burke Hardback Book, First Edition, Signed Copy-64551.jpeg', '2002 Alien Earth by Greg Burke Hardback Book, First Edition, Signed Copy-14357.jpeg', '2002 Alien Earth by Greg Burke Hardback Book, First Edition, Signed Copy-17323.jpeg', 'Books', 3.5, NULL, 1, '2024-01-29 16:23:40', '2024-01-29 16:23:40'),
(1724, 'Silicone rice paste spoon', 'a26nxCBwB', 5, 'Brand®\r\nBBET\r\nMain Material\r\n①Bottle: silica gel\r\n②Accessories: PP\r\n③Box: Cardboard\r\nSuitable Age\r\n0-24months\r\nThe Main Function\r\n①100% BPA FREE -20° to 180° high temperature resistance\r\n②Safe and odorless\r\n③Silicone soft head, not harmful to the oral cavity\r\n④Split design, easy to clean and stain free\r\nAvailable Colors\r\n①Orange\r\n②Brown\r\nAvailable Size\r\n①Solid (easy to carry)\r\n②\"+\"shaped hole (suitable for babies over 6 months old, low flow rate)\r\n③Round hole (high flow rate, suitable for larger babies)\r\nPackage List\r\n①Baby bottle\r\n②White cardboard\r\nReady To Stock\r\nSupport 2pcs order\r\nCustom requirements\r\nSupport 3000 pieces\r\nKey words\r\n① Safe\r\n②Simple and advanced', 2.20, NULL, NULL, 3.20, 'Silicone rice paste spoon-79802.jpeg', 'Silicone rice paste spoon-87376.jpeg', 'Silicone rice paste spoon-47992.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 16:25:34', '2024-01-29 16:25:34'),
(1725, 'Patio 37\" Square Metal Dinning Table Handy Table W/ Umbrella Hole Garden', 'AwpPPYy8o', 19, 'Patio 37\" Square Metal Dinning Table Handy Table W/ Umbrella Hole Garden\r\n\r\nCondition: New\r\n\r\nType: Dining Table\r\n\r\nItem Length: 37 In\r\n\r\nItem Height: 29 In\r\n\r\nItem Width: 37 In\r\n\r\nMaterial: Steel\r\n\r\nIndoor/Outdoor: Outdoor\r\n\r\nColor: Black\r\n\r\nDepartment: Adults\r\n\r\nAdditional Parts Required: No\r\n\r\nAssembly Required: Yes\r\n\r\nMpn: Us-2Np10136-13\r\n\r\nAssembly Status: Assembly Required\r\n\r\nItem Weight: 35.5 In\r\n\r\nStyle: Retro\r\n\r\nPersonalized: No\r\n\r\nSize: 37\" X 37\" X 29\"(L X W X H)\r\n\r\nMount Type: Free Standing\r\n\r\nHeight: 29 In\r\n\r\nSet Includes: 1 X Dining Table, 1 X Instruction\r\n\r\nNumber Of Items In Set: One-Piece\r\n\r\nFirmness: Extra Firm\r\n\r\nProduct: Dining Table\r\n\r\nRoom: Living Room\r\n\r\nWeight: 35.5 In', 195.00, NULL, NULL, 220.00, 'Patio 37\" Square Metal Dinning Table Handy Table W/ Umbrella Hole Garden-94825.png', 'Patio 37\" Square Metal Dinning Table Handy Table W/ Umbrella Hole Garden-52969.png', 'Patio 37\" Square Metal Dinning Table Handy Table W/ Umbrella Hole Garden-23217.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 16:26:29', '2024-01-29 16:26:29'),
(1726, 'Beginner Books 1963 : Dr. Seuss\'s ABC by Dr. Seuss VINTAGE RARE VALUABLE! 1963', 'kL2OMFTdd', 18, '\"Dr. Seuss\'s ABC\" by Dr. Seuss is a classic children\'s book that\'s perfect for little ones learning their ABCs. This vintage edition from 1963 is not only rare but also valuable, making it a special addition to any book collection. With its colorful illustrations and playful rhymes, this book will engage and entertain young readers while they learn their letters. It\'s a timeless treasure that both kids and adults can enjoy. Happy reading!', 51.33, NULL, NULL, 54.90, 'Beginner Books 1963 : Dr. Seuss\'s ABC by Dr. Seuss VINTAGE RARE VALUABLE! 1963-13142.jpeg', 'Beginner Books 1963 : Dr. Seuss\'s ABC by Dr. Seuss VINTAGE RARE VALUABLE! 1963-34590.jpeg', 'Beginner Books 1963 : Dr. Seuss\'s ABC by Dr. Seuss VINTAGE RARE VALUABLE! 1963-59401.jpeg', 'Books', 4.0, NULL, 1, '2024-01-29 16:29:22', '2024-01-29 16:29:22'),
(1727, '5Pcs Outdoor Rattan Bar Table Stool Set Acacia Wood Top W/Umbrella Hole', 'JCvX4Q9YJ', 19, '5Pcs Outdoor Rattan Bar Table Stool Set Acacia Wood Top W/Umbrella Hole\r\n\r\nCondition: New\r\n\r\nType: Bar Table Stool Set\r\n\r\nMaterial: \"Acacia Wood\", \"Steel\", \"Pe Rattan\"\r\n\r\nSet Includes: \"1 X Bar Table\", \"4 X Bar Stools\"\r\n\r\nColor: See Picture\r\n\r\nNumber Of Items In Set: Five-Piece\r\n\r\nAssembly Required: Yes\r\n\r\nTable Length: 39 In\r\n\r\nTable Width: 31.5 In\r\n\r\nTable Height: 39 In\r\n\r\nAssembly Status: Assembly Required\r\n\r\nMpn: Us-2Hw68236\r\n\r\nStyle: Modern\r\n\r\nFeatures: Designed For Stability And Durability\r\n\r\nDepartment: Unisex\r\n\r\nPersonalized: No\r\n\r\nItem Weight: Table: 29 Lbs, Bar Stool: 12 Lbs\r\n\r\nSize: 19 X 17 X 35 (L X W X H)\r\n\r\nMount Type: Free Standing\r\n\r\nProduct: Bar Table Stool Set\r\n\r\nRoom: Patio\r\n\r\nIndoor/Outdoor: Indoor Outdoor\r\n\r\nWeight: Table: 29 Lbs, Bar Stool: 12 Lbs', 470.00, NULL, NULL, 501.00, '5Pcs Outdoor Rattan Bar Table Stool Set Acacia Wood Top W/Umbrella Hole-55076.jpeg', '5Pcs Outdoor Rattan Bar Table Stool Set Acacia Wood Top W/Umbrella Hole-90198.png', '5Pcs Outdoor Rattan Bar Table Stool Set Acacia Wood Top W/Umbrella Hole-70606.png', 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-29 16:32:00', '2024-01-29 16:32:00'),
(1728, 'Mini Projector', 'gMAJYgZsj', 18, '𝐂𝐥𝐚𝐫𝐢𝐭𝐲 & 𝐒𝐡𝐨𝐫𝐭 𝐅𝐨𝐜𝐚𝐥 𝐃𝐢𝐬𝐭𝐚𝐧𝐜𝐞：FATORK mini projector with DLP chip supports 1080P resolution video, which provides better light efficiency and color control with bright 150 ANSI lumen images. Enjoy a brighter and clearer image than LCD projectors. (Recommended for use in darker environments.)This short throw projector can project up to 114\" (10-100\" recommended) at a projection distance of 1.64 ft to 9.85 ft.\r\n𝐖𝐢𝐫𝐞𝐥𝐞𝐬𝐬 𝟓𝐆 𝐖𝐢𝐟𝐢𝟔 𝐂𝐨𝐧𝐧𝐞𝐜𝐭𝐢𝐨𝐧：The portable projector supports 2.4G+5G dual-band WiFi and 1GB running memory, realizing the screen mirroring in real-time with low latency. Ultra-fast 5G WIFI6 Projector making it easier for you to enjoy your favorite movies and shows. Connect once to WiFi, and you can connect your device to your portable home projector whenever you want. The latest WiFi connectivity is compatible with iOS and Android, so you don\'t need to switch cables.\r\n𝐔𝐥𝐭𝐫𝐚-𝐌𝐢𝐧𝐢 & 𝐏𝐨𝐫𝐭𝐚𝐛𝐥𝐞 𝐏𝐫𝐨𝐣𝐞𝐜𝐭𝐨𝐫： Take this mini projector with you wherever you go thanks to its size smaller than a soda can. The portable projector allows you to enjoy your favorite movies on the go. It has a built-in rechargeable battery, which can provide 2.5 hours of video on 1 charge, meeting outdoor needs.\r\n𝐀𝐮𝐭𝐨𝐦𝐚𝐭𝐢𝐜 𝐊𝐞𝐲𝐬𝐭𝐨𝐧𝐞 & 𝐋𝐞𝐧𝐬 𝐃𝐮𝐬𝐭𝐩𝐫𝐨𝐨𝐟 :This pocket projector supports automatic vertical ±40° keystone correction, which helps to correct the image and lens focus quickly. And the DLP movie projector lens adopts fully sealed optical core technology,which is more dustproof, effectively reducing screen black spots and image quality loss.\r\n𝐖𝐢𝐝𝐞 𝐂𝐨𝐦𝐩𝐚𝐭𝐢𝐛𝐢𝐥𝐢𝐭𝐲: The outdoor projector has multiple ports: HDMI and USB and audio ports. It can easily connect to Firestick/Chrome Book/Smart Phones/iPads/PC/TV Boxes/DVD Players/Game Consoles/USB Drive. It is the best companion for home theater, video games, parties and outdoor activities such as travel, camping, road trips.', 75.99, NULL, NULL, 79.99, 'Mini Projector-39792.jpeg', 'Mini Projector-81051.jpeg', 'Mini Projector-31883.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-29 16:36:15', '2024-01-29 16:36:15'),
(1729, 'Oeuvres De Moliere Complete Works M Bret 1786 Paris French Language Partial Set', 'FJvsXhz6H', 18, '\"Oeuvres de Molière\" est une collection complète des œuvres de Molière, l\'un des plus grands dramaturges français. Ce jeu partiel en langue française, publié en 1786 à Paris par M. Bret, est une véritable trouvaille. Plonge dans l\'univers comique et satirique de Molière à travers ses célèbres pièces de théâtre telles que \"Le Misanthrope\", \"Tartuffe\" et \"L\'Avare\". Cette collection est un trésor pour les amateurs de littérature française. Bonne lecture !', 187.00, NULL, NULL, 200.00, 'Oeuvres De Moliere Complete Works M Bret 1786 Paris French Language Partial Set-78626.jpeg', 'Oeuvres De Moliere Complete Works M Bret 1786 Paris French Language Partial Set-34146.jpeg', 'Oeuvres De Moliere Complete Works M Bret 1786 Paris French Language Partial Set-81589.jpeg', 'Books', 4.0, NULL, 1, '2024-01-29 16:37:45', '2024-01-29 16:37:45'),
(1730, 'Robotic Pool Cleaner, Automatic Pool Vacuum With Dual-Drive Motors, 3 Timing Fun', 'EPYjug66c', 19, 'Robotic Pool Cleaner, Automatic Pool Vacuum With Dual-Drive Motors, 3 Timing Functions, 33Ft Swivel Floating Cable, Bottom Brush, Ideal For Above/In Ground Pool Floor Cleaning-Grampus 400\r\n\r\nItem Condition: New\r\n\r\nColor: White\r\n\r\nProduct Dimension: 14 X 16 X 20\r\n\r\nProduct Information\r\n\r\nFully Automatic Pool Robotthe Pool Robot Cleaner Is Equipped With A 33-Foot Rotating Floating Cable, So You Don\'T Have To Worry About Battery Life And Charging Issues. Let The Grampus 400 Permanently Take Over Your Pool Cleaning Work. Designed For Above-Ground Pools, The Pool Cleaner Can Make Your Pool Shine In Just 2 Hours. Timing Function And Powerful Pool Adaptabilitythe Swimming Pool Cleaner Has 3 Working Cycles (1 Hour, 2 Hours, Or 3 Hours), And You Can Decide How Many Hours To Clean Based On The Dirtiness Of The Pool.', 471.00, NULL, NULL, 800.00, 'Robotic Pool Cleaner, Automatic Pool Vacuum With Dual-Drive Motors, 3 Timing Fun-64579.png', 'Robotic Pool Cleaner, Automatic Pool Vacuum With Dual-Drive Motors, 3 Timing Fun-76676.png', 'Robotic Pool Cleaner, Automatic Pool Vacuum With Dual-Drive Motors, 3 Timing Fun-27768.png', 'Accessories', 4.5, NULL, 1, '2024-01-29 16:38:07', '2024-01-29 16:38:07'),
(1731, 'Infant baby plastic foldable infant bathtub with temperature and baby bath tubs set', 'uxh2ap9n7', 5, 'Growing up with the baby it can be used until the age of 6\r\n0-12  month old baby uses bathtub with bath mat 6-12 months old baby uses bath tub with bath net', 2.00, NULL, NULL, 2.20, 'Infant baby plastic foldable infant bathtub with temperature and baby bath tubs set-86446.jpeg', 'Infant baby plastic foldable infant bathtub with temperature and baby bath tubs set-59974.jpeg', 'Infant baby plastic foldable infant bathtub with temperature and baby bath tubs set-63584.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-29 16:41:11', '2024-01-29 16:41:11'),
(1732, 'Cordless Robotic Pool Cleaner, Automatic Pool Vacuum, Powerful Suction, Ipx8 , D', 'kDjRSkAyT', 19, 'Cordless Robotic Pool Cleaner, Automatic Pool Vacuum, Powerful Suction, Ipx8 , Dual-Motor, 180m Fine Filter For Above/In Ground Flat Pool Up To 525 Sq.Ft -Osprey200\r\n\r\nItem Condition: New\r\n\r\nColor: Blue\r\n\r\nProduct Dimension: 16 X 16 X 7.7\r\n\r\nProduct Information\r\n\r\nBring Your Pool Sparkling - Robotic Pool Vacuum Goes About Its Business Automatic, Efficiently. Has Dual-Motor Power, Two Bottom Assist Scraper, 180m Fine Filter. Strong Enough Suction To Easily Pick Up Dust, Sand, Small Sort Leaves...Ect, And Then Filter Smart Navigation Tech - When Encountering The Wall', 220.00, NULL, NULL, 495.00, 'Cordless Robotic Pool Cleaner, Automatic Pool Vacuum, Powerful Suction, Ipx8 , D-57259.png', 'Cordless Robotic Pool Cleaner, Automatic Pool Vacuum, Powerful Suction, Ipx8 , D-93279.png', 'Cordless Robotic Pool Cleaner, Automatic Pool Vacuum, Powerful Suction, Ipx8 , D-40194.png', 'Accessories', 4.5, NULL, 1, '2024-01-29 16:42:15', '2024-01-29 16:42:15'),
(1733, 'NEW The Big Black Book of Income Secrets Tom Dyson for Palm Beach Research Group', 'd1fleEZug', 10, 'The Big Black Book of Income Secrets by Tom Dyson is an exciting new release from the Palm Beach Research Group. This book is packed with valuable insights and strategies for generating income and achieving financial success. Whether you\'re interested in investing, entrepreneurship, or alternative income streams, this book has got you covered. Get ready to unlock the secrets to financial freedom and start building your wealth. Happy reading!', 9.50, NULL, NULL, 9.60, 'NEW The Big Black Book of Income Secrets Tom Dyson for Palm Beach Research Group-63434.jpeg', 'NEW The Big Black Book of Income Secrets Tom Dyson for Palm Beach Research Group-49765.jpeg', 'NEW The Big Black Book of Income Secrets Tom Dyson for Palm Beach Research Group-49166.jpeg', 'Books', 3.0, NULL, 1, '2024-01-29 16:43:15', '2024-01-29 16:43:15'),
(1734, 'Mini projector for IPhone', 'eGhddlB2O', 12, 'Mini projector is a must-have product for kids to watch cartoons and videos, which is very popular with kids. When viewed from a distance with the portable projector, it can project a maximum of 170 inches (Recommended 60-100 inches)Keeping kids away from mobile phones and iPads can protect kids\' eyes.\r\nMini Portable Projector: This Portable projector is designed in small size ( 5.63\"*3.78\"*2.28\"/0.75 lb ). It is small enough to fit in your bag. Therefore, it is rather light and handy to carry when you go out(Support Power Bank Supply). Ideal for home theater projector video in the backyard, hosting parties, and movie nights while traveling.\r\nSuper Movie Projector Experience : The video projector upgraded in 2023, support full HD 1920x1080p highest resolution. 1000:1 contrast ratio, A real, dynamic and color vibrant HD projection image quality. It enables excellent playback of films, videos, games, photos, parties, and T-V programs and can be set up at your will.\r\nMultiple Devices Connection: Small movie projector is equipped with multiple ports, including HDMI, USB, audio and other interfaces.It can be easily connected to multiple media devices, such as TV boxes, laptops, desktop computers, digital cameras and iPad,smartphones(When connect with phone, please purchase an extra HDMI adapter).\r\nWhat You’ll Get: The package including 1 x Mini Portable Projector, 1 x Mini Portable Projector Manual, 1 x remote contorl(Battery not included),1 x power adapter,1 x HDMI cable. woohug small projector provide excellent customer service, any product problem pls feel free to contact us.', 69.99, NULL, NULL, 75.99, 'Mini projector for IPhone-92305.jpeg', 'Mini projector for IPhone-16324.jpeg', 'Mini projector for IPhone-22674.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-29 16:44:50', '2024-01-29 16:44:50'),
(1735, 'Heavy Duty 880 Lbs Capacity Mesh Steel Garden Cart Folding Utility Wagon', 'vGjdKdvuZ', 18, 'Heavy Duty 880 Lbs Capacity Mesh Steel Garden Cart Folding Utility Wagon With Removable Sides And 4.10/3.50-4 Inch Wheels (Black)\r\n\r\nItem Condition: New\r\n\r\nModel: Vh524-Bk\r\n\r\nColor: Black\r\n\r\nProduct Dimension: 38.19 X 20.86 X 9.8\r\n\r\nProduct Information\r\n\r\nPowerful Load And Large Capacity - \'S Multi-Functional Garden Cart Has Meticulous Workmanship And Strong Design Sense; Its Maximum Load Can Reach 880 Lbs., Which Is More Than Twice That Of Competitors; There\'S Nothing You Cannot Pull Away With This Practical And Convenient Cart (To Prolong Its Life, Long-Term Heavy Loading Is Not Recommended) Excellent Quality - Made Fully-Welded, High-Quality Metal, The Cart Body Is Anti-Rust, Solid, And Durable; All-Iron Mesh Bed Is Extremely Tough And Not Easy To Break; The Hinges Between Each Rail Are Sturdy And Firmly-Welded To Ensure A Long Service Life', 210.00, NULL, NULL, 289.00, 'Heavy Duty 880 Lbs Capacity Mesh Steel Garden Cart Folding Utility Wagon-62435.png', 'Heavy Duty 880 Lbs Capacity Mesh Steel Garden Cart Folding Utility Wagon-98992.png', 'Heavy Duty 880 Lbs Capacity Mesh Steel Garden Cart Folding Utility Wagon-56188.png', 'Accessories', 4.0, NULL, 1, '2024-01-29 16:48:20', '2024-01-29 16:48:20'),
(1736, 'Fani Fashion african Bridal jewelry sets Wholesale nigerian women wedding jewelr', 'XlMek0WvN', 19, 'Fani Fashion african Bridal jewelry sets Wholesale nigerian women wedding jewelry set Dubai gold designer jewelry sets 3256804239584894SI Specifications : Brand Name: longqu Origin: Mainland China Metals Type: Zinc alloy Style: TRENDY Model Number: bjs12 Included Additional Item Description: Necklace/Earrings/Bracelet/Ring Occasion: Party Shape\\pattern: Geometric Gender: Women Material: Metal Fine or Fashion: Fashion Jewelry Sets Type: Necklace/Earrings/Ring/Bracelet Item Type: Jewelry Sets Drop shipping/Wholesale: please contact us Material: gold-color Sales channel: Retail, consignment, wholesale, private customization Occassion: party Anniversary Engagement Gift Wedding Design: Wholesale customer design Quality: Top quality jewelry size: show in picture Express Free Shipping: Order 150usd Free DHL/TNT/FEDEX Place of Origin: Guangzhou, China condition: brand new arrival\r\nPayment:\r\n\r\nShipping:\r\n\r\nAll items will be shipped within 5 business days after receiving your cleared payment. We use regular mail (no express shipping). It takes 14-21 business days to arrive counted from shipment date. Sometimes It can takes up to 30 business days if your country has a strict custom regulations. Delivery time also takes longer time to arrive on peak seasons or holidays such as Christmas, Chinese Lunar New Year, etc.', 32.85, NULL, NULL, 48.99, 'Fani Fashion african Bridal jewelry sets Wholesale nigerian women wedding jewelr-20647.jpeg', 'Fani Fashion african Bridal jewelry sets Wholesale nigerian women wedding jewelr-20983.jpeg', 'Fani Fashion african Bridal jewelry sets Wholesale nigerian women wedding jewelr-61157.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-29 16:51:35', '2024-01-29 16:51:35'),
(1737, 'Mini projector with wiFi and Bluetooth', '55GfVTmMm', 10, '🌟【270° Built-in Stand & All in One Hand】More stable triangular stand, allowing you to effortlessly adjust the angle for the perfect viewing experience. With a net weight of just 1.32 lb, small but not simple, instantly project your movie further onto the ceiling. Take it anywhere, and savor high-quality visuals, whether you\'re indoors or enjoying an outdoor movie night.\r\n🌟【Superior 1.26:1 Projection Throw Ratio & Zoom】Whether you\'re in a cozy attic, bedroom, RV, or a larger space, this mini projector seamlessly adapts to your environment. Compared to others, it saves you 1.74 ft of distance for a 100\" screen. Offering a projection size range of 40~200 inches with distances from 3.6ft to 17.7ft, it has 4:3 and 16:9 aspect ratios and 85% zoom out for a versatile viewing experience.\r\n🌟【Auto Keystone Correction & 1080P Supported】Say farewell to distorted images with our auto vertical keystone correction, enjoying your home theater without alignment concerns. With 1080P supported resolution and remarkable 15000:1 high dynamic contrast ratio, it faithfully reproduces real color content. Additionally, benefit from convenient features like Online Update(OTA), Auto Sleep mode, and Brightness & Color Temperature Adjustment.\r\n🌟【2.4G/5G Dual Band WiFi & Bluetooth 5.2】Dual assurance with both 5G and 2.4G speedy WiFi options, along with dependable wired connections. In addition to wireless screen mirroring through Miracast and Airplay, S27 supports wired screen mirroring, enabling seamless YouTube streaming under a wired connection. Connect Bluetooth headphones, speakers, or AirPods more stably with Bluetooth 5.2.\r\n❤️️【Versatile Interfaces & Worry-free Shopping】Equipped with HDMI, USB, and 3.5mm audio port, S27 projector easily connects to your Phone, Laptop, PC, TV Stick, PS5, or Switch. Plus, it makes a perfect gift for birthdays, Christmas, and New Year celebrations. ➤Note: S27 is not battery-powered and needs to to be plugged in during use.➤For any questions, our 24/7 after-sales email support, 2-year Money Back guarantee, 3-year Repair warranty, and Lifetime Technical Support are at your service.', 79.99, NULL, NULL, 119.99, 'Mini projector with wiFi and Bluetooth-46473.jpeg', 'Mini projector with wiFi and Bluetooth-68881.jpeg', 'Mini projector with wiFi and Bluetooth-38692.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-29 16:51:40', '2024-01-29 16:51:40'),
(1738, 'Baby silicon cup food grade Bebe drinking straw cup with lid waterproof not leak sippy cup glass small', 'IKLARS7q2', 5, 'Baby silicon cup food grade Bebe drinking straw cup with lid waterproof not leak sippy cup glass small', 1.45, NULL, NULL, 1.70, 'Baby silicon cup food grade Bebe drinking straw cup with lid waterproof not leak sippy cup glass small-19857.jpeg', 'Baby silicon cup food grade Bebe drinking straw cup with lid waterproof not leak sippy cup glass small-42467.jpeg', 'Baby silicon cup food grade Bebe drinking straw cup with lid waterproof not leak sippy cup glass small-67935.jpeg', 'Babies', 4.5, NULL, 1, '2024-01-29 16:52:09', '2024-01-29 16:52:09'),
(1739, 'Electric Meat Grinder, Heavy Duty Food Grinder 2800W, Stainless Steel Sausage', 'wFo3IvgVZ', 19, 'Electric Meat Grinder, Heavy Duty Food Grinder 2800W, Stainless Steel Sausage Maker Meat Mincer With Blade, 3 Plates, Sausage Stuffer Tube And Kubbe Kit For Home Kitchen Use (Handle-Black)\r\n\r\nItem Condition: New\r\n\r\nModel: 2800W Black\r\n\r\nColor: Handle-Black\r\n\r\nProduct Dimension: 11.2 X 7.3 X 13.2\r\n\r\nProduct Information\r\n\r\nSuperior Material - The Heavy Duty Kitchen Mixer Is Made Of Aluminum Housing With The Big Capacity Aluminum Tray And Standard Accessories. All Of Them Are Food Grade And Etl Certificated, Secure To Use In Grinding. The Surface Is Treated With Wire Drawing Process, With Fine Texture, Easy To Clean. Healthy And Nutritious - This Stainless Steel Food Grinder Provides Almost Every Function You Need. Easily Mince Meat, Make Meatball And Meat Sauce, Prepare Italian Sausage, Summer Sausage Etc. To Create The Most Delicious Snacks At Home Or Party', 116.00, NULL, NULL, 188.00, 'Electric Meat Grinder, Heavy Duty Food Grinder 2800W, Stainless Steel Sausage-51559.png', 'Electric Meat Grinder, Heavy Duty Food Grinder 2800W, Stainless Steel Sausage-25813.png', 'Electric Meat Grinder, Heavy Duty Food Grinder 2800W, Stainless Steel Sausage-32160.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-29 16:52:20', '2024-01-29 16:52:20'),
(1740, 'Multifunctional crawling mat game blanket pedal piano early education toy', 'gnZSb2zyX', 5, 'item\r\nvalue\r\nPlace of Origin\r\nChina\r\nJiangsu\r\nBrand Name\r\nOEM\r\nModel Number\r\nSYTB-1109\r\nProduct name\r\nPlay Piano Gym Mat\r\nUsage\r\nIndoor Furniture\r\nFabric\r\nPlastic+Fabric, Fabric+Plastic\r\nMOQ\r\n3\r\nFunction\r\nMultifunction Baby Chair\r\nStyle\r\nEducational Toy, Electronic Toy, Musical Toy, Soft Toy\r\nPacking\r\nColor box and Kraft wrapping\r\nAge Group\r\n0-3years old', 3.00, NULL, NULL, 3.18, 'Multifunctional crawling mat game blanket pedal piano early education toy-93092.jpeg', 'Multifunctional crawling mat game blanket pedal piano early education toy-66825.jpeg', 'Multifunctional crawling mat game blanket pedal piano early education toy-64748.jpeg', 'Babies', 4.0, NULL, 1, '2024-01-29 16:56:35', '2024-01-29 16:56:35'),
(1741, 'TechnoMarine Techno Diamond Bezel 1CT Chronograph Ladies MOP Diamond Dial Watch', 'QxGMW83GV', 10, 'The TechnoMarine Techno Diamond Bezel 1CT Chronograph Ladies Watch is a stunning timepiece that combines elegance and functionality. With its diamond-encrusted bezel and mother-of-pearl diamond dial, this watch exudes luxury and sophistication. The chronograph feature allows you to track time with precision, while the durable construction ensures long-lasting quality. It\'s the perfect accessory to add a touch of glamour to any outfit. Get ready to shine bright with this beautiful watch!', 625.00, NULL, NULL, 725.00, 'TechnoMarine Techno Diamond Bezel 1CT Chronograph Ladies MOP Diamond Dial Watch-69224.jpeg', 'TechnoMarine Techno Diamond Bezel 1CT Chronograph Ladies MOP Diamond Dial Watch-13889.jpeg', 'TechnoMarine Techno Diamond Bezel 1CT Chronograph Ladies MOP Diamond Dial Watch-35110.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 16:56:36', '2024-01-29 16:56:36'),
(1742, 'Courant Electric Coffee Grinder for Coffee, Beans, Spices w/Stainless Steel Blad', 'U2sybfDRD', 19, 'Courant Electric Coffee Grinder for Coffee, Beans, Spices w/Stainless Steel Blades and Durable Base Makes up to 6-Cups coffee, with 150W Powerful Motor, Black\r\n\r\nItem Condition: New\r\n\r\nBrand: Courant\r\n\r\nManufacturer: Courant\r\n\r\nModel: CBG1600K\r\n\r\nColor: Black\r\n\r\nProduct Information\r\n\r\nStainless Steel Design Durable Base: The High quality Stainless Steel Blades are perfect to get your desired grind and texture easily in this compact and modern grinder! Constructed with a strong and durable base, it is Designed to last longer and to take up the smallest space in your kitchen and counter. Powerful Motor with Minimum Noise: Grind quick and smooth with the minimum noise all your beans, spices, and herbs to the perfect texture you desire, thanks to the powerful 150W Motor performance. Ideal to start your morning routines with the best coffee! Make up to 6 cups of coffee: Grind up to 6-cups of coffee.', 34.00, NULL, NULL, 37.99, 'Courant Electric Coffee Grinder for Coffee, Beans, Spices w/Stainless Steel Blad-72916.png', 'Courant Electric Coffee Grinder for Coffee, Beans, Spices w/Stainless Steel Blad-64557.png', 'Courant Electric Coffee Grinder for Coffee, Beans, Spices w/Stainless Steel Blad-32430.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 16:57:50', '2024-01-29 16:57:50'),
(1743, 'PULSAR VX82-X488 Quartz Crystals All SS Women\'s Wristwatch', 'qoGxVvwg0', 5, 'The watch is in very good running condition and is as shown in the photographs of the actual watch. The case diameter is 23 mm. and has a textured Mother-of-Pearl dial with gold toned hands and Arabic markers, and some of the markers are crystals. The bezel is encrusted with one row of crystals, and has Japan movements. The crystal is clean and has two-tone stainless steel bracelet good for wrist size of about 6.75 inches.', 49.01, NULL, NULL, 49.50, 'PULSAR VX82-X488 Quartz Crystals All SS Women\'s Wristwatch-19703.jpeg', 'PULSAR VX82-X488 Quartz Crystals All SS Women\'s Wristwatch-52999.jpeg', 'PULSAR VX82-X488 Quartz Crystals All SS Women\'s Wristwatch-53985.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-01-29 16:59:50', '2024-01-29 16:59:50'),
(1744, 'Mini Bbq Charcoal Grills Japanese Bbq Grill, Portable Barbecue Stove Japanese', 'm6tgaCI19', 19, 'Mini Bbq Charcoal Grills Japanese Bbq Grill, Portable Barbecue Stove Japanese Food Charcoal Stove Camping Outdoor Household Charcoal Bbq Grill Plate Patio Party Accessories Barbecue Tools(L/24X12.5Cm)\r\n\r\nItem Condition: New\r\n\r\nColor: As Picture Show\r\n\r\nProduct Dimension: 9.84 X 5.91 X .31\r\n\r\nProduct Information\r\n\r\nConvenience: Portable And Easy To Carry. Suitable For Camping, Picnics, Beach, Etc. Simple To Use And Storage, Not Stick And Beautiful. Material: Made Of Metal Material, Durable, Safe And Healthy. High Heat Resistance, Make Food Evenly Heated, Easy To Clean. This Charcoal Bbq Grill Has Been Specially Designed To Be Used On A Tabletop. Experience Japanese Style Grill And Table-Top Stove: You Can Make And Grill Japanese Style Food - Yakiniku, Robata, Yakitori, Takoyaki And Bbq. And This Has Perfectly Optimized Designs For Individual.', 82.98, NULL, NULL, 89.00, 'Mini Bbq Charcoal Grills Japanese Bbq Grill, Portable Barbecue Stove Japanese-68275.png', 'Mini Bbq Charcoal Grills Japanese Bbq Grill, Portable Barbecue Stove Japanese-33335.png', 'Mini Bbq Charcoal Grills Japanese Bbq Grill, Portable Barbecue Stove Japanese-67065.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 17:08:18', '2024-01-29 17:08:18'),
(1745, 'Sweetcrispy Electric Standing Desk Adjustable Height, 55 x 24 inch Stand up Sit Stand Desk with Drawers, Ergonomic Home Office Rising Table', 'zrXNhx93p', 2, 'Sweetcrispy Electric Standing Desk Adjustable Height, 55 x 24 inch Stand up Sit Stand Desk with Drawers, Ergonomic Home Office Rising Table', 98.00, NULL, NULL, 139.00, 'Sweetcrispy Electric Standing Desk Adjustable Height, 55 x 24 inch Stand up Sit Stand Desk with Drawers, Ergonomic Home Office Rising Table-69600.jpeg', 'Sweetcrispy Electric Standing Desk Adjustable Height, 55 x 24 inch Stand up Sit Stand Desk with Drawers, Ergonomic Home Office Rising Table-25962.jpeg', 'Sweetcrispy Electric Standing Desk Adjustable Height, 55 x 24 inch Stand up Sit Stand Desk with Drawers, Ergonomic Home Office Rising Table-50405.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-29 23:31:54', '2024-01-29 23:31:54'),
(1746, 'RIDGID 18V Brushless Pruner Kit with 2.0 Ah Battery, Charger, and 6.0 Ah MAX Output Lithium-Ion Batteries (2-Pack) R01301KVNM-AC840060PN', 'rHIbb9cXA', 2, '2 6ah max batteries are alone 179 right now. and tool alone is 189. free ship to home or store', 179.00, NULL, NULL, 491.00, 'RIDGID 18V Brushless Pruner Kit with 2.0 Ah Battery, Charger, and 6.0 Ah MAX Output Lithium-Ion Batteries (2-Pack) R01301KVNM-AC840060PN-94320.jpeg', 'RIDGID 18V Brushless Pruner Kit with 2.0 Ah Battery, Charger, and 6.0 Ah MAX Output Lithium-Ion Batteries (2-Pack) R01301KVNM-AC840060PN-36452.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 23:37:42', '2024-01-29 23:37:42'),
(1747, 'Diamond Linear Multi-shaped Stone Ring, 925 Sterling Silver Ring, Promise Ring, Open Ring, Gift for Her, Valentine Gift, Gift for Mum', '3Ijm8BRO7', 17, 'This Diamond Linear Multi-shaped Stone Ring is a stunning piece of jewelry. Made with 925 sterling silver, it\'s both elegant and durable. The ring features multiple diamond-shaped stones arranged in a linear design, adding a touch of sophistication to any outfit. It\'s a perfect promise ring or a special gift for her, whether it\'s for Valentine\'s Day or just to show your love and appreciation. This ring is sure to make a memorable impression. Happy gifting!', 34.00, NULL, NULL, 68.01, 'Diamond Linear Multi-shaped Stone Ring, 925 Sterling Silver Ring, Promise Ring, Open Ring, Gift for Her, Valentine Gift, Gift for Mum-97000.jpeg', 'Diamond Linear Multi-shaped Stone Ring, 925 Sterling Silver Ring, Promise Ring, Open Ring, Gift for Her, Valentine Gift, Gift for Mum-52211.jpeg', 'Diamond Linear Multi-shaped Stone Ring, 925 Sterling Silver Ring, Promise Ring, Open Ring, Gift for Her, Valentine Gift, Gift for Mum-40567.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-29 23:37:53', '2024-01-29 23:37:53'),
(1748, 'Italian modern marble material round top restaurant furniture dining table 4 chairs', 'os0xaUPNT', 19, 'Name	Size	Color	MOQ	Delivery time.       Can be many pics 1pc\r\nDining table	Can be customized', 39.00, NULL, NULL, 48.00, 'Italian modern marble material round top restaurant furniture dining table 4 chairs-20652.jpeg', 'Italian modern marble material round top restaurant furniture dining table 4 chairs-33834.jpeg', 'Italian modern marble material round top restaurant furniture dining table 4 chairs-90657.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-29 23:40:07', '2024-01-29 23:40:07'),
(1749, 'KitchenAid - 13-Cup Food Processor - KFP1318 - Black Matte', 'iNyc8yxwA', 2, 'KitchenAid - 13-Cup Food Processor - KFP1318 - Black Matte\r\nFree delivery', 98.00, NULL, NULL, 199.00, 'KitchenAid - 13-Cup Food Processor - KFP1318 - Black Matte-65140.jpeg', 'KitchenAid - 13-Cup Food Processor - KFP1318 - Black Matte-34318.jpeg', 'KitchenAid - 13-Cup Food Processor - KFP1318 - Black Matte-94447.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-29 23:42:33', '2024-01-29 23:42:33'),
(1750, 'Modern Luxury fixed swivel leather chesterfield office chair for computer desk office room chair furniture', 'mmlebEjWE', 19, 'Feature	1) High back /Medium back /meeting chair PU leather chair \r\n2) PU padded seat & back with high density foam inside \r\n3) Fixed PU leather armrest with high density foam\r\n4) Multi-function mechanism with back reclining & locking at 4 positions \r\n5) Black, Beige, Bown, DarkGrey,White or according to customer requirement \r\n6) 350mm Chrome base & BIFMA passed PU nylon 50MM PU nylon castors\r\nProduct Name	Executive office Chair\r\nRemarks	Color: Black\r\nMaterial: PU', 45.00, NULL, NULL, 55.00, 'Modern Luxury fixed swivel leather chesterfield office chair for computer desk office room chair furniture-48753.jpeg', 'Modern Luxury fixed swivel leather chesterfield office chair for computer desk office room chair furniture-42617.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-29 23:44:13', '2024-01-29 23:44:13');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1751, '18K custom gold ring, with gemstones', 'spQGgj1Vn', 17, 'This 18K custom gold ring is a true masterpiece. It\'s crafted with exquisite attention to detail and features stunning gemstones that add a pop of color and sparkle. Whether you\'re looking for a unique engagement ring, a special anniversary gift, or just want to treat yourself to something extraordinary, this custom gold ring is sure to make a statement. Each gemstone is carefully selected and set in the finest 18K gold, creating a timeless piece of jewelry that you\'ll cherish forever. Happy shopping!', 907.88, NULL, NULL, 1100.77, '18K custom gold ring, with gemstones-35423.jpeg', '18K custom gold ring, with gemstones-37800.jpeg', '18K custom gold ring, with gemstones-89466.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-29 23:44:34', '2024-01-29 23:44:34'),
(1752, 'Milwaukee M12: 1000 Lumen Rover + Lantern', '1uG7dXm7b', 2, 'Milwaukee M12: 1000 Lumen Rover + Lantern', 108.37, NULL, NULL, 144.99, 'Milwaukee M12: 1000 Lumen Rover + Lantern-30035.jpeg', 'Milwaukee M12: 1000 Lumen Rover + Lantern-13608.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 23:46:23', '2024-01-29 23:46:23'),
(1753, 'Wooden table for living room furniture, luxury wood coffee table set', 'h8Xp6y3vU', 19, 'item\r\nvalue\r\nFeature\r\nCustomized\r\nSpecific Use\r\nCoffee Table\r\nGeneral Use\r\nHome Furniture\r\nType\r\nLiving Room Furniture\r\nMail packing\r\nY\r\nApplication\r\nHome Office, Living Room, Bedroom, Dining, Hotel, Apartment, Other, Home Bar, Villa\r\nDesign Style\r\nModern\r\nMaterial\r\nWooden\r\nSolid Wood\r\nTeak\r\nAppearance\r\nModern\r\nFolded\r\nNO\r\nPlace of Origin\r\nIndonesia\r\nDaerah Istimewa Yogyakarta\r\nDekor Asia\r\nJAF 19014I-TL\r\nMaterial\r\nTeak Laminate/Metal\r\nProduct name\r\nCoffee Table\r\nUsage\r\nLiving Furniture Modern Coffee Table\r\nStyle\r\nModern Furniture\r\nColor\r\nCustomized Color\r\nFunction\r\nCoffee Table Coffee Desk Living Room Furniture\r\nKeywords\r\nCofee Tea Table\r\nDesign\r\nAccept Customized Designs\r\nDescription\r\nLuxury Coffee Table\r\nTable top\r\nWooden Table Top', 190.00, NULL, NULL, 227.00, 'Wooden table for living room furniture, luxury wood coffee table set-39247.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-29 23:49:24', '2024-01-29 23:49:24'),
(1754, 'RYOBI ONE+ 18V EZClean 320 PSI 0.8 GPM Cold Water Power Cleaner', 'Pkacgwl0e', 2, 'Ideal for cleaning windows, outdoor furniture, boats, campers and other recreational vehicles\r\n3-in-1 nozzle (turbo, 15, and rinse) for added versatility for cleaning a variety of surfaces\r\n320 psi\r\n20 ft. siphon hose pulls water from any fresh water source\r\nPortable on the go cleaning\r\nWater resistant battery enclosure for added protection\r\nCompatible with any garden hose\r\nOther EZClean accessories available for purchase\r\nBattery and charger not included\r\nWorks with all RYOBI 18V ONE+ Battery', 49.00, NULL, NULL, 99.00, 'RYOBI ONE+ 18V EZClean 320 PSI 0.8 GPM Cold Water Power Cleaner-29830.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 23:50:07', '2024-01-29 23:50:07'),
(1755, 'High end Natural Ruby Ring, 18K White Gold Genuine Ruby Ring, Pigeon blood red ruby Ring Women, July Birthstone Ring, unique Ruby Jewelry', 'bIfloMqGu', 19, 'This high-end natural ruby ring is an absolute showstopper. Made with 18K white gold, it exudes elegance and sophistication. The genuine ruby at the center is a stunning pigeon blood red, known for its intense and vibrant color. This ring is not only a beautiful piece of jewelry, but it also holds special meaning as the July birthstone. It\'s the perfect way to celebrate a birthday or add a unique touch to any outfit. Get ready to turn heads with this exquisite ruby ring!', 1588.50, NULL, NULL, 2118.00, 'High end Natural Ruby Ring, 18K White Gold Genuine Ruby Ring, Pigeon blood red ruby Ring Women, July Birthstone Ring, unique Ruby Jewelry-17471.jpeg', 'High end Natural Ruby Ring, 18K White Gold Genuine Ruby Ring, Pigeon blood red ruby Ring Women, July Birthstone Ring, unique Ruby Jewelry-19345.jpeg', 'High end Natural Ruby Ring, 18K White Gold Genuine Ruby Ring, Pigeon blood red ruby Ring Women, July Birthstone Ring, unique Ruby Jewelry-74228.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-29 23:53:53', '2024-01-29 23:53:53'),
(1756, 'ProTerra 50 Gal. 10-Year Hybrid High Efficiency Smart Tank Electric Water Heater with Leak Detection & Auto Shutoff', 'Tp2jrliVC', 2, 'This ProTerra Smart Tank Electric Water Heater gives your home hot water, while also saving you on energy costs. It\'s highly durable for long-term use with stainless steel elements and an auto shut-off valve to prevent leaking. It\'s also a smart appliance with built-in EcoNet Wi-Fi. You can manage the heating schedule and track weekly, monthly and yearly energy usage on your mobile device.', 1480.00, NULL, NULL, 1850.00, 'ProTerra 50 Gal. 10-Year Hybrid High Efficiency Smart Tank Electric Water Heater with Leak Detection & Auto Shutoff-11942.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-29 23:54:13', '2024-01-29 23:54:13'),
(1757, 'Home and beware accessories metal stool and chair set. Set of two pieces home furniture accessories selling metal stool', 'uIgtUzly8', 19, 'item\r\nvalue\r\nFeature\r\nEasy Clean\r\nSpecific Use\r\nHome Stool & Ottoman\r\nGeneral Use\r\nHome Furniture\r\nType\r\nLiving Room Furniture\r\nMail packing\r\nY\r\nApplication\r\nKitchen, Bedroom, Dining, Babies and kids, Outdoor, Hotel, Apartment, Office Building\r\nDesign Style\r\nModern\r\nMaterial\r\nWood\r\nAppearance\r\nModern\r\nFolded\r\nNO\r\nPlace of Origin\r\nIndia\r\nUttar Pradesh\r\nBrand Name\r\nTARGET WORLD\r\nModel Number\r\nTWC-03\r\nProducts Name\r\nWood Stool\r\nQuality\r\nHigh\r\nOEM\r\nAvailable\r\nFeature\r\nStylish\r\nPackage\r\nCustomized', 75.00, NULL, NULL, 95.00, 'Home and beware accessories metal stool and chair set. Set of two pieces home furniture accessories selling metal stool-32811.jpeg', 'Home and beware accessories metal stool and chair set. Set of two pieces home furniture accessories selling metal stool-13567.jpeg', 'Home and beware accessories metal stool and chair set. Set of two pieces home furniture accessories selling metal stool-60986.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-29 23:54:57', '2024-01-29 23:54:57'),
(1758, 'Electric Kick Scooter', 'cgiiWb0il', 16, 'Ride Faster & Further: With a powerful motor of 300W, the Segway ES2 KickScooter can reach to 15 mph, travel up to 15 miles and accommodate a max load of 220 lbs. Our Smart Battery Management System assures the battery safety and extends the battery life.\r\nLightweight & Foldable: With a total weight of 27.6 lbs (12.5 kg) and the one-click folding system, the Segway ES2 KickScooter can be carried with one hand. Easy to fold and store in a car or on public transport, making it a perfect travel companion.\r\nSafe & Comfortable Riding: Front and rear wheel shock absorbers equipped with large solid tires provide maximum rider comfort. The mechanical and electrical anti-lock braking system ensures an efficient, responsive braking distance of just 13.1ft.\r\nSuperior Technology: Segway Ninebot ES2 electric KickScooter features an LED display, bluetooth capabilities, cruise control, customizable ambient light colors, mobile APP connectivity for additional security, firmware updates and more.', 420.35, NULL, NULL, 680.00, 'Electric Kick Scooter-97032.jpeg', 'Electric Kick Scooter-95997.jpeg', 'Electric Kick Scooter-87622.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-29 23:56:06', '2024-01-29 23:56:06'),
(1759, 'Makita HG6530VK Variable Temperature Heat Gun Kit with LCD Digital Display', 'tpckxKZaH', 2, 'Makita HG6530VK Variable Temperature Heat Gun Kit with LCD Digital Display', 120.00, NULL, NULL, 157.00, 'Makita HG6530VK Variable Temperature Heat Gun Kit with LCD Digital Display-86755.jpeg', 'Makita HG6530VK Variable Temperature Heat Gun Kit with LCD Digital Display-87347.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-29 23:57:07', '2024-01-29 23:57:07'),
(1760, 'Stunning Navajo Sterling Silver & White Buffalo Cross Ring sz. 8 1/2', '1wbRxmUXJ', 17, 'This Navajo Sterling Silver & White Buffalo Cross Ring is absolutely stunning. Handcrafted with care, it features a beautiful cross design with intricate detailing. The combination of sterling silver and white buffalo stone creates a striking contrast that is sure to catch the eye. With a size of 8 1/2, it\'s a perfect fit for anyone looking to add a touch of southwestern style to their jewelry collection. This ring is a true work of art and a unique statement piece. Happy shopping!', 379.00, NULL, NULL, 419.99, 'Stunning Navajo Sterling Silver & White Buffalo Cross Ring sz. 8 1/2-74664.jpeg', 'Stunning Navajo Sterling Silver & White Buffalo Cross Ring sz. 8 1/2-23762.jpeg', 'Stunning Navajo Sterling Silver & White Buffalo Cross Ring sz. 8 1/2-26010.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-29 23:57:55', '2024-01-29 23:57:55'),
(1761, 'Low price domestic affordable dinning ratten folding chair outdoor furniture for sale', 'M91dTP35r', 19, 'Product name\r\nDining chair\r\nBrand\r\nLufan\r\nMaterial\r\nSolid wood\r\nColor\r\nCustomizable\r\nProduction technics\r\nTotal intelligent machine\r\nSampling time\r\n3-5 days\r\nAfter-sales service\r\n10 years\r\nOur own factory\r\nOEM and ODM one-stop service', 20.58, NULL, NULL, 24.58, 'Low price domestic affordable dinning ratten folding chair outdoor furniture for sale-55221.jpeg', 'Low price domestic affordable dinning ratten folding chair outdoor furniture for sale-39331.jpeg', 'Low price domestic affordable dinning ratten folding chair outdoor furniture for sale-86461.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-29 23:58:35', '2024-01-29 23:58:35'),
(1762, 'Milwaukee M18 Tower Dual Power Light with free XC6.0 M18 battery', 'MAG0bMq28', 2, 'Dual Power Light with free XC6.0 M18 battery', 160.00, NULL, NULL, 228.00, 'Milwaukee M18 Tower Dual Power Light with free XC6.0 M18 battery-18098.jpeg', 'Milwaukee M18 Tower Dual Power Light with free XC6.0 M18 battery-14143.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 00:01:17', '2024-01-30 00:01:17'),
(1763, 'Unique 9ct Yellow Gold Multi-Stone Ring with Tiny Rubies - Delicate Radiance Size M 1/2', 'rROKkDhvu', 16, 'This unique 9ct yellow gold multi-stone ring is an absolute stunner. It features delicate radiance with tiny rubies, adding a touch of elegance and charm. With a size of M 1/2, it\'s a perfect fit for your finger. This ring is a true statement piece that will make you shine wherever you go. It\'s a beautiful and unique addition to any jewelry collection. Happy shopping!', 178.86, NULL, NULL, 234.55, 'Unique 9ct Yellow Gold Multi-Stone Ring with Tiny Rubies - Delicate Radiance Size M 1/2-75577.jpeg', 'Unique 9ct Yellow Gold Multi-Stone Ring with Tiny Rubies - Delicate Radiance Size M 1/2-25327.jpeg', 'Unique 9ct Yellow Gold Multi-Stone Ring with Tiny Rubies - Delicate Radiance Size M 1/2-54354.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-30 00:02:04', '2024-01-30 00:02:04'),
(1764, '23 inch electric fireplace insert, ultra thin heater with log set & realistic flame, remote control with timer, overheating protection', 'eqn9ysrXP', 18, 'Safety: CSA/UL certification ensures long time services and user\'s safety Double safety protection device, one is overheat protection device, automatically cut off when thetemperature is too high, the other one is fuse. Function&Comfort: 1400W heat/ 5000 BTU\'s per hour provides supplemental heat up to 400 Sq. ft. 11 temperature settings : 64F -82F,ON meas heater keep working 50000 Hours life time LED light source Can enjoy the flame effect without heat Realistic flame effect with 4 adjustable brightness settings,flame and emberbed glow can be on seperately Timing function can set the time from 1 to 8 Hours Install it into a TV stand, fireplace cabinet or use it freestanding Infra red remote control, no need move your body to turn on the unit, as long as the remote on hand, you can control anywhere and anytime', 90.99, NULL, NULL, 125.00, '23 inch electric fireplace insert, ultra thin heater with log set & realistic flame, remote control with timer, overheating protection-79317.jpeg', '23 inch electric fireplace insert, ultra thin heater with log set & realistic flame, remote control with timer, overheating protection-59092.jpeg', '23 inch electric fireplace insert, ultra thin heater with log set & realistic flame, remote control with timer, overheating protection-41473.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 00:02:18', '2024-01-30 00:02:18'),
(1765, 'Patio Outdoor Garden Adirondack Chair HDPE All Weather Adirondack Chair Folding Plastic Furniture', 'dPCGDdNEF', 19, 'Patio Outdoor Garden Adirondack Chair HDPE All Weather Adirondack Chair Folding Plastic Furniture….. different colors available', 17.00, NULL, NULL, 22.00, 'Patio Outdoor Garden Adirondack Chair HDPE All Weather Adirondack Chair Folding Plastic Furniture-33200.jpeg', 'Patio Outdoor Garden Adirondack Chair HDPE All Weather Adirondack Chair Folding Plastic Furniture-98056.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-30 00:04:34', '2024-01-30 00:04:34'),
(1766, 'Gourmia Smokeless Indoor Grill & Air Fryer raclette grill with Smoke Extracting Technology Extra-Large Nonstick Cooking electric grill indoor Korean BBQ Style 6 Quart FoodStation™', 'yAnTLqlT6', 2, 'Gourmia Smokeless Indoor Grill & Air Fryer raclette grill with Smoke Extracting Technology Extra-Large Nonstick Cooking electric grill indoor Korean BBQ Style 6 Quart FoodStation', 60.00, NULL, NULL, 149.00, 'Gourmia Smokeless Indoor Grill & Air Fryer raclette grill with Smoke Extracting Technology Extra-Large Nonstick Cooking electric grill indoor Korean BBQ Style 6 Quart FoodStation™-67379.jpeg', 'Gourmia Smokeless Indoor Grill & Air Fryer raclette grill with Smoke Extracting Technology Extra-Large Nonstick Cooking electric grill indoor Korean BBQ Style 6 Quart FoodStation™-30478.jpeg', 'Gourmia Smokeless Indoor Grill & Air Fryer raclette grill with Smoke Extracting Technology Extra-Large Nonstick Cooking electric grill indoor Korean BBQ Style 6 Quart FoodStation™-60807.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 00:08:23', '2024-01-30 00:08:23'),
(1767, 'Metal folding chair folding chair metal furniture', 'MmzB8dNtf', 19, 'item\r\nvalue\r\nFeature\r\nuse for outdoor furniture\r\nSpecific Use\r\nCoffee chair\r\nGeneral Use\r\nOutdoor Furniture\r\nType\r\nLiving Room, office, coffee Furniture\r\nMail packing\r\nY\r\nApplication\r\nHome Office\r\nDesign Style\r\nModern\r\nMaterial\r\nplastic, metal\r\nAppearance\r\nModern\r\nFolded\r\nno\r\nPlace of Origin\r\nVietnam\r\nBrand Name\r\nSANTANG\r\nModel Number\r\n1172\r\nColor\r\nCustomized', 4.00, NULL, NULL, 7.00, 'Metal folding chair folding chair metal furniture-92612.jpeg', 'Metal folding chair folding chair metal furniture-55041.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-30 00:12:35', '2024-01-30 00:12:35'),
(1768, 'Pdr Tools Dent Repair 55 Pcs Rod Set for Professionals', 'dUS3r6rg9', 19, 'This PDR Tools Dent Repair 55 Pcs Rod Set is a must-have for professionals like you. It\'s designed to help you tackle dent repairs with precision and efficiency. With 55 different rods in various shapes and sizes, you\'ll have the right tool for every job. Whether you\'re working on cars, trucks, or other vehicles, this set has got you covered. It\'s a reliable and high-quality set that will make your dent repairs a breeze. Happy fixing!', 950.94, NULL, NULL, 1267.92, 'Pdr Tools Dent Repair 55 Pcs Rod Set for Professionals-99864.jpeg', 'Pdr Tools Dent Repair 55 Pcs Rod Set for Professionals-50818.jpeg', 'Pdr Tools Dent Repair 55 Pcs Rod Set for Professionals-53587.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-30 00:12:53', '2024-01-30 00:12:53'),
(1769, '5-Drawer Winsome Halifax Mobile Storage/Organization Cabinet (Black, White)', 'Xlcqxin4f', 1, '5-Drawer Winsome Halifax Mobile Storage/Organization Cabinet (Black).', 76.36, NULL, NULL, 197.00, '5-Drawer Winsome Halifax Mobile Storage/Organization Cabinet (Black, White)-96230.jpeg', '5-Drawer Winsome Halifax Mobile Storage/Organization Cabinet (Black, White)-28452.jpeg', '5-Drawer Winsome Halifax Mobile Storage/Organization Cabinet (Black, White)-37794.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 00:13:01', '2024-01-30 00:13:01'),
(1770, 'Handheld Inkjet Printer with 5 Inch LED Touch Screen Quick-Drying Portable Handheld Printer for Text', 'cgWLqyzEM', 14, '【 5 Inch Capacitive Touch Screen & Ergonomic Design 】TIKTONER TIJ800 handheld printer have a 5-inch capacitive touch screen, which is very intuitive to use, with clear image display and more convenient operation. TIKTONER handheld inkjet printer also has ink cartridge detection identification and nozzle cleaning functions as well as protective cover design for easy care and maintenance.\r\n【 Premium Solvent Fast-drying Ink Cartridge 】This TIJ800 handheld inkjet coder comes with an original 42ml solvent fast-drying black ink cartridge that can be easily replaced. The printing is instantly dry, clear and sharp with firm adhesion and intelligent ink-saving. Usually one handheld inkjet printer ink cartridge can print more than 200,000 characters, and the maximum printing height is 12.7mm.（All handheld printer ink cartridges are not permanent.）\r\n【 Versatile Printing Content & Wide Application 】TIKTONER TIJ800 handheld printer gun is capable of printing various contents, including production date, expired date, text, contact methods, product information, website address, serial number, barcode, logo, QR code, label etc. Handheld inkjet printer gun is great tool for many applications, such as beverage, building materials, electronics, daily cosmetics, manufacture, warehouse, packaging etc.\r\n【 Suitable for a Variety of Materials 】 The portable handheld printer is perfect for printing on a variety of materials, including carton boxes, wood, metal board, leather, cloth, steel pipe, aluminum cans, glass, bottle, timber, tube, automotive parts and so on. The handheld printer inkjet can print on curve surface, by using the auxiliary positioning plate, the printing performance can be further improved.\r\n【 Suitable for Automatic Production Line & Package 】In order to improve batch coding efficiency, this TIJ800 handheld inkjet coding machine can use on the assembly line to achieve automatic inkjet printing. ( Package: 1× Handheld Inkjet Printer, 1× Sheet Metal Locator, 1× Charging Line, 1× U-disk, 1× Ink cartridge(Black), 1× Auxiliary wheel, 1× Instruction book, 1x Portable Case.)', 99.99, NULL, NULL, 139.99, 'Handheld Inkjet Printer with 5 Inch LED Touch Screen Quick-Drying Portable Handheld Printer for Text-78728.jpeg', 'Handheld Inkjet Printer with 5 Inch LED Touch Screen Quick-Drying Portable Handheld Printer for Text-55758.jpeg', 'Handheld Inkjet Printer with 5 Inch LED Touch Screen Quick-Drying Portable Handheld Printer for Text-33282.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 00:15:55', '2024-01-30 00:15:55'),
(1771, 'Unique Stylish Urban Grid Car Mats (2x Front) - Sleek Custom Design', 'LKJ5FgDNF', 17, 'These Unique Stylish Urban Grid Car Mats (2x Front) are designed to add a sleek and custom touch to your ride. With their urban grid pattern, they bring a stylish and modern look to your car\'s interior. Not only do they look great, but they also provide excellent protection for your car\'s floors. These mats are made with high-quality materials to ensure durability and easy cleaning. Upgrade your car\'s style with these unique and stylish car mats!', 59.46, NULL, NULL, 69.95, 'Unique Stylish Urban Grid Car Mats (2x Front) - Sleek Custom Design-16183.jpeg', 'Unique Stylish Urban Grid Car Mats (2x Front) - Sleek Custom Design-86408.jpeg', 'Unique Stylish Urban Grid Car Mats (2x Front) - Sleek Custom Design-42287.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-30 00:18:02', '2024-01-30 00:18:02'),
(1772, '1.1 Cu. Ft Black+Decker 1000W Microwave Oven (Stainless Steel Black)', 'nVt8QYNAN', 2, '6 preset keys: Popcorn, Potato, pizza, frozen Vegetable, Beverage, Dinner plate\r\nConvenient and easy Operation\r\nOne key quick start from 30 seconds to 6 minutes provides you easy operation\r\nEnergy-saving function\r\nSound on/off\r\nAccessories: 315mm turn-table, ring, shaft\r\n11 power levels', 64.00, NULL, NULL, 89.00, '1.1 Cu. Ft Black+Decker 1000W Microwave Oven (Stainless Steel Black)-12440.jpeg', '1.1 Cu. Ft Black+Decker 1000W Microwave Oven (Stainless Steel Black)-30885.jpeg', '1.1 Cu. Ft Black+Decker 1000W Microwave Oven (Stainless Steel Black)-50168.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 00:18:54', '2024-01-30 00:18:54'),
(1773, 'Modern cheap white plastic folding chair for sale', 'R0cheSBuF', 19, 'Folding chair detail:\r\n1. Color: granite white or as per customers\' request\r\n 2.Size: 53*45*87cm\r\n3. Material: HDPE & Power coating Steel tube\r\n4. Net weight: 4.5kgs   Gross weight: 5kgs\r\n5. Holding ability: 180kgs\r\n6. Steel Tube size (diameter*thickness): 28*1.0mm\r\n7. Board thickness: 32/50mm\r\n8. Finish: powder coating\r\n \r\nFolding chair Loading:\r\n720pcs/20ft,1700pcs/40HQ\r\n \r\nFolding chair Advantages:\r\n1. Good design and Lightweight, easy to move and store\r\n 2. Resist acid, alkali and high temperature\r\n3.The folding chair\'s material is HDPE and powder-coated clad steel tube, substantial and eco-friendly.\r\n 4. The use time is at least 5 years, low prices fine wares.\r\n 5. Folding chairs can apply to many field for indoor, outdoor, commercial and  entertainment use, such as home, office, restaurant, hotel, church, party, wedding and so on.\r\n 6. Many folding tables can fix together, Can apply to many field for indoor, outdoor, commercial and  entertainment use, such as home, office, restaurant, hotel, church, party, wedding a', 8.99, NULL, NULL, 12.00, 'Modern cheap white plastic folding chair for sale-29150.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-30 00:21:15', '2024-01-30 00:21:15'),
(1774, 'Handheld Digital Microscope', 'nnwPb6LIK', 7, '【 All-in-1 Design 】 Handheld digital microscope integrating 2-inch high-definition LCD screen and 6 adjustable LED lights, direct and convenient exploration of the micro-world. Compared with traditional microscopes, it\'s more friendly to the neck and eliminates eye fatigue; whether help you work more conveniently or gift this portable microscope for kids, couldn\'t be more appropriate!\r\n【 400X-800X Magnification 】 This LCD screen microscope adopt high-quality lens with multiple coatings, which brings clear and bright pictures, helps you see the smallest details of the specimen. We have also redesigned the focus adjustment function, now you can easily find the focus, and clearly view the sample on the 2-inch screen. (5 sample slides included)\r\n【 Pocket Portable Microscope 】 Weighs only 0.28 lb (130g) , can be easily put into your pocket, 75-degree adjustable screen design, with rechargeable lithium battery (Can work 3+ hours continuously) , adjustable light system, all these functions make this mini electronic microscope, explore micro-world anytime, anywhere.\r\n【 One-click Take Photo & Video 】You can capture images/videos anytime with the button, just easy like a camera! Digital magnifier also comes with a 32GB SD card, which can save tens thousands of pictures of short videos, save it and watch carefully, or share funny pictures with your friends! Kids microscope can also be linked to PC via USB cable for the larger live view.\r\n【 Widely Used 】 Also an excellent idea for a gift. Multifunctional microscope perfect for observing plants, insects, nature, jewelry, coins, ores, circuit board repairs, watch repairs, stamps, scientific experiments, children\'s education, or just for fun. Science microscope not just for kids.', 59.45, NULL, NULL, 6299.00, 'Handheld Digital Microscope-88653.jpeg', 'Handheld Digital Microscope-33253.jpeg', 'Handheld Digital Microscope-23319.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-30 00:21:41', '2024-01-30 00:21:41'),
(1775, 'Swarovski Crystals DC Catwoman Figurine', 'XFUazYRBT', 2, 'Dimensions: 3.1 x 2.1 inches\r\nA feat of imagination: With 517 facets of clear, black, and yellow crystal and lacquered and nickel-coated metal accents, for a decoration that captures the captivating world of Gotham\r\nFull of character: A unique statement for your living space; the timeless elegance of Swarovski Figurines is sure to brighten any home and help you memorialize life\'s important events\r\nMeticulously crafted: Sparkling crystal detail depict Catwoman — the beautiful but deadly character in DC\'s Batman — a dazzling addition to any collection or a great gift for DC fans\r\nDesigned to last: Swarovski figurines maintain their brilliance when simple care practices are observed; avoid abrasive materials, avoid using glass or window cleaner and polish with a lint-free cloth\r\nItems delivered: (1) Swarovski Batman Catwoman collectible figurine for decor, with black, clear and yellow Swarovski crystals, complete with Swarovski figurine box', 244.00, NULL, NULL, 400.00, 'Swarovski Crystals DC Catwoman Figurine-72065.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 00:23:40', '2024-01-30 00:23:40'),
(1776, 'Double Camping folding Kermit chair', 'm2oxRnX1l', 19, 'Material\r\nAluminum+ 600D oxford\r\nProduct name\r\nDouble Camping folding Kermit chair\r\nMOQ\r\n1 Pcs\r\nFeature\r\nLightweight, portable, folding\r\nColor\r\nWarm white, Ivory white, black, grey, green or customized\r\nSize\r\n113*53*74cm or customized\r\nPacking\r\nCarton\r\nUse\r\nOutdoor Leisure Camping', 20.50, NULL, NULL, 26.50, 'Double Camping folding Kermit chair-28193.jpeg', 'Double Camping folding Kermit chair-74321.jpeg', 'Double Camping folding Kermit chair-15655.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 00:25:24', '2024-01-30 00:25:24'),
(1777, '3-Piece folding round restaurant and street metal steel table and chair bistro dining set furniture', '0PrtGTj6e', 5, '1SET= 2PCS  CHAIR + 1PC TABLE )                                                                            \r\nSTEEL FOLDING CHAIR  SIZE:L45*W40.5*H80CM                            \r\nSTEEL FOLDING TABLE  SIZE:DIA.60*H71CM    \r\n W/ELECTROPHORETIC COATING,                                    \r\nTHEN POWDER COATING                \r\nLoading Capacity: 250-300lbs          \r\nPACKING: 1SET/CTN  97.5x16.5x62CM\r\nN.W: 17.5 / 15.3kg\r\n20GP:270sets\r\n40GP:544sets\r\n40HQ:662sets', 29.62, NULL, NULL, 31.62, '3-Piece folding round restaurant and street metal steel table and chair bistro dining set furniture-12350.jpeg', NULL, NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-30 00:29:21', '2024-01-30 00:29:21'),
(1778, 'Electric Drum Set', 'MOdbJcSTq', 12, '🥁【Complete Electric Drum Set】AODSK Electric Drum Set,a realistic drumming experience,It comes with 4x 6.5 drum pads,3x 8\" cymbals with 10 play-along songs and 150 Sounds,a full strike zone,a sturdy metal frame,drum module,drum throne, drumsticks,headphones, and all cables needed.It is portable and can be folded and can be easily stored and practiced.Come with drum throne,drum stick,earphones,and printer cables.\r\n🥁【Acoustic Drum Sound Samples】AODSK UAED-400 electric drum set designed for teens beginners,loyal to the acoustic drum sampling of the real drum,to highly restore the timbre of each drum kit.Built-in 150 sounds＆15 drum kits,with 10 demo songs covering multiple music styles.Help you learn better.\r\n🥁【Lightweight and Portable】Portable and foldable,convenient for transportation and storage space,suitable for home and outdoor performances. The electronic drum set with the more delicate 6.5 inch Silicone drumhead,Feels close to real drums and is also more durable.AUX input and USB MIDI output help you create your own beats and music.\r\n🥁【Multiple Modes To Choose From】Extensive sound system arrives ,built-In metronome & countless other preloaded kits,easy-read LED display & Headphone output mode,external speaker system,USB MIDI interface,AUX input interface.\r\n🥁[After-sales Guarantee]:If you have any problems with the products you receive,please contact us at any time.We will give you a satisfied solution,you can rest assured to buy our products.', 199.02, NULL, NULL, 229.00, 'Electric Drum Set-59323.jpeg', NULL, NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-30 00:30:05', '2024-01-30 00:30:05'),
(1779, 'Garden Toolbelt/Holster - LANDRY', 'wwbJglrlK', 19, 'Handcrafted garden tool holster made from real, authentic vegetable tanned leather. Cut & sewn in coastal Pacific Grove, California.\r\n\r\nHandmade by a 3rd generation craftsman, LANDRY is a one-man leather studio producing fine wallets & accessories that make life more pleasurable. We make life count by adding the touch of natural, high-quality leather into the moments that matter the most.', 37.00, NULL, NULL, 47.99, 'Garden Toolbelt/Holster - LANDRY-41148.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 00:32:07', '2024-01-30 00:32:07'),
(1780, 'P-Link via Amazon [amazon.com] has the Tapo C200 1080p Pan/Tilt Indoor Security Camera w/ 2-Way Audio', 'xRzOEInxL', 2, '1080P Full HD w/ 360° horizontal and 114° vertical range pan/tilt field of view\r\nPush notifications when motion, person or baby crying is detected (no additional fee)\r\n2-Way Audio w/ Built In Siren\r\nSecure Local or Cloud Storage\r\nNight Vision up to 30ft\r\nDevice Sharing for viewing Wi-Fi camera feed from two different smart devices ONVIF and RTSP Compatible: Tapo cameras can be integrated into your existing NVR or NAS monitoring systems.\r\nThe Tapo App (Version 3.0) can now control Kasa devices', 19.29, NULL, NULL, 30.00, 'P-Link via Amazon [amazon.com] has the Tapo C200 1080p Pan/Tilt Indoor Security Camera w/ 2-Way Audio-25036.jpeg', 'P-Link via Amazon [amazon.com] has the Tapo C200 1080p Pan/Tilt Indoor Security Camera w/ 2-Way Audio-24195.jpeg', 'P-Link via Amazon [amazon.com] has the Tapo C200 1080p Pan/Tilt Indoor Security Camera w/ 2-Way Audio-47722.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 00:33:24', '2024-01-30 00:33:24'),
(1781, '6ft folding in half suitcase plastic folding garden bench seat 6 indoor and outdoor picnic party garden chair outdoor furniture', 'DGLwnJgZT', 19, 'Item NO.\r\nHY-ZD183A\r\nHDPE table top\r\n4.6kgs\r\nDescription\r\nfolding bench\r\nSteel frame\r\npowder-coated\r\nOpen size\r\n183*30*43cm*5.1cm\r\nPacking\r\n1pc/ctn\r\nFolding size\r\nL93*W30cm\r\nCarton size\r\n94*31*10.5cm\r\nTube size\r\nØ22*1.0mm,Ø19*1.0mm\r\nQty/20GP\r\n945PCS\r\nN.W/G.W\r\n10.3/10.7kgs\r\nQty/40HQ\r\n2250PCS', 13.00, NULL, NULL, 17.00, '6ft folding in half suitcase plastic folding garden bench seat 6 indoor and outdoor picnic party garden chair outdoor furniture-59069.jpeg', NULL, NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-30 00:35:01', '2024-01-30 00:35:01'),
(1782, 'Digital Picture Frame', 'M9xQrlBkB', 10, '【Perfect Gift for Family and Friends 】 Capture all the precious and cherished moments, instantly share them with your famlily or friends. This digital picture frame is the best choice of the gift,suitable for different scenarios, birthday, wedding, graduation ceremony, family gathering and so on.\r\n【Share photos and videos privatly, instantly】 Sent the pictures and vidoes(max 15seconds) from your phone via FRAMEO(free APP which is authorized) to the frame from anywhere anytime around the world. No need creating email account or no need Facebook.Build in 16GB storage and support Mirco SD Card extend storage, also can Import and Export pictures or videos.\r\n【IPS HD TOUCH SCREEN】The frameo 10.1 inch smart WiFi digital photo frame is featured with a high-quality HD 1280*800 Resolution IPS touch screen which allows you to get a wonderful picture visual from any angle. Superior Color Fidelity perfectly preserves the vividness and cuteness of each of your photos. The Frameo wifi digital photo frame supports picture format by JPG/JPEG/BMP/PNG and video format by MP4.\r\n【Smart function】The electronic photo frame can be hanged on the wall to decor the bedroom or the living room.A detachable holder as a frame stand,the photos can be auto-rotated to adjust the derection.We can view the photos in either portrait or landscape mode.Multifunctional custom settings, such as play order, image zooming, hide/publish images, adjustable brightness, sleep mode\r\n【CUSTOMER SERVICE】We assure our frames are high-qaulity and security.Our customers all have good experience . We provide full refund of reasons in 180 days and lifetime professional customer service & technical support.', 48.00, NULL, NULL, 69.00, 'Digital Picture Frame-15081.jpeg', 'Digital Picture Frame-31147.jpeg', 'Digital Picture Frame-68214.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-30 00:38:08', '2024-01-30 00:38:08'),
(1783, 'Hand Forged Flat Shovel. Farm Shovel. Gardening Tools. Carbon Steel', 'h95It0eQf', 18, 'This tool is designed with various uses in mind. Easily break up hard soil with the spade\'s sharp, broad edge and utlize the large head to dig up soil quickly. \r\nShort handle allows you work effortlessly around your garden.\r\n\r\nThis garden shovel has a heavy duty carbon steel blade that is tough enough for all day annual planting, bulb planting and just digging.\r\nCarbon Steel is bend proof and break proof for confident digging in heavy clay or rocky soils.\r\n___\r\nDimensions:\r\nTotal length - 38 cm\r\nHandle length - 13 cm\r\nBlade length - 18 cm\r\n__\r\nWe need around 7-14 working days to make your order ready.\r\nShipping worldwide from Ukraine. It takes 20-28 days to deliver to USA , 21-30 days to Canada and Australia and 14-21 days to most European countries.\r\n\r\nWe use consolidation method for shipping.\r\nNOTICE. You can pay local customs tax, please ask about it in your local post services', 87.00, NULL, NULL, 98.55, 'Hand Forged Flat Shovel. Farm Shovel. Gardening Tools. Carbon Steel-85058.jpeg', 'Hand Forged Flat Shovel. Farm Shovel. Gardening Tools. Carbon Steel-75050.jpeg', 'Hand Forged Flat Shovel. Farm Shovel. Gardening Tools. Carbon Steel-31899.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 00:38:52', '2024-01-30 00:38:52'),
(1784, '7-position adjustable aluminum frame folding sling outdoor patio chair', '6PNyMCJ8Q', 1, 'Model number\r\nHL-C-22013\r\nMaterial\r\nAluminum tube and sling fabric\r\nItem Size\r\nL63*W59*H110cm\r\nPacking Size\r\n95*31*61cm, 2pcs/carton\r\nMOQ\r\n200pcs\r\nColor\r\nCustomized', 29.18, NULL, NULL, 35.10, '7-position adjustable aluminum frame folding sling outdoor patio chair-12343.jpeg', '7-position adjustable aluminum frame folding sling outdoor patio chair-57934.jpeg', '7-position adjustable aluminum frame folding sling outdoor patio chair-12449.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 00:40:54', '2024-01-30 00:40:54'),
(1785, '18x50 HD Binoculars for Adults with Upgraded Phone Adapter, Tripod and Tripod Adapter', 'xKZEyTb7C', 12, '【19mm Large Eyepieces & HD Vision , Larger Image, Brighter View】 19mm large eyepiece binoculars, with 18X high power magnification and 50mm objective lenses, provides you 399ft/1000yds large field of view.\r\n【Vivid, Clear & Bright View even in Low Light】BAK4 prism lens binoculars adopt fully multi-coated lense and phase-coated prism, which increase the light transmission of binoculars to 99.9%. ,makes the image more transparent,clearer and brighter.\r\n【Waterproof binoculars】IPX7 waterproof and fogproof, A rubber-armored, polycarbonate housing protects your binoculars from damage, Waterproof - Perfect protecting binoculars,and stands up to the toughest weather conditions.They\'re also prevent internal fogging of the lenses.\r\n【Upgraded Phone Adapter, 360 Degrees Rotatable and Stable Tripod】The bird watching binoculars come with a new phone adapter and a 360° tripod so you can stabilize your phone to take clearer and more beautiful photos.Perfect for photographing quick set-up, fit for all kinds of smartphones.\r\n【Powerful 18x50 Binoculars, but Lightweight Enough, only 1.1 pounds】 the lightweight, portable design, Our professional binoculars for adults and kids is easy to use, focus with or without glasses. flexible adjust, our binoculars provides high quality binoculars.', 49.00, NULL, NULL, 99.99, '18x50 HD Binoculars for Adults with Upgraded Phone Adapter, Tripod and Tripod Adapter-52303.jpeg', '18x50 HD Binoculars for Adults with Upgraded Phone Adapter, Tripod and Tripod Adapter-85580.jpeg', '18x50 HD Binoculars for Adults with Upgraded Phone Adapter, Tripod and Tripod Adapter-51899.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-01-30 00:44:17', '2024-01-30 00:44:17'),
(1786, 'First Alert SA320FF Dual-Sensor Smoke and Fire Alarm,', '7Sx8FEvg2', 2, 'First Alert SA320FF Dual-Sensor Smoke and Fire Alarm, Battery Powered, Frustration-Free Packaging, White', 16.00, NULL, NULL, 18.94, 'First Alert SA320FF Dual-Sensor Smoke and Fire Alarm,-10146.jpeg', 'First Alert SA320FF Dual-Sensor Smoke and Fire Alarm,-81315.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 00:44:29', '2024-01-30 00:44:29'),
(1787, 'Wooden Burnt Effect Garden Tool Box (44.5 x 33.5 x 11.5 cm), garden gift, gift gardener, gift for her', 'OEAZ3qNK4', 17, 'This Wooden Burnt Effect Garden Tool Box is a fantastic garden gift for any gardener, especially for her. With its rustic burnt effect and sturdy construction, it\'s not only practical but also adds a touch of charm to any garden. The dimensions of 44.5 x 33.5 x 11.5 cm provide ample space for storing and organizing garden tools. It\'s a thoughtful and stylish gift that any gardener would love to receive. Happy gardening', 197.81, NULL, NULL, 230.99, 'Wooden Burnt Effect Garden Tool Box (44.5 x 33.5 x 11.5 cm), garden gift, gift gardener, gift for her-67288.jpeg', 'Wooden Burnt Effect Garden Tool Box (44.5 x 33.5 x 11.5 cm), garden gift, gift gardener, gift for her-34708.jpeg', 'Wooden Burnt Effect Garden Tool Box (44.5 x 33.5 x 11.5 cm), garden gift, gift gardener, gift for her-46465.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-30 00:47:06', '2024-01-30 00:47:06'),
(1788, 'Fat Cat Mercury Electronic Dartboard', 'kz6q36RQu', 15, 'Become a virtuoso of darts with the Fat Cat Mercury Electronic Dartboard. This electronic dartboard and cabinet hybrid features a compact 13.5” target area with target tested tough segments, a large missed catch ring, and storage space for 12 darts. The Fat Cat Mercury has 28 dart games, including 01 and cricket, and over 150 scoring options so you can play how you want to. With up to 8 player multiplayer, everyone can join in on the fun, especially since the built-in handicap feature will make sure everyone has a fair shot at victory. The backlit LCD display automatically keeps score and even displays your Point Per Dart (PPD) and Marks Per Round (MPR) averages for 01 and Cricket after the game. This is all built-in to a sleek cabinet that will easily blend into your decor. This electronic dart board set comes with six starter soft tip darts and is powered by the included AC adapter.', 90.00, NULL, NULL, 119.00, 'Fat Cat Mercury Electronic Dartboard-40409.jpeg', 'Fat Cat Mercury Electronic Dartboard-11842.jpeg', 'Fat Cat Mercury Electronic Dartboard-62170.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 00:50:18', '2024-01-30 00:50:18'),
(1789, 'Sam\'s Club Members: De\'Longhi 15-Bar Espresso & Cappuccino Machine', 'ERJnLDjD6', 1, '15-bar professional pressure\r\nBrew authentic barista quality beverages\r\nManual frother mixes steam and milk\r\n3-in-1 filter holder included\r\nAccommodates taller cups\r\nDishwasher-safe parts\r\nManual cappuccino system\r\nAdjustable brewing time\r\nRemovable water tank and drip tray\r\n37 fluid oz water tank capacity\r\nAccepts single, double and ESE pods\r\nSleek space-saving design', 44.00, NULL, NULL, 119.00, 'Sam\'s Club Members: De\'Longhi 15-Bar Espresso & Cappuccino Machine-51195.jpeg', 'Sam\'s Club Members: De\'Longhi 15-Bar Espresso & Cappuccino Machine-92370.jpeg', 'Sam\'s Club Members: De\'Longhi 15-Bar Espresso & Cappuccino Machine-22998.jpeg', 'Home appliances and utensils', 1.0, NULL, 1, '2024-01-30 00:50:18', '2024-01-30 00:50:18'),
(1790, 'Ancient Elegance Planter', 's404keu7f', 19, 'The Ancient Elegance Planter is a stunning addition to any garden or outdoor space. With its intricate design and timeless elegance, it adds a touch of sophistication to your plants and flowers. Made with high-quality materials, this planter is built to last and withstand the elements. Whether you place it on a patio, balcony, or in your garden, it\'s sure to be a beautiful focal point. Give your plants a touch of ancient charm with the Ancient Elegance Planter!', 25.00, NULL, NULL, 43.55, 'Ancient Elegance Planter-79028.jpeg', 'Ancient Elegance Planter-59020.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 00:51:08', '2024-01-30 00:51:08'),
(1791, 'Factory price luxury garden cast aluminum modern outdoor patio sofa set furniture', 'XRUj0vtgx', 19, 'Product Name\r\noutdoor sofa\r\nStyle\r\nModern \r\nBrand\r\nDerong..\r\nColour\r\noptional \r\nTexture\r\n..\r\nPlace of Product\r\nGuangdong Province,China\r\nFabric\r\nUV-resistant & waterproof cushion fabric\r\nModes of packing\r\nPacked in three cartons\r\nSize\r\nSinlge seater:70*80*H100CM\r\nDouble seater:135*80*H100CM\r\nThree seater:195*80*H100CM\r\nBig table:120*75*H61CM\r\nSide table:61*57*H61CM\r\nAfter sale service\r\n3 years', 1000.00, NULL, NULL, 1228.00, 'Factory price luxury garden cast aluminum modern outdoor patio sofa set furniture-33202.jpeg', 'Factory price luxury garden cast aluminum modern outdoor patio sofa set furniture-54927.jpeg', 'Factory price luxury garden cast aluminum modern outdoor patio sofa set furniture-14424.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 00:53:09', '2024-01-30 00:53:09'),
(1792, 'Canvas garden bag, Canvas garden tote, Garden bag custom, Garden tote bag, Gardening tool bag, Gardening tools tote, Gardening gifts for Dad', 'zkcTkshtC', 17, 'The Canvas Garden Bag is a must-have for any gardening enthusiast, especially for Dad! This custom garden tote is not only practical but also stylish. Made from durable canvas, it\'s designed to withstand the rigors of gardening. With its spacious interior and multiple pockets, it provides ample space to carry all your gardening tools and essentials. It\'s the perfect gardening gift for Dad, allowing him to keep his tools organized and easily accessible. Get ready to make gardening a breeze with this handy Garden Bag! \r\nSize:\r\n\r\n42x32x22 cm (16.5x12.6x8.7 inches)', 63.14, NULL, NULL, 92.74, 'Canvas garden bag, Canvas garden tote, Garden bag custom, Garden tote bag, Gardening tool bag, Gardening tools tote, Gardening gifts for Dad-38749.jpeg', 'Canvas garden bag, Canvas garden tote, Garden bag custom, Garden tote bag, Gardening tool bag, Gardening tools tote, Gardening gifts for Dad-22388.jpeg', 'Canvas garden bag, Canvas garden tote, Garden bag custom, Garden tote bag, Gardening tool bag, Gardening tools tote, Gardening gifts for Dad-58570.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 00:55:16', '2024-01-30 00:59:01'),
(1793, 'new design outdoor foldable ottoman sitting stool inflatable pouf', '2hO7ZXRHr', 19, 'Item number	GL697-2\r\nDescription	Outdoor garden inflatable ottoman inflatable pouf with zipper underside, with piping and handle\r\nSize	Dia53x23cm\r\nFabric	210gsm spun poly\r\nFilling	PVC inner \r\nPacking	each pc packed with PVC bag and inlay card, carelabel\r\nloading	14400pcs/40\'HQ', 3.00, NULL, NULL, 4.00, 'new design outdoor foldable ottoman sitting stool inflatable pouf-45238.jpeg', 'new design outdoor foldable ottoman sitting stool inflatable pouf-74407.jpeg', 'new design outdoor foldable ottoman sitting stool inflatable pouf-44047.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 00:56:26', '2024-01-30 00:56:26'),
(1794, '12-Cup Vitamix Food Processor Attachment with SELF-DETECT', 'GFjLc0zu7', 2, 'The food processor attachment eliminates storing another stand-alone appliance.\r\nVoltage: 240 V\r\nCapacity – 12 c dry; 9 c wet\r\nMaterial: Plastic\r\nClear bowl, lid and food pushers\r\nEasy assembly and disassembly\r\nIntuitive Storage Solution with minimal parts\r\nIncluded components: Self-detect base, 12 cup work bowl, work bowl lid, 2 food pushers (1 large, 1 small), 1 \"S\" multi-purpose blade, 2 reversible slice/shred discs, disc storage case, owner\'s manual. Motor base not included.\r\nCompatible with Ascent and Venturist motor bases purchased in the U.S. and Canada. This item is not compatible with Explorian or Legacy bases.', 150.00, NULL, NULL, 199.95, '12-Cup Vitamix Food Processor Attachment with SELF-DETECT-22612.jpeg', '12-Cup Vitamix Food Processor Attachment with SELF-DETECT-64858.jpeg', '12-Cup Vitamix Food Processor Attachment with SELF-DETECT-19488.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 00:57:45', '2024-01-30 00:57:45'),
(1795, 'Walker\'s Razor', 'tNP6ui3qi', 17, 'The Walker\'s Digital Razor PRO Electronic Earmuffs as its name implies, utilize advanced digital circuity to provide enhanced clarity of desirable ambient sounds—such as voice, high-frequency steel impact, and environmental sounds like animal movement—while offering improved suppression of undesirable background noise, such as wind. Combined, the Razor PRO’s sound processing makes for a clearer and more comfortable audio experience on the range or in the field.The Razor Digital continues the ergonomic design and diverse functionality of the Razor series with compact ear cups that minimize interference when shouldering long guns, a redesigned headband for hours of comfortable wear, and an easy-to-operate control knob. An auto shut-off function can be set for two, four, or six hours to deliver longer life if the shooter forgets to turn off the unit. High-gain omnidirectional microphones provide 360-degree sound pickup to eliminate audio “blind spots.', 20.00, NULL, NULL, 39.00, 'Walker\'s Razor-90242.jpeg', 'Walker\'s Razor-91760.jpeg', 'Walker\'s Razor-79785.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-30 00:57:46', '2024-01-30 00:57:46'),
(1796, 'Luxury Armchairs set with table', '7Z9EBEdtM', 19, 'item\r\nvalue\r\nSpecific Use\r\nGarden Chair\r\nGeneral Use\r\nOutdoor Furniture\r\nMail packing\r\nN\r\nApplication\r\nHome Office, Living Room, Dining, Outdoor, Hotel, Apartment, Sports Venues, Leisure Facilities, Warehouse, Park, Farmhouse, Courtyard, Other, Exterior, Hall, Garage & Shed, Villa\r\nDesign Style\r\nModern\r\nMaterial\r\nBAMBOO\r\nFolded\r\nYes\r\nPlace of Origin\r\nIndia\r\nUttar Pradesh\r\nBrand Name\r\nEcowoodies\r\nModel Number\r\nMD-SPA-00893\r\nProduct name\r\nLuxury Armchairs set with table\r\nFeature\r\nSuper Comfortable\r\nColor\r\nGreen, Blue, Beige\r\nFunction\r\nReception Area\r\nMOQ\r\n200pcs\r\nPacking\r\nStandard Export Packing\r\nApplication\r\nOutdoor\\restaurant\\bar\\beach\\hotel\r\nFrame\r\nBamboo\r\nDesign\r\nSimple Classical\r\nKeywords\r\nRattan Bistro Chair Bamboo Easy Chairs For Events', 60.30, NULL, NULL, 66.30, 'Luxury Armchairs set with table-55269.jpeg', 'Luxury Armchairs set with table-89539.jpeg', 'Luxury Armchairs set with table-83559.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 01:01:36', '2024-01-30 01:01:36'),
(1797, 'Wireless headphone', 'z92A1Xb7y', 7, 'Wireless Sports Headphones features -Wireless 5 0 technology that produce great sound quality devices can pair your iPhone X iPhone 8 or any other Smart-phones iPad Tablets easily -Farther transmission -More stable connection -Longer battery life -Better sound quality How to connect to devices? 1 Close all your Bluetooth in the phone or tablet first 2 Press and hold the “On/Off” button for about 5 seconds until the red/blue light flashes 3 Open your devices and find the devices name BT-FAAH then connect 4 Then you can enjoy music! Notice Please disconnect the first paired device then pair the second device How to Wash it? ---Washable Fabric & Removable Speakers Step 1 Push right speaker to the place of devices control Step 2 Push left speaker to the place of devices control Step 3 Push 2 speakers and Bluetooth control to the place of fabric liner which is separated from stitching Tips 1 Do not attempt to Power on or connect the devices while charging Get the battery fully charged first then disconnect from charger before connecting the Bluetooth 2 Don\'t use Sleep headphones eye mask while it\'s charging 3 Please check USB cable if can\'t work to charge 4 Please adjust the volume from your mobile or Long press Vol+ from devices if you can\'t hear any music 5 The sound may have a bit noise if there\'s environmental interference 6 Both speakers are not fixed it can be adjusted according to your size', 15.00, NULL, NULL, 19.00, 'Wireless headphone-44548.jpeg', 'Wireless headphone-89850.jpeg', 'Wireless headphone-89534.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-30 01:04:23', '2024-01-30 01:04:23');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1798, 'Diamonds Pendant \"Star\" Design 1.12 ctw E VVS Collection 18K Solid Gold IGL certified', 'tQJ46jALU', 17, 'The Diamonds Pendant in the \"Star\" Design is an absolute stunner. With a total carat weight of 1.12 ctw, these diamonds are sure to dazzle. Set in 18K solid gold and certified by IGL, you can trust the quality and authenticity of this pendant. The E VVS collection represents the highest standards of color and clarity, ensuring that you\'re getting a truly exquisite piece. Whether you wear it for a special occasion or as an everyday accessory, this pendant is a beautiful symbol of elegance and luxury. Shine bright like a star with this stunning Diamonds Pendant!', 1450.00, NULL, NULL, 1700.99, 'Diamonds Pendant \"Star\" Design 1.12 ctw E VVS Collection 18K Solid Gold IGL certified-71489.jpeg', 'Diamonds Pendant \"Star\" Design 1.12 ctw E VVS Collection 18K Solid Gold IGL certified-66794.jpeg', 'Diamonds Pendant \"Star\" Design 1.12 ctw E VVS Collection 18K Solid Gold IGL certified-15809.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 01:05:52', '2024-01-30 01:05:52'),
(1799, '4-Piece 20-Oz Hand-Glazed Cafe Stoneware Cereal Bowl Set', 'luvl19DNk', 2, '4-Piece 20-Oz Hand-Glazed Cafe Stoneware Cereal Bowl Set (various colors)', 10.00, NULL, NULL, 21.95, '4-Piece 20-Oz Hand-Glazed Cafe Stoneware Cereal Bowl Set-43393.jpeg', '4-Piece 20-Oz Hand-Glazed Cafe Stoneware Cereal Bowl Set-76203.jpeg', '4-Piece 20-Oz Hand-Glazed Cafe Stoneware Cereal Bowl Set-82090.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 01:07:45', '2024-01-30 01:07:45'),
(1800, 'Modern garden outdoor furniture patio ratten chair garden living room balcony woven back chair', 'RJxW7u5OX', 5, 'Material\r\nrattan\r\nSize\r\nCustomized\r\nSurface treatment\r\nPolishing\r\nTechnics\r\nweave\r\nApplication\r\nBedroom.Apartment.Home Office. hotel.Villa. outdoor\r\nSample\r\nBuyer pays\r\nOEM\r\nAccept\r\nCapacity\r\n5000k per day\r\nColor\r\nOption', 162.00, NULL, NULL, 174.00, 'Modern garden outdoor furniture patio ratten chair garden living room balcony woven back chair-48200.jpeg', 'Modern garden outdoor furniture patio ratten chair garden living room balcony woven back chair-90231.jpeg', 'Modern garden outdoor furniture patio ratten chair garden living room balcony woven back chair-13455.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 01:07:45', '2024-01-30 01:07:45'),
(1801, 'Pearl Shoulder Necklace, Vintage Women Shoulder Jewelry, Pearl Body Jewelry, Bridal Statement Neckpiece', 'lfoYhuIYO', 17, 'The Pearl Shoulder Necklace is a vintage-inspired piece of shoulder jewelry that exudes elegance and charm. With its delicate pearls and intricate design, it adds a touch of glamour to any outfit, especially for brides looking to make a statement on their big day. This unique neckpiece is not only a beautiful accessory but also a conversation starter. Whether you\'re attending a wedding, a special event, or simply want to elevate your everyday style, this Pearl Shoulder Necklace is sure to turn heads and make you feel like a true fashion icon. Embrace the beauty of pearls and let your shoulders shine!', 68.00, NULL, NULL, 84.99, 'Pearl Shoulder Necklace, Vintage Women Shoulder Jewelry, Pearl Body Jewelry, Bridal Statement Neckpiece-45699.jpeg', 'Pearl Shoulder Necklace, Vintage Women Shoulder Jewelry, Pearl Body Jewelry, Bridal Statement Neckpiece-91384.jpeg', 'Pearl Shoulder Necklace, Vintage Women Shoulder Jewelry, Pearl Body Jewelry, Bridal Statement Neckpiece-83441.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-30 01:09:30', '2024-01-30 01:09:30'),
(1802, 'Portable Bluetooth Speaker', '3LKMIOjOw', 16, 'Emberton II is a compact portable speaker with the loud and vibrant sound only Marshall can deliver. Two 2’’ full range drivers and two passive radiators bring you the heavy Marshall sound you know and love. Experience absolute 360° sound with True Stereophonic, a unique form of multi-directional sound from Marshall – where every spot is a sweet spot. By separating out the spatial content of stereo recordings, Emberton II produces a sound much larger than its size and outperforms most speakers in its class. Amplify your sound with a multi-speaker Stack Mode session by connecting your speaker to other Emberton II speakers. With 30+ hours of playtime, you can enjoy the superior sound of Marshall for hours on end.This lightweight speaker is tough and resilient, weighing in at only 0.7 kg(1.5 lbs) while boasting an extremely durable and easy-to-use design, making it a must for any occasion. Emberton II has an IP67 dust- and water-resistance rating so it won’t let rain or dirt get in the way of your music. The textured silicone sleeve arcs back to the classic vinyl that encased the original amplifiers and signature details, such as the solid metal grille and iconic Marshall script, echo the legacy of rock ’n’ roll that you know and love.', 127.00, NULL, NULL, 169.99, 'Portable Bluetooth Speaker-60408.jpeg', 'Portable Bluetooth Speaker-84741.jpeg', 'Portable Bluetooth Speaker-89422.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 01:12:42', '2024-01-30 01:12:42'),
(1803, '3-Quart Infuse Latin Aluminum Caldero w/ Lid (3 Colors)', 'DT5tV8YlX', 2, '3-Quart Infuse Latin Aluminum Caldero w/ Lid (3 Colors)', 20.00, NULL, NULL, 42.00, '3-Quart Infuse Latin Aluminum Caldero w/ Lid (3 Colors)-52370.jpeg', '3-Quart Infuse Latin Aluminum Caldero w/ Lid (3 Colors)-63710.jpeg', '3-Quart Infuse Latin Aluminum Caldero w/ Lid (3 Colors)-75319.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-30 01:12:42', '2024-01-30 01:12:42'),
(1804, 'Crystal shoulder chain, bridal shoulder chain, arm covering chain, wedding dress chain, wedding accessories, crystal necklace', 'hfyQcEZ55', 19, 'The Crystal Shoulder Chain is a stunning accessory that adds a touch of glamour to any bridal ensemble. This beautiful chain drapes elegantly over the shoulders, creating a captivating and unique look. With its delicate crystal design, it sparkles and shines, making it the perfect complement to a wedding dress or any special occasion outfit. Whether you\'re a bride looking to make a statement or attending a formal event, this crystal shoulder chain is sure to elevate your style and make you feel like a true queen. Embrace the enchantment of crystals and let your shoulders dazzle!', 84.79, NULL, NULL, 169.58, 'Crystal shoulder chain, bridal shoulder chain, arm covering chain, wedding dress chain, wedding accessories, crystal necklace-64040.jpeg', 'Crystal shoulder chain, bridal shoulder chain, arm covering chain, wedding dress chain, wedding accessories, crystal necklace-27504.jpeg', 'Crystal shoulder chain, bridal shoulder chain, arm covering chain, wedding dress chain, wedding accessories, crystal necklace-43508.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 01:13:53', '2024-01-30 01:13:53'),
(1805, 'Outdoor furniture patio set ratten tables and chairs with umbrella', 'p0DtUR60I', 19, 'Model\r\nC-001\r\nMaterial\r\nrattan\r\nType\r\nrattan set furniture\r\nCustomization\r\navailable\r\nDelivery\r\nwithin 7 working days available\r\nPayment term\r\nT/T,L/C,trade assurance', 8.30, NULL, NULL, 10.30, 'Outdoor furniture patio set ratten tables and chairs with umbrella-51906.jpeg', 'Outdoor furniture patio set ratten tables and chairs with umbrella-87957.jpeg', 'Outdoor furniture patio set ratten tables and chairs with umbrella-10382.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 01:14:12', '2024-01-30 01:14:12'),
(1806, '10-Piece Rachael Ray Stacking Leak-Proof Food Storage Container Set (Gray)', 'Z2inheFYC', 2, '10-Piece Rachael Ray Stacking Leak-Proof Food Storage Container Set (Gray)', 13.00, NULL, NULL, 34.00, '10-Piece Rachael Ray Stacking Leak-Proof Food Storage Container Set (Gray)-97225.jpeg', '10-Piece Rachael Ray Stacking Leak-Proof Food Storage Container Set (Gray)-44908.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 01:16:51', '2024-01-30 01:16:51'),
(1807, 'Customized Yellow Gold Ankle Bracelet With Initial Letter in Heart Shape', 'lEmBd81tP', 19, 'I\'ve got the perfect description for you. The Customized Yellow Gold Ankle Bracelet is a beautiful and personalized piece of jewelry. Made with love and care, this ankle bracelet features a heart-shaped pendant with your chosen initial letter. Crafted in stunning yellow gold, it adds a touch of elegance and charm to any outfit. Whether you wear it as a daily accessory or for a special occasion, this ankle bracelet is a meaningful way to showcase your individuality and style. It\'s the perfect piece to add a personal touch to your jewelry collection. Wear it with pride and let your ankle shine!', 79.00, NULL, NULL, 99.00, 'Customized Yellow Gold Ankle Bracelet With Initial Letter in Heart Shape-52831.jpeg', 'Customized Yellow Gold Ankle Bracelet With Initial Letter in Heart Shape-22484.jpeg', 'Customized Yellow Gold Ankle Bracelet With Initial Letter in Heart Shape-30530.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-30 01:20:08', '2024-01-30 01:20:08'),
(1808, '4-Slice Black & Decker Toaster Oven', 'y9QtyN7FJ', 2, '4-Slice Black & Decker Toaster Oven', 30.00, NULL, NULL, 55.00, '4-Slice Black & Decker Toaster Oven-10639.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 01:20:22', '2024-01-30 01:20:22'),
(1809, 'Smart Watches', 'meUuKdLzg', 12, 'Make/Answer Calls & Read Message: The smart watches with its built-in speakers and Bluetooth connectivity allow you to make and receive calls and ringtone reminders for incoming calls. It also supports information reminders (Facebook, WhatsApp, Instagram, Twitter, etc.), stores contacts and views call history. All notifications are displayed on your watch and reminded by vibration. So you won\'t miss any important calls or messages even if you put your phone in your pocket.\r\n1.85\'\'HD Touch Screen and 200+ DIY Dials: Smart watch for android phones is equipped with a 1.85‘’ ultra-clear full-touch screen, which can provide excellent picture quality. With the companion app, you can download more than 200+ personalised dials and set it as your desktop, as well as DIY photos of your family, pets, selfies, etc. as backgrounds for watches for women women. The smartwatches comes with 4 levels of brightness options that will make it easy to use it in sunlight or darkness.\r\nThis fitness tracker offers over 100 indoor and outdoor sports modes, including walking, running, cycling, skipping, basketball, football, and more, to meet the needs of most sports enthusiasts. During your exercise, smart watches for women men will record your data like heart rate, steps, calories burned, distance and active hours in real time in the app. This running smartwatch is designed with IP68 waterproof, so it won\'t be damaged even when exercising, washing hands and sweating.\r\nThe heart rate monitor watches are equipped with a 24 hours heart rate sensor that helps you detect real-time heart rate throughout the day. And it will monitor your sleep status automatically (Monitoring time period around 22:00-9:00)and provides comprehensive sleep quality analysis. Synchronize to the mobile phone app, you can understand your sleep status (deep /light /wakeful sleep) by \"GloryFit\" APP. Furthermore, you can view a week\'s worth of health reports in app for a better lifestyle.\r\nMultifunctional and Long Battery Life: The women fitness watch has multiple functions such as timer, stopwatch, call function, alarm clock, sedentary reminder, music control, weather forecast, don‘t disturb mode, brightness adjustment, photo control, etc. The women‘s watch with 2 hrs of charging, 5-7 days of normal use (Actual utilizationrelated to the user\'s usage)and about 30 days of standby time. The smart watch for men android iOS is compatible with iOS 9.0 and Android 7.0 and above devices.\r\nWarm Tips: Please wear your P66D Smart Watch correctly, the strap should be fastened neither too tightly nor too loosely, leaving room for your skin to breathe. This will not only keep you comfortable, but also allow the sensors to work properly.', 29.00, NULL, NULL, 89.99, 'Smart Watches-66553.jpeg', 'Smart Watches-73817.jpeg', 'Smart Watches-15383.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 01:21:21', '2024-01-30 01:21:21'),
(1810, '9ct Yellow Gold Belcher Anklet BarrettJewellery', 'qYwTbduXJ', 19, 'The 9ct Yellow Gold Belcher Anklet from BarrettJewellery is a must-have accessory for any anklet lover. Made with high-quality yellow gold, this anklet features a classic belcher chain design that is both stylish and versatile. Whether you\'re heading to the beach or dressing up for a special occasion, this anklet adds a touch of elegance and charm to your ankle. It\'s the perfect piece to showcase your unique style and elevate any outfit. Get ready to step up your anklet game with this stunning 9ct Yellow Gold Belcher Anklet from BarrettJewellery!', 116.59, NULL, NULL, 145.73, '9ct Yellow Gold Belcher Anklet BarrettJewellery-70534.jpeg', '9ct Yellow Gold Belcher Anklet BarrettJewellery-68013.jpeg', '9ct Yellow Gold Belcher Anklet BarrettJewellery-99781.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-30 01:23:55', '2024-01-30 01:23:55'),
(1811, 'Flush pull hidden handle recessed furniture concealed hidden cabinet embedded handle wholesale price plastic', 'L9KRIvPxO', 5, 'Model NO.\r\nE5302\r\nHS Code\r\n8302490000\r\nTreatment\r\nBlack Coating\r\nMaterial\r\nPlastic\r\nCut Size\r\n50*100mm  35.5*85mm\r\nQty / Ctn\r\n160PCS\r\nG.W.\r\n3KG\r\nLogo\r\nOEM and Printed\r\nCertificates\r\nCE\r\nSample\r\nSupply sample for order confirmation', 0.20, NULL, NULL, 0.25, 'Flush pull hidden handle recessed furniture concealed hidden cabinet embedded handle wholesale price plastic-53806.jpeg', 'Flush pull hidden handle recessed furniture concealed hidden cabinet embedded handle wholesale price plastic-73893.jpeg', 'Flush pull hidden handle recessed furniture concealed hidden cabinet embedded handle wholesale price plastic-32318.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 01:24:33', '2024-01-30 01:24:33'),
(1812, '4-Slice Black & Decker Toaster Oven', '8g1E3EJ9a', 19, '4-Slice Black & Decker Toaster Oven', 1950.00, NULL, NULL, 2400.00, '4-Slice Black & Decker Toaster Oven-98558.jpeg', '4-Slice Black & Decker Toaster Oven-53400.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 01:28:23', '2024-01-30 01:28:23'),
(1813, 'Maxery furniture hardware custom wood semicircle furniture handles large half round pull handle wardrobe handle', 'TyZs1JCZ6', 19, 'Product Name\r\nCabinet Handle\r\nStyle\r\nModern Simple\r\nBrand\r\nMaxery\r\n Finish\r\nWood\r\nSize\r\nSee details\r\nPlace of Product\r\nShanghai,China\r\nModel\r\nMFH-20046B-WD-90\r\nModes of packing\r\nPacked in cartons\r\nSample\r\nAvailable\r\nWebsite', 3.00, NULL, NULL, 5.00, 'Maxery furniture hardware custom wood semicircle furniture handles large half round pull handle wardrobe handle-76724.jpeg', 'Maxery furniture hardware custom wood semicircle furniture handles large half round pull handle wardrobe handle-20237.jpeg', 'Maxery furniture hardware custom wood semicircle furniture handles large half round pull handle wardrobe handle-62959.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 01:28:25', '2024-01-30 01:28:25'),
(1814, 'Star Charm Anklet Real 14K Yellow Solid Gold Celestial Ankle Bracelet For Women, Adjustable Cable Chain Anklet Foot Bracelet, Gift For Her', 'NntISTh9p', 17, 'Star Anklet 14K Solid Gold Adjustable Cable Chain Ankle Bracelet Foot Bracelet, Beach Anklets For Women, Summer Anklet, Celestial Jewelry, Gift For Mom, Gift For Her.\r\n\r\nOur 14K Gold Anklets are made of authentic solid gold. They are nicely polished and stamped for authenticity. Click to learn more and get yours today!\r\n\r\nThis Real Gold Anklet has a gorgeous shine. Superior quality and craftsmanship!\r\n\r\nPRODUCT DETAILS\r\nGender: Female\r\nMetal Type: Yellow Gold\r\nMetal Purity: 14k Stamped \r\nAnklet Type: Cable Chain\r\nAnklet Length: Adjustable From 9\" Up To 10\"\r\nGram Weight (Approx.): 1.72gr\r\nClasp Type: Lobster Clasp\r\nRetail price of $ 500\r\nMade in Turkey', 204.00, NULL, NULL, 255.00, 'Star Charm Anklet Real 14K Yellow Solid Gold Celestial Ankle Bracelet For Women, Adjustable Cable Chain Anklet Foot Bracelet, Gift For Her-22173.jpeg', 'Star Charm Anklet Real 14K Yellow Solid Gold Celestial Ankle Bracelet For Women, Adjustable Cable Chain Anklet Foot Bracelet, Gift For Her-14098.jpeg', 'Star Charm Anklet Real 14K Yellow Solid Gold Celestial Ankle Bracelet For Women, Adjustable Cable Chain Anklet Foot Bracelet, Gift For Her-49044.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 01:29:29', '2024-01-30 01:29:29'),
(1815, 'Drone', 'OBuofpDre', 17, '【User-friendly and Versatile】Loiley drones are perfect for beginners and children, offering features like one-key takeoff/landing, altitude hold, emergency stop, and headless mode. It also provides smart app control (APP name: Loiley Fly), allowing users to define flight routes, use voice control and gesture selfies, and enjoy various functions like 360° flips, gravity sensing, and adding music and filters.\r\n【Real-time Image Transmission and HD Photography】This small drone is equipped with an HD 1080P camera to capture stunning photos and videos with high quality and frame rate. The camera angle can be adjusted remotely up to 90 degrees. Combined with the upgraded hover system and optical flow positioning technology, the camera drone is more stable when shooting. Wi-Fi real-time transmission enables quickly sharing happy moments with family and friends.\r\n【Take it Anywhere】 Loiley drone with camera is your ultimate travel buddy! It\'s so compact and lightweight that you can literally fold it up and fit it in your pocket or backpack. Weight under 250g to save you from FAA registration. Whether you\'re going on an outdoor adventure or exploring new places, you can easily take this mini drone with you and capture amazing aerial shots wherever you go.\r\n【Safe and Long Battery Life】With two rechargeable drone batteries, this kids drone extends the flight time to approximately 25-30 minutes, providing a worry-free flying experience. The batteries are easy to charge and replace, with built-in overvoltage protection. The remote controller emits a low battery warning, ensuring beginners never lose their RC drone.\r\n【Professional After-Sales Support】A mini drone with a camera makes for a cool and creative gift. Along with that, the package includes a portable bag for outdoor travel. The drone comes with propeller guards, spare fan blades, and remote control batteries, ensuring safety and reliability. Additionally, 24-hour technical support, quality warranty, and money-back services are provided for customer satisfaction.', 59.99, NULL, NULL, 99.99, 'Drone-30991.jpeg', 'Drone-69777.jpeg', 'Drone-84553.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-30 01:29:32', '2024-01-30 01:29:32'),
(1816, 'Set of 2 trendy anklet bracelets - Rockery beads - gift idea-', 'MUbVIGfLU', 17, 'Ankle bracelet in rock beads handmade with love.\r\n\r\nOne evening? A shopping day or a beach outing? This bracelet makes its effect on all occasions.\r\n\r\nPossibility to adjust the length and change the colors! Do not hesitate to send me a private message to explain your request.\r\n\r\nYou have a birthday and you are late in the purchase of the gift? No worries, let me know by message and your Bracelet will be sent during the day.\r\n\r\nOptional: A nice little glittery package.\r\n\r\nDelivery is free.', 15.83, NULL, NULL, 25.99, 'Set of 2 trendy anklet bracelets - Rockery beads - gift idea--79981.jpeg', 'Set of 2 trendy anklet bracelets - Rockery beads - gift idea--67600.jpeg', 'Set of 2 trendy anklet bracelets - Rockery beads - gift idea--37479.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-30 01:34:00', '2024-01-30 01:34:00'),
(1817, 'CHLOE Drew Bijou Mini Quilted Shoulder Bag- Burnt Brown', 'RJA1ofUkW', 19, 'A Chloe shoulder bag crafted in quilted smooth calfskin leather, with refined beige suede calfskin lining and golden brass finish. This shoulder bag features 1 main compartment, topstitched front flap, 1 flat pocket, signature jewel lock, and removable leather/ jewel chain shoulder strap. Chain length: 7.5\". Strap length: 20.5\"- 23.2\" drop. Diemsions: H: 7.1\" x W: 7.9\" x D: 2.8\".', 1095.00, NULL, NULL, 1576.00, 'CHLOE Drew Bijou Mini Quilted Shoulder Bag- Burnt Brown-52899.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 01:34:00', '2024-01-30 01:34:00'),
(1818, 'Birch Handle New Kitchen Cabinet Wood Handle For Furniture', 'DJ85weFX6', 19, 'Material	Wood\r\nFactory	GuangDong\r\nCapacity	100000 pieces per week\r\nMOQ	300pcs\r\nAdvantages 	\r\n1, Features: Fashionable, Modern, Aestheticism. firm ad durable, surface smooth without any satins\r\n2, Quality: Excellent quality, Europe standard, QC, IFQC, IQC, QA, 100% inspection.\r\n3, New Tooling:if quantity is big,we could refund the tooling cost \r\n4, Packaging: Gift box, blister box,PE bag,OEM packaging available!', 1.00, NULL, NULL, 1.20, 'Birch Handle New Kitchen Cabinet Wood Handle For Furniture-80260.jpeg', 'Birch Handle New Kitchen Cabinet Wood Handle For Furniture-89492.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-30 01:35:22', '2024-01-30 01:35:22'),
(1819, 'P0lNTER', 'C2Yn55Er6', 18, '【 10000 lumen Flashlight】Distance up to 1500m, and the service life is up to 12,000 hours.\r\n【Rechargeable Flashlight】Super long standby time.\r\n【Function】The three adjustment methods of tactical flashlight can be adjusted according to different situations (just rotate the flashlight to adjust the zoom)\r\n【Portable flashlight】Portable size and Lanyard for daily carry\r\n【CAUTION】 Please trust the quality of the flashlight. It will not let you down!Feel free to contact us if you have any questions', 14.99, NULL, NULL, 29.99, 'P0lNTER-42238.jpeg', 'P0lNTER-26493.jpeg', 'P0lNTER-68533.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 01:35:28', '2024-01-30 01:35:28'),
(1820, 'Hematite Ankle Bracelet, Hematite Anklet, Braided Rope Anklet, Hematite Beaded Stone Ankle Bracelet', 'MjszvZ7Dk', 19, 'Handmade item\r\nMaterials: Nylon, Pewter, Stone\r\nGemstone: Hematite\r\nChain style: Rope\r\nClosure: Toggle\r\nJewelry style: Minimalist\r\nMade to Order\r\nUNISEX HEMATITE ANKLE BRACELET:', 45.00, NULL, NULL, 55.90, 'Hematite Ankle Bracelet, Hematite Anklet, Braided Rope Anklet, Hematite Beaded Stone Ankle Bracelet-21805.jpeg', 'Hematite Ankle Bracelet, Hematite Anklet, Braided Rope Anklet, Hematite Beaded Stone Ankle Bracelet-39299.jpeg', NULL, 'Jewelry', 3.0, NULL, 1, '2024-01-30 01:38:18', '2024-01-30 01:38:18'),
(1821, 'Modern Simple Handle', 'URwTrB65m', 19, 'Product name	Modern Simple Handle\r\nMaterial	Zinc\r\nOverall Length	132\r\nHole distance	96mm\r\nColor	BSN\r\nFeatures	\r\n1.Powerful own-owned factory:Specialize in manufacturing cabinet handle,door handle and other hardware accessories for more than 10 years.\r\n2.High quality zinc profile:Handle made of high-quality zinc alloy,beautiful appearance.\r\n3. Rust, oxidation and not deformed ,corrosion-\r\nresistant: Which makes a long lasting option to transform your cabinets, dresser,cupboards,drawers.', 1.00, NULL, NULL, 1.00, 'Modern Simple Handle-37482.jpeg', 'Modern Simple Handle-76242.jpeg', 'Modern Simple Handle-18385.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 01:38:54', '2024-01-30 01:38:54'),
(1822, 'ARMAF  Unisex Club De Nuit Untold EDP Spray 3.6 oz (105 ml)', 'AbExVmD0m', 19, 'Immerse yourself in the captivating allure of the Club De Nuit Untold EDP Spray, a remarkable addition to the esteemed Club De Nuit collection from the design house Armaf. Launched in 2022, this unisex fragrance is a harmonious blend of enchanting notes designed to delight the senses and elevate your aura.', 39.00, NULL, NULL, 59.00, 'ARMAF  Unisex Club De Nuit Untold EDP Spray 3.6 oz (105 ml)-39496.jpeg', 'ARMAF  Unisex Club De Nuit Untold EDP Spray 3.6 oz (105 ml)-34609.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-30 01:39:57', '2024-01-30 01:39:57'),
(1823, 'Grandma\'s First Tattoo - a children\'s picture book', 'vs2lTLICI', 10, 'From the award winning team of Phillip Gwynne and Tony Flowers comes this laugh-out-loud tale of Grandma, her tattoo, and the excitement it causes at her granddaughter’s school.', 13.75, NULL, NULL, 17.00, 'Grandma\'s First Tattoo - a children\'s picture book-20982.jpeg', 'Grandma\'s First Tattoo - a children\'s picture book-57511.jpeg', NULL, 'Books', 3.0, NULL, 1, '2024-01-30 01:41:35', '2024-01-30 01:41:35'),
(1824, 'GIORGIO ARMANI  Emporio Stronger With You Intensely / EDP Spray 3.4 oz (100 ml) (m)', 'Osv3F6tiW', 19, 'Experience the captivating allure of Giorgio Armani’s Emporio Armani Stronger With You Intensely, a striking men\'s fragrance that is both bold and unforgettable. Launched in 2019, this fragrance is a testament to modern masculinity, designed for the confident man who is not afraid to make a statement.', 124.99, NULL, NULL, 129.00, 'GIORGIO ARMANI  Emporio Stronger With You Intensely / EDP Spray 3.4 oz (100 ml) (m)-83740.jpeg', 'GIORGIO ARMANI  Emporio Stronger With You Intensely / EDP Spray 3.4 oz (100 ml) (m)-81598.jpeg', 'GIORGIO ARMANI  Emporio Stronger With You Intensely / EDP Spray 3.4 oz (100 ml) (m)-35870.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-30 01:45:11', '2024-01-30 01:45:11'),
(1825, 'SAMSUNG Galaxy Tab S6 Lite', 'vX8UepC38', 4, 'S PEN INCLUDED: The included S Pen makes it easier than ever to write notes and personalize photos and videos, all without needing to charge. The S Pen attaches magnetically right to your tablet and is always ready to go.\r\nSLIM METAL DESIGN: Take this sleek, lightweight tablet anywhere. Its slim design slips right into your bag and comes in your choice of stylish colors.\r\nENTERTAINMENT READY: A vivid, crystal clear display draws you into content while dual speakers with sound by AKG supply spacious Dolby Atmos surround sound. With discovery powered by Spotify, setting a personal soundtrack to your waking moments has never been easier.\r\nLONG-LASTING BATTERY: A long-lasting battery lets you stream for up to 12 hours¹ on a single charge. The fast-charging USB-C port allows you to quickly get back to where you left off when you need to recharge.\r\nONE UI CONNECTIVITY: Sync up multiple devices and double down on your todos with Galaxy Tab S6 Lite. Use it as a hotspot and create share-ready content all at once.\r\nDEX EXPERIENCE: Get more done each day by turning your Galaxy devices into an expanded desktop workstation. Send multiple windows to the devices of your choice and control them all from your Galaxy Tab S6 Lite like a boss.²\r\n¹Battery power consumption depends on usage patterns. Results may vary. ²DeX will be available on R OS or above.', 219.99, NULL, NULL, 349.99, 'SAMSUNG Galaxy Tab S6 Lite-94836.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-30 01:47:05', '2024-01-30 01:47:05'),
(1826, 'Swarovski Chandelier Earrings, Colorful Chandelier Earrings, Rainbow Color Chandelier Earrings, Rainbow Color Drop Earrings, Silver Earrings', 'l9iZP94A0', 19, 'These Swarovski Chandelier Earrings are an absolute showstopper! With their colorful and vibrant design, they bring a rainbow of joy to your ears. The dazzling crystals create a mesmerizing chandelier effect that catches the light and sparkles beautifully. These silver earrings are the perfect accessory to add a pop of color and a touch of elegance to any outfit. Whether you\'re attending a special event or simply want to make a statement, these rainbow-colored chandelier earrings are sure to turn heads and make you feel fabulous. Get ready to shine bright with these stunning Swarovski Chandelier Earrings!', 101.25, NULL, NULL, 135.00, 'Swarovski Chandelier Earrings, Colorful Chandelier Earrings, Rainbow Color Chandelier Earrings, Rainbow Color Drop Earrings, Silver Earrings-89051.jpeg', 'Swarovski Chandelier Earrings, Colorful Chandelier Earrings, Rainbow Color Chandelier Earrings, Rainbow Color Drop Earrings, Silver Earrings-80108.jpeg', 'Swarovski Chandelier Earrings, Colorful Chandelier Earrings, Rainbow Color Chandelier Earrings, Rainbow Color Drop Earrings, Silver Earrings-88957.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 01:47:51', '2024-01-30 01:47:51'),
(1827, 'Furniture handles', 'hmXje1obt', 19, 'Product Name\r\nFurniture handles\r\nStyle\r\nModern\r\nBrand\r\nLianfatai\r\nColour\r\nblack\r\nSize\r\nSofa: 750*350*350 CM\r\nAfter sale service\r\n1600pcs/ctn', 0.12, NULL, NULL, 0.16, 'Furniture handles-36560.jpeg', 'Furniture handles-90017.jpeg', 'Furniture handles-19986.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 01:48:50', '2024-01-30 01:48:50'),
(1828, 'GIORGIO ARMANI  - Emporio Armani Stronger With You Absolutely Eau De Parfum Spray 100ml/3.4oz', 'WtfcEfWpK', 19, 'Introducing the Emporio Armani Stronger With You Absolutely, a captivating fragrance specially crafted for men. This enchanting scent is an exclusive creation from the esteemed design house of Giorgio Armani. Its unique composition makes it a perfect accompaniment for the fall or winter season, adding a layer of warmth to your persona.', 129.00, NULL, NULL, 134.00, 'GIORGIO ARMANI  - Emporio Armani Stronger With You Absolutely Eau De Parfum Spray 100ml/3.4oz-66144.jpeg', 'GIORGIO ARMANI  - Emporio Armani Stronger With You Absolutely Eau De Parfum Spray 100ml/3.4oz-31198.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 01:50:25', '2024-01-30 01:50:25'),
(1829, 'Furniture Handle & Knob', 'UMBIxyIES', 5, 'Application\r\nKitchen, Bathroom, Home Office, Living Room, Bedroom, Dining, Hotel, Apartment, Hospital, School\r\nDesign Style\r\nMinimalist\r\nBrand Name\r\nYAKO\r\nModel Number\r\nYFH-015\r\nMaterial\r\nStainless steel\r\nUsage\r\nCabinet, DRAWER, Dresser, Wardrobe\r\nProduct name\r\nstainless steel u shape furniture handle\r\nMaterial\r\nStainless steel 201\r\nFinish\r\nSatin\r\nUsage\r\nCabinet,drawer,dresser,wardrobe\r\nDia.of bar\r\n10/12/14/16/18/20mm\r\nCC size\r\n96/128/160/192/customizedmm\r\nScrew\r\nM4*25mm\r\nPackage\r\none piece in one plastic bag\r\nDelivery time\r\nUsually 10~15 days\r\nSample\r\nAccept', 0.76, NULL, NULL, 1.00, 'Furniture Handle & Knob-70022.jpeg', 'Furniture Handle & Knob-74134.jpeg', 'Furniture Handle & Knob-35450.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 01:52:47', '2024-01-30 01:52:47'),
(1830, 'V7 Studio Grade Handheld Microphone', 'Vx1QEQ2Bv', 12, 'ALL-METAL HOUSING & BEVELED SPRING STEEL GRILLE: -The V7\'s road-ready design is all metal - no plastic parts here. The chassis\' high quality, highly durable zinc alloy is designed to hold up under on-stage stress for years, and the spring steel mesh grille is dent-proof and corrosion-free for perfect reliability. -The beveled edge around the grille prevents your mic from rolling around when you put it down on top of your amp or the stage floor. -The V7\'s gold-plated XLR connector also ensures a loss-free and reliable signal connection for years to come. INTERNAL WINDSCREEN: -Efficiently reduces unwanted wind noise and plosive pops....and just in case you don\'t like our stylish \"sE Red\" color, we\'ve included a spare black windscreen in the box for you. INNOVATIVE, SPECIALIZED ALUMINUM VOICE COIL: -The DMC7 dynamic element in the V7 has been custom-developed for a crisp, open sound that perfectly captures your voice in the most natural way you\'ve ever heard on stage - and its sophisticated supercardioid capsule design helps isolate your voice from other instruments, ensuring vast amounts of gain before feedback. -Proven Neodymium magnets, tight production tolerances & high-end workmanship ensure excellent sensitivity, superior sound quality and superb consistency. PATENTED INTEGRATED SHOCK MOUNT: -The V7\'s brand new, patented shockmount efficiently decouples the capsule from mechanical vibration, providing exceptionally low handling noise as compared to other mics in its class. This means you can feel free to move around on stage without fear of rumbles, pops, or anything other than your voice coming through.', 38.00, NULL, NULL, 89.00, 'V7 Studio Grade Handheld Microphone-35961.jpeg', 'V7 Studio Grade Handheld Microphone-82924.jpeg', 'V7 Studio Grade Handheld Microphone-26039.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-30 01:55:07', '2024-01-30 01:55:07'),
(1831, 'STUHRLING ORIGINAL  Aviator Quartz Black Dial Men\'s Clock', 'AH0nxTqMB', 19, 'Brown alloy case. Fixed brown stainless steel bezel. Black dial with rose gold-tone hands and Roman numeral hour markers. Minute markers around the outer rim. Dial Type: Analog. Quartz movement. Scratch resistant mineral crystal. Round case shape, case size: 350 mm, case thickness: 95 mm. Functions: hour, minute, second. Aviator Series. Casual watch style. Stuhrling Original Aviator Quartz Black Dial Men\'s Clock M15464.', 100.00, NULL, NULL, 125.00, 'STUHRLING ORIGINAL  Aviator Quartz Black Dial Men\'s Clock-25099.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 01:55:16', '2024-01-30 01:55:16'),
(1832, 'Pure copper handle for cabinet &wardrobe&bookcase&drawer..... European style handle / American style handle / Antique handle...', '4JZKvoEZ4', 5, 'Brand	King Guard\r\nName	Pure Copper Handle\r\nModle	TL055\r\nColor	European Gold/Black offee\r\nMaterial	pure copper\r\nUsage Range	Bookcase/wardrobe/cabinet\r\nSize	lengh160mm,pitch-row128mm', 2.70, NULL, NULL, 3.70, 'Pure copper handle for cabinet &wardrobe&bookcase&drawer..... European style handle / American style handle / Antique handle...-39499.jpeg', 'Pure copper handle for cabinet &wardrobe&bookcase&drawer..... European style handle / American style handle / Antique handle...-44508.jpeg', 'Pure copper handle for cabinet &wardrobe&bookcase&drawer..... European style handle / American style handle / Antique handle...-58222.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 01:59:25', '2024-01-30 01:59:25'),
(1833, 'ROLEX  Yacht-Master 18kt Everose Gold Black Dial 40 mm Men\'s Watch', 'st9G4eTMu', 19, '18kt everose gold case with a black oysterflex band. Bi-directional rotating coin edge 18kt everose gold bezel with a black ceramic (count-up elapsed time) top ring. Black dial with luminous everose gold Mercedes-logo and Breguet-style shape hands and doty hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 3 o\'clock position. Rolex calibre 3235 automatic movement', 32950.00, NULL, NULL, 33800.00, 'ROLEX  Yacht-Master 18kt Everose Gold Black Dial 40 mm Men\'s Watch-88766.jpeg', 'ROLEX  Yacht-Master 18kt Everose Gold Black Dial 40 mm Men\'s Watch-73070.jpeg', 'ROLEX  Yacht-Master 18kt Everose Gold Black Dial 40 mm Men\'s Watch-18876.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 02:01:41', '2024-01-30 02:01:41'),
(1834, '925K Silver Octopus Necklace, Ocean Inspired Kraken Pendant for Goth Style and Personalized Jewelry, Cool Statement Piece for Best Friends', 'eiZzXXiWI', 10, 'This 925K Silver Octopus Necklace is an absolute must-have for all the ocean lovers out there! Inspired by the mysterious kraken, this pendant is perfect for those who love goth style and personalized jewelry. Made with high-quality 925K silver, it\'s not only a cool statement piece but also a symbol of strength and power. Whether you wear it yourself or gift it to your best friend, this octopus necklace is a unique and meaningful accessory that will make heads turn. Embrace your love for the ocean and make a stylish statement with this stunning silver octopus necklace!', 62.50, NULL, NULL, 125.00, '925K Silver Octopus Necklace, Ocean Inspired Kraken Pendant for Goth Style and Personalized Jewelry, Cool Statement Piece for Best Friends-26505.jpeg', '925K Silver Octopus Necklace, Ocean Inspired Kraken Pendant for Goth Style and Personalized Jewelry, Cool Statement Piece for Best Friends-43685.jpeg', '925K Silver Octopus Necklace, Ocean Inspired Kraken Pendant for Goth Style and Personalized Jewelry, Cool Statement Piece for Best Friends-23531.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-30 02:02:28', '2024-01-30 02:02:28'),
(1835, 'Translator Device', 'Ld8Dkm6Zm', 10, 'Enhanced Offline Translation: Accurate translations in 16 languages, ideal for travel and remote areas. Rapid Online Translation: Fast and precise translations in 144 languages and accents, with 98% accuracy. High-Definition Screen: A large 3.7-inch HD screen for clear and easy-to-read translations. Long Battery Life: Up to 8 hours of continuous translation with a 1500mAh battery, and quick 1-2 hour recharge time. Customizable Voice Options: Personalize your experience with selectable male and female voice options for different contexts.', 100.00, NULL, NULL, 149.00, 'Translator Device-16116.jpeg', 'Translator Device-98801.jpeg', 'Translator Device-98603.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-30 02:03:04', '2024-01-30 02:03:04'),
(1836, 'ROLEX  Oyster Perpetual Yacht-Master Steel with Platinum Men\'s Watch', 'HrxkXy6QP', 19, 'Silver-tone stainless steel case with a two-tone (silver-tone and white) stainless steel and platinum oyster bracelet. Bi-directional rotating time-lapse white platinum bezel. Grey dial with silver-tone Mercedes-logo, sword, and Breguet-style shape hands and index hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 3 o\'clock position. Rolex Calibre 3135 Automatic', 8490.00, NULL, NULL, 9000.00, 'ROLEX  Oyster Perpetual Yacht-Master Steel with Platinum Men\'s Watch-56799.jpeg', 'ROLEX  Oyster Perpetual Yacht-Master Steel with Platinum Men\'s Watch-17592.jpeg', 'ROLEX  Oyster Perpetual Yacht-Master Steel with Platinum Men\'s Watch-10882.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 02:05:57', '2024-01-30 02:05:57'),
(1837, 'Cabinet Handle', 'SKMGMpjeI', 5, 'Material\r\nBrass Acrylic\r\nOverall Length\r\n\r\n64-224MM(Refer to belowing product dimensions chart)\r\n\r\n64-224MM(Refer to belowing product dimensions chart)\r\nColor\r\nReference the color mode', 1.00, NULL, NULL, 1.63, 'Cabinet Handle-79981.jpeg', 'Cabinet Handle-71993.jpeg', 'Cabinet Handle-50143.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:08:38', '2024-01-30 02:08:38'),
(1838, 'ROLEX  Yacht-Master Grey Dial Men\'s Watch', 'sYBs23luN', 19, 'Pre-owned Silver-tone stainless steel case with a two-tone (silver-tone and white) stainless steel and platinum rolex oyster bracelet. Bi-directional rotating time-lapse white platinum bezel. Grey dial with silver-tone Mercedes-logo, sword, and Breguet-style shape hands and luminous dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and dial markers. Date display at the 3 o\'clock position.', 10795.00, NULL, NULL, 11000.00, 'ROLEX  Yacht-Master Grey Dial Men\'s Watch-43816.jpeg', 'ROLEX  Yacht-Master Grey Dial Men\'s Watch-15049.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 02:11:12', '2024-01-30 02:11:12'),
(1839, 'Caseta Smart Lighting Switch for All Bulb Types or Fans |', 'KCWpscEEl', 12, 'EASY INSTALL: Easily replaces existing switch and installs in as little as 15 minutes; NEUTRAL WIRE REQUIRED\r\nPEACE OF MIND: Set lights to automatically adjust with seasons so your family always comes back to a well-lit home; enable smart away to randomly turn your lights on/off to look like you\'re home even if you\'re away (Caseta Smart Hub, L-BDG2-WH, required)\r\nMOST CONNECTED: Caseta connects with more leading smart home devices - including Amazon Alexa, Apple Home, the Google Assistant, Ring, Serena shades and Sonos - than any other smart lighting control brand (Caseta Smart Hub required)\r\nCONTROL YOUR WAY: Caseta puts the smarts in the switch so you can control your lights a variety of ways - via the free Lutron app, with your voice, or from the wall. Create schedules in the app or activate scenes with a button (Caseta Smart Hub required)\r\nWIRELESS REMOTE CONTROL: For added convenience, use with the wireless Pico remote (PJ2-2B-GXX-L01) to turn your lights on/off with the touch of a button from anywhere in the home\r\nEASY 3-WAY SETUP: Create a new 3-way application by mounting the Pico to almost any wall surface without cutting holes or pulling wire. Replace existing 3-way switches by mounting bracket/Pico over the backbox (Pico remote, PICO-WBX-ADAPT sold separately)\r\nTECHNICAL DETAILS: Works with up to 720-Watts of incandescent/halogen/ELC/MLV, 6A of LED/CFL or 3.6A of ceiling or exhaust fans\r\nINCLUDES: (1) Caseta smart switch; coordinating wall plate sold separately', 38.00, NULL, NULL, 59.00, 'Caseta Smart Lighting Switch for All Bulb Types or Fans |-66124.jpeg', 'Caseta Smart Lighting Switch for All Bulb Types or Fans |-65833.jpeg', 'Caseta Smart Lighting Switch for All Bulb Types or Fans |-51881.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 02:12:55', '2024-01-30 02:12:55'),
(1840, 'ROLEX Yacht-Master 40 Blue Dial Men\'s Watch 126622BLSO', '9pOIAog9v', 19, 'Oystersteel and platinum case with a oystersteel Rolex oyster bracelet. Bi-directional rotating 950 platinum bezel. Blue dial with luminous silver-tone hands and dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 3 o\'clock position. Rolex calibre 3235 automatic movement, based upon Rolex 3035, containing 31 jewels, bitting at 28800 vph', 14500.00, NULL, NULL, 15000.00, 'ROLEX Yacht-Master 40 Blue Dial Men\'s Watch 126622BLSO-42614.jpeg', 'ROLEX Yacht-Master 40 Blue Dial Men\'s Watch 126622BLSO-17017.jpeg', 'ROLEX Yacht-Master 40 Blue Dial Men\'s Watch 126622BLSO-90130.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 02:16:39', '2024-01-30 02:16:39'),
(1841, 'Dagger Oxide Silver Men Necklace,Silver Necklace Men Jewelry, Necklace man, Men Pendant,Sterling Silver Pendant,Gift for Him, Valentine Gift', 'SghNqDYmP', 1, 'This Dagger Oxide Silver Men Necklace is a bold and stylish piece of jewelry that\'s perfect for men who want to make a statement. Made with high-quality sterling silver, this necklace features a sleek dagger pendant that adds a touch of edge to any outfit. Whether you\'re dressing up for a special occasion or want to add some flair to your everyday look, this silver necklace is a perfect choice. It\'s also a great gift for that special guy in your life, especially for Valentine\'s Day. Get ready to rock some serious style with this Dagger Oxide Silver Men Necklace!', 98.25, NULL, NULL, 131.00, 'Dagger Oxide Silver Men Necklace,Silver Necklace Men Jewelry, Necklace man, Men Pendant,Sterling Silver Pendant,Gift for Him, Valentine Gift-71725.jpeg', 'Dagger Oxide Silver Men Necklace,Silver Necklace Men Jewelry, Necklace man, Men Pendant,Sterling Silver Pendant,Gift for Him, Valentine Gift-42277.jpeg', 'Dagger Oxide Silver Men Necklace,Silver Necklace Men Jewelry, Necklace man, Men Pendant,Sterling Silver Pendant,Gift for Him, Valentine Gift-83201.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 02:18:41', '2024-01-30 02:18:41'),
(1842, 'LEEDIS latest design popular furniture handle,high quality decorative handles for furniture', 'KupijMWnz', 19, 'Product name	furniture handles\r\nMaterial	Zinc\r\nUsage	Cabinet, Drawer, Dresser, Wardrobe, cupboard\r\nColor	CP\r\nHole Spacing	128mm,160mm,192mm,224mm \r\nWarranty	In line with the sample\r\nApplication	home ,office , villa ,mall ,warehouse\r\nFunction	push & pull', 1.00, NULL, NULL, 1.47, 'LEEDIS latest design popular furniture handle,high quality decorative handles for furniture-68520.jpeg', 'LEEDIS latest design popular furniture handle,high quality decorative handles for furniture-67923.jpeg', 'LEEDIS latest design popular furniture handle,high quality decorative handles for furniture-93821.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:18:44', '2024-01-30 02:18:44'),
(1843, 'ROLEX  Yacht-Master 40 Black Dial Automatic Men\'s Steel and 18 ct Everose Gold Oyster Watch', 'd9W24fOdE', 19, 'Stainless steel case with a stainless steel Rolex oyster bracelet with 18kt everose gold center links. Bi-directional rotating 18kt everose gold bezel. Black dial with luminous rose gold-tone Mercedes-logo, sword, and Breguet-style shape hands and dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 3 o\'clock position. Rolex calibre 3235 automatic movement', 16650.00, NULL, NULL, 17800.00, 'ROLEX  Yacht-Master 40 Black Dial Automatic Men\'s Steel and 18 ct Everose Gold Oyster Watch-34466.jpeg', 'ROLEX  Yacht-Master 40 Black Dial Automatic Men\'s Steel and 18 ct Everose Gold Oyster Watch-77948.jpeg', 'ROLEX  Yacht-Master 40 Black Dial Automatic Men\'s Steel and 18 ct Everose Gold Oyster Watch-63364.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 02:21:11', '2024-01-30 02:21:11'),
(1844, 'CSK251-S CONSUN Factory Plastic Furniture Cabinet Pulls Handle Drawer Pulls Kitchen Cabinet Door Handle', 'pT3hYP4Qw', 19, 'Product Name\r\nFurniture Cabinet Handle\r\nModel Number\r\nCSK251-S\r\nBrand\r\nCONSUN\r\nColour\r\nBlack, gold, silver\r\nMaterial\r\nSteel\r\nMOQ\r\n400pcs\r\nPacking\r\n1pcs with 2pcs screws/polybag, 400pcs/ctn\r\nSize\r\nCustomized Size\r\nApplication\r\nOffice Furniture Or Home Drawers', 0.30, NULL, NULL, 0.39, 'CSK251-S CONSUN Factory Plastic Furniture Cabinet Pulls Handle Drawer Pulls Kitchen Cabinet Door Handle-69590.jpeg', 'CSK251-S CONSUN Factory Plastic Furniture Cabinet Pulls Handle Drawer Pulls Kitchen Cabinet Door Handle-15960.jpeg', 'CSK251-S CONSUN Factory Plastic Furniture Cabinet Pulls Handle Drawer Pulls Kitchen Cabinet Door Handle-71363.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:22:06', '2024-01-30 02:22:06'),
(1845, 'Bluetooth Speakers with Phone Stand', 'PmqmZ5lqf', 15, '3 In 1 Design: A multifunctional, stylish and cool small object that combines a Bluetooth speaker, clock and mobile phone stand. It adopts streamline and round corner design, beautiful and generous. The rotating bracket greatly enhances the viewing experience, ensuring all angles of usage requirements. Adopt stereophonic sound effect. Lower bass is more mellow, higher pitch is clearer, so you can also experience the ultimate cinema feeling at home. It\'s the perfect gift for yourself and others.\r\nStability and Anti-slip: The speaker adopts all-round anti-slip design, including anti-slip base, anti-slip mat and anti-slip groove, which are effectively covered by anti-slip silica gel, stable and durable. It can adapt to more smooth surfaces or devices such as mobile phones, and provide better protection for them, avoiding unnecessary damage and scratches caused by sliding.\r\n90° Foldable and Adjustable Angle: Let the view choose the angle, not let the angle limit the view. The 90° foldability makes the operation and viewing more free and unrestrained. Enjoy the fun of cooking, video and game at will. The weight of the bracket Bluetooth speaker is less than 380g. It is palm-sized and space saving, making it the perfect companion for outings and trips.\r\nHD LCD Display and Alarm Clock: Equipped with a high definition front LCD digital display screen, the time can still go as usual in the screen-off state after the time is set, saving power and convenient to use. The unique alarm clock function provides warm wake-up service and no worry of missing important meetings or events each day. With the snooze service function, short press any button other than button \"SET\" to get an extra 5 minutes of snooze time. Add more relaxation and warmth to life.\r\nPerfect Gift Choice: Suitable for many scenarios such as cooking in the kitchen, studying, taking a break and relaxing at work. It is the perfect gift choice for fathers, mothers, wives, husbands, lovers, and friends. Also this portable speaker is suitable for a variety of gift occasions, including Mother\'s Day, Father\'s Day, Teacher\'s Day, Graduation Gifts, Christmas, and more. Surprise him with a surprise in advance when the festival or his birthday comes.', 23.98, NULL, NULL, 49.98, 'Bluetooth Speakers with Phone Stand-20726.jpeg', 'Bluetooth Speakers with Phone Stand-20095.jpeg', 'Bluetooth Speakers with Phone Stand-47639.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 02:22:38', '2024-01-30 02:22:38'),
(1846, 'ORNTE modern zinc alloy furniture handles & knobs cabinet handles kitchen furniture handles', 'R2Ufj7Ymm', 5, 'Model NO.\r\nT761\r\nMaterial\r\nHigh quality Zinc alloy / Zamak\r\nColor(Finish)\r\nChrome Plated(CP); Brushed Satin Nickel(BSN)\r\nStyle\r\nModern Simple; Elegant\r\nSpecification\r\nCC160mm, L168xW31xH24mm\r\nInstallation type\r\nScrew mount furniture handle\r\nCertification\r\nSGS test for finishes\r\nTest\r\n48 hours neutral salt spray test, etc.\r\nMOQ\r\n100 pcs. \r\nApplication\r\nLiving Room Bath Room Kitchen Cabinet, Drawer, Closet, Cupboard, Wardrobe, etc.', 1.45, NULL, NULL, 1.55, 'ORNTE modern zinc alloy furniture handles & knobs cabinet handles kitchen furniture handles-89086.jpeg', 'ORNTE modern zinc alloy furniture handles & knobs cabinet handles kitchen furniture handles-90293.jpeg', 'ORNTE modern zinc alloy furniture handles & knobs cabinet handles kitchen furniture handles-15784.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:24:52', '2024-01-30 10:22:34');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1847, 'ROLEX  Yacht Master Automatic Chronometer Black Dial 18kt Yellow Gold Men\'s Watch', 'DlXproNdz', 19, '18kt yellow gold case with a black rubber strap. Bi-directional rotating black ceramic bezel. Black dial with index hour markers. Dial Type: Analog. Date display at the 3 o\'clock position. Rolex Calibre 3235 Automatic movement, based upon Rolex 3035, containing 31 Jewels, bitting at 28800 vph, and has a power reserve of approximately 70 hours. Scratch resistant sapphire crystal. Solid case back. Round case shape', 30750.00, NULL, NULL, 31700.00, 'ROLEX  Yacht Master Automatic Chronometer Black Dial 18kt Yellow Gold Men\'s Watch-38822.jpeg', 'ROLEX  Yacht Master Automatic Chronometer Black Dial 18kt Yellow Gold Men\'s Watch-63315.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 02:26:07', '2024-01-30 02:26:07'),
(1848, 'Ukrainian book \"Anthology of Ukrainian lyrics\" 1903 year. Ivan Franko. Used \"АКОРДИ\". Уложив Іван Франко. 316ст. 1903р. Львів. Б/В. Стан 4/5', 'iqBmGZ5dg', 17, '\"Anthology of Ukrainian Lyrics\" of 1903, written by Ivan Franko, is a real treasure for lovers of Ukrainian literature. This used book \"CHORDS\" has 316 pages and was published in Lviv. Although the condition of the book is rated 4 out of 5, it still reflects the greatness and beauty of the poetry. I am sure that this is a great find for collectors and lovers of Ukrainian culture. I invite you to immerse yourself in the world of Ukrainian poetry with this \"Anthology of Ukrainian Lyrics\"!', 3000.00, NULL, NULL, 3885.99, 'Ukrainian book \"Anthology of Ukrainian lyrics\" 1903 year. Ivan Franko. Used \"АКОРДИ\". Уложив Іван Франко. 316ст. 1903р. Львів. Б/В. Стан 4/5-14743.jpeg', 'Ukrainian book \"Anthology of Ukrainian lyrics\" 1903 year. Ivan Franko. Used \"АКОРДИ\". Уложив Іван Франко. 316ст. 1903р. Львів. Б/В. Стан 4/5-13442.jpeg', 'Ukrainian book \"Anthology of Ukrainian lyrics\" 1903 year. Ivan Franko. Used \"АКОРДИ\". Уложив Іван Франко. 316ст. 1903р. Львів. Б/В. Стан 4/5-62120.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-30 02:27:24', '2024-01-30 02:27:24'),
(1849, 'ROLEX  Yacht-Master 42 mm 18kt White Gold Men\'s Watch', 'pArTUdO7L', 19, '18kt white gold case with a black oysterflex band. Bi-directional rotating 18kt white gold bezel with black cerachrom insert. Black dial with luminous silver-tone Mercedes-logo, sword, and Breguet-style shape hands and dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 3 o\'clock position. Rolex calibre 3235 automatic movement, based upon Rolex 3035', 31000.00, NULL, NULL, 35780.00, 'ROLEX  Yacht-Master 42 mm 18kt White Gold Men\'s Watch-25937.jpeg', 'ROLEX  Yacht-Master 42 mm 18kt White Gold Men\'s Watch-18788.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 02:29:24', '2024-01-30 02:29:24'),
(1850, 'Semi-Automatic PET Bottle Blowing Machine Bottle Making Machine Bottle Moulding Machine', 'f24foBWNa', 5, 'Brand\r\nAKADA\r\nMaterial\r\nZinc Alloy\r\nColor\r\nKSG,CP, BB, MBN.MSN,BK\r\nSize\r\n32,64,96,128,160,192,224,320\r\nMOQ\r\n500 pcs per color per size\r\nPayment Term\r\nT/T,L/C\r\nDelivery\r\n 30-45 days\r\nCertification\r\nISO9001:2008 standard', 0.55, NULL, NULL, 0.69, 'Semi-Automatic PET Bottle Blowing Machine Bottle Making Machine Bottle Moulding Machine-12339.jpeg', 'Semi-Automatic PET Bottle Blowing Machine Bottle Making Machine Bottle Moulding Machine-22786.jpeg', 'Semi-Automatic PET Bottle Blowing Machine Bottle Making Machine Bottle Moulding Machine-86833.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:29:52', '2024-01-30 02:29:52'),
(1851, 'Xbox Special Edition Wireless Gaming Controller', 'tRffvpcmX', 18, 'Shine from the shadows with the Xbox Wireless Controller – Gold Shadow Special Edition, featuring a brilliant gold-to-black metallic finish. Play on console, PC, and mobile. Stay on target with an elegant gold, metallic hybrid D-pad. Hold on to all the action with rubberized, black diamond-pattern side grips and textured grip on the triggers, bumpers, and back-case. Seamlessly capture and share content such as screenshots, recordings, and more with the Share button. Connect using the USB-C port for direct plug and play to console and PC. Support for AA batteries is included on the rear. Get up to 40 hours of battery life. Plug in any compatible headset with the 3.5mm audio jack. Use the Xbox Accessories app to remap buttons and create custom controller profiles for your favorite games. Quickly pair with, play on, and switch between devices including console, PC, and mobile.', 64.94, NULL, NULL, 69.99, 'Xbox Special Edition Wireless Gaming Controller-25793.jpeg', 'Xbox Special Edition Wireless Gaming Controller-24782.jpeg', 'Xbox Special Edition Wireless Gaming Controller-93223.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-30 02:30:27', '2024-01-30 02:30:27'),
(1852, 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels', 'Kljqf5iDb', 18, 'This Heavy Duty Folding Portable Hand Cart is a game-changer when it comes to transporting heavy items. With its sturdy construction and 8\'\' wheels, it can handle just about anything you need to move. Plus, it has a removable canopy to protect your belongings from the elements. Whether you\'re moving boxes, groceries, or gardening supplies, this hand cart is a reliable companion. And the best part? It folds up for easy storage when you\'re not using it. Say goodbye to struggling with heavy loads and hello to convenience with this Heavy Duty Folding Portable Hand Cart!', 89.80, NULL, NULL, 90.71, 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels-38980.jpeg', 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels-87303.jpeg', 'Heavy Duty Folding Portable Hand Cart with Removable Canopy, 8\\\'\\\' Wheels-68354.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 02:34:11', '2024-01-30 02:34:11'),
(1853, '3 in 1 Wireless Charging Station for Apple', 'SIX6FLKfZ', 19, '✅𝐀𝐝𝐣𝐮𝐬𝐭𝐚𝐛𝐥𝐞 𝐌𝐚𝐠-𝐒𝐚𝐟𝐞 𝐂𝐡𝐚𝐫𝐠𝐞𝐫 𝐒𝐭𝐚𝐧𝐝 - Snap and Go! Powerful magnetic alignment brings the accurate sweet point and seamless charging to iPhone and iWatch without device drops! 40° adjustable viewing and 360° vertical or horizontal charging make watching videos and checking the information received ever so handy.\r\n✅𝐄𝐱𝐜𝐞𝐥𝐥𝐞𝐧𝐭 𝐂𝐨𝐦𝐩𝐚𝐭𝐢𝐛𝐢𝐥𝐢𝐭𝐲 - Bye-Bye to the tangled adapters and cables! Hevanto 3 in 1 charging station for apple is compatible with iPhone 12-15 Series(iPhone 8-11 with Magsafe case) Apple Watch series and AirPods Pro/3/2(wireless charging case) at the same time. The must-have mag-safe charger stand for you to simplify your lives.\r\n✅𝐖𝐢𝐫𝐞𝐥𝐞𝐬𝐬 𝐅𝐚𝐬𝐭 𝐂𝐡𝐚𝐫𝐠𝐢𝐧𝐠 - The PD/QC 20W adapter improves charging by 50% over the 10W adapters. High power chipset smartly distributes ultimate charging solutions to fully charge your iPhone, iwatch and airpods in 2-3 hours. Just put your multiple apple devices on Hevanto mag-safe charger stand to enjoy the true wireless fast charging!\r\n✅𝐄𝐯𝐞𝐫𝐲 𝐂𝐡𝐚𝐫𝐠𝐢𝐧𝐠 𝐢𝐬 𝐚𝐭 𝐄𝐚𝐬𝐞 - Hevanto wireless charging station adopts single poly-coil to replace dual coil for reducing device heating by 40%, More efficient and safer. Professional circuit design and FCC over-current, temperature control, radiation shielding and foreign object detection reduce battery damage by 50% (based on lab data)\r\n✅𝐌𝐞𝐭𝐚𝐥 𝐒𝐭𝐚𝐧𝐝 𝐰𝐢𝐭𝐡 𝐒𝐥𝐞𝐞𝐩-𝐟𝐫𝐢𝐞𝐧𝐝𝐥𝐲 𝐈𝐧𝐝𝐢𝐜𝐚𝐭𝐨𝐫𝐬 - Farewell those flimsy plastic magsafe charger stands, Hevanto mag-safe charger stand keeps sturdy, stylish and skin-friendly all in one! The optimized weight and non-slip U-pad make this 3 in 1 charging station for apple more stable. The gentle indicators reject the dazzling show for a good night\'s sleep!', 31.99, NULL, NULL, 39.99, '3 in 1 Wireless Charging Station for Apple-75653.jpeg', '3 in 1 Wireless Charging Station for Apple-91346.jpeg', '3 in 1 Wireless Charging Station for Apple-34923.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-30 02:37:50', '2024-01-30 02:37:50'),
(1854, 'JAEGER LECOULTRE Atmos du Millenaire Transparente Clock Watch', '33JD3dGef', 19, 'Glass case. Fixed bezel. Mother-of-pearl dial with blue-toned hands and 10 diamond hour markers. Dial Type: Analog. Jaeger LeCoultre Calibre JLC 565L hand wind movement. Scratch resistant sapphire crystal. Rectangle case shape, case size: 245 mm x 185 mm, case thickness: 140.0 mm. Functions: year, month, hour, minute. Additional Info: jaeger lecoultre calibre JLC 565L wound by changes of air pressure. Atmos Du Millenaire', 62580.00, NULL, NULL, 70074.00, 'JAEGER LECOULTRE Atmos du Millenaire Transparente Clock Watch-69438.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 02:39:15', '2024-01-30 02:39:15'),
(1855, 'Ivl hpl basswood popular birch pine laminated veneer commercial plywood sheet for Russian Vietnam', 'UVNFydAwx', 5, 'Product Name\r\nCommercial plywood\r\nFace/Back\r\nBintangor/Okoume/Birch/White recon/Red recon/Pencil cedar/Pine/Poplar，as your request\r\nCore\r\nPoplar, Hardwood Combi, Birch, eucalyptus, pine，as your requirement.\r\nGlue\r\nWBP/MR/EO/E1/E2\r\nThickness\r\n2mm--25mm\r\nThickness Tolerance\r\n+/- 0.5mm\r\nSize\r\n1220mm*2440mm/1220*2500mm or as your request\r\nGrade\r\nBB/BB, BB/CC, CC/CC, etc\r\nMoisture Content\r\n8-12%\r\nPackage\r\nStandard export package on pallet\r\nMOQ\r\n1*20GP\r\nPrice Terms\r\nFOB, CIF,EXW\r\nSupply Capacity\r\n5000CBM/month\r\nCertification\r\nCE ISO9001', 3.00, NULL, NULL, 3.70, 'Ivl hpl basswood popular birch pine laminated veneer commercial plywood sheet for Russian Vietnam-81446.jpeg', 'Ivl hpl basswood popular birch pine laminated veneer commercial plywood sheet for Russian Vietnam-91337.jpeg', 'Ivl hpl basswood popular birch pine laminated veneer commercial plywood sheet for Russian Vietnam-12786.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:39:28', '2024-01-30 02:39:28'),
(1856, 'Garden Tools for Women 20 Piece Heavy Duty Stainless Steel Gardening Tools Garde', '5F2FceosH', 17, 'I\'ve got the perfect set of garden tools for you. This 20 Piece Heavy Duty Stainless Steel Gardening Tools set is specifically designed for women. It includes everything you need to tackle any gardening task. The stainless steel construction ensures durability and the ergonomic design provides comfort during use. From digging to pruning, this set has got you covered. So get ready to unleash your green thumb and create a beautiful garden with these amazing tools!', 42.75, NULL, NULL, 43.18, 'Garden Tools for Women 20 Piece Heavy Duty Stainless Steel Gardening Tools Garde-50436.jpeg', 'Garden Tools for Women 20 Piece Heavy Duty Stainless Steel Gardening Tools Garde-63002.jpeg', 'Garden Tools for Women 20 Piece Heavy Duty Stainless Steel Gardening Tools Garde-61574.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 02:42:20', '2024-01-30 02:42:20'),
(1857, 'Okoume Plywoo', 'IpGV50T8o', 19, 'Design Style\r\nModern\r\nUsage\r\nIndoor\r\nPlace of Origin\r\nViet Nam\r\nBrand Name\r\nLOTUS\r\nGlue\r\nE0\r\nVeneer Board Surface Finishing\r\nDouble-Sided Decoration\r\nType\r\nPlywood', 200.00, NULL, NULL, 240.00, 'Okoume Plywoo-16642.jpeg', 'Okoume Plywoo-58332.jpeg', 'Okoume Plywoo-96510.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:45:22', '2024-01-30 02:45:22'),
(1858, 'JAEGER LECOULTRE Atmos Marqueterie Paille Clock', 'eM2TwZgfn', 19, 'Wood case. Fixed bezel. with baguette hands. Dial Type: Analog. Jaeger LeCoultre Calibre JLC 582 automatic movement. Case size: 321 mm x 257 mm. Case thickness: 171 mm. Rectangle case shape. Functions: hour, month, minute, moon phase. Luxury watch style. Item Variations: Q5556302, 5556302, 555.63.02, Q555.63.02. Jaeger Lecoultre Atmos Marqueterie Paille Clock Q5556302.', 103320.00, NULL, NULL, 114347.00, 'JAEGER LECOULTRE Atmos Marqueterie Paille Clock-68196.jpeg', 'JAEGER LECOULTRE Atmos Marqueterie Paille Clock-23674.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 02:45:37', '2024-01-30 02:45:37'),
(1859, 'Portable Gourd Scale', 'P25pjaLhB', 18, 'Portable and Lightweight :Weighing only 50kg, this electronic scale is easy to carry around and perfect for on-the-go use.\r\n\r\n• Backlight Display :The backlight display makes it easy to read the weight, even in low-light conditions.\r\n\r\n• Accurate Measurement :With a high level of accuracy, this scale ensures precise measurement of vegetables and other items.\r\n\r\n• Medical/Personal Use :This scale is versatile and can be used for both medical and personal purposes, making it a great investment.', 3.60, NULL, NULL, 8.90, 'Portable Gourd Scale-81218.jpeg', 'Portable Gourd Scale-48398.jpeg', 'Portable Gourd Scale-71852.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-30 02:46:10', '2024-01-30 02:46:10'),
(1860, 'Wheelbarrow Utility Cart Electric Powered Cart 48V28Ah, 500W, Capacity 500lbs', 'BIXzsZc7m', 13, 'This electric powered cart is a game-changer when it comes to heavy-duty hauling. With a powerful 48V28Ah battery and a 500W motor, it can handle up to 500lbs of weight with ease. Whether you\'re moving heavy loads in your garden or on a construction site, this cart has got your back. It\'s convenient, efficient, and designed to make your life easier. Say goodbye to manual labor and hello to the power of this electric utility cart!', 873.69, NULL, NULL, 882.52, 'Wheelbarrow Utility Cart Electric Powered Cart 48V28Ah, 500W, Capacity 500lbs-11348.jpeg', 'Wheelbarrow Utility Cart Electric Powered Cart 48V28Ah, 500W, Capacity 500lbs-59578.jpeg', 'Wheelbarrow Utility Cart Electric Powered Cart 48V28Ah, 500W, Capacity 500lbs-74655.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 02:47:43', '2024-01-30 02:47:43'),
(1861, 'JAEGER LECOULTRE Atmos Marqueterie Portrait D A. Bloch Wood Clock', 'V7lM60NgZ', 19, 'Wood and glass case. Fixed bezel. Skeleton dial with 16 diamonds and 1 ruby hour markers. Dial Type: Analog. Jaeger LeCoultre Calibre 582 automatic movement. Rectangle case shape. Functions: moonphase, month, hour, minute. Clock watch style. Watch label: Swiss Made. Item Variations: Q5543301, 5543301, 554.33.01, Q554.33.01. Jaeger LeCoultre Atmos Marqueterie Portrait D A. Bloch Wood Clock Q5543301.', 172200.00, NULL, NULL, 205000.00, 'JAEGER LECOULTRE Atmos Marqueterie Portrait D A. Bloch Wood Clock-23658.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 02:52:33', '2024-01-30 02:52:33'),
(1862, 'Crevice Sidewalk Weeder Moss Brick Weed Cleaning Tool Weed Brush Yard Lawn Weede', 'BOxU6YvuT', 18, 'The Crevice Sidewalk Weeder is a fantastic tool for cleaning those hard-to-reach areas like moss, brick, and weeds in your yard and garden. Its specialized design allows you to easily remove unwanted growth from tight spaces, making your outdoor space look neat and tidy. Whether you\'re dealing with weeds on your sidewalk, between bricks, or in the crevices of your lawn, this weeder will get the job done efficiently. Say goodbye to those stubborn weeds and hello to a pristine yard with the Crevice Sidewalk Weeder!', 50.33, NULL, NULL, 67.55, 'Crevice Sidewalk Weeder Moss Brick Weed Cleaning Tool Weed Brush Yard Lawn Weede-12390.jpeg', 'Crevice Sidewalk Weeder Moss Brick Weed Cleaning Tool Weed Brush Yard Lawn Weede-48440.jpeg', 'Crevice Sidewalk Weeder Moss Brick Weed Cleaning Tool Weed Brush Yard Lawn Weede-71616.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 02:53:22', '2024-01-30 02:53:22'),
(1863, '3mm 4mm 5mm 15mm  12mm  18mm birch wood', '73XnYG1q4', 19, 'Tickness:\r\n4MM/6MM/6.5MM/8MM/9MM/12MM/15MM/18MM/21MM/24MM/25MM/28MM/30MM/40MM\r\nSize:\r\n1220*2440mm/1250*2500mm/1200*2250mm/1200*2500mm\r\nCore:\r\nBirch\r\nGlue:\r\nE0 interior/phenolic WBP\r\nFace Veneer:\r\nImport Veneer From Europe\r\nCore Veneer:\r\nBirch Veneer Or Logs from Europe\r\nGrade:\r\nB/BB,S/BB,BB/BB,BB/CP,CP/C\r\nMC:\r\n8-12%', 11.00, NULL, NULL, 20.00, '3mm 4mm 5mm 15mm  12mm  18mm birch wood-44117.jpeg', '3mm 4mm 5mm 15mm  12mm  18mm birch wood-57453.jpeg', '3mm 4mm 5mm 15mm  12mm  18mm birch wood-35749.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:55:58', '2024-01-30 02:55:58'),
(1864, 'BURBERRY  Men\'s Black Bib-Front Technical Overalls, Brand Size 48 (US Size 38)', 'FOqvZI2su', 19, 'Burberry Men\'s Set. Fashion category: Jumpsuits & Rompers. SKU: 4568270. Color: Black. Burberry Men\'s Black Bib-Front Technical Overalls. The Leather-Strap Overalls are crafted from a technical fabrication in a close weave, featuring adjustable buckle-fastening leather shoulder straps, side slip pockets and side button-fastening closure.', 690.00, NULL, NULL, 1138.00, 'BURBERRY  Men\'s Black Bib-Front Technical Overalls, Brand Size 48 (US Size 38)-49750.jpeg', 'BURBERRY  Men\'s Black Bib-Front Technical Overalls, Brand Size 48 (US Size 38)-62146.jpeg', 'BURBERRY  Men\'s Black Bib-Front Technical Overalls, Brand Size 48 (US Size 38)-47821.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 02:56:55', '2024-01-30 02:56:55'),
(1865, '34F Brush Cutter Gr Tmer Clutch Garden Chainsaw Repair Part RepmentGarden Tools', '9TxanMaRe', 19, 'This replacement part is perfect for fixing up your garden tools. It\'s designed to fit the 34F Brush Cutter Trimmer and provides a reliable and efficient clutch mechanism. With this repair part, you can get your chainsaw back in action and tackle those tough garden tasks with ease. Say goodbye to downtime and hello to a fully functional garden tool!', 54.16, NULL, NULL, 64.15, '34F Brush Cutter Gr Tmer Clutch Garden Chainsaw Repair Part RepmentGarden Tools-22749.jpeg', '34F Brush Cutter Gr Tmer Clutch Garden Chainsaw Repair Part RepmentGarden Tools-99607.jpeg', '34F Brush Cutter Gr Tmer Clutch Garden Chainsaw Repair Part RepmentGarden Tools-68728.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 02:58:06', '2024-01-30 02:58:06'),
(1866, 'Competitive price 9mm 12mm 15mm 18mm 21mm film faced plywood for construction', 'TvrTfFhQl', 19, 'Brand\r\nCONSMOS\r\nSize\r\n1220x2440mm, 1250x2500mm or custom\r\nThickness\r\n9-25mm\r\nCore\r\nCombi core, poplar core, eucalyptus core, birch core etc.\r\nDensity\r\n550-700 kg/m3 (+/- 50 kg)\r\nGlue\r\nMR, Melamine, WBP\r\nThickness tolerance\r\n+/-0.5mm\r\nMoisture Content\r\n10% (+/- 2%)\r\nModulus of rupture\r\n≥30Mpa\r\nModulus of Elasticity\r\n≥6000Mpa\r\nCertification\r\nCE ISO9001 FSC CARB\r\nUsages\r\nConstruction', 6.00, NULL, NULL, 8.00, 'Competitive price 9mm 12mm 15mm 18mm 21mm film faced plywood for construction-72858.jpeg', 'Competitive price 9mm 12mm 15mm 18mm 21mm film faced plywood for construction-64949.jpeg', 'Competitive price 9mm 12mm 15mm 18mm 21mm film faced plywood for construction-93897.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 02:59:11', '2024-01-30 02:59:11'),
(1867, 'BURBERRY  Men\'s Bubblegum Pink Jersey Shorts, Size Large', 'KnmWKbseM', 19, 'Burberry Men\'s Bottoms. Fashion category: Shorts. SKU: 8042909. Color: Bubblegum Pink. Burberry Men\'s Bubblegum Pink Jersey Shorts. Burberry jersey shorts featuring an elasticated waistband, two slotted pockets on the sides, back pockets with a leaf and a length above the knee.', 288.00, NULL, NULL, 578.00, 'BURBERRY  Men\'s Bubblegum Pink Jersey Shorts, Size Large-98432.jpeg', 'BURBERRY  Men\'s Bubblegum Pink Jersey Shorts, Size Large-38401.jpeg', 'BURBERRY  Men\'s Bubblegum Pink Jersey Shorts, Size Large-14375.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 03:02:29', '2024-01-30 03:02:29'),
(1868, 'Outdoor Bluetooth Speaker With Flame Atmosphere', 'OC9tujVGS', 16, 'Outdoor Bluetooth Speaker With Flame Atmosphere, Electronics Gifts For Men, Women, Cool Gadgets For Porch Garden Parties, Bt5.0, 5W Stereo Sound, Wireless Speaker With Led Torch Light\r\n\r\nItem Condition: New\r\n\r\nModel: -A1\r\n\r\nColor: Yellow Light\r\n\r\nProduct Dimension: 7.4 X 4.7 X 4.7\r\n\r\nProduct Information\r\n\r\nNew 5 In 1 Multi-Use: The Wireless Led Speaker Is Not Only A Speaker But Also A Retro Outdoor Lantern, Camping Light, Mood Lighting, And Night Light! Upgraded 96 Led Torch Flicker Gorgeous Dancing Flames, A Perfect Substitute For Real Flames. A Decorative Ambiance And A Nice Addition To Your Outside Activities. While Enjoying Songs, It Adds A Very Romantic And Inviting Atmosphere To Your Ambient. Practical And Unique Gifts For Men Who Have Everything. Long Battery Playtime Speakers: Ip65 Water-Resistant Protection Safeguards', 40.75, NULL, NULL, 73.99, 'Outdoor Bluetooth Speaker With Flame Atmosphere-18120.jpeg', 'Outdoor Bluetooth Speaker With Flame Atmosphere-53586.jpeg', 'Outdoor Bluetooth Speaker With Flame Atmosphere-87364.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 03:05:49', '2024-01-30 03:05:49'),
(1869, 'Birch Plywood, UV birch  for Furniture', 'o0LySJvSz', 19, 'Face: white birch\r\nCore: poplar, eucalyptus, or combination of poplar and hardwood\r\nGlue: melamine, phenolic, or urea-formaldehyde\r\nFormaldehyde emission standard; E1\r\nSize: 1220x2440mm\r\nThickness: 2.0mm to 25mm\r\nThickness tolerance: +/-0.3mm for 9mm to 12mm, +/-0.5mm for 12mm to 18mm, +/-0.7mm for 21mm to 25mm\r\nHot press time: one or two times for different grade plywood\r\nSanding process: face and back sanding process\r\nMoisture:8%-14%\r\nDensity:530kgs/m3 to 600kgs/m3\r\nUsage: Cabinet and other furniture making\r\nAdvantage:\r\n1. Have my own factory with more than 18 years production history\r\n2. More than 9 years exporting experience\r\n3. High quality, competitive price, and excellent service\r\n \r\nName	Birch Plywood, UV birch  for Furniture\r\nBrand Name	E-KINGTOP Wood\r\nFace/back 	Birch Veneer /UV Birch ,bleach poplar, okoume, bintangor,\r\nRadiate pine,sapele, pencil cedar, white engineer veneer etc\r\nCore	Poplar, combi, eucalyptus, birch\r\nThickness	3mm---20mm\r\nSize	1220X2440mm(4\'x8\'), 915x1830mm(3\'x6\')\r\nGlue	Carb P2/E0,E1,E2\r\nGrade:	AA/AA, AA/BB, BB/BB, BB/CC, CC/CC,C/D,D/E GRADE\r\nFormaldehyde emission:	CARB P2,E0, E1,E2,WBP\r\nTolerance Thickness 	+/-0.5mm for 9-25mm\r\n+/-0.3mm for 3-6mm\r\nMoisture:	<12%\r\nCertification:	ISO9001 ,CE ,CARB \r\nModeling: 	2 times\r\nPacking:	Standard export pallet packing\r\nUsage:	Making for furniture,cabinets, interior decoration , toy, laser mould etc.\r\nQTY FOR CONTAINER	20FT:8Pallet/21M3\r\n40GP:16Pallet/42M3  \r\n40HQ:18Pallet/54M3\r\nDelivery time 	Within 10-15 days after we received your deposit\r\nSupply Capacity: 	1X40\'HQ', 3.00, NULL, NULL, 4.00, 'Birch Plywood, UV birch  for Furniture-29909.jpeg', 'Birch Plywood, UV birch  for Furniture-16070.jpeg', 'Birch Plywood, UV birch  for Furniture-99038.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 03:11:04', '2024-01-30 03:11:04'),
(1870, 'GUERLAIN  - Terracotta Mineral Flawless Bronzing Powder - # 03 Dark 3g/0.1oz', 'ZIa3pdLFt', 19, 'Sheer, soft bronzing powder makeup. Easily & smoothly glides onto skin. Gives your face a natural sun-kissed look. Leaves an flawless, brilliant finish. Packed in a portable case with a mini professional Kabuki brush.', 24.00, NULL, NULL, 57.00, 'GUERLAIN  - Terracotta Mineral Flawless Bronzing Powder - # 03 Dark 3g/0.1oz-17371.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 03:12:14', '2024-01-30 03:12:14'),
(1871, 'PFM Falcon Packaging Machine', 'xQoMEvoxm', 4, 'Beautiful PFM Falcon horizontal flow machine. 3 Phase, 60 Hz, 220 Volts, 30 Amps. Left to Right hand machine. Personnel guarding. Adjustable height. It provides a powerful and cost-effective way to speed workflow and improve productivity.', 10000.00, NULL, NULL, 22918.00, 'PFM Falcon Packaging Machine-48027.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 03:12:43', '2024-01-30 03:12:43'),
(1872, '2 2 inch Flush Mount Black Plastic Body and Sheet Metal Hole Plug 10,', '4AHLXlHRi', 18, '2 2 inch Flush Mount Black Plastic Body and Sheet Metal Hole Plug 10,\r\n\r\nProduct Details\r\n\r\nBlack plug for filling 2\" holes in sheet metal Each package contains 10 plastic plugs for use in sheet metal up to .080 or eighty thousandth of an inch thick or 2mm 10 plugs made of plastic. 2? actual measurement not trade sizes no t trade sizes\r\n\r\n2\" plugs 10 in a pack for use in sheet metal like in auto body or refrigeration. these are for 2 inch holes these are to fill a 2\"inch diameter hole if the hole is out of round or you are using for a thicker material you will need to seal the plug into place with silicone or some other sort of sealant. these are finishing plugs made to cover a hole. These plugs are made of plastic and DO NOT contain any metal. The size of these plugs are for a cleanly drilled hole measuring 2.00? the measurements are actual measurements NOT trade sizes. If your hole is oversized at all you will need to seal the plugs to hold them in place.', 18.41, NULL, NULL, 19.69, '2 2 inch Flush Mount Black Plastic Body and Sheet Metal Hole Plug 10,-36468.jpeg', '2 2 inch Flush Mount Black Plastic Body and Sheet Metal Hole Plug 10,-83407.jpeg', '2 2 inch Flush Mount Black Plastic Body and Sheet Metal Hole Plug 10,-90747.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 03:13:47', '2024-01-30 03:13:47'),
(1873, 'GUERLAIN  Ladies Parure Gold Skin Matte Foundation SPF15 1.1 oz # 2N Neutral Makeup', 'us4GEL2oB', 19, 'A no-transfer high perfection foundation for 24 hours care & wear. Boasting an ultra-sensory texture with 85% rejuvenating skincare-based formula. Offers a luminous matte effect with a velvety feel. Contains a hint of pure 24-karat gold associated with white peony extracts. Shields skin against damaging UV rays with SPF 15. Instantly offers an exceptional complexion & more beautiful & luminous skin day after day.', 40.00, NULL, NULL, 56.00, 'GUERLAIN  Ladies Parure Gold Skin Matte Foundation SPF15 1.1 oz # 2N Neutral Makeup-54039.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 03:16:05', '2024-01-30 03:16:05'),
(1874, 'Bass wood 1.5mm birch plywood for furniture construction', 'Sl0YPTb65', 19, 'Size\r\n1220*2440mm(4\'*8\'),900*2100mm ,1250*2500mm or upon request\r\nThickness\r\n9mm ,12mm ,15mm,18mm ,21mm ,24mm or upon request\r\nThickness Tolerance\r\n+/-0.5mm\r\nFace/Back\r\nDynea dark brown film,black film,brown film,Anti Slip film ,plastic film\r\nCore Board\r\nPoplar, Eucalyptus, Combi, Birch or upon request\r\nGlue\r\nPhenolic ,WBP,MR\r\nGrade\r\nOne Time Hot press / Two Time hot press / Finger-Joint\r\nFeatures\r\n1.Transference to concrete is set up very easily\r\n2.Waterproof, Wear-resistant, anti-cracking\r\n3.Environmentally friendly\r\nService\r\nStrict Quality Control System, One to one order following service', 7.90, NULL, NULL, 8.90, 'Bass wood 1.5mm birch plywood for furniture construction-10239.jpeg', 'Bass wood 1.5mm birch plywood for furniture construction-79126.jpeg', 'Bass wood 1.5mm birch plywood for furniture construction-83677.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 03:17:01', '2024-01-30 03:17:01'),
(1875, 'Bluetooth Car Stereo CD Player', 'KvL0aW3gr', 16, 'Dual XDM280BT 1-DIN Bluetooth Car Stereo CD Player Receiver\r\n\r\ncondition: New\r\n\r\nMPN: XDM280BT\r\n\r\nUnit Size: 1 DIN\r\n\r\nFeatures: \"Steering Wheel Control\", \"Remote Control\", \"USB Input\", \"Satellite Radio Ready\", \"Memory Card Input\", \"HD Radio Ready\", \"Equalizer\", \"Detachable Face\", \"Auxiliary Input\", \"Bluetooth Ready', 50.49, NULL, NULL, 89.99, 'Bluetooth Car Stereo CD Player-37026.jpeg', 'Bluetooth Car Stereo CD Player-83862.jpeg', 'Bluetooth Car Stereo CD Player-52343.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-01-30 03:20:28', '2024-01-30 03:20:28'),
(1876, 'Hand Garden Rake Black Slivler', 'UL1i3Mcgv', 19, 'The Hand Garden Rake in black and silver is a must-have tool for any gardening enthusiast. This rake is perfect for leveling soil, removing debris, and tidying up your garden beds. Its compact size makes it easy to maneuver in tight spaces, and the black and silver design adds a sleek touch to your gardening arsenal. Get ready to rake in the compliments on your beautiful garden with this handy tool!', 31.10, NULL, NULL, 31.41, 'Hand Garden Rake Black Slivler-29218.jpeg', 'Hand Garden Rake Black Slivler-18036.jpeg', 'Hand Garden Rake Black Slivler-84361.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 03:20:40', '2024-01-30 03:20:40'),
(1877, 'GUERLAIN  - KissKiss Shaping Cream Lip Colour - # 369 Rosy Boop 3.5g/0.12oz', 'gd8j2iKmW', 19, 'A plumping & smoothing lipstick. Features an ultra-comfortable creamy texture. Enriched with hydrating mango butter & hyaluronic acid spheres to plump lips. Offers balanced shade & radiance. Creates a full, soft, smooth & glamorous pout.', 21.99, NULL, NULL, 29.00, 'GUERLAIN  - KissKiss Shaping Cream Lip Colour - # 369 Rosy Boop 3.5g/0.12oz-81913.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 03:22:41', '2024-01-30 03:22:41'),
(1878, 'Film Faced Plywood', 'ozQl73iqa', 5, 'item\r\nFilm Faced Plywood\r\nStandard size\r\n1220x2440\r\nThickness\r\n9-12-18-25mm\r\nColor\r\n30+ colors\r\nApplication\r\nUse in wooden door, industrial floor, kitchen furniture\r\nDesign Style\r\nModern\r\nUsage\r\nIndoor\r\nGrade\r\nFIRST-CLASS\r\nVeneer Board Surface Finishing\r\nDouble-Sided Decoration\r\nVeneer Board Surface Material\r\nLaminate Plywood', 25.00, NULL, NULL, 30.00, 'Film Faced Plywood-42973.jpeg', 'Film Faced Plywood-96153.jpeg', 'Film Faced Plywood-54705.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-30 03:23:06', '2024-01-30 03:23:06'),
(1879, 'GUERLAIN  / Lor Pure Radiance Concentrate W / Pure Gold Make Up Base 1.0 oz', 'FFDMg2gZk', 19, 'Radiance concentrate with pure gold makeup base. Guerlain L\'Or is an embellishing makeup base sprinkled with pure 24-carat gold flakes. Like the most luxurious jewelry pieces, the precious flakes were crafted into ultra-sparkling and ultra-reflective particles, then dispersed in a hydrating smoothing gel. The complexion is beautified. It glows with divine and unfailing radiance. Skin is smooth.', 43.00, NULL, NULL, 59.00, 'GUERLAIN  / Lor Pure Radiance Concentrate W / Pure Gold Make Up Base 1.0 oz-65144.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 03:25:38', '2024-01-30 03:25:38'),
(1880, 'Bluetooth Party Speaker', '76jGBNyUx', 12, 'Get the party started with our Portable 15?Party Speaker. Connect to other Naxa Bluetooth devices allowing you to sync speakers up to 33 feet from each other without any wires. With Great sound, Built-in lighting effects, and an easy setup, you are sure to get the most out of your experience with this product.\r\n\r\n15? Full-frequency speakers pump out room-filling, high-quality audio with ease Bluetooth functionality allows you to wirelessly stream all your favorite music content from Bluetooth-enabled devices in high-quality audio Connect to other Naxa NDS-1251 True Wireless Speakers (TWS) allowing you to sync speakers up to 33 feet from each other without any wires Start the party off right with the Circular Multi-Color Disco Light Release your inner rockstar with friends and family thanks to the included wired microphone User-friendly operator experience thanks to the clear LED display; Enjoy media from removable storage devices, such as USB flash drives, MicroSD cards, and TF cards via the USB input and MicroSD card slot Manually connect to external media devices via the 3.5mm auxiliary input Take full control of your speaker thanks to the included 5 master control knobs; Tune in to all of your favorite local radio stations thanks to the FM tuner Included stand allows you to lift up the speaker and project sound to the entire room; Built-in trolley and wheels allow you to move the speaker anywhere easily Accessories included: Wired microphone, Remote control, UL Power adapter, Stand User manual', 120.72, NULL, NULL, 245.96, 'Bluetooth Party Speaker-82748.jpeg', 'Bluetooth Party Speaker-65986.jpeg', 'Bluetooth Party Speaker-35654.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-01-30 03:25:53', '2024-01-30 03:25:53'),
(1881, 'Melamine plywood', 'VjCgvKRHv', 19, 'Advantage\r\nUniform material quality, dense lamellar structure, the surface flat and smooth, not easy to deformation, stable performance, the\r\nedge light and smooth, not easy to collapse edge and layered, non-toxic, tasteless, non-radiation and good air permeability. Good\r\nthermal insulation performance, not aging and strong adhesion.\r\nMaterial\r\nPolar, pine or hardwood\r\n\r\nSpecifications\r\nWidth*length: 1220*2440mm, 1830*2440mm, 1250*2465mm, or customized\r\nThickness: 2-30mm\r\n\r\nTechnology parameters\r\nDensity: 500-920kg/m3\r\nMoisture: 4-8%\r\nWater absorption rate: ≤10%\r\nModulus of elasticity: >3700Mpa\r\nTolerance: length/width: +/-2mm\r\nTolerance: Thickness: +/-0.2mm\r\nFormaldehyde Release\r\nE0, E1, E2\r\nCertificate\r\nISO9001, CARB\r\nPrice term\r\nFOB Qingdao or CFR (CNF)/CIF at your port\r\nPayment term\r\n30%T/T in advance, balance against copy of B/L, or irrevocable L/C at sight\r\n\r\nPackage\r\nInner packing: Inside pallet is wrapped with a 0.2mm plastic bag\r\nOuter packing: Pallets are covered with fiber board /cardboard and then steel tape for strength\r\nUsage\r\nfurniture (door, bed. etc), laminate flooring, decorative materials, packing, etc', 10.50, NULL, NULL, 12.50, 'Melamine plywood-92008.jpeg', 'Melamine plywood-23782.jpeg', 'Melamine plywood-31810.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 03:29:52', '2024-01-30 03:29:52'),
(1882, 'MONTBLANC  Solitaire Royal Black Diamond Ballpoint Pen', '9f1121Wie', 19, 'Montblanc Ballpoint Pens. Limited Edition SKU: 35784. White Or Au 750 - 18 Karat 54.800 G. Type Of Stone : Diamond. Number Of Stones : 7. Cut : Round. Color : G White. Clarity : Very Very Small Inclus. 2. Carat : 0.060 Ct. Type Of Stone : Diamond. Number Of Stones : 3074. Cut : Round. Color : G White. Clarity : Very Very Small Inclus. 2. Carat : 12.700 Ct', 88900.00, NULL, NULL, 142536.00, 'MONTBLANC  Solitaire Royal Black Diamond Ballpoint Pen-70453.jpeg', 'MONTBLANC  Solitaire Royal Black Diamond Ballpoint Pen-71629.jpeg', 'MONTBLANC  Solitaire Royal Black Diamond Ballpoint Pen-92929.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-30 03:31:15', '2024-01-30 03:31:15'),
(1883, 'MONTBLANC  Meisterstuck Black Ballpoint Pen 164 Item No. 10883', 'BqXqZ3z5L', 19, 'Ballpoint pen with twist mechanism. Medium point. Gold-plated rings and clip. Barrel and cap of black precious resin. Black resin cap with white Montblanc star. Embossed Montblanc lettering. Also known as Montblanc 10883.', 399.00, NULL, NULL, 420.00, 'MONTBLANC  Meisterstuck Black Ballpoint Pen 164 Item No. 10883-63634.jpeg', 'MONTBLANC  Meisterstuck Black Ballpoint Pen 164 Item No. 10883-32061.jpeg', 'MONTBLANC  Meisterstuck Black Ballpoint Pen 164 Item No. 10883-82943.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-30 03:35:07', '2024-01-30 03:35:07'),
(1884, 'Wireless Party Speakers', 'c2E3gFwxa', 17, 'Wireless Party Speakers with Disco Lights. Connect to other Naxa Bluetooth devices allowing you to sync speakers up to 33 feet from each other without any wires. With Great sound, Built-in lighting effects, and an easy setup, you are sure to get the most out of your experience with this product.\r\n\r\nWirelessly stream all of your favorite media content via Bluetooth Connect to other Naxa NDS-8502 True Wireless Speakers (TWS) allowing you to sync speakers up to 33 feet from each other without any wires LED (Red) Display make for an easy-to-use user experience Release your inner rockstar with friends and family thanks to the included wired microphone Start the party off right with the Disco Light Two 8? full-frequency speakers pump out room-filling, high-quality audio with ease Enjoy media from removable storage devices, such as USB flash drives and media cards via the USB input Manually connect to external media devices via the included auxiliary input jack Tune in to all of your favorite local radio stations thanks to the FM tuner Built-in carrying handle allows you to move the speaker anywhere easily; Accessories included: Wired microphone, remote control, UL power adapter, and user manual', 92.29, NULL, NULL, 103.94, 'Wireless Party Speakers-33780.jpeg', 'Wireless Party Speakers-20197.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 03:35:34', '2024-01-30 03:35:34'),
(1885, 'MONTBLANC  Meisterstuck Classique Platinum-Coated Fountain Pen', 'QSnydMi34', 19, 'MontBlanc Unisex Fountain Pens. Meisterstuck series. SKU: 106522. Barcode: 751994700406. Color: Black / Platinum / White. Nib Material: 14kt Gold;Platinum. Barrel Material: Precious Resin. Cap Material: Resin;Platinun-Plated. Size: M Nib. Montblanc Meisterstuck Classique Platinum-Coated Fountain Pen 106522.', 530.00, NULL, NULL, 612.00, 'MONTBLANC  Meisterstuck Classique Platinum-Coated Fountain Pen-21001.jpeg', 'MONTBLANC  Meisterstuck Classique Platinum-Coated Fountain Pen-32563.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 03:38:36', '2024-01-30 03:38:36'),
(1886, '2pcs/lot 34mm x 1.2mm Piston Ring Fit For Husqvarna 223L Gr For Chainsaw Tmers P', '6HS9srWSr', 19, 'The 2pcs/lot 34mm x 1.2mm Piston Ring is a perfect fit for the Husqvarna 223L chainsaw trimmers. These piston rings are designed to provide a reliable and efficient performance for your chainsaw. With a diameter of 34mm and a thickness of 1.2mm, they ensure a proper seal and optimal engine function. Keep your chainsaw running smoothly with these high-quality piston rings!', 50.66, NULL, NULL, 65.66, '2pcs/lot 34mm x 1.2mm Piston Ring Fit For Husqvarna 223L Gr For Chainsaw Tmers P-52742.jpeg', '2pcs/lot 34mm x 1.2mm Piston Ring Fit For Husqvarna 223L Gr For Chainsaw Tmers P-63666.jpeg', '2pcs/lot 34mm x 1.2mm Piston Ring Fit For Husqvarna 223L Gr For Chainsaw Tmers P-47228.jpeg', 'Books', 4.0, NULL, 1, '2024-01-30 03:39:39', '2024-01-30 03:39:39'),
(1887, 'EFS WOODEN LEGS FOR BED', '1RFHXZYD5', 5, 'Brand Name\r\nEFS\r\nModel Number\r\nEFS-T-002\r\nProduct Description\r\nFurniture Leg\r\nSize\r\n111*111*100 mm\r\nApplication\r\nsofa/bed/cabinet/table\r\nMaterial \r\nsolid rubber wood/cashewood/maple\r\nMOQ\r\n1000 PCS\r\nOEM\r\nWelcome', 1.55, NULL, NULL, 1.69, 'EFS WOODEN LEGS FOR BED-29938.jpeg', 'EFS WOODEN LEGS FOR BED-56964.jpeg', 'EFS WOODEN LEGS FOR BED-83390.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 03:41:26', '2024-01-30 03:41:26'),
(1888, 'MONTBLANC  Meisterstuck Classique 145 Fountain Pen- Black', 'Ldq7yniyT', 19, 'MontBlanc fountain pen from the Meisterstuck collection crafted in black precious resin, featuring a 14k gold nib with rhodium-coated inlay. Nib size: F.', 529.00, NULL, NULL, 615.00, 'MONTBLANC  Meisterstuck Classique 145 Fountain Pen- Black-71836.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-01-30 03:43:53', '2024-01-30 03:43:53'),
(1889, '18cm good metal furniture leg metal stainless universal resistant metal leg', '2SrXSYUxL', 19, 'item\r\nvalue\r\nType\r\nFurniture Leg\r\nMail packing\r\nY\r\nApplication\r\nKitchen, Bathroom, Home Office, Living Room, Bedroom, Dining, Babies and kids, Outdoor, Hotel, Apartment, Office Building, Hospital, School, Mall, Sports Venues, Leisure Facilities, Supermarket, Warehouse, Workshop, Park, Farmhouse, Courtyard, Other, Storage & Closet, Exterior, Wine Cellar, Entry, Hall, Home Bar, Staircase, Basement, Garage & Shed, Gym, Laundry, Villa\r\nDesign Style\r\nModern\r\nMaterial\r\nMetal\r\nStainless steel\r\nUse\r\nSofa\r\nPlace of Origin\r\nTurkey\r\nKayseri\r\nBrand Name\r\nlion art\r\nModel Number\r\nflamingo model_number_2\r\nSize\r\n18cm\r\n Height : 18cm. Made of high quality metal material. It is more durable than plastic models. The surfaces are produced with a\r\nspecial coating to prevent damage to the coating. Suitable for years of use; It is elegant, modern and durable. It can be easily\r\npreferred with its durability and strong carrying capacity. SUITABLE FOR ROBOT CLEANER. If you want to upgrade your furniture;\r\nThese metal furniture legs are a great option. It is easy to install. Our feet are pre-drilled and shipped with screws. You can\r\ngive your home a brand new look just by changing your furniture legs. It is suitable for use in all kinds of furniture such as TV\r\nunit, furniture legs, cabinets, dressers, shelves etc. Thanks to its ideal height, you can easily use your robot vacuum cleaner.\r\nSince it is a stylish model, it is compatible with furniture. The base of the product contains protective plastic under the metal\r\nso that it does not damage the floor. Does not leave marks on parquet and floors', 59.00, NULL, NULL, 65.09, '18cm good metal furniture leg metal stainless universal resistant metal leg-25871.jpeg', '18cm good metal furniture leg metal stainless universal resistant metal leg-63333.jpeg', '18cm good metal furniture leg metal stainless universal resistant metal leg-16308.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 03:50:31', '2024-01-30 03:50:31'),
(1890, 'MONTBLANC  Patron of Art Peggy Guggenheim Fountain Pen', 'fq3dZgRUR', 19, 'A Montblanc fountain pen the commemorates Peggy Guggenheim -- one of the most influential American collectors of contemporary art. This Montblanc pen features a linear-pattern design on the platinum-plated cap and barrel, inspired by Art Deco works from her collection. The cap ring features an embossed lion\'s head in reference to her Venetian palaceL Palazzo Venier dei Leoni.', 1989.00, NULL, NULL, 2930.00, 'MONTBLANC  Patron of Art Peggy Guggenheim Fountain Pen-88850.jpeg', 'MONTBLANC  Patron of Art Peggy Guggenheim Fountain Pen-16978.jpeg', 'MONTBLANC  Patron of Art Peggy Guggenheim Fountain Pen-85399.jpeg', 'Accessories', 4.0, NULL, 1, '2024-01-30 03:50:52', '2024-01-30 03:50:52'),
(1891, 'Dynamite Startup Tool Set ECX/VTR/HPI DYNT0500 Hand Tools', 'Hd479eqTt', 17, 'This set includes all the essential hand tools you need to get your ECX, VTR, or HPI models up and running. From wrenches to screwdrivers, this tool set has got you covered. It\'s the perfect companion for any RC enthusiast who wants to keep their cars in top shape. Get ready to enjoy endless hours of RC fun with the Dynamite Startup Tool Set!', 73.96, NULL, NULL, 95.99, 'Dynamite Startup Tool Set ECX/VTR/HPI DYNT0500 Hand Tools-79501.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 03:51:21', '2024-01-30 03:51:21'),
(1892, 'Power Bank', 'pVzfBqe0Q', 19, '【The Best Travel Companion】Coolreall 20000 mAh portable charger power bank, weighing 413.5g and measuring 14.2*6.56*2.9cm is convenient for you to carry around during travel, camping, and daily life. 20,000 mAh large capacity can charge your iPhone 13 4.3 times, Samsung S20 3.4 times, iPad mini 4 2.7 times, etc.\r\n【Charging Expert-[3 in 1] Fast Charging】This Qi certified 20000 mAh power bank features the latest PD 22.5w and QC 4.0 fast charging technology, charging up to 22.5w, 4 times faster than ordinary mobile power, allowing you to charge your iPhone 13 to 50% in 30 minutes. Equipped with 2*USB-A & 1*USB-C fast charging ports allows you to share the feeling of fast charging experience with your friends and family in your daily life.\r\n【2023 Double Protection Upgrade】The latest upgraded model of external battery pack has a built-in chip to better ensure the safety of battery use, extend the battery life, and make the battery healthier to use. The CE/FCC/RoHS certified intelligent safety protection prevents overcurrent, overheating and overcharging, providing you with high quality and safer products.\r\n【Precise LED Digital Display】In order to relieve your power anxiety and improve the utilization of power bank, we abandon the backward indicator power display and instead use a high-precision LED large digital display, allowing you to track the remaining power of the portable charger more easily and control the usage metric to achieve the effect that one power bank can be used as two.\r\n【Lifetime Customer Support】Every Coolreall product has undergone rigorous inspection through multiple processes, only to create a safe and reliable high-quality products for customers. If you encounter any problems during use, please contact us, we will provide you with 24-hour professional customer service and a 3-year product warranty to ensure you have a pleasant shopping experience.', 10.56, NULL, NULL, 15.99, 'Power Bank-18983.jpeg', 'Power Bank-91690.jpeg', 'Power Bank-69571.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 03:55:53', '2024-01-30 03:55:53'),
(1893, 'SALVATORE FERRAGAMO  Ladies Red Viva Ballet Flats, Brand Size 6', 'tD7n5deCF', 19, 'Salvatore Ferragamo Ladies Flats. SKU: 01R252 741094. Color: Red. Shoe Style: Ballet. Vamp Style: Slip-on. SoleMaterial: Leather. Salvatore Ferragamo Ladies Red Viva Ballet Flats. The viva ballet flats in soft lamb nappa leather featuring a slip-on style, signature bow detail, tonal painted metal plate, leather sole and a 2cm teardrop-shaped heel. Made in Italy.', 499.00, NULL, NULL, 642.00, 'SALVATORE FERRAGAMO  Ladies Red Viva Ballet Flats, Brand Size 6-14277.jpeg', 'SALVATORE FERRAGAMO  Ladies Red Viva Ballet Flats, Brand Size 6-61174.jpeg', 'SALVATORE FERRAGAMO  Ladies Red Viva Ballet Flats, Brand Size 6-20754.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 03:57:47', '2024-01-30 03:57:47'),
(1894, 'Furniture accessories stainless steel iron cupboard cabinet table couch sofa bed leg', 'rELW6I9IV', 19, 'Product Name\r\nFurniture legs\r\nStyle\r\nModern\r\nHeight\r\n80-200MM\r\nFinishing\r\nBlack，silvery，golden\r\nDiameter\r\n45MM\r\nPlace of Product\r\nGuangdong, China\r\nMaterial\r\nIron\r\nModes of packing\r\n60pcs in a carton\r\nSize\r\nCustomer order\r\nUsage\r\nSofa, chair, table, bathroom cabinet', 0.20, NULL, NULL, 0.29, 'Furniture accessories stainless steel iron cupboard cabinet table couch sofa bed leg-64099.jpeg', 'Furniture accessories stainless steel iron cupboard cabinet table couch sofa bed leg-98196.jpeg', 'Furniture accessories stainless steel iron cupboard cabinet table couch sofa bed leg-51567.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 03:58:20', '2024-01-30 03:58:20'),
(1895, '5pcs/lot Piston Needle ing For Husqvarna 365 371 372 372XP 362 570 268 272 Chain', 'gmZhBVZ3x', 14, '5pcs/lot Piston Needle ing For Husqvarna 365 371 372 372XP 362 570 268 272 Chainsaw Spare Rep Part 15mm x 12mm x 15mm 2251832771870498GT Specifications :\r\n\r\nModel Number\r\n\r\nFor 365 371 372 372XP 362 570 268 272\r\n\r\nCertification\r\n\r\nOther\r\n\r\nFeature\r\n\r\n2-Stroke\r\n\r\nPower Type\r\n\r\nPetrol / Gas\r\n\r\nType\r\n\r\nPiston needle bearing\r\n\r\nBrand Name\r\n\r\nAdefol\r\n\r\nPayment:\r\n\r\nWe only accept paypal\r\nShipping:\r\n\r\nAll items will be shipped within 5 business days after receiving your cleared payment. We use regular mail (no express shipping). It takes 14-21 business days to arrive counted from shipment date. Sometimes It can takes up to 30 business days if your country has a strict custom regulations. Delivery time also takes longer time to arrive on peak seasons or holidays such as Christmas, Chinese Lunar New Year, etc. No tracking number will be given, but rest assured that if you have not receive your item after the estimated delivery times, please inform us and we will quickly act on it. We will be responsible for any damages or losses incurred in the shipping process. Item will be shipped to your paypal shipping address.\r\nReturn Policy:\r\n\r\nBefore returning, please contact us with reason. Return is accepted within 14 days after the buyer receiving the item. Returned item has to be in its original condition. You will be responsible for all shipping costs. Returns are accepted at our discretion. We may need you to give us proof of evidence, such as Photo of the item.\r\nContact Us:\r\n\r\nWe care about our valued customers. If you need any help or have any question or enquiry, please don\'t hesitate to contact us. We will reply ASAP within 24 hours in business days. If you are happy with our products and services, your positif feedback is greatly appreciate and we will do the same in return. If you are unsatisfied in any regard, Please contact us first before leaving any 1 or 2 ratings, negative feedback or open any dispute. Allow us the opportunity to make you happy. We understand the concerns and frustrations you might have, and we will do whatever we can to resolve the issues. THANK YOU..', 53.84, NULL, NULL, 75.99, '5pcs/lot Piston Needle ing For Husqvarna 365 371 372 372XP 362 570 268 272 Chain-89377.jpeg', '5pcs/lot Piston Needle ing For Husqvarna 365 371 372 372XP 362 570 268 272 Chain-36397.jpeg', '5pcs/lot Piston Needle ing For Husqvarna 365 371 372 372XP 362 570 268 272 Chain-38298.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-30 03:59:13', '2024-01-30 03:59:13'),
(1896, 'Apple TV 32GB 4K 2nd Generation MJ9N3B/A with 1st Gen Remote', 'MA405dLI5', 12, 'Experience the 4K HDR picture quality and powerful A10X Fusion chip of Apple TV 32GB 4K 2nd Generation MJ9N3B/A. The device allows you to enjoy crisp visuals, immersive sound, and access to streaming content with support for Dolby Atmos.', 50.26, NULL, NULL, 77.99, 'Apple TV-93115.jpeg', NULL, NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-01-30 04:00:48', '2024-01-30 08:07:01');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1897, 'SALVATORE FERRAGAMO  Ladies Black Patent Leather Viva Pump Shoe, Size 7.5', 'RW0H1EvvO', 19, 'Salvatore Ferragamo Ladies Heels. SKU: 01R250 757692. Color: Black. Shoe Style: Point Toe. Vamp Style: Slip-on. Upper Material: Leather. SoleMaterial: Leather. Salvatore Ferragamo Ladies Black Patent Leather Viva Pump Shoe. Made of patent calf leather, this pair of shoes feature a slip-on style, pointed tip, teardrop shaped heel, and an oversize bow on the front. Made in Italy.', 428.00, NULL, NULL, 702.00, 'SALVATORE FERRAGAMO  Ladies Black Patent Leather Viva Pump Shoe, Size 7.5-85233.jpeg', 'SALVATORE FERRAGAMO  Ladies Black Patent Leather Viva Pump Shoe, Size 7.5-78788.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 04:02:12', '2024-01-30 04:02:12'),
(1898, 'SALVATORE FERRAGAMO  Ladies Grey Leather Carla Vara Bow Pump Shoe, Brand Size 7.5', 'dko0ukMqa', 19, 'Salvatore Ferragamo Ladies Heels. SKU: 01B788 753671. Color: Grey. Shoe Style: Pumps. Vamp Style: Slip-on. Lining Material: Leather. SoleMaterial: Leather. Salvatore Ferragamo Ladies Grey Leather Carla Vara Bow Pump Shoe. A pair of patent calf leather pump for Salvatore Ferragamo features a round toe, the iconic Vara bow in grosgrain, slim heel with 7cm/2.7inch height and a leather sole. Made in Italy.', 430.00, NULL, NULL, 691.00, 'SALVATORE FERRAGAMO  Ladies Grey Leather Carla Vara Bow Pump Shoe, Brand Size 7.5-81844.jpeg', 'SALVATORE FERRAGAMO  Ladies Grey Leather Carla Vara Bow Pump Shoe, Brand Size 7.5-71910.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 04:05:46', '2024-01-30 04:05:46'),
(1899, 'Disney\'s Mickey Mouse In The Cactus Kid Hardcover Book Vintage 1990 Goofy Minnie', 'lekWnIpeR', 19, 'The Disney\'s Mickey Mouse In The Cactus Kid Hardcover Book from 1990 is a vintage gem. This delightful story features Mickey, Goofy, and Minnie in a wild west adventure. Join them as they encounter cacti, cowboys, and all sorts of fun surprises. The hardcover edition adds a touch of nostalgia to this classic Disney tale. It\'s a must-have for any Disney fan or collector. Get ready to saddle up and embark on a rootin\' tootin\' reading adventure with Mickey and his pals! \r\n\r\nRELEASED IN: 1990\r\n\r\nSERIES: DISNEY\r\n\r\nINCLUDES: THE CACTUS KID BOOK\r\n\r\nAGE: 3\r\n\r\nAPPROX SIZE: 9\" X 12\"\r\n\r\nInternational Buyers ? Please Note: Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer\'s responsibility. Please check with your country\'s customs office to determine what these additional costs will be prior to bidding or buying. Customs fees are normally charged by the shipping company or collected when you pick the item up. These fees are not additional shipping charges. We won\'t under-value merchandise or mark the item as a gift on customs forms. Doing that is against U.S. and international laws.', 11.29, NULL, NULL, 11.40, 'Disney\'s Mickey Mouse In The Cactus Kid Hardcover Book Vintage 1990 Goofy Minnie-83026.jpeg', 'Disney\'s Mickey Mouse In The Cactus Kid Hardcover Book Vintage 1990 Goofy Minnie-17382.jpeg', 'Disney\'s Mickey Mouse In The Cactus Kid Hardcover Book Vintage 1990 Goofy Minnie-89221.jpeg', 'Books', 3.5, NULL, 1, '2024-01-30 04:06:09', '2024-01-30 04:06:09'),
(1900, 'new furniture hardware accessories fittings office revolving chair spare parts 5 star chair base', 'AC8MVKNJp', 19, 'Item：\r\nALA-C31\r\nCertification：\r\nBIFMA TUV SGS report\r\nMaterial：\r\nAluminum\r\nSurface finish：\r\nPolish finished\r\nSize：\r\nR=350mm\r\ncenter hole=43mm\r\nHeight=178mm\r\nBearing capacity:\r\n5PCS/CTN\r\n20\'FT: 5600pcs, 40\'HQ:12000pcs\r\nWarranty：\r\n3~5years', 8.00, NULL, NULL, 9.08, 'new furniture hardware accessories fittings office revolving chair spare parts 5 star chair base-44648.jpeg', 'new furniture hardware accessories fittings office revolving chair spare parts 5 star chair base-97375.jpeg', 'new furniture hardware accessories fittings office revolving chair spare parts 5 star chair base-18224.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-30 04:08:37', '2024-01-30 04:08:37'),
(1901, 'SALVATORE FERRAGAMO  Ladies White Leather Gancini Sneakers, Brand Size 7', 'PkpTu7LWy', 19, 'Salvatore Ferragamo Ladies Sneakers. SKU: 030191 747629. Color: White. Shoe Style: Low Top. Vamp Style: Lace-up. SoleMaterial: Rubber. Salvatore Ferragamo Ladies White Leather Gancini Sneakers. Made of soft Italian leather, featuring a printed maxi Gancini that extends to the sole, branded heel tab, lace-up fastening, round toe and a rubber sole. Made in Italy.', 375.00, NULL, NULL, 618.00, 'SALVATORE FERRAGAMO  Ladies White Leather Gancini Sneakers, Brand Size 7-16216.jpeg', 'SALVATORE FERRAGAMO  Ladies White Leather Gancini Sneakers, Brand Size 7-56350.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 04:11:30', '2024-01-30 04:11:30'),
(1902, 'Outdoor Security Camera with Dual Lens and Solar Panel', 'NBjmJ4WNT', 15, 'Enhanced Dual-Camera Clarity at 50 Feet: Capture every event that occurs around your home in ultra-clear 3K resolution. See exactly who is approaching your home with 8× zoom.\r\nSolar-Powered, Install Once and it Runs Forever*: Experience constant peace of mind with this solar-powered security camera that\'s easy to set up and always on, thanks to its removable solar panel.\r\n360° Guardian, No Blind Spots: Say goodbye to blind spots with full home coverage. Enjoy 360° surveillance, check your front porch, monitor your backyard, and keep an eye on the driveway with ease.\r\nExperience Dual Views for Ultimate Surveillance: See the big picture while zooming in on crucial details, all in one frame.\r\nLocal Storage**, No Monthly Fee: One-time purchase. No monthly fee or hidden costs.\r\nVersatile Installation, Effortless Setup: Experience the convenience of a 5-minute installation with its compact size and wire-free design.\r\nCompatible with HomeBase S380 with firmware version V3.3.2.6 and above.', 100.46, NULL, NULL, 219.98, 'Outdoor Security Camera with Dual Lens and Solar Panel-34593.jpeg', 'Outdoor Security Camera with Dual Lens and Solar Panel-48351.jpeg', 'Outdoor Security Camera with Dual Lens and Solar Panel-68183.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-01-30 04:14:58', '2024-01-30 04:14:58'),
(1903, 'DIOR  Grey Shaded Square Ladies Sunglasses', 'WcPXVJ5m3', 19, 'Dior Sunglasses. Series number: 30MONTAIGNE SU. Color code: 14A0. Shape: Square. Lens Width: 58 mm. Lens Bridge: 15 mm. Arm Length: 130 mm. 100% UV protection. Frame Material: Acetate;Metal. Frame Color: Black. Lenses Type: Grey Shaded. Rim Style: Full-Rim. UPC/EAN code: 192337065699. Dior Grey Shaded Square Ladies Sunglasses 30MONTAIGNE SU 14A0 58.', 399.00, NULL, NULL, 487.00, 'DIOR  Grey Shaded Square Ladies Sunglasses-29967.jpeg', 'DIOR  Grey Shaded Square Ladies Sunglasses-74995.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 04:16:13', '2024-01-30 04:16:13'),
(1904, '3-Pack O-Cedar EasyWring Spin Mop Compatible Microfiber Refills', 'mFg4cg7Mr', 2, 'Δ Exact fit for spin mop _ Not only the triangle base but also the bucket. Installation as easy as original which is easily detach and snap on perfectly! NOTE: Fit for 1-Tank system only. Not compatible with 2-Tanks Rinse Clean system.\r\nΔ Making mop much easier _ Mopping the floor is not really \"easy\", but these mop heads can make cleaning floors a breeze! Just cleans by doing two passes: one to wet the floor and loosen grime, and the other to dry, no streaking or water spots. Also it\'s light weight and wields effortlessly. Great for quick mop ups!\r\nΔ For hard floor surfaces clean _ It\'s a good cleaner for mopping up mud and dog prints. You can use them on hardwood, vinyl and ceramic/ tile floors, etc. Rooms like kitchen, hall, dining room and bathrooms.\r\nΔ Machine-washable and reusable _ These microfiber mop replace heads are machine-washable and easy cleaning which will release your hands after a laborious housework. Just pot it into wash machine and air dry it, then you can refresh and reuse for a cleaner clean. Economical and environmentally!\r\nΔ Material _ 100% Microfiber, Polyester | Package Quantity: 3 Pack', 10.00, NULL, NULL, 13.00, '3-Pack O-Cedar EasyWring Spin Mop Compatible Microfiber Refills-39817.jpeg', NULL, NULL, 'Groceries', 2.5, NULL, 1, '2024-01-30 08:49:25', '2024-01-30 08:49:25'),
(1905, 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern', 'mS7SUTpg5', 18, 'Antique brass color engraved metal body globe is made of handcut glass pieces glass beads. A unique gift a conversation piece that will change the atmosphere of your place and fascinate your guests! Handcut glass beads glued 1 by 1 on naked glass globe by hand. This Unique, beautiful and authentic handmade Turkish Mosaic Lamp', 106.00, NULL, NULL, 119.00, 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern-83745.png', 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern-90622.png', 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern-18380.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 08:50:25', '2024-01-30 08:50:25'),
(1906, 'Planters Mixed Nuts', 'Kwd4iCu7C', 4, 'One 18.75 oz. can of Planters Winter Spiced Mix\r\nPlanters Winter Spiced Mix is a limited edition variety of sweet and savory nuts\r\nWinter spiced mix delivers a delicious blend of sweet and savory flavors with a touch of sea salt\r\nWinter mix includes honey roasted peanuts, almonds, honey roasted sesame sticks, cashews and pecans\r\nWinter mix is perfect for holiday parties or warm roasting by the fire\r\nPlanters Winter Spiced Mix is a limited edition variety of sweet and savory nuts that are perfect for snacking. This winter mix includes honey roasted peanuts, almonds, honey roasted sesame sticks, cashews and pecans with a hint of sea salt. With no cholesterol, no trans fat and 13 grams of total fat per serving, these mixed nuts are always a great choice for a delicious family snack. These certified Kosher nuts come in a resealable 18.75 ounce can to lock in flavor until you\'re ready to enjoy. Enjoy this nut mix at home with loved ones or serve them at a holiday party. Keep a can of mixed nuts at work so you always have a quick and easy snack ready when a craving hits.', 5.30, NULL, NULL, 6.98, 'Planters Mixed Nuts-44440.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 08:54:04', '2024-01-30 08:54:04'),
(1907, 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern,Crack Gla', 'Vuil670Qb', 18, 'Brass Color Metal Base 22 Globe Chandelier Length of the chandelier: 400cm (157 inc) 22bulbs Lamp diameter : 17 cm (6,69 inc) Suitable 110/220 Volt. Electric wire and lighting bulb included the price.Brass color metal fixture. CARGO BY FEDEX OR DHL 3 BUSINESS DAY REACH TIME AFTER THAT HANDLING TIME', 980.00, NULL, NULL, 1023.00, 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern,Crack Gla-84504.png', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 08:55:56', '2024-01-30 08:55:56'),
(1908, 'Microprocessors: Principles, Programming and Interfacing HC 1983', 'SEodfEXEc', 19, 'Microprocessors: Principles, Programming and Interfacing book from 1983 is a fantastic resource for anyone interested in diving into the world of microprocessors. This book covers the fundamental principles, programming techniques, and interfacing concepts related to microprocessors. It\'s a comprehensive guide that will help you understand the inner workings of these powerful devices. Whether you\'re a student or a hobbyist, this book is a valuable addition to your collection. Get ready to unlock the secrets of microprocessors with this timeless classic! \r\nMicroprocessors: Principles, Programming and Interfacing HC 1983\r\n\r\nISBN:\r\n0835943836\r\n\r\nAuthor:\r\nMuchow, Kenneth\r\n\r\nPublisher:\r\nReston Pub Co\r\n\r\nRelease Date:\r\n1983-01-01\r\n\r\nSeller Category:\r\n--\r\n\r\nQty Available:\r\n1\r\n\r\nCondition:\r\nUsed: Good\r\n\r\nSku: ab-bs7\r\n\r\nNotes: Pages are crisp and clean, no marking. Cover is good. Binding is tight/good.', 39.95, NULL, NULL, 45.00, 'Microprocessors: Principles, Programming and Interfacing HC 1983-89119.jpeg', 'Microprocessors: Principles, Programming and Interfacing HC 1983-59945.jpeg', NULL, 'Books', 3.5, NULL, 1, '2024-01-30 08:57:29', '2024-01-30 08:57:29'),
(1909, 'Ettore 3 Gallon Compact Super Bucket with Ergonomic Handle', 'PBEVkgmy1', 7, '3 gallon capacity; excellent for washing windows, floors, cars, and much more\r\nCompact size with ergonomic grip handle for easy transportation and storage\r\nAccommodates squeegees and washers up to 14 inch length\r\nHighly visible to avoid unnecessary accidents; lid sold separately', 10.99, NULL, NULL, 14.48, 'Ettore 3 Gallon Compact Super Bucket with Ergonomic Handle-80675.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-01-30 09:00:22', '2024-01-30 09:00:22'),
(1910, 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern', 'ZKJzNHeqO', 18, 'Antique brass color engraved metal body globe is made of handcut glass pieces glass beads. A unique gift a conversation piece that will change the atmosphere of your place and fascinate your guests! Handcut glass beads glued 1 by 1 on naked glass globe by hand. This Unique, beautiful and authentic handmade Turkish Mosaic Lamp', 178.00, NULL, NULL, 201.00, 'LaModaHome Mosaic Chandelier,Mosaic Lamp,Turkish Lamp,Moroccan Lantern-44308.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 09:00:43', '2024-01-30 09:00:43'),
(1911, 'SIGNED The Nine Inside The Secret World Of The Supreme Court Hardcover With DJ', '28x16XXEL', 18, 'Signed Hardback Book is in good condition. Please see all photos for details. Let us know if you have any questions. We are here to help.\r\n\r\nThank you for stopping by to take a look at what I have to offer.\r\n\r\nThis would make a lovely gift for any occasion.\r\n\r\nThis\r\nitem is from a smoke free home. Please see all photos for condition and\r\ndetails. If there is a problem with an item, I will point it out in\r\npictures and state in description.\r\n\r\nThere may be some normal wear from age, use and storage.\r\n\r\nItem sold AS IS due to vintage age and condition being stated in description and photographs.\r\n\r\nNO RETURNS.\r\n\r\nSHIPPING AND HANDLING: Please make sure that your correct address is on file with, as we can only ship to the address on file.\r\n\r\nHANDLING TIME: My handling time is set to two business days.\r\n\r\nItem will ship within 2 business days of cleared payment.\r\n\r\nPlease ask questions. Also, make sure to check out my other items.\r\n\r\nIf\r\nthere are ever any problems of any kind, please let me know and I will\r\nstrive to make things right. I want You to be pleased with your purchase\r\nfrom me and buy from me again.\r\n\r\nThank you for shopping with us and have a great day!', 23.05, NULL, NULL, 24.99, 'SIGNED The Nine Inside The Secret World Of The Supreme Court Hardcover With DJ-78136.jpeg', 'SIGNED The Nine Inside The Secret World Of The Supreme Court Hardcover With DJ-82074.jpeg', 'SIGNED The Nine Inside The Secret World Of The Supreme Court Hardcover With DJ-40125.jpeg', 'Books', 2.5, NULL, 1, '2024-01-30 09:01:16', '2024-01-30 09:01:16'),
(1912, 'Pledge Expert Care Wood Wipes, Lemon Scent, 24 Count', 'nUoG1XPwF', 10, 'Keep your special surfaces looking their best with Pledge Expert Care Wood Wipes\r\nThese lemon enhancing wipes are a quick way to add an amazing shine to your surfaces, while protecting them at the same time\r\nPledge wipes clean and polish, shine and protect, and are convenient, fast and easy to use\r\nUse these furniture cleaner wipes on sealed wood furniture, sealed leather, granite, stainless steel, laminate and quartz\r\nGreat as a wood cleaner, furniture polisher, wood polisher and dusting cleaner; easily remove fingerprints, and provide a protective, glossy coating, without leaving a waxy buildup', 3.80, NULL, NULL, 4.84, 'Pledge Expert Care Wood Wipes, Lemon Scent, 24 Count-10001.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 09:05:37', '2024-01-30 09:05:37'),
(1913, 'The Circus Loosely In response to Bertolt Brecht, Kurt Weill and John Highkin [P', 'cvZPpZEmB', 19, '\"The Circus Loosely\" is a captivating piece of art that draws inspiration from the works of Bertolt Brecht, Kurt Weill, and John Highkin. This unique production combines elements of theater, music, and storytelling to create a mesmerizing experience. It\'s a thought-provoking exploration of the human condition, filled with vibrant characters and powerful performances. If you\'re a fan of Brecht, Weill, or Highkin, you\'ll definitely want to check out \"The Circus Loosely\" and immerse yourself in its magic! \r\ntext clean, binding tight, edge wear, paperback, Oceanside Museum of Art, 2001, covers scuffed,', 13.71, NULL, NULL, 15.99, 'The Circus Loosely In response to Bertolt Brecht, Kurt Weill and John Highkin [P-98662.jpeg', 'The Circus Loosely In response to Bertolt Brecht, Kurt Weill and John Highkin [P-59675.jpeg', NULL, 'Books', 3.0, NULL, 1, '2024-01-30 09:06:54', '2024-01-30 09:06:54'),
(1914, 'Mosaic SWAN Neck Table Lamps Handmade Unique Turkish Tiffany Moroccan Night Art', 'XdzkxjNfq', 18, 'They are all original with high quality mosaic crystals.\r\n\r\nThe mosaics of the lamp are made with glass beads that are joined by plaster that gives a great strength to the glass globe.\r\n\r\nThe design of the coloured mosaics creates a variety of reflections when the lamp is turned on, which is incredible.\r\n\r\nYou will never be able to see the same mosaic lamp in someone else, because it is all handmade. So which makes it \"exclusive\" and \"exquisite\" and a gift turns out to be a \"special\" for your loved ones.', 60.34, NULL, NULL, 80.99, 'Mosaic SWAN Neck Table Lamps Handmade Unique Turkish Tiffany Moroccan Night Art-43203.png', 'Mosaic SWAN Neck Table Lamps Handmade Unique Turkish Tiffany Moroccan Night Art-75553.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 09:08:44', '2024-01-30 09:08:44'),
(1915, 'Respuestas para No Catholics Audio Cd-Rare Vintage-Ships N 24 Hours', 'dhdyWqvAQ', 19, 'Al realizar un pedido desde los EE. UU. los paquetes pueden estar sujetos a impuestos de importacion y a los aranceles, que el comprador debe pagar.\r\nRespuestas para No Catholics Audio Cd-Rare Vintage-Ships N 24 Hours', 69.18, NULL, NULL, 70.55, 'Respuestas para No Catholics Audio Cd-Rare Vintage-Ships N 24 Hours-22963.jpeg', 'Respuestas para No Catholics Audio Cd-Rare Vintage-Ships N 24 Hours-32937.jpeg', 'Respuestas para No Catholics Audio Cd-Rare Vintage-Ships N 24 Hours-76369.jpeg', 'Books', 4.5, NULL, 1, '2024-01-30 09:10:13', '2024-01-30 09:10:13'),
(1916, '20-Ounce Wheat Thins Original Wheat Crackers', 'pQo7k3Zrq', 7, 'One 20 oz party size box of Wheat Thins Original Whole Grain Wheat Crackers\r\n100% whole grain crackers with a deliciously salty, but slightly sweet taste\r\nEach serving has 21 g of whole grains, and no cholesterol, high fructose corn syrup, artificial flavors or colors\r\nThin baked crackers are versatile whole wheat snacks great for parties and gatherings\r\nServe them with cheese or meat, dip them in spreads, enjoy \'em straight from the box, or create wholesome on the go snacks', 3.40, NULL, NULL, 4.49, '20-Ounce Wheat Thins Original Wheat Crackers-86857.jpeg', '20-Ounce Wheat Thins Original Wheat Crackers-67862.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 09:10:26', '2024-01-30 09:10:26'),
(1917, 'Mosaic SWAN Neck Table Lamp Handmade Unique Turkish Tiffany Moroccan Night Art', 'GMJtk5n8O', 18, 'They are all original with high quality mosaic crystals.\r\n\r\nThe mosaics of the lamp are made with glass beads that are joined by plaster that gives a great strength to the glass globe.\r\n\r\nThe design of the coloured mosaics creates a variety of reflections when the lamp is turned on, which is incredible.', 72.22, NULL, NULL, 81.00, 'Mosaic SWAN Neck Table Lamp Handmade Unique Turkish Tiffany Moroccan Night Art-97948.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 09:12:33', '2024-01-30 09:12:33'),
(1918, 'The Millennial Kingdom: A Basic Text in Premillennial Theology by Walvoord', 'b9tUK3cOv', 17, 'This book, \"The Millennial Kingdom\" by John F. Walvoord, published by Zondervan in 1983, offers a thorough and insightful exploration of biblical studies and eschatology. The book is a trade paperback with a length of 8.5 inches, width of 5.5 inches, and 400 pages. It is a reprint edition with features that make it a must-read for anyone interested in religion and biblical studies.\r\n\r\nThe book covers various topics, including the Millennial Kingdom, and is a basic text in premillennial theology. It is written in English and is suitable for anyone interested in a Bible study. The book\'s informative content makes it an ideal gift for friends or family members who are interested in religious studies. Recommend it today!', 8.86, NULL, NULL, 8.95, 'The Millennial Kingdom: A Basic Text in Premillennial Theology by Walvoord-35600.jpeg', 'The Millennial Kingdom: A Basic Text in Premillennial Theology by Walvoord-17952.jpeg', NULL, 'Books', 4.0, NULL, 1, '2024-01-30 09:13:03', '2024-01-30 09:13:03'),
(1919, 'Mosaic SWAN Neck Table Lamps Handmade Unique Turkish Tiffany Moroccan Night Art', 'IhMOTsLRu', 18, 'They are all original with high quality mosaic crystals.\r\n\r\nThe mosaics of the lamp are made with glass beads that are joined by plaster that gives a great strength to the glass globe.\r\n\r\nThe design of the coloured mosaics creates a variety of reflections when the lamp is turned on, which is incredible.\r\n\r\nYou will never be able to see the same mosaic lamp in someone else, because it is all handmade. So which makes it \"exclusive\" and \"exquisite\" and a gift turns out to be a \"special\" for your loved ones.', 70.00, NULL, NULL, 98.33, 'Mosaic SWAN Neck Table Lamps Handmade Unique Turkish Tiffany Moroccan Night Art-70357.png', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 09:15:22', '2024-01-30 09:15:22'),
(1920, 'Lavazza Alteco Usda Organic Premium Blend Blue Single Dose Espresso Coffee Capsules, 100 Count', 'Sq8Yb07sn', 12, 'Lavazza alteco used organic blue capsules count of 100\r\nNotes: honey and dried fruit scents leave room to a persistent finish of chocolate and spicy notes of bitter cocoa.\r\nOrigins: mountains in Central America\r\nBody: 8 out of 10/ aroma: 8 out of 10\r\nRoasting: gentle roasting process/ taste area: balanced\r\nCan only be brewed using a Lavazza Blue machine', 38.47, NULL, NULL, 72.13, 'Lavazza Alteco Usda Organic Premium Blend Blue Single Dose Espresso Coffee Capsules, 100 Count-21395.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 09:15:47', '2024-01-30 09:15:47'),
(1921, 'Newsweek Magazine, March 12, 1979', 'MwAZIh7Ul', 19, 'The March 12, 1979 issue of Newsweek Magazine is a fascinating piece of history. It\'s like taking a step back in time and getting a glimpse of the news and events that were shaping the world back then. From politics to culture, this issue covers a wide range of topics that were making headlines at the time. It\'s a great collector\'s item for those interested in nostalgic memorabilia or anyone who enjoys exploring the past. Get ready to dive into the news of 1979 with Newsweek Magazine!', 10.00, NULL, NULL, 13.78, 'Newsweek Magazine, March 12, 1979-26321.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-01-30 09:17:37', '2024-01-30 09:17:37'),
(1922, '7 balls Turkish mosaic floor lamp handmade glass lighting ottoman moroccan', 'XQ7O7Ghls', 19, 'High quality materials. Original colored glass plate. completely cut off by hand. Bright and vivid colors. All of our products are handmade and made from to turkey. Direct sales from the manufacture. There are 100% guaranteed. Your money will be refunded', 228.00, NULL, NULL, 288.64, '7 balls Turkish mosaic floor lamp handmade glass lighting ottoman moroccan-58625.png', '7 balls Turkish mosaic floor lamp handmade glass lighting ottoman moroccan-96644.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 09:22:15', '2024-01-30 09:22:15'),
(1923, 'Happy Baby Organic Superfood Puffs, Variety Pack, 2.1 Ounce', '4wnCsEvYa', 13, 'SUPERFOOD PUFFS: Parents, meet your pantry\'s unsung hero Happy Baby Puffs are a melt-in-your-mouth Organic Snack fortified with Choline for eye & brain health Irresistible in taste & texture, they\'re perfect for teaching babies tactility & self-feeding\r\nORGANIC SNACKS FOR BABY: Happy Baby goes beyond baby food with delicious, Superfood Puffs and freeze-dried yogurt snacks Babies may be ready for our delicious snacks when they can crawl on their hands and knees, without their tummy touching the ground\r\nHAPPY BABY: We provide organic, delicious options for your baby\'s nutritional journey; Happy Baby offers baby food pouches, organic cereals, teething wafers, baby snacks and more made for your little one\r\nHAPPY FAMILY ORGANICS: We are on a mission to change the trajectory of children\'s health through nutrition; We provide age and stage appropriate premium organic food products for baby, tot, kid, and mama\r\nOUR HAPPY PROMISE: All products are certified USDA organic, made with non-GMO ingredients grown without the use of toxic persistent pesticides and in packaging made without BPA, BPS, or phthalates', 16.11, NULL, NULL, 24.79, 'Happy Baby Organic Superfood Puffs, Variety Pack, 2.1 Ounce-12233.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 09:23:02', '2024-01-30 09:23:02'),
(1924, 'Windex Electronics Wipes, 25 Count, Pack of 3', 'e4KeVeBb4', 13, 'Three 25 count pouches of Windex Electronic Wipes to clean screens safely and effectively on even your most valuable devices\r\nScreen wipes with a gentle formula that safely removes dust, fingerprints, and smudges from electronics, leaving behind only our famous streak-free shine\r\nMade with an anti-static cloth that is great for cleaning electronics including smartphones, tablets, e-readers, laptops, cameras, televisions and more\r\nAvailable in a convenient flat pack that is easy to store anywhere and preserves moisture; simply use a wipe to clean any surface and discard the wipe once it gets dirty or dries out\r\nPerfect as desktop computer screen wipes, laptop screen wipes or phone screen wipes, Windex Electronics Wipes are the 2021 Recipient of the Better Homes & Gardens Cleaning Award', 11.40, NULL, NULL, 19.47, 'Windex Electronics Wipes, 25 Count, Pack of 3-71497.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 09:29:16', '2024-01-30 09:29:16'),
(1925, 'SoapCover, Gray Hair Coverage, Hair Darkening Compressed Soap Bar (Pack of 6)', 'maivwvjit', 18, 'Targets Only the Gray Hair, All-natural, Dye-free Formula\r\nBlocks Gray Hair Formation by Regular Use\r\nGood for All Hair Types and Hair Color\r\nCan be Used on Hair, Beard and Eyebrows\r\nRemoves Gray Hair Without Causing Irritation\r\n\r\nSoap Cover is a hair darkening compressed soap bar that eliminates gray hair strands by every use. Soap Cover gray coverage bar delivers a dye-free solution to gray hair issues. With it’s extraordinary design, SoapCover is the best and most exclusive soap bar that is intensive enough to gradually remove greys by slowly turning them back to their natural color while it deeply cleanses.', 114.00, NULL, NULL, 128.00, 'SoapCover, Gray Hair Coverage, Hair Darkening Compressed Soap Bar (Pack of 6)-59883.png', 'SoapCover, Gray Hair Coverage, Hair Darkening Compressed Soap Bar (Pack of 6)-30165.png', 'SoapCover, Gray Hair Coverage, Hair Darkening Compressed Soap Bar (Pack of 6)-18302.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 09:33:38', '2024-01-30 09:33:38'),
(1926, 'SKIPPY Creamy Peanut Butter, 5 Pound', 'V9I5y0cGi', 18, 'Creamy Peanut Butter: Spread on the smiles with tasty, creamy peanut buttery perfection. Add more yum and fun to just about anything. It\'s nothing but great snacking with this creamy classic\r\nReal Roasted Peanuts: This gluten free, certified kosher, tree nut free peanut butter is made with real roasted peanuts and no added preservatives. It spreads easily with no separation and no oily mess\r\nSmooth, Naturally: Our peanut butter spreads have no preservatives, artificial flavors or colors. Try them on crackers, in sandwiches, with apples or celery or just enjoy a rich spoonful\r\nTry Them All: Nothing beats the simple pleasures in life, like a spoon and a fresh jar of SKIPPY Peanut Butter Spread. Try one of our many varieties: Chunky, Creamy, Reduced Fat, SUPER CHUNK spread and more\r\nWholesome and Delicious: We\'ve been spreading tasty fun since 1933. The ways to enjoy SKIPPY are endless, so when you\'re craving an easy, satisfying snack, there\'s only one thing to do: Go To Your SKIPPY Place', 8.14, NULL, NULL, 62.64, 'SKIPPY Creamy Peanut Butter, 5 Pound-68752.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-30 09:40:31', '2024-01-30 09:40:31'),
(1927, 'The New Avengers by Brian Michael Bendis, David Finch, Steve McNiven - Hardcover', 'JiTyglqCq', 10, '\"The New Avengers\" by Brian Michael Bendis, David Finch, and Steve McNiven is an epic comic book series that brings together a team of Marvel\'s mightiest heroes. Packed with action, suspense, and stunning artwork, this hardcover edition is a must-have for any comic book enthusiast. Join Iron Man, Captain America, Spider-Man, and more as they face off against powerful villains and protect the world from impending threats. Get ready for an exhilarating adventure with \"The New Avengers\"!', 37.40, NULL, NULL, 40.00, 'The New Avengers by Brian Michael Bendis, David Finch, Steve McNiven - Hardcover-82666.jpeg', 'The New Avengers by Brian Michael Bendis, David Finch, Steve McNiven - Hardcover-21562.jpeg', 'The New Avengers by Brian Michael Bendis, David Finch, Steve McNiven - Hardcover-76607.jpeg', 'Books', 3.5, NULL, 1, '2024-01-30 09:45:06', '2024-01-30 09:45:06'),
(1928, 'Kleenex Soothing Lotion Facial Tissues with Coconut Oil', '4HQ7AGDsv', 10, '3 FLAT BOXES: Each box of Kleenex Soothing Lotion Facial Tissues with Coconut Oil, Aloe & Vitamin E and contains 120 tissues—packaging may vary from what is shown.\r\nDERMATOLOGIST-TESTED FACIAL TISSUES: Our dermatologist-tested, dye-free and fragrance-free lotion tissue features 3-in-1 skin-loving benefits that help protect, soothe and nourish skin.\r\n3-LAYER FACIAL TISSUE: One Kleenex tissue is all it takes to protect your hands and nourish your skin with 3 thick layers.\r\nGET FACIAL TISSUES DELIVERED: Skip the store and get Kleenex Soothing Lotion Facial Tissues delivered.\r\nFSC-CERTIFIED FACIAL TISSUES: 100% of our pulp is from responsibly managed forests.', 4.74, NULL, NULL, 5.79, 'Kleenex Soothing Lotion Facial Tissues with Coconut Oil-15899.jpeg', NULL, NULL, 'Groceries', 1.0, NULL, 1, '2024-01-30 09:45:49', '2024-01-30 09:45:49'),
(1929, 'GROHE 41039000 Selection Robe Hook, Starlight Chrome', 'kWe0ggMvD', 18, 'GROHE 41039000 Selection Robe Hook, Starlight Chrome', 50.00, NULL, NULL, 68.00, 'GROHE 41039000 Selection Robe Hook, Starlight Chrome-55486.png', 'GROHE 41039000 Selection Robe Hook, Starlight Chrome-54870.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 09:46:37', '2024-01-30 09:46:37'),
(1930, 'Grohe 28605000 Relexa Starlight Chrome Handshower Holder', '6fwhW4Vqz', 18, 'Grohe 28605000 Relexa Starlight Chrome Handshower Holder', 38.00, NULL, NULL, 40.00, 'Grohe 28605000 Relexa Starlight Chrome Handshower Holder-29680.png', NULL, NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-30 09:51:49', '2024-01-30 09:51:49'),
(1931, 'Vtg Art Deco 14k Yellow Gold Carved Natural Jadeite Pendant Necklace & Earrings', 'lJfRnVdPc', 1, 'The vintage Art Deco 14k yellow gold carved natural jadeite pendant necklace and earrings are absolutely stunning. They exude a classic elegance with their intricate carvings and beautiful jadeite gemstones. This set is a true treasure, perfect for adding a touch of vintage charm to any outfit. Whether you\'re attending a special occasion or simply want to elevate your everyday style, this pendant necklace and earrings will definitely make a statement. Embrace the timeless beauty of Art Deco with this exquisite jewelry set!', 1563.89, NULL, NULL, 1680.00, 'Vtg Art Deco 14k Yellow Gold Carved Natural Jadeite Pendant Necklace & Earrings-57758.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-30 09:54:05', '2024-01-30 09:54:05'),
(1932, 'Amazon Basics 360 Heavy Duty Duster Kit, 16 Count Total, Pack of 2', 'l9eRyp7Uw', 14, 'Includes 14 dusters and 2 handles (2 packs of 7 dusters and 1 handle)\r\nGreat for pet hair pick-up, dusting electronics, blinds, furniture and dust bunnies; picks up and traps two times more allergens than a feather duster\r\nIf you like Swiffer 360° Heavy Duty or Heavy Duty Pet Dusters, we invite you to try Amazon Basics 360° Heavy Duty Duster Kits & Refills\r\nAmazon Basics dusters are designed to fit only with provided handle\r\nAlexa voice shopping enabled: to place your next order, just say, \"Alexa, reorder Amazon Basics Duster Kit', 8.05, NULL, NULL, 14.67, 'Amazon Basics 360 Heavy Duty Duster Kit, 16 Count Total, Pack of 2-40723.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-30 09:56:02', '2024-01-30 09:56:02'),
(1933, 'Intermatik-20 Amp 60-Minute Indoor In-Wall Spring Wound Timer, Gray SW60MK', 'rzZeCytf1', 18, 'This Item has been tested? : Yes', 33.24, NULL, NULL, 34.00, 'Intermatik-20 Amp 60-Minute Indoor In-Wall Spring Wound Timer, Gray SW60MK-96808.png', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 09:58:17', '2024-01-30 09:58:17'),
(1934, '14K Yellow Gold Oval Shape Natural Roby Diamond Statement Ring Vintage Diamond R', 'jojy9NTtb', 19, 'The 14K yellow gold oval shape natural ruby diamond statement ring is a true beauty. With its vintage design and sparkling diamonds, this ring is sure to make a statement. The combination of the rich red ruby and the dazzling diamonds creates a stunning contrast that catches the eye. It\'s the perfect accessory for adding a touch of elegance and sophistication to any outfit. Whether you\'re attending a special event or simply want to treat yourself, this vintage diamond ring is a timeless piece that you\'ll cherish for years to come.', 3850.00, NULL, NULL, 4500.99, '14K Yellow Gold Oval Shape Natural Roby Diamond Statement Ring Vintage Diamond R-60348.jpeg', '14K Yellow Gold Oval Shape Natural Roby Diamond Statement Ring Vintage Diamond R-32000.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-01-30 09:59:41', '2024-01-30 09:59:41'),
(1935, 'Multifunctional Portable Stoves Cooking Plate Coffee Heater Home Appliance Elect', 'ygA331TpI', 19, 'Hot Plate Cooking.Adjustable Temperaturefast Heating, High Surface Temperature, Up To 570 Degrees. There Are A Total Of 1-5 Gears That Can Be Adjusted, Which Is Convenient For Different Heating Needs. The Surface Temperature Is High, The Internal Temperature Is Low, And The Thermal Efficiency Is High.Hot Plates For Cooking Electric Stove.Portable Design500W Power, No Need To Fire, Mini Stove Can Just Plug And Play. Apart From Work And Study, Diy Your Delicious Food With It.Reassuring Use Design, An Essential Home Appliance In Your Home, The Palm Size Changes Your Life. Small And Portable Can Be Used As A Supplement To The Kitchen, Property', 55.00, NULL, NULL, 60.00, 'Multifunctional Portable Stoves Cooking Plate Coffee Heater Home Appliance Elect-92592.png', 'Multifunctional Portable Stoves Cooking Plate Coffee Heater Home Appliance Elect-44113.png', 'Multifunctional Portable Stoves Cooking Plate Coffee Heater Home Appliance Elect-64322.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 10:03:03', '2024-01-30 10:03:03'),
(1936, '14K Yellow Gold Round Rose Cut Blue sapphire gemstone Diamond Ring, Blue Rose', 'gorCqJwcS', 14, 'The 14K yellow gold round rose cut blue sapphire gemstone diamond ring, also known as the Blue Rose, is absolutely breathtaking. The combination of the vibrant blue sapphire and the sparkling diamonds creates a mesmerizing effect. This ring is a true showstopper, perfect for adding a pop of color and elegance to any outfit. Whether you\'re attending a special occasion or simply want to treat yourself, the Blue Rose will definitely make a statement. It\'s a timeless piece that you\'ll cherish for years to come.', 3300.00, NULL, NULL, 3670.99, '14K Yellow Gold Round Rose Cut Blue sapphire gemstone Diamond Ring, Blue Rose-76412.jpeg', '14K Yellow Gold Round Rose Cut Blue sapphire gemstone Diamond Ring, Blue Rose-32385.jpeg', '14K Yellow Gold Round Rose Cut Blue sapphire gemstone Diamond Ring, Blue Rose-49376.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 10:04:39', '2024-01-30 10:04:39'),
(1937, '220V 1000W Portable Electric Stove Hot Plate Kitchen Adjustable Coffee Heater', '5epYTcuFv', 19, 'Features A Temperature Regulating Knob With Heat Distribution Coils, Heating Temperature Can Be Adjusted, Operate Easily. Power Indicator Light, The Red Indicator Light Will Be Off When The Stove Reaches Your Desired Temperature. Rubber Feet To Prevent Slippery, Stand Steady In Flat Table. Compact And Portable Size: 18 18 6Cm. Could Be Taken Out Easily For Cooking Outdoors Like Camping And Bbq, Or You Can Just Place It In Your Kitchen Table Or In The Office Please Do Not Put Uneven Bottom Container On The Stove.Keep Other Objects At Least 30 Cm Away From The Stove When Operating To Avoid Blocking', 65.00, NULL, NULL, 70.00, '220V 1000W Portable Electric Stove Hot Plate Kitchen Adjustable Coffee Heater-14868.png', '220V 1000W Portable Electric Stove Hot Plate Kitchen Adjustable Coffee Heater-84432.png', '220V 1000W Portable Electric Stove Hot Plate Kitchen Adjustable Coffee Heater-40501.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 10:11:40', '2024-01-30 10:11:40'),
(1938, 'Handmade Victorian Earring Flower Earring Beautiful Diamond and Pearl Earring', 'rpk1vUfMY', 19, 'The handmade Victorian earring with beautiful diamonds and pearls is an absolute delight. The intricate floral design adds a touch of elegance and charm to these earrings. The combination of diamonds and pearls creates a classic and timeless look that is perfect for any occasion. Whether you\'re dressing up for a special event or adding a touch of sophistication to your everyday style, these earrings are sure to make a statement. Embrace the beauty of the Victorian era with these stunning diamond and pearl earrings!', 1210.99, NULL, NULL, 1400.45, 'Handmade Victorian Earring Flower Earring Beautiful Diamond and Pearl Earring-82002.jpeg', 'Handmade Victorian Earring Flower Earring Beautiful Diamond and Pearl Earring-43640.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-01-30 10:13:38', '2024-01-30 10:13:38'),
(1939, 'Happy Baby Organics Stage 2 Baby Food Pouches', 'A07sZqx6X', 16, 'Clear packaging lets you see the ingredients in each recipe, in all its vibrant color\r\nStage 2 baby foods and baby snacks introduce baby to simple balances of fruits and veggies in a smooth puree with all the new flavors your baby is learning to love\r\nOrganic, delicious options for your baby\'s nutritional journey\r\nCertified USDA organic, made with non-GMO ingredients grown without the use of toxics and in packaging made without BPA, BPS, or phthalates', 11.85, NULL, NULL, 18.23, 'Happy Baby Organics Stage 2 Baby Food Pouches-85322.jpeg', 'Happy Baby Organics Stage 2 Baby Food Pouches-65753.jpeg', 'Happy Baby Organics Stage 2 Baby Food Pouches-84279.jpeg', 'Groceries', 4.0, NULL, 1, '2024-01-30 10:15:55', '2024-01-30 10:15:55'),
(1940, 'Electric Burner Hot Plate For Cooking Cast Iron Hot Plates, Adjustable Temperature', 'Co6qZCLvU', 18, '1500W Amp; Easy To Control--Powered By 1500W Cast Iron Hot Plate Burner With Efficiently 7 Temperature Control Heating Settings To Accurate Electric Cooking, Allows You To Heat Up Food In Seconds To The Temperature You Want. Stable Amp; Safe--The Hot Plate Is Durable With Stainless Steel Housing, And Its Surface Is Smooth And Easy To Clean. Bottom Is Equipped With Anti-Skid Feet, Ensures The Stability Of Hot Plate, Preventing The Electric Stove From Moving During Cooking. Automatic Safety Shutoff Function With Temperature Regulated By A Thermostat. Simply Wipe With A Clean Cloth When Cool.', 76.00, NULL, NULL, 89.99, 'Electric Burner Hot Plate For Cooking Cast Iron Hot Plates, Adjustable Temperature-44480.png', 'Electric Burner Hot Plate For Cooking Cast Iron Hot Plates, Adjustable Temperature-22883.png', 'Electric Burner Hot Plate For Cooking Cast Iron Hot Plates, Adjustable Temperature-13885.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 10:18:49', '2024-01-30 10:18:49'),
(1941, 'Zaer Ltd. Victorian-Style Iron Garden Armchair Stephania (Antique White)', 'TZfsFuTHv', 18, 'Hey there! The Zaer Ltd. Victorian-Style Iron Garden Armchair in Antique White, called the Stephania, is a true beauty. With its intricate design and antique white finish, this armchair brings a touch of Victorian elegance to any garden or outdoor space. Made from durable iron, it\'s not only stylish but also built to withstand the elements. Whether you want to create a cozy reading nook or simply enjoy the outdoors in style, the Stephania armchair is the perfect addition to your garden. Sit back, relax, and enjoy the charm of Victorian-inspired outdoor living!', 239.95, NULL, NULL, 299.15, 'Zaer Ltd. Victorian-Style Iron Garden Armchair Stephania (Antique White)-55815.jpeg', 'Zaer Ltd. Victorian-Style Iron Garden Armchair Stephania (Antique White)-63108.jpeg', 'Zaer Ltd. Victorian-Style Iron Garden Armchair Stephania (Antique White)-72574.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-30 10:22:49', '2024-01-30 10:22:49'),
(1942, 'BetterBody Foods Organic Coconut Aminos', '2NKvsm70b', 7, 'SOY SAUCE REPLACEMENT: If you love soy sauce but not its high sodium content, this sauce is for you. It\'s gluten-free and paleo-friendly, and it contains less sodium than traditional soy sauce\r\nTASTY SUBSTITUTE: Our low-sodium sweet soy sauce is made from organic coconut blossom nectar and Himalayan salt. With Coconut Aminos Sauce, you can substitute soy sauce without sacrificing taste\r\nLOW-SODIUM FOODS: If you\'re on a gluten-free, paleo, or low-sodium diet, this replacement sauce makes it easier. Use it when a recipe calls for soy sauce—in a stir fry, marinade, dressing, and more\r\nUSDA ORGANIC: This organic soy sauce is certified USDA organic, gluten-free, non-GMO, and soy-free, so almost everyone can enjoy it. It\'s a natural alternative to highly processed soy sauces\r\nALL-PURPOSE SEASONING: Add unique flavor to any recipe with this soy sauce alternative. With no added sugar, it provides a naturally sweet flavor that complements the Himalayan salt', 7.68, NULL, NULL, 10.97, 'BetterBody Foods Organic Coconut Aminos-37271.jpeg', 'BetterBody Foods Organic Coconut Aminos-99403.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 10:23:52', '2024-01-30 10:23:52'),
(1943, 'Nokta The Legend Metal Detector with Wireless Headphones and Accupoint Pinpointe', 'lLVLgigXE', 18, 'The Nokta The Legend Metal Detector is an amazing tool for all your treasure hunting adventures. With its wireless headphones and Accupoint Pinpointer, you\'ll have everything you need to search for hidden gems. The Legend Metal Detector is known for its accuracy and reliability, making it a favorite among metal detecting enthusiasts. Whether you\'re exploring the beach, parks, or even your own backyard, this metal detector will help you uncover all sorts of valuable finds. Get ready to embark on exciting treasure hunts with the Nokta Legend Metal Detector! Happy hunting!', 639.00, NULL, NULL, 850.25, 'Nokta The Legend Metal Detector with Wireless Headphones and Accupoint Pinpointe-39033.jpeg', 'Nokta The Legend Metal Detector with Wireless Headphones and Accupoint Pinpointe-26649.jpeg', 'Nokta The Legend Metal Detector with Wireless Headphones and Accupoint Pinpointe-39335.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 10:27:07', '2024-01-30 10:27:07'),
(1944, 'Champion Power Equipment Inverter Generator 2500-Watt Ultralight Dual Fuel', '3PM1cU1Rx', 16, 'The Champion Power Equipment 201122 2500-Watt Portable Inverter Generator with CO Shield is ideal for camping or tailgating. Weighing in at an ultralight 39 pounds, this model is one of the lightest 2500-watt inverters in the industry. Included are a covered 120V 20A household duplex outlet (5-20R) plus two handy 2.1A USB ports you can use to power your phone, laptop, or similar device. Just add oil (included 10W-30), and operate your Dual-Fuel generator right out of the box on gasoline or propane, and easily switch fuels with the fuel selector dial. When the 1.1-gallon tank of gasoline is full, the 79cc Champion engine produces 2500 starting watts and 1850 running watts and will run for up to 11.5 hours at 25% load. When using a 20-pound propane tank, it produces 2500 starting watts and 1665 running watts and will run for up to 34 hours at 25% load. CO Shield technology monitors the accumulation of carbon monoxide (CO), a poisonous gas produced by engine exhaust when the generator is running. If CO Shield detects unsafe elevated levels of CO gas, it automatically shuts off the engine. CO Shield is not a substitute for an indoor carbon monoxide alarm or for safe operation. DO NOT allow engine exhaust fumes to enter a confined area through windows, doors, vents or other openings. Generators must ALWAYS be used outdoors, far away from occupied buildings with engine exhaust pointed away from people and buildings. Meets the requirements of ANSI/PGMA G300-2018.\r\n\r\nOperate your 2500-Watt portable generator right out of the box on either gasoline or propane, plus at only 39 lbs., this inverter is 1 of the lightest 2500-Watt inverters in the industry\r\nWith an ultra-quiet 53 dBA from 23 ft., enjoy 2500-Watt starting watt, 1850-Watt running watt and up to 11.5-hours run time on gasoline and 1665-Watt running watt and up to 34-hours on propane\r\nOptional, sold-separately parallel kit enables this inverter to connect with another 2500-Watt Champion inverter to double your output power\r\nIncludes a 120-Volt 20 Amp household duplex outlet (5-20R) with clean electricity (less than 3% THD) and 2 convenient USB ports\r\nIncludes 3-year limited warranty with free lifetime technical support from dedicated experts\r\n\r\nItem is shipped from US based warehouse within maximum of 5 business days (usually 2 business days). It can be delivered to any address in continental US. We are using UPS or FedEx and always provide a tracking number that you can track your order while it is in transit. You can return this item within 30 days for any reason. If you have any questions we would be happy to help and will answer all your questions within 24 hours.', 383.00, NULL, NULL, 395.00, 'Champion Power Equipment Inverter Generator 2500-Watt Ultralight Dual Fuel-69547.jpeg', 'Champion Power Equipment Inverter Generator 2500-Watt Ultralight Dual Fuel-68323.jpeg', 'Champion Power Equipment Inverter Generator 2500-Watt Ultralight Dual Fuel-51887.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 10:31:24', '2024-01-30 10:31:24'),
(1945, 'Rice a Roni Cheesy Cup', 'KyicXA1sO', 10, 'Includes 12 individual cups of Rice a Roni: 4 cups each of Cheddar Jalapeno, Creamy Four Cheese, Cheddar Broccoli\r\nCheese cravings can strike at any time, so keep a couple of our single serve cups on hand for a delicious, cheesy snack in just 3-1/2 minutes', 9.10, NULL, NULL, 11.98, 'Rice a Roni Cheesy Cup-12834.jpeg', 'Rice a Roni Cheesy Cup-77197.jpeg', 'Rice a Roni Cheesy Cup-34833.jpeg', 'Groceries', 3.5, NULL, 1, '2024-01-30 10:33:18', '2024-01-30 10:33:18'),
(1946, 'Husqvarna 50, 51, 55 throttle rod', '18wgMkoyq', 10, 'The Husqvarna 50, 51, 55 throttle rod is a crucial part of these chainsaws. It helps control the throttle and allows you to adjust the speed of the chainsaw. Whether you\'re using it for professional work or tackling some DIY projects, having a functioning throttle rod is essential for smooth and precise operation. Make sure to properly maintain and replace the throttle rod if needed to keep your chainsaw running smoothly. Happy cutting!', 4.42, NULL, NULL, 4.46, 'Husqvarna 50, 51, 55 throttle rod-74724.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 10:36:11', '2024-01-30 10:36:11');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1947, 'John Deere 175 lb. 3.5 cu. ft. Tow-Behind Broadcast Spreader', 'OC2NrtqBm', 18, 'Reloading your spreader over and over can be time-consuming and tiresome. The John Deere 175 lb. tow-behind broadcast Spreader expedites the job with less passes. This spreader was designed for heavy-duty jobs and was built to last; the durable polyethylene hopper won\'t rust or dent and the gears are fully enclosed to protect against corrosion. The patented directional spread pattern, Auto flow, ensures accurate and precise application and stops material from spreading when the tractor stops. Use year-round to apply seed, fertilizer and lawn chemicals or in the winter to spread sand, salt and other melting agents.\r\n\r\nSpread seed, fertilizer, ice melt and more for all-season versatility; spread material from 2 ft up to 12 ft\r\nLarge 175 lb. (3.5 cu.ft.) capacity hopper maximizes the time spent spreading vs. refilling\r\nRustproof poly hopper with stainless steel hardware, tubular steel frame, and tubeless turf-tread pneumatic tires for unmatched durability\r\nFully enclosed gearbox and 6:1 glass-filled nylon gears provide the widest spread pattern at slowest speeds\r\nEasy calibration control features an easy-to-reach locking dial for secure rate-gate settings; Includes hundreds of pre-calibrated settings.\r\nPatented Autoflow technology ensures accurate applications and stops material from spreading when the tractor stops\r\nDirectional Flow Control adjusts spread pattern away from walks, driveways and flowerbeds\r\nUniversal Fit; fits any lawn mower, garden tractor, or ZTR with a rear hitch\r\nMade in the USA\r\n\r\nItem is shipped from US based warehouse within maximum of 5 business days (usually 2 business days). It can be delivered to any address in continental US. We are using UPS or FedEx and always provide a tracking number that you can track your order while it is in transit. You can return this item within 30 days for any reason. If you have any questions we would be happy to help and will answer all your questions within 24 hours.', 301.65, NULL, NULL, 3214.99, 'John Deere 175 lb. 3.5 cu. ft. Tow-Behind Broadcast Spreader-30979.jpeg', 'John Deere 175 lb. 3.5 cu. ft. Tow-Behind Broadcast Spreader-97052.jpeg', 'John Deere 175 lb. 3.5 cu. ft. Tow-Behind Broadcast Spreader-65759.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 10:39:43', '2024-01-30 10:39:43'),
(1948, 'Adjustable Keys Folding Stand Music Keyboard Table Professional 61 76 88 Musical Instruments Stand', 'nfmBHj46Z', 19, 'Size\r\n32*11*73cm\r\nModel\r\nMXS-A1  \r\nWeight\r\n5.36kg\r\nPackage\r\nCarton Box\r\nCertificate\r\nISO9001\r\nMOQ\r\n1pcs', 12.00, NULL, NULL, 15.69, 'Adjustable Keys Folding Stand Music Keyboard Table Professional 61 76 88 Musical Instruments Stand-84423.jpeg', 'Adjustable Keys Folding Stand Music Keyboard Table Professional 61 76 88 Musical Instruments Stand-26787.jpeg', 'Adjustable Keys Folding Stand Music Keyboard Table Professional 61 76 88 Musical Instruments Stand-97148.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 10:40:06', '2024-01-30 10:40:06'),
(1949, '197616 BRIGGS AND STRATTON OIL HEATER 240V', 'hku4EQ7Nz', 19, 'The 197616 Briggs and Stratton Oil Heater 240V is a fantastic choice for keeping warm during those chilly days. With its 240V power supply, this oil heater provides efficient and reliable heating for your space. Whether you want to cozy up in your living room or keep your garage warm while working on projects, this heater will do the job. Stay nice and toasty with the 197616 Briggs and Stratton Oil Heater', 79.15, NULL, NULL, 79.95, '197616 BRIGGS AND STRATTON OIL HEATER 240V-47487.jpeg', '197616 BRIGGS AND STRATTON OIL HEATER 240V-60798.jpeg', NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-01-30 10:43:13', '2024-01-30 10:43:13'),
(1950, '7ml body sculpting ampoule', 'kuyYe2pcd', 5, 'Body slimming solution, weight loss solution', 17.50, NULL, NULL, 19.80, '7ml body sculpting ampoule-42450.jpeg', '7ml body sculpting ampoule-23958.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 10:43:17', '2024-01-30 10:43:17'),
(1951, 'Peet\'s Coffee, Medium Roast K-Cup Pods for Keurig Brewers', 'Tviu1lUFl', 12, 'Contains four (4) Boxes of 22 Peet\'s Single Origin Brazil Medium Roast Coffee Keurig K-Cup Pods (88 K-Cup Pods Total) - 100% Arabica Coffee\r\nFlavor and Roast: Medium Roast. Balanced, dried fruit, hazelnut. Whole, ripe coffee cherries from the Minas Gerais region sweeten in the Brazilian sun to create a coffee that is smooth and full-bodied.\r\nBrewing Methods: Peet\'s single serve, K-Cup Pods are compatible with all Keurig K-Cup Brewers\r\nRecyclable: Peet\'s K-Cup Pods are fully recyclable - peel, compost or dispose grounds & recycle. Check locally, not recycled in all communities.\r\nSourcing with Impact: The coffee you buy can impact the welfare of the people and planet. Peet\'s is actively engaged in driving positive impact in communities where our coffees are grown.', 36.39, NULL, NULL, 64.48, 'Peet\'s Coffee, Medium Roast K-Cup Pods for Keurig Brewers-66466.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 10:43:22', '2024-01-30 10:43:22'),
(1952, 'mini tambourine', 'JrBjnq6u8', 19, 'Material:\r\nplastic +metal\r\nSize：\r\nHeight:22cm，Width 25cm\r\nMOQ:\r\n1PCS\r\nColor:\r\nred,yellow,blue,green,pink, black, white\r\nLogo:\r\nwe can print client\'s logo\r\nSample:\r\nwe can supply sample\r\nCertificates:\r\nCE, EN71\r\nOEM&ODE:\r\nYES,welcome\r\nPackage:\r\nWe could pack the goods as you want\r\nAge :\r\n3+', 1.30, NULL, NULL, 1.40, 'mini tambourine-44742.jpeg', 'mini tambourine-72412.jpeg', 'mini tambourine-85025.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 10:44:04', '2024-01-30 10:44:04'),
(1953, 'Percussion musical instrument 8 inch wooden hand tunable tambourine', 'inMgn4b5I', 5, 'Item No	tunable tambourine\r\n Material	wood\r\n Size	15*4.5cm \r\n Color	as picture\r\n Certificate	ASTMF963,EN71,ISO9001\r\n Sample Time	2-7 days\r\n MOQ	1 pc tunable tambourine\r\n OEM/ODM	Avaliable\r\n Logo	 we can print client\'s logo\r\n Paint	eco-friendly ,all green paint, non-toxic\r\nPackage	opp bag /customized package', 4.00, NULL, NULL, 6.00, 'Percussion musical instrument 8 inch wooden hand tunable tambourine-65638.jpeg', 'Percussion musical instrument 8 inch wooden hand tunable tambourine-69226.jpeg', 'Percussion musical instrument 8 inch wooden hand tunable tambourine-54407.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 10:48:04', '2024-01-30 10:48:04'),
(1954, 'Papaya Skin Care Gift Set', '25OX2ybhk', 5, 'Papaya Skin Care Gift Set with 5 items, with pure natural nourishing ingredients, for skin brightening & nourishing. Brings back radiant & smooth glowing skin. Brightens skin tone and improve dullness.\r\nEffect\r\nSkin brightening & nourishing. Brings back radiant & smooth glowing skin. Brightens skin tone and improve dullness.\r\nMain Ingredients\r\nPapaya extract, Shea Butter, Licorice Root extract, Arbutin, Glutathione, Sodium hyaluronate, Jojoba Seed Oil, Rosehip oil, Ascorbic Acid(Vitamin C), Aloe Barbadensis (Aloe Vera)\r\nPackage\r\nbottles with label sticker or printing.\r\nCustomization\r\nAvailable', 10.99, NULL, NULL, 12.50, 'Papaya Skin Care Gift Set-87126.jpeg', 'Papaya Skin Care Gift Set-24832.jpeg', 'Papaya Skin Care Gift Set-28905.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 10:50:27', '2024-01-30 10:50:27'),
(1955, 'Oganic Mango Lemonade', 'Rq32dLxdd', 16, 'Naturally Flavored Juice Beverage\r\nTrust & Quality We Are Proud To Offer This Product To You Because It Meets Our Rigorous Quality Standards, Which Prohibit Over 100 Ingredients For Both Food And Supplements.', 3.50, NULL, NULL, 5.49, 'rganic Mango Lemonade-82511.jpeg', 'rganic Mango Lemonade-22568.jpeg', 'rganic Mango Lemonade-91664.jpeg', 'Groceries', 3.5, NULL, 1, '2024-01-30 10:51:03', '2024-01-30 11:01:42'),
(1956, 'Garden Watering Hose Pipe Spray Gun Patterns Soft Handle Car Washing Pets', 'Zlvf9EIXx', 19, 'If you\'re looking for a versatile garden watering hose pipe spray gun with soft handle, you\'re in luck! This spray gun offers a range of different spray patterns, allowing you to customize your watering experience. From a gentle mist for delicate plants to a powerful jet for cleaning tasks, this spray gun has got you covered. The soft handle ensures a comfortable grip, making it easy to use for extended periods of time. It\'s great for watering your garden, washing your car, or even giving your pets a refreshing spray on hot days. Get ready to make watering and cleaning a breeze with this handy garden watering hose pipe spray gun!', 10.07, NULL, NULL, 10.17, 'Garden Watering Hose Pipe Spray Gun Patterns Soft Handle Car Washing Pets-31120.jpeg', 'Garden Watering Hose Pipe Spray Gun Patterns Soft Handle Car Washing Pets-21994.jpeg', 'Garden Watering Hose Pipe Spray Gun Patterns Soft Handle Car Washing Pets-61981.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 10:51:22', '2024-01-30 10:51:22'),
(1957, 'MBAT Children\'s Stainless Steel Marching drum Snare drum', 'nywyaZNj8', 5, 'New Upgrade MBAT snare drum,The surface is electroplated by process, and it is generally maintained with care, without rust, and is not easy to deform. It is beautiful. The striking surface is made of export foreign trade drum skin, the resonance surface is made of export foreign trade drum skin, the drum cavity is made of imported mirror stainless steel, and the internal circular chamfer treatment is used. The drum surface and the drum cavity have a better contact, and the surface will never rust. The drum body is equipped with an advanced adjustable sound string regulator, and an advanced 20 wire carbon steel sand belt.\r\n\r\nMaterial\r\nStainless steel+zinc alloy\r\nColor\r\nLaser Blue/Laser Red/Claret\r\nPackaging\r\nCarton\r\n️Package size\r\n40*40*15cm\r\nPackage weight\r\n2.9kg', 20.80, NULL, NULL, 22.80, 'MBAT Children\'s Stainless Steel Marching drum Snare drum-88136.jpeg', 'MBAT Children\'s Stainless Steel Marching drum Snare drum-81183.jpeg', 'MBAT Children\'s Stainless Steel Marching drum Snare drum-15373.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 10:52:06', '2024-01-30 10:52:06'),
(1958, 'Papaya Skin Care Gift Set with 5 items, with pure natural nourishing ingredients, for skin brightening', '65bICHVEM', 5, 'Papaya Skin Care Gift Set with 5 items, with pure natural nourishing ingredients, for skin brightening & nourishing. Brings back radiant & smooth glowing skin. Brightens skin tone and improve dullness.\r\nEffect\r\nSkin brightening & nourishing. Brings back radiant & smooth glowing skin. Brightens skin tone and improve dullness.\r\nMain Ingredients\r\nPapaya extract, Shea Butter, Licorice Root extract, Arbutin, Glutathione, Sodium hyaluronate, Jojoba Seed Oil, Rosehip oil, Ascorbic Acid(Vitamin C), Aloe Barbadensis (Aloe Vera)\r\nPackage\r\nbottles with label sticker or printing.\r\nCustomization\r\nAvailable', 11.50, NULL, NULL, 13.97, 'Papaya Skin Care Gift Set with 5 items, with pure natural nourishing ingredients, for skin brightening-21340.jpeg', 'Papaya Skin Care Gift Set with 5 items, with pure natural nourishing ingredients, for skin brightening-12523.jpeg', 'Papaya Skin Care Gift Set with 5 items, with pure natural nourishing ingredients, for skin brightening-55586.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 10:54:16', '2024-01-30 10:54:16'),
(1959, 'GE110 Nubuck Leather Drum Heads snare drum musical instruments', 'Ohld4xe68', 5, 'Color	Red ,sliver,yellow,blue\r\nModel	GE110\r\nSize	14*5.5\r\nHoops	PVC Veneer gluing\r\nDrum Heads	Nubuck Leather\r\nColor	Red ,sliver,yellow,blue\r\nDrum Chamber	Poplar\r\nLugs', 20.00, NULL, NULL, 25.00, 'GE110 Nubuck Leather Drum Heads snare drum musical instruments-98095.jpeg', 'GE110 Nubuck Leather Drum Heads snare drum musical instruments-78480.jpeg', 'GE110 Nubuck Leather Drum Heads snare drum musical instruments-71268.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 10:55:14', '2024-01-30 10:55:14'),
(1960, 'Husqvarna 562 XP Chainsaw Top Cover over Air Filter - OEM', 'fb3vBkl5s', 19, 'The Husqvarna 562 XP Chainsaw Top Cover over Air Filter is an original equipment manufacturer (OEM) part that is designed specifically for the Husqvarna 562 XP chainsaw. This top cover fits over the air filter, providing protection and ensuring proper airflow to the engine. It\'s important to have a functioning top cover to maintain the performance and longevity of your chainsaw. If you need to replace your current top cover, make sure to get the OEM version for the best fit and performance. Keep your chainsaw running smoothly with the Husqvarna 562 XP Chainsaw Top Cover over Air Filter!', 79.95, NULL, NULL, 89.95, 'Husqvarna 562 XP Chainsaw Top Cover over Air Filter - OEM-84145.jpeg', 'Husqvarna 562 XP Chainsaw Top Cover over Air Filter - OEM-98832.jpeg', 'Husqvarna 562 XP Chainsaw Top Cover over Air Filter - OEM-81566.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-30 10:56:08', '2024-01-30 10:56:08'),
(1961, 'Don Francisco\'s and Cafe La Llave Espresso Capsule Variety Pack', 'HoCGxQc2k', 13, 'FLAVORS AND INTENSITY: Don Francisco\'s Espresso Clasico Intensity 9 (classic, full-bodies, rich), Old Havana Intensity 8 (nutty, hints of citrus, smooth), Organico Intensity 7 (organic, balanced, sweet, floral); Café La Llave Espresso Intensity 11 (dark-roasted, full-bodied, aromatic).\r\nRECYCLABLE COFFEE PODS: we have partnered with Terracycle for a recycling program that makes Don Francisco\'s coffee pods recyclable through Terracycle.\r\nCOMPATIBLE WITH Nespresso Originalline brewers: specially engineered for Nespresso Originalline brewers to deliver a high-quality and consistent espresso, shot after shot. Not compatible with Nespresso Vertuo brewers. *not affiliated with Nespresso.\r\nFOUR GENERATIONS STRONG: our family\'s expertise extends more than 140 years and is headquartered outside of Los Angeles in the City of Vernon.\r\nBLENDED, ROASTED and packed at our zero-waste-to-landfill facility in Los Angeles.', 18.35, NULL, NULL, 15.87, 'Don Francisco\'s and Cafe La Llave Espresso Capsule Variety Pack-17414.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 10:59:38', '2024-01-30 10:59:38'),
(1962, 'Upgraded Solar Outdoor Lights, 54 Leds Solar Spot Lights 7 Multicolo', 'A5z0k9F3F', 10, 'The Upgraded Solar Outdoor Lights with 54 LEDs are a fantastic addition to your outdoor space. These lights not only provide bright and efficient illumination but also offer 7 different multicolor options to create a vibrant and festive atmosphere. Powered by solar energy, they are eco-friendly and cost-effective. Whether you want to highlight specific areas in your garden or add a touch of ambiance to your patio, these solar spot lights are a great choice. Get ready to transform your outdoor space with beautiful and colorful lighting! \r\nCondition: New\r\n\r\nEan: 0850027221458\r\n\r\nSize: 4 Pack\r\n\r\n:\r\n\r\nColor: Multicolor', 160.99, NULL, NULL, 170.99, 'Upgraded Solar Outdoor Lights, 54 Leds Solar Spot Lights 7 Multicolo-86918.jpeg', 'Upgraded Solar Outdoor Lights, 54 Leds Solar Spot Lights 7 Multicolo-27738.jpeg', 'Upgraded Solar Outdoor Lights, 54 Leds Solar Spot Lights 7 Multicolo-18689.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 11:00:14', '2024-01-30 11:00:14'),
(1963, 'Hot product natural facial moisturizer', '5EhSsBxgF', 5, 'Self-owned factory, rich in products, providing one-stop supply service, good factory supplier save your time and money, help you to win market! \r\n(2) ODM & OEM & OBM, any your customized requirement we can help you to design and put into product.', 11.18, NULL, NULL, 11.58, 'Hot product natural facial moisturizer-35915.jpeg', 'Hot product natural facial moisturizer-69414.jpeg', 'Hot product natural facial moisturizer-58216.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 11:01:47', '2024-01-30 11:01:47'),
(1964, 'Key golden lacquer RST-9902 tenor sexophone', '0Q9s4Z1cX', 5, 'Brand :Rollins \r\nModel:Rst-9902\r\nTechnology: electrophoretic gold\r\nMaterial: Brass', 900.00, NULL, NULL, 960.00, 'Key golden lacquer RST-9902 tenor sexophone-79038.jpeg', 'Key golden lacquer RST-9902 tenor sexophone-23722.jpeg', 'Key golden lacquer RST-9902 tenor sexophone-85958.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 11:03:38', '2024-01-30 11:03:38'),
(1965, '10 Ft Gas Propane Regulator and Hose With Brass Adapter', 'EKL3mJLVN', 18, 'This 10-foot gas propane regulator and hose with brass adapter is a must-have for anyone who loves to grill outdoors. With its durable metal and rubber materials, this replacement grill part is built to last. The brass finish adds an elegant touch to your outdoor cooking setup, while the black color complements any style.\r\n\r\nThis hose and regulator unit is designed to fit all models that are compatible, making it a versatile addition to your outdoor living space. Whether you\'re using a small portable grill or a larger model, this conversion kit is sure to meet your needs. So why wait? Upgrade your outdoor cooking game today with this high-quality gas propane regulator and hose.', 12.86, NULL, NULL, 12.99, '10 Ft Gas Propane Regulator and Hose With Brass Adapter-59012.jpeg', '10 Ft Gas Propane Regulator and Hose With Brass Adapter-31100.jpeg', '10 Ft Gas Propane Regulator and Hose With Brass Adapter-41835.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 11:07:14', '2024-01-30 11:07:14'),
(1966, 'Newair Nugget Ice Maker, Sonic Speed Countertop Crunchy Ice Pellet Machine 45 lbs. of Ice a Day,', 'vTtG62swr', 4, 'Newair Nugget Ice Maker, Sonic Speed Countertop Crunchy Ice Pellet Machine 45 lbs. of Ice a Day, Stainless Steel, Self-Cleaning Function and BPA-Free Parts, Perfect for Home, Kitchen, and More', 299.00, NULL, NULL, 499.99, 'Newair Nugget Ice Maker, Sonic Speed Countertop Crunchy Ice Pellet Machine 45 lbs. of Ice a Day,-50418.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 11:07:41', '2024-01-30 11:07:41'),
(1967, '8/12 inch drum pad set rubber drum practice pad with stand', 'QGVcUwO2Q', 19, 'Drum Stand\r\nDrum pad\r\nMaterial\r\nMetal chrome plating\r\nMaterial\r\nRubber drumhead\r\nNW\r\n1.9KG\r\nNW\r\n1.55KG\r\nHeigh\r\n55-70cm\r\nDrum diameter\r\n30cm\r\nMain pipe diameter\r\n2.5cm\r\nThickness\r\n2.7cm\r\nFeatures\r\nUniversal\r\nFeatures\r\nTasteless', 2.69, NULL, NULL, 3.69, '8/12 inch drum pad set rubber drum practice pad with stand-15786.jpeg', '8/12 inch drum pad set rubber drum practice pad with stand-35284.jpeg', '8/12 inch drum pad set rubber drum practice pad with stand-21932.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-30 11:09:04', '2024-01-30 11:09:04'),
(1968, 'Solimo French Roast K-Cup Coffee Pods', 'l5qpS60jW', 17, '100 French Roast coffee pods\r\n100% Arabica coffee\r\nA hot, refreshing, intense cup of coffee, made with a very bold dark roast coffee profile that has some bold, smoky notes\r\nCompatible with 1.0 and 2.0 k-cup brewers\r\nSatisfaction Guarantee: We\'re proud of our products. If you aren\'t satisfied, we\'ll refund you for any reason within a year of purchase.', 21.25, NULL, NULL, 29.81, 'Solimo French Roast K-Cup Coffee Pods-27926.jpeg', 'Solimo French Roast K-Cup Coffee Pods-54555.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 11:09:19', '2024-01-30 11:09:19'),
(1969, 'ECHO PB620 Starter Recoil , Backpack Blower A051000930', 'WxtSyHVIm', 19, 'The ECHO PB620 Starter Recoil is a replacement part for the backpack blower. It\'s designed to help you easily start your blower by providing the necessary recoil mechanism. If you\'re experiencing any issues with starting your ECHO PB620 backpack blower, replacing the starter recoil with the A051000930 model should do the trick. Make sure to follow the instructions provided by ECHO for a smooth installation. Happy blowing! \r\nEcho PB620 Starter Recoil. Used , In excellent condition. PN A051000930.', 14.99, NULL, NULL, 16.35, 'ECHO PB620 Starter Recoil , Backpack Blower A051000930-35329.jpeg', 'ECHO PB620 Starter Recoil , Backpack Blower A051000930-70060.jpeg', 'ECHO PB620 Starter Recoil , Backpack Blower A051000930-33813.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-01-30 11:10:41', '2024-01-30 11:10:41'),
(1970, 'Drip Coffee Maker', 'DYfSap727', 4, 'Caf&eacute; Specialty Drip Coffee Maker | 10-Cup Glass Carafe | WiFi Enabled Voice-to-Brew Technology | Smart Home Kitchen Essentials | SCA Certified, Barista-Quality Brew | Stainless Steel', 170.00, NULL, NULL, 279.00, 'Drip Coffee Maker-94151.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 11:11:54', '2024-01-30 11:11:54'),
(1971, 'Dynamic drum kit', 'bCtZLUonS', 19, 'Model Number\r\nED01\r\nPlace of Origin\r\nChina\r\n 	\r\nGuangdong\r\n 	 \r\nDrum Heads Material\r\nSilicon\r\nDrum Chamber Material\r\nABS\r\nSize\r\n46.2*30.2*11cm\r\nMaterial\r\nSilicon+ABS\r\nProduct name\r\nVelocity-sensitive drum kit\r\nType\r\nMusical Instruments\r\nColor\r\nBlack\r\nName\r\nDynamic drum kit\r\nApplication\r\nEducation\r\nStyle\r\nDurable\r\nUsage\r\nMusical Percussion Usage\r\nMOQ\r\n1000pcs\r\n 1. Portable multifunctional professional electronic drum\r\n\r\n2. Lightweight, fashionable, concise, easy to carry, with multiple colors to choose from;\r\n\r\n3. Built in multiple sets of high-quality drum sound sources, authentic and stunning drum sound!\r\n\r\n4. The standard drum surface setting and pedal extension interface bring you the enjoyment of a real drum stand;\r\n\r\n5. Comes with a professional demonstration song, making it easy for you to enjoy and learn\r\n\r\n6. Comes with accompaniment and can freely adjust speed, making it your learning and practice partner\r\n\r\n7. With built-in recording function, it is convenient for you to record your music inspiration anytime, anywhere\r\n\r\n8. Battery powered, equipped with high-quality speakers, ready to use anytime, anywhere\r\n\r\n9. Audio input/output interface with strong scalability\r\n\r\n10. USB/DC 9V2A power supply/lithium battery charging\r\n\r\n\r\n\r\n11. You can connect to the computer and play DTX games.\r\n\r\n\r\n\r\n12. It can support Bluetooth to play DTX games.', 65.00, NULL, NULL, 75.00, 'Dynamic drum kit-64510.jpeg', 'Dynamic drum kit-45622.jpeg', 'Dynamic drum kit-88525.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 11:13:04', '2024-01-30 11:13:04'),
(1972, 'Remington Yard Master 69409 OEM Chainsaw Pull Start Recoil-Part Only!!!!!!', 'N4bBS97Vu', 18, 'The Remington Yard Master 69409 OEM Chainsaw Pull Start Recoil is a replacement part designed specifically for the Remington Yard Master chainsaw. This pull start recoil is a crucial component for starting your chainsaw. If you\'re having issues with your current pull start recoil, replacing it with the OEM 69409 model will help get your chainsaw up and running smoothly again. Just make sure to follow the instructions provided by Remington for proper installation. Happy chainsawing!', 13.00, NULL, NULL, 14.25, 'Remington Yard Master 69409 OEM Chainsaw Pull Start Recoil-Part Only!!!!!!-28921.jpeg', 'Remington Yard Master 69409 OEM Chainsaw Pull Start Recoil-Part Only!!!!!!-67559.jpeg', 'Remington Yard Master 69409 OEM Chainsaw Pull Start Recoil-Part Only!!!!!!-34720.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 11:13:28', '2024-01-30 11:13:28'),
(1973, 'Freestanding Portable Air Conditioner', 'fvjI6Sqyc', 4, 'SereneLife Compact Freestanding Portable Air Conditioner - 10,000 BTU Indoor Free Standing AC Unit w/ Dehumidifier & Fan Modes For Home, Office, School & Business Rooms Up To 300 Sq. -SLPAC105W', 247.54, NULL, NULL, 349.99, 'Freestanding Portable Air Conditioner-53545.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 11:15:14', '2024-01-30 11:15:14'),
(1974, 'Café Bustelo Espresso Style Dark Roast Coffee Keurig K-Cup Pods', 'RLneQOMlm', 18, 'Dark roast coffee blends with fruity flavor notes that hint of the wild\r\nCoffee beans sourced from Latin American countries\r\nDelicious, full-bodied taste that stands up to cream and sugar', 24.60, NULL, NULL, 31.30, 'Café Bustelo Espresso Style Dark Roast Coffee Keurig K-Cup Pods-29201.jpeg', 'Café Bustelo Espresso Style Dark Roast Coffee Keurig K-Cup Pods-61472.jpeg', 'Café Bustelo Espresso Style Dark Roast Coffee Keurig K-Cup Pods-28112.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-30 11:15:22', '2024-01-30 11:15:22'),
(1975, '600+ Romaine Cimarron Lettuce Seeds Red Vegetable Garden Heirloom', 'WIY2BQ9AT', 12, 'CIMARRON RED ROMAINE LETTUCE VEGETABLE SEEDS\r\n\r\n600 SEEDS\r\n\r\nMATURITY: 28-65 DAYS\r\n\r\nPLANTING DEPTH: 1/8\"\r\n\r\nDISTANCE APART IN ROW: 10-12\"\r\n\r\nROWS APART: 18\"\r\n\r\nPLANT IN FULL SUN AFTER CHANCE OF FINAL FROST.', 4.99, NULL, NULL, 6.99, '600+ Romaine Cimarron Lettuce Seeds Red Vegetable Garden Heirloom-23433.jpeg', NULL, NULL, 'Beauty & personal care', 2.5, NULL, 1, '2024-01-30 11:15:35', '2024-01-30 11:15:35'),
(1976, '3/4 Bb 3 Stainless Steel Piston Junior Tuba (TU9931G)', 'nb1WswfhQ', 19, 'Key\r\nBb\r\nFinish\r\nBrass Lacquer\r\nPiston\r\n3 Stainless steel piston\r\nSlides\r\nYellow brass\r\nLeadpipe\r\nYellow brass\r\nBell\r\nYellow brass\r\nWaterkey\r\n1pcs\r\nBore Size\r\n0.65\'\'(16.5mm)\r\nBell Size\r\n15\'\'(381mm)\r\nCase\r\nPremium case', 450.00, NULL, NULL, 550.00, '3/4 Bb 3 Stainless Steel Piston Junior Tuba (TU9931G)-69357.jpeg', '3/4 Bb 3 Stainless Steel Piston Junior Tuba (TU9931G)-98138.jpeg', '3/4 Bb 3 Stainless Steel Piston Junior Tuba (TU9931G)-47170.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-30 11:20:20', '2024-01-30 11:20:20'),
(1977, 'South Shore Munich Buffet with Sliding Door-Weathered Oak and Matte Black', 'aDQ996v21', 4, 'South Shore Munich Buffet with Sliding Door-Weathered Oak and Matte Black', 250.00, NULL, NULL, 451.00, 'South Shore Munich Buffet with Sliding Door-Weathered Oak and Matte Black-74410.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 11:23:05', '2024-01-30 11:23:05'),
(1978, 'Gelpi Retractor Surgical Operation Instruments   Gelpi Self Retaining Retractor', 'UgxMDC430', 19, 'item\r\nvalue\r\nPlace of Origin\r\nPakistan\r\nBrand Name\r\nEarl Surgical\r\nModel Number\r\nES-008\r\nPower Source\r\nManual\r\nWarranty\r\n1 Year\r\nAfter-sale Service\r\nNONE\r\nMaterial\r\nMetal, Steel\r\nShelf Life\r\n1years\r\nQuality Certification\r\nNone\r\nInstrument classification\r\nClass I\r\nSafety standard\r\nNone\r\nMaterial\r\nStainless Steel\r\nProduct name\r\nGelpi Retractor\r\nApplication\r\nSurgical Operation Instruments\r\nKeywords\r\nGelpi Self Retaining Retractor\r\nSize\r\nCustomer Size\r\nPacking\r\nPoly Bag\r\nMOQ\r\n10 Pieces\r\nQuality\r\nHigh Qualiy\r\nColor\r\nCustomized Color\r\nLogo\r\nCustomized Logo', 11.99, NULL, NULL, 13.99, 'Gelpi Retractor Surgical Operation Instruments   Gelpi Self Retaining Retractor-23232.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-01-30 11:27:17', '2024-01-30 11:27:17'),
(1979, 'Safco Products 1706AN Modular Hospitality Breakroom', 'OMWhkQVCi', 4, 'Safco Products 1706AN Modular Hospitality Breakroom Top Cabinet, Appliance Hutch, Asian Night Base/Black Top', 359.99, NULL, NULL, 550.00, 'Safco Products 1706AN Modular Hospitality Breakroom-90484.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 11:28:57', '2024-01-30 11:28:57'),
(1980, 'Spine instruments, Posterior Lumbar Instruments Set', 'BelqDAABZ', 19, 'MA0524 Olivecrona Double end dissectors, heavy\r\nMA0525 Olivecrona Double end dissectors, light\r\nMA0539 Woodson elevator\r\nMA0541 Woodson packer\r\nMA0557 John Day periosteal elevator, straight\r\nMA0557 John Day periosteal elevator, 30 angled\r\nMA0568 Cobb spinal elevator rounded handle, 12.7mm\r\nMA0570 Cobb spinal elevator rounded handle, 25.4mm\r\nMA0571 Cobb spinal elevator rounded handle, 32mm', 120.00, NULL, NULL, 150.00, 'Spine instruments, Posterior Lumbar Instruments Set-58261.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 11:31:43', '2024-01-30 11:31:43'),
(1981, 'Avanti RMRT30X5R-IS Mini Fridge with Freezer 3 Cu. Ft. Capacity', 'DPsU5SHOQ', 4, 'Avanti RMRT30X5R-IS Mini Fridge with Freezer 3 Cu. Ft. Capacity Retro-Styled for Home Office or Dorm, Manual Defrost and Adjustable Temperature, 3 Cu.Ft, Red', 210.00, NULL, NULL, 250.00, 'Avanti RMRT30X5R-IS Mini Fridge with Freezer 3 Cu. Ft. Capacity-12442.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-30 11:33:34', '2024-01-30 11:33:34'),
(1982, 'OREO Original, OREO Golden, CHIPS AHOY', 'wkKrVFVRM', 13, 'This bulk variety package contains 56 snack packs: 14 each of OREO Chocolate Sandwich Cookies, OREO Golden Sandwich Cookies, CHIPS AHOY. Chocolate Chip Cookies, and Nutter Butter Sandwich Cookies (packaging may vary)\r\nThese treats are iconic. There\'s nothing like cream with chocolate or golden wafer cookies; crunchy chocolate chip cookies; or smooth, creamy peanut butter sandwich cookies\r\nFrom work to the classroom to lunch, bus trips, gift bags, goodie jars, party favors, and dessert baskets, everything is sweeter with these cookies. You can even add them to your favorite recipes.\r\nPreparing for last-minute parties, movie nights, game days, school lunches, office snacks, and crowds of all sizes (and ages) is quick and simple with individually wrapped snack-sized packs\r\nEach pack contains 2 cookies and has 100 – 120 calories per pack', 15.80, NULL, NULL, 22.58, 'OREO Original, OREO Golden, CHIPS AHOY-73585.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-01-30 11:36:54', '2024-01-30 11:36:54'),
(1983, 'BLACK MAX 2-Cycle Spark Plug • Enhances Engine Performance • Lot of 7 New', 'DfDQm91Gu', 18, 'This lot of 7 new Black Max 2-Cycle Spark Plugs is a must-have for any gas-powered lawn mower owner. Made with high-quality alloy steel, these spark plugs are designed to enhance engine performance and keep your lawn mower running smoothly.\r\n\r\nCompatible with BlackMax 2 cycle engines, these spark plugs come in a sleek black color and are sold in a pack of 7. Upgrade your lawn mower\'s ignition system with these reliable spark plugs.', 29.70, NULL, NULL, 30.00, 'BLACK MAX 2-Cycle Spark Plug • Enhances Engine Performance • Lot of 7 New-20835.jpeg', 'BLACK MAX 2-Cycle Spark Plug • Enhances Engine Performance • Lot of 7 New-82793.jpeg', 'BLACK MAX 2-Cycle Spark Plug • Enhances Engine Performance • Lot of 7 New-12939.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 11:39:43', '2024-01-30 11:39:43'),
(1984, 'Zevni 6-Light Brass Gold', 'NmRQCt7Ue', 4, 'Zevni 6-Light Brass Gold Island Hanging Chandelier Lighting, Black Linear Pendant Light with Clear Glass Shade', 259.99, NULL, NULL, 458.16, 'Zevni 6-Light Brass Gold-12786.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 11:39:51', '2024-01-30 11:39:51'),
(1985, 'Classy Leaves Chandeliers for Dining Rooms', 'DYwTDjfBk', 4, 'Classy Leaves Chandeliers for Dining Rooms, Chandeliers Modern, 6 Light Gold Chandelier Light Fixture for Living Room, Bedroom, 25\" W x 25\" L x 26.8\"H', 138.11, NULL, NULL, 164.03, 'Classy Leaves Chandeliers for Dining Rooms-84445.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-30 11:42:09', '2024-01-30 11:42:09'),
(1986, 'Chandeliers for Dining Rooms', '6fxK4kQDY', 4, 'Chandeliers for Dining Rooms, 33&rsquo;&rsquo; Modern Gold Chandelier, Large Globe Pendant Light Fixtures with Globe Seeded Glass Shade for Living Room, Bedroom & Kitchen, Dark Golden Finish', 127.00, NULL, NULL, 199.97, 'Chandeliers for Dining Rooms-93648.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 11:44:57', '2024-01-30 11:44:57'),
(1987, 'Gold Chandelier', 'KVKTdC1E5', 4, 'classy leaves Gold Chandelier, Gold Pendant Lighting, Cylinder Foyer Pendant Lighting for Kitchen Island & Dining Room, Gold Finish, 13&rsquo;&rsquo; L x 13&rsquo;&rsquo; W x 14&rsquo;&rsquo; Home luxury dining room lighting', 55.41, NULL, NULL, 77.00, 'Gold Chandelier-59521.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 11:47:44', '2024-01-30 11:47:44'),
(1988, 'Pyle Digital Guitar Tuner Clip On, High Accuracy Chromatic Tuner for Electric and Acoustic Guitars, Bass, Violin, Ukulele, Adjustable and Rotatable, Auto Shut-Off Function', 'Mg7esW6p5', 19, 'Amplifier Features: - 10W Amplifier, Black - 5’’ Loudspeaker - Specially Designed for Enhanced High-Frequency Response - Functions: Input, Drive Switch, Volume, Treble, Bass, Headphone Output - Portable and Lightweight for Easy Transport - Includes Headphone Output for Silent Practice - Cabinet Material: Lightweight Plywood, Coated by High-Quality Leather - 1/4\'\' Phone Jack Input - 1/4\'\' Headphone Jack - Carry Handle - Power On/Off Switch What\'s in the Box: - 10w Amplifier Technical Specs: - Construction Material: Heavy Duty Wood Construction - Power Supply: 10W - RMS: 10W Watts Peak - Power Output: AC110 - Product Dimensions (L x W x H): 8.6\'\' x 3.8\'\' x 8.3\'\' -inches', 5.99, NULL, NULL, 7.99, 'Pyle Digital Guitar Tuner Clip On, High Accuracy Chromatic Tuner for Electric and Acoustic Guitars, Bass, Violin, Ukulele, Adjustable and Rotatable, Auto Shut-Off Function-88593.jpeg', 'Pyle Digital Guitar Tuner Clip On, High Accuracy Chromatic Tuner for Electric and Acoustic Guitars, Bass, Violin, Ukulele, Adjustable and Rotatable, Auto Shut-Off Function-57895.jpeg', 'Pyle Digital Guitar Tuner Clip On, High Accuracy Chromatic Tuner for Electric and Acoustic Guitars, Bass, Violin, Ukulele, Adjustable and Rotatable, Auto Shut-Off Function-36671.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-30 11:49:37', '2024-01-30 11:49:37'),
(1989, 'LALUZ Chandelier', 'hRfu4ZHkO', 4, 'LALUZ Chandelier, Dining Room Lighting Fixtures Hanging, Chandelier Light Fixture with Dark Brown Speckled Finish, 26&rdquo; Dia, Dimmable', 49.00, NULL, NULL, 128.88, 'LALUZ Chandelier-18841.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 11:51:11', '2024-01-30 11:51:11'),
(1990, '1 Pcs Victoria Bird\'s-nest Fern - Brush Silver Classic Pot - 4\" Live Plant', '9bBXWQ7nC', 19, '1 Pcs Victoria Bird\'s-nest Fern - Brush Silver Classic Pot - 4\" Diameter Live Plant\r\n\r\n• Botanical Name: Asplenium nidus\r\n\r\n• Thrives in medium light\r\n\r\n• Keep soil moist\r\n\r\n• Dimensions (including pot): 4\" diameter, approx. 6-8” tall (from bottom of pot to top of plant)\r\n\r\n• Pot is made of plastic (contains recycled materials)\r\n\r\n• Not intended for human or animal consumption. Keep out of reach of children and pets.\r\n\r\nTerms of Sale\r\n\r\nIf you have any problems with our items or services, please feel free to contact us first before you leave negative feedback. We will do our best to solve any problems and provide you with the best customer services.\r\nYour feedback is very important to our bussiness\'s development. So please leave feedback if you are satusfued with our product. Thankyou very much\r\n\r\nShipping Information\r\n\r\nHandling times : 2-3 working days after payment received\r\n\r\nShipping to US: Standart Shipping about 1-10 days\r\n\r\nIn case of late delivery of goods due to weather, strike or other unexpected events.\r\n\r\nPlease feel free to contact us.\r\n\r\nthank you for choosing our store', 52.78, NULL, NULL, 68.99, '1 Pcs Victoria Bird\'s-nest Fern - Brush Silver Classic Pot - 4\" Live Plant-17893.jpeg', '1 Pcs Victoria Bird\'s-nest Fern - Brush Silver Classic Pot - 4\" Live Plant-21035.jpeg', '1 Pcs Victoria Bird\'s-nest Fern - Brush Silver Classic Pot - 4\" Live Plant-35084.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 11:51:33', '2024-01-30 11:51:33'),
(1991, 'Hpenp 300486 Carburetor For Earthquake E43 E43Ce Auger Mc43 Mc43E Md43 Tiller', 'Q1XqJKK2x', 18, 'Hpenp 300486 Carburetor For Earthquake E43 E43Ce Auger Mc43 Mc43E Md43 Tiller\r\n\r\nHPENP 300486 Carburetor for Earthquake E43 E43CE Auger MC43 MC43E MD43 Tiller Cultivator WE43 WE43E Edger Powermate PEA438 PCV43 Southland SCV43 SEA43 Eskimo Mako 51.7cc M43 43cc Engine\r\nFits model:\r\nEarthquake\r\nE43 Earth auger powerhead\r\nE43CE Earth auger powerhead\r\nE43WC woodchuck power drill\r\nMC43 Mini Cultivator\r\nMC43CE Mini Cultivator\r\nMC43E Mini Cultivator\r\nMC43ECE Mini Cultivator\r\nMC43RCE Mini Cultivator\r\nMD43 Dethatcher\r\nWE43 Walk-Behind Edger\r\nWE43CE Walk-Behind Edger\r\nWE43E Walk-Behind Edger\r\nPowermate\r\nPEA438 Earth Auger\r\nPEA438.1 Earth Auger\r\nP-CV-43 Cultivator\r\nPCV43 Cultivator\r\nPCV43.1 Cultivator\r\nPCV43.2 Cultivator\r\nPWSTM4317 Wheeled String Trimmer Mower\r\nPWSTM4317.1 Wheeled String Trimmer Mower\r\nPWSTM4317.2 Wheeled String Trimmer Mower\r\nSouthland\r\nS-CV-43 Cultivator\r\nSCV43 Cultivator\r\nSCV43.1 Cultivator\r\nSCV43.2 Cultivator\r\nSEA43 Earth Auger\r\nSEA43.1 Earth Auger\r\nSEA438 Earth Auger\r\nSEA438.1 Earth Auger\r\nSWSTM4317 Wheeled String Trimmer Mower\r\nSWSTM4317.1 Wheeled String Trimmer Mower\r\nSWSTM4317.2 Wheeled String Trimmer Mower\r\nEskimo\r\nM43 Mako 8\" 10\" ice auger\r\nM43Q9 Mako 9\" ice auger\r\nZ51Q8 Shark 8\" ice auger\r\nZ51Q9 Shark 9\" Ice auger\r\nZ51Q10 Shark 10\" Ice auger\r\nZ71 Shark 10\" Ice auger\r\n\r\nProduct Features\r\nCarburetor replaces # 300486 43cc 51.7cc carburetor for Earthquake E43 E43CE E43WC auger / drill, MC43 MC43CE MC43E MC43ECE MC43RCE tiller / cultivator, MD43 Dethatcher, WE43 WE43E WE43CE walk-behind edger Southland SCV43 SCV43.1 SCV43.2 cultivator, SEA43 SEA43.1 SEA438 SEA438.1 auger, SWSTM4317 SWSTM4317.1 SWSTM4317.2 String Trimmer Mower Powermate PEA438 PEA438.1 auger, PCV43 PCV43.1 PCV43.2 cultivator, PWSTM4317 PWSTM4317.1 PWSTM4317.2 String Trimmer Mower,Eskimo Mako M43 M43Q9 Z51Q8 Z51Q9 Z51Q10 Z71 ice auger You will get: 1 carburetor, 1 carb gasket, 2 grommet, 2pcs fuel line, 2 fuel filter, 2 primer bulb, 1 spark plug\r\n\r\nShipping:\r\n\r\nShipping is complimentary within the lower 48 US States.\r\n\r\nWe Do Not Ship to PO/APO Boxes, HI or Alaska We Do Not Ship Outside of the Continental US All items ship within 24-72 hours of Payment For large items that require Freight shipping a valid phone number is required to call and schedule your delivery\r\n\r\nTerms of Sale and Feedback:\r\nFeedback is extremely important to us and If you are satisfied with our transaction, please take a moment to leave Positive Feedback. YOUR Satisfaction is our #1 Priority! If there are any issues, PLEASE contact us BEFORE leaving a neutral or negative rating so that we may resolve any concerns. We PROMISE we can make you happy if you give us a fair chance.\r\n\r\nReturns / Concerns:\r\nAll items qualify for returns within 14 - 30 days of receipt. Buyer is responsible for return shipping on any item that is not damaged Please be sure this is an item you want before making your purchase. Customer Satisfaction is our TOP priority! All items are IN STOCK at time of listing. Inventory changes constantly and it is impossible to maintain a perfectly accurate count of all items. Please do not penalize us if we have to issue you a refund!\r\n\r\nThank You For Your patronage', 35.99, NULL, NULL, 45.99, 'Hpenp 300486 Carburetor For Earthquake E43 E43Ce Auger Mc43 Mc43E Md43 Tiller-18968.jpeg', 'Hpenp 300486 Carburetor For Earthquake E43 E43Ce Auger Mc43 Mc43E Md43 Tiller-48080.jpeg', 'Hpenp 300486 Carburetor For Earthquake E43 E43Ce Auger Mc43 Mc43E Md43 Tiller-31003.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-30 11:54:55', '2024-01-30 11:54:55'),
(1992, 'Feiss F1879/1BRB Maison De Ville', 'sx9zG783Q', 4, 'Feiss F1879/1BRB Maison De Ville Crystal Mini Chandelier Lighting, Bronze, 1-Light (11\"Dia x 14\"H) 100watts Bright', 115.00, NULL, NULL, 187.00, 'Feiss F1879/1BRB Maison De Ville-27740.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 11:56:32', '2024-01-30 11:56:32'),
(1993, 'ESP Guitars 6 String Electric Guitar, Vintage White, Right (LPHOENIX1000VW)', 'nraQ6Vwho', 2, 'Guitars in the LTD 1000 Series are designed to offer the tone, feel, looks and quality that working professional musicians require in an instrument. The LTD Deluxe Phoenix-1000 Vintage White offers a classic vibe in both looks and tone, but offers you excellent sonic variety with its set of passive Seymour Duncan pickups: a single-coil Phat Cat in the neck position, and a hot output Custom in the bridge that can be split via a push-pull control. A neck-thru-body design, the Phoenix-1000 Vintage White offers a three-piece mahogany neck with Macassar ebony fingerboard, and mahogany body wings. Other features include a TonePros locking TOM bridge and tailpiece, classy gold hardware, and LTD locking tuners.\r\nFeatures & details\r\nConstruction: Neck-Thru\r\nBody: Mahogany; Neck: 3Pc Maple\r\nFingerboard: Macassar Ebony\r\nBridge: Tonepros Locking TOM & Tailpiece\r\nNeck Pickup: Seymour Duncan Phat Cat Neck; Bridge Pickup: Seymour Duncan Custom', 767.00, NULL, NULL, 809.00, 'ESP Guitars 6 String Electric Guitar, Vintage White, Right (LPHOENIX1000VW)-24606.jpeg', 'ESP Guitars 6 String Electric Guitar, Vintage White, Right (LPHOENIX1000VW)-18270.jpeg', 'ESP Guitars 6 String Electric Guitar, Vintage White, Right (LPHOENIX1000VW)-59168.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 12:00:21', '2024-01-30 12:00:21'),
(1994, 'Sundance Spas Vintage 1990s Acrylic Hot Tub Skimmer Filter Lid Cover Navy Marble', 'ePiqK45s4', 18, 'The Sundance Spas Vintage 1990s Acrylic Hot Tub Skimmer Filter Lid Cover in Navy Marble is a stylish and functional accessory for your hot tub. This lid cover is designed to fit the skimmer filter, providing a secure and protective barrier. The navy marble color adds a touch of elegance to your hot tub, giving it a vintage vibe. It\'s a great way to keep your hot tub looking clean and well-maintained. Enjoy a relaxing soak in your hot tub with this sleek and durable lid cover!', 96.53, NULL, NULL, 99.95, 'Sundance Spas Vintage 1990s Acrylic Hot Tub Skimmer Filter Lid Cover Navy Marble-39245.jpeg', 'Sundance Spas Vintage 1990s Acrylic Hot Tub Skimmer Filter Lid Cover Navy Marble-63172.jpeg', 'Sundance Spas Vintage 1990s Acrylic Hot Tub Skimmer Filter Lid Cover Navy Marble-54005.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 12:04:15', '2024-01-30 12:04:15'),
(1995, 'Astoria Chandelier', 'rgRkuDyVf', 4, 'Livex Lighting 1323-91 Astoria Chandelier', 44.59, NULL, NULL, 299.00, 'Astoria Chandelier-69926.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 12:05:29', '2024-01-30 12:05:29'),
(1996, 'Vintage Garden Flag Banner Yard Garage Sale sign nylon applique embroidered', 'bSmHrKPAj', 14, 'Brand: Unbranded\r\n\r\nVintage 1990s Yard Sale banner/flag, double sided, with appliqued letters and objects, embroidered stitching, with rod sleeve on top\r\n\r\nBlue with multicolors\r\n\r\nNo pole or hanging appratus included\r\n\r\nApproximately 28inches x 43inches\r\n\r\nNylon', 34.64, NULL, NULL, 34.99, 'Vintage Garden Flag Banner Yard Garage Sale sign nylon applique embroidered-66376.jpeg', 'Vintage Garden Flag Banner Yard Garage Sale sign nylon applique embroidered-15542.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 12:08:21', '2024-01-30 12:08:21'),
(1997, 'evoke chandelier', 'Ndh9ipQ9X', 4, 'Progress Lighting - Six Light Chandelier - Chandeliers evoke chandeliers', 238.00, NULL, NULL, 731.00, 'evoke chandelier-53243.webp', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 12:11:58', '2024-01-30 12:11:58'),
(1998, 'Cinta Aislante Alta Temperatura Tesa Tape Aaa Automotriz 25m', 'BsGOFQ7oF', 15, 'La Cinta Aislante Alta Temperatura Tesa Tape AAA Automotriz de 25 metros es un producto de calidad diseñado especialmente para su uso en automóviles. Esta cinta aislante es resistente a altas temperaturas, lo que la hace ideal para proteger y asegurar cables y conexiones en el motor de tu vehículo. Con una longitud de 25 metros, tendrás suficiente cinta para realizar múltiples aplicaciones. Mantén tus cables y conexiones automotrices protegidos y en buen estado con la Cinta Aislante Alta Temperatura Tesa Tape AAA Automotriz. ¡Listo para seguir rodando!', 14.00, NULL, NULL, 16.90, 'Cinta Aislante Alta Temperatura Tesa Tape Aaa Automotriz 25m-91169.jpeg', 'Cinta Aislante Alta Temperatura Tesa Tape Aaa Automotriz 25m-39637.jpeg', 'Cinta Aislante Alta Temperatura Tesa Tape Aaa Automotriz 25m-83012.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-01-30 12:12:48', '2024-01-30 12:12:48'),
(1999, 'Light Sputnik Chandelier', 'yoRBNGeld', 4, 'AA Warehousing LZ1206-6C 6 Light Sputnik Chandelier, Chrome Finish', 55.00, NULL, NULL, 282.00, 'Light Sputnik Chandelier-54673.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-30 12:16:06', '2024-01-30 12:16:06'),
(2000, 'Estación De Carga De Aire Acondicionado Automotriz Muth', 'ZINu4UPAN', 15, 'La Estación de Carga de Aire Acondicionado Automotriz Muth es una herramienta esencial para el mantenimiento y la recarga del sistema de aire acondicionado de tu vehículo. Con esta estación de carga, podrás realizar de manera segura y eficiente la recarga de refrigerante en tu sistema de aire acondicionado, manteniendo el funcionamiento óptimo de tu automóvil en los días calurosos. ¡No te preocupes por el calor y disfruta de un viaje fresco y cómodo con la Estación de Carga de Aire Acondicionado Automotriz Muth!', 3848.00, NULL, NULL, 3900.00, 'Estación De Carga De Aire Acondicionado Automotriz Muth-95997.jpeg', 'Estación De Carga De Aire Acondicionado Automotriz Muth-54130.jpeg', 'Estación De Carga De Aire Acondicionado Automotriz Muth-56239.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-30 12:16:32', '2024-01-30 12:16:32'),
(2001, 'Kit Valvula Cierre Ch De 3/8 Pulgada Campbell Automotriz Her', 'N7nyG74RQ', 15, 'El Kit de Válvula de Cierre CH de 3/8 pulgada de Campbell es una herramienta automotriz muy útil. Este kit incluye una válvula de cierre de alta calidad que te permitirá controlar y detener el flujo de líquidos o gases en tu vehículo de manera segura y efectiva. Es perfecto para tareas de mantenimiento y reparación en el sistema de combustible u otros sistemas automotrices. Con el Kit de Válvula de Cierre CH de Campbell, tendrás la tranquilidad de contar con una herramienta confiable para tus necesidades automotrices. ¡A seguir rodando con seguridad!', 14.30, NULL, NULL, 15.99, 'Kit Valvula Cierre Ch De 3/8 Pulgada Campbell Automotriz Her-48959.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-30 12:18:55', '2024-01-30 12:18:55'),
(2002, 'Tatiana 52-inch 3-Light Royal Chandelier', 'ANnatUWib', 4, 'Warehouse of Tiffany CFL-8336CH Tatiana 52-inch 3-Light Royal Chandelier Ceiling Fan, Silver', 110.00, NULL, NULL, 313.00, 'Tatiana 52-inch 3-Light Royal Chandelier-58150.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 12:19:54', '2024-01-30 12:19:54'),
(2003, 'Sistemas De Control De Motores', 'IRhapR8N4', 15, 'Los Sistemas de Control de Motores son componentes esenciales en los vehículos. Estos sistemas permiten controlar y gestionar el funcionamiento del motor, optimizando su rendimiento y eficiencia. Desde el encendido hasta la gestión de la inyección de combustible y el control de las emisiones, los sistemas de control de motores aseguran un funcionamiento suave y confiable de tu vehículo. Son fundamentales para mantener el motor en buen estado y maximizar su vida útil. ¡Así que no olvides cuidar de tu motor y disfrutar de cada viaje!', 60.00, NULL, NULL, 73.99, 'Sistemas De Control De Motores-75817.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-01-30 12:22:20', '2024-01-30 12:22:20'),
(2004, 'Vintage Hanging Fixture for Foyer, Bronze Finish, 11.8 Inches', 'nRQYlrNcR', 4, 'ISURAUL Industrial Chandeliers for Kitchen Island, Orb Pendant Lighting, Vintage Hanging Fixture for Foyer, Bronze Finish, 11.8 Inches', 86.39, NULL, NULL, 122.00, 'Vintage Hanging Fixture for Foyer, Bronze Finish, 11.8 Inches-11388.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 12:25:42', '2024-01-30 12:25:42'),
(2005, 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos', 'Jg9EgBJyN', 15, 'El Vaclife - Minicompresor de Aire es un inflador de neumáticos portátil y conveniente. Con este minicompresor, podrás inflar tus neumáticos de forma rápida y sencilla en cualquier momento y lugar. Es perfecto para mantener la presión adecuada en tus neumáticos y asegurarte de tener un viaje seguro y cómodo. ¡No te preocupes por los neumáticos desinflados y disfruta de tus aventuras en la carretera con el Vaclife - Minicompresor de Aire!', 78.00, NULL, NULL, 110.99, 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos-64385.jpeg', 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos-46719.jpeg', 'Vaclife - Minicompresor De Aire, Inflador De Neumáticos-90407.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 12:28:42', '2024-01-30 12:28:42'),
(2006, 'Promotional various durable using special performance silent noise musical instruments silent drum', 'HDCuhuul5', 2, 'name \r\nsilent drum\r\nmaterial\r\nwooden\r\ncolor\r\ngrey\r\ncharacteristic\r\nsilencer', 80.00, NULL, NULL, 98.00, 'Promotional various durable using special performance silent noise musical instruments silent drum-72574.jpeg', 'Promotional various durable using special performance silent noise musical instruments silent drum-49340.jpeg', 'Promotional various durable using special performance silent noise musical instruments silent drum-19757.jpeg', 'Instruments', 4.5, NULL, 1, '2024-01-30 12:29:16', '2024-01-30 12:29:16');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2007, 'Cozy Warm Light Dining Room, Kitchen, Living Room, Chrome', 'BsUAIKuTP', 1, 'JONATHAN Y JYL7016A Owen 17.5\" Dimmable Integrated LED Metal Semi-Flush Mount, Minimalistic, Modern, Contemporary, 3000K Cozy Warm Light Dining Room, Kitchen, Living Room, Chrome', 101.13, NULL, NULL, 266.00, 'Cozy Warm Light Dining Room, Kitchen, Living Room, Chrome-51407.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 12:30:04', '2024-01-30 12:30:04'),
(2008, 'Large Fragment Instrument Set', 'Ye223oCfg', 19, '1\r\n4200-0201\r\nNeutral and Load Drill Guide Φ3.2\r\n1\r\n2\r\n4200-0202\r\nDrill & Tap Guider (Φ4.5/Φ6.5)\r\n1\r\n3\r\n4200-0203\r\nDrill & Tap Guider (Φ3.2/Φ4.5)\r\n1\r\n4\r\n4200-0204\r\nDrill Bit (Φ4.5*115mm)\r\n1\r\n5\r\n4200-0205\r\nDrill Bit (Φ4.5*115mm)\r\n1\r\n6\r\n4200-0206\r\nDrill Bit (Φ3.2*115mm)\r\n1\r\n7\r\n4200-0207\r\nDrill Bit (Φ3.2*115mm)\r\n1\r\n8\r\n4200-0208\r\nDepth Gauge (0-90mm)\r\n1\r\n9\r\n4200-0209\r\nPeriosteal Elevator 15mm\r\n1\r\n10\r\n4200-0210\r\nObilique Reduction Forcep (230mm)\r\n1\r\n11\r\n4200-0211\r\nPeriosteal Elevator 8mm\r\n1\r\n12\r\n4200-0212\r\nSharp Reduction Forcep (200mm)\r\n1\r\n13\r\n4200-0213\r\nSilicon Handle Screwdriver Hexagonal 3.5mm\r\n1\r\n14\r\n4200-0214\r\nSelf-centering Bone Holding Forcep (270mm)\r\n2\r\n15\r\n4200-0215\r\nRetractor Width 40mm/18mm\r\n1\r\n16\r\n4200-0216\r\nCountersink Φ8.0\r\n1\r\n\r\n17\r\n4200-0217\r\nHollow Reamer Φ8.0\r\n1\r\n4200-0218\r\nExtraction Screw Hexagonal 3.5mm Conical\r\n1\r\n\r\n18\r\n4200-0219\r\nTap Cortex 4.5mm\r\n1\r\n4200-0220\r\nTap Cancellous 6.5mm\r\n1\r\n19\r\n4200-0221\r\nBending Iron\r\n1\r\n20\r\n4200-0222\r\nAluminium Box\r\n1', 285.00, NULL, NULL, 385.00, 'Large Fragment Instrument Set-90765.jpeg', 'Large Fragment Instrument Set-93322.jpeg', 'Large Fragment Instrument Set-38705.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 12:32:08', '2024-01-30 12:32:08'),
(2009, 'Vintage Cottage Dimmable Dining Room Living Room Kitchen Foyer Bedroom Hallway, Brown', 'lzShKenOf', 4, 'JONATHAN Y JYL7474A Magnolia 8.13\" 1-Light Adjustable Iron Rustic Farmhouse LED Pendant Bohemian Industrial Vintage Cottage Dimmable Dining Room Living Room Kitchen Foyer Bedroom Hallway, Brown', 32.83, NULL, NULL, 85.94, 'Vintage Cottage Dimmable Dining Room Living Room Kitchen Foyer Bedroom Hallway, Brown-40314.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 12:33:14', '2024-01-30 12:33:14'),
(2010, 'Iprog + Pro V84 Programador Automotriz Airbag Ecu Inmo Odome', '5KXHh6TuH', 15, 'El Iprog + Pro V84 es un programador automotriz muy completo. Con este dispositivo, podrás programar y reprogramar módulos de airbag, unidades de control del motor (ECU), sistemas de inmovilizador (inmo) y odómetros en vehículos. Es una herramienta muy útil para técnicos y entusiastas de la automoción que desean realizar ajustes y modificaciones en sus vehículos. ¡Con el Iprog + Pro V84, podrás personalizar y optimizar tu automóvil de manera profesional!', 389.00, NULL, NULL, 450.99, 'Iprog + Pro V84 Programador Automotriz Airbag Ecu Inmo Odome-80566.jpeg', 'Iprog + Pro V84 Programador Automotriz Airbag Ecu Inmo Odome-52226.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-30 12:34:14', '2024-01-30 12:34:14'),
(2011, 'Orthopedic Micro Electric High Speed Spine Drill Orthopedic Medical Instrument  RJ-W-MZ-1', '9fF3LpHjd', 5, 'Package Contain:\r\n1*Control box\r\n1*Power cord\r\n1*foot switch\r\n1*Host\r\n1*Straight handle\r\n1*curved handle\r\n10*grinding head\r\n1*sterilization box\r\n \r\nApplication:\r\nMicro  electric drills are mainly used in neurosurgery, spine surgery, and microsurgery. Made of quality materials, the product is divided into straight-handle and angled-handle, support for optional long handles. It can withstand high temperature 135°, low noise, perfect ergonomic design safe and reliable performance reduces the risk of surgery.', 1380.00, NULL, NULL, 1680.00, 'Orthopedic Micro Electric High Speed Spine Drill Orthopedic Medical Instrument  RJ-W-MZ-1-10088.jpeg', 'Orthopedic Micro Electric High Speed Spine Drill Orthopedic Medical Instrument  RJ-W-MZ-1-10995.jpeg', 'Orthopedic Micro Electric High Speed Spine Drill Orthopedic Medical Instrument  RJ-W-MZ-1-61433.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 12:35:47', '2024-01-30 12:35:47'),
(2012, 'Interstellar Ceiling Lamp Black', 'KaTatwPsv', 4, 'Interstellar Ceiling Lamp Black Modern chandelier', 198.80, NULL, NULL, 280.00, 'Interstellar Ceiling Lamp Black-34637.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-30 12:36:08', '2024-01-30 12:36:08'),
(2013, 'Tiffany RL8232CH Pendant, 16\"', 'uKlWVWjMG', 4, 'Warehouse of Tiffany RL8232CH Pendant, 16\"', 41.00, NULL, NULL, 162.00, 'Tiffany RL8232CH Pendant, 16\"-59604.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 12:38:53', '2024-01-30 12:38:53'),
(2014, 'Gata Tipo Lagarto Aluminio 3 Toneladas Automotriz Herramient', '8AxeLHDXQ', 15, 'La Gata Tipo Lagarto de Aluminio de 3 Toneladas es una herramienta automotriz muy útil. Esta gata de alta resistencia te permitirá levantar y sostener tu vehículo de manera segura y estable. Gracias a su diseño tipo lagarto y su construcción en aluminio, es ligera y fácil de transportar. Con esta gata, podrás realizar tareas de mantenimiento y reparación en tu automóvil de manera más cómoda y eficiente. ¡No olvides siempre seguir las instrucciones de uso y mantener la seguridad en todo momento!', 196.24, NULL, NULL, 210.99, 'Gata Tipo Lagarto Aluminio 3 Toneladas Automotriz Herramient-48177.jpeg', 'Gata Tipo Lagarto Aluminio 3 Toneladas Automotriz Herramient-14775.jpeg', NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-30 12:39:15', '2024-01-30 12:39:15'),
(2015, 'High Quality Cheap Professional Musical Instrument 5-key French Horn', 'STsULcUZD', 5, 'Finish	Gold lacquer\r\nMaterial	Gold brass\r\nValve	Yellow brass\r\nTone	F/Bb\r\nTarget user	Professional player\r\nSample	Yes', 683.00, NULL, NULL, 738.00, 'High Quality Cheap Professional Musical Instrument 5-key French Horn-10483.jpeg', 'High Quality Cheap Professional Musical Instrument 5-key French Horn-37993.jpeg', 'High Quality Cheap Professional Musical Instrument 5-key French Horn-84011.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 12:40:37', '2024-01-30 12:40:37'),
(2016, 'Hantek 2c72 Oscilospio Automotriz De 70 Mhz', 'z88RhmTaL', 15, 'El Hantek 2C72 es un osciloscopio automotriz de 70 MHz muy útil para diagnósticos y pruebas en vehículos. Con este osciloscopio, podrás analizar y medir señales eléctricas en tiempo real, lo que te permitirá identificar y solucionar problemas en los sistemas electrónicos de tu automóvil. Es una herramienta imprescindible para técnicos y entusiastas de la automoción que desean mantener sus vehículos en óptimas condiciones. ¡Con el Hantek 2C72, podrás realizar diagnósticos precisos y tomar medidas adecuadas para mantener tu automóvil en buen estado!', 275.00, NULL, NULL, 300.99, 'Hantek 2c72 Oscilospio Automotriz De 70 Mhz-71404.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 12:42:33', '2024-01-30 12:42:33'),
(2017, 'Dispensador Neumatico De Espuma De 80 Litros Automotriz Herr', 'cGixtUwp4', 15, 'El Dispensador Neumático de Espuma de 80 Litros es una herramienta automotriz increíble para aplicar espuma de manera eficiente. Con este dispensador, podrás cubrir grandes áreas de tu vehículo con espuma de limpieza o productos químicos de manera rápida y uniforme. Su capacidad de 80 litros te permitirá trabajar durante más tiempo sin tener que recargar constantemente. Es perfecto para limpiar y darle un aspecto impecable a tu automóvil. ¡Disfruta de la comodidad y eficacia del Dispensador Neumático de Espuma de 80 Litros!', 185.57, NULL, NULL, 190.99, 'Dispensador Neumatico De Espuma De 80 Litros Automotriz Herr-46369.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-30 12:47:58', '2024-01-30 12:47:58'),
(2018, 'Gelsonlab HS-XL37A Musical Instrument Xylophone for kids Educational use', 'Gjk8UA6TH', 5, 'Package:	     PCS/CTN\r\nGross weight:	     KGS\r\nNet weight:	     KGS\r\nShipping time	7~30 Days After Receive The Deposit.', 92.00, NULL, NULL, 108.00, 'Gelsonlab HS-XL37A Musical Instrument Xylophone for kids Educational use-27489.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-01-30 12:48:09', '2024-01-30 12:48:09'),
(2019, 'Beautyrest King', '46f4iFFt4', 4, 'Beautyrest King 400-Thread Count Sateen Cotton All Seasons European Goose Down Comforter', 223.00, NULL, NULL, 280.00, 'Beautyrest King-22299.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 12:49:25', '2024-01-30 12:49:25'),
(2020, '3-Piece Craftsman Magnetic Retrieval Tool Kit (CMMT98276$', 'zmCdisjwP', 2, 'El kit de herramientas de recuperación magnética de 3 piezas Craftsman (CMMT98276) es una excelente adición a tu caja de herramientas. Este kit incluye tres herramientas magnéticas que te ayudarán a recuperar objetos metálicos pequeños o difíciles de alcanzar. Con estas herramientas, podrás agarrar tornillos, tuercas, clavos y otros objetos metálicos sin esfuerzo. Son perfectas para trabajos en automóviles, trabajos de bricolaje y mucho más. ¡No te preocupes más por perder objetos metálicos, el kit de herramientas de recuperación magnética de Craftsman está aquí para ayudarte!', 10.00, NULL, NULL, 16.98, '3-Piece Craftsman Magnetic Retrieval Tool Kit (CMMT98276$-99535.jpeg', '3-Piece Craftsman Magnetic Retrieval Tool Kit (CMMT98276$-74635.jpeg', '3-Piece Craftsman Magnetic Retrieval Tool Kit (CMMT98276$-81747.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-30 12:53:27', '2024-01-30 12:53:27'),
(2021, 'Foil Shaver for Women and Exfoliating Brush', 'ykTyMpXo2', 4, 'Conair Ladies All-In-One Personal Groomer, Trimmer, Foil Shaver for Women and Exfoliating Brush', 9.58, NULL, NULL, 24.99, 'Foil Shaver for Women and Exfoliating Brush-92536.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 12:55:09', '2024-01-30 12:56:39'),
(2022, 'PRO BIKE TOOL 3/8 Inch Drive Click Torque Wrench Set - 10-60 Nm', 'CTVN6c0uV', 2, 'Our Store has the PRO BIKE TOOL 3/8 Inch Drive Click Torque Wrench Set available with a 30% coupon (need to clip before adding to cart. Make sure you are logged into your account).\r\n\r\n10 to 60 Nm - Will do BB, crankarms etc.\r\nWorks counter-clockwise too (with lesser accuracy). Again critical for torquing BB/pedals etc.\r\nIncludes 1/2\" & 1/4\" Adapters, Extension Bar & Storage Box\r\n72T ratchet\r\nDoesn\'t include any bits/sockets - just wrench and adapters', 63.00, NULL, NULL, 75.89, 'PRO BIKE TOOL 3/8 Inch Drive Click Torque Wrench Set - 10-60 Nm-34863.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-01-30 12:57:09', '2024-01-30 12:57:09'),
(2023, 'Wholesale Wood percussion headless jingle Tambourine Wood Tambourine Headless', '7XXA2h7aU', 19, 'Item Name	Wholesale Wood percussion headless jingle Tambourine Wood Tambourine Headless\r\n Item No	Wood Tambourine Headless\r\n Material	wood\r\n Size	15*4.5cm \r\n Color	burlywood\r\n Certificate	ASTMF963,EN71,ISO9001\r\n Sample Time	2-7 days\r\n MOQ	1 pc  Wood Tambourine Headless\r\n OEM/ODM	Avaliable\r\n Logo	 we can print client\'s logo\r\n Paint	eco-friendly ,all green paint, non-toxic', 1.00, NULL, NULL, 1.20, 'Wholesale Wood percussion headless jingle Tambourine Wood Tambourine Headless-76827.jpeg', 'Wholesale Wood percussion headless jingle Tambourine Wood Tambourine Headless-61303.jpeg', 'Wholesale Wood percussion headless jingle Tambourine Wood Tambourine Headless-68495.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 12:58:15', '2024-01-30 12:58:15'),
(2024, 'Pro-C A/C Professional Digital Display Automotive Recharge Gauge & Hose for R-134A Refrigerant, ACP400AD', '8JSCoxfEj', 2, 'The Pro-C A/C Professional Digital Display Automotive Recharge Gauge & Hose (ACP400AD) is a fantastic tool for working with R-134A refrigerant in automotive air conditioning systems. This recharge gauge and hose combo allows you to accurately measure and recharge your A/C system with ease. The digital display provides clear readings, making it simple to monitor pressure levels and ensure proper refrigerant levels. It\'s a must-have for any automotive enthusiast or professional looking to maintain and service their A/C system. Stay cool and comfortable on the road with the Pro-C A/C Professional Digital Display Automotive Recharge Gauge & Hose!', 12.56, NULL, NULL, 18.99, 'Pro-C A/C Professional Digital Display Automotive Recharge Gauge & Hose for R-134A Refrigerant, ACP400AD-66171.jpeg', 'Pro-C A/C Professional Digital Display Automotive Recharge Gauge & Hose for R-134A Refrigerant, ACP400AD-20955.jpeg', NULL, 'Automotive kits', 3.0, NULL, 1, '2024-01-30 13:02:32', '2024-01-30 13:02:32'),
(2025, 'Toboom Gold Diamond Burs Demonstation Book For High Speed Handpiece', 'Pgj1XKzgi', 19, 'Brand Name\r\nToboom \r\nItem Name\r\nToboom Gold Diamond Burs Demonstation Book For High Speed Handpiece\r\nitem No.\r\nN/A\r\nApplication\r\nFor porcelain and composite materials\r\n Usage\r\nCan be used in Dental Clinical Intraoral\r\nPacking\r\n5pcs/box\r\nCertificate\r\nCE0197, ISO13485, ISO9001etc.\r\nMOQ\r\n1 book', 40.00, NULL, NULL, 50.00, 'Toboom Gold Diamond Burs Demonstation Book For High Speed Handpiece-15952.jpeg', 'Toboom Gold Diamond Burs Demonstation Book For High Speed Handpiece-29159.jpeg', 'Toboom Gold Diamond Burs Demonstation Book For High Speed Handpiece-73277.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 13:05:18', '2024-01-30 13:05:18'),
(2026, 'Aosspy Single Handle Pull-Down Kitchen Faucet', 'SDf34oFYB', 4, 'Aosspy Single Handle Pull-Down Kitchen Faucet with Dual-Function Sprayer in Chrome, Grey', 84.70, NULL, NULL, 123.00, 'Aosspy Single Handle Pull-Down Kitchen Faucet-25883.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 13:06:52', '2024-01-30 13:06:52'),
(2027, 'HyLoft Model 01012 Tire-Loft Multi Tire Storage System', 'eBDhTMKIk', 2, 'TireLoft can be adjusted from widths of 36 in. up to 48 in.\r\nAll steel construction with scratch-resistant red powder coat finish\r\nIdeal for storing seasonal tires, RV tires, ATV tires, and more\r\nHolds up to 375 lbs.\r\nHardware included', 54.99, NULL, NULL, 92.69, 'HyLoft Model 01012 Tire-Loft Multi Tire Storage System-67477.jpeg', 'HyLoft Model 01012 Tire-Loft Multi Tire Storage System-13083.jpeg', 'HyLoft Model 01012 Tire-Loft Multi Tire Storage System-86295.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-30 13:09:11', '2024-01-30 13:09:11'),
(2028, 'Xylophone', '5fyyBLl9F', 19, 'MOQ\r\n10 PCS\r\nSize\r\nCustom\r\nColor\r\nas picture\r\nExecutive standard\r\nAs required\r\nOEM/ODM\r\nYES,welcome\r\nLogo\r\nwe can print client\'s logo\r\nProcess\r\nexquisite toy production process to ensure that the effect of the use of instruments', 39.00, NULL, NULL, 43.00, 'Xylophone-19561.jpeg', 'Xylophone-47368.jpeg', 'Xylophone-76780.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 13:09:35', '2024-01-30 13:09:35'),
(2029, 'Router', '1dbH6XYb0', 4, 'NETGEAR - Nighthawk AX5400 WiFi 6 Router - White', 164.00, NULL, NULL, 230.00, 'Router-82299.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 13:10:07', '2024-01-30 13:10:07'),
(2030, '2-Drawer with USB, Ella - Camel', 'xQ7djPv3H', 4, 'Modus Furniture Solid Wood Nightstand, 2-Drawer with USB, Ella - Camel', 248.00, NULL, NULL, 427.00, '2-Drawer with USB, Ella - Camel-33788.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-30 13:13:45', '2024-01-30 13:13:45'),
(2031, 'Sofa', '7UeJLOBe7', 4, 'Lifestyle Solutions Langston Sectional Sofa, Navy Blue', 527.00, NULL, NULL, 1270.00, 'Sofa-92178.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 13:15:49', '2024-01-30 13:15:49'),
(2032, 'Wholesale  Colorful Xylophone Percussion Set Musical Instrument Set for Kids Toy Musical Instrument Set', 'cVnczsrxp', 19, 'Item Name	Wholesale  Colorful Xylophone Percussion Set Musical Instrument Set for Kids Toy Musical Instrument Set\r\n Item No	Toy Musical Instrument Set\r\n Material	Wood,Metal\r\n Size	48*34*25CM\r\n Color	Colorful\r\n Certificate	ASTMF963,EN71,ISO9001\r\n Sample Time	2-7 days\r\n MOQ	1 set Toy Musical Instrument Set', 39.00, NULL, NULL, 45.53, 'Wholesale  Colorful Xylophone Percussion Set Musical Instrument Set for Kids Toy Musical Instrument Set-58219.jpeg', 'Wholesale  Colorful Xylophone Percussion Set Musical Instrument Set for Kids Toy Musical Instrument Set-42268.jpeg', 'Wholesale  Colorful Xylophone Percussion Set Musical Instrument Set for Kids Toy Musical Instrument Set-56348.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-30 13:17:05', '2024-01-30 13:17:05'),
(2033, 'Sofa Bed Two Pillows', 'WhgNby4kJ', 4, 'LCH Futon Sofa Bed Two Pillows, 75Inches Modern Convertible Sleeper Couch with 3 Angles Adjustable Back and Solid Wood Leg for Living Room and Bedroom (White)', 209.00, NULL, NULL, 265.00, 'Sofa Bed Two Pillows-90262.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 13:19:38', '2024-01-30 13:19:38'),
(2034, 'Blue Navy Chandelier Earrings, Bridal Navy Blue Drop Earrings, Navy Blue Chandelier Earrings,Crystal Dark Blue Earrings, Pearl Blue Earrings', 'PQCr9pqgs', 17, 'these Blue Navy Chandelier Earrings sound absolutely stunning! They\'re perfect for adding a touch of elegance and glamour to any outfit, especially for special occasions like weddings. These bridal navy blue drop earrings feature a beautiful combination of dark blue crystals and pearl accents, creating a dazzling and sophisticated look. Whether you\'re attending a formal event or just want to elevate your everyday style, these navy blue chandelier earrings are sure to make a statement. They\'re a must-have accessory for anyone who loves the timeless beauty of blue jewelry.', 68.00, NULL, NULL, 85.00, 'Blue Navy Chandelier Earrings, Bridal Navy Blue Drop Earrings, Navy Blue Chandelier Earrings,Crystal Dark Blue Earrings, Pearl Blue Earrings-32527.jpeg', 'Blue Navy Chandelier Earrings, Bridal Navy Blue Drop Earrings, Navy Blue Chandelier Earrings,Crystal Dark Blue Earrings, Pearl Blue Earrings-71940.jpeg', 'Blue Navy Chandelier Earrings, Bridal Navy Blue Drop Earrings, Navy Blue Chandelier Earrings,Crystal Dark Blue Earrings, Pearl Blue Earrings-65378.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 13:21:43', '2024-01-30 13:21:43'),
(2035, 'Medical equipments and surgical instrument set caesarean operation set', '4eXRdinhr', 19, 'item\r\nvalue\r\nPlace of Origin\r\nPakistan\r\nBrand Name\r\nAmijas surgical instruments\r\nModel Number\r\nAMI-345\r\nPower Source\r\nManual\r\nWarranty\r\n1 Year\r\nAfter-sale Service\r\nOnline technical support\r\nMaterial\r\nMetal, Steel\r\nShelf Life\r\n3 years\r\nQuality Certification\r\nCB\r\nInstrument classification\r\nClass I\r\nSafety standard\r\nNone\r\nMaterial\r\nSteel\r\nModel Number\r\nMBLS\r\nProduct name\r\nVitreoretinal Scissors\r\nPower Source\r\nManual\r\nBrand Name\r\ncaesarean operation set', 700.00, NULL, NULL, 820.00, 'Medical equipments and surgical instrument set caesarean operation set-90055.jpeg', 'Medical equipments and surgical instrument set caesarean operation set-91371.jpeg', 'Medical equipments and surgical instrument set caesarean operation set-26912.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 13:23:54', '2024-01-30 13:23:54'),
(2036, 'Pink and green Swarovski crystal colorful dangle earring, Boho chandelier earring, Flower drop beaded earrings, Seed bead earrings', 'K0iq5g5VG', 2, 'The Pink and Green Swarovski Crystal Colorful Dangle Earrings you mentioned are absolutely gorgeous! These boho chandelier earrings feature a beautiful combination of pink and green Swarovski crystals, creating a vibrant and eye-catching design. The flower drop beaded style adds a touch of femininity and charm, making them perfect for adding a pop of color to any outfit. Whether you\'re going for a bohemian look or just want to make a statement, these seed bead earrings are a fantastic choice. They\'re sure to bring a fun and playful vibe to your style.', 59.68, NULL, NULL, 66.31, 'Pink and green Swarovski crystal colorful dangle earring, Boho chandelier earring, Flower drop beaded earrings, Seed bead earrings-20509.jpeg', 'Pink and green Swarovski crystal colorful dangle earring, Boho chandelier earring, Flower drop beaded earrings, Seed bead earrings-63647.jpeg', 'Pink and green Swarovski crystal colorful dangle earring, Boho chandelier earring, Flower drop beaded earrings, Seed bead earrings-27460.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-01-30 13:25:33', '2024-01-30 13:25:33'),
(2037, 'Bridal Chandeliers, Aquamarine Chandelier, Blue Sky Earrings, Bridal Earrings, Rose Gold Bridal Earrings, Bridal light Blue Drop Earrings.', '0eFVL3gCQ', 17, 'These Bridal Chandeliers sound absolutely stunning! The Aquamarine Chandelier, Blue Sky Earrings are the perfect choice for adding a touch of elegance and sophistication to your bridal look. With their beautiful light blue drop design and rose gold accents, these earrings are sure to make a statement on your special day. They\'ll beautifully complement any bridal ensemble, adding a delicate and romantic touch. Whether you\'re walking down the aisle or attending a special event, these bridal earrings are a must-have accessory. Wishing you a magical and beautiful wedding day!', 71.20, NULL, NULL, 89.00, 'Bridal Chandeliers, Aquamarine Chandelier, Blue Sky Earrings, Bridal Earrings, Rose Gold Bridal Earrings, Bridal light Blue Drop Earrings.-73275.jpeg', 'Bridal Chandeliers, Aquamarine Chandelier, Blue Sky Earrings, Bridal Earrings, Rose Gold Bridal Earrings, Bridal light Blue Drop Earrings.-93621.jpeg', 'Bridal Chandeliers, Aquamarine Chandelier, Blue Sky Earrings, Bridal Earrings, Rose Gold Bridal Earrings, Bridal light Blue Drop Earrings.-46191.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 13:29:07', '2024-01-30 13:29:07'),
(2038, '37 keys professional percussion marimba wood bar marimba musical instrument', 'q5m1NeSNf', 5, '37 keys professional percussion marimba wood bar marimba musical instrument', 105.00, NULL, NULL, 125.00, '37 keys professional percussion marimba wood bar marimba musical instrument-14305.jpeg', '37 keys professional percussion marimba wood bar marimba musical instrument-34374.jpeg', '37 keys professional percussion marimba wood bar marimba musical instrument-84566.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 13:31:07', '2024-01-30 13:31:07'),
(2039, 'Gold Filled Necklace Gold Necklace Colorful Necklace Stone Necklace Gemstone Necklace Crystal Necklace Dainty Necklace Gift for her Gold', 'uYjQVh80g', 17, 'This Gold Filled Necklace is not only elegant and dainty, but it also features colorful gemstones and crystals. It\'s a beautiful combination of style and sophistication. This necklace would make a wonderful gift for her, adding a touch of sparkle and charm to any outfit. Whether it\'s for a special occasion or just to treat yourself, this gold necklace is sure to be a cherished piece in your collection. Enjoy wearing it and spreading the beauty!', 29.71, NULL, NULL, 34.95, 'Gold Filled Necklace Gold Necklace Colorful Necklace Stone Necklace Gemstone Necklace Crystal Necklace Dainty Necklace Gift for her Gold-87134.jpeg', 'Gold Filled Necklace Gold Necklace Colorful Necklace Stone Necklace Gemstone Necklace Crystal Necklace Dainty Necklace Gift for her Gold-84277.jpeg', 'Gold Filled Necklace Gold Necklace Colorful Necklace Stone Necklace Gemstone Necklace Crystal Necklace Dainty Necklace Gift for her Gold-52650.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-30 13:35:25', '2024-01-30 13:35:25'),
(2040, 'Make Your Own Custom Charm Necklace, Gold Chain Charm Necklace, Vintage Charm Jewelry, Birthday Gift for Her, Personalized Initial Necklace', '2Os3A9OVl', 17, 'If you\'re looking to create a one-of-a-kind charm necklace, you\'re in luck! With a Gold Chain Charm Necklace, you can add vintage charms and create a personalized piece of jewelry. It\'s a perfect birthday gift for her, as you can include her initials or other meaningful charms that reflect her personality. This personalized initial necklace will be a beautiful and sentimental accessory that she can cherish for years to come. Get creative and have fun designing a truly unique charm necklace just for her!', 53.83, NULL, NULL, 76.91, 'Make Your Own Custom Charm Necklace, Gold Chain Charm Necklace, Vintage Charm Jewelry, Birthday Gift for Her, Personalized Initial Necklace-12854.jpeg', 'Make Your Own Custom Charm Necklace, Gold Chain Charm Necklace, Vintage Charm Jewelry, Birthday Gift for Her, Personalized Initial Necklace-76711.jpeg', 'Make Your Own Custom Charm Necklace, Gold Chain Charm Necklace, Vintage Charm Jewelry, Birthday Gift for Her, Personalized Initial Necklace-58019.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-01-30 13:38:30', '2024-01-30 13:38:30'),
(2041, 'Good quality stainless steel best material for dental instrument mallet', 'tyJ8pLqf6', 5, 'Good quality stainless steel best material for dental instrument mallet \r\nitem\r\nvalue\r\nPlace of Origin\r\nPakistan\r\nBrand Name\r\nSami Corporation\r\nProduct name\r\nDental Mallets\r\nMaterial\r\nHigh Quality Stainless Steel\r\nUsage\r\nDental Teeth Treatment\r\nLogo\r\nLaser Marking, As Per Customer Demand\r\nFinish\r\nSatin/Mirror Polish (Also available in any other finish)\r\nMOQ\r\n10 Pcs :- As you Required', 2.00, NULL, NULL, 2.50, 'Good quality stainless steel best material for dental instrument mallet-87382.jpeg', 'Good quality stainless steel best material for dental instrument mallet-35394.jpeg', 'Good quality stainless steel best material for dental instrument mallet-66064.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 13:40:58', '2024-01-30 13:40:58'),
(2043, 'Chunky charm necklace, Custom charm necklace gold, personalized charm necklace, personalized jewelry, gift for her, Chunky Chain vintage', 'ZxGzMCPzS', 17, 'If you\'re into chunky and vintage-inspired jewelry, you\'re going to love this Custom Charm Necklace in gold! It\'s the perfect way to add a personalized touch to your style. You can choose from a variety of charms that speak to your unique personality and create a truly one-of-a-kind piece. This chunky chain necklace will make a statement and be a great gift for her. It\'s a fabulous way to showcase your individuality and create a meaningful piece of jewelry. Have fun designing your personalized charm necklace!', 53.83, NULL, NULL, 76.91, 'Chunky charm necklace, Custom charm necklace gold, personalized charm necklace, personalized jewelry, gift for her, Chunky Chain vintage-91251.jpeg', 'Chunky charm necklace, Custom charm necklace gold, personalized charm necklace, personalized jewelry, gift for her, Chunky Chain vintage-34158.jpeg', 'Chunky charm necklace, Custom charm necklace gold, personalized charm necklace, personalized jewelry, gift for her, Chunky Chain vintage-95249.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-01-30 13:41:26', '2024-01-30 13:41:26'),
(2044, 'PUSM medical surgical anterior Hip joint retractor instrument set orthopedic surgical instrument', 'nWMu9nkXr', 5, 'No.\r\nProduct Name\r\nUnit\r\nQty\r\n1\r\nRetractor\r\npc\r\n7\r\n2\r\nBone Lifting Hook\r\npc\r\n1\r\n3\r\nStripper\r\npc\r\n1', 320.00, NULL, NULL, 385.00, 'PUSM medical surgical anterior Hip joint retractor instrument set orthopedic surgical instrument-73086.jpeg', 'PUSM medical surgical anterior Hip joint retractor instrument set orthopedic surgical instrument-80013.jpeg', 'PUSM medical surgical anterior Hip joint retractor instrument set orthopedic surgical instrument-63352.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 14:31:26', '2024-01-30 14:31:26'),
(2045, 'Professional karaoke musical Instrument handheld microphone', 'sY2BChfQD', 5, 'Many sets of Ruoca UHF wireless microphone can use this system simultaneously and can escape various interferences easily.\r\nThe Ruoca setting and locking function owned by sender and receiver can avoid misoperation in use.\r\nUp to 200 Ruoca senders can be used simultaneously.\r\nThe sound quality of Ruoca is professionally designed according to KTV private room.\r\nWorking frequency range	730-870MHz\r\nFrequency stability	±0.005%\r\nAudio dynamic range	≥ 100dB\r\nT.H.D	≤ 0.7%\r\nMaximum modulation frequency	±15KHz\r\nAudio frequency response	50Hz-15KHz\r\nCover range	60m\r\nOperation temperature	-10℃-- +50℃', NULL, NULL, NULL, NULL, 'Professional karaoke musical Instrument handheld microphone-99197.jpeg', 'Professional karaoke musical Instrument handheld microphone-56982.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-01-30 14:38:50', '2024-01-30 14:38:50'),
(2046, 'Craniotomy surgical cranial drill mill orthopedic medical instrument', 'eYZ64QFHP', 5, 'Application:Neurosurgery\r\nMain material:stainless steel\r\nNo-load speed:0-900rpm(for cranial drill); 40000r/min for cranial mill\r\nFrequency: 50Hz\r\nSpecialties: High quality can drive 7 attachments\r\nWeight: 8kg\r\nCharging time: about 3 hours\r\nNoise: 70dB', 746.00, NULL, NULL, 846.00, 'Craniotomy surgical cranial drill mill orthopedic medical instrument-23113.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-01-30 14:48:24', '2024-01-30 14:48:24'),
(2047, 'Posterior Cervical Instrument Set', 'aTTYPaGCg', 19, 'Product Name\r\nPosterior Cervical Instrument Set\r\nMaterial\r\nStainless Steel\r\nPlace of Origin\r\nJiangsu, China\r\nSize\r\nCustom\r\nGeneral Use\r\nMedical Equipment', 900.00, NULL, NULL, 1000.00, 'Posterior Cervical Instrument Set-54185.jpeg', 'Posterior Cervical Instrument Set-82488.jpeg', 'Posterior Cervical Instrument Set-90752.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 15:00:12', '2024-01-30 15:00:12'),
(2048, 'Park outdoor percussion musical instrument outdoor xylophones instrument for kids and adult', 'bDqhkE7x1', 19, 'Safeguard: All the products are produced under strict process. Qualified by CE, TUV, ISO, CCC and Insured by CPIC.\r\n* Design: Strong designer team offer you modern fashanle design\r\n* Solution: One-stop service, no worry about anything\r\n* All ages: Family friendly, parenting area and adults area are under consideration.\r\nProduct Type\r\nOutdoor Playground\r\nMaterial\r\nEngineering Plastic, Galvanized Pipe, Wood, PVC, Stainless Steel, Acrylic, Rope etc. \r\nApplication\r\nTheme Park, Public Park, Garden, Farm, Residential Park, Preschool, Daycare Center, Learning Center, Kindergarten, Nursery School etc.\r\nFeatures\r\nEco-Friendly, Children Friendly, Safety Insuranced, Creative, Customized Design\r\nCertificates\r\nCE, ISO, TUV\r\nInstallation\r\nOffer On Site Installation Service\r\nLead Time\r\n15-35 Days\r\nPayment Terms\r\nT/T, Cash, West Union etc', 1200.00, NULL, NULL, 1500.00, 'Park outdoor percussion musical instrument outdoor xylophones instrument for kids and adult-72034.jpeg', 'Park outdoor percussion musical instrument outdoor xylophones instrument for kids and adult-11582.jpeg', 'Park outdoor percussion musical instrument outdoor xylophones instrument for kids and adult-94640.jpeg', 'Instruments', 4.0, NULL, 1, '2024-01-30 15:19:51', '2024-01-30 15:19:51'),
(2049, 'Pistachios', 'U3tx9oHLW', 12, 'SIZE: Pack of 12 (1.25 Ounce bags) In Shell - Our Wonderful Pistachios (Pack of 12) single-serving 1.25 ounce bags makes snacking on-the-go, healthy snack tasty and easy. See nutrition information for fat content.\r\nFLAVOR: Roasted & Salted - Our best-selling flavor for a reason. While these shelled pistachio nuts have the same delicious taste, they are much less work for you. Our pistachios are perfect for cooking, great for snacking, & a crunchy salad topper.\r\nCALIFORNIA GROWN: Wonderful Pistachios grows all of its pistachios in California orchards, where we carefully tend and harvest using the latest in sustainable practices.\r\nHEALTHY SNACKING: Pistachios are a healthy, protein-powered addition to any gathering - from party to picnic. Pistachios are a healthy choice for snacking on-the-go and around the house. They make for a wonderful pantry staple or office snack\r\nSIMPLY WONDERFUL PISTACHIOS: Gluten Free, Plant Based Protein, Vegetarian, Vegan, Kosher Certified, Halal Certified, and Non-GMO Project Verified. Contains tree nuts (pistachios). Contains only pistachios and sea salt.', 8.87, NULL, NULL, 15.00, 'Pistachios-86983.jpeg', 'Pistachios-59918.jpeg', 'Pistachios-97848.jpeg', 'Groceries', 3.0, NULL, 1, '2024-01-30 15:23:45', '2024-01-30 15:23:45'),
(2050, 'Bootcut Jeans - Rinse (18)', 'm5pDZLIFk', 4, 'Women\'s Nine West High Rise Sculpting Bootcut Jeans - Rinse (18)', 19.12, NULL, NULL, 50.00, 'Bootcut Jeans - Rinse (18)-18634.webp', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-30 15:27:24', '2024-01-30 15:27:24'),
(2051, 'Trolli Sour Brite Crawler Minis Exchange Packs', '8y0St0XfM', 10, 'READY TO EXCHANGE: Trolli Sour Brite CrawlersTM Minis Exchange Pack includes 24 pouches ready to share with friends and classmates. No boring Valentine\'s exchanges here!\r\nBRITE COLORS: Enjoy exciting and bright candies in two vibrant colors in each gummy worm for treats that look as good as they taste!\r\nTASTY FLAVOR COMBOS: Each soft and chewy gummy worm offers an unexpected flavor twist. Try three combos that pack a sour and sweet punch including, Cherry-Lemon, Strawberry-Grape, and Orange-Lime.\r\nMEGA SOUR, MADE MINI: The eye-catching colors and unforgettable flavors of our classic Crawlers in a playful mini size!\r\nFUN TO SHARE: Share some of the sour sensation and personalize for each of your friends with ready-to-write-on \"To\" and \"From\" heart-shaped labels.', 4.49, NULL, NULL, 6.49, 'Trolli Sour Brite Crawler Minis Exchange Packs-59834.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 15:35:13', '2024-01-30 15:35:13'),
(2052, 'Multifunctional Corner Clothes Rack with Corner Shoe Shelf', '9Ob8xqkEM', 4, 'Prepac Gray Corner Hall Tree: Multifunctional Corner Clothes Rack with Corner Shoe Shelf - Elegant & Space-Saving Corner Solution for Your Home', 148.85, NULL, NULL, 189.00, 'Multifunctional Corner Clothes Rack with Corner Shoe Shelf-84315.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 15:43:16', '2024-01-30 15:43:16'),
(2053, 'DOVE PROMISES Dark Chocolate Mint Swirl Candy', 'zCAVvnDBR', 18, 'Contains eight (8) 7.61-ounce bags of DOVE PROMISES Mint and Dark Chocolate Swirl Chocolates\r\nMade with real dark chocolate and natural mint flavor\r\nSwirls of mint and dark chocolate make a delicious afternoon snack\r\nEach individually foil-wrapped chocolate has a message to brighten your day\r\nEach bag has a resealable zipper for easy storage', 28.03, NULL, NULL, 39.90, 'DOVE PROMISES Dark Chocolate Mint Swirl Candy-10555.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-01-30 15:50:11', '2024-01-30 15:50:11'),
(2054, 'Storage Shed', 'Mgjr6yyZb', 4, 'Suncast BMS1250 Resin Vertical Storage Shed Building, 22 cubic feet', 109.00, NULL, NULL, 519.00, 'Storage Shed-67970.webp', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 15:50:18', '2024-01-30 15:50:18'),
(2055, 'Lounge Chair with Sunbrella Beige', 'cqRJCWPTo', 4, 'Hampton Bay Cambridge Brown Wicker Outdoor Patio Lounge Chair with Sunbrella Beige Tan Cushions', 233.00, NULL, NULL, 466.00, 'Lounge Chair with Sunbrella Beige-39418.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 15:59:22', '2024-01-30 15:59:22'),
(2056, 'Electric Pressure Washer', 'LibK6BHte', 4, 'RYOBI 2700 PSI 1.1 GPM Cold Water Corded Electric Pressure Washer', 299.00, NULL, NULL, 349.00, 'Electric Pressure Washer-82180.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 16:02:15', '2024-01-30 16:02:15'),
(2057, 'Flash Furniture', 'gTRnoy8MR', 4, 'Flash Furniture - Lark Outdoor Square Modern 5 Piece Patio Set - Red', 598.00, NULL, NULL, 750.00, 'Flash Furniture-32884.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-30 16:05:33', '2024-01-30 16:05:33'),
(2058, 'Crosley Furniture', 'RBoRzJL2z', 4, 'Crosley Furniture CO7300-BR Palm Harbor Outdoor Wicker Storage Bin, Brown', 225.00, NULL, NULL, 500.00, 'Crosley Furniture-42889.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 16:07:31', '2024-01-30 16:07:31'),
(2059, 'SAMSUNG 75-Inch Class QLED 4K Q80C Series', '8ReESclDl', 4, 'SAMSUNG 75-Inch Class QLED 4K Q80C Series Quantum HDR+, Dolby Atmos Object Tracking Sound Lite, Direct Full Array, Q-Symphony 3.0, Gaming Hub, Smart TV with Alexa Built-in (QN75Q80C, 2023 Model)', 1497.00, NULL, NULL, 1897.00, 'SAMSUNG 75-Inch Class QLED 4K Q80C Series-37492.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 16:10:59', '2024-01-30 16:10:59'),
(2060, 'D Stereo Power Amplifier', 'lTHKLAoHm', 4, 'PyleUsa Marine Amplified Powered ATV - 24&rdquo; UTV Soundbar System - Built-in Class D Stereo Power Amplifier - Wireless BT Streaming - IPX6 Waterproofing - LED Lights,Black', 182.80, NULL, NULL, 338.00, 'D Stereo Power Amplifier-39874.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 16:17:17', '2024-01-30 16:17:17'),
(2061, 'Drill Driver', '01w1crF1I', 4, 'SKIL PWR CORE 20 Brushless 20V 1/2 Inch Drill Driver Includes 2.0Ah Lithium Battery and PWR JUMP Charger - DL529302', 54.03, NULL, NULL, 99.00, 'Drill Driver-11574.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 16:20:30', '2024-01-30 16:20:30'),
(2062, 'Evergreen Diamonds 14k White Gold', 'rzsrvsuSY', 4, 'Evergreen Diamonds 14k White Gold 2 3/8 Carat T.W. IGL Certified Oval Lab-Grown Diamond Hidden Halo Ring - 14k White Gold', 4471.00, NULL, NULL, 13150.00, 'Evergreen Diamonds 14k White Gold-19530.webp', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-01-30 16:26:57', '2024-01-30 16:26:57'),
(2063, 'Teen Skin Fix Pore Blaster Night Face Wash with Salicylic Acid, Wasabi Extract, and Tea Tree Oil Cleansing Purifying Facial Cleanser', 'pM2pXY5bj', 13, 'HELP YOUR SKIN STAY CLEAR - Nip + Fab Teen Skin Fix Pore Blaster Night Wash is a night face wash enriched with powerful extracts to help skin stay clear of breakouts without drying the skin\r\nPREVENT ACNE AND BREAKOUTS - Salicylic acid face wash deeply penetrates the skin, to refine and minimize the appearance of blemishes, large pores, and prevent future breakouts.\r\nTEA TREE OIL FOR PURIFYING - Renowned for its purifying properties, this face wash with tea tree oil that helps with acne, dirt and excess oil to unclog pores\r\nANTIOXIDANT WASABI EXTRACT - A powerful antioxidant, this face wash is formulated with wasabi extract that helps reveal smoother, clearer, and fresher looking skin\r\nPOWERFUL NIGHT FACE WASH - Use this night facial wash every evening on a wet face to provide a deep cleanse and remove all traces of makeup and oil. 144.91ml.', 4.79, NULL, NULL, 6.98, 'Teen Skin Fix Pore Blaster Night Face Wash with Salicylic Acid, Wasabi Extract, and Tea Tree Oil Cleansing Purifying Facial Cleanser-23975.jpeg', 'Teen Skin Fix Pore Blaster Night Face Wash with Salicylic Acid, Wasabi Extract, and Tea Tree Oil Cleansing Purifying Facial Cleanser-42112.jpeg', 'Teen Skin Fix Pore Blaster Night Face Wash with Salicylic Acid, Wasabi Extract, and Tea Tree Oil Cleansing Purifying Facial Cleanser-48252.jpeg', 'Groceries', 4.0, NULL, 1, '2024-01-30 16:30:45', '2024-01-30 16:30:45'),
(2064, 'Kitchen Trash Garbage Bag', '3AgkrzRvX', 13, 'Hanging design, vacant plastic bags\r\n\r\nEasy to use, neat and tidy\r\n\r\nWear-resistant, durable, and resistant to deformation\r\n\r\nClean and tidy, not easy to soil, finishing\r\n\r\nAbove, draw below, double opening\r\n\r\nConducive to finishing, convenient for secondary use\r\n\r\n\r\nItem Category: Storage Bag\r\n\r\nMaterial: Nylon\r\n\r\nWeight: 50g\r\n\r\nColor: 3\r\n\r\nSpecifications:\r\n\r\nHanging design, vacant plastic bags\r\n\r\nEasy to use, neat and tidy\r\n\r\nWear-resistant, durable, and resistant to deformation\r\n\r\nClean and tidy, not easy to soil, finishing\r\n\r\nAbove, draw below, double opening\r\n\r\nConducive to finishing, convenient for secondary use\r\n\r\n\r\nPackage Included:\r\n\r\n1* storage bag\r\n\r\nNotes:\r\n\r\nDue to the difference between different monitors, the pictures may not reflect the actual color of the item.\r\n\r\nCompare the detail sizes with yours, please allow 1-3cm error, due to manual measurement.', 2.99, NULL, NULL, 4.25, 'Kitchen Trash Garbage Bag-65214.jpeg', 'Kitchen Trash Garbage Bag-75510.jpeg', 'Kitchen Trash Garbage Bag-47293.jpeg', 'Groceries', 2.5, NULL, 1, '2024-01-30 16:56:55', '2024-01-30 16:56:55'),
(2065, '1pc Portable Reusable 6 Pack Beer Bottle Carrier Drink Holder', 'x9XIkmWmF', 12, 'Made of high-quality plastic, durable and solid and more stable. And the thickened design makes it more durable, material is environmentally friendly and hygienic. It can hold 6 bottles of coffee, beer or etc.\r\nFoldable and Lightweight design, very convenient for storage and carry, when not in use, it easily folds up flat for simple, firm material and not easy to damage.\r\nDurable foldable carrier for delivery beverage beer wine liqueur spirits coffee, suitable for multiple occasions, such as cars, bars, family life, outdoor picnics, restaurants, Halloween Christmas carnivals, wedding,night club party and so on.\r\nPP material, easy to color, good gloss, high hardness.\r\nRound mouth design, exquisite workmanship, specially designed for the diameter of the wine bottle.', 7.23, NULL, NULL, 29.74, '1pc Portable Reusable 6 Pack Beer Bottle Carrier Drink Holder-54566.jpeg', '1pc Portable Reusable 6 Pack Beer Bottle Carrier Drink Holder-59774.jpeg', '1pc Portable Reusable 6 Pack Beer Bottle Carrier Drink Holder-75669.jpeg', 'Groceries', 3.5, NULL, 1, '2024-01-30 17:05:43', '2024-01-30 17:05:43'),
(2066, 'Curtains Fabric', 'LEQKjH4iY', 4, 'Lush Decor Stripe Medallion Curtains Fabric Mandala Bohemian Damask Print Room Darkening Window Panel Set for Living, Dining, Bedroom (Pair), 84\"L x 52\"W, Gray', 20.99, NULL, NULL, 26.00, 'Curtains Fabric-23318.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 17:13:28', '2024-01-30 17:13:28'),
(2067, 'Burners and Electric 240-Volt Oven', 'RxbXaYOmT', 4, 'Forno Capriasca 36 in. 5.36 cu. ft. Gas Range with 6-Gas Burners and Electric 240-Volt Oven in Stainless Steel, Silver', 2899.00, NULL, NULL, 4300.00, 'Burners and Electric 240-Volt Oven-56868.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 17:18:44', '2024-01-30 17:18:44'),
(2068, 'Samsung smart dryer cleaning machine', 'oKwEliVfp', 4, 'Samsung - 7.5 Cu. Ft. Smart Gas Dryer with Steam and FlexDry - Black Stainless Steel', 750.00, NULL, NULL, 1240.00, 'Samsung smart dryer cleaning machine-21630.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 17:23:42', '2024-01-30 17:23:42'),
(2069, 'Durian Opener Sheller Clamp Durian Peel Breaking Tool', 'IAkSaV29y', 18, '【Convenient Sheller】: A simple clip can make the durian appear as a opening, which is convenient for eating.\r\n【Save Labor, Easy to Use】: Creative durian shell breaking tool, clip design for labor saving and easy using. Suitable for kids and adults.\r\n【Material】: Durian opener made of high quality stainless steel, rustproof, non slip rubber handle, peeling smooth, use smoothly and peel fast, safety.\r\n【Practical, Save Money】: The shell opener is good helping kitchen utensils tool, providing great convenience for your life.\r\nSpecification:\r\nMaterial: Stainless Steel, Rubber\r\nSize Chart:\r\n18.5cmx4cm/7.28inchx1.57inch\r\n \r\nPackage Includes:\r\n1 Piece Durian Opener Tool\r\nNote:\r\nPlease permit slightly errors due to manual measurement and different monitors.', 10.99, NULL, NULL, 40.68, 'Durian Opener Sheller Clamp Durian Peel Breaking Tool-83352.jpeg', 'Durian Opener Sheller Clamp Durian Peel Breaking Tool-30784.jpeg', 'Durian Opener Sheller Clamp Durian Peel Breaking Tool-54502.jpeg', 'Groceries', 3.5, NULL, 1, '2024-01-30 17:29:04', '2024-01-30 17:29:04'),
(2070, 'Modern Club Chair', 'WK8dyZYwu', 4, 'GDF Studio Conrad Deep Red Fabric Mid Century Modern Club Chair', 180.00, NULL, NULL, 269.00, 'Modern Club Chair-59139.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-30 23:26:32', '2024-01-30 23:26:32'),
(2071, 'LED Pendant Lamp', 'rlF9C5DQq', 5, 'item\r\nvalue\r\nBrand Name\r\nDC\r\nModel Number\r\nDC-XT3\r\nPlace of Origin\r\nChina\r\nGuangdong\r\nDesign Style\r\nModern\r\nDIY\r\nYes\r\nApplication\r\nHome Office\r\nLight Source\r\nLED\r\nPower brand\r\nOthers\r\nBody Material\r\nAluminum\r\nShade material\r\nPlastic\r\nProduct Weight（kg）\r\n2\r\nProduct Dimension\r\nL1200*W50*H70mm\r\nPacking Dimension\r\n1245*60*80mm\r\nPCs/ Ctn\r\n1\r\nInput Voltage(V)\r\nAC 220V( ± 10%)\r\nLamp Luminous Flux(lm)\r\n5000\r\nColor Temperature(CCT)\r\n3000-6500k\r\nColor Rendering Index(Ra)\r\n80\r\nLifespan (hours)\r\n50000\r\nBeam Angle(°)\r\n160\r\nControl Mode\r\nSwitch Control\r\nWarranty(Year)\r\n2-Year\r\nLighting solutions service\r\nLighting and circuitry design\r\nFree sample\r\nNO\r\nProduct name\r\nLED Pendant Lamp\r\nStyle\r\nLamp Modern Pendant Light\r\nColor\r\nBlack /white Color\r\nMain material\r\nAluminum+PC\r\nName\r\nDC-XT3\r\nSize\r\nL1200*W50*H70mm\r\nPower\r\n36w\r\nCCT\r\n3000K/4000K/6000K/Customized\r\nMain material of lampshade\r\nPMMA High Transmittance Lampshade\r\nLED Light Source\r\nSMD 2835', 15.50, NULL, NULL, 18.50, 'LED Pendant Lamp-45252.jpeg', 'LED Pendant Lamp-59910.jpeg', 'LED Pendant Lamp-72480.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-30 23:35:13', '2024-01-30 23:35:13'),
(2072, 'Ocean Teal, 14', 'h7fRPWJfA', 19, 'Columbia Women\'s Coral Point III Short, Ocean Teal, 14', 19.00, NULL, NULL, 55.00, 'Ocean Teal, 14-36815.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 23:35:47', '2024-01-30 23:35:47'),
(2073, 'Oxford Marble Composition Book, 7.5 x 9.75 Inches, Wide Rule, Paperback, 100 Sheets, White (63795)', 'IFX1NDuWH', 4, 'The Oxford Marble Composition Book is a classic choice for all your writing needs. It measures 7.5 x 9.75 inches and features wide-ruled pages, perfect for taking notes or journaling. With 100 sheets, you\'ll have plenty of space to jot down your thoughts and ideas. The white pages provide a clean and crisp background for your writing. Whether you\'re a student, writer, or just love the feel of a traditional composition book, this one is a great pick. Happy writing!', 2.53, NULL, NULL, 6.34, 'Oxford Marble Composition Book, 7.5 x 9.75 Inches, Wide Rule, Paperback, 100 Sheets, White (63795)-86143.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-01-30 23:38:20', '2024-01-30 23:38:20'),
(2074, 'Pandent Lights', 'Pgpm9xrqS', 19, 'item\r\nvalue\r\nBrand Name\r\nMoon Star Exports\r\nModel Number\r\nG 1522\r\nPlace of Origin\r\nIndia\r\nUttar Pradesh\r\nDesign Style\r\nModern\r\nDIY\r\nYes\r\nApplication\r\nLiving Room\r\nLight Source\r\nFluorescent\r\nPower brand\r\nPhilips\r\nBody Material\r\nSteel\r\nShade material\r\nOthers\r\nProduct Weight（kg）\r\n1\r\nProduct Dimension\r\nCustomised\r\nPacking Dimension\r\nStandard\r\nPCs/ Ctn\r\n4\r\nInput Voltage(V)\r\nAC 110V ( ± 10%)\r\nLamp Luminous Flux(lm)\r\n60\r\nColor Temperature(CCT)\r\n2700K (Soft Warm White)\r\nColor Rendering Index(Ra)\r\n80\r\nLifespan (hours)\r\n1000\r\nBeam Angle(°)\r\n180\r\nControl Mode\r\nSwitch Control\r\nWarranty(Year)\r\n1-Year\r\nLighting solutions service\r\nProject lighting design\r\nFree sample\r\nNO\r\nProduct name\r\nPandent Lights\r\nStyle\r\nMordern Chandlier\r\nKeyword\r\nPendan Light\r\nColor\r\nCustomized Color\r\nMain material\r\nGlass+ Stainless Steel\r\nType\r\nPandent Chandelier Lamp\r\nSuitable for\r\nBedroom\\Living Room\\Indoor.etc\r\nSize\r\nCustom Size Accepted\r\nUsage\r\nHotel Home Indoor Decorative Lightings\r\nCertification\r\nCE Certified Electric Parts', 5.00, NULL, NULL, 6.00, 'Pandent Lights-59406.jpeg', 'Pandent Lights-67521.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-30 23:40:27', '2024-01-30 23:40:27'),
(2075, 'Chain Necklace - Gold Tone (18\")', 'k3occGSLo', 19, 'Giorgio di Vicenza Sterling Silver Men\'s Herringbone Chain Necklace - Gold Tone (18\")', 102.00, NULL, NULL, 300.00, 'Chain Necklace - Gold Tone (18\")-81566.webp', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-01-30 23:43:15', '2024-01-30 23:43:15'),
(2076, 'Ghostrunner 2', 'sIxKBY9bt', 19, 'Blood will run in this post-apocalyptic cyberpunk future that takes place after the fall of the Keymaster, a tyrant who ruled over Dharma Tower, the last refuge of humanity.\r\nThe player has the power to shape the future of humanity and take on the violent cyber ninja AI cult that has taken shape outside Dharma Tower, making for a truly epic and unforgettable experience.\r\nThe game introduces new skills, allowing players to be more creative and take on even the most demanding encounters with greater accessibility.\r\nThe player progression system has been completely redone, providing opportunities to experiment and customize gameplay.\r\nThe game is a must-play for fans of the original Ghostrunner and anyone looking for an intense and immersive action experience.', 29.99, NULL, NULL, 39.99, 'Ghostrunner 2-87084.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-01-30 23:44:31', '2024-01-30 23:44:31');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2077, 'Industrial Workshop Warehouse Highbay Lighting IP65 Waterproof SMD 3030 100W 150W 200W UFO LED High Bay Light', '6xdZJuJhx', 5, 'Model\r\nP-HY100\r\nP-HY150\r\nP-HY200\r\nPower\r\n100W\r\n150W\r\n200W\r\nSize\r\n￠237xH90mm\r\n￠300xH96mm\r\n￠360xH96mm\r\nThe number of LED beads\r\n144\r\n216\r\n288\r\nLuminous flux\r\n10000Lm\r\n15000Lm\r\n20000Lm\r\ncolor temperature\r\n3000K/4000K/6500K\r\nvoltage\r\nAC230V /AC85-265V\r\nmaterial\r\nAluminum+Glass Optical Lens\r\nLED Chip\r\nSMD3030', 5.00, NULL, NULL, 7.10, 'Industrial Workshop Warehouse Highbay Lighting IP65 Waterproof SMD 3030 100W 150W 200W UFO LED High Bay Light-39276.jpeg', 'Industrial Workshop Warehouse Highbay Lighting IP65 Waterproof SMD 3030 100W 150W 200W UFO LED High Bay Light-16204.jpeg', 'Industrial Workshop Warehouse Highbay Lighting IP65 Waterproof SMD 3030 100W 150W 200W UFO LED High Bay Light-80693.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-30 23:44:33', '2024-01-30 23:44:33'),
(2078, 'Dioche Lawn Mower Starter Puller Assembly Replacement for Honda GCV135 GCV160 EN2000 - Sold By Terlog.Y1 / FBA', '0UyQGMKg2', 7, '【Premium Material】: Generator pull cord-recoil starter is made of high quality plastic and metal, very durable. This recoil starter assembly is for lawn and garden equipment engines. Tested before shipping, perfectly replace your old broken one.\r\n【Good Quality】: Start assembly generator pull cord is very durable, it does not react with acids and alkalis and is a good insulator, not easy to rust, good strength, adopted top grade material for enhancing its stable performance and durability.\r\n【High Performance】:Work with low noise and steady performance.It is easy to install and the pull string is easy to retract,flexible,not get stuck,the quality is guaranteed, you can use it with confidence, you can use it for a long time.\r\n【Size】: Plastic pull start recoil starter for Honda. Please compare the pattern before purchasing. (L) x (W) x (H) 21 x 17.5 x 4cm / 8.27 x 6.89 x 1.57in (appr).\r\n【Suitable for】: Suitable for Honda GCV135 GCV160 EN2000, lawn mower actuator lath lawn mower. Ready to use, this recoil starter is a direct replacement, a aftermarket replacement.', 3.87, NULL, NULL, 5.99, 'Dioche Lawn Mower Starter Puller Assembly Replacement for Honda GCV135 GCV160 EN2000 - Sold By Terlog.Y1 / FBA-65075.jpeg', 'Dioche Lawn Mower Starter Puller Assembly Replacement for Honda GCV135 GCV160 EN2000 - Sold By Terlog.Y1 / FBA-23262.jpeg', 'Dioche Lawn Mower Starter Puller Assembly Replacement for Honda GCV135 GCV160 EN2000 - Sold By Terlog.Y1 / FBA-48341.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-30 23:45:01', '2024-01-30 23:45:01'),
(2079, 'Sonic Superstars', 'GN1SYqNeP', 10, 'A new Spin on a Classic: You\'ve never played classic Sonic like this before!\r\nMultiply, swim up waterfalls, change form, and more with the powers of the Chaos Emeralds.\r\nlay as Sonic, Tails, Knuckles, and Amy Rose, using their unique abilities to explore and uncover new paths and secrets.\r\nMore Friends, More Fun: Play with up to 3 other players in local Co-op and challenge players from around the world in Battle Mode!', 19.99, NULL, NULL, 29.99, 'Sonic Superstars-76745.jpeg', NULL, NULL, 'Video games', 5.0, NULL, 1, '2024-01-30 23:46:36', '2024-01-30 23:46:36'),
(2080, 'Werner Timberline Loft Ladder Access Kit - Free Click & Collect', 'qxGpMs9IX', 7, 'The Werner Timberline Loft Access Kit is a perfect loft access solution for DIY installation. The kit is part assembled for easier and quicker installation on site. This complete kit comes with a 26mm insulated loft door to prevent heat loss. Sturdy treads for maximum comfort and stability when lifting and carrying to your loft. The folding loft ladder stores within the trapdoor so no loft floor space is used with a opening arc of 1.58m. Suitable for higher ceilings up to 2.92m EN14975 FSC certified. There is a 5 year warranty on this product.\r\n\r\nFeatures & Benefits\r\n\r\nComes complete with loft ladder, 26mm insulated trapdoor, loft surround , stowing pole and part assembled for easier and quicker installation on site\r\nFully insulated trapdoor prevents loss of heat and draughts, laminated white both sides for easy cleaning\r\nSuitable for homes with higher ceilings of heights up to 2.92m (9ft 7in) with strong arm system for extra sturdy climb\r\nMaximum floor to ceiling height 2.92m. Minimum floor to ceiling height - cut to suit\r\nMaximum load: 150kg\r\nLoft ladder stores within trapdoor so no storage space is used\r\nSpring-assisted stowage for smooth opening and closing\r\nSlip-resistant treads for comfort when climbing and anti-slip feet for extra safety\r\nHigh quality solid FSC certified timber construction\r\nSuitable for DIY installation\r\n\r\nMaximum Load: 150 kg\r\nMaximum Height: 2.92 m\r\nClosed Height: 0.33 m\r\nHatch Size: 1.13 x 0.55 m\r\nTread Count: 12\r\nMaterial: Timber\r\nWeight: 23 kg\r\nWidth: 0.55 m\r\nType: Loft ladders\r\nYears Guaranteed: 5\r\nStandards Met: EN14975, FSC\r\nCertifications Met: EN14975, FSC®\r\nManufacturer Model No: 34530300\r\nBrand Name: Werner\r\nMade To Order: N', 148.54, NULL, NULL, 170.55, 'Werner Timberline Loft Ladder Access Kit - Free Click & Collect-72223.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 23:47:55', '2024-01-30 23:47:55'),
(2081, 'Solitaire Engagement Ring - 14k White Gold (9)', 'VIWpcFnkM', 19, 'Charles & Colvard 14k White Gold 2 1/10 Carat T.W. Lab-Created Moissanite Oval Solitaire Engagement Ring - 14k White Gold (9)', 760.00, NULL, NULL, 2250.00, 'Solitaire Engagement Ring - 14k White Gold (9)-77135.webp', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-01-30 23:49:04', '2024-01-30 23:49:04'),
(2082, 'Industrial Lighting Fixture 250W 200W 150W 100W UFO LED High Bay Light for Warehouse Shop Factory and Workshop', '4OmAjHMl8', 19, 'Model No.\r\nSL-NHB-100W\r\nSL-NHB-150W\r\nSL-NHB-200W\r\nPower:\r\n100W\r\n150W\r\n200W\r\nDimension(D*H):\r\n250*60mm\r\n300*60mm\r\n350*65mm\r\nInput Voltage:\r\nAC80-300V  \r\n50-60Hz\r\nAC80-300V   \r\n50-60Hz\r\nAC80-300V   \r\n50-60Hz\r\nLED Type & Brand: \r\n120pcs SMD3030 \r\n180pcs SMD3030 \r\n240pcs SMD3030\r\nLumens Output:\r\n11000lm\r\n16500lm\r\n22000lm\r\nEfficency:\r\n110LM/W\r\n110LM/W\r\n110LM/W\r\nCRI: \r\n70Ra+\r\n   70Ra+\r\n70Ra+\r\nPF:\r\n>0.95\r\n   >0.95\r\n   >0.95\r\nBeam Angle:\r\n60° 90°\r\n60° 90°\r\n60° 90°\r\nColor Temperature:\r\n3000-6500K\r\n3000-6500K\r\n3000-6500K\r\nIP Rating:\r\nIP65\r\nIP65\r\nIP65\r\nDimmable:\r\n0-10v dimming / PWM Dimmable\r\nMaterial :\r\nDie-cast aluminum housing +PC Lens\r\nSurge protection\r\n4KV / 6KV\r\nInstallation way:\r\nHook or bracket holder  \r\nApplications:\r\nWarehouses, Garages, Industrials, Workshops, Supermarkets', 13.59, NULL, NULL, 16.59, 'Industrial Lighting Fixture 250W 200W 150W 100W UFO LED High Bay Light for Warehouse Shop Factory and Workshop-56593.jpeg', 'Industrial Lighting Fixture 250W 200W 150W 100W UFO LED High Bay Light for Warehouse Shop Factory and Workshop-40114.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-30 23:49:52', '2024-01-30 23:49:52'),
(2083, 'Nickelodeon All Star Brawl 2', 'FlkK5BlK4', 14, 'Rebuilt and reimagined from the ground up, Nickelodeon All-Star Brawl 2 redefines what a Nickelodeon fighting game can be with new and revamped visuals, audio, animations, modes, stages, mechanics, taunts and move sets, competitively tuned for all levels of play.\r\nNickelodeon All-Star Brawl 2\'s roster is bigger and better than ever, with even more variety in how each unique character plays. Battle with brand new Nickelodeon fighters as well as returning fan favorites!\r\nPower up your fighters with incredible new Supers, which can deal devastating blows to opponents.\r\nNickelodeon All-Star Brawl 2 will launch with a unique campaign featuring roguelike elements. Put your skills to the test as you fight to stop Danny Phantom archvillain Vlad Plasmius from taking over the Nickelodeon universe!\r\nFeel the energy and excitement of every attack with a fully voiced cast of fighters, including the talents of Tom Kenny (SpongeBob SquarePants) and Bill Fagerbakke (SpongeBob SquarePants).', 24.99, NULL, NULL, 39.99, 'Nickelodeon All Star Brawl 2-63931.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-01-30 23:50:17', '2024-01-30 23:50:17'),
(2084, 'Makita D-47173 18 Piece Mixed Drill Bit set', 'Tg0IPaZNa', 7, 'The Makita D-47173 18 Piece Mixed Drill Bit set is a fantastic addition to any toolbox. With a variety of drill bits in different sizes and types, this set has got you covered for all your drilling needs. Whether you\'re working with wood, metal, or other materials, these drill bits are designed to deliver precise and efficient drilling performance. The set includes bits for both general purpose drilling and specific applications. So, whether you\'re a DIY enthusiast or a professional, this drill bit set is a must-have. Happy drilling!\r\n18 piece mixed drill bit Set\r\n6 drills for drilling wood\r\n6 drills for drilling masonry\r\nMetal storage box', 16.00, NULL, NULL, 16.45, 'Makita D-47173 18 Piece Mixed Drill Bit set-47871.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-01-30 23:52:06', '2024-01-30 23:52:06'),
(2085, 'Frogger PC Video Game CD ROM Windows 95 Game Hasbro Konomi Big Box 1997 New', 'zItK9ppB0', 12, 'Frogger PC CD-ROM Windows 95 Game\r\n\r\n1997 Hasbro Interactive\r\n\r\nKonomi\r\n\r\nBig Box\r\n\r\nNew', 28.89, NULL, NULL, 32.99, 'Frogger PC Video Game CD ROM Windows 95 Game Hasbro Konomi Big Box 1997 New-71129.jpeg', 'Frogger PC Video Game CD ROM Windows 95 Game Hasbro Konomi Big Box 1997 New-13874.jpeg', 'Frogger PC Video Game CD ROM Windows 95 Game Hasbro Konomi Big Box 1997 New-16538.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-30 23:54:16', '2024-01-30 23:54:16'),
(2086, 'Milwaukee M18 BPP2Q-402C 18V 2 X 4.0AH Li-ion Redlithium Cordless Drill / Impact Driver Twin Pack - Free C&C', 'mhDCuRaeF', 7, 'Features a compact but powerful percussion drill and impact driver with a high performance 4-pole motor to deliver maximum power whilst maximising the power to weight ratio. RedLink overload protection electronics and battery pack deliver system durability as well as a full-metal chuck to deliver maximum performance. Batteries compatible with all M18 tools in the range.\r\n\r\n1 x 18V Combi Drill 60Nm\r\n1 x 18V Impact Driver 180Nm\r\n2 x 18V 4.0Ah Li-Ion Batteries\r\n1 x 80min Multi-Voltage Charger\r\n1 x Blow-Moulded Case(s)', 253.89, NULL, NULL, 265.99, 'Milwaukee M18 BPP2Q-402C 18V 2 X 4.0AH Li-ion Redlithium Cordless Drill / Impact Driver Twin Pack - Free C&C-11781.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-30 23:55:18', '2024-01-30 23:55:18'),
(2087, 'Triangle Borea BR09 Floorstanding Speaker, Black Ash', 'msxMPcLtA', 2, 'The flagship of the range, the Borea BR09 is a floorstander designed in the purest hi-fi tradition. In it\'s 1.1 meters height, it comprises of technology and TRIANGLE know-how.\r\nIts three-way design allocates a transducer to each frequency range for a precise vocal reproduction and depth at low frequency, whilst maintaining a wide soundstage.\r\nThe BR09 provides a physical make up similar to that of the most high-end systems. Its three 16cm bass drivers operate in a large \"bass-reflex\" enclosure, thus enabling the speaker to go down to 35Hz.\r\nThanks to its delivery of lower frequencies and its high-power handling, this speaker is perfectly suited to larger rooms (more than 30 sq. m).\r\nBOREA Technologies\r\nBorea loudspeakers benefit from research and innovations from the Esprit Ez range for uncompromising sound reproduction.\r\nEFS Tweeter - A Diffusion Throughout The Room\r\nThe tweeter of the Borea range is equipped with a next-generation system called EFS (Efficient Flow System).\r\nIt is based on the association of a 25mm silk dome, known for its neutrality, with a phase plug developed specifically to homogenize high-frequency diffusion. This system significantly reduces the directivity regardless of your listening location in the room.\r\nThe dome is placed inside the partial horn loading, reducing reflections and allowing a clear reproduction of the high frequencies. This transducer is powered by a neodymium motor generating high magnetic power in a compact size. It is coupled to a cooling system, ensuring a better power handling.\r\nMidrange in Natural Cellulose A Unique Tonality\r\nThe Borea range, inheritor of the Esprit Ez technological innovations, also incorporates a midrange driver with a membrane made out of 100% natural cellulose paper, receiving no surface treatment. This paper membrane, unique to TRIANGLE, avoids any coloration of the intermediate frequencies, and transposes the voices with stunning realism and tonality.\r\nIn an ongoing pursuit of excellence, the profile of the cone was also redesigned to improve the rigidi', 500.00, NULL, NULL, 975.00, 'Triangle Borea BR09 Floorstanding Speaker, Black Ash-91472.jpeg', 'Triangle Borea BR09 Floorstanding Speaker, Black Ash-87825.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-30 23:57:35', '2024-01-30 23:57:35'),
(2088, 'Hand crafted lighting fixture black shade iron dome industrial pendant light', '7CWL1ZtU2', 5, 'item\r\nvalue\r\nPlace of Origin\r\nIndia\r\nUttar Pradesh\r\nBrand Name\r\nZaha home decor\r\nModel Number\r\nAM 897789\r\nColor Temperature(CCT)\r\n3500K (Warm White)\r\nIP Rating\r\nIP67\r\nInput Voltage(V)\r\nDC 24V\r\nLamp Luminous Efficiency(lm/w)\r\n165\r\nLamp Luminous Flux(lm)\r\nWarranty(Year)\r\nOther\r\nWorking Temperature(℃)\r\nColor Rendering Index(Ra)\r\n50\r\nCover Material\r\nOther\r\nInstall Style\r\nSurface Mounted\r\nBase Material\r\nIron\r\nLight Source\r\nLED\r\nControl Mode\r\nOther\r\nDIY\r\nNo\r\nLighting solutions service\r\nLight drawing and design, auto CAD layout, Project group sales, Onsite metering, Project Installation, Agi32 layout, Project lighting design, Lighting and circuitry design, DIALux evo layout\r\nApplication\r\nHotel\r\nDesign Style\r\nModern\r\nLifespan (hours)\r\n6000\r\nWorking Time (hours)\r\n50000\r\nPCs/ Ctn\r\n1\\2\r\nPacking Dimension\r\nProduct Dimension\r\nCustomized\r\nProduct Weight（kg）\r\n2\r\nPower brand\r\nOthers\r\nFree sample\r\nSample & packing with customer logo\r\nLamp Sizes\r\nMini\r\nProduct name\r\nCeiling Lamp\r\nKeyword\r\nHotel Ceiling Light Fixture\r\nItem Type\r\nHanging Light\r\nShape\r\nRound Shape\r\nMaterial\r\nIron+PS\r\nSize\r\nCustomizd\r\nMOQ\r\n50pcs\r\nLight Color\r\n3 Color Lights\r\nControl\r\n2.4GHz Remote / Wall Switch\r\nColor\r\nCustomized Color', 15.00, NULL, NULL, 18.00, 'Hand crafted lighting fixture black shade iron dome industrial pendant light-78071.jpeg', 'Hand crafted lighting fixture black shade iron dome industrial pendant light-60259.jpeg', 'Hand crafted lighting fixture black shade iron dome industrial pendant light-95727.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-30 23:57:38', '2024-01-30 23:57:38'),
(2089, 'Einhell 15kg 1600W Demolition Hammer 230V, Free C&C At Limited Locations', 'ooCfEJcQ6', 19, 'Maximum demolition performance due to 43 J single impact strength\r\nRobust SDS-hex tool adapter for quick tool changes\r\n180°adjustable additional handle for flexible working\r\nRobust, durable construction for tough continuous operation\r\n3m long, robust rubber cable for maximum mobility\r\nReady for immediate use thanks to the supplied pointed and flat chisel\r\nComes in a practical transport and storage case', 177.69, NULL, NULL, 185.99, 'Einhell 15kg 1600W Demolition Hammer 230V, Free C&C At Limited Locations-35693.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-30 23:58:35', '2024-01-30 23:58:35'),
(2090, 'Grand Theft Auto V: Premium Online Edition', 'lyb1V56wL', 13, 'Grand Theft Auto V Base Game\r\nCriminal Enterprise Starter Pack\r\nGTA $1,000,000 Bonus Cash\r\nBonus Propertes\r\nBonus Vehicles\r\nBonus Weapons\r\n40+ Updates and DLC', 11.29, NULL, NULL, 59.99, 'Grand Theft Auto V: Premium Online Edition-16879.jpeg', 'Grand Theft Auto V: Premium Online Edition-22761.jpeg', 'Grand Theft Auto V: Premium Online Edition-84050.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-30 23:58:51', '2024-01-30 23:58:51'),
(2091, 'Industrial Retro Metal Cube Ceiling Light Iron Lampshade Black LED E27 Flush Mount Lamp Decro For Cafe Hotel Living Room Porc', 'wXPnGfKkY', 1, 'Application:metal light bulb guard,bulb protector cage,wire bulb cage,light bulb safety cover,diy light bulb cage,bulb protector cover,industrial cage bulb guard， Vintage Wall Light, Industrial Lighting ,Wire Metal Cage Wall Lamp Indoor Home Retro Lights Fixture', 4.17, NULL, NULL, 6.17, 'Industrial Retro Metal Cube Ceiling Light Iron Lampshade Black LED E27 Flush Mount Lamp Decro For Cafe Hotel Living Room Porc-15920.jpeg', 'Industrial Retro Metal Cube Ceiling Light Iron Lampshade Black LED E27 Flush Mount Lamp Decro For Cafe Hotel Living Room Porc-75783.jpeg', 'Industrial Retro Metal Cube Ceiling Light Iron Lampshade Black LED E27 Flush Mount Lamp Decro For Cafe Hotel Living Room Porc-38878.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:01:07', '2024-01-31 00:01:07'),
(2092, 'Makita Genuine BL1860 18V 6.0ah Lithium-ion LXT Battery UK *TWIN PACK* W/Code - Sold by powertoolmate', 'aJ7x7He74', 7, 'Fuel gauge indicator displays charge remaining on battery in four stages\r\nFull charge in 55 minutes with Makita rapid charger\r\nBuilt in memory chip communicates the usage history with the charger\r\nShock absorbers protect the cells from jobsite conditions\r\nHigh energy cells pack more power per cell to reduce number of cells and overall weight – same weight as 3.0ah battery\r\nRelease button allows easy removal from the tool\r\nEven battery cooling through built-in air vents that block external debris\r\n16 contact terminals enable consistent power and firm hold', 152.32, NULL, NULL, 167.99, 'Makita Genuine BL1860 18V 6.0ah Lithium-ion LXT Battery UK *TWIN PACK* W/Code - Sold by powertoolmate-64333.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-31 00:01:17', '2024-01-31 00:01:17'),
(2093, '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop', '88cdq2gj7', 5, 'Place of Origin\r\nChangzhou, Jiangsu\r\nLight type\r\nLED\r\nWorking voltage\r\n220V\r\nSpecification\r\n100w 150w 200w 250w 300w', 10.00, NULL, NULL, 12.24, '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop-14445.jpeg', '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop-64700.jpeg', '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop-60570.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:08:06', '2024-01-31 00:08:06'),
(2094, 'Skullcandy Crusher ANC 2 Sensory Bass Over-Ear Noise Cancelling Wireless Headphones', 'ZfjaPw85J', 19, '50 Hours Battery + Rapid Charge\r\nCrusher Adjustable Sensory Bass\r\nAdjustable 4-Mic Active Noise Canceling\r\nSkull-iQ Smart Feature Technology\r\nPersonal Sound by Mimi\r\nMultipoint Pairing', 169.00, NULL, NULL, 229.00, 'Skullcandy Crusher ANC 2 Sensory Bass Over-Ear Noise Cancelling Wireless Headphones-72805.jpeg', 'Skullcandy Crusher ANC 2 Sensory Bass Over-Ear Noise Cancelling Wireless Headphones-46573.jpeg', 'Skullcandy Crusher ANC 2 Sensory Bass Over-Ear Noise Cancelling Wireless Headphones-33200.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-31 00:08:48', '2024-01-31 00:08:48'),
(2095, 'Persona 5 Tactica', 'egh8RwxLI', 13, 'An emotional revolution - Lead an uprising of the heart in a brand-new storyline that takes place in Persona\'s iconic universe.\r\nBuild your own dream squad - Assemble a team of beloved heroes to fight oppressive armies in thrilling turn-based combat.\r\nDynamic content - Overthrow your enemies with powerful Personas, an assortment of weapons, and wipe them out with style!', 19.99, NULL, NULL, 29.99, 'Persona 5 Tactica-10045.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-01-31 00:09:58', '2024-01-31 00:09:58'),
(2096, 'Rhapsody: Marl Kingdom Chronicles - Deluxe Edition - Nintendo Switch', 'VqctQ7OTE', 16, 'A Delightful Debut: Rhapsody II & III take center stage as they make their western debut featuring musical adventures in Marl Kingdom!\r\nA Marvelous Makeover: The charming storybook visuals are looking better than ever, and feature a new 3D camera mode for Rhapsody III!\r\nA Story Told Through Song: A heart-warming story brought to life through alluring songs and vocal performances!\r\nDeluxe Edition includes: Rhapsody: Marl Kingdom Chronicles GAME, Mini Art Book, Double-sided Mini Poster', 29.99, NULL, NULL, 49.99, 'Rhapsody: Marl Kingdom Chronicles - Deluxe Edition - Nintendo Switch-72293.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-01-31 00:16:59', '2024-01-31 00:16:59'),
(2097, '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop', 'Y9iMm9wfp', 5, 'Place of Origin\r\nChangzhou, Jiangsu\r\nLight type\r\nLED\r\nWorking voltage\r\n220V\r\nSpecification\r\n100w 150w 200w 250w 300w', 9.24, NULL, NULL, 12.24, '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop-67666.jpeg', '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop-69170.jpeg', '200w 300w Warehouse High And Low Towers Lighting Led Industrial And Mining Pendant Lights High Bay Light For Factory Workshop-26934.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:19:30', '2024-01-31 00:19:30'),
(2098, 'Hex Dumbbell', 'OQTdEQXPl', 19, '100LB BalanceFrom Rubber Coated Hex Dumbbell Weight Set w/ A-Frame Rack', 99.00, NULL, NULL, 149.00, 'Hex Dumbbell-56183.jpeg', 'Hex Dumbbell-89408.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-01-31 00:23:40', '2024-01-31 00:23:40'),
(2099, 'Baldur\'s Gate I & II Pack', 'y9K6Oz3v0', 17, 'Baldur\'s Gate: Enhanced Edition\r\nExplore the Sword Coast in its entirety, as well as the Tales of the Sword Coast expansion pack, and never-before-seen content including a new adventure and three new party members - Calishite monk Rasaad yn Bashir, Neera the wild mage, and Dorn Il-Khan the evil blackguard.\r\nChoose from 25-player companions and enjoy both single-player and online multiplayer adventures.\r\nBaldur\'s Gate Ii: Enhanced Edition\r\nExplore the tactical depth of high-level Dungeons & Dragons combat in this \'Very Positive\' Steam-rated fantasy RPG. Turn your captors against each other while you dodge traps and battle for your life against Demi-Liches, Mind Flayers, and the legendary Githyanki.\r\nRevamped and including both single-player and online co-op, Baldur\'s Gate II: Enhanced Edition features hundreds of improvements and features that bring the game to life. Travel to Tethyr in this thrilling conclusion to the Bhaalspawn saga, and delve into the treasure-filled halls of Watcher\'s Keep!', 20.08, NULL, NULL, 39.98, 'Baldur\'s Gate I & II Pack-38939.jpeg', 'Baldur\'s Gate I & II Pack-11352.jpeg', 'Baldur\'s Gate I & II Pack-68714.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 00:24:02', '2024-01-31 00:24:02'),
(2100, 'Industrial', 'kYP1WhRo0', 5, 'Product Name\r\n Fabric Spot Light\r\nStyle\r\nModern Styel\r\nBrand\r\nEverprosp Lighting\r\nInput Voltage(V)\r\n110-220V\r\nModel Number\r\nRH1803005-03R\r\nProduct Dimensions\r\nW20 X H18CM\r\nNumber of Lights\r\n3\r\nMaterial\r\nMetal\r\nLight Source\r\nE14 Without Bulb\r\nColor\r\nMatt Black\r\nColor Rendering Index(Ra)\r\n80\r\nLight Direction\r\n‎Adjustable', 6.14, NULL, NULL, 8.14, 'Industrial-55835.jpeg', 'Industrial-18055.jpeg', 'Industrial-48821.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:27:46', '2024-01-31 00:27:46'),
(2101, 'LG 38WN95C-W Monitor 38\" 21:9 Curved UltraWide QHD+ (3840 x 1600) Nanio IPS Display, Thunderbolt 3, 1ms Response Time, 144Hz Refresh Rate, NVIDIA G-SYNC, AMD FreeSync -White/Silver', 'RP2DfHQtZ', 19, 'LG 38WN95C-W Monitor 38\" 21:9 Curved UltraWide QHD+ (3840 x 1600) Nanio IPS Display, Thunderbolt 3, 1ms Response Time, 144Hz Refresh Rate, NVIDIA G-SYNC, AMD FreeSync -White/Silver', 886.00, NULL, NULL, 1399.00, 'LG 38WN95C-W Monitor 38\" 21:9 Curved UltraWide QHD+ (3840 x 1600) Nanio IPS Display, Thunderbolt 3, 1ms Response Time, 144Hz Refresh Rate, NVIDIA G-SYNC, AMD FreeSync -White/Silver-68894.jpeg', 'LG 38WN95C-W Monitor 38\" 21:9 Curved UltraWide QHD+ (3840 x 1600) Nanio IPS Display, Thunderbolt 3, 1ms Response Time, 144Hz Refresh Rate, NVIDIA G-SYNC, AMD FreeSync -White/Silver-36444.jpeg', NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-31 00:28:50', '2024-01-31 00:28:50'),
(2102, '8Bitdo NEOGEO Wireless Controller for Windows, Android, and NEOGEO mini', 'tL59w3kWO', 18, 'A perfect recreation of the original SNK NEOGEO controller\r\nIconic classic click-style joystick\r\nAdded bumpers, Turbo functions, and button layout swap\r\nBluetooth (for Android only), 2.4G wireless, or wired connectivity\r\nCompatible with Windows and NEOGEO mini via 2.4G adapter/USB cable, and Android via Bluetooth\r\nOfficially licensed by SNK', 25.50, NULL, NULL, 34.99, '8Bitdo NEOGEO Wireless Controller for Windows, Android, and NEOGEO mini-86190.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-01-31 00:29:12', '2024-01-31 00:29:12'),
(2103, 'High Quality Adjustable Rustic Cage Light Chandelier Industrial Cage Ceiling Fixture Light', 'P7gOfLTNo', 5, 'Name: Black Cage Iron Pendant Light\r\nCage Shade Size: 15*22cm(D*H)\r\nMaterial: Painted iron \r\nWattage: 40W\r\nInput Voltage: AC 85-240V\r\nCertification: CE,RoHS\r\nCable Length: 1.2m(adjustable)\r\nLighting area: 3-5m²\r\nColor: black, red, blue, white, can be OEM\r\nMetal Ceiling Rose: 10*2cm(D*H) round shape for single lamp\r\nLight Source: E27 E26 incandescent lamp(screwed type)\r\nPackage: one pcs/polybag, one polybag/ carton box with polyfoam\r\nRemark: Bulb not included, if needed pls notice', 4.00, NULL, NULL, 6.00, 'High Quality Adjustable Rustic Cage Light Chandelier Industrial Cage Ceiling Fixture Light-72212.jpeg', 'High Quality Adjustable Rustic Cage Light Chandelier Industrial Cage Ceiling Fixture Light-67347.jpeg', 'High Quality Adjustable Rustic Cage Light Chandelier Industrial Cage Ceiling Fixture Light-99434.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:31:18', '2024-01-31 00:31:18'),
(2104, 'Paleo Pines: The Dino Valley', 'q1igT7ME5', 18, 'Embark on your Dino Quest – Set off on a lively adventure with your dino pal, Lucky; The other Parasaurolophus are missing, and it\'s up to you and Lucky to uncover their whereabouts; Build a new home, make friends, unravel the island\'s lost history\r\nCreate Your Cozy Dino Sanctuary – Set up your home base on the island as you go about your quest; Master the art of dino ranching by growing crops, trading with townsfolk, and enlisting the help of your dino pals to produce a roarsome harvest\r\nDiscover and Befriend Dinosaurs – A collection of dinosaurs roam the wild waiting to become your friends, as well as ranch helpers; Coax them by mimicking their calls with your flute, then seal the deal with a tasty treat and trustworthy nose boop\r\nExplore Enchanting Landscapes – There\'s plenty to explore, from flowery fields of Veridian Valley to high canyons of Ariacotta; Venture throughout lush landscapes across the island, each with their own charm, collecting items, and dinos to discover\r\nBefriend a Charming Community – A quirky array of townsfolk on the island can\'t wait to meet you and help you; As you explore, you\'ll meet new characters, each with their own story, quests, items, or knowledge to share, and gossip to exchange', 17.40, NULL, NULL, 26.47, 'Paleo Pines: The Dino Valley-22133.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-01-31 00:32:05', '2024-01-31 00:32:05'),
(2105, 'TCL 65” Class Q Class 4K QLED HDR Smart TV with Google TV - 65Q670G', 'iLkN0wRGB', 2, 'QLED Quantum Dot technology and HDR PRO+ with Dolby Vision delivers enhanced contrast, accurate colors and fine details - using Advanced HDR formats with Motion Rate 240 and MEMC frame insertion for exceptional motion clarity. TCL’s High Brightness Direct LED Backlight produces brighter images for an enhanced viewing experience. Beyond movies and TV shows, you can get in the game with Game Accelerator 120. Together with Auto Game Mode and AMD Freesync, it auto-optimizes for the lowest latency. You\'ll get a more responsive gameplay without lag, designed to keep you at the top of any leaderboard. Google TV brings your favorite movies, shows, and live shows together. The FullView metal bezel-less design with adjustable width feet adds an elegant touch. DTS Virtual:X provides immersive 3D sound. Bluetooth Personal Audio allows for a private listening experience. The TCL TV offers three HDMI inputs, including one with eARC, for versatile connectivity. Chromecast Built-in allows access to a wide range of streaming apps. The TV works with popular voice assistants like Amazon Alexa and Google Assistant.', 400.00, NULL, NULL, 700.00, 'TCL 65” Class Q Class 4K QLED HDR Smart TV with Google TV - 65Q670G-73501.jpeg', 'TCL 65” Class Q Class 4K QLED HDR Smart TV with Google TV - 65Q670G-81086.jpeg', 'TCL 65” Class Q Class 4K QLED HDR Smart TV with Google TV - 65Q670G-11819.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 00:32:40', '2024-01-31 00:32:40'),
(2106, 'Industrial Retro Gold Metal Loft Iron Chandelier Industry Wagon Wheel Hanging Fixture Vintage Iron Pendant Light', 'GU8QggRv3', 5, 'Main Picture	Product Details\r\n_202209161055285.jpg	Item Name	chandelier\r\ncolor	black\r\nsize	D60cm/D80CM/D100CM\r\nApplication	hotel,restaurant,home,residential\r\nStyle	Industrial\r\nMaterial	Iron+glass\r\nSuitable For	Indoor Decoration Modem Light\r\nSample Lead Time	2-5 working days\r\nSample Policy	Start cooperation and build trust between  two sides , we will symbolly collect sample cost for initial order, and will definitely return once order placed.For future orders, we will not collect sample cost.', 60.00, NULL, NULL, 69.00, 'Industrial Retro Gold Metal Loft Iron Chandelier Industry Wagon Wheel Hanging Fixture Vintage Iron Pendant Light-82490.jpeg', 'Industrial Retro Gold Metal Loft Iron Chandelier Industry Wagon Wheel Hanging Fixture Vintage Iron Pendant Light-16904.jpeg', 'Industrial Retro Gold Metal Loft Iron Chandelier Industry Wagon Wheel Hanging Fixture Vintage Iron Pendant Light-74512.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:34:24', '2024-01-31 00:34:24'),
(2107, 'Cyberpunk 2077: Ultimate Edition', 'hGaPFv8oF', 4, 'Cyberpunk 2077 is an open-world, action-adventure RPG set in the megalopolis of Night City, where you play as a cyberpunk mercenary wrapped up in a do-or-die fight for survival. Improved and featuring all-new free additional content, customize your character and playstyle as you take on jobs, build a reputation, and unlock upgrades', 36.80, NULL, NULL, 59.99, 'Cyberpunk 2077: Ultimate Edition-54624.jpeg', 'Cyberpunk 2077: Ultimate Edition-94655.jpeg', 'Cyberpunk 2077: Ultimate Edition-78936.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 00:36:15', '2024-01-31 00:36:15'),
(2108, 'Pokémon Mystery Dungeon: Rescue Team DX Standard', 'HAEKxuk2q', 19, 'Build your rescue team from the likes of Pikachu, Eevee and Charmander and complete missions to save Pokémon in the ever-changing mystery dungeon', 39.49, NULL, NULL, 59.99, 'Pokémon Mystery Dungeon: Rescue Team DX Standard-25919.jpeg', 'Pokémon Mystery Dungeon: Rescue Team DX Standard-19780.jpeg', 'Pokémon Mystery Dungeon: Rescue Team DX Standard-63613.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 00:39:23', '2024-01-31 00:39:23'),
(2109, 'EcoFlow DELTA Pro 3600Wh Portable Power Station', 'MATgO08YE', 19, 'Power: 3600W total (Surge 7200W)\r\nAC Output: 5 outlets, 3600W total (Surge 7200W)\r\nUSB-C Output: 2 ports, 5/9/12/15/20V, 5A, 100W Max per port\r\nUSB-A Fast Charge: 2 ports, 5V, 2.4A / 9V, 2A / 12V, 1.5A, 18W Max per port\r\nUSB-A Output: 2 ports, 5V, 2.4A, 12W Max per port\r\nCar Power Output: 12.6V, 10A, 126W Max\r\nDC5521 Output: 2 ports, 12.6V, 3A, 38W Max per port\r\nCharging Mode: AC Wall Outlet, Solar Panel, Smart Generator\r\nApplication: Back-up Power, Camping/Hiking, Commercial, Electronics, Home/Garden\r\nVoltage: 100-120V(50Hz/60Hz)\r\nMultiCharge 6500W\r\nExpandable Capacity\r\nLFP Battery\r\n6,500 cycles to 50% capacity, 3,500 cycles to 80% capacity\r\n99lbs, 25*11.2*16.4 in\r\n5-year Warranty\r\nIncludes:\r\nDELTA Pro\r\nAC Charging Cable\r\nCar Charging Cable\r\nSolar Charging Cable\r\nDC5521 to DC5525 cable\r\nHandle Cover', 2099.00, NULL, NULL, 3301.00, 'EcoFlow DELTA Pro 3600Wh Portable Power Station-11848.jpeg', 'EcoFlow DELTA Pro 3600Wh Portable Power Station-57590.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-01-31 00:39:38', '2024-01-31 00:39:38'),
(2110, 'LED UFO high bay light', 'WCqfg70ye', 19, 'Surface color\r\nBlack\r\nProduct name\r\nLED UFO high bay light\r\nPower\r\n100W 150W 200W\r\nBeam Angle\r\n60°,90°,120°\r\nIP Rating\r\nIP65\r\nPF\r\n≥0.97\r\nCRI (Ra>)\r\n80\r\nLamp Luminous Efficiency(lm/w)\r\n170Lm/W\r\nWorking Temperature(℃)\r\n-20℃~50℃\r\nMaterial\r\nADC12 die-casting aluminum+PC lens\r\nLED chip\r\nOSRAM\r\nWarranty\r\n5years\r\nInput Voltage(V)\r\nAC85-265V\r\nColor Temperature\r\n2700-6500K\r\nFrequency Range\r\n50-60HZ', 26.00, NULL, NULL, 29.00, 'LED UFO high bay light-95894.jpeg', 'LED UFO high bay light-50509.jpeg', 'LED UFO high bay light-60329.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:40:49', '2024-01-31 00:40:49'),
(2111, 'LG CineBeam HU710PW 4K UHD Hybrid Home Cinema Projector', 'TdphSgXn9', 19, '4K UHD (3840 x 2160)\r\nIris (BrightRoom / Medium / Darkroom / User)\r\nAdaptive Contrast (High / Medium / Low / Off)\r\nLens Shift (Vert +/- 60% Horiz +/- 24%)\r\nUp to 2000 ANSI Lumens\r\nUp to 20,000 hrs Light Source Life', 1300.00, NULL, NULL, 2500.00, 'LG CineBeam HU710PW 4K UHD Hybrid Home Cinema Projector-59420.jpeg', 'LG CineBeam HU710PW 4K UHD Hybrid Home Cinema Projector-21449.jpeg', NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-31 00:43:16', '2024-01-31 00:43:16'),
(2112, 'Vintage chandelier ceiling rose light fitting 6 Edison bulbs ST64 led bulb industrial style', 'sv2lcwo0u', 19, 'Product Name\r\nPendant lamp\r\nMaterial\r\nMetal\r\nMOQ\r\n1 pcs\r\nBulb holder\r\nE27\r\nCable\r\n1.3m\r\nCanopy\r\nIron\r\nColor\r\nBlack\r\nSuitabe Place\r\nHome, Hotel, Restaurant, Coffee Shop, Store, Shop, Cafe, Salon,  Bedroom, Sitting Room, Dining Room, Living Room, etc', 50.00, NULL, NULL, 60.00, 'Vintage chandelier ceiling rose light fitting 6 Edison bulbs ST64 led bulb industrial style-44352.jpeg', 'Vintage chandelier ceiling rose light fitting 6 Edison bulbs ST64 led bulb industrial style-68741.jpeg', 'Vintage chandelier ceiling rose light fitting 6 Edison bulbs ST64 led bulb industrial style-65717.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:45:14', '2024-01-31 00:45:14'),
(2113, 'Sleeping Dogs: Definitive Edition', 'ArHnVAcTc', 10, 'With all 24 previously available DLC extensions included and a wealth of visual improvements, Hong Kong has never felt so alive.\r\nA mature, gritty undercover cop drama where a wrong decision can blow your cover at any time.\r\nExplosive action fuelled by a seamless mix of deadly martial arts, intense gunfights and brutal takedowns.\r\nEpic high-speed thrills: Burn up the streets or tear up the sea in a vast array of exotic cars, superbikes and speedboats.\r\nHong Kong is your ultimate playground: Enter illegal street races, gamble on cock fights, or kick back with some karaoke. There are countless ways to entertain yourself in Hong Kong\'s diverse districts', 8.89, NULL, NULL, 19.99, 'Sleeping Dogs: Definitive Edition-72267.jpeg', 'Sleeping Dogs: Definitive Edition-26870.jpeg', 'Sleeping Dogs: Definitive Edition-55556.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 00:45:24', '2024-01-31 00:45:24'),
(2114, 'Hisense 120L9G 4K UHD Laser TV, UST Ultra Short Throw Projector Only', 'v71bPnI0I', 19, 'Buy the Hisense 120L9G 4K UHD Laser TV, UST Ultra Short Throw Projector Only (Refurbished) at buydig.com, and receive fast, free shipping and a flexible return policy.', 1749.00, NULL, NULL, 4500.00, 'Hisense 120L9G 4K UHD Laser TV, UST Ultra Short Throw Projector Only-95161.jpeg', 'Hisense 120L9G 4K UHD Laser TV, UST Ultra Short Throw Projector Only-88004.jpeg', 'Hisense 120L9G 4K UHD Laser TV, UST Ultra Short Throw Projector Only-25989.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 00:47:58', '2024-01-31 00:47:58'),
(2115, 'Industrial vintage mount ceiling light with 8 sockets chandelier ceiling light fixture', 'juYy4AQAk', 19, 'Product Name	Wholesale Minimalist Modern Dinning Room Ceiling Lamp Nordic Light New 2022 Livingroom\r\nLamp Size	D350/450mm/Contact us for more details\r\nColor	Chrome/Customized \r\nMaterial	Aluminum+Crystal\r\nLamp Sources	E14\r\nVoltage	110V/220V\r\nMOQ	5PCS\r\nOEM/ODM	Avalible', 22.00, NULL, NULL, 25.00, 'Industrial vintage mount ceiling light with 8 sockets chandelier ceiling light fixture-11319.jpeg', 'Industrial vintage mount ceiling light with 8 sockets chandelier ceiling light fixture-25046.jpeg', 'Industrial vintage mount ceiling light with 8 sockets chandelier ceiling light fixture-55423.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:49:41', '2024-01-31 00:49:41'),
(2116, 'Forza Horizon 5', '8YF7ItBey', 13, 'Explore the vibrant open world landscapes of Mexico with limitless, fun driving action in the world\'s greatest cars. Conquer the rugged Sierra Nueva in the ultimate Horizon Rally experience', 30.56, NULL, NULL, 59.99, 'Forza Horizon 5-76107.jpeg', 'Forza Horizon 5-53453.jpeg', 'Forza Horizon 5-36814.jpeg', 'Video games', 3.0, NULL, 1, '2024-01-31 00:52:47', '2024-01-31 00:52:47'),
(2117, 'Hampton Bay 12-Light 24 ft. Black Indoor/Outdoor Commercial Incandescent Edison String Light', 'EHDuECNOi', 19, 'High quality, Hampton Bay commercial grade string light will brighten patios, backyard living areas and indoor or outdoor gatherings with reliable and festive points of incandescent light. Connect up to 10 string light sets together end-to-end for larger areas. Each 120-Volt 24 ft. string light set has 12 suspended sockets which form a tight weather resistant seal around the light bulb.', 16.49, NULL, NULL, 54.00, 'Hampton Bay 12-Light 24 ft. Black Indoor/Outdoor Commercial Incandescent Edison String Light-12381.jpeg', 'Hampton Bay 12-Light 24 ft. Black Indoor/Outdoor Commercial Incandescent Edison String Light-76049.jpeg', 'Hampton Bay 12-Light 24 ft. Black Indoor/Outdoor Commercial Incandescent Edison String Light-59103.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-31 00:56:27', '2024-01-31 00:56:27'),
(2118, 'Industrial lighting SMD20000 30000 high lumen 150w led warehouse high bay light', 'pwvKeWQs8', 19, 'Lamp Power\r\n50W\r\n100W\r\n150W\r\n200W\r\n300W\r\nLED Qty\r\n100pcs\r\n120pcs\r\n192pcs\r\n240pcs\r\n280pcs\r\nLamp Diameter (mm) 025341146 02914H153 03364H163 03784H173 04244H191\r\nInput Voltage\r\nAC85-277V 50/60Hz\r\nSPD\r\n2.5KV-4KV\r\nLamp Flux\r\n120LM/W 150LM/W 170LM/W optional\r\nLED Color\r\n3000K-6500K\r\nCRI\r\nRa > 70\r\nBeam angle:\r\n90° /120° optional\r\nLife Time\r\n50000H\r\nMaterial\r\nDie-cast Aluminium + PC Lens\r\nBody Color\r\nBlack or White or Grey\r\nIP Grade\r\nIP65\r\nApplication Factories, workshops, gyms, warehouse, sport fied, toll stations, gas stations, stadiums, big supermarket, exhibition hall,\r\ncommercial building, stadium hall, parking building etc\r\nCertificate\r\nBIS, SASO, CE-LVD-EMC, ROHS, IES, TUV, IS09001, SAA', 10.58, NULL, NULL, 13.58, 'Industrial lighting SMD20000 30000 high lumen 150w led warehouse high bay light-21229.jpeg', 'Industrial lighting SMD20000 30000 high lumen 150w led warehouse high bay light-77262.jpeg', 'Industrial lighting SMD20000 30000 high lumen 150w led warehouse high bay light-62086.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 00:58:57', '2024-01-31 00:58:57'),
(2119, 'Gotham Knights', 'ru6Lb1FQ6', 12, 'Batman is dead. A new expansive, criminal underworld has swept the streets of Gotham City. It is now up to the Batman Family - Batgirl, Nightwing, Red Hood, and Robin - to protect Gotham, bring hope to its citizens, discipline to its cops, and fear to its criminals.\r\nFrom solving mysteries that connect the darkest chapters in the city\'s history to defeating notorious villains in epic confrontations.', 7.60, NULL, NULL, 59.99, 'Gotham Knights-75634.jpeg', 'Gotham Knights-35442.jpeg', 'Gotham Knights-30146.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 01:02:05', '2024-01-31 01:02:05'),
(2120, 'Mainstays Fireplace TV Stand for TVs up to 55\", Black Oak', 'pq5uWKA2f', 19, 'The Mainstays Electric Fireplace TV Stand offers a modern and affordable way to elevate your home entertainment experience. With its natural-looking fireplace, heating capabilities, and safety features, it\'s the perfect addition to any living room. This versatile TV console is engineered to accommodate most flat-screen TVs up to 55', 116.00, NULL, NULL, 249.00, 'Mainstays Fireplace TV Stand for TVs up to 55\", Black Oak-79373.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 01:04:15', '2024-01-31 01:04:15'),
(2121, 'Hot sale industrial E27 base LED lights metal cage pendant ceiling lamp vintage chandelier hanging light fixtures', 'hv66Pn5cW', 19, 'Item No.\r\nHY-2001\r\nHY-2002\r\nHY-2003\r\nHY-2004\r\nHY-2005\r\nHY-2006\r\nCanopy Size\r\n100*25mm\r\n100*25mm\r\n100*25mm\r\n100*25mm\r\n100*25mm\r\n100*25mm\r\nVoltage\r\n110V/220V\r\n110V/220V\r\n110V/220V\r\n110V/220V\r\n110V/220V\r\n110V/220V\r\nCable \r\nPVC/Fabric\r\nPVC/Fabric\r\nPVC/Fabric\r\nPVC/Fabric\r\nPVC/Fabric\r\nPVC/Fabric\r\nSocket\r\nE26/E27\r\nE26/E27\r\nE26/E27\r\nE26/E27\r\nE26/E27\r\nE26/E27\r\nHolder Size\r\n17*21cm\r\n17*21cm\r\n15*21cm\r\n17*19cm\r\n16*17cm\r\n16*20cm\r\nCable Length\r\n1m*2*0.75㎡\r\n1m*2*0.75㎡\r\n1m*2*0.75㎡\r\n1m*2*0.75㎡\r\n1m*2*0.75㎡\r\n1m*2*0.75㎡\r\nMax Watt\r\n40W\r\n40W\r\n40W\r\n40W\r\n40W\r\n40W\r\nColor\r\nBlack/White\r\nBlack/White\r\nBlack/White\r\nBlack/White\r\nBlack/White\r\nBlack/White\r\nMaterial\r\nPainted Iron\r\nPainted Iron\r\nPainted Iron\r\nPainted Iron\r\nPainted Iron\r\nPainte', 4.15, NULL, NULL, 5.15, 'Hot sale industrial E27 base LED lights metal cage pendant ceiling lamp vintage chandelier hanging light fixtures-91374.jpeg', 'Hot sale industrial E27 base LED lights metal cage pendant ceiling lamp vintage chandelier hanging light fixtures-30549.jpeg', 'Hot sale industrial E27 base LED lights metal cage pendant ceiling lamp vintage chandelier hanging light fixtures-26403.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 01:04:38', '2024-01-31 01:04:38'),
(2122, '2.6M Extendable Aluminium Telescopic Ladder DIY Tool Max Load 150KG - Sold By LMstarz', '3hJumwcYX', 7, 'Great helper for both indoor household use and outdoor activities\r\nBlack anti-slip rubber sleeve on the bottom of ladder step and stable locking key between two neighboring steps to avoid bumping and friction\r\n\r\nSpecifications:\r\n\r\nSize: 72cm (Folded Height); 2.6m/8ft5 (Unfolded Height)\r\nNumber of Ladder Step: 9\r\nStep Interval: 30cm\r\nNet Weight: about 7kg\r\nMax. Load: 150kg\r\nMaterial:：Mainly made of premium aluminum alloy\r\n\r\nPackage Includes:\r\n\r\n1* foldable telescopic\r\nFeatures\r\n\r\nType: Step\r\nFeatures: Foldable\r\nKeywords: Telescopic, Aluminium', 59.15, NULL, NULL, 73.99, '2.6M Extendable Aluminium Telescopic Ladder DIY Tool Max Load 150KG - Sold By LMstarz-92018.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-01-31 01:06:00', '2024-01-31 01:06:00'),
(2123, '250W 200W 200 Watt 150W 100W 60W Ip65 Waterproof High Bay Led Lights For Warehouse', 'Jymo9U5dN', 19, '1.Super Bright＆80% Energy Saving\r\n2. 5 Year Warranty＆Long Service Life\r\n3. Proper Color Temperature-3000K/4000K/5000K\r\n4. Widely Used：suitable for any places, such as wet, cold, hot and dry places\r\n5. UL DLC ETL & Safety Installation\r\n6.Super Waterproof: IP65 certified water resistant and dustproof', 20.00, NULL, NULL, 24.00, '250W 200W 200 Watt 150W 100W 60W Ip65 Waterproof High Bay Led Lights For Warehouse-23183.jpeg', '250W 200W 200 Watt 150W 100W 60W Ip65 Waterproof High Bay Led Lights For Warehouse-77465.jpeg', '250W 200W 200 Watt 150W 100W 60W Ip65 Waterproof High Bay Led Lights For Warehouse-63699.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 01:09:07', '2024-01-31 01:09:07'),
(2124, 'Lenovo 16\" IdeaPad Flex 5 2-in-1 Multi-Touch Notebook (Arctic Gray)', 'HZVNLqPP2', 19, 'Lenovo 16\" IdeaPad Flex 5 2-in-1 Multi-Touch Notebook (Arctic Gray)\r\n16\" FHD+ (1920x1200, WUXGA+) 16:10, 300-nits, 45% NTSC, TÜV Low Blue Light, Glass, 10-point Multi-touch, 360-degree, Glossy, IPS Display', 600.00, NULL, NULL, 1100.00, 'Lenovo 16\" IdeaPad Flex 5 2-in-1 Multi-Touch Notebook (Arctic Gray)-75619.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-01-31 01:10:29', '2024-01-31 01:10:29'),
(2125, 'Commercial & Industrial Lighting Linear High Bay Led Lamp 2x2 led panel warehouse lighting', 'LPsZ93f7L', 5, 'Product Features of commercial panel light\r\nHigh reliability,consistent optical parameters,high power and efficacy over 170Lm/W;\r\nWattage and CCT adjustable:Equipped with a dip switch for stepwise adjustment of power and color temperature;\r\nLower Flicker:UVG<24;\r\nSmall package:Save shipment cost;\r\nCost-effective:More competitive price at the same level quality;\r\nFull range of function:Sensor,Emergency,0-10V Dimmable flexible combination functions.', 32.00, NULL, NULL, 35.80, 'Commercial & Industrial Lighting Linear High Bay Led Lamp 2x2 led panel warehouse lighting-37434.jpeg', 'Commercial & Industrial Lighting Linear High Bay Led Lamp 2x2 led panel warehouse lighting-78817.jpeg', 'Commercial & Industrial Lighting Linear High Bay Led Lamp 2x2 led panel warehouse lighting-74235.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 01:12:50', '2024-01-31 01:12:50'),
(2126, 'Black+Decker 3.6V Lithium Screwdriver with Right Angle Attachment (CS3652LC)', 'GaqpZBe77', 7, 'The BLACK+DECKER 3.6 V Lithium CS3652LC screwdriver with right angle attachment due to its compact size allows you to access all areas making the job easy.\r\n\r\nIts 1.5 Ah lithium-ion battery, which once charged holds its charge for up to 18 months when idle.\r\n\r\nThe screwdriver is packed with LED work light for visibility in dark areas, hidden corners, edges and inside furniture, where the lighting conditions may be poor.', 20.29, NULL, NULL, 30.58, 'Black+Decker 3.6V Lithium Screwdriver with Right Angle Attachment (CS3652LC)-35525.jpeg', 'Black+Decker 3.6V Lithium Screwdriver with Right Angle Attachment (CS3652LC)-13530.jpeg', 'Black+Decker 3.6V Lithium Screwdriver with Right Angle Attachment (CS3652LC)-54796.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-31 01:12:54', '2024-01-31 01:12:54'),
(2127, 'Broforce', 'NOqVQIvcF', 19, 'When evil threatens the world, the world calls on Broforce - an under-funded, over-powered paramilitary organization dealing exclusively in excessive force. Brace your loins with up to four players to run \'n\' gun as dozens of different bros and eliminate the opposing terrorist forces that threaten our way of life. Unleash scores of unique weapons and set off incredible chain reactions of fire, napalm, and limbs in the name of freedom.\r\nThe Broforce: Deliver your own brand of shock and awe with dozens of bros each with their own unique weaponry and special attacks designed to dispatch freedom across the world.\r\nBro-Op & Deathmatch: Battle terrorism with up to four players in cooperative mode or sever ties with your bros and face each other in several bombastic competitive modes.\r\nExplosion Run: Join up with other bros to tackle these unique time attack levels under the pressure of exploding terrains and mass chaos.\r\nFully Destructible Everything: Destructible terrain opens up a slew of strategic options while the abundance of Exploding Red Barrels of Justice can literally level the playing field with one shot.\r\nLevel Editor: Design your own playground of destruction with a robust level editor and become the envy of all the other bros by sharing them online. Browse through scores of custom user created levels and complete them to rate their Bro-ness.', 2.50, NULL, NULL, 18.99, 'Broforce-83057.jpeg', 'Broforce-49252.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-01-31 01:12:55', '2024-01-31 01:12:55'),
(2128, 'Industrial Chandelier for Bed Room Designed Chandeliers French Style House Dining Room Chandelier Lamp Traditional', '5H159oO5l', 19, 'Product Description\r\nBrand\r\nHOOYI\r\nModel\r\nRo079\r\nNumber of bulbs\r\n6 or 8\r\nBulb type\r\nE27 6 OR 8* 40W( can use energy saving lamp or LED bulb)\r\nSIZE\r\n * 6 lights diameter 75cm* Height 47cm+chains 30cm\r\n* 8 lights diameter 90cm* Height 52cm+chains 30cm\r\nVoltage\r\n10V - 240V (We will prepare the lighting voltage according to the voltage of buyers\' countries)', 31.19, NULL, NULL, 35.19, 'Industrial Chandelier for Bed Room Designed Chandeliers French Style House Dining Room Chandelier Lamp Traditional-16870.jpeg', 'Industrial Chandelier for Bed Room Designed Chandeliers French Style House Dining Room Chandelier Lamp Traditional-51739.jpeg', 'Industrial Chandelier for Bed Room Designed Chandeliers French Style House Dining Room Chandelier Lamp Traditional-69638.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 01:16:41', '2024-01-31 01:16:41');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2129, 'Weber Traveller 320 sq in Portable Grill', '94LzvpNwo', 19, 'Weber Traveller 320 sq in Portable Grill \r\nYard adjustable Grill', 199.00, NULL, NULL, 399.00, 'Weber Traveller 320 sq in Portable Grill-70110.jpeg', 'Weber Traveller 320 sq in Portable Grill-86535.jpeg', 'Weber Traveller 320 sq in Portable Grill-90351.jpeg', 'Accessories', 4.5, NULL, 1, '2024-01-31 01:17:25', '2024-01-31 01:17:25'),
(2130, 'ASUS ROG Ally Gaming Handheld', 'QcfJJPzP6', 18, 'Access any game that runs on Windows across all game platforms, including Steam, GOG, Xbox Game Pass, cloud gaming services, Android apps and more. Play anywhere, anytime, using handheld mode or by connecting the Ally to a TV and linking multiple controllers to play with friends. The Ally even transforms into a gaming PC by connecting to ROG XG mobile eGPU and dock - supporting mouse, keyboard, monitor, and more peripherals.', 400.00, NULL, NULL, 599.99, 'ASUS ROG Ally Gaming Handheld-56600.jpeg', 'ASUS ROG Ally Gaming Handheld-29518.jpeg', 'ASUS ROG Ally Gaming Handheld-15344.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 01:18:14', '2024-01-31 01:18:14'),
(2131, 'TCL 4.5 Cu. ft. Two Door Refrigerator – Black Stainless Look, MR453B', 'LorIIPMrX', 2, 'Freezer is 1.2 Cu Ft. Cooler is 3.3 Cu Ft.\r\n\r\nTCL\'s spacious 4.5 cubic foot capacity 2 door refrigerator model has separate compartments for fresh and frozen food items. With room for 2-liter bottles on the door, adjustable glass shelves, crisper drawer and freezer with wire shelf, there is space for plenty of food. Its compact size and reversible doors help this fridge fit into your space nicely. Whether at school, home or office, TCL compact refrigerators provide storage convenience and keep your foods cold and fresh\r\n\r\nAmple Food Storage – 4.5 Cu. Ft. Storage Capacity\r\n\r\nVersatile & Compact – Place TCL Mini-Fridges anywhere, whether that\'s in your dorm room for quick access to food and drinks or in your living room for the ultimate entertainment experience.', 158.00, NULL, NULL, 250.00, 'TCL 4.5 Cu. ft. Two Door Refrigerator – Black Stainless Look, MR453B-68076.jpeg', 'TCL 4.5 Cu. ft. Two Door Refrigerator – Black Stainless Look, MR453B-91757.jpeg', NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-31 01:22:29', '2024-01-31 01:22:29'),
(2132, 'Persona 3 Reload', 'cfhVGdNFe', 19, 'Step into the shoes of a transfer student thrust into an unexpected fate when entering the hour \"hidden\" between one day and the next. Awaken an incredible power and chase the mysteries of the Dark Hour, fight for your friends, and leave a mark on their memories forever. Persona 3 Reload is a captivating reimagining of the genre-defining RPG, reborn for the modern era.', 99.02, NULL, NULL, 199.00, 'Persona 3 Reload-57800.jpeg', 'Persona 3 Reload-41036.jpeg', 'Persona 3 Reload-40273.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 01:23:51', '2024-01-31 01:23:51'),
(2133, 'The Soil Key', 'KvTDfD5Q4', 19, 'The Soil Key is an incredible resource for all gardening enthusiasts. It\'s a comprehensive guide that unlocks the secrets to healthy and thriving soil. With this key, you\'ll learn about soil composition, nutrient balance, and how to create the perfect environment for your plants to flourish. Whether you\'re a beginner or an experienced gardener, The Soil Key will help you take your gardening skills to the next level. Get ready to unlock the secrets of amazing soil!', 125.00, NULL, NULL, 135.05, 'The Soil Key-43420.jpeg', 'The Soil Key-46691.jpeg', 'The Soil Key-16656.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-31 01:25:11', '2024-01-31 01:25:11'),
(2134, 'GreenPan 8qt Stainless Steel Stockpot', 'sm7O8Nt3R', 2, 'California Designated Chemical Disclosure Made in China Specifications Brand GreenPan Cleaning Recommendation Dishwasher Safe Color Stainless Steel Features Induction Features Oven Safe Material Aluminum Number of Lid(s) 1 Lid Number of Pieces 1 Piece Number of Stock Pot(s) 1 Stock Pot Oven Safe Temperature 500 F.', 34.97, NULL, NULL, 50.00, 'GreenPan 8qt Stainless Steel Stockpot-35521.jpeg', 'GreenPan 8qt Stainless Steel Stockpot-74422.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 01:26:05', '2024-01-31 01:26:05'),
(2135, 'Gardening Stool With Tote Bag Chair Garden Tools Set Organizer, Folding Garden Seat Gardening Stool Gardening', 'Lx7gZz9Cz', 17, 'The Gardening Stool With Tote Bag is a game-changer for all gardeners out there. It\'s not just a stool, but also a handy organizer for your gardening tools. With a folding design, it\'s easy to carry and store. The built-in tote bag provides ample space for your gardening essentials, keeping everything organized and within reach. And when you need a break, simply unfold the stool and take a seat to rest and admire your beautiful garden. It\'s a must-have for any gardening enthusiast!', 55.42, NULL, NULL, 65.42, 'Gardening Stool With Tote Bag Chair Garden Tools Set Organizer, Folding Garden Seat Gardening Stool Gardening-92061.jpeg', 'Gardening Stool With Tote Bag Chair Garden Tools Set Organizer, Folding Garden Seat Gardening Stool Gardening-71218.jpeg', 'Gardening Stool With Tote Bag Chair Garden Tools Set Organizer, Folding Garden Seat Gardening Stool Gardening-72714.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 01:29:22', '2024-01-31 01:29:22'),
(2136, '3-in-1 Black & Decker Power Series Lite Corded Stick Vacuum', 'rKzQs9r7W', 19, '3-in-1 Black & Decker Power Series Lite Corded Stick Vacuum\r\nLightweight Portable and foldable Vacuum Cleaner', 19.93, NULL, NULL, 84.00, '3-in-1 Black & Decker Power Series Lite Corded Stick Vacuum-75986.jpeg', '3-in-1 Black & Decker Power Series Lite Corded Stick Vacuum-12514.jpeg', '3-in-1 Black & Decker Power Series Lite Corded Stick Vacuum-44734.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 01:30:04', '2024-01-31 01:30:04'),
(2137, '1000 LCD Screen Handheld Portable Game Console', 'fKj7FqmWi', 18, 'Built-in 1200+ real no-repeat old school classic games, super classic games covering a variety of types of games, such as adventure, shooting, action, racing and so on. and other classic FC games. You can play more than 1200 built-in games anytime and anywhere.\r\nNote: After turning on the ON/OFF button, please press start button to start the console. Since we have many games built into the console, only some of them are shown on the desktop, for more games, please select the \"game\" icon in the lower left corner to view them.', 20.58, NULL, NULL, 33.99, '1000 LCD Screen Handheld Portable Game Console-28467.jpeg', '1000 LCD Screen Handheld Portable Game Console-56636.jpeg', '1000 LCD Screen Handheld Portable Game Console-90355.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 01:30:56', '2024-01-31 01:30:56'),
(2138, 'EcoFlow Tech DELTA 2 Max Mobile Power Station', 'M9HjjJDgH', 19, 'EcoFlow Tech DELTA 2 Max Mobile Power Station Experience unrivaled power and versatility with the EcoFlow Tech DELTA 2 Max Mobile Power Station. This innovative device is your portable energy solution, providing reliable power wherever you go. With its massive 2,048Wh capacity, the DELTA 2 Max can effortlessly handle your electronic devices, appliances, and even power tools. Whether you\'re camping, hosting an outdoor event, or facing a power outage, this mobile power station ensures uninterrupted power supply. What You Get EcoFlow Tech DELTA 2 Max Mobile Power Station AC charging cable Car charging cable DC5521 to DC5525 cable Documentation', 1399.00, NULL, NULL, 1899.00, 'EcoFlow Tech DELTA 2 Max Mobile Power Station-80078.jpeg', 'EcoFlow Tech DELTA 2 Max Mobile Power Station-97587.jpeg', NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-31 01:33:17', '2024-01-31 01:33:17'),
(2139, 'Hori Hori Garden Multi-Tool with bi-colored wooden handle and sheath Valentines Day Gardener Gift', 'lusPyPqOU', 17, 'The Hori Hori Garden Multi-Tool is the perfect Valentine\'s Day gift for any gardening enthusiast. With its bi-colored wooden handle and sheath, it\'s not only functional but also stylish. This versatile tool combines a sharp blade, a serrated edge, and measurement markings, making it ideal for various gardening tasks like digging, cutting, and planting. It\'s a thoughtful gift that any gardener would love to have in their collection. Happy gardening and happy Valentine\'s Day!', 51.00, NULL, NULL, 59.99, 'Hori Hori Garden Multi-Tool with bi-colored wooden handle and sheath Valentines Day Gardener Gift-20568.jpeg', 'Hori Hori Garden Multi-Tool with bi-colored wooden handle and sheath Valentines Day Gardener Gift-55842.jpeg', 'Hori Hori Garden Multi-Tool with bi-colored wooden handle and sheath Valentines Day Gardener Gift-67178.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-31 01:34:25', '2024-01-31 01:34:25'),
(2140, 'Final Fantasy XVI', 'DLRc91Ige', 15, 'The sun is setting upon the land of Valisthea. For centuries, people have flocked to her Mothercrystals to partake of their blessing—the abundant aether that fuels the magicks they rely upon in their everyday lives. But as the aether begins to fade and the lifeless deadlands spread ever further, so too does the struggle over the final flickers of the Mothers\' light grow ever more fierce. Bloody battle rages across the realm, rival nations sending their ultimate weapons against each other: the Dominants. Men and women within whom sleep the world-shattering power of an Eikon. There are few in Valisthea whose lives have not been touched by this war for the crystals\' blessing, and Clive Rosfield, firstborn son of the Archduke of Rosaria, is no exception. Unlike most, however, the vicissitudes of fate are to reveal to him the dark truth that lies at the heart of his world, and lead him on a mission to destroy those selfsame Mothercrystals the rest of the realm hold sacred. The legacy of the crystals has shaped mankind\'s destiny for long enough.', 47.74, NULL, NULL, 49.99, 'Final Fantasy XVI-15178.jpeg', 'Final Fantasy XVI-70804.jpeg', 'Final Fantasy XVI-97618.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 01:35:14', '2024-01-31 01:35:14'),
(2141, 'Toter 32-Gallons Blue Plastic Wheeled Trash/Recycling Can with Lid Outdoor', '9n39yjUKr', 19, 'Constructed using Toter\'s Advanced Rotational Molding, our trash cans are built for toughness and maximum impact resistance\r\nToter trash cans are flexible with a 360-degree rotating steel stop bar to bounce back from trash day, every day\r\nRugged Rim technology and reinforced material in critical wear areas adds rigidity and extends the service life of our 2-wheel carts\r\nToter\'s bins are backed by industry leading 10-year limited warranty\r\nToter trash cans come with securely attached lid to keep the contents inside and handle rough weather and wind\r\nRugged wheels and ideal handle height make Toter cans easy to tilt and roll through any terrain\r\nHeat stamped recycling symbol is prominently featured on solid bright blue recycling can\r\nThe universal design of Toter trash can make it compatible with automated and semi-automated curbside collection waste truck lifters\r\nPerfect for indoor or outdoor use', 17.00, NULL, NULL, 69.00, 'Toter 32-Gallons Blue Plastic Wheeled Trash/Recycling Can with Lid Outdoor-45919.jpeg', 'Toter 32-Gallons Blue Plastic Wheeled Trash/Recycling Can with Lid Outdoor-59572.jpeg', NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-31 01:37:06', '2024-01-31 01:37:06'),
(2142, '14 pieces succulent tools kits with free garden mat/ Plant tools/Hand tools/Succulents tools/Garden Essentials/bonsai tools/gardening tools', '077nCGF4n', 17, 'A comprehensive and must-have tool kit for succulents lovers, easy transport, and super convenience carrying tool bag is also available. A 30inches x 30inches waterproof garden mat is included within the tool kits. \r\n\r\nOption A is Tool kits only without a carrying tool bag \r\n\r\nOption B is a full set of tools with a medium size carrying tool bag (Blue-9 inches x 6 inches ). \r\n\r\nOption C is a full set of tools with a large-size carrying tool bag (Green-10inches x 8inches). \r\n\r\nTools Material: Plastic + Metal.\r\n\r\nTools included:\r\n1 x Scissors,1 x Cleaning brush,1 x Straight head Tweezers,1 x Elbow Tweezers,1 x Air dust blower,1 x Shovel,1 x Spade,1 x Rake,1 x Spray Watering Bottle,1 x Pail Shovel,1 x Watering bottle,1 x Seedling lifter,1 x Punch,1 x Scoop shovel, 1 x Garden Mat', 9.99, NULL, NULL, 11.00, '14 pieces succulent tools kits with free garden mat/ Plant tools/Hand tools/Succulents tools/Garden Essentials/bonsai tools/gardening tools-87408.jpeg', '14 pieces succulent tools kits with free garden mat/ Plant tools/Hand tools/Succulents tools/Garden Essentials/bonsai tools/gardening tools-46703.jpeg', '14 pieces succulent tools kits with free garden mat/ Plant tools/Hand tools/Succulents tools/Garden Essentials/bonsai tools/gardening tools-74665.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-31 01:37:57', '2024-01-31 01:37:57'),
(2143, 'HOOYI retro light wooden pendant lamp vintage industrial lamp loft lamps hanging metals LED black 80 lampade legno design 1200', 'CXGepn05c', 19, 'Product Name\r\nindustrial chandeliers\r\nMaterial\r\niron+wood\r\n\r\nPower\r\n60w\r\n\r\nVoltage\r\n110-220v\r\nColcor\r\nblack+white+blue\r\nBulb style\r\nE27\r\nStyle\r\n\r\nindustrial, Home Lighting & Decor', 20.00, NULL, NULL, 26.77, 'HOOYI retro light wooden pendant lamp vintage industrial lamp loft lamps hanging metals LED black 80 lampade legno design 1200-22244.jpeg', 'HOOYI retro light wooden pendant lamp vintage industrial lamp loft lamps hanging metals LED black 80 lampade legno design 1200-69076.jpeg', 'HOOYI retro light wooden pendant lamp vintage industrial lamp loft lamps hanging metals LED black 80 lampade legno design 1200-72511.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 01:39:15', '2024-01-31 01:39:15'),
(2144, 'Handheld Game Console for Kids', 'uT3stqFGI', 10, 'This game console is a powerful and very interesting game console.It has a large 3.0-inch full color screen, rechargeable lithium battery, micro USB port,direction rocker, TV AV port/headphone port,support 2 players.It has 270 classic games pre-installed, it is suitable to follow you in and out of any occasion,even the ends of the earth. As a gift for children, friends, parents,on birthdays, holidays and other beautiful moments are perfect.', 32.98, NULL, NULL, 39.98, 'Handheld Game Console for Kids-56598.jpeg', 'Handheld Game Console for Kids-42938.jpeg', 'Handheld Game Console for Kids-25666.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 01:41:01', '2024-01-31 01:41:01'),
(2145, 'LORYERGO Laptop Stand, Ergonomic Computer Stand Laptop Riser for Desk, Laptop Stand Desk Holder Compatible with Most 10-15.6” Laptops, Silver', '7QbGlCZ2T', 19, 'LORYERGO Laptop Stand, Ergonomic Computer Stand Laptop Riser for Desk, Laptop Stand Desk Holder Compatible with Most 10-15.6” Laptops, Silver', 19.59, NULL, NULL, 42.00, 'LORYERGO Laptop Stand, Ergonomic Computer Stand Laptop Riser for Desk, Laptop Stand Desk Holder Compatible with Most 10-15.6” Laptops, Silver-70548.jpeg', 'LORYERGO Laptop Stand, Ergonomic Computer Stand Laptop Riser for Desk, Laptop Stand Desk Holder Compatible with Most 10-15.6” Laptops, Silver-10501.jpeg', 'LORYERGO Laptop Stand, Ergonomic Computer Stand Laptop Riser for Desk, Laptop Stand Desk Holder Compatible with Most 10-15.6” Laptops, Silver-26715.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 01:42:17', '2024-01-31 01:42:17'),
(2146, 'TITANIUM Garden SHOVEL', 'zgVvxvhww', 19, 'The scoop is made of titanium, the working part is characterized by very high bending resistance and extreme resistance to residual deformation. The “space” material titanium gives the conventional design of a bayonet shovel special strength. A titanium bayonet shovel will get the job done quickly and with minimal effort.\r\n\r\nBlade length: 200mm\r\n\r\nBlade width: 90mm\r\n\r\nWeight: 180 g\r\n\r\nWorking part material: Titanium\r\n\r\nMetal thickness: 1.8 mm\r\n\r\nInner diameter of the toe: 27 mm. \r\n\r\nWorldwide shipping', 44.11, NULL, NULL, 70.55, 'TITANIUM Garden SHOVEL-68825.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 01:42:24', '2024-01-31 01:42:24'),
(2147, 'PS5 Stand and Cooling Station with Dual Controller Charging Station', 'nTva5kOk4', 7, '! ! ! NOTE: ! ! ! NOT Compatible with 2023 PS5 Slim Version ! ! !', 39.99, NULL, NULL, 59.99, 'PS5 Stand and Cooling Station with Dual Controller Charging Station-20586.jpeg', 'PS5 Stand and Cooling Station with Dual Controller Charging Station-45772.jpeg', 'PS5 Stand and Cooling Station with Dual Controller Charging Station-77918.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-31 01:44:57', '2024-01-31 01:44:57'),
(2148, 'Bosch 2-Tool Brushless Power Tool Combo Kit with Soft Case (2-Batteries Included and Charger Included) | GXL18V-240B22', '3WTY7YtHG', 2, 'The Bosch 2-Tool Combo Kit delivers professional cordless drilling and driving performance, combined with brushless efficiency. The GXL18V-240B22 kit It includes a GDX18V-1800 two-in-one cordless impact driver/wrench for use with bits and sockets. It does two jobs with one tool and goes from impact wrench to impact driver fast. The GSB18V-490-1/2 In. Hammer Drill/Driver is made to tackle demanding materials and applications (such as metal or masonry) anywhere on a worksite. This powerful hammer drill/driver features 20+1 clutch settings, for reduced over tightening. Its efficient brushless motor delivers 490 In.-Lbs. of torque and a no-load BPM of 0-22, 000. The kit includes two Standard Power batteries, an 18V charger and two belt clips that provide a secure hold. Bosch 2-Tool Brushless Power Tool Combo Kit with Soft Case (2-Batteries Included and Charger Included) | GXL18V-240B22', 100.00, NULL, NULL, 249.00, 'Bosch 2-Tool Brushless Power Tool Combo Kit with Soft Case (2-Batteries Included and Charger Included) | GXL18V-240B22-30175.jpeg', 'Bosch 2-Tool Brushless Power Tool Combo Kit with Soft Case (2-Batteries Included and Charger Included) | GXL18V-240B22-25823.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 01:45:27', '2024-01-31 01:45:27'),
(2149, 'FLEUR DU BIEN 7 Piece Stainless Steel Tools, Garden Tool Set and Bag, Wooden Handles, Heavy Duty Gardening Tools set with Storage Tote Bag', 'CTVwGJweD', 2, 'We made our garden tools set for women and men to provide you with all the garden tools you need to get started and take care of your succulents and plants without any hassle. This heavy-duty gardening tool set is made using sturdy and rust resistant stainless steel along with ergonomically designed wooden handles to offer just the right balance of durability, comfort, and performance to make planting and maintaining your garden simpler and easier. \r\n\r\nThis stainless steel tools set is made to meet all your gardening needs. It features a heavy-duty storage caddy that’s durable enough to handle daily use while being stylish and fashion-forward! It’s resistant to dirt and water so you don’t have to deal with lengthy cleanups and made without relying on any plastics to help reduce waste output. \r\n\r\nThe canvas tote bag offers multiple pockets for storing the included gardening tools and more! Besides being the ideal choice for your home garden, it also makes the perfect gardeners gift for every occasion. \r\n\r\nMake the smart choice to make gardening simpler and enjoy it even more with FLEUR DU BIEN all-in-one garden kit.\r\n\r\nThis garden tool set and bag are great for garden tools for women and men.\r\nPerfect: garden tools gift, garden tool starter set also for advanced gardening.\r\n\r\n\r\nThe gardening tool set comes with: Garden tools trowel, garden tools weeder, garden tools rake', 122.00, NULL, NULL, 146.99, 'FLEUR DU BIEN 7 Piece Stainless Steel Tools, Garden Tool Set and Bag, Wooden Handles, Heavy Duty Gardening Tools set with Storage Tote Bag-64749.jpeg', 'FLEUR DU BIEN 7 Piece Stainless Steel Tools, Garden Tool Set and Bag, Wooden Handles, Heavy Duty Gardening Tools set with Storage Tote Bag-48301.jpeg', 'FLEUR DU BIEN 7 Piece Stainless Steel Tools, Garden Tool Set and Bag, Wooden Handles, Heavy Duty Gardening Tools set with Storage Tote Bag-55199.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-31 01:47:39', '2024-01-31 01:47:39'),
(2150, 'denon s760h receiver', 'hHejkAWQv', 19, 'denon s760h receiver Home sound system with sound able impact', 300.00, NULL, NULL, 450.00, 'denon s760h receiver-47198.jpeg', 'denon s760h receiver-71326.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 01:48:45', '2024-01-31 01:48:45'),
(2151, 'RG35XX Plus Retro Video Handheld Game Console Linux System 3.5 in IPS Screen Built-in 3300mAH Battery 64G TF Card Preinstalled 5500 Classic Games', 'GKC1WNWC2', 18, 'Model: RG35XX Plus\r\n\r\nColor: Transparent black/Gray/ White\r\n\r\nScreen: 3.5-inch IPS full viewing angle, OCA full lamination/ 640*480\r\n\r\nCPU: H700 quad-core ARM Cortex-A53, 1.5GHz frequency\r\n\r\nGPU: dual- core G31 MP2\r\n\r\nRAM: LPDDR4 1GB\r\n\r\nMemory: 16GB TF/MicroSD\r\n\r\nSystem: Linux\r\n\r\nWIFI/Bluetooth: 2.4/5G WIFI 802.11a/b/g/n/ac,Bluetooth 4.2\r\n\r\nGames: Support PSP, PS1, DC, ARCADE, GBA, GBC, GB, SFC, FC, MAME, MD, GG, PCE, NGPC, SMS, WSC and other games in various formats. Support users to download games in relevant formats.\r\n\r\nLanguage: Chinese, English, Japanese, Korean, Spanish\r\n\r\nSpeaker: High-fidelity speaker\r\n\r\nTF card: Dual card slots, support TF card expansion, maximum 512GB\r\n\r\nBattery: Li-polymer battery 3300mAh, lasting 8 hours\r\n\r\nCharging: 5V/1.5A, support C2C charger\r\n\r\nOther function : Support 2.4G wireless and wired controller,.Bluetooth Handle Connection,HDMI output TV,vibration motor.WIFI online pairing, streaming\r\n\r\nAccessories: USB charging cable, user manual, screen protector', 50.89, NULL, NULL, 85.99, 'RG35XX Plus Retro Video Handheld Game Console Linux System 3.5 in IPS Screen Built-in 3300mAH Battery 64G TF Card Preinstalled 5500 Classic Games-43013.jpeg', 'RG35XX Plus Retro Video Handheld Game Console Linux System 3.5 in IPS Screen Built-in 3300mAH Battery 64G TF Card Preinstalled 5500 Classic Games-76214.jpeg', 'RG35XX Plus Retro Video Handheld Game Console Linux System 3.5 in IPS Screen Built-in 3300mAH Battery 64G TF Card Preinstalled 5500 Classic Games-14212.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 01:49:44', '2024-01-31 02:03:49'),
(2152, 'LED Linear High Bay Light', '2cgl1KdNS', 19, 'The panel LED linear high bay light fixtures are excellent for perfect soluti on for commercial lighting needs in garages, warehouses and other commercial spaces. They are designed to replace your existing fluorescent or halogen high bays for more modern, efficient, and safe lighting. These fixtures are DLC and UL certified.', 70.00, NULL, NULL, 76.11, 'LED Linear High Bay Light-14377.jpeg', 'LED Linear High Bay Light-23335.jpeg', 'LED Linear High Bay Light-45917.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 01:51:17', '2024-01-31 01:51:17'),
(2153, 'Fitness Reality Cable Cross Over and LAT Pulldown Combo Attachment for Power Cage', 'DxsyzT4DF', 2, 'Fitness Reality Super Max 810 XLT Rack Power Cage w/ Optional LAT Pulldown and Leg Holdown Attachments, Squat and Bench Combos', 274.00, NULL, NULL, 549.00, 'Fitness Reality Cable Cross Over and LAT Pulldown Combo Attachment for Power Cage-84694.jpeg', 'Fitness Reality Cable Cross Over and LAT Pulldown Combo Attachment for Power Cage-50055.jpeg', 'Fitness Reality Cable Cross Over and LAT Pulldown Combo Attachment for Power Cage-70571.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-01-31 01:53:47', '2024-01-31 01:53:47'),
(2154, 'Retro Game Console with Built in 48000+ Games, 4K UHD Video Game Console for TV, Emulator Console Support 70+ Emulators, Game System with Wireless Controller', 'ImdWSckzo', 4, 'Retro game consoles are pre-installed with 76 emulators, with 40,000+ classic games.\r\nThe plug-and-play game console does not require complicated settings, and it is easy to switch between dual systems. It supports Android 11 and EmuELEC 4.6. Playing games and watching TV can be done on one machine.\r\nThe portable game console comes with a wireless controller, and there is no delay in the connection within 8 meters, and the game is not limited by space.\r\nUpgrade the S905X4 chip, the video processing is faster, the output is higher definition, the problem of frame dropping and freezing is solved, and the game runs more smoothly.', 19.57, NULL, NULL, 139.00, 'Retro Game Console with Built in 48000+ Games, 4K UHD Video Game Console for TV, Emulator Console Support 70+ Emulators, Game System with Wireless Controller-34782.jpeg', 'Retro Game Console with Built in 48000+ Games, 4K UHD Video Game Console for TV, Emulator Console Support 70+ Emulators, Game System with Wireless Controller-37506.jpeg', 'Retro Game Console with Built in 48000+ Games, 4K UHD Video Game Console for TV, Emulator Console Support 70+ Emulators, Game System with Wireless Controller-61339.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 01:54:40', '2024-01-31 01:54:40'),
(2155, 'Vintage MCM Brass Small Watering Can / Vintage Watering Can for House Plants', 'M5aPWB3KP', 17, 'This lovely little brass watering can is perfect for watering your indoor plants. It is the perfect little accessory that can be displayed and is functional. The brass has a lovely patina but could be polished for a shinier finish. This sweet piece is in great vintage condition. Measurements are noted in the photos.', 45.00, NULL, NULL, 50.45, 'Vintage MCM Brass Small Watering Can / Vintage Watering Can for House Plants-12918.jpeg', 'Vintage MCM Brass Small Watering Can / Vintage Watering Can for House Plants-15599.jpeg', 'Vintage MCM Brass Small Watering Can / Vintage Watering Can for House Plants-43134.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-31 01:57:39', '2024-01-31 01:57:39'),
(2156, '[YMMV-In Store]Husky 27 in. 10-Drawer Blue Tool Chest Combo', 'PSuELiCJI', 19, '[YMMV-In Store]Husky 27 in. 10-Drawer Blue Tool Chest Combo \r\nMoveable drawer also adjustable', 298.00, NULL, NULL, 548.00, '[YMMV-In Store]Husky 27 in. 10-Drawer Blue Tool Chest Combo-12767.jpeg', '[YMMV-In Store]Husky 27 in. 10-Drawer Blue Tool Chest Combo-29761.jpeg', '[YMMV-In Store]Husky 27 in. 10-Drawer Blue Tool Chest Combo-79082.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 01:58:08', '2024-01-31 01:58:08'),
(2157, 'It Takes Two', 'bNAAplt0e', 16, 'Embark on the craziest journey of your life in It Takes Two, a genre-bending platform adventure created purely for co-op. Invite a friend to join for free with Friend’s Pass** and work together across a huge variety of gleefully disruptive gameplay challenges. Play as the clashing couple Cody and May, two humans turned into dolls by a magic spell. Together, trapped in a fantastical world where the unpredictable hides around every corner, they are reluctantly challenged with saving their fractured relationship.\r\n\r\nMaster unique and connected character abilities in every new level. Help each other across an abundance of unexpected obstacles and laugh-out-loud moments. Kick gangster squirrels’ furry tails, pilot a pair of underpants, DJ a buzzing night club, and bobsleigh through a magical snow globe. Embrace a heartfelt and hilarious story, where narrative and gameplay are interwoven in a uniquely metaphorical experience.\r\n\r\nIt takes Two is developed by the award-winning studio Hazelight, the industry-leader of cooperative play. They are about to take you on a wild and wondrous ride where only one thing is for certain: we’re better together.\r\n\r\n**Friend’s Pass requires installation of the Friend’s Pass (Free Trial or Demo on Xbox/PlayStation) and one online Friend who owns the game on the same platform and/or next gen platform.', 17.67, NULL, NULL, 27.99, 'It Takes Two-64414.jpeg', 'It Takes Two-16957.jpeg', 'It Takes Two-87630.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 01:59:22', '2024-01-31 01:59:22'),
(2158, 'Stainless Steel Garden Tools with Mango wood handle and Leather ties Set of 2 in drawstring bag', 'MoXI8U16g', 17, 'et of 11 inch and 11 1/2 inch length stainless steel garden tools with mango wood handles. Set of 2 in burlap sack', 45.00, NULL, NULL, 64.88, 'Stainless Steel Garden Tools with Mango wood handle and Leather ties Set of 2 in drawstring bag-12375.jpeg', 'Stainless Steel Garden Tools with Mango wood handle and Leather ties Set of 2 in drawstring bag-19237.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 02:03:06', '2024-01-31 02:03:06'),
(2159, 'LED high bay light 150W IP65 waterproof commercial industrial lighting garage hanging lamp warehouse LED high bay light', 'LB3gDwL75', 5, '1P65 protection class • Shock resistance\r\nC-class explosion-proof structure\r\nHigh Quality Chips High Light Efficiency\r\nHigh-quality chips, using surface SMT technology, greatly improve thermal conductivity\r\nHoneycomb backlight structure, effectively improve the efficiency of lampsHigh Quality Chips High Light Efficiency\r\nFaster heat dissipation • Safer\r\nThree-chamber independent design, transparent air convection structure\r\nLarge heat dissipation area, rapid heat dissipation', 70.00, NULL, NULL, 80.00, 'LED high bay light 150W IP65 waterproof commercial industrial lighting garage hanging lamp warehouse LED high bay light-76909.jpeg', 'LED high bay light 150W IP65 waterproof commercial industrial lighting garage hanging lamp warehouse LED high bay light-87210.jpeg', 'LED high bay light 150W IP65 waterproof commercial industrial lighting garage hanging lamp warehouse LED high bay light-44279.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 02:04:07', '2024-01-31 02:04:07'),
(2160, 'Echelon Connect Sport Indoor Cycling Exercise Bike + 30-Day Free Membership Trial', 'KcR54Tu5S', 19, 'Elevate your home fitness workouts with the Echelon Sport Connected Bike an indoor stationary exercise bicycle designed for every body type and goal. Cutting-edge Bluetooth technology offers speed distance calories and leaderboard tracking in conjunction with the Echelon Fit App. 32 levels of resistance allows people from all fitness backgrounds to cycle towards their health goals. Enjoy ergonomic comfort while indoor cycling through various intensities with adjustable pedals seat and handlebars all without straining your budget. Includes a free 30-day Echelon Premier Membership trial. It includes 40+ daily live classes over 15 000 on-demand sessions with top instructors and hit music. Whether it s cycling yoga or HIIT there s a class for every level and one membership covers up to five users.', 102.00, NULL, NULL, 700.00, 'Echelon Connect Sport Indoor Cycling Exercise Bike + 30-Day Free Membership Trial-58249.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-01-31 02:04:14', '2024-01-31 02:04:14'),
(2161, 'Beijue 16 Bit Handheld Games for Kids Adults 3.0\'\' Large Screen Preloaded 100 HD Classic Retro Video Games USB Rechargeable Seniors Electronic Game Player', 't7p0Nt7VI', 19, 'logo\r\nThis Beijue handheld game console provides a fantastic variety of interesting video games for children, adult and elderly.Rechargeable and 3.0 inches color display,with built in100 16Bit retro games, includes sports, adventure and puzzle games as well as thinking and learning games involving memory, math, and logic. Your kids will love the variety of games and never get bored!As a cool birthday, christmas gift for the kids is really nice.', 26.38, NULL, NULL, 45.98, 'Beijue 16 Bit Handheld Games for Kids Adults 3.0\'\' Large Screen Preloaded 100 HD Classic Retro Video Games USB Rechargeable Seniors Electronic Game Player-40243.jpeg', 'Beijue 16 Bit Handheld Games for Kids Adults 3.0\'\' Large Screen Preloaded 100 HD Classic Retro Video Games USB Rechargeable Seniors Electronic Game Player-90368.jpeg', 'Beijue 16 Bit Handheld Games for Kids Adults 3.0\'\' Large Screen Preloaded 100 HD Classic Retro Video Games USB Rechargeable Seniors Electronic Game Player-35971.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 02:04:29', '2024-01-31 02:04:29'),
(2162, 'Varomorus Manual Hand Seeder for Vegetables, Herbs, Greens, Onion, Radish, Beet, Carrots.', 'HnElG09R8', 17, 'This garden sowing machine - is a universal tool that is used for planting different kinds of vegetables (such as - oats, cucumbers, tomatoes, beets, onions, radishes, carrots, etc.) in greenhouses and open ground.\r\n\r\nHow does it work?\r\n\r\nThe principle of the seeder\'s functioning is based on the rotation of the sowing hub. The seed of the crop gets into its calibrated deepening. The brush stopper leaves in every deepening of sowing hub one seed or few (depending on its regulation) which is thrown down into the furrow by the flip-out ejector of the original construction. The density of sowing depends on the space between deepenings in the sowing hub and the regulation of the brush stopper.\r\n\r\nPreparing for the work.\r\n\r\nTo set up the necessary sowing rate one needs to place a proper sowing hub on the axle. Adjust the position of a sowing brush limiter according to the necessary seeds amount. Check and correct, if necessary, the sowing rate by means of the seeder rolling with seeds along the plane surface.\r\n\r\nTechnical specifications:\r\n\r\nA built-up module design.\r\n\r\nA stamped steel profile.\r\n\r\n5 simultaneously operated rows.\r\n\r\nThe width of the guard is 60 mm.\r\n\r\n- Height - 4,7 inches / 120 mm.\r\n\r\n- Length - 5,11 inches / 130 mm.\r\n\r\n- Width - 14,6 inches / 370 mm.\r\n\r\n- Weight - 5,5 lbs / 2,5 kg\r\n\r\nMaterial: Metal\r\n\r\nThe seeder is provided with a brush limiter and a flip-out seed ejector, a set of sowing drums, brushes.\r\n\r\nComes with 20th nozzles and User manual.', 49.95, NULL, NULL, 65.00, 'Varomorus Manual Hand Seeder for Vegetables, Herbs, Greens, Onion, Radish, Beet, Carrots.-92978.jpeg', 'Varomorus Manual Hand Seeder for Vegetables, Herbs, Greens, Onion, Radish, Beet, Carrots.-84116.jpeg', 'Varomorus Manual Hand Seeder for Vegetables, Herbs, Greens, Onion, Radish, Beet, Carrots.-58692.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 02:16:22', '2024-01-31 02:16:22'),
(2163, 'Diablo IV', 'KwYNdfVMN', 10, 'Diablo IV is the next-gen action RPG experience with endless evil to slaughter, countless abilities to master, nightmarish Dungeons, and legendary loot. Embark on the campaign solo or with friends, meeting memorable characters through beautifully dark settings and a gripping story, or explore an expansive end game and shared world where players can meet in towns to trade, team up to battle World Bosses, or descend into PVP zones to test their skills against other players - no lobbies necessary - with cross-play and cross-progression on all available platforms. This is only the beginning for Diablo® IV, with new events, stories, seasons, rewards, and more looming on the horizon. *Mount access must be unlocked in-game before using mounts Battle.net account required. Internet connection required.', 49.97, NULL, NULL, 69.99, 'Diablo IV-63485.jpeg', 'Diablo IV-96589.jpeg', 'Diablo IV-56352.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 02:20:29', '2024-01-31 02:20:29'),
(2164, 'Maytag 25 cu. ft. Side-by-Side Refrigerator with Exterior Ice and Water Dispenser', 'I1uUCEw3E', 19, 'Fingerprint Resistant Stainless Steel - Easy-to-clean, fingerprint resistant stainless steel helps prevent smudges and keeps your refrigerator looking as good on the outside as it works on the inside.\r\nSoft Freeze Bin - The soft freeze bin is a specially designed zone that controls the way foods freeze, so foods like ice cream are soft enough to scoop.\r\nFrozen Pizza Storage - Frozen pizza storage stores two frozen pizza boxes upright and out of the way, so quick meals are an easy grab. Fold down the adjustable side of the shelf for extra shelf space when you need it.\r\nStore-N-Door® Ice Dispensing System - The Store-N-Door® ice dispensing system frees up shelf space in the freezer, creating more room for tall items on the shelf. Plus, the bin is removable, so it\'s perfect to use for filling large containers like blenders and coolers.', 1100.00, NULL, NULL, 1850.00, 'Maytag 25 cu. ft. Side-by-Side Refrigerator with Exterior Ice and Water Dispenser-64010.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 02:20:59', '2024-01-31 02:20:59'),
(2165, 'Shop supermarket plug in fluorescent 220volt 135W  165W integrated led tube liner high bay warehouse lightening fixture for garage', 'MieEtHZnt', 19, 'Item No\r\nRDS-HB5-110W-2FT\r\nRDS-HB5-135W-2FT\r\nRDS-HB5-165W-2FT\r\nRDS-HB5-165W-4FT\r\nRDS-HB5-220W-4FT\r\nInput Power\r\n110W\r\n135W\r\n165W\r\n165W\r\n220w\r\nLuminous Flux\r\n14850lm\r\n18225lm\r\n22275lm\r\n22275lm\r\n29700lm\r\nEfficiency\r\n135lm/w\r\n135lm/w\r\n135lm/w\r\n135lm/w\r\n135lm/w\r\nDimensions\r\n23.8*12.6*1.89\"\r\n23.8*12.6*1.89\"\r\n23.8*12.6*1.89\"\r\n45.9*12.6*1.89\"\r\n45.9*12.6*1.89\"\r\nInput Voltage\r\nAC100-277V , AC100-347V , AC277-480V\r\nDimming Type\r\n0-10V dimming\r\nOptional\r\nMicrowave Sensor or emergency power\r\nPacking size\r\n65.5*19*38.5cm 2pcs/ctn\r\n65.5*19*38.5cm 2pcs/ctn\r\n65.5*19*38.5cm 2pcs/ctn\r\n65.5*19*50.5cm 2pcs/ctn\r\n65.5*19*50.5cm 2pcs/', 36.00, NULL, NULL, 41.00, 'Shop supermarket plug in fluorescent 220volt 135W  165W integrated led tube liner high bay warehouse lightening fixture for garage-90041.jpeg', 'Shop supermarket plug in fluorescent 220volt 135W  165W integrated led tube liner high bay warehouse lightening fixture for garage-57431.jpeg', 'Shop supermarket plug in fluorescent 220volt 135W  165W integrated led tube liner high bay warehouse lightening fixture for garage-86809.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 02:25:08', '2024-01-31 02:25:08'),
(2166, 'Plant Growing Trays for Seed Propagation. 10\" x 20\" 1020 Package of 10 Tray Pairs = 5 with Holes 5 Without Holes.', 'aA63CSLwf', 19, 'Drain trays with holes allow for proper water control BUT you never use a drain tray WITHOUT a solid tray underneath. This 10-pack gives you 5 perfectly matched pairs in 1 box. 10\" x 20\" Plastic Grow Tray Pairs - 5 solid and 5 perforated trays Paired plastic seed sprouting trays make for easy indoor gardening for countertop sprouts, wheatgrass, herbs, and microgreens. Multi-purpose 10\" x 10\" perforated growing trays nestle perfectly in 10\" x 20\" drip trays and are just as essential in the garden as in the kitchen for seed propagation, cuttings, hydroponics, fodder systems, greenhouses, and more!\r\n\r\nUse for soil or hydroponic growing. The perforated, or holed, tray nestles inside the solid tray to create the perfect water drainage environment for young plants.\r\n\r\nIdeal for seed propagation and germination. 10\" x 20\" BPA-free plastic planting flats are a popular seed flat for germinating wheat grass seed, oat grass, barley grass, and ryegrass. Try countertop seed trays for DIY wheatgrass juicing today!\r\n\r\nThese tray pairs are equally suited for INDOOR use and sturdy enough for the professional NURSERY or GREENHOUSE. Seedling trays are a popular sprouting tray for alfalfa sprouts, radish sprouts, and broccoli sprouts, but are also perfect for seed starting trays, nursery trays for seedlings, and BPA-free greenhouse supplies.\r\n\r\nThis pack of 10 tray pairs allows you to grow five crops at once! Wheatgrass Sprouting Tray, Microgreen Trays, Hydroponic Trays, Nursery Flats, Greenhouse Supplies\r\n\r\nPRODUCT OF USA - POST-CONSUMER TRAY - BPA-FREE PLANT TRAY', 36.00, NULL, NULL, 45.00, 'Plant Growing Trays for Seed Propagation. 10\" x 20\" 1020 Package of 10 Tray Pairs = 5 with Holes 5 Without Holes.-74778.jpeg', 'Plant Growing Trays for Seed Propagation. 10\" x 20\" 1020 Package of 10 Tray Pairs = 5 with Holes 5 Without Holes.-44464.jpeg', 'Plant Growing Trays for Seed Propagation. 10\" x 20\" 1020 Package of 10 Tray Pairs = 5 with Holes 5 Without Holes.-40493.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-31 02:29:50', '2024-01-31 02:29:50'),
(2167, '76\" Hillsdale Jianna Faux Leather Sofa (Saddle Brown)', 'oNb43JH2X', 19, '3-seater sofa with square arms\r\n3 non-reversible cushions\r\nSolidly crafted with 4 tapered wood legs and underframe\r\nOverall Dimensions: 35 H x 76 W x 32 D\r\nSeat Cushion Thickness: 7.5\", Arm Height: 24.5 H\r\nRecommended Weight Limit: 750 lbs', 218.00, NULL, NULL, 615.00, '76\" Hillsdale Jianna Faux Leather Sofa (Saddle Brown)-31573.jpeg', '76\" Hillsdale Jianna Faux Leather Sofa (Saddle Brown)-20848.jpeg', '76\" Hillsdale Jianna Faux Leather Sofa (Saddle Brown)-53293.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 02:35:20', '2024-01-31 02:35:20'),
(2168, 'Climbing Clematis Flower Seeds Collection', 'mUkDyjrC7', 19, 'Large Climbing Clematis Perennial Outdoor Courtyard Flower Blooms Ideal For Patio DecorationsIntroduce a touch of nature\'s beauty to your outdoor spaces with our Large Climbing Clematis Perennial Outdoor Courtyard Flower Blooms. These captivating flowers will transform your patio or balcony into a vibrant paradise, adding a touch of elegance and charm to your home. \r\n\r\nKnown for their stunning blooms, our Climbing Clematis Flower Seeds Collection offers a variety of flowers to add an array of colors to your garden. This novel plant is not just a visual treat but also serves the function of air purification, thereby contributing to a healthier environment. \r\n\r\nRegardless of your garden size, these blooms are perfect for all, as they come in mini, small, and medium sizes. They thrive in tropical climates and reach their full-bloom period in the autumn, making them a spectacular sight for your outdoor space. \r\n\r\nIdeal for Scorpios, these outdoor plants are very easy to cultivate and require minimal maintenance. What\'s more, they are perennial plants, ensuring you get to enjoy their beauty year after year. \r\n\r\nHow to Plant Climbing Clematis Flower Seeds Collection: \r\n1. Select a sunny location with good soil drainage. \r\n2. Sow the seeds about 2 inches deep into the soil. \r\n3. Water the seeds gently and keep the soil moist. \r\n4. Monitor the plant\'s growth and add a trellis or stake for support as it grows. \r\n5. Regularly prune dead or weak stems to promote healthy growth. \r\n6. Be patient and wait for the delightful blooms to grace your garden! \r\n\r\nEnjoy the vibrant color and fresh air that our Large Climbing Clematis Perennial Outdoor Courtyard Flower Blooms provide. They are the perfect addition to any patio decor and are sure to impress your guests!Planting Essentials:Latin Name: ClematisPlanting Season: Spring or AutumnGermination Rate: 70-80%Grown Plant Size: Mini, Small, MediumTime to Maturity: 2-3 yearsSoil Type: Well-drained soilWatering: Requires regular watering to keep soil moistSunlight: Full sun to partial shadeUses: Decoration, air purificationDeer Resistance: HighPest and Disease Resistance: HighSpacing Requirements: Plant 3-4 feet apartCompanion Plants: Roses, Hydrangeas, IvyHarvesting Instructions: Not applicable, ornamental plantEasy to cultivate and requires minimal maintenanceIt purifies the air, contributing to a healthier environmentIt\'s a perennial plant, ensuring beauty year after yearProduces large, vibrant blooms that add color and charm to any outdoor spaceThrives in tropical climates, reaching full bloom in autumnIdeal for balcony decoration and making patio spaces more attractiveComes in a variety of colors to suit any garden styleProvides support for other plants as it climbs and spreadsPerfect for Scorpios, as per the zodiac plant theory', 14.99, NULL, NULL, 16.00, 'Climbing Clematis Flower Seeds Collection-52014.jpeg', 'Climbing Clematis Flower Seeds Collection-73560.jpeg', 'Climbing Clematis Flower Seeds Collection-63209.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 02:35:27', '2024-01-31 02:35:27'),
(2170, 'Bestier Mid Century Modern TV Stand for TVs up to 85\" Entertainment Center with Storage and Sliding Doors in Black Marble', '1B8k90UXQ', 2, 'This Bestier black marble entertainment center holds up to a 90-inch TV and holds up to 100 lbs. Its material is CARB-certified P2 particleboard, which provides you with excellent safety and durability. It consists of two 40-inch parts, you can DIY as you like, if you don\'t want to turn into an 80-inch entertainment center, you can turn it into a square coffee table, or a TV cabinet in the corner. The gray panel can Slide freely as needed, and the rear side hole can be better for cable management.', 128.00, NULL, NULL, 249.00, 'Bestier Mid Century Modern TV Stand for TVs up to 85\" Entertainment Center with Storage and Sliding Doors in Black Marble-32372.jpeg', 'Bestier Mid Century Modern TV Stand for TVs up to 85\" Entertainment Center with Storage and Sliding Doors in Black Marble-38544.jpeg', 'Bestier Mid Century Modern TV Stand for TVs up to 85\" Entertainment Center with Storage and Sliding Doors in Black Marble-35232.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 02:42:42', '2024-01-31 02:42:42'),
(2171, 'Factory warehouse industrial lighting 100W 150W 200W 240W led high bay light black luminous body lamp ODM power storage  mark', 'hw5nHXjWk', 19, 'QM-S06A10KBB\r\nWattage:  1200W\r\nPrice: $408 (with Meanwell driver)\r\nLumen Output: 180,000lm ±10%\r\nLED Brand: Optional Brand\r\nDriver: Optional Brand\r\nInput Voltage: 85-265VAC / \r\n100-277VAC / 347-480VAC', 300.00, NULL, NULL, 332.00, 'Factory warehouse industrial lighting 100W 150W 200W 240W led high bay light black luminous body lamp ODM power storage  mark-56102.jpeg', 'Factory warehouse industrial lighting 100W 150W 200W 240W led high bay light black luminous body lamp ODM power storage  mark-69560.jpeg', 'Factory warehouse industrial lighting 100W 150W 200W 240W led high bay light black luminous body lamp ODM power storage  mark-78912.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 02:44:59', '2024-01-31 02:44:59'),
(2172, '40x Tulip Bulb \'Black Parrot\' Size 12+ Tulip Bulbs Ready to Plant Now Spring Flower Ready to Plant Now Garden', 'akva01NZK', 17, 'Tulip \'Black Parrot\' 🌷 Exotic Beauty for Your Garden •\r\n\r\nExperience the striking elegance of the Tulip \'Black Parrot\'. These fragrant maroon to purple blooms, edged with black, mimic the exquisite plumage of an exotic bird. Perfect as standalone stars or paired with lighter tulips, they add drama to any floral arrangement. •\r\n\r\n\r\n\r\n🌷 Key Features 🌷\r\nPerfect for Cutting & Pots •\r\nThrives in Full Sun & Partial Shade •\r\nLow Maintenance & Fully Hardy •\r\nRHS Award Winner (AGM) •\r\nPacked Eco-Friendly in Paper Bags •\r\n\r\n\r\n\r\n🌷 Specs & Details 🌷\r\nBotanical Name: Tulipa \'Black Parrot\' •\r\nFlower Colour: Near-black •\r\nHeight: 50-70cm | Spread: 10-20cm •\r\nSuitable For: Borders, Containers, Cottage & Cut Flower Gardens •\r\n\r\n\r\n\r\n🌷 Planting & Care 🌷\r\nPlant from mid to late autumn. •\r\nDepth: 2-3 times the bulb height. •\r\nSpacing: Twice the bulb diameter. •\r\nPosition: Sun or partial shade in sheltered spot. •', 27.81, NULL, NULL, 34.99, '40x Tulip Bulb \'Black Parrot\' Size 12+ Tulip Bulbs Ready to Plant Now Spring Flower Ready to Plant Now Garden-72832.jpeg', '40x Tulip Bulb \'Black Parrot\' Size 12+ Tulip Bulbs Ready to Plant Now Spring Flower Ready to Plant Now Garden-58759.jpeg', '40x Tulip Bulb \'Black Parrot\' Size 12+ Tulip Bulbs Ready to Plant Now Spring Flower Ready to Plant Now Garden-45246.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-31 02:45:25', '2024-01-31 02:45:25'),
(2173, 'LEGO 2K Drive', 'onS0RvJiF', 12, 'Welcome to Bricklandia, home of a massive open-world LEGO® driving adventure. Race anywhere, play with anyone, build your dream rides, and defeat a cast of wild racing rivals for the coveted Sky Trophy! In LEGO 2K Drive, your awesome transforming vehicle gives you the freedom to speed seamlessly across riveting racetracks, off-road terrain, and open waters. Explore the vast world of Bricklandia, show off your driving skills, and build vehicles brick-by-brick!', 29.97, NULL, NULL, 39.99, 'LEGO 2K Drive-21790.jpeg', 'LEGO 2K Drive-86700.jpeg', 'LEGO 2K Drive-98237.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 02:47:10', '2024-01-31 02:47:10'),
(2174, 'IP65 Waterproof Gas Station Light 130lm/W Industrial Light 100W 150W 200w Canopy LED', 'T8BaIPEtZ', 19, 'Light\r\n * Power: 80W 100W 120W 150W 200W opional\r\n * Light efficacy: up to 130lm/W\r\n * 100-240Vac or 180-240Vac Universal Voltage Driver\r\n * Ingress Protection: IP65 Waterproof and IK08\r\n * No UV No Flicking\r\n * 5 Years Warranty\r\n * Easy & Quick Installation With Junction Box Equiped (3/4\" NPT)', 40.70, NULL, NULL, 48.70, 'IP65 Waterproof Gas Station Light 130lm/W Industrial Light 100W 150W 200w Canopy LED-77472.jpeg', 'IP65 Waterproof Gas Station Light 130lm/W Industrial Light 100W 150W 200w Canopy LED-13125.jpeg', 'IP65 Waterproof Gas Station Light 130lm/W Industrial Light 100W 150W 200w Canopy LED-91519.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 02:47:32', '2024-01-31 02:47:32'),
(2175, 'Cree led Meanwell drive 160lm/w 100W 200W high bay led light', 'Gwwlem2AQ', 19, 'watt	135w	270w	405w	540w	675w\r\nsize	49cm*33cm*8.4cm	49cm*67cm*8.4cm	49cm*100cm*8.4cm	49cm*132cm*8.4cm	49cm*165cm*8.4cm\r\nlamp efficiency	>160lm', 28.00, NULL, NULL, 30.00, 'Cree led Meanwell drive 160lm/w 100W 200W high bay led light-37927.jpeg', 'Cree led Meanwell drive 160lm/w 100W 200W high bay led light-96409.jpeg', 'Cree led Meanwell drive 160lm/w 100W 200W high bay led light-63985.jpeg', 'Industrial', 3.5, NULL, 1, '2024-01-31 02:50:33', '2024-01-31 02:50:33');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2176, 'Klipsch Reference R-620F Floorstanding Speakers (Pair, Black)', 'zNvSFjwOm', 19, 'Klipsch Reference R-620F Floorstanding Speakers (Pair, Black) Compatible speaker', 400.00, NULL, NULL, 798.00, 'Klipsch Reference R-620F Floorstanding Speakers (Pair, Black)-17687.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-31 02:52:31', '2024-01-31 02:52:31'),
(2177, 'Fabric Luxury Hotel Interior Modern Cluster Flower Crystal Chandelier Light', 'nEe1s6cua', 19, 'Item-	-Detail-	-Remark-\r\nModel	11600102	-\r\nSize	60\"	Can be customized.\r\nFinish	As Picture	Can be customized.\r\nLights	49	-\r\nPendants	Luxury art glass & K9 crystal	Handmade glass & Asfour crystal & Swarovski crystal are available.\r\nVoltage	110V-240V	-\r\nMOQ	1 pcs	Please tell us the quantity you need, you will get the best price.\r\nPayment method\r\nT/T, Credit Card, Western Union\r\nAlibaba Secured Payment	30%deposit before production,\r\n70% balance before delivery.\r\nWarranty\r\n5 Years	-\r\nDelivery time\r\n20-40 Days	Delivery time to be confirmed depending on the order.\r\nProduct keywords\r\nCrystal Chandelier,cluster flower chandelier leafshaped crystals,luxury hotel interior modern chandelier light', 420.00, NULL, NULL, 500.00, 'Fabric Luxury Hotel Interior Modern Cluster Flower Crystal Chandelier Light-79041.jpeg', 'Fabric Luxury Hotel Interior Modern Cluster Flower Crystal Chandelier Light-63547.jpeg', 'Fabric Luxury Hotel Interior Modern Cluster Flower Crystal Chandelier Light-56467.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 02:53:35', '2024-01-31 02:53:35'),
(2178, 'Mario + Rabbids Sparks of Hope', 'rlUYyM0iZ', 12, 'Team up with Mario, Luigi, Princess Peach, Rabbid Peach, Rabbid Luigi, and their friends on a galactic journey to defeat a malevolent entity and save your Spark companions. Explore planets throughout the galaxy as you uncover mysterious secrets and compelling quests! PREORDER BONUS*: The Megabug is back, but this time as a set of 9 weapon skins! Preorder the game to fully embrace your dark side and change the look of your weapons in-game. Included in this tribute cosmetic pack are options for all members of your party. Now, go out and save the galaxy! *Offer subject to change. Internet connection and Nintendo account required. May be available for purchase and/or as giveaway(s) separately at Ubisoft\'s discretion at any time.\"', 19.40, NULL, NULL, 25.50, 'Mario + Rabbids Sparks of Hope-64264.jpeg', 'Mario + Rabbids Sparks of Hope-54004.jpeg', 'Mario + Rabbids Sparks of Hope-71552.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 02:53:42', '2024-01-31 02:53:42'),
(2179, 'Heritage Pack', '3EGk9eARw', 19, 'Seven classic STAR WARS™ games! Learn the way of the Force from Jedi Master Luke Skywalker, take control of a speeding Podracer, lead an elite squad of clones… Do all of this and more with the STAR WARS™ Heritage Pack! featuring seven classic STAR WARS™ games: · STAR WARS™ Jedi Knight: Jedi Academy · STAR WARS™ Jedi Knight II: Jedi Outcast · STAR WARS™ Episode I Racer · STAR WARS™ Republic Commando™ · STAR WARS™: The Force Unleashed™ · STAR WARS™: Knights of the Old Republic™ · STAR WARS™: Knights of the Old Republic™ II: The Sith Lords', 50.79, NULL, NULL, 60.99, 'Heritage Pack-99727.jpeg', 'Heritage Pack-76630.jpeg', 'Heritage Pack-38640.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 02:59:41', '2024-01-31 02:59:41'),
(2180, 'Loft Edison bulb wrought iron industrial water pipe pendant light indoors creative rusty metal lamp', 'hzOM2VYcC', 19, 'Model No.\r\nCY-DD-183\r\nColor\r\nRusty,\r\nSize\r\nAs picture\r\nMaterial \r\nIron & Glass\r\nLight source\r\nE27/E26 bulb\r\nDelivery Terms\r\nEXW,FOB,CIF\r\nPayment method\r\nT/T:30% Deposit+70% Balance before shipment, PayPal or negotiable\r\nShipping method\r\nUPS,DHL,FEDEX,BY AIR,BY SEA\r\nPacking\r\nFoam for anti-drop and double layers brown carton suit for any shipment', 14.00, NULL, NULL, 16.00, 'Loft Edison bulb wrought iron industrial water pipe pendant light indoors creative rusty metal lamp-13546.jpeg', 'Loft Edison bulb wrought iron industrial water pipe pendant light indoors creative rusty metal lamp-39520.jpeg', 'Loft Edison bulb wrought iron industrial water pipe pendant light indoors creative rusty metal lamp-81572.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 02:59:47', '2024-01-31 02:59:47'),
(2181, '40 Monotropa Uniflora Seeds Ghost Plant Wildflower', '7nwgtLNvJ', 17, 'This is for 40 Monotropa uniflora Indian Pipe Forest Flower Seeds along with a packet of beneficial soil fungus for growing this plant. \r\nThe seeds are very tiny, so for ease in handling I wrap them in paper. Just unfold the paper and drop the contents into the planting hole with the soil packet. \r\nA shade loving plant, Indian Pipe requires a host tree to support its life cycle. This does group them in the parasitic family of plants, however they are not rampant in their growth, and don\'t harm the shrub or tree. They are closer to the growth habit of mushrooms growing on a tree stump.\r\n\r\nA shade loving plant, Indian Pipe requires a host tree to support its life cycle. This does group them in the parasitic family of plants, however they are not rampant in their growth, and don\'t harm the shrub or tree. They are closer to the growth habit of mushrooms growing on a tree stump.\r\nDainty All White Plant These require a certain soil fungus that this plant lives symbiotically upon. \r\nThese are one of the most spectacular native plants because they are stark white against the forest soil. They seem like mushrooms but are actually plants that lack the chlorophyll pigment that makes plants green. These little beauties will certainly brighten up any shady garden spot yearly from mid to late summer. They send up the white blooming flower structure in summer just like tulips or other flowering bulbs do. \r\nPlease make sure that you have read the listing carefully before you purchase the item.\r\n\r\nPlease make sure that you have read the listing carefully before you purchase the item.\r\nDetailed plant care and or seed starting instructions will be included with purchase of seeds or plants.\r\nThese were grown without harmful chemical pesticides. I plant Mosquito Plants and Marigolds around the garden to discourage pests. \r\n\r\nPlease feel free to mix and match from our other listings and get combined shipping. If purchasing more than one item Please use the CART option on each item.\r\nAdding them to the cart COLLECTS THEM ALL IN ONE LIST, AND THEN AUTOMATICALLY CALCULATES A SHIPPING DISCOUNT WHEN YOU PAY. \r\nThe shipping costs reflect the cost of the care instructions sheets, added packaging and or additives to preserve item quality during shipping, USPS Shipping & Tracking fees, and other handling fees associated with your purchase. \r\n\r\nInternational Customers please note: The Shipping option price is for USPS First Class International Shipping; which is the low cost option. The list says Priority international because the low cost option is not listed as of the shipping choices. I am adding the low cost option manually. You do have the option to upgrade the shipping to International First Class Package with Tracking. However that does significantly increase the shipping fee. Please check the listing to see the fees for your specific country. Price ranges from $14-$20 as that is what US Postal Service charges for the Tracking service, as well as any additional size and or weight of the package.', 8.55, NULL, NULL, 11.45, '40 Monotropa Uniflora Seeds Ghost Plant Wildflower-10273.jpeg', '40 Monotropa Uniflora Seeds Ghost Plant Wildflower-11988.jpeg', '40 Monotropa Uniflora Seeds Ghost Plant Wildflower-11923.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-31 03:01:16', '2024-01-31 03:01:16'),
(2182, 'Modular flood light outdoor floodlight ip65 stadium led light', '1uxyPNuIO', 19, 'Key features:\r\n1, high pressure die-casting aluminum shell, high strength toughened glass cover ; \r\n2, the use of a single high-power LED as a light source, with high thermal conductivity, low light decay, pure light color, no ghost and other characteristics. \r\n3, high-pressure die-casting aluminum integrated lamp housing, the power supply cavity and the light source cavity are completely separated, the light source cavity is closely connected with the LED light source, the external heat dissipation wing and air convection heat dissipation, can effectively ensure the life of the light source and power source. \r\n4, anti-aging foam silicone rubber strip is effectively sealed, the external electrostatic spraying treatment of the lamp shell, the overall protection level of the lamp is IP65, so that the lamp can be used in high humidity environment. \r\n5, safe, fast, flexible, any Angle can be adjusted. Strong versatility, widely used landscape lighting,', 60.00, NULL, NULL, 69.00, 'Modular flood light outdoor floodlight ip65 stadium led light-69497.jpeg', 'Modular flood light outdoor floodlight ip65 stadium led light-46271.jpeg', 'Modular flood light outdoor floodlight ip65 stadium led light-20596.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 03:03:54', '2024-01-31 03:03:54'),
(2183, 'Final Fantasy VII Twin Pack', 'FEGEdFb7n', 19, 'Final FANTASY VII, the timeless classic loved by a legion of fans, is now available with a number of helpful extra features! Experience an epic adventure beyond imagination, culminating in the final battle to decide the fate of the planet. The world has fallen under the Dominion of the Shinra electric power company, a sinister Corporation that has monopolized the planet\'s very life force as Mako energy. In the urban megalopolis of Midgard, an anti-shinra rebel group calling themselves Avalanche have stepped up their campaign of resistance. Cloud strife, a former member of shinra\'s Elite soldier unit now turned mercenary, lends his aid to the rebels, Unaware that he will be drawn into an epic battle for the fate of the planet, while having to come to terms with his own lost past. The following extra features are included: - 3X speed mode - ability to turn battle encounters off - Battle enhancement mode final FANTASY VIII remastered this product is a remaster of FINAL FANTASY VIII, featuring multiple enhancements including additional options to customize your gameplay experience and difficulty, such as: - Battle assist options (HP, ATB gauge, and limit break boosts) - Game speed boost (X3) - no random encounters it is a time of War. The Republic of galbadia, under the influence of the Sorceress edea, mobilized its great armies against the other nations of the world. Squall and other members of Seed, an elite mercenary force, join hands with rinoa, a resistance Fighter, to fight against galbadia\'s tyrannical rule and to prevent edea from fulfilling her ultimate goal.', 19.99, NULL, NULL, 29.39, 'Final Fantasy VII Twin Pack-66404.jpeg', 'Final Fantasy VII Twin Pack-24882.jpeg', 'Final Fantasy VII Twin Pack-25618.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 03:04:18', '2024-01-31 03:04:18'),
(2184, '150 Country Horseradish Seeds - aromatic vegetable garden - Peasant Seeds - untreated', 'D73meuD3y', 17, '150 Country Horseradish Seeds\r\n\r\nThis plant with very large leaves is cultivated for its root. Grated horseradish replaces mustard and seasons many dishes. It is mainly used in Eastern and Northern European countries where it is a staple of daily food.\r\n\r\nThis perennial is so solid that it fears nothing, with its thick and fleshy root!\r\n\r\nHorseradish root has many medicinal properties (depurative, digestive, rubefacient, stimulating).\r\n\r\nIt is also very rich in vitamins C and B.\r\n\r\nSow in spring or fall.\r\n\r\nSemi-Wild - Permaculture\r\n\r\nInstalled near the Volcanoes of Auvergne, all our seeds are reproducible non-hybrid and acclimatized.\r\nSelected, sorted, stored and packaged with care, our seeds are guaranteed without any chemical treatment, to the delight of gardeners.\r\nSale exclusively intended for amateur gardeners', 4.63, NULL, NULL, 17.00, '150 Country Horseradish Seeds - aromatic vegetable garden - Peasant Seeds - untreated-89007.jpeg', '150 Country Horseradish Seeds - aromatic vegetable garden - Peasant Seeds - untreated-47314.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 03:04:50', '2024-01-31 03:04:50'),
(2185, 'FoodStation Smokeless Grill, Griddle, & Air Fryer', 'M2HVNM33P', 19, '6 One-Touch Cooking Functions include: Grill, Griddle, Air Fry, Bake, Roast, and Dehydrate.\r\nSmoke Extraction Technology allows for indoor grilling with virtually no smoke.\r\nDirect 510° F bottom heated cast iron grill grate cooks like a traditional grill\r\nGriddle precisely distributes temperature and heat for even cooking with no hot or cold spots.\r\nFryForce 360° Technology fries with air instead oil for up to 80% less fat.\r\nIntegrated Temperature Probe monitors internal temperature of food and automatically shuts the FoodStation off when desired doneness is reached.\r\nAn optional Preheat and Turn Food Reminder ensures food is cooked quickly and evenly.\r\nGuided Cooking Prompts offer helpful display messages and alerts that will walk you through the cooking process.\r\nEasy-View Glass Lid lets you monitor the progress of your food at-a-glance.\r\nGrill grate, griddle, air fry basket, drip tray and drip tray cover are dishwasher safe for easy cleanup.\r\n17.52\" L x 16.34\" W x 7.44\" H; Weight 19.84 lbs\r\n1650-Watts, 120 Volts', 60.00, NULL, NULL, 89.00, 'FoodStation Smokeless Grill, Griddle, & Air Fryer-48728.jpeg', 'FoodStation Smokeless Grill, Griddle, & Air Fryer-61069.jpeg', 'FoodStation Smokeless Grill, Griddle, & Air Fryer-78127.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-31 03:04:55', '2024-01-31 03:04:55'),
(2186, 'Super Mario RPG', 'qZgaHuAPi', 10, 'Mario, Bowser, and Peach partner up to repair the wish-granting Star Road in this approachable role-playing adventure\r\n\r\nTeam up with an oddball group of heroes to save Star Road and stop the troublemaking Smithy Gang. This colorful RPG has updated graphics and cinematics that add even more charm to the unexpected alliance between Mario, Bowser, Peach, and original characters Mallow and Geno. Enter (or revisit) this world of eccentric allies and offbeat enemies in an RPG for everyone.', 49.44, NULL, NULL, 59.99, 'Super Mario RPG-93609.jpeg', 'Super Mario RPG-49866.jpeg', 'Super Mario RPG-96922.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 03:10:14', '2024-01-31 03:10:14'),
(2187, '12\" Ozark Trail Pre-seasoned Cast Iron Skillet w/ Handle', 'Ft2fwV1gq', 19, 'Made from sturdy cast-iron material for years of reuse\r\nPre-seasoning gives your food a unique & hearty flavor\r\nAll the delicious flavor of an outdoor grill, with the option to cook indoors\r\nLoop handle adds extra stability when lifting a full pan\r\nEasy-pour lip on the side\r\nHand wash only', 9.90, NULL, NULL, 17.00, '12\" Ozark Trail Pre-seasoned Cast Iron Skillet w/ Handle-14345.jpeg', '12\" Ozark Trail Pre-seasoned Cast Iron Skillet w/ Handle-74613.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 03:10:27', '2024-01-31 03:10:27'),
(2188, 'Factory price modern black big glass chandelier for dining restoration fulcrum pendant light', 'ncmiZUjOj', 19, 'Item-\r\n-Details-\r\n-Remark-\r\nModel\r\nRBRH20670395\r\n-\r\nSize\r\n85\"\r\nCan be customized.\r\nFinish\r\nBurnished Brass;Pewter\r\nCan be customized.\r\nPendants\r\nLuxury art glass & K9 crystal\r\nHandmade glass & Asfour crystal & Swarovski crystal are available.\r\nVoltage\r\n 110V-240V\r\n-\r\nMOQ\r\n1 pcs\r\nPlease tell us the quantity you need, you will get the best price.\r\nPayment\r\nmethod\r\nT/T, Credit Card, Western Union\r\nAlibaba Secured Payment\r\n30%deposit before production,\r\n70% balance before delivery.', 1000.00, NULL, NULL, 1260.00, 'Factory price modern black big glass chandelier for dining restoration fulcrum pendant light-83518.jpeg', 'Factory price modern black big glass chandelier for dining restoration fulcrum pendant light-82688.jpeg', 'Factory price modern black big glass chandelier for dining restoration fulcrum pendant light-76801.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 03:13:39', '2024-01-31 03:13:39'),
(2189, '3-Quart The Pioneer Woman Timeless Beauty Enamel on Cast Iron Dutch Oven', 'o8C86TEpG', 19, 'Create delicious homemade meals with The Pioneer Woman Timeless Beauty Enamel-on-Cast Iron 3-Quart Dutch Oven. This versatile and beautiful Dutch oven is a must-have for any home cook. It\'s made of decorative, durable enamel on cast iron, and adds classic charm and fun to the kitchen. The lid features a gorgeous floral shape and an accent knob that is interchangeable, so you can mix and match its appearance as you please. Thanks to this Dutch oven\'s versatile design, you can serve hot, freshly cooked meals directly to the table with ease. Whether you\'re making a stew for a family meal or a casserole for a party, this Dutch oven is an excellent go-to cookware piece for your everyday cooking needs.', 20.00, NULL, NULL, 39.00, '3-Quart The Pioneer Woman Timeless Beauty Enamel on Cast Iron Dutch Oven-99021.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 03:14:22', '2024-01-31 03:14:22'),
(2190, 'Trapped in a Video Game: The Final Boss', 'WM1IzmATz', 12, 'Kids who love video games will love this fifth and final installment of the 5-book series about 12-year old Jesse Rigsby and the wild adventures he encounters inside different video games.\r\n\r\nAge Level: 8-12 Grade Level: 3rd and up\r\n\r\nJesse and Eric have ten minutes to save the world. In those ten minutes, they’re supposed to dive into a massive video game universe, track down an all-powerful madman, and stop his evil plan before it’s too late. Sound impossible? It’s super impossible. There will be fire-breathing pterodactyls, angry green giants, and unicorns that shoot lasers out of their hooves. If Jesse and Eric are going to survive long enough to fight the final boss, they’ll need to rely on each other like never before. Do they have what it takes? The clock is ticking.', 6.99, NULL, NULL, 10.99, 'Trapped in a Video Game: The Final Boss-41106.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-01-31 03:14:53', '2024-01-31 03:14:53'),
(2191, 'Loft style wire mesh droplight  for bar dining room', '7anNLFtO3', 19, 'Product name\r\nLoft style wire mesh droplight\r\nModel No.:\r\nPL 242\r\nBrand:\r\nLighthouse\r\nColor\r\nBronze&Gold&Silver\r\nMaterial\r\nChrome\r\nInput voltage\r\n110-240V\r\nPower consumption\r\nE27*1*60W\r\nProduct dimension\r\nDia 30cm&Dia 40cm\r\nPacking\r\n1pc per carton or customized\r\nUSE\r\nResidential \r\nOEM\r\nAvailable\r\nPayment term\r\nT/T 30% before production\r\nMOQ\r\n10PCS\r\nCertificate\r\nCE/SAA for lamp holder', 13.00, NULL, NULL, 16.00, 'Loft style wire mesh droplight  for bar dining room-87128.jpeg', 'Loft style wire mesh droplight  for bar dining room-80353.jpeg', 'Loft style wire mesh droplight  for bar dining room-67412.jpeg', 'Industrial', 5.0, NULL, 1, '2024-01-31 03:16:58', '2024-01-31 03:16:58'),
(2192, '40 Natural Pine Cones for Holiday Crafts & Decoration', 'ICazVZ1ay', 16, '40 Natural Pine Cones that have been sun-dried and bake-dried to provide clean and bug free pines for your holiday crafts and decorating purpose. The average size of the pine cones is around 3\" (2.5\"-4\"). Looks beautiful for your holiday season.', 34.95, NULL, NULL, 56.00, '40 Natural Pine Cones for Holiday Crafts & Decoration-29397.jpeg', '40 Natural Pine Cones for Holiday Crafts & Decoration-17990.jpeg', '40 Natural Pine Cones for Holiday Crafts & Decoration-31724.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 03:17:30', '2024-01-31 03:17:30'),
(2193, 'Five Nights at Freddy\'s', 'oWJR1MWRw', 16, 'Welcome to your new job at Freddy Fazbear\'s Pizza - where fantasy and fun come to life! Discover why children and adults alike love Freddy and his animatronic friends as you survive a series of terrifying encounters with the cast of murderous machines that roam the halls of the pizzeria at night looking for unwelcome visitors. Remember: Fazbear Entertainment is not responsible for accidental or intentional death or dismemberment.', 19.93, NULL, NULL, 39.99, 'Five Nights at Freddy\'s-74210.jpeg', 'Five Nights at Freddy\'s-61209.jpeg', 'Five Nights at Freddy\'s-71704.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 03:20:51', '2024-01-31 03:20:51'),
(2194, 'Nordic pendant lights wood modern lampshade industrial lighting loft lamparas dining room pendant lamp e27 light fixtures', 'NHD3k7KEn', 19, 'ITEM NO.\r\nP9090-1C\r\nCOLOR\r\nBlack+Wood/White+Wood\r\nLAMP HOLDER\r\nE27*1*60W\r\nMATERIAL\r\nIron+Aluminum+Wood\r\nPRODUCT SIZE\r\nD250H250MM/D350H350MM             Wire Length:1000mm                           \r\nBULB\r\nWithout lighting source\r\nVOLTAGE\r\n110V-240V\r\nUSAGE\r\nUse for home-living/hotel/bar', 9.00, NULL, NULL, 11.60, 'Nordic pendant lights wood modern lampshade industrial lighting loft lamparas dining room pendant lamp e27 light fixtures-92561.jpeg', 'Nordic pendant lights wood modern lampshade industrial lighting loft lamparas dining room pendant lamp e27 light fixtures-86300.jpeg', 'Nordic pendant lights wood modern lampshade industrial lighting loft lamparas dining room pendant lamp e27 light fixtures-15443.jpeg', 'Industrial', 5.0, NULL, 1, '2024-01-31 03:21:03', '2024-01-31 03:21:03'),
(2195, 'LoCo COOKERS Griddle Chalk 1-Burner Liquid Propane Gas Grill in Off-White | LCG1STTC16', 'mzvFe1cPE', 19, 'This table top griddle is equipped with push button ignition, 264 square inches of cook space and the technology to dial in your precise cooking temperature. Take our table top griddle with you on camping trips or tailgating at your favorite sporting event. Easy set up and clean up and enough cooking space to feed your friends and family. Dial in the precise temperature you need for your favorite foods. LoCo COOKERS Griddle Chalk 1-Burner Liquid Propane Gas Grill in Off-White | LCG1STTC16', 75.00, NULL, NULL, 120.00, 'LoCo COOKERS Griddle Chalk 1-Burner Liquid Propane Gas Grill in Off-White | LCG1STTC16-46538.jpeg', 'LoCo COOKERS Griddle Chalk 1-Burner Liquid Propane Gas Grill in Off-White | LCG1STTC16-55046.jpeg', 'LoCo COOKERS Griddle Chalk 1-Burner Liquid Propane Gas Grill in Off-White | LCG1STTC16-31062.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 03:24:22', '2024-01-31 03:24:22'),
(2196, 'Pendant lamp,table lamp,floor lamp,ceiling lamp ,wall lamp and project lighting.', 'Suk7VA0xz', 19, 'Main Market:\r\n\r\nSouth America, Western Europe, East Asia, Africa, Middle East etc.\r\n\r\nPromise:\r\n\r\nYour inquiry related to our products or prices will be replied in 24 hours.\r\n\r\nWell trained and experienced staffs to answer all your enquires in fluent English.\r\n\r\nProtection of your sales area, idea of design and all your private information.\r\n\r\nBest quality, competitive price and on-time delivery.', 15.00, NULL, NULL, 20.00, 'Pendant lamp,table lamp,floor lamp,ceiling lamp ,wall lamp and project lighting.-10813.jpeg', 'Pendant lamp,table lamp,floor lamp,ceiling lamp ,wall lamp and project lighting.-16164.jpeg', 'Pendant lamp,table lamp,floor lamp,ceiling lamp ,wall lamp and project lighting.-89832.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 03:25:00', '2024-01-31 03:25:00'),
(2197, 'Abere Seeds (Hunteria Umbellata) 15 seeds', '2ciGiDBin', 17, 'Abere seeds, also known as Hunteria Umbellata, are a unique and fascinating ingredient. These seeds come from a tree native to West Africa and are often used in traditional medicine and culinary practices. They have a distinct flavor and are known for their medicinal properties. Abere seeds can be used in various dishes, adding a rich and aromatic taste. If you\'re looking to explore new flavors and ingredients, Abere seeds are definitely worth a try!', 10.99, NULL, NULL, 12.99, 'Abere Seeds (Hunteria Umbellata) 15 seeds-94897.jpeg', 'Abere Seeds (Hunteria Umbellata) 15 seeds-28539.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-01-31 03:25:04', '2024-01-31 03:25:04'),
(2198, 'The Hedgehog Knuckles’ Guardian Mech Building Toy', 'VjIu9YhyE', 16, 'Sonic fans, boys and girls ages 8 and up can play out fun adventures with this LEGO Sonic the Hedgehog Knuckles’ Guardian Mech (76996) building toy set. Inspired by the escapades of Sonic and other video game characters, kids create endless quests for Knuckles and Rouge as they build the set then play out imaginative ways of stealing and recovering the Master Emerald with the glider and mech. This fun Sonic toy for kids offers lots of action play and storytelling possibilities. Kids can role play ways for Knuckles to guard the Master Emerald or for Rouge to steal it and escape. Any mech loving kid will be proud to own this detailed Knuckles action figure, making it a great gaming gift for 8 year olds. Fast action fun meets creative ways to play with LEGO Sonic the Hedgehog toys for kids. Fans of the Blue Blur will love creating inspiring scenes with favorite Sonic gaming characters. Kids can also enjoy an easy, intuitive building adventure with the LEGO Builder app, where they can zoom in and rotate models in 3D, save sets and track their progress. Contains 276 pieces.', 29.99, NULL, NULL, 34.95, 'The Hedgehog Knuckles’ Guardian Mech Building Toy-59370.jpeg', 'The Hedgehog Knuckles’ Guardian Mech Building Toy-17664.jpeg', 'The Hedgehog Knuckles’ Guardian Mech Building Toy-74530.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-31 03:26:44', '2024-01-31 03:26:44'),
(2199, 'Crystal Chandeliers factory industrial style chandelier ceiling light with remote control', 'g3jdmBj5m', 19, 'design\r\nOEM&ODM\r\nBrand\r\ncustom\r\nProduct Color\r\nFrench gold\r\nBlade Size\r\nCustom design\r\nStyle\r\nLuxury, Modern\r\nInput voltage\r\n220-240V/110-130V\r\nWarranty\r\n2-Year', 30.00, NULL, NULL, 35.88, 'Crystal Chandeliers factory industrial style chandelier ceiling light with remote control-31518.jpeg', 'Crystal Chandeliers factory industrial style chandelier ceiling light with remote control-10811.jpeg', 'Crystal Chandeliers factory industrial style chandelier ceiling light with remote control-98317.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 03:30:30', '2024-01-31 03:30:30'),
(2200, '7-Piece The Cellar Kitchen Knife, Sheath & Board Set', 'rhxvgdqq2', 19, 'A great set of the most-used essentials, this assortment from The Cellar includes go-to kitchen knives, protective sheaths and a double-sided cutting board.\r\nSet includes: 8\" chef\'s knife and sheath, 6\" santoku knife and sheath, 3.5\" paring knife and sheath, double-sided cutting board', 13.00, NULL, NULL, 34.00, '7-Piece The Cellar Kitchen Knife, Sheath & Board Set-45882.jpeg', '7-Piece The Cellar Kitchen Knife, Sheath & Board Set-92619.jpeg', '7-Piece The Cellar Kitchen Knife, Sheath & Board Set-66977.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 03:31:48', '2024-01-31 03:31:48'),
(2201, 'Ghostbusters Spirits Unleashed', 'hvF2EYZWb', 19, 'Ghostbusters: Spirits Unleashed has all the iconic gear and gadgets, from Proton Packs to PKE Meters and Ghost Traps, that fans would expect and new gamers to the universe will enjoy when playing as a Ghostbuster. Ghosts have multiple abilities in their arsenal, like possessing objects, of course sliming, and more, that make haunting all the various locations a blast to play. In addition, many will recognize the Firehouse and Ray’s Occult Books that act as the game’s hub. This is where players will choose missions, customize their characters, practice firing their proton packs, and explore all there is to learn. And yes, you will hear the original film actors reprising their roles as Ray Stantz and Winston Zeddemore, along with some new friends!', 20.35, NULL, NULL, 29.49, 'Ghostbusters Spirits Unleashed-37065.jpeg', 'Ghostbusters Spirits Unleashed-37411.jpeg', 'Ghostbusters Spirits Unleashed-27153.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 03:33:25', '2024-01-31 03:33:25'),
(2202, 'Iron Metal Vintage Industrial Retro Pendant Lighting For Restaurant Bar Cafe Home villa', 'nLUxlKfe1', 19, 'Specification:	Remarks:\r\nName:	Industrial vintage pendant light	 \r\nMaterial:	iron	 \r\nSource:	E27	CE:220V-240V;UL:110V-120V.\r\nMOQ:	10 pcs	 \r\nOEM:	customizable is welcome	 \r\nShip terms:	EXW/FOB	 \r\nPayment:	TT/LC/WESTERN UNION	30% deposit, 70% T/T before shipment \r\nWarranty:	3 years 	 \r\nColor:	Normally Black/Chrome/Bronze	Any color by customer\'s requirement', 4.00, NULL, NULL, 5.00, 'Iron Metal Vintage Industrial Retro Pendant Lighting For Restaurant Bar Cafe Home villa-73907.jpeg', 'Iron Metal Vintage Industrial Retro Pendant Lighting For Restaurant Bar Cafe Home villa-62345.jpeg', 'Iron Metal Vintage Industrial Retro Pendant Lighting For Restaurant Bar Cafe Home villa-25846.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 03:38:21', '2024-01-31 03:38:21'),
(2203, '2-Pack U.S. Polo Assn Women\'s Wire-Free Push Up Bra: Meringue (34C, 36C, 38C, or 36D)', 'JhB7JCwUZ', 19, 'Pull it all together with U.S. Polo Assn.’s Tag-Free Push-Up Bra 2-Pack. Crafted with seamless stretchy fabric and wide adjustable straps these bras also feature a push-up design for an accentuating lift. Choose between two different styles to fit your daily routine with this convenient 2-Pack bundle!', 7.17, NULL, NULL, 14.95, '2-Pack U.S. Polo Assn Women\'s Wire-Free Push Up Bra: Meringue (34C, 36C, 38C, or 36D)-48318.jpeg', '2-Pack U.S. Polo Assn Women\'s Wire-Free Push Up Bra: Meringue (34C, 36C, 38C, or 36D)-83999.jpeg', '2-Pack U.S. Polo Assn Women\'s Wire-Free Push Up Bra: Meringue (34C, 36C, 38C, or 36D)-68910.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-31 03:38:21', '2024-01-31 03:38:21'),
(2204, 'Mortal Kombat', 'CA08nj67S', 16, 'Discover a reborn Mortal Kombat Universe created by the Fire God Liu Kang. Mortal Kombat 1 ushers in a new era of the iconic franchise with a new fighting system, game modes, and fatalities!', 56.00, NULL, NULL, 69.99, 'Mortal Kombat-11215.jpeg', 'Mortal Kombat-68479.jpeg', 'Mortal Kombat-20701.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 03:39:30', '2024-01-31 03:39:30'),
(2205, 'Brass Pendant Lamp', 'GKqJWVCol', 19, 'Color	BRONZE\r\nProduct Name	PTB12\r\nMaterial	Solid Brass\r\nLamps	E26/E27\r\nWire	copper wire\r\nUsage	brass hang light\r\nKeywords	Solid brass\r\nFeature	Nature Light\r\nApplication	Indoor\r\nKey word	INTACT antique brass pendant lamp hang light', 16.50, NULL, NULL, 18.50, 'Brass Pendant Lamp-36031.jpeg', 'Brass Pendant Lamp-18925.jpeg', 'Brass Pendant Lamp-64506.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 03:41:56', '2024-01-31 03:41:56'),
(2206, 'Women\'s Timberland® Premium 6-Inch Waterproof Warm Lined Boot', 'ZW5qsElFo', 2, 'Women\'s Timberland® Premium 6-Inch Waterproof Warm Lined Boot', 80.00, NULL, NULL, 120.00, 'Women\'s Timberland® Premium 6-Inch Waterproof Warm Lined Boot-12290.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-31 03:42:32', '2024-01-31 03:42:32'),
(2207, 'Solar Fennel Light', 'WKnx7fdCJ', 10, 'Solar powered wild fennel lights brighten up your patio, path or garden on summer nights. These pretty fennel solar lights give off a lovely glow, perfect for outdoor entertaining, the fennel solar lights automatically turn on at dusk and turn off at dawn.\r\nSold Individually as one solar garden stake light.\r\nDual powered (solar + battery)\r\nBuilt-in rechargeable battery\r\nTotal height: 100cm\r\nIlluminated diameter: 35cm\r\nMaterial: Metal / Plastic\r\nColour: Brown\r\nLights automatically turn on at dusk and turn off after 6 hours\r\nIndoor and outdoor use', 39.68, NULL, NULL, 45.99, 'Solar Fennel Light-12077.jpeg', 'Solar Fennel Light-50951.jpeg', 'Solar Fennel Light-64025.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-01-31 03:43:47', '2024-01-31 03:43:47'),
(2208, 'The Legend of Zelda Tears of the Kingdom', 'KmaMTaRO7', 12, 'An epic adventure across the land and skies of Hyrule awaits in The Legend of Zelda™: Tears of the Kingdom for Nintendo Switch. The adventure is yours to create in a world fueled by your imagination. \r\nIn this sequel to The Legend of Zelda: Breath of the Wild, you’ll decide your own path through the sprawling landscapes of Hyrule and the mysterious islands floating in the vast skies above. Can you harness the power of Link’s new abilities to fight back against the malevolent forces that threaten the kingdom?', 56.49, NULL, NULL, 69.99, 'The Legend of Zelda Tears of the Kingdom-29459.jpeg', 'The Legend of Zelda Tears of the Kingdom-41788.jpeg', 'The Legend of Zelda Tears of the Kingdom-20780.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 03:44:28', '2024-01-31 03:44:28'),
(2209, 'Patagonia Women\'s Nano Puff Insulated Jacket (Burl Red Size or Obsidian Plum Size)', '4xfzh6OQO', 19, 'Regular fit\r\nLightweight\r\nLow-bulk\r\nBrick quilting pattern with horizontal quilt lines on side panels stabilizes insulation and uses durable thread for abrasion resistance\r\nCenter-front zipper has wicking interior storm flap and zipper garage at chin for next-to-skin comfort\r\nTwo zippered handwarmer pockets have cleanly finished zipper garages; internal zippered chest pocket doubles as a stuffsack with a reinforced carabiner clip-in loop\r\nDrawcord-adjustable drop-tail hem seals in warmth', 120.00, NULL, NULL, 239.00, 'Patagonia Women\'s Nano Puff Insulated Jacket (Burl Red Size or Obsidian Plum Size)-33533.jpeg', 'Patagonia Women\'s Nano Puff Insulated Jacket (Burl Red Size or Obsidian Plum Size)-18356.jpeg', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-01-31 03:45:19', '2024-01-31 03:51:43'),
(2210, '250W 100W high bay light high bay ecalirage industrial led high bay lamp', '3XGxFbot2', 19, 'Model\r\n100W\r\n150W\r\n200W\r\n300\r\nLed Qty\r\n125PCS\r\n175PCS\r\n250PCS\r\n300PCS\r\nLamp Size\r\nΦ400*H300mm\r\nΦ400*H300mm\r\nΦ450*H310mm\r\nΦ480*H350mm\r\nIrradiation Area\r\n120M²\r\n150M²\r\n200M²\r\n250M²\r\nLight Source\r\nSMD2835（Custom）\r\n\r\nIP Rating\r\nIP65\r\n\r\nLamp Life\r\n50000 hours\r\n\r\nLighting time\r\n10-20H\r\n\r\nPower Factor(PF)\r\n0.65\r\n\r\nColor of housing\r\nSilver\r\n\r\nLuminous Efficacy\r\n100LM/w\r\n\r\nIP65 Waterproof\r\nOutdoor street solar lights can work in hot or cold weather (-4℉~120℉). Waterproof grade IP65, no need to worry about rain. Lightning-proof, rain-proof, oxidation-proof.', 7.00, NULL, NULL, 8.00, '250W 100W high bay light high bay ecalirage industrial led high bay lamp-68400.jpeg', '250W 100W high bay light high bay ecalirage industrial led high bay lamp-17590.jpeg', '250W 100W high bay light high bay ecalirage industrial led high bay lamp-70974.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 03:46:30', '2024-01-31 03:46:30'),
(2211, 'Solar goblin statue magic ball holding led light solar elf resin ornament outdoor garden patio night light For patio lawn decoration', '8TVMDFaCj', 19, 'SIZE: Goblin statue height 18 cm width 11 cm LED light ball 5.5 cm\r\n\r\n🔮 Unique Design - Garden goblins are believed to bring good luck, this goblin statue holds a magic ball that sparkles at nightfall and looks quiet and cozy. Lovely goblin décor is an integral part of your outdoor garden.\r\n\r\n🌧️ Weather Resistant - Our solar gnome ornament is superbly crafted. It is made of long-lasting resin, hand-colored and coated with a UV-resistant coating that is resistant to breakage and harsh weather conditions. Gnome statues can be used in any season and is perfect for indoor or outdoor decor. LED garden statues, solar charging, energy saving and , safe and convenient.\r\n\r\n💡 Eco-friendly Solar Powered - Solar garden statue has no installation required and with built-in rechargeable battery. Simply place the solar figurine in direct sunlight and leave the switch in the \"ON\" position. The garden gnome light will automatically light up at night for over 8 hours after 6-8 hours of charging during the day.\r\n\r\n✨ Multiple Applications - Our gnome statue is a charming decor for garden, patio, lawn, pathway. Garden statue is a wonderful gift for family and friends, especially garden lovers and gnome lovers. Perfect for gift giving on Christmas, birthdays, anniversaries and housewarming.with adorable shape design, it is a wonderful outdoor garden decoration.perfect as garden decor, suitable for the garden, yard, patio, fence, walkway.', 41.34, NULL, NULL, 58.00, 'Solar goblin statue magic ball holding led light solar elf resin ornament outdoor garden patio night light For patio lawn decoration-87897.jpeg', 'Solar goblin statue magic ball holding led light solar elf resin ornament outdoor garden patio night light For patio lawn decoration-62316.jpeg', 'Solar goblin statue magic ball holding led light solar elf resin ornament outdoor garden patio night light For patio lawn decoration-66015.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-01-31 03:48:19', '2024-01-31 03:48:19'),
(2212, 'Rise of the Ronin', 'G622el9vT', 10, 'Japan, 1863. After three centuries of the Tokugawa Shogunate’s oppressive rule, the Black Ships of the West descend upon the nation’s borders and the country falls into a state of turmoil. Amidst the chaos of war, disease and political unrest, a nameless warrior forges their own path, holding the very fate of Japan in their hands. Shape a dynamic story As a masterless warrior – a Ronin, your destiny is your own. See the story unfold in different ways depending on the choices you make and the characters you ally with along the way. Face critical mission decisions – like whether to assassinate or protect key figures, and shape the course of history through a rich multi-choice system. Engage in deep accessible combat From the veteran developers of Nioh and Ninja Gaiden – Rise of the Ronin offers deeply engaging yet accessible combat, with layers of complexity suitable for any playstyle. Face your foes with a selection of close-quarters weaponry or engage from afar with authentic period firearms.', 40.59, NULL, NULL, 69.99, 'Rise of the Ronin-94194.jpeg', 'Rise of the Ronin-94553.jpeg', 'Rise of the Ronin-73322.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-31 03:48:41', '2024-01-31 03:48:41'),
(2213, 'Dining lamp industrial style iron pendant light for restaurant bar warehouse', 'LT97pJlFv', 19, 'Model\r\nMaterial\r\nBody Color\r\nLight Source\r\nLamp Size\r\nHQ-DTTYDD\r\nIron\r\nBlack\r\nE27*1 (bulb excluded)\r\nD20*H21cm, Cable 120cm', 8.00, NULL, NULL, 9.00, 'Dining lamp industrial style iron pendant light for restaurant bar warehouse-73780.jpeg', 'Dining lamp industrial style iron pendant light for restaurant bar warehouse-72674.jpeg', 'Dining lamp industrial style iron pendant light for restaurant bar warehouse-80884.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 03:50:55', '2024-01-31 03:50:55'),
(2214, 'Voenxe 5 Pack Women Bikini Underwear', 'XxQbWYMNJ', 1, 'Fabric type: 90% Polyamide, 10% Elastane\r\nCare instructions: Hand Wash Only', 9.00, NULL, NULL, 14.00, 'Voenxe 5 Pack Women Bikini Underwear-15657.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 03:54:44', '2024-01-31 03:54:44'),
(2215, 'MARVEL’S SPIDER-MAN 2', 'RpBRVXWF7', 19, 'Swing, jump, and utilize the new Web Wings to travel across Marvel’s New York, quickly switching between Peter Parker and Miles Morales to experience different stories and epic new powers, as the iconic villain Venom threatens to destroy their lives, their city, and the ones they love. PlayStation®5 console features: Astonishing visual effects powered by Insomniac Games’ custom-built engine; Quick character switching to change between Peter Parker and Miles Morales almost instantly; Deeply immersive city-wide surround sound audio; An expansive city to be explored at new heights with faster web-swinging traversal and the new Web Wings; Haptic feedback creates the feeling of the Spider-Men’s powers in the palms of your hands; Adaptive triggers put the sensation of combat and traversal at your fingertips.', 40.79, NULL, NULL, 69.99, 'MARVEL’S SPIDER-MAN 2-78722.jpeg', 'MARVEL’S SPIDER-MAN 2-15922.jpeg', 'MARVEL’S SPIDER-MAN 2-78205.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-31 03:55:51', '2024-01-31 03:55:51'),
(2216, 'Indoor interior pendant light modern design industrial loft style E 27 aluminum black hanging lamp  decorative lightening fixture', '9bpf8ur1r', 19, 'Product Name\r\nChandelier Light\r\nStyle\r\nModern&Contemporary\r\nBrand\r\nVermilion\r\nColour\r\nBlack\r\nLight Source\r\nE27\r\nPlace of Product\r\nGuangdong Province,China\r\nMaterial\r\nAluminium\r\nModes of packing\r\nStandard export-packing\r\nSize\r\nH:395xW185mm', 9.00, NULL, NULL, 11.00, 'Indoor interior pendant light modern design industrial loft style E 27 aluminum black hanging lamp  decorative lightening fixture-13408.jpeg', 'Indoor interior pendant light modern design industrial loft style E 27 aluminum black hanging lamp  decorative lightening fixture-60390.jpeg', 'Indoor interior pendant light modern design industrial loft style E 27 aluminum black hanging lamp  decorative lightening fixture-44142.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 03:56:38', '2024-01-31 03:56:38'),
(2217, 'Kelly & Katie Women\'s Tarwin Combat Boot (Brown, sizes 6-11)', 'Jrv0Dfhye', 2, 'Fully embrace the grunge trend with the Tarwin combat boots from Kelly & Katie. This pair features a military-inspired silhouette, complete with a strong lug sole and a durable block heel.\r\nSynthetic upper\r\nInside zipper closure\r\nLace-up closure\r\nRound toe\r\nSynthetic lining\r\nLightly padded footbed\r\n1.63\" molded heel', 19.00, NULL, NULL, 70.00, 'Kelly & Katie Women\'s Tarwin Combat Boot (Brown, sizes 6-11)-17085.jpeg', 'Kelly & Katie Women\'s Tarwin Combat Boot (Brown, sizes 6-11)-84746.jpeg', 'Kelly & Katie Women\'s Tarwin Combat Boot (Brown, sizes 6-11)-39694.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-01-31 03:58:41', '2024-01-31 03:58:41'),
(2218, 'LEGO Brawls', 'KcfZuMRfJ', 18, 'LEGO Brawls is the first team action brawler set in the LEGO universe. Build your own minifigure hero and brawl to the top in this multiplayer, brick-bashing platformer inspired by iconic LEGO sets! Battle solo or with family and friends! Collect minifigures and power-ups, combine them to create your ultimate brawler, and climb to the top of the global leaderboard.', 21.12, NULL, NULL, 28.72, 'LEGO Brawls-23518.jpeg', 'LEGO Brawls-50203.jpeg', 'LEGO Brawls-37956.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 04:00:25', '2024-01-31 04:00:25'),
(2219, 'Metal Fire Pit Chiminea Log Camping Travelling Fire Flat Pack BBQ Garden Yard Art Gift Present', 'zkN0HQG1K', 10, 'The Metal Fire Pit Chiminea is the ultimate camping and traveling companion. It\'s not just a fire pit, but also a flat-pack BBQ that you can easily take with you wherever you go. This versatile piece of yard art is perfect for cozy nights in the garden, camping trips, or even as a unique gift. It\'s a fantastic way to gather around a warm fire, roast marshmallows, and enjoy the great outdoors. Get ready for some unforgettable moments with this awesome fire pit chiminea!', 258.38, NULL, NULL, 305.99, 'Metal Fire Pit Chiminea Log Camping Travelling Fire Flat Pack BBQ Garden Yard Art Gift Present-79170.jpeg', 'Metal Fire Pit Chiminea Log Camping Travelling Fire Flat Pack BBQ Garden Yard Art Gift Present-71140.jpeg', 'Metal Fire Pit Chiminea Log Camping Travelling Fire Flat Pack BBQ Garden Yard Art Gift Present-74339.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-01-31 04:03:22', '2024-01-31 04:03:22'),
(2220, 'Street Fighter 6', 'mFEmKJGHN', 17, 'Here comes Capcom’s newest challenger! Street Fighter™ 6 launches worldwide on June 2, 2023 and represents the next evolution of the Street Fighter™ series which has sold more than 47 million units since its debut 35 years ago. Powered by Capcom’s proprietary RE ENGINE, Street Fighter 6 spans three distinct game modes, including Fighting Ground, World Tour and Battle Hub. The experience also includes innovative new gameplay features, plus enhanced visuals for every aspect of the game. Standard Edition – Includes the base game of Fighting Ground, World Tour, Battle Hub, and the 18-character launch roster.', 44.49, NULL, NULL, 59.99, 'Street Fighter 6-62834.jpeg', 'Street Fighter 6-56412.jpeg', 'Street Fighter 6-35110.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 04:04:11', '2024-01-31 04:04:11'),
(2221, 'Outdoor led landscape yard light new design 3m height IP65 water proof lamp 25W pole led garden light', 't7tlTjRwi', 19, 'item\r\nvalue\r\nWarranty(Year)\r\n5-Year\r\nLighting solutions service\r\nauto CAD layout\r\nPlace of Origin\r\nChina\r\nJiangsu\r\nBrand Name\r\nHengbang\r\nMaterial\r\nSteel\r\nType\r\nRound\r\nApplication\r\nSquare,Street, highway, freeway, airport, seaport, plaza, stadium, etc\r\nMaterial\r\nQ235\r\nSurface treatment\r\npowder coating\r\nShape\r\nConical, octagonal, square, tubular\r\nColor\r\nfor your option\r\nprotective coating\r\nthe hot dip galvanizing\r\nHeight\r\n3-15m\r\nThickness\r\n1.8mm-14mm\r\nGround Mounted\r\nConcrete Foundation\r\nLifespan\r\n20-25 Years\r\nLight source\r\nLED', 39.00, NULL, NULL, 42.00, 'Outdoor led landscape yard light new design 3m height IP65 water proof lamp 25W pole led garden light-48836.jpeg', 'Outdoor led landscape yard light new design 3m height IP65 water proof lamp 25W pole led garden light-65017.jpeg', 'Outdoor led landscape yard light new design 3m height IP65 water proof lamp 25W pole led garden light-95839.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 04:07:12', '2024-01-31 04:07:12'),
(2222, 'New York & Company Women\'s Mandi Bootie (2 Colors)', 'A3x0VuJwz', 19, 'New York & Company Women\'s Mandi Bootie (2 Colors)', 32.96, NULL, NULL, 100.00, 'New York & Company Women\'s Mandi Bootie (2 Colors)-15706.jpeg', 'New York & Company Women\'s Mandi Bootie (2 Colors)-22727.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 04:07:19', '2024-01-31 04:07:19'),
(2223, 'No Man\'s Sky', 'NrkITRAMc', 18, 'Inspired by the adventure and imagination that we love from classic science-fiction, No Man\'s Sky presents you with a galaxy to explore, filled with unique planets and lifeforms, and constant danger and action. In No Man\'s Sky, every star is the light of a distant sun, each orbited by planets filled with life, and you can go to any of them you choose. Fly smoothly from deep space to planetary surfaces, with no loading screens, and no limits. In this infinite procedurally generated universe, you\'ll discover places and creatures that no other players have seen before - and perhaps never will again. Includes the following major updates since launch: Foundation, Pathfinder, Atlas Rises, NEXT, The Abyss, Visions, the 2.0 BEYOND update, Synthesis, Living Ship, Exo Mech, Desolation and the 3.0 update, ORIGINS, Next Generation, Companions, Expeditions, Prisms, Sentinel and Outlaws. An epic voyage to the centre of a shared universe awaits, allowing you to explore, trade, fight and survive.', 23.01, NULL, NULL, 29.99, 'No Man\'s Sky-27130.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-01-31 04:08:03', '2024-01-31 04:08:03'),
(2224, 'Farming Simulator', '9oqj5DFd2', 19, 'Grow crops, grow your agricultural empire! Become a modern farmer to operate more than 100 authentic machines by Case IH, CLAAS, DEUTZ-FAHR, Fendt, John Deere, KRONE, Massey Ferguson, New Holland, Valtra & many other acclaimed manufacturers from around the world - offering a wide range of farming activities. Choose what kind of farmer you want to be! • Operate realistic tractors, harvesters, field sprayers, and more • Cultivate fields with a variety of crops, or harvest grapes and olives on the hillside • Start logging with heavy forestry equipment • Establish production chains and use powerful trucks for transport • Tend to farm animals like cows, sheep, and now: chickens! • Enjoy tons of possibilities on two new maps, including collectibles • New gameplay features also introduce plowing and weeding • A tutorial mode, AI helper & a new autoload feature for logs/pallets assist you on your farm. There’s a lot more to do after plowing, removing weeds, harvesting crops, or collecting eggs from chicken coops: Produce valuable goods made from your harvest to expand your flourishing business with new factories and production chains! Don’t worry - there is always time to relax and walk around your vast arable land while visuals change through the atmospheric seasons. New and improved in-game tutorials show you the ways of the farm if you’re new to country life. Start farming and let the good times grow!', 29.33, NULL, NULL, 44.99, 'Farming Simulator-74777.jpeg', 'Farming Simulator-99973.jpeg', 'Farming Simulator-77205.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-31 04:11:43', '2024-01-31 04:11:43'),
(2225, 'Metroid Prime Remastered', '8T8i7gCVq', 18, 'Get behind the visor of intergalactic bounty hunter Samus Aran in her critically-acclaimed first-person adventure\r\n\r\nStep into the boots of Samus Aran as you navigate the winding paths and interconnected environments of an alluring-yet-dangerous alien planet. Use powers like the iconic Morph Ball and Grapple Beam to revisit hard-to-reach areas and find a path forward. With revamped graphics, sound, unlockable art, and updated control schemes, Samus’ 3D platforming debut has reached greater heights. Calm and capable, Samus takes on this solo mission…but she is far from alone.', 36.99, NULL, NULL, 39.99, 'Metroid Prime Remastered-68038.jpeg', 'Metroid Prime Remastered-79414.jpeg', 'Metroid Prime Remastered-41540.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 04:15:27', '2024-01-31 04:15:27');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2226, 'Hexagon Hanging Planter', '8tobOKghT', 10, 'Unique hexagon hanging planter. All upcycled wood is sanded, stained, and sealed for added protection against the outdoor elements. Planter can be used inside as well if proper care is taken when watering.', 45.00, NULL, NULL, 60.15, 'Hexagon Hanging Planter-99506.jpeg', 'Hexagon Hanging Planter-91036.jpeg', 'Hexagon Hanging Planter-51504.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 04:20:28', '2024-01-31 04:20:28'),
(2227, 'Professional working 4feet 8feet deformable liner hanging Hexagon modular led ceiling garage light', 'Crd1YgKdJ', 19, 'Model\r\nHG-L242B\r\nPower\r\n50W/4FT\r\n50W/8FT\r\nProduct size\r\n1165x50x75(mm)\r\nInput voltage\r\nAC100-277V\r\nCertification\r\nETL,CE,RoHS\r\nLight source\r\nLED\r\nHousing\r\nExtruded aluminum material\r\nCCT\r\n3500K/4000K/5000K\r\nInstallation\r\nSuspending,Surface Mounted\r\nPF\r\n>0.9\r\nDimmable\r\nYes\r\nWarranty\r\n5 Years', 20.50, NULL, NULL, 26.50, 'Professional working 4feet 8feet deformable liner hanging Hexagon modular led ceiling garage light-16594.jpeg', 'Professional working 4feet 8feet deformable liner hanging Hexagon modular led ceiling garage light-86750.jpeg', 'Professional working 4feet 8feet deformable liner hanging Hexagon modular led ceiling garage light-44750.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 04:20:42', '2024-01-31 04:20:42'),
(2228, 'Horizon Forbidden West', 'g9ljqqTOe', 19, 'Join Aloy as she braves the Forbidden West - a majestic but dangerous frontier that conceals mysterious new threats. Explore distant lands, fight bigger and more awe-inspiring machines, and encounter astonishing new tribes as you return to the far-future, post-apocalyptic world of Horizon. The land is dying. Vicious storms and an unstoppable blight ravage the scattered remnants of humanity, while fearsome new machines prowl their borders. Life on Earth is hurtling towards another extinction, and no one knows why. It\'s up to Aloy to uncover the secrets behind these threats and restore order and balance to the world. Along the way, she must reunite with old friends, forge alliances with warring new factions and unravel the legacy of the ancient past - all the while trying to stay one step ahead of a seemingly undefeatable new enemy.', 20.87, NULL, NULL, 29.97, 'Horizon Forbidden West-70542.jpeg', 'Horizon Forbidden West-39841.jpeg', 'Horizon Forbidden West-26385.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 04:21:01', '2024-01-31 04:21:01'),
(2229, 'Teenage Mutant Ninja Turtles: Shredder\'s Revenge', 'nBunsm5lj', 16, 'Teenage Mutant Ninja Turtles: Shredder’s Revenge features groundbreaking gameplay rooted in timeless classic brawling mechanics, brought to you by the beat ’em-up experts at Dotemu (Streets of Rage 4) and Tribute Games (part of the studio behind Scott Pilgrim vs. The World: The Game and TMNT Game Boy Advance). Bash your way through gorgeous pixel art environments and slay tons of hellacious enemies with your favorite Turtle, each with his own skills and moves so every run is unique! Choose a fighter, use radical combos to defeat your opponents and experience intense combat loaded with breathtaking action and outrageous ninja abilities. Stay sharp as you face off against Shredder and his faithful Foot Clan alone or grab your best buds and play with up to six players simultaneously!', 26.69, NULL, NULL, 34.97, 'Teenage Mutant Ninja Turtles: Shredder\'s Revenge-95599.jpeg', 'Teenage Mutant Ninja Turtles: Shredder\'s Revenge-65206.jpeg', 'Teenage Mutant Ninja Turtles: Shredder\'s Revenge-39794.jpeg', 'Video games', 4.5, NULL, 1, '2024-01-31 04:25:24', '2024-01-31 04:25:24'),
(2230, 'Internal solid wooden white prime doors wood molded Hdf molded door prices simple design for office interior', 'U2Bte1Gq6', 19, 'Design Style\r\nModern\r\nTickness\r\n30mm, 35mm, 38mm, 40mm, 45mm or customized\r\nMaterial\r\nSolid wood skeleton filled with Honeycomb paper, Shaving board, hollow-core particle board and MDF/HDF\r\nSize\r\n1850~2150*620~1050mm\r\nSurface Finishing\r\nWhite primer painted\r\nOpen Direction\r\nLeft or right ; inside or outside open\r\nColor\r\nCustomized\r\nPackage\r\ninner:0.20mm plastic bag or PE film wrapped on surface\r\nouter:carton box outside, pallet bottom & steel strip for strength', 30.00, NULL, NULL, 35.00, 'Internal solid wooden white prime doors wood molded Hdf molded door prices simple design for office interior-97379.jpeg', 'Internal solid wooden white prime doors wood molded Hdf molded door prices simple design for office interior-39196.jpeg', 'Internal solid wooden white prime doors wood molded Hdf molded door prices simple design for office interior-31710.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 04:29:23', '2024-01-31 04:29:23'),
(2231, 'Hogwarts Legacy', 'E1EFGIIux', 18, 'Hogwarts Legacy is an immersive, open-world action RPG set in the world first introduced in the Harry Potter books. For the first time, experience Hogwarts in the 1800s. Your character is a student who holds the key to an ancient secret that threatens to tear the wizarding world apart. Now you can take control of the action and be at the center of your own adventure in the wizarding world. Your legacy is what you make of it. Live the unwritten.', 52.99, NULL, NULL, 56.89, 'Hogwarts Legacy-65823.jpeg', 'Hogwarts Legacy-20066.jpeg', NULL, 'Video games', 4.0, NULL, 1, '2024-01-31 04:29:33', '2024-01-31 04:29:33'),
(2232, 'Dr. Martens Women\'s Boots & Shoes', 'YaCLO5TRc', 19, 'Dr. Martens Women\'s Boots & Shoes', 55.00, NULL, NULL, 140.00, 'Dr. Martens Women\'s Boots & Shoes-87755.jpeg', 'Dr. Martens Women\'s Boots & Shoes-72019.jpeg', 'Dr. Martens Women\'s Boots & Shoes-37909.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-01-31 04:34:48', '2024-01-31 04:34:48'),
(2233, 'Hot Wheels Unleashed', 'fg31nZ4HS', 12, 'WE DID IT AGAIN! If you thought the first chapter was awesome, well, buckle up because we are going to blow you away with incredible new features! MORE WHEELS FOR YOUR FUN - First things first: make room on your virtual shelf, because you can access more than 130 vehicles and even more varieties! Yes, not only Hot Wheels Originals, but also Hot Wheels Monster Trucks and vehicles from the entertainment world. Now you can also ride motorbikes and ATVs, each with their own unique racing style to take on every track in the most strategic way! A brand-new system will define the vehicles’ category, which can be upgraded with the dedicated skill tree that will directly affect their performance. Watch your car become unstoppable! NEW PLACES TO CALL HOME - Whether it\'s the backyard of a house in the suburbs or a mini-golf course in a village in the Wild West, your tracks will be surrounded by the most stunning environments! Discover 5 brand-new locations, master their secrets, and you\'ll feel right at home both there and on the podium. New terrains are another fantastic new entry that will make your races even more exciting and challenging. Grass, sand, and more will directly affect the handling of the vehicle – something to keep in mind when you choose your ride. Strategy plays an even bigger role now! SHOW OFF YOUR MOVES - Before impressing your opponents with a great victory, leave them speechless with crazy new moves! In addition to Drift and Boost, now you can show off your Lateral Dash and Single or Double Jump. Use them wisely, and at the right time to bump into your rivals and kick them off the track… or simply to avoid those barriers! And with the new Jumps you can skip ahead of traffic and also find new secret shortcuts!', 29.45, NULL, NULL, 49.99, 'Hot Wheels Unleashed-42043.jpeg', 'Hot Wheels Unleashed-63576.jpeg', 'Hot Wheels Unleashed-48842.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 04:37:08', '2024-01-31 04:37:08'),
(2234, 'Goat Simulator 3', '8ZG2A7jB1', 10, 'Pilgor’s baaack! Gather your herd and venture forth into Goat Simulator 3; an all-new, totally realistic, sandbox farmyard experience that puts you back in the hooves of no one\'s favourite female protagonist. That’s right – we’re doing this again. The baa has been raised, and Pilgor is joined by other goats too. You can invite up to three friends in local or online co-op, create carnage as a team, or compete in mini-games and then not be friends anymore. Get ready for another round of udder mayhem. Lick, headbutt, and run your way through a brand new open world in the biggest waste of your time since Goat Simulator! We won’t tell you how to play (except in the tutorial), but merely provide the means to be the goat of your dreams. KEY FEATURES: • You can be a goat • Three of your friends can be goats too, and join you in local or online co-op • No really, there are so many goats. If you want to be fancy you can wear the skins of tall goats, stripey goats, and many more. There’s a goat for everyone! • Or dress up your goat in all kinds of nonsense, from rolls of toilet paper to tea trays. Put on a jetpack for all we care. • This time we actually hired ‘game designers’ and we’re told they’ve added ‘an ok amount of content’; events, NPCs to mess with, physics, status effects, collectables, easter eggs, lies, betrayal, heartbreak • They’ve added mini-games too, lots of mini-games (seven is a lot, right?) • Who said anything about a musical? • You can be Keanu Ree... (jk, wanted to check you were still reading) • But you can be a goldfish (true story) DISCLAIMER: Goat Simulator 3 is another completely stupid game. Will this game teach you how to become one with your local herd? Probably not. Learning about real goats with David Attenborough or something would absolutely be the smarter thing to do.', 17.97, NULL, NULL, 29.99, 'Goat Simulator 3-40375.jpeg', 'Goat Simulator 3-18336.jpeg', 'Goat Simulator 3-90067.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 04:44:53', '2024-01-31 04:44:53'),
(2235, 'FitVille Men\'s Recovery Winter Slippers V3', 'k8CyAUqqj', 19, 'Warm & Cozy: Plush fur insole and thick mesh upper for a warm, dry winter.\r\nSlip-Resistant: The rectangular patterned rubber sole boosts traction.\r\nWide Width: Spacious toe box and soft lining for comfy, uncramped toes\r\nHands-Free Easy Slip On & Off: Adjustable strap tailored to your feet.\r\n8 Hours of Comfort: High-rebound EVA midsole guarantees unparalleled cushioning all day long.\r\nBuilt To Last: The microfiber upper insulates heat and maintains its shape and quality for years.', 30.90, NULL, NULL, 60.00, 'FitVille Men\'s Recovery Winter Slippers V3-41188.jpeg', 'FitVille Men\'s Recovery Winter Slippers V3-43068.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 04:44:53', '2024-01-31 04:44:53'),
(2236, 'Cheap Price Commerical Steel Wooden Design Latham Safety Door', 'Qjt4B70yt', 19, 'Project Solution Capability\r\nGraphic Design, 3D Model Design, Total Solution For Projects\r\nMaterial\r\nSteel\r\nSize\r\nWidth: 860mm/960mm/1200mm/1500mm\r\n \r\nHeight: 1960mm/2050mm\r\n \r\nThickness: 70mm/80mm/90mm\r\n \r\nOther Sizes Can Be Customized\r\nDoor leaf Thickness\r\n0.7MM,0.8mm,1.0mm\r\nSteel Frame thickness\r\n1.2mm,1.5mm,2.0mm\r\nSurface finishing\r\nBrushed,Wooden Grain Heat Transfer, Powder-coating,Translucent transfer,Transparent transfer, Matte transfer, Imitation Copper Or\r\nOther Special Painting\r\nDoor Design\r\nSingle Door, One and Half Door, Double Door Design\r\nInfilling Materials\r\nHoneycomb Paper or Mineral Cotton or Other Special Material\r\nApplication\r\nExterior Door, Outer Door, Interior Door, Inter Door\r\nAdvantage\r\nCheap price, Nice Quality, Delivery on Time, Project Solution\r\nOpening degree\r\n90-180 Degrees\r\nPosition\r\nSecurity Doors,Front Door, Entrance Door, Bedroom Door,Office Door, Hospital Door, School Classroom Door', 20.00, NULL, NULL, 25.00, 'Cheap Price Commerical Steel Wooden Design Latham Safety Door-10663.jpeg', 'Cheap Price Commerical Steel Wooden Design Latham Safety Door-33510.jpeg', 'Cheap Price Commerical Steel Wooden Design Latham Safety Door-96413.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 04:50:12', '2024-01-31 04:50:12'),
(2237, 'Vans & Converse Men\'s & Women\'s Shoes', 'ZJLScqN6C', 2, 'Vans & Converse Men\'s & Women\'s Shoes Atwood DX Men\'s Sneakers', 35.00, NULL, NULL, 59.00, 'Vans & Converse Men\'s & Women\'s Shoes-84123.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 04:51:22', '2024-01-31 04:51:22'),
(2238, 'American Modern Style Main Security Door External Steel Security Doors Exterior Black Door', '1qmmOZfMD', 19, 'Project Solution Capability\r\nGraphic Design, 3D Model Design, Total Solution For Projects\r\nMaterial\r\nStainless Zinc Alloy Steel, Cold Roll Steel, Galvanized Steel, Aluminum alloy\r\nSize\r\nWidth: 960mm/1180mm/1500mm\r\nHeight: 2050mm\r\nThickness: 50mm/70mm/90mm\r\nOther Sizes Can Be Customized\r\nDoor Leaf Plate\r\n0.3/0.7mm， 0.4/0.8mm，0.5/1.0mm\r\nDoor Frame Plate\r\n1.6/1.2mm，0.8/1.5mm，1.0/1.8mm\r\nSurface Finishing\r\nBrushed,Wooden Grain Heat Transfer, Powder-coating,Translucent transfer,Transparent transfer, Matte transfer, Imitation Copper Or\r\nOther Special Painting\r\nDoor Design\r\nSingle Door, One and Half Door, Double Door Design\r\nInfilling Materials\r\nHoneycomb Paper or Mineral Cotton or Other Special Material\r\nApplication\r\nExterior Door, Outer Door, Interior Door, Inter Door\r\nAdvantage\r\nAnti-theft, Delivery on Time, Project Solution\r\nOpening degree\r\n90-180 Degrees\r\nPosition\r\nSecurity Doors,Front Door, Entrance Door, Bedroom Door,Office Door, Hospital Door, School Classroom Door', 58.32, NULL, NULL, 62.45, 'American Modern Style Main Security Door External Steel Security Doors Exterior Black Door-21638.jpeg', 'American Modern Style Main Security Door External Steel Security Doors Exterior Black Door-52909.jpeg', 'American Modern Style Main Security Door External Steel Security Doors Exterior Black Door-37836.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 04:52:42', '2024-01-31 04:52:42'),
(2239, 'Food Display Warmer Electric', 'iQ3eke2EE', 19, 'Model NO.\r\nHW-3P\r\nDimension(mm)\r\n950*480*630\r\nVolts\r\n220-240V/50-60HZ\r\nPower\r\n1.2KW\r\nN/W\r\n30Kg\r\nMQO\r\n1 Piece', 58.00, NULL, NULL, 65.00, 'Food Display Warmer Electric-84495.jpeg', 'Food Display Warmer Electric-73844.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 05:00:37', '2024-01-31 05:00:37'),
(2240, 'Nickelodeon All Star Brawl 2', 'EGwiilsBw', 16, 'Nickelodeon All-Star Brawl 2 lets you duke it out with the biggest and best fighting character roster yet, including all new characters like SpongeBob SquarePants, Teenage Mutant Ninja Turtles, Squidward Tentacles, Jimmy Neutron, and more! Choose your favorite brawlers, master their unique move sets, and use all-new powerful Supers to land the finishing blow with friends or across a unique, roguelike player campaign!', 24.99, NULL, NULL, 49.99, 'Nickelodeon All Star Brawl 2-26275.jpeg', 'Nickelodeon All Star Brawl 2-94034.jpeg', 'Nickelodeon All Star Brawl 2-69275.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 05:02:50', '2024-01-31 05:02:50'),
(2241, 'Hummingbird With Poppy Flower Stained Suncatchers, Window Decor Art, Wall Hanging Ornaments, and Gifts for Bird and Flower Lovers', 'oCP5H3t8a', 10, 'LOur Hummingbird With Poppy Flower Stained Suncatchers are absolutely stunning! They\'re not only perfect for adding a touch of nature-inspired artistry to your windows, but they also make charming wall hanging ornaments. The intricate design captures the delicate beauty of hummingbirds and poppy flowers, creating a vibrant display of colors when the sunlight shines through.\r\n\r\nThese suncatchers are handcrafted with love and attention to detail, making each piece unique. You can choose from a selection of precious metal plating options to find the perfect finish that suits your style. They\'re not just beautiful, but also durable, ensuring that they radiate beauty from every angle.\r\n\r\nAnd here\'s the best part: they make thoughtful gifts for bird and flower lovers! If you\'re looking for a special gift for someone who appreciates nature\'s beauty, these suncatchers are a perfect choice. They symbolize love and appreciation, making them a truly meaningful present for any occasion.\r\n\r\nSo, why wait? Embrace the artistry of nature and elevate your space with our Hummingbird With Poppy Flower Stained Suncatchers. They\'re the perfect combination of elegance and nature\'s beauty. 🌸🪟✨', 90.47, NULL, NULL, 111.99, 'Hummingbird With Poppy Flower Stained Suncatchers, Window Decor Art, Wall Hanging Ornaments, and Gifts for Bird and Flower Lovers-86780.jpeg', 'Hummingbird With Poppy Flower Stained Suncatchers, Window Decor Art, Wall Hanging Ornaments, and Gifts for Bird and Flower Lovers-20527.jpeg', 'Hummingbird With Poppy Flower Stained Suncatchers, Window Decor Art, Wall Hanging Ornaments, and Gifts for Bird and Flower Lovers-91930.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-01-31 05:03:23', '2024-01-31 05:03:23'),
(2242, 'Breitling Watches', 'lQ3MeyryC', 19, 'Breitling Watches Sale: Navitimer Automatic Chronometer Green Dial Watch', 2495.00, NULL, NULL, 2995.00, 'Breitling Watches-38881.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 05:06:32', '2024-01-31 05:06:32'),
(2243, 'New arrival emboriodery t-shirt machine three head  embroidery computer machine t-shirt 3 head machine', 'yiuypip1u', 19, 'Suitable for flat embroidery, cap embroidery and finished garments embroidery like T-shirt\r\n* perfect choice for personalized design \r\n* Color 10 inch LCD display showing real time stitching\r\n* Storage of 500 designs \r\n* 5 million stitches storage of a single design\r\n* Storage of 200 million stitches totally \r\n* Automatic color change, Auto cutter,Thread break detection * Pre-sew design trace capable\r\n*Pre-time design trace capable\r\n* Real-time show of sewing stitch \r\n* Fast data/design transmission by USB,network,WIFI \r\n* Recognize various format like DST,DSB & MORE \r\n* 270 degree Wide cap frame unit \r\n* Maximum speed 1200 RPM \r\n* Electricity: 110V/60Hz or 240V/50Hz | \r\n* Laser positioning function \r\n* Different sizes of hoops / frames are changable according to your needs\r\n* Multi-language operating systems', 1330.00, NULL, NULL, 1560.00, 'New arrival emboriodery t-shirt machine three head  embroidery computer machine t-shirt 3 head machine-95085.jpeg', 'New arrival emboriodery t-shirt machine three head  embroidery computer machine t-shirt 3 head machine-33369.jpeg', 'New arrival emboriodery t-shirt machine three head  embroidery computer machine t-shirt 3 head machine-34820.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 05:08:27', '2024-01-31 05:08:27'),
(2244, 'The Crew Motorfest', 'DAaS2Esqn', 18, 'Welcome to Motorfest, the ultimate driving experience! Explore the vibrant open world of the island of O\'ahu in Hawaii as you compete in intense races, themed events, and much more! With hundreds of iconic cars to collect, you’ll have plenty of opportunities to show off your skills.', 61.80, NULL, NULL, 69.99, 'The Crew Motorfest-38645.jpeg', 'The Crew Motorfest-80281.jpeg', 'The Crew Motorfest-26211.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 05:08:32', '2024-01-31 05:08:32'),
(2245, 'Silver Pearl Bracelet | Sterling Silver White Sapphire Pearl Bracelet | Black Silver Pearl Bracelet, Gifts for Her, Anniversary Gifts', 'YomcOtXkM', 19, 'This stunning pearl bracelet will add a touch of sophistication to your jewelry collection. Crafted from high-quality 925 sterling silver, this bracelet features 33.9 carats of lustrous pearls and a dazzling array of hand-selected sparkling white sapphires with a total weight of 0.7 carats.\r\n\r\nThe combination of pearls and sapphires creates a timeless and elegant design that is perfect for dressing up any outfit. The white sapphires are the epitome of understated glamour and add a touch of brilliance to the lustrous pearl strand. Expertly cut and set, the gemstones catch the light and a glamorous dimension to this timeless classic. This luxury bracelet is both beautiful and meaningful. Bearing the iconic Lolovivi interwoven hearts motif, it signals to all your commitment to a more inclusive, more loving world. The exquisite craftsmanship ensures this is jewelry that will stand the test of time, cherished by all who wear it for decades to come.\r\n\r\nMetal: 925 Sterling Silver, Black Silver with Sterling Silver \r\nStone Type: White Sapphires, Pearls \r\nStone Weight: White Sapphires: .7, Pearls: 33.9\r\nSize: 7.5', 585.00, NULL, NULL, 670.99, 'Silver Pearl Bracelet | Sterling Silver White Sapphire Pearl Bracelet | Black Silver Pearl Bracelet, Gifts for Her, Anniversary Gifts-80506.jpeg', 'Silver Pearl Bracelet | Sterling Silver White Sapphire Pearl Bracelet | Black Silver Pearl Bracelet, Gifts for Her, Anniversary Gifts-27100.jpeg', 'Silver Pearl Bracelet | Sterling Silver White Sapphire Pearl Bracelet | Black Silver Pearl Bracelet, Gifts for Her, Anniversary Gifts-10791.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-31 05:10:33', '2024-01-31 05:10:57'),
(2246, 'EA SPORTS FC 24', 'eqbtJFNW0', 19, 'EA SPORTS FC 24 is a new era for The World’s Game: 19,000+ fully licensed players, 700+ teams, and 30+ leagues playing together in the most authentic football experience ever created. Feel closer to the game with two cutting-edge technologies delivering unparalleled realism in every match: PlayStyles optimised by Opta, and an enhanced Frostbite Engine powering EA SPORTS FC 24 on Switch for the first time in EA SPORTS history. PlayStyles dimensionalise athletes, interpreting data from Opta and other sources into signature abilities which heighten the realism and individuality of each player. The enhanced Frostbite Engine delivers The World’s Game in lifelike detail, bringing a new level of immersion to each match. EA SPORTS FC 24 also introduces a full Ultimate Team experience to Switch: develop club legends and improve your players with the brand new Ultimate Team Evolutions, and welcome women’s footballers to the pitch alongside men as you craft your dream XI. Test your skills in Rivals, offline in Squad Battles, or against the best in Champions, plus complete Objectives, and compete casually in Friendlies. Or hit the pitch in Clubs and VOLTA FOOTBALL, personalise your own Pro, and play with friends throughout the year.', 36.17, NULL, NULL, 59.99, 'EA SPORTS FC 24-22427.jpeg', 'EA SPORTS FC 24-51224.jpeg', 'EA SPORTS FC 24-98839.jpeg', 'Video games', 5.0, NULL, 1, '2024-01-31 05:13:37', '2024-01-31 05:13:37'),
(2247, 'Commercial Restaurant Stainless Steel Electric Hot Food Display Warmer Food Warming Display', '1tn4YpJqN', 19, 'Product name\r\nFood Display Warmer\r\nDimension\r\n660*480*630mm\r\nPower\r\n0.8KW\r\nVoltage\r\n220-240V/50-60Hz\r\nN/W\r\n21KG', 50.00, NULL, NULL, 60.00, 'Commercial Restaurant Stainless Steel Electric Hot Food Display Warmer Food Warming Display-91549.jpeg', 'Commercial Restaurant Stainless Steel Electric Hot Food Display Warmer Food Warming Display-97195.jpeg', 'Commercial Restaurant Stainless Steel Electric Hot Food Display Warmer Food Warming Display-44959.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 05:16:11', '2024-01-31 05:16:11'),
(2248, 'TUDOR Black Bay Fifty-Eight Automatic Blue Dial Men\'s Watch', 'NhLlsp0jP', 19, 'Stainless steel case with a blue fabric strap. Uni-directional rotating stainless steel bezel with a blue (anodised) aluminium ring. Blue dial with silver-tone hands and dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Tudor calibre MT5402 automatic movement, containing 27 Jewels, bitting at 28800 vph, and has a power reserve of approximately 70 hours. Scratch resistant sapphire crystal. Screw down crown. Solid case back. Round case shape. Case size: 39 mm. Case thickness: 11.9 mm. Band width: 20 mm. Tang clasp. Water resistant at 200 meters / 660 feet. Functions: hour, minute, second. Black Bay Fifty-eight Series. Luxury watch style. Watch label: Swiss Made. Tudor Black Bay Fifty-Eight Automatic Blue Dial Men\'s Watch M79030B-0003.', 2995.00, NULL, NULL, 3195.00, 'TUDOR Black Bay Fifty-Eight Automatic Blue Dial Men\'s Watch-27643.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 05:16:14', '2024-01-31 05:16:14'),
(2249, '58mm Hetian Qinghai fine Jade Bangle certified natural #1456SJ 青海老料一级细润', 'zxnS8DdOB', 17, 'Comes with certificate \r\n\r\nflawless and premium quality !\r\n\r\nthickness 9mm height 12mm \r\n56grams', 3106.03, NULL, NULL, 3525.99, '58mm Hetian Qinghai fine Jade Bangle certified natural #1456SJ 青海老料一级细润-99258.jpeg', '58mm Hetian Qinghai fine Jade Bangle certified natural #1456SJ 青海老料一级细润-96232.jpeg', '58mm Hetian Qinghai fine Jade Bangle certified natural #1456SJ 青海老料一级细润-66117.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 05:18:10', '2024-01-31 05:18:10'),
(2250, 'Wholesale Price Electric Semi Automatic Popcorn Maker Industrial Commercial Popcorn Machine', 'WLDRLRaxh', 19, 'Popcorn good taste with oil or sugar;\r\n2. Unique designs,decent and beautiful;\r\n3. Rotate, heating, warm lighting three-button switch, simple, easy to operate;\r\n4. Temperature controlling system, promote the stability of the production process.\r\n5. Stainless steel body with thick column, stronger, more durable;\r\n6. Heat resistant tempered glass in all directions, safety and clean;\r\n7. Highly efficient heating and insulation systems to make the production process up to a convenient level;\r\n8. Quality internal pot, made of food grade stainless steel, makes the production of popcorn fast and safe.', 71.00, NULL, NULL, 80.00, 'Wholesale Price Electric Semi Automatic Popcorn Maker Industrial Commercial Popcorn Machine-25156.jpeg', 'Wholesale Price Electric Semi Automatic Popcorn Maker Industrial Commercial Popcorn Machine-49979.jpeg', 'Wholesale Price Electric Semi Automatic Popcorn Maker Industrial Commercial Popcorn Machine-72314.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 05:23:21', '2024-01-31 05:23:21'),
(2251, 'Metal Gear Solid', 'vdUTsNkwc', 13, 'METAL GEAR SOLID: MASTER COLLECTION Vol. 1 contains “Metal Gear Solid,” “Metal Gear Solid 2: Sons of Liberty,” “Metal Gear Solid 3: Snake Eater” and much more bonus content. Bonus content includes the first title in the METAL GEAR series, a Screenplay Book containing in-game text of each title and a Master Book detailing the story and characters. Also included in the bonus content of the METAL GEAR SOLID: MASTER COLLECTION Vol. 1 will be two digital graphic novels. The Metal Gear Solid: Digital Graphic Novel is a fully voiced, digital comic depicting the events of Metal Gear Solid through beautifully dynamic animated panels, followed by Metal Gear Solid 2: Digital Graphic Novel that expands on the events of the sequel. **The cartridge or digital install size for the Nintendo Switch™ is reflective of the included bonus content. Players can choose which title they wish to install first once they have downloaded it onto their gaming platforms.', 46.31, NULL, NULL, 59.99, 'Metal Gear Solid-70174.jpeg', 'Metal Gear Solid-54249.jpeg', 'Metal Gear Solid-48332.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 05:23:50', '2024-01-31 05:23:50'),
(2252, 'HKB Brand Conveyor Mesh Belt Dryer Hemp Drying Equipment', 'AaB2eWeNo', 19, 'Mesh belt dryer is a batch type, continuously working drying equipment. Mesh belt dryer is usually used to dry cassava chips, fruits, vegetables, food, etc. Mesh belt dryer has features with high efficiency, high capacity, high evaporation strength, standardized production. We could increase the segment according to the capacity. Mesh belt dryer has a high efficiency for the materials that request low moisture content. We could supply customization service according to the client request. The main heating mode is electric heating, steam heating, hot air heating, Materials that are processed by mesh belt dryer are easy to store and transport. Mesh belt dryer is energy-saving and environment-protecting equipment that creates a good economic benefit and social benefit.', 26250.00, NULL, NULL, 31250.00, 'HKB Brand Conveyor Mesh Belt Dryer Hemp Drying Equipment-13893.jpeg', 'HKB Brand Conveyor Mesh Belt Dryer Hemp Drying Equipment-48533.jpeg', 'HKB Brand Conveyor Mesh Belt Dryer Hemp Drying Equipment-17644.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 05:27:15', '2024-01-31 05:27:15'),
(2253, 'Persona 5 Tactica', '3AnJcxZWj', 10, 'An emotional uprising begins! After a strange incident, the Phantom Thieves wander into a bizarre realm where its citizens are living under tyrannical oppression. Surrounded by a military group named Legionnaires, they find themselves in grave danger until a mysterious revolutionary named Erina rescues them and offers an enticing deal in exchange for their help. What truth lies behind Erina and the deal she offers to the Phantom Thieves?', 19.99, NULL, NULL, 59.99, 'Persona 5 Tactica-31672.jpeg', 'Persona 5 Tactica-24013.jpeg', 'Persona 5 Tactica-89711.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 05:29:18', '2024-01-31 05:29:18'),
(2254, 'Ergodyne Unisex 3-pack Type R Class 2 Economy Mesh Vest 3PK, Orange, XX-Large-3X-Large US', 'YbcKPxHPI', 19, '3-Pack Ergodyne Type R Class 2 Economy High Visibility Mesh Safety Vest (Orange, 2XL-3XL)', 9.38, NULL, NULL, 12.00, 'Ergodyne Unisex 3-pack Type R Class 2 Economy Mesh Vest 3PK, Orange, XX-Large-3X-Large US-97976.jpeg', 'Ergodyne Unisex 3-pack Type R Class 2 Economy Mesh Vest 3PK, Orange, XX-Large-3X-Large US-96782.jpeg', 'Ergodyne Unisex 3-pack Type R Class 2 Economy Mesh Vest 3PK, Orange, XX-Large-3X-Large US-66679.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 05:31:04', '2024-01-31 05:31:04'),
(2255, 'Five Nights at Freddy\'s Security Breach', 'JawxLmQqA', 16, 'Five Nights at Freddy’s: Security Breach is the latest installment of the family-friendly horror games loved by millions of players from all over the globe. Play as Gregory, a young boy trapped overnight in Freddy Fazbear’s Mega Pizzaplex. With the help of Freddy Fazbear himself, Gregory must survive the near-unstoppable hunt of reimagined Five Nights at Freddy’s characters - as well as new, horrific threats. Five Nights at Freddy’s: Security Breach will feature an exclusive sticker sheet!', 19.99, NULL, NULL, 59.99, 'Five Nights at Freddy\'s Security Breach-16841.jpeg', 'Five Nights at Freddy\'s Security Breach-71516.jpeg', 'Five Nights at Freddy\'s Security Breach-81714.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 05:35:46', '2024-01-31 05:35:46'),
(2256, '2-Tank 2- Basket Electric Fryer', 'ytRZkjEST', 19, 'Dimensions:\r\n570*520*480mm\r\nVolt：\r\n220-240V/50-60Hz\r\nPower:\r\n37.8TU/hr\r\nCapacity:\r\n6L+6L', 32.00, NULL, NULL, 38.00, '2-Tank 2- Basket Electric Fryer-60369.jpeg', '2-Tank 2- Basket Electric Fryer-28271.jpeg', '2-Tank 2- Basket Electric Fryer-40442.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 05:44:54', '2024-01-31 05:44:54'),
(2257, 'TISSOT Seastar 1000 Chronograph Quartz Black Dial Batman Bezel Men\'s Watch', 'M7ktW5flr', 19, 'Stainless steel case with a black rubber strap. Uni-directional rotating stainless steel bezel with a black and blue ceramic ring. Black dial with luminous silver-tone hands and dot hour markers. Minute markers around the outer rim.', 305.00, NULL, NULL, 444.00, 'TISSOT Seastar 1000 Chronograph Quartz Black Dial Batman Bezel Men\'s Watch-13175.jpeg', 'TISSOT Seastar 1000 Chronograph Quartz Black Dial Batman Bezel Men\'s Watch-83697.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 05:48:40', '2024-01-31 05:48:40'),
(2258, 'Gang Beasts', 'l2yVQ1Wtb', 13, 'Gang Beasts is a silly multiplayer party game set in the mean streets of Beef City with surly gelatinous characters, brutal slapstick fight sequences, and absurd hazardous environments. Customize your character and fight local and online enemies in the melee game mode or fight with friends against the gangs of Beef City in the gang game mode. • Customize your characters with hundreds of colorful costumes • Experience hilarious and gelatinous ragdoll physics • Play locally or online with up to 8 players • Experience Local Wireless Multiplayer, exclusively on Nintendo Switch', 24.59, NULL, NULL, 34.99, 'Gang Beasts-61919.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-01-31 05:50:39', '2024-01-31 05:50:39'),
(2259, 'Tissot Womens Le Locle 316L Stainless Steel case Swiss Automatic Watch, Black, Leather, 12 (T41112357)', 'Iy2h4qeWZ', 19, 'Tissot Womens Le Locle 316L Stainless Steel case Swiss Automatic Watch, Black, Leather, 12 (T41112357)', 208.95, NULL, NULL, 625.00, 'Tissot Womens Le Locle 316L Stainless Steel case Swiss Automatic Watch, Black, Leather, 12 (T41112357)-94560.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 05:54:54', '2024-01-31 05:54:54'),
(2260, 'Tassel necklace long beaded embroidered jewelry with gemstones eudialyte obsidian', 'mQ9nHfX2I', 19, 'The necklace goes very well with pink and black clothes. \r\nA perfect gift for a girl or woman. Please your loved ones with such a gift. Universal pendant with a brush is suitable for every day, at the office, at a party, dinner.\r\n\r\nThis unique embroidered pendant made of beads and stones was handcrafted in a single copy. Looks good with a long dress, shirt or blouse. \r\nI really love geometric shapes, so in this pendant I mixed two styles of geometry and boho.\r\n\r\nPlease feel free to contact me for any questions.A perfect gift for women, mom, wife, sister or co-worker or best friend.\r\nWhen buying jewelry, you will receive an exclusive item in a beautiful package and a bag for jewelry.\r\nAlso, if you need a postcard for whom the gift is, write me the name and I will make a ladder.', 270.00, NULL, NULL, 320.99, 'Tassel necklace long beaded embroidered jewelry with gemstones eudialyte obsidian-23624.jpeg', 'Tassel necklace long beaded embroidered jewelry with gemstones eudialyte obsidian-48825.jpeg', 'Tassel necklace long beaded embroidered jewelry with gemstones eudialyte obsidian-79135.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-31 05:55:33', '2024-01-31 05:55:33'),
(2261, 'DeWALT Atomic 20V Max Brushless Cordless 1-3/4\" Compact Bandsaw Kit', 'bttkNcWQk', 2, 'One-handed and overhead cutting with the integrated guard.\r\nVariable speed trigger and speed dial allow for easy speed adjustment to match the material being cut.\r\nBlade release lever with wrench and single point tracking adjustment.\r\nMetal latch secures the pivoting guard when opened for easy blade changes.\r\nLANYARD READY Compatible.', 169.00, NULL, NULL, 319.00, 'DeWALT Atomic 20V Max Brushless Cordless 1-3/4\" Compact Bandsaw Kit-84916.jpeg', 'DeWALT Atomic 20V Max Brushless Cordless 1-3/4\" Compact Bandsaw Kit-99659.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 06:04:23', '2024-01-31 06:04:23'),
(2262, 'Trash Can', 'dM6oNuezD', 1, 'Insignia™ - 3 Gal. Automatic Trash Can - Stainless steel', 25.00, NULL, NULL, 40.00, 'Trash Can-94525.jpeg', 'Trash Can-42853.jpeg', NULL, 'Home appliances and utensils', 1.0, NULL, 1, '2024-01-31 06:08:40', '2024-01-31 06:08:40'),
(2263, 'Vertical hydraulic', 'F7d4OA6Bk', 19, 'Vertical hydraulic baling machine is used to compress and pack loose materials. Hydraulic drive is used to compress compressible resources to reduce the volume and form a whole. The density of the baling block is high and the overall size is uniform.\r\nModel\r\nSRDBJ10-1\r\nSRDBJ10-2\r\nSRDBJ20-1\r\nSRDBJ30-1\r\nSRDBJ30-2\r\nSRDBJ40-2\r\nSRDBJ60-2\r\nSRDBJ80-2\r\nSRDBJ100-2\r\nPower\r\n4kw\r\n7.5kw\r\n7.5kw\r\n11kw\r\n11kw\r\n11kw\r\n17kw\r\n18.5kw\r\n22kw\r\nOil cylinder\r\n115mm\r\n115mm\r\n140mm\r\n160mm\r\n115mm*2\r\n140mm*2\r\n160mm*2\r\n180mm*2\r\n190mm*2\r\nPump\r\n316\r\n325\r\n532\r\n550\r\n550\r\n550\r\n563\r\n563\r\n580\r\nPacking Size\r\n800*400*700mm\r\n1000*600*800mm\r\n1200*800*1100mm\r\n1200*800*1200mm\r\nPacking Weight\r\n50-80kg\r\n70-100kg\r\n90-110kg\r\n100-130kg\r\n130-160kg\r\n150-200kg\r\n280-350kg\r\n300-400kg\r\n400-500kg\r\nAdd Oil Quantity\r\n32L\r\n45L\r\n90L\r\n100L\r\nWeight\r\n600\r\n600\r\n650\r\n700\r\n720\r\n850\r\n1300\r\n1450\r\n1650\r\nDimension\r\n1400*700*2800mm\r\n1400*700*2800mm\r\n1400*700*2800mm\r\n1600*900*2900mm\r\n1600*900*2900mm\r\n1600*900*2900mm\r\n1500*1100*3150mm\r\n1500*1100*3150mm\r\n1500*1100*3400mm\r\n\r\n\r\nModel\r\nSRDBJ10-1\r\nSRDBJ10-2\r\nSRDBJ20-1\r\nSRDBJ30-1\r\nSRDBJ30-2\r\nSRDBJ40-2\r\nSRDBJ60-2\r\nSRDBJ80-2\r\nSRDBJ100-2\r\nPower\r\n4kw\r\n7.5kw\r\n7.5kw\r\n11kw\r\n11kw\r\n11kw\r\n17kw\r\n18.5kw\r\n22kw\r\nOil cylinder\r\n115mm\r\n115mm\r\n140mm\r\n160mm\r\n115mm*2\r\n140mm*2\r\n160mm*2\r\n180mm*2\r\n190mm*2\r\nPump\r\n316\r\n325\r\n532\r\n550\r\n550\r\n550\r\n563\r\n563\r\n580\r\nPacking Size\r\n800*400*700mm\r\n1000*600*800mm\r\n1200*800*1100mm\r\n1200*800*1200mm\r\nPacking Weight\r\n50-80kg\r\n70-100kg\r\n90-110kg\r\n100-130kg\r\n130-160kg\r\n150-200kg\r\n280-350kg\r\n300-400kg\r\n400-500kg\r\nAdd Oil Quantity\r\n32L\r\n45L\r\n90L\r\n100L\r\nWeight\r\n600\r\n600\r\n650\r\n700\r\n720\r\n850\r\n1300\r\n1450\r\n1650\r\nDimension\r\n1400*700*2800mm\r\n1400*700*2800mm\r\n1400*700*2800mm\r\n1600*900*2900mm\r\n1600*900*2900mm\r\n1600*900*2900mm\r\n1500*1100*3150mm\r\n1500*1100*3150mm\r\n1500*1100*3400mm', 770.00, NULL, NULL, 997.00, 'Vertical hydraulic-76720.jpeg', 'Vertical hydraulic-35726.jpeg', 'Vertical hydraulic-38956.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 06:11:30', '2024-01-31 06:11:30'),
(2264, 'BEAUTYPEAK 21x64 Full Length Mirror Rectangle Safe Standing Floor Mirror Gold', 'XEkXr8y2g', 19, 'Standard full size mirror 21 x 64 Inches (Deviation may exist as the dimensions are measured manually) Material: Float glass & Aluminum Alloy Color select: Gold / Black Full Length Floor Mirrors Whether you want to get ready for an occasion or for everyday routine a full length floor mirror will let you see yourself from head to toe and you see something special every time. Classic Full length floor mirrors are exquisitely designed to enhance the decor of you room to give it a touch of opulence. There are available in a variety of styles an color options to choose from. Features: 1.Absolutely safety floor mirror with explosion-proof membrane and scatter prevention. 2.Multi protective layers offers longer service life. 3.Invisible slots on the back enable to hang the mirror on the wall 4.Equipped with floor stand which is retractable and detachable you can easily move it to anywhere.', 59.00, NULL, NULL, 170.00, 'BEAUTYPEAK 21x64 Full Length Mirror Rectangle Safe Standing Floor Mirror Gold-72889.jpeg', NULL, NULL, 'Beauty & personal care', 1.0, NULL, 1, '2024-01-31 06:14:32', '2024-01-31 06:14:32'),
(2265, 'MT-50 semi automatic round wine bottle paper sticker labeling machine for pet bottles cans', 'Dv4vgI6SU', 5, 'Model\r\nMT-50\r\nVoltage:\r\n110V/220V, 50/60HZ\r\nPower:\r\n200W\r\nLabelng Speed\r\n20-40pcs/min\r\nRoll Inner Diameter\r\n76mm\r\nMax.Roll Outer\r\n≤250\r\nBottle Diameter\r\n20-120mm\r\nMax Sticker Size(mm)\r\nL:230mm W:150mm\r\nMachine Size(mm)\r\n650L*330W*440H\r\nWeight\r\n30KG', 185.00, NULL, NULL, 198.00, 'MT-50 semi automatic round wine bottle paper sticker labeling machine for pet bottles cans-31513.jpeg', 'MT-50 semi automatic round wine bottle paper sticker labeling machine for pet bottles cans-59374.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-31 06:16:47', '2024-01-31 06:16:47'),
(2267, 'Sportsman 4,000-Watt/3,500-Watt Tri Fuel Powered Portable Generator', '1Bolgm6Al', 19, 'Runs on NG Natural Gas, LPG Propane, or unleaded gasoline\r\n4,000 surge watts and 3,500 running watts can run the RV, household appliances, and power tools\r\n7.0 HP engine, 4650 RPM, 4 stroke, 212cc, air cooled, recoil start, OHV engine runs at a quiet 69 Db or less\r\n10 hour run time with a full 3.6 gal. gas tank, or 12 hours with a full 20 lb. propane tank at 50 percent load 18.5 oz. SAE 10W30 oil capacity\r\nFour 120V AC outlets, one 120V RV outlet, one 12V DC outlet for battery charging, circuit protection UL listed electrical components, engine shut off switch, AC reset, AVR automatic voltage regulation, low oil shutdown, voltmeter\r\nDecibel rating less than 68 dB with no load at 24 feet', 350.00, NULL, NULL, 800.00, 'Sportsman 4,000-Watt/3,500-Watt Tri Fuel Powered Portable Generator-14577.jpeg', 'Sportsman 4,000-Watt/3,500-Watt Tri Fuel Powered Portable Generator-32103.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 06:20:04', '2024-01-31 06:20:04'),
(2268, 'High Quality Steel Garage Door Frame Stainless Steel Refrigerator Door', 'pJhWG0ENI', 19, 'Project Solution Capability\r\nGraphic Design, 3D Model Design, Total Solution For Projects\r\nMaterial\r\nSteel\r\nSize\r\nWidth: 860mm/960mm/1200mm/1500mm\r\n \r\nHeight: 1960mm/2050mm\r\n \r\nThickness: 70mm/80mm/90mm\r\n \r\nOther Sizes Can Be Customized\r\nDoor leaf Thickness\r\n0.7MM,0.8mm,1.0mm\r\nSteel Frame thickness\r\n1.2mm,1.5mm,2.0mm\r\nSurface finishing\r\nBrushed,Wooden Grain Heat Transfer, Powder-coating,Translucent transfer,Transparent transfer, Matte transfer, Imitation Copper Or\r\nOther Special Painting\r\nDoor Design\r\nSingle Door, One and Half Door, Double Door Design\r\nInfilling Materials\r\nHoneycomb Paper or Mineral Cotton or Other Special Material\r\nApplication\r\nExterior Door, Outer Door, Interior Door, Inter Door\r\nAdvantage\r\nCheap price, Nice Quality, Delivery on Time, Project Solution\r\nOpening degree\r\n90-180 Degrees\r\nPosition\r\nSecurity Doors,Front Door, Entrance Door, Bedroom Door,Office Door, Hospital Door, School Classroom Door', 30.00, NULL, NULL, 40.00, 'High Quality Steel Garage Door Frame Stainless Steel Refrigerator Door-22072.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-31 06:21:50', '2024-01-31 06:21:50'),
(2269, 'Minecraft Dungeons', 'M4WJQN9RH', 16, 'Experience the complete story of Minecraft Dungeons from the beginning to the End. Grab the Ultimate Edition which includes the base game and all six DLCs: Jungle Awakens, Creeping Winter, Howling Peaks, Flames of the Nether, Hidden Depths, and Echoing Void. Fight scores of mobs, explore dimension-hopping levels, and discover untold treasures as you follow the story of the Arch-Illager and the Orb of Dominance.This is your chance to pick up the complete Minecraft Dungeons experience, so pick up your copy now!', 29.01, NULL, NULL, 39.00, 'Minecraft Dungeons-80972.jpeg', 'Minecraft Dungeons-93105.jpeg', 'Minecraft Dungeons-97832.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 06:24:38', '2024-01-31 06:24:38'),
(2270, 'Cuisinart SS-12 Coffee Center Brew Basics,12 cups, black/silver', 'xNwT7mMhr', 2, 'Cuisinart 12-Cup Coffee Center Brew Basics w/ Single-Serve Brewer, Drip Coffeemaker, Carafe, & Charcoal Water Filters (SS-12)​', 75.00, NULL, NULL, 150.95, 'Cuisinart SS-12 Coffee Center Brew Basics,12 cups, black/silver-72938.jpeg', 'Cuisinart SS-12 Coffee Center Brew Basics,12 cups, black/silver-53947.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 06:26:32', '2024-01-31 06:26:32'),
(2271, '14K Gold Curved Climber Earring', '1s6b7xTus', 17, 'This hand crafted 14k solid gold climber earring is a prefect edition to your ear. You can wear it as a single earring or as a part of a earring combination. \r\nThis climber ear is sold as a single (one earring cuff) and customized to the right or left side, please select the desired side when ordering.\r\n\r\nThis classic design can be an anniversary gift, or a birthday gift that will make your loved ones happy. \r\n\r\nSpecifications:\r\n• Made to Order\r\n• 14K solid gold \r\n• Available in 14K Gold Color: Rose Gold, Yellow Gold, White Gold\r\n• Size: Length 21 mm\r\n• Climber earrings are designed without a push-back stud, it has a long 90-degree angle stud, which is worn along the back of the ear.', 290.00, NULL, NULL, 320.99, '14K Gold Curved Climber Earring-86554.jpeg', '14K Gold Curved Climber Earring-90634.jpeg', '14K Gold Curved Climber Earring-58847.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-31 06:28:53', '2024-01-31 06:28:53'),
(2272, 'ASSASSIN\'S CREED MIRAGE', 'Cz0lAPvg5', 7, 'Experience the story of Basim, a cunning street thief with nightmarish visions, seeking answers and justice as he navigates the bustling streets of ninth-century Baghdad. Through a mysterious, ancient organization known as the Hidden Ones, he will become a deadly Master Assassin and change his fate in ways he never could have imagined.', 39.97, NULL, NULL, 49.99, 'ASSASSIN\'S CREED MIRAGE-90884.jpeg', 'ASSASSIN\'S CREED MIRAGE-22108.jpeg', 'ASSASSIN\'S CREED MIRAGE-69354.jpeg', 'Video games', 4.0, NULL, 1, '2024-01-31 06:30:38', '2024-01-31 06:30:38'),
(2273, 'Dainty Rose Gold Climber Earring, Chain Stud Earring, Cartilage Earring, Elegant Diamond Earring For Women, Statement Wedding Earring', 'zAi2hJMTa', 19, 'If you\'re looking for a stunning and elegant earring option, our Dainty Rose Gold Climber Earrings are perfect for you! These earrings are designed with a delicate chain that adds a touch of sophistication to any outfit. Whether you wear them as a statement piece for a wedding or as an everyday accessory, they\'re sure to catch everyone\'s attention.\r\n\r\nThe diamond accents on these earrings add a subtle sparkle, making them even more glamorous. They\'re not only beautiful but also versatile, as they can be worn as cartilage earrings or as a stylish addition to your earlobe.\r\n\r\nWith their rose gold finish, these earrings exude a sense of femininity and elegance. They\'re perfect for women who appreciate dainty and delicate jewelry that makes a statement.\r\n\r\nSo, if you\'re ready to elevate your earring game and make a stylish impression, our Dainty Rose Gold Climber Earrings are the perfect choice!', 706.51, NULL, NULL, 1009.30, 'Dainty Rose Gold Climber Earring, Chain Stud Earring, Cartilage Earring, Elegant Diamond Earring For Women, Statement Wedding Earring-42121.jpeg', 'Dainty Rose Gold Climber Earring, Chain Stud Earring, Cartilage Earring, Elegant Diamond Earring For Women, Statement Wedding Earring-54879.jpeg', 'Dainty Rose Gold Climber Earring, Chain Stud Earring, Cartilage Earring, Elegant Diamond Earring For Women, Statement Wedding Earring-30759.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 06:34:36', '2024-01-31 06:34:36'),
(2274, 'Bluey: The Videogame', '9zZMAy9O9', 12, 'Join the fun with Bluey and her family in Bluey: The Videogame! Play a brand-new story set across 4 interactive adventures. For the first time ever, explore iconic locations such as the Heeler House, Playgrounds, Creek and a bonus beach location. Play your favourite games from the TV show, including Keepy Uppy, Chattermax Chase, and more! The fun doesn\'t stop there! This game won\'t be trifficult, just a lot of fun. Experience the joy and wonder of Bluey\'s world, with local multiplayer you can play with friends and family in story mode and free play! Explore and collect items for your sticker book, unlock outfits and uncover the many secrets and hidden references throughout each location. Recreate iconic scenes or create your very own Bluey inspired adventures and games.', 29.99, NULL, NULL, 39.94, 'Bluey: The Videogame-27043.jpeg', 'Bluey: The Videogame-26002.jpeg', 'Bluey: The Videogame-86560.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 06:36:08', '2024-01-31 06:36:08'),
(2275, 'Hotel hanging chandeliers', '7KTOTNvXF', 5, 'Brand：Badu\r\nModel：6291\r\nNumber of Lights：5 heads/10 heads/15 heads/20 heads\r\nLED Rated Power：50W/100W/150W/200W\r\nColor Temperature：3000K/4000K/6000K\r\nColor Rendering Index：≥90\r\nMain Material：Iron+Acrylic+aluminum\r\nInputvoltage：220V or 110V (Customizable)\r\nM0Q：1 Drop Shipping\r\nOEM：Acceptable', 36.00, NULL, NULL, 40.00, 'Hotel hanging chandeliers-35631.jpeg', 'Hotel hanging chandeliers-42205.jpeg', 'Hotel hanging chandeliers-50139.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 06:39:39', '2024-01-31 06:39:39'),
(2276, 'Bridal ear jackets, Gold earring jackets Wedding Earrings, Bridal Earrings, Gold Wedding Earrings, Ear Jackets, CZ Earrings jacket earrings', 'CBXiYPksZ', 10, 'A beautiful Premium quality European crystals ear jacket earrings. \r\n\r\nThese romantic crescent shape bridal earrings are made from a high-quality 24K yellow gold coating, NICKEL FREE carefully handset with white cubic zirconia crystals. \r\n\r\nThese earrings will be perfect for your wedding day and any other glam and shiny event. No matter what hairdo you\'ll wear - they will be noticed, you will be noticed!\r\n\r\nAre you ready to be dazzling? \r\n\r\nItem details:\r\n* A pair of ear jacket\r\n* Round stud 0.15\" inch (0.4 cm) in diameter \r\n* Jacket length: 0.47\" inch (1.2 cm) \r\n* Jacket width: 0.55\" inch (1.4 cm) \r\n* Item will arrive in a beautiful gift box with my brand logo, ready for gift giving, even to yourself.', 61.54, NULL, NULL, 94.68, 'Bridal ear jackets, Gold earring jackets Wedding Earrings, Bridal Earrings, Gold Wedding Earrings, Ear Jackets, CZ Earrings jacket earrings-95275.jpeg', 'Bridal ear jackets, Gold earring jackets Wedding Earrings, Bridal Earrings, Gold Wedding Earrings, Ear Jackets, CZ Earrings jacket earrings-95515.jpeg', 'Bridal ear jackets, Gold earring jackets Wedding Earrings, Bridal Earrings, Gold Wedding Earrings, Ear Jackets, CZ Earrings jacket earrings-21408.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-31 06:44:18', '2024-01-31 06:44:18');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2277, 'Armored Core VI Fires of Rubicon', '0wc0yNj5R', 16, 'A mysterious new substance was discovered on the remote planet, Rubicon 3. As an energy source, this substance was expected to advance humanity’s technological and communications capabilities. Instead, this substance caused a catastrophe that engulfed the planet and the surrounding stars in flames and storms, forming a Burning Star System. Almost half a century later, the same substance resurfaced on Rubicon 3, a planet now contaminated and sealed off by the catastrophe. Extra-terrestrial corporations and resistance groups fight over control of the substance. The player infiltrates Rubicon as an independent mercenary and finds themself in a struggle over the substance with the corporations and other factions.', 30.68, NULL, NULL, 59.88, 'Armored Core VI Fires of Rubicon-52245.jpeg', 'Armored Core VI Fires of Rubicon-48165.jpeg', 'Armored Core VI Fires of Rubicon-40242.jpeg', 'Video games', 3.5, NULL, 1, '2024-01-31 06:46:53', '2024-01-31 06:46:53'),
(2278, 'Vintage Spider Chandelier Modern For Living Room Kitchen Ceiling Light Loft Decorate Indoor Pendant Light Industrial Lighting', 'aQRkQC4yo', 19, 'Item Name	 Pendant light\r\n Color	 Black\r\n Style	 Industrial\r\n Application	 Living room ,bedroom ,hotel\r\n size	 D220CM/D280CM\r\n Main material	 Hardware\r\n Suitable For	 Indoor Decoration Modern Light\r\n Sample Lead Time	 2-5 working days\r\n Sample Policy	 Start cooperation and build trust between  two sides , we will symbolly   collect sample cost for initial order, and will definitely return once order   placed.For future orders, we will not collect sample cost.\r\n Sample Shipping	 We will ship sample by express: FEDEX, DHL, TNT, UPS, EMS and so on..', 45.00, NULL, NULL, 60.00, 'Vintage Spider Chandelier Modern For Living Room Kitchen Ceiling Light Loft Decorate Indoor Pendant Light Industrial Lighting-52383.jpeg', 'Vintage Spider Chandelier Modern For Living Room Kitchen Ceiling Light Loft Decorate Indoor Pendant Light Industrial Lighting-23689.jpeg', 'Vintage Spider Chandelier Modern For Living Room Kitchen Ceiling Light Loft Decorate Indoor Pendant Light Industrial Lighting-74655.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 06:48:42', '2024-01-31 06:48:42'),
(2279, 'Ear Jacket Earrings, Gold Ear Jacket, Pearl Earrings, Double Sided Earring, Gold Earring, Front Back Earring', '3T3VN6bKb', 17, 'Ear jackets are one of the most trendy piece of jewelry for this season***\r\nShowed here is a two ways wearing earrings. The front part is a heart with white zirgons Solitaire studs which can be weared as a single studs earrings. The backing set with 1 pearl fresh-water motif(8-8,5 mm) \r\nThey are made from solid gold 14 karats 585.\r\nYou can choose from the drop-down menu the material:yellow gold or white gold or rose gold .\r\nLength:1,8 cm(0,85 inc.)\r\nWeigth: 3,3 gr solid gold 14k\r\n\r\n♥ Fine jewelry is delicate by nature and should be cared for accordingly.\r\n♥ All our products are handmade so the dimensions and the weight may have a little exclusion from those that mention on the “details” section.', 348.34, NULL, NULL, 375.00, 'Ear Jacket Earrings, Gold Ear Jacket, Pearl Earrings, Double Sided Earring, Gold Earring, Front Back Earring-90540.jpeg', 'Ear Jacket Earrings, Gold Ear Jacket, Pearl Earrings, Double Sided Earring, Gold Earring, Front Back Earring-81807.jpeg', 'Ear Jacket Earrings, Gold Ear Jacket, Pearl Earrings, Double Sided Earring, Gold Earring, Front Back Earring-59262.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-31 06:50:11', '2024-01-31 06:50:11'),
(2280, 'Makita 40V Max XGT Brushless Cordless 21\" Walk Behind Self-Propelled Commercial Lawn Mower + 2x 4.0Ah Batteries', 'kiJFgL35v', 19, 'Includes 2x 40V XGT 4.0Ah batteries + charger\r\nHigh torque motor delivers gas performance\r\nAuto-switching 2 bay battery system for 2X more run time\r\nIPX4 weather-resistant construction for durability and long life\r\nNo gas, emissions, oil mixing or pull starts\r\nHigh performance with low noise levels\r\nReduced maintenance lowers operating costs and minimizes down time', 200.00, NULL, NULL, 1002.00, 'Makita 40V Max XGT Brushless Cordless 21\" Walk Behind Self-Propelled Commercial Lawn Mower + 2x 4.0Ah Batteries-71998.jpeg', 'Makita 40V Max XGT Brushless Cordless 21\" Walk Behind Self-Propelled Commercial Lawn Mower + 2x 4.0Ah Batteries-91143.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 06:51:48', '2024-01-31 06:51:48'),
(2281, 'Silhouette Ear Jackets, Colorful Ear Jackets, FORMICA® Ear Jackets, Gold Ear Jackets, Round Ear Jackets,', 'hwcsSDOcn', 10, 'Ear jackets comprised of two circles - one worn at the back of the ear and one in the front. \r\nThe earrings are made of brass, in a high-quality silver or 24K gold plating, according to your choice.\r\n\r\nMade of high quality gold or silver plated brass base and comes with a 1 year warranty.\r\n\r\nMesurments:\r\nTotal length: 2.8*1.8 cm / 0.7*1.1\"\r\n\r\nItem will arrive in pretty gift packaging, and if you are purchasing it as a gift please feel free to ask us to add a personal note.', 25.80, NULL, NULL, 43.00, 'Silhouette Ear Jackets, Colorful Ear Jackets, FORMICA® Ear Jackets, Gold Ear Jackets, Round Ear Jackets,-16725.jpeg', 'Silhouette Ear Jackets, Colorful Ear Jackets, FORMICA® Ear Jackets, Gold Ear Jackets, Round Ear Jackets,-35884.jpeg', 'Silhouette Ear Jackets, Colorful Ear Jackets, FORMICA® Ear Jackets, Gold Ear Jackets, Round Ear Jackets,-76375.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-31 06:54:41', '2024-01-31 06:54:41'),
(2282, 'JIGOO 4L P300 11-in-1 Pet Grooming Vacuum Kit', 'FA9YRZj5T', 2, '3 Speed Vacuum and Blower Modes\r\n4L Dust Bin\r\nLow Noise\r\n1.35m (4.43ft) hose and 4.2m (13.78ft) cord\r\nQuick-release button for emptying bin', 40.00, NULL, NULL, 160.00, 'JIGOO 4L P300 11-in-1 Pet Grooming Vacuum Kit-66725.jpeg', 'JIGOO 4L P300 11-in-1 Pet Grooming Vacuum Kit-20763.jpeg', 'JIGOO 4L P300 11-in-1 Pet Grooming Vacuum Kit-55390.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 06:55:44', '2024-01-31 06:55:44'),
(2283, 'Modern crystal chandelier', 'NEvNeOHUg', 19, 'Model Number\r\nCPL-116\r\nColor\r\nCustom\r\nMaterial\r\nStainless steel+Crystal\r\nWarranty\r\n2 years\r\nInput Voltage\r\n220-240V/110-130V\r\nCertification\r\nCE/VDE/SAA/ET', 94.00, NULL, NULL, 100.00, 'Modern crystal chandelier-25489.jpeg', 'Modern crystal chandelier-14843.jpeg', 'Modern crystal chandelier-98735.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 06:56:53', '2024-01-31 06:56:53'),
(2284, 'Single (Half Pair) Earrings Climber Earrings Cartilage Minimalist Earrings Crawler Earring Conch Earrings Cluster Earrings Helix Earrings', 'K4TMb1iHL', 17, 'If you\'re looking for a variety of stylish and minimalist earrings, we\'ve got you covered! Our collection includes single (half pair) earrings, climber earrings, cartilage earrings, crawler earrings, conch earrings, cluster earrings, and helix earrings. Each style offers a unique and fashionable way to accessorize your ears.\r\n\r\nWhether you prefer a sleek and simple design or a more intricate cluster of earrings, our collection has something for everyone. These earrings are perfect for adding a touch of personality and style to any outfit, whether it\'s for a casual day out or a special occasion.\r\n\r\nSo, if you\'re ready to rock some trendy and eye-catching earrings, check out our collection of single (half pair) earrings, climber earrings, cartilage earrings, minimalist earrings, crawler earrings, conch earrings, cluster earrings, and helix earrings. You\'ll find the perfect pieces to express your individuality and elevate your style!', 101.15, NULL, NULL, 110.00, 'Single (Half Pair) Earrings Climber Earrings Cartilage Minimalist Earrings Crawler Earring Conch Earrings Cluster Earrings Helix Earrings-32602.jpeg', 'Single (Half Pair) Earrings Climber Earrings Cartilage Minimalist Earrings Crawler Earring Conch Earrings Cluster Earrings Helix Earrings-56309.jpeg', 'Single (Half Pair) Earrings Climber Earrings Cartilage Minimalist Earrings Crawler Earring Conch Earrings Cluster Earrings Helix Earrings-90829.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-31 07:04:29', '2024-01-31 07:04:29'),
(2285, 'Luxury Style Indoor Decoration Hotel Lobby Staircase Villa LED Modern Ring Crystal Chandelier', 'FTfp98swq', 5, 'Model Number	SY-9002\r\n Color	Custom\r\n Material	Custom(Glass/Crystal/Acrylic/Stainless Steel)\r\n Application	\r\nHotel/Villa/Dining Room\r\n Beam Angle	Custom\r\n CCT	2700-6000K\r\n Warranty	5-Year\r\n Installation 	Suspended Mounted', 90.00, NULL, NULL, 100.00, 'Luxury Style Indoor Decoration Hotel Lobby Staircase Villa LED Modern Ring Crystal Chandelier-71644.jpeg', 'Luxury Style Indoor Decoration Hotel Lobby Staircase Villa LED Modern Ring Crystal Chandelier-90909.jpeg', 'Luxury Style Indoor Decoration Hotel Lobby Staircase Villa LED Modern Ring Crystal Chandelier-43724.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 07:05:00', '2024-01-31 07:05:00'),
(2286, 'European Style Decor Hotel Lobby Villa Staircase Long Custom Crystal Led Chandelier Light', 'G8cvJTyFO', 19, 'Model Number	SY-9335\r\n Color	Custom\r\n Material	Custom(Glass/Crystal/Acrylic/Stainless Steel)\r\n Application	\r\nHotel/Villa/Dining Room\r\n Beam Angle	Custom\r\n CCT	2700-6000K\r\n Warranty	5-Year\r\n Installation 	Suspended Mounted', 30.99, NULL, NULL, 36.99, 'European Style Decor Hotel Lobby Villa Staircase Long Custom Crystal Led Chandelier Light-72727.jpeg', 'European Style Decor Hotel Lobby Villa Staircase Long Custom Crystal Led Chandelier Light-14616.jpeg', 'European Style Decor Hotel Lobby Villa Staircase Long Custom Crystal Led Chandelier Light-10370.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 07:09:44', '2024-01-31 07:09:44'),
(2287, 'Neiko Safety Goggles', 'kSMoAbe5b', 2, 'LAB GOGGLES FOR CHEMISTRY: Each safety goggle is ANSI 287.1 Approved and can be used for eye protection when working on chemistry work or related projects. These splash proof safety goggles will serve as a protective barrier to chemicals.', 7.53, NULL, NULL, 10.99, 'Neiko Safety Goggles-43750.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 07:10:58', '2024-01-31 07:10:58'),
(2288, 'RYOBI ONE+ 18V 8 in. Battery Pruning Chainsaw (Tool Only)', 'tj8sXRXhC', 19, 'Expand your RYOBI 18V ONE+ System with the 18V ONE+ 8” Pruning Chainsaw. The 8” bar and chain and powerful motor tackles branches up to 6”, making it ideal for pruning and light limbing. With up to 23 cuts per charge and a premium full complement chain, the pruning chainsaw delivers longer runtime and faster cutting. Experience exceptional performance with just the pull of a trigger, without the hassle of gas or cords. For added convenience, it has an oil-free design, tooled chain tensioning, and on-board tool storage. It\'s compatible with the RY8C1 8\" Replacement Chain. Best of all, it is part of the RYOBI ONE+ system where any 18V ONE+ battery works with any 18V ONE+ product. This 18V ONE+ 8in Pole Saw is backed by the RYOBI 3-Year Manufacturer\'s Warranty and includes a Combination Wrench, Scabbard, SAFE-T-TIP™, and Operator’s Manual.', 49.00, NULL, NULL, 109.00, 'RYOBI ONE+ 18V 8 in. Battery Pruning Chainsaw (Tool Only)-69077.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-01-31 07:16:38', '2024-01-31 07:18:59'),
(2289, 'DEWALT 15 Amp Corded 12 in. Double Bevel Sliding Compound Miter Saw with XPS technology, Blade Wrench and Material Clamp', 'QezZrjGkd', 2, 'The 12 in. Double Bevel Sliding Compound Miter Saw has a 15 Amp motor and integrated XPS crosscut positioning system for adjustment-free, accurate cut line indication. Tall sliding fences support 7-1/2 in. of nested crown and 6-3/4 in. of base molding vertically. Exclusive Back Fence Design cuts up to 2 x 14 dimensional lumber at 90. increased miter capacity of 60. (R) and 50. (L) features durable stainless-steel miter detent plate with cam lock for repeatable accuracy with easy adjustments.', 550.00, NULL, NULL, 649.00, 'DEWALT 15 Amp Corded 12 in. Double Bevel Sliding Compound Miter Saw with XPS technology, Blade Wrench and Material Clamp-36062.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-01-31 07:23:41', '2024-01-31 07:23:41'),
(2290, '50L simplehuman Soft-Close Step-On Plastic Trash Can + 10L simplehuman Slim Plastic Trash Can', 'CjUkyEF0Z', 19, '50L simplehuman Soft-Close Step-On Plastic Trash Can + 10L simplehuman Slim Plastic Trash Can', 34.00, NULL, NULL, 59.88, '50L simplehuman Soft-Close Step-On Plastic Trash Can + 10L simplehuman Slim Plastic Trash Can-71624.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 07:27:04', '2024-01-31 07:27:04'),
(2291, 'Bissell ProHeat 2X Revolution Pet Pro Carpet Cleaner with Tools - 20768214 | HSN', 'UG4kC6ou3', 19, 'Bissell ProHeat 2X Revolution Pet Pro Carpet Cleaner with Tools - 20768214 | HSN', 170.00, NULL, NULL, 200.89, 'Bissell ProHeat 2X Revolution Pet Pro Carpet Cleaner with Tools - 20768214 | HSN-24541.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 07:31:33', '2024-01-31 07:31:33'),
(2292, 'Dyson Ball Multi Floor Origin Upright Vacuum | Fuchsia | New', 'ASeW5sphQ', 19, 'Dyson Ball Multi Floor Origin Upright Vacuum | Fuchsia | New', 199.00, NULL, NULL, 540.00, 'Dyson Ball Multi Floor Origin Upright Vacuum | Fuchsia | New-17832.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 07:34:34', '2024-01-31 07:34:34'),
(2293, 'CE automatic imported belt dough sheeter pressing machine rondo dough sheeter High quality dough sheeter', '2gUBxCBRB', 19, 'eatures of dough sheeter: \r\n1. The machine is made of food grade stainless steel pinch roller, not to be scratched or adhered the paste easily.\r\n2. The thickness of dough sheet can be adjusted at certain range.\r\n3. Folding structure, can save space, easy to clean.\r\n4. With wheels, easy to clean, very convenient.\r\n5. Imported belt, low noise, also two way pressing.\r\n6. European new style, high quality, have great market in European, also have C E. \r\n7. We have 1 year quality warranty, lifetime technical support.\r\n8. Can also customize for US power, 110V.\r\n ---------------------------------------------------------------------------------', 768.00, NULL, NULL, 868.00, 'CE automatic imported belt dough sheeter pressing machine rondo dough sheeter High quality dough sheeter-38799.jpeg', 'CE automatic imported belt dough sheeter pressing machine rondo dough sheeter High quality dough sheeter-40979.jpeg', NULL, 'Industrial', 1.0, NULL, 1, '2024-01-31 07:35:55', '2024-01-31 07:35:55'),
(2294, '(YMMV) Sam’s Club Member’s - Pickup item Member\'s Mark Lantern with Flashlight', 'ibk29lps3', 19, '200 Lumens lantern\r\nPolymer casing\r\n8 hours runtime on lantern/worklight\r\n20 hours runtime on Emergency light\r\nDurable construction\r\nMagnetic base\r\n200 Lumens COB lantern\r\n80 Lumens LED flashlight\r\n9 x AA Duracell batteries and instruction manual\r\n9 x AA disposable batteries included\r\nAssembled Size \r\n15 L x 3.54 W x 11.50 H', 7.08, NULL, NULL, 10.00, '(YMMV) Sam’s Club Member’s - Pickup item Member\'s Mark Lantern with Flashlight-30042.jpeg', NULL, NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-01-31 07:37:28', '2024-01-31 07:37:28'),
(2295, 'IP68 Waterproof] BigBlue Solar Panels 200 watt', '2xpjPTK79', 19, 'IP68 Waterproof] BigBlue Solar Panels 200 watt(52.8V/3.78A), Durable SolarPowa200 ETFE Solar Panel with Kickstands for Camping, RV; Compatible with Jackery, BLUETTI, Anker, BigBlue Power Station etc', 229.00, NULL, NULL, 408.00, 'IP68 Waterproof] BigBlue Solar Panels 200 watt-46187.jpeg', 'IP68 Waterproof] BigBlue Solar Panels 200 watt-80424.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 07:42:56', '2024-01-31 07:42:56'),
(2296, 'Dremel Drill Press Rotary Tool Workstation Stand', 'OXvI55XbR', 2, 'Articulating drill press - drills perpendicular and angled holes in 15-degree increments, up to 90 degrees horizontal\r\nTool holder - holds tool at 90 degrees horizontal for tasks such as polishing metal objects, sanding different shapes and grinding metal pieces\r\nFlex shaft tool stand - allows telescopic adjustment between 16 and 29 In. in height', 11.00, NULL, NULL, 75.98, 'Dremel Drill Press Rotary Tool Workstation Stand-97338.jpeg', 'Dremel Drill Press Rotary Tool Workstation Stand-46366.jpeg', 'Dremel Drill Press Rotary Tool Workstation Stand-14573.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 07:47:58', '2024-01-31 07:47:58'),
(2297, 'Huggies Diapers', 'vUco4g80I', 19, 'Huggies Diapers', 4.00, NULL, NULL, 5.00, 'Huggies Diapers-31784.jpeg', NULL, NULL, 'Babies', 4.5, NULL, 1, '2024-01-31 07:48:44', '2024-01-31 07:48:44'),
(2298, 'Prism Frame Premium Above Ground Swimming Pool Set', 'AC1LsjWwL', 2, 'INTEX 26701EH Prism Frame Premium Above Ground Swimming Pool Set: 10ft x 30in – Includes 330 GPH Cartridge Filter Pump SuperTough Puncture Resistant Rust 1185 Gallon Capacity, Gray', 95.00, NULL, NULL, 165.00, 'Prism Frame Premium Above Ground Swimming Pool Set-42017.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 07:52:14', '2024-01-31 07:52:14'),
(2299, 'Adjustable height carbon steel meet charcoal barbecue', 'sZG2tXgVS', 5, 'Model\r\nCJ0018\r\nCJ0019\r\nCJ0033\r\nOven specification\r\n48.5*30.5*(40-60)cm\r\n66.5*30.5*(58-70)cm\r\n38*32*17cm\r\nMaterial\r\nCarbon steel\r\nCarbon steel\r\nCarbon steel\r\nGross weight\r\n4.5kg\r\n5.4kg\r\n2.7kg\r\nGrilled net surface treatment\r\nchrome plating\r\nchrome plating\r\nchrome plating', 11.00, NULL, NULL, 13.00, 'Adjustable height carbon steel meet charcoal barbecue-11854.jpeg', 'Adjustable height carbon steel meet charcoal barbecue-59443.jpeg', NULL, 'Instruments', 1.0, NULL, 1, '2024-01-31 07:56:39', '2024-02-07 11:38:17'),
(2300, 'Select Computer & Desk Chairs', 'oGZARGerL', 19, 'Computer & Desk Chairs:Union & Scale Essentials Ergonomic Swivel Task Chair Staples Turcotte Luxura Faux Leather Computer Chair', 109.00, NULL, NULL, 200.00, 'Select Computer & Desk Chairs-38064.jpeg', 'Select Computer & Desk Chairs-88609.jpeg', 'Select Computer & Desk Chairs-56004.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 07:56:44', '2024-01-31 07:56:44'),
(2301, 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult 10.56lbs', '6hSVN3Y1e', 19, 'The Ozark Trail Camp Lounge Chair with Detached Footrest provides the ultimate comfort experience for all adults! Kick your feet up and relax with the detached footrest in the Blue and White Geo Design Lounger. The foldable and detachable design of the footrest helps save space and provides easy carry options. Enjoy the padded pillow headrest or use the cup and cell phone holder to store your items. Whether you’re taking the family on a camping trip or taking a day trip to a local trail Ozark Trail has everything you need to enjoy the great outdoors.', 17.50, NULL, NULL, 35.98, 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult 10.56lbs-97456.jpeg', 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult 10.56lbs-42258.jpeg', 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult 10.56lbs-97527.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-31 08:00:57', '2024-01-31 08:00:57'),
(2302, 'Boraam Carolina Green Kitchen Cart w/Stainless Steel Top (Equestrian Green)', '2D8tYkOE7', 2, 'Full of character, the Carolina Kitchen Cart with Stainless Steel Top fills your home with cottage charm. Crafted from rubberwood, this cart features elegant turned legs and a rich Equestrian Green finish. The stainless steel countertop promises easy clean-up, whether you\'re using the cart as a food prep station or using the surface to mix drinks for guests. Locking caster wheels add convenience to the design, so you can easily roll it from the kitchen to the dining room or living room when hosting. A drawer keeps utensils and bar tools hidden from sight, while 2-open shelves offer excellent storage. Furnish your dining room in the same farmhouse style with the 6-Piece Carolina Dining Set', 77.94, NULL, NULL, 165.00, 'Boraam Carolina Green Kitchen Cart w/Stainless Steel Top (Equestrian Green)-95844.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 08:05:43', '2024-01-31 08:05:43'),
(2303, 'Professional new luxury antique barber chair dyeing ironing and hair cutting chairs beauty salon furniture styling', 'WPODYCiq0', 19, 'Professional new luxury antique barber chair dyeing ironing and hair cutting chairs beauty salon furniture styling', 75.00, NULL, NULL, 89.00, 'Professional new luxury antique barber chair dyeing ironing and hair cutting chairs beauty salon furniture styling-61107.jpeg', 'Professional new luxury antique barber chair dyeing ironing and hair cutting chairs beauty salon furniture styling-75726.jpeg', 'Professional new luxury antique barber chair dyeing ironing and hair cutting chairs beauty salon furniture styling-34234.jpeg', 'General furnitures', 1.0, NULL, 1, '2024-01-31 08:06:42', '2024-01-31 08:06:42'),
(2304, 'SVS Ultra Series Speakers', '1tAKfmLkT', 2, '45 Day Risk-Free In-Home Trial\r\n5-Year Unconditional Warranty\r\n1-Year Trade-Up Policy / Performance Upgrade\r\n90-Day Defective Replacement Guarantee', 400.00, NULL, NULL, 599.99, 'SVS Ultra Series Speakers-33770.jpeg', 'SVS Ultra Series Speakers-49941.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 08:13:09', '2024-01-31 08:13:09'),
(2305, 'PowerSmart\'s Single Stage 21-inch Gas Snow Blower boasts a 212cc 4-stroke engine.', 'PyEAOBDV4', 19, 'PowerSmart\'s Single Stage 21-inch Gas Snow Blower boasts a 212cc 4-stroke engine. This new robust snow thrower, with a recoil start, features a 21-inch wide intake capable of handling snow up to 12.5 inches deep. The potent snow engine propels snow up to 32 feet away, and its compact design facilitates easy unit storage.', 539.00, NULL, NULL, 750.00, 'PowerSmart\'s Single Stage 21-inch Gas Snow Blower boasts a 212cc 4-stroke engine.-94168.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 08:27:44', '2024-01-31 08:27:44'),
(2306, 'Morrison 9-piece Dining Table Set', 'Ava6oKGOJ', 19, 'Natural brown finished top; black finished base\r\nMahogany solids and oak veneers\r\nSeats upholstered in stain resistant beige fabric\r\nAdjustable levelers \r\nMade In: Indonesia\r\n\r\nDimensions & Weight: \r\n\r\nTable: 95.6\"L x 42\"W x 30\"H; Weight: 173.72 lb. \r\nChair: 21.6\"L x 23.5\"W x 37\"H; Weight: 18.3 lb. / chair \r\nAdditional Dimensions:\r\n\r\n18.9\" seat height\r\n21.6\" Seat width', 700.00, NULL, NULL, 1500.00, 'Morrison 9-piece Dining Table Set-33194.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-01-31 08:34:19', '2024-01-31 08:34:19'),
(2307, 'Airdown Bookcase', 'gqy2Ol9KN', 2, 'Airdown Bookcase with Open Adjustable Shelves, 2-Tier Bookcase 4 Cube Bookshelf Organizer, Small Bookcase Wood Storage Display Cabinet for Living Room, Office, Classroom, Kid\'s Room', 47.03, NULL, NULL, 62.99, 'Airdown Bookcase-66477.jpeg', 'Airdown Bookcase-51199.jpeg', 'Airdown Bookcase-13772.jpeg', 'Home appliances and utensils', 3.5, NULL, 1, '2024-01-31 08:40:03', '2024-01-31 08:40:03'),
(2308, 'Gorilla Ladders 26 ft.', 'adyCLnEKl', 19, 'Gorilla Ladders 26 ft. Reach MPXW Aluminum Multi-Position Ladder with Wheels, 375 lb. Load Capacity Type IAA Duty Rating GLMPX-26W-2', 270.00, NULL, NULL, 400.00, 'Gorilla Ladders 26 ft.-20203.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 08:49:53', '2024-01-31 08:49:53'),
(2309, 'Snow Joe 96V 24 Cordless Self-Propelled Dual-Stage Snow Blower 4 x 12-Ah Batteries & 2 x Chargers', 'PKENLhSM5', 2, 'WAGE WAR ON WINTER. The latest revolution in snow-clearing technology meets the 24V IONMAX Battery System with the 24-inch 96V Max Cordless Battery-Powered Self-Propelled Dual-Stage Snow Blower from SNOW JOE®. Driven by Snow Joe s exclusive 24-Volt battery series the self-propelled SNOW JOE features four high-capacity 24-volt 12.0-Ah lithium-ion batteries that deliver up to 96 volts of max power + performance with zero carbon emissions for cleaner air. SNOW JOE boasts a variable drive speed lever featuring forward and reverse settings a powerful 3200-watt brushless plowing motor + 400-watt brushless drive motor and 2 serrated steel blades that quickly clear a 24-inch wide by 17.5-inch deep path in a single pass. Plus the 180º auto-rotate chute throws snow up to 40 feet away and the integrated scraper bar at the base of the unit clears right to the ground without damaging your deck driveway or pavement. After dark the six 3-watt LED lights brighten the way for safer nighttime clearing. And when the work is done the two high-speed dual-port chargers can recharge in as fast as 6 hours so you re ready to tackle even more snow!', 597.00, NULL, NULL, 1882.00, 'Snow Joe 96V 24 Cordless Self-Propelled Dual-Stage Snow Blower 4 x 12-Ah Batteries & 2 x Chargers-23856.jpeg', 'Snow Joe 96V 24 Cordless Self-Propelled Dual-Stage Snow Blower 4 x 12-Ah Batteries & 2 x Chargers-89445.jpeg', 'Snow Joe 96V 24 Cordless Self-Propelled Dual-Stage Snow Blower 4 x 12-Ah Batteries & 2 x Chargers-41583.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 08:54:56', '2024-01-31 08:54:56'),
(2310, 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine | 31AH5GVO710', 'hCsEhvjTE', 2, '357cc OHV Engine with IntelliPower™ is fuel injected so it reduces the number of starting steps, starts easy in extreme temperatures and altitudes, and eliminates fuel related starting issues\r\nIntelliPower® engine technology offers up to 12% more available power, resulting in less bogging down when clearing heavy, wet and deep snow. Plus, it has a digital throttle control that consistently optimizes engine output.\r\nPush button electric start makes it incredibly easy to start in winter weather, just attach an extension cord.\r\nTrigger-controlled power steering and self-propelled drive for unmatched control, effortless maneuverability and single-hand operation.', 1469.00, NULL, NULL, 2199.00, 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine | 31AH5GVO710-92466.jpeg', 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine | 31AH5GVO710-97128.jpeg', 'Cub Cadet 2X (30\") 357cc Two-Stage Snow Blower With EFI Engine | 31AH5GVO710-43100.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 09:04:01', '2024-01-31 09:04:01'),
(2311, 'DEWALT 60V MAX 17\" String Trimmer/Leaf Blower Combo w/ 3Ah Battery & Charger', 'KWTtNE7En', 2, 'The trimmer features a high-efficiency brushless motor maximizes runtime and product life while consistently providing the capacity to tackle tough overgrowth and withstand heavy-duty use.\r\nThis cordless axial blower produces up to 600 cfm of air volume and 125 mph, along with a variable-speed trigger and speed lock so you can control the blower output.', 200.00, NULL, NULL, 508.00, 'DEWALT 60V MAX 17\" String Trimmer/Leaf Blower Combo w/ 3Ah Battery & Charger-65004.jpeg', 'DEWALT 60V MAX 17\" String Trimmer/Leaf Blower Combo w/ 3Ah Battery & Charger-29915.jpeg', 'DEWALT 60V MAX 17\" String Trimmer/Leaf Blower Combo w/ 3Ah Battery & Charger-20918.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 09:08:25', '2024-01-31 09:08:25'),
(2312, 'Sun Joe Extreme Electric Pressure Washer', 'IV5tYvTBK', 2, 'Sun Joe - XTREAM Clean Electric Pressure Washer - Green', 140.00, NULL, NULL, 299.00, 'Sun Joe Extreme Electric Pressure Washer-82864.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 09:19:32', '2024-01-31 09:19:32'),
(2313, 'BLACK+DECKER 4-Slice Toaster Oven, Even Toast Technology, Fits a 9\" Pizza, Black', 'HQpuiPYKY', 2, '4-Slice Black & Decker Toaster Oven', 30.00, NULL, NULL, 55.00, 'BLACK+DECKER 4-Slice Toaster Oven, Even Toast Technology, Fits a 9\" Pizza, Black-19445.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 09:24:09', '2024-01-31 09:24:09'),
(2314, 'YITAHOME Large Portable Outdoor Wicker Table, Black Glass Table Top for Patio, Poolside and Backyard (Light Brown)', 'ci7BEEjQv', 2, 'Product Dimensions: 19.7\"D x 51.2\"W x 35.4\"H( including 56 gallon open space, 70 gallon box space , and hooks on both sides to hand)\r\nAll weather-resistant wicker construction prevents rusting, peeling, and denting;\r\n360° SMOOTH WHEELS\r\nGlass table surface can be easily maintained', 115.00, NULL, NULL, 209.00, 'YITAHOME Large Portable Outdoor Wicker Table, Black Glass Table Top for Patio, Poolside and Backyard (Light Brown)-65446.jpeg', 'YITAHOME Large Portable Outdoor Wicker Table, Black Glass Table Top for Patio, Poolside and Backyard (Light Brown)-41359.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 09:29:23', '2024-01-31 09:29:23'),
(2315, 'Smart dishwasher', 'nCTkNoW5i', 19, 'Smart 46 dBA Dishwasher w/ StormWash', 551.00, NULL, NULL, 1000.00, 'Smart dishwasher-86953.jpeg', 'Smart dishwasher-44593.jpeg', 'Smart dishwasher-84887.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 09:35:06', '2024-01-31 09:35:06'),
(2316, 'Mini Hand Saw wor Saw With en Handle Garden Fruit Tree Pruning Modeling Tming Sa', '0miV8yusu', 18, 'If you\'re in need of a handy tool for pruning and trimming your garden or fruit trees, our Mini Hand Saw is just what you need! This saw features a comfortable wooden handle that provides a secure grip while you work. It\'s perfect for shaping and modeling your plants to keep them looking their best.\r\n\r\nWith its compact size, this Mini Hand Saw is easy to maneuver and can reach tight spaces with ease. Whether you\'re a seasoned gardener or just starting out, this saw is a must-have for any pruning or trimming tasks.\r\n\r\nSo, if you\'re ready to tackle your garden projects with precision and ease, our Mini Hand Saw is the perfect tool for you!', 50.49, NULL, NULL, 65.99, 'Mini Hand Saw wor Saw With en Handle Garden Fruit Tree Pruning Modeling Tming Sa-45129.jpeg', 'Mini Hand Saw wor Saw With en Handle Garden Fruit Tree Pruning Modeling Tming Sa-49422.jpeg', 'Mini Hand Saw wor Saw With en Handle Garden Fruit Tree Pruning Modeling Tming Sa-74965.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-01-31 10:47:06', '2024-01-31 10:47:06'),
(2317, 'Foldable Engine Stand 1/2 Ton Sunex Tools Automotive', 'z9TxCAyOq', 18, 'The Sunex 8300GB Ton Capacity Foldable Engine Stand appears to be a well-designed and functional tool for handling and positioning automotive engines during repair or rebuilding processes. Its key features, such as the self-locking worm drive gearbox and the fully adjustable mounting head, make it a convenient choice for mechanics and automotive enthusiasts. Additionally, the foldable design allows for easy storage when not in use.\r\n\r\nThe inclusion of four caster wheels, with two fixed caster wheels at the front and two locking swivel casters at the back, enhances its maneuverability and stability, making it easier to transport engines as needed. This combination of features suggests that the stand is built with both convenience and practicality in mind, allowing users to work efficiently and safely when dealing with automotive engines.', 393.00, NULL, NULL, 430.99, 'Foldable Engine Stand 1/2 Ton Sunex Tools Automotive-84352.jpeg', 'Foldable Engine Stand 1/2 Ton Sunex Tools Automotive-63079.jpeg', 'Foldable Engine Stand 1/2 Ton Sunex Tools Automotive-48793.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 10:53:16', '2024-01-31 10:53:16'),
(2318, 'Steinel HL2020E 110051550 Automotive Kit with Temperature Scanner', 'DxIpSAW6u', 2, 'Steinel HL2020e automotive kit with temperature scanner - kit incl. heat gun with lcd-display adjustable temperature, hot air gun tool kit for wrapping vehicles or facades\r\n\r\n110051550', 447.00, NULL, NULL, 489.55, 'Steinel HL2020E 110051550 Automotive Kit with Temperature Scanner-30829.jpeg', 'Steinel HL2020E 110051550 Automotive Kit with Temperature Scanner-75600.jpeg', 'Steinel HL2020E 110051550 Automotive Kit with Temperature Scanner-60765.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-31 10:56:32', '2024-01-31 10:56:32'),
(2319, 'LVLP Automotive Sheet Paint Low Pressure Spray High Atomization niture Industr', 'JotxaifbK', 10, 'If you\'re in the market for a high-quality spray gun for automotive sheet painting or furniture industry, our LVLP (Low Volume Low Pressure) spray gun is just what you need! This spray gun is designed to provide high atomization, which means it delivers a fine and even spray pattern, resulting in a smooth and professional finish.\r\n\r\nWhether you\'re painting your car, working on furniture, or involved in any other painting projects, this LVLP spray gun is perfect for achieving excellent results. It operates at a low pressure, making it more efficient and reducing overspray, which saves you time and paint.\r\n\r\nSo, if you\'re looking for a spray gun that provides high atomization and delivers a flawless finish, our LVLP Automotive Sheet Paint Low Pressure Spray Gun is the way to go!', 244.55, NULL, NULL, 250.55, 'LVLP Automotive Sheet Paint Low Pressure Spray High Atomization niture Industr-26814.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-31 11:00:37', '2024-01-31 11:00:37'),
(2320, 'AEROPRO Reduced Pressure Air Spray Automotive Paint A608 Holder High Efficien', 'Q6H2AzmRA', 5, 'If you\'re searching for an efficient and high-quality option for automotive paint spraying, look no further than the AEROPRO Reduced Pressure Air Spray A608 Holder. This spray gun is designed to provide excellent performance and precision when it comes to automotive painting.\r\n\r\nWith its reduced pressure feature, the AEROPRO A608 Holder ensures that you achieve a smooth and even application of paint, resulting in a professional finish. Its high efficiency allows you to complete your painting projects with ease and in less time.\r\n\r\nWhether you\'re a professional in the automotive industry or a DIY enthusiast, the AEROPRO Reduced Pressure Air Spray A608 Holder is a reliable and effective choice for your automotive paint spraying needs.', 393.01, NULL, NULL, 420.99, 'AEROPRO Reduced Pressure Air Spray Automotive Paint A608 Holder High Efficien-29080.jpeg', 'AEROPRO Reduced Pressure Air Spray Automotive Paint A608 Holder High Efficien-60218.jpeg', 'AEROPRO Reduced Pressure Air Spray Automotive Paint A608 Holder High Efficien-57767.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 11:04:28', '2024-01-31 11:04:28'),
(2321, 'Automotive Paint Sprayer Paint Spray Mini Professional Airbrush Hvlp Interior', 'vMyOFtgOp', 18, 'If you\'re looking for a professional-grade automotive paint sprayer, our Mini Professional Airbrush HVLP Interior Paint Spray is just what you need! This compact and powerful sprayer is designed to provide precise and even coverage for all your automotive painting projects.\r\n\r\nWith its HVLP (High Volume Low Pressure) technology, this sprayer ensures efficient paint transfer and minimal overspray, resulting in a smooth and flawless finish. Whether you\'re working on interior surfaces or exterior panels, this sprayer delivers professional-quality results.\r\n\r\nSo, if you\'re ready to take your automotive painting to the next level, our Mini Professional Airbrush HVLP Interior Paint Spray is the perfect tool for the job!', 144.27, NULL, NULL, 155.99, 'Automotive Paint Sprayer Paint Spray Mini Professional Airbrush Hvlp Interior-44620.jpeg', 'Automotive Paint Sprayer Paint Spray Mini Professional Airbrush Hvlp Interior-89634.jpeg', 'Automotive Paint Sprayer Paint Spray Mini Professional Airbrush Hvlp Interior-87979.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 11:07:42', '2024-01-31 11:07:42'),
(2322, 'WORKPRO 9PC Precision Pick Hook Set with Scraper Automotive Electronic Hand Tool', 'OPw8zNZP7', 10, 'If you\'re in need of a versatile and reliable set of hand tools for automotive and electronic work, the WORKPRO 9PC Precision Pick Hook Set with Scraper is a fantastic choice! This set includes a variety of precision picks and hooks, as well as a scraper, to tackle a wide range of tasks.\r\n\r\nWhether you\'re working on intricate automotive repairs or delicate electronic components, these tools provide the precision and control you need. The ergonomic handles ensure a comfortable grip, making your work more efficient and enjoyable.\r\n\r\nSo, if you\'re looking for a high-quality hand tool set that\'s perfect for automotive and electronic work, the WORKPRO 9PC Precision Pick Hook Set with Scraper is the way to go!', 56.99, NULL, NULL, 60.00, 'WORKPRO 9PC Precision Pick Hook Set with Scraper Automotive Electronic Hand Tool-84193.jpeg', 'WORKPRO 9PC Precision Pick Hook Set with Scraper Automotive Electronic Hand Tool-10329.jpeg', 'WORKPRO 9PC Precision Pick Hook Set with Scraper Automotive Electronic Hand Tool-60822.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 11:10:29', '2024-01-31 11:10:29'),
(2323, 'Saigaole 6800 Spray s Automotive Finishes High Fogging Paints Sheet Spray s Ind', '0d0b0RBRY', 2, 'If you\'re searching for a high-quality spray for automotive finishes and high-fogging paints, the Saigaole 6800 Spray is a great option! This spray is designed to provide excellent coverage and a smooth finish for your automotive painting projects.\r\n\r\nWith its advanced technology, the Saigaole 6800 Spray ensures that the paint is evenly distributed, minimizing any potential streaks or blotches. It\'s perfect for achieving that professional look on your car\'s exterior.\r\n\r\nSo, if you\'re looking for a reliable and efficient spray for automotive finishes and high-fogging paints, the Saigaole 6800 Spray is definitely worth considering!', 339.96, NULL, NULL, 350.99, 'Saigaole 6800 Spray s Automotive Finishes High Fogging Paints Sheet Spray s Ind-85321.jpeg', 'Saigaole 6800 Spray s Automotive Finishes High Fogging Paints Sheet Spray s Ind-99530.jpeg', NULL, 'Automotive kits', 5.0, NULL, 1, '2024-01-31 11:14:05', '2024-01-31 11:14:05'),
(2324, 'CruzTools Road Tech KT1 Tool Kit for KTM Adventure and Duke Models RTKT1', 'zn0LuK6Fa', 19, 'If you\'re a proud owner of a KTM Adventure or Duke model, the CruzTools Road Tech KT1 Tool Kit is a must-have for your bike! This comprehensive tool kit is specifically designed to meet the needs of KTM owners, ensuring that you have the right tools for any roadside maintenance or repairs.\r\n\r\nThe CruzTools Road Tech KT1 Tool Kit includes a variety of essential tools, such as wrenches, pliers, sockets, and more, all neatly organized in a compact and durable pouch. Whether you\'re on a long ride or just cruising around town, this tool kit will give you peace of mind knowing that you\'re prepared for any unexpected situations.\r\n\r\nSo, if you want to be well-equipped for any roadside repairs or maintenance on your KTM Adventure or Duke model, the CruzTools Road Tech KT1 Tool Kit is the perfect companion for your bike!', 119.95, NULL, NULL, 160.55, 'CruzTools Road Tech KT1 Tool Kit for KTM Adventure and Duke Models RTKT1-42400.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-31 11:16:47', '2024-01-31 11:16:47'),
(2325, 'HZPK conveyor belt digital liquid beverage bottle filling machine automatic', 'AXJGccK7A', 19, 'Voltage power\r\n110V-220V 50/60Hz\r\nPower\r\n100w\r\nMaximum runoff\r\n3.2L/min\r\nFilling range\r\n5-4000ml\r\nFilling Precesion\r\n±0.5%\r\nControl Method\r\nManual and Auto\r\nDimension\r\n235×135×125mm\r\nIntroduction: \r\nDigital liquid filling machine is the idea equipment for filling low viscosity liquid without particle, such as water, juice, milk, perfume and so on.Suitable for small bottles.\r\n\r\nFeatures:\r\n1. Using microcomputer to control the pump and filling time, the filling speed is uniform and the filling accuracy is high. \r\n2. The filling volume can be adjusted by adjusting the filling time and speed. Automatic counting. \r\n3. Equipped with small conveyor belt and sensor, automatically control the stop and run of the conveyor belt.', 110.00, NULL, NULL, 120.00, 'HZPK conveyor belt digital liquid beverage bottle filling machine automatic-48518.jpeg', 'HZPK conveyor belt digital liquid beverage bottle filling machine automatic-90514.jpeg', 'HZPK conveyor belt digital liquid beverage bottle filling machine automatic-89174.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 11:19:12', '2024-01-31 11:19:12'),
(2326, 'All Power Engine Piston Ring Groove Cleaner for Automotive Truck Mechanic Tool', 'QNoxWY7sA', 18, 'If you\'re a truck mechanic or an automotive enthusiast, the All Power Engine Piston Ring Groove Cleaner is a fantastic tool to have in your arsenal! This tool is specifically designed to clean the piston ring grooves in engines, ensuring optimal performance and longevity.\r\n\r\nWith its specialized design, the All Power Engine Piston Ring Groove Cleaner effectively removes carbon deposits and other buildup from the piston ring grooves, allowing the rings to move freely and maintain proper compression. It\'s a must-have tool for maintaining the health and efficiency of an engine.\r\n\r\nSo, if you\'re looking for a reliable and efficient tool to clean piston ring grooves, the All Power Engine Piston Ring Groove Cleaner is definitely worth considering!', 28.93, NULL, NULL, 34.65, 'All Power Engine Piston Ring Groove Cleaner for Automotive Truck Mechanic Tool-97557.jpeg', 'All Power Engine Piston Ring Groove Cleaner for Automotive Truck Mechanic Tool-88103.jpeg', 'All Power Engine Piston Ring Groove Cleaner for Automotive Truck Mechanic Tool-30854.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 11:19:31', '2024-01-31 11:19:31'),
(2327, 'Automotive Wrap Clear Glossy Self-Adhesive Roll Protective 7.5Mil', 'IYVPD3EZ5', 18, 'TPU raw material:Mitsui Chemical (century-old Enterprise, Fortune 500) Aliphatic stability super resistance to yellowing, no degumming, no cracking Stretchability:Strong tensile, strong stability No degumming, no cracking, comparable brand xpel,3M Coating:Hydrophilic coating Good stain resistance Glue: Ashland Glue , World Top 500 TPU has excellent propetties of high tension,high tension, toughness and aging resistance, and is a mature environmental protection material. TPU particel yellowing resistance grade into 5 levels, level 5 indicates basically no discolortation, below 3 will have obvious yellowing. TPU is divided into aromatic and aliphatic groups. We adopt aliphatic yellow resistance level up to 5', 451.29, NULL, NULL, 455.85, 'Automotive Wrap Clear Glossy Self-Adhesive Roll Protective 7.5Mil-12146.jpeg', 'Automotive Wrap Clear Glossy Self-Adhesive Roll Protective 7.5Mil-88342.jpeg', 'Automotive Wrap Clear Glossy Self-Adhesive Roll Protective 7.5Mil-30126.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 11:22:30', '2024-01-31 11:22:30'),
(2328, 'Best selling fish feed machinery float fish feed food pallet machine', 'HleKQ8uOX', 19, 'Fish feed puffing machine is widely used in aquaculture. Feed extruder is mainly used for the production of extruder fish, shrimp, pet food and other special aquaculture pellet feed. After the feed is puffed, it can be fully cooked. And after the animal eats, it is easy to digest and fattening fast. \r\nThe extruded aquatic feed is not only easy to digest and absorb, but also has better taste and can improve the efficiency of aquaculture.\r\nFish feed puffing machine is mainly composed to feeding system, puffing system, cooling system and dischanging system.\r\n \r\n\r\n\r\n\r\n The aquatic feed is heated to a high temperature and high pressure state, while subject to the action of mechanical force, resulting in the expansion effect.\r\nSpecification\r\nHost model\r\nHourly(kg)\r\nPower(kw)\r\nPackage dimension(m)\r\nYB-40\r\n40-50\r\n7.5\r\n1.3*1.6*0.85\r\nYB-60\r\n120-150\r\n15\r\n1.3*1.6*0.85\r\nYB-80\r\n250-300\r\n22\r\n1.5*1.7*0.95\r\nYB-100\r\n450-500\r\n37\r\n2.5*1.8*1.2\r\nYB-120\r\n500-600\r\n55\r\n3.0*2.1*1.2\r\nPacking and transportation\r\nTo better ensure the safety of your goods, professional, environmentally friendly, convenient and efficient packaging services will be provided.\r\nWith the continuous development of aquaculture industry, fish farming has an increasing demand for high-quality feed. The application of fish feed expander is gradually popularized, which has brought huge economic benefits and market competitiveness for aquaculture enterprises.', 720.00, NULL, NULL, 800.00, 'Best selling fish feed machinery float fish feed food pallet machine-40351.jpeg', 'Best selling fish feed machinery float fish feed food pallet machine-75364.jpeg', 'Best selling fish feed machinery float fish feed food pallet machine-55791.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 11:25:38', '2024-01-31 11:25:38'),
(2329, 'ABN Cold Chisel Set Automotive Punch Tool Kit – 29-Piece Punch Chisel, & More', '5na1dzNEb', 18, 'If you\'re in need of a versatile and comprehensive punch and chisel set for automotive purposes, the ABN Cold Chisel Set is perfect for you! This 29-piece tool kit includes a variety of punches, chisels, and more, designed specifically for automotive applications.\r\n\r\nWith the ABN Cold Chisel Set, you\'ll have the right tools to handle a wide range of tasks, such as removing pins, aligning holes, and breaking apart stubborn parts. The set is made from durable materials to withstand the demands of automotive work, ensuring long-lasting performance.\r\n\r\nSo, if you\'re looking for a reliable and complete punch and chisel set for your automotive needs, the ABN Cold Chisel Set is a great choice!', 68.99, NULL, NULL, 75.99, 'ABN Cold Chisel Set Automotive Punch Tool Kit – 29-Piece Punch Chisel, & More-68494.jpeg', 'ABN Cold Chisel Set Automotive Punch Tool Kit – 29-Piece Punch Chisel, & More-23741.jpeg', 'ABN Cold Chisel Set Automotive Punch Tool Kit – 29-Piece Punch Chisel, & More-80231.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 11:25:45', '2024-01-31 11:25:45'),
(2330, 'Rose Slapping G-spot Clit Dildo Bullet Vibrator Tongue Licking Sex Toy', '7XZP1Dq4j', 10, 'Brand new, in box.\r\n\r\n(we opened one for photos, but never used)', 20.99, NULL, NULL, 29.65, 'Rose Slapping G-spot Clit Dildo Bullet Vibrator Tongue Licking Sex Toy-90009.jpeg', 'Rose Slapping G-spot Clit Dildo Bullet Vibrator Tongue Licking Sex Toy-30963.jpeg', 'Rose Slapping G-spot Clit Dildo Bullet Vibrator Tongue Licking Sex Toy-46589.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-31 11:26:28', '2024-01-31 11:26:28'),
(2331, 'Dragon Dildo', 'wOji3jmvW', 10, 'Dragon Dildo Sex Toys 7.7 Inch Huge Dildo With Unique Shape Soft Silicone Strong Suction Cup Body-Safe Material,A G Spot Clitoral Stimulator Monster Dildo Prostate Massager Sm Adult Toys For Women Men\r\n\r\nItem Condition: New\r\n\r\nColor: Red,Black', 27.69, NULL, NULL, 31.99, 'Dragon Dildo-60402.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-31 11:29:05', '2024-01-31 11:29:05'),
(2332, 'EML327 Code Reader OBD2 Scanner V309 /V519 V318 Series Automotive Fault Diagnost', 'UXGZK0ZDw', 5, 'If you\'re looking for an OBD2 scanner to diagnose automotive faults, the EML327 Code Reader is a great choice! This scanner is compatible with various vehicles and can help you identify and troubleshoot any issues with your car.\r\n\r\nWith the EML327 Code Reader, you\'ll be able to read and clear diagnostic trouble codes (DTCs), view real-time data, and even perform advanced functions like emission testing. It\'s a handy tool for both professional mechanics and car enthusiasts.\r\n\r\nSo, if you want to have the ability to diagnose automotive faults and have a better understanding of your car\'s performance, the EML327 Code Reader is definitely worth considering!', 96.20, NULL, NULL, 112.99, 'EML327 Code Reader OBD2 Scanner V309 /V519 V318 Series Automotive Fault Diagnost-43306.jpeg', 'EML327 Code Reader OBD2 Scanner V309 /V519 V318 Series Automotive Fault Diagnost-85955.jpeg', 'EML327 Code Reader OBD2 Scanner V309 /V519 V318 Series Automotive Fault Diagnost-56816.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 11:29:06', '2024-01-31 11:29:06'),
(2333, 'Cattle feed processing mesin pelet poultry pelletizer mini feed pellet machine', '06q8x8Exd', 5, 'After Warranty Service\r\nVideo technical support, Spare parts\r\nLocal Service Location\r\nNone\r\nShowroom Location\r\nNone\r\nCondition\r\nNew\r\nPlace of Origin\r\nChina\r\nDimension(L*W*H)\r\n78*33*77cm\r\nWeight\r\n85kg\r\nWarranty\r\n1 Year\r\nKey Selling Points\r\nLong service life\r\nMarketing Type\r\nHot products in 2020\r\nMachinery Test Report\r\nNot Available\r\nVideo outgoing-inspection\r\nNot Available\r\nWarranty of core components\r\n1 Year\r\nCore Components\r\nengine', 190.00, NULL, NULL, 230.00, 'Cattle feed processing mesin pelet poultry pelletizer mini feed pellet machine-45827.jpeg', 'Cattle feed processing mesin pelet poultry pelletizer mini feed pellet machine-72240.jpeg', 'Cattle feed processing mesin pelet poultry pelletizer mini feed pellet machine-85755.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 11:30:19', '2024-01-31 11:30:19');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2334, 'NEWEST OBD2 Fault Diagnostic Scanner V311 Code Reader For Car Engine Automotive', 'xqOMqE0Ke', 19, 'If you\'re looking for a reliable OBD2 fault diagnostic scanner, the newest V311 Code Reader is a fantastic choice for your car\'s engine. This scanner is specifically designed to help you identify and troubleshoot any issues with your vehicle\'s engine.\r\n\r\nWith the V311 Code Reader, you\'ll be able to read and clear diagnostic trouble codes (DTCs), view real-time data, and even perform advanced functions like emission testing. It\'s a handy tool for both professional mechanics and car enthusiasts.\r\n\r\nSo, if you want to have the ability to diagnose engine faults and get a better understanding of your car\'s performance, the V311 Code Reader is definitely worth checking out!', 95.12, NULL, NULL, 104.99, 'NEWEST OBD2 Fault Diagnostic Scanner V311 Code Reader For Car Engine Automotive-67578.jpeg', 'NEWEST OBD2 Fault Diagnostic Scanner V311 Code Reader For Car Engine Automotive-91263.jpeg', 'NEWEST OBD2 Fault Diagnostic Scanner V311 Code Reader For Car Engine Automotive-80054.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 11:32:07', '2024-01-31 11:32:07'),
(2335, 'Realistic Dildo', 'hSgT6EJ3F', 10, 'Realistic Dildo Women Sex Toy, Adult Sex Toys Huge Big Dildos With Strong Suction Cup,Body-Safe Material Dildo Anal Sex Toys For Women And Men 8.3\", Large Clear Luminous Dildo Female Sex Toys\r\n\r\nItem Condition: New\r\n\r\nColor: Transparent', 14.69, NULL, NULL, 19.99, 'Realistic Dildo-29298.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-31 11:32:26', '2024-01-31 11:32:26'),
(2336, 'Automotive Alternator Slip Collecting Ring For VW Jetta Generator Collector Dev', '0orddbGYc', 18, 'If you\'re looking for an automotive alternator slip collecting ring specifically designed for a VW Jetta generator, the VW Jetta Generator Collector Dev is the perfect fit! This slip collecting ring is designed to ensure proper electrical contact and efficient power generation in your vehicle\'s alternator.\r\n\r\nWith the VW Jetta Generator Collector Dev, you can expect reliable performance and durability, allowing your alternator to function optimally. It\'s a great choice for maintaining the electrical system of your VW Jetta.\r\n\r\nSo, if you\'re in need of a slip collecting ring for your VW Jetta\'s alternator, the VW Jetta Generator Collector Dev is the way to go!', 45.00, NULL, NULL, 56.45, 'Automotive Alternator Slip Collecting Ring For VW Jetta Generator Collector Dev-58038.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-31 11:34:48', '2024-01-31 11:34:48'),
(2337, 'Egg incubator 24-500 fully automatic incubator hatching machine chicken egg incubator', 'mbjQGmOKC', 5, 'Dual power supply\r\n2: Automatic Water Supply\r\n3: Automatic temperature control\r\n4: Adjustable Egg Tray Spacing\r\n5: 360°Automatic egg turning, 2 hours/times\r\n6. Incubator self with LED egg tester light\r\n7: Roller egg tray, suitable for different size eggs\r\n \r\nSpecification\r\nSpecification\r\n24/36eggs or 64-egg tray\r\n \r\n \r\n \r\n \r\n \r\nSpecification\r\nChicken egg\r\nDuck egg\r\nGoose egg\r\nPigeon egg\r\nQuail egg\r\n1 layer\r\n24\r\n16\r\n12\r\n36\r\n60\r\n1 layer\r\n36\r\n24\r\n18\r\n54\r\n90\r\n1 layer\r\n64\r\n42\r\n32\r\n96\r\n160\r\n2 layers\r\n128\r\n85\r\n64\r\n192\r\n320\r\n3 layers\r\n192\r\n128\r\n96\r\n288\r\n480\r\n4 layers\r\n256\r\n170\r\n128\r\n384\r\n640\r\n100-Egg Tray\r\n \r\n \r\n \r\n \r\n \r\nSpecification\r\nChicken egg\r\nDuck egg\r\nGoose egg\r\nPigeon egg\r\nQuail egg\r\n1 layer\r\n100\r\n66\r\n50\r\n150\r\n250\r\n2 layers\r\n200\r\n133\r\n100\r\n300\r\n500\r\n3 layers\r\n300\r\n200\r\n150\r\n450\r\n750\r\n4 layers\r\n400\r\n266\r\n200\r\n600\r\n1000\r\n5 layers\r\n500\r\n333\r\n250\r\n750\r\n1250\r\nProduct name\r\nFull-automatic Poultry Egg Incubator\r\nEgg Capacity(pcs)\r\n24pcs~500pcs\r\nEgg Tray\r\nRolling tray\r\nKey Selling Points\r\nHigh Productivity\r\nVoltage\r\n220V/110V/12V\r\nDimension(L*W*H)\r\n68*65*78.5cm\r\nType\r\nSmall-sized Incubator\r\nMaterial\r\nPP\r\nHatching Rate\r\n98%', 30.00, NULL, NULL, 33.00, 'Egg incubator 24-500 fully automatic incubator hatching machine chicken egg incubator-46888.jpeg', 'Egg incubator 24-500 fully automatic incubator hatching machine chicken egg incubator-87298.jpeg', 'Egg incubator 24-500 fully automatic incubator hatching machine chicken egg incubator-37690.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 11:34:57', '2024-01-31 11:34:57'),
(2338, 'Blush Sexy Things Butterfly Thruster Mini Dual Stimulation Vibrator Purple', 'O3QcOGbH1', 10, 'This Butterfly Thruster Mini is ready to deliver powerful sensations! Featuring reversible rotating pleasure beads and soft sensual gyrating and thrusting shaft alongside the butterfly stimulator! Made of Body Safe TPE, Sexy Things Butterfly Thruster contains no synthetic fragrance, Phthalates, Paraffins or Latex. Requires 4 AAA batteries, not included. This Butterfly Thruster is ready to deliver unparalleled sensations all night long!9.75\"L x (5\" Insertable) x 1.25\"W. Requires 4 AAA Batteries. Not Included32 Function Vibrating Clit Stimulator8 Function Gyrating, Thrusting Shaft Rotating Pleasure Beads. Reversible RotationTuned For Milder Vibrations Without Being Overly BuzzyLab Tested Verified To Contain No Bad Stuff. Silicone, Water Based, Hybrid Lube Safe', 36.79, NULL, NULL, 41.95, 'Blush Sexy Things Butterfly Thruster Mini Dual Stimulation Vibrator Purple-40803.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-31 11:36:29', '2024-01-31 11:36:29'),
(2339, 'Fuel pump & fuel dispenser', 'z1r0tQFKN', 19, 'Model\r\nProduct\r\nMotor\r\nPump\r\nFlow Meter\r\nNozzle\r\n11111\r\n1\r\n1\r\n1\r\n1\r\n1\r\n11112\r\n1\r\n1\r\n1\r\n1\r\n2\r\n11122\r\n1\r\n1\r\n1\r\n2\r\n2\r\n22222\r\n2\r\n2\r\n2\r\n2\r\n2\r\n22224\r\n2\r\n2\r\n2\r\n2\r\n4\r\n22244\r\n2\r\n2\r\n2\r\n4\r\n4\r\n33336\r\n3\r\n3\r\n3\r\n3\r\n6\r\n33366\r\n3\r\n3\r\n3\r\n6\r\n6\r\n44448\r\n4\r\n4\r\n4\r\n4\r\n8\r\n44488\r\n4\r\n4\r\n4\r\n8\r\n8', 1000.00, NULL, NULL, 1150.00, 'Fuel pump & fuel dispenser-36981.jpeg', 'Fuel pump & fuel dispenser-75722.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-31 11:38:28', '2024-01-31 11:38:28'),
(2340, 'Dan Gurney Lotus Racer Amt Original Tooling Authentic Decals Vintage Packaging', 'FWcyljObP', 18, 'If you\'re a fan of classic racing cars, you\'ll love the Dan Gurney Lotus Racer! This model kit, made with the original tooling, is a true collector\'s item. It comes with authentic decals and vintage packaging, giving it that extra touch of nostalgia.\r\n\r\nWith the Dan Gurney Lotus Racer, you can recreate the iconic look of this legendary car and display it proudly in your collection. It\'s a great way to pay homage to the golden era of motorsports.\r\n\r\nSo, if you\'re looking for a model kit that captures the essence of the Dan Gurney Lotus Racer, complete with authentic decals and vintage packaging, this is the one for you!', 39.99, NULL, NULL, 45.70, 'Dan Gurney Lotus Racer Amt Original Tooling Authentic Decals Vintage Packaging-67298.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-01-31 11:39:38', '2024-01-31 11:39:38'),
(2341, 'Adult Couple Door Sex Swing, Bdsm Hanging Indoor Sex Swing, Sexy Slave Bondage L', 'on64iW1op', 10, 'Adult Couple Door Sex Swing, Bdsm Hanging Indoor Sex Swing, Sexy Slave Bondage Love Adjustable Straps 330 Lbs, Adult Couple Bondage Bondage Toy, Easy To Install, Black\r\n\r\nItem Condition: New', 37.89, NULL, NULL, 43.99, 'Adult Couple Door Sex Swing, Bdsm Hanging Indoor Sex Swing, Sexy Slave Bondage L-68148.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-31 11:40:08', '2024-01-31 11:40:08'),
(2342, 'Fuel Dispenser For Mini Gas Station Petrol Station Equipment Gas Pump Dispenser Display Fuel Machine', 't1pae9cKN', 19, 'Model \r\nNozzle flow meter\r\nProducts\r\nPump Engine\r\nDisplay\r\nMain board number\r\nFlow rate\r\nZH1110J\r\n1\r\n1\r\n1\r\n1\r\n1\r\n5-50L/5-80L\r\nZH1110G\r\n1\r\n1\r\n1\r\n1\r\n1\r\n5-50L/5-80L', 900.00, NULL, NULL, 950.00, 'Fuel Dispenser For Mini Gas Station Petrol Station Equipment Gas Pump Dispenser Display Fuel Machine-32266.jpeg', 'Fuel Dispenser For Mini Gas Station Petrol Station Equipment Gas Pump Dispenser Display Fuel Machine-48896.jpeg', 'Fuel Dispenser For Mini Gas Station Petrol Station Equipment Gas Pump Dispenser Display Fuel Machine-84830.jpeg', 'Industrial', 5.0, NULL, 1, '2024-01-31 11:41:08', '2024-01-31 11:41:08'),
(2343, 'Energizer Jumper Cables for Car Battery, Heavy Duty Automotive Booster Cables', 'L14RuUxGr', 6, 'If you ever find yourself with a dead car battery, the Energizer Jumper Cables are a must-have! These heavy-duty automotive booster cables are designed to help jump-start your car and get you back on the road in no time.\r\n\r\nWith the Energizer Jumper Cables, you can confidently connect your car\'s battery to another vehicle\'s battery and give your car the boost it needs. These cables are built to be durable and reliable, ensuring a strong and safe connection.\r\n\r\nSo, if you want to be prepared for any unexpected battery issues, the Energizer Jumper Cables are a smart addition to your car emergency kit', 49.46, NULL, NULL, 53.89, 'Energizer Jumper Cables for Car Battery, Heavy Duty Automotive Booster Cables-74975.jpeg', 'Energizer Jumper Cables for Car Battery, Heavy Duty Automotive Booster Cables-27283.jpeg', 'Energizer Jumper Cables for Car Battery, Heavy Duty Automotive Booster Cables-68380.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-31 11:42:41', '2024-01-31 11:42:41'),
(2344, 'Large Sexy Chaise Sofa Chair Sex Furniture Pillows Love Inflatable Ramps Cushion', 'vEoYgtU9V', 4, 'Large Sexy Chaise Sofa Chair Sex Furniture Pillows Love Inflatable Ramps Cushions Bedroom Couples Set Toys Include Electric Air Pump 3Pcs Male Female Magic Wand Massage Attachments\r\n\r\nItem Condition: New', 100.00, NULL, NULL, 131.99, 'Large Sexy Chaise Sofa Chair Sex Furniture Pillows Love Inflatable Ramps Cushion-30944.jpeg', 'Large Sexy Chaise Sofa Chair Sex Furniture Pillows Love Inflatable Ramps Cushion-78477.jpeg', 'Large Sexy Chaise Sofa Chair Sex Furniture Pillows Love Inflatable Ramps Cushion-53870.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 11:43:43', '2024-01-31 11:43:43'),
(2345, 'TBA318 ggg40 / LPG transfer pump for LPG/Fuel Gas Station', 'CC7JLqb93', 19, '► 2,3,4,6 or 8 stage centrifugal LPG pump production options.\r\n► Operating pressure max. 25 bar\r\n► Operating capacity 90 lt/min for 6 stage centrifugal pump with 4kw exproof motor\r\n► ATEX and CE certificates\r\n► Superior mechanic components composition\r\n► GG25 or GGG40 casting material production options', 900.00, NULL, NULL, 950.00, 'TBA318 ggg40 / LPG transfer pump for LPG/Fuel Gas Station-66966.jpeg', 'TBA318 ggg40 / LPG transfer pump for LPG/Fuel Gas Station-58017.jpeg', 'TBA318 ggg40 / LPG transfer pump for LPG/Fuel Gas Station-52190.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 11:45:04', '2024-01-31 11:45:04'),
(2346, 'SAT1179 free shipping high quality spray automotive paint wholesale paint pneu', 'rTLTejD3j', 1, 'If you\'re in need of high-quality spray automotive paint, the SAT1179 is a fantastic choice. Not only is it known for its exceptional quality, but it also comes with the added bonus of free shipping. That\'s a win-win!\r\n\r\nWith the SAT1179, you can achieve a smooth and professional finish on your car\'s paint job. Whether you\'re touching up small areas or giving your vehicle a whole new look, this wholesale paint is perfect for the job.\r\n\r\nSo, if you\'re looking for top-notch automotive paint at a great price, the SAT1179 is the way to go. And with free shipping, it\'s even better!', 158.28, NULL, NULL, 179.99, 'SAT1179 free shipping high quality spray automotive paint wholesale paint pneu-24768.jpeg', 'SAT1179 free shipping high quality spray automotive paint wholesale paint pneu-63769.jpeg', 'SAT1179 free shipping high quality spray automotive paint wholesale paint pneu-10628.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 11:45:30', '2024-01-31 11:45:30'),
(2347, 'Large Training Butt Plug,Anal Plug Sex Toys Jeweled Design Sexy Butt Plugs,Safet', 'vULam8p1c', 10, 'Large Training Butt Plug,Anal Plug Sex Toys Jeweled Design Sexy Butt Plugs,Safety Metal Adult Anal Plug Toys For Woman Men(L)\r\n\r\nItem Condition: New', 40.49, NULL, NULL, 71.99, 'Large Training Butt Plug,Anal Plug Sex Toys Jeweled Design Sexy Butt Plugs,Safet-99905.jpeg', 'Large Training Butt Plug,Anal Plug Sex Toys Jeweled Design Sexy Butt Plugs,Safet-63940.jpeg', 'Large Training Butt Plug,Anal Plug Sex Toys Jeweled Design Sexy Butt Plugs,Safet-15895.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-31 11:47:15', '2024-01-31 11:47:15'),
(2348, 'Bluesky RT-C Model Fuel Dispenser', 'bVZl2LWiL', 19, 'Model available for 1 nozzle, 2 nozzle, 4 nozzle, 6 nozzle, 8 nozzle\r\nTatsuno type Pump / Tokheim type Pump / Bennett type Pump\r\nBoth suction and submersible\r\n100% tested before shipping\r\nOne year warranty and guarantee\r\nCertificate with MID,PCEC,OIML,etc\r\nHot selling in South America\r\nFactory direct selling', 900.00, NULL, NULL, 1100.00, 'Bluesky RT-C Model Fuel Dispenser-83022.jpeg', 'Bluesky RT-C Model Fuel Dispenser-67493.jpeg', 'Bluesky RT-C Model Fuel Dispenser-93693.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 11:47:57', '2024-01-31 11:47:57'),
(2349, 'MUCAR CDE900 PRO OBD2 Diagnostic Tools 32G Scan Tool Automotive Scanner Car Code', 'MO4Co2j94', 19, 'If you\'re in need of a professional OBD2 diagnostic tool, the MUCAR CDE900 PRO is a fantastic choice. This scan tool is equipped with advanced features and a 32G memory, making it a powerful automotive scanner for reading and clearing car codes.\r\n\r\nWith the MUCAR CDE900 PRO, you can easily diagnose and troubleshoot issues with your car\'s systems. Whether it\'s the engine, transmission, ABS, or more, this tool has got you covered.\r\n\r\nSo, if you\'re looking for a reliable and feature-packed OBD2 diagnostic tool, the MUCAR CDE900 PRO is the way to go!', 221.99, NULL, NULL, 235.70, 'MUCAR CDE900 PRO OBD2 Diagnostic Tools 32G Scan Tool Automotive Scanner Car Code-26680.jpeg', 'MUCAR CDE900 PRO OBD2 Diagnostic Tools 32G Scan Tool Automotive Scanner Car Code-81612.jpeg', 'MUCAR CDE900 PRO OBD2 Diagnostic Tools 32G Scan Tool Automotive Scanner Car Code-59610.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 11:48:16', '2024-01-31 11:48:16'),
(2350, 'Fuel  Filter element', 'NwMzdx1EE', 19, 'Material\r\nGlass fiber\r\nElement Type\r\nFolding filter element\r\nUsage\r\nOil water separation\r\nApplication\r\nExcavator\r\nSuitable Users\r\nFuel oil\r\nStyle\r\nEfficient\r\nWorking Temperature\r\n9（℃）\r\nOperating maximum pressure difference\r\n5（MPa）\r\nFilter Precision\r\n1\r\nInlet and outlet caliber\r\n6（mm）\r\n Performance\r\nResistant to alkali and acid\r\nRaw water pressure\r\n4（KG/c㎡）\r\nFilter area\r\n9\r\nUnit weight\r\n1kg\r\nSample\r\nAvailable', 8.00, NULL, NULL, 10.00, 'Fuel  Filter element-83697.jpeg', 'Fuel  Filter element-63553.jpeg', 'Fuel  Filter element-12701.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 11:56:29', '2024-01-31 11:56:29'),
(2351, 'Original Zva 3/4 refueling oil and gas recovery nozzle', 'YLLAIAVbb', 5, 'The oil and gas recovery gun is suitable for centralized and decentralized oil and gas recovery systems. The recovered oil and gas are returned to the underground oil tank through the oil and gas recovery gas pipeline and oil and gas recovery pipeline\r\nname\r\nFirst generation ZVA oil and gas recovery nozzle\r\nSecond-generation ZVA oil and gas recovery nozzle\r\nWorking pressure\r\n≤0.35mpa\r\n≤0.35mpa\r\nFlow range\r\n0-60L/min\r\n0-60L/min\r\nGas liquid ratio regulation\r\n1-1.2 ： 1\r\n1-1.2 ： 1\r\noperation temperature\r\n-35℃~55℃\r\n-35℃~55℃\r\nGas liquid ratio regulation\r\nNozzle tail\r\nnozzle opening\r\ncharacteristic\r\nBuilt in filter, resistant to low temperature, adjustable in two levels\r\nLow temperature resistance, built-in filter, two adjustable levels, lighter than the first generation', 50.00, NULL, NULL, 60.00, 'Original Zva 3/4 refueling oil and gas recovery nozzle-50141.jpeg', 'Original Zva 3/4 refueling oil and gas recovery nozzle-44259.jpeg', 'Original Zva 3/4 refueling oil and gas recovery nozzle-77881.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 12:09:00', '2024-01-31 12:09:00'),
(2352, 'Blush Sexy Things Frisky Rabbit - Pink', '6nlGN8YYs', 10, 'Sexy Things Frisky Rabbit will bring you more: Gyration plus vibration, in 3 points of powerful stimulation. Experience 48 Unique Settings. The control panel offers versatility giving puts the power in your hands. While the flickering bunny ears clitoral pleaser cradles your clitoris enveloping it in waves of pleasure. Featuring Reversible Gyration button located in the middle of the control panel allows you to reverse the direction of gyrating of the shaft. Imagine that! Made of TPE, it\'s free of phthalates, paraffins, and latex. 5 Insertable Inches. Shaft is 1.25\" width. Requires 4 AAA batteries (not included).', 29.99, NULL, NULL, 35.99, 'Blush Sexy Things Frisky Rabbit - Pink-95018.jpeg', 'Blush Sexy Things Frisky Rabbit - Pink-54235.jpeg', 'Blush Sexy Things Frisky Rabbit - Pink-55159.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 12:09:57', '2024-01-31 12:09:57'),
(2353, '55gal various widely used 304 stainless steel air pressure fuel pump for drum pum', '9vhlg3anw', 19, 'Model number\r\nYJ1-1\r\nName\r\nDrum Pump\r\nMaterial\r\n304 stainless steel\r\nEach product length * width * height (cm)\r\n130*8*8\r\nGross weight of each product (kg)\r\n20\r\nDelivery date\r\n3 days\r\nSample service\r\naccept\r\nCustomized service\r\naccept', 400.00, NULL, NULL, 450.00, '55gal various widely used 304 stainless steel air pressure fuel pump for drum pum-96246.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-01-31 12:16:46', '2024-01-31 12:16:46'),
(2354, 'Sexy Handcuffs Collar Adult Games Fetish Ing Bdsm Sex Bondage Rope Slave Sex Toy', '2r46qa6YO', 19, 'Sexy Handcuffs Collar Adult Games Fetish Ing Bdsm Sex Bondage Rope Slave Sex Toys For Woman Couples Gay\r\n\r\nItem Condition: New', 30.69, NULL, NULL, 39.99, 'Sexy Handcuffs Collar Adult Games Fetish Ing Bdsm Sex Bondage Rope Slave Sex Toy-12411.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-31 12:18:25', '2024-01-31 12:18:25'),
(2355, 'Denison T6EC-045-005 hydraulic vane pump fuel dispensing pump price', 'M4JWVw3LR', 19, 'Denison T6EC-045-005 hydraulic vane pump fuel dispensing pump price', 400.00, NULL, NULL, 500.00, 'Denison T6EC-045-005 hydraulic vane pump fuel dispensing pump price-87042.jpeg', 'Denison T6EC-045-005 hydraulic vane pump fuel dispensing pump price-47163.jpeg', 'Denison T6EC-045-005 hydraulic vane pump fuel dispensing pump price-19086.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 12:20:24', '2024-01-31 12:20:24'),
(2356, 'mechanical diesel fuel dispenser 220v chemical adblue pump', 'rqGytittJ', 19, 'Ideal for unloading for chemical liquid transfer,Totes or Drums of adblue, Detergents,Soaps,Acids and Alkalis.\r\n \r\nFeatures:\r\n* Permanent magnet and continuous duty\r\n*Built-in pressure switch automatically stats and stops pump when faucets is opened and closed\r\n*Self-priming so pump can be locate above water tank\r\n*Runs dry for extended periods of time without damage\r\n*Hold excellent motor keep stable temperature of pump\r\n \r\nSpecification:\r\n+\r\nSelf Priming	More than 3 meters\r\nPort Size	Hose tail connection 3/4\'\'\r\nPressure Max.	40PSI(2.8Bar)\r\nDiaphragm Material	Viton\r\nCheck valve Made	Viton\r\nVoltage	12v,24v,DC,115V,220V,230V AC\r\nPower:	ON/OFF Switch\r\nBody Material (DC):	Polypropylene\r\nBody Material(AC):	Aluminium\r\nLiquid of applications:	Water, oil, Urea, Adblue\r\nTechnical Data:\r\n+\r\nModel\r\nVolts\r\nOpen Flow\r\nPressure\r\nAmps\r\nSpeed\r\nN.W / G.W\r\nDC /AC\r\nLPM\r\nShut Off\r\n(A)\r\n(RPM)\r\n(KGS)\r\nHV-30A\r\n12 VDC\r\n30-35\r\n40 psi (2.8 bar)\r\n15\r\n2800\r\n5 /5.5\r\nHV-30B\r\n24 VDC\r\n30-35\r\n40 psi (2.8 bar)\r\n7.5\r\n2800\r\n5/5.5\r\nHV-30S\r\n115 VAC\r\n30\r\n25 psi (1.7bar)\r\n4\r\n3400\r\n6 / 6.5\r\nHV-30M\r\n230 VAC\r\n30\r\n25 psi (1.7bar)\r\n1.5\r\n2900\r\n6 / 6.5\r\nHV-40S\r\n115 VAC\r\n40\r\n25 psi (1.7bar)\r\n4.2\r\n3400\r\n6 / 6.5\r\nHV-40M\r\n230 VAC\r\n40\r\n25 psi (1.7bar)\r\n1.8\r\n2900\r\n6 / 6.5\r\nHV-50S\r\n115 VAC\r\n50\r\n25 psi (1.7bar)\r\n4.5\r\n3400\r\n6 / 6.5\r\nHV-50M\r\n230 VAC\r\n50\r\n25 psi(1.7bar)\r\n2\r\n2900\r\n6 / 6.5', 80.00, NULL, NULL, 91.00, 'mechanical diesel fuel dispenser 220v chemical adblue pump-64005.jpeg', 'mechanical diesel fuel dispenser 220v chemical adblue pump-85357.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 12:23:23', '2024-01-31 12:23:23'),
(2357, '10 Climax Speed Modes Vibrators', 'FXya9XRBG', 17, 'Use safe medical silicone material\r\n\r\nFresh colors, suitable for women to use\r\n\r\nBeautiful shape, easy to use, just press the power switch to enjoy\r\n\r\nStrong vibration can let you enjoy super pleasure\r\n\r\nThe vibrator has 10 different frequency\r\n\r\nUltra-quiet design, more convenient to use\r\n\r\nThe vibrator is waterproof, you can enjoy it in shower, or anywhere you wish', 9.89, NULL, NULL, 17.99, '10 Climax Speed Modes Vibrators-33642.jpeg', '10 Climax Speed Modes Vibrators-16612.jpeg', '10 Climax Speed Modes Vibrators-88540.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-31 12:24:10', '2024-01-31 12:24:10'),
(2358, 'Multi-Function Real Fox Tail Fur Anal Plug Sexy Adult Toy', '91fYpoZ7I', 16, 'Multi-Function Real Fox Tail Fur Anal Plug Sexy Adult Toy Fashion Butt Stainless Steel Cosplay Toy (Small Plug, Blue)\r\n\r\nItem Condition: New\r\n\r\nModel: Silveryplugcx\r\n\r\nColor: Blue', 25.79, NULL, NULL, 33.99, 'Multi-Function Real Fox Tail Fur Anal Plug Sexy Adult Toy-20013.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-01-31 12:30:50', '2024-01-31 12:30:50'),
(2359, 'Cheap Price 110V/220V Fuel Dispensing Pump', 'UNjQNbdNC', 19, 'Only suitable with diesel or biodiesel, kerosene.\r\nPumping flowrate 60LPM, Choice of 110V or 220V, 1\"BSPF\r\nDirect drive vane pumping unit with bypass valve\r\nSwitch& 2m long main cable\r\nWeather-proof to IP55 for outdoor use\r\nContinuously rated moto', 30.00, NULL, NULL, 40.00, 'Cheap Price 110V/220V Fuel Dispensing Pump-41447.jpeg', 'Cheap Price 110V/220V Fuel Dispensing Pump-98459.jpeg', 'Cheap Price 110V/220V Fuel Dispensing Pump-12903.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 12:31:07', '2024-01-31 12:31:07'),
(2360, 'Sex Doll For Men Realistic Lifesize Love Dolls For Male Full Body', 'yEyZVYCaP', 19, 'Sex Doll For Men Realistic Lifesize Love Dolls For Male Full Body Sexy,Adult Male Masturbator With Big Boobs And Tight Alal,Scaled-Down Female Torso Dolls (Small Size Sex Doll)\r\n\r\nItem Condition: New\r\n\r\nColor: Fresh', 50.49, NULL, NULL, 80.99, 'Sex Doll For Men Realistic Lifesize Love Dolls For Male Full Body-91496.jpeg', NULL, NULL, 'Toys and games', 5.0, NULL, 1, '2024-01-31 12:37:35', '2024-01-31 12:37:35'),
(2361, 'Bdsm Restraint Silicone Dildo Strap-On Vibrating Dildo Sexy Leather Pants', 'MQUKFlUK2', 4, 'Bdsm Restraint Silicone Dildo Strap-On Vibrating Dildo Sexy Leather Pants Lesbian Masturbation Panties Vaginal Plug Anal Plug Thrust Flirt Toy (Length: 13 Cm)\r\n\r\nItem Condition: New\r\n\r\nColor: Black', 18.98, NULL, NULL, 29.99, 'Bdsm Restraint Silicone Dildo Strap-On Vibrating Dildo Sexy Leather Pants-85533.jpeg', 'Bdsm Restraint Silicone Dildo Strap-On Vibrating Dildo Sexy Leather Pants-84536.jpeg', 'Bdsm Restraint Silicone Dildo Strap-On Vibrating Dildo Sexy Leather Pants-88878.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 12:43:31', '2024-01-31 12:43:31'),
(2362, 'Purple Collar For Women Neck Restraints Kit To Sexy Slave Frisky Beginner Collar', 'm3ZN1u41a', 17, 'Purple Collar For Women Neck Restraints Kit To Sexy Slave Frisky Beginner Collar Adjustable Bondage Set Gothic Plush Leather Collars Choker With Chain Detachable Leash Couple Sm Sex Game Tool', 18.78, NULL, NULL, 23.99, 'Purple Collar For Women Neck Restraints Kit To Sexy Slave Frisky Beginner Collar-65930.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-01-31 12:49:22', '2024-01-31 12:49:22'),
(2363, 'Dry Chemical Fire Extinguisher', 'dGfvOIovN', 19, 'Product name\r\nDry Chemical Fire Extinguisher\r\nModel\r\nSONG PD6S\r\nMOQ\r\n200pcs', 15.80, NULL, NULL, 20.80, 'Dry Chemical Fire Extinguisher-94475.jpeg', 'Dry Chemical Fire Extinguisher-92120.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-01-31 12:52:25', '2024-01-31 12:52:25'),
(2364, '10 Speeds Panties Vibrator Sex Toys', 'VukEO3MVZ', 18, 'Ultra-thin Invisible Wear Vaginal Balls\r\n\r\nMaterial: Silicone ABS\r\n\r\nSize: 165mm (L) *80mm (W)*27 (H) mm\r\n\r\nFrequency : 10 Speeds\r\n\r\nPower by : USB Rechargeable\r\n\r\nRemote control: CR2032 button battery\r\n\r\nProduct Size\r\n\r\nThe best size, suitable for all women.', 12.79, NULL, NULL, 14.99, '10 Speeds Panties Vibrator Sex Toys-18926.jpeg', '10 Speeds Panties Vibrator Sex Toys-75029.jpeg', '10 Speeds Panties Vibrator Sex Toys-40731.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 13:00:50', '2024-01-31 13:00:50'),
(2365, 'Handheld portable liquid level indicator for fire extinguisher CO2 tank check quick liquid level detection in co2 gas cylinder', 'yPcPBr8wN', 19, 'The Portable Liquid Level Indicator is designed to measure the presence or absence of liquid at a certain height position in a container. \r\nThe indicator can also be used to detect the presence or absence of liquid in pipelines.\r\nMeasurement Accuracy\r\n<2mm\r\nMeasurable range of wall thickness\r\n3～30mm\r\nMeasurable tank material\r\nSteel, stainless steel, glass, unformed plastics\r\nMeasurable medium\r\nPure liquid, milky liquid, suspension liquid\r\nAmbient temperature\r\n-20℃~60℃ (-4℉~+140℉)\r\nPower supply\r\nTwo 18650 lithium batteries. One 2000mAh lithium polymer batter(4.2V --- 3.5V)\r\nCurrent\r\n150mA(on average)', 1900.00, NULL, NULL, 2100.00, 'Handheld portable liquid level indicator for fire extinguisher CO2 tank check quick liquid level detection in co2 gas cylinder-58483.jpeg', 'Handheld portable liquid level indicator for fire extinguisher CO2 tank check quick liquid level detection in co2 gas cylinder-66811.jpeg', 'Handheld portable liquid level indicator for fire extinguisher CO2 tank check quick liquid level detection in co2 gas cylinder-79228.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 13:01:13', '2024-01-31 13:01:13'),
(2366, 'STEELMAN 1.55mm x 20.00mm Flat Twin Blade Automotive Terminal Tool, 95839-05', 'C4D6Abhxi', 10, 'If you\'re working with automotive terminals, the STEELMAN 1.55mm x 20.00mm Flat Twin Blade Terminal Tool is a handy tool to have in your toolkit. This tool is specifically designed to help you easily remove and insert flat twin blade terminals in automotive electrical connectors.\r\n\r\nWith the STEELMAN Terminal Tool, you can confidently work on electrical connections without damaging the terminals or connectors. Its precise size and shape make it a perfect fit for the job.\r\n\r\nSo, if you\'re looking for a reliable and effective tool for automotive terminals, the STEELMAN 1.55mm x 20.00mm Flat Twin Blade Terminal Tool is a great choice!', 17.99, NULL, NULL, 19.45, 'STEELMAN 1.55mm x 20.00mm Flat Twin Blade Automotive Terminal Tool, 95839-05-30939.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-31 13:01:35', '2024-01-31 13:01:35'),
(2367, 'Fire Hose', 'yKF7JICH2', 19, 'item\r\nvalue\r\nPlace of Origin\r\nTurkey\r\nIstanbul\r\nBrand Name\r\nPolytechnic\r\nModel Number\r\nPOLFC\r\nProduct name\r\nFire Hose\r\nApplication\r\nFire Fighting Emergency Rescue\r\nMaterial\r\nAluminum\r\nType\r\nUpright\r\nColor\r\nRed\r\nCertificate\r\nISO\r\nBrand\r\nPolytechnic\r\nPacking\r\nCarton\r\nPackage\r\nCarton Package\r\nMOQ\r\n100 Pcs', 3.00, NULL, NULL, 4.00, 'Fire Hose-60271.jpeg', 'Fire Hose-84260.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 13:04:14', '2024-01-31 13:04:14'),
(2368, 'Auto Force EFI-8400 D-Jet ABS Scan Tool Automotive Diagnostic Scanner Rare 515C3', '9fcqe7GEd', 18, 'If you\'re in need of a rare and powerful ABS scan tool, the Auto Force EFI-8400 D-Jet is just what you\'re looking for. This automotive diagnostic scanner is specifically designed to work with ABS systems, allowing you to diagnose and troubleshoot any issues with ease.\r\n\r\nWith the Auto Force EFI-8400 D-Jet, you can quickly and accurately read and clear ABS codes, ensuring that your vehicle\'s braking system is in top-notch condition. Its advanced features and capabilities make it a valuable tool for any automotive enthusiast or professional.\r\n\r\nSo, if you\'re searching for a reliable and hard-to-find ABS scan tool, the Auto Force EFI-8400 D-Jet is the perfect choice for you!', 2900.00, NULL, NULL, 3050.00, 'Auto Force EFI-8400 D-Jet ABS Scan Tool Automotive Diagnostic Scanner Rare 515C3-71321.jpeg', 'Auto Force EFI-8400 D-Jet ABS Scan Tool Automotive Diagnostic Scanner Rare 515C3-79654.jpeg', 'Auto Force EFI-8400 D-Jet ABS Scan Tool Automotive Diagnostic Scanner Rare 515C3-76141.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 13:05:35', '2024-01-31 13:05:35'),
(2369, '7Pcs Sex Bondage Restraints Couples Toys Bdsm Sexy Restraint Straps', 'LH2brg3iE', 16, '7Pcs Sex Bondage Restraints Couples Toys Bdsm Sexy Restraint Straps Adult Sexual Set\r\n\r\nItem Condition: New\r\n\r\nModel: 52519824', 29.79, NULL, NULL, 32.99, '7Pcs Sex Bondage Restraints Couples Toys Bdsm Sexy Restraint Straps-35102.jpeg', '7Pcs Sex Bondage Restraints Couples Toys Bdsm Sexy Restraint Straps-43748.jpeg', '7Pcs Sex Bondage Restraints Couples Toys Bdsm Sexy Restraint Straps-58615.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 13:06:00', '2024-01-31 13:06:00'),
(2370, 'Durable stainless steel fire extinguisher shelf bracket colorful metal design for new energy vehicle homes building', 'VIvhe4Td3', 19, 'Sample\r\nSupport\r\nSize\r\nCustomized\r\nThickness\r\n1.2mm\r\nCertificate\r\nISO9001:2008\r\nDelivery time\r\n3-10 days\r\nColor\r\nCustomized\r\nService\r\nCustomize ODM OEM\r\nMaterial\r\niron,steel as per client\'s requirement\r\nApplication\r\nAppliance, Auto, Building, Capital equipment, Energy, Instrumentation, Medical device, Telecommunications\r\nRemarks\r\n1.Sample is always welcome.\r\n2.Small order also acceptable.\r\n3.Design for clients\' ideas.', 2.15, NULL, NULL, 3.15, 'Durable stainless steel fire extinguisher shelf bracket colorful metal design for new energy vehicle homes building-38502.jpeg', 'Durable stainless steel fire extinguisher shelf bracket colorful metal design for new energy vehicle homes building-45884.jpeg', 'Durable stainless steel fire extinguisher shelf bracket colorful metal design for new energy vehicle homes building-94470.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 13:09:15', '2024-01-31 13:09:15'),
(2371, 'Satisfyer Sexy Secret Panty Vibrator - Red Wine', 'cHROMeoLo', 17, 'Height: 5.750\r\n\r\nLength: 4.250\r\n\r\nDiameter: 2.250\r\n\r\nSatisfyer Sexy Secret: A clit stimulator for on the go.The Sexy Secret from Satisfyer provides sensual stimulation on the go: just attach the panty vibrator to your panties with the handy magnet so you can stimulate yourself with powerful, whisper-quiet, vibrations, and spice up your everyday life. The ergonomic shape means it fits perfectly to your body contours, lying directly on the clitoris and providing you especially intense stimulation. The surface, made of body-friendly silicone, is especially soft, providing you with smooth fun with just a few drops of lubricant.Panty vibrator with Satisfyer ConnectThis portable clit vibrator can also be controlled easily on the go: you can operate it intuitively with the Satisfyer Connect app. Control the vibrations of this panty vibrator using your cell phone or your Apple Watch, or let someone else control it for you from anywhere in the world! Let your creativity run free with the new Satisfyer Connect app! You can also create your own vibration programs and share them with other app users, and create vibration patterns based on your Spotify or music library playlists.Because this panty vibrator is waterproof (IPX7 rating), you can also use it in wet areas, like the shower or bathtub, and clean it easily with warm water and mild soap. If your Sexy Secret ever runs out of steam, you can recharge the integrated batteries with the included USB charging cable.', 79.49, NULL, NULL, 91.93, 'Satisfyer Sexy Secret Panty Vibrator - Red Wine-79717.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-01-31 13:11:12', '2024-01-31 13:11:12'),
(2372, 'ISO, CE 2Kg, 3Kg, 4.5Kg, 5Kg Co2 Fire Extinguishe', 'vOBXHTZkw', 19, 'ISO, CE, EN3, UL Standard Fire Extinguishers\r\nCARBON DIOXIDE EXTINGUISHERS\r\nRECHARGEABLE Extinguish flammable liquid fires in gasoline and paint storage areas.\r\nCO2 fire extinguisher uses:\r\n• Fires involving equipment such as computers, or generators (‘electrical’ fires)\r\n• Fires involving some flammable liquids, such as petrol, diesel, and paint (‘class B’ fires)', 9.20, NULL, NULL, 11.52, 'ISO, CE 2Kg, 3Kg, 4.5Kg, 5Kg Co2 Fire Extinguishe-99326.jpeg', 'ISO, CE 2Kg, 3Kg, 4.5Kg, 5Kg Co2 Fire Extinguishe-17875.jpeg', 'ISO, CE 2Kg, 3Kg, 4.5Kg, 5Kg Co2 Fire Extinguishe-30616.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 13:17:09', '2024-01-31 13:17:09'),
(2373, 'Sexy Toys, 2Pcs Silicone Butt Plugs/Medical Silicone Sensuality Anal Toys/Prosta', 'ru4OpKF7K', 10, 'Sexy Toys, 2Pcs Silicone Butt Plugs/Medical Silicone Sensuality Anal Toys/Prostate Massage Anus Dilator Anal Ball For Beginner Advanced Men Women/Anal Plugs/Anal Beads/Silicone Dildo\r\n\r\nItem Condition: New\r\n\r\nColor: Black', 35.79, NULL, NULL, 40.99, 'Sexy Toys, 2Pcs Silicone Butt Plugs/Medical Silicone Sensuality Anal Toys/Prosta-76373.jpeg', 'Sexy Toys, 2Pcs Silicone Butt Plugs/Medical Silicone Sensuality Anal Toys/Prosta-96025.jpeg', 'Sexy Toys, 2Pcs Silicone Butt Plugs/Medical Silicone Sensuality Anal Toys/Prosta-99580.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 13:17:32', '2024-01-31 13:17:32'),
(2374, 'Sexy Feather Stick Tickling Erotic Torture Tool Sexy Bdsm Tease Teather Stick', 'HABIO9KBH', 19, 'Sexy Feather Stick Tickling Erotic Torture Tool Sexy Bdsm Tease Teather Stick Sex Whip Sex Toy In Bed For Couples\r\n\r\nItem Condition: New', 19.69, NULL, NULL, 27.99, 'Sexy Feather Stick Tickling Erotic Torture Tool Sexy Bdsm Tease Teather Stick-85595.jpeg', 'Sexy Feather Stick Tickling Erotic Torture Tool Sexy Bdsm Tease Teather Stick-96317.jpeg', 'Sexy Feather Stick Tickling Erotic Torture Tool Sexy Bdsm Tease Teather Stick-15076.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-31 13:24:06', '2024-01-31 13:24:06'),
(2375, 'Commercial electric industrial ice cream cone and egg roll round syrup waffle maker snack baker machine with single plate', 'GNWLJvpZK', 19, 'Commercial electric industrial ice cream cone and egg roll round syrup waffle maker snack baker machine with single plate', 15.00, NULL, NULL, 19.00, 'Commercial electric industrial ice cream cone and egg roll round syrup waffle maker snack baker machine with single plate-54339.jpeg', 'Commercial electric industrial ice cream cone and egg roll round syrup waffle maker snack baker machine with single plate-21230.jpeg', 'Commercial electric industrial ice cream cone and egg roll round syrup waffle maker snack baker machine with single plate-71475.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 13:25:51', '2024-01-31 13:25:51'),
(2376, '8Pcs Oil Funnel Filling Kit With 6 Adapters Automotive Tool For Car Truck', 'yDtKoQ5gq', 10, 'If you\'re in need of an oil funnel filling kit for your car or truck, I\'ve got just the thing for you! The 8Pcs Oil Funnel Filling Kit comes with 6 adapters, making it versatile and compatible with various vehicles.\r\n\r\nWith this automotive tool, you can easily and mess-free fill up your engine oil, transmission fluid, or any other fluids your vehicle requires. The different adapters ensure a snug fit, preventing any spills or leaks during the filling process.\r\n\r\nSo, if you want to make oil changes and fluid top-ups a breeze, the 8Pcs Oil Funnel Filling Kit with 6 Adapters is a must-have for your car or truck!', 116.74, NULL, NULL, 145.00, '8Pcs Oil Funnel Filling Kit With 6 Adapters Automotive Tool For Car Truck-15201.jpeg', '8Pcs Oil Funnel Filling Kit With 6 Adapters Automotive Tool For Car Truck-32050.jpeg', '8Pcs Oil Funnel Filling Kit With 6 Adapters Automotive Tool For Car Truck-38920.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 13:34:08', '2024-01-31 13:34:08'),
(2377, 'The Quest Kids', '0kNJ9BPfc', 19, 'Fantasy and Fun-filled Family Adventure - Go on a quest in this fantasy-themed board game for the whole family! Explore the magical Tolk\'s Cave to find treasures and scare away monsters through this very unique and exciting game for kids ages 5 and up.\r\nEasy to Learn & Play - The Quest Kids board game is easy to play, with simple rules to encourage independent play among young gamers. Learn the rules with your kids or give them time to learn by themselves for a fun-tastic experience!\r\nA Fantasy Board Game Starter - Introduce your child to the world of fantasy board games! Featuring classic heroes and fun villains with a learning curve that slowly escalates in complexity, this game will help boost your child’s creativity and curiosity.\r\nPromotes Kindness & Cooperation - We designed this adventure board game to teach players generosity and cooperation to win the game. Our Kind Kid Cards promote valuable lessons for your little dungeon crawlers!\r\nCool, Artsy, Premium Pieces & Figures - All the pieces and art in this fantasy adventure game are creative, fun and of high quality! The Quest Kids features large colorful plastic hero figures, chunky treasure and an easy end game scoring system of counting stars.', 35.69, NULL, NULL, 49.99, 'The Quest Kids-92309.jpeg', 'The Quest Kids-62246.jpeg', 'The Quest Kids-85180.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 13:35:37', '2024-01-31 13:35:37'),
(2378, 'Full Room Radiant Heater', '6FB2jFwln', 19, 'Maximizes heat flow into the room while maintaining a low surface temperature.', 45.95, NULL, NULL, 59.95, 'Full Room Radiant Heater-23661.jpeg', 'Full Room Radiant Heater-74626.jpeg', 'Full Room Radiant Heater-83741.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 13:37:36', '2024-01-31 13:37:36'),
(2379, 'Kingdom Builder', '6A7yk5YBl', 16, 'The award winning game designed by Donald X. Vaccarino. In Kingdom Builder the players create their own Kingdoms by skillfully building their settlements, aiming to earn the most gold at the end of the game. A highly variable game board and varying scoring conditions will ensure that you won’t be playing the same game ever, unless you want to.', 42.33, NULL, NULL, 59.99, 'Kingdom Builder-92212.jpeg', 'Kingdom Builder-86756.jpeg', 'Kingdom Builder-91042.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-31 13:41:51', '2024-01-31 13:41:51'),
(2380, 'Mosquito Supper Club: Cajun Recipes from a Disappearing Bayou', 'kg6JJ156u', 7, 'If you\'re a fan of Cajun cuisine and want to explore authentic recipes from the disappearing Bayou, then \"Mosquito Supper Club: Cajun Recipes from a Disappearing Bayou\" is the perfect cookbook for you! 🌾🍽️\r\n\r\nThis cookbook takes you on a culinary journey through the Cajun culture, showcasing traditional recipes passed down through generations. From gumbo to jambalaya to crawfish étouffée, you\'ll find a wide variety of delicious dishes that capture the essence of Louisiana\'s Bayou region.\r\n\r\nNot only does \"Mosquito Supper Club\" provide mouthwatering recipes, but it also shares the stories and traditions behind these dishes, giving you a deeper appreciation for Cajun culture and heritage.\r\n\r\nSo, if you\'re ready to immerse yourself in the flavors of the Bayou, \"Mosquito Supper Club: Cajun Recipes from a Disappearing Bayou\" is a must-have addition to your cookbook collection.', 26.29, NULL, NULL, 35.00, 'Mosquito Supper Club: Cajun Recipes from a Disappearing Bayou-19204.jpeg', 'Mosquito Supper Club: Cajun Recipes from a Disappearing Bayou-84550.jpeg', 'Mosquito Supper Club: Cajun Recipes from a Disappearing Bayou-22708.jpeg', 'Books', 5.0, NULL, 1, '2024-01-31 13:45:44', '2024-01-31 13:45:44'),
(2381, 'Masters of the Air: America\'s Bomber Boys Who Fought the Air War Against Nazi Germany', '34xl1eRVh', 2, 'If you\'re interested in learning about the incredible stories of America\'s bomber boys who fought against Nazi Germany during World War II, then \"Masters of the Air: America\'s Bomber Boys Who Fought the Air War Against Nazi Germany\" is a book you won\'t want to miss! ✈️🇺🇸\r\n\r\nThis book takes you on a gripping journey through the experiences of the brave men who flew in the skies over Europe, facing incredible challenges and demonstrating extraordinary courage. It provides a detailed and captivating account of their missions, the aircraft they flew, and the impact they had on the outcome of the war.\r\n\r\n\"Masters of the Air\" offers a unique perspective on this pivotal chapter in history, shedding light on the sacrifices and heroism of the bomber crews. It\'s a compelling read that will leave you with a deep appreciation for the bravery and determination of these remarkable individuals.\r\n\r\nSo, if you\'re ready to dive into the untold stories of America\'s bomber boys, \"Masters of the Air: America\'s Bomber Boys Who Fought the Air War Against Nazi Germany\" is a must-read!', 15.18, NULL, NULL, 22.00, 'Masters of the Air: America\'s Bomber Boys Who Fought the Air War Against Nazi Germany-21247.jpeg', 'Masters of the Air: America\'s Bomber Boys Who Fought the Air War Against Nazi Germany-50499.jpeg', NULL, 'Books', 4.5, NULL, 1, '2024-01-31 13:52:42', '2024-01-31 13:52:42'),
(2382, 'Casper 11\" Essential Mattress (King or California King)', '87lfKIAJj', 2, 'Designed with 3 layers of foam for support, breathability, and bounce.\r\nMemory foam supports pressure points and cradles curves.\r\nOpen-cell design and breathable materials helps you sleep cool.\r\nBase foam reinforces top layers and adds durability.\r\n11\" high.\r\n5-year Limited Mattress Warranty.', 398.00, NULL, NULL, 795.00, 'Casper 11\" Essential Mattress (King or California King)-89399.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 13:54:17', '2024-01-31 13:54:17'),
(2383, 'Weller 5 to 30 Variable Wattage Precision Grip Soldering Iron Station', 'ko7QPCmK4', 2, 'Adjustable Wattage: Variable wattage dial enables you to take on a wider range of applications\r\nCompact Design: Saves space on your workbench\r\nIntegrated Safety Rest : On-board secure safety rest holds iron when not in use, reducing the risk of injury or damage to your workspace\r\nOptimal Precision and Control: Ergonomic molded pencil grip provides you with comfort, precision and control\r\nQuick Tip Change: Easily replace worn tips or change tip applications', 22.45, NULL, NULL, 71.00, 'Weller 5 to 30 Variable Wattage Precision Grip Soldering Iron Station-98946.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-01-31 13:57:21', '2024-01-31 13:57:21'),
(2384, 'Invincible Compendium Vol. 2 Hardcover ( Variant cover graphic novel/ comic book)', 'Dc8qp9EC3', 19, 'The Invincible Compendium Vol. 2 is a hardcover graphic novel/comic book that comes with a variant cover. It\'s packed with exciting superhero adventures from the Invincible series. This collection of issues will immerse you in an action-packed reading experience. So if you\'re ready for some epic superhero goodness, this is the perfect addition to your collection!', 39.99, NULL, NULL, 45.00, 'Invincible Compendium Vol. 2 Hardcover ( Variant cover graphic novel/ comic book)-20672.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-01-31 14:00:14', '2024-01-31 14:00:14'),
(2385, 'HealthSmart 150mL Essential Aromatherapy Oil Diffuser', 'QLznHKqBL', 2, 'HealthSmart Essential Oil Diffuser, Cool Mist Humidifier and Aromatherapy Diffuser with 150ML Tank Ideal for Small Rooms, Adjustable Timer and Mist Mode, Wood Grain Brown', 9.71, NULL, NULL, 20.00, 'HealthSmart 150mL Essential Aromatherapy Oil Diffuser-55244.jpeg', 'HealthSmart 150mL Essential Aromatherapy Oil Diffuser-24151.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 14:02:10', '2024-01-31 14:02:10'),
(2386, '150W Elite Gourmet Electric Immersion Hand Mixer Blender w/ 1-Touch Control', 'Ze2x608te', 2, 'Elite Gourmet EHB-2425X Electric Immersion Hand Blender, Mixer, Chopper, 1-Touch Control Multi Purpose Electric Immersion Stick, Mixer, Chopper, 150 Watts, For Soups, Sauces, Baby Food, White', 8.00, NULL, NULL, 11.99, '150W Elite Gourmet Electric Immersion Hand Mixer Blender w/ 1-Touch Control-60344.jpeg', '150W Elite Gourmet Electric Immersion Hand Mixer Blender w/ 1-Touch Control-59496.jpeg', '150W Elite Gourmet Electric Immersion Hand Mixer Blender w/ 1-Touch Control-27588.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 14:06:13', '2024-01-31 14:06:13'),
(2387, 'Kingdom Builder', 'oBTE9pMoa', 16, 'The award winning game designed by Donald X. Vaccarino. In Kingdom Builder the players create their own Kingdoms by skillfully building their settlements, aiming to earn the most gold at the end of the game. A highly variable game board and varying scoring conditions will ensure that you won’t be playing the same game ever, unless you want to.', 42.33, NULL, NULL, 59.99, 'Kingdom Builder-38705.jpeg', 'Kingdom Builder-66946.jpeg', 'Kingdom Builder-25466.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-31 14:07:38', '2024-01-31 14:07:38'),
(2388, 'Airthereal MA10K-PRO Ozone Generator 10000 mg/h High Capacity O3 Machine, Home Ionizer Odor Remover, Yellow', 'OJ1NCiMQF', 2, 'Color Yellow\r\nBrand AIRTHEREAL\r\nProduct Dimensions 7.1\"D x 9.3\"W x 6.8\"H\r\nPower Source ac\r\nItem Weight 6.6 Pounds', 75.80, NULL, NULL, 89.98, 'Airthereal MA10K-PRO Ozone Generator 10000 mg/h High Capacity O3 Machine, Home Ionizer Odor Remover, Yellow-84710.jpeg', 'Airthereal MA10K-PRO Ozone Generator 10000 mg/h High Capacity O3 Machine, Home Ionizer Odor Remover, Yellow-94412.jpeg', 'Airthereal MA10K-PRO Ozone Generator 10000 mg/h High Capacity O3 Machine, Home Ionizer Odor Remover, Yellow-83515.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 14:08:07', '2024-01-31 14:08:07'),
(2389, 'The Harry Potter Wizarding Almanac', 'a7phvrEGm', 19, 'the Harry Potter Wizarding Almanac is absolutely magical!  It\'s a comprehensive guide filled with fascinating information about the wizarding world. From spells and potions to magical creatures and famous wizards, this almanac has it all. It\'s the perfect companion for any Harry Potter fan who wants to delve deeper into the enchanting universe created by J.K. Rowling. So grab your wand and get ready to explore the wonders of the wizarding world with the Harry Potter Wizarding Almanac!', 26.34, NULL, NULL, 35.99, 'The Harry Potter Wizarding Almanac-16978.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-31 14:09:40', '2024-01-31 14:09:40'),
(2390, 'Log Splitters: 20-Ton Landworks 7HP Gas Powered', '8tB56BSyq', 2, 'Log Splitters: 20-Ton Landworks 7HP Gas Powered', 540.00, NULL, NULL, 1000.00, 'Log Splitters: 20-Ton Landworks 7HP Gas Powered-96661.jpeg', 'Log Splitters: 20-Ton Landworks 7HP Gas Powered-14854.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-01-31 14:09:53', '2024-01-31 14:09:53'),
(2391, 'Timber Ridge Folding Camping Chair w/ Foldable Side Tables & Cup Holders', 'ZBHKkgMkF', 2, 'TIMBER RIDGE Folding Camping Chair with Foldable Side Tables and Cup Holders Heavy Duty Supports 600 lbs for Outdoor, Lawn, Picnic, Fishing, Blue (38\" Wide)', 58.78, NULL, NULL, 120.00, 'Timber Ridge Folding Camping Chair w/ Foldable Side Tables & Cup Holders-85093.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 14:14:20', '2024-01-31 14:14:20'),
(2392, 'Snow Joe SJ625E 21\" 15-Amp Electric Walk-Behind Electric Snow Thrower/Blower', 'LpPFMnMGP', 2, 'Snow Joe SJ625E 21\" 15-Amp Electric Walk-Behind Electric Snow Thrower/Blower', 128.00, NULL, NULL, 145.00, 'Snow Joe SJ625E 21\" 15-Amp Electric Walk-Behind Electric Snow Thrower/Blower-14054.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-01-31 14:16:55', '2024-01-31 14:16:55');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2393, 'Panasonic Lumix BS1H Box Cinema Camera', 'oi7Gl10H5', 2, 'Compact and suitable for cine drones, remote setups, and expandable for cine work as well as multi-camera broadcast work, the Panasonic Lumix BS1H Box Cinema Camera is a modular digital cinema camera with a small form-factor that bellies its full-frame sensor. It features a 24.2MP sensor, a Leica L lens mount, and a wide 14+-stop dynamic range to accommodate extreme lighting changes when recording in V-Log. It records video with resolutions up to 5.9K as well as C4K (4096 x 2160) and UHD4K, and it incorporates VariCam Look workflows.\r\n\r\nThe camera features dual-native ISO using its Venus Engine, anamorphic support, advanced AF (autofocus), numerous remote and power options, and supports HLG (Hybrid Log-Gamma) color for vivid imagery to aid professional color grading. There are many features packed into this tiny camera that make it the go-to production camera in any mobile and multi-camera production environment.\r\n\r\nThe BS1H provides multiple ways to record your footage to high data rate files in the ALL-Intra, LongGOP, MOV, and MP4 recording formats with H.264 and H.265/HEVC codecs. The camera supports unlimited recording time and allows you to record 10-bit 4:2:2 video using the camera\'s dual SD card slots. It can output up to 4K via the HDMI 2.0 output, or you can output up to 1080p resolution via SDI. The camera allows you to output via HDMI and SDI simultaneously, so you can use one signal for monitoring and the other for recording. It also supports recording at variable frame rates for high-quality, slow-motion video. Custom 3D LUTs can be uploaded into the camera, using the SD card slots.\r\n\r\nThe BS1H is also an ideal camera for multi-camera environments, not only because it\'s highly mobile, but it includes timecode and genlock BNC ports, so you can sync it with other cameras to make syncing in postproduction easy. Its RJ45 Gigabit LAN port allows you to sync with other networked BS1H cameras, manage the camera settings and functions, and even perform direct IP streaming with a future firmware update. Wi-Fi and Bluetooth functionality are also integrated for monitoring, configuration, and control via a smartphone or tablet, using the LUMIX Sync app. Another function integrated into the BS1H is a USB 3.1 Gen 1 Type-C input to control the camera with the LUMIX Tether app, which allows you to capture still images and control up to 12 BS1H cameras. Audio features include high-grade 48 kHz/24-bit LPCM format, an integrated stereo microphone, a 3.5mm mic/line-level input, and a 3.5mm headphone output. The optional DMW-XLR1 XLR adapter can be utilized, using the camera\'s integrated hot shoe, allowing you to record with professional microphones.\r\n\r\nIts compact body measures less than 4\" square and weighs only 1.3 lb, so it can be used on gimbals or drones for high-quality, stabilized footage. Its internal fan keeps the camera cool during long shoots, and its aluminum and magnesium housing provides protection and adds to the cooling factor. It also features 9 x accessory mounting threads for mounting onto a plate, cage, or tripod mount. There are four user-programmable function buttons around the housing as well as tally lights on the front and rear. You can power the BS1H using the included power adapter, with a separately available high-capacity VBR-type battery using its integrated mount, or by using PoE+ (Power-over-Ethernet) via the LAN port with compatible PoE equipment.\r\n\r\nSensor and Processing Engine\r\n24.2 MP sensor with low-pass filter\r\nDual native ISO 100-51200 and 50 to 204,800\r\n10-bit C4K/4K 59.94/50 video (35mm)\r\n4:2:2 10-bit internal recording\r\nVFR C4K/4K, 2 to 60 fps, FHD 2-180 fps\r\nV-Log\r\n14+ stops of dynamic range with V-Log and V-Gamut\r\nCompatible with the \"Cinema VariCam Look\"\r\nSupports LUT files\r\nLUT-applied images viewable on SDI and HDMI outputs\r\nResolution\r\nSupports 6K, 5.9K, 5.4K, C4K, and 4K in full-frame mode\r\nSupports C4K, 4K, Anamorphic 4K (4:3 aspect ratio), and FHD in S35mm mode\r\nRecording and Output\r\nThe camera records internally at 4:2:2 10-Bit/8-bit as well as 4:2:0 10-bit/8-bit to dual UHS II SD card slots that support cards with speed ratings up to V90\r\nThe camera outputs Blackmagic RAW or ProRes RAW via the HDMI port for external monitoring and/or recording\r\nYou can simultaneously output RAW over HDMI and video over SDI\r\nYou can record internally, while simultaneously output FHD over SDI and up to 4K over HDMI\r\nUsing the LUMIX Tether app version 1.1 or higher or LUMIX sync, you can record internally, output over both HDMI and SDI, and output via wired LAN or Wi-Fi\r\nEthernet Compatible\r\nThe camera features an Ethernet port that allows you to remotely control up to 12 x BS1H cameras. You can power the camera via PoE+ protocol over a network that supports PoE+, and you can also stream directly from the camera using the RTP/TRSP protocols. The camera supports streaming UHD 4K and FHD as well as 1280 x 720p.\r\nSupports Genlock and Timecode\r\nThe BS1H supports Genlock as well as Timecode in/out, providing synchronization of cameras for live sports or later postproduction.\r\nBluetooth and Wi-Fi\r\nThe camera supports both Bluetooth and Wi-Fi.\r\nFunctions\r\nFrame Indicator (red outline surrounds frame indicating the camera is recording)\r\nFrame Marker\r\nVertical Position Information\r\nStreaming Blue Frame Indicator\r\nAspect Ratio masks\r\nFace/Eye recognition for focus tracking\r\nLow Light AF supports images with exposure levels down to -6EV\r\nUPC: 885170387065', 2000.00, NULL, NULL, 2497.99, 'Panasonic Lumix BS1H Box Cinema Camera-43076.jpeg', 'Panasonic Lumix BS1H Box Cinema Camera-48000.jpeg', 'Panasonic Lumix BS1H Box Cinema Camera-45718.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 14:17:37', '2024-01-31 14:17:37'),
(2394, 'Delta Children Deluxe Disney Book & Toy Organizer', 'OMlMhK0X0', 10, 'the Delta Children Deluxe Disney Book & Toy Organizer is a fantastic addition to any child\'s room!  This organizer is designed with beloved Disney characters and features multiple shelves and bins to keep books and toys neatly organized. It\'s not only functional but also adds a touch of Disney magic to the room. Your child will love having their favorite characters on display while keeping their books and toys in order. It\'s a win-win.', 40.00, NULL, NULL, 60.99, 'Delta Children Deluxe Disney Book & Toy Organizer-81833.jpeg', 'Delta Children Deluxe Disney Book & Toy Organizer-23137.jpeg', NULL, 'Books', 4.5, NULL, 1, '2024-01-31 14:17:47', '2024-01-31 14:17:47'),
(2395, '44in LED Clarkston II ceiling fan', 'Hg3RLOU9l', 2, '44in LED Clarkston II ceiling fan', 14.03, NULL, NULL, 76.97, '44in LED Clarkston II ceiling fan-80749.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-01-31 14:20:57', '2024-01-31 14:24:32'),
(2396, 'PTZOptics 12X-ZCAM 1080p Box Camera with 12x Zoom Lens', 'KwQ4FRwxX', 19, 'For Broadcast & Video Conferencing\r\nUp to 1080p60 Capture and Streaming\r\n3G-SDI and IP Streaming\r\n3.5-42.3mm 12x Zoom Lens, f/1.8-2.8\r\n72.5° Field of View\r\nRS-485 & IP Remote Control\r\n2D/3D Noise Reduction\r\nWide Dynamic Range\r\nPower-over-Ethernet\r\n1/4\"-20 Mounting Thread\r\nFeatures\r\nDesigned for broadcast and videoconferencing, the 12X-ZCAM 1080p Box Camera with 12x Zoom Lens from PTZOptics captures and streams up to 1080p60 resolution video in H.264, H.265, and MJPEG codecs. You can output the signal via the camera\'s 3G-SDI output or RJ45 network interface. The integrated 3.5-42.3mm 12x zoom lens offers a 72.5 to 6.9° angle of view.\r\n\r\nThe camera is low-light sensitive for optimal image capture and is complete in this regard with 2D/3D noise reduction and WDR. It can be wall-mounted via the onboard 1/4\"-20 mounting port using an optional mounting arm or other support. A power supply is included, in addition to which PoE is supported for powering the camera via a connection to a network switch. The camera can also be remote controlled over IP or RS-485. PTZOptics Mac/Windows software is offered as a free download that allows you to see the camera feed and change settings.\r\n\r\n2MP Panasonic 1/2.7\" CMOS sensor\r\n3G-SDI video output\r\nIP streaming output (dual stream) in H.264, H.265, and MJPEG\r\nAAC stereo unbalanced audio encoding over IP\r\nMinimum illumination 0.5 lux at f/1.8 with AGC on\r\nUp to 1920 x 1080p resolution at 60 fps via SDI\r\n2D and 3D noise reduction\r\nWide dynamic range\r\nMenu controls on the rear\r\nRS-485 and IP remote control support\r\n3.5-42.3mm lens with f/1.8-2.8 aperture\r\n72.5 to 6.9° horizontal field of view\r\n1/4\"-20 threaded bottom mount\r\nRuns on PoE or 12 VDC (power adapter included)\r\nDynamic/static IP addressing toggle switch', 599.00, NULL, NULL, 699.00, 'PTZOptics 12X-ZCAM 1080p Box Camera with 12x Zoom Lens-47006.jpeg', 'PTZOptics 12X-ZCAM 1080p Box Camera with 12x Zoom Lens-23713.jpeg', 'PTZOptics 12X-ZCAM 1080p Box Camera with 12x Zoom Lens-85330.jpeg', 'Industrial', 4.5, NULL, 1, '2024-01-31 14:23:12', '2024-01-31 14:23:12'),
(2397, 'Togo Hard Cover Children\'s Book', 'jmheNPKEw', 2, 'The Togo Hard Cover Children\'s Book is a captivating read for kids!  It tells the inspiring true story of Togo, a brave sled dog who played a crucial role in the 1925 serum run to Nome, Alaska. This beautifully illustrated book will transport young readers to the snowy landscapes of Alaska and teach them about courage, determination, and the incredible bond between humans and animals. It\'s a must-have addition to any children\'s book collection!', 7.44, NULL, NULL, 19.99, 'Togo Hard Cover Children\'s Book-76014.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-31 14:24:04', '2024-01-31 14:24:04'),
(2398, 'AIDA Imaging UHD6G-200 4K POV Professional EFP Camera', 'fHVZIid0I', 19, 'AIDA Imaging UHD6G-200\r\nHighlights\r\n1/2.5\" Progressive-Scan CMOS Sensor\r\n4096 x 2160 Resolution at 20/24p fps\r\n3.2mm 12MP 4K Lens (Preinstalled)\r\n6G-SDI Video Output\r\nInterchangeable Lens Design\r\nAudio Input\r\nRS-485 for Remote Communication\r\nSMPTE 292M, 424M & 2081-10 Conformant\r\nOSD Control Breakout Cable\r\n12 VDC Power Supply & Socket Adapter\r\nFeatures\r\nThe UHD6G-200 POV Professional EFP Camera from AIDA Imaging has a 1/2.5\" progressive-scan CMOS image sensor and supports a resolution of up to 4096 x 2160 at 20/24p fps. It features a preinstalled 3.2mm 12MP 4K lens and a 6G-SDI output and is designed for industrial and broadcast applications. This camera features a user-interchangeable C to CS mount lens as well as digital imaging processor that provides vivid and detailed images by utilizing dynamic range, white balance, and noise reduction. The on-screen display can be remotely controlled by a PTZ camera controller or by CCS-USB and software. A breakout cable with on-screen display control, audio input and RS-485 for remote communication as well as a 12 VDC power supply and socket adapter are included.\r\n\r\nWide dynamic range\r\nDigital image stabilization\r\n2D/3D noise reduction\r\nDigital slow shutter\r\nBlack level compensation\r\nFlicker detection\r\nCompact and rugged form factor that is versatile for broadcasting, pro audio/video, or security\r\nSuperb motion-compensated temporal noise-reduction filter for motion video without blurring\r\nConforms with SMPTE 292M, 424M, and 2081-10 standards', 693.00, NULL, NULL, 875.00, 'AIDA Imaging UHD6G-200 4K POV Professional EFP Camera-16387.jpeg', 'AIDA Imaging UHD6G-200 4K POV Professional EFP Camera-17407.jpeg', 'AIDA Imaging UHD6G-200 4K POV Professional EFP Camera-84406.jpeg', 'Industrial', 4.0, NULL, 1, '2024-01-31 14:29:39', '2024-01-31 14:29:39'),
(2399, 'The Gospel of Jesus Christ (washer)', 'VlisqdRHx', 18, 'I\'m sorry, but I\'m not familiar with \"The Gospel of Jesus Christ (Washer).\" Could you please provide more information or clarify what you\'re looking for? I\'d be happy to help you find what you\'re searching for!', 8.99, NULL, NULL, 13.00, 'The Gospel of Jesus Christ (washer)-82387.jpeg', 'The Gospel of Jesus Christ (washer)-89328.jpeg', NULL, 'Books', 4.5, NULL, 1, '2024-01-31 14:31:53', '2024-01-31 14:31:53'),
(2400, 'AIDA Imaging 6mm f/1.6 CS-Mount Lens', 'Br6BtU42d', 19, 'Highlights\r\nFor 1/3\"-Type Cameras\r\nFixed f/1.6 Aperture\r\nOptimized for GEN Series Cameras\r\nFeatures\r\nThe AIDA Imaging 6mm f/1.6 CS Mount Lens is designed for cameras that use a 1/3\"-type sensor and optimized for AIDA Imaging GEN series cameras that use a CS mount. On a camera that uses a 1/2.5\"-type sensor, this lens will yield a 54° angle-of-view.', 35.00, NULL, NULL, 40.00, '6.0F ... AIDA Imaging 6mm f/1.6 CS-Mount Lens-56762.jpeg', '6.0F ... AIDA Imaging 6mm f/1.6 CS-Mount Lens-65897.jpeg', '6.0F ... AIDA Imaging 6mm f/1.6 CS-Mount Lens-48044.jpeg', 'Industrial', 5.0, NULL, 1, '2024-01-31 14:41:13', '2024-01-31 14:41:47'),
(2401, 'CHLOE  Mate Shoulder Bag Small in Orange', 'e1Q0qDvN4', 19, 'Chloe Ladies Shoulder Bag. SKU: C22AS571H95884. Color: Orange. Size: H: 17 x W: 26 x D: 5 cm; Shoulder strap: 50 cm. Chloe Mate Shoulder Bag Small. Hobo Handbag in Smooth Calfskin & Nappa Lambskin. Carry: Long Shoulder & Cross-Body. 1 Main Compartment. Internal Drawstring Bag. Long Strap. Made in Italy.', 1800.00, NULL, NULL, 2211.00, 'CHLOE  Mate Shoulder Bag Small in Orange-35006.jpeg', 'CHLOE  Mate Shoulder Bag Small in Orange-98925.jpeg', 'CHLOE  Mate Shoulder Bag Small in Orange-65848.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 14:41:40', '2024-01-31 14:41:40'),
(2402, 'Snow Plow Blade Universal Kit Steel White Adiustable 48\" Complete for ATV', 'wfDyjHUPq', 19, 'The Snow Plow Blade Universal Kit Steel sounds like a handy tool for clearing snow! This kit is designed to be compatible with ATVs and includes a 48\" adjustable blade. With its sturdy steel construction, it\'s perfect for tackling snow removal tasks. Whether you\'re clearing your driveway or helping out your neighbors, this complete kit will make the job easier. Stay warm and get ready to conquer the winter wonderland with this snow plow blade kit!', 252.00, NULL, NULL, 699.98, 'Snow Plow Blade Universal Kit Steel White Adiustable 48\" Complete for ATV-59078.jpeg', 'Snow Plow Blade Universal Kit Steel White Adiustable 48\" Complete for ATV-10121.jpeg', 'Snow Plow Blade Universal Kit Steel White Adiustable 48\" Complete for ATV-35750.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 14:41:56', '2024-01-31 14:41:56'),
(2403, 'Waves Titan SoundGrid Server DSP Unit (2 RU)', 'iQuHfLIFJ', 19, 'Highlights\r\nHeavy DSP Processing for Waves Plug-Ins\r\nSingle Power Supply\r\nIntel 10th Generation Core i9-10900K CPU\r\n16GB RAM\r\nUltralow Latency: 0.8 Milliseconds\r\nQuiet Design with Minimal Fan Noise\r\n2 RU Chassis with Built-In Rack Ears\r\nFeatures\r\nRun larger sessions with ultralow-latency processing of hundreds of Waves plug-ins in the studio or for live shows with the Waves Titan SoundGrid Server. Waves\' most powerful server, it offers 30% more plug-in processing power than the Extreme SoundGrid server. Titan is identical to the Titan-R SoundGrid Server but has a single power supply.\r\n\r\nWith an Intel 10th Generation Core i9-10900K CPU and 16GB of RAM, the Titan greatly reduces the plug-in processing load normally imposed on your computer. A single RJ45 port ensures simple connectivity to your host computer or SoundGrid audio network. Titan boasts a sleek, rugged 2 RU industrial rackmount design, with LED indicators for easy network and temperature monitoring, plus sturdy RAM positioning for enhanced durability. The server comes with built-in rack ears for quick installation straight out of the box.\r\n\r\nWaves\' Strongest Server with Single Power Source\r\nBuilt for massive processing tasks\r\n30% more processing power than Extreme servers\r\nSingle power source\r\nUltralow latency: as low as 0.8 milliseconds at 44.1, 48, 88.2, and 96 kHz\r\nQuiet design with minimal fan noise\r\nSturdy RAM positioning for extra reliability\r\nLED indicators for easy network & temperature monitoring\r\nPowerful Intel 10th Generation Core i9-10900K Processor\r\n16GB RAM\r\nCustom built-in rack ears for easy installation\r\nUse with any SoundGrid I/O interface (including DiGiGrid I/Os)\r\nUse with non-SoundGrid I/Os (ASIO/Core Audio) via SoundGrid Connect: see complete instructions\r\nFree limited 1-year warranty: Extended warranties available', 3200.00, NULL, NULL, 3999.00, 'Waves Titan SoundGrid Server DSP Unit (2 RU)-72639.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 14:45:32', '2024-01-31 14:45:32'),
(2404, 'CHLOE  Ladies Burgundy Juana Mini Bag', 'B5J0NBxs8', 19, 'Chloe Ladies Shoulder Bag. SKU: CHC22SS277G27601. Barcode: 7613386129017. Color: Burgundy. Size: W 9.8\" x H 3.9\" x D 4.7\". Chloe Ladies Burgundy Juana Mini Bag. The Juana mini bag is carfted from calfskin, this bag features a foldover top with magnetic closure, one main compartment with single slip pocket, nappa lambskin lining, and an adjustable oversized chain handle.', 639.98, NULL, NULL, 1144.00, 'CHLOE  Ladies Burgundy Juana Mini Bag-70778.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 14:48:52', '2024-01-31 14:48:52'),
(2405, 'Kerry Kart 4-in-1 Utility Cart (Red)', 'TwEjAFura', 19, 'Highlights\r\nMultipurpose Utility Cart\r\nTrolly, Dolly, Hand Truck & Step Ladder\r\nIndustrial-Quality Wheels\r\n400 lb Weight Capacity\r\nANSI-Certified Steps\r\nBuilt-In Stabilization Bar\r\nWelded Steel Construction\r\nFeatures\r\nEasily haul appliances, furniture, boxes, and more with this red 4-in-1 Utility Cart from Kerry Kart. The versatile, multipurpose cart is quickly adaptable without tools to be used as a trolly, dolly, hand truck, or step ladder, and it has a weight capacity of up to 400 lb. Constructed of durable, welded steel, the cart offers a built-in stabilization bar for improved safety, large, ANSI-certified steps for enhanced comfort when using in step ladder mode, and industrial-quality skate wheels to easily move over any terrain.\r\n\r\nTrolly\r\nCombines a stable surface with a handle so you can haul bricks, soil, and other heavy items.\r\nDolly\r\nThis flat, stable surface is perfect for moving the biggest couches, dressers, and more.\r\nHand Truck\r\nNimble and maneuverable, it\'s ideal for tight corners and even for going up or down stairs.\r\nStep Ladder\r\nConveniently transforms into a safe ladder so you can reach new heights with ease.\r\nTransforms in Seconds & Without Tools', 145.00, NULL, NULL, 159.00, 'Kerry Kart 4-in-1 Utility Cart (Red)-59653.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 14:54:19', '2024-01-31 14:54:19'),
(2406, 'Weize Platinum AGM BCI Group 47-12v 60ah H5 Size 47 Automotive Battery', 'SoZx0MqoU', 2, 'The Weize Platinum AGM BCI Group 47-12v 60ah H5 Size 47 Automotive Battery is a fantastic choice for your vehicle!  This battery is designed to provide reliable power and performance, with a 12-volt, 60ah capacity. It\'s perfect for keeping your car running smoothly and ensuring a reliable start every time. Whether you\'re hitting the road or just need a new battery, the Weize Platinum AGM Battery has got you covered!', 109.25, NULL, NULL, 149.98, 'Weize Platinum AGM BCI Group 47-12v 60ah H5 Size 47 Automotive Battery-30958.jpeg', 'Weize Platinum AGM BCI Group 47-12v 60ah H5 Size 47 Automotive Battery-10509.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-31 14:55:51', '2024-01-31 14:55:51'),
(2407, 'Yitamotor Adiustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls', 'NiqBYUhC7', 2, 'The Yitamotor Adjustable Trailer Hitch with Ball Mount is a versatile towing solution for your vehicle!  This hitch features an 8\" drop/rise, allowing you to adjust the height to match your trailer or towing needs. With a 2\" receiver, it\'s compatible with a wide range of vehicles. Plus, it comes with dual towing balls, giving you options for different towing setups. Whether you\'re hauling a camper, boat, or other heavy loads, this adjustable trailer hitch is a reliable and convenient choice!', 72.50, NULL, NULL, 144.99, 'Yitamotor Adiustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls-89240.jpeg', 'Yitamotor Adiustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls-64378.jpeg', 'Yitamotor Adiustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls-42568.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 15:02:15', '2024-01-31 15:02:15'),
(2408, 'Power Stop KOE5334 Front Brake Rotors & Ceramic Pads (Select 10- \'19 Buick, Chevy, GMC, Saab)', 'YAqb9X0SY', 19, 'The Power Stop KOE5334 Front Brake Rotors & Ceramic Pads are a great choice for your Buick, Chevy, GMC, or Saab vehicle from 2010 to 2019!  These brake rotors and ceramic pads are designed to provide excellent stopping power and durability. They\'re a perfect upgrade for improved braking performance and reduced brake dust. Whether you\'re looking to replace worn-out brake components or want to enhance your vehicle\'s braking capabilities, the Power Stop KOE5334 Front Brake Rotors & Ceramic Pads are a reliable and high-quality option! \r\n\r\nFeatures;\r\nComponents are designed to match the OE performance of your brakes.\r\nZ17 Evolution Clean Ride ceramic formula keeps your wheels dust free.\r\nBrake pads tested to ensure noise-free braking.\r\nRotors use G3000 castings and are 100% mill balanced for stock performance and safety. Bolt-On Ready: No modifications needed to your vehicle\r\nBrake Pad Material: Ceramic\r\nBrake Rotor Bolt Pattern (mm): 5 x 120.00mm\r\nFront Rotor Thickness (in.): 1.18 in.\r\nFront Rotor Outside Diameter (in.) 12.64 in.\r\nFront Rotor Outside Diameter (mm) 321.00mm', 66.65, NULL, NULL, 148.78, 'Power Stop KOE5334 Front Brake Rotors & Ceramic Pads (Select 10- \'19 Buick, Chevy, GMC, Saab)-34159.jpeg', 'Power Stop KOE5334 Front Brake Rotors & Ceramic Pads (Select 10- \'19 Buick, Chevy, GMC, Saab)-94342.jpeg', 'Power Stop KOE5334 Front Brake Rotors & Ceramic Pads (Select 10- \'19 Buick, Chevy, GMC, Saab)-92434.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-01-31 15:09:09', '2024-01-31 15:09:09'),
(2409, 'CHLOE  Yellow Aby Small Bag', 'T8EiLSwTk', 19, 'Chloe Handbag. SKU: CHC20SS205C31746. Barcode: 7613385204005. Color: Yellow. Chloe Yellow Aby Small Bag. This bag is constructed from leather and canvas and complemented with crocodile printed leather flap. Featuring gold-tone metal iconic padlock, top handle,adjustable and removable shoulder strap and two compartments divided by a zipped pocket. Width: 9.4\" x Height: 8.7\" x Depth: 4.3\"', 902.00, NULL, NULL, 1640.00, 'CHLOE  Yellow Aby Small Bag-68798.jpeg', 'CHLOE  Yellow Aby Small Bag-31331.jpeg', 'CHLOE  Yellow Aby Small Bag-58466.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 15:09:38', '2024-01-31 15:09:38'),
(2410, 'CHLOE  Large Mate Hobo Bag', 'K4629mrPS', 19, 'Chloe Ladies Hobo. SKU: C22AS570H9527S. Color: Brown. Size: H: 6.7\" x W: 10.2\" x D: 2\"; Strap drop: 19.7\". Chloe Large Mate Hobo Bag. Single Main Compartment. Internal Drawstring Bag. Signature C-Shaped Metal Piece. Woven Laces On Edges and Shoulder Strap. Gold-Tone Hardware. 100% Calf Leather. Made in Italy.', 1960.00, NULL, NULL, 2346.00, 'CHLOE  Large Mate Hobo Bag-52453.jpeg', 'CHLOE  Large Mate Hobo Bag-13876.jpeg', 'CHLOE  Large Mate Hobo Bag-86688.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 15:13:48', '2024-01-31 15:13:48'),
(2411, 'Kemimoto 12V Heated Motorcycle Liner Pants (Sizes S-2XL)', 'ghMOade9T', 2, 'The Kemimoto 12V Heated Motorcycle Liner Pants are a must-have for any motorcycle rider!  These pants are designed to keep you warm and comfortable during those chilly rides. With a 12V power supply, they provide adjustable heat to keep your legs cozy. They come in sizes S-2XL to ensure a perfect fit. Whether you\'re cruising on your bike or going on a long ride, the Kemimoto Heated Motorcycle Liner Pants are a fantastic addition to your gear!', 45.00, NULL, NULL, 89.99, 'Kemimoto 12V Heated Motorcycle Liner Pants (Sizes S-2XL)-54109.jpeg', 'Kemimoto 12V Heated Motorcycle Liner Pants (Sizes S-2XL)-49863.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-31 15:16:04', '2024-01-31 15:16:04'),
(2412, 'EtherWAN 60W/2.5A 24VDC DIN-Rail Industrial Power Supply', '6jVFx3VBg', 19, 'Highlights\r\nFor Industrial Ethernet Equipment\r\n100-240 VAC Input Voltage\r\n24 VDC Output Voltage\r\nFeatures\r\nDesigned to provide stable power to industrial Ethernet equipment such as EtherWAN switches, this 60W, 24V DIN-Rail Industrial Power Supply features short-circuit, overload, overvoltage, and overtemperature protection. It uses a free air convection cooling system to prevent operating temperature from rising. Being able to operate within the temperature range of -4 to 158°F, this single output power supply can be placed in virtually any challenging environment.', 94.35, NULL, NULL, 103.35, 'EtherWAN 60W/2.5A 24VDC DIN-Rail Industrial Power Supply-68678.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 15:16:52', '2024-01-31 15:16:52'),
(2413, 'CHLOE  Ladies Navy Small Kamilla North-South Tote Bag', 'hqqT2yoGl', 19, 'Chloe Ladies Tote. SKU: CHC22SS494G244C4. Barcode: 7613386144218. Color: Navy. Size: W 9.8\" x H 10.6\" x D 4.3\". Chloe Ladies Navy Small Kamilla North-South Tote Bag. The small Kamilla North-South tote bag is crafted from a mix of linen and shiny calfskin, and features the Maison\'s iconic scallops, removable zippered pouch, dual flat top ahndles, a removable long strap, and embroidered with a delicate floral pattern.', 850.00, NULL, NULL, 1215.00, 'CHLOE  Ladies Navy Small Kamilla North-South Tote Bag-72826.jpeg', 'CHLOE  Ladies Navy Small Kamilla North-South Tote Bag-32295.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 15:17:42', '2024-01-31 15:17:42'),
(2414, 'CHLOE Drew Bijou Mini Quilted Shoulder Bag- Burnt Brown', 'yxHJfcyUY', 19, 'A Chloe shoulder bag crafted in quilted smooth calfskin leather, with refined beige suede calfskin lining and golden brass finish. This shoulder bag features 1 main compartment, topstitched front flap, 1 flat pocket, signature jewel lock, and removable leather/ jewel chain shoulder strap. Chain length: 7.5\". Strap length: 20.5\"- 23.2\" drop. Diemsions: H: 7.1\" x W: 7.9\" x D: 2.8\".', 1095.00, NULL, NULL, 1573.00, 'CHLOE Drew Bijou Mini Quilted Shoulder Bag- Burnt Brown-90396.jpeg', 'CHLOE Drew Bijou Mini Quilted Shoulder Bag- Burnt Brown-18554.jpeg', 'CHLOE Drew Bijou Mini Quilted Shoulder Bag- Burnt Brown-67743.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 15:22:01', '2024-01-31 15:22:01'),
(2415, 'Wave Glider', 'nAtXr0C3a', 16, 'Revolutionary Waterglide Technology: Dive into a new wave of fun with the Wave Glider by HydroSport. Our unique Waterglide technology allows the Wave Glider balls and disc to skip, bounce, and float on water effortlessly. Perfect for water sports, these toys ensure an exhilarating and splash-tastic experience at the beach, pool, lake, or ocean.\r\nComplete Water Adventure Set: The Wave Glider package includes everything needed for endless aquatic entertainment. You\'ll receive 2 Wave Glider balls, 1 versatile Wave Glider disc, and a practical mesh storage bag for easy carry and quick drying. Ideal for spontaneous beach trips or planned pool parties.\r\nUnmatched Durability for Lasting Fun: Crafted with robust materials, the Wave Glider set is designed for durability and long-lasting performance. Unlike other water toys, our soft yet sturdy construction withstands vigorous play, ensuring it brings joy and excitement for many seasons.\r\nFun for All Ages: Whether you\'re a child diving into playtime or an adult seeking a lively beach game, the Wave Glider is perfectly sized for everyone. Its universal appeal makes it a fantastic addition to any family\'s recreational arsenal, providing hours of active, outdoor entertainment for all age groups.\r\nThe Ideal Gift for Water Enthusiasts: Looking for a unique and exciting gift? The Wave Glider set is an excellent choice for birthdays, holidays, or as a surprise for any water sports lover. Its innovative design and versatile use make it a cherished gift for anyone who enjoys water activities, whether at a local pool or on a tropical vacation.\r\nPortable and Practical Design: The included mesh storage bag enhances the Wave Glider\'s convenience and portability. This breathable, quick-dry bag makes transportation and storage a breeze and ensures your Wave Glider set is always ready for the next adventure, wherever it may be.', 10.79, NULL, NULL, 12.99, 'Wave Glider-18214.jpeg', 'Wave Glider-69212.jpeg', 'Wave Glider-84169.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-31 15:24:05', '2024-01-31 15:24:05'),
(2416, 'Castrol Edge High Mileage 5W-20 5gts Advanced Full Synthetic Motor Oil, Amazon S&S', '6OCA2SrIR', 19, 'The Castrol Edge High Mileage 5W-20 5gts Advanced Full Synthetic Motor Oil is a top-notch choice for your vehicle! This motor oil is specially formulated for high mileage engines, providing superior protection and performance. With its advanced full synthetic formula, it helps reduce wear, minimize deposits, and improve fuel efficiency. Plus, it\'s available on Amazon\'s Subscribe & Save program, making it convenient to get regular deliveries. Give your engine the care it deserves with Castrol Edge High Mileage 5W-20', 24.68, NULL, NULL, 28.99, 'Castrol Edge High Mileage 5W-20 5gts Advanced Full Synthetic Motor Oil, Amazon S&S-82461.jpeg', 'Castrol Edge High Mileage 5W-20 5gts Advanced Full Synthetic Motor Oil, Amazon S&S-65901.jpeg', NULL, 'Automotive kits', 5.0, NULL, 1, '2024-01-31 15:24:38', '2024-01-31 15:24:38'),
(2417, 'VALENTINO GARAVANI  Men\'s Uomo Born In Roma Coral Fantasy EDT Spray 3.4 oz Fragrances', 'p7uvUILTu', 19, 'Launch year: 2022. Top notes: Red apple, Cardamom, Calabrian bergamot. Heart notes: Bourbon geranium, Lavender, Clary sage. Base notes: Tobacco leaf, Patchouli, Haitian vetiver. Design house: Valentino. Scent name: Uomo Born In Roma Coral Fantasy. Gender: Mens. Category: Perfume. SubType: EDT Spray. Size: 3.4 oz. Barcode: 3614273672412. Valentino Men\'s Uomo Born In Roma Coral Fantasy EDT Spray 3.4 oz Fragrances 3614273672412. \r\n\r\nThis item is only valid for shipment in the Contiguous United States.\r\nThis item is only valid for shipment in the Contiguous United States.', 93.00, NULL, NULL, 109.00, 'VALENTINO GARAVANI  Men\'s Uomo Born In Roma Coral Fantasy EDT Spray 3.4 oz Fragrances-63563.jpeg', 'VALENTINO GARAVANI  Men\'s Uomo Born In Roma Coral Fantasy EDT Spray 3.4 oz Fragrances-97670.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 15:26:15', '2024-01-31 15:26:15'),
(2418, 'Kerry Kart 4-in-1 Utility Cart (Black)', 'tqxoqIJ74', 19, 'Highlights\r\nMultipurpose Utility Cart\r\nTrolly, Dolly, Hand Truck & Step Ladder\r\nIndustrial-Quality Wheels\r\n400 lb Weight Capacity\r\nANSI-Certified Steps\r\nBuilt-In Stabilization Bar\r\nWelded Steel Construction\r\nFeatures\r\nEasily haul appliances, furniture, boxes, and more with this black 4-in-1 Utility Cart from Kerry Kart. The versatile, multipurpose cart is quickly adaptable without tools to be used as a trolly, dolly, hand truck, or step ladder, and it has a weight capacity of up to 400 lb. Constructed of durable, welded steel, the cart offers a built-in stabilization bar for improved safety, large, ANSI-certified steps for enhanced comfort when using in step ladder mode, and industrial-quality skate wheels to easily move over any terrain.', 140.00, NULL, NULL, 159.00, 'Kerry Kart 4-in-1 Utility Cart (Black)-59194.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 15:27:29', '2024-01-31 15:27:29'),
(2419, 'VALENTINO GARAVANI  Uomo Born In Roma / Valentino EDT Spray 3.4 oz (100 ml) (m)', '0zc0jWdhX', 19, 'Launch year: 2019. Top notes: Mineral notes, Salt, Violet leaf. Heart notes: Sage, Ginger. Base notes: Etiver, Woody notes. Design house: Valentino. Scent name: Uomo Born In Roma. Gender: Mens. Category: Perfume. Type: Fragrance. SubType: EDT Spray. Size: 3.4 oz. SKU: VBRMTS34. Barcode: 3614272761469. Uomo Born In Roma / Valentino EDT Spray 3.4 oz (100 ml) (m). \r\n\r\nThis item is only valid for shipment in the Contiguous United States.\r\nThis item is only valid for shipment in the Contiguous United States.', 99.00, NULL, NULL, 134.00, 'VALENTINO GARAVANI  Uomo Born In Roma / Valentino EDT Spray 3.4 oz (100 ml) (m)-36693.jpeg', 'VALENTINO GARAVANI  Uomo Born In Roma / Valentino EDT Spray 3.4 oz (100 ml) (m)-82546.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 15:30:35', '2024-01-31 15:30:35'),
(2420, '(Cert Refurb) Rockford Fosgate T1500 Power Series Mono Sub Car Amplifier', '5hmrR3nFK', 2, 'The (Cert Refurb) Rockford Fosgate T1500 Power Series Mono Sub Car Amplifier is a beast when it comes to powering your car\'s subwoofer! This amplifier delivers incredible bass and is perfect for those who love their music with a punch. It\'s a certified refurbished unit, which means it has been professionally tested and restored to work like new. With Rockford Fosgate\'s reputation for high-quality audio equipment, you can expect top-notch performance and reliability. Take your car audio to the next level with the (Cert Refurb) Rockford Fosgate T1500 Power Series Mono Sub Car Amplifier.', 525.00, NULL, NULL, 699.95, '(Cert Refurb) Rockford Fosgate T1500 Power Series Mono Sub Car Amplifier-84705.jpeg', '(Cert Refurb) Rockford Fosgate T1500 Power Series Mono Sub Car Amplifier-28533.jpeg', '(Cert Refurb) Rockford Fosgate T1500 Power Series Mono Sub Car Amplifier-35279.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 15:32:38', '2024-01-31 15:32:38'),
(2421, 'MCM  Vintage Jacquard Monogram Boston Bag', 'LhjThXHNy', 19, 'MCM Unisex Boston Bag. SKU: MWBBATQ02EG. Barcode: 8809735036566. Color: Grey. Size: 3.9 x 7.5 x 3.2 inches. MCM Vintage Jacquard Monogram Boston Bag. Made from vintage jacquard monogram fabric and accented with nappa leather trim, this bag features a removable, adjustable crossbody strap with a 40\" to 46\" strap length, dual top leather handles, a zip top closure, cotton lining, a main compartment with an iterior open pocket', 700.00, NULL, NULL, 865.00, 'MCM  Vintage Jacquard Monogram Boston Bag-61567.jpeg', 'MCM  Vintage Jacquard Monogram Boston Bag-57583.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 15:35:31', '2024-01-31 15:35:31'),
(2422, 'computar 1.5x, 2 Megapixel Telecentric Lens in C-Mount for 2/3\" Sensors (4.36\" Working Distance)', 'btNltpt28', 19, 'Highlights\r\nFor C-Mount Machine Vision Cameras\r\nTelecentric Lens\r\nFor 2MP Sensors on 2/3\" Cameras\r\n4.36\" Minimum Focus Distance\r\n1.5x Magnification\r\nLow TV Distortion Correction\r\nFeatures\r\nThis 1.5x, 2 Megapixel Telecentric Lens in C-Mount for 2/3\" Sensors from computar is designed for machine vision applications. It is a fixed focal length lens that resolves an image on 2/3\" cameras with 2MP sensors, and it incorporates a C-Mount. Featuring a minimum working distance of 4.36\", while providing a 1.5x magnification, the lens has low corner distortion of -0.031%.\r\n\r\nTelecentric lenses are designed so that the light exiting the rear element is perpendicular to the sensor. Non-telecentric lens designs allow the light to strike the sensor at an angle, which can lead to vignetting at the edge and corners of the sensor. The telecentric design of the lens minimizes vignetting.', 500.00, NULL, NULL, 580.00, 'computar 1.5x, 2 Megapixel Telecentric Lens in C-Mount for 2/3\" Sensors (4.36\" Working Distance)-79707.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 15:36:58', '2024-01-31 15:36:58'),
(2423, 'OMEGA  Seamaster 300M \"007 Edition\" \"No Time To Die\" Automatic Chronometer Brown Dial Men\'s Watch', 'Kx33jTydK', 19, 'Grey titanium case with a grey titanium mesh bracelet. Uni-directional rotating grey titanium bezel. Brown dial with luminous titanium hands and dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Omega calibre 8806 automatic movement, containing 35 Jewels, bitting at 25200 vph, and has a power reserve of approximately 55 hours. Scratch resistant sapphire crystal.', 7950.00, NULL, NULL, 9041.00, 'OMEGA  Seamaster 300M \"007 Edition\" \"No Time To Die\" Automatic Chronometer Brown Dial Men\'s Watch-62078.jpeg', 'OMEGA  Seamaster 300M \"007 Edition\" \"No Time To Die\" Automatic Chronometer Brown Dial Men\'s Watch-98253.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 15:38:41', '2024-01-31 15:38:41'),
(2424, '26 PCS Alphabet Learning Dinosaur Toys Uppercase Paired Lowercase Matching Letters Color Sorting Fine Motor Toy ABC Learning for Toddlers Preschool Classroom Must Haves Montessori Toys Age 2-5', '8a4czdcwd', 19, 'Alphabet Matching Set: It includes 26 colorful baby dinosaur with 26 letters printed on them,cute dinosaur shapes are loved by children, Let them have a strong interest in finding and matching letters. Each dino bears two pairs of letters in both uppercase and lowercase.\r\nColor Sorting Matching Game: 26 Pieces baby dinosaurs including the tyrannosaurus rex, triceratops, and brachiosaurus with six color, red, blue, yellow, green, purple, and orange. When children have matched all the letters, teach kids to divide dinosaur teams by color.\r\nPreschool Learning Activities: Toddlers learn alphabet and early color matching every time they find and match the dinos. It also helps children develop fine motor skills and hand-eye coordination and build essential preschool language abilities.\r\nQuality ABC Learning Dino Toys: ABS plastic is durable and can withstand countless throws and hits, and smooth workmanship, and rounded corners for easy grip. Designed for little hands, it is easy to push and match.\r\nPerfect XMS Gift for Toddlers: It\'s a great educational gift for kids on birthdays, Christmas, Thanksgiving, back to school, Easter, New Year, and Halloween candy bags.', 29.90, NULL, NULL, 34.90, '26 PCS Alphabet Learning Dinosaur Toys Uppercase Paired Lowercase Matching Letters Color Sorting Fine Motor Toy ABC Learning for Toddlers Preschool Classroom Must Haves Montessori Toys Age 2-5-17219.jpeg', '26 PCS Alphabet Learning Dinosaur Toys Uppercase Paired Lowercase Matching Letters Color Sorting Fine Motor Toy ABC Learning for Toddlers Preschool Classroom Must Haves Montessori Toys Age 2-5-75227.jpeg', '26 PCS Alphabet Learning Dinosaur Toys Uppercase Paired Lowercase Matching Letters Color Sorting Fine Motor Toy ABC Learning for Toddlers Preschool Classroom Must Haves Montessori Toys Age 2-5-96617.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 15:40:11', '2024-01-31 15:40:11'),
(2425, 'OMEGA Seamaster Automatic Chronometer Summer Blue Dial Men\'s Watch', 'wXKXoOMFi', 19, 'Silver-tone stainless steel case and bracelet. Uni-directional rotating blue ceramic bezel. Blue dial with blue hands and index hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 3 o\'clock position. Omega Calibre 8800 Automatic movement, containing 35 Jewels, bitting at 25200 vph, and has a power reserve of approximately 55 hours. Scratch resistant sapphire', 7030.00, NULL, NULL, 9589.00, 'OMEGA Seamaster Automatic Chronometer Summer Blue Dial Men\'s Watch-58596.jpeg', 'OMEGA Seamaster Automatic Chronometer Summer Blue Dial Men\'s Watch-53505.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-01-31 15:41:15', '2024-01-31 15:41:15'),
(2426, 'Gator Elite Furniture Series Main Desk (Driftwood Gray)', 'uG4ZH8yPy', 19, 'Highlights\r\nFor C-Mount Machine Vision Cameras\r\nTelecentric Lens\r\nFor 2MP Sensors on 2/3\" Cameras\r\n4.36\" Minimum Focus Distance\r\n1.5x Magnification\r\nLow TV Distortion Correction\r\nFeatures\r\nThis 1.5x, 2 Megapixel Telecentric Lens in C-Mount for 2/3\" Sensors from computar is designed for machine vision applications. It is a fixed focal length lens that resolves an image on 2/3\" cameras with 2MP sensors, and it incorporates a C-Mount. Featuring a minimum working distance of 4.36\", while providing a 1.5x magnification, the lens has low corner distortion of -0.031%.\r\n\r\nTelecentric lenses are designed so that the light exiting the rear element is perpendicular to the sensor. Non-telecentric lens designs allow the light to strike the sensor at an angle, which can lead to vignetting at the edge and corners of the sensor. The telecentric design of the lens minimizes vignetting.', 499.00, NULL, NULL, 599.00, 'Gator Elite Furniture Series Main Desk (Driftwood Gray)-17478.jpeg', 'Gator Elite Furniture Series Main Desk (Driftwood Gray)-81436.jpeg', 'Gator Elite Furniture Series Main Desk (Driftwood Gray)-15998.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 15:45:06', '2024-01-31 15:45:06'),
(2427, 'Uniden R3 Extreme Long Range Laser Radar Detector w/ GPS & Voice Alert', 'Y1vmTCXwT', 19, 'The Uniden R3 Extreme Long Range Laser Radar Detector is a game-changer for your car! With its GPS and voice alert features, it helps you stay informed and aware on the road. The R3 offers long-range detection, so you can spot radar and laser signals from a distance. Plus, the voice alerts keep you focused on the road, providing real-time updates on potential threats. Drive with confidence and avoid those pesky speed traps with the Uniden R3 Extreme Long Range Laser Radar Detector!', 240.00, NULL, NULL, 399.99, 'Uniden R3 Extreme Long Range Laser Radar Detector w/ GPS & Voice Alert-14003.jpeg', 'Uniden R3 Extreme Long Range Laser Radar Detector w/ GPS & Voice Alert-70724.jpeg', 'Uniden R3 Extreme Long Range Laser Radar Detector w/ GPS & Voice Alert-31670.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 15:45:15', '2024-01-31 15:45:15'),
(2428, 'OMEGA  Seamaster Automatic Grey Dial Men\'s Watch', 'w552SvfXf', 19, 'Stainless steel case with a stainless steel bracelet. Uni-directional rotating stainless steel bezel with a blue ceramic (count-up elapsed time) ring. Grey (waves) dial with luminous blue skeleton hands and dot hour markers. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Date display at the 6 o\'clock position. Omega calibre 8800 automatic movement, containing 35 Jewels.', 4295.00, NULL, NULL, 5147.00, 'OMEGA  Seamaster Automatic Grey Dial Men\'s Watch-93178.jpeg', 'OMEGA  Seamaster Automatic Grey Dial Men\'s Watch-90662.jpeg', 'OMEGA  Seamaster Automatic Grey Dial Men\'s Watch-46813.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 15:45:41', '2024-01-31 15:45:41'),
(2429, 'CARTIER  Santos Large Model Silvered Opaline Dial Men\'s Watch', 'RkFW6Fq9j', 19, 'Stainless steel case with a stainless steel bracelet. Fixed stainless steel bezel. Silvered opaline dial with blued-steel sword-shaped hands and black Roman numeral hour markers. Minute markers around an inner ring. Dial Type: Analog. Date display at the 6 o\'clock position. Cartier calibre 1847 MC automatic movement, containing 23 Jewels, bitting at 28800 vph, and has a power reserve of approximately 42 hours.', 7050.00, NULL, NULL, 7459.00, 'CARTIER  Santos Large Model Silvered Opaline Dial Men\'s Watch-32644.jpeg', 'CARTIER  Santos Large Model Silvered Opaline Dial Men\'s Watch-95325.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-31 15:48:28', '2024-01-31 15:48:28'),
(2430, 'Nakamichi Single DIN 50W×4 Bluetooth & CD Car In-Dash Stereo Receiver (NQ822B)', '9vGMy8MAP', 7, 'Woot! has the New Nakamichi Single DIN 50Wx4 Bluetooth & CD Car In-Dash Stereo Receiver (NQ822B) for $39.99. Shipping is free with Amazon Prime, otherwise $6 per order.\r\n\r\nSingle-DIN Car Stereo Receiver\r\nUsable Audio Formats: CD/MP3/WMA\r\nSupported Bluetooth Profiles: A2DP, AVRCP, HFP\r\nIntroducing the Nakamichi NQ822B 1-DIN CD/MP3/USB Car Stereo In-Dash Receiver with Bluetooth – your perfect companion for the road! Designed to elevate your driving experience, this sleek and versatile car stereo boasts an array of impressive features. With a power supply requirement of DC 12V and a maximum power output of 50W × 4CH, get ready to enjoy a powerful audio performance that will transform your drive into a concert on wheels. The unit\'s dimensions of 178×160×50mm make it a seamless fit for your dashboard, and at just 1.3 kg, it\'s both lightweight and compact. Equipped with a 10A fuse, you\'re ensured safe and reliable usage.\r\nStay entertained with the built-in radio functionality. Tune in to your favorite FM stations within a frequency range of 87.5MHz-107.9MHz (USA) or 87.5MHz-108.0MHz (EUROPE), and enjoy the convenience of channel steps set at 200 KHz (USA) or 50KHz (EUROPE). For AM enthusiasts, explore a frequency range of 530KHz-1710KHz (USA) or 522-1620KHz (EUROPE), with channel steps of 10 KHz (USA) or 9KHz (EUROPE).\r\nSeamlessly connect your devices via USB – play your preferred CD, MP3, or WMA audio formats. The USB 2.0 port not only supports various file types but also provides a 5V/1A USB charging option to keep your devices powered up on the go. With a frequency response of 20Hz-20KHz and an S/N ratio of 60dB, enjoy crisp and clear sound quality that enhances every note and beat.\r\nAnd that\'s not all – the Nakamichi NQ822B also comes equipped with Bluetooth capabilities. Supported Bluetooth profiles including A2DP, AVRCP, and HFP ensure a seamless wireless connection for your devices. With a frequency range operating within the 2.4GHz spectrum, you can effortlessly stream your favorite music and take hands-free calls, all while keeping your focus on the road.', 39.99, NULL, NULL, 149.99, 'Nakamichi Single DIN 50W×4 Bluetooth & CD Car In-Dash Stereo Receiver (NQ822B)-40388.jpeg', 'Nakamichi Single DIN 50W×4 Bluetooth & CD Car In-Dash Stereo Receiver (NQ822B)-13211.jpeg', 'Nakamichi Single DIN 50W×4 Bluetooth & CD Car In-Dash Stereo Receiver (NQ822B)-43783.jpeg', 'Beauty & personal care', 1.0, NULL, 1, '2024-01-31 15:49:54', '2024-01-31 15:49:54'),
(2431, 'CARTIER Santos De Large Automatic Men\'s Watch', 'WyaoXhvME', 19, 'Silver-tone ADLC stainless steel case with a silver-tone stainless steel bracelet. Fixed silver-tone stainless steel bezel. Skeleton dial with grey steel sword-shaped hands. Dial Type: Analog. Luminescent hands. Cartier Calibre 9611 MC Hand Wind movement, containing 20 Jewels, composed of 138 parts, bitting at 28800 vph, and has a power reserve of approximately 72 hours. Scratch resistant sapphire crystal.', 27500.00, NULL, NULL, 29543.00, 'CARTIER Santos De Large Automatic Men\'s Watch-27468.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-31 15:50:56', '2024-01-31 15:50:56'),
(2432, 'Royal classic Turkish style sofa furniture luxury living room hand carved sofa chairs set', 'f1YRoXDnv', 19, 'Place of Origin\r\nguangdong, China\r\nBrand Name\r\nAS\r\nModel Number\r\nS0819\r\nGeneral Use\r\nHome furniture, commercial furniture\r\nProduct name\r\nSofa furniture\r\nApplication\r\nVilla、Hall furniture\r\nLogo\r\nCustom printed logo\r\nStyle\r\nEuropean Antique Luxury,French,Rococo,Italy style\r\nMATERIAL\r\nSolid Wood frame+ leather\r\nUsage\r\nHome furniture,hotel furniture, KTV furniture sets\r\nPackage\r\nStandard Export Packing\r\nService\r\nOEM services offered\r\nColor\r\nAs photo (color differences are allowed)\r\nFeature\r\nLuxury', 5000.00, NULL, NULL, 5250.00, 'Royal classic Turkish style sofa furniture luxury living room hand carved sofa chairs set-72283.jpeg', 'Royal classic Turkish style sofa furniture luxury living room hand carved sofa chairs set-53853.jpeg', 'Royal classic Turkish style sofa furniture luxury living room hand carved sofa chairs set-16037.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 15:52:16', '2024-01-31 15:52:52'),
(2433, 'Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids', 'CJnktpd4l', 10, 'Safety Feature: To ensure the claw machine works properly, do not exceed 5.5V USB cable voltage or use USB and batteries at the same time. Do not put items into the port when the machine is operating.\r\nThe Ultimate Claw Machine Arcade: Your purchase includes 1 Claw Machine with a specially designed access hole at the back for easy loading and unloading. The package also comes with 1 Charging Cable for immediate fun. 【Balls & Plush Toys Not Included.】\r\nTwo Convenient Power Options: Use the provided charging cable for endless play or insert 3 D batteries (not included) for portable fun. Rated Voltage-5.5 DC.\r\nCharming LED Lightning: Our claw machine features vibrant LED lights, making each attempt to win the toy a vivid and memorable experience.\r\nBuilt-in Volume Control: Keep the noise to a minimum or turn it up for an authentic arcade experience. You\'re in control with our integrated volume adjuster.', 19.99, NULL, NULL, 38.99, 'Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids-39921.jpeg', 'Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids-37490.jpeg', 'Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids-70954.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-31 15:52:19', '2024-01-31 15:52:19');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2434, 'CARTIER Santos Hand Wind 18kt Rose Gold Skeleton Dial Men\'s Watch', '7wUjOdB6f', 19, '18kt rose gold case and bracelet. Fixed 18kt rose gold bezel. Transparent dial with rose gold hands and index hour markers. Roman numerals appear atthe 3, 6, 9 and 12 o\'clock positions. Dial Type: Analog. Cartier calibre 9619 MC hand wind movement, containing 20 Jewels, composed of 138 parts, bitting at 28800 vph, and has a power reserve of approximately 72 hours. Scratch resistant sapphire crystal.', 68800.00, NULL, NULL, 71000.00, 'CARTIER Santos Hand Wind 18kt Rose Gold Skeleton Dial Men\'s Watch-45162.jpeg', 'CARTIER Santos Hand Wind 18kt Rose Gold Skeleton Dial Men\'s Watch-39491.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 15:54:22', '2024-01-31 15:54:22'),
(2435, 'CARTIER Santos Automatic Diamond White Dial Men\'s Watch', 'yIjiG1DNb', 19, 'Diamond set 18kt white gold case and bracelet. Fixed bezel with diamond set 18kt white gold. White dial with blued-steel sword-shaped hands and Roman numeral hour markers. Minute scale around the inner rim. Dial Type: Analog. Automatic movement. Scratch resistant sapphire crystal. Cabochon crown. Solid case back. Square case shape, case size: 41 mm. Fold over clasp with a safety release. Functions: hour, minute, second.', 450000.00, NULL, NULL, 640284.00, 'CARTIER Santos Automatic Diamond White Dial Men\'s Watch-88472.jpeg', 'CARTIER Santos Automatic Diamond White Dial Men\'s Watch-51879.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-01-31 15:57:58', '2024-01-31 15:57:58'),
(2436, 'STEM Explorers Brainometry', 'hdrtzTbnv', 19, 'Get your brain in shape with these STEM puzzle challenges! Kids solve brain-teasing puzzles that test their knowledge of shapes, critical thinking, fine motor skills, and more every time they play with STEM Explorers Brainometry from Learning Resources! Explore this set\'s 10 STEM challenge cards for critical thinking puzzles that turn shape pieces into the 2D and 3D building blocks of victory! Manipulate six different shape pieces into solutions that require a keen eye for stacking, sorting, and geometry. As kids solve the secrets of the shapes, they\'ll also build essential STEM skills, including pattern recognition, problem solving, and more. After they master the set\'s progressive STEM challenges, kids can even build their own! STEM Explorers Brainometry includes 24 shapes and 10 double-sided STEM challenge cards. Largest piece (cross) measures 1.5”L x 1.5”W x 1”H. This fun learning tool is ready for homeschool or kindergarten classroom use!', 14.19, NULL, NULL, 16.99, 'STEM Explorers Brainometry-21087.jpeg', 'STEM Explorers Brainometry-92556.jpeg', 'STEM Explorers Brainometry-38193.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 15:58:07', '2024-01-31 15:58:07'),
(2437, '200W JL Audio XD200/2v2 2- Channel Car Amplifier', 'FYJxeT1pf', 2, 'The 200W JL Audio XD200/2v2 2-Channel Car Amplifier is an absolute beast for your car\'s audio system! With its 200W power output, it delivers powerful and clear sound that will elevate your music experience on the road. The 2-channel design allows you to connect multiple speakers, creating a surround sound effect. JL Audio is known for their high-quality audio equipment, so you can trust that this amplifier will provide top-notch performance. Upgrade your car\'s sound system with the 200W JL Audio XD200/2v2 2-Channel Car Amplifier.', 200.00, NULL, NULL, 449.99, '200W JL Audio XD200/2v2 2- Channel Car Amplifier-68977.jpeg', '200W JL Audio XD200/2v2 2- Channel Car Amplifier-45359.jpeg', '200W JL Audio XD200/2v2 2- Channel Car Amplifier-69287.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-31 15:59:58', '2024-01-31 15:59:58'),
(2438, 'Living room furniture marble stone restaurant marble dining table marble modern luxury dining table set dining table', 'ZUaWGHHZj', 5, 'Brand Name\r\nXuanzhen\r\nMaterial\r\nStainless steel + marble/glass top\r\nFeature\r\nRectangle, square or round\r\nSize\r\n Standard size or Customized\r\nColor\r\nSilver, gold or rose gold\r\nMOQ\r\n1PCS', 130.00, NULL, NULL, 150.00, 'Living room furniture marble stone restaurant marble dining table marble modern luxury dining table set dining table-63639.jpeg', 'Living room furniture marble stone restaurant marble dining table marble modern luxury dining table set dining table-69189.jpeg', 'Living room furniture marble stone restaurant marble dining table marble modern luxury dining table set dining table-13857.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 16:00:21', '2024-02-08 10:25:27'),
(2439, 'CARTIER Santos Automatic White Dial 18kt Yellow Gold Men\'s Watch', 'S341VxJDE', 19, '18kt yellow gold case and bracelet. Fixed 18kt yellow gold bezel. White dial with blue hands and Roman numeral hour markers. Minute markers around an inner ring. Date display at the 6 o\'clock position. Cartier calibre 1847 automatic movement. Scratch resistant sapphire crystal. Screw down crown. Solid case back. Square case shape. Case size: 39.8 mm. Case thickness: 9.08 mm. Tang clasp.', 32500.00, NULL, NULL, 34308.00, 'CARTIER Santos Automatic White Dial 18kt Yellow Gold Men\'s Watch-75726.jpeg', 'CARTIER Santos Automatic White Dial 18kt Yellow Gold Men\'s Watch-79555.jpeg', 'CARTIER Santos Automatic White Dial 18kt Yellow Gold Men\'s Watch-50711.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 16:02:22', '2024-01-31 16:02:22'),
(2440, 'LISEN 15W Wireless MagSafe Phone Car Vent Mount Charger', '0EIbnfcG0', 2, 'The LISEN 15W Wireless MagSafe Phone Car Vent Mount Charger is a game-changer!  With its MagSafe technology, you can easily attach and charge your iPhone while driving. The 15W charging power ensures fast and efficient charging, so you\'ll never run out of battery on the road. Plus, the car vent mount design keeps your phone within easy reach and securely in place. Say goodbye to tangled cables and hello to convenient wireless charging with the LISEN 15W Wireless MagSafe Phone Car Vent Mount Charger!', 14.06, NULL, NULL, 40.00, 'LISEN 15W Wireless MagSafe Phone Car Vent Mount Charger-15362.jpeg', 'LISEN 15W Wireless MagSafe Phone Car Vent Mount Charger-91155.jpeg', 'LISEN 15W Wireless MagSafe Phone Car Vent Mount Charger-76575.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-31 16:03:55', '2024-01-31 16:03:55'),
(2441, 'High quality luxury console table security center console', 'giVYTaXG4', 19, 'brand\r\nTutronyida\r\nCountry of origin\r\nHebei, China\r\ndimension\r\n1800-750-900\r\ncolour\r\nwhite\r\nProduct characteristics\r\nThe appearance is fashionable and practical\r\ntechnology\r\nWelding + spraying\r\nshape\r\nStraight form\r\nmaterial\r\nSteel-wood combination\r\nmaterial\r\nCold-rolled steel plate', 200.00, NULL, NULL, 270.00, 'High quality luxury console table security center console-90758.jpeg', 'High quality luxury console table security center console-19515.jpeg', 'High quality luxury console table security center console-90391.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 16:04:14', '2024-01-31 16:04:14'),
(2442, 'CARTIER Santos Quartz Diamond Silver Dial Ladies Watch', 'x0TNUVp0w', 19, '18kt rose gold case with a red (alligator) leather strap. Fixed 18kt rose gold bezel set with diamonds. Silver dial with blued-steel sword-shaped hands and Roman numeral hour markers. Minute markers around the outer rim. Dial Type: Analog. Quartz movement. Scratch resistant sapphire crystal. Pull / push crown. Solid case back. Square case shape. Case dimensions: 27.5 mm x 38 mm. Case thickness: 7.3 mm. Tang clasp.', 15400.00, NULL, NULL, 17913.00, 'CARTIER Santos Quartz Diamond Silver Dial Ladies Watch-73744.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 16:04:46', '2024-01-31 16:04:46'),
(2443, 'UGREEN Car Air Vent Phone Holder', 'ftUkXn7xi', 2, 'The UGREEN Car Air Vent Phone Holder is a super handy accessory! It securely holds your phone in place while you\'re on the road, making it easy to follow GPS directions or take hands-free calls. The air vent design keeps your phone cool and within reach. It\'s compatible with most smartphones and the adjustable clamp ensures a snug fit. Say goodbye to fumbling with your phone while driving and hello to convenience with the UGREEN Car Air Vent Phone Holder.', 7.91, NULL, NULL, 19.00, 'UGREEN Car Air Vent Phone Holder-31598.jpeg', 'UGREEN Car Air Vent Phone Holder-36258.jpeg', 'UGREEN Car Air Vent Phone Holder-92068.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 16:08:20', '2024-01-31 16:08:20'),
(2444, 'MONTBLANC  Sartorial Table Humidor In Wood', 'wCHoAnKRe', 19, 'Montblanc Men\'s Miscellaneous. SKU: 119299. Montblanc Sartorial Table Humidor In Wood. The structure of the humidor is made of Spanish cedar and is covered in full-grain cowhide. Has a storage capacity of approximately 50 cigars, the humidor comes with a removable basket to easily adjust to the needs of every aficionado. Features a Montblanc customized hygrometer by Credor and a Lubinski humidifier.', 2200.00, NULL, NULL, 2980.00, 'MONTBLANC  Sartorial Table Humidor In Wood-84958.jpeg', 'MONTBLANC  Sartorial Table Humidor In Wood-70087.jpeg', NULL, 'Accessories', 3.5, NULL, 1, '2024-01-31 16:09:42', '2024-01-31 16:09:42'),
(2445, 'Italian minimal cylinder coffee table luxury metal steel round side tables for living room modern stainless steel coffee table', 'Vo7kx80oK', 19, 'item\r\nvalue\r\nFeature\r\nModern\r\nSpecific Use\r\nCoffee Table\r\nGeneral Use\r\nHome Furniture\r\nType\r\nLiving Room Furniture\r\nApplication\r\nHome Office, Living Room, Bedroom, Hotel, Villa\r\nDesign Style\r\nModern\r\nMaterial\r\nMetal\r\nStainless Steel\r\nAppearance\r\nModern\r\nFolded\r\nNO\r\nPlace of Origin\r\nChina\r\nGuangdong\r\nBrand Name\r\nYUKA\r\nModel Number\r\nSMF-13310\r\nDesign\r\nMorden Office Fruniture', 200.00, NULL, NULL, 238.00, 'Italian minimal cylinder coffee table luxury metal steel round side tables for living room modern stainless steel coffee table-20569.jpeg', 'Italian minimal cylinder coffee table luxury metal steel round side tables for living room modern stainless steel coffee table-67333.jpeg', 'Italian minimal cylinder coffee table luxury metal steel round side tables for living room modern stainless steel coffee table-29061.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 16:10:32', '2024-01-31 16:10:32'),
(2446, 'Uniden R4 Extreme Long-Range Radar/Laser Detector w/ Voice Alert, 1 PC', 'i71AdZ96o', 2, 'The Uniden R4 Extreme Long-Range Radar/Laser Detector is a game-changer for your car!  With its voice alert feature, it notifies you of radar and laser signals, keeping you aware of speed traps and red light cameras. The long-range detection capability ensures that you have ample time to adjust your speed. Stay one step ahead on the road with the Uniden R4 Extreme Long-Range Radar/Laser Detector!', 289.00, NULL, NULL, 308.99, 'Uniden R4 Extreme Long-Range Radar/Laser Detector w/ Voice Alert, 1 PC-15183.jpeg', 'Uniden R4 Extreme Long-Range Radar/Laser Detector w/ Voice Alert, 1 PC-21433.jpeg', 'Uniden R4 Extreme Long-Range Radar/Laser Detector w/ Voice Alert, 1 PC-49010.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 16:12:54', '2024-01-31 16:12:54'),
(2447, 'BOND NO.9  Sutton Place / EDP Spray 3.3 oz (100 ml)', 'v8is4MVDf', 19, 'Discover a new layer of sophistication with Bond No.9\'s latest creation, Sutton Place. This signature scent is a celebration of the traditionally masculine enclave of U.N. diplomats who reside in the serene and understated Sutton Place neighborhood. Despite the masculine inspiration, this scent transcends gender, making it a perfect choice for anyone seeking a classically refined fragrance.', 174.99, NULL, NULL, 368.00, 'BOND NO.9  Sutton Place / EDP Spray 3.3 oz (100 ml)-40350.jpeg', 'BOND NO.9  Sutton Place / EDP Spray 3.3 oz (100 ml)-10585.jpeg', 'BOND NO.9  Sutton Place / EDP Spray 3.3 oz (100 ml)-24268.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 16:17:24', '2024-01-31 16:17:24'),
(2448, 'LISEN Universal Car Vent Mounted Adiustable Phone Holder', 'ZDzjD388C', 2, 'The LISEN Universal Car Vent Mounted Adjustable Phone Holder is just what you need for your car!  It securely holds your phone in place, allowing you to easily view GPS directions or take hands-free calls while driving. The adjustable design ensures a perfect fit for your phone, and the car vent mount keeps your phone within easy reach. Say goodbye to fumbling with your phone and hello to convenience with the LISEN Universal Car Vent Mounted Adjustable Phone Holder.', 6.00, NULL, NULL, 16.00, 'LISEN Universal Car Vent Mounted Adiustable Phone Holder-54729.jpeg', 'LISEN Universal Car Vent Mounted Adiustable Phone Holder-48226.jpeg', 'LISEN Universal Car Vent Mounted Adiustable Phone Holder-12128.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 16:19:18', '2024-01-31 16:19:18'),
(2449, 'JIMMY CHOO  Aveline 100 High Heel Sandals, Brand Size 37 ( US Size 7 )', '2tgnS1GUR', 19, 'Jimmy Choo Ladies Heels. SKU: AVELINE 100 BKO. Color: Platinum Ice/Ivory. Shoe Style: Ankle Strap. Vamp Style: Metal Hardware. Jimmy Choo Aveline 100 High Heel Sandals. Open toe. Buckled ankle strap. Oversized tulle bow at right heel. Oversized tulle bow at left toe. Grograin ribbon upper. Leather trim at buckle. 4\" (100 mm) covered stiletto heel. Fabric and leather/salpa upper, leather lining and sole.', 719.98, NULL, NULL, 927.00, 'JIMMY CHOO  Aveline 100 High Heel Sandals, Brand Size 37 ( US Size 7 )-56367.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-31 16:21:30', '2024-01-31 16:21:30'),
(2450, '10-Piece Armor All Holiday Car Cleaning Kit', 'iLT4MBzlk', 2, 'Armor All 10-Piece Holiday Car Cleaning Kit contains 7 Armor All car care products, a two-pack of Refresh Your Car! Vent Air Freshener Sticks, and a bucket with a lid\r\nHoliday gift set includes the following Armor All car care products: Car Cleaning Wipes, Glass Cleaner Wipes, Protectant, Ultra Shine Car Wash and Wax, Microfiber Cleaning Cloth, Extreme Wheel and Tire Cleaner, and Extreme Tire Shine Spray', 15.00, NULL, NULL, 23.88, '10-Piece Armor All Holiday Car Cleaning Kit-60172.jpeg', '10-Piece Armor All Holiday Car Cleaning Kit-30689.jpeg', '10-Piece Armor All Holiday Car Cleaning Kit-97038.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-01-31 16:24:05', '2024-01-31 16:24:05'),
(2451, 'Ladies Saeda Crystal Embellished Sandals, Brand Size 37', 'aHYCLabUu', 19, 'Jimmy Choo Ladies Sandals. SKU: SAEDA SANDAL 100 GJX. Color: Wisteria/Aurora. SoleMaterial: Leather. Jimmy Choo Ladies Saeda Crystal Embellished Sandals. The \"Saeda\" sandal by Jimmy Choo features a delicate crystal chain that suspends a single crystal and gently adorns the ankle like jewellery, a slim heel with 100mm height, translucent design, open toe and a leather sole.', 439.00, NULL, NULL, 870.00, 'Ladies Saeda Crystal Embellished Sandals, Brand Size 37-81289.jpeg', 'Ladies Saeda Crystal Embellished Sandals, Brand Size 37-70336.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-31 16:24:10', '2024-01-31 16:24:10'),
(2452, 'STEM Explorers Brainometry', '0bO4NxfeV', 19, 'Get your brain in shape with these STEM puzzle challenges! Kids solve brain-teasing puzzles that test their knowledge of shapes, critical thinking, fine motor skills, and more every time they play with STEM Explorers Brainometry from Learning Resources! Explore this set\'s 10 STEM challenge cards for critical thinking puzzles that turn shape pieces into the 2D and 3D building blocks of victory! Manipulate six different shape pieces into solutions that require a keen eye for stacking, sorting, and geometry. As kids solve the secrets of the shapes, they\'ll also build essential STEM skills, including pattern recognition, problem solving, and more. After they master the set\'s progressive STEM challenges, kids can even build their own! STEM Explorers Brainometry includes 24 shapes and 10 double-sided STEM challenge cards. Largest piece (cross) measures 1.5”L x 1.5”W x 1”H. This fun learning tool is ready for homeschool or kindergarten classroom use!', 14.19, NULL, NULL, 16.99, 'STEM Explorers Brainometry-97481.jpeg', 'STEM Explorers Brainometry-55055.jpeg', 'STEM Explorers Brainometry-34220.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 16:27:22', '2024-01-31 16:27:22'),
(2453, 'Modern furniture cheap standing swivel fiberglass adult size blue egg chair', 'oq7NWV1SP', 19, 'Product Name:\r\negg pod chair\r\nItem No.:\r\nHG-05\r\nMain Material:\r\nfiberglass+fabric/silimar velvet/cashmere/PU+iron base\r\nAlmost products size:\r\n85*87*134cm\r\nPlace of Products:\r\nFoshan City Guangdong Province,China\r\nModes of package:\r\npacked in Expoert Cartons,some add plywood rack.\r\nLoading sea port if by sea shipping\r\nUsually choose Foshan or Huangpu(in guangzhou),or choose sea port in Shenzhen.\r\nMOQ(piece/unit):\r\nmost of our products MOQ is 5 pieces\r\nOfficial order produce time:\r\nLCL order is about 15 after see the bank receipt,FCL order is about 25-30 days after see the bank receipt.Some items have in stock.\r\nShipping term:\r\nif by sea shipping,we can do EXW,FOB,C&F,CIF,CFR,DDU,DDP or by DHL,TNT,FEDEX etc....\r\npayment term:\r\nusually choose T/T,western Union,or through visa alibaba.please contact our sales man to confirm', 270.00, NULL, NULL, 298.00, 'Modern furniture cheap standing swivel fiberglass adult size blue egg chair-48522.jpeg', 'Modern furniture cheap standing swivel fiberglass adult size blue egg chair-57976.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-01-31 16:28:18', '2024-01-31 16:28:18'),
(2454, 'BOY LONDON  Men\'s Off White Boy Waffle Rugby Sweatshirt, Size Small', 'MuLd5SzLg', 19, 'Boy London Men\'s Tops. Fashion category: Hoodies & Sweatshirts. SKU: BOY RUGBY SWEAT-OFF WHITE. Color: Off White. Boy London Men\'s Off White Boy Waffle Rugby Sweatshirt. Crafted from 100% cotton, this sweatshirt features a drop-shoulder design with ribbed cuff, long sleeves, polo collar and a stitched Boy London eagle logo on the chest.', 58.00, NULL, NULL, 120.00, 'BOY LONDON  Men\'s Off White Boy Waffle Rugby Sweatshirt, Size Small-48164.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-01-31 16:30:06', '2024-01-31 16:30:06'),
(2455, '3-Piece All-Weather Floor Mats for 2012-2022 Dodge Ram 1500 Classic Quad Cab (1st & 2nd Row, Black)', 'pKyWKIgxG', 2, 'Compatibility:\r\n2012-2018 Dodge Ram 1500 Quad Cab\r\n2019-2022 Dodge Ram 1500 Classic Quad Cab\r\n3D laser-measured custom fit\r\nMade of non-toxic TPE material that is odorless and free from latex, lead, cadmium, or harmful PVC\r\nRaised edges to trap liquids and debris\r\n2-Year Oedro Warranty', 48.00, NULL, NULL, 120.00, '3-Piece All-Weather Floor Mats for 2012-2022 Dodge Ram 1500 Classic Quad Cab (1st & 2nd Row, Black)-61086.jpeg', '3-Piece All-Weather Floor Mats for 2012-2022 Dodge Ram 1500 Classic Quad Cab (1st & 2nd Row, Black)-74612.jpeg', '3-Piece All-Weather Floor Mats for 2012-2022 Dodge Ram 1500 Classic Quad Cab (1st & 2nd Row, Black)-68755.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-01-31 16:30:29', '2024-01-31 16:30:29'),
(2456, 'Harbor Freight has MEGUIAR\'S 26 oz. Hybrid Ceramic Wax', 'ELJEqc5dI', 2, 'Harbor Freight has the MEGUIAR\'S 26 oz. Hybrid Ceramic Wax available. It\'s a fantastic product for giving your car a long-lasting shine and protection. The hybrid ceramic formula creates a slick, hydrophobic surface that repels water and dirt. It\'s super easy to apply and provides a durable, glossy finish. Swing by Harbor Freight and grab yourself a bottle of MEGUIAR\'S 26 oz. Hybrid Ceramic Wax to keep your car looking sleek and protected!', 11.89, NULL, NULL, 16.99, 'Harbor Freight has MEGUIAR\'S 26 oz. Hybrid Ceramic Wax-67145.jpeg', 'Harbor Freight has MEGUIAR\'S 26 oz. Hybrid Ceramic Wax-65190.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-01-31 16:37:39', '2024-01-31 16:37:39'),
(2457, 'Dining chair/Restaurant chair/Imitated wood chairs', 'ZoBQBdil1', 19, 'Material\r\nIron (or aluminum for your choice)\r\nFrame finish\r\nOil painting (powder coating, imitation wood finish, plating are for your choice)\r\nFrame color\r\nBlack walnut (silver,wine red,golden...)\r\nFabric/leather color\r\nWhite, Black, Beige, Chocolate and Burgundy etc\r\nTube specification\r\nDia30*1.2mm (More sizes are available for your option)\r\nChair Size\r\n450*480*940mm\r\nSeat Height\r\n45cm\r\nNet Weight\r\n6.0kgs', 3.30, NULL, NULL, 4.30, 'Dining chair/Restaurant chair/Imitated wood chairs-99575.jpeg', 'Dining chair/Restaurant chair/Imitated wood chairs-80331.jpeg', 'Dining chair/Restaurant chair/Imitated wood chairs-26747.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 16:38:16', '2024-01-31 16:38:16'),
(2458, 'Dirty Dog Auto Breakdown Kit', 'F0HSka9Bs', 2, 'If you\'re looking for a reliable breakdown kit for your car, check out the Dirty Dog Auto Breakdown Kit. It\'s a must-have for any car owner! This kit includes essential tools and supplies to help you handle common breakdown situations on the road. From jumper cables to a tire inflator, you\'ll be prepared for whatever comes your way. Stay safe and prepared with the Dirty Dog Auto Breakdown Kit.', 16.00, NULL, NULL, 40.00, 'Dirty Dog Auto Breakdown Kit-42053.jpeg', 'Dirty Dog Auto Breakdown Kit-19391.jpeg', 'Dirty Dog Auto Breakdown Kit-85643.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-31 16:46:29', '2024-01-31 16:46:29'),
(2459, 'Biometric access control device wiegand face recognition turnstile', 'pFXq8xJrV', 19, 'Features:\r\n\r\nFace Recognition Gate Access Control\r\n\r\nWhat is the dynamic face recognition?\r\n\r\nIn short, you don\'t need to stand still when. scanning your face.\r\n\r\n1. Don\'t need to stop, and swipe cards, scan your face directly Really liberate your hands and complete face recognition in motion\r\n\r\n2 The built-in wide dynamic HD camera\r\n\r\nAutomatic Face Information Acquisition, Dynamic Face Detection Based on Video Stream, Tracking and Recognition Algorithm.\r\n\r\n3.99.7% recognition accuracy\r\n\r\n1: N recognition accuracy is high, identifying, 5 people at the same time. Configurable 0.55 m recognition distance. Face recognition in 0.5 seconds.\r\n\r\n4 Recognition speed\r\n\r\nFace tracking and detection take about 20ms. \r\n\r\nFace feature extraction takes about 300ms. \r\n\r\nFace comparison takes about 0.1ms.\r\n\r\n5 Well-designed software interface\r\n\r\nEquipment management, personnel/photo management,record viewing, etc\r\n \r\nParameters:\r\n \r\n Outer Size\r\n217*120*24(mm)\r\nScreen\r\n1024 * 600, full view,5-inch display\r\nCPU\r\nQuad-core Cortex-A17 RK3288\r\nfrequency:1.8GHz\r\nRAM\r\nRunning memory:2G  Flash memory:16G\r\nMemory capacity\r\nSupports 10000 human faces,1 million records\r\nCamera\r\nResolution:  2 megapixels,\r\nAperture:   2.4.  \r\nFocal length:  6mm \r\nWhite balance setting:  Auto\r\nOther devices\r\n1 audio input(line in);\r\n1 audio output(line out)\r\n2.4G Wi-Fi + 13.56M IC reader + 433M wireless doorbell\r\nFacial recognition rate: Over 99.7%\r\nFast recognition speed: it takes only 20ms to track a human face, and about 200 ms for facial feature extraction, and another0.1ms for comparison;\r\nRecognition distance: 0.5-4M\r\nUI interface: Supports personalized settings\r\nRegular parameter\r\nPower supply: DC12V~16V\r\nWorking temperature: -10℃--+60℃   \r\nHumidity: 10%--90%\r\nInstallation method: Bracket mounting on wall/turnstile\r\nPower: 10W MAX', 300.00, NULL, NULL, 350.00, 'Biometric access control device wiegand face recognition turnstile-46324.jpeg', 'Biometric access control device wiegand face recognition turnstile-66158.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-31 16:51:40', '2024-01-31 16:51:40'),
(2460, 'Aqua Joe Quick Connect 2-in-1 Hose-Powered Adiustable Foam Car Wash Sprayer & Foamer Cannon', 'WAGf6m5Dr', 2, 'If you\'re looking for a convenient way to wash your car, you should check out the Aqua Joe Quick Connect 2-in-1 Hose-Powered Adjustable Foam Car Wash Sprayer & Foamer Cannon. It\'s a fantastic tool that attaches to your hose and allows you to easily adjust the water pressure and foam concentration for a customized car wash experience. Say goodbye to hand washing and hello to a sparkling clean car with the Aqua Joe Quick Connect 2-in-1!', 8.97, NULL, NULL, 20.00, 'Aqua Joe Quick Connect 2-in-1 Hose-Powered Adiustable Foam Car Wash Sprayer & Foamer Cannon-82214.jpeg', 'Aqua Joe Quick Connect 2-in-1 Hose-Powered Adiustable Foam Car Wash Sprayer & Foamer Cannon-95328.jpeg', 'Aqua Joe Quick Connect 2-in-1 Hose-Powered Adiustable Foam Car Wash Sprayer & Foamer Cannon-78568.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-31 16:55:35', '2024-01-31 16:55:35'),
(2461, 'Starter Villain [Kindle eBook] by John Scalzi', 'whc3o4WkB', 10, 'If you\'re into reading Kindle eBooks, you might enjoy \"Starter Villain\" by John Scalzi. It\'s an exciting book that dives into the world of superheroes and supervillains. Join the protagonist as they navigate their way through the challenges of being a villain in a world full of heroes. Get ready for an action-packed adventure with \"Starter Villain\"', 6.99, NULL, NULL, 9.35, 'Starter Villain [Kindle eBook] by John Scalzi-42497.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-01-31 17:00:12', '2024-01-31 17:00:12'),
(2462, 'The Rage of Dragons (The Burning Book 1) [Kindle eBook] by Evan Winter', '2pStuRm6a', 2, 'If you\'re looking for an epic fantasy read, you should check out \"The Rage of Dragons\" by Evan Winter. It\'s the first book in \"The Burning\" series and it\'s filled with thrilling action, intense battles, and a captivating story. Join the protagonist as they seek revenge in a world of magic and dragons. Get ready to be swept away by \"The Rage of Dragons\"', 2.99, NULL, NULL, 8.99, 'The Rage of Dragons (The Burning Book 1) [Kindle eBook] by Evan Winter-48225.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-01-31 17:03:04', '2024-01-31 17:03:04'),
(2463, 'Peter S. Beagle: The Last Unicorn [Kindle Edition]', 'lbduJUzYQ', 19, 'If you\'re a fan of fantasy novels, you should definitely check out \"Peter S. Beagle: The Last Unicorn\" in Kindle Edition. It\'s a classic tale filled with enchantment and adventure, following the journey of a unicorn in search of her kind. This book is beloved by readers around the world, and it\'s sure to capture your imagination. Immerse yourself in the magical world of \"The Last Unicorn\"', 3.00, NULL, NULL, 12.99, 'Peter S. Beagle: The Last Unicorn [Kindle Edition]-83406.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-01-31 17:08:45', '2024-01-31 17:08:45'),
(2464, 'DOMREBEL  Hotel Box Sweatshirt in Black, Size Small', 'Ib8UWMECs', 19, 'SKU: HOTEL SWTSHT-BLACK. Color: Black. Domrebel Hotel Box Sweatshirt in Black. Crafted from cotton, this sweatshirt from Domrebel features long sleeves, a ribbed hem and cuffs, a ribbed crewneck, a print at the rear and Domrebel bears partying in hotel print at front. Material: 100% Cotton.', 70.99, NULL, NULL, 91.00, 'DOMREBEL  Hotel Box Sweatshirt in Black, Size Small-41671.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-01-31 17:11:22', '2024-01-31 17:11:22'),
(2465, 'Tower Balance Stacking Blocks Game', '4p9Tu5HK1', 19, 'ALKISTA 48 pcs Funny Stacking Balance Block Game Kit\r\n\r\nPlease rest assured that we have improved the packaging and transportation problem mentioned by the customer before', 17.99, NULL, NULL, 28.99, 'Tower Balance Stacking Blocks Game-30330.jpeg', 'Tower Balance Stacking Blocks Game-47416.jpeg', 'Tower Balance Stacking Blocks Game-31431.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-31 23:10:50', '2024-01-31 23:10:50'),
(2466, 'Reebok Astroride A6.0 Treadmill', 'DDOLVnL9O', 7, 'Designed for top-end home cardio performance, the Reebok A6.0 Bluetooth Treadmill combines a powerful 2.5 HP motor with intelligent console technology. Delivering a speed range from 0.5 - 12.4 mph, the A6.0 is ideal for all types of training. With 36 motivational pre-set workouts at your disposal, the intuitive console also features four target, three user-defined and three HRC programmes for you to create more effective runs. Fitted with quick speed and incline shortcut keys, the A6.0 offers 15 levels of power incline to ramp up the intensity of your sessions.', 759.95, NULL, NULL, 987.89, 'Reebok Astroride A6.0 Treadmill-22648.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-31 23:13:49', '2024-01-31 23:13:49'),
(2467, '8J1837015D Automotive Central Locking System Door Lock Assembly Enhanced Vehicle Safety and Convenience For 8J1837015F', 'Hl5yvVCaS', 16, 'Discover the automotive central locking system door lock assembly, designed to enhances your vehicle\'s safety and convenience. Crafted with high quality materials for durability and reliability.\r\nExperience easy installation and operation with the automotive central locking system door lock assembly. Its precise design ensures a perfects fit, providing long term protections and stability.\r\nFor car owners and maintenance professionals, the automotive central locking system door lock assembly offer a reliable solution. Suitable for replacing and repairing central locking systems, ensuring your vehicle\'s security and normal operation.\r\nThe automotive central locking system door lock assembly guarantees optimal performances, providing peace of mind while driving. Suitable for various vehicles, it ensures the safety and convenience you need on the roads.\r\nUpgrade your vehicle with the automotive central locking system door lock assembly. Made with high quality materials, this durable assem', 33.83, NULL, NULL, 45.85, '8J1837015D Automotive Central Locking System Door Lock Assembly Enhanced Vehicle Safety and Convenience For 8J1837015F-35481.jpeg', '8J1837015D Automotive Central Locking System Door Lock Assembly Enhanced Vehicle Safety and Convenience For 8J1837015F-90303.jpeg', '8J1837015D Automotive Central Locking System Door Lock Assembly Enhanced Vehicle Safety and Convenience For 8J1837015F-64367.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 23:14:50', '2024-01-31 23:14:50'),
(2468, 'DIY Robotic Science Kits', 'fBF1nB5oA', 18, 'FUN INSPIRING DIY STEM TOY (3 pack): our STEM kits set is a great combination of science toys, robot building kit project & craft activity set. Best electric motor science experiments for kids ages 6-8 9-12 & teens.\r\nSCIENCE GAMES FOR KIDS AGES 8-12: this gift box includes all science experiments & craft supplies needed in order to create 3 robotic toys for kids: Robotic car, Graffiti doodling robot and Funny bicycle.\r\nUNIQUE GIFT IDEA: wonderful as a science gift, craft kit, birthday present & Christmas gift for kids. Cool stuff for young inventors, and can also help schools and students learn the principles of a circuit, motors, mechanical and engineering.\r\nGREAT FAMILY BONDING TIME: complete educational building toys for boys age 8-12 with 3 different kits of robot parts, designed gift box, screwdrivers that fit small hands and detailed step- by-step instruction manuals. Requires AA batteries (not included).\r\n2Pepers kids games ages 8-12 are the next generation of science toys. Response within 24 hours to any problem and a promise to solve any kind of issue. High quality, value for money guaranteed.', 18.50, NULL, NULL, 29.99, 'DIY Robotic Science Kits-55410.jpeg', 'DIY Robotic Science Kits-60990.jpeg', 'DIY Robotic Science Kits-10768.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-01-31 23:18:13', '2024-01-31 23:18:13'),
(2469, 'Auto Car Automotive Scanner Vas6154A DOIP V23.01 Comprehensive Diagnosis Scanner', 'bak7SlRVB', 16, 'The Vas6154A diagnostic tool is a professional automotive scanner that provides precise diagnostic capabilities. It quickly and accurately detects and diagnoses vehicle problems, helping users solve various car concerns.\r\nThis diagnostic tool is compatible for multiple car brands, making it suitable for different vehicles. It meets the diagnostic needs of various car models, offering convenience and practicality.\r\nThe Vas6154A diagnostic tool is an essential tool for professional automotive technicians. It is suitable for those with in depth knowledge of car system who require accurate diagnosis and repair.\r\nThis diagnostic scanner is designed for use in automotive repair shops, assisting vehicle repair personnel in quickly identifying and resolving car faults. It provides efficient diagnostics for effective repairs.\r\nIn addition to fault repairs, this diagnostic tool can also be used for regular car inspections and maintenance. It can check sensors, clear fault codes, and adjust sett', 155.63, NULL, NULL, 178.00, 'Auto Car Automotive Scanner Vas6154A DOIP V23.01 Comprehensive Diagnosis Scanner-42371.jpeg', 'Auto Car Automotive Scanner Vas6154A DOIP V23.01 Comprehensive Diagnosis Scanner-53250.jpeg', 'Auto Car Automotive Scanner Vas6154A DOIP V23.01 Comprehensive Diagnosis Scanner-30457.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 23:18:26', '2024-01-31 23:18:26'),
(2470, 'Ud hospital firm', 'ZXuCB9J6F', 5, 'item\r\nvalue\r\nMaterial\r\nMetal\r\nWarranty\r\n1 Year\r\nAfter-sale Service\r\nOnsite Training\r\nBrand Name\r\nHaoshen\r\nPlace of Origin\r\nHengshui\r\nModel Number\r\nHS001\r\nProduct Name\r\nHospital Bed\r\nType\r\nHospital Furniture\r\nFunction\r\n1 Function\r\nSpecific Use\r\nManual Hospital Care Bed\r\nApplication\r\nHosptial\r\nCertificate\r\nCE/ISO13485/ISO9001\r\nSize\r\n2000*900*500mm\r\nWeight\r\n24 Kg', 43.00, NULL, NULL, 45.00, 'Ud hospital firm-25119.jpeg', 'Ud hospital firm-42572.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-01-31 23:18:59', '2024-01-31 23:18:59'),
(2471, 'Competition Adjustable Bench 2.0 - Red', 'IrpvEkaxF', 7, 'it’s excellent quality. Better than the mirafit base model and has leg attachment.', 329.00, NULL, NULL, 400.00, 'Competition Adjustable Bench 2.0 - Red-64439.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-01-31 23:21:09', '2024-01-31 23:21:09'),
(2472, 'Coil Steering Angle Sensor Automotive Maintenance Repair for GX400 89245-30110', 'ALV2KhMbz', 16, 'Accurately measure your vehicle\'s steering angle with this advanced sensor.\r\nEnjoy stability and quick response with this durable sensor, suitable for various car models.\r\nPerfect for automotive maintenance engineers, spare parts sellers, and car owners who want to maintain their vehicles.\r\nUse it in automotive repair, troubleshooting, and vehicle calibration scenarios to ensure safe driving and optimal functionality.\r\nReliable and efficient sensor for a wide range of automotive applications.', 45.08, NULL, NULL, 65.99, 'Coil Steering Angle Sensor Automotive Maintenance Repair for GX400 89245-30110-61578.jpeg', 'Coil Steering Angle Sensor Automotive Maintenance Repair for GX400 89245-30110-37599.jpeg', 'Coil Steering Angle Sensor Automotive Maintenance Repair for GX400 89245-30110-81986.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-01-31 23:21:42', '2024-01-31 23:21:42'),
(2473, 'microscope slide storage cabinet', 'MxyoNrGB3', 19, 'Place of Origin\r\nChina\r\nProvince\r\nHubei\r\nBrand Name\r\nkuohai\r\nModel Number\r\nKH-GP1\r\nApplication\r\nlab,hospital,Medical laboratories, pathology departments, medical research institutions\r\nWarranty\r\n1 Year\r\nAfter-sale Service\r\nOnline technical support\r\nMaterial\r\nMetal,  Steel\r\nShelf Life\r\n1 Year', 500.00, NULL, NULL, 650.00, 'microscope slide storage cabinet-61896.jpeg', 'microscope slide storage cabinet-60470.jpeg', 'microscope slide storage cabinet-43733.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 23:22:31', '2024-01-31 23:22:31'),
(2474, 'Toddler Toy', 'A00CKeqDw', 17, '✔️【Kids Toys with 5 Modes】This Frog Game Toy is an excellent tool for early childhood education and development. It fosters musical abilities, enhances muscle coordination, and improves physical coordination in 3 year old boy. With 5 interactive modes including Pass, Competitive, Memory, Play, and Piano, kids can challenge themselves with 45 levels of increasing difficulty. This makes the toy a perfect choice for nurturing growth and learning, especially as gifts for boys\r\n✔️【Sensitive Counting】The Frog Game Toy is a specifically designed educational toy for 3 year old boys,that makes for great 3 year old boy gifts.Kids can play by gently tapping the \"light-up frogs.\" This action helps to improve strength in their little hands. The game involves hitting frogs with flashing lights to score points and has a two-player mode that parents and kids can enjoy together, fostering a strong parent-child bond. This toy is a great choice for physical and interactive fun!\r\n✔️【Upgraded Design-Spray Function】The upgraded Frog Game Toy now features a spray function that further stimulates kids interest. It automatically sprays upon turning on the toy or passing a level. Kids can select different modes by pressing the switch button, causing the frog to change and glow with a soft, non-dazzling light. This helps to improve their visual, language, and musical sound recognition abilities. When the frog isn\'t hit, the toy continues to encourage the child to keep playing.\r\n✔️【Adjustable volume】The Frog Game Toy allows you to adjust the sound volume and pause the game according to your surroundings. If not in use for 20 seconds, it enters a power-saving mode and goes to sleep. After 5 minutes of inactivity, the toy will automatically turn off and enter power-saving mode to conserve energy.\r\n✔️【Kids\' Holiday Gift Toy】This frog toy is an excellent educational tool and a toddler gifts that can stimulate your child\'s development. It makes a perfect present for birthdays and Easter toys for toddlers, bringing a delightful grin to their charming little faces. These toys for ages 3-4 are both entertaining and ideal for boys and girls in that age range, and your kids will surely become enamored with this frog toy!\r\n✔️【SAFE MATERIALS】This frog toy is constructed from ABS eco-friendly plastic, making it BPA-free, non-toxic, and environmentally friendly. The accessories have a smooth surface with no sharp edges, ensuring that it will not cause any harm to a baby\'s delicate skin. It is suitable for toddlers and can be touched, played with, and hugged by them. The toy meets American toy standards and has undergone rigorous safety testing, ensuring that it is safe for your kids to use.', 36.99, NULL, NULL, 49.99, 'Toddler Toy-19454.jpeg', 'Toddler Toy-26556.jpeg', 'Toddler Toy-94620.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-31 23:24:22', '2024-01-31 23:24:22'),
(2475, 'Professional Rubber Automotive Engine Timing Belt Component Tensioner Kit Compatible for 1.6L L4 24422964 1598CC 98CID', 'mkNRFUVjn', 16, 'If you\'re in need of a timing belt component tensioner kit for your car, you should check out the Professional Rubber Automotive Engine Timing Belt Component Tensioner Kit. It\'s compatible with 1.6L L4 engines and designed to provide reliable and efficient performance. With this kit, you can ensure proper timing and smooth operation of your engine. Keep your car running smoothly with the Professional Rubber Automotive Engine Timing Belt Component Tensioner Kit', 25.16, NULL, NULL, 37.00, 'Professional Rubber Automotive Engine Timing Belt Component Tensioner Kit Compatible for 1.6L L4 24422964 1598CC 98CID-68471.jpeg', 'Professional Rubber Automotive Engine Timing Belt Component Tensioner Kit Compatible for 1.6L L4 24422964 1598CC 98CID-44034.jpeg', 'Professional Rubber Automotive Engine Timing Belt Component Tensioner Kit Compatible for 1.6L L4 24422964 1598CC 98CID-42984.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-01-31 23:26:52', '2024-01-31 23:26:52'),
(2476, 'SteelBody Unisex - Adult STB-10101 Weight Bench - Brown/Black', 'AIbe1khfr', 7, 'Strong and strong steel The powder coating is impact-resistant.\r\nThe feet are non-slip and stable. They are also equipped with wheels to make moving the bank easy.\r\nThe weight bench can hold up to 362 kg. This device has been certified to EN-957 safety standard.\r\nDimensions: 110 cm x 67 cm x 43 cm Product weight: 19.2 kg Warranty: Lifetime on the frame, 3 years on the components, 1 year on the upholstery.', 153.03, NULL, NULL, 189.99, 'SteelBody Unisex - Adult STB-10101 Weight Bench - Brown/Black-16257.jpeg', 'SteelBody Unisex - Adult STB-10101 Weight Bench - Brown/Black-90973.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-01-31 23:27:22', '2024-01-31 23:27:22'),
(2477, 'Farm Animals Toys', 'hkldSgZnR', 10, 'Farm Animals Toy Set: Our toddler preschool learning toys contain 20 pieces,10 farm animals and 10 barns. Animals are suitable for babies\' preferences, each shape is carefully designed, including cat, dog, duck, cow, rabbits, etc. Cute and realistic animals are babies\' interesting partners.\r\nDevelop Fine Motor Skills: Each small animal can be played as a finger puppet toy, the bottom hole is large enough to fit toddlers\' fingers,so that animals can be easily put on or taken off. An imaginative finger game, exercise babies\' hand-eye coordination. Small animals can also fit perfectly into the barns,allowing kids to learn \"put in\" \"take out\" \"open\" and \"close\" in the process, develop their fine motor skills. Great speech therapy toy, perfect for therapy/teaching!\r\nMontessori Learning Toys: Kids can know and learn about 10 different farm animals and identify their characteristics from our toys.The barn lids are printed with numbers from 1 to 10,and the bodies has dots corresponding to the numbers. Babies can have fun number learning and color matching sorting games based on these,exercise their counting,color recognition,classification and matching skills. Best toddler educational learning toys, let our cute animals accompany your kids through childhood!\r\nBaby\'s Safety First: Our products always adhere to child-friendly design and high quality. The animal toys are made of vinyl, odorless and lightweight,safe for kids. The barns is made of safe plastic material with smooth edges, no worry about hurting. Drop-resistant, durable and non-fading.\r\nPerfect Toddler Gifts: This STEM toy is suitable for kids as Children\'s Day gifts, Birthday gifts, Christmas gifts ,sock fillers,Easter basket stuffers, newborn gifts and more, helping you discover new learning fun every time you give a gift ! Ideal baby gift for boys girls 1,2,3.', 24.99, NULL, NULL, 29.99, 'Farm Animals Toys-58082.jpeg', 'Farm Animals Toys-81001.jpeg', 'Farm Animals Toys-12418.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-01-31 23:28:39', '2024-01-31 23:28:39'),
(2478, 'Reolink 16CH 4K PoE Security Camera System, 16pcs 8MP IP Camera Human/Car Detect, IP66 Waterproof +1pc 16CH H.265 NVR Pre-Installed 4TB HDD (Include 16pcs 18M Cat5 Cables) - RLK16-810B16-A', 'eeK2vCNij', 19, 'If you\'re looking for a reliable and high-quality security camera system, you should definitely check out the Reolink 16CH 4K PoE Security Camera System. It comes with 16pcs 8MP IP cameras that have human and car detection capabilities, ensuring that you\'ll be alerted to any activity around your property. The cameras are also IP66 waterproof, so you don\'t have to worry about them in different weather conditions. The system includes a 16CH H.265 NVR with a pre-installed 4TB HDD, providing ample storage for your recordings. Plus, it comes with 16pcs 18M Cat5 cables for easy installation. Keep your property secure with the Reolink 16CH 4K PoE Security Camera System!', 1314.09, NULL, NULL, 1329.55, 'Reolink 16CH 4K PoE Security Camera System, 16pcs 8MP IP Camera Human/Car Detect, IP66 Waterproof +1pc 16CH H.265 NVR Pre-Installed 4TB HDD (Include 16pcs 18M Cat5 Cables) - RLK16-810B16-A-12265.jpeg', 'Reolink 16CH 4K PoE Security Camera System, 16pcs 8MP IP Camera Human/Car Detect, IP66 Waterproof +1pc 16CH H.265 NVR Pre-Installed 4TB HDD (Include 16pcs 18M Cat5 Cables) - RLK16-810B16-A-10290.jpeg', 'Reolink 16CH 4K PoE Security Camera System, 16pcs 8MP IP Camera Human/Car Detect, IP66 Waterproof +1pc 16CH H.265 NVR Pre-Installed 4TB HDD (Include 16pcs 18M Cat5 Cables) - RLK16-810B16-A-16310.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-01-31 23:32:37', '2024-01-31 23:32:37'),
(2479, 'Zwift hub one incl. 12 month subscription - with code.', 'uunyiU3kJ', 7, 'Zwift Hub One is the smart trainer setup with everything you need to start getting fit on Zwift. With universal compatibility on almost any 8-12-speed bikes via the pre-installed Zwift Cog and 1-year of Zwift membership included.\r\n\r\nVirtual shifting with Zwift Click keeps your gear changes quiet and smooth. Place it wherever you want on any type of handlebar. Smart resistance means you\'ll feel every climb and descent, while the built-in power meter takes your training to the next level.', 626.59, NULL, NULL, 696.35, 'Zwift hub one incl. 12 month subscription - with code.-97460.jpeg', 'Zwift hub one incl. 12 month subscription - with code.-53082.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-31 23:33:13', '2024-01-31 23:33:13'),
(2480, 'Portable China Manufacture Supplies hospital Furniture Adjustable 2 two manual patient Clinic bed with PP Plastic Side Rail', 'LidiygIbY', 19, 'Angle of back section	0 ~ 80° (±5°)\r\nAngle of leg section	0 ~ 40° (±5°)\r\nSize	L2120×W1050×H485mm\r\n \r\nAccessories:\r\n1)I.V pole\r\n2)I.V pole holes\r\n3)Drainage bag hooks\r\n \r\nOptional configuration: \r\nOddment shelf,Mattress,Over bed table,Bedside cabinet;\r\n Central brake wheels and system are also option for this model!!!', 290.00, NULL, NULL, 315.00, 'Portable China Manufacture Supplies hospital Furniture Adjustable 2 two manual patient Clinic bed with PP Plastic Side Rail-76894.jpeg', 'Portable China Manufacture Supplies hospital Furniture Adjustable 2 two manual patient Clinic bed with PP Plastic Side Rail-83120.jpeg', 'Portable China Manufacture Supplies hospital Furniture Adjustable 2 two manual patient Clinic bed with PP Plastic Side Rail-67894.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-01-31 23:33:45', '2024-01-31 23:33:45'),
(2481, '10 Inch Colorful Electronic Board Drawing Pad for Kids', 'qdmYlugna', 18, '👨‍🚀 [THE BEST KIDS\' GIFT & FRIENDLY CUSTOMER SERVICE]: The kids toys is a good educational learning toys, which helps child free their imagination and creativity. It is the best toddler toys for boys girls. Perfect Choice as gift ideas for back to school, birthday, Thanksgiving Day, Easter, Christmas and any occasion. Each kids tablet comes with a writing stylus, so if you have any question about the stylus or doodle board, please directly contact us seller, we will try our best to assist you.\r\n👨‍🚀 [PORTABLE AND LIGHTWEIGHT]: The Preschool toddlers can have all the pleasure, enjoy painting, count the numbers, spell phrases at any time and place (home, car, outside, airplane, school) with no longer making a mess on the ground or walls, especially the time they are at home. 10 inches of writing area, 0.26-inch ultra-thin design, 6 ounces weight, hardly feel the weight of the toys for 5 year old boys, which is convenient to carry with bag.\r\n👨‍🚀 [NO BLUE LIGHT, PROTECT CHILDREN\'S EYES, E-CO-FRIENDLY]: FLUESTON LCD writing tablet using highly sensitive pressure sensitive technology and smooth flexible LCD color screen, the lines are colorful, clear and eye-catching. The screen is not self-illuminating, and its optical writing characteristics are the same as papers. No dust, ink, ra-diation, g-lare, safe and hy-gienic, all shield eyes, be safe & comfortable when your kids create work for quite a while.\r\n👨‍🚀 [EASY TO USE, ONE-CLICK CLEAR & SCREEN LOCK]: The writing tablet creates colorful lines of different depth based on how hard you push, just like writing on paper with a pen or pencil! A sensory toys for autistic children is exactly like a bit of paper that can’t be consumed! The magnetic drawing board is built in a CR2025 button battery (hold up to 12 months use, replaceable), which can work quite a while with tens of thousands of erasing! Draw what you want, one button to erase the image.\r\n👨‍🚀 [MULTI-PURPOSE]: A reusable draw pad for kids is suited to writing, drawing, office memo board, message board, and as a communication tool. This type of children’s doodle board is acceptable that you teach your kid to draw or instruction which could present the child’s imagination and enhance imagination by non-polluting, random graffiti, avoiding school-age children’s garments, stocking stuffers for kids.', 21.79, NULL, NULL, 40.99, '10 Inch Colorful Electronic Board Drawing Pad for Kids-98909.jpeg', '10 Inch Colorful Electronic Board Drawing Pad for Kids-29186.jpeg', '10 Inch Colorful Electronic Board Drawing Pad for Kids-57247.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 23:36:53', '2024-01-31 23:36:53');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2482, 'Gold Plated Stainless Steel Religious Judaism Jewelry Iced Out Crystal Star of David Necklace Hexagram Medal Pendant', 'Dh8KwIlvs', 16, 'If you\'re looking for some stylish religious jewelry, you should check out this Gold Plated Stainless Steel Star of David Necklace. It\'s adorned with sparkling crystals and features a hexagram medal pendant. This necklace is a beautiful way to showcase your faith and add a touch of elegance to your outfits. Show off your Judaism with this stunning piece of jewelry', 14.99, NULL, NULL, 20.05, 'Gold Plated Stainless Steel Religious Judaism Jewelry Iced Out Crystal Star of David Necklace Hexagram Medal Pendant-48243.jpeg', 'Gold Plated Stainless Steel Religious Judaism Jewelry Iced Out Crystal Star of David Necklace Hexagram Medal Pendant-10319.jpeg', 'Gold Plated Stainless Steel Religious Judaism Jewelry Iced Out Crystal Star of David Necklace Hexagram Medal Pendant-59520.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-01-31 23:37:53', '2024-01-31 23:37:53'),
(2483, 'Opti Vinyl Barbell and Dumbbell Weight Set - 50kg', 'mLSmC6hnv', 7, 'Enjoy a great, full body workout at home with this Opti Dumbbell and Barbell Set. The spinlock system makes this set ideal for both beginners and experts as the weight increments can be changed swiftly as you progress. This set is ideal to strengthen and tone both your upper and lower body with a range of exercises. The vinyl design makes it easy for you to hold, so you can work out for longer', 63.42, NULL, NULL, 87.99, 'Opti Vinyl Barbell and Dumbbell Weight Set - 50kg-85828.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-01-31 23:38:17', '2024-01-31 23:38:17'),
(2484, 'Unique Furniture Hospital Clinic Medical Recliner chair', 'lsC92ee70', 19, 'Size:\r\nL800*W102*H430mm\r\nOpen Size:\r\nL2080*W102*H430mm\r\nCarton Size:\r\n1500*105*500mm/1pc\r\nN.W.\r\n55KG\r\nSystem:\r\nspring inside,easy to close and open\r\nwheels:\r\n6 pcs', 200.00, NULL, NULL, 235.00, 'Unique Furniture Hospital Clinic Medical Recliner chair-45777.jpeg', 'Unique Furniture Hospital Clinic Medical Recliner chair-92281.jpeg', 'Unique Furniture Hospital Clinic Medical Recliner chair-45582.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-31 23:39:08', '2024-01-31 23:39:08'),
(2485, '14k White Gold Pear Shape Created Black Opal Diamond Pendant', 'VRhbwHWoj', 16, 'If you\'re searching for a gorgeous pendant, you should definitely take a look at this 14k White Gold Pear Shape Created Black Opal Diamond Pendant. It\'s a stunning piece of jewelry that combines the beauty of a pear-shaped black opal with the sparkle of diamonds. This pendant will add a touch of elegance and sophistication to any outfit. Show off your unique style with this beautiful piece of jewelry.', 140.99, NULL, NULL, 155.99, '14k White Gold Pear Shape Created Black Opal Diamond Pendant-88359.jpeg', '14k White Gold Pear Shape Created Black Opal Diamond Pendant-88354.jpeg', '14k White Gold Pear Shape Created Black Opal Diamond Pendant-28960.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-31 23:41:00', '2024-01-31 23:41:00'),
(2486, 'Construction Vehicle Busy Book', 'HUUO0Is0f', 19, '【Busy Book for Kids】Our toddler activity book is specially designed for construction vehicle lovers with original content and engaging illustrations. Fun sensory learning activities for growing toddlers - matching games, letters & numbers & shapes tracing, pre-writing practice.\r\n【11 Engineering Vehicle Themes & 5 Writing Pages】Each theme covers different construction vehicle elements, including shapes, alphabet, colors, numbers, sizes, vehicles, compare, direction, tools shadow, puzzle.\r\n【Preschool Educational Learning Toys】Our busy book is one of the best toys for parent-child interactive teaching. Let children develop in multiple dimensions. It helps develop and improve motor skills, cognitive skills, hand eye coordination, and reinforces fine motor skills.\r\n【Safety Educational Toys】Our busy book is double thickening treatment, upgraded velcro, strong and durable. Especially anti-cutting edge and round corner design of every page, prevent the little hands from getting hurt.\r\n【Ideal Gifts for Toddlers】A toddler activities busy book is perfect for preschool kids, homeschool, kindergarten. To keep your kid busy. Can be used as birthday gifts, party toys, holiday gifts, toy prizes for carnival games. Children can build their own construction engineering world.', 19.99, NULL, NULL, 24.99, 'Construction Vehicle Busy Book-29718.jpeg', 'Construction Vehicle Busy Book-94335.jpeg', 'Construction Vehicle Busy Book-10048.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-31 23:41:23', '2024-01-31 23:41:23'),
(2487, 'High end Nordic modern style office furniture manager chair', 'IH1ZnpiE8', 19, 'High end Nordic modern style office furniture manager chair', 130.00, NULL, NULL, 148.00, 'High end Nordic modern style office furniture manager chair-84794.jpeg', 'High end Nordic modern style office furniture manager chair-63039.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-01-31 23:44:07', '2024-01-31 23:44:07'),
(2488, 'Rhodium Plated Brilliant Cubic Zirconia Ring For Women – Women’s Jewelry Statement Ring – CZ Cluster Ring Elegant & Stylish – Best Gift Idea by Matashi Size 8', 'd0xsWXRe9', 16, 'If you\'re looking for a stunning statement ring, you should definitely check out this Rhodium Plated Brilliant Cubic Zirconia Ring. It\'s designed for women and features a cluster of sparkling CZ stones. This ring is elegant, stylish, and would make a great gift idea. It\'s available in size 8, so it should fit perfectly. Add a touch of glamour to your jewelry collection with this beautiful ring!', 100.00, NULL, NULL, 210.38, 'Rhodium Plated Brilliant Cubic Zirconia Ring For Women – Women’s Jewelry Statement Ring – CZ Cluster Ring Elegant & Stylish – Best Gift Idea by Matashi Size 8-77769.jpeg', 'Rhodium Plated Brilliant Cubic Zirconia Ring For Women – Women’s Jewelry Statement Ring – CZ Cluster Ring Elegant & Stylish – Best Gift Idea by Matashi Size 8-22902.jpeg', 'Rhodium Plated Brilliant Cubic Zirconia Ring For Women – Women’s Jewelry Statement Ring – CZ Cluster Ring Elegant & Stylish – Best Gift Idea by Matashi Size 8-83244.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-01-31 23:44:28', '2024-01-31 23:44:28'),
(2489, 'Adjustable Dumbbells Set', 'br0ixDyFA', 7, '✅Adjustable Weight - Comes with different sizes weight plates to adjust to your desirable dumbbell weight\r\n✅Spinlock Collar - 2 Pairs of spinlock collars to secure the weight plates to the bar\r\n✅Safe Design - Features 2 pairs of spinlock collars and non slip grip to provide you a safe and secure exercise experience.\r\n✅Durable Material - Plastic Weight Plates & Chrome Finish Iron Bar & PE Collars\r\n✅Dumbbell Bar Size - 39 x 2.5 cm / 15.4 x 1’’ (L x Dia.)', 28.53, NULL, NULL, 32.97, 'Adjustable Dumbbells Set-92606.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-01-31 23:44:36', '2024-01-31 23:44:36'),
(2490, '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys', 'EsgRHoPit', 17, '【Super Value Upgrade Set】 Newly upgraded 3D blocks of Coodoo tiles encourage and stimulate kids\' creativity. The set contains 60 pcs rainbow bricks in various shapes, Unique the 6 balconies & 2 awning pieces that fit over the hollow square tiles, perfect for building castles, mansions, food trucks, or wherever else the imagination leads. A fun new option in the world of tile play!\r\n【 Safe & Convenient 】 Magnetic building toys are crafted with premium-grade plastic for durability and resilience, allowing kids to engage in hours of uninterrupted play and building. Plus, the set comes with a convenient storage bag for easy organization and transportation, whether it\'s taking the tiles outdoors or to a different room.\r\n【 STEM Montessori & Sensory Toys 】 Coodoo magnetic tiles come in a variety of colors and shapes, making them a fun and engaging STEM toy for kids. Building with magnetic tiles not only helps with hand-eye coordination but also enhances cognitive and sensory development, allowing kids to unleash their inner architects and create unique structures.\r\n【 Great Fidgets for Classroom 】Coodoo magnetic tiles are the perfect tool for building, creating, and learning. A must-have for any preschool or kindergarten classroom, teachers and parents alike love these tiles as they keep little hands busy and enhance motor skills. They also work as a great fidget toys for classrooms, providing a rich tactile and sensory experience for kids.\r\n【 Great as Gifts 】 Perfect gift for kids on special occasions like birthdays, Christmas, and graduations – this gift is sure to be a hit with kids of all ages! So why wait? Give your kids the gift of education and entertainment with our magnetic tiles today!', 17.79, NULL, NULL, 29.99, '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys-66106.jpeg', '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys-48865.jpeg', '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys-88041.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 23:45:34', '2024-01-31 23:45:34'),
(2491, 'Oravo P8988 14 kt White Gold Heart Shape 0.75 ct Amethyst Pendant', 'lRwpbnVde', 19, 'If you\'re in the market for a stunning pendant, you should definitely check out the Oravo P8988 14 kt White Gold Heart Shape Amethyst Pendant. It\'s crafted in beautiful white gold and features a heart-shaped amethyst weighing 0.75 carats. This pendant is the perfect combination of elegance and charm, and it would make a lovely addition to any jewelry collection. Treat yourself or someone special to this gorgeous piece.', 160.99, NULL, NULL, 199.00, 'Oravo P8988 14 kt White Gold Heart Shape 0.75 ct Amethyst Pendant-57313.jpeg', 'Oravo P8988 14 kt White Gold Heart Shape 0.75 ct Amethyst Pendant-69805.jpeg', 'Oravo P8988 14 kt White Gold Heart Shape 0.75 ct Amethyst Pendant-52660.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-01-31 23:48:54', '2024-01-31 23:48:54'),
(2492, 'Toss Across Game', 's8jvW5iVS', 18, 'It’s the Tic Tac Toe you know but with added action and competition! Players place Toss Across unit on the floor and turn all targets blank side up. Each player chooses to be an X or an O and gets three bean bags. Taking turns, you can toss the bean bags underhand or overhand, with a light touch or with a little more force, trying to flip the targets to show three of your letters in a row up, down, or diagonally. Unlike in classic Tic Tac Toe, in Toss Across you can undo your opponents X or Oor will you accidentally set the target back to blank?? Competitive fun for children and the whole family! Colors and decorations may vary.', 17.92, NULL, NULL, 21.99, 'Toss Across Game-85886.jpeg', 'Toss Across Game-18629.jpeg', 'Toss Across Game-25176.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-01-31 23:49:10', '2024-01-31 23:49:10'),
(2493, 'High quality wholesale barbers beauty furniture salon hairdressing barber chair', 'mRe5MFJYw', 19, 'Product Name\r\nBarber Chair\r\nStyle\r\nContemporary\r\nApplication\r\nHotel, Mall, Leisure Facilities, Supermarket, Courtyard, Other..\r\nPlace of Product\r\n Jiangsu Province,China\r\nGeneral Use\r\nCommercial Furniture..\r\nModes of packing\r\nstrong carton, plywood frame if necessary\r\nColour\r\nOptinal\r\nMaterial\r\nPVC/304 stainless steel', 55.00, NULL, NULL, 68.00, 'High quality wholesale barbers beauty furniture salon hairdressing barber chair-82061.jpeg', 'High quality wholesale barbers beauty furniture salon hairdressing barber chair-21614.jpeg', 'High quality wholesale barbers beauty furniture salon hairdressing barber chair-86926.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-01-31 23:50:09', '2024-01-31 23:50:09'),
(2494, 'Opti Mini Fitness Trampoline', 'LFnRD4DEh', 7, 'For an excellent indoor workout, jump on this Opti trampoline as a fun way to keep fit in the comfort of your home. There are so many exercises you can do to improve your cardiovascular health and general body tone in your legs, bums and tums. It\'s also great for improving your core stability, coordination, and flexibility.\r\n\r\nDiameter 92cm.\r\nSturdy and good bounce ability. Stable and quiet; enjoy the fun and benefit to health.\r\nMaximum user weight 100kg (15st 10lb).\r\nSize H22, W92.\r\nSelf-assembly.', 49.47, NULL, NULL, 56.80, 'Opti Mini Fitness Trampoline-52229.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-01-31 23:52:21', '2024-01-31 23:52:21'),
(2495, 'Rustic Wood & Rope Outdoor Ring Toss Yard Game', '6YNlBy2iy', 10, '🤩 15+ GAMES INCLUDED - Choose from Classic Ring Toss or play exclusive SWOOC originals like Last Man Standing and Golf. Designed for all ages and skill levels. Never get bored with T-O-S-S (similar to H-O-R-S-E), Horseshoes, Trap Zone, & more!\r\n💦 WEATHER & WATER RESISTANT - Polished and sealed to withstand the spills & splashes, indoors and out. Whether it\'s for the game room, patio, camping, lake, or beach. This family tossing game is built to handle it all.\r\n🙌 WIDE GRIP HANDLES - Includes 6 vintage style brown and white rings. Crafted with wide wooden grips and extra firm rope to glide around the posts with ease. Designed for longer tosses, eagle-like aim, & bigger smiles!\r\n😎 QUICK AND EASY SETUP - Start tossing in seconds.. The kid-friendly (no tool) setup makes game time a breeze. And bring the fun on the run with the handy carrying case. Weighing a family-friendly 2.5lb, it\'s hassle-free fun at it\'s finest.\r\n🌳 ECO-FRIENDLY - Hand-crafted from 100% sustainably sourced New Zealand Pine. In partnership with Trees for the Future, a 501(c)(3) organization, SWOOC Games will plant a tree for every order. Let\'s protect this playground we call Earth.', 34.99, NULL, NULL, 44.99, 'Rustic Wood & Rope Outdoor Ring Toss Yard Game-87576.jpeg', 'Rustic Wood & Rope Outdoor Ring Toss Yard Game-72798.jpeg', 'Rustic Wood & Rope Outdoor Ring Toss Yard Game-15208.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-01-31 23:53:35', '2024-01-31 23:53:35'),
(2496, 'Swarovski Ginger Pendant - White - Rose Gold Plating', 'oHn7lmlOG', 16, 'If you\'re looking for a beautiful pendant, you should definitely check out the Swarovski Ginger Pendant. It features a stunning white crystal set in rose gold plating. This pendant is elegant and versatile, perfect for adding a touch of sparkle to any outfit. Treat yourself or someone special to this gorgeous piece from Swarovski', 107.47, NULL, NULL, 135.99, 'Swarovski Ginger Pendant - White - Rose Gold Plating-28664.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-01-31 23:54:52', '2024-01-31 23:54:52'),
(2497, 'Kids Painting Writing Color Doodle Drawing Mat Toy', 'Xd2SddWpS', 17, 'Water Drawing Mat:Large size.Ocean pattern.Be easy to use.Can be folded into the compact size.Portable for indoor outdoor and travel.A great learning toy for toddlers.A good interaction toy for boys and girls.\r\nDoodle Drawing Mat Size: 40 x 28 inch. Package included: Mat x 1 + Pens x 6 + Drawing mold x 8 + Drawing template x 4 + Drawing booklet x 1- For age 3 years old +\r\nWater Doodle Mat Kids Toys - Reusable - Fill the pen with clean water and draw on the mat,after 3-10 minutes,it magically disappears(depending on temperature and airflow),and children can paint on the drawing mat again and again.\r\nEducational Toys:No Ink,No Paint,Non-Toxic,Non-Polluting,Never make a mess.The back of the mat is water-resistant nylon material,clean and safety for kids. The traces will never be chaotic, satisfying the imagination and creativity of the kids\' infinite painting.\r\nPerfect Gift:Color packing box.This magical water painting pad allows your child to paint with friends on the table or floor,exercise hand-eye coordination and color perception,develop painting and creative skills.The best choice for kids birthday gift or christmas gift.', 26.99, NULL, NULL, 37.99, 'Kids Painting Writing Color Doodle Drawing Mat Toy-77589.jpeg', 'Kids Painting Writing Color Doodle Drawing Mat Toy-73819.jpeg', 'Kids Painting Writing Color Doodle Drawing Mat Toy-69635.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 00:00:32', '2024-02-01 00:00:32'),
(2498, 'Oravo P9008 14 kt White Gold Heart Shape 1.00 ct Alexandrite Pendant', '2m8pj2z2f', 17, 'If you\'re in the market for a stunning pendant, you should definitely check out the Oravo P9008 14 kt White Gold Heart Shape Alexandrite Pendant. It\'s crafted in beautiful white gold and features a heart-shaped Alexandrite weighing 1.00 carat. This pendant is the perfect combination of elegance and charm, and it would make a lovely addition to any jewelry collection. Treat yourself or someone special to this gorgeous piece.', 170.99, NULL, NULL, 189.77, 'Oravo P9008 14 kt White Gold Heart Shape 1.00 ct Alexandrite Pendant-65514.jpeg', 'Oravo P9008 14 kt White Gold Heart Shape 1.00 ct Alexandrite Pendant-39494.jpeg', 'Oravo P9008 14 kt White Gold Heart Shape 1.00 ct Alexandrite Pendant-85270.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-01 00:02:58', '2024-02-01 00:02:58'),
(2499, 'KidKraft Boulder Bluff Playcentre and Wooden Swing Set (3-10 Years)', 'CQwoCQwTH', 7, '2 Level Fort, 2 Belt Swings\r\n\r\n- Twisty Tunnel Slide & Wave Slide\r\n\r\n- Built-in Kitchen for Role Playing\r\n\r\n- 2 Belt Swings, 1 Trapeze Swing Bar \r\n\r\n- Clatter Bridge to Move Across The Fort\r\n\r\nPS: Installation not covered for this price', 1014.70, NULL, NULL, 1231.99, 'KidKraft Boulder Bluff Playcentre and Wooden Swing Set (3-10 Years)-41629.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 00:03:01', '2024-02-01 00:03:01'),
(2500, 'Drone Home -- First Ever Game With a Real, Flying Drone -- Great, Family Fun! -- For 2-4 Players -- Ages 8+', 'KSRs0fqaZ', 13, 'Race to launch your aliens down the ramps and land inside the drone! Watch out—there’s a delay once you make it in, so others can knock you out! If you stay in and your alien escapes when the drone lifts off, you’re one step closer to winning! Get rid of all your aliens first to win! It’s fast-paced fun for the whole family, and it’s the first game to include a real, flying drone! Requires batteries, not included.', 13.95, NULL, NULL, 24.99, 'Drone Home -- First Ever Game With a Real, Flying Drone -- Great, Family Fun! -- For 2-4 Players -- Ages 8+-55160.jpeg', 'Drone Home -- First Ever Game With a Real, Flying Drone -- Great, Family Fun! -- For 2-4 Players -- Ages 8+-99631.jpeg', 'Drone Home -- First Ever Game With a Real, Flying Drone -- Great, Family Fun! -- For 2-4 Players -- Ages 8+-78225.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 00:07:57', '2024-02-01 00:07:57'),
(2501, 'Great Works: An Instructional Guide for Literature 8-Book Set - Great Collection of Novel Study Guides for Literature with Close Reading and Writing Activities (Great Works Classroom Resource)', '5DehumiEN', 16, 'Use these instructional guides for literature to add rigor to your students\' explorations of rich, complex literature! Each instructional guide features several challenging cross-curricular lessons and activities to work in conjunction with literary texts to help students analyze and better comprehend literature. This guide is packed with ways to practice close reading, determine meaning through text-dependent questions, and practice text-based vocabulary, making it the perfect tool to teach students how to analyze story elements in various ways. Additionally, these guides support Common Core Learning Standards.\r\nTitles in this set include: Frog and Toad Together; Little Bear; Sarah, Plain and Tall; The Stories Julian Tells; Bud, Not Buddy; Roll of Thunder, Hear My Cry; Tuck Everlasting; A Wrinkle in Time.', 94.99, NULL, NULL, 105.99, 'Great Works: An Instructional Guide for Literature 8-Book Set - Great Collection of Novel Study Guides for Literature with Close Reading and Writing Activities (Great Works Classroom Resource)-25704.jpeg', 'Great Works: An Instructional Guide for Literature 8-Book Set - Great Collection of Novel Study Guides for Literature with Close Reading and Writing Activities (Great Works Classroom Resource)-74371.jpeg', 'Great Works: An Instructional Guide for Literature 8-Book Set - Great Collection of Novel Study Guides for Literature with Close Reading and Writing Activities (Great Works Classroom Resource)-29478.jpeg', 'Books', 4.5, NULL, 1, '2024-02-01 00:09:40', '2024-02-01 00:09:40'),
(2502, 'Top selling high quality wood like table set garden patio restaurant table and chair set', 'WWMt0P0Ik', 19, 'Model Number\r\nHUAHONG\r\nAppearance\r\nModern\r\nFolded\r\nYes\r\nMaterials\r\nPlastic Wood Seated/Backrest + Aluminum Frame\r\nFeature\r\nWaterproof, UV-resistant, Durable\r\nColor\r\nBlack Frame+Teak\r\nChair size(L*W*H)\r\n57*58*89CM\r\nTable Size(L*W*H)\r\n150*90*73CM\r\nBench Size(L*W*H)\r\n137*40*45CM', 190.00, NULL, NULL, 220.00, 'Top selling high quality wood like table set garden patio restaurant table and chair set-97217.jpeg', 'Top selling high quality wood like table set garden patio restaurant table and chair set-11398.jpeg', 'Top selling high quality wood like table set garden patio restaurant table and chair set-56691.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 00:10:24', '2024-02-01 00:10:24'),
(2503, 'Mongoose Fireball dirt jump 26\" mountain bike 9 speed orange new', 'FTFcUEPIo', 7, 'Frame: Tectonic T1, aluminum, 26” dirt jump geometry, 9 mm x 135 mm dropout, replaceable hanger\r\nFork: RST DIRT-T, 26”, aluminium steerer, 9 mm x 100 mm, thru-axle, 100 mm travel\r\nCrank: Samox AF15-D36S, aluminum, 36T\r\nChain: KMC Z99\r\nBottom Bracket: Samox, cartridge, 3-piece, threaded 68 mm shell\r\nShifters: Shimano Altus SL-2000, 9\r\nRear Cog: Sunrace, 9-speed, 11-36T\r\nRear Derailleur: Shimano Altus RD-M2000\r\nRims: Xposure, aluminium double wall, 26 mm ID, 32H\r\nFront Hub: Xposure, aluminium, ball bearing\r\nRear Hub: Xposure, aluminium, ball bearing, 9 mm x 135 mm, 32H, 6-bolt\r\nSpokes: 14G, steel\r\nTyres: Kenda Small Block, 26 in x 2.35 in, wire bead\r\nPedals: Mongoose, nylon\r\nBrakes: Mongoose, mechanical, aluminium, 160 mm rotor\r\nHandlebar: Xposure double-butted, aluminium, 751 mm width, 31 mm rise, 31.8 mm clamp\r\nStem: Xposure melt-forged aluminium, threadless, 40 mm, 7°, 31.8 mm clamp\r\nHeadset: Threadless, ZS44/ZS44, retainer bearing\r\nSeat Post: Xposure, aluminium, 201 mm, integrated saddle, 27.2 mm\r\nSaddle: Mongoose Dirt jump, integrated rails\r\nGrips: Mongoose Hive, single density\r\nSizes: 26\" - One Size\r\nExtras: MRP G3 chain retention system\r\nThe Fireball is Mongoose pro rider Greg Watts’ weapon of choice whether he’s competing on the world’s most insane slope-style courses or riding his backyard trails at home.', 285.38, NULL, NULL, 308.88, 'Mongoose Fireball dirt jump 26\" mountain bike 9 speed orange new-46887.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 00:12:32', '2024-02-01 00:12:32'),
(2504, 'The World Game - Fun Geography Board Game', 'cBzFzzmlH', 17, 'The World Game is a highly engaging geography board game for 2 to 5 players that’s easy to learn. A fast-playing adventure full of excitement.', 29.90, NULL, NULL, 34.90, 'The World Game - Fun Geography Board Game-61389.jpeg', 'The World Game - Fun Geography Board Game-91627.jpeg', 'The World Game - Fun Geography Board Game-19383.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 00:14:04', '2024-02-01 00:14:04'),
(2505, 'Stellaris Galaxy Edition', 'TVdI5mt7d', 19, 'The Stellaris Galaxy Edition is an incredible package for fans of the game Stellaris. It includes the base game along with a bunch of additional content like the digital soundtrack, an exclusive alien race, a digital artbook, and more. It\'s a must-have for any Stellaris enthusiast looking to enhance their gaming experience. Dive into the vastness of space with the Stellaris Galaxy Edition.', 49.99, NULL, NULL, 65.77, 'Stellaris Galaxy Edition-45610.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 00:14:15', '2024-02-01 00:14:15'),
(2506, 'OUTDOOR 3 PCS WICKER BISTRO ROCKING SET,  FOR GARDEB BALCONY COUNTYARD POOL SIDE.', 'KvZ9zgbMX', 19, 'Color: \r\nWicker: BROWN / GREY\r\nCushion: Beige / NAVY\r\n \r\nMaterial\r\nFrame: GALVANIZED STEEL\r\nWicker: PE\r\nFabric: waterproof polyester\r\nTable top:  tempered glass\r\n \r\nDimensions:\r\nChair:D78*W59*H78CM', 110.00, NULL, NULL, 129.00, 'OUTDOOR 3 PCS WICKER BISTRO ROCKING SET,  FOR GARDEB BALCONY COUNTYARD POOL SIDE.-11111.jpeg', 'OUTDOOR 3 PCS WICKER BISTRO ROCKING SET,  FOR GARDEB BALCONY COUNTYARD POOL SIDE.-47129.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-01 00:18:42', '2024-02-01 00:18:42'),
(2507, 'Moda Vivo 105 Carbon Road Bike', 'MViu0hwFy', 7, 'Moda Vivo 105 Carbon Road Bike - 2021\r\nWith aesthetically pleasing lines and its unbeatable value the Moda Vivo is a lightweight, elegant rim brake flying machine. However, don’t be fooled by its price. The Vivo benefits from technology which filters down from passed generations including features such as an oversized headset, versatile PF86 bottom bracket shell, full carbon steerer and Di2 compatibility.\r\n\r\nThe Vivo features a Shimano R7000 105 groupset with a RS500 chainset, Mavic Aksium wheelset and Deda finishing kit. The Vivo is an extremely versatile and suitable option for even the most demanding rider.', 1140.28, NULL, NULL, 1450.00, 'Moda Vivo 105 Carbon Road Bike-85694.jpeg', 'Moda Vivo 105 Carbon Road Bike-39535.jpeg', 'Moda Vivo 105 Carbon Road Bike-65726.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 00:19:11', '2024-02-01 00:19:11'),
(2508, 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office', 'QnJzb7ATf', 16, 'The book shelf combines modern design with vintage colors, and it presents a unique personality along with a warm atmosphere that can blend in with most home decor styles. The multifunctional partition design of the book case is perfect for displaying your books, CDs, magazines, video games, manga, decorations, novels, speakers and more.\r\nDimensions: 44.48\"H*15\"L*\"7.87\"W. The corner bookcase has 6 storage areas, each storage area can hold 510 books. With its open design and small footprint, this narrow bookshelf is easy to move and organize, making it ideal for corners and small spaces and perfect for use in living rooms, offices and bedrooms. While saving space, this small bookshelf is also a work of art, suitable as a gift for family or friends.\r\nThe skinny bookshelf is made of high-quality board material, which is not easy to break and has a tough and durable texture. And the tree geometric bookcase is designed with backboard reinforcement, which has strong load-bearing capacity', 49.99, NULL, NULL, 79.00, 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office-60997.jpeg', 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office-27238.jpeg', 'Tree Bookshelf - 6 Shelf Retro Floor Standing Bookcase, Tall Wood Book Storage Rack for CDs/Movies/Books, Utility Book Organizer Shelves for Bedroom, Living Room, Home Office-89418.jpeg', 'Books', 4.5, NULL, 1, '2024-02-01 00:19:53', '2024-02-01 00:19:53'),
(2509, 'Digital Shooting Toy for Kids', 'yDK22QfoL', 16, '【Electronic shooting game】After all 5 shooting targets are hit, they will automatically bounce back to their original position within 3 seconds. The hit target will be displayed on the digital screen at one point, with flashing lights and encouraging message sounds. Designed toys for children ages 4-12+. 6 tracks, can be moved targets left and right and can be disassembled and assembled at will. Toy gun add a lot of fun to children\'s games.\r\n【3 Challenge Modes 】: Solo Mode: Get 99 points in 999 seconds, perfect for the beginner to play. Circular Mode: 10 rounds in a row, each round has 5 scores, a total of 50 scores. The timing screen records the time for each lap, so you can challenge yourself in the next lap. Multi-player mode: 3 laps in a row, each lap has a 120-second countdown. Develop your child\'s brain, memory, self-confidence, patience, social skills, and creativity, especially toys for boys 5-7,8,9,10,11,12+.\r\n【Shooting Toys Set】 moving targets*5, track*6, mobile car*1, foam dart*40, dart gun*2, goggles*2, wrist strap*2, digital base*1, screws*2, Screwdriver*1 and instruction manual.Rich shooting accessories provide enough support for playing, and fun outdoor toys for ages 4-8, adding fun to your children, family, and friends.\r\n【Kids Toys Gifts】Shooting games toys for kids come with a beautiful gift box and are best for boys and girls ages 4, 5, 6, 7, 8, 9, 10, 11, 12, 13+. Great gift toys for kids for Festival, Birthday, Children\'s Day, Thanksgiving, Halloween, Christmas, New Year, etc.\r\n【Toy Gift After-Sales】If you have any product quality issues with the moving electronic scoring shooting targets toy gun set, please contact us immediately. We have been committed to product research and improvement of the toys for ages 4 5 6 7 8 9 10 11 12+, hoping to bring you the best experience.', 28.99, NULL, NULL, 39.99, 'Digital Shooting Toy for Kids-37536.jpeg', 'Digital Shooting Toy for Kids-31276.jpeg', 'Digital Shooting Toy for Kids-35979.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 00:21:51', '2024-02-01 00:21:51'),
(2510, 'Specialized Mode MIPS Urban Cycling Helmet, various colours (Moss Green / Dune White / White Mountains), All Sizes', 'na0Z4wWko', 7, 'The new Specialized Mode Urban helmet in White Mountains has been designed to fit well and look good. Just because it is protecting your head doesn\'t mean it can\'t look great.\r\n\r\nIts clean, elegant lines deliver more than modern style, and they integrate hidden vents for increased airflow, so you stay cool even when the temps rise. A seamlessly integrated fit adjustment system and personalized sizing let you create a fit that’s, well, dialled. Perfect for the city.', 38.05, NULL, NULL, 40.27, 'Specialized Mode MIPS Urban Cycling Helmet, various colours (Moss Green / Dune White / White Mountains), All Sizes-57085.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 00:24:48', '2024-02-01 00:24:48'),
(2511, 'ktb ktbyh - lktb lthny - snwt ljm`@ l`rby@ - `mrw mws~ dr lshrwq Arabic Book Paperback Novel His Book : The Years of The Arab League Amr Moussa DAR Alshuruq', 'tXwPdR4be', 16, 'ktb ktbyh : snwt ljm`@ l`rby@ `mrw mws~ dr lshrwq Arabic Book Paperback Novel His Book : The Years Of The Arab League Amr Moussa Dar Alshuruq\r\nNote : The Cover Image May Differ From The Image Shown Since We Are Cooperating With More Than One Publishing House\r\nfy hdh lktb yqdiWm <<`mrw mws~>> shhdth lmwthq@ `n `shr snwt Skhb@ \'mDh \'mynan `manW ljm`@ ldwl l`rby@ khll lftr@ mn `m 2001 l~ 2011 Hyth ySTHbk l~ ljlst lmGlq@ wlskhn@ fy lqmm l`rby@ lmkhtlf@ , wyjlsk byn lmlwk wlrw\'s mn khll mHDr hdhh ljlst , wydkhl bk jtm`t wzr lkhrjy@ l`rb fy llHZt lHrj@ lty mraWt `l~ l`lm l`rby mn Hrwb wkhlft wnqsmt sysy@ ; ltsm` wtshhd wtTl` bnfsk `l~ rw\'y@ jmy` lqd@ fy lqDy wl\'zmt lty `shh l`lm l`rby fy `shry@ khTyr@ wmfSly@\r\nPublisher : dr lshrwq\r\nPaperback : 576 Pages - Condition : Brand New\r\nReading level : Ages 9 And Up - Language : Arabic', 111.99, NULL, NULL, 124.85, 'ktb ktbyh - lktb lthny - snwt ljm`@ l`rby@ - `mrw mws~ dr lshrwq Arabic Book Paperback Novel His Book : The Years of The Arab League Amr Moussa DAR Alshuruq-49205.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-01 00:26:15', '2024-02-01 00:26:15'),
(2512, 'Wooden Hammering Pounding Toy', 'YkgGT9Ieo', 10, 'Montessori toys for 3 year old , not only offer you a fun game of whack-a-mole, but also the xylophone, in rhythm of Do Re Mi Fa Sol La Si Do to develop your little\'s musical talent! Just hold the toy hammer and mallet, join in this interactive games together. Let your darling grow in love and laughter!', 25.99, NULL, NULL, 29.99, 'Wooden Hammering Pounding Toy-32701.jpeg', 'Wooden Hammering Pounding Toy-85921.jpeg', 'Wooden Hammering Pounding Toy-74854.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 00:27:27', '2024-02-01 00:27:27'),
(2513, 'Zane Grey signed 1936 Knights Of The Range Original Book 4x7 Page JSA #AC92607 (Classic Western Novel)', '4Y1X65MPu', 16, 'Pearl Zane Grey was an American dentist and author best known for his popular adventure novels and stories associated with the Western genre in literature and the arts; he idealized the American frontier. His novels and short stories have been adapted into 112 films, two television episodes, and a television series, Dick Powell\'s Zane Grey Theater. In the spirit and glory of a classic Western, and published exactly as the author originally intended, 1936 Knights of the Range, is one of Zane Greys swiftest and most exciting novels. Zane Grey has Hand Signed this 1936 Knights Of The Range Original Book 4x7 Page, Pristine full signature, amazing condition.\r\n\r\nJSA Authentication #AC92607 and JSA Certificate of Authenticity.', 374.95, NULL, NULL, 430.99, 'Zane Grey signed 1936 Knights Of The Range Original Book 4x7 Page JSA #AC92607 (Classic Western Novel)-15914.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-01 00:29:59', '2024-02-01 00:29:59'),
(2514, 'Wholesale high quality ind', 'f3a1jxSSL', 19, 'frame size W176*D156*H180cm, Seat:W127*D55*H107cm,φSteel tube size:60*2.75mm,φ42*1.5mm. 18*1.2mm, 5mm round ropes , Fabric is 220g normal polyester with water resistant , sanwich seat cushion , only PP foam for side and back cushion,cushion:10cm, \r\nIf you need add furniture cover,change table glass,please contact sales for details by trade messager.\r\nItem No.:\r\n2102\r\nItem detail:\r\nfolding hanging chair\r\nItem size:\r\nframe\r\n176*156*180cm\r\nbasket\r\nW127*D55*H107cm\r\nPacking:\r\n1pc=1CTN\r\nCTN size\r\n135*117*20cm/pc\r\nG.W.:\r\n45kgs/pc\r\nN.W.:\r\n42kgs/pc\r\nPort of loading:\r\nNingbo port\r\nContainer loading:\r\n212set/40HQ', 160.00, NULL, NULL, 175.00, 'Wholesale high quality ind-38731.jpeg', 'Wholesale high quality ind-63921.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-01 00:32:49', '2024-02-01 00:32:49'),
(2515, 'Newt Gingrich signed 2019 Collusion: A Novel Hardcover Book minor ding (Republican Speaker of the House)', 'zERjnVO16', 16, 'What if the Russians really are colluding with Americans... on the left? #1 New York Times bestselling author Newt Gingrich makes his return to political fiction with this rollicking tale of high-stakes international intrigue—the first book in a new, contemporary series, filled with adventure, betrayal, and politics—that captures the tensions and divides of America and the world today. Newt Gingrich has hand signed this 2019\r\nCollusion: A Novel Bookplate inside book. Certificate of Authenticity from Premiere Collectibles. Minor upper left corner ding as shown, sold as is, no returns', 78.95, NULL, NULL, 110.00, 'Newt Gingrich signed 2019 Collusion: A Novel Hardcover Book minor ding (Republican Speaker of the House)-97548.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 00:33:14', '2024-02-01 00:33:14'),
(2516, 'ProForm Sport RL Rowing Machine', 'ToS1QgvKw', 7, 'Foldable Frame\r\n- Watts Backlit Display to Track Progress\r\n- Transport Wheels \r\n- 12 Months iFit Family Subscription Included\r\n\r\nThe ProForm Sport RL Rowing Machine provides a low impact total body workout in the comfort of your own home. Made with SMR magnetic resistance for a smooth and silent ride, allowing you to enjoy your row. Made with an ergonomic molded seat for maximum comfort through your workout. The oversized foot straps are designed to be fully adjustable to help keep your feet in place at all times.Made with front mounted transport wheels for easy transportation and dual 2\" speakers allowing you to listen to your favourite music while working out.', 507.34, NULL, NULL, 659.55, 'ProForm Sport RL Rowing Machine-80460.jpeg', 'ProForm Sport RL Rowing Machine-22587.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 00:36:06', '2024-02-01 00:36:06'),
(2517, 'York Fitness Workout Tower', 'F0M4lCsmC', 7, 'York Fitness Workout Tower', 101.46, NULL, NULL, 112.88, 'York Fitness Workout Tower-75761.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 00:40:48', '2024-02-01 00:40:48'),
(2518, 'C.K Automatic Wire Stripper', 'OMHxFbUqQ', 10, 'The C.K Automatic Wire Stripper is a handy tool for anyone working with electrical wires. It\'s designed to quickly and easily strip the insulation off of wires, saving you time and effort. With its automatic adjustment feature, it can strip wires of various sizes without the need for manual adjustments. It\'s a must-have tool for electricians or anyone doing DIY electrical work. Make your wire-stripping tasks a breeze with the C.K Automatic Wire Stripper.', 20.27, NULL, NULL, 25.61, 'C.K Automatic Wire Stripper-82574.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-01 00:41:38', '2024-02-01 00:41:38'),
(2519, 'Mini Basketball Hoop Indoor with Scoreboard, Door Basketball Hoop with 3 Balls & Inflator, Basketball Toy Gifts for Kids Boys Girls Teens Adults, Suit for Bedroom/Office/Outdoor/Pool', 'QGzL4WEcy', 16, '[Electronic Scoring Basketball Board]- 2 modes to play: ① 60S countdown ②5S countdown, with electronic scoring and cheerful sound effects. Every goal is cheered, and the score is displayed digitally. Let children feel the fun of basketball competition.\r\n[Dunk Like a Basketball Pro]- Door basketball hoop is designed with break-away rim with spring load, the maximum angle is up to 60°, which stimulates the real feeling of dunking! The high quality steel basketball hoop makes it strong enough to withstand the most powerful dunks without bending or breaking.\r\n[Easy To Install & Foldable Design]- Mini basketball hoop comes with all the necessary tools and detailed manuals so that you could easily install and use it. Over the Door basketball hoop with easy hooks design, no need drilling and fits most doors. The perfect foldable design saves storage space, not affect opening and closing the door. Easy to carry to play outdoors.\r\n[High Quality & Shock Proof]- Our backboard has passed the high-strength bending test to withstand countless basketball hits, no need to worry about breaking. The rim is made of reinforced steel material, wear-resistant and durable. Indoor basketball hoop comes with 4 highly elastic shock-proof sponge corner pads, which can reduce the vibration and noise when shooting, protect the door frame.\r\n[Ideal Gift for Basketball Fans]- This mini basketball hoop is a great gift choice for kids and adults. Mini basketball hoop not only cultivate children\'s interest in sports and enhance their physique, but also allow adults to enjoy a stress-relieving break as well. Come with 3 balls, Let\'s play a basketball game with your family or friends!', 29.99, NULL, NULL, 39.99, 'Mini Basketball Hoop Indoor with Scoreboard, Door Basketball Hoop with 3 Balls & Inflator, Basketball Toy Gifts for Kids Boys Girls Teens Adults, Suit for Bedroom/Office/Outdoor/Pool-14429.jpeg', 'Mini Basketball Hoop Indoor with Scoreboard, Door Basketball Hoop with 3 Balls & Inflator, Basketball Toy Gifts for Kids Boys Girls Teens Adults, Suit for Bedroom/Office/Outdoor/Pool-30844.jpeg', 'Mini Basketball Hoop Indoor with Scoreboard, Door Basketball Hoop with 3 Balls & Inflator, Basketball Toy Gifts for Kids Boys Girls Teens Adults, Suit for Bedroom/Office/Outdoor/Pool-61998.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 00:41:41', '2024-02-01 00:41:41'),
(2520, 'Relaxing Indoor Long Rattan Sofa, Rattan Chair, Rattan Furniture Vietnam', 'eUYvVGkVJ', 19, 'Product name\r\nRelaxing Indoor Long Rattan Sofa, Rattan Chair, Rattan Furniture Vietnam\r\nMaterial\r\nRattan/Wicker\r\nFeatures\r\nDurable, eco-friendly, easy to clean, reliable \r\nMOQ\r\n10pcs\r\nPacking\r\n25pcs/carton\r\nQTY/CTN\r\n40Dz an exported carton\r\nSize\r\ncustomized (cm)\r\nSample time \r\n7-10 days', 90.00, NULL, NULL, 102.00, 'Relaxing Indoor Long Rattan Sofa, Rattan Chair, Rattan Furniture Vietnam-12759.jpeg', NULL, NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-01 00:41:56', '2024-02-01 00:41:56'),
(2521, 'Men\'s Stainless Steel Automatic Samurai Divers Watch', 'Sorcm4Z1h', 10, 'The Men\'s Stainless Steel Automatic Samurai Divers Watch is a sleek and stylish timepiece for all the watch enthusiasts out there. With its durable stainless steel construction, this watch is built to withstand the demands of diving and other adventurous activities. It features an automatic movement, meaning it\'s powered by the natural motion of your wrist, so no batteries are required. The Samurai design adds a unique and bold touch to the watch, making it a standout accessory. Whether you\'re a diver or simply love a rugged and eye-catching watch, this Samurai Divers Watch is definitely worth checking out.', 379.24, NULL, NULL, 506.17, 'Men\'s Stainless Steel Automatic Samurai Divers Watch-63889.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-01 00:45:04', '2024-02-01 00:45:04'),
(2522, 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old', '5Sd6jKn2g', 18, 'Color Sorting & Count: Magnetic color maze toy contains 75 magnetic beads in 10 different colors, kids use the magnetic stick to move the beads through the maze and put them into each paint pot, great for kids to develop fine motor skills as well as sorting colors and counting. Sorting toys for toddlers 3-5\r\nSturdy and Safe Construction: Magnetic maze measures 11.8\" x 11.8\". Made of hardwood, polished smooth and round to protect children\'s hands. Magnetic pen attached to the board for easy storage. The high-quality acrylic plate makes the plate strong and durable, adding rivets makes the top permanently sealed, and the magnetic beads will not fall off and cause harm to children.\r\nMagnetic Counting and Matching Toy: Counting toys for toddlers 2 3 4 5 year old. Numbers 1-10 are printed on the paint bucket, kids use the magnetic pen to move the beads from the track to the paint bucket. Magnetic puzzles can practice color matching and counting skills while developing patience and concentration.\r\nSturdy & Safe Toys for Toddler: Our Magnetic maze is made of hardwood with a smooth surface and non-toxic water-based paint. The surface has strong acrylic cover, fixed with pegs. The magnetic beads won\'t fall off and safe for children. Kids will enjoy sorting the colors and the maze keep them quiet, focused and help develop dexterity control skill.\r\nIdeal Gift for Preschoolers Ages 3-5: The Montessori toys comes in an nice packaging. Perfect to play at home, preschool, kindergarten or outdoors. The gifts choice for Kids Christmas, birthdays, New Year, Easter or any holiday party. The magnetic puzzle is one of travel or road trip must haves for kids.', 12.87, NULL, NULL, 14.99, 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old-84330.jpeg', 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old-56961.jpeg', 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old-52869.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 00:50:12', '2024-02-01 00:50:12'),
(2523, 'High quality outdoor garden furniture aluminum chair furniture', 'lrpKPyzlw', 19, 'Single sofa :Alu. frame with powder coating , cushion in seat and back , seat cushion :10cm, back cushion 15cm\r\nIf you need add furniture cover,change table glass,please contact sales for details by trade messager.\r\nItem No.:\r\n2207\r\nItem detail:\r\n 1 set =1pc sofa\r\nItem size:\r\nSingle sofa\r\n65*86*80.5cm\r\nPacking:\r\n2PCS/CTN\r\nCTN# size\r\n66*110*134cm\r\nG.W.:\r\n20kgs/set\r\nN.W.:\r\n18kgs/set\r\nPort of loading:\r\nNingbo port', 110.00, NULL, NULL, 120.00, 'High quality outdoor garden furniture aluminum chair furniture-66880.jpeg', 'High quality outdoor garden furniture aluminum chair furniture-13848.jpeg', 'High quality outdoor garden furniture aluminum chair furniture-65936.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 00:51:31', '2024-02-01 00:51:31'),
(2524, 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old', 'YatNlova3', 18, 'Color Sorting & Count: Magnetic color maze toy contains 75 magnetic beads in 10 different colors, kids use the magnetic stick to move the beads through the maze and put them into each paint pot, great for kids to develop fine motor skills as well as sorting colors and counting. Sorting toys for toddlers 3-5\r\nSturdy and Safe Construction: Magnetic maze measures 11.8\" x 11.8\". Made of hardwood, polished smooth and round to protect children\'s hands. Magnetic pen attached to the board for easy storage. The high-quality acrylic plate makes the plate strong and durable, adding rivets makes the top permanently sealed, and the magnetic beads will not fall off and cause harm to children.\r\nMagnetic Counting and Matching Toy: Counting toys for toddlers 2 3 4 5 year old. Numbers 1-10 are printed on the paint bucket, kids use the magnetic pen to move the beads from the track to the paint bucket. Magnetic puzzles can practice color matching and counting skills while developing patience and concentration.\r\nSturdy & Safe Toys for Toddler: Our Magnetic maze is made of hardwood with a smooth surface and non-toxic water-based paint. The surface has strong acrylic cover, fixed with pegs. The magnetic beads won\'t fall off and safe for children. Kids will enjoy sorting the colors and the maze keep them quiet, focused and help develop dexterity control skill.\r\nIdeal Gift for Preschoolers Ages 3-5: The Montessori toys comes in an nice packaging. Perfect to play at home, preschool, kindergarten or outdoors. The gifts choice for Kids Christmas, birthdays, New Year, Easter or any holiday party. The magnetic puzzle is one of travel or road trip must haves for kids.', 12.57, NULL, NULL, 14.99, 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old-90239.jpeg', 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old-35810.jpeg', 'Magnetic Color & Number Maze, Montessori Counting Matching Toys, Wooden Magnet Puzzles Board Games for Toddler, Preschool Color Sorting, Fine Motor Skills Gifts for Kids Boys Girls 2 3 4 5 Years Old-86732.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 00:53:48', '2024-02-01 00:53:48'),
(2525, 'Best-selling high-quality garden rattan indoor and outdoor courtyard rattan swing chair', 'ViscHtY9t', 19, 'Item No.:\r\n2189\r\nItem detail:\r\nhanging chair\r\nItem size:\r\n109*109*205cm\r\nPacking:\r\n1pc/CTN\r\nCTN size\r\n110*85*15cm\r\nG.W.:\r\n40kgs/set\r\nN.W.:37kgs', 65.00, NULL, NULL, 72.00, 'Best-selling high-quality garden rattan indoor and outdoor courtyard rattan swing chair-50958.jpeg', 'Best-selling high-quality garden rattan indoor and outdoor courtyard rattan swing chair-26133.jpeg', 'Best-selling high-quality garden rattan indoor and outdoor courtyard rattan swing chair-21946.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 00:56:23', '2024-02-01 00:56:23'),
(2526, 'Toro Power Clear 21 in. 212 cc Single Stage Gas Snow Blower Electric Start', 'RBDVbrJRA', 14, 'The Toro Power Clear 21 in. 212 cc Single Stage Gas Snow Blower with Electric Start is a powerful and efficient snow blower that will make clearing snow a breeze. With its 212 cc engine, it can handle heavy snowfall and clear a 21-inch path in a single pass. The electric start feature makes it easy to get the snow blower up and running, even in cold weather. Whether you\'re dealing with a light dusting or a heavy snowfall, the Toro Power Clear is a reliable and effective option for keeping your driveway and walkways clear. Stay warm and let the snow blower do the hard work for you.', 749.00, NULL, NULL, 815.99, 'Toro Power Clear 21 in. 212 cc Single Stage Gas Snow Blower Electric Start-66035.jpeg', 'Toro Power Clear 21 in. 212 cc Single Stage Gas Snow Blower Electric Start-15869.jpeg', 'Toro Power Clear 21 in. 212 cc Single Stage Gas Snow Blower Electric Start-57611.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-01 01:00:21', '2024-02-01 01:00:21');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2527, 'Dinosaur Toys for Girls - Sequin Walking Dinosaur Remote Control Toy with Repeat, Roar, Walk, Sing - Birthday for 3+ Kids, Toddlers, Boys and Girls', 'PsMaLQLBJ', 19, '🦖 Engaging Prehistoric Walking Dinosaur Toys 🦕 Looking for an ideal birthday gift for a 3-year-old girl or a 3+ year-old boy? Explore our collection of engaging dinosaur toys for kids, including remote control dinosaurs. These interactive toys are perfect for 3-year-old girl and 3-year-old boy gifts, offering endless fun for toddlers aged 3-4. Our Christmas gift ideas feature walking, singing, and talking dinosaurs, perfect for children aged 3-6.\r\n✨ Dinosaur Toys with Unique Color Sequin Design ✨ This moving dinosaur toy, a favorite among 3-year-old girls, features a distinctive color sequin design. It\'s not just a toy for 3-year-old girls, but also an ideal present for 3-6-year-olds kids. The personalized dinosaur skin captures children\'s attention, especially appealing to girls aged 3 and above. The sequins cover the entire dinosaur body, creating dazzling visual effects with a gentle finger touch.\r\n🗣️ Repeats Whatever You Said of Purple Dinosaur🗣️ It\'s not just a toy that mimics the movements and sounds of a real dinosaur; it also has a talkback function. The remote control dinosaur toy can repeat everything you say, whether you\'re laughing, singing, or speaking any language. This interactive feature provides endless fun for kids aged 3-5, fostering a close bond with this adorable dinosaur, especially in quieter settings.\r\n🎮 Remote and Button Control Walking Dinosaur🎮 Equipped with a wireless LED infrared remote control, this remote control dinosaur toy is easy to operate. Kids will enjoy controlling the dinosaur\'s movements with the remote control and buttons, encouraging their independence in play. The dinosaur is powered by 3 AA batteries (not included), while the controller requires 2 AA batteries (not included), allowing kids aged 3-7 to have fun anytime.\r\n🌟 Safe with Endless Fun Kids Dinosaur Toys🌟 Parents can rest assured as this product is made from recyclable, non-toxic ABS plastic. It has been independently certified as BPA-free and 100% kid-safe. The dinosaur can walk, roar, and sing, packed with features and functionality that will ignite your child\'s imagination and provide hours of entertainment. This RC dinosaur toy is ideal for birthdays or Christmas gifts for kids aged 3-6 without breaking the bank.', 19.79, NULL, NULL, 29.99, 'Dinosaur Toys for Girls - Sequin Walking Dinosaur Remote Control Toy with Repeat, Roar, Walk, Sing - Birthday for 3+ Kids, Toddlers, Boys and Girls-22428.jpeg', 'Dinosaur Toys for Girls - Sequin Walking Dinosaur Remote Control Toy with Repeat, Roar, Walk, Sing - Birthday for 3+ Kids, Toddlers, Boys and Girls-56411.jpeg', 'Dinosaur Toys for Girls - Sequin Walking Dinosaur Remote Control Toy with Repeat, Roar, Walk, Sing - Birthday for 3+ Kids, Toddlers, Boys and Girls-98158.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 01:00:42', '2024-02-01 01:00:42'),
(2528, 'Aluminium long sofa chair', 'cZq8K7Y1l', 19, 'Product Name\r\nAluminium long sofa chair\r\nStyle\r\nMorden\r\nBrand\r\nQiaohan..\r\nColour\r\nGrey,brwon,white or optional\r\nFrame\r\nSteady\r\nPlace of Product\r\nGuangdong Province,China\r\nMaterial\r\nAluminium\r\nModes of packing\r\nPacked in cartons\r\nSize\r\nSofa: 144*86*84 CM\r\nAfter sale service\r\n3 years warranty', 170.00, NULL, NULL, 186.00, 'Aluminium long sofa chair-69179.jpeg', NULL, NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-01 01:01:08', '2024-02-01 01:01:08'),
(2529, 'Troy Lee Designs A2 Mips Silver MTB Helmet Silver or Silver/Marine Sz', '0DuSmixp0', 7, 'Troy Lee Designs A2 helmet redefines mountain bike safety, style, comfort and ventilation. The first helmet in its class to combine EPP (for slow speed impacts) and EPS (for high-speed impacts) in one sleek package, that will set a new benchmark for mountain bike helmets.', 57.08, NULL, NULL, 60.88, 'Troy Lee Designs A2 Mips Silver MTB Helmet Silver or Silver/Marine Sz-61645.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 01:04:01', '2024-02-01 01:04:01'),
(2530, 'EGO Power+ Power SNT2405 24 in. Two stage 56 V Battery Snow Blower Kit (Battery & Charger) W/ TWO 7.5 AH BATTERIES', '1fi9nF2gN', 14, 'The EGO Power+ Power SNT2405 24 in. Two Stage 56V Battery Snow Blower Kit is an impressive snow blower that offers both power and convenience. With its two-stage design and 24-inch clearing width, it can handle even heavy snowfall with ease. The best part is that it\'s battery-powered, so you don\'t have to deal with gas or cords. The kit includes two 7.5 Ah batteries and a charger, ensuring you have plenty of power to tackle your snow clearing needs. Say goodbye to the hassle of gas-powered snow blowers and embrace the convenience of the EGO Power+ Snow Blower Kit', 1499.00, NULL, NULL, 1560.00, 'EGO Power+ Power SNT2405 24 in. Two stage 56 V Battery Snow Blower Kit (Battery & Charger) W/ TWO 7.5 AH BATTERIES-18721.jpeg', 'EGO Power+ Power SNT2405 24 in. Two stage 56 V Battery Snow Blower Kit (Battery & Charger) W/ TWO 7.5 AH BATTERIES-35721.jpeg', 'EGO Power+ Power SNT2405 24 in. Two stage 56 V Battery Snow Blower Kit (Battery & Charger) W/ TWO 7.5 AH BATTERIES-19246.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 01:04:28', '2024-02-01 01:04:28'),
(2531, 'Outdoor rope rattan rocking chairs', 'bhkK8NZi4', 19, 'Product Name\r\nOutdoor rope rattan rocking chairs\r\nStyle\r\nMorden\r\nBrand\r\nQiaohan\r\nColour\r\noptional\r\nMaterial\r\nAluminium or Steel,Rope or Rattan\r\nPlace of Product\r\nGuangdong Province,China\r\nFabric\r\nOptional\r\nModes of packing\r\nPacked in  carton \r\nSize\r\n85*104*123cm\r\nAfter sale service\r\n2 years warranty', 160.00, NULL, NULL, 188.00, 'Outdoor rope rattan rocking chairs-32430.jpeg', 'Outdoor rope rattan rocking chairs-66806.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-01 01:05:57', '2024-02-01 01:05:57'),
(2532, 'Bean Bag toss Game for Kids Outdoor Activities', 'mZzHBSmrq', 15, 'The bean bag toss game set You will receive 1 Rocket Theme Bracket,Size 35.5*34.4‘’,--Sturdy and easy to setup,Different scoring cornhole increase the fun of outdoor activities.4 red bean bags and 4 blue bean bags,1pcs storage bag--Help your children develop a good habit of packing toys.\r\nThis is compact for storage & travel and easy to assemble.It literally took less than 5 minutes from the box to playtime.Since we use high-quality PP pipe and connector,all accessories will be perfectly matched.Comes with a carrying case,the assembly was easy,even for one person.easy it is to store and set up.Younger child Please install it patiently with the help of adults,and you will gain a perfect target!\r\nGreat for all ages and provided hours of fun: Fun family-friendly physical games for everyone.Whether play independently,as a team,They can play for hours.develop kids concentration,hand-eye coordination,and visual tracking skills.Get rid of electronic products to protect their eyes.\r\nIdea Gift option for Kids 3 4 5 6 7 8+ years old Boys and Girls.Family Party Game backyard Game Ideal party favor.Surprise them on birthdays,Holidays, Halloween,Christmas,or any special occasion.ideal toys for kids. Outdoor activities parties it will be the focus of your organization\'s activities.\r\nPremium quality and aftersale service-Made with durable safe PP material. Any quality issue please return it within 180 days for refund or replacement, and if you have any questions. Please contact us freely. We will reply to you within 24 hours.', 20.78, NULL, NULL, 29.99, 'Bean Bag toss Game for Kids Outdoor Activities-32706.jpeg', 'Bean Bag toss Game for Kids Outdoor Activities-38405.jpeg', 'Bean Bag toss Game for Kids Outdoor Activities-46843.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 01:08:52', '2024-02-01 01:08:52'),
(2533, 'Craftsman 26.5 in. 5 drawer Steel Ball-Bearing Tool Center 45.5 in. H X 14 in', 'Hy40uiQqy', 14, 'The Craftsman 26.5 in. 5 drawer Steel Ball-Bearing Tool Center is a fantastic storage solution for your tools. With its sturdy steel construction and ball-bearing drawers, it provides durability and smooth operation. The 45.5-inch height and 14-inch width make it a compact yet spacious option for organizing your tools. Whether you\'re a DIY enthusiast or a professional, this tool center will keep your tools organized and easily accessible. Say goodbye to searching for misplaced tools and hello to a well-organized workspace with the Craftsman Tool Center', 219.00, NULL, NULL, 245.99, 'Craftsman 26.5 in. 5 drawer Steel Ball-Bearing Tool Center 45.5 in. H X 14 in-47415.jpeg', 'Craftsman 26.5 in. 5 drawer Steel Ball-Bearing Tool Center 45.5 in. H X 14 in-87975.jpeg', 'Craftsman 26.5 in. 5 drawer Steel Ball-Bearing Tool Center 45.5 in. H X 14 in-64856.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-01 01:11:35', '2024-02-01 01:11:35'),
(2534, 'Bounce Ball Party Game', 'tggqkyWfU', 14, '【High Quality Material】Carlerait bouncing ball is made of ABS plastic, lightweight, durable and the edge of each bouncing ball is smooth. It\'s a great interactive game that is suitable for family members and friends. Perfect for gatherings and parties toys.\r\n【Tabletop Board Game】 Improve hand-eye coordination and prevent excessive screen time. It\'s perfect for all kinds of parties, An funny jumping ball tabletop game that promotes interpersonal communication, grows friendship, and strengthen the communication between parents and children.\r\n【Bounce Battle Game Rules】2-4 player game. Draw a card, from the table or the ground to the board, whichever color ball first completes the pattern on the card wins the card, calculate who has the more cards and the team with the more cards wins. Perfect for intimate gatherings and social events. Challenge Bounce Battle Game！\r\n【Improving Skills】The Bouncing board game can stimulates children\'s attention and enhances their hand-eye coordination, logical thinking, reaction ability and release stress and anxiety. It\'s a great thing to pass the time at a party.\r\n【Special Gifts】Bounce Ball Party Game Toys are ideal for an interactive indoor toy, a perfect birthday gift for boys girls kids 4 5 6 7 8 9 10 11 12 years old. Education toy game at birthday party, holiday parties, Christmas, Halloween, New Year gifts and other occasions.', 9.88, NULL, NULL, 19.99, 'Bounce Ball Party Game-48400.jpeg', 'Bounce Ball Party Game-38747.jpeg', 'Bounce Ball Party Game-98989.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-01 01:14:42', '2024-02-01 01:14:42'),
(2535, 'garden aluminium sun lounger', 'yIN5gT5k3', 19, 'Product Name\r\ngarden aluminium sun lounger\r\nStyle\r\nMorden\r\nBrand\r\nQiaohan\r\nColour\r\nOptional color\r\nMOQ\r\n1 SETS\r\nPlace of Product\r\nGuangdong Province,China\r\nFabric\r\nHigh quality  waterproof\r\nModes of packing', 272.00, NULL, NULL, 298.00, 'garden aluminium sun lounger-17176.jpeg', 'garden aluminium sun lounger-48198.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-01 01:15:06', '2024-02-01 01:15:06'),
(2536, 'DeWalt 33 in. L X 23 in. W X 31 in. H Folding Workbench 1000 lb. cap.', 'ujBUiGrnc', 14, 'The DeWalt 33 in. L X 23 in. W X 31 in. H Folding Workbench is a versatile and sturdy work surface for all your projects. With its 1000 lb. weight capacity, it can handle heavy-duty tasks with ease. The folding design makes it easy to transport and store, perfect for those who need a portable workbench. Whether you\'re working on woodworking projects or tackling home repairs, this DeWalt workbench is a reliable and convenient option. Get ready to take your projects to the next level with this durable folding workbench', 129.99, NULL, NULL, 1400.50, 'DeWalt 33 in. L X 23 in. W X 31 in. H Folding Workbench 1000 lb. cap.-99818.jpeg', 'DeWalt 33 in. L X 23 in. W X 31 in. H Folding Workbench 1000 lb. cap.-19248.jpeg', 'DeWalt 33 in. L X 23 in. W X 31 in. H Folding Workbench 1000 lb. cap.-15956.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 01:19:12', '2024-02-01 01:19:12'),
(2537, 'Giant Inflatable Ball', '5QesWLzQ3', 17, 'Giant Inflatable Beach Ball: you will receive 1 huge inflatable soccer ball which measures approx. 6.5 ft/ 200 cm in diameter after inflation, easily meet your playing and party decorative needs. Due to the giant size of the soccer ball. Inflating with air pump is advised\r\nSafe and Reliable: our giant soccer ball inflatable is made of PVC plastic, which is waterproof, strong and wear resistant, not easy to break or fad. However, contact with sharp objects should still be avoided. The soft and smooth material is fun and safe\r\nConvenient to Use: the jumbo giant beach soccer ball is lightweight and flexible, equipped with a leak proof valve, thus can be inflated and deflate easily, also simple to carry and store; You can play it on the beach, swimming pool, garden or backyard to exercise your sports skills\r\nSoccer Party Favor: huge jumbo inflatable ball is designed with classic white and black colors, realistic soccer pattern, stylish and eye catching; You can play with your family on weekends or holidays. It will is a special experience with the big ball, adults will play with ideal pleasure\r\nFor Outdoor Activities: large sports theme party ball can be well applied on a lot of outdoor occasions, you can play it on garden, lawn, camp, beach, pools, lake and more. Ideal for beach games, beach party, birthday party, school events, family gatherings, sports party and more, creating an enjoyable environment for friend and family of all ages', 26.86, NULL, NULL, 30.99, 'Giant Inflatable Ball-30518.jpeg', NULL, NULL, 'Toys and games', 5.0, NULL, 1, '2024-02-01 01:20:35', '2024-02-01 01:20:35'),
(2538, 'NFL Snack Helmet', 'rWY0Qtwno', 7, 'For those NFL fans out there, instore from Thursday, 1st Feb, until stocks last.  Ideal for the Super Bowl LVIII (58), which starts on Sunday night (Details on thread)\r\n\r\n\r\n\r\nEmbrace the food, atmosphere and excitement of the closing stages of the NFL season. Treat yourself to the NFL Snack Helmet so you can take part in the celebration. Who knows, perhaps your extra support will help get your team over the line!', 19.01, NULL, NULL, 21.88, 'NFL Snack Helmet-13531.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-01 01:23:03', '2024-02-01 01:23:03'),
(2539, '2024 New Handmade Wooden Fencing Puppets - Balloon Popping Game', 'sdzOPzfqY', 17, 'Get ready to embrace the excitement and laughter this Balloon Bamboo Man Battle brings, as wooden fighters clash in a delightful and uproarious balloon fight experience!', 10.49, NULL, NULL, 14.99, '2024 New Handmade Wooden Fencing Puppets - Balloon Popping Game-73867.jpeg', '2024 New Handmade Wooden Fencing Puppets - Balloon Popping Game-12489.jpeg', '2024 New Handmade Wooden Fencing Puppets - Balloon Popping Game-67243.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 01:23:37', '2024-02-08 00:46:06'),
(2540, 'Scotts Turf Builder 22 in. W Drop Push Spreader For Fertilizer/Ice Melt/Seed 25 lb', 'SDbC5eqI1', 14, 'The Scotts Turf Builder 22 in. W Drop Push Spreader is a great tool for spreading fertilizer, ice melt, and seed on your lawn. With a 25 lb capacity, it can cover a large area efficiently. The drop spreader design ensures even distribution, giving you a healthy and lush lawn. Whether you\'re looking to fertilize, melt ice, or sow new seeds, this spreader is a reliable choice. Get ready to achieve a beautiful and well-maintained lawn with the Scotts Turf Builder Drop Push Spreader.', 89.99, NULL, NULL, 109.99, 'Scotts Turf Builder 22 in. W Drop Push Spreader For Fertilizer/Ice Melt/Seed 25 lb-68896.jpeg', 'Scotts Turf Builder 22 in. W Drop Push Spreader For Fertilizer/Ice Melt/Seed 25 lb-70478.jpeg', 'Scotts Turf Builder 22 in. W Drop Push Spreader For Fertilizer/Ice Melt/Seed 25 lb-50860.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 01:23:55', '2024-02-01 01:23:55'),
(2541, 'Outdoor Bistro Chair', 'SwnDo3b6v', 19, 'General Use\r\nOutdoor Furniture\r\nBrand Name\r\nMAXLINE FURNITURE\r\nSize\r\n21.6\" D x 20.8\" W x 35\"H\r\nColor\r\nWhite+Grey,White+Navy,White+Red,White,White+Yellow  (accept customization)\r\nUsage\r\nOutdoor\\Garden\\Patio\\Beach\\Hotel\\Restaurant\r\nApplication\r\nPatio\\garden\\outdoor\\restaurant\\bar', 20.00, NULL, NULL, 23.00, 'Outdoor Bistro Chair-99666.jpeg', 'Outdoor Bistro Chair-51692.jpeg', 'Outdoor Bistro Chair-79059.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 01:25:57', '2024-02-01 01:25:57'),
(2542, 'Scotts Wizz 60 in. W Handheld Spreader For Fertilizer/Ice Melt/Seed 4 lb', 'SeAtmgljl', 14, 'The Scotts Wizz 60 in. W Handheld Spreader is a handy tool for spreading fertilizer, ice melt, and seed on your lawn. With a 4 lb capacity, it\'s lightweight and easy to use. Simply fill it up, adjust the settings, and start spreading. It\'s perfect for smaller areas or spot treatments. Whether you\'re looking to nourish your lawn, melt ice, or sow new seeds, the Scotts Wizz Handheld Spreader is a convenient choice. Say goodbye to uneven distribution and hello to a beautiful and well-maintained lawn.', 32.99, NULL, NULL, 58.15, 'Scotts Wizz 60 in. W Handheld Spreader For Fertilizer/Ice Melt/Seed 4 lb-93038.jpeg', 'Scotts Wizz 60 in. W Handheld Spreader For Fertilizer/Ice Melt/Seed 4 lb-91435.jpeg', 'Scotts Wizz 60 in. W Handheld Spreader For Fertilizer/Ice Melt/Seed 4 lb-33609.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 01:28:26', '2024-02-01 01:28:26'),
(2543, 'Wicker furniture with stool made in Vietnamese Nan coffee set ratten style outdoor coffee packing modern garden', 'OGdX4CWv9', 19, 'Warranty:	\r\n- 2 years for UV protected\r\n- 2 years for color fastness warranty.\r\nFeatures of plastic fiber:	\r\n-  Anti  UV\r\n-  High color fastness\r\n-  Resistant to salt and chlorine\r\n-  Resistant to rain and moisture\r\n-  Resistant to mould and bacteria\r\n-  100% recycle\r\n-  Strong and durable\r\n-  Washable and easy maintanc', 85.00, NULL, NULL, 100.00, 'Wicker furniture with stool made in Vietnamese Nan coffee set ratten style outdoor coffee packing modern garden-84716.jpeg', 'Wicker furniture with stool made in Vietnamese Nan coffee set ratten style outdoor coffee packing modern garden-76478.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 01:37:49', '2024-02-01 01:37:49'),
(2544, 'Bulova Lunar Pilot Chronograph Watch', '1r6QYFeX3', 7, 'Brand: Bulova\r\nDial: White\r\nMovement: Quartz\r\nCase metal: Stainless Steel\r\nStrap Material: Stainless Steel\r\nRecipient: Gents\r\n\r\nOn August 2, 1971, a Bulova chronograph was worn on the moon, engineered by Bulova for the demands of the lunar environment. Now, Bulova returns to the design and updates it with an exclusive high precision quartz movement, continuing its legacy of precision timing with the men\'s Bulova Lunar Pilot chronograph from the Archive Series.', 529.68, NULL, NULL, 600.00, 'Bulova Lunar Pilot Chronograph Watch-59545.jpeg', 'Bulova Lunar Pilot Chronograph Watch-92811.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 01:37:54', '2024-02-01 01:39:41'),
(2545, 'Fun and Fitness for Kids - Multifunction Rower', 'v9fSYqFod', 10, 'Fun and Fitness for Kids Treadmill promotes a healthy activity based lifestyle. Heavy duty construction for long lasting durability and function. For a complete gym see the entire Fun and Fitness for Kids collection (Treadmill, Stationary Bike, Walker, Weight Bench, Rower, Trampoline, Dumbbell Set, and Jump Rope with Full Video Instruction Program, Barbell Set, Fitness/Yoga Mat).', 103.13, NULL, NULL, 169.95, 'Fun and Fitness for Kids - Multifunction Rower-79653.jpeg', 'Fun and Fitness for Kids - Multifunction Rower-83457.jpeg', 'Fun and Fitness for Kids - Multifunction Rower-25902.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 01:38:51', '2024-02-01 01:38:51'),
(2546, 'Chapin 96 in. W Push Spreader For Salt/Ice Melt 80 lb', 'vnNHENXVq', 14, 'The Chapin 96 in. W Push Spreader is a fantastic tool for spreading salt and ice melt on your walkways and driveways. With its 80 lb capacity, it can cover a large area efficiently. The wide push design ensures even distribution, helping you effectively melt ice and keep your surfaces safe. Whether you\'re preparing for winter or dealing with icy conditions, the Chapin Push Spreader is a reliable choice. Get ready to tackle winter weather with ease using this durable and efficient spreader.', 179.99, NULL, NULL, 195.99, 'Chapin 96 in. W Push Spreader For Salt/Ice Melt 80 lb-95080.jpeg', 'Chapin 96 in. W Push Spreader For Salt/Ice Melt 80 lb-49575.jpeg', 'Chapin 96 in. W Push Spreader For Salt/Ice Melt 80 lb-11777.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 01:38:56', '2024-02-01 01:38:56'),
(2547, 'chandelier pendant light', 'jaUzgn8Hf', 19, 'Size:\r\nGold/Black  D550mm*H1800mm \r\nGold/Black D700mm*H2100mm\r\nGold/Black D800mm*H2600mm \r\nGold/Black D800mm*H3000mm\r\nGold/Black D1000mm*H4000mm \r\nGold/Black D1000mm*H6000mm \r\nColor:\r\nGloden\r\nMaterial:\r\nMetal+Crystal', 200.00, NULL, NULL, 240.00, 'chandelier pendant light-77956.jpeg', 'chandelier pendant light-99006.jpeg', 'chandelier pendant light-72410.jpeg', 'Industrial', 5.0, NULL, 1, '2024-02-01 01:43:01', '2024-02-01 01:43:01'),
(2548, 'Transform Remote Control Car Toy', 'c49sLqgNt', 19, 'UPGRADED 2.4GHZ REMOTE CONTROL: This transforming RC car comes equipped with a 2.4GHz remote controller, providing faster response times and a control range of up to 50 meters. Its strong anti-interference ability helps minimize disruptions from other electronic devices, ensuring even more precise control\r\nONE-KEY AUTOMATIC TRANSFORMATION: This remote control transforming car can easily and smoothly shift from a vehicle into a robot with just a gentle press of a button. Children can effortlessly switch between various forms, enhancing their gaming experience\r\nSAFE AND DURABLE: Designed with safety in mind, this transforming car features smooth edges and durable materials that can withstand impact and falls, even during the most vigorous play sessions. Rest assured that your child will enjoy a lasting and joyful entertainment experience with this sturdy and resilient toy\r\n360° ROTATION AND HIGH-SPEED DRIVING: With a flexible drift wheel on the bottom, this transforming car can effortlessly execute 360° rotations between car and robot modes. Its unique omnidirectional wheel design allows for 360° rotation and drift, enabling it to perform a variety of cool and daring stunts\r\nIDEAL GIFT FOR CHILDREN AGED 4-8 YEARS: This RC transform car is the ideal gift for children aged 4-8 years old, combining safety, durability, ease-of-use, and advanced 2.4GHz technology with cool stunts and easy transformation, to bring children an exciting and engaging playtime', 19.99, NULL, NULL, 26.99, 'Transform Remote Control Car Toy-82687.jpeg', 'Transform Remote Control Car Toy-10372.jpeg', 'Transform Remote Control Car Toy-57997.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 01:44:08', '2024-02-01 01:44:08'),
(2549, 'Bulova Classic Men\'s Black Chronograph Dial Stainless Steel Watch', 'eq82nqeXH', 7, 'Bulova\'s Classic watch combines style and practicality seamlessly. With its sleek and functional design, it offers an elegant appeal, suitable for diverse activities and environments.\r\n\r\nSleek black dial with triple sub-dial display\r\nDate aperture window\r\nHigh Frequency Quartz movement, operating at 262kHz\r\nRemarkable accuracy of +/- 10 seconds per year, outperforming standard quartz watches.\r\nTwo tone stainless steel case\r\nAdjustable steel bracelet with a double deployment clasp\r\nWater resistance of 100m', 328.51, NULL, NULL, 356.97, 'Bulova Classic Men\'s Black Chronograph Dial Stainless Steel Watch-11712.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 01:46:46', '2024-02-01 01:46:46'),
(2550, 'Kids Drum Set for Toddlers 1-3, with Piano Keyboard Xylophone Microphone Drum Set, Whack a Mole Game 5 in 1 Musical Instrument Learning Toys for Boy Girl Gifts, Preschool Age 1 to 7', 'vOry9fCgC', 14, '♫ Gifts for Toddlers and Preschoolers ♫ Our Multifunctional kid drum set is the perfect choice for igniting children\'s interest in music. Kids can sing along to their favorite songs like superstars， rhythmically drum away, or play the mini piano and xylophone with their little hands. The soft and colorful lights flicker in sync with the rhythm of the music, creating a concert-like atmosphere. Featuring five difficulty levels, the whack-a-mole game is a favorite among children aged 4 to 8.\r\n♫ Learning & Education Toys for Toddlers ♫ The kids\' musical toys provide multiple modes to help infants learn numbers, colors, and animals. Playing drums, xylophone, or piano keys, enhances the baby\'s hand-eye coordination, fosters good motor skills, and develops auditory abilities.\r\n♫ High-quality and safe Toys with Volume Control ♫ Our sturdy and lead-free baby girl-boy toys are made of high-quality plastic. Their integrated design ensures safety without any small parts, and they have a smooth surface that does not harm the baby\'s hands. With enlarged and durable foam rods, there is no risk of poking eyes or accidental swallowing. The soft lights and flexible volume adjustment allow you to find the appropriate volume and height to protect your baby\'s hearing and eyesight.\r\n♫ 5 IN 1 Drum Set for Ages 1-8 ♫ Our musical drums are pre-recorded with 20 children\'s songs, a variety of xylophones, Glockenspiels, drum sets, and jazz drum melodies. It features 3 drum pads, 2 ride cymbals, 1 drum mic with adjustable height,1 kid\'s piano,1 xylophone, 2 drum sticks, and flashing colored lights. Kids love hearing their own voices on the toy microphone and singing along with their favorite shows.\r\n♫ Montessori Toys as A Special Gift ♫ The 5-in-1 kids\' drum kit comes with an exclusive gift box and is an interesting and educational toy gift. With multiple functions and difficulty levels, it offers high playability, making it a music-educational toy that can accompany children throughout their entire childhood. It\'s perfect for birthdays, parties, celebrations, Easter, Christmas, and Halloween, and serves as a surprise musical sensory toy gift for girls, and boys aged 1 to 7 year', 29.68, NULL, NULL, 36.99, 'Kids Drum Set for Toddlers 1-3, with Piano Keyboard Xylophone Microphone Drum Set, Whack a Mole Game 5 in 1 Musical Instrument Learning Toys for Boy Girl Gifts, Preschool Age 1 to 7-64284.jpeg', 'Kids Drum Set for Toddlers 1-3, with Piano Keyboard Xylophone Microphone Drum Set, Whack a Mole Game 5 in 1 Musical Instrument Learning Toys for Boy Girl Gifts, Preschool Age 1 to 7-36683.jpeg', 'Kids Drum Set for Toddlers 1-3, with Piano Keyboard Xylophone Microphone Drum Set, Whack a Mole Game 5 in 1 Musical Instrument Learning Toys for Boy Girl Gifts, Preschool Age 1 to 7-46794.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 01:51:53', '2024-02-01 01:51:53'),
(2551, 'Citizen Mens Eco Drive Chronograph Watch BL5421-10L', 'gX7fD2YBu', 7, 'Price drop, another nice solar, chrono watch.\r\nFeaturing innovative Eco-Drive technology, this stylish men\'s watch from Citizen is a perfect balance of style and function. Featuring a perpetual calendar so you will never have to change the date, a chronograph and alarm. This handsome watch is finished with a striking blue dial and genuine black leather strap. Citizen Eco-Drive technology harnesses the power of light from any natural or artificial light source and converts it into energy which is stored in a permanently rechargeable lithium-ion cell.\r\nA simple, yet revolutionary concept: a watch that never needs a battery.', 158.55, NULL, NULL, 202.00, 'Citizen Mens Eco Drive Chronograph Watch BL5421-10L-77590.jpeg', 'Citizen Mens Eco Drive Chronograph Watch BL5421-10L-16379.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 01:52:54', '2024-02-01 01:52:54'),
(2552, 'Ace Broadcast Push Spreader For Fertilizer/Ice Melt/Seed 10000 sq ft', '4F1JYYPR5', 14, 'The Ace Broadcast Push Spreader is a versatile tool for spreading fertilizer, ice melt, and seed on your lawn. It can cover up to 10,000 square feet, making it perfect for larger areas. The broadcast design ensures even distribution, giving you a healthy and thriving lawn. Whether you\'re looking to nourish your grass, melt ice, or sow new seeds, this Ace spreader has got you covered. Get ready to achieve a beautiful and well-maintained lawn with this reliable and efficient push spreader', 69.99, NULL, NULL, 82.15, 'Ace Broadcast Push Spreader For Fertilizer/Ice Melt/Seed 10000 sq ft-18318.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-01 01:53:13', '2024-02-01 01:53:13'),
(2553, 'Chapin 100 in. W Push Spreader For Fertilizer/Ice Melt/Seed 100 gal', 'XsBadPQu1', 14, 'The Chapin 100 in. W Push Spreader is a fantastic tool for spreading fertilizer, ice melt, and seed on your lawn. With its 100-gallon capacity, it can cover a large area efficiently. The wide push design ensures even distribution, giving you a healthy and lush lawn. Whether you\'re looking to nourish your grass, melt ice, or sow new seeds, the Chapin Push Spreader is a reliable choice. Get ready to take your lawn care to the next level with this durable and efficient spreader', 999.99, NULL, NULL, 1305.55, 'Chapin 100 in. W Push Spreader For Fertilizer/Ice Melt/Seed 100 gal-79096.jpeg', 'Chapin 100 in. W Push Spreader For Fertilizer/Ice Melt/Seed 100 gal-37738.jpeg', 'Chapin 100 in. W Push Spreader For Fertilizer/Ice Melt/Seed 100 gal-90833.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-01 01:56:30', '2024-02-01 01:56:30'),
(2554, 'Tamagotchi Original - Tama Ocean', 'M4aVNuhyT', 14, 'The Original digital pet you loved in 1997 is back with a shell showing the Tamagotchi ocean! With original generation 2 programming, you feed it, clean up after it, take care of it and even discipline it if it\'s bothering you when it doesn\'t need you! Plus, you can play the Numbers game! How you take care of your Tamagotchi and how you do in the game, determines which Adult Tamagotchi you\'ll get! Includes the CR2032 battery and attaches to your bag so it goes everywhere! Ages 8+', 8.49, NULL, NULL, 19.99, 'Tamagotchi Original - Tama Ocean-31822.jpeg', 'Tamagotchi Original - Tama Ocean-21136.jpeg', 'Tamagotchi Original - Tama Ocean-15303.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-01 01:59:22', '2024-02-01 01:59:22'),
(2555, 'Ted Baker Prescription Specs', 'dNFQ5MWP9', 7, 'You can either enter your prescription during the checkout process, or opt to send it later. Some frames aren\'t suitable for high prescriptions, so keep an eye out when choosing. Do note that only standard lenses are included in the price, you\'ll pay extra for bifocal or thin lenses.', 46.93, NULL, NULL, 49.00, 'Ted Baker Prescription Specs-18724.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 01:59:35', '2024-02-01 01:59:35'),
(2556, 'Chapin Handheld Shaker For Fertilizer/Ice Melt/Seed 64 oz', 'UzQZE5c0F', 14, 'The Chapin 100 in. W Push Spreader is a fantastic tool for spreading fertilizer, ice melt, and seed on your lawn. With its 100-gallon capacity, it can cover a large area efficiently. The wide push design ensures even distribution, giving you a healthy and lush lawn. Whether you\'re looking to nourish your grass, melt ice, or sow new seeds, the Chapin Push Spreader is a reliable choice. Get ready to take your lawn care to the next level with this durable and efficient spreader', 24.99, NULL, NULL, 48.25, 'Chapin Handheld Shaker For Fertilizer/Ice Melt/Seed 64 oz-77313.jpeg', 'Chapin Handheld Shaker For Fertilizer/Ice Melt/Seed 64 oz-29780.jpeg', 'Chapin Handheld Shaker For Fertilizer/Ice Melt/Seed 64 oz-82525.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 02:03:10', '2024-02-01 02:03:10'),
(2557, 'Sensodyne Mouthwash for Sensitive Teeth,Enamel Care Alcohol Free Mouthwash For Healthy Gums&Strong Teeth,Cool Mint', 'iVKdu8FMI', 7, 'For anyone with sensitive teeth/receeded gums this mouthwash is brilliant.', 4.21, NULL, NULL, 7.69, 'Sensodyne Mouthwash for Sensitive Teeth,Enamel Care Alcohol Free Mouthwash For Healthy Gums&Strong Teeth,Cool Mint-19891.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-01 02:04:48', '2024-02-01 02:04:48'),
(2558, 'Puzzle Box - 3D Brain Teaser Puzzle for Adults - Wooden Treasure Chest - Money Puzzle Box for Cash Gift - Escape Room Game', 'QvDwrePP5', 10, '𝐏𝐇𝐈𝐋𝐎𝐒𝐎𝐏𝐇𝐄𝐑\'𝐒 𝐒𝐓𝐎𝐍𝐄 - Embark on an exciting journey through the mysterious world of alchemy and find the legendary Philosopher\'s Stone.\r\n𝐓𝐑𝐈𝐂𝐊𝐘 𝐏𝐔𝐙𝐙𝐋𝐄𝐒 - Test yourself and your friends on this escape room in a box with mind-boggling riddles and unique mechanics.\r\n𝐔𝐍𝐈𝐐𝐔𝐄 𝐃𝐄𝐒𝐈𝐆𝐍 - This escape room game is no ordinary wooden puzzle box. The crystal blue acrylic glass in particular makes this 3D logic puzzle a real eye-catcher and also a special gift for all puzzle game enthusiasts.\r\n𝐇𝐈𝐍𝐓𝐒 𝐈𝐍𝐂𝐋𝐔𝐃𝐄𝐃 - In case you get stuck or need help putting the puzzle box back together, we have prepared some tips and tricks via QR code for you.\r\n𝐏𝐄𝐑𝐅𝐄𝐂𝐓 𝐅𝐎𝐑 𝐌𝐎𝐍𝐄𝐘 𝐆𝐈𝐅𝐓𝐒 - Suitable as a gift box with large hidden compartments for jewelry, coins, and bills. Perfect gift idea for birthdays, weddings, and Christmas.', 42.99, NULL, NULL, 49.90, 'Puzzle Box - 3D Brain Teaser Puzzle for Adults - Wooden Treasure Chest - Money Puzzle Box for Cash Gift - Escape Room Game-80986.jpeg', 'Puzzle Box - 3D Brain Teaser Puzzle for Adults - Wooden Treasure Chest - Money Puzzle Box for Cash Gift - Escape Room Game-75737.jpeg', 'Puzzle Box - 3D Brain Teaser Puzzle for Adults - Wooden Treasure Chest - Money Puzzle Box for Cash Gift - Escape Room Game-86281.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 02:05:35', '2024-02-01 02:05:35'),
(2559, 'Zep Commercial® Industrial Hand Cleaner, Orange, 1 gal Bottle, 4/Carton', 'Oi67dBCSu', 14, 'Organic classic industrial hand cleaner with pumice is a solvent that eliminates most difficult greases, oils and odors.', 120.79, NULL, NULL, 148.79, 'Zep Commercial® Industrial Hand Cleaner, Orange, 1 gal Bottle, 4/Carton-42289.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 02:06:41', '2024-02-01 02:08:52'),
(2560, 'Ortho 4 gal Wand Backpack Sprayer', 't7DerNuso', 14, 'The Ortho 4 gal Wand Backpack Sprayer is a great tool for your gardening needs. With its backpack design, it allows for comfortable and convenient spraying. The 4-gallon capacity ensures that you have enough solution to cover a large area. The wand attachment provides precise and targeted spraying, making it easy to apply pesticides, herbicides, or fertilizers. Whether you\'re tackling weeds, pests, or giving your plants a boost, the Ortho Backpack Sprayer is a reliable choice. Get ready to make your gardening tasks a breeze with this handy sprayer.', 119.99, NULL, NULL, 230.99, 'Ortho 4 gal Wand Backpack Sprayer-79602.jpeg', 'Ortho 4 gal Wand Backpack Sprayer-99785.jpeg', 'Ortho 4 gal Wand Backpack Sprayer-24260.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-01 02:06:59', '2024-02-01 02:06:59'),
(2561, 'Colgate Max White Luminous Whitening Mint Toothpaste Pump 6 x 100ml Pack', 'cxjX9nOX3', 7, 'Get a brilliant clean and whiter teeth when you brush with Colgate Max White Luminous Whitening Toothpaste\r\nThis teeth whitening toothpaste has a clinically proven formula that removes up to 100% of surface stains, leaving you with a brilliant smile\r\nWith its SmartFoam System, the whitening toothpaste thoroughly cleans everywhere and whitens your teeth\r\nThe teeth whitening toothpaste also helps to keep your enamel strong and gums healthy*, so you know you\'re protected\r\n*Helps to reduce plaque with regular brushing', 20.29, NULL, NULL, 24.00, 'Colgate Max White Luminous Whitening Mint Toothpaste Pump 6 x 100ml Pack-82479.jpeg', 'Colgate Max White Luminous Whitening Mint Toothpaste Pump 6 x 100ml Pack-99284.jpeg', 'Colgate Max White Luminous Whitening Mint Toothpaste Pump 6 x 100ml Pack-39624.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 02:08:51', '2024-02-01 02:08:51'),
(2562, 'Caesar´s Riches Puzzle Box -', 'HumzHVXI3', 17, '🎲 Escape Room Puzzle Box: Get ready to be challenged by our puzzle boxes for adults! Find out if you’ll manage to open the treasury and unveil the Caeser´s treasure with the new INSCAPE creative game that will push your limits to the edge.\r\n🤩 Done in 150-210 Minutes: Our escape room in a box is a great way to have fun on your own or with family and friends. Each of our 3D brain teaser puzzles features 210 individual parts that have been carefully assembled by hand.\r\n🎁 The Ultimate Gift: These puzzle boxes with hidden compartments are a great gift for puzzle lovers. Whether it’s their birthday, anniversary, Valentine’s Day, Easter, or Christmas, make sure to surprise them with a unique gift that they’ll never forget.\r\n♻ Do it Over and Over Again: After you have solved the wooden puzzle box, you can easily reassemble the puzzle box and play again! Additionally, you can use these secret boxes for hiding small presents or money for your loved ones. The box is also suitable for puzzle beginners and has a difficulty level of 4,5 out of 5.\r\n🎉 SURPRISE: We have designed our brain teaser puzzles for adults as a journey that will keep you on your toes. Each INSCAPE box hides a coin. As soon as you’ve solved 8 INSCAPE puzzles, you can turn the coins into a new and exciting puzzle\r\n🥰 Our Satisfaction Promise: We are confident that you will be satisfied with INSCAPE. However, if you are dissatisfied or have a question about the product, please do not hesitate to contact us. Our customer service will do its best to solve your problem. If this fails, you can get your money back within a period of 30 days.', 49.90, NULL, NULL, 59.90, 'Caesar´s Riches Puzzle Box --64501.jpeg', 'Caesar´s Riches Puzzle Box --44853.jpeg', 'Caesar´s Riches Puzzle Box --70629.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 02:11:23', '2024-02-01 02:11:23'),
(2563, 'Fimco 30 gal Boom/Handgun Tow Behind Tank Sprayer', 'MHyrlGoXK', 14, 'The Fimco 30 gal Boom/Handgun Tow Behind Tank Sprayer is a versatile tool for your spraying needs. With a 30-gallon capacity, it allows you to cover a large area efficiently. The sprayer comes with both a boom and a handgun attachment, giving you options for different spraying techniques. Whether you need to spray a wide area or target specific spots, this tow behind tank sprayer has got you covered. It\'s perfect for applying pesticides, herbicides, or fertilizers to keep your lawn and garden in great shape. Get ready to make your spraying tasks easier with the Fimco Tow Behind Tank Sprayer.', 429.99, NULL, NULL, 551.99, 'Fimco 30 gal Boom/Handgun Tow Behind Tank Sprayer-14883.jpeg', 'Fimco 30 gal Boom/Handgun Tow Behind Tank Sprayer-30890.jpeg', NULL, 'Lawn and garden', 5.0, NULL, 1, '2024-02-01 02:11:42', '2024-02-01 02:11:42'),
(2564, 'NorthStar Portable Gas-Powered Air Compressor — Honda GX390 OHV Engine, 30-Gallon Horizontal Tank, 24.4 CFM @ 90 PSI', '937wF40t9', 19, 'Honda GX390 OHV engine with electric start/recoil backup and low oil shutdown\r\n3 Amp battery charging circuit (battery not included)\r\nFull cast iron pump for long service life\r\nV-style cylinder design for superior cooling\r\nPump head made of FC35 Grade cast iron\r\nProp 65 Warning:', 2790.00, NULL, NULL, 2999.00, 'NorthStar Portable Gas-Powered Air Compressor — Honda GX390 OHV Engine, 30-Gallon Horizontal Tank, 24.4 CFM @ 90 PSI-81156.jpeg', 'NorthStar Portable Gas-Powered Air Compressor — Honda GX390 OHV Engine, 30-Gallon Horizontal Tank, 24.4 CFM @ 90 PSI-27973.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 02:16:39', '2024-02-01 02:16:39'),
(2565, 'Sonic Electric Toothbrush USB Rechargeable 4 or 8 Tooth Brush Heads Timer 5 Mode', 'em3M9bSXJ', 7, 'Professional teeth cleaning at Home - just like visiting a dental hygienist\r\nSafe to use in the bath or shower as the toothbrush is rated IPX7 waterproof', 83.71, NULL, NULL, 100.00, 'Sonic Electric Toothbrush USB Rechargeable 4 or 8 Tooth Brush Heads Timer 5 Mode-70387.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-01 02:17:10', '2024-02-01 02:17:10'),
(2566, 'Learning and Educational Toys with Interactive Books and AR Animation Games for Children', '14jkGasEh', 17, 'Engaging🗺️: ARpedia Spark your child’s creativity with fun and engaging activities. Augmented reality (AR) content, markers and special effects will enrich the learning experience by triggering visual and auditory senses.\r\nMain character of the story 🗺️ If you register a child’s picture in your profile the child becomes the main character of the book and appears in the content. The drawings my child has colored become a 3D stereoscopic character, exploring the book with the child. A child\'s personal information is stored only on a personal device and is not disclosed. It can be used interchangeably between family members\r\nWhat\'s In the Box🗺️: \"Into the Curiosity Q\" Book series, Spotty(a camera embedded smart tablet holder), interactive characters, coloring pages.\r\nRequires iOS 13 or Android 6 Above. Compatible with iPad Mini 5th gen, iPad Air 3rd gen, Also compatible with Android tablets 3GB RAM above, Except 12\" above. ARpedia app is required to experience all the contents', 198.00, NULL, NULL, 248.00, 'Learning and Educational Toys with Interactive Books and AR Animation Games for Children-96001.jpeg', 'Learning and Educational Toys with Interactive Books and AR Animation Games for Children-93314.jpeg', 'Learning and Educational Toys with Interactive Books and AR Animation Games for Children-24152.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 02:18:21', '2024-02-01 02:18:21'),
(2567, 'Milwaukee M18 SWITCH TANK 4 gal Sprayer Backpack Sprayer Kit', 'C8arV7y58', 14, 'The Milwaukee M18 SWITCH TANK 4 gal Sprayer Backpack Sprayer Kit is a great choice for your spraying needs. It comes with a backpack design, making it easy and comfortable to use. With its 4-gallon capacity, you\'ll have plenty of solution to cover a large area. The M18 SWITCH TANK system allows you to easily switch between different tanks, giving you versatility for different spraying applications. Whether you\'re dealing with weeds, pests, or applying fertilizers, this backpack sprayer kit has got you covered. It\'s a convenient and efficient tool for your gardening tasks', 399.99, NULL, NULL, 455.99, 'Milwaukee M18 SWITCH TANK 4 gal Sprayer Backpack Sprayer Kit-76591.jpeg', 'Milwaukee M18 SWITCH TANK 4 gal Sprayer Backpack Sprayer Kit-50924.jpeg', 'Milwaukee M18 SWITCH TANK 4 gal Sprayer Backpack Sprayer Kit-51607.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 02:18:32', '2024-02-01 02:18:32'),
(2568, 'NorthStar Gas-Powered Air Compressor, Honda GX160 OHV Engine, 8-Gallon Twin Tank, 13.7 CFM', '3uBkaP371', 14, 'Honda GX160 OHV engine with low oil shutdown\r\nFull cast iron pump for long service life\r\nV-style cylinder design for superior cooling\r\nPump head made of FC35 Grade cast iron\r\nFloating-type Swedish steel valves deliver much longer valve life', 1190.00, NULL, NULL, 1399.00, 'NorthStar Gas-Powered Air Compressor, Honda GX160 OHV Engine, 8-Gallon Twin Tank, 13.7 CFM-43357.jpeg', 'NorthStar Gas-Powered Air Compressor, Honda GX160 OHV Engine, 8-Gallon Twin Tank, 13.7 CFM-44833.jpeg', 'NorthStar Gas-Powered Air Compressor, Honda GX160 OHV Engine, 8-Gallon Twin Tank, 13.7 CFM-11276.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 02:26:13', '2024-02-01 02:27:36'),
(2569, 'Magnetic Tiles, 100PCS Building Blocks, Magnets Building Set, STEM Toys Christmas Toy Gift for Kids Boys and Girls', 'emHNlIdsP', 10, 'Total:100PCS(94 basic shapes,2 car bases, plus 4 click-ins which are used for the hollow square tiles), with beautiful box, and an idea book, compatible with most of other branded tiles. Wonderful magnetic building tiles set for kids.\r\nMaterial:made of ABS plastic, no smell. Adopting ultrasonic welding technology, ASTM-approved STEM toy, safe for kids to play, colorful magnetic building tiles, smooth surface like ice. High transparency,round edges, not easy to scratch.\r\nLearning while playing, educational and inspirational, start from simple 2D patterns to 3D modeling. Unlimited Possibilities, just don\'t limit yourself, build whatever you want(castles, houses, the sun, flowers, animals, rockets and so on),almost suitable for all ages,free you of the baby-siting, away kids from video games, and be more focused.\r\nThe more tiles, the more fun you will get, also work for Multi-players, enhance your relationship with your kids by playing together, STEM toy for class, Kindergartens,daycare centers, help kids master construction skills, color recognition, sorting Skills, stacking Skills. Perfect gift for boys and girls,your kids/grand kids will definitely love it.\r\nCustomer first. We aim to provide flawless products and perfect customer service. If there is any quality problem, please don\'t worry,we will take full responsibility and give you satisfying solutions.', 69.79, NULL, NULL, 72.99, 'Magnetic Tiles, 100PCS Building Blocks, Magnets Building Set, STEM Toys Christmas Toy Gift for Kids Boys and Girls-55681.jpeg', 'Magnetic Tiles, 100PCS Building Blocks, Magnets Building Set, STEM Toys Christmas Toy Gift for Kids Boys and Girls-53727.jpeg', 'Magnetic Tiles, 100PCS Building Blocks, Magnets Building Set, STEM Toys Christmas Toy Gift for Kids Boys and Girls-94466.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 02:27:12', '2024-02-01 02:27:12'),
(2570, 'Natures Aid DHA Omega-3 Mini Drops for Infants and Children, Sugar Free, 50 ml', 'TdRmNPkl1', 7, 'Provides high levels of Omega-3 fatty acids DHA and EPA, for normal brain and vision development in children.* (*Beneficial effect with a daily intake of 250mg DHA)\r\nDesigned specifically for babies, infants and children aged 3 months to 5 years: Easy to use liquid, simply add to food or drink\r\nNo nasties! 100 percent sugar free, with no artificial flavours or colours\r\nNatures Aid Mini Drops DHA is sourced from the South Pacific Ocean. We have a fully traceable and sustainable supply chain, and the fish used for this process are caught under certified sustainable practices, using trusted fishing partners.\r\nManufactured in the UK to GMP and Pharmaceutical standards\r\nPackaging may vary', 6.29, NULL, NULL, 8.68, 'Natures Aid DHA Omega-3 Mini Drops for Infants and Children, Sugar Free, 50 ml-41886.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 02:27:14', '2024-02-01 02:27:14'),
(2571, 'CeraVe AM Facial Moisturising Lotion SPF50 with Ceramides & Vitamin E for Normal to Dry Skin 52ml', 'QtalgcRli', 7, 'Developed with and recommended by dermatologists (74% of 90 dermatologists surveyed, May 2022)\r\n“I recommend wearing factor 50 every day and a minimum of factor 30” (Dr Ifeoma Ejikeme, Skin Consultant)\r\nClinically proven hydration & daily UV protection, in a single step. (Instrumental test, 25 subjects)\r\nNon-greasy formula enriched with Vitamin E, Niacinamide and 3 Essential Ceramides to help protect the skin\'s natural barrier\r\nFormulated with MVE Technology to lock in moisture, providing up to 24 hour hyration.', 15.91, NULL, NULL, 19.58, 'CeraVe AM Facial Moisturising Lotion SPF50 with Ceramides & Vitamin E for Normal to Dry Skin 52ml-80468.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 02:33:27', '2024-02-01 02:33:27'),
(2572, '3 in 1 Carnival Games for Kids, Plastic LED Cones Bean Bags Ring Toss Combo Set 40 PCS, Outdoor Games, for Birthday Party Family Reunion Camping Yard', 'PwAV3QwSj', 17, 'High Quality Safe Material: all the accessories are non-toxic, no allergy, odor and other problems,environment and safe for your kids.\r\nUpgraded version: The newly upgraded carnival traffic cones comes with LED lights. Compared to ordinary soft plastic cones, ours is thicker and more durable. The LED traffic cones and the LED sandbag make this game more cool and interesting in the evening.\r\nCarnival Games Combo Set: Comes with 6 led carnival traffic cones,12 circles, 6 balls, 5 sandbags & 5 led sandbags , 4 foot ties, 2 medals.\r\nWonderful Gift for Party & Festival: Perfect gift for indoor & outdoor party games,family reunion, school sports day, camping yard etc.\r\nGreat Customer Service：24 Hour email customer service,please feel free to contact us if you have any problem with our product.', 20.79, NULL, NULL, 28.99, '3 in 1 Carnival Games for Kids, Plastic LED Cones Bean Bags Ring Toss Combo Set 40 PCS, Outdoor Games, for Birthday Party Family Reunion Camping Yard-91595.jpeg', '3 in 1 Carnival Games for Kids, Plastic LED Cones Bean Bags Ring Toss Combo Set 40 PCS, Outdoor Games, for Birthday Party Family Reunion Camping Yard-36302.jpeg', '3 in 1 Carnival Games for Kids, Plastic LED Cones Bean Bags Ring Toss Combo Set 40 PCS, Outdoor Games, for Birthday Party Family Reunion Camping Yard-31002.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 02:34:42', '2024-02-01 02:34:42');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2573, 'EMAX Stationary Rotary Screw Air Compressor, 45HP, Diesel Kubota Engine, 185CFM, Mode', 'mbq3OBBZb', 14, 'Fork passages allowing easy lifting from 4 sides\r\nIdeal Installation on the back of a truck or pickup\r\nKubota Diesel engine\r\nHood easy lifted by 2 cylinders and removable for easy maintenance\r\nItalian air end', 20611.00, NULL, NULL, 24804.00, 'EMAX Stationary Rotary Screw Air Compressor, 45HP, Diesel Kubota Engine, 185CFM, Mode-90446.jpeg', 'EMAX Stationary Rotary Screw Air Compressor, 45HP, Diesel Kubota Engine, 185CFM, Mode-21674.jpeg', 'EMAX Stationary Rotary Screw Air Compressor, 45HP, Diesel Kubota Engine, 185CFM, Mode-99496.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 02:41:23', '2024-02-01 02:41:23'),
(2574, '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys', 'VlXEDMB9I', 10, '【Super Value Upgrade Set】 Newly upgraded 3D blocks of Coodoo tiles encourage and stimulate kids\' creativity. The set contains 60 pcs rainbow bricks in various shapes, Unique the 6 balconies & 2 awning pieces that fit over the hollow square tiles, perfect for building castles, mansions, food trucks, or wherever else the imagination leads. A fun new option in the world of tile play!\r\n【 Safe & Convenient 】 Magnetic building toys are crafted with premium-grade plastic for durability and resilience, allowing kids to engage in hours of uninterrupted play and building. Plus, the set comes with a convenient storage bag for easy organization and transportation, whether it\'s taking the tiles outdoors or to a different room.\r\n【 STEM Montessori & Sensory Toys 】 Coodoo magnetic tiles come in a variety of colors and shapes, making them a fun and engaging STEM toy for kids. Building with magnetic tiles not only helps with hand-eye coordination but also enhances cognitive and sensory development, allowing kids to unleash their inner architects and create unique structures.\r\n【 Great Fidgets for Classroom 】Coodoo magnetic tiles are the perfect tool for building, creating, and learning. A must-have for any preschool or kindergarten classroom, teachers and parents alike love these tiles as they keep little hands busy and enhance motor skills. They also work as a great fidget toys for classrooms, providing a rich tactile and sensory experience for kids.\r\n【 Great as Gifts 】 Perfect gift for kids on special occasions like birthdays, Christmas, and graduations – this gift is sure to be a hit with kids of all ages! So why wait? Give your kids the gift of education and entertainment with our magnetic tiles today!', 19.48, NULL, NULL, 29.99, '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys-87421.jpeg', '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys-56378.jpeg', '60 PCS Magnetic Building Tiles Kids Toys STEM Magnetic Blocks Sensory Toys Kids Games Magnet Building Toys for Boys and Girls Aged 3+, Kids Brain Development Preschool Kindergarten Toddler Toys-42825.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 02:41:39', '2024-02-01 02:41:39'),
(2575, 'MALIN+GOETZ Vitamin E Face Moisturizer 118ml - Nourish, Protect, and Revitalize Your Skin', '2V9kp1Zug', 7, 'Discover the transformative power of MALIN+GOETZ Vitamin E Face Moisturizer in a convenient 118ml package. This best-selling moisturizer is your everyday essential for balanced, hydrated, and beautifully nourished skin. Its lightweight formula is meticulously designed to absorb quickly, providing intense nourishment without leaving a greasy or sticky residue.', 42.66, NULL, NULL, 45.88, 'MALIN+GOETZ Vitamin E Face Moisturizer 118ml - Nourish, Protect, and Revitalize Your Skin-69546.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 02:42:24', '2024-02-01 02:42:24'),
(2576, '6 Pack LCD Writing Tablet for Kids 8.5 Inch, Reusable Electronic Drawing Doodle Pad Learning Educational Toy Gift Doodle Board for Boys and Girls (Black, Red, Blue, SkyBlue, Pink, Green)', 'QpRYSJt39', 17, '【Multi-Purpose & Lightweight】 LCD Writing Pad lightweight to carry around in your handbag or backpack. Let your kids enjoy doodling anywhere.In addition to drawing, the Electronic drawing board also has functions such as notes, memos, reminders, drafts, arithmetic board,and graffiti.\r\n【Easy to Use】The drawing pad for kids uses LCD Pressure-Sensitive technology, the thickness of the colorful line depends on the strength and angle of your stylus. This product is designed for kids and is even easier to use.\r\n【Unique Design】Just click the erase button of the doodle pad to clear the screen in one second. kids drawing tablet design with a the lock/unlock button, click lock key of doodle board to save the content.\r\n【Environmentally and Eye Protection】 This drawing tablet can be reused, No more worry about wasting paper and killing trees; LCD screen, no radiation, no glare, all protect your eyes be more safe and comfortable when you creat work for a long time.\r\n【Perfect Gift】Erasable Electronic Painting Pad is a parent-pick gift for 3 4 5 6 7 8 year old girls and boys on New Year, Birthday, Children\'s Day, Easter, Thanksgiving Day, Christmas, back to school, homeschool and any occasions!', 19.87, NULL, NULL, 26.99, '6 Pack LCD Writing Tablet for Kids 8.5 Inch, Reusable Electronic Drawing Doodle Pad Learning Educational Toy Gift Doodle Board for Boys and Girls (Black, Red, Blue, SkyBlue, Pink, Green)-57846.jpeg', '6 Pack LCD Writing Tablet for Kids 8.5 Inch, Reusable Electronic Drawing Doodle Pad Learning Educational Toy Gift Doodle Board for Boys and Girls (Black, Red, Blue, SkyBlue, Pink, Green)-41878.jpeg', '6 Pack LCD Writing Tablet for Kids 8.5 Inch, Reusable Electronic Drawing Doodle Pad Learning Educational Toy Gift Doodle Board for Boys and Girls (Black, Red, Blue, SkyBlue, Pink, Green)-31464.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 02:50:59', '2024-02-01 02:50:59'),
(2577, 'Chapin 3 gal Sprayer Tri-Poxy Sprayer', 'Lok4mpuQn', 14, 'The Chapin 3 gal Sprayer Tri-Poxy Sprayer is a top-notch choice for your spraying needs. It\'s designed with a durable Tri-Poxy tank that can hold up to 3 gallons of solution, allowing you to cover a decent-sized area. The sprayer is equipped with a comfortable handle and a wide mouth opening for easy filling and cleaning. Whether you\'re spraying pesticides, herbicides, or fertilizers, the Chapin Tri-Poxy Sprayer is built to withstand the job. Get ready to tackle your gardening tasks with ease using this reliable sprayer!', 109.99, NULL, NULL, 129.00, 'Chapin 3 gal Sprayer Tri-Poxy Sprayer-95656.jpeg', 'Chapin 3 gal Sprayer Tri-Poxy Sprayer-82736.jpeg', 'Chapin 3 gal Sprayer Tri-Poxy Sprayer-30246.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-01 02:54:19', '2024-02-01 02:54:19'),
(2578, 'Olay Regenerist Retinol24 Night Face Cream Moisturiser With Retinol and Vitamin B3 50 ml, Fragrance', '4gkDAg0iB', 7, 'Wake up to smooth and glowing skin with Olay Regenerist Retinol24 Night Face Cream. Olay Regenerist Retinol24 Serum combines two ultra-potent ingredients: Vitamin B3 (Niacinamide) + Retinoid complex for 24 hours of hydration, as well as a bounty of benefits. This retinol face cream will bring you visible improvements in fine lines & wrinkles, smoothness, brightness, firming, dark spots, and pores. Our night cream with retinol absorbs quickly and goes deep into your skin’s surface layers so you wake up every morning to younger-looking, glowing skin. Our retinol face cream\'s formula is fragrance free and free of dyes. Use Olay Retinol 24 Night Cream daily for 28 days. See true skin appearance transformation. Olay Retinol 24 Night Facial Cream is suitable for daily use.', 17.62, NULL, NULL, 20.00, 'Olay Regenerist Retinol24 Night Face Cream Moisturiser With Retinol and Vitamin B3 50 ml, Fragrance-46959.jpeg', 'Olay Regenerist Retinol24 Night Face Cream Moisturiser With Retinol and Vitamin B3 50 ml, Fragrance-66839.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 02:54:28', '2024-02-01 02:54:28'),
(2579, '18 Stunt Pull Back Cars Toys Pack', '6tD5Z6s6x', 19, 'Set of 18 1:64 Die-Cast Steel Cars - The Wild Road Trip set includes 18 car toys; each car has its own unique body design that mimics a real race car. Unlike old-fashioned plastic, the high-quality die-cast metal construction makes the cars durable, and the 1:64 scale construction ensures accurate reproduction of the real race cars!\r\nScan the QR code to enter the race online - This set comes with the free Wild Road Trip mobile game. Each toy race car has a unique QR code that you can scan to add it to the mobile game. In the mobile game, you can drive your favorite real toy car on an automotive adventure and become a race car driver. Trade toy cars with your buddies and friends to build your ultimate game collection and add fun to the game.\r\nPull Backward And Watch The Cars Crash And Roll - Each car features a silky smooth backward pulling action with rubber tires that provide excellent traction on any surface. With a simple pull backward, the race car will fly forward. Roll 360° when it hits the head trigger point.\r\nMetal Carrying Case With Handle – The toy race cars come with a safely packaging; a compact metal carrying case with individual slots for each car so you don’t have to worry about misplacing or losing any. Integrated handle allows your kids to easily carry it over to a friend’s house. Just pack them into the carrying box and your kids are good to go. Your kids will have an unforgettable playing experience by battle their friends with the toy cars and in the mobile game at the same time!\r\nPerfect Gift Idea – The Furious Road Trip race car set makes for an amazing and thoughtful gift for kids and car enthusiasts alike. An ideal gift for many occasions whether it’s for Birthday or Christmas Holidays, your search for the perfect gift for kids is here.', 30.46, NULL, NULL, 39.99, '18 Stunt Pull Back Cars Toys Pack-40825.jpeg', '18 Stunt Pull Back Cars Toys Pack-45882.jpeg', '18 Stunt Pull Back Cars Toys Pack-38946.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 02:59:08', '2024-02-01 02:59:08'),
(2580, 'Four Curls Intense Hydration Triple Bundle', '1qywO8pgt', 7, 'Our NEW ultra-nourishing Intense Hydration Bundle has been specially formulated to treat all four curly hair types.', 19.04, NULL, NULL, 26.20, 'Four Curls Intense Hydration Triple Bundle-95943.jpeg', 'Four Curls Intense Hydration Triple Bundle-59319.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-01 03:04:07', '2024-02-01 03:04:07'),
(2581, 'Home Plus 2 L Hand Held Multi-Use Sprayer', 'PteqJCOdQ', 14, 'The Home Plus 2 L Hand Held Multi-Use Sprayer is a versatile and convenient tool for your spraying needs. With its handheld design and 2-liter capacity, it\'s perfect for smaller spraying tasks around the house or garden. Whether you\'re applying cleaning solutions, pesticides, or watering your plants, this sprayer is easy to use and provides precise control. Its compact size makes it portable and easy to store. Say goodbye to manual spraying and make your tasks more efficient with the Home Plus Hand Held Multi-Use Sprayer', 16.99, NULL, NULL, 18.99, 'Home Plus 2 L Hand Held Multi-Use Sprayer-26637.jpeg', 'Home Plus 2 L Hand Held Multi-Use Sprayer-38657.jpeg', 'Home Plus 2 L Hand Held Multi-Use Sprayer-40747.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 03:05:07', '2024-02-01 03:05:07'),
(2582, 'Air Compressor Receiver Tanks', '2EHcvmK97', 19, 'Air Compressor Receiver Tanks', 70.00, NULL, NULL, 74.99, 'Air Compressor Receiver Tanks-49192.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 03:13:34', '2024-02-01 03:13:34'),
(2583, 'Harris Chemical Resistant 32 oz Mister/Sprayer Spray Bottle', 'seYjdjgyj', 14, 'The Harris Chemical Resistant 32 oz Mister/Sprayer Spray Bottle is a reliable and durable option for your spraying needs. It\'s designed to withstand the use of various chemicals, making it perfect for a wide range of applications. With its 32 oz capacity, you\'ll have plenty of solution to tackle your spraying tasks. The misting and spraying functions give you versatility in how you apply the solution. Whether you\'re cleaning, gardening, or using it for other purposes, this spray bottle is up to the task. Get ready to make your spraying tasks a breeze with the Harris Chemical Resistant 32 oz Mister/Sprayer Spray Bottle!', 7.59, NULL, NULL, 10.99, 'Harris Chemical Resistant 32 oz Mister/Sprayer Spray Bottle-61889.jpeg', 'Harris Chemical Resistant 32 oz Mister/Sprayer Spray Bottle-41086.jpeg', 'Harris Chemical Resistant 32 oz Mister/Sprayer Spray Bottle-37450.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 03:15:55', '2024-02-01 03:15:55'),
(2584, 'Creator 3 in 1 Exotic Parrot Building Toy Set', '4k7bIFU1b', 17, 'Little builders and passionate animal fans ages 7 and older can travel deep into the rainforest for action-packed stories with this LEGO Creator 3 in 1 Exotic Parrot (31136) animal toy building set for kids ages 7+ years old. Kids have the choice to build 3 different exotic toy animal figures with this fantastic LEGO Creator 3 in 1 building toy set. It features a colorful parrot toy that can fully rotate its body while sitting on a tree branch and move its wings and tail. Then, kids can use the LEGO bricks to rebuild it into a playful fish swimming at the bottom of the sea or a cheeky frog toy that can move its legs. For a fun build experience, download the LEGO Builder app and step into a new world of building fun where kids can zoom in and rotate models in 3D, save sets and track their progress. This LEGO Creator 3 in 1 set lets little builders enjoy a rewarding build-and-play experience as they build, play and display the brilliantly detailed and posable jungle animal toys and makes a fantastic reward or a birthday gift for kids ages 7+ years old and all animal lovers. Contains 253 pieces.', 15.58, NULL, NULL, 21.20, 'Creator 3 in 1 Exotic Parrot Building Toy Set-89930.jpeg', 'Creator 3 in 1 Exotic Parrot Building Toy Set-49579.jpeg', 'Creator 3 in 1 Exotic Parrot Building Toy Set-38517.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 03:19:06', '2024-02-01 03:19:06'),
(2585, 'Fimco Lead Wire Adapter With Switch', 'IQ3GMzPOM', 14, 'The Fimco Lead Wire Adapter With Switch is a handy accessory for your sprayer setup. It allows you to easily connect and disconnect your sprayer\'s lead wire, providing convenience and flexibility. The built-in switch gives you control over the power supply to your sprayer, making it easy to turn on and off as needed. This adapter is designed to be durable and reliable, ensuring a secure connection and smooth operation. It\'s a great addition to your sprayer equipment for hassle-free spraying. Happy gardening.', 19.99, NULL, NULL, 25.67, 'Fimco Lead Wire Adapter With Switch-12829.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-01 03:25:11', '2024-02-01 03:25:11'),
(2586, 'Mega Arts and Crafts Kit for Kids', 'BRZlknPEc', 10, 'With the National Geographic Mega Arts & Crafts Kit, kids can explore their creativity as they create dazzling mosaics, swirling marble paint designs, and air dry pottery pieces! It includes over 100 components to create 19 unique pieces of art!\r\n\r\nThe first activity in this craft kit is the art of mosaic-making. Everything is included to craft 3 mosaic art pieces: slow-dry plaster, glass tiles, molds, and stir stick. They\'ll start by creating a mosaic design with the assorted glass tiles in the kit. They can use one of the included design templates, or let their artistic side shine with their own unique design! Mix the slow-dry plaster, add it to the mold, and place the tiles! It\'s that easy!\r\n\r\nAlso included is everything needed to create mesmerizing marbled paint pieces: 6 paints, 12 sheets of paper, thickening powder, tray, dropper, and styluses. In just 4 easy steps they\'ll have beautiful, hand-made artwork they can display proudly! First, they’ll set up a workstation by mixing their marbling solution. After the solution has a chance to sit for 6 hours, it’s time to add paints and create! Paint droplets float like magic on the water’s surface, allowing kids to use the included tools to bend, shape, and combine colors in unlimited ways. Once they’ve created the perfect design, they\'ll simply dip the paper sheet into the water to transfer the design to paper. When the paper has dried, kids will have beautiful artworks they can give as gifts or use for additional crafting activities. They can even frame their pieces and hang them on the walls at home!\r\n\r\nWith the Mega Arts & Craft Kit, kids will also learn the art of pottery making! The kit contains all the materials needed to make 3 clay ornaments and a ring dish: 1 lb. air-dry clay, parchment paper, stencils, 5 paint colors, paintbrush, and nylon cord for hanging their creations. The clay is easy for kids to work with, and the kid-friendly instructions guide them through every step. Once they\'ve picked a design from the included stencils, kids can follow the simple instructions to create their piece. After drying overnight, their pottery is ready for painting with the 5 included colors and brush. It\'s tons of hands-on fun!\r\n\r\nThis enormous craft set includes easy-to-follow instructions for each type of project, along with detailed Learning Guides full of fascinating facts about the three different types of art projects contained within!\r\n\r\nOrder the National Geographic Mega Arts & Crafts Kit for Kids today and find out just how much fun arts and crafts time can be!\r\n\r\nWe make the highest quality hands-on science toys, and all products are backed by exceptional service. With a mission to inspire people to care about the planet, the National Geographic Society is one of the world’s largest nonprofit scientific and educational organizations.', 19.68, NULL, NULL, 29.99, 'Mega Arts and Crafts Kit for Kids-16811.jpeg', 'Mega Arts and Crafts Kit for Kids-72836.jpeg', 'Mega Arts and Crafts Kit for Kids-22653.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 03:31:35', '2024-02-01 03:31:35'),
(2587, 'OMRON C102 Total 2-in-1 Nebuliser with Nasal Shower', 'kwqZIyolj', 7, '2-in-1 solution: efficient medication deposition in the lungs combined with the nasal shower provides relief for many respiratory symptoms and diseases, helping you breathe freely year-round\r\nPreventative treatment: the nasal shower cleans the nasal cavity to eliminate possible germs and allergens while simultaneously relieving symptoms that often accompany the common cold and allergies\r\nEfficient medication deposition: the nebuliser delivers medication to the lungs to efficiently treat lower airways conditions such as bronchitis, bronchiolitis and asthma as well as a simple cough.', 49.49, NULL, NULL, 57.00, 'OMRON C102 Total 2-in-1 Nebuliser with Nasal Shower-55368.jpeg', 'OMRON C102 Total 2-in-1 Nebuliser with Nasal Shower-32088.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 03:31:35', '2024-02-01 03:31:35'),
(2588, 'Air Compressor Maintenance Kits + Oil 1-48 of 102 Products', '9k9qP3a8i', 19, 'For Type-30 compressors\r\n1 liter bottle use of Ingersoll Rand All Season Select Lubricant extends the life of your compressor pump warranty by 1 year', 30.99, NULL, NULL, 39.99, 'Air Compressor Maintenance Kits + Oil 1-48 of 102 Products-20024.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 03:32:37', '2024-02-01 03:32:37'),
(2589, 'Fiskars Pro IsoCore 8 lb Splitting Maul Steel Handle', '5GSXsPTdv', 14, 'The Fiskars Pro IsoCore 8 lb Splitting Maul with a Steel Handle is a beast of a tool for splitting wood. It\'s designed with an 8 lb head and a steel handle, providing both power and durability. The IsoCore technology helps reduce shock and vibration, making it easier on your hands and arms during use. Whether you\'re splitting logs for firewood or tackling other heavy-duty splitting tasks, this Maul is up to the challenge. Get ready to make quick work of your wood splitting with the Fiskars Pro IsoCore 8 lb Splitting Maul.', 59.99, NULL, NULL, 69.99, 'Fiskars Pro IsoCore 8 lb Splitting Maul Steel Handle-95638.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 03:32:42', '2024-02-01 03:32:42'),
(2590, 'OMRON X7 Smart Blood Pressure Monitor', 'l68PrR0YW', 7, 'OMRON X7 Smart Blood Pressure Monitor w/6months Premium Subscription', 101.56, NULL, NULL, 112.00, 'OMRON X7 Smart Blood Pressure Monitor-24436.jpeg', 'OMRON X7 Smart Blood Pressure Monitor-98455.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-01 03:38:51', '2024-02-01 03:38:51'),
(2591, 'Kids Rock Painting Kit', 'j6w5eh3fl', 19, 'Unleash & Spark Your Creativity: The ultimate gift for any child who loves art, creativity, and a little bit of magic. With this fun and educational kit, kids can unleash their creativity and create truly unique and eye-catching \'glowing\' rock designs.\r\nIncludes: 10 natural white river rocks, 4 puffy glow-in-the-dark paints, 6 standard paints, gold & silver glitter glue, 2 paintbrushes (fine tip and wider tip), googly eyes, gem stickers, gold and black transfer stickers, and instruction manual.\r\nLet It Glow: The main attraction is the puffy glow-in-the-dark paints. When the lights go out, these paints will light up and provide beautiful designs. Imagine the look on your child\'s face as they watch their rock designs come to life in the dark!\r\nFun & Easy: Whether you\'re a beginner or an experienced rock painter, the Glow-in-the-Dark Rock Painting Kit has something for you. The fine-tip paintbrush is great for precise lines, while the wider brush is perfect for larger areas. With the included googly eyes, gem stickers, and transfer stickers, kids can get creative and add their personal touch to their rocks.\r\nA Fun And Educational Gift For All Ages: It fascinates children as soon as they pull it out of the box and is a perfect STEM project. It\'s a fun and engaging way for kids to spend their time and unleash their creativity. Great set for individual play or as a group activity. The process is fun, and the final result is immensely satisfying.', 15.49, NULL, NULL, 19.99, 'Kids Rock Painting Kit-37418.jpeg', 'Kids Rock Painting Kit-81455.jpeg', 'Kids Rock Painting Kit-75158.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 03:40:13', '2024-02-01 03:40:13'),
(2592, 'Air Pressure Gauges 1-36 of 36 Products', 'ecKB2qcWQ', 19, 'Air Pressure Gauges\r\n1-36 of 36 Products', 20.78, NULL, NULL, 29.99, 'Air Pressure Gauges 1-36 of 36 Products-26654.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 03:45:57', '2024-02-01 03:45:57'),
(2593, 'Ace Steel Contractor Wheelbarrow I cu ft', '4079UFe0J', 14, 'The Ace Steel Contractor Wheelbarrow with a 1 cu ft capacity is a reliable and sturdy tool for all your hauling needs. It\'s designed with a steel tray that can handle heavy loads, making it perfect for contractors or anyone with demanding projects. The wheelbarrow is equipped with durable pneumatic tires that provide smooth movement, even over rough terrain. Whether you\'re moving dirt, gravel, or other materials, this wheelbarrow will get the job done. Time to tackle your projects with ease using the Ace Steel Contractor Wheelbarrow.', 139.99, NULL, NULL, 150.00, 'Ace Steel Contractor Wheelbarrow I cu ft-83964.jpeg', 'Ace Steel Contractor Wheelbarrow I cu ft-23608.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 03:45:58', '2024-02-01 03:45:58'),
(2594, 'Marbling Paint Art Kit for Kids', 'NoaF1Ltn1', 19, 'Unleash & Spark Your Creativity: Instead of painting on paper or canvas, try painting on... water! Our special painting process lets you create dazzling artwork in a completely new way.\r\nMake It Unique: Layer paint, smear, drag, and \'transfer\' it onto the paper. Let it dry, and voila! Beautiful marble-painted art! Follow the simple illustrated instruction guide and create fantastic art.\r\nKit Includes: Design tray, 5 paint colors, carrageenan powder, spoon, pipette, spreader, 3 styluses, and 10 art sheets.\r\nA Fun And Educational Gift For All Ages: It fascinates children as soon as they pull it out of the box and is a perfect STEM project. The assembly is fun, and the final result is immensely satisfying.', 14.98, NULL, NULL, 19.99, 'Marbling Paint Art Kit for Kids-86771.jpeg', 'Marbling Paint Art Kit for Kids-27340.jpeg', 'Marbling Paint Art Kit for Kids-93159.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-01 03:49:43', '2024-02-01 03:49:43'),
(2595, 'CBDfx 1500mg CBD High Strength Vegan Mixed Berry Gummies 25mg CBD per Gummy 60x Bottle', 'b3nQpleBo', 7, 'Delicious CBD Gummies: CBDFX brings you sweet, high-strength CBD gummies in a delicious mixed berry flavour. Each gummy packs a pure 25mg of CBD, making it a perfect choice for adults seeking a tasty way to enjoy the benefits of CBD without any THC.', 33.31, NULL, NULL, 35.06, 'CBDfx 1500mg CBD High Strength Vegan Mixed Berry Gummies 25mg CBD per Gummy 60x Bottle-62707.jpeg', 'CBDfx 1500mg CBD High Strength Vegan Mixed Berry Gummies 25mg CBD per Gummy 60x Bottle-39138.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 03:53:14', '2024-02-01 03:53:14'),
(2596, 'Bracelet Making Kit for Girls', 'A6Iov6TNV', 17, 'Easy to Make: Unique and tons of fun! Step-by-step instructions for different bracelet styles help children get hang of them easily. Greatly improve kids creativity and fine motor skills. Perfect craft kits for age 8-10 years old girl.\r\nBirthday Gift for Girls: Awesome DIY craft kits for birthday, party, family game time, travel activities and just-because gifts. Ideal toys for 7 8 9 10 11 12 old years kids.\r\nDIY Jewelry Making Kits for Girls: Create 16 patterns bracelets with your unique clasps. And 30 fashion designed stickers make you new and different every day. Girls will definitely love it.\r\nFriendship Bracelet Kit: Does it bring back memories of your younger days? Share your sweet memory of friendship bracelet making and have fun with your kids. Children can play individually, or collaboratively create their favored bracelet with friends.\r\nWonderful Purchase: This bracelet maker kit has great assortment of colors, different patterns and lots of cute and fancy decorative flowers and beads. Your daugher/granddaugher is thrilled to receive it as gift.', 34.97, NULL, NULL, 39.97, 'Bracelet Making Kit for Girls-13681.jpeg', 'Bracelet Making Kit for Girls-10517.jpeg', 'Bracelet Making Kit for Girls-85115.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 03:58:40', '2024-02-01 03:58:40'),
(2597, 'Air Pressure Switch For Single-Stage and Dual-Stage Air Compressor — 1/4in.', 'cHODYCYfy', 19, 'Air Pressure Switch For Single-Stage and Dual-Stage Air Compressor — 1/4in. Male Fitting, 100–175 PSI', 70.67, NULL, NULL, 84.99, 'Air Pressure Switch For Single-Stage and Dual-Stage Air Compressor — 1/4in.-81165.jpeg', 'Air Pressure Switch For Single-Stage and Dual-Stage Air Compressor — 1/4in.-85656.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 04:01:44', '2024-02-01 04:01:44'),
(2598, 'EGO Power+ Z6 ZT4204L 42 in. 56 V Battery Zero Turn Riding Mower Kit (Battery & Charger) W/ FOUR 10.0 AH BATTERIES', 'NtV8sOmip', 14, 'The EGO Power+ Z6 ZT4204L is an impressive zero-turn riding mower kit that comes with everything you need to tackle your lawn with ease. With its 42-inch cutting deck and powerful 56V battery, this mower provides efficient and precise cutting performance. The kit includes not just one, but FOUR 10.0 AH batteries, ensuring you have plenty of power to get the job done. The zero-turn capability allows for smooth and maneuverable turns, making it easy to navigate around obstacles in your yard. Say goodbye to gas and fumes and hello to a quieter and more eco-friendly mowing experience with the EGO Power+ Z6 ZT4204L Zero Turn Riding Mower Kit!', 5499.00, NULL, NULL, 5799.00, 'EGO Power+ Z6 ZT4204L 42 in. 56 V Battery Zero Turn Riding Mower Kit (Battery & Charger) W/ FOUR 10.0 AH BATTERIES-55764.jpeg', 'EGO Power+ Z6 ZT4204L 42 in. 56 V Battery Zero Turn Riding Mower Kit (Battery & Charger) W/ FOUR 10.0 AH BATTERIES-62813.jpeg', 'EGO Power+ Z6 ZT4204L 42 in. 56 V Battery Zero Turn Riding Mower Kit (Battery & Charger) W/ FOUR 10.0 AH BATTERIES-22425.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-01 10:27:46', '2024-02-01 10:27:46'),
(2599, 'Toro Super Recycler 21 in. 60 V Battery Self-Propelled Lawn Mower Kit (Battery & Charger)', 'nMnLXBcYM', 14, 'The Toro Super Recycler 21 in. 60V Battery Self-Propelled Lawn Mower Kit is a fantastic choice for keeping your lawn looking pristine. With its 21-inch cutting deck and self-propelled feature, mowing your lawn becomes a breeze. The powerful 60V battery provides long-lasting performance, and the kit includes both the battery and charger, so you\'re all set to go. The Super Recycler also features Toro\'s innovative recycling cutting system, which finely chops grass clippings and returns them to your lawn as natural fertilizer. Get ready for a convenient and eco-friendly mowing experience with the Toro Super Recycler 21 in. 60V Battery Self-Propelled Lawn Mower Kit!', 849.00, NULL, NULL, 950.00, 'Toro Super Recycler 21 in. 60 V Battery Self-Propelled Lawn Mower Kit (Battery & Charger)-90414.jpeg', 'Toro Super Recycler 21 in. 60 V Battery Self-Propelled Lawn Mower Kit (Battery & Charger)-21078.jpeg', 'Toro Super Recycler 21 in. 60 V Battery Self-Propelled Lawn Mower Kit (Battery & Charger)-88033.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-01 10:33:06', '2024-02-01 10:33:06'),
(2600, 'DEWALT 60V MAX FLEXVOLT DCSNP2142Y2 21 in. Single stage 60 V Battery Snow Blower Kit (Battery & Char', 'DFLvFT8Iv', 14, 'The DEWALT 60V MAX FLEXVOLT DCSNP2142Y2 is a powerful snow blower kit that will make clearing snow a breeze. With its 21-inch single-stage design and 60V battery, this snow blower can handle even heavy snowfall with ease. The kit includes both the battery and charger, so you\'ll have everything you need to tackle those snowy days. Say goodbye to shoveling and hello to a more efficient and convenient snow removal experience with the DEWALT 60V MAX FLEXVOLT DCSNP2142Y2 Snow Blower Kit!', 999.00, NULL, NULL, 1090.99, 'DEWALT 60V MAX FLEXVOLT DCSNP2142Y2 21 in. Single stage 60 V Battery Snow Blower Kit (Battery & Char-30263.jpeg', 'DEWALT 60V MAX FLEXVOLT DCSNP2142Y2 21 in. Single stage 60 V Battery Snow Blower Kit (Battery & Char-57353.jpeg', 'DEWALT 60V MAX FLEXVOLT DCSNP2142Y2 21 in. Single stage 60 V Battery Snow Blower Kit (Battery & Char-23746.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-01 10:39:23', '2024-02-01 10:39:23'),
(2601, 'Friendship Bracelet String Maker kit', 'bQdcp6qXS', 17, 'This friendship bracelet Ideal for Birthday, Christmas, Thanksgiving Day, Back to School gift for kids', 15.69, NULL, NULL, 19.99, 'Friendship Bracelet String Maker kit-66178.jpeg', 'Friendship Bracelet String Maker kit-63860.jpeg', 'Friendship Bracelet String Maker kit-61236.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 10:49:27', '2024-02-01 10:49:27'),
(2602, 'Bluey Window Art Suncatchers Kit for Kids to Paint', '185oKcDAi', 19, 'Transform sunlight into rainbows as you create your own Bluey Window Art! Complete with 8 easy-to-use window paint tubes, 7 ready-to-paint suncatchers of all your favorite characters, suction cups with hooks and thread, and even an acetate sheet to trace & create custom window clings — all you have to do to create the most awesome window art is paint and display! Pick a character to bring to life: Bluey, Bingo, Bandit, Chilli, Lucky, Indy, or Rusty, then make each one come alive in 3 easy steps — paint, dry, and display! Once you’ve painted all your suncatchers, design original window clings using the included acetate sheet, where you can trace and create Bluey designs or draw a few of your own! Press your window clings onto any glass surface or thread the included string through the suction cups and attach them to your suncatchers. As the sun shines through your designs, they’ll all come alive! The Bluey Window Art set doesn’t just make for the perfect crafting party or independent art activity — it offers little pups the exciting opportunity to learn, grow, and have fun through play! Recommended for ages 6 & up.', 10.69, NULL, NULL, 14.99, 'Bluey Window Art Suncatchers Kit for Kids to Paint-47771.jpeg', 'Bluey Window Art Suncatchers Kit for Kids to Paint-82779.jpeg', 'Bluey Window Art Suncatchers Kit for Kids to Paint-66080.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 10:54:43', '2024-02-01 10:54:43'),
(2603, 'Ariens Deluxe 24 in. 254 cc Two Stage Gas Show Blower Electric Start', 'Ob6F21ePj', 14, 'The Ariens Deluxe 24 in. 254 cc Two Stage Gas Snow Blower with Electric Start is a beast when it comes to clearing snow. With its powerful 254 cc engine and two-stage design, it can handle heavy snowfall and clear a wide path of 24 inches. The electric start feature makes it easy to get the snow blower up and running, even in cold weather. Say goodbye to manual shoveling and hello to a more efficient snow removal experience with the Ariens Deluxe 24 in. Gas Snow Blower.', 1449.00, NULL, NULL, 1650.99, 'Ariens Deluxe 24 in. 254 cc Two Stage Gas Show Blower Electric Start-39656.jpeg', 'Ariens Deluxe 24 in. 254 cc Two Stage Gas Show Blower Electric Start-69679.jpeg', 'Ariens Deluxe 24 in. 254 cc Two Stage Gas Show Blower Electric Start-71229.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-01 10:56:12', '2024-02-01 10:56:12'),
(2604, 'Kids Sea Shell Painting Kit', 'Qtuo6efNI', 17, 'UNLEASH & SPARK YOUR CREATIVITY: The ultimate gift for any child who loves art and creativity. With this fun kit, kids can unleash their imagination and create truly unique and stunning designs on real seashells.\r\nINCLUDES: 11 real seashells, 6 standard paints, 2 metallic paints, 5 modeling clays, glitter glue, regular glue, googly eyes, 2 paint brushes, and an instruction manual.\r\nCREATE ADORABLE CHARACTERS AND INTRICATE DESIGNS: With the included modeling clays, kids can let their creativity shine by sculpting cute characters and intricate patterns and adding textured details to the seashells. The metallic paints provided in the kit add a touch of brilliance, making the designs on the shells stand out and shimmer with vibrant colors.\r\nFUN & EASY: Whether they are new to shell painting or experienced artists, this kit has something for everyone. The paint brushes allow for precise detailing, while the modeling clays can add texture and depth to the shells. Kids can get creative and personalize their designs with googly eyes and other embellishments.\r\nA FUN AND EDUCATIONAL GIFT FOR ALL AGES: It fascinates children as soon as they pull it out of the box and is a perfect STEM project. It\'s a fun and engaging way for kids to spend time and unleash their creativity. Great set for individual play or as a group activity. The process is fun, and the final result is immensely satisfying.', 14.99, NULL, NULL, 19.99, 'Kids Sea Shell Painting Kit-83040.jpeg', 'Kids Sea Shell Painting Kit-67441.jpeg', 'Kids Sea Shell Painting Kit-25776.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 10:58:39', '2024-02-01 10:58:39'),
(2605, 'Ames 18 in. W X 54 in. L Poly Snow Shovel', 'SgvcVqL7v', 14, 'The Ames 18 in. W x 54 in. L Poly Snow Shovel is a great tool for clearing snow from your driveway or walkways. With its durable poly construction, it can handle the toughest snow removal tasks. The 18-inch width and 54-inch length provide ample coverage, making it easier to clear a path quickly. Say goodbye to back-breaking shoveling and hello to a more efficient snow removal experience with the Ames Poly Snow Shovel', 27.99, NULL, NULL, 35.00, 'Ames 18 in. W X 54 in. L Poly Snow Shovel-20093.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-01 11:03:18', '2024-02-01 11:03:18'),
(2606, 'Diamond Art Kits Kids with Keychains Painting Diamond Kits for Kids', 'JHdFl1nDp', 18, '😀 DIY DIAMOND ART KEYCHAINS: Diamond kits meets kawaii art in this set of gem keychains. Cover these keychains with acrylic diamonds - using the same method as diamond kits - to make them pop!\r\n😀 EASY DIAMOND ART FOR KIDS: Each of these 12 keychains features a unique design, including four adorable different fruits and desserts, a heart, a unicorn, a rainbow, and a baby unicorn. There’s enough to keep one person busy bedazzling - and enough to share with friends, too.\r\n😀 INCLUDES EVERYTHING YOU NEED: With 13 multicolored bags of resin diamonds, one square of non-toxic sticky wax, and two diamond gems pens, this kids’ diamond kit contains enough supplies for hours of creativity.\r\n😀 PERFECT GEM KEYCHAINS FOR KIDS: Once you’re done sticking diamond kits onto these keychains, you’re ready to show them off to the world. Clip them onto your backpack, purse, or key ring to add a little sparkle to your life.\r\n😀 A BEDAZZLING GIFT: This kids\' diamond kit is the perfect gift for girls, whether it’s for a birthday or the holidays. Best of all, you’re backed by our 100% satisfaction guarantee - either you love these keychains, or we’ll give you a full refund!', 13.97, NULL, NULL, 29.97, 'Diamond Art Kits Kids with Keychains Painting Diamond Kits for Kids-71913.jpeg', 'Diamond Art Kits Kids with Keychains Painting Diamond Kits for Kids-44657.jpeg', 'Diamond Art Kits Kids with Keychains Painting Diamond Kits for Kids-54872.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 11:04:04', '2024-02-01 11:04:04'),
(2607, 'Fairy Lantern Craft Kit - Birthday Gifts with Remote Control Fairy Potion Necklace, 2-in-1 Jar Night Light, Halloween Garden Creative Activities, Fairy Toys Crafts for Girls Age 6+', 'PPWmx6Wv5', 14, 'All-Inclusive Enhanced Craft Kit: Our value pack includes two sets featuring a fairy jar night light and a fairy potion necklace, which serves as a light remote control. It also comes with rose-shaped LED light, decorative flowers, glitter, glue, wish papers, and exclusive fairy culottes. Let your child\'s creativity soar with these delightful crafting materials!\r\nExclusive Fairy Potion Necklace: Our kit includes a fairy potion to be used as a remote control, allowing kids to work magic, effortlessly switching between 5 colors by shaking the bottle, and changing light modes among 3 options with a simple press. This offers a total of 15 enchanting combinations to spark their imagination and create a magical atmosphere!\r\nExclusive Rose-Shaped Light: Elevate your fairy lantern with our original rose-shaped light, illuminating the fairy jar kit and serving as a captivating standalone night light. Designed with a touch of elegance, let your child\'s imagination shine as they create enchanting magic with our exquisite rose light.\r\nPerfect as a Gift: Ideal for birthdays, holidays, or special occasions gifts for kids, this all-inclusive kit comes in super pretty packaging for added delight. Let girls aged 6-12 adore crafting and cherish the magic in their lives, while fostering hands-on ability and enjoying quality parent-kid bonding time.\r\nEasy, Fun, and Mess-Free Crafting: Our step-by-step illustrated instructions make creating the fairy lantern a breeze for kids. Besides, the craft kit for girls includes a brush for mess control while applying glitter, ensuring a frustration-free DIY experience for kids. This kids project is also great for individual play or as a group activity.\r\nCertified Safety, Limitless Creativity: With a focus on safety, our craft kit for girls uses certified glue and batteries, ensuring worry-free creativity for your child under adult supervision. Witness their imagination soar and savor precious bonding experiences as they design their own fairy lantern and magical necklace.', 13.69, NULL, NULL, 19.99, 'Fairy Lantern Craft Kit - Birthday Gifts with Remote Control Fairy Potion Necklace, 2-in-1 Jar Night Light, Halloween Garden Creative Activities, Fairy Toys Crafts for Girls Age 6+-28461.jpeg', 'Fairy Lantern Craft Kit - Birthday Gifts with Remote Control Fairy Potion Necklace, 2-in-1 Jar Night Light, Halloween Garden Creative Activities, Fairy Toys Crafts for Girls Age 6+-28852.jpeg', 'Fairy Lantern Craft Kit - Birthday Gifts with Remote Control Fairy Potion Necklace, 2-in-1 Jar Night Light, Halloween Garden Creative Activities, Fairy Toys Crafts for Girls Age 6+-67988.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 11:09:25', '2024-02-01 11:09:25'),
(2608, '1pc Solar Street Light With Remote Control, LED Human Sensing Wall Light, Courtyard Light, Outdoor Waterproof Garden Light, Used For Outdoor Lawns And Small Roads', 'SkprlnlnX', 19, '1pc Solar Street Light With Remote Control, LED Human Sensing Wall Light, Courtyard Light, Outdoor Waterproof Garden Light, Used For Outdoor Lawns And Small Roads', 10.00, NULL, NULL, 12.00, '1pc Solar Street Light With Remote Control, LED Human Sensing Wall Light, Courtyard Light, Outdoor Waterproof Garden Light, Used For Outdoor Lawns And Small Roads-83562.jpeg', '1pc Solar Street Light With Remote Control, LED Human Sensing Wall Light, Courtyard Light, Outdoor Waterproof Garden Light, Used For Outdoor Lawns And Small Roads-40663.jpeg', '1pc Solar Street Light With Remote Control, LED Human Sensing Wall Light, Courtyard Light, Outdoor Waterproof Garden Light, Used For Outdoor Lawns And Small Roads-80755.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 11:12:33', '2024-02-01 11:12:33'),
(2609, 'Walkie Talkies for Kids Long Range,', '3hhNmNQUq', 13, '📶 Long-Range Communication: Embrace extended adventures with walkie-talkies that ensure a stable signal and crystal-clear sound quality, because these walkie-talkies are designed for you.\r\n🔊 Crystal-Clear Sound: Enjoy conversations with impeccable clarity, so you never miss a beat. These walkie-talkies make sure every word is delivered in high definition, the way you like it.\r\n🌦 NOAA Weather Alerts: Be prepared for the elements with essential NOAA weather alerts. These walkie-talkies keep you informed about changing weather conditions, making them perfect for outdoor excursions.\r\n🆘 SOS Emergency Function: Safety is our priority. The SOS feature acts as your lifeline in emergencies, ensuring peace of mind during your adventures. It\'s a must-have for every explorer.\r\n🎁🧒👧 Perfect for Gifting: These walkie-talkies make fantastic gifts for boys and girls. They come in a variety of colors, allowing each child to have their favorite shade. Surprise your little ones with the gift of adventure!\r\n🎂🎃🎄 Ideal for Special Occasions: Capture the essence of special occasions like birthdays, Xmas with these fun and festive walk\r\n🔧🏋 Simple to Use, Built to Last: Designed with kids in mind, these walkie-talkies are user-friendly and built for durability. No complicated setups, just instant fun. Their sturdy construction ensures they can handle the most enthusiastic play.\r\n🪢 Detachable Lanyard Included: Each walkie-talkie comes with a detachable lanyard for easy carrying and access, because we know what you need.\r\n💡 Light Up the Way: Don\'t worry about the dark; these walkie-talkies feature a built-in flashlight to guide your path.\r\n🌟 Quality After-Sales Service: As a trusted supplier with over a decade of experience in walkie-talkie production, we stand by the quality of our products. If you ever encounter issues with your walkie-talkies, rest assured that we\'re here to help. Contact us on Amazon anytime for hassle-free replacements and dedicated support.', 25.99, NULL, NULL, 36.99, 'Walkie Talkies for Kids Long Range,-47212.jpeg', 'Walkie Talkies for Kids Long Range,-23911.jpeg', 'Walkie Talkies for Kids Long Range,-93308.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 11:14:34', '2024-02-01 11:14:34'),
(2610, 'Hard Core Poor - a book on extreme thrift', 'LXtUfjyLO', 14, 'Hard Core Poor is an awesome book that explores extreme thrift and ways to save money. It\'s all about getting creative and finding unique ways to stretch your budget. Whether you\'re looking for tips on frugal living or just want to be more mindful of your spending, this book has got you covered. Get ready to embrace your inner thrifty guru with \"Hard Core Poor\"!', 9.99, NULL, NULL, 12.00, 'Hard Core Poor - a book on extreme thrift-82342.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-01 11:18:58', '2024-02-01 11:18:58'),
(2611, 'Craft Kit | Airplane Activities for Kids | Set Includes 65 Sheets 40 Colored 25 Patterned Paper', 'VWZuafno1', 14, 'Paper Airplanes Craft Kit', 9.49, NULL, NULL, 16.59, 'Craft Kit | Airplane Activities for Kids | Set Includes 65 Sheets 40 Colored 25 Patterned Paper-40904.jpeg', 'Craft Kit | Airplane Activities for Kids | Set Includes 65 Sheets 40 Colored 25 Patterned Paper-13358.jpeg', 'Craft Kit | Airplane Activities for Kids | Set Includes 65 Sheets 40 Colored 25 Patterned Paper-66062.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-01 11:19:57', '2024-02-01 11:19:57'),
(2612, 'Powerless', 'xlINTSU3G', 14, 'This sparkling edition will include a special case stamping, bonus content, and a teaser to book two in this heart-pounding series! \r\nPerfect for fans of Sarah J. Maas, this young adult fantasy follows the forbidden romance between a powerful prince and an ordinary girl as they try to survive their kingdom\'s grueling laws pitting them against each other. \r\nShe is the very thing he\'s spent his whole life hunting. \r\nHe is the very thing she\'s spent her whole life pretending to be. \r\nOnly the extraordinary belong in the kingdom of Ilya--the exceptional, the empowered, the Elites. The powers these Elites have possessed for decades were graciously gifted to them by the Plague, though not all were fortunate enough to both survive the sickness and reap the reward. Those born Ordinary are just that--ordinary. And when the king decreed that all Ordinaries be banished to preserve his Elite society, lacking an ability suddenly became a crime--making Paedyn Gray a felon by fate and a thief by necessity. \r\nSurviving in the slums as an Ordinary is no simple task, and Paedyn knows this better than most. Having been trained by her father to be keenly observant since she was a child, Paedyn poses as a Psychic in the crowded city, blending in with the Elites as best she can to stay alive and out of trouble...easier said than done. \r\nWhen Paeydn unsuspectingly saves one of Ilya\'s princes, she finds herself thrown into the Purging Trials. The brutal competition exists to showcase the Elites\' powers--the very thing Paedyn lacks. If the Trials and the opponents within them don\'t kill her, the prince she\'s fighting feelings for certainly will if he discovers what she is...completely Ordinary.', 17.59, NULL, NULL, 19.99, 'Powerless-40974.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 11:26:38', '2024-02-01 11:26:38'),
(2613, 'Oath and Honor : A Memoir and a Warning', 'vhITVt6lC', 14, '\"Oath and Honor: A Memoir and a Warning\" is a powerful book that shares a personal story and serves as a cautionary tale. It delves into the author\'s experiences and offers valuable insights and lessons learned. If you\'re interested in memoirs that provide a unique perspective and thought-provoking messages, this book is definitely worth checking out. Get ready for a captivating read with \"Oath and Honor: A Memoir and a Warning\"!', 28.59, NULL, NULL, 34.99, 'Oath and Honor : A Memoir and a Warning-61688.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 11:30:46', '2024-02-01 11:30:46'),
(2614, 'Friends, Lovers, and the Big Terrible Thing', '3fuKayk0n', 14, 'The beloved star of Friends takes us behind the scenes of the hit sitcom and his struggles with addiction in this candid, funny, and revelatory memoir that delivers a powerful message of hope and persistence\r\n\r\nIn an extraordinary story that only he could tell, Matthew Perry takes readers onto the soundstage of the most successful sitcom of all time while opening up about his private struggles with addiction. Candid, self-aware, and told with his trademark humor, Perry vividly details his lifelong battle with the disease and what fueled it despite seemingly having it all. \r\n\r\nFriends, Lovers, and the Big Terrible Thing is an unforgettable memoir that shares the most intimate details of the love Perry lost, his darkest days, and his greatest friends. \r\n\r\nUnflinchingly honest, moving, and hilarious: this is the book fans have been waiting for.\r\n\r\nMatthew Perry is a Canadian American actor, executive producer, and comedian.', 23.39, NULL, NULL, 25.99, 'Friends, Lovers, and the Big Terrible Thing-42297.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 11:33:17', '2024-02-01 11:33:17');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2615, '3D Light Up String Art Kit for Kids', '5DSrG80N6', 14, 'Unleash & Spark your Creativity: Make a DIY light-up string-art star lantern! Inflate the star balloon, soak the string in the special glue, wrap it around the star, let it dry, remove the balloon, and walla! You have a 3D String Star Lantern!\r\nLet it Glow: Adorns by day, glows at night! The ambient glow will beautify your space, making it the perfect addition to any room.\r\nIncludes: 2 inflatable stars (one is a spare), string of 20 LED lights (requires 2 AA batteries, not included), absorbent multicolor string, battery case, metallic hanging cord, grippy-goo glue, craft gloves, inflation straw, twist ties.\r\nA Fun Gift for All Ages: It fascinates children as soon as they pull it out of the box and is a perfect family project. The assembly is fun, and the final result is immensely satisfying.', 19.99, NULL, NULL, 24.99, '3D Light Up String Art Kit for Kids-95158.jpeg', '3D Light Up String Art Kit for Kids-45460.jpeg', '3D Light Up String Art Kit for Kids-73476.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 11:35:07', '2024-02-01 11:35:07'),
(2616, 'The Woman in Me', 'yG7HsCN1t', 14, 'The Woman in Me is a brave and astonishingly moving story about freedom, fame, motherhood, survival, faith, and hope.\r\n\r\nIn June 2021, the whole world was listening as Britney Spears spoke in open court. The impact of sharing her voice—her truth—was undeniable, and it changed the course of her life and the lives of countless others. The Woman in Me reveals for the first time her incredible journey—and the strength at the core of one of the greatest performers in pop music history. \r\n\r\nWritten with remarkable candor and humor, Spears’s groundbreaking book illuminates the enduring power of music and love—and the importance of a woman telling her own story, on her own terms, at last. \r\n\r\nMulti-platinum, Grammy Award–winning pop icon Britney Spears is one of the most successful and celebrated entertainers in music history, with more than 100 million records sold worldwide. In 2021, she was named one of Time magazine’s 100 Most Influential People. Spears’s album Blackout was added to the Rock & Roll Hall of Fame’s Library & Archives in 2012. She lives in Los Angeles, California.', 19.79, NULL, NULL, 25.99, 'The Woman in Me-15432.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-01 11:36:36', '2024-02-01 11:36:36'),
(2617, '46 Pcs Socket Wrench Set Sleeve Ratchet Wrench Assembly Tool Household Repair Tools Automotive Machinery Repair', 'Aw5RB0XJt', 14, 'YE02163', 6.13, NULL, NULL, 9.13, '46 Pcs Socket Wrench Set Sleeve Ratchet Wrench Assembly Tool Household Repair Tools Automotive Machinery Repair-54546.jpeg', '46 Pcs Socket Wrench Set Sleeve Ratchet Wrench Assembly Tool Household Repair Tools Automotive Machinery Repair-74288.jpeg', '46 Pcs Socket Wrench Set Sleeve Ratchet Wrench Assembly Tool Household Repair Tools Automotive Machinery Repair-33738.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 11:37:47', '2024-02-01 11:37:47'),
(2618, 'Wooden Kids Heart Treasure Box Kit', 'syDdQiGay', 10, 'Personalize Your Own Treasure Chest: Add a touch of creativity to your room with the heart-shaped wooden treasure box you can decorate however you want! Includes a mirror on the inside of the lid.\r\nEndless Design Options: The kit comes with four paints (in pink, teal, yellow, and blue), purple glitter glue, assorted gem stickers, a paint palette, two paintbrushes, and a large heart gem. Create a unique design that reflects your personality and style!\r\nSparkle And Shine: The kit includes purple glitter glue and assorted gem stickers to add bling to your design. The large heart gem is the perfect centerpiece for your treasure box, adding an extra touch of glamour. With the gem stickers, you can create a unique pattern that\'s sure to catch the eye of anyone who sees it.\r\nPerfect Gift Idea: A great gift for young girls who love to express themselves creatively. Whether for a birthday, holiday or just because, this kit is a thoughtful and unique way to show how much you care.', 9.99, NULL, NULL, 14.99, 'Wooden Kids Heart Treasure Box Kit-22413.jpeg', 'Wooden Kids Heart Treasure Box Kit-71599.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-01 11:40:37', '2024-02-01 11:40:37'),
(2619, 'L\'Oreal Nature\'s Therapy Mega Relief Scalp Treatment Shampoo Rosemary 12 fl Oz', 'ZYJAJoA63', 18, 'L\'Oreal Nature\'s Therapy Mega Relief Scalp Treatment Shampoo Rosemary 12 fl Oz', 18.46, NULL, NULL, 15.95, 'L\'Oreal Nature\'s Therapy Mega Relief Scalp Treatment Shampoo Rosemary 12 fl Oz-62022.jpeg', 'L\'Oreal Nature\'s Therapy Mega Relief Scalp Treatment Shampoo Rosemary 12 fl Oz-55128.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 11:41:32', '2024-02-01 11:41:32'),
(2620, 'The Wren in the Holly Library (Deluxe Limited Edition)', 'tpGCXeJ0q', 14, 'The Wren in the Holly Library (Deluxe Limited Edition) is a truly special book. It\'s a beautifully crafted edition that comes with extra features and exclusive content. This limited edition is perfect for collectors or anyone who wants to dive deeper into the enchanting world of \"The Wren in the Holly Library.\" If you\'re a fan of magical tales and stunning editions, this book is a must-have for your collection. Get ready to be captivated by \"The Wren in the Holly Library (Deluxe Limited Edition)\"', 32.99, NULL, NULL, 35.99, 'The Wren in the Holly Library (Deluxe Limited Edition)-34576.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 11:43:58', '2024-02-01 11:43:58'),
(2621, 'Lot Of 2 Revlon Colorsilk Gorgeous Brunette Moisturizing Shampoo 8.45 OZ NEW', 'igR5d7yds', 18, 'Lot Of 2 Revlon Colorsilk Gorgeous Brunette Moisturizing Shampoo 8.45 OZ NEW', 18.46, NULL, NULL, 19.00, 'Lot Of 2 Revlon Colorsilk Gorgeous Brunette Moisturizing Shampoo 8.45 OZ NEW-46791.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-01 11:46:31', '2024-02-01 11:46:31'),
(2622, 'The Last One', '7mtCBOu3d', 14, 'Preorder now and receive the stunning DELUXE LIMITED EDITION while supplies last―featuring spray-painted edges with a stenciled design, as well as gorgeously detailed endpapers. This breathtaking first edition is only available for a limited time and while supplies last in the US and Canada only.\r\n\r\nThe world is dying around her. Enemies lurk in the shadows. And she can\'t remember a thing about who she is...in New York Times bestselling author Rachel Howzell Hall\'s gorgeous, otherworldly blend of fantasy and adventure--perfect for fans of N.K. Jemisin and The Witcher.', 29.03, NULL, NULL, 32.99, 'The Last One-61362.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 11:47:07', '2024-02-01 11:47:07'),
(2623, '10pcs Electric Long Socket Wrench Tool Set - 1/2 Inch Drive, 8-24mm Socket Sizes - Perfect for Car, Home, and Industrial Repairs', 'n3GmwC9W3', 14, '10pcs Electric Long Socket Wrench Tool Set - 1/2 Inch Drive, 8-24mm Socket Sizes - Perfect for Car, Home, and Industrial Repairs\r\n\r\nTQ42259', 9.03, NULL, NULL, 11.03, '10pcs Electric Long Socket Wrench Tool Set - 1/2 Inch Drive, 8-24mm Socket Sizes - Perfect for Car, Home, and Industrial Repairs-82650.jpeg', '10pcs Electric Long Socket Wrench Tool Set - 1/2 Inch Drive, 8-24mm Socket Sizes - Perfect for Car, Home, and Industrial Repairs-90687.jpeg', '10pcs Electric Long Socket Wrench Tool Set - 1/2 Inch Drive, 8-24mm Socket Sizes - Perfect for Car, Home, and Industrial Repairs-11991.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 11:47:56', '2024-02-01 11:47:56'),
(2624, 'Train Toys', '6HZCwEfQM', 14, '🚂Super Value 217PCS Domino Train Set: The domino train toy including 210pcs dominos,1 train, 1 domino containers, 4 stickers to learn & educational and 1 cactus in the box. Automatically laying dominoes,the train will lay dominoes when it moves,simple and convenient, With this train set, your child can design, build, and overturn their own dominoes time and time again.\r\n🚂Play & Learn: Our Domino sets can play and learn! Includes 4 stickers kids can stick them on the dominoes. With letters of the alphabet that can use to make words such as \"Apple\". There are patterns of animals, fruits, etc. Colorful dominoes can be assembled into various shapes, such as 123, ABC, flowers, trees, and other patterns。 This is also suitable as a math game for counting, addition, subtraction, and multiplication.Various creative shapes, unleashing children\'s imagination.\r\n🚂Lighting & Music: Made of ABS, high-quality, non-toxic, odorless, and with a smooth surface. It is safe for children. Domino can shape different domino routes with lighting and music effects, as well as realistic train sound effects after startup. By rotating the train chimney to control the direction, the train will change direction and create dominoes of different shapes, increasing children\'s gameplay.\r\n🚂Encourage STEM Development: Using our 217PCS Domino toys, including light and sound(Requires Batteries Not Included) , can stimulate children\'s spatial thinking and color recognition abilities, cultivate imagination, and cultivate their STEM skills. Let your little engineer learn while enjoying the fun.\r\n🚂The Best Gift for Children: Dominoes suitable for toddler and children over 3 years old. This domino game allows for parent-child interaction, increases children\'s sense of teamwork, and can also be played on their own to create their own imagination. It is a favorite gift for children at gatherings, children\'s days, birthdays, Thanksgiving, Christmas, New Year, Halloween, and of course, for their parents.', 19.99, NULL, NULL, 24.99, 'Train Toys-43747.jpeg', 'Train Toys-32134.jpeg', 'Train Toys-51405.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 11:48:57', '2024-02-01 11:55:05'),
(2625, 'Lot 34 Hotel Travel Shampoo Conditioner Body Lotion Body Wash Assorted Sizes', 'E4PsPSRJk', 18, 'Lot 34 Hotel Travel Shampoo Conditioner Body Lotion Body Wash Assorted Sizes', 22.98, NULL, NULL, 25.00, 'Lot 34 Hotel Travel Shampoo Conditioner Body Lotion Body Wash Assorted Sizes-93885.png', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 11:50:02', '2024-02-01 11:50:02'),
(2626, 'A Fate Inked in Blood : Book One of the Saga of the Unfated', 'rfP5OdVBx', 14, '\"A Fate Inked in Blood: Book One of the Saga of the Unfated\" is an epic fantasy novel that will take you on a thrilling adventure. It follows the story of characters who defy their predetermined destinies and forge their own paths. If you\'re a fan of immersive world-building, complex characters, and gripping plot twists, this book is definitely for you. Get ready to be transported to a world of magic and destiny with \"A Fate Inked in Blood: Book One of the Saga of the Unfated\"', 26.39, NULL, NULL, 29.99, 'A Fate Inked in Blood : Book One of the Saga of the Unfated-30152.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-01 11:52:14', '2024-02-01 11:52:14'),
(2627, 'The Teacher', '9Bqj89ksM', 14, 'A mind-bending, psychological thriller from Freida McFadden, the New York Times and USA Today bestselling author of The Housemaid\r\n\r\nLesson #1: trust no one\r\n\r\nEve has a good life. She gets up each day, gets a kiss from her husband Nate, and heads off to teach math at the local high school. All is as it should be. Except...\r\n\r\nLast year, Caseham High was rocked by a scandal involving a student-teacher affair, with one student, Addie, at its center. But Eve knows there is far more to these ugly rumors than meets the eye.\r\n\r\nAddie can\'t be trusted. She lies. She hurts people. She destroys lives. At least, that\'s what everyone says.\r\n\r\nBut nobody knows the real Addie. Nobody knows the secrets that could destroy her. And Addie will do anything to keep it quiet.\r\n\r\nFrom the New York Times bestselling author Freida McFadden comes a story of twisting secrets and long-awaited revenge.', 15.83, NULL, NULL, 17.99, 'Twitter Logo Save The Teacher-23831.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-01 11:56:48', '2024-02-01 11:59:27'),
(2628, 'Vtg Fendi Women Perfumed Body Lotion 4.4 oz/125ml Italy Discontinued 85% Full', '6wfP2B3Nd', 18, 'This vintage Fendi women\'s perfumed body lotion is a rare find for collectors and fans of the brand. Made in Italy, it comes in a 4.4 oz/125ml bottle and is 85% full. The lotion has been discontinued, which makes it even more valuable to those who appreciate unique and hard-to-find items.', 75.37, NULL, NULL, 81.89, 'Vtg Fendi Women Perfumed Body Lotion 4.4 oz/125ml Italy Discontinued 85% Full-16108.jpeg', 'Vtg Fendi Women Perfumed Body Lotion 4.4 oz/125ml Italy Discontinued 85% Full-52133.jpeg', 'Vtg Fendi Women Perfumed Body Lotion 4.4 oz/125ml Italy Discontinued 85% Full-92908.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 11:57:07', '2024-02-01 11:57:07'),
(2629, 'Kids Construction Toys', '8RncRzNZ6', 10, 'Construction Engineering-theme Race Track Toy For Boys\r\n253 PCS unique engineering rack track and equipped 5 cars (2 race cars + 3mini construction trucks) for children to enjoy playing. highly configured track engineering toys for 3 4 5 6 7 8 year old boys girls will definitely surprise your children!\r\n\r\nThe construction truck car and flexible track play set for toddlers kids boys & girls, it can be placed in the bedroom, living room, game room, school and outdoors for children to play, which is very convenient to carry. your child can play engineering car toys games anytime and anywhere.', 22.99, NULL, NULL, 29.99, 'Kids Construction Toys-31390.jpeg', 'Kids Construction Toys-97956.jpeg', 'Kids Construction Toys-34016.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 12:00:28', '2024-02-01 12:00:28'),
(2630, 'Vintage Calgon Body Powder Fresh Shimmer Spary 8 Oz Discontinued', 'REPhFaJ0B', 18, 'Vintage Calgon Powder Fresh Body Spray 8 oz', 46.46, NULL, NULL, 49.00, 'Vintage Calgon Body Powder Fresh Shimmer Spary 8 Oz Discontinued-13334.png', 'Vintage Calgon Body Powder Fresh Shimmer Spary 8 Oz Discontinued-70214.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 12:01:02', '2024-02-01 12:01:02'),
(2631, '1pc Large Linen Folding Storage Ottoman, Pouffe Double Seat Stool, Storage Bin Ottoman, Household Large Capacity Storage Container, For Bedroom Study Living Room Office, Space Saving', 'H2hlFw8oP', 14, 'Material:linen\r\nColour:Grey', 40.79, NULL, NULL, 44.79, '1pc Large Linen Folding Storage Ottoman, Pouffe Double Seat Stool, Storage Bin Ottoman, Household Large Capacity Storage Container, For Bedroom Study Living Room Office, Space Saving-88229.jpeg', '1pc Large Linen Folding Storage Ottoman, Pouffe Double Seat Stool, Storage Bin Ottoman, Household Large Capacity Storage Container, For Bedroom Study Living Room Office, Space Saving-16329.jpeg', '1pc Large Linen Folding Storage Ottoman, Pouffe Double Seat Stool, Storage Bin Ottoman, Household Large Capacity Storage Container, For Bedroom Study Living Room Office, Space Saving-70587.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 12:03:00', '2024-02-01 12:03:00'),
(2632, 'Wooden Number Puzzle Sorting Montessori Toys', 'gGE1l8DAb', 13, '🌈【AWESOME GIFTS IDEA】Create fun time in sorting shapes, learning numbers. Best gift idea and educational toys for 3 year old boys girls\r\n🌈【EARLY DEVELOPMENTS】Montisorri toys to develop colors recognition, hand-eye coordination and encouraging creativity & imagination.\r\n🌈【3-in-1 SET】The never get bored first wood puzzle games for toddler 3 years to enjoy sorting colors of the rings, counting the pieces, stacking blocks, naming the colors, putting the counter rings on the wooden pegs.\r\n🌈【SAFE AND ENVIRONMENTAL FRIENDLY】Made of 100% natural wood with all edges are smoothed. Covered with multiple layers of non-toxic water-based paints.\r\n🌈【100% MONEY BACK TRIAL】Full refund within 30 days. Buy with confidence and give kids learning fun!', 13.98, NULL, NULL, 16.98, 'Wooden Number Puzzle Sorting Montessori Toys-22080.jpeg', 'Wooden Number Puzzle Sorting Montessori Toys-94719.jpeg', 'Wooden Number Puzzle Sorting Montessori Toys-86994.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-01 12:08:25', '2024-02-01 12:08:25'),
(2633, 'Clive Cussler the Serpent\'s Eye', 'UjDZo51Ob', 14, 'Husband-and-wife team Sam and Remi Fargo face a new exciting adventure in the bestselling series by Clive Cussler, Grand Master of Adventure. The latest action-packed thriller featuring tresure-hunting team Sam and Remi Fargo.', 21.95, NULL, NULL, 32.00, 'Clive Cussler the Serpent\'s Eye-53393.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-01 12:08:25', '2024-02-01 12:08:25'),
(2634, 'Vintage Irish Spring SPORT Antibacterial Deodorant Soap 2.5 Oz Bar', 'E2YymOYRR', 18, 'Vintage Irish Spring SPORT Antibacterial Deodorant Soap 2.5 Oz Bar.', 14.86, NULL, NULL, 15.95, 'Vintage Irish Spring SPORT Antibacterial Deodorant Soap 2.5 Oz Bar-98908.png', 'Vintage Irish Spring SPORT Antibacterial Deodorant Soap 2.5 Oz Bar-83680.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 12:10:23', '2024-02-01 12:10:23'),
(2635, 'Outdoor Recliner Portable Folding Chair Camping Backrest Chair Office Chair Home Folding Bed Travel Beach Chair', '1MKWnrdGa', 14, 'Material:metal \r\nPower mood:uncharge \r\nBattery properties:without battery', 75.99, NULL, NULL, 78.99, 'Outdoor Recliner Portable Folding Chair Camping Backrest Chair Office Chair Home Folding Bed Travel Beach Chair-92270.jpeg', 'Outdoor Recliner Portable Folding Chair Camping Backrest Chair Office Chair Home Folding Bed Travel Beach Chair-65200.jpeg', 'Outdoor Recliner Portable Folding Chair Camping Backrest Chair Office Chair Home Folding Bed Travel Beach Chair-63751.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 12:12:22', '2024-02-01 12:12:22'),
(2636, 'Vintage KLEENEX Cocktail Napkins Gold Napkins 50 2-PLY NEW IN BOX', 'JvAxSL90a', 18, 'Add a touch of elegance to your next cocktail party with these vintage Kleenex cocktail napkins. These gold 2-ply napkins are made by Kimberly-Clark, a trusted name in paper products. Perfect for collectors, or for use at special events, these napkins are a conversation piece that will make your guests feel special.', 23.12, NULL, NULL, 25.00, 'Vintage KLEENEX Cocktail Napkins Gold Napkins 50 2-PLY NEW IN BOX-61736.png', 'Vintage KLEENEX Cocktail Napkins Gold Napkins 50 2-PLY NEW IN BOX-85077.png', 'Vintage KLEENEX Cocktail Napkins Gold Napkins 50 2-PLY NEW IN BOX-41250.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 12:14:40', '2024-02-01 12:14:40'),
(2637, 'Stars of Chaos : Sha Po Lang (Novel) Vol. 2', '12Tau9fd5', 14, 'Four years ago, Chang Geng and Gu Yun parted in anger. When fate draws them together again, Chang Geng, a once-awkward teen, is now an elegant and adroit young man.\r\n\r\nBut storms lie ahead. As Great Liang faces foreign pressure from without, Gu Yun finds himself embroiled in turmoil within the imperial court. Meanwhile, as the curse in Chang Geng\'s blood grows, his feelings for his godfather become more painful to subdue by the day. How much longer can he keep Gu Yun from learning his secret...and what will happen when he can hide it no more?', 15.99, NULL, NULL, 19.99, 'Stars of Chaos : Sha Po Lang (Novel) Vol. 2-81024.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-01 12:16:08', '2024-02-01 12:16:08'),
(2638, 'Bilingual Interactive World Map for Kids Learning and Educational Toys', 'Mi3tpgp1j', 14, '【MULTI AWARDS WINNING INTERACTIVE MAP】- Seal of Approval from the National Parenting Center 2021! 2022 Tillywig Brain Child Award Winner! 2022 NAPPA Award Winner! 2022 CREATIVE CHILD MAGAZINE Award Winner! The most popular electronic talking kids map. Children\'s favorite Christmas Birthday Gifts!\r\n【Bilingual World Map & DIY Magic Wand】- Educational talking world map great for children studying in both English and Spanish. The stylus is applicable in all Qiaojoy products; Supporting personalized start-up sound; Supporting recording: kids can use recording function to tell stories, sing songs etc. Imaginatively and interactively design kids own creative world!\r\n【Encyclopedic Learning】- The interactive world map helps kids learn 3500 fun facts about 195 countries all around the world! Help children to explore world and learn countries knowledge, flag, capital city, population, language, animal, ocean and so on.\r\n【Anti-boring Design】In addition to learning the knowledge of the each continent, in order to increase the fun of learning, clicking each icon on the map will make a different sound. For example, the sound of pandas, elephants, whales in the sea, seagulls and so on.. It will bring you an unusual immersive auditory scene, making children more interested in learning.\r\n【Challenging Games】World Map has designed three game modes from easy to difficult to better exercise children\'s abilities and strengthen children\'s memory of knowledge. From the first level of memory training, the second level of matching ability training, to the third level of reflection ability training, each level is progressive and challenging, which can better cultivate children\'s thirst for knowledge. You will be amazed how fast your kids know about the world when learning is made fun!\r\n【Custom Christmas Card】-The gathering holiday gift guide! The custom Audio Card is the most surprising gifts for girls & boys. You can not only write your blessings on the card, but also record what you want to say.', 45.99, NULL, NULL, 49.98, 'Bilingual Interactive World Map for Kids Learning and Educational Toys-20084.jpeg', 'Bilingual Interactive World Map for Kids Learning and Educational Toys-61359.jpeg', 'Bilingual Interactive World Map for Kids Learning and Educational Toys-58473.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 12:16:56', '2024-02-01 12:16:56'),
(2639, 'Fanola 6/13 Dark Beige Blonde Hair Colouring Cream 3.4 Oz', 'EfTnQ0Avq', 18, 'Fanola 6/13 Dark Beige Blonde Hair Colouring Cream 3.4 Oz', 10.00, NULL, NULL, 30.97, 'Fanola 6/13 Dark Beige Blonde Hair Colouring Cream 3.4 Oz-12724.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 12:20:49', '2024-02-01 12:20:49'),
(2640, 'Heavenbreaker (Deluxe Limited Edition)', 'dc4bE5HhV', 14, '\"Heavenbreaker (Deluxe Limited Edition)\" is an absolutely incredible book. It\'s a special edition that comes with extra goodies and exclusive content. This limited edition is perfect for fans of the \"Heavenbreaker\" series or collectors who want something truly unique. If you\'re looking for a captivating story with stunning visuals and bonus features, this deluxe edition is a must-have. Get ready to dive into the world of \"Heavenbreaker\" like never before with the \"Heavenbreaker (Deluxe Limited Edition)\"', 32.99, NULL, NULL, 39.55, 'Heavenbreaker (Deluxe Limited Edition)-14367.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 12:23:28', '2024-02-01 12:23:28'),
(2641, 'Ahava Deadsea Water Mineral Foot Cream 3.4 Oz', 'GSTwJRIhx', 18, 'Ahava Deadsea Water Mineral Foot Cream 3.4 Oz', 18.98, NULL, NULL, 28.00, 'Ahava Deadsea Water Mineral Foot Cream 3.4 Oz-68285.png', 'Ahava Deadsea Water Mineral Foot Cream 3.4 Oz-89925.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 12:24:48', '2024-02-01 12:24:48'),
(2642, '1pc Lounge Chair With Cushion, Patio Recliner Folding Chair With Cup Holder And Headrest, For Indoor And Outdoor, Lawn, And Home', 'DbRKT0whq', 14, 'Model : chair with cushion \r\nBracket :iron alloy\r\nAge range :adult \r\nFeature: foldable', 108.98, NULL, NULL, 117.98, '1pc Lounge Chair With Cushion, Patio Recliner Folding Chair With Cup Holder And Headrest, For Indoor And Outdoor, Lawn, And Home-72226.jpeg', '1pc Lounge Chair With Cushion, Patio Recliner Folding Chair With Cup Holder And Headrest, For Indoor And Outdoor, Lawn, And Home-65149.jpeg', '1pc Lounge Chair With Cushion, Patio Recliner Folding Chair With Cup Holder And Headrest, For Indoor And Outdoor, Lawn, And Home-62213.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 12:24:48', '2024-02-01 12:24:48'),
(2643, 'Volcano Gemstone Dig Kit', 'HlpZ8vMSF', 15, 'Discover Gems-Feel like a geologist excavating up precious gemstones from the volcano. May be you will find a Tiger Eye, Red Jasper, Green Fluorite, and much more!\r\nKit Includes-The large dig volcano (with 15 different types of gemstones buried inside), chisel, mallet, brush, magnifying glass, and gorgeous instruction guide.\r\nAmple LEARNING GUIDE-9 pages detailed learning guide illustrates how gemstones are formed and mined and help young scientists identify each specimen as it’s discovered. After digging up a gem, try to match up your gemstones and learn more about it.\r\nHow to Dig - Sprinkle water on the mining blocks to soften them and then use the included excavation digging tools to dig up and discover each gemstone. The gemstones can be made for jewelry or decorations. It fosters kids’ love for science in a fun and exciting way.\r\nPerfect Gift Idea-Educational toys make science and learning fun, the volcano science kit acts as a perfect gift for a Birthday, Christmas, New Year, or Party Favors for 6-12 years old boys and girls, and also as a great STEM science gift for mineralogy and geology enthusiasts of all age.', 10.99, NULL, NULL, 17.99, 'Volcano Gemstone Dig Kit-24958.jpeg', 'Volcano Gemstone Dig Kit-24391.jpeg', 'Volcano Gemstone Dig Kit-61956.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 12:29:27', '2024-02-01 12:29:27'),
(2644, 'Ahava Deadsea Water Mineral Hand Cream Spring Blossom 3.4 Oz', 'UP3dvyEbd', 18, 'Ahava Deadsea Water Mineral Hand Cream Spring Blossom 3.4 Oz', 14.98, NULL, NULL, 17.75, 'Ahava Deadsea Water Mineral Hand Cream Spring Blossom 3.4 Oz-84529.jpeg', 'Ahava Deadsea Water Mineral Hand Cream Spring Blossom 3.4 Oz-14974.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 12:30:57', '2024-02-01 12:30:57'),
(2645, 'Crosshairs : Michael Bennett Is the Most Popular NYC Detective of the Decade', 'tTZVHNJP7', 14, 'you won\'t believe how amazing \"Crosshairs\" is! It\'s a gripping crime thriller that features Michael Bennett, the most popular detective in NYC. With its intense plot and thrilling twists, this book will keep you on the edge of your seat from beginning to end. If you\'re a fan of suspenseful crime novels, \"Crosshairs\" is an absolute must-read. Get ready to join Michael Bennett on his thrilling investigations in the heart of New York City', 20.58, NULL, NULL, 30.00, 'Crosshairs : Michael Bennett Is the Most Popular NYC Detective of the Decade-47050.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-01 12:32:23', '2024-02-01 12:32:23'),
(2646, '1pc Elegance Minimalism And Contemporary Style Cabinet, Crafted Solid Wood Cabinet, Bedroom Bedside Cabinet, Storage Cabinet, Home Furniture', 'GvcTvN6lh', 14, 'Material: other material \r\nPower supply: use without electricity', 122.49, NULL, NULL, 136.49, '1pc Elegance Minimalism And Contemporary Style Cabinet, Crafted Solid Wood Cabinet, Bedroom Bedside Cabinet, Storage Cabinet, Home Furniture-87785.jpeg', '1pc Elegance Minimalism And Contemporary Style Cabinet, Crafted Solid Wood Cabinet, Bedroom Bedside Cabinet, Storage Cabinet, Home Furniture-30489.jpeg', '1pc Elegance Minimalism And Contemporary Style Cabinet, Crafted Solid Wood Cabinet, Bedroom Bedside Cabinet, Storage Cabinet, Home Furniture-27691.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 12:32:31', '2024-02-01 12:32:31'),
(2647, 'Matrix Style Link Mineral Play Back Dry Shampoo 3.4 Oz', 'Hy15uyMN2', 18, 'Matrix Style Link Mineral Play Back Dry Shampoo 3.4 Oz', 13.69, NULL, NULL, 20.00, 'Matrix Style Link Mineral Play Back Dry Shampoo 3.4 Oz-24678.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 12:36:00', '2024-02-01 12:36:00'),
(2648, 'Fidget Toys Light Up Pop It Game, Handheld Games for Kids, Quick Push Bubbles Game Console, Autism Sensory Toys Birthday Gifts for Old Boys Girls Kids Teens Adults', 'B2jlrmSSa', 16, '【Upgraded Figette Toys】Get ready for the ultimate bubble popping experience with our upgraded bop it game! This light up pop fidget toy is more challenges and fun than most poppers fidget toy. Children will engage in positive thinking, hand-eye coordination, and brain training during play challenges filled with lights and sounds, promoting your kid\'s sensory development.\r\n【4 Fun Game Modes】Our handheld games with four exciting game modes. Memory mode - Observe the lit bubbles and press them in sequence. Scoring mode - Keep popping as fast as you can until 1 min runs out for a high score. Breakthrough mode - 30 levels where each one is harder than the last. Multiplayer mode - Pop all the lit bubbles and then pass the game to the next player. Each mode has different difficulty levels, helps to exercise kid\'s reaction speed and memory, competition and cooperation.\r\n【Interactive Fidget Toys】This pop it pro light up game will keep kids occupied for hours, which keep children away from phones and tablets, effectively reducing screen time. Great for releasing stress and enhancing sensory stimulation for kids. Also ideal for office decompression, fatigue relieve, parent-child games.\r\n【Safe Material & Unique Design】The puzzle pop game machine is made of ABS material and silicone, ergonomically designed to keep your hands in the most comfortable state. Portable size make it easy to enjoy the game anytime and anywhere, and the adjustable volume can be muted, requires 3 AAA batteries (not included).\r\n【Ideal Gift for All Ages】Light up sensory toys are ideal for kids teens and even adults. It is a perfect gift for Birthdays, Easter, Christmas, Halloween, Thanksgiving Day, New Year, etc. Also the best gifts for 3 4 5 6 7 8 9 10+ year old boys girls. The box comes with detailed instructions, please read carefully. If you have any questions, please do not hesitate to contact us.', 12.99, NULL, NULL, 15.99, 'Fidget Toys Light Up Pop It Game, Handheld Games for Kids, Quick Push Bubbles Game Console, Autism Sensory Toys Birthday Gifts for Old Boys Girls Kids Teens Adults-85939.jpeg', 'Fidget Toys Light Up Pop It Game, Handheld Games for Kids, Quick Push Bubbles Game Console, Autism Sensory Toys Birthday Gifts for Old Boys Girls Kids Teens Adults-51560.jpeg', 'Fidget Toys Light Up Pop It Game, Handheld Games for Kids, Quick Push Bubbles Game Console, Autism Sensory Toys Birthday Gifts for Old Boys Girls Kids Teens Adults-80540.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 12:38:03', '2024-02-01 12:38:03'),
(2649, 'Keratin Complex Style Therapy Strengthening Dry Shampoo 3.5 Oz', '3fyAJBPSa', 18, 'Keratin Complex Style Therapy Strengthening Dry Shampoo 3.5 Oz', 6.44, NULL, NULL, 10.00, 'Keratin Complex Style Therapy Strengthening Dry Shampoo 3.5 Oz-75788.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 12:39:56', '2024-02-01 12:39:56'),
(2650, 'Girl Abroad', 'BOVyQseTK', 14, '\"Girl Abroad\" is an incredible memoir that takes you on a journey of self-discovery and adventure. It follows the author\'s experiences as she explores different countries, immerses herself in new cultures, and learns valuable life lessons along the way. If you\'re a fan of travel memoirs that inspire and entertain, \"Girl Abroad\" is definitely worth adding to your reading list. Get ready to embark on a captivating journey with \"Girl Abroad\"', 14.94, NULL, NULL, 16.99, 'Girl Abroad-85514.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-01 12:40:19', '2024-02-01 12:40:19'),
(2651, '24 Pack Handheld Water Ring Toss Games- 90s Nostalgia Toys,Handheld Bubble Game,Small Toys,Mini Games,Pocket Games for Kids Birthday Party Favors/Gifts/Prizes (24)', 'i5yXK77ey', 17, '90s TOYS - CELL PHONE WATER RING GAME: Relive the 90s nostalgia with this handheld twister splash water ring toss game, providing endless hours of fun for both kids and adults alike.\r\nVALUE PACK:The bags came with 24 pack handheld water games for kids.It is make of the good quality plastic, will not leak, meet the US safe stander. Children can play with these handheld water games without worry.\r\nMINI POCKET GAME: This bubble game handheld device fits perfectly in your pocket, making it ideal for playing on-the-go or while waiting in line.\r\nGREAT CHILDREN\'S GIFT: These cell phone water games handheld make great return gifts for kids\' birthday parties or as treasure box prizes for classrooms. With their compact size, these small toys of handheld water games are perfect for serving as party favor bags,goodie bag stuffers, pinata fillers, Christmas stocking, Easter egg or teacher classroom prize for kids bulk, etc.\r\nEDUCATIONAL TOYS: The water ring games develop kids\' imagination, fine motor skills. Train baby fingers flexibility and body coordination', 15.99, NULL, NULL, 16.99, '24 Pack Handheld Water Ring Toss Games- 90s Nostalgia Toys,Handheld Bubble Game,Small Toys,Mini Games,Pocket Games for Kids Birthday Party Favors/Gifts/Prizes (24)-78156.jpeg', '24 Pack Handheld Water Ring Toss Games- 90s Nostalgia Toys,Handheld Bubble Game,Small Toys,Mini Games,Pocket Games for Kids Birthday Party Favors/Gifts/Prizes (24)-44470.jpeg', '24 Pack Handheld Water Ring Toss Games- 90s Nostalgia Toys,Handheld Bubble Game,Small Toys,Mini Games,Pocket Games for Kids Birthday Party Favors/Gifts/Prizes (24)-18840.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 12:47:07', '2024-02-01 12:47:07'),
(2652, '1pc Double Row Reinforced Wardrobe, Simple Carbon Steel Clothes Storage Closet, Easy Assembly Large Storage Wardrobe, Durable Clothes Storage Rack For Shirts, Dress, Quilts, Household Storage Organizer For Cabinet, Bedroom,', 'wnXnYebcN', 14, 'Material:carbon steel \r\nMounting type :freestanding \r\nNumber of shelves:6\r\nPower supply: use without electricity', 26.99, NULL, NULL, 30.99, '1pc Double Row Reinforced Wardrobe, Simple Carbon Steel Clothes Storage Closet, Easy Assembly Large Storage Wardrobe, Durable Clothes Storage Rack For Shirts, Dress, Quilts, Household Storage Organizer For Cabinet, Bedroom,-76254.jpeg', '1pc Double Row Reinforced Wardrobe, Simple Carbon Steel Clothes Storage Closet, Easy Assembly Large Storage Wardrobe, Durable Clothes Storage Rack For Shirts, Dress, Quilts, Household Storage Organizer For Cabinet, Bedroom,-92012.jpeg', '1pc Double Row Reinforced Wardrobe, Simple Carbon Steel Clothes Storage Closet, Easy Assembly Large Storage Wardrobe, Durable Clothes Storage Rack For Shirts, Dress, Quilts, Household Storage Organizer For Cabinet, Bedroom,-72949.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 12:48:20', '2024-02-01 12:48:20'),
(2653, 'Keratin Complex Style Therapy Flex Flow Hairspray 10.2 Oz (Pack of 3)', 'MmyEWJIbZ', 18, 'Keratin Complex Style Therapy Flex Flow Hairspray 10.2 Oz (Pack of 3)', 20.67, NULL, NULL, 25.89, 'Keratin Complex Style Therapy Flex Flow Hairspray 10.2 Oz (Pack of 3)-52087.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-01 12:53:00', '2024-02-01 12:53:00'),
(2654, 'Camino Ghosts', '0IlGdriDa', 14, '\"Camino Ghosts\" is an incredible book that delves into the mysteries and legends surrounding the Camino de Santiago. It\'s a captivating blend of travelogue and ghost stories, taking you on a haunting journey along the ancient pilgrimage route. If you\'re a fan of spine-tingling tales and the allure of the Camino, \"Camino Ghosts\" is a must-read. Get ready to be enthralled by the supernatural side of the Camino de Santiago with \"Camino Ghosts\"', 20.54, NULL, NULL, 29.95, 'Camino Ghosts-38852.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 12:58:49', '2024-02-01 12:58:49'),
(2655, 'Dyson Supersonic Hair Dryer Fuchsia/Nickel', 'l3Ephcwp9', 18, 'Dyson Supersonic Hair Dryer Fuchsia/Nickel. Open box item. Box does have some blemishes but items inside are all in perfect condition. Shipped with USPS Ground Advantage. Hair dryer tested just to make sure it is working properly. Accessories never used.', 297.00, NULL, NULL, 300.00, 'Dyson Supersonic Hair Dryer Fuchsia/Nickel-43266.png', 'Dyson Supersonic Hair Dryer Fuchsia/Nickel-31346.png', 'Dyson Supersonic Hair Dryer Fuchsia/Nickel-15732.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 13:00:38', '2024-02-01 13:00:38'),
(2656, 'Paulina Top-grain Italian Leather Sectional Sofa', '1WAEAhAc2', 14, 'Upgrade your living space with the stylish and comfortable Paulina sectional sofa. Featuring a kiln-dried hardwood frame, sinuous spring suspension, and 2-pound density foam fill wrapped in bonded fiber, this sofa is designed for durability and comfort. The top-grain Italian leather upholstery is available in eight colors to complement any decor. With its contemporary style, L-shaped frame, square arms, and loose seat and semi-attached back cushions, the Paulina is the perfect addition to any modern home.\r\n\r\n\r\nFeatures:\r\n\r\nKiln-dried hardwood frame\r\nWalnut-stained wood legs\r\nSeat and back suspension with sinuous 9-gauge steel springs\r\n2-pound density foam fill, double-wrapped in bonded fiber\r\nTop-grain, aniline-dyed Italian leather\r\nContemporary style\r\nAvailable in 8 colors\r\n\r\nDimensions:\r\n\r\nOverall: 34 inches H x 95 inches W x 95 inches D\r\nSeat: 18 inches H x 20.5 inches D\r\nWeight: 225 pounds', 2900.59, NULL, NULL, 3279.59, 'Paulina Top-grain Italian Leather Sectional Sofa-62419.jpeg', 'Paulina Top-grain Italian Leather Sectional Sofa-56328.jpeg', 'Paulina Top-grain Italian Leather Sectional Sofa-90920.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 13:01:27', '2024-02-01 13:01:27'),
(2657, 'Detachable Kids Bow and Arrow Toy Set, LED Light Up Archery Toys with 10 Suction Cups Arrows, Outdoor Indoor Shooting Games Toys for 3 4 5 6 7 8 9 10 11 12 Year Old Boys Grils Birthday Gifts', 'XnFdW89qZ', 19, '【Detachable Kids Bow and Arrow Toys Set】: Bow and arrow set comes with a bow, 10 suction cup arrows, a shooting target and a quiver. The shooting target is more able to stimulate the competitive spirit of the children. The archery toy is detachable and disassembled in a creative way to make the product a better experience.\r\n【LED Light & Easy to Carry】: Archery toy set with led light decoration to make the product effect more beautiful. The bright LED flash on the toy bow glows when shooting at the target, making it easy to track the position of the arrow at night. The shoulder strap design of the quiver makes it easy to store and carry the suction cup arrows so that children can easily carry the arrows to go out and play. The archery game toy is ideal for kids\' outdoor toys!\r\n【Safety & Durability】: The foam bow and arrow toy set is made of safe and non-toxic material and also has no odor so children can use it without worry. The elastic material design of the youth bow and arrow makes it more durable and less likely to be damaged. No need to worry about the deformation of the suction cup arrow after use, as it can be restored after simple treatment.\r\n【Educational Toys & Shooting Game Toys】: Children\'s archery suits can be a good exercise for children\'s hand-eye coordination, fine motor skills and accuracy skills. Archery game toys can help to exercise many aspects of children through the way to play to promote children\'s development. Therefore, a bow and arrow set is ideal for educational toys.\r\n【Ideal Gift for Kids】: The archery game toy is suitable for various environmental settings: indoor, outdoor, lawn, garden, etc. It is a dream toy gift for 6 7 8 9 10 11 12 years old boys and girls. Suitable for children\'s birthday parties, holiday parties, indoor and outdoor activities, etc. Let the kids enjoy the fun of archery!', 19.99, NULL, NULL, 29.99, 'Detachable Kids Bow and Arrow Toy Set, LED Light Up Archery Toys with 10 Suction Cups Arrows, Outdoor Indoor Shooting Games Toys for 3 4 5 6 7 8 9 10 11 12 Year Old Boys Grils Birthday Gifts-39196.jpeg', 'Detachable Kids Bow and Arrow Toy Set, LED Light Up Archery Toys with 10 Suction Cups Arrows, Outdoor Indoor Shooting Games Toys for 3 4 5 6 7 8 9 10 11 12 Year Old Boys Grils Birthday Gifts-86688.jpeg', 'Detachable Kids Bow and Arrow Toy Set, LED Light Up Archery Toys with 10 Suction Cups Arrows, Outdoor Indoor Shooting Games Toys for 3 4 5 6 7 8 9 10 11 12 Year Old Boys Grils Birthday Gifts-33794.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 13:01:56', '2024-02-01 13:01:56'),
(2658, 'A Calamity of Souls', 'xR43gQqa1', 14, '\"A Calamity of Souls\" is! It\'s a captivating fantasy novel that takes you on an epic journey through a world filled with magic, adventure, and unforgettable characters. The story unfolds with a calamity that threatens the very fabric of existence, and it\'s up to a group of brave souls to save the day. If you\'re a fan of immersive world-building, thrilling action, and heartwarming friendships, \"A Calamity of Souls\" is a must-read. Get ready to be swept away by this incredible tale of bravery and destiny.', 20.58, NULL, NULL, 30.00, 'A Calamity of Souls-67831.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-01 13:07:35', '2024-02-01 13:07:35'),
(2659, 'Talbots Fuchsia Button Up Knit Cardigan Women’s Large Petite', '57ZPCpGy2', 18, 'Talbots Fuchsia Button Up Knit Cardigan. Women?s Large Petite. Excellent preowned condition. Shipped with USPS Priority Mail, Fed Ex or UPS.', 29.70, NULL, NULL, 30.00, 'Talbots Fuchsia Button Up Knit Cardigan Women’s Large Petite-98180.png', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-01 13:09:22', '2024-02-01 13:09:22'),
(2660, 'Bubble Machine, Portable Automatic Bubble Machine for Kids, 5000+ Bubbles/Min，Bubble Toys with Music & Light, Indoor/Outdoor Games Birthday Party, Best Gift for 3 4 5 6 7 8 Year Old boy-Blue', 'Eqg7e8iYt', 18, '【Flashing Light and Music】Our Bubble Machine with funny radio stylingm, Colorful Flashing Light and Music,Feature with continuous bubbles, Toddles and children need colorful Light and music to add to the fun of playing with bubbles. This kids toys→bubbles blower is a perfect gift for kids !\r\n【double bubble blower outlet function】The automatic bubble maker combine with double bubble blower outlet function ,each outlet with 5 spinning bubble wands, press the button can produce 5000+ bubble per min, gives tons of bubble fun！When opening the bubble machine, we need to wait 30 seconds. After the machine is started, a large number of bubbles can be made.\r\n【Kids & Pets best playmate】This is a portable bubble machine to use anywhere both indoor and outdoor. Our Bubble Machine is operated by 5 AA batteries(not included)，Create up to 5000 Colorful bubbles per minute for your kids and pets .Bubble machine for toddlers 3, Can Bring Endless Fun And Dreamy Atmosphere In A Series Of Activities Such As Weddings, Birthday, Parties, Outdoor Garden Yard. This bubble blower Is Definitely Perfect Outdoor games for Kids & Toddlers & pet!\r\n【Premium material and safe design】The bubble blower made from durable & high quality ABS material with durable, scratch-proof, shatterproof. This toy With official CPC Toy Safety Certification! Our bubble machine is your ideal choice for a safe toy.\r\n【Friendly Service and Risk-free Purchase】If you have any problems with our bubble machine, we are here to help you at any time. Please Feel free to message us through “contact sellers”！', 28.69, NULL, NULL, 32.88, 'Bubble Machine, Portable Automatic Bubble Machine for Kids, 5000+ Bubbles/Min，Bubble Toys with Music & Light, Indoor/Outdoor Games Birthday Party, Best Gift for 3 4 5 6 7 8 Year Old boy-Blue-45890.jpeg', 'Bubble Machine, Portable Automatic Bubble Machine for Kids, 5000+ Bubbles/Min，Bubble Toys with Music & Light, Indoor/Outdoor Games Birthday Party, Best Gift for 3 4 5 6 7 8 Year Old boy-Blue-88769.jpeg', 'Bubble Machine, Portable Automatic Bubble Machine for Kids, 5000+ Bubbles/Min，Bubble Toys with Music & Light, Indoor/Outdoor Games Birthday Party, Best Gift for 3 4 5 6 7 8 Year Old boy-Blue-51322.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 13:09:42', '2024-02-01 13:09:42'),
(2661, 'The Hollow Dead', '81UNpg6nd', 14, '\"The Hollow Dead\" is a chilling mystery novel that will keep you on the edge of your seat. Set in a small, isolated town, the story follows a detective who is investigating a series of gruesome murders. As the secrets of the town unravel, the detective finds themselves facing a dark and sinister force. If you\'re a fan of atmospheric thrillers with a touch of the supernatural, \"The Hollow Dead\" is a must-read. Get ready to dive into a world of suspense and uncover the truth in \"The Hollow Dead\"', 14.94, NULL, NULL, 16.99, 'The Hollow Dead-27019.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 13:14:39', '2024-02-01 13:14:39'),
(2662, 'Fun and Fitness Exercise Equipment for Kids', 'Bub4MgK14', 19, 'Fun and Fitness Health System for Kids Happy Bike keeps children moving offering an activity based recreation and promotes a healthy lifestyle. Manual operation for safety. Sturdy frame is made of powder coated steel. Some pieces have foam wrap over the metal tubing. Includes a battery operated, (2AA not included) timer. Digitally displays time riding and will auto shut off when there is no activity. Tension and seat height adjustment.', 100.00, NULL, NULL, 156.49, 'Fun and Fitness Exercise Equipment for Kids-29040.jpeg', 'Fun and Fitness Exercise Equipment for Kids-78899.jpeg', 'Fun and Fitness Exercise Equipment for Kids-91529.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 13:17:15', '2024-02-01 13:17:15'),
(2663, 'Best Master Furniture Two Pedestal Rectangular Faux Marble Dining Table', 'Q0ToMdywi', 14, 'A beautiful and gleaming rectangular dining table that adds a contemporary flair to any home space. Manufactured with a faux marble top supported by a double ring pedestal design finished with stainless steel, this table gleams with a form of elegance that is difficult to replicate anywhere else. Assembled Table dimension: 70\"L x 38\"D x 30\"H. Marble Thickness: 3.5\".', 1259.00, NULL, NULL, 1759.62, 'Best Master Furniture Two Pedestal Rectangular Faux Marble Dining Table-93076.jpeg', 'Best Master Furniture Two Pedestal Rectangular Faux Marble Dining Table-63223.jpeg', 'Best Master Furniture Two Pedestal Rectangular Faux Marble Dining Table-33024.png', 'General furnitures', 4.5, NULL, 1, '2024-02-01 13:17:56', '2024-02-01 13:17:56'),
(2664, 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft', 'DkEkXJ0VN', 18, 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft Serve Machine With Pre-Cooling Frequency Conversion, Soft Serve Ice Cream Maker With 1.6 Gal Tank,9 Magic Heads', 2657.00, NULL, NULL, 2870.00, 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft-75890.png', 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft-87341.png', 'Commercial Ice Cream Maker Mchine, 7 Inch Lcd Touch Screen 4.2 To 4.7 Gal/H Soft-52345.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 13:21:16', '2024-02-01 13:21:16'),
(2665, 'Heavy Crown', 'j8SCOLERP', 14, '\"Heavy Crown\" is an intense and gripping fantasy novel that will transport you to a world of kings, queens, and epic power struggles. It follows the journey of a young prince who unexpectedly inherits the throne and must navigate the treacherous waters of politics and betrayal. With its rich world-building and complex characters, \"Heavy Crown\" is a must-read for fans of royal intrigue and high-stakes drama. Get ready to be captivated by the weight of the crown in this thrilling fantasy tale', 17.99, NULL, NULL, 23.99, 'Heavy Crown-70221.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-01 13:22:44', '2024-02-01 13:22:44'),
(2666, 'Rs-Fr22 Counter Depth 22.5 Cu.Ft French Door Refrigerator With Automatic Ice Mak', 'aHrn34meE', 18, 'Rs-Fr22 Counter Depth 22.5 Cu.Ft French Door Refrigerator With Automatic Ice Maker Stainless-Steel Fridge, Silver\r\n\r\nItem Condition: New', 3279.00, NULL, NULL, 4087.00, 'Rs-Fr22 Counter Depth 22.5 Cu.Ft French Door Refrigerator With Automatic Ice Mak-18950.png', 'Rs-Fr22 Counter Depth 22.5 Cu.Ft French Door Refrigerator With Automatic Ice Mak-47594.png', 'Rs-Fr22 Counter Depth 22.5 Cu.Ft French Door Refrigerator With Automatic Ice Mak-90893.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 13:29:14', '2024-02-01 13:29:14'),
(2667, '4 in 1 Bassinet with Bedding - 49.6\"W', 'nHysG2J5q', 14, 'A must-have for new parents，skin-friendly baby tabletop easy to the baby bassinet move with built-in wheels, from baby room to living room effortlessly. Our multifunctional baby crib has several modes to use: baby bedside sleeper, travel crib, the baby cradle for 0-3 years old, and playpen for 0-6 years old. Besides, there are built-in wheels as a mobile baby bassinet for easy movement. Includes strong straps, you can secure the baby bassinet beside your bed. And 2 sides mesh windows allow you to keep a close eye on your baby, while offering visibility and ventilation for the baby, giving the baby a cooler and comfortable space to rest', 220.41, NULL, NULL, 242.41, '4 in 1 Bassinet with Bedding - 49.6\"W-75208.jpeg', '4 in 1 Bassinet with Bedding - 49.6\"W-79467.jpeg', '4 in 1 Bassinet with Bedding - 49.6\"W-17548.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-01 13:33:34', '2024-02-01 13:33:34');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2668, 'Flw-3Cwh 24\" Front Load Machine, 2.7 Cu. Ft, Space Saving Unit With 20-Minute Qu', 'plADk9AgN', 18, 'Flw-3Cwh 24\" Front Load Machine, 2.7 Cu. Ft, Space Saving Unit With 20-Minute Quick, 12 Washing Cycles, Quiet Inverter Motor [120V], Medium, White', 1289.00, NULL, NULL, 1490.00, 'Flw-3Cwh 24\" Front Load Machine, 2.7 Cu. Ft, Space Saving Unit With 20-Minute Qu-13811.png', 'Flw-3Cwh 24\" Front Load Machine, 2.7 Cu. Ft, Space Saving Unit With 20-Minute Qu-56017.png', 'Flw-3Cwh 24\" Front Load Machine, 2.7 Cu. Ft, Space Saving Unit With 20-Minute Qu-66289.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 13:39:02', '2024-02-01 13:39:02'),
(2669, 'Costway Kids Sofa Toddler Foam Filled Armchair w/ Velvet Fabric Baby', 'gX6qzXXd7', 14, 'Are you looking for a comfortable kid’s sofa? Our foam filled kid’s sofa is a perfect choice.\r\nThe kid’s sofa with beautiful color ( pink/ blue/ grey/ navy blue) can be a real eye-catcher in playroom, kid’s room, living room and kindergarten. Thus, it’s a perfect gift for your 0-5 years old kids. Besides, velvet fabric cover and high-density sponge filling ensure comfortable sitting ex perience. Kids can read books, eat snacks, draw pictures and play games on the seat. Moreover, it can support a weight up to 95 lbs. ASTM and CPSIA certifications allow for higher security. Furthermore, we also designed it with convenient handle and smooth zipper for easy moving and cleaning. It’s also easy to assemble in a few minutes.\r\n\r\n\r\n\r\nFeature\r\nBeautiful colors ( Pink/Navy Blue/ Grey/ Blue) specially designed for kids\r\nSkin-friendly and breathable velvet fabric for soft touch\r\nHigh-elastic sponge for ex tra comfort, not easy to deform\r\nSturdy and durable foam structure provides a high bearing capacity of up to 95 lbs\r\nErgonomic backrest and armrests to perfectly support kids’ spine, hand and hip\r\nLightweight and handle design enable kids to move easily and effortlessly\r\nSmooth zipper at the bottom for convenient detachment and easy cleaning\r\nASTM and CPSIA certifications for high security\r\nA good place for kids to read books, play games, eat snacks, watch TV, draw pictures and relax\r\nSuitable for play room, kid’s room, living room, kindergarten, etc\r\nThe sofa doesn’t have any sharp corners to ensure safety\r\nEasy to install in several minutes\r\n\r\n\r\n\r\nSpecification\r\nColor: Pink\\Blue\r\nMaterial: Velvet Fabric + Sponge\r\nOverall Dimension: 27\'\' x 18\'\' x 19.5\'\' (L x W x H)\r\nSeat Size: 12.5\'\' x 14\'\'(L x W )\r\nSeat Height from the Ground: 7\'\'\r\nArmrest Height from the Ground: 14.5\'\'\r\nNet Weight: 4.5 lbs\r\nWeight Capacity: 95 lbs\r\nSuitable Age: 0-5 Years Old', 122.92, NULL, NULL, 148.92, 'Costway Kids Sofa Toddler Foam Filled Armchair w/ Velvet Fabric Baby-50180.jpeg', 'Costway Kids Sofa Toddler Foam Filled Armchair w/ Velvet Fabric Baby-63140.jpeg', 'Costway Kids Sofa Toddler Foam Filled Armchair w/ Velvet Fabric Baby-44923.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-01 13:48:52', '2024-02-01 13:48:52'),
(2670, '24\" Single Wall Oven, 2.3 Cu.Ft. Electric Wall Oven With 5 Cooking Functions, 20', 'sHDiFC3S0', 18, '24\" Single Wall Oven, 2.3 Cu.Ft. Electric Wall Oven With 5 Cooking Functions, 2000W White Built-In Ovens With Mechanical Knobs Control, Etl Certified', 835.00, NULL, NULL, 1280.00, '24\" Single Wall Oven, 2.3 Cu.Ft. Electric Wall Oven With 5 Cooking Functions, 20-38552.png', '24\" Single Wall Oven, 2.3 Cu.Ft. Electric Wall Oven With 5 Cooking Functions, 20-91215.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 13:49:56', '2024-02-01 13:49:56'),
(2671, 'One by One', 'TWMGbYMrY', 14, '\"One by One\" is a gripping thriller that will keep you on the edge of your seat. It\'s a suspenseful story set in a secluded mountain chalet where a group of people find themselves trapped and hunted by a mysterious killer. As the tension rises and secrets are revealed, the characters must fight for their lives. If you\'re a fan of suspenseful page-turners with a twist, \"One by One\" is a must-read. Get ready for a thrilling ride as you uncover the truth, one by one.', 15.83, NULL, NULL, 17.99, 'One by One-55231.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 13:52:58', '2024-02-01 13:52:58'),
(2672, 'Countertop Microwave Oven, 0.6 Cu. Ft, Black', 'K5y74zItx', 18, 'Durable Strong Construction With A Black Front Display And Cabinet For Compact Durability Easy To Grasp Grip Type Handle To Open And Close This Rotary Microwave Mechanical, Rotary Dial Controls Make It Great For Those Seeking Simple, Basic Operation Speed And Weight Defrost Allows For Multiple Uses In The Kitchen', 117.99, NULL, NULL, 194.03, 'Countertop Microwave Oven, 0.6 Cu. Ft, Black-19657.png', 'Countertop Microwave Oven, 0.6 Cu. Ft, Black-81978.png', 'Countertop Microwave Oven, 0.6 Cu. Ft, Black-31595.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-01 13:58:00', '2024-02-01 13:58:00'),
(2673, 'The Dead Guy Next Door : A Riley Thorn Novel', 'xqw5ImQ9e', 14, '\"The Dead Guy Next Door: A Riley Thorn Novel\" is an exciting mystery book that will keep you hooked from start to finish. It follows the story of Riley Thorn, a witty and determined amateur sleuth who finds herself caught up in a murder investigation when a dead body is discovered next door. With its mix of suspense, humor, and a touch of romance, \"The Dead Guy Next Door\" is a must-read for fans of thrilling and entertaining mysteries. Get ready to join Riley Thorn on her quest to uncover the truth.', 16.71, NULL, NULL, 18.99, 'The Dead Guy Next Door : A Riley Thorn Novel-56357.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 14:04:40', '2024-02-01 14:04:40'),
(2674, 'Whynter CDF-177SB Countertop Reach-In 1.8 cu ft Display Glass Door Freezer, Whit', 'whWMT60wq', 18, 'Whynter CDF-177SB Countertop Reach-In 1.8 cu ft Display Glass Door Freezer, Whit, one Size', 752.00, NULL, NULL, 808.00, 'Whynter CDF-177SB Countertop Reach-In 1.8 cu ft Display Glass Door Freezer, Whit-89349.png', 'Whynter CDF-177SB Countertop Reach-In 1.8 cu ft Display Glass Door Freezer, Whit-29382.png', 'Whynter CDF-177SB Countertop Reach-In 1.8 cu ft Display Glass Door Freezer, Whit-57390.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-01 14:05:41', '2024-02-01 14:05:41'),
(2675, 'Dart Board for Kids', 'BAoyMQYOK', 10, 'Double-Sided Dartboard Game : Each darts board set contains 12 sticky balls (4 colors at your choice ).High quality and safe hook-and-loop ball ensures that the ball can be 100% firmly attached to the board.\r\nRunning Number Game and Hand-Eye Coordination : Children learn mathematics while playing, this is a game to improve intelligence. Targets with numbers, so that the children can exercise eye and hand coordination. Make your child more focused.\r\nFamily Games for Kids and Parent-Child Interaction : This is a family game, Family interactive games can not only play with more people but also increase feelings. A ccompany your kids to play a dart game and give your kids a good childhood.\r\nToys Board Games for Kids Outdoor or Indoor : Comes with a free sticky hook，use a hook to quickly hang a dart board on any smooth solid surface, such as tile, wood, or glass, Especially suitable for outdoor, indoor, outside, party or family.\r\nPerfect Gift : We do sure this safe Magic ball double-sided dart board set It is a good choice as a gift for kids, A Best toy gifts for 3 4 5 6 7 8 9 10 11 12 year old boys kids girls in Birthday, Christmas, Halloween or other festivals.', 9.99, NULL, NULL, 28.99, 'Dart Board for Kids-88277.jpeg', 'Dart Board for Kids-40678.jpeg', 'Dart Board for Kids-14909.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-01 14:05:43', '2024-02-01 14:05:43'),
(2676, 'Lofn Rocking Infant Cradle Chair with Mattress Baby Bouncer Swing Seat', 'CmZt1MInA', 14, 'This product is a pink/blue/khaki electric infant rocking chair, made of skin-friendly fabric, thick steel pipe, high-quality baking paint, and high-quality ABS. With an MP3 player and built-in 12 pieces of music, wonderful music makes baby\'s listening training and music melody edification. A high-density mosquito net protects the baby from mosquito bites, and thickened shading, effectively against direct light. The design of imitating the mother\'s embrace, makes children feel safe when they sleep, sleep more fragrant. Five gear timing and automatic stop. You can set 15, 30, and 60 minutes timing with remote control, and then the product would automatically stop swinging, liberating his mother\'s hands. Let you release your hands, and let the children stop crying and grow up healthily.\r\n\r\nParameters:\r\n\r\nEnvironmental protection materials: Peach (skin friendly fabric, breathable and sweat absorbing, all seasons), thick steel pipe, high quality baking paint, high quality ABS\r\nApplicable: 0-18 months\r\nProduct weight: 4kg\r\nLoad bearing: 18kg/39.6lb\r\nItem size: 20.47\"x27.56\"x33.46\"(52 W x 70 D x 85 H cm)\r\nColors: khaki/pink/blue\r\nSpeed: 5 Speed\r\nPower supply mode - USB cable, electric swing\r\nRemote control\r\nComfort - 3 gear timing, multi gear swing, safe and comfortable\r\nFoldable - one button folding, easy to store, can be put on the car\r\nRemove and wash - the cloth cover can be removed and washed directly\r\nInstallation - tool free installation, easy installation\r\n5V low voltage power supply\r\nWith music - built in 12 soft sleeping music\r\nLuxury version function: Built-in 12 music + mp3 player + pluggable U disk + remote control + chair cushion + pillow + mosquito net + foldable + foldable washing\r\nWarm note:\r\n\r\n1. Noise: The main engine is driven by gears. When shaking, there will be a sound of the clock moving\r\n\r\n2. The shaker cannot shake: When rocking, connect the fixing belt at the bottom of the bed; after installing the bed, the support must be fully extended; when swinging, he needs enough space to swing and avoid obstacles\r\n\r\n3. Shaker speed is too fast: The customer can adjust the gear according to the weight of the child. If the child is light, the customer can turn on gear 1-2.', 200.27, NULL, NULL, 216.27, 'Lofn Rocking Infant Cradle Chair with Mattress Baby Bouncer Swing Seat-77118.jpeg', 'Lofn Rocking Infant Cradle Chair with Mattress Baby Bouncer Swing Seat-54896.jpeg', 'Lofn Rocking Infant Cradle Chair with Mattress Baby Bouncer Swing Seat-27449.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-01 14:06:04', '2024-02-01 14:06:04'),
(2677, 'RMW1220_AMZ 1.2 cu ft Microwave, Digital Air Fryer, Convection Oven, Combo-Fry w', 'ITc3kyQun', 18, 'RMW1220_AMZ 1.2 cu ft Microwave, Digital Air Fryer, Convection Oven, Combo-Fry with XL Capacity, Stainless Steel Finish\r\n\r\nItem Condition: New', 286.00, NULL, NULL, 300.00, 'RMW1220_AMZ 1.2 cu ft Microwave, Digital Air Fryer, Convection Oven, Combo-Fry w-63025.png', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-01 14:11:59', '2024-02-01 14:11:59'),
(2678, 'Deluxe Wooden 16\" Mini Table Top Air Hockey (Extra Pucks) & Foosball (Soccer) (Extra Balls) Games Gift Set Bundle - 2 Pack', 'TDcesOnT7', 10, 'Introducing the Deluxe Wooden 16\" Mini Table Top Air Hockey & Foosball Games Gift Set Bundle by \"Matty\'s Toy Stop\"! This exclusive 2-pack brings the excitement of two beloved games, air hockey and foosball (soccer), right to your tabletop. No need for a dedicated game room or basement—these compact versions can be enjoyed in almost any room of your house! Measuring 16 inches long, these tabletop games are the perfect size for intense and thrilling matches. They\'re lightweight and easy to move, allowing you to set up the ultimate gaming experience wherever you desire. When not in use, they can be conveniently stowed away, saving space in your home. The Deluxe Air Hockey game includes two handle shooters and four pucks, ensuring you have everything you need to get the action started. Some assembly is required, but worry not—it comes with all the necessary components and an easy-to-follow assembly guide. Just grab a friend and prepare for hours of fast-paced fun. Meanwhile, the Mini Table Top Foosball game from Matty\'s Toy Stop comes with four soccer balls for non-stop excitement. Like the air hockey game, some assembly is required, but it comes with all the essential parts, including an Allen wrench for hassle-free setup. Whether you\'re an avid sports enthusiast or a passionate soccer fan, this game set is a perfect gift for you or a loved one. To keep the games going, this bundle also includes extra pucks and soccer balls. Never worry about losing or wearing out your game pieces—now you can keep the competition alive and the fun never-ending. Please note that the Air Hockey game requires 3 AA batteries (not included) to power up the exhilarating air flow that glides the puck across the table, adding an extra layer of excitement to your matches. Don\'t miss out on the action-packed entertainment that the Deluxe Wooden 16\" Mini Table Top Air Hockey & Foosball Games Gift Set Bundle brings. Order yours today and experience the thrill of these classic games in a compact and convenient package. Get in the game and let the fun begin!', 38.58, NULL, NULL, 44.95, 'Deluxe Wooden 16\" Mini Table Top Air Hockey (Extra Pucks) & Foosball (Soccer) (Extra Balls) Games Gift Set Bundle - 2 Pack-58578.jpeg', 'Deluxe Wooden 16\" Mini Table Top Air Hockey (Extra Pucks) & Foosball (Soccer) (Extra Balls) Games Gift Set Bundle - 2 Pack-28445.jpeg', 'Deluxe Wooden 16\" Mini Table Top Air Hockey (Extra Pucks) & Foosball (Soccer) (Extra Balls) Games Gift Set Bundle - 2 Pack-29576.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 14:14:36', '2024-02-01 14:14:36'),
(2679, 'Retro Air Fryer Toaster Oven, 7-In-1, 1250W, 14Qt Capacity, 4 Slice, Air Fry, Ba', 'pYzBNRXNa', 18, 'Retro Air Fryer Toaster Oven, 7-In-1, 1250W, 14Qt Capacity, 4 Slice, Air Fry, Bake, Broil, Toast, Warm, Convection Broil, Convection Bake, Black, Perfect For Countertop (Co-A101A(Bk))', 186.99, NULL, NULL, 200.86, 'Retro Air Fryer Toaster Oven, 7-In-1, 1250W, 14Qt Capacity, 4 Slice, Air Fry, Ba-63789.png', 'Retro Air Fryer Toaster Oven, 7-In-1, 1250W, 14Qt Capacity, 4 Slice, Air Fry, Ba-26763.png', 'Retro Air Fryer Toaster Oven, 7-In-1, 1250W, 14Qt Capacity, 4 Slice, Air Fry, Ba-68261.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 14:19:43', '2024-02-01 14:19:43'),
(2680, 'You Like It Darker : Stories', 'tniIsq6ah', 14, '\"You Like It Darker: Stories\" is a collection of gripping and thought-provoking short stories that delve into the darker side of human nature. Each story explores themes of mystery, suspense, and the complexities of the human psyche. If you enjoy tales that push the boundaries and challenge your perceptions, \"You Like It Darker\" is a must-read. Get ready to be captivated by these haunting and unforgettable stories.', 26.40, NULL, NULL, 30.00, 'You Like It Darker : Stories-93946.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-01 14:21:14', '2024-02-01 14:21:14'),
(2681, 'Ride On Activity Car- with Steering Wheel, Lights, Sounds, Music for Babies, Toddlers Learning to Walk by Lil\' Rider - White', 'OvzTbbm4W', 14, 'Let your little one ride around the house in style with the Lil\' Rider Toy Ride On Activity Car. The fun yellow car with colorful decals features interactive buttons to push, lights, and music and sounds to engage your little rider. It has a steering wheel and sits low to the ground, and doesn\'t require any charging or electrical wires for use,  so it is easy to ride and safe for kids 12 months to 2 years old. The ride on can move forward, backward, left and right from your toddler using their feet to guide the car while sitting; or has a taller handle they can hold while walking and pushing from behind. The toy car is perfect to help strengthen little legs and muscles as your child is learning to walk and balance, and even features a storage compartment under the seat so they can bring their favorite toy or stuffed animal along for the ride!\r\n\r\nSATISFACTION GUARANTEED- Lil\' Rider is committed to providing the consumer with the absolute best price and value on all of our products, which we ensure by applying a rigorous quality control process. NOTE: This is an exclusive product of Lil\' Rider and ONLY Mini Trikes by Lil\' Rider are GUARANTEED to be genuine\r\n\r\nIMPORTANT:  Avoid buying counterfeit products and transacting with unauthorized sellers.  Look for our logo on the packaging for every one of our products\r\n\r\nEASY TO RIDE- The ride-on rolls smoothly on flat surfaces and is easy to ride. It features an easy grip steering wheel, sits low to the ground, and even features storage under the seat so your little one can bring small toys and stuffed animals along!\r\nINTERACTIVE LIGHTS AND SOUNDS- This fun interactive toy with colorful decals features multiple knobs and buttons with sounds, music and lights to stimulate your child. The car requires no charging or electrical wires, just 2 AA batteries (not included).\r\nAIDS DEVELOPMENT- The rideon moves forward, backward, left and right from your toddler using their feet while sitting or has a handle they can hold while walking and pushing. It helps strengthen legs as your little rider is learning to walk and balance.\r\nSAFE AND DURABLE- The durable frame paired with smooth wheels provide an enjoyable and safe experience for both parents and children. Lil\' Rider toys are safety tested and provide healthy exercise and plenty of fun!\r\nPRODUCT DETAILS- Made of smooth plastic in bright yellow with colorful decals. Measures 20 long x 9.5 wide x 16.5 tall. For kids 12 months to 2 years old. Has music and lights, requires 2 AA batteries (not included).', 85.76, NULL, NULL, 94.76, 'Ride On Activity Car- with Steering Wheel, Lights, Sounds, Music for Babies, Toddlers Learning to Walk by Lil\' Rider - White-83026.jpeg', 'Ride On Activity Car- with Steering Wheel, Lights, Sounds, Music for Babies, Toddlers Learning to Walk by Lil\' Rider - White-13248.jpeg', 'Ride On Activity Car- with Steering Wheel, Lights, Sounds, Music for Babies, Toddlers Learning to Walk by Lil\' Rider - White-23033.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-01 14:21:42', '2024-02-01 14:21:42'),
(2682, 'Heartsong : A Green Creek Novel', 'iNc88RFfb', 14, '\"Heartsong: A Green Creek Novel\" is a heartwarming and enchanting story set in the picturesque town of Green Creek. It follows the journey of two individuals who find solace and love in each other\'s arms amidst the beauty of nature and the magic of music. With its captivating storytelling and beautifully written prose, \"Heartsong\" will sweep you off your feet and leave you with a warm and fuzzy feeling. Get ready to be serenaded by the melody of love in this delightful Green Creek novel.', 26.39, NULL, NULL, 29.99, 'Heartsong : A Green Creek Novel-95926.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 14:25:51', '2024-02-01 14:25:51'),
(2683, '150Pcs Fort Building Kit, Glow in The Dark Fort Building Kit for Kids 4-8, DIY Creative Tent for Boys & Girls, Air Fort Builder Building Toys for Kids STEM Toys Gift Indoor and Outdoor(with Cloth', 'bm0QlxGYN', 17, '【Construction Fort Building Kit】The fort building kit comes with 100 glow in the dark rods,50 soild balls,1 blanket and a storage bag,which is portable for indoor & outdoor play.150 PCS kids fort building kit allows children to build any fort they can imagine,like the castles, tunnels, play tent, rocket, tower. plus a step-by-step guide that shows how to build the fort of dreams.\r\n【Improved Connection & Easy to Use】Kids fort kit adopts a new connector way in order to solve the pain points of instability,which makes the fort structure will be very strong. Kids fort building kit is also easy to assemble, simply insert and twist the sticks into the balls, builder connect in a few seconds and easily disassemble without great force needed.\r\n【Safe & High Quality】Our fort building kits for kids are made of BPA-free,durable and high-quality ABS plastic to ensure long lasting durability and the highest safety standards.Each piece of the STEM building toy is made from high-quality, toxic-free, and lead-safe material to ensure the safety and comfort of the children.\r\n【Flexible STEM Fun】Fort builder kit is are one of STEM toys,which is specially designed to enhance your children\'s science, technology, engineering and math skills.For the adventurous boys and girls,our fort building STEM toys kit improve problem solving and critical thinking,they can build a cave, play tent, rocket, house, igloo, princess castle, tunnel, teepee, toy tents and etc.\r\n【Inspire Creativity and Imagination】Ultimate fort building kit helps kids develop their creativity, problem solving skill,imagination, and critical thinking by building their own design of tent,fort,playhouse,tunnels,castle and etc.Fort building kit for Kids is an ideal creative toys for 2-4 or more children kids working together to play,solve problems and construct different creative structures.', 19.79, NULL, NULL, 28.99, '150Pcs Fort Building Kit, Glow in The Dark Fort Building Kit for Kids 4-8, DIY Creative Tent for Boys & Girls, Air Fort Builder Building Toys for Kids STEM Toys Gift Indoor and Outdoor(with Cloth-58478.jpeg', '150Pcs Fort Building Kit, Glow in The Dark Fort Building Kit for Kids 4-8, DIY Creative Tent for Boys & Girls, Air Fort Builder Building Toys for Kids STEM Toys Gift Indoor and Outdoor(with Cloth-26873.jpeg', '150Pcs Fort Building Kit, Glow in The Dark Fort Building Kit for Kids 4-8, DIY Creative Tent for Boys & Girls, Air Fort Builder Building Toys for Kids STEM Toys Gift Indoor and Outdoor(with Cloth-63698.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 14:31:20', '2024-02-01 14:31:20'),
(2684, 'Only the Brave', 'DVySNROph', 14, '\"Only the Brave\" is an incredible film based on a true story that celebrates the bravery and resilience of a group of firefighters. It takes you on an emotional journey as you witness their courage, sacrifice, and unwavering determination to protect their community. With its powerful performances and gripping storyline, \"Only the Brave\" is a must-watch for anyone who appreciates stories of heroism and the indomitable human spirit. Get ready to be inspired by this remarkable tale of bravery', 19.89, NULL, NULL, 29.00, 'Only the Brave-61970.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-01 14:31:56', '2024-02-01 14:31:56'),
(2685, 'The Atlas Maneuver', '0vpgfPXLv', 14, 'The Atlas Maneuver is an action-packed sci-fi thriller that will keep you on the edge of your seat. It follows the story of a group of skilled operatives who embark on a dangerous mission to stop a global catastrophe. With its high-stakes plot, intense action sequences, and mind-bending twists, \"The Atlas Maneuver\" will leave you breathless. Get ready for an adrenaline-fueled adventure that will keep you guessing until the very end.', 20.58, NULL, NULL, 30.00, 'The Atlas Maneuver-70302.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 14:34:45', '2024-02-01 14:34:45'),
(2686, 'RCA RFR786-RED 2 Door Apartment Size Refrigerator with Freezer, 7.5 cu. ft', 'tynmQSuq6', 18, 'RCA RFR786-RED 2 Door Apartment Size Refrigerator with Freezer, 7.5 cu. ft, Retro Red\r\n\r\nItem Condition: New', 763.00, NULL, NULL, 864.00, 'RCA RFR786-RED 2 Door Apartment Size Refrigerator with Freezer, 7.5 cu. ft-98238.png', 'RCA RFR786-RED 2 Door Apartment Size Refrigerator with Freezer, 7.5 cu. ft-91489.png', 'RCA RFR786-RED 2 Door Apartment Size Refrigerator with Freezer, 7.5 cu. ft-26426.png', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-01 14:35:03', '2024-02-01 14:35:03'),
(2687, 'LyxPro 39\" Left Handed Electric Guitar Kit, Complete Beginner Starter Kit with 20W Amp & More!', 'jhw8iNYZj', 14, 'Complete all-in-one full guitar kit!\r\n\r\n\r\nGet ready to put on your best performances with the LyxPro 39\" Stratocaster Electric Guitar & Starter Kit. This full set of electric guitar equipment is ideal for turning a novice into a guitar-strumming pro. This electric guitar kit has everything beginners need to get started. Whether it is kids or adults, these electric guitar beginner kits are made to ease anyone into the musical experience. \r\n\r\n\r\nFeatures:\r\n\r\nComplete guitar set for beginners\r\nFull size electric guitar with parts\r\n20 watt amplifier with cable & speaker\r\nDigital tuner & instruction book included\r\nKit also comes with strings, picks & strap\r\nPlug in guitar with volume/tone controls\r\nBattery-operated mini clip-on tuner\r\n⚠️ WARNING: Cancer and Reproductive Harm –www.P65Warnings.ca.gov\r\nDimensions:\r\n\r\n11.6 x 11.2 x 39 inches\r\nTechnical Details:\r\n\r\nGuitar Pickup Configuration: S-S-S\r\nNeck Material Type: Maple\r\nAmplifier Wattage: 20W', 245.83, NULL, NULL, 274.83, 'LyxPro 39\" Left Handed Electric Guitar Kit, Complete Beginner Starter Kit with 20W Amp & More!-48840.jpeg', 'LyxPro 39\" Left Handed Electric Guitar Kit, Complete Beginner Starter Kit with 20W Amp & More!-26280.jpeg', 'LyxPro 39\" Left Handed Electric Guitar Kit, Complete Beginner Starter Kit with 20W Amp & More!-22930.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-01 14:38:08', '2024-02-01 14:38:08'),
(2688, 'Kids Building STEM Toys,125 Pcs Educational Construction Engineering Building Blocks Kit for Ages 3 4 5 6 7 8 9 10 Year Old Boys and Girls,Best Gift for Kids Creative Games & Fun Activity', 'MOdPj2t2p', 10, 'Huaker kids building block is the best choice for you !\r\n\r\nExercise hand-eye coordination-children need to use their hands dexterously when build the block which could help to promote the development of fine motor,Stacking scattered building blocks to create complex objects exercise hand-eye coordination as well.\r\n\r\nCultivate observation-Objects such as car built by children are actually common in life. They must first learn to observe, and then in the process of playing, use building blocks to express the things they observe in daily life. Observation is cultivated unconsciously.\r\n\r\nCultivate communication skills- It is best to let the children build blocks with other children, which is more fun than playing alone. Moreover, children build building blocks together, which will stimulate each other\'s inspiration, so they will play more seriously, which is also good for cultivating children\'s ability to get along with others.\r\n\r\nMake children more confident-The process of building blocks can be completely controlled by the child, which will bring satisfaction and self-confidence to the child.\r\n\r\nIn the process of playing with building blocks, children can also learn a lot of mathematics knowledge, cultivate a sense of space, imagination, creativity and language expression ability, etc.', 29.99, NULL, NULL, 34.99, 'Kids Building STEM Toys,125 Pcs Educational Construction Engineering Building Blocks Kit for Ages 3 4 5 6 7 8 9 10 Year Old Boys and Girls,Best Gift for Kids Creative Games & Fun Activity-10791.jpeg', 'Kids Building STEM Toys,125 Pcs Educational Construction Engineering Building Blocks Kit for Ages 3 4 5 6 7 8 9 10 Year Old Boys and Girls,Best Gift for Kids Creative Games & Fun Activity-83795.jpeg', 'Kids Building STEM Toys,125 Pcs Educational Construction Engineering Building Blocks Kit for Ages 3 4 5 6 7 8 9 10 Year Old Boys and Girls,Best Gift for Kids Creative Games & Fun Activity-69351.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 14:39:39', '2024-02-01 14:39:39'),
(2689, 'Remnants of Filth : Yuwu (Novel) Vol. 3', 'nEuzTlpil', 14, 'Remnants of Filth: Yuwu (Novel) Vol. 3 is an exciting continuation of the epic Yuwu series. In this volume, the story takes a thrilling turn as the remnants of filth rise, posing a new threat to the characters we\'ve come to love. With its captivating storytelling and rich world-building, \"Remnants of Filth\" will keep you hooked from beginning to end. Get ready to dive back into the world of Yuwu and experience the next chapter of this gripping saga', 19.99, NULL, NULL, 24.99, 'Remnants of Filth : Yuwu (Novel) Vol. 3-49349.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-01 14:41:08', '2024-02-01 14:41:08'),
(2690, '36 Inch Built-In/Insert Range Hood 900 Cfm, Ducted/Ductless Convertible Duct', 'VmgXgf2Pn', 18, '36 Inch Built-In/Insert Range Hood 900 Cfm, Ducted/Ductless Convertible Duct, Stainless Steel Kitchen Vent Hood With 2 Pcs Adjustable Lights And 3 Pcs Baffle Filters With Handlebar(Ikb02-36\'\')\r\n\r\nItem Condition: New', 701.99, NULL, NULL, 784.00, '36 Inch Built-In/Insert Range Hood 900 Cfm, Ducted/Ductless Convertible Duct-96905.png', '36 Inch Built-In/Insert Range Hood 900 Cfm, Ducted/Ductless Convertible Duct-59924.png', '36 Inch Built-In/Insert Range Hood 900 Cfm, Ducted/Ductless Convertible Duct-92184.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 14:41:46', '2024-02-01 14:41:46'),
(2691, '175 Piece Stem Toys for 5 6 7 8 Year Old Boys Birthday Gift Erector Construction Set Building Toy for Kids Age 4-8 4-6 5-7 6-8 Creative Game', 'uCizCYpbd', 13, '[ 175 Pieces STEM Toys Kit] Upgraded Building Blocks 175 Pieces,More Pieces Than Other Similar Sets,Up To 5 Players Can Play At The Same Time, MOONTOY kids toy provide you more tools, more blocks, and more plates than other similar sets. MOONTOY STEM Construction Engineering Building Blocks hope grow with your child. If you don\'t love it for any reason, you can return it for a full refund.\r\n[11-IN 1 Building Blocks Toy] Our MOONTOY Building Blockst Kit /STEM building set can be built into all sorts of fun models or toys. Full-color guide with 11 designs your kids can build, includingTower crane, crane, forklift, catch car, rocket car, plane, racing car, UTV car, robot, helicopter, Tank.\r\n[Supports STEM Education] MOONTOY Building Toys for Kids ages 4-8 STEM Educational DIY Toys Designed to enhance your children\'s Science, Technology, Engineering, and Math skills. Improve your kids\' imagination and creativity by challenging them to build their own cars, animals, robots and anything they can imagine!\r\n[Hassle-Free Enjoyment Guaranteed] MOONTOY kids building toys are made of ABS plastic and TPR material, and Building Blocks STEM Construction Engineering Kits are easy to wash and come with a sturdy storage box for quick and convenient cleanups. All Building Kit toys used child-friendly materials Non-Toxic and Lead/BPA/Phthalate Free. We invest rigorous lab tests to make sure the building toys are 100% safe.\r\n[New Superior Gift for Your kids] Building Toys for Kids ages 4-8 STEM Toys Kit Great gift for surprise in daily life, party, birthday, festivel, Christmas. An ideal gift blocks for kids ages 3--10 years old kids, son, daughter, niece, nephew or friend\'s kids! It comes with a sturdy box, which is convenient for you to clean and store after use.', 29.99, NULL, NULL, 33.75, '175 Piece Stem Toys for 5 6 7 8 Year Old Boys Birthday Gift Erector Construction Set Building Toy for Kids Age 4-8 4-6 5-7 6-8 Creative Game-44431.jpeg', '175 Piece Stem Toys for 5 6 7 8 Year Old Boys Birthday Gift Erector Construction Set Building Toy for Kids Age 4-8 4-6 5-7 6-8 Creative Game-24703.jpeg', '175 Piece Stem Toys for 5 6 7 8 Year Old Boys Birthday Gift Erector Construction Set Building Toy for Kids Age 4-8 4-6 5-7 6-8 Creative Game-67316.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 14:46:54', '2024-02-01 14:46:54'),
(2692, '30-Inch Wall Mount Range Hood Tempered Glass 900 Cfm, Kitchen Chimney Vent Stain', 'eCglpARhk', 18, '30-Inch Wall Mount Range Hood Tempered Glass 900 Cfm, Kitchen Chimney Vent Stainless Steel With Gesture Sensing Touch Control Switch Panel, 2 Pcs Adjustable Lights(Ikp03-30)\r\n\r\nItem Condition: New', 541.00, NULL, NULL, 674.88, '30-Inch Wall Mount Range Hood Tempered Glass 900 Cfm, Kitchen Chimney Vent Stain-19130.png', '30-Inch Wall Mount Range Hood Tempered Glass 900 Cfm, Kitchen Chimney Vent Stain-86420.png', '30-Inch Wall Mount Range Hood Tempered Glass 900 Cfm, Kitchen Chimney Vent Stain-51573.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 14:51:14', '2024-02-01 14:51:14'),
(2693, 'Reckoning : An FBI Thriller', 'RwZPmBjwG', 14, 'Reckoning: An FBI Thriller  is a gripping and suspenseful novel that will have you on the edge of your seat. It follows the thrilling journey of an FBI agent as they work to solve a complex case and bring a dangerous criminal to justice. With its intricate plot, fast-paced action, and unexpected twists, \"Reckoning\" will keep you guessing until the very end. Get ready for a thrilling ride through the world of FBI investigations in this captivating novel.', 9.99, NULL, NULL, 19.99, 'Reckoning : An FBI Thriller-38558.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 14:53:14', '2024-02-01 14:53:14'),
(2694, 'DIY 3D Puzzle - Electric Guitar - 140 pcs (ROKR)', '1ljfvJth5', 14, 'Create a beautiful and functional piece of art with this DIY 3D Puzzle - Electric Guitar. This wooden puzzle kit includes 140 pieces and all the necessary tools and glue for assembly. Once completed, the electric guitar serves as a unique and eye-catching home decor item. Engage your brain and hands with this engaging wood craft kit, and enjoy quality time with family and friends as you work together to assemble the puzzle. This activity not only provides hours of fun but also helps improve cognitive, motor, and emotional skills. It makes a perfect gift for birthdays, Christmas, or back to School. With its precise laser-cut pieces, this eco-friendly puzzle ensures a satisfying assembly experience. When fully assembled, the guitar measures 170 x 105 x 220 mm. Suitable for ages 8 and up, this puzzle offers a level 2 difficulty out of 5 levels total.\r\n\r\n\r\nFeatures:\r\n\r\nHigh-quality DIY wooden puzzle\r\nIncludes 140 pieces and all necessary tools and glue\r\nCreates a fully functional electric guitar\r\nPromotes cognitive, motor, and emotional skills\r\nEco-friendly and precise laser-cut design', 25.12, NULL, NULL, 30.12, 'DIY 3D Puzzle - Electric Guitar - 140 pcs (ROKR)-96387.jpeg', 'DIY 3D Puzzle - Electric Guitar - 140 pcs (ROKR)-84583.jpeg', 'DIY 3D Puzzle - Electric Guitar - 140 pcs (ROKR)-16789.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-01 14:56:07', '2024-02-01 14:56:07'),
(2695, 'Scavenger Hunt Game', 'HnnwCCIRP', 14, 'It\'S Almost Time For Bed, But Bluey And Her Friends Want To Play A Game Of Scavenger Hunt. The Bluey Scavenger Hunt Game Is All About Finding, Playing And Collecting. Players Must Work Together As A Team To Find 12 Toy Tokens. The First One To Collect Enough Tokens And Get To The Finish Line Wins! This Fun Game Is Full Of Fun Activities To Perform, Fun Things To Find And Fun Questions About Bluey To Answer. Included Is A Colorful Game Board, 20 Find Cards, 10 Play Cards, 35 Toy Tokens And 4 Player Pawns With Bases. A Great Game For 2-4 Bluey Fans To Play And Ideal For Children And Toddlers Aged 3 Years And Up.', 10.99, NULL, NULL, 14.32, 'Scavenger Hunt Game-67891.jpeg', 'Scavenger Hunt Game-39594.jpeg', 'Scavenger Hunt Game-67083.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 14:58:32', '2024-02-01 14:58:32'),
(2697, 'Wall Mount Range Hood, 3-Speed, 750 Cfm, Fits', 'wQmQsO1i3', 18, 'Rax2130Sqb-Wm-1 Brillia 30-Inch Wall Mount Range Hood, 3-Speed, 750 Cfm, Fits Ceiling Height 7\'-8.5\'\r\n\r\nItem Condition: New', 771.00, NULL, NULL, 890.00, 'Wall Mount Range Hood, 3-Speed, 750 Cfm, Fits-25323.png', 'Wall Mount Range Hood, 3-Speed, 750 Cfm, Fits-87300.png', 'Wall Mount Range Hood, 3-Speed, 750 Cfm, Fits-11662.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 15:06:14', '2024-02-01 15:06:14'),
(2698, 'The Waters', 'QCQfRIIvV', 14, 'On an island in the Great Massasauga Swamp--an area known as \"The Waters\" to the residents of nearby Whiteheart, Michigan--herbalist and eccentric Hermine \"Herself\" Zook has healed the local women of their ailments for generations. As stubborn as her tonics are powerful, Herself inspires reverence and fear in the people of Whiteheart, and even in her own three estranged daughters. The youngest--the beautiful, inscrutable, and lazy Rose Thorn--has left her own daughter, eleven-year-old Dorothy \"Donkey\" Zook, to grow up wild.\r\n\r\nDonkey spends her days searching for truths in the lush landscape and in her math books, waiting for her wayward mother and longing for a father, unaware that family secrets, passionate love, and violent men will flood through the swamp and upend her idyllic childhood. Rage simmers below the surface of this divided community, and those on both sides of the divide have closed their doors against the enemy. The only bridge across the waters is Rose Thorn.\r\n\r\nWith a \"ruthless and precise eye for the details of the physical world\" (Jane Smiley, New York Times Book Review), Bonnie Jo Campbell presents an elegant antidote to the dark side of masculinity, celebrating the resilience of nature and the brutality and sweetness of rural life.', 30.00, NULL, NULL, 32.99, 'The Waters-20948.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-01 15:08:04', '2024-02-01 15:08:04'),
(2699, 'Large Race Track', 'JdcAl7GtR', 14, '【Interactive Buttons & Levers】Features 6 buttons and levers that guide cars through 8 exciting obstacles on the track. As kids figure out which buttons & levers keep the cars moving, they\'ll enhance their fine & gross motor skills. It encourages resourcefulness & critical thinking. With every play session, they accumulate experience & enhance their problem-solving skills. As they master the mechanics of the track, they will through the track more smoothly, leading to a sense of accomplishment.\r\n【Educational Fun】We\'ve incorporated Montessori-style learning into this toy, making education an integral part of playtime. Each obstacle on the track corresponds to a specific button or lever, featuring the same color. This intentional design helps them explore, identify and remember colors while they play and they will develop problem-solving skills, grasp basic physics concepts, and learn the names of different vehicles—all in a playful and engaging way.\r\n【No Batteries Needed】Say goodbye to the hassle of replacing batteries. Our race track playset operates without the need for batteries, ensuring unlimited playtime and endless entertainment. In case of missing or broken parts, or any other concern, please do not hesitate to contact us on Amazon. We will promptly find a satisfying solution to your concern.\r\n【Spacious 14x12x9 Inches Design of Track】 Our playset boasts a generous size, measuring 14 inches in length, 12 inches in width, and 9 inches in height. Bigger is Better—our larger size guarantees a better game experience. With more space to play and explore, your child\'s imagination can run wild. Perfect Christmas gifts for kids stocking stuffers. With a jumbo-sized and high-quality box package about 12.8x12.8x6.3 inches.\r\n【Quality Craftsmanship】 Crafted from durable & high-quality ABS plastic, our playset is well-made & designed to withstand hours of play. It\'s built to last, ensuring long-term enjoyment for your child. We also put safety in mind as we understand the importance of safety when it comes to your child. That\'s why our toy has been lab tested for safety in accordance with all ASTM F963-17 & CPSIA regulatory standards. Our promise to you is a safe & engaging toy that your little one will love!', 39.99, NULL, NULL, 49.99, 'Large Race Track-15853.jpeg', 'Large Race Track-76756.jpeg', 'Large Race Track-21948.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 15:08:43', '2024-02-01 15:08:43'),
(2700, 'Km-Wo30D-Ss 30-Inch Electric 5 Cu.Ft. Premium Double Wall Quiet, Rapid Convectio', 'tEoJozwGF', 18, 'Km-Wo30D-Ss 30-Inch Electric 5 Cu.Ft. Premium Double Wall Quiet, Rapid Convection, 7 Cook And Baking Modes, Dual Large Capacity Ovens, Stainless-Steel Unit, Self-Cleaning, Silver\r\n\r\nItem Condition: New', 2859.00, NULL, NULL, 3041.00, 'Km-Wo30D-Ss 30-Inch Electric 5 Cu.Ft. Premium Double Wall Quiet, Rapid Convectio-25415.png', 'Km-Wo30D-Ss 30-Inch Electric 5 Cu.Ft. Premium Double Wall Quiet, Rapid Convectio-73998.png', 'Km-Wo30D-Ss 30-Inch Electric 5 Cu.Ft. Premium Double Wall Quiet, Rapid Convectio-73466.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 15:11:50', '2024-02-01 15:11:50'),
(2701, 'G.I. Joe Classified Series Desert Commando Snake Eyes, Collectible G.I. Joe Action Figures, 92, 6-Inch Action Figures for Boys & Girls, with 9 Accessories', 'GQKp5NT3A', 15, 'G.I. Joe is a highly skilled, on-demand, special operations force of men and women from around the globe. tasked with defending the world from Cobra, a ruthless criminal organization bent on total domination. The brave members of G.I. Joe are prepared to seek out Cobra in any environment on the planet. From hostile jungles to ice-clad arctic peaks…wherever there’s trouble, G.I. Joe is there. New to the G.I. Joe Classified Series line, Desert Commando Snake Eyes comes ready for adventure, with multiple points of articulation for high poseability. This Desert Commando Snake Eyes figure contains 9 character-inspired accessories including backpack, scabbard, 2 swords, knife, removable grenade bandolier, and two weapon accessories with an interchangeable suppressor; plus a footlocker to stow all his gear! Geared up for a desert mission, Snake Eyes is ready to blow in like a sirocco and vanish without a trace. G.I. Joe and all related characters are trademarks of Hasbro.', 19.96, NULL, NULL, 24.99, 'G.I. Joe Classified Series Desert Commando Snake Eyes, Collectible G.I. Joe Action Figures, 92, 6-Inch Action Figures for Boys & Girls, with 9 Accessories-69330.jpeg', 'G.I. Joe Classified Series Desert Commando Snake Eyes, Collectible G.I. Joe Action Figures, 92, 6-Inch Action Figures for Boys & Girls, with 9 Accessories-95239.jpeg', 'G.I. Joe Classified Series Desert Commando Snake Eyes, Collectible G.I. Joe Action Figures, 92, 6-Inch Action Figures for Boys & Girls, with 9 Accessories-12305.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 15:16:42', '2024-02-01 15:16:42'),
(2702, 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place', 'iSFZyiOsi', 18, 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place Settings And Stainless Steel Tub White\r\n\r\nItem Condition: New', 1003.99, NULL, NULL, 1380.00, 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place-78880.png', 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place-30642.png', 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place-45023.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 15:17:37', '2024-02-01 15:17:37'),
(2703, 'The Grift : The Downward Spiral of Black Republicans from the Party of Lincoln to the Cult of Trump', 'n18aJtmi1', 14, 'The Grift: The Downward Spiral of Black Republicans from the Party of Lincoln to the Cult of Trump is a thought-provoking exploration of the political journey of Black Republicans in the United States. It delves into the transformation of the party and the impact of the Trump era on its members. Through thorough research and analysis, the book sheds light on the complexities and challenges faced by Black Republicans as they navigate their political identities. It offers a unique perspective on the intersection of race, politics, and ideology.', 23.74, NULL, NULL, 26.99, 'The Grift : The Downward Spiral of Black Republicans from the Party of Lincoln to the Cult of Trump-90361.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-01 15:20:58', '2024-02-01 15:20:58'),
(2704, 'Butcher & Blackbird : The Ruinous Love Trilogy', 'fHfDPnHFK', 14, 'Butcher & Blackbird: The Ruinous Love Trilogy\" is an intense and captivating series that explores the complexities of love, passion, and the consequences of our choices. Set in a world filled with dark secrets and forbidden desires, this trilogy takes readers on a rollercoaster ride of emotions. With its beautifully crafted characters and intricate plot twists, \"Butcher & Blackbird\" will keep you hooked from the first page to the last. Get ready to embark on a thrilling and emotionally charged journey with this gripping trilogy', 15.84, NULL, NULL, 18.00, 'Butcher & Blackbird : The Ruinous Love Trilogy-65912.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-01 15:25:21', '2024-02-01 15:25:21'),
(2705, 'Sd-9254Wa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Progr', 'nikWm9FcS', 18, 'Sd-9254Wa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Programs, 8 Place Settings And Stainless Steel Tub White\r\n\r\nItem Condition: New', 812.00, NULL, NULL, 845.00, 'Sd-9254Wa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Progr-78480.png', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-01 15:26:44', '2024-02-01 15:26:44'),
(2706, 'Replacement For ISUZU MISC INDUSTRIAL EQUIPMENT YEAR 1999 STARTER', '8oSaujZGM', 14, 'Replacement For ISUZU MISC INDUSTRIAL EQUIPMENT YEAR 1999 STARTER STARTERS ALTERNATORS MOTORS STARTERS FORKLIF', 395.99, NULL, NULL, 406.99, 'Replacement For ISUZU MISC INDUSTRIAL EQUIPMENT YEAR 1999 STARTER-25399.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 15:29:12', '2024-02-01 15:29:12'),
(2707, 'Magnetic Color and Number Maze, Wooden Magnetic Color Sorting Maze for Toddlers 3-5, Montessori Toys Motor Skill Toys for Toddlers Boys Girls', '2fGdgGMSC', 16, 'SAFE TODDLER TOYS FOR 3+ YEAR OLD: This magnetic maze learning toy is made from thick, natural wood. Smooth surface, rounded corners design. Non-toxic and environmentally friendly paint. Toddlers’ safety always comes first\r\nFUN PRESCHOOL EDUCATION: Our magnetic sorting toy serves various learning purposes, including Color and Number Recognition, Practicing Counting, and Refining Fine Motor Skills. Moreover, it features 11 Animals for children to recognize. Not just toys, but also educational tools\r\n2 WAYS TO PLAY: The CozyJoyz magnetic sensory toys feature 2 maze channels for your kids to improve their fine motor skills. Guides the balls through the simple maze. Make precise movements through 4 obstacles in the advanced maze\r\nIDEAL GIFTS FOR KIDS: Packed in a beautiful gift box, bright colors and cute shapes surprise your little one. It\'s a great birthday, Christmas gifts, etc. Our magnetic toddler toys will bring joy to your kids\r\n100% SATISFACTION GUARANTEE: 30-day Return Guarantee. We cannot guarantee 100% non-defective items, but we guarantee 100% service to you. Satisfied customer service is our responsibility', 22.99, NULL, NULL, 25.99, 'Magnetic Color and Number Maze, Wooden Magnetic Color Sorting Maze for Toddlers 3-5, Montessori Toys Motor Skill Toys for Toddlers Boys Girls-44503.jpeg', 'Magnetic Color and Number Maze, Wooden Magnetic Color Sorting Maze for Toddlers 3-5, Montessori Toys Motor Skill Toys for Toddlers Boys Girls-54894.jpeg', 'Magnetic Color and Number Maze, Wooden Magnetic Color Sorting Maze for Toddlers 3-5, Montessori Toys Motor Skill Toys for Toddlers Boys Girls-28860.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 15:29:39', '2024-02-01 15:29:39'),
(2708, 'Sd-9254Ssa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Prog', 'uNEbq7zNX', 18, 'Sd-9254Ssa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Programs, 8 Place Settings And Stainless Steel Tub Stainless\r\n\r\nItem Condition: New', 676.99, NULL, NULL, 720.00, 'Sd-9254Ssa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Prog-57697.png', 'Sd-9254Ssa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Prog-78166.png', 'Sd-9254Ssa 18 Wide Built-In Dishwasher W/Heated Drying, Energy Star, 6 Wash Prog-45378.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 15:32:15', '2024-02-01 15:32:15'),
(2709, 'Random in Death : An Eve Dallas Novel', 'Nh80NDkw1', 14, 'Random in Death: An Eve Dallas Novel is an electrifying addition to the Eve Dallas series. In this gripping installment, Eve Dallas, the fearless detective, finds herself entangled in a complex case where the killer\'s motives seem completely random. With its fast-paced action, intriguing plot twists, and the ever-evolving dynamics of Eve\'s personal life, \"Random in Death\" will keep you on the edge of your seat. Get ready for another thrilling ride alongside Eve Dallas as she works to solve this puzzling and dangerous mystery', 26.40, NULL, NULL, 30.00, 'Random in Death : An Eve Dallas Novel-73911.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-01 15:34:23', '2024-02-01 15:34:23');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2710, 'Kids Game Smart Watch 24 Game Pedometer 2 HD Cameras Smartwatches for Children 3-14 Great Gifts to Girls Boys Electronic Learning Toys (Purple-A1)', 'wNFtZikqZ', 17, '⌚🎮【24 puzzle games 】 24 puzzle games , Children can play through select the game for their prefer, that can develop children’s intelligence and exercise children\'s reaction ability and thinking ability, and stimulate children\'s curiosity, and allow children to grow while playing.It\'s a game console that kids love,kids game smart watch\r\n⌚💕【Multifunctional smart watch for kids】 1.54-inch hd color touch screen, 500mAh large-capacity battery, Built in micro SD card,24 games, pedometer,3 alarm clocks, calculator, video, MP3 player,recorder, hd camera,adjustable five languages, wrist watch,\r\n⌚👟【 pedometer step】 kids smartwatch with a pedometer for kids. He doesn\'t need to be connected to his phone and the internet, and it doesn\'t have bluetooth. It can track your child\'s steps and burn calories.on during use switch is turned , the watches will automatically record the child\'s steps and calories burned. Get kids to love sports.\r\n⌚🎥【camera, video and music】 it supports video,music,photo,recorder,video recorder .It supports one click quick photography. This camera has 10 photo frames. Children can put their photos in it and get beautiful photos. Photos and recorded audio and video can be saved on the Built in micro SDcard. You can also download video and music files from the computer via USB cable and save them Built in micro SD card of the kid smart watch.\r\n⌚💁‍♂️【 Easy to user 】 After receiving the watch, charge it for two hours and leave it on for 5-10 seconds to open the watch, ,No need to download any APP,NO SIM, game watches, MP3 player music watch can work without SIM card. If you have any questions about watches, please message us through the mall or email. we will give you a satisfactory answer within 24 hours!', 27.99, NULL, NULL, 31.99, 'Kids Game Smart Watch 24 Game Pedometer 2 HD Cameras Smartwatches for Children 3-14 Great Gifts to Girls Boys Electronic Learning Toys (Purple-A1)-50376.jpeg', 'Kids Game Smart Watch 24 Game Pedometer 2 HD Cameras Smartwatches for Children 3-14 Great Gifts to Girls Boys Electronic Learning Toys (Purple-A1)-65029.jpeg', 'Kids Game Smart Watch 24 Game Pedometer 2 HD Cameras Smartwatches for Children 3-14 Great Gifts to Girls Boys Electronic Learning Toys (Purple-A1)-59445.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 15:34:50', '2024-02-01 15:34:50'),
(2711, 'Kng481-R Gas Range, Red', 'KUFbusrsD', 18, 'Cook And Bake Like A Pro With 2 Separate Ovens With Large Oven Windows, The Main Is A Heavy-Duty Blue Porcelain Oven With 4.2 Cu. Ft. Of Capacity While The Additional Side Oven Has 2.5 Cu. Ft. Matching The Power Of Professional Kitchens, This Top Of The Line Model Boasts 2 Separate Ovens: A 30 In. 22,000 Btu Convection Oven With 10,000 Btu Tube Burner And A 18 In. 15,000 Btu - With Space Enough To Prepare A Veritable Feast - And Room To Spare Manual Controls Give The Ease And Feeling Of Going Back To Traditional Cooking Oven Door Available In Six Interchangeable Colors', 7298.00, NULL, NULL, 7500.00, 'Kng481-R Gas Range, Red-65609.png', 'Kng481-R Gas Range, Red-70547.png', 'Kng481-R Gas Range, Red-87745.png', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-01 15:37:04', '2024-02-01 15:37:04'),
(2712, 'American Prometheus : The Inspiration for the Major Motion Picture Oppenheimer', 'zyCvkX5VD', 14, 'American Prometheus: The Inspiration for the Major Motion Picture Oppenheimer\" is an illuminating biography that delves into the life of J. Robert Oppenheimer, the brilliant physicist and key figure in the development of the atomic bomb. This book offers a deep exploration of Oppenheimer\'s personal and professional journey, examining his contributions to science, his complex relationships, and the moral dilemmas he faced. With its meticulous research and engaging storytelling, \"American Prometheus\" provides a fascinating glimpse into the life of a remarkable individual. It\'s definitely a must-read for anyone interested in history, science, and the human side of the atomic age', 22.00, NULL, NULL, 25.00, 'American Prometheus : The Inspiration for the Major Motion Picture Oppenheimer-16377.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-01 15:40:10', '2024-02-01 15:40:10'),
(2713, 'Tempered Glass Gas Cooktop, 12 In Gas Stove Top Gas Cooktop 2 Burners, Built-In', 'hLuRqOw1I', 18, 'High Efficiency Burners Gas Cooktop - The 2 Burner Propane Cooktop Equipped With 2 Versatile Burners: Rapid Burner10236Btu, Auxiliary Burner 5971Btu, Each Burner Distribute Even Heat To Meet A Variety Of Cooking Demand. Such As Simmer, Braise, Fry, Stir-Frying, Roast, Steaming, Boil, Melting Or Caramelizing. Our Melt-Proof Control Knobs Are Made Of Plastic Metal Composite Which Can Withstand High Temperatures And Insulate Heat, And It Won\'T Be Too Hot When You Touch It. Tempered Glass Surface, Easy To Clean - Dual Fuel Gas Hob Surface Is Made Of Highly Polished Glass Which Looks Beautiful And Is Easie', 200.78, NULL, NULL, 293.99, 'Tempered Glass Gas Cooktop, 12 In Gas Stove Top Gas Cooktop 2 Burners, Built-In-51462.png', 'Tempered Glass Gas Cooktop, 12 In Gas Stove Top Gas Cooktop 2 Burners, Built-In-94522.png', 'Tempered Glass Gas Cooktop, 12 In Gas Stove Top Gas Cooktop 2 Burners, Built-In-50661.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 15:41:22', '2024-02-01 15:41:22'),
(2714, 'BOSSIN Armless Office Desk Chair No Wheels,Fabric Padded Modern Swivel Vanity Chair', 'UVYkzF5Ah', 14, 'This one-of-a-kind adult office chair on the market features a chic fabric and plated brand new styling to give your home office a classic gorgeous look. It is made of stainless steel and rests on a four-pronged metal base for smooth placement on the carpet. Featuring a curved ergonomic back and a square seat wrapped in fabric, this armless chair is filled with foam that provides a lot of support while you sit. It also has a rotating design that makes it easy to move from one project to the next. In addition, the chair includes a seat height adjustment lever for comfortable sitting.\r\n\r\nBOSSIN  Home Office Desk Chair\r\nWide cushion allows you to relax in a larger space\r\nThe armless design does not restrict your movement space\r\nHigh quality polyester fabric, soft, breathable and comfortable\r\nMemory foam padding with ergonomic design provides you with more comfortable support.\r\n360° swivel, adjustable height mechanism and tilt control, the multifunctional design can meet the needs of daily life.\r\nThe cross-shaped base and elegant and stylish design allows the chair to be used in multiple scenarios such as offices, conference rooms, bedrooms, living rooms, etc.\r\nFeatures:\r\n\r\n360°Swivel\r\nTilt Function:100°-120°\r\nAdjustable Seat Height:13inch-18inch\r\nSeat Dimension:19.5 inch x 25.2 inch\r\nCushion Thickness:2.6 inch\r\nBackrest Dimension:15.2 inch x22 inch\r\nWeight Capacity: 350 lbs\r\nAbout the item\r\n\r\n✨【Fashion & Comfort】An elegant blend of comfort and style, this armless adult office chair is the perfect seating solution for your workspace. The ergonomic design delivers a sleek look and provides plenty of durability and support for long-term use. Effortlessly works with any décor to create an impression of comfort and elegance, perfect for offices, bedrooms, studies, living rooms, dressers, parlors and dormitory.\r\n✨【Wide Seat & Heavy Duty Base】The Task chair has a very wide seat, you can comfortably sit cross-legged or curled up in the chair. Also, this chair uses an SGS Certified 3-Class Gas Lift that can hold up to 300 pounds. The huge black painted cross metal base with non-slip pads keeps the chair stable and prevents scratches on the floor.\r\n✨【Multi-Function】Waleaf office chair with 5\'\' adjustable height, 360 degree swivel angle and 108°-130° tilt angle, whether for office or leisure, it provides you with the most comfortable height and angle. You can use the powerful lever to adjust the seat height or keep the backrest upright, and turn the knob under the seat to control the tilt tension.\r\n✨【Easy To Assemble】This vanity chair comes with all the hardware and necessary tools, as well as detailed instructions. Assembling this office chair yourself in the office or at home is easy and takes only 15 minutes.This would be a great choice for a gift for your girlfriend,wife and daughters!\r\n✨【Excellent Customer Service】 If there is any problem with the office chair, please contact us directly.Our customer support team will respond within 24 hours! 100% satisfactory solution if any issue!', 122.83, NULL, NULL, 135.83, 'BOSSIN Armless Office Desk Chair No Wheels,Fabric Padded Modern Swivel Vanity Chair-14843.jpeg', 'BOSSIN Armless Office Desk Chair No Wheels,Fabric Padded Modern Swivel Vanity Chair-24010.jpeg', 'BOSSIN Armless Office Desk Chair No Wheels,Fabric Padded Modern Swivel Vanity Chair-73429.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 15:44:08', '2024-02-01 15:44:08'),
(2715, 'Logical Road Builder Games, STEM Family Board Game, Large Educational Smart Brain Teasers Puzzles Toys, Preschool Learning Early Montessori Birthday Gifts for Kids Boys Girls Age 4-8 Year Old', 'cPgFnoRFu', 16, 'burgkidz Logical Road Builder Board Game is a great puzzle set for young ones to explore with constructing track designs or creating their own road. These are puzzles that connect the path from start to goal with different track pieces that become a path. Once you solve the puzzles, put the ball on the pull-back dinosaur car and go!\r\nThis Smart Logical Road Puzzles game is the perfect educational tool for children ages 3 and up. This game is designed to challenge children\'s logic and thinking skills through 200 different puzzle levels. The puzzle pieces are easy to handle and the instructions are simple to follow, providing a fun play experience for children of all ages.\r\nCompared to similar products, burgkidz of this large size logic road construction puzzle, larger size, 22 inches * 22 inches. 2 starting points, 2 end points, 2 cars, contains more track pieces, can achieve 2 kids race and relay mode. The small particles on top of the base plate, which are compatible with classic blocks, allow kids to build tunnels and various shapes on them, adding to the fun of this logic road puzzle toy.\r\nIn conclusion, the Kid Road Puzzle Track Board Game is a fantastic educational tool that is both fun and challenging. This game is perfect for children of all ages who love puzzles and board games. So why wait? Order your Kid Toy STEM Board Game today and watch your child\'s logic and thinking skills soar!', 34.98, NULL, NULL, 39.96, 'Logical Road Builder Games, STEM Family Board Game, Large Educational Smart Brain Teasers Puzzles Toys, Preschool Learning Early Montessori Birthday Gifts for Kids Boys Girls Age 4-8 Year Old-36054.jpeg', 'Logical Road Builder Games, STEM Family Board Game, Large Educational Smart Brain Teasers Puzzles Toys, Preschool Learning Early Montessori Birthday Gifts for Kids Boys Girls Age 4-8 Year Old-99472.jpeg', 'Logical Road Builder Games, STEM Family Board Game, Large Educational Smart Brain Teasers Puzzles Toys, Preschool Learning Early Montessori Birthday Gifts for Kids Boys Girls Age 4-8 Year Old-84224.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 15:46:28', '2024-02-01 15:46:28'),
(2716, 'Everyone on This Train Is a Suspect', 'thSTo3fpM', 14, 'Everyone on This Train Is a Suspect is a thrilling mystery novel that will keep you guessing until the very end. Set aboard a train, this gripping story follows a group of strangers who find themselves caught up in a murder investigation. As secrets are revealed and tensions rise, everyone becomes a suspect. With its suspenseful plot and intriguing characters, this book will keep you on the edge of your seat. Get ready for a wild ride as you try to uncover the truth alongside the passengers on this train.', 26.40, NULL, NULL, 30.00, 'Everyone on This Train Is a Suspect-98553.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-01 15:50:19', '2024-02-01 15:50:19'),
(2717, 'Homall Ribbed Office Chair Computer Desk Chair', 'VF98lRDyq', 14, 'color:%20White%0A%0ALeather%20Office%20Chair%0A%20%20-Strict%20quality%20control%0A%20%20-novel%20appearance%20design%0A%20%20-comfortable%20office%20experience%0A%20%20-perfect%20after-sales%20service%0A%0AFeature%3A%0A%20%20-High%20back%20Ergonomic%20Design%20with%20Bulit-in%20Lumbar%20Support.%0A%20%20-Premium%20PU%20leather%20material,%20Thickened%20spongy%20cushions.%0A%20%20-Flexible%20adjustation%3A%20360%20degrees%20swivel%20design%20and%20adjustable%20hieght%20from16.7%22%20to%2019.9%22.%0A%20%20-Rubber%20PU%20Wheels,%20No%20marks,%20Roll%20quiet,%20No%20Scratches.', 110.15, NULL, NULL, 142.15, 'Homall Ribbed Office Chair Computer Desk Chair-87060.jpeg', 'Homall Ribbed Office Chair Computer Desk Chair-54769.jpeg', 'Homall Ribbed Office Chair Computer Desk Chair-47861.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 15:51:11', '2024-02-01 15:51:11'),
(2718, 'Electric Cooktop,120V 2400W Electric Stove Top With Knob Control,9 Power Levels, Kids Lock Timer, Hot Surface Indicator, Overheat Protection,12 Inch Built-In Radiant Double Induction Cooktop', 'dpeYPVfoQ', 18, 'Electric Cooktop,120V 2400W Electric Stove Top With Knob Control,9 Power Levels, Kids Lock Timer, Hot Surface Indicator, Overheat Protection,12 Inch Built-In Radiant Double Induction Cooktop\r\n\r\nItem Condition: New\r\n\r\nModel: Electric Cooktop\r\n\r\nColor: Black', 254.00, NULL, NULL, 300.90, 'Electric Cooktop,120V 2400W Electric Stove Top With Knob Control,9 Power Levels, Kids Lock Timer, Hot Surface Indicator, Overheat Protection,12 Inch Built-In Radiant Double Induction Cooktop-59220.png', 'Electric Cooktop,120V 2400W Electric Stove Top With Knob Control,9 Power Levels, Kids Lock Timer, Hot Surface Indicator, Overheat Protection,12 Inch Built-In Radiant Double Induction Cooktop-68385.png', 'Electric Cooktop,120V 2400W Electric Stove Top With Knob Control,9 Power Levels, Kids Lock Timer, Hot Surface Indicator, Overheat Protection,12 Inch Built-In Radiant Double Induction Cooktop-93384.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-01 15:54:25', '2024-02-01 15:54:25'),
(2719, 'Car Track Set Race Track Toys for Boys Kids Easter Birthday Toy Gifts with LED Light-Up ,Flexible Changeable Magic Race Car Ramps Track Toys for Kids 3 4 5 6 7 8+Year Old Boys Girls (92)', 'hNAI6XcLu', 18, '【Flexible Track with Race Car】 Keep kids excited with hours of building toy games! Practice your child\'s hands-on sills in play，give your age 4-7 boys stimulating,creative, hands-on activity. the rainbow race car tracks easily connects in a snap together,included LED one race car which with two different car shells .\r\n【Car Track Set】Easy-to-snap-together and take apart race tracks for kids also rolls up,Just snap the pieces together and you get a fully customized speedway of your own creation,easy travel and storage.\r\n【Kids Christmas Gifts】 LED light-up race car,made of high quality material, durable and not easy to fade.Our battery-operated toy cars are made of BPA-free & quality plastic,not bad smell. Sleek and smooth corner, will not hurt your kids\' hands.Installed batteries, turn on the power switches then put the cars on track to shuttle. It will be a great gift option for car lovers little boys.\r\n【Glow in The Dark Race Cars 】Featuring 92 pcs of interchangeable rainbow car tracks, kids can build custom speedways in seconds! This quick and easy-to-set-up race track set for kids also includes 1 LED race car toys (requires 3 AA size batteries - not included) 2 interchangeable different car shells,4 colors track\r\n【Diy Building Game】 Bend, loop, flex these bendable race tracks in different ways, various shapes, and inspire creativity and imagination alone or with siblings and friends; this glow in the dark race track is a great educational toy that encourages kids to develop motor skills, thinking skills, problem-solving skills, teamwork, cooperation, and more\r\n【Ideal Gift Choice 】Changeable race car track make a great gift for your child, You can use items around your house like ladder,books, boxes, or trays to make tunnels, ramps, bridges, and more for endless hours of fun.', 26.98, NULL, NULL, 29.98, 'Car Track Set Race Track Toys for Boys Kids Easter Birthday Toy Gifts with LED Light-Up ,Flexible Changeable Magic Race Car Ramps Track Toys for Kids 3 4 5 6 7 8+Year Old Boys Girls (92)-56336.jpeg', 'Car Track Set Race Track Toys for Boys Kids Easter Birthday Toy Gifts with LED Light-Up ,Flexible Changeable Magic Race Car Ramps Track Toys for Kids 3 4 5 6 7 8+Year Old Boys Girls (92)-17948.jpeg', 'Car Track Set Race Track Toys for Boys Kids Easter Birthday Toy Gifts with LED Light-Up ,Flexible Changeable Magic Race Car Ramps Track Toys for Kids 3 4 5 6 7 8+Year Old Boys Girls (92)-36943.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 15:59:12', '2024-02-01 15:59:12'),
(2720, 'Samsung DA41-00692A Assembly PCB Kit Led', 'N37hw71yO', 18, 'Samsung DA41-00692A Assembly PCB Kit Led\r\n\r\nItem Condition: New\r\n\r\nBrand: SAMSUNG\r\n\r\nManufacturer: Samsung\r\n\r\nModel: DA41-00692A\r\n\r\nProduct Dimension: 8 x 6 x 1', 304.99, NULL, NULL, 428.00, 'Samsung DA41-00692A Assembly PCB Kit Led-36642.png', 'Samsung DA41-00692A Assembly PCB Kit Led-35009.png', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-02-01 16:04:35', '2024-02-01 16:04:35'),
(2721, 'Space Solutions 18\" Deep 3 Drawer Metal File Cabinet', 'jcbPK8BcG', 14, 'The 3-Drawer Organizer Metal File Cabinet is a multifunctional file cabinet perfect for storing files, supplies, and accessories for your small office or home office. Featuring two file drawers and an additional small storage drawer, this file cabinet features a smart, efficient design that works well in small spaces and fits under most work surfaces or desks. Each drawer features high-sides to accommodate letter-sized hanging files. The top pencil drawer is the perfect storage for other office essentials. The additional wheels that come with this file cabinet are both stylish and functional which makes it easy to move around your home or office. Using a patented glide suspension, the drawers have a smooth open and close slide with a three-quarter drawer extension to prevent tipping. In addition, you can keep your files and possessions secure by using the built-in lock for the top two drawers. Painted steel surface is non-porous and easy to clean . Bring organization and function to your home or office with this three-drawer file cabinet!\r\n\r\n- Two file drawers accommodate letter-size hanging file folders \r\n\r\n- File drawers have high-sides allowing storage for other office essentials \r\n\r\n- Pencil drawer ideal for storing office supplies \r\n\r\n- Smooth patented glide suspension with three-quarter drawer extension \r\n\r\n- Cam lock secures top two drawers \r\n\r\n- Casters make mobility that much easier! \r\n\r\n- Painted steel surface is non-porous and easy to clean and disinfect. \r\n\r\n- Hanging file folders and accessories not included.\r\n\r\nCountry of Origin: United States', 100459.00, NULL, NULL, 103459.00, 'Space Solutions 18\" Deep 3 Drawer Metal File Cabinet-29980.jpeg', 'Space Solutions 18\" Deep 3 Drawer Metal File Cabinet-42112.jpeg', 'Space Solutions 18\" Deep 3 Drawer Metal File Cabinet-91999.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 16:05:41', '2024-02-01 16:05:41'),
(2722, 'Hedgehog Game Montessori Toys for 3+ Year Old Toddlers,Baby Fine Motor Skill Wooden Toys,Early Education Counting Matching Game Toys,Hedgehog Board Game for Kids Birthday', 'SYIo4gSN5', 13, '【MONTESSORI TOYS FOR 3+ YEAR OLD】Wooden sensory fine motor toys is perfect for toddlers ages 2345678-12 years old Early Childhood Education Learning Toys that can help hone kid\'s color perception, logical thinking and hand-eye coordination skills. It can help them develop enlightenment such as counting, sorting, matching, stimulate your child\'s imagination, creativity.\r\n【BABY SAFE DESIGN】Kids learning toys are made of high quality basswood non-toxic material to ensure child safety, BPA free rounded corners design, these Montessori sensory toys are lightweight, hand polished, no sharp edges, easy for little hands to grab and finish counting. Montessori stacking puzzle toys are odorless and fade-resistant using high-definition professional heat transfer technology, making them very safe.\r\n【EDUCATIONAL TOYS FOR CHILDREN】Montessori toys are ideal for giving your kids an early start on fine motor skills and promoting the development of brain thinking. The sensory hedgehog board game exercises baby\'s concentration and hands-on skills to manipulate the sticks, while developing cognitive skills in colors, shapes patterns and cute animals!\r\n【SINGLE OR MULTIPLAYER GAME MODE】This hedgehog board game features a duel mode, where 1, 2 or 4 boys and girls race simultaneously to completely fill the holes on the board by throwing dice, adding and subtracting the rules of arithmetic and whoever fills the holes first wins or whoever pulls out all of the sticks on the hedgehogs first wins. You can use one or two dice to increase the fun and difficulty of the multiplayer game.\r\n【PERFECT MONTESSORI TOYS GIFT】Wooden learning & education toys comes in a beautiful gift package, it is a surprise counting versus sensory toys for children ages 3 to 12 years old baby girls boys, suitable for birthdays, parties, travel games, Thanksgiving, Christmas, Halloween. Hedgehog toys have intermodulation game experience, promote friendship with little ones, share happiness and encourage young children to stay away from electronic products.\r\n【24/7 CUSTOMER SERVICE】FICCURYS offers a 24-month warranty. If you have any problems with your sensory hedgehog toys during the warranty period, please contact us immediately for a replacement, we are happy to serve you.', 19.59, NULL, NULL, 26.99, 'Hedgehog Game Montessori Toys for 3+ Year Old Toddlers,Baby Fine Motor Skill Wooden Toys,Early Education Counting Matching Game Toys,Hedgehog Board Game for Kids Birthday-48569.jpeg', 'Hedgehog Game Montessori Toys for 3+ Year Old Toddlers,Baby Fine Motor Skill Wooden Toys,Early Education Counting Matching Game Toys,Hedgehog Board Game for Kids Birthday-60263.jpeg', 'Hedgehog Game Montessori Toys for 3+ Year Old Toddlers,Baby Fine Motor Skill Wooden Toys,Early Education Counting Matching Game Toys,Hedgehog Board Game for Kids Birthday-61849.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-01 16:10:42', '2024-02-01 16:10:42'),
(2723, 'Gas Cooktop 22Inch,Built In Gas Cooktop 4 Burners Stainless Steel Stove With Ng/', 'IA6JKxffN', 18, 'Safety Performancethe Use Of A Thermocouple Flameout Fault System Ensures That The Gas Is Automatically Turned Off When No Flame Is Detected, Helping To Avoid Gas Leakage. Durable Qualitythe Gas Cooker Is Made Of Stainless Steel Top, Durable Bakelite Knob And Cast Iron Grille For Easy Cleaning And Maintenance. Join Our Gas Stove Or Stove Today To Make Cooking Easier! Great Setingliquefied Petroleum Gas Nozzles Are Preset And Can Be Replaced With Nozzles To Meet Your Different Needs. Enclosed Chassis Designthe Enclosed Chassis Is Designed To Prevent Airflow From Affecting Combustion Stability During Cooking.', 235.99, NULL, NULL, 250.00, 'Gas Cooktop 22Inch,Built In Gas Cooktop 4 Burners Stainless Steel Stove With Ng/-10480.png', 'Gas Cooktop 22Inch,Built In Gas Cooktop 4 Burners Stainless Steel Stove With Ng/-45570.png', 'Gas Cooktop 22Inch,Built In Gas Cooktop 4 Burners Stainless Steel Stove With Ng/-11848.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-01 16:11:22', '2024-02-01 16:11:22'),
(2724, 'Compass Multi Boiler 2 Group Espresso Machine Cappuccino Latte Tea', 'SGq2Rs03d', 18, 'This model puts your business on the map! The Compass machine allows baristas to reach their full creative potential. It is the perfect tool for serving coffee after coffee, cup after cup, making it easy to adapt any parameter to the characteristics of specialty coffees or special blends.\r\n\r\nShipping\r\n\r\nDirect Freight Shipping To your Door, Machine Will Be Tested, Calibrated, Strapped to a Pallet and Insured to ensure it arrives Safely and Ready to Install For an Efficient Easy Setup.', 6470.00, NULL, NULL, 6599.00, 'Compass Multi Boiler 2 Group Espresso Machine Cappuccino Latte Tea-26443.png', 'Compass Multi Boiler 2 Group Espresso Machine Cappuccino Latte Tea-22537.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-01 16:16:48', '2024-02-01 16:16:48'),
(2725, 'COSCO Commercial XL Comfort Fabric Padded Metal Folding Chair (4-Pack)', 'RDBrYyINR', 14, 'Sit back and relax using this COSCO XL Comfort Premium Fabric Padded Metal Folding Chair for your next activity or get together! The perfect seating solution for any gathering, this chair is multipurpose making it great for banquets, graduation celebrations, and provides extra seating for guests. No matter the occasion, this chair is here to serve all of your seating needs! Featuring a comfortable and luxurious thick fabric padded seat and back, this chair provides comfort to support you during all activities. Available in a sleek and sophisticated all black color to match any household décor and personal aesthetic. This chair features non marring foot caps that helps to protect your floors from any scratches or damage. Before storing, simply wipe down this easy to clean chair using a damp cloth. When not in use, you can easily fold this chair for flat, compact storage. Includes a convenient handle hole for lightweight and easy transportation. Built to last, this commercial rated chair includes three cross braces and is constructed of durable all-steel. Features a weight capacity rating of up to 300 pounds and comes standard with a 1-year, limited warranty.\r\n\r\nPerfect seating solution for any gathering. Great for banquets, graduation celebrations, or get togethers.\r\nFeatures a thick fabric padded seat and back that provides you comfort during any activity.\r\nFeatures non-marring foot caps to protect floor surfaces from scratches or damage.\r\nIncludes a convenient handle hole for lightweight transportation and folds flat for compact and easy storage.\r\nCommercial rated chair built using three cross braces and constructed of durable all-steel.\r\nFeatures a weight capacity rating of 300 pounds.\r\nComes standard with a 1-year, limited warranty.\r\nOpen chair dimensions: 33.3 inches high x 18.5 inches wide x 22.2 inches deep\r\nFolded chair dimensions: 42.3 inches high x 3.8 inches wide\r\nCountry of Origin: China', 200.23, NULL, NULL, 228.23, 'COSCO Commercial XL Comfort Fabric Padded Metal Folding Chair (4-Pack)-18393.jpeg', 'COSCO Commercial XL Comfort Fabric Padded Metal Folding Chair (4-Pack)-43618.jpeg', 'COSCO Commercial XL Comfort Fabric Padded Metal Folding Chair (4-Pack)-35132.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 16:17:04', '2024-02-01 16:17:04'),
(2726, 'Engineer Forklift Frenzy Transport Game,Mine Tow Truck Toy,Construction Car Toy Stacking Toys,Stack & Matching Skill Game, Sorting Game,Educational Toy for Kids', 'CKtOUrVaV', 14, '🚚Enhanced Teamwork: Engineer Forklift Transport Game improves communication and social skills by requiring players to work together to stack toys without overturning the forklift.\r\n🚚SAFE TO PLAY: Your child\'s safety is our top priority, the Engineer Forklift Transport Game has no sharp edges or corners, rounded design and scratch-resistant and child-friendly materials.\r\n🚚DURABILITY GUARANTEED: Our engineer forklift transport game is made from durable and strong ABS material, ensuring your kids can play it for hours on end. This game has realistic details and features that will inspire your child\'s creativity.\r\n🚚【Forklift Transport Game】Simple and easy to play, randomly turn over the cards, stack the oil barrels according to the cards, transport the oil barrels to the designated location, put down the oil barrels, whoever runs faster wins. Stack the oil barrels according to the cards and transport them to the designated location, press the bell to win! . Compete with friends in puzzle racing games. Drop the oil barrel to win!\r\n🚚【Great Gift Idea】Perfect for birthday parties, festivals, Easter, Christmas, indoor and outdoor activities such as beach outings, park play and camping trips. It\'s your go-to source for spreading joy at any event.', 28.99, NULL, NULL, 32.88, 'Engineer Forklift Frenzy Transport Game,Mine Tow Truck Toy,Construction Car Toy Stacking Toys,Stack & Matching Skill Game, Sorting Game,Educational Toy for Kids-11273.jpeg', 'Engineer Forklift Frenzy Transport Game,Mine Tow Truck Toy,Construction Car Toy Stacking Toys,Stack & Matching Skill Game, Sorting Game,Educational Toy for Kids-39807.jpeg', 'Engineer Forklift Frenzy Transport Game,Mine Tow Truck Toy,Construction Car Toy Stacking Toys,Stack & Matching Skill Game, Sorting Game,Educational Toy for Kids-22479.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 16:17:42', '2024-02-01 16:17:42'),
(2727, 'Magnetic Drawing Board for Toddlers 1-3, Magnetic Toys with Magnetic Beads Pen Kids Toys, Kids Travel Toys Toddler Toys Age 2-4 Stocking Stuffers for Kids(Blue)', '0QHR5fb86', 15, '✔This magnetic board is a very fun magnetic toy that can help children improve their focus and creativity.\r\n\r\n✔The doodle board toddler toys age 2-4 is safe and durable and has a wealth of patterns that can continue to attract children\'s attention.', 12.99, NULL, NULL, 14.99, 'Magnetic Drawing Board for Toddlers 1-3, Magnetic Toys with Magnetic Beads Pen Kids Toys, Kids Travel Toys Toddler Toys Age 2-4 Stocking Stuffers for Kids(Blue)-15141.jpeg', 'Magnetic Drawing Board for Toddlers 1-3, Magnetic Toys with Magnetic Beads Pen Kids Toys, Kids Travel Toys Toddler Toys Age 2-4 Stocking Stuffers for Kids(Blue)-18994.jpeg', 'Magnetic Drawing Board for Toddlers 1-3, Magnetic Toys with Magnetic Beads Pen Kids Toys, Kids Travel Toys Toddler Toys Age 2-4 Stocking Stuffers for Kids(Blue)-98865.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-01 16:25:09', '2024-02-01 16:25:09'),
(2728, 'DCS Professional Series RGV305N 30 Inch Slide-In Gas Range with 5 Sealed Burners', 'tFhrUaqns', 18, 'DCS Professional Series RGV305N 30 Inch Slide-In Gas Range with 5 Sealed Burners\r\n\r\nBrand New, Factory Sealed\r\n\r\nThe RGV305 30\" gas range features 5 sealed burners to provide easy cleanup after cooking and and doubles as simmer burners that can reach a temperature as low as 140F. The oven comse 4.6 cu. ft. total capacity and includes a full extension telescopic rack, convection, a baking output of 30000 BTU and a broiler with a BTU rating of 19000.', 4720.00, NULL, NULL, 4799.00, 'DCS Professional Series RGV305N 30 Inch Slide-In Gas Range with 5 Sealed Burners-18187.png', 'DCS Professional Series RGV305N 30 Inch Slide-In Gas Range with 5 Sealed Burners-81594.png', 'DCS Professional Series RGV305N 30 Inch Slide-In Gas Range with 5 Sealed Burners-94735.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 16:25:28', '2024-02-01 16:25:28'),
(2729, 'Homall Electric Height Adjust', 'YDHg8lgsn', 14, 'This Homall height adjustable standing desk helps create a comfortable home office environment. Our electric height adjustable desks come with availability in a wide range of colors and sizes, allowing you to find the most suitable one for home and living scenario.The stable adjustable height and the 2-position memory height function provides you with a comfortable office experience. Plus, the easy and user-friendly installation helps with getting started using this brilliant height adjustable standing desk.\r\n\r\nSpecifics:\r\n\r\nBrand: Homall\r\n\r\nSize: 43\", 55\", 63\"\r\n\r\nColor: Black, White, Rustic\r\n\r\nFunction: Adjustable Height\r\n\r\nCountry of Origin: China', 189.88, NULL, NULL, 199.88, 'Homall Electric Height Adjust-85505.jpeg', 'Homall Electric Height Adjust-84627.jpeg', 'Homall Electric Height Adjust-88351.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 16:31:05', '2024-02-01 16:31:05'),
(2730, 'Outdoor Toys for Kids Ages 4-8, Flying Disc Launcher Family Outside Games, Outside Activities Toddler Chasing Toy Age 3-5 4-6, Birthday Gifts for Kids Boys Girls 3 4 5 6 7 8 9 10 11 12 Year Old', 'xBLM8hrIH', 16, 'Outdoor Stomp Flying Disc Toys – Our flying disc launcher with 16 colorful discs and 2 catching nets, kids can compete to see who can catch the flying disc faster. Suitable to outdoor or indoor activities with family. kids outdoor toys 3-8\r\nIndoor and Outdoor Interactive Games - Experience a new level of fun with Catch the Flying Disc. The outside sport game is very simple to play. Run. Stomp. Catch! Kids will have fun trying to chasing them. See who can catch flying disc the most! This Flying Disc toy is perfect for family activities, relax with friends and family, and enjoy a good time outdoor. perfect birthday gift for kids boys girls 3 4 5 6 7 8 9 10 11 12 years old.\r\nEasy to Use & Highly Portable - No batteries or extra equipment required, completely kid powered. Whether in the yard, in the park, on the lawn or at the beach, this toy will provide your child with an enjoyable outdoor play experience. outdoor play for kids boys\r\nSuitable for Kids of All Ages - Made of high-quality materials, ensuring its durability and quality. Flying Disc Launcher offers more than just fun and games. It promotes outdoor activities, enhances children\'s physical fitness and gross motor skills, also improves their social skills.\r\nIdeal Outdoor Toys Gifts for 4 5 6 7 8 9 10 Year Old Kids Boys - Outdoor toys for kids ages 4-8 8-12. It is a good choice for toy gifts for kids on birthdays, Christmas, Thanksgiving Day, New Year, etc. It is the best outdoor gaming toys for parent-child interaction too.', 18.99, NULL, NULL, 25.99, 'Outdoor Toys for Kids Ages 4-8, Flying Disc Launcher Family Outside Games, Outside Activities Toddler Chasing Toy Age 3-5 4-6, Birthday Gifts for Kids Boys Girls 3 4 5 6 7 8 9 10 11 12 Year Old-71856.jpeg', 'Outdoor Toys for Kids Ages 4-8, Flying Disc Launcher Family Outside Games, Outside Activities Toddler Chasing Toy Age 3-5 4-6, Birthday Gifts for Kids Boys Girls 3 4 5 6 7 8 9 10 11 12 Year Old-35876.jpeg', 'Outdoor Toys for Kids Ages 4-8, Flying Disc Launcher Family Outside Games, Outside Activities Toddler Chasing Toy Age 3-5 4-6, Birthday Gifts for Kids Boys Girls 3 4 5 6 7 8 9 10 11 12 Year Old-78432.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 16:32:38', '2024-02-01 16:32:38'),
(2731, 'NOB Whirlpool UXT4030ADS 30 inch Stainless Steel Non-Vented Range Hood', 'XGIYJSuKu', 18, 'NOB Whirlpool UXT4030ADS 30 inch Stainless Steel Non-Vented Range Hood\r\n\r\nNew Open Box - Minor cosmetic blemishes if any\r\n\r\nBox is a bit distressed\r\n\r\nComes as seen.\r\n\r\nFeatures\r\n\r\n2 fan-speed settings\r\n\r\nAllow you to adjust ventilation to meet your needs.\r\n\r\nMechanical controls\r\n\r\nOffer simple operation.\r\n\r\nBulb light shines down on the cooktop\r\n\r\nTo illuminate your workspace.\r\n\r\nStainless steel finish\r\n\r\nOffers a sleek, stylish look.', 164.00, NULL, NULL, 169.00, 'NOB Whirlpool UXT4030ADS 30 inch Stainless Steel Non-Vented Range Hood-15571.png', 'NOB Whirlpool UXT4030ADS 30 inch Stainless Steel Non-Vented Range Hood-11281.png', 'NOB Whirlpool UXT4030ADS 30 inch Stainless Steel Non-Vented Range Hood-37410.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 16:37:25', '2024-02-01 16:37:25'),
(2732, 'Bowling Set for Kids and Adults, Christmas Birthday Party Games, Kids Education Motor Skills Toys,Perfect Outdoor Toys', 'JEE02kym9', 17, 'Welcome to our world of glow-in-the-dark bowling set, a perfect choice to add excitement and surprise to your New Year\'s, Christmas, birthday, or party games. Whether at a bowling alley, family gathering, or friends\' get-together, these glow-in-the-dark bowling balls will provide you with a unique experience.', 19.89, NULL, NULL, 25.99, 'Bowling Set for Kids and Adults, Christmas Birthday Party Games, Kids Education Motor Skills Toys,Perfect Outdoor Toys-85136.jpeg', 'Bowling Set for Kids and Adults, Christmas Birthday Party Games, Kids Education Motor Skills Toys,Perfect Outdoor Toys-95756.jpeg', 'Bowling Set for Kids and Adults, Christmas Birthday Party Games, Kids Education Motor Skills Toys,Perfect Outdoor Toys-35285.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 16:39:57', '2024-02-01 16:39:57'),
(2733, '36 Inch All-Electric Range Oven With Ceramic Cooktop Burners, Stainless Steel', 'XrVVGXUPs', 18, '36 Inch All-Electric Range Oven With Ceramic Cooktop Burners, Stainless Steel Kitchen Stove With Large Capacity Convection Cooking, 4.3 Cu. Ft. ()\r\n\r\nItem Condition: New\r\n\r\nColor: Silver\r\n\r\nProduct Dimension: 35.4 X 25 X 36.8', 2887.00, NULL, NULL, 3007.00, '36 Inch All-Electric Range Oven With Ceramic Cooktop Burners, Stainless Steel-28966.png', '36 Inch All-Electric Range Oven With Ceramic Cooktop Burners, Stainless Steel-16305.png', '36 Inch All-Electric Range Oven With Ceramic Cooktop Burners, Stainless Steel-56989.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 16:45:43', '2024-02-01 16:45:43'),
(2734, 'Vinsetto Executive Linen Fabric Home Office Chair with Retractable Footrest, Headrest, and Lumbar Support', '01TMa2VEI', 14, 'Upgrade your workspace with the Vinsetto Executive Linen Fabric Home Office Chair. This modern ergonomic chair boasts a sturdy base with smooth rolling casters, adjustable seat height, and 360-degree swivel function. The chair comes with a retractable footrest that can be pulled outwards for relaxation or fully withdrawn for work, gaming, or studying. The high-quality materials and ergonomic structure of this chair help to maintain correct posture and comfort during prolonged sitting. With a 90-170 degree adjustable backrest, padded armrests, headrest, and lumbar pillow, this chair is perfect for those who spend long hours at a desk.', 220.72, NULL, NULL, 252.72, 'Vinsetto Executive Linen Fabric Home Office Chair with Retractable Footrest, Headrest, and Lumbar Support-48273.jpeg', 'Vinsetto Executive Linen Fabric Home Office Chair with Retractable Footrest, Headrest, and Lumbar Support-29520.jpeg', 'Vinsetto Executive Linen Fabric Home Office Chair with Retractable Footrest, Headrest, and Lumbar Support-69563.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-01 16:47:46', '2024-02-01 16:47:46'),
(2735, 'Mim50P-O Indoor Outdoor Energy Star Built-In Under Counter Clear Ice Maker Machi', 'KXxUgpG7K', 18, 'Produces Up To 65Lb Of Clear Slab Ice Cubes Per Day; Ice Size 3/4\" X 3/4\" X 1\" Interior Blue Led Lighting; Reversible Stainless Steel Door; 25Lb Removable Storage Bin With Automatic Overflow Prevention; Stainless Steel Scoop And Scoop Holder Freestanding, Undercounter, Or Built-In Applications; Internal Drain Pump Included For Flexible Installation Options Energy Efficient Design With Energy Star Listing; Ul And Nsf Commercial Approvals', 2450.00, NULL, NULL, 2721.00, 'Mim50P-O Indoor Outdoor Energy Star Built-In Under Counter Clear Ice Maker Machi-53509.png', 'Mim50P-O Indoor Outdoor Energy Star Built-In Under Counter Clear Ice Maker Machi-74949.png', 'Mim50P-O Indoor Outdoor Energy Star Built-In Under Counter Clear Ice Maker Machi-96879.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 16:54:29', '2024-02-01 16:54:29'),
(2736, 'Erector Set Set for Kids, 132pc 3D Vehicle Puzzle Toy - Includes Helicopter, Plane, Tractor, Car, and Motorcycle, A 5-in-1 Stem Building Kit for Boys and Girls Ages 5-12', 'klBA0yl3V', 17, 'Fun Buildable Vehicles: Let your child choose what they want to build that day! The Helicopter, Plane, Tractor, Car and Motorcycle all require the use problem solving skills and the help of little hands.\r\n132pc Plastic 3D Puzzle: Wheels, eyes, propellers, screws, nuts, bolts, and colorful pieces in all shapes and sizes! A fun, challenging puzzle that you can then play with, this game will have your little ones entertained for hours on end!\r\nTools Included: Equipped with a mini plastic wrench and screwdriver your kids can get the real “building” experience. A great way to improve fine motor skills and learn a bit of mechanics while having a blast!\r\nInteractive Stem Toy: These building toys for boys age 6-8 include a detailed visual assembly guide for all 5 models. ONLY ONE MODEL CAN BE BUILT AT A TIME (different models use the same parts).\r\nIdeal for Ages 5+: Due to the large amount of small parts, we do not recommend this 3D puzzle/erector set be given to children under the age of 5. Great birthday or holiday gift for children up to age 12.', 19.99, NULL, NULL, 29.99, 'Erector Set Set for Kids, 132pc 3D Vehicle Puzzle Toy - Includes Helicopter, Plane, Tractor, Car, and Motorcycle, A 5-in-1 Stem Building Kit for Boys and Girls Ages 5-12-80597.jpeg', 'Erector Set Set for Kids, 132pc 3D Vehicle Puzzle Toy - Includes Helicopter, Plane, Tractor, Car, and Motorcycle, A 5-in-1 Stem Building Kit for Boys and Girls Ages 5-12-23021.jpeg', 'Erector Set Set for Kids, 132pc 3D Vehicle Puzzle Toy - Includes Helicopter, Plane, Tractor, Car, and Motorcycle, A 5-in-1 Stem Building Kit for Boys and Girls Ages 5-12-75408.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 16:54:52', '2024-02-01 16:54:52'),
(2737, 'Commercial Ice Maker Machine 130Lbs/24H With 35Lbs Storage Bin,45 Ice Cubes Read', 'QPFS2STRR', 18, 'Our Ice Machine Is Very Easy To Install And Use. It Has A Freestanding Design And Lets You Install The Commercial Ice Maker Machine Anywhere You Need Easily. Come With An Lcd Display Panel That Makes Your Set Pretty Straightforward And Simple. [Multiple Functions]The Commercial Ice Maker Has Different Functions To Serve You Better: Ice Full Reminder, Ice Cube Thickness Option, Timing, Water Shortage Reminder, Automatic Cleaning. Just Press The \"Turn Up/Turn Down\" To Control The Ice-Making Time And The Ice Thickness.', 703.00, NULL, NULL, 745.00, 'Commercial Ice Maker Machine 130Lbs/24H With 35Lbs Storage Bin,45 Ice Cubes Read-73489.png', 'Commercial Ice Maker Machine 130Lbs/24H With 35Lbs Storage Bin,45 Ice Cubes Read-62268.png', 'Commercial Ice Maker Machine 130Lbs/24H With 35Lbs Storage Bin,45 Ice Cubes Read-93840.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 17:09:12', '2024-02-01 17:09:12'),
(2738, 'Construction Vehicles Toys for Boys, 60PCS Take Apart Trucks Engineering Building Excavator Crane DumpToy Set with Backpack, STEM Birthday Gifts for Kids Aged 3 4 5 6 8 Year Old Toddlers', 'ek2NNHd4v', 17, 'Premium Quality Toys: Made of premium ABS materials, these building toys are durable and sturdy, not easy to break. The pieces are bright in color and large in size, which is convenient for children to grasp. The set carrier features a smooth edges design, which is smooth and soft to touch\r\nEasy to Build Your Vehicles: Clear picture explanations can help children understand how to assemble these STEM toys. Stimulate their imagination and creativity. Each excavator toy can be tightened with a manual screwdriver\r\nComplete An Engineering Project with Friends: This STEM kit contains 2 vehicles with different elements, namely truck, excavator. And there are provided 8 rolling boulders that guarantee a construction zone jam-packed with activity and full of fun. Meet the needs of children to play together. Your child will enjoy driving with friends and develop their teamwork ability\r\nEarly Educational Function: This take apart toy set is an ideal learning toy set for children’s early education. By gradually assembling scattered parts into a complete excavator toy, to improve children\'s hands-on ability and concentration, and train their logical thinking ability\r\nNovelty Gifts: Our excavator toy set is an excellent learning gift for kids age 3 and over, especially for boys. Let your little engineer have their construction project built. It is a good way to start early education to develop creativity and hands-on skills. Also, it can help to build a stronger relationship between parents and kids', 17.99, NULL, NULL, 20.99, 'Construction Vehicles Toys for Boys, 60PCS Take Apart Trucks Engineering Building Excavator Crane DumpToy Set with Backpack, STEM Birthday Gifts for Kids Aged 3 4 5 6 8 Year Old Toddlers-80823.jpeg', 'Construction Vehicles Toys for Boys, 60PCS Take Apart Trucks Engineering Building Excavator Crane DumpToy Set with Backpack, STEM Birthday Gifts for Kids Aged 3 4 5 6 8 Year Old Toddlers-38451.jpeg', 'Construction Vehicles Toys for Boys, 60PCS Take Apart Trucks Engineering Building Excavator Crane DumpToy Set with Backpack, STEM Birthday Gifts for Kids Aged 3 4 5 6 8 Year Old Toddlers-78174.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-01 17:11:23', '2024-02-01 17:11:23'),
(2739, 'Euhomy Countertop Ice Maker Machine, 40Lbs/24H Auto Self-Cleaning, 24 Pcs Ice/13', 'Pe4qQXng5', 18, 'Smart Lcd Amp; Digital Display - User-Friendly Electronic Controls And A Crisp Digital Display Simplify Operation. Set The 8-Hour Timer For On-Demand Ice Production, And Rely On Indicators To Remind You To Add Water Or Empty The Ice Bucket. Enjoy A Hassle-Free Ice-Making Experience With The Push Of A Button. User-Friendly Amp; Easy Maintenance - The Freestanding Stainless Steel Design Offers Flexible Placement. A Removable 2.2 Lbs Ice Basket And Scoop Simplify Ice Retrieval. Easily Clean, Use, And Transport This Ice Maker.', 282.00, NULL, NULL, 302.00, 'Euhomy Countertop Ice Maker Machine, 40Lbs/24H Auto Self-Cleaning, 24 Pcs Ice/13-57023.png', 'Euhomy Countertop Ice Maker Machine, 40Lbs/24H Auto Self-Cleaning, 24 Pcs Ice/13-85169.png', 'Euhomy Countertop Ice Maker Machine, 40Lbs/24H Auto Self-Cleaning, 24 Pcs Ice/13-22420.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 17:16:23', '2024-02-01 17:16:23'),
(2740, '4 Packs Emergency Vehicle Toy Playsets, Friction Powered Vehicles with Light and Sound, Including Fire Truck, Ambulance Toy, Play Police Car and Toy Helicopter, Best Toddler Kids Boys Gifts', 'lz8OpbkbN', 17, 'Includes 1 Ambulance, 1 Fire Engine Truck, 1 Rescue Helicopter, and 1 Police Car Endless Fun. A Good Variety of 4 Daily Use City Heroes. All of Them Have Light and Sound.\r\nFriction Powered. Vehicles Will Roll on Their Own with Pushing for a Long-Distance on Smooth Surfaces. Full of Details Like Real Vehicles.\r\nFire Engine Has Flexible Water Pump, Which Can Be Rotated. The Rear Antenna of Police Car Can Swing, Pretending to Show the Sign for Catching Outlaw.\r\nAmbulance Has An Opened Door to Pretend to Send the Wounded. Rescue Helicopter Has a Rotatable Propeller. Hoist Cable of the Helicopter can Lift Up the Stretcher, Pretending to Transport the Wounded.', 29.99, NULL, NULL, 45.99, '4 Packs Emergency Vehicle Toy Playsets, Friction Powered Vehicles with Light and Sound, Including Fire Truck, Ambulance Toy, Play Police Car and Toy Helicopter, Best Toddler Kids Boys Gifts-50523.jpeg', '4 Packs Emergency Vehicle Toy Playsets, Friction Powered Vehicles with Light and Sound, Including Fire Truck, Ambulance Toy, Play Police Car and Toy Helicopter, Best Toddler Kids Boys Gifts-63043.jpeg', '4 Packs Emergency Vehicle Toy Playsets, Friction Powered Vehicles with Light and Sound, Including Fire Truck, Ambulance Toy, Play Police Car and Toy Helicopter, Best Toddler Kids Boys Gifts-85370.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 17:21:45', '2024-02-01 17:21:45');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2741, 'Alloy Mini Construction Vehicles,8Pcs Die-cast Construction Toys Set,Excavators Mixer Truck Bulldozers Forklift Dump Truck Toys,Pull Back Car Toys for Toddlers Kids Boys & Girls', 'ltGK9CzWu', 18, 'KIDS CONSTRUCTION VEHICLE TOYS SET: The mini engineering car toy comes with eight different shapes Equipped with 1 x forklift, 1 x bulldozer, 1 x road roller, 1 x excavator, 1 x cement truck , 2 x dump truck, 1 x Cranes.As they play with the toy, they will learn to recognize different shapes and colors, which will help them in their later years of education.\r\nDurable alloy material: The mini engineering car toy is made of high-quality alloy material, which is durable and long-lasting. The alloy material is also resistant to wear and tear, ensuring that the toy can withstand the rough and tumble play of toddlers. This makes it a great investment for parents who want a toy that can last for years.\r\nPull Back Cars and Friction Powered Trucks: These require no batteries, Playing with the mini engineering car toy requires children just a little push or pull. This makes them very easy to take anywhere helps to develop fine motor skills improve their dexterity and coordination\r\nEncourages imaginative play: The mini engineering car toy is designed to look like a construction vehicle, which encourages imaginative play. Children can use their imaginations to pretend that they are operating a construction site and moving different objects around. This kind of play is important for developing creativity and problem-solving skills.\r\nhe mini engineering car toy with eight different shapes made of alloy material is an excellent toy for young children. It has educational value, is safe for young children, develops fine motor skills, and encourages imaginative play. Parents can feel confident that their child is playing with a toy that is not only fun but also beneficial for their development.\r\nKIDS PERFECT GIFT:Equipped with exquisite gift boxes, It can be used as birthday cake decoration, enlightenment education props, Christmas gifts, Thanksgiving gifts, Birthday gifts, etc.', 19.99, NULL, NULL, 21.99, 'Alloy Mini Construction Vehicles,8Pcs Die-cast Construction Toys Set,Excavators Mixer Truck Bulldozers Forklift Dump Truck Toys,Pull Back Car Toys for Toddlers Kids Boys & Girls-74995.jpeg', 'Alloy Mini Construction Vehicles,8Pcs Die-cast Construction Toys Set,Excavators Mixer Truck Bulldozers Forklift Dump Truck Toys,Pull Back Car Toys for Toddlers Kids Boys & Girls-43891.jpeg', 'Alloy Mini Construction Vehicles,8Pcs Die-cast Construction Toys Set,Excavators Mixer Truck Bulldozers Forklift Dump Truck Toys,Pull Back Car Toys for Toddlers Kids Boys & Girls-44872.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 17:28:16', '2024-02-01 17:28:16'),
(2742, 'Countertop Ice Maker Machine, 9 Ice Cubes Ready In 6 Mins, 26Lbs Ice/24Hrs', '3lvO2ymkr', 18, 'The Lightweight And Portable Design Of The MiniIce Maker Makes It Easy To Store Or Carry, Just 8.8(W) 11.6(D) 11.4(H) Inches And Weighs Less Than 14Lbs, More Light Than Other Brand, Widely Used In Home, Kitchen, Office, Bar, Rv Etc. Great User Experience: Operates At A Low 35 Decibel Level, So You Can Have A Quiet Environment; Equipped With A Quiet Cooling Fan, Quickly Dissipate Heat For Long-Term Use; Visible Top Can Monitor Water Level And Ice Cubes Interior Of The Machine.', 152.00, NULL, NULL, 178.00, 'Countertop Ice Maker Machine, 9 Ice Cubes Ready In 6 Mins, 26Lbs Ice/24Hrs-46462.png', 'Countertop Ice Maker Machine, 9 Ice Cubes Ready In 6 Mins, 26Lbs Ice/24Hrs-62683.png', 'Countertop Ice Maker Machine, 9 Ice Cubes Ready In 6 Mins, 26Lbs Ice/24Hrs-96860.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 17:36:26', '2024-02-01 17:36:26'),
(2743, 'Remote Control Tractor Toy, Kids RC Tractor Set & Truck and Trailer Front Loader - Metal Car Head/8 Wheel/Light, Toddlers Farm Vehicle Toys for 3 4 5 6 7 8 9 Year Old Boys Girls Birthday Gift', 'qvxOPER4Z', 19, 'UPGRADED TRACTOR TOY SET: ① Metal Car Head ② 8 Wheel ③ 2.4GHz Remote Control ④ Front Loader ⑤ Dumpable Trailer ⑥ Upgrade Hook ⑦ Lights ⑧ Hay Bale* 6. It can be loaded, dumped and transported all kinds of goods at any time, realistic shape makes it a popular toy for the whole family, the little one will love this remote control tractor(measuring 6.1in*19in)\r\n8-WHEEL & ALLOY HEAD: Compared with the old 4-wheel plastic tractor, the upgraded alloy head with a powerful 8-wheel combination provides strong power and stability, no problem when driving on the carpet, sandbox or rough terrain. 6 moving directions and work like a real tractor, remember to turn on the lights (Press the light button. The light remains on when driving)\r\nHELP KIDS BUILD CRUCIAL SKILLS: As your little one \"plows\" while learning about farming and farming techniques, the abundance of accessories will spark your child\'s imagination and your child can create their own farm - with endless possibilities. This tractor toy set is the ideal learning remote control toy for toddlers and kids\r\nGREAT GIFT FOR FARM LOVERS: \"I wish to drive tractor\" This toy is the best gift for any child who dreams of driving their own tractor, easy to use 2.4GHz remote control, can be operated by multiple players at the same time without interference, you can also play with your little one this set of remote control tractor\r\n12 MONTH WARRANTY & 90 DAY FULL REFUND: We offer comprehensive after-sales service, and If you have any questions or concerns about the product, please feel free to contact our UARZT customer service team. We are dedicated to providing you with assistance and support', 39.99, NULL, NULL, 59.99, 'Remote Control Tractor Toy, Kids RC Tractor Set & Truck and Trailer Front Loader - Metal Car Head/8 Wheel/Light, Toddlers Farm Vehicle Toys for 3 4 5 6 7 8 9 Year Old Boys Girls Birthday Gift-43819.jpeg', 'Remote Control Tractor Toy, Kids RC Tractor Set & Truck and Trailer Front Loader - Metal Car Head/8 Wheel/Light, Toddlers Farm Vehicle Toys for 3 4 5 6 7 8 9 Year Old Boys Girls Birthday Gift-39489.jpeg', 'Remote Control Tractor Toy, Kids RC Tractor Set & Truck and Trailer Front Loader - Metal Car Head/8 Wheel/Light, Toddlers Farm Vehicle Toys for 3 4 5 6 7 8 9 Year Old Boys Girls Birthday Gift-31694.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 17:38:49', '2024-02-01 17:38:49'),
(2744, '61-Inch Race Track and Die-Cast Transport Truck Toys for 2 3 4 5 6 Years Old Boys Kids - Toddler Car Toy Set Gifts for Boys and Girls', '4ihQ4tr0d', 18, '3-in-1 transport truck toys make for great push-around play on their own, while also serving as storage space for small vehicles. And the 3-in-1 toy also transforms into a 61-inch racetrack with a dual launcher for competitive racing. All cars can store in trucks and take anywhere for enjoyment, which is travel friendly. Toddler truck and trailer toy enhances child’s motor skills and imagination while playing, which is loved by children as well as parents.', 34.99, NULL, NULL, 59.99, '61-Inch Race Track and Die-Cast Transport Truck Toys for 2 3 4 5 6 Years Old Boys Kids - Toddler Car Toy Set Gifts for Boys and Girls-60246.jpeg', '61-Inch Race Track and Die-Cast Transport Truck Toys for 2 3 4 5 6 Years Old Boys Kids - Toddler Car Toy Set Gifts for Boys and Girls-15736.jpeg', '61-Inch Race Track and Die-Cast Transport Truck Toys for 2 3 4 5 6 Years Old Boys Kids - Toddler Car Toy Set Gifts for Boys and Girls-28582.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-01 17:44:26', '2024-02-01 17:44:26'),
(2745, '1:14 Large Remote Control Excavator for Boys 4-7, 14 Channels Rc Construction Vehicles Excavator Toy with Mist Spray Metal Shovel,Birthday Gift for Boys & Girls and Adults(Yellow)', 'JB4VduA8W', 10, '👍【2023 Upgraded Version】This remote control excavator is equipped with mist spray function, excavator toys for boys 3-5 year old designed specifically for indoor and outdoor play，Your kids will have a durable real large 1/14 scale remote control digger,our remote control excavator have 14 functional actions.\r\n👍【Powerful Functions Performance】:Our remote control excavator for boys 4-7 owning Alloy bucket,powerful Strong Arm Strength,metal shovel can excavate with ease; its ability to rotate 680 degrees and its rubber tracks allow it to function in any location or orientation,This rc construction vehicles features LED lights and realistic sound effects that bring the construction experience to life.\r\n👍【Build your Engineering Dream】:Our rc excavator toy cultivates your child\'s hands-on abilities, develops intelligence, and stimulates their potential. Fully enjoy the fun of being an engineering excavator and give children a beautiful gift.\r\n👍【Two 1800MA Capacity Battery】: The remote excavator with smoke upgraded 1800MA battery is as powerful as your active kids. With two batteries, children can keep playing with the remote excavator and enjoy building without having to pause for the battery to recharge rc backhoe.\r\n👍【Kids Best Gift Idea】: Green steel excavator With its authentic lights and sounds, this rc excavators toy is best gifts for boys 3-5 4-7 8 9 10 11 12 years old,our remote control construction vehicle is perfect kids boys girls birthday holiday Christmas gifts.yard excavator toy is best boy birthday gift', 38.89, NULL, NULL, 42.99, '1:14 Large Remote Control Excavator for Boys 4-7, 14 Channels Rc Construction Vehicles Excavator Toy with Mist Spray Metal Shovel,Birthday Gift for Boys & Girls and Adults(Yellow)-49702.jpeg', '1:14 Large Remote Control Excavator for Boys 4-7, 14 Channels Rc Construction Vehicles Excavator Toy with Mist Spray Metal Shovel,Birthday Gift for Boys & Girls and Adults(Yellow)-68480.jpeg', '1:14 Large Remote Control Excavator for Boys 4-7, 14 Channels Rc Construction Vehicles Excavator Toy with Mist Spray Metal Shovel,Birthday Gift for Boys & Girls and Adults(Yellow)-26436.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-01 17:51:11', '2024-02-01 17:51:11'),
(2746, 'Remote Control Dump Truck RC Truck Construction Vehicle Truck Toys with Rechargeable Battery for Toddlers Kids Boys and Girls', 'QgjM1RVgh', 13, '✅ 【2023 Upgraded Version】Compared with the traditional yellow dump truck, we have upgraded the color, which is different from others, our black construction vehicle looks more cool and realistic.Used with remote control excavator toy, it is very suitable for indoor and outdoor play.\r\n✅【Powerful 4 Wheel Drive】This remote Control truck is 4 wheel drive with powerful motors. Go forward / backward; Turn left / right; Dump bed up and down. Excellent for carrying sand/gravel/soil and runing. It is a perfect construction toy for kids boys.\r\n✅【2.4Ghz Radio Control】Automatic Pairing, 10-100 feet control range or more. Will allow several trucks ready to run without Interference at the same time. Make kids experience the fun of race, exercise hand-eye coordination.\r\n✅【High Quality & Unique Design】The dump truck toy is made of high quality plastic and metal, which has a strong ability to carry sand and soil. The metal cab makes the dump truck more realistic and cool, just like a real truck toy.\r\n✅ 【The Best Gift to Choose】The truck toy is a perfect birthday gifts for kids. It is the best choice for 3 4 5 6 7 8 years old vehicle-love kids boys and girls. Great for parent-children activity. Also funning toy playing with friends to increase kid’s cooperation ability. Enjoy the fun life together.', 41.99, NULL, NULL, 59.99, 'Remote Control Dump Truck RC Truck Construction Vehicle Truck Toys with Rechargeable Battery for Toddlers Kids Boys and Girls-44445.jpeg', 'Remote Control Dump Truck RC Truck Construction Vehicle Truck Toys with Rechargeable Battery for Toddlers Kids Boys and Girls-34410.jpeg', 'Remote Control Dump Truck RC Truck Construction Vehicle Truck Toys with Rechargeable Battery for Toddlers Kids Boys and Girls-63893.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-01 18:00:54', '2024-02-01 18:00:54'),
(2747, 'Nugget Ice Maker Countertop - Pebble Ice Maker Machine With Self-Cleaning Function', 'H2uNxvdwo', 18, 'Our Nugget Ice Maker Produces Chewable Nugget Ice, Perfect For Smoothies, Cocktails, Sodas, And More. Unlike Regular Ice Cubes, The Satisfying Crunch And Chewy Texture Of Nugget Ice Comes From The Compacted And Layered Ice Flakes, Resulting In A Better Mouthfeel. Hassle-Free Maintenance: The Countertop Ice Maker Has A Removable Cover, Making It Easy To Reach Every Nook And Cranny For A Deep Clean.', 289.00, NULL, NULL, 307.00, 'Nugget Ice Maker Countertop - Pebble Ice Maker Machine With Self-Cleaning Function-58170.png', 'Nugget Ice Maker Countertop - Pebble Ice Maker Machine With Self-Cleaning Function-34737.png', 'Nugget Ice Maker Countertop - Pebble Ice Maker Machine With Self-Cleaning Function-81770.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 22:44:34', '2024-02-01 22:44:34'),
(2748, 'Ice Maker Countertop, Portable Ice Machine With Carry Handle, Self-Cleaning Ice', 'HwCodvTpy', 18, 'Efficient Ice Making: Make Bullet-Shaped Ice Cubes In Just 6 Minutes! The Powerful Compressor Can Produce Up To 26 Lbs Per Day With 1.3 Lbs Storage Capacity. The 1.2 L Water Tank Keeps The Machine Topped Up And Ready To Go. Convenient Portable Design: The Sturdy Handle Makes The Ice Maker Easy To Carry, While The Scoop Attaches To The Basket For Convenient Storage. Weighing Just 13.7 Lbs, You Can Take This Compact Machine Room To Room Or To An Event With Ease.', 126.99, NULL, NULL, 187.36, 'Ice Maker Countertop, Portable Ice Machine With Carry Handle, Self-Cleaning Ice-13025.png', 'Ice Maker Countertop, Portable Ice Machine With Carry Handle, Self-Cleaning Ice-39552.png', NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-01 22:50:26', '2024-02-01 22:50:26'),
(2749, 'Game of Thrones Dragon Pendant Necklace', '457hKOX38', 14, 'The Game of Thrones Dragon Pendant Necklace is a stunning piece of jewelry that any fan of the series would love. This necklace features a beautifully crafted dragon pendant, symbolizing the power and majesty of the dragons in the Game of Thrones universe. It\'s a perfect accessory to show off your love for the show and add a touch of fantasy to your style. Whether you\'re attending a convention or simply want to channel your inner Khaleesi, this necklace is a must-have for any Game of Thrones enthusiast.', 125.00, NULL, NULL, 129.99, 'Game of Thrones Dragon Pendant Necklace-83970.jpeg', 'Game of Thrones Dragon Pendant Necklace-46195.jpeg', 'Game of Thrones Dragon Pendant Necklace-96843.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-01 22:53:51', '2024-02-01 22:53:51'),
(2750, 'Pandora Moments Studded Chain Necklace and Heart Dangle Set', '4zluTjY8G', 14, 'The Pandora Moments Studded Chain Necklace and Heart Dangle Set is a stunning jewelry ensemble that will add a touch of elegance to any outfit. The necklace features a delicate studded chain that adds a subtle sparkle, while the heart dangle pendant adds a romantic and feminine touch. This set is perfect for expressing your personal style and can be worn for both casual and formal occasions. Whether you\'re treating yourself or looking for a special gift, the Pandora Moments Studded Chain Necklace and Heart Dangle Set is a beautiful choice.', 235.00, NULL, NULL, 250.00, 'Pandora Moments Studded Chain Necklace and Heart Dangle Set-47447.jpeg', 'Pandora Moments Studded Chain Necklace and Heart Dangle Set-64741.jpeg', 'Pandora Moments Studded Chain Necklace and Heart Dangle Set-37094.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-01 22:57:30', '2024-02-01 22:57:30'),
(2751, 'Scf-24C Chest Freezer, 24 Cu. Ft, White', 'w6loRHVQT', 18, 'Consistent Cabinet Temperatures Utilizing A 1/5 Hp Compressor Our Compact Chest Freezer Maintains The Temperature Between 0 To-8F More Effortless Thanks To Eco-Friendly R600A Refrigerant. Lockable Lid Design - 2 Lids Offering A Great Way To Protect Meats, Steaks, Or Off-Limits Frozen Goods To Guests Or Staff Members We Added A Heavy-Duty Built-In Lock With Key To Prevent, Tampering, Or Unauthorized Access. Smooth-Rolling Caster Wheels - Seamlessly Attached To The Underside Of Our Deep Freezer Chest Are Caster Wheels That Allow You To Move Your Unit Effortlessly Around A Garage, Mudroom, Or Commercial Storage Area.', 2377.00, NULL, NULL, 2450.00, 'Scf-24C Chest Freezer, 24 Cu. Ft, White-75315.png', 'Scf-24C Chest Freezer, 24 Cu. Ft, White-20417.png', 'Scf-24C Chest Freezer, 24 Cu. Ft, White-44898.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 22:57:50', '2024-02-01 22:57:50'),
(2752, 'FINAL SALE - Marvel Spider-Man Pavé Pendant', 'YKndECWhU', 14, 'The FINAL SALE - Marvel Spider-Man Pavé Pendant is a must-have for any Spider-Man fan. This pendant features the iconic Spider-Man logo, adorned with dazzling pavé-set crystals, adding a touch of sparkle and style. It\'s the perfect accessory to show off your love for the friendly neighborhood superhero. Whether you\'re attending a comic convention or just want to add a touch of Marvel magic to your everyday look, this pendant is a great choice. Don\'t miss out on this final sale opportunity to own a piece of Spider-Man memorabilia.', 66.99, NULL, NULL, 95.00, 'FINAL SALE - Marvel Spider-Man Pavé Pendant-19093.jpeg', 'FINAL SALE - Marvel Spider-Man Pavé Pendant-93742.jpeg', 'FINAL SALE - Marvel Spider-Man Pavé Pendant-24531.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-01 23:02:21', '2024-02-01 23:02:21'),
(2753, 'Scf-16C Chest Freezer, 16 Cu. Ft, White', 'fuPAr8HJO', 18, 'Our Compact Chest Freezer Maintains The Temperature Between 0 To-8F More Effortless Thanks To Eco-Friendly R600A Refrigerant. Lockable Lid Design Offering A Great Way To Protect Meats, Steaks, Or Off-Limits Frozen Goods To Guests Or Staff Members We Added A Heavy-Duty Built-In Lock With Key To Prevent, Tampering, Or Unauthorized Access. Smooth-Rolling Caster Wheels Seamlessly Attached To The Underside Of Our Deep Freezer Chest Are Caster Wheels That Allow You To Move Your Unit Effortlessly Around A Garage, Mudroom, Or Commercial Storage Area.', 1500.00, NULL, NULL, 1559.00, 'Scf-16C Chest Freezer, 16 Cu. Ft, White-46028.png', 'Scf-16C Chest Freezer, 16 Cu. Ft, White-96103.png', 'Scf-16C Chest Freezer, 16 Cu. Ft, White-17315.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-01 23:03:16', '2024-02-01 23:03:16'),
(2754, 'Sparkling Elevated Heart Jewelry Gift Set', 'ZwvPnk0fh', 14, 'The Sparkling Elevated Heart Jewelry Gift Set is a stunning collection that will make any heart skip a beat. This set includes a necklace and matching earrings, both featuring elevated heart-shaped designs adorned with sparkling crystals. The set is perfect for adding a touch of elegance and glamour to any outfit. Whether you\'re treating yourself or looking for a special gift, this jewelry set is sure to make a statement. Get ready to shine and sparkle with the Sparkling Elevated Heart Jewelry Gift Set.', 217.00, NULL, NULL, 310.00, 'Sparkling Elevated Heart Jewelry Gift Set-62092.jpeg', 'Sparkling Elevated Heart Jewelry Gift Set-52868.jpeg', 'Sparkling Elevated Heart Jewelry Gift Set-72296.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-01 23:06:02', '2024-02-01 23:06:02'),
(2755, 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place', 'Fcre9iQ3v', 19, '6 Wash Programs: Heavy, Normal, Eco, Glass, 90 Min, Rapid Rinse Aid Warning Indicator: Refill Reminder On Rinse Aid Stainless Steel Interior Time Delay Feature: Allows You To Program Operation At A Later Start Time (1-24 Hours) Error Alarm: Displays Fault Codes Adjustable Upper Rack: To Accommo', 1003.00, NULL, NULL, 1125.00, 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place-73374.png', 'Sd-9263Wa 18 Wide Portable Dishwasher With Energy Star, 6 Wash Programs, 8 Place-79023.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 23:07:43', '2024-02-01 23:07:43'),
(2756, 'VEVOR Hydraulic Toe Jack, 15 Ton on Toe, 30 Ton on Top Lift Capacity Machine, 6-1/5in Stork Air, Heavy-Duty Steel Claw for Machinery, Industry', 'OeH1uWgc7', 14, 'VEVOR Hydraulic Toe Jack, 15 Ton on Toe, 30 Ton on Top Lift Capacity Machine, 6-1/5in Stork Air, Heavy-Duty Steel Claw for Machinery, Industry', 229.99, NULL, NULL, 259.99, 'VEVOR Hydraulic Toe Jack, 15 Ton on Toe, 30 Ton on Top Lift Capacity Machine, 6-1/5in Stork Air, Heavy-Duty Steel Claw for Machinery, Industry-67270.jpeg', 'VEVOR Hydraulic Toe Jack, 15 Ton on Toe, 30 Ton on Top Lift Capacity Machine, 6-1/5in Stork Air, Heavy-Duty Steel Claw for Machinery, Industry-31157.jpeg', 'VEVOR Hydraulic Toe Jack, 15 Ton on Toe, 30 Ton on Top Lift Capacity Machine, 6-1/5in Stork Air, Heavy-Duty Steel Claw for Machinery, Industry-95870.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 23:09:20', '2024-02-01 23:09:20'),
(2757, 'Cherry Blossom Pendant Necklace Set', 'YGQg1HiQG', 14, 'The Cherry Blossom Pendant Necklace Set is a beautiful and delicate ensemble that captures the essence of spring. This set features a pendant necklace with a charming cherry blossom design, symbolizing beauty and renewal. The matching earrings complete the look, adding a touch of elegance and femininity. Whether you\'re attending a special event or simply want to add a touch of nature-inspired beauty to your everyday style, this set is a perfect choice. Embrace the beauty of cherry blossoms with the Cherry Blossom Pendant Necklace Set.', 205.00, NULL, NULL, 315.00, 'Cherry Blossom Pendant Necklace Set-92084.jpeg', 'Cherry Blossom Pendant Necklace Set-26000.jpeg', 'Cherry Blossom Pendant Necklace Set-94842.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-01 23:09:53', '2024-02-01 23:09:53'),
(2758, 'Pandora Infinite Lab-grown Diamond Pendant & Necklace 0.25 carat tw 14k Gold', 'frVMmHvYB', 14, 'The Pandora Infinite Lab-grown Diamond Pendant & Necklace is a stunning piece of jewelry that combines elegance and sustainability. This pendant features a beautiful lab-grown diamond, weighing 0.25 carats, set in a 14k gold pendant. It\'s a perfect accessory to add a touch of sparkle and sophistication to any outfit. Plus, with lab-grown diamonds, you can enjoy the beauty of diamonds while supporting ethical and sustainable practices. Treat yourself or someone special to the timeless beauty of the Pandora Infinite Lab-grown Diamond Pendant & Necklace.', 850.00, NULL, NULL, 980.99, 'Pandora Infinite Lab-grown Diamond Pendant & Necklace 0.25 carat tw 14k Gold-53029.jpeg', 'Pandora Infinite Lab-grown Diamond Pendant & Necklace 0.25 carat tw 14k Gold-98411.jpeg', 'Pandora Infinite Lab-grown Diamond Pendant & Necklace 0.25 carat tw 14k Gold-52331.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-01 23:14:57', '2024-02-01 23:14:57'),
(2759, 'Alliance (321) Construction Machinery 12-16.5 F Industrial Tire', '7kKFbsXg3', 14, 'Alliance (321) Construction Machinery 12/-16.5', 175.65, NULL, NULL, 186.65, 'Alliance (321) Construction Machinery 12-16.5 F Industrial Tire-75758.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-01 23:15:03', '2024-02-01 23:15:03'),
(2760, 'Pandora Nova Lab-grown Diamond Pendant Necklace 0.50 carat tw 14k White Gold', 'O84X16pTc', 14, 'The Pandora Nova Lab-grown Diamond Pendant Necklace is a showstopper! This necklace features a stunning 0.50 carat total weight lab-grown diamond set in a 14k white gold pendant. It\'s the perfect combination of elegance and sustainability. With its timeless design and sparkling diamond, this necklace will add a touch of glamour to any outfit. Treat yourself or someone special to the beauty of the Pandora Nova Lab-grown Diamond Pendant Necklace.', 1350.00, NULL, NULL, 1500.99, 'Pandora Nova Lab-grown Diamond Pendant Necklace 0.50 carat tw 14k White Gold-84786.jpeg', 'Pandora Nova Lab-grown Diamond Pendant Necklace 0.50 carat tw 14k White Gold-65956.jpeg', 'Pandora Nova Lab-grown Diamond Pendant Necklace 0.50 carat tw 14k White Gold-44877.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-01 23:18:23', '2024-02-01 23:18:23'),
(2761, 'Industrial Metal Machine Age Shop Stools from Schrade Knife Factory in NY', '1G52O633l', 14, 'Fantastic set of six industrial metal stools from schrade knife factory in Ellenville NY.\r\nDetails\r\nDimensions\r\nHeight: 34 in (86.36 cm)\r\nWidth: 15.5 in (39.37 cm)\r\nDepth: 17 in (43.18 cm)\r\nSeat Height: 20.5 in (52.07 cm)', 1300.00, NULL, NULL, 1650.00, 'Industrial Metal Machine Age Shop Stools from Schrade Knife Factory in NY-99113.jpeg', 'Industrial Metal Machine Age Shop Stools from Schrade Knife Factory in NY-92520.jpeg', 'Industrial Metal Machine Age Shop Stools from Schrade Knife Factory in NY-41781.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 23:22:34', '2024-02-01 23:22:34'),
(2762, 'ROCKET R Cinquantotto R58 Espresso/Capp Machine Coffee Touch PID', 'u4IWVvIua', 19, 'Highlights Fast and Free Delivery! Great for the Home/Office/Bar/Small Cafe and Holidays!\r\n\r\nRocket Espresso?s R58 has been a beloved dual boiler in the home espresso community for years! Rocket, as a brand, is well known for its attention to detail down to the smallest parts. In their history of not skimping the Rocket Espresso R58 Cinquantotto is absolutely no exception!\r\n\r\nSome cosmetic changes have greatly improved the form and function of the Rocket R58. With the Cinquantotto, meaning fifty-eight in Italian, angled feet provide some visual interest while slightly lowering the machine?s overall height.', 3860.00, NULL, NULL, 3899.00, 'ROCKET R Cinquantotto R58 Espresso/Capp Machine Coffee Touch PID-24154.png', 'ROCKET R Cinquantotto R58 Espresso/Capp Machine Coffee Touch PID-41429.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-01 23:23:17', '2024-02-01 23:23:17'),
(2763, 'Pandora Talisman Lab-grown Diamond Heart Pendant 0.75 carat tw 14k Gold', 'UPdRDg38P', 14, 'The Pandora Talisman Lab-grown Diamond Heart Pendant is a true symbol of love and beauty. This pendant features a dazzling 0.75 carat total weight lab-grown diamond, set in a 14k gold heart-shaped pendant. It\'s a stunning piece that will capture hearts and turn heads wherever you go. Whether you\'re treating yourself or looking for a heartfelt gift, the Pandora Talisman Lab-grown Diamond Heart Pendant is a perfect choice. Spread love and sparkle with this exquisite piece of jewelry\r\n\r\nCollection\r\nPandora Lab-Grown Diamonds\r\nStone\r\nLab-Grown Diamond\r\nColour\r\nClear\r\nThemes\r\nPandora Talisman\r\nProduct Type\r\nNecklaces\r\nItem\r\n352887C01\r\nMetal\r\n14k Gold\r\nMaterial\r\nNo Other Material\r\nCarat total weight\r\n0.75\r\nClarity\r\nVS+\r\nDiamond color\r\nG-J\r\nCut\r\nExcellent\r\nDiamond Shape\r\nRound Brilliant\r\nDimensions\r\nDepth: 4 mm\r\nHeight: 12.5 mm\r\nWidth: 8 mm', 990.00, NULL, NULL, 1113.00, 'Pandora Talisman Lab-grown Diamond Heart Pendant 0.75 carat tw 14k Gold-31769.jpeg', 'Pandora Talisman Lab-grown Diamond Heart Pendant 0.75 carat tw 14k Gold-93757.jpeg', 'Pandora Talisman Lab-grown Diamond Heart Pendant 0.75 carat tw 14k Gold-94319.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-01 23:24:23', '2024-02-01 23:24:23'),
(2764, 'Espresso Pod Machine Frog Base Revolution/Steam Wand + 1 cs. Espresso Pods Free!', 'fZFDrbUBG', 19, 'Need a great espresso machine, but not the big price tag? Look no further! This little machine with it\'s compact size can fit almost anywhere - it also can be portable for parties, catering and more. Pump out espresso\'s cappuccino\'s, lattes and more.', 422.00, NULL, NULL, 450.00, 'Espresso Pod Machine Frog Base Revolution/Steam Wand + 1 cs. Espresso Pods Free!-60192.png', 'Espresso Pod Machine Frog Base Revolution/Steam Wand + 1 cs. Espresso Pods Free!-87673.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-01 23:27:40', '2024-02-01 23:27:40'),
(2765, 'Set 6 Vintage Industrial Original Singer Sewing Spring Back Factory Chairs Stool', 'tB51txEKF', 14, 'A magnificent set of six iconic and rare Singer sewing spring back factory chairs, English circa 1920. - Cast iron construction, sprung backrests, height adjustable chunky seats, all feet marked Singer, they have all been recently French polished and now look immaculate. - Manufactured by \'Simanco\' and stamped throughout alongside the model number \'94500\', original wingnuts to the legs also included. - Height: 80cm, Depth 43cm, Width 35cm, Seat Height: 41cm-62cm.  Singer The Corporation is an American manufacturer of sewing machines, first established as I. M. Singer & Co. in 1851 by Isaac Merritt Singer. Buoyed by its success, Singer took the initiative in 1910 by marketing specially adapted furniture: a stool with cast iron base and original timber seat launched the range. Years later, the stool was fitted with a spring and backrest and became the illustrious adjustable chair.\r\nContinue Reading\r\nDetails\r\nAttributed to\r\nSinger (Maker)\r\nDimensions\r\nHeight: 31.5 in (80 cm)\r\nWidth: 13.78 in (35 cm)\r\nDepth: 16.93 in (43 cm)\r\nSeat Height: 24.41 in (62 cm)', 10000.00, NULL, NULL, 10211.07, 'Set 6 Vintage Industrial Original Singer Sewing Spring Back Factory Chairs Stool-57368.jpeg', 'Set 6 Vintage Industrial Original Singer Sewing Spring Back Factory Chairs Stool-69612.jpeg', 'Set 6 Vintage Industrial Original Singer Sewing Spring Back Factory Chairs Stool-19729.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 23:28:03', '2024-02-01 23:28:03'),
(2766, 'Sapphire & 1/6 cttw Diamond Band Ring', 'sL5hq57yQ', 19, 'The Sapphire & 1/6 cttw Diamond Band Ring is a true beauty. This ring features a stunning sapphire gemstone surrounded by sparkling diamonds. It\'s the perfect combination of elegance and sophistication. Whether you\'re looking for a special gift or treating yourself, this ring is sure to make a statement. The vibrant blue of the sapphire and the dazzling diamonds will add a touch of glamour to any outfit. Get ready to shine with the Sapphire & 1/6 cttw Diamond Band Ring', 323.00, NULL, NULL, 770.00, 'Sapphire & 1/6 cttw Diamond Band Ring-50443.jpeg', 'Sapphire & 1/6 cttw Diamond Band Ring-65338.jpeg', 'Sapphire & 1/6 cttw Diamond Band Ring-17839.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-01 23:29:19', '2024-02-01 23:29:19'),
(2767, 'Pear-Cut Onyx Ring with Diamonds', '9QCdCaGKk', 14, 'The Pear-Cut Onyx Ring with Diamonds is a stunning piece of jewelry. This ring features a pear-cut onyx gemstone surrounded by sparkling diamonds. It\'s a perfect combination of boldness and elegance. The sleek black onyx and the dazzling diamonds create a striking contrast that will surely catch everyone\'s attention. Whether you\'re dressing up for a special occasion or adding a touch of sophistication to your everyday style, the Pear-Cut Onyx Ring with Diamonds is a fantastic choice. Embrace the beauty of this unique ring', 187.00, NULL, NULL, 430.00, 'Pear-Cut Onyx Ring with Diamonds-13974.jpeg', 'Pear-Cut Onyx Ring with Diamonds-41656.jpeg', 'Pear-Cut Onyx Ring with Diamonds-88214.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-01 23:32:17', '2024-02-01 23:32:17'),
(2768, 'Textile Machine Works Riveted Steel Factory Cabinet Antique', 'gnKgHnH6x', 14, 'This heavy, riveted steel work station cabinet, crafted by Textile Machine Works in Reading, PA, exudes industrial charm. In very good condition, it has been meticulously stripped and sealed with a clear finish, showcasing its robust structure. The cabinet features one shelf and a drawer, adding to its practicality. Whether used for storage or as a distinctive statement piece, this riveted steel factory cabinet brings a touch of history and durability to your space. Please note, this item is located in one of our NYC locations.\r\nContinue Reading\r\nDetails\r\nCreator\r\nTextile Machine Works (Manufacturer)\r\nDimensions\r\nHeight: 31.125 in (79.06 cm)\r\nWidth: 25.125 in (63.82 cm)\r\nDepth: 25.125 in (63.82 cm)\r\nStyle\r\nIndustrial (In the Style Of)', 2860.00, NULL, NULL, 3000.00, 'Textile Machine Works Riveted Steel Factory Cabinet Antique-14269.jpeg', 'Textile Machine Works Riveted Steel Factory Cabinet Antique-75070.jpeg', 'Textile Machine Works Riveted Steel Factory Cabinet Antique-39856.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 23:33:56', '2024-02-01 23:33:56'),
(2769, '9.5-10mm Freshwater Pearl Crisscross Ring, Two-Tone', 'b2qryM0yE', 14, 'The 9.5-10mm Freshwater Pearl Crisscross Ring in a two-tone design is absolutely stunning. This ring features a lustrous freshwater pearl, measuring 9.5-10mm in size, nestled within a crisscross band. The two-tone design adds a modern and stylish touch to the classic elegance of the pearl. It\'s the perfect accessory to elevate any outfit, whether you\'re dressing up for a special occasion or adding a touch of sophistication to your everyday look. Get ready to shine with the beauty of this Freshwater Pearl Crisscross Ring.', 29.75, NULL, NULL, 75.00, '9.5-10mm Freshwater Pearl Crisscross Ring, Two-Tone-84182.jpeg', '9.5-10mm Freshwater Pearl Crisscross Ring, Two-Tone-20131.jpeg', NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-01 23:38:20', '2024-02-01 23:38:20'),
(2770, 'VEVOR Industrial Chiller,110V CW-5000,800W,for 80W/100W Engraving Machine Cooling Machine - 800W', '1e4O8mYpw', 14, 'Economical and Practical: Tank capacity: 6 L; Maximum flow: 16 L/min; Precision: ±32.54℉/0.3℃; Cooling capacity: 800 W; Voltage: 110V; Frequency: 60 Hz. The CW-5000 industrial chiller is equipped with an energy-saving design, and it can also extend the service life of laser tubes and ensure the better use of the CNC machine. \r\nStrong Heat Dissipation Capacity: The water chiller has two professional forced air-cooled radiators, high heat dissipating capacity, and cannot easily be blocked. It uses a standard R410a refrigerant to keep laser cutting and engraving machines cool during use. \r\nAccurate Thermostat: This laser water chiller features two working temperature modes: constant temp and intelligent temp adjustment. Constant temperature control mode is selected as factory setting with water temp at 25℃, and you can adjust it as needed. \r\nVarious Alarm Functions: This professional industrial chiller has multiple warning protection mechanisms to ensure it is safe to use, such as water flow alarm protection, high/low-temperature alarm, compressor delay protection as well as compressor overcurrent protection. \r\nMultiple Application: CW-5000 Series professional industrial water chiller is suitable for small water-cooled cooling devices requested machinery. It is designed for cooling the one CO2 glass laser tube under 80W/100W of the laser engraving and cutting machine.  \r\nPackage Content \r\n\r\n1 x Water Chiller Machine \r\n1 x Power Cable \r\n2 x Sealing Washers \r\n1 x Spare Fuse \r\n1 x User Manual \r\n1 x Alarm Signal Output Plug\r\nCountry of Origin: China', 600.99, NULL, NULL, 744.99, 'VEVOR Industrial Chiller,110V CW-5000,800W,for 80W/100W Engraving Machine Cooling Machine - 800W-55232.jpeg', 'VEVOR Industrial Chiller,110V CW-5000,800W,for 80W/100W Engraving Machine Cooling Machine - 800W-64888.jpeg', 'VEVOR Industrial Chiller,110V CW-5000,800W,for 80W/100W Engraving Machine Cooling Machine - 800W-75080.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 23:39:40', '2024-02-01 23:39:40'),
(2771, '1/5 cttw Diamond Hinged Bangle Bracelet', 'rxjz14LNk', 14, 'The 1/5 cttw Diamond Hinged Bangle Bracelet is a true showstopper. This bracelet features a stunning array of diamonds, totaling 1/5 carat, set in a hinged bangle design. It\'s the perfect combination of elegance and sophistication. Whether you\'re dressing up for a special occasion or adding a touch of sparkle to your everyday style, this bracelet is sure to make a statement. Get ready to shine with the 1/5 cttw Diamond Hinged Bangle Bracelet.', 297.50, NULL, NULL, 630.00, '1/5 cttw Diamond Hinged Bangle Bracelet-38468.jpeg', '1/5 cttw Diamond Hinged Bangle Bracelet-50420.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-01 23:41:42', '2024-02-01 23:41:42'),
(2772, 'Vintage 1997 Hasbro GI Joe Toolbox w/23-Accessories MINT CINDITION', 'GTQxeRoUC', 19, 'This rare vintage Hasbro GI Joe Toolbox from 1997 comes with 23 accessories and is in excellent condition. The green hard plastic toolbox is designed in a 1:6 scale and features the GI Joe character Tool Box. The toolbox includes various accessories such as weapons, tools, and other army-themed items that add to its authenticity.', 45.00, NULL, NULL, 80.00, 'Vintage 1997 Hasbro GI Joe Toolbox w/23-Accessories MINT CINDITION-47426.png', 'Vintage 1997 Hasbro GI Joe Toolbox w/23-Accessories MINT CINDITION-12360.png', 'Vintage 1997 Hasbro GI Joe Toolbox w/23-Accessories MINT CINDITION-13831.png', 'Accessories', 4.5, NULL, 1, '2024-02-01 23:45:24', '2024-02-01 23:46:41'),
(2773, 'Ozonlife Upgraded Ozone Generator 50,000mg/h Powerful Ozone Machine Odor Removal for Industrial Commercial Household', 'YgfpQMLIZ', 19, 'NEWEST Version with 50,000mg/h Ozone Output --- Our new designed ozone generator can emit 50,000mg ozone per hour! It can eliminate virtually any odors from cigar smoke, cooking, pets, bathrooms, paint, etc. Not only for home use, but also for office, hotel, factory and other public area.\r\n2 Level of Ozone Output --- OI and OII for you to set the ozone output of 25g/h or 50g/h for different areas. Powerful enough for industrial use! Remove tough odor at minute!\r\nTimer with &#39;HOLD&#39; Mode for Super Large Public Area --- Turn the knob clockwise to set up the timer up to 180 minutes. If need to treat area over 10,000ft, turn counter-clockwise to &#39;HOLD&#39; mode and the machine will work continuously.\r\nA Suprised Added Function --- Double way to purify air!! Check at our pictures and you will know more functions of our Ozonlife Ozone Generator! No matter what aire problems, just believe in our powerful ozone machine!\r\nWarranty & Maintenance --- Our ozone machines', 377.67, NULL, NULL, 477.67, 'Ozonlife Upgraded Ozone Generator 50,000mg/h Powerful Ozone Machine Odor Removal for Industrial Commercial Household-92381.jpeg', 'Ozonlife Upgraded Ozone Generator 50,000mg/h Powerful Ozone Machine Odor Removal for Industrial Commercial Household-88254.jpeg', 'Ozonlife Upgraded Ozone Generator 50,000mg/h Powerful Ozone Machine Odor Removal for Industrial Commercial Household-47650.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-01 23:46:16', '2024-02-01 23:46:16'),
(2774, 'VAN CLEEF Pierre Arpels 18kt Rose Gold Diamond Women\'s Watch VCARO3GL00', 'TldwuzPcH', 14, 'The VAN CLEEF Pierre Arpels 18kt Rose Gold Diamond Women\'s Watch VCARO3GL00 is an absolute beauty. This watch is crafted with exquisite 18kt rose gold and adorned with sparkling diamonds. It\'s a perfect blend of luxury and elegance. The timeless design and attention to detail make this watch a true statement piece. Whether you\'re attending a special event or simply want to add a touch of sophistication to your everyday look, the VAN CLEEF Pierre Arpels watch is sure to impress. Get ready to turn heads with this stunning timepiece.', 30502.00, NULL, NULL, 35200.00, 'VAN CLEEF Pierre Arpels 18kt Rose Gold Diamond Women\'s Watch VCARO3GL00-57283.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-01 23:47:59', '2024-02-01 23:47:59'),
(2775, 'New 4K Dash Cam A810 with Sony Starvis 2 IMX678,Dual HDR Front and Rear Cam,Built in GPS,Night Owl Vision,Support 256GB Max,Smart Parking Guardian Mode,AI Motion Detection,Time-Lapse Recording', 'DAEBaIdsB', 14, '【True 4K with the Latest 2023 Sony IMX678】 70mai\'s exclusive image technology MaiColor Vivid+ Solution (MVS) further optimizes footage quality in terms of exposure balance, color accurateness and stability, especially under complex lighting environment (Note: 60FPS framerate is only available when resolution is set to 1080P)\r\n【New Updated HDR Dual-Channel Recording】 Compatible with the 1080P HDR rear camera, crucial for providing evidence of rear-end collisions. Switch view anytime with a click of a button via dash cam. Videos of both cameras are saved regardless of the current display\r\n【70mai Night Owl Vision】 With the exclusive Night Owl View feature, this dash cam delivers unparalleled nighttime performance. Combined with Dual HDR and SONY STARVIS 2, the A810 achieves superior clarity and color saturation compared to STARVIS, enabling true 4K detail reproduction. The ultimate solution for capturing clear and detailed footage, day or night\r\n【Built-in GPS for Positioning & Route Tracking】 Get the monitoring of time, speed (mph, km/h), and coordinates with the 70mai new updated version 4K Dash Cam. It tracks the exact location of accidents for roadside assistance and insurance claims. The 70mai App generates route-tracking maps after each trip to better trace your journey\r\n【24H AI Parking Surveillance】 With advanced AI motion detection algorithm, the A810 is able to identify suspicious human activities in front of the car, and activates recording automatically. Both the front and rear cameras record during parking surveillance, effectively preventing hit-and-runs or break-ins （Note: 70mai Hardwire Kit UP03: B09TDZ6FWZ, sold separately, is required for parking mode）\r\n【Time-Lapse Recording】 Compress every 15 minutes of footage into 1 minute, it uses 7*24 hours of low power consumption mode (1 frame per second) to save more memory card space, and allow much faster playback so you can catch noteworthy events instantly（Note: 70mai Hardwire Kit UP03: B09TDZ6FWZ, not included, is required for parking mode）\r\n【Seamless Loop Recording】70mai new 4K dash camera A810 overwrites the oldest videos with new content when the SD card is full, so the dash cam can achieve continuous recording. You can change the video file length from 1,2,3min by settings. This cam supports microSD cards with the minimum capacity of 32GB and rating of U3(UHS-3) or above, supported 256GB max\r\n【Smart 70mai App Control】 Connect to the 70mai App via the dash cam\'s own WiFi hotspot, accessing real-time footage without using up your phone\'s data in distance of 3 to 5 meters. Plus, this function enables you to achieve continuous OTA updates by automatically fixing bugs and updating software', 90.00, NULL, NULL, 179.99, 'New 4K Dash Cam A810 with Sony Starvis 2 IMX678,Dual HDR Front and Rear Cam,Built in GPS,Night Owl Vision,Support 256GB Max,Smart Parking Guardian Mode,AI Motion Detection,Time-Lapse Recording-72485.jpeg', 'New 4K Dash Cam A810 with Sony Starvis 2 IMX678,Dual HDR Front and Rear Cam,Built in GPS,Night Owl Vision,Support 256GB Max,Smart Parking Guardian Mode,AI Motion Detection,Time-Lapse Recording-37718.jpeg', 'New 4K Dash Cam A810 with Sony Starvis 2 IMX678,Dual HDR Front and Rear Cam,Built in GPS,Night Owl Vision,Support 256GB Max,Smart Parking Guardian Mode,AI Motion Detection,Time-Lapse Recording-35584.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-01 23:50:57', '2024-02-01 23:50:57'),
(2776, 'Van Cleef & Arpels Vintage Alhambra Pendant Necklace in 18K Yellow Gold', 'dzHmZWGlv', 14, 'The Van Cleef & Arpels Vintage Alhambra Pendant Necklace in 18K Yellow Gold is a true classic. This necklace features the iconic Alhambra motif in a vintage design, crafted with exquisite 18K yellow gold. It\'s a timeless piece that exudes elegance and sophistication. Whether you\'re dressing up for a special occasion or adding a touch of luxury to your everyday style, this pendant necklace is sure to make a statement. Get ready to shine with the beauty of the Van Cleef & Arpels Vintage Alhambra Pendant Necklace.', 3964.15, NULL, NULL, 4230.00, 'Van Cleef & Arpels Vintage Alhambra Pendant Necklace in 18K Yellow Gold-38626.jpeg', 'Van Cleef & Arpels Vintage Alhambra Pendant Necklace in 18K Yellow Gold-89582.jpeg', 'Van Cleef & Arpels Vintage Alhambra Pendant Necklace in 18K Yellow Gold-28525.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-01 23:52:48', '2024-02-01 23:52:48'),
(2777, 'Stéphane Couturier Usine Toyota n°18 (Valenciennes) – Stéphane Couturier, Toyota, Car Factory, Art 2005', 'fKSMf1MNv', 14, 'Stéphane COUTURIER (*1957, France) Usine Toyota n°18 (Valenciennes), 2005 C-Print with Diasec Face in Artist\'s Frame Sheet 182 x 246.4 cm (71 5/8 x 97 in.)\r\n\r\nContinue Reading\r\nDetails\r\nCreator\r\nStéphane Couturier (1957)\r\nCreation Year\r\n2005\r\nDimensions\r\nHeight: 71.66 in (182 cm)\r\nWidth: 97.05 in (246.5 cm)\r\n\r\nContinue Reading\r\nDetails\r\nCreator\r\nStéphane Couturier (1957)\r\nCreation Year\r\n2005\r\nDimensions\r\nHeight: 71.66 in (182 cm)\r\nWidth: 97.05 in (246.5 cm)', 40000.00, NULL, NULL, 42995.00, 'Stéphane Couturier Usine Toyota n°18 (Valenciennes) – Stéphane Couturier, Toyota, Car Factory, Art 2005-13592.jpeg', 'Stéphane Couturier Usine Toyota n°18 (Valenciennes) – Stéphane Couturier, Toyota, Car Factory, Art 2005-29598.jpeg', 'Stéphane Couturier Usine Toyota n°18 (Valenciennes) – Stéphane Couturier, Toyota, Car Factory, Art 2005-89200.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-01 23:54:39', '2024-02-01 23:54:39'),
(2778, 'Flexible Tentacle Tripod for Mobile Phone and Action Camera GoPro, Insta360, DJI Osmo, As Seen on Shark Tank, Bendable Suction Cup Camera Mount & Holder, iPhone & Android Compatible', 'j677XPSZx', 14, 'ALL-IN-ONE FLEXIBLE SUCTION MOUNT: Tenikle’s 6th generation product sets a new standard in versatile, hands-free device mounting, inspired by the adaptability of an octopus.\r\nCONVENIENT & PORTABLE: Take your Tenikle PRO anywhere you go. As a phone holder for your car windshield, a camera mount for off-road adventures or even a phone tripod for your desk or scrolling in bed the mounting possibilities are endless!\r\nENHANCED SUCTION & DESIGN: Now features an open-faced suction, eliminating faulty adhesion and ensuring a firmer grip with less fuss for eaiser on-the-go mounting. And with studier legs and optimized stiffness for reduced bounce, the Tenikle PRO is ideal for action-packed scenarios.\r\nFLEXIBLE MOUNTING POSSIBILITIES: The 4th Arm rotates a full 360º, granting you unparalleled flexibility in portrait and landscape orientations. Whether you\'re watching a video, creating content, reading, or working, you can easily switch between modes with a simple twist.\r\nEASILY SUCTION TO SMOOTH SURFACES: Bend it, stick it, stand it, however you use it.. Tenikle PRO’s suction cups work on any smooth surface. So no matter the shot, you\'ll capture the best angle. (Note: does not stick to dashboards, textured surfaces or fabric)\r\nOPTIMIZED FOR ANY PHONE: Revamped phone clip with universal fit ensuring a robust design that\'s built to last while reducing the size to a smaller form. The newly upgraded phone clip expands to hold any smartphone sizes, even with cases on.\r\nAS SEEN ON SHARK TANK: Yes, this is the product you\'ve seen on ABC\'s Shark Tank! Make sure you grab the product that captivated the Sharks and the audience, today!', 29.89, NULL, NULL, 32.89, 'Flexible Tentacle Tripod for Mobile Phone and Action Camera GoPro, Insta360, DJI Osmo, As Seen on Shark Tank, Bendable Suction Cup Camera Mount & Holder, iPhone & Android Compatible-63458.jpeg', 'Flexible Tentacle Tripod for Mobile Phone and Action Camera GoPro, Insta360, DJI Osmo, As Seen on Shark Tank, Bendable Suction Cup Camera Mount & Holder, iPhone & Android Compatible-26119.jpeg', 'Flexible Tentacle Tripod for Mobile Phone and Action Camera GoPro, Insta360, DJI Osmo, As Seen on Shark Tank, Bendable Suction Cup Camera Mount & Holder, iPhone & Android Compatible-72951.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-01 23:57:59', '2024-02-01 23:57:59'),
(2779, 'Van Cleef & Arpels Yellow Gold Blue Agate Vintage Alhambra 5 Motif Bracelet VCAR', 'MxfR64V30', 17, 'The Van Cleef & Arpels Yellow Gold Blue Agate Vintage Alhambra 5 Motif Bracelet VCAR is absolutely stunning. This bracelet features five beautiful blue agate motifs set in yellow gold, creating a striking and elegant design. The Alhambra collection is known for its timeless beauty and this bracelet is no exception. Whether you\'re dressing up for a special occasion or adding a touch of sophistication to your everyday look, this Van Cleef & Arpels bracelet is sure to turn heads. Get ready to elevate your style with the Yellow Gold Blue Agate Vintage Alhambra 5 Motif Bracelet.', 7889.00, NULL, NULL, 8120.00, 'Van Cleef & Arpels Yellow Gold Blue Agate Vintage Alhambra 5 Motif Bracelet VCAR-70661.jpeg', 'Van Cleef & Arpels Yellow Gold Blue Agate Vintage Alhambra 5 Motif Bracelet VCAR-58664.jpeg', 'Van Cleef & Arpels Yellow Gold Blue Agate Vintage Alhambra 5 Motif Bracelet VCAR-44757.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-01 23:58:48', '2024-02-01 23:58:48'),
(2780, 'PATEK PHILIPPE Nautilus Golden Dial 18kt Rose Gold Diamond Women\'s Watch 7118/1200R-010', 'lyiDt4Y6u', 14, 'The PATEK PHILIPPE Nautilus Golden Dial 18kt Rose Gold Diamond Women\'s Watch 7118/1200R-010 is an absolute showstopper. This watch is crafted with luxurious 18kt rose gold and adorned with sparkling diamonds. The golden dial adds a touch of elegance and sophistication to the design. It\'s a perfect combination of style and craftsmanship. Whether you\'re attending a special event or simply want to elevate your everyday look, this PATEK PHILIPPE Nautilus watch is sure to make a statement. Get ready to shine with this stunning timepiece.', 128800.00, NULL, NULL, 130500.00, 'PATEK PHILIPPE Nautilus Golden Dial 18kt Rose Gold Diamond Women\'s Watch 7118/1200R-010-25818.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-02 00:02:28', '2024-02-02 00:02:28');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2781, 'Fox Shocks 883-06-140 Fox 3.0 Factory Series Internal Bypass Coilover Reservoir Adjustable; Extended 29.080 in.; Collapsed 21.180 in.; Stroke 7.900 in.; Fits select: 2017-2018 FORD F150', 'DbEEA0YdQ', 14, 'Packed With 35 Years Of Race Winning Technology. Durable Zinc Plated Seamless Alloy Body. Industry-Leading 17-4 H900 Stainless Steel Shaft. ORB O-Ring Port Fittings Deliver A Superior Seal. Black Anodized CNC Machined Aluminum Components. 100% Serviceable And Tunable For Longer Lifespan. Teflon-Lined Heat-Treated Spherical Bearings. Redundant Sealing System/Long Lasting Performance.\r\nFox Racing Shox\r\n883-06-140\r\nNEW\r\n\r\nAdditional Features\r\nColor:Steel', 2574.64, NULL, NULL, 2974.64, 'Fox Shocks 883-06-140 Fox 3.0 Factory Series Internal Bypass Coilover Reservoir Adjustable; Extended 29.080 in.; Collapsed 21.180 in.; Stroke 7.900 in.; Fits select: 2017-2018 FORD F150-17859.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-02 00:03:43', '2024-02-02 00:03:43'),
(2783, '1x Dr Reckeweg Aconite Napellus 30CH Dilution 11ml', 'QIanaH7zR', 19, 'Dr Reckeweg Germany Aconite Napellus Dilution 11ml.\r\n\r\nQty: 1(x 11ml) Bottle.\r\n\r\nExpiry: 5 Years.\r\n\r\nSelect Potency: 3X, 6 CH, 30 CH, 200 CH, 1M (1000 CH), 10M CH, 50M CH, CM CH\r\n\r\nForm: Liquid\r\n\r\nWeight: 40 (gms)\r\n\r\nDimensions: 2.3 (cm) x 2.3 (cm) x 7.4 (cm)\r\n\r\nMade In Germany.', 11.00, NULL, NULL, 14.97, '1x Dr Reckeweg Aconite Napellus 30CH Dilution 11ml-27567.png', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-02 00:04:42', '2024-02-02 00:04:42'),
(2784, 'Universal International Travel Power Adapter', 'MTA86jTa7', 14, '[International Compatibility]: 5 in 1 International Power Adapter, 1X USB-C port and 3XUSB-A ports and 1 Universal AC Socket, enough to simultaneously charge 5 devices. Perfect Power Charging Solution for your worldwide traveling. It Covers over 150 countries like USA,Canada,Mexico,Germany,Japan, China,Korea,Brazil,Europe, Asia, the Middle East,Etc.\r\n[High speed USB-C]: USB-C port 3A/5V output, enable double speed charging phones, tablets at a full 3-amp rate, USB-C port compatible for latest generation USB-C powered phones/tablets like iphone Google Nexus 5X/6P/LG G6/HTC 10/Samsung Galaxy S8/Note 8/Nokia N1/Galaxy Tab Series tablets,and more.\r\n[Built-in Smart IC Chip]: SAUNORCH Universal Power Adapter built in Smart IC Chip, intelligently recognizes your devices, adjusting the right current output automatically, boosts its charging speed, allow simultaneous charging your devices at high speed.\r\n[MultiProtect Safety System]: As a Global Universal Travel Adapter, Qualified with FCC CE and RoHS Certified safety system, made from durable polycarbonate shell and thermal protection layers, built-in 8.0 Amp fuse and safety shutter design, ensures complete protection for you and your devices.(100V - 250V input voltage, 880 Watt. max. at 110V, 2000 Watt. max. at 250V).\r\n[Worry Free After Sales Service]: If you have any question about the product, please feel free to contact us, we offer full 24/7 courteous friendly customer service for all of your needs.', 13.50, NULL, NULL, 19.99, 'Universal International Travel Power Adapter-45835.jpeg', 'Universal International Travel Power Adapter-77997.jpeg', 'Universal International Travel Power Adapter-79803.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-02 00:05:00', '2024-02-02 00:05:00'),
(2785, 'Brand New Authentic Patek Philippe Nautilus Chronograph Date Rose Gold Men\'s Luxury Watch Model 5980/1R-001. 18k Rose Gold case with 18k Rose Gold watch band. Deployment with Foldover clasp.', 'hXOx4Cl54', 14, 'The Brand New Authentic Patek Philippe Nautilus Chronograph Date Rose Gold Men\'s Luxury Watch Model 5980/1R-001 is an absolute masterpiece. This watch features an 18k rose gold case and a matching 18k rose gold watch band with a deployment foldover clasp. The combination of the rose gold and the iconic Nautilus design creates a luxurious and sophisticated timepiece. Whether you\'re attending a formal event or simply want to elevate your everyday style, this Patek Philippe Nautilus watch is sure to make a statement. Get ready to turn heads with this stunning piece of craftsmanship.', 221650.00, NULL, NULL, 225008.00, 'Brand New Authentic Patek Philippe Nautilus Chronograph Date Rose Gold Men\'s Luxury Watch Model 5980/1R-001. 18k Rose Gold case with 18k Rose Gold watch band. Deployment with Foldover clasp.-64910.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-02 00:07:05', '2024-02-02 00:07:05'),
(2786, 'Brand New Authentic Patek Philippe Calatrava Blue Dial Diamond Leather Strap Women\'s Watch Model 4997/200G-001. 18kt White Gold', 'bcqYSCPyY', 19, 'Brand New Authentic Patek Philippe Calatrava Blue Dial Diamond Leather Strap Women\'s Watch Model 4997/200G-001. 18kt White Gold case with Blue Brushed Calfskin Leather strap. Tang clasp. Fixed Diamond Set bezel. Dial description: Silver tone Hands and Index Hour Markers on a Guilloched and Lacquered Midnight Blue dial. Automatic movement. Powered by Patek Philippe Calibre 240 engine with 48 hours power reserve. Watch functions: Power Reserve, Hour, Minute. Pull and Push crown. Scratch Resistant Sapphire crystal. Round case shape. Case size: 35mm. Case thickness: 7.4mm. Transparent case back. 30 Meters - 100 Feet water resistant. 2 year WatchMaxx warranty. Also known as model: 4997200G001.', 30646.00, NULL, NULL, 31250.00, 'Brand New Authentic Patek Philippe Calatrava Blue Dial Diamond Leather Strap Women\'s Watch Model 4997/200G-001. 18kt White Gold-30667.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-02 00:11:42', '2024-02-02 00:11:42'),
(2787, 'Components Bathroom Sink Handles With Industrial Design', '3sWbjHEKZ', 14, 'Modern form meets modern function: the KOHLER Components collection is defined by controlled forms and stark precision in every line and angle. With Components, you design your custom bath. Choose a spout, handles, and finish to build your own signature modern look. Modeled after machine valves and factory pipes, these Industrial handles pair with your choice of Components sink spout for a personalized design.', 300.99, NULL, NULL, 388.99, 'Components Bathroom Sink Handles With Industrial Design-97213.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-02 00:13:31', '2024-02-02 00:13:31'),
(2788, 'ROLEX Cosmograph Daytona Oystersteel Black Dial Ceramic Bezel Men\'s Watch M116500LN-0002', 'tqyd2NwaS', 14, 'The Rolex Cosmograph Daytona Oystersteel Black Dial Ceramic Bezel Men\'s Watch M116500LN-0002 is a true gem. This watch features a sleek black dial and a ceramic bezel, adding a touch of sophistication to its design. The Oystersteel construction ensures durability and the iconic Daytona chronograph function adds functionality to this timepiece. Whether you\'re a racing enthusiast or simply appreciate the timeless style of Rolex, this watch is a perfect choice. Get ready to make a statement with the Rolex Cosmograph Daytona', 36900.00, NULL, NULL, 38000.99, 'ROLEX Cosmograph Daytona Oystersteel Black Dial Ceramic Bezel Men\'s Watch M116500LN-0002-59405.jpeg', 'ROLEX Cosmograph Daytona Oystersteel Black Dial Ceramic Bezel Men\'s Watch M116500LN-0002-62073.jpeg', 'ROLEX Cosmograph Daytona Oystersteel Black Dial Ceramic Bezel Men\'s Watch M116500LN-0002-79355.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-02 00:17:37', '2024-02-02 00:17:37'),
(2789, '3 in 1 Wireless Bluetooth Speaker with Loud Alarm Clock Cell Phone Stand TF Card Reader 12H Display Mic HD Surround Sound Kitchen Bedroom Office Cell Phone＆Tablet (Black)', 'QqxgalMsp', 10, '𝐌𝐮𝐥𝐭𝐢𝐟𝐮𝐧𝐜𝐭𝐢𝐨𝐧 𝐬𝐩𝐞𝐚𝐤𝐞𝐫 𝐛𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡：𝟑 𝐢𝐧 𝟏 𝐰𝐢𝐫𝐞𝐥𝐞𝐬𝐬 𝐛𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡 𝐬𝐩𝐞𝐚𝐤𝐞𝐫 with 𝐟𝐨𝐥𝐝𝐚𝐛𝐥𝐞 𝐬𝐭𝐚𝐧𝐝 and time display. This 𝐩𝐨𝐫𝐭𝐚𝐛𝐥𝐞 𝐛𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡 𝐬𝐩𝐞𝐚𝐤𝐞𝐫 features 12H time display, HD surround sound, 𝐥𝐨𝐮𝐝 𝐚𝐥𝐚𝐫𝐦 𝐜𝐥𝐨𝐜𝐤, TF card reader, microphone external output, chargeable and adjustable volume. Let this speaker be the one-stop solution for all your audio needs.\r\n𝐒𝐦𝐚𝐥𝐥 𝐛𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡 𝐬𝐩𝐞𝐚𝐤𝐞𝐫: 𝐁𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡 𝐬𝐩𝐞𝐚𝐤𝐞𝐫 uses advanced technology to provide excellent sound quality. With the latest digital signal processing technology, the speaker can produce clear and powerful sound with low distortion. It also features a full-range speaker system that delivers clear sound at all frequencies. Built-in Bluetooth 5.3 technology connects quickly and easily to your smartphone, tablet or laptop.\r\n𝐁𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡 𝐦𝐢𝐜𝐫𝐨𝐩𝐡𝐨𝐧𝐞 𝐚𝐧𝐝 𝐬𝐩𝐞𝐚𝐤𝐞𝐫: Enjoy an impressive sound with this phone stand, which features an integrated Bluetooth speaker. You can also take advantage of the built-in microphone for hands-free conversations. Its portable design is very suitable for people who are on business trips, traveling, and driving.\r\n𝐄𝐚𝐬𝐲 𝐭𝐨 𝐬𝐞𝐭 𝐮𝐩 𝐚𝐧𝐝 𝐩𝐚𝐢𝐫: 𝐀𝐥𝐚𝐫𝐦 𝐜𝐥𝐨𝐜𝐤 𝐛𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡 𝐬𝐩𝐞𝐚𝐤𝐞𝐫 has a straightforward design that is easy to use. With just a few taps, you can connect your phone to the speaker and start playing your favorite tunes. 𝐃𝐞𝐬𝐤 𝐜𝐥𝐨𝐜𝐤 will automatically sync with your phone, ensuring you always get the correct time (Note: iPhone only).\r\n𝐀𝐥𝐚𝐫𝐦 𝐜𝐥𝐨𝐜𝐤 𝐟𝐨𝐫 𝐡𝐞𝐚𝐯𝐲 𝐬𝐥𝐞𝐞𝐩𝐞𝐫𝐬 𝐚𝐝𝐮𝐥𝐭𝐬: 𝐁𝐥𝐮𝐞𝐭𝐨𝐨𝐭𝐡 𝐀𝐥𝐚𝐫𝐦 𝐂𝐥𝐨𝐜𝐤 is suitable for those who need a loud wake up call. It gradually increases its volume up to 100 decibels, perfect for deep sleepers.𝐁𝐚𝐭𝐭𝐞𝐫𝐲 𝐚𝐥𝐚𝐫𝐦 𝐜𝐥𝐨𝐜𝐤, it can last up to 12-21 hours at 50% volume, ensuring a full day of reliable use. Wake up with this 𝐝𝐢𝐠𝐢𝐭𝐚𝐥 𝐜𝐥𝐨𝐜𝐤 and never miss a start to the day again.\r\n𝐏𝐡𝐨𝐧𝐞 𝐬𝐭𝐚𝐧𝐝 𝐟𝐨𝐫 𝐝𝐞𝐬𝐤: Universal phone holder is made of high-quality, flexible material, very lightweight and easy to carry, making it the perfect travel companion. Phone holder for all 4 -13 inch smartphones and e-readers, such as iPhone Sansung, LG, Ipad mini, Samsung Tab, Google Nexus, Kindle, etc.\r\n𝐆𝐢𝐟𝐭 𝐛𝐚𝐬𝐤𝐞𝐭𝐬 𝐟𝐨𝐫 𝐟𝐚𝐦𝐢𝐥𝐢𝐞𝐬: Bluetooth speaker wireless stand clock is the good gift for your elderly loved one or child. This Bluetooth speaker stand clock is a unique device that combines a bluetooth speaker, a clock, and a stand, making it an all-in-one device. It has a modern, sleek design that will look great on any tabletop or countertop.', 39.97, NULL, NULL, 49.99, '3 in 1 Wireless Bluetooth Speaker with Loud Alarm Clock Cell Phone Stand TF Card Reader 12H Display Mic HD Surround Sound Kitchen Bedroom Office Cell Phone＆Tablet (Black)-24502.jpeg', '3 in 1 Wireless Bluetooth Speaker with Loud Alarm Clock Cell Phone Stand TF Card Reader 12H Display Mic HD Surround Sound Kitchen Bedroom Office Cell Phone＆Tablet (Black)-52773.jpeg', '3 in 1 Wireless Bluetooth Speaker with Loud Alarm Clock Cell Phone Stand TF Card Reader 12H Display Mic HD Surround Sound Kitchen Bedroom Office Cell Phone＆Tablet (Black)-82207.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 00:19:47', '2024-02-02 00:19:47'),
(2790, 'Lorena Sputnik Black Base Brushed Brass Finish Industrial Chandelier', '7jg8hm0jA', 14, 'Spotlight your dining table or living room arrangement with this iron chandelier. An offset starburst design and a high-contrast black-and- brushed brass finish give this chandelier a striking contemporary look, and radiating bulbs offer clear, multidirectional illumination. Compatible with incandescent, halogen, and LED bulbs, this light lets you customize your energy usage.\r\n \r\n\r\nThe base is made of iron; crystal: NA.\r\nIncludes two 7.9 inches rods and one 11.8 inches rod, the total rod length is 27.6 inches, which can be shortened.\r\nSetting: Indoor\r\nFixture finish: Black,  Brushed Brass.\r\nNumber of lights: 12.\r\nRequires Twelve (12) 60-watt (E26) bulbs (not included); Light bulb type: Candelabra, incandescent, halogen or LED.\r\nFixture: 27.6 inches in Diameter x 10 inches H; ceiling cap: 5.1 inches in Diameter x 1 inch H.\r\nMax hanging height (from ceiling to the bottom of the light fixture): 37.7 inches, which can be shortened. \r\nLight Bulb Type: Incandescent, Halogen, LED\r\nBulb Wattage: 60 W\r\nLighting Type: Pendants\r\nNumber of Lights: 12 Lights\r\nProduct Features: ETL Listed\r\nMaterial: Iron\r\nLighting Finish:  Brushed Brass \r\nLight Direction: Multi-directional\r\nSetting: Indoor\r\nCountry of Origin: CHINA\r\nCeiling Light Fixture Type: Pendant\r\nSwitch Type: Hardwired\r\nLighting Style: Industrial\r\nCountry of Origin: China', 125.49, NULL, NULL, 137.49, 'Lorena Sputnik Black Base Brushed Brass Finish Industrial Chandelier-32534.jpeg', 'Lorena Sputnik Black Base Brushed Brass Finish Industrial Chandelier-54508.jpeg', 'Lorena Sputnik Black Base Brushed Brass Finish Industrial Chandelier-51206.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-02 00:25:45', '2024-02-02 00:25:45'),
(2791, 'Gerald Genta Personnalisé Montre Avec Exquis 5 Carat Diamant Rose Et 18K', '8domaHrIg', 19, 'Personalized Gerald Genta Watch with Exquisite 5 Carat Pink Diamond and 18k Gold Bezel This custom-designed Gerald Genta watch was created for the President of Gabon, Omar Bongo. The stunning watch features over 5 carats of pink diamonds - 28 vibrant, fancy pink diamonds set in the 18k gold bezel and 10 vibrant, fancy pink diamonds set in 18k gold on the green leather watch strap. This is a one-of-a-kind watch for the serious collector.\r\n\r\nMontre personnalisee Gerald Genta avec diamant rose 5 carats exquis et lunette en or 18 carats\r\n\r\nCette montre Gerald Genta concue sur mesure a ete creee pour le president du Gabon, Omar Bongo. La superbe montre comprend plus de 5 carats de diamants roses - 28 diamants roses vifs et fantaisie sertis dans la lunette en or 18 carats et 10 diamants roses vifs et fantaisie sertis dans de l\'or 18 carats sur le bracelet de montre en cuir vert. Il s\'agit d\'une montre unique en son genre pour le collectionneur serieux.', 742481.10, NULL, NULL, 800468.00, 'Gerald Genta Personnalisé Montre Avec Exquis 5 Carat Diamant Rose Et 18K-68146.png', 'Gerald Genta Personnalisé Montre Avec Exquis 5 Carat Diamant Rose Et 18K-80873.png', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-02 00:26:46', '2024-02-02 00:26:46'),
(2792, 'Cleaner Kit for Airpod, iPhone', 'HceDMeYDH', 13, '【CLEAN & REPAIR CHARGING PORT】This multi-functional iPhone cleaning kit tool, won\'t get stuck inside, is sturdy and flexible, and easy to plug and use. Use the port hook, U-shaped brushes and port brushes clean the dirt out of your iPhone, iPad, and Type-c port, remove lint, hair, lint, dust, oil, and other contaminants from the charging port, and leave your phone looking brand new. Extend and protect the life of your beloved Apple products. (Compatible with Type-c charging port)\r\n【RESTORING UNRELIABLE CABLE CONNECTORS】Use the cleaning kit back of the port brush to recover 2 types of cables, use the Detergent carried to clean and repair damaged ports and charging cables, and repair intermittent charging, slow charging, and oxidation damage on connectors. Unreliable connections can be eliminated. Our phone cleaning kit will extend and protect the life of your device. (Compatible with Type-c data cable)\r\n【CLEAN SPEAKERS HEADPHONE & SWITCHES】Our versatile Airpods cleaning kit cleans dirt and lint from Bluetooth headset housings, speakers, switches, tiny gaps, and the front surface of the headset. Using a long bristle brush cleans dirt from inside the charging case of the headphones, and the metal nib and high-density velvet soft brush are for cleaning dirt from the sound outlet hole of the headphones and other areas. Restore your favorite devices to new conditions with improved hygiene.\r\n【LIGHTWEIGHT & PORTABLE DESIGN & MATERIALS】Our phone cleaning kit toolbox is made of premium packaging and high-quality sturdy ABS plastic, which is not easy to deform and fall off. The easy storage design is lightweight and portable, you can take it with you. The package includes 6 x tool cleaning brushes, 1 x SIM card pin, 1 x Detergent, 1 x cloth, and 1 x user manual. Recover from charging troubles, relieve stress, and enjoy the fun of cleaning!\r\n【CONSIDERATE AFTER SALE SERCIVE】We provide considerate service for this iPhone cleaning kit. Any issues, please contact us. We will offer you a solution within 12 hours. The iPhone cleaning kit thoughtful gift for family, friends, loved ones, colleagues, and teachers on all holidays and anniversaries, and programmers.', 19.99, NULL, NULL, 29.99, 'Cleaner Kit for Airpod, iPhone-14496.jpeg', 'Cleaner Kit for Airpod, iPhone-83114.jpeg', 'Cleaner Kit for Airpod, iPhone-35228.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 00:26:50', '2024-02-02 00:26:50'),
(2793, 'Lorena Sputnik Shiny Chrome and Frosted Brass Industrial Chandelier', '9gBD6O79i', 14, 'Add a touch of mid-century modern style to your dining area or foyer with the Lorena Sputnik chandelier. Featuring frosted brass bars extending in every direction from a shiny chrome sphere, this retro chandelier exudes a fun and glamorous vibe. With six unshaded lights, this fixture provides vibrant illumination for your home decor.\r\n\r\nFeatures:\r\n\r\nShiny chrome center ball\r\nFrosted brass aluminum bars\r\nIncludes one 13.8 inches rod\r\nNumber of lights: 6\r\nRequires Six (6) 60-watt (E12) bulbs (not included)', 100.99, NULL, NULL, 106.99, 'Lorena Sputnik Shiny Chrome and Frosted Brass Industrial Chandelier-79920.jpeg', 'Lorena Sputnik Shiny Chrome and Frosted Brass Industrial Chandelier-57689.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-02 00:30:43', '2024-02-02 00:30:43'),
(2794, 'Label Makers Machine with Tape', '81O0slSug', 10, '【Powerful Inkless Label Maker】The P12 mini label maker stands out from other label printers by supporting both thermal and thermal transfer labels. This addresses the limitations of thermal labels which are not resistant to high temperatures and tend to fade. Ideal for a range of applications, from outdoor potting to labeling dishwashers in the kitchen. Get it all done with P12 label maker machine with tape ! (Please note: Only Q5 thermal transfer labels are heat resistant.)\r\n【Prints on P12 Label Maker Tape】This bluetooth label maker prints on the P12 label tape, which is available in a wide range of colours and materials. Not only are self-adhesive label paper and plastic labels in various colours, but also sation ribbons for decoration and fabric iron-on labels for clothing.\r\n【Bluetooth Connectivity】Bluetooth connection via the Print Master app to start designing and printing labels anytime, anywhere. The app offers 12 fonts, 62 borders and 1096 symbol stickers, giving you a easy and efficient label printing experience. The portable bluetooth label printer supports 1-3 lines of text. Minimum 2mm white space of the label to reduce waste.\r\n【Compact and Lightweight】Phomemo P12 label maker mini labeler measuring just 180g, is perfect for on-the-go use. Whether you\'re working from home, in the office, or traveling, you can always have your portable label maker at hand to keep your things organized and tidy.\r\n【Automatic Power Off to Save Battery Power】The small label makers supports two power supply modes: 6 AAA alkaline batteries or remove the batteries and insert the Type-C cable and 5V-2A plug to print.It boasts an impressive print capability of up to 67 meters on a single set of batteries. The auto shut-off function saves power and enhances battery life when idle. (Please note that the six AAA alkaline batteries are not included.)', 15.98, NULL, NULL, 35.99, 'Label Makers Machine with Tape-18732.jpeg', 'Label Makers Machine with Tape-75821.jpeg', 'Label Makers Machine with Tape-77155.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 00:33:52', '2024-02-02 00:33:52'),
(2795, 'Tribeca Bar Black Steel and Crystal Industrial Chandelier Linear Suspension', 'vrB7Go6j3', 14, 'The 42\" Tribeca bar chandelier linear suspension is a classic Michael McHale Designs fixture, and a whimsical variation on typical crystal linear suspensions. The structure is made from rough-hewn', 695.00, NULL, NULL, 895.00, 'Tribeca Bar Black Steel and Crystal Industrial Chandelier Linear Suspension-69131.jpeg', 'Tribeca Bar Black Steel and Crystal Industrial Chandelier Linear Suspension-31051.jpeg', 'Tribeca Bar Black Steel and Crystal Industrial Chandelier Linear Suspension-30008.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-02 00:37:07', '2024-02-02 00:37:07'),
(2796, '1.00 Carat Diamant Brillant Rond 18k or Blanc Fiançailles Taille Bague 6.5', 'j5eY8Ik7q', 19, '18k White Gold 1.00 Carat Round Brilliant Diamond Engagement Ring Size 6.5 An electronically tested 18k white gold women\'s ring. The condition is good. Featuring a solitaire diamond set in a diamond gallery, supported by diamond-set shoulders Completed with a three millimeter wide band. Identifies with markings of \"18KT\". Container: Round brilliant-cut diamond set on a claw Measuring 6.50-6.50 x 3.80mm 300% CGV Approximate weight 1.00 ct. Class in the frame. Clarity = I1 Color = H Depth = 58.5% Table = 66.2%\r\n\r\nBague de fiancailles en or blanc 18 carats avec diamant rond brillant de 1,00 carat Taille 6,5\r\n\r\nUne bague pour femme en or blanc 18 ct testee electroniquement.\r\nL\'etat est bon.\r\nDote d\'un diamant solitaire serti dans une galerie de diamants, soutenu par des epaulements sertis de diamants\r\nComplete par une bande large de trois millimetres.\r\nIdentifie avec des marques de \"18KT\".\r\nContenant :\r\n\r\nDiamant rond taille brillant serti sur une griffe\r\n\r\nMesurant 6,50-6,50 x 3,80 mm\r\n300% CGV\r\nPoids approximatif de 1,00 ct.\r\nClasse dans le cadre.\r\nClarte = I1\r\nCouleur = H\r\nProfondeur = 58,5 %\r\nTableau = 66,2 %', 6174.00, NULL, NULL, 6598.00, '1.00 Carat Diamant Brillant Rond 18k or Blanc Fiançailles Taille Bague 6.5-88212.png', '1.00 Carat Diamant Brillant Rond 18k or Blanc Fiançailles Taille Bague 6.5-64941.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-02 00:37:17', '2024-02-02 00:37:17'),
(2797, 'Cleaning Kit for Airpod Earbud, Cleaner Kit for MacBook Laptop Keyboard, Electronic Penlar Cleaning Kit Compatible with Computer PC Cell Phone, Charging Port, iPhone', 'UwKxpc0bZ', 12, '【20-IN-1, PORTABLE】 This midukit 20-in-1 penlar cleaning tool is highly integrated with earbud cleaning kit, cell phone cleaning kit, keyboard cleaning kit, macbook cleaning kit and camera cleaning kit. With just one, you can easily handle all the electronic products around you. Small and light, easy to carry anytime, anywhere.\r\n【HEADPHONE CLEANING KIT】 The midukit earbud cleaning kit is tailor-made for all earphones including airpod or other models. Easily remove earwax, smudges and dust from the earbud compartment, making it more comfortable to wear earbud, and the sound is louder and more pleasant.\r\n【PHONE, SCREEN CLEANING】 The phone charging prot pen easily cleans the function holes of various mobile phones including the iPhone, phone speaker, etc. The built-in cleaning cloth can quickly remove fingerprints, smudges, etc. on the phone screen, making the phone look brand new.\r\n【KEYBOARD, COMPUTER, CAMERA CLEANING】 The keycap puller and switch puller can easily remove the keycaps, and the brush can easily remove dust and smudges from the keyboard, computer, and screen. It is suitable for cleaning ordinary keyboards, mechanical keyboards, notebook keyboards, MacBooks, and PCs. Highly integrated camera cleaning kit, lens pen, air blower and soft brush can effectively remove dust, improve the picture and prolong the life of the camera.\r\n【PERFECT GIFT】 The design is simple, light, and easy to carry. Nowadays, everyone has mobile phones, computer headsets, cameras, etc. A cleaning kit can satisfy everyone and every product. It can be used around the clock and can be used as a thoughtful birthday, Christmas and other holiday gifts.', 8.99, NULL, NULL, 13.99, 'Cleaning Kit for Airpod Earbud, Cleaner Kit for MacBook Laptop Keyboard, Electronic Penlar Cleaning Kit Compatible with Computer PC Cell Phone, Charging Port, iPhone-98686.jpeg', 'Cleaning Kit for Airpod Earbud, Cleaner Kit for MacBook Laptop Keyboard, Electronic Penlar Cleaning Kit Compatible with Computer PC Cell Phone, Charging Port, iPhone-88511.jpeg', 'Cleaning Kit for Airpod Earbud, Cleaner Kit for MacBook Laptop Keyboard, Electronic Penlar Cleaning Kit Compatible with Computer PC Cell Phone, Charging Port, iPhone-21747.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 00:42:13', '2024-02-02 00:42:13'),
(2798, '56\" White Industrial Fan with 36\" Downrod', 'KIwuNx9uS', 14, 'The 56\" White Industrial Fan with 36\" Downrod captures the spirit of futuristic sleekness. A stunning piece that combines White and nan to create an unforgettable ambiance.\r\nCountry of Origin: China', 160.49, NULL, NULL, 177.49, '56\" White Industrial Fan with 36\" Downrod-82775.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-02 00:42:44', '2024-02-02 00:42:44'),
(2799, 'Standard-Duty Quiet-Design Industrial Fan 30\" Non-Oscillating, 115VAC, 4463/6259/8402 CFM', '32FOS6noD', 14, 'Standard-Duty Quiet-Design Industrial Fan, Blade Dia. 30 in, Stationary, Non-Oscillating, 3 Speeds, Voltage 115V AC, 1 Phase, CFM High 8402, CFM Low 4463, Air Velocity @ 20 Ft. 600/480/360 fpm, Motor HP 1/3 hp, Motor RPM 1098/880/660, Operating Amps 2.6, Fan Mounting Location Wall, Fan Accessory Style Quiet Design, Sound Level 75/69/63 dBA, Max. Ambient Temp. 105 Degrees F, Hz 60 Hz, Watts 300, Motor Type Permanent Split Capacitor, Drive Type Direct Drive, Outside Dia. 33-5/16 In.', 490.99, NULL, NULL, 517.99, 'Standard-Duty Quiet-Design Industrial Fan 30\" Non-Oscillating, 115VAC, 4463/6259/8402 CFM-93618.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-02 00:46:57', '2024-02-02 00:46:57'),
(2800, '1.08 Carat Rond Diamant Solitaire 18k or Blanc Fiançailles Taille Bague 6', 'OMt6e5PzA', 19, '18k Round Diamond Engagement Ring Size 6 with Round and Baguette Accents A ladies\' diamond mold in 18KT white gold electronically tested unit ring. The condition is good. Bright polished finish. Featuring a diamond solitaire supported by diamond-studded shoulders completed by a band two and a half millimeters wide. Identifies with \"750\" markings. Container: Round brilliant-cut diamond set on a claw measuring 5.10 - 5.02 x 3.20 mm Approximate total weight 0.53 ct. Class in the frame. Clarity = SI1 Color = H Depth = 63.2% Table = 55.3%', 3563.00, NULL, NULL, 3750.00, '1.08 Carat Rond Diamant Solitaire 18k or Blanc Fiançailles Taille Bague 6-50262.png', '1.08 Carat Rond Diamant Solitaire 18k or Blanc Fiançailles Taille Bague 6-69187.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-02 00:47:48', '2024-02-02 00:47:48'),
(2801, '16 inch Screen Magnifier for Cell Phone 3D Magnifier Screen Enlarger for Movies,Videos,Reading,Gaming-Screen Amplifie with Foldable Phone Stand Holder. Compatible with All Smartphones-White', 'Y6BFTK4aj', 13, '[3D HD SCREEN AMPLIFIER]：Adopt high-definition zoom optical technology,increase the screen size by 2-4 times and no slipping, makes the picture more clear,less cause eye damage from radiation, please use in low light environment,this will give you a much better viewing experience.\r\n[PULL-OUT DESIGN]:HD Foldable 3D Blu-ray easy to carry, HD screen magnifier Storage type rotating folding design. Super slim when folded and also can be carried around in your bag. Suitable for indoor, camping, journey, leisure, anywhere.\r\n[EYE PROTECTION]: Magnifier can prevent visual fatigue caused by reading novels and watching movies and videos for a long time.\r\n[COMPATIBILITY]：This Phone Screen Amplifier works with all makes and models of smartphones (iphone, Samsung, Google, Huawei, etc.).Just put the phone into the screen amplifier, you can easily enjoy the home theater-like effect.\r\n[BEST PRESENT]: Do not need battery, this screen magnifier is convenient to use. The phone enlarger is a wonderful gift for Mother\'s Day,Father\'s Day,your family, friends, movie lover,parent, children, use all the time, everywhere, larger viewing angle,watch clearly, protect the eyes.', 29.99, NULL, NULL, 37.99, '16 inch Screen Magnifier for Cell Phone 3D Magnifier Screen Enlarger for Movies,Videos,Reading,Gaming-Screen Amplifie with Foldable Phone Stand Holder. Compatible with All Smartphones-White-56960.jpeg', '16 inch Screen Magnifier for Cell Phone 3D Magnifier Screen Enlarger for Movies,Videos,Reading,Gaming-Screen Amplifie with Foldable Phone Stand Holder. Compatible with All Smartphones-White-31468.jpeg', '16 inch Screen Magnifier for Cell Phone 3D Magnifier Screen Enlarger for Movies,Videos,Reading,Gaming-Screen Amplifie with Foldable Phone Stand Holder. Compatible with All Smartphones-White-23495.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 00:47:53', '2024-02-02 00:47:53'),
(2802, 'NSK 6004DWA8A Automotive Part', 'DDmNC2RqG', 18, 'The NSK 6004DWA8A is an automotive part that\'s designed for high performance and durability. It\'s commonly used in various automotive applications to ensure smooth and efficient operation. Whether you\'re working on your own vehicle or a professional mechanic, this NSK automotive part is a reliable choice. It\'s always important to use high-quality parts to maintain the performance and longevity of your vehicle. So, if you\'re in need of a dependable automotive part, the NSK 6004DWA8A is worth considering', 45.75, NULL, NULL, 48.30, 'NSK 6004DWA8A Automotive Part-16996.jpeg', 'NSK 6004DWA8A Automotive Part-21147.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-02 00:51:08', '2024-02-02 00:51:08'),
(2803, 'Standard-Duty Quiet-Design Industrial Fan 30\" Oscillating, 115VAC, 4063/5859/7996 CFM', 'N7kzux4jR', 14, 'Brand\r\nDayton\r\nMFR #\r\n20955\r\nZoro #\r\nG1795656\r\nUPC #\r\n190735236949\r\nCountry of Origin\r\nUnited States\r\nCategory\r\nAir Circulators\r\nDimensions\r\nBlade Diameter	30\"\r\nHeight	Adj 60 to 96\"\r\nBlade Dia.	30\"\r\nShaft Dia.	5/8\"\r\nMax. Depth	15-3/4\"\r\nOutside Dia.	33-5/16\"\r\nCord Length	15 ft.\r\nWidth	33-5/16\"\r\nDepth	15 3/4 in\r\nFan Cord Length	15 ft', 800.00, NULL, NULL, 871.00, 'Standard-Duty Quiet-Design Industrial Fan 30\" Oscillating, 115VAC, 4063/5859/7996 CFM-27982.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-02 00:51:55', '2024-02-02 00:51:55'),
(2804, 'Magnetic Levitating Bluetooth Speaker', 'anQkvXPO4', 14, '【LEVITATING BLUETOOTH SPEAKER】RUIXINDA magnetic levitating speaker adopts the newest magnetic levitation technique to make UFO speakers float automatically in mid-air freely without any support, which is full of creativity and the charm of magnetic mechanics.The unique appearance of the UFO floating speaker and the base constantly flashing color LED lights give a great visual experience, very able to attract people\'s eyes!\r\n【360°ROTATION AND 360°STEREO SOUND】This levitating speaker built-in 5W audio drivers offer full high-quality stereo sound,in addition, the application of magnetic levitation technology makes UFO Bluetooth speaker 360 degrees rotation, with the levitation of the speaker rotates so that the music spreads 360 degrees, so whether you are at home listening to music, watching movies or playing games, the levitating bluetooth speaker creates an immersive listening experience unlike any other.\r\n【UPGRADED BLUETOOTH 5.0 IS WIDELY COMPATIBLE】Our floating speakers bluetooth wireless speaker is equipped with the latest Bluetooth 5.0 technology with faster transmission and stronger anti-interference ability,It also has a wide range of extended compatibility and 33 foot wireless connect large range.You can smoothly connect various devices to the speaker, such as mobile phones,tablet, laptops, desktop computers, smartphones, televisions,etc.\r\n【WIRELESS PORTABLE BLUETOOTH SPEAKER】UFO wireless hovering speaker can be used as a separate speaker without the magnetic base, Its size is only 5.4 * 1.8 inches, and small sizes are convenient to put in the bag or backpack to carry everywhere, built-in 1200mAh rechargeable lithium battery,that offers 6-8 hours of continuous playtime, Whether at home or outdoors, you can always (anywhere) enjoy your favorite songs.\r\n【COOL TECH GADGETS GIFTS AND HOME DECORATION】This maglev speaker is different from what you used to own, It is not only a uniquely designed floating speaker, but also an exquisite home decorations. It is an awesome cool tech gadget also a perfect gift at Christmas, birthday, holiday, mother\'s Day thanksgiving Day. Imagine that when lovers/friends/parents/kids receive magnetic floating speaker, it\'ll bring them much surprise!', 29.99, NULL, NULL, 37.99, 'Magnetic Levitating Bluetooth Speaker-63647.jpeg', 'Magnetic Levitating Bluetooth Speaker-86245.jpeg', 'Magnetic Levitating Bluetooth Speaker-95272.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 00:53:29', '2024-02-02 00:53:29'),
(2805, 'Fuel Injection Pump RE569911 HP6-0011 HP60011 for John Deere Automotive Parts', '4P1VwXnjC', 19, 'The Fuel Injection Pump RE569911 HP6-0011 HP60011 is a top-notch automotive part designed specifically for John Deere vehicles. It plays a crucial role in the fuel delivery system, ensuring optimal performance and efficiency. Whether you\'re a John Deere enthusiast or a professional mechanic, this fuel injection pump is a reliable choice to keep your vehicle running smoothly. So, if you\'re in need of a high-quality automotive part for your John Deere, the Fuel Injection Pump RE569911 HP6-0011 HP60011 is definitely worth considering', 1222.65, NULL, NULL, 1235.00, 'Fuel Injection Pump RE569911 HP6-0011 HP60011 for John Deere Automotive Parts-48110.jpeg', 'Fuel Injection Pump RE569911 HP6-0011 HP60011 for John Deere Automotive Parts-76219.jpeg', 'Fuel Injection Pump RE569911 HP6-0011 HP60011 for John Deere Automotive Parts-79037.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-02 00:54:51', '2024-02-02 00:54:51'),
(2806, 'High-Velocity Industrial Fan, 3 Phase, 480V AC', 'XsYQlu2in', 14, 'Brand\r\nFostoria\r\nMFR #\r\nHV-30-480V-3\r\nZoro #\r\nG3999193\r\nUPC #\r\n686334819701\r\nCountry of Origin\r\nUnited States\r\nCategory\r\nCeiling Fans', 1980.52, NULL, NULL, 2059.52, 'High-Velocity Industrial Fan, 3 Phase, 480V AC-72299.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-02 00:56:25', '2024-02-02 00:56:25'),
(2807, '26046851 Automotive Part Right Side R2 24F2', 'wri6GsgBX', 18, 'The 26046851 Automotive Part, specifically the Right Side R2 24F2, is a high-quality component that\'s designed for your vehicle. It\'s a reliable and durable part that will ensure smooth operation and performance. Whether you\'re a car enthusiast or a professional mechanic, this automotive part is a great choice. So, if you\'re in need of a replacement for the right side of your vehicle, the 26046851 Right Side R2 24F2 is definitely worth considering', 65.75, NULL, NULL, 75.99, '26046851 Automotive Part Right Side R2 24F2-30725.jpeg', '26046851 Automotive Part Right Side R2 24F2-68617.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-02 00:58:46', '2024-02-02 00:58:46'),
(2808, 'Rechargeable LED Car Accessories, 3 Modes Car Finger Sign Light and 4 Modes Expression Sign Light with Remote for Car, 2 in 1 Cool Car Interior Light to Express Yourself, Car Accessories Gadgets', 'EBfIfMqgh', 15, 'Upgraded 7 Modes: 2 In 1 upgraded design, combined with 3 modes of car finger sign light and 4 modes of expression sign Light, helps to remind and attract other drivers\' attention and show your feeling instantly to other drivers in a safe and funny way.\r\nHigh Brightness: Consisting of 272 high quality LEDs, bright and clear enough for use in the day and night, which ensures other drivers can see the Car light clearly.\r\nRechargeable: Upgraded rechargeable design, built-in 2000mAh rechargeable battery, more convenient and energy-saving. It can be used for a long time when fully charged. (Note: When the brightness dims or cannot be turned on, please charging it in time)\r\nEasy Installation: Just tear off the Velcro Adhesive Strips on the Light simply, and stick them to your ideal place and press it for completely adhered firmly. (Note: Please clean the places you want to stick them in advance)\r\nEasy to Use: You can easily control the lights with the included remote control. Change modes freely to express your feeling, It is a good gift for men and women, a suitable present for Birthdays, Christmas etc. contact us if you have any questions.', 32.99, NULL, NULL, 35.99, 'Rechargeable LED Car Accessories, 3 Modes Car Finger Sign Light and 4 Modes Expression Sign Light with Remote for Car, 2 in 1 Cool Car Interior Light to Express Yourself, Car Accessories Gadgets-83655.jpeg', 'Rechargeable LED Car Accessories, 3 Modes Car Finger Sign Light and 4 Modes Expression Sign Light with Remote for Car, 2 in 1 Cool Car Interior Light to Express Yourself, Car Accessories Gadgets-58672.jpeg', 'Rechargeable LED Car Accessories, 3 Modes Car Finger Sign Light and 4 Modes Expression Sign Light with Remote for Car, 2 in 1 Cool Car Interior Light to Express Yourself, Car Accessories Gadgets-98163.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 01:00:48', '2024-02-02 01:00:48'),
(2809, 'OEM Chrysler Dodge 1957-1959 Automotive Side View Mirror Rat Rod Autolite 1801', 'kNS6GwJp6', 18, 'The OEM Chrysler Dodge 1957-1959 Automotive Side View Mirror Rat Rod Autolite 1801 is a classic and vintage-inspired side view mirror designed specifically for those who love the rat rod aesthetic. It\'s a perfect choice if you\'re looking to add some retro flair to your ride. This mirror is made by Autolite, a trusted brand known for their quality automotive parts. So, if you\'re in the market for a stylish and authentic mirror for your Chrysler Dodge from the late 1950s, the OEM Chrysler Dodge 1957-1959 Automotive Side View Mirror Rat Rod Autolite 1801 is just what you need', 35.06, NULL, NULL, 37.50, 'OEM Chrysler Dodge 1957-1959 Automotive Side View Mirror Rat Rod Autolite 1801-97434.jpeg', 'OEM Chrysler Dodge 1957-1959 Automotive Side View Mirror Rat Rod Autolite 1801-12859.jpeg', 'OEM Chrysler Dodge 1957-1959 Automotive Side View Mirror Rat Rod Autolite 1801-48609.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-02 01:03:15', '2024-02-02 01:03:15'),
(2810, 'Standard-Duty Industrial Fan 30\" Non-Oscillating, 120VAC, 5570/7480/8780 CFM', 'RaY9d8YWF', 14, 'Promotion Restriction\r\nNot eligible for promotion\r\nBlade Diameter\r\n30\"\r\nOscillation\r\nNon-Oscillating\r\nAir Flow\r\n5570/7480/8780 CFM\r\nVoltage\r\n120VAC', 390.99, NULL, NULL, 399.99, 'Standard-Duty Industrial Fan 30\" Non-Oscillating, 120VAC, 5570/7480/8780 CFM-66999.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-02 01:05:58', '2024-02-02 01:05:58'),
(2811, 'Under Desk Bike and Pedal Exerciser - At-Home Physical Therapy Equipment and Exercise Machine for Arms and Legs with LCD Screen', 'CFp8zOFrp', 15, 'Burning calories and toning muscles has never been easier than with the Wakeman Fitness Portable Bike with LCD Calorie Counter. The lightweight and portable size is great for sedentary activities, whether that includes under a desk at the office or while watching your favorite TV show! The adjustable resistance can switch from low impact to high impact with just the turn of a dial, making it ideal for physical therapy or fitness training. Improving your health is both easy and fun with this Portable Bike with LCD Calorie Counter by Wakeman Fitness. which we ensure by applying a rigorous quality control process. IMPORTANT: Avoid buying counterfeit products and transacting with unauthorized sellers. Look for our logo on the packaging for every one of our products. Wakeman Fitness is a registered trademark protected by U.S. Trademark law and will be vigorously defended. Refer instruction manual for troubleshooting steps.', 45.99, NULL, NULL, 98.99, 'Under Desk Bike and Pedal Exerciser - At-Home Physical Therapy Equipment and Exercise Machine for Arms and Legs with LCD Screen-60979.jpeg', 'Under Desk Bike and Pedal Exerciser - At-Home Physical Therapy Equipment and Exercise Machine for Arms and Legs with LCD Screen-66955.jpeg', 'Under Desk Bike and Pedal Exerciser - At-Home Physical Therapy Equipment and Exercise Machine for Arms and Legs with LCD Screen-91262.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 01:08:59', '2024-02-02 01:08:59'),
(2812, 'Universal Motorcycle Wing Led Lamp Automotive Car Modification Parts Vehicle LE', 'WxcOshwh2', 18, 'The Universal Motorcycle Wing LED Lamp is an awesome car modification part that can be used on motorcycles or cars. It\'s designed to add a sleek and stylish look to your vehicle, while also providing enhanced visibility with its bright LED lights. Whether you\'re into motorcycles or cars, this modification part is a great choice to give your vehicle a cool and unique touch. So, if you\'re looking to upgrade your ride, the Universal Motorcycle Wing LED Lamp is definitely worth checking out.', 193.28, NULL, NULL, 199.00, 'Universal Motorcycle Wing Led Lamp Automotive Car Modification Parts Vehicle LE-45816.jpeg', 'Universal Motorcycle Wing Led Lamp Automotive Car Modification Parts Vehicle LE-82418.jpeg', 'Universal Motorcycle Wing Led Lamp Automotive Car Modification Parts Vehicle LE-18237.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-02 01:09:18', '2024-02-02 01:09:18'),
(2813, '1.77 Carat Diamant Brillant Rond 18k or Blanc Fiançailles Taille Bague 6.25', '2LE0s0RvR', 18, 'Engagement ring in 18k white gold 1.11 carat H / SI1 central diamond TDW = 1.77 cts 18k white gold setting Finger size = 6.25 Specifications of the diamond center stone: Diamond carat weight: 1.11 carats Diamond color level: H Diamond purity level: SI1 Total carat weight of accent stone: 0.66 carats Total mass: 5.78 grams', 8230.00, NULL, NULL, 8951.99, '1.77 Carat Diamant Brillant Rond 18k or Blanc Fiançailles Taille Bague 6.25-21686.png', '1.77 Carat Diamant Brillant Rond 18k or Blanc Fiançailles Taille Bague 6.25-14139.png', '1.77 Carat Diamant Brillant Rond 18k or Blanc Fiançailles Taille Bague 6.25-60351.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-02 01:10:57', '2024-02-02 01:10:57'),
(2814, 'Orange Caribe 2 Seater Bank by Sebastian Herkner', 'lLR5PkvzJ', 14, 'Orange caribe 2 seater bank by Sebastian Herkner Materials: Galvanized and powder-coated tubular steel. PVC strings are made from recycled plastic. Technique: Made from recycled plastic and weaved \r\nDimensions\r\nHeight: 28.35 in (72 cm)\r\nWidth: 27.41 in (69.6 cm)\r\nDepth: 44.22 in (112.3 cm)\r\nSeat Height: 16.15 in (41 cm)\r\nStyle\r\nModern (Of the Period)\r\nMaterials and Techniques\r\nPVC,Steel,Powder-Coated', 4054.66, NULL, NULL, 4354.66, 'Orange Caribe 2 Seater Bank by Sebastian Herkner-12415.jpeg', 'Orange Caribe 2 Seater Bank by Sebastian Herkner-73973.jpeg', 'Orange Caribe 2 Seater Bank by Sebastian Herkner-53599.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-02 01:14:51', '2024-02-02 01:14:51'),
(2815, 'Orange Caribe 2 Seater Bank by Sebastian Herkner', 'ehdIYooP6', 14, 'Orange caribe 2 seater bank by Sebastian Herkner Materials: Galvanized and powder-coated tubular steel. PVC strings are made from recycled plastic. Technique: Made from recycled plastic and weaved \r\nDimensions\r\nHeight: 28.35 in (72 cm)\r\nWidth: 27.41 in (69.6 cm)\r\nDepth: 44.22 in (112.3 cm)\r\nSeat Height: 16.15 in (41 cm)\r\nStyle\r\nModern (Of the Period)\r\nMaterials and Techniques\r\nPVC,Steel,Powder-Coated', 4054.66, NULL, NULL, 4354.66, 'Orange Caribe 2 Seater Bank by Sebastian Herkner-85450.jpeg', 'Orange Caribe 2 Seater Bank by Sebastian Herkner-26299.jpeg', 'Orange Caribe 2 Seater Bank by Sebastian Herkner-55149.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-02 01:14:53', '2024-02-02 01:14:53'),
(2816, 'Surge Protector, Multi Plug Outlet Extender with Night Light for Home, Office, School, Addtam 5-Outlet Splitter and 4 USB Ports(1 USB C), Wall Charger Power Strip, ETL Listed', 'pBtI9LYqf', 16, '【9 IN 1 USB Wall Outlet】You get 4 USB charging ports (1 USB C) and 5 wide-spaced outlets; 3 side design plug extender provides large space; LED night light around the edge of the outlet extender makes life more convenient; removable screw and the plastic prong make it firmly attached to the outlets\r\n【Smart & Soft Night Light】Dusk-To-Dawn sensor, automatically turns on only when ambient lighting becomes insufficient. The night light is soft, warm and comfortable, great for bedroom, bathroom, nursery, hallway, kitchen and more (PS: If it doesn\'t auto turn on when the light is dim or you don\'t need the night light, you can touch the Sensor Switch to turn the light ON or OFF)\r\n【Double Stability & Wide Space】The screw included can be used to secure it on duplex outlet. The plastic prong at the back is for stable purposes also. For USB receptacle and GFCI outlet, the plastic prong needs to be cut off before use. 3-sided design and 1.7 inches large space between 5 sockets make it easier to use for all kinds of equipment\r\n【1 USB- C & 3 USB-A】USB C charging port features 3A Max, USB A charging port features 2.4A Max, compatible with almost all usb devices(the actual current is decided by the demand for the devices)\r\n【Super Safety】3 complementary surge protection circuits(TVS MOV GDT) with the minimum energy-absorbing capacity of 1050 Joules. This surge protector wall mount also has overload protection, short-circuit protection, over current protection, over-voltage protection and overheating protection', 12.99, NULL, NULL, 19.99, 'Surge Protector, Multi Plug Outlet Extender with Night Light for Home, Office, School, Addtam 5-Outlet Splitter and 4 USB Ports(1 USB C), Wall Charger Power Strip, ETL Listed-11723.jpeg', 'Surge Protector, Multi Plug Outlet Extender with Night Light for Home, Office, School, Addtam 5-Outlet Splitter and 4 USB Ports(1 USB C), Wall Charger Power Strip, ETL Listed-62637.jpeg', 'Surge Protector, Multi Plug Outlet Extender with Night Light for Home, Office, School, Addtam 5-Outlet Splitter and 4 USB Ports(1 USB C), Wall Charger Power Strip, ETL Listed-26920.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 01:16:49', '2024-02-02 01:16:49'),
(2817, 'Dextrus LED Lighted Liquor Bottle Display Shelf Supports USB & Power Bank, Acrylic Whiskey Rack Stand with Remote & App Control', 'UZfD1SHVS', 14, 'Dextrus LED Lighted Liquor Bottle Display Shelf Supports USB & Power Bank, Acrylic Whiskey Rack Stand with Remote & App Control\r\n\r\n\r\n\r\nSpecifications\r\n\r\nBrand: Dextrus\r\n\r\nColor: Black&White\r\n\r\nSIze: 3-Step 40-inch\r\n\r\nMaterial: Acrylic\r\n\r\nProduct Dimensions: 39.8 x 11.8 x 11 inches\r\n\r\nItem Weight: 20 pounds\r\n\r\n24-KEY REMOTE CONTROL- The remote works within 52 ft and remote signal is wall penetrating. It supports 9 static colors with brightness & speed adjustment. It also offers multiple music modes and style mode and timer function(1H/2H/3H).\r\nMULTIFUNCTIONAL APP CONTROL- Open bluetooth and scan the QR code on the control receiver then install App. It offers below five functions. The microphone function can save money on microphone fee and suits for party presenter. The timing function frees your hands and you can set the time to turn on/off the lights at any time. The color function supports 255 kinds of color and mode function allows you to adjust brightness and speed from 1-100 which satisfy your all needs.\r\nSUPPORTS USB & 12 V POWER BANK- Supports USB and power bank (ONLY 12V) without plugging in, greatly reducing the trouble of use, no restrictions on the place of use and is convenient to move at any time.\r\nDURABILITY & BROADBAND VOLTAGE- Acrylic material has advantage in better scratch resistance, hardness and durability. High transparency is ideal for displaying charming light effects. It is adaptable with wide voltage (100V to 240V) which can secure stable power supply.\r\nAPPLIED IN MULTIPLE OCCASIONS- It creates charming atmosphere and will catch the attention of guests in commercial bar and the space-saving LED shelves can display more bottles. It is also available for home, party, KTV with excellent decorative effect.', 180.99, NULL, NULL, 199.99, 'Dextrus LED Lighted Liquor Bottle Display Shelf Supports USB & Power Bank, Acrylic Whiskey Rack Stand with Remote & App Control-97560.jpeg', NULL, NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-02 01:22:09', '2024-02-02 01:22:09');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2818, 'Bright Yellow Hard Shell Electronic Organizer Carrying Case - Shockproof Large Storage Case for Hard Drive, Phone, Power Bank, Charger, Earbuds - Zipper Pouch Gadget Bag for Business, School, Travel', 'OCZLYl78m', 17, 'Large Capacity Storage Case - This tech hard case was designed to be a universal compatibilty case, which can work perfectly as a gps case, hard drive case, power bank case, battery case charger case, heart monitor case, earbuds case, small gadget case, electronic accessories bag, etc\r\nHard Shell Protective Case - This hard travel case is made of hard shell eva material for shock resistance and high protection of your gadgets, bubble pad for scratch prevention, a elastic strap and double zippers to keep item in place without slipping off\r\nCompact Size, Easy Carrying - The external size of this electronics case is 8.6 x 5.8 x 2.4 inches, internal size is 8 x 5 x 2 inches. Compact and lightweight design, portable carrying case for handholding, with carabiner for handing in your bag or put it into your backpack or briefcase\r\nTidy Storage, Electronic Organizer - This hard drive case is built-in inner mesh pocket for electronic accessories storage, elastic band to help you keep everything in place. Make your gadgets more tidy and easy to find when you need them\r\nGLCON, A Professional Carry Case Maker - GLCON had been a manufacturer of storage case for over 20 years, our aim is to make survey to know what’s the dimension and what’s the case shape is more suitable for our customer’s demand, and give them the best case and more choices for storaging', 16.99, NULL, NULL, 21.99, 'Bright Yellow Hard Shell Electronic Organizer Carrying Case - Shockproof Large Storage Case for Hard Drive, Phone, Power Bank, Charger, Earbuds - Zipper Pouch Gadget Bag for Business, School, Travel-48872.jpeg', 'Bright Yellow Hard Shell Electronic Organizer Carrying Case - Shockproof Large Storage Case for Hard Drive, Phone, Power Bank, Charger, Earbuds - Zipper Pouch Gadget Bag for Business, School, Travel-62299.jpeg', 'Bright Yellow Hard Shell Electronic Organizer Carrying Case - Shockproof Large Storage Case for Hard Drive, Phone, Power Bank, Charger, Earbuds - Zipper Pouch Gadget Bag for Business, School, Travel-51629.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-02 01:23:25', '2024-02-02 01:23:25'),
(2819, 'New Original Genuine Sony 3D Viewing Set VPL-GTZ270 Projector + 3D Glasses 6pcs', 'bZCkt6H2K', 19, 'New Original Genuine Sony 3D Viewing Set VPL-GTZ270 Projector + 3D Glasses 6pcs', 77715.00, NULL, NULL, 79300.00, 'New Original Genuine Sony 3D Viewing Set VPL-GTZ270 Projector + 3D Glasses 6pcs-21923.png', 'New Original Genuine Sony 3D Viewing Set VPL-GTZ270 Projector + 3D Glasses 6pcs-95298.png', 'New Original Genuine Sony 3D Viewing Set VPL-GTZ270 Projector + 3D Glasses 6pcs-66605.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 01:28:22', '2024-02-02 01:28:22'),
(2820, 'H4 Super White Halogen Bulb 6000K 12V 55W Automotive Lights Car Bulbs Headlight', 'y8kebHCwf', 19, 'The H4 Super White Halogen Bulb is a fantastic choice for upgrading your car\'s headlights. With a color temperature of 6000K, these bulbs emit a bright white light that enhances visibility on the road. They are designed to fit standard H4 sockets and operate at 12V with a power rating of 55W. So, if you\'re looking to improve your car\'s headlights with a crisp and stylish white light, the H4 Super White Halogen Bulb is a great option to consider.', 137.90, NULL, NULL, 140.05, 'H4 Super White Halogen Bulb 6000K 12V 55W Automotive Lights Car Bulbs Headlight-31992.jpeg', 'H4 Super White Halogen Bulb 6000K 12V 55W Automotive Lights Car Bulbs Headlight-72255.jpeg', 'H4 Super White Halogen Bulb 6000K 12V 55W Automotive Lights Car Bulbs Headlight-57539.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-02 01:29:44', '2024-02-02 01:29:44'),
(2821, 'Bluetooth Speaker with HD Sound', 'MiDOPz8zy', 18, '[Immersive Sound Experience & Dual Connectivity] Experience unparalleled sound quality with this wireless Bluetooth speaker\'s 2 drivers and advanced technology that delivers powerful, well-balanced sound with minimal distortion. Connect two speakers together to create an immersive stereo sound experience and fill any room with powerful sound. Perfect for gaming, music, and movie playback.\r\n[Tough & Weather-Resistant] Engineered to handle rough use and adverse weather conditions, this speaker features a durable design and an IPX5 rating for protection against water splashes and spills. It\'s an ideal choice for outdoor events, and is perfect for use at parties, at the pool, on the beach, while camping or hiking, and more.\r\n[Long-lasting Playtime & Extended Bluetooth Connectivity] Experience extended playtime with up to 24 hours per charge and extended wireless range with Bluetooth 5.3, reaching up to 100 feet from your device. The multicolor lights on the speaker can also be turned off with a simple button press to save the battery and adapt to your needs. Keep in mind that the actual playtime can vary depending on volume level, audio content, and usage.\r\n[Vibrant Light Effects] Bring a new level of excitement to your party with the dynamic multi-color light show that syncs to the beat of the music, you can easily customize the light effects to suit your preference by simply pressing the Light button. Make any gathering more memorable with these visually stunning light effects that will elevate the atmosphere.\r\n[Everything You Need] The package includes 1 waterproof Bluetooth speaker, 1 Type-C charging cable, and a quick start guide, all backed by lifetime technical support. The built-in microphone allows for hands-free phone calls and you can also play music from other devices using the AUX jack (not included). It\'s a perfect gift for music lovers and tech enthusiasts alike.', 19.99, NULL, NULL, 26.99, 'Bluetooth Speaker with HD Sound-43001.jpeg', 'Bluetooth Speaker with HD Sound-37496.jpeg', 'Bluetooth Speaker with HD Sound-39450.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 01:29:59', '2024-02-02 01:29:59'),
(2822, 'Holset HX35 Turbocharger fits Cummins 6BTA Automotive Engine 4042623 (2881845)', 'Ik5VTmH9F', 18, 'The Holset HX35 Turbocharger is a high-performance turbocharger specifically designed to fit the Cummins 6BTA automotive engine. With part number 4042623 (also known as 2881845), this turbocharger is a great choice if you\'re looking to enhance the power and performance of your engine. It\'s built with quality and durability in mind, ensuring reliable performance for your automotive needs. So, if you\'re in the market for a turbocharger upgrade for your Cummins 6BTA engine, the Holset HX35 Turbocharger is definitely worth considering.', 600.00, NULL, NULL, 740.25, 'Holset HX35 Turbocharger fits Cummins 6BTA Automotive Engine 4042623 (2881845)-94177.jpeg', 'Holset HX35 Turbocharger fits Cummins 6BTA Automotive Engine 4042623 (2881845)-34484.jpeg', 'Holset HX35 Turbocharger fits Cummins 6BTA Automotive Engine 4042623 (2881845)-61317.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-02 01:34:31', '2024-02-02 01:34:31'),
(2823, 'Headband Sleeping Headphones', 'TPPjD0UO4', 19, '【👍 Bluetooth Sleep Headphones with HD Stereo Sound】 MUSICOZY 3D Sleep headphones have built-in the latest Bluetooth technology and updated speakers, which can be connected at a long distance and bring HD stereo with excellent sound quality. It can reduce the surrounding noise without using painful and falling sleep earplugs. The Bluetooth sleep mask can be paired with any Bluetooth-enabled smartphone or tablet device faster and more easily within 33 feet.\r\n【👀 Unique 3D Contour Design, NO Pressure on Eyes】Ergonomically designed Bluetooth sleep headphones have wider and deeper eye space than traditional sleep mask, which will not put pressure on your eyeballs and face, and will not rub your eyelids. In addition, premium soft memory foam and smooth ice silk lining can relieve facial pressure and help you fall asleep quickly.\r\n【💤 Breathable Fabric Surface & Perfectly Block the Light】 The unique nose baffle design can block almost all light and fit your nose in a better way, keeping you completely in the dark and making you feel sleepy faster. The surface is designed with breathable fabric, which can bring you a skin-friendly and cool feeling. Perfect choice for men, women for naps, insomnia, travel, shift work, yoga, relaxation, audiobooks at home, office, car rest or blocking the light of electronic devices.\r\n【🎧 1~2 Hours Quick Charge for 14 Hours Playing】MUSICOZY Bluetooth sleep headphones have a built-in upgraded powerful battery chip. It only needs about 2 hours of charging, and the talk time/music playback time can reach 14 hours, which is enough to support the whole night. If you fall asleep with it on, this Bluetooth sleep mask will not beep to wake you up when the battery is exhausted. You will have a good night\'s sleep.\r\n【🎁 2023 Great Gift Choice】The Bluetooth Sleep Headphones are the coolest choice for people as cool tech gadgets, unique gifts for men, women, teenagers, boys, girls, girlfriend, best friend, wife, husband, teacher, traveler as a birthday, Christmas holiday gift. With Bluetooth sleep headphones, you can sleep anywhere, anytime. The package includes a Bluetooth Sleep Mask, USB Charging Cable, User Manual and Carry Pouch.', 24.99, NULL, NULL, 39.99, 'Headband Sleeping Headphones-95124.jpeg', 'Headband Sleeping Headphones-32705.jpeg', 'Headband Sleeping Headphones-12440.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 01:35:50', '2024-02-02 01:35:50'),
(2824, 'Taş Bank by Rectangle Studio', '2Yedffy2V', 14, 'Tas bank by Rectangle Studio Dimensions: W 130 x D 46 x H 62 cm  Materials: Massive oak, natural wood oil, natural beige leather\r\nheight:%2024.41%20in%20(62%20cm)%0AWidth%3A%2018.12%20in%20(46%20cm)%0ADepth%3A%2051.19%20in%20(130%20cm)', 6518.00, NULL, NULL, 7518.00, 'Taş Bank by Rectangle Studio-31542.jpeg', 'Taş Bank by Rectangle Studio-31007.jpeg', 'Taş Bank by Rectangle Studio-38786.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-02 01:37:25', '2024-02-02 01:37:25'),
(2825, 'Cartier Or Carré Ancien Poche Montre, 29 Jewels Répétiteur W/Original Pochette', 'RjvfhPcxK', 19, 'Antique Cartier gold square pocket watch, repeat of 29 jewels with original pouch Manufacturer: Cartier Company Watch type: Repetition 29 jewels Serial number: 3169 File number: 72 198 Also includes: original Cartier clutch, safety pin to affix to clothing Few names are as well known and respected as Maison Cartier. With such a famous clientele, including pieces belonging to royalty in Belgium, England, Russia, Portugal and many other countries, Cartier is truly the Jeweler of Kings and the King of Jewelers. In more modern times, their pieces have been presented by movie stars and celebrities around the world. The design and manufacturing of this watch clearly showcase the know-how and style for which Cartier artisans are renowned. This pocket watch is truly a rare find, especially one as well preserved as this one. The watch you are bidding on is in perfect working condition and also includes the original Cartier storage pouch.', 72761.00, NULL, NULL, 81390.00, 'Cartier Or Carré Ancien Poche Montre, 29 Jewels Répétiteur W/Original Pochette-38248.png', 'Cartier Or Carré Ancien Poche Montre, 29 Jewels Répétiteur W/Original Pochette-63490.png', NULL, 'Accessories', 5.0, NULL, 1, '2024-02-02 01:38:50', '2024-02-02 01:38:50'),
(2826, '2 in 1 Cup Phone Holder for Car', 'cDGRUSRhl', 10, '【2 in 1 Cup Phone Holder for Car】This car cup phone holder mount could hold your handing cup and also hold the phone. You can still put down the water glass. The bottom of the cup holder is designed with an adjustable tripod, which can be very stable for any prototype. Reasonable use of the internal space, will not block the view.\r\n【No Shaking No Slip & 360° Rotated】Upgrade design phone mount , stable no shaking, one botton open the phone holder, simple to operate. Just pull it open and put it into the phone, and you can take it out with one had. They all with soft silicone pad, let your phone without scratch. And the phone head could 360° rotated, very easy to use.\r\n【Stretchable Long Neck】Our Car cup phone holder for car with a long gooseneck, the tube could stretchable, you can adjuste it to suit your any position with no shaking. The insert expands from 2.3\" to 4.7\" in diameter to fit most automotive centre console cup holders. Inserting the cup holder just rotate the vane clockwise to expand the size of the bottom adapter and firmly fix the base.\r\n【Adjustable Cup Holder】Adjustable telescopic blades that tightly wrap the cup, suitable for 2.5\'\' to 3.2\'\' cups. Just put it in the cup and it will automatically snap, no need to worry about any shaking. Also you can us it as a space to put the key or somthing.', 29.99, NULL, NULL, 34.99, '2 in 1 Cup Phone Holder for Car-30747.jpeg', '2 in 1 Cup Phone Holder for Car-59130.jpeg', '2 in 1 Cup Phone Holder for Car-97317.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 01:43:53', '2024-02-02 01:43:53'),
(2827, 'Honda 13HP 32In Two Stage Track Drive Snow Blower', 'S37uew6In', 14, 'The Honda 13HP 32In Two Stage Track Drive Snow Blower is a powerful and reliable snow blower designed to tackle heavy snowfall and tough winter conditions. With its 13 horsepower engine and a 32-inch clearing width, this snow blower can effortlessly handle large amounts of snow, making it perfect for clearing driveways, sidewalks, and other areas. The track drive system provides excellent traction, allowing you to easily maneuver through snow-covered terrain. So, if you\'re looking for a high-performance snow blower to conquer those snowy days, the Honda 13HP 32In Two Stage Track Drive Snow Blower is a great choice', 3499.00, NULL, NULL, 3899.00, 'Honda 13HP 32In Two Stage Track Drive Snow Blower-61219.jpeg', 'Honda 13HP 32In Two Stage Track Drive Snow Blower-20316.jpeg', 'Honda 13HP 32In Two Stage Track Drive Snow Blower-59877.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-02 01:44:30', '2024-02-02 01:44:30'),
(2828, 'Rockford Complet Hunter 14k or Jaune Rempli Poche Montre 15 Jewels 18S Gr : 85', 'jC45ODeyq', 19, 'Rockford Full Hunter Pocket Watch 14k Yellow Gold Filled 15 Jewels Size 18 Beautiful antique Rockford pocket watch with white dial, cobalt blue hands and dedicated second dial 14k yellow gold filled case with intricate hand engraved design on case front and back. Black Roman numerals File serial number 2055243 Serial number of the Rockford movement with 15 jewels270260 Year of manufacture: 1887 Total mass = 149.8 Size 18S The piece appears to be in good condition. Cracks on the dial, some scratches on the case. The mechanism seems to work.', 2595.00, NULL, NULL, 2903.00, 'Rockford Complet Hunter 14k or Jaune Rempli Poche Montre 15 Jewels 18S Gr : 85-18121.png', 'Rockford Complet Hunter 14k or Jaune Rempli Poche Montre 15 Jewels 18S Gr : 85-88671.png', 'Rockford Complet Hunter 14k or Jaune Rempli Poche Montre 15 Jewels 18S Gr : 85-21593.png', 'Accessories', 4.5, NULL, 1, '2024-02-02 01:46:15', '2024-02-02 01:46:15'),
(2829, 'Sofa Closet Chair Swivel Caster Wheel Black 4pcs - Black Silver Tone', 'kgu2FrXWg', 14, 'color:%20Black,Silver%20Tone;%20Material%3A%20Plastic,Metal%0ANet%20Weight%3A%20122g;%20Package%20Content%3A%204%20x%20Caster%20Wheels%0AProduct%20Name%3A%20Caster%20Wheel;%20Size%3A%2044%20x%2035%20x%2063mm/1.7%22%20x%201.4%22%20x%202.5%22(L*W*H)%0AWheel%20Diameter:%2040mm/1.57%22%0AThread%20Size:%2013%20x%207mm/0.5%22%20x%200.3%22(L*D)%0A360%20rotation%20type,%20light%20duty%20design%20caster%20wheel.%0A%0AThe%20plastic%20wheel%20360-degree%20rotation%20gives%20mobility%20to%20light%20furniture%20on%20surfaces%20where%20quiet%20movement%20and%20floor%20protection%20are%20vital.%20%0A%0AProvide%20low%20starting%20and%20rolling%20resistance,%20roll%20quietly%20and%20smoothly.', 10.49, NULL, NULL, 12.49, 'Sofa Closet Chair Swivel Caster Wheel Black 4pcs - Black Silver Tone-46249.jpg', 'Sofa Closet Chair Swivel Caster Wheel Black 4pcs - Black Silver Tone-59773.jpg', 'Sofa Closet Chair Swivel Caster Wheel Black 4pcs - Black Silver Tone-15788.jpg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 01:46:48', '2024-02-23 17:26:35'),
(2830, 'Car Cup Holder Expander with Phone', 'eNqfi8jzi', 12, '👍Strong Compatibility: With 360° rotatable universal ball head, you can adjust your phone to the most convenient position and angle for you, so you can operate your phone comfortably and easily while driving. Suitable for all 4-7 inch smartphones, compatible with iPhone 15/15 Pro/15 Pro Max14/14 Pro/14 Pro Max/13/13 Pro/13 Pro Max/13 Mini/12/12 Pro/12 Pro Max/12 Mini/Samsung Galaxy S23 / S23 Ultra and more.\r\n👍Cell Phone Holder: The direction of the car phone holder can be flexibly adjusted by twisting action, the holder arm and phone holder can be rotated 360 degrees and adjusted to various angles. Support for cell phone horizontal or vertical screen placement, partners sitting in the passenger seat or in the back can watch navigation/watch videos and other entertainment.\r\n👍Stable and Safe Bracket Arm: Compared with the easy to shake unstable gooseneck arm support bar, we use a thickened square segmented holder arm, which will not produce strong shaking during driving, very suitable for long trips.\r\n👍Cup Holder Expander: Double U-port car cup holder expander compatible with Hydro Flask/Yeti and most 12-40oz, 3.8\" wide large bottles and large drinks, base diameter can be extended from 2.5\" to 3.9\" filled mounted on console, compatible with Tesla, SUV, truck, RV, and golf cart, etc. Car cup holder\'s U-shaped opening fits cups with handles perfectly without tilting or splashing.\r\n❤️Hassle-Free After-Sales Service: The perfect combination of cell phone mount and cup holder is ideal for placing cell phone and water bottle, dedicated to providing you with a convenient driving experience. If you have any dissatisfaction with this cup holder phone holder, please feel free to contact us, we will be at your service.', 20.99, NULL, NULL, 30.90, 'Car Cup Holder Expander with Phone-15175.jpeg', 'Car Cup Holder Expander with Phone-98257.jpeg', 'Car Cup Holder Expander with Phone-28438.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 01:50:36', '2024-02-02 01:50:36'),
(2831, 'DEWALT 60V MAX FLEXVOLT 21 in Single Stage Brushless Snow Thrower Kit', 'SbHNyZl8b', 19, 'The DEWALT 60V MAX FLEXVOLT 21 in Single Stage Brushless Snow Thrower Kit is a fantastic choice for clearing snow from your driveway or walkways. With its powerful brushless motor and 60V MAX FLEXVOLT battery, this snow thrower delivers excellent performance and runtime. The 21-inch clearing width allows you to quickly and efficiently clear snow, while the single-stage design ensures easy maneuverability. Plus, the kit includes everything you need, including the battery and charger. So, if you\'re looking for a reliable and convenient snow thrower, the DEWALT 60V MAX FLEXVOLT 21 in Single Stage Brushless Snow Thrower Kit is definitely worth considering', 999.00, NULL, NULL, 1099.00, 'DEWALT 60V MAX FLEXVOLT 21 in Single Stage Brushless Snow Thrower Kit-32191.jpeg', 'DEWALT 60V MAX FLEXVOLT 21 in Single Stage Brushless Snow Thrower Kit-33846.jpeg', 'DEWALT 60V MAX FLEXVOLT 21 in Single Stage Brushless Snow Thrower Kit-51806.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-02 01:50:57', '2024-02-02 01:50:57'),
(2832, 'Westinghouse 489IA50G01 WLI Outdoor Interrupting Switch Line-Up Fused 600A 15KV', 'aqQ6cpHRq', 19, 'Westinghouse\r\n\r\nType WLI Interrupting Switch Line-up\r\n\r\n4- Fused Disconnects\r\n\r\n13.8 KV Nominal Rating\r\n\r\n15.0 KV Maximum Rating\r\n\r\n95 B.I.L\r\n\r\n600 Amp Continuous\r\n\r\n600 Amp Interrupting\r\n\r\n40,000 Momentary\r\n\r\nStyle# 489IA50G01\r\n\r\nFusible\r\n\r\nNEMA 3R\r\n\r\n98 1/2\"H x 132 1/2\"W x 56\"D', 60000.00, NULL, NULL, 62000.00, 'Westinghouse 489IA50G01 WLI Outdoor Interrupting Switch Line-Up Fused 600A 15KV-31698.png', 'Westinghouse 489IA50G01 WLI Outdoor Interrupting Switch Line-Up Fused 600A 15KV-14160.png', 'Westinghouse 489IA50G01 WLI Outdoor Interrupting Switch Line-Up Fused 600A 15KV-74991.png', 'Accessories', 4.0, NULL, 1, '2024-02-02 01:52:13', '2024-02-02 01:52:13'),
(2833, 'vidaXL Towel Rack Black Iron Home Hotel Corner Bathroom Storage Rack Furniture', 'SPMyK7GT4', 14, 'color:%20Black%0AMaterial%3A%20Iron%0ADimensions%3A%205%22%20x%205%22%20x%2023.6%22%20(W%20x%20D%20x%20H)%0AAssembly%20required%3A%20Yes', 39.11, NULL, NULL, 43.11, 'vidaXL Towel Rack Black Iron Home Hotel Corner Bathroom Storage Rack Furniture-28179.jpeg', 'vidaXL Towel Rack Black Iron Home Hotel Corner Bathroom Storage Rack Furniture-16872.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-02 01:54:22', '2024-02-02 01:54:22'),
(2834, '17oz Cool Tumbler', 'eTVQRWUrp', 13, '1. Valentines Day Gifts for Him - Cool Shape Tumbler Mens Valentines Gifts\r\n2. Premium 18/8 Food Grade Stainless Steel - Saftey Guaranteed, Keep Cold＆Hot Longer\r\n3. Portable 17oz Travel Tumbler - Suitable for many occasions(Valentines Day, Vday, Anniversary, Birthday, Fathers Day, Fishing, Hunting, Camping )\r\n4. BPA Free Lid＆Easy To Clean\r\n【Perfect Valentines Gifts for Him】Looking for nice valentines day gifts for men? Here we got a gorgeous gold tumbler ready for you to surprise him. This tumbler with lid features its cool shape. He will be absolutely proud of receiving this gifts and be deeply impressed.\r\n【Premium 18/8 Food Grade Stainless Steel】Our insulated tumbler can keep drinks cold or hot. The vacuum insulated tumbler is made from 18/8 food grade stainless steel and without metalic taste. Suitable for men who have everything. It can make your favourite beverage fresh. Such as iced coffee, tea, wine, water, smoothies, hot chocolate, cocktails, lemonade, juice, ice cream, etc.\r\n【Portable 17oz Travel Tumbler】Our sweat proof tumbler is spill-proof. It fits most car cup holders. You can enjoy drinks with it at many occasions such as home, office, beach, camping, picnic, hiking adventure, RV tour, or fishing trip.\r\n【BPA Free Lid＆Easy To Clean】The smooth inner and outside of tumbler make it easier to clean. Funslive stainless steel tumbler is the best valentines gifts for him, anniversary gifts for him husband, gifts for men husband birthday presents, husband gifts, boyfriend, 30th, 40th, 50th, 60th, birthday, gifts for boyfriend, last minute christmas gifts, santa secret gifts, thanksgiving, new year.', 14.98, NULL, NULL, 17.98, '17oz Cool Tumbler-29950.jpeg', '17oz Cool Tumbler-97938.jpeg', '17oz Cool Tumbler-68757.jpeg', 'Video games', 4.5, NULL, 1, '2024-02-02 01:59:20', '2024-02-02 01:59:20'),
(2835, 'Westinghouse 7274A62G33 Type WLI Outdoor Load Interrupter Switch 600A 15KV Used', 'gny7dnznp', 18, 'Westinghouse\r\n\r\nType WLI Load INterrupter Switchgear\r\n\r\n13.8 KV Nominal Rating\r\n\r\n15.0 KV Maximum Rating\r\n\r\n95 B.I.L\r\n\r\n600 Amp Continuous\r\n\r\n600 Amp Interrupting\r\n\r\n40 KA Momentary\r\n\r\n40 KA Fault Close\r\n\r\nStyle# 7274A62G33\r\n\r\nFusible - Fuses Sold Separately\r\n\r\nNEMA 1\r\n\r\n98 1/4\"H x 33\"W x 56\"D\r\n\r\nAlso has side Conduit Box 40\"H x 20\"W x 39\"D', 14500.00, NULL, NULL, 15000.00, 'Westinghouse 7274A62G33 Type WLI Outdoor Load Interrupter Switch 600A 15KV Used-26669.png', 'Westinghouse 7274A62G33 Type WLI Outdoor Load Interrupter Switch 600A 15KV Used-78917.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 01:59:21', '2024-02-02 01:59:21'),
(2836, 'Ariens Classic 24 208 cc Two Stage AX Electric Start Snow Blower', 'RNXyASZCK', 14, 'The Ariens Classic 24 208 cc Two Stage AX Electric Start Snow Blower is a powerful and reliable snow blower that will make clearing snow a breeze. With its 208 cc engine and two-stage design, this snow blower can handle even the toughest winter conditions. The electric start feature makes it easy to get the machine up and running, while the 24-inch clearing width allows you to clear large areas in less time. So, if you\'re looking for a snow blower that\'s both efficient and easy to use, the Ariens Classic 24 is a great choice! Stay warm and safe this winter', 1049.00, NULL, NULL, 1259.00, 'Ariens Classic 24 208 cc Two Stage AX Electric Start Snow Blower-57619.jpeg', 'Ariens Classic 24 208 cc Two Stage AX Electric Start Snow Blower-98719.jpeg', 'Ariens Classic 24 208 cc Two Stage AX Electric Start Snow Blower-62335.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-02 02:03:00', '2024-02-02 02:03:00'),
(2837, '5 Core Premium Metal Guitar Stand for Acoustic Classic Electric Guitar Detachable Musical Instrument Stand Triple - Holds 3 Guitars (3 Guitar Holders)', '13QKOlSli', 14, 'About Triple Guitar Stand\r\nHeight Adjustable Guitar Stand from 30 to 38.5\" it can also rotate, making it easy to house different guitar models.\r\nHeavy Duty Guitar Holder with tripod leg design. Each has anti-slip rubber feet for extra stability.\r\nTall Stand with Thick Sponge Padding secures instruments without slipping or scratching.\r\nUpright Bass Stand with wide cradle supports acoustic, electric guitars, banjo & mandolin.\r\nCollapsible Guitar Stand with adjustable height for limited spaces & easy portability', 39.49, NULL, NULL, 42.49, '5 Core Premium Metal Guitar Stand for Acoustic Classic Electric Guitar Detachable Musical Instrument Stand Triple - Holds 3 Guitars (3 Guitar Holders)-29609.jpeg', '5 Core Premium Metal Guitar Stand for Acoustic Classic Electric Guitar Detachable Musical Instrument Stand Triple - Holds 3 Guitars (3 Guitar Holders)-55828.jpeg', NULL, 'Instruments', 4.5, NULL, 1, '2024-02-02 02:07:00', '2024-02-02 02:07:00'),
(2838, 'Side by Side Cable Organizer Tech Bag for Laptop Accessories', 'mPCrZCwAn', 13, 'TRAVEL SMARTER, NOT HARDER: Our cord organizer eliminates the hassle of searching for misplaced cables or adapters. Stay organized and save time during your travels with our convenient and efficient travel essentials solution.\r\nMAXIMUM ORGANIZATION: Our charger case accommodates a wide range of tech accessories. From cables and chargers to adapters and power banks, it provides ample storage and multiple pockets to securely hold all your travel essentials.\r\nCOMPACT DESIGN: The thoughtfully designed layout of our travel size tech bag maximizes space utilization. It offers extensive capacity without compromising on portability, ensuring you have everything you need within reach. ADD TO CART now\r\nSUPERIOR DURABILITY: Crafted with high-quality zipper and top-notch nylon fabric, our travel case provides unparalleled protection for your valuable tech gadgets and charging essentials. Invest in long-lasting durability and peace of mind.\r\nPREMIER GIFT: Surprise your tech-savvy loved ones with the ultimate travel gear. Our tech bag is ideal for frequent travelers, digital nomads, and anyone who values neatness and efficiency. It comes with a sleek Gift Box, adding an extra special touch', 29.99, NULL, NULL, 39.95, 'Side by Side Cable Organizer Tech Bag for Laptop Accessories-69684.jpeg', 'Side by Side Cable Organizer Tech Bag for Laptop Accessories-55473.jpeg', 'Side by Side Cable Organizer Tech Bag for Laptop Accessories-84256.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 02:10:45', '2024-02-02 02:10:45'),
(2839, 'AZImport PS75A Blue Kids Drum Set Musical Instrument Toy Playset; Blue - 11 Piece', 'MRcwQ0hfL', 14, 'It\'s time for your child to become a rock star they are! This drum kit playset is a great way to get your kids to be interested in a musical instrument. The playset has the whole complete set with the snares, bass, symbol and even more. Kids who general start music in their early age, they can possibly develop better hand-eye coordination and help stimulate creativity. The sounds coming from the drums, sound exactly like the real ones. Get your child in rhythm!\r\n\r\nFeatures\r\nThe drum set colors are beautiful and in a bright vivid blue\r\nDrum set comes complete with snares, bass, symbols, their own chair, and even more\r\nGreat for learning the basic of a drum kit\r\nSounds almost exactly like the real drum kits\r\nMusic stimulates the mind and kids will love playing the drum kit set for hours', 50.99, NULL, NULL, 63.99, 'AZImport PS75A Blue Kids Drum Set Musical Instrument Toy Playset; Blue - 11 Piece-35615.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-02 02:13:30', '2024-02-02 02:13:30'),
(2840, 'Controller Extension for PS Classic Mini for PS 1 Console 1.8cm Extension Cable', 'F08y80eHl', 14, 'Extra Room for Movement: With 1.8m of cord length each, you have enough cable to use while you are still playing your games. With high data transmission rate, you can be sure character control is on point.\r\nHassle Free: Plug and play design lets you use it outright without any concerns about installation or compatibility\r\nSuperior Ergonomics: With 1 cables included, you can play like a responsible adult together with you best buddy, and sit back, relax, and find those memories again\r\nLong Lasting: Made from high quality high impact plastic and the tips are from solid stainless steel, these cables will endure wear and tear and will withstand daily use.\r\nGuaranteed: We ensure 100% customer satisfaction by providing the highest quality in the market. Our customers are first on our priority list and we simply provide you the best product and service.', 14.99, NULL, NULL, 20.88, 'Controller Extension for PS Classic Mini for PS 1 Console 1.8cm Extension Cable-23791.jpeg', 'Controller Extension for PS Classic Mini for PS 1 Console 1.8cm Extension Cable-59871.jpeg', 'Controller Extension for PS Classic Mini for PS 1 Console 1.8cm Extension Cable-37240.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-02 02:17:14', '2024-02-02 02:17:14'),
(2841, 'One of a Kind Franck Muller Stainless Steel Watch Turbillon Movement Skeleton', 'pfEYlh5Cj', 18, 'SKU: A106707 Pre-Owned Brand: Fanck Muller Serial: Non-Serialized Movement: Frank Muller \"FM\" Tourbillon Movement Case: 44.00mm Stainless Steel Skeleton Case Bracelet: Black Crocodile strap in excellent condition with Stainless Steel Buckle. Condition: Indulge in the timeless allure of horological excellence with this extraordinary pre-owned masterpiece: a one-of-a-kind Franck Muller Stainless Steel Watch, a harmonious fusion of precision engineering and aesthetic opulence. Encapsulating the pinnacle of watchmaking artistry, this horological marvel features a mesmerizing Tourbillon movement, a testament to Franck Muller\'s relentless pursuit of perfection. Crafted with meticulous attention to detail, the skeleton case of this exceptional timepiece unveils the intricate dance of gears and springs, inviting the beholder to witness the very heartbeat of time itself. Each component meticulously placed,', 69985.00, NULL, NULL, 71238.00, 'One of a Kind Franck Muller Stainless Steel Watch Turbillon Movement Skeleton-65387.png', 'One of a Kind Franck Muller Stainless Steel Watch Turbillon Movement Skeleton-73005.png', 'One of a Kind Franck Muller Stainless Steel Watch Turbillon Movement Skeleton-57530.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-02 02:21:20', '2024-02-02 02:21:20'),
(2842, 'ULTRA BRIGHT HEADLAMP WITH RED WARNING LIGHT', 'kpSdymcdb', 15, '★ ULTRA BRIGHT HEADLAMP WITH RED WARNING LIGHT: The rechargeable headlamp flashlight consists of 5 LED bulbs and a red Back Warning Light with a maximum brightness of 12,000 lumens and a range of 600 meters illumination. This xtreme bright headlamp helps you clearly see the surroundings and stay away from danger. Back Warning Light 100% guarantees your safety.\r\n★ ZOOMABLE & FOUR MODES: KJLAND Headlamp has zoom function and 4 modes of lighting. You get the exact level of brightness (low/medium/high/flash) and zoomable focus lighting you need for any use in the dark. You can easily change between them with a single switch.\r\n★ RECHARGEABLE & WATERPROOF: Compact and powerful USB rechargeable battery provides for hours using time. With IPX5 water resistant grade, KJLAND headlamp flashlight is safe to use even when it\'s raining.\r\n★ COMFORTABLE & ADJUSTABLE: The hands free headlamp flashlight can be rotated 90 degrees that make it ideal for indoor and outdoor use. Our work head light is equipped with high-quality elastic band and head sponge pad. This head lamp is easy to adjust and install. No sliding, which makes it comfortable for anyone or any situation.\r\n★ PREMIUM SERVICE: We will provide a lifetime guarantee and a 30-day fully refund or free change with 24-hour professional customer service. This is a totally risk-free purchase.', 19.99, NULL, NULL, 29.99, 'ULTRA BRIGHT HEADLAMP WITH RED WARNING LIGHT-81823.jpeg', 'ULTRA BRIGHT HEADLAMP WITH RED WARNING LIGHT-60214.jpeg', 'ULTRA BRIGHT HEADLAMP WITH RED WARNING LIGHT-49055.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 02:22:26', '2024-02-02 02:22:26'),
(2843, 'KROIL MICROIL PRECISION INSTRUMENT AND GUN OIL (MC081C)', 'QxWtRYh9z', 14, 'Microil lubricates bearings and mechanisms in precision instruments, gauges, meters, clocks, micrometers, counters, controls, firearms, light machinery, office machines and other small mechanisms. Low viscosity, low evaporation formula lubricates to -50° F. It is non-corrosive, and will not gum.\r\n\r\nNon corrosive - will not damage materials\r\nLong lasting - low viscosity, low evaporation formula\r\nTemperature stable - lubricates to -50 degrees fahrenheit', 18.38, NULL, NULL, 21.38, 'KROIL MICROIL PRECISION INSTRUMENT AND GUN OIL (MC081C)-69301.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-02 02:24:26', '2024-02-02 02:24:26'),
(2844, 'Suncast Modernist 7 ft. x 7 ft. Resin Vertical Pent Storage Shed with Floor Kit', 'zUa8UkVBr', 14, 'The Suncast Modernist 7 ft. x 7 ft. Resin Vertical Pent Storage Shed with Floor Kit is a fantastic solution for all your storage needs. This shed offers ample space to store your outdoor equipment, tools, and other belongings. Made of durable resin, it\'s built to withstand the elements and provide long-lasting protection. The included floor kit ensures a stable and secure foundation for your items. With its modern design and convenient size, this storage shed will not only keep your belongings organized but also enhance the look of your outdoor space. It\'s a great investment for anyone looking to declutter and keep their outdoor essentials safe and secure', 1139.99, NULL, NULL, 1200.00, 'Suncast Modernist 7 ft. x 7 ft. Resin Vertical Pent Storage Shed with Floor Kit-79326.jpeg', 'Suncast Modernist 7 ft. x 7 ft. Resin Vertical Pent Storage Shed with Floor Kit-53541.jpeg', 'Suncast Modernist 7 ft. x 7 ft. Resin Vertical Pent Storage Shed with Floor Kit-39692.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-02 02:27:33', '2024-02-02 02:27:33'),
(2845, 'Car Charger', 'kr0dalYu1', 15, '🔋【QUICK CHARGING】1pc x CHG-TC51-CLA1-01 Charger Cable. 5V 3A charge for your PDA scanner device fast charging transmission, power from 0 to 100, only 4 hours to full.\r\n🔋 [Features] Multi-function 2-in-1 charging cable: Car and USB charging cable support a variety of USB protocols, fast charging. USB interface, extendable length, heat-resistant design, comfortable grip, two charging methods, easy to carry, suitable for baggage handlers, express salesmen, retail workers, warehouse employees to meet your work needs anywhere.\r\n🔋【Compatible With】Our scanner cables are 100% compatible with the for Zebra TC51 TC510 TC510K TC51HC TC52 TC52X TC520L TC520K TC56 TC56DJ TC57 TC57HO BT-000314 BTRY-TC51-43MA1-01 device.\r\n🔋 [Higher quality] Our charging cables are manufactured with the most advanced upgraded materials and strict quality standards. The thickened materials have been tested thousands of times and are not easy to break to ensure their performance and durability, so that you can get a better budget.\r\n🔋【 Professional service 】if there are quality problems or such problems during use, please contact us, we are always ready to welcome you. We have the most professional technical team to provide you with the perfect solution within 24 hours.', 29.99, NULL, NULL, 35.00, 'Car Charger-77239.jpeg', 'Car Charger-52190.jpeg', 'Car Charger-23977.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-02 02:28:47', '2024-02-02 02:28:47'),
(2846, 'Authentic! Cartier Delices de Cartier 18k White Gold Diamond Quartz Watch 3380', 'DW5MK3g5S', 19, 'Works great, fully functional, absolutely mint, like new condition.\r\n\r\nIncludes Cartier Watch Box.\r\nMetal:\r\n18k White Gold Band Case\r\n\r\nCase Dimensions:\r\n\r\nWatch Length: 5.75\", Band Width: 15mm\r\n\r\n40mm x 26mm\r\n\r\nWeight:\r\n125.4 grams\r\n\r\nMovement: Quartz\r\n\r\nWater Resistant:\r\n\r\nStones:\r\nGreat Working Condition\r\n\r\n3 ATM\r\n\r\nDiamonds VVS1 clarity, E color two rows on the bezel and on the dial\r\n\r\nHallmarks:\r\nCartier Swiss Made 750 water resistant 3380 87213RX French Hallmarks\r\n\r\nT3388mrndd', 30500.00, NULL, NULL, 40012.99, 'Authentic! Cartier Delices de Cartier 18k White Gold Diamond Quartz Watch 3380-27344.png', 'Authentic! Cartier Delices de Cartier 18k White Gold Diamond Quartz Watch 3380-39715.png', 'Authentic! Cartier Delices de Cartier 18k White Gold Diamond Quartz Watch 3380-27409.png', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-02 02:41:24', '2024-02-02 02:41:24'),
(2847, 'Melbourne Instruments NINA 12 Voice Analog Polyphonic Synthesizer with Motorized Controls', 'xqEyzM6Bj', 14, '12 Voice, 4 part MultitimbralMotorized, recallable, automatable, assignable, and robust high resolution control panelComplete & quick to edit modulation matrix3 Oscillators per voice. 2 Analog VCOs, 1 Digital WavetablePatch morphingOnboard effects', 3200.00, NULL, NULL, 3599.00, 'Melbourne Instruments NINA 12 Voice Analog Polyphonic Synthesizer with Motorized Controls-10583.jpeg', 'Melbourne Instruments NINA 12 Voice Analog Polyphonic Synthesizer with Motorized Controls-33753.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-02 02:45:25', '2024-02-23 01:26:16'),
(2848, 'Milwaukee Packout 48 in. H X 20 in. W X 12 in. D Collapsible 2-Wheel Cart', 'nkob8Q28L', 14, 'The Milwaukee Packout 48 in. H X 20 in. W X 12 in. D Collapsible 2-Wheel Cart is a versatile and convenient tool for transporting your equipment and materials. With its collapsible design, you can easily fold it down for compact storage when not in use. The two-wheel configuration allows for smooth maneuverability, making it easy to navigate through different terrains. This cart is built with durability in mind, featuring a sturdy construction that can handle heavy loads. Whether you\'re moving tools, supplies, or other items, the Milwaukee Packout cart is a reliable choice to help you transport your gear with ease.', 229.99, NULL, NULL, 350.00, 'Milwaukee Packout 48 in. H X 20 in. W X 12 in. D Collapsible 2-Wheel Cart-74158.jpeg', 'Milwaukee Packout 48 in. H X 20 in. W X 12 in. D Collapsible 2-Wheel Cart-75242.jpeg', 'Milwaukee Packout 48 in. H X 20 in. W X 12 in. D Collapsible 2-Wheel Cart-71623.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-02 02:49:29', '2024-02-02 02:49:29'),
(2849, 'Graphics Drawing Tablet', '8mPa4SJ1b', 16, '【Large Active Drawing Space】: UGEE M708 V3 graphic drawing tablet, features 10 x 6 inch large active drawing space with papery texture surface, provides enormous and smooth drawing for your digital artwork creation, offers no-lag sketch, painting experience;\r\n【8192 Passive Stylus Technology】: A more affordable passive stylus technology offers 8192 levels of pressure sensitivity allows you to draw accurate lines of any weight and opacity according to the pressure you apply to the pen, sharper line with light pressure and thick line with hard pressure, perfect for artistry design or unique brush effect for photo retouching;\r\n【Compatible with Multiple System&Softwares】: Powerful compatibility, tablet for drawing computer, perform well with Windows 11/10 / 8 / 7 and Mac OS X 10.10 or above; Driver program works with creative software such as Photoshop, Illustrator, Macromedia Flash, Comic Studio, SAI, Infinite Stratos, 3D MAX, Autodesk MAYA, Pixologic ZBrush and more;\r\n【Ergonomically Designed Shortcuts】: 8 customizable express keys on the side for short cuts like eraser, zoom in and out, scrolling and undo, provide a lot more for convenience and helps to improve the productivity and efficiency when creating with the drawing tablet;\r\n❤Easy to Set Up& Best Customer Service❤: Suits for both right and left hand user with the pen holder and extra pen tips, ideal for professional artist, newbie designer and amateur hobbyist of all kind, provides 12-month hussle free warranty service and clock customer service;', 39.97, NULL, NULL, 49.98, 'Graphics Drawing Tablet-67821.jpeg', 'Graphics Drawing Tablet-19662.jpeg', 'Graphics Drawing Tablet-46376.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 02:49:41', '2024-02-02 02:49:41'),
(2850, 'Authentic! Cartier 18k White Gold Trinity Band Ring Size 53 US 6.25', '1UoWgnihE', 19, 'Metal:\r\n18k White Gold\r\n\r\nWidth:\r\n\r\n3.5mm each band\r\n\r\n7mm band\r\n\r\nWeight:\r\n9.3 grams\r\n\r\nRing Size:\r\nEU 53, US 6 1/4\r\n\r\nHallmarks:\r\nAU750 Cartier 53 CQP749\r\n\r\nTi835mmld', 1750.00, NULL, NULL, 1900.00, 'Authentic! Cartier 18k White Gold Trinity Band Ring Size 53 US 6.25-86093.png', 'Authentic! Cartier 18k White Gold Trinity Band Ring Size 53 US 6.25-51137.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-02 02:50:24', '2024-02-02 02:50:24'),
(2851, 'Authentic! Cartier Etincelle De Cartier 18k White Gold Diamond Band Ring', 'H2yBE5kN8', 19, 'This ring comes with original Cartier box and Cartier certificate of authenticity.\r\n\r\nMetal:\r\n18k White Gold\r\n\r\nRing Size:\r\nEuropean 48, US 4.5\r\n\r\nStones:\r\n\r\n59 Round brilliant cut diamonds VVS1 clarity, E color total weight approximately 1.33ct\r\n\r\nWeight:\r\n\r\nWidth:\r\n6.2 grams', 6500.00, NULL, NULL, 7200.00, 'Authentic! Cartier Etincelle De Cartier 18k White Gold Diamond Band Ring-86824.png', 'Authentic! Cartier Etincelle De Cartier 18k White Gold Diamond Band Ring-48403.png', 'Authentic! Cartier Etincelle De Cartier 18k White Gold Diamond Band Ring-25061.png', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-02 02:56:16', '2024-02-02 02:56:16'),
(2852, 'Multi Charging Cable', 'l94sI8hdi', 12, '⚡【Fast Charge and Sync Data】: Ensure a maximum charging speed up to 4.5A (for total, not for each end), charge faster than most standard cables and work better for tablets and quick charge devices. It transfer speed up to 480Mbps.\r\n⚡【3 in 1 Multi Charger Cable 】: 3 in 1 Tangle-Free charging Cord for you! Easy to switch between Lightning & Micro USB & USB-C connectors, hot plug supported.\r\n⚡【Retractable & Phone Stand】：The Retractable multiple charger cord has a built-in phone stand design, a retractable stand was set up in the back of the charger box,which could be used as phone stand to let you free hands and enjoy watching while you are charging.\r\n⚡【Convenient and easy to use】: Ideal Length 4Ft / 1.2m is optimal to use in home, office, car, traveling & more. Retractable 3 in 1 Cable is very easy to fold and place in your handbag, laptop bag, pocket etc.\r\n⚡【WHAT YOU GET】: ASICEN 2-Pack 4ft/1.2m 3 in 1 Retractable Universal High Speed Output Charging Cables, 12-month 100% Worry-Free warranty, and friendly customer service.', 16.99, NULL, NULL, 38.09, 'Multi Charging Cable-47081.jpeg', 'Multi Charging Cable-23820.jpeg', 'Multi Charging Cable-93962.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 02:56:59', '2024-02-02 02:56:59'),
(2853, 'Deluxe Snare Drum by GRIFFIN | 14\" x 5.5\" Poplar Wood Shell with Zebra PVC Glossy Finish | Percussion Musical Instrument with Drummers Key for Students & Professionals | 8 Tuning Lugs & Snare Strainer', 'xo5X4NkhH', 14, 'MORE TUNING LUGS FOR YOUR SNARE HEAD CREATING EXCELLENT SOUND: The percussion hardware includes a drum key, as well as eight (8) very durable tuning lugs that promise a much more stable and higher quality sound compared to six lug drums, allowing you to achieve excellent sound in even the lowest tuning option.\r\nINSTALLED SNARE BEDS: Snare beds are now carved in the drum shell for a tighter snare sound. Curved depressions are cut opposite each other into the bottom bearing edge of the drum, parallel to the throw-off and butt plate. The installed snare beds are very popular with drummers as many drummers like a reduction of snare buzz and rattle. This makes all the snare drum snares rest flush alongside the bottom of the drum head.', 35.95, NULL, NULL, 43.95, 'Deluxe Snare Drum by GRIFFIN | 14\" x 5.5\" Poplar Wood Shell with Zebra PVC Glossy Finish | Percussion Musical Instrument with Drummers Key for Students & Professionals | 8 Tuning Lugs & Snare Strainer-69983.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-02 03:00:01', '2024-02-08 12:47:09'),
(2854, 'Cosco 3-in-1 Convertible Hand Truck 800 lb.', 'BXwGuu3wq', 14, 'The Cosco 3-in-1 Convertible Hand Truck is a versatile and handy tool that can handle heavy loads with ease. With its 800 lb. weight capacity, it\'s perfect for moving heavy items, whether it\'s in a vertical, horizontal, or platform position. This hand truck is designed to be convertible, allowing you to adjust it based on your specific needs. It\'s a great choice for moving furniture, appliances, or other bulky items. The durable construction ensures long-lasting performance, and the compact design makes it easy to store when not in use. It\'s definitely a must-have for any heavy-duty moving tasks.', 209.99, NULL, NULL, 230.99, 'Cosco 3-in-1 Convertible Hand Truck 800 lb.-92296.jpeg', 'Cosco 3-in-1 Convertible Hand Truck 800 lb.-87375.jpeg', 'Cosco 3-in-1 Convertible Hand Truck 800 lb.-23055.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-02 03:01:56', '2024-02-02 03:01:56'),
(2855, 'Square D I-line PHJ36060GN 60A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus', 'XAGnMM73I', 19, 'Square D I-line Busplug\r\n\r\nCatalog Number: PHJ36060GN\r\n\r\n60 Amp\r\n\r\n3 Phase\r\n\r\n4 Wire w/ Ground\r\n\r\n600 Volt\r\n\r\nWith HJP36060\r\n\r\n60 Amp 3 Pole 600 Volt Breaker Installed', 3000.00, NULL, NULL, 3500.00, 'Square D I-line PHJ36060GN 60A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus-15882.png', 'Square D I-line PHJ36060GN 60A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus-39417.png', 'Square D I-line PHJ36060GN 60A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus-53135.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 03:03:58', '2024-02-02 03:03:58'),
(2856, 'Breedlove ECO Rainforest S Concert CE Acoustic-Electric Guitar - Orchid African Mahogany Bundle with Kopul 10\' Instrument Cable, Fender 12-Pack Picks, and Gator Guitar Stand', 'QylNqU3Ai', 14, 'Back\r\nSides\r\nMahogany Neck\r\nOvangkol Fingerboard - Orchid\r\n6-string Acoustic-electric Guitar with Mahogany Top', 501.00, NULL, NULL, 619.00, 'Breedlove ECO Rainforest S Concert CE Acoustic-Electric Guitar - Orchid African Mahogany Bundle with Kopul 10\' Instrument Cable, Fender 12-Pack Picks, and Gator Guitar Stand-11070.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-02 03:12:36', '2024-02-02 03:12:36'),
(2857, 'Cell Phone Stand with Wireless Bluetooth Speaker', '9hDrZ2svN', 12, 'Phone Holder Adjustable Angle Viewing: Multiple Angles could be adjusted to meet your different viewing demand. Makes you hands-free to enjoy your games, videos and Facetime.\r\nStable and Non-Slip: The pad back and the bottom of this cell phone stand are fully covered by anti-skid silicone, which can provide maximum protection for your device from any scratches and slide.\r\nCool Gadgets for Men: This cell phone stand with portable Bluetooth speaker delivers stunning sound with enhanced bass, tight mids, and crystal clear highs without distortion at any volume. Moreover, the speaker comes with a built-in microphone.\r\nStocking Stuffers for Women/Men: This cell phone holder is the perfect Christmas gift to give to the people you love the most.This iphone stand works with most 4-13\" Smartphones Tablets and e-readers.\r\n2 in 1 Function: Bluetooth Speaker and the design of the mobile phone holder make it more convenient for you to use.Bluetooth 5.0 speaker cell phone holder Best gift for all people: If you are not satisfied, we provide a free refund.', 26.99, NULL, NULL, 35.99, 'Cell Phone Stand with Wireless Bluetooth Speaker-89308.jpeg', 'Cell Phone Stand with Wireless Bluetooth Speaker-26422.jpeg', 'Cell Phone Stand with Wireless Bluetooth Speaker-64979.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 03:12:54', '2024-02-02 03:12:54'),
(2858, 'Square D I-line PHJ36050GN 50A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus', 'HHhxiOFun', 19, 'Square D I-line Busplug\r\n\r\nCatalog Number: PHJ36050GN\r\n\r\n50 Amp\r\n\r\n3 Phase\r\n\r\n4 Wire w/ Ground\r\n\r\n600 Volt\r\n\r\nWith HJP36050\r\n\r\n50 Amp 3 Pole 600 Volt Breaker Installed', 3000.00, NULL, NULL, 3213.00, 'Square D I-line PHJ36050GN 50A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus-61523.png', 'Square D I-line PHJ36050GN 50A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus-29631.png', 'Square D I-line PHJ36050GN 50A 3ph 4W w/Ground 600V w/ HJP36060 Breaker Surplus-45196.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 03:15:17', '2024-02-02 03:15:17');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2859, 'GearWrench 1 pc Reversible Gear puller', 'RKeoc0VdM', 14, 'The GearWrench 1 pc Reversible Gear Puller is a handy tool for removing gears and other components. With its reversible design, you can easily switch between pulling and pushing actions, making it versatile for different applications. The puller is made with durable materials to withstand tough jobs, and it offers a secure grip to ensure effective and efficient gear removal. Whether you\'re working on automotive repairs or other mechanical projects, the GearWrench Reversible Gear Puller is a reliable choice to have in your toolkit. Happy fixing.', 44.99, NULL, NULL, 55.00, 'GearWrench 1 pc Reversible Gear puller-42635.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-02 03:29:48', '2024-02-02 03:29:48'),
(2860, 'Compressed air Duster', '3ZjLmcwaX', 13, 'Compressed air duster - Eco-Friendly & Energy-Efficient：Alternative to canned air Compressed Air can be recharged and used repeatedly. It is more energy-efficient and environmentally than constantly buying canned air, save money, cordless air dusters electric is a onetime investment, you can have a permanent air duster electric.\r\nKeyboard cleaner - Powerful deep cleaning：Wind power of the Cordless air duster Blowing force 1.86-2.51OZ .continuously provide high-pressure air to remove dust, Can produce super-strong airflow. Cleans debris and dust from any electronic device, handy in your home or office or car.\r\nCompressed air - Multi-use to lots of places：Electric air blower can cleaning computer keyboard, laptop, camera, cleaning car, seat and blinds etc.Thin and long nozzle makes it easier to clean corners or place where hand cannot reach. Air dusters can even be used in products that need to be inflated, inflatable beds, lifeboats, etc.\r\nCompressed air duster - Various brush head nozzles：Cordless air duster electric nozzle is Light weight and small size, design and comfortable to hold and space saving, convenient to carry around. Different cleaning sites, replace the appropriate, with strong wind, cleaning is easier, and can be used multiple times.\r\nAir duster - USB charging design：Compressed air dusters battery protection design, Do not charge when the machine just finished using, the battery temperature is too high, please wait ten minutes to cool down before charging. Compressed air dusters High-end simple new design, high technical configuration, with charging cable for use.If you have any questions about the use of the product, please contact us, we will solve it for you within 24 hours.', 54.49, NULL, NULL, 79.99, 'Compressed air Duster-38625.jpeg', 'Compressed air Duster-58100.jpeg', 'Compressed air Duster-59518.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 03:34:47', '2024-02-02 03:34:47'),
(2861, 'GearWrench 1 pc Reversible Gear Puller', 'G1pUg7mBb', 14, 'The GearWrench 1 pc Reversible Gear Puller is a super useful tool for taking off gears and other parts. It\'s designed to be reversible, so you can easily switch between pulling and pushing actions. This makes it great for all kinds of jobs. The puller is made with tough materials, so it can handle even the trickiest tasks. It has a secure grip to make sure you can remove gears effectively and efficiently. Whether you\'re working on cars or other mechanical projects, the GearWrench Reversible Gear Puller is a must-have in your toolbox. Happy fixing.', 54.99, NULL, NULL, 67.99, 'GearWrench 1 pc Reversible Gear Puller-29750.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-02 03:35:34', '2024-02-02 03:35:34'),
(2862, 'A/C Pro R134a 1 pc AC Gauge and Hose', 'KsjN2HIFH', 14, 'The A/C Pro R134a 1 pc AC Gauge and Hose is a handy tool for checking and recharging your car\'s air conditioning system. It comes with a gauge that allows you to easily monitor the pressure in the system, ensuring that it\'s running at optimal levels. The hose connects to the A/C system and allows you to add refrigerant if needed. It\'s a great tool to have if you want to keep your car\'s A/C running smoothly during those hot summer months. Stay cool!', 28.99, NULL, NULL, 35.99, 'A/C Pro R134a 1 pc AC Gauge and Hose-27036.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-02 03:39:38', '2024-02-02 03:39:38'),
(2863, 'S&C 15KV Outdoor Metal-Enclosed Back-To-Back Switchgear Lineup - CD-627532', '9IsGAQj5t', 18, 'S C Outdoor Metal-Enclosed Back-To-Back Switchgear Lineup\r\n\r\nCatalog # CD-627532\r\n\r\nNominal KV - 13.8\r\n\r\nMax KV - 15.5\r\n\r\nKV Bil - 95\r\n\r\nMain Bus Amps Cont. - 600\r\n\r\nLineup is 8 sections back to back, 4 on each side, each side has 3 switches and one metering cabinet.', 32500.00, NULL, NULL, 33850.00, 'S&C 15KV Outdoor Metal-Enclosed Back-To-Back Switchgear Lineup - CD-627532-85479.png', 'S&C 15KV Outdoor Metal-Enclosed Back-To-Back Switchgear Lineup - CD-627532-40535.png', 'S&C 15KV Outdoor Metal-Enclosed Back-To-Back Switchgear Lineup - CD-627532-31964.png', 'Accessories', 4.5, NULL, 1, '2024-02-02 03:40:12', '2024-02-02 03:43:50'),
(2864, 'Custom Accessories 1 pc Lug Wrench', 'UbvTAhGMp', 14, 'The Custom Accessories 1 pc Lug Wrench is a must-have tool for changing your car\'s tires. It\'s designed with a sturdy construction to provide you with the leverage needed to loosen and tighten lug nuts with ease. The one-piece design ensures durability and eliminates the risk of losing any parts. Whether you\'re dealing with a flat tire or rotating your tires, this lug wrench will come in handy. It\'s a practical and essential tool to keep in your car\'s trunk. Safe travels!', 14.99, NULL, NULL, 18.99, 'Custom Accessories 1 pc Lug Wrench-53722.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-02 03:43:31', '2024-02-02 03:43:31'),
(2865, 'LubriMatic Piston Action Steel 1.61 in. Barrel Pump', 'sfrfgpLK2', 14, 'The LubriMatic Piston Action Steel 1.61 in. Barrel Pump is a fantastic tool for transferring fluids like oil, gasoline, and other non-corrosive liquids. It features a piston-action design that allows for smooth and efficient pumping, making it easy to fill or empty containers. The steel construction ensures durability and long-lasting use. Whether you\'re working on automotive maintenance or other fluid transfer tasks, this barrel pump is a reliable choice. It\'s a handy tool to have in your garage or workshop. Happy pumping!', 54.99, NULL, NULL, 65.77, 'LubriMatic Piston Action Steel 1.61 in. Barrel Pump-25983.jpeg', 'LubriMatic Piston Action Steel 1.61 in. Barrel Pump-69692.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-02 03:47:47', '2024-02-02 03:47:47'),
(2866, 'Travel Electronics Cable Organizer Bag', 'pScsvdJAz', 14, 'Electronics Accessories Case, Waterproof Portable Cable Organizer Bag, Multifunctional Travel Digital Accessories Storage Bag Travel Gadget Carry Bag for laptop charger adapter,notebook power supply / charger / power bank / Hard Drive Disk / Cable / pen / selfie stick / key and Various items\r\n\r\nElectronics travel organizer bag case makes your life and travel easy.', 5.59, NULL, NULL, 9.99, 'Travel Electronics Cable Organizer Bag-38196.jpeg', 'Travel Electronics Cable Organizer Bag-33567.jpeg', 'Travel Electronics Cable Organizer Bag-65760.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 03:48:13', '2024-02-02 03:48:13'),
(2867, 'Golf Course Finish Mower 132\" Tri Deck', 'lhnNW1ro6', 19, 'The Turf Pride FP-3132 Tri Deck features unique enclosed decks, produces excellent mowing action and reduces hazardous debris discharge. Heavy-duty 7-gauge deck frames are equipped with an anti-scalp roller system as standard equipment. Cutting Width 132\" - Cutting Height 1/2\" to 4\" Parking Jack standard equipment.\r\n\r\nColor options available Green, Red and Orange.\r\n\r\nSPECIFICATIONS:\r\n\r\nHitch Type Pull Type, Clevis Hitch with 3-positions.\r\n\r\nPTO HP Required 40 HP (minimum).\r\n\r\nGearbox RPM 540.\r\n\r\nDrive line Size Category IV 80-degree CV (main) Category III (wing) Wing Section.\r\n\r\nLift Arms 3\" x 5\" x \" Steel Tubing.\r\n\r\nWing Flex – Operates from 30 degrees up to 10 degrees.\r\n\r\nDown Transport Tires (2) 23 x 8.5 x 12\"\r\n\r\nDeck Widths (3) 48\" Deck Construction 3/16\" Steel.\r\n\r\nBlade Rotation Clockwise Blade Tip Speed Approx. 15,000 FPM.\r\n\r\nGauge Wheels (12) 3-1/4\" x 10\" solid or pneumatic.\r\n\r\nWing Deck Flex 10 degree side-to-side and front-to-rear – independent of wing frame.\r\n\r\nBelts \"HB\" Size Kevlar Belt Adjustment Spring loaded idler.\r\n\r\nAnti-Scalp Roller Sizes Front: 3\" x 5\" Rear: 3\" x 13\"\r\n\r\nWing Deck Flex 10 degree side-to-side and front-to-rear – independent of wing frame.\r\n\r\nBelts \"HB\" Size Kevlar Belt Adjustment Spring loaded idler.\r\n\r\nAnti-Scalp Roller Sizes Front: 3\" x 5\" Rear: 3\" x 13\"', 25450.00, NULL, NULL, 27800.00, 'Golf Course Finish Mower 132\" Tri Deck-49418.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-02 03:49:52', '2024-02-02 03:49:52'),
(2868, 'XY best outdoor furniture china luxury metal aluminum frame sectional sofa patio outdoor garden furniture set', 'O2bzdDsDK', 14, 'Luxury metal aluminum', 270.00, NULL, NULL, 289.00, 'XY best outdoor furniture china luxury metal aluminum frame sectional sofa patio outdoor garden furniture set-45113.jpeg', 'XY best outdoor furniture china luxury metal aluminum frame sectional sofa patio outdoor garden furniture set-26558.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-02 03:50:07', '2024-02-02 03:50:07'),
(2869, 'Apache 0.4 in. D X 96 in. L 4000 psi Rubber 2-Wire Hydraulic Hose', '9hMCJNQJ8', 14, 'The Apache 0.4 in. D X 96 in. L 4000 psi Rubber 2-Wire Hydraulic Hose is a high-quality hose that\'s designed for hydraulic systems. It\'s made with durable rubber and has a 2-wire construction, which means it can handle high-pressure applications up to 4000 psi. With a length of 96 inches, it provides ample reach for your hydraulic needs. Whether you\'re working on heavy machinery or industrial equipment, this hydraulic hose is built to withstand the demands of hydraulic systems. It\'s a reliable choice for ensuring smooth and efficient operation. Keep those hydraulic systems running smoothly!', 23.99, NULL, NULL, 38.00, 'Apache 0.4 in. D X 96 in. L 4000 psi Rubber 2-Wire Hydraulic Hose-68280.jpeg', 'Apache 0.4 in. D X 96 in. L 4000 psi Rubber 2-Wire Hydraulic Hose-99934.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-02 03:53:37', '2024-02-02 03:53:37'),
(2870, 'Nice sun beds outdoor furniture cheap egg chair outdoor furniture rattan outdoor furniture set', 'xRQlwwKIf', 19, 'Product Name\r\nOutdoor sofa set\r\nStyle\r\nModern\r\nBrand\r\nYIBO\r\nColour\r\nOptional\r\nUpholstery\r\nFabric\r\nPlace of Product\r\nGuangdong Province,China\r\nMaterial\r\nRattan/fabric/aluminum\r\nMOQ\r\n1 pcs\r\nSize\r\nStandard\r\nTrade term\r\nEx-Work,Fob,CIF etc', 130.00, NULL, NULL, 150.00, 'Nice sun beds outdoor furniture cheap egg chair outdoor furniture rattan outdoor furniture set-32402.jpeg', 'Nice sun beds outdoor furniture cheap egg chair outdoor furniture rattan outdoor furniture set-66316.jpeg', 'Nice sun beds outdoor furniture cheap egg chair outdoor furniture rattan outdoor furniture set-32896.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-02 03:53:53', '2024-02-02 03:53:53'),
(2871, 'Wireless CarPlay Adapter', 'YTVm5eohH', 17, '【CarPlay Wireless Adapter】No need for wired connections anymore, now it is so easy to convert your wired CarPlay to wireless with Kiuudre CarPlay wireless dongle! You can continue to use the full CarPlay function and keep the original car operation, such as navigation, music playing, Siri assistant, phone calls, etc(compatible with CarPlay only, not for any other system).\r\n【Easy to Use】We makes the connection fast and easy in just 3 simple steps. Just plug and play, no need for any extra drive, apps, or troublesome system upgrades. After the first setup, our adapter will automatically activate the CarPlay wireless connection every time the car starts. Enjoy setup it up once and for all.\r\n【Universal Compatibility】Still struggling with which adapter to choose for your car? Supported iPhone (model and version): iPhone5 to 13 Pro Max or later, iOS version 10 or later.\r\n【10S Seamless automatic connection】After the first installation, will automatically start and quickly connect to your iPhone when the car engine starts. Let it quickly recognize your phone even when it\'s in your pocket or backpack or outside your car.\r\n【Professional Customer Service】High-end quality at a reasonable price--save some money without compromising performance! 12 months after-sale service and friendly customer service such as within 24Hrs response E-mail support for troubleshooting. We manufactured under strict quality standards to ensure that our customers get the best quality experience.', 50.87, NULL, NULL, 89.99, 'Wireless CarPlay Adapter-15848.jpeg', 'Wireless CarPlay Adapter-81164.jpeg', 'Wireless CarPlay Adapter-72164.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 03:57:53', '2024-02-02 03:57:53'),
(2872, 'TUF-2000B flowmeter', 'YmdhFr7ye', 19, 'TUF-2000B flowmeter can be virtually applied toa wide range of in long-term online measurement. Convertor protection class IP67,\r\ntransducer protection class IP68.A variety of liquid applications can be accommodated:ultra-pure liquids,portable water,\r\nchemicals, raw sewage, reclaimed water, cooling water, river water, plant effluent.etc', 2640.00, NULL, NULL, 288.00, 'TUF-2000B flowmeter-60464.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-02 03:58:53', '2024-02-02 03:58:53'),
(2873, 'Bondo Fiberglass Resin Jelly 1 qt', 'F6Q7nqg6g', 14, 'The Bondo Fiberglass Resin Jelly is a versatile and easy-to-use product for repairing and reinforcing fiberglass surfaces. With its jelly-like consistency, it\'s perfect for vertical or overhead repairs as it won\'t sag or drip. It\'s great for filling in cracks, holes, and even creating custom shapes. The resin cures quickly and is compatible with a variety of fiberglass materials. Whether you\'re working on a boat, car, or other fiberglass projects, this resin jelly is a reliable choice. Get ready to make those repairs and bring your fiberglass surfaces back to life!', 24.99, NULL, NULL, 34.99, 'Bondo Fiberglass Resin Jelly 1 qt-68716.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-02 04:01:18', '2024-02-02 04:01:18'),
(2874, 'Authenticity Guarantee Authentic! Van Cleef & Arpels 18k Gold Diamond', 'Ll3mPsG7c', 19, 'In 1896, Esther Arpels, the daughter of Salomon Arpels, a dealer in precious stones, married Alfred Van Cleef, whose family were sheet merchants living in the 19th arrondissement of Paris. That same year, Alfred Van Cleef and Salomon Arpels had already established a company with the aim of ?founding and running a jewellery business?. In 1906, they registered the ?Van Cleef Arpels? trademark and opened a boutique at 22 place Vendome. They were soon joined by Esther?s brothers, Salomon, Jules and Louis Arpels. Alfred Van Cleef died in 1938, leaving his daughter, Renee Rachel Puissant, behind him. From 1909 to 1939, Van Cleef Arpels prospered and opened boutiques in holiday resorts such as Deauville, Le Touquet, Nice and Monte-Carlo.\r\n\r\nProgressively, the second generation joined the business. In 1942, the Arpels family emigrated to America and opened their first boutique in New York, on 5th Avenue. Later, Van Cleef Arpels became the first French jewellers to open boutiques in Japan and China. Over the years, the firm was always managed by a descendant of the Arpels family, until it was acquired by the Compagnie Financiere Richemont S.A. in 1999. The company?s prestige stems from a long list of prominent commissions issued by royal and imperial courts, financiers and industrial magnates, which have enabled Van Cleef Arpels to be active today not only in Europe and the United States, but also in Asia and the Middle East.', 16270.00, NULL, NULL, 16700.00, 'Authenticity Guarantee Authentic! Van Cleef & Arpels 18k Gold Diamond-13288.png', 'Authenticity Guarantee Authentic! Van Cleef & Arpels 18k Gold Diamond-52633.png', 'Authenticity Guarantee Authentic! Van Cleef & Arpels 18k Gold Diamond-63536.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-02 04:16:02', '2024-02-02 04:16:02'),
(2875, 'Wireless On-Ear Headphones with Active Noise Cancellation - Black, Medium', 'IRD1CqFJk', 10, 'With the Tune 660NC Noise Cancelling headphones, you\'ll get great sound, noise-free! Enjoy JBL Pure Bass Sound for up to 55 hours with BT only and 44 hours with ANC and then recharge in a flash (just 5 minutes for 2 extra hours of battery). Super light and flat foldable, they\'ll fit anywhere and be ready to light up your day.', 66.86, NULL, NULL, 99.95, 'Wireless On-Ear Headphones with Active Noise Cancellation - Black, Medium-24991.jpeg', 'Wireless On-Ear Headphones with Active Noise Cancellation - Black, Medium-92383.jpeg', 'Wireless On-Ear Headphones with Active Noise Cancellation - Black, Medium-46230.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-02 09:02:15', '2024-02-02 09:02:15'),
(2876, 'Magnetic Levitation Bluetooth Speaker,Playing Music and Floating in The air,with 5W Louder Sound,Bluetooth 5.1,Cool Tech Gadgets for Men Women Kids,Unique Gifts for Home Office Decor', '9vmr31gt2', 12, '[LEVITATING BLUETOOTH SPEAKER] - Developed with levitation technology,the speaker is floating and Spinning in the air.\r\n[PLAYBACK LONG TIME] - The speaker can continuously play music up to 10 hours.\r\n[UNIQUE GIFTS] - The Levitating bluetooth speaker is amazing gift for family,friends, kids for Christmas, birthday,party, father\'s day,Gifts for star wars fans.\r\n[TECH GADGET FOR DECOR] - The floating speaker can impress your friends an family as a cool tech decor for room, office.\r\n[BLUETOOTH 5.1]- Enjoy your crystal clear music with bluetooth 5.1 technology.', 79.99, NULL, NULL, 99.99, 'Magnetic Levitation Bluetooth Speaker,Playing Music and Floating in The air,with 5W Louder Sound,Bluetooth 5.1,Cool Tech Gadgets for Men Women Kids,Unique Gifts for Home Office Decor-90508.jpeg', 'Magnetic Levitation Bluetooth Speaker,Playing Music and Floating in The air,with 5W Louder Sound,Bluetooth 5.1,Cool Tech Gadgets for Men Women Kids,Unique Gifts for Home Office Decor-50398.jpeg', 'Magnetic Levitation Bluetooth Speaker,Playing Music and Floating in The air,with 5W Louder Sound,Bluetooth 5.1,Cool Tech Gadgets for Men Women Kids,Unique Gifts for Home Office Decor-12583.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 09:10:38', '2024-02-02 09:10:38'),
(2877, 'Wholesale Outdoor Solar tragbares powerstation solar energie system 600watt 621.6Wh 168000mAh 110v 220v 230v Powerhourse', 'TlOuVfAqd', 13, 'High capacity, for household emergency and outdoor travel\r\n- Car charge/AC/Type-C/USB/DC output, charge 10 devices simultaneously\r\n- XT60 Port Support recharge with solar panel, seperable Magnetic Lamp can be fixed or taken away \r\n- Quick charging PD100W, HUAWEI Original DC modules, supports SCP40W HUAWEI quick charge \r\n\r\nElectric drill (500W) Supply power for about 2 hours, Pad (40W) Supply power for about 21 hours, Lighting (40W) Supply power for about 21 hours, Electric rice cooker (600W) Supply power for about 1.4 hours, Overhead projector (150W) Supply power for about 6 hours', 199.99, NULL, NULL, 245.00, 'Wholesale Outdoor Solar tragbares powerstation solar energie system 600watt 621.6Wh 168000mAh 110v 220v 230v Powerhourse-79571.jpeg', 'Wholesale Outdoor Solar tragbares powerstation solar energie system 600watt 621.6Wh 168000mAh 110v 220v 230v Powerhourse-46859.jpeg', 'Wholesale Outdoor Solar tragbares powerstation solar energie system 600watt 621.6Wh 168000mAh 110v 220v 230v Powerhourse-16622.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-02 09:26:33', '2024-02-02 09:26:33'),
(2878, 'Custom 26inch Fat tire ebike 1500W 48V 50ah Li-ion snow electric mountain bicycle', 'ikhLV6KhT', 19, 'Brand Name: HRTC\r\n\r\nVoltage: 48V\r\n\r\nCertification: ce\r\n\r\nFoldable: No\r\n\r\nWattage: 500w\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nWheel Size: 26“\r\n\r\nMax Speed: 50km/h\r\n\r\nMotor: Brushless\r\n\r\nFrame Material: Aluminum Alloy\r\n\r\nRange per Power: 60 km\r\n\r\nRated Passenger Capacity: One Seat\r\n\r\nStyle: Multifunctional Type\r\n\r\nModel Number: FAT09\r\n\r\nProvide in USA, UK Europe.', 5402.00, NULL, NULL, 5950.00, 'Custom 26inch Fat tire ebike 1500W 48V 50ah Li-ion snow electric mountain bicycle-64887.png', 'Custom 26inch Fat tire ebike 1500W 48V 50ah Li-ion snow electric mountain bicycle-23883.png', 'Custom 26inch Fat tire ebike 1500W 48V 50ah Li-ion snow electric mountain bicycle-80023.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 09:31:38', '2024-02-02 09:31:38'),
(2879, 'Performance Tool 20 in. H X 17 in. W X 40 in. L Adjustable Mechanics Creeper', 'uKfLlOQFw', 14, 'The Performance Tool 20 in. H X 17 in. W X 40 in. L Adjustable Mechanics Creeper is a super handy tool for mechanics and automotive enthusiasts. It\'s designed to provide comfortable support while working underneath vehicles. With its adjustable headrest and padded cushion, it offers ergonomic support and reduces strain on your back and neck. The creeper also has six swivel casters for smooth movement and easy maneuverability. Whether you\'re doing routine maintenance or tackling more complex repairs, this adjustable mechanics creeper will make your work a whole lot easier. Get ready to roll under those vehicles in style!', 59.99, NULL, NULL, 69.00, 'Performance Tool 20 in. H X 17 in. W X 40 in. L Adjustable Mechanics Creeper-72295.jpeg', 'Performance Tool 20 in. H X 17 in. W X 40 in. L Adjustable Mechanics Creeper-59339.jpeg', NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-02 09:33:32', '2024-02-02 09:33:32'),
(2880, '50000mah Power Banks & Power Station Consumer Electronics Outdoor Fast Charging Power Bank', 'z7O0pFPOo', 14, '50000mah Power Banks & Power Station Consumer Electronics Outdoor Fast Charging Power Bank\r\nFeature\r\nHigh Speed Charge;Convenient;Safe Conveient\r\nBattery Type\r\nA grade li-polymer battery\r\nreal capacity\r\n30000mAh 40000mAh 50000mAh\r\nCertification\r\nCE,ROHS,FCC,MSDS\r\nCase Material\r\nPlastic', 8.62, NULL, NULL, 12.31, '50000mah Power Banks & Power Station Consumer Electronics Outdoor Fast Charging Power Bank-94250.jpeg', '50000mah Power Banks & Power Station Consumer Electronics Outdoor Fast Charging Power Bank-35221.jpeg', '50000mah Power Banks & Power Station Consumer Electronics Outdoor Fast Charging Power Bank-98774.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-02 09:33:54', '2024-02-02 09:33:54'),
(2881, 'Torin Big Red 4.5 in. H Adjustable Pneumatic Creeper Seat With Tray', 'B5gHndPBP', 14, 'The Torin Big Red 4.5 in. H Adjustable Pneumatic Creeper Seat With Tray is a fantastic tool for mechanics and DIY enthusiasts. It\'s designed to provide comfort and convenience while working on projects. The adjustable seat height allows you to find the perfect position for your work, and the built-in tray provides a handy space to keep your tools and parts within reach. With its durable construction and smooth-rolling casters, this creeper seat is a great addition to any garage or workshop. Get ready to tackle your projects with ease and comfort!.', 49.99, NULL, NULL, 59.99, 'Torin Big Red 4.5 in. H Adjustable Pneumatic Creeper Seat With Tray-13791.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-02 09:36:58', '2024-02-02 09:36:58'),
(2882, '20 inch electric folding bicycle snow beach fat tire electric assist bicycle', 'U8f6ZZ118', 19, 'Brand Name: HRTC\r\n\r\nVoltage: 48V\r\n\r\nCertification: ce\r\n\r\nFoldable: Yes\r\n\r\nWattage: 351 - 500w\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nWheel Size: 20“\r\n\r\nMax Speed: 30-50km/h\r\n\r\nMotor: Brushless\r\n\r\nFrame Material: Aluminum Alloy\r\n\r\nRange per Power: 60 km\r\n\r\nRated Passenger Capacity: One Seat\r\n\r\nStyle: Luxury Type\r\n\r\nModel Number: XD', 2600.32, NULL, NULL, 2674.99, '20 inch electric folding bicycle snow beach fat tire electric assist bicycle-96673.png', '20 inch electric folding bicycle snow beach fat tire electric assist bicycle-90868.png', '20 inch electric folding bicycle snow beach fat tire electric assist bicycle-70683.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 09:38:28', '2024-02-02 09:38:28'),
(2883, 'Performance Tool 17 in. W X 40 in. L Mechanics Creeper With Tray', 'WMpUTVfwU', 19, 'The Performance Tool 17 in. W X 40 in. L Mechanics Creeper With Tray is a super handy tool for mechanics and automotive enthusiasts. It\'s designed to provide comfortable support while working underneath vehicles. With its built-in tray, you can keep your tools and parts organized and within reach. The creeper also has smooth-rolling casters for easy maneuverability. Whether you\'re doing routine maintenance or tackling more complex repairs, this mechanics creeper with tray will make your work a whole lot easier. Get ready to roll under those vehicles in style.', 46.99, NULL, NULL, 48.00, 'Performance Tool 17 in. W X 40 in. L Mechanics Creeper With Tray-82291.jpeg', 'Performance Tool 17 in. W X 40 in. L Mechanics Creeper With Tray-83841.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-02 09:42:21', '2024-02-02 09:42:21'),
(2884, 'Ridstar Electric Bicycle 48V 1000W Motor 20 Inch Snow Biking 20AH LCD Turn Signal', 'Pmuj6QPgS', 19, 'Brand Name: RIDSTAR\r\n\r\nVoltage: 48V\r\n\r\nFoldable: No\r\n\r\nWattage: 500w\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nWheel Size: 20“\r\n\r\nMax Speed: 50km/h\r\n\r\nMotor: Brushless\r\n\r\nCertification: NONE\r\n\r\nFrame Material: Aluminum Alloy\r\n\r\nRange per Power: 60 km\r\n\r\nRated Passenger Capacity: One Seat\r\n\r\nStyle: Luxury Type\r\n\r\nModel Number: X20\r\n\r\nspeed: 45Km/h\r\n\r\nExpanded size: length 1710*width 600*height 1100mm\r\n\r\nWheelbase: 1180mm\r\n\r\nActual weight: 34KG\r\n\r\nMode: pure electric, electric assist, pedal\r\n\r\nFrame material: aluminum\r\n\r\nFront fork: hydraulic double shoulder front fork\r\n\r\nTransmission system: Rear drive\r\n\r\nTire size: 20*4.0\r\n\r\nDisplay: LCD\r\n\r\nEndurance: 60km\r\n\r\nUndervoltage protection: 39V\r\n\r\nOvercurrent protection: 28A\r\n\r\nBattery capacity: 10AH,15AH,20AH\r\n\r\nApplicable people: adults, not children\r\n\r\nMotor Power: 500W and 1000W\r\n\r\nProvide in USA, UK Europe.', 3972.00, NULL, NULL, 4722.00, 'Ridstar Electric Bicycle 48V 1000W Motor 20 Inch Snow Biking 20AH LCD Turn Signal-65368.png', 'Ridstar Electric Bicycle 48V 1000W Motor 20 Inch Snow Biking 20AH LCD Turn Signal-55020.png', 'Ridstar Electric Bicycle 48V 1000W Motor 20 Inch Snow Biking 20AH LCD Turn Signal-17055.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 09:47:49', '2024-02-02 09:47:49'),
(2885, 'Performance Tool 13.4 in. H X 12.4 in. W X 18 in. L Mechanics Seat', 'E8pn2rsQV', 14, 'The Performance Tool 13.4 in. H X 12.4 in. W X 18 in. L Mechanics Seat is a fantastic tool for mechanics and DIY enthusiasts. It\'s designed to provide comfort and convenience while working on projects. The compact size makes it easy to maneuver, and the cushioned seat provides a comfortable place to sit. Whether you\'re working on your car or tackling other projects, this mechanics seat will make your work a whole lot easier. Get ready to tackle your projects with ease and comfort.', 26.99, NULL, NULL, 39.00, 'Performance Tool 13.4 in. H X 12.4 in. W X 18 in. L Mechanics Seat-74093.jpeg', 'Performance Tool 13.4 in. H X 12.4 in. W X 18 in. L Mechanics Seat-41598.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-02 09:47:54', '2024-02-02 09:47:54'),
(2886, 'Permatex The Right Stuff Type-1 High Temperature Gasket Maker 3 oz 1 pk', 'L8b8SBt3T', 14, 'The Permatex The Right Stuff Type-1 High Temperature Gasket Maker is a great product for sealing and creating reliable gaskets in high-temperature applications. With its durable formula, it can withstand temperatures up to 500 degrees Fahrenheit. This 3 oz pack is perfect for small projects or one-time use. Whether you\'re working on your car\'s engine or any other high-temperature sealing job, this gasket maker will help you get the job done right. It\'s a must-have for any DIY enthusiast or mechanic. Happy fixing!', 13.99, NULL, NULL, 15.99, 'Permatex The Right Stuff Type-1 High Temperature Gasket Maker 3 oz 1 pk-66799.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-02 09:52:04', '2024-02-02 09:52:04'),
(2887, 'Shop Craft Type-1 High Temperature Gasket Material 1 pk', 'MKNyVk9A0', 19, 'The Shop Craft Type-1 High Temperature Gasket Material is a great choice for creating reliable gaskets in high-temperature applications. This 1 pk of gasket material is perfect for small projects or one-time use. It\'s designed to withstand high temperatures and provide a secure seal. Whether you\'re working on your car\'s engine or any other high-temperature sealing job, this gasket material will help you get the job done right. It\'s a handy tool for any DIY enthusiast or mechanic. Happy fixing!', 4.50, NULL, NULL, 6.99, 'Shop Craft Type-1 High Temperature Gasket Material 1 pk-77944.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-02 09:55:05', '2024-02-02 09:55:05'),
(2888, 'J-B Weld Type-1 Gasket Sealant 3 oz 1 pk', 'ljwsrMR57', 14, 'The J-B Weld Type-1 Gasket Sealant is a fantastic choice for creating reliable seals in various applications. This 3 oz pack of gasket sealant is perfect for small projects or one-time use. It\'s designed to provide a strong and durable seal, making it ideal for automotive repairs, plumbing, and more. Whether you\'re working on your car\'s engine or tackling household repairs, this gasket sealant will help you get the job done right. It\'s a must-have for any DIY enthusiast or handyman. Happy fixing', 7.59, NULL, NULL, 11.00, 'J-B Weld Type-1 Gasket Sealant 3 oz 1 pk-42882.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-02 09:59:44', '2024-02-02 09:59:44'),
(2889, 'American Wick Battery Operated Plastic 24 in. Siphon Pump', 'vgMwmwtIL', 14, 'The American Wick Battery Operated Plastic 24 in. Siphon Pump is a handy tool for transferring liquids easily and efficiently. With its battery-operated design, you can quickly and effortlessly siphon liquids from one container to another. Whether you need to transfer fuel, water, or other liquids, this siphon pump will make the process a breeze. It\'s perfect for various applications, from DIY projects to camping and outdoor activities. Get ready to pump and transfer liquids with ease.', 19.99, NULL, NULL, 25.00, 'American Wick Battery Operated Plastic 24 in. Siphon Pump-40286.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-02 10:04:00', '2024-02-02 10:04:00'),
(2890, 'Ridstar Electric Bicycle 48V 1000W Motor 20 Inch Snow Biking 20AH LCD Turn Signal', 'FwvtWnc5t', 19, 'Brand Name: RIDSTAR\r\n\r\nVoltage: 48V\r\n\r\nFoldable: No\r\n\r\nWattage: 500w\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nWheel Size: 20“\r\n\r\nMax Speed: 50km/h\r\n\r\nMotor: Brushless\r\n\r\nCertification: NONE\r\n\r\nFrame Material: Aluminum Alloy\r\n\r\nRange per Power: 60 km\r\n\r\nRated Passenger Capacity: One Seat\r\n\r\nStyle: Luxury Type\r\n\r\nModel Number: X20\r\n\r\nspeed: 45Km/h\r\n\r\nExpanded size: length 1710*width 600*height 1100mm\r\n\r\nWheelbase: 1180mm\r\n\r\nActual weight: 34KG\r\n\r\nMode: pure electric, electric assist, pedal\r\n\r\nFrame material: aluminum\r\n\r\nFront fork: hydraulic double shoulder front fork\r\n\r\nTransmission system: Rear drive\r\n\r\nTire size: 20*4.0\r\n\r\nDisplay: LCD\r\n\r\nEndurance: 60km\r\n\r\nUndervoltage protection: 39V\r\n\r\nOvercurrent protection: 28A\r\n\r\nBattery capacity: 10AH,15AH,20AH\r\n\r\nApplicable people: adults, not children\r\n\r\nMotor Power: 500W and 1000W\r\n\r\nProvide in USA, UK Europe.', 3972.00, NULL, NULL, 4722.00, 'Ridstar Electric Bicycle 48V 1000W Motor 20 Inch Snow Biking 20AH LCD Turn Signal-75390.png', 'Ridstar Electric Bicycle 48V 1000W Motor 20 Inch Snow Biking 20AH LCD Turn Signal-91188.png', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 10:06:00', '2024-02-02 10:06:00'),
(2891, 'True skin cow heads wooden conga drum Latin percussion', 'V7VrSM0vi', 19, '- Material: Two ply white toon wood\r\n- True skin cow heads\r\n- 2 mm rounded hoop\r\n- 10 mm strong tuning lugs\r\n- Chrome plated hardware\r\n- Finish: Hi gloss/ Natural\r\n- Size: 10\", 11\", 11-3/4\", 12\", 12-1/2\", 13\"', 30.00, NULL, NULL, 40.00, 'True skin cow heads wooden conga drum Latin percussion-99551.jpeg', 'True skin cow heads wooden conga drum Latin percussion-83941.jpeg', 'True skin cow heads wooden conga drum Latin percussion-48549.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-02 10:06:57', '2024-02-02 10:06:57'),
(2892, 'Arturia KeyLab MKII 49 - Professional MIDI Controller and Software (Black)', 'v8xiJVMnz', 15, '49-Note Keybed with Vel & AT\r\nIncludes Analog Lab Software\r\nOver 6500 TAE-Powered Preset Sounds\r\n9 Faders and 9 Encoders\r\n16 Velocity- & Pressure-Sensitive Pads\r\nIncludes Ableton Live Lite\r\nV-Piano Virtual Instrument\r\n10 Magnetic Overlays for DAW Control\r\nCV Input & Output + 5 Pedal Inputs\r\nMac/Widows/Standalone: VST, AU, AAX', 300.99, NULL, NULL, 449.00, 'Arturia KeyLab MKII 49 - Professional MIDI Controller and Software (Black)-94057.jpeg', 'Arturia KeyLab MKII 49 - Professional MIDI Controller and Software (Black)-43223.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 10:12:15', '2024-02-02 10:12:15'),
(2893, 'Craftsman 1 pc Telescopic Inspection Mirror', 'sELqDQ5OD', 14, 'The Craftsman 1 pc Telescopic Inspection Mirror is a super handy tool for those hard-to-reach places. With its telescopic design, you can easily extend the mirror to get a better view of tight spaces. Whether you\'re working on your car\'s engine or fixing something around the house, this inspection mirror will help you see what you need to see. It\'s a must-have for any DIY enthusiast or mechanic. Happy inspecting.', 10.99, NULL, NULL, 12.99, 'Craftsman 1 pc Telescopic Inspection Mirror-65082.jpeg', 'Craftsman 1 pc Telescopic Inspection Mirror-14270.jpeg', 'Craftsman 1 pc Telescopic Inspection Mirror-54945.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-02 10:12:42', '2024-02-02 10:12:42'),
(2894, 'Y20 Folding E-bike Snow Bike, 750W Motor, 48V 15A/20A/24A Battery, 20 Inch Mount', 'hNelZtKYS', 19, 'Brand Name: CMACEWHEEL\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nVoltage: 48V\r\n\r\nFoldable: Yes\r\n\r\nWattage: 500w\r\n\r\nWheel Size: 20“\r\n\r\nMax Speed: 45km/h\r\n\r\nCertification: ce\r\n\r\nRange per Power: 31 - 60 km\r\n\r\nModel Number: Y20\r\n\r\nMotor: Brushless\r\n\r\nFrame Material: Aluminum Alloy\r\n\r\nProvide in USA, UK Europe.', 2230.00, NULL, NULL, 4875.00, 'Y20 Folding E-bike Snow Bike, 750W Motor, 48V 15A/20A/24A Battery, 20 Inch Mount-57561.png', 'Y20 Folding E-bike Snow Bike, 750W Motor, 48V 15A/20A/24A Battery, 20 Inch Mount-44908.png', 'Y20 Folding E-bike Snow Bike, 750W Motor, 48V 15A/20A/24A Battery, 20 Inch Mount-47941.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 10:15:39', '2024-02-02 10:15:39'),
(2895, 'Texas Instruments 84PL-TBL-1L1-K 84 Plus Graphing Calculator Black', 'l2VfwLb53', 14, 'Standard graphing for math and science, permitted on standardized tests. Ideal for Pre-Algebra, Algebra 1 & 2, Trigonometry, Statistics, Business & Finance, Biology and Physics. Permitted for use on SAT, PSAT/NMSQT, ACT, AP, IB and Praxis exams. Includes USB cable for instant computer connectivity. Preloaded software, including the Cabri Jr geometry app.', 140.99, NULL, NULL, 162.99, 'Texas Instruments 84PL-TBL-1L1-K 84 Plus Graphing Calculator Black-77156.jpeg', 'Texas Instruments 84PL-TBL-1L1-K 84 Plus Graphing Calculator Black-37475.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-02 10:18:33', '2024-02-02 10:21:43'),
(2896, 'Cloud Microphones Cloudlifter CL-1 Mic Activator', 'AuozfCE51', 16, 'Uses phantom power to give passive mics (mainly used for dynamic and ribbon mics) up to +25dB without passing phantom power on to mic.\r\nEasy to use self contained design requires only phantom power to work. **Does not use phantom power to power mics.\r\nRecommended for use with all passive dynamic microphones\r\nCompatible with tube, battery, or power supply driven microphones - Safe for all passive ribbons with no transfer of phantom\r\nDoes not power the mics themselves using phantom power (That is not what this is designed for). Instead, place the cloudlifter at the front of your dynamic mic, then hit it with phantom power and your basic mic (even an SM58 style mic) will shine like never before.', 100.00, NULL, NULL, 149.00, 'Cloud Microphones Cloudlifter CL-1 Mic Activator-68799.jpeg', 'Cloud Microphones Cloudlifter CL-1 Mic Activator-48238.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 10:21:48', '2024-02-02 10:21:48'),
(2897, '10000W Fat Tire Electric Scooter with top Fashion Design 14inch Off Road water', 'BAvvtQbS3', 19, 'Brand Name: FLJ\r\n\r\nCertification: ce\r\n\r\nPower: 10000W\r\n\r\nFoldable: Yes\r\n\r\nOrigin: CN(Origin)\r\n\r\nVoltage: 60v\r\n\r\nApplicable People: Unisex\r\n\r\nCharging Time: 6-8h\r\n\r\nRange Per Charge: 90-250kms\r\n\r\nCategory: Two-wheel Scooter\r\n\r\nModel Number: X14\r\n\r\nMotor/Engine: 5000W x 2pcs (10000W)\r\n\r\nWheel/ Tire Size: 14inch Off Road(Tubeless Tire)\r\n\r\nMaterial: Aluminum alloy\r\n\r\nMax Speed: about 90-100km/h\r\n\r\nLights: front light, acrylic light, brake light, Turn signal\r\n\r\nMax Load: about 180kgs\r\n\r\nRemoveable Battery: Yes\r\n\r\nRange per charged: about 90-250kms\r\n\r\ncharger: 2pc 5A fast chargers\r\n\r\nNet Weight: about 70-80kgs\r\n\r\nSuspension: Front and rear Hydraulic Suspensions\r\n\r\nBrake: Hydraulic brake ; Rear double side braking system\r\n\r\nWarranty: 1 year\r\n\r\nName: 10000W Electric Scooter\r\n\r\nProvide in USA, UK Europe.', 4911.38, NULL, NULL, 9624.00, '10000W Fat Tire Electric Scooter with top Fashion Design 14inch Off Road water-64611.png', '10000W Fat Tire Electric Scooter with top Fashion Design 14inch Off Road water-35865.png', '10000W Fat Tire Electric Scooter with top Fashion Design 14inch Off Road water-83266.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 10:22:42', '2024-02-02 10:22:42'),
(2898, '145872                  Texas Instruments® TI-84 Plus CE Color Graphing Calculator, Black/White', '8XCB1T2u7', 19, 'With a high-resolution screen and preloaded apps, the TI-84 Plus CE color graphing calculator provides you with the tools you need to quickly solve a variety of equations and problems. The slim design of this Texas Instruments calculator makes it easy to carry with you from class to class.\r\n320 x 240-pixel color screen displays graphs in detail.\r\n154KB RAM and 3MB flash ROM memory help you quickly solve equations and generate graphs.\r\nPreloaded apps are designed to help you solve a wide range of problems. Tackle logarithm functions, hyperbolic functions, matrix functions, forecasting functions and more.\r\nUseful for a wide range of courses, including pre-algebra, algebra 1 and 2, geometry, statistics, pre-calculus, calculus, biology, chemistry, physics and business and finance.\r\nSlim design can be placed in a bag or backpack.\r\nCan be used during SAT, ACT and AP exams.\r\nIncludes a rechargeable battery, charger and USB cable.\r\nA black graphing calculator offers a professional style in a classroom or office space.', 130.99, NULL, NULL, 143.99, '145872                  Texas Instruments® TI-84 Plus CE Color Graphing Calculator, Black/White-30557.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-02 10:29:46', '2024-02-02 10:29:46'),
(2899, 'Rain-X Weatherbeater 26 in. All Season Windshield Wiper Blade', '5Lpr8r8Y3', 14, 'The Rain-X Weatherbeater 26 in. All Season Windshield Wiper Blade is a fantastic choice for keeping your windshield clean and clear in any weather. With its durable construction and specially blended rubber, it provides excellent wiping performance and durability. Whether it\'s raining, snowing, or just a dusty day, this wiper blade will help ensure clear visibility on your windshield. It\'s easy to install and compatible with a wide range of vehicles. Stay safe on the road with the Rain-X Weatherbeater wiper blade!', 12.99, NULL, NULL, 15.99, 'Rain-X Weatherbeater 26 in. All Season Windshield Wiper Blade-34634.jpeg', 'Rain-X Weatherbeater 26 in. All Season Windshield Wiper Blade-74776.jpeg', NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-02 10:30:48', '2024-02-02 10:30:48'),
(2900, '1000W Foldable Fat Tire Electric Bike Adult Mountain Electric Bike 7-Speed Assis', 'KwK2apr62', 19, 'Brand Name: janobike\r\n\r\nVoltage: 48V\r\n\r\nCertification: ce\r\n\r\nFoldable: Yes\r\n\r\nWattage: 500w\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nWheel Size: 26?\r\n\r\nMax Speed: 30-50km/h\r\n\r\nMotor: Brushless\r\n\r\nFrame Material: Aluminum Alloy\r\n\r\nRange per Power: 31 - 60 km\r\n\r\nRated Passenger Capacity: One Seat\r\n\r\nStyle: Luxury Type\r\n\r\nModel Number: E20\r\n\r\nProvide in USA, UK Europe.', 2948.00, NULL, NULL, 3810.00, '1000W Foldable Fat Tire Electric Bike Adult Mountain Electric Bike 7-Speed Assis-49714.png', '1000W Foldable Fat Tire Electric Bike Adult Mountain Electric Bike 7-Speed Assis-50891.png', '1000W Foldable Fat Tire Electric Bike Adult Mountain Electric Bike 7-Speed Assis-71661.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 10:36:22', '2024-02-02 10:36:22'),
(2901, 'Roland PM-100 Compact 80-Watt Electronic V-Drum Set Monitor with Mixer with Instrument Cables', 'JmG6x1ijV', 19, 'Roland PM-100 Compact 80-Watt Electronic V-Drum Set Monitor with Versatile Onboard Mixing\r\nOwner\'s Manual\r\nPower Cord\r\nLimited 1-Year Warranty\r\n2 X Pig Hog Black Woven Right Angle Instrument Cable (10-Feet)\r\n\r\nPig Hog Black Woven Right Angle Instrument Cable (10-Feet)', 3209.99, NULL, NULL, 349.99, 'Roland PM-100 Compact 80-Watt Electronic V-Drum Set Monitor with Mixer with Instrument Cables-38948.jpeg', 'Roland PM-100 Compact 80-Watt Electronic V-Drum Set Monitor with Mixer with Instrument Cables-53631.jpeg', 'Roland PM-100 Compact 80-Watt Electronic V-Drum Set Monitor with Mixer with Instrument Cables-45058.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-02 10:38:34', '2024-02-02 10:38:34'),
(2902, 'GE Profile Refrigerator Counter Depth French Door with Hands Free AutoFill, ADA, 22.1 Cu Ft in Fingerprint Resistant Stainless Steel', 'EV3hGlHit', 17, 'Fingerprint resistant stainless\r\nEasily wipe away smudges and fingerprints for a look that\'s always sparkling clean\r\nCounter-depth design\r\nOffers a built-in look by fitting nearly flush with surrounding cabinetry\r\nHands-free Autofill\r\nLets you walk away while the dispenser automatically fills any container with filtered water\r\nFull-width electronic temperature-controlled drawer with LED lights\r\n3 accurate settings deliver the optimal temperature for your favorite foods\r\nSecond icemaker option\r\nAlways have extra ice on hand with an optional second icemaker in the freezer (IM5D kit sold separately)\r\nTwinChill™ evaporators\r\nSeparate climates in the fresh food and freezer sections help keep foods fresh\r\nShowcase LED lighting\r\nPositioned throughout the interior and under fresh food doors to spotlight foods inside the refrigerator and in the freezer\r\nQuick Space shelf\r\nQuickly slides out of the way to make room for tall items\r\nDrop-down tray\r\nAllows for extra door storage when you need it and tucks away when you don’t\r\nTurbo Cool setting\r\nDrops interior temperature to maintain freshness after frequent openings', 2590.00, NULL, NULL, 3699.00, 'GE Profile Refrigerator Counter Depth French Door with Hands Free AutoFill, ADA, 22.1 Cu Ft in Fingerprint Resistant Stainless Steel-62487.jpeg', 'GE Profile Refrigerator Counter Depth French Door with Hands Free AutoFill, ADA, 22.1 Cu Ft in Fingerprint Resistant Stainless Steel-73915.jpeg', 'GE Profile Refrigerator Counter Depth French Door with Hands Free AutoFill, ADA, 22.1 Cu Ft in Fingerprint Resistant Stainless Steel-18807.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-02 10:43:39', '2024-02-02 10:43:39'),
(2903, 'Electric Mountain Bike E-Bike 7 Speed Shifter Dual Disc Brake Removable Battery', 'bO4vLy2mm', 19, 'Voltage: Other\r\n\r\nCertification: ce\r\n\r\nFoldable: No\r\n\r\nWattage: 251 - 350w\r\n\r\nOrigin: CN(Origin)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nWheel Size: 26“\r\n\r\nMax Speed: Other\r\n\r\nMotor: Brushless\r\n\r\nFrame Material: Aluminum\r\n\r\nRange per Power: 60 km\r\n\r\nRated Passenger Capacity: One Seat\r\n\r\nStyle: Other\r\n\r\nModel Number: ###\r\n\r\nColor: Black/White\r\n\r\nBrake: Front and Rear Disc\r\n\r\nPlug Type: US, EU\r\n\r\nMotor: Brushless\r\n\r\nVoltage: 110V(US), 220V(EU)\r\n\r\nMotor Power: 350W(US), 250W(EU)\r\n\r\nPower Supply: Lithium Battery\r\n\r\nBattery: 36V 8AH Lithium Ion Battery\r\n\r\nNumber Of Speeds: 7 Speed Shifter\r\n\r\nProvide in USA, UK Europe.', 1950.00, NULL, NULL, 2000.00, 'Electric Mountain Bike E-Bike 7 Speed Shifter Dual Disc Brake Removable Battery-31992.png', 'Electric Mountain Bike E-Bike 7 Speed Shifter Dual Disc Brake Removable Battery-21990.png', 'Electric Mountain Bike E-Bike 7 Speed Shifter Dual Disc Brake Removable Battery-86527.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 10:50:15', '2024-02-02 10:50:15'),
(2904, 'Fantastical Horses : Coloring Book', 's8TCPKlUd', 14, 'The Fantastical Horses: Coloring Book is a beautiful and enchanting coloring book that features intricate illustrations of majestic horses. With its detailed designs, you can unleash your creativity and bring these magical creatures to life with vibrant colors. Whether you\'re a horse lover or just enjoy coloring, this book is a wonderful way to relax and express your artistic side. Get ready to embark on a colorful journey with the Fantastical Horses: Coloring Book.', 8.95, NULL, NULL, 11.00, 'Fantastical Horses : Coloring Book-20921.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-02 10:52:52', '2024-02-02 10:52:52');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2905, '5 Core Guitar Stand Metal Black/ Universal Durable Double Guitar Stand GSH 2N1', 'FEHoZ2JkZ', 14, 'About Double Guitar Stand\r\nHeight Adjustable Guitar Stand from 35 to 38.5\" it can also rotate, making it easy to house different guitar models.\r\nHeavy Duty Guitar Holder with tripod leg design. Each has anti-slip rubber feet for extra stability.\r\nTall Stand with Thick Sponge Padding secures instruments without slipping or scratching.\r\nUpright Bass Stand with wide cradle supports acoustic, electric guitars, banjo & mandolin.\r\nCollapsible Guitar Stand with adjustable height for limited spaces & easy portability\r\n\r\n2 Tier Guitar Stand Musician\'s Gear Electric Acoustic Bass Music Tripod Holder\r\nFit Electric and Acoustic Guitars, Bass and 26 Inch Ukulele.\r\n5 Core Guitar Stand is used on all the contact points between the stand and your instrument to protect its finish.\r\nMade by strong iron and have different height adjustment.\r\nNotice: No not fit Jazz Bass and Jazz Guitar.\r\nThe 5 Core double guitar stand balances quality with cost, resulting in a double guitar stand that is durable and affordable. The guitar stands will hold any combination of two bass, electric, or acoustic guitars. The heavy duty steel construction of the guitar stand can support the weight of your guitars without worry. Other features of this exciting double guitar stand include folding legs for compact storage, durable rubber neck restraints to hold the guitars in place, as well as finish friendly rubber supports that wont damage your guitars finish. Trust the durability of 5 Cores double electric guitar, bass guitar, or acoustic guitar stand to support your music, Founded on a promise of affordability, durability and innovation, 5 Core products are used everyday in studios, showrooms, and on stages everywhere. Today, professionals and amateurs all over the world put their trust in 5 Core.\r\n\r\nAdopt iron alloy materials with special polish treatment, anti-oxidation and durable.\r\n2 Tier adjustable user- friendly rubber cradle and neck utilizing foam tube materials to free your guitar from scratch.\r\nRubber Neck guard locking latch keeps neck in place. Applicable for various guitars and music instruments, can be used in homes and instrument stores. Even to carry on your trip.\r\nAn ideal gift for your partner who loves guitar. Easy to assemble and disassemble within 2 minutes. Fold the guitar stand when not in use.\r\nOnly weighs 1.53lbs and collapsible for easy transport and storage and portable, special designed for guitar lovers. Height adjustable from 68.5cm/26.97inches to 78cm/30.71inches via its raising/lowering stand tube and screwing knobs. 135° vertical angle adjustment via its screwing joint. Its flexible height and angle enable you to place your guitar in optimal positions.\r\n\r\nUnique design and high quality, never used\r\nMetal material, durable and firm\r\nProtect guitar, bass from scratched\r\nFolds up for easy transport\r\nIt is very easy to install\r\nFit for all guitars and basses\r\nSuitable for acoustic guitar, electric guitar\r\nMaterial: Metal\r\nColor: Black\r\nWeight: 937g\r\nBrand: 5 Core\r\nPackage Includes: 1 x Acoustic/Electric Bass Guitar Stand Holder Black.', 26.96, NULL, NULL, 36.95, '5 Core Guitar Stand Metal Black/ Universal Durable Double Guitar Stand GSH 2N1-89201.jpeg', '5 Core Guitar Stand Metal Black/ Universal Durable Double Guitar Stand GSH 2N1-80516.jpeg', '5 Core Guitar Stand Metal Black/ Universal Durable Double Guitar Stand GSH 2N1-10789.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-02 10:54:50', '2024-02-02 10:54:50'),
(2906, 'Whirlpool Refrigerator Side-by-Side ADA 33\" in Fingerprint Resistant Stainless Steel', 'PhBildR1g', 18, 'Can Caddy\r\nFree up shelf space and get more flexibility using this in-door can caddy that holds either cans or bottles.\r\nFrameless Glass Shelves\r\nStore more items on each shelf with wall-to-wall frameless glass shelves, which offer greater storage flexibility.\r\nAdjustable Gallon Door Bins\r\nMove these adjustable bins anywhere in the door for increased loading flexibility when and where you need it.\r\nDeli Drawer\r\nStore plenty of meat and cheese with a deli drawer.\r\nLED Interior Lighting\r\nKeep food looking as good as it tastes. Light is cast inside the refrigerator so food looks like it\'s supposed to.\r\nExterior Ice and Water Dispenser with EveryDrop™ Water Filtration\r\nAccess fresh filtered water and ice without ever opening the refrigerator door using dual pad dispensers.\r\nTap Touch Controls\r\nClean these controls as easily as you use them.\r\nHidden Hinges\r\nGet a seamless look with door hinges that stay out of sight.\r\nElectronic Temperature Controls\r\nChoose the ideal temperature for whatever foods you\'re storing with convenient, up-front controls.\r\nFingerprint Resistant\r\nResists fingerprints and smudges with steel that easily wipes clean. Available in Black Stainless Steel and Stainless Steel colors.\r\nFactory-Installed Icemaker\r\nDon\'t worry about refilling ice trays with this pre-installed icemaker that makes sure you always have plenty of ice on hand.\r\nAdaptive Defrost\r\nAdaptive defrost automatically monitors the freezer environment and runs the cycle only when necessary.\r\nLED Dispenser Night-Light\r\nEasily find water and ice at night when you turn on the dispenser night-light.\r\nHumidity-Controlled Crispers\r\nStore fruits and vegetables in their ideal environment.', 1148.00, NULL, NULL, 1699.00, 'Whirlpool Refrigerator Side-by-Side ADA 33\" in Fingerprint Resistant Stainless Steel-17653.jpeg', 'Whirlpool Refrigerator Side-by-Side ADA 33\" in Fingerprint Resistant Stainless Steel-79524.jpeg', 'Whirlpool Refrigerator Side-by-Side ADA 33\" in Fingerprint Resistant Stainless Steel-13179.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 10:55:30', '2024-02-02 10:55:30'),
(2907, 'Rebels at Sea : Privateering in the American Revolution', 'uuN6O6ccR', 14, 'Rebels at Sea: Privateering in the American Revolution is an exciting and captivating book that delves into the fascinating world of privateering during the American Revolution. It explores the daring exploits of American privateers who fought against the British navy, engaging in high-stakes battles and capturing enemy ships. With its gripping storytelling and historical insights, this book offers a unique perspective on the Revolutionary War. If you\'re interested in maritime history and tales of adventure, Rebels at Sea is a must-read', 32.50, NULL, NULL, 36.99, 'Rebels at Sea : Privateering in the American Revolution-88880.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-02 10:56:37', '2024-02-02 10:56:37'),
(2908, '24-Inch 21-Speed Olympic Mountain Bike Black And White', 'FceVhSNsn', 19, 'Frame And Front Fork: High Carbon Steel\r\n\r\n2. Tire: Rubber Banner Wheel\r\n\r\n3. Foot And Foot Support: PVC\r\n\r\n4. Brake: Disc Brake\r\n\r\n5. Speed Shift: 21 Speed, Three Speed In Front And Seven Speed In Back\r\n\r\n6. Product Size: 165*60.5*95cm (Car Length 165, Wheel Diameter 60, Seat Adjustment 70-90, Handle Height 95)\r\n\r\n7. Weight: 33.07lbs / 15kg\r\n\r\n8. Color: Black And White\r\n\r\nPackage Includes:\r\n\r\n1 x Specification\r\n\r\n1 x Front Wheel\r\n\r\n1 x Seat Tube\r\n\r\n1 x Disc Brake Disc\r\n\r\n1 x Cushion\r\n\r\n2 x Foot\r\n\r\n1 x Ride Bag\r\n\r\n1 x Installation Tools', 280.00, NULL, NULL, 309.00, '24-Inch 21-Speed Olympic Mountain Bike Black And White-28519.png', '24-Inch 21-Speed Olympic Mountain Bike Black And White-55204.png', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 10:57:28', '2024-02-02 10:57:28'),
(2909, 'The Last King of America : The Misunderstood Reign of George III', 'oqTPWFChh', 14, 'Hey Pharellposhy! The Last King of America: The Misunderstood Reign of George III is a fascinating book that sheds light on the often misunderstood reign of King George III. It explores his life, his struggles, and the significant impact he had on American history. With its insightful analysis and engaging storytelling, this book offers a fresh perspective on a pivotal figure in the American Revolution. If you\'re interested in history and want to learn more about this intriguing monarch, The Last King of America is definitely worth checking out.', 40.00, NULL, NULL, 45.99, 'The Last King of America : The Misunderstood Reign of George III-31225.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-02 11:00:50', '2024-02-02 11:00:50'),
(2910, 'Retro Ceiling Light Wrought Iron LED E27 Chandelier Black and White Lamp', 'fENiQhCsb', 19, 'Warm Tip: The white ball in the picture is the bulb, not the lampshade. LED/Edison bulb is NOT included.\r\n\r\nItem Name: Ceiling lights\r\n\r\nProject Options: 3 heads / 5 heads\r\n\r\nBody Color: White / Black\r\n\r\nHolder Base: E27 (Bulbs not Included)\r\n\r\nCraft: Cutting, Polishing, Mechanism, Welding, Paint\r\n\r\nMain Material: Iron\r\n\r\nIrradiation Area: 15-20 Square Meters\r\n\r\nVoltage: AC 85-265V\r\n\r\nLight Source Included or Not: No\r\n\r\nPackage Contents: 1 pcs x Ceiling lights\r\n\r\nNote: The bulbs are not included.', 34.00, NULL, NULL, 81.00, 'Retro Ceiling Light Wrought Iron LED E27 Chandelier Black and White Lamp-84484.jpeg', 'Retro Ceiling Light Wrought Iron LED E27 Chandelier Black and White Lamp-88667.jpeg', 'Retro Ceiling Light Wrought Iron LED E27 Chandelier Black and White Lamp-53006.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-02 11:06:01', '2024-02-02 11:30:59'),
(2911, 'Native Instruments Traktor Kontrol S2 MK3 2-Channel DJ Controller', 'Z8N5uaMxc', 14, 'Native Instruments Traktor Kontrol S2 MK3 2-Channel DJ Controller', 400.60, NULL, NULL, 476.60, 'Native Instruments Traktor Kontrol S2 MK3 2-Channel DJ Controller-30156.jpeg', 'Native Instruments Traktor Kontrol S2 MK3 2-Channel DJ Controller-91488.jpeg', 'Native Instruments Traktor Kontrol S2 MK3 2-Channel DJ Controller-16842.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-02 11:06:07', '2024-02-02 11:06:07'),
(2912, 'Sharp 1.1 Cu. Ft. White Countertop Microwave Oven', 'sJjhPbQrE', 17, '1.1 cu. ft., 1000 Watt, Microwave Oven by Sharp®\r\nConvenient +30 Key for Instant Start and Adding Time\r\nEasy-to-Use Preset Buttons for Popular Foods and Beverage\r\nAuto Defrost for Quick and Accurate Thawing\r\nEnable Silent Mode to Turn Keypad and End of Cooking\r\nReminder Sound Off', 90.79, NULL, NULL, 129.99, 'Sharp 1.1 Cu. Ft. White Countertop Microwave Oven-22123.jpeg', 'Sharp 1.1 Cu. Ft. White Countertop Microwave Oven-93929.jpeg', 'Sharp 1.1 Cu. Ft. White Countertop Microwave Oven-42525.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 11:06:44', '2024-02-02 11:06:44'),
(2913, 'To Rescue the Republic : Ulysses S. Grant, the Fragile Union, and the Crisis of 1876', 'zfZOmHGAw', 14, 'To Rescue the Republic: Ulysses S. Grant, the Fragile Union, and the Crisis of 1876 is an amazing book that dives into the turbulent time after the Civil War. It explores the leadership of Ulysses S. Grant and the challenges he faced in keeping the union intact during the crisis of 1876. This book offers a deep understanding of the political and social climate of that era. If you\'re into American history and want to learn more about this critical period, To Rescue the Republic is a must-read', 28.99, NULL, NULL, 34.99, 'To Rescue the Republic : Ulysses S. Grant, the Fragile Union, and the Crisis of 1876-33142.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-02 11:07:38', '2024-02-02 11:07:38'),
(2914, 'River of the Gods : Genius, Courage, and Betrayal in the Search for the Source of the Nile', 'uTqjqJSSh', 14, 'River of the Gods: Genius, Courage, and Betrayal in the Search for the Source of the Nile is an incredible book that takes you on a thrilling journey in the pursuit of discovering the source of the Nile River. It explores the genius, courage, and betrayal of the explorers who risked everything to uncover this great mystery. With its gripping storytelling and rich historical detail, this book will transport you to the heart of Africa\'s uncharted territories. If you\'re into adventure and exploration, River of the Gods is a must-read.', 32.50, NULL, NULL, 35.99, 'River of the Gods : Genius, Courage, and Betrayal in the Search for the Source of the Nile-44867.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-02 11:11:20', '2024-02-02 11:11:20'),
(2915, 'Native Instruments Maschine Plus Standalone Production and Performance Instrument', 'rDt9w3KgQ', 14, 'Native Instruments Maschine Plus Standalone Production and Performance Instrument\r\n\r\nQuad-Core Processor\r\n4 GB Dual Channel DDR3L RAM\r\n32 GB Internal eMMC Flash Storage (for OS and Factory Content)\r\n2 x Color Displays (480 x 272)\r\n64 GB SD Card Included (Supports up to 1 TB) (Also expandable via USB for larger libraries)', 999.09, NULL, NULL, 1299.00, 'Native Instruments Maschine Plus Standalone Production and Performance Instrument-40724.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-02 11:14:14', '2024-02-02 11:14:14'),
(2916, 'LODOOO Modern Led Chandelier For Living Room Bedroom White/Black Rectangle', '5qA80k6rU', 19, 'Brand Name : BANDENGGONG\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : CQC\r\nIs Bulbs Included : Yes\r\nIs Dimmable : Yes\r\nSwitch Type : Remote Control\r\nModel Number : modern chandeliers\r\nPower Source : AC\r\nBody Material : Aluminum\r\nShade Direction : None\r\nVoltage : 110-240V\r\nShade Type : Shadeless\r\nBase Type : Wedge\r\nFinish : None\r\nFeatures : modern chandeliers for living room\r\nStyle : Modern Style\r\nLight Source : LED Bulbs\r\nInstallation Type : Semiflush Mount\r\nItem Type : Chandeliers\r\nWarranty : 2 years\r\nfeature : chandelier for living room\r\nfeature1 : chandeliers for dinning room\r\nfeature2 : chandelier lighting\r\nfeature3 : chandelier for kitchen', 86.00, NULL, NULL, 187.00, 'LODOOO Modern Led Chandelier For Living Room Bedroom White/Black Rectangle-86245.jpeg', 'LODOOO Modern Led Chandelier For Living Room Bedroom White/Black Rectangle-30740.jpeg', 'LODOOO Modern Led Chandelier For Living Room Bedroom White/Black Rectangle-31188.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 11:15:10', '2024-02-02 11:28:00'),
(2917, 'Five Presidents : My Extraordinary Journey with Eisenhower, Kennedy, Johnson, Nixon, and Ford', 'F1pf98VKb', 14, 'Five Presidents: My Extraordinary Journey with Eisenhower, Kennedy, Johnson, Nixon, and Ford is an amazing book that shares the firsthand experiences of an individual who had the unique opportunity to work closely with five U.S. presidents. It provides a fascinating glimpse into the lives and leadership styles of these influential figures, offering a behind-the-scenes look at historical events and decisions. If you\'re interested in politics, history, or just love a good memoir, Five Presidents is definitely worth adding to your reading list', 16.64, NULL, NULL, 18.99, 'Five Presidents : My Extraordinary Journey with Eisenhower, Kennedy, Johnson, Nixon, and Ford-69636.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-02 11:15:18', '2024-02-02 11:15:18'),
(2918, 'Stainless Steel Portable Dishwasher With Sanitize Cycle', 'FFDITxOn4', 18, 'Autosense Cycle\r\nA beam of light measures soil levels and water temperature to adjust to the ideal cycle time.\r\nSanitize option (NSF Certified)\r\nHigh-temperature rinse sanitizes and reduces by 99.999% the bacteria found on dishes.\r\nPiranha Hard Food Disposer\r\nTo ensure consistently clean items, this stainless steel blade rotates at 3,600 RPM to pulverize food particles and helps to prevent large particles from clogging the wash arms.\r\n3-Level Wash\r\nExpect exceptionally clean table-ready dishes with powerful wash arms.\r\nQuiet Package\r\n54 dBA', 594.00, NULL, NULL, 949.00, 'Stainless Steel Portable Dishwasher With Sanitize Cycle-25262.jpeg', 'Stainless Steel Portable Dishwasher With Sanitize Cycle-45840.jpeg', 'Stainless Steel Portable Dishwasher With Sanitize Cycle-49074.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 11:16:35', '2024-02-02 11:16:35'),
(2919, 'Vanderbilt - The Rise and Fall of an American Dynasty', 'JLlpDsv77', 19, 'Vanderbilt - The Rise and Fall of an American Dynasty is an incredible book that tells the captivating story of the Vanderbilt family, one of the most powerful and influential dynasties in American history. It explores their rise to wealth and prominence, as well as the factors that led to their eventual decline. With its rich historical detail and engaging storytelling, this book offers a fascinating glimpse into the lives of the Vanderbilts and the legacy they left behind. If you\'re into American history and love stories of wealth, power, and intrigue, Vanderbilt is a must-read.', 26.39, NULL, NULL, 32.99, 'Vanderbilt - The Rise and Fall of an American Dynasty-46130.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-02 11:27:05', '2024-02-02 11:27:05'),
(2920, 'Squier by Fender Classic Vibe 70\'s Jazz Bass Guitar (Maple, Natural) Bundle with Fender 10ft Instrument Cable (Straight/Straight), Fender Guitar 12-Pack Picks, and Fender 2\" Guitar Straps', 'IZa6ppGml', 14, '100% designed by Fender\r\nInspired by 1970s-era Jazz Bass models\r\nFender-Designed alnico pickups\r\nVintage-tinted gloss neck finish\r\nNickel-plated hardware\r\nHand orientation: Right', 422.99, NULL, NULL, 449.99, 'Squier by Fender Classic Vibe 70\'s Jazz Bass Guitar (Maple, Natural) Bundle with Fender 10ft Instrument Cable (Straight/Straight), Fender Guitar 12-Pack Picks, and Fender 2\" Guitar Straps-53105.jpeg', 'Squier by Fender Classic Vibe 70\'s Jazz Bass Guitar (Maple, Natural) Bundle with Fender 10ft Instrument Cable (Straight/Straight), Fender Guitar 12-Pack Picks, and Fender 2\" Guitar Straps-22680.jpeg', 'Squier by Fender Classic Vibe 70\'s Jazz Bass Guitar (Maple, Natural) Bundle with Fender 10ft Instrument Cable (Straight/Straight), Fender Guitar 12-Pack Picks, and Fender 2\" Guitar Straps-85302.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-02 11:29:17', '2024-02-02 11:31:06'),
(2921, 'Stainless Steel Tall Double DishDrawer Dishwasher', 'e81jNR8qo', 19, 'Ease of use\r\nDishDrawer™ Dishwashers are as easy to open and close as kitchen drawers and can be conveniently positioned at bench height for ease of loading and minimal bending. Flexible racking allows you to make adjustments to fit in a variety of dishes.\r\nIndependent wash\r\nWith the ability to use both drawers independently and select different wash programs the DishDrawer™ Dishwasher can wash everything from fine glass and crystal to heavily soiled pots and pans.\r\nQuick, Sanitize and Extra Dry options\r\nThe Quick wash modifier delivers a faster wash while maintaining performance. The Sanitize option provides extra protection killing 99.9% of bacteria in the final rinse. The Extra Dry setting is perfect for plastic dishes.\r\nQuiet performer\r\nRunning at a very low decibel rating, these DishDrawer™ Dishwashers do their job without making a fuss. The combination of intelligent technology and simple mechanics means greater reliability and excellent wash performance.', 900.00, NULL, NULL, 1699.00, 'Stainless Steel Tall Double DishDrawer Dishwasher-81178.jpeg', 'Stainless Steel Tall Double DishDrawer Dishwasher-53447.jpeg', 'Stainless Steel Tall Double DishDrawer Dishwasher-35474.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 11:32:24', '2024-02-02 11:32:24'),
(2922, 'A Promised Land', '0hpsM9WEh', 2, 'A Promised Land is an incredible book written by former President Barack Obama. It\'s a memoir that takes you on a journey through his early political career, his historic election as the first African American president of the United States, and his first term in office. With its insightful reflections and personal anecdotes, this book provides a unique perspective on the challenges and triumphs of leadership. If you\'re interested in politics, history, or simply want to gain a deeper understanding of Obama\'s presidency, A Promised Land is a must-read!', 31.50, NULL, NULL, 45.00, 'A Promised Land-90477.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-02 11:35:27', '2024-02-02 11:35:27'),
(2923, 'The Kissing Booth #2 : Going the Distance', 'CYqDj9kMv', 13, 'The Kissing Booth #2: Going the Distance is a sequel to the popular teen romance film, The Kissing Booth. It continues the story of Elle and her complicated love life as she navigates her senior year of high school. With its mix of romance, drama, and friendship, this movie is perfect for anyone who enjoys a fun and heartwarming coming-of-age story. If you loved the first movie, you definitely don\'t want to miss The Kissing Booth #2: Going the Distance', 10.99, NULL, NULL, 14.90, 'The Kissing Booth #2 : Going the Distance-98921.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-02 11:50:04', '2024-02-02 11:50:04'),
(2924, '1PC Finger 17 Keys Kalimba Thumb Piano Instrument Mahogany Wood w/ Tuner Hammer', 'M1vtNRguw', 14, 'Top quality products: The quality of the products can be guaranteed to the greatest extent, because we have our own production warehouse. Products can be tested for quality before they leave the factory.\r\nHigh-quality distribution logistics: Our delivery warehouse is in the United States. The logistics method used is a local first-level logistics service provider in the United States. From the moment you place the order, it will be collected within 24 hours. You can receive your package within 3-5 working days.\r\nTimely after-sales service: Whether you have any questions about the logistics provider or product quality, you can contact me at any time. As long as the product is unused, you can return it to our warehouse in New Jersey.', 30.23, NULL, NULL, 39.23, '1PC Finger 17 Keys Kalimba Thumb Piano Instrument Mahogany Wood w/ Tuner Hammer-11186.jpeg', '1PC Finger 17 Keys Kalimba Thumb Piano Instrument Mahogany Wood w/ Tuner Hammer-74950.jpeg', '1PC Finger 17 Keys Kalimba Thumb Piano Instrument Mahogany Wood w/ Tuner Hammer-19224.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-02 11:59:13', '2024-02-02 11:59:13'),
(2925, 'Gas Range Freestanding with No Preheat Air Fry, 30\" in Stainless Steel', 'o9hmdWLPk', 4, 'No Preheat Air Fry\r\nCook healthier, crispier versions of your favorite foods in less time, thanks to an air fryer right in your oven that doesn\'t require preheating, a basket or a special tray\r\nEdge-to-edge cooktop\r\nContinuous, edge-to-edge cooktop give you a large cooking space and can handle any cookware\r\nIntegrated griddle\r\nThis integrated non-stick griddle leads the industry in size and quality, so you can cook a lot of food at once\r\nPower boil burner\r\nThis 18,000-BTU power boil element produces intense heat to boil water fast\r\nPrecise Simmer Burner\r\nThis burner setting provides low, even heat so delicate dishes don\'t burn\r\nConvection\r\nThis gas convection oven cooks and browns more evenly, using a rear fan to circulate hot air\r\nSelf-clean with steam clean\r\nThis self-cleaning oven uses optional steam cleaning for light soils to clean the oven cavity with less heat and odor\r\nCenter oval burner\r\nThis center oval burner gives you a fifth burner and the perfect place to use griddles or odd-size cookware\r\nHeavy duty, dishwasher-safe grates\r\nThese cooktop grates can be cleaned one of two ways – either in the dishwasher, or on the bottom of a self-clean oven\r\nLarge capacity oven\r\nCook an entire meal at once with a 5.0 cubic foot oven which provides enough room for multiple dishes\r\nOptional roller rack\r\nAn optional roller rack which makes removing heavy or odd-size cookware easy and safe\r\nRemovable storage drawer\r\nA full-width drawer provides space for kitchen accessory and cookware storage for added convenience in the kitchen\r\nEnhanced Shabbos Mode\r\nThe Shabbos Keeper connects to your range to automatically enable Shabbos compatible modes each week and before every holiday', 900.00, NULL, NULL, 1199.00, 'Gas Range Freestanding with No Preheat Air Fry, 30\" in Stainless Steel-44185.jpeg', 'Gas Range Freestanding with No Preheat Air Fry, 30\" in Stainless Steel-88055.jpeg', 'Gas Range Freestanding with No Preheat Air Fry, 30\" in Stainless Steel-77491.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-02 11:59:33', '2024-02-02 11:59:33'),
(2926, 'IRALAN New led Chandelier For Living Room Bedroom Home chandelier by sala Modern', '0tMBpJJJm', 19, 'Brand Name : IRALAN\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nIs Bulbs Included : No\r\nIs Dimmable : Yes\r\nSwitch Type : Remote Control\r\nModel Number : DXXXD001\r\nPower Source : AC\r\nBody Material : iron\r\nShade Direction : Down\r\nVoltage : 110V\r\nVoltage : 220V\r\nVoltage : 90-260V\r\nShade Type : Shadeless\r\nBase Type : Wedge\r\nFinish : None\r\nFeatures : modern chandelier led\r\nStyle : Modern Style\r\nLight Source : LED Bulbs\r\nInstallation Type : Semiflush Mount\r\nItem Type : Chandeliers\r\nWarranty : 3 years\r\nModel Number : IRALAN Modern butterfly ceiling light\r\nfeatures : Bluetooth and Can be controlled by phone APP\r\nDimmable with Control : support phone app and remote contro\r\nWarm white/Cool white no remote : Does not support phone app and remote control\r\nAPP function : Adjustable Brightness and Color Temperature', 80.00, NULL, NULL, 250.00, 'IRALAN New led Chandelier For Living Room Bedroom Home chandelier by sala Modern-25633.jpeg', 'IRALAN New led Chandelier For Living Room Bedroom Home chandelier by sala Modern-62780.jpeg', 'IRALAN New led Chandelier For Living Room Bedroom Home chandelier by sala Modern-98654.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 12:03:10', '2024-02-02 12:03:10'),
(2927, 'Finding Me', 'Qn6F6RiQ3', 19, 'Finding Me is an amazing book that explores the journey of self-discovery and personal growth. It follows the story of a protagonist who embarks on a transformative adventure, uncovering their true identity and finding their place in the world. With its relatable themes and compelling storytelling, Finding Me is a book that will resonate with anyone on a quest to find themselves. If you\'re into introspective and thought-provoking reads, I highly recommend checking out Finding Me.', 22.53, NULL, NULL, 28.99, 'Finding Me-64725.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-02 12:06:09', '2024-02-02 12:06:09'),
(2928, 'Whirlpool Gas Range Freestanding with Broiler Drawer, 5.1 Cu Ft in Stainless Steel', 'Aw2Jv09DJ', 10, 'Keep Warm setting\r\nKeep dishes from getting cold with a setting that delivers low heat to the oven, so your meal is ready when you are.\r\nTwo SpeedHeat™ Burners\r\nGet dinner to the table fast with two SpeedHeat™ Burners that generate the high heat needed to sear and boil quickly.\r\nFrozen Bake™ Technology\r\nSkip preheating and cook frozen favorites like pizza and lasagna in fewer steps with preprogrammed settings.\r\nDishwasher-Safe Cast-Iron Grates\r\nWash these cast-iron grates right in the dishwasher when they get messy, thanks to a dishwasher-safe finish that makes them easy to clean.\r\nEdge-to-Edge Cast-Iron Grates\r\nGet more space to sauté, boil and simmer with cast-iron grates that extend across the entire cooktop, giving you the flexibility to place pots and pans anywhere.\r\nBroiler Drawer\r\nUse the high heat of the Broiler Drawer to quickly melt or brown your favorite dishes in a separate cavity while you cook another dish in the main oven.\r\nOptional Griddle\r\nMake pancakes, grill vegetables or sear steaks with the Optional Griddle that lets you optimize your cooktop space for breakfast, lunch and dinner. Optional Griddle sold separately.\r\n5.1 Cu. Ft. Capacity\r\nEasily cook large meals with a 5.1 Cu. Ft. Capacity oven that includes two racks and a separate Broiler Drawer.\r\nControl Lock Mode\r\nDisable the control panel to avoid unintended use1 and easily clean the controls.\r\nHidden Bake Element\r\nA Hidden Bake Element under the floor of the oven creates a smooth surface inside the oven that\'s easy to clean.\r\nDelay Start\r\nProgram the oven to start baking at a future time so you can move onto other things, and still get dinner to the table on time.\r\nLarge Oven Window\r\nKeep an eye on your meal and track cooking progress through the Large Oven Window.\r\nPorcelain Enamel Cooktop\r\nClean up easily with a smooth, porcelain-enamel surface that makes it simple to wipe up cooktop spills.\r\nSabbath Mode\r\nUse Sabbath Mode to keep the oven on the Bake setting at a constant temperature until it\'s turned off. When this mode is enabled, displays, tones and all other cooking and cleaning cycles are disabled.', 598.00, NULL, NULL, 919.00, 'Whirlpool Gas Range Freestanding with Broiler Drawer, 5.1 Cu Ft in Stainless Steel-44497.jpeg', 'Whirlpool Gas Range Freestanding with Broiler Drawer, 5.1 Cu Ft in Stainless Steel-43299.jpeg', 'Whirlpool Gas Range Freestanding with Broiler Drawer, 5.1 Cu Ft in Stainless Steel-20310.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-02 12:06:29', '2024-02-02 12:06:29'),
(2929, 'Replacement for Roche Lightcycler 480 Instrument Xenon Lamp replacement light bulb lamp', 'gbe6iJWIE', 14, 'Brand\r\nIlc\r\nMFR #\r\nLIGHTCYCLER 480 INSTRUMENT XENON LAMP ROCHE\r\nZoro #\r\nG702962566\r\nCountry of Origin\r\nChina\r\nCategory\r\nHID Light Bulbs\r\nDetails\r\nVoltage	14\r\nBulb Color Temp.	6000\r\nWatts	100\r\nDescription\r\nReplacement for Roche Lightcycler 480 Instrument Xenon Lamp replacement light bulb lamp', 670.99, NULL, NULL, 730.99, 'Replacement for Roche Lightcycler 480 Instrument Xenon Lamp replacement light bulb lamp-55437.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-02 12:08:04', '2024-02-02 12:08:04'),
(2930, 'The Love You Save : A Memoir', 'MhA3Z5Iv4', 10, 'The Love You Save: A Memoir is a captivating book that delves into the personal journey of the author. It\'s a heartfelt and honest memoir that explores themes of love, loss, and resilience. Through their own experiences, the author shares valuable insights and life lessons that will resonate with readers. If you enjoy memoirs that are both touching and inspiring, The Love You Save is definitely worth a read!', 28.99, NULL, NULL, 30.00, 'The Love You Save : A Memoir-78135.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-02 12:09:58', '2024-02-02 12:09:58'),
(2931, 'Modern Crystal Chandelier For Living Room Luxury Creative Design Lighting Led', 'H7NJ54QAF', 19, 'Brand Name : YOULAIKE\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : FCC\r\nCertification : UL\r\nCertification : SAA\r\nCertification : ce\r\nIs Bulbs Included : Yes\r\nIs Dimmable : Yes\r\nSwitch Type : None\r\nModel Number : 80274\r\nPower Source : AC\r\nBody Material : Stainless Steel\r\nShade Direction : Up Down\r\nVoltage : 110V\r\nVoltage : 120V\r\nVoltage : 220V\r\nVoltage : 230V\r\nVoltage : 240V\r\nVoltage : 260V\r\nVoltage : 110-240V\r\nVoltage : 90-260V\r\nShade Type : CRYSTAL\r\nBase Type : E14\r\nFinish : Polished\r\nFeatures : LED, Crystal Chandelier\r\nStyle : Modern Style\r\nLight Source : LED Bulbs\r\nInstallation Type : Flush Mount\r\nItem Type : Chandeliers\r\nWarranty : 2 Years\r\nItem No : : 80274\r\nItem Style : : Modern\r\nItem Color : : Gold\r\nItem Size : : Dia50cm, Dia60cm, Dia80cm, Dia100cm\r\nMaterial : : Stainless Steel, Crystal\r\nLight Source : : E14 LED Bulbs\r\nColor Tempeature : : Warm Light (3000K), Cool Light (6000K)\r\nVoltage : : AC110-240V\r\nDelivery : : 6-8 Days\r\nApply : : Dining Room, Living Room\r\n\r\nModern Crystal Chandelier For Living Room Luxury Creative Design Lighting Led Round Kitchen Lamp Gold Home Decor Bedroom Fixture.', 574.00, NULL, NULL, 2310.00, 'Modern Crystal Chandelier For Living Room Luxury Creative Design Lighting Led-88663.jpeg', 'Modern Crystal Chandelier For Living Room Luxury Creative Design Lighting Led-44668.jpeg', 'Modern Crystal Chandelier For Living Room Luxury Creative Design Lighting Led-32230.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-02 12:10:11', '2024-02-02 12:10:11'),
(2932, 'Tough : My Journey to True Power', 'EzKdNaPuc', 2, 'Tough: My Journey to True Power is an incredible book that chronicles the author\'s personal journey towards finding inner strength and resilience. It\'s a raw and empowering memoir that explores the challenges and obstacles they faced along the way. With its inspiring message and relatable storytelling, Tough is a must-read for anyone seeking motivation and guidance on their own path to personal growth. If you\'re into empowering memoirs, I highly recommend checking out Tough: My Journey to True Power.', 27.00, NULL, NULL, 29.99, 'Tough : My Journey to True Power-89487.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-02 12:14:25', '2024-02-02 12:14:25'),
(2933, 'Luxury Crystal Chandelier Atmosphere Living Room Light Post Modern Bedroom', 'Mp3TBP4nF', 19, 'Brand Name : NAVIMC\r\nIs Bulbs Included : Yes\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : UL\r\nPlace : Parlor\r\nPlace : Master Bedroom\r\nPlace : Hotel Hall\r\nInstallation Type : Chain Pendant\r\nItem Type : Pendant Lights\r\nWarranty : 2 years\r\nNumber of light sources : 1015\r\nLighting Area : 10-15square meters\r\nLampshade Color : Gold\r\nIs Dimmable : No\r\nSwitch Type : Touch On/Off Switch\r\nMaterial : CRYSTAL\r\nTechnics : Plated\r\nPower Source : AC\r\nBase Type : E14\r\nFinish : iron\r\nVoltage : 90-260V\r\nModel Number : A5SS\r\nLight Source : LED Bulbs\r\nStyle : Modern Style', 510.00, NULL, NULL, 1664.00, 'Luxury Crystal Chandelier Atmosphere Living Room Light Post Modern Bedroom-43738.jpeg', 'Luxury Crystal Chandelier Atmosphere Living Room Light Post Modern Bedroom-44244.jpeg', 'Luxury Crystal Chandelier Atmosphere Living Room Light Post Modern Bedroom-61040.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 12:15:04', '2024-02-02 12:15:04'),
(2934, 'Rhythm Band Instruments KD050001 Kids Hand Drums', 'iBJR2VG9E', 14, 'Country of Origin\r\nUnited States\r\nCategory\r\nIndoor Game Tables\r\nDescription\r\nAcousticon shell with laminated wood and resin that endure heavy use for years.\r\nSynthetic leather drumhead.\r\nEach circular drum produces a different tone.\r\nGives children an exciting way to make music with their own instruments.\r\n5 Drums with 6\'\', 8\'\', 10\'\', 12\'\' and 14\'\' diameter.', 110.99, NULL, NULL, 124.99, 'Rhythm Band Instruments KD050001 Kids Hand Drums-33101.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-02 12:18:03', '2024-02-02 12:18:03'),
(2935, 'Spare', 'RWgelz3h8', 14, 'Spare by Prince Harry the Duke of Sussex is a compelling and insightful memoir that offers a unique perspective on his life as a member of the royal family. In this book, Prince Harry shares his personal experiences, struggles, and lessons learned, shedding light on his journey towards self-discovery and finding his own purpose. With its candid storytelling and thought-provoking reflections, Spare provides a glimpse into the life of one of the most influential figures of our time. If you\'re interested in gaining a deeper understanding of Prince Harry\'s life and experiences, Spare is definitely worth a read.', 25.70, NULL, NULL, 36.00, 'Spare-76753.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-02 12:18:44', '2024-02-02 12:18:44'),
(2936, 'Samsung 6 Cu. Ft. Fingerprint Resistant Stainless Steel Slide-In Gas Range With Smart Dial, Air Fry & Wi-Fi', 'bq5pEY2HO', 10, 'Learns How You Like to Cook\r\nThe new Smart Dial simplifies oven settings in a single dial and intuitively learns based on your cooking preferences.\r\nAir Fry - Healthier Cooking with a Crunch\r\nCooking just got healthier with new Air Fry mode. Using little to no oil, you can quickly prepare your favorite fried foods right in your oven. Air Fry tray included.\r\nSave Time with Convection+\r\nPowerful Convection+ saves you time by cooking food fast and more evenly. Fan with a heated element circulates hot air in the oven for perfect baking and roasting.\r\nIlluminated Knobs\r\nBlue illuminated knobs let you know when your cooktop is on or off.\r\nAll Shine\r\nFingerprint-resistant for an everyday beautiful finish.\r\nDual Ring Brass Power Burner\r\nMake meals in a snap, with a range that has the most powerful burner in its class. Rapidly go to high heat for quickly boiling water and searing meat with this 22K BTU Dual Ring Brass Power Burner or turn down to a true simmer – ideal for melting chocolate or making sauces.\r\nFlexible in Every Way\r\nThe 5-burner cooktop with continuous cast iron edge-to-edge grates allows you to easily slide your pots and pans across more usable cooktop space and adds a more premium look to your kitchen.\r\nGriddle or Grill? You Choose\r\nCook a variety of breakfast food, burgers or grilled sandwiches on the reversible cast iron griddle.\r\nCook Smart, Save Time\r\nMonitor your cooktop and adjust cook time and temperature of your oven right from your smartphone through the SmartThings™ App.\r\nCook Enough for the Whole Crew\r\nThis large 6 cu. ft. oven fits multiple meals at one time, or it can easily accommodate big casserole dishes or roasting pans.\r\n\"Raise the Oven Temperature to 375° Please\"\r\nControl your oven by voice when you\'re busy doing other things by using your favorite virtual assistant, whether it\'s Bixby, Alexa or Google.\r\nDoes The Hard Work For You\r\nGet help from your oven with Self Clean. The self cleaning system deep cleans by heating to a high temperature to burn off grease and food residue.', 2159.00, NULL, NULL, 2399.00, 'Samsung 6 Cu. Ft. Fingerprint Resistant Stainless Steel Slide-In Gas Range With Smart Dial, Air Fry & Wi-Fi-44356.jpeg', 'Samsung 6 Cu. Ft. Fingerprint Resistant Stainless Steel Slide-In Gas Range With Smart Dial, Air Fry & Wi-Fi-47107.jpeg', 'Samsung 6 Cu. Ft. Fingerprint Resistant Stainless Steel Slide-In Gas Range With Smart Dial, Air Fry & Wi-Fi-89594.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 12:24:31', '2024-02-02 12:24:31'),
(2937, 'Living room luxury crystal chandeliers modern island lighting golden lobby decor', 'WWTC83S8F', 19, 'Brand Name : NAVIMC\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : UL\r\nIs Bulbs Included : Yes\r\nIs Dimmable : No\r\nSwitch Type : Touch On/Off Switch\r\nModel Number : DJS6\r\nPower Source : AC\r\nBody Material : iron\r\nShade Direction : Up Down\r\nVoltage : 110V\r\nVoltage : 120V\r\nVoltage : 130V\r\nVoltage : 220V\r\nVoltage : 230V\r\nVoltage : 240V\r\nVoltage : 260V\r\nVoltage : 110-240V\r\nVoltage : 90-260V\r\nShade Type : CRYSTAL\r\nBase Type : E14\r\nFinish : iron\r\nFeatures : Fission Crystal Lighting\r\nStyle : Modern Style\r\nLight Source : LED Bulbs\r\nInstallation Type : Semiflush Mount\r\nItem Type : Chandeliers\r\nWarranty : 2 years', 800.00, NULL, NULL, 1977.00, 'Living room luxury crystal chandeliers modern island lighting golden lobby decor-27215.jpeg', 'Living room luxury crystal chandeliers modern island lighting golden lobby decor-22023.jpeg', 'Living room luxury crystal chandeliers modern island lighting golden lobby decor-41108.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-02 12:24:38', '2024-02-02 12:24:38'),
(2938, 'Love, Pamela : A Memoir', 'J14WMKpzx', 14, 'Love, Pamela: A Memoir is an extraordinary book that takes you on a captivating journey through the life of Pamela, the author. It\'s a heartfelt and honest memoir that explores her personal triumphs, struggles, and the power of love in her life. With its authentic storytelling and emotional depth, Love, Pamela offers a unique perspective on the human experience and the transformative power of love. If you\'re a fan of memoirs that touch your heart and inspire you, I highly recommend checking out Love, Pamela: A Memoir', 23.40, NULL, NULL, 30.00, 'Love, Pamela : A Memoir-35157.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-02 12:26:45', '2024-02-02 12:26:45'),
(2939, 'Luxury Modern Minimalist LED Crystal Ceiling Chandelier 110V 220V For Home', 'dFlgyp3Al', 19, 'Brand Name : getop\r\nIs Bulbs Included : Yes\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : CQC\r\nCertification : ROHS\r\nCertification : SAA\r\nCertification : UL\r\nPlace : Parlor\r\nPlace : Study\r\nPlace : Master Bedroom\r\nPlace : other bedrooms\r\nPlace : Hotel Hall\r\nPlace : Hotel Room\r\nInstallation Type : Cord Pendant\r\nItem Type : Pendant Lights\r\nWarranty : 2Years\r\nNumber of light sources : 10\r\nLighting Area : 15-30square meters\r\nLampshade Color : Silver\r\nIs Dimmable : No\r\nSwitch Type : Knob switch\r\nSwitch Type : Touch On/Off Switch\r\nMaterial : Glass Stone\r\nTechnics : Wire Drawing Hanging\r\nPower Source : AC\r\nBase Type : Wedge\r\nFinish : Polished Chrome\r\nVoltage : 90-260V\r\nModel Number : ZG58\r\nLight Source : LED Bulbs\r\nStyle : Modern Style\r\nBody material : Glass,stainless steel\r\nSpace : Dining room', 420.00, NULL, NULL, 2508.00, 'Luxury Modern Minimalist LED Crystal Ceiling Chandelier 110V 220V For Home-63011.jpeg', 'Luxury Modern Minimalist LED Crystal Ceiling Chandelier 110V 220V For Home-98738.jpeg', 'Luxury Modern Minimalist LED Crystal Ceiling Chandelier 110V 220V For Home-52385.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 12:32:26', '2024-02-02 12:32:26'),
(2940, 'Casio - PX-870 Keyboard with 88 Velocity-Sensitive Keys - White wood', 'xSRtq3x7O', 14, 'Casio - PX-870 Keyboard with 88 Velocity-Sensitive Keys - White wood', 1499.99, NULL, NULL, 1999.99, 'Casio - PX-870 Keyboard with 88 Velocity-Sensitive Keys - White wood-25516.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-02 12:33:17', '2024-02-02 12:33:17'),
(2941, 'Stainless Steel Freestanding Electric Convection Range With No Preheat Air Fry', 'jCiIw5brS', 12, 'No Preheat Air Fry\r\nCook healthier, crispier versions of your favorite foods in less time, thanks to an air fryer right in your oven that doesn’t require preheating, a basket or a special tray.\r\n12\"/9\" dual element\r\nA dual burner cooktop lets you choose between 12-inch and 9-inch electric elements for a more convenient cooking experience.\r\nConvection\r\nThis convection oven cooks and browns more evenly, using a rear fan to circulate hot air.\r\nFast preheat\r\nPreheat the oven quickly and cut down on preheat time with a speedy preheat feature.\r\nFifth element warming zone\r\nA convenient low-heat warming zone provides even temperature control for foods on the cooktop.\r\nSelf-clean with steam clean\r\nThis self-cleaning oven uses optional steam cleaning for light soils to clean the oven cavity with less heat and odor.\r\nHidden bake oven interior\r\nA clean and sleek interior that eliminates hard-to-reach areas and makes clean-up easier.\r\nBlack gloss oven interior\r\nA clean and sleek interior that is attractive and easy to maintain.\r\nDelay bake\r\nDelay bake technology allows you to set up the oven to start preheating and baking at a later time.\r\nDelay clean\r\nProgram the oven to start a self-cleaning cycle at a later time.\r\nAuto temperature conversion for convection\r\nEnjoy easy convection oven conversion by letting the oven automatically adjust the cooking temperature from standard settings to convection bake.', 989.00, NULL, NULL, 1099.00, 'Stainless Steel Freestanding Electric Convection Range With No Preheat Air Fry-81117.jpeg', 'Stainless Steel Freestanding Electric Convection Range With No Preheat Air Fry-66585.jpeg', 'Stainless Steel Freestanding Electric Convection Range With No Preheat Air Fry-36554.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 12:35:43', '2024-02-02 12:35:43'),
(2942, 'Jmmxiuz Nordic Modern Design Led Crystal Chandelier Lighting Round Chandelier', 'Q2ctYQLUw', 19, 'Brand Name : jmmxiuz\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : CQC\r\nIs Bulbs Included : Yes\r\nIs Dimmable : No\r\nSwitch Type : Touch On/Off Switch\r\nModel Number : 2162\r\nPower Source : AC\r\nBody Material : iron\r\nShade Direction : up\r\nVoltage : 110V\r\nVoltage : 220V\r\nVoltage : 110-240V\r\nShade Type : CRYSTAL\r\nBase Type : Wedge\r\nFinish : Polished\r\nFeatures : MODERN\r\nStyle : Modern Style\r\nLight Source : LED Bulbs\r\nInstallation Type : Semiflush Mount\r\nItem Type : Chandeliers\r\nWarranty : 3years\r\n\r\nNordic Modern Design Led Crystal Chandelier Lighting Round Chandelier Living Room Home Decor Led Chandelier Chandelier\r\n\r\nHigh quality crystal chandelier', 600.00, NULL, NULL, 2689.00, 'Jmmxiuz Nordic Modern Design Led Crystal Chandelier Lighting Round Chandelier-89114.jpeg', 'Jmmxiuz Nordic Modern Design Led Crystal Chandelier Lighting Round Chandelier-70537.jpeg', 'Jmmxiuz Nordic Modern Design Led Crystal Chandelier Lighting Round Chandelier-19270.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-02 12:36:59', '2024-02-02 12:36:59'),
(2943, 'Beyond the Wand : The Magic and Mayhem of Growing Up a Wizard', 'N77GOmz2j', 14, 'Beyond the Wand: The Magic and Mayhem of Growing Up a Wizard is an enchanting book that takes you on a whimsical journey into the world of wizards. It explores the adventures, challenges, and growth of young wizards as they navigate the magical realm. With its captivating storytelling and magical elements, Beyond the Wand offers a delightful reading experience for anyone who loves tales of magic and coming-of-age. If you\'re a fan of wizardry and enchantment, this book is definitely worth checking out.', 21.55, NULL, NULL, 28.00, 'Beyond the Wand : The Magic and Mayhem of Growing Up a Wizard-80427.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-02 12:37:09', '2024-02-02 12:37:09'),
(2944, 'Making a Scene', 'gXcvSo55y', 13, 'Making a Scene by Constance Wu is an incredible book that offers a behind-the-scenes look into the world of acting and filmmaking. In this book, Constance Wu shares her personal experiences, insights, and lessons learned throughout her career in the entertainment industry. With its engaging storytelling and valuable advice, Making a Scene provides a unique perspective on the art of acting and the challenges and triumphs that come with it. If you\'re interested in the world of film and acting, this book is definitely worth a read.', 17.40, NULL, NULL, 29.00, 'Making a Scene-45956.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-02 12:40:23', '2024-02-02 12:40:23'),
(2945, 'The Storyteller - Tales of Life and Music', 'n8Zol4rzS', 5, 'The Storyteller - Tales of Life and Music is an extraordinary book that combines personal anecdotes and the power of music. In this book, Constance Wu shares captivating stories from her life, intertwining them with the profound impact that music has had on her journey. With its heartfelt storytelling and the universal language of music, The Storyteller offers a unique and inspiring perspective on the connections we forge through art and the stories we tell. If you\'re a fan of personal narratives and the transformative power of music, this book is definitely worth checking out', 23.39, NULL, NULL, 29.99, 'The Storyteller - Tales of Life and Music-40240.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-02 12:43:23', '2024-02-02 12:43:23'),
(2946, 'Post-Modern Bedroom Living Room Chandelier Light Luxury Simple High-grade Sense', 'Y1LN6mS5n', 18, 'Brand Name : NoEnName_Null\r\nIs Bulbs Included : Yes\r\nOrigin : Mainland China\r\nCertification : CCC\r\nPlace : Parlor\r\nPlace : other bedrooms\r\nPlace : Hotel Hall\r\nPlace : Hotel Room\r\nItem Type : Pendant Lights\r\nWarranty : 3\r\nNumber of light sources : 10\r\nLighting Area : 15-30square meters\r\nLampshade Color : WHITE\r\nLampshade Color : black\r\nIs Dimmable : No\r\nMaterial : Aluminum\r\nTechnics : Plated\r\nPower Source : DC\r\nBase Type : G9\r\nFinish : Polished Copper\r\nVoltage : 90-260V\r\nModel Number : FY8757\r\nLight Source : LED Bulbs\r\nStyle : New Classical/Post-modern Style\r\nCollapse', 645.00, NULL, NULL, 2877.00, 'Post-Modern Bedroom Living Room Chandelier Light Luxury Simple High-grade Sense-77774.jpeg', 'Post-Modern Bedroom Living Room Chandelier Light Luxury Simple High-grade Sense-76367.jpeg', 'Post-Modern Bedroom Living Room Chandelier Light Luxury Simple High-grade Sense-41430.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 12:44:15', '2024-02-02 12:44:15'),
(2947, 'Stainless Steel Gas Range', 'dq2hKdxHQ', 12, '2.1 cu. ft. capacity\r\n20 inch freestanding gas range\r\n4 sealed burners (three 6” and one 8”)\r\nAutomatic electronic ignition\r\n2 oven racks and storage drawer\r\nSeamless framed glass oven door\r\nFull range temperature control\r\nOven light with ON/OFF switch\r\n60-minute timer\r\nBacksplash with integrated oven vents for proper air circulation\r\nLP conversion kit\r\nADA compliant', 500.00, NULL, NULL, 719.99, 'Stainless Steel Gas Range-66800.jpeg', 'Stainless Steel Gas Range-88509.jpeg', 'Stainless Steel Gas Range-81049.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 12:44:57', '2024-02-02 12:44:57'),
(2948, 'Replacement for Mortara Instruments 9325-001-50 EKG Accessories', 'iKqbSNG1d', 14, 'Replacement for Mortara Instruments 9325-001-50 EKG Accessories', 35.31, NULL, NULL, 41.35, 'Replacement for Mortara Instruments 9325-001-50 EKG Accessories-97464.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-02 12:47:09', '2024-02-02 12:47:09');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2949, 'Scars and Stripes : An Unapologetically American Story of Fighting the Taliban, Ufc Warriors, and Myself', '8mdp86pSa', 17, 'Scars and Stripes: An Unapologetically American Story of Fighting the Taliban, UFC Warriors, and Myself is an incredible book that takes you on a thrilling journey through the life of the author. It\'s a raw and honest account of their experiences, from battling the Taliban to their time in the intense world of UFC. With its gripping storytelling and powerful self-reflection, Scars and Stripes offers an unapologetically American perspective on resilience, determination, and personal growth. If you\'re into action-packed stories and inspiring narratives, this book is a must-read.', 21.55, NULL, NULL, 30.00, 'Scars and Stripes : An Unapologetically American Story of Fighting the Taliban, Ufc Warriors, and Myself-20859.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-02 12:47:13', '2024-02-02 12:47:13'),
(2950, 'Postmodern Retro black ceiling Chandelier Lighting Luxury Dining Living Room', 'zgaU44AzW', 19, 'Brand Name : Mellifluous\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : CQC\r\nCertification : FCC\r\nCertification : GS\r\nCertification : LVD\r\nCertification : pse\r\nCertification : SAA\r\nCertification : UL\r\nIs Bulbs Included : Yes\r\nIs Dimmable : No\r\nSwitch Type : None\r\nModel Number : LM-2561\r\nPower Source : AC\r\nBody Material : iron\r\nShade Direction : Up Down\r\nVoltage : 110-240V\r\nShade Type : Clear Glass\r\nBase Type : E14\r\nFinish : Brushed Nickel\r\nFeatures : Postmodern\r\nStyle : ART DECO\r\nLight Source : LED Bulbs\r\nInstallation Type : Semiflush Mount\r\nItem Type : Chandeliers\r\nWarranty : 3 years', 585.00, NULL, NULL, 2300.00, 'Postmodern Retro black ceiling Chandelier Lighting Luxury Dining Living Room-68134.jpeg', 'Postmodern Retro black ceiling Chandelier Lighting Luxury Dining Living Room-10776.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 12:49:17', '2024-02-02 12:49:17'),
(2951, 'A Curse for True Love', 'qHWGVnTfz', 14, 'A Curse for True Love is a captivating book that delves into the complexities of love and the power of curses. In this enchanting tale, the author takes you on a journey filled with romance, magic, and the struggle to break free from a curse that threatens to tear true love apart. With its spellbinding storytelling and heartfelt emotions, A Curse for True Love will keep you turning the pages until the very end. If you\'re a fan of love stories with a touch of enchantment, this book is definitely worth checking out!', 20.99, NULL, NULL, 23.99, 'A Curse for True Love-17222.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-02 12:51:30', '2024-02-02 12:51:30'),
(2952, 'Modern home decor led lights pendant light lamps for living room led Chandeliers', 'VhvKBRNQL', 19, 'Brand Name : Joesee\r\nIs Bulbs Included : No\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : CQC\r\nCertification : EMC\r\nCertification : FCC\r\nCertification : GS\r\nCertification : LVD\r\nCertification : pse\r\nCertification : ROHS\r\nCertification : SAA\r\nCertification : UL\r\nCertification : VDE\r\nCertification : EAC\r\nPlace : Parlor\r\nPlace : Study\r\nPlace : Master Bedroom\r\nPlace : other bedrooms\r\nPlace : Hotel Hall\r\nPlace : Hotel Room\r\nInstallation Type : Cord Pendant\r\nItem Type : Pendant Lights\r\nWarranty : 3 years\r\nLighting Area : 15-30square meters\r\nIs Dimmable : Yes\r\nSwitch Type : Remote Control\r\nSwitch Type : Touch On/Off Switch\r\nMaterial : CRYSTAL\r\nPower Source : AC\r\nFinish : iron\r\nVoltage : 90-260V\r\nLight Source : LED Bulbs\r\nStyle : Modern Style', 550.00, NULL, NULL, 4500.00, 'Modern home decor led lights pendant light lamps for living room led Chandeliers-26031.jpeg', 'Modern home decor led lights pendant light lamps for living room led Chandeliers-81274.jpeg', 'Modern home decor led lights pendant light lamps for living room led Chandeliers-38541.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-02 12:53:53', '2024-02-02 12:53:53'),
(2953, 'Movado Watch Faceto 39mm with Black Dial and Diamonds', 'Yuo1GG3Qr', 13, 'Movado means ‘always in motion’ in the Esperanto language\r\nWas founded in Switzerland in 1881 by a 19 year-old entrepreneur\r\nIs recognized with 100 patents + 200 awards\r\nIs in 20 Museums around the world', 1500.00, NULL, NULL, 2995.00, 'Movado Watch Faceto 39mm with Black Dial and Diamonds-58660.jpeg', 'Movado Watch Faceto 39mm with Black Dial and Diamonds-79396.jpeg', 'Movado Watch Faceto 39mm with Black Dial and Diamonds-71847.jpeg', 'Gadgets and electronics', 1.0, NULL, 1, '2024-02-02 12:56:38', '2024-02-02 12:56:38'),
(2954, 'Modern home decor led lights pendant light lamps for living room Chandeliers', 'pCMnZXpds', 19, 'Brand Name : Joesee\r\nIs Bulbs Included : No\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : CQC\r\nCertification : EMC\r\nCertification : FCC\r\nCertification : GS\r\nCertification : LVD\r\nCertification : pse\r\nCertification : ROHS\r\nCertification : SAA\r\nCertification : UL\r\nCertification : VDE\r\nCertification : EAC\r\nPlace : Parlor\r\nPlace : Study\r\nPlace : Master Bedroom\r\nPlace : other bedrooms\r\nPlace : Hotel Hall\r\nPlace : Hotel Room\r\nInstallation Type : Cord Pendant\r\nItem Type : Pendant Lights\r\nWarranty : 3 years\r\nLighting Area : 30square meters\r\nIs Dimmable : Yes\r\nSwitch Type : Remote Control\r\nSwitch Type : Touch On/Off Switch\r\nMaterial : Alloy\r\nPower Source : AC\r\nVoltage : 90-260V\r\nLight Source : LED Bulbs\r\nStyle : Modern Style', 750.00, NULL, NULL, 1680.00, 'Modern home decor led lights pendant light lamps for living room Chandeliers-82571.jpeg', 'Modern home decor led lights pendant light lamps for living room Chandeliers-81288.jpeg', 'Modern home decor led lights pendant light lamps for living room Chandeliers-19330.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 12:59:21', '2024-02-02 12:59:21'),
(2955, 'Cry Babies Newborn Coney Interactive Baby Doll with 20+ Baby Sounds and Interactive Bracelet - Kids Ages 18 months and up', 'uuG2f1JTn', 14, 'Discover an imaginative way to take care of your baby doll with Cry Babies Newborn Coney. Children can wear the interactive bracelet included in the pack. Coney \r\n\r\nCry Babies Newborn Coney is the all new baby doll that can recognize her parent through an interactive bracelet worn by the child.\r\nRecommended for ages 18+ months\r\nConey makes over 20 real baby sounds and cries real tears! Children can use her baby bottle to feed her or', 19.04, NULL, NULL, 22.04, 'Cry Babies Newborn Coney Interactive Baby Doll with 20+ Baby Sounds and Interactive Bracelet - Kids Ages 18 months and up-66328.jpeg', 'Cry Babies Newborn Coney Interactive Baby Doll with 20+ Baby Sounds and Interactive Bracelet - Kids Ages 18 months and up-51262.jpeg', 'Cry Babies Newborn Coney Interactive Baby Doll with 20+ Baby Sounds and Interactive Bracelet - Kids Ages 18 months and up-31242.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-02 13:00:40', '2024-02-23 01:27:43'),
(2956, 'Two-Tone Bangle Watch', 'dlZ1iRwuT', 14, '24mm Case Size\r\nSapphire Crystal\r\nSwiss Made\r\nQuartz Movement\r\nWater Resistant To 3 ATM\r\nBangle Bracelet\r\nYellow PVD-Finished Stainless Steel Case\r\nBlack Simple Dial\r\nBlack Ceramic And Yellow PVD-Finished Stainless Steel Bangle Bracelet', 510.00, NULL, NULL, 795.00, 'Two-Tone Bangle Watch-91060.jpeg', 'Two-Tone Bangle Watch-77871.jpeg', 'Two-Tone Bangle Watch-56079.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 13:04:46', '2024-02-02 13:04:46'),
(2957, 'home decor led lights pendant light lamps for living room led Chandeliers', 'w3YQyFlPB', 18, 'home decor led lights pendant light lamps for living room led Chandeliers', 1100.00, NULL, NULL, 2502.00, 'home decor led lights pendant light lamps for living room led Chandeliers-20607.jpeg', 'home decor led lights pendant light lamps for living room led Chandeliers-62125.jpeg', NULL, 'Home appliances and utensils', 3.0, NULL, 1, '2024-02-02 13:05:31', '2024-02-02 13:05:31'),
(2958, '2 Stone Bezel Set Gold Birthstone Bracelet', 'w4Xv0DUBu', 14, 'This gold 2 stone personalized birthstone bracelet will look ultra chic with everything in your wardrobe. It\'s perfect for couples to represent you and your love, or or best friends. You could wear one to symbolize the love between a mother and her child too. Choose two 4mm cubic zirconia birthstones for the bezel setting on this 6 3/4 inch long thin rolo chain with a 2 inch extender. Made just for women with a lobster claw closure. Weighs 1.85 grams and features .50 carats.\r\n\r\nDetails:\r\n• 2 Stone Bezel CZ Birthstone Bracelet • Gold Plated • 6.75 By .18 Inches', 106.00, NULL, NULL, 110.00, '2 Stone Bezel Set Gold Birthstone Bracelet-83002.jpeg', '2 Stone Bezel Set Gold Birthstone Bracelet-94485.jpeg', '2 Stone Bezel Set Gold Birthstone Bracelet-33322.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-02 13:06:46', '2024-02-02 13:06:46'),
(2959, 'Engravable 14K Gold Roman Numeral Bar Necklace', '5Lm1O1vo1', 17, 'This 14K Gold Roman Numeral Bar Necklace is a chic and stylish way to commemorate a special day. Perfect for weddings, anniversaries, birthdays or graduations, you can keep the memory of this special day close to you with this 1 1/4 by 1/4 inch solid 14K gold bar necklace. Choose your date to be engraved in roman numerals on this petite gold bar that hangs perfectly from your choice of a 16 or 18 inch rolo chain. This petite bar style pairs perfectly with any of our other 14K gold necklaces and pendants for an on trend layered look.\r\n\r\nDetails: • 14k Gold Name Bar • Roman Numeral Engraving • 16 or 18 Inch Gold Rolo Chain • Gift Box Included', 373.00, NULL, NULL, 399.15, 'Engravable 14K Gold Roman Numeral Bar Necklace-42969.jpeg', 'Engravable 14K Gold Roman Numeral Bar Necklace-87917.jpeg', 'Engravable 14K Gold Roman Numeral Bar Necklace-90599.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-02 13:12:17', '2024-02-02 13:12:17'),
(2960, 'Movado SE White MOP Dial Silver Stainless Steel Link Bracelet Watch, 32mm', 'LSq431CfF', 15, '32mm Stainless Steel Case\r\n52 Diamonds\r\nGemstone Clarity SI\r\nDate Indicator\r\nAnti-Reflective Sapphire Crystal\r\nAnti-Corrosive Bezel\r\nSwiss Quartz Movement\r\nWater Resistant To 50 Meters\r\nSuper-Luminova Hands, Hour Markers, And Indices At 6:00 & 9:00\r\nGold-Tone Concave Dot Accents\r\nWhite Mother-Of-Pearl Dial Finish\r\nSilver-Tone Stainless Steel Link Bracelet Finish', 1400.00, NULL, NULL, 1895.00, 'Movado SE White MOP Dial Silver Stainless Steel Link Bracelet Watch, 32mm-85804.jpeg', NULL, NULL, 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-02 13:13:38', '2024-02-02 13:13:38'),
(2961, 'New Villa Duplex Loft Apartment Staircase Living Room Lobby Crystal Chandel', 'hnPupTKji', 19, 'Brand Name : HAILUNBAO\r\nIs Bulbs Included : Yes\r\nOrigin : Mainland China\r\nCertification : CCC\r\nPlace : Parlor\r\nPlace : Study\r\nPlace : Master Bedroom\r\nPlace : other bedrooms\r\nPlace : Hotel Hall\r\nPlace : Hotel Room\r\nInstallation Type : Chain Pendant\r\nItem Type : Pendant Lights\r\nNumber of light sources : 20\r\nLighting Area : 15-30square meters\r\nLampshade Color : WHITE\r\nIs Dimmable : No\r\nSwitch Type : Remote Control\r\nMaterial : CRYSTAL\r\nTechnics : Plated\r\nPower Source : DC\r\nBase Type : E14\r\nFinish : Polished Copper\r\nVoltage : 90-260V\r\nModel Number : HW8902\r\nLight Source : LED Bulbs\r\nStyle : New Classical/Post-modern Style', 1376.00, NULL, NULL, 4600.00, 'New Villa Duplex Loft Apartment Staircase Living Room Lobby Crystal Chandel-50671.jpeg', 'New Villa Duplex Loft Apartment Staircase Living Room Lobby Crystal Chandel-42466.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-02 13:14:14', '2024-02-02 13:14:14'),
(2962, 'Barbie Toddler/Kid Girl Naia™ Letter Print Colorblock Bomber Jacket', 'F1C9c4NSC', 14, 'Product Introduction\r\nPerfectly transition into the warmer season with this light, cozy, and durable Barbie Toddler/Kid Girl Naia™ Letter Print Colorblock Bomber Jacket. This jacket is made from Naia™', 10.44, NULL, NULL, 14.44, 'Barbie Toddler/Kid Girl Naia™ Letter Print Colorblock Bomber Jacket-59073.jpeg', 'Barbie Toddler/Kid Girl Naia™ Letter Print Colorblock Bomber Jacket-80531.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-02 13:16:27', '2024-02-02 13:16:27'),
(2963, 'Pendent Lamp Dining Room Crystal Chandelier Hotel Lobby Villa Living Room', 'xEWCagjSU', 18, 'Brand Name : yingxuan\r\nIs Bulbs Included : Yes\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : EMC\r\nCertification : LVD\r\nCertification : ROHS\r\nPlace : Parlor\r\nPlace : Study\r\nPlace : Master Bedroom\r\nPlace : other bedrooms\r\nPlace : Hotel Hall\r\nPlace : Hotel Room\r\nInstallation Type : Cord Pendant\r\nItem Type : Pendant Lights\r\nWarranty : 1\r\nNumber of light sources : 1015\r\nLighting Area : 15-30square meters\r\nIs Dimmable : No\r\nSwitch Type : Touch On/Off Switch\r\nMaterial : Metal\r\nTechnics : Plated\r\nPower Source : AC\r\nBase Type : E14\r\nFinish : iron\r\nVoltage : 90-260V\r\nModel Number : 8748 3\r\nLight Source : LED Bulbs\r\nStyle : Modern Style\r\nattribute1 : Pendent Lamp Dining Room Crystal Chandelier\r\nattribute2 : Hotel Lobby Villa Living Room Chandelier\r\nattribute3 : Large Customized Crystal Pendent Lights', 970.00, NULL, NULL, 1500.00, 'Pendent Lamp Dining Room Crystal Chandelier Hotel Lobby Villa Living Room-93803.jpeg', 'Pendent Lamp Dining Room Crystal Chandelier Hotel Lobby Villa Living Room-49946.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-02 13:19:44', '2024-02-02 13:19:44'),
(2964, 'Silver White Sunray Dial Stainless Steel Link Bracelet Watch', '0hrWkXzbO', 14, '32mm Stainless Steel Case\r\nDate Indicator\r\nAnti-Reflective Sapphire Crystal\r\nAnti-Corrosive Bezel\r\nSwiss Quartz Movement\r\nWater Resistant To 50 Meters\r\nSuper-Luminova Hands, Hour Markers, And Indices At 6:00 & 9:00\r\nGold-Tone Concave Dot Accents\r\nSilver White Sunray Dial Finish\r\nSilver-Tone Stainless Steel Link Bracelet Finish', 800.00, NULL, NULL, 195.00, 'Silver White Sunray Dial Stainless Steel Link Bracelet Watch-92431.jpeg', 'Silver White Sunray Dial Stainless Steel Link Bracelet Watch-53061.jpeg', 'Silver White Sunray Dial Stainless Steel Link Bracelet Watch-87050.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 13:19:45', '2024-02-02 13:19:45'),
(2965, 'Sophie La Giraffe Activities Plush', '1PHfWqN75', 14, 'Product Description\r\n\r\nAn adorable plush giraffe to keep baby engaged!\r\n\r\nA teething ring, a shiny mirror, star-shaped grabbing rings, a transparent bead rattle, and more, plus plenty of unique fabric textures, bright colors, microfiber velvet fur, and cuddly plush filling with microbeads in the body and hooves...\r\n\r\nIt\'s at once fascinating, heartwarming, and incredibly cozy!\r\n\r\nGive your little one a perfect first best friend for playtime and snuggle time with the Sophie La Giraffe Activities Plush.\r\n\r\nSophie La Giraffe Activities Plush\r\nPlush giraffe featuring sensory experiences to explore\r\nEncourages sensory learning, fine motor skills, cause-effect learning, cuddles\r\nFeatures teething ring, mirror, star rings, bead rattle\r\nPull tail to feel it vibrate!\r\nUnique fabric textures, bright colors\r\nMicrofiber velvet fur\r\nMicrobeads in body and hooves for perfect weight\r\nFeatures clip for attaching to stroller, car seat, play mat, anywhere!\r\nIncludes one plush sensory giraffe toy\r\nHigh-quality materials and constru', 20.16, NULL, NULL, 24.16, 'Sophie La Giraffe Activities Plush-46860.jpeg', 'Sophie La Giraffe Activities Plush-63982.jpeg', 'Sophie La Giraffe Activities Plush-15128.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-02 13:26:36', '2024-02-02 13:26:36'),
(2966, 'BOLD Verso Black Dial w/ Gold Accents Ceramic Bracelet Watch', 'zEdMvw3GI', 15, '38.5mm Case Size\r\nQuartz Movement\r\nWater-Resistant To 5 ATM\r\nDate Indicator\r\nBlack Dial With Gold-Tone Accents\r\nSwiss Super-LumiNova Accents\r\nBlack Ceramic Case & Bracelet Finish', 500.00, NULL, NULL, 895.00, 'BOLD Verso Black Dial w/ Gold Accents Ceramic Bracelet Watch-54457.jpeg', 'BOLD Verso Black Dial w/ Gold Accents Ceramic Bracelet Watch-91217.jpeg', 'BOLD Verso Black Dial w/ Gold Accents Ceramic Bracelet Watch-81186.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 13:27:55', '2024-02-02 13:27:55'),
(2967, 'BOLD Access 34mm Watch with Yellow Gold-Tone Dial and White Leather Strap', 'gkdj6cS2E', 16, 'Off White Leather Strap\r\nYellow Gold-Tone Ionic Plated Stainless Steel Case\r\nPale Yellow Gold-Tone Dial', 279.00, NULL, NULL, 595.00, 'BOLD Access 34mm Watch with Yellow Gold-Tone Dial and White Leather Strap-95663.jpeg', NULL, NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 13:34:07', '2024-02-02 13:34:07'),
(2968, 'Luxury Villa Duplex Building Living Room Crystal Chandelier Empty Building', '6ZZK3VZbu', 18, 'Brand Name : NANCHUANG\r\nIs Bulbs Included : No\r\nOrigin : Mainland China\r\nCertification : ce\r\nCertification : ROHS\r\nVoltage : 220V\r\nStyle : ART DECO\r\nStyle : European style\r\nCeiling lamp type : Zinc Alloy Chandelier\r\nSmart type : Others\r\nLight source type : LED Lamp\r\nLight body material : Abs Hardware Chassis\r\nItem No : F76865JSTMSS69\r\nAdjustable height : Other m\r\nBrand : Pure Rich\r\nVoltage : 111V 240V (inclusive)\r\nLight Color : Type a 889-50 Head Four-Layer 180 260cm Type a 889-36 Head Four-Lay\r\nIrradiation area : above 30 ?\r\nCross-border export exclusive supply of : No\r\nDelivery Or Not : Delivery Upstairs\r\nNumber of headers : 50\r\nPatent : Yes\r\nScenario : Others\r\nInstallation Service Available : No\r\nOrigin : Mainland China\r\nShade Material : Crystal\r\nApplicable space : Others', 1389.00, NULL, NULL, 11163.00, 'Luxury Villa Duplex Building Living Room Crystal Chandelier Empty Building-99052.png', 'Luxury Villa Duplex Building Living Room Crystal Chandelier Empty Building-58688.png', 'Luxury Villa Duplex Building Living Room Crystal Chandelier Empty Building-21235.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-02 13:40:31', '2024-02-02 13:40:31'),
(2969, 'Edifier G2000 Wireless Subwoofer Stereo Speakers Black', '26fulHEWj', 17, 'Small Volume, High Power\r\nHi-fi 2.75\" full frequency unit, composite fiber sound basin with shield reflector cone. The independent power supply provides 8W+8W continuous undistorted power with a peak value of up to 16W+16W.\r\nProfessional EQ Adjustments\r\nProfessional sound chip in the G2000 is made with a fine-tune EQ data algorithm to achieve game, movie, and music EQ modes to easily adjust between your entertainment of choice.\r\nDecorate Your Desktop\r\nCustomize your desktop with RGB lights and switch between 12 light set ups with a push of a button. Providing you a big visual and sound feast.\r\nMultiple Connections, Wide Compatibility\r\nCompatible with a variety of interfaces such as Bluetooth, USB, and 3.5mm AUX, so you can connect to your computer, desktop, smartphone to start your gaming session.\r\nMake Your Games Sound Amazing\r\nHi-fi realistic sound delivers powerful bass, clear trebles and sufficient volume to fill a small room. Now you can immerse yourself while watching movies, playing games or listening to your favorite music.', 89.02, NULL, NULL, 109.00, 'Edifier G2000 Wireless Subwoofer Stereo Speakers Black-60097.jpeg', 'Edifier G2000 Wireless Subwoofer Stereo Speakers Black-33191.jpeg', 'Edifier G2000 Wireless Subwoofer Stereo Speakers Black-18408.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 13:40:57', '2024-02-02 13:40:57'),
(2970, 'Black chandelier square bedroom lamps living room lamp led ceiling lamp Nordic', 'qBvzbCFNv', 18, 'Brand Name : NoEnName_Null\r\nIs Bulbs Included : No\r\nOrigin : Mainland China\r\nCertification : CCC\r\nIs Smart Device : no\r\nBody Material : Ironware Acrylic\r\nFinish : iron\r\nTechnics : Painted\r\nMaterial : Aluminum\r\nModel Number : JGXDL1200\r\nItem Type : Ceiling Lights\r\nWarranty : 2 years\r\nNumber of light sources : 4\r\nLighting Area : 5-10square meters\r\nPower Source : AC\r\nIs Dimmable : No\r\nSwitch Type : None\r\nLight Source : LED Bulbs\r\nStyle : Modern Style\r\nUsage : Daily Lighting\r\nCertification : CCC\r\nInstall Style : Surface mounted\r\nApplication : Kitchen\r\nApplication : Dining Room\r\nApplication : Bed Room\r\nApplication : Foyer\r\nApplication : Study\r\nApplication : BATHROOM\r\nVoltage : 90-260V\r\nColor : black\r\nUsage 1: : Ceiling light\r\nUsage 2: : Living room lights\r\nUsage 3: : LED chandelier\r\nUsage 4: : Bedroom lights', 128.09, NULL, NULL, 437.00, 'Black chandelier square bedroom lamps living room lamp led ceiling lamp Nordic-37196.jpeg', 'Black chandelier square bedroom lamps living room lamp led ceiling lamp Nordic-55711.jpeg', NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-02-02 13:45:19', '2024-02-02 13:45:19'),
(2971, 'Bowers & Wilkins 600 Series HTM6 S3 Center Channel Loudspeaker System in Black (Each)', 'oVSrMADqQ', 18, 'For The Love of Music\r\nThis isn\'t just another loudspeaker range. The new Bowers & Wilkins 600 Series is designed for every music and movie lover; it\'s the attainable and affordable way to bring the joys of True Sound to your music-listening or movie-watching experiences. 600 Series: for the love of music.\r\nBuilt From Heritage\r\nThe new 600 Series is the latest iteration of one of our longest-running, most highly regarded and most successful loudspeaker ranges. Available in a compact bookshelf, powerful stand mount, room-filling floorstander and a crystal-clear center channel, the 600 Series has a model to cater to every customer need.\r\nTitanium Dome Tweeter\r\nThe new HTM6 S3 introduces our all-new Titanium Dome tweeter which combines exceptional resolution and insight with smooth, refined high-frequency reproduction. The result? An accurate and immersive insight into your favorite music.\r\nUpgraded Speaker Terminals\r\nDerived from the speaker terminals recently introduced in our 700 Series range, the speaker terminals on the new 600 Series feature an improved layout and cleaner signal path between your amplifier and your loudspeakers.\r\nContinuum Cone\r\nThanks to its composite construction, the Continuum cone avoids the abrupt transitions in behavior that can impair the performance of a conventional drive unit. The result is a more open, neutral performance that delivers voices and instruments with precision and transparency.', 700.90, NULL, NULL, 900.00, 'Bowers & Wilkins 600 Series HTM6 S3 Center Channel Loudspeaker System in Black (Each)-36495.jpeg', 'Bowers & Wilkins 600 Series HTM6 S3 Center Channel Loudspeaker System in Black (Each)-60073.jpeg', 'Bowers & Wilkins 600 Series HTM6 S3 Center Channel Loudspeaker System in Black (Each)-43016.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 13:45:22', '2024-02-02 13:45:22'),
(2972, 'Vintage Iron Little Man Modern Arts Chandelier LED Ceiling Lamp Home Living Room', 'UujJB803y', 19, 'Brand Name : STDJHong\r\nOrigin : Mainland China\r\nCertification : CCC\r\nCertification : ce\r\nCertification : ROHS\r\nIs Bulbs Included : No\r\nIs Dimmable : No\r\nSwitch Type : Knob switch\r\nModel Number : S3-LD-15\r\nPower Source : AC\r\nBody Material : iron\r\nShade Direction : None\r\nVoltage : 220V\r\nVoltage : 230V\r\nVoltage : 240V\r\nShade Type : Shadeless\r\nBase Type : e27\r\nFinish : iron\r\nFeatures : Iron Art Creative Chandelier\r\nStyle : ART DECO\r\nLight Source : LED Bulbs\r\nInstallation Type : Flush Mount\r\nItem Type : Chandeliers\r\nWarranty : 2 years\r\nCeiling chandelier : hanging ceiling lamps\r\nlight source : E27\r\nMaterial : Iron Resin\r\nSize : 26*38\r\nChildren\'s bedroom chandelier : industrial chandelier\r\nLed chandelier : chandelier lights', 35.00, NULL, NULL, 90.00, 'Vintage Iron Little Man Modern Arts Chandelier LED Ceiling Lamp Home Living Room-31903.jpeg', 'Vintage Iron Little Man Modern Arts Chandelier LED Ceiling Lamp Home Living Room-13144.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-02 13:50:38', '2024-02-02 13:50:38'),
(2973, 'Klipsch RP-8000F II Reference Premiere Ebony Floorstanding Speaker (Each)', 'Hdnl8mjHa', 19, '90° x 90° Silicon Composite Hybrid Tractrix Horn\r\nHorn loading maximizes efficiently and increases detail while focusing high frequencies towards the listening area. Proprietary Tractrix® geometry provides the most efficient transfer of high frequency waves into the listening area. The phase plug and compressed molded silicon face ensure smooth frequency response. When combined, the cleanest, most natural sound possible is created. The second generation increases horn size for a larger soundstage and enhanced directivity.\r\nLinear Travel Suspension (LTS) Titanium Diaphragm Tweeter\r\nThe exclusive Linear Travel Suspension minimizes distortion for enhanced, detailed performance. LTS tweeters are a hallmark of previous Reference lines, making it a core component of some of the best speakers in the world.\r\nVented Tweeter Design\r\nThe vented tweeter housing reduces standing waves that create unwanted harmonics, resulting in enhanced detail and clarity in high frequency reproduction.\r\nCerametallic Woofers - All New Design\r\nA signature feature on the Reference Premiere series, Cerametallic™ woofers are exceptionally rigid and lightweight for minimal distortion and maximum efficiency. New voice coils are 70% larger in diameter resulting in improved power handling and greater cone control for greater linearity and flawless reproduction. New aluminum shorting rings reduce distortion as well as increased power handling and the new motor structure improve transit response with more control with greater speed and accuracy.\r\nTractrix Ports\r\nUtilizing Tractrix geometry, the Reference Premiere ports allow for the most efficient, fastest air transfer from the cabinet, which reduces port noise for punchier low frequencies. Klipsch Tractrix ports have custom designed inner flares that help reduce air turbulence entering the port. Less turbulent air helps reduce port noise for cleaner, more powerful bass.\r\nBi-Wiring / Bi-Amping Capability\r\nDual input terminals for bi-wiring / bi-amping capabilities. Bi-wiring separates high and low frequency current into separate speaker cables, reducing intermodulation distortion, for clearer midrange. Bi-amping allows for customization using outboard crossovers when using separate amplifiers.\r\nAdvanced Cabinet Design\r\nAdditional bracing and a divided cabinet have been added to minimize cabinet resonances and vibration, for the utmost transparency and clarity.\r\nRefined Atmos Connections\r\nUpgrading to Dolby Atmos is extremely easy with the simple and hidden connections located on the back of the speakers. These refined connections reduce the amount of wire seen and hold them in place for better wire management.\r\nNew and Improved Input Panel\r\nFeaturing audiophile-grade wire and easily accessible aluminum binding posts for any connection type.\r\nFurniture Grade Materials and Finishes\r\nFinishes include ebony vinyl and walnut vinyl that boast satin painted baffles with a scratch resistant finish.\r\nCast Aluminum Feet\r\nProvides a more modern look with less resonance than MDF or ABS plastic. It is mechanically designed to minimize surface area in contact with floor, decoupling the speaker for faster, tighter low frequencies and more detail\r\nStrong, Flexible, Removable Grille\r\nAttaches magnetically for an elegant transition from powerful showstopper to discrete performance piece.', 400.99, NULL, NULL, 749.00, 'Klipsch RP-8000F II Reference Premiere Ebony Floorstanding Speaker (Each)-39779.jpeg', 'Klipsch RP-8000F II Reference Premiere Ebony Floorstanding Speaker (Each)-72367.jpeg', 'Klipsch RP-8000F II Reference Premiere Ebony Floorstanding Speaker (Each)-31137.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 13:52:48', '2024-02-02 13:52:48'),
(2974, 'Vintage Mahogany Console Sofa Dining Table Base by Universal Furniture', 'WtILfVgUX', 14, 'Vintage console or dining table base by UNIVERSAL FURNITURE This is a very strong and well built piece capable of supporting a large, heavy piece of glass.', 856.00, NULL, NULL, 956.00, 'Vintage Mahogany Console Sofa Dining Table Base by Universal Furniture-20230.jpeg', 'Vintage Mahogany Console Sofa Dining Table Base by Universal Furniture-23771.jpeg', 'Vintage Mahogany Console Sofa Dining Table Base by Universal Furniture-16055.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-02 14:02:04', '2024-02-02 14:02:04'),
(2975, 'Bowers & Wilkins AM-1 Black Weatherproof Speakers (Pair)', 'auJmwIOkv', 19, 'Performance that endures \r\nAM-1 is entirely sealed, in order to keep the elements at bay. It’s tough and hard-wearing too, and its clever one-piece mounting system with 220-degree rotation means it’s ready to perform wherever you want it to, come rain or shine.\r\nEasy to install, great to listen to \r\nA one-plug, simple-to-install mounting system means AM-1 is happy vertically or horizontally. Plus, smart engineering means AM-1 sounds great whichever way you choose to mount it.\r\nSpecified and built without compromise \r\nWith our trademark Nautilus tube-loaded 25mm aluminum dome tweeter and 130mm glassfiber mid/bass driver supplemented by an auxiliary bass radiator for solid, powerful bass response, AM-1 has sound and scale way beyond its compact dimensions.', 489.78, NULL, NULL, 799.00, 'Bowers & Wilkins AM-1 Black Weatherproof Speakers (Pair)-97309.jpeg', NULL, NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 14:02:17', '2024-02-02 14:02:17'),
(2976, 'Zara Vintage Glasses', 'ZPg2Xdfdy', 19, 'Sunglasses that make you cool, intelligent and sophisticated. Our Zara Vintage Glasses is UV400 protected with the lens height of 54mm and width of 55mm.\r\n\r\nLight up your world with sunglasses!', 42.49, NULL, NULL, 70.00, 'Zara Vintage Glasses-88158.png', 'Zara Vintage Glasses-23339.png', 'Zara Vintage Glasses-92342.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-02 14:08:33', '2024-02-02 14:08:33'),
(2977, 'Arc Black Soundbar Speaker', '0x4Fb5DW9', 7, '3D sound with Dolby Atmos\r\nExperience shows, movies, and games with the precise and immersive sound of Dolby Atmos. Arc\'s upward-firing drivers create a multi-dimensional soundstage that then moves around you, rendering every whisper and explosion with dramatic clarity, detail, and depth.*\r\n*Requires TV that supports Atmos and Atmos-encoded content.\r\nA realistic listening experience\r\nArc\'s advanced processing creates five phased-array channels that masterfully deliver sound to your ears from all directions at the exact right moment.\r\nTuned to perfection \r\nEnhanced Trueplay™ tuning technology optimizes the sound for the unique acoustics of the room, even calibrating the height channels for precise localization.', 719.02, NULL, NULL, 899.00, 'Arc Black Soundbar Speaker-13996.jpeg', 'Arc Black Soundbar Speaker-24907.jpeg', 'Arc Black Soundbar Speaker-31012.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-02 14:12:16', '2024-02-02 14:12:16'),
(2978, 'Coliseum Lateral File Cabinet with Shelves by Bush Furniture', 'plxFEFO5R', 14, 'The Bush Furniture Coliseum Lateral File Cabinet with Shelves offers a practical storage solution with appealing style that fits beautifully in traditional, farmhouse, and industrial interiors. Tip Guard(TM) safety features include a stable design, wall attachment hardware, and Open-Safe Drawers. Black graphite hardware and custom-designed rosette accent create a unique look intentionally designed for modern industrial, traditional, and modern farmhouse interiors. Plinth base and crown molded tops merged with black steel legs create a fusion of traditional character with understated industrial style. Open-Safe Drawers are designed to pull out one at a time for improved stability; drawers support up to 50 pounds each. Lateral File Cabinet\'s drawers open on smooth full-extension ball bearing slides for an effortless reach to letter, legal, and A4-size paperwork. Two open shelves support items of various sizes. Top surface is an ideal location for a printer or decorative items and supports up to 200 pounds of materials. Bush Furniture\'s commitment to safety includes rigorous testing that meets or exceeds industry standards for safety and performance. Backed by the Bush Furniture 1 Year Manufacturer\'s Warranty.\r\nLateral Cabinet with Shelves is perfect for organizing paperwork and office supplies in any home office or living space\r\nTip Guard(TM) safety features include a stable design, wall attachment hardware, and Open-Safe Drawers\r\nOpen-Safe Drawers are designed to pull out one at a time for improved stability; drawers support up to 50 pounds each\r\nBlack graphite hardware and custom-designed rosette accent create a unique look intentionally designed for modern industrial, traditional, and modern farmhouse interiors\r\nPlinth base and crown molded tops merged with black steel legs create a fusion of traditional character with understated industrial style\r\nLateral file cabinet\'s drawers open on smooth full-extension ball bearing slides for an effortless reach to letter, legal, and A4-size paperwork\r\nTwo open shelves support items of various sizes\r\nTop surface is an ideal location for a printer or decorative items and supports up to 200 pounds of materials\r\nBush Furniture\'s commitment to safety includes rigorous testing that meets or exceeds industry standards for safety and performance', 206.46, NULL, NULL, 256.46, 'Coliseum Lateral File Cabinet with Shelves by Bush Furniture-36983.jpeg', 'Coliseum Lateral File Cabinet with Shelves by Bush Furniture-38960.jpeg', 'Coliseum Lateral File Cabinet with Shelves by Bush Furniture-31226.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 14:28:39', '2024-02-02 14:28:39'),
(2979, 'Custom Date Gold Bar Necklace', 'viaMR6CWe', 14, 'Celebrate a date that is important to you with this Engravable Date Gold Bar Necklace. The Gold Plated Bar is 1 1/4 inches wide and can be engraved on the front and the back. Remember the birth of a child, your wedding anniversary or graduation by engraving the date onto this stunning bar charm.\r\n\r\nDetails:\r\n• Gold Plated Name Bar • Engravable on Front and Back • 16 Inch Rolo Chain with 2 Inch Extender • Variety of Engravable Font Options', 85.00, NULL, NULL, 102.00, 'Custom Date Gold Bar Necklace-89096.jpeg', 'Custom Date Gold Bar Necklace-69495.jpeg', 'Custom Date Gold Bar Necklace-60523.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-02 14:37:40', '2024-02-02 14:37:40'),
(2980, 'Bush Furniture Salinas Kitchen Pantry Cabinet with Doors', 'xaMA6HcWT', 14, 'Add extra storage space to your kitchen with this spacious pantry cabinet. Crafted with elegant tapered legs, European-style hardware, and decorative wood accents, this cabinet blends seamlessly with your bathroom decor. The cabinet features five shelves that provide ample storage, with three adjustable shelves to accommodate your needs.\r\n\r\n\r\nFeatures:\r\n\r\nMade of durable MDF\r\nEuropean-style hardware for a modern look\r\nFeatures 3 adjustable shelves and 2 fixed shelves\r\nEach shelf can support up to 25 lbs.\r\nSmooth Euro-style hinges for easy opening and closing\r\nElegant tapered legs and curved base rails\r\nDecorative wood accents for added style\r\nTumbled pewter hardware adds a rustic touch\r\nAvailable in antique white, cape cod grey, or vintage black\r\nMeasures 32 inches wide x 16 inches deep x 63 inches high.', 200.12, NULL, NULL, 211.12, 'Bush Furniture Salinas Kitchen Pantry Cabinet with Doors-49203.jpeg', 'Bush Furniture Salinas Kitchen Pantry Cabinet with Doors-50961.jpeg', 'Bush Furniture Salinas Kitchen Pantry Cabinet with Doors-74058.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 14:39:19', '2024-02-22 18:01:10'),
(2981, 'Three Peas in a Pod Birthstone Necklace', 'hinci1ZhI', 14, 'This Three Birthstone Peas in a Pod Silver Necklace is the perfect gift for mom on any occasion. The 1 inch long pendant features three birthstones of your choosing and includes a 16 inch rolo chain.', 91.00, NULL, NULL, 104.00, 'Three Peas in a Pod Birthstone Necklace-60045.jpeg', 'Three Peas in a Pod Birthstone Necklace-21509.jpeg', 'Three Peas in a Pod Birthstone Necklace-49250.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-02 14:46:29', '2024-02-02 14:46:29'),
(2982, 'Script Initial Necklace', 'kIS8wdsHF', 14, 'Wear your initial in style with the Silver Script Initial Pendant Necklace. Eve\'s Addiction offers an initial script charm for every letter of the alphabet so you can wear your own initial or the initial of someone you love! Each script initial charm is 3/4 inches long. The cursive initial charm is delivered on a 16 inch with 2\" extender Silver rolo chain, ready to wear every day.\r\n\r\nDetails:\r\n• Script Initial Charms • 16 Inch with 2\" extender Rolo Chain', 79.00, NULL, NULL, 114.99, 'Script Initial Necklace-80247.jpeg', 'Script Initial Necklace-57641.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-02 14:55:50', '2024-02-02 14:55:50'),
(2983, 'Bose Companion 2 Series III Multimedia Computer Speaker System Black', 'THaplJCyM', 10, 'Quality sound within reach \r\nYou can access a world of entertainment on your computer. Bose engineering makes sure you hear it all with just two speakers. Unique digital signal processing produces consistently clear, full sound at any volume. So you’ll enjoy your favorite music, videos and streaming content even more than before.\r\nA wide soundstage \r\nSit down at your computer or laptop and get ready to hear sound that seems to extend far beyond the actual speakers. It’s spacious and lifelike, made possible by TrueSpace® stereo digital processing circuitry.\r\nFeel the performance \r\nDon’t just play music, games and videos—feel them. You’ll notice deeper low-end performance and more detailed sound, thanks to the speakers’ ported cabinet design.\r\nSimple setup, easy listening \r\nEverything you need is in the box, and you can set up in minutes. Volume control and headphone jack are on the right speaker.\r\nExpand your entertainment \r\nUse the auxiliary input to bring Bose performance to another audio source such as your iPhone or iPad.', 100.99, NULL, NULL, 149.00, 'Bose Companion 2 Series III Multimedia Computer Speaker System Black-96572.jpeg', 'Bose Companion 2 Series III Multimedia Computer Speaker System Black-88838.jpeg', 'Bose Companion 2 Series III Multimedia Computer Speaker System Black-20489.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 14:57:58', '2024-02-02 14:57:58'),
(2984, 'Costway 4 PCS Patio Furniture Set Sofa Coffee Table Patio Seating Set', 'ZTwDawxL4', 14, 'This is our 4 pieces black furniture set, including 1 loveseat, 2 single sofas and 1 tea table with glass top. It is in high quality. This furniture set is very useful. It can not only make your outdoor life more comfortable, but also make your garden more beautiful with its fashionable and modern style. It is made of metal material, which makes it sturdy and can serve you for a long time. The tea table with a glass top is stable and provides you with enough storing space. What a great furniture set! Do not hesitate! Come and buy one!\r\n\r\n\r\nFeature\r\nIncluding 1 Loveseat, 2 Single Sofas And 1 Tea Table With Glass Top\r\nModern And Fashionable Design\r\nSolid steel frame, Durable And Sturdy\r\nUseful Tea Table To Put Things\r\nWonderful For Outdoor Living Space\r\nAssemble required\r\nYoutube link of installation：https://youtu.be/v919mLowciU\r\n\r\n\r\nSpecification\r\nColor: Black\r\nMaterial: steel frame, fabric and Glass\r\nSize Of Loveseat: 42.5\"X24\"X33\"(LXWXH)\r\nSize Of Single Sofa: 24\"X23.0\"X33\"(LXWXH)\r\nSize Of Tea Table: 31\"X18.0\'\'X15\"(LXWXH)\r\nSeat height：16.5\"\r\nWeight Capacity of single chair: 265lbs\r\nWeight Capacity of single loveseat：530lbs\r\nPackage Include:\r\n1 X Loveseat\r\n2 X Single Sofa\r\n1 X Tea Table\r\nCountry of Origin: China', 140.69, NULL, NULL, 164.69, 'Costway 4 PCS Patio Furniture Set Sofa Coffee Table Patio Seating Set-20276.jpeg', 'Costway 4 PCS Patio Furniture Set Sofa Coffee Table Patio Seating Set-12302.jpeg', 'Costway 4 PCS Patio Furniture Set Sofa Coffee Table Patio Seating Set-15756.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-02 14:58:30', '2024-02-02 14:58:30'),
(2985, 'Black Marble Face Rose Gold and Nude Watch', '9NBQ6Ny1G', 14, 'The minimalist style of this black marble face rose gold nude watch is the perfect accessory for your every day look. Lightweight at only 34.38 grams, it adds simple but comfortable style to any outfit. The 1.5 inch black face has a satin rose gold plated bezel setting for added style and a touch of elegant color. The light brown leather inspired strap is adjustable from 6-8 inches. It\'s designed for all day comfort and wear.\r\n\r\nDetails: • Black Face Rose Gold Marble Watch • Japanese Precision Quartz Movement • Tan Fabric Buckle', 79.00, NULL, NULL, 93.55, 'Black Marble Face Rose Gold and Nude Watch-90080.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-02 14:59:54', '2024-02-02 14:59:54'),
(2986, 'Swedish furniture designer John Kandell\'s Swivel Chair \"Bon-Bon\" for Källemo', 'aXelpBgzI', 14, 'Swedish furniture designer John Kandell, (1925-1991) Swivel Chair \"Bon-Bon\" for Källemo 1980s. Lacquered steel frame, seat and backplate in black leather, seat height approximately 50 cm. \r\nDetails\r\nCreator\r\nJohn Kandell (Designer),Källemo (Manufacturer)\r\nDimensions\r\nHeight: 31.89 in (81 cm)\r\nDiameter: 20.08 in (51 cm)\r\nSeat Height: 19.69 in (50 cm)', 1517.00, NULL, NULL, 1719.04, 'Swedish furniture designer John Kandell\'s Swivel Chair \"Bon-Bon\" for Källemo-23943.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-02 15:04:10', '2024-02-02 15:04:10'),
(2988, 'Edifier S1000 Hi-Res Bluetooth Bookshelf Speakers Walnut (Pair)', 'amtbEotFM', 13, '120 Watts Stunning Sound Performance \r\nA new Class D Amp boosts the system\'s already impressive power to a new height, crank the volume while still maintaining crystal clear audio.\r\nBluetooth 5.0 with aptX HD Decoding \r\nStream high-quality audio wirelessly with reduced latency and increased stability.\r\nTitanium Dome Tweeter \r\nA titanium dome is a high-quality unit that can only use in hi-fi level high-end speakers. Restore high-frequency signals up to 40KHz to obtain a clearer, brighter, transparent, and pure tone.\r\nSimpler but Much More Stylish \r\nAluminum bass speaker for surge and wave bass, pure sound with advanced titanium dome tweeter. Designed with classic wooden side panels, the S1000 MKII is angled to ensure front-facing drivers positioned for optimum performance without compromise.\r\nMetal Diaphragm, Medium Bass Unit \r\nThe 5.5-inch aluminum alloy mid-woofer unit has the characteristics of high strength and low distortion. By the precise analysis of the KLIPPEL system in Germany and the advantages of DSP full digital electronic frequency divider, the performance of the unit is more accurate, faster, cleaner, and more powerful.\r\nDSP Digital Audio Processing \r\nBuilt-in Texas instruments DSP professional audio processing chip TLV320AIC3254, and use its miniDSP to complete electronic frequency division and dynamic management for accurate control of frequency division point, so that the speaker can better display the sound details.\r\nMultiple Inputs Connection \r\nWith its optical, coaxial, and auxiliary inputs, it can connect to multiple devices such as TV sets, TV boxes, Blu-ray player, game console, CD player, DVD, mobile phone, computer, tablet, or other devices.\r\nWireless Remote Control \r\nSwap inputs, playback, or adjust the volume with the included remote while still able to sit on the sofa, help you to take full control of your sound wirelessly.', 300.00, NULL, NULL, 399.99, 'Edifier S1000 Hi-Res Bluetooth Bookshelf Speakers Walnut (Pair)-75807.jpeg', 'Edifier S1000 Hi-Res Bluetooth Bookshelf Speakers Walnut (Pair)-87339.jpeg', 'Edifier S1000 Hi-Res Bluetooth Bookshelf Speakers Walnut (Pair)-75246.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 15:05:03', '2024-02-02 15:05:03'),
(2989, 'Men\'s Black Engraved ID Bracelet', 'tRgeqap3P', 14, 'This engravable men\'s black stainless steel ID bracelet is a perfect every day jewelry piece. Black plated to make it well suited to him, it\'s a luxury style that still has some grit to it. It\'s ideal for active individuals too due to its incredibly durable stainless steel body. It will look great with dressier attire, but will also accentuate jeans and a plain tee. With a 2 inch curved plate, you can choose to engrave the front and back to make a unique accessory just for him.\r\n\r\nDetails:\r\n• Black Plated Steel Thick Link Bracelet • 8.5 Inches Long (Non-Adjustable) • Designed For Men', 95.00, NULL, NULL, 137.99, 'Men\'s Black Engraved ID Bracelet-43018.jpeg', 'Men\'s Black Engraved ID Bracelet-73157.jpeg', 'Men\'s Black Engraved ID Bracelet-17468.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-02 15:05:13', '2024-02-02 15:05:13'),
(2990, 'Klipsch Bookshelf Speakers RP-600M II Reference Premiere in Walnut (Pair)', 'DtFNVa7DI', 14, '90° X 90° Silicon Composite Hybrid Tractrix Horn \r\nHorn loading maximizes efficiently and increases detail while focusing high frequencies towards the listening area. Proprietary Tractrix® geometry provides the most efficient transfer of high frequency waves into the listening area. The phase plug and compressed molded silicon face ensure smooth frequency response. When combined, the cleanest, most natural sound possible is created. The second generation increases horn size for a larger soundstage and enhanced directivity.\r\nLinear Travel Suspension (LTS) Titanium Diaphragm Tweeter \r\nThe exclusive Linear Travel Suspension minimizes distortion for enhanced, detailed performance. LTS tweeters are a hallmark of previous Reference lines, making it a core component of some of the best speakers in the world.\r\nVented Tweeter Design \r\nThe vented tweeter housing reduces standing waves that create unwanted harmonics, resulting in enhanced detail and clarity in high frequency reproduction.\r\nCerametallic Woofers – All New Design \r\nA signature feature on the Reference Premiere series, Cerametallic™ woofers are exceptionally rigid and lightweight for minimal distortion and maximum efficiency. New voice coils are 70% larger in diameter resulting in improved power handling and greater cone control for greater linearity and flawless reproduction. New aluminum shorting rings reduce distortion as well as increased power handling and the new motor structure improve transit response with more control with greater speed and accuracy.', 519.00, NULL, NULL, 649.00, 'Klipsch Bookshelf Speakers RP-600M II Reference Premiere in Walnut (Pair)-41212.jpeg', 'Klipsch Bookshelf Speakers RP-600M II Reference Premiere in Walnut (Pair)-85375.jpeg', 'Klipsch Bookshelf Speakers RP-600M II Reference Premiere in Walnut (Pair)-76700.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 15:09:29', '2024-02-02 15:09:29'),
(2991, 'Swedish furniture designer John Kandell\'s Swivel Chair \"Bon-Bon\" for Källemo', 'AnMBMa4wg', 14, 'Swedish furniture designer John Kandell, (1925-1991) Swivel Chair \"Bon-Bon\" for Källemo 1980s. Lacquered steel frame, seat and backplate in black leather, seat height approximately 50 cm.', 1519.04, NULL, NULL, 1719.04, 'Swedish furniture designer John Kandell\'s Swivel Chair \"Bon-Bon\" for Källemo-18144.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-02 15:15:37', '2024-02-02 15:15:37');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(2992, 'Sony Black Dolby Atmos Enabled Speakers (Pair)', 'DSTUMpC2n', 12, 'Dolby Atmos®\r\nDolby Atmos delivers breathtaking realism with 360° surround sound by accurately positioning sound within your environment. The result is rich audio that completely envelops you—and with the SS-CSE speakers, the sound even comes from above you\r\nImmersive surround sound\r\nNo need for complicated speaker setups. The compact SS-CSE speakers work with your existing setup and living space to recreate a cinematic surround sound experience\r\nSet up on your existing speakers\r\nThe compact SS-CSE speaker can sit on top of your existing speakers for an even more immersive surround experience. Unlike conventional speakers, they are designed specifically to reflect sound off your ceiling for sound that is truly all-encompassing\r\nCS series design\r\nThe SS-CSE speakers are designed to blend seamlessly with your décor, thin-screen TVs and AV receivers. Made with sophisticated woodworking techniques, the compact cabinet perfectly matches the existing CS series speakers in both sound and design\r\nWall-mounted front high for a cinematic experience\r\nUpgrade to a pro-theater setup by mounting the discreet SS-CSE speakers on your wall in different positions, such as front high above your TV. The result is more effective multi-dimensional, Dolby Atmos sound that\'s serious about home entertainment\r\nRich acoustics with a strong MDF cabinet\r\nOptimized by our sound designers, an all-wood cabinet delivers resonant acoustics. Unwanted vibrations are dampened and absorbed, thanks to strengthened Medium Density Fiberboard interior joints. The result is clear, wide spatial reproduction of sound for TV and movies\r\nCompact and versatile\r\nThe SS-CSE\'s compact profile makes it ideal to discreetly install on your existing speakers and walls. Whether you\'re looking to upgrade to cinematic Dolby Atmos sound or simply extend your current surround experience, this versatile speaker will give you an all-encompassing aural upgrade\r\nCrisp, clear audio with a Mica Reinforced Cellular (MRC) cone\r\nMany conventional speakers use paper cones that can flex and deteriorate over time, delivering a more distorted sound. The SS-CSE\'s MRC woofers are rigid, holding their shape even under high pressure. So you can turn up the volume on TV, movies and music without compromising your audio quality', 123.00, NULL, NULL, 198.00, 'Sony Black Dolby Atmos Enabled Speakers (Pair)-57512.jpeg', 'Sony Black Dolby Atmos Enabled Speakers (Pair)-12371.jpeg', 'Sony Black Dolby Atmos Enabled Speakers (Pair)-53838.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 15:16:23', '2024-02-02 15:16:23'),
(2993, 'JBL HDI-1600 High Gloss Black 2-Way Bookshelf Loudspeaker (Each)', 'pg3qtcqvY', 12, 'Sold As Each\r\nPatented HDI (High-Definition Imaging) Waveguide Technology\r\nPatented 2410H-2 High-Frequency Compression Driver\r\n6.5-inch (165mm) Cast Frame, Advanced Aluminum Matrix Cone Woofers With 1.5-inch Voice Coils\r\nBass-Reflex Design With Rear-Firing Port\r\n40Hz - 30kHz (-6dB) Frequency Response\r\n4 Ohms Nominal Impedance\r\nContemporary Design\r\nHigh Gloss Black Finish', 799.00, NULL, NULL, 990.00, 'JBL HDI-1600 High Gloss Black 2-Way Bookshelf Loudspeaker (Each)-57689.jpeg', 'JBL HDI-1600 High Gloss Black 2-Way Bookshelf Loudspeaker (Each)-23925.jpeg', 'JBL HDI-1600 High Gloss Black 2-Way Bookshelf Loudspeaker (Each)-22876.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 15:21:47', '2024-02-02 15:21:47'),
(2994, 'Professional Swimming Goggles Swimming Glasses with Earplugs Nose Clip', 'JZRKsnQ3F', 19, 'Brand Name: NoEnName_Null\r\n\r\nOrigin: CN(Origin)\r\n\r\nGender: MEN\r\n\r\nLens Height: 3cm\r\n\r\nLenses Color: Clear\r\n\r\nFrame Color: MULTI\r\n\r\nItem Type: Eyewear\r\n\r\nLens Width: 4.5cm\r\n\r\nSport Type: Swim\r\n\r\nLenses Material: Polycarbonate\r\n\r\nFrame Material: Silicone\r\n\r\nModel Number: 39-a\r\n\r\nItem type: Swim Glasses with swimming ear plugs, swimming glasses,swim glasses\r\n\r\ncolor: black blue gray sky blue\r\n\r\nIncidental: Nose clip swim eyewear ear plugs Products with ear plugs\r\n\r\npackage: plastic\r\n\r\nFeatures: Anti-UV Anti-fog Electroplating\r\n\r\nButton style: Rear buckle(adjustable)\r\n\r\nmaterial: Silica gel Polyurethane\r\n\r\nUnit Type: swimming goggles arena\r\n\r\nUse for: men, women,swim goggl with earplug\r\n\r\nPlace: beach,swimming pool,school swim\r\n\r\nUnit Type 2: swimming glasses uv protection\r\n\r\nUnit Type 3: earplugs swimming/Earplugs for swimming', 8.56, NULL, NULL, 15.00, 'Professional Swimming Goggles Swimming Glasses with Earplugs Nose Clip-69986.png', 'Professional Swimming Goggles Swimming Glasses with Earplugs Nose Clip-13885.png', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-02 15:25:46', '2024-02-02 15:25:46'),
(2995, 'Jarreau Sofa Chaise Sleeper', 'kPQcdWK5w', 14, 'Small space living is easier than ever with the Jarreau sofa chaise sleeper. The soft cushions and oversized pillow backs are sure to be a comfortable seating treat. Sporting sleek arms and friendly apartment sizing, this sleeper makes a fashionable first impression, and is quick to convert into a sleeper with the included pullout cushion. Great to accommodate guests for an overnight stay.\r\nLoose cushions\r\nHigh-resiliency foam cushions wrapped in thick poly fiber\r\nPolyester upholstery\r\nIncludes a pullout cushion that sits atop a supportive steel frame\r\nExposed feet with faux wood finish\r\nEstimated Assembly Time: 15 Minutes', 459.99, NULL, NULL, 499.99, 'Jarreau Sofa Chaise Sleeper-14756.jpeg', 'Jarreau Sofa Chaise Sleeper-77406.jpeg', 'Jarreau Sofa Chaise Sleeper-83997.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 15:27:27', '2024-02-02 15:27:27'),
(2996, 'MartinLogan Motion Foundation F1 Floor Standing Speaker', 'KKTKZwgbb', 13, 'The MartinLogan Foundation Story \r\nMartinLogan Foundation Series products redefine affordability by incorporating many of MartinLogan\'s renowned high-performance technologies at accessible prices. \r\nLeveraging 40 years of design and engineering prowess and offering MartinLogan’s renowned thin-film performance, Motion® Foundation is a gateway into the world of true hi-fi sound. With a choice of 5 different models in 3 different finishes, Motion® Foundation speakers are an ideal foundation for building a high performance Stereo or Surround sound system. Bringing high end performance to a wider audience, Motion® Foundation offers incredible immersion for all your favorite content.\r\nLegendary MartinLogan Sound \r\nMartinLogan speakers are known for their exceptional articulation, detail and realism, regardless of the listening environment. By using advanced thin-film technologies and Controlled Dispersion, MartinLogan delivers a unique and unparalleled listening experience that is not commonly found in other speakers.\r\nGen2 Obsidian Folded Motion Tweeter S \r\nThe Gen2 FMT S offers effortless performance, unmatched by conventional technologies. By folding thin film material, MartinLogan is able to pack more surface area into a small space. Large surface area, light weight and low excursion means an incredibly fast and responsive tweeter capable of reproducing the most nuanced content with stunning detail and clarity.\r\nFolded Motion® Waveguide \r\nEnhances the Controlled Dispersion of the tweeter, blanketing the listening area with incredible detail and precision. Avoids performance robbing room reflections and provides a more consistent sound across a wider seating area.\r\nAluminum Midrange & Bass Drivers \r\nUsing trickle down technology from MartinLogan’s own Motion XT and Motion Series, the F1 uses the exceptional properties of Aluminum to maximize clarity, detail, and output from the midrange and bass drivers.\r\nModern Design Featuring Timeless Finishes \r\nMotion® Foundation® models are available in 3 timeless finishes to compliment any decor: Walnut with Bronze trim, Black with Gunmetal trim, or Satin White with Silver trim.', 500.00, NULL, NULL, 749.00, 'MartinLogan Motion Foundation F1 Floor Standing Speaker-47078.jpeg', 'MartinLogan Motion Foundation F1 Floor Standing Speaker-34307.jpeg', 'MartinLogan Motion Foundation F1 Floor Standing Speaker-40028.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 15:28:28', '2024-02-02 15:28:28'),
(2997, 'Holden Dining Chair, Set of 2, Natural with Handwoven Rope Seat', 'rivh8qZMH', 14, 'The sleek silhouette of this Powell Holden dining chair, sold as a set of 2, embodies the grace and simplicity of mid-century modern design, while the rope seats handwoven in an intricate basketweave pattern introduces a more rustic element. This unique blend of styles is further accentuated by the backrest; curved for comfort and stained in warm brown tones for a smooth finish. The chairs stand on a set of solid wood legs and arrives in a set of two. A matching bench and table can be purchased to complete your mid-century dining ensemble.\r\nHolden Dining Chair, Set of 2, Natural with Handwoven Rope Seat\r\n\r\nSolid wood legs anchor sturdy design\r\nBeautiful curved backrest offers comfortable support\r\nBasketweave rope pattern provides comfortable seating and a rustic flair\r\nStained in natural tones for a beautiful glow\r\nPairs perfectly with matching table and bench\r\nGlides on feet to protect your floors\r\nSold as a set of two chairs\r\nSupports up to 275 lbs.\r\nAssembled Dimensions: 19.5\" W x 23.25\" D x 33.25\" H\r\nWeight Capacity: 275 lbs', 220.29, NULL, NULL, 236.29, 'Holden Dining Chair, Set of 2, Natural with Handwoven Rope Seat-59563.jpeg', 'Holden Dining Chair, Set of 2, Natural with Handwoven Rope Seat-77104.jpeg', 'Holden Dining Chair, Set of 2, Natural with Handwoven Rope Seat-73289.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 15:38:37', '2024-02-02 15:38:37'),
(2998, 'Bowers & Wilkins 700 Series 704 S3 Gloss Black 3-Way Floorstanding Speaker', 'E4QBokXFh', 15, 'Slim design, big sound \r\nThis elegant tower loudspeaker is slimmer and easier to accommodate than ever. Perfect for superlative sound in smaller spaces.\r\nA house for high frequencies \r\nCarbon Dome tweeters are purpose-built for the 700 Series. Delivering a dramatic improvement on the aluminum double dome tweeter, they raise the breakup threshold to 47kHz, for pinpoint imaging accuracy and detail.\r\nTruly amazing sound \r\nThanks to its composite construction, the Continuum™ cone avoids the abrupt transitions in behavior that can impair the performance of a conventional drive unit. The result is a more open, neutral performance that delivers voices and instruments with precision and transparency.\r\nClean and clear \r\nEvery three-way loudspeaker in the new 700 Series has a dedicated midrange cone using four key Bowers & Wilkins technologies: the Continuum cone, FST™, Biomimetic Suspension and midrange decoupling, the latter ensuring minimal interference from the operation of the loudspeaker’s bass drivers.\r\nA triumph of science \r\nDeveloped using advanced computer modelling techniques, the Aerofoil™ Profile bass cone has variable thickness, providing stiffness and rigidity where it’s needed most. The result: deep and dynamic bass.', 799.00, NULL, NULL, 1999.00, 'Bowers & Wilkins 700 Series 704 S3 Gloss Black 3-Way Floorstanding Speaker-81921.jpeg', 'Bowers & Wilkins 700 Series 704 S3 Gloss Black 3-Way Floorstanding Speaker-73003.jpeg', 'Bowers & Wilkins 700 Series 704 S3 Gloss Black 3-Way Floorstanding Speaker-59608.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-02 15:40:05', '2024-02-02 15:40:05'),
(2999, 'Inflatable Swimming Pool, Family Full-Sized Above Ground Swimming Pools with Air', 'tPPILfe4j', 19, 'Our swimming pool is made of 50% thicker than other\'s, thickness 0.32mm, ensuring a long service life.\r\n\r\nWith our family inflatable pool, this summer is definitely not ordinary.\r\n\r\nDon\'t hesitate to give it a try!', 100.00, NULL, NULL, 123.00, 'Inflatable Swimming Pool, Family Full-Sized Above Ground Swimming Pools with Air-84775.png', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 15:40:14', '2024-02-02 15:40:14'),
(3000, 'Women\'s Bag 2022 Trend Handbags Designer Luxury Brand Ladies Shoulder Bag', 'CFodIAtxF', 19, 'Types of bags: Shoulder Crossbody Bags\r\n\r\nStyle: Fashion\r\n\r\nShape: FLAP\r\n\r\nPlace Of Origin: GUANG DONG Province\r\n\r\nPlace Of Origin: GUANG DONG Province\r\n\r\nPattern Type: Thread\r\n\r\nOrigin: Mainland China\r\n\r\nOccasion: Versatile\r\n\r\nNumber of Handles/Straps: Single\r\n\r\nModel Number: BLL-846\r\n\r\nMain Material: PVC\r\n\r\nLining Material: Polyester\r\n\r\nInterior: Interior Zipper Pocket\r\n\r\nHardness: HARD\r\n\r\nHandbags Type: Shoulder Bags\r\n\r\nGender: WOMEN\r\n\r\nDecoration: Embroidery,Chains,Sequined,TASSEL\r\n\r\nDecoration: Quilted\r\n\r\nClosure Type: Hasp\r\n\r\nCN: Guangdong', 20.00, NULL, NULL, 28.82, 'Women\'s Bag 2022 Trend Handbags Designer Luxury Brand Ladies Shoulder Bag-92487.png', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-02 15:43:53', '2024-02-02 15:43:53'),
(3001, 'Genuine Leather Clamshell Handbags 2023 Summer New Simple', 'StdJd1wxs', 19, 'color: White\r\n\r\nMaterial: Leather\r\n\r\nCortex features: first layer cowhide\r\n\r\nPopular elements: tassels\r\n\r\nLining texture: polyester\r\n\r\npattern: plain\r\n\r\nPackage:\r\n\r\nHandbag X1', 81.00, NULL, NULL, 102.00, 'Genuine Leather Clamshell Handbags 2023 Summer New Simple-25602.png', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-02 15:48:22', '2024-02-02 15:48:22'),
(3002, 'Bowers & Wilkins 600 Series 603 S3 3-Way Floorstanding Speakers in White', '7OdwMQoAY', 1, 'Inspired by engineering excellence \r\n600 Series uses a wealth of state-of-the-art technologies derived from our award-winning 800 Series Diamond range to provide a best-in-class audio experience.\r\nFor the love of music \r\n600 Series is bought by music lovers, film fans, dedicated audiophiles, youthful vinyl devotees and even older buyers on a budget. In short, anyone and everyone who loves music.\r\nBuilt from heritage \r\nThe new 600 Series is the latest iteration of one of our longest-running, most highly regarded and most successful loudspeaker ranges.\r\nA speaker to solve every need \r\nAvailable in a compact bookshelf, powerful standmount, room-filling floorstander and a crystal-clear centre channel. The 600 Series has a model to cater to every customer need for both stereo and home theatre use.\r\nContinuum cone \r\nThanks to its composite construction, the Continuum™ cone avoids the abrupt transitions in behaviour that can impair the performance of a conventional drive unit. The result is a more open, neutral performance that delivers voices and instruments with precision and transparency.\r\nTitanium Dome tweeter \r\nThe new 603 S3 introduces our all-new Titanium Dome™ tweeter, which combines exceptional resolution and insight with smooth, refined highfrequency reproduction. The result? An accurate and immersive insight into your favourite music.\r\nNew tweeter grille mesh \r\nThe 600 Series introduces our new and even more acoustically transparent tweeter grille mesh, first developed for our revered Signature models. Alongside the new Titanium Dome™ tweeter, the result is exceptional resolution and realism.\r\nUpgraded speaker terminals \r\nDerived from those recently introduced in our 700 Series range, the speaker terminals on the new 600 Series feature an improved layout and a cleaner signal path between your amplifier and your loudspeakers.\r\n603 S3 \r\nThe 603 S3 is the largest loudspeaker in the 600 Series. and is ideal for larger rooms and home theatres. It combines our new Titanium tweeter with the accuracy and transparency of our acclaimed Continuum\'\" cone FSV midrange driver. Room-filling scale and authority come courtesy of two bass drivers, while improved terminals and enhanced drive unit positioning make 603 S3 the most sophisticated affordable floorstanding loudspeaker we\'ve ever made.\r\nAcoustic transparency \r\nAn even more acoustically transparent tweeter grille mesh, first developed for our Signature models.\r\nPurity and precision \r\nVoices and instruments are delivered with purity and precision, thanks to the accurate Continuum cone.\r\nExceptional resolution \r\nAn all-new Titanium Dome tweeter provides exceptional resolution with smooth, refined high-frequency reproduction.\r\nExquisite finishes\r\n600 Series comes with the choice of three exquisite finishes: Black, White and Oak.', 800.00, NULL, NULL, 1250.00, 'Bowers & Wilkins 600 Series 603 S3 3-Way Floorstanding Speakers in White-36055.jpeg', 'Bowers & Wilkins 600 Series 603 S3 3-Way Floorstanding Speakers in White-73109.jpeg', 'Bowers & Wilkins 600 Series 603 S3 3-Way Floorstanding Speakers in White-91612.jpeg', 'Beauty & personal care', 1.0, NULL, 1, '2024-02-02 15:50:28', '2024-02-02 15:50:28'),
(3003, 'Boomerang Dining Chairs 229XB from Gościńskie Furniture Factory, 1960s, Set of 4', 'vaQFElyD8', 14, 'Set of 4 Polish dining chairs model Boomerang 229XB from Gościcińskie Furniture Factory in the 1960s. The frame of the chairs is made of beech wood. Wooden elements cleaned from the old surface, painted with oak-colored stain and polished with a semi-gloss lacquer. Sponges has been changed. Upholstered quality cover grey fabric\r\nContinue Reading\r\nDetails\r\nDimensions\r\nHeight: 29.53 in (75 cm)\r\nWidth: 16.93 in (43 cm)\r\nDepth: 19.69 in (50 cm)\r\nSeat Height: 18.9 in (48 cm)\r\nSold As\r\nSet of 4\r\nStyle\r\nMid-Century Modern (In the Style Of)', 950.00, NULL, NULL, 1097.00, 'Boomerang Dining Chairs 229XB from Gościńskie Furniture Factory, 1960s, Set of 4-81004.jpeg', 'Boomerang Dining Chairs 229XB from Gościńskie Furniture Factory, 1960s, Set of 4-93575.jpeg', 'Boomerang Dining Chairs 229XB from Gościńskie Furniture Factory, 1960s, Set of 4-61305.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-02 15:51:17', '2024-02-02 15:51:17'),
(3004, 'ZOENOVA Winter Thick Velvet Women High Waist Skinny Jeans Simple Fleece Warm', '4FZDvnr93', 19, 'Wash: Light\r\n\r\nWaist Type: MID\r\n\r\nThickness: Thicken\r\n\r\nStyle: High Street\r\n\r\nRelease Date: Winter 2021\r\n\r\nOrigin: Mainland China\r\n\r\nModel Number: ZV0120062109969\r\n\r\nMaterial: Cotton\r\n\r\nLength: Full Length\r\n\r\nJeans Style: Pencil Pants\r\n\r\nItem Type: JEANS\r\n\r\nGender: WOMEN\r\n\r\nFit Type: Regular\r\n\r\nFabric Type: Cotton elastic denim\r\n\r\nElasticity: Medium Strecth\r\n\r\nDecoration: Belt,Button\r\n\r\nColor: Blue Gray/Black/Gray/Black\r\n\r\nClosure Type: Button Fly\r\n\r\nCN: Guangdong\r\n\r\nBrand Name: ZOENOVA\r\n\r\nAge: 18-24', 84.49, NULL, NULL, 115.99, 'ZOENOVA Winter Thick Velvet Women High Waist Skinny Jeans Simple Fleece Warm-86633.png', 'ZOENOVA Winter Thick Velvet Women High Waist Skinny Jeans Simple Fleece Warm-26324.png', NULL, 'Beauty & personal care', 3.0, NULL, 1, '2024-02-02 15:53:04', '2024-02-02 15:53:04'),
(3005, 'Clogs Non-slip Shoes Casual Flat Work Shoes Breathable Resistant Working Shoe', '3AqOzEKf7', 19, 'The M-Boya PU (polyurethane) clog is suitable for a variety of professional applications. With its raised heel section, this popular clog provides the feet with all-around protection and grip. The flexible PU material features a smooth surface and is not only oil- and grease resistant, but water- and dirt-resistant, too.', 60.99, NULL, NULL, 75.24, 'Clogs Non-slip Shoes Casual Flat Work Shoes Breathable Resistant Working Shoe-85058.png', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-02 15:56:40', '2024-02-02 16:00:03'),
(3006, 'Dyson Ball Animal 3 Extra Upright Vacuum Cleaner', 'KphrNFrqR', 15, 'The best cleaning performance of any upright de-tangling vacuum.*\r\nEngineered For Larger Homes with Pets\r\nRemoves dirt, allergens and pet hair around your home. Easily tackles big messes. With two additional specialized pet tools.\r\nDe-Tangling Technology\r\nAutomatically clears wrapped hair from the brush bar as you clean.\r\nSpecialized Pet Tool\r\nGroom tool for medium and long-haired pets.1 Tangle-free turbine tool removes pet hair from upholstery and cars.\r\nBall™ Technology\r\nNavigate around obstacles with a simple turn of the wrist. For easy, precise maneuvering around your home.\r\n3 Cleaning Modes\r\nSelect the right cleaning mode for the right task. Optimized for a variety of tasks, for complete control over your clean.\r\n5 Dyson-Engineered Accesories\r\nTangle-free turbine tool, groom tool, tool holder, stair tool, combination tool\r\nAdvanced, Whole-Machine Filtration\r\nWhole-machine filtration ensures that allergens are trapped inside the machine, not expelled back into the home.\r\nPioneering Radial Root Cyclone Technology\r\nIncreases suction and helps remove dirt and allergens from your home.', 377.00, NULL, NULL, 499.00, 'Dyson Ball Animal 3 Extra Upright Vacuum Cleaner-49406.jpeg', 'Dyson Ball Animal 3 Extra Upright Vacuum Cleaner-37321.jpeg', 'Dyson Ball Animal 3 Extra Upright Vacuum Cleaner-33613.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-02 16:01:39', '2024-02-02 16:01:39'),
(3007, 'New Sports Shoes White Shoes Casual Mesh Running Shoes', 'oMlFeIVZl', 19, 'Sole material: Polyurethane\r\n\r\nCortical features: Pigskin\r\n\r\nInside material: First layer cowhide\r\n\r\nUpper height: Middle\r\n\r\nSole craft: Viscose shoes\r\n\r\nWearing style: Back tie\r\n\r\nPopular elements: Cross straps, slope heel\r\n\r\nFunction: Increase\r\n\r\nPattern: Plain\r\n\r\nSizes: 34, 35, 36, 37, 38, 39', 104.00, NULL, NULL, 112.00, 'New Sports Shoes White Shoes Casual Mesh Running Shoes-60399.png', 'New Sports Shoes White Shoes Casual Mesh Running Shoes-39988.png', 'New Sports Shoes White Shoes Casual Mesh Running Shoes-58283.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 16:05:16', '2024-02-02 16:05:16'),
(3008, '14K Rose Gold 4mm Classic Wedding Band', '8cd39MfLt', 14, 'Nothing says love like our traditional 4MM 14K rose gold wedding ring. This universally flattering style has a high polished surface for a remarkable shine he or she will love. Pick from 3 fonts and have it engraved with a date, saying or just your name or initials. Available in sizes for both women and men, this unisex ring can be worn for many different occasions. It makes a great engravable 14K rose gold promise, commitment, or couple\'s band.\r\n\r\nDetails:\r\n• Classic 14K Rose Gold Wedding Band • 4MM\'s Wide • Add An Engraving', 445.20, NULL, NULL, 636.00, '14K Rose Gold 4mm Classic Wedding Band-86566.jpeg', '14K Rose Gold 4mm Classic Wedding Band-48355.jpeg', '14K Rose Gold 4mm Classic Wedding Band-58823.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-02 16:09:12', '2024-02-02 16:09:12'),
(3009, 'Jeta Contemporary Fabric Upholstered Geometric Print Cocktail Ottoman by Furniture of America', 'lWqWdhiaq', 14, 'Coordinate your living room seating area in chic, casual style with this gorgeous, contemporary ottoman from Furniture of America. Available in brown or grey, the neutral microfiber fabric offers a soft, luxe tone to the seating while allowing it to blend with a variety of color palettes. This ottoman\'s broad top and sturdy wooden frame let it serve as extra seating or an impromptu coffee table. The plush foam filling adds an exceptional level of comfort over the sturdy solid wood frame. With the upholstery boasting an eye-catching patterned print, this ottoman creates an inviting living room atmosphere that brims with comfortable luxury.\r\n\r\nFeatures:\r\nIncludes 1 ottoman\r\nColor options: Brown or Grey\r\nUpholstery material: Chenille\r\nUpholstery fill: Foam\r\nMaterial: Solid Wood Frame\r\nContemporary style\r\nSoft chenille fabric\r\nOversized design\r\nBlock bun feet\r\nSolid wood legs and framework offer a smooth appearance and durable support\r\nDoubles as a footstool or extra seat\r\nComes with assembly instructions\r\n\r\nMeasurements:\r\nOverall: 20 inches high x 41 inches wide x 41 inches deep\r\nWeight capacity: 150 pounds\r\nWeight: 54 pounds', 616.99, NULL, NULL, 816.99, 'Jeta Contemporary Fabric Upholstered Geometric Print Cocktail Ottoman by Furniture of America-85755.jpeg', 'Jeta Contemporary Fabric Upholstered Geometric Print Cocktail Ottoman by Furniture of America-43774.jpeg', 'Jeta Contemporary Fabric Upholstered Geometric Print Cocktail Ottoman by Furniture of America-47713.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 16:09:52', '2024-02-02 16:09:52'),
(3010, 'Women Casual Shoes Fashion Breathable Walking Mesh Flat Shoes', 'ctlujdRCU', 19, 'Upper Material: Mesh (Air mesh)\r\n\r\nShoes Type: Other\r\n\r\nSeason: Spring/Autumn\r\n\r\nPattern Type: Solid\r\n\r\nOrigin: Mainland China\r\n\r\nModel Number: A01041\r\n\r\nLining Material: Mesh\r\n\r\nInsole Material: PU\r\n\r\nHeel Height: Flat (?1cm)\r\n\r\nFit: Fits true to size, take your normal size\r\n\r\nFashion Element: Shallow\r\n\r\nDepartment Name: Adult\r\n\r\nClosure Type: Lace-up', 30.99, NULL, NULL, 50.00, 'Women Casual Shoes Fashion Breathable Walking Mesh Flat Shoes-62777.png', 'Women Casual Shoes Fashion Breathable Walking Mesh Flat Shoes-22498.png', 'Women Casual Shoes Fashion Breathable Walking Mesh Flat Shoes-72549.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-02 16:10:33', '2024-02-02 16:10:33'),
(3011, '14K Gold Princess Cut Engagement Ring with CZ Band', 'L812ucLAZ', 17, 'Give her the highest quality fake diamond engagement ring that she can\'t say no to with this gorgeous 14K gold princess diamond engagement ring with sparkling CZ band. A stunning 6mm princess cut cubic zirconia rings stone is the center of attention on this 14k gold ring. The solid 14K gold 2mm band is set with six 2mm cubic zirconia stones on either side of the center stone. This gold cz engagement ring will be perfectly accented by any style of gold wedding band you choose.\r\n\r\nDetails: • 14K Gold Band • 6mm Princess Cut Cubic Zirconia • 2mm Cubic Zirconia on Band • 1.6 Total Carats', 240.10, NULL, NULL, 343.00, '14K Gold Princess Cut Engagement Ring with CZ Band-51530.jpeg', '14K Gold Princess Cut Engagement Ring with CZ Band-72953.jpeg', '14K Gold Princess Cut Engagement Ring with CZ Band-79039.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-02 16:13:10', '2024-02-02 16:13:10'),
(3012, '14K Gold Princess Cut Channel Set CZ Engagement Ring', 'bzmFmuQrW', 13, 'The 14K gold channel set cubic zirconia engagement ring with white cubic zirconias is going to undoubtedly wow her. With its inlaid design and stunning 6MM square shaped center stone, she\'ll will just love it. The faceted 1.24 carat square cubic zirconia sits 1/4 inch higher in a 4 prong setting for an easily sophisticated style. On both sides are petite 2MM CZ diamonds along the front, giving the band a beautiful, detailed look. Sizes 5 to 9 available. Has a 3 carat total weight.\r\n\r\nDetails: •14K Gold Channel Set CZ Engagement Ring • Solid Yellow Gold • 2MM White Side Stones', 378.70, NULL, NULL, 541.00, '14K Gold Princess Cut Channel Set CZ Engagement Ring-89510.jpeg', '14K Gold Princess Cut Channel Set CZ Engagement Ring-37362.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-02 16:15:42', '2024-02-02 16:15:42'),
(3013, '14K Gold Fancy Script Monogram Ring', 'LDXSmClZY', 19, 'Accessorize your look with the elegant and classic styling of this 14K gold monogram ring. Your custom monogram ring is handcrafted from the finest 14K yellow gold with a sleek high polished finish. The 3/4 inch interlocking script monogram is a delicate representation of your three initials and sits centered on a 5mm wide flat band. When personalizing the ring online, type your initials in the order you would like to see them on your custom gold monogram ring. Each custom made solid gold monogram ring is handcrafted and ships in 3-5 business days. Personalized monogram gold rings are popular to every for every day style, but they also make excellent personalized jewelry gifts!\r\n\r\nDetails:\r\n• Solid 14k Gold Monogram Ring • 5mm Wide Flat Ring • Custom 3 Monogram Script Initials • High Polished Finish', 416.50, NULL, NULL, 595.00, '14K Gold Fancy Script Monogram Ring-17441.jpeg', '14K Gold Fancy Script Monogram Ring-73024.jpeg', '14K Gold Fancy Script Monogram Ring-64926.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-02 16:18:59', '2024-02-02 16:18:59'),
(3014, 'COBIZI 12\'x12\' Pop-up Gazebo Outdoor Camping Tent with 6 Sides Mosquito Netting, Waterproof, UV Resistant, Portable Screen House Room, Easy Set-up Party Tent with Carry bag, Ground Spike, Brown', 'yCGpF17fQ', 14, '【Portable & Pop-up Instant Design】Set up in 45 seconds. Ready to use right out of the box - No assembly required. This Screen House which can hold 8-10 person is only 20lbs, lighter than other similar products.Easy to transport with the carrying bag included. Light-weight, automatic pop-up, no assembly need, stable and durable, easy folding and portable. You can take it anywhere you go. COBIZI Screen Room frame is made of fiberglass, light-weight and long-last.\r\n\r\n【Huge Space & Ventilated】Room for up to 8-10 people - measures 90.6\" high and 140\" hub-to-hub. Huge interior space for patio furniture and BBQ grills inside. Provides ample space to meet and gather in the wild.Best Space in garden, backyard or during outdoor travels for party, afternoon tea time or picnic.\r\n\r\n【UV & Water-Resistant Roof】210 denier poly-oxford fabric w/600 denier in center section of roof. The roof panel of gazebos features a UV 50+ rating to help block harmful sun rays. NOT APPLICABLE WITH HEAVY RAIN. Please put it away in rainy days to extend the service life.\r\n\r\n【Tight-Weave Mesh Panels】Tight-weave mesh panels are designed to protect you from insects, which are nuisance when enjoying outdoor activities. Also keep air ventilate within the shelter.\r\n\r\n【Great Choice for Outdoor Life】Set up this screen house tent in the backyards, have a great time with your friends or families. Take it when you go camping, compact carry bag make it easy to put in the back of your car, easy set up when you need a rest, have a cup of coffee and enjoy the beautiful scene. NOTICE; please make sure you set up the tent completely, pull the guylines, use the stakes & sandbags etc. Please take down this screen tent in extreme bad weather.', 202.00, NULL, NULL, 252.00, 'COBIZI 12\'x12\' Pop-up Gazebo Outdoor Camping Tent with 6 Sides Mosquito Netting, Waterproof, UV Resistant, Portable Screen House Room, Easy Set-up Party Tent with Carry bag, Ground Spike, Brown-55111.jpeg', 'COBIZI 12\'x12\' Pop-up Gazebo Outdoor Camping Tent with 6 Sides Mosquito Netting, Waterproof, UV Resistant, Portable Screen House Room, Easy Set-up Party Tent with Carry bag, Ground Spike, Brown-52482.jpeg', 'COBIZI 12\'x12\' Pop-up Gazebo Outdoor Camping Tent with 6 Sides Mosquito Netting, Waterproof, UV Resistant, Portable Screen House Room, Easy Set-up Party Tent with Carry bag, Ground Spike, Brown-45677.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 16:19:01', '2024-02-02 16:19:01'),
(3015, '8 Stone Engraved Gold Plated Birthstone Family Tree Pendant', 'aHSPVcljR', 14, 'Give a 8 Birthstone necklace as a gift with the custom 8 Stone Engraved Gold Birthstone Family Tree Necklace. This family tree features 8 Swarovski crystal birthstones that can be customized by you and placed in the branches of the gold family tree charm. Surrounding the 8 stone gold family tree charm is a circle charm. This circle charm can be engraved with up to 8 names, creating the perfect personalized birthstone necklace for a mom or grandma with eight children. Display the 1.5 inch eight stone family tree charm on a 16, 18 or 20 inch gold rolo chain.\r\n\r\nDetails:\r\n• 8 Birthstone Gold Family Tree • 8 Engravable Names • Gold Rolo Chain', 76.30, NULL, NULL, 109.00, '8 Stone Engraved Gold Plated Birthstone Family Tree Pendant-36448.jpeg', '8 Stone Engraved Gold Plated Birthstone Family Tree Pendant-32058.jpeg', '8 Stone Engraved Gold Plated Birthstone Family Tree Pendant-84925.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-02 16:23:24', '2024-02-02 16:23:24'),
(3016, '1980s Directional Furniture Designer Swivel Chairs, Set of 2', 'FeZY1lFJX', 14, '1980s Postmodern designer swivel chairs, by Directional Furniture. The chairs have been reupholstered in Kirkby Design Noir fabric, to give them a cool and luxurious look. The fabric is a super soft chenille, which is punctuated by a cream colored textured boucle.\r\nContinue Reading\r\nDetails\r\nCreator\r\nDirectional (Manufacturer)\r\nSimilar to\r\nMilo Baughman (Designer)\r\nDimensions\r\nHeight: 32 in (81.28 cm)\r\nWidth: 32 in (81.28 cm)\r\nDepth: 34 in (86.36 cm)\r\nSeat Height: 19 in (48.26 cm)', 8995.00, NULL, NULL, 10995.00, '1980s Directional Furniture Designer Swivel Chairs, Set of 2-12276.jpeg', '1980s Directional Furniture Designer Swivel Chairs, Set of 2-93192.jpeg', '1980s Directional Furniture Designer Swivel Chairs, Set of 2-18031.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 16:27:59', '2024-02-02 16:27:59'),
(3017, 'Global Industrial„¢ Machinery Guard Round 24\"H x 36\"L', 'xdTjbybRp', 14, 'HIGH PROFILE INDOOR/OUTDOOR MACHINERY GUARDS ROUND STYLE GUARDS CONFIGURED IN 3 STYLES PROTECT WAREHOUSE, PARKING AND LOADING AREAS. THESE 24\"H HIGH PROFILE GUARDS PROVIDED HEAVY DUTY IMPACT PROTECTION FOR PALLET RACKS, MACHINERY AND PERSONNEL. ALL WELDED STEEL CONSTRUCTION MEASURES 4-1/2\" DIAMETER. BASE PLATES MEASURE 8\" X 8\" SQUARE. SAFETY YELLOW POWDER COAT FINISH WITH BLACK VISIBILITY STRIPES. HARDWARE IS NOT INCLUDED.', 300.99, NULL, NULL, 321.99, 'Global Industrial„¢ Machinery Guard Round 24\"H x 36\"L-87560.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-02 16:43:46', '2024-02-02 16:43:46'),
(3018, 'Industrial Sewing Embroidery Machine Parts Lot Singer Simanco  Union Special', 'rTdYvx4eP', 14, 'Industrial Sewing Embroidery Machine Parts Lot Singer Simanco  Union Special', 2.50, NULL, NULL, 3.50, 'Industrial Sewing Embroidery Machine Parts Lot Singer Simanco  Union Special-15311.jpeg', 'Industrial Sewing Embroidery Machine Parts Lot Singer Simanco  Union Special-69311.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-02 16:56:11', '2024-02-02 16:56:11'),
(3019, 'NEW KINK Doc Johnson Auto Vibrating Nipple Sucker Cups KG JD', 'uhov3kMJJ', 18, 'NEW KINK Doc Johnson Auto Vibrating Nipple Sucker Cups KG JD', 74.25, NULL, NULL, 75.00, 'NEW KINK Doc Johnson Auto Vibrating Nipple Sucker Cups KG JD-29575.png', 'NEW KINK Doc Johnson Auto Vibrating Nipple Sucker Cups KG JD-58805.png', 'NEW KINK Doc Johnson Auto Vibrating Nipple Sucker Cups KG JD-52536.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-02 23:02:31', '2024-02-02 23:02:31'),
(3020, 'Turquoize 2 Piece Couch Covers Cushion Couch Loveseat Furniture Protector  Ivory', 'f37tmYdm3', 14, 'Turquoize Stretch Sofa Slipcover 2 Pieces Sofa Cover Couch Cover for 2 Cushion Couch Washable Furniture Protector Covers with Elastic Bottom Feature Thick Jacquard Fabric (Loveseat, Ivory). What is an Open Box item?.', 22.99, NULL, NULL, 29.99, 'Turquoize 2 Piece Couch Covers Cushion Couch Loveseat Furniture Protector  Ivory-67500.jpeg', 'Turquoize 2 Piece Couch Covers Cushion Couch Loveseat Furniture Protector  Ivory-50918.jpeg', 'Turquoize 2 Piece Couch Covers Cushion Couch Loveseat Furniture Protector  Ivory-56348.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 23:33:13', '2024-02-02 23:33:13'),
(3021, '1/4 ct. tw. Diamond Heart Pendant in 10K Yellow Gold', 'ITq4VIE2b', 14, 'This elegant pendant features an open heart design sparkling with 1/4 carat total weight round diamonds set in 10 karat yellow gold. This pendant suspends from an 18 inch rope chain that secures with a spring ring clasp. Captivate her heart with this amazing pendant! Pendant measures 16mm long by 12mm wide. Store ID: 1762111', 319.00, NULL, NULL, 600.00, '1/4 ct. tw. Diamond Heart Pendant in 10K Yellow Gold-85793.jpeg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-02 23:37:48', '2024-02-02 23:37:48'),
(3022, 'Velvet Club Armchairs Covers Stretch Sofa Chair Slipcover Sofa Couch Cover', 'GVwBtCVEb', 14, 'Made of stretch thick velvet fabric, exquisite workmanship with dense and smooth short pile which is breathable, anti-wrinkle, no pilling or fading after washing, delicate texture for extra soft and sturdy touch that will not irritating to your skin. Using our universal tub sofa cover can make your single sofa a whole new look which also can create an elegant household elements for your home in an easy way, much better than reupholstering\r\n The bathtub sofa cover can be easily installed on the sofa, and it is also easy to remove from the single seat sofa.\r\n This Armchair slipcover can protect the sofa from daily use, daily wear, stains and scratches. It is a good choice for families with children or pets. You can refresh your old, damaged or ugly chairs to match your home or coffee bar theme.\r\n Easy to clean, machine washable, separately in cold water on the gentle cycle, do not use bleach.', 16.25, NULL, NULL, 20.25, 'Velvet Club Armchairs Covers Stretch Sofa Chair Slipcover Sofa Couch Cover-69140.jpeg', 'Velvet Club Armchairs Covers Stretch Sofa Chair Slipcover Sofa Couch Cover-41514.jpeg', 'Velvet Club Armchairs Covers Stretch Sofa Chair Slipcover Sofa Couch Cover-50369.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-02 23:38:40', '2024-02-02 23:38:40'),
(3023, 'Heart Locket in 10K Yellow Gold', '8bcUv22ly', 7, 'This lovely heart-shaped locket is fashioned from 10 karat yellow gold and features fancy embossed designs. This locket suspends from an 18 inch box chain that secures with a spring ring clasp. Keep a treasured photo close to your heart with this beautiful locket! Locket measures 22mm long and 15mm wide.\r\nFEATURES AND SPECIFICATIONS\r\nChain Type	Box\r\nClasp Type	Spring-ring\r\nMetal Type	Yellow-gold\r\nMetal Stamp	10k\r\nChain Length ( I N)	18\r\nPendant Length ( M M)	22\r\nPendant Width ( M M)	15', 229.00, NULL, NULL, 410.00, 'Heart Locket in 10K Yellow Gold-13089.jpeg', NULL, NULL, 'Jewelry', 2.5, NULL, 1, '2024-02-02 23:41:24', '2024-02-02 23:41:24'),
(3024, '42mm Men\'s Bulova Chronograph Watch with a Black Dial and Two-Tone Bracelet', 'hXhs47mgv', 10, 'This handsome men\'s Bulova watch features a 42mm stainless steel case with a black dial and yellow gold-tone hands. Other features include chronograph sub-dials, a mineral crystal protective window, quartz movement, date display between 4 and 5 o\'clock, tachymeter bezel, a two-tone stainless steel bracelet with a push-button deployment clasp and water resistance up to 30m/98ft. Model #98B398V. Store ID: 2531515\r\nFEATURES AND SPECIFICATIONS\r\nCalendar Type	Date\r\nLuminous Hands	No\r\nMovement Type	Quartz\r\nWater Resistant	Y\r\nWater Resistance Depth ( Meters)	30', 199.00, NULL, NULL, 425.00, '42mm Men\'s Bulova Chronograph Watch with a Black Dial and Two-Tone Bracelet-13891.jpeg', '42mm Men\'s Bulova Chronograph Watch with a Black Dial and Two-Tone Bracelet-39475.jpeg', NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-02 23:43:57', '2024-02-02 23:43:57'),
(3025, 'Leather Vintage Handmade Butterfly Chair Relax Arm Chair Replacement Cover', '5okzGdX5a', 14, 'Butterfly Chair  Cover Details \r\n\r\nThis Lounge arm chair in retro style \r\n\r\nThe cover is made of 100% leather.\r\n\r\nSuper comfortable and relaxing.\r\n\r\nHIGHLIGHTS:\r\n\r\n* Cover made of leather \r\n* In Retro Butterfly style\r\n* Main material: Leather\r\n\r\nDimensions:\r\n\r\nOverall\r\n\r\n39H x 33 W x 27 D (inches)\r\n\r\nSee The Picture For More Detail\r\n\r\nThere may be color variation due to difference in resolution of the photo and the actual color', 60.00, NULL, NULL, 70.00, 'Leather Vintage Handmade Butterfly Chair Relax Arm Chair Replacement Cover-92308.jpeg', 'Leather Vintage Handmade Butterfly Chair Relax Arm Chair Replacement Cover-74392.jpeg', 'Leather Vintage Handmade Butterfly Chair Relax Arm Chair Replacement Cover-89046.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 23:49:06', '2024-02-02 23:49:06'),
(3026, 'Nipplettes Powerful Vibrating Nipple Clamps Breast Vibe Vibrator Bondage Gear', 'xOUvyyRLq', 18, 'Nipplettes Powerful Vibrating Nipple Clamps Breast Vibe Vibrator Bondage Gear\r\nNew packaging see picture', 19.80, NULL, NULL, 20.00, 'Nipplettes Powerful Vibrating Nipple Clamps Breast Vibe Vibrator Bondage Gear-48040.png', 'Nipplettes Powerful Vibrating Nipple Clamps Breast Vibe Vibrator Bondage Gear-66881.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-02 23:54:58', '2024-02-02 23:54:58'),
(3027, '1960s Pair of Knoll Vincent Cafiero Yellow Fabric Armchairs 320 Park Ave Labels', 'Jri95HV1L', 14, 'Listed for sale is a very rare pair of original armchairs designed by Vincent Cafiero and produced by Knoll International circa mid 1960s. These are gorgeous examples in what appears to be their original yellow fabric upholstery. The armchairs retain original labels noting 320 Park Avenue, which was the location of Knoll\'s showroom during the 1960s. The chairs are in phenomenal condition given their age and originality. They do show some light wear from use. \r\n\r\nThe armchairs measure approximately 34 inches tall by 26 inches wide and 24 inches deep. The price listed includes both chairs', 3200.00, NULL, NULL, 3950.00, '1960s Pair of Knoll Vincent Cafiero Yellow Fabric Armchairs 320 Park Ave Labels-71873.jpeg', '1960s Pair of Knoll Vincent Cafiero Yellow Fabric Armchairs 320 Park Ave Labels-11445.jpeg', '1960s Pair of Knoll Vincent Cafiero Yellow Fabric Armchairs 320 Park Ave Labels-18616.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-02 23:57:17', '2024-02-02 23:57:17'),
(3028, 'ToyJoy Diamond Red Superbe Mini Vibrator', 'g7D23kMsj', 18, 'The Diamond Superbe Vibe is a classic vibrator with powerful sensations.\r\n\r\nThe sleek design is easy to operate thanks to a twist-cap system and has a sleek touch and feel. It is embellished with rhinestone detailing to give pleasure an extra luxurious dimension.\r\n\r\nProduct Information\r\n\r\nLength: 6 Inches\r\n\r\nWashing: Hot soapy water and toy cleaner\r\n\r\nInsertable: 1 to 5 inches\r\n\r\nDiameter: 1 Inch\r\n\r\nCircumference: 3.5 Inches\r\n\r\nColour: Red\r\n\r\nFlexibility: Firm\r\n\r\nMaterial: Plastic\r\n\r\nController: Built In\r\n\r\nWaterproof: Yes\r\n\r\nBrand: Toy Joy Sex Toys\r\n\r\nHim or Her: Female\r\n\r\nMain Features: Diamond Studded', 72.00, NULL, NULL, 77.00, 'ToyJoy Diamond Red Superbe Mini Vibrator-52140.png', 'ToyJoy Diamond Red Superbe Mini Vibrator-12763.png', 'ToyJoy Diamond Red Superbe Mini Vibrator-37984.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 00:01:18', '2024-02-03 00:01:18'),
(3029, 'Amethyst and Created White Sapphire Heart Pendant in 10K Yellow Gold', 'fkSPJGDmW', 14, 'This delightful heart pendant is fashioned from 10 karat yellow gold and features a 6mm heart shaped amethyst gemstone with 1.1-1.7mm round created white sapphire gemstones. This pendant suspends from an 18 inch rope chain that secures with a spring ring clasp. Pendant measures 18.6mm long and 15.4mm wide.\r\nFEATURES AND SPECIFICATIONS\r\nChain Type	Rope\r\nClasp Type	Spring-ring\r\nMetal Type	Yellow-gold\r\nMetal Stamp	10k\r\nChain Length ( I N)	18\r\nPendant Length ( M M)	18.6\r\nPendant Width ( M M)	15.4', 239.00, NULL, NULL, 400.00, 'Amethyst and Created White Sapphire Heart Pendant in 10K Yellow Gold-24071.jpeg', 'Amethyst and Created White Sapphire Heart Pendant in 10K Yellow Gold-37168.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-03 00:04:28', '2024-02-03 00:04:28'),
(3030, 'MeMoreCool Kids Couch, Fold Out Flip Sofa Chair with Glowing Dinosaur', 'OQJV6pokU', 14, 'brand:%20MeMoreCool%0AAssembly%20Required%3A%20Yes%0ASeat%20Depth%3A%2016.5%20inches%0ASeat%20Height%3A%2011.5%20Inches%0AWeight%20Limit%3A%2018%20Kilograms%0AProduct%20Dimensions%3A%2016.5%22D%20x%2025.6%22W%20x%2015.7%22H%0AType%3A%20Convertible%0AColor%3A%20Glowing%20Dinosaur%0ASpecial%20Feature%3A%20Folding%0AUpholstery%20Fabric%20Type%3A%20Polyester%0ASeating%20CapacityStyle%3A%201Modern%0AShapeMaterial%3A%20RectangularPolyester%20&%20Polyester%20Blend%0A%5BLet%20Kids%20Foam%20Couch%20Inflate%203-5%20Days%5D%20The%20toddler%20folds%20out%20couch%20will%20arrive%20in%20rolled%20up%20and%20vacuum-sealed%20package.%20Unroll%20and%20lay%20completely%20flat.%20Please%20allow%204-5%20days%20for%20the%20kid%E2%80%99s%20sofa%20couch%20to%20take%20on%20its%20original%20shape.%20Use%20your%20clothes%20steamer%20to%20restore%20the%20foam%20to%20its%20original%20size%20and%20remove%20wrinkles%20if%20you%20want%20to%20restore%20the%20thickness%20quickly.%0A%5BKids%20Fold%20Out%20Couch%20with%20Blanket%5D%20A%20children\'s%20couch%20and%20a%20blanket%20are%20included%20in%20the%20package.%20The%20tiny%20blanket%20that%20comes%20with%20this%20foldable%20toddler%20couch%20allows%20the%20child%20to%20stay%20warm%20while%20sitting%20or%20lying%20on%20the%20lounger%20sofa.%20The%20foam%20kids%20couch%20will%20be%20a%20fun%20place%20for%20kids%20to%20read,%20watch%20TV,%20play%20games,%20relax,%20or%20sleep.%20While%20being%20a%20beautiful%20plush%20sofa%20for%20children,%20this%20flip-out%20sofa%20s%20a%20decorative%20plush%20sofa%20for%20playroom,%20kids%E2%80%99%20rooms,%20nursery,%20etc.%0A%5BToddler%20Sofa%20Glow%20in%20The%20Dark%5D%20Beautiful%20dinosaur%20pattern,%20unique%20luminous%20design.%20To%20witness%20the%20magic%20shine,%20simply%20set%20the%20toddler%20sofa%20in%20bright%20light%20or%20sunlight%20for%2010%20to%2015%20minutes.%20The%20strength%20of%20a%20light\'s%20glow%20in%20the%20dark%20increases%20with%20its%20brightness.%20This%20fold-out%20children\'s%20couch%20is%20the%20ideal%20present%20for%20a%20birthday,%20Christmas,%20or%20baby%20shower.%20Kids%20couch%20for%20playroom%20or%20kids%20fold%20out%20chair%20for%20nursery.%0A%5BFlip%20Open%20Sofa%20to%20Lounger%20Chair%5D%20Multifunctional%202-in-1%20design,%20pull%20out%20this%20fold-out%20chair,%20and%20it%20can%20be%20transformed%20into%20a%20toddler%20lounger%20sofa%20in%20a%20split%20second.%20Sit%20or%20lie%20down%20in%20comfort%20because%20to%20the%20thick%20plush%20fabric%20and%20comfortable%20foam.%0A%5BCare%20Instruction%5D%20The%20plush%20fold-out%20chair%20is%20detachable%20and%20washable%20in%20the%20machine.%20The%20fabric%20is%20soft%20and%20suitable%20for%20daily%20wear.%20It%20is%20also%20resistant%20to%20fading,%20shrinking,%20and%20shedding.%20Cover%20is%20machine%20washed%20in%20cold%20water%20and%20dried%20on%20low.%20After%20being%20washed,%20the%20kid\'s%20couch%20sofa%20retains%20its%20original%20appearance.%20To%20ensure%20that%20toddler%20couch%20chairs%20are%20always%20in%20excellent%20shape.', 80.00, NULL, NULL, 105.23, 'MeMoreCool Kids Couch, Fold Out Flip Sofa Chair with Glowing Dinosaur-74419.jpeg', 'MeMoreCool Kids Couch, Fold Out Flip Sofa Chair with Glowing Dinosaur-12626.jpeg', 'MeMoreCool Kids Couch, Fold Out Flip Sofa Chair with Glowing Dinosaur-69839.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-03 00:06:07', '2024-02-03 00:06:07'),
(3031, 'ToyJoy Love Rabbit Triple Pleasure Vibrator', 'bsR0s8WIa', 18, 'ToyJoy Love Rabbit Triple Pleasure Vibrator\r\n\r\nThe Triple Pleasure Vibrator from Love Rabbit by ToyJoy collection is sexy, naughty, and intensely powerful.\r\nThis 3-in-1 rabbit-style vibrator features a vibrating shaft, clitoral stimulator, and pleasurable anal beads. That means three times the intimate satisfaction and erotic play opportunities in threefold.\r\n\r\nThe trendy vibrator is made of high-quality silicone, which is hypoallergenic and 100% body-safe. The chic design also offers 7 pulsation modes and 5 vibration speeds, plus is USB-rechargeable.\r\n\r\nProduct Information\r\n\r\nLength: 8.5 Inches\r\n\r\nWashing: Hot soapy water and toy cleaner\r\n\r\nInsertable: 1 to 5 inches\r\n\r\nDiameter: 1.5 Inches\r\n\r\nCircumference: 4.7 Inches\r\n\r\nColour: Purple\r\n\r\nFlexibility: Very\r\n\r\nMaterial: Silicone\r\n\r\nController: Built In\r\n\r\nBrand: Toy Joy Sex Toys\r\n\r\nHim or Her: Female\r\n\r\nMain Features: Awesome Anal Tickler', 130.80, NULL, NULL, 141.00, 'ToyJoy Love Rabbit Triple Pleasure Vibrator-42924.png', 'ToyJoy Love Rabbit Triple Pleasure Vibrator-89255.png', 'ToyJoy Love Rabbit Triple Pleasure Vibrator-11067.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 00:06:15', '2024-02-03 00:06:15'),
(3032, '1/2 ct. tw. Diamond Three-Stone Engagement Ring in 10K Yellow Gold', 'nU1ZBA6Sg', 19, 'This breathtaking engagement ring features I2 round brilliant diamonds beautifully set to form three-stone flower petal designs with diamond accents sparkling along the shank for a timeless style she will adore. Total carat weight is 1/2. Band width is 2mm. From our Destiny Diamond Journey collection.\r\nFEATURES AND SPECIFICATIONS\r\nMetal Type	Yellow-gold\r\nMetal Stamp	10k\r\nBand Width ( M M)	2\r\nBand Resizable	True\r\nDiamond Total Weight	0.484 Click For Allowable Ranges\r\nTreatments & Care	Treatment Guide\r\nDiamond\r\nClarity	I1-I2\r\nColor	IJ\r\nShape	Round-brilliant-shape\r\nSetting Type	Prongs\r\nCreation Method	natural\r\nTreatment Type	Not-treated\r\nStone Weight (ct.)	0.484', 699.00, NULL, NULL, 1200.99, '1/2 ct. tw. Diamond Three-Stone Engagement Ring in 10K Yellow Gold-31199.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-03 00:07:10', '2024-02-03 00:07:10');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3033, 'ToyJoy Love Rabbit Fabulous Butterfly Vibrator', 'EOjSeRYs5', 18, 'ToyJoy Love Rabbit Fabulous Butterfly Vibrator\r\n\r\nThe Fabulous Butterfly Vibrator from Love Rabbit by ToyJoy is a sexy, naughty, and intensely powerful bunny. This rabbit-style vibrator features a vibrating shaft and tickling clitoral stimulator. That means double the intimate satisfaction and twice the erotic play opportunities.\r\n\r\nThe trendy vibrator is made of high-quality silicone, which is hypoallergenic and 100% body-safe. The chic design also offers 7 pulsation modes and 5 vibration speeds, plus is USB-rechargeable.\r\n\r\nProduct Information\r\n\r\nLength: 8.5 Inches\r\n\r\nWashing: Hot soapy water and toy cleaner\r\n\r\nInsertable: 1 to 5 inches\r\n\r\nDiameter: 1.5 Inches\r\n\r\nCircumference: 4.7 Inches\r\n\r\nColour: Purple\r\n\r\nFlexibility: Slight\r\n\r\nMaterial: Silicone\r\n\r\nController: Built In\r\n\r\nBrand: Toy Joy Sex Toys\r\n\r\nHim or Her: Female\r\n\r\nMain Features: G-Spot Pleasure Point', 122.50, NULL, NULL, 132.00, 'ToyJoy Love Rabbit Fabulous Butterfly Vibrator-60769.png', 'ToyJoy Love Rabbit Fabulous Butterfly Vibrator-58883.png', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-03 00:10:19', '2024-02-03 00:10:19'),
(3034, 'Black  Velvet Square Ottoman Slipcover Footrest Cover Stretch Medium NEW!', 'IKl2SewYs', 14, 'Black Velvet Square Ottoman Slipcover Footrest Cover Stretch Medium', 20.95, NULL, NULL, 25.95, 'Black  Velvet Square Ottoman Slipcover Footrest Cover Stretch Medium NEW!-76607.jpeg', 'Black  Velvet Square Ottoman Slipcover Footrest Cover Stretch Medium NEW!-97651.jpeg', 'Black  Velvet Square Ottoman Slipcover Footrest Cover Stretch Medium NEW!-90278.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-03 00:10:38', '2024-02-03 00:10:38'),
(3035, 'Dorcel Too Much G-Spot Vibrator', 'gNUojkCPt', 18, 'Dorcel Too Much G-Spot Vibrator\r\n\r\nExperience the joys of double effect penetration with Too Much vibrator!\r\n\r\nTry something new with this semi-realistic vibrator that has two motors, one at the top and one at the bottom, to send shockwaves through your entire body.\r\n\r\nReliefs in the length will intensify the sensation during up and down.\r\n\r\nHis rounded tip is perfect to stimulate your G-spot.\r\n\r\nIt will become essential! It?s Too Hot!\r\n\r\n100% silicone 0% Phthalate\r\n\r\n2 motors, 10 vibrations setting\r\n\r\nProduct Information\r\n\r\nLength: 8 Inches\r\n\r\nWashing: Hot soapy water and toy cleaner\r\n\r\nInsertable: 1 to 5 inches\r\n\r\nDiameter: 1.5 Inches\r\n\r\nColour: Pink\r\n\r\nFlexibility: Firm\r\n\r\nMaterial: Silicone\r\n\r\nController: Built In\r\n\r\nWaterproof: Yes', 161.76, NULL, NULL, 173.00, 'Dorcel Too Much G-Spot Vibrator-10720.png', 'Dorcel Too Much G-Spot Vibrator-31191.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 00:15:10', '2024-02-03 00:15:10'),
(3036, '1/2 ct. Diamond Solitaire Pendant in 14K White Gold', 'fiXrBZCIx', 10, 'She will be delighted by the gift of this exquisite solitaire pendant featuring a 1/2 carat round brilliant diamond in a 14 karat white gold basket setting. This pendant gracefully suspends from an 18 inch cable chain that secures with a lobster-claw clasp. Pendant measures 10mm long by 5mm wide. From our Classic Solitaire Diamond collection.\r\nFEATURES AND SPECIFICATIONS\r\nChain Type	Cable\r\nClasp Type	Lobster-claw\r\nMetal Type	White-gold\r\nMetal Stamp	14k\r\nChain Length ( I N)	18\r\nPendant Length ( M M)	10\r\nPendant Width ( M M)	5\r\nDiamond Total Weight', 999.00, NULL, NULL, 1750.00, '1/2 ct. Diamond Solitaire Pendant in 14K White Gold-92385.jpeg', '1/2 ct. Diamond Solitaire Pendant in 14K White Gold-66216.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-03 00:18:49', '2024-02-03 00:18:49'),
(3037, 'Lelo Gigi 2 Turquoise Blue G Spot Vibrator', 'tkdoxmq0U', 18, 'Perfectly Formed for G-spot Massage\r\n\r\n8 Vibration Patterns with Adjustable Speeds\r\n\r\n100% Waterproof and Rechargeable, 2 Hours Use\r\n\r\nUltra-smooth, Body-safe Silicone Design\r\n\r\n1-Year Warranty, 10-Year Quality Guarantee\r\n\r\nProduct Information\r\n\r\nLength: 6 Inches\r\n\r\nWashing: Hot soapy water and toy cleaner\r\n\r\nInsertable: 1 to 5 inches\r\n\r\nDiameter: 1.25 Inches\r\n\r\nCircumference: 4 Inches\r\n\r\nColour: Blue\r\n\r\nFlexibility: Firm\r\n\r\nMaterial: Silicone\r\n\r\nController: Built In\r\n\r\nWaterproof: Yes\r\n\r\nBrand: Lelo\r\n\r\nHim or Her: Female\r\n\r\nMain Features: Double tip for twice the pleasure', 244.09, NULL, NULL, 260.00, 'Free Shipping   49 recent views Lelo Gigi 2 Turquoise Blue G Spot Vibrator-21527.png', 'Free Shipping   49 recent views Lelo Gigi 2 Turquoise Blue G Spot Vibrator-15475.png', 'Free Shipping   49 recent views Lelo Gigi 2 Turquoise Blue G Spot Vibrator-36919.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 00:19:39', '2024-02-03 00:21:29'),
(3038, '7/8 ct. tw. Say I Do Diamond Engagement Ring in 14K White Gold', 'C31FpPbb1', 19, 'Exquisite in every way, this Say I Do diamond engagement ring features a 1/2 carat pear cut diamond center stone set in 14 karat white gold. Round brilliant diamonds surround the center stone and adorn the shank for a gorgeous style she will adore. On the day you ask for her hand in marriage, honor her with this spectacular engagement ring! Total carat weight is 7/8. Band width is 1.5mm. From our Say I Do Diamond Bridal collection.\r\nFEATURES AND SPECIFICATIONS\r\nMetal Type	White-gold\r\nMetal Stamp	14k\r\nBand Width ( M M)	1.5\r\nBand Resizable	True\r\nDiamond Total Weight	0.91', 2499.00, NULL, NULL, 4400.00, '7/8 ct. tw. Say I Do Diamond Engagement Ring in 14K White Gold-61783.jpeg', NULL, NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-03 00:22:01', '2024-02-03 00:22:01'),
(3039, 'Diclac Max 5% gel for pain, swelling inflammation muscles, joints 50 g Sandoz', 'Iq24zUuHM', 18, 'Diclac Max 5% gel for the treatment of pain, swelling and inflammation in muscles and joints 50 g Sandoz\r\n\r\nMedicinal product with analgesic and anti-inflammatory effect\r\n\r\nFor local use in pain, inflammation and swelling\r\n\r\nIn rheumatic diseases of the soft tissues and degenerative joint diseases', 24.99, NULL, NULL, 29.00, 'Diclac Max 5% gel for pain, swelling inflammation muscles, joints 50 g Sandoz-12437.png', 'Diclac Max 5% gel for pain, swelling inflammation muscles, joints 50 g Sandoz-19786.png', 'Diclac Max 5% gel for pain, swelling inflammation muscles, joints 50 g Sandoz-29628.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 00:26:01', '2024-02-03 00:26:01'),
(3040, 'EFFY Amethyst and 1/5 ct. tw. Diamond Ring in 14K Rose Gold', '8gkuDrTmF', 17, 'This breathtaking EFFY ring features a 12mm heart shaped amethyst gemstone set in 14 karat rose gold with 1/5 carat total weight round diamonds. Surprise your sweetheart with the gift of this ring!\r\nFEATURES AND SPECIFICATIONS\r\nMetal Type	Rose-gold\r\nMetal Stamp	14k\r\nBand Width ( M M)	2\r\nBand Resizable	True\r\nDiamond Total Weight	0.22', 1199.00, NULL, NULL, 1880.00, 'EFFY Amethyst and 1/5 ct. tw. Diamond Ring in 14K Rose Gold-60996.jpeg', 'EFFY Amethyst and 1/5 ct. tw. Diamond Ring in 14K Rose Gold-40394.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-03 00:27:33', '2024-02-03 00:27:33'),
(3041, '2 Pcs Armrest Slipcover Pads Gray Desk Chairs Polyester Office', 'EHcPyVamO', 14, 'Fit to your elbow and arm to relieve pressure points. Addition to chair armrest pads, it can also be used as a wrist support when you are typing or using mouse. Suitable for office task chair, gaming chair, airplane chair, dinning chair, wheel chair, which a great gift for yourself or family.\r\n \r\nFeatures\r\n \r\n- Material: Polyether polyurethane, polyester.\r\n- Size: 25.00X7.50X6.00cm/9.82X2.95X2.36inch.\r\n- Our Armchair Pads are ergonomically designed to fit your arm.\r\n- Covered with super soft, premium quality polyester fabric, giving Immediate pain relief and comfort while improving your posture.\r\n- Relieves elbow pain, back pain and fatigue.\r\n- Fit to your elbow and arm to relieve pressure points.\r\n- Extremely comfortable armrests, which with an invisible zipper. You can easily unzip the cover and throw it into your washing machine for easy cleaning.\r\nArm Support Chair Pads,Chair Rest,Chair Elbow Cushion,Armrest Cushion,Office Chair Arm Pads,Replacement Chair Arm Cushion,Wheelchair Arm Pads,Wheelchair Elbow Rest,Chair Rest,Office Chair Arm Pads', 15.82, NULL, NULL, 17.82, '2 Pcs Armrest Slipcover Pads Gray Desk Chairs Polyester Office-88468.jpeg', '2 Pcs Armrest Slipcover Pads Gray Desk Chairs Polyester Office-39905.jpeg', '2 Pcs Armrest Slipcover Pads Gray Desk Chairs Polyester Office-16775.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-03 00:28:16', '2024-02-03 00:28:16'),
(3042, 'Coquette The Royal Embrace Vibrator & Licking Stimulator', '5OFC52axx', 18, '10 Vibration Patterns.\r\nWhisper Quiet.\r\nUSB Rechargeable.\r\nBody-Safe Silicone.\r\nSplashproof Design (IPX 7).\r\nMaterial: Silicone ABS.\r\nWeight: 170 g.\r\nBattery: 600 mAh.\r\nCharging: up to 150 min.\r\nUse Time: up to 60 min.\r\nUSB Type: Pin charge.', 98.18, NULL, NULL, 105.00, 'Coquette The Royal Embrace Vibrator & Licking Stimulator-81477.png', 'Coquette The Royal Embrace Vibrator & Licking Stimulator-83806.png', 'Coquette The Royal Embrace Vibrator & Licking Stimulator-55103.png', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-03 00:31:15', '2024-02-03 00:31:15'),
(3043, '2 ct. tw. Lab Grown Diamond Engagement Ring in 14K White Gold', 'jH92jCEiH', 2, 'Let your love grow with this dazzling engagement ring featuring a 1.5 carat emerald cut lab grown diamond set in polished 14 karat white gold with round lab grown diamonds adorning the halo and shank. Lab grown diamonds deliver exquisite sparkle and shine and are the perfect choice for timeless symbols of love. Band width is 1.8mm. From the Let Love Grow Powered by ALTR collection. All Let Love Grow Diamonds are GSI certified. Store ID: 2515963\r\nFEATURES AND SPECIFICATIONS\r\nMetal Type	White-gold\r\nMetal Stamp	14k\r\nBand Width ( M M)	1.8\r\nBand Resizable	True\r\nDiamond Total Weight	1.95', 3499.00, NULL, NULL, 4670.00, '2 ct. tw. Lab Grown Diamond Engagement Ring in 14K White Gold-71041.jpeg', '2 ct. tw. Lab Grown Diamond Engagement Ring in 14K White Gold-58747.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-03 00:33:23', '2024-02-03 00:33:23'),
(3044, 'NAVEE Electric Scooter V25 Pro', 'xSF9QbWaL', 14, 'Breaking Boundaries, Technology Redifines Mileage\r\nWith the introduction of an automotive-grade energy recovery system and innovative low rolling resistance tires, V25 Pro takes its range to new heights. Experience the freedom of extended range and effortlessly conquer your daily adventures with V25 Pro.\r\nPower, Speed, and Precision\r\nEquipped with a peak power up to 600 W motor, and more scientific algorithm control, V25 Pro provides strong force to speed up, ride freely and climb slopes up to 15%.\r\n600W Max. Power\r\n15% Max. Incline\r\n25km/h Max. Speed\r\nCompact, Convenient, and Ready To Go!\r\nNAVEE’s symbolized folding design is adopted for your compact storage needs. No longer worry about crowded aisles or limited spaces during commuting. Take your V25 Pro wherever your adventures lead you.\r\nEnlarged Ergonomic Size Was Designed For Your Comfort\r\nWith the enlarged body dimensions, riding becomes a luxurious experience. Feel the freedom as the spacious design allows for a more stretched and unrestrained riding posture, whether you’re cruising in a straight line or maneuvering through turns.\r\nBigger Tires, Easily Tackle Different Road\r\nEquipped with front and rear 10\" pneumatic tires, V25 Pro effortlessly conquers obstacles while delivering an incredibly comfortable ride.\r\nOur Dual Braking System Keeps You More Stable and Safer\r\nThe front E-ABS with the rear drum brake, elevating your riding experience with enhanced braking performance that redefines safety and peace of mind!\r\nA Four inch (4\") Suspended Display Provides a No-Strain Clear View\r\nEasily monitor your speed, battery level, and more, all conveniently displayed for immediate reference. The 14° screen tilt angle is carefully designed for a clear view even during outdoor rides.\r\nAutomotive Grade Steel Frame, Redefining Durabilty\r\nThe core framework is built with automotive grade low-alloy, high-strength structural steel, delivering exceptional mechanical performance, corrosion resistance, and remarkable durability.\r\nIPX5 Waterproof Riding In All Weather\r\nTaking advantage of the IPX5 waterproof design, you can easily handle your riding in various weather conditions.\r\nAuto-Sensing Headlight, Your Ultimate Companion For Nighttime Rides\r\nNo need to press any buttons. The auto-sensing headlight will light up your way as soon as the surroundings get dark. The photosensitive sensor trigger the headlight instantly, ensuring your safety.\r\nSmart BMS Safeguards Your Every Ride\r\nThe Battery Management System (BMS) offers a comprehensive 6-protection mechanism. Your battery is safeguarded against potential risks, ensuring its longevity and reliability.\r\nShort Circuit Protection\r\nOvercurrent Protection\r\nTwo-Way Overcharge Protection\r\nTemperature Protection\r\nAutomatic Under-Voltage Sleep', 379.00, NULL, NULL, 399.00, 'NAVEE Electric Scooter V25 Pro-84021.jpeg', 'NAVEE Electric Scooter V25 Pro-43948.jpeg', 'NAVEE Electric Scooter V25 Pro-28764.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-03 00:38:11', '2024-02-03 00:38:11'),
(3045, '3/8 ct. tw. Diamond Engagement Ring in 10K Yellow Gold', 'VDf7rTQwv', 10, 'This breathtaking engagement ring features a 1/6 carat round brilliant diamond set in 10 karat yellow gold. A halo of round diamonds surrounds the center stone with additional diamonds sparkling on the shank. She will treasure this ring for a lifetime! Total carat weight is 3/8. Band width is 1.6mm. Matching wedding band available. Item - 2505121. From our Destiny Diamond Strength Collection.\r\nFEATURES AND SPECIFICATIONS\r\nMetal Type	Yellow-gold\r\nMetal Stamp	10k\r\nBand Width ( M M)	1.6\r\nBand Resizable	True\r\nDiamond Total Weight	0.415', 629.00, NULL, NULL, 1080.00, '3/8 ct. tw. Diamond Engagement Ring in 10K Yellow Gold-16171.jpeg', '3/8 ct. tw. Diamond Engagement Ring in 10K Yellow Gold-62437.jpeg', NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-03 00:40:06', '2024-02-03 00:40:06'),
(3047, 'Toddler Musical Instruments Set Wooden Percussion Instruments Toy for Kids Baby', 'NHnrxkbyR', 14, 'Toddler Musical Instruments Set Wooden Percussion Instruments Toy for Kids Baby Preschool Educational Musical Toys for Boys and Girls with Storage Bag\r\nDescription\r\nItem Weight	2.38 pounds\r\nManufacturer recommended age	3 years and up\r\nPackage Dimensions	9.84 x 8.27 x 3.7 inches\r\nSize	17PCS', 40.99, NULL, NULL, 45.99, 'Toddler Musical Instruments Set Wooden Percussion Instruments Toy for Kids Baby-65646.jpeg', 'Toddler Musical Instruments Set Wooden Percussion Instruments Toy for Kids Baby-68514.jpeg', 'Toddler Musical Instruments Set Wooden Percussion Instruments Toy for Kids Baby-77259.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-03 00:41:34', '2024-02-03 00:41:34'),
(3048, 'eKickScooter', 'H1sdWSS1z', 13, 'Electrify Your Adventure\r\nThis high-technology kids electric scooter will safely and easily teach children better balance and coordination, while giving them endless hours of entertainment.\r\nThree Speeds For Every Child\'s Pace\r\nHelp children gradually and safely learn balance and coordination.\r\nSafe Mode\r\nSuitable for beginners, with a lowered speed limit of 6.2mph for safe learning.\r\nTurbo Mode\r\nSuitable for riders with basic skills, with a maximum speed of 10mph. Press the throttle to accelerate, and enjoy any trip with ease.\r\nCruise Mode\r\nSuitable for riders with advanced skills, with a maximum speed of 10mph. To start, riders kick the ground to accelerate, then switch to this mode to cruise along.\r\nExclusive Segway x Transformers Design\r\nExclusive Bumblebee Logo, Elevate Your Ride.\r\nFeatures Bumblebee Color Palette\r\nDistinct Bumblee Branding, Quick-Release Design. Able to fold or unfold within 3 seconds, the ultra-light weight Bumblee Segway Zing C8 is portable in any car and easy to store virtually anywhere.\r\nBattery Management System (BMS)\r\nThe BMS constantly monitors the working status of the battery and provides multi-layered protection, including overcharge and discharge protection, short-circuit protection, and temperature protection.\r\nSafe & Reliable For Worry-Free Riding\r\nWith its durable and reliable mechanical braking system and built-in sensor, the Bumblee Segway Zing C8 electric kids scooter cuts off power immediately when braking action is detected, allowing riders to brake with ease and in a timely manner.\r\nErgonomic Design For Kids\r\nAn extra-low pedal, handbrakes with smaller gripping distance, and a streamlined curved body with no angles make the ZING C8 electric scooter perfect for 8 to 14- year olds. Plus, our integrated throttle offers simplified control over the ZING C8, and wide fender makes muddy riding a thing of the past.\r\nStunning Appearance\r\nWith its sleek lightweight body and dynamic handlebar design, the ZING C8 is sure to stand out in a crowd.\r\nOptimized Algorithm\r\nThe Bumblee Segway Zing C8\'s optimized algorithm prevents the dangers that can be caused by mishandling the throttle by ensuring that the motor does not engage before the speed reaches 1.9mph.\r\nDual Tube Frame\r\nMade of High Tensile Steel, the frame of the Bumblee Segway Zing C8 is table and durable with a static load of up to 661.4 lbs. The frame has also passed rigorous riding durability tests spanning 621.4 miles to ensure it will offer kids a safe and steady ride.\r\nSensorless Brushless Hub Motor\r\nThe simple and reliable structure of the Bumblebee Segway Zing C8\'s Sensorless Brushless Hub Motor offers both a quick response-time and significant power.\r\nHighly Elastic Solid Tires\r\nThe new materials and tread patterns allow the ZING C8\'s solid rubber tires to provide suprior grip and provide suprior shock absorption and slip resistance. The tires can cope with various conditions, such as wet ground, over tiles, sand and gravel, up gentle slopes and over small obstacles.', 150.99, NULL, NULL, 249.99, 'eKickScooter-19102.jpeg', 'eKickScooter-85144.jpeg', 'eKickScooter-19895.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-03 00:43:56', '2024-02-03 00:43:56'),
(3049, 'Celestial Seasonings Teas', '0X14pbuzT', 2, 'Calming tea with an aromatic, floral flavor\r\nCaffeine and gluten-free\r\nNo artificial flavors, colors or artificial preservatives\r\nSteep in hot water for 4-6 minutes for the perfect cup\r\nContains six 20-count boxes of Chamomile Herbal tea bags', 14.04, NULL, NULL, 20.34, 'Celestial Seasonings Teas-17953.jpeg', 'Celestial Seasonings Teas-22449.jpeg', 'Celestial Seasonings Teas-34510.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-03 01:09:53', '2024-02-03 01:09:53'),
(3050, 'Fisher Oven Roasted Mammoth Pecans', 'R77R8yTVO', 2, 'Oven Roasted Snack/Never Fried\r\nMammoth Pecans w/ Sea Salt\r\nRich Flavor\r\nNo Artificial Ingredients/Preservatives', 10.59, NULL, NULL, 13.31, 'Fisher Oven Roasted Mammoth Pecans-73068.jpeg', 'Fisher Oven Roasted Mammoth Pecans-31727.jpeg', 'Fisher Oven Roasted Mammoth Pecans-92221.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-03 01:14:41', '2024-02-03 01:14:41'),
(3051, 'Fiona Clit Licking Rose & Vibrating Egg Red', 'rZJSIT9Ee', 18, 'Hot and stylish, this rose toy clit licker with vibrating egg has the power to light up your night like fire.\r\n\r\nPortable Size- with a soft rope design, it can be fold to a length of 3.54\", which enables it small enough to be carried in the handbag\r\nDual Rose Vibration.\r\nThe tiny silky tongue inside the flower provides sweet licking stimulation to the clitoris, nipples, or other sensitive spots with its 7 modes.\r\nThe egg has 9 modes of whisper-quiet vibration.\r\nLet it unscrupulously tease you in the office, cinema, or car.', 72.07, NULL, NULL, 77.00, 'Fiona Clit Licking Rose & Vibrating Egg Red-80884.png', 'Fiona Clit Licking Rose & Vibrating Egg Red-58376.png', 'Fiona Clit Licking Rose & Vibrating Egg Red-43011.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 01:15:21', '2024-02-03 01:15:21'),
(3052, '12-Pack 4-Oz Dole Fruit Bowls in 100% Juice', 'G8OQ5SjPt', 2, 'DOLE Fruit Bowls in 100% Fruit Juice are a rich source of Vitamin C, have no added sugar , and is made from all natural fruit and non-GMO ingredients. It\'s naturally gluten free and makes a great snack for kids and adults\r\nIncludes:\r\n4x Peaches\r\n4x Cherry Mixed Fruit\r\n4x Mandarin Oranges', 4.95, NULL, NULL, 7.59, '12-Pack 4-Oz Dole Fruit Bowls in 100% Juice-80374.jpeg', '12-Pack 4-Oz Dole Fruit Bowls in 100% Juice-16049.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-02-03 01:18:53', '2024-02-03 01:18:53'),
(3053, 'Adele Clit Licking Tongue Vibrator W/ G Spot Stimulator Purple', 'LyehgKubc', 18, 'Elegant Double-End Sex Toy Tongue Vibrator.\r\n\r\nElegant and delicate, beautiful and fairy-like, Adele blends vintage styles into modern looks, dedicated to you with good taste.\r\nAdele is a double-end licking vibrator that targets both g spot and c spot.\r\nIts long body vibrates powerfully inside you and it can also massages your clitoris.\r\n\r\nOn the other end, the robust tongue looks like a bud teasing your nipples or clitoris in a vigorous wiggling motion.\r\nAdele, sex toy tongue, has it all to tease and please you in an elegant but powerful way.\r\nAdd it to make your alone time more exciting, or part of your lovemaking foreplay.\r\nMaterial: Body-Safe SiliconeABS.\r\nSize: 8.03\"*2.67\"*2.04\".\r\nNoise Index: 55 DB.\r\nWeight: 0.33 LB.\r\nCharging Time: 2 Hours.\r\nPlaying Time: 1 Hour - 1.5 Hours.\r\nWaterproof: IPX6.\r\nRechargeable: USB Magnetic.', 71.13, NULL, NULL, 77.00, 'Adele Clit Licking Tongue Vibrator W/ G Spot Stimulator Purple-57009.png', 'Adele Clit Licking Tongue Vibrator W/ G Spot Stimulator Purple-90334.png', 'Adele Clit Licking Tongue Vibrator W/ G Spot Stimulator Purple-74962.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 01:19:49', '2024-02-03 01:19:49'),
(3054, 'Cort KX700PBK | KX Series Evertune Double Cutaway Electric Guitar. Open Pore Black. New with Full Warranty!', 'dwdwdsOov', 2, 'Brand	\r\nCort\r\nModel	\r\nKX700 EverTune\r\nFinish	\r\nOpen Pore Black\r\nYear	\r\n2022 - 2024\r\nMade In	\r\nKorea, Republic of\r\nCategories	\r\nSolid Body Electric Guitars\r\nBody Material	\r\nMahogany\r\nBody Shape	\r\nDouble Cutaway\r\nBody Type	\r\nSolid Body\r\nBridge/Tailpiece Type	\r\nTop-Load\r\nColor Family	\r\nBlack\r\nFinish Style	\r\nSatin\r\nFretboard Material	\r\nEbony\r\nNeck Construction	\r\nBolt-On\r\nNumber of Frets	\r\n24\r\nNumber of Strings	\r\n6-String\r\nNut Width	\r\n1.6875\"\r\nOffset Body	\r\nNo\r\nPickup Configuration	\r\nHH\r\nRight / Left Handed	\r\nRight Handed\r\nScale Length	\r\n25.5\"\r\nTop Material	\r\nMaple\r\nWood Top Style	\r\nPlain', 672.14, NULL, NULL, 772.14, 'Cort KX700PBK | KX Series Evertune Double Cutaway Electric Guitar. Open Pore Black. New with Full Warranty!-66409.jpeg', 'Cort KX700PBK | KX Series Evertune Double Cutaway Electric Guitar. Open Pore Black. New with Full Warranty!-36765.jpeg', 'Cort KX700PBK | KX Series Evertune Double Cutaway Electric Guitar. Open Pore Black. New with Full Warranty!-98647.jpeg', 'Instruments', 1.0, NULL, 1, '2024-02-03 01:22:52', '2024-02-03 01:22:52'),
(3055, '24-Ounce Arm & Hammer Light In-Wash Scent Booster (Crisp Clean, Clean Meadow', '8JO4Lo4tu', 2, '4 ESSENTIAL INGREDIENTS; Premium Light Scent Experience at a Great Value!\r\nFREE FROM UNNECCESARY CHEMICALS; Our fresh and light laundry booster has NO dyes, phosphates, brighteners or parabens.\r\nFRESH AND LIGHT SCENT BOOSTER FOR WASHER; Add with ARM & HAMMER Clean & Simple Light Liquid Laundry Detergent for a powerful clean and lasting freshness.\r\nWORKS IN ALL MACHINES & ALL TEMPERATURES: Our laundry scent booster is safe for standard and HE washing machines; dissolves completely in all water temperatures.\r\nSAFE FOR ALL COLORS, WASHABLE FABRICS AND LOAD TYPES: This in-wash scent booster adds a lasting fragrance to clothing, workout gear, sheets, towels and more.', 3.81, NULL, NULL, 5.44, '24-Ounce Arm & Hammer Light In-Wash Scent Booster (Crisp Clean, Clean Meadow-65487.jpeg', '24-Ounce Arm & Hammer Light In-Wash Scent Booster (Crisp Clean, Clean Meadow-13941.jpeg', '24-Ounce Arm & Hammer Light In-Wash Scent Booster (Crisp Clean, Clean Meadow-16794.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-03 01:24:10', '2024-02-03 01:24:10'),
(3056, 'Infrared Baby Thermometer, Thermometer for Adults and Kids, Touchless Forehead', 'L8Lo7OChE', 18, 'Infrared Baby Thermometer, Thermometer for Adults and Kids, Touchless Forehead Thermometer, Medical Digital Thermometer with Fever Alarm, Silent Mode, Black\r\n\r\n[ RELIABLE FAST RESULTS ] : Get fast, reliable results with this clinically proven infrared thermometer. This thermometer features infrared technology that takes a temperature in 1 second. The measuring distance between the thermometer and the forehead is 0.4-2 inches, and the non-contact function can avoid touching the baby\'s skin, which helps the baby to cooperate and prevent cross-infection with different people.', 17.00, NULL, NULL, 21.00, 'Infrared Baby Thermometer, Thermometer for Adults and Kids, Touchless Forehead-47871.png', 'Infrared Baby Thermometer, Thermometer for Adults and Kids, Touchless Forehead-43231.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-03 01:24:57', '2024-02-03 01:24:57'),
(3057, 'ParmCrisps Snack Mix', 'rMXJOn5hn', 2, 'Contains 3 - 6 Ounce Bags of Original Flavored ParmCrisps Snack Mix\r\nMix contains: ParmCrisps 100% Cheese Crisps, Almonds, Cashews and Pistachios\r\nKeto-Friendly with 9g of Protein and 3g Net Carbs per Serving , Gluten-Free and Low Sugar\r\nParmCrisps are made in the USA, using all-natural real premium cheese, and are +rBst free. No fillers like corn, wheat or flour. Oven-baked in small batches, ParmCrisps are naturally gluten free and contain no artificial growth hormones, flavors, colors or preservatives, Just cheese that\'s oven-baked into a crunchy crisp.\r\n100% More Protein and 30% Fewer Carbs Than the Average Snack Mix', 12.73, NULL, NULL, 21.23, 'ParmCrisps Snack Mix-39323.jpeg', 'ParmCrisps Snack Mix-27096.jpeg', 'ParmCrisps Snack Mix-63925.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-03 01:29:53', '2024-02-03 01:29:53'),
(3058, 'Fender Limited Edition Player Stratocaster or Telecaster Electric Guitars', 'SMZzSUkme', 2, 'Fender Limited Edition Player Stratocaster or Telecaster Electric Guitars (Lake Placid Blue) on sale for $529. Shipping is free.\r\n\r\nThanks to Deal Editor iconian for finding this deal.\r\n\r\nAvailable Options:\r\nStratocaster\r\nTelecaster\r\nKey Features:\r\nStratocaster\r\nAlder body with gloss finish\r\nThree Player Series single-coil Stratocaster pickups\r\n9.5\" radius fingerboard\r\n2-point tremolo bridge with bent-steel saddles\r\nHandedness: Right-Handed\r\nBody Type: Solidbody\r\nNeck Construction: Bolt-On\r\nStrings: 6 String\r\nTelecaster\r\nAlder body with gloss finish\r\nTwo Player Series single-coil Telecaster pickups\r\n\"Modern C\"-shaped neck profile\r\n9.5\"-radius fingerboard\r\nString-through-body bridge with block steel saddles\r\nHandedness: Right-Handed\r\nBody Type: Solidbody\r\nNeck Construction: Bolt-On\r\nStrings: 6 String', 429.00, NULL, NULL, 529.00, 'Fender Limited Edition Player Stratocaster or Telecaster Electric Guitars-16845.jpeg', 'Fender Limited Edition Player Stratocaster or Telecaster Electric Guitars-31761.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-03 01:30:19', '2024-02-03 01:30:19'),
(3059, 'ACDelco ACK060930 Serpentine Belt / Tensioner / Idler Kit for Select 1999-2002 Silverado, Suburban, Avalanche, Tahoe, Sierra, Yukon, Escalade.', 'UN30ml81f', 2, 'The ACDelco ACK060930 Serpentine Belt / Tensioner / Idler Kit is designed for select 1999-2002 Silverado, Suburban, Avalanche, Tahoe, Sierra, Yukon, and Escalade models. It\'s a complete kit that includes all the necessary components for proper belt tension and smooth operation. It\'s a great choice if you\'re looking to replace these parts in your vehicle.', 40.92, NULL, NULL, 56.27, 'ACDelco ACK060930 Serpentine Belt / Tensioner / Idler Kit for Select 1999-2002 Silverado, Suburban, Avalanche, Tahoe, Sierra, Yukon, Escalade.-74134.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-03 01:32:28', '2024-02-03 01:33:06'),
(3060, 'Digital Ear Thermometer Infrared Thermometers for Kids Adults with Probe Covers', 'FOtaqScqq', 18, 'Easyeast Touchless Infrared Thermometer, Smart Forehead Thermometer, In-Ear Thermometer for Adult, Baby and Kids, Smart Digital Screen,Fast Reading Detection Thermometer,No Battery Included\r\n\r\n3-Measurement Modes - A wide variety of different functions all in one simple thermometer including: 3 measurement modes ranging from in-ear, forehead, and object. Toggle anytime between C or F, a colorful LED backlight provides reading, fever notification (Note: Green = Safe, Orange = Caution, Red = Fever).', 15.00, NULL, NULL, 19.75, 'Digital Ear Thermometer Infrared Thermometers for Kids Adults with Probe Covers-55409.png', 'Digital Ear Thermometer Infrared Thermometers for Kids Adults with Probe Covers-75833.png', 'Digital Ear Thermometer Infrared Thermometers for Kids Adults with Probe Covers-17904.png', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-03 01:34:35', '2024-02-03 01:34:35'),
(3061, 'Red Faction Guerrilla Re-Mars-tered', 'rRWOfuIWB', 2, 'Set 50 years after the climactic events of the original Red Faction, Red Faction: Guerrilla allows players to take the role of an insurgent fighter with the newly re-established Red Faction movement as they battle for liberation from the oppressive Earth Defense Force. Red Faction: Guerrilla re-defines the limits of destruction-based game-play with a huge open-world, fast-paced guerrilla-style combat, and true physics-based destruction.', 12.73, NULL, NULL, 21.23, 'Red Faction Guerrilla Re-Mars-tered-95994.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-03 01:35:51', '2024-02-03 01:35:51'),
(3062, 'Gretsch G2655T Streamliner Center Block Jr. Double-Cut Bigsby Electric Guitar, Brownstone Maple', 'geoUdr3zC', 2, 'All-new Broad\'Tron BT-2S pickups\r\nSlightly smaller 14\" double-cutaway arched maple body with chambered spruce center block\r\nEnlarged F-holes for increased acoustic projection\r\nNato neck\r\n12\"-radius laurel fingerboard with pearloid Big Block inlays and 22 medium jumbo frets\r\nVintage-style control knobs', 200.00, NULL, NULL, 279.00, 'Gretsch G2655T Streamliner Center Block Jr. Double-Cut Bigsby Electric Guitar, Brownstone Maple-66285.jpeg', 'Gretsch G2655T Streamliner Center Block Jr. Double-Cut Bigsby Electric Guitar, Brownstone Maple-45055.jpeg', NULL, 'Instruments', 3.5, NULL, 1, '2024-02-03 01:39:08', '2024-02-03 01:39:08'),
(3063, 'Uluru Kitchen Pantry', 'RDROmGiwK', 18, 'Uluru Kitchen Pantry', 203.00, NULL, NULL, 275.00, 'Uluru Kitchen Pantry-20051.png', 'Uluru Kitchen Pantry-30058.png', NULL, 'Accessories', 3.5, NULL, 1, '2024-02-03 01:39:09', '2024-02-03 01:39:09'),
(3064, 'Saints Row: The Big Purple Package', 'LbyIXiwaP', 2, 'The digital Saints Row: The Big Purple Package bundle contains both Saints Row: The Third - The Full Package & Saints Row IV: Re-Elected including additional DLC packs.', 4.50, NULL, NULL, 29.99, 'Saints Row: The Big Purple Package-55735.jpeg', 'Saints Row: The Big Purple Package-86615.jpeg', 'Saints Row: The Big Purple Package-79839.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-03 01:43:52', '2024-02-03 01:43:52'),
(3065, 'Pack NOCO Oil-Based Anti-Corrosion Battery Terminal Protector Washers', 'xFzPVjA1O', 2, 'The Pack NOCO Oil-Based Anti-Corrosion Battery Terminal Protector Washers are designed to protect your battery terminals from corrosion. They are made with an oil-based formula that helps prevent rust and corrosion, extending the life of your battery. These washers are easy to install and provide a reliable barrier against moisture and other corrosive elements. They\'re a great addition to your battery maintenance routine. Let me know if you have any other questions.', 4.00, NULL, NULL, 7.00, 'Pack NOCO Oil-Based Anti-Corrosion Battery Terminal Protector Washers-80853.jpeg', 'Pack NOCO Oil-Based Anti-Corrosion Battery Terminal Protector Washers-47708.jpeg', 'Pack NOCO Oil-Based Anti-Corrosion Battery Terminal Protector Washers-44868.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-03 01:44:11', '2024-02-03 01:44:11'),
(3066, 'Helis 60 Kitchen Pantry', '1Kpq74RnK', 18, 'The KIHO Helis 60 Kitchen Pantry is a kitchen organization station that frees up valuable counter and cabinet space, holding your microwave, coffee maker, and other small appliances. This kitchen pantry also features a spacious drawer and hidden storage behind two lower panel doors. The hutch features a top cabinet with two doors and a shelf inside. The counter is 23.6 wide by 13.9 inches deep. Making it ideal for most Microwaves or small appliances. The bottom drawer works great for utensils and the large two-door cabinet below is perfect for larger objects. This product has adjustable metal legs to provide stability. Product Dimensions are 66.5 Hx 13.9 W x 23.6 L', 225.00, NULL, NULL, 300.00, 'Helis 60 Kitchen Pantry-21978.png', 'Helis 60 Kitchen Pantry-97176.png', 'Helis 60 Kitchen Pantry-57504.png', 'Accessories', 4.0, NULL, 1, '2024-02-03 01:47:47', '2024-02-03 01:47:47'),
(3067, 'Yitamotor Adjustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls', 'bYd7lOCUI', 2, 'Dual balls are sized 2 5/16\'\' and 2\'\' with strong towing capacity (GTW) of up to 10,000lbs and 7,000lbs\r\nVehicle Service Type: ATV, Trailer\r\nMaterial: Aluminum\r\nIncludes: x1 Trailer Hitch, x2 Locks', 72.05, NULL, NULL, 144.99, 'Yitamotor Adjustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls-63861.jpeg', 'Yitamotor Adjustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls-51040.jpeg', 'Yitamotor Adjustable Trailer Hitch w/ Ball Mount, 8\" Drop/Rise, 2\" Receiver & Dual Towing Balls-12024.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-03 01:49:22', '2024-02-03 01:49:22'),
(3068, 'Haunted House', 'sxOvL3Sn5', 2, 'Roguelite Design: Each run through the Haunted House features different room layouts, enemy positioning and unique encounters, making each playthrough a distinct and surprising experience. Gems collected during runs allow Lyn to power up her skills and attributes, making her that much stronger during her next trip into the mansion.\r\nCartoon Visuals: A whimsical, family-friendly art direction rides the line between goofy and spooky. But just because the monsters may look silly…. They can still pack a wallop!\r\nInnovative Stealth Gameplay: Combat is de-emphasized in Haunted House. Instead, Lyn must rely on stealth movement and a collection of one-time use items and traps to make her way through the perilous mansion.\r\nUnlockable Characters: As Lyn explores the Haunted House, she\'ll free her trapped friends, who become playable characters you can use to dive deeper into the mansion.\r\nAtari Easter Eggs: The game is full of collectibles and lore touching on the original Haunted House and other classics from Atari\'s golden age.', 14.99, NULL, NULL, 19.99, 'Haunted House-36440.jpeg', 'Haunted House-88287.jpeg', NULL, 'Video games', 3.0, NULL, 1, '2024-02-03 01:50:11', '2024-02-03 01:50:11'),
(3069, '2-Piece DWVO Black LED Off-Road Light Pods Bar, 51W 7\"', '71xR6Ychp', 2, 'LED Power: 51W\r\nOutput: 5100LM\r\nWaterproof Rate: IP68\r\nInput Voltage: 9-35V DC\r\nLifespan: 50,000 hours\r\nBeam Pattern: Spot Beam', 18.00, NULL, NULL, 22.99, '2-Piece DWVO Black LED Off-Road Light Pods Bar, 51W 7\"-78613.jpeg', '2-Piece DWVO Black LED Off-Road Light Pods Bar, 51W 7\"-93371.jpeg', '2-Piece DWVO Black LED Off-Road Light Pods Bar, 51W 7\"-35220.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-03 01:54:06', '2024-02-03 01:54:06'),
(3070, 'Ultra Series Speakers', 'zOxbKvLDs', 2, 'Year Unconditional Warranty\r\n1-Year Trade-Up Policy / Performance Upgrade\r\n90-Day Defective Replacement Guarantee\r\nAdditional Note:', 300.00, NULL, NULL, 400.00, 'Ultra Series Speakers-45960.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-03 01:54:31', '2024-02-03 01:54:31'),
(3071, 'The Walking Dead', 'OZY6b2H6g', 2, 'Payback Edition includes the Base Game, The Blessing (Golden Gun) Weapon Recipe, Fat Tuesday (Madri Gras Shotgun) Weapon Recipe, Demon Storage Shelf, and Collectable Postcards (Digital)\r\nBattle against a terrifying new foe determined to chop you to bits; Fight with all you got or run for your life\r\nExplore new locales throughout New Orleans with all the loot, quests, and all the walkers you could hope for\r\nExplore the city during the night; More loot, more undead, and more opportunities for adventure on every single map\r\nHelp or Hinder the Exiles, a new faction rejected by the Tower and refusing to join the Reclaimed, can offer you incredible rewards...or find a way to take their resources by force', 29.99, NULL, NULL, 49.99, 'The Walking Dead-85947.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-03 01:57:09', '2024-02-03 01:57:09'),
(3072, 'Amazon Basics 75W Car Power Inverter 12V to 110V for Vehicles, Black, 5.07 x 2.65 x 1.6 inches', 'slCeQc78L', 2, 'Brand Amazon Basics\r\nPower Source 110v,Battery Powered,Corded Electric\r\nWattage 75 watts\r\nColor Black\r\nInput Voltage 12 Volts', 15.38, NULL, NULL, 21.85, 'Amazon Basics 75W Car Power Inverter 12V to 110V for Vehicles, Black, 5.07 x 2.65 x 1.6 inches-70356.jpeg', 'Amazon Basics 75W Car Power Inverter 12V to 110V for Vehicles, Black, 5.07 x 2.65 x 1.6 inches-27161.jpeg', 'Amazon Basics 75W Car Power Inverter 12V to 110V for Vehicles, Black, 5.07 x 2.65 x 1.6 inches-96332.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-03 02:00:24', '2024-02-03 02:00:24'),
(3073, '25-Key M-Audio Oxygen Pro USB MIDI Keyboard Controller w/ Beat Pads', 'kf42CR2xm', 2, 'Product Features:\r\n25 Velocity-Sensitive Semi-Weighted Keys\r\n16 Velocity-Sensitive Assignable Pads\r\nBuilt-In Arpeggiator and Note Repeat\r\nAutomapped DAW Instruments and Plug-Ins\r\nSmart Chord and Smart Scale Technology\r\n8 Assignable Knobs, 1 Assignable Fader\r\nPitch and Modulation Wheels\r\n5-Pin MIDI Output, 1/4\" Sustain Input\r\nDAWs and Virtual Instrument Software\r\nMac and Windows Compatible', 112.00, NULL, NULL, 129.00, '25-Key M-Audio Oxygen Pro USB MIDI Keyboard Controller w/ Beat Pads-87655.jpeg', '25-Key M-Audio Oxygen Pro USB MIDI Keyboard Controller w/ Beat Pads-42334.jpeg', '25-Key M-Audio Oxygen Pro USB MIDI Keyboard Controller w/ Beat Pads-65054.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-03 02:02:52', '2024-02-03 02:02:52'),
(3074, 'Disgaea 7', 'nZIK8lnUO', 2, 'Combat to the MAX: Loaded with new content including Hell Mode, Item Reincarnation and Jumbification, which lets your characters grow to supersized proportions and inflict larger than life damage!\r\nAllies in Arms: The combat potential is limitless with over 40 character classes including four brand-new additions: Maiko, Bandit, Zombie Maiden, and Big Eye!\r\nA Warrior\'s World: Inspired by feudal Japan, the setting of Disgaea 7 draws its roots from ancient and modern history and beautifully tells a tale of redemption.\r\nDeluxe Edition includes: Disgaea 7: Vows of the Virtueless GAME, Digital Soundtrack (download code), Mini Art Book', 40.79, NULL, NULL, 59.99, 'Disgaea 7-69794.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-03 02:03:49', '2024-02-03 02:03:49'),
(3075, 'THE ANDROMEDA STRAIN', 'J8wtvOKcQ', 2, 'The Andromeda Strain is a gripping science fiction novel written by Michael Crichton. It tells the thrilling story of a team of scientists investigating a deadly extraterrestrial microorganism that wreaks havoc on Earth. The book is known for its scientific accuracy and suspenseful plot. If you\'re into thrilling and thought-provoking reads, this one might be right up your alley! Let me know if you have any other book recommendations or if there\'s anything else I can help you with.', 12.49, NULL, NULL, 17.00, 'THE ANDROMEDA STRAIN-22612.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-03 02:07:47', '2024-02-03 02:07:47'),
(3076, 'Plastic/Steel Compact Small Disposable Paper Cup Dispenser Storage Holder', 'waOSSti9C', 18, 'Plastic/Steel Compact Small Disposable Paper Cup Dispenser Storage Holder', 30.99, NULL, NULL, 75.00, 'Plastic/Steel Compact Small Disposable Paper Cup Dispenser Storage Holder-88949.png', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-03 02:10:05', '2024-02-03 02:10:05'),
(3077, 'NERF Rival Kronos XVIII-500 Spring Action Blaster', 'vYVW9GbI4', 2, 'NERF RIVAL KRONO XVIII-500 BLASTER WITH AMAZON EXCLUSIVE GREEN COLOR DESIGN: This Nerf Rival blaster features a special green color design that\'s exclusive to Amazon\r\nBREECH-LOAD BLASTER INCLUDES 5 ROUNDS: The breech-load Nerf Rival Kronos XVIII-500 blaster has a 5-round capacity and comes with 5 Official Nerf Rival rounds\r\nFIRES ROUNDS AT A VELOCITY OF 90 FEET PER SECOND: This spring-action blaster fires rounds at a velocity of 90 feet per second to take on the opposing team in high-intensity games\r\nTRIGGER LOCK AND TACTICAL RAIL: Includes a trigger lock to prevent accidental firing and tactical rail to customize with Nerf Rival accessories (each sold separately)\r\nSUSTAINABLE PACKAGING: Ships in simple, recyclable packaging that\'s easy to open and frustration free', 7.42, NULL, NULL, 21.99, 'NERF Rival Kronos XVIII-500 Spring Action Blaster-97471.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-02-03 02:10:09', '2024-02-03 02:10:09'),
(3078, 'The System of the World: Volume Three of the Baroque Cycle', 'aMxIMLa0w', 2, 'The System of the World is the third volume of the epic Baroque Cycle written by Neal Stephenson. It\'s a complex and engrossing historical fiction series set in the 17th and 18th centuries, exploring the worlds of science, politics, and finance. This final installment brings together the various storylines and characters from the previous books, providing a satisfying conclusion to the series. If you\'re a fan of intricate historical narratives with a touch of adventure, this book is definitely worth checking out! Let me know if you need any more book recommendations or if there\'s anything else I can assist you with.', 8.00, NULL, NULL, 16.99, 'The System of the World: Volume Three of the Baroque Cycle-73527.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-03 02:11:50', '2024-02-03 02:11:50'),
(3081, 'members:%20Spyder%20Baby%201-Piece%20Snowsuit', 'NdMZBxDDI', 2, 'Costco has for its Members: Spyder Baby 1-Piece Snowsuit (Gray or Purple) on sale for $9.97 or less. Shipping is free.', 9.00, NULL, NULL, 10.00, 'members:%20Spyder%20Baby%201-Piece%20Snowsuit-84501.jpeg', 'members:%20Spyder%20Baby%201-Piece%20Snowsuit-13513.jpeg', 'members:%20Spyder%20Baby%201-Piece%20Snowsuit-40727.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 02:12:43', '2024-02-03 02:12:43'),
(3082, 'Mattel Pictionary Air 2', '8qpervMlr', 2, 'The original award-winning drawing game gets a high-tech boost with Pictionary Air 2! Sketch clues in the air and see them on a device or cast to the TV. Now, with this Pictionary Air 2 update, players can add points and clear the screen using the pen. Also, download digital clue packs for all ages, so it can be played by multi-generational families, at kids parties or adult game nights!', 11.98, NULL, NULL, 21.99, 'Mattel Pictionary Air 2-80530.jpeg', 'Mattel Pictionary Air 2-14114.jpeg', 'Mattel Pictionary Air 2-53330.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-03 02:15:40', '2024-02-03 02:15:40'),
(3083, 'Storage Baskets Set 4 - Stackable Woven Basket Paper Rope Bin, Storage Boxes', '3zNiIzw8B', 18, 'Storage Baskets Set 4 - Stackable Woven Basket Paper Rope Bin, Storage Boxes For Makeup Closet Bathroom Bedroom (Gray)\r\n\r\nItem Condition: New\r\n\r\nColor: Gray\r\n\r\nProduct Dimension: 11.02 X 4.72 X 7.09\r\n\r\nProduct Information\r\n\r\n4 Sizes(Inch) - Extra Large(Length 11/Width 7.1/Height 4.7); Large(Length 9.8/Width 6.3/Height 3.9); Medium(Length 8.7/Width 5.5/Height 3.1) ; Small(Length 7.1/Width 4.7/Height 2.8) Handcrafted Durable: These Trendy Baskets Are Easy To Clean And Extremely Durable For Your Shelves Cupboards Desk. Effortlessly Double As Decorative Pieces And Store Your Odds And Ends. Classify Multipurpose: Stackable And Multifunctional Shelf Basket Bins Are Your Perfect Choice To Classify Books, Keys, Towels, Toilet Paper, Underwear, Spa Products, Make-Ups, Socks, Ties And Scarves Ac.', 50.00, NULL, NULL, 71.49, 'Storage Baskets Set 4 - Stackable Woven Basket Paper Rope Bin, Storage Boxes-27406.png', 'Storage Baskets Set 4 - Stackable Woven Basket Paper Rope Bin, Storage Boxes-38846.png', 'Storage Baskets Set 4 - Stackable Woven Basket Paper Rope Bin, Storage Boxes-60343.png', 'Accessories', 4.0, NULL, 1, '2024-02-03 02:19:39', '2024-02-03 02:19:39'),
(3084, 'Pyramids: A Discworld Novel [Kindle eBook] by Terry Pratchett', 'VOtuq6UGm', 2, 'Pyramids is a fantastic Discworld novel by the legendary Terry Pratchett. It\'s a hilarious and clever fantasy tale set in the fictional Discworld universe. In this book, you\'ll follow the adventures of Teppic, a young prince who becomes the ruler of a desert kingdom and faces all sorts of humorous and unexpected challenges. Pratchett\'s witty writing and unique world-building make this book a must-read for fans of fantasy and comedy. If you\'re looking for a fun and entertaining read, \"Pyramids\" won\'t disappoint! Let me know if you need any more book recommendations or if there\'s anything else I can help you with.', 8.49, NULL, NULL, 12.99, 'Pyramids: A Discworld Novel [Kindle eBook] by Terry Pratchett-19769.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-03 02:20:55', '2024-02-03 02:20:55'),
(3085, 'Happy Baby Organic Infant Formula with Iron Milk Based Powder Stage 1 for Babies 0-12 Months', '1Zmt63OsQ', 2, 'Modeled After Breast Milk & made with carefully sourced premium ingredients, this formula is made with organic lactose the principal carbohydrate found in breast milk Our formula provides key vitamins and minerals that are found naturally in breast milk\r\nWith 4X More Prebiotics than most other organic infant formula, our formula delivers 2 prebiotics, GOS & FOS, Fibers that mimic the function of prebiotics found naturally in breast milk, which promote healthy gut bacteria in infants No corn syrup solids\r\nHappy Baby: We provide organic, delicious options for your baby\'s nutritional journey; Happy Baby offers baby food pouches, organic cereals, teething wafers, baby snacks and more made for your little one\r\nHappy Family Organics: We are on a mission to change the trajectory of children\'s health through nutrition; We provide age and stage appropriate premium organic food products for baby, tot, kid, and mama\r\nOur Happy Promise: All products are certified USDA organic, made with non-GMO ingredients grown without the use of toxic persistent pesticides and in packaging made without BPA, BPS, or phthalates', 70.87, NULL, NULL, 77.87, 'Happy Baby Organic Infant Formula with Iron Milk Based Powder Stage 1 for Babies 0-12 Months-79808.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-03 02:22:30', '2024-02-03 02:22:30'),
(3086, 'Tamagotchi Nano: Tokyo Revengers Takemichi Version w/ Vinyl Figure', 'iePiZzDmV', 2, 'Includes soft vinyl character figure, wearing the Tokkofuku uniform, that hugs the Tamagotchi device\r\nRaise the Tokyo Manji gang by feeding bento boxes and taiyaki to keep them happy. Baji and Chifuyu are fed halves of instant yakisoba instead of bento boxes\r\nPlay three different mini-games: \"Bike Race,\" \"Claw Crane,\" and \"Bowling\"\r\nDefeat the bad guy or your character will leave\r\nTakemichi may introduce you to over 30 different characters! Special visitors will visit throughout the day', 13.73, NULL, NULL, 25.34, 'Tamagotchi Nano: Tokyo Revengers Takemichi Version w/ Vinyl Figure-76982.jpeg', 'Tamagotchi Nano: Tokyo Revengers Takemichi Version w/ Vinyl Figure-78412.jpeg', 'Tamagotchi Nano: Tokyo Revengers Takemichi Version w/ Vinyl Figure-25791.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-03 02:22:50', '2024-02-03 02:22:50'),
(3087, 'Seagrass Belly Basket, Set Of 2 Woven Plant Pot Holder Handmade Home Decor', 'l5vt1xm41', 18, 'Seagrass Belly Basket, Set Of 2 Woven Plant Pot Holder Handmade Home Decor For Storage Plants Picnic Grocery Medium(10.63 X 9.44 Inch)\r\n\r\nItem Condition: New\r\n\r\nProduct Information\r\n\r\nNatural Material: This Basket Is Made Of Seagrass One Of The Materials That Humans Have Used The Longest To Braid Various Types Of Objects, With Its Soft Colour Variations Create A Warm, Rustic Vibe. Sea Grass Has Natural Colour Variations Which Makes Every Basket Unique Handmade Woven: This Basket Has A Unique Look Since Each Basket Is Handmade. Handmade By Skilled Craftspeople, Which Makes Every Product Unique.', 43.99, NULL, NULL, 78.87, 'Seagrass Belly Basket, Set Of 2 Woven Plant Pot Holder Handmade Home Decor-60977.png', 'Seagrass Belly Basket, Set Of 2 Woven Plant Pot Holder Handmade Home Decor-83151.png', 'Seagrass Belly Basket, Set Of 2 Woven Plant Pot Holder Handmade Home Decor-35232.png', 'Accessories', 4.5, NULL, 1, '2024-02-03 02:25:07', '2024-02-03 02:25:07');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3088, 'Nerf Pro Gelfire Ghost Bolt Action Blaster', 'mLhT7629m', 2, 'BURST INTO BATTLE WITH NERF PRO GELFIRE BLASTERS: The blasters fire hydrated Gelfire rounds that burst on impact and deliver high-performance blasting to ignite your competitive advantage. Ages 14 and up\r\nNERF PRO GELFIRE GHOST BLASTER DESIGNED FOR SPEED AND DISTANCE: Unleash rounds at a velocity of up to 200 feet per second! Experience extreme distance with this blaster that includes a removable boost barrel.\r\n5,000 NERF PRO GELFIRE DEHYDRATED ROUNDS: Add water to hydrate the soft super absorbent polymer projectiles. They fire at a high velocity and burst when they hit a target. No pick-up needed\r\n100-ROUND CAPACITY INTEGRATED HOPPER: The Nerf Gelfire blaster has an integrated hopper with 100-round capacity to unleash battle overload in highly competitive games. Outdoor use recommended\r\nPROTECTIVE EYEWEAR AND TRIGGER LOCK: Includes protective eyewear and trigger lock. One of the best gifts for 14 year old boys and girls and up', 23.63, NULL, NULL, 49.99, 'Nerf Pro Gelfire Ghost Bolt Action Blaster-88972.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-02-03 02:26:09', '2024-02-03 02:26:09'),
(3089, 'Lisa Childs The Buried (A Bane Island Novel)', 'UOhH26xf2', 2, 'The Buried (A Bane Island Novel) is an exciting book written by Lisa Childs. It\'s a thrilling and suspenseful story set on Bane Island, where dark secrets and buried truths come to light. The book takes you on a journey as the characters uncover the mysteries of the island and face the dangers that lurk beneath the surface. If you enjoy gripping suspense novels with a touch of mystery, The Buried might be right up your alley! Let me know if you need any more book recommendations or if there\'s anything else I can assist you with.', 6.99, NULL, NULL, 8.99, 'Lisa Childs The Buried (A Bane Island Novel)-12420.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-03 02:26:41', '2024-02-03 02:26:41'),
(3090, '12-Pack Hatchimals CollEGGtibles Egg Carton Nursery Playset w/ 8 Shimmer Babies In-Egg & 4 Shimmer Babies Out-Of-Egg', 'Ob3aK7JTg', 10, 'Hatchimals CollEGGtibles, Shimmer Babies 12-Pack Egg Carton, Kids Toys for Girls Ages 5 and up\r\nManufacturer:	Spin Master\r\nModel Number:	6060645\r\nProduct SKU:	B08SWP4SNS', 5.00, NULL, NULL, 10.00, '12-Pack Hatchimals CollEGGtibles Egg Carton Nursery Playset w/ 8 Shimmer Babies In-Egg & 4 Shimmer Babies Out-Of-Egg-15595.jpeg', '12-Pack Hatchimals CollEGGtibles Egg Carton Nursery Playset w/ 8 Shimmer Babies In-Egg & 4 Shimmer Babies Out-Of-Egg-48554.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-03 02:29:26', '2024-02-06 23:25:09'),
(3091, 'Melting Dome Set Of 2, Stainless Steel Large 12In Basting Steaming Cover', '1ixYgfPVG', 18, 'Melting Dome Set Of 2, Stainless Steel Large 12In Basting Steaming Cover For Griddle Grill Teppanyaki Flat Top, Great For Bbq Cheese Burger Veggies Indoor Outdoor, Heavy Duty Dishwasher Safe\r\n\r\nItem Condition: New\r\n\r\nProduct Information\r\n\r\nExcellent Quality: Melting Domes Are Made Of High-Class Stainless Steel And Heat Proof Plastic, Food Grade Material Ensures Healthy And Directly Touch Food Without Toxic Substances, Smooth Matte Surface Prevents Fingerprints From Remaining, Facilitates Daily Care And Reduces Hassle Of Cleaning, Also Dishwasher Supported To Free You From Housework Practical Amp; Sturdy: Big Basting Cover Creates A Sealed Space Like Oven To Save Cooking Time, Allow Heat To Circulate For Even Cooking And Keep Smoky Taste, Features Good Preservation To Stay Food Warm, Melt Cheese Burgers Fast, Steam Vegetable Quickly', 43.99, NULL, NULL, 78.00, 'Melting Dome Set Of 2, Stainless Steel Large 12In Basting Steaming Cover-11615.png', 'Melting Dome Set Of 2, Stainless Steel Large 12In Basting Steaming Cover-72777.png', NULL, 'Accessories', 4.0, NULL, 1, '2024-02-03 02:30:08', '2024-02-03 02:30:08'),
(3092, 'Hasbro HeroQuest Game System Board Game', 'ZIGqqo69p', 2, 'Mythical Heroes\r\nStunning Artwork\r\nOver 70 Detailed Miniatures\r\n2-5 Players (Ages 14 and up)\r\n14 Quest/Stories\r\nCreate Own Stories/Build Quest\r\nIncludes\r\nHeroQuest Board Game\r\n31x Miniature Monsters\r\n4x Miniature Heroes\r\n15x Furniture Pieces\r\n10x Skull Pieces\r\n4x Plastic Rat Pieces\r\n21x Dungeon Doors\r\n93x Game Cards\r\n4x Turn Order Cards\r\n4x Character Cards\r\n6x White Combat Dice\r\n2x Red Dice\r\nGame Master\'s Screen\r\nPad of Character Sheet\r\nCardboard Tiles\r\nQuest Book\r\nRulebook', 47.50, NULL, NULL, 134.99, 'Hasbro HeroQuest Game System Board Game-73812.jpeg', 'Hasbro HeroQuest Game System Board Game-71707.jpeg', 'Hasbro HeroQuest Game System Board Game-58757.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-03 02:30:57', '2024-02-03 02:30:57'),
(3093, 'With Regrets, from author Lee Kelly', 'g0gyvNhwX', 2, 'With Regrets is a captivating book written by Lee Kelly. It\'s a poignant and thought-provoking story that delves into themes of love, loss, and the complexities of human relationships. Through beautiful prose and compelling characters, the book explores the regrets we carry and the choices we make in life. If you\'re looking for a heartfelt and introspective read, \"With Regrets\" might be a great choice for you. Let me know if you need any more book recommendations or if there\'s anything else I can help you with.', 22.30, NULL, NULL, 29.99, 'With Regrets, from author Lee Kelly-56373.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-03 02:31:46', '2024-02-03 02:31:46'),
(3094, 'Steak Clamps Set Of 2 Stainless Steel 3-In-1 Cooking Tongs For Beefsteak Bread B', 'ApRup3haS', 18, 'Steak Clamps Set Of 2 Stainless Steel 3-In-1 Cooking Tongs For Beefsteak Bread Barbecue Kitchen Tools (Stainless Steel)\r\n\r\nItem Condition: New\r\n\r\nColor: Stainless Steel\r\n\r\nProduct Information\r\n\r\nVarious Size: 2 Stainless Steel Steak Clamps Vary In Size, Namely 9.8 Inches, 11.9 Inches. It Is Available For Daily Use Versatile Cooking Tongs: These Stainless Steel Tongs Are Great For Griping And Flipping Steak, Grilled Cheese, Burgers, Grilled Sandwiches, Salmon, Sausages, Etc. Also It Can Be Used As Spatulas Perfect Design: The Spatulas Tongs Can Hold The Meat Firmly In Place, Without Slipping Out Or Falling Easy To Clean', 35.99, NULL, NULL, 78.00, 'Steak Clamps Set Of 2 Stainless Steel 3-In-1 Cooking Tongs For Beefsteak Bread B-36917.png', 'Steak Clamps Set Of 2 Stainless Steel 3-In-1 Cooking Tongs For Beefsteak Bread B-77494.png', 'Steak Clamps Set Of 2 Stainless Steel 3-In-1 Cooking Tongs For Beefsteak Bread B-77751.png', 'Accessories', 4.5, NULL, 1, '2024-02-03 02:35:40', '2024-02-03 02:35:40'),
(3095, 'Citizen Men\'s Eco-Drive Sport Luxury PCAT Chronograph Stainless Steel Blue Dial Watch', 'EJgMQMxXJ', 2, 'The Citizen Men\'s Eco-Drive Sport Luxury PCAT Chronograph Stainless Steel Blue Dial Watch is a stylish and sophisticated timepiece. With its sleek stainless steel construction and striking blue dial, it exudes a sense of sporty elegance. The watch features Citizen\'s Eco-Drive technology, which means it\'s powered by light, so you won\'t have to worry about changing batteries. It also has chronograph functionality, allowing you to track time with precision. If you\'re looking for a watch that combines both luxury and functionality, this one could be a great choice! Let me know if there\'s anything else I can assist you with.', 346.00, NULL, NULL, 537.99, 'Citizen Men\'s Eco-Drive Sport Luxury PCAT Chronograph Stainless Steel Blue Dial Watch-35132.jpeg', 'Citizen Men\'s Eco-Drive Sport Luxury PCAT Chronograph Stainless Steel Blue Dial Watch-20254.jpeg', 'Citizen Men\'s Eco-Drive Sport Luxury PCAT Chronograph Stainless Steel Blue Dial Watch-89043.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-03 02:43:12', '2024-02-03 02:43:12'),
(3096, 'Cheese Melting Dome Set Of 2, 12 Inch Round Basting Cover Metal Steam Cover', 'PfENCkMiA', 18, 'Cheese Melting Dome Set Of 2, 12 Inch Round Basting Cover Metal Steam Cover, Stainless Steel Griddle Accessories For Flat Top Grill/Outdoor Bbq/Kitchen Cooking\r\n\r\nItem Condition: New\r\n\r\nProduct Dimension: 12 X 12 X 2\r\n\r\nProduct Information\r\n\r\n[12 Inch Large Capacity] - 2 Piece Of Round Basting Covers Can Meet Your Different Indoor And Outdoor Cooking Needs, 12 Inches In Diameter And 3 Inches In Height Makes It Work Like A Small Oven, With Enough Space To Melting A Couple Of Cheese Burgers, Covering Several Steaks Or Grilled Pizza, Steaming A Pile Of Veggies And More [Meticulous Details] - Ergonomic Plastic Handle Can Protect Your Hands From Scalding, Very Comfortable To Hold, Heat-Resistant Material Ensures Handle Will Not Melt At High Temperature, Smooth And Non-Burr Rolling Edge, No Grease, Water Or Residue Stain', 31.99, NULL, NULL, 50.00, 'Cheese Melting Dome Set Of 2, 12 Inch Round Basting Cover Metal Steam Cover-81116.png', 'Cheese Melting Dome Set Of 2, 12 Inch Round Basting Cover Metal Steam Cover-86786.png', 'Cheese Melting Dome Set Of 2, 12 Inch Round Basting Cover Metal Steam Cover-99799.png', 'Accessories', 4.0, NULL, 1, '2024-02-03 02:44:55', '2024-02-03 02:44:55'),
(3097, 'Oris Artelier Pointer Day Date Automatic Men\'s Watch on Bracelet (Silver Dial)', 'jxOH4XtlL', 2, 'The Oris Artelier Pointer Day Date Automatic Men\'s Watch on Bracelet with a Silver Dial is a stunning timepiece that combines elegance and functionality. This watch features a unique design with a day and date function displayed by pointers on the dial, adding a touch of sophistication. The silver dial and stainless steel bracelet give it a sleek and timeless look. With its automatic movement, you won\'t have to worry about winding it manually. If you\'re looking for a stylish and reliable watch, the Oris Artelier Pointer Day Date could be a great choice! Let me know if there\'s anything else I can help you with.', 749.00, NULL, NULL, 2300.00, 'Oris Artelier Pointer Day Date Automatic Men\'s Watch on Bracelet (Silver Dial)-69783.jpeg', 'Oris Artelier Pointer Day Date Automatic Men\'s Watch on Bracelet (Silver Dial)-45448.jpeg', NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-03 02:46:53', '2024-02-03 02:46:53'),
(3098, 'CarAIDE 18-in-1 Super Safety Jump Start & Multi-Tool', 'jyHSXQT9x', 2, 'Dead battery? The CarAIDE Multi-Tool is an 18-in-1 gadget that will jump-start your car with no jumper cables or second car needed. Plus, it will also charge your phone and laptop, cut a safety belt, break a car window in case of an emergency, and scare away an attacker. This multi-tool includes a flashlight and emergency SOS flasher, a burglar alarm, and a built-in compass in case you find yourself broken down at night. The CarAIDE Multi-Tool works with any car, boat, motorcycle, or ATV that uses a 12V battery. It\'s slip-resistant, shock resistant, water, and dirt resistant, and fits easily into a car door, glove compartment, or cup holder.\r\nJump Starter. Quickly jump-start your vehicle with no second car needed\r\nPower Bank. Charge your electronic devices on the go with an 8,000mAh capacity\r\nWindow Breaker. Get out of your car during emergencies using a window hammer\r\nSeat Belt Cutter. Easily cut your safety belt to escape\r\nBurglar Arm. Engage an ultrasonic emergency alarm to scare off an attacker or animal\r\nMega Flashlight & SOS Light. Light up to over 755ft with 3 different settings', 68.00, NULL, NULL, 99.99, 'CarAIDE 18-in-1 Super Safety Jump Start & Multi-Tool-55963.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-03 02:47:32', '2024-02-03 02:47:32'),
(3099, 'Cocomelon Learning Book Interactive Toddlers Toy w/ 3 Learning Modes & 50 Learning Phrases', 'tU894aKHY', 2, 'COCOMELON Learning Book Interactive Toy for Toddlers with 3 Learning Modes, 50 Learning Phrases, Ages 18+ Months, Officially Licensed Kids Toys for Ages 18 Month, and Presents\r\nManufacturer:	Just Play\r\nModel Number:	96132\r\nProduct SKU:	B096BMYDNF', 11.40, NULL, NULL, 14.40, 'Cocomelon Learning Book Interactive Toddlers Toy w/ 3 Learning Modes & 50 Learning Phrases-76862.jpeg', 'Cocomelon Learning Book Interactive Toddlers Toy w/ 3 Learning Modes & 50 Learning Phrases-41067.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-03 02:49:16', '2024-02-03 02:49:16'),
(3100, 'Macy\'s Jewelry Sale: Le Vian Peach Morganite (1-1/10 ct. t.w.) & Diamond (3/4 ct. t.w.) Pear Halo Ring in 14k Rose Gold', 'cUHL78vR3', 2, 'A pear-shaped Peach Morganite is the fabulous focus of this Le Vian ring, set with a Nude Diamond Halo, and Nude and Chocolate Diamond triple row shank. Jewelry & Watches Fine Jewelry - Rings', 1499.00, NULL, NULL, 1550.00, 'Macy\'s Jewelry Sale: Le Vian Peach Morganite (1-1/10 ct. t.w.) & Diamond (3/4 ct. t.w.) Pear Halo Ring in 14k Rose Gold-56007.jpeg', 'Macy\'s Jewelry Sale: Le Vian Peach Morganite (1-1/10 ct. t.w.) & Diamond (3/4 ct. t.w.) Pear Halo Ring in 14k Rose Gold-33034.jpeg', 'Macy\'s Jewelry Sale: Le Vian Peach Morganite (1-1/10 ct. t.w.) & Diamond (3/4 ct. t.w.) Pear Halo Ring in 14k Rose Gold-86834.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-03 02:53:11', '2024-02-03 02:53:11'),
(3101, 'White Portable Air Conditioner', 'XeuEmW3kw', 2, 'Maximum Cooling\r\nLG portable air conditioners provide exceptional cooling power that will keep you and your family cool, comfortable, and in control.\r\nMatch Room Size to BTUs/hr\r\nBefore buying an air conditioner, find out how many BTUs you need.\r\nQuiet Operation\r\nLG portable air conditioners operate at sound levels as low as 50dB (when in low mode) eliminating unnecessary noise for smooth operation that you\'ll barely notice.\r\nCool, Fan and Dry\r\n3 in 1 Operation\r\nUse cool mode for powerful cooling and dehumidifying on hot days. In fan mode, the fan circulates the air in the room. Dry mode is ideal for damp, rainy days.\r\nUser Friendly Panel and Remote Control\r\nMaximum Usability\r\nOperate with LED display and simple selection control panel, up/down temperature adjustments, and fan speed selection, using the full featured remote without leaving your bed, workspace, or couch.\r\n24-hour On/Off Timer\r\nUp to 24 hours of operation time can be set, so that your air conditioner turns off when you plan it to.\r\nAuto Restart\r\nWhen power failure occurs, your unit will resume its previous operation minutes after the power is restored.', 349.00, NULL, NULL, 369.00, 'White Portable Air Conditioner-48606.jpeg', 'White Portable Air Conditioner-14108.jpeg', 'White Portable Air Conditioner-16742.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-03 02:54:52', '2024-02-03 02:54:52'),
(3102, 'Kendra Scott Elisa Pendant Necklace (3 Colors)', 'RbH1KCKlg', 2, 'The Kendra Scott Elisa Pendant Necklace is a stunning accessory that comes in three beautiful colors. This necklace features a delicate pendant design that adds a touch of elegance to any outfit. Whether you choose the classic silver, the warm gold, or the trendy rose gold, you\'ll be sure to make a statement. The Kendra Scott brand is known for its quality and style, so you can\'t go wrong with this necklace. Let me know if there\'s anything else I can assist you with.', 39.00, NULL, NULL, 65.00, 'Kendra Scott Elisa Pendant Necklace (3 Colors)-59202.jpeg', 'Kendra Scott Elisa Pendant Necklace (3 Colors)-36807.jpeg', 'Kendra Scott Elisa Pendant Necklace (3 Colors)-29361.jpeg', 'Beauty & personal care', 2.5, NULL, 1, '2024-02-03 02:56:18', '2024-02-03 02:56:18'),
(3103, 'Storage Basket With Lid, 42.3 Gallon (160L) Storage Bin, Woven Blanket Storage B', 'nhkMILHgG', 18, 'Storage Basket With Lid, 42.3 Gallon (160L) Storage Bin, Woven Blanket Storage Basket With Handles, Foldable, Removable Liner, Metal Frame, For Bedroom, Laundry Room, Brown U\r\n\r\nItem Condition: New\r\n\r\nColor: Brown\r\n\r\nProduct Dimension: 29.92 X 17.72 X 18.11\r\n\r\nProduct Information\r\n\r\n[Durable And Removable Liner] Built With 160 G/M Thick Polycotton Fabric, The Liner Is Both Sturdy And Durable While Also Being Removable From The Basket, Allowing You To Easily Hand Or Machine Wash It [Large Capacity Versatile Use] With A Generous Capacity Of 42.3 Gallons (160L), This Spacious Storage Bin Is Suitable For A Variety Of Settings: Next To The Sofa For Blankets, In The Bedroom For Laundry', 134.00, NULL, NULL, 159.99, 'Storage Basket With Lid, 42.3 Gallon (160L) Storage Bin, Woven Blanket Storage B-73795.png', 'Storage Basket With Lid, 42.3 Gallon (160L) Storage Bin, Woven Blanket Storage B-82035.png', 'Storage Basket With Lid, 42.3 Gallon (160L) Storage Bin, Woven Blanket Storage B-20936.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-03 02:56:55', '2024-02-03 02:56:55'),
(3104, 'GE Zoneline 11,900 BTU 11.8 EER 230V Wall Air Conditioner', 'Ub9RSQIBm', 2, 'Cooling Capacity\r\n11,900/11,800 BTU\r\nEnergy Efficiency\r\n11.8/11.8 EER\r\nDehumidification\r\n3.5 pints/hour\r\nIndoor Fan CFM (High/Low)\r\n449/270\r\nFresh Air Vent CFM (Fully Open High Fan)\r\n42\r\nQuiet Operation\r\nBaked-on mastic sound barrier, cross flow blower and two DC fan motors create less noise to ensure comfort\r\nHeat & Freeze Sentinels\r\nKeeps the room from overheating or freezing\r\nElectronic Temperature Limiting\r\nPrevents expensive over-cooling or over-heating of the room\r\nElectronic touch controls with LED display\r\nR-410A refrigerant\r\nSMC base pan', 1117.00, NULL, NULL, 1319.00, 'GE Zoneline 11,900 BTU 11.8 EER 230V Wall Air Conditioner-39377.jpeg', 'GE Zoneline 11,900 BTU 11.8 EER 230V Wall Air Conditioner-93938.jpeg', 'GE Zoneline 11,900 BTU 11.8 EER 230V Wall Air Conditioner-12196.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-03 03:00:43', '2024-02-03 03:00:43'),
(3105, 'Pompeii3 Jewelry 14k White or Yellow Gold Natural Diamond Studs Earrings', '4B12hqkTj', 2, 'The Pompeii3 Jewelry 14k White or Yellow Gold Natural Diamond Studs Earrings are a stunning and timeless accessory. These earrings are crafted with high-quality 14k white or yellow gold and feature beautiful natural diamonds. They are the perfect addition to any outfit, adding a touch of elegance and sophistication. Whether you prefer the classic white gold or the warm yellow gold, these diamond studs are sure to sparkle and shine. Let me know if there\'s anything else I can help you with.', 180.00, NULL, NULL, 399.95, 'Pompeii3 Jewelry 14k White or Yellow Gold Natural Diamond Studs Earrings-56092.jpeg', 'Pompeii3 Jewelry 14k White or Yellow Gold Natural Diamond Studs Earrings-58788.jpeg', 'Pompeii3 Jewelry 14k White or Yellow Gold Natural Diamond Studs Earrings-59269.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-03 03:02:10', '2024-02-03 03:02:10'),
(3106, 'Brown\'s Hand\'s Free Breast Silicone Milk Collector Set (Silicone Breast Pump, Travel Bag, Storage Cap and Anti-Colic Baby Bottle) w/ Lanolin Nipple Cream', 'DEddymCEM', 2, 'Dr. Brown’s Lanolin + Nipple Balm, 100% Silicone Breast Pump Breast Milk Catcher, Travel Bag, and 4oz Anti-Colic Options+ Baby Bottle, Level 1 Nipple & Lid\r\nManufacturer:	Dr. Brown\'s', 16.10, NULL, NULL, 19.00, 'Brown\'s Hand\'s Free Breast Silicone Milk Collector Set (Silicone Breast Pump, Travel Bag, Storage Cap and Anti-Colic Baby Bottle) w/ Lanolin Nipple Cream-43313.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-03 03:02:21', '2024-02-03 03:02:21'),
(3107, 'YMMV) Makita 40V max XGT Brushless Cordless 21 in. Walk Behind Self-Propelled Commercial Lawn Mower Kit (4.0Ah) GML01SM', 'b0Hp7fE1k', 2, 'The Makita 40V max XGT Brushless Cordless 21 in. Walk Behind Self-Propelled Commercial Lawn Mower Kit (4.0Ah) GML01SM is a powerful and efficient lawn mower designed for commercial use. With its brushless motor and self-propelled feature, it makes mowing your lawn a breeze. The 40V max XGT battery provides long-lasting power, and the 21-inch cutting deck ensures a clean and precise cut. Whether you have a small or large lawn, this lawn mower kit is a great choice for keeping your lawn looking neat and well-maintained. Let me know if there\'s anything else I can assist you with.', 199.00, NULL, NULL, 999.00, 'YMMV) Makita 40V max XGT Brushless Cordless 21 in. Walk Behind Self-Propelled Commercial Lawn Mower Kit (4.0Ah) GML01SM-62529.jpeg', 'YMMV) Makita 40V max XGT Brushless Cordless 21 in. Walk Behind Self-Propelled Commercial Lawn Mower Kit (4.0Ah) GML01SM-94519.jpeg', 'YMMV) Makita 40V max XGT Brushless Cordless 21 in. Walk Behind Self-Propelled Commercial Lawn Mower Kit (4.0Ah) GML01SM-85508.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-03 03:05:32', '2024-02-03 03:05:32'),
(3108, 'DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers YMMV Home Depot', 'aoL6bBn7H', 2, 'The DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers is a great find at Home Depot. It\'s a battery-powered lawn mower with a self-propelled feature, making it super convenient to use. The brushless motor ensures efficient performance, and the 21-1/2 inch cutting deck provides a clean and precise cut. With the included FLEXVOLT batteries and chargers, you\'ll have plenty of power to tackle your lawn. Keep in mind that availability may vary, so it\'s always good to check with your local Home Depot. Let me know if there\'s anything else I can assist you with.', 249.00, NULL, NULL, 849.00, 'DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers YMMV Home Depot-24085.jpeg', 'DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers YMMV Home Depot-69538.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-03 03:08:13', '2024-02-03 03:08:13'),
(3109, 'DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers YMMV Home Depot', 'gWHUWgCon', 2, 'The DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers is a great find at Home Depot. It\'s a battery-powered lawn mower with a self-propelled feature, making it super convenient to use. The brushless motor ensures efficient performance, and the 21-1/2 inch cutting deck provides a clean and precise cut. With the included FLEXVOLT batteries and chargers, you\'ll have plenty of power to tackle your lawn. Keep in mind that availability may vary, so it\'s always good to check with your local Home Depot. Let me know if there\'s anything else I can assist you with.', 249.00, NULL, NULL, 849.00, 'DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers YMMV Home Depot-73777.jpeg', 'DEWALT 2x20V MAX Brushless 21-1/2 in. Battery Powered Self-Propelled RWD Lawn Mower with (2) FLEXVOLT 12Ah Batteries & Chargers YMMV Home Depot-38315.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-03 03:09:48', '2024-02-03 03:09:48'),
(3110, 'Dream on Me Zodiak Portable Playard w/ Carry Bag and Removable Padded Mat', 'SzGIWTHGj', 2, 'Dream On Me Zodiak Portable Playard in Grey and Pink, Lightweight, Packable and Easy Setup Baby Playard, Breathable Mesh Sides and Soft Fabric - Comes with a Removable Padded Mat', 30.00, NULL, NULL, 40.00, 'Dream on Me Zodiak Portable Playard w/ Carry Bag and Removable Padded Mat-27236.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-03 03:11:18', '2024-02-03 03:11:18'),
(3111, 'Abt SHELLAIR13CLEAR Macbook Air 13-Inch', 'jmfzK32nF', 2, 'Matte finish for a sleek, sophisticated look and feel\r\nTransparent design to showcase the Apple logo and your MacBook\'s original color\r\nMade from high-quality, sturdy materials for optimal protection\r\nPrecise cutouts for full access to ports, buttons, and features without removing the case\r\nFrosted texture provides a better grip, reducing the risk of accidental drops\r\nEasy snap-on installation with secure locking clips that keep the case firmly in place\r\nVentilated base for improved heat dissipation, keeping your MacBook cool during use\r\nLightweight construction ensures no added bulk to your device\r\nCustomizable options available for a personalized touch with a minimum order quantity', 250.00, NULL, NULL, 300.00, 'Abt SHELLAIR13CLEAR Macbook Air 13-Inch-38468.jpeg', 'Abt SHELLAIR13CLEAR Macbook Air 13-Inch-21400.jpeg', 'Abt SHELLAIR13CLEAR Macbook Air 13-Inch-87878.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-03 03:12:41', '2024-02-03 03:12:41'),
(3112, 'YMMV: Lesco General lawn Fertilizer 50-lb 18750-sq ft 30-0-10 All-purpose Fertilizer', 'H0QHmtcAF', 2, 'The Lesco General Lawn Fertilizer is a versatile and effective choice for keeping your lawn healthy and vibrant. With a 30-0-10 nutrient ratio, it provides a balanced blend of nitrogen, phosphorus, and potassium, which are essential for promoting healthy growth and green color in your grass. The 50-lb bag covers up to 18,750 square feet, so you can treat a large area of your lawn. Just remember that availability may vary, so it\'s always a good idea to check with your local stores. Let me know if there\'s anything else I can help you with.', 7.22, NULL, NULL, 11.99, 'YMMV: Lesco General lawn Fertilizer 50-lb 18750-sq ft 30-0-10 All-purpose Fertilizer-81506.jpeg', NULL, NULL, 'Lawn and garden', 1.0, NULL, 1, '2024-02-03 03:14:14', '2024-02-03 03:14:14'),
(3113, 'Rattan Waste Basket With Lid Wicker Trash Can Round Trash Bin Woven Storage Bask', 'u5IeGazpT', 18, 'Rattan Waste Basket With Lid Wicker Trash Can Round Trash Bin Woven Storage Basket Clothes Container For Bedroom, Living Room And Bathroom Basket\r\n\r\nItem Condition: New\r\n\r\nColor: Chocolate\r\n\r\nProduct Dimension: 10.92 X 3.53 X 8.97\r\n\r\nProduct Information\r\n\r\nMade Of Sturdy And Premium Pp Materials That Provides A Stable Balance While.The Workmanship Of This Product Is Perfect, And You Will Have A Good Experience In Using It. It Can Be Used For Bedroom Clothes Collection, Bathroom Dirty Clothes Collection, Household , Sundries And Other Storage.Waste Basket With Lid Rattan Basket Wicker Trash Can Round Trash Bin Wicker Basket Woven Storage Basket For Bedroom, Bathroom, Offices Or Laundry The Multipurpose Basket Can Be Used As Dirty Clothes Holder, Basket, Fruit Basket', 64.00, NULL, NULL, 80.00, 'Rattan Waste Basket With Lid Wicker Trash Can Round Trash Bin Woven Storage Bask-95593.png', 'Rattan Waste Basket With Lid Wicker Trash Can Round Trash Bin Woven Storage Bask-75202.png', 'Rattan Waste Basket With Lid Wicker Trash Can Round Trash Bin Woven Storage Bask-38545.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-03 03:14:56', '2024-02-03 03:14:56'),
(3114, 'Maxx Bubbles Deluxe Bubble Lawn Mower Toy w/ 4oz Bubble Solution', '6XPvjwy1B', 2, 'The Maxx Bubbles Deluxe Bubble Lawn Mower Toy is a super fun toy for outdoor play. It\'s designed to look like a real lawn mower, but with a twist - it blows bubbles as you push it around! How cool is that? Plus, it comes with a 4oz bottle of bubble solution, so you\'ll have plenty of bubbles to make your outdoor adventures even more exciting. It\'s perfect for kids who love bubbles and want to have a blast in the sunshine. Let me know if there\'s anything else I can help you with.', 11.00, NULL, NULL, 24.00, 'Maxx Bubbles Deluxe Bubble Lawn Mower Toy w/ 4oz Bubble Solution-58591.jpeg', 'Maxx Bubbles Deluxe Bubble Lawn Mower Toy w/ 4oz Bubble Solution-29212.jpeg', 'Maxx Bubbles Deluxe Bubble Lawn Mower Toy w/ 4oz Bubble Solution-36285.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-03 03:18:22', '2024-02-03 03:18:22'),
(3115, 'JL Audio M3 7.7\" Gloss White Coaxial Marine Speakers', 'LQgmFOwwb', 2, 'Truly Engineered for Marine Duty\r\nTo ensure long-term performance, all models are designed and built to exceed industry standards for salt-fog and UV exposure. These are saltwater-rated products that you can use with confidence\r\nOutstanding Sound Quality\r\nAcoustically engineered to produce powerful, smooth sound in real-world, open-air, marine environments\r\nLong-excursion, high-efficiency woofers and treated silk dome tweeters deliver superior output capability with clear, high frequency detail\r\nIntegrated 2nd order, high-pass filter on tweeters, with solid-state protection circuit to minimize the possibility of tweeter failure\r\nVersatile Power Requirements\r\nSuitable for use with standard marine head-unit power\r\nDesigned to benefit with quality amplification, such as the JL Audio marine amplifiers\r\nChoose Your Look\r\nAvailable in two grille styles: “Classic” or “Sport”, both in Gloss White. Sport models are also available in a sleek, all Gunmetal finish\r\nAllows you to match the look of the speakers to the theme of the boat interior', 262.49, NULL, NULL, 349.99, 'JL Audio M3 7.7\" Gloss White Coaxial Marine Speakers-77761.jpeg', 'JL Audio M3 7.7\" Gloss White Coaxial Marine Speakers-58040.jpeg', 'JL Audio M3 7.7\" Gloss White Coaxial Marine Speakers-87555.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-03 03:21:58', '2024-02-03 03:21:58'),
(3116, 'Fiskars Ergo Weeder - Heavy Duty Gardening Hand Tool with Hang Hole - Lawn and Yard Tools - Black/Orange', 'wb7Hy9grd', 2, 'The Fiskars Ergo Weeder is a heavy-duty gardening hand tool that\'s perfect for tackling those stubborn weeds in your lawn and yard. With its ergonomic design and comfortable grip, it makes weeding a breeze. The weeder features a sharp, serrated blade that easily cuts through roots and removes weeds from the ground. It also has a convenient hang hole, so you can easily store it when not in use. The black and orange color combination gives it a sleek and modern look. It\'s a must-have tool for any gardening enthusiast. Let me know if there\'s anything else I can assist you with.', 8.95, NULL, NULL, 10.99, 'Fiskars Ergo Weeder - Heavy Duty Gardening Hand Tool with Hang Hole - Lawn and Yard Tools - Black/Orange-17202.jpeg', 'Fiskars Ergo Weeder - Heavy Duty Gardening Hand Tool with Hang Hole - Lawn and Yard Tools - Black/Orange-80831.jpeg', 'Fiskars Ergo Weeder - Heavy Duty Gardening Hand Tool with Hang Hole - Lawn and Yard Tools - Black/Orange-60557.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-03 03:22:17', '2024-02-03 03:22:17'),
(3117, '4Ft Wood Log Rack Wood Lumber Storage Holder For Place Stove Pit', 'Xa1d8ucpG', 18, '4Ft Wood Log Rack Wood Lumber Storage Holder For Place Stove Pit\r\n\r\nCondition: New\r\n\r\nType: Wood Rack\r\n\r\nMpn: Gsd-H01-2685\r\n\r\nMaterial: Metalpp\r\n\r\nColor: Black\r\n\r\nProduct Size: 48.4\" X48 \"X14.1\"\r\n\r\nLoad: 330Lb\r\n\r\nHeight Above Ground: 6.8 \'\'\r\n\r\nPipe Wall Thickness: 1.3Mm', 74.99, NULL, NULL, 109.00, '4Ft Wood Log Rack Wood Lumber Storage Holder For Place Stove Pit-71758.png', '4Ft Wood Log Rack Wood Lumber Storage Holder For Place Stove Pit-88106.png', '4Ft Wood Log Rack Wood Lumber Storage Holder For Place Stove Pit-48951.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-03 03:23:19', '2024-02-03 03:23:19'),
(3118, '36\" Indoor/Outdoor Wood Log Rack - Steel Place Storage Holder Heavy Duty', 'aJmmeDNgG', 18, '36\" Indoor/Outdoor Wood Log Rack - Steel Place Storage Holder Heavy Duty\r\n\r\nCondition: New\r\n\r\nType: Log Holder\r\n\r\nColor: Black', 86.99, NULL, NULL, 108.00, '36\" Indoor/Outdoor Wood Log Rack - Steel Place Storage Holder Heavy Duty-43401.png', '36\" Indoor/Outdoor Wood Log Rack - Steel Place Storage Holder Heavy Duty-77414.png', '36\" Indoor/Outdoor Wood Log Rack - Steel Place Storage Holder Heavy Duty-89473.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-03 03:31:34', '2024-02-03 03:31:34'),
(3119, 'Men\'s LYNX Mariner Link Chain Necklace - Stainless Steel (22\")', 'xGN1IPlsj', 4, 'The Men\'s LYNX Mariner Link Chain Necklace is a stylish accessory that adds a touch of sophistication to any outfit. Made from durable stainless steel, this chain necklace features a mariner link design, giving it a unique and eye-catching look. With a length of 22 inches, it\'s the perfect length to wear comfortably around your neck. Whether you\'re dressing up for a special occasion or adding a cool factor to your everyday style, this necklace is a great choice. Let me know if there\'s anything else I can help you with', 59.50, NULL, NULL, 175.00, 'Men\'s LYNX Mariner Link Chain Necklace - Stainless Steel (22\")-91218.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-03 03:32:00', '2024-02-03 03:32:00'),
(3120, 'Alyson Layne 14k Gold 1/2 Carat T.W. Diamond 11-Stone Wedding Band', 'pReHXybAG', 4, 'The Alyson Layne 14k Gold 1/2 Carat T.W. Diamond 11-Stone Wedding Band is a stunning piece of jewelry that will make a beautiful addition to any wedding set. Made with 14k gold and featuring 11 sparkling diamonds totaling 1/2 carat in weight, this wedding band is both elegant and timeless. It\'s the perfect symbol of love and commitment. Whether you\'re getting married or looking for a special gift, this diamond wedding band is sure to impress. Let me know if there\'s anything else I can assist you with!', 1190.00, NULL, NULL, 3500.00, 'Alyson Layne 14k Gold 1/2 Carat T.W. Diamond 11-Stone Wedding Band-47369.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-03 03:34:33', '2024-02-03 03:34:33'),
(3121, 'Pottery Barn Bambini Metallo Bambola Neonato Shopping Cart Buggy Alimentari', 'UZkcXrZ65', 4, 'Quando si ordina dagli Stati Uniti, i pacchi possono essere soggetti a tasse di importazione e dazi doganali, che l\'acqirente e tenuto a pagare.\r\nPottery Barn Bambini Metallo Bambola Neonato Shopping Cart Buggy Alimentari\r\n\r\nQuesto foglio informativo sul prodotto e stato originariamente stilato in lingua inglese. Si prega di consultare appresso una traduzione automatica dello stesso in lingua italiani. Per ogni domanda, si invita cortesemente a contattarci.\r\n\r\nPottery Barn Kids Baby Doll in metallo Carrello della spesa Buggy Grocery Store.\r\n\r\nSi prega di visualizzare tutte le immagini per tutti i dettagli.\r\n\r\nAssicurati di controllare il nostro feedback e acquistare con fiducia.\r\n\r\nPottery Barn Kids Baby Doll in metallo Carrello della spesa Buggy Grocery Store. Si prega di visualizzare tutte le immagini per tutti i dettagli. Assicurati di controllare il nostro feedback e acquistare con fiducia.\r\n\r\nYear Manufactured\r\nUnknown\r\n\r\nColor\r\nSilver\r\n\r\nBrand\r\nPottery Barn\r\n\r\nMaterial\r\nSteel\r\n\r\nUPC\r\nDoes not apply\r\n\r\nCountry/Region of Manufacture\r\nUnknown\r\n\r\nMPN\r\nN/A\r\n\r\nProduct Line\r\nN/A\r\n\r\nGrocery Type\r\nN/A\r\n\r\nAge Level\r\n3-4 Years', 80.99, NULL, NULL, 98.99, 'Pottery Barn Bambini Metallo Bambola Neonato Shopping Cart Buggy Alimentari-78865.jpeg', 'Pottery Barn Bambini Metallo Bambola Neonato Shopping Cart Buggy Alimentari-58405.jpeg', 'Pottery Barn Bambini Metallo Bambola Neonato Shopping Cart Buggy Alimentari-86629.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-03 03:39:24', '2024-02-03 03:39:24'),
(3122, 'Kids Llama Slip-On Sneakers', 'c6jbh0aUx', 2, 'Kids Llama Slip-On Sneakers: Knit upper.,Elasticized panels and tab at ankle for easy pull-on.,Cozy embroidered graphic at round toe.,Smooth insole.,Sturdy rubber outsole.', 3.00, NULL, NULL, 4.00, 'Kids Llama Slip-On Sneakers-45377.jpeg', 'Kids Llama Slip-On Sneakers-84825.jpeg', 'Kids Llama Slip-On Sneakers-74360.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 03:40:30', '2024-02-03 03:40:30'),
(3123, '5-Tier Wood Shoe Rack Freestanding Shoe Storage Organizer Heavy-duty Home Use', 'BmiPP7Cy4', 18, '5-Tier Wood Shoe Rack Freestanding Shoe Storage Organizer Heavy-duty Home Use\r\n\r\ncondition: New\r\n\r\nItem Height: 32.5 in\r\n\r\nItem Length: 29 in\r\n\r\nItem Width: 10.5 in\r\n\r\nType: Shoe Rack\r\n\r\nItem Weight: 11 lbs\r\n\r\nMPN: US-2W62410\r\n\r\nColor: Red Brown\r\n\r\nOriginal/Reproduction: Original\r\n\r\nSize: 29\"(L) x 10.5\"(W) x32.5\"(H)\r\n\r\nWeight Capacity: 180 lbs\r\n\r\nMount Type: Free Standing\r\n\r\nHeight: 32.5 in\r\n\r\nWeight: 11 lbs', 109.00, NULL, NULL, 118.00, '5-Tier Wood Shoe Rack Freestanding Shoe Storage Organizer Heavy-duty Home Use-69011.png', '5-Tier Wood Shoe Rack Freestanding Shoe Storage Organizer Heavy-duty Home Use-91523.png', '5-Tier Wood Shoe Rack Freestanding Shoe Storage Organizer Heavy-duty Home Use-84256.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-03 03:44:17', '2024-02-03 03:44:17'),
(3124, 'Read Teddy Bear \"My Weekend Is All Booked\" Gift Set', 'N9S3dFGta', 2, 'Bears for books! Inspire creativity and encourage a love for reading with Read Teddy! This classic brown bear has super soft fur with an irresistibly cute smile. Dress Read Teddy in its own outfits and accessories to make it the cutest bear on your bookshelf.\r\nFor every one of this item sold, Build-A-Bear will donate $1.00 to Build-A-Bear Foundation in support of First Book.\r\nMaximum donation of $50,000. Valid until December 31, 2024.\r\nBuild-A-Bear Foundation - 415 S 18th Street, St. Louis, MO 63103\r\nFirst Book - 1319 F Street NW, Suite 100, Washington, DC 20004I’m', 42.00, NULL, NULL, 49.00, 'Read Teddy Bear \"My Weekend Is All Booked\" Gift Set-98920.jpeg', NULL, NULL, 'Babies', 4.5, NULL, 1, '2024-02-03 03:55:33', '2024-02-03 03:55:33'),
(3125, 'Gemminded 10k Gold 1/10 Carat T.W. Diamond & Emerald Ring - 10k Gold', 'sASjiMBCa', 4, 'The Gemminded 10k Gold 1/10 Carat T.W. Diamond & Emerald Ring is a gorgeous piece of jewelry that combines the beauty of diamonds and emeralds. Made with 10k gold, this ring features a sparkling diamond and a vibrant emerald, creating a stunning contrast. It\'s a perfect choice for adding a touch of elegance and color to any outfit. Whether you\'re treating yourself or looking for a special gift, this diamond and emerald ring is sure to make a statement. Let me know if there\'s anything else I can help you with.', 493.00, NULL, NULL, 1450.00, 'Gemminded 10k Gold 1/10 Carat T.W. Diamond & Emerald Ring - 10k Gold-63413.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-03 03:57:06', '2024-02-03 03:57:06'),
(3126, 'Kendall + Kylie Silver Toned and Shiny Stone Chain Link Analog Watch and Bracelet Set', 'qQb6rcbMP', 4, 'The Kendall + Kylie Silver Toned and Shiny Stone Chain Link Analog Watch and Bracelet Set is a stylish and fashionable accessory that will elevate your wrist game. This set includes a silver-toned watch with a chain link strap, giving it a sleek and modern look. The watch features an analog display, making it easy to read the time. The accompanying bracelet adds a touch of sparkle with shiny stones, complementing the watch perfectly. It\'s a great set to add some flair to your outfits and make a statement. Let me know if there\'s anything else I can assist you with.', 15.67, NULL, NULL, 95.00, 'Kendall + Kylie Silver Toned and Shiny Stone Chain Link Analog Watch and Bracelet Set-33990.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-03 04:01:08', '2024-02-03 04:01:08'),
(3127, 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult', 'JeIMs1MaX', 2, 'The Ozark Trail Camp Lounge Chair with Detached Footrest provides the ultimate comfort experience for all adults! Kick your feet up and relax with the detached footrest in the Blue and White Geo Design Lounger. The foldable and detachable design of the footrest helps save space and provides easy carry options. Enjoy the padded pillow headrest or use the cup and cell phone holder to store your items. Whether you’re taking the family on a camping trip or taking a day trip to a local trail Ozark Trail has everything you need to enjoy the great outdoors.', 13.50, NULL, NULL, 17.50, 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult-70580.jpeg', 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult-75617.jpeg', 'Ozark Trail Lounge Camp Chair Detached Footrest Blue and White Design Padded Headrest Adult-90281.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-03 04:01:52', '2024-02-03 04:01:52'),
(3128, 'PLANTERS Pistachio Lovers Nut Mix with Pistachios, Almonds & Cashews', 'D5Gi7NrOX', 4, 'PLANTERS Pistachio Lovers Nut Mix is an assortment of pistachios, almonds and cashews roasted in peanut oil to crispy perfection. Wonderfully crunchy and seasoned with salt, PLANTERS Mixed Nuts with no peanuts have the delicious flavor you crave, whether you need a between-meal or on-the-go snack. The 18.5-ounce airtight canister with resealable lid ensures that our mixed nuts stay fresh. Load up on our roasted nuts to share with family and friends, or keep a canister of mixed nuts in your desk drawer for easy snacking. All trademarks, logos and images are owned by Hormel Foods Corporation, its subsidiaries and affiliates. Copyright Hormel Foods, LLC.', 10.38, NULL, NULL, 12.98, 'PLANTERS Pistachio Lovers Nut Mix with Pistachios, Almonds & Cashews-42715.jpeg', 'PLANTERS Pistachio Lovers Nut Mix with Pistachios, Almonds & Cashews-92561.jpeg', 'PLANTERS Pistachio Lovers Nut Mix with Pistachios, Almonds & Cashews-76286.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-03 04:03:46', '2024-02-03 04:03:46'),
(3129, 'Stella Grace 10k White Gold Lab-Created White Sapphire & Diamond Accent Filigree Engagement Ring - 10k White Gold (4)', 'qILlCT4dS', 4, 'The Stella Grace 10k White Gold Lab-Created White Sapphire & Diamond Accent Filigree Engagement Ring is absolutely stunning. Made with 10k white gold, this engagement ring features a beautiful lab-created white sapphire at the center, surrounded by sparkling diamond accents. The intricate filigree design adds a touch of elegance and sophistication. It\'s the perfect ring to symbolize your love and commitment. Let me know if there\'s anything else I can help you with.', 541.87, NULL, NULL, 2125.00, 'Stella Grace 10k White Gold Lab-Created White Sapphire & Diamond Accent Filigree Engagement Ring - 10k White Gold (4)-14361.jpeg', NULL, NULL, 'Jewelry', 2.5, NULL, 1, '2024-02-03 04:04:10', '2024-02-03 04:04:10'),
(3130, 'MINNESOTA GOPHERS FOOTBALL BASKETBALL SPORTS HOCKEY Table Top Toss Game NEW', 'ZvxqXUIDt', 18, 'BADGER GAME SHOWN FOR EXAMPLE\r\n\r\nTable Top Toss is the smallest version of the popular backyard game Tailgate Toss.\r\n\r\nThis version can be played on any table and is perfect for in the dorm room, office, home, and any party.', 17.83, NULL, NULL, 18.01, 'MINNESOTA GOPHERS FOOTBALL BASKETBALL SPORTS HOCKEY Table Top Toss Game NEW-35964.png', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-03 04:04:35', '2024-02-03 04:04:35'),
(3131, 'Narwhal Kingston Dartboard Eastpoint Sports 2018', 'vcuReIVzm', 18, 'Narwhal Kingston Dartboard Eastpoint Sports 2018', 20.79, NULL, NULL, 21.00, 'Narwhal Kingston Dartboard Eastpoint Sports 2018-21576.png', 'Narwhal Kingston Dartboard Eastpoint Sports 2018-37345.png', 'Narwhal Kingston Dartboard Eastpoint Sports 2018-35489.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-03 04:25:50', '2024-02-03 04:25:50'),
(3132, '4 ft Vertical Raised Garden Bed with 5 Tiers for Patio Balcony Flower Herb - 22.5\'\' x 27\'\' x 45\'\' (L x W x H)', 'jljmOOnbg', 4, 'Color : Gray\r\nMaterial : Iron + PP\r\nProduct dimensions : 22.5\'\' x 27\'\' x 45\'\' (L x W x H)\r\nSingle pot dimension : 19.5\'\' x 7.5\'\' x 6\'\' (L x W x H)\r\nDistance of each layer : 9\'\'\r\nNet weight : 18 lbs\r\nMaximum weight of each layer : 22 lbs', 131.90, NULL, NULL, 145.99, '4 ft Vertical Raised Garden Bed with 5 Tiers for Patio Balcony Flower Herb - 22.5\'\' x 27\'\' x 45\'\' (L x W x H)-94770.jpeg', '4 ft Vertical Raised Garden Bed with 5 Tiers for Patio Balcony Flower Herb - 22.5\'\' x 27\'\' x 45\'\' (L x W x H)-87520.jpeg', '4 ft Vertical Raised Garden Bed with 5 Tiers for Patio Balcony Flower Herb - 22.5\'\' x 27\'\' x 45\'\' (L x W x H)-91841.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-03 11:07:41', '2024-02-03 11:07:41'),
(3133, 'Wesco Aluminum Folding Ergo-Handle Platform Truck', '2UOcsw9D7', 2, 'Wesco aluminum lightweight platform truck. Folding ergonomic european style handle. Corner bumpers. 7-inches 2 Rigid and 2 swivel rubber tread casters. 660 pounds load capacity. Platform measures 35-1/2-inches length by 24-inches width. 41-inches Handle height. Measures 24-inches width by 41-inches height by 35-1/2-inches depth.\r\n\r\nErgonomic European style handle\r\nCorner bumpers\r\nLightweight aluminum', 195.72, NULL, NULL, 210.72, 'Wesco Aluminum Folding Ergo-Handle Platform Truck-78541.jpeg', 'Wesco Aluminum Folding Ergo-Handle Platform Truck-72932.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-03 11:12:26', '2024-02-03 11:12:26'),
(3134, '22 in. 40-Volt Cordless Electric Snow Thrower - N/A', 'nOtdUzosH', 2, 'Clear snow easily and efficiently with the Earthwise Cordless Electric Snow Thrower. With a powerful 40-volt brushless motor and 4.0Ah lithium-ion batteries, this electric snow thrower is both eco-friendly and efficient. It requires no oil or gas, making it an excellent choice for those who want to minimize their environmental impact. The snow thrower is also quiet, ensuring that you won\'t disturb your neighbors while you clear your driveway or walkway. Additionally, the bright LED lights provide increased visibility for use during early mornings or late nights.', 327.17, NULL, NULL, 354.88, '22 in. 40-Volt Cordless Electric Snow Thrower - N/A-63757.jpeg', '22 in. 40-Volt Cordless Electric Snow Thrower - N/A-65076.jpeg', '22 in. 40-Volt Cordless Electric Snow Thrower - N/A-69258.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-03 11:13:18', '2024-02-03 11:13:18'),
(3135, 'Wesco Aluminum Folding Handle Long Deck Truck', 'ozRiuDqgb', 2, 'Wesco aluminum deck long truck with folding handle. TPR rubber non-marking caster wheels. Lightweight aluminum deck. Wrap around corner bumper. Six 5-inches casters, four swivel on ends, two rigid in center. Platform size measures 29-inches width by 19-inches length. 5-inches four swivel and two rigid caster size. 660 pounds capacity.\r\n\r\nTPR rubber non-marking caster wheels\r\nLightweight aluminum deck\r\nWrap around corner bumper\r\nSix 5\" casters, four swivel on ends, two rigid in center', 295.86, NULL, NULL, 313.86, 'Wesco Aluminum Folding Handle Long Deck Truck-29486.jpeg', 'Wesco Aluminum Folding Handle Long Deck Truck-38199.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-03 11:18:31', '2024-02-03 11:18:31'),
(3136, 'D&K Minikote EZ 27\" 5fpm Laminator', 'SHN2ZVwut', 2, 'The Minikote EZ Laminator is easy to operate, contemporary in design and is perfect for classroom and office environments. When your professional requirements demand a dependable, simple-to-operate laminator, the Minikote EZ will meet your needs. Easily protect and preserve all your educational and professional documents including charts, posters, maps, newspaper clippings, teaching aids, children\'s drawings and more.\r\n\r\n• Detachable, hand held slitter conveniently stores on machine\r\n• Adjustable feed guide assures exact lamination.\r\n• 1\" mandrels standard\r\n• Safety shield for protection from heat shoes.\r\n• Key switch prevents unauthorized use of laminator.\r\n• Easy-to-use Forward/Reverse switch.\r\n• Temperature control knob increase and de- crease temperature.\r\n• Round dial thermostat for precision lamination.\r\n• 120V Minikote laminator accepts standard ho- mopolymer and copolymer films in 1.5 and 3 mil.\r\n• UL listed', 1340.00, NULL, NULL, 1540.00, 'D&K Minikote EZ 27\" 5fpm Laminator-60168.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-03 11:25:16', '2024-02-03 11:25:16'),
(3137, 'D&K Expression 5298H Vacuum Press', 'emPktFSh1', 2, 'The Expression line of vacuum presses from D&K offers guaranteed quality results every time for mounting, laminating and texturing projects. Vacuum presses allow users to simultaneously process multiple pieces of artwork with varying sizes and thicknesses. The 5298H Vacuum Press includes a built-in stand and user-friendly touch pad controls with six factory-installed programs for processing common applications. The 5298H Vacuum Press also includes an Expression cutting mat that allows you to use the top of the press as a working surface.\r\n\r\n• Touch-pad controls assure consistency and are user friendly\r\n• Sturdy Dura-Box alloy frame provides a tight vacuum seal and extra durability\r\n• Built-in stand\r\n• Touch-pad controls\r\n• Easy to read digital display\r\n• Programmable system controller with six preset programs\r\n• End-of-cycle signal\r\n• Space-saving work surface\r\n• Maintenance-free vacuum pump', 16886.00, NULL, NULL, 19886.00, 'D&K Expression 5298H Vacuum Press-73886.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-03 11:30:51', '2024-02-03 11:30:51'),
(3138, 'Nike Max Air N-DORFIN 2 Fitness Inline Roller Skates Rollerblades Women`s Size 6', 'K9TGwiI27', 18, 'Nike Max Air N-DORFIN 2 Fitness Inline Roller Skates Rollerblades Womens Size 6\r\n\r\nGreat pair of inline rollerblades. Gently preowned showing some signs of use though not many considering what they are used for.\r\n\r\nShoe Measurements (approximate):\r\n\r\nWidth = 3 1/2 inches\r\n\r\nLength = 10 inches\r\n\r\nNOTE: Be sure you check your measurements before purchasing these skates. Thank you.', 50.30, NULL, NULL, 52.95, 'Nike Max Air N-DORFIN 2 Fitness Inline Roller Skates Rollerblades Women`s Size 6-50140.png', 'Nike Max Air N-DORFIN 2 Fitness Inline Roller Skates Rollerblades Women`s Size 6-38943.png', 'Nike Max Air N-DORFIN 2 Fitness Inline Roller Skates Rollerblades Women`s Size 6-48446.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-03 11:41:29', '2024-02-03 11:41:29');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3139, 'Gold Birthstone Babies Boy Charm - October Boy', 'wZBeKTAXD', 4, 'You\'ll adore these 10k gold birthstone babies charms. Simulated birthstones emit a dazzling glow', 39.45, NULL, NULL, 42.50, 'Gold Birthstone Babies Boy Charm - October Boy-73904.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-03 11:43:18', '2024-02-03 11:43:18'),
(3140, 'Square Strike Wedge Bundle of 45 and 55 Degrees Loft - Right Hand', 'nOTeS3aYG', 18, 'Square Strike Wedge Bundle of 45 and 55 Degrees Loft - Right Hand\r\n\r\nDescription\r\n\r\nBrand Name\r\nAutopilot\r\n\r\nColor\r\nGreen\r\n\r\nBrand\r\nAutopilot\r\n\r\nGrip Type\r\nPutter\r\n\r\nShaft Material\r\nStainless Steel\r\n\r\nGolf Club Loft\r\n55 Degrees\r\n\r\nHand Orientation\r\nRight', 270.00, NULL, NULL, 285.39, 'Square Strike Wedge Bundle of 45 and 55 Degrees Loft - Right Hand-63951.png', 'Square Strike Wedge Bundle of 45 and 55 Degrees Loft - Right Hand-29043.png', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-03 11:47:00', '2024-02-03 11:47:00'),
(3141, 'UANLAUO Baby Playpen, Sturdy Playpen for Babies and Toddlers, Safety Baby Play Yards, Easy Assembly Large Baby Playpen for Babies, Anti-Collision BPA-Free Breathable Mesh Play Pen, 59in X 59in (Gray)&hellip;', 'khTGLXW5j', 4, 'Brand UANLAUO\r\nColor Grey(59x59x27 Inch)\r\nMaterial Alloy Steel, Fabric\r\nItem Weight 14 Pounds\r\nItem Dimensions LxWxH 59 x 59 x 27 inches\r\nFloor Area 24.2 Square Feet\r\nAge Range (Description) Toddler', 35.38, NULL, NULL, 40.38, 'UANLAUO Baby Playpen, Sturdy Playpen for Babies and Toddlers, Safety Baby Play Yards, Easy Assembly Large Baby Playpen for Babies, Anti-Collision BPA-Free Breathable Mesh Play Pen, 59in X 59in (Gray)&hellip;-19572.jpeg', 'UANLAUO Baby Playpen, Sturdy Playpen for Babies and Toddlers, Safety Baby Play Yards, Easy Assembly Large Baby Playpen for Babies, Anti-Collision BPA-Free Breathable Mesh Play Pen, 59in X 59in (Gray)&hellip;-23884.jpeg', 'UANLAUO Baby Playpen, Sturdy Playpen for Babies and Toddlers, Safety Baby Play Yards, Easy Assembly Large Baby Playpen for Babies, Anti-Collision BPA-Free Breathable Mesh Play Pen, 59in X 59in (Gray)&hellip;-61259.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 11:51:15', '2024-02-03 11:51:15'),
(3142, 'Portable Manual Kindling Splitter, Safe Firewood Cutter for Fireplace Home Camping', '5LD1TULOJ', 4, 'Color: Black\r\nMaterials: High Carbon Steel\r\nOverall Dimension: 8.66\"L x 8.66\"W x 12.2\"H\r\nDiameter of Top Ring: 7.55\"\r\nNet Weight: 6.11 lbs\r\nThe Package includes: 1 Firewood splitter', 84.18, NULL, NULL, 95.99, 'Portable Manual Kindling Splitter, Safe Firewood Cutter for Fireplace Home Camping-14335.jpeg', 'Portable Manual Kindling Splitter, Safe Firewood Cutter for Fireplace Home Camping-26706.jpeg', NULL, 'Lawn and garden', 5.0, NULL, 1, '2024-02-03 11:53:08', '2024-02-03 11:53:08'),
(3143, '24 White Vice Pro Near Mint AAAA Used Golf Balls', 'ppK330FlW', 18, 'Thank you for visiting Golf Ball House.\r\n\r\nWe ship fast and free so let us be your home for all your golf ball needs.\r\n\r\n24 Near Mint AAAA Vice Pro Used Golf Balls.\r\n\r\nOur Grading Scale\r\n\r\nHere is our grading chart\r\n\r\nMint Condition - Brand new and have never been played.', 35.00, NULL, NULL, 40.95, '24 White Vice Pro Near Mint AAAA Used Golf Balls-88610.png', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-03 11:54:17', '2024-02-03 11:54:17'),
(3144, 'Adidas Adizero 5-Star 7.0 Football Cleats White CG6324 Men’s Size 12-13', 'cinUpNTO0', 19, 'Adidas Adizero 5-Star 7.0 Football Cleats White CG6324 Men?s Size 12-13.', 170.00, NULL, NULL, 178.93, 'Adidas Adizero 5-Star 7.0 Football Cleats White CG6324 Men’s Size 12-13-41501.png', 'Adidas Adizero 5-Star 7.0 Football Cleats White CG6324 Men’s Size 12-13-75469.png', 'Adidas Adizero 5-Star 7.0 Football Cleats White CG6324 Men’s Size 12-13-44633.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-03 12:01:04', '2024-02-03 12:01:04'),
(3145, 'Earthwise Garden Chipper Shredder', 'xbK7Wuofp', 4, 'Make yard clean up a breeze with the Earthwise Garden Chipper Shredder. This powerful tool can handle leaves, grass, twigs, and small limbs up to 1.75 inches in diameter with ease. The 15-amp motor features overload protection and a reset switch for added safety. Plus, the chipper shredder is eco-friendly, requiring no gas or oil, so you can say goodbye to fumes and messy cleanups.\r\n\r\n\r\nFeatures:\r\n\r\nPowerful 15-amp motor\r\nHandles leaves, grass, twigs, and small limbs up to 1.75 inches in diameter\r\nOverload protection and reset switch for added safety\r\nEco-friendly design requires no gas or oil\r\nRear transport wheels for easy maneuverability', 169.65, NULL, NULL, 180.99, 'Earthwise Garden Chipper Shredder-32782.jpeg', 'Earthwise Garden Chipper Shredder-38826.jpeg', 'Earthwise Garden Chipper Shredder-49557.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-03 12:03:02', '2024-02-03 12:03:02'),
(3146, 'Brand UANLAUO Color Grey(59x59x27 Inch) Material Alloy Steel, Fabric Item Weight 14 Pounds Item Dimensions LxWxH 59 x 59 x 27 inches Floor Area 24.2 Square Feet Age Range (Description) Toddler', 'Ru0ugV8Wz', 4, 'Brand Adventure Force	Adventure Force\r\nVehicle type Race Car	Race Car\r\nColor Multicolor	Multicolor\r\nMaterial Plastic	Plastic\r\nDimensions 15.00 x 5.00 x 6.75 Inches	15.00 x 5.00 x 6.75 Inches\r\nBatteries incl Y	Y\r\nMultipack ind N	N', 6.86, NULL, NULL, 8.86, 'Brand UANLAUO Color Grey(59x59x27 Inch) Material Alloy Steel, Fabric Item Weight 14 Pounds Item Dimensions LxWxH 59 x 59 x 27 inches Floor Area 24.2 Square Feet Age Range (Description) Toddler-33249.jpeg', 'Brand UANLAUO Color Grey(59x59x27 Inch) Material Alloy Steel, Fabric Item Weight 14 Pounds Item Dimensions LxWxH 59 x 59 x 27 inches Floor Area 24.2 Square Feet Age Range (Description) Toddler-83243.jpeg', 'Brand UANLAUO Color Grey(59x59x27 Inch) Material Alloy Steel, Fabric Item Weight 14 Pounds Item Dimensions LxWxH 59 x 59 x 27 inches Floor Area 24.2 Square Feet Age Range (Description) Toddler-90972.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 12:03:46', '2024-02-03 12:03:46'),
(3147, 'Authenticity Guarantee adidas adizero 5 star 7.0 Cleat White CQ0316 Men’s', 'jNBa2JHgl', 19, 'adidas adizero 5 star 7.0 Cleat White CQ0316 Men?s Size 13.', 190.34, NULL, NULL, 201.00, 'Authenticity Guarantee adidas adizero 5 star 7.0 Cleat White CQ0316 Men’s-71244.png', 'Authenticity Guarantee adidas adizero 5 star 7.0 Cleat White CQ0316 Men’s-64968.png', 'Authenticity Guarantee adidas adizero 5 star 7.0 Cleat White CQ0316 Men’s-55825.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-03 12:06:43', '2024-02-03 12:06:43'),
(3148, 'Snow Joe illum-n-broom 4-in-1 Telescoping Snow Broom with Ice Scraper and LED Lights - 18-Inch', 'b3NBd5yIt', 4, 'Sweep, scrape, and illuminate. Meet Illum-n\'-Broom: the bright new tool for safe winter travel. A revolutionary 4-in-1 device, Illum-n\'-Broom is a snow broom, ice scraper, flashlight, and emergency blinker, all in one convenient and compact tool. Now you can safely sweep snow and scrape ice off your car day or night, without damaging its paint, trim, or glass. \r\n\r\n\r\nFeatures\r\n\r\nMetal, plastic, electronic components, and foam construction\r\n4-in-1 tool: snow broom, ice scraper, flashlight, emergency blinker\r\nTelescoping pole extends from 30 to 49 inches\r\n2 powerful LED lights instantly brighten your task\r\nBuilt-in blinker doubles as an emergency flashe\r\nStows neatly inside your car\r\nJust sweep, scrape, and illuminate. \r\nWeight: 1.5 lbs.\r\nRequires 2 AAA batteries (batteries not included)\r\nDimensions: 18 inches long x 7 inches wide x 49 inches tall', 21.39, NULL, NULL, 29.55, 'Snow Joe illum-n-broom 4-in-1 Telescoping Snow Broom with Ice Scraper and LED Lights - 18-Inch-87976.jpeg', 'Snow Joe illum-n-broom 4-in-1 Telescoping Snow Broom with Ice Scraper and LED Lights - 18-Inch-31305.jpeg', 'Snow Joe illum-n-broom 4-in-1 Telescoping Snow Broom with Ice Scraper and LED Lights - 18-Inch-47489.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-03 12:07:08', '2024-02-03 12:07:08'),
(3149, 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches', '6MQDkhKUe', 4, 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches', 3.00, NULL, NULL, 3.76, 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches-18798.jpeg', 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches-31353.jpeg', 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches-28080.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 12:10:30', '2024-02-03 12:10:30'),
(3150, 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches', 'MmcOit26M', 4, 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches', 3.00, NULL, NULL, 3.76, 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches-68380.jpeg', 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches-90864.jpeg', 'Aurora&reg; Adorable Mini Flopsie&trade; Black Face Sheep Stuffed Animal - Playful Ease - Timeless Companions - White 8 Inches-33718.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 12:11:42', '2024-02-03 12:11:42'),
(3151, 'YELLOW JACKET 67006 MANTOOTH GAUGES WIRELESS AUTOMOTIVE KIT - 2 SINGLES TETHERED', 'gdTKEWrli', 4, 'Yellow Jacket 67006 Mantooth Gauges Wireless Automotive Kit - 2 Singles Tethered\r\n\r\nWireless Digital Pressure/Temperature Gauge Automotive Kit uses Bluetooth technology and an app to provide service centers and technicians the ability to perform an accurate vehicle A/C system check in less than three minutes (on avaerage).\r\n\r\nAdding this to your current courtesy inspection or multi-point inspection process on every vehicle that rolls up to your shop is efficient and easy. It provides an exact A/C system health status for your customer and maximizes the opportunity to up-sell additional A/C service.!', 1012.67, NULL, NULL, 1265.85, 'YELLOW JACKET 67006 MANTOOTH GAUGES WIRELESS AUTOMOTIVE KIT - 2 SINGLES TETHERED-74933.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-03 12:12:59', '2024-02-03 12:12:59'),
(3152, 'Hover-1 Night Owl Electric Folding Scooter, 31 MPH Top Speed, 37 Mile Range, 1400 Watts Max Power, 10.5&rdquo; Offroad Tires, Dual Disc Brakes, and Front and Rear Suspension, Black/Red', '98vT5H9EG', 4, 'Brand Hover-1\r\nColor Black/Red\r\nAge Range (Description) Adult\r\nSpecial Feature Non Slip Deck, Foldable\r\nWeight Limit 220 Pounds\r\nProduct Dimensions 47\"L x 26\"W x 50\"H\r\nNumber of Wheels 2\r\nModel Name Night Owl\r\nWheel Material Aluminum\r\nItem Weight 57.3 Pounds', 622.21, NULL, NULL, 722.21, 'Hover-1 Night Owl Electric Folding Scooter, 31 MPH Top Speed, 37 Mile Range, 1400 Watts Max Power, 10.5&rdquo; Offroad Tires, Dual Disc Brakes, and Front and Rear Suspension, Black/Red-37033.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-03 12:16:01', '2024-02-03 12:16:01'),
(3153, 'DEWALT 20V MAX 2-Tool Automotive Kit', 'tqPV2WGAr', 2, 'DEWALT 20V MAX 2-Tool Automotive Kit\r\n\r\nEXPAND YOUR SYSTEM with the 20V MAX 2-Tool Combo Kit including a XR 1/2 in. Mid-Range Impact Wrench and Grease Gun. This kit also includes one 20V MAX XR 5Ah battery and an 8 Amp Fast Charger with 2X the charge rate (vs. DCB115).', 399.00, NULL, NULL, 439.00, 'DEWALT 20V MAX 2-Tool Automotive Kit-27204.jpeg', 'DEWALT 20V MAX 2-Tool Automotive Kit-98570.jpeg', 'DEWALT 20V MAX 2-Tool Automotive Kit-13967.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-03 12:22:58', '2024-02-03 12:22:58'),
(3154, 'Gorilla Automotive 12mm x 1.50 Spline Lug Nut Kit with Valves', '2Z7PUgMns', 4, 'Innovation, teamwork and an unwavering commitment to quality has established Gorilla Automotive Products as a leader in the accessory industry for over 40 years. Year after year, Gorilla has invested in building their position of strength by never settling for second best, but rather providing their customers with products they can depend on and trust. In return, Gorilla Automotive has enjoyed growth as a company, continued brand loyalty and customers who believe in their vision! 16 Piece Lug Nut Kit w / Valves;Finish: Black;12mm x 1.50 Spline;4 Valve Stems;California Residents: WARNING', 33.30, NULL, NULL, 37.00, 'Gorilla Automotive 12mm x 1.50 Spline Lug Nut Kit with Valves-15943.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-03 12:26:24', '2024-02-03 12:26:24'),
(3155, 'Adidas Adizero Reign Young King Football Cleats White Red Men\'s FU6708 Size 10.5', 'Ecoz4T0vt', 19, 'Adidas Adizero Reign Young King Football Cleats White Red Men\'s FU6708 Size 10.5.', 110.00, NULL, NULL, 118.00, 'Adidas Adizero Reign Young King Football Cleats White Red Men\'s FU6708 Size 10.5-86901.png', 'Adidas Adizero Reign Young King Football Cleats White Red Men\'s FU6708 Size 10.5-49326.png', 'Adidas Adizero Reign Young King Football Cleats White Red Men\'s FU6708 Size 10.5-83897.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-03 12:28:21', '2024-02-03 12:28:21'),
(3156, 'Crown Automotive 55029454K CAS55029454K DOOR STRIKER KIT (RIGHT)', 'mhNPN1caw', 4, 'Crown Automotive DOOR STRIKER KIT (RIGHT)\r\nCrown Automotive 55029454K CAS55029454K DOOR STRIKER KIT (RIGHT)\r\nFeatures\r\nAdditional Information: | Guranteed Fitments:\r\nBrand\r\nCrown Automotive\r\nManufacturer Part Number\r\n55029454K\r\nManufacturer\r\nCrown Automotive\r\nAssembled Product Weight\r\n0.70 lb\r\nAssembled Product Dimensions (L x W x H)\r\n6.00 x 5.50 x 2.00 Inches', 28.99, NULL, NULL, 30.22, 'Crown Automotive 55029454K CAS55029454K DOOR STRIKER KIT (RIGHT)-95919.jpeg', 'Crown Automotive 55029454K CAS55029454K DOOR STRIKER KIT (RIGHT)-36592.jpeg', NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-03 12:32:55', '2024-02-03 12:32:55'),
(3157, 'Nuevo Junior Todas Clima Golf Guante. Union Jack Bola Marcador Tallas Disponible', 'jw6CWbY1Z', 19, 'Nuevo Junior Todas Clima Golf Guante. Union Jack Bola Marcador Tallas Disponible', 8.09, NULL, NULL, 12.00, 'Nuevo Junior Todas Clima Golf Guante. Union Jack Bola Marcador Tallas Disponible-29610.png', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-03 12:33:05', '2024-02-03 12:33:05'),
(3158, 'OEM 12-Pack Automotive Kit | 87043', '8eCB1EhYI', 4, 'The OEM 12-Pack Automotive Kit, item number 87043, is a handy set that includes various automotive parts. It\'s perfect for DIY enthusiasts or anyone looking to have some essential parts on hand. The kit includes items like the NSK 6004DWA8A, Fuel Injection Pump RE569911 HP6-0011 HP60011, and the 26046851. With this kit, you\'ll have the necessary parts to keep your vehicle running smoothly.', 39.98, NULL, NULL, 47.99, 'OEM 12-Pack Automotive Kit | 87043-69253.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-03 12:36:55', '2024-02-03 12:36:55'),
(3159, 'LV00344 - Sectional Sofa w/2 Pillows, Light Blue Velvet - Qulan', 'EN92rgbom', 4, 'Acme Furniture Qulan Sofas, Blue Sectional Sofa , Tight Seat & Back Cushion , Full Foam Seat , Button Tufted Details , Accent Pillows Included\r\nModel No : LV00344\r\nBrand : Acme Furniture\r\nUPC : 840412305122\r\nSectional Sofa w/2 Pillows\r\nColor : Light Blue Velvet\r\nQulan\r\nKD Leg\r\nSeat Construction: Full Foam\r\nAccent Pillows Included\r\nTight Seat & Back Cushion\r\nWooden Inner Frame\r\nButton Tufted\r\nWooden Leg\r\nMaterial : Wood, Composite Wood, Upholstery', 1259.30, NULL, NULL, 1459.30, 'LV00344 - Sectional Sofa w/2 Pillows, Light Blue Velvet - Qulan-27129.jpeg', 'LV00344 - Sectional Sofa w/2 Pillows, Light Blue Velvet - Qulan-83943.jpeg', 'LV00344 - Sectional Sofa w/2 Pillows, Light Blue Velvet - Qulan-15654.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-03 12:37:20', '2024-02-03 12:37:20'),
(3160, 'Multifunction Adjustable Olympic Weight Bench Set Full Body Workout Heavy Duty', 'tsmc7jQBH', 19, 'Multifunction Adjustable Olympic Weight Bench Set Full Body Workout Heavy Duty\r\n\r\nCondition: New\r\n\r\n:\r\n\r\nType: Adjustable Weight Bench\r\n\r\nMuscle Group: \"Abdominal\", \"Arms\", \"Back\", \"Biceps\", \"Chest\", \"Full Body\", \"Glutes\", \"Legs\", \"Shoulders\"\r\n\r\nMaximum User Weight: 440 Lb\r\n\r\nItem Width: 27.76 In\r\n\r\nFeatures: Foldable\r\n\r\nSport/Activity: \"Gym Training\", \"Weight Lifting\"\r\n\r\nItem Weight: 39 Lb\r\n\r\nMaterial: Steel\r\n\r\nUsage: \"Commercial Use\", \"Home Use\", \"Semi-Commercial Use\"\r\n\r\nColor: White\r\n\r\nItem Height: 42.13 In\r\n\r\nItem Length: 62.6 In\r\n\r\nIndoor/Outdoor: Indoor\r\n\r\nVintage: Yes', 200.99, NULL, NULL, 213.00, 'Multifunction Adjustable Olympic Weight Bench Set Full Body Workout Heavy Duty-37740.png', 'Multifunction Adjustable Olympic Weight Bench Set Full Body Workout Heavy Duty-27319.png', 'Multifunction Adjustable Olympic Weight Bench Set Full Body Workout Heavy Duty-86780.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-03 12:39:27', '2024-02-03 12:39:27'),
(3161, 'Alaterre Furniture Haven Beige All-Weather Wicker Outdoor Recliner with Ottomans and Dark Gray Cushions', 'tZvxx7fJq', 4, 'Alaterre Furniture Haven Beige All-Weather Wicker Outdoor Recliner with Ottomans and Dark Gray Cushions (', 290.00, NULL, NULL, 346.00, 'Alaterre Furniture Haven Beige All-Weather Wicker Outdoor Recliner with Ottomans and Dark Gray Cushions-69815.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-03 12:41:39', '2024-02-03 12:41:39'),
(3162, 'The Women by Kristin Hannah', 'vWLAKHCnK', 4, 'The Women by Kristin Hannah is a captivating novel that explores the lives and relationships of a group of women. Set against the backdrop of historical events, this book delves into themes of friendship, love, and resilience. Kristin Hannah is known for her compelling storytelling and ability to bring characters to life. If you enjoy books that delve into the complexities of female relationships and the strength of the human spirit, \"The Women\" is definitely worth checking out.', 22.99, NULL, NULL, 30.00, 'The Women by Kristin Hannah-19964.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-03 12:43:38', '2024-02-03 12:43:38'),
(3163, 'Three-Inch Teeth', 'D83G5q2ZF', 4, 'Wyoming game warden Joe Pickett faces two different kinds of rampaging beasts--one animal, one human--in this riveting new novel from #1 New York Times bestseller C.J. Box.\r\nA rogue grizzly bear has gone on a rampage--killing, among others, the potential fianc of Joe\'s daughter. At the same time, Dallas Cates, who Joe helped lock up years ago, is released from prison with a special list tattooed on his skin. He wants revenge on the people who sent him away: the six people he blames for the deaths of his entire family and the loss of his reputation and property.\r\nUsing the grizzly attacks as cover, Cates sets out to methodically check off his list. The problem is, both Nate Romanowski and Joe Pickett are on it.', 21.99, NULL, NULL, 30.00, 'Three-Inch Teeth-71755.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-03 12:46:04', '2024-02-03 12:46:04'),
(3164, 'The Milepost 2024: Alaska Travel Planner', 'T9Ic6rMJM', 4, 'The Milepost 2024: Alaska Travel Planner\" is your ultimate guide to exploring the beautiful state of Alaska. Packed with detailed information, maps, and insider tips, this travel planner will help you navigate the stunning landscapes, plan your route, and discover hidden gems along the way. Whether you\'re interested in wildlife viewing, hiking, or experiencing the unique culture of Alaska, \"The Milepost 2024\" has got you covered. It\'s a must-have for anyone embarking on an adventure in the Last Frontier. Let me know if there\'s anything else I can assist you with.', 28.99, NULL, NULL, 39.95, 'The Milepost 2024: Alaska Travel Planner-64359.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-03 12:53:00', '2024-02-03 12:53:00'),
(3165, 'Oriental Furniture 6 Ft Tall Jute Shoji Screen, 4 panel, Black', 'IMXbtb0E3', 4, 'Create an element of privacy in your bedroom or living room with this 6\' Jute Shoji Screen. There are four panels that are framed with durable, lightweight spruce using East Asian style mortise and tenon joinery. Bend them back and forth to create any configuration. This traditional Japanese shoji screen is also an ideal solution that temporarily blocks sunlight and glare from windows and doorways. Use it to make a cozy nook for studying in a dorm room or to redirect foot traffic in a common area. It can easily be picked up and moved around as needed. Fold up the sections like an accordion when you want to put it away in storage. Pair this black shoji screen with other home essentials in the collection, such as cabinets, chests, dressers and more (each sold separately).\r\n\r\n6\' Jute Shoji Screen:\r\nTraditional Japanese shoji screens with woven jute panels that block light and provide privacy\r\n2-way brass hinges can bend the panels in either direction\r\nEach panel measures approx\r\n71\" H x 1-7/12\" W x 3/4\" D\r\n3 panel screen measures approx\r\n53\" wide flat, approx\r\n45\" wide folded to stand upright (as shown)\r\nColor: rosewood\r\nMaterial: natural fiber', 54.00, NULL, NULL, 68.00, 'Oriental Furniture 6 Ft Tall Jute Shoji Screen, 4 panel, Black-28620.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-03 12:55:36', '2024-02-03 12:55:36'),
(3166, 'You Like It Darker: Stories', 'BzWYkkyGO', 4, 'You Like It Darker: Stories is a collection of gripping and suspenseful tales that will keep you on the edge of your seat. Filled with twists, turns, and unexpected endings, these stories delve into the darker side of human nature. If you enjoy thrilling and thought-provoking narratives, this book is definitely worth checking out. Let me know if there\'s anything else I can help you with.', 24.33, NULL, NULL, 30.00, 'You Like It Darker: Stories-85948.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-03 12:56:39', '2024-02-03 12:56:39'),
(3167, 'Water Worker 44 Gallon Pressurized Vertical Well Tank Home Blue Brand New', 'Wj3VHkW7O', 18, 'This Water Worker 44 Gal. Pressurized Well Tank helps you keep your water clean and safe. This tank is a direct-fit replacement for a majority of installed well tank bases and it\'s constructed of deep-drawn steel with a stainless steel waterway lining for long-term use. For easy up keep, it maintains its air charge for years because it\'s pre-charged. The steel shell supports the water weight and a polypropylene liner separates the water from the shell to prevent taste or odor in your water.', 309.99, NULL, NULL, 319.00, 'Water Worker 44 Gallon Pressurized Vertical Well Tank Home Blue Brand New-74318.png', 'Water Worker 44 Gallon Pressurized Vertical Well Tank Home Blue Brand New-60822.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-03 12:59:13', '2024-02-03 12:59:13'),
(3168, 'Dog Man: The Scarlet Shedder: A Graphic Novel.', 'zF8ItclzP', 4, '\"Dog Man: The Scarlet Shedder\" is an exciting graphic novel that follows the adventures of Dog Man, a half-dog, half-human hero. In this installment, Dog Man faces off against a new villain called the Scarlet Shedder. With its colorful illustrations and hilarious storyline, this book is sure to entertain readers of all ages. If you\'re a fan of action-packed and funny graphic novels, \"Dog Man: The Scarlet Shedder\" is a must-read!', 13.59, NULL, NULL, 14.99, 'Dog Man: The Scarlet Shedder: A Graphic Novel.-16952.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-03 13:05:09', '2024-02-03 13:05:09'),
(3169, 'Costway Natural Wood Outdoor Sofa Day Bed Adjustable Furniture with Gray Cushion', 'Pa9ee8EQC', 4, 'Costway Natural Wood Outdoor Sofa Day Bed Adjustable Furniture with Gray Cushion', 200.28, NULL, NULL, 282.28, 'Costway Natural Wood Outdoor Sofa Day Bed Adjustable Furniture with Gray Cushion-38141.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-03 13:09:30', '2024-02-03 13:09:30'),
(3170, 'ARCADE1UP Attack From Mars Pinball Home Office Garage Studio Gaming Brand New', 'gIM5mQkok', 19, 'Williams Bally Attack from Mars Pinball-8072-Product Copy: Arcade1Up\'s Digital Pinball is here. Complete your at-home arcade with your very own 3/4 scale Attack from Mars digital pinball machine. Arcade1Upis working closely with Zen Studios to ensure fans receive a product that looks and plays great with engaging and nostalgic content and an authentic pinball experience. Featuring a vibrant 23.8 in. LCD playfield, haptic touch flippers with feedback, real feel tilt and nudge, a working plunger, light upback glass, dual speakers and much more.', 509.99, NULL, NULL, 520.00, 'ARCADE1UP Attack From Mars Pinball Home Office Garage Studio Gaming Brand New-75092.png', 'ARCADE1UP Attack From Mars Pinball Home Office Garage Studio Gaming Brand New-41203.png', 'ARCADE1UP Attack From Mars Pinball Home Office Garage Studio Gaming Brand New-11670.png', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-03 13:11:04', '2024-02-03 13:11:04'),
(3171, 'The Great Alone by Kristin Hannah', 'zOywn4YJM', 5, 'In Kristin Hannah\'s The Great Alone, a desperate family seeks a new beginning in the near-isolated wilderness of Alaska only to find that their unpredictable environment is less threatening than the erratic behavior found in human nature.', 16.83, NULL, NULL, 19.00, 'The Great Alone by Kristin Hannah-98081.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-03 13:13:49', '2024-02-03 13:13:49'),
(3172, 'Trinity Utility Sink 41.7 in. x 24 in. x 49.2 in Stainless Steel Pull out Faucet', 'PS0YycBRE', 19, 'TRINITY EcoStorage NSF certified 32\"x16\" [basin] 16-gauge 304 stainless steel utility sink with pull-out faucet was made with bigger jobs in mind. The larger version of our customer favorite utility sink (THA-0303), this oversized basin is ideal for larger spaces and items and even to wash or groom a small to medium-sized dog. The stainless steel pull-out faucet makes rinsing a breeze, and the rounded corners and edges keep everyone safe. Mounting hardware, drain assembly, and adjustable feet levelers included.', 497.89, NULL, NULL, 507.00, 'Trinity Utility Sink 41.7 in. x 24 in. x 49.2 in Stainless Steel Pull out Faucet-15079.png', 'Trinity Utility Sink 41.7 in. x 24 in. x 49.2 in Stainless Steel Pull out Faucet-60258.png', 'Trinity Utility Sink 41.7 in. x 24 in. x 49.2 in Stainless Steel Pull out Faucet-24116.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-03 13:16:05', '2024-02-03 13:16:05'),
(3173, 'Avery Hanging Boho Chic Egg Chair with Brown All-Weather Wicker and Taupe Oversized Cushion', 'r2lkK4UIJ', 4, 'Get into the swing of things with the Avery all-weather wicker hanging egg chair from Mod Furniture, where comfort meets style in perfect harmony. This iconic piece of furniture is more than just a chair; it\'s a sanctuary of relaxation and tranquility, designed to elevate your indoor or outdoor space. Hang out, quite literally, in the perfect spot for curling up with a good book, your favorite fur baby, or, if we’re being honest, your phone. You’ll be cozy in your own little cocoon whether the chair is stationed in your backyard, patio, living room, bedroom, or messy studio apartment that operates as all of the above. Crafted with UV-protected handwoven all-weather wicker around a durable steel frame, it’s the perfect hideaway. After a long day, this seat will be calling your name with its soft, comfy cushion filled with polyurethane foam and polyester batting, supported by a durable steel frame. The strong and sturdy steel stand with skid-proof feet for stability is powder-coated to resist rust and corrosion, making it ideal for season after season of outdoor use. Rain or shine, you can trust that this chair will maintain its stunning appearance and structural integrity. It\'s your year-round retreat from the hustle and bustle of daily life. Out in the sun or under cover, the Avery hanging egg chair brings a boho chic flair to any space for many years of enjoyment.\r\nAvery hanging egg chair by Mod Furniture\r\nIncludes 1 stand, 1 egg-frame chair, and 1 removable cushion\r\nComfy boho chair is the perfect cozy hideaway for many years of indoor or outdoor enjoyment\r\nPlace this unique accent chair in your dorm, backyard, garden, porch, patio, living room, bedroom, or studio apartment\r\nHandcrafted with UV and weather-resistant materials\r\nSturdy steel stand is powder-coated to resist rust and corrosion\r\nSkid-proof feet on bottom of stand base for stability\r\nOpen-weave synthetic resin wrapped around a durable steel frame\r\nPolyurethane foam and polyester batting wrapped in soft olefin fabric for maximum comfort\r\nSome assembly required - instructions and hardware included\r\n1 year limited warranty\r\nWeight Capacity: 250 lbs.\r\nResin color: Brown', 200.00, NULL, NULL, 299.00, 'Avery Hanging Boho Chic Egg Chair with Brown All-Weather Wicker and Taupe Oversized Cushion-15582.jpeg', NULL, NULL, 'General furnitures', 3.5, NULL, 1, '2024-02-03 13:20:40', '2024-02-06 23:15:58'),
(3174, 'PLANTERS Deluxe Mixed Nuts with Cashews, Almonds, Pecans, Pistachios, Hazelnuts & Sea Salt, 27oz. Container', 'yFii9rPuH', 4, 'PLANTERS Deluxe Mixed Nuts with Sea Salt deliver a delicious taste and satisfying crunch. Our combination of cashews, almonds, pecans, pistachios and hazelnuts is a flavorful snacking option, whether you need a treat while relaxing at night or a quick hold-me-over between meals. PLANTERS mixed nuts are roasted in peanut oil and finished with sea salt. PLANTERS Deluxe Mixed Nuts are made with premium quality cashews, almonds, pecans, pistachios and hazelnuts. Every 1 oz. batch of roasted mixed nuts contain 170 calories and 5 grams of protein and can help give you an energy boost. Each medley of mixed nuts with no peanuts is a convenient grab-and-go Kosher snack. Simply twist off the resealable lid from the plastic container and dive in. Friends and family will love it when you serve PLANTERS roasted salted party nuts, making our 34-ounce container of mixed nuts a great option for special celebrations or game day. All trademarks, logos and images are owned by Hormel Foods Corporation, its subsidiaries and affiliates. Copyright Hormel Foods, LLC.', 8.87, NULL, NULL, 10.98, 'PLANTERS Deluxe Mixed Nuts with Cashews, Almonds, Pecans, Pistachios, Hazelnuts & Sea Salt, 27oz. Container-11817.jpeg', 'PLANTERS Deluxe Mixed Nuts with Cashews, Almonds, Pecans, Pistachios, Hazelnuts & Sea Salt, 27oz. Container-78391.jpeg', 'PLANTERS Deluxe Mixed Nuts with Cashews, Almonds, Pecans, Pistachios, Hazelnuts & Sea Salt, 27oz. Container-45098.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-03 13:37:40', '2024-02-03 13:37:40'),
(3175, 'BigTub Utility Tub Combo 40 in. x 24 in. 33 in. Polypropylene Floor Mount New', 'lp7qIoW43', 19, 'The 28CF BigTub Utilatub Combo lets you wash big things easily. The inside dimension is 36.5 in. wide by 17.5 in. front to back and 13 in. deep. For functionality, there is a swivel faucet with 24 in. long pull-out spout and lever handles, 1.5 in. P-Trap, two 20 in. flexible braided supply lines and drain stopper. So whether you\'re washing a large pet, BBQ grates or sport gear, or if you\'re using it for commercial purposes, it is equipped to get the job done.', 174.75, NULL, NULL, 190.00, 'BigTub Utility Tub Combo 40 in. x 24 in. 33 in. Polypropylene Floor Mount New-83343.png', 'BigTub Utility Tub Combo 40 in. x 24 in. 33 in. Polypropylene Floor Mount New-71776.png', 'BigTub Utility Tub Combo 40 in. x 24 in. 33 in. Polypropylene Floor Mount New-31000.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-03 13:38:59', '2024-02-03 13:38:59'),
(3176, 'Kalamera Wine Cooler 30 Bottle 15 in Built-In n Freestanding Single Zone Fridge', 'IItyevRCU', 19, 'Kalamera Wine Cooler 30 Bottle 15 in Built-In n Freestanding Single Zone Fridge', 475.49, NULL, NULL, 501.00, 'Kalamera Wine Cooler 30 Bottle 15 in Built-In n Freestanding Single Zone Fridge-69795.png', 'Kalamera Wine Cooler 30 Bottle 15 in Built-In n Freestanding Single Zone Fridge-68276.png', 'Kalamera Wine Cooler 30 Bottle 15 in Built-In n Freestanding Single Zone Fridge-62790.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-03 13:44:24', '2024-02-03 13:44:24'),
(3177, 'Tropicana Orange Juice', 'OvbOwNL9G', 4, 'Raise a glass to your best self at the breakfast table or anytime with Tropicana Pure Premium Orange Juice. This 52 oz bottle of Tropicana Orange Juice has that straight-from-the-orange taste you want and the essential nutrients you need. It\'s 100% pure orange juice, squeezed from oranges picked at the peak of freshness. Each bottle is packed with vitamin C and has no added sugar, water or preservatives, and it meets the standards required to be Non-GMO Project verified. When you drink Tropicana Pure Premium Orange Juice, you get the perfect beverage to complement your healthy, active lifestyle.', 50.99, NULL, NULL, 64.66, 'Tropicana Orange Juice-84615.jpeg', 'Tropicana Orange Juice-38419.jpeg', 'Tropicana Orange Juice-96755.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-03 13:47:18', '2024-02-03 13:47:18'),
(3178, 'Roasted Pecan Nuts, Party Snacks, Plant-Based Protein, 7.25 Oz Canister', 'z78FjtoCv', 4, 'PLANTERS Roasted Pecans have a rich taste and a satisfying crunch, making them perfect for snacking or adding to your favorite bread or dessert recipes. After more than a century of roasting, tweaking, and perfecting nuts, the makers of PLANTERS nuts know a thing or two about satisfying your cravings. These delicious pecans are roasted to crunchy precision in peanut oil then seasoned with sea salt to create the savory flavor you know and love. A classic guest at cocktail parties, family game nights, and holiday get-togethers, these seasoned pecans are also delicious as snacks for road trips, lunch boxes, picnics, hikes or even at the office. Each 1oz Kosher serving of salted pecans contains 3 grams of plant-based protein and 200 calories to help curb your hunger and keep you going between meals. They come in a convenient airtight canister with a resealable lid to keep them fresh and flavorful. All trademarks, logos and images are owned by Hormel Foods Corporation, its subsidiaries and affiliates. Copyright Hormel Foods, LLC', 5.26, NULL, NULL, 6.58, 'Roasted Pecan Nuts, Party Snacks, Plant-Based Protein, 7.25 Oz Canister-57559.jpeg', 'Roasted Pecan Nuts, Party Snacks, Plant-Based Protein, 7.25 Oz Canister-43452.jpeg', 'Roasted Pecan Nuts, Party Snacks, Plant-Based Protein, 7.25 Oz Canister-65486.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-03 14:00:54', '2024-02-03 14:00:54'),
(3179, 'USB MIDI Keyboard Controller, 25 Key Portable MIDI with 8 Backlit Drum, OLED Screen Display, Personalized Touch Bar and Music Production Software Included, Donner DMK25 Pro with 40 Free Courses, Black', '9Vu0Kmwsf', 4, 'Gift Genuine CUBASE Software\r\nMIDI keyboard supports genuine Cubase LE、etc., Which provides you with a complete music production experience to help you in your arrangement and creation. If you need a code, remember to tell us.\r\nCompatible With a Variety of DAW\r\n25 key midi keyboards are highly compatible with various DAWs, such as Cubase, Nuendo, FL studio, GarageBand, etc.\r\n40 Free and Entertaining Keyboard-Teaching Courses\r\nWith the purchase of our midi keyboard, you get 40 free entertaining lessons, which are enough to master all aspects of arranging your creations. Then it\'s time for your free creative time!\r\n【Intelligent Dynamic Scale Mode】The MIDI keyboard introduces new performance features. You can play essential bass lines, melodies, and leads with ease thanks to intelligent dynamic scale mode. Furthermore, the 16-scale tones enable you to switch between many musical genres. If you enable intelligent dynamic scale mode, you won\'t have to be concerned about tuning issues when arranging.\r\n【Real-time Multi-Mode Control】The MIDI controller\'s powerful arpeggio, note repeat, and chord functions allow you to create the music clips you need whenever and wherever you need them, fully open up the world of your expression and creativity, make music performance more enjoyable, and follow the pace of Donner DMK-25 Pro to explore more playability!\r\n【Personalized Touch Bar with Light Scale】Your composition is easier using Pitch/ Mod touch mode. Even at home, the touch bar with a light scale gives you the impression that you are on stage.\r\n【Innovative Wheels】4 innovative wheels for greater visual control and comfort when turning, custom mapping to allocate the information you need to control, and 6 transport controllers to improve arrangement efficiency.\r\n【Compatible with a Variety of DAW】Compatible with a variety of DAW, such as Cubase, Live, Logic Pro, Protools, Studio One, etc. Donner MIDI keyboard provides you with a complete music production experience to help you in your arrangement and creation.The complimentary software requires you to ask our customer service！\r\n【40 Free and Entertaining Keyboard-Teaching Courses】We have carefully created keyboard teaching courses for users ranging from beginner to advanced, which are ideal for zero-based players who want to try arranging music. 40 free and entertaining courses are sufficient to master all aspects of arrangement creation. Then comes your free time to create!! Remember to get the course from customer service!\r\n【High-Definition OLED Screen Display】The midi keyboard has a straightforward panel design and a high-definition OLED display that can show specific parameters. View arpeggio, velocity, speed, and other functions in real time to make arranging and creating timbre easier.\r\n【Small and Lightweight】Small and lightweight! You can bring it with you to outdoor places such as studio, cafe. Record your inspiration whenever and wherever it strikes you.\r\n【3 Simple Steps to Start Your Inspiration Creation】With its compatibility and USB Bus Powered features, you can forget about the Driver and Power Supply. Just plug and play!\r\n【4 Exquisite Velocity-Sensitive Curves】The velocity-sensitive keys and eight velocity-sensitive pads have the pressure and touch of a standard keyboard, but they are also very responsive.', 75.00, NULL, NULL, 83.99, 'USB MIDI Keyboard Controller, 25 Key Portable MIDI with 8 Backlit Drum, OLED Screen Display, Personalized Touch Bar and Music Production Software Included, Donner DMK25 Pro with 40 Free Courses, Black-65475.jpeg', 'USB MIDI Keyboard Controller, 25 Key Portable MIDI with 8 Backlit Drum, OLED Screen Display, Personalized Touch Bar and Music Production Software Included, Donner DMK25 Pro with 40 Free Courses, Black-71813.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-03 14:03:05', '2024-02-03 14:03:05'),
(3180, 'The Night Circus by Erin Morgenstern', 'FYWBAg3bU', 5, '#1 NATIONAL BESTSELLER - Two starcrossed magicians engage in a deadly game of cunning in the spellbinding New York Times bestseller that captured the world\'s imagination.The circus arrives without warning. No announcements precede it. It is simply there, when yesterday it was not. Within the black-and-white striped canvas tents is an utterly unique experience full of breathtaking amazements. It is called Le Cirque des R?ves, and it is only open at night. But behind the scenes, a fierce competition is underway: a duel between two young magicians, Celia and Marco, who have been trained since childhood expressly for this purpose by their mercurial instructors. Unbeknownst to them both, this is a game in which only one can be left standing. Despite the high stakes, Celia and Marco soon tumble headfirst into love, setting off a domino effect of dangerous consequences, and leaving the lives of everyone, from the performers to the patrons, hanging in the balance. This description may be from another edition of this product.', 11.99, NULL, NULL, 15.00, 'The Night Circus by Erin Morgenstern-98471.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-03 14:07:57', '2024-02-03 14:07:57'),
(3181, 'Welch\'s Fruit Snacks, Mixed Fruit', 'WEhHmUJSV', 4, 'At Welch’s fruit snacks we always use real fruit as the first ingredient, that’s why our fruit snacks are bursting with delicious taste. With over 10 mouthwatering Welch’s fruit snacks flavor varieties to love, it’s easy to find your favorite!', 60.99, NULL, NULL, 100.00, 'Welch\'s Fruit Snacks, Mixed Fruit-56077.jpeg', 'Welch\'s Fruit Snacks, Mixed Fruit-52391.jpeg', 'Welch\'s Fruit Snacks, Mixed Fruit-64925.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-03 14:12:27', '2024-02-03 14:12:27'),
(3182, 'Blood in Blood Out by Taylor Hackford', 'hsp4DQIPT', 5, 'Blood in Blood Out is a gripping crime drama directed by Taylor Hackford. The movie follows the lives of three friends from different backgrounds who find themselves caught up in the dangerous world of gangs and crime. It explores themes of loyalty, brotherhood, and the consequences of one\'s choices. With its intense storyline and powerful performances, \"Blood in Blood Out\" is a must-watch for fans of gritty and compelling films.', 43.43, NULL, NULL, 60.00, 'Blood in Blood Out by Taylor Hackford-59351.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-03 14:13:51', '2024-02-03 14:13:51'),
(3183, 'Custom 24k Gold Apple iPhone 15 Pro Max Engraved Diamond Incrustations 1 TB', 'Ir7G7fzgU', 19, 'Original Apple iPhone 15 Pro Max 1 TB Unlocked (2023 Release) customized and professionally gold plated by De Billas Lux with real Gold.\r\n\r\nThis iPhone is purchased directly from Apple and opened only for Gold plating and customization\r\n\r\n* The NFC and wireless charging capability is disabled due to the customization\r\n\r\n* Not a water resistant phone.', 4749.00, NULL, NULL, 4999.00, 'Custom 24k Gold Apple iPhone 15 Pro Max Engraved Diamond Incrustations 1 TB-77062.png', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-03 14:17:08', '2024-02-03 14:17:08'),
(3184, 'Midnight Sun', 'Sdlio6liZ', 5, 'Midnight Sun is the highly anticipated fifth book in \"The Twilight Saga\" series by Stephenie Meyer. This book tells the story from Edward Cullen\'s perspective, giving readers a deeper insight into his thoughts and emotions. It\'s a captivating and romantic tale that explores the complexities of love, sacrifice, and the eternal struggle between vampires and werewolves. If you\'re a fan of the Twilight series, \"Midnight Sun\" is a must-read that will transport you back into the enchanting world of Bella and Edward.', 9.39, NULL, NULL, 17.99, 'Midnight Sun-11332.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-03 14:19:13', '2024-02-03 14:19:13'),
(3185, '24k Gold Apple iPhone 15 Pro Max Engraved Diamonds UNLOCKED 512 GB Custom', 'nJPvKadbr', 19, 'Original Apple iPhone 15 Pro Max 512 GB Unlocked customized and professionally gold plated.\r\n\r\n* The NFC and wireless charging capability is disabled due to the customization\r\n\r\n* Not a water resistant phone.\r\n\r\nPACKAGE\r\n\r\nThe package will contain the following items.\r\n\r\n- Authentic iPhone 15 Pro Max 512 GB - Customized and electroplated with real 24K Gold, this iPhone has Diamond Rhinestones crystals incrustations in the housing and an engraved design. Not a phone case, the actual iPhone has been customized.', 4560.00, NULL, NULL, 4799.00, '24k Gold Apple iPhone 15 Pro Max Engraved Diamonds UNLOCKED 512 GB Custom-63409.png', '24k Gold Apple iPhone 15 Pro Max Engraved Diamonds UNLOCKED 512 GB Custom-92016.png', '24k Gold Apple iPhone 15 Pro Max Engraved Diamonds UNLOCKED 512 GB Custom-78696.png', 'Accessories', 4.0, NULL, 1, '2024-02-03 14:20:06', '2024-02-03 14:20:06'),
(3186, 'Planters NUTrition Omega 3 Snack Nuts Mix', 'v2axPHIoK', 4, 'What\'s NUT-rition, you ask? Well, it\'s simple. Just some nuts, a touch of sea salt, maybe some fruit, carefully mixed together to help give you nutrition you need. Yep. That\'s pretty much it. Oh, wait. One more thing. It\'s delicious. We specifically added walnuts to our Omega-3 Mix to provide 40% of your daily value for Omega-3 ALA and help you feel great for 100% of your day.', 7.89, NULL, NULL, 10.99, 'Planters NUTrition Omega 3 Snack Nuts Mix-73844.jpeg', 'Planters NUTrition Omega 3 Snack Nuts Mix-20296.jpeg', 'Planters NUTrition Omega 3 Snack Nuts Mix-23589.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-03 14:20:12', '2024-02-03 14:20:12'),
(3187, '24k Gold Plated Apple Watch ULTRA 2 49mm Zircon Diamonds Engraved 24k Gold Band', '6pdy94Gyj', 19, 'Original Apple Watch Ultra 2 49mm made of titanium customized and professionally polished, zircon incrustation and 24k Gold Plated.\r\n\r\nThis Apple Watch is equipped with sapphire glass which makes the screen almost scratch less.\r\n\r\n*Not a water resistant watch\r\n\r\nGPS Integrated\r\n\r\nThe digital crown will remain silver to avoid damage to EKG\r\n\r\nBluetooth and with Wifi connectivity\r\n\r\nLTE compatible with USA, Mexican and Canadian carriers. Will work perfectly fine through Bluetooth worldwide', 4560.00, NULL, NULL, 5289.00, '24k Gold Plated Apple Watch ULTRA 2 49mm Zircon Diamonds Engraved 24k Gold Band-59535.png', '24k Gold Plated Apple Watch ULTRA 2 49mm Zircon Diamonds Engraved 24k Gold Band-32679.png', NULL, 'Accessories', 5.0, NULL, 1, '2024-02-03 14:25:48', '2024-02-03 14:25:48'),
(3188, 'Automotive Blue Coupler/Plug Kit, 7 pcs.', '4Ag5irS8d', 5, 'The Automotive Blue Coupler/Plug Kit is a handy set that includes 7 pieces of couplers and plugs for automotive air tools. These couplers and plugs allow for quick and easy connections between air hoses and tools, making your automotive work more efficient. They are designed to withstand high pressures and provide a reliable and secure connection. Whether you\'re a professional mechanic or a DIY enthusiast, this kit is a great addition to your tool collection.', 12.69, NULL, NULL, 15.99, 'Automotive Blue Coupler/Plug Kit, 7 pcs.-90179.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-03 14:28:48', '2024-02-03 14:28:48'),
(3189, 'Samsung Galaxy S23 Ultra SM-S918B/DS - 512GB - Cream (Unlocked)', 'ISwVtZTZ0', 19, 'Get ready to be nominated ?group photographer? amongst your friends.\r\nWith a jaw-dropping resolution of 200MP on the Galaxy S23 Ultra camera,\r\nplus AI-powered Nightography, your photos will be bright and sharp, day\r\nor night. And with an enormous battery, the Galaxy S23 Ultra equips you\r\nwith everything you need to power through your day.', 2540.00, NULL, NULL, 2790.00, 'Samsung Galaxy S23 Ultra SM-S918B/DS - 512GB - Cream (Unlocked)-86393.png', 'Samsung Galaxy S23 Ultra SM-S918B/DS - 512GB - Cream (Unlocked)-54721.png', 'Samsung Galaxy S23 Ultra SM-S918B/DS - 512GB - Cream (Unlocked)-77861.png', 'Accessories', 5.0, NULL, 1, '2024-02-03 14:37:08', '2024-02-03 14:37:08'),
(3190, 'Playhouse Video Game Hidden Message 28 Card Super Valentine Exchange Pack for Kids', 'r5Jl0n5Dw', 4, 'Playhouse Valentines are the new standard for bringing more fun to your child\'s Valentine\'s Day card exchanges! Featuring 28 cleverly designed BIG 4.7\" x 2.2\" cards with real envelopes, the Valentine Exchange Card Pack lets your child give more than just a greeting - they get to give FUN! The Video Game Hidden Message pack includes three styles of colorful cards with a vibrant design on the front and space to write To and From on the back. And to make the cards extra special, each card includes a hidden message and a wooden stylus to scratch and reveal the cheery valentine greeting!\r\n\r\nWelcome to Playhouse, the child-centered division of Paper House Productions. With more than 30 years of design experience, Paper House is dedicated to showcasing our unique perspective through evocative and surprising images across cards, magnets, papers and clever gifts. We award-winning design and exceptional quality to create products that appeal to people of all ages. At Paper House we think of life as a “verb” capturing the joy, the surprise and the fun of living through images that stand out, emotionally connect and bring on smiles. Thank you for joining us!', 10.99, NULL, NULL, 15.36, 'Playhouse Video Game Hidden Message 28 Card Super Valentine Exchange Pack for Kids-94218.jpeg', 'Playhouse Video Game Hidden Message 28 Card Super Valentine Exchange Pack for Kids-53066.jpeg', 'Playhouse Video Game Hidden Message 28 Card Super Valentine Exchange Pack for Kids-12664.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-03 14:39:38', '2024-02-03 14:39:38'),
(3191, 'NewAir Floor Fan, 18\" High Velocity Industrial Portable Shop Fan with 3 Speed Settings, WindPro18F,Black', 'MDRV3nu09', 4, 'Brand NewAir\r\nColor Black\r\nElectric fan design Floor Fan\r\nPower Source Corded Electric\r\nStyle Floor Fan\r\nRoom Type Kitchen, Living Room, Bedroom\r\nSpecial Feature Manual\r\nRecommended Uses For Product Ventilating\r\nMounting Type Floor Mount\r\nController Type Button Control\r\nSee less', 29.99, NULL, NULL, 33.99, 'NewAir Floor Fan, 18\" High Velocity Industrial Portable Shop Fan with 3 Speed Settings, WindPro18F,Black-56367.jpeg', 'NewAir Floor Fan, 18\" High Velocity Industrial Portable Shop Fan with 3 Speed Settings, WindPro18F,Black-18979.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-03 14:42:02', '2024-02-03 14:42:02');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3192, 'DecMode 26\" x 20\" Brown Metal Industrial Chest', '45B3N8a5x', 4, 'DecMode 26\" x 20\" Brown Metal Industrial Chest is a unique addition to your stylish home. Beautifully crafted with durable structure and design for a long lasting enjoyment to keep your space free of clutter. Add a unique stylish storage to your living room, hallway, or home office with this chest. Add a dynamic accent furniture in your home space with this industrial chest with drawers for that chic and Avant Garde vibe. This item comes with mounting hardware to prevent tipping. This item ships in 1 carton. Built with 3 slide-out drawers, each measuring 18”L x 13”W x 7”H with 30 lbs weight capacity. Suitable for indoor use only. This item ships fully assembled in one piece. Maximum weight limit is 100 lbs. Industrial style.\r\nFeatures an industrial inspired design with clean lines and a structural appeal\r\nIron and Chinese Fir wood gives this chest drawer a solid and durable form\r\nA gray rectangular frame with brown slide-out drawers highlight this industrial metal and wood tray chest\r\nThe bold industrial design of this accent furniture features a rectangular open frame with rounded edges that house 3 metal mesh drawers\r\nItem measures 20”L x 14”W x 26”H and weighs 16.72 lbs\r\nAccentuating a rectangular shape, this chest cabinet sports rounded edges and a sled base stands\r\nWipe clean with a dry cloth\r\nA galvanized iron frame encases 3 iron mesh with wooden frame drawers and iron base stands\r\nIndustrial style\r\nDecMode 26\" x 20\" Brown Metal Industrial Chest makes a perfect addition to any home', 135.19, NULL, NULL, 142.19, 'DecMode 26\" x 20\" Brown Metal Industrial Chest-45232.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-03 14:56:17', '2024-02-03 14:56:17'),
(3193, 'IRIDIUM EXTREME 9575 SATELLITE PHONE', 'mKgYxYT2b', 19, 'Iridium Extreme Satellite Phone\r\n\r\nPart #: 9575\r\n\r\nIridium Extreme is the toughest handset ever from the only company that offers real global, real mobile, real reliable communications. Engineered with more features and more accessories than any other satellite phone on the market, Iridium Extreme puts more innovative capability - and more ways to connect than ever before - into the hands of people everywhere.', 1650.00, NULL, NULL, 1895.00, 'IRIDIUM EXTREME 9575 SATELLITE PHONE-14929.png', 'IRIDIUM EXTREME 9575 SATELLITE PHONE-90969.png', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-03 15:00:20', '2024-02-03 15:00:20'),
(3194, 'Curse of the moon', 'XHFTlI6wU', 4, 'Bloodstained: Curse of the Moon\r\nBattle with swords and whips in this retro-style action game brought to you by game creator Koji Igarashi and Inti Creates!\r\nPlay as Zangetsu, a demon slayer bearing a deep grudge, who must travel through perilous lands to defeat a powerful demon lurking in a dark castle. Zangetsu will meet fellow travelers along the way, who can join your journey as playable characters.\r\nSwitching to these characters with their unique abilities will unlock new paths through the treacherous stages. Your choices in recruiting these adventurers will change the difficulty of the game, and may even affect the ending!\r\nBloodstained: Curse of the Moon 2\r\nKoji Igarashi and Inti Creates are back with more retro sword-and-whip action!\r\nCurse of the Moon 2 brings classic 2D action and a dark, 8-bit aesthetic together with modern playability. The multiple-scenario structure of the previous title returns with an epic new story supervised by IGA (Koji Igarashi) himself.\r\nPlayers take control of Zangetsu, a swordsman from the far east who bears a deep grudge against demonkind and the alchemists who summoned them. Zangetsu must battle his way to the demonic stronghold, but he doesn\'t have to do it alone! Zangetsu can ally himself with a brand new cast of characters he meets along the way and add them to the playable roster.\r\nThree brand-new playable characters appear in Curse of the Moon 2, including the exorcist Dominique. All characters from the original Curse of the Moon game are playable, too! Each new character adds a variety of gameplay options, abilities, and ways to complete the games\' many stages.\r\nPlayers can also create demon hunting duos in 2-player local co-op, available for the first time in the series! Work together with a friend, mix and match the strengths of two different characters, and conquer stages in tons of new and exciting ways.', 5.00, NULL, NULL, 9.99, 'Curse of the moon-37440.jpeg', 'Curse of the moon-17634.jpeg', NULL, 'Video games', 4.0, NULL, 1, '2024-02-03 15:05:52', '2024-02-03 15:05:52'),
(3195, 'Estwing EFS9 Pneumatic 9-Gauge 2\" Fencing Stapler with T-Handle, Adjustable Metal Belt Hook, 1/4\" NPT Industrial Swivel Fitting, and Bag', 'CVvTQLdXe', 4, 'Construction Applications: Pneumatic fencing stapler designed for heavy duty mesh and woven applications such as electrified single wire with insulation, horse and deer fencing, and chain link fencing\r\nCompatible Staples: 9 gauge fencing staples from 1-1/2\" – 2\"\r\nBuilt to Last: Ultra-durable magnesium body and one piece hardened steel drive blade result in a rugged tool resistant to damage and great for long shifts\r\nAnti-Dry-Fire Mechanism: Prevents empty fires and reduces damage to internal components\r\nDepth Adjust: Driving depth of staples is easily adjustable for various projects and materials\r\nQuick Jam Release: Allows for easy access clearing in the event of a jammed fastener so you can get right back to work\r\nComfort Grip Handle: Reduces fatigue during long shifts and increases control\r\nWire Alignment Notch: Ensures accurate fastener placement\r\n1/4\" NPT Swivel Plug: Rotates 360 degrees for maximum accessibility in tight spots\r\nIncluded: T-handle for increased control, adjustable metal belt hook, and padded canvas bag with heavy duty zipper and detachable shoulder strap', 200.81, NULL, NULL, 277.81, 'Estwing EFS9 Pneumatic 9-Gauge 2\" Fencing Stapler with T-Handle, Adjustable Metal Belt Hook, 1/4\" NPT Industrial Swivel Fitting, and Bag-71717.jpeg', 'Estwing EFS9 Pneumatic 9-Gauge 2\" Fencing Stapler with T-Handle, Adjustable Metal Belt Hook, 1/4\" NPT Industrial Swivel Fitting, and Bag-74114.jpeg', 'Estwing EFS9 Pneumatic 9-Gauge 2\" Fencing Stapler with T-Handle, Adjustable Metal Belt Hook, 1/4\" NPT Industrial Swivel Fitting, and Bag-83659.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-03 15:07:55', '2024-02-03 15:07:55'),
(3196, 'Spring Return Hose Reel, 300 psi, 16-1/2\"L', 'OcYucyESi', 5, 'The Spring Return Hose Reel is a convenient tool that helps you manage and store your hoses with ease. With a maximum pressure rating of 300 psi, it\'s perfect for a variety of applications. The reel automatically retracts the hose, making it quick and hassle-free to use. With a length of 16-1/2 inches, it\'s compact and easy to handle. Whether you\'re working in your garage or on a job site, this hose reel is a reliable and efficient solution.', 303.99, NULL, NULL, 318.74, 'Spring Return Hose Reel, 300 psi, 16-1/2\"L-39362.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-03 15:12:40', '2024-02-03 15:12:40'),
(3197, 'Extension Cord Reel, 45 ft, 12/3, 15.0 A Amps, 1 Outlets, 120V AC Voltage', 'fLD7loVvx', 5, 'The Extension Cord Reel you\'re asking about is a versatile tool that allows you to easily extend the reach of your electrical devices. With a length of 45 feet and a 12/3 gauge, it\'s designed to handle heavy-duty power needs. It has a maximum amperage rating of 15.0 A and is compatible with 120V AC voltage. The reel also features a single outlet, making it convenient to power multiple devices from a single source. Whether you\'re working in your garage, workshop, or outdoor spaces, this extension cord reel is a reliable and practical solution.', 447.99, NULL, NULL, 520.99, 'Extension Cord Reel, 45 ft, 12/3, 15.0 A Amps, 1 Outlets, 120V AC Voltage-97411.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-03 15:20:35', '2024-02-03 15:20:35'),
(3198, 'Household Essentials Tower Bookshelf, Tall and Narrow Bookshelf with 5 Shelves, Black Metal and Black Oak Woodgrain Finish, Industrial and Modern', 'S79tmO4WK', 4, 'This tower bookshelf is a practical storage solution, and its chic modern industrial style makes it an easy addition to any space you want to elevate. This narrow bookshelf can be used to hold books, photos, storage bins or baskets, plants, or anything else you want to put on display! The freestanding bookshelf has a durable black steel frame and shelves made of high quality engineered wood. The shelf has rounded feet to help level the shelf and a laminate exterior in a woodgrain design that adds a restoration feel to this piece. The laminate is smooth with a satin finish and easily wiped clean with a damp cloth. The black color of the faux wood adds an earthy element to this tower shelf, mixing with the metal frame for a cool juxtaposition. The dramatic-on-dark color scheme makes this piece easy to fit into any room or decor style. The open metal frame of the shelf helps maintain a clear line of sight, meaning the bookshelf takes up less visual space in a room. This can make rooms, and especially small spaces, feel lighter and airier than a typical bookshelf and help reduce the risk of a space looking closed off and cluttered. This tower shelf is great in any room in the home or office and has multiple uses. It’s perfect for a living room, study or office, but also in the bedroom, or even the bathroom. Its narrow design makes it easy to fit into smaller spaces. This piece is easy to put together and comes ready to assemble. This bookshelf coordinates with other pieces in the Household Essentials furniture line.\r\nThis industrial modern tower bookshelf allows you to add storage and style to any space.\r\nWith five shelves, chic modern design, Engineered natural woodgrain finish and a slim profile.\r\nUse to shelve books, house storage baskets, display keepsakes and more.\r\nNarrow width and neutral design make it easy to fit into any space.\r\n59.1 in. H x 17.72 in. W x 13.8 in. D', 50.82, NULL, NULL, 70.82, 'Household Essentials Tower Bookshelf, Tall and Narrow Bookshelf with 5 Shelves, Black Metal and Black Oak Woodgrain Finish, Industrial and Modern-47169.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-03 15:26:56', '2024-02-03 15:26:56'),
(3199, 'Straight Pipe Wrench: 24 in Length, 3 in Jaw Capacity, Aluminum, Serrated, Tether Capable', 'hQDTFU9Zk', 5, 'The Straight Pipe Wrench you mentioned is a heavy-duty tool that\'s perfect for plumbing and pipe fitting tasks. It has a length of 24 inches and a jaw capacity of 3 inches, allowing you to work with a wide range of pipe sizes. Made from durable aluminum, it\'s both lightweight and strong. The wrench features serrated jaws that provide a secure grip on pipes, preventing slipping or damage. Additionally, it has a tether capability, so you can easily attach it to a tool belt or lanyard for added convenience and safety. It\'s a reliable and essential tool for any plumbing or pipe-related projects.', 112.99, NULL, NULL, 140.00, 'Straight Pipe Wrench: 24 in Length, 3 in Jaw Capacity, Aluminum, Serrated, Tether Capable-99468.jpeg', 'Straight Pipe Wrench: 24 in Length, 3 in Jaw Capacity, Aluminum, Serrated, Tether Capable-96341.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-03 15:28:03', '2024-02-03 15:28:03'),
(3200, 'Just Dance 2023 Edition (Xbox Series X|S Download Code', 'ndJKmGDyC', 4, 'Unlock custom-made sessions and songs tailored to your preferences and playing habits. Plus, Just Dance will keep track of your progress and scores, so you can show off your dancing skills!\r\nDownload code only - This product does not contain a CD or disc. Internet connection, Ubisoft Account and Xbox Account required to redeem the code.\r\nUse your smartphone to track moves with the Just Dance Controller App – no additional accessories required', 10.00, NULL, NULL, 59.99, 'Just Dance 2023 Edition (Xbox Series X|S Download Code-23473.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-03 15:28:05', '2024-02-03 15:28:05'),
(3201, 'Manual Caged Jaw Puller, 3 Jaws, 10 tons Capacity, 6\" Reach', 'V7ygbaUcC', 5, 'The Manual Caged Jaw Puller you\'re asking about is a powerful tool designed to help you remove gears, pulleys, and other pressed-on components. It features 3 jaws that securely grip the object you\'re pulling, ensuring a strong and reliable hold. With a capacity of 10 tons, it\'s capable of handling heavy-duty tasks. The puller has a reach of 6 inches, allowing you to access components in tight spaces. Whether you\'re working on automotive repairs or other mechanical projects, this puller is a handy tool to have in your toolbox.', 224.99, NULL, NULL, 256.00, 'Manual Caged Jaw Puller, 3 Jaws, 10 tons Capacity, 6\" Reach-93920.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-03 15:34:54', '2024-02-03 15:34:54'),
(3202, 'Red Faction Guerrilla Re-Mars-tered', '4lEMycs9U', 4, 'Set 50 years after the climactic events of the original Red Faction, Red Faction: Guerrilla allows players to take the role of an insurgent fighter with the newly re-established Red Faction movement as they battle for liberation from the oppressive Earth Defense Force. Red Faction: Guerrilla re-defines the limits of destruction-based game-play with a huge open-world, fast-paced guerrilla-style combat, and true physics-based destruction.', 7.69, NULL, NULL, 10.99, 'Red Faction Guerrilla Re-Mars-tered-35717.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-03 15:47:52', '2024-02-03 15:47:52'),
(3203, 'Disgaea 7: Vows of the Virtueless Deluxe Edition - Nintendo Switch', 'XGGV2dSTs', 4, 'Combat to the MAX: Loaded with new content including Hell Mode, Item Reincarnation and Jumbification, which lets your characters grow to supersized proportions and inflict larger than life damage!\r\nAllies in Arms: The combat potential is limitless with over 40 character classes including four brand-new additions: Maiko, Bandit, Zombie Maiden, and Big Eye!\r\nA Warrior\'s World: Inspired by feudal Japan, the setting of Disgaea 7 draws its roots from ancient and modern history and beautifully tells a tale of redemption.\r\nDeluxe Edition includes: Disgaea 7: Vows of the Virtueless GAME, Digital Soundtrack (download code), Mini Art Book', 39.99, NULL, NULL, 59.99, 'Disgaea 7: Vows of the Virtueless Deluxe Edition - Nintendo Switch-90708.jpeg', 'Disgaea 7: Vows of the Virtueless Deluxe Edition - Nintendo Switch-34128.jpeg', 'Disgaea 7: Vows of the Virtueless Deluxe Edition - Nintendo Switch-48483.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-03 16:02:27', '2024-02-03 16:02:27'),
(3204, 'Shower steamers- ylang & jasmine, spearmint & lemon and orange & bergamot scents', 'WQ5cgMpEg', 17, 'Red face clay\r\nGreen face clay\r\nFullers Earth face clay\r\nStrawberry body scrub\r\nMango & Lime hand and body lotion\r\nGrapefruit sugar scrub\r\nNatural nail brush\r\nNatural soap saver bag\r\nFacial konjac sponge\r\nExfoliating washcloth\r\nPumice foot stone\r\nCoconut natural wild handmade soap\r\nRose natural wild handmade soap\r\nHot Chocolate with Mini marshmallows or Artisan tea blends or freshly ground coffee\r\nCadbury Chocolate bar\r\nSeasonal soy wax melts\r\n2 Walkers biscuits (Oat & Honey, Fruit & Lemon, Stem Ginger or Belgian Chocolate)', 73.23, NULL, NULL, 109.00, 'Shower steamers- ylang & jasmine, spearmint & lemon and orange & bergamot scents-59148.jpeg', 'Shower steamers- ylang & jasmine, spearmint & lemon and orange & bergamot scents-40541.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-03 16:07:44', '2024-02-03 16:07:44'),
(3205, 'LAVENDER Calming De-Stress Natural Spa', 'ZXIiBuo8J', 17, 'French Lavender lotion bar 65g (containing beeswax, cocoa butter, organic virgin coconut oil, shea butter, grapeseed oil, jojoba oil & vitamin E)\r\n\r\n* 100g handmade Soap bar for hands, face & body.\r\n\r\n*30ml Lavender and Lemon essential oil pillow mist. (can also be used as a spritzer during the day).\r\n\r\n*3.5 inch Lavender essential oil bath bomb containing skin softening cocoa butter and epsom salts.\r\n\r\n*100g French Lavender epsom salts for bathing, containing just pure epsom salts and French lavender essential oils.', 40.57, NULL, NULL, 86.00, 'LAVENDER Calming De-Stress Natural Spa-17599.jpeg', 'LAVENDER Calming De-Stress Natural Spa-73029.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-03 16:16:31', '2024-02-03 16:16:31'),
(3206, '9x7mm Super Premium Emerald Moissanite', 'KgVCA6VPP', 5, 'Stock Number:\r\nMO9X7EC1\r\nGemstone:\r\nMoissanite\r\nShape:\r\nEmerald\r\nAverage DimensionsAverage Dimensions:\r\n9.0 x 7.0 mm\r\nColor:\r\nColorless\r\nClarity:\r\nVVS', 1790.00, NULL, NULL, 1950.00, '9x7mm Super Premium Emerald Moissanite-81098.jpeg', '9x7mm Super Premium Emerald Moissanite-37238.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-03 16:17:24', '2024-02-03 16:17:24'),
(3207, '10.3x8.8mm Unheated Green Oval Grossular Garnet', '9CnMNKe5Q', 5, 'This 3.28 Carat 10.3 x 8.8 mm Green Oval Garnet has been hand selected by our GIA-certified gemologists for its exceptional characteristics and rarity.\r\n\r\nVirtu Gem\'s holistic approach to empowering mining communities benefits each person that touches your gemstone, from mine to market. Locally mined gemstones are traded, cut and polished in their country of origin. This localizes the economic benefits, while integrating and empowering people at every step of the process.', 3800.00, NULL, NULL, 3900.00, '10.3x8.8mm Unheated Green Oval Grossular Garnet-71265.jpeg', '10.3x8.8mm Unheated Green Oval Grossular Garnet-11377.jpeg', NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-03 16:22:55', '2024-02-03 16:22:55'),
(3208, '10x7mm Super Premium Pear Moissanite', 'dZlxe8jI3', 5, 'Stock Number:\r\nMO10X7PS1\r\nGemstone:\r\nMoissanite\r\nShape:\r\nPear\r\nAverage DimensionsAverage Dimensions:\r\n10.0 x 7.0 mm\r\nColor:\r\nColorless\r\nClarity:\r\nVVS', 1550.00, NULL, NULL, 1780.00, '10x7mm Super Premium Pear Moissanite-96286.jpeg', '10x7mm Super Premium Pear Moissanite-21457.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-03 16:28:09', '2024-02-03 16:28:09'),
(3209, 'NIGHT COURT perfume, acotar perfume, Book Lover Perfume, Book Scented Perfume, Literary Perfume, Book Inspired Perfume, Book Perfume Scent', 'kpDL3XuY3', 17, 'Smells Like Books fragrances are certified vegan and cruelty-free; carefully created to exceed your expectations. Formulated for optimal performance and long-lasting wear without being overwhelming. Scents are distilled and compounded in-house, curated from wild-harvested botanicals and therapeutic-grade essential oils.\r\nThis perfume is amazing! It has a super rich aroma and smells like a dream! It came super well packed, and had a free sticker inside!', 22.00, NULL, NULL, 49.00, 'NIGHT COURT perfume, acotar perfume, Book Lover Perfume, Book Scented Perfume, Literary Perfume, Book Inspired Perfume, Book Perfume Scent-22649.jpeg', 'NIGHT COURT perfume, acotar perfume, Book Lover Perfume, Book Scented Perfume, Literary Perfume, Book Inspired Perfume, Book Perfume Scent-40682.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 16:40:23', '2024-02-03 16:40:23'),
(3210, 'Lemon Creme Body Oil', 'PelE4doup', 17, 'Lemon Creme Body Oil features a tantalizing scent that combines the zesty essence of fresh lemons with a creamy undertone, creating a delightful and invigorating natural fragrance for your skin. It leaves your skin moisturized and irresistibly smooth. Our lightweight body oil ensures quick absorption without any greasy residue.', 15.40, NULL, NULL, 22.00, 'Lemon Creme Body Oil-34278.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 16:58:48', '2024-02-03 16:58:48'),
(3211, 'Tallow Pur - 100% organic grass-fed beef tallow balm/cream from Germany (Lake Constance), odorless, no chemicals, natural skin care', 'Ju9AdyIQj', 17, 'Tallow Pur is a gentle cream for the entire skin. Forget chemicals and give your skin the nutrients our ancestors used.\r\nTallow Pur consists only of 100% organic beef tallow. We developed this cream for particularly sensitive skin. The cream is a little firmer than Tallow Natural. Tallow nourishes your skin and makes it soft and supple.', 19.29, NULL, NULL, 21.00, 'Tallow Pur - 100% organic grass-fed beef tallow balm/cream from Germany (Lake Constance), odorless, no chemicals, natural skin care-19103.jpeg', 'Tallow Pur - 100% organic grass-fed beef tallow balm/cream from Germany (Lake Constance), odorless, no chemicals, natural skin care-38377.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 22:41:23', '2024-02-03 22:41:23'),
(3212, 'VITAMIN C SERUM brighten your skin, improve radiance. Natural, Vegan skincare for beautiful you.', 'lT9JifGIO', 17, 'The secret to young, rejuvenated skin! Brighten skin, improve radiance with Vitamin C serum!\r\n\r\nIf you are worried about showing the signs of aging, or if you have already begun to see the effects of age on your face, our Vitamin C Serum helps fight the signs of aging before and after they begin through natural antioxidant protection and our proprietary skin-care \"synergy\" blend. Our Vitamin C Serum helps your skin start looking and feeling younger, brighter, more radiant. \r\n\r\nThe highest form of active, natural vitamin C available. It combines organic and natural ingredients in such way that your face feels smooth and refreshed the moment it touches your skin. Our Organic ingredients help your skin fight fine lines, dark spots, and wrinkles no matter your age, and whether your face is already showing signs of aging, or to protect from early aging signs, and other blemishes.', 8.00, NULL, NULL, 10.00, 'VITAMIN C SERUM brighten your skin, improve radiance. Natural, Vegan skincare for beautiful you.-59888.jpeg', 'VITAMIN C SERUM brighten your skin, improve radiance. Natural, Vegan skincare for beautiful you.-49521.jpeg', 'VITAMIN C SERUM brighten your skin, improve radiance. Natural, Vegan skincare for beautiful you.-32064.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 22:46:49', '2024-02-03 22:46:49'),
(3213, 'Blazing Angels', 'NrTh9dENB', 4, 'Blazing Angels: Squadrons of WWII-Nintendo Wii 2007 Video Game-. Condition is Very Good. Shipped with USPS First Class.', 5.99, NULL, NULL, 7.02, 'Blazing Angels-50915.jpeg', 'Blazing Angels-28120.jpeg', 'Blazing Angels-75286.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-03 23:01:47', '2024-02-03 23:01:47'),
(3214, 'Philips Sonicare DailyClean 1100 Rechargeable Toothbrush, Mint, HX3411/04', 'hBtJ3LbI6', 17, 'Sonic technology helps prevent cavities\r\nEasyStart program gradually introduces you to sonic brushing power\r\nBuilt in timer promotes dental professional recommended brushing time\r\nQuadpacer encourages cleaning each area of the mouth\r\nLong lasting rechargeable battery delivers 14 day battery life', 24.95, NULL, NULL, 29.00, 'Philips Sonicare DailyClean 1100 Rechargeable Toothbrush, Mint, HX3411/04-67210.jpeg', 'Philips Sonicare DailyClean 1100 Rechargeable Toothbrush, Mint, HX3411/04-49607.jpeg', 'Philips Sonicare DailyClean 1100 Rechargeable Toothbrush, Mint, HX3411/04-16834.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 23:06:39', '2024-02-03 23:06:39'),
(3215, 'Saints Row 2', 'BoBLiyApy', 4, 'Shipping and Handling Details\r\n\r\nUSA orders will have all packages shipped from Champlain, NY with the USPS\r\n\r\nCanadian orders will be shipped from Quebec with Canada Post. No Duties or Customs Delays\r\n\r\nProduct Details\r\n\r\nYou\'re buying a Saints Row 2 (Microsoft Xbox 360, 2008) Video Game. The game comes with case/cover art. NO Instruction. Any code or offers included with the game might have already been used. In overall good condition.', 8.99, NULL, NULL, 11.88, 'Saints Row 2-35636.jpeg', 'Saints Row 2-76926.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-02-03 23:17:23', '2024-02-03 23:17:23'),
(3216, 'BaByliss PRO GOLD FX Skeleton Exposed T-Blade Outlining Cordless Trimmer FX787G', 'gw69OMAoZ', 17, 'High-torque brushless Ferrari-designed engine\r\nBaByliss PRO GOLD FX Skeleton Exposed T-Blade Outlining Cordless Trimmer FX787G', 150.00, NULL, NULL, 189.00, 'BaByliss PRO GOLD FX Skeleton Exposed T-Blade Outlining Cordless Trimmer FX787G-76558.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-03 23:23:41', '2024-02-03 23:23:41'),
(3217, 'Pocket Pussy for Men - Men\'s Sex Toys Male Masturbators Realistic Adult Toys Sex Doll Hands Free Stroker 3D Lifelike Soft Butt with Vagina Anal Sex Pleasure Skin Color Adult Toy', 'OhADpxjXn', 4, '【Scaled Down Sex Doll】Lina, weighs 5.5LB and measures 9.45*7.3*5.2inch, a real delicate sized for easy handled. Her tiny body with the authentic detail and dual textured interior has everything you need for an intense stroking session. Entire lifelike and ready to show you a wild time. Keep the good times rolling when your slip this pocket pussy for men into your suitcase or overnight bag for a naughty realistic feeling stroking experience wherever your travels take you.\r\n【3D Lifelike Texture Male Masturbator】 The sex toys men come with two irresistible dual entry for amazing pleasure. This perfect vagina toy has up to 5.12 inches of insertable length. Its inner lining is textured with ribs and bumps that will stimulate the tip and shaft of the penis with every thrust. Each of the two holes on this dual entry toy feel tight, soft, and smooth. Whether you’re in the mood for anal sex or vaginal sex doggy style, the sex toy doll is ready and willing to pleasure you.\r\n【Premium Soft Flexible Material】 This men sex toy is a realistic, vaginal, and anal masturbator. It is made of the softest TPE material that you can grab and pound against. The elastic material can adapt to any size, it can definitely satisfy your desire to penetrate to the bottom. Make sure to use plenty of your favorite lubricant (water-based is the best choice,INCLUDED) for the best result - you never want to go in dry!\r\n【Easy to clean & Maintain】 The sex butt for men realistic is also super easy to clean and maintain. Simply run some water through the holes, shaking or squeezing out the water inside the doll. Dry carefully with a soft cloth, then air dry and sprinkle talcum powder on the surface to prevent the skin from getting sticky and facilitate the next use. In order to keep her well-maintained, be sure to use a universal sex toy cleaner on her regularly, before and after use.\r\n【Discreet Packing Sex Dolls】 The travel sized pocket stroker is realistic, beautiful and a great toy for both solo and couple sessions! Lina got a cute little butt which is soft, skin-friendly, easy to manipulate and store. This sexual pleasure tool for men will be neatly packaged in a discreet package, and it also will come with a black storage bag that makes it is easy to store and you don’t need to worry about being seen. Lifelong technical support for any question.', 89.79, NULL, NULL, 38.99, 'Pocket Pussy for Men - Men\'s Sex Toys Male Masturbators Realistic Adult Toys Sex Doll Hands Free Stroker 3D Lifelike Soft Butt with Vagina Anal Sex Pleasure Skin Color Adult Toy-37233.jpeg', 'Pocket Pussy for Men - Men\'s Sex Toys Male Masturbators Realistic Adult Toys Sex Doll Hands Free Stroker 3D Lifelike Soft Butt with Vagina Anal Sex Pleasure Skin Color Adult Toy-21991.jpeg', 'Pocket Pussy for Men - Men\'s Sex Toys Male Masturbators Realistic Adult Toys Sex Doll Hands Free Stroker 3D Lifelike Soft Butt with Vagina Anal Sex Pleasure Skin Color Adult Toy-73698.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-03 23:34:15', '2024-02-03 23:34:15'),
(3218, 'Hydrangea Bouquet Pendant', 'WbAyBEdqh', 5, 'NECKLACE INFORMATION\r\nStyle:\r\nBE4LBT111-SLV\r\nMetal:\r\nSilver\r\nLength:\r\n1/2 in.\r\nWidth:\r\n1/4 in.\r\nSetting:\r\nProng Set\r\nCHAIN DETAILS\r\nType:\r\nCable Chain\r\nClasp:\r\nLobster Clasp\r\nChain Length:\r\n18 in.\r\nGEMSTONE DETAILS\r\nType:\r\nTopaz\r\nShapeShape:\r\nRound\r\nNumber:\r\n1\r\nAverage DimensionsAverage Dimensions:\r\n6 mm\r\nAverage ColorAverage Color:\r\nIntense Greenish Blue\r\nAverage ClarityAverage Clarity:\r\nEye Clean\r\nTreatment:\r\nView\r\nACCENT GEMSTONES\r\nType:\r\nDiamond\r\nshapeShape: Round\r\nNumber:1\r\nMin. carat total weight Min. carat total weight: 0.03\r\nSetting:Prong Set\r\nAverage ColorAverage Color: F/G\r\nAverage ClarityAverage Clarity: SI1\r\nTreatment:View\r\nType:\r\nSapphire\r\nshapeShape: Round\r\nNumber:1\r\nAverage Dimensions: Average Dimensions: 2.5 mm\r\nSetting:Prong Set\r\nAverage ColorAverage Color: Medium to Intense Blue\r\nAverage ClarityAverage Clarity: Eye Clean\r\nTreatment:View\r\nType:\r\nAquamarine\r\nshapeShape: Round\r\nNumber:1\r\nAverage Dimensions: Average Dimensions: 3.5 mm\r\nSetting:Prong Set\r\nAverage ColorAverage Color: Very Light Greenish Blue\r\nAverage ClarityAverage Clarity: Eye Clean', 375.00, NULL, NULL, 425.99, 'Hydrangea Bouquet Pendant-19951.jpeg', 'Hydrangea Bouquet Pendant-54234.jpeg', NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-03 23:37:30', '2024-02-03 23:37:30'),
(3219, 'Sol Starburst Diamond 6.5 In. Bracelet', 'tQG33Fsd1', 5, 'Drawing inspiration from the warmth and energy of the sun, this star-studded bangle emanates celestial shine, wrapping you in layers of light (1/8 total carat weight). \r\n\r\nSol is a collection that invites you to embrace your inner light. By capturing the symbolism of the sun, it encourages the celebration of love, authenticity, and gratitude.\r\n\r\nSize: 6.5', 2995.00, NULL, NULL, 3050.00, 'Sol Starburst Diamond 6.5 In. Bracelet-75671.jpeg', 'Sol Starburst Diamond 6.5 In. Bracelet-98043.jpeg', 'Sol Starburst Diamond 6.5 In. Bracelet-42730.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-03 23:39:24', '2024-02-03 23:39:24'),
(3220, 'Bouncers and swing for babies electric rocking chair for baby newborn electric baby rocker with toys', 'Dw2lmOCAk', 5, 'Applicable: 0-24 months\r\nWeight: 20kg\r\nColor: starry blue, dark green,\r\nTwilight Grey, Rose Pink, Almond Yellow\r\nProduct gross weight: 4kg\r\nPacking size: 44cm*16cm*54cm\r\nOuter box packaging (4 pieces) size: 46*64*56cm\r\nFunction: Bluetooth + built-in 12 music + MP3 player + pluggable U disk + remote control + pillow + mosquito net + doll +\r\nadjustable seat angle + folding + foldable wash + tool-free installation.\r\nCost-effective, original design, patented products.', 35.00, NULL, NULL, 45.00, 'Bouncers and swing for babies electric rocking chair for baby newborn electric baby rocker with toys-74741.jpeg', 'Bouncers and swing for babies electric rocking chair for baby newborn electric baby rocker with toys-78171.jpeg', 'Bouncers and swing for babies electric rocking chair for baby newborn electric baby rocker with toys-76650.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-03 23:40:46', '2024-02-03 23:40:46'),
(3221, 'Thrusting Dildo Female Vibrator Adult Toys for Women Sex Toy, Adult Toy 3 in 1 G Spot Vibrators with 7 Tapping, 7 Vibrating & 7 Flapping Patterns Dildos, Female Sex Toys Adult Sex Toys & Games', 'gineP4G67', 4, '【3 in 1 Vibrator Versatile Pleasure】Experience a whole new level of satisfaction with the thrusting vibrator dildo. This innovative adult toy for women offers a remarkable trifecta of pleasure, combining the power of G spot stimulation, the delicate art of tongue-like licking, and the titillating thrills of intense vibrations. This women’s sex toy fulfills your desires from multiple angles and leaves you craving for more.\r\n【7 Tapping】The women sex toy vibrator features 7 unique tapping patterns, crafted with a specially engineered high-frequency vibrating ball. This female vibrator boasts an intensified clitoral massage capability, offering distinct sensations to swiftly stimulate various areas into action. It can be used a clitoral, g spot vibrator, nipple stimulator and so on. Every gentle and teasing movement will bring you close to the edge of an exciting orgasm.\r\n【7 Vibrating & 7 Flapping Patterns】Explore a wide array of pleasure options presented by the rose vibrator\'s selection of 7 vibrating and 7 flapping patterns. Customize how you play with these different modes, enabling you to personalize the sensations according to your desires. Whether you favor a gradual and teasing approach or a swift and intense encounter, female sex toys delivers the adaptability to create a distinctive experience every time.\r\n【Body-safe Silicone & Ergonomic Design】Your comfort and safety are important. Crafted from body-safe silicone, this adult toy sucking vibrator\'s smooth texture not only enhances your pleasure but also ensures that you can explore with peace of mind. The ergonomic design perfectly complements the contours of your body, allowing for easy insertion, maneuverability, and lasting comfort, ensuring that your exploration of pleasure is both indulgent and worry-free.\r\n【USB Rechargeable & Waterproof】Simply connect this couple’s sex toy clitoris vibrator to a USB charger or compatible device to power up for endless enjoyment. Plus, the waterproof design of this female sex toy adds an extra dimension to your playtime, making it possible to indulge your desires even in the most sensual of settings- the bath. And when the play is done, cleanup is a breeze thanks to the waterproof design.\r\n【Discreet Package & Dedicated Support】Your order will be discreetly packaged, ensuring that your enjoyment remains your secret. Our commitment to your satisfaction doesn\'t stop at the sale - our responsive after-service team is ready and eager to assist you with any questions or concerns about vibrator sex toys, providing you with the reassurance that your pleasure journey is backed by unwavering support.', 20.69, NULL, NULL, 29.99, 'Thrusting Dildo Female Vibrator Adult Toys for Women Sex Toy, Adult Toy 3 in 1 G Spot Vibrators with 7 Tapping, 7 Vibrating & 7 Flapping Patterns Dildos, Female Sex Toys Adult Sex Toys & Games-67963.jpeg', 'Thrusting Dildo Female Vibrator Adult Toys for Women Sex Toy, Adult Toy 3 in 1 G Spot Vibrators with 7 Tapping, 7 Vibrating & 7 Flapping Patterns Dildos, Female Sex Toys Adult Sex Toys & Games-13562.jpeg', 'Thrusting Dildo Female Vibrator Adult Toys for Women Sex Toy, Adult Toy 3 in 1 G Spot Vibrators with 7 Tapping, 7 Vibrating & 7 Flapping Patterns Dildos, Female Sex Toys Adult Sex Toys & Games-22896.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-03 23:41:52', '2024-02-03 23:41:52'),
(3222, 'Pampers Swaddlers Diapers - Size 6, 108 Count, Ultra Soft Disposable Baby Diapers', 'v2uqJb4S2', 5, 'Brand	Pampers\r\nNumber of Items	1\r\nColor	Newborn\r\nIncontinence Protector Type	Infant Diaper\r\nAge Range (Description)	Newborn\r\n \r\nWhat to know about this item\r\nUp to 100% leakproof nights and happy mornings with LockAway Channels\r\nHelps prevent leaks with stretchy sides and large tape fasteners for a secure and comfortable fit\r\nHelps keep skin dry and healthy with Dri-Weave Liner\r\nTrusted protection—from Pampers #1 pediatrician recommended brand* (*Based on a 2021 survey of U.S. and Canadian pediatricians)\r\nGentle on baby’s delicate skin—hypoallergenic and free of parabens and latex* (*Natural Rubber)\r\nPackaging and prints may vary\r\nUse with Pampers Baby-Clean wipes to keep baby\'s skin clean and dry\r\nA good night’s sleep starts with a great diaper, and Pampers Baby-Dry diapers give you and your baby up to 100% leakproof nights and happy mornings. Made to protect your baby’s delicate skin, our exclusive LockAway Channels absorb wetness and lock it safely away, while our protective Dri-Weave Liner helps keep skin healthy. Plus, our Baby-Dry Diapers are hypoallergenic and completely free of parabens and latex.* These are just a few of the many reasons Pampers is the #1 pediatrician recommended diaper brand—and your baby\'s best bet for comfy protection. Pampers also keep messes to a minimum. To help contain leaks and prevent blowouts, our Baby-Dry diapers feature all-around stretchy sides and large tape fasteners for a secure and comfy fit. Plus, they come equipped with our Dual Leak-Guard Barriers that are specially designed to protect around the legs, where leaks tend to happen most. And when your baby is due for a diaper change, our handy Wetness Indicator lets you know. No need for guesswork. Use Baby-Dry diapers with our Pampers Sensitive Wipes to help keep your baby’s skin healthy and prevent irritation. New & improved! Packaging and prints may vary. Ships in 100% recyclable packaging. *Natural Rubber', 4.00, NULL, NULL, 7.00, 'Pampers Swaddlers Diapers - Size 6, 108 Count, Ultra Soft Disposable Baby Diapers-87072.jpeg', 'Pampers Swaddlers Diapers - Size 6, 108 Count, Ultra Soft Disposable Baby Diapers-69481.jpeg', 'Pampers Swaddlers Diapers - Size 6, 108 Count, Ultra Soft Disposable Baby Diapers-72218.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-03 23:45:18', '2024-02-03 23:45:18'),
(3223, 'Oshion 24in Lawn Roller Iron Cylindrical Garden North America Black - (24 x 13 x 45)\"', 'SQnMJG8Hw', 5, 'The  push/tow lawn roller is ideal for flattening uneven ground caused by  moles or frost-heaving, and for packing down newly sown seed or sod. It  can be filled with up to 13 gal water. Weighing less than 26 pounds  without water, this roller is light enough to be pushed by hand. The  steel drum has rolled rounded edges for the best rolling results that  will not damage your lawn when turning. This lawn roller has easy  conversion for versatility and convenience. Don\'t be hesitated! Come and  buy one! You won\'t regret it!\r\n\r\nFeatures:\r\n1. High quality and brand new\r\n2. U-handle for comfortable pull and push use\r\n3. Green sprayed surface, smooth surface, not easy to rust,beautiful and fashionable color\r\n4. Drain plug allows adding water\r\n5. Roller drain/fill plug empties easily\r\n6. Less than 26lbs without water for easy storage and transport\r\n7. The steel drum has rolled rounded edges for the best rolling results that will not damage your lawn when turning\r\n8. 16 gal with water ideal for flattening uneven ground caused or packing down newly sown seed or sod\r\n\r\nSpecifications:\r\n1. Material: Steel\r\n2. Color: Green & black\r\n3. Dimensions: (24 x 13 x 45)\" / (61 x 33 x 114)cm (L x D x H)\r\n4. Roller Capacity: 13 Gal\r\n5. Product Weight: 26lbs / 12.09kg\r\n\r\nPackage Includes:\r\n1 x Garden Roller', 98.76, NULL, NULL, 112.99, 'Oshion 24in Lawn Roller Iron Cylindrical Garden North America Black - (24 x 13 x 45)\"-63510.jpeg', 'Oshion 24in Lawn Roller Iron Cylindrical Garden North America Black - (24 x 13 x 45)\"-75409.jpeg', 'Oshion 24in Lawn Roller Iron Cylindrical Garden North America Black - (24 x 13 x 45)\"-75145.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-03 23:49:12', '2024-02-03 23:49:12'),
(3224, 'Sex Machine Thrusting Machines for Men Women,Love Machine Device Gun with 6 Attachments,3 XLR Connector Fucking Machine for Solo and Couples', 'S2pyDXtYp', 4, 'The Auxfun sex machine is a very cost effective professional machine that has many quality components and features. The machine speed is adjustable from 0-450 times per minute via a handheld remote. Turn the dial a little and this sex machine moves a little faster or slower, you are in control. This gives you the ability to find the speed that suites your taste for maximum pleasure. The Auxfun sex machine is very versatile and can be used either by the male or female user alike.', 66.70, NULL, NULL, 88.97, 'Sex Machine Thrusting Machines for Men Women,Love Machine Device Gun with 6 Attachments,3 XLR Connector Fucking Machine for Solo and Couples-36846.jpeg', 'Sex Machine Thrusting Machines for Men Women,Love Machine Device Gun with 6 Attachments,3 XLR Connector Fucking Machine for Solo and Couples-32560.jpeg', 'Sex Machine Thrusting Machines for Men Women,Love Machine Device Gun with 6 Attachments,3 XLR Connector Fucking Machine for Solo and Couples-41425.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-03 23:49:36', '2024-02-03 23:49:36'),
(3225, 'Little Journey OEM Pampering Swiss Quality Huge Absorption Baby Diapers Nappies Soft Baby Diapers', 'kY6SOslXr', 5, 'MOQ\r\n1000Pcs (Distribution) , 100,000 Pcs (OEM order);\r\nPackage\r\nPackaged by poly bag, or carton;\r\nCertifications\r\nCE, ISO, SGS, FSC, etc;\r\nShipping\r\nShipping by express, train, sea, air, etc;\r\nPayment\r\nMost is by T/T; other payment method also accept.\r\nFor the baby diaper materials, we can offer many types of top sheet and back sheet. And have different grade for different market', 1.12, NULL, NULL, 2.12, 'Little Journey OEM Pampering Swiss Quality Huge Absorption Baby Diapers Nappies Soft Baby Diapers-97653.jpeg', 'Little Journey OEM Pampering Swiss Quality Huge Absorption Baby Diapers Nappies Soft Baby Diapers-95543.jpeg', 'Little Journey OEM Pampering Swiss Quality Huge Absorption Baby Diapers Nappies Soft Baby Diapers-94849.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 23:51:39', '2024-02-03 23:51:39'),
(3226, 'Metal Vintage Enamel Dragonfly Watering Can Decorative Outdoor Water - 13 X 18 X 7 inches', 'oeX5SIS7q', 5, 'Overall Size - 18 Inches Long, 7 Inches Wide, 13 Inches High.\r\nDurable Material - Crafted Of Metal For Years Of Maintenance Free Use.\r\nRustic Style - Dragonfly Art And Copper Painted Accents For A Farmhouse Ready Decorative Accent.\r\nStylish Decor - Use In The Garden Or Around The Home For A Rustic Decorative Touch.\r\nGreat Gift - For Yourself Or Your Green Thumb Friends And Family.\r\nMake a buzz with this decorative dragonfly-accented watering can. Creatively crafted for years of maintenance-free use, the enamel cover adorned with dragonflies and painted copper accents give it a rustic appeal that is perfect for the garden or farmhouse decor. Measuring 18 inches long, 7 inches wide, and 13 inches high; this dragonfly-themed canister is a lovely addition to your home or garden. Makes a great gift for yourself or green thumb friends and family.', 43.99, NULL, NULL, 55.99, 'Metal Vintage Enamel Dragonfly Watering Can Decorative Outdoor Water - 13 X 18 X 7 inches-88409.jpeg', 'Metal Vintage Enamel Dragonfly Watering Can Decorative Outdoor Water - 13 X 18 X 7 inches-23053.jpeg', 'Metal Vintage Enamel Dragonfly Watering Can Decorative Outdoor Water - 13 X 18 X 7 inches-79064.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-03 23:56:12', '2024-02-03 23:56:12'),
(3227, 'Wearable Panty Vibrators', 'dpEpXS2T1', 4, 'Made from supple silicone, this petite vibe is soft and flexible, with a textured nub that attends to your clitoris\'s pleasure with care. Curved to slip into your panties and effortlessly into place, you won\'t need to remove your clothes for heavenly stimulation and satisfaction on the go.\r\nTake intimate pleasure to another level with this sleek, saddle-shaped remote control panty vibrator. Put the power of pleasure in your lover\'s hands for the ultimate erotic encounter, or go solo and delight in its 12 patterns .\r\nYou can control the vibrator yourself for some fun me-time, or hand the remote to your lover for some daring couple’s play, it’s the ideal beach accessory. Or choose something with plenty of base and get ready to party.\r\nThis wearable vibrator is fully rechargeable for battery-free fun, and completely waterproof so you can take the adult sex toys on your aquatic adventures. Please note: While the toy itself is waterproof, the remote control is not and should be kept dry.\r\nNo tricks here. Our dildo sex toys combine simple, straightforward packaging with unbelievable quality for intense sensations without compromise.\r\nPrivate Packing & Shipping: Our all adult sex toys will be delivered to you in discreet packaging and we take your privacy seriously. And nobody know what inside. It is a gift for yourself or friends !', 19.62, NULL, NULL, 21.99, 'Wearable Panty Vibrators-10169.jpeg', 'Wearable Panty Vibrators-61862.jpeg', 'Wearable Panty Vibrators-65133.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-03 23:56:35', '2024-02-03 23:56:35'),
(3228, 'Professional hot sale Bpa free new feeding baby bottle design silicone milk bottle for baby', 'F3QwlQPCh', 5, 'material\r\nppsu\r\nsize\r\n150ml. 180ml\r\nuse people\r\nbaby\r\ncolor\r\nred,green, blue\r\nuse age\r\n0-6 months\r\nLogistic\r\nA: By Air-We delivery the goods via UPS, DHL or Fedex, Door to Door service.\r\nB: By Sea-We have long term cooperated forwarder will can help you to deal with Shipment booking, custom clearance, documents\r\nprepare work etc.', 2.80, NULL, NULL, 3.80, 'Professional hot sale Bpa free new feeding baby bottle design silicone milk bottle for baby-81966.jpeg', 'Professional hot sale Bpa free new feeding baby bottle design silicone milk bottle for baby-96728.jpeg', 'Professional hot sale Bpa free new feeding baby bottle design silicone milk bottle for baby-96230.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-03 23:58:26', '2024-02-03 23:58:26'),
(3229, 'Earthwise 15-Amp Electric Corded Chipper/Shredder with Collection Bag', 'BPeYrxDmp', 5, 'Make your yard waste disposal and compost preparation a breeze with the Earthwise 15-Amp Electric Corded Chipper/Shredder with Collection Bag. This eco-friendly wood chipper has a powerful 15-amp motor that can shred branches up to 1.75\" thick, making it comparable to a gas-powered chipper. With a tamper tool and chute, you can keep your hands free and safe from harm. The 12-gallon collection bag is easy to clean, making yard cleanup a breeze. This portable mulcher has rear wheels for easy transportation around your yard.\r\n\r\n\r\nFeatures:\r\n\r\nPowerful 15-amp electric motor to shred branches up to 1.75\" thick\r\nTamper tool and chute for safe and hassle-free operation\r\n12-gallon collection bag for easy cleaning\r\nPortable design with rear wheels for easy transportation\r\n3800 RPM blade speed and 8:1 chipping ratio', 139.32, NULL, NULL, 149.35, 'Earthwise 15-Amp Electric Corded Chipper/Shredder with Collection Bag-25579.jpeg', 'Earthwise 15-Amp Electric Corded Chipper/Shredder with Collection Bag-55666.jpeg', 'Earthwise 15-Amp Electric Corded Chipper/Shredder with Collection Bag-15818.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-04 00:04:20', '2024-02-04 00:04:20'),
(3230, 'ROCODOCO 3D Puzzles', 'F7bwjGH5y', 4, 'Safe and eco-friendly materials: The 3D paper puzzle kit uses non-toxic and smooth paper materials along with pre-cut foam board, ensuring safety during assembly and being environmentally friendly.\r\nEnhanced focus and mindfulness: Assembling the DIY paper puzzle can improve hand-eye coordination and require concentration, leading to enhanced focus and mindfulness during the creative process.\r\nCustomizable design: The puzzle\'s DIY nature allows for personalized decoration, sparking imagination and creativity as individuals design their unique according to their preferences.\r\nQuality bonding time: Working on this craft package together fosters quality bonding time among family members, creating cherished moments and a sense of togetherness.\r\nMeaningful gift and decorative item: Once completed, the 3D puzzle kit serves as a meaningful and thoughtful gift option for friends and loved ones, while also functioning as a delightful desktop decoration in any setting.', 29.79, NULL, NULL, 35.99, 'ROCODOCO 3D Puzzles-10467.jpeg', 'ROCODOCO 3D Puzzles-85008.jpeg', 'ROCODOCO 3D Puzzles-34893.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-04 00:05:10', '2024-02-04 00:05:10'),
(3231, 'Achla Designs Large Oval Hammered Tub, 30.5 Inch Long, Copper Plated - 30.5\"', 'eZaSdrPf3', 5, 'Add rustic charm and functionality to your home with our Achla Designs Large Oval Hammered Tub. This versatile tub is made of galvanized steel with a protective zinc coating to prevent rusting, and features a stylish copper plated finish. With two side handles for easy carrying, the tub is perfect for use as an ice bucket or for container gardening as a planter for your favorite flowers and vegetables. It can even be used to hold firewood during the winter. For direct planting, simply drill drainage holes in the bottom. This tub measures 31.25 inches long at the handles and 15.25 inches wide, making it the perfect size for a variety of uses. Pair it with our Achla Designs stands for an even more attractive display. Enjoy peace of mind with our 90-day manufacturer\'s warranty.\r\n\r\n\r\nFeatures:\r\n\r\nRustic design with stylish hammered copper finish\r\nGalvanized steel with protective zinc coating to prevent rusting\r\nTwo side handles for easy carrying\r\nVersatile use as an ice bucket, planter, or firewood holder\r\nMeasures 31.25 inches long at the handles x 15.25 inches wide\r\nCompatible with Achla Designs stands\r\n90-day manufacturer\'s warranty included.', 64.89, NULL, NULL, 80.45, 'Achla Designs Large Oval Hammered Tub, 30.5 Inch Long, Copper Plated - 30.5\"-40825.jpeg', 'Achla Designs Large Oval Hammered Tub, 30.5 Inch Long, Copper Plated - 30.5\"-88161.jpeg', 'Achla Designs Large Oval Hammered Tub, 30.5 Inch Long, Copper Plated - 30.5\"-57927.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-02-04 00:09:52', '2024-02-04 00:09:52');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3232, 'Backpack Leaf Blower 52CC 2-Cycle Gas Cordless Leaf Blower with extention tube for Big Yard', 'o15TycH6Q', 5, 'Name:Handhld Leaf Blower Gas Powered Leaf Blowers Cycle Backpack Leaf Blower is designed to evenly distribute the weight across  your back and shoulders while remaining cushioned and comfortable. handheld leaf blowers are compact, lightweight.\r\n\r\nSpecifications:\r\n\r\nType: Gas-powered backpack leaf blower \r\nPower:  52CC, Two-stroke cycle engine  EPA passed\r\nMaximum Air Volume:  530CFM \r\nSpeed Settings: Cruise control, variable speed settings \r\nOuter Material: Heavy duty frame, Adjustable shoulder straps \r\nERGONOMIC HANDLE: the handle can be adjusted to fit the operator and has rubber inserts for a comfortable grip.\r\nCOMFORTABLE HARNESS: Padded harness is shaped to fit the contours of the operator.\r\nNoise level:111 decibels \r\nAir Speed:78m/s\r\nAir Volume:890m^3/h\r\nPower:145KW', 223.79, NULL, NULL, 2400.99, 'Backpack Leaf Blower 52CC 2-Cycle Gas Cordless Leaf Blower with extention tube for Big Yard-70114.jpeg', 'Backpack Leaf Blower 52CC 2-Cycle Gas Cordless Leaf Blower with extention tube for Big Yard-79848.jpeg', 'Backpack Leaf Blower 52CC 2-Cycle Gas Cordless Leaf Blower with extention tube for Big Yard-77288.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-04 00:15:07', '2024-02-04 00:15:07'),
(3233, 'Baby breezes formula pro mini baby formula make small baby formula mixer machine fits small spaces', 'y2Mh6P3m9', 5, 'Baby breezes formula pro mini baby formula make small baby formula mixer machine fits small spaces', 100.00, NULL, NULL, 120.00, 'Baby breezes formula pro mini baby formula make small baby formula mixer machine fits small spaces-87268.jpeg', 'Baby breezes formula pro mini baby formula make small baby formula mixer machine fits small spaces-31280.jpeg', 'Baby breezes formula pro mini baby formula make small baby formula mixer machine fits small spaces-53507.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-04 00:16:49', '2024-02-04 00:16:49'),
(3234, 'Samsung 75\" The Terrace Black QLED 4K UHD Outdoor Smart HDTV', 'QubiQpRrj', 4, 'Outdoor-Optimized QLED Picture\r\nHigh-quality 4K QLED picture engineered to look incredibly vivid and bright, especially in daylight\r\nWide Viewing Angle with Anti-Glare\r\nEngineered to reduce glare, get a great picture from every seat\r\nDirect Full Array 16X\r\nPrecision-controlled backlights offer deeper contrast for richer blacks and brighter whites\r\nQuantum HDR 32X\r\nOur best HDR picture where brilliant color and the deepest, darkest details combine to deliver mesmerizing realism\r\nQuantum Processor 4K\r\nThis powerful processor uses deep-learning AI to transform everything you watch into stunning 4K\r\n100% Color Volume with Quantum Dot\r\nQuantum Dots produce over a billion shades of color that stay true to life, even in bright scenes\r\nReal Game Enhancer+™\r\nEngineered to make the TV and gaming console work seamlessly together to reduce lag, tearing and stuttering\r\nMotion Rate 240\r\nMinimizes motion blur on-screen so action-packed movies and sports stay smooth and crisp\r\nAdaptive Picture™\r\nYour TV reacts and adjusts to the lighting conditions around it\r\nHDR Formats Supported\r\nHDR10 (Static MetaData), HDR10+ (Dynamic MetaData), HLG (Hybrid Log Gamma). All Samsung 4K UHD TVs also meet the CTA HDR-Compatible Definition', 5997.99, NULL, NULL, 6497.99, 'Samsung 75\" The Terrace Black QLED 4K UHD Outdoor Smart HDTV-29156.jpeg', 'Samsung 75\" The Terrace Black QLED 4K UHD Outdoor Smart HDTV-54067.jpeg', 'Samsung 75\" The Terrace Black QLED 4K UHD Outdoor Smart HDTV-94237.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-04 00:17:39', '2024-02-04 00:17:39'),
(3235, 'Sun Joe 10 Ton Manual Log Splitter', 'AHHzBHu2z', 7, 'Log on. Log off. Then Split. Embrace your inner Paul Bunyan as you make light work of the piles of large logs you\'ve been meaning to tackle around your yard with the Sun Joe LOGGER JOE LJ10M 10-Ton Hydraulic Log Splitter. Harness the power of the manually operated 2-speed pump to quickly generate up to 10 tons of driving force to easily split firewood logs up to 18 in. long x 8 in. wide. The LJ10M Log Splitter is crafted of durable steel construction for reliable power and performance, season after season, year after year. Rear wheels make it easy to maneuver wherever it\'s needed - and its compact size makes it a cinch to store when it\'s not. The LJ10M comes with a full two-year warranty. \r\n\r\nFor logs up to 18 in. long x 8 in. wide Powerful hydraulic ram builds up to 10 tons of driving force Log cradle prevents split wood from falling\r\nRam return spring for quick resets Easy to use - no gas, oil or cords Durable steel construction\r\nOther features: wheels for easy portability Maintenance free Full 2-year warranty\r\nBrand: Sun Joe\r\nIncluded items: Log Splitte\r\nType: Log Splitter\r\nFinish: Steel\r\nColor options: Black\r\nStyle:\r\nSettings:\r\nDisplay:\r\nWattage:\r\nCapacity:\r\nModel: LJ10M\r\nDimensions: 41.12 inches high x 8.12 inches wide x 11.8 inches long\r\n\" \r\n\r\nProduct Features: Rust Resistant\r\nMaterial: Stainless Steel\r\nColor: Black', 172.48, NULL, NULL, 182.48, 'Sun Joe 10 Ton Manual Log Splitter-92497.jpeg', 'Sun Joe 10 Ton Manual Log Splitter-31486.jpeg', 'Sun Joe 10 Ton Manual Log Splitter-20071.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-04 00:20:08', '2024-02-04 00:20:08'),
(3236, 'Baby Stroller', 'xGpAZLHeB', 5, 'Item\r\nBF-A-1036\r\nProduct name\r\nBaby Stroller\r\nGender\r\nUnisex\r\nAge range\r\n0-3 years\r\nPlace of origin\r\nHebei,China\r\nProduct size\r\n74*83*103cm\r\nCarton size\r\n95*43*32cm\r\nColor\r\nGray pink green purple\r\nMaterial\r\nLinen\r\nN.W/G.W\r\n20/21.5KG\r\nFeature\r\n16 round tubes on the front foot of the handle and 15 * 25 flat round tubes on the back foot; The car platform is equipped with 5-inch eight wheels, adjustable leg rests, and a reclining backrest for sitting; Linen cloth, three section canopy; Sunshade,skylight, bottle pocket; Three point seat belt with four segment backrest adjustment.', 43.87, NULL, NULL, 51.87, 'Baby Stroller-31089.jpeg', 'Baby Stroller-77822.jpeg', 'Baby Stroller-45471.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-04 00:21:36', '2024-02-04 00:21:36'),
(3237, 'Panasonic Black Cordless Phone With 4 Handsets', 'BJDSmklLx', 4, 'Four Handset cordless telephone with answering machine and dual keypad\r\nHear who\'s calling from across the room with talking Caller ID announcements in English and Spanish from the base unit and cordless handsets\r\nEasily block up to 250 telemarketers, robocallers and other unwanted numbers with one-touch dedicated call block buttons on base unit and handsets\r\nOther conveniences include full duplex speakerphone, headset jack, baby monitor, noise reduction and more!', 129.99, NULL, NULL, 149.99, 'Panasonic Black Cordless Phone With 4 Handsets-69432.jpeg', 'Panasonic Black Cordless Phone With 4 Handsets-40368.jpeg', NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-04 00:24:39', '2024-02-04 00:24:39'),
(3238, '15 Gallon Wheeled Fuel Caddy Container with Manual Pump - 15 Gallons', '1MNM6hIBC', 7, 'Experience the simplicity of refueling with this reliable and convenient fuel tank. Its durable construction, optimum capacity, portable design, and extended fuel hose make it the perfect choice for all your refueling requirements.\r\n\r\n【Sturdy HDPE Construction】Crafted from durable high-density polyethylene (HDPE) plastic, this fuel tank showcases a rugged construction in eye-catching vibrant red. Designed to withstand rough conditions, this gas tank ensures long-lasting performance for all your refueling needs.\r\n\r\n【Generous Capacity and Quick Dispensing】With a capacity of 15 gallons, this gas tank provides ample storage for your fuel requirements. The manual pump allows for a steady dispensing rate of 2 gallons per minute, ensuring quick and efficient refueling.\r\n\r\n【Easy Portability and Maneuverability】Featuring 6-inch wheels, this fuel tank is highly portable and maneuverable, making it a breeze to navigate over rough terrains. The tank can be easily lifted using the top handle, facilitating effortless carrying and transportation to any desired location. Equipped with a 10-foot-long fuel hose, this tank provides you with extended reach for refueling various equipment.\r\n\r\n【Enhanced Safety Features】To prioritize safety, this fuel tank is equipped with two brass shut-off valves on the top and the hose. These valves allow for easy disconnection and effectively prevent fuel leakage, minimizing the risks of fire hazards and environmental concerns.\r\n\r\n【Versatile Usage】From farm work to recreational activities at the cottage, this fuel tank caters to all your refueling needs. Our fuel storage tank can securely hold gasoline, kerosene, or diesel. It\'s the perfect choice for auto repair, farms, lawns, and gardens, marine uses, and more.', 101.58, NULL, NULL, 125.99, '15 Gallon Wheeled Fuel Caddy Container with Manual Pump - 15 Gallons-88667.jpeg', '15 Gallon Wheeled Fuel Caddy Container with Manual Pump - 15 Gallons-55294.jpeg', '15 Gallon Wheeled Fuel Caddy Container with Manual Pump - 15 Gallons-41757.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-04 00:25:22', '2024-02-04 00:25:22'),
(3239, 'cheap modern Microfiber armrest upholstered fabric dining chair with black bow legs', 'gWuDOkOFy', 5, 'Product Name\r\nnew arrivals cheap modern Microfiber armrest upholstered fabric dining chair with black bow legs\r\nStyle\r\nmodern\r\nBrand\r\nquansen\r\nColour\r\nwhite grey black yellow gold taupe blue green pink red brown ect\r\nTexture\r\nIn beautiful colors, this dining room chair is covered with the popular soft fabric velvet.\r\nPlace of Product\r\nHebei Province,China\r\nMaterial\r\nvelvet/fabric/leather\r\nModes of packing\r\nPacked in cartons or bulk package\r\nSize\r\n41/51/88cm\r\nAfter sale service\r\nany time\r\nnew arrivals cheap modern Microfiber armrest upholstered fabric dining chair with black bow legs', 18.00, NULL, NULL, 21.00, 'cheap modern Microfiber armrest upholstered fabric dining chair with black bow legs-55961.jpeg', 'cheap modern Microfiber armrest upholstered fabric dining chair with black bow legs-73277.jpeg', 'cheap modern Microfiber armrest upholstered fabric dining chair with black bow legs-92131.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-04 00:30:23', '2024-02-04 00:30:23'),
(3240, 'Panasonic Black Link2Cell Bluetooth Amplified Cordless Phone With Digital Answering Machine', 'U4ZZGARwK', 4, 'Hear and be heard, loud and clear with Volume Boost control for amplified caller voice volume up to 40 dB, includes six voice Tone Settings and a loud base unit Ringer.\r\nUnderstand every word, every time more clearly with Slow Talk to slow the speed of speech in real time and when checking voice messages\r\nBig white backlit LCD, enlarged Memory Dial Buttons plus bright red LED visual ringers on base unit and handset enhance visibility and calling convenience\r\nSync up to two cell or smartphones to make and take amplified cell calls and receive text alerts through Panasonic Link2Cell handsets, anywhere in the house\r\nIncludes Power Backup, Talking Caller ID, Talking Keypad and Phonebook, 9 Speed Dials, 250-number Call Block, Accessories, and Expandable to 6 handsets.', 100.59, NULL, NULL, 159.99, 'Panasonic Black Link2Cell Bluetooth Amplified Cordless Phone With Digital Answering Machine-23771.jpeg', 'Panasonic Black Link2Cell Bluetooth Amplified Cordless Phone With Digital Answering Machine-18946.jpeg', 'Panasonic Black Link2Cell Bluetooth Amplified Cordless Phone With Digital Answering Machine-69709.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-04 00:30:45', '2024-02-04 00:30:45'),
(3241, 'snow sweeper GASOLINE POWERED BROOM SWEEPER,52CC 2 STROKE', 'JRscxfsYc', 7, 'Color: Orange/Black\r\nType: Single-Cylinder, 2-Stroke, Air-Cooled\r\nHP: 2.4\r\nDisplacement: 52CC\r\nMax Power: 1.7KW/7000RPM\r\nFuel Capacity: 1 Liter\r\nOil/Gasoline Mixing Ratio 40:1\r\nBrush Material: Nylon\r\nSweeping Broom Size: 24\"(W) x 9\"(Diameter)\r\nOverall Length: 6.6ft (approx.)\r\nCertification: EPA', 299.04, NULL, NULL, 322.00, 'snow sweeper GASOLINE POWERED BROOM SWEEPER,52CC 2 STROKE-56113.jpeg', 'snow sweeper GASOLINE POWERED BROOM SWEEPER,52CC 2 STROKE-10702.jpeg', 'snow sweeper GASOLINE POWERED BROOM SWEEPER,52CC 2 STROKE-58711.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-02-04 00:35:42', '2024-02-04 00:35:42'),
(3242, 'Panasonic Corded Phone System in Black', '9qMdHWG62', 4, 'Corded desk phone ideal for small office environment\r\n50-station phone book and 20 redial numbers\r\nCaller ID compatible with 50-station memory', 21.79, NULL, NULL, 29.99, 'Panasonic Corded Phone System in Black-97183.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-04 00:37:20', '2024-02-04 00:37:20'),
(3243, 'Wholesale No Folded and Commercial Furniture General Use CHURCH chair', 'LBAPir9Im', 5, 'Product No.\r\nHYB-002\r\nMaterial\r\n25*25*1.2mm silver tube+linen+foam+net under the chair\r\nWeight\r\n7.5kg\r\nUnit Loading Capacity\r\n150KG/ (1470N)\r\nPacking Mode\r\nNude packing, 350pcs/20\'GP, 1200pcs/40\'HQ\r\nPrice Terms\r\nFOB, CFR, CIF\r\nPayment tems\r\nT/T, Western Union, L/C at sight\r\nDelivery Time\r\n15~20 days after receiving 30% deposit\r\nCertificate\r\nEnvironment friendly, ISO 9001:2008 qualified\r\nCE Certificate', 10.15, NULL, NULL, 13.15, 'Wholesale No Folded and Commercial Furniture General Use CHURCH chair-96180.jpeg', 'Wholesale No Folded and Commercial Furniture General Use CHURCH chair-33611.jpeg', 'Wholesale No Folded and Commercial Furniture General Use CHURCH chair-50026.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-04 00:41:28', '2024-02-04 00:41:28'),
(3244, 'Lithium ion cordless blower', 'ssg5uWcNY', 7, 'Lithium ion cordless blower is the preferred cleaning tool and is also a favorite on the job site and workshop. It seamlessly combines cordless convenience with the excellent power to weight ratio of the Makita 18V LXT lithium-ion battery technology. \r\n\r\nThis blower is the perfect addition to any kit, toolbox, or workshop. Reaching a fast speed of 219 miles per hour. Equipped with a 3-speed high torque motor manufactured by Makita. The blower weighs only 4.1 pounds and has a more compact design, measuring 20-3/8 inches. Ergonomic shapes can reduce operator fatigue. \r\n\r\nRubber soft handle\r\nCompact and lightweight\r\nPowerful 3-speed motor\r\nLonger continuous use time\r\nCordless travel design\r\nEntering a Narrow Space\r\nContinuous use for up to 17 minutes', 191.65, NULL, NULL, 239.00, 'Lithium ion cordless blower-10239.jpeg', 'Lithium ion cordless blower-38406.jpeg', NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-04 00:41:50', '2024-02-04 00:41:50'),
(3245, 'Momento Dash Camera Kit M7 Wi-Fi 3-Channel QHD', 'Dg8bIMWoI', 4, 'Now Featuring Wi-Fi Connectivity\r\nMomento’s most powerful dash cam is now its smartest. Connect your iPhone or Android smartphone to Momento M7 to view, download, and share your dash cam videos.\r\nFree M7 Wi-Fi App\r\nDownload the user-friendly Momento M7 Wi-Fi App from the App Store and Google Play to wireless connect to your M7 Wi-Fi dash cam.\r\nIn addition to convenience access to your dash cam videos, you will also be able to adjust your camera’s settings and functionality.\r\nCrystal Clear 2K Video\r\nThe most important factor to consider in shopping for a dash camera is image resolution. Recording at 2K QHD at 30 frames/second, the Momento M7 provides the clearest picture we have to offer.\r\nIn the event of a collision or dispute on the road, the M7 will provide crucial video evidence with clear details (license plates, faces, time, GPS) to protect you.\r\nEnhanced Low Light Imagery\r\nWhether you’re driving at night or parked in a shared parking garage, the M7 SmartSens AI-Series image sensor and processor adjusts its exposure and white balance dynamically to capture clear video.\r\nInside-Out Protection\r\nIn addition to the front and rear cameras included with M7 Wi-Fi, you can add a third exterior or interior facing camera, like the Momento IC6.\r\nEco Mode Technology\r\nMomento M7 Wi-Fi is the industry’s most efficient dash camera, thanks to our battery-saving technology, “Eco” Mode. When Eco Mode is activated while parked, your M7 dash camera uses radar to detect motion – reducing battery consumption by up to 90% This ensures that your vehicle and its battery remain protected.', 299.99, NULL, NULL, 349.99, 'Momento Dash Camera Kit M7 Wi-Fi 3-Channel QHD-30867.jpeg', 'Momento Dash Camera Kit M7 Wi-Fi 3-Channel QHD-24810.jpeg', 'Momento Dash Camera Kit M7 Wi-Fi 3-Channel QHD-87053.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-04 00:43:37', '2024-02-04 00:43:37'),
(3246, '80V Cordless Snow Blower - 24-inch Clearing Width, 20-inch Clearing Depth, 90-Minute Endurance, 50ft Throw Distance', 'PvVRbPsED', 7, 'Clean 18 cars driveway and 8 in.-12 in. of snow\r\nNo-load endurance up to 90 minutes\r\nBrushless Motor for added performance\r\n24\" Clearing width and 20\" clearing depth\r\nAll steel auger for increased durability\r\n50ft throw distance\r\n180º chute rotation for snow-throwing control\r\nLED Lightbar for increased visibility', 1548.13, NULL, NULL, 1650.13, '80V Cordless Snow Blower - 24-inch Clearing Width, 20-inch Clearing Depth, 90-Minute Endurance, 50ft Throw Distance-53554.jpeg', '80V Cordless Snow Blower - 24-inch Clearing Width, 20-inch Clearing Depth, 90-Minute Endurance, 50ft Throw Distance-41635.jpeg', '80V Cordless Snow Blower - 24-inch Clearing Width, 20-inch Clearing Depth, 90-Minute Endurance, 50ft Throw Distance-26962.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-04 00:47:57', '2024-02-04 00:47:57'),
(3247, 'Office Furniture Commercial And General USE Office staff chair', 'ARBMjoBF2', 5, 'Item No.: \r\n FEC\r\nDescription:\r\nOffice furniture genuine leather convenience world office chair,office chair with footrest\r\nMaterial \r\nEco-friendly\r\nTop grade GeniuneLeather \r\nPU Imported durable Aluminium Plating or Steel Plating base\r\nSurface:\r\nFabric\r\nArmrest:\r\nHigh quality PP armrest\r\nBase:\r\nPowder coating nylon base\r\nGaslift:\r\nSGS certified gaslift\r\nMechanism:\r\nButterfly mechanism with tilt function\r\nCastors:\r\nNylon\r\n Quality:\r\n Top grade, High quality\r\nSamples\r\nsample office chair can be provided.\r\nColour\r\nall office chairs are available with different colors and color samples can be provided for selection.\r\nCertificate:\r\nISO9001 and ISO14001  \r\n+\r\nMain market:	We have very big market all over the world .Our office chairs have been exported to UK,USA, Mexico, UAE, South Africa and other areas.\r\nCountry ofOrigin:	\r\nChina', 40.00, NULL, NULL, 45.00, 'Office Furniture Commercial And General USE Office staff chair-34364.jpeg', 'Office Furniture Commercial And General USE Office staff chair-37185.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-04 00:50:19', '2024-02-04 00:50:19'),
(3248, 'Fashionable general use office chair with steal base and high density foamin fisher', '8S9jZNgI8', 5, '+\r\nMaterial\r\nDried solid wood, High density foam, \r\nMetal coil springs without rust and fabric rubber, \r\nHigh quality covering.\r\nModular Couch\r\nAmerican style, European style, and Dubai style\r\nDimension\r\n72*61*76Cm\r\nGross Weight\r\nCommercial furniture salon furniture replica lounge style chair\r\nLoading Port\r\nShenzhen; Guangzhou; Foshan\r\nMax Capacity\r\n3000 sets/month\r\nMOQ\r\nIt is about 5sets of each item. \r\nBut advice full container of special order to save cost.\r\nPacking\r\n4layers of the packing. \r\n1. Inner layer: White bubble bag; \r\n2. Middle layer: Cardboard paper; \r\n3. Coner protected cardboard;\r\n4. Outer layer: carton\r\nLoading Capacity\r\nQty/20container:8-10 sets; 40HQ:22-25 sets. 2 seater sofa\r\nType of payment\r\nT/T, L/C at sight, Western Union.\r\nLead time\r\nWithin 25-30 days after receiving deposit.\r\nWarranty\r\nTwo year against sofa’s inner structure defect. \r\nOffer lifetime consultation on problems occurred.', 80.00, NULL, NULL, 85.00, 'Fashionable general use office chair with steal base and high density foamin fisher-45840.jpeg', 'Fashionable general use office chair with steal base and high density foamin fisher-97400.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-04 00:59:28', '2024-02-04 01:03:18'),
(3249, 'Nature Valley Crunchy Oats \'n Honey Granola Bars 30 Count', 'mYtiC0Twr', 5, 'Nature Valley Crunchy Oats \'n Honey bars are a tasty snack made with whole grain oats and a touch of honey. There are no artificial flavors, colors or sweeteners and they pack an excellent source of whole grains with 22 grams per serving! It\'s a snack the whole family can enjoy!', 10.99, NULL, NULL, 12.49, '4.5 out of 5 stars 23,539 Reviews Nature Valley Crunchy Oats \'n Honey Granola Bars 30 Count-93612.jpeg', '4.5 out of 5 stars 23,539 Reviews Nature Valley Crunchy Oats \'n Honey Granola Bars 30 Count-54006.jpeg', '4.5 out of 5 stars 23,539 Reviews Nature Valley Crunchy Oats \'n Honey Granola Bars 30 Count-59312.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-04 01:01:21', '2024-02-04 01:03:19'),
(3250, 'Emporio Armani Men\'s Three-Hand Two-Tone Steel Watch', 'gJBMflAfu', 7, 'Sku: AR11121\r\nCase Size: 41 mm\r\nMovement: Three Hand\r\nPlatform: N/A\r\nStrap Material: Stainless Steel\r\nStrap Colour: 2-Tone, Rose Gold, Silver\r\nCase Water Resistance: 5 ATM\r\nCase Material: Stainless Steel\r\nCase Colour: Silver\r\nDial Colour: Grey\r\nStrap Width: 22 mm\r\nClosure: Bracelet Butterfly Deployant\r\nStrap Inner Circumference: 200 +/- 5 mm\r\nBattery Type: SR621SW', 32.33, NULL, NULL, 35.99, 'Emporio Armani Men\'s Three-Hand Two-Tone Steel Watch-73668.jpeg', 'Emporio Armani Men\'s Three-Hand Two-Tone Steel Watch-82110.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-04 01:07:35', '2024-02-04 01:07:35'),
(3251, 'GUESS Women\'s Toggle Logo Charm Necklace, Silver, One Size, Glass', 'Goencmast', 7, 'Wear your heart in the open in the GUESS® pendant necklace. Link necklace features heart pendants with pave crystal details. Available in a silver or rose gold-tone finish. Adjustable length. Toggle. Imported. Measurements: Chain Circumference: 16 in Pendant Height: 1 4⁄5 in Pendant Width: 1 in Weight: 2.6 oz\r\n\r\n\r\nItem Display Dimensions\r\n16 inches\r\nMaterial\r\nGlass\r\nMetal\r\nBase\r\nClasp Type\r\nToggle\r\nChain Type\r\nCable\r\nGem Type\r\nGlass', 22.80, NULL, NULL, 28.99, 'GUESS Women\'s Toggle Logo Charm Necklace, Silver, One Size, Glass-11571.jpeg', 'GUESS Women\'s Toggle Logo Charm Necklace, Silver, One Size, Glass-80971.jpeg', 'GUESS Women\'s Toggle Logo Charm Necklace, Silver, One Size, Glass-61095.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-04 01:14:48', '2024-02-04 01:14:48'),
(3252, 'HydroMATE Electrolytes Powder Drink Mix Packets Hydration Accelerator', 'v6h2FFByX', 5, 'Vacation Essentials HydroMATE Hydration Acceleration Hydration Packets are a Bachelorette Party Favors a Kit Must Haves for Beach Cruise Vacation Girls Trips Weekend Supplies\r\nHydroMate Multi Flavor Variety Pack Bag includes two Water Flavors Fruit Punch Peach Tea Lemon Lime Orange Citrus\r\n3x Faster Hydration than Water Alone HydroMATE looking for a kit for bachelorette party bridesmaid gifts for wedding day bachelor girls weekend or an adult party favor\r\nJust 10 Calories 2.5g of sugar is a great low sugar water flavor with rehydrating electrolytes to fight dehydration with less sugar than traditional liquid sports drinks\r\nHydro MATE Electrolyte Rehydration packets Rehydrate fast without an IV aid in dehydration relief with out needing Multiple Hours of Relief', 31.50, NULL, NULL, 39.99, 'HydroMATE Electrolytes Powder Drink Mix Packets Hydration Accelerator-49817.jpeg', 'HydroMATE Electrolytes Powder Drink Mix Packets Hydration Accelerator-67835.jpeg', 'HydroMATE Electrolytes Powder Drink Mix Packets Hydration Accelerator-12188.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-04 01:17:43', '2024-02-04 01:17:43'),
(3253, 'Amazon Collection Platinum Plated Sterling Silver set with Infinite Elements Cubic Zirconia size J', 'f12yRbzyH', 7, 'Material\r\nMetal\r\nMetal\r\nSilver\r\nGem Type\r\nCubic Zirconia\r\nCountry of origin\r\nVietnam\r\nAbout this item\r\nSTYLE: This classic bridal ring set is approximately 2.4mm for each band; the engagement ring features a 1 cttw round brilliant cut Infinite Elements Cubic Zirconia centerpiece and half-length inset Zirconia; the eternity wedding band has pave-set Zirconia around the band\r\nMATERIAL: Crafted in platinum over 925 sterling silver\r\nDETAILS: Hypoallergenic and suitable for sensitive skin, nickel free and lead free\r\nCARE: Plated with anti-tarnish coating for a more lustrous appearance and durability; store in a cool, dry place in an air tight container and limit exposure to extreme temperatures, cleaning products, and perfume', 15.92, NULL, NULL, 47.88, 'Amazon Collection Platinum Plated Sterling Silver set with Infinite Elements Cubic Zirconia size J-75934.jpeg', 'Amazon Collection Platinum Plated Sterling Silver set with Infinite Elements Cubic Zirconia size J-94483.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-04 01:20:16', '2024-02-04 01:20:16'),
(3254, 'Commercial Furniture General Use and Hotel Furniture Type white wood wedding chairs wedding chairs white wood wedding chairs Hotel Furniture Type Clear Chiavari Chairs', '5nKJGpZAv', 5, 'Item:	\r\nCommercial Furniture General Use and Hotel Furniture Type white wood wedding chairs\r\n\r\nExperience:	19years\r\nCertificate:	ISO9001, ISO14001, SGS	Standard:	EU\r\nDescription:	1) Based Material for casegood furniture: E1/E2 Grade of MDF/Plywood/HDF with natural veneer(Option: Ash, Oak, Teak and so on); And the thickness of veneer is 0.6mm.\r\n2) Upholstery furniture: Fabric/PU leather: High-grade fabric/PU leather provide from Seller\'s side; ( Rubs: 30,000 double rubs Minimum ).\r\n3) Solid Wood: solid wood rate of water content is 8%.\r\n4) Upholstery furniture: Foam Frothed high density rebound foam with over 45kg/cbm;\r\n5) Upholstery furniture: Strong dowelled joint with corner block glued and screwed.\r\n6) Paint: Taiwan\" Dabao\" brand environment-friendly painting.\r\n7) Hardware: Drawer under mounted guide rail with self closing. High-quality with Chinese Brand.\r\n8) S.S: Grade 304 stainless steel and powder coat metal.\r\n9) All joint ensured to be tight and uniform before shipping.\r\n10) Special treatment of acid and alicikl resistance, insect prevention and anti-corrsion.\r\nDimension:	Fit with room design', 80.00, NULL, NULL, 90.00, 'Commercial Furniture General Use and Hotel Furniture Type white wood wedding chairs wedding chairs white wood wedding chairs Hotel Furniture Type Clear Chiavari Chairs-98058.jpeg', 'Commercial Furniture General Use and Hotel Furniture Type white wood wedding chairs wedding chairs white wood wedding chairs Hotel Furniture Type Clear Chiavari Chairs-22596.jpeg', 'Commercial Furniture General Use and Hotel Furniture Type white wood wedding chairs wedding chairs white wood wedding chairs Hotel Furniture Type Clear Chiavari Chairs-83770.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-04 01:23:00', '2024-02-04 01:23:00'),
(3255, 'Armani Exchange Chronograph Black Stainless Steel Watch', 'jYBpwnHt9', 7, 'Product Details\r\n\r\nSku: AX2852\r\nCase Size: 43 mm\r\nMovement: Chronograph\r\nPlatform: N/A\r\nStrap Material: Stainless Steel\r\nStrap Colour: Black\r\nCase Water Resistance: 5 ATM\r\nCase Material: Stainless Steel\r\nCase Colour: Black\r\nDial Colour: Black\r\nStrap Width: 22 mm\r\nClosure: 2 Pusher Foldover Clasp\r\nStrap Inner Circumference: 200 +/- 5 mm\r\nBattery Type: SR621SW', 125.07, NULL, NULL, 251.40, 'Armani Exchange Chronograph Black Stainless Steel Watch-56771.jpeg', 'Armani Exchange Chronograph Black Stainless Steel Watch-24693.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-04 01:24:30', '2024-02-04 01:24:30'),
(3256, 'Modern MFC office furniture wooden executive desks for general managers', 'iTK6bKJwZ', 5, 'Specific Use	office building room, clinic, hospital, school, training institution\r\nColors	optional\r\nMaterial	E1 MFC\r\nSize 	\r\ncustomized\r\nMOQ	1 pcs\r\nTerms	EXW, FOB, CIF', 500.00, NULL, NULL, 650.00, 'Modern MFC office furniture wooden executive desks for general managers-98807.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-04 01:26:26', '2024-02-04 01:26:26'),
(3257, '1/2 ct. tw. Diamond Engagement Ring in 10K White Gold', '2DCdUMavE', 7, 'This exquisite engagement ring features a quad cluster of princess cut diamonds set in polished 10 karat white gold. Round diamond accents sparkle along the shank for a look that will stand out from the rest! Total carat weight is 1/2. Band width is 1.6mm. From our Destiny Diamond Harmony collection.', 999.00, NULL, NULL, 1335.00, '1/2 ct. tw. Diamond Engagement Ring in 10K White Gold-30159.jpeg', '1/2 ct. tw. Diamond Engagement Ring in 10K White Gold-98314.jpeg', NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-04 01:30:40', '2024-02-04 01:30:40'),
(3258, 'Jack Link\'s Beef Jerky Variety', 'paHRDausr', 5, 'Plenty of protein in your diet is a key to staying energized and satisfied all day long, and it\'s never been easier to work protein into your diet than with the Jack Link\'s Beef Jerky Variety Pack. The single serve beef jerky bags are the perfect choice for on-the-go snacking when you\'re out running errands as well as for your family\'s lunch boxes – even the little ones! They\'re a great way to ensure you\'re getting enough protein each day. The variety pack also makes it easy to keep bags at home in the pantry, in your desk at work, your diaper bag or in the car, so you can grab a delicious, easy snack when hunger strikes. Each flavor of Jack Link\'s beef jerky is made from lean cuts of 100% premium beef, then seasoned with simple like salt, water and spices. Our delicious beef jerky is 94% fat free with no added MSG**. Jack Link\'s quality starts with the meat. We expertly season each piece and then slow cook over hardwood smoke. **Except for that naturally occurring in soy sauce, hydrolyzed corn protein, and yeast extract', 90.98, NULL, NULL, 120.12, 'Jack Link\'s Beef Jerky Variety-53918.jpeg', 'Jack Link\'s Beef Jerky Variety-80829.jpeg', 'Jack Link\'s Beef Jerky Variety-86204.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-04 01:34:40', '2024-02-04 01:34:40'),
(3259, 'Ancient Britain (2 books) Celtic Mythology + Celtic History - Kindle editions', 'X3A8TjF5a', 7, 'From Book 1: Celtic mythology is just as fascinating as Egyptian or Greek mythology. Yet it doesn’t seem to get the attention it deserves. This book aims to change that.\r\n\r\nGods, goddesses, fairies, and supernatural creatures are the lead characters in Celtic stories and tales from long ago. Often used to explain natural phenomena, life and death, and our existence, myths informed ancient people about their lives. Through listening to stories about heroic and fantastical escapades, our ancestors learned about their societal expectations. And the Celts were no different.\r\n\r\nThis book will offer you information about Celtic myths, gods, and goddesses. Learn about the traditions and beliefs that guided others and discover insight into human nature.\r\n\r\nTo some, mythology might seem like made-up stories with little historical information. But by learning what people long ago passed down to each other, you will gain an understanding of the type of people who were idolized and gain a deeper connection to the past.\r\n\r\nIn this book, you will discover the following:\r\nMethods used to explain the world without technology\r\nDifferences between myths, folklore, and legends\r\nThoughts on myths today\r\nChildren of Lir and other Irish myths\r\nFestivals celebrating the cycles of nature\r\nThe Scottish Queen of Winter and her impact on the formation of Scotland\r\nMysteries surrounding Loch Ness and Nessie\r\nMystical and magical water creatures\r\nHaunting myths from Dundee and Clanyard Bay\r\nThe major Irish gods and goddesses\r\nInfluencers from Britain, Wales, and Scotland\r\nAnd many more enjoyable escapades!', 7.99, NULL, NULL, 9.25, 'Ancient Britain (2 books) Celtic Mythology + Celtic History - Kindle editions-44591.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-04 01:35:09', '2024-02-04 01:35:09'),
(3260, 'Icon of Evil: Hitler\'s Mufti and the Rise of Radical Islam - Kindle Edition', 'Ff2MNdIQO', 7, 'A chilling, fascinating, and nearly forgotten historical figure is resurrected in this riveting work that links the fascism of the last century with the terrorism of our own. Written with vigor and extraordinary access to primary sources in several languages, Icon of Evil is the definitive account of the man who, during World War II, was called \"the fuhrer of the Arab world\" and whose ugly legacy lives on today.\r\n\r\nWith new and disturbing details, David G. Dalin and John F. Rothmann show how al -Husseini ingratiated himself with his hero, Adolf Hitler, becoming, with his blond hair and blue eyes, an \"honorary Aryan\" while dreaming of being installed as Nazi leader of the Middle East. Al-Husseini would later recruit more than 100,000 Muslims in Europe to fight in divisions of the Waffen- SS, and obstruct negotiations with the Allies that might have allowed four thousand Jewish children to escape to Palestine. Some believe that al-Husseini even inspired Hitler to implement the Final Solution. At war\'s end, al-Husseini escaped indictment at Nuremberg and was harbored in France.\r\n\r\nIcon of Evil chronicles al-Husseini\'s postwar relationships with such influential Islamic figures as the radical theoretician Sayyid Qutb and Saddam Hussein\'s powerful uncle General Khairallah Talfah and his crucial mentoring of the young Yasser Ararat. Finally, it provides compelling evidence that al-Husseini\'s actions and writings serve as inspirations today to the leaders of Hamas, Hezbollah, and other terrorist organizations pledged to destroy Israel and the United States.', 7.49, NULL, NULL, 38.95, 'Icon of Evil: Hitler\'s Mufti and the Rise of Radical Islam - Kindle Edition-69167.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-04 01:37:34', '2024-02-04 01:37:34'),
(3261, 'Plata o Plomo: A Bullet or a Bribe. The gripping new novella set in Latin America - Kindle Edition', 'NmI5F1S3q', 7, 'Want to know what REALLY happened to Pablo Escobar?\r\n‘Razor sharp!’ Keith A Pearson - best selling author\r\n‘A real page-turner!’ Kingston Art and Publishing\r\n\r\n‘Pitch black and baking hot, the car boot was no larger than a coffin and less comfortable…’\r\n\r\nOne of the richest men in the world is on the run. Pablo Escobar is being hunted by the Colombian government and the DEA - but the head of the Medellín cartel is hidden deep in his secret bunker with other plans.\r\n\r\n‘Limon’ watches him unravel bit-by-bit as those carefully laid plans fall short and his empire crumbles. With a noose tightening around his neck and deceit at every turn, Pablo’s paranoia grows until only one option remains for El Patrón …\r\n\r\nNarcos and Downfall rolled into a hard-baked thriller with a vein of dark humour.', 11.05, NULL, NULL, 12.05, 'Plata o Plomo: A Bullet or a Bribe. The gripping new novella set in Latin America - Kindle Edition-83928.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-04 01:39:56', '2024-02-04 01:39:56'),
(3262, 'Wholesale chinese musical instrument tanggu drum', 'ThwGdqTI2', 5, 'Item Name	Wholesale chinese musical instrument tanggu drum\r\n Item No	TG8  tanggu drum\r\n Material	cowhide\r\n Size	20*13.5cm tanggu drum\r\n Color	red\r\n Certificate	 ASTMF963,EN71,ISO9001\r\n Sample Time	2-7 days\r\n MOQ	 1 pc tanggu drum\r\n OEM/ODM	Avaliable\r\n Logo	 we can print client\'s logo\r\n Paint	eco-friendly ,all green paint, non-toxic', 5.50, NULL, NULL, 6.50, 'Wholesale chinese musical instrument tanggu drum-84609.jpeg', 'Wholesale chinese musical instrument tanggu drum-40965.jpeg', NULL, 'Instruments', 4.5, NULL, 1, '2024-02-04 01:40:35', '2024-02-04 01:40:35'),
(3263, 'Florence Nightingale: The Life and Legacy of the Most Famous Nurse in History - Kindle Edition', 'PsKIncoIW', 7, 'Includes pictures\r\n*Includes accounts of Nightingale\'s life and work written by contemporaries, as well as Florence herself\r\n*Includes online resources and a bibliography for further reading\r\n*Includes a table of contents\r\n\r\n“I think one\'s feelings waste themselves in words; they ought all to be distilled into actions which bring results.” – Florence Nightingale\r\n\r\nToday, nursing is one of the most ubiquitous professions in the world, and images of war immediately call to mind nursing the wounded, but it was not long ago that such ideas were relatively primitive. Indeed, schoolchildren are still taught about the revolutionary exploits of Florence Nightingale, the war nurse who is often credited as the founder of modern nursing. As The Times wrote of Nightingale, “She is a ‘ministering angel’ without any exaggeration in these hospitals, and as her slender form glides quietly along each corridor, every poor fellow\'s face softens with gratitude at the sight of her. When all the medical officers have retired for the night and silence and darkness have settled down upon those miles of prostrate sick, she may be observed alone, with a little lamp in her hand, making her solitary rounds.”\r\n\r\nFlorence Nightingale first came to prominence during the Crimean War in the middle of the 19th century when she helped organize efforts to treat wounded soldiers, and the image of her doing rounds among those she treated at night became extremely popular in Europe, but her efforts extended far beyond the scope of battle. In time, she came to found the first secular nursing school, at St Thomas\' Hospital in London, and with that she began to transform nursing into an actual profession. Perhaps not surprisingly, in conjunction with nursing, Nightingale was a social reformer who advocated for the advancement of women in all areas of life, from healthcare to poverty, and she bolstered her work with voluminous writings on behalf of her causes. \r\n\r\nFlorence Nightingale: The Life and Legacy of the Most Famous Nurse in History chronicles one of the most famous women of the 19th century. Along with pictures of important people, places, and events, you will learn about Florence Nightingale like never before.', 6.89, NULL, NULL, 8.19, 'Florence Nightingale: The Life and Legacy of the Most Famous Nurse in History - Kindle Edition-60129.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-04 01:42:20', '2024-02-04 01:42:20'),
(3264, 'Vegetable Juice', 'cXiuybgI3', 5, 'V8 Original 100% Vegetable Juice is a unique and satisfying plant based juice blend that gives your body the replenishment it needs. Made using a blend of tomato and other delicious vegetable juices, this juice drink is an easy and satisfying way to help meet your daily needs. Gluten free V8 juice contains a flavorful mix of tomato juice and vegetable juices. This V8 juice does not contain MSG, added sugars (1), high fructose corn syrup or artificial colors. This V8 vegetable juice contains 3 full servings of vegetables per 12 fl oz bottle. Also an excellent source of vitamin A and vitamin C, this vegetable juice is an easy way to get the plant-powered boost you need. Enjoy this V8 100% juice as a nutritious afternoon snack on a busy day, or drink it post workout to refill your body with nutrients. Experience the delicious taste of V8: The Original Plant-Powered Drink. (1) Not a low calorie food', 6.79, NULL, NULL, 9.99, 'Vegetable Juice-74669.jpeg', 'Vegetable Juice-60278.jpeg', 'Vegetable Juice-50520.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-04 01:45:40', '2024-02-04 01:45:40'),
(3265, 'Graeme Lay - The Secret Life of James Cook: Book 1 (Captain James Cook series) - Kindle Edition', 'zgSkjz4Kt', 7, 'The Secret Life of James Cook: Book 1 by Graeme Lay is an intriguing historical novel that delves into the life of Captain James Cook. Set in the 18th century, the book explores the adventures and discoveries of this renowned explorer. It\'s the first installment in the Captain James Cook series, offering a captivating glimpse into the secret world of this iconic figure. If you\'re a fan of historical fiction and have an interest in exploration and adventure, this Kindle edition is definitely worth checking out.', 7.15, NULL, NULL, 9.39, 'Graeme Lay - The Secret Life of James Cook: Book 1 (Captain James Cook series) - Kindle Edition-77464.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-04 01:46:46', '2024-02-04 01:46:46'),
(3266, '18V ONE+™ Cordless 33cm Lawnmower & 25cm Grass Trimmer (1 x 4.0Ah)', 'snICu4Em2', 7, 'The 18V ONE+™ Cordless 33cm Lawnmower & 25cm Grass Trimmer (1 x 4.0Ah) is a fantastic combo for keeping your lawn looking neat and tidy. With the cordless lawnmower, you can easily maneuver around your yard without the hassle of cords or cables. It has a 33cm cutting width, making it efficient for small to medium-sized lawns. The grass trimmer, with its 25cm cutting width, helps you tackle those hard-to-reach areas and edges for a polished look. Plus, with the 4.0Ah battery included, you\'ll have plenty of power to get the job done. It\'s a convenient and reliable set for maintaining your outdoor space.', 240.01, NULL, NULL, 277.91, '18V ONE+™ Cordless 33cm Lawnmower & 25cm Grass Trimmer (1 x 4.0Ah)-41236.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-04 01:53:11', '2024-02-04 01:53:11'),
(3267, 'Honey Nut Cheerios', 'Qcu0ClKdS', 5, 'Enjoy un-bee-lievably delicious Honey Nut Cheerios Cereal. Every box of this gluten free sweetened whole grain oat cereal brings the taste of real honey and natural almond flavor to your breakfast table. Honey Nut Cheerios can help lower cholesterol as part of a heart healthy diet (3g of soluble fiber daily from whole grain oat foods, like Honey Nut Cheerios Cereal, in a diet low in saturated fat and cholesterol may reduce the risk of heart disease. Honey Nut Cheerios Cereal provides 0.75g of soluble fiber per serving). Each serving of Honey Nut Cheerios provides 22g of whole grain (at least 48g recommended daily), 12 vitamins and minerals, a good source of calcium, and an excellent source (20% daily value) of vitamin D. Beyond a quick heart healthy breakfast food for adults, these yummy whole grain cereal Os with oats make an easy, gluten free kids snack by the handful. Pack some crispy cereal in a lunch box for a sweet school treat. Or, use these honey cereal Os as an ingredient in your favorite cereal bars recipe. However you enjoy Honey Nut Cheerios, it’s a part of General Mills cereals, spreading goodness from tots to grown-ups.', 2.99, NULL, NULL, 3.49, 'Honey Nut Cheerios-44935.jpeg', 'Honey Nut Cheerios-54353.jpeg', 'Honey Nut Cheerios-72045.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-04 01:53:40', '2024-02-04 01:53:40'),
(3268, 'Mathieu  Rectal Specula Dia 95x15 mm Length 19.5 centi meter surgical Instrumen', 'Xv37H7cFP', 5, 'Product Name 	Mathieu  Rectal Specula Dia 95x15 mm Length 19.5 centi meter surgical Instrument\r\nApplication	Surgical Instrument\r\nMOQ 	10pcs \r\nMaterial	Stainless Steel \r\nColor	Customize \r\nSize	19.5 cm', 2.00, NULL, NULL, 4.00, 'Mathieu  Rectal Specula Dia 95x15 mm Length 19.5 centi meter surgical Instrumen-96121.jpeg', 'Mathieu  Rectal Specula Dia 95x15 mm Length 19.5 centi meter surgical Instrumen-62782.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-04 01:55:52', '2024-02-04 01:55:52'),
(3269, '18V ONE+ Cordless Combi Drill & Torch Starter Kit (2 x 2.0Ah)', 'Fp9ogYiHD', 7, 'As part of the Ryobi 18V ONE+™ system of over 200 cordless tools for the home, garden, automotive, crafting and much more, the Ryobi 18V ONE+™ R18PD3-2C20SLF Cordless Combi Drill & Torch Starter Kit is the perfect power tool set for drilling and screwdriving into wood, metal, plastic and masonry - day or night.\r\n\r\nThe combi drill is a great all-rounder and will come in useful for most DIY tasks. Its 13mm (½in) chuck and 50Nm of torque allows the use of larger drill bits making it more versatile in a wider range of tasks. If you’re looking to build a shed or put some shelves up on a brick wall, this a great drill for tasks that require any drilling or screwdriving. Featuring a two-speed gearbox with 24-torque settings allows the user to adjust the power and speed to match the material and task.\r\n\r\nThis handy starter kit also includes an 18V ONE+™ LED torch which can sit flat on a worktop or be hung to flood the working area with white light. Use in-the-home during a power cut or away from home e.g. camping, with a range of up to 20 metres.\r\n\r\nUsing a 2ah battery (included), the Ryobi R18PD3-2C20SLF can drive up to 600 4x32mm wood screws with the combi drill or run for up to 14 hours when used with the torch. This is a starter kit - 2x2ah Compact Lithium+ batteries and a 1.5A charger are included.', 138.95, NULL, NULL, 144.99, '18V ONE+ Cordless Combi Drill & Torch Starter Kit (2 x 2.0Ah)-79078.jpeg', '18V ONE+ Cordless Combi Drill & Torch Starter Kit (2 x 2.0Ah)-11070.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-04 01:57:04', '2024-02-04 01:57:04'),
(3271, 'Metzenbaum Surgical Scissor', '69wNd1zA1', 5, 'Best Quality\r\nStainless Steel\r\nMetzenBaum\r\nScissor\r\nSurgical Instrument\r\nAll Sizes Availa', 2.70, NULL, NULL, 2.90, 'Metzenbaum Surgical Scissor-24817.jpeg', 'Metzenbaum Surgical Scissor-26441.jpeg', 'Metzenbaum Surgical Scissor-27288.jpeg', 'Beauty & personal care', 2.5, NULL, 1, '2024-02-04 02:01:38', '2024-02-06 23:11:26'),
(3272, 'Like a Dragon: Infinite Wealth - PlayStation 5', 'dGqTx3jxV', 5, 'Two larger-than-life heroes brought together by the hand of fate, or perhaps something more sinister…Ichiban Kasuga, an unstoppable underdog who’s no stranger to crawling up from rock bottom, and Kazuma Kiryu, a broken man facing down his last days.', 45.99, NULL, NULL, 69.00, 'Like a Dragon: Infinite Wealth - PlayStation 5-66908.jpeg', 'Like a Dragon: Infinite Wealth - PlayStation 5-17647.jpeg', 'Like a Dragon: Infinite Wealth - PlayStation 5-24896.jpeg', 'Video games', 5.0, NULL, 1, '2024-02-04 02:02:09', '2024-02-04 02:02:09'),
(3273, 'ANCEL S3000 Automotive Smoke Machine with Built-in Air Pump and Pressure Gauge. Professional Vehicle Leak Diagnostic Detector Tools Kit for Leaks Test in Vacuum,Fuel, EVAP and Other Cars System', 'RrQF3ZCeN', 7, 'The ANCEL S3000 Automotive Smoke Machine is a top-notch tool for detecting leaks in various automotive systems. It comes with a built-in air pump and pressure gauge, making it a professional-grade diagnostic detector kit. Whether you\'re testing for leaks in the vacuum, fuel, EVAP, or other car systems, this machine has got you covered. By producing smoke, it helps you identify even the smallest leaks that may be difficult to find otherwise. It\'s an essential tool for mechanics and car enthusiasts alike.', 98.99, NULL, NULL, 104.99, 'ANCEL S3000 Automotive Smoke Machine with Built-in Air Pump and Pressure Gauge. Professional Vehicle Leak Diagnostic Detector Tools Kit for Leaks Test in Vacuum,Fuel, EVAP and Other Cars System-65768.jpeg', 'ANCEL S3000 Automotive Smoke Machine with Built-in Air Pump and Pressure Gauge. Professional Vehicle Leak Diagnostic Detector Tools Kit for Leaks Test in Vacuum,Fuel, EVAP and Other Cars System-48065.jpeg', 'ANCEL S3000 Automotive Smoke Machine with Built-in Air Pump and Pressure Gauge. Professional Vehicle Leak Diagnostic Detector Tools Kit for Leaks Test in Vacuum,Fuel, EVAP and Other Cars System-69639.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-04 02:04:18', '2024-02-04 02:04:18'),
(3274, 'Keep your space organized while charging your headset and controllers with this all-in-one wireless charging dock. Includes rechargeable batteries for your Touch Plus Controllers.', 'krTasplZ3', 17, 'Keep your space organized while charging your headset and controllers with this all-in-one wireless charging dock. Includes rechargeable batteries for your Touch Plus Controllers.', 130.00, NULL, NULL, 132.00, 'Keep your space organized while charging your headset and controllers with this all-in-one wireless charging dock. Includes rechargeable batteries for your Touch Plus Controllers.-44135.webp', 'Keep your space organized while charging your headset and controllers with this all-in-one wireless charging dock. Includes rechargeable batteries for your Touch Plus Controllers.-53228.webp', 'Keep your space organized while charging your headset and controllers with this all-in-one wireless charging dock. Includes rechargeable batteries for your Touch Plus Controllers.-42770.webp', 'Accessories', 4.5, NULL, 1, '2024-02-04 02:09:25', '2024-02-04 02:09:25');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3275, 'Schwinn Air Center Plus Bike Pump, Orange, One Size', '09viqXrUi', 7, 'Colour Orange\r\nBrand Schwinn\r\nMaterial Other\r\nItem weight 2.5 Pounds\r\nPower source Handheld\r\nMaximum pressure 120 Pound per Square Inch\r\nThe Air Center Plus pumps to 120 PSI with convenient mid barrel gauge; Co molded T handle grips make inflation comfortable; Includes a 26 inch rubber lined hose\r\nDual easy indicator pump head fits both Shrader and Presta valves; indicator is green when locked and ready to use and red when it\'s not\r\nWide steel base adds stability for easy pumping and adds long lasting durability; Base width measures 10.75 inches\r\n38 millimeter diameter high volume steel barrel is 21.5 inches tall to offer premium performance\r\nSports ball needle and inflation cone included for added versatility\r\nSport type: training', 37.89, NULL, NULL, 40.55, 'Schwinn Air Center Plus Bike Pump, Orange, One Size-50764.jpeg', 'Schwinn Air Center Plus Bike Pump, Orange, One Size-35913.jpeg', 'Schwinn Air Center Plus Bike Pump, Orange, One Size-88701.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-04 02:09:29', '2024-02-04 02:09:29'),
(3276, 'MS high quality electric guitar made in china musical instrument custome 6 string electric guitar', 'cebVwaSz0', 5, 'Model Number\r\nMS-0316\r\nType:\r\nElectric Guitar\r\nBody :\r\nAlder\r\nNeck :\r\nFlamed maple\r\nFingerboard:\r\nMaple\r\nBridge:\r\nFlat mount, chrome hardtail', 200.00, NULL, NULL, 230.00, 'MS high quality electric guitar made in china musical instrument custome 6 string electric guitar-88883.jpeg', 'MS high quality electric guitar made in china musical instrument custome 6 string electric guitar-38476.jpeg', 'MS high quality electric guitar made in china musical instrument custome 6 string electric guitar-54985.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-04 02:12:13', '2024-02-04 02:12:13'),
(3277, 'Ring Automotive - RTC450 Digital Tyre Inflator with Auto Stop, Memory, LED Light, Backlit Display and Adaptor Kit. New 2022 Ring model ,BLACK/GREY/YELLOW', 'lxCOmcLMl', 7, 'Colour RTC450\r\nBrand Ring Automotive\r\nMaterial Plastic\r\nItem weight 810 Grams\r\nProduct dimensions 19.7L x 18W x 7.8H centimetres\r\nPower source Corded Electric\r\nAuto Express \'recommended\' 2022. A recommended product in the annual Auto Express best tyre inflator guide\r\nLarge, backlit digital screen makes it easy to program the correct pressure and monitor progress\r\nAuto stop cuts inflation once the desired pressure is achieved, whilst a Memory function stores settings for next time\r\nIntuitive and stable design with large, easy to locate on/off button and built-in valve storage compartment\r\nBright LED light for working in low light settings and garages\r\n50cm flexible air hose and 3m 12v power cable, with in-built storage compartment\r\nInclude a 3-piece adaptor kit for inflating bike tyres, balls, air beds and other inflatables', 36.62, NULL, NULL, 37.89, 'Ring Automotive - RTC450 Digital Tyre Inflator with Auto Stop, Memory, LED Light, Backlit Display and Adaptor Kit. New 2022 Ring model ,BLACK/GREY/YELLOW-44869.jpeg', 'Ring Automotive - RTC450 Digital Tyre Inflator with Auto Stop, Memory, LED Light, Backlit Display and Adaptor Kit. New 2022 Ring model ,BLACK/GREY/YELLOW-28756.jpeg', 'Ring Automotive - RTC450 Digital Tyre Inflator with Auto Stop, Memory, LED Light, Backlit Display and Adaptor Kit. New 2022 Ring model ,BLACK/GREY/YELLOW-20767.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-04 02:14:45', '2024-02-04 02:14:45'),
(3278, 'Lorell', 'qofYZWuyr', 16, 'This is adjustable and also has a cup holder during sport activities', 151.00, NULL, NULL, 168.00, 'Lorell-33085.jpeg', 'Lorell-98356.jpeg', 'Lorell-25502.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-04 02:18:46', '2024-02-04 02:18:46'),
(3279, 'Secret Agent Clank for PSP', 'IlJeL5XtR', 5, 'Secret Agent Clank for PSP\r\n\r\nMODEL: 711719869726', 4.99, NULL, NULL, 19.99, 'Secret Agent Clank for PSP-51317.jpeg', 'Secret Agent Clank for PSP-24883.jpeg', 'Secret Agent Clank for PSP-90360.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-04 02:25:45', '2024-02-04 02:25:45'),
(3280, 'CFC2 congas drum,bongo drum, musical instrument', 'Nds5oyTzR', 5, 'Item Name\r\nCONGAS\r\nItem No.\r\nCFC2\r\nMaterial\r\nfibre glass\r\nSize\r\n 10\'\' and 11\'\'\r\nColor\r\nBL/RD/SV/BK/OR\r\nMOQ\r\n10 set', 150.00, NULL, NULL, 165.00, 'CFC2 congas drum,bongo drum, musical instrument-27118.jpeg', 'CFC2 congas drum,bongo drum, musical instrument-23663.jpeg', 'CFC2 congas drum,bongo drum, musical instrument-66658.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-04 02:26:55', '2024-02-04 02:26:55'),
(3281, 'Nioh 2 Standard', 'TfZqi4Vb0', 5, 'Nioh 2 Standard Edition for PS4\r\n\r\nMODEL: 711719529293', 14.00, NULL, NULL, 39.99, 'Nioh 2 Standard-75502.jpeg', 'Nioh 2 Standard-38752.jpeg', 'Nioh 2 Standard-40605.jpeg', 'Video games', 5.0, NULL, 1, '2024-02-04 02:35:36', '2024-02-04 02:35:36'),
(3282, 'Champion Sports Basketball RBB4', 'EUCbG6lbx', 16, 'EChampion Sports Intermediate Rubber Basketball Orange - 28.50\" - 6 - Rubber, Nylon - Orange - 24 / CaseE EGet in the game with this intermediate-size basketball. Composite rubber cover offers an excellent grip for easier handling by young learners. Two-ply, butyl bladder provides excellent air retention qualities so you can avoid frequently inflating the ball. Heavy-duty construction resists ordinary wear and tear for lasting performance. Basketball is perfect for training, skill-building, recreational play and more.', 20.99, NULL, NULL, 50.00, 'Champion Sports Basketball RBB4-91199.jpeg', 'Champion Sports Basketball RBB4-32517.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-04 02:36:05', '2024-02-04 02:36:05'),
(3283, 'Champion Sport TB3 Tennis Balls, 2 1/2\'\' Diameter, Rubber, Yellow, 3/Pack', 'OUhIOFQH4', 16, 'EChampion Sports Tennis Ball Pack of 3 - 2.50\" - Yellow - 3 / PackE ETrain with this practice tennis ball to improve and develop your game. Durable construction can be safely used on all court surfaces. Bright color is easy to see and stands out during use. Nonpressurized design prevents the ball from going flat over time for lasting use. Tennis ball is perfect for running drills, practice sessions and more.', 14.96, NULL, NULL, 20.00, 'Champion Sport TB3 Tennis Balls, 2 1/2\'\' Diameter, Rubber, Yellow, 3/Pack-42419.jpeg', 'Champion Sport TB3 Tennis Balls, 2 1/2\'\' Diameter, Rubber, Yellow, 3/Pack-72121.jpeg', 'Champion Sport TB3 Tennis Balls, 2 1/2\'\' Diameter, Rubber, Yellow, 3/Pack-40313.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-04 02:43:34', '2024-02-04 02:43:34'),
(3284, 'Dipower 10kW/20kWh Hybrid Energy Storage System Lithium Ion OUTDOOR CABINET TYPE INDUSTRIAL AND COMMERCIAL ENERGY STORAGE', 'bNSV6IXzD', 5, 'Battery Type\r\nLiFePO4\r\nModel Number\r\nC102F\r\nBrand Name\r\nDipower\r\nPlace of Origin\r\nChina\r\n 	\r\nGuangdong\r\nDimension (L*W*H)\r\n1910*1310*2280CM\r\nWeight\r\n2850kg\r\nCommunication Port\r\nRS485, CAN, RS232\r\nProtection Class\r\nIP54\r\nGrid connection\r\nHybrid grid, On grid\r\nCooling\r\nLiquid Cooling\r\nRated AC power\r\n125KW\r\nMaximum efficiency\r\n98.2%\r\nRated AC voltage\r\n230/400V\r\nRated ac frequency\r\n50/60HZ\r\nEnergy cycle rate\r\n92%\r\nBMS communication\r\nCAN2.0b\r\nEMS communication\r\n4G/CAN/RS485\r\nAmbient temperature\r\n-30℃~55℃\r\nAnnual decay rate\r\n3%\r\nWarranty period\r\n5 years', 3600.00, NULL, NULL, 4600.00, 'Dipower 10kW/20kWh Hybrid Energy Storage System Lithium Ion OUTDOOR CABINET TYPE INDUSTRIAL AND COMMERCIAL ENERGY STORAGE-22013.jpeg', 'Dipower 10kW/20kWh Hybrid Energy Storage System Lithium Ion OUTDOOR CABINET TYPE INDUSTRIAL AND COMMERCIAL ENERGY STORAGE-90452.jpeg', 'Dipower 10kW/20kWh Hybrid Energy Storage System Lithium Ion OUTDOOR CABINET TYPE INDUSTRIAL AND COMMERCIAL ENERGY STORAGE-51917.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-04 02:44:40', '2024-02-23 01:22:05'),
(3285, 'Shadow of War', 'zkZCVBMUB', 5, 'Middle Earth: Shadow of War for Xbox One\r\n\r\nMODEL: 883929583775', 9.00, NULL, NULL, 19.99, 'Shadow of War-37614.jpeg', 'Shadow of War-26479.jpeg', 'Shadow of War-66603.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-04 02:50:33', '2024-02-04 02:50:33'),
(3286, 'Set Cadena Aretes Joyas Elegante Flores Y Perlas', 'E08r2BD6L', 15, 'El set Cadena Aretes Joyas Elegante Flores y Perlas es una opción encantadora para realzar tu estilo. Este conjunto incluye una cadena con delicadas flores y aretes con perlas, lo que le da un toque elegante y femenino a cualquier atuendo. Ya sea que lo uses para una ocasión especial o para agregar un toque de sofisticación a tu look diario, este set de joyas seguramente te hará brillar.', 49.00, NULL, NULL, 57.00, 'Set Cadena Aretes Joyas Elegante Flores Y Perlas-71029.jpeg', 'Set Cadena Aretes Joyas Elegante Flores Y Perlas-12247.jpeg', 'Set Cadena Aretes Joyas Elegante Flores Y Perlas-99712.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-04 02:53:59', '2024-02-04 02:53:59'),
(3287, 'Kingdom Hearts III', 'qoM3oLK69', 5, 'Kingdom Hearts III for Xbox One\r\n\r\nMODEL: 662248915067', 9.00, NULL, NULL, 19.99, 'Kingdom Hearts III-59366.jpeg', 'Kingdom Hearts III-21573.jpeg', 'Kingdom Hearts III-21852.jpeg', 'Video games', 4.5, NULL, 1, '2024-02-04 02:55:05', '2024-02-04 02:55:05'),
(3288, 'Core Fitness Wheel', '4oOEqwC4W', 16, 'A strong core helps improve balance and decrease the likelihood of injuries. Nothing looks better than a strong, lean mid-section. Use this Core Fitness Wheel to challenge muscles in your abs, obliques, back, hips and glutes. You\'ll even feel the effects on your chest, arms, hamstrings and calves. Suitable for people of all fitness levels; simply tailor each workout to fit your specific condition.', 12.99, NULL, NULL, 14.07, 'Core Fitness Wheel-85890.jpeg', 'Core Fitness Wheel-11505.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-04 02:55:50', '2024-02-04 02:55:50'),
(3289, 'Nuevo Ánillo Compromiso Plata Y Oro Rosado 18k', 'RAC7JiKCS', 15, 'El nuevo Ánillo Compromiso Plata y Oro Rosado 18k es una opción hermosa y elegante para sellar ese momento especial. Este anillo combina la belleza de la plata con el brillo del oro rosado de 18 quilates, creando una pieza única y sofisticada. Ya sea que estés buscando un anillo de compromiso o simplemente quieras lucir una joya deslumbrante, este anillo sin duda capturará la atención de todos.', 59.99, NULL, NULL, 64.45, 'Nuevo Ánillo Compromiso Plata Y Oro Rosado 18k-93716.jpeg', 'Nuevo Ánillo Compromiso Plata Y Oro Rosado 18k-18573.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-04 02:57:45', '2024-02-04 02:57:45'),
(3290, 'Spider-Man', '8iKbei9CK', 5, 'PlayStation 5 Console Marvel\'s Spider-Man 2 Bundle (Slim) - White\r\n\r\nMODEL: 1000039815', 300.99, NULL, NULL, 499.99, 'Spider-Man-21785.jpeg', 'Spider-Man-35700.jpeg', NULL, 'Toys and games', 4.5, NULL, 1, '2024-02-04 03:01:14', '2024-02-04 03:01:14'),
(3291, 'Cadena Colgante Jinao 18k 100 Colgante Hip Hop Punk Dj Joya', 'GdTAgkeB1', 15, 'La cadena colgante Jinao 18k 100 es una joya perfecta para aquellos que buscan un estilo hip hop punk y DJ. Esta cadena colgante es llamativa y audaz, con un diseño único que seguramente hará una declaración de moda. Con su acabado en 18 quilates, esta joya es duradera y de alta calidad. Si estás buscando una pieza que refleje tu estilo y personalidad, esta cadena colgante Jinao es una excelente elección.', 25.00, NULL, NULL, 35.00, 'Cadena Colgante Jinao 18k 100 Colgante Hip Hop Punk Dj Joya-15698.jpeg', 'Cadena Colgante Jinao 18k 100 Colgante Hip Hop Punk Dj Joya-66561.jpeg', 'Cadena Colgante Jinao 18k 100 Colgante Hip Hop Punk Dj Joya-45818.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-04 03:03:32', '2024-02-04 03:03:32'),
(3292, 'Gemdeck Small Exercise Ball, Mini Fitness Ball For Barre Pilates Balance Gym Yoga Pink', 'meuoWg5Ia', 16, '10 inch diamater small exercise ball. High quality PVC material.\r\n- Used in pilates, yoga, and other fitness and exercise routines.\r\n- Also known as small barre ball / gym ball / mini balance ball / stability ball / bender ball. - Place this Yoga Ball under your lower back when performing bender & crunches for a more challenging & intense Ab workout.\r\n- Position the mini pilates ball between your arms or legs or between you & the floor or wall, strengthen key muscles in the abdomen, enhances core health, critical for endurance, posture & balance.', 10.50, NULL, NULL, 12.00, 'Gemdeck Small Exercise Ball, Mini Fitness Ball For Barre Pilates Balance Gym Yoga Pink-87796.jpeg', 'Gemdeck Small Exercise Ball, Mini Fitness Ball For Barre Pilates Balance Gym Yoga Pink-30583.jpeg', 'Gemdeck Small Exercise Ball, Mini Fitness Ball For Barre Pilates Balance Gym Yoga Pink-89804.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-04 03:04:21', '2024-02-04 03:04:21'),
(3293, 'Madden NFL 22', 'ezqa1xVDK', 5, 'Madden NFL 22 - PlayStation 4\r\n\r\nMODEL: 014633741926', 14.00, NULL, NULL, 29.99, 'Madden NFL 22-58206.jpeg', 'Madden NFL 22-11695.jpeg', 'Madden NFL 22-59849.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-04 03:07:19', '2024-02-04 03:07:19'),
(3294, 'Collar Perro Golden Retriever Joya Color Dorado', 'ZCwao9qtB', 15, 'El collar para perro Golden Retriever Joya en color dorado es una hermosa pieza diseñada especialmente para los amantes de esta raza tan encantadora. Este collar cuenta con un diseño elegante y sofisticado, con detalles en color dorado que le dan un toque especial. No solo lucirá increíble en tu Golden Retriever, sino que también le dará un aspecto distinguido y resaltará su belleza. ¡Tu perro se verá radiante con este collar joya!', 11.99, NULL, NULL, 14.95, 'Collar Perro Golden Retriever Joya Color Dorado-10641.jpeg', 'Collar Perro Golden Retriever Joya Color Dorado-41113.jpeg', NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-04 03:07:38', '2024-02-04 03:07:38'),
(3295, 'Arcade1up Pac-Man Deluxe', 'qEGUqtlXQ', 5, 'Arcade1up Pac-Man Deluxe Arcade Game\r\n\r\nMODEL: PAC-A-302111', 350.89, NULL, NULL, 499.99, 'Arcade1up Pac-Man Deluxe-84343.jpeg', 'Arcade1up Pac-Man Deluxe-16846.jpeg', 'Arcade1up Pac-Man Deluxe-88071.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-04 03:14:54', '2024-02-04 03:14:54'),
(3296, 'Low price N type Topcon 565W/570W/580W/600W/700W solar panel half cell mono solar panels', 'D4s3xwsdl', 5, 'Specification\r\nitem\r\nvalue\r\nBrand Name\r\nAmso solar\r\nModel Number\r\nAS650S9-120\r\nPlace of Origin\r\nChina\r\nJiangsu\r\nCell size\r\n210mmx210mm\r\nType\r\nPERC, Half Cell\r\nPanel Dimensions\r\n2196*1303*40mm\r\nPanel Efficiency\r\n605w\r\nCertificate\r\nCE, TUV, IEC, IOS\r\nWarranty\r\n25 years\r\nType\r\nHalf Cell Solar Panel\r\nweight\r\n31kg\r\nframe\r\nAnodized Aluminium Alloy\r\njunction box\r\nIP67 Rated Waterproof\r\nConnector\r\nmc 4 Compatible Connector\r\nWarranty\r\n25 Years', 1.13, NULL, NULL, 3.13, 'Low price N type Topcon 565W/570W/580W/600W/700W solar panel half cell mono solar panels-90756.jpeg', 'Low price N type Topcon 565W/570W/580W/600W/700W solar panel half cell mono solar panels-37444.jpeg', 'Low price N type Topcon 565W/570W/580W/600W/700W solar panel half cell mono solar panels-36652.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-04 03:15:27', '2024-02-23 01:23:57'),
(3297, 'Anillos De Grado Para Dama Y Caballero Plata Y Oro Modelos V', '6L1Xcitfd', 15, 'Los anillos de grado para dama y caballero en plata y oro son una opción perfecta para celebrar ese logro tan importante. Estos anillos están disponibles en diferentes modelos y combinan la belleza de la plata y el oro, creando una pieza única y significativa. Ya sea que estés buscando un anillo para ti o para regalar, estos anillos de grado te permitirán lucir con orgullo tu éxito académico.', 110.00, NULL, NULL, 150.00, 'Anillos De Grado Para Dama Y Caballero Plata Y Oro Modelos V-47337.jpeg', 'Anillos De Grado Para Dama Y Caballero Plata Y Oro Modelos V-27364.jpeg', 'Anillos De Grado Para Dama Y Caballero Plata Y Oro Modelos V-59171.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-04 03:15:56', '2024-02-04 03:15:56'),
(3298, 'Leggings with Pockets - Yoga Pants - Sport Pants - Boho Leggings - Workout Leggings - Active Leggings - Stylish Home Wear', 'Vrd3Mq0DU', 16, 'High Quality: These comfortable leggings can provide you with a smooth secure flattering fit and perfectly contour your curves. \r\n\r\n\r\n\r\nWear anywhere: Perfect for yoga, exercise, shopping, walking in the park, in gym just about anywhere.\r\n\r\n\r\n\r\nComfort: This leggings are made with the high quality fabrics. Makes you comfortable and more sexy.', 24.99, NULL, NULL, 29.00, 'Leggings with Pockets - Yoga Pants - Sport Pants - Boho Leggings - Workout Leggings - Active Leggings - Stylish Home Wear-80395.jpeg', 'Leggings with Pockets - Yoga Pants - Sport Pants - Boho Leggings - Workout Leggings - Active Leggings - Stylish Home Wear-89028.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-04 03:16:42', '2024-02-04 03:16:42'),
(3299, 'Formulas Matematicas (tapa Dura) / Lexus', 'NP1gp4dGn', 15, 'El libro \"Formulas Matematicas\" de tapa dura publicado por Lexus es una excelente herramienta para estudiantes y amantes de las matemáticas. Este libro contiene una recopilación de fórmulas matemáticas clave, lo que lo convierte en una referencia práctica y útil. Ya sea que necesites repasar conceptos o resolver problemas, este libro te brindará la información necesaria de manera clara y concisa. ¡Espero que encuentres este recurso útil en tu estudio de las matemática', 26.99, NULL, NULL, 33.99, 'Formulas Matematicas (tapa Dura) / Lexus-38404.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-04 03:23:34', '2024-02-04 03:23:34'),
(3300, 'Libro Consultor Física Y Química Lexus', 'GiEg7hOpW', 15, 'El libro \"Consultor Física y Química\" de Lexus es una excelente herramienta para aquellos interesados en aprender y entender los principios fundamentales de la física y la química. Este libro te proporcionará explicaciones claras y concisas, así como ejemplos prácticos para ayudarte a comprender estos temas complejos. Ya sea que estés estudiando para un examen o simplemente quieras ampliar tus conocimientos en estas disciplinas, este libro será una guía invaluable. ¡Espero que disfrutes explorando el fascinante mundo de la física y la química con este libro', 26.00, NULL, NULL, 28.00, 'Libro Consultor Física Y Química Lexus-63198.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-04 03:26:49', '2024-02-04 03:26:49'),
(3301, 'Bolsos De Ganchillo Con Lana Y Trapillo (t.d)', 'TnUyg2ZWd', 15, 'Los bolsos de ganchillo con lana y trapillo son una opción genial para aquellos que buscan accesorios únicos y hechos a mano. Estos bolsos son tejidos con hilo de lana y trapillo, lo que les da una textura y apariencia especial. Son perfectos para agregar un toque bohemio y artesanal a tu estilo. Además, puedes encontrar una gran variedad de diseños y colores para elegir. ¡Lucirás a la moda y apoyarás el trabajo hecho a mano!', 18.00, NULL, NULL, 23.75, 'Bolsos De Ganchillo Con Lana Y Trapillo (t.d)-65971.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-04 03:34:19', '2024-02-04 03:34:19'),
(3302, 'Mago Y Cristal - La Torre Oscura Iv - Stephen King', 'HcOkl8sRO', 15, 'Mago y Cristal es el cuarto libro de la serie \"La Torre Oscura\" escrita por Stephen King. En esta emocionante entrega, el autor nos sumerge en un mundo postapocalíptico donde el protagonista, Roland Deschain, continúa su búsqueda de la misteriosa Torre Oscura. Este libro nos lleva a través de flashbacks y nos revela más sobre el pasado de Roland, su relación con sus amigos y su amor por Susan Delgado. Es una lectura cautivadora llena de acción, fantasía y personajes inolvidables. ¡Si te gusta la serie, definitivamente no puedes perderte este libro', 19.00, NULL, NULL, 21.99, 'Mago Y Cristal - La Torre Oscura Iv - Stephen King-13787.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-04 03:38:11', '2024-02-04 03:38:11'),
(3303, 'ABS Stratos Aqua Gaming PC - Intel i5 13400F - GeForce RTX 4070 - DLSS 3 - AI-Powered Performance - 32GB DDR5 6000MHz - 1TB M.2 NVMe SSD - SA13400F4070-2', 'cTNdQoZ3f', 16, 'ABS Stratos Aqua Gaming PC - Intel i5 13400F - GeForce RTX 4070 - DLSS 3 - AI-Powered Performance - 32GB DDR5 6000MHz - 1TB M.2 NVMe SSD - SA13400F4070-2', 1200.00, NULL, NULL, 1389.00, 'ABS Stratos Aqua Gaming PC - Intel i5 13400F - GeForce RTX 4070 - DLSS 3 - AI-Powered Performance - 32GB DDR5 6000MHz - 1TB M.2 NVMe SSD - SA13400F4070-2-52809.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-04 03:40:18', '2024-02-04 03:40:18'),
(3304, 'Netter Cuaderno De Anatomia Para Colorear Tercera Edicion', 'tTV4pYP5e', 15, 'El \"Netter Cuaderno de Anatomía para Colorear, Tercera Edición\" es una herramienta divertida y educativa para aquellos interesados en el estudio de la anatomía humana. Este cuaderno presenta ilustraciones detalladas del famoso ilustrador médico Frank H. Netter, que puedes colorear mientras aprendes sobre los diferentes sistemas del cuerpo humano. Es una forma interactiva y creativa de familiarizarte con la anatomía y recordar los nombres y ubicaciones de los diferentes órganos y estructuras. ¡Espero que disfrutes coloreando y aprendiendo con este cuaderno!', 43.00, NULL, NULL, 48.00, 'Netter Cuaderno De Anatomia Para Colorear Tercera Edicion-41344.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-04 03:40:49', '2024-02-04 03:40:49'),
(3305, 'Motoguadaña Stihl Fs38 0.9 Hp 27cc Aleman Desbrozadora', 'ilAHKlKwR', 15, 'Motoguadaña / desbrozadora blanca ligera con motor monocilíndrico de 2 tiempos de 27,2 cm3 con 0.9 HP y capacidad de tanque de 0,33 l con encendido electrónico mediante cordón. Incluye una empuñadura multifuncional y un manillar redondo ajustable para espacios reducidos. Medidas del empaque: 147 x 36 x 30 cm. Peso: 4.1 kg. Equipo de fácil mantenimiento, recomendado para el mantenimiento de parcelas y paisajes, para bordeado de banquetas, casas, muros, alrededor de árboles, debajo y entre las matas.\r\n\r\nEquipo de uso ocasional o domestico.\r\n\r\n\r\n\r\n\r\nMotor\r\n2 Tiempos\r\n\r\n\r\nPotencia\r\n0.87 HP / 0.65 kW\r\n\r\n\r\nCilindrada\r\n27.2 cc\r\n\r\n\r\nPeso (sin herramienta)\r\n4.1 kg\r\n\r\n\r\nHerramienta de corte\r\nAutocut C 6-2\r\n\r\n\r\nDiámetro del hilo\r\n2.0 mm\r\n\r\n\r\nCapacidad del depósito de Combustible\r\n0.33 L', 252.00, NULL, NULL, 279.00, 'Motoguadaña Stihl Fs38 0.9 Hp 27cc Aleman Desbrozadora-40241.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-04 03:45:22', '2024-02-04 03:45:22'),
(3306, 'Minecraft', 'Q3K5JlygL', 5, 'Minecraft for Nintendo Switch\r\n\r\nMODEL: 045496591779', 18.98, NULL, NULL, 26.99, 'Minecraft-11853.jpeg', 'Minecraft-10231.jpeg', 'Minecraft-89604.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-04 03:47:32', '2024-02-04 03:47:32'),
(3307, 'ABS Flux Aqua Gaming PC - Windows 11 - Intel i5 14400F - GeForce RTX 4070 Super - DLSS 3 - AI-Powered Performance - 32GB DDR5 6000MHz - 1TB M.2 NVMe SSD - FA14400F4070S', 'ITRbt1PKp', 16, 'Operating System: Windows 11 Home\r\nCPU: Intel Core i5 14400F, 6 P-Core, 4 E-Core, 16-Thread\r\nGPU: MSI GeForce RTX 4070 Super Ventus 2X with support for DLSS 3 - AI-Powered Performance\r\nMotherboard: Gigabyte B760M-C Wifi\r\nRAM: TeamGroup Delta RGB 32GB DDR5 6000MHz (2x16GB)\r\nSSD: Kingston 1TB NVMe SSD\r\nCPU Cooler: Intel RM1 Cooler\r\nPSU: ABS 750W 80+ Gold\r\nCase: Apevia Phenom mATX Case\r\nDimension: 15.35\" x 7.87\" x 15.16\"\r\nWiFi: Yes\r\nBluetooth: Yes\r\nVR Ready: Yes', 1349.00, NULL, NULL, 1450.00, 'ABS Flux Aqua Gaming PC - Windows 11 - Intel i5 14400F - GeForce RTX 4070 Super - DLSS 3 - AI-Powered Performance - 32GB DDR5 6000MHz - 1TB M.2 NVMe SSD - FA14400F4070S-88986.jpeg', 'ABS Flux Aqua Gaming PC - Windows 11 - Intel i5 14400F - GeForce RTX 4070 Super - DLSS 3 - AI-Powered Performance - 32GB DDR5 6000MHz - 1TB M.2 NVMe SSD - FA14400F4070S-92001.jpeg', 'ABS Flux Aqua Gaming PC - Windows 11 - Intel i5 14400F - GeForce RTX 4070 Super - DLSS 3 - AI-Powered Performance - 32GB DDR5 6000MHz - 1TB M.2 NVMe SSD - FA14400F4070S-84369.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-04 03:50:32', '2024-02-04 03:50:32'),
(3308, 'Real Relax® 2024 Massage Chair Favor-06, Full Body Zero Gravity SL-Track Massage Chair, Shiatsu Massage Recliner Chair with Heat Body Scan Bluetooth Foot Roller, Black', 'CJfSqWGHG', 16, '1.SL-Track\r\n2. 3D Robot Hand\r\n3. Auto Body Scan\r\n4. Full-body Air Bags\r\n5. 6 Auto Massage Modes\r\n6. 5 Massage Intensity\r\n7. 5 Airbag Pressure\r\n8. 6 Massage Techniques\r\n9. Adjustable Body Area Massage\r\n10. Fixed-Point Massage\r\n11. Adjustable Massage Width\r\n12. One-Button Zero Gravity\r\n13. Build-in Back Heating\r\n14. Thai Stretching Massage\r\n15. Bluetooth Music\r\n16. Armrest Shortcut Key\r\n17. LCD Touch Screen\r\n18. App Control\r\n19. Timer 5 10 15 20 25 30mins\r\n20. USB Charger\r\n21. Foot Rollers\r\n22.Footrest Extension\r\n23. Child Lock\r\n24. Height limit: 6.1 feet, weight limit: 400 pounds', 1394.00, NULL, NULL, 1405.00, 'Real Relax® 2024 Massage Chair Favor-06, Full Body Zero Gravity SL-Track Massage Chair, Shiatsu Massage Recliner Chair with Heat Body Scan Bluetooth Foot Roller, Black-69787.jpeg', 'Real Relax® 2024 Massage Chair Favor-06, Full Body Zero Gravity SL-Track Massage Chair, Shiatsu Massage Recliner Chair with Heat Body Scan Bluetooth Foot Roller, Black-42868.jpeg', 'Real Relax® 2024 Massage Chair Favor-06, Full Body Zero Gravity SL-Track Massage Chair, Shiatsu Massage Recliner Chair with Heat Body Scan Bluetooth Foot Roller, Black-60875.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-04 03:55:57', '2024-02-04 03:55:57'),
(3309, '200w,250w, 300w cheap mono and poly solar panel t', '7vdQojrCc', 5, 'item\r\nvalue\r\nBrand Name\r\nOllin Solar\r\nModel Number\r\nOSA-72P-250\r\nPlace of Origin\r\nChina\r\nCity\r\nZhejiang\r\nCell size\r\n156*156mm\r\nPanel Dimensions\r\n1950*990*50mm\r\nCertificate\r\nCE\r\nWarranty\r\n5years\r\nSolar cell\r\nHALF-CELL MBB MONO PERC\r\nGlass\r\n3.2mm\r\nFrame\r\nAnodized Aluminium Alloy\r\nJunction Box\r\nIP68 Three Diodes\r\nOutput Cables\r\n4 mm2 / 300mm\r\nConnector\r\nMC4 Compatible Connector\r\nApplication\r\nSolar Power System\r\nOur Advantages', 3.13, NULL, NULL, 13.00, '200w,250w, 300w cheap mono and poly solar panel t-69010.jpeg', '200w,250w, 300w cheap mono and poly solar panel t-72832.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-04 03:56:19', '2024-02-04 03:56:19'),
(3310, 'Antorcha Farol Estaca Led Solar Jardin 6w Lampara Decoracion', 'GHk7Ffqut', 15, 'La antorcha farol estaca LED solar para jardín es perfecta para agregar un toque mágico a tu espacio exterior. Con su diseño elegante y su luz cálida y brillante, esta lámpara de decoración crea un ambiente acogedor y encantador en tu jardín. Además, utiliza energía solar, lo que la hace ecológica y económica. ¡Imagina cómo se verá tu jardín iluminado por estas hermosas antorchas', 6.89, NULL, NULL, 8.15, 'Antorcha Farol Estaca Led Solar Jardin 6w Lampara Decoracion-81940.jpeg', 'Antorcha Farol Estaca Led Solar Jardin 6w Lampara Decoracion-26628.jpeg', 'Antorcha Farol Estaca Led Solar Jardin 6w Lampara Decoracion-35786.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-04 04:00:00', '2024-02-04 04:00:00'),
(3311, 'Costway Electric Power Lift Massage Chair Recliner Sofa Fabric Padded Seat Home Beige', 'xF6Dr21AI', 16, 'This is our brand new contemporary power lift chair which helps the senior stand up or lies down with ease, combining fashion and functionality to relax your body and offer continuous service. With retractable footrest and adjustable backrest, this recliner chair is functional for optimal comfort, perfect for reading, sleeping or napping. Conforming to ergonomic principle, the massage recliner chair supports your neck, arm, back, and legs in the correct angle so as to offer utmost comfort.', 329.99, NULL, NULL, 350.00, 'Costway Electric Power Lift Massage Chair Recliner Sofa Fabric Padded Seat Home Beige-11843.jpeg', 'Costway Electric Power Lift Massage Chair Recliner Sofa Fabric Padded Seat Home Beige-50980.jpeg', 'Costway Electric Power Lift Massage Chair Recliner Sofa Fabric Padded Seat Home Beige-89287.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-04 04:08:23', '2024-02-04 04:08:23'),
(3312, 'Atari GameStation', 'VTtlmiXls', 5, 'Atari GameStation PRO Retro Video Game System (OVER 200 GAMES IN 1)\r\n\r\nMODEL: DGUNL-7012', 68.97, NULL, NULL, 99.99, 'Atari GameStation-87289.jpeg', 'Atari GameStation-82398.jpeg', 'Atari GameStation-51803.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-04 09:35:28', '2024-02-04 09:35:28'),
(3313, 'Jedi Fallen Order', 'F5YYQe9qh', 5, 'Star Wars: Jedi Fallen Order for Xbox One\r\n\r\nMODEL: 014633373103', 14.00, NULL, NULL, 19.99, 'Jedi Fallen Order-53635.jpeg', 'Jedi Fallen Order-30197.jpeg', 'Jedi Fallen Order-93196.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-04 10:14:55', '2024-02-04 10:14:55'),
(3314, 'Starfield', 'rE2Yj1WNY', 5, 'Starfield Standard Edition for Xbox Series X\r\n\r\nMODEL: 093155176119', 49.99, NULL, NULL, 69.99, 'Starfield-37871.jpeg', 'Starfield-24502.jpeg', 'Starfield-56363.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-04 10:20:55', '2024-02-04 10:20:55'),
(3315, 'Shadow of the Tomb Raider', 'EaBQbJhAt', 5, 'Shadow of the Tomb Raider for Xbox One\r\n\r\nMODEL: 662248921310', 9.00, NULL, NULL, 19.99, 'Shadow of the Tomb Raider-16429.jpeg', 'Shadow of the Tomb Raider-95422.jpeg', 'Shadow of the Tomb Raider-47449.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-04 10:26:15', '2024-02-04 10:26:15'),
(3316, 'The Legend of Zelda: Tears of the Kingdom', 'nKwYYXEGg', 5, 'The Legend of Zelda: Tears of the Kingdom for Nintendo Switch\r\n\r\nMODEL: 045496597092', 50.79, NULL, NULL, 69.99, 'The Legend of Zelda: Tears of the Kingdom-94053.jpeg', 'The Legend of Zelda: Tears of the Kingdom-11124.jpeg', 'The Legend of Zelda: Tears of the Kingdom-92120.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-04 10:32:15', '2024-02-04 10:32:15'),
(3317, 'Pioneer Multimedia', '2BzOoYZqd', 5, 'Pioneer Multimedia Receiver with 6.8\" WVGA Display\r\n\r\nMODEL: DMH-2660NEX', 399.99, NULL, NULL, 449.99, 'Pioneer Multimedia-62951.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-04 10:39:27', '2024-02-04 10:39:27'),
(3318, 'BR Solar high efficiency solar panel power PV mono mono crystalline medulla 100w 150ww 200ww 300ww solar panel', 'uEJ4Be0WD', 5, 'Model\r\nBR-M200W\r\nBack Colour\r\nWhite, Black\r\nType\r\nIP68 Ralated/Pass The TUV\r\nJunction Box\r\nPerc, Half Cell, Bifacial, Double-Glass, All Black  IP68 Ralated/Pass The TUV\r\nPanel Efficiency\r\n17%\r\nLifespan\r\nMore Than 30 Years\r\nProduct Name\r\nBacksheet Monocrystalline Module\r\nFrame Color\r\nBlack\r\nFrame Material\r\nAnodic Aluminium Alloy\r\nOEM Order\r\nAcceptable\r\nFront Glass\r\nHigh Transparency Temperd G\r\nPackaging Details\r\n30 Pieces/Pallet\r\nTransport Package\r\nWooden Box and Pallet Packing\r\nSize\r\n1320x992x35mm', 1.15, NULL, NULL, 3.15, 'BR Solar high efficiency solar panel power PV mono mono crystalline medulla 100w 150ww 200ww 300ww solar panel-33969.jpeg', 'BR Solar high efficiency solar panel power PV mono mono crystalline medulla 100w 150ww 200ww 300ww solar panel-44010.jpeg', 'BR Solar high efficiency solar panel power PV mono mono crystalline medulla 100w 150ww 200ww 300ww solar panel-30891.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-04 10:43:30', '2024-02-04 10:43:30'),
(3319, 'Kenwood Digital Media', 'HnQl1pVyP', 5, 'Kenwood Digital Media Receiver with Bluetooth\r\n\r\nMODEL: KMM-BT332U', 84.99, NULL, NULL, 109.00, 'Kenwood Digital Media-43425.jpeg', 'Kenwood Digital Media-15921.jpeg', 'Kenwood Digital Media-42806.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-04 10:44:18', '2024-02-04 10:44:18'),
(3320, 'Security and Alarm Upgrade Kit', 'R5oqp5Mbr', 5, 'Viper DS4 Add-On Security and Alarm Upgrade Kit\r\n\r\nMODEL: VIPERDS4SU', 79.99, NULL, NULL, 89.99, 'Security and Alarm Upgrade Kit-89697.jpeg', 'Security and Alarm Upgrade Kit-64132.jpeg', NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-04 10:49:51', '2024-02-04 10:49:51'),
(3321, 'DECOR Solar inverter battery 12v180ah C20 solar battery made in china', 'EMDaChBlF', 5, 'More than 6 years float life at 20°C\r\nLonger life design at renewable energy applications according to IEC61427\r\nWide operating temperature range from -15°C to 60°C\r\nNano electrolyte eliminate the acid stratification and prolong cycle life\r\n Round trip efficiency as high as 85%.\r\nThick positive flat plate design with high Tin low Calcium alloy and high density paste\r\n Low self-discharge rate and long shelf life.)\r\nExcellent deep discharge recovery capability.\r\n 99.99% filled weight consistency.', 50.00, NULL, NULL, 80.00, 'DECOR Solar inverter battery 12v180ah C20 solar battery made in china-82200.jpeg', 'DECOR Solar inverter battery 12v180ah C20 solar battery made in china-96949.jpeg', 'DECOR Solar inverter battery 12v180ah C20 solar battery made in china-78108.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-04 10:55:13', '2024-02-04 10:55:13'),
(3322, 'Dash Cam', 'NpgeaiDrs', 5, 'Kenwood Dash Cam\r\n\r\nMODEL: DRV-A301W', 99.95, NULL, NULL, 119.95, 'Dash Cam-85498.jpeg', 'Dash Cam-59178.jpeg', 'Dash Cam-58925.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-04 11:01:20', '2024-02-04 11:01:20'),
(3323, 'Back-Up Camera', 'Mpf1vmJXz', 5, 'Metra Bullet Back-Up Camera with Park Lines\r\n\r\nMODEL: TE-SBC', 59.89, NULL, NULL, 79.99, 'Back-Up Camera-95700.jpeg', NULL, NULL, 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-04 11:11:43', '2024-02-04 11:11:43'),
(3324, 'Bumble Bee Skinless', 'IUrScyDvf', 7, 'Good source of omega 3\'s and high in protein\r\nHigh Protein, Low Sodium', 1.35, NULL, NULL, 2.89, 'Bumble Bee Skinless-16836.jpeg', 'Bumble Bee Skinless-18860.jpeg', 'Bumble Bee Skinless-53440.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-04 11:29:47', '2024-02-04 11:29:47'),
(3325, 'LEGO 41738 Friends Dog Rescue Bike Toy Set, Animal Playset for Kids, Girls and Boys Aged 6 Plus with Puppy Pet Figure and 2 Mini-Dolls, 2023 Series Characters', 'Z97mIX1e0', 7, 'Give pet-loving kids a treat with this LEGO Friends Dog Rescue Bike animal playset, featuring toy bike with removable trailer and a park scene\r\nThis LEGO Friends animal playset features Aliya - a scout leader and her younger friend Victoria mini-dolls, plus a cute toy puppy figure\r\nThe trailer opens at the front and back to let the puppy inside with Victoria; Aliya can ride the toy bike to take them home after their mission\r\nAccessories in this LEGO Friends animal rescue set include food and water for the puppy, binoculars, a helmet, bone, poo, litter bin, and poster\r\nKids aged 6+ can use the dog poo and pawprint clues to help LEGO Friends Aliya and Victoria search Heartlake City and find the missing puppy\r\nThere are lots of cool features in this animal playset; the park scene features a bench and a moving bush that lifts to reveal the missing pup\r\nPart of the new generation of Heartlake City with 2023 LEGO Friends characters and sets, check out more; including Dog Rescue Van', 5.90, NULL, NULL, 6.90, 'LEGO 41738 Friends Dog Rescue Bike Toy Set, Animal Playset for Kids, Girls and Boys Aged 6 Plus with Puppy Pet Figure and 2 Mini-Dolls, 2023 Series Characters-66942.jpeg', 'LEGO 41738 Friends Dog Rescue Bike Toy Set, Animal Playset for Kids, Girls and Boys Aged 6 Plus with Puppy Pet Figure and 2 Mini-Dolls, 2023 Series Characters-63061.jpeg', 'LEGO 41738 Friends Dog Rescue Bike Toy Set, Animal Playset for Kids, Girls and Boys Aged 6 Plus with Puppy Pet Figure and 2 Mini-Dolls, 2023 Series Characters-77803.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-04 11:29:49', '2024-02-04 11:29:49'),
(3326, 'Valley Harvest Chocolate Nut Mix', '8UOOdOiz1', 7, 'Amazon-Pack of 8, One ounce bags Orchard Valley Harvest Chocolate Nut Mix. Each bag includes Dark Chocolate Raisins, Almonds and Peanuts.', 5.88, NULL, NULL, 8.33, 'Valley Harvest Chocolate Nut Mix-53931.jpeg', 'Valley Harvest Chocolate Nut Mix-56307.jpeg', 'Valley Harvest Chocolate Nut Mix-18971.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-04 11:36:25', '2024-02-04 11:36:25'),
(3327, 'Bumble Bee Premium Wild Pink Salmon', '2en8O0ekL', 7, '14.75-Oz Bumble Bee Premium Wild Pink Salmon $2.35 w/ S&S + Free Shipping', 2.35, NULL, NULL, 3.93, 'Bumble Bee Premium Wild Pink Salmon-51774.jpeg', 'Bumble Bee Premium Wild Pink Salmon-46215.jpeg', 'Bumble Bee Premium Wild Pink Salmon-77350.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-04 11:42:34', '2024-02-04 11:42:34'),
(3328, 'NICI 45562 GLUBSCHIS Cuddly Toy Skunk Suppi 15cm, Star, Pink, 15 cm', 'cws9uLmuc', 7, 'Brand Nici\r\nTheme Animal\r\nColour Pink\r\nMaterial Polyester Plastic Plush/polyester\r\nAssembly required No\r\nModel name 45562\r\nBlack-and-white fluffy fur;cuddly facial expression;big blue-glittering eyes. This is our Skunk Suppi from the GLUBSCHIS With his fuzzy tuft of hair on his head he is a cheeky friend and a great cuddly toy.\r\nThis is what NICI stands for - every single product is designed with love. We use only high-quality materials for our cuddly toys and gift articles. NICI makes for cuddly happiness and puts a smile on everyone\'s face.', 12.99, NULL, NULL, 15.03, 'NICI 45562 GLUBSCHIS Cuddly Toy Skunk Suppi 15cm, Star, Pink, 15 cm-52380.jpeg', 'NICI 45562 GLUBSCHIS Cuddly Toy Skunk Suppi 15cm, Star, Pink, 15 cm-42668.jpeg', 'NICI 45562 GLUBSCHIS Cuddly Toy Skunk Suppi 15cm, Star, Pink, 15 cm-14320.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-04 11:50:49', '2024-02-04 11:50:49'),
(3329, 'KIND ZERO Added Sugar Bars', 'qe3FAfNGt', 7, '20% Off KIND ZERO Added Sugar Bars, Variety Pack (15 Bars)', 23.19, NULL, NULL, 28.99, 'KIND ZERO Added Sugar Bars-74358.jpeg', 'KIND ZERO Added Sugar Bars-58138.jpeg', 'KIND ZERO Added Sugar Bars-99929.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-04 11:53:53', '2024-02-04 11:53:53'),
(3330, 'Clam Chowder', 't6YLUnX84', 7, 'NEW ENGLAND CLAM CHOWDER: Made with fresh clams and chunks of hearty potatoes, this condensed clam chowder is a traditional New England style recipe\r\nAUTHENTIC CHOWDER: This 12 pack of 15 ounce cans of Snow\'s Clam Chowder contains 4 grams of protein per serving (3.5 servings per can)\r\nPERFECT FOR FAMILY MEALS: Snow\'s clam chowder is the perfect choice for all your favorite family meals, made from the finest ingredients with a delicious taste you can count on\r\nSUSTAINABLY MANAGED SOURCES: Snow\'s clams are sourced from a Marine Stewardship Council (MSC) certified sustainable fishery', 20.99, NULL, NULL, 33.33, 'Clam Chowder-97837.jpeg', 'Clam Chowder-38457.jpeg', 'Clam Chowder-85078.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-04 12:03:24', '2024-02-04 12:03:24'),
(3331, 'LEGO 76918 Speed Champions McLaren Solus GT & McLaren F1 LM', '5pNSZrKNL', 7, 'This double-pack LEGO Speed Champions set features 2 buildable replica toy car models; McLaren Solus GT and McLaren F1 LM to build and display\r\nThe McLaren F1 LM race car toy features its distinctive papaya orange colour with a central driving seat and cooling ducts on both sides\r\nThe Solus GT toy car model also includes details from the real version: white, black and orange colour scheme, prominent wheel arches and cockpit\r\nPerfect for setting up high-speed races, the model car building kit also includes 2 driver minifigures - 1 to \'drive\' each of the car toys\r\nKids can enjoy a rewarding build with the classic F1 LM and modern Solus GT replica model cars before proudly racing and displaying them\r\nThe world of racing awaits sports car lovers with other LEGO Speed Champions sets like Ferrari 812 Competizione (76914) and Porsche 963 (76916)', 20.99, NULL, NULL, 29.99, 'LEGO 76918 Speed Champions McLaren Solus GT & McLaren F1 LM-59606.jpeg', 'LEGO 76918 Speed Champions McLaren Solus GT & McLaren F1 LM-80809.jpeg', 'LEGO 76918 Speed Champions McLaren Solus GT & McLaren F1 LM-32595.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-04 12:26:36', '2024-02-04 12:26:36'),
(3332, 'Final Fantasy XIV Online', 'ID5NgbJao', 7, 'Game Time Cards are cards that contain a digital code to redeem for 60 days of pre-paid game time on your FINAL FANTASY XIV service account.\r\n\r\nEmbark on your epic adventure with the 60 days FINAL FANTASY XIV Online Game Time Code.\r\n\r\nA great gift for players looking to continue their journey in FINAL FANTASY XIV Online.', 20.88, NULL, NULL, 29.99, 'Final Fantasy XIV Online-90069.jpeg', 'Final Fantasy XIV Online-80193.jpeg', 'Final Fantasy XIV Online-89853.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-04 12:30:43', '2024-02-04 13:09:35'),
(3333, 'LEGO 31140 Creator 3 in 1 Magical Unicorn', '1JmxFh7M4', 7, 'With 3 magical creatures in 1 set: a rainbow unicorn toy which can be rebuilt into a seahorse or peacock, kids aged 7+ can travel to a mythical land\r\nThe LEGO unicorn animal toy features a golden horn, colourful tail and mane plus it can be posed on its 4 legs or reared up on its 2 hind legs\r\nThe unicorn can be rebuilt into 2 other LEGO animals; a seahorse with movable tail, fins and head, or a peacock toy with movable tail and eyes\r\nWhen play is over, the animals look great on display: the unicorn toy on a rainbow stand, the seahorse on a seabed and the peacock on its 2 legs\r\nThis LEGO Creator playset with 3 animal builds in 1 brings long lasting play and makes a great unicorn gift for girls and boys 7+ years old\r\nStanding over 13 cm (5 in.) tall, the LEGO Magical Unicorn toy is a great size to be played with at home or taken with kids on their travels', 5.75, NULL, NULL, 6.75, 'LEGO 31140 Creator 3 in 1 Magical Unicorn-63643.jpeg', 'LEGO 31140 Creator 3 in 1 Magical Unicorn-84884.jpeg', 'LEGO 31140 Creator 3 in 1 Magical Unicorn-83436.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-04 13:00:41', '2024-02-04 13:00:41'),
(3334, 'Endwalker final fantasy xiv', 'h2uJMXSKd', 7, 'FINAL FANTASY XIV: Endwalker Standard Edition [Mog Station - PC Windows Download], Non-Steam', 33.99, NULL, NULL, 39.99, 'Endwalker final fantasy xiv-99239.jpeg', 'Endwalker final fantasy xiv-90185.jpeg', 'Endwalker final fantasy xiv-59115.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-04 13:07:20', '2024-02-04 13:07:20'),
(3335, 'LEGO Creator 3in1 Retro Roller Skate to Mini Skateboard Toy to Boom Box Radio, Set for 8 Plus Year Old Girls, Boys & Kids, Great Desk Decoration or Bedroom Accessories, Gifts for Music Lovers', 'WpDQWo3Bh', 7, 'Brand LEGO\r\nMaterial Plastic\r\nColour Multicolor\r\nAge range (description) 8-99 yr(s)\r\nModel name 31148\r\nItem weight 0.52 Kilograms\r\nCool toys for 8 year old girls and boys – Kids build and rebuild 3 pop culture icons using the same bricks form LEGO Creator Retro Roller Skate toy\r\nEndless play possibilities – Kids can enjoy 3 retro models: a roller skate toy, mini skateboard toy, and boom box radio, for varied story play\r\nMovable toys – The roller skate has 4 pink rolling wheels, and the toy skateboard features 4 movable wheels for fast-paced adventure play\r\nFun bedroom accessories – After playtime is over, all 3 LEGO retro models become an eye-catching desk decoration for kids bedrooms\r\nBirthday gifts for girls and boys aged 8+ – This 3in1 toy is a fun build-and-play experience and a cool gift for music lovers and creative kids\r\nMore 3in1 fun – Expand the 3in1 fun with other sets and cool buildable toys (all sold separately) from the LEGO Creator range', 20.38, NULL, NULL, 27.38, 'LEGO Creator 3in1 Retro Roller Skate to Mini Skateboard Toy to Boom Box Radio, Set for 8 Plus Year Old Girls, Boys & Kids, Great Desk Decoration or Bedroom Accessories, Gifts for Music Lovers-91614.jpeg', 'LEGO Creator 3in1 Retro Roller Skate to Mini Skateboard Toy to Boom Box Radio, Set for 8 Plus Year Old Girls, Boys & Kids, Great Desk Decoration or Bedroom Accessories, Gifts for Music Lovers-35250.jpeg', 'LEGO Creator 3in1 Retro Roller Skate to Mini Skateboard Toy to Boom Box Radio, Set for 8 Plus Year Old Girls, Boys & Kids, Great Desk Decoration or Bedroom Accessories, Gifts for Music Lovers-68061.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-04 13:09:25', '2024-02-04 13:09:25'),
(3336, 'The Skywalker Saga Character Collection', 'dxT29c5qw', 7, 'The Skywalker Saga Character Collection pack includes seven character packs featuring more iconic Star Wars™ characters from the galaxy far, far away. The Character Collection bundle pack includes:\r\n- The Mandalorian Season 1\r\n- The Mandalorian Season 2\r\n- Rogue One: A Star Wars Story\r\n- Classic Characters\r\n- Solo: A Star Wars Story \r\n- Star Wars: The Bad Batch\r\n- Trooper Pack', 12.89, NULL, NULL, 14.99, 'The Skywalker Saga Character Collection-18647.jpeg', 'The Skywalker Saga Character Collection-73517.jpeg', 'The Skywalker Saga Character Collection-22771.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-04 13:18:47', '2024-02-04 13:18:47'),
(3337, 'Parasol Elegante Poliester Exterior 2,35m Sin Luz De Jardín', 'KHEqQyuhE', 15, 'El parasol elegante de poliéster para exterior de 2,35m es una opción perfecta para crear sombra y protección en tu jardín. Con su diseño elegante y funcional, este parasol te permitirá disfrutar del aire libre sin preocuparte por los rayos del sol. Aunque no cuenta con luz incorporada, puedes complementarlo con luces decorativas para crear un ambiente acogedor durante las noches. ¡Imagínate relajándote bajo la sombra de este parasol en tu jardín', 195.00, NULL, NULL, 217.00, 'Parasol Elegante Poliester Exterior 2,35m Sin Luz De Jardín-29165.jpeg', 'Parasol Elegante Poliester Exterior 2,35m Sin Luz De Jardín-96190.jpeg', 'Parasol Elegante Poliester Exterior 2,35m Sin Luz De Jardín-90317.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-04 13:34:32', '2024-02-04 13:34:32'),
(3338, 'Salter Family Add And Weigh Scale', 'D0e2jZ2kw', 7, 'SALTER FAMILY ADD AND WEIGH SCALE\r\nEasily weigh yourself as well as children, pets, luggage and more with this Add and Weigh scale from Salter. Simply weigh yourself, clear the scale to zero, then hold what you want to weigh before stepping on again to accurately measure. Including carpet feet for reliable measurements on uneven flooring, and an easy-to-read digital display. A large platform ensures there is plenty of space for you, and for whatever you’re wanting to measure, giving clear and precise results every time.\r\nIf the battery compartment does not close securely, stop using the product and keep it away from children. If you think batteries have been swallowed or placed inside any part of the body, seek immediate medical attention.\r\nCR2032 battery included\r\nPerfect for taking accurate measurements of babies, pets, luggage, and more\r\nDigital display for clear, easy-to-read results.', 5.25, NULL, NULL, 6.25, 'Salter Family Add And Weigh Scale-49098.jpeg', 'Salter Family Add And Weigh Scale-80856.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-04 13:39:52', '2024-02-04 13:39:52'),
(3339, 'Bomba Para Fumigar A Motor', 'eSy3kbqMq', 15, 'Una bomba para fumigar a motor es una herramienta muy útil para aplicar productos químicos o pesticidas de manera eficiente en áreas grandes. Con su motor incorporado, esta bomba te permite rociar los productos de forma uniforme y controlada, facilitando el proceso de fumigación. Es importante seguir las instrucciones de uso y seguridad para garantizar un uso adecuado. ¡Con esta bomba, podrás mantener tu jardín o cultivos libres de plagas de manera más eficiente!', 150.00, NULL, NULL, 198.99, 'Bomba Para Fumigar A Motor-12486.jpeg', 'Bomba Para Fumigar A Motor-73428.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-04 13:42:22', '2024-02-04 13:42:22'),
(3340, 'Fumigadora Estacional Profesional / Manguera De 30 Metros', 'jmqy9juun', 15, 'La fumigadora estacional profesional con manguera de 30 metros es una herramienta ideal para realizar trabajos de fumigación de manera eficiente y efectiva. Con esta fumigadora, puedes cubrir grandes áreas sin tener que moverte constantemente. La manguera de 30 metros te brinda la flexibilidad necesaria para llegar a todos los rincones de tu jardín o cultivos. ¡Con esta fumigadora, podrás mantener tu espacio libre de plagas de manera profesional!', 140.00, NULL, NULL, 146.00, 'Fumigadora Estacional Profesional / Manguera De 30 Metros-16732.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-04 13:45:09', '2024-02-04 13:45:09'),
(3341, 'The Skywalker Saga', 's9GE0tzsm', 7, 'The Deluxe Edition includes 7 downloadable content character packs. Complete your character collection with the exclusive classic Obi-Wan Kenobi playable character included with the digital edition. Enjoy all 9 saga films in one new game.\r\n\r\nPlay through all nine Star Wars saga films in a brand-new LEGO video game unlike any other. Experience fun-filled adventures, whimsical humor, and the freedom to fully immerse yourself in the LEGO Star Wars galaxy.', 53.99, NULL, NULL, 59.99, 'The Skywalker Saga-33938.jpeg', 'The Skywalker Saga-59741.jpeg', 'The Skywalker Saga-21553.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-04 13:46:54', '2024-02-04 13:46:54'),
(3342, 'Injustice 2', 'Y7iIDzhTj', 7, 'Injustice™ 2 - Fighter Pack 2 - PC [Online Game Code]', 15.99, NULL, NULL, 19.99, 'Injustice 2-44301.jpeg', 'Injustice 2-73567.jpeg', NULL, 'Video games', 4.5, NULL, 1, '2024-02-04 13:59:58', '2024-02-04 13:59:58');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3343, 'Croc\'s Sale Now Up to 60% Off + Extra 10% off Automatically Applied at checkout + Free Delivery', 'as3S2Rw49', 7, 'Croc\'s sale is now further reduced to 60% off plus an extra 10% off sale automatically applied at checkout with free delivery.\r\nSome Examples Below', 20.00, NULL, NULL, 24.30, 'Croc\'s Sale Now Up to 60% Off + Extra 10% off Automatically Applied at checkout + Free Delivery-58136.jpeg', 'Croc\'s Sale Now Up to 60% Off + Extra 10% off Automatically Applied at checkout + Free Delivery-16272.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-04 14:20:15', '2024-02-04 14:20:15'),
(3344, 'DRAGON QUEST XI', 'tV5Gyyu1U', 7, 'DRAGON QUEST XI: Echoes of an Elusive Age tells a captivating tale of a hunted hero and is the long-awaited role-playing game from series creator Yuji Horii and character designer Akira Toriyama. While it is the eleventh mainline entry in the critically acclaimed series, DRAGON QUEST XI is a completely standalone experience that features entirely new characters, a beautifully detailed world, finely tuned turn-based combat, and an immersive story that will appeal to longtime fans and franchise newcomers alike. After its release in Japan, DRAGON QUEST XI won multiple gaming awards and received critical praise, including PlayStation’s Platinum Prize and a perfect 40/40 score from Famitsu (an influential video game publication in Japan).', 29.99, NULL, NULL, 39.99, 'DRAGON QUEST XI-21675.jpeg', 'DRAGON QUEST XI-61056.jpeg', 'DRAGON QUEST XI-92921.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-04 15:33:49', '2024-02-04 15:33:49'),
(3345, 'Designafriend Best Friend Lily Doll - 27inch/68cm', '49jcpFxEb', 7, 'I\'m Lily! I love fashion and everything with glitter. You will always find me together with my Designafriend best friend Mila. Together we love exploring the latest trends and creating amazing looks, full of sparkle and glitter of course.\r\n\r\nLily measures 68cm and comes with long blonde straight hair wearing a blue T-Shirt with printed silver detail, denim jacket, blue tutu skirt with silver hearts, silver sparkly trainers and a blue bobble hat with grey pompoms.\r\n\r\nShe comes beautifully packaged in a boutique style gift box with Designafriend wrapping paper and includes a handbag shaped swing ticket with images and information on the full Designafriend collection.', 15.00, NULL, NULL, 21.00, 'Designafriend Best Friend Lily Doll - 27inch/68cm-62128.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-04 15:59:06', '2024-02-04 15:59:06'),
(3348, 'Various Octopus Energy Merch Available - Redeem Octopoints Or Purchase', 'ov8ci8kPu', 7, 'Various Octopus Energy Merch Available - Redeem Octopoints Or Purchase', 10.00, NULL, NULL, 12.00, 'Various Octopus Energy Merch Available - Redeem Octopoints Or Purchase-93627.jpeg', 'Various Octopus Energy Merch Available - Redeem Octopoints Or Purchase-67996.jpeg', 'Various Octopus Energy Merch Available - Redeem Octopoints Or Purchase-58605.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-04 16:09:50', '2024-02-04 16:09:50'),
(3349, 'Multimetro Digital Automotriz Autool Dm400 Autorango', 'E4KaTBR5t', 15, 'El multimetro digital automotriz Autool DM400 es una herramienta imprescindible para los amantes de los autos y la mecánica. Con su función de autorango, este multimetro te permite medir con precisión diferentes parámetros eléctricos en tu vehículo, como voltaje, corriente y resistencia. Además, su diseño compacto y fácil de usar lo convierte en una opción conveniente para realizar diagnósticos y reparaciones en tu automóvil. ¡Con el Autool DM400, podrás mantener tu auto en excelente estado!', 35.55, NULL, NULL, 39.00, 'Multimetro Digital Automotriz Autool Dm400 Autorango-33735.jpeg', 'Multimetro Digital Automotriz Autool Dm400 Autorango-62797.jpeg', 'Multimetro Digital Automotriz Autool Dm400 Autorango-79413.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-04 17:35:44', '2024-02-04 17:35:44'),
(3350, 'Super Smash Bros', 'hfBlNgZdb', 7, 'Super Smash Bros. Ultimate for Nintendo Switch\r\n\r\nMODEL: 045496592998', 39.99, NULL, NULL, 59.99, 'Super Smash Bros-64531.jpeg', 'Super Smash Bros-28341.jpeg', 'Super Smash Bros-53398.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-04 23:33:02', '2024-02-04 23:33:02'),
(3351, 'Anda Seat Kaiser 3 Large Gaming Chair', 'exUjq7YVl', 7, 'Ultimate Adult Gaming Chair: anda seaT is a leading video game chair manufacturer for pro gamers. Our gaming seat is designed, built and tested by multiple gaming expert teams to ensure the best quality. Recommended Maximum Height: 6’2” / 190cm. Maximum Weight Capacity: 260lbs / 120kgs\r\nErgonomic Design with Magnetic Neck Pillow: A luxurious comfy gaming chair for adults that contours to your shape with thicker high-density one piece 65 kg/m³ foam. The memory foam headrest features a magnetic clip for easy positioning. The extra soft cushion will maintain a cool temperature for comfort while supporting the spine\'s natural curvature. Video game chairs offering a truly comfortable seated position even after long hours of gaming or work\r\n4-way Adaptive Lumbar Support: Sophisticated 4 way internal and adjustable adaptive lumbar support system; in and out, up and down, to provide the right amount of firmness to your back. The reclining gaming chair tilts 90° to 165° and locks in your perfect position. Adapt your ergonomic gaming chair with MagSwap AD+ Technology; With full-metal magnetic 4D armrests for extended accessories, it offers optimum comfort and support to relieve wrist pressure and muscle strain\r\nSpacious Gamer Chair Base: A PC gaming chair that has been redesigned to support optimum ergonomics, and the flatter seat wings ensure a comfortable spacious seat base. Smooth DuraXtra bonded PVC leather computer racing chair. Scratch and stain resistant, anda seaT produce perfect large gaming chairs for adults. As a previous race car seat manufacturer for BMW and Mercedes Benz, we insist on using the exact same leather material for our PC chair gaming furniture\r\nLifetime Framework: Big and tall gaming chair with precision manufactured quality steel frame covered by a lifetime cover, all other parts with a 2 year cover. The aluminium 5-point base provides extra stability and strength, supported by 65mm silent and smooth movement wheels, suitable for all surfaces. PC chairs for adults with MagClapAD+; an effortless assembling system, get rid of screws assembling difficulties', 200.00, NULL, NULL, 280.00, 'Anda Seat Kaiser 3 Large Gaming Chair-63742.jpeg', 'Anda Seat Kaiser 3 Large Gaming Chair-60167.jpeg', 'Anda Seat Kaiser 3 Large Gaming Chair-11735.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-04 23:33:32', '2024-02-04 23:33:32'),
(3352, 'Lincoln Electric K4878-1 Power Mig Tig Multi-process Welder', 'k5G1iiRzZ', 15, 'Lincoln Electric K4878-1 Multi-Process Power Mig TIG Welder 215 MPi One-Pak \r\n\r\nMulti-process capability: MIG, tubular, stick and DC TIG welding. \r\nDual input voltage: 120V and 230V inputs so you can connect to any common power source. \r\nErgonomic Cover: Sleek, sturdy design with multiple lifting points for easy mobility around the store. \r\nTIG Solenoid Adapter and Integrated Foot Pedal The POWER MIG 215 MPi welder is designed to accept a TIG torch, no installation required. \r\nRobust and reliable wire unit: ensures proper and consistent feeding for an optimal welding experience. \r\nReady.Set.Weld Technology: Simplifies setup by recommending optimal welding parameters for each welding procedure. \r\nArcFX Technology: Provides instant visual feedback on how settings affect the welding result.', 2100.00, NULL, NULL, 2400.00, 'Lincoln Electric K4878-1 Power Mig Tig Multi-process Welder-75081.jpeg', 'Lincoln Electric K4878-1 Power Mig Tig Multi-process Welder-62976.jpeg', 'Lincoln Electric K4878-1 Power Mig Tig Multi-process Welder-11273.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-04 23:34:24', '2024-02-04 23:34:24'),
(3353, 'Escort Redline 360c Black Radar Detector - 0100040-1', 'XchInDJUm', 15, 'Extreme Range \r\nRelax, with extreme range (twice the range compared to Redline EX), you\'ll know exactly what\'s in front of you, behind you, and around you. \r\nAlways true. Never False. \r\nExceptional accuracy against false alerts (AI-assisted filtering) means you\'ll know what\'s a real threat and what\'s not* \r\nIncrease your IQ on the road \r\nA powerful processor (25x more than Redline EX) provides fast response times and faster alerts faster than ever. \r\nSee, but not be seen \r\nAdvanced stealth technology (invisible to all RDDs – Radar Detectors) ensures you remain completely anonymous \r\nWelcome to the red zone \r\nTrue 360° directional awareness and location accuracy within 2. 5m gives you a comprehensive protective shield \r\nReady when you are \r\nA driver network with over 100 million shared real-time community alerts annually ensures maximum protection \r\nTriple antenna design \r\nDual front and single rear antennas provide double the range than previous models. \r\nDirectional Alert Arrows Arrows \r\nindicate the direction of the radar source for 360° protection.', 510.00, NULL, NULL, 600.00, 'Escort Redline 360c Black Radar Detector - 0100040-1-96882.jpeg', 'Escort Redline 360c Black Radar Detector - 0100040-1-32543.jpeg', 'Escort Redline 360c Black Radar Detector - 0100040-1-70141.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-04 23:41:15', '2024-02-04 23:41:15'),
(3354, 'Kirby\'s Return to Dream Land', 'uVZP5RMTE', 7, 'Kirby\'s Return to Dream Land Deluxe for Nintendo Switch\r\n\r\nMODEL: 045496599140', 49.00, NULL, NULL, 59.99, 'Kirby\'s Return to Dream Land-58207.jpeg', 'Kirby\'s Return to Dream Land-48474.jpeg', 'Kirby\'s Return to Dream Land-25001.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-04 23:41:29', '2024-02-04 23:41:29'),
(3355, 'Moreno SD Ultra Soft Fabric Power Recliner Sofa', '6Je2Cap8v', 7, 'Moreno SD Ultra Soft Fabric Power Recliner Sofa', 1195.00, NULL, NULL, 1295.00, 'Moreno SD Ultra Soft Fabric Power Recliner Sofa-25374.jpeg', 'Moreno SD Ultra Soft Fabric Power Recliner Sofa-90183.jpeg', 'Moreno SD Ultra Soft Fabric Power Recliner Sofa-66704.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-04 23:43:06', '2024-02-04 23:43:06'),
(3356, 'Battlefield V', 'nbUnqoq0j', 7, 'Battlefield V for PS4\r\n\r\nMODEL: 014633372458', 9.00, NULL, NULL, 59.99, 'Battlefield V-31535.jpeg', 'Battlefield V-13286.jpeg', 'Battlefield V-83935.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-04 23:46:13', '2024-02-04 23:46:13'),
(3357, 'Yamaha New Oem Crank Cylinder Assembly 6h3-w0090-42-1s', '7dtTuLfx2', 15, 'We are distributors of all types of Outboard Motors/Boats such as Yamaha, Suzuki, Honda, Mercury, Evinrude and Tohatsu. and all kinds of spare parts \r\n\r\nWe have new and used outboard motors with all horsepower (HP) in store \r\n\r\n\r\nIt takes 3-7 days before delivery to your doorstep worldwide from our distribution factory (the tracking number once shipped). Comes with full shipping insurance and warranty. \r\n\r\nShipping begins the same day after payment has been made and confirmed.', 3900.00, NULL, NULL, 4100.00, 'Yamaha New Oem Crank Cylinder Assembly 6h3-w0090-42-1s-94630.jpeg', 'Yamaha New Oem Crank Cylinder Assembly 6h3-w0090-42-1s-74895.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-04 23:47:28', '2024-02-04 23:47:28'),
(3358, 'Oz Lifting Products 1000lb Cable Builder Electric Rope Lift', 'HVXkHeruX', 15, 'OZ Lifting Products 1000 lb Electric Construction Hoist with 90\' Lift OBH1000 - 37 FPM, 115V \r\n\r\nOZ Lifting Products OBH1000 Details \r\nSafely lift heavy loads on your industrial jobsite with this 1000 lb Electric Construction Hoist from OZ Lifting Products with 90\' lift OBH1000. This lightweight, compact unit is easy to assemble in your facility. It features a powerful 2 1/2 hp motor that generates 1800 W of power to automatically lift heavy loads. This motor runs at an efficient speed of 37 FPM. For easy securing of loads, it features a galvanized steel cable with a weighted hook that rotates 360 degrees. For safe use, this hook includes a safety latch. This hoist has a capacity of 1000 lbs and a lifting length of 90\'.', 850.00, NULL, NULL, 1009.00, 'Oz Lifting Products 1000lb Cable Builder Electric Rope Lift-92279.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-04 23:51:26', '2024-02-04 23:51:26'),
(3359, 'South Park: The Fractured But Whole', 'dyqaT08X8', 7, 'South Park: The Fractured But Whole for Xbox One\r\n\r\nMODEL: 887256015787', 9.00, NULL, NULL, 19.99, 'South Park: The Fractured But Whole-54785.jpeg', 'South Park: The Fractured But Whole-40886.jpeg', 'South Park: The Fractured But Whole-76692.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-04 23:51:39', '2024-02-04 23:51:39'),
(3360, 'GFW Pair Of Nyborg Scandinavian Style 2 Drawer Bedside Cabinet With Pine Wooden Legs, White. 30D x 40W x 56H cm', 'syhxZVm9A', 7, 'Brand GFW\r\nMaterial Engineered Wood, Oak\r\nFinish type Painted\r\nProduct dimensions 30D x 40W x 56H centimetres\r\nNumber of drawers 2\r\nColour White\r\nMODERN DRAWERS: Two Nyborg bed side tables. This Scandi-inspired unit makes a virtue out of simplicity. The classic cuboid cabinets form is just the right size to accommodate a lamp and a book or two, while the two handy drawers feature classic cut-out handles for simple yet effective operation.\r\nDESIGN: Retro style meets contemporary cool in these charming bedside tables. The simple two-drawer design with elegant mid-century-inspired pine wood accent legs make it the perfect choice for any modern interior, while the on-trend palette means there\'s a colour for every decor scheme.\r\nASSEMBLEY: To build your Simple Scandi styling combined with on-trend colourways delivers a truly versatile storage end table. All you need is 30 minutes and a screwdriver. Dimensions 30D x 40W x 56H cm.\r\nMULTIPLE USES: The bedside table can be used as a end table in the living room. The 2 drawers can store accessories, and the night stand bed table will help keep your bedroom organized. This versatile end table is an ideal small piece of furniture for the bedroom, living room, home, office, etc.\r\nGFW: From complete bedroom furniture set to individual lines our Bedroom collections cover on-trend muted pastels through to vibrant pops of colour. Bring your vision to life with GFW modern bedroom collections.', 50.00, NULL, NULL, 69.00, 'GFW Pair Of Nyborg Scandinavian Style 2 Drawer Bedside Cabinet With Pine Wooden Legs, White. 30D x 40W x 56H cm-19648.jpeg', 'GFW Pair Of Nyborg Scandinavian Style 2 Drawer Bedside Cabinet With Pine Wooden Legs, White. 30D x 40W x 56H cm-91445.jpeg', 'GFW Pair Of Nyborg Scandinavian Style 2 Drawer Bedside Cabinet With Pine Wooden Legs, White. 30D x 40W x 56H cm-22493.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-04 23:51:48', '2024-02-04 23:51:48'),
(3361, 'Yamaha 20hp - 300hp 4-stroke Outboard Motor Engine', '7D3hqhuoD', 15, 'We are distributors of all types of Outboard Motors/Boats such as Yamaha, Suzuki, Honda, Mercury, Evinrude and Tohatsu. and all kinds of spare parts \r\n\r\nWe have new and used outboard motors with all horsepower (HP) in store \r\n\r\n\r\nIt takes 3-7 days before delivery to your doorstep worldwide from our distribution factory (the tracking number once shipped). Comes with full shipping insurance and warranty. \r\n\r\nShipping begins the same day after payment has been made and confirmed.', 2300.00, NULL, NULL, 2890.00, 'Yamaha 20hp - 300hp 4-stroke Outboard Motor Engine-57410.jpeg', 'Yamaha 20hp - 300hp 4-stroke Outboard Motor Engine-31634.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-02-04 23:55:39', '2024-02-04 23:55:39'),
(3362, 'Monster Hunter: World', 'dPzZZa43f', 7, 'Monster Hunter: World for Xbox One\r\n\r\nMODEL: 013388550289', 9.00, NULL, NULL, 19.99, 'Monster Hunter: World-19454.jpeg', 'Monster Hunter: World-71222.jpeg', 'Monster Hunter: World-71114.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-04 23:59:44', '2024-02-04 23:59:44'),
(3363, 'Pink Le Pro 5qt. Tilthead Artisan Kitchenaid Mixer', 'WmqESChDI', 15, 'To purchase the product and send us a message via massage for more information.', 200.00, NULL, NULL, 310.00, 'Pink Le Pro 5qt. Tilthead Artisan Kitchenaid Mixer-90324.jpeg', 'Pink Le Pro 5qt. Tilthead Artisan Kitchenaid Mixer-91614.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-04 23:59:56', '2024-02-04 23:59:56'),
(3364, 'Metallic shelf', 'poPX8oQmM', 15, 'Measurements \r\nDepth 40 \r\nWidth: 90 centimeters \r\nHeight: 1 meter \r\n\r\nBrand New', 40.00, NULL, NULL, 65.99, 'Metallic shelf-72220.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 00:03:14', '2024-02-05 00:03:14'),
(3365, 'Sienna Shaggy Rug - Various starting at £9 (80 x 150cm)I’m', '0P8AMIr2k', 7, 'This Sienna Home crafted floor shaggy rug will add a luxurious exquisite look and soft warm touch, modernising your room. Comes in a tasteful choice of colours with matching highlights in the thick 5cm high twisted pile. With its non-shed qualities and stitched, folded and glued edges, this modern runner rug is soft, durable and long lasting, adding a vibrant colour to any room. Material backing means this is non-skid and makes for practical use. Available in a number of sizes and contemporary colours.\r\n\r\n80 cm x 150 cm (2\'6\" x 4\'9\")\r\n120 cm x 170 cm (3\'9\" x 5\'6\")\r\n160 cm x 230 cm (5\'2\" x 7\'6\")\r\n\r\nColour: Available in Navy, Forest Green, Charcoal, Silver Grey, Blush Pink or Ochre Yellow - with highlighted fibres for a sparkle glitter effect.\r\nMaterial: 100% Polyester.\r\nIncludes: 1 x rolled floor rug.\r\nBrand: Sienna Home Collection.', 7.00, NULL, NULL, 9.00, 'Sienna Shaggy Rug - Various starting at £9 (80 x 150cm)I’m-45634.jpeg', 'Sienna Shaggy Rug - Various starting at £9 (80 x 150cm)I’m-14295.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-05 00:05:15', '2024-02-05 00:05:15'),
(3366, 'Sheet Set', 'pmBbEI9Xj', 15, 'Sheet Set \r\nSizes: King, Full, Queen \r\nEach set includes: \r\n2 pillowcases \r\n1 sheet \r\n1 mattress liner', 29.99, NULL, NULL, 70.00, 'Sheet Set-22003.jpeg', 'Sheet Set-34996.jpeg', 'Sheet Set-66158.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 00:07:23', '2024-02-05 00:07:23'),
(3367, 'FORTO Rechargeable Flashlight', '4QNSfildB', 7, '【USB-C Rechargeable】FORTO flashlights equipped with an advanced LED technology,this powerful flashlight shines a bright and steady beam of light that can last for hours. The USB-C charging port provide convenience and durability. Rechargeable flashlight lasts up to 4-20 hours.High power flashlight rechargeable built in hiding USB charge port, can be charged with power bank.\r\n【Power Indication】The power indicator above brightest Flashlight helps you clearly understand the flashlight power.The blue LED lights above the bottom will illuminate and indicate the battery charge level. When fully charged, the indicator light will be on fully. When the light had working ON for more than 10 seconds, the next button press will turn the unit off directly.\r\n【4 Lighting Modes】Handheld flashlights have 4 Modes: High / Low / Area/ Spot High modes. Hold press button for 3s LED flashlight can come to spot high mode. Bright side light can be used as an ambient light, perfect for camping.\r\n【Focusing LED Tactical Flashlight】Twist the head for beam adjustable to select close illumination and focus light. Use the adjustable zoom to focus in on faraway objects or zoom out to light up a wide area. High lumens output, zoomable function and tactical design, you can rely on it in any situation.\r\n【Powerful and Malfunction】The FORTO rechargeable flashlight is a must-have for all your outdoor adventures, home emergencies, and security needs. It features a compact size that fits easily in your backpack. Whether you\'re camping, hiking, fishing, or simply need a reliable handheld flashlight for your home or car, this flash light is the perfect tool for the job, you could use this flashlights in rain or snow day.', 19.99, NULL, NULL, 29.99, 'FORTO Rechargeable Flashlight-76559.jpeg', 'FORTO Rechargeable Flashlight-96497.jpeg', 'FORTO Rechargeable Flashlight-28254.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-05 00:09:51', '2024-02-05 00:09:51'),
(3368, 'Game Cases 3,2,1', 'Acc0LkRox', 15, 'The set includes: \r\n3 expandex covers for games 3,2,1 \r\n4 cushion linings', 63.40, NULL, NULL, 78.00, 'Game Cases 3,2,1-62390.jpeg', 'Game Cases 3,2,1-89764.jpeg', 'Game Cases 3,2,1-12534.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 00:12:19', '2024-02-05 00:12:19'),
(3369, 'Sewing machine', '8PtmIgcWp', 15, 'Industrial machine, frog, singer brand, in good condition', 325.00, NULL, NULL, 410.00, 'Sewing machine-26841.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 00:19:01', '2024-02-05 00:19:01'),
(3370, 'Vacuum Sealer Machine', 'mOsREk6nR', 7, '【7 Modes &Variable Modes】- Sealing Choice (Dry/Moist /Liquid ), Vacuum Pressure (Strong/Soft), Vac & Seal, Manual Seal, Container, Marinate, Pulse. Use dry / wet / liquid function mode to adapt to different food state on the vacuum preservation, to achieve the best preservation effect. Pulse mode-for fragile foods, you can stop the vacuum at any time depending on the condition of the food. And with jar attachment external canister mode good for soup, salad,wine and so on.\r\n【Fully Automatic Operation & Easy Locking Handle】- 90Kpa high efficiency commercial vacuum sealer which can seal more than 200 times continuously in a short time. Built-in LED touch screen with a visual progress bar to show the process. seal a meal vacuum sealer machine has a patented handle system for easy locking of the lid. By simply pressing the lid with one hand instead of both, it easily locks and ensures a tight, consistent seal.\r\n【Double Heat Seal & 10X Longer Fresh Time】- This seal a meal vacuum sealer machine is double-heat seal provides added strength and security when sealing liquid-based or moist foods. vacuum saver machine provides a secure, airtight heat seal to keep food fresh up to 10 times longer. Well for prep-ahead meals, leftovers, and produce stored in the fridge to prevent freezer burn and food waste.\r\n【11.8 Inch Built-in Cutter & Bag Storage 】- This food vacuum sealer machine has a complete starter kit with bag storage that can be easily adapted to any brand of vacuum sealer bags. Equipped with a bag cutter to accommodate custom bag linear cut sealing.\r\n【What To Get & 5 Years Warranty】- This vacuum food machine comes with 2 rolls 28cm x 5m vacuum bag rolls + 1 pcs hose adaptor + 1 pcs extra lower gasket + 5 pcs Multi-functional pumping vacuum bags, 1 x Automatic vacuum sealer (15.7 x 7.4 x 3.9 inches). And we offer the vacuum sealer 5 years warranty; if you have any problem, please give us a chance to help you.', 100.99, NULL, NULL, 149.99, 'Vacuum Sealer Machine-32983.jpeg', 'Vacuum Sealer Machine-48180.jpeg', 'Vacuum Sealer Machine-96442.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-05 00:21:07', '2024-02-05 00:21:07'),
(3371, 'Up to 50% off furniture sale e.g. Estelle Dining Nest', 'gev5DZ8GM', 7, 'Want to save space but not compromise on style in your dining room? Our Estelle dining nest is the perfect solution for you! The four dining chairs neatly fit underneath the table when not in use so no space is wasted.\r\n\r\nUpholstered in a rich navy blue velvet with striking gold effect legs, this dining set is a really glamorous choice. The sturdy metal legs and tempered glass top, mean this dining table and chairs are built to last. Host a lavish dinner party or enjoy evening drinks with friends at this sleek number.\r\n\r\nFeatures\r\n\r\nAll 4 chairs nest neatly under the table for easy storage when not in use\r\nVelvet upholstered chairs\r\nTempered glass table top\r\nSturdy gold-effect metal legs', 185.00, NULL, NULL, 206.00, 'Up to 50% off furniture sale e.g. Estelle Dining Nest-76739.jpeg', 'Up to 50% off furniture sale e.g. Estelle Dining Nest-70302.jpeg', 'Up to 50% off furniture sale e.g. Estelle Dining Nest-20687.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-05 00:22:07', '2024-02-05 00:22:07'),
(3372, 'Pexmor Electric Bike For Adults, 350w', 'NQbYq3zQ7', 15, 'The seller did not include a description of the product', 250.00, NULL, NULL, 390.00, 'Pexmor Electric Bike For Adults, 350w-96319.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-05 00:23:35', '2024-02-05 00:23:35'),
(3373, 'The Motor Mixer', 'Rcy79gxC7', 7, 'Introducing \"The Motor Mixer,\" the innovative and fun way to mix your coffee or other beverages. This windup toy looks just like a miniature vintage outboard boat motor and is sure to bring a smile to your face every time you use it. The Motor Mixer is easy to use - simply wind it up and place it on the edge of your drink. The miniature propeller will quickly and efficiently mix your beverage to the perfect consistency. The compact and portable design makes it perfect for use at home, in the office, or on the go. With its charming vintage design and high-quality construction, The Motor Mixer is not only a functional kitchen tool but also a fun and quirky collectible. It makes a great gift for coffee lovers, boating enthusiasts, and anyone who appreciates unique and fun gadgets. So why settle for boring old stirrers when you can add a touch of whimsy and nostalgia to your coffee routine? Order The Motor Mixer today and experience the fun and convenience of this one-of-a-kind windup toy! We\'d like to remind our valued customers that this item is designed as a novelty product. It is crafted to resemble an outboard boat motor, adding a whimsical and fun element to your drink-stirring experience. Please note that this stirrer is not intended to froth coffee or perform functions beyond light stirring. It\'s perfect for adding a touch of joy and creativity to your beverages. Enjoy the novelty and happy stirring!', 10.99, NULL, NULL, 14.99, 'The Motor Mixer-53823.jpeg', 'The Motor Mixer-31541.jpeg', 'The Motor Mixer-24558.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-05 00:25:23', '2024-02-05 00:25:23'),
(3374, 'New Fast 45+mph 5000w 72v 48ah Long Range Electric E-bike Gh', 'gHSg9lzYo', 15, 'To purchase the product and send us a message via massage for more information.', 1500.00, NULL, NULL, 1750.00, 'New Fast 45+mph 5000w 72v 48ah Long Range Electric E-bike Gh-82488.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-05 00:26:49', '2024-02-05 00:26:49'),
(3375, 'PowerLocus Bluetooth Foldable Wireless Headphones Micro SD/TF, FM Radio & Wired mode, Built-in Microphones sold by Trep Store', '9eHgjgTx9', 10, 'Feel every instrument closer than ever before. Our sound is well balanced, yet allowing you to enjoy deep bass and extended treble. Our high-definition sound makes those bluetooth headphones preferred choice for any genre of music. Besides the huge playtime wireless mode provides - Wired, Micro SD card and FM radio mode are available. Micro SD card mode is up to 32GB.\r\n[Stable wireless connection] – Feel the freedom of quick and unbreakable connection to phones, tablets, laptops, pc, mp3/mp4 and more. Our over ear headphones with ergonomic design will help you enjoy wireless music up to 13m/36ft range. Roam free around without being chained to wires and be connected to two devices – multi-point wireless headphones.\r\n[Built-in Microphone, so you never miss a call] – Enjoy wireless hands-free calls anytime and anywhere with the built-in microphones. Excellent and durable design with buttons available, so you can easily control your sound, accept phone calls and reach out the voice assistant. Matt coloured surface contributes to the stylish outlook of the headphones making appearance even nicer.\r\n\r\nTechnical specifications:\r\n\r\nAudio drivers: 40mm\r\nMicrophone : CVC 6.0 Noise Cancelling\r\nBluetooth version: Bluetooth 5.0+EDR\r\nWireless Range :10M/33ft without any obstacles\r\nMusic Playback Time: 14-15 hours\r\nTalk Time: 14-15 hours\r\nCharging Time: 2.5hours\r\nCharging Port: USB\r\nWeight: 165g/0,36lb', 12.99, NULL, NULL, 15.99, 'PowerLocus Bluetooth Foldable Wireless Headphones Micro SD/TF, FM Radio & Wired mode, Built-in Microphones sold by Trep Store-99105.jpeg', 'PowerLocus Bluetooth Foldable Wireless Headphones Micro SD/TF, FM Radio & Wired mode, Built-in Microphones sold by Trep Store-75149.jpeg', 'PowerLocus Bluetooth Foldable Wireless Headphones Micro SD/TF, FM Radio & Wired mode, Built-in Microphones sold by Trep Store-46361.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-05 00:29:27', '2024-02-05 00:29:27'),
(3376, 'Super Universal Socket Tools', 'CREoN3Jdk', 7, '⚒【Valentines Day Gifts for Him Husband Boyfriend Dad,Grandpa and Handy Mans】This superb universal socket can be given as a gift to your loved one.The must have for stocking stuffers for men and women, tools gifts for dad,guy gifts for men,tech gadgets for men,crescent wrench,gifts for dad,gifts for him,gifts for husband,gifts for boyfriend,cool gadgets for men,mens gifts,gifts for dad who wants nothing,stock stuffers gift for men,cool gifts for dad from daughter/son/kids/wife.\r\n🛠【Gifts For Men Who Have Everything】: Universal socket can meet all your needs and can improve work efficiency. It makes for a unique practical gift on various occasions like Valentines Day, Fathers Day,Birthday,Christmas,Halloween,Thanksgiving,Anniversary gifts etc. Cool stuff super grip socket is a surprising gadget for mens stocking stuffers for christmas gifts,stocking stuffers for him adults,tool gifts for craftsmen,construction tools,toolbox widget,father,adult,stepdad,brother.\r\n🔩【Dad Gifts, One Size Fits Most Tools】 : Our universal socket features 54 durable metal pins and can self-adjust to any size from standard 1/4\" to 3/4\" and metric 7mm to 19mm.Universal Socket wrench adapter attachment for power drills and ratchet wrenches that instantly adjusts to grip hex nuts,hooks, eye and lag screws,bolt heads,and other various shape and size objects,kobalt tools,lug wrench,ratchet set.This is a cool gifts for men and family,helping him to get work done more easily,faster.\r\n🔧【Awesome Tool Gifts for Men & Dad】: The Super universal socket set unscrews any bolt, move to different types of fasteners without every changing sockets, allowing you easily to begin work. Made of chrome-vanadium alloy steel, polished and chrome-plated, does not change color, does not rust, is strong, durable and easy to carry. Stocking stuffer for men gifts ideas socket tool set is the unique third hand to complement your hard-working.\r\n🔨【Super Cool Tool Gifts For Men】: Universal socket attachment for power drills and ratchet wrenches that instantly adjusts to grip the hex nut, screw eye, hook, tension screw and bolt head, and other various shape and size objects. And it is easy to connect with most electric drills, electric screwdrivers, and manual socket. It is perfect for home improvement, construction, carpentry, auto repair, and other household maintenance.', 7.98, NULL, NULL, 19.99, 'Super Universal Socket Tools-47181.jpeg', 'Super Universal Socket Tools-55724.jpeg', 'Super Universal Socket Tools-18714.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-05 00:30:36', '2024-02-05 00:30:36'),
(3377, 'Defiant Fat Tire Folding Electric Bike', 'NglpNybIl', 15, 'To purchase the product and send us a message via massage for more information.', 550.00, NULL, NULL, 599.00, 'Defiant Fat Tire Folding Electric Bike-98580.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-05 00:31:05', '2024-02-05 00:31:05'),
(3378, 'Mission ZX-2 Standmount Speakers', 'g9ItVCAxS', 7, 'Standmount/Surround Speakers\r\nThe ZX Series is the latest in a long line of distinguished and revered Mission loudspeakers and joins more recent Award winning products. The ZX series represents the most technologically advanced loudspeakers in the Mission family, with a distinct ID that will complement the ﬁnest electronics and décor.\r\n\r\nMission ZX incorporates purpose designed bass driver cones, precision engineered motor systems, advanced treble units and more. As ever with Mission products; \'Music leads, Technology Follows\'. No compromise.\r\n\r\nNEW RING DOME TREBLE UNIT\r\nMission’s Ring Dome treble unit overcomes the problems inherent in conventional domes. With this technology the centre of the dome is ﬁxed and voice coil attached part of the way across the dome. The dome is formed into two rings, with the voice coil in the centre so that it can drive the dome more accurately and efﬁciently. The result is lower distortion and superior performance, at frequencies up to 30 kHz and beyond. Transient performance is dramatically improved, as is musical detailing, particularly of instrument overtones and harmonics.\r\n\r\nNEW DIADRIVE BASS/MIDRANGE UNIT\r\nMission’s DiaDrive bass unit has an advanced aluminium matrix cone and is now vented to remove trapped air behind the diaphragm, thus reducing resonance and allowing a clearer midrange performance to beyond 3kHz. In ZX the driver surround is covered by a vented cover which controls the spurious output from the diaphragm edge, again improving midrange clarity. Matching ‘serrations’ are built into the ﬂare of the slot port. High pressure airﬂow is streamlined from the port exit whilst the asymmetric design breaks up the \'chufﬁng\' distortion normally heard from circular ports.\r\n\r\nNEW CABINET / DRIVER BRACING SYSTEM\r\nMission ZX bass/midrange units now feature, as standard, over-size magnet systems to deliver the punch and transient attack that feature in modern recordings. To improve the mechanical integrity of these magnet systems, special bracing methods have been developed to ensure that the bass diaphragms respond accurately to the musical waveform. Bass output is now thrillingly dynamic with superior detailing and extension.', 350.00, NULL, NULL, 309.00, 'Mission ZX-2 Standmount Speakers-30415.jpeg', 'Mission ZX-2 Standmount Speakers-94597.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-05 00:35:31', '2024-02-05 00:35:31'),
(3379, '10-in-1 Laptop Keyboard Cleaner Cleaning Kit', '3STT4WhA8', 7, 'DEEP CLEAN YOUR DEVICE The electronics cleaner kit can effectively deep clean all your electronic devices such as mobile phones, tablets, TVs, etc. It comes with retractable large brush, polishing cleaning cloth X 2, keycap puller, metal pen tip, flocking sponge,thin soft brush, soft plastic lens cleaning pen, 5 replacing cloth , large cleaning microfiber cloth, recyclable spray 2ml. It\'s compact so you can keep one in a drawer, one in the car or in your bag\r\n【Keyboard Cleaning&Screen Cleaning】A retractable moderate soft and hard brush works on laptops and keyboards, while the mini high-density brush is great for deep cleaning between keys for cleaning between flatter keys on a laptop, the metal pin tip to gently remove any stains between keys and the hinge of your laptop. Premium cleaning kit provides all the tools you need to effectively clean fingerprints and other embedded dirt from keyboard surface\r\n【2023 Update Design】 Wipe with the 2mm thicken and widen polishing cloth designed at a right angle for better fitting the four screen corners of computers, leaves zero discoloration, zero streaks, and no fiber shedding on the screens. High-quality microfiber cloths are extremely soft as well as durable, Stop risk scratching your expensive new phone or laptop screen with a cheap screen cleaner set\r\n【Effectively Cleaning All Your Devices】 Soft brush and Soft plastic lens cleaning pen is especially designed for camera screen, lens and other delicate surfaces. 5 more cleaning cloth of it supplied for replacing. The flocking sponge is an excellent tool for cleaning headphones charging cases, while the metal pin tip and high-density brush are ideal for cleaning the sound outlet holes on earbuds. Keep your smartphone, camera lens, laptop, headphones and other electronic accessories clean\r\n【Easy to Use and Carry】Turn off and unplug your computer before cleaning. Tip the laptop over to remove larger debris from the keyboard, follow the cleaning kit’s manual. Wipe the screen gently in one direction, avoiding circles and excessive pressure. Use our dry microfiber cloth to polish the surface. The screen cleaner kit will easily be your new favorite tool when it comes to taking care of the things you love most because it’s super easy to use', 9.99, NULL, NULL, 11.99, '10-in-1 Laptop Keyboard Cleaner Cleaning Kit-15537.jpeg', '10-in-1 Laptop Keyboard Cleaner Cleaning Kit-75037.jpeg', '10-in-1 Laptop Keyboard Cleaner Cleaning Kit-83436.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-05 00:36:09', '2024-02-05 00:36:09'),
(3380, 'Mentos', 'HBwyV1uq0', 10, '4-Pack 150-Piece Mentos Clean Breath Sugar Free Hard Mint (Intense Peppermint)', 15.45, NULL, NULL, 34.32, 'Mentos-80225.jpeg', 'Mentos-22676.jpeg', 'Mentos-77904.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-05 00:47:21', '2024-02-05 00:47:21'),
(3381, 'Logitech G Saitek Pro Flight Instrument Panel Flight Simulator Dashboard, 3.5 Inch LCD Color Display, 15 Display Options, USB Connection, Modular - Black', 'J6Y0h2YvC', 7, 'Brand Logitech G\r\nModel name Heavy Equipment Bundle\r\nController type Yoke\r\nConnectivity technology USB\r\nColour Black\r\nNumber of buttons 14\r\nAdd another layer of realism to your setup thanks to the physical instruments, you can continue your flight even in bad weather to fly like a pro\r\nColorful LCD Screen A colorful 3.5-inch LCD screen that integrates seamlessly into your flight simulation software\r\nModular and interchangeable, Saitek devices can be adapted on top of each other or installed next to each other according to your preferred configuration.\r\nNavigate in Real Time - this control panel updates automatically, giving you accurate, real-time access to important device and flight information.\r\nCustomizable upgrade your cockpit room by room until you have all the components needed to create a simulation installation of choice\r\nCompatible with PC flight simulation programs, including FSX - Flight Simulator X, X-Plane 10 and Prepar3D. This item is not compatible with MAC\r\nSee less', 50.00, NULL, NULL, 98.00, 'Logitech G Saitek Pro Flight Instrument Panel Flight Simulator Dashboard, 3.5 Inch LCD Color Display, 15 Display Options, USB Connection, Modular - Black-68857.jpeg', 'Logitech G Saitek Pro Flight Instrument Panel Flight Simulator Dashboard, 3.5 Inch LCD Color Display, 15 Display Options, USB Connection, Modular - Black-74660.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-05 00:48:56', '2024-02-07 04:28:36'),
(3382, 'Terra Sweet Potato Vegetable Chips', 'LZmMXxMeM', 10, '5-Oz Terra Sweet Potato Vegetable Chips w/ Sea Salt $2.38 w/ S&S + Free Shipping', 2.38, NULL, NULL, 4.39, 'Terra Sweet Potato Vegetable Chips-36109.jpeg', 'Terra Sweet Potato Vegetable Chips-74720.jpeg', 'Terra Sweet Potato Vegetable Chips-50653.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-05 00:52:21', '2024-02-05 00:52:21'),
(3383, 'Native Instruments Maschine Mikro Mk3 USB MIDI controller 16 drum pads', 'D7ORIogTq', 7, 'Used. An item that has been previously used. The item may have some signs of cosmetic wear, but is fully operational and functions as intended. This item may be a floor model or an item that has been returned to the seller after a period of use. See the seller’s listing for full details and description of any imperfections. See all item conditions\r\nCondition details from seller\r\nVery good condition. Check description.\r\nQuantity\r\n1 available\r\nItem number\r\n186141553449\r\nNumber of Keys\r\n16\r\nBrand\r\nNative Instruments\r\nType\r\nPad Controller\r\nModel\r\nNative Instruments Maschine Mikro Mark 3\r\nMPN\r\nMASCHINEMIKROMK3\r\nFeatures\r\nRotary Encoders, Pad Triggers, Software Included, Security Lock Slot, Transport Controls\r\nEAN\r\n4042477257071\r\nCategory\r\nMusical Instruments & DJ Equipment > Pro Audio Equipment > MIDI Keyboards & Controllers', 95.34, NULL, NULL, 109.34, 'Native Instruments Maschine Mikro Mk3 USB MIDI controller 16 drum pads-62026.jpeg', 'Native Instruments Maschine Mikro Mk3 USB MIDI controller 16 drum pads-38371.jpeg', 'Native Instruments Maschine Mikro Mk3 USB MIDI controller 16 drum pads-96384.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-05 00:59:26', '2024-02-05 00:59:26'),
(3384, 'Oreo Mini Chocolate Sandwich Cookies', 'gQdQEpnAE', 10, '12-Pack 3.5-Oz Oreo Mini Chocolate Sandwich Cookies Go-Paks', 9.19, NULL, NULL, 15.00, 'Oreo Mini Chocolate Sandwich Cookies-87653.jpeg', 'Oreo Mini Chocolate Sandwich Cookies-69892.jpeg', 'Oreo Mini Chocolate Sandwich Cookies-98433.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-05 00:59:52', '2024-02-05 00:59:52'),
(3385, 'Black Portable Segway Ninebot S Smart Self-balancing', 's0USeY2Fj', 15, 'To purchase the product and send us a message via massage for more information.', 380.00, NULL, NULL, 497.00, 'Black Portable Segway Ninebot S Smart Self-balancing-68267.jpeg', 'Black Portable Segway Ninebot S Smart Self-balancing-94700.jpeg', 'Black Portable Segway Ninebot S Smart Self-balancing-51801.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-05 01:00:18', '2024-02-05 01:00:18'),
(3386, 'Hercules Guitar Stand HCLGS414BPLUS', 'azi5Dd6tz', 7, 'The HERCULES Guitar Stand GS414B features the Auto Grip System (AGS) yoke, the Comfort Grip and Specially Formulated Foam (SFF) rubber on all contact points.\r\n\r\nThe built-in Auto Grip System safely locks instrument in place.\r\nThe Comfort Grip with Locking Pin adjusts stand height quickly, easily and securely.\r\nSpecially Formulated Rubber Foam fully protects instrument at all contact points.', 19.00, NULL, NULL, 26.00, 'Hercules Guitar Stand HCLGS414BPLUS-23000.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-05 01:04:48', '2024-02-05 01:04:48'),
(3387, 'Bumble Bee White Flake Crabmeat in Water', '0Fgjtwvx7', 10, 'WHITE CRAB MEAT: flaky meat from the body of the crab. Drain water before use\r\nCANNED CRAB MEAT: will satisfy you and your family whenever you want a tasty and healthy protein packed ingredient; Great for your favorite seafood recipes including crab dips, crab cakes, crab rangoon and other hors d\'oeuvres\r\nQUALITY IN EVERY CAN: canned crab meat is a reliable carbohydrate-free keto food for those on a ketogenic (keto) and low carb diets. 1g carbs per serving\r\nCONVENIENT & VERSATILE: Enjoy great-tasting and protein-packed snack, healthy lunch or as part of any other meal\r\nBUMBLE BEE CRAB MEAT: Delicious canned crab meat is great mixed with mayonnaise and is a great alternative to canned fish for your favorite seafood recipes\r\nSUSTAINABLE SEAFOOD: Bumble Bee takes steps to ensure the responsible management of the fisheries all of our seafood products are sourced', 21.17, NULL, NULL, 35.28, 'Bumble Bee White Flake Crabmeat in Water-18533.jpeg', 'Bumble Bee White Flake Crabmeat in Water-80472.jpeg', 'Bumble Bee White Flake Crabmeat in Water-52803.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-05 01:05:32', '2024-02-05 01:05:32'),
(3388, '1200w 29.2ah Dual Batteries Engwe-ebike 26\'\' Fat Tire', 'nneltBLhJ', 15, 'To purchase this item contact us via email', 800.00, NULL, NULL, 890.00, '1200w 29.2ah Dual Batteries Engwe-ebike 26\'\' Fat Tire-77006.jpeg', '1200w 29.2ah Dual Batteries Engwe-ebike 26\'\' Fat Tire-41501.jpeg', '1200w 29.2ah Dual Batteries Engwe-ebike 26\'\' Fat Tire-18612.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-05 01:09:00', '2024-02-05 01:09:00'),
(3389, 'Blue Diamond almonds', 'ZQHK2NIpu', 10, 'Irresistible snacking\r\nSmart eating\r\nPeanut free\r\nTraditional Honey Roasted Flavor\r\nSmart Snacking | Irresistible Snacking!\r\nConsistent Quality\r\nBlue Diamond Honey Roasted Almonds honey-sweet flavor with a hint of salt taste downright decadent. Hint: For an unbeatable treat toss them on ice cream\r\nThere\'s a reason no other brand of almonds captures the flavor, freshness and crunch of Blue Diamond®. The secret is our oil roasting process that safeguards the freshness and keeps in the natural flavor of our premium almonds. Add the distinctive Smokehouse® flavor or the natural sweetness of honey for a special treat.\r\nScientific evidence suggests, but does not prove, that eating 1.5 ounces per day of most nuts such as almonds, as part of a diet low in saturated fat and cholesterol, may reduce the risk of heart disease. See nutritional information for fat content.', 6.70, NULL, NULL, 11.08, 'Blue Diamond almonds-49996.jpeg', 'Blue Diamond almonds-19720.jpeg', 'Blue Diamond almonds-56764.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-05 01:11:14', '2024-02-05 01:11:14'),
(3390, 'Crash Bandicoot 4: It\'s About Time', 'B0Msa7Bjj', 10, 'Crash Bandicoot 4: It\'s About Time Xbox Series X | S / Xbox One [Digital Code]', 19.79, NULL, NULL, 59.99, 'Crash Bandicoot 4: It\'s About Time-77519.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-05 01:23:50', '2024-02-05 01:23:50'),
(3391, 'Call of Duty: Modern Warfare Points', 'rvA8fFHTr', 10, 'Call of Duty: Modern Warfare Points will be accessible in Call of Duty: Modern Warfare once CP are made available in game. © 2019 Activision Publishing, Inc. ACTIVISION, CALL OF DUTY, and MODERN WARFARE are trademarks of Activision Publishing, Inc.\r\n*Based on SRP of four 500 CP bundles.', 17.99, NULL, NULL, 19.99, 'Call of Duty: Modern Warfare Points-25908.jpeg', NULL, NULL, 'Video games', 5.0, NULL, 1, '2024-02-05 01:31:51', '2024-02-05 01:31:51'),
(3392, 'Hisense 5S Series WF5S1245BW 12kg Washing Machine 1400 spin A energy wifi', 'l64TjwZE0', 7, 'Product code: WF5S1245BW\r\nCapacity (kg) - 12\r\nSteam - 99.9% Allergens removed\r\nConnected LIfe - WIFI enable device\r\n19 Programmes\r\nProduct Dimensions (HxWxD) (mm) - 845 x 595 x 640 (depth excludes knobs and door)\r\nWarranty - 2 years parts and labour', 350.10, NULL, NULL, 422.10, 'Hisense 5S Series WF5S1245BW 12kg Washing Machine 1400 spin A energy wifi-96601.jpeg', 'Hisense 5S Series WF5S1245BW 12kg Washing Machine 1400 spin A energy wifi-58401.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-05 01:33:24', '2024-02-05 01:33:24'),
(3393, 'Grand Theft Auto V', 'G2ATjq7z2', 10, 'Grand Theft Auto V: Premium Online Edition [Online Game Code]', 23.99, NULL, NULL, 29.98, 'Grand Theft Auto V-10826.jpeg', 'Grand Theft Auto V-20630.jpeg', 'Grand Theft Auto V-41397.png', 'Video games', 4.0, NULL, 1, '2024-02-05 01:38:59', '2024-02-05 01:38:59'),
(3394, 'Ultra Potent Brightening Serum For Dark Spots & Uneven Skin Tone', 'QGkfW6WNG', 14, 'With a unique formulation that includes Synovea® HR, Kojic Acid, Azelaic Acid, Lactic Acid, Salicylic Acid and Vitamin C, Admire my Skin Brightening Serum outperforms other dark spot correctors and creams on the market.', 24.99, NULL, NULL, 46.09, 'Ultra Potent Brightening Serum For Dark Spots & Uneven Skin Tone-87761.jpeg', 'Ultra Potent Brightening Serum For Dark Spots & Uneven Skin Tone-61332.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 01:42:32', '2024-02-05 01:42:32'),
(3395, 'The Skywalker Saga', 'iJgEYBypo', 10, 'Includes full game and 13 Downloadable Character Packs.\r\n\r\nPlay through all 9 films of the saga and choose from over 400 characters from Andor, Book of Boba Fett, The Clone Wars, Rebels and more!', 45.99, NULL, NULL, 69.99, 'The Skywalker Saga-12734.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-05 01:42:54', '2024-02-05 01:42:54'),
(3396, 'Suicide Squad', 'NJOzITzWf', 10, 'Suicide Squad: Kill the Justice League - Standard Edition Xbox Series X|S [Digital Code]', 49.99, NULL, NULL, 69.99, 'Suicide Squad-42183.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-05 01:48:27', '2024-02-05 01:48:27'),
(3397, 'HYDRO-SOFTENING LOTION', 'XxuJFTE6G', 14, 'A balancing, softening lotion that instantly hydrates skin to eliminate roughness and dryness, while refining texture to reduce the look of pores. For normal to dry skin types.', 125.00, NULL, NULL, 178.89, 'HYDRO-SOFTENING LOTION-50665.jpeg', 'HYDRO-SOFTENING LOTION-18507.jpeg', 'HYDRO-SOFTENING LOTION-21646.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 01:53:07', '2024-02-05 01:53:07'),
(3398, 'Call of Duty', '3nKIKrSUU', 10, 'Call of Duty: Modern Warfare II - PS5\r\n\r\nMODEL: 047875103528', 39.00, NULL, NULL, 69.99, 'Call of Duty-41997.jpeg', 'Call of Duty-69340.jpeg', 'Call of Duty-84347.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-05 01:53:09', '2024-02-05 01:53:09'),
(3399, 'Sage The Barista Pro SES878BSS Coffee Espresso Machine Brushed Stainless Steel', '9AYUTckKS', 7, 'A used item in good condition. There will be cosmetic scratches, dents and scuffs on its casing, but works perfectly. There will be watermarks and coffee residue from the refurbishment process. See pictures for examples of scratches, scuffs and dents that may be present on the item. Please note that these will differ on each item. Stock images have been used to show this item.', 377.77, NULL, NULL, 414.99, 'Sage The Barista Pro SES878BSS Coffee Espresso Machine Brushed Stainless Steel-62248.jpeg', 'Sage The Barista Pro SES878BSS Coffee Espresso Machine Brushed Stainless Steel-30692.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-05 01:53:55', '2024-02-05 01:53:55'),
(3400, 'Forza Motorsport', 'iRiX2qY3h', 10, 'Forza Motorsport Standard Edition for Xbox Series X\r\n\r\nMODEL: 196388160112', 30.99, NULL, NULL, 60.99, 'Forza Motorsport-13488.jpeg', NULL, NULL, 'Toys and games', 5.0, NULL, 1, '2024-02-05 01:56:43', '2024-02-05 01:56:43');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3401, 'De peau', 'QDrmtoiQ5', 14, 'An exquisite, age-defying night cream complimented by focused treatments for radiant, youthful-looking skin, featuring a full-sized cult-favorite, La Crème.', 560.00, NULL, NULL, 588.00, 'De peau-79439.jpeg', 'De peau-21958.jpeg', 'De peau-92939.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 01:59:33', '2024-02-05 01:59:33'),
(3402, 'Cargador Arrancador 40 Amp 12-24v 110v Century', 'ux2buOYhv', 15, 'El cargador arrancador Century de 40 amperios es una herramienta potente y versátil para cargar y arrancar baterías de 12 y 24 voltios. Con su capacidad de carga rápida y su función de arranque de emergencia, este cargador te ayudará a revivir baterías descargadas y mantener tus vehículos y equipos eléctricos en pleno funcionamiento. Además, su diseño compacto y portátil lo hace ideal para llevarlo contigo en tus aventuras automotrices. ¡Con el cargador arrancador Century, nunca te quedarás sin energía', 127.80, NULL, NULL, 138.99, 'Cargador Arrancador 40 Amp 12-24v 110v Century-74797.jpeg', 'Cargador Arrancador 40 Amp 12-24v 110v Century-55704.jpeg', 'Cargador Arrancador 40 Amp 12-24v 110v Century-19854.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-05 02:00:39', '2024-02-05 02:00:39'),
(3403, 'Fallout 76', 'Dsmf5F9Yv', 10, 'Fallout 76 for PS4\r\n\r\nMODEL: 093155173057', 4.99, NULL, NULL, 39.99, 'Fallout 76-57596.jpeg', 'Fallout 76-96916.jpeg', 'Fallout 76-72093.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-05 02:01:22', '2024-02-05 02:01:22'),
(3404, 'Kit Valvula Cierre Ch De 3/8 Pulgada Campbell Automotriz Her', 'FngULPIuT', 15, 'El kit de válvula de cierre de 3/8 pulgadas Campbell es una herramienta automotriz esencial. Esta válvula te permite controlar y cerrar el flujo de líquidos en tu vehículo de manera segura y eficiente. Ya sea para realizar reparaciones o mantenimiento, este kit te brinda la confianza de que puedes detener el flujo cuando sea necesario. ¡Es una adición práctica a tu caja de herramientas automotrices!', 14.30, NULL, NULL, 15.80, 'Kit Valvula Cierre Ch De 3/8 Pulgada Campbell Automotriz Her-53591.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-05 02:02:10', '2024-02-05 02:02:10'),
(3406, 'Josie Maran Argan Sun Milk SPF 33 & Body Butter SPF 45 Protection Set', 'Bt7XqPDbW', 14, 'Josie Maran Argan Sun Milk SPF 33 is a silky smooth, ultra-lightweight sunscreen that blends the hydrating technology of Argan milk with the antioxidant Kakadu plum. Throw in signature Argan oil and you\'ve got a sheer broad spectrum mineral sunscreen that leaves skin dewy, protected, and glowing. Perfect as an everyday multitasking SPF, use as a light moisturizer or under foundation as a hydrating primer.\r\n\r\nPlus, Eejoy Josie\'s Whipped Argan Oil SPF 45. This mineral-based SPF body treatment helps to deliver all of the hydrating daily nourishment of Whipped Argan Oil Body Butter plus the protection of full spectrum UVA/UVB protection. This product does not contain octinoxate and oxybenzone, recognized to be harmful to coral reefs.', 60.98, NULL, NULL, 67.88, 'Josie Maran Argan Sun Milk SPF 33 & Body Butter SPF 45 Protection Set-68793.jpeg', 'Josie Maran Argan Sun Milk SPF 33 & Body Butter SPF 45 Protection Set-19521.jpeg', 'Josie Maran Argan Sun Milk SPF 33 & Body Butter SPF 45 Protection Set-64431.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-05 02:03:23', '2024-02-05 02:03:23'),
(3410, 'Demon\'s Souls', 'TPEnDeyys', 10, 'Demon\'s Souls for PS5\r\n\r\nMODEL: 711719541134 MPN: 3005730', 29.00, NULL, NULL, 69.99, 'Demon\'s Souls-17292.jpeg', 'Demon\'s Souls-61667.jpeg', 'Demon\'s Souls-74108.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-05 02:05:44', '2024-02-05 02:05:44'),
(3413, 'MAXBLAST Industrial Vacuum Cleaner Wet & Dry & Attachments Commercial Cleaning Stainless Steel (80 Litre)', '6eODSmEOr', 7, 'Brand MAXBLAST\r\nSpecial feature Bagless\r\nFilter type Cloth\r\nSurface recommendation Dual Action\r\nPower source Corded Electric\r\nVoltage 230 Volts\r\nHigh-Performance Cleaning: The MAXBLAST 80L Wet & Dry Industrial Vacuum Cleaner is equipped with a powerful 3000W triple motor, making it ideal for professional cleaning tasks on a large scale. It effortlessly handles dirt, dust, pet hair, and spillages on hard floors or carpets.\r\nVersatile Cleaning Options: This vacuum cleaner offers an impressive 80-litre collection capacity and can be used for both wet and dry cleaning purposes. Whether dealing with liquid spills or dry debris, its functionality remains unmatched, providing comprehensive cleaning solutions.\r\nEfficient Filtration System: Featuring a cloth filter, this vacuum cleaner effectively captures dirt, dust, and hair, ensuring thorough cleaning results. The included 1.5m hose and three attachments enable cleaning in different areas, making it adaptable to various cleaning challenges.\r\nConvenient and Maneuverable: With a 9m power cable, this vacuum cleaner allows you to reach large and small rooms effortlessly. Its tilting hinge facilitates easy emptying after cleaning sessions. Equipped with a full handlebar and caster wheels, it is highly portable, allowing you to move it with ease.\r\nComprehensive Accessory Set: The vacuum cleaner comes with three specialized attachments: a floor tool for both dry and wet cleaning on carpets or hard floors, a bristle attachment for windows and tables, and a crevice nozzle for tight corners and crevices. This ensures every nook and cranny is thoroughly cleaned for professional-quality results.', 300.99, NULL, NULL, 359.99, 'MAXBLAST Industrial Vacuum Cleaner Wet & Dry & Attachments Commercial Cleaning Stainless Steel (80 Litre)-22622.jpeg', 'MAXBLAST Industrial Vacuum Cleaner Wet & Dry & Attachments Commercial Cleaning Stainless Steel (80 Litre)-22074.jpeg', 'MAXBLAST Industrial Vacuum Cleaner Wet & Dry & Attachments Commercial Cleaning Stainless Steel (80 Litre)-12798.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-05 02:07:56', '2024-02-05 02:07:56'),
(3414, 'Cargador De Batería Automotriz 5 Amp 12v', 'OTP44M4OD', 15, 'El cargador de batería automotriz de 5 amperios y 12 voltios es perfecto para mantener tus baterías de automóvil cargadas y listas para usar. Con su capacidad de carga lenta y constante, este cargador es ideal para mantener la salud de la batería y prolongar su vida útil. ¡Nunca más te quedarás sin batería en tu auto', 65.00, NULL, NULL, 69.65, 'Cargador De Batería Automotriz 5 Amp 12v-63956.jpeg', 'Cargador De Batería Automotriz 5 Amp 12v-95888.jpeg', 'Cargador De Batería Automotriz 5 Amp 12v-48985.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-05 02:21:56', '2024-02-05 02:21:56'),
(3415, 'Escaner Automotriz Vag V23.3.1 Vw Audi Skod Ultima Versión', 'tj588hPgW', 15, 'El escáner automotriz VAG V23.3.1 es la última versión y es compatible con vehículos Volkswagen, Audi y Skoda. Con este escáner, puedes diagnosticar y solucionar problemas en el sistema electrónico de tu automóvil de manera rápida y precisa. ¡Es una herramienta imprescindible para los amantes de los autos y la mecánica!', 99.00, NULL, NULL, 112.00, 'Escaner Automotriz Vag V23.3.1 Vw Audi Skod Ultima Versión-73659.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-05 02:25:10', '2024-02-05 02:25:10'),
(3416, 'Vitamin C + Peptide 24 SPF MOISTURIZER', 'fKeqNOiax', 14, 'Boost your brightness and glow with our Olay Regenerist Vitamin C + Peptide 24 Moisturizer with SPF 30. This glow-boosting moisturizer delivers SPF 30 protection with a convenient pump. Citrus-scented and lightweight, this smooth cream formula melts into your skin with no heavy or greasy residue. It\'s crafted with Vitamin C, Peptides and Sunscreen Actives, so you\'ll see visibly brighter and hydrated skin that\'s also protected from the sun. To use, smooth evenly over your cleansed face in the morning to protect your radiant skin. You will instantly improve skin\'s hydration and get SPF30 sun protection. In 1 week, you will have skin that looks firmer, with a radiant glow. With continued use, it will help fight signs of aging caused by the sun with powerful UVA/UVB protection.', 29.99, NULL, NULL, 34.00, 'Vitamin C + Peptide 24 SPF MOISTURIZER-14795.jpeg', 'Vitamin C + Peptide 24 SPF MOISTURIZER-96708.jpeg', 'Vitamin C + Peptide 24 SPF MOISTURIZER-31167.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 02:30:06', '2024-02-05 02:30:06'),
(3417, 'Regenerist Micro-Sculpting Cream Moisturizer', 'kl6YSbHLG', 14, 'Regenerist Micro-Sculpting Cream Moisturizer', 27.49, NULL, NULL, 29.00, 'Regenerist Micro-Sculpting Cream Moisturizer-16533.jpeg', 'Regenerist Micro-Sculpting Cream Moisturizer-91848.jpeg', 'Regenerist Micro-Sculpting Cream Moisturizer-18496.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 02:37:17', '2024-02-05 02:37:17'),
(3418, 'Kiera Cass Selection: The Selection 5-Book Box Set (Paperback)', 'vypnKYVWu', 14, 'Kiera Cass is an amazing author known for her captivating series called \"The Selection.\" The series is a five-book box set that follows the story of a young girl named America Singer as she navigates a competition to win the heart of a prince. It\'s a thrilling blend of romance, drama, and a touch of dystopia. If you\'re into love stories with a twist, this series is definitely worth checking out.', 24.10, NULL, NULL, 31.47, 'Kiera Cass Selection: The Selection 5-Book Box Set (Paperback)-80257.jpeg', 'Kiera Cass Selection: The Selection 5-Book Box Set (Paperback)-35003.jpeg', 'Kiera Cass Selection: The Selection 5-Book Box Set (Paperback)-30787.jpeg', 'Books', 4.5, NULL, 1, '2024-02-05 02:39:47', '2024-02-05 02:39:47'),
(3419, 'S E Hinton The Outsiders', '1HAVeYYfF', 14, 'S.E. Hinton is an incredible author known for her classic novel \"The Outsiders.\" Set in the 1960s, it tells the story of two rival gangs, the Greasers and the Socs, and explores themes of friendship, loyalty, and the struggles of adolescence. It\'s a powerful coming-of-age story that has resonated with readers for decades. If you\'re into gripping tales of teenage rebellion and camaraderie, \"The Outsiders\" is a must-read!', 5.98, NULL, NULL, 8.99, 'S E Hinton The Outsiders-27993.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-05 02:42:28', '2024-02-05 02:42:28'),
(3420, 'Jaclyn Smith Stretch Knit Tweed Jacket', 'wi8M9E9M5', 14, 'Jaclyn Smith Stretch Knit Tweed Jacket\r\nA crowd-pleaser with its trendy texture and cool pockets, this short, classic everyday jacket has the power to elevate even the most casual outfits. Sitting right at the hip, the button-front topper keeps your look classy and a little sharper and sleeker than your typical outerwear. Pair this durable yet soft-to-the-touch tweed jacket with dark denim for a rustic yet refined autumn look, or layer it over a floral sundress for a chic spring or summer ensemble.', 69.95, NULL, NULL, 73.08, 'Jaclyn Smith Stretch Knit Tweed Jacket-61479.jpeg', 'Jaclyn Smith Stretch Knit Tweed Jacket-43311.jpeg', 'Jaclyn Smith Stretch Knit Tweed Jacket-39234.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 02:44:00', '2024-02-05 02:44:00'),
(3421, 'Call of Duty Vanguard', 'eMiqq9ERl', 10, 'Call of Duty Vanguard for PS4\r\n\r\nMODEL: 047875102460', 29.00, NULL, NULL, 59.99, 'Call of Duty Vanguard-83256.jpeg', 'Call of Duty Vanguard-91865.jpeg', 'Call of Duty Vanguard-78438.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-05 02:44:32', '2024-02-05 02:44:32'),
(3422, 'Chloe Walsh Boys of Tommen: Keeping 13 (Paperback)', 'Bm1i8cc6o', 14, 'Chloe Walsh is an amazing author who wrote the book \"Boys of Tommen: Keeping 13.\" It\'s a gripping and emotional story that follows the lives of a group of boys who are part of a gang called Tommen. The book delves into their struggles, friendships, and the challenges they face in their lives. If you enjoy stories with depth and heart, \"Boys of Tommen: Keeping 13\" is definitely worth checking out', 11.24, NULL, NULL, 14.45, 'Chloe Walsh Boys of Tommen: Keeping 13 (Paperback)-45696.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-05 02:46:24', '2024-02-05 02:46:24'),
(3423, 'Liz Cheney Oath and Honor : A Memoir and a Warning (Hardcover)', 'hRvB6U3Di', 14, 'Liz Cheney is a prominent figure in American politics and she recently released a memoir called \"Oath and Honor: A Memoir and a Warning.\" In this book, Liz Cheney shares her personal experiences and insights into the political landscape, offering a unique perspective on the importance of upholding principles and values. It\'s a thought-provoking read that provides a glimpse into the world of politics and the challenges faced by those in positions of power. If you\'re interested in politics and personal narratives, this memoir might be right up your alley!', 21.35, NULL, NULL, 25.35, 'Liz Cheney Oath and Honor : A Memoir and a Warning (Hardcover)-77574.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-05 02:50:20', '2024-02-05 02:50:20'),
(3424, 'Kate Spade New York  Pitter Patter Smooth Leather 3-D Heart Crossbody', 'tDUjeAzu5', 14, 'Redefine your flawless, cute, and pretty glance with the Kate Spade New York® Pitter Patter Smooth Leather 3-D Heart Crossbody. It is designed with a zippered closure, one main compartment, and one top handle. The removable and adjustable crossbody strap adds some relaxation to your shoulders.', 438.00, NULL, NULL, 488.00, 'Kate Spade New York  Pitter Patter Smooth Leather 3-D Heart Crossbody-64807.jpeg', 'Kate Spade New York  Pitter Patter Smooth Leather 3-D Heart Crossbody-71759.jpeg', NULL, 'Accessories', 5.0, NULL, 1, '2024-02-05 02:51:24', '2024-02-05 02:51:24'),
(3425, 'Reba McEntire Not That Fancy: Simple Lessons on Living, Loving, Eating, and Dusting Off Your Boots (Hardcover)', 'eQGldNYHV', 14, 'Reba McEntire is an amazing country music artist, and she wrote a book called \"Not That Fancy: Simple Lessons on Living, Loving, Eating, and Dusting Off Your Boots.\" In this book, Reba shares her wisdom and experiences, offering advice on various aspects of life, love, and even some practical tips. If you\'re a fan of Reba McEntire or enjoy books that provide insights and inspiration, \"Not That Fancy\" might be a great read for you!', 24.48, NULL, NULL, 34.99, 'Reba McEntire Not That Fancy: Simple Lessons on Living, Loving, Eating, and Dusting Off Your Boots (Hardcover)-42377.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-05 02:56:13', '2024-02-05 02:56:13'),
(3426, 'Sleep Headphones Bluetooth', '8QhieUgzy', 10, '【👍 Best Sleep Headphones with Superior HD Stereo Sound♪】 Our this model of sleep headphone is the latest and unique one in the market! 👉 Features latest V5.2 technology and states of the components that produce incredible sound quality with deep bass and crystal clear treble. The sleep mask earbuds/headphones pair with any smartphone or tablet devices quicker & easier within 33 feet.\r\n【🎧 1~2 Hours Quick Charge for 14 Hours Playing】 Built-in upgraded powerful bettery chip, MUSICOZY sleep mask only needs to be charged for 1~2 hours, the talk time/music playback time can reach 14 hours, enough to support the whole night. If you fall asleep with it on and the battery runs down, this eyemask won\'t beeps to wakes you up, you will have a very good sleeping.\r\n【🌴 Cool, Comfortable and 100% No Pressure on Your Eyes】 The sleep mask is made of premuim memory foam with smooth ice silk lining. Lightweight and Skin-friendly, breathable cool fabric let you release your facial stress and help you get into sleep rapidly. No more bulky mask, you could hardly feel that you are wearing anything when you fall asleep. Wakeup refreshed and energized!\r\n【🚀 Sleep Anywhere Anytime with Wireless Sleep Mask】 The central panel and ultra thin sleeping headphones with silicone cover are very friendly to the side sleepers. You won\'t feel any hard panels and earphones, but soft fabrics. Noise-canceling works well in noisy environments, especially in public transit, noisy neighbors, snoring mate, etc. Perfect eye mask headphones for Air Travel, Car travel, Yoga, Noontime Snooze, Audio Books, Meditation Kids\' Bedtime Reading.', 23.99, NULL, NULL, 39.99, 'Sleep Headphones Bluetooth-27752.jpeg', 'Sleep Headphones Bluetooth-20291.jpeg', 'Sleep Headphones Bluetooth-31481.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-05 02:59:42', '2024-02-05 02:59:42'),
(3427, 'Kojem 48\" Snow Plow Blade Universal Adjustable Complete for ATV Honda Kawasaki Polaris Aeon Crossland Arctic-Cat Alterra ATV Plow Kit Steel White', 'TY4FYMXgG', 14, 'The Kojem 48\" Snow Plow Blade is a universal and adjustable snow plow blade designed for ATVs like Honda, Kawasaki, Polaris, Aeon Crossland, Arctic-Cat, and Alterra. It\'s made of durable steel and comes in a sleek white color. This snow plow blade is perfect for clearing snow and making winter maintenance easier. If you need to tackle snow removal with your ATV, the Kojem 48\" Snow Plow Blade might be just what you\'re looking for!', 280.55, NULL, NULL, 400.15, 'Kojem 48\" Snow Plow Blade Universal Adjustable Complete for ATV Honda Kawasaki Polaris Aeon Crossland Arctic-Cat Alterra ATV Plow Kit Steel White-96129.jpeg', 'Kojem 48\" Snow Plow Blade Universal Adjustable Complete for ATV Honda Kawasaki Polaris Aeon Crossland Arctic-Cat Alterra ATV Plow Kit Steel White-43419.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-05 03:04:10', '2024-02-05 03:04:10'),
(3428, 'MICHAEL Michael Kors®', 'LSpcTOZQo', 14, 'Take on your casual day in a classic and chic style carrying the MICHAEL Michael Kors® Voyager East West Tote.', 258.00, NULL, NULL, 301.00, 'MICHAEL Michael Kors®-11323.jpeg', 'MICHAEL Michael Kors®-87492.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-05 03:05:59', '2024-02-05 03:05:59'),
(3429, 'Electric Mason Jar Vacuum Sealer', 'YLWjIrycq', 10, '【All-in-One Vacuum Sealing】 Our vacuum machine does not have any spare parts, just press and hold to start to activate the vacuum mode, which can free both hands. The mason jar vacuum sealer kit is equipped with an electric vacuum sealing machine, 5 * wide mouth Mason can caps, and 5 * standard mouth Mason can caps (Mason bottle caps can be reused), 1 * Type-C cable, 1 * bottle cap opener, and 1 * user manual.A\r\n【Portable Mason Jar Vacuum Sealer】The Mason jar sealing machine adopts a portable design, changing the weight of previous bulky sealing machines. It requires minimal space and provides effortless portability. Easy to operate, hands free, and saves time for busy family chefs. It allows you to carry it with you during travel or picnics, making it easier to keep it fresh and sealed.\r\n【Rechargeable & High Capacity】This Electric Mason Jar Vacuum Sealer adopts a fully electric upgrade mode, equipped with a high capacity battery, wireless electric, and easy vacuum sealing. Equipped with Type-C charging cable, it can provide convenient charging. Equipped with a built-in LED large screen, it ensures clear and visible battery status and working time. It is the perfect companion for outdoor activities such as travel, camping, or picnics.\r\n【Keep Food Fresh】The Snuuoby Mason Jar vacuum sealing machine is made of high-density ABS plastic. Create a vacuum environment for your food, which can quickly eliminate the air in the jar, block the air, and preserve the quality of your food, leading to food odor.\r\n【Warm Tips】To ensure a good seal, do not overfill the Mason jars with liquid food and make sure the lids are dry. Too much liquid will cause too little difference in air pressure between the inside and outside of the jar, resulting in a failure to seal properly.', 27.99, NULL, NULL, 26.99, 'Electric Mason Jar Vacuum Sealer-41039.jpeg', 'Electric Mason Jar Vacuum Sealer-79515.jpeg', 'Electric Mason Jar Vacuum Sealer-29124.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-05 03:09:47', '2024-02-05 03:09:47'),
(3430, 'VTOMAN V1500 1500A Jump Starter Power Bank - 12V Car Battery Booster, Portable Car Jump Starter Mid Intelligent Jump Lead, Suitable for 6.0L Petrol and 4L Diesel', '3iD2pCgMg', 14, '【1500A Peak Powerful Jump Starter 】Equipped with 1500A Peak current, portable car jump starter can can easily start a 12V car up to 30 times (up to 6L gas or 4L diesel) in seconds. Battery jump starter is suitable for car, truck, motorcycle, boat, RV or tractor,etc. \r\n\r\n【Portable Battery Car Charger Jump Starters】Portable auto jump box is equipped with a USB-C Input(5V-3A), USB-A Output 1/2(5V-2.4A) to charge your phone, GPS, camera, tablet or other compatible electronic device. \r\n\r\n【Ultra Safe & Waterproof Battery Booster】The smart car jump starter cables has built-in 10 advanced protection technologies to free your worries of incorrect connections or sparks. Also this jump starter battery pack has rubber cover over each port for waterproof and protection.\r\n\r\n【3 LED Flashlight Modes】Flash light, Strobe light, SOS Light. VTOMAN auto booster battery pack jump box is great for emergencies, camping, outdoors, indoors, travel, etc.\r\n\r\n【Comes with Heavy-Duty Clamp Cables】Updated car jump starters with extended length to reach varied battery terminals, bolder cable for better conductivity, larger opening range for ease of use.\r\n\r\nWhat You Get:\r\n1 x Jump starter\r\n1 x Smart jumper clamp\r\n1 x Type-C USB Cable\r\n1 x Carry Bag\r\n1 x User Manual\r\n1 x 18 months warranty\r\n\r\nSafety Rating  UL2743 / CE / FCC / RoHs', 41.99, NULL, NULL, 119.99, 'VTOMAN V1500 1500A Jump Starter Power Bank - 12V Car Battery Booster, Portable Car Jump Starter Mid Intelligent Jump Lead, Suitable for 6.0L Petrol and 4L Diesel-32688.jpeg', 'VTOMAN V1500 1500A Jump Starter Power Bank - 12V Car Battery Booster, Portable Car Jump Starter Mid Intelligent Jump Lead, Suitable for 6.0L Petrol and 4L Diesel-74863.jpeg', 'VTOMAN V1500 1500A Jump Starter Power Bank - 12V Car Battery Booster, Portable Car Jump Starter Mid Intelligent Jump Lead, Suitable for 6.0L Petrol and 4L Diesel-28346.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-05 03:10:13', '2024-02-05 03:10:13'),
(3431, 'EYUAN Desk with Drawers Industrial Black 120x55x75 cm Steel,Standing Desk,Computer Desk,Gaming Desk', 'eim3iBReH', 7, 'Brand ZEYUAN\r\nShape Rectangular\r\nThis desk, with distinctive industrial charm, will be a distinctive addition to your home and office.\r\nWith 3 drawers, this workstation allows you to neatly sort your books and files into different categories.\r\nIt will suit any home and office decor thanks to its iconic design.\r\nThis desk is made of premium steel, making it durable as well as easy to clean.\r\nAssembly is easy.\r\nDescription\r\nThis desk, with distinctive industrial charm, will be a distinctive addition to your home and office. With 3 drawers, this workstation allows you to neatly sort your books and files into different categories. It will suit any home and office decor thanks to its iconic design. This desk is made of premium steel, making it durable as well as easy to clean. Assembly is easy.\r\n\r\nColour: Black\r\nMaterial: Steel\r\nDimensions: 120 x 55 x 75 cm (L x W x H)\r\nWith 3 smoothly sliding drawers\r\nWARNING: In order to overturning, this product must be used with the wall attachment device provided\r\nLegal Documents:\r\nMore details about ing your furniture from tipping over can be found here', 295.42, NULL, NULL, 317.42, 'EYUAN Desk with Drawers Industrial Black 120x55x75 cm Steel,Standing Desk,Computer Desk,Gaming Desk-25415.jpeg', 'EYUAN Desk with Drawers Industrial Black 120x55x75 cm Steel,Standing Desk,Computer Desk,Gaming Desk-28153.jpeg', 'EYUAN Desk with Drawers Industrial Black 120x55x75 cm Steel,Standing Desk,Computer Desk,Gaming Desk-67519.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-05 03:15:54', '2024-02-05 03:15:54'),
(3432, 'Miranda Sequin Floral Applique Mini Dress', 'VJFeyPAID', 14, 'HELSI \"Miranda\" embroidered mini dress with sequins and 3D flowers\r\nJewel neckline\r\nSleeveless\r\nScalloped hem\r\nHem falls above the knee\r\nA-line silhouette\r\nInvisible back zipper\r\nPolyester\r\nLining: Polyester\r\nDry clean', 585.00, NULL, NULL, 590.00, 'Miranda Sequin Floral Applique Mini Dress-61175.jpeg', 'Miranda Sequin Floral Applique Mini Dress-83265.jpeg', 'Miranda Sequin Floral Applique Mini Dress-96694.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-05 03:16:07', '2024-02-05 03:16:07'),
(3433, 'Long Range Green Laser Pointer', 'DYpGvj8c0', 10, 'High Power That Even Beasts Can\'t Stand:Get a focused laser - rotate off the silver star cap and experience a long-range single laser beam, whether it\'s for wilderness survival or hiking, it\'s your best support, this laser pointer can reach 2000 meters at night.\r\nAluminum Material:Laser pointer high power will not be easily deformed even when stepped on by elephants, it is made of high quality aluminum alloy frosted shell, comfortable in hand, strong and durable. The carefully designed hand strap makes it easy to hold and carry.\r\nUSB Charging:Green laser pointer can be charged through the USB port. Simply unscrew the back cover of the lazer pointer and plug it into a USB device! No need to buy batteries or USB cable.\r\nMultiple Uses:You can also use this green laser toy for presentations, astronomy, hiking, hunting, camping and playing with your pet.\r\nCaution:Please place it properly where children can\'t get to it, and charge it in time to keep the battery life when the power is not used up.', 13.99, NULL, NULL, 14.99, 'Long Range Green Laser Pointer-23791.jpeg', 'Long Range Green Laser Pointer-91170.jpeg', 'Long Range Green Laser Pointer-37435.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-05 03:16:52', '2024-02-05 03:16:52'),
(3434, 'MANOLO BLAHNIK Maysli Leather Buckle Halter Pumps', 'on8mMn6Lj', 14, 'Manolo Blahnik \"Maysli\" leather pumps.\r\n2.8\" stiletto heel.\r\nPointed toe.\r\nBuckle strap at vamp.\r\nStretch slingback strap.\r\nLeather lining and sole.\r\nMade in Italy.', 845.00, NULL, NULL, 897.00, 'MANOLO BLAHNIK Maysli Leather Buckle Halter Pumps-10464.jpeg', 'MANOLO BLAHNIK Maysli Leather Buckle Halter Pumps-39569.jpeg', 'MANOLO BLAHNIK Maysli Leather Buckle Halter Pumps-96843.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-05 03:20:58', '2024-02-05 03:20:58'),
(3435, '50L Industrial Vacuum Cleaner', 'SBm8TYjiF', 7, 'If you’ve got a professional cleaning business or just like to keep everything clean at home, then why not get yourself an industrial vacuum cleaner to get the job done properly?! With an extra powerful motor, it makes for extra powerful cleaning… which will eliminate dirt, dust, pet hair and spillages from hard floors and carpets. Plus the dual filtering system, which includes a HEPA and cloth filter, means this vacuum cleaner is very hygienic. Upright Vacuum For Powerful Cleaning. 50 litre collection capacity. Perfect as a wet or dry vacuum cleaner. Dual filtration system includes a traditional cloth filter and a hygienic HEPA (E12) filter. Includes 1.5m hose and 3 attachments for cleaning different areas. Powerful 1400W motor. Great for bagged or bagless vacuum cleaning. 9m power cable helps you reach around in large and small rooms. Full handle bar and caster wheels make it easy to carry and transport. Includes English instruction manual & 12 month electrical warranty. FREE 50L dust bag – this wet and dry vacuum cleaner can be used without a dust bag but here’s one in case you want to keep all the dry waste compact. Use the handle and the caster wheels to move this upright vacuum cleaner right where you need it and pick one of the three included attachments to make sure you don’t miss a nook or cranny. Floor tool – for dry and wet cleaning carpets or hard floor cleaning. Bristle – for windows and tables. Crevice Nozzle – for tight corners and crevices', 150.99, NULL, NULL, 193.99, '50L Industrial Vacuum Cleaner-73592.jpeg', '50L Industrial Vacuum Cleaner-15551.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-05 03:23:04', '2024-02-05 03:23:04'),
(3436, 'Portable Neck Fan', 'OOrC2XJBA', 10, 'The unique design of the portable neck fan is inspired by earphones. It only needs to be hung around the neck to free your hands, and it looks so cool & fancy. With a decentralized annular air outlet, you can feel cool breeze in any directions, perfectly to eases all the sultry heat..\r\nThe newest upgraded neck fan adopts the leafless design, more quieter and safer than the traditional USB Fan. You won’t have to worry about your hair getting stuck by the fan’s leaves, which is particularly important for children and pets. You can play with children and pets at ease, and enjoy the cool wind brought by neck fan.\r\nThe food-grade silicone material be added to the middle body of the portable fan, which is effective in anti-skid and friendly to the skin. The width and angle of the fan can be adjusted freely, and it is not easy to break. It is very suitable for outdoor sports, such as mountain climbing, walking, cycling, camping, traveling.\r\nThe battery of the mini fan made of new low-consumption materials, which reduces the weight by 50%. It can be charged by USB and can work continuously for 2 to 6 hours (depending on the speed). At the same time, a heat dissipation module is added to keep the battery and the engine cool. You won\'t have the trouble of fan heating since, it’s nicely equipped with 3-speed adjustment according to your needs.\r\nThe portable fan is truly suitable for both outdoor activities and home use. It is also a good heat dissipation tool to have free hands, when cooking, doing housework, working, exercising, and holding children. So Nice & Amazing gift for fathers, mothers, girlfriends, boyfriends, children, classmates and colleagues.', 20.99, NULL, NULL, 22.89, 'Portable Neck Fan-67298.jpeg', 'Portable Neck Fan-84567.jpeg', 'Portable Neck Fan-96858.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-05 03:23:40', '2024-02-05 03:23:40'),
(3437, 'CHRISTIAN LOUBOUTIN So Kate Patent Pointed-Toe Red Sole Pump', '7kcEYBbn0', 14, 'Patent leather pump.\r\nPointed toe; single sole.\r\nLow-cut vamp visually lengthens legs.\r\nCreamy leather lining and footbed.\r\nSignature red leather outsole.\r\n4 3/4\" covered heel.\r\n\"So Kate\" is made in Italy.', 795.00, NULL, NULL, 883.00, 'CHRISTIAN LOUBOUTIN So Kate Patent Pointed-Toe Red Sole Pump-80316.jpeg', 'CHRISTIAN LOUBOUTIN So Kate Patent Pointed-Toe Red Sole Pump-19996.jpeg', 'CHRISTIAN LOUBOUTIN So Kate Patent Pointed-Toe Red Sole Pump-99403.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-05 03:26:33', '2024-02-05 03:26:33'),
(3438, 'Brush Baby KidzSonic Toddler and Kid Electric Toothbrush', 'bnXcbveTx', 10, 'Flashing disco lights turn the fight-to-brush to a want-to-brush as alternating colors light up the brush head to create an entertaining and fun brushing experience.', 9.79, NULL, NULL, 11.79, 'Brush Baby KidzSonic Toddler and Kid Electric Toothbrush-67889.jpeg', 'Brush Baby KidzSonic Toddler and Kid Electric Toothbrush-73799.jpeg', 'Brush Baby KidzSonic Toddler and Kid Electric Toothbrush-86183.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-05 03:31:11', '2024-02-05 03:31:11'),
(3439, 'Strong Wind Ultra Quiet Small Desk Fan', '6qYKOe8Tj', 10, '【Optimal Airflow】 The desk fan with upgraded DC motor generates airflow up to 16ft/s. 5 premium fan blades produce broader and more balanced airflow as comfort as mountain stream breeze, keeping you calm and cool during steep summers.\r\n【Stylish & Space Saving】 As compact as a tablet, this real space-saving desk fan can be placed on the office desk or bedroom nightstand with utmost ease to save limited space. Slim and stylish, this fan will embellish your space to the next level.\r\n【Personalized Cooling】 From soft breezes to strong winds, this tower fan offers 3 speed levels to cool your body and soothe your mind whenever you need it. You can always get the comfort just right for you.\r\n【Quiet at all Speed】 Acoustically constructed airflow systems greatly decrease motor and fan noise down to 30dB. This compact desk fan also adopts aerospace fluid dynamics technology to provide ultra quiet cooling at all speeds.\r\n【Sturdy yet Stable】 The triangle-shaped structure and rubber pads will achieve better stability to keep the fan in place at all times. 220°pivoting fan casts cool breeze to wherever you want for optimized and efficient performance.', 11.69, NULL, NULL, 16.99, 'Strong Wind Ultra Quiet Small Desk Fan-69331.jpeg', 'Strong Wind Ultra Quiet Small Desk Fan-75497.jpeg', 'Strong Wind Ultra Quiet Small Desk Fan-85646.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-05 03:31:32', '2024-02-05 03:31:32'),
(3440, 'Hyper Tough 51-Piece Auto and Motorcycle Mechanic\'s Tool Kit, Model 4376V', 'OzkRCZ0m2', 14, 'The Hyper Tough 51-Piece Auto and Motorcycle Mechanic\'s Tool Kit, Model 4376V, is a comprehensive set of tools designed specifically for auto and motorcycle mechanics. It includes a variety of tools such as sockets, wrenches, pliers, and screwdrivers that are commonly used for repairs and maintenance. This tool kit is perfect for DIY enthusiasts or professionals who need a reliable set of tools to work on their vehicles. With the Hyper Tough 51-Piece Auto and Motorcycle Mechanic\'s Tool Kit, you\'ll have everything you need to tackle various automotive and motorcycle projects', 21.88, NULL, NULL, 29.99, 'Hyper Tough 51-Piece Auto and Motorcycle Mechanic\'s Tool Kit, Model 4376V-62602.jpeg', 'Hyper Tough 51-Piece Auto and Motorcycle Mechanic\'s Tool Kit, Model 4376V-21145.jpeg', 'Hyper Tough 51-Piece Auto and Motorcycle Mechanic\'s Tool Kit, Model 4376V-81624.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-05 03:36:33', '2024-02-05 03:36:33'),
(3441, 'Barbie Dream Boat with Pool and Slide', 'zAFXYpEPI', 10, 'It\'s all fun ahoy with the Barbie Dream Boat with Pool and Slide!\r\nHave adventures on the high sea with this dreamy Barbie boat! With 20+ pieces and 6 different play areas, including a pool and slide, the Barbie Dream Boat playset is made for ocean-themed fun!\r\nPlus, at 3 feet wide and a foot tall, there is plenty of room for Barbie doll to invite her friends and have some fun in the sun!\r\nBarbie fans aged 3+ will love playing out new and exciting adventures with their favourite dolls while exploring their imagination and creativity.\r\nPlay areas include:\r\nBathroom\r\nSun deck \r\nPool and slide\r\nBedroom \r\nKitchen\r\nLiving room\r\nDoll not included. Colours and decorations may vary.\r\nAge Range: Child (3-4 years)\r\nWarning Message: Warning: Not suitable for children under 3 years', 25.99, NULL, NULL, 34.99, 'Barbie Dream Boat with Pool and Slide-24583.jpeg', 'Barbie Dream Boat with Pool and Slide-98523.jpeg', 'Barbie Dream Boat with Pool and Slide-58971.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-05 03:37:38', '2024-02-05 03:37:38'),
(3442, 'Artisan® Series 5 Quart Tilt-Head Stand Mixer With Premium Accessory Pack', 'yuC1k1aIH', 14, 'the KitchenAid® Artisan® Series 5 Quart Tilt-Head Stand Mixer with Premium Accessory Pack has the capacity and tools for every occasion. This model includes both a 3 and 5 quart bowl, so you can do more -mix up batter in one and then whip up a silky frosting in the other. In addition, the exclusive accessory pack includes a flex edge beater, pastry beater, dough hook, wire whip and redesigned secure fit pouring shield.', 379.00, NULL, NULL, 399.00, 'Artisan® Series 5 Quart Tilt-Head Stand Mixer With Premium Accessory Pack-96071.jpeg', 'Artisan® Series 5 Quart Tilt-Head Stand Mixer With Premium Accessory Pack-84582.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-05 03:38:19', '2024-02-05 03:38:19'),
(3443, 'Planters Honey Roasted Peanuts', 'd4irK8IBx', 11, '6-Boxes 10-Count 1-Oz. Planters Honey Roasted Peanuts (60-count total)', 10.06, NULL, NULL, 21.60, 'Planters Honey Roasted Peanuts-33757.jpeg', 'Planters Honey Roasted Peanuts-97881.jpeg', 'Planters Honey Roasted Peanuts-27215.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-05 03:40:33', '2024-02-05 03:40:33'),
(3444, 'Goodyear Truck Kit GY5012 Gifts for Him Roadside Emergency Automotive Safety Kit with 16FT Jumper Cables and Visibility Items', 'uuxALiuPv', 14, 'The Goodyear Truck Kit GY5012 is a great gift idea for him. It\'s a roadside emergency automotive safety kit that includes essential items for unexpected situations. The kit features 16FT jumper cables, which can be a lifesaver if you ever need a jump-start. It also includes visibility items like reflective triangles and a high-visibility vest to help keep you safe on the road. The Goodyear Truck Kit GY5012 is a practical and thoughtful gift for anyone who wants to be prepared for roadside emergencies.', 78.16, NULL, NULL, 85.99, 'Goodyear Truck Kit GY5012 Gifts for Him Roadside Emergency Automotive Safety Kit with 16FT Jumper Cables and Visibility Items-89375.jpeg', 'Goodyear Truck Kit GY5012 Gifts for Him Roadside Emergency Automotive Safety Kit with 16FT Jumper Cables and Visibility Items-11745.jpeg', NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-05 03:41:59', '2024-02-05 03:41:59'),
(3445, 'Firetrap Camo T-Shirt and Shorts Set Baby Boys', 'fPKiVdv7X', 10, 'The Firetrap Camo T-Shirt and Shorts Set is perfect for the summer, featuring a T-shirt with crew neck and short sleeves for comfort and a camo pattern gives a stylish look. The shorts feature a an elasticated waistband for a secure fit along with two open pockets, both finished with the Firetrap branding. You do not want to miss out on this one.', 8.00, NULL, NULL, 11.00, 'Firetrap Camo T-Shirt and Shorts Set Baby Boys-99805.jpeg', 'Firetrap Camo T-Shirt and Shorts Set Baby Boys-69337.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-05 03:43:21', '2024-02-05 03:43:21'),
(3446, 'New Standard Replacement Undercar Shield, Fits 2014-2016 Hyundai Elantra Sedan', 'LWnCtsvAR', 14, 'The New Standard Replacement Undercar Shield is specifically designed to fit the 2014-2016 Hyundai Elantra Sedan. It\'s a durable and reliable replacement part that helps protect the undercarriage of your vehicle. Whether you\'re looking to replace a damaged shield or just want to ensure the longevity of your Elantra, this undercar shield is a great choice. It\'s always important to have proper protection for your vehicle, and the New Standard Replacement Undercar Shield can help keep your Hyundai Elantra running smoothly.', 80.18, NULL, NULL, 97.55, 'New Standard Replacement Undercar Shield, Fits 2014-2016 Hyundai Elantra Sedan-52473.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-05 03:46:47', '2024-02-05 03:46:47'),
(3447, 'Blender', 'bj5Pr5zZM', 14, 'High performance, high powered and smart, the Vitamix A2500 blender gives you the precision to pulse bread dough and the power to mix smoothies, all in a single sleek package.\r\n\r\nIncludes full-color technique and recipe book, tamper\r\n2.2 peak output hp motor\r\nThree program settings: smoothies, hot soups and frozen desserts\r\nVariable speed control with pulse feature\r\nDigital timer\r\nBPA-free Tritan jar secures to base with metal drive system\r\nCompatible with Self-Detect containers, letting you create multiple batch sizes, then immediately store or serve\r\nBlades are laser cut from hardened steel\r\nManufacturer\'s 10-year warranty\r\nClick on the video in the photo today! Get great tips & tricks of the trade!', 524.00, NULL, NULL, 587.00, 'Blender-15934.jpeg', 'Blender-44127.jpeg', 'Blender-25245.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 03:47:05', '2024-02-05 03:47:05'),
(3448, 'Califia Farms - Unsweetened Almond Milk', 'PaGpzMt5A', 11, 'DELICIOUSLY CREAMY: Califia\'s unsweetened almondmilk has a satisfyingly creamy texture without a hint of chalk.', 13.97, NULL, NULL, 21.48, 'Califia Farms - Unsweetened Almond Milk-42857.jpeg', 'Califia Farms - Unsweetened Almond Milk-98438.jpeg', 'Califia Farms - Unsweetened Almond Milk-23684.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-05 03:47:24', '2024-02-05 03:47:24'),
(3449, 'Gem Stone King Stunning Stainless Steel Hoop Earrings Two-Pair Set in Silver and Gold, 50mm Diameter', 'aAoAK4Pz9', 14, 'CRAFTED: in STAINLESS STEEL Stainless Steel with STAINLESS STEEL EARRING BACKS: post with snap down.\r\nFULLY REFUNDABLE: in the (very) unlikely event that you aren\'t satisfied, simply return for a 100% refund!\r\nTOTAL SATISFACTION GUARANTEE - When you order today, you\'re protected. The item comes with a No questions asked money back guarantee combined with world class customer service. Free Return and Refund and Lifetime Warranty.\r\nWidth: 2mm', 11.99, NULL, NULL, 25.99, 'Gem Stone King Stunning Stainless Steel Hoop Earrings Two-Pair Set in Silver and Gold, 50mm Diameter-85518.jpeg', 'Gem Stone King Stunning Stainless Steel Hoop Earrings Two-Pair Set in Silver and Gold, 50mm Diameter-94805.jpeg', 'Gem Stone King Stunning Stainless Steel Hoop Earrings Two-Pair Set in Silver and Gold, 50mm Diameter-98146.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-05 03:50:42', '2024-02-05 03:50:42'),
(3450, 'Ocean Explorers Shell Phon', '8MdDgTcnA', 10, 'You can get this Ocean Explorers Shell Phone reduced from £9.99 to £6.02.\r\nThe Baby Einstein Ocean Explorers Shell Phone handheld toy telephone helps engage baby with music, lights, 3 languages, ocean sounds, and a baby-safe mirror\r\nLightweight and small, the toy phone helps promote cause and effect learning, fine motor skills, and teaches color names in 3 languages – English, French, and Spanish – as baby presses buttons and opens and closes the shell\r\nMulti-sensory toy is perfect way to engage baby during travel or play at home. Peek-a-boo mirror delights baby as they discover their reflection. Lights, music, and ocean sounds stimulate vision and hearing', 5.00, NULL, NULL, 6.01, 'Ocean Explorers Shell Phon-73691.jpeg', 'Ocean Explorers Shell Phon-69935.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-05 03:51:25', '2024-02-05 03:51:25'),
(3451, 'Women 925 Sterling Silver Charm Bracelet Jewelry', '8RhBuQtuq', 14, 'Silver,Charm,Bracelet\r\n925 Sterling Silver|Charm Bracelet|Fashion Jewelry', 5.69, NULL, NULL, 9.99, 'Women 925 Sterling Silver Charm Bracelet Jewelry-64990.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-05 03:54:08', '2024-02-05 03:54:08'),
(3452, 'Sliced Almonds', 'gfKToJphI', 11, 'Amazon Happy Belly Sliced Almonds 12 Ounce', 3.69, NULL, NULL, 4.43, 'Sliced Almonds-52368.jpeg', 'Sliced Almonds-25541.jpeg', 'Sliced Almonds-90357.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-05 03:55:55', '2024-02-05 03:55:55'),
(3453, 'M Zimoon Baby Toys', 'roip0RJxt', 10, 'Toddler Toys-360 Degree Rotation Lights】The ocean rotating projector interactive toy with colorful lights and music,easily switch light modes, which build-up a wonderful undersea world atmosphere bring your kids feel like in the real scenes.【NOTE❗】This toy has two colors, yellow and blue, and both colors are shipped randomly\r\n【13 Sounds & 8 Light Modes】Baby Musical Toys have a starfish-shaped light key on the top which convert 8 different modes of light. Let infants slap freely while light changeable, allowing toddlers to feel like a drummer. sensory toys with 7 animal sounds and 6 kinds of melody music. Those melodies works by sparking your kids into imagination.\r\n【Encourage Baby to Crawl or Walk Infant Toys】This crawling toys has three wheels at the bottom, two play ways very suitable for baby toddlers to crawl and chase.The crawling toys are equipped with changeable light and music, place toy side down on the ground, it can smooth roll to attract babies to crawl or walk. enhance baby’s hand-eye & limb coordination, body balance', 15.97, NULL, NULL, 17.97, 'M Zimoon Baby Toys-47601.jpeg', 'M Zimoon Baby Toys-59492.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-05 03:58:51', '2024-02-05 03:58:51'),
(3454, 'Kitchen HQ Diamond-Infused Ceramic Nonstick Cast Iron 12\" Skillet', 'yFfH2p7N7', 14, 'Kitchen HQ Diamond-Infused Ceramic Nonstick Cast Iron 12\" Skillet\r\nChefs will tell you that cast iron cookware is essential in every kitchen because it heats up evenly and holds the heat. Plus, cast iron can be used on all cooktops, including induction. The only downside? Cleanup for cast iron is not easy. So Kitchen HQ has designed this high-quality cast iron skillet, featuring PFAS-, PTFE-, PFOS- and PFOA-free diamond-infused ceramic nonstick coating, infused with manufactured diamonds for durability, so everyday cooking and cleanup are a breeze. Great for baking, stir-frying, searing, deep frying, sautéing, pan-frying, braising, broiling, roasting, simmering and more. A Nitrided surface under the coating helps prevent corrosion and rusting.', 29.08, NULL, NULL, 49.99, 'Kitchen HQ Diamond-Infused Ceramic Nonstick Cast Iron 12\" Skillet-52635.jpeg', 'Kitchen HQ Diamond-Infused Ceramic Nonstick Cast Iron 12\" Skillet-73056.jpeg', 'Kitchen HQ Diamond-Infused Ceramic Nonstick Cast Iron 12\" Skillet-81526.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 04:01:25', '2024-02-05 04:01:25'),
(3455, 'DaVinci Gourmet Classic Syrup', 'iDWw56KgR', 11, 'DaVinci Gourmet Classic Syrup, 25.4 Ounce  several flavor options', 5.14, NULL, NULL, 7.35, 'DaVinci Gourmet Classic Syrup-50575.jpeg', 'DaVinci Gourmet Classic Syrup-75473.jpeg', NULL, 'Groceries', 4.5, NULL, 1, '2024-02-05 04:04:32', '2024-02-05 04:04:32'),
(3456, 'HOMCOM 5 Drawer Chest', 'dP3ZWe37C', 10, 'spacious:%20Features%20two%20small%20top%20drawers%20and%20three%20larger%20drawers,%20great%20for%20keeping%20your%20home%20organised%20and%20tidy.%20UNIQUE%20DESIGN%3A%20Zigzag%20design%20of%20chest%20of%20draws%20adds%20an%20interesting%20touch%20to%20your%20furniture%20collection.%0ASTURDY%20CONSTRUCTION%3A%20Made%20from%20a%20blend%20of%20MDF%20and%20particleboard,%20the%20draws%20for%20bedroom%20is%20durable%20and%20reliable%20for%20your%20daily%20use.%0AELEVATED%20BASE%3A%20Made%20from%20metal%20to%20keep%20storage%20drawers%20stable%20and%20sturdy,%20helping%20to%20prevent%20daily%20damage.%20ANTI-TIP%3A%20Stops%20drawer%20unit%20from%20falling%20over,%20great%20for%20homes%20with%20children%20and%20pets.%0ADIMENSIONS%3A%20110H%20x%2080L%20x%2039.5W.%20Large%20drawer%20inner%3A%2011H%20x%2072L%20x%2028.5Wcm.%20Small%20drawer%20inner%3A%2011H%20x%2033W%20x%2028.5Dcm.%20Base%20height%3A%2018cm.%0AMAXIMUM%20WEIGHT%20CAPACITY%2040KG.%20ASSEMBLY%20REQUIRED.', 99.00, NULL, NULL, 106.99, 'HOMCOM 5 Drawer Chest-31379.jpeg', 'HOMCOM 5 Drawer Chest-15908.jpeg', 'HOMCOM 5 Drawer Chest-18376.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-05 04:05:58', '2024-02-05 04:05:58'),
(3457, 'Men\'s Swiss Chronograph Hellenyium Two Tone Bracelet Watch 44mm', 'ku65Wls1y', 14, 'A luxurious blend of sport and polish, this Hellenyium timepiece from Versace also features chronograph movement. Style #VE2U00422\r\n\r\nMovement: Swiss three-hand quartz\r\nCase: round; 44mm; gold-tone bezel with tachymeter scale\r\nStrap: two-tone bracelet; approx. length: 174mm\r\nClosure: deployant clasp\r\nDial: silver-tone chronograph with date window\r\nWater resistant: to 50 meters\r\nWarranty: 2-year limited\r\nGet FREE watch sizing at Macy\'s stores—just show us your Macy\'s proof-of-purchase.\r\nDon\'t have your proof-of-purchase? Then pay just $20.\r\nPhoto may have been enlarged and/or enhanced.', 906.50, NULL, NULL, 1295.00, 'Men\'s Swiss Chronograph Hellenyium Two Tone Bracelet Watch 44mm-27172.jpeg', 'Men\'s Swiss Chronograph Hellenyium Two Tone Bracelet Watch 44mm-86145.jpeg', 'Men\'s Swiss Chronograph Hellenyium Two Tone Bracelet Watch 44mm-11328.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-05 04:06:51', '2024-02-05 04:06:51'),
(3458, 'Form Konnect White Freestanding Cube Shelving Unit', 'rGEDqtJRt', 10, 'Konnect is a truly flexible modular storage solution with endless options. Create a piece of furniture that fits your style, space and home.\r\nCompatible with Konnect cube storage system & accessories\r\nGreen star claim - This product\'s wood is certified by a third party. Information about the third party can be found on the product packaging.*\r\nFeatures and benefits\r\nKonnect to your style – the Konnect cube system comes in 6 colour ways and 3 wood effect finishes that can be used alone or mixed together to create something unique that represents your style\r\nKonnect to your space – the Konnect cube system comes in 4 standard sizes 1x1 cube, 2x1 cube, 3x1 cube and 4x1 cube so you can really create something that suits your space whether that be an awkward under the stairs space, a large dining room or a small nursery\r\nKonnect to your home - We’ve designed accessories that will complement the range and allow you to make your storage work for you. If you need to hide some unattractive items away you can do so with sliding drawers or a door. If you need extra shelves for smaller items or dividers for an office set up we’ve thought of those too. If you’re looking for some storage boxes – our Mixxit range of fabric boxes fit the Konnect cubes perfectly\r\nUse the cubes to create either a free standing storage unit or purchase the wall attachment kit too mount them as shelves off of ground level. Joining kits and feet are also available separately for you to finish your solution however you wish\r\nAll of our Konnect cube units are pre-drilled ready to work with the range of matching accessories. If you are using the units for open display storage cover caps are supplied too', 15.00, NULL, NULL, 20.00, 'Form Konnect White Freestanding Cube Shelving Unit-26010.jpeg', 'Form Konnect White Freestanding Cube Shelving Unit-48376.jpeg', 'Form Konnect White Freestanding Cube Shelving Unit-23799.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-05 04:10:14', '2024-02-05 04:10:14');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3459, 'Men\'s Swiss V-Palazzo Two Tone Stainless Steel Bracelet Watch 43mm', '9NWEfw3gS', 14, 'The V-Palazzo watch is an iconic two-tone timepiece with Versace\'s Medusa emblem floating on the dial. Style #VE2V00422\r\n\r\nMovement: Swiss quartz\r\nCase: round; 43mm\r\nStrap: two tone stainless steel bracelet; approx. length: 175mm\r\nClosure: deployant clasp\r\nDial: black with 3D Medusa\r\nWater resistant: to 50 meters\r\nWarranty: 2-year limited', 1221.50, NULL, NULL, 1745.00, 'Men\'s Swiss V-Palazzo Two Tone Stainless Steel Bracelet Watch 43mm-92239.jpeg', 'Men\'s Swiss V-Palazzo Two Tone Stainless Steel Bracelet Watch 43mm-85655.jpeg', 'Men\'s Swiss V-Palazzo Two Tone Stainless Steel Bracelet Watch 43mm-42925.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-05 04:10:22', '2024-02-05 04:11:34'),
(3460, '26-Count 4-Gallon Hefty Flap Tie Small Garbage Bags (Lavender & Sweet Vanilla Scent)', 'nKlTdY8x6', 11, 'This package contains 26 Hefty Flap Tie, small trash, white, 4 gallon trash bags with Lavender & Sweet Vanilla scent, each 0.5 mil thick\r\nMini trash bag is the perfect size for smaller trash receptacles in bathrooms, bedrooms, cars and home offices\r\nFlap tie closures make it easy to seal and remove the small garbage bag\r\nThe scented varieties of small garbage bags feature patented Arm & Hammer odor neutralizer that fights nasty odors to keep your kitchen smelling fresh\r\nExtra small bathroom trash bags feature recyclable packaging for environmental integrity', 3.47, NULL, NULL, 5.78, '26-Count 4-Gallon Hefty Flap Tie Small Garbage Bags (Lavender & Sweet Vanilla Scent)-31156.jpeg', '26-Count 4-Gallon Hefty Flap Tie Small Garbage Bags (Lavender & Sweet Vanilla Scent)-22130.jpeg', '26-Count 4-Gallon Hefty Flap Tie Small Garbage Bags (Lavender & Sweet Vanilla Scent)-32383.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-05 04:10:55', '2024-02-05 04:10:55'),
(3461, 'Signature Enameled Cast Iron 5-Piece Cookware Set', 'IAto8H3ql', 14, 'The Signature Enameled Cast Iron 5-Piece Cookware Set features our best selling enameled cast iron pots and pans, including our iconic Dutch oven and highly-rated signature skillet. Whether just starting to build your Le Creuset collection or adding to an existing collection, this set is the perfect place to start. It also makes an exceptional gift for weddings, showers, housewarming and for the person who loves to cook and entertain.', 574.99, NULL, NULL, 820.00, 'Signature Enameled Cast Iron 5-Piece Cookware Set-80267.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-05 04:18:21', '2024-02-05 04:18:21'),
(3462, 'Women\'s Swiss Greca Chic Black Leather Strap Watch 36mm', 'y9FWWOeFC', 14, 'The Women\'s Swiss Greca Chic Black Leather Strap Watch is a stylish and elegant timepiece. With a 36mm case size, it\'s the perfect size for a chic and sophisticated look. The black leather strap adds a touch of luxury, while the Greca pattern on the dial adds a unique and eye-catching detail. This watch is not only a functional accessory but also a fashionable statement piece. If you\'re looking for a watch that combines Swiss craftsmanship with a chic design, the Women\'s Swiss Greca Chic Black Leather Strap Watch is a great choice.', 801.50, NULL, NULL, 1145.00, 'Women\'s Swiss Greca Chic Black Leather Strap Watch 36mm-83388.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-05 04:28:56', '2024-02-05 04:28:56'),
(3463, 'Omix-ADA Distributor Switch Plates', 'v1RELnGsY', 14, 'The Omix-ADA Distributor Switch Plates are high-quality replacement parts for your vehicle\'s distributor switch. They are designed to fit perfectly and provide reliable performance. Whether you\'re looking to replace a worn-out switch plate or want to upgrade your distributor, Omix-ADA has got you covered. These switch plates are made to meet or exceed OEM standards, ensuring durability and functionality. So, if you\'re in need of a reliable replacement for your distributor switch, the Omix-ADA Distributor Switch Plates are a great choice!', 136.99, NULL, NULL, 145.99, 'Omix-ADA Distributor Switch Plates-11182.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-05 04:57:44', '2024-02-05 04:57:44'),
(3464, 'BD Diesel Throttle Sensitivity Boosters', 'NKZ7MXFrh', 14, 'The BD Diesel Throttle Sensitivity Boosters are awesome upgrades for your vehicle. They are designed to enhance the throttle response, giving you a more immediate and powerful acceleration. These boosters are easy to install and can make a noticeable difference in your driving experience. If you\'re looking to add some extra punch to your vehicle\'s performance, the BD Diesel Throttle Sensitivity Boosters are definitely worth considering. Get ready to feel the thrill of the road!', 277.95, NULL, NULL, 327.95, 'BD Diesel Throttle Sensitivity Boosters-65545.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-05 05:05:12', '2024-02-05 05:05:12'),
(3465, 'YELLOW JACKET 41345 R-134A SERIES 41 MANIFOLD GAUGE WITH COUPLERS', '871Mm36xn', 14, 'Yellow Jacket 41345 R-134A Series 41 Manifold Gauge with Couplers\r\n\r\nAutomotive Manifold with 60\" Hoses\r\nR-134a Gauges\r\nR-134a A/C couplers with control valves\r\nIncluded:\r\n\r\n1 - 60\' Hose set\r\n1 - Set of R134a Couplers\r\n1 - set 1/2\" fittings\r\n1 - set 14 mm fittings\r\n1 - set of hose anchors', 516.92, NULL, NULL, 646.14, 'YELLOW JACKET 41345 R-134A SERIES 41 MANIFOLD GAUGE WITH COUPLERS-85772.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-05 05:11:58', '2024-02-05 05:11:58'),
(3466, 'Crown Automotive Antenna Kit (Black) - 82200683K Fits select: 1989-1995 JEEP WRANGLER / YJ, 1987-1988 JEEP WRANGLER', 'VV2VcAPOw', 14, 'Crown Automotive Antenna Kit (Black) - 82200683K\r\nCrown Automotive Antenna Kit (Black) - 82200683K \r\nAdditional Features\r\nColor:Black', 23.35, NULL, NULL, 27.35, 'Crown Automotive Antenna Kit (Black) - 82200683K Fits select: 1989-1995 JEEP WRANGLER / YJ, 1987-1988 JEEP WRANGLER-33207.jpeg', 'Crown Automotive Antenna Kit (Black) - 82200683K Fits select: 1989-1995 JEEP WRANGLER / YJ, 1987-1988 JEEP WRANGLER-85218.jpeg', 'Crown Automotive Antenna Kit (Black) - 82200683K Fits select: 1989-1995 JEEP WRANGLER / YJ, 1987-1988 JEEP WRANGLER-63810.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-05 05:16:45', '2024-02-05 05:16:45'),
(3467, 'Crown Automotive HC4 CASHC4 HOOD CATCH KIT, BLACK Fits select: 1989-1995 JEEP WRANGLER / YJ, 1987-1988 JEEP WRANGLER', '6VDP2WyEV', 14, 'Crown Automotive HOOD CATCH KIT, BLACK\r\nCrown Automotive HC4 CASHC4 HOOD CATCH KIT, BLACK \r\n\r\nFits Select: \r\n1989-1995 JEEP WRANGLER / YJ \r\n1987-1988 JEEP WRANGLER \r\n1973-1978,1980-1986 JEEP JEEP \r\n1972-1974,1977,1979-1980 AMERICAN MOTORS JEEP \r\n1981-1985 JEEP SCRAMBLER \r\n1967-1969,1971 JEEP UNIVERSAL \r\n1970 AMERICAN MOTORS UNIVERSAL', 12.99, NULL, NULL, 15.88, 'Crown Automotive HC4 CASHC4 HOOD CATCH KIT, BLACK Fits select: 1989-1995 JEEP WRANGLER / YJ, 1987-1988 JEEP WRANGLER-64337.jpeg', 'Crown Automotive HC4 CASHC4 HOOD CATCH KIT, BLACK Fits select: 1989-1995 JEEP WRANGLER / YJ, 1987-1988 JEEP WRANGLER-50920.jpeg', NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-05 05:20:45', '2024-02-05 05:20:45'),
(3468, 'Moreno SD Ultra Soft Fabric Power Recliner Sofa', 'Fl4BDHnB2', 10, 'Everybody can relax and unwind in comfort when you bring home this large fabric power recliner corner sofa. Yours at a really great price and only at Furniture Village.\r\nEnjoy relaxing with the family on this fabric power recliner corner sofa.\r\nModern look, amazing comfort, incredible price.\r\nBuilt for comfort with power recliners – the ultimate in relaxation.\r\nSupportive high back, cushioned headrests and superb lumbar support.\r\nWith USB ports so you can charge your phone or tablet while you relax.\r\nSoft-touch fabric upholstery with stylish stitching in a huge choice of colours.', 1295.00, NULL, NULL, 900.00, 'Moreno SD Ultra Soft Fabric Power Recliner Sofa-54225.jpeg', 'Moreno SD Ultra Soft Fabric Power Recliner Sofa-84071.jpeg', 'Moreno SD Ultra Soft Fabric Power Recliner Sofa-67633.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-05 12:01:02', '2024-02-05 12:01:02'),
(3469, 'Large Outdoor Garden Sink for Monticello Greenhouses', '2X3T4U3lD', 14, 'From Riverstone Industries comes the only affordable portable outdoor sink program in the market today. The RSI-S2 larger area work surface sink is a great sink that allows within minutes a fully function sink to be installed outdoors, all that is needed is a standard garden hose. With the Riverstone outdoors sink you can keep the dirt out of the house. Whether using it to clean dirt off shoes or boots, garden tools, paint brushes, kids hands, cleaning vegetables and herbs from your garden, or just about anything you need to clean the Riverstone Sink works great. This is also a perfect sink for cleaning and scaling fish. The large surface area allows for this coupled with the built in tool storage make this a great alternative to an indoor sink. The detachable hose reel holds up to 200 ft of garden hose.', 85.88, NULL, NULL, 92.99, 'Large Outdoor Garden Sink for Monticello Greenhouses-87053.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-05 12:01:12', '2024-02-05 12:01:12'),
(3470, 'American Lawn Mower Company Reel Lawn Mower, Mint', 'b96phHhLD', 14, 'American Lawn Mower Company 14-Inch 5-Blade Push Reel Lawn Mower is a green alternative to gas-powered lawnmowers. Moreover, this lawn mower is easy to use and does not emit fumes. It can cut your lawn in a precise scissor-like motion that will not shred your grass to make your lawn appear better. This reel lawn mower has a low maintenance hassle-free design that only requires to be sharpened at least once every 3-5 years. Perfect for youths over the age of 13 and compact yards. When you buy it, you won\'t have to worry about fuel, maintenance, and repairs that make this push blade mower a smart choice.\r\n\r\n\r\nAbout this Item:\r\n\r\n5-blade reel with a cutting width of 14\" and durable 10\" polymer wheels for maximum maneuverability\r\nReel lawn mower with an adjustable blade height of 1\"-1.75\" with scissor action cut\r\nManual grass cutter blades made of heat-treated alloy steel that stays sharp for years\r\nPlanet-friendly alternative to gas-powered lawn mowers which is pollution-free and noise-free; Low maintenance, lightweight and easy to use\r\nT-style handle with a comfortable cushioned grip for better maneuverability\r\nGrass Catcher/Grass Bag included with Reel Mower', 101.04, NULL, NULL, 111.04, 'American Lawn Mower Company Reel Lawn Mower, Mint-42863.jpeg', 'American Lawn Mower Company Reel Lawn Mower, Mint-44262.jpeg', 'American Lawn Mower Company Reel Lawn Mower, Mint-37899.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-05 12:06:50', '2024-02-05 12:06:50'),
(3471, 'RENPHO Power Massage Gun', 'Lj3Y38Pt4', 14, 'A premium percussion therapy massage gun for active professionals or individuals. Designed with precise and powerful torque to release muscle soreness and enhance workout recovery, it operates quietly to melt away your concerns of disturbing others when using it at the office, gym, or home. Comes with flexible charging ways and a travel case to make enjoying muscle relaxation easier.', 83.99, NULL, NULL, 139.00, 'RENPHO Power Massage Gun-62839.jpeg', 'RENPHO Power Massage Gun-80016.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-05 12:09:35', '2024-02-05 12:09:35'),
(3472, 'VEVOR Hydraulic Bead Breaker,1000 PSI,for Tractors, Trucks,Buses,Lawn Mowers,ATVs - 1000 PSI', 'gVSsgL8bO', 14, 'Versatile and Efficient: The hydraulic bead breaker provides efficient and quick tire separation for heavy vehicles, making tire removal from rims easy. With strong versatility, the tire bead breaker can be used for a wide range of vehicles including tractors, trucks, buses, lawn mowers, ATVs, golf carts, and more. \r\nPowerful Hydraulic Force: Equipped with a high-pressure hydraulic system, the bead breaker delivers a strong and consistent force to break even the toughest beads. It requires only the machine and the pedal to be connected to the tubing for installation, and the oil pump delivers a powerful 10,000 PSI force in just 3 seconds. No additional tools or assistance are needed to break beads. \r\nWheel-friendly Design: The thickened hook-type front claw and a solid base securely clamps the rims of various sizes without causing any wear or damage. The base easy inserts between the tire and hub, ensuring a tight grip and preventing slippage. To further protect the tires, it is recommended to use leather protection during operation to reduce friction. \r\nSturdy and Durable Construction: Constructed with high-hardness Q235B steel, the hydraulic bead breaker and oil pump provide long-lasting reliability. The powder-coating process makes the bead breaker rust-proof and corrosion-resistant. The thickened tubing is equipped with steel wire for double protection, allowing it to withstand heavy use and handle demanding work environments. \r\nCompact and Portable: The lightweight design of the hydraulic bead breaker enables easy transportation to outdoor locations or work areas. It occupies minimal space, making it convenient to store in a garage or vehicle trunk. This portability ensures effortless tire replacement or repair operations. \r\n Package Content\r\n\r\n 1 x Hydraulic Bead Breaker', 295.04, NULL, NULL, 305.45, 'VEVOR Hydraulic Bead Breaker,1000 PSI,for Tractors, Trucks,Buses,Lawn Mowers,ATVs - 1000 PSI-37391.jpeg', 'VEVOR Hydraulic Bead Breaker,1000 PSI,for Tractors, Trucks,Buses,Lawn Mowers,ATVs - 1000 PSI-30594.jpeg', 'VEVOR Hydraulic Bead Breaker,1000 PSI,for Tractors, Trucks,Buses,Lawn Mowers,ATVs - 1000 PSI-57313.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-05 12:11:34', '2024-02-05 12:11:34'),
(3473, 'Baumhaus ltd Mobel Corner TV Stand Oak', 'oLNhEQex6', 10, 'Mobel Oak corner television (TV) and DVD cabinet. Stylish solutions for contemporary living. Part of the Mobel Oak living room furniture range.\r\n\r\nFeatures:\r\n\r\nNo veneers\r\nStylish brushed steel handles\r\nDovetailed drawers\r\n5 year Guarantee\r\nNo assembly required\r\nTongue & groove hardwood back and drawer inners\r\nSpecifications:\r\n\r\nDimensions: H:64.0 x W:107.0 x D:54.0 cm\r\nColour: Brown\r\nGuarantee:5 years\r\nMaterial: Oak\r\nModel Number: COR09C\r\nSelf Assembly Required: Yes', 340.99, NULL, NULL, 364.99, 'Baumhaus ltd Mobel Corner TV Stand Oak-39183.jpeg', 'Baumhaus ltd Mobel Corner TV Stand Oak-49812.jpeg', 'Baumhaus ltd Mobel Corner TV Stand Oak-97866.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-05 12:13:02', '2024-02-05 12:13:02'),
(3474, 'Women\'s UA Meridian Jacket', '7oezhIwa3', 14, 'Performance fabric that\'s not only lightweight, breathable, and fast drying, it\'s buttery smooth and insanely versatile. You\'ll literally wear it everywhere.', 90.00, NULL, NULL, 118.00, 'Women\'s UA Meridian Jacket-70685.jpeg', 'Women\'s UA Meridian Jacket-62854.jpeg', 'Women\'s UA Meridian Jacket-36299.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-05 12:17:22', '2024-02-05 12:17:22'),
(3475, 'Fresno Outdoor Acacia Dining Bench by Christopher Knight Home - N/A', 'OWa8w9djB', 14, 'This inviting outdoor dining bench will charm your guests right off of their feet, greeting them warmly with a sleek, modern appeal. Hearty and rich acacia wood complements this piece\'s closed iron legs in a look both rustic and contemporary.\r\n\r\n\r\n\r\nFeatures:\r\n\r\nMade of acacia and iron\r\nIncludes 1 outdoor acacia dining bench only\r\nRectangular acacia wood top\r\nRobust geometric iron base\r\nHandcrafted detailing\r\nWeighs 20.94 lbs.\r\nDimensions: 61.75 inches wide x 14.5 inches deep x 18.5 inches tall\r\n\r\n\r\nOptions:\r\n\r\nTeak-finished top with black iron base\r\nBurnished grey-finished top with black iron base\r\nDark brown finish on white iron base', 90.37, NULL, NULL, 95.45, 'Fresno Outdoor Acacia Dining Bench by Christopher Knight Home - N/A-63620.jpeg', 'Fresno Outdoor Acacia Dining Bench by Christopher Knight Home - N/A-53475.jpeg', 'Fresno Outdoor Acacia Dining Bench by Christopher Knight Home - N/A-35034.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-05 12:18:03', '2024-02-05 12:18:03'),
(3476, 'Montana Panton Wire Single (34,8x34,8x18,8cm) blue', 'rF9j4R4V8', 10, 'Brand\r\nMontana\r\nDesigner\r\nVerner Panton\r\nCollection\r\nPanton Wire\r\nItem number\r\n515923-01\r\nQuantity\r\n1 pcs\r\nMaterial composition\r\nMaterials: Steel\r\nFinish: Lacquered\r\n\r\nWidth (cm)\r\n34.8\r\nDepth (cm)\r\n18.8\r\nHeight (cm)\r\n34.8', 80.60, NULL, NULL, 96.60, 'Montana Panton Wire Single (34,8x34,8x18,8cm) blue-49696.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-05 12:22:00', '2024-02-05 12:22:00'),
(3477, 'Women\'s UA Meridian Rib Bralette', '28xIMCjyA', 14, 'This specially engineered fabric delivers a unique type of softness that can still wick sweat like a champ. It\'s lightweight, it\'s breathable, and it\'s ready to work.', 60.00, NULL, NULL, 98.00, 'Women\'s UA Meridian Rib Bralette-51139.jpeg', 'Women\'s UA Meridian Rib Bralette-33996.jpeg', 'Women\'s UA Meridian Rib Bralette-97399.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-05 12:24:25', '2024-02-05 12:24:25'),
(3478, 'Gizoon Wooden Potting Bench Table with Metal Tabletop, Outdoor Garden Tool Storage Sheds - Grey', 'I3Obksqoi', 14, 'This wooden tool room is unique and equipped with two doors to facilitate access to items. The top is made of metal, which can effectively prevent rainwater penetration, and the tools for protecting stored are not damaged. The overall structure is strong and durable, suitable for long -term use. Not only can it effectively store gardening tools, but also maintain a clean and orderly courtyard environment. This tool room is not only practical, but also beautiful appearance. It is your ideal gardening tool storage choice.\r\n\r\n\r\n\r\n Features: \r\n\r\n Metal Work Bench\r\n Large Storage Capacity \r\n Magnetic Doors Design \r\n High-Quality Material  \r\n Easily Assemely \r\n \r\n\r\nSpecifications:\r\n\r\nColor options: Retro / Grey\r\nMaximum Weight Recommendation: 800 lbs\r\nProduct size: 8.9\"D x 38.6\"W x 37.4\"H \r\nPackage size: \r\nItem weight:  47.6 pounds \r\nPackage quantity: 1 box', 107.02, NULL, NULL, 116.05, 'Gizoon Wooden Potting Bench Table with Metal Tabletop, Outdoor Garden Tool Storage Sheds - Grey-98800.jpeg', 'Gizoon Wooden Potting Bench Table with Metal Tabletop, Outdoor Garden Tool Storage Sheds - Grey-73186.jpeg', 'Gizoon Wooden Potting Bench Table with Metal Tabletop, Outdoor Garden Tool Storage Sheds - Grey-13382.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-05 12:25:58', '2024-02-05 12:25:58'),
(3479, 'Women\'s UA Meridian Fitted Short Sleeve', 'CNErRuOqn', 14, 'Performance fabric that\'s not only lightweight, breathable, and fast drying, it\'s buttery smooth and insanely versatile. You\'ll literally wear it everywhere.', 44.97, NULL, NULL, 60.00, 'Women\'s UA Meridian Fitted Short Sleeve-96867.jpeg', 'Women\'s UA Meridian Fitted Short Sleeve-59892.jpeg', 'Women\'s UA Meridian Fitted Short Sleeve-14527.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-05 12:34:22', '2024-02-05 12:34:22'),
(3480, 'Super Bomberman', 'PWeH1SxGU', 11, 'Super Bomberman R 2 - PlayStation 4', 19.99, NULL, NULL, 49.99, 'Super Bomberman-71600.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-05 12:34:46', '2024-02-05 12:34:46'),
(3481, 'Minecraft', 'ybb3KXAmY', 11, 'Mattel Minecraft Mob Head Minis Advent Calendar Featuring Pixelated Video-Game Character Figures with Giant Heads, Collectible Toy Gift for Fans Ages 6 Years & Older', 15.42, NULL, NULL, 26.99, 'Minecraft-53547.jpeg', NULL, NULL, 'Video games', 5.0, NULL, 1, '2024-02-05 12:44:24', '2024-02-05 12:44:24'),
(3482, 'BONAOK Wireless Microphone Karaoke, Small Karaoke Mic Speaker (Rose Gold)', 'xOleV3TXX', 10, 'PARTICULAR DESIGN—The excellent design of our karaoke wireless microphone is very suitable for your hand, which can make you feel more comfortable. And the built-in high-quality Bluetooth module can be used as speaker, player and Recorder, compatible with various singing applications\r\n2 WAYS CONNECTION—Bluetooth Connection & Cable Connection. You just need to connect your phone with cable or Bluetooth, and then open the singing APP on your phone. The built-in clearly audio and vividly sound effect can make you enjoy listening and singing anytime and anywhere. Great for KTV singing, gathering singing, family singing, travel singing, car stereo, instrument recording, interviews and live ect\r\nHIGH COMPATIBILITY— Supporting micro SD card max 32GB(NOT INCLUDED) and song switch. The Bluetooth has a great distance of connection(10m), and supports Android, iPhone, iPad, IOS and all Smartphone', 5.00, NULL, NULL, 9.99, 'BONAOK Wireless Microphone Karaoke, Small Karaoke Mic Speaker (Rose Gold)-53603.jpeg', 'BONAOK Wireless Microphone Karaoke, Small Karaoke Mic Speaker (Rose Gold)-32053.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-05 12:47:58', '2024-02-05 12:47:58'),
(3483, 'Level.2 Step-Through Commuter Ebike', 'V1R72fDCr', 14, 'Level.2 Step-Through Commuter Ebike\r\nMeet the Level.2 Step-through, the perfect balance of comfort, efficiency, and ease of use. Its integrated features, including preinstalled fenders, a sturdy rear rack, and a front suspension fork, provide unparalleled protection from the elements and an effortless gear-carrying experience. Thanks to the integrated battery and lights, you\'ll go further and stay visible.', 1699.00, NULL, NULL, 1890.00, 'Level.2 Step-Through Commuter Ebike-16842.jpeg', 'Level.2 Step-Through Commuter Ebike-73828.jpeg', 'Level.2 Step-Through Commuter Ebike-68147.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-05 12:53:45', '2024-02-05 12:53:45'),
(3484, 'Vanity Planet - Face & Body Cleansing System - White', 'Ctzs96fXW', 13, 'Make your shower your sanctuary. Spin for an exhilarating cleansing experience complete with a 4-piece skin-perfecting face and body brush system that has self-care down to a science.', 19.99, NULL, NULL, 23.00, 'Vanity Planet - Face & Body Cleansing System - White-68499.jpeg', 'Vanity Planet - Face & Body Cleansing System - White-50731.jpeg', 'Vanity Planet - Face & Body Cleansing System - White-52810.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 13:11:55', '2024-02-05 13:11:55'),
(3485, 'Ugly Love: A Novel Paperback', 'vura94ddu', 10, 'You can get this Ugly Love: a novel Paperback reduced from $11.29 to $5.65\r\nWhen Tate Collins meets airline pilot Miles Archer, she doesn\'t think it\'s love at first sight. They wouldn’t even go so far as to consider themselves friends. The only thing Tate and Miles have in common is an undeniable mutual attraction. \r\nOnce their desires are out in the open, they realise they have the perfect set-up. He doesn’t want love, she doesn’t have time for love, so that just leaves .\r\n Their arrangement could be surprisingly seamless, as long as Tate can stick to the only two rules Miles has for her.', 5.65, NULL, NULL, 11.29, 'Ugly Love: A Novel Paperback-23628.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-05 13:12:24', '2024-02-05 13:12:24'),
(3486, 'Musical Instrument Microphone with XLR Cable', 'JTzBP2Nxl', 10, 'Support a variety of devices: fully support a variety of devices, such as DVD, KTV audio, reverb, mixer, tour bus, etc.; can be installed on any standard microphone stand (using a microphone clip - not included).\r\nWidely used: suitable for professional KTV, stage performances, business meetings, family or friends gatherings, outdoor performances, etc. Especially suitable for instrument recording, live musical performances, public speaking, podcasts, recording sessions and more\r\nThis product uses a magnetic switch to effectively reduce the impact sound when the microphone is turned on/off, effectively protecting the speaker unit.\r\nEasy to connect and use with included single male XLR cable and simple on/off switch(Professional grade 13 ft（4M）. XLR-to-1/4” cable supplied).\r\nSuper cardioid pick up pattern and built-in spherical wind and pop filter for separating background noise and delivering clear sound', 6.49, NULL, NULL, 8.49, 'Musical Instrument Microphone with XLR Cable-99950.jpeg', 'Musical Instrument Microphone with XLR Cable-45621.jpeg', 'Musical Instrument Microphone with XLR Cable-12733.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-05 13:14:07', '2024-02-05 13:14:07'),
(3487, 'First Lie Wins', 'EDu7ZhRtS', 10, 'First Lie Wins is an intriguing novel that keeps you on the edge of your seat. It\'s a gripping story filled with suspense, twists, and turns. As you dive into the pages, you\'ll be captivated by the complex characters and the web of lies they weave. If you\'re a fan of thrilling and suspenseful reads, \"First Lie\" is definitely a book you won\'t want to miss. Get ready for a rollercoaster ride of emotions.', 14.99, NULL, NULL, 17.72, 'First Lie Wins-90114.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-05 13:19:34', '2024-02-05 13:19:34'),
(3488, 'Ibanez GIO RG Series GRG7221QA-TKS - 7 String Electric Guitar', 'IlkFsvzLh', 10, 'The GIO RG Range. GRG7221QA-TKS is a 7 String Electric Guitar from the world leading Ibanez guitar brand / Ibanez renowned quality, playability and craftsmanship whatever your level or style of guitar playing.\r\nEasy on the hands: The GRG7221QA features a Poplar Tone wood contoured body and a GRG7 maple neck, with fantastic feel & comfortable playing. Allowing practice sessions or performances to go on all night, with ease.\r\nStyle & Substance: Ibanez classic styling w/ Black Hardware. Stable and reliable tuning, versatile H-H pickup configuration and synchronised tremolo. We want you to pick up your instrument and play it, repeatedly.\r\nIdeal for beginner & intermediate / Ibanez design every guitar, affordable or professional - with sound quality, comfort, style and ease of use in mind. Creating music at any level inspires passion.\r\nItems delivered: 1 x GRG7221QA Full Size 6-String Electric Guitar with Tremolo in \'Transparent Black Sunburst\' Finish / Tremolo arm / Guitar manual / Neck adjustment key.', 230.00, NULL, NULL, 269.00, 'Ibanez GIO RG Series GRG7221QA-TKS - 7 String Electric Guitar-18387.jpeg', 'Ibanez GIO RG Series GRG7221QA-TKS - 7 String Electric Guitar-10447.jpeg', 'Ibanez GIO RG Series GRG7221QA-TKS - 7 String Electric Guitar-82585.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-05 13:20:26', '2024-02-05 13:20:26'),
(3489, 'THE HOUSEMAID\'S SECRET FREIDA McFADDEN', 'IMdD6cjt6', 10, 'The Housemaid\'s Secret by Freida McFadden is a captivating novel that delves into the hidden lives and secrets of the characters. Set in a grand estate, this book takes you on a thrilling journey as the housemaid uncovers shocking truths that threaten to unravel everything. With suspense, drama, and unexpected twists, \"The Housemaid\'s Secret\" will keep you hooked from beginning to end. If you enjoy mysteries with a touch of intrigue, this book is definitely worth checking out! Happy reading!', 9.99, NULL, NULL, 12.99, 'THE HOUSEMAID\'S SECRET FREIDA McFADDEN-25316.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-05 13:23:27', '2024-02-06 23:06:20'),
(3490, 'Trolls Remix Rescue', '1UO5X2X5O', 11, 'Trolls Remix Rescue - PlayStation 5', 19.99, NULL, NULL, 49.90, 'Trolls Remix Rescue-66635.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-05 13:24:21', '2024-02-05 13:24:21'),
(3491, 'Blue Yeti USB Microphone for Recording, Streaming, Gaming', '8idHErhmG', 10, 'Recommended uses for product Streaming, Singing, Gaming\r\nBrand Logitech for Creators\r\nModel name Blue Yeti USB Mic\r\nConnectivity technology USB\r\nConnector type /\r\nSpecial feature Microphone\r\nCustom three-capsule array: This professional microphone produces clear, powerful, broadcast-quality sound for YouTube videos, Twitch streaming, podcasting, Zoom meetings, music recording and more\r\nBlue VO!CE software: Elevate your streamings and recordings with clear broadcast vocal sound and entertain your audience with enhanced effects, advanced modulation and HD audio samples\r\nFour pickup patterns: Flexible cardioid, omni, bidirectional, and stereo pickup patterns allow you to record in ways that would normally require multiple mics, for vocals, instruments and podcasts\r\nOnboard audio controls: Headphone volume, pattern selection, instant mute, and mic gain put you in charge of every level of the audio recording and streaming process\r\nPositionable design: Pivot the mic in relation to the sound source to optimise your sound quality thanks to the adjustable desktop stand and track your voice in real time with no-latency monitoring\r\nPlug \'n Play: Set up the computer mic in seconds with the included desktop stand or connect directly to a mic stand or boom arm and instantly start recording and streaming on Mac or PC', 70.60, NULL, NULL, 85.60, 'Blue Yeti USB Microphone for Recording, Streaming, Gaming-39171.jpeg', 'Blue Yeti USB Microphone for Recording, Streaming, Gaming-60086.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-05 13:26:09', '2024-02-05 13:26:09'),
(3492, 'Lemon Cake', 'sKCMmF6Kt', 11, 'Lemon Cake - Xbox Series X', 14.99, NULL, NULL, 29.99, 'Lemon Cake-97921.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-05 13:29:48', '2024-02-05 13:29:48'),
(3493, 'Too Late: Definitive Colleen Hoover', 'HlufRICu7', 10, 'Colleen Hoover is an amazing author known for her emotionally charged and captivating novels. \"Too Late: Definitive Edition\" is one of her popular works. It\'s a gripping story that explores complex relationships, secrets, and the power of love. With Colleen Hoover\'s signature writing style, you can expect a rollercoaster of emotions and a thought-provoking narrative. If you\'re a fan of intense and heartfelt stories, \"Too Late: Definitive Edition\" is definitely worth diving into. Happy reading!', 11.47, NULL, NULL, 18.99, 'Too Late: Definitive Colleen Hoover-11758.jpeg', 'Too Late: Definitive Colleen Hoover-75402.jpeg', 'Too Late: Definitive Colleen Hoover-75126.jpeg', 'Books', 3.5, NULL, 1, '2024-02-05 13:30:36', '2024-02-05 13:30:36'),
(3494, 'Music Alley MA-52 Classical Acoustic Guitar', 'mqTVqtUO3', 10, NULL, 12.90, NULL, NULL, 19.90, 'Music Alley MA-52 Classical Acoustic Guitar-33306.jpeg', 'Music Alley MA-52 Classical Acoustic Guitar-31145.jpeg', 'Music Alley MA-52 Classical Acoustic Guitar-27817.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-05 13:31:05', '2024-02-05 13:31:05'),
(3495, 'Story of Seasons', 'ymAUZx5wy', 11, 'Story of Seasons: Pioneers of Olive Town', 14.99, NULL, NULL, 39.99, 'Story of Seasons-88639.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-05 13:33:21', '2024-02-05 13:33:21'),
(3496, 'Don\'t Let Her Stay', '4k8bj5zix', 10, 'Don\'t Let Her Stay by Nicola Sanders is a gripping thriller that will keep you on the edge of your seat. This book takes you on a suspenseful journey as the protagonist unravels the dark secrets behind a mysterious woman\'s presence. With twists and turns at every corner, \"Don\'t Let Her Stay\" will have you guessing until the very end. If you enjoy thrilling and suspenseful reads, this book is definitely worth checking out. Happy reading', 11.43, NULL, NULL, 11.99, 'Don\'t Let Her Stay-78465.jpeg', 'Don\'t Let Her Stay-69020.jpeg', NULL, 'Books', 3.5, NULL, 1, '2024-02-05 13:35:21', '2024-02-05 13:35:21'),
(3497, 'Becko Bookshelf Bookcase Industrial 8 Tie-£20 Voucher', 'rv8nBzLYa', 10, 'color:%20brown,%20matte%20black.%0AMaterial%3A%20P2%20grade%20particle%20board,%20iron.%0AThickness%20of%20Particle%20Board%3A%200.6%20in%20(15%20mm).%0AWidth%20of%20Steel%20Pipe%3A%200.98%20in%20(25%20mm).%0AProduct%20Size%3A%2069.7%20%C3%97%2047.2%20%C3%97%2011.8%20in%20(177%20%C3%97%20120%20%C3%97%2030%20cm).%0APackage%20Contents%3A%20unassembled%20rack%20%C3%97%201,%20installation%20tool%20and%20accessory%20kit%20%C3%97%201,%20installation%20manual%20%C3%97%201.%0AApplies%20to%3A%20living%20room,%20bedroom,%20study,%20office,%20library,%20reading%20corner,%20etc.%0A%0AMatte%20black%20metal%20frame,%20together%20with%20rustic%20brown%20boards%20and%20mesh%20iron%20panels,%20creates%20a%20classic%20and%20durable%20storage%20rack%20that%20is%20uniquely%20shaped%20in%20industrial%20style.%0A8%20opens%20shelves%20ensures%20a%20large%20capacity.%20Besides%20serving%20as%20a%20bookshelf,%20it%20may%20also%20used%20as%20a%20storage%20rack%20or%20display%20platform.%20Simple%20yet%20classic%20design%20makes%20it%20easy%20to%20blend%20in%20your%20existing%20home%20decor.%0A%0AFeatures%3A%0A1.%20Premium%20Material%20-%20Processed%20out%20of%20P2%20grade%20particle%20board,%20more%20environmental,%20water-resistant,%20easy%20to%20clean,%20classic%20and%20durable.%20Thickened%20mesh%20iron%20panels%20may%20add%20to%20the%20clear%20sight%20between%20shelves.%20Aesthetically%20pleasing%20and%20practical.%0A2.%20Asymmetric%20Shelves%20-%20Combined%20with%20selected%20wood%20boards%20and%20iron%20mesh%20panels,%20our%20storage%20rack%20features%20asymmetric%20shelves%20that%20show%20a%20more%20aesthetic%20look.%0A3.%208%20Open%20Shelves%20-%20The%20overall%20size%20measures%2047.2%20%C3%97%2011.8%20%C3%97%2069.7%20inches%20and%20inner%20space%20is%20divided%20into%208%20open%20shelves,%20ensuring%20ample%20space%20for%20books,%20decorative%20pieces,%20potted%20plants,%20etc.%0A4.%20Stable%20and%20Durable%20-%20The%20X-shaped%20brackets%20on%20the%20back%20just%20conduce%20to%20the%20overall%20stability.', 26.97, NULL, NULL, 32.97, 'Becko Bookshelf Bookcase Industrial 8 Tie-£20 Voucher-85241.jpeg', 'Becko Bookshelf Bookcase Industrial 8 Tie-£20 Voucher-53063.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-05 13:37:55', '2024-02-05 13:37:55'),
(3498, 'Pure Daily Care - NanoSteamer Facial Steamer - White', 'tzn2h2N4n', 13, 'Update your body rejuvenation supplies with this Pure Daily Care nano steamer and humidifier. The nano-ionic steam helps enhance skin penetration, while an included five-piece surgical grade kit lets you easily remove blackheads and blemishes. This Pure Daily Care nano steamer and humidifier', 49.95, NULL, NULL, 60.99, 'Pure Daily Care - NanoSteamer Facial Steamer - White-72330.jpeg', 'Pure Daily Care - NanoSteamer Facial Steamer - White-20852.jpeg', 'Pure Daily Care - NanoSteamer Facial Steamer - White-93218.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 13:40:08', '2024-02-05 13:40:08'),
(3499, 'Flamenco Diamond Stud Earrings, 18ct White Gold', 'Kk1jdK57B', 10, 'An enchanting pair of diamond stud earrings crafted in 18ct white gold with 132 hand set diamonds totaling 0.72 ct. These miniature fan shaped earrings with a high polish finish are fitted with a post and omega clip for easy comfort and look dazzling worn alone or paired with our stacking rings. Flamenco is inspired by Annoushka\'s childhood memories of the exciting and romantic narrative of the traditional Andalusian Flamenco dance.', 5500.00, NULL, NULL, 5610.00, 'Flamenco Diamond Stud Earrings, 18ct White Gold-38939.jpeg', 'Flamenco Diamond Stud Earrings, 18ct White Gold-83511.jpeg', NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-05 13:41:56', '2024-02-05 13:41:56'),
(3500, 'Square Link Chain Bracelet', 'hyMntMMC5', 10, 'Sterling Silver\r\n8\" in Length\r\nLobster Lock', 350.00, NULL, NULL, 375.04, 'Square Link Chain Bracelet-97129.jpeg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-05 13:45:16', '2024-02-05 13:45:16'),
(3501, 'Kingdom Hearts III', 'tNVrJeaT4', 11, 'Kingdom Hearts III for Xbox One\r\n\r\nMODEL: 662248915067', 9.00, NULL, NULL, 19.99, 'Kingdom Hearts III-61251.jpeg', 'Kingdom Hearts III-83668.jpeg', 'Kingdom Hearts III-18931.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-05 13:45:24', '2024-02-05 13:45:24'),
(3502, 'Watch Dogs Legion', 'JPYRNx9pI', 11, 'Watch Dogs: Legion Limited Edition for PS4\r\n\r\nMODEL: 887256090630', 9.00, NULL, NULL, 19.99, 'Watch Dogs Legion-83528.jpeg', 'Watch Dogs Legion-84612.jpeg', 'Watch Dogs Legion-38388.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-05 13:50:31', '2024-02-05 13:50:31'),
(3503, 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW', 'YIv9yQwFg', 10, 'Looking for excellent cleaning results without giant energy bills? Then the Whirlpool 6th sense washing machine is a must-have. Using innovative 6th-sense technology, each load is individually controlled and assessed to minimise water and energy use. This not only helps to save you money in the long run, but also reduces your environmental impact.\r\n\r\nWith a generous, 15kg capacity, the washing machine is able to efficiently clean large loads of laundry in a single cycle - cutting-down on the need for multiple washes.\r\n\r\nAnd thanks to the user-friendly control panel, programming each spin cycle to match your exact washing needs is as easy as can be!\r\n\r\nProduct features\r\n\r\nDimensions 1067(H) x 699(W) x 686(D)mm\r\nMaterial Painted Steel\r\nSupplier Model Number 3LWTW4815FW\r\nVoltage 220-240V\r\nWarranty 1 Year\r\nWeight 61kg\r\nColour White\r\nLarge, 15kg capacity is perfect for commercial washing\r\nMultiple cycle options allow you to customise washes depending on contents\r\nEasy-to-use controls make it easy for staff to set washing cycles\r\nTop-mounted control panel allows for easy access in cramped utility rooms\r\nMade in the USA\r\nInnovative, 6th sense technology helps to save energy on each cycle\r\nHigh-efficiency agitator maximises washing performance\r\nRobust porcelain basket is able to handle regular, heavy use', 1000.00, NULL, NULL, 1163.98, 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW-95141.jpeg', 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW-25576.jpeg', 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW-92610.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-05 13:54:54', '2024-02-05 13:54:54'),
(3504, 'Crackdown 3', '22yARLT9G', 11, 'Crackdown 3 for Xbox One\r\n\r\nMODEL: 889842223903', 7.99, NULL, NULL, 19.99, 'Crackdown 3-23095.jpeg', 'Crackdown 3-97536.jpeg', 'Crackdown 3-46469.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-05 13:57:52', '2024-02-05 13:57:52'),
(3505, 'MICHAEL TODD BEAUTY - Pedimax Pedicure Foot Tool - Purple', 'IyTD1MGLd', 13, 'Expert Pedicure Foot Care Tool', 59.00, NULL, NULL, 60.99, 'MICHAEL TODD BEAUTY - Pedimax Pedicure Foot Tool - Purple-72104.jpeg', 'MICHAEL TODD BEAUTY - Pedimax Pedicure Foot Tool - Purple-54177.jpeg', 'MICHAEL TODD BEAUTY - Pedimax Pedicure Foot Tool - Purple-94596.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 14:02:10', '2024-02-05 14:02:10'),
(3506, 'JUKI TL-2010Q 1-Needle, Lockstitch, Portable Sewing Machine with Automatic Thread Trimmer for Quilting, Tailoring, Apparel and Home Decor & Bonus Package Including Bobbins and Needles', 'F8k7DUNDu', 10, 'Brand JUKI\r\nColour White\r\nMaterial Aluminium\r\nItem weight 38 Pounds\r\nPower source Corded Electric\r\nIs electric Yes\r\nHigh Performance Machine: The new Juki TL-2010Q is a high-performance sewing and quilting machine\r\nAutomatic Thread Trimmer: The machine is equipped with an automatic thread trimming device that simultaneously trims the needle and bobbin threads at the sewing end by lightly pressing the push-button\r\nKnee Lifter Lever: The knee lifter lever allows you to lift/lower the presser foot without using your hands. The presser foot can be raised as high as 12mm, so that light to heavyweight materials is easily handled in and out of the sewing area with ease\r\nAutomatic Needle Threader: The push lever automatic needle threader easily threads the needle without eyestrain and allows you to start sewing quickly\r\nLight-Weight and Portable: This portable, lightweight machine is easy to transport and can be carried wherever you desire\r\nDescription\r\nThe NEW Juki TL-2010Q is a high-performance sewing and quilting machine. The TL-2010Q is a single needle, lock-stitch, portable machine, constructed of aluminum die-casting to ensure industrial-quality sewing. With advanced features, such an industrial sub-tension system, variable speed control slider, and bright white LED lighting, this machine is built for precision sewing. With a large work area of up to 23 inches (with auxiliary table attached), the TL-2000Qi can handle large quilt, sewing or home decor project with ease. The New TL-2010Q allows you to trim top and bobbin threads using the Exclusive foot controlled trimming system. Just rock your heel back on the foot control, and thread is quickly and precisely cut. The machine is also equipped with an automatic thread button that simultaneously trims the needle and bobbin threads at the sewing end by lightly pressing the push-button. Both the Trim Button and the Foot Controller engage the advanced Juki industrial style', 800.00, NULL, NULL, 1016.61, 'JUKI TL-2010Q 1-Needle, Lockstitch, Portable Sewing Machine with Automatic Thread Trimmer for Quilting, Tailoring, Apparel and Home Decor & Bonus Package Including Bobbins and Needles-89026.jpeg', 'JUKI TL-2010Q 1-Needle, Lockstitch, Portable Sewing Machine with Automatic Thread Trimmer for Quilting, Tailoring, Apparel and Home Decor & Bonus Package Including Bobbins and Needles-17574.jpeg', 'JUKI TL-2010Q 1-Needle, Lockstitch, Portable Sewing Machine with Automatic Thread Trimmer for Quilting, Tailoring, Apparel and Home Decor & Bonus Package Including Bobbins and Needles-40951.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-05 14:02:41', '2024-02-05 14:02:41'),
(3508, 'South Park', 'eBX3N3V9L', 11, 'South Park: The Fractured But Whole for Xbox One\r\n\r\nMODEL: 887256015787', 9.00, NULL, NULL, 19.99, 'South Park-90362.jpeg', 'South Park-93671.jpeg', 'South Park-57918.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-05 14:09:17', '2024-02-05 14:09:17'),
(3509, 'ONDYN Tennis Bracelet', 'uWCGrX62n', 10, '18K Yellow Gold, Diamond\r\n6.5\" or 7.5\" length\r\nBezel set white diamonds\r\nImported', 5940.00, NULL, NULL, 6105.99, 'ONDYN Tennis Bracelet-11796.jpeg', 'ONDYN Tennis Bracelet-67924.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-05 14:10:27', '2024-02-05 14:10:27'),
(3510, 'Single Pearl drop earrings', 'R92SfoWGk', 10, 'These elegant earrings are hand made in New York City of 14kt yellow gold, handset with diamonds with beautiful freshwater pearls.\r\n14K Yellow Gold\r\n0.08ct Diamonds\r\n8mm Cultured freshwater pearls\r\nEarwire', 595.00, NULL, NULL, 750.88, 'Single Pearl drop earrings-42138.jpeg', 'Single Pearl drop earrings-21813.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-05 14:18:51', '2024-02-05 14:18:51'),
(3511, 'Nintendo Game', 'r8Xz4LmSV', 11, 'Nintendo Game & Watch : The Legend of Zelda\r\n\r\nMODEL: HXBSMAAAB', 39.00, NULL, NULL, 49.99, 'Nintendo Game-25072.jpeg', 'Nintendo Game-88056.jpeg', 'Nintendo Game-14103.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-05 14:19:49', '2024-02-05 14:19:49'),
(3512, 'Kranzle K1050TS Pressure Washer', 'IELpByywW', 10, 'For decades Kranzle have been highly regarded worldwide as a manufacturer of high quality products for professional applications.\r\nWith more & more domestic pressure washer owners growing tired of replacing their machine every couple of years Kranzle\'s smart & innovative design has enabled them to successfully integrate their professional quality into their domestic pressure washer range, providing reliable, dependable machines ideal for use around your home & garden.\r\nThe K1050TS features a brass pump with ceramic coated, stainless steel pistons & stainless steel spray lances with hardened stainless steel quick change fittings providing a higher level of durability than the standard plastic fittings & accessories that are common with domestic pressure washers.\r\nSuitable for a range of cleaning tasks around the home & garden, the K1050TS also provides onboard tool storage, integrated trolley design & performance to match it\'s exceptional reliability. The inclusive dirtkiller lance gives an ultra powerful spinning jet, ideal for removing stubborn dirt.\r\nFeatures & Benefits\r\n\r\nConvenient, Practical Design - integrated trolley design takes steps & rough ground in it\'s stride & also features convenient onboard hanger for storage of high pressure hose\r\nHigh Quality Brass Pump - formed of specially forged brass & featuring ceramic coated stainless steel pistons & water leakage feedback system, offering exceptionally long life\r\nTotal Stop System - pump is automatically turned off / on when the trigger is release / pressed, prolonging the pump life\r\nSmart Rapid Change System - intelligent quick change connector system made from hardened stainless steel offers quick, easy & safe connection of accesssories to the trigger gun\r\nAdvance Arrangement System - convenient holders for trigger gun & lance provide on board tool storage\r\nInclusive Dirtkiller Lance - provides ultra powerful spinning jet for removing stubborn dirt', 500.50, NULL, NULL, 669.50, 'Kranzle K1050TS Pressure Washer-64382.jpeg', 'Kranzle K1050TS Pressure Washer-98850.jpeg', 'Kranzle K1050TS Pressure Washer-67324.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-05 14:21:07', '2024-02-05 14:21:07'),
(3513, 'MICHAEL TODD BEAUTY - Sonicsmooth Dermaplaning System - Purple', 'aWUK1nMN8', 13, 'MICHAEL TODD BEAUTY - Sonicsmooth Dermaplaning System - Purple', 121.00, NULL, NULL, 154.00, 'MICHAEL TODD BEAUTY - Sonicsmooth Dermaplaning System - Purple-19497.jpeg', 'MICHAEL TODD BEAUTY - Sonicsmooth Dermaplaning System - Purple-60022.jpeg', 'MICHAEL TODD BEAUTY - Sonicsmooth Dermaplaning System - Purple-57851.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-05 14:23:14', '2024-02-05 14:23:14'),
(3514, 'Kranzle K10/122 TS Total Stop Quick Release 240V Industrial Pressure Washer (New Quick Release Model)', 'jYbAo5MqE', 10, 'Brand Kranzle\r\nPower source Corded Electric\r\nMaximum pressure 1960 Pound per Square Inch\r\nSpecification met CE\r\nTank volume 600 Litres', 596.83, NULL, NULL, 796.83, 'Kranzle K10/122 TS Total Stop Quick Release 240V Industrial Pressure Washer (New Quick Release Model)-91342.jpeg', 'Kranzle K10/122 TS Total Stop Quick Release 240V Industrial Pressure Washer (New Quick Release Model)-28699.jpeg', 'Kranzle K10/122 TS Total Stop Quick Release 240V Industrial Pressure Washer (New Quick Release Model)-51107.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-05 14:26:45', '2024-02-05 14:26:45'),
(3515, 'CD Slot Magnetic', 'DZsqVp8JG', 11, 'CD Slot Mount for Smartphones Setting up your phone on a mount in your car has never been easier! CD Slot Car Mount for smartphones saves you the hassle of placing your smartphone securely to make sure it doesnt fall. The UpperGear CD Slot car mount features a magnetic technology, which means your smartphone will be secure and have no chance of falling. When a phone is secure in place, it becomes easier to use for GPS navigation too. Features1) This magnetic car mount for cell phones and mini tablets is not bulky or space consuming at all. You no longer have to suffice for keeping your phone in the cup holder or dashboard, because a normal car mount gets in the way. This magnetic car mount inserts into the CD slot, thereby not blocking any other controls. The CD player is able to function with the magnetic car mount in it, so no worries. 2) Navigation is extremely easy with this magnetic car mount. It can easily rotate, fix, or tilt to any angle that best assists the viewer of the phone. 3)The magnetic technology is safe to use, and will not harm any smartphone. The carbon steel plates inside the magnetic car mount are ultra thin and designed in a way that it provides powerful holding power as well as absorbing magnetic instability. Along with being safe, it is also powerful, it attracts any phone to it quickly this is the auto-mount feature. The user can just bring the phone near the mount and it will take it easily, so the user no longer has to fuss about with safekeeping their phone Instructions how to set up the Mount1)Insert the mount in the Cd slot in your car, and titan it with the mounting screw. 2)Place the magnet metal plate in your case between the cover and the phone, Or stick on the round magnet metal on your phone or GPS 3)And your phone is go to go!', 19.99, NULL, NULL, 29.34, 'CD Slot Magnetic-20414.jpeg', 'CD Slot Magnetic-37752.jpeg', 'CD Slot Magnetic-91530.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-05 14:32:16', '2024-02-05 14:32:16'),
(3516, 'Vanity Planet - Facial Steamer - White', '90dgbZPPh', 13, 'Relax and unwind while detoxifying your skin of impurities and dead skin cells with our personal, at-home steamer system that’s perfect for all skin types.', 49.99, NULL, NULL, 68.00, 'Vanity Planet - Facial Steamer - White-21154.jpeg', 'Vanity Planet - Facial Steamer - White-84936.jpeg', 'Vanity Planet - Facial Steamer - White-73067.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-05 14:32:33', '2024-02-05 14:32:33'),
(3517, 'Pandora Moments Heart Clasp Snake Chain Bracelet', 'xvr5NVUM7', 10, 'The Pandora Moments Heart Clasp Snake Chain Bracelet is a stunning piece of jewelry that combines elegance and personalization. This bracelet features a beautiful heart-shaped clasp and a sleek snake chain design. It\'s the perfect accessory to showcase your unique style and add a touch of sophistication to any outfit. With the ability to add and customize Pandora charms, you can create a bracelet that tells your own story and holds special meaning. Whether you\'re treating yourself or looking for a thoughtful gift, the Pandora Moments Heart Clasp Snake Chain Bracelet is a timeless choice.', 63.89, NULL, NULL, 75.99, 'Pandora Moments Heart Clasp Snake Chain Bracelet-90749.jpeg', NULL, NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-05 14:35:14', '2024-02-05 14:35:14');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3518, 'Pure Daily Care - DermaWave Clinical Radio Frequency Machine', 'rQrjRWBmT', 13, 'Maintain healthy skin with this DermaWave clinical-grade radio frequency machine. An intelligent temperature control chip enhances safety, while the painless procedure provides a non-surgical skin-tightening solution.', 239.95, NULL, NULL, 284.00, 'Pure Daily Care - DermaWave Clinical Radio Frequency Machine-53256.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-05 14:37:03', '2024-02-05 14:37:03'),
(3519, 'Tommy Hilfiger Jewelry Women\'s Stainless Steel Earrings', 'yVcITffV8', 10, 'Box chain earrings\r\nPolished two-tone stainless steel and carnation gold\r\nLength: 3.5 cm\r\nCrystals on Post, colored enamel Tommy stripes on side of the', 43.56, NULL, NULL, 74.07, 'Tommy Hilfiger Jewelry Women\'s Stainless Steel Earrings-67007.jpeg', NULL, NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-05 14:43:47', '2024-02-05 14:43:47'),
(3520, 'Insignia™ - 12-Piece GoPro Accessory Kit for Most GoPro Cameras', 'zW35VzsDO', 13, 'Whether you manage a travel vlog or enjoy sharing important moments with friends and family, amp up your video’s production quality with the NS-GPK23 12-Piece GoPro Accessory Kit for Most GoPro Cameras.', 59.99, NULL, NULL, 80.00, 'Insignia™ - 12-Piece GoPro Accessory Kit for Most GoPro Cameras-71608.jpeg', 'Insignia™ - 12-Piece GoPro Accessory Kit for Most GoPro Cameras-90177.jpeg', 'Insignia™ - 12-Piece GoPro Accessory Kit for Most GoPro Cameras-70923.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-05 14:46:56', '2024-02-05 14:46:56'),
(3521, 'Apple Watch Series 9 (GPS) 45mm Midnight Aluminum Case with Midnight Sport Band - S/M - Midnight', 'bedEhLIKk', 13, 'Apple Watch Series 9 helps you stay connected, active, healthy, and safe. Featuring double tap, a magical way to interact with Apple Watch, an even-brighter display, faster on-device Siri, and Precision Finding for iPhone.', 359.00, NULL, NULL, 402.00, 'Apple Watch Series 9 (GPS) 45mm Midnight Aluminum Case with Midnight Sport Band - S/M - Midnight-26521.jpeg', 'Apple Watch Series 9 (GPS) 45mm Midnight Aluminum Case with Midnight Sport Band - S/M - Midnight-91516.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-02-05 14:57:03', '2024-02-05 14:57:03'),
(3522, 'Ac Dc Adapter Charger', 'dRRPet62Q', 11, 'Ac Dc Adapter Charger For Tenker Pd918 Thzy 9001 9301 Portable Dvd Player Power Supply Cord Mains', 28.99, NULL, NULL, 30.26, 'Ac Dc Adapter Charger-87154.jpeg', NULL, NULL, 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-05 15:04:48', '2024-02-05 15:04:48'),
(3523, 'Stroller Cushion Universal Baby Pram Seat Pad Winter Soft Comfortable Cotton Kids Pushchair Car Mat Stroller Accessories', 'YdB4GF1OX', 12, 'Model Number\r\nHSB22-158\r\nType\r\nSeat Cushion\r\nMaterial\r\nCOTTON,Polyester\r\nBrand Name\r\nHOUSBAY', 15.56, NULL, NULL, 21.56, 'Stroller Cushion Universal Baby Pram Seat Pad Winter Soft Comfortable Cotton Kids Pushchair Car Mat Stroller Accessories-84705.jpeg', 'Stroller Cushion Universal Baby Pram Seat Pad Winter Soft Comfortable Cotton Kids Pushchair Car Mat Stroller Accessories-59702.jpeg', 'Stroller Cushion Universal Baby Pram Seat Pad Winter Soft Comfortable Cotton Kids Pushchair Car Mat Stroller Accessories-79281.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-05 15:06:32', '2024-02-05 15:06:32'),
(3524, 'Apple Watch Ultra 2 (GPS + Cellular) 49mm Titanium Case with Indigo Alpine Loop - Medium - Titanium', 'qlqoRGJIH', 13, 'Apple Watch Ultra 2 (GPS + Cellular) 49mm Titanium Case with Indigo Alpine Loop - Medium - Titanium', 799.00, NULL, NULL, 867.00, 'Apple Watch Ultra 2 (GPS + Cellular) 49mm Titanium Case with Indigo Alpine Loop - Medium - Titanium-24396.jpeg', 'Apple Watch Ultra 2 (GPS + Cellular) 49mm Titanium Case with Indigo Alpine Loop - Medium - Titanium-42525.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-05 15:07:03', '2024-02-05 15:07:03'),
(3525, 'Apple - Magic Keyboard for 11-inch iPad Pro (1st, 2nd, or 3rd Generation) and iPad Air (4th, or 5th Generation) - White', 'a8tdSwQi5', 13, 'The Magic Keyboard is the perfect companion for iPad Pro and iPad Air. Now available in two colors, it features a comfortable, responsive typing experience, a trackpad that opens up new ways to work, a USB-C port for charging, backlit keys, and front and back protection.', 299.00, NULL, NULL, 460.00, 'Apple - Magic Keyboard for 11-inch iPad Pro (1st, 2nd, or 3rd Generation) and iPad Air (4th, or 5th Generation) - White-44974.jpeg', 'Apple - Magic Keyboard for 11-inch iPad Pro (1st, 2nd, or 3rd Generation) and iPad Air (4th, or 5th Generation) - White-84002.jpeg', 'Apple - Magic Keyboard for 11-inch iPad Pro (1st, 2nd, or 3rd Generation) and iPad Air (4th, or 5th Generation) - White-70528.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-05 15:11:31', '2024-02-05 15:11:31'),
(3526, 'Portable DVD Player', 'IaoxjzZrH', 11, '16.9 Portable DVD Player with 14.1 Large HD Screen,High Volume Speaker,with Extra Carrying Bag,Supports 6 Hours Built-in Battery and USB/SD Card/Sync TV [Not Support Blu-Ray]', 100.99, NULL, NULL, 177.98, 'Portable DVD Player-85123.jpeg', 'Portable DVD Player-24300.jpeg', 'Portable DVD Player-55029.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-05 15:13:46', '2024-02-05 15:13:46'),
(3527, '1Pcs Bathrobe Animal Suit Fit 17inch Animal Suit Fit 43c', 'Zwlrltklp', 12, 'Form\r\n1/8\r\nBJD/SD Attribute\r\nSuit\r\nMfg Series Number\r\nFashion\r\nWarning\r\n>3', 2.98, NULL, NULL, 3.98, '1Pcs Bathrobe Animal Suit Fit 17inch Animal Suit Fit 43c-90356.jpeg', '1Pcs Bathrobe Animal Suit Fit 17inch Animal Suit Fit 43c-93623.jpeg', '1Pcs Bathrobe Animal Suit Fit 17inch Animal Suit Fit 43c-90664.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-05 15:19:12', '2024-02-05 15:19:12'),
(3528, 'Anker - 3-in-1 Cube with MagSafe - Gray', '06rMsp5IU', 13, 'Anker 3-in-1 Cube with MagSafe, 15W Max Fast Charging Wireless Charger, for iPhone 12 - 15 series, Apple Watch Series 1-9/SE, and AirPods Pro/3/2', 149.99, NULL, NULL, 190.00, 'Anker - 3-in-1 Cube with MagSafe - Gray-32739.jpeg', 'Anker - 3-in-1 Cube with MagSafe - Gray-39707.jpeg', 'Anker - 3-in-1 Cube with MagSafe - Gray-65520.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-05 15:20:19', '2024-02-05 15:20:19'),
(3529, 'Portable Radio', 'zBKwDr2GN', 11, 'SUPERSONIC Portable Radio SC-1097BT 3 Band Radio with Bluetooth and Flashlight', 29.99, NULL, NULL, 38.99, 'Portable Radio-72056.jpeg', NULL, NULL, 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-05 15:20:23', '2024-02-05 15:20:23'),
(3530, 'Ninja - Espresso & Coffee Barista System, Single Serve & Nespresso, with 12-Cup Carafe, 4 Styles with Ristretto - Black', 'Pidb3uJMw', 13, 'Brew more than just espresso with the Ninja Espresso & Coffee Barista System. Brew more than just a standard espresso shot with 4 distinct styles. Brew a standard espresso shot (40ml), a Lungo for a larger, less concentrated shot (110ml), an espresso shot over ice (30ml)', 199.99, NULL, NULL, 280.00, 'Ninja - Espresso & Coffee Barista System, Single Serve & Nespresso, with 12-Cup Carafe, 4 Styles with Ristretto - Black-86096.jpeg', 'Ninja - Espresso & Coffee Barista System, Single Serve & Nespresso, with 12-Cup Carafe, 4 Styles with Ristretto - Black-20474.jpeg', 'Ninja - Espresso & Coffee Barista System, Single Serve & Nespresso, with 12-Cup Carafe, 4 Styles with Ristretto - Black-68630.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-05 15:26:19', '2024-02-05 15:26:19'),
(3531, 'Security key - USB-C', 'RhsqE5tO0', 11, 'Yubico YubiKey 5Ci - Two factor authentication security key - USB-C / Lightning', 70.99, NULL, NULL, 89.99, 'Security key - USB-C-96077.jpeg', 'Security key - USB-C-44421.jpeg', 'Security key - USB-C-62077.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-05 15:33:17', '2024-02-05 15:33:17'),
(3532, 'Pure, Raw & Unfiltered Honey', 'Ig4JmWTT1', 12, 'Nate\'s 100% Pure, Raw & Unfiltered Honey is a sweetener as nature intended, with one ingredient: Honey. All we add is the bottle.\r\nPURITY GUARANTEE: Every bottle of Nate\'s most-trusted honey has a purity guarantee to uphold strict testing standards that provide an unmatched level of care and precision that would make any honeybee proud.\r\nBEST TASTE: Our blend of honey varietals is crafted for exceptional taste, earning us an award-winning flavor through ChefsBestTM.\r\nRAW & UNFILTERED: Raw & Unfiltered means it is gently warmed for pourability and unfiltered to keep the natural goodness, like pollen, intact.\r\nDAILY DRIZZLE: Enjoy Nate\'s 100% Pure, Raw & Unfiltered Honey on anything needing a little natural sweetness - morning coffee or tea, oatmeal, yogurt - or as a better-for-you sweetener in baked goods.', 7.93, NULL, NULL, 10.63, 'Pure, Raw & Unfiltered Honey-23965.jpeg', 'Pure, Raw & Unfiltered Honey-65884.jpeg', 'Pure, Raw & Unfiltered Honey-64115.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-05 16:00:42', '2024-02-05 16:00:42'),
(3533, '3Pcs=Set+Hat+Shoes Doll Clothes Fit 17inch 43cm Baby', 'G80pdgCT8', 12, 'Form\r\n1/8\r\nBJD/SD Attribute\r\nSuit\r\nMfg Series Number\r\nFashion\r\nWarning\r\nkeep away fire', 2.35, NULL, NULL, 3.35, '3Pcs=Set+Hat+Shoes Doll Clothes Fit 17inch 43cm Baby-23738.jpeg', '3Pcs=Set+Hat+Shoes Doll Clothes Fit 17inch 43cm Baby-93311.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-05 16:00:44', '2024-02-05 16:00:44'),
(3534, 'KitchenAid - Shave Ice Attachment, KSMSIA - White', 'OMJgrkrM4', 13, 'Shave Ice is no ordinary frozen treat. Traditionally made by shaving large blocks of ice, its texture is light & fluffy - unlike the hard and crunchy snow cone. With the KitchenAid® Shave Ice Attachment it\'s so easy to create light, fluffy and snow-like shaved ice to elevate a variety of desserts and drinks.', 99.99, NULL, NULL, 189.00, 'KitchenAid - Shave Ice Attachment, KSMSIA - White-36181.jpeg', 'KitchenAid - Shave Ice Attachment, KSMSIA - White-15979.jpeg', 'KitchenAid - Shave Ice Attachment, KSMSIA - White-68234.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 16:13:33', '2024-02-05 16:13:33'),
(3535, 'VonHaus Oil Filled Radiator 11 Fin Oil Heater Portable Electric 2500W', '4t6Kj39af', 10, 'The VonHaus Oil Filled Radiator is a portable and efficient electric heater that\'s perfect for keeping you warm and cozy. With 11 fins and a powerful 2500W output, it provides consistent and comfortable heat in any room. The oil-filled design helps to retain heat for longer periods, even after the heater is turned off. It\'s easy to move around thanks to its portable design and built-in handle. Whether you need some extra warmth in your living room, bedroom, or office, the VonHaus Oil Filled Radiator is a reliable choice. Stay snug and comfortable during those chilly days', 78.91, NULL, NULL, 112.75, 'VonHaus Oil Filled Radiator 11 Fin Oil Heater Portable Electric 2500W-55568.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-05 16:15:24', '2024-02-05 16:15:24'),
(3536, 'Automotive Scanner Ms906s Autel Latin American Version', 'p3cRBBEnJ', 10, 'The Autel MS906S automotive scanner Latin American version is a powerful and versatile tool for diagnosing and solving vehicle problems. With its extensive coverage of makes and models, it allows you to access your car\'s electronic systems and obtain accurate data on performance and possible failures. With an easy-to-use interface and regular updates, the Autel MS906S is a reliable choice for mechanics and auto enthusiasts. Keep your vehicle in top condition with this high-quality automotive scanner.', 1450.00, NULL, NULL, 1550.05, 'Automotive Scanner Ms906s Autel Latin American Version-24854.jpeg', 'Automotive Scanner Ms906s Autel Latin American Version-67137.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-05 16:21:10', '2024-02-05 16:21:10'),
(3537, 'Samsung - BESPOKE 23 cu. ft. 4-Door French Door Counter Depth Smart Refrigerator with Family Hub - White Glass', 'r6eZcU7bE', 13, 'Counter Depth 4-Door French Door Refrigerator with customizable and changeable door panels available in a variety of colors and finishes featuring Samsung’s Family Hub which lets you see inside your refrigerator, manage your family’s calendars, stream music, see who’s at the front door and much more', 3088.00, NULL, NULL, 3869.00, 'Samsung - BESPOKE 23 cu. ft. 4-Door French Door Counter Depth Smart Refrigerator with Family Hub - White Glass-64265.jpeg', 'Samsung - BESPOKE 23 cu. ft. 4-Door French Door Counter Depth Smart Refrigerator with Family Hub - White Glass-38340.jpeg', 'Samsung - BESPOKE 23 cu. ft. 4-Door French Door Counter Depth Smart Refrigerator with Family Hub - White Glass-31644.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-05 16:27:38', '2024-02-05 16:27:38'),
(3538, 'Sunex 1500 Lb. Car Dolly', 'cFvGfhcel', 10, 'Dead engines, locked steering wheels, and small spaces are no problem for Sunex car dollies. It can be used in singles, pairs, 3\'s, or 4\'s to move vehicles in any direction.\r\nOversized L-shaped foot pedal protect user from jamming toes on wheel\r\nSturdy ratcheting design is maintenance free unlike competitive hydraulic units\r\nConvenient carrying handle for transportation\r\nLocking casters on outboard wheels secure vehicle and comply with ASME-pals 2014 standards', 149.99, NULL, NULL, 355.93, 'Sunex 1500 Lb. Car Dolly-90577.jpeg', 'Sunex 1500 Lb. Car Dolly-31497.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-05 16:28:13', '2024-02-05 16:28:13'),
(3539, 'Campbell\'s Condensed Healthy Request', '6HRIr8EYi', 12, '10.75-Oz Campbell\'s Condensed Healthy Request Soup (Tomato Soup or Chicken Noodle)', 1.15, NULL, NULL, 1.54, 'Campbell\'s Condensed Healthy Request-16883.jpeg', 'Campbell\'s Condensed Healthy Request-34699.jpeg', 'Campbell\'s Condensed Healthy Request-25048.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-05 16:29:47', '2024-02-05 16:29:47'),
(3540, 'Bosch - 800 Series 20.5 Cu. Ft. French Door Bottom Mount Counter-Depth Refrigerator with Refreshment Center - White', 's5Cxaidec', 13, 'Freestanding fridge-freezers with freezer at bottom. If freedom in planning and cooking is one of the top priorities on your living menu, take a closer look at these freestanding fridges with freezers at the bottom. They are user-friendly in the interior, so your fresh food is always placed conveniently at eye level', 4799.00, NULL, NULL, 5045.00, 'Bosch - 800 Series 20.5 Cu. Ft. French Door Bottom Mount Counter-Depth Refrigerator with Refreshment Center - White-13384.jpeg', 'Bosch - 800 Series 20.5 Cu. Ft. French Door Bottom Mount Counter-Depth Refrigerator with Refreshment Center - White-57226.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-05 16:35:20', '2024-02-05 16:35:20'),
(3541, 'Betty Crocker Reese\'s Peanut Butter Premium Brownie Mix', 'Yn3XtdpdZ', 12, '16-Oz. Betty Crocker Reese\'s Peanut Butter Premium Brownie Mix', 2.75, NULL, NULL, 3.46, 'Betty Crocker Reese\'s Peanut Butter Premium Brownie Mix-22207.jpeg', 'Betty Crocker Reese\'s Peanut Butter Premium Brownie Mix-67768.jpeg', 'Betty Crocker Reese\'s Peanut Butter Premium Brownie Mix-97904.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-05 16:38:37', '2024-02-05 16:38:37'),
(3542, 'Pumpkin Pie Spice', 'OQlbSClxd', 12, '16-Oz Happy Belly Pumpkin Pie Spice w/ S&S + Free Shipping', 6.41, NULL, NULL, 7.32, 'Pumpkin Pie Spice-67111.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-02-05 16:49:39', '2024-02-05 16:49:39'),
(3543, 'WWE 2K24 Deluxe Edition - PlayStation 5', 'f4OJaFiLU', 13, 'Grow your MyFACTION card collection with the WWE 2K24 Deluxe Edition, including the Deluxe Edition Bonus Pack, Nightmare Family Pack with MyFACTION content, and the Season Pass!', 99.90, NULL, NULL, 150.00, 'WWE 2K24 Deluxe Edition - PlayStation 5-59226.jpeg', 'WWE 2K24 Deluxe Edition - PlayStation 5-39096.jpeg', 'WWE 2K24 Deluxe Edition - PlayStation 5-28571.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-05 16:49:41', '2024-02-05 16:49:41'),
(3544, 'Green Touch Xtreme Pro Series Lockable Backpack Blower Rack', 'W8eJblV9Z', 10, 'Patent designed spring loaded bushing\r\nStainless steel padlock\r\nRubber anti-vibration skid pad\r\nVinyl coated securing bar and locking handle\r\nMade with 100% steel\r\nMinimal assembly required, secure your backpack blower in minutes\r\nMower can fit under blower rack easily in enclosed trailers\r\nBlower tube holder included, keyed lock included\r\nSame secure locking system as the Xtreme Pro series trimmer racks, works on all makes and models\r\nEliminates theft, easy to see Pro series neon green color, fits on open and enclosed trailers, rack height: 24 in', 247.99, NULL, NULL, 315.88, 'Green Touch Xtreme Pro Series Lockable Backpack Blower Rack-82103.jpeg', 'Green Touch Xtreme Pro Series Lockable Backpack Blower Rack-59088.jpeg', 'Green Touch Xtreme Pro Series Lockable Backpack Blower Rack-81669.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-05 16:49:55', '2024-02-05 16:49:55'),
(3545, 'Stanley Bailey Low Angle Block Plane', 'typPDmaWN', 10, 'A low angle block plane is ideal for planing end grain and plastic materials. Gray, cast-iron base with precision-ground sides and bottom. 12-920 block plane has a fully adjustable cutter resting at 21°. Cutter adjusts for depth and alignment, offering precise control. Quick-release cam-lock makes iron removal easy.\r\n\r\nWhen planing end grain and plastic materials a low angle block plane is ideal\r\nPrecision-ground sides and bottom with a gray, cast-iron base\r\nThe cutter rests at 21°\r\nOffers precise control with depth and alignment of cutter\r\nRemove iron with quick-release cam-lock', 37.79, NULL, NULL, 81.28, 'Stanley Bailey Low Angle Block Plane-85492.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-05 16:54:12', '2024-02-05 16:54:12'),
(3546, 'Earthway 40 lb 9 In. WHL Spreader', 'w6zJdilNp', 10, '40 lb estate spreader\r\n40 lb deluxe dreader 9 In. air filled tires\r\n9 In. air filled tires\r\n40 lb capacity\r\nT-handle\r\nSolid linkage', 191.37, NULL, NULL, 231.99, 'Earthway 40 lb 9 In. WHL Spreader-98300.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-05 16:56:39', '2024-02-05 16:56:39'),
(3547, 'Gel Blaster Surge', 'ieNGBivgp', 13, 'Experience the SURGE and blast the revolutionary water-based Gellets. Rechargeable, mess-free, non-toxic, and safe for kids! The next generation of fun is here, introducing the Gel Blaster Surge! Gel Blasters blast eco-friendly, water based ammo called Gellets! You can play anytime anywhere, even indoors!', 49.99, NULL, NULL, 98.00, 'Gel Blaster Surge-91454.jpeg', 'Gel Blaster Surge-12452.jpeg', NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-05 16:59:09', '2024-02-05 16:59:09'),
(3548, 'Fiskars 53in Steel Posthole Digger', 'k0S1sncdu', 10, 'The Fiskars® steel posthole digger makes it easy to dig extra deep postholes in tough soil. The welded steel construction is far more durable than wood and won\'t flex like fiberglass, and it includes a welded steel pivot joint so there are no loose nuts or bolts.\r\nIdeal for digging deep postholes\r\nOffset handles let you dig postholes up to 12\" deeper than traditional models and protect your knuckles while you dig\r\nWelded 14-gauge steel blades and 16-gauge steel shafts provide durability that far outlasts wood-handled tools and won\'t flex like fiberglass\r\nWelded steel pivot joint eliminates nuts and bolts that can loosen and rust\r\nSharpened blades makes it easy to penetrate tough soil or break up hardened dirt clods\r\nPowder-coated steel resists rust and offers easy cleaning', 66.99, NULL, NULL, 100.99, 'Fiskars 53in Steel Posthole Digger-96222.jpeg', 'Fiskars 53in Steel Posthole Digger-56489.jpeg', NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-05 16:59:22', '2024-02-05 16:59:22'),
(3549, 'Bluebird Sod Cutter', 'zCONMc5ln', 10, 'Whether you are preparing for a new landscape bed, clearing for a new sidewalk or driveway, or tackling home improvement projects that require temporarily removing sod, bluebirds 18 In. sod cutter is designed to make even the toughest job quick and easy. Features include five-speed gear selection, pistol-style handle arrangement and simplified depth setting.\r\nPower: 5.5 HP\r\nEngine manufacturer: Honda\r\nTransmission type 5-speed gear\r\nClutch mechanism: centrifugal, throttle controlled', 5599.95, NULL, NULL, 5700.00, 'Bluebird Sod Cutter-39382.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-05 17:02:53', '2024-02-05 17:02:53'),
(3550, 'Betty Crocker Bisquick Pancake and Baking Mix', '3NgmIEJxJ', 12, 'Pancake mix that makes fluffy, mouth-watering pancakes, waffles, and more.\r\nQuick and easy breakfast; just add water and pour onto griddle\r\nWholesome pancake mix contains no artificial flavors and no preservatives.\r\nEasy to personalize with fruits, nuts or chocolate chips\r\nSize 40 oz, Pack of 2', 7.52, NULL, NULL, 14.14, 'Betty Crocker Bisquick Pancake and Baking Mix-97729.jpeg', 'Betty Crocker Bisquick Pancake and Baking Mix-56162.jpeg', 'Betty Crocker Bisquick Pancake and Baking Mix-62520.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-05 17:06:27', '2024-02-05 17:06:27'),
(3551, 'TRG Inc 21in Groundskeeper II Rake', 'testtcq2y', 10, 'The use of modern materials like the unbreakable co-polymer head and fiberglass handle make the Groundskeeper II extremely lightweight. The angled, spring loaded tines make this rake dig in, requiring No Down Pressure. This allows you to rake standing straight up, taking pressure off of your back. This rake also self cleans with one pass on the ground when turned over. The combination of these features lets you work longer and accomplish more with less effort than traditional rakes. Increased efficiency cuts your raking time by as much as 25%, resulting in labor savings for both the home and business owner. The swivel hanger at the end of the handle also allows for easy storage when not in use. The Groundskeeper II has a head length of 21 In. and has 28 Tines with a handle length of 55 In.', 44.99, NULL, NULL, 99.67, 'TRG Inc 21in Groundskeeper II Rake-48985.jpeg', 'TRG Inc 21in Groundskeeper II Rake-43361.jpeg', NULL, 'Lawn and garden', 5.0, NULL, 1, '2024-02-05 17:11:06', '2024-02-05 17:11:06'),
(3552, 'Brentwood 10 Cube HDPE Double Wheel Wheelbarrow - BW10D', 'Uqu3ZlEr6', 10, 'Brentwood’s heavy duty wheelbarrows, often referred to as Brentwoods, are durably constructed to make any job successful. The pan, which is the most important element of any wheelbarrow, is constructed of heavy-gauge HDPE, making it lightweight and impervious to rust damage. We selected only the best components to round out a wheelbarrow that is second to none: hardwood handles sourced in North America, sealed precision bearings, and a structural steel frame. Whether you’re hauling concrete or mulch, your Brentwood will last longer than competing wheelbarrows and won’t weigh you down on the job.', 335.99, NULL, NULL, 336.76, 'Brentwood 10 Cube HDPE Double Wheel Wheelbarrow - BW10D-24539.jpeg', 'Brentwood 10 Cube HDPE Double Wheel Wheelbarrow - BW10D-42659.jpeg', 'Brentwood 10 Cube HDPE Double Wheel Wheelbarrow - BW10D-70649.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-05 17:20:09', '2024-02-05 17:20:09'),
(3553, 'Jumanji', 'KgwYBms2x', 12, 'Jumanji: Wild Adventures - PlayStation 4', 19.99, NULL, NULL, 39.99, 'Jumanji-33054.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-05 23:48:36', '2024-02-05 23:48:36'),
(3554, 'The Diofield Chronicle', 'nghO8N9qj', 12, 'The Diofield Chronicle PlayStation 4 with Free Upgrade to the Digital PS5 Version', 19.99, NULL, NULL, 39.99, 'The Diofield Chronicle-44397.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-05 23:56:44', '2024-02-05 23:56:44'),
(3555, 'Diamond Eternity Toe Ring', '1LIGctrBP', 17, 'An eternity diamond toe ring consisting of 31 round cut diamonds weighing .42 ctw all set in 14k gold.  The diamonds are secure in four prongs and secured by a channel on each side.\r\n\r\nBecause everyone should be head to toe in diamonds.\r\n\r\n\r\n\r\nAPPRAISAL: Every piece of jewelry will come with a formal jewelry appraisal through Mariloff Diamonds for insurance, estate distribution, quality verification, and value confirmation. Qualified GIA certified consultants are committed to providing highly qualified valuations and handle each piece with the utmost care and respect with every experience. The appraisal includes imperative details if needed, the piece can be perfectly replicated!\r\n\r\nWARRANTY: All Diamond Monarch jewelry comes with a 1-year warranty. Please contact us as soon as there is an issue or repair needed.\r\n\r\nIMPORTANT: Please note: If your Diamond Monarch jewelry is worked on by another jeweler or altered by anyone other than Diamond Monarch L.L.C., this will void your warranty. Customers will be responsible for any repair cost.\r\n\r\nRESIZING: Once you get your rings from us and you need to have them resized, we will do this at no cost. You have 30 days from delivery to request a free resize. After 30 days there is a small flat fee for resizing each ring.\r\n\r\nMADE TO ORDER: Depending on the intricacy of the piece please allow between 6-8 weeks for these pieces to be made and shipped. Thank you very much for your understanding.\r\n\r\nITEMS IN STOCK: Ready to ship: 2-5 days, plus shipping.\r\n\r\nIf you have a rush inquiry or would like to discuss a modification to the order, please contact us with your specific request prior to ordering. A rush may be possible, but not with all items.\r\n\r\nShipping: USA - USPS Priority Mail 2-3 Days with Tracking.\r\nAll other countries - USPS Priority Mail with Tracking.\r\n\r\nINTERNATIONAL FEES: Purchaser is responsible for any duties, customs, or fees imposed by your country when shipping internationally. We do not collect this tax or know how much your country may charge. Note: If you would like another form of shipping, please send me a message.\r\n\r\nNOTE: We strongly encourage international buyers to check with their postal service first before purchasing items. There may be additional fees and or duties that are the customer\'s responsibility.\r\nRETURN AND REFUND POLICY\r\nBeing happy with your jewelry is my top priority. I pride myself not only on exceptional jewelry, but the best customer service as well. Please contact me with any questions or concerns as soon as possible after receiving your order.\r\n\r\nIf you are somehow dissatisfied with your order, please contact me as soon as possible. Items may be returned or exchanged with a post date within 7 days of receiving the item. Pieces must be in the same condition as when they were received, and must be in original packaging. Items must be sent via USPS Priority (or other 2 day method with Fedex or UPS) fully insured and with a Delivery Confirmation.\r\n\r\nCustomer pays return shipping costs. Customers will be refunded the full amount, less shipping, and a small 10% restocking fee.\r\n\r\nPersonalized orders are judged on a case-by-case basis. They are usually not returnable, but in some instances we can take the return with a restocking fee. Please check with me beforehand.', 1425.00, NULL, NULL, 1480.99, 'Diamond Eternity Toe Ring-42414.jpeg', 'Diamond Eternity Toe Ring-19874.jpeg', 'Diamond Eternity Toe Ring-63559.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-06 00:00:27', '2024-02-06 00:00:27'),
(3556, '1PCS Silicone Teether Koala Elephant Handbells Rattles BPA Free Rodents Teething Necklace Food Grade Infant Chewable Baby Toys', 'L59atyPK9', 12, 'Size\r\n9cm\r\nPackage\r\nSeparates\r\nDimensions\r\n11cm\r\nModel Number\r\nPGJ1173', 3.65, NULL, NULL, 4.65, '1PCS Silicone Teether Koala Elephant Handbells Rattles BPA Free Rodents Teething Necklace Food Grade Infant Chewable Baby Toys-90350.jpeg', '1PCS Silicone Teether Koala Elephant Handbells Rattles BPA Free Rodents Teething Necklace Food Grade Infant Chewable Baby Toys-18848.jpeg', '1PCS Silicone Teether Koala Elephant Handbells Rattles BPA Free Rodents Teething Necklace Food Grade Infant Chewable Baby Toys-95031.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-06 00:00:27', '2024-02-06 00:00:27'),
(3557, 'Midnight Suns', 'W2ZIRjW2g', 12, 'Marvel&#39;s Midnight Suns: Enhanced Edition - PlayStation 5', 23.99, NULL, NULL, 29.99, 'Midnight Suns-67104.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-06 00:02:16', '2024-02-06 00:02:16'),
(3558, 'PatPat 100% Cotton Baby Boys / Girls Jumpsuits Cute Gira', 'iv506F64g', 12, 'PatPat 100% Cotton Baby Boys / Girls Jumpsuits Cute Gira', 10.63, NULL, NULL, 12.63, 'PatPat 100% Cotton Baby Boys / Girls Jumpsuits Cute Gira-54163.jpeg', 'PatPat 100% Cotton Baby Boys / Girls Jumpsuits Cute Gira-90088.jpeg', 'PatPat 100% Cotton Baby Boys / Girls Jumpsuits Cute Gira-28855.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-06 00:04:32', '2024-02-06 00:04:32'),
(3559, '14K REAL Solid Gold Diamond Minimalist Toe Ring, Dainty Baby Cute Zehenring Bezel Diamond Sized Midi Knuckle Toe Ring Body Jewelry', '3GT9fDFf8', 17, '• 14K Solid Gold (Stamped 14K for Purity Authenticity)\r\n• .042ctw Natural Genuine White Diamond\r\n• Diamond Shape: Round Brilliant ( 2 x 1.7mm)\r\n• Diamond Color: G-H (Near Colorless)\r\n• Diamond Clarity: SI1-SI2 (Slightly Included)\r\n• Diamond Setting: Bezel\r\n• Inner Diameter: 14mm\r\n• Adjusts ever so slightly to fit your toe shape - or even for your pinky ring!\r\n• Enjoy Free Shipping & Free Gift Box', 209.56, NULL, NULL, 261.95, '14K REAL Solid Gold Diamond Minimalist Toe Ring, Dainty Baby Cute Zehenring Bezel Diamond Sized Midi Knuckle Toe Ring Body Jewelry-83684.jpeg', '14K REAL Solid Gold Diamond Minimalist Toe Ring, Dainty Baby Cute Zehenring Bezel Diamond Sized Midi Knuckle Toe Ring Body Jewelry-68898.jpeg', '14K REAL Solid Gold Diamond Minimalist Toe Ring, Dainty Baby Cute Zehenring Bezel Diamond Sized Midi Knuckle Toe Ring Body Jewelry-84709.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-06 00:07:20', '2024-02-06 00:07:20'),
(3560, 'F1 Manager 2023', 'WJseOHYN9', 12, 'F1 Manager 2023 - Xbox Series X', 24.99, NULL, NULL, 54.99, 'F1 Manager 2023-26131.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-06 00:09:14', '2024-02-06 00:09:14'),
(3561, '106LED Solar Light Motion Intelligent Sensor IP65 Waterproof for Summer Nights Solar Power Outdoor', '9SOjudXQq', 12, 'Size\r\n10M\r\nUsage\r\nEMERGENCY\r\nIs Dimmable\r\nYes\r\nProtection Level\r\nIP65', 9.13, NULL, NULL, 11.13, '106LED Solar Light Motion Intelligent Sensor IP65 Waterproof for Summer Nights Solar Power Outdoor-77498.jpeg', '106LED Solar Light Motion Intelligent Sensor IP65 Waterproof for Summer Nights Solar Power Outdoor-72945.jpeg', '106LED Solar Light Motion Intelligent Sensor IP65 Waterproof for Summer Nights Solar Power Outdoor-67862.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-06 00:11:27', '2024-02-06 00:11:57'),
(3562, 'Royal Chain Hasta La Muerte with diamond inlay inspired by the style of Anuel AA', 'QB6Qke8wg', 17, 'Introducing the Real Hasta La Muerte chain, made with the utmost attention to detail and inspired by the style of the famous Puerto Rican singer Anuel AA.\r\n\r\nIt is available in four variants: gold plated and silver. The gold plated option exudes an air of opulence, while the silver plated option offers an elegant and sophisticated look. No matter which variant you choose, they are all meticulously crafted from high-quality zinc alloy, ensuring durability and longevity.', 22.48, NULL, NULL, 26.50, 'Royal Chain Hasta La Muerte with diamond inlay inspired by the style of Anuel AA-16021.jpeg', 'Royal Chain Hasta La Muerte with diamond inlay inspired by the style of Anuel AA-86988.jpeg', 'Royal Chain Hasta La Muerte with diamond inlay inspired by the style of Anuel AA-16472.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-06 00:14:26', '2024-02-06 00:14:26'),
(3563, 'The Quarry', 'pimQfTNhw', 12, 'The Quarry - Xbox Series X', 9.99, NULL, NULL, 19.99, 'The Quarry-62484.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-06 00:14:45', '2024-02-06 00:14:45'),
(3564, '14k Ball Chain Necklace - Double Strand Bead Chain Necklace - Dainty Layering Necklace - Solid Gold Stackable Necklace for Women', 'zVapWCM2H', 17, 'Real Solid Gold, not Gold Plated, not Gold Filled\r\n• Made to Order\r\n• Material: 14K\r\n• Available Gold Color: Yellow Gold\r\n• Ball Size: 2mm\r\n• Chain Thickness: 0.90mm\r\n\r\n• Worldwide Free Shipping\r\n• Easy return without asked any question\r\n• Customer satisfaction is our number one priority \r\n• We try to do our best for optimizing the post-purchase experience increasing transparency and trust \r\n• We produce only eco-friendly Jewelry\r\n\r\n✹ Wholesale requests are welcome', 277.60, NULL, NULL, 347.00, '14k Ball Chain Necklace - Double Strand Bead Chain Necklace - Dainty Layering Necklace - Solid Gold Stackable Necklace for Women-22259.jpeg', '14k Ball Chain Necklace - Double Strand Bead Chain Necklace - Dainty Layering Necklace - Solid Gold Stackable Necklace for Women-45588.jpeg', '14k Ball Chain Necklace - Double Strand Bead Chain Necklace - Dainty Layering Necklace - Solid Gold Stackable Necklace for Women-78662.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-06 00:18:50', '2024-02-06 00:18:50'),
(3565, 'MINGDIBAO Bluetooth Sectional Sofa Bed Sets Big U Shape Corner Cloth Couch with Speaker Sound System for Living Room Furniture', 'R9GzNF4v8', 12, 'SofaBed\r\nYES\r\nSofa Width\r\n＞2400mm\r\nPattern\r\nfabric\r\nFilling\r\nemulsion', 1000.00, NULL, NULL, 1343.00, 'MINGDIBAO Bluetooth Sectional Sofa Bed Sets Big U Shape Corner Cloth Couch with Speaker Sound System for Living Room Furniture-78507.jpeg', 'MINGDIBAO Bluetooth Sectional Sofa Bed Sets Big U Shape Corner Cloth Couch with Speaker Sound System for Living Room Furniture-58175.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-06 00:19:34', '2024-02-06 00:19:34'),
(3566, 'Neck and Face LED Photon Therapy Skin Tightening Double Stream Beauty Device Facial', 'Fk24BttsL', 12, 'Ohio eur Anti-deformable Neck and Face LED Photon Therapy Skin Tightening Double Stream Beauty Device Facial Care 3 Colors', 8.16, NULL, NULL, 27.40, 'Neck and Face LED Photon Therapy Skin Tightening Double Stream Beauty Device Facial-64521.webp', 'Neck and Face LED Photon Therapy Skin Tightening Double Stream Beauty Device Facial-11077.webp', 'Neck and Face LED Photon Therapy Skin Tightening Double Stream Beauty Device Facial-40610.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 00:23:44', '2024-02-06 00:23:44'),
(3567, '999K Silver Handmade Twisted Rope Unisex Necklace, Silver Necklace, Mens Chain Necklace, Thick Chain Necklace', '2SoXvskmw', 17, 'Handmade 999K silver unisex rope chain necklace is produced for you. First we make threads from silver and then we knit them ONE by ONE on hand by using ancient Lydian techniques. A perfect gift for you or your loved ones. Timeless jewelry gift for him. Handcrafted jewelry will be a great additon to your jewelry collection. An amazing Valentines Day, Anniversary, Fathers Day and birthday gift. It is an everyday piece that is easy and comfortable to use. \r\n\r\nType: Kazaziye Sterling Silver Unisex Necklace \r\n\r\nMetal: 1000 Sterling Silver( only lock part is 925 sterling silver)\r\n\r\nThe standard size of the necklace is 25.2 inches(64cm). If you want a different size, please specify as a note.', 139.30, NULL, NULL, 232.16, '999K Silver Handmade Twisted Rope Unisex Necklace, Silver Necklace, Mens Chain Necklace, Thick Chain Necklace-46546.jpeg', '999K Silver Handmade Twisted Rope Unisex Necklace, Silver Necklace, Mens Chain Necklace, Thick Chain Necklace-62961.jpeg', '999K Silver Handmade Twisted Rope Unisex Necklace, Silver Necklace, Mens Chain Necklace, Thick Chain Necklace-20854.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-06 00:24:57', '2024-02-06 00:24:57'),
(3568, '35-50cm Width Natural Webbing Grid Indonesian Plastic Rattan Roll Chinese Repair Tool Material for Chair Cabinet', 'mBimKq2MK', 12, 'customized\r\nYes\r\nMaterial\r\nPlastic\r\nOrigin\r\nMainland China', 13.65, NULL, NULL, 16.35, '35-50cm Width Natural Webbing Grid Indonesian Plastic Rattan Roll Chinese Repair Tool Material for Chair Cabinet-14909.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-06 00:27:43', '2024-02-06 00:27:43'),
(3569, 'Monster Truck', 'ZpePfKKSh', 12, 'Hot Wheels 1:24 Scale Monster Truck Single Vehicle (Styles May Vary)', 11.99, NULL, NULL, 14.99, 'Monster Truck-48583.jpeg', 'Monster Truck-29240.jpeg', 'Monster Truck-90823.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-06 00:28:24', '2024-02-06 00:28:24'),
(3570, 'Body Slimming Machine', 'Kf4IYRcyd', 12, 'EMSlim-StiLiban EMS Muscle Trainer, Body Slimming Machine, Fat Burner, Electromagnetic HIEMT, Muscle Increase, RF Shaping', 1486.00, NULL, NULL, 1651.00, 'Body Slimming Machine-74807.webp', 'Body Slimming Machine-39240.webp', 'Body Slimming Machine-90472.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 00:32:15', '2024-02-06 00:32:15'),
(3571, 'Hot Wheels', 'uBinjh7pn', 12, 'Each Hot Wheels 5-Pack features 5 awesome cars, highlighting exciting Hot Wheels collections with 5 cars of automotive fun!\r\nHot Wheels vehicles have inspired creative storytelling and independent exploration in generations of car lovers through push-around play.\r\nWith themed packages, each pack features a variety of cool and stylish vehicles that kids and collectors love.\r\nEach 1:64 scale vehicle includes awesome decos, rolling wheels and supreme castings that are perfect for play or display.\r\nGive each pack of 5 cars as a gift for a birthday or holiday to kids 3 years old and older and Hot Wheels collectors who want the most comprehensive collection.', 4.99, NULL, NULL, 7.99, 'Hot Wheels-19138.jpeg', 'Hot Wheels-83656.jpeg', 'Hot Wheels-66195.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-06 00:34:36', '2024-02-06 00:34:36'),
(3572, 'Pair of Vintage French 1950’s Small Sewing Embroidery/cross stitch/ needlework magazine Booklets paper Ephemera Craft Art', 'ArdTKebV7', 17, 'Pair of 1950’s French Cross Stitch Embroidery Booklet dating around 1950’s could be earlier.\r\n\r\nWonderful nostalgic, and very practical booklet full of embroidery styles in one and other has sewing patterns. \r\n\r\nCondition is fair, slight creasing on edges, and staples coming loose plus pages are very yellowed with age but still a very useful magazine, few nibbles on edges.. Front page has come unattached and no back cover. Considering it is 0ver 60/70 years old not bad!\r\nFew scribbles and drawings in one.\r\n\r\nFull of interesting items an ideal present for any one interested in embroidery or cross stitch.\r\nNice thick cream paper.\r\n\r\nSize 20 cm x 14 cm 93 pages in one and 71 in the other, total of patterns and some embroidery patterns all in French.\r\n\r\nA true piece of French history and fashion', 31.47, NULL, NULL, 39.33, 'Pair of Vintage French 1950’s Small Sewing Embroidery/cross stitch/ needlework magazine Booklets paper Ephemera Craft Art-88595.jpeg', 'Pair of Vintage French 1950’s Small Sewing Embroidery/cross stitch/ needlework magazine Booklets paper Ephemera Craft Art-38688.jpeg', 'Pair of Vintage French 1950’s Small Sewing Embroidery/cross stitch/ needlework magazine Booklets paper Ephemera Craft Art-98914.jpeg', 'Books', 3.5, NULL, 1, '2024-02-06 00:35:23', '2024-02-06 00:35:23'),
(3573, 'Weight Loss Sculpting Machine', 'WUSY9666z', 12, 'EMSzero Neo Weight Loss Sculpting Machine Remove Muscle Fat Body Slimming Butt Builder Salon 2024', 1824.00, NULL, NULL, 1880.00, 'Weight Loss Sculpting Machine-72948.webp', 'Weight Loss Sculpting Machine-74991.webp', 'Weight Loss Sculpting Machine-93907.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 00:38:23', '2024-02-06 00:38:23'),
(3574, 'Garbage Truck', 'JVynxACpN', 12, 'Toy Garbage Truck Fun\r\nCollect, lift, and dump pretend trash or recycling with this Play-Doh garbage truck toy for kids 3 years and up! Great for creative play and imaginary neighborhood adventures\r\nMold It, Mash It, Bag It\r\nCreate and collect bits of Play-Doh trash or recycling! Dump them into the truck and reshape them into a trashbag! The truck\'s cab is a removable mold that makes a friendly driver\r\nFunky Garbage Compound\r\nMake silly multicolor trash with a garbage-themed Play-Doh can that has eggshell, fishbone, apple core, and banana peel designs in the tri-colored compound\r\nPlus 3 More Colors\r\n3 additional 2-ounce cans of compound in blue, yellow, and red let kids make even more pretend trash or recycling to play with. Makes a great gift for kids who love trucks\r\nPretent To Recycle\r\nEach side of the truck has molds to make both trash and recyclables for 2-in-1 fun with shapes like bottles, cans, and boxes, or bones, apple cores, and more', 16.99, NULL, NULL, 17.99, 'Garbage Truck-60019.jpeg', 'Garbage Truck-25533.jpeg', NULL, 'Toys and games', 5.0, NULL, 1, '2024-02-06 00:38:26', '2024-02-06 00:38:26'),
(3575, 'Debbie Bliss Fall-Winter 2010 Magazine - NEW UNUSED', 'bKQeTZp61', 17, 'Step into the enchanting world of Scottish Eccentrics with the Debbie Bliss Knitting Magazine (Fall/Winter 2010). This magazine is a treasure trove of 34 knitting patterns that will inspire your creativity and keep you cozy throughout the colder months.\r\n\r\nWhy You\'ll Love your New Debbie Bliss Magazine:\r\n\r\nFair Isle Delights: Dive into the art of Fair Isle knitting with a fresh perspective. This issue brings you captivating Fair Isle sweaters, mittens, cushions, and more, showcasing the intricate beauty of this classic technique.\r\n\r\nEndless Variety: Explore a rich assortment of patterns that cover everything from nursery knits to Nordic Christmas decor, rural retreat essentials, and the chic allure of Casbah fashion. This magazine has something for every knitting project you can imagine.\r\n\r\nHome, Baby, and Beyond: Whether you\'re knitting for your home, creating adorable baby clothes, or crafting stylish accessories, this magazine has you covered. With a diverse range of patterns, you\'ll find something to suit every occasion and style.\r\n\r\nRare Gem: This magazine is a collector\'s gem, as it\'s out of print and in excellent condition. Don\'t miss your chance to own a piece of knitting history.\r\n\r\nDebbie Bliss Magazine seamlessly blends timeless classics with fresh, innovative designs. Among knitting patterns in this magazine, the V-neck Fair Isle Sweater steals the show with its breathtaking colorwork. There are two more sections dedicated to holiday-related projects and cozy casual sweaters, promising a world of knitting possibilities waiting for you.\r\n\r\nThis edition also features unique Fair Isle sweaters and intriguing plaids, perfect for those who appreciate a twist on tradition. For lovers of classic European-inspired designs, there\'s a stunning cape-like topper and cardigans that epitomize Debbie Bliss\'s signature style. Men\'s sweaters in fine merino wool and charming baby clothes add to the magazine\'s allure.\r\n\r\nThis magazine also includes a helpful article that guides you through the art of knitting a border edge for a curved jacket, a technique you can adapt to any knitting project. It ensures your border fits precisely and lays flat, offering valuable insight into the world of seamless knitting.\r\n\r\nIndulge your knitting with the Fall/Winter 2010 issue of Debbie Bliss Knitting Magazine.', 8.50, NULL, NULL, 10.99, 'Debbie Bliss Fall-Winter 2010 Magazine - NEW UNUSED-17852.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-06 00:40:08', '2024-02-06 00:40:08'),
(3576, 'Bar Stools Counter Height Adjustable Swivel Bar Chair Modern Stainess Steel Kitchen Counter Stools Dining', '0fMNH6g1e', 12, 'Is Rotatable\r\nNo\r\nHeight Adjustable\r\nNo\r\nUsage\r\nCommercial\r\nIlluminated\r\nNo', 290.80, NULL, NULL, 364.80, 'Bar Stools Counter Height Adjustable Swivel Bar Chair Modern Stainess Steel Kitchen Counter Stools Dining-73016.jpeg', 'Bar Stools Counter Height Adjustable Swivel Bar Chair Modern Stainess Steel Kitchen Counter Stools Dining-21535.jpeg', 'Bar Stools Counter Height Adjustable Swivel Bar Chair Modern Stainess Steel Kitchen Counter Stools Dining-81379.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 00:41:15', '2024-02-06 00:41:15'),
(3577, 'long-lasting thickening size', 'jbW2LwsVS', 12, 'Fast thickening in 15 days, continuous growth retardation 60, rapid learning erection, long-lasting thickening size, safe prolonged health care', 27.86, NULL, NULL, 55.00, 'long-lasting thickening size-33162.webp', 'long-lasting thickening size-40409.webp', 'long-lasting thickening size-17130.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 00:42:57', '2024-02-06 00:42:57'),
(3578, 'Hot Wheels Track Builder Display Launcher', 'D7GVN5WXd', 12, 'Perfect for on the go stunting with a slam down launcher to exit the case!\r\n​Store, stunt and transport with this awesome Hot Wheels® Launch Case with opaque cover, room for 6 1:64 scale cars and a slam launcher and connecting track.\r\n​The case revs up problem solving and experimenting with new options for racing play.\r\n​Everything connects for endless possibilities— connect to other track sets to keep the action going!\r\n​Easy portability for fun with friends. Includes 2 Hot Wheels® cars.', 15.89, NULL, NULL, 17.99, 'Hot Wheels Track Builder Display Launcher-94570.jpeg', 'Hot Wheels Track Builder Display Launcher-25264.jpeg', 'Hot Wheels Track Builder Display Launcher-95365.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-06 00:44:05', '2024-02-06 00:44:05'),
(3579, 'Desktop Finishing Storage Box Cosmetic Storage Box Office Supplies Tool Storage Drawer Bathroom Storage Rack Desktop Finishing', 'q6Nks3fh2', 12, 'Convenient Storage: Keep your cosmetics and desk essentials tidy with our multipurpose organizer.\r\n2 Easy to Organize: Separate compartments and dividers allow you to easily arrange and classify your cosmetics and stationery.\r\n3 SPACE-SAVING DESIGN: Our compact organizer fits perfectly on any desk or dresser, maximizing space.\r\n4.Multifunctional use: ideal for storing makeup brushes, pencils, pens, erasers, clips and other small items\r\n5. Easy to clean: Just wipe the organizer box with a damp cloth to keep it looking fresh and new.', 10.80, NULL, NULL, 13.80, 'Desktop Finishing Storage Box Cosmetic Storage Box Office Supplies Tool Storage Drawer Bathroom Storage Rack Desktop Finishing-92042.jpeg', 'Desktop Finishing Storage Box Cosmetic Storage Box Office Supplies Tool Storage Drawer Bathroom Storage Rack Desktop Finishing-18624.jpeg', 'Desktop Finishing Storage Box Cosmetic Storage Box Office Supplies Tool Storage Drawer Bathroom Storage Rack Desktop Finishing-47542.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 00:47:04', '2024-02-06 00:47:04');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3580, '4PCS Self Adhesive Caster Mini Swivel Wheels Stainless Steel Universal Wheel 360 Degree Rotation Pulley for', 'B3OGo5htP', 12, 'Quality is good: Made of high-quality stainless steel, strong and durable, not easy to rust, can be used for a long time.\r\nUniversal: The swivel wheels are suitable for all kinds of furniture, such as trash cans, cars, etc.\r\nEasy to install: No need to drill holes in the wall, just peel off the protective film and stick it on the smooth surface.\r\nSpecifications:\r\nMaterial: Stainless Steel\r\nQuantity: 4PCS\r\nDesign: Self Adhesive & Punch Installation Options\r\nRotation: 360 Degree\r\nApplicable Scenarios: Furniture, Trash Cans, Printers, Coffee Makers\r\nPerformance: Durable, Easy to Apply, Versatile\r\n\r\nFeatures:\r\n|4 Polyurethane Swivel Caster|Wooden Furniture Wheel|Give Away Wheel Spin|\r\n\r\n**Enhance Your Mobility with Ease**\r\n\r\nDiscover the convenience of effortless movement with our 4PCS Self Adhesive Caster Mini Swivel Wheels. These stainless steel wheels are not just any ordinary casters; they are designed to provide a 360-degree rotation, allowing you to smoothly maneuver your furniture, trash cans, or office equipment in any direction. The self-adhesive feature makes installation a breeze, while the punch installation option caters to those who prefer a more secure attachment. Whether you\'re looking to give your wooden furniture a touch of mobility or need to move your heavy-duty printers with ease, these casters are your go-to solution.\r\n\r\n**Versatile and Practical for Everyday Use**\r\n\r\nOur casters are not just about style; they are also about practicality. They are perfect for a variety of scenarios, from making your laundry hamper more manageable to assisting with the movement of your storage boxes. The mini swivel wheels are not just for indoor use; they can also be attached to your tower fan, enabling you to change the direction of airflow with ease. The package includes 4 casters, ensuring you have enough for multiple projects or to share with friends and family. With these casters, you\'ll find that even the most cumbersome tasks become a breeze.\r\n\r\n**Durable and User-Friendly Design**\r\n\r\nCrafted from high-quality stainless steel, these casters are built to last. They are designed to withstand the rigors of daily use, making them an ideal choice for both residential and commercial settings. The user-friendly design allows for easy application, whether you opt for the self-adhesive method or the punch installation. The 360-degree rotation ensures that your furniture or equipment can be moved effortlessly, without the need for constant readjustment. With these casters, you\'ll experience the convenience of smooth, unobstructed movement in every corner of your space.', 7.29, NULL, NULL, 7.29, '4PCS Self Adhesive Caster Mini Swivel Wheels Stainless Steel Universal Wheel 360 Degree Rotation Pulley for-60711.jpeg', '4PCS Self Adhesive Caster Mini Swivel Wheels Stainless Steel Universal Wheel 360 Degree Rotation Pulley for-26051.jpeg', '4PCS Self Adhesive Caster Mini Swivel Wheels Stainless Steel Universal Wheel 360 Degree Rotation Pulley for-75501.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-06 00:54:41', '2024-02-06 00:54:41'),
(3581, 'Hot Wheels Race Case Track Set', 'rDGwt6onS', 12, 'The Hot Wheels® Race Case Track Set holds the basic elements for any Hot Wheels® race: 2 launchers, 2 track pieces and 2 Hot Wheels® cars.\r\nThe convenient case holds the included cars, tracks and launchers but it can also hold a mini-collection of up to 10 more cars in total that are ready to race anywhere! (Additional cars sold separately.)\r\nThe track pieces can be used with other Hot Wheels® sets so kids can create a unique Hot Wheels® build of their own design.\r\nHot Wheels® encourages kids\' creative storytelling skills through fun, push-around play.\r\nThis all-in-one set makes a great gift for kids 4 years old and older.', 12.99, NULL, NULL, 14.99, 'Hot Wheels Race Case Track Set-57063.jpeg', 'Hot Wheels Race Case Track Set-23543.jpeg', 'Hot Wheels Race Case Track Set-98708.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-06 00:58:31', '2024-02-06 00:58:31'),
(3582, 'Office Chair Wheel Stopper Furniture Caster Cups Hardwood Floor Protectors Anti Vibration Pad Chair Roller', 't3TCo66TD', 12, 'Use\r\nChair\r\nBrand Name\r\nFLOOR GUARD\r\nOrigin\r\nMainland China\r\nType\r\nFurniture Leg', 4.00, NULL, NULL, 4.86, 'Office Chair Wheel Stopper Furniture Caster Cups Hardwood Floor Protectors Anti Vibration Pad Chair Roller-88285.jpeg', 'Office Chair Wheel Stopper Furniture Caster Cups Hardwood Floor Protectors Anti Vibration Pad Chair Roller-63727.jpeg', 'Office Chair Wheel Stopper Furniture Caster Cups Hardwood Floor Protectors Anti Vibration Pad Chair Roller-72737.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 01:04:46', '2024-02-06 01:04:46'),
(3583, 'Lenovo Tab M9 Tablet', '5sdyortim', 12, 'Lenovo Tab M9 Tablet - 9\" HD - Octa-core (Cortex A75 Dual-core (2 Core) 2 GHz + Cortex A55 Hexa-core (6 Core) 1.80 GHz) - 3 GB RAM - 32 GB Storage - Android 12', 146.99, NULL, NULL, 149.99, 'Lenovo Tab M9 Tablet-92267.jpeg', 'Lenovo Tab M9 Tablet-40604.jpeg', 'Lenovo Tab M9 Tablet-66599.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-06 01:07:34', '2024-02-06 01:07:34'),
(3584, 'Lenovo Tab M10', 'JXYpP6xAB', 12, 'Lenovo Tab M10 Plus Gen 3 10.6\" 2K 128GB Wi-Fi Tablet, MediaTek Helio G80, 4GB RAM, Android 12, Storm Gray', 232.99, NULL, NULL, 259.99, 'Lenovo Tab M10-32273.jpeg', 'Lenovo Tab M10-97199.jpeg', 'Lenovo Tab M10-86264.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-06 01:13:08', '2024-02-06 01:13:08'),
(3585, 'A Day of Fallen Night (The Roots of Chaos, Bk. 2)', 'QeKiHbcHO', 17, 'Tunuva Melim is a sister of the Priory. For fifty years, she has trained to slay wyrms - but none have appeared since the Nameless One, and the younger generation is starting to question the Priory\'s purpose.\r\n\r\nTo the north, in the Queendom of Inys, Sabran the Ambitious has married the new King of Hróth, narrowly saving both realms from ruin. Their daughter, Glorian, trails in their shadow - exactly where she wants to be.\r\n\r\nThe dragons of the East have slept for centuries. Dumai has spent her life in a Seiikinese mountain temple, trying to wake the gods from their long slumber. Now someone from her mother\'s past is coming to upend her fate.\r\n\r\nWhen the Dreadmount erupts, bringing with it an age of terror and violence, these women must find the strength to protect humankind from a devastating threat.', 11.49, NULL, NULL, 15.49, 'A Day of Fallen Night (The Roots of Chaos, Bk. 2)-93981.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-06 01:13:52', '2024-02-06 01:13:52'),
(3586, 'Silence for the Dead', 'GnfkYfCf7', 17, 'In 1919, Kitty Weekes, pretty, resourceful, and on the run, falsifies her background to obtain a nursing position at Portis House, a remote hospital for soldiers left shell-shocked by the horrors of the Great War. Hiding the shame of their mental instability in what was once a magnificent private estate, the patients suffer from nervous attacks and tormenting dreams. But something more is going on at Portis House—its plaster is crumbling, its plumbing makes eerie noises, and strange breaths of cold waft through the empty rooms. It’s known that the former occupants left abruptly, but where did they go? And why do the patients all seem to share the same nightmare, one so horrific that they dare not speak of it?\r\n\r\nKitty finds a dangerous ally in Jack Yates, an inmate who may be a war hero, a madman… or maybe both. But even as Kitty and Jack create a secret, intimate alliance to uncover the truth, disturbing revelations suggest the presence of powerful spectral forces. And when a medical catastrophe leaves them even more isolated, they must battle the menace on their own, caught in the heart of a mystery that could destroy them both.', 5.49, NULL, NULL, 12.99, 'Silence for the Dead-71919.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-06 01:17:16', '2024-02-06 01:17:16'),
(3587, 'Rapidly Breast Enlargement Cream', 'C091o8jSl', 12, 'Rapidly Breast Enlargement Cream Strengthening Chest Growth Oil Lift Firm Breast Improve Sagging Massage Chest Enlarge Body Care', 7.12, NULL, NULL, 14.23, 'Rapidly Breast Enlargement Cream-54056.webp', 'Rapidly Breast Enlargement Cream-78983.webp', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 01:17:43', '2024-02-06 01:17:43'),
(3588, 'Lavalier Microphone Wireless Mini Microphone Wireless Lapel Microphone with Dual Display Charging Box Noise Reduction New', 'gW33mxjQL', 12, 'Diaphragm\r\nS-Mall\r\nPolar Patterns\r\nOmnidirectional\r\nPackage\r\nYes\r\nCommunication\r\nWireless', 15.64, NULL, NULL, 17.64, 'Lavalier Microphone Wireless Mini Microphone Wireless Lapel Microphone with Dual Display Charging Box Noise Reduction New-41222.jpeg', 'Lavalier Microphone Wireless Mini Microphone Wireless Lapel Microphone with Dual Display Charging Box Noise Reduction New-24197.jpeg', 'Lavalier Microphone Wireless Mini Microphone Wireless Lapel Microphone with Dual Display Charging Box Noise Reduction New-68214.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-06 01:19:25', '2024-02-06 01:19:25'),
(3589, 'Lessons in Chemistry', 'PHmXXxz28', 17, 'Chemist Elizabeth Zott is not your average woman. In fact, Elizabeth Zott would be the first to point out that there is no such thing as an average woman. But it’s the early 1960s and her all-male team at Hastings Research Institute takes a very unscientific view of equality. Except for one: Calvin Evans; the lonely, brilliant, Nobel–prize nominated grudge-holder who falls in love with—of all things—her mind. True chemistry results. \r\n\r\nBut like science, life is unpredictable. Which is why a few years later Elizabeth Zott finds herself not only a single mother, but the reluctant star of America’s most beloved cooking show Supper at Six. Elizabeth’s unusual approach to cooking (“combine one tablespoon acetic acid with a pinch of sodium chloride”) proves revolutionary. But as her following grows, not everyone is happy. Because as it turns out, Elizabeth Zott isn’t just teaching women to cook. She’s daring them to change the status quo. \r\n\r\nLaugh-out-loud funny, shrewdly observant, and studded with a dazzling cast of supporting characters, Lessons in Chemistry is as original and vibrant as its protagonist.', 7.49, NULL, NULL, 19.22, 'Lessons in Chemistry-85699.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-06 01:20:05', '2024-02-06 01:20:05'),
(3590, 'Digital Alarm Clock', 'j83xVClKC', 12, 'Rosewill Digital Alarm Clock with Wireless Charging Dock, LED Display, AM/FM Radio, Bluetooth Speaker, Aux Port, MicroSD Slot, Portable Rechargeable, Qi-Certified, Black - (RBWS-20015)', 41.53, NULL, NULL, 64.99, 'Digital Alarm Clock-23814.jpeg', 'Digital Alarm Clock-82620.jpeg', 'Digital Alarm Clock-44146.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-06 01:20:31', '2024-02-06 01:20:31'),
(3591, 'Teeth Whitening Mousse Dental Care', '7cFHg3so3', 12, 'Teeth Whitening Mousse Dental Care Essence Remove Plaque Tooth Stain Gingival Repair Caries Prevention Oral Cleaning 30ml', 12.16, NULL, NULL, 24.82, 'Teeth Whitening Mousse Dental Care-22485.webp', 'Teeth Whitening Mousse Dental Care-93567.webp', 'Teeth Whitening Mousse Dental Care-81934.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 01:23:23', '2024-02-06 01:23:23'),
(3592, 'Original RISISANI Rasenrakel L-80 - Premium lawn leveling rake in stainless steel', 'JrPcRY4Eg', 17, 'The original RISISANI® \"Rasenrakel\" L-80, the premium lawn leveling rake made of V2A stainless steel made in Germany. \r\n\r\nSand lawns, level lawns, create new areas in the garden, apply top dressing, and much more.\r\n\r\nSanding the lawn allows more air to reach the roots and creates a natural drainage. The result is a level, perfect, strong and rich green lawn as found on golf courses.\r\n\r\nThe Ideal handle length for the Rasenrakel is 72 inches. This is the best length for \"raking\". You can use a standard wooden handle.\r\n\r\nThe Rasenrakel is delivered without a handle, as it makes no sense to send a long handle, as we - as a small retailer - would have to pay very high shipping costs for it, which others would add to the product price. We prefer to concentrate on top quality.\r\n\r\n\r\n🌿 Made of V2A stainless steel - Extremely durable\r\n\r\n🌿 Rounded edges - No damage the plants\r\n\r\n🌿 Specially edged handle holder - Perfect hold for the handle\r\n\r\n🌿 Adapters available for Gardena & Wolf - Maximum compatibility\r\n\r\n🌿 Made in Germany - High quality product from Germany\r\n\r\n\r\nDifferent sizes available:\r\n\r\nRasenrakel L-80: \r\n31,5 x 11,8 inch, 7,7 lbs\r\n\r\nRasenrakel XL-120:\r\n45,5 x 11,8 inch, 11 lbs\r\n\r\nRasenrakel XXL-160:\r\n63 x 11,8 inch, 17,5 lbs', 167.45, NULL, NULL, 197.78, 'Original RISISANI Rasenrakel L-80 - Premium lawn leveling rake in stainless steel-41876.jpeg', 'Original RISISANI Rasenrakel L-80 - Premium lawn leveling rake in stainless steel-77702.jpeg', 'Original RISISANI Rasenrakel L-80 - Premium lawn leveling rake in stainless steel-36265.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-06 01:25:46', '2024-02-06 01:25:46'),
(3593, 'shown before tax 1pc MIDI To USB Cable Portable Practical Durable Connection Accessory Music Editing Cord Conversion Too', 'A8gy7GvCP', 12, 'This item is well made of premium material for durable and practical use. Its easy to use with long service life. The precise design will ensure its practicability in the work of high performance. It comes with built-in driver, truly plug and play, needs no difficult driver installation.\r\n\r\nFeatures\r\n\r\n- Color: Silver, black.\r\n- Material: Copper.\r\n- Size: About 200x6x4cm/ 78.6x2.36x1.57 inch.\r\n- Built-in driver, no extra difficult installation. You can carry it to any place.\r\n- High-performance processing chip to ensure the stability of input signal without delay, enjoy fast and stable MIDI data transmission.\r\n- Its easy to turn your PC into a music studio. You can create music work everywhere.\r\n- Well compatible with most computer systems, such as Windows XP/Vista and other systems.\r\n- Start by connecting an electronic musical instrument to your computer with the supplied USB MIDI cable.', 4.57, NULL, NULL, 5.57, 'shown before tax 1pc MIDI To USB Cable Portable Practical Durable Connection Accessory Music Editing Cord Conversion Too-41570.jpeg', 'shown before tax 1pc MIDI To USB Cable Portable Practical Durable Connection Accessory Music Editing Cord Conversion Too-47770.jpeg', 'shown before tax 1pc MIDI To USB Cable Portable Practical Durable Connection Accessory Music Editing Cord Conversion Too-16367.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-06 01:27:33', '2024-02-06 01:27:33'),
(3594, 'Wireless Car Vacuum Cleaner', '5ld6G8MIH', 12, '8000Pa Wireless Car Vacuum Cleaner Cordless Handheld Auto Vacuum Home & Car Dual Use Mini Vacuum Cleaner With Built-in Battrery', 20.67, NULL, NULL, 39.51, 'Wireless Car Vacuum Cleaner-43780.webp', 'Wireless Car Vacuum Cleaner-24681.webp', 'Wireless Car Vacuum Cleaner-18374.webp', 'Accessories', 4.0, NULL, 1, '2024-02-06 01:28:50', '2024-02-06 01:28:50'),
(3595, 'Microphone', 'R5BchhqdF', 12, 'HyperX SoloCast Wired Cardioid USB Condenser Gaming Microphone - Black', 62.99, NULL, NULL, 63.99, 'Microphone-91384.jpeg', 'Microphone-54011.jpeg', 'Microphone-70248.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-06 01:29:54', '2024-02-06 01:29:54'),
(3596, 'Varomorus Stainless Steel Lawn Aerator Plug Spike Tools', 'KbyXLJtjM', 17, 'Varomorus Aerator will aerate and loosen the soil in your lawn. \r\nAeration reduces soil compaction, oxidizes it, and allows the roots to uptake the appropriate water and nutrients and grow as vigorously as possible.\r\nThe soil is perforated with small holes to allow air, water, and other useful materials to reach deeper.\r\n\r\nErgonomic Lawn Aeration Tool.\r\nVaromorus Plug Aerator is a gardening hand tool. It features a T-handle to aid grip, control, and stance while aerating. The tool is 35\" long which makes it easy to work and saves your back.\r\n\r\nSharp tips provide smooth inserting.\r\nA sturdy 5\" wide footbar provides stability while aerating and helps to regulate the required level of pressure.\r\n\r\nSpecial design to prevent clogging.\r\nStainless steel tubes with conic tips have a special design that prevents clogging. The tubes can penetrate the soil smoothly and extract the 4-inch cores, creating holes in the lawn turf, helping air and water better penetrate into the ground.\r\n\r\nAn aerator is a must-have tool for lawn maintenance.\r\nMake your yard, garden, golf course, game fields flat and spotless. Use it while reseeding, leveling out, topdressing. Provides a lush, cushioned, inviting feel to your lawn.\r\n\r\nProvides a source of top dressing.\r\nThe aerator leaves holes in the soil making it less dense and compacted. It adds a layer of topdressing to your lawn surface thus providing a reach source of useful material for your lawn.\r\n\r\nHight-quality welding\r\nThis tool was professionally made on high-quality equipment. Reliable construction made of durable 304 stainless steel.', 49.95, NULL, NULL, 56.95, 'Varomorus Stainless Steel Lawn Aerator Plug Spike Tools-66644.jpeg', 'Varomorus Stainless Steel Lawn Aerator Plug Spike Tools-16154.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-06 01:30:37', '2024-02-06 01:30:37'),
(3597, 'Sporty Bikinis 2024 Women High Waist', 'KigYkGxYm', 12, 'Sporty Bikinis 2024 Women High Waist Swimsuit Solid Sexy Swimwear Female Bathers Bathing Swimming Swim Suit Beachwear', 11.29, NULL, NULL, 23.95, 'Sporty Bikinis 2024 Women High Waist-11354.webp', 'Sporty Bikinis 2024 Women High Waist-16678.webp', 'Sporty Bikinis 2024 Women High Waist-99439.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 01:32:43', '2024-02-06 01:32:43'),
(3598, 'Surgical Instrument Dental Guided Implant Surgery Kit Tissue Punch Pilot Reaming Anchor Drills Guider Set', 'v3bM3sk8M', 12, 'is_customized\r\nNo\r\nPackage\r\nCase\r\nApplication\r\nimplantation\r\nType\r\nCombination', 1000.00, NULL, NULL, 1129.00, 'Surgical Instrument Dental Guided Implant Surgery Kit Tissue Punch Pilot Reaming Anchor Drills Guider Set-23960.jpeg', 'Surgical Instrument Dental Guided Implant Surgery Kit Tissue Punch Pilot Reaming Anchor Drills Guider Set-98942.jpeg', 'Surgical Instrument Dental Guided Implant Surgery Kit Tissue Punch Pilot Reaming Anchor Drills Guider Set-12298.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-06 01:35:01', '2024-02-06 01:35:01'),
(3599, 'Sexy Halter Bikini 2024 Women Swimsuit', 'EOTe3XiQW', 12, 'Sexy Halter Bikini 2024 Women Swimsuit Solid High Waist Swimwear Female Padded Bathers Bathing Swimming Swim Suit Beachwear', 10.54, NULL, NULL, 22.43, 'Sexy Halter Bikini 2024 Women Swimsuit-96782.webp', 'Sexy Halter Bikini 2024 Women Swimsuit-19585.webp', 'Sexy Halter Bikini 2024 Women Swimsuit-21604.webp', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-06 01:35:46', '2024-02-06 01:35:46'),
(3600, 'Montech CENTURY G5', '5V9NgVG9V', 12, 'Montech CENTURY G5, 750 Watt, ATX 3.0 & PCIe Gen 5 Compliant, 80 PLUS Gold, Low Noise, Superior Full-Bridge LLC structure , Full Japanese Capacitors, Fully Modular Power Supply', 94.00, NULL, NULL, 109.00, 'Montech CENTURY G5-63064.jpeg', 'Montech CENTURY G5-82359.jpeg', 'Montech CENTURY G5-28577.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-06 01:36:28', '2024-02-06 01:36:28'),
(3601, 'Solid garden grill various sizes made of steel and stainless steel, handmade and indestructible', 'gvtZZEYxa', 17, 'We offer you hand-made grills made from solid 3 mm sheet steel.\r\n\r\nThe charcoal tray is separate in the grill and is height adjustable 3 times and is also made of 3 mm sheet steel.\r\n\r\nThere is a transport handle at the front for transport and is equipped with 2 mounted solid rubber tires.\r\n\r\nThere are 2 flaps in the front for adjustable air supply.\r\n\r\nThe grill bars are made of 8 mm stainless steel, the grill bar spacing is 20 mm, each bar can be removed individually for easy cleaning.\r\n\r\nThe grill bars are inserted into the perforated strip in the grill on one side and clamped on the other side with a clamping strip.\r\n\r\nThis means the rods cannot fall out while grilling.\r\n\r\nThere is also a flap installed on the side to refill charcoal if necessary while grilling.\r\n\r\nThe dimensions given are the external dimensions of the grills, the pure grill grate is approx. 40 mm smaller than the stated external dimensions.\r\n\r\n\r\nWe offer you the following standard sizes:\r\n\r\nLength 1000 x 500 mm and height 920 mm for 650 euros.\r\n\r\nor\r\n\r\nLength 750 x 500 mm and height 920 mm for 550 euros.\r\n.\r\nFor an additional charge you also receive:\r\n\r\n- Lid for the grill with thermometer for 85 euros\r\n-Shelf 500 x 300 mm with solid wood insert for 45 euros\r\n-Cast plate for roasting for 75 euros\r\n-Wind protection removable for 35 euros\r\n\r\nGrills are heat-resistant painted matt black and are fireproof.\r\n\r\nWeight is around 35 kg for the small version / 50 kg for the large version.\r\n\r\nThe entire grill is completely welded, handmade and made to order for you.\r\n\r\nNo comparison with commercially available grills or hardware store products.\r\n\r\nWe would also be happy to make custom sizes for you. Simply specify the dimensions and features you require using the message function and you will receive an offer from us within 24 hours.', 618.12, NULL, NULL, 652.12, 'Solid garden grill various sizes made of steel and stainless steel, handmade and indestructible-68114.jpeg', 'Solid garden grill various sizes made of steel and stainless steel, handmade and indestructible-92927.jpeg', 'Solid garden grill various sizes made of steel and stainless steel, handmade and indestructible-86418.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-06 01:40:23', '2024-02-06 01:40:23'),
(3602, '3 Pieces Large Plus Size Bikini', 'fZI2wkkD6', 12, '3 Pieces Large Plus Size Bikini With cover Up Swimsuit Women High Waist Swimwear Female Bathers Bathing Swimming Suit Beachwear', 16.05, NULL, NULL, 34.14, '3 Pieces Large Plus Size Bikini-33381.webp', '3 Pieces Large Plus Size Bikini-86124.webp', '3 Pieces Large Plus Size Bikini-12070.webp', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-06 01:41:38', '2024-02-06 01:41:38'),
(3603, 'Audio Technica ATH M50XBT2 Professional Monitoring Low Delay Bluetooth 5.0 Headwear Earmuffs with 180', 'm72LvAVZg', 12, 'The headphone quality and sound quality are both very good, which is my favorite type. Sports listening should be great, suitable for my head shape.', 120.00, NULL, NULL, 164.00, 'Audio Technica ATH M50XBT2 Professional Monitoring Low Delay Bluetooth 5.0 Headwear Earmuffs with 180-35711.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-06 01:45:34', '2024-02-06 01:45:34'),
(3604, 'Plus Slim Swimsuit', 'Vt3AYTp4v', 12, '2023 Plus Slim Swimsuit One Piece Large Size Zipper Swimwear Women Beachwear Bathers Bathing Swimming Swim Suit Female', 12.47, NULL, NULL, 37.99, 'Plus Slim Swimsuit-46043.webp', 'Plus Slim Swimsuit-10129.webp', 'Plus Slim Swimsuit-42788.webp', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-06 01:45:47', '2024-02-06 01:45:47'),
(3605, 'Power Tool Charging Station - Steel Charging Station - Drill Holder - Metal Drill Holder - Metal Tool Organization - Garage Tool Holder', 'dsKBMC2rk', 17, 'Custom made Drill and Power Tool Charging Station, made from durable steel and powder coated to the color of your choice. Approximately 24”x20”. Includes 5 slots for drills / power tools to hang from and 2 shelves for battery and other miscellaneous storage. Screws NOT included, but there are drilled mounting holes for you to use for instillation.', 265.00, NULL, NULL, 289.44, 'Power Tool Charging Station - Steel Charging Station - Drill Holder - Metal Drill Holder - Metal Tool Organization - Garage Tool Holder-33462.jpeg', 'Power Tool Charging Station - Steel Charging Station - Drill Holder - Metal Drill Holder - Metal Tool Organization - Garage Tool Holder-73404.jpeg', 'Power Tool Charging Station - Steel Charging Station - Drill Holder - Metal Drill Holder - Metal Tool Organization - Garage Tool Holder-34121.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-06 01:46:18', '2024-02-06 01:46:18'),
(3606, 'McCormick Smoked Paprika', '2sQoKSeg9', 13, '6-Pack McCormick Smoked Paprika, 1.75 oz Model Number: 052100022765\r\nProduct SKU:	B00HXL2C6E', 9.73, NULL, NULL, 13.44, 'McCormick Smoked Paprika-29475.jpeg', 'McCormick Smoked Paprika-53035.jpeg', 'McCormick Smoked Paprika-85994.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-06 01:49:25', '2024-02-06 01:50:43'),
(3607, 'VEVOR', 'jvXUd4uFJ', 12, 'VEVOR 20Qt Commercial Electric Stand Food Mixer 1100W Professional Kitchen Dough Mixer Bread Pastry Kneading Whipping Machine', 733.99, NULL, NULL, 1223.00, 'VEVOR-54059.webp', 'VEVOR-18866.webp', 'VEVOR-63130.webp', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-06 01:49:27', '2024-02-06 01:49:27'),
(3608, 'Garden Tool Storage Rack, Gardeners Gift Tool Rack, Tool Storage, Garden Tool Rack, Garden Tool Storage, Garden Tool rack, Father\'s day gift', 'TUeZLDgpn', 17, 'The Chester & Cooke Garden Tool Storage Rack\r\n\r\nThis wonderful design allows you to hang all your garden tools, neatly in a compact space. It has been uniquely designed so your different shaped handles fit perfectly into the allotted holder. The \'T\' shaped handles fit onto the outside arms and the \'D\' handles fit superbly into the middle section. This tool rack therefore allows you to hang 6 T shaped handled implements and either 2,3 or 4 \'D\' handled implements.\r\n\r\nFor your convenience you can also hang your hand tools from the side arms, 4 tools in total, how great is that! \r\n\r\nA must for any gardener, It will look wonderful in your potting shed or garage or wherever you choose to hang it. \r\n\r\nMade from a 12mm uniquely faced birch plywood enables the engraving of \'Tools\' to reveal the layers of wood giving a stylish finish.\r\n\r\nThe colour is a dark brown but can vary to almost a black.\r\n\r\nDimensions \r\n\r\nsmall - 2 centre tools - 510mm wide, \r\nMedium - 3 centre tools- 640mm wide, \r\nLarge - 4 centre tools- 769mm wide\r\n\r\n275mm high\r\n\r\n290mm deep', 85.58, NULL, NULL, 105.58, 'Garden Tool Storage Rack, Gardeners Gift Tool Rack, Tool Storage, Garden Tool Rack, Garden Tool Storage, Garden Tool rack, Father\'s day gift-40999.jpeg', 'Garden Tool Storage Rack, Gardeners Gift Tool Rack, Tool Storage, Garden Tool Rack, Garden Tool Storage, Garden Tool rack, Father\'s day gift-93385.jpeg', 'Garden Tool Storage Rack, Gardeners Gift Tool Rack, Tool Storage, Garden Tool Rack, Garden Tool Storage, Garden Tool rack, Father\'s day gift-30990.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-06 01:52:18', '2024-02-06 01:52:18'),
(3609, 'VEVOR Reverse Osmosis System', '27WMiKkWp', 12, 'VEVOR Reverse Osmosis System Countertop Water Filter Portable UV Water Purifier for Home 2:1 Pure to Drain 5 Stage Purification', 136.33, NULL, NULL, 234.69, 'VEVOR Reverse Osmosis System-15047.webp', 'VEVOR Reverse Osmosis System-60729.webp', 'VEVOR Reverse Osmosis System-93951.webp', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-06 01:54:17', '2024-02-06 01:54:17'),
(3610, 'Torani Puremade Caramel Sauce', 'mpFA3jnYD', 13, 'Puremade Caramel Sauce: Simply crafted with the finest cream, butter and sugar; Taste the rich, buttery caramel flavor achieved only by the authentic burnt brown sugar taste found in artisan caramel\r\nExtraordinary Flavor: Torani Caramel Puremade Sauce works well in desserts, milkshakes, mochas, blended coffees, and hot chocolates; Its new formulation includes no artificial preservatives and is non-GMO\r\nPuremade Sauces: Create drinks without artificial ingredients and emulsifiers; Torani Puremade delivers the amazing, rich flavor consumers crave with the simple and natural ingredients they demand\r\nAuthentic Coffeehouse Flavor: From caramel to French vanilla to hazelnut—and everything in between—our syrups and sauces are here to help you create tantalizing lattes, cappuccinos, cold brews and frappes\r\nFlavor For All: Discover how Torani can help you make truly creative flavored teas, lemonades, smoothies, Italian sodas, coffees, cocktails, mocktails, snow cones, sparkling waters and more', 15.36, NULL, NULL, 19.92, 'Torani Puremade Caramel Sauce-36163.jpeg', 'Torani Puremade Caramel Sauce-31061.jpeg', 'Torani Puremade Caramel Sauce-84009.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-06 01:56:36', '2024-02-06 01:56:36'),
(3611, 'OEMG', 'hKFU5Ymp7', 12, '8.5 QT Double Handle Stand Mixer, 6 Speed with Pulse Electric Kitchen Mixer, 660W Tilt-Head Food Mixer Dishwasher-Safe', 125.17, NULL, NULL, 315.88, 'OEMG-52059.webp', 'OEMG-41207.webp', 'OEMG-35874.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 01:59:54', '2024-02-06 01:59:54'),
(3612, 'Professional wireless microphone UHF 8-channel handheld collar clip, conference microphone karaoke,', 'BHWzMacGx', 12, 'Diaphragm\r\nS-Mall\r\nPolar Patterns\r\nOmnidirectional\r\nPackage\r\nYes\r\nCommunication\r\nWireless', 250.91, NULL, NULL, 299.90, 'Professional wireless microphone UHF 8-channel handheld collar clip, conference microphone karaoke,-16270.jpeg', 'Professional wireless microphone UHF 8-channel handheld collar clip, conference microphone karaoke,-48002.jpeg', NULL, 'Instruments', 5.0, NULL, 1, '2024-02-06 02:00:20', '2024-02-06 02:00:20'),
(3613, 'Pure Honey Infused with Chili Peppers', 'NWeQunFyc', 13, 'HONEY WITH A KICK: Mikes Hot Honey: America\'s #1 Brand of Hot Honey. Mike\'s Hot Honey sauce is a sweet-heat combo of honey infused with chili peppers that adds the perfect kick to all of your favorite foods\r\nENDLESS WAYS TO ENJOY: Hands down the most versatile condiment in your kitchen. Drizzle it on pizza, fried chicken or BBQ. Pair with your favorite cheese and add to cocktails or tea. Mix into dressings or marinades and even drizzle on ice cream!\r\nMADE WITH THE BEST: Made with 100% pure honey, real chili peppers and vinegar. Mike\'s Hot Honey is all natural, gluten-free, paleo-friendly and contains no artificial sugar or preservatives. Certified Kosher.\r\nINCLUDES: 1 - Mike\'s Hot Honey Original: Net Wt. 10 oz (283g) PET plastic squeeze bottle with flip top cap.\r\nA BROOKLYN SUCCESS STORY: Mike began drizzling his signature hot honey on pizzas at the Brooklyn pizzeria where he worked - the rest is history. Mike\'s Hot Honey became a word-of-mouth sensation, sparking the creation of a new category of honey.', 6.23, NULL, NULL, 10.57, 'Pure Honey Infused with Chili Peppers-17481.jpeg', 'Pure Honey Infused with Chili Peppers-77996.jpeg', 'Pure Honey Infused with Chili Peppers-73305.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-06 02:01:50', '2024-02-06 02:01:50'),
(3614, '104W LED Rock Light (White)', 'ab2AEOXxH', 17, 'The BRIGHTEST White Rock lights in the WORLD!\r\nSold as 4 Pack\r\nComes with 13 FT Leads of wire.\r\n88 LED\'s in the middle with 16 on the sides for maximum light!\r\n100% Waterproof', 240.00, NULL, NULL, 265.99, '104W LED Rock Light (White)-66233.jpeg', '104W LED Rock Light (White)-88941.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-06 02:04:00', '2024-02-06 02:04:00'),
(3615, 'Toilet Bowl Cleaner', 'a3flkvGpj', 13, '2-Pack 24-Oz Lysol Toilet Bowl Cleaner (Forest Rain)', 3.44, NULL, NULL, 5.62, 'Toilet Bowl Cleaner-45675.jpeg', 'Toilet Bowl Cleaner-60857.jpeg', 'Toilet Bowl Cleaner-20799.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-06 02:07:40', '2024-02-06 02:07:40'),
(3616, 'OEMG', '9GoKa6g66', 12, 'Fellow Opus Conical Burr Coffee Grinder - All Purpose Electric - Espresso Grinder with 41 Settings for Drip, French Press', 155.00, NULL, NULL, 400.00, 'OEMG-23383.webp', 'OEMG-25886.webp', 'OEMG-60565.webp', 'Home appliances and utensils', 3.5, NULL, 1, '2024-02-06 02:07:53', '2024-02-06 02:07:53'),
(3617, 'Noco BOOST X 12V Jump Starter 4250Amp Lithium', 'iD74gB3mc', 17, 'The Noco BOOST X 12V Jump Starter is an incredibly powerful and reliable tool for jump-starting your vehicle. With a whopping 4250Amp lithium battery, it has the capacity to jump-start even larger engines with ease. It\'s compact and portable, making it convenient to carry in your car for emergencies. The Noco BOOST X also comes with additional features like USB ports for charging your devices and a built-in flashlight for added convenience. Don\'t let a dead battery ruin your day - the Noco BOOST X 12V Jump Starter has got you covered.', 369.55, NULL, NULL, 439.95, 'Noco BOOST X 12V Jump Starter 4250Amp Lithium-19592.jpeg', 'Noco BOOST X 12V Jump Starter 4250Amp Lithium-24275.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-06 02:10:42', '2024-02-06 02:10:42'),
(3618, 'Uyue 400W Heating Table Intelligent PCB Preheating Platform LCD Middle Frame Removing BGA Motherboar', 'dZCbbEh9l', 12, 'Easy to use,Warming up fast,Accurate temperature,Powerful\r\nProduct Type: UYUE 946-1010\r\nHeating area: 100mm * 100mm\r\nPower: 400W\r\nNet weight: 1.5kg\r\nTemperature control: 50-350\r\nOverall size: 120 * 120 * 120mm\r\n\r\nCaveat\r\n1, heating units placed work platform, countertops should be smooth, the material must be resistant to heat.\r\n2, in the course of their work, the board and around the very hot, be careful to guard against burn, burn!\r\n3, the heated object to safety, high temperatures may damage the heating elements.\r\n4, prohibiting the use of the heating plate in the vicinity of flammable and combustible material.\r\n5, to move or touch the machine, remember to turn off the power to be heated plate is completely cooled to room temperature.\r\n6, the machine is a high-temperature electric products, remember to cut off the power if not using the machine to avoid danger and accidents.\r\n7, in order to extend the life of the heating element and the machine is prohibited in high temperature (300 °c above) continuous long-term use of the machine, under normal circumstances, the machine should not be more than eight hours of continuous work time.\r\n\r\nNote\r\n1, make sure the machine ground grounded.\r\n2. Do not let the air flow blowing straight on the plate, otherwise it will affect the heating of the heater', 35.35, NULL, NULL, 43.35, 'Uyue 400W Heating Table Intelligent PCB Preheating Platform LCD Middle Frame Removing BGA Motherboar-19080.jpeg', 'Uyue 400W Heating Table Intelligent PCB Preheating Platform LCD Middle Frame Removing BGA Motherboar-58520.jpeg', 'Uyue 400W Heating Table Intelligent PCB Preheating Platform LCD Middle Frame Removing BGA Motherboar-76014.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-06 02:11:08', '2024-02-06 02:11:08'),
(3619, 'DEWALT 10in Jobsite Table Saw 32 1/2in Rip Capacity & Rolling Stand', 'rqwXNM3rF', 17, 'The DeWALT 10 Inch jobsite table saw featured with 32 - 1/2 Inch rip capacity and a rolling stand has a 15 Amp motor for cutting of large and hardwood materials. It assures tool-free guarding component adjustments as well as fast, accurate fence adjustments. Rolling stand of saw is specially designed for quick set up and breakdown with excellent stability. The rack and pinion telescoping fence system ensures fence adjustments fast, smooth and accurate. Telescoping fence rail retract to create a small, portable package. The 32-1/2 Inch rip capacity easily cuts a variety of larger shelving and trim materials. It has patented material support, which can be used for narrow rip cuts. Onboard storage system of tool offers easy access to the blade guard assembly, fence, riving knife, miter gauge, wrenches, push stick and cord wrap when not in use. Table saw features 2-1/2 Inch dust collection port for connecting to a vacuum easily and efficient dust extraction. The 21-7/8 Inch X 26 - 3/8 Inch table provides superior material support. Tool offers 3-1/8 Inch depth-of-cut at 90 degree and 2-1/4 Inch at 45 degree. This tool comes with a 10 Inch 24-tooth carbide blade, rolling stand, push stick, miter gauge, rip fence, blade guard assembly and two blade wrenches.', 549.00, NULL, NULL, 649.00, 'DEWALT 10in Jobsite Table Saw 32 1/2in Rip Capacity & Rolling Stand-31383.jpeg', 'DEWALT 10in Jobsite Table Saw 32 1/2in Rip Capacity & Rolling Stand-39322.jpeg', 'DEWALT 10in Jobsite Table Saw 32 1/2in Rip Capacity & Rolling Stand-50755.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-06 02:14:10', '2024-02-06 02:14:10'),
(3620, 'gimMe Organic Roasted Seaweed', 'W771zlG4N', 13, 'Contains 1 - 0.81oz Pack of Organic Sushi Nori Seaweed Snacks; Now with 9 Thicker Nori Sheets, but the same amount of seaweed (weight)\r\nUSDA Organic, Non-GMO Certified, Gluten-Free, Vegan, Keto, Superfood, Paleo\r\nUsed traditionally for sushi & other savory healthy wraps\r\nPremium Restaurant quality Nori Sheets\r\nSupercharge any meal by adding this sea vegetable to your favorite soup, salad or enjoy on its own for a unique snack. However you enjoy your sushi, begin with gimMe Organic Roasted Sushi Nori sheets!', 2.54, NULL, NULL, 3.69, 'gimMe Organic Roasted Seaweed-61864.jpeg', 'gimMe Organic Roasted Seaweed-68911.jpeg', 'gimMe Organic Roasted Seaweed-90629.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-06 02:15:20', '2024-02-06 02:15:20'),
(3621, 'Solder sation Pro\'s kit SS331 Electric automatic soldering iron tin remover strong tin gun disassembly soldering tin', 'mSybnZMsh', 12, 'SS-331 LCD desoldering station is efficient desoldering tool with a built-in vacuum for through-hole boards and components. It is a thermostatically controlled desoldering station that provides low cost and high performance. Ergonomically friendly structure allows one hand operation, only takes a few seconds per pin, more safe, efficient and comfortable.\r\nMicroprocessor controlled\r\nMicroprocessor Controlled, provides accurate temperature control from 160 to 480°C.\r\n\r\nCeramic heater\r\nProvides fast heat up, fast recovery and high insulation resistance.\r\nHigh power desoldering tool with vacuum\r\nDesigned with a quality heating element, it provides higher performance and longer lifetime than traditional type.\r\nBuilt-in high power 600mmHg air pump, particularly for lead-free desoldering of multilayer boards.\r\nEfficient operation, quick and easy\r\nErgonomically friendly structure allows one hand operation, only takes a few seconds per pin, more safe, efficient and comfortable.\r\n\r\nLarge LCD display\r\nQuick and easy to set the desired temperature and check the actual temperature.\r\nFahrenheit or Celsius unit selection.\r\n\r\n\r\n\r\nSpecification Technical\r\n\r\nModel No:SS-331H\r\nVoltage:220V-240V~ 50Hz\r\nSoldering Power:90W\r\nPower Consumption:140W\r\nTemperature:160°C ~ 480°C\r\nVacuum Pressure:>600mm Hg\r\nHeating Element:Ceramic Heater', 100.00, NULL, NULL, 116.10, 'Solder sation Pro\'s kit SS331 Electric automatic soldering iron tin remover strong tin gun disassembly soldering tin-60663.jpeg', 'Solder sation Pro\'s kit SS331 Electric automatic soldering iron tin remover strong tin gun disassembly soldering tin-99760.jpeg', 'Solder sation Pro\'s kit SS331 Electric automatic soldering iron tin remover strong tin gun disassembly soldering tin-32257.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-06 02:20:14', '2024-02-06 02:20:14'),
(3622, 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle', '65tGpbch8', 17, 'The Polar HD 1500 trailer is available in with our original Tandem Walking Arm, making it perfect for easily hauling heavy loads over unstable terrain. The walking arms let the wheels “crawl” over obstacles, keeping the load stable. The HD 1500 TA is built with rugged, durable Tubular Frame Technology with powder coat finishes to hold up to the elements.\r\nThe Polar HD 1500 trailer is available in with our original Tandem Walking Arm, making it perfect for easily hauling heavy loads over unstable terrain.\r\nHigh-impact polyethylene tub is rugged, durable, easy-to-clean, and will never rust\r\n20-minute assembly\r\nAll-steel frame with powder coat finish resistant to rusting\r\nLightweight optimum balance makes hauling heavy loads easy and stable\r\nSealed ball bearings - no greasing needed\r\nQuick-release tipper latch for easy dumping', 899.99, NULL, NULL, 979.99, 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle-28050.jpeg', 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle-70501.jpeg', 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle-77885.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-06 02:23:27', '2024-02-06 02:23:27'),
(3623, 'Dead Island', 'U0NBPNxOY', 13, 'Dead Island 2: Day 1 Edition - PlayStation 5', 39.90, NULL, NULL, 69.99, 'Dead Island-40431.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-06 02:24:48', '2024-02-06 02:24:48'),
(3624, 'Tufting Gun 2 in 1 Set Electric Carpet Tufting Gun Electric Carpet tapis Knitting Tufting Pistol Weaving Flocking Rug Machine', 'cQanH98mh', 12, 'plastic:%20Made%20of%20high-quality%20plastic%20material,%20it%20is%20durable%20and%20can%20be%20used%20for%20a%20long%20time.%0ASave%20time%3A%20The%20electric%20carpet%20sleeve%20can%20save%20you%20time%20and%20energy.%20it%20is%20easy%20to%20clean,%20just%20wipe%20with%20a%20wet%20cloth%20or%20paper%20towel.%0APush%20button%3A%20The%20push%20button%20allows%20you%20to%20easily%20suck%20and%20roll%20the%20gun%20carpet%20for%20tufting%20guns.%0ASpecifications%3A%0AMaterial%3A%20Durable%20Metal%20Construction%0AVoltage%20Range%3A%20AC%20100-240V,%2050-60HZ%0APower%3A%2070W%20High-Efficiency%20Motor%0ASpeed%20Range%3A%20Adjustable%205-40%20stitches/sec%0APile%20High:%20Versatile%207-21mm%20adjustment%20for%20Cut%20and%20Loop%20Pile%0AWeight:%20Lightweight%20at%202.3kg%20for%20easy%20handling%0AAccessories:%20Comprehensive%202%20in%201%20Set%20with%20ruler,%20scissors,%20wool,%20and%20cloth%0A%0AFeatures:%0A%7CSentro%2040%20Pin%20Knitting%20Machine%7CMachine%20To%20Cut%20Fabric%7CCarpet%20Stractor%7C%0A%0A**Versatile%20Performance%20and%20Efficiency**%0AThe%20Tufting%20Gun%202%20in%201%20Set%20is%20a%20versatile%20electric%20carpet%20tufting%20gun%20designed%20for%20both%20Cut%20and%20Loop%20Pile%20weaving.%20With%20a%20powerful%2070W%20motor,%20this%20machine%20can%20handle%20a%20wide%20range%20of%20carpet%20types%20and%20thicknesses,%20ensuring%20a%20consistent%20and%20high-quality%20output.%20The%20adjustable%20speed%20range%20from%205%20to%2040%20stitches%20per%20second%20allows%20for%20precise%20control%20over%20the%20tufting%20process,%20making%20it%20ideal%20for%20both%20beginners%20and%20professionals.%20The%20pile%20height%20adjustment%20from%207%20to%2021mm%20caters%20to%20various%20carpet%20styles,%20from%20plush%20to%20low-profile%20designs.%0A%0A**User-Friendly%20Design%20and%20Durability**%0ACrafted%20from%20robust%20metal,%20this%20tufting%20gun%20is%20built%20to%20withstand%20the%20rigors%20of%20daily%20use.%20It%20features%20over-current,%20over-voltage,%20and%20short-circuit%20protection,%20ensuring%20a%20safe%20and%20reliable%20operation.%20The%20lightweight%20design%20at%202.3kg%20makes%20it%20easy%20to%20maneuver,%20making%20it%20perfect%20for%20on-site%20projects%20or%20mobile%20station%20work.%20The%20included%20accessories,%20such%20as%20a%20ruler,%20scissors,%20and%20wool,%20provide%20everything%20needed%20to%20get%20started%20right%20away.%20Whether%20you\'re%20a%20seasoned%20carpet%20craftsman%20or%20a%20DIY%20enthusiast,%20this%20tufting%20gun%20is%20a%20valuable%20addition%20to%20your%20toolkit.%0A%0A**Comprehensive%20Set%20for%20Beginners%20and%20Experts**%0AThe%202%20in%201%20Tufting%20Gun%20Set%20comes%20with%20a%20comprehensive%20set%20of%20tools%20and%20materials,%20including%20a%202m%20white%20cloth%20and%201.8m%20anti-slip%20cloth,%20to%20support%20your%20tufting%20projects.%20The%20included%2012%20wool%20pack%20ensures%20you%20have%20enough%20material%20to%20start%20your%20creations.%20The%20user-friendly%20design%20and%20easy-to-master%20operation%20make%20this%20tufting%20gun%20an%20excellent%20choice%20for%20both%20beginners%20and%20experts.%20With%20its%20high-efficiency%20performance%20and%20durable%20construction,%20this%20tufting%20gun%20is%20a%20reliable%20partner%20for%20all%20your%20carpet%20weaving%20needs.', 120.70, NULL, NULL, 141.70, 'Tufting Gun 2 in 1 Set Electric Carpet Tufting Gun Electric Carpet tapis Knitting Tufting Pistol Weaving Flocking Rug Machine-41199.jpeg', 'Tufting Gun 2 in 1 Set Electric Carpet Tufting Gun Electric Carpet tapis Knitting Tufting Pistol Weaving Flocking Rug Machine-92737.jpeg', 'Tufting Gun 2 in 1 Set Electric Carpet Tufting Gun Electric Carpet tapis Knitting Tufting Pistol Weaving Flocking Rug Machine-31527.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-06 02:28:53', '2024-02-06 02:28:53'),
(3625, 'Stainless Steel Electric Tea Kettle', 'FP74cEeoA', 12, 'Stainless Steel Electric Tea Kettle with Auto Shut-Off and Boil Dry Protection, 1.7 Liter Cordless Hot Water Boiler', 57.47, NULL, NULL, 87.08, 'Stainless Steel Electric Tea Kettle-75246.webp', 'Stainless Steel Electric Tea Kettle-13327.webp', 'Stainless Steel Electric Tea Kettle-34868.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 02:29:47', '2024-02-06 02:29:47'),
(3626, 'The Lord of the Rings', '41AsDLvzg', 13, 'The Lord of the Rings: Gollum (PS5)', 18.86, NULL, NULL, 39.99, 'The Lord of the Rings-80285.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-06 02:30:28', '2024-02-06 02:30:28'),
(3627, 'Laserpecker 4 laser engraving machine for All Common Materials portable machine metal laser engraving wood', '7YAJ8LGt4', 12, 's Smart Device\r\nYES\r\nModel Number\r\nLaserPecker 4\r\nCondition\r\nNew\r\nCNC or Not\r\nNorma', 2000.00, NULL, NULL, 2265.25, 'Laserpecker 4 laser engraving machine for All Common Materials portable machine metal laser engraving wood-50842.jpeg', 'Laserpecker 4 laser engraving machine for All Common Materials portable machine metal laser engraving wood-92661.jpeg', 'Laserpecker 4 laser engraving machine for All Common Materials portable machine metal laser engraving wood-93166.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-06 02:34:10', '2024-02-06 02:34:10'),
(3628, 'Trailer Valet 5X Multifunction Tongue Jack Dolly', 'A3AuWUlZe', 17, 'Maneuver larger trailers precisely, without the need for a vehicle\r\nNo hand-cranking necessary: mover can be powered with any 20-24V non-impact drill\r\nSaves time and manual labor when hitching up the trailer\r\nUp to 5,000 lbs towing capacity when trailer is on a hard level surface properly loaded and attached, with evenly distributed weight\r\nOptimal use with 10-12% vertical or tongue weight\r\nHigh and low drive gear system for more precise movement\r\nRugged steel construction and zinc-nickel plating for durability\r\nSolid rubber tires for increased stability\r\nIntegrated braking system for your safety\r\nRecommended for use on a flat, concrete-like surface. Product performance may decrease on inclines, loose surfaces, and with evenly distributed trailer weight', 359.10, NULL, NULL, 399.00, 'Trailer Valet 5X Multifunction Tongue Jack Dolly-61300.jpeg', 'Trailer Valet 5X Multifunction Tongue Jack Dolly-90362.jpeg', 'Trailer Valet 5X Multifunction Tongue Jack Dolly-25321.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-06 02:35:29', '2024-02-06 02:35:29'),
(3629, 'Trolls Remix Rescue', 'ewLicwtJR', 13, 'Trolls Remix Rescue - PlayStation 5', 19.99, NULL, NULL, 49.99, 'Trolls Remix Rescue-54305.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-06 02:36:03', '2024-02-06 02:36:03'),
(3630, 'ANDELI CUT-50D DS High-Frequency Plasma Cutting Machine Pilot Arc HF DC Air Plasma Cutter Cut', 'wmad6uAHg', 12, 'Usage\r\ncut metal\r\nModel Number\r\nCUT-50\r\nBrand Name\r\nANDELI\r\nOrigin\r\nMainland China', 400.00, NULL, NULL, 409.00, 'ANDELI CUT-50D DS High-Frequency Plasma Cutting Machine Pilot Arc HF DC Air Plasma Cutter Cut-39682.jpeg', 'ANDELI CUT-50D DS High-Frequency Plasma Cutting Machine Pilot Arc HF DC Air Plasma Cutter Cut-30081.jpeg', 'ANDELI CUT-50D DS High-Frequency Plasma Cutting Machine Pilot Arc HF DC Air Plasma Cutter Cut-93470.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 02:38:37', '2024-02-06 22:50:52'),
(3631, 'Youtubers Life 2', 'd5Fbd7jxj', 13, 'Youtubers Life 2 (XB1)', 12.43, NULL, NULL, 29.99, 'Youtubers Life 2-76854.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-06 02:44:47', '2024-02-06 02:44:47'),
(3632, 'Women Fitness Shorts', 'i3Uy5xiAW', 12, 'Women Fitness Shorts Seamless Women Leggings High Stretch High Waist Yoga Pants Gym Tight Leggings Casual Workout Shorts', 7.92, NULL, NULL, 13.19, 'Women Fitness Shorts-58668.webp', 'Women Fitness Shorts-98134.webp', 'Women Fitness Shorts-52708.webp', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 02:46:11', '2024-02-06 02:46:11'),
(3633, 'Kids Sports Toys Basketball', 'QzUrFZB6D', 12, 'Kids Sports Toys Basketball Balls Toys for Boys Girls 3+ Years Old Wall Type Foldable Basketball Hoop Throw Outdoor Indoor Games', 26.00, NULL, NULL, 57.00, 'Kids Sports Toys Basketball-97434.webp', 'Kids Sports Toys Basketball-94378.webp', 'Kids Sports Toys Basketball-60932.webp', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-06 02:49:38', '2024-02-06 02:49:38'),
(3634, 'World of Outlaws Dirt Racing', '1w2lLmXUu', 13, 'World of Outlaws Dirt Racing - PlayStation 4', 19.93, NULL, NULL, 49.99, 'World of Outlaws Dirt Racing-54406.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-06 02:52:56', '2024-02-06 12:16:50');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3635, 'New Baby Breathable and Washable Cartoon Waterproof Pad', 'PoojM5GxX', 14, 'Product Introduction\r\nCute and functional, this Pure Cotton Cartoon Waterproof Diaper is perfect for your little one!\r\nFabric\r\nMade with a cotton outer layer, polyester fiberfill, and EVA bottom.\r\nCare Instruction\r\nMachine washable and easy to clean. Simply wipe down with a damp cloth for day-to-day use.\r\nKey Features\r\n-Product Features: functional and stylish diaper that keeps your baby dry\r\n-Fabric Characteristics: made with breathable and soft cotton.\r\n-Piece of Product: features cartoon designs for added charm\r\n-Style: Cartoon design adds fun and whimsy\r\n-Fit: Universal sizing fits babies of all shapes and sizes\r\n-Source of Goods: Quality materials sourced from trusted providers\r\n-Supplier: Produced by a reputable and experienced supplier', 6.99, NULL, NULL, 9.99, 'New Baby Breathable and Washable Cartoon Waterproof Pad-34705.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-06 02:53:22', '2024-02-06 02:53:22'),
(3636, 'DUTRIEUX Cadio Training', 'Ki9irVBqT', 12, 'Magnetic Recumbent Exercise Bike with 8 Resistance Levels,Fitness Equipment,Indoor Cycling Bikes', 193.57, NULL, NULL, 387.15, 'DUTRIEUX Cadio Training-78512.webp', 'DUTRIEUX Cadio Training-25527.webp', 'DUTRIEUX Cadio Training-21162.webp', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 02:58:45', '2024-02-06 02:58:45'),
(3637, 'Antique 15kt gold Ruby size 3 1/2 Wedding ring - Baby ring - pinkie Victorian se', 'O2UUSzwMe', 18, 'This antique 15kt gold Ruby wedding ring is a truly special piece. It\'s a smaller size, perfect for a baby ring or even as a pinkie ring. With its Victorian style and beautiful ruby gem, it\'s a timeless and elegant choice. Whether you\'re looking for a unique wedding ring or a charming accessory, this antique beauty is sure to make a statement.', 425.00, NULL, NULL, 470.99, 'Antique 15kt gold Ruby size 3 1/2 Wedding ring - Baby ring - pinkie Victorian se-14590.jpeg', 'Antique 15kt gold Ruby size 3 1/2 Wedding ring - Baby ring - pinkie Victorian se-20512.jpeg', 'Antique 15kt gold Ruby size 3 1/2 Wedding ring - Baby ring - pinkie Victorian se-47647.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-06 03:00:21', '2024-02-06 03:00:21'),
(3638, '100% Cotton Bed Pads for Incontinence Washable, Bed Wetting Protection for Baby, Waterproof Reusable Underpads', '22V6zcJMb', 14, 'Product Introduction\r\nProtect your mattress with our 100% Cotton Bed Pads. This waterproof underpad offers gentle and breathable protection, perfect for those dealing with incontinence or bedwetting. Its cute patterns make it a delightful addition to any nursery decor.\r\nFabric\r\n100% cotton surface material; TPU waterproof layer\r\nCare Instruction\r\nMachine washable, tumble dry low\r\nKey Features\r\n• Soft, breathable, and non-leakage design\r\n• Cute cartoon patterns give a fun touch to any nursery.\r\n• Flat and docile, won\'t easily deform\r\n• Fabric composition: 100% cotton', 11.00, NULL, NULL, 15.99, '100% Cotton Bed Pads for Incontinence Washable, Bed Wetting Protection for Baby, Waterproof Reusable Underpads-19779.jpeg', '100% Cotton Bed Pads for Incontinence Washable, Bed Wetting Protection for Baby, Waterproof Reusable Underpads-84805.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-06 03:01:53', '2024-02-06 03:01:53'),
(3639, 'Power Tower Dip Station with Bench', 'tIZ5etxaz', 12, 'Power Tower with Detachable Bench:The removable weight bench provide flexibility during your strength training workout. The sit up bench could be decline, flat and collapsible. You can easily to fold up the bench or remove it according your own needs by insert the plug pin to change to a free standing pull up station.\r\nSturdy Construction:This Power tower is made of high quality steel construction with high-density foam rubber handles and handrails and holds up to 440LBS, The long H-shape base provides more loading points. Adjustable', 208.36, NULL, NULL, 416.72, 'Power Tower Dip Station with Bench-80811.webp', 'Power Tower Dip Station with Bench-27207.webp', 'Power Tower Dip Station with Bench-99141.webp', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 03:03:16', '2024-02-06 03:03:16'),
(3640, 'Hasbro Play-Doh Kitchen Creations Colorful Cafe Play Food Coffee Toy', '0IIG9uTYP', 13, 'Let\'s Play Cafe\r\nKids can get creative their way at their own pretend play cafe! Create custom Play-Doh coffee, tea, and other colorful make-believe drinks with this creative play food set\r\nFill, Spin, And Top\r\nFill up a cup at the filling station, then watch it spin and slide over to the pretend topping station where Play-Doh compound ripples out like pretend whipped cream\r\nHot Or Iced?\r\nMake pretend hot beverages in the mug or use the drinks toy machine to fill the 3 clear cups with colorful Play-Doh frappes! There are also 2 lids to take the pretend drinks to go\r\n5 Different Colors\r\n2-ounce cans of classic Play-Doh modeling compound come with the toy coffee maker in 5 different colors: blue, white, pink, orange, and brown (contains wheat)\r\nBe A Play-doh Barista\r\nThe best ingredient of all is imagination! This Play-Doh toy kitchen set makes a fun creative activity or gift for kids 3 years and up', 19.99, NULL, NULL, 24.99, 'Hasbro Play-Doh Kitchen Creations Colorful Cafe Play Food Coffee Toy-64344.jpeg', 'Hasbro Play-Doh Kitchen Creations Colorful Cafe Play Food Coffee Toy-52984.jpeg', 'Hasbro Play-Doh Kitchen Creations Colorful Cafe Play Food Coffee Toy-37873.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-06 03:03:44', '2024-02-06 03:03:44'),
(3641, 'Bluetooth Recumbent Exercise Bike with Arm Exerciser', 'dkBpSFk2H', 12, 'Exclusive Magnetic MUTE System】Recumbent exercise bike equipped with 28 lbs flywheel and an exclusive and cutting-edge magnetic resistance system, which provides 14 levels of smooth magnetic resistance options by adjustable tension knob for an easier or more difficult workout, ensuring that every pedal stroke is whisper-quiet and effortlessly smooth. No more distractions – just pure focus on your fitness goals. Virtually no maintenance is required.', 444.99, NULL, NULL, 889.80, 'Bluetooth Recumbent Exercise Bike with Arm Exerciser-82432.jpeg', 'Bluetooth Recumbent Exercise Bike with Arm Exerciser-12199.webp', 'Bluetooth Recumbent Exercise Bike with Arm Exerciser-55174.webp', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 03:09:15', '2024-02-06 03:09:15'),
(3642, 'Cement Truck', '6e1RYbyfr', 13, 'Spinning Cement Truck Cranks Out the Fun\r\nWatch the Play-Doh compound twist through the cement truck! This toy truck also has stamps on it to make Play-Doh traffic cones and other shapes.\r\nComes with 3 Cool Play-Doh Tools\r\nFuel creativity with the stamping jackhammer, rolling wheelbarrow, and barrier mold included in this toy construction truck set.\r\nCement-Colored Play-Doh Compound\r\nThis 2-ounce can of Play-Doh Buildin\' Compound looks like cement with specks of glitter mixed in to help kids play pretend!\r\nPlus 3 More Play-Doh Colors\r\nWith 3 additional non-toxic Play-Doh colors in standard-size 2-ounce cans, kids have the Play-Doh compound they need to get started.', 16.99, NULL, NULL, 17.99, 'Cement Truck-51773.jpeg', 'Cement Truck-70418.jpeg', NULL, 'Toys and games', 4.0, NULL, 1, '2024-02-06 03:12:14', '2024-02-06 03:12:14'),
(3643, '14K Yellow Gold Oval Shape Natural Roby Diamond Statement Ring Vintage Diamond R', 'lRRZvKlv9', 18, 'This vintage statement ring is a stunning piece of jewelry. It features an oval-shaped natural ruby surrounded by diamonds, all set in 14K yellow gold. The combination of the vibrant ruby and sparkling diamonds creates a beautiful contrast that is sure to catch everyone\'s attention. Whether you\'re dressing up for a special occasion or adding a touch of elegance to your everyday look, this ring is a perfect choice. It\'s a timeless and unique piece that will make you feel truly special.', 3850.00, NULL, NULL, 4250.00, '14K Yellow Gold Oval Shape Natural Roby Diamond Statement Ring Vintage Diamond R-55280.jpeg', '14K Yellow Gold Oval Shape Natural Roby Diamond Statement Ring Vintage Diamond R-52445.jpeg', NULL, 'Jewelry', 5.0, NULL, 1, '2024-02-06 03:14:53', '2024-02-06 03:14:53'),
(3644, '14K Yellow Gold Round Rose Cut Blue sapphire gemstone Diamond Ring, Blue Rose', 'QGxpKTzqm', 18, NULL, 3300.00, NULL, NULL, 3457.99, '14K Yellow Gold Round Rose Cut Blue sapphire gemstone Diamond Ring, Blue Rose-14828.jpeg', '14K Yellow Gold Round Rose Cut Blue sapphire gemstone Diamond Ring, Blue Rose-83091.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-06 03:18:58', '2024-02-06 03:18:58'),
(3645, 'Dimpl', 'gKj5XRmXz', 14, 'Little fingers can\'t resist these beautiful buttons!\r\n\r\nBuilt safely into the sturdy ABS plastic frame are five vibrant silicone bubbles in varying sizes and colors. It\'s so simple, yet oddly, so brilliantly fun, fascinating, and impossible to put down...for babies...or adults!\r\n\r\nPush them all the way in to pop them through to the other side. Delve into the simple delight of poking them with your fingers.\r\n\r\nIt\'s a perfect sensory adventure babies and toddlers can take with them everywhere they go!\r\n\r\n(Not to mention, it\'s also a great decoy for staving off your grandma\'s cheek-grabbing fingers...)\r\n\r\nInspire loads of giggles and hours of sensory exploration with the adorable, playful, and wonderfully durable Dimpl sensory toy.', 9.00, NULL, NULL, 12.95, 'Dimpl-76594.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-06 03:21:23', '2024-02-06 03:21:23'),
(3646, 'Eau De Parfum(60ml)', 'F1AFMUHNH', 10, 'Y, the men\'s fragrance capturing the essence of the YSL modern man. Y is a testament to the YSL modern man. A man who dares to follow his passions and carve his own path. From inspiration, through hard work and collaboration, to self-accomplishment and success. A man confident to take all of life\'s challenges. For the authentic and bold, YSL Beauty creates Y: the fragrance for those who dare to ask themselves \'why not\'. With both light and dark fougère facets, Y Eau de Parfum blends sophistication, sensuality and strength, echoing the multifaceted personality of the YSL man. Woody and aromatic, the original Eau de Parfum opens with fresh notes of bergamot and ginger enhanced by juicy green apple for powerful freshness. Sage and juniper bring masculinity contrasted with the elegance of geranium absolute and lavender, two floral notes at the heart of the Y olfactive signature. At the base, a mysterious blend of sensual wood and frankincense is uncovered, reinforced by smokey vetiver for intensity. Created by master perfumer Dominique Ropion. Top notes: apple accord, bergamot essence, ginger essence, elemi essence, aldehydes. Heart notes: geranium absolute, juniper essence, sage essence, lavender essence. Base notes: vetiver essence, frankincense essence, operamide. The Y bottle is an expression of modernity. A masculine and sharp design, boldly cut out with the signature Y logo. Thick glass surrounds the crystal blue juice within, emblematic of the urban backdrop to the modern man.', 76.54, NULL, NULL, 90.34, 'Eau De Parfum(60ml)-37125.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 03:23:20', '2024-02-06 03:23:20'),
(3647, 'Hot Wheels Ultimate Octo Car Wash', 'F4QLQynO9', 13, 'The Hot Wheels™ City Ultimate Octo Car Wash is an awesome self-contained playset that extends 4+ feet and features spectacular water play in conjunction with the innovative Color Reveal™ car that\'s like having 2 cars in 1.\r\nTwo separate water tanks facilitate the color-shifting features of Color Reveal™ vehicles, but there\'s also a ramp, loop and spiral to add to the action and push-around play!\r\nStart the surprises with the initial reveal of the Color Reveal™ vehicle that\'s covered in a green coating. Fill the self-contained water tank with water, drop the car in, swirl, then lift the car out to reveal its look -- so cool!\r\nFill the head of the octopus with cold water to spray the car with its tentacles as the vehicle progresses through the set; the car reveals entirely different colors and details! Fill the dunk tank with warm water to change it back and repeat the process over and over again to alternate the car\'s appearance between the two decos -- even cooler!\r\nAs the car runs through the set, excess water is caught in removable drain cups to provide a fun no-spill experience! The set also collapses to half its size for easy and convenient storage.', 78.99, NULL, NULL, 85.99, 'Hot Wheels Ultimate Octo Car Wash-90863.jpeg', 'Hot Wheels Ultimate Octo Car Wash-13997.jpeg', 'Hot Wheels Ultimate Octo Car Wash-79344.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-06 03:24:50', '2024-02-06 03:24:50'),
(3648, 'Antique 14K 2-Tone Gold Filigree .10ct VS/G Old European Cut Diamond Ring', '8Q5yX3wZy', 18, 'This antique 14K 2-tone gold diamond ring is a true beauty. It features intricate filigree work and a stunning .10ct VS/G old European cut diamond. The combination of the two-tone gold and the vintage diamond cut creates a timeless and elegant look. It\'s a perfect piece to add a touch of vintage charm to your jewelry collection. Whether you\'re dressing up for a special occasion or want to add a touch of sophistication to your everyday style, this ring is sure to impress.', 472.50, NULL, NULL, 485.99, 'Antique 14K 2-Tone Gold Filigree .10ct VS/G Old European Cut Diamond Ring-29953.jpeg', 'Antique 14K 2-Tone Gold Filigree .10ct VS/G Old European Cut Diamond Ring-95291.jpeg', 'Antique 14K 2-Tone Gold Filigree .10ct VS/G Old European Cut Diamond Ring-22714.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-06 03:28:38', '2024-02-06 03:28:38'),
(3649, 'Hasbro Nerf Elite 2.0 Volt SD-1 Dart Blaster', 'nOz5YWt8j', 13, 'Upgrade-Ready Blaster\r\nCustomize the blaster for every battle or mission by taking advantage of 2 tactical rails to add accessories (not included)\r\nIncludes 6 Nerf Darts And Darts Storage\r\nComes with 6 Official Nerf darts, giving you plenty of reloads for this single-shot blaster. Has built-in storage for 2 darts\r\nLight Beam Targeting\r\nTake aim with light beam targeting to aim with precision even in low-light situations. works on targets up to 15 feet (4.5 meters) away. Batteries required (not included)\r\nFires Darts Up To 90 Feet (27 Meters)\r\nGo the distance with this blaster that fires darts up to 90 feet (27 meters)', 12.99, NULL, NULL, 15.99, 'Hasbro Nerf Elite 2.0 Volt SD-1 Dart Blaster-13983.jpeg', 'Hasbro Nerf Elite 2.0 Volt SD-1 Dart Blaster-26261.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-06 03:30:56', '2024-02-06 03:30:56'),
(3650, 'Freemans Skincare Beauty Box', 't8eJa38mE', 10, 'Say hello to the ultimate Freemans Beauty Box, overflowing with curated skincare essentials - your secret to glowing skin.\r\nThis limited-edition skincare box offers a selection of products for all your skin needs. From cleansing, to moisturising, the box has you covered. Worth over £180, the box contains a selection of full sized and travel sized products for you to try, that has been carefully selected by our beauty team.\r\n🍏Patchology FlashPatch Rejuvenating Eye Gels - Puffiness. Fatigue. Dryness. Enter the fast fix for tired eyes, featuring Caffeine, Hydrolysed Collagen and other essential ingredients.\r\n🍎Trilogy Certified Organic Rosehip Oil 20ml (Full Size) - Trilogy’s wild harvested, 100% Certified Organic Rosehip Oil delivers intense all-over nourishment and replenishment for radiantly healthy-looking skin.\r\n🍏Elizabeth Arden Eight Hour® Cream Intensive Moisturizing Hand Treatment 30ml (Full Size) - This fast-absorbing non-greasy gel cream for the hands moisturises for up to eight hours. Soothing emollients smooth and soften rough, weather-exposed skin. Signs of dryness and cracking are reversed so hands look and feel soft.\r\n🍎Sensse Silicone Bamboo Face Cleanser (Full Size) - Made from extra soft silicone infused with bamboo charcoal to effectively remove blackheads & dirt for sea deep skin cleansing. 8 supersonic intensity settings, you can banish skin impurities for good & get a healthy, glowy complexion. Helps improve skin firmness.\r\n🍏SVR SENSIFINE AR Micellar Water 200ml - Extra-soothing, micellar water anti-redness cleanser gently purifies & removes make-up on face, eyes & lips without irritating skin. Suitable for even the most sensitive skin. For skin prone to redness and rosacea.\r\n🍎Gatineau Collagen Expert Phyto Radiance Cleanser 150ml (Full Size) - A triple-action formula designed to cleanse, tone and micro-exfoliate the skin. This powerful water-soluble creamy cleanser removes all traces of dirt, make-up and impurities leaving the skin hydrated, cleansed and radiant.\r\n🍏Dr.PAWPAW Shea Butter Balm 10ml - Award-winning multi-tasking, 100% natural, vegan and cruelty-free balm is packed full of organic ingredients including pawpaw (papaya) fruit, aloe vera, olive oil, and shea butter. Suitable for all skin types including sensitive skin.\r\n🍎Skindoctors Relaxaderm 30ml (Full Size) - Skin Doctors Relaxaderm™ Advance is the only injection-free wrinkle relaxer with Dermatox-63, an exclusive combination of active ingredients, formulated to visibly reduce the appearance of wrinkles, making your skin look firmer.', 60.21, NULL, NULL, 225.79, 'Freemans Skincare Beauty Box-12937.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 03:32:30', '2024-02-06 03:32:30'),
(3651, 'JEAN PAUL GAULTIER Scandal Pour Homme Eau De Toilette 50ml & Shower Gel 75ml', '7bB1i4ukq', 10, 'Product sub-line: Men\'s fragrances\r\nRange: Scandal pour Homme\r\nGift Set\r\nJean Paul Gaultier Scandal pour Homme Gift Set Get good value', 34.25, NULL, NULL, 49.09, 'JEAN PAUL GAULTIER Scandal Pour Homme Eau De Toilette 50ml & Shower Gel 75ml-84317.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 03:37:35', '2024-02-06 03:37:35'),
(3652, 'Mikimoto Estate Akoya Pearl Necklace 17\" 18k WGold 8 mm Certified', 'SgnzSaXkD', 18, 'This Mikimoto estate Akoya pearl necklace is a true treasure. It\'s made of 18k white gold and features beautiful 8mm Akoya pearls. The necklace is 17 inches long, making it a perfect length for showcasing the pearls. Mikimoto is known for their high-quality pearls, and each piece is certified to ensure its authenticity. Wearing this necklace would add a touch of elegance and sophistication to any outfit. It\'s a timeless piece that you\'ll cherish for years to come.', 4900.50, NULL, NULL, 4955.99, 'Mikimoto Estate Akoya Pearl Necklace 17\" 18k WGold 8 mm Certified-88668.jpeg', 'Mikimoto Estate Akoya Pearl Necklace 17\" 18k WGold 8 mm Certified-50148.jpeg', 'Mikimoto Estate Akoya Pearl Necklace 17\" 18k WGold 8 mm Certified-21707.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-06 03:37:50', '2024-02-06 03:37:50'),
(3653, 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray', 'bXFWfKyEt', 14, 'Front panel and flange are one-piece deep drawn stainless steel which eliminates seams, sharp edges and weld lines. Baby changing surface includes Microban® antimicrobial protection which inhibits growth of bacteria on the product reassuring patrons of a hygienic surface. Dual-cavity liner dispenser has integral spring tab that dispenses one liner at a time. Integral frame offers exceptional bed stability and minimal deflection. Equipped with tumbler lock, keyed alike. Includes stainless steel external bag hook.\r\n\r\n\r\nUPC: 716954020864\r\n\r\nBRAND NAME: Koala Kare\r\nITEM #: KKPKB30001\r\n\r\nProduct Type: Baby Changing Tables', 470.00, NULL, NULL, 515.99, 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray-23551.jpeg', 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray-11516.jpeg', 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray-24372.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-06 03:38:32', '2024-02-06 03:38:32'),
(3654, 'Hasbro Play-Doh Kitchen Creations Grill \'n Stamp Playset', 'o5gGMIDHa', 13, 'Stamp Sizzlin\' Grill Marks\r\nThe low-mess inkpad hidden inside the toy grill cover really stamps a charcoal-colored \"sear\" right on your pretend hotdogs, hamburgers, and other Play-Doh BBQ creations\r\nPlay-Doh Burgers, Chicken, and More\r\nThe Play-Doh grill and cutting board both open to reveal molds that make Play-Doh hamburgers, pretend drumsticks, silly hot dogs, and more\r\nMake your Own Play-Doh Kabobs\r\nMold Play-Doh foods like pretend tomatoes, make-believe mushrooms, and more, then put them on the skewer that also has its own spot on the grill\r\nIncludes 6 Non-Toxic Play-Doh Colors\r\n4 cans filled with 2 ounces and 2 cans filled with 1 ounce of Play-Doh modeling compound give kids plenty of colors right out of the box to play pretend barbecue\r\nA Fun Play Food Set for Kids\r\nThis play grill set for kids 3 years and up makes a great birthday gift or surprise for kids who love modeling clay and cooking toys', 16.99, NULL, NULL, 18.99, 'Hasbro Play-Doh Kitchen Creations Grill \'n Stamp Playset-35276.jpeg', 'Hasbro Play-Doh Kitchen Creations Grill \'n Stamp Playset-16370.jpeg', 'Hasbro Play-Doh Kitchen Creations Grill \'n Stamp Playset-91245.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-06 03:39:59', '2024-02-06 03:39:59'),
(3655, 'CERRUTI 1881 Femme Eau De Toilette 30ml.', 'XWlhH76Sw', 10, 'Cerruti 1881 Femme Eau De Toilette (30ml) is an elegant, intimate fragrance, reflecting the character of a confident woman - a refined free spirit, seductive with the promise of hidden sensuality.\r\nEqually appropriate for daytime or evening wear, this feminine EDT evokes sensations reminiscent of fresh air and crisp linen. It opens with the sumptuous notes of Freesia, blending gently into Jasmine, and culminating in the subtle scent of Sandalwood. The elegant fragrance is housed in a stylish copper-coloured glass bottle stamped with the iconic 1881 logo to finish. Cruelty-free.', 17.80, NULL, NULL, 35.12, 'CERRUTI 1881 Femme Eau De Toilette 30ml.-48996.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 03:42:26', '2024-02-06 03:42:26'),
(3656, 'Thor #139 Marvel 1967 To Die Like a God Comic Book', '0QBN3KxC6', 17, 'The Thor #139 Marvel comic book from 1967 is a real gem for collectors. In this issue, titled \"To Die Like a God,\" Thor faces off against his arch-nemesis Loki in an epic battle. It\'s filled with action, drama, and all the excitement you\'d expect from a classic Marvel comic. If you\'re a fan of Thor and the Marvel universe, this comic book is definitely a must-have addition to your collection. Happy reading', 30.00, NULL, NULL, 50.99, 'Thor #139 Marvel 1967 To Die Like a God Comic Book-51667.jpeg', 'Thor #139 Marvel 1967 To Die Like a God Comic Book-30270.jpeg', 'Thor #139 Marvel 1967 To Die Like a God Comic Book-87249.jpeg', 'Books', 4.5, NULL, 1, '2024-02-06 03:44:43', '2024-02-06 03:44:43'),
(3657, 'Hot Wheels Mario Kart Glider Single Car Pack (Styles May Vary)', 'DDmKHeSco', 13, 'Hot Wheels® partners with fan-favorite Mario Kart™ for die-cast character karts with gliders in 1:64 scale!\r\n​Kids ages 3 years old and up will love recreating their favorite scenarios from the video game sensation!\r\n​Fans of Mario Kart™ and Hot Wheels® will want to collect them all.', 6.99, NULL, NULL, 8.99, 'Hot Wheels Mario Kart Glider Single Car Pack (Styles May Vary)-14313.jpeg', 'Hot Wheels Mario Kart Glider Single Car Pack (Styles May Vary)-97806.jpeg', 'Hot Wheels Mario Kart Glider Single Car Pack (Styles May Vary)-77988.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-06 03:47:51', '2024-02-06 03:47:51'),
(3658, 'Parfum Gres Cabotine Rose Eau De Toilette 100ml', '2iISPYBDt', 10, 'Cabotine Rose is definitely a little sister of the original Cabotine de Gres: it takes after a very typical olfactive style - easy to wear, modern, elegant and floral fresh with a strong signature. However, it asserts a personality of its own, both prickling and romantic. Cabotine Rose, a floral and fresh dream was composed by Jean-Claude Deville, the creator of the very first and original Cabotine de Gres.', 13.80, NULL, NULL, 67.73, 'Parfum Gres Cabotine Rose Eau De Toilette 100ml-37711.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 03:48:26', '2024-02-06 03:48:26'),
(3659, 'Immortality: A Love Story (The Anatomy Duology, Bk. 2)', '1M0vo3api', 18, 'Hazel Sinnett is alone and half-convinced the events of the year before—the immortality, Beecham’s vial—were a figment of her imagination. She doesn’t even know if Jack is alive or dead. All she can really do now is treat patients and maintain Hawthornden Castle as it starts to decay around her.\r\n\r\nWhen saving a life leads to her arrest, Hazel seems doomed to rot in prison until a message intervenes: Hazel has been specifically requested to be the personal physician of Princess Charlotte, the sickly granddaughter of King George III. Soon Hazel is dragged into the glamor and romance of a court where everyone has something to hide, especially the enigmatic, brilliant members of a social club known as the Companions to the Death.\r\n\r\nAs Hazel’s work entangles her more and more with the British court, she realizes that her own future as a surgeon isn\'t the only thing at stake for her. Malicious forces are at work in the monarchy, and Hazel may be the only one capable of setting things right.', 8.49, NULL, NULL, 19.99, 'Immortality: A Love Story (The Anatomy Duology, Bk. 2)-11474.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-06 03:48:37', '2024-02-06 03:48:37'),
(3660, 'Heated Rivals (The O\'Malleys Series, Bk. 2)', 'S5eRNSaaH', 18, 'New York Times and USA Today bestselling author Katee Robert continues her smoking-hot series about two feuding families—and their wealthy, powerful, and scandalous secrets.\r\n\r\nCarrigan O\'Malley has always known her arranged marriage would be more about power and prestige than passion. But after one taste of the hard-bodied, whiskey-voiced James Halloran, she\'s ruined for anyone else. Too bad James and his family are enemy number 1.\r\n\r\nHallorans vs. O\'Malleysthat\'s how it\'s always been. James should be thinking more about how to expand his family\'s empire instead of how silky Carrigan\'s skin is against his and how he can next get her into his bed. Those are dangerous thoughts. But not nearly as dangerous as he\'ll be if he can\'t get what he wants: Carrigan by his side for the rest of their lives.', 6.99, NULL, NULL, 16.99, 'Heated Rivals (The O\'Malleys Series, Bk. 2)-95695.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-06 03:51:18', '2024-02-06 03:51:18'),
(3661, 'Stokke® Snoozi™', '9ELmeJRvm', 14, 'A dreamy place for newborns to nap\r\nAdjusts for use up to 9 months with 2 mattress heights​\r\nBreathable textiles & firm mattress for sound sleep\r\nLightweight, sturdy & easy tool-free assembly\r\nOptional travel & storage bag for portability\r\nWarranty & Certificates', 300.00, NULL, NULL, 379.00, 'Stokke® Snoozi™-69961.jpeg', 'Stokke® Snoozi™-76237.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-06 03:53:04', '2024-02-06 03:53:04'),
(3662, 'Truffle TRUFFLE BLACK STILETTO HEEL with ANKLE STRAP', '6s1prn6Me', 10, 'Truffle black stiletto shoes. At the moment available in all sizes\r\nColour:\r\nBlack\r\nItem number:\r\n11859000\r\nFastening:\r\nBuckle\r\nLining:\r\nno\r\nMaterial & care information:- \r\nOuter:\r\nTextile no\r\nInner:\r\nSynthetic\r\nInner:\r\nSynthetic\r\nOutsole:\r\nSynthetic', 21.32, NULL, NULL, 42.64, 'Truffle TRUFFLE BLACK STILETTO HEEL with ANKLE STRAP-40617.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 03:53:53', '2024-02-06 03:53:53'),
(3663, 'Table Fan', 'OosoC5IVP', 13, 'MINIMALIST DESIGN: The solid steel chrome frame paired with black safe soft touch blades and finishes creates a high-end industrial aesthetic\r\nPORTABLE CONVENIENCE: USB powered design allows for use on the go and is compatible with computers, laptops, portable chargers and other devices with a USB input\r\nQUIET OPERATION: Effective multi-directional airflow for personal air comfort without disrupting your surroundings\r\nTOUCH CONTROL: 2 speed settings can easily be adjusted through the intuitive one touch button\r\nIN THE BOX: Equipped with a 6 ft. USB cable and 5V wall adapter for use right out of the box', 12.99, NULL, NULL, 14.99, 'Table Fan-79459.jpeg', 'Table Fan-81304.jpeg', 'Table Fan-58314.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-06 09:57:57', '2024-02-06 09:57:57'),
(3664, 'Hand-Beaded Chain Strap Shoulder Bag', 'XEZtECOw1', 10, 'Add a refreshing touch to summer outfits with the citrus hand-beaded design on this bag. Open up the front flap to unveil a space for your evening-sun-essentials, with a zipped internal pockets and magnetic snap closure to finish. Style it over the shoulder with the chain strap or tuck it inside and keep it as a clutch.', 13.17, NULL, NULL, 43.90, 'Hand-Beaded Chain Strap Shoulder Bag-96173.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 10:01:08', '2024-02-06 10:01:08'),
(3665, 'Suede Stitch Detail Cross-Body Bag Green', 'cgGLSYPeg', 10, 'The only day-to-day bag you\'ll ever need, this piece is designed in soft suede that brings a luxe finish to your every day looks. It features a mid size compartment for all your daily bits and bobs, stitch detailing to the fold-over flap, and two interior slip pockets. Green', 28.22, NULL, NULL, 56.44, 'Suede Stitch Detail Cross-Body Bag Green-67037.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-06 10:06:23', '2024-02-06 10:06:23'),
(3666, 'Desktop Mini Personal Fan', 'yDx2qGXXt', 13, '【The Mightier】Adopting the 2023 newly upgraded arc-shaped air turbine design and supercharging technology, provide longer service time, and bring strong airflow, to bring you a better cooling experience.\r\n【The Quieter】The 2023 upgraded silent construction design provides stronger airflow while being 25% quieter than other desk fans for your maximum comfort. Better accompany your your work or sleep without disturbing you.\r\n【Stepless Speed Regulation】Turn the knob and enjoy wind from gentle to strong, or any speed you want in between. More speed options will meet your needs in different scenarios, allowing you to find the perfect coolness.\r\n【Compact & Portable】AaoLin small portable fan is compact and easy to carry. You can put it in your backpack, handbag, so you can enjoy coolness anytime and anywhere. Perfect for use in home, car, office, desktop, camping, or travel.\r\n【High Compatibility USB-Powered 】 The AaoLin desk fan is powered by USB Cord and compatible with computer, power bank, power adapter and any other USB-enabled power supply. (Note:This fan does not carry a battery)', 7.89, NULL, NULL, 11.99, 'Desktop Mini Personal Fan-61952.jpeg', 'Desktop Mini Personal Fan-37301.jpeg', 'Desktop Mini Personal Fan-82982.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-06 10:06:33', '2024-02-06 10:06:33'),
(3667, '2 sets Taco Maker Press Fried Taco Shells Mold Crisp Deep Fryer', 'sgDePg4mS', 13, 'Fresh tacos shells are so much better tasting than store bought!Â The process of making tacos at home just got so much easier, with this uniquely designed taco press!\r\nUse to mold tortillas into fresh, crisp, fried taco shells! Faster, safer and easier than the old fork and tong method. Simple and easy to use! Perfect tacos every time!\r\nThe L-shaped handle rests on the fryer rim to protect your hands from hot oil. Made of chromed steel, with stay-cool rubberized plastic handle grips.\r\nSingle size: 13 inches x 2.5 inches x 3.5 inches/33 centimeters x 6 centimeters x 9 centimeters', 18.99, NULL, NULL, 20.99, '2 sets Taco Maker Press Fried Taco Shells Mold Crisp Deep Fryer-75225.jpeg', '2 sets Taco Maker Press Fried Taco Shells Mold Crisp Deep Fryer-15883.jpeg', '2 sets Taco Maker Press Fried Taco Shells Mold Crisp Deep Fryer-33395.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-06 10:13:34', '2024-02-06 10:13:34'),
(3668, 'ETRONIK 4-Pcs Large Travel Duffle Bag for Women', 'JtmlHl2gy', 10, 'The travel bag comes with updated 4 Pcs Set: 1 clothing storage bag, 1 toiletry bag, 2 portable shoe bags help you organize and maximize your space when travel. 1 luggage tag will save your time at the baggage claim. Our personalized luggage tag design makes it easy to spot your belongings at the airport, bus or train! Say hello to a stress-free baggage claim experience.', 36.00, NULL, NULL, 61.47, 'ETRONIK 4-Pcs Large Travel Duffle Bag for Women-66840.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 10:17:02', '2024-02-06 10:17:02'),
(3669, 'Mini Donut Maker Machine', 'pVVkELv9G', 13, 'DONUTS IN MINUTES: Make cute, tasty mini donuts at home in no time, perfect for snacking, entertaining and kids Filled, frosted, glazed, decorated, sprinkles, and more the possibilities are endless\r\nQUICK plus EASY: Short on time. Simply choose your preferred batter (cake mix, brownie mix, batter, etc) It’s so simple, even your kids can use it\r\nVERSATILE: This is the PERFECT appliance for picky eaters, large families, or those who have busy schedules, make 7 donuts all within minutes. Plus, the nonstick surface makes clean up a snap. One-step setup, just plug it in and you’re done\r\nPERFECT GIFT: the perfect wedding or new home gift Its small size takes up little counter space, and its sleek design and trendy color options will match any kitchen décor (Add to your registry now.)\r\nINCLUDES: 760-Watt DASH Mini Donut maker is backed by a 1-year manufacturer warranty, and includes recipe book and recipe database access (all non-electric parts are easily wiped clean)', 19.99, NULL, NULL, 21.99, 'Mini Donut Maker Machine-62263.jpeg', 'Mini Donut Maker Machine-12280.jpeg', 'Mini Donut Maker Machine-20823.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-06 10:18:43', '2024-02-06 10:18:43'),
(3670, 'Electric Candle Lighter', 'gT2Vq9d5i', 13, '【Plasma Flameless Arc Technology】- Revolutionary plasma flameless arc technology, which has various features such as energy concentration, smoke-free, odorless and windproof, ensures this lighter to be used normally under any weather. Caution: DO NOT touch the arc with hands.\r\n【Efficient Ignition Method】- Comparing with traditional lighters and matches, it can ignite candles, stoves, fireworks and etc. in a more convenient, safer and faster manner. No flame, thus it won\'t burn your fingers, and no more harmful butane!\r\n【USB Rechargeable】- No need to refill the lighter ever! Built-in large capacity battery, and power indicator lights to remind you when it should be charged. The portable USB cable can connect to power source such as computers, power bank and etc.\r\n【Born For Safer Ignition】- 7s Auto Off: The electric arc will automatically turn off after 7 seconds per use. Double safety switch: The power button is under the safety switch, avoiding accidental touches of the ignition button when you put it in your pocket or bag. During ignition, there will be a \"zee,zee\" noise, which is a normal operation sound, please use with ease.\r\n【Excellent Material】- The contacts on the head uses alumina ceramic, which is durable and high temperature resistant. The aluminum alloy shell body allows the lighter quickly dissipate heat after using.', 9.99, NULL, NULL, 13.99, 'Electric Candle Lighter-95060.jpeg', 'Electric Candle Lighter-82897.jpeg', 'Electric Candle Lighter-92854.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-06 10:23:36', '2024-02-06 10:23:36'),
(3671, 'Double Duvet Cover', 'UvtplZfDt', 10, 'Utopia Bedding Duvet Cover Double - Soft Microfibre Polyester - Bedding Quilt Cover Set, with Pillow cases (Grey)', 17.99, NULL, NULL, 20.07, 'Double Duvet Cover-73706.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 10:24:03', '2024-02-06 10:24:03'),
(3672, 'Versace Yellow Diamond Eau De Toilette 50ml', 'IHm4iPDZX', 10, 'Yellow Diamond is crafted as a pure, transparent and airy floral fragrance, sparkling and intense as the yellow color, while being luxurious andfeminine like a diamond.Fragrance FamilyFloralFragrance NoteTop note: Lemon, bergamot, neroliHeart: Orange blossom, water lillyBase: Amber, musk', 57.70, NULL, NULL, 87.81, 'Versace Yellow Diamond Eau De Toilette 50ml-59047.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 10:28:45', '2024-02-06 10:28:45'),
(3673, 'Costway Pool Chaise Lounge Chair Recliner Outdoor Patio Furniture - See Description', 'qc472QfyM', 14, 'This is our Outdoor Adjustable Patio Pool Chaise Lounge, which is really utility and functional for your daily life. Durable steel frame and Textilene are sure to be a reliable Patio Furniture for your home. What is more, it has an adjustable angle back and folding legs design for easy stacking and storage. If you are looking at it ,donot hesitant to buy it from our store!\r\n\r\n\r\nFeature\r\nGood quality.\r\nAdjustable Patio Pool Chaise Lounge\r\nIdeal for enjoying your outdoor time\r\nDurable steel frame\r\nAdjustable angle back rest\r\nFolding legs design for easy stacking and storage\r\n\r\n\r\n\r\nSpecification\r\nColor: Tan\r\nMaterial:Steel frame and Textilene\r\nOverall dimensions: 80\'\'(L) x 28\'\'(W) x 35\'\'(H)\r\nBack rest dimensions: 25\'\' x 20.5\'\'\r\nSeat Heght:12\"\r\nArm rest heigt: 18.5\"\r\nWeight:37lbs\r\nPackage include:1 x Chaise Lounge\r\nCountry of Origin: China', 100.99, NULL, NULL, 116.99, 'Costway Pool Chaise Lounge Chair Recliner Outdoor Patio Furniture - See Description-87275.jpeg', 'Costway Pool Chaise Lounge Chair Recliner Outdoor Patio Furniture - See Description-38280.jpeg', 'Costway Pool Chaise Lounge Chair Recliner Outdoor Patio Furniture - See Description-22098.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 10:32:03', '2024-02-06 10:32:03'),
(3674, 'Lavazza Espresso', 'n7RnWqL3l', 14, 'One 2.2 pound bag of Lavazza Espresso Italiano whole bean coffee\r\nRoast: Medium\r\nIntensity: 5/10 Delicate\r\nAromatic Notes: Fruity and Floral\r\nBlend: 100% arabica\r\nBest used for espresso but also suitable in any coffee maker', 8.99, NULL, NULL, 14.98, 'Lavazza Espresso-65410.jpeg', 'Lavazza Espresso-22158.jpeg', 'Lavazza Espresso-35110.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-06 10:33:48', '2024-02-06 10:33:48'),
(3675, 'ESPA Detoxifying Salt Scrub 700g', 'W6encDlQd', 10, 'Size: 700g\r\nA deeply cleansing body scrub that refines, smooths and clarifies, for intensely hydrated and replenished skin. Natural Sea Salts sweep away dry, dull skin, Grapefruit, Cypress and Eucalyptus cleanses while Sweet Almond Oil nourishes and hydrates.', 30.10, NULL, NULL, 50.17, 'ESPA Detoxifying Salt Scrub 700g-83592.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 10:34:29', '2024-02-06 10:34:29'),
(3676, 'The Confession Club', 'Q2RjW84vV', 18, 'When a group of friends in Mason, Missouri, decide to start a monthly supper club, they get more than they bargained for. The plan for congenial evenings--talking, laughing, and sharing recipes, homemade food, and wine--abruptly changes course one night when one of the women reveals something startlingly intimate. The supper club then becomes Confession Club, and the women gather weekly to share not only dinners but embarrassing misdeeds, deep insecurities, and long-held regrets.\r\n\r\nThey invite Iris Winters and Maddy Harris to join, and their timing couldn\'t be better. Iris is conflicted about her feelings for a charming but troubled man, and Maddy has come back home from New York to escape a problem too big to handle alone. The club offers exactly the kind of support they need to help them make some difficult decisions.\r\n\r\nThe Confession Club is charming, heartwarming, and inspiring. And as in the previous books that take place in Mason, readers will find friendship, community, and kindness on full display.', 8.48, NULL, NULL, 11.48, 'The Confession Club-53632.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-06 10:34:41', '2024-02-06 10:34:41'),
(3677, 'Lady Tan\'s Circle of Women', 'z9xudMxqd', 18, 'According to Confucius, “an educated woman is a worthless woman,” but Tan Yunxian—born into an elite family, yet haunted by death, separations, and loneliness—is being raised by her grandparents to be of use. Her grandmother is one of only a handful of female doctors in China, and she teaches Yunxian the pillars of Chinese medicine, the Four Examinations—looking, listening, touching, and asking—something a man can never do with a female patient.\r\n\r\nFrom a young age, Yunxian learns about women’s illnesses, many of which relate to childbearing, alongside a young midwife-in-training, Meiling. The two girls find fast friendship and a mutual purpose—despite the prohibition that a doctor should never touch blood while a midwife comes in frequent contact with it—and they vow to be forever friends, sharing in each other’s joys and struggles. No mud, no lotus, they tell themselves: from adversity beauty can bloom.\r\n\r\nBut when Yunxian is sent into an arranged marriage, her mother-in-law forbids her from seeing Meiling and from helping the women and girls in the household. Yunxian is to act like a proper wife—embroider bound-foot slippers, pluck instruments, recite poetry, give birth to sons, and stay forever within the walls of the family compound, the Garden of Fragrant Delights.\r\n\r\nHow might a woman like Yunxian break free of these traditions, go on to treat women and girls from every level of society, and lead a life of such importance that many of her remedies are still used five centuries later? How might the power of friendship support or complicate these efforts? Lady Tan’s Circle of Women is a captivating story of women helping other women. It is also a triumphant reimagining of the life of a woman who was remarkable in the Ming dynasty and would be considered remarkable today.', 10.99, NULL, NULL, 13.55, 'Lady Tan\'s Circle of Women-89041.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-06 10:38:54', '2024-02-06 10:38:54'),
(3678, 'Rice Krispies Treats Marshmallow Snack Bars', 't5UAoeLdZ', 14, 'Rice Krispies Treats cereal bars are delicious snacks for everyday family moments; Perfectly sized, ready-to-enjoy treat​\r\nEnjoy puffed rice cereal and the flavor of soft marshmallows in every bite; The classic, delicious snack families love​\r\nDiscover sweet flavor and crispy texture; 90 calories per bar; No high fructose corn syrup; Contains milk and soy ingredients​\r\nBring marshmallow snack bars to classroom parties for school snacks, pop a square in your kid\'s backpack or lunchbox; Stow some in your tote bag or desk​\r\nIncludes 54, 0.78oz Kellogg\'s Rice Krispies Treats Original marshmallow cereal bars; Packaged for freshness and great taste', 9.65, NULL, NULL, 14.84, 'Rice Krispies Treats Marshmallow Snack Bars-97380.jpeg', 'Rice Krispies Treats Marshmallow Snack Bars-79668.jpeg', 'Rice Krispies Treats Marshmallow Snack Bars-48072.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-06 10:41:12', '2024-02-06 10:41:12'),
(3679, '47\" Kitchen Cupboard', 'sxAFXiDIX', 10, 'Fashion Unique Design】This white pantry organization and storage has an elegant and smooth white finish and beautifully flowing lines, exuding an air of sophistication and elegance! Whether your home is decorated in a modern or retro style, this food pantry cabinet fits perfectly and reflects your extraordinary taste!\r\n🍗🥃【Large Storage Space】This kitchen cupboard storage measure 24\"W x 16\"D x 47\"H (60 x 40 x 120 cm) , features a multi-level shelf design with two 6-level shelves and one 5-level compartment, 4 shelves that can be adjusted in 3 levels to meet your individual needs, ideal for storing household items, small appliances, cookware and various kitchen items for a clean and tidy kitchen.', 119.00, NULL, NULL, 161.00, '47\" Kitchen Cupboard-38240.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 10:41:15', '2024-02-06 10:41:15'),
(3680, 'Mainstays Belden Park 3-Piece Outdoor Furniture Patio Bistro Set, Red', 'KZpzsrdCa', 14, 'The Mainstays Belden Park 3-Piece Outdoor Patio Bistro Set is crafted with sturdy steel frames for you and a friend to have a pleasant conversation on two chairs with button tufted back cushions and a tempered glass top table to hold drinks, snacks reading materials, and more. Easily assembled with the included instructions, the Mainstays Belden Park 3-Piece Outdoor Patio Bistro Set is a great way to help transform your outdoor living area and is just one part of the entire Mainstays Belden Park collection of outdoor furniture (other pieces sold separately).\r\n3 piece outdoor patio bistro set\r\nChairs feature button tufted back cushions\r\nTempered glass top side table\r\nDurable steel frame for a long life\r\n1 part of the entire Mainstays Belden Park collection of outdoor furniture (other pieces sold separately)\r\nChair weight capacity 250 lbs.\r\nEasy to care for: Use a mild solution of soap and water; pat out excess moisture with dry towel after rinsing; air dry. Never use bleach or strong solvents for cleaning.', 250.00, NULL, NULL, 297.00, 'Mainstays Belden Park 3-Piece Outdoor Furniture Patio Bistro Set, Red-50350.jpeg', 'Mainstays Belden Park 3-Piece Outdoor Furniture Patio Bistro Set, Red-36918.jpeg', 'Mainstays Belden Park 3-Piece Outdoor Furniture Patio Bistro Set, Red-17335.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 10:42:00', '2024-02-06 10:42:00'),
(3681, 'Bolanburg Coffee Table with Lift Top', '3qrdJztxV', 14, 'Store, serve and showcase your favorite things with the Bolanburg lift top coffee table. Its textured antique white finish creates a vintage two-tone look that will endure for years.\r\nMade of veneers, wood and engineered wood\r\nTwo-tone antiqued finish\r\nSpring-lift top\r\n4 smooth-gliding drawers\r\nCasters for easy mobility\r\nMinor assembly required', 400.99, NULL, NULL, 499.99, 'Bolanburg Coffee Table with Lift Top-84539.jpeg', 'Bolanburg Coffee Table with Lift Top-82014.jpeg', 'Bolanburg Coffee Table with Lift Top-79888.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 10:47:13', '2024-02-06 10:47:13'),
(3682, '3Pk Replacement Yard Trimmer Spool Line Weed Warrior Blue .065\" D x 30\' L', 'u6aHlOkyt', 18, 'Get your lawn ready for the summer with these 3pk replacement spool lines for your BLACKDECKER Weed Trimmer. Each spool is 30 feet long and made of durable plastic material, with a diameter of .065 inches. This pack contains three spool lines, ensuring you have plenty of backups for when you need them.\r\n\r\nThese Weed Warrior spool lines are compatible with your trimmer and easy to assemble. With no requirement for horsepower or engine size, these spool lines are the perfect addition to any garden tool collection. Keep your lawn looking pristine with these replacement spool lines.', 4.20, NULL, NULL, 8.33, '3Pk Replacement Yard Trimmer Spool Line Weed Warrior Blue .065\" D x 30\' L-61127.jpeg', '3Pk Replacement Yard Trimmer Spool Line Weed Warrior Blue .065\" D x 30\' L-80316.jpeg', '3Pk Replacement Yard Trimmer Spool Line Weed Warrior Blue .065\" D x 30\' L-78726.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-06 10:47:53', '2024-02-06 10:47:53'),
(3683, 'Russell Hobbs RHFGCH901B 90cm Black Cooker Hood', 'rbX1jzZo9', 10, 'Get rid of those pesky cooking odours with this sleek black and tempered glass, Russell Hobbs cooker hood. Designed to be functional and efficient, this cooker hood is the perfect addition to your kitchen and will complement any style of home.\r\nWith 3 speed settings, this cooker hood will quickly clear and clean the air of steam and cooking fumes. Whether you’re simmering a stew or frying fish or meats on a high heat, there’s no need to worry about lingering smells! This model can clear up to 440m³ air per hour, making it perfect for medium-sized kitchens. Plus, the cooker hood fits perfectly over a large hob at 90cm wide.', 200.59, NULL, NULL, 213.13, 'Russell Hobbs RHFGCH901B 90cm Black Cooker Hood-54971.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 10:49:08', '2024-02-06 10:49:08'),
(3684, 'HAYWARD SP3200DR Variable Speed Motor Drive Unit ONLY 090044-309 used #D875', 'l344hEB2O', 18, 'HAYWARD SP3200DR Variable Speed Motor\'s Drive Unit ONLY 090044-309 used part.\r\n\r\nPart is in good cosmetic condition as well.\r\n\r\nPlease learn more details from the images attached. Please check images for cosmetic condition because you will receive the same item as pictured.\r\n\r\nWe’re offering a FREE standard delivery and 30 days FREE returns.\r\n\r\nOur handling time\r\nis 1 business day only.\r\n\r\nPurchasing used parts\r\nyou agree with the statement that sometimes hidden defects or malfunctions may\r\noccur during installation or continuous use. There is no warranty on used\r\nparts. But you have 30 days satisfaction guarantee and 30 days FREE returns!\r\n\r\nMost of\r\nthe parts require specific knowledge and skills to be installed properly. If\r\nyou don?t have skills or knowledge, you must ask certified HVAC technician to\r\ninstall. We’ll not be liable for any damages or failures as a result of improper\r\ninstallation.', 411.40, NULL, NULL, 440.00, 'HAYWARD SP3200DR Variable Speed Motor Drive Unit ONLY 090044-309 used #D875-13811.jpeg', 'HAYWARD SP3200DR Variable Speed Motor Drive Unit ONLY 090044-309 used #D875-79096.jpeg', 'HAYWARD SP3200DR Variable Speed Motor Drive Unit ONLY 090044-309 used #D875-32371.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-06 10:53:08', '2024-02-06 10:53:08');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3685, 'BLUETTI 5100Wh Power Station EP500pro Home Emergency Power Backup System Heat', '95DyOpbuv', 10, 'The BLUETTI EP500Pro is shipped with a ground-breaking 5100Wh LiFePO4 battery pack and a 3000W rated pure sine wave AC inverter. This class-leading power station brings you the power to run your entire party, family camping trip, cabin workshops, or even your whole house for a day or two in the event of an unexpected outage. Up to 14 outlet sources allow you to power anything from laptops and air conditioners to your electric vehicles without breaking a sweat.', 5023.00, NULL, NULL, 7834.00, 'BLUETTI 5100Wh Power Station EP500pro Home Emergency Power Backup System Heat-42240.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 10:55:13', '2024-02-06 10:55:13'),
(3686, '24-Pack 4-Oz Dole Diced Pears Fruit Bowls (No Sugar Added)', 'lci2cyszE', 14, '24-Pack 4-Oz Dole Diced Pears Fruit Bowls (No Sugar Added)', 12.21, NULL, NULL, 16.54, '24-Pack 4-Oz Dole Diced Pears Fruit Bowls (No Sugar Added)-49043.jpeg', NULL, NULL, 'Groceries', 4.5, NULL, 1, '2024-02-06 10:55:50', '2024-02-06 10:55:50'),
(3687, 'OS Home and Office Furniture Model Student Task Chair in Black Fabric', 'b7tX7YPkk', 14, 'Make homework more comfortable and enjoyable with the OS Home and Office Furniture Model Student Task Chair in Black Fabric. With pneumatic seat height adjustment, it can be easily paired with desks of all heights. The cushioned fabric seat and chair back provide optimal support, while the heavy-duty base with dual wheel carpet casters ensures easy maneuverability on any floor. Choose from 6 fabric colors to add a youthful touch to your study space.\r\n\r\n\r\nFeatures:\r\n\r\nPneumatic seat height adjustment for versatility\r\nCushioned fabric seat and chair back for optimal support\r\nHeavy-duty base with dual wheel carpet casters for easy maneuverability\r\nAvailable in 6 fabric colors for a youthful design\r\nIdeal for students of all ages', 75.94, NULL, NULL, 85.94, 'OS Home and Office Furniture Model Student Task Chair in Black Fabric-79335.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-06 10:57:47', '2024-02-06 10:57:47'),
(3688, '50 Seeds Tibetan Bell Flowers Rare Plants Fresh Garden', '6mqygtdjG', 18, 'These seeds are perfect for any gardening enthusiast, whether you\'re a seasoned pro or just starting out. With features like flowering blooms, these plants are sure to add a pop of color to any yard, garden, or outdoor living space. Our high-quality seeds are carefully selected to ensure the best possible growth and yield. Plus, with a brand like Flowers, you can trust that you\'re getting a top-notch product. These seeds are perfect for anyone looking to add a unique touch to their home and garden. Grow your own beautiful Tibetan bell flowers with these rare houseplant seeds.', 55.97, NULL, NULL, 65.99, '50 Seeds Tibetan Bell Flowers Rare Plants Fresh Garden-76619.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-06 10:58:09', '2024-02-06 10:58:09'),
(3689, 'OS Home & Office Furniture Writing Desk with Pencil Drawer and Storage Shelf in White Oak', 'ruy479KNQ', 14, 'Upgrade your home office with the OS Home & Office Furniture Writing Desk in White Oak. This Contempo Desk features a spacious 40\" x 19\" work surface for maximum productivity. The modern steel frame adds a touch of style to your room while providing reliable support. Keep your workspace clean and clutter-free with the convenient pencil drawer and storage shelf. Choose between the sleek white laminate with a white metal frame or the elegant brown woodgrain laminate with a black metal frame. Assembly is required.\r\n\r\n\r\nFeatures:\r\n\r\nSpacious 40\" x 19\" work surface for maximum productivity\r\nSturdy steel frame for reliable support\r\nPencil drawer and storage shelf for a clean and clutter-free workspace\r\nAvailable in white laminate with white metal frame or brown woodgrain laminate with black metal frame\r\nAssembly required', 200.99, NULL, NULL, 259.99, 'OS Home & Office Furniture Writing Desk with Pencil Drawer and Storage Shelf in White Oak-88073.jpeg', 'OS Home & Office Furniture Writing Desk with Pencil Drawer and Storage Shelf in White Oak-65906.jpeg', 'OS Home & Office Furniture Writing Desk with Pencil Drawer and Storage Shelf in White Oak-34508.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 11:05:44', '2024-02-06 11:05:44'),
(3690, 'Premium Crackers Variety Pack', '3iziA3YiF', 14, 'Premium Crackers Variety Pack: 2-Pack 11-Oz Mini Saltine Crackers + 2-Pack 9-Oz Soup & Oyster Crackers', 7.53, NULL, NULL, 14.16, 'Premium Crackers Variety Pack-68104.jpeg', 'Premium Crackers Variety Pack-78043.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-06 11:07:34', '2024-02-06 11:07:34'),
(3691, 'Fender Mustang GTX100 120V 1-Channel Guitar Amplifier with 12\" Speaker Bundle with Fender Joe Strummer Instrument Cable (13ft) Straight/Straight, Drab Green', '54hSlxeZg', 14, 'Onboard Effects\r\nUSB Connectivity\r\nWi-Fi Connectivity\r\nSmartphone Control\r\n100-watt Modeling 1x12\" Guitar Combo Amplifier with 40 Amp Models', 470.09, NULL, NULL, 509.00, 'Fender Mustang GTX100 120V 1-Channel Guitar Amplifier with 12\" Speaker Bundle with Fender Joe Strummer Instrument Cable (13ft) Straight/Straight, Drab Green-80147.jpeg', 'Fender Mustang GTX100 120V 1-Channel Guitar Amplifier with 12\" Speaker Bundle with Fender Joe Strummer Instrument Cable (13ft) Straight/Straight, Drab Green-47526.jpeg', 'Fender Mustang GTX100 120V 1-Channel Guitar Amplifier with 12\" Speaker Bundle with Fender Joe Strummer Instrument Cable (13ft) Straight/Straight, Drab Green-32193.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-06 11:13:00', '2024-02-06 11:13:00'),
(3692, '32- Key Tone Organ, Students And Children Beginners Playing Musical Instruments In Class, With Mouthpieces And Blowpipes, (Bulk 3 Sets)', 'bZB0R88cT', 14, 'Scope of application- students, piano beginners, professional players, all kinds of music lovers Selling points-- ABS black and white buttons feel comfortable and smooth, do not hurt your hands, quality assurance, excellent workmanship, accordion exclusive bag No power required just blow to play music Parents who want to train their children to learn piano, this tone piano can be used as a starting instrument Cultivate children\' s hand- eye coordination, increase lung capacity, and help swimming', 60.00, NULL, NULL, 71.99, '32- Key Tone Organ, Students And Children Beginners Playing Musical Instruments In Class, With Mouthpieces And Blowpipes, (Bulk 3 Sets)-90667.jpeg', '32- Key Tone Organ, Students And Children Beginners Playing Musical Instruments In Class, With Mouthpieces And Blowpipes, (Bulk 3 Sets)-55497.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 11:18:53', '2024-02-06 22:49:32'),
(3693, 'Pentair 350521 Variable Speed DRIVE (no display) VS-3050 176L8083 used #D891', 'LDTJMtRqN', 18, 'Pentair 350521 Variable Speed DRIVE (no display) IntelliFlo VS-3050 176L8083 used part.\r\n\r\nPlease be informed, this drive does NOT include the LCD screen/keypad.\r\n\r\nPart is in good cosmetic condition as well.\r\n\r\nPlease learn more details from the images attached. Please check images for cosmetic condition because you will receive the same item as pictured.\r\n\r\nI am offering a FREE standard delivery and 30 days FREE returns.\r\n\r\nMy handling time\r\nis 1 business day only.\r\n\r\nPurchasing used parts\r\nyou agree with the statement that sometimes hidden defects or malfunctions may\r\noccur during installation or continuous use. There is no warranty on used\r\nparts. But you have 30 days satisfaction guarantee and 30 days FREE returns!\r\n\r\nMost of\r\nthe parts require specific knowledge and skills to be installed properly. If\r\nyou don?t have skills or knowledge, you must ask certified HVAC technician to\r\ninstall. I am not liable for any damages or failures as a result of improper\r\ninstallation.', 326.32, NULL, NULL, 349.00, 'Pentair 350521 Variable Speed DRIVE (no display) VS-3050 176L8083 used #D891-47256.jpeg', 'Pentair 350521 Variable Speed DRIVE (no display) VS-3050 176L8083 used #D891-44064.jpeg', 'Pentair 350521 Variable Speed DRIVE (no display) VS-3050 176L8083 used #D891-36370.jpeg', 'Lawn and garden', 2.0, NULL, 1, '2024-02-06 12:04:42', '2024-02-06 12:04:42'),
(3694, 'Fender Player Lead III - Maple Fingerboard - Sienna Sunburst, with 2-Year Warranty', 'NuvE6ELQc', 14, 'Product DescriptionIn response to high-quality, low-priced import guitars, Fender created the Lead Series in 1979, featuring a new solid-body design, hard-tail bridges and cool new wiring options. Appealing to a wide variety of players, the sleek new Lead models kicked off a fresh creative era in Fenders history. The Player Lead III, a tribute to the original 1982-only model, features a set of hot alnico Player humbucking pickups, dual-toggle switches for pickup selection and coil-splits, and a modern \"C\" neck shape with medium jumbo frets. Available in Purple Metallic, as well as classic Olympic white and Sienna Sunburst versions.\r\n\r\nThe Player Lead Series offers style, power and versatility in a comfortable, easy-to-play package. From the ManufacturerIn response to high-quality, low-priced import guitars, Fender created the Lead Series in 1979, featuring a new solid-body design, hard-tail bridges and cool new wiring options. Appealing to a wide variety of players, the sleek new Lead models kicked off a fresh creative era in Fenders history. The Player Lead III, a tribute to the original 1982-only model, features a set of hot alnico Player humbucking pickups, dual-toggle switches for pickup selection and coil-splits, and a modern \"C\" neck shape with medium jumbo frets.\r\n\r\nAvailable in Purple Metallic, as well as classic Olympic white and Sienna Sunburst versions. The Player Lead Series offers style, power and versatility in a comfortable, easy-to-play package.', 464.95, NULL, NULL, 564.95, 'Fender Player Lead III - Maple Fingerboard - Sienna Sunburst, with 2-Year Warranty-93526.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-06 12:05:51', '2024-02-06 12:07:23'),
(3695, 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall', '0UBjRYXRw', 18, 'This vintage, 12\" tall metal watering can is hand painted in sunshine yellow with charming tulip and ladybug designs. Perfect for gardening or as a unique decorative piece.\r\n\r\nWonderful Easter decoration\r\n\r\n? Hand painted design\r\n\r\n? Vintage style\r\n\r\n? 12\" in height\r\n\r\n? Metal construction\r\n\r\n? Yellow with tulip and ladybug design\r\n\r\n? Versatile use\r\n\r\nPlease rely on pictures for further details.\r\n\r\nShipping:\r\n\r\n? Combined shipping\r\n\r\n? USPS, UPS\r\n\r\n? 1 day shipping\r\n\r\nFeel free to ask questions or for additional pictures.\r\n\r\nVTG MCM Retro', 29.69, NULL, NULL, 34.69, 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall-42046.jpeg', 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall-25746.jpeg', 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall-23858.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-06 12:12:15', '2024-02-06 12:12:15'),
(3696, 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall', 'qcxur9G30', 18, 'This vintage, 12\" tall metal watering can is hand painted in sunshine yellow with charming tulip and ladybug designs. Perfect for gardening or as a unique decorative piece.\r\n\r\nWonderful Easter decoration\r\n\r\n? Hand painted design\r\n\r\n? Vintage style\r\n\r\n? 12\" in height\r\n\r\n? Metal construction\r\n\r\n? Yellow with tulip and ladybug design\r\n\r\n? Versatile use\r\n\r\nPlease rely on pictures for further details.\r\n\r\nShipping:\r\n\r\n? Combined shipping\r\n\r\n? USPS, UPS\r\n\r\n? 1 day shipping\r\n\r\nFeel free to ask questions or for additional pictures.\r\n\r\nVTG MCM Retro', 29.69, NULL, NULL, 34.69, 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall-47940.jpeg', 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall-95930.jpeg', 'Hand Painted Metal Watering Can Yellow With Tulips Ladybugs VTG 12\" Tall-29336.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-06 12:12:48', '2024-02-06 12:12:48'),
(3697, 'Popcorn Snare Drum by GRIFFIN | Soprano Firecracker 10\" x 6\" Poplar Wood Shell with Hickory PVC | Concert Percussion Musical Instrument with Drummers Kit Key & Deluxe Snare Strainer Throw Off Set', 'wKf2m7IMQ', 14, 'MINI SNARE DRUM WITH AN UNBEATABLE LOOK: Boasting a 3-ply, 100% poplar wood shell with 7.5 mm thickness and a beautiful, flat hickory wrap, this popcorn snare drum offers exceptional volume and richness, as well as an amazing style. The white-coated head and meticulous attention to detail will make this musical instrument one of your favorites in your percussion kit. Well-built to last for years to come, you can be sure, you won�t ever want to replace this soprano snare with another drum!\r\nINSTALLED SNARE BEDS: Snare beds are now carved in the drum shell for a tighter snare sound. curved depressions are cut opposite each other into the bottom bearing edge of the drum, parallel to the throw-off and butt plate. The installed snare beds are very popular with drummers as many drummers like a reduction of snare buzz and rattle. This makes all the snares rest flush alongside the bottom of the drum head.', 32.95, NULL, NULL, 41.95, 'Popcorn Snare Drum by GRIFFIN | Soprano Firecracker 10\" x 6\" Poplar Wood Shell with Hickory PVC | Concert Percussion Musical Instrument with Drummers Kit Key & Deluxe Snare Strainer Throw Off Set-30819.jpeg', 'Popcorn Snare Drum by GRIFFIN | Soprano Firecracker 10\" x 6\" Poplar Wood Shell with Hickory PVC | Concert Percussion Musical Instrument with Drummers Kit Key & Deluxe Snare Strainer Throw Off Set-84928.jpeg', 'Popcorn Snare Drum by GRIFFIN | Soprano Firecracker 10\" x 6\" Poplar Wood Shell with Hickory PVC | Concert Percussion Musical Instrument with Drummers Kit Key & Deluxe Snare Strainer Throw Off Set-80973.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-06 12:18:38', '2024-02-06 12:18:38'),
(3698, 'Native Instruments - TRAKTOR KONTROL F1 DJ Controller - Black', 'hXXJMHPrP', 14, 'Product Name\r\nProduct Name	\r\nTRAKTOR KONTROL F1 DJ Controller\r\nDJ Control Starlight\r\nBrand\r\nBrand	\r\nNative Instruments\r\nHercules\r\nModel Number\r\nModel Number	\r\nNAT 22504\r\nDJCONTROL-STAR', 190.99, NULL, NULL, 219.99, 'Native Instruments - TRAKTOR KONTROL F1 DJ Controller - Black-52934.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-06 12:27:07', '2024-02-06 12:27:07'),
(3699, '8L Touchscreen Air Fryer', 'RaLL6Eee5', 10, 'Enjoy delicious and healthy meals with our Living and home Air Fryer. This modern kitchen appliance allows you to fry, bake, grill, and roast your favorite dishes with little to no oil, giving you all the taste without the added calories', 53.95, NULL, NULL, 240.00, '8L Touchscreen Air Fryer-66873.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-06 12:29:40', '2024-02-06 12:29:40'),
(3700, 'Warn 885000 1000 Pound Industrial Winch', 'yLhi6stmx', 14, 'This Warn Industries PullzAll (TM) electric Winch is portable and has a pull capacity of 1,000 pound. It has a 15 feet wire rope.\r\nManufactured in China.Fit Type: Vehicle Specific\r\nEasy to use\r\nHighly durable\r\nAlways remove any element or obstacle that may interfere with safe operation of the pulling tool\r\nNo load line speed: 13.8 fpm', 200.80, NULL, NULL, 257.80, 'Warn 885000 1000 Pound Industrial Winch-76077.jpeg', 'Warn 885000 1000 Pound Industrial Winch-79254.jpeg', 'Warn 885000 1000 Pound Industrial Winch-96071.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 12:32:53', '2024-02-06 12:32:53'),
(3701, 'Eiyuden Chronicle Rising', 'MjbKeXsYK', 14, 'Eiyuden Chronicle: Rising for PlayStation 4', 17.49, NULL, NULL, 34.99, 'Eiyuden Chronicle Rising-87924.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-06 12:36:43', '2024-02-06 12:36:43'),
(3702, 'Industrial balance Max 6 kg d 0.0005 kg', 'BrrOQf0HF', 14, 'Brand\r\nKern\r\nMFR #\r\nEOC 6K-4A\r\nZoro #\r\nG4983335\r\nCountry of Origin\r\nChina\r\nCategory\r\nLab Scales & Balances\r\nDetails\r\nItem	Industrial balance Max 6 kg d 0.0005 kg', 732.99, NULL, NULL, 932.99, 'Industrial balance Max 6 kg d 0.0005 kg-31624.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-06 12:38:54', '2024-02-06 12:38:54'),
(3703, 'One Piece Odyssey', '3dr26uYtO', 14, 'One Piece Odyssey - PlayStation 4', 21.90, NULL, NULL, 29.99, 'One Piece Odyssey-17725.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-06 12:44:00', '2024-02-06 12:44:00'),
(3704, 'CARTMAN 148 Piece Automotive and Household Tool Set - Perfect for Car Enthusi...', '0lQ4Sgtmi', 18, 'CARTMAN 148 Piece Automotive and Household Tool Set - Perfect for Car Enthusiasts and DIY Home Repairs\r\n\r\nComprehensive Tool Set: The Cartman 148-Piece Tool Kit includes all the crucial tools needed for everyday home repairs and maintenance, from cutting to tightening, measuring to hammering. Durable and Corrosion-Resistant: All tools in the kit are heat-treated, ensuring that they resist corrosion and remain durable over time. Convenient Storage: The kit comes in a sturdy and handy blow-molded case, which securely houses each tool in its respective molded slot, making it easy to locate and organize your tools. Quality Guaranteed: All tools in the kit meet or exceed critical standards, ensuring that you get great value for your money. Perfect Gift: This tool set is a great gift idea for housewarming, corporate, and college-bound students. It contains the tools needed for most small repairs around the house, making it an ideal gift for homeowners and DIY enthusiasts.\r\n\r\nCartman 148pcs General Household Hand Tool Kit The Cartman 148-Piece Tool Kit is the perfect go-to set for emergency DIY tasks around the home. Varied Essentials The array of tools on offer has been carefully selected to include all the crucial tools needed for everyday home repairs and maintenance. From cutting to tightening, measuring to hammering, your DIY requirements are covered with this comprehensive tool kit. Storage and Organisation One of the most frustrating aspects of home DIY is finding the tool you need, usually right at the bottom of a cluttered tool box. Well with the Cartman 148-Piece Tool Kit you?ll locate your desired implement in seconds as each individual tool has its own respective moulded slot, specifically designed to hold and organise your tools. All this contained within a slim, hard-shell case that easily slots away into a storage cupboard. All the tools included are manufactured from high quality, environmentally-friendly resourced materials and are tested and approved by experts, ensuring great value for money. 12pcs hex key inch: 1/4\" -1/16\" 2pcs screwdriver 1pc sccrewdriving handle 6pcs precision screwdriver 5pcs combination wrench 30pcs screwdriver bits 1pc magnetic holder 60mm 1pc cutter 1pc tape 3M 77pcs fastener kit 1pc 8Oz claw hammer 1pc 6\" long nose pliers 9pcs 1/4\" socket: 3/16-1/4-9/32-5/16-11/32-3/8-7/16-15/32-1/2 1pc 5M insulated tape', 74.24, NULL, NULL, 84.45, 'CARTMAN 148 Piece Automotive and Household Tool Set - Perfect for Car Enthusi...-33656.jpeg', 'CARTMAN 148 Piece Automotive and Household Tool Set - Perfect for Car Enthusi...-67263.jpeg', 'CARTMAN 148 Piece Automotive and Household Tool Set - Perfect for Car Enthusi...-79740.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-06 12:47:28', '2024-02-06 12:47:28'),
(3705, 'Hot Wheels Unleashed 2', 'qd0t528TO', 14, 'Hot Wheels Unleashed 2: Turbocharged - PlayStation 5', 29.89, NULL, NULL, 42.99, 'Hot Wheels Unleashed 2-73295.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-06 12:48:33', '2024-02-06 12:48:33'),
(3706, 'industrial Computer Other Plc and Dcs Module', 'UPxR6TNyD', 14, 'Brand\r\nAdvantech\r\nMFR #\r\nIPC-6806WHP\r\nZoro #\r\nG504660912\r\nCountry of Origin\r\nUnknown\r\nCategory\r\nProgrammable Controller Accessories', 1800.00, NULL, NULL, 2080.00, 'industrial Computer Other Plc and Dcs Module-59591.jpeg', 'industrial Computer Other Plc and Dcs Module-80166.jpeg', 'industrial Computer Other Plc and Dcs Module-41870.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-06 12:49:07', '2024-02-06 12:49:07'),
(3707, '110051550 Steinel Automotive Kit HL2020E Heat Tool with HL Scan', 'p8cwk4uBA', 18, 'Automotive Kit - HL2020E No. 110051550\r\n\r\nHeat Tool\r\n\r\nHL Scan\r\nHL 2020 E Heat Tool\r\nReflector Nozzle 14mm\r\nand 39mm\r\nReduction Nozzle 9mm\r\nWindow Nozzle 75mm\r\nWelding Nozzle\r\nPP Plastic Welding Rods\r\nPlastic Welding Book\r\nAuto Body Welding DVD\r\nCatalog\r\nGray Case\r\n\r\nExperts prefer the sturdy HL 2020 E heat gun. The electronically controlled heat tool delivering 1,600 watts of power is easily operated via toggle, regulates temperature between 120 to 1,150F and provides convenient handling with its LCD display. The residual heat indicator warns the user that the outlet nozzle is still hot. The precision adjustable heat and powerful blower make the HL 2020 E the ideal choice for virtually any application – heat shrinking tubes and sleeves onto cables, welding and many other challenging jobs.', 357.90, NULL, NULL, 389.99, '110051550 Steinel Automotive Kit HL2020E Heat Tool with HL Scan-55801.jpeg', '110051550 Steinel Automotive Kit HL2020E Heat Tool with HL Scan-99538.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-06 12:53:36', '2024-02-06 12:53:36'),
(3708, 'Mutual Industries, 2712-0-0, No. 2712 Lom, 5 Inch Height, 5 Inch Width', 'MOF7mAAhW', 14, 'Material\r\nSteel\r\nFeatures\r\ndesigned with an 8x8 perma-coated aluminum screen attached and are engineered for maximum venting capacity while providing maximum weather protection\r\nWidth\r\n5 Inch\r\nHeight\r\n5 Inch\r\nDepth\r\n5 Inch', 20.99, NULL, NULL, 28.99, 'Mutual Industries, 2712-0-0, No. 2712 Lom, 5 Inch Height, 5 Inch Width-12289.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-06 12:57:44', '2024-02-06 12:57:44'),
(3709, 'Nickelodeon Kart Racers', 'F6X11RXDM', 14, 'Nickelodeon Kart Racers, Xbox One', 3.33, NULL, NULL, 29.99, 'Nickelodeon Kart Racers-20853.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-06 13:00:06', '2024-02-06 13:00:06'),
(3710, 'ES21f012f 12v electric automotive air conditioning kit automotive electric car a', 'YgU7LXCcE', 18, 'The ES21f012f 12V electric automotive air conditioning kit is a great option for electric cars. It\'s designed to provide efficient and reliable cooling for your car\'s interior, ensuring a comfortable driving experience even in hot weather. This kit is specifically designed for electric vehicles, taking into account their unique power requirements. With this kit, you can enjoy the benefits of air conditioning while minimizing the impact on your car\'s battery life. Stay cool and enjoy the ride!', 1046.76, NULL, NULL, 1210.76, 'ES21f012f 12v electric automotive air conditioning kit automotive electric car a-84177.jpeg', 'ES21f012f 12v electric automotive air conditioning kit automotive electric car a-90178.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-06 13:01:16', '2024-02-06 13:01:16'),
(3711, 'Hi-Viz Green Dual SCBA Wall Case', 'c5Do361DV', 14, 'Brand\r\nAllegro Industries\r\nMFR #\r\n4350\r\nZoro #\r\nG0358802\r\nUPC #\r\n741851435008\r\nCountry of Origin\r\nUnited States\r\nCategory\r\nRespirator Accessories\r\nDimensions\r\nWidth	34 in\r\nDimensions	32 in H x 34 in W x 14 in D\r\nDepth	14\"\r\nHeight	32 in\r\nLength	14 in\r\nDetails\r\nPromotion Restriction	Not eligible for promotion\r\nItem	Dual SCBA Storage Cabinet\r\nColor	Green\r\nFor Use With	SCBA\r\nMaterial	Polyethylene\r\nConstruction	Polyethylene\r\nStorage Type	Case\r\nDescription', 800.99, NULL, NULL, 832.99, 'Hi-Viz Green Dual SCBA Wall Case-87738.jpeg', 'Hi-Viz Green Dual SCBA Wall Case-65003.jpeg', 'Hi-Viz Green Dual SCBA Wall Case-65593.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-06 13:02:01', '2024-02-06 13:02:01'),
(3712, 'Pacific Customs Black 36mm Impact Socket Tool for Beetle Flywheels, Fan Nuts, Or', 'hfxJqZ552', 18, 'The Pacific Customs Black 36mm impact socket tool is a must-have for working on Beetle flywheels and fan nuts. With its durable construction and precise fit, it makes removing and installing these components a breeze. This tool is specifically designed for the job, ensuring that you have the right tool for the job. Whether you\'re a professional mechanic or a DIY enthusiast, this impact socket tool will definitely come in handy. Happy wrenching!', 23.95, NULL, NULL, 33.95, 'Pacific Customs Black 36mm Impact Socket Tool for Beetle Flywheels, Fan Nuts, Or-98716.jpeg', 'Pacific Customs Black 36mm Impact Socket Tool for Beetle Flywheels, Fan Nuts, Or-41098.jpeg', 'Pacific Customs Black 36mm Impact Socket Tool for Beetle Flywheels, Fan Nuts, Or-21538.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-06 13:13:51', '2024-02-06 13:13:51'),
(3713, '8 Bit GS5 TV Games Console', 'oEAPUgUGC', 14, 'Game Station 5 Video Game Console With 200 Classic Game 8 Bit TV Consola Retro Handheld Kids USB Wired Gaming Player AV Output', 18.43, NULL, NULL, 66.97, '8 Bit GS5 TV Games Console-51492.jpeg', '8 Bit GS5 TV Games Console-48394.jpeg', '8 Bit GS5 TV Games Console-92152.jpeg', 'Video games', 2.0, NULL, 1, '2024-02-06 13:18:18', '2024-02-06 13:18:18'),
(3714, 'LVLP Automotive Sheet Paint Low Pressure Spray High Atomization niture Industr', 'Ri761vdmJ', 18, 'LVLP Automotive Sheet Paint Low Pressure Spray High Atomization niture Industrial Leather Paint Pneumatic Tools 3256805022700975PT Specifications :\r\n\r\nUsage\r\n\r\nCommercial Manufacture\r\n\r\nNo-Load Speed\r\n\r\nNone\r\n\r\nFeed Type\r\n\r\nGravity\r\n\r\nNozzle Diameter\r\n\r\n1.3mm\r\n\r\nPower Type\r\n\r\nPneumatic\r\n\r\nCup Volume\r\n\r\n600ml', 244.55, NULL, NULL, 287.99, 'LVLP Automotive Sheet Paint Low Pressure Spray High Atomization niture Industr-50147.jpeg', 'LVLP Automotive Sheet Paint Low Pressure Spray High Atomization niture Industr-95455.jpeg', 'LVLP Automotive Sheet Paint Low Pressure Spray High Atomization niture Industr-32015.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-06 13:18:38', '2024-02-06 13:18:38'),
(3715, 'The Holy Grail of Investing: The World\'s', 'EJysmEXZv', 19, 'Tony Robbins returns with the final book in his financial freedom trilogy by unveiling the power of alternative investments. Robbins, and renowned investor Christopher Zook, takes you on a journey to interview a dozen of the world\'s most successful investors in private equity, private credit, private real estate, and venture capital. They share their favorite strategies and insights in this practical guidebook.\r\nFor decades, trillions of dollars in \"smart money\" has been making outsized returns using private equity, private credit, venture capital and other alternative investments. Robbins teams up with renowned private equity investor Christopher Zook, founder of CAZ Investments, to sit down with more than a dozen of the world\'s greatest alternative investment managers, collectively managing over half a trillion dollars on behalf of investors. Names like...\r\nRobert F. Smith - Founder of Vista Equity Partners, Smith is the considered the most successful enterprise software investor of all time.\r\nVinod Khosla - Founder of Khosla Ventures, Vinod Khosla is considered a legend in Venture Capital. He is famous for turning a $4 million investment into a $7 billion windfall for his investors.\r\nMichael B. Kim - The \"Godfather of Private Equity\" in Asia, Kim has created the largest private equity firm in Asia. His astounding success for investors has also made him South Korea\'s wealthiest man.\r\nAnd many more\r\nIn The Holy Grail of Investing, you\'ll discover: \r\n-How to take advantage of the trillions flowing into private equity by becoming an owner of firms that actually manage the assets and share in the revenue they generate\r\n-How to take advantage of the two to three times higher returns of private credit as an alternative (or compliment) to bonds\r\n-How new rule changes allow individual investors to own a piece of the major professional sports teams (MLB, NBA, NHL, MLS) and benefit from this fanatically driven asset class\r\n-How to invest in the energy evolution and ride the wave of trillions in global investments\r\n-How investments in private real estate can work as an inflationary hedge and source of tax efficient income\r\n-How many of the world\'s greatest investors thrive in good times and bad', 21.99, NULL, NULL, 30.00, 'The Holy Grail of Investing: The World\'s-24050.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-06 13:25:20', '2024-02-06 13:25:20'),
(3716, 'The Giver', 'bkValJngB', 19, 'The Giver is a Newbery Medal-winning book that takes you on a thought-provoking journey. It\'s set in a seemingly perfect society where everything is controlled, but as the story unfolds, you discover the dark secrets hidden beneath the surface. This dystopian novel explores themes of individuality, memory, and the power of choice. It\'s a captivating and thought-provoking read that will leave you reflecting long after you\'ve turned the last page. Enjoy the adventure', 4.99, NULL, NULL, 11.99, 'The Giver-80168.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-06 13:34:05', '2024-02-06 13:34:05'),
(3717, 'GOOD ENERGY The Surprising Connection Between Metabolism and Limitless Health', 'GRmz61bgw', 19, 'A bold new vision for optimizing our health now and in the future\r\nWhat if depression, anxiety, infertility, insomnia, heart disease, erectile dysfunction, type 2 diabetes, Alzheimer\'s, dementia, cancer and many other health conditions that torture and shorten our lives actually have the same root cause?\r\nOur ability to prevent and reverse these conditions - and feel incredible today - is under our control and simpler than we think. The key is our metabolic function - the most important and least understood factor in our overall health. As Dr. Casey Means explains in this groundbreaking book, nearly every health problem we face can be explained by how well the cells in our body create and use energy. To live free from frustrating symptoms and life-threatening disease, we need our cells to be optimally powered so that they can create \"good energy,\" the essential fuel that impacts every aspect of our physical and mental wellbeing.\r\nIf you are battling minor signals of \"bad energy\" inside your body, it is often a warning sign that more life-threatening illness may emerge later in life. But here\'s the good news: for the first time ever, we can monitor our metabolic health in great detail and learn how to improve it ourselves.\r\nWeaving together cutting-edge research and personal stories, as well as groundbreaking data from the health technology company Dr. Means founded, Good Energy offers an essential four-week plan and explains:\r\nThe five biomarkers that determine your risk for a deadly disease.How to use inexpensive tools and technology to \"see inside your body\" and take action.Why dietary philosophies are designed to confuse us, and six lifelong food principles you can implement whether you\'re carnivore or vegan.The crucial links between sleep, circadian rhythm, and metabolismA new framework for exercise focused on building simple movement into everyday activitiesHow cold and heat exposure helps build our body\'s resilienceSteps to navigate the medical system to get what you need for optimal health\r\nGood Energy offers a new, cutting-edge understanding of the true cause of illness that until now has remained hidden. It will help you optimize your ability to live well and stay well at every age.', 25.89, NULL, NULL, 32.00, 'GOOD ENERGY The Surprising Connection Between Metabolism and Limitless Health-30543.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-06 13:45:59', '2024-02-06 13:45:59'),
(3718, 'FAREWELL YELLOW BRICK ROAD MEMORIES OF MY LIFE ON TOUR', 'Yxqo7l9Ac', 19, 'In this lavish retrospective authored by the icon himself, Elton John shares his fondest memories, most unforgettable moments, and previously untold stories from his record-breaking final tour.\r\nFarewell Yellow Brick Road is a full-color celebration of Elton John\'s record-breaking, globe-spanning farewell tour--from Allentown to Auckland, from Sydney to San Francisco. Featured concerts include Elton\'s dazzling performances at Los Angeles\' Dodger Stadium in November 2022, the finale of which streamed live on Disney+. Fans will be treated to a behind-the-scenes glimpse into every aspect of these spectacular shows, including Elton\'s legendary touring wardrobe by Gucci, the set design, official photography, and more.\r\nAs the tour weaves across the world, Elton reaches back in time to reflect on key moments from his life on the road and to reminisce about the beginning of his career while sharing never-before-seen images and memorabilia. A poignant foreword by David Furnish, Elton\'s husband and manager, as well as the tour\'s creative director, rounds out this incredible insider\'s look. Join Elton on his remarkable, career-affirming farewell.', 44.99, NULL, NULL, 55.00, 'FAREWELL YELLOW BRICK ROAD MEMORIES OF MY LIFE ON TOUR-19636.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-06 13:51:16', '2024-02-06 13:51:16'),
(3719, 'Crescent City Hardcover Box Set', 'S5LVfesAT', 19, 'A beautiful hardcover box set collecting all three books in the Crescent City series.\r\n\r\nBryce Quinlan had the perfect life--working hard all day and partying all night--until a demon murdered her closest friends, leaving her bereft, wounded, and alone. When the accused is behind bars but the crimes start up again, Bryce finds herself at the heart of the investigation. She\'ll do whatever it takes to avenge their deaths.\r\nHunt Athalar is a notorious Fallen angel, now enslaved to the Archangels he once attempted to overthrow. His brutal skills and incredible strength have been set to one purpose--to assassinate his boss\'s enemies, no questions asked. But with a demon wreaking havoc in the city, he\'s offered an irresistible deal: help Bryce find the murderer, and his freedom will be within reach.\r\nAs Bryce and Hunt dig deep into Crescent City\'s underbelly, they\'re plunged into the fight of a lifetime, making them question everything they thought they knew. With a sizzling romance at its heart and surprises at every turn, the #1 New York Times bestselling Crescent City series has captivated readers everywhere with its exploration of loss, power, and love', 67.56, NULL, NULL, 99.00, 'Crescent City Hardcover Box Set-54017.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-06 13:54:21', '2024-02-06 13:54:21'),
(3720, '3 Pairs Candy Color Non-Slip Floor Cartoon Summer Thin Cotton Baby Socks', 'cy5RxzEQB', 13, 'Brand Name : Lovyno Material : Cotton/Spandex Sock Type : Casual Gender: Women Color:Black、Blue、Beige、Green...There are many colors for you to choose from, there is always one that suits you Thickness : Standard，it can be worn in spring, autumn and winter. Suitable scenes: daily casual dating, home Washing Care: Hand wash,Do not bleach,Line dry in the shade,Do not iron Label: Yes Feature:Velvet material cotton socks, skin-friendly, breathable and warm. Size: 0-2/3-5 years old Package Included:3 Pairs Sock', 7.99, NULL, NULL, 8.99, '3 Pairs Candy Color Non-Slip Floor Cartoon Summer Thin Cotton Baby Socks-63530.jpeg', '3 Pairs Candy Color Non-Slip Floor Cartoon Summer Thin Cotton Baby Socks-22612.jpeg', '3 Pairs Candy Color Non-Slip Floor Cartoon Summer Thin Cotton Baby Socks-77809.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-06 13:55:08', '2024-02-06 22:48:21'),
(3721, 'Beldray Cordless Steam Iron', 'Cz5KEHT1c', 10, 'Celebrating 150 years of Beldray, glide through stubborn creases effortlessly with this 2 in 1 Rose Gold Cordless Iron. Ideal for any home, the iron has a 360° charging base with LED lights so you can use the appliance without any hassle from wires. The iron is ready to use in 25 seconds and has a quick recharge time of 5 seconds so you can have your ironing done in minutes. With an easy grip handle and a variable temperature and steam control, this iron is a perfect addition to any home.', 33.47, NULL, NULL, 61.98, 'Beldray Cordless Steam Iron-29893.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 13:58:45', '2024-02-06 13:58:45'),
(3722, 'Removable Silicone Bibs Baby Bibs with Collector\'s Tray Kids Waterproof', 'MFwF4ARJ5', 13, 'Comfortable, soft, safe, baby bib made of food grade silicone. - Easy to clean: rinse under running water or clean in the dishwasher. - The wide bib protects baby clothes perfectly.', 2.00, NULL, NULL, 2.87, 'Removable Silicone Bibs Baby Bibs with Collector\'s Tray Kids Waterproof-81570.jpeg', 'Removable Silicone Bibs Baby Bibs with Collector\'s Tray Kids Waterproof-92516.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-06 14:03:10', '2024-02-06 14:03:10'),
(3723, 'The Makita Blower Couple Shaft Attachment', 'w2zvJEzyY', 19, 'The Makita Blower Couple Shaft Attachment is a fantastic accessory for your Makita power equipment. It\'s designed to attach to the Makita Couple Shaft Power Head, allowing you to transform your power head into a powerful blower. With this attachment, you can easily clear leaves, debris, and grass clippings from your yard or outdoor space. It\'s a versatile and convenient tool that will make your outdoor maintenance tasks a breeze. Enjoy keeping your space clean and tidy', 235.00, NULL, NULL, 319.00, 'The Makita Blower Couple Shaft Attachment-39020.jpeg', 'The Makita Blower Couple Shaft Attachment-93430.jpeg', 'The Makita Blower Couple Shaft Attachment-30691.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-06 14:03:12', '2024-02-06 14:03:51'),
(3724, 'Denby Natural Canvas Cast Iron 28Cm Oval Casserole', 'Zio8V9erv', 10, 'The Denby 28cm Oval Casserole is just the right shape for the Sunday roast from the oven to the table. The integrated basting rings add flavour whilst slow cooking. Also use for hearty stews and shepherd\'s pie.\r\nA little more about the 28cm Oval Casserole Dish:\r\nServes approx. 4-6 with a 4.2L capacity.\r\nSuitable for all oven & hob types, including induction.\r\nIntegrated basting rings to keep food deliciously succulent.\r\nTight fitting lids help to seal in the moisture for even cooking.\r\nTough, easy clean enamel surface inside & out.\r\nEasy Grip handles.\r\nDishwasher safe.\r\nGift Boxed with in pack recipe booklet.\r\nOven safe up to 250c/Gas Mark 9/ 482F\r\nAvailable in 5 colourways, Natural Canvas, Halo, Pavilion, Pomegranate & Cobalt.', 100.95, NULL, NULL, 182.63, 'Denby Natural Canvas Cast Iron 28Cm Oval Casserole-22667.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 14:04:49', '2024-02-06 14:04:49'),
(3725, 'Ty Beanie Baby Smooch-e - MWMT (Bear Internet Exclusive 2004) Valentines', '9OFrPrDiV', 13, 'Name	Ty Beanie Baby Smooch-e - MWMT (Bear Internet Exclusive 2004) Valentines\r\nComments	\r\nSwing Tag		Swing Tag Condition	Mint\r\nTush Tag		Tush Tag Condition	Mint\r\nGraded By	Seller	Type	Beanie Baby\r\nSize	Approximate Dimensions: Height: 6\" x Length: 4\" x Width: 4\"	Photo Comment	Images are stock photos. Beanie will be similar to photos.', 12.00, NULL, NULL, 15.00, 'Ty Beanie Baby Smooch-e - MWMT (Bear Internet Exclusive 2004) Valentines-48628.jpeg', 'Ty Beanie Baby Smooch-e - MWMT (Bear Internet Exclusive 2004) Valentines-86178.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-06 14:06:51', '2024-02-06 14:06:51'),
(3726, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls', '5DeY1KNzt', 13, 'Develop the baby\'s emotional, hearing, grip strength, senses, hand eye coordination, vision and other abilities. Learning and playing content:Provides funny ways for children to learn 26 A-Z Alphabet Letters, Words Learning and Spelling, Color Learning, Animal Learning, Fruit Learning,Food Learning, Alphabest song and Number song.', 11.99, NULL, NULL, 15.99, 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-55152.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-17094.jpeg', 'Educational Learning Toys for Kids Toddlers Age 3 4 5 6 7 8 Years Old Boys Girls-71612.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-06 14:14:44', '2024-02-06 14:14:44'),
(3727, 'SharkPro Steam Mop S1000UK - Reusable, Machine Washable Cleaning Pads', 'UcDCqacMp', 10, 'Confidently Clean Your Home’s Hard Floors With The Lightweight Shark Steam Mop S1000UK.\r\nReceive a 10% DISCOUNT on selected home appliances when you enter code VTQ96 at checkout. Offer ends 29/01/2024. The code can only be used once, and not at the same time as other offer codes.\r\nThis easy-to-use steam mop is ideal for all types of sealed hard floors, including hardwood, tiles, marble and stone.', 61.00, NULL, NULL, 86.73, 'SharkPro Steam Mop S1000UK - Reusable, Machine Washable Cleaning Pads-24906.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-06 14:40:24', '2024-02-06 14:40:24'),
(3728, 'New Educational Learning Toys for Boys & Girls Kids Toddlers Age 3 4 5 6 7 Years', 'kPWOJ4bZq', 13, '1 x Educational Learning Toy. We will respond to you within 04 hours and will do my best to assist you. Bad Bunny can’t wait for the opportunity to serve you again.', 10.99, NULL, NULL, 12.99, 'New Educational Learning Toys for Boys & Girls Kids Toddlers Age 3 4 5 6 7 Years-40971.jpeg', 'New Educational Learning Toys for Boys & Girls Kids Toddlers Age 3 4 5 6 7 Years-40524.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-06 14:41:26', '2024-02-06 14:41:26'),
(3729, 'Russell Hobbs 17L, Compact Manual Microwave in Rose Gold, RHM1729RG', '9qm7H2EDD', 10, 'This 17L manual microwave will bring a chic look to your kitchen with its rose gold accents and a mirror door finish as well as being the perfect everyday microwave, ideal for cooking a variety of meals in minutes.\r\nThis attractive appliance is simple and easy to use. Offering 700 watts of microwave power, 5 power levels and a 30-minute timer, this appliance offers complete cooking control. There’s also a defrost setting, saving you time so that you can heat meals straight from the freezer. Plus, there’s plenty of space for a round dinner plate up to 10.5\"(26.6cm).', 75.47, NULL, NULL, 94.34, 'Russell Hobbs 17L, Compact Manual Microwave in Rose Gold, RHM1729RG-95697.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-02-06 14:51:34', '2024-02-06 14:51:34'),
(3730, 'Wooden Mini Chest of Drawers Child Exquisite Furniture Cabinets', '02MgImrd6', 13, 'Great gift for your daughter. Would you like some decorative ornament of mini houses? Our Mini Cabinet will be your good choice. Suitable for display in the mini houseroom, will make your mini house more vivid. It inspires children’s imagination and creativity by building their tiny house. . It is made of excellent craftsmanship materials, sturdy and creative\r\n\r\nFeatures\r\n\r\n-Color:Blue\r\n-Material:Wood\r\n-Size:3.80X3.80X2.20cm/1.49X1.49X0.86in\r\n-Mini Cabinet can meet your different decoration need for the living room, dining room or bedroom for the mini house.\r\n-This Miniature Cabinet Model is made of premium material, which is safe and durable for long service time.\r\n-Great gift for your daughter. It inspires children’s imagination and creativity by building their tiny house.\r\n-With realistic shape and good workmanship, will meet your requirement for various purposes.\r\n-Perfect for mini house decor or micro landscape bedroom decorative accessories, simple and exquisite.', 6.63, NULL, NULL, 8.63, 'Wooden Mini Chest of Drawers Child Exquisite Furniture Cabinets-55866.jpeg', 'Wooden Mini Chest of Drawers Child Exquisite Furniture Cabinets-60129.jpeg', 'Wooden Mini Chest of Drawers Child Exquisite Furniture Cabinets-62751.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 15:01:51', '2024-02-06 15:01:51'),
(3731, 'Finer Form Multi-Functional Gym All-in-One Body', 'eaQpoJM4K', 10, 'All-in-one Adjustable Weight Bench is designed for full body workouts to shape your arm, abs, back, chest, glutes, hamstrings and core. Great Gym Equipment for home to improve your home gym workouts.\r\nLift with Confidence: Our home gym equipment is made with high grade steel and scratch resistant powder-coated finish to stand up to the hardest routines. A workout bench with no wobbling or shaking!\r\nComfortable and Sturdy - Weight lifting bench designed with triangular base support and 3 inch thick cushion pad. This adjustable bench takes the place of an ab machine or other abs workout equipment.\r\nEasy to Assemble - Back extension bench with upgraded user\'s manual and packaging. Assemble in under 30 mins. 5 star customer service. Exercise Bench can also serve as an aerobic step platform.\r\nRoman Chair: Perfect gym bench for home workouts and hyperextensions. Adjust into a hip thrust bench to build your glutes, hamstrings and core. Great exercise equipment for strength training.', 137.02, NULL, NULL, 199.87, 'Finer Form Multi-Functional Gym All-in-One Body-67142.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 15:06:00', '2024-02-06 15:06:00'),
(3732, 'Vogluer Anno 1700 table side table wooden table solid old blue country house spruce', 'cmqHcRlrc', 13, 'Voglauer quality. Care is carried out by wiping dry with a soft, lint-free cloth. ANNO 1700. Very well preserved used furniture. The purchased goods cannot be returned and the purchase amount will not be refunded.', 300.00, NULL, NULL, 374.32, 'Vogluer Anno 1700 table side table wooden table solid old blue country house spruce-33289.jpeg', 'Vogluer Anno 1700 table side table wooden table solid old blue country house spruce-35974.jpeg', 'Vogluer Anno 1700 table side table wooden table solid old blue country house spruce-27565.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 15:06:54', '2024-02-06 15:06:54'),
(3733, 'Tinksky 1/12 Miniature Wooden Rocking Chair Model Miniature Furniture Decor Model', 'lu5S0ll1E', 13, 'Check out this beautiful rocking chair for your little angel. Every little girl has a keen interest in playing with dolls. This miniature rocking chair is clearly designed with hemp rope seat and looks really cute.', 5.36, NULL, NULL, 8.36, 'Tinksky 1/12 Miniature Wooden Rocking Chair Model Miniature Furniture Decor Model-67817.jpeg', 'Tinksky 1/12 Miniature Wooden Rocking Chair Model Miniature Furniture Decor Model-18899.jpeg', 'Tinksky 1/12 Miniature Wooden Rocking Chair Model Miniature Furniture Decor Model-34435.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 15:16:52', '2024-02-06 15:16:52'),
(3734, 'Join Nature 4 Man Premium Tent', 'u7z4mmNfW', 10, 'Breathable waterproof dome tent - The double layer tent with 210T polyester (PU 2000mm) material and (PU400mm) 150D Dnylon Oxford carpet gives this outdoor camping dome tent excellent water and fire resistance. It is also tear-resistant for long-lasting durability. Internal mesh doors and mesh windows promote good ventilation and block invasive flies.', 137.02, NULL, NULL, 159.88, 'Join Nature 4 Man Premium Tent-69598.jpeg', NULL, NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-02-06 15:20:46', '2024-02-06 15:20:46'),
(3735, '4 PCS Glass Clip Zinc Alloy Glass Floor Holder Handrail Mount Clamp For', 'KapDtoP5w', 13, 'This thickness adjustable glass shelf bracket can be used to repair shelves in both wet and dry environments. It suitable for holding bracket for wine cabinet, display cabinet, storage shelf, screen, partition and etc.\r\n\r\ncharacteristics\r\n\r\n-Material: Zinc alloy\r\n-Size: 5.50x4.80x2.00cm / 2.16x1.89x0.79in\r\n- Adopt premium zinc alloy material for durable use.\r\n- Perfect for fixing glass within 3-20mm thickness, fit for indoor or outdoor use.\r\n- Suitable for display cabinet, partition, storage shelf, screen and etc.\r\n- Bright zinc alloy surface, smooth and hand feeling\r\n- a good replacement glass clip for broken or worn.', 11.54, NULL, NULL, 15.54, '4 PCS Glass Clip Zinc Alloy Glass Floor Holder Handrail Mount Clamp For-85696.jpeg', '4 PCS Glass Clip Zinc Alloy Glass Floor Holder Handrail Mount Clamp For-23117.jpeg', '4 PCS Glass Clip Zinc Alloy Glass Floor Holder Handrail Mount Clamp For-55534.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 15:21:51', '2024-02-06 15:21:51'),
(3736, 'solid color sofa covers for living room stretch slipcovers elastic couch cover', 'BFmaLWuoN', 13, 'Condition\r\nNew\r\nTime left\r\n9d 20h9 days 20 hours\r\nQuantity\r\n2 sold\r\nMore than 10 available\r\nItem Number\r\n166380672956\r\nFabric Care Instructions\r\nMachine Wash\r\n\r\nItem description from the sellerItem description from the seller\r\nProduct is only a sofa cover, not including cushion cover. For example: If AA=200 cm, BB=160 cm, then you should go for 1 PC L(190-230cm) sofa cover and 1 PC M(145-185cm) sofa cover. · S, length of the sofa should be within 90-140 cm.', NULL, NULL, NULL, NULL, 'solid color sofa covers for living room stretch slipcovers elastic couch cover-27923.jpeg', 'solid color sofa covers for living room stretch slipcovers elastic couch cover-50765.jpeg', 'solid color sofa covers for living room stretch slipcovers elastic couch cover-45807.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-06 15:26:57', '2024-02-06 15:26:57');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3737, 'Yaheetech Outdoor Adjustable Basketball Net', 'OGOfEsAWo', 10, 'Customer satisfaction has always been our pursuit, if not happy with this transaction, please do not hesitate to contact us for help.\r\nUpgraded stability: We listened to our customers’ reviews and upgraded the stability of this basketball hoop system. Compared with the previous oval posts, this new stand uses round posts and has a knob for extra stability. Besides, the base is larger and sturdier for double safety.\r\nBuilt-to-last: Constructed of antirust painted iron posts measuring 3.8cm/1.5inch in diameter, shatterproof PVC and PE backboard and base, and durable nylon net, this basketball hoop system adapts quality materials to ensure lightweight and good durability as well.', 67.95, NULL, NULL, 99.40, 'Yaheetech Outdoor Adjustable Basketball Net-74601.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-06 15:27:39', '2024-02-06 15:27:39'),
(3738, 'Medal Sports 2 Player Arcade Basketball Game', 'yXeFyz2L1', 10, '- Heavy-Duty Steel Frame\r\n- Patented EZ-Fold Design To Save Space\r\n- Transparent Polycarbonate Backboard\r\n- LED Electronic Scorer With Game Sounds\r\n- Dimensions: H 213 x W 61 x D 132 cm\r\n \r\nIncludes: 4 x Basketballs, 1 x Inflation Pump with Needle', 118.00, NULL, NULL, 187.00, 'Medal Sports 2 Player Arcade Basketball Game-33798.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 15:34:27', '2024-02-06 15:34:27'),
(3739, 'Jean Paul Gaultier \"Le Beau\" Eau de Toilette 75ml', 'FyehC3z7f', 7, 'Jean Paul Gaultier \"Le Beau\" Eau de Toilette 75ml', 44.02, NULL, NULL, 68.00, 'Jean Paul Gaultier \"Le Beau\" Eau de Toilette 75ml-56917.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 16:00:55', '2024-02-06 16:00:55'),
(3740, 'Afnan 9pm Eau De Parfum 100ml', 'frpAlX2jJ', 7, 'Afnan 9pm Eau De Parfum 100ml', 30.46, NULL, NULL, 80.00, 'Afnan 9pm Eau De Parfum 100ml-60269.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 16:03:54', '2024-02-06 16:03:54'),
(3741, 'Monster Truck With Extra Car', '2YoIq6POi', 14, 'Hot Wheels Monster Trucks 1:64 scale die-cast trucks are the baddest trucks ever built for competition and ultimate dominance! Each of these Hot Wheels Monster Trucks 2-packs comes with a Hot Wheels die-cast car in matching deco, so the two can face off for lots of crashing action. The package provides stats for each including name, truck type, strength, unique crash attack and motor-vation for great storytelling fun. Kids can collect them to smash, crash and square off in head-to-head battles with their GIANT wheels! Each sold separately, subject to availability. Colors and decorations may vary.', 3.99, NULL, NULL, 5.99, 'Monster Truck With Extra Car-26735.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-06 16:05:37', '2024-02-06 16:05:37'),
(3742, 'Gucci Intense Oud 90ml Eau de Parfum', 'ZT7io3Rup', 7, 'Whenever you find yourself craving a dose of luxury with a touch of flamboyance, the unisex Gucci Intense Oud Eau de Parfum will definitely satisfy you. The rich aroma of this fragrance will perfectly complement elegant men and women. Submit to the appealing composition of the fragrance, which will make you fall in love after the first sniff.\r\n\r\nan intense, oriental fragrance\r\nfor men and women with exquisite taste\r\nespecially suitable for night-time wear and colder weather', 84.26, NULL, NULL, 109.00, 'Gucci Intense Oud 90ml Eau de Parfum-58912.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 16:08:17', '2024-02-06 16:08:17'),
(3743, 'Tom Ford Ombre Leather Eau de Parfum 150ml', 'm7wjQLqAY', 7, 'Tom Ford Ombre Leather Eau de Parfum 150ml', 159.00, NULL, NULL, 208.00, 'Tom Ford Ombre Leather Eau de Parfum 150ml-21879.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-06 16:16:54', '2024-02-06 16:16:54'),
(3744, 'Hasbro Nerf Ultra Three Pump-Action Dart Blaster', 'EoddmMNyb', 14, 'The Ultimate in Nerf Dart Blasting\r\nExperience extreme distance, accuracy, and speed with Nerf Ultra blasters that are designed with advanced features to take your Nerf games to the next level\r\nNerf Ultra Darts are the Farthest Flying Nerf Darts Ever\r\nBlast into the game-changing superiority with Nerf Ultra darts -- the farthest flying Nerf darts ever, up to 120 feet (36 meters)\r\nNerf Ultra Three-Pump Action Blaster with 8-Dart Internal Clip\r\nFire 8 darts in a row with pump-action blasting. Has an internal 8-dart clip and dart storage. Blaster works only with Nerf Ultra darts\r\n8 Nerf Ultra Darts\r\nIncludes 8 ground-breaking Nerf Ultra darts that feature an innovative flight tip, Aerofin technology, and lightweight Nerf Ultra foam. They work only with Nerf Ultra blasters', 20.99, NULL, NULL, 29.99, 'Hasbro Nerf Ultra Three Pump-Action Dart Blaster-37983.jpeg', 'Hasbro Nerf Ultra Three Pump-Action Dart Blaster-28773.jpeg', 'Hasbro Nerf Ultra Three Pump-Action Dart Blaster-60476.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-06 16:17:30', '2024-02-06 16:17:30'),
(3745, 'George Ionic Hairdryer with diffuser', 'WnfDZos1w', 7, 'Green\r\n• 3 heat settings\r\n• 2 speed settings \r\n• 2200W power\r\n• Cord length: 1.8 m\r\n• Ionic technology creates smooth results\r\n• Includes 1x diffuser & 1x concentrator nozzle\r\n• Mains powered\r\n• Model number: GHD01GR3J\r\n• Weight: 0.85kg', 12.58, NULL, NULL, 17.09, 'George Ionic Hairdryer with diffuser-46529.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-06 16:22:06', '2024-02-06 16:22:06'),
(3746, 'Women’s Nike Cortez trainers in white and university blue', 'GdA3Ad5KU', 7, 'Shoes by Nike\r\nChoose your players\r\nLow-profile design\r\nLace-up fastening\r\nPadded tongue and cuff\r\nSignature Nike branding\r\nFoam midsole provides lightweight cushioning\r\nDurable rubber outsole\r\nTextured grip tread', 37.74, NULL, NULL, 48.90, 'Women’s Nike Cortez trainers in white and university blue-44633.jpeg', 'Women’s Nike Cortez trainers in white and university blue-40698.jpeg', 'Women’s Nike Cortez trainers in white and university blue-69435.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-06 16:27:13', '2024-02-06 16:27:13'),
(3747, 'Finger Ring Sex Toys', 'JNizArZTo', 14, 'Easy to carry anywhere you want, portable size, use in lonley places and feel the pleasure. Perfect small toy to place in your drawer or under pillow when you nee din perfect timings. Give extra fun while you are in times with your partner. Add little fun to your whole body.', 7.99, NULL, NULL, 9.99, 'Finger Ring Sex Toys-77295.jpeg', 'Finger Ring Sex Toys-33525.jpeg', 'Finger Ring Sex Toys-77535.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-06 16:31:12', '2024-02-06 16:31:12'),
(3748, 'Delsey 28.7\" (73cm) Wheeled Duffel Bag', '7riQHlKvR', 7, 'The Delsey large-size rolling duffel is the perfect companion for any trip. The water-resistant fabric and Delsey patented SECURITECH® zip keeps your contents safe and secure. It also includes a 50-50 opening with two equal size compartments and a convenient grab-and-go front handle, making it easy for travellers to bring along on all forms of transportation.', 47.81, NULL, NULL, 75.50, 'Delsey 28.7\" (73cm) Wheeled Duffel Bag-46437.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 16:34:21', '2024-02-06 16:34:21'),
(3749, 'Uniqlo HeatTech Warm Padded Utility Jacket', '8N350MaE3', 7, '3 x Colours Available.\r\nExtra 10% off via newsletter sign up.\r\n\r\nDiscover LifeWear that combines the ideas and ethos of Engineered Garments with UNIQLO\'s pursuit of innovation and high quality clothing.\r\n\r\n- This warm and lightweight jacket with an oversized fit is made using padding jointly developed by UNIQLO and Toray. Featuring our signature HEATTECH functionality, this coat absorbs and retains body heat to keep you warm, while the padding helps to trap even more heat. The crisp outer fabric is made from 100% cotton. This utility style jacket has a relaxed, oversized fit and a mid-length finish for easy styling. Signature Engineered Garments details include a woven name tag and logo buttons, snap fastenings on the front hem to keep out cold winds, and patch pockets on the back for a utilitarian touch. The wavy quilted lining adds a streetwear touch to this jacket.', 50.22, NULL, NULL, 78.00, 'Uniqlo HeatTech Warm Padded Utility Jacket-88422.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 16:40:53', '2024-02-06 16:40:53'),
(3750, 'Armani Exchange Chronograph Brown Leather Watch', 'eDCYywmvr', 7, 'Armani Exchange Chronograph Brown Leather Watch', 65.00, NULL, NULL, 100.68, 'Armani Exchange Chronograph Brown Leather Watch-43389.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-06 16:47:08', '2024-02-06 16:47:08'),
(3751, 'Super Mario Maker', 'kebe9En9O', 14, 'Super Mario Maker 2 for Nintendo Switch\r\n\r\nMODEL: 045496596484', 39.99, NULL, NULL, 59.99, 'Super Mario Maker-39074.jpeg', 'Super Mario Maker-25353.jpeg', 'Super Mario Maker-95179.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-06 16:50:30', '2024-02-06 16:50:30'),
(3752, 'NIKE Air Max 1 Men\'s Trainers - Baltic / Gridiron', 'b4iN4ZXaO', 7, 'The Air Max 1 ‘87 model stamps the birth of visible Air. From the creative mind of Tinker Hatfield and an experiment at first but now an icon on the tracks and the streets. A heritage that deserves more than a celebration from the community, for revolutionizing the sneaker game for 35 years. Nike has reimagined the design with a corduroy twist on the upper in Baltic Blue.', 60.48, NULL, NULL, 88.00, 'NIKE Air Max 1 Men\'s Trainers - Baltic / Gridiron-71389.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-06 16:51:23', '2024-02-06 16:51:23'),
(3753, 'Vasagle Gaming Desk with Built-In Charging Station & LED Lights', 'NkXWXaxpJ', 7, 'Decent reduction on this gaming desk, featuring adjustable LED lighting with built in power outlets and USB ports', 74.27, NULL, NULL, 96.06, 'Vasagle Gaming Desk with Built-In Charging Station & LED Lights-37251.jpeg', 'Vasagle Gaming Desk with Built-In Charging Station & LED Lights-57664.jpeg', 'Vasagle Gaming Desk with Built-In Charging Station & LED Lights-32596.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-06 17:00:33', '2024-02-06 17:00:33'),
(3754, 'Smart Eye Massager with Bluetooth Music for Migraines', 'btANjvoE8', 14, '[Multiple Massage Modes] Our eye massager provides five different massage modes to cater to your personalized massage needs. Whether it\'s relieving eye fatigue, soothing eye pressure, or promoting better sleep, you can find the mode that suits you best.\r\n[Relax Your Eyes] Our eye heating massager features a built-in heating pad that offers a comfortable temperature ranging from 104 to 107 degrees Fahrenheit (40℃-42℃). This helps soothe the muscles around your eyes and promotes blood circulation. With vibration and air compression massage, your eye area will feel more relaxed, providing a comfortable massage experience that reduces eye fatigue.\r\n[Bluetooth Connectivity for Personal Music] This upgraded eye care machine is equipped with a larger HD display screen and features four buttons for operation, making the displayed massage modes on the screen clearer and more intuitive. The Bluetooth feature allows you to connect your phone to the eye massager, enabling you to enjoy your favorite music while experiencing the massage, bringing perfect relaxation to your body and mind.\r\n[Portable Foldable Design] Our heated eye mask is designed to fold easily at 180°, allowing you to effortlessly place it in your handbag or suitcase. Additionally, the headband size can be adjusted to ensure both adults and teenagers can wear it comfortably. Whether you\'re at home, in the office, or traveling, you can enjoy the convenience and comfort of an eye massage anytime, anywhere.\r\n[Thoughtful Gift] Our eye massager is a considerate gift choice, whether for family or friends, conveying your care for their well-being. If you have any questions or concerns about the eye massager, please do not hesitate to contact us.', 39.99, NULL, NULL, 49.99, 'Smart Eye Massager with Bluetooth Music for Migraines-46147.jpeg', 'Smart Eye Massager with Bluetooth Music for Migraines-92028.jpeg', 'Smart Eye Massager with Bluetooth Music for Migraines-55230.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-06 17:00:56', '2024-02-06 17:00:56'),
(3755, 'Flashlight Gloves', 'QRe8pwXu6', 14, 'LED Flashlight Gloves are practical in your daily life, suitable for fishermen, car mechanic, mechanist, plumber, also fits for outdoor activities, such as ningt cycling, camping, hiking, running and so on.', 14.99, NULL, NULL, 25.99, 'Flashlight Gloves-14571.jpeg', 'Flashlight Gloves-37039.jpeg', 'Flashlight Gloves-31684.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-06 17:07:30', '2024-02-06 17:07:30'),
(3756, 'Cornex Gaming Desk (Black)', 'pFHubxWLp', 7, 'Good price, looks pretty cool for Take gaming to another level with the Cornex gaming desk. With bags of room for two large monitors, plenty of keyboard space and purpose built shelving, this dedicated gaming console allows you to stay organised and focus on the important stuff - gaming!', 113.30, NULL, NULL, 189.00, 'Cornex Gaming Desk (Black)-46741.jpeg', 'Cornex Gaming Desk (Black)-58855.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-06 17:10:03', '2024-02-06 17:10:03'),
(3757, 'Kitchen Herb Shears Cutter with 5 Blades and Cover', 'e2QVbvkSb', 14, '✅ 5 BLADE SCISSORS - JOFUYU multi-blade herb scissors are made of food grade stainless steel, containing 5 sharp blades firmly locked in place with 3 solid rivets. The blades are sharp, durable, and do not rust easily.\r\n✅ ERGONOMIC & NON-SLIP HANDLE - The 5 blade kitchen scissors ergonomic handle interior is made of comfortable, non-slip TPR (Rubber) material, giving it a comfortable grip and excellent handling.\r\n✅ VERSATILE - The multi-functional 5-blade herb shears scissors are perfect for quickly cutting fresh herbs, mint, rosemary, sage, cilantro, or any other herb in just the right size.\r\n✅ EASY TO CLEAN AND STORE - kitchen herb scissors comes with a cleaning brush and a protective cover that doubles as a comb for the blades; never worry about residue between the blades being hard to clean ever again.\r\n✅ 100% SATISFACTION - The JOFUYU team offers 100% customer satisfaction. If you are unsatisfied with your product, contact us, and we will replace the product or refund your order. We always care for you!', 9.99, NULL, NULL, 19.99, 'Kitchen Herb Shears Cutter with 5 Blades and Cover-48531.jpeg', 'Kitchen Herb Shears Cutter with 5 Blades and Cover-29720.jpeg', 'Kitchen Herb Shears Cutter with 5 Blades and Cover-39702.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-06 17:11:56', '2024-02-06 17:11:56'),
(3758, 'Einhell TE-RS 18 Li 18V 125mm Rotating Sander, 1x 4.0Ah Battery & Charger', 'pkk3DEAUS', 7, 'The Einhell TE-RS 18 Li 18V 125mm Rotating Sander from ITS is a beautifully compact sander with a rotating grinding disc.\r\n\r\nUnlike conventional orbital sanders, rotary sanders have a rotating grinding disc with a round grinding plate that oscillates in a circle at the same time.\r\n\r\nThis unique double movement produces excellent grinding performance with improved removal. Wood, metal or stone structures can be processed to a professional standard with the rotary sander and corresponding sand paper for a perfect sanding result.', 59.19, NULL, NULL, 88.00, 'Einhell TE-RS 18 Li 18V 125mm Rotating Sander, 1x 4.0Ah Battery & Charger-47849.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 17:14:46', '2024-02-06 17:14:46'),
(3759, 'Gravity Electric Pepper and Salt Grinder', 'BQZhm0bgp', 14, '【Automatic Operation】Our Electric Pepper and Salt Grinder with Gravity sensor switch, you even needn’t to press a button, Simply flipped the grinder and you will have fresh ground spices, Convenient and funny. Battery powered, each grinder requires 6 AAA batteries (batteries not included).\r\n【Adjustable Grinder】 Many grinding levels for your choice allows you to grinder your spices from coarse to fine. Electric Pepper and Salt Grinder use a high-quality ceramic rotor. You can choose the coarseness of your spice, salt or pepper by turning adjustment knob at the head of the grinder.\r\n【Wide Applicability】The electric grinder is suitable for pepper, salt and other solid grain seasonings. Battery powered, convenient and fast, you can use it anytime and anywhere. This grinder is the good helper for kitchens, restaurants, parties and outdoor picnics.\r\n【Unique Design】Transparent acrylic material(BPA-FREE) at the bottom allows you to see the remaining spices and convenient to distinguish the spices in the grinder. With the blue LED light, blue light is not only bright but also gentle, you can easily to see amount of pepper, salt and other grain you put in your food.\r\n【200% Quality & Money Back】100 days free replacement & money back if any dissatisfaction. If you find that the mill does not work after the product arrives , it is generally the case that the ceramic grinding core is stuck with granules. In this case, please turn the top button to adjust the coarseness to the coarsest state, so that the particles blocked inside the ceramic grinding core will fall out, and then it can be used normally.', 19.99, NULL, NULL, 29.97, 'Gravity Electric Pepper and Salt Grinder-79943.jpeg', 'Gravity Electric Pepper and Salt Grinder-31034.jpeg', 'Gravity Electric Pepper and Salt Grinder-48005.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-06 17:16:10', '2024-02-06 17:16:10'),
(3760, 'Yaheetech Movable Computer Desk Z-Shaped Laptop Computer Workstation White', 'zfmEhEMoa', 7, 'High Quality Material: Z shaped computer desk is made of premium MDF material, sturdy and durable to use\r\nSpecifications: Dimension: 60.2 x 48 x 74cm/ 23.7 x 18.9 x 29.1\'\' (LxWxH); Keyboard Tray: 46.1 x 24.4 cm / 18.1 x 9.6\'\' (LxW); Board Thickness: 15 mm\r\nModern Design: stylish and fashionable design perfectly decorates your home and also adds a touch of elegant charm to your study room\r\nKeyboard Tray: sliding computer desk features a smooth pull out sliding keyboard tray, convenient to use', 36.53, NULL, NULL, 58.00, 'Yaheetech Movable Computer Desk Z-Shaped Laptop Computer Workstation White-35706.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 17:21:10', '2024-02-06 17:21:10'),
(3761, '2 Pieces Dryer Vent Cleaner Kit', 'E6DfNV5H2', 14, '[New Upgrade] Essential for Dryer Vent-These dryer duct cleaning tools connect to a vacuum handle or hose to use suction to remove lints. They can be vacuum attachments flat hose or flexible round hoses, These hoses are specially designed to the narrow vents of dryer.. Perfect for your washing machine, dryer, freeze dryer machine,and more can run more efficiently. Flexible and handy hose is perfect for removing lint build-up beyond you can\'t reach\r\n[Improve Dryer Performance] The dryer that not be cleaned for many years accumulates a lot of dirt. The vents will become narrow or blocked. Our dryer lint vacuum attachment-No suction power is lost after attaching to the vacuum. Its slender, flexible design allows it to slide smoothly into the lint trap without scratching or damaging the inside of the dryer. It powerfully out all sorts of sand, dirt, and lint that had accumulated over the years and make your dryer runs more efficiently\r\n[Helps Prevent Fires] The dust lint is the main cause of fire in the dryer. Dryer fires are the result of lint building up in places other than just your lint trap. While your lint trap is designed to catch most, it is not a 100% guarantee. Oftentimes, the lint gets lodged in other areas, such as the interior dryer duct, the dryer vent. So we need this helping clean dryer lints avoid fires and protect the performance of dryer. It is valuable for you to choose this dryer vent cleaning hose\r\n[Flexible and Bendable Hose] This dryer vent cleaner kit can adapt to narrow dryer vent filters, Can also get into curved corners we also have a guide iron to help control the direction. Perfect for cleaning appliances that you can\'t touch in or move\r\n[2 Types of Hoses can be Switched for Use] In order to adapt to different dryer vents, we provide two types of hoses. One adapter can be switched to connect two types of hose. When switching use, you only need to remove the adapter and the hose connection to connect to the corresponding long hose. So you don\'t have to agonize over which hose is right for your dryer, you can receive both for about the similar price!', 13.98, NULL, NULL, 19.99, '2 Pieces Dryer Vent Cleaner Kit-65195.jpeg', '2 Pieces Dryer Vent Cleaner Kit-31035.jpeg', '2 Pieces Dryer Vent Cleaner Kit-48759.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-06 17:23:11', '2024-02-06 17:23:11'),
(3762, 'Vasagle 4-Tier Shelving Unit (Rustic Brown & Black / Greige & Black)', 'ehy6RBLxn', 7, 'Good reduction on this 4-Tier Shelving Unit, available in two colourways', 49.12, NULL, NULL, 87.00, 'Vasagle 4-Tier Shelving Unit (Rustic Brown & Black / Greige & Black)-60896.jpeg', 'Vasagle 4-Tier Shelving Unit (Rustic Brown & Black / Greige & Black)-51413.jpeg', 'Vasagle 4-Tier Shelving Unit (Rustic Brown & Black / Greige & Black)-47801.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-06 17:26:12', '2024-02-06 17:26:12'),
(3763, 'Shimano 105 R7120 Disc Groupset - 12 Speed', 'uutaWvdqB', 7, 'Cheapest this has ever been. Getting close to where 11speed on the clearance', 668.00, NULL, NULL, 870.00, 'Shimano 105 R7120 Disc Groupset - 12 Speed-43750.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-06 23:27:02', '2024-02-06 23:27:02'),
(3764, 'Exercise Spin Bike 15kg Steel Flywheel by DJ Sports', 'kyCjx48RZ', 7, '15kg Steel Fly Wheel Exercise Spin Bike by DJ Sports\r\nThis compact yet robust fitness bike is great for exercising at home.\r\n\r\nIt has an adjustable seat, multi-level resistance controls and a variety of computer functions to give you an effective workout.\r\n\r\nThe LCD display will provide all the relevant information, including time, speed, distance, calories burned and odometer\r\n\r\nThe seat and the handlebars are adjustable so you can find the most comfortable workout position.', 124.00, NULL, NULL, 185.00, 'Exercise Spin Bike 15kg Steel Flywheel by DJ Sports-40212.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-06 23:31:56', '2024-02-06 23:31:56'),
(3765, 'XIAOMI QiCycle Smart Electric Bike 28 Miles Range 15.5MPh 250W Foldable', 'L9EOCXusW', 7, 'Lightweight folding bike for casual use on offer at Scan. Folds easily. Shimano gears.', 755.00, NULL, NULL, 902.00, 'XIAOMI QiCycle Smart Electric Bike 28 Miles Range 15.5MPh 250W Foldable-33076.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 23:35:46', '2024-02-06 23:35:46'),
(3766, 'Yachak Yerba Mate Drink', 'oapACOnqx', 15, 'Yerba Mate is a natural source of caffeine and has been consumed as a brewed beverage for centuries.\r\nAll of the high-quality Yerba Mate in Yachak Organic is sourced from farmers in Brazil.\r\nYACHAK Organic contains 160mg of caffeine per can from Organic Yerba Mate\r\nNon-GMO Project Certified, USDA Organic, and Gluten Free\r\nIncludes 12 (15.5oz) cans of Yachak Organic Yerba Mate, Ultimate Mint flavor', 15.76, NULL, NULL, 21.01, 'Yachak Yerba Mate Drink-46052.jpeg', 'Yachak Yerba Mate Drink-49427.jpeg', 'Yachak Yerba Mate Drink-71354.jpeg', 'Groceries', 2.5, NULL, 1, '2024-02-06 23:37:40', '2024-02-06 23:37:40'),
(3767, '5kg - 32.5kg Quick Select Adjustable Dumbbell Set', 'PLzRN3oxJ', 7, 'Easily shift from 5kg - 32.5kg in 2.5kg intervals with these expertly designed, heavy-duty adjustable dumbbells.', 439.00, NULL, NULL, 499.00, '5kg - 32.5kg Quick Select Adjustable Dumbbell Set-29514.jpeg', '5kg - 32.5kg Quick Select Adjustable Dumbbell Set-90282.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 23:41:22', '2024-02-06 23:41:22'),
(3768, 'Nuun', 'Ip5b8W2Bq', 15, '10-Count Nuun Sport + Caffeine: Electrolyte Drink Tablets (Cherry Limeade)', 3.81, NULL, NULL, 10.78, 'Nuun-14931.jpeg', 'Nuun-15416.jpeg', 'Nuun-85473.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-06 23:42:29', '2024-02-06 23:42:29'),
(3769, 'Polar Trailer Side Rack 1500 Series', 'L7ZK36dqb', 19, 'Increase payload from 22 to 35 cubic feet\r\nProduct Weight: 25 lbs.\r\nCarbon Steel Mesh\r\nAll Hardware included for Installation', 159.99, NULL, NULL, 179.99, 'Polar Trailer Side Rack 1500 Series-32045.jpeg', 'Polar Trailer Side Rack 1500 Series-30275.jpeg', 'Polar Trailer Side Rack 1500 Series-63968.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-06 23:45:03', '2024-02-06 23:45:03'),
(3770, 'Opti 8kg Kettlebell in stores Darlington and Durham', 'sBhRDUoP0', 7, 'Opti 8kg Kettlebell in stores Darlington and Durham', 12.60, NULL, NULL, 15.03, 'Opti 8kg Kettlebell in stores Darlington and Durham-70045.jpeg', 'Opti 8kg Kettlebell in stores Darlington and Durham-76911.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-06 23:45:17', '2024-02-06 23:45:17'),
(3771, 'BelVita Crunchy', 'Qy8GvBbit', 15, '12-Packs belVita Crunchy Blueberry or Oat Breakfast Biscuits (4 per pack)', 5.19, NULL, NULL, 7.98, 'BelVita Crunchy-59280.jpeg', 'BelVita Crunchy-29125.jpeg', 'BelVita Crunchy-22473.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-06 23:46:42', '2024-02-06 23:46:42'),
(3772, 'Leeagra 1000 Gallon D.O.T. Diesel Fuel Tank with Trailer - Yellow', 'ivU9Zjuo7', 19, 'The Leeagra 1000 Gallon D.O.T. Diesel Fuel Tank with Trailer in yellow is a heavy-duty and reliable solution for storing and transporting diesel fuel. With a capacity of 1000 gallons, it provides ample storage for your fuel needs. The D.O.T. certification ensures that it meets the required safety standards for transporting fuel on the road. The included trailer makes it easy to move the tank around and refill as needed. Whether you\'re on a construction site or need to fuel up machinery, this tank and trailer combo has got you covered. Stay fueled up and keep the work going!', 17995.00, NULL, NULL, 25780.00, 'Leeagra 1000 Gallon D.O.T. Diesel Fuel Tank with Trailer - Yellow-59183.jpeg', 'Leeagra 1000 Gallon D.O.T. Diesel Fuel Tank with Trailer - Yellow-17740.jpeg', 'Leeagra 1000 Gallon D.O.T. Diesel Fuel Tank with Trailer - Yellow-28683.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-02-06 23:52:23', '2024-02-06 23:52:23'),
(3773, 'Martha Stewart Richburn', 'evHOssmx0', 15, '8.5\" Martha Stewart Richburn Stainless Steel Balloon Whisk (Satin Finish)', 3.59, NULL, NULL, 8.98, 'Martha Stewart Richburn-55822.jpeg', 'Martha Stewart Richburn-38764.jpeg', 'Martha Stewart Richburn-61061.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-06 23:52:35', '2024-02-06 23:52:35'),
(3774, 'Men\'s Mammut Sapuen Low Gore-Tex Hiking Shoes', 'r3LiG5arX', 7, 'The Sapuen Low Gore-Tex is a versatile hiking shoe for all kinds of terrain built with Mammut Flextron Technology to support rolling ankles, and a Gore-Tex membrane to keep feet dry.', 95.88, NULL, NULL, 112.00, 'Men\'s Mammut Sapuen Low Gore-Tex Hiking Shoes-98283.jpeg', 'Men\'s Mammut Sapuen Low Gore-Tex Hiking Shoes-27471.jpeg', 'Men\'s Mammut Sapuen Low Gore-Tex Hiking Shoes-63549.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-06 23:53:44', '2024-02-06 23:53:44'),
(3775, 'Big Mama Pickled Sausages', 'aDg5SNkw2', 15, 'Take a work break and enjoy one-of-a-kind, delicious Penrose pickled sausages to spice up your day.\r\nPenrose pickled sausages are always made with quality ingredients, and are always ready to eat when you\'re craving a tasty, savory snack.\r\nFits a low carb lifestyle with 1 gram net carbs per serving (2 gram total carbs minus 1 gram dietary fiber)\r\nFind them in your local grocery or convenience store, and try all three mouthwatering signature flavors.\r\nPenrose big mama pickled sausages contain 160 calories with zero grams trans fat per serving. This pack contains six 2.4 ounces pickled sausages.', 6.12, NULL, NULL, 8.99, 'Big Mama Pickled Sausages-23557.jpeg', 'Big Mama Pickled Sausages-43133.jpeg', 'Big Mama Pickled Sausages-84737.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-06 23:57:07', '2024-02-06 23:57:07'),
(3776, 'Schumacher Electric PI-750 750 Watt Inverter', 'SzvBfOtG0', 19, '1500 watt peak surge power. Built-in, high-speed cooling fan that helps keep the unit cool. On/off switch and LED indicator. Heavy duty clamps that connect directly to vehicle battery. Ideal for running computers, faxes, cell phones, lights, power tools, TVs, VCR, stereos, radios, CD players, blenders and portable vacuums in cars, trucks, boats, SUVs and RVs.\r\nGreat for using electronics when you are on the road\r\n750 W continuously\r\nHas two 120 Volt AC outlets.\r\nHas a cooling fan so the unit does not overheat', 101.99, NULL, NULL, 157.76, 'Schumacher Electric PI-750 750 Watt Inverter-44596.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-06 23:57:21', '2024-02-06 23:57:21'),
(3777, '2 Sets mini musical instrument Miniature Mic Kids Microphone Toy Doll House Mic', 'DuXZQM2fy', 13, 'The mini metal retro microphone is well-made of material which is . The lovely shape design and exquisite workmanship make it attractive by children. This is a nice gift of toy for kids and perfect decor for mini house. It will give your kids a good experience.\r\n\r\nFeatures\r\n\r\n- Color: Black, Red\r\n- Material: Alloy\r\n- Size: About 5.20X2.40X1.80cm/2.04X0.94X0.71inch\r\n- Made of superior materials, which are safe and to play.\r\n- With fine workmanship and exquisite appearance. It will give your kids a good experience.\r\n- Mini metal retro microphone model design, creative and chic. It can decorate the mini house well.\r\n- adding life atmosphere for your mini house, chic and lovely.\r\n- Great accessory for your mini house. It is a good choice for you.\r\nkids wireless microphone\r\nPackage includes\r\n2 x Microphones\r\n2 x Holders', 8.06, NULL, NULL, 10.06, '2 Sets mini musical instrument Miniature Mic Kids Microphone Toy Doll House Mic-87510.jpeg', '2 Sets mini musical instrument Miniature Mic Kids Microphone Toy Doll House Mic-65808.jpeg', '2 Sets mini musical instrument Miniature Mic Kids Microphone Toy Doll House Mic-66535.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-06 23:57:37', '2024-02-06 23:57:37'),
(3778, 'Ridgid 6Ft Micro CA Extension Cable', 'ojPzR66dX', 19, 'The Ridgid 6Ft Micro CA Extension Cable is a handy accessory for your Ridgid Micro CA inspection camera. It extends the reach of your camera, allowing you to easily navigate through tight spaces and hard-to-reach areas. With its durable construction and reliable performance, this extension cable is a great addition to your tool kit. Whether you\'re inspecting pipes, HVAC systems, or other confined spaces, this extension cable will help you get the job done with ease. Happy inspecting', 112.99, NULL, NULL, 132.93, 'Ridgid 6Ft Micro CA Extension Cable-87013.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-07 00:00:36', '2024-02-07 00:00:36'),
(3779, 'Troy Lee Designs A2 Mips Silver MTB Helmet Silver or Silver/Marine Sz XL/2XL', 'QsfQNFaPJ', 7, 'Troy Lee Designs A2 helmet redefines mountain bike safety, style, comfort and ventilation. The first helmet in its class to combine EPP (for slow speed impacts) and EPS (for high-speed impacts) in one sleek package, that will set a new benchmark for mountain bike helmets.\r\n\r\nTLD took the popular A1 and perfected it, resulting in the incredible A2. Overall, the A2 offers a higher level of protection thanks to the reinforced shell liner and MIPS technologies available in certain models. It has fantastic ventilation which comes from the six large pressurizing intake passages and seven rear vacuum exhausts which are linked by deep internal channelling to promote efficient cooling and airflow. A combination of quick-wicking foam liner, adjustable rear stabilizer and a no fuss fit system for a perfect fit every time, this will be the go-to helmet for hitting the trails.', 56.72, NULL, NULL, 80.00, 'Troy Lee Designs A2 Mips Silver MTB Helmet Silver or Silver/Marine Sz XL/2XL-24209.jpeg', 'Troy Lee Designs A2 Mips Silver MTB Helmet Silver or Silver/Marine Sz XL/2XL-28764.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-07 00:01:40', '2024-02-07 00:01:40'),
(3780, 'Trumpet Musical instrument Blueish Finish Bb Trumpet With Hard Case +Mouthpiece,', 'x9dLGbiW4', 13, 'We believe that no product is complete with out putting it in to practical experience. This is the main strength of our products. A hard case and mouthpiece are included.', 100.00, NULL, NULL, 119.00, 'Trumpet Musical instrument Blueish Finish Bb Trumpet With Hard Case +Mouthpiece,-79897.jpeg', 'Trumpet Musical instrument Blueish Finish Bb Trumpet With Hard Case +Mouthpiece,-16175.jpeg', 'Trumpet Musical instrument Blueish Finish Bb Trumpet With Hard Case +Mouthpiece,-34286.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 00:02:31', '2024-02-07 00:02:31'),
(3781, 'Specialized Mode MIPS Urban Cycling Helmet, various colours (Moss Green / Dune White / White Mountains), All Sizes', 'euMG6EifB', 7, 'The new Specialized Mode Urban helmet in White Mountains has been designed to fit well and look good. Just because it is protecting your head doesn\'t mean it can\'t look great.\r\n\r\nIts clean, elegant lines deliver more than modern style, and they integrate hidden vents for increased airflow, so you stay cool even when the temps rise. A seamlessly integrated fit adjustment system and personalized sizing let you create a fit that’s, well, dialled. Perfect for the city.', 37.81, NULL, NULL, 72.00, 'Specialized Mode MIPS Urban Cycling Helmet, various colours (Moss Green / Dune White / White Mountains), All Sizes-48237.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-07 00:05:56', '2024-02-07 00:05:56'),
(3782, 'Westinghouse Outdoor Power Pressure Washer Gas Cold Water 3400 PSI 2.6 GPM', 'IIhJevIy6', 19, 'The Westinghouse WPX3400 Gas Powered Pressure Washer, with 3400 PSI and 2.6 GPM, is designed to tackle your toughest cleaning jobs with ease. Built with a powerful 4-cycle OHV Westinghouse Engine and a maintenance free axial cam pump, it’s meant for powerful heavy-duty cleaning. With 5 interchangeable nozzle tips and a built in 1.6 L soap tank, the WPX3400 has the versatility to handle a variety of situations and surfaces including brick, stone, concrete, wood, aluminum, and iron. The 3.3 L fuel tank and never-flat wheels offer easy mobility and maneuverability, allowing you to get into those hard-to-reach places with the toughest grime. Make all your deep-cleaning projects easier than ever before with the Westinghouse WPX3400 Pressure Washer.', 349.00, NULL, NULL, 366.45, 'Westinghouse Outdoor Power Pressure Washer Gas Cold Water 3400 PSI 2.6 GPM-90099.jpeg', 'Westinghouse Outdoor Power Pressure Washer Gas Cold Water 3400 PSI 2.6 GPM-50002.jpeg', 'Westinghouse Outdoor Power Pressure Washer Gas Cold Water 3400 PSI 2.6 GPM-79300.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-07 00:07:44', '2024-02-07 00:07:44'),
(3783, 'Hello Neighbor 2', 'PfCBt09yy', 15, 'Hello Neighbor 2 PS4', 19.99, NULL, NULL, 29.99, 'Hello Neighbor 2-26423.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-07 00:10:09', '2024-02-07 00:10:09'),
(3784, 'Piccolos Trumpet White Bb/A Brass Instrument with Case & Mouthpiece BRS PICCOLO', 'rhn8HO5wv', 13, 'The Brand New Bb/A White Finish Piccolo Trumpet is made of good quality brass and materials and well finished.our all musical instruments have good quality components,professional sound and technically approved by the musicians world wide.This is a great instruments is ideal for students and beginners and intermediate players. A hard case and mouthpiece are included.\r\n\r\n \r\n\r\nSIZES\r\n\r\nLENGTH: 11 inches.(18.5 Cms)\r\n\r\nBELL DIAMETER: 3.75 inches.(9.5 Cms)\r\n\r\nWITH FREE HARDCASE AND MOUTH PIECE\r\n\r\nPITCH: A/Bb-FLAT\r\n\r\n \r\n\r\nWE GUARANTEE OUR PRODUCTS\r\n\r\nAlthough we make defect free instruments but also assure you for free replacement of our all the instruments if in rare case found any manufacturing defect in it.', 95.00, NULL, NULL, 112.00, 'Piccolos Trumpet White Bb/A Brass Instrument with Case & Mouthpiece BRS PICCOLO-99077.jpeg', 'Piccolos Trumpet White Bb/A Brass Instrument with Case & Mouthpiece BRS PICCOLO-87549.jpeg', 'Piccolos Trumpet White Bb/A Brass Instrument with Case & Mouthpiece BRS PICCOLO-64130.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 00:10:57', '2024-02-07 00:10:57'),
(3785, 'Simpson Hot Water Professional Gas Pressure Washer Trailer 4000 PSI', 'NaAJQDsCb', 19, 'This powerful SIMPSON® hot water mobile pressure washing system will handle all your commercial jobs. It is perfectly suited for contract cleaners, mobile detailers, municipalities, and resorts. The trailer is dot certified as an over-the-road pressure washer system. Job-Site set-up is a snap. Pull up to the work area, connect the spray gun, start the engine, and begin cleaning. Equipped with a 49-state compliant HONDA® engine with an electric start and reliable COMET triplex pump.\r\n\r\nHONDA GX390 engine with electric start and low oil shutdown feature\r\nReliable COMET industrial triplex plunger pump\r\nArmor hose 3/8-In x 100-Ft hot water hose with quick connect fittings\r\n9-Ft (4-Ft x 5.5-Ft platform)\r\n13-In premium 6-ply tires for ease of maneuverability across rugged terrain\r\n5 Quick connect nozzle tips: 0 deg, 15 deg, 25 deg, 40 deg, and soap to use for a variety of cleaning applications\r\n3500-Lb single axle\r\nAdheres to National Association of Trailer Manufacturers (NATM) guidelines\r\n3 Year limited commercial engine warranty | 5 year limited pump warranty | 1 year limited frame warranty | 90 day limited accessory warranty', 10999.99, NULL, NULL, 11000.59, 'Simpson Hot Water Professional Gas Pressure Washer Trailer 4000 PSI-28538.jpeg', 'Simpson Hot Water Professional Gas Pressure Washer Trailer 4000 PSI-59740.jpeg', 'Simpson Hot Water Professional Gas Pressure Washer Trailer 4000 PSI-45693.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-07 00:12:17', '2024-02-07 00:12:17'),
(3786, 'DevaCurl DevaDryer', 'NHpt42zfj', 4, 'Efficient hand dryer, portable and travel friendly', 90.00, NULL, NULL, 180.00, 'DevaCurl DevaDryer-33146.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-07 00:15:21', '2024-02-07 00:15:21'),
(3787, 'Barbie Video Game Hero', 'h0wLE1V0P', 15, 'Get ready to power up! When Barbie magically gets pulled into her favorite video game, she is excited to see she\'s transformed into a fun roller-skating character. In the game, she meets Cutie, the lovable cloud-shaped friend, and Bella, the roller-skating princess. Together, they soon discover a mischievous emoji is trying to take control of the game. As they travel from level to level, Barbie must rely on her amazing gaming skills and out-of-the-box thinking to save her team and beat the game!', 7.99, NULL, NULL, 9.62, 'Barbie Video Game Hero-58466.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-07 00:17:30', '2024-02-07 00:17:30'),
(3788, 'Corona Hoe/Cultivator 36in ComfortGEL Steel Extended Reach', 'auAf8enOI', 19, 'ComfortGEL® garden tools are designed for gardeners working on raised-bed gardens, small gardens and tight access locations. Optimal length for long reach and balance and ideal for gardeners who have physical strength limitations that make large tools hard to manage. The unique, trapezoid shaped handles add comfort and control. ComfortGEL® grips deliver comfort to gardeners who seek an easier, more therapeutic gardening experience. Designed for professionals and passionate gardeners looking for heavy-duty durability and lasting performance, season after season. Corona\'s new line of extended reach hand tools are designed for working in raised -bed gardens small garden and tight access locations ComfortGEL grips deliver comfort to gardeners who seek an easier more therapeutic gardening experience Optimal 36 In. L for long reach and balance. Unique trapezoid shaped handles add comfort and control. The hoe breaks through soil for deeper digging and tilling. The heavy-duty 3 tine side of the tool cultivates the soil getting it ready for the planting.', 19.99, NULL, NULL, 20.28, 'Corona Hoe/Cultivator 36in ComfortGEL Steel Extended Reach-97760.jpeg', 'Corona Hoe/Cultivator 36in ComfortGEL Steel Extended Reach-54471.jpeg', 'Corona Hoe/Cultivator 36in ComfortGEL Steel Extended Reach-42658.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-02-07 00:17:38', '2024-02-07 00:17:38'),
(3789, '🎷Eastar Alto Saxophone E Flat F Key Gold Lacquered Student School Band Alto Sax', 'roKPQwYlR', 13, 'Condition\r\nNew\r\nTime left\r\n13d 17h13 days 17 hours\r\nQuantity\r\n399 sold\r\n24 available\r\nItem Number\r\n354019810064\r\nKey Feature 2\r\nTop Material\r\n\r\nItem description from the sellerItem description from the seller\r\nUnlock Your Musical Potential : The Eastar E flat alto saxophone is a great choice for beginners and hobbyists alike. With its full bounding stick gasket and blue copper needle spring, it\'s easy to play and provides a quick response.', 210.00, NULL, NULL, 239.99, '🎷Eastar Alto Saxophone E Flat F Key Gold Lacquered Student School Band Alto Sax-43736.jpeg', '🎷Eastar Alto Saxophone E Flat F Key Gold Lacquered Student School Band Alto Sax-60657.jpeg', '🎷Eastar Alto Saxophone E Flat F Key Gold Lacquered Student School Band Alto Sax-64708.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 00:18:40', '2024-02-07 00:18:40'),
(3790, 'TRG Inc 21in Groundskeeper II Rake', 'zA0wUrvZ7', 19, 'TRG Inc 21in Groundskeeper II Rake\r\n\r\n​The use of modern materials like the unbreakable co-polymer head and fiberglass handle make the Groundskeeper II extremely lightweight. The angled, spring loaded tines make this rake dig in, requiring No Down Pressure. This allows you to rake standing straight up, taking pressure off of your back. This rake also self cleans with one pass on the ground when turned over. The combination of these features lets you work longer and accomplish more with less effort than traditional rakes. Increased efficiency cuts your raking time by as much as 25%, resulting in labor savings for both the home and business owner. The swivel hanger at the end of the handle also allows for easy storage when not in use. The Groundskeeper II has a head length of 21 In. and has 28 Tines with a handle length of 55 In.', 44.99, NULL, NULL, 55.99, 'TRG Inc 21in Groundskeeper II Rake-99671.jpeg', 'TRG Inc 21in Groundskeeper II Rake-28289.jpeg', 'TRG Inc 21in Groundskeeper II Rake-85563.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-02-07 00:21:33', '2024-02-07 00:21:33'),
(3791, 'Video Games Live', 'jux5ooc8V', 15, 'Video Games Live: Level 2\r\nArtist: VIDEO GAMES LIVE Format: CD Release Date: 10/19/2010', 13.99, NULL, NULL, 15.63, 'Video Games Live-59828.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-07 00:21:58', '2024-02-07 00:21:58'),
(3792, 'Vulcan 400\' Garden Hose Reel (hose not included)', 'vVYHQGeXE', 19, 'Vulcan 400\' Garden Hose Reel (hose not included)\r\n\r\nThe Vulcan garden hose reel holds up to 400\' of 5/8\" diameter hose (not included). Durable powder coated steel construction with convenient top storage basket and 10\" pneumatic wheels with steel rims for easy transportation over rough terrain.', 229.99, NULL, NULL, 261.65, 'Vulcan 400\' Garden Hose Reel (hose not included)-93265.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-07 00:24:41', '2024-02-07 00:24:41'),
(3793, 'Bundle Assorted Lot 49 Jarit medical instruments surgery Aesculap Container', '0wX5IkkgQ', 13, 'Sold as a bundle lot. 49 pieces not including the instrument holders. Also comes with the aesculap container.', 799.00, NULL, NULL, 999.99, 'Bundle Assorted Lot 49 Jarit medical instruments surgery Aesculap Container-78430.jpeg', 'Bundle Assorted Lot 49 Jarit medical instruments surgery Aesculap Container-80742.jpeg', 'Bundle Assorted Lot 49 Jarit medical instruments surgery Aesculap Container-10216.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 00:25:00', '2024-02-07 00:25:00'),
(3794, 'Jumanji', 'wmaybyh2S', 15, 'Jumanji: The Video Game Standard Edition - Xbox One [Digital]', 29.99, NULL, NULL, 39.99, 'Jumanji-14586.jpeg', 'Jumanji-51112.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-02-07 00:27:48', '2024-02-07 00:27:48'),
(3795, 'NEWLONG NP-7A INDUSTRIAL PORTABLE BAG CLOSER SEWING MACHINE 220 VAC #NEW', 'EwX5tAJyl', 13, 'ORIGINAL IMAGES OF THE ACTUAL PRODUCT ARE UPLOADED, WHAT YOU SEE IS WHAT YOU GET.', 399.00, NULL, NULL, 499.00, 'NEWLONG NP-7A INDUSTRIAL PORTABLE BAG CLOSER SEWING MACHINE 220 VAC #NEW-33829.jpeg', 'NEWLONG NP-7A INDUSTRIAL PORTABLE BAG CLOSER SEWING MACHINE 220 VAC #NEW-66392.jpeg', 'NEWLONG NP-7A INDUSTRIAL PORTABLE BAG CLOSER SEWING MACHINE 220 VAC #NEW-30264.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 00:31:21', '2024-02-07 00:31:21'),
(3796, '18K White Gold Diamond Tennis Necklace (5 1/2 ct. tw.)', 'OrPWkazQG', 19, 'Timeless and resplendent, this show-stopping tennis necklace features dazzling round diamonds that produce an aura of shimmering, eye-catching light.\r\n\r\nSetting Carat Weight: 5 1/2 ct. tw.', 8400.00, NULL, NULL, 8645.00, '18K White Gold Diamond Tennis Necklace (5 1/2 ct. tw.)-38332.jpeg', '18K White Gold Diamond Tennis Necklace (5 1/2 ct. tw.)-68023.jpeg', '18K White Gold Diamond Tennis Necklace (5 1/2 ct. tw.)-20312.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-07 00:33:46', '2024-02-07 00:33:46'),
(3797, 'Monster Energy Supercross', 'yMem9HfYG', 15, '::PRE-OWNED:: Monster Energy Supercross - The Official Videogame 3 for PlayStation 4 - Refurbished on Video Game\r\n\r\nProduct has been FACTORY REFURBISHED. All Pre-owned product has been thoroughly tested, cleaned and is guaranteed to work. Original UPC will be covered with a generic Pre-Owned UPC label. Actual product received could be slightly different than what picture shows. To clarify the main photo may show the standard edition but you could actually receive a Special Edition, Limited Edition, Game of the Year edition or a Store Specific version or vice versa. Since this is ultimately a used product there will be NO DLC or additional materials. Bonus Material not available on Pre-owned items. Game cases may be replaced with new aftermarket cases and box art. The aftermarket case may not match the size and color of the original case.', 12.89, NULL, NULL, 29.99, 'Monster Energy Supercross-29779.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-07 00:35:02', '2024-02-07 00:35:02'),
(3798, 'Vega', '0QEjQCQvt', 4, 'Vega Organic All-in-One Vegan Protein Powder, Plain Unsweetened - Superfood Ingredients, Vitamins for Immunity Support, Keto Friendly, Pea Protein for Women & Men, 13.5 oz', 19.68, NULL, NULL, 39.48, 'Vega-40236.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-07 00:35:16', '2024-02-07 00:35:16'),
(3799, 'Industrial Strength Sewing Machine Leather and Upholstery With Table Motor', 'xbQbPGmuS', 13, 'This industrial strength sewing machine is the perfect choice for those who work with leather and upholstery. The machine type is specifically designed for sewing machine heads, making it ideal for those who want to create high-quality items with ease.\r\n\r\nThe features of this sewing machine are top-notch, ensuring that you get the best possible results. It comes with a sturdy table and motor, giving you the stability and power you need to tackle any project. This machine is perfect for anyone in the textile and apparel industry who wants to produce top-quality items quickly and efficiently.', 375.55, NULL, NULL, 475.55, 'Industrial Strength Sewing Machine Leather and Upholstery With Table Motor-57608.jpeg', 'Industrial Strength Sewing Machine Leather and Upholstery With Table Motor-86233.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-07 00:36:30', '2024-02-07 00:36:30'),
(3800, 'Bezel Strand 18 In. Diamond Necklace (2/3 ct. tw)', 'ARD8iquvm', 19, 'NECKLACE INFORMATION\r\nStyle:\r\nBE318DBY10W-18KW\r\nMetal:\r\n18K White Gold\r\nLength:\r\n18 in.\r\nWidth:\r\n1/6 in.\r\nRhodium finish:\r\nYes\r\nSetting:\r\nBezel\r\nCHAIN DETAILS\r\nType:\r\nCable Chain\r\nClasp:\r\nLobster Clasp\r\nChain Length:\r\n18 in.\r\nGEMSTONE DETAILS\r\nType:\r\nDiamond\r\nShapeShape:\r\nRound\r\nNumber:\r\n7\r\nMinimum carat total weightcarat total weight:\r\n0.67\r\nAverage ColorAverage Color:\r\nG/H\r\nAverage ClarityAverage Clarity:\r\nSI1\r\nTreatment:\r\nNone\r\nETHICAL SOURCING\r\nEthically sourced gemstones', 1675.00, NULL, NULL, 1800.99, 'Bezel Strand 18 In. Diamond Necklace (2/3 ct. tw)-97541.jpeg', 'Bezel Strand 18 In. Diamond Necklace (2/3 ct. tw)-31744.jpeg', 'Bezel Strand 18 In. Diamond Necklace (2/3 ct. tw)-52045.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-07 00:38:54', '2024-02-07 00:38:54'),
(3801, 'Battlecreek Equipment Ice It! Coldcomfort System, Large, 3 Pound', 'pHUBBPqcd', 4, 'Battlecreek Equipment Ice It! Coldcomfort System, Large, 3 Pound', 6.89, NULL, NULL, 11.75, 'Battlecreek Equipment Ice It! Coldcomfort System, Large, 3 Pound-16539.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-07 00:39:44', '2024-02-07 00:39:44');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3802, '30 Sport Games in 1 for Nintendo Switch', 'XiYTj64RO', 15, '30 Sport Games in 1 for Nintendo Switch on Video Game\r\n\r\n\"30 Sport Games in 1\" is the ultimate game that brings together 30 different sports in one game! Challenge your family or friends and may the best player win! Choose your game style: Quick match or tournament? Team play or every player for themselves? It\'s up to you to decide in each game! Discover a multitude of games: whether you love football, basketball, archery, or even bowling, you\'ll find all your favorite sports here! Travel around the globe! You can go ski jumping on desert dunes, engage in boxing matches in the middle of a volcano, or kayak through caves. As you progress in the game, you\'ll have the chance to unlock new costumes for your characters. Ready to showcase your skills and take on all the challenges? Then, get started and become the champion!', 18.99, NULL, NULL, 29.38, '30 Sport Games in 1 for Nintendo Switch-65042.jpeg', NULL, NULL, 'Toys and games', 5.0, NULL, 1, '2024-02-07 00:41:00', '2024-02-07 00:41:00'),
(3803, '14K Yellow Gold Evil Eye Sapphire and Diamond Medallion', 'rFuqzcZ7P', 19, 'NECKLACE INFORMATION\r\nStyle:\r\nBE4S114-14KY\r\nMetal:\r\n14K Yellow Gold\r\nLength:\r\n1 in.\r\nWidth:\r\n1 in.\r\nSetting:\r\nBezel\r\nCHAIN DETAILS\r\nType:\r\nCable Chain\r\nClasp:\r\nLobster Clasp\r\nChain Length:\r\n18 in.\r\nGEMSTONE DETAILS\r\nType:\r\nSapphire\r\nShapeShape:\r\nRound\r\nNumber:\r\n8\r\nAverage DimensionsAverage Dimensions:\r\n0.9 - 3 mm\r\nAverage ColorAverage Color:\r\nMedium Blue\r\nAverage ClarityAverage Clarity:\r\nEye Clean\r\nTreatment:\r\nView\r\nACCENT GEMSTONES\r\nType:\r\nDiamond\r\nshapeShape: Round\r\nNumber:20\r\nMin. carat total weight Min. carat total weight: 0.09\r\nSetting:Prong Set\r\nAverage ColorAverage Color: F/G\r\nAverage ClarityAverage Clarity: SI1\r\nTreatment:View\r\nETHICAL SOURCING\r\nEthically sourced gemstones\r\nRecycled precious metals', 1295.00, NULL, NULL, 1400.00, '14K Yellow Gold Evil Eye Sapphire and Diamond Medallion-69121.jpeg', '14K Yellow Gold Evil Eye Sapphire and Diamond Medallion-98811.jpeg', '14K Yellow Gold Evil Eye Sapphire and Diamond Medallion-82493.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 00:43:26', '2024-02-07 00:43:26'),
(3804, 'Cost-way Vanity Table', 'lkdPca8hs', 4, 'Cost-way Vanity Table Stool Set Dimmer LED Mirror Large Storage Cabinet Drawer White', 228.68, NULL, NULL, 259.00, 'Cost-way Vanity Table-91704.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-07 00:44:30', '2024-02-07 00:44:30'),
(3805, 'Mario & Sonic at the Olympic Games: Tokyo 2020 for Nintendo Switch', 'byk0xd1Tl', 15, 'Mario & Sonic at the Olympic Games: Tokyo 2020 for Nintendo Switch on Video Game\r\n\r\nMario & Sonic at the Olympic Games: Tokyo 2020 for Nintendo Switch\r\n\r\nJoin Mario, Sonic and friends for their greatest adventure yet at the Olympic Games Tokyo 2020, exclusively on Nintendo Switch! Go for gold as you compete in action-packed sports games, including 4 brand new events to Tokyo 2020—Skateboarding, Karate, Surfing, and Sport Climbing, as well as a large selection of classic events.', 39.99, NULL, NULL, 59.99, 'Mario & Sonic at the Olympic Games: Tokyo 2020 for Nintendo Switch-74297.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-07 00:45:09', '2024-02-07 00:45:09'),
(3806, 'Carnival Games for Nintendo Switch', 'nFO9rCQwG', 15, 'Carnival Games for Nintendo Switch on Video Game\r\n\r\nCarnival Games for Nintendo Switch\r\n\r\nCarnival Games brings the party back for the entire family! With both fan-favorite and brand-new mini-games all in one package, Carnival Games offers fun for everyone and can be played alone or with up to three others. Hit home runs, pile the highest stack of cakes, and take your horse to the finish line. 20 total mini-games will have you and your friends stepping right up to win again and again!', 14.99, NULL, NULL, 19.99, 'Carnival Games for Nintendo Switch-60368.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-07 00:48:32', '2024-02-07 00:48:32'),
(3807, '18K White Gold Willow Diamond Bangle Bracelet (1/8 ct. tw.)', 'AFIJPOqLq', 19, 'Winding vines of lustrous precious metal weave together in this nature-inspired bangle bracelet that is crafted to stack perfectly with the Willow Bangle Bracelet and the Luxe Willow Diamond Bangle Bracelet. Pair all three together to create a cohesive and glamorous stack.\r\n\r\nThis Limited Edition item is crafted only in small quantities and features an exclusive, of-the-moment design created with high-quality gemstones, meticulous craftsmanship, and ethical sourcing.\r\nGEMSTONE DETAILS\r\nType:\r\nDiamond\r\nshapeShape: Marquise\r\nNumber:4\r\nMin. carat total weight Min. carat total weight: 0.13\r\nSetting:Prong Set\r\nAverage ColorAverage Color: F/G\r\nAverage Clarity', 4675.00, NULL, NULL, 4700.68, '18K White Gold Willow Diamond Bangle Bracelet (1/8 ct. tw.)-56868.jpeg', '18K White Gold Willow Diamond Bangle Bracelet (1/8 ct. tw.)-47263.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-07 00:50:00', '2024-02-07 00:50:00'),
(3808, 'Outdoor Ceiling fan Industrial fan without lights Vortice Nordik Heavy Duty Base', 'RpCwxv7ma', 13, '230 V ~ 50 Hz\r\nVarious size options\r\nHousing colour: hammered anthracite (aluminium die casting)\r\nBlade colour: hammered anthracite (electrolytic galvanised steel sheet with anticorrosive coating)\r\nOverall drop: 49.5cm / 19.5\"\r\nDiameter canopy: 14.5cm / 6\"\r\nDiameter motor housing: 22.5cm / 9\"\r\nForward and reverse function (summer and winter mode) via additional controller\r\nControl unit not included\r\nTemperature for continuous operation: 55°C\r\nIP rating: IP55 (protected from water jets)\r\nProtection class: I\r\nIdeal for use in professional environments such as production, agriculture, in areas with humidity, dust, dirt and high temperatures\r\nModel	\r\nDiameter\r\n\r\n(cm / inch)\r\n\r\nMax. airflow\r\n\r\n(m³/h)\r\n\r\nMax. motor wattage\r\n\r\n(W)\r\n\r\nMax. rotation speed\r\n\r\n(RPM)\r\n\r\nWeight\r\n\r\n(kg / lbs)\r\n\r\nSound pressure\r\n\r\n(Lp-3m dB(A))\r\n\r\nSound power\r\n\r\n(Lw dB(A))\r\n\r\nPerformance\r\n\r\n(m³/min/W)\r\n\r\nNordik HD 120 Base	121.8 / 48	14050	80	233	7.7 / 16.9	34.3	51.8	2.925\r\nNordik HD 140 Base	142.2 / 56	16000	80	236	8.1 / 17.9	37.9	55.4	3.332\r\nNordik HD 160 Base	152.4 / 60	19300	85	210	8.6 / 18.9	38.1	55.6	3.780\r\nNordik HD 200 Base	200 / 78.75	22050	85	186	9.5 / 20.9	38.9	56.4	4.320', 549.54, NULL, NULL, 749.54, 'Outdoor Ceiling fan Industrial fan without lights Vortice Nordik Heavy Duty Base-20072.jpeg', 'Outdoor Ceiling fan Industrial fan without lights Vortice Nordik Heavy Duty Base-21996.jpeg', 'Outdoor Ceiling fan Industrial fan without lights Vortice Nordik Heavy Duty Base-38338.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 00:50:44', '2024-02-07 00:50:44'),
(3809, 'Aladdin and the Lion', 'gUM6WIRHE', 15, 'Disney Classic Games: Aladdin and the Lion for PlayStation 4 on Video Game\r\n\r\nDisney Classic Games: Aladdin and the Lion for PlayStation 4\r\n\r\nTwo of the most beloved Disney games of all time make their long-awaited return to modern consoles in Disney Classic Games: Aladdin and The Lion King! This unforgettable package of Disney classics is filled with tons of new features, enhancements, game modes, and display options, plus multiple versions of the games! Join Aladdin and his sidekick, Abu, as they race through the marketplace toward their date with destiny. Relive Aladdin’s classic adventure as you travel through Agrabah, the Cave of Wonders and more to defeat Jafar and rescue Jasmine. Jump, fight, dodge and carpet-ride your way through this adventure, collecting gems along the way. The Lion King brings to life the majesty and mystery of Africa through the tale of Simba, a lion cub faced with the challenging transition to maturity. Now, you too can be part of the adventure! Driven into the wilderness by his evil uncle Scar, Simba finds salvation and Hakuna Matata with Pumbaa the warthog and Timon the meerkat. Tackle heinous hyenas in the elephant’s graveyard, avoid the trampling hooves of stampeding wildebeest as you battle through 10 levels to ensure Simba claims his rightful place as The Lion King. • Multiple Game Versions: Play through several different versions of the beloved Aladdin and The Lion King games that have been created over the years, including both console and handheld versions. An all-new “Final Cut” version of Aladdin, developed exclusively for this collection, is also included and features difficulty adjustments, camera refinements, bug fixes, as well as a few additional surprises for fans. • Display Options and Updated Visuals: o 1080P graphics and enhancements for modern HD TVs o Adjustable screen aspect ratios and borders o Custom filter options designed to replicate classic CRT TVs and other popular screen types • In-Game Rewind: Instantly rewind any of the games in real-time in order to retry difficult areas • Interactive Game Viewer: View full game playthroughs, with the ability to skip forward, jump in, and start playing at any point • Save Feature: Quickly save your progress in each of the games and continue your adventure wherever and whenever you want • Museum Features: Take a journey behind-the-scenes and learn more about the creation of these incredible games. Watch video interviews with the original development teams or explore numerous galleries containing hundreds of previously unreleased HD concept images and marketing assets.', 16.49, NULL, NULL, 29.99, 'Aladdin and the Lion-99289.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-02-07 00:52:38', '2024-02-07 00:52:38'),
(3810, 'Pontoon Boat Cover', 'if1Ei0Cto', 4, 'Classic Accessories Stellex Blue Trailerable Pontoon Boat Cover, Fits Pontoon Boats 17\' - 20\' L x 102\" W, Model A, Marine Grade Fabric, Water-Resistant, Trailerable', 153.51, NULL, NULL, 199.67, 'Pontoon Boat Cover-61068.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-07 00:53:41', '2024-02-07 00:53:41'),
(3811, '18K Yellow Gold Fairmined Spira Diamond Hoop Earrings (1/2 ct. tw.)', 'hLu4Ff9iV', 19, 'Style:\r\nBE3FM07-18KY\r\nMetal:\r\n18K Yellow Gold\r\nLength:\r\n3/4 in.\r\nWidth:\r\n1/6 in.\r\nBacking:\r\nLatch Backs\r\nSetting:\r\nBordered Pavé\r\nGEMSTONE DETAILS\r\nType:\r\nDiamond\r\nShapeShape:\r\nRound\r\nNumber:\r\n62\r\nMinimum carat total weightcarat total weight:\r\n0.50\r\nAverage ColorAverage Color:\r\nF/G\r\nAverage ClarityAverage Clarity:\r\nSI1\r\nTreatment:\r\nNone\r\nETHICAL SOURCING\r\nEthically sourced gemstones\r\nFairmined precious metals', 1595.00, NULL, NULL, 1700.99, '18K Yellow Gold Fairmined Spira Diamond Hoop Earrings (1/2 ct. tw.)-83293.jpeg', '18K Yellow Gold Fairmined Spira Diamond Hoop Earrings (1/2 ct. tw.)-32209.jpeg', '18K Yellow Gold Fairmined Spira Diamond Hoop Earrings (1/2 ct. tw.)-15067.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-07 00:56:03', '2024-02-07 00:56:03'),
(3812, 'Oscar De La Renta', 'jVljHFTGV', 4, 'Oscar De La Renta Oscar Oscts17 For Women Eau De Toilette Spray, 1.7 oz.', 28.95, NULL, NULL, 50.00, 'Oscar De La Renta-43348.webp', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-07 00:57:05', '2024-02-07 00:57:05'),
(3813, 'Winter Games', 'FSpjEn2DW', 15, 'Winter Games 2023 for PlayStation 4 on Video Game\r\n\r\nWinter Games 2023 is an exciting sports game in a modern 3D guise. The player can prove his/her athletic abilities in ten dynamic winter sport disciplines, for example ski jumping, biathlon, ski cross, skeleton, or super-G. Set off on the hunt for records, best times and trophies. Besides the individual disciplines there are also ready-to-play cups to choose from in which several disciplines can be played one after the other, and customised competitions you can put together yourself. Play alone against AI or compete in local multiplayer mode against up to three friends in an exciting winter sport duel.', 21.99, NULL, NULL, 29.91, 'Winter Games-52437.jpeg', 'Winter Games-85603.jpeg', 'Winter Games-52177.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-07 00:58:19', '2024-02-07 00:58:19'),
(3814, 'EighteenTek SUV Car Camping Tent', 'XaWb71zXD', 4, 'EighteenTek SUV Car Camping Tent - Pop Up Versatile Shelter Tent, Includes Sunshade sail, Storage Bag and Camping Accessories', 101.48, NULL, NULL, 199.00, 'EighteenTek SUV Car Camping Tent-76060.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-07 01:00:47', '2024-02-07 01:00:47'),
(3815, 'Bosch - 800 Series 3.7 Cu. Ft. Freestanding Electric Induction Industrial Style Range - Stainless Stee', 'olEhxNToT', 13, 'The Bosch 36\" 5 element industrial-style induction range delivers Bosch\'s best in class cooktop power in a commercial-inspired design. Five powerful induction elements cook food quickly and precisely and the All-in-One oven combines your favorite kitchen tools into one appliance. Sear and saute with ease using the center power burner, which has Bosch\'s most powerful element at 5500W. The CombiZone feature allows you to combine two cooking zones into one, for larger pans. Sleek and modern, the edge to edge glass induction surface is also easy to clean. \r\n\r\nSee more...\r\nLarge Oven Capacity\r\nSpacious 3.7 oven cavity size fits large roasts and multiple casserole dishes\r\n\r\nInclined display\r\nAn easy to view tilted display is more ergonomic and heavy duty, industrial-style metal knobs deliver a premium look and feel\r\n\r\nBest in class 5500W element\r\n5 induction zones with Bosch\'s most powerful 5500W element in the center. The CombiZone feature allows you to combine two zones into one larger one, for larger pans.\r\n\r\nConvection Pro\r\nConvection Pro in the oven has a third heating element and a fan to evenly circulate heat and cook food quickly. Get even cooking results on all racks.\r\n\r\nEven baking\r\nGet even, consistent cooking results every time\r\n\r\nExceptional broil coverage\r\nThe All-in-One oven has a broiler element for the ultimate sear, char and crisp for your food\r\n\r\nHeat indicator\r\nResidual heat indicator for the cooktop elements lets you know of the element\'s residual heat for additional safety\r\n\r\nCatalytic self clean\r\nSelf-Cleaning mode makes oven clean-up convenient\r\n\r\nLarge window\r\nLarge transparent oven window lets you easily monitor the cooking progress without opening the door\r\n\r\nBright interior light\r\n1 interior oven light provides visibility into the cavity so you can see your meal\'s cooking progress\r\n\r\nIndustrial chic design\r\nIndustrial-style pedestal feet and knob design make the range a centerpiece in any kitchen style, from contemporary to farmhouse\r\n\r\nAdjustable rack positioning\r\nEasyGlide telescopic rack supports heavy dishes and glides smoothly\r\n\r\nOven Dough Proofing Mode\r\nThe oven includes Dough Proof mode for baking enthusiasts. Proof mode maintains a low temperature to proof yeast doughs for an even and faster rise compared to being left on the countertop.\r\n\r\nTemperature probe\r\nIntegrated temperature probe cooks meat to your desired doneness without any guesswork\r\n\r\nOne year limited manufacturer’s warranty\r\nOne year limited manufacturer\'s warranty\r\n\r\nOptional toe kick accessory\r\nOptional 36\" toe kick accessory available for purchase (HEZ9TK36UC)\r\n\r\nOptional side panel accessory\r\nOptional stainless steel side panel extension kit available for purchase (HEZ9YZ04UC)\r\n\r\nElectric cord is sold separately and is not included.\r\nWhat\'s Included\r\n\r\n800 Series 3.7 Cu. Ft. Freestanding Electric Induction Industrial Style Range\r\n\r\ntemperature probe\r\nManuals & Guides\r\n\r\nInstallation Guide\r\nEnglishOpens a New Window\r\nUse and Care Manual\r\nEnglish', 4199.99, NULL, NULL, 6199.99, 'Bosch - 800 Series 3.7 Cu. Ft. Freestanding Electric Induction Industrial Style Range - Stainless Stee-69293.jpeg', 'Bosch - 800 Series 3.7 Cu. Ft. Freestanding Electric Induction Industrial Style Range - Stainless Stee-26735.jpeg', 'Bosch - 800 Series 3.7 Cu. Ft. Freestanding Electric Induction Industrial Style Range - Stainless Stee-68843.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 01:02:38', '2024-02-07 01:02:38'),
(3816, 'Fruit Cleaner Spinner', 'xdzFUiU7s', 15, '【JOYLOOP】A GAME CHANGER KITCHEN GADGET: JOYLOOP is an innovative unique kitchen tool that makes hands-free fruit cleaning possible, as well as more easier, visible and healthier. JOYLOOP - new fruit cleaning device, features creative spinning vortex wash mode, to scrub every single fruit quickly and thoroughly.\r\n[SAFE & EASY & LABOR-SAVING] Sometimes we are lazy or tired of washing fruits one by one as grape, blueberry..so we may quit to enjoy. With JOYLOOP- this fruits cleaning tool, you just turn the crank, the smooth rotary crank helps you do spinning-washing within just seconds, then you can enjoy the total clean tasty fruits. Moreover, NO electricity required.\r\n[HEALTHY- 720-DEGREE CYCLE CLEAN] Inside JOYLOOP, the soft TPE-tabs and long bristles turn over every single fruit repeatly, so provides a 720-degree srucbbing wash from all directions to do a complete fruit cleaning. The full-sided bristle brush in JOYLOOP safely removes any dust, eggs, soil, wax, stains and reduces agricultural chemicals or harmful residue on the fruits without scratching the fruits.\r\n[MULTI-USES & SUPERIOR PLASTIC] The drain holes under the JOYLOOP make the clean base as colander as well, which means when finish washing fruits and pick up the colander, the self-drain system let dirty water filter automatically. So you can use the upper colander as a large fruit vegetable washing basket separately while the under large bowl as a serving bowl or food storage container.\r\n[LARGE ENOUGH FOR FAMILY] JOYLOOP\'s Dimensions 13.42 inch x 11.42 inch x 8.15 inch. The capacity is large enough to prepare kinds of fruits for your whole family members or friends when festivals or any other entertainments. We provide long-time warranty for mops and mop bucket sets. Please go to JOYMOOP storefront and click \"Ask a question\" if there is any problem during use.', 35.99, NULL, NULL, 79.99, 'Fruit Cleaner Spinner-83856.jpeg', 'Fruit Cleaner Spinner-24644.jpeg', 'Fruit Cleaner Spinner-33197.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-07 01:05:36', '2024-02-07 01:05:36'),
(3817, 'Baguette Diamond Cluster Hoop Earrings (1/4 ct. tw.)', 'Jr0CZiLNh', 11, 'Style:\r\nBE3D0492E-18KY\r\nMetal:\r\n18K Yellow Gold\r\nLength:\r\n3/4 in.\r\nWidth:\r\n1/10 in.\r\nBacking:\r\nLatch Backs\r\nSetting:\r\nProng Set\r\nGEMSTONE DETAILS\r\nType:\r\nDiamond\r\nShapeShape:\r\nBaguette\r\nNumber:\r\n40\r\nMinimum carat total weightcarat total weight:\r\n0.24\r\nAverage ColorAverage Color:\r\nG/H\r\nAverage ClarityAverage Clarity:\r\nSI\r\nTreatment:\r\nNone\r\nETHICAL SOURCING\r\nEthically sourced gemstones\r\nRecycled precious metals', 995.00, NULL, NULL, 104.00, 'Baguette Diamond Cluster Hoop Earrings (1/4 ct. tw.)-13407.jpeg', 'Baguette Diamond Cluster Hoop Earrings (1/4 ct. tw.)-57842.jpeg', 'Baguette Diamond Cluster Hoop Earrings (1/4 ct. tw.)-60911.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-07 01:07:42', '2024-02-07 01:07:42'),
(3818, 'Cordless Portable Power Cleaner', 'Lo87z6paj', 4, 'WORX Hydroshot 20V Power Share 4.0Ah 320 PSI Cordless Portable Power Cleaner w/Cleaning Accessories - WG620.1 (Battery & Charger Included)', 79.99, NULL, NULL, 170.58, 'Cordless Portable Power Cleaner-19271.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-07 01:08:12', '2024-02-07 01:08:12'),
(3819, 'Charging Adapter Cable Kit', '3Nthy229o', 15, '【Safe & Mult Charging】The USB adapters kit contains one type C to type C fast charging cable, which supports 60W high power. It also includes a USB A, a lightning, a micro USB converter adapter. The output current: type C is 3A and light/micro is 2A.\r\n【Convert You Want】You can use female USB A and Type C to the male Micro-USB /Type C/Lightning, on the basis of these adapters, you can convert them you want. The most using is USB C to Lighting Cable, USB to USB C Cable, etc. This adapter kit is suitable for phones, IPADs and other Android and IOS devices.\r\n【Multi-functional and Convenience】It is not just a USB Adapter converter, you can also use it charge your phone, transfer data(480Mbps), store your SIM card, removed your phone SIM card. AND, it is a phone holder. At the same time, it is convenient to carry, just a box with the size of 3.2 x 0.4 inches (8.1 x 1.0 cm).\r\n【High Quality Material】The surface of Type C to Type C cable is thickened by 0.2MM, and TPE material made this adapter cable durable, so it looks high quality. Besides, it had been Bending test for 10,000 times. Adapters are designed to be plugged and unplugged up to 10000 times.\r\n【Package Includes】One 12-inches USB Type-C cable and three USB adapters（USB Type-A, Micro-USB, Lightning), two Nano SIM card slots, one micro SIM card slot(SIM card is not included) and 1 SIM card slot tray eject pin.', 6.99, NULL, NULL, 12.99, 'Charging Adapter Cable Kit-44567.jpeg', 'Charging Adapter Cable Kit-18070.jpeg', 'Charging Adapter Cable Kit-80611.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-07 01:10:15', '2024-02-07 01:10:15'),
(3820, 'Vacuum', 'VgVIYbk85', 4, 'SNOWFOX Premium Vacuum Insulated Stainless Steel Slim Can Cooler -Home Bar Accessories -Elegant Drinkware -Lightweight Double Duty Drinkware -Double Wall - Frosty Beverages Stay Cold -12oz -Gray', 8.00, NULL, NULL, 24.89, 'Vacuum-19079.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-07 01:12:41', '2024-02-07 01:12:41'),
(3821, 'Battery Operated Air Duster for Keyboard Cleaning', 'CgMNPbPjU', 15, '【Stronger wind speed, Stronger suction】 The small keyboard vacuum cleaners has a length of 8.5in, a diameter of 2.7in, and a weight of 0.88lb, but its motor has 120W power and can provide 5.3Kpa cyclone suction, can capable of 40000 rpm.\r\n【Reliable lithium battery technology & long battery life】The electric air duster has 2 built-in 2000 mAh lithium batteries (4000mAh), passes 500 charge cycles tests, could provides 25 minutes extra long working time, and only needs 2.5 hours to be fully charged each time.(Please use after fully charging the battery)\r\n【Multiple accessories for different occasions】 The accessories of this Meudeen keyboard cleaner have at least 5 combinations that can be used as keyboard cleaner and car interior cleaners. It not only can solve the debris in hard-to-reach places but also can work on crevices or camera lenses.(The blow nozzle and the flexible hose are packed together, please don\'t miss it when you open the package.)\r\n【New 3 in 1 multifunction】It is not only just a mini vacuum but also an electric air duster and keyboard cleaner. One end of the machine is connected to the nozzle for vacuuming, and connected to the vacuum slot, which turns into a hand pump for travel, and your vacuum storage bags are air-tight vacuum-packed. while the other end is connected to the nozzle for blowing dust. The nice price and multiple combinations make this keyboard duster become a perfect gift for your family members or friends.\r\n【SAVE MONEY & ECO-FRIENDLY】 Meudeen electric air duster allows more than at least 1000 times of use, unlike traditional keyboard dust cleaning gel or other one time compressed air use products, there’s no cold injury or vapors wet your electronics. The new keyboard vacuum cleaner has an upgraded waste bin with more waste storage and a closed mouth design, cordless design allows you can take it to blow or vacuum dust at any angle. This is a wise onetime investment and can save your money in the long run.', 22.49, NULL, NULL, 29.99, 'Battery Operated Air Duster for Keyboard Cleaning-97856.jpeg', 'Battery Operated Air Duster for Keyboard Cleaning-32946.jpeg', 'Battery Operated Air Duster for Keyboard Cleaning-16373.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-07 01:14:40', '2024-02-07 01:14:40'),
(3822, 'Oil Sprayer for Cooking', 'Y6wSMjhid', 15, 'Advanced Oil Control Technology: The advanced nozzle design makes the amount of spraying on this oil sprayer more precise, achieving the perfect combination of uniform coverage and oil control, and making your dishes healthier and more delicious. The amount of oil is produced, approximately equal to 7.2 calories by one squeeze of the olive oil spray bottle.\r\nModern Kitchen Gadgets: The choice for modern kitchens, easy to use, light and durable, and convenient for barbecues and picnics. ergonomically designed of cooking oil spray bottle provides the chef with a comfortable grip, suitable for portion-controlled cooking.\r\nFood-Grade Material Olive Oil Spray Bottle: This oil mister is made of high-quality food-grade glass, which is durable, easy to fill and reuse. In addition, safe to use around heat sources. Creating a steady mist with every squeeze to accomplish precise oil control. Reduce your carbon footprint with this eco-friendly green product.\r\nMultipurpose Oil Spray Bottle for Cooking: Widely used in frying, grilling, baking, air fryer, and salad, suitable for all kinds of edible oils, such as olive oil, avocado oil, soy sauce, cooking wine, water, etc. The precise oil control feature of the oil spritzer makes it easier to follow calorie-controlled recipes.\r\nNote: For a better oil control life, please squeeze the handle firmly to the end at every time, so that you will get the most perfect oil control effect and fan-shaped oil mist. Healthy life begins with oil control.', 17.99, NULL, NULL, 24.99, 'Oil Sprayer for Cooking-14005.jpeg', 'Oil Sprayer for Cooking-72845.jpeg', 'Oil Sprayer for Cooking-73146.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-07 01:18:47', '2024-02-07 01:18:47'),
(3823, '1.50 Carat Emerald Diamond', 'nqGHu4QJl', 11, 'Gemstone:Natural, untreated diamond\r\nCaratCarat Weight:1.50\r\nshapeShape:Emerald\r\ncutCut:Super Ideal\r\ncolorColor:E\r\nclarityClarity:VVS1\r\nStock Number:7458906AB\r\nOrigin:Canada\r\npricePrice:$12,770\r\nbank wireBank Wire Price:$12,580\r\nmeasurementsMeasurements:7.50mm x 5.45mm x 3.68mm\r\ntableTable:67.0%\r\ndepthDepth:67.6%\r\nsymmetrySymmetry:Excellent\r\npolishPolish: Excellent\r\ngirdleGirdle: Slightly Thick - Thick\r\nculetCulet: None\r\nfluorescenceFluorescence:None\r\nratioLength-To-Width Ratio:1.38', 12770.00, NULL, NULL, 12899.05, '1.50 Carat Emerald Diamond-52022.jpeg', '1.50 Carat Emerald Diamond-80635.jpeg', '1.50 Carat Emerald Diamond-71727.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-07 01:18:55', '2024-02-07 01:18:55'),
(3824, 'Children\'s Tricycle', 'kA9qNddwL', 15, 'Children\'s Tricycle', 100.00, NULL, NULL, 120.00, 'Children\'s Tricycle-35247.jpeg', 'Children\'s Tricycle-22161.jpeg', 'Children\'s Tricycle-80987.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-07 01:21:31', '2024-02-07 01:21:31'),
(3825, '4 Pack Magnetic Spice Storage Rack Organizer for Refrigerator and Oven, Black Fridge Organizers and Storage', 'JOWzLnDLG', 15, 'Rustproof Material\r\nReally strong and heavy duty magnet\r\nSpace saver on the side of our refrigerator for our small kitchen with limited space\r\nReally easy to access spices\r\nEasy to adjust and move\r\nGood gifts for our friends', 22.99, NULL, NULL, 25.99, '4 Pack Magnetic Spice Storage Rack Organizer for Refrigerator and Oven, Black Fridge Organizers and Storage-32720.jpeg', '4 Pack Magnetic Spice Storage Rack Organizer for Refrigerator and Oven, Black Fridge Organizers and Storage-92525.jpeg', '4 Pack Magnetic Spice Storage Rack Organizer for Refrigerator and Oven, Black Fridge Organizers and Storage-55220.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-07 01:23:51', '2024-02-07 01:23:51'),
(3826, 'Kitchen Cabinets', 'D7WTEvlWc', 4, 'SIMPLIHOME Artisan Solid Pine Wood 54 inch Contemporary Sideboard Buffet Credenza in Russet Brown features 2 Doors, 6 Drawers and 2 Cabinets with Large storage spaces', 398.00, NULL, NULL, 549.00, 'Kitchen Cabinets-63216.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 01:25:17', '2024-02-07 01:25:17'),
(3827, 'Riviera Eternity Diamond Ring', 'MrBLEEjX6', 11, 'Style:\r\nBE2DMS200E-18KW\r\nMetal:\r\n18K White Gold\r\nAverage width:\r\n3.0 mm\r\nRhodium Plated:\r\nYes\r\nRING DESCRIPTION\r\nFloating shared prong diamonds shimmer all the way around this delicate eternity style wedding band for a spectacular look.\r\nGEMSTONE DETAILS\r\nType:\r\nDiamond\r\nshapeShape: Round\r\nNumberNumber:18-22\r\nTotal carat weight range: 2.02-2.46\r\nSetting:Shared Prong\r\nAverage ColorAverage Color: F/G\r\nAverage Clarity', 3390.00, NULL, NULL, 3450.99, 'Riviera Eternity Diamond Ring-66629.jpeg', 'Riviera Eternity Diamond Ring-82109.jpeg', 'Riviera Eternity Diamond Ring-85749.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-07 01:25:49', '2024-02-07 01:25:49'),
(3828, 'Ebaby Baby Bathtub Padded Changing Pad Pastel Color', 'uuwTT0thi', 15, 'Ebaby shares with you the great experience of being parents, it is for this reason that it cares about the comfort and safety of your baby, as well as your peace of mind, therefore, we bring you the new Natiel changing bathtub with a fun design that at the same time smallest in the house will fascinate you. Our changing bathtub is specially made for the bath time of the proud one of the house, which will easily support the weight of your baby and is super comfortable. It also has a comfortable removable changing table, which will be very useful when dressing the baby. baby Favorites', 200.00, NULL, NULL, 218.00, 'Ebaby Baby Bathtub Padded Changing Pad Pastel Color-31263.jpeg', 'Ebaby Baby Bathtub Padded Changing Pad Pastel Color-29540.jpeg', 'Ebaby Baby Bathtub Padded Changing Pad Pastel Color-89220.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-07 01:29:13', '2024-02-07 01:29:13'),
(3829, 'Bai Antioxidant Infused Flavored Water', '6SZKrTkB1', 16, '12-Pack 18-Oz Bai Antioxidant Infused Flavored Water: Blueberry, Watermelon Coconut, & More', 11.40, NULL, NULL, 18.03, 'Bai Antioxidant Infused Flavored Water-81513.jpeg', 'Bai Antioxidant Infused Flavored Water-38875.jpeg', 'Bai Antioxidant Infused Flavored Water-77310.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-07 01:29:13', '2024-02-07 01:29:13'),
(3830, 'HEPA Filtration System', 'z3zEMptQM', 4, 'Kenmore PM2010 Air Purifiers with H13 True HEPA Filter, Covers Up to 1200 Sq.Foot, 24db SilentClean 3-Stage HEPA Filtration System, 5 Speeds for Home Large Room, Kitchens & Bedroom', 89.00, NULL, NULL, 119.00, 'HEPA Filtration System-50707.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 01:37:55', '2024-02-07 01:37:55'),
(3831, '14K White Gold Black Diamond Tennis Necklace (4 ct. tw.)', 'BuAviegY1', 11, 'NECKLACE INFORMATION\r\nStyle:\r\nBE4DBTN40-14KW\r\nMetal:\r\n14K White Gold\r\nLength:\r\n20 in.\r\nWidth:\r\n1/15 in.\r\nSetting:\r\nProng Set\r\nNACKLACES DESCRIPTION\r\nTrendy and edgy, this black diamond tennis necklace updates a classic silhouette with a fresh new feel.\r\n\r\nCHAIN DETAILS\r\nType:\r\nLink Chain\r\nClasp:\r\nBox Clasp\r\nChain Length:\r\n20 in.\r\nGEMSTONE DETAILS\r\nType:\r\nBlack Diamond\r\nShapeShape:\r\nRound\r\nNumber:\r\n228\r\nMinimum carat total weightcarat total weight:\r\n3.95\r\nAverage ColorAverage Color:\r\nBlack\r\nAverage ClarityAverage Clarity:\r\nEye Clean\r\nTreatment:\r\nView\r\nETHICAL SOURCING\r\nEthically sourced gemstones', 4495.00, NULL, NULL, 4720.00, '14K White Gold Black Diamond Tennis Necklace (4 ct. tw.)-18469.jpeg', '14K White Gold Black Diamond Tennis Necklace (4 ct. tw.)-47411.jpeg', '14K White Gold Black Diamond Tennis Necklace (4 ct. tw.)-96618.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-07 01:39:24', '2024-02-07 01:39:24'),
(3832, '4C Peach Tea Drink', '2pAYrBqzM', 16, '87.9-Oz 4C Peach Tea Drink Mix (Makes 35-Quarts)', 5.88, NULL, NULL, 7.99, '4C Peach Tea Drink-17479.jpeg', '4C Peach Tea Drink-37572.jpeg', '4C Peach Tea Drink-37195.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-07 01:43:14', '2024-02-07 01:43:14'),
(3833, 'Ettore 63210 ProGrip Window Washer Replacement Sleeve, 10-Inch', 'UO33apP21', 4, 'Ettore 63210 ProGrip Window Washer Replacement Sleeve, 10-Inch', 5.00, NULL, NULL, 15.00, 'Ettore 63210 ProGrip Window Washer Replacement Sleeve, 10-Inch-65684.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-02-07 01:44:43', '2024-02-07 01:44:43'),
(3834, 'Nutramigen Premium With Lgg In 357g Can - 0 To 12 Months', 'gSSj25hU4', 15, 'We selling both in package price at 55 usd negotiable (normal price 66 usd both) in-person pickup and payment upon delivery. Cash or transfer Pichincha or produbanco. I DO NOT SHIP. Nutramigen 1 PRO are extensively hydrolyzed (FEH) casein formulas. They contain LGG, a unique probiotic They are used as nutritional treatment in infants and children with allergies to cow\'s milk protein', 50.00, NULL, NULL, 55.00, 'Nutramigen Premium With Lgg In 357g Can - 0 To 12 Months-18935.jpeg', 'Nutramigen Premium With Lgg In 357g Can - 0 To 12 Months-33564.jpeg', 'Nutramigen Premium With Lgg In 357g Can - 0 To 12 Months-86828.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-07 01:47:06', '2024-02-07 01:47:06'),
(3835, 'Heinz Mild Mustard', 'ACKXmH5b0', 16, '200-Count 0.2-Oz Heinz Mild Mustard Single Serve Packets', 3.73, NULL, NULL, 7.03, 'Heinz Mild Mustard-65046.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-02-07 01:47:40', '2024-02-07 01:47:40'),
(3836, 'Homme Engravable Tag Pendant', 'tHjtB7w0O', 11, 'This rectangular 24-inch tag necklace with sleek beveled edges offers the chance to elevate your look with a personalized engraving on the front, backside, or both. \r\n\r\nHomme, our unique men\'s line, is a signature design collection united by handsome bevels that modernize traditional masculine silhouettes with sleek, high polish edges.\r\n\r\nStyle:\r\nBE455000-14KY\r\nMetal:\r\n14K Yellow Gold\r\nLength:\r\n1 1/5 in.\r\nWidth:\r\n3/4 in.', 2250.00, NULL, NULL, 2430.99, 'Homme Engravable Tag Pendant-25982.jpeg', 'Homme Engravable Tag Pendant-25657.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 01:49:03', '2024-02-07 01:49:03'),
(3837, 'Drip Coffee MakeR', 'HGEHSkuGX', 4, 'Caf&eacute; Specialty Drip Coffee Maker | 10-Cup Insulated Thermal Carafe | WiFi Enabled Voice-to-Brew Technology | Smart Home Kitchen Essentials | SCA Certified, Barista-Quality Brew | Matte Black\r\n$202.80', 202.80, NULL, NULL, 299.00, 'Drip Coffee MakeR-48054.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 01:52:38', '2024-02-07 01:52:38'),
(3838, 'Dole Fruit Bowls Snacks', 'orA4AmWmP', 16, '24-Cup 4-Oz Dole Fruit Bowls Snacks (Cherry Mixed Fruit, Apple & Creme Parfait)', 8.99, NULL, NULL, 12.96, 'Dole Fruit Bowls Snacks-40070.jpeg', 'Dole Fruit Bowls Snacks-90464.jpeg', 'Dole Fruit Bowls Snacks-89898.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-07 01:58:16', '2024-02-07 01:58:16'),
(3839, 'iRobot Braava Jet M6', 'CJmvRvhMm', 4, 'iRobot Braava Jet M6 (6110) Ultimate Robot Mop- Wi-Fi Connected, Precision Jet Spray, Smart Mapping, Works with Google Home, Ideal for Multiple Rooms, Recharges and Resumes', 250.00, NULL, NULL, 500.09, 'iRobot Braava Jet M6-30963.webp', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 01:58:18', '2024-02-07 01:58:18'),
(3840, 'Graco Pack And Play Playpen', 'eWYHr9n9d', 15, 'Graco Pack And Play Playpen', 390.00, NULL, NULL, 420.00, 'Graco Pack And Play Playpen-24177.jpeg', 'Graco Pack And Play Playpen-61533.jpeg', 'Graco Pack And Play Playpen-12075.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-07 02:02:39', '2024-02-07 02:02:39'),
(3841, 'Nutri-Grain Soft Baked Breakfast Bars', 'rUkqICpl3', 16, '48-Count 1.3-Oz Nutri-Grain Soft Baked Breakfast Bars (Apple Cinnamon)', 9.51, NULL, NULL, 21.57, 'Nutri-Grain Soft Baked Breakfast Bars-25176.jpeg', 'Nutri-Grain Soft Baked Breakfast Bars-11454.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-07 02:06:26', '2024-02-07 02:06:26'),
(3842, 'Franklin Sports Baseball', 'WRK7bLMJW', 4, 'Franklin Sports Baseball + Softball Glove - Field Master Baseball + Softball Mitt - Adult + Youth Glove - Men\'s + Women\'s Baseball + Softball Gloves - Left Hand Throw - 13\" - Camel Brown', 20.00, NULL, NULL, 34.99, 'Franklin Sports Baseball-63267.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-07 02:09:00', '2024-02-07 02:09:00'),
(3843, 'Jumping Game for Babies', 'tR8tqbiPo', 15, '360 swivel seat Height is adjustable in levels. Interactive games with lights, sound and music that will help the baby stimulate his imagination and compensate for your jumps. Mobile at the top come with hanging stuffed animals, which stimulate jumping. Padded seat and has a strap safety to give the baby comfort and security. Foldable base and compact it very easily to save space. Each jump of the baby will be compensated with sound, music and lights. Washable and removable cover. Bright colors that will help stimulate vision', 70.00, NULL, NULL, 100.00, 'Jumping Game for Babies-72455.jpeg', 'Jumping Game for Babies-38918.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-07 02:11:43', '2024-02-07 02:11:43'),
(3844, 'Starhawk', 'JOCJ1Q0x9', 16, 'Starhawk for PS3\r\n\r\nMODEL: 711719818120', 4.99, NULL, NULL, 39.99, 'Starhawk-26874.jpeg', 'Starhawk-93656.jpeg', 'Starhawk-20047.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-07 02:13:33', '2024-02-07 02:13:33'),
(3845, 'Beach Volleyball', 'pshSxuXeC', 4, 'Franklin Sports Kerri Walsh Official Beach Volleyball - USA Colors Beach Volleyball - Official Size + Weight - Authentic Match Volleyball - Pump + Needle', 30.00, NULL, NULL, 53.00, 'Beach Volleyball-88368.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-07 02:17:24', '2024-02-07 02:17:24'),
(3846, 'The Show for PSP', 'Lr2EcOlwd', 16, 'MLB 09: The Show for PSP\r\n\r\nMODEL: 711719873020', 4.99, NULL, NULL, 29.99, 'The Show for PSP-62789.jpeg', 'The Show for PSP-86120.jpeg', 'The Show for PSP-12957.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-07 02:18:23', '2024-02-07 02:18:23'),
(3847, 'Dragon Age Inquisition', 'jFnO46vMA', 16, 'Dragon Age Inquisition for Xbox 360\r\n\r\nMODEL: 014633729368', 4.99, NULL, NULL, 19.99, 'Dragon Age Inquisition-77009.jpeg', 'Dragon Age Inquisition-92775.jpeg', 'Dragon Age Inquisition-11700.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-07 02:22:32', '2024-02-07 02:22:32'),
(3848, 'Juego Muebles Patio Tejidos Ratán Sintético Varios Modelos', 'mfPAkdI1r', 15, '03:19 Q Search in Mercado Libre Enter your location > DESCRIPTION ARIA HOME STORE We are a LEADING MARKET We have everything in outdoor furniture and accessories: patio, garden, pergola FROM $209.99...Depends on Model Price includes VAT Woven Synthetic Rattan Furniture Sets Resistant iron structure Lined with woven synthetic rattan Tables with tempered glass From 2 seats plus table Includes Cushions Available colors: Brown, black, lead depends on the model', 195.00, NULL, NULL, 209.00, 'Juego Muebles Patio Tejidos Ratán Sintético Varios Modelos-45726.jpeg', 'Juego Muebles Patio Tejidos Ratán Sintético Varios Modelos-70943.jpeg', 'Juego Muebles Patio Tejidos Ratán Sintético Varios Modelos-36915.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-07 02:23:44', '2024-02-07 02:23:44'),
(3849, 'Schwinn Fitness 290 Recumbent Bike, Black', '657raL4XV', 4, 'Schwinn Fitness 290 Recumbent Bike, Black', 600.00, NULL, NULL, 1003.00, 'Schwinn Fitness 290 Recumbent Bike, Black-65366.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-07 02:25:46', '2024-02-07 02:25:46'),
(3850, 'Jumanji', 'BZSCnSyEt', 16, 'Jumanji: The Video Game - Xbox One [Digital]', 17.99, NULL, NULL, 23.46, 'Jumanji-75747.jpeg', 'Jumanji-12222.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-02-07 02:26:43', '2024-02-07 02:26:43'),
(3851, 'Marvo CH-106 ergonomic black and blue gamer desk chair with synthetic leather upholstery', 'DizAzAoFs', 15, 'What you need to know about this product Comfortable and durable. 90°x180 backrest tilt range Comfortable armrests. Adjustable lumbar support. It has a headrest. With wheels. Rotating. Maximum supported weight: 150kq. Seat measurements: 53 cm wide, 44 cm minimum height from the floor. 54 cm maximum height from the ground and 50 cm depth. Backrest measurements: 57 cm wide and 85 cm high. The chair reaches a minimum height of 125 cm and a maximum of 135 cm. Marvo CH-106 Features', 185.00, NULL, NULL, 195.00, 'Marvo CH-106 ergonomic black and blue gamer desk chair with synthetic leather upholstery-44815.jpeg', 'Marvo CH-106 ergonomic black and blue gamer desk chair with synthetic leather upholstery-97837.jpeg', 'Marvo CH-106 ergonomic black and blue gamer desk chair with synthetic leather upholstery-91439.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-07 02:29:53', '2024-02-07 02:29:53'),
(3852, 'Medal Of Honor Warfighter', '84QW2thqa', 16, 'Medal Of Honor Warfighter for Xbox 360\r\n\r\nMODEL: 014633197167', 4.99, NULL, NULL, 19.99, 'Medal Of Honor Warfighter-40672.jpeg', 'Medal Of Honor Warfighter-73062.jpeg', 'Medal Of Honor Warfighter-10283.jpeg', 'Video games', 4.5, NULL, 1, '2024-02-07 02:31:00', '2024-02-07 02:31:00'),
(3853, 'Schwinn Fitness 190 Upright Bike, Black', 'XYctSc9a8', 4, 'Schwinn Fitness 190 Upright Bike, Black', 500.00, NULL, NULL, 920.00, 'Schwinn Fitness 190 Upright Bike, Black-74658.jpeg', NULL, NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-02-07 02:31:26', '2024-02-07 02:31:26'),
(3854, 'Outdoor Dining Room 6 Seats', 'Wi4Rxuwx0', 15, 'Model: X8034T7 Material: Steel frame with coating black powder Includes: 1 Table 6 Chairs Dimensions (cm): Table: 180 (Length) x 102 (Height) x 72 (Width) 54.9 (Width) x 94 (Height)', 600.00, NULL, NULL, 649.00, 'Outdoor Dining Room 6 Seats-31813.jpeg', 'Outdoor Dining Room 6 Seats-75716.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-07 02:35:21', '2024-02-07 02:35:21'),
(3855, 'Adult Electric Hybrid Bike', 'XAUuFrBkP', 4, 'Schwinn Coston CE Adult Electric Hybrid Bike, Large/X-Large Step-Thru Frame, 7-Speed, 27.5 Inch Wheels, 19-Inch Aluminum Frame, Gloss Charcoal', 719.00, NULL, NULL, 1000.00, 'Adult Electric Hybrid Bike-23216.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-07 02:35:35', '2024-02-07 02:35:35'),
(3856, 'Barbie(tm): The World Tour', '1nmXD0uFc', 11, 'For the press tour following the record-breaking release of Greta Gerwig\'s award-winning, acclaimed Barbie movie, producer and star Margot Robbie and her stylist Andrew Mukamal immersed themselves in some of Barbie\'s most iconic outfits and curated vintage pieces, then approached designers, from Giorgio Armani to Donatella Versace, to create looks inspired by the doll-size originals. Many of these looks were not seen as the official Barbie press tour was cut short--so Margot and Andrew worked with renowned fashion photographer Craig McDean to shoot her in the looks exactly as they were curated: Schiaparelli in Los Angeles, Vivienne Westwood in London, vintage Chanel with matching Streamline luggage at the airport, and beyond.\r\nAccompanying McDean\'s sumptuous photography are original Barbie dolls from the period, a treasure trove of rare materials from Mattel\'s Barbie fashion archives, and the designers\' sketches and Polaroids from fittings, layered into evocative collage by art director Fabien Baron. With text by Margot Robbie and Andrew Mukamal, as well as handwritten contributions from the designers behind the looks (from Olivier Rousteing and Michelle Ochs to Manolo Blahnik and Jeremy Scott), this unique book blends the serious chic of high fashion with the serious fun of Barbie world--the dolls, the history, and the style that have captured imaginations for 65 years.', 40.88, NULL, NULL, 55.00, 'Barbie(tm): The World Tour-91354.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-07 02:38:07', '2024-02-07 02:38:07'),
(3857, '3-Lb Isopure Whey Isolate Protein Powder (Creamy Vanilla)', 'Ea0I80Wkw', 2, '3-Lb Isopure Whey Isolate Protein Powder (Creamy Vanilla)', 39.80, NULL, NULL, 75.99, '3-Lb Isopure Whey Isolate Protein Powder (Creamy Vanilla)-58656.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-07 02:40:53', '2024-02-07 02:40:53'),
(3858, 'Rose Flower Sex Toy', 'tGEM5SLvh', 16, 'Beauty, innovation, and sexual euphoria embodied by a single, elegantly crafted rose flower sex toy: Maia.  This stunning, 100% waterproof mid-size air pulse vibrator with 10 exhilarating air frequencies checks off all the boxes. Lovely and alluring to the eye, Maia is the queen of aesthetics. The rose flower sex toy represents the sacred symbolism between flowers and the female vulva, a bright and powerful red that is an emblem of romanticism, love, beauty, and inner courage. With this rose flower vibrator held in your hands, you will feel this empowering energy rush through your blood as it pulses towards your vulva, embracing the respect and spirituality of your sexuality that you are oh-so deserving of.', 70.99, NULL, NULL, 90.98, 'Rose Flower Sex Toy-61504.jpeg', 'Rose Flower Sex Toy-59809.jpeg', 'Rose Flower Sex Toy-98815.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-07 02:42:32', '2024-02-07 02:42:32'),
(3859, 'Hall Table', 'm6EFwvv5s', 15, 'WE SELL EXACTLY WHAT YOU SEE, AT THE PRICE YOU SEE AND THE EXACT MEASUREMENTS PUBLISHED Does not include mirrors Ready-to-assemble product, includes everything necessary and a highly illustrated and easy-to-understand manual for successful assembly. We deliver nationwide for an additional cost that depends on the sector. If you prefer, you can pick up the product by our workshop located in Llano Grande north of Quito. You can see the exact measurements of the product in the publication. What you see is what you buy and to the exact measurements', 150.00, NULL, NULL, 170.00, 'Hall Table-10174.jpeg', 'Hall Table-75472.jpeg', 'Hall Table-83585.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-07 02:43:56', '2024-02-07 02:43:56'),
(3860, 'The Rebels', '9lWfnvkmv', 11, 'The Rebels: Elizabeth Warren, Bernie Sanders, Alexandria Ocasio-Cortez, and the Struggle for a New American Politics is a captivating book that explores the political journeys of these influential figures. It delves into their progressive ideas, their fight for social and economic justice, and their impact on shaping the future of American politics. It\'s an insightful read for anyone interested in understanding the dynamics of contemporary political movements.', 23.95, NULL, NULL, 30.00, 'The Rebels-86401.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-07 02:46:07', '2024-02-07 02:46:07'),
(3861, 'LELO', 'JRj0SFyHQ', 16, 'ENIGMA™ Cruise is the next-generation dual stimulation sonic massager that uses sonic waves to stimulate the entire clitoris, along with powerful vibrations for G-spot massage. The premium silicone absorbs the sonic waves and transmits them to your clitoris for a deeper but gentler sensation, while the inner part vibrates in sync to stimulate your G-spot.', 100.99, NULL, NULL, 219.00, 'LELO-59942.jpeg', 'LELO-60218.jpeg', 'LELO-24820.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-07 02:47:20', '2024-02-07 02:47:20'),
(3862, '2-Count 0.07-Oz Abreva Docosanol 10% Cream Cold Sore Treatment', 'yJ08tOtF0', 2, '2-Count 0.07-Oz Abreva Docosanol 10% Cream Cold Sore Treatment', 16.09, NULL, NULL, 26.81, '2-Count 0.07-Oz Abreva Docosanol 10% Cream Cold Sore Treatment-24232.jpeg', '2-Count 0.07-Oz Abreva Docosanol 10% Cream Cold Sore Treatment-53452.jpeg', NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-07 02:47:32', '2024-02-07 02:47:32'),
(3863, 'Three Ringling Circus', 'cavRdJqVS', 11, 'Sarasota would not be what it is today without the influence of the Ringling family, particularly John and Mable Ringling and John\'s brother Charles. Unlike some other entertainers of the era, the Ringling family saw their enterprise as a business and as a way of entertaining the masses through good, clean fun. Three Ringling Circus will focus on the history of this family and will bring to life (and light) their past and present impact on Sarasota\'s unique artistic, historical and cultural scene, a rarity in Florida, where much of the economy is driven by tourism and the retirement industry.', 20.38, NULL, NULL, 24.95, 'Three Ringling Circus-97870.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-07 02:50:15', '2024-02-07 02:50:15'),
(3864, 'TytoCare TytoHome Remote Exam Kit', 'rw6ItqP3N', 2, 'This is a great tool used by my local urgent cares.it\'s a great tool to have in the house if you happened to have a doctor who would allow you to take a picture of a kids ear or throat instead of going to urgent care.', 100.00, NULL, NULL, 300.00, 'TytoCare TytoHome Remote Exam Kit-20203.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-07 03:02:13', '2024-02-07 03:02:13');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3865, '20 Speed Waterproof Wand Vibrator Women Sex Toy And Silicone Butt Plugs', '6DIXokWfG', 16, 'Item - 1: - Pink silicone butt plug, anal pleasure, swarovski, mature anal bead, butt plug, jeweled anal jewelry, intimate jewel all sizes - Silicone butt plug, black silicone sex toy anal jeweled butt plug anal jewelry, anal bead  Item - 2: - Rechargeable 20 Speed Waterproof Mini Av Wand Vibrator Women Sex Toy Wand Massage Clitoris Dildo Vibrator - The massager is equipped with a patented AI smart chip, even if the battery power is reducing, you can keep the vibration intensity all the time. It has 5 distinct speeds and 20 Different Magic modes, you can use different modes and speeds alternately to massage your neck, arms, feet, shoulders, back and other parts of your body; Get it to find your favor.', 18.99, NULL, NULL, 28.99, '20 Speed Waterproof Wand Vibrator Women Sex Toy And Silicone Butt Plugs-14089.jpeg', '20 Speed Waterproof Wand Vibrator Women Sex Toy And Silicone Butt Plugs-74935.jpeg', '20 Speed Waterproof Wand Vibrator Women Sex Toy And Silicone Butt Plugs-45570.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-07 03:05:28', '2024-02-07 03:05:28'),
(3866, 'Delta Elegant Reclining Barber Chair', '1irXWt88x', 15, 'Delta Elegant Reclining Barber Chair RECLINING armchair, robust, essence of simplicity and functionality. Ergonomic, pneumatic height adjustment system, 180° rotation, brake. Semi -rigid polyurethane seat and backrest upholstered in PU. CHROME METAL armrests + PVC, METAL leg rests. 580mm ROUND chrome metal base', 200.00, NULL, NULL, 270.00, 'Delta Elegant Reclining Barber Chair-69714.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-07 03:08:24', '2024-02-23 01:34:23'),
(3867, 'Ohio Curiosities', 'a0sjbdeSI', 11, 'This laugh-out-loud guide will introduce readers to the offbeat people, places, and events of the Buckeye State.\r\nFormat:	Paperback\r\nLanguage:	English\r\nISBN:	0762743441\r\nISBN13:	9780762743445\r\nRelease Date:	January 2007\r\nPublisher:	Globe Pequot Press\r\nLength:	324 Pages\r\nWeight:	1.05 lbs.\r\nDimensions:	0.8\" x 6.2\" x 8.7\"', 6.69, NULL, NULL, 14.95, 'Ohio Curiosities-37578.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-07 03:08:42', '2024-02-07 03:08:42'),
(3868, 'Rabbit Vibrator, Rabbit Sex Toy', '9OcFGVWDM', 16, 'A rabbit vibrator is the true paragon of women\'s pleasure, a testament to the beauty and blissful happiness that arises from fulfilling every aspect of sensuality. Agrippina is guaranteed to provide to you sensations never before discovered, the gorgeous, luxurious, and waterproof rabbit vibrator synonymous with the epitome of self-love and the empowerment of pleasure.', 106.98, NULL, NULL, 116.08, 'Rabbit Vibrator, Rabbit Sex Toy-88896.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-07 03:09:25', '2024-02-07 03:09:25'),
(3869, NULL, 'b7vp5HAKI', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '2024-02-07 03:11:46', '2024-02-07 03:11:46'),
(3870, 'Bio-Oil Skincare', 'YDs2zHyOk', 2, 'Bio-Oil Skincare Body Oil, Vitamin E Serum for Scars & Stretchmarks, Dermatologist Recommended, All Skin', 23.00, NULL, NULL, 44.18, 'Bio-Oil Skincare-36321.jpeg', 'Bio-Oil Skincare-54013.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 03:12:26', '2024-02-07 03:12:26'),
(3871, 'Chaiamo Vibrator', 'XI7BiMWM9', 16, 'A highly powerful 10 setting handheld vibrator with a tapered tip and 5 inches of insertable length. For your Divine Pleasure A beautifully elegant vibrator crafted to deliver astonishing orgasms, time and time again, even to those that lack sensitivity. With 10 highly powerful settings and 3 hours of playtime you’ll struggle to put it down. Its platinum grade velvet touch silicone covers the tapered tip for external stimulation to target all your pleasure zones, with the addition of 5 inches of insertable length. Press its single button to change speeds with comfort and ease to find your favourite vibration.', 51.99, NULL, NULL, 54.99, 'Chaiamo Vibrator-80265.jpeg', 'Chaiamo Vibrator-49004.jpeg', 'Chaiamo Vibrator-38784.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-07 03:13:57', '2024-02-07 03:13:57'),
(3872, 'Texas Instruments Ti-84 Plus Casio Graphing Calculator', 'gDO0mTJ2K', 15, 'Welcome to Gaming EC! FOR YOUR SAFETY WE ARE MERCADOLIDER GOLD WITH 100% POSITIVE RATINGS AND GOOD COMMENTS! CHECK OUR PROFILE! 100 % SECURE PURCHASE! Preloaded with software, including Cabri Jr interactive geometry software Up to ten graphing functions defined, saved , graphed and analyzed at the same time. Advanced features accessed through dropdown menus. Horizontal and vertical split screen options . Vibrant backlit color screen I/O port for communication with other products of you. Seven different chart styles differentiate the appearance of each drawn graph', 30.00, NULL, NULL, 149.00, 'Texas Instruments Ti-84 Plus Casio Graphing Calculator-63003.jpeg', 'Texas Instruments Ti-84 Plus Casio Graphing Calculator-87434.jpeg', 'Texas Instruments Ti-84 Plus Casio Graphing Calculator-96064.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 03:14:23', '2024-02-07 03:14:23'),
(3873, 'The Original Toilet Night Light', 'C2hSL3DZJ', 16, 'Improve Your Sleep – Don’t you hate it when you turn the toilet light on and it blinds you? Never get woken up by a bright toilet light again. ToiLight activates automatically when you approach the toilet bowl, illuminating it in a pleasant way that soothes you. And it lights up only when it\'s dark. Great for people who wake up to pee multiple times per night.\r\nMake The Trip To The Toilet Easier For Those You Love – ToiLight will make sure there\'s always light in the toilet even during midnight visits. Very useful for the elderly. Ideal gift for grown ups too.\r\nKids Love It Too – Light up your toilet seat and make potty training fun. Your family will love it too and your friends will be impressed. ToiLight is a great gift idea. Each comes with 8 colors to choose from: Blue, Red, Pink, Green, Baby Blue, Purple, Yellow, White, and Colour Rotation (Rainbow mode). Great way to play a joke on your friends.\r\nFits Any Bowl In Seconds – ToiLight is incredibly easy to install. It uses a flexible arm which takes the shape of any toilet bowl and stays in place. No useless suction cups. It stays on the bowl, below the seat, and it works no matter whether the toilet seat is raised or not.\r\nToiLight is a small company started by friends. We go the extra mile for every customer. We always deliver quality products and exceptional customer service.', 12.99, NULL, NULL, 21.99, 'The Original Toilet Night Light-83302.jpeg', 'The Original Toilet Night Light-42902.jpeg', 'The Original Toilet Night Light-18815.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-07 03:21:32', '2024-02-07 03:21:32'),
(3874, 'Laney 300w amplifier', '8CVKq0SpY', 15, '04:18 l LTE Product characteristics General characteristics Laney Brand Audiohub Line Model AH300 110V Voltage Specifications Amplifier type Multi instrument amplifier Amplifier technology Transistor Types of feeding Electric current Guitar, piano, bass Recommended instruments with reverb Number of channels Output power (RMS) 300W Weight and measurements 25 kg Weight Width x Depth x Height 22 cm x 19 cm x 24 cm Favorites My shopping', 600.00, NULL, NULL, 680.00, 'Laney 300w amplifier-68467.jpeg', 'Laney 300w amplifier-47144.jpeg', 'Laney 300w amplifier-72444.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 03:21:32', '2024-02-07 03:21:32'),
(3875, 'Shark SmoothStyle Heated Comb Blow Dryer Brush & Straightener', 'By1w6HluX', 2, 'Shark HT202 SmoothStyle Heated Comb + Blow Dryer Brush, Dual Mode, for All Hair Types, Silk', 80.00, NULL, NULL, 109.00, 'Shark SmoothStyle Heated Comb Blow Dryer Brush & Straightener-87331.jpeg', 'Shark SmoothStyle Heated Comb Blow Dryer Brush & Straightener-48160.jpeg', 'Shark SmoothStyle Heated Comb Blow Dryer Brush & Straightener-76936.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-07 03:23:26', '2024-02-07 03:23:26'),
(3876, 'Complete 20 Piece Sushi Making Set - Kit for Beginners & Pros with Knife, 2 Mats, Rice Bazooka and Dipping Plate', '7QcJe0j9e', 16, 'EASY SUSHI MAKING KIT: Lessen your obstacles and lack of accessories in your kitchen with our Alas sushi kit. It has everything you\'ll need to make sushi rolls like a pro. With our complete set of sushi-making accessories, making your own California sushi, maki, and nigiri rolls can be easier than ever before. Now you can prepare delicious sushi in the comfort of your home with our sushi maker kit.\r\nCOMPLETE KITCHEN KIT: Show off the sushi expert inside you and prep sushi they don\'t expect you\'ll make. Our sushi-making kit includes all the accessories for the perfect sushi for you and your guests. This kit includes a sushi knife, bamboo sushi mats, rice bazooka, chopsticks, holder, dipping plate, avocado slicer, nigiri maker, cucumber slicer, rice paddles, and a sushi brush. We have included all the accessories in one set.\r\nPERFECT FOR BEGINNERS: Are you a beginner? No problem, we\'ll make your sushi-making journey easier. You\'ll get a sushi kit cookbook and a free e-book to unlock your sushi-making skills when you purchase our sushi maker set. No need to learn how every restaurant makes it because we\'ll help you cook, mold, and chop like a pro.\r\nGIFT FOR A CHEF: Give something special to a chef or a friend who loves making sushi like a chef. You never want to miss our sushi-making kitchen kit that will satisfy you and your guests. You can also save more by not buying sushi, maki, and nigiri rolls because ours is a sushi kit for home.\r\nABOUT ALAS: We are a brand that is always putting out huge efforts to make sure that all of our products reach the highest standards of quality. It is our goal to put a smile on your face. That is why we ensured that this kit is risk-free, BPA-free, easy to clean, and dishwasher-safe. So if anything goes wrong with our sushi-making set, let us know, and we will be glad to straighten it out.', 26.99, NULL, NULL, 39.99, 'Complete 20 Piece Sushi Making Set - Kit for Beginners & Pros with Knife, 2 Mats, Rice Bazooka and Dipping Plate-29663.jpeg', 'Complete 20 Piece Sushi Making Set - Kit for Beginners & Pros with Knife, 2 Mats, Rice Bazooka and Dipping Plate-73236.jpeg', 'Complete 20 Piece Sushi Making Set - Kit for Beginners & Pros with Knife, 2 Mats, Rice Bazooka and Dipping Plate-40547.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-07 03:26:21', '2024-02-07 03:26:21'),
(3877, 'Traktor S2 Mk3 2 Channel Dj Controller On Sale', 'OcTMlZIAg', 15, 'YOU CAN GENERATE ANY QUESTIONS YOU NEED ABOUT OUR EQUIPMENT OR INSTRUMENTS THEY WILL BE ANSWERED AS SOON AS POSSIBLE. **** COST OF AUDIO EQUIPMENT $455 REPUTATION We are GOLD LEADING MARKET - Recognized by MercadoLibre as the BEST IN THE MARKET NATIONALLY - With more than THREE THOUSAND sales completed - 100% of buyers RECOMMEND us DESCRIPTION Brand: NATIVE INSTRUMENTS TRAKTOR -Kontrol S2 MK3 Controller Features Use TRAKTOR DJ software using an updated Kontrol S2 Mk3 controller that features 5.5\" platters and jog wheels accessible in two modes. Jog mode offers spin-to-nudge and scratch capabilities, while Beatgrid Adjust mode is indicated for manually adjusting the jog wheel in Traktor.', 350.00, NULL, NULL, 455.00, 'Traktor S2 Mk3 2 Channel Dj Controller On Sale-14447.jpeg', 'Traktor S2 Mk3 2 Channel Dj Controller On Sale-75028.jpeg', 'Traktor S2 Mk3 2 Channel Dj Controller On Sale-60986.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 03:26:41', '2024-02-07 03:26:41'),
(3878, 'Dark Places', 'RQW961gFL', 11, 'Dark Places is a gripping novel by Gillian Flynn, the talented author known for her thrilling storytelling. In this book, Flynn takes us on a haunting journey as we follow the protagonist, Libby Day, who survived a brutal massacre that claimed the lives of her family members. As Libby delves into her past, she uncovers shocking secrets and confronts the dark truths of her family history. With its suspenseful plot and complex characters, \"Dark Places\" will keep you on the edge of your seat until the very end.', 4.79, NULL, NULL, 13.21, 'Dark Places-13765.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-07 03:27:55', '2024-02-07 03:27:55'),
(3879, 'Gillette Intimate Men’s Pubic Hair Grooming Kit', '0EpzdbaKr', 2, 'Highlights\r\nIntimate pubic trimmer designed to minimize irritation\r\nWaterproof and cordless\r\nGillette Intimate pubic hair razor blade refills have 2x lubrication', 60.24, NULL, NULL, 80.98, 'Gillette Intimate Men’s Pubic Hair Grooming Kit-72768.jpeg', 'Gillette Intimate Men’s Pubic Hair Grooming Kit-75808.jpeg', 'Gillette Intimate Men’s Pubic Hair Grooming Kit-37256.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-07 03:28:18', '2024-02-07 03:28:18'),
(3880, 'Wireless Charger', 'UHtNQjCnA', 16, '✅【From INIU--the SAFE Fast Charge Pro】 Experience the safest charging with over 38 million global users. At INIU, we use only the highest-grade materials, so we do have the confidence to provide an industry-leading 3 years warranty.\r\n✅【Save Up to 45 mins via Next-Gen 15W】 Embrace INIU 15W speed-boosting charging with our all-new AirFuel tech - incredibly knocks off at least 45 minutes of your waiting time.\r\n✅【No More Annoying Lights】 Features the first-seen self-adaptive LED indicator to bright in the day and dim in the dark. So you’ll stay in the know yet without undesirable lights to disturb your sleep.\r\n✅【4 Upgraded Charging Modes】 A high-efficiency chip provides 15W fast charge for LG, 10W fast charge for Samsung Galaxy, 7.5W fast charge for iPhone, and 5W standard charge for any other devices.\r\n✅【Exclusive NTC Temp°Guard Battery Protection】 It controls temp in real-time smartly and silently via the exceptional cutting-edge NTC Temp°Guard, to protect your phone battery against overheating and damage.\r\n✅【Certified Super-Conductor Dual Coils, Wider Charging Area】 The Dual Super Conductivity coils let you watch videos in landscape orientation, or stand in portrait mode for FaceTime call and facial recognition—all without ever cutting power.\r\n✅【What You Get】 INIU wireless charging station*1, USB C cable*1, welcome guide*1, 30 days money back guarantee, industry-leading 3-year warranty, plus lifetime technical support.', 15.98, NULL, NULL, 26.98, 'Wireless Charger-32859.jpeg', 'Wireless Charger-97955.jpeg', 'Wireless Charger-15664.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-07 03:31:30', '2024-02-07 03:31:30'),
(3881, 'Alesis Adat Brc Master Remote Control And Dig Synchronizer', 'hUb1mbDXq', 15, 'SynchronizerUp for auction is an Alesis ADAT BRC Master Remote Controller & Synchronizer.This unit is in excellent cosmetic condition. Slight wear to the number 1 and 0 on the keyboard and a small chip from the uppercase keyboard. This is my personal unit and it has been fully tested and all functions are working correctly. Includes: The main unit, the power cable. From Alesis: The BRC Master Remote Control is the key element that gets the most out of the ADAT digital recording system. Whether you\'re studying professional commercial, recording a live performance, or working in post-production, here are some of the features that illustrate the type of control the BRC/ADAT system will give you: Display of precise timing capabilities. Using ADAT\'s exclusive proprietary synchronization interface. The BRC can control up to 16 ADATs for a total of 128 tracks and lock them together in perfect synchronization. Each ADAT tape is \"formatted\" (a simple operation that can be performed before or during recording) with a proprietary Alesis timecode that is much more accurate than SMPTE or other timecode systems. This process times the tape with\r\n\r\nIncredible single sample precision: i.e. 1/48\r\n\r\n000 seconds. Due to this performance of\r\n\r\nincredibly tight timing, several ADATs are practically This process times the tape with incredible single-sample precision; that is, 1/48,000 of a second. Because of this\r\n\r\nincredibly tight synchronization performance, several ADATs are practically This', 200.00, NULL, NULL, 280.00, 'Alesis Adat Brc Master Remote Control And Dig Synchronizer-31276.jpeg', 'Alesis Adat Brc Master Remote Control And Dig Synchronizer-66539.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-07 03:33:47', '2024-02-07 03:33:47'),
(3882, 'Electric Hand Blender', '1u8o4ben2', 16, 'Powerful Blender - The hand blender has a motor of 500 watts and 4 sharp blades, grinding unruly lumps, stubborn clumps, tough meats, and rock-hard fruits for smoothies, soups, milkshakes, and batters.\r\nTURBO Boost - For additional power and speed, use the TURBO button on your emulsion blender. You will get a boost speed perfect for blending tougher stuff, such as frozen fruits or hard vegetables.\r\nDetachable Base - The stick blender easily detaches from the base for cleaning or storing. The blades are dishwasher safe, but the handheld blender stick should never be put through the dishwasher or immersed in water.\r\nErgonomic Design - The slim base on this portable blender allows for a steady grip and blending right in a pot or storage container.\r\nDurable Metal-Crafted of supremely durable metal, this stick mixer is meant to last you through many happy years of kitchen love.', 19.99, NULL, NULL, 44.99, 'Electric Hand Blender-55538.jpeg', 'Electric Hand Blender-12527.jpeg', 'Electric Hand Blender-37216.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-07 03:36:29', '2024-02-07 03:36:29'),
(3883, 'Mini Bag Sealer with Cutter 2 in 1 Heat Sealers', 'ThM7LWAJP', 16, '2 in 1 Bag Sealer：This mini bag sealer combines sealer and cutter function in one machine, One head for sealing, one head for cutting. the bag sealer\'s bottom equipped with a magnetic strip, can sucks on the refrigerator and leaving note card.\r\nEasy to use: one press to work, just turn on the sealer machine then press to sealing the bag without preheating, makes this mini sealer very convenient to use.\r\nKeeps the Food Fresh: Use the mini bag sealer to resealing bags, keeps food, meat and snack fresher, no need to worry about waste again！\r\nPortable and Small: Our heat sealer is small and portable, with magnetic strip and lanyard design, you can put it in your hand or bags easily, or you can hang it on refrigerator and any iron product or hung on the hook.\r\nWhat you get: 1* FEPPO Mini Bag Sealer, 2*AA Batteries, 1* Use Manual, and 24 hours friendly service, if any problem, please don’t hesitate to contact us, we will provide perfect after-sales service.', 9.99, NULL, NULL, 12.99, 'Mini Bag Sealer with Cutter 2 in 1 Heat Sealers-79514.jpeg', 'Mini Bag Sealer with Cutter 2 in 1 Heat Sealers-53114.jpeg', 'Mini Bag Sealer with Cutter 2 in 1 Heat Sealers-82495.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-07 03:40:16', '2024-02-07 03:40:16'),
(3884, 'Grip Rite 24 Inch Length Red T-Post Driver with Handle', 'DtoPSoNU2', 11, 'The Grip-Rite® T-post driver is specially designed to get your fence secured tightly into the ground with minimal effort. It simplifies the installation of a T-post by eliminating the need to dig a hole for the perfect fit. The steel sleeve rides over the post and guides hammer action to safely drive the post into the ground. For added convenience, the handle is situated at a 120 deg setting, making it easy to grip and ergonomically superior to other drivers. T-post Drivers are available in both standard and heavy-duty grades. Because safety is important, it\'s recommended that when using a T-post driver, you always wear gloves. We suggest the GRX® gloves. They\'re breathable, comfortable, and designed to last, providing the best hand protection in the industry.', 39.99, NULL, NULL, 54.14, 'Grip Rite 24 Inch Length Red T-Post Driver with Handle-13872.jpeg', 'Grip Rite 24 Inch Length Red T-Post Driver with Handle-82520.jpeg', 'Grip Rite 24 Inch Length Red T-Post Driver with Handle-58733.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-07 03:42:34', '2024-02-07 03:42:34'),
(3885, 'Classic Accessories Colorado Pontoon Boat', 'Pcz4gepem', 2, 'Classic Accessories Colorado Pontoon Boat', 400.00, NULL, NULL, 508.00, 'Classic Accessories Colorado Pontoon Boat-60454.jpeg', 'Classic Accessories Colorado Pontoon Boat-18093.jpeg', 'Classic Accessories Colorado Pontoon Boat-94465.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-07 03:42:38', '2024-02-07 03:42:38'),
(3886, 'Conga Y Tumba Lp Matador Aspire', 'WlW4yJiTx', 15, 'CONGAS SET 10 & 11 LP PERCUSSION\r\n\r\nLP has packaged its Aspire wood congas into sets with stands for easy, convenient storage at a great price. The set includes two height-adjustable, black powder-coated basket stands that are universal for LP Aspire congas.\r\n\r\nLatin Percussion\r\n\r\nWhether it is an instrument for beginners or professionals, the famous Latin Percussion brand always offers trusted quality. The Aspire Jamjuree (Siamese Walnut) set consists of a conga\r\n\r\n10 inches and another 11 inches, with their respective supports. You will quickly realize that the Jamjuree set is very light and creates a strong but pleasant resonance. It is fine grained, high contrast and certainly one of the most beautiful species of wood ever used for instruments.\r\n\r\nIS therefore an instrument that combines the needs of amateurs and professionals, with an incredible sound and its accessories, usually costs a lot of money. For example, it has EZ Curve hoops, which are very comfortable and prevent injuries when you hit, and the set includes two sturdy supports with adjustable height. By the way, if you want to expand this set, we recommend combining it with the Bongo set', 561.59, NULL, NULL, 761.59, 'Conga Y Tumba Lp Matador Aspire-21159.jpeg', 'Conga Y Tumba Lp Matador Aspire-62099.jpeg', 'Conga Y Tumba Lp Matador Aspire-52754.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 03:42:40', '2024-02-07 03:42:40'),
(3887, 'DJI Goggles Integra Drone Piloting Headset', 'vAWITYTKB', 2, 'DJI - Goggles Integra Drone Piloting Headset - Gray', 297.00, NULL, NULL, 500.00, 'DJI Goggles Integra Drone Piloting Headset-12925.jpeg', 'DJI Goggles Integra Drone Piloting Headset-85053.jpeg', 'DJI Goggles Integra Drone Piloting Headset-28924.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-07 03:51:53', '2024-02-07 03:51:53'),
(3888, 'Milwaukee M18 REDLITHIUM HIGH OUTPUT XC8.0 & M18 REDLITHIUM HIGH OUTPUT XC6.0 Battery 2 Pack', '44kwulG32', 11, 'Milwaukee M18 REDLITHIUM HIGH OUTPUT XC8.0 & M18 REDLITHIUM HIGH OUTPUT XC6.0 Battery 2 Pack\r\n\r\nThe MILWAUKEE® M18™ REDLITHIUM™ HIGH OUTPUT™ XC8.0 Battery Pack and the M18™ REDLITHIUM™ HIGH OUTPUT™ XC6.0 Battery Pack provides 50% more power and runs 50% cooler vs M18™ REDLITHIUM™ XC battery packs. The optimized combination of size and increased power provides a great solution for the entire range of M18™ products. It delivers fade free power and runs substantially cooler through heavy applications, allowing tradesmen to push their cordless tools harder and longer than ever before. The M18™ REDLITHIUM™ HIGH OUTPUT™ XC6.0 and M18™ REDLITHIUM™ HIGH OUTPUT™ XC8.0 provide increased power in extreme cold weather conditions (below 0F / -18C) and deliver more work per charge, driving corded replacement on the jobsite. The REDLITHIUM™ HIGH OUTPUT™ XC6.0 battery and M18™ REDLITHIUM™ HIGH OUTPUT™ XC8.0 are fully compatible with 250+ M18™ solutions.', 169.00, NULL, NULL, 299.00, 'Milwaukee M18 REDLITHIUM HIGH OUTPUT XC8.0 & M18 REDLITHIUM HIGH OUTPUT XC6.0 Battery 2 Pack-50667.jpeg', 'Milwaukee M18 REDLITHIUM HIGH OUTPUT XC8.0 & M18 REDLITHIUM HIGH OUTPUT XC6.0 Battery 2 Pack-63019.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-07 03:52:19', '2024-02-07 03:52:19'),
(3889, 'Universal Manual Drill Milling Lathe Vertical Machine Zx', '83lH8Ouxt', 15, '04:51 ol LTE LTE 4 Q Search in Mercado Libre Enter your location > Important -Please ask everything before clicking on BUY -FIXED price, CASH payment, we DO NOT offer CREDIT -1 year warranty. Delivery by the buyer Description - Universal Vertical Milling Machine -Osnox brand, Gold model -Import country Taiwan -Works with 220 volts (single phase ) - 2200 watt motor. 2500rpm -Horizontal travel X 100cm -Vertical travel Y 35cm - Travel in the Z axis 40 cm -Includes nozzles for different cutter diameters. Automatic advance in the X axis with a box of 6 speeds - Transmission box in main engine 6 speeds Cast iron structure - Weight 1000kg Applications - Useful in metalworking - Manufacture of pinions -Works in metals and non-metals -Turners and heavy machinery Materials - Works on all metals and non-metals - Aluminum, steel, iron, copper, duralon, PVC, wood, etc Favorites My shopping Notifications Start Further', 3500.00, NULL, NULL, 3950.00, 'Universal Manual Drill Milling Lathe Vertical Machine Zx-50800.jpeg', 'Universal Manual Drill Milling Lathe Vertical Machine Zx-42620.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-07 03:53:52', '2024-02-07 03:53:52'),
(3890, 'Industrial Popcorn Pouch 8 Ounces 50 Cm X 38 Cm X 67 Cm', 'CFU9OhreN', 15, '04:55 ol LTE Q Search in Mercado Libre Enter your location > Industrial Popcorn Canquilera 8 Ounces 50 Cm X 38 Cm X 67 Cm ANDINA DISTRIBUTOR - Capacity 8 ounces of corn. -Stainless steel finish. Fully reinforced glass. -High efficiency heating system using infrared light. Tray with drawer design for easy cleaning. Operation: 1400w Electric 110 volts 60 Hz. Measures: -Front: 50CM -Depth: 38 CM Height: 67 CM Once the unit starts cooking, the finished popcorn falls to the heating platform of the popcorn maker, where they are kept fresh until you are ready to serve . It is an excellent addition to fairs, events, birthdays, entrepreneurship, businesses and all kinds of family gatherings, work socials, etc. Takes only 3-4 minutes to preheat Durable stainless steel kettle and frame Eye-catching red powder-coated top Clear plastic panels and warmer illuminating light for maximum visibility 3-switch operation My shopping Favorites Notifications Start Further', 290.00, NULL, NULL, 325.00, 'Industrial Popcorn Pouch 8 Ounces 50 Cm X 38 Cm X 67 Cm-32765.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-07 03:56:37', '2024-02-07 03:56:37'),
(3891, 'True Temper 3-1/4 In. x 71 In. Post Hole Digging/Tamper Bar', '6SKCDRPFN', 11, 'The post hole digging bar is used for digging and prying of dirt and large rocks and tamping soil. The tamper head is used to level ground around fence posts and deck supports. This tool has a durable design and is heat treated with quality carbon steel to withstand industrial use.\r\nBlade end for digging and prying of dirt and large rocks\r\nTamper head for leveling ground around fence posts and deck supports\r\nTamper head for leveling ground around fence posts and deck supports\r\nHeat treated\r\nHigh quality carbon steel', 40.99, NULL, NULL, 44.99, 'True Temper 3-1/4 In. x 71 In. Post Hole Digging/Tamper Bar-29294.jpeg', 'True Temper 3-1/4 In. x 71 In. Post Hole Digging/Tamper Bar-76488.jpeg', NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-07 03:56:45', '2024-02-07 03:56:45'),
(3892, 'MD Sports Official Size Table Tennis Table', 'WEt02TuWV', 2, 'Bring some fresh entertainment to your space with this MD Sports Official Size Table Tennis Table, Black/Blue. It is an official-size table tennis table that features a 5/8 inch (15mm) table top for a true bounce and 1.38', 99.00, NULL, NULL, 158.00, 'MD Sports Official Size Table Tennis Table-36179.jpeg', 'MD Sports Official Size Table Tennis Table-20670.jpeg', 'MD Sports Official Size Table Tennis Table-10042.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-07 03:57:25', '2024-02-07 03:57:25'),
(3893, 'Hard Ice Cream Machine / Stainless Steel Pail', 'PlVDfM9iN', 15, 'Enter your location > Industrial Popcorn Canquilera 8 Ounces 50 Cm X 38 Cm X 67 Cm ANDINA DISTRIBUTOR - Capacity 8 ounces of corn. -Stainless steel finish. Fully reinforced glass. -High efficiency heating system using infrared light. Tray with drawer design for easy cleaning. Operation: 1400w Electric 110 volts 60 Hz. Measures: -Front: 50CM -Depth: 38 CM Height: 67 CM Once the unit starts cooking, the finished popcorn falls to the heating platform of the popcorn maker, where they are kept fresh until you are ready to serve . It is an excellent addition to fairs, events, birthdays, entrepreneurship, businesses and all kinds of family gatherings, work socials, etc. Takes only 3-4 minutes to preheat Durable stainless steel kettle and frame Eye-catching red powder-coated top Clear plastic panels and warmer illuminating light for maximum visibility 3-switch operation My shopping Favorites Notifications Start Further', 1100.00, NULL, NULL, 1300.00, 'Hard Ice Cream Machine / Stainless Steel Pail-74297.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-07 04:00:15', '2024-02-07 04:00:15'),
(3894, 'Champion Power Equipment Champion 4500-Watt RV Ready Inverter Generator with Quiet Technology and CO Shield', 'QwhMKJI0q', 11, 'The Champion Power Equipment 4500-Watt Inverter Generator with CO Shield® is ultra-quiet and ideal for camping, tailgating, powering items around the RV or providing backup for your essentials. Champion’s EZ Start Dial makes getting started quick and easy. Featuring Cold Start Technology, Extended Run Time, and an easy to read fuel gauge, the reliable 212cc Champion engine produces 4500 starting watts and 3500 running watts, and runs for 14 hours at 25% load when the 2.3-gallon fuel tank is full. With a 0.5-quart oil capacity (included 10W-30) and a low oil shut-off sensor, this inverter operates at an ultra-quiet 61 dBA from 23 feet, which is about as loud as normal speech. Confidently connect your sensitive electronics since this inverter produces Clean Power (less than 3% THD). The Intelligauge with Power Meter monitors voltage, frequency and operating hours with ease, while Economy Mode monitors power consumption in real time to reduce engine wear and tear. The covered outlets included are a 120V 29.2A RV outlet (TT-30R), a 120V 20A household duplex outlet (5-20R), and a 12V automotive-style outlet. Buy this EPA certified inverter generator with confidence – Champion Support and our nationwide network of service centers will back up your purchase with a 3-year limited warranty and FREE lifetime technical support. CO Shield® technology monitors the accumulation of carbon monoxide (CO), a poisonous gas produced by engine exhaust when the generator is running. If CO Shield® detects unsafe elevated levels of CO gas, it automatically shuts off the engine. CO Shield® is not a substitute for an indoor carbon monoxide alarm or for safe operation. DO NOT allow engine exhaust fumes to enter a confined area through windows, doors, vents or other openings. Generators must ALWAYS be used outdoors, far away from occupied buildings with engine exhaust pointed away from people and buildings. Meets the requirements of ANSI/PGMA G300-2018.', 819.00, NULL, NULL, 859.95, 'Champion Power Equipment Champion 4500-Watt RV Ready Inverter Generator with Quiet Technology and CO Shield-22565.jpeg', 'Champion Power Equipment Champion 4500-Watt RV Ready Inverter Generator with Quiet Technology and CO Shield-52940.jpeg', 'Champion Power Equipment Champion 4500-Watt RV Ready Inverter Generator with Quiet Technology and CO Shield-73039.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-07 04:01:54', '2024-02-07 04:01:54'),
(3895, 'Schumacher Electric Solar Charger Controller', 'CMN5FxOkg', 11, 'The SPC-7A charge controller offers protection for your 12 Volt lead acid batteries and solar panels. It protects your battery from overcharge and discharge. For use with 12 Volt solar panels and batteries only, handles up to 7 A of array current and up to 100 W of solar power.\r\nOvercharge & discharge protection\r\nVersatile quick-connect clips\r\nEnvironmentally safe\r\nVoltage controller for solar panel chargers', 29.99, NULL, NULL, 47.64, 'Schumacher Electric Solar Charger Controller-11277.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-07 04:04:36', '2024-02-07 04:04:36'),
(3896, 'Ingco Yellow Industrial Inverter Technology Welding Machine', '41HiB4uEj', 15, '05:03 LTE Q Search in Mercado Libre Enter your location > Magnificent Industrial Inverter Welding Machine. 110-120V/220-240V. 160A, ING-UMMA1606 INGCO Designed with the highest quality for home and professional use to weld various materials through the application of heat, it provides precision and greater resistance. It is excellent, it is turbo ventilated, it has an engine with high speed, power and strength, which will give you good results and incredible performance; It is robust and has a large capacity which makes it ideal for the hard work. iAquanta up to 10 continuous hours of use! It has: .Anti Stick System: Helps the electrode not to stick small to the piece Hot Start System: Electrode preheating. Arc Force System: Allows very fast arc welding. short in vertical-ascending position. Characteristics: IGBT inverter technology Input voltage: 110-120/220-240V . Frequency: 50/60HZ .Output current: 15-160 A Duty Cycle: 160A/60% LCD Display .Non-Load Voltage: 85V .Max.Output current: 160 A . Electrode diameter: 1.6-4.0mm .With 1pcs wired electrode holder My shopping Favorites Notifications Start Further', 100.99, NULL, NULL, 121.99, 'Ingco Yellow Industrial Inverter Technology Welding Machine-17099.jpeg', 'Ingco Yellow Industrial Inverter Technology Welding Machine-67764.jpeg', 'Ingco Yellow Industrial Inverter Technology Welding Machine-57141.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 04:05:32', '2024-02-07 04:05:32'),
(3897, 'DEWALT DXAEPI1000 Power Inverter 1000W Car Converter with LCD Display', 'PN8yw8M36', 2, '1000 Watt continuous output, 2000 Watt peak power\r\nLCD display provides real time operating information\r\n3 USB ports\r\nTwo 120 Volt AC Outlets\r\nIncludes battery clamps and ring terminals', 100.31, NULL, NULL, 141.00, 'DEWALT DXAEPI1000 Power Inverter 1000W Car Converter with LCD Display-12313.jpeg', 'DEWALT DXAEPI1000 Power Inverter 1000W Car Converter with LCD Display-57603.jpeg', NULL, 'Accessories', 3.5, NULL, 1, '2024-02-07 04:07:29', '2024-02-07 04:07:29'),
(3898, 'Billy Goat Hydro Drive Sod Cutter', 'aNuhpVeBI', 11, 'Whether you’re a homeowner with a small project or your job is golf / mini / sports turf / landscaping / flatworm / hard scape / irrigation, Billy Goat 12 In. and 18 In. sod cutters are incredibly easy to transport, set up and operate. The all-new next gen hydro-drive sod cutter boasts a new superstructure frame featuring 50 additional pounds of steel and new operator controls offer the same customer-friendly intuitive variable speed fingertip hydro-drive controls as found on the Billy Goat hydro-drive brush cutter and over seeder, for a consistent and familiar family feel.', 6900.00, NULL, NULL, 6986.99, 'Billy Goat Hydro Drive Sod Cutter-70058.jpeg', 'Billy Goat Hydro Drive Sod Cutter-78976.jpeg', 'Billy Goat Hydro Drive Sod Cutter-66418.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-07 04:09:55', '2024-02-07 04:09:55'),
(3899, 'Monocrystalline Solar Panel 360w Photovoltaic Solar Energy', 'tk7py186O', 15, 'SOLAR PANELS -12V POLYCRYSTALLINE SOLAR PANEL 30W: $34.49 -12V POLYCRYSTALLINE SOLAR PANEL 50W: $47.99 12v MONOCRYSTALLINE SOLAR PANEL 120W: $92.99 12v MONOCRYSTALLINE SOLAR PANEL 160W: $102.99 12v MONOCRYSTALLINE SOLAR PANEL 200W: EXHAUSTED SOLAR PANEL 12v MONOCRYSTALLINE 300W: $179.99 -12v MONOCRYSTALLINE SOLAR PANEL 360W: $275.99 SOLAR PANEL 12v MONOCRYSTALLINE 450W: $330.99 UPON REQUEST -----VIP WAREHOUSES ----- New product. SEALED AND GUARANTEED Shipments WITH ADJUSTABLE ADDITIONAL COST', 200.99, NULL, NULL, 275.99, 'Monocrystalline Solar Panel 360w Photovoltaic Solar Energy-87323.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-07 04:12:49', '2024-02-07 04:16:55'),
(3900, '1000 Watt continuous output, 2000 Watt peak power LCD display provides real time operating information 3 USB ports Two 120 Volt AC Outlets Includes battery clamps and ring terminals', '6B2L8QMMn', 2, '1000 Watt continuous output, 2000 Watt peak power\r\nLCD display provides real time operating information\r\n3 USB ports\r\nTwo 120 Volt AC Outlets\r\nIncludes battery clamps and ring terminals', 480.00, NULL, NULL, 1099.00, '1000 Watt continuous output, 2000 Watt peak power LCD display provides real time operating information 3 USB ports Two 120 Volt AC Outlets Includes battery clamps and ring terminals-36162.jpeg', '1000 Watt continuous output, 2000 Watt peak power LCD display provides real time operating information 3 USB ports Two 120 Volt AC Outlets Includes battery clamps and ring terminals-46996.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-07 04:20:25', '2024-02-07 04:20:25'),
(3901, 'Maytag 25 Cu. Ft. Side-by-Side Refrigerator', 'wYje9N9rK', 2, '36-Inch Wide Side-by-Side Refrigerator\r\nNon-Dispense Layout\r\nFingerprint Resistant Stainless Steel\r\nGallon Door Bins\r\n10-Year Limited Parts Warranty on the Compressor\r\nHumidity-Controlled FreshLock Crisper\r\nBrightSeries LED lighting', 1030.00, NULL, NULL, 1650.00, 'Maytag 25 Cu. Ft. Side-by-Side Refrigerator-98256.jpg', 'Maytag 25 Cu. Ft. Side-by-Side Refrigerator-84552.jpg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-07 12:14:36', '2024-02-07 12:14:36'),
(3902, '28-Cu. Ft. 36\" Wide Samsung Fingerprint-Resistant Stainless Steel 3-Door French Door Refrigerator', 'RSCq6r0Fx', 2, 'Samsung - 28 cu. ft. 3-Door French Door Refrigerator with Large Capacity - Stainless Steel', 1008.00, NULL, NULL, 1980.00, '28-Cu. Ft. 36\" Wide Samsung Fingerprint-Resistant Stainless Steel 3-Door French Door Refrigerator-39971.jpg', '28-Cu. Ft. 36\" Wide Samsung Fingerprint-Resistant Stainless Steel 3-Door French Door Refrigerator-62860.jpg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-07 12:24:03', '2024-02-07 12:24:03'),
(3903, 'Baby Wipes, Unscented, Huggies Simply clean Fragrance-Free Baby Diaper Wipes, 11 Flip Lid Packs (704 Wipes Total)', 't74REZ10P', 16, 'Huggies Simply clean Fragrance Free Baby Wipes are a great combination of convenience and versatility, a must have for the entire family Theyre great for sensitive baby bottoms, but can also be used to wipe hands, faces and surfaces for toddlers & children Simply clean unscented wipes are a great solution wherever you go, whether its around the house, at the playground or in the car Because kids outgrow diapers, not messes Simply clean baby wipes are hypoallergenic, dermatologically tested & pH-balanced to help maintain healthy skin Theyre also fragrance free, alcohol free, paraben free and do not contain phenoxyethanol or MIT Huggies Simply clean Wipes are available in scented and unscented options Join Huggies Rewards+ Powered by Fetch to get rewarded fast Earn points on Huggies diapers and wipes, in addition to thousands of other products to redeem for hundreds of gift cards', 35.24, NULL, NULL, 41.24, 'Baby Wipes, Unscented, Huggies Simply clean Fragrance-Free Baby Diaper Wipes, 11 Flip Lid Packs (704 Wipes Total)-25841.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-07 12:24:03', '2024-02-07 12:24:03'),
(3904, 'Bissell Cleanview Rewind 2.0 Upright Vacuum', 'yuz9sXLjj', 2, 'Bissell Cleanview Rewind 2.0 Upright Vacuum', 74.98, NULL, NULL, 100.00, 'Bissell Cleanview Rewind 2.0 Upright Vacuum-32982.jpg', 'Bissell Cleanview Rewind 2.0 Upright Vacuum-37801.jpg', 'Bissell Cleanview Rewind 2.0 Upright Vacuum-25195.jpg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 12:34:44', '2024-02-07 12:34:44'),
(3905, 'Dreambaby Liberty Walk Thru Baby Safety Gate Set - with 3.5inch Extension Panel - Fits 29.5-36.5inch Openings - Pressure Mounted Security Gates - Model L776 - White', 'Vk3jO6hZw', 16, 'Double Locking Mechanism - There is a double locking feature to help ensure your little one won\'t get it open. The first lock is at the top and it\'s a slide button, once the button is slid, lift the gate door up to pull out of the bottom lock\r\nSmart Stay-Open Feature - The Stay-Open feature is ideal for when you need your gate to remain completely opened; it\'s perfect for times when your hands are full, you\'re clearing the table or entertaining guests\r\nTop of Stair Approved - Suitable for doorways, hallways, top of stairs, and bottom of stairs\r\nOne Handed Operation - To open slide the button and lift the door straight up Great for Pets Too - Made of strong, high-quality materials to keep even the most eager pets restricted to a desired are\r\nSet includes Liberty Security Gate (L854) plus a 3.5\" Liberty Gate Extension (L901) to fit openings of 29.5\" up to 36.5\"', 40.99, NULL, NULL, 59.99, 'Dreambaby Liberty Walk Thru Baby Safety Gate Set - with 3.5inch Extension Panel - Fits 29.5-36.5inch Openings - Pressure Mounted Security Gates - Model L776 - White-23100.jpeg', 'Dreambaby Liberty Walk Thru Baby Safety Gate Set - with 3.5inch Extension Panel - Fits 29.5-36.5inch Openings - Pressure Mounted Security Gates - Model L776 - White-70907.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-07 12:38:23', '2024-02-07 12:38:23'),
(3906, 'Baby Trend GoLite ELX Portable Deluxe Infant Play Nursery Center, Drip Drop Blue', 'vhsbQzFYg', 16, 'Traveling with your baby can be a total nightmare. Baby Trend GoLite ELX Portable Nursery Center alleviates your pain and stress by packing all you need into 1 convenient tote. Lightweight and foldable, this deluxe baby center is loaded with entertaining features for your little one and sanity-saving features for parents and caretakers.\r\n\r\nComplete with a flexible aluminum frame, the GoLite ELX is simple to set up. Bring baby wherever you go on large caster wheels with brakes to settle in. When it\'s time to pack up and go home, easily fold the unit, and carry in the convenient travel bag.\r\n\r\nRecommended for newborns, this play nursery has everything your little one needs to stay entertained. Equipped with a detachable full-sized bassinet with toys and spacious play yard, your infant will love spending time in the Baby Trend Nursery Center. Lay your baby on the foam mattress for a nap, activate the music center to soothe your baby to sleep, and enjoy some much-deserved \"you\" time.\r\nKeep baby safe and entertained in this versatile travel nursery center\r\nLightweight aluminum frame is compact and easy to fold for on-the-go use\r\nPortable rock-a-bye bassinet is equipped with 2 toys and can be converted to standalone rocker\r\nFlip away diaper changer allows for convenient diapering with deluxe organizer\r\nIncludes removable full-sized bassinet/rocker, multi-textured mattress pad, diaper changer with parent organizer, spacious play yard, and travel/storage tote bag\r\nPlay yard features music center with nightlight and vibration to soothe your little one\r\nLarge casters with brakes provide easy play yard mobility\r\nTote bag makes travel effortless\r\nPlay yard recommended for newborns to babies 30 pounds or 35 inches in height\r\nBassinet/changing table recommended for newborns to babies up to 15 pounds or 25 inches in height\r\nJPMA certified\r\nPart number: PY47054H\r\nColor: Drip drop blue\r\nDimensions (L x W x H): 49.2 x 30.7 x 46 inches\r\nWeight: 30 pounds\r\nManufacturer warranty: 6-month limited warranty', 190.99, NULL, NULL, 219.99, 'Baby Trend GoLite ELX Portable Deluxe Infant Play Nursery Center, Drip Drop Blue-88189.jpeg', 'Baby Trend GoLite ELX Portable Deluxe Infant Play Nursery Center, Drip Drop Blue-69041.jpeg', 'Baby Trend GoLite ELX Portable Deluxe Infant Play Nursery Center, Drip Drop Blue-69209.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-07 12:55:25', '2024-02-07 12:55:25'),
(3907, 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision', 'JH5pIVgjk', 16, 'The reason why chose SC220\r\nAdvanced 1080P FHD Night Vision: With 1920 x 1080P video quality, you can not only view clearly in the day but also at night through this baby monitor.\r\nClear Two-Way Audio with 2 Call Modes: Built-in microphone and speaker with anti-noise technology, you can talk with your baby/loved ones clearly and remotely.\r\nSmart Motion Detection/Tracking: Once the motion is detected, the alert will be triggered and APP will send the notification to your phone.\r\nAccurate Baby Crying Detection: When your baby cry, a surveillance wireless monitor camera will accurately capture and send you the alerts, you can get well-known the status of your baby anytime and anywhere.', 25.99, NULL, NULL, 39.99, 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision-64201.jpeg', 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision-94770.jpeg', 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision-10394.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-07 13:06:00', '2024-02-07 13:06:00'),
(3908, 'Baby travel nest 100% cotton baby sleeping nest bed Portable baby nest bed newborn (Pink)', 'Uy9NhXItP', 16, 'Soft and Comfortable. Our lougher bed cover quilt cover is baby soft, the fabric is breathable and hypoallergenic.\r\nFor All Seasons - The fabric is breathable, it\'ll keep the baby cool at hot weather, and warm when it get colder.\r\nMachine Washable. The cover is removable and machine washable. But for the hygiene of the cute baby, please wipe it up when spitting up. Pull the lid off to wash, and the zipper is upgraded and less prone to breakage.\r\nBaby Nest Co-Sleeping. the perfect gift for your perfect little angel.', 40.99, NULL, NULL, 47.99, 'Baby travel nest 100% cotton baby sleeping nest bed Portable baby nest bed newborn (Pink)-91819.jpeg', 'Baby travel nest 100% cotton baby sleeping nest bed Portable baby nest bed newborn (Pink)-35660.jpeg', 'Baby travel nest 100% cotton baby sleeping nest bed Portable baby nest bed newborn (Pink)-65926.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-07 13:25:28', '2024-02-07 13:25:28'),
(3909, 'HollyHOME Modern Cotton Fabric Lazy Chair, Accent Contemporary Lounge Chair, Single Steel Frame Leisure Sofa Chair with Armrests and A Side Pocket, Thick Padded Back, Dark Grey, Welcome to consult', 'w2CAGXnzr', 16, 'This chair is a wonderful addation to any rooms such as living room,bedroom and so on.Perfectly match with your furnitures,which brings a sense of modern to your home decor\r\nComfortable seats and armrests creat a comfortable seating experience,so that you get enough relaxation and rest after hard work and study.This chair is designed to relax and enjoy a good book or your favorite tv show\r\nMade of sturdy powder coated steel frame and sofe sponge,featuring a small pocket on the right side of the chair can hold your mobile phone, newspapers, books, etc., which brings convenience to customers.\r\nPlastic footstool cover of the chair prevents slip,which makes you sit still.And constructed with steel means the lazy chair can serve you for a long time.Can holds up to 500lbs\r\nCan be quickly assembled, just need to put several parts together, requiring no screws or nuts.', 200.23, NULL, NULL, 275.23, 'HollyHOME Modern Cotton Fabric Lazy Chair, Accent Contemporary Lounge Chair, Single Steel Frame Leisure Sofa Chair with Armrests and A Side Pocket, Thick Padded Back, Dark Grey, Welcome to consult-47129.jpeg', 'HollyHOME Modern Cotton Fabric Lazy Chair, Accent Contemporary Lounge Chair, Single Steel Frame Leisure Sofa Chair with Armrests and A Side Pocket, Thick Padded Back, Dark Grey, Welcome to consult-70995.jpeg', 'HollyHOME Modern Cotton Fabric Lazy Chair, Accent Contemporary Lounge Chair, Single Steel Frame Leisure Sofa Chair with Armrests and A Side Pocket, Thick Padded Back, Dark Grey, Welcome to consult-70464.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-07 13:43:44', '2024-02-07 13:43:44'),
(3910, 'L-Shaped Sectional Sofa Convertible Couch - Modular L Shape Sofa Couch with Chaise Lounge, Down Filled Sectional Sofa Overstuffed, Light Grey Sofa Living Room Furniture Set', 'SeaCNijnX', 16, 'L SHAPED SECTIONAL SOFA - Contemporary simple design, including a sofa and a chaise; this sectional sofa set can be used in a variety of configurations to suit the needs of any moment\r\nMODERN SOFA - The soft lines and elegant shape of the sofa create a high-end and noble atmosphere; our large sectional sofa is designed to make your home look more spacious and luxurious\r\nSOFA SIZE: 79.13” x 43.3” x 36.2”H; Sofa chaise: 44.88” x 76.37” x 36.2”H, 4 toss pillows included, This convertible sofa has a large space to accommodate 3 people.\r\nCOMFY L COUCH - The seat is made of high-density sponge and down filled overstuffed , making this upholstered sectional sofa sink-in soft feel, delivering super comfort and style to your modern home furnitures\r\nHEAVY DUTY L SOFA - The wood frame is designed for everyday use and lends durable support up to 900lbs (300lbs each seat)', 1890.00, NULL, NULL, 2099.00, 'L-Shaped Sectional Sofa Convertible Couch - Modular L Shape Sofa Couch with Chaise Lounge, Down Filled Sectional Sofa Overstuffed, Light Grey Sofa Living Room Furniture Set-92439.jpeg', 'L-Shaped Sectional Sofa Convertible Couch - Modular L Shape Sofa Couch with Chaise Lounge, Down Filled Sectional Sofa Overstuffed, Light Grey Sofa Living Room Furniture Set-20385.jpeg', 'L-Shaped Sectional Sofa Convertible Couch - Modular L Shape Sofa Couch with Chaise Lounge, Down Filled Sectional Sofa Overstuffed, Light Grey Sofa Living Room Furniture Set-50965.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-07 13:50:30', '2024-02-07 13:50:30');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3911, 'IKIFLY Mirrored Nightstand End Table w/3 Drawers, Mirror Accent Side Table Finished Nightstand for Living Room/Bedroom (1pc, Silver)', 'j0ObvlR9G', 16, 'Versatile Glass TableThis mirrored cabinet is widely applied in home as a bedside table, end table, dresser, lamp table, even sofa side table. The mirrored finish reflect floors and furnitures looks gorgeous/more space.\r\nSilver High-Quality MirrorThe mirrored end table adopts high density MDF board and smooth glass silver mirrored finish, use high quality acrylic diamonds on the drawer.\r\nStorage Space & 3 DrawersThis mirrored end table featuring three drawers, Three spacious drawers line the front with each one fitted with lovely knobs, our cabinet not only makes it easy to store your items but also give the piece a stylish touch.\r\nAssembly Not RequiredThis mirrored side table is completely packaged. You can use it directly after twisting the 3 handles, without assembly.\r\nDimensions (13.4 x 17.3 x 23.6)&#34; / (34 x 44 x 60)cm (D x W x H). If you receive defective or damaged items, you can offer us pictures of the damage items. We will provide replacemen', 360.00, NULL, NULL, 388.96, 'IKIFLY Mirrored Nightstand End Table w/3 Drawers, Mirror Accent Side Table Finished Nightstand for Living Room/Bedroom (1pc, Silver)-41102.jpeg', 'IKIFLY Mirrored Nightstand End Table w/3 Drawers, Mirror Accent Side Table Finished Nightstand for Living Room/Bedroom (1pc, Silver)-24100.jpeg', 'IKIFLY Mirrored Nightstand End Table w/3 Drawers, Mirror Accent Side Table Finished Nightstand for Living Room/Bedroom (1pc, Silver)-96746.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-07 13:55:26', '2024-02-07 13:55:26'),
(3912, 'Cold Steel Drop Forged Tomahawk Survival Hatchet - Great for Camping, Survival, Outdoors and Chopping Wood, Hudson Bay Hawk', 'MzyQPAkGS', 2, 'Cold Steel Drop Forged Tomahawk Survival Hatchet - Great for Camping, Survival, Outdoors and Chopping Wood, Hudson Bay Hawk', 23.99, NULL, NULL, 50.00, 'Cold Steel Drop Forged Tomahawk Survival Hatchet - Great for Camping, Survival, Outdoors and Chopping Wood, Hudson Bay Hawk-11280.jpeg', 'Cold Steel Drop Forged Tomahawk Survival Hatchet - Great for Camping, Survival, Outdoors and Chopping Wood, Hudson Bay Hawk-97928.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 14:01:48', '2024-02-07 14:01:48'),
(3913, 'LENIVER LED Spiral Floor Lamp, Unique 3 Color Dimmable Standing Lamp, Modern Creative Standing Pole Lamps with Remote Control for Living Room, Bedroom and Office - Black', 'XTIARU3TP', 16, 'CREATIVE & UNIQUE MODERN DESIGN: Every detail of this floor lamp has been repeatedly designed, and it has finally become such a perfect and unique lamp that combines elegance, beauty, dimming and color changing. It fits a range of rooms from the living room to bedroom, office or any other furnitures with its stylish design. No matter where it is placed, this lamp can improve the grade and bring you a good mood.\r\nADJUSTABLE COLORS & BRIGHTNESS: This floor lamp has 3 color temperatures - 3000K Warm White, 4500K Natural White and 6500K Cool White, and the brightness is adjustable, you can easily adjust the color and brightness of the lamp to suit your room color and your mood.\r\n2.4G RF REMOTE CONTROL: You can easily control the floor lamp without leaving the sofa and warm bed with this remote control, and the control range is about 32.8ft. Since this is an RF remote control, you can control the light from any direction. ATTENTION: 2PCS AAA BATTERY IS NOT INCLUDED.\r\nSAFETY & ENER', 180.38, NULL, NULL, 248.38, 'LENIVER LED Spiral Floor Lamp, Unique 3 Color Dimmable Standing Lamp, Modern Creative Standing Pole Lamps with Remote Control for Living Room, Bedroom and Office - Black-29129.jpeg', 'LENIVER LED Spiral Floor Lamp, Unique 3 Color Dimmable Standing Lamp, Modern Creative Standing Pole Lamps with Remote Control for Living Room, Bedroom and Office - Black-59419.jpeg', 'LENIVER LED Spiral Floor Lamp, Unique 3 Color Dimmable Standing Lamp, Modern Creative Standing Pole Lamps with Remote Control for Living Room, Bedroom and Office - Black-33186.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-07 14:03:20', '2024-02-07 14:03:20'),
(3914, 'Noble House Arcadia Dark Grey Acacia Wood Outdoor Rocking Chair', 'idZbHi9Zs', 2, 'Settle back in the refreshing outdoors with a rocking chair that allows you to set up a cozy corner for well-deserved relaxation. With traditional slatting in the backrest and seat, this rocking chair is a beautiful classic upgrade for any decor. Featuring a gorgeous acacia wood frame, our rocking chair brings both incredible comfort and a homey vibe to your outdoor space. This chair is finished with a gentle rocking design that creates a soothing motion for you to enjoy your deck or porch space in style.', 72.09, NULL, NULL, 123.59, 'Noble House Arcadia Dark Grey Acacia Wood Outdoor Rocking Chair-15604.jpeg', 'Noble House Arcadia Dark Grey Acacia Wood Outdoor Rocking Chair-22178.jpeg', 'Noble House Arcadia Dark Grey Acacia Wood Outdoor Rocking Chair-36798.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-07 14:12:35', '2024-02-07 14:12:35'),
(3915, 'Curved Sectional Sofa Symmetrical Couch Velvet Curved Symmetrical Sectional Sofa Modular Semicircular Couch 6 Seaters Modern Tufted Couch with 6 Toss Pillows Contemporary Furniture Set (Blue)', 'sYyZEMNWN', 16, 'Modular Sectional Sofa - Curved Symmetrical Sectional sofa, contemporary simple design, including 2 couches, large size in semi-circular shape\r\n?Modern Symmetrical Couch - Half moon shaped sofa create a high-end and noble atmosphere in your living room. The spacious curved seat has no partitions, which can further close the distance between relatives and friends.\r\n?Comfy Velvet Couch - Our Couch is filled with brand new high density sponge upholstered in premium velvet fabric, delivering super comfort and style to your modern home furnitures\r\n?Sectional Sofa size - 139.7 x 32.2 x 33.8H\r\n??This oversize modular sofa will be shipped from the US via 2 boxes', 2590.00, NULL, NULL, 2999.00, 'Curved Sectional Sofa Symmetrical Couch Velvet Curved Symmetrical Sectional Sofa Modular Semicircular Couch 6 Seaters Modern Tufted Couch with 6 Toss Pillows Contemporary Furniture Set (Blue)-47036.jpeg', 'Curved Sectional Sofa Symmetrical Couch Velvet Curved Symmetrical Sectional Sofa Modular Semicircular Couch 6 Seaters Modern Tufted Couch with 6 Toss Pillows Contemporary Furniture Set (Blue)-69743.jpeg', 'Curved Sectional Sofa Symmetrical Couch Velvet Curved Symmetrical Sectional Sofa Modular Semicircular Couch 6 Seaters Modern Tufted Couch with 6 Toss Pillows Contemporary Furniture Set (Blue)-20731.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-07 14:18:31', '2024-02-07 14:18:31'),
(3916, 'Schwinn 290 Recumbent Exercise Bike', '5GisCZgLb', 2, '7\" LCD Display\r\nAdjustable Padded + Ventilated Seat\r\nWeighted Strapped Pedals\r\nMedia Shelf\r\nWater Bottle holder\r\nTransport Wheels\r\nAccess connected apps from your phone or tablet, via Bluetooth connectivity', 600.00, NULL, NULL, 899.98, 'Schwinn 290 Recumbent Exercise Bike-72592.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-07 14:19:14', '2024-02-07 14:19:14'),
(3917, 'Centr 1 Home Gym Functional Trainer With Folding Workout Bench', 'X8yXcfTmh', 2, 'Centr 1 Home Gym Functional Trainer With Folding Workout Bench', 499.00, NULL, NULL, 520.00, 'Centr 1 Home Gym Functional Trainer With Folding Workout Bench-27847.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-07 14:22:52', '2024-02-07 14:22:52'),
(3918, 'ProForm Pro 9000 Smart Treadmill', 'iuuZOU5ag', 2, 'ProForm Pro 9000 Smart Treadmill', 1399.00, NULL, NULL, 1489.00, 'ProForm Pro 9000 Smart Treadmill-42499.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-07 14:26:36', '2024-02-07 14:26:36'),
(3919, 'beFree Sound BFS-4355 8 in. Portable Bluetooth PA Speaker System', 'ZCooFwVOM', 16, 'Many people will have a passion for music and hope to share with the world through high quality audio products. Keeping this passion as an idea We began with a small operation and it has since grown to international stature of audio and video products which use at home, in the car and in business environments. We remain passionate about creating an unbeatable entertainment experience.\r\n\r\nFeatures\r\nThis item is brand new, unopened and sealed in its original factory box.\r\nPortable Audio & Headphones\r\niPod, Audio Player Accessories\r\nAudio Docks & Wireless Speakers', 70.99, NULL, NULL, 88.99, 'beFree Sound BFS-4355 8 in. Portable Bluetooth PA Speaker System-11647.jpeg', 'beFree Sound BFS-4355 8 in. Portable Bluetooth PA Speaker System-68209.jpeg', 'beFree Sound BFS-4355 8 in. Portable Bluetooth PA Speaker System-55653.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 14:31:28', '2024-02-07 14:31:28'),
(3920, 'Nutcase - Vio Adventure Helmet with MIPS - Plum', 'JB5w73TNO', 2, 'Nutcase Vio Adventure Adult Bike Helmet w/ MIPS Protection', 51.00, NULL, NULL, 99.00, 'Nutcase - Vio Adventure Helmet with MIPS - Plum-45780.jpeg', 'Nutcase - Vio Adventure Helmet with MIPS - Plum-16082.jpeg', 'Nutcase - Vio Adventure Helmet with MIPS - Plum-30474.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-02-07 14:33:43', '2024-02-07 14:33:43'),
(3921, 'Body Flex Sports Body Champ Fitness Multi Function Power Tower - Grey, 5 Workout Stations, Adjustable Dip Handles, Multiple Grips in Gray | VKR2078', 'ttaQr36aE', 2, 'Add this versatile Deluxe Multifunctional Power Tower to your home gym. It’s a one-stop-shop to enhance any of your at-home fitness routines designed for both targeted strength-training (including over 20 exercises ranging from Squats, Pull-ups, Dips, to Crunches, Vertical Knee Raises, etc.) as well as total body workout conditioning (functional training circuits). With efficiency-focused engineering, the two Slide-Adjust Parallel Bars allow seamless compatibility for a wide range of body-weight conditioning exercises. Providing you with full control and access to tailor the intensity, duration, and variety of your workout sessions, this unique Power Tower also comes equipped with 2 Sling Straps (for Vertical Knee Raises), 2 Comfort-Foam Hand Grips, 1 cushion Foam Roll Backpad, and 2 sets of Upper Hand Grips (wide-grip and narrow-grip). To jumpstart your at-home routines or for simple fitness inspiration, a Body Power Workout Guide is also included with your unit. Body Flex Sports Body Champ Fitness Multi Function Power Tower - Grey, 5 Workout Stations, Adjustable Dip Handles, Multiple Grips in Gray | VKR2078', 130.00, NULL, NULL, 220.00, 'Body Flex Sports Body Champ Fitness Multi Function Power Tower - Grey, 5 Workout Stations, Adjustable Dip Handles, Multiple Grips in Gray | VKR2078-85955.jpeg', 'Body Flex Sports Body Champ Fitness Multi Function Power Tower - Grey, 5 Workout Stations, Adjustable Dip Handles, Multiple Grips in Gray | VKR2078-65539.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-07 14:47:27', '2024-02-07 14:47:27'),
(3922, 'Guitar Cords (4 Pack) Right Angle Instrument Cable by FAT TOAD | 20FT 1/4 Inch Straight-End Wires for Electric Guitar, Bass, Keyboards & Music Sound Recording Studio | Shielded 20 AWG Patch Conductor', 'z3UhdkPhV', 16, 'THE BEST GUITAR AMP CORD OR GUITAR PEDAL CABLE TO YOUR ELECTRIC GUITAR AMP: This four (4) pack of electric guitar cables are the perfect solution for any musician. These instrument patch cables can be used as amplifier cords, guitar speaker cables, or bass guitar cables. If you�re looking for a clean sounding amp cable that will suit your needs and give you the best value, then you need to look no further! Specifications: 20 feet in length (each cable). 20 AWG.\r\n1-YEAR WARRANTY � All products we sell from laptop stands, recording studio equipment, disc jockey accessories and dj stands, to stage equipment and stage lighting packages, and everything in between comes with our exclusive, 30-day money back return policy and a premium 1-year warranty! All you have to do is contact us within 30 days to request a return, or within 365 days from purchase to request a warranty replacement', 25.95, NULL, NULL, 31.95, 'Guitar Cords (4 Pack) Right Angle Instrument Cable by FAT TOAD | 20FT 1/4 Inch Straight-End Wires for Electric Guitar, Bass, Keyboards & Music Sound Recording Studio | Shielded 20 AWG Patch Conductor-43307.jpeg', 'Guitar Cords (4 Pack) Right Angle Instrument Cable by FAT TOAD | 20FT 1/4 Inch Straight-End Wires for Electric Guitar, Bass, Keyboards & Music Sound Recording Studio | Shielded 20 AWG Patch Conductor-84485.jpeg', 'Guitar Cords (4 Pack) Right Angle Instrument Cable by FAT TOAD | 20FT 1/4 Inch Straight-End Wires for Electric Guitar, Bass, Keyboards & Music Sound Recording Studio | Shielded 20 AWG Patch Conductor-39533.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 15:00:15', '2024-02-07 15:00:15'),
(3923, 'Bosch Ultracompact 2-way w/single 8\" woofer EVU108295BLK', 'XnvtittWA', 16, 'Sonically matched to all EV-Innovation lines\r\nSophisticated 18-dB-octave passive crossover/EQ networks\r\nAsymmetrical enclosure for ideal under-balcony and stage-lip aiming\r\nOptional Neutrik Speakon(R) connector panel\r\nOne 1.3-inch (33 mm) diaphragm I compression driver\r\nU-bracket included\r\nOptional 70 V and 100 V operation\r\nOmniMount(R)-compatible rear mounting points\r\nAvailable in black or white (interior use)\r\nUltracompact 10 x 16 inch enclosure\r\n90º x 50º rotatable waveguide\r\nUltra-high power handling for size: 175 W continuous', 460.00, NULL, NULL, 560.97, 'Bosch Ultracompact 2-way w/single 8\" woofer EVU108295BLK-82956.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-07 15:05:19', '2024-02-07 15:05:19'),
(3924, 'Bluebird Sod Cutter', 'JcepFh43n', 11, 'Whether you are preparing for a new landscape bed, clearing for a new sidewalk or driveway, or tackling home improvement projects that require temporarily removing sod, bluebirds 18 In. sod cutter is designed to make even the toughest job quick and easy. Features include five-speed gear selection, pistol-style handle arrangement and simplified depth setting.\r\nPower: 5.5 HP\r\nEngine manufacturer: Honda\r\nTransmission type 5-speed gear\r\nClutch mechanism: centrifugal, throttle controlled', 5599.95, NULL, NULL, 5610.95, 'Bluebird Sod Cutter-98239.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-07 15:08:31', '2024-02-07 15:08:31'),
(3925, 'BeFree Sound BFS-9000 Double 12 Inch Subwoofer Portable Bluetooth Party PA Speaker', 'qWVh0g612', 16, 'This beFree Sound Double 12 Inch Subwoofer Portable Bluetooth Party PA Speaker with 3000 Watt P.M.P.O. will surely bring in enough sound to make your next event a great success.\r\nIdeal for indoor and outdoor events with Bluetooth wireless connectivity and a rechargeable battery.\r\nTravel handle adds convenience for mobility, don\'t worry about having to carry the portable speaker to your next venue.', 150.99, NULL, NULL, 183.99, 'BeFree Sound BFS-9000 Double 12 Inch Subwoofer Portable Bluetooth Party PA Speaker-79923.jpeg', 'BeFree Sound BFS-9000 Double 12 Inch Subwoofer Portable Bluetooth Party PA Speaker-33174.jpeg', 'BeFree Sound BFS-9000 Double 12 Inch Subwoofer Portable Bluetooth Party PA Speaker-52873.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 15:10:47', '2024-02-07 15:10:47'),
(3926, 'Eshumi Black Snail Perfect Hydrator Skin', 'bbbDSmcyw', 5, 'Eshumi Black Snail Perfect Hydrator Skin\r\n\r\nwhitening and anti-wrinkle moisture', 20.00, NULL, NULL, 25.00, 'Eshumi Black Snail Perfect Hydrator Skin-55666.jpeg', 'Eshumi Black Snail Perfect Hydrator Skin-69209.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 15:14:40', '2024-02-07 15:14:40'),
(3927, 'Structron Soil Probe Cast Metal Tip Head Yellow Fiberglass Shaft Handle', '8i5zohpiX', 11, 'The Structron Soil Probe is a top-notch tool for all your soil testing needs. With its cast metal tip head and sturdy yellow fiberglass shaft handle, it\'s built to last. Whether you\'re a professional or a gardening enthusiast, this soil probe will help you get accurate readings and make informed decisions about your soil. It\'s a must-have for anyone serious about soil analysis!', 35.99, NULL, NULL, 53.08, 'Structron Soil Probe Cast Metal Tip Head Yellow Fiberglass Shaft Handle-63167.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-07 15:15:54', '2024-02-07 15:15:54'),
(3928, 'Lasers Dust Particle Sensor Module Detect PM Indoor Gas Air Quality Detection Environmental Monitoring Fit For Purifier', 'zmmizLO0l', 16, 'The MPM10AG sensor ensures precise measurement of indoor air quality, providing reliable data for monitoring purposes.\r\nThe sensor promptlys detects changes in air particle levels with high sensitivity and a fast response time.\r\nVersatile Applications Suitable for various indoor environments such as homes, offices, schools, hospitals, and manufacturing facilities.\r\nMade with ABS and metal materials, the sensor is built to last.\r\nCompatible for air quality monitoring instruments and home system, making it convenient to incorporate into existing setups.', 10.00, NULL, NULL, 13.88, 'Lasers Dust Particle Sensor Module Detect PM Indoor Gas Air Quality Detection Environmental Monitoring Fit For Purifier-47462.jpeg', 'Lasers Dust Particle Sensor Module Detect PM Indoor Gas Air Quality Detection Environmental Monitoring Fit For Purifier-92767.jpeg', 'Lasers Dust Particle Sensor Module Detect PM Indoor Gas Air Quality Detection Environmental Monitoring Fit For Purifier-10806.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-07 15:17:30', '2024-02-07 15:17:30'),
(3929, 'Virgin Human Hair', 'aUkxPsgix', 5, '100% Virgin Human Hair\r\nMOQ\r\n1 Piece\r\nLength\r\n8-32 inch\r\nHair Weft\r\nDouble Machine Weft\r\nNet Weight\r\n100 gram/piece\r\nHair Style\r\nStraight; Body Wave; Deep Wave; Loose Wave; Kinky Curly; Bouncy Curly; Water Wave .etc\r\nHair Origin\r\nBrazil; Peru; Malaysia; India; Vietnam; Cambodia; China (please choose)', 37.00, NULL, NULL, 58.00, 'Virgin Human Hair-41269.jpeg', 'Virgin Human Hair-35049.jpeg', 'Virgin Human Hair-97208.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 15:24:12', '2024-02-07 15:24:12'),
(3930, 'Acuvar 49\" Pro Series Expandable Professional Camera Tripod for Canon, Nikon, Sony, Samsung, Olympus, Panasonic & Pentax', 'iBuqQ7C8e', 16, 'Lightweight and Compact design, Machined Steel Industrial Construction.\r\nDual Lock Quick Release Plate, non-slip bubble rubber feet\r\n7 section Steel alloy legs with single hand twist locking mechanism\r\n2-way Ball head with Smooth tilt motion for steady video and photo\r\nQuickly and easily extends to a 49 max height and it collapses to a comfortable 14\"', 10.99, NULL, NULL, 16.99, 'Acuvar 49\" Pro Series Expandable Professional Camera Tripod for Canon, Nikon, Sony, Samsung, Olympus, Panasonic & Pentax-19335.jpeg', 'Acuvar 49\" Pro Series Expandable Professional Camera Tripod for Canon, Nikon, Sony, Samsung, Olympus, Panasonic & Pentax-79582.jpeg', 'Acuvar 49\" Pro Series Expandable Professional Camera Tripod for Canon, Nikon, Sony, Samsung, Olympus, Panasonic & Pentax-55389.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 15:26:23', '2024-02-07 15:26:23'),
(3931, 'Glutathione & Vitamin C & Retinol 7-piece Set', 'YOtIya7AD', 5, 'LANORIENT private label natural set l-Glutathione Vitamin C Arbutin Collagen brightening moisturizing women face skin care kit', 21.00, NULL, NULL, 30.89, 'Glutathione & Vitamin C & Retinol 7-piece Set-57057.jpeg', 'Glutathione & Vitamin C & Retinol 7-piece Set-59663.jpeg', 'Glutathione & Vitamin C & Retinol 7-piece Set-22550.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 15:29:09', '2024-02-07 15:29:09'),
(3932, '1U Power Supply DPS-350AB-24 H 350W Integrated Machine POS Machine Industrial Control Machine Server Power Supply', 'pdYiiyU6o', 16, '1U Power Supply DPS-350AB-24 H 350W Integrated Machine POS Machine Industrial Control Machine Server Power Supply', 195.99, NULL, NULL, 206.99, '1U Power Supply DPS-350AB-24 H 350W Integrated Machine POS Machine Industrial Control Machine Server Power Supply-62984.jpeg', '1U Power Supply DPS-350AB-24 H 350W Integrated Machine POS Machine Industrial Control Machine Server Power Supply-23351.jpeg', '1U Power Supply DPS-350AB-24 H 350W Integrated Machine POS Machine Industrial Control Machine Server Power Supply-19032.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 15:32:40', '2024-02-07 15:32:40'),
(3934, 'turmeric cleanser turmeric skin care set', 'VGh55HBUl', 5, 'acne treatment aloe vera face cream aloe vera skin care set  turmeric oil turmeric face cream turmeric face serum turmeric cleanser turmeric skin care set', 21.69, NULL, NULL, 25.00, 'turmeric cleanser turmeric skin care set-57314.jpeg', 'turmeric cleanser turmeric skin care set-71949.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 15:34:37', '2024-02-07 15:34:37'),
(3935, 'Radiant Glory: Sterling Silver 6.00 carats Oval Shape Checkerboard Cut London Blue Topaz CROSS Pendant with 18 inch Silver Necklace', 'xSlBl1Mqi', 16, 'Genuine London Blue Topaz, 6 pieces, Oval Shape, Checkerboard Cut, 7x5mm. Gemstones have a vibrant rich color and eye clean clarity. Pendant is in Sterling Silver with. 925 stamp and measures 1 1/4 x 3/4 inches and weighs 4.00 grams. Pendant features top quality workmanship and a beautiful finish. Includes Free 18 inch Sterling Silver Box Style Chain, Free Ribbon Gift Box and.', 85.99, NULL, NULL, 97.99, 'Radiant Glory: Sterling Silver 6.00 carats Oval Shape Checkerboard Cut London Blue Topaz CROSS Pendant with 18 inch Silver Necklace-54003.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-07 15:35:17', '2024-02-07 15:35:17'),
(3936, '600W Watt Mono Solar Panel 12V Charging Off-Grid Battery Power RV Home Boat Camp', 'GqNSh683m', 16, 'Upgraded Design: PFCTART monocrystalline solar panel upgraded the latest half-cut cell technology, which makes the solar panels obtain better and more stable performance. Compared to regular solar panel, half-cut cell technology can reduce power loss, lower solar panel temperature and reduce the impact of shading on performance.\r\nEasy to install: It comes with solar connector leads, and a junction box. Allowing you to install, connect it to a controller, or expand with panels without breaking a sweat. The panels are made of premium Grade A+ monocrystalline solar cells that are more efficient than conventional polycrystalline solar cells.\r\nHigh Quality: The panel is covered with a special glass to protect against the bad environmental conditions. Good quality frame, withstands high winds (2400Pa) and snow loads (5400Pa).', 329.99, NULL, NULL, 429.99, '600W Watt Mono Solar Panel 12V Charging Off-Grid Battery Power RV Home Boat Camp-80464.jpeg', '600W Watt Mono Solar Panel 12V Charging Off-Grid Battery Power RV Home Boat Camp-90661.jpeg', '600W Watt Mono Solar Panel 12V Charging Off-Grid Battery Power RV Home Boat Camp-22430.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 15:55:39', '2024-02-07 15:55:39'),
(3937, 'Oravo Aquamarine Pendant Necklace Sterling Silver Oval Shape 0.75 carats', 'hz6yJUlEP', 16, 'Main Stone: Genuine Aquamarine, 0.75 carats, Oval Shape, 7x5mm, Ice Blue Hue with Brilliant Sparkle. Accent Stones(s): Cubic Zirconia, Round Brilliant Cut, Premium Grade. Pendant: 1.20 grams, Sterling Silver with 925 stamp. Pendant feature exceptional Design, Craftsmanship and finishing. Aquamarine is Birthstone of March. Perfect gift for Mothers Day, Birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Includes a Signature Gift Box. Includes complimentary Sterling Silver 18 Inch Box Style Chain. Style SP11362', 56.99, NULL, NULL, 66.99, 'Oravo Aquamarine Pendant Necklace Sterling Silver Oval Shape 0.75 carats-20726.jpeg', 'Oravo Aquamarine Pendant Necklace Sterling Silver Oval Shape 0.75 carats-66650.jpeg', 'Oravo Aquamarine Pendant Necklace Sterling Silver Oval Shape 0.75 carats-77529.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-07 16:02:12', '2024-02-07 16:02:12'),
(3938, '24K Gold Anti-acne skin care set', 'iJQHvDOf2', 5, 'New Private Label Luxury organic brightening cream Anti-acne 24k Gold Collagen Retinol skin care set', 19.00, NULL, NULL, 28.00, '24K Gold Anti-acne skin care set-43862.jpeg', '24K Gold Anti-acne skin care set-14222.jpeg', '24K Gold Anti-acne skin care set-27557.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-07 16:09:39', '2024-02-07 16:09:39'),
(3939, 'DOKIO Semi-Flexible Solar Panel 200W(100Wx2) 12V Bendable Thin Film Monocrystalline Lightweight(7.3lb) for Caravan RV Boat Camper Trailer', 'pvALbaJlT', 16, 'Good flexibilityIt is allowed to be installed on trailers, boats, cabins, tents, cars, trucks, trailers, yachts, trailers, roofs, or any other irregular surface.\r\nLight weight & easy to installIt is only 0.04 inches tall and weighs only 2.31lb, which is very suitable for the assembly of invisible solar energy. And the solar panel is easy to transport, install, hang, and remove.\r\nHigh conversion efficiencyHigh efficient monocrystalline solar cell\r\nHigh-quality material: The solar panel is made of ETFE. ETFE material has higher light transmittance and longer service life than ordinary materials. ETFE materials ensure the best performance day after day.\r\nWide range of application: It is very suitable for 12-volt battery charging. The solar panel can be easily connected to the solar controller/regulator.', 100.00, NULL, NULL, 121.00, 'DOKIO Semi-Flexible Solar Panel 200W(100Wx2) 12V Bendable Thin Film Monocrystalline Lightweight(7.3lb) for Caravan RV Boat Camper Trailer-65582.jpeg', 'DOKIO Semi-Flexible Solar Panel 200W(100Wx2) 12V Bendable Thin Film Monocrystalline Lightweight(7.3lb) for Caravan RV Boat Camper Trailer-38697.jpeg', 'DOKIO Semi-Flexible Solar Panel 200W(100Wx2) 12V Bendable Thin Film Monocrystalline Lightweight(7.3lb) for Caravan RV Boat Camper Trailer-23077.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-07 16:11:49', '2024-02-07 16:11:49'),
(3941, '14k Yellow Gold 1.00 Carats Oval Shape Swiss Blue Topaz Diamond Pendant', 'n7x0tQGx8', 16, 'Gemstone: Genuine Swiss Blue Topaz, Oval Cut, 7 x 5 mm, 0.91 carats, Lagoon Blue Hue with Brilliant Sparkle. 0.06 carat genuine Diamond with G-H color and SI1-SI2 clarity.\r\nPendant: 0.78 grams pure 14 Karat Yellow Gold with 14K Stamp. Pendant feature exceptional Design, Craftsmanship and finishing. Perfect gift for Mothers Day, Birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Includes a Signature Gift Box. Includes matching tone Sterling Silver 18 Inch Box Style Chain. Style P9670\r\nType	Pendant Necklace\r\nMaterial	Yellow Gold\r\nStone	Topaz\r\nGeneral\r\nBrand	Oravo\r\nModel	Oravo\r\nSize\r\nSize/Dimensions	18\"\r\nDetails\r\nDesign	Gemstone\r\nStyle	Pendants\r\nOccasion	Wedding\r\nResizable	No\r\nMetal Stamp	14 kt\r\nDiamond Color	G-H\r\nDiamond Clarity	SI1-SI2\r\nDiamond Weight	0.05ct\r\nGem Weight	0.91 CARATS\r\nGift Box	Gift Box\r\nStone Shape	Oval\r\nStone Cut Quality	Very Good\r\nColor	Yellow\r\nGender	Female\r\nAge	Adult\r\nCondition	New\r\nAdditional Information\r\nDate First Available	July 10, 2017', 150.99, NULL, NULL, 160.99, '14k Yellow Gold 1.00 Carats Oval Shape Swiss Blue Topaz Diamond Pendant-16137.jpeg', '14k Yellow Gold 1.00 Carats Oval Shape Swiss Blue Topaz Diamond Pendant-44429.jpeg', '14k Yellow Gold 1.00 Carats Oval Shape Swiss Blue Topaz Diamond Pendant-84155.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-07 16:19:04', '2024-02-07 16:19:04'),
(3942, 'Accessories Stand Holder', 'HFBXIog7v', 5, 'Wholesales Customized Cellphone Accessories Stand Holder 72pcs Acrylic Counter Rack Shelf Display Countertop', 88.00, NULL, NULL, 109.00, 'Accessories Stand Holder-18458.jpeg', 'Accessories Stand Holder-60094.jpeg', 'Accessories Stand Holder-14176.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-07 16:19:07', '2024-02-07 16:19:07'),
(3943, 'ECOFLOW Portable Power Station DELTA 2 Max, 2400W LFP Solar Generator, Full Charge in 1 Hr, 2048Wh Solar Powered Generator for Home Backup', 'chS0EQteN', 16, 'Expandable capacity - 2-6kWh expandable capacity to fit your energy storage needs. Add up to two DELTA 2 Max Smart Extra Batteries to hit a capacity of 6144Wh. Ideal for home backup, RVing, outdoors or even everyday use.\r\nBuilt to last 6× longer - Get 10 years of daily use until hitting 80% of its original capacity. Thats down to its LFP battery chemistry giving you 3000+ cycles.\r\nHuge AC output - With X-Boost mode get up to 3400W output power to run 99% of home appliances. Power 15 devices at once including 6 AC outlets.\r\nFastest recharging - World\'s fastest AC recharging and X-Stream dual AC+Solar charging speeds. Up to 1000W solar input to charge in as fast as 2.3 hours.\r\nCapture more energy - 99% MPPT efficiency maximizes solar generation anytime.\r\nCustomized in-app energy management - Prioritize solar or AC charging, view input and output power, battery levels and more.\r\n5-Year warranty', 1599.00, NULL, NULL, 1899.00, 'ECOFLOW Portable Power Station DELTA 2 Max, 2400W LFP Solar Generator, Full Charge in 1 Hr, 2048Wh Solar Powered Generator for Home Backup-88933.jpeg', 'ECOFLOW Portable Power Station DELTA 2 Max, 2400W LFP Solar Generator, Full Charge in 1 Hr, 2048Wh Solar Powered Generator for Home Backup-53290.jpeg', 'ECOFLOW Portable Power Station DELTA 2 Max, 2400W LFP Solar Generator, Full Charge in 1 Hr, 2048Wh Solar Powered Generator for Home Backup-89798.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-07 16:25:53', '2024-02-07 16:25:53'),
(3944, 'EC-CH98  Massage chair', 'jDsRmj6jj', 5, 'Comfortable massage chair adjustable to a bed for full body massage and hair wash', 79.00, NULL, NULL, 365.00, 'EC-CH98  Massage chair-20268.jpeg', 'EC-CH98  Massage chair-63037.jpeg', 'EC-CH98  Massage chair-54910.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-07 16:26:17', '2024-02-07 16:26:17'),
(3945, 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women', '0RhnzvuEC', 16, 'Design with 925 sterling silver heart shaped simulated red ruby pendant earrings set and cubic zirconia\r\nThis is a fantastic gift set for your families, wife, mother, girlfriend, friends, lover and fiancee\r\nThis created July birthstone big heart pendant necklace come with an 18\" Chain (chain is varied) and elegant jewelry box\r\n60 days money back and satisfaction guarantee\r\nDurable and good finished anti allergic, Nickel free', 45.99, NULL, NULL, 55.99, 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women-65763.jpeg', 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women-64709.jpeg', 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women-82827.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-07 16:33:02', '2024-02-07 16:33:02'),
(3946, 'AVATA DRONE', 'I4FHkd3HV', 5, 'Somatic drone Dji avata FPV drone kit with camera', 470.00, NULL, NULL, 1176.00, 'AVAtA-35303.jpeg', 'AVAtA-31222.jpeg', 'AVAtA-48684.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-07 16:40:03', '2024-02-07 16:47:05'),
(3947, 'Amethyst Diamond Ring 14Kt White Gold 2.6 Cts', 'tLqawrtSE', 16, 'Gemstone: Genuine Amethyst, Oval Cut, 10X8 mm, 2.6 Carats, Royal Purple Hue with Brilliant Sparkle. 0.25 Carats Genuine Diamond with G-H color and SI clarity. Ring: 3.39 grams pure 14 karat white gold with 14k stamp. Ring features exceptional Design, Craftsmanship and finishing. Perfect gift for Mothers Day, Birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Money Back Guarantee. Ring is made in size 7 only but can be resized by a reputable local jeweler. Includes a Presentation Gift Box. Style R62104', 309.99, NULL, NULL, 330.45, 'Amethyst Diamond Ring 14Kt White Gold 2.6 Cts-59838.jpeg', 'Amethyst Diamond Ring 14Kt White Gold 2.6 Cts-75436.jpeg', 'Amethyst Diamond Ring 14Kt White Gold 2.6 Cts-12680.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-07 16:51:01', '2024-02-07 16:51:01'),
(3948, 'vidaXL Lawn Aerator Clamp with Spikes 5 pcs Diameter 11.8\"', 'JRg1XjDET', 16, 'The 5-piece set of clamps with spikes can be added to a lawn roller for aerating prior to seeding or fertilizing. It is a perfect accessory for gardeners who want to start aerating their lawn. With the spikes on the clamp, the aerator can help to reduce soil compaction and allow water, air and nutrients to get to the root system for a green and healthy lawn. Made of high quality iron, the clamps are built to last. The clamps are easy to assemble with the provided screws. Delivery includes 5 clamps.\r\n\r\nNote: Lawn roller is not included.', 106.86, NULL, NULL, 127.99, 'vidaXL Lawn Aerator Clamp with Spikes 5 pcs Diameter 11.8\"-30728.jpeg', 'vidaXL Lawn Aerator Clamp with Spikes 5 pcs Diameter 11.8\"-99043.jpeg', 'vidaXL Lawn Aerator Clamp with Spikes 5 pcs Diameter 11.8\"-57942.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-07 16:59:05', '2024-02-07 16:59:05'),
(3949, '4x4 cargo storage', 'x3Qcwzq3z', 5, '2021 auto accessories 4x4 cargo storage drawer suv interior bed drawer box for Land Cruiser', 616.00, NULL, NULL, 646.98, '4x4 cargo storage-54842.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-07 16:59:06', '2024-02-07 16:59:06'),
(3950, 'EcoFlow Blade Robotic Lawn Mower, Wire-Free Boundaries, Auto-Route Planning with GPS, RTK Smart Obstacle Avoidance, Water-Resistant Anti-Theft Auto Lock Robot Mower for Yards up to 0.7 Acres', 'dS6yBPdkT', 16, 'Industry\'s First Robotic Lawn Sweeping Mower\r\nWire-free Boundaries\r\nX-Vision Obstacle Avoidance\r\nWide Cutting Range\r\nAnti-theft\r\nRain Sensor\r\nComprehensive After-sales Services', 1999.00, NULL, NULL, 2140.99, 'EcoFlow Blade Robotic Lawn Mower, Wire-Free Boundaries, Auto-Route Planning with GPS, RTK Smart Obstacle Avoidance, Water-Resistant Anti-Theft Auto Lock Robot Mower for Yards up to 0.7 Acres-52984.jpeg', 'EcoFlow Blade Robotic Lawn Mower, Wire-Free Boundaries, Auto-Route Planning with GPS, RTK Smart Obstacle Avoidance, Water-Resistant Anti-Theft Auto Lock Robot Mower for Yards up to 0.7 Acres-76351.jpeg', 'EcoFlow Blade Robotic Lawn Mower, Wire-Free Boundaries, Auto-Route Planning with GPS, RTK Smart Obstacle Avoidance, Water-Resistant Anti-Theft Auto Lock Robot Mower for Yards up to 0.7 Acres-27310.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-07 17:10:24', '2024-02-07 17:10:24'),
(3951, 'Automatic assembly device for AC contactor accessories', 'kuJQ7DajB', 5, 'Assembly, online inspection, real-time monitoring, quality traceability, barcode recognition, key component life monitoring, data storage, with automatic feeding, main contact assembly, auxiliary contact assembly, locking tile screws, on/off detection, synchronization detection, transfer printing, laser marking, CCD visual inspection, labeling, coding, bagging, bag cutting, heat shrinkage, packaging, sealing, bundling, stacking, AGV logistics, shortage/full material alarm and other processes MES system and ERP system networking, parameter arbitrary formula, intelligent energy analysis and energy-saving management system, intelligent equipment service big data cloud platform and other functions.', 10000.00, NULL, NULL, 60000.00, 'Automatic assembly device for AC contactor accessories-71766.jpeg', 'Automatic assembly device for AC contactor accessories-79590.jpeg', 'Automatic assembly device for AC contactor accessories-83465.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-07 17:10:51', '2024-02-07 17:10:51'),
(3952, 'FIMCO LG-15-EC 15 gal. Economy Spot Sprayer, Polyethylene Tank, 15 ft. Hose', 'fsbpL6y2L', 16, 'Spot Sprayer, Tank Capacity 15 gal, Flow Rate 1 gpm, 35 psi PSI, Hose Length 15 ft, Hose Material EPDM Rubber, Spray Distance Vertical 12 ft, Spray Distance Horizontal 25 ft, 5 in Opening Size, Nozzle Type Adjustable Cone Shaped Pattern, Diaphragm, Tank Material Polyethylene, Drain Full Length Drain Sump, Application Used for Applying Insecticides and Herbicides, Includes Handgun with Adjustable Tip.', 140.99, NULL, NULL, 180.99, 'FIMCO LG-15-EC 15 gal. Economy Spot Sprayer, Polyethylene Tank, 15 ft. Hose-65504.jpeg', 'FIMCO LG-15-EC 15 gal. Economy Spot Sprayer, Polyethylene Tank, 15 ft. Hose-36342.jpeg', 'FIMCO LG-15-EC 15 gal. Economy Spot Sprayer, Polyethylene Tank, 15 ft. Hose-70551.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-07 17:19:58', '2024-02-07 17:19:58'),
(3953, '60L Water Evaporative Air cooler FAN industrial', 'VfvK4bZ8o', 5, 'Automatic horizontal and mechanical vertical swing', 70.00, NULL, NULL, 73.00, '60L Water Evaporative Air cooler FAN industrial-14376.jpeg', '60L Water Evaporative Air cooler FAN industrial-54940.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 17:27:39', '2024-02-07 17:27:39'),
(3954, 'vidaXL Patio Folding Chairs 3 Pcs Camping Garden Lawn Chair Solid Wood Acacia', '2PXuOimEm', 1, 'This set of 3 wooden garden chairs is designed to add a vintage look to any dinner in your garden, terrace or patio.\r\n\r\nThe folding chair is made of solid acacia wood, a tropical hardwood, making it stable and durable. The oil-finished surface is easy to clean with a damp cloth. The dining chair can be adjusted to 5 positions, providing you with optimal seating comfort. It can also be folded to save space when not in use.\r\n\r\nThe delivery includes the galvanized yellow hardware.\r\n\r\nMaterial: Solid acacia wood with an oil finish\r\nDimensions: 22.4\" x 27.2\" x 43.7\" (W x D x H)\r\nFoldable for easy storage and transport\r\nAssembly required: Yes\r\nDelivery contains:\r\n3 x Garden chair', 226.99, NULL, NULL, 256.99, 'vidaXL Patio Folding Chairs 3 Pcs Camping Garden Lawn Chair Solid Wood Acacia-10882.jpeg', 'vidaXL Patio Folding Chairs 3 Pcs Camping Garden Lawn Chair Solid Wood Acacia-54662.jpeg', 'vidaXL Patio Folding Chairs 3 Pcs Camping Garden Lawn Chair Solid Wood Acacia-45011.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-07 17:29:55', '2024-02-07 17:29:55'),
(3955, '946-05098C Lawn Tractor Throttle Cable for CYT4220SE CYT4622SE 13B7A1ZW099', 'KF7toQCR4', 16, '28.89 USD\r\n946-05098C Lawn Tractor Throttle Cable for CYT4220SE CYT4622SE 13B7A1ZW099\r\n\r\n\r\nCondition: new and high quality after market product\r\n\r\nQty: 1 x Lawn Tractor Throttle Cable\r\n\r\nNote: Cannot use with mower which has a choke position.\r\n\r\nConsider heat wrapping the exhaust if the original cable casing melted which is why you are replacing it now.\r\nThe throttle cable was really easy to install and fit perfectly. The original throttle line needs to be removed with a wrench, and then the new product can be directly replaced. If your handy at taking things apart and have metric tools 1/4 inch socket set and a 1/2 inch socket set and take your time you will get it done It made your cub cadet mower running within 5 to 10 minutes.', 28.99, NULL, NULL, 35.99, '946-05098C Lawn Tractor Throttle Cable for CYT4220SE CYT4622SE 13B7A1ZW099-63335.jpeg', '946-05098C Lawn Tractor Throttle Cable for CYT4220SE CYT4622SE 13B7A1ZW099-38840.jpeg', '946-05098C Lawn Tractor Throttle Cable for CYT4220SE CYT4622SE 13B7A1ZW099-66465.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-07 17:39:31', '2024-02-07 17:39:31'),
(3956, 'Portable air conditioner', 'FbvjweN9s', 5, '· 7,000BTU/h cooling capacity. \r\n· Environmental-friendly refrigerant R410A or R290. \r\n· Ideal for office and home use as an air conditioner,a fan cooler or a dehumidifier. \r\n· 2-speed control accessible using panel or remote control. \r\n· High energy effciency EER:A class. \r\n· Horizontal swing louvers for enhanced cooling performance. \r\n· Virtually no installation necessary. \r\n· Up to 24 hours programmable timer.\r\n· Self-diagnose capability and water-full safety alarm. \r\n· Easy to move aroung with rolling casters. \r\n·Extendable exhaust hose (up to 1.5 meters).', 93.00, NULL, NULL, 110.00, 'Portable air conditioner-98831.jpeg', 'Portable air conditioner-63704.jpeg', 'Portable air conditioner-72220.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 18:35:10', '2024-02-07 18:35:10'),
(3957, 'New digital air cooler with cooling only digital display and remot control', 'moFG4eyKx', 5, '3 In 1 Air Cooler/ Air Purifier/ Humidifier;\r\n*Water Evaporation heat absorption, Ice-crystal cooling, Ice cooling;\r\n*3 speed choices: low/med/hight;\r\n*Automatic horizontal swing;\r\n*manual vertical airflow adjustment;\r\n*easy-moving castors;\r\n*Water tank with level indicator;\r\n*led light display\r\n*Ice box holder in water tank,easy-pulling away,the pump automatic up and down;\r\n*panel control and remote control;\r\n*0~7.5 hours timer;\r\n*Water filter system;\r\n*with ionizer;\r\n*Cold catalyst/ionizer/dust gauze, air purification function;\r\n*Two ice box', 32.00, NULL, NULL, 89.00, 'New digital air cooler with cooling only digital display and remot control-89893.jpeg', 'New digital air cooler with cooling only digital display and remot control-26170.jpeg', 'New digital air cooler with cooling only digital display and remot control-35203.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 18:39:43', '2024-02-07 18:39:43'),
(3958, '28 cu ft 4 door french door refrigerator', 'BrGRLFGnB', 5, 'COMPRESSOR\r\nApplication\r\nHotel, Commercial, Household\r\nPower Source\r\nElectric\r\nRefrigeration Type\r\nAir Cooling', 400.00, NULL, NULL, 489.00, '28 cu ft 4 door french door refrigerator-72444.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-07 19:20:55', '2024-02-07 19:20:55'),
(3959, 'Soft lighting LED ceiling fan', 'U3JXEXrM9', 5, 'Low noise LED ceiling fan\r\nThe pure copper motor delivers powerful air movement with silent performance when you get the cooling air.', 50.00, NULL, NULL, 59.98, 'Soft lighting LED ceiling fan-53637.jpeg', 'Soft lighting LED ceiling fan-55375.jpeg', 'Soft lighting LED ceiling fan-24669.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-07 23:40:23', '2024-02-07 23:40:23'),
(3960, 'K cup coffee maker', 'yfivAbd1h', 5, '120V~60Hz,800W\r\n2. Single cup brewing system for use with K-cups 3. One-touch control buttom with illumination\r\n4. Detachable lid\r\n5. Integrated reservoir, easier access to clean\r\n6. 10 Oz serving size\r\n7. Auto shut off after brew\r\n8. Retractable probe for safety.', 70.00, NULL, NULL, 89.00, 'K cup coffee maker-89425.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-07 23:57:08', '2024-02-07 23:57:08'),
(3961, 'YHY Ultimate Racing', 'aMy9j1nZg', 5, 'YHY All-aluminum Alloy Steering wheel 32 inch Screen 3 Dof Motion 4D Car Gaming Racing VR Set AR/VR Entertainment', 4970.00, NULL, NULL, 4998.00, 'YHY Ultimate Racing-17402.jpeg', 'YHY Ultimate Racing-26656.jpeg', NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-02-08 00:09:59', '2024-02-08 00:09:59'),
(3962, 'SONGWAY Small Household Mechanic Tool Set - 108 Piece Tool Box Set, Basic Home Tool Kit, Car Tool Set, Mechanic Hand Tool Kit, Tool Kit for Home', 'YoDbUlvwP', 16, 'HIGH QUALITY: Tools are manufactured from carbon steel and finished in high-polish chrome to improve corrosion resistance and extend service life. The handles of the tools are made from plastic. The tools have high corrosion resistance and mechanical properties.\r\nESSENTIAL DIY TOOLS: The mechanic tool set contains the most useful tools for small repairs and basic DIY projects in our daily life. The Tools can be used to disassemble and assemble screws, shear wires, thick wire detection circuits, etc.\r\nCOMPLETE RANGE OF TOOLS: The general tool kit contains 108 piece tools. It includes sockets and precision screwdriver, Hex hey wrenches, hammer, levelling instrument, pliers, wrench, etc.\r\nSTURDY COMPACT STORAGE CASE: Tools are neatly stored in a sturdy case that keeps them clean, organized and easy to find. The case with handle is easy to carry.\r\nSTRONG PRACTICABILITY: Perfect for handymen, repairmen, construction workers, mechanics, body shops etc. Its also', 91.08, NULL, NULL, 109.11, 'SONGWAY Small Household Mechanic Tool Set - 108 Piece Tool Box Set, Basic Home Tool Kit, Car Tool Set, Mechanic Hand Tool Kit, Tool Kit for Home-88156.jpeg', 'SONGWAY Small Household Mechanic Tool Set - 108 Piece Tool Box Set, Basic Home Tool Kit, Car Tool Set, Mechanic Hand Tool Kit, Tool Kit for Home-97036.jpeg', 'SONGWAY Small Household Mechanic Tool Set - 108 Piece Tool Box Set, Basic Home Tool Kit, Car Tool Set, Mechanic Hand Tool Kit, Tool Kit for Home-49184.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-08 00:11:49', '2024-02-08 00:11:49'),
(3963, 'DEKOPRO 208 Piece Tool Set,General Household Hand Tool Kit, Auto Repair Tool Box with Plastic Toolbox Storage Case', 'okxOnJSys', 16, 'ESSENTIAL DIY TOOLS: This compact tool kit contains the most useful tools for basic DIY household repairs. Picture hanging, box opening, screw tightening, this is the perfect starter kit for home repairs\r\nHIGH QUALITY & STANDARDS:Forged from high-quality steel and finished in high-polish chrome,strength, durability, anti-corrosion protection.All the tools meet or exceed ANSI critical standards\r\nCOMPLETE ACCESSORIES:Rich accessories of updated tools placed in this tool set.Includes combination wrench,phillips precision, long nose plier, linemans plier, test pencil,flashlight,adjustable wrench,rip claw hammer,spinner handle and more\r\nSTURDY COMPACT STORAGE CASE: Tools are neatly stored in a sturdy case to keep them secure, clean, organized and easy to find\r\nDESIGN OF GREAT ORGINALITY:Black case makes it dirt-resistant.Diamond shape design makes it unique and fashion.Basic tool kit case size: 17.5&#34;*13.6&#34;*3.5&#34;.Net Weight 11.88lb', 109.99, NULL, NULL, 120.99, 'DEKOPRO 208 Piece Tool Set,General Household Hand Tool Kit, Auto Repair Tool Box with Plastic Toolbox Storage Case-24381.jpeg', 'DEKOPRO 208 Piece Tool Set,General Household Hand Tool Kit, Auto Repair Tool Box with Plastic Toolbox Storage Case-68983.jpeg', 'DEKOPRO 208 Piece Tool Set,General Household Hand Tool Kit, Auto Repair Tool Box with Plastic Toolbox Storage Case-97933.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-08 00:14:30', '2024-02-08 00:14:30'),
(3964, 'LCD Digital Tire Depth Tread Gauge W/ Battery Caliper Tool Truck Car Motorcycle', 'iHd3IC6lu', 16, 'Description: Professional digital tire tread depth gauge, very practical and simple to use.\r\nRange: 0- 25.4 mm\r\nResolution: 0.01 mm\r\nMaterial: Stainless Steel, ABS\r\nPower: 1 x 1.5V LR44 button battery included\r\nFeature: Large LCD display Manual power on/off Zero setting at any position Metric/Inch system interchange Suitable for tread depth, brake shoe and pad wear Keep the gauge clear No water oil on bar Remove battery when not use for long periods Display flashes when battery power is low\r\nAccidental display failure: take out battery for 30 seconds\r\nInstruction Manual:\r\n1. Insert battery in, \"+\" pole upward\r\n2. Switch ON\r\n3. Put base on flat surface and press bar downward\r\n4. Set ZERO\r\n5. Put gauge on tire, hold stable and press bar tip into tyre profile\r\n6. Read profile depth value directly\r\nPackage Include: 1 x Digital Gauge With BatteryLR44 ready to go!', 45.99, NULL, NULL, 67.80, 'LCD Digital Tire Depth Tread Gauge W/ Battery Caliper Tool Truck Car Motorcycle-42555.jpeg', 'LCD Digital Tire Depth Tread Gauge W/ Battery Caliper Tool Truck Car Motorcycle-22670.jpeg', 'LCD Digital Tire Depth Tread Gauge W/ Battery Caliper Tool Truck Car Motorcycle-88727.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-08 00:18:38', '2024-02-08 00:18:38'),
(3965, 'Car Wheel Steering Cover Black Red Reflective Breathable Anti-slip Accessories', 'Kre6QjnpG', 16, 'Description: Top\r\nquality: Made of high-quality PU leather; soft to touch, anti-slip, wear-resistant and durable.\r\nUniversal fit: Fits all standard size steering wheels from 36-38 cm in diameter.\r\nUPGRADE YOUR VEHICLE: Protect your steering wheel with luxury leather steering wheel.\r\nSpecificons:\r\nColor: black red.\r\nMaterial: PU leather.\r\nApplicable steering wheel size: 36-38cm. Fits Most Standard Steering Wheels.\r\nFeatures: Easy installon and super elastic to fit up to 36-38cm / 14\"-15\" steering wheel\r\nNotes: The color of the actual items may slightly different from the listing images due to different displays.\r\nPackage Included: 1 Steering wheel cover', 40.99, NULL, NULL, 55.05, 'Car Wheel Steering Cover Black Red Reflective Breathable Anti-slip Accessories-60328.jpeg', 'Car Wheel Steering Cover Black Red Reflective Breathable Anti-slip Accessories-93139.jpeg', 'Car Wheel Steering Cover Black Red Reflective Breathable Anti-slip Accessories-49142.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-08 00:23:23', '2024-02-08 00:23:23');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(3966, 'Professional Automotive Scanner Odometer Adjustment Mileage Programmer Auto Mileage Correction On-Board Diagnostic Car Diagnostic Tool', '6H8t0zV19', 16, 'Features:Support On-Board Diagnostic two / EOBD nine standard protocols.Support On-Board Diagnostic functions such as vehicle fault diagnosis and real-time data flow.With data waveform display, data storage and playback functions.Data with emission detection.The engine fault code reader has a 2.8-inch TFT color display, built-in buzzer, one-button I/M ready and DTC database, screen/button self-test, compatible with 4 languages, English, Chinese, German, French and 3 Unit of measurement, 4 feet of fine quality extension cord allows you to use the on-board computer reader when you take it out of the car.Fine reliability, wide voltage range of 8-36V, with stronge overcurrent and overvoltage protections.It can accurately test more than 16 vehicle operating parameters and use real-time waveform display, including but not limited to engine cooling temperature, short-term fuel adjustment, engine coolant temperature, intake air temperature,', 31.17, NULL, NULL, 64.25, 'Professional Automotive Scanner Odometer Adjustment Mileage Programmer Auto Mileage Correction On-Board Diagnostic Car Diagnostic Tool-36731.jpeg', 'Professional Automotive Scanner Odometer Adjustment Mileage Programmer Auto Mileage Correction On-Board Diagnostic Car Diagnostic Tool-13407.jpeg', 'Professional Automotive Scanner Odometer Adjustment Mileage Programmer Auto Mileage Correction On-Board Diagnostic Car Diagnostic Tool-35754.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-08 00:28:27', '2024-02-08 00:28:27'),
(3967, 'Ruthless Vows', 'KYVUZ6xXk', 16, 'The epic conclusion to the intensely romantic and beautifully written story that started in Divine Rivals.\r\n\r\nTwo weeks have passed since Iris Winnow returned home bruised and heartbroken from the front, but the war is far from over. Roman is missing, and the city of Oath continues to dwell in a state of disbelief and ignorance. When Iris and Attie are given another chance to report on Dacre\'s movements, they both take the opportunity and head westward once more despite the danger, knowing it\'s only a matter of time before the conflict reaches a city that\'s unprepared and fracturing beneath the chancellor\'s reign.\r\nSince waking below in Dacre\'s realm, Roman cannot remember his past. But given the reassurance that his memories will return in time, Roman begins to write articles for Dacre, uncertain of his place in the greater scheme of the war. When a strange letter arrives by wardrobe door, Roman is first suspicious, then intrigued. As he strikes up a correspondence with his mysterious pen pal, Roman will soon have to make a decision: to stand with Dacre or betray the god who healed him. And as the days grow darker, inevitably drawing Roman and Iris closer together...the two of them will risk their very hearts and futures to change the tides of the war.', 17.48, NULL, NULL, 20.00, 'Ruthless Vows-71552.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-08 00:32:09', '2024-02-08 00:32:09'),
(3968, 'House of Flame and Shadow', 'iM44EwFRi', 16, 'The stunning third book in the sexy, action-packed Crescent City series, following the global bestsellers House of Earth and Blood and House of Sky and Breath. Bryce Quinlan never expected to see a world other than Midgard, but now that she has, all she wants is to get back. Everything she loves is in Midgard: her family, her friends, her mate. Stranded in a strange new world, she\'s going to need all her wits about her to get home again. And that\'s no easy feat when she has no idea who to trust. Hunt Athalar has found himself in some deep holes in his life, but this one might be the deepest of all. After a few brief months with everything he ever wanted, he\'s in the Asteri\'s dungeons again, stripped of his freedom and without a clue as to Bryce\'s fate. He\'s desperate to help her, but until he can escape the Asteri\'s leash, his hands are quite literally tied. In this sexy, breathtaking sequel to the #1 bestsellers House of Earth and Blood and House of Sky and Breath, Sarah J. Maas\'s Crescent City series reaches new heights as Bryce and Hunt\'s world is brought to the brink of collapse-with its future resting on their shoulders.\r\n\r\nFormat:	Hardcover\r\nLanguage:	English\r\nISBN:	1635574102\r\nISBN13:	9781635574104\r\nRelease Date:	January 2024\r\nPublisher:	Bloomsbury Publishing\r\nLength:	848 Pages\r\nWeight:	2.45 lbs.\r\nDimensions:	2.5\" x 6.2\" x 9.4\"', 25.89, NULL, NULL, 32.00, 'House of Flame and Shadow-97918.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-08 00:34:44', '2024-02-08 00:34:44'),
(3969, 'The Never King', 'kWOQSDoes', 16, 'The stories were all wrong - Hook was never the villain.\r\n\r\n\r\n\r\nFor two centuries, all of the Darling women have disappeared on their 18th birthday. Sometimes they\'re gone for only a day, some a week or a month. But they always return broken.\r\n\r\n\r\n\r\nNow, on the afternoon of my 18th birthday, my mother is running around the house making sure all the windows are barred and the doors locked.\r\n\r\nBut it\'s pointless.\r\n\r\n\r\n\r\nBecause when night falls, he comes for me. And this time, the Never King and the Lost Boys aren\'t willing to let me go.\r\n\r\n\r\n\r\nNOTE: The Never King is a reimagining of Peter and Wendy. Characters have been aged up for this darker, grittier version. If you like your enemies to lovers romance with hot, ruthless, morally gray love interests, you\'ll enjoy The Never King and the Lost Boys. You can expect hate kissing, fighting, bickering, and \'touch her and I\'ll unalive you\' vibes. Book one ends on a cliff.\r\nFormat:	Paperback\r\nLanguage:	English\r\nISBN:	B09TLW75YY\r\nISBN13:	9798985421217\r\nRelease Date:	February 2022\r\nPublisher:	Blackwell House LLC\r\nLength:	206 Pages\r\nWeight:	0.46 lbs.\r\nDimensions:	0.4\" x 5.0\" x 8.0\"', 13.93, NULL, NULL, 14.99, 'The Never King-19526.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-08 00:38:34', '2024-02-08 00:38:34'),
(3970, 'The Choice THE DRAGON HEART LEGACY', 'zkN6ke8dw', 16, 'The Choice is the conclusion of the epic Dragon Heart Legacy trilogy from Nora Roberts, the #1 New York Times bestselling author of The Awakening and The Becoming.\r\n\r\nTalamh is a land of green hills, high mountains, deep forests, and seas, where magicks thrive. But portals allow for passage in and out--and ultimately, each must choose their place, and choose between good and evil, war and peace, life and death...\r\nBreen Siobhan Kelly grew up in the world of Man and was once unaware of her true nature. Now she is in Talamh, trying to heal after a terrible battle and heartbreaking losses. Her grandfather, the dark god Odran, has been defeated in his attempt to rule over Talamh, and over Breen--for now.\r\nWith the enemy cast out and the portal sealed, this is a time to rest and to prepare. Breen spreads her wings and realizes a power she\'s never experienced before. It\'s also a time for celebrations--of her first Christmas in both Talamh and Ireland, of solstice and weddings and births--and daring to find joy again in the wake of sorrow. She rededicates herself to writing her stories, and when his duties as taoiseach permit, she is together with Keegan, who has trained her as a warrior and whom she has grown to love.\r\nIt\'s Keegan who\'s at her side when the enemy\'s witches, traitorous and power-mad, appear to her in her sleep, practicing black magick, sacrificing the innocent, and plotting a brutal destruction for Breen. And soon, united with him and with all of Talamh, she will seek out those in desperate need of rescue, and confront the darkness with every weapon she has: her sword, her magicks--and her courage.', 16.83, NULL, NULL, 19.00, 'The Choice THE DRAGON HEART LEGACY-61158.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-08 00:41:11', '2024-02-08 00:41:11'),
(3971, 'A Touch of Ruin', 'v9UAJ1VUc', 16, 'The second in the captivating Hades and Persephone series from fan-favorite bestselling author Scarlett St. Clair.\r\n\r\nAre you saying you wouldn\'t fight for me? \r\nHades sighed and brushed his finger along her cheek. Darling, I would burn this world for you.\r\n\r\nPersephone\'s relationship with Hades has gone public and the resulting media storm disrupts her normal life and threatens to expose her as the Goddess of Spring. To add to her troubles, everyone seems eager to warn Persephone away from the God of the Dead by exposing his hellish past.\r\n\r\nThings only get worse when a horrible tragedy leaves Persephone\'s heart in ruin and Hades refusing to help. Desperate, she takes matters into her own hands, striking bargains that lead to severe consequences. Faced with a side of Hades she never knew, and crushing loss, Persephone wonders if she can truly become Hades\'s queen.', 14.77, NULL, NULL, 16.99, 'A Touch of Ruin-80483.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-08 00:44:31', '2024-02-08 00:44:31'),
(3972, 'Prego', 'RmF3SPPoP', 17, '6-Count 23.5-Ounce Prego Pasta Sauce (Sweet Sausage & Roasted Peppers)', 12.93, NULL, NULL, 21.99, 'Prego-78236.jpeg', 'Prego-81399.jpeg', 'Prego-22811.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-08 00:50:12', '2024-02-08 00:50:12'),
(3973, 'Aaladin Cleaning Systems Unloader Valve for use with Pressure Washers', '9T8oeu5GP', 12, 'Keep your Aaladin pressure washer working right by replacing the unloader valve to prevent psi loss. This replacement part is a genuine AaLadin part.\r\nReplacement Part\r\nKeeps your psi working at maximum capacity\r\nFor use with AaLadin pressure washers\r\nGenuine AaLadin part', 125.77, NULL, NULL, 135.99, 'Aaladin Cleaning Systems Unloader Valve for use with Pressure Washers-83202.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-08 01:05:17', '2024-02-08 01:05:17'),
(3974, 'Mi T M 20 inch Rotary Surface Cleaner', 'rT7oXxaga', 12, 'Clean large surfaces faster and easier than with a standard cleaning nozzle. The Mi-T-M rotary surface cleaners are equipped with strong-bristled brushes for long life and easy glide control. This accessory can be used on desks, patios, sidewalks, driveways, pool decks parking lots, garages and any other horizontal surface.\r\nProfessional grade high-pressure trigger gun\r\nCleans large surface areas quicker than traditional nozzles\r\nUse with pressure washers rated up to 4,200 PSI\r\n180 Max temp', 712.99, NULL, NULL, 1107.00, 'Mi T M 20 inch Rotary Surface Cleaner-83223.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-08 01:08:21', '2024-02-08 01:08:21'),
(3975, 'Mi T M Rotary Surface Cleaner', '1My8uVPPy', 12, '28 In. rotary surface cleaner w/wheels.\r\nFEATURES\r\nSealed bearing\r\nWheels for mobility\r\n28 In. spray coverage\r\n3/8 m quick connect trigger gun connection', 2292.99, NULL, NULL, 3996.00, 'Mi T M Rotary Surface Cleaner-16971.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-08 01:12:24', '2024-02-08 01:12:24'),
(3976, 'Greenworks 2500 PSI Electric Pressure Washer', 'CZ0cpX4Xi', 12, 'Introducing the Greenworks 2500 PSI industrial grade electric pressure washer. Equipped with a heavy duty brushless motor and commercial grade 1000 Triplex pump, this pressure washer provides the power you need to take on demanding jobs. The on-board accessory storage holds the 5 included cleaning tips and the oversized soap tank holds one gallon of detergent, so you are not wasting time constantly refilling the tank. Get more done and enjoy the cleaning power with the new Greenworks 2500 PSI industrial grade electric pressure washer.\r\n\r\nIndustrial electric pressure washer with 2500 MAX PSI at 1.2 GPM (2.1 GPM flow at 100 PSI)\r\nHeavy duty brushless motor and commercial grade 1000 hour Triplex pump with ceramic pistons provides machine longevity and power to get the job done\r\nContinuous-run motor and pump operates like gas-powered pressure washers, offering the best pressure and flow response in the industry; thermal relief valve purges hot water from pump to cool it down during constant use\r\nEquipped with rugged metal gun and hassle-free 25-ft steel braided rubber hose; 15°, 25° and 40° tips, plus soap and turbo nozzles included\r\nOversized 1-gallon soap tank works with an entire bottle of detergent for extended use and multiple cleaning applications\r\n35-ft. power cord with inline GFCI and waterproof power plug works with any standard electrical outlet\r\nRugged steel frame wheelbarrow design with 10-in never-flat wheels for ease of use; can be stored vertically, taking up 50% less space in garage or shed\r\nPWMA Pressure Washers have guaranteed trusted performance. PWMA (Pressure Washer Manufacturers\' Association) was developed in 1997 to set standards for testing for pressure washers made for household, consumer, commercial or farm use\r\n3 Year Limited Warranty', 699.00, NULL, NULL, 799.00, 'Greenworks 2500 PSI Electric Pressure Washer-65478.jpeg', 'Greenworks 2500 PSI Electric Pressure Washer-99371.jpeg', 'Greenworks 2500 PSI Electric Pressure Washer-47913.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-08 01:16:14', '2024-02-08 01:16:14'),
(3977, 'Multiquip 2 In. Submersible Pump 115 V 1PH', 'lF43Bi190', 12, 'This lightweight, compact submersible centrifugal pump is ideal for moving water in multiple confined and open area applications. This is a powerful, versatile, low maintenance pump that is perfect for a wide range of operations supporting contractors, service utilities, municipalities, and homeowners. Further, the ST2037 incorporates a rugged cast aluminum housing, internal thermal overload protection, dual shaft seals, sealed ball bearings impeller and molded 25 Ft. power cable with strain relief.\r\n1.0HP, 1Ø, UL & CUL listed electric motor\r\n115 V/9.8A\r\nBuilt-in overload protection\r\n2 In. (NPT) female discharge port\r\nReliable double mechanical oil-filled seals\r\nCast iron/steel motor casing serves as heat conductor\r\nPumps liquid up to 120° F\r\n25 Ft. of molded power cord w/strain relief\r\nDewaterings flat surfaces up to 1/2 In. levels\r\n73 gpm', 378.99, NULL, NULL, 473.74, 'Multiquip 2 In. Submersible Pump 115 V 1PH-88250.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-08 01:20:08', '2024-02-08 01:20:08'),
(3978, 'High Ankle FG Soccer Boot', 'CTckMlFoz', 5, 'Factory Custom Soccer Shoes High Ankle FG Soccer Boots Cleats For Football Shoes American Soccer Cleats For Men', 12.50, NULL, NULL, 14.99, 'High Ankle FG Soccer Boot-91683.jpeg', 'High Ankle FG Soccer Boot-43703.jpeg', 'High Ankle FG Soccer Boot-93275.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-08 01:20:39', '2024-02-08 01:20:39'),
(3979, '2023 72V New style electric motorcycle 1200w', '2TPrtEgzx', 5, 'Speedy Flying Industry are established in 2 0 0 6, for 16 years we are focusing on production and export of Electric Bike ,Electric Scooter and Power Station . we are the export oriented enterprise that integrate production and wholesales. Our factory own a complete advanced production systems including the cutting machine, Assembling Line, Painting Line, high efficient stream lines which allows to create the most powerful production capacities.', 1500.00, NULL, NULL, 1698.00, '2023 72V New style electric motorcycle 1200w-79127.jpeg', '2023 72V New style electric motorcycle 1200w-99685.jpeg', '2023 72V New style electric motorcycle 1200w-73739.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-08 01:32:03', '2024-02-08 01:32:03'),
(3980, 'Gee Di Moda Rectangle Tablecloth - 90 x 156 Inch Baby Blue 8', '0XRN5VkGb', 18, 'Gee Di Moda Rectangle Tablecloth - 90 x 156 Inch Baby Blue Table Cloth for 8 Foot Table with Floor-Length Drop - Heavy Duty Washable Fabric - 8 Ft Buffet Table, Holiday Party, Wedding and Baby Shower\r\n\r\nSIZED FOR 8 FOOT TABLE: Measuring 90 x 156 inches, this elegant tablecloth with hemmed edges and seamless construction is perfectly sized for a 8-foot rectangular table with a 30-inch Floor-Length drop. Its sleek design complements any tableware and d cor. EASY CARE RELIABLE DURABILITY: These cloths are conveniently machine washable and safe to dry, retaining their color and shape after multiple uses and washes, making them the preferred choice for self-hosts and professional party planners. PREMIUM QUALITY FABRIC: Crafted from high-grade polyester, this commercial-grade tablecloth offers both durability and a luxurious feel. Its heavy-duty, wrinkle-resistant design is ideal for repeated use, ensuring your table always looks immaculate. CONSISTENT DESIGNER-PICKED COLOR PALETTE: Our full collection features a harmonious color Palette, ensuring a cohesive and elegant look across all our tablecloths and napkins. Mix and match with confidence for any d cor or event theme. VERSATILE ELEGANCE FOR EVERY OCCASION: Whether you\'re hosting a formal dinner, a casual get-together, or a professional event, our tablecloth and napkins elevate your setting with a sophisticated touch, ensuring your table is always dressed to impress. An excellent Holiday gift for Mom and Wife', 20.17, NULL, NULL, 27.17, 'Gee Di Moda Rectangle Tablecloth - 90 x 156 Inch Baby Blue 8-98403.jpeg', 'Gee Di Moda Rectangle Tablecloth - 90 x 156 Inch Baby Blue 8-15155.jpeg', 'Gee Di Moda Rectangle Tablecloth - 90 x 156 Inch Baby Blue 8-96365.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-08 01:36:39', '2024-02-08 01:36:39'),
(3981, 'LED helmet motorcycle', 'fR0JfGcZ8', 5, 'NINGBO HONGSEEN INDUSTRY TECHNOLOGY COMPANY is professional in the manufacture and sale of automotive supplies, automotive accessories, auto parts. Our related series products include auto floor mat, car cover, car seat cushion, car seat cover and steering wheel cover, auto mirror, wiper blade and so on.', 5.09, NULL, NULL, 9.88, 'LED helmet motorcycle-61034.jpeg', 'LED helmet motorcycle-24471.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-08 01:39:32', '2024-02-08 01:39:32'),
(3982, 'Electric scooter', '6GkoMCShF', 5, 'NINGBO HONGSEEN INDUSTRY TECHNOLOGY COMPANY is professional in the manufacture and sale of automotive supplies, automotive accessories, auto parts. Our related series products include auto floor mat, car cover, car seat cushion, car seat cover and steering wheel cover, auto mirror, wiper blade and so on.', 149.00, NULL, NULL, 170.98, 'Electric scooter-22090.jpeg', 'Electric scooter-49232.jpeg', 'Electric scooter-42039.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-08 01:49:46', '2024-02-08 01:49:46'),
(3983, 'STROLLER/CARRIAGE Foldable,Heavy Duty, Adjustable 39\" Handle,PINK W/ STRAWBERRY', 'ldT30NPzL', 18, 'FRANK\'S CLUB(R) Stores\r\n\r\nBEST OF IRVING RETAILER AWARD\r\n\r\nTHIS STROLLER HAS EVERYTHING YOU COULD POSSIBLY NEED FOR A HAPPY,\r\n\r\nHEALTHY RIDE WITH YOUR LITTLE ONE\r\n\r\nCOMPARABLE RETAIL PRICE: 149.00-169.00\r\n\r\nFeatures:\r\n\r\n* Collapsible / Fold-able Baby Carriage fits into any car trunk.\r\n\r\n* Carriage measures: 39? tall, with an overall width of 14? wide.\r\n\r\n* The padded comfort grip push handle is 39? from ground to handle.\r\n\r\n* The Baby seat area measures 12? wide.\r\n\r\n* The overall weight of the carriage is: 11lbs., 4 ozs.\r\n\r\n* Ages: New Born to 3 Years Old\r\n\r\n* Adjustable Back Rest ? Adjusts between a fully reclined sleeping position to a sitting up straight position.\r\n\r\n* Easy Pinch and Pull back rest adjustment strap.\r\n\r\n* Dual Seat Belt Harness Closures to easily secure your baby into the carriage. The Seat Belt harness\r\n\r\nincludes a padded comfort saddle strap to keep your little one from sliding around or out.\r\n\r\n* Two side attachment points for the front plastic tray with a bottle or cup holder.\r\n\r\n* The tray can swing open from either side.\r\n\r\n* Top handle plastic tray with 2 cup holders and extra storage space for accessories.\r\n\r\n* Plastic Tray for easy clean-ups.\r\n\r\n* Front Double Swivel Wheels for a smoother ride.\r\n\r\n* Single Back Wheels with shock/bump absorbing technology.\r\n\r\n* Dual foot engaged Rear Brakes on back axle to secure carriage when parked.\r\n\r\n* Easy slide release pulls on each side of the carriages\' frame for collapsing the unit when not in use.\r\n\r\n* Carriage has a side closure hook to secure the unit from opening until you are ready to use it.\r\n\r\n* Large bottom basket for additional storage.\r\n\r\n* Additional easy access pocket on back flap of carriage.\r\n\r\n* Peek-a-Boo Canopy for looking in on your child.\r\n\r\n* Retractable adjustable canopy for controlling the amount of sun exposure to your child.', 80.20, NULL, NULL, 94.20, 'STROLLER/CARRIAGE Foldable,Heavy Duty, Adjustable 39\" Handle,PINK W/ STRAWBERRY-66303.jpeg', 'STROLLER/CARRIAGE Foldable,Heavy Duty, Adjustable 39\" Handle,PINK W/ STRAWBERRY-85761.jpeg', 'STROLLER/CARRIAGE Foldable,Heavy Duty, Adjustable 39\" Handle,PINK W/ STRAWBERRY-42999.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-08 01:53:38', '2024-02-08 01:53:38'),
(3984, 'Portable Baby Playard Playpen Nursery Center with Changing Station', 'qDfj3qWXl', 18, 'Portable Baby Playard Playpen Nursery Center with Changing Station\r\n\r\nPRODUCT SUMMARY\r\n\r\nSpecifications: Color: Show in the picture Material: Oxford fabric iron mesh cloth Overall dimension: 39.5\'\' x 29.5\'\' x 43.5\'\' (L x W x H) Size of changing station: 25\'\' x 13\'\' (L x W) Size of mattress: 36.5\'\' x 25\'\' (L x W) Net weight: 20 lbs Weight capacity: 33 lbs Recommended age: under 4 years old\r\n\r\n-Package includes: 1 x Portable playard 1 x Changing station 1 x Mattress 1 x Toy bar 1 x Carrying bag 1 x Instruction\r\n\r\n-Convenient to carry and store with a foldable design and carrying bag\r\n\r\n-Takes care of your baby quickly with the removable changing station', 100.00, NULL, NULL, 119.32, 'Portable Baby Playard Playpen Nursery Center with Changing Station-74560.jpeg', 'Portable Baby Playard Playpen Nursery Center with Changing Station-45047.jpeg', 'Portable Baby Playard Playpen Nursery Center with Changing Station-12874.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-08 02:02:52', '2024-02-08 02:02:52'),
(3985, 'Smarts Steps 3-In-1 Bounce N Play Activity Center PLUS, Tike Hike £80.30 GBP', 'aYJXK0cod', 18, 'category:%0APlay%20Pens%20&%20Play%20Yards%0AQuantity%20Available%3A%0A2%20in%20stock%0ACondition%3A%0ANew%0AModel%3A%0AAC01E21B%0AType%3A%0ADoes%20not%20apply', 60.30, NULL, NULL, 80.30, 'Smarts Steps 3-In-1 Bounce N Play Activity Center PLUS, Tike Hike £80.30 GBP-88070.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-08 02:18:34', '2024-02-08 02:18:34'),
(3986, 'You Never Know Autographed', 'rX6icSQwL', 12, 'You Never Know is an intimate memoir from one of the most beloved actors of our time, the highly personal story of a remarkable life and thoroughly accidental career. In his own voice and uniquely unpretentious style, the famed actor brings readers on his uncharted but serendipitous journey to the top in Hollywood, his temptations and distractions, his misfires and mistakes and, over time, his well-earned success. Along the way, he clears up an armload of misconceptions and shares dozens of never-told stories from all corners of his personal and professional life. His rambunctious California childhood. His clueless arrival as a good-looking college jock in Hollywood (from the Dating Game to the Fox New Talent Program to co-starring with Mae West and escorting her to black-tie social functions). What it was like to emerge as a mega-star in his mid-thirties and remain so for decades to come, an actor whose authenticity and ease in front of the camera connected with audiences worldwide while embodying and also redefining the clichés of onscreen manhood.\r\n\r\nIn You Never Know, Selleck recounts his personal friendships with a vivid army of A-listers, everyone from Frank Sinatra to Carol Burnett to Sam Elliott, paying special tribute to his mentor James Garner of The Rockford Files, who believed, like Selleck, that TV protagonists are far more interesting when they have rough edges. He also more than tips his hat to the American western and the scruffy band of actors, directors and other ruffians who helped define that classic genre, where Selleck has repeatedly found a happy home. Magnum fans will be fascinated to learn how Selleck put his career on the line to make Thomas Magnum a more imperfect hero and explains why he walked away from a show that could easily have gone on for years longer.\r\n\r\nHollywood is never easy, even for stars who make it look that way. In You Never Know, Selleck explains how he\'s struggled to balance his personal and professional lives, frequently adjusting his career to protect his family\'s privacy and normalcy. His journey offers a truly fresh perspective on a changing industry and a changing world. Beneath all the charm and talent and self-deprecating humor, Selleck\'s memoir reveals an American icon who has reached remarkable heights by always insisting on being himself.', 29.99, NULL, NULL, 33.00, 'You Never Know Autographed-78047.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-08 02:22:40', '2024-02-08 02:22:40'),
(3987, 'Runaway Train', 'cfGqYmQ77', 12, '\"Runaway Train, or The Story of My Life So Far\" is an incredible memoir that takes you on a wild journey through the ups and downs of Eric\'s life. It\'s a captivating read that will keep you hooked from start to finish. Get ready to embark on an unforgettable adventure.', 30.00, NULL, NULL, 35.00, 'Runaway Train-77025.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-08 02:27:30', '2024-02-08 02:27:30'),
(3988, 'What Have We Here?', 'op31j5Weq', 12, 'A film legend recalls his remarkable life of nearly eight decades--a heralded actor who\'s played the roles he wanted, from Brian\'s Song to Lando in the Star Wars universe--unchecked by the racism and typecasting so rife in the mostly all-white industry in which he triumphed. \r\nBilly Dee Williams was born in Harlem in 1937 and grew up in a household of love and sophistication. As a young boy, he made his stage debut working with Lotte Lenya in an Ira Gershwin/Kurt Weill production where Williams ended up feeding Lenya her lines. He studied painting, first at the High School of Music and Art, with fellow student Diahann Carroll, and then at the National Academy of Fine Art, before setting out to pursue acting with Herbert Berghoff, Stella Adler, and Sidney Poitier. \r\nHis first film role was in The Last Angry Man, the great Paul Muni\'s final film. It was Muni who gave Billy the advice that sent him soaring as an actor, \"You can play any character you want to play no matter who you are, no matter the way you look or the color of your skin.\" And Williams writes, \"I wanted to be anyone I wanted to be.\" \r\nHe writes of landing the role of a lifetime: co-starring alongside James Caan in Brian\'s Song, the made-for-television movie that was watched by an audience of more than fifty million people. Williams says it was \"the kind of interracial love story America needed.\" \r\nAnd when, as the first Black character in the Star Wars universe, he became a true pop culture icon, playing Lando Calrissian in George Lucas\'s The Empire Strikes Back (\"What I presented on the screen people didn\'t expect to see\"). It was a role he reprised in the final film of the original trilogy, The Return of the Jedi, and in the recent sequel The Rise of Skywalker. \r\nA legendary actor, in his own words, on all that has sustained and carried him through a lifetime of dreams and adventure.', 32.00, NULL, NULL, 35.99, 'What Have We Here?-59442.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-08 02:30:43', '2024-02-08 02:30:43'),
(3989, 'Baby Monitor With Camera And Audio, Video Baby Camera Monitor, ...', '3s4QceUbu', 18, 'Seller policies:\r\nView seller policies\r\nShipping discount:\r\nNo combined shipping offered\r\nPrice discount:\r\n3% off w/ $800.00 spent\r\nPosted for sale:\r\nFebruary 2\r\nItem number:\r\n1591108179\r\nItem description \r\n\r\nBaby Monitor With Camera And Audio, Video Baby Camera Monitor, ...\r\n\r\nCondition: New\r\n\r\nEan: 0673400574053', 80.02, NULL, NULL, 91.02, 'Baby Monitor With Camera And Audio, Video Baby Camera Monitor, ...-53527.jpeg', 'Baby Monitor With Camera And Audio, Video Baby Camera Monitor, ...-36357.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-08 02:40:48', '2024-02-08 03:14:47'),
(3990, 'Elevate and Dominate', 'RT5Gy7511', 12, 'Coach Prime--famed Pro Football Hall of Famer, two-time Super Bowl-winning NFL player, head football coach for the University of Colorado, inspirational leader, and one of the greatest motivators of all time--delivers the ultimate playbook of inspiring personal stories, winning strategies, and the motivation to help us elevate and dominate all aspects of our life. \r\nDeion \"Coach Prime\" Sanders is that rare legendary athlete who can move from the field to the sideline, coaching his players to bring everything they\'ve got and leave it all out there on the field. The reason is simple: Deion Sanders expects the best and will settle for nothing less. Whether it\'s dealing with pressure (two Super Bowl championship games and a World Series played between NFL games), using the competition to your advantage (he spent a year in San Francisco playing for the 49ers, where he was matched up daily with Jerry Rice, the best receiver of all time), or navigating depression (years ago he was so lost that he attempted to take his own life), Sanders has conquered these challenges and many more. \r\nThe incredible highs and lows of the journey taken by the greatest of all time NFL superstar--and his transparent willingness to share those details with his players--has turned Coach Prime\'s Boulder, Colorado, football team into Destination One for some of the best players in America. \r\nNow, in Elevate and Dominate, Sanders is ready to become YOUR coach. His motivational stories and personal strategies are relatable and hugely effective beyond sports. His inspirational messages can be applied to all aspects of your life, including how to be the best at work, in relationships, as a parent, and as a member of your community. With the same bling, bluster, humility, and commitment he brings to his college team, he will share the lessons learned and the direction, motivation, and action required to dominate and win at life.', 29.99, NULL, NULL, 32.99, 'Elevate and Dominate-51674.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-08 02:46:47', '2024-02-08 02:46:47'),
(3991, 'Bits and Pieces', 'a0wpobwVW', 12, 'From multi-award winner Whoopi Goldberg comes a new and unique memoir of her family and their influence on her early life.\r\n\r\nIf it weren\'t for Emma Johnson, Caryn Johnson would have never become Whoopi Goldberg. Emma gave her children the loving care and wisdom they needed to succeed in life, always encouraging them to be true to themselves. When Whoopi lost her mother in 2010--and then her older brother, Clyde, five years later--she felt deeply alone; the only people who truly knew her were gone.\r\n\r\nEmma raised her children not just to survive, but to thrive. In this intimate and heartfelt memoir, Whoopi shares many of the deeply personal stories of their lives together for the first time. Growing up in the projects in New York City, there were trips to Coney Island, the Ice Capades, and museums, and every Christmas was a magical experience. To this day, she doesn\'t know how her mother was able to give them such an enriching childhood, despite the struggles they faced--and it wasn\'t until she was well into adulthood that Whoopi learned just how traumatic some of those struggles were.\r\n\r\nFans of personal memoirs such as Finding Me by Viola Davis and In Pieces by Sally Field will be touched by Bits and Pieces: a moving tribute from a daughter to her mother, and a beautiful portrait of three people who loved each other deeply. Whoopi writes, \"Not everybody gets to walk this earth with folks who let you be exactly who you are and who give you the confidence to become exactly who you want to be. So, I thought I\'d share mine with you.\"', 28.99, NULL, NULL, 30.00, 'Bits and Pieces-31747.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-08 02:49:26', '2024-02-08 02:49:26'),
(3992, 'Cubic Zirconia Heart Halo Pendant Necklace, 16\" + 3\" extender', '3B6QPBKSa', 12, 'She\'s certain to reach for it almost every time. Kate Spade New York features a beautiful heart halo design in the creation of this exceptional pendant necklace.\r\n\r\nSet in gold-tone mixed metal; cubic zirconia\r\nApprox. length: 16\" + 3\" extender; approx. drop: 1/2\"\r\nLobster clasp closure\r\nPairs with other pieces from the My Love collection\r\nItem comes packaged in a gift box\r\nPhoto may have been enlarged and/or enhanced.\r\nThis item cannot be shipped to Alaska, American Samoa, Guam, Hawaii, Marshall Islands, the Pacific Islands, Palau, Puerto Rico, U.S. Virgin Islands, P.O. boxes, or APOs', 68.00, NULL, NULL, 75.99, 'Cubic Zirconia Heart Halo Pendant Necklace, 16\" + 3\" extender-93352.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-08 02:55:07', '2024-02-08 02:55:07'),
(3993, 'Magnetic Tiles 72PCS STEM Toddler Toys for 3+ Year Old Boys and Girls', 'pYhvwhZqw', 18, 'category:%0ADevelopmental%20Baby%20Toys%0AQuantity%20Available%3A%0AOnly%20one%20in%20stock,%20order%20soon%0ACondition%3A%0ANew%0AUPC%3A%0A726084391970%0AGender%3A%0ABoys%0ABrand%3A%0ADoes%20not%20apply%0AItem%20Weight%3A%0A1.5%20pounds%0AProduct%20Dimensions%3A%0A7.4%20x%205%20x%203.5%20inches%0AManufacturer%20recommended%20age%3A%0A3%20years%20and%20up%0AType%3A%0ADoes%20not%20apply', 50.70, NULL, NULL, 60.70, 'Magnetic Tiles 72PCS STEM Toddler Toys for 3+ Year Old Boys and Girls-94291.jpeg', 'Magnetic Tiles 72PCS STEM Toddler Toys for 3+ Year Old Boys and Girls-86846.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-08 02:57:49', '2024-02-08 02:57:49'),
(3995, 'Certified Lab Grown Diamond Three Stone Engagement Ring (4 ct. t.w.) in 14k Gold', 'ZccbuqI2w', 12, 'The Certified Lab Grown Diamond Three Stone Engagement Ring is a true showstopper. With a total weight of 4 carats, it\'s sure to make a statement. Crafted in 14k gold, this ring combines elegance and sustainability. It\'s the perfect symbol of love and commitment.', 4400.00, NULL, NULL, 8800.00, 'Certified Lab Grown Diamond Three Stone Engagement Ring (4 ct. t.w.) in 14k Gold-69301.jpeg', 'Certified Lab Grown Diamond Three Stone Engagement Ring (4 ct. t.w.) in 14k Gold-53186.jpeg', 'Certified Lab Grown Diamond Three Stone Engagement Ring (4 ct. t.w.) in 14k Gold-34992.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-08 02:59:02', '2024-02-08 02:59:02'),
(3996, '22\" Foxtail Chain Necklace in Gold-Tone Ion-Plated Stainless Steel', 'aqsnDHxEM', 12, 'The 22\" Foxtail Chain Necklace in Gold-Tone Ion-Plated Stainless Steel is a stylish and versatile accessory. Made from durable stainless steel with a gold-tone ion-plated finish, it adds a touch of elegance to any outfit. The foxtail chain design gives it a unique and eye-catching look. It\'s the perfect addition to your jewelry collection.', 69.65, NULL, NULL, 72.99, '22\" Foxtail Chain Necklace in Gold-Tone Ion-Plated Stainless Steel-70528.jpeg', '22\" Foxtail Chain Necklace in Gold-Tone Ion-Plated Stainless Steel-98863.jpeg', '22\" Foxtail Chain Necklace in Gold-Tone Ion-Plated Stainless Steel-36245.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-08 03:03:59', '2024-02-08 03:03:59'),
(3997, 'Furniture BoutiQ Carved Charcoal Buffet Sideboard | Indian Carving Buffet', '7QdlmLN6D', 18, 'materials:%20Solid%20Wood%0A%0AHeight%3A%2038%20inches%0A%0AWidth%3A%2060%20inches%0A%0ADepth%3A%2017%20inches%0A%0AThis%20gorgeous%20sideboard%20with%20beautifully%20detailed%20hand%20carving%20work.%20An%20absolute%20work%20of%20art.%0A%0AThe%20Mandala%20is%20a%20circular%20figure%20representing%20the%20universe%20in%20Hindu%20and%20Buddhist%20symbolism.%0A%0ANo%20chipboard%20or%20particle%20board%20in%20this%20beauty!!%0A', 2000.94, NULL, NULL, 2347.94, 'Furniture BoutiQ Carved Charcoal Buffet Sideboard | Indian Carving Buffet-44186.jpeg', 'Furniture BoutiQ Carved Charcoal Buffet Sideboard | Indian Carving Buffet-41480.jpeg', 'Furniture BoutiQ Carved Charcoal Buffet Sideboard | Indian Carving Buffet-38255.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-08 03:05:57', '2024-02-08 03:05:57'),
(3998, 'High Polished Round Flexible Bangle Bracelet in 10k Gold', '6Z1nI2v99', 12, 'The High Polished Round Flexible Bangle Bracelet in 10k Gold is a stunning piece of jewelry. Crafted in 10k gold, this bracelet has a high polish finish that gives it a radiant shine. The flexible design allows for easy wearing and a comfortable fit. It\'s a timeless accessory that adds a touch of elegance to any outfit. You\'ll definitely make a statement with this beautiful bangle bracelet.', 720.00, NULL, NULL, 576.00, 'High Polished Round Flexible Bangle Bracelet in 10k Gold-99217.jpeg', 'High Polished Round Flexible Bangle Bracelet in 10k Gold-14132.jpeg', 'High Polished Round Flexible Bangle Bracelet in 10k Gold-27638.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-08 03:08:55', '2024-02-08 03:08:55'),
(4000, 'Women\'s Swiss Chronograph Vega Two-Tone Stainless Steel Bracelet Watch 40mm', 'G6Pt2Ccly', 12, 'The Women\'s Swiss Chronograph Vega Two-Tone Stainless Steel Bracelet Watch is an absolute stunner. With its 40mm size, it\'s the perfect balance of elegance and functionality. The two-tone stainless steel bracelet adds a touch of sophistication, while the Swiss chronograph movement ensures accurate timekeeping. It\'s a must-have accessory for any stylish woman. Time to make a statement.', 1011.50, NULL, NULL, 1445.00, 'Women\'s Swiss Chronograph Vega Two-Tone Stainless Steel Bracelet Watch 40mm-69409.jpeg', 'Women\'s Swiss Chronograph Vega Two-Tone Stainless Steel Bracelet Watch 40mm-75514.jpeg', 'Women\'s Swiss Chronograph Vega Two-Tone Stainless Steel Bracelet Watch 40mm-87528.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-08 03:12:42', '2024-02-08 03:12:42'),
(4001, 'Electric mountain bike', 'aZM1VoOcA', 5, 'You should try this portable speed banks', 2288.00, NULL, NULL, 2610.00, 'Electric mountain bike-88515.jpeg', 'Electric mountain bike-12592.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-08 03:14:02', '2024-02-08 03:14:02'),
(4002, 'Air Filter Blaster 6In Rotor Head', '61YII0TPz', 12, 'For optimal cleaning of filters with an inside diameter of 6\"-9 when using the Portable Air Filter Blaster.', 54.99, NULL, NULL, 59.99, 'Air Filter Blaster 6In Rotor Head-74094.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-08 03:16:56', '2024-02-08 03:16:56'),
(4003, 'Traxion 5 Caster Pro Gear Seat', '8euudErcX', 12, 'The pro gear racing gear seat provides comfortable and productive access for many shop tasks. 5 5\" large casters provide excellent mobility and the racing inspired seat is made of heavy-duty materials and hand-made craftsmanship. The pro gear racing gear seat is a nice combination of great looks and extraordinary function. Conforms to OSHA regulations.\r\nHeavy duty racing inspired seat\r\n5\" Casters\r\n5 Legs for increased stability and complies to OSHA regulations\r\nLarge spinning gear tray under seat', 189.99, NULL, NULL, 199.00, 'Traxion 5 Caster Pro Gear Seat-85715.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-08 03:20:10', '2024-02-08 03:20:10'),
(4004, 'GEARWRENCH Mechanics Seat Adjustable Height Swivel 18 to 22 In', 'b1YVJI2Y1', 12, 'GEARWRENCH work seats and stools let you work comfortably at a level that gives you maximum access and leverage, whether working at low heights or doing bench work. A rolling work seat and a high stool are both available to suit your shop environment needs and personal working style. Both are air shock height adjustable and made to stand up to the hard demands of the auto shop or industrial plant environments.', 119.99, NULL, NULL, 133.99, 'GEARWRENCH Mechanics Seat Adjustable Height Swivel 18 to 22 In-58252.jpeg', 'GEARWRENCH Mechanics Seat Adjustable Height Swivel 18 to 22 In-90916.jpeg', 'GEARWRENCH Mechanics Seat Adjustable Height Swivel 18 to 22 In-42812.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-08 03:23:22', '2024-02-08 03:23:22'),
(4005, 'Living Room Furniture Coffee Side End Table Office Table Living Room Furniture V', 'bhY01Jy84', 18, 'Living Room Furniture Coffee Side End Table Office Table Living Room Furniture Villa Home Decoration Table\r\n\r\nProduct Details\r\n\r\nEach piece is constructed in precisely the same manner as the original and aged to look as if it\'s seen epic journeys of its own\r\n\r\nWood frames are clad in polished aluminum, accented with steel screws. Braced with strips of aged solid wood trimmed with antiqued brass\r\n\r\nSize :- 60X50X60cm\r\n\r\nHome And Living Room Trunk Wooden Furniture\r\n\r\nEach piece is constructed in precisely the same manner as the original and aged to look as if it\'s seen epic journeys of its own', 500.83, NULL, NULL, 600.83, 'Living Room Furniture Coffee Side End Table Office Table Living Room Furniture V-20011.jpeg', 'Living Room Furniture Coffee Side End Table Office Table Living Room Furniture V-29494.jpeg', NULL, 'General furnitures', 1.0, NULL, 1, '2024-02-08 03:23:35', '2024-02-08 03:23:35'),
(4006, 'Valencia Oval Comfort Series Take Ten Grey Rattan Lounge Chair', 'Mn2avjvzm', 18, 'Valencia Oval Comfort Series Take Ten Grey Rattan Lounge Chair', 120.21, NULL, NULL, 127.21, 'Valencia Oval Comfort Series Take Ten Grey Rattan Lounge Chair-45798.jpeg', 'Valencia Oval Comfort Series Take Ten Grey Rattan Lounge Chair-29086.jpeg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-08 03:27:48', '2024-02-08 03:27:48'),
(4007, 'Weather Guard Transfer Tank Model 359-5-02 Column 50 Gallon', 'w6BfPLGSA', 12, 'The WEATHER GUARD Model 359-5-02 Transfer Tank, Column, 50 Gallon. is perfect for transporting diesel fuel and hydraulic fluid. This fuel transfer tank features a column shape and black steel design to ensure your fluids arrive safely. This diesel transfer tank is designed for most full-size pickup trucks and is to be used with Cross Boxes or Saddle Boxes. The vented filler cap in this 50-gallon fuel transfer tank helps to prevent excessive pressure build-up.', 778.00, NULL, NULL, 915.40, 'Weather Guard Transfer Tank Model 359-5-02 Column 50 Gallon-69220.jpeg', 'Weather Guard Transfer Tank Model 359-5-02 Column 50 Gallon-95942.jpeg', 'Weather Guard Transfer Tank Model 359-5-02 Column 50 Gallon-48943.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-02-08 03:28:47', '2024-02-08 03:28:47'),
(4008, 'Rubbermaster Tire ST175/80R13 6P TL & MTD 13 x 4.5 5 on 4.5 SPOKE', 'Tj6EhRGFr', 12, 'RubberMaster ST Radial Trailer Tires are manufactured from premium, heavy-duty rubber for consistent wear and long life. They feature a full nylon cap ply and improved belt edge package that provides increased durability, dual steel belts that offer tire reinforcement, and double polyester body plies that increase strength. Each tire is tested to verify balance and uniformity before being X-rayed to ensure it’s flawless\r\nFEATURES\r\nUltimate Advantage Lifetime Warranty\r\nDependable, long-lasting steel SteelMaster Rims won’t crack or bend. The semi-gloss electrostatically-applied white powder coat finish not only looks great, but also improves durability and resists fading and rust\r\nComputer-engineered shallow tread design produces top traction, improved stability and longer tread life\r\nThoroughly tested and certified to meet or exceed Department of Transportation (DOT) standards', 144.99, NULL, NULL, 187.32, 'Rubbermaster Tire ST175/80R13 6P TL & MTD 13 x 4.5 5 on 4.5 SPOKE-10055.jpeg', 'Rubbermaster Tire ST175/80R13 6P TL & MTD 13 x 4.5 5 on 4.5 SPOKE-36509.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-08 03:33:22', '2024-02-08 03:33:22'),
(4009, 'Grey furniture set', 'RbcFYtRvX', 18, 'Set of furniture for relaxing on the balcony, terrace, in the garden or at home. The set includes: 2 armchairs, sofa and coffee table.The set also includes a mattress made of waterproof Oxford fabric.\r\n\r\nMaterial and coating:\r\n\r\nThe furniture is made of moisture-resistant birch plywood of the highest quality. The furniture is coated with Rubio Monocoat - a protective, environmentally friendly Belgian oil.\r\n\r\nMattress material (pillows, covers):\r\n\r\nMattress made of moisture-resistant Oxford fabric, mattress filler: eco polyester Ovata\r\n\r\nDimensions :\r\n\r\nSofa 120x74x66 cm or (47.24X29.13X25.98 inches)', 1000.59, NULL, NULL, 1266.59, 'Grey furniture set-10942.jpeg', 'Grey furniture set-97519.jpeg', 'Grey furniture set-84759.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-08 03:36:32', '2024-02-08 03:36:32'),
(4010, 'Step Bookcase White Gloss Lounge Furniture', 's0yQnSBcf', 18, 'White\r\nmodern bookcase with a soft gloss. Wholesale and drop ship service\r\navailable on all lounge furniture. Fast dispatch from UK Stock.\r\n\r\nWhite soft gloss\r\nSuitable for any room\r\nDelivered flat Packed\r\nSize: H145cm, W145cm, D29cm', 95.42, NULL, NULL, 120.42, 'Step Bookcase White Gloss Lounge Furniture-68925.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-08 03:39:40', '2024-02-08 03:39:40'),
(4011, 'T/C CNS Pin Wire & Kirschner Wire Cutter Set of 4 PCs Orthopedic Instruments', 'q9as0qNGN', 18, 'T/C CNS Pin Wire Kirschner Wire Cutter Set of 4 PCs Orthopedic Instruments\r\n\r\nProduct Details:\r\n\r\n1: TC Kirschner Wire Cutter 6\" Inches\r\n\r\n2: TC Kirschner Wire Cutter 9\" Inches\r\n\r\n3: TC CNS Pin Wire Cutter 7\" Inches\r\n\r\n4: TC CNS Pin Wire Cutter 9\" Inches\r\n\r\nSHIPPING INFORMATION: DHL EXPRESS\r\n\r\nTECHNICAL SPECIFICATIONS:', 65.15, NULL, NULL, 79.15, 'T/C CNS Pin Wire & Kirschner Wire Cutter Set of 4 PCs Orthopedic Instruments-42737.jpeg', 'T/C CNS Pin Wire & Kirschner Wire Cutter Set of 4 PCs Orthopedic Instruments-34176.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-08 03:47:36', '2024-02-08 03:47:36'),
(4012, 'Ounce Trolli Sour Duo Crawlers', 'FnuRnfe43', 17, '12-Pack 3-Ounce Trolli Sour Brite Duo Crawlers', 12.83, NULL, NULL, 15.89, 'Ounce Trolli Sour Duo Crawlers-45732.jpeg', 'Ounce Trolli Sour Duo Crawlers-61526.jpeg', 'Ounce Trolli Sour Duo Crawlers-37331.jpeg', 'Groceries', 2.5, NULL, 1, '2024-02-08 07:44:51', '2024-02-08 07:44:51'),
(4013, 'Taylors of Harrogate Yorkshire Red Tea', 'zC9giKDiA', 17, '100-Count Taylors of Harrogate Yorkshire Red Tea', 3.79, NULL, NULL, 10.53, 'Taylors of Harrogate Yorkshire Red Tea-34241.jpeg', 'Taylors of Harrogate Yorkshire Red Tea-23522.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-08 07:49:18', '2024-02-08 07:49:18'),
(4014, 'Bubly', 'ADUBtDTDS', 17, '8-pack Bubly', 7.60, NULL, NULL, 13.17, 'Bubly-47633.jpeg', 'Bubly-62737.jpeg', NULL, 'Groceries', 2.0, NULL, 1, '2024-02-08 07:53:42', '2024-02-08 07:53:42'),
(4015, 'Full-Size Candy Bars', '246OdR7VN', 1, '28-Count Full-Size Candy Bars (Butterfinger, CRUNCH, Baby Ruth, 100 Grand)', 21.01, NULL, NULL, 30.14, 'Full-Size Candy Bars-83783.jpeg', 'Full-Size Candy Bars-90796.jpeg', 'Full-Size Candy Bars-21543.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-02-08 07:58:04', '2024-02-08 07:58:04'),
(4016, 'Final Fantasy VII Rebirth', 'slY2wN9Xz', 17, 'Final Fantasy VII Rebirth Standard Edition - PlayStation 5\r\nSKU:6560114 Release Date:02/29/2024', 45.99, NULL, NULL, 69.99, 'Final Fantasy VII Rebirth-34457.jpeg', 'Final Fantasy VII Rebirth-32740.jpeg', 'Final Fantasy VII Rebirth-40402.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-08 08:04:20', '2024-02-08 08:04:20'),
(4017, 'Famous Amos', '4YQzyZtYr', 17, '7-Oz Famous Amos Bite Size Cookies (Philippine Coconut & White Chocolate Chip)', 2.95, NULL, NULL, 4.10, 'Famous Amos-28361.jpeg', 'Famous Amos-44811.jpeg', 'Famous Amos-68621.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-08 08:08:59', '2024-02-08 08:10:12'),
(4018, 'Persona 3 Reload', '2ftPCpweM', 17, 'Persona 3 Reload Collector\'s Edition - Xbox Series X, Xbox One\r\nSKU:6560574 Release Date:02/02/2024', 50.00, NULL, NULL, 199.99, 'Persona 3 Reload-44317.jpeg', 'Persona 3 Reload-77214.jpeg', 'Persona 3 Reload-37313.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-08 08:15:21', '2024-02-08 08:15:21'),
(4019, 'Dragon\'s Dogma', 'ZMs1qMmPI', 17, 'Dragon\'s Dogma 2 - PlayStation 5\r\nSKU:6568821 Release Date:03/22/2024', 45.99, NULL, NULL, 69.99, 'Dragon\'s Dogma-68326.jpeg', 'Dragon\'s Dogma-13129.jpeg', 'Dragon\'s Dogma-44268.jpeg', 'Video games', 2.5, NULL, 1, '2024-02-08 08:20:24', '2024-02-08 08:20:24'),
(4020, 'Turtles thr cowcowabunga', 'c9hyLsU3u', 17, 'Teenage Mutant Ninja Turtles: The Cowabunga Collection Standard Edition - Nintendo Switch\r\nSKU:6503038 Release Date:08/30/2022', 24.99, NULL, NULL, 29.99, 'Turtles thr cowcowabunga-95300.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-08 08:28:16', '2024-02-08 08:28:16'),
(4021, 'Frontiers of Pandora Standard', 'NYFbZlBK1', 17, 'Avatar: Frontiers of Pandora Standard Edition - PlayStation 5\r\nModel:UBP30612468 SKU:6548130 Release Date:12/07/2023 ESRB Rating:T (Teen 13+)', 39.99, NULL, NULL, 69.99, 'Frontiers of Pandora Standard-30110.jpeg', 'Frontiers of Pandora Standard-83051.jpeg', 'Frontiers of Pandora Standard-47363.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-08 08:33:30', '2024-02-08 08:33:30');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4022, 'Spanking Whip Tyche', 'xlZhPSvuO', 17, 'Unveil Tyche, the black vegan leather spanking whip by V For Vibes. With a crystal handle inspired by Greek mythology\'s goddess of fate, it adds elegance to pleasure. Dive into spanking techniques, elevate sensations, and deepen your connection with your partner. Versatile leather strips explore various zones, making every touch unforgettable. Elevate intimacy with Tyche, your gateway to unexpected pleasures.', 44.99, NULL, NULL, 49.99, 'Spanking Whip Tyche-56867.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-02-08 08:39:47', '2024-02-08 08:39:47'),
(4023, '3 Couples’ Ring', 'VncJFHNPN', 17, 'Inspired by bestseller TOR ™ 2 we wanted to improve the experience of couples play by connecting functionalities with the APP. This gives both partners control and new segment in their intimacy. Perfect entry-level couples toy.', 100.00, NULL, NULL, 159.00, '3 Couples’ Ring-19948.jpeg', '3 Couples’ Ring-64601.jpeg', '3 Couples’ Ring-66491.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-08 08:43:38', '2024-02-08 08:43:38'),
(4024, 'Ejaculation Delay Pleasure Penis Ring', 'BMJCQftYX', 17, '10 mode vibrations with USB charging - Spice up your relation with fun toys - Easy to use - Ejaculation delay pleasure penis ring vibrating rings sex toys men vibrator - Food grade silica gel + Abs - Usage time : 60 minute', 16.99, NULL, NULL, 25.99, 'Ejaculation Delay Pleasure Penis Ring-98677.jpeg', 'Ejaculation Delay Pleasure Penis Ring-21140.jpeg', 'Ejaculation Delay Pleasure Penis Ring-41524.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-08 08:47:39', '2024-02-08 08:47:39'),
(4025, 'Wearable Vibrating Ring For Men', 'XmQBRLytx', 17, 'Forever alter the intensity, sensation, and fulfillment of your intimate escapades with Chloe, the best penis ring with unprecedented vibrating technology. Beginning with the essentiality of simple aesthetics, this penis ring fully embodies visual, satisfaction.', 80.98, NULL, NULL, 90.98, 'Wearable Vibrating Ring For Men-87042.jpeg', NULL, NULL, 'Toys and games', 3.0, NULL, 1, '2024-02-08 08:51:55', '2024-02-08 08:51:55'),
(4026, 'Heated Male Masturbator Mars', 'v8KncARh4', 17, 'Buckle up. Mars, the Heated Male Masturbator, is here to take you away on an interplanetary journey of physical and sensual exploration piloted by a pleasure device unparalleled in the endless world of sexuality.', 99.99, NULL, NULL, 199.99, 'Heated Male Masturbator Mars-49398.jpeg', 'Heated Male Masturbator Mars-95635.jpeg', 'Heated Male Masturbator Mars-70568.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-08 08:56:08', '2024-02-08 08:56:08'),
(4027, 'Cutting Boards for Kitchen', 'j5l8sUSTx', 17, 'DISCLAIMER! Acrylic cutting boards are NOT scratch resistant. Just like all other kinds of cutting boards, knife marks will show. Do NOT use ANY glass cleaner, or any abrasive cleaner. ONLY use dish soap and water to clean the cutting board\r\nCONVENIENT SIZE: This cutting board measures 16.5 x 12.5 inches, with a 1.5-inch lip that helps protect your entire work surface. Please note that there is a size tolerance\r\nMOST POPULAR COOKING BOARD: This clear acrylic cutting board is made of transparent acrylic and will not block your beautiful counter top\r\nNON SLIP FEET: All of our cutting boards comes with rubber feet to prevent the cutting board from sliding\r\nTHE PERFECT PRESENT: Your family favorite cook agree that these dishwasher-safe cutting boards combine the best of all worlds.The worst part of cooking? The cleanup. Don\'t make it harder', 21.99, NULL, NULL, 25.99, 'Cutting Boards for Kitchen-59615.jpeg', 'Cutting Boards for Kitchen-71821.jpeg', 'Cutting Boards for Kitchen-38494.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-08 09:05:30', '2024-02-08 09:05:30'),
(4028, 'Vegetable Chopper', '7M2yErwTa', 17, '【SUPERIOR QUALITY】 - The latest multifunctional vegetable chopper and slicer chop, dice, slice or grate! This vegetable chopper is a practical kitchen tool, the vegetable chopper offers multiple functions in one highly versatile kitchen gadget. The Onion Chopper is made of top quality materials such as high quality stainless steel blades and food grade materials. The vegetable chopper can cut most types of vegetables and fruits.\r\n【8 INTERCHANGEABLE BLADES】- Vegetable Chopper Slicer contains 8 different sizes of fruit chopper blades interchangeable blades for thick/thin slicing, dicing or chunking, shredding/shredding, thick or thin, grinding and chopping. Onion Chopper rust-resistant heavy-duty 420 stainless steel maintains sharp edges for crisp, smooth cuts and grating. The blades go in and out easily and are built to last, making it the perfect tool to make home cooking easier and faster.\r\n【INNOVATIVE DESIGN】- Free up countertop space with food containers. The built-in cutting lid allows you to cut food directly into the large 1.2L food container, eliminating the need for a knife and cutting board. This prevents food from sliding off while slicing. The chopper also makes it clean, safe and easy to use. No more hassle of cleaning and scrubbing. It can be easily cleaned in minutes with the matching scrubbing fork. Its compact size allows you to store it almost anywhere.\r\n【IMPROVES YOUR HEALTH AND SAVES TIME】- Chopping, mincing and slicing ingredients for desired dishes can take a lot of time and effort, like tomatoes, cabbage, onions, garlic, etc. The new upgraded vegetable chopper reduces the time for the whole process, so you won\'t have trouble cooking or chopping vegetables and fruits. This makes it easier to add vegetables to your diet, adding variety to your family\'s meals and not missing out on any important nutrients.\r\n【LIFETIME WARRANTY】 -MAIPOR If there is any other problem with our vegetable chopper, you can contact us via free live chat. What we do will make life easier, better and more fun. Make sure our vegetable chopper products are the absolute best on the market. If you don\'t like the chopper/slicer, we will send a replacement or a full refund.', 19.92, NULL, NULL, 33.99, 'Vegetable Chopper-56126.jpeg', 'Vegetable Chopper-96706.jpeg', 'Vegetable Chopper-82440.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-08 09:11:27', '2024-02-08 09:11:27'),
(4029, 'Portable Bluetooth Mini Label Printer', 'wizSbMxSG', 17, '2024 Upgrade Version Label Maker - Support continuous label tape and labels in fixed length. It is half weight and size of the traditional label maker, equipped with a German thermal print head, DPI increased by 25% for printing providing superior print clarity resulting in hassle-free printing, smooth printing effects, and fast processing.\r\nSave Money - Direct thermal technology - The D30 Bluetooth label makers are inkless printing and don\'t require ink, toner, or ribbons. With lots of thermal colorful label tapes of your choice, the cost is tangible and much lower compared to most label-maker printers. (This label maker is Monochrome Printing Output, which only prints black text. We can create color-label artwork, printing with color-patterned label tapes is required. )\r\nMultiple Creative Function & Convenient Label Templates - Choose from a wide variety of pre-designed templates including 1000+ symbols, 60+ frames, and a variety of fonts, Convenience and saving time. Easy to create various design label stickers from App with Icon, texts, tables, symbols, logos, barcodes, QR codes, images, time, insert Excel, Scan, Ocr, and Voice RECG, it is fun and effortlessly\r\nWireless & Portable - Mini-size wireless Bluetooth-connected Phomemo label printer for Convenient & Fast printing, easy to create labels from smart mobile devices. Built-in durable and recharge battery for long working time, slide into your pocket, easy to carry anywhere.\r\nIdeal Gifts - The Phomemo D30 Sticker Printer Machine is used widely in organizing home supplies - storage, food date marking, classifying cosmetics items, jar stickers; School name labels, study note and office files classification, cable identification, personal item identification, name tags; Small business - price tags, jewelry tags and more.', 29.99, NULL, NULL, 52.99, 'Portable Bluetooth Mini Label Printer-39759.jpeg', 'Portable Bluetooth Mini Label Printer-58338.jpeg', 'Portable Bluetooth Mini Label Printer-98932.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-08 09:17:11', '2024-02-08 09:17:11'),
(4030, 'Folding Pocket Utility knife Multitool Carbon Steel With Bottle Opener Screwdriver', 'YW7OakXhs', 17, '❥【Not Your Average Box Cutter】A practical 5-in-1 utility knife multi-tool: Bottle Opener, flat head/Phillips Screwdriver, Hex Bit, 1/4, M3, M5, M6, M8, and 9/16Wrenches, Key chain Clip. This is an excellent box knife by which EDC enthusiasts can carry. As box cutter, It\'s very Sharp for cutting through paper, carpet, plastic, cartons, cloth, bags, leather, PVC and much more.\r\n❥【Durability Materials】Black stainless steel allows the box cutter knife to be one of the strongest blades ever created by mankind. The utility knife is extremely tough and will stay sharp for longer periods of use. The material is highly durable and corrosion-resistant stainless steel. The box cutters can endure years of outdoor wear without extra maintenance to protect the blade from rusting.\r\n❥【Easy to use , Easy to carry】YF SMARTBox cutter is much lighter than most knives, only 1.4 oz, only 2.4-inch long when it is closed. So It fits perfectly in a small pocket of pants or clothes, and the unique lock design allows it to be hung on the waist buckle, backpack and neck. Perforated blades allow cutting and slicing of materials to not stick onto the blade itself. It provides a cleaner, sharper cut. You will never need to change the blade!\r\n❥【Multi Functional Pocket Knife & Wldely Used】It\'s very suitable for Outdoor explorer, Repairmen, Mechanics, Carpenters, Hobbyists, Campers. key bottle opener, chef, Design portable easy to carry for daily use mini tool. Suitable for camping, hiking, fishing and bicycle riding.\r\n❥【Lifetime Warranty】All of our products are made with the highest quality in mind and also carry a FULL LIFETIME WARRANTY. Best Gift for Men, Husband, Boyfriend, DIY Handyman, Father', 19.99, NULL, NULL, 29.99, 'Folding Pocket Utility knife Multitool Carbon Steel With Bottle Opener Screwdriver-95135.jpeg', 'Folding Pocket Utility knife Multitool Carbon Steel With Bottle Opener Screwdriver-74727.jpeg', 'Folding Pocket Utility knife Multitool Carbon Steel With Bottle Opener Screwdriver-51149.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-08 09:22:16', '2024-02-08 09:22:16'),
(4031, 'Large Reading Bed Rest Pillow', 'DUNztpoqH', 17, '[𝐂𝐋𝐄𝐀𝐍, 𝐂𝐎𝐌𝐅𝐎𝐑𝐓𝐀𝐁𝐋𝐄, 𝐀𝐍𝐃 𝐒𝐔𝐏𝐏𝐎𝐑𝐓𝐈𝐕𝐄 𝐌𝐀𝐓𝐄𝐑𝐈𝐀𝐋𝐒] Our fluffy, thick and supportive queen-sized rest pillows offer the most relaxing kind of comfort! The firm polyester fill features open-cell technology and 30% extra density to provide an extremely supportive cushion just for you! We ensure that all materials are pure and clean to offer a sniffle-free night\'s sleep.\r\n[𝐓𝐇𝐄 𝐏𝐄𝐑𝐅𝐄𝐂𝐓 𝐏𝐈𝐋𝐋𝐎𝐖 𝐅𝐎𝐑 𝐑𝐄𝐀𝐃𝐈𝐍𝐆 𝐈𝐍 𝐁𝐄𝐃] The perfect combination of soft comfort and firm backrest support. This hypoallergenic headboard pillow is designed to form the contours of your back for customized comfort. It\'s filled with high density polyester fabric that can be fluffed to accommodate your preferences with great support, allowing you to relax with a book or lounge while watching your favorite show.\r\n[𝐌𝐔𝐋𝐓𝐈𝐏𝐋𝐄 𝐔𝐒𝐄𝐒] Use our pillow to elevate your legs, to keep your back and knees rested, or to place against your bed\'s headboard to keep you comfortably propped up! We offer our pillows in multiple sizes: Twin, Full, Queen, and King! Find your best fit for any area you want to keep cushioned!\r\n[𝐌𝐀𝐂𝐇𝐈𝐍𝐄 𝐖𝐀𝐒𝐇𝐀𝐁𝐋𝐄] Our pillows feature a convenient zipper closure and detachable buttons, which doesn\'t just add an upscale premium look, but also making the cover removable and easy to wash. When it comes time to freshen the pillow up, toss the cover into the washing machine for a quick and easy clean!\r\n[𝟏𝟎𝟎% 𝐒𝐀𝐓𝐈𝐒𝐅𝐀𝐂𝐓𝐈𝐎𝐍 𝐆𝐔𝐀𝐑𝐀𝐍𝐓𝐄𝐄𝐃] We value our customers and their feedback! Please contact us at anytime if you are experiencing a problem with your product. We will do everything in our power to fix the issue at hand so that you can buy with confidence!', 59.99, NULL, NULL, 89.98, 'Large Reading Bed Rest Pillow-89073.jpeg', 'Large Reading Bed Rest Pillow-26922.jpeg', 'Large Reading Bed Rest Pillow-73288.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-08 09:26:30', '2024-02-08 09:26:30'),
(4032, 'Bumble Bee Snack On The Run Tuna Salad with Crackers', 'WzUTYpBHA', 18, 'CLASSIC TUNA SALAD: Premium tuna salad made with Bumble Bee tuna fish, mixed and ready to eat; Includes canned tuna salad, six crackers and spoon; Simply open the box and enjoy\r\nDELICIOUS TUNA SNACK WITH CRACKERS: Pack of 12, 3.5 ounce Bumble Bee Snack on the Run! Tuna Salad with Crackers Kits will satisfy you and your family whenever you want a tasty tuna snack or quick lunch on the go\r\nPROTEIN SNACKS: This delicious Bumble Bee tuna salad and crackers kit is a good source of protein (See product packaging for nutrition information)\r\n12 DELICIOUS TUNA SALAD AND CRACKERS KITS: This pack of 12, 3.5oz BUMBLE BEE Snack on the Run! Tuna Salad with Crackers kits will satisfy you and your family whenever you want a tasty snack or tuna lunch to go\r\nSHELF STABLE TUNA SALAD KIT: Bumble Bee Snack on the Run! tuna salad with crackers kits require no refrigeration and are already mixed and ready-to-go wherever life takes you; Perfect for outdoor activities like hiking, biking, camping and sports\r\nCONVENIENT SNACKS: Enjoy Bumble Bee Snack on the Run! tuna salad with crackers kits as a great-tasting, protein packed snack, lunch or as part of any other meal; Perfectly sized for your lunch box or lunch bag\r\nSUSTAINABLE BUMBLE BEE TUNA: Bumble Bee tuna is dolphin safe and sourced from sustainably managed fisheries', 10.70, NULL, NULL, 19.44, 'Bumble Bee Snack On The Run Tuna Salad with Crackers-79297.jpeg', 'Bumble Bee Snack On The Run Tuna Salad with Crackers-73112.jpeg', 'Bumble Bee Snack On The Run Tuna Salad with Crackers-15255.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-08 09:30:36', '2024-02-08 09:30:36'),
(4033, 'Planters Cashews', 'ZniyejPNl', 18, '5-Oz Planters Cashews (Various Flavors)', 2.60, NULL, NULL, 3.68, 'Planters Cashews-68739.jpeg', 'Planters Cashews-28758.jpeg', 'Planters Cashews-18589.jpeg', 'Groceries', 2.5, NULL, 1, '2024-02-08 09:36:41', '2024-02-08 09:36:41'),
(4034, 'Torani', 'dPiNv3JXX', 18, '4-Count 12.7-Oz Torani Sugar Free Syrup (Vanilla)', 12.13, NULL, NULL, 19.68, 'Torani-97396.jpeg', 'Torani-16579.jpeg', 'Torani-49766.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-08 09:40:56', '2024-02-08 09:40:56'),
(4035, 'Honey Nut Cheerios Treats', 'WQhygZaTi', 18, '8-Pack Honey Nut Cheerios Breakfast Cereal Snack Bars', 1.89, NULL, NULL, 5.00, 'Honey Nut Cheerios Treats-55234.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-02-08 09:47:35', '2024-02-08 09:47:35'),
(4036, 'Beach Cliff Wild Sardines', '4qzLNKjaW', 18, '12-Pack 3.75-Oz Beach Cliff Wild Caught Sardines in Soybean Oil', 6.10, NULL, NULL, 13.68, 'Beach Cliff Wild Sardines-71475.jpeg', 'Beach Cliff Wild Sardines-86141.jpeg', 'Beach Cliff Wild Sardines-71199.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-08 09:56:00', '2024-02-08 09:56:00'),
(4037, 'Dixon Valve and Coupling Domestic Rack Nozzle 1-1/2 In.', '6HaJfsuOI', 13, 'Also know as a \"Fire Hose Nozzle\" the Domestic Rack Nozzle delivers 30°- 60°- 90° fog patterns with the water dispersed through the hose.\r\nFor use with water only\r\nUL Listed and Factory Mutual approved for class A and B fires\r\nShut off- straight stream- fog\r\nDelivers 30°- 60°- 90° fog pattern\r\nMaterial: Brass\r\nThread: NST (NH)\r\nMaximum Operating Pressure: 100 PSI\r\nFlow: 90° Spray GPM at 100 PSI = 80', 149.99, NULL, NULL, 224.76, 'Dixon Valve and Coupling Domestic Rack Nozzle 1-1/2 In.-53558.jpeg', 'Dixon Valve and Coupling Domestic Rack Nozzle 1-1/2 In.-42606.jpeg', NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-08 10:29:44', '2024-02-08 10:29:44'),
(4038, 'Medal Of Honor Warfighter', 'MyHiPDM1k', 18, 'Medal Of Honor Warfighter for Xbox 360\r\n\r\nMODEL: 014633197167', 4.99, NULL, NULL, 19.99, 'Medal Of Honor Warfighter-41773.jpeg', 'Medal Of Honor Warfighter-40204.jpeg', 'Medal Of Honor Warfighter-96032.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-08 10:33:06', '2024-02-08 10:33:06'),
(4039, 'Fatal Games', 'z0xFx1aiu', 18, 'For the promising wave of female decathletes who came there to train, the prestigious Falcon Academy offered only the finest in equipment, dietary regimen, and sports medicine. Unfortunately, the facility also came complete with a tracksuit-clad, javelin-chucking serial killer out to skewer them one by one. Can the murderer be stopped before they take the gold in mayhem? Singular slasher fare stars Sally Kirkland, Melissa Prophet, Spice Williams-Crosby, Angela Bennett. 88 min. Widescreen; Soundtrack: English; Subtitles; English (SDH); audio commentary; featurettes; image gallery; theatrical trailer.', 18.90, NULL, NULL, 34.98, 'Fatal Games-79014.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-08 10:48:09', '2024-02-08 10:48:09'),
(4040, 'Blood Games', '2Ep9hPx3k', 18, 'Blood Games on Blu-ray\r\n\r\nMaybe the barnstorming busload of beautiful softball players should have passed on the challenge thrown by a bunch of back-country yahoos, because after the ladies won handily, the sore losers tried to welch... and the dispute swiftly turned deadly. The women take off into the forest, with the blood-raged locals in pursuit-but the hunters might be just giving the hunted an opportunity to work on their swing. Vengeance thriller in a league of it\'s own stars Laura Albert, Ross Hagen, Lee Benton. 90 min. Widescreen; Soundtrack: English; Subtitles: English (SDH); featurettes; image gallery; theatrical trailer.', 20.43, NULL, NULL, 34.98, 'Blood Games-20837.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-08 10:56:43', '2024-02-08 10:56:43'),
(4041, 'SALVATORE FERRAGAMO  Ferragamo Men\'s Leather Business Bag', 'gKvgjaWWT', 19, 'Salvatore Ferragamo Men\'s Messenger. SKU: 240870 685484. Barcode: 8058572382545. Color: Black. Ferragamo Men\'s Leather Business Bag. Ferragamo business bag crafted from supple calfskin leather with metal hardware. This business bag features 2 main compartments, inside pockets and an adjustable leather shoulder strap. Dimensions: H: 11\" x L: 14.5\" x W: 1.3\".', 750.00, NULL, NULL, 1000.00, 'SALVATORE FERRAGAMO  Ferragamo Men\'s Leather Business Bag-55664.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-08 10:57:56', '2024-02-08 10:57:56'),
(4042, 'GUCCI  Grey Round Ladies Sunglasses', 'V3YE7Llsx', 19, 'Gucci Sunglasses. Series number: GG0712S. Color code: 001. Shape: Round. Lens Width: 55 mm. Lens Bridge: 21 mm. Arm Length: 140 mm. 100% UV protection. Non-Polarized. Frame Material: Plastic. Frame Color: Black;Green. Lenses Type: Grey. Rim Style: Full-Rim. UPC/EAN code: 889652295565. Gucci Grey Round Ladies Sunglasses GG0712S 001 55.', 209.99, NULL, NULL, 352.00, 'GUCCI  Grey Round Ladies Sunglasses-64286.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-08 11:01:36', '2024-02-08 11:01:36'),
(4043, 'Scooby-Doo! Laff-A-Lympics', 'nger8u16u', 18, 'Newly released from prison, car thief Rudy Duncan (Ben Affleck) assumes his late cellmate\'s identity so he can be with the dead man\'s pen-pal girlfriend Ashley (Charlize Theron). Unfortunately for Rudy, Ashley\'s gun-running brother Gabriel (Gary Sinise) wants him to supply inside information he doesn\'t have so Gabriel and his cronies can hold up an Indian reservation casino. John Frankenheimer expertly directs this gripping thriller. Clarence Williams III also stars. Director\'s cut; 124 min. Widescreen; Soundtrack: English DTS HD 5.1 Master Audio; Subtitles: English (SDH), Spanish.', 14.28, NULL, NULL, 18.98, 'Scooby-Doo! Laff-A-Lympics-66181.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-08 11:07:27', '2024-02-08 11:07:27'),
(4044, 'Road Games', 't0WemDTn3', 18, 'Road Games on Blu-ray\r\n\r\nIntense road thriller featuring Stacy Keach as Pat Quid, an American truck driver driving across the Australian continent, who picks up another Yank, hitchhiker Pamela Rushworth (Jamie Lee Curtis). The pair talks about an active serial killer terrorizing the roads, and when Pamela turns up missing, Quid goes on the prowl to bring her back safe. Grant Page, Marion Edward also star; directed by Richard Franklin (\"Patrick\").', 22.87, NULL, NULL, 29.99, 'Road Games-11386.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-08 11:11:04', '2024-02-08 11:11:04'),
(4045, 'Inflatable Travel Pillow', 'BBmesirLF', 18, 'PERFECT ANGLE DESIGN - 60°：The Airplane Neck Pillow Is Designed With a Perfect 60°Angle, Allowing Your Head And Neck To Naturally Lean Forward, This Sleeping Pillow Decrease The Pressure Of Your Cervical Vertebra. The Perfect 60°Angle Of Inflatable Travel Pillow Can Offer You Better Comfort Of Rest, Make You Easier To Fall Asleep And Sleep Longer On The Road.\r\nGET RID OF PAIN & BAD POSTURE : Bad Posture can Cause Cervical Damage and Damage the Sciatic Nerve and the Coccyx. We Define Neck Pillows As Those not Just Wrapping Around Your Neck, But Those the Maintain the Proper Relationship Between the Head, Neck and Shoulders When Sleeping, Based On Sound Ergonomic Principles. This Inflatable Travel Neck Pillows can Help You To Stay Away from the Damage and Insomnia.\r\nCARE YOUR SKIN：Soft PVC Flocking Is Skin-Friendly, You Will Love The Velvety Touch.No Irritation Will Occur Even Though You Use The Travel Pillow Throughout Your Journey.\r\nHOT PRESSING SEAMLESS SEALING TECHNOLOGY：Firm And Airtight, And Will Not Scratch The Body,To Keep You Comfortable Throughout The Journey.\r\nEASY TO CARRY: It Have a Drawstring Bag, And After Folding The Airplane Pillow Is Placed Inside The Bag. The Airplane Travel Pillow Net Weight Is Only 0.78 Lbs. It Is Very Portable. Whether It\'s Family, Airplane, Car, Bus, Train, Office Nap, Camping, Etc., It\'s a Great Help For You To Have a Good Night\'s Sleep.', 9.99, NULL, NULL, 19.99, 'Inflatable Travel Pillow-92769.jpeg', 'Inflatable Travel Pillow-42622.jpeg', 'Inflatable Travel Pillow-79269.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-08 11:16:07', '2024-02-08 11:16:43'),
(4046, 'Gilmour Watering Medium Duty Front Trigger Nozzle', 'NXOYn5kiZ', 13, 'From the moment you pick it up, you’ll notice this watering nozzle is different. Designed with mobility in mind, it features Gilmour’s innovative Swivel Connection. The swivel allows the nozzle to pivot without twisting the hose, thus reducing the likelihood of kinking.\r\n\r\nFEATURES\r\n*Swivel connection increases ease of mobility, allowing the nozzle to pivot without twisting the hose and reducing kink potential\r\n*Refined patterns mean you’ve got just the settings you need, clearly marked and easy to actuate\r\n*Ergonomic design optimizes the location of controls so there’s no straining to reach and make adjustments, like flow control\r\n*Redesigned handle features structured contours ensuring the nozzle fits snugly in the hand; the result is greater comfort and control\r\n*Front-trigger design requires less effort than standard rear control while spray lock means one simple click will achieve continuous flow\r\n*Metal coupling and stem for drop protection', 9.99, NULL, NULL, 16.00, 'Gilmour Watering Medium Duty Front Trigger Nozzle-93547.jpeg', 'Gilmour Watering Medium Duty Front Trigger Nozzle-54942.jpeg', 'Gilmour Watering Medium Duty Front Trigger Nozzle-89312.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-08 11:19:11', '2024-02-08 11:19:11'),
(4047, 'Razorback 16in Drain Spade with 30in Fiberglass Handle and Cushion D-Grip', 'agDxH8CfM', 13, 'The Razor-Back drain spade is designed for digging narrow trenches and cleaning out previously dug ditches. It is also great for transplanting live trees and shrubs. The features consist of a forward turned step, 14 Ga closed-back blade with crimp collar, 9 In. socket, and 30 In. fiberglass handle with cushion D-grip. The construction of this tool is durable, reliable, and dependable to service users for years to come.\r\n*Narrow, heavy gauge blade with forward turned step\r\n*Closed back design prevents dirt build up on back of blade\r\n*Strong fiberglass handle with poly D-grip\r\n*Forward turned-step for secure foot placement\r\n*Heavy duty D-grip handle', 45.99, NULL, NULL, 48.99, 'Razorback 16in Drain Spade with 30in Fiberglass Handle and Cushion D-Grip-50050.jpeg', 'Razorback 16in Drain Spade with 30in Fiberglass Handle and Cushion D-Grip-73654.jpeg', NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-08 11:23:26', '2024-02-08 11:23:26'),
(4048, 'Damaged Screw Extractor Set', 'pLGVl7nJW', 18, 'APPLY TO ALL DRILLS : 6 pieces screw extractors work with any drill and all the screw size or bolt (3-12mm), These extractor tools are used to reverse the damaged screw counterclockwise until it is released\r\nThe DIY Tools for Men-Men won\'t know they need screw extractor set until they have one! This screw extractor set is GIFT WRAP AVAILABLE, can be gifted to your loved ones as it reflects a fresh trend with fun and practical. Amazing and Unique tool gifts for men women. The must have stocking stuffers for men, gifts for dad, husband, father, him, guy teens, adult, Boyfriend, son on Birthdays, Christmas, Fathers Day or anniversary. Perfect Holiday Gift Guide\r\nHIGH QUALITY - This damaged screw remover tool kit is made from High-Speed Steel H.S.S 4341# , which have high hardness of 63hrc, it\'s durable and easily to remove any damaged screws.\r\nEASY TO USE: Just two simple steps to get the job done - drill a hole with a cutting size using the right size screw extractor and easily remove the screw or bolt using the removal tool Hardness 63-65HRC: Titanium hardened steel material, more durable than most screw extractors on the market, better hardness and durability than others, buy with confidence and complete peace of mind\r\nCool Gadgets for Men Dad Christmas Birthday Gifts for Men and Women - Men won\'t know they need screw extractor sets until they have one! Every screw has the potential to rust and break, which can create a situation where it cannot be removed. Owning it, there will be no anxiety about rusty screws. This screw extractor set is GIFT WRAP AVAILABLE, can be gifted to your loved ones as it reflects a fresh trend with fun and practical. Amazing and unique tool gifts for men women. A must have stocking stuffer for men on birthdays, Christmas, Father\'s Day or anniversaries, a gift for dads, husbands, fathers, him, adults, boyfriends, sons. The best and most practical and surprising Christmas gift', 9.99, NULL, NULL, 19.99, 'Damaged Screw Extractor Set-99951.jpeg', 'Damaged Screw Extractor Set-92855.jpeg', 'Damaged Screw Extractor Set-67938.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-08 11:24:36', '2024-02-08 11:24:36'),
(4049, 'Milwaukee M18 ROCKET Dual Power Tower Light (Bare Tool)', 'wSZBBeGsf', 13, '25% More light, all day operation. The M18™ ROCKET™ dual power tower light is providing more light on the job with 2500 lm of TRUEVIEW™ hight definition output. All while having the capability being dual power, powered by M18™ or extension cord. The light head can be extended from 4 to 7 Ft. to light overhead work or minimize shadows when casting light downward. Capable of filling large areas with light, it provides 2,500 lm in its high mode, 1,100 in. medium and 700 in. low, and it can run for up to 4, 8, or 12 hours with an M18™ REDLITHIUM™ XC 5.0 battery pack. It uses TRUEVIEW™ high definition output providing neutral white color and a high color rendering index paired with a Milwaukee® designed reflector to produce an even beam pattern. Its reinforced legs are impact resistant, and its low center of gravity provides a stable base. The light head is protected by an impact-resistant lens and bezel, and it nests into a protective shroud for secure transport and storage. Its LEDS never need to be replaced, and are backed by a Limited Lifetime Warranty. The combination of these technologies offers professionals the highest quality LED lighting solution, on or off the jobsite.', 179.00, NULL, NULL, 229.00, 'Milwaukee M18 ROCKET Dual Power Tower Light (Bare Tool)-88932.jpeg', 'Milwaukee M18 ROCKET Dual Power Tower Light (Bare Tool)-38948.jpeg', 'Milwaukee M18 ROCKET Dual Power Tower Light (Bare Tool)-34950.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-08 11:27:25', '2024-02-08 11:27:25'),
(4050, 'Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green', 'LsXvRlQEK', 18, 'FRUIT AND VEGGIE DIVIDER: Effortlessly slices a variety of fruits and veggies lengthwise into uniform quarters with just 1 press for a safe and fast way to prepare salads, healthy snacks, and more\r\nGREAT FOR A VARIETY OF PRODUCE: Ideal for longer veggies like cucumbers, carrots, zucchini, and squash and small round produce like mini potatoes, Brussel sprouts, cherry tomatoes, and olives\r\nVERSATILE USES: Can also be used to dice or divide strawberries, grapes, pitless cherries, peeled kiwis, and more to create an easy fruit platter or bite-sized snacks for kids\r\nSLICE WITH EASE: Sharp stainless steel constructed cutting blades quickly deliver clean cuts, and the integrated slots easily locate the blade assembly to prevent any mistakes while slicing\r\nACCOMMODATING: Features internal guides that are designed to flex to accommodate various produce shapes and sizes without a hassle', 8.99, NULL, NULL, 9.99, 'Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green-31254.jpeg', 'Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green-69031.jpeg', 'Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green-97379.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-08 11:30:38', '2024-02-08 11:30:38'),
(4051, 'Bora Portamate Adjustable Speedhorse XT Sawhorse Work Support System Two Pack', 'hqZ1rnsrW', 13, 'How do you upgrade the ultimate jobsite upgrade? Give it adjustable legs. We took our bestselling PM-4500 Speedhorse sawhorse and gave it individually extendable legs. The SpeedhorseXT is no ordinary sawhorse, it deploys 30x faster than conventional saw horses and can be adjusted from 30 to 36”! This means you can raise your SpeedhorseXT to the height you need to work efficiently and without pain. Each leg can be adjusted individually to compensated for un-even worksite terrain. The SpeehorseXT is the ultimate upgrade for your job site, workspace, garage, or workshop.\r\nFEATURES\r\n*Legs are independently adjustable in 1-inch increments and the height increases from 30 to 36 inches\r\n*Compensate for uneven terrain on the jobsite by extending each leg to the height you need\r\n*Each individual unit can support 1500 pounds, 3000 pound capacity with the pair\r\n*Non-sequential leg folding, pre-drilled top, and end slots for 2x material are all here, ready to help you work', 199.98, NULL, NULL, 249.98, 'Bora Portamate Adjustable Speedhorse XT Sawhorse Work Support System Two Pack-71136.jpeg', 'Bora Portamate Adjustable Speedhorse XT Sawhorse Work Support System Two Pack-48949.jpeg', 'Bora Portamate Adjustable Speedhorse XT Sawhorse Work Support System Two Pack-64044.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-08 11:33:52', '2024-02-08 11:33:52'),
(4052, 'Banjo 23 inches four strings banjolele ukulele string instrument', 'xrAs88LSN', 18, 'Banjo 23 inches four strings banjolele ukulele string instrument', 205.19, NULL, NULL, 284.19, 'Banjo 23 inches four strings banjolele ukulele string instrument-59771.jpeg', 'Banjo 23 inches four strings banjolele ukulele string instrument-98601.jpeg', 'Banjo 23 inches four strings banjolele ukulele string instrument-79479.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-08 11:34:12', '2024-02-08 11:34:12'),
(4053, 'Coffee Mug Warmer for Desk', 'wqs8Z2coY', 18, 'FITS VARIOUS NEEDS - According to the research provided by the National Coffee Association of the USA - 120°F to 160°F is the ideal range temperature to drink coffee. ENIGMA beverage warmer is a smart choice to keep your coffee warm on the desk or warm dishes on a dinner table for your guests. To present the best user experience, the ENIGMA mug warmer presents three temperature range levels those are 130/170℉, 140/176℉, 145/180℉.\r\nSAFE & ECO-FRIENDLY - ENIGMA coffee warmer offers 6 timer settings, from 2 to 12 hours; switch the best one according to your varying needs. Small kitchen appliances are supposed to be helpers in your home, not a threat to your safety. The gravity sensor detects the heating area all the time. The cup warmer will automatically shut off if the heating area is unoccupied.\r\nCOMPATIBLE WITH THE MOST - No matter whether you use a ceramic mug, stainless cup, glass coffee pot, aluminum cezve, or takeaway cardboard cup. ENIGMA chocolate warmer can always get it done. To maximize the heating performance, we highly recommend using a FLAT-BOTTOM container instead of a concave-bottom container.\r\nBIG, BUT LIGHTER - 3.6-inch diameter oversized heating area. Keep various containers warm, even if it\'s a coffee pot. 9.5 oz weight is as light as iPhone 13 Pro Max, which makes it possible to carry daily. Five feet power cord, no more extension cord needed to enjoy entire-day-warmed coffee on your office desk or side table.\r\nIDEAL CHRISTMAS GIFT - A cup of warm coffee not only refreshes one\'s mind but also relaxes one\'s body. Surprise your husband, wife, boyfriend, girlfriend, father, mother, or anyone beloved by gifting an ENIGMA candle warmer to warm their entire winter. ENIGMA coffee warmer for desk comes with a designed gift-style retail box, just ready for gifting.', 27.59, NULL, NULL, 30.59, 'Coffee Mug Warmer for Desk-29960.jpeg', 'Coffee Mug Warmer for Desk-21547.jpeg', 'Coffee Mug Warmer for Desk-36741.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-08 11:37:00', '2024-02-08 11:37:00'),
(4054, 'Multiquip 2 In. Submersible Pump 115 V 1PH', 'Af9Gxi5No', 13, 'This lightweight, compact submersible centrifugal pump is ideal for moving water in multiple confined and open area applications. This is a powerful, versatile, low maintenance pump that is perfect for a wide range of operations supporting contractors, service utilities, municipalities, and homeowners. Further, the ST2037 incorporates a rugged cast aluminum housing, internal thermal overload protection, dual shaft seals, sealed ball bearings impeller and molded 25 Ft. power cable with strain relief.', 378.99, NULL, NULL, 473.74, 'Multiquip 2 In. Submersible Pump 115 V 1PH-68270.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-08 11:39:28', '2024-02-08 11:39:28'),
(4055, 'Shiatsu Foot Massager Machine with Soothing Heat, Deep Kneading Therapy', 'MOPKbJSyj', 18, 'MULTI-FUNCTIONAL FOOT MASSAGER WITH MULTIPLE SETTINGS: Enjoy multiple preset massage modes, heat function and adjustable air compression intensity. You can select or customize according to your personal preference. It is thoroughly constructed to target the foot reflex zones and massage points to improve your foot wellness\r\nBUILT IN AIR COMPRESSION TECHNOLOGY: It has 2 adjustable intensity levels which will boost the blood circulation on your soles and feet. It works better when combined with the deep kneading Shiatsu foot massage to strengthen muscle tissues and reduce muscle stiffness allowing you to fully unwind after a busy day\r\nSOOTHING HEAT FUNCTION: Nekteck foot massager machine is equipped with infrared heating function to relieve tense and stressed muscles. The warmness it provides is safe for skin and is highly comforting especially during cold weather. It can be turned be manually on or off\r\nDEEP-KNEADING NODES: The foot massage rollers imitates the massage techniques and movements of a professional masseur as it delivers efficient pressure on soles which will greatly alleviate foot soreness and muscle tensions after tiring working day\r\nDETACHABLE FOOT COVER: Foot sleeves are breathable and detachable for cleaning and washing for your feet hygienic. You may wash as much as you want to avoid dirt and smell; No remote control. Not for people who are highly sensitive to squeeze and kneading', 70.99, NULL, NULL, 89.99, 'Shiatsu Foot Massager Machine with Soothing Heat, Deep Kneading Therapy-36962.jpeg', 'Shiatsu Foot Massager Machine with Soothing Heat, Deep Kneading Therapy-16752.jpeg', 'Shiatsu Foot Massager Machine with Soothing Heat, Deep Kneading Therapy-23394.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-08 11:42:05', '2024-02-08 11:42:05'),
(4056, '4-20MA Level Sensor Liquid Sensor Water Level Display Instrument / Beam Digital', 'TdpU38lWw', 18, '4-20MA Level Sensor Liquid Sensor Water Level Display Instrument / Beam Digital Display Control Instrument Level Transmitter 3256805667586592tsp Specifications :\r\n\r\nUsage\r\n\r\nCommercial Manufacture\r\n\r\nis_customized\r\n\r\nNo\r\n\r\nModel Number\r\n\r\nsensor\r\n\r\nType\r\n\r\nHand Tool Parts', 100.40, NULL, NULL, 113.40, '4-20MA Level Sensor Liquid Sensor Water Level Display Instrument / Beam Digital-12504.jpeg', '4-20MA Level Sensor Liquid Sensor Water Level Display Instrument / Beam Digital-82161.jpeg', '4-20MA Level Sensor Liquid Sensor Water Level Display Instrument / Beam Digital-77953.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-08 11:43:07', '2024-02-08 11:43:07'),
(4057, 'Come & Get it', 'J8LKb9KAO', 13, 'A Good Morning America Book Club Pick\r\n\r\nAn Indie Next Pick\r\nA LibraryReads Pick\r\n\r\nFrom the celebrated New York Times bestselling author of Such a Fun Age comes a fresh and provocative story about a residential assistant and her messy entanglement with a professor and three unruly students.\r\n\r\nIt\'s 2017 at the University of Arkansas. Millie Cousins, a senior resident assistant, wants to graduate, get a job, and buy a house. So when Agatha Paul, a visiting professor and writer, offers Millie an easy yet unusual opportunity, she jumps at the chance. But Millie\'s starry-eyed hustle becomes jeopardized by odd new friends, vengeful dorm pranks, and illicit intrigue. \r\n\r\nA fresh and intimate portrait of desire, consumption, and reckless abandon, Come and Get It is a tension-filled story about money, indiscretion, and bad behavior—and the highly anticipated new novel by acclaimed and award-winning author Kiley Reid.', 25.52, NULL, NULL, 29.00, 'Come & Get it-34034.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-08 11:44:17', '2024-02-08 11:44:17'),
(4058, 'Demonic Toys', 'SNZ77DBPg', 18, 'Demonic Toys (Original Soundtrack) on CD\r\n\r\nA creepy and playful soundtrack to accompany a film about creepy and playful evil toys. With a great title track by the prolific soundtrack master Richard Band. They\'re cute and cuddly by day, lethal demons by night. Ruthless killing machines come alive for just one purpose... death. And for five adults in an abandoned warehouse, every child\'s worst nightmare has become a deadly reality. While on a stakeout, Judith Gray, a beautiful, tough cop, is trapped inside a warehouse full of toys. But these are no ordinary playthings - they are Demonic Toys!', 10.72, NULL, NULL, 14.99, 'Demonic Toys-84987.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-02-08 11:47:20', '2024-02-08 11:47:20'),
(4059, 'Jack-attack', 'wC1avCcu9', 18, 'Jack-attack on Blu-ray\r\n\r\nFrom BABY OOPSIE director William Butler, comes the next mad movie pulled screaming out of the DEMONIC TOYS universe: JACK-ATTACK! In this dark, eerie sidebar sequel, the malevolent jack-in-the-box is up to his usual evil tricks as he and his familiar enter the life of a young, mute orphan girl, with murder and mayhem erupting all around them. Can this putrid plaything and his killer clown proxy be stopped? Cinema Crazed says DEMONIC TOYS: JACK-ATACK is \"CHILD\'S PLAY 2 meets BASKET CASE\" while JoBlo. Com calls the film \"Freaky\" with \"Nightmarish Visuals\'. Get ready for a scary, stylish good time... get ready for the wrath of JACK-ATTACK!', 15.52, NULL, NULL, 21.95, 'Jack-attack-16958.jpeg', NULL, NULL, 'Toys and games', 4.0, NULL, 1, '2024-02-08 11:50:58', '2024-02-08 11:50:58'),
(4060, 'Butcher & Blackbird : The Ruinous Love Trilogy by Brynne Weave', 'Pj5dkYJcr', 13, 'The viral TikTok friends-to-lovers dark romantic comedy full of murder, chaos, and sizzling chemistry--unlike anything you\'ve read before--now available in all bookstores When a chance encounter sparks an unlikely bond between rival murderers Sloane and Rowan, they find something elusive--the friendship of two like-minded, pitch-black souls who just happen to enjoy killing other serial killers. From small-town West Virginia to upscale California, and from downtown Boston to rural Texas, the two hunters collide in an annual game of blood and suffering, one that pits them against the most dangerous monsters in the country. But as their friendship develops into something more, the restless ghosts left in their wake are only a few steps behind, ready to claim more than just their newfound love. Can Rowan and Sloane dig themselves out of a game of graves?\r\nOr have they finally met their match? Tropes:\r\nGolden retriever x black cat\r\nHe falls first\r\nTouch him/her and die\r\nFriends to lovers\r\nForced proximity\r\nOne bed', 15.84, NULL, NULL, 18.00, 'Butcher & Blackbird : The Ruinous Love Trilogy by Brynne Weave-39166.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-08 11:51:52', '2024-02-08 11:51:52'),
(4061, 'One Dark Window', 'lSHTGAfWm', 13, 'For fans of Uprooted and For the Wolf comes a dark, lushly gothic fantasy about a maiden who must unleash the monster within to save her kingdom--but the monster in her head isn\'t the only threat lurking. Elspeth needs a monster. The monster might be her. Elspeth Spindle needs more than luck to stay safe in the eerie, mist-locked kingdom she calls home--she needs a monster. She calls him the Nightmare, an ancient, mercurial spirit trapped in her head. He protects her. He keeps her secrets.\r\nBut nothing comes for free, especially magic.\r\n\r\nWhen Elspeth meets a mysterious highwayman on the forest road, her life takes a drastic turn. Thrust into a world of shadow and deception, she joins a dangerous quest to cure the kingdom of the dark magic infecting it. Except the highwayman just so happens to be the King\'s own nephew, Captain of the Destriers...and guilty of high treason.\r\n\r\nHe and Elspeth have until Solstice to gather twelve Providence Cards--the keys to the cure. But as the stakes heighten and their undeniable attraction intensifies, Elspeth is forced to face her darkest secret yet: the Nightmare is slowly, darkly, taking over her mind. And she might not be able to stop him.', 18.99, NULL, NULL, 20.99, 'One Dark Window-29353.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-08 11:54:32', '2024-02-08 11:54:32'),
(4062, 'McFarlane Toys - DC Multiverse - Arkham City B&W Batman 7\" Action Figure', 'NSKKapFfX', 18, 'When his parents were gunned down in front of him, young Bruce Wayne resolved to rid Gotham City of the criminal element that took their lives. He trained extensively to achieve mental and physical perfection, in addition to mastering martial arts, detective techniques, and criminal psychology.\r\n\r\nDressing as a bat to prey on criminals’ fears, Batman fights crime with the aid of specialized gadgets and vehicles, operating out of his secretive Batcave below Wayne Manor.', 22.44, NULL, NULL, 24.96, 'McFarlane Toys - DC Multiverse - Arkham City B&W Batman 7\" Action Figure-58350.jpeg', 'McFarlane Toys - DC Multiverse - Arkham City B&W Batman 7\" Action Figure-18917.jpeg', 'McFarlane Toys - DC Multiverse - Arkham City B&W Batman 7\" Action Figure-56420.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-08 11:55:39', '2024-02-08 11:55:39'),
(4063, 'Two Twisted Crowns', 'Vw7qDmqnw', 13, 'The Two Twisted Crowns are a unique and stylish accessory. They add a touch of royalty and elegance to any outfit. With their twisted design, they create a captivating and eye-catching look. Whether you\'re attending a special event or just want to feel like a queen, these crowns are the perfect choice. Get ready to shine like royalty.', 16.71, NULL, NULL, 18.99, 'Two Twisted Crowns-25662.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-08 11:57:49', '2024-02-08 11:57:49'),
(4064, 'Vitamins & Crash Helmets Live', 'AVd2AWstq', 18, 'Vitamins & Crash Helmets Live on CD\r\n\r\nThe bad boys of southern glam rock released this fantastic 1999 live album as their swan song, which gets a whole new makeover on this sinister reissue!\r\n\r\nFeatures digitally remastered audio plus shocking new artwork that revives the band\'s evil clown mascot, Bill Z. Bubb! Check out these superb live versions of the band\'s best songs including \"Scared,\" \"Teas\'n, Pleas\'n,\" \"Gimme No Lip,\" \"Pissed\" and more!', 11.79, NULL, NULL, 13.98, 'Vitamins & Crash Helmets Live-59405.jpeg', 'Vitamins & Crash Helmets Live-39863.jpeg', NULL, 'Toys and games', 5.0, NULL, 1, '2024-02-08 11:59:31', '2024-02-08 11:59:31'),
(4065, 'Wireless Endoscope, Wi-Fi Industrial Borescope with 6 LED Lights, 7.9Mm 3 in 1 U', '65BfRKozr', 18, 'Wireless Endoscope, Wi-Fi Industrial Borescope with 6 LED Lights, 7.9Mm 3 in 1 U', 25.06, NULL, NULL, 32.06, 'Wireless Endoscope, Wi-Fi Industrial Borescope with 6 LED Lights, 7.9Mm 3 in 1 U-27452.jpeg', 'Wireless Endoscope, Wi-Fi Industrial Borescope with 6 LED Lights, 7.9Mm 3 in 1 U-51735.jpeg', 'Wireless Endoscope, Wi-Fi Industrial Borescope with 6 LED Lights, 7.9Mm 3 in 1 U-34270.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-08 12:00:25', '2024-02-08 12:00:25'),
(4067, 'Power Rangers - Go! Kara Kuri Combine - Dino Megazord', '6md9MbuK2', 18, 'DINO MEGAZORD (GO! KARA KURI COMBINE)\r\nFlame Toys presents a new series line called Go! Kuro Kara Combine. The 1st project is Dino Megazord!\r\nThe Dino Megazord is the combination of the five Dinozords: Tyrannosaurus, Mastodon, Triceratops, Sabertooth Tiger and Pterodactyl. The Mighty Morphin Power Rangers received the power of the Dinozords as part of their original powerset.\r\n\r\nThroughout their battles with Rita Repulsa, the Dinozords would be summoned to the Rangers\' side whenever she made her monsters grow, often using their combined Megazord form to destroy them.\r\n\r\nThis is Stylized Dino Megazord! Linkage articulation and five Dinozords combination gimmicks! Super-poseable with diecast parts for solidity and heaviness!', 11.79, NULL, NULL, 13.98, 'Power Rangers - Go! Kara Kuri Combine - Dino Megazord-47293.jpeg', 'Power Rangers - Go! Kara Kuri Combine - Dino Megazord-94099.jpeg', 'Power Rangers - Go! Kara Kuri Combine - Dino Megazord-25176.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-08 12:02:15', '2024-02-08 12:02:15'),
(4068, 'Amazon Fresh', 'K6leDCj0n', 2, '3-Pack 0.75-Oz Amazon Fresh Active Dry Yeast', 35.89, NULL, NULL, 50.99, 'Amazon Fresh-24567.jpeg', 'Amazon Fresh-43239.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-02-10 23:33:38', '2024-02-10 23:33:38'),
(4069, 'Goya Traditional Refried Beans', 'eyeTwA8Xy', 18, 'Goya Traditional Refried Pinto Beans-16 Oz', 45.99, NULL, NULL, 90.59, 'Goya Traditional Refried Beans-49449.jpeg', 'Goya Traditional Refried Beans-76868.jpeg', 'Goya Traditional Refried Beans-74187.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-10 23:46:46', '2024-02-10 23:46:46'),
(4070, 'Bird\'s Nest Baby Activity Playmat', 'TduudUw8g', 5, 'Brands\r\nAsweets\r\nService\r\nCustomized service is available, OEM/OBM/ODM is available\r\nMaterial\r\nCover:100% Cotton;filling:100% Polyester\r\nMOQ\r\n300 PCS', 20.00, NULL, NULL, 23.00, 'Bird\'s Nest Baby Activity Playmat-81617.jpeg', 'Bird\'s Nest Baby Activity Playmat-25793.jpeg', 'Bird\'s Nest Baby Activity Playmat-48376.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-10 23:48:18', '2024-02-10 23:48:18'),
(4071, 'Zatarain\'s Southern Buttermilk Chicken Fry Mix', 'rOmzBGbvA', 18, 'Zatarain\'s Southern Buttermilk Chicken Fry Mix-9 Oz. Box', 30.99, NULL, NULL, 50.99, 'Zatarain\'s Southern Buttermilk Chicken Fry Mix-39627.jpeg', 'Zatarain\'s Southern Buttermilk Chicken Fry Mix-71455.jpeg', 'Zatarain\'s Southern Buttermilk Chicken Fry Mix-36840.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-10 23:55:48', '2024-02-10 23:55:48'),
(4072, 'Toys baby music walker', 'TYJ9xtZow', 5, 'Function\r\nEasy Folding Portable Baby Walker\r\nFrame Material\r\nPlastic\r\nCERTIFICATE\r\nCCC, CE TUV EN1888, ISO9001\r\nWheel qlty\r\nPP\r\nPackage size\r\n70*70*43\r\nG/W\r\n19KG\r\nN/W\r\n17KG\r\nAge\r\n0-3 year', 10.90, NULL, NULL, 12.90, 'Toys baby music walker-44299.jpeg', 'Toys baby music walker-86331.jpeg', 'Toys baby music walker-98736.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-10 23:58:45', '2024-02-10 23:58:45'),
(4074, 'Nice rattan stroller', '5LK6DzLhL', 5, 'Material\r\nRattan\r\nSize\r\ncustomized\r\nDesign\r\nVariety\r\nColor\r\nnatural\r\nFeature\r\nNon-toxic, non-irritation, flexible, can be mass-produced, eco-friendly\r\nMOQ\r\n1000 pcs/ design\r\nSample\r\n25 days\r\nPacking\r\nWrapped in soft paper, carton box and base on requested', 15.99, NULL, NULL, 21.99, 'Nice rattan stroller-72596.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-11 00:10:13', '2024-02-11 00:10:13');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4075, 'Bride (Books-A-Million Exclusive)', 'ROXmlKsFc', 14, 'Our Books-A-Million Exclusive comes with a bonus essay \"A Slightly Unhinged Soundtrack for Bride\" outlining the perfect soundtrack for readers.\r\n\r\nA dangerous alliance between a Vampyre bride and an Alpha Werewolf becomes a love deep enough to sink your teeth into in this new paranormal romance from the #1 New York Times bestselling author of Love, Theoretically and The Love Hypothesis. Misery Lark, the only daughter of the most powerful Vampyre councilman of the Southwest, is an outcast--again. Her days of living in anonymity among the Humans are over: she has been called upon to uphold a historic peacekeeping alliance between the Vampyres and their mortal enemies, the Weres, and she sees little choice but to surrender herself in the exchange--again... Weres are ruthless and unpredictable, and their Alpha, Lowe Moreland, is no exception. He rules his pack with absolute authority, but not without justice. And, unlike the Vampyre Council, not without feeling. It\'s clear from the way he tracks Misery\'s every movement that he doesn\'t trust her. If only he knew how right he was.... Because Misery has her own reasons to agree to this marriage of convenience, reasons that have nothing to do with politics or alliances, and everything to do with the only thing she\'s ever cared about. And she is willing to do whatever it takes to get back what\'s hers, even if it means a life alone in Were territory...alone with the wolf.', 19.00, NULL, NULL, 21.00, 'Bride (Books-A-Million Exclusive)-12878.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-11 00:15:28', '2024-02-11 00:15:28'),
(4076, 'Duncan Hines Perfectly Moist Butter Recipe Fudge Cake Mix', 'sQEpe8LHQ', 18, 'One 15.25 oz box of Duncan Hines Perfectly Moist Butter Recipe Fudge Cake Mix\r\nVelvety batter bakes into a moist and flavorful chocolate cake\r\nEasy butter recipe cake mix for baking your favorites, including chocolate birthday cake, sheet cake and cake pops\r\nBoxed cake mix makes a 9 inch layer cake, 13 by 9 inch cake or 24 cupcakes\r\nAdd water, eggs and butter to this mix for a rich, flavorful batter', 39.99, NULL, NULL, 70.99, 'Duncan Hines Perfectly Moist Butter Recipe Fudge Cake Mix-80107.jpeg', 'Duncan Hines Perfectly Moist Butter Recipe Fudge Cake Mix-21162.jpeg', 'Duncan Hines Perfectly Moist Butter Recipe Fudge Cake Mix-81873.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-11 00:16:21', '2024-02-11 00:16:21'),
(4077, 'Baby crib child bed newborn crib Portable mobile bed in-bed guard rail', 'yZ4oG1Sq5', 5, 'Bed rail guard\r\nbaby playpen\r\nbaby stroller\r\n baby nail trimmer', 45.00, NULL, NULL, 58.00, 'Baby crib child bed newborn crib Portable mobile bed in-bed guard rail-90449.jpeg', 'Baby crib child bed newborn crib Portable mobile bed in-bed guard rail-16255.jpeg', 'Baby crib child bed newborn crib Portable mobile bed in-bed guard rail-67725.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 00:19:30', '2024-02-11 00:19:30'),
(4078, 'HERMES  Un Jardin En Mediterranee Lotion 6.7 oz Bath & Body', 'UInNrjUhD', 5, 'Design house: Hermes. Series: Un Jardin En Mediterranee. Category: Bath & Body. SubType: Lotions & Creams Lotion. Beauty group: Body. Size: 6.7 oz. Barcode: 3346131901371. Hermes Un Jardin En Mediterranee Lotion 6.7 oz Bath & Body 3346131901371.', 44.00, NULL, NULL, 52.99, 'HERMES  Un Jardin En Mediterranee Lotion 6.7 oz Bath & Body-49982.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 00:19:31', '2024-02-11 00:19:31'),
(4079, 'Hotshot Flying Insect Killer', 'mjDeKTIPi', 18, 'KILLS FLYING INSECTS BY CONTACT: controls houseflies, mosquitoes and other listed insects\r\nKILLS UP TO 4 WEEKS: continues to kill mosquitoes and houseflies on non-porous surfaces for up to 4 weeks\r\nCLEAN FRESH SCENT: scented aerosol spray\r\nFOR INDOOR AND OUTDOOR USE: use this water-based formula to kill nuisance flying insects both inside and outside your home', 36.99, NULL, NULL, 40.99, 'Hotshot Flying Insect Killer-76211.jpeg', 'Hotshot Flying Insect Killer-94128.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-11 00:21:54', '2024-02-11 00:21:54'),
(4080, 'Kitchen Paper Towels', 'Cmm1TTBrd', 18, 'Holla back at spills on break room countertops with these thirsty white paper towels. Eight rolls in each pack deliver serious drying with no doubt, and just-my-size perforations reduce the overuse by providing a sheet made for every mess. With two-ply c.Clean everyday spills and messes in the kitchen with these paper towels.Contains 116 sheets per roll, 8 rolls per pack, 928 sheets total.Highly absorbent 2-ply paper towels can clean even the toughest messes with ease.Comes in white.Sheet size: 5.9\"W x 11\"L.Perforated sheets allow you to take just as much as you need.Take on accidents and just let it all soak in with these Perk™ Choose-A-Size perforated paper towels.', 9.29, NULL, NULL, 17.60, 'Kitchen Paper Towels-98983.jpeg', 'Kitchen Paper Towels-27071.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-02-11 00:26:25', '2024-02-11 00:26:25'),
(4081, 'HERMES  Ladies Un Jardin Sur Le Nil Perfumed Body Lotion 6.5 oz', 'iCciskk44', 5, 'A gentle, luxurious moisturizing body lotion. Helps promote a smoother & softer body skin. Contains exclusive ingredients to revitalize your skin. Lightweight creamy texture melts easily into skin. Keeps skin comfortable & hydrated throughout the day. Leaves skin with a soft, comforting & lingering scent. Perfect for all skin types. Design house: Hermes. Series: Un Jardin Sur Le Nil Perfumed Body Lotion. Gender: Ladies.', 49.99, NULL, NULL, 56.00, 'HERMES  Ladies Un Jardin Sur Le Nil Perfumed Body Lotion 6.5 oz-50244.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-11 00:26:44', '2024-02-11 00:26:44'),
(4082, 'HERMES  Ladies Twilly D\' Perfumed Soap 3.5 oz', 'nlGm6fT92', 5, 'Design house: Hermes. Series: Twilly D\'Hermes Perfumed Soap. Gender: Ladies. Category: Bath & Body. SubType: Soap. Beauty group: Body. Size: 3.5 oz. Barcode: 3346133201264. Hermes Ladies Twilly D\'Hermes Perfumed Soap 3.5 oz', 24.99, NULL, NULL, 27.00, 'HERMES  Ladies Twilly D\' Perfumed Soap 3.5 oz-42926.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-11 00:30:56', '2024-02-11 00:30:56'),
(4083, 'Classico Signature Recipes Traditional Basil Pesto', '0nOeEUZqt', 18, 'One 8.1 oz. jar of Classico Signature Recipes Traditional Basil Pesto Sauce & Spread\r\nClassico Signature Recipes Traditional Basil Pesto Sauce & Spread delivers authentic Italian flavors in a versatile ready to use sauce and spread\r\nOur pesto sauce and spread offers a delicious combination of basil and parmesan cheese that goes well on anything\r\nMix with hot pasta or use as a spread on crackers, meat or pizza\r\nOur pesto sauce and spread is gluten free\r\nPackaged in a resealable jar\r\nRefrigerate after opening', 49.99, NULL, NULL, 70.89, 'Classico Signature Recipes Traditional Basil Pesto-38353.jpeg', 'Classico Signature Recipes Traditional Basil Pesto-33416.jpeg', 'Classico Signature Recipes Traditional Basil Pesto-91752.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-11 00:34:12', '2024-02-11 00:34:12'),
(4084, 'Classic folding cheap movable multi function Cunas foldable portable baby cot playpen babies bed', 'tWNBCcn9A', 5, 'Classic folding cheap movable multi function Cunas foldable portable baby cot playpen babies bed', 60.00, NULL, NULL, 70.00, 'Classic folding cheap movable multi function Cunas foldable portable baby cot playpen babies bed-13682.jpeg', 'Classic folding cheap movable multi function Cunas foldable portable baby cot playpen babies bed-63385.jpeg', 'Classic folding cheap movable multi function Cunas foldable portable baby cot playpen babies bed-64928.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 00:34:29', '2024-02-11 00:34:29'),
(4085, 'Baby Walker', 'XTdeG7jdo', 5, 'item\r\nvalue\r\nPlace of Origin\r\nChina\r\nHebei\r\nBrand Name\r\npawsoon\r\nModel Number\r\nmlt-611\r\nMaterial\r\nPvc\r\nFrame Material\r\nPlastic\r\nLoad Bearing\r\n5kg\r\nIs Foldable\r\nYes\r\nAge Group\r\n0-6 months, 0-3 years old, > 3 years old\r\nProduct name\r\nBaby Walker\r\nColor\r\nPINK GREEN BLUE GREY\r\nLogo\r\nAccept Customized Logo', 10.96, NULL, NULL, 15.96, 'Baby Walker-89611.jpeg', 'Baby Walker-44565.jpeg', 'Baby Walker-21754.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 00:38:54', '2024-02-11 00:38:54'),
(4086, 'Early Riser City Roast', 'SukUpHgbP', 18, '12-Count 4.6Oz 365 by Whole Foods Market Coffee Pods (Early Riser City Roast)', 4.11, NULL, NULL, 8.66, 'Early Riser City Roast-84687.jpeg', 'Early Riser City Roast-23263.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-11 00:39:28', '2024-02-11 00:39:28'),
(4087, 'PARFUMS DE MARLY  Men\'s Haltane EDP 4.2 oz Fragrances', 'Jnnlcbi8s', 5, 'Launch year: 2021. Top notes: Lavender, Bergamot, Clary sage. Heart notes: Saffron, Praline. Base notes: Agarwood (oud), Cedar. Design house: Parfums De Marly. Scent name: Haltane. Gender: Mens. Category: Perfume. SubType: EDP. Size: 4.2 oz. Barcode: 3700578502681. Parfums De Marly Men\'s Haltane EDP 4.2 oz Fragrances', 369.00, NULL, NULL, 426.00, 'PARFUMS DE MARLY  Men\'s Haltane EDP 4.2 oz Fragrances-57926.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-11 00:42:54', '2024-02-11 00:42:54'),
(4088, 'Bride (Books-A-Million Exclusive)', '9221JsmvE', 14, 'Our Books-A-Million Exclusive comes with a bonus essay \"A Slightly Unhinged Soundtrack for Bride\" outlining the perfect soundtrack for readers.\r\n\r\nA dangerous alliance between a Vampyre bride and an Alpha Werewolf becomes a love deep enough to sink your teeth into in this new paranormal romance from the #1 New York Times bestselling author of Love, Theoretically and The Love Hypothesis. Misery Lark, the only daughter of the most powerful Vampyre councilman of the Southwest, is an outcast--again. Her days of living in anonymity among the Humans are over: she has been called upon to uphold a historic peacekeeping alliance between the Vampyres and their mortal enemies, the Weres, and she sees little choice but to surrender herself in the exchange--again... Weres are ruthless and unpredictable, and their Alpha, Lowe Moreland, is no exception. He rules his pack with absolute authority, but not without justice. And, unlike the Vampyre Council, not without feeling. It\'s clear from the way he tracks Misery\'s every movement that he doesn\'t trust her. If only he knew how right he was.... Because Misery has her own reasons to agree to this marriage of convenience, reasons that have nothing to do with politics or alliances, and everything to do with the only thing she\'s ever cared about. And she is willing to do whatever it takes to get back what\'s hers, even if it means a life alone in Were territory...alone with the wolf.', 19.00, NULL, NULL, 22.00, 'Bride (Books-A-Million Exclusive)-27926.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-11 00:48:18', '2024-02-11 00:48:18'),
(4089, 'Bride (Books-A-Million Exclusive)', 'FFiWZXRzw', 14, 'Our Books-A-Million Exclusive comes with a bonus essay \"A Slightly Unhinged Soundtrack for Bride\" outlining the perfect soundtrack for readers.\r\n\r\nA dangerous alliance between a Vampyre bride and an Alpha Werewolf becomes a love deep enough to sink your teeth into in this new paranormal romance from the #1 New York Times bestselling author of Love, Theoretically and The Love Hypothesis. Misery Lark, the only daughter of the most powerful Vampyre councilman of the Southwest, is an outcast--again. Her days of living in anonymity among the Humans are over: she has been called upon to uphold a historic peacekeeping alliance between the Vampyres and their mortal enemies, the Weres, and she sees little choice but to surrender herself in the exchange--again... Weres are ruthless and unpredictable, and their Alpha, Lowe Moreland, is no exception. He rules his pack with absolute authority, but not without justice. And, unlike the Vampyre Council, not without feeling. It\'s clear from the way he tracks Misery\'s every movement that he doesn\'t trust her. If only he knew how right he was.... Because Misery has her own reasons to agree to this marriage of convenience, reasons that have nothing to do with politics or alliances, and everything to do with the only thing she\'s ever cared about. And she is willing to do whatever it takes to get back what\'s hers, even if it means a life alone in Were territory...alone with the wolf.', 19.00, NULL, NULL, 22.00, 'Bride (Books-A-Million Exclusive)-17754.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-11 00:48:33', '2024-02-11 00:48:33'),
(4090, 'Lara Croft and the Temple of Osiris', '32oOeGKsH', 18, 'Lara Croft and the Temple of Osiris, Accessory, New Teen Video Game- Gold Edition', 8.99, NULL, NULL, 12.65, 'Lara Croft and the Temple of Osiris-16597.jpeg', 'Lara Croft and the Temple of Osiris-49433.jpeg', NULL, 'Video games', 4.0, NULL, 1, '2024-02-11 00:52:01', '2024-02-11 00:52:01'),
(4091, 'After Annie', 'yR09jSNnx', 14, '\"A wise and heartfelt novel of connection, of loss and love and the power of both.\"--Amy Bloom, author of In Love\r\n\r\nAnna Quindlen\'s trademark wisdom on family, friendship, and the ties that bind us are at the center of this novel about the power of love to transcend loss and triumph over adversity, by the #1 New York Times bestselling author of Still Life with Bread Crumbs and One True Thing.\r\n\r\n\"A new Anna Quindlen novel is always cause for celebration. After Annie might just be my favorite one yet. It\'s a beautiful and deeply moving story about love, loss, friendship, marriage, family, and community from one of our wisest chroniclers of modern life. I treasured every page.\"--J. Courtney Sullivan, author of Friends and Strangers\r\n\r\nWhen Annie Brown dies suddenly, her husband, her children, and her closest friend are left to find a way forward without the woman who has been the lynchpin of all their lives. Bill is overwhelmed without his beloved wife, and Annemarie wrestles with the bad habits her best friend had helped her overcome. And Ali, the eldest of Annie\'s children, has to grow up overnight, to care for her younger brothers and even her father and to puzzle out for herself many of the mysteries of adult life.\r\n\r\nOver the course of the next year what saves them all is Annie, ever-present in their minds, loving but not sentimental, caring but nobody\'s fool, a voice in their heads that is funny and sharp and remarkably clear. The power she has given to those who loved her is the power to go on without her. The lesson they learn is that no one beloved is ever truly gone.\r\n\r\nWritten in Quindlen\'s emotionally resonant voice and with her deep and generous understanding of people, After Annie is about hope, and about the unexpected power of adversity to change us in profound and indelible ways.', 26.40, NULL, NULL, 30.00, 'After Annie-64776.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-11 00:56:20', '2024-02-11 00:56:20'),
(4092, 'Newborn Baby Clothes set', '1uRU5JTVG', 5, 'item\r\nvalue\r\nPlace of Origin\r\nGuangdong\r\nBrand Name\r\nNONE\r\nModel Number\r\nDC953\r\nFabric Type\r\nCotton\r\nFeature\r\nAnti-Shrink, Anti-wrinkle, Breathable, QUICK DRY, Anti-Bacterial, Waterproof, Plus Size, Anti-Static, Windproof\r\nSet Type\r\n3pcs\r\nSupply Type\r\nODM, OEM service, In-Stock Items\r\nAvailable Quantity\r\n20000\r\nMaterial\r\ncotton/polyester\r\nGender\r\nBaby Boys Girls\r\nProduct Type\r\nClothing Sets\r\nSeason\r\nSuitable for all seasons\r\nClosure Type\r\nPullover\r\nPattern Type\r\nTree house letter stripes animal pattern\r\nCollar\r\nO-Neck\r\nStyle\r\n\"European and American Style\r\nSleeve Length(cm)\r\nThree Quarter\r\n7 days sample order lead time\r\nSupport\r\nProduct name\r\nNewborn Baby Clothes set\r\nMOQ\r\n12 sets\r\nKeywords\r\nOrganic Baby boy girl Clothes 3piece set\r\nPacking\r\n12 Set /oppBag/Clothes hanger\r\nColor\r\nBlue yellow green black red pink white colorful\r\nSize\r\n0-3M/3-6M/6-9M/9-12M\r\nDescription\r\n3-piece set jumpsuit+trousers+bib/headband', 2.78, NULL, NULL, 3.78, 'Newborn Baby Clothes set-92434.jpeg', 'Newborn Baby Clothes set-25741.jpeg', 'Newborn Baby Clothes set-33976.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 00:58:34', '2024-02-11 00:58:34'),
(4093, 'Ghostbusters', 'UdLmJXJ6i', 18, 'Ghostbusters: The Video Game Remastered, Mad Dog Games, PlayStation 4, 710535827668', 30.99, NULL, NULL, 42.34, 'Ghostbusters-20117.jpeg', 'Ghostbusters-53335.jpeg', 'Ghostbusters-67165.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-11 00:59:27', '2024-02-11 00:59:27'),
(4094, 'GUCCI  Grey Round Ladies Sunglasses', 'Uhji2oVTN', 5, 'Gucci Sunglasses. Series number: GG0712S. Color code: 001. Shape: Round. Lens Width: 55 mm. Lens Bridge: 21 mm. Arm Length: 140 mm. 100% UV protection. Non-Polarized. Frame Material: Plastic. Frame Color: Black;Green. Lenses Type: Grey. Rim Style: Full-Rim.', 209.99, NULL, NULL, 351.23, 'GUCCI  Grey Round Ladies Sunglasses-98777.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 01:00:18', '2024-02-11 01:00:18'),
(4096, 'Single shake ward bed nursing ABS multi function', 'bmkEPax4m', 5, 'Item number	KS-232\r\nSide	\r\n2000*900*550cm\r\nHead and foot board	ABS\r\nCastor	Luxurious castor\r\nPanel	Stainless steel panel\r\nGuardrail	Aluminum alloy guardrail\r\nBacktest function\r\n75°±5°\r\n \r\nStandard configuration\r\nHead and foot board	1 Pair\r\nGuardrail	1 Pair\r\nCastor	4 Pcs\r\nHiding crank	2 Pc\r\nI.V. Stand	1 Pc\r\nI.V. Stand hole	4 Pcs\r\nDrainage hook	4 Pcs', 100.00, NULL, NULL, 120.00, 'Single shake ward bed nursing ABS multi function-85749.jpeg', 'Single shake ward bed nursing ABS multi function-21806.jpeg', 'Single shake ward bed nursing ABS multi function-92343.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 01:07:57', '2024-02-11 01:07:57'),
(4097, 'End of Story', 'R0HDZi37C', 14, 'The author of the #1 New York Times bestseller The Woman in the Window returns with a mesmerizing thriller – part Knives Out, part Agatha Christie . . . yet utterly unlike anything you’ve ever read. \r\n\r\n“I’ll be dead in three months. Come tell my story.” \r\n\r\nSo writes Sebastian Trapp, reclusive mystery novelist, to his longtime correspondent Nicky Hunter, an expert in detective fiction. With mere months to live, Trapp invites Nicky to his spectacular San Francisco mansion to help draft his life story . . . living alongside his beautiful second wife, Diana; his wayward nephew, Freddy; and his protective daughter, Madeleine. Soon Nicky finds herself caught in an irresistible case of real-life “detective fever.” \r\n\r\n“You and I might even solve an old mystery or two.” \r\n\r\nTwenty years earlier – on New Year’s Eve 1999 – Sebastian’s first wife and teenaged son vanished from different locations, never to be seen again. Did the perfect crime writer commit the perfect crime? And why has he emerged from seclusion, two decades later, to allow a stranger to dig into his past? \r\n\r\n“Life is hard. After all, it kills you.” \r\n\r\nAs Nicky attempts to weave together the strands of Sebastian’s life, she becomes obsessed with discovering the truth . . . while Madeleine begins to question what her beloved father might actually know about that long-ago night. And when a corpse appears in the family’s koi pond, both women are shocked to find that the past isn’t gone – it’s just waiting. \r\n\r\n#1 New York Times bestselling author A. J. Finn is the author of the global phenomenon The Woman in the Window, which was published in more than forty languages and the basis for the hit film starring Amy Adams.', 20.58, NULL, NULL, 30.00, 'End of Story-34699.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-11 01:08:15', '2024-02-11 01:08:15'),
(4098, 'Heated Rivals (The O\'Malleys Series, Bk. 2)', 'RfeFSbWIt', 14, 'New York Times and USA Today bestselling author Katee Robert continues her smoking-hot series about two feuding families—and their wealthy, powerful, and scandalous secrets.\r\n\r\nCarrigan O\'Malley has always known her arranged marriage would be more about power and prestige than passion. But after one taste of the hard-bodied, whiskey-voiced James Halloran, she\'s ruined for anyone else. Too bad James and his family are enemy number 1.\r\n\r\nHallorans vs. O\'Malleysthat\'s how it\'s always been. James should be thinking more about how to expand his family\'s empire instead of how silky Carrigan\'s skin is against his and how he can next get her into his bed. Those are dangerous thoughts. But not nearly as dangerous as he\'ll be if he can\'t get what he wants: Carrigan by his side for the rest of their lives.', 6.99, NULL, NULL, 16.99, 'Heated Rivals (The O\'Malleys Series, Bk. 2)-19778.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-11 01:13:31', '2024-02-11 01:13:31'),
(4099, 'GUCCI  Gradient Grey Square Ladies Sunglasses', 'toiHWtFZS', 5, 'Gucci Sunglasses. Series number: GG0141SN. Color code: 001. Shape: Square. Lens Width: 53 mm. Lens Height: 48 mm. Lens Bridge: 20 mm. Arm Length: 140 mm. 100% UV protection. Non-Polarized. Frame Material: Acetate. Frame Color: Black. Lenses Type: Gradient Grey.', 200.00, NULL, NULL, 346.99, 'GUCCI  Gradient Grey Square Ladies Sunglasses-52786.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 01:14:29', '2024-02-11 01:14:29'),
(4100, 'Scythe (Arc of a Scythe, Bk. 1)', 'thYyJiwsw', 14, 'A world with no hunger. No disease. No war. No misery. Humanity has conquered all those things, and has even conquered death. Now scythes are the only ones who can end life - and they are commanded to do so, in order to keep the size of the population under control.\r\n\r\nCitra and Rowan are chosen to apprentice to a scythe - a role that neither wants. These teens must master the \"art\" of taking life, knowing that the consequence of failure could mean losing their own. They learn living in a perfect world comes only with a heavy price.', 5.99, NULL, NULL, 11.99, 'Scythe (Arc of a Scythe, Bk. 1)-29048.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-11 01:17:01', '2024-02-11 01:17:01'),
(4101, 'Jedi Survivor', 'PistILHfi', 18, 'Star Wars Jedi: Survivor - PlayStation 5', 29.99, NULL, NULL, 34.97, 'Jedi Survivor-21514.jpeg', 'Jedi Survivor-55345.jpeg', 'Jedi Survivor-79611.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-11 01:19:26', '2024-02-11 01:19:26'),
(4102, 'LATTAFA  Unisex Bade\'e Al Oud Oud for Glory EDP 3.4 oz Fragrances', 'OPWF79XHK', 5, 'Unisex Bade\'e Al Oud Oud for Glory EDP 3.4 oz Fragrances', 23.00, NULL, NULL, 69.99, 'LATTAFA  Unisex Bade\'e Al Oud Oud for Glory EDP 3.4 oz Fragrances-97720.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-11 01:20:35', '2024-02-11 01:20:35'),
(4103, 'Take My Hand', '8OIxbLalH', 14, 'Winner of the 2023 NAACP Image Award for Outstanding Literary Work - Fiction\r\n\r\nInspired by true events that rocked the nation, a searing and compassionate new novel about a Black nurse in post-segregation Alabama who blows the whistle on a terrible injustice done to her patients, from the New York Times bestselling author of Wench\r\n\r\nMontgomery, Alabama, 1973. Fresh out of nursing school, Civil Townsend intends to make a difference, especially in her African American community. At the Montgomery Family Planning Clinic, she hopes to help women shape their destinies, to make their own choices for their lives and bodies.\r\n\r\nBut when her first week on the job takes her along a dusty country road to a worn-down one-room cabin, Civil is shocked to learn that her new patients, Erica and India, are children—just eleven and thirteen years old. Neither of the Williams sisters has even kissed a boy, but they are poor and Black, and for those handling the family’s welfare benefits, that’s reason enough to have the girls on birth control. As Civil grapples with her role, she takes India, Erica, and their family into her heart. Until one day she arrives at their door to learn the unthinkable has happened, and nothing will ever be the same for any of them.\r\n\r\nDecades later, with her daughter grown and a long career in her wake, Dr. Civil Townsend is ready to retire, to find her peace, and to leave the past behind. But there are people and stories that refuse to be forgotten. That must not be forgotten.\r\n\r\nBecause history repeats what we don’t remember.\r\n\r\nInspired by true events and brimming with hope, Take My Hand is a stirring exploration of accountability and redemption.', 6.99, NULL, NULL, 17.00, 'Take My Hand-89978.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-11 01:21:15', '2024-02-11 01:21:15'),
(4104, 'Sofa Leg', 'gE3wsOVxV', 5, 'Color\r\nGold/Chrome/Black/Customized\r\nFinish\r\nColor Plated/Powder Coated\r\nHeight\r\n10CM/13CM/15CM\r\nThickness\r\n1.2MM/1.4MM/1.6MM/1.8MM\r\nMOQ\r\n60pcs\r\nQuantity\r\nRegular 60 Pcs/Carton, Please Contact Us For Details\r\nPacking\r\nPlastic Bag + Carton + Pallet\r\nApplication\r\nSofa/Bed/Chair/Cabinet/Table', 2.00, NULL, NULL, 2.30, 'Sofa Leg-90813.jpeg', 'Sofa Leg-90096.jpeg', 'Sofa Leg-53805.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 01:24:03', '2024-02-11 01:24:03'),
(4105, 'Pokemon Violet', 'EzcbZ4lDH', 18, 'Pokemon Violet - Nintendo Switch, (Physical), U.S. Version', 39.99, NULL, NULL, 49.99, 'Pokemon Violet-59108.jpeg', 'Pokemon Violet-30065.jpeg', 'Pokemon Violet-29415.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-11 01:26:39', '2024-02-11 01:26:39'),
(4106, 'Stainless steel soft kitchen cabinet drawer slide', 'PyDXyyA0A', 5, 'Mail packing\r\nN\r\nApplication\r\nKitchen, Bathroom, Home Office, Living Room, Bedroom, Dining, Babies and kids, Outdoor, Hotel, Villia, Apartment, Office Building, Hospital, School, Mall\r\nDesign Style\r\nIndustrial\r\nPlace of Origin\r\nChina\r\nShanghai\r\nBrand Name\r\nTruslide\r\nModel Number\r\nTH1345ZN\r\nUsage\r\nKitchen Drawer\r\nType\r\nBall Bering Slide\r\nMaterial\r\nCold Rolled Stell\r\nName\r\nStainless steel soft kitchen cabinet drawer slide\r\nLength\r\n10\"-40\"(250mm -600mm)\r\nHeight\r\n45mm\r\nModel Number\r\nTH1345ZN\r\nThickness\r\n2.0mm\r\nTravel\r\nfull extension\r\nAdvantage\r\nSilent System\r\nFeature\r\n3 Fold+Full Extension', 1.30, NULL, NULL, 2.30, 'Stainless steel soft kitchen cabinet drawer slide-95344.jpeg', 'Stainless steel soft kitchen cabinet drawer slide-96880.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-11 01:27:17', '2024-02-11 01:27:17'),
(4107, 'Maybe Next Time', '07tPDa8Mf', 14, 'One Day meets Groundhog Day, in this heartwarming and emotionally poignant novel about a stressed woman who must relive the same day over and over, keeping her family and work life from imploding as she attempts to spare her husband from an unfortunate fate. \r\n\r\nIt is an ordinary Monday and harried London literary agent Emma is flying out of the door as usual. Preoccupied with work and her ever growing to-do list, she fails to notice her lovely husband Dan seems bereft, her son can barely meet her eye, and her daughter won’t go near her. Even the dog seems sad. \r\n\r\nShe is far too busy, buried deep in her phone; social media alerts pinging; clients messaging with “emergencies”; keeping track of a dozen WhatsApp groups about the kids’ sports, school, playdates, all of it. Her whole day is frantic—what else is new—and as she rushes back through the door for dinner, Dan is still upset. They fight, and he walks out, desolate, dragging their poor dog around the block. Just as she realizes it is their anniversary and she has forgotten, again, she hears the screech of brakes.\r\n\r\nDan is dead.\r\n\r\nThe next day Emma wakes up… and Dan is alive. And it’s Monday again.\r\n\r\nAnd again. \r\n\r\nAnd again.\r\n\r\nEmma tries desperately to change the course of fate by doing different things each time she wakes up: leaving WhatsApp, telling her boss where to get off, writing to Dan, listening to her kids, reaching out to forgotten friends, getting drunk and buying out Prada. But will Emma have the chance to find herself again, remember what she likes about her job, reconnect with her children, love her husband? Will this be enough to change the fate they seem destined for?', 9.49, NULL, NULL, 13.00, 'Maybe Next Time-58755.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-11 01:30:35', '2024-02-11 01:30:35'),
(4108, 'Raindrip Watering Timer 1 Zone 3 Dial Display Set n Flow Battery Operated', 'o4KNY6el8', 14, 'Automatic water timer includes a universal fitting for drip tubing. Features a timed rain delay to pause automatic watering for up to 72 Hrs and an automatic timed manual watering feature that allows it to resume watering once manual cycle ends without losing the programmed settings. Easy to program and attaches to any outdoor faucet, standard drip tubing or garden hose. Solenoid and diaphragm valve on/off control. Low battery indicator. Fail safe to off when battery level becomes low. Uses two AA batteries (Not Included). Program retains settings when batteries are replaced within 15 secs after being removed. Requires a minimum of 15 Psi for unit to work properly. Dimension of 6 x 3 x 10.7 In. when assembled\r\nSimple to use battery operated timer to automate your drip system\r\nIncludes universal poly tubing adaptor\r\nWorks with all drip systems\r\nSolenoid and diaphragm valve on/off control', 39.99, NULL, NULL, 44.99, 'Raindrip Watering Timer 1 Zone 3 Dial Display Set n Flow Battery Operated-99870.jpeg', 'Raindrip Watering Timer 1 Zone 3 Dial Display Set n Flow Battery Operated-17744.jpeg', 'Raindrip Watering Timer 1 Zone 3 Dial Display Set n Flow Battery Operated-49366.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-11 01:38:25', '2024-02-11 01:38:25'),
(4109, 'God of War', 'yyLNAiMRt', 18, 'God of War: Ragnarok - PlayStation 5', 49.99, NULL, NULL, 57.50, 'God of War-53475.jpeg', 'God of War-42060.jpeg', 'God of War-83041.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-11 01:38:54', '2024-02-11 01:44:29'),
(4110, 'SALVATORE FERRAGAMO  Ladies Gancini Reversible Belt', 'xruKrgtYA', 5, 'Salvatore Ferragamo Ladies Apparel Accessories. Fashion category: Belts. SKU: 23A565 674552. Barcode: 8058571842576. Color: Blueberry/Black. Salvatore Ferragamo Ladies Gancini Reversible Belt. Crafted from calf leather, this belt features gold-tone Iconic buckle and an adjustable fit. Made in Italy.', 300.00, NULL, NULL, 384.00, 'SALVATORE FERRAGAMO  Ladies Gancini Reversible Belt-69555.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-11 01:40:06', '2024-02-11 01:40:06'),
(4112, 'Wardrobe Bedroom Furniture', '8VX0fXj4Y', 5, 'Size\r\nL:133.2D:58H:194.4CM\r\nColor\r\nCUSTOM\r\nMaterial\r\nWOOD\r\nAdvantage\r\nEnvironmentally friendly materials\r\nMOQ\r\n300', 70.00, NULL, NULL, 86.00, 'Wardrobe Bedroom Furniture-53397.jpeg', 'Wardrobe Bedroom Furniture-32090.jpeg', 'Wardrobe Bedroom Furniture-97788.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 01:41:54', '2024-02-11 01:41:54'),
(4113, 'SALVATORE FERRAGAMO  India Print Sqaure Silk Scarf', '6bawvPQvr', 5, 'Salvatore Ferragamo Ladies Scarves. Fashion category: Scarves. SKU: 310118 756254. Barcode: 8057553768484. Color: Ivory/Pink/Light blue. Size: L: 35.4\" x W: 35.4\". Salvatore Ferragamo India Print Sqaure Silk Scarf. Crafted in Italy and made from an array of stylized flowers. 100% Silk. Made in Italy.', 280.00, NULL, NULL, 432.00, 'SALVATORE FERRAGAMO  India Print Sqaure Silk Scarf-72592.jpeg', 'SALVATORE FERRAGAMO  India Print Sqaure Silk Scarf-58773.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-02-11 01:47:56', '2024-02-11 01:47:56'),
(4114, 'BURBERRY  Pale Blue Logo TB Monogram Jacquard Silk And Wool Scarf', '4PfEYCjJf', 5, 'Burberry Unisex Apparel Accessories. Fashion category: Scarves. SKU: 8042210. Barcode: 5045625654530. Color: Pale Blue. Size: 55\"W x 55\"L. Burberry Pale Blue Logo TB Monogram Jacquard Silk And Wool Scarf. An Italian made silk and wool scarf showcases the jacqaurd-woven monogram pattern and Burberry lettering finished with a delicate fringe trim. 61% Mulberry Silk; 39% wool. Made in Italy.', 290.00, NULL, NULL, 602.00, 'BURBERRY  Pale Blue Logo TB Monogram Jacquard Silk And Wool Scarf-81763.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-02-11 01:51:29', '2024-02-11 01:51:29'),
(4115, 'Karcher 15 Inch Surface Cleaner', 'zjj1HExpo', 14, 'Karcher\'s 15 inch surface cleaner works in tandem with your gas pressure washer (up to 3200 PSI) to quickly deliver professional level cleaning without splash back. It cleans an area 15 inch wide with two spinning nozzles instead of one, reducing your cleaning time, and eliminates streaks by keeping the nozzles at a fixed height from the surface. Also cleans vertical surfaces including garage doors and home siding. Quick connect for compatibility with a wide range of electric pressure washers. Get pro cleaning results with the help of Karcher\'s 15 inch surface cleaner!', 59.99, NULL, NULL, 101.99, 'Karcher 15 Inch Surface Cleaner-52035.jpeg', 'Karcher 15 Inch Surface Cleaner-54506.jpeg', 'Karcher 15 Inch Surface Cleaner-97557.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-11 01:51:47', '2024-02-11 01:51:47'),
(4117, 'Cuphead', 'HJgKRqMOR', 18, 'Cuphead PS4 Video Game', 30.99, NULL, NULL, 50.99, 'Cuphead-74344.jpeg', 'Cuphead-12455.jpeg', NULL, 'Video games', 4.0, NULL, 1, '2024-02-11 01:53:36', '2024-02-11 01:53:36'),
(4118, 'Dining Chair', 'VtOnwIcgw', 5, 'Item No.\r\n1007-1\r\nSize\r\n50*40*80cm\r\nPacking Size\r\n63*39*49cm\r\nN.W./G.W.\r\n5.4/5.5kg\r\nFeature\r\nUpholstered;With Back;With Arms', 10.99, NULL, NULL, 14.99, 'Dining Chair-33993.jpeg', 'Dining Chair-79416.jpeg', 'Dining Chair-67300.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 01:54:51', '2024-02-11 01:54:51'),
(4119, 'HERMES  Exceptionals Embroidered Shawl', 'ZtCmWo1Ce', 5, 'Hermes Ladies Apparel Accessories. Fashion category: Scarves. SKU: 713401S 01. Color: Natural/Rose. Size: 55\" x 55\". Hermes Exceptionals Embroidered Shawl. Cashmere and silk material, this shawl is supple, light and easy to wear. Made in France', 3070.98, NULL, NULL, 37689.00, 'HERMES  Exceptionals Embroidered Shawl-19527.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-02-11 01:54:59', '2024-02-11 01:54:59'),
(4124, 'HERMES  Pegase Au Bloc Embroidered Scarf', '8WmIbllMs', 5, 'Hermes Ladies Apparel Accessories. Fashion category: Scarves. SKU: S19-713368S 09. Color: Rose Indien. Size: 55\" x 55\". Hermes Pegase Au Bloc Embroidered Scarf. Hermes scarf in silk twill with embroidered details. Designed by Christian Renonciat. Made in India', 6720.00, NULL, NULL, 7725.00, 'HERMES  Pegase Au Bloc Embroidered Scarf-56546.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-11 01:59:18', '2024-02-11 01:59:18'),
(4125, 'Aaladin Cleaning Systems Black Power Washer Hose 3/8in x 100\' 4000 PSI 3/8in SLD/SWL', 'FTVwPixTO', 14, 'Black Power Washer Hose, 3/8\" x 100\', 4,000 PSI, 3/8\" SLD/SWL. No matter what pressure washer brand you decide to purchase, you are still part of the AaLadin experience. Why? Because AaLadin pioneered so many of the features other manufacturers have adopted. Of course, if you want the best features right now, you’ll find them first at AaLadin. We don’t claim to be smarter than everyone else. Our secret is simply that we listen to what our distributors and their customers tell us. Then we try to create a better pressure washer to meet their needs. So, our best ideas aren’t really ours – they’re yours – the difference is that we bother to listen, then create – that’s our secret to innovation.', 237.99, NULL, NULL, 264.31, 'Aaladin Cleaning Systems Black Power Washer Hose 3/8in x 100\' 4000 PSI 3/8in SLD/SWL-11798.jpeg', 'Aaladin Cleaning Systems Black Power Washer Hose 3/8in x 100\' 4000 PSI 3/8in SLD/SWL-18687.jpeg', NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-11 02:03:33', '2024-02-11 02:48:20'),
(4126, 'EMPORIO ARMANI  Men\'s Black Logo Buckle Belt', '32vJCYDnI', 5, 'Emporio Armani Men\'s Belts. Fashion category: Belts. SKU: Y4S547-Y234J-88001. Barcode: 8053616783210. Color: Black. Emporio Armani Men\'s Black Logo Buckle Belt.', 82.98, NULL, NULL, 186.00, 'EMPORIO ARMANI  Men\'s Black Logo Buckle Belt-12371.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-11 02:09:27', '2024-02-11 02:09:27'),
(4127, 'Pie Face', '2MrCGjCa0', 18, 'Pie Face! Whipped Cream Board Game for Kids and Family', 9.99, NULL, NULL, 14.99, 'Pie Face-40115.jpeg', 'Pie Face-94080.jpeg', 'Pie Face-70240.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-11 02:11:27', '2024-02-11 02:11:27'),
(4128, 'Dining Chair', 'BjHEpoS5G', 5, 'Item No.\r\n1002\r\nPacking Size\r\n76*60*50cm\r\nG.W\r\n5/6kg\r\nMaterial\r\nnappa leather+Iron feet', 10.99, NULL, NULL, 19.99, 'Dining Chair-55119.jpeg', 'Dining Chair-18959.jpeg', 'Dining Chair-10275.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 02:13:18', '2024-02-11 02:13:18'),
(4129, 'Grounded for Life', 'yy0XrEU9u', 18, 'Grounded for Life – the Hilarious & Ultimate Family Classic Card Game – by What Do You Meme? Family', 14.99, NULL, NULL, 19.82, 'Grounded for Life-82678.jpeg', 'Grounded for Life-33598.jpeg', 'Grounded for Life-20273.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-11 02:19:00', '2024-02-11 02:19:00'),
(4131, 'Armrest office meeting chair comfortable without wheels', 'SQkLSxVc1', 5, 'Material\r\n1. Upholstery: 1.0mm PU or 2A grade Italian half leather or Chinese cashmere \r\n2. Foam: moulded foam \r\n3. Armrest:high ajustable plastic \r\n4. Mechanism: synchronized with four position locks \r\n5. Gas lift: allow height adjustment \r\n6. Base: aluminum \r\n7. Caster: PU\r\nFunction\r\nKnee-tilt mechanism with 4 position locked, height adjustable office chair\r\nColor\r\nBlack, Beige, Bown, Grey,White or according to customer requirement', 90.00, NULL, NULL, 110.00, 'Armrest office meeting chair comfortable without wheels-51286.jpeg', 'Armrest office meeting chair comfortable without wheels-96412.jpeg', 'Armrest office meeting chair comfortable without wheels-26749.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 02:26:03', '2024-02-11 02:26:03'),
(4132, 'Sorry', 'ACsWQV4IH', 18, 'Sorry! The Classic Game Of Sweet Revenge Board Game for Kids and Family Ages 6 and Up, 2-4 Players', 7.99, NULL, NULL, 9.97, 'Sorry-51265.jpeg', 'Sorry-42392.jpeg', 'Sorry-11145.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-11 02:30:54', '2024-02-11 02:30:54'),
(4133, 'SALVATORE FERRAGAMO  Reversible And Adjustable Gancini Belt, Size 95 cm', 'dMkLNEllT', 5, 'Salvatore Ferragamo Ladies Belts. Fashion category: Belts. SKU: 23A564 754687. Color: Melagrana. Salvatore Ferragamo Reversible And Adjustable Gancini Belt. This two-tone belt in hammered calfskin leather features a gold-tone Gancini buckle, an adjustable length and 1.3 in height. Made in Italy.', 330.00, NULL, NULL, 455.00, 'SALVATORE FERRAGAMO  Reversible And Adjustable Gancini Belt, Size 95 cm-26937.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-02-11 02:31:56', '2024-02-11 02:31:56'),
(4134, 'Medium Stainless Steel Dental Implant Surgery Instruments Tool Kit Storage Box', 'kggrEFNcy', 5, 'Origin Place:\r\nPakistan\r\nMaterial:\r\nMade of Durable 100% 440C stainless steel, and the hardness between to . Premium Material brings ultimate performance and long lasting age.\r\nColor:\r\nSliver/Gold/Rose gold/Bronze/Dark brown/Custom....\r\nLogo:\r\nCustomer Required....\r\nFeature:\r\nAnti-Bacterial/Reusable....\r\nLight Weight:\r\nWith Such a light-weight, anybody can handle these Orthopedic Surgery with ease as they offer optimum Control and Balance.\r\nOEM:\r\nOEM Are Accepted\r\nPremium Quality:\r\nThese Professional Surgery Instruments are premium quality, made from 100% percent highly Durable Stainless Steel.', 10.00, NULL, NULL, 15.00, 'Medium Stainless Steel Dental Implant Surgery Instruments Tool Kit Storage Box-83169.jpeg', 'Medium Stainless Steel Dental Implant Surgery Instruments Tool Kit Storage Box-70092.jpeg', 'Medium Stainless Steel Dental Implant Surgery Instruments Tool Kit Storage Box-44268.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 02:32:34', '2024-02-11 02:32:34'),
(4135, 'hard shell bass guitar, electric guitar hard case multiple guitar road case', 'JT3gi8PBg', 5, 'shape\r\nflat top\r\nMaterial\r\nwood covered with leather \r\nsoft mint lint lining with foam and sponge padding\r\nweight\r\n8 pounds\r\nCompatible with\r\nbass, electric guitars\r\nBrand\r\nNeuSchwan or customizable\r\nMOQ\r\n100 pcs\r\nSample time\r\n8-10 working days\r\nCertification\r\nBSCI, ISO14001, SGS, BV, SEDEX, IAF, TUV', 25.93, NULL, NULL, 36.93, 'hard shell bass guitar, electric guitar hard case multiple guitar road case-23043.jpeg', 'hard shell bass guitar, electric guitar hard case multiple guitar road case-83808.jpeg', 'hard shell bass guitar, electric guitar hard case multiple guitar road case-73512.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 02:42:36', '2024-02-11 02:42:36'),
(4136, 'Ever Oasis', 'MxmNdoU8V', 18, 'Ever Oasis video game (Nintendo 3DS)', 34.99, NULL, NULL, 44.99, 'Ever Oasis-60778.jpeg', 'Ever Oasis-18402.jpeg', 'Ever Oasis-39751.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-11 02:42:59', '2024-02-11 02:42:59'),
(4139, 'Milwaukee Heavy Duty Pullover Hoodie', 'rMcQZz5tI', 14, 'Our heavy duty Pullover Hoodie is made from durable, breathable fabric to fight the elements and outlast the job. Built with a tear & abrasion resistant 75/25 cotton/poly blend, this pullover hoodie allows you to work hard while not compromising on comfort. Long days and tough conditions aren’t the exception, they’re the norm. Milwaukee has delivered solutions everywhere on the jobsite, now we are on your back.', 59.97, NULL, NULL, 63.00, 'Milwaukee Heavy Duty Pullover Hoodie-56624.jpeg', 'Milwaukee Heavy Duty Pullover Hoodie-14582.jpeg', NULL, 'Lawn and garden', 5.0, NULL, 1, '2024-02-11 02:46:07', '2024-02-11 02:46:07'),
(4140, 'SKIL PWR CORE 40 9 in Edger Attachment', '7MedcETVO', 14, 'Enhance your lawn care game with crisp, clean edges using the SKIL PWR CORE 40™ 9 In. Edger Attachment. This universal attachment for the SKIL Power Head system includes a 9-inch blade with up to 3 inches of cutting depth for edge work along sidewalks and flower beds. An adjustable depth guide wheel delivers precision while a debris shield keeps you safe and reduces the mess from flying grass clippings, mulch, and dirt.', 99.00, NULL, NULL, 103.95, 'SKIL PWR CORE 40 9 in Edger Attachment-39324.jpeg', 'SKIL PWR CORE 40 9 in Edger Attachment-94878.jpeg', 'SKIL PWR CORE 40 9 in Edger Attachment-59758.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-11 02:54:59', '2024-02-11 02:54:59'),
(4141, 'Pop-O-Matic Trouble Board Game', '3E5OPdoNi', 18, 'Pop-O-Matic Trouble Board Game for Kids and Family Ages 5 and Up, 2-4 Players', 7.99, NULL, NULL, 9.97, 'Pop-O-Matic Trouble Board Game-82175.jpeg', 'Pop-O-Matic Trouble Board Game-34383.jpeg', 'Pop-O-Matic Trouble Board Game-42909.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-11 02:58:45', '2024-02-11 02:58:45'),
(4142, 'Yves Delorme White Embroidered Counterpane Reverses Feather Jacquard Nymphe NEW', 'GpoQbnNYZ', 5, 'Nymphe Counterpane Luxury Bed Linens by Yves Delorme\r\n\r\nYves Delorme - Nymphe Bed Linens is a gorgeous\r\n\r\ncollection, with a feather jacquard on one side reversing to\r\n\r\nsolid blanc on the other.\r\n\r\nA combination of palm tree and stylized bird wing lends\r\n\r\ndelightful sparkles of light to this Nymphe jacquard.\r\n\r\nPatterns unfurl expansively, spotlighting highly-decorative\r\n\r\nnature. This woven cotton and linen model is a prime\r\n\r\nexample of up-to-the minute textural mixes.\r\n\r\nYves Delorme - Nymphe Bed Linens is a gorgeous\r\n\r\ncollection, with a feather jacquard on one side reversing to\r\n\r\nsolid blanc on the other.', 380.00, NULL, NULL, 400.00, 'Yves Delorme White Embroidered Counterpane Reverses Feather Jacquard Nymphe NEW-98440.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-11 02:59:05', '2024-02-11 02:59:05'),
(4143, 'Gilmour Professional Classic Firemans Nozzle Black/Red Zinc', 'NfnqixIQK', 14, 'Designed for the pros, this watering tool delivers the durability of die-cast zinc construction and comfortable, ergonomic handle for superior comfort and control.', 26.99, NULL, NULL, 27.56, 'Gilmour Professional Classic Firemans Nozzle Black/Red Zinc-22720.jpeg', 'Gilmour Professional Classic Firemans Nozzle Black/Red Zinc-96498.jpeg', NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-11 03:01:39', '2024-02-11 03:01:39'),
(4145, 'Wholesale jazz drum 5 drum 2 cymbals acoustic drum set', 'E2XGI3Bym', 5, 'Brand\r\nTayste \r\n*Model\r\nJZG-5\r\n*Material (TOP&SIDE )\r\nPoplar wood \r\n*Surface finishing \r\nHigh gloss \r\n*Dimension information\r\n1set in one carton \r\n*Our service for you \r\nAccept OEM', 185.59, NULL, NULL, 201.59, 'Wholesale jazz drum 5 drum 2 cymbals acoustic drum set-49771.jpeg', 'Wholesale jazz drum 5 drum 2 cymbals acoustic drum set-37609.jpeg', 'Wholesale jazz drum 5 drum 2 cymbals acoustic drum set-14401.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 03:02:03', '2024-02-11 03:02:03'),
(4146, 'Monopoly', 'lGXOqJwCj', 18, 'Monopoly Teenage Mutant Ninja Turtles Board Game for Kids and Family Ages 8 and Up, 2-4 Players, Only At Walmart', 8.99, NULL, NULL, 16.99, 'Monopoly-31900.jpeg', 'Monopoly-14555.jpeg', 'Monopoly-66391.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-11 03:04:33', '2024-02-11 03:04:33'),
(4147, 'Flexzilla Garden Hose 3/4in x 100\' 3/4in - 11 1/2 GHT Fittings', 'V85wGoHnX', 14, 'The Flexzilla Garden Hose is a 3/4 inch by 100 feet hose with 3/4 inch - 11 1/2 GHT fittings. It\'s designed to be durable and flexible, making it easy to use in your garden. With its high-quality construction, it\'s a reliable choice for all your watering needs.', 99.99, NULL, NULL, 152.25, 'Flexzilla Garden Hose 3/4in x 100\' 3/4in - 11 1/2 GHT Fittings-40053.jpeg', 'Flexzilla Garden Hose 3/4in x 100\' 3/4in - 11 1/2 GHT Fittings-91114.jpeg', NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-11 03:07:37', '2024-02-11 03:07:37'),
(4148, 'Yves Delorme Grey Embroidered Tablecloth Japanese Bird Linen Sachiko 71x110 NEW', 'OHzZ6gu4O', 5, 'Yves Delorme\r\n\r\nSashiko\r\n\r\nFlanelle (Gray)\r\n\r\nRectangular Tablecloth\r\n\r\nNew in Original Packaging!\r\n\r\nComes In Gift Box!\r\n\r\nCrafted of 55% Linen, 45% Cotton, Hand-Embroidered\r\nSeats 12\r\nColor: Flanelle\r\nTablecloth Dimensions: 71\"x 110\"\r\nMade in France', 331.00, NULL, NULL, 358.00, 'Yves Delorme Grey Embroidered Tablecloth Japanese Bird Linen Sachiko 71x110 NEW-91902.png', 'Yves Delorme Grey Embroidered Tablecloth Japanese Bird Linen Sachiko 71x110 NEW-35644.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 03:07:50', '2024-02-11 03:07:50'),
(4151, 'Raindrip Irrigation Bubbler 13 GPH Black Plastic Full Circle Drip', '5JW5mTmpC', 14, 'Adjustable bubbler, waters from adjustable outlets. This feature allows the higher flow rates required when watering large and small plants on the same circuit. 1/2 In. female pipe thread inlet. Includes 6 In. stake with pre-installed barbed inlet for an easy connection to tubing.\r\nConverts existing 1/2 In. underground sprinkler systems to low flow watering where a drip circuit can\'t be set up adjustable bubbler rotates easily to preferred water flow - from full coverage for shrubs and large potted trees to shut-off position Bar\r\nBubbler flow rates are adjustable from 0 - 13 GPH at 30 Psi\r\nIncludes barbed connector for attaching to 1/4 In. tubing\r\nFour 8 wire stakes\r\nFull circle on a stake', 32.99, NULL, NULL, 39.99, 'Raindrip Irrigation Bubbler 13 GPH Black Plastic Full Circle Drip-45453.jpeg', 'Raindrip Irrigation Bubbler 13 GPH Black Plastic Full Circle Drip-48607.jpeg', NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-11 03:12:58', '2024-02-11 03:12:58');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4152, 'Viicuper Automatic Mouthwash Dispenser', 'vaWKOziN0', 18, '【 Automatic Mouthwash Dispenser Touchless 】 With the new automatic mouthwash dispenser design, after setting the water capacity, you just need to put the magnetic water cup into a fixed position to automatically dispense water. The touchless design is more convenient and hygienic compared to traditional methods, providing a better experience for your life. (Tips: Please be sure to use a 5V1A charging head for charging.)\r\n【 Health First 】 Our mouthwash dispensers are made of high-quality materials, with a waterproof rating of IPX7. Completely eco-friendly & non-toxic, BPA-free. The health of you and your family is our first priority. At the same time, the large capacity of 550mL(19.36 fl oz) does not need to worry about adding mouthwash frequently.\r\n【 3 Adjustable Liquid Level 】 Adjustable three capacity settings to precisely match the different needs of different people, still friendly to children and the elderly. 3 adjustable mouthwash dispensing levels: ① 10ml(0.35 fl oz) ② 20ml(0.7 fl oz) ③ 30ml(1.05 fl oz). Comes with two different colors of magnetic cups for your convenience.\r\n【 Easy to Install 】 Clean the wall before pasting, please try to paste to a smooth and flat tile plane, paste and fix for 48 hours to ensure that it is strong enough before hanging the mouthwash machine. The attached screws and other accessories also support the wood plane. Note: The paste does not work on painted walls, lime walls, and wallpaper.\r\n【 Worry-Free Shopping 】 We want to ensure you are getting the best value possible, and we are committed to your satisfaction. \"12-24\" After-Sales Policy: we will offer 12 months of money-back and replacement services. Please feel free to drop us a message if you need any help, we will get back to you in 24 hours.', 34.98, NULL, NULL, 39.99, 'Viicuper Automatic Mouthwash Dispenser-73647.jpeg', 'Viicuper Automatic Mouthwash Dispenser-98894.jpeg', 'Viicuper Automatic Mouthwash Dispenser-90240.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-11 03:13:30', '2024-02-11 03:13:30'),
(4153, 'Yves Delorme Invited White Tablecloth & 12 Dinner Napkins Metis 67\" x 126\" NEW', 'lzhqOtaVb', 5, 'Yves Delorme\r\n\r\nInvited\r\n\r\nWhite (Blanc)\r\n\r\nRectangular Tablecloth\r\n\r\nand\r\n\r\nTwelve Dinner Napkins\r\n\r\nNew in Original Packaging!\r\n\r\nComes in a Yves Delorme Gift Box!\r\n\r\nCrafted of 60% Cotton 40% Linen Blend\r\nJacquard Woven Metis\r\nJacquard weave scroll pattern\r\nBourdon top stitch all around the edge\r\nSeats 12-14\r\nColor: White Blanc\r\n(1) Tablecloth Dimensions: 67\" x 126\"\r\n(12) Dinner Napkin Dimensions: 22\" x 22\"\r\nMade in France', 295.00, NULL, NULL, 309.00, 'Yves Delorme Invited White Tablecloth & 12 Dinner Napkins Metis 67\" x 126\" NEW-99468.png', 'Yves Delorme Invited White Tablecloth & 12 Dinner Napkins Metis 67\" x 126\" NEW-14846.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 03:17:45', '2024-02-11 03:17:45'),
(4154, 'Laparoscopic Bipolar Cable', 'XK6mZfTQh', 5, 'We ADVIN provides you best qulaity all types of Laparoscopic Cable. Laparoscopic Cable is connected with Cautery system and Laparoscopic Instruments.\r\n\r\nIt is also Known as Medical Laparoscopic Instrument Bipolar Coagulation Cable bipolar forceps cable, Laparoscopic Cable Like Monopolar Grasper Cable, Bipolar Forceps Cable, High Frequency Laparoscopic Cable, Laparoscopy Instrument, Laparoscopy Equipment, Laparoscopic Hand Instrument.\r\n\r\nTypes of Laparoscopic Cable:\r\nMonopolar Laparoscopic Cable\r\nBipolar Laparoscopic Cable', 20.00, NULL, NULL, 25.00, 'Laparoscopic Bipolar Cable-53359.jpeg', 'Laparoscopic Bipolar Cable-96180.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-11 03:19:44', '2024-02-11 03:19:44'),
(4155, 'Push to Unlock,Katerk 6pcs 1/4 inch Hex Shank Aluminum Alloy Screwdriver Bit Holder', 'HuPhtHChv', 18, '【Broad Compatibility】This Katerk 6pcs 1/4 inch hex shank bit holder can accommodate a wide range of drill bits. It offers compatibility with most 1/4 fast hex handles and hex sockets, and various electric screwdrivers, handheld screwdrivers, drill bit holder for impact driver, construction tools and electrical tools. The bit holder makes it a versatile tool in the box of every handyman.\r\n【Exceptional Safety】Built with a secure backup nut design, each drill bit holder keychain securely locks onto your bits, ensuring they stay firmly in place. Added to this, our bit keychain holder incorporates a high-quality steel ball rolling design that holds up to several kilograms of weight, ensuring your various drill bits don\'t fall off.\r\n【Easy One-Handed Operation】The bit holder for impact driver allows you to change bits single-handedly, simplifying your workflow. Its multi-color design further allows for quick identification of the drill bit you need.\r\n【Portable and Compact】Thanks to its compact size, this 1/4 bit holder is easy to carry around. The keychain bit holder allows for easy attachment to various locations, making this a convenient addition to your construction accessories men and electrician tools.The Katerk bit holder is cast from high-quality alloy material, promising a long product lifespan. Despite its rugged strength, the Bit keychain remains lightweight, maintaining the convenience of portability.\r\n【Cool Christmas Gift For Men Stocking Stuffers】 This screwdriver bit holder, driver bit holder, impact bit holder, can be given as a gift to your loved one ,especially for anyone involved in construction or electrical work.The must have for stocking stuffers for men and women, tools gifts for dad,guy gifts for men,tech gadgets for men, gifts for dad,gifts for him,gifts for husband,gifts for boyfriend,cool gadgets for men,mens gifts,stock stuffers gift for men,cool gifts for dad.\r\n[Buy With Confidence] This tools set is well-constructed and durable, featuring handy tools that will save time and effort by eliminating the need to run back and forth in search of the right bits. These super cool tool gifts are perfect for men! We are confident that you will find it to be the most versatile addition to your toolbox. If you face any issues with this Super Tools Set, reach out to us for free returns, replacements, or a full refund.', 9.99, NULL, NULL, 19.99, 'Push to Unlock,Katerk 6pcs 1/4 inch Hex Shank Aluminum Alloy Screwdriver Bit Holder-60958.jpeg', 'Push to Unlock,Katerk 6pcs 1/4 inch Hex Shank Aluminum Alloy Screwdriver Bit Holder-57527.jpeg', 'Push to Unlock,Katerk 6pcs 1/4 inch Hex Shank Aluminum Alloy Screwdriver Bit Holder-99175.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-11 03:23:58', '2024-02-11 03:23:58'),
(4156, 'Table Lamp CURREY WALWYN Contemporary 1-Light Silver Cord Natural Painted', 'uy61udIsU', 5, 'Table Lamp CURREY WALWYN Contemporary 1-Light Painted Antique Brass Natural\r\n\r\nItem CC-5063\r\n\r\nDimensions 33.25H x 18W x 18D\r\n\r\nCord 72L', 929.00, NULL, NULL, 998.00, 'Table Lamp CURREY WALWYN Contemporary 1-Light Silver Cord Natural Painted-15264.png', 'Table Lamp CURREY WALWYN Contemporary 1-Light Silver Cord Natural Painted-46253.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 03:26:26', '2024-02-11 03:26:26'),
(4157, 'Rubbermaster Tire 16.5 x 6.50-8 6P TL & MTD 8 x 5.375 4on 4 STAMPED', 'lLqmYS9do', 14, 'Each RubberMaster custom assembly is mounted on quality SteelMaster wheels in stamped, eight spoke or modular design.\r\nUltimate Advantage Lifetime Warranty\r\nDependable, long-lasting steel SteelMaster Rims won’t crack or bend. The semi-gloss electrostatically-applied white powder coat finish not only looks great, but also improves durability and resists fading and rust\r\nComputer-designed high-intensity matrix design tread offers long life on all roads and in all weather conditions, along with enhanced grip, handling, and directional stability\r\nStamped rim style', 85.99, NULL, NULL, 113.06, 'Rubbermaster Tire 16.5 x 6.50-8 6P TL & MTD 8 x 5.375 4on 4 STAMPED-70407.jpeg', 'Rubbermaster Tire 16.5 x 6.50-8 6P TL & MTD 8 x 5.375 4on 4 STAMPED-39426.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-11 03:27:54', '2024-02-11 03:27:54'),
(4158, 'Table Lamp CURREY LOHN 1-Light Beige Mole Black Cast Iron Poplin Fabric Shades', '63GRPhqtO', 5, 'Product Name: Lohn Table Lamp, Dimensions: 29.5h, Number of Lights: 1, Shades: Beige Poplin, Material: Cast Iron, Finish: Mole Black, Wattage Per Light: 150, Total Wattage: 150, Bulb Type: A Standard, E26, Freight Information: Parcel Oversize (P/OS), Item Wt: 12, Pkg Wt: 14, The mark of a talented designer is shown in the makeup of our Lohn Table Lamp. The ornamentations on the thin stem have a balance to them that pleases the eye?three upturned fluted motifs pointing toward the shade and one pointing toward the simple stacked base. Topping the cast-iron piece off, above the beige poplin shade, is a finial that has the same tonal qualities as the body of the lamp, which reads as black but has the subtlest of hints of dark brown texture to it.', 599.00, NULL, NULL, 780.00, 'Table Lamp CURREY LOHN 1-Light Beige Mole Black Cast Iron Poplin Fabric Shades-82352.png', 'Table Lamp CURREY LOHN 1-Light Beige Mole Black Cast Iron Poplin Fabric Shades-90346.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-11 03:33:17', '2024-02-11 03:33:17'),
(4159, 'Cell Phone Stand with Wireless Bluetooth Speaker', 'aEBRT8MLI', 18, '2023 BEST GIFT: Packed in premium boxes, perfect and functional gifts for your dad, husband, mom, wife, teen boy, and anyone you love on Thanksgiving Day, Christmas, Valentine\'s Day, Birthday, or Father\'s Day. 12-hour playtime makes it suitable for office, kitchen, nightstand, dining table, travel, or any other occasions needing hands-free viewing.\r\nADJUSTABLE & PORTABLE: Completely collapsible phone cradle allows easy access to your favorite shows, movies, and games while on the go. It frees your hands, ideal for both work and at home. The thickness of the device is 1.7 inches(Fully fold). Great Christmas gifts for men, it will always bring your convenience when you use it. Great gift idea!\r\nSUPER STURDY & ANTI-SLIP BASE: To ensure strong stability, the anti-slip telescopic rod and the weighted base of this mobile phone stand are made of excellent durable PC material, well protecting your cell phone and the desk surface from sliding and scratching. Gift for Christmas stocking stuffers men Husband, boyfriend, brother and women wife girlfriend.\r\nPHONE STAND/BLUETOOTH SPEAKER/MOOD LIGHT: Built in the latest Bluetooth 5.0 chip, the cell phone stand with Bluetooth speaker ensures fast pairing and a stable connection. Enjoy enhanced sound performance thanks to 5W stereo speakers and a passive subwoofer for richer bass. With 5 modes RGB colors, you can choose the light effect you want anytime.\r\nWIDE COMPATABILITY: Universal table phone holder is compatible with 4 - 13 inches telephones and tablets, such as iPhone 15, 14, 13, 12, Pro, Pro Max, Plus, Mini, 11 Pro, 11, 11 Pro Max, SE 2020, XS, XS Max, XR, X, 8 7 6 Plus, Switch, android, Galaxy S22, S22 Ultra, S21 Ultra, S21, S20, A72, A71, A51, A11, Edge, iPad, Huawei, Note 20 ultra Google Pixel.', 26.99, NULL, NULL, 29.99, 'Cell Phone Stand with Wireless Bluetooth Speaker-70078.jpeg', 'Cell Phone Stand with Wireless Bluetooth Speaker-14492.jpeg', 'Cell Phone Stand with Wireless Bluetooth Speaker-95764.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-11 03:34:38', '2024-02-11 03:34:38'),
(4160, 'Weather Guard Composite Bulkhead that fits Mid-Roof/High Roof on Ford Transit Full Size Vans', 'n5HQkdbOA', 14, 'The Model 96310-3-01 CABMAX™ composite bulkhead is a single piece, composite van bulkhead designed for Ford Transit full size vans. It fits Mid-Roof vans and can be the base for High-roof vans. The single-piece cargo van partition provides separation from the driver compartment and storage area, protecting the driver against shifting loads. The innovative profile design on the cargo van divider provides increased space in the cab, allowing for improved driver comfort and storage space. The tight fit provides improved climate control and noise reduction. The floating floor angle on the cargo van bulkhead adjusts accordingly for all van floor types. With no drilling into the floor, potential for mishaps is virtually eliminated. Van window accessories are available for sight line to the back and side of the van. Organization accessory panels can be placed in multiple locations for the customization of cargo van storage solutions.', 1106.00, NULL, NULL, 1382.50, 'Weather Guard Composite Bulkhead that fits Mid-Roof/High Roof on Ford Transit Full Size Vans-68543.jpeg', 'Weather Guard Composite Bulkhead that fits Mid-Roof/High Roof on Ford Transit Full Size Vans-10997.jpeg', 'Weather Guard Composite Bulkhead that fits Mid-Roof/High Roof on Ford Transit Full Size Vans-29000.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-11 03:36:59', '2024-02-11 03:36:59'),
(4161, 'Center console cover', 'xfwlroTjv', 5, 'Years\r\n2018-2022\r\nCar Make\r\nFor Range Rover Sport\r\nFeature\r\nFactory Directly', 1000.00, NULL, NULL, 1260.00, 'Center console cover-71816.jpeg', 'Center console cover-40660.jpeg', 'Center console cover-55815.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 03:38:59', '2024-02-11 03:38:59'),
(4162, 'Pressure Regulator', 'v3evioQBM', 18, 'Precise Control : It allows you to regulate the exact amount of gas released in one go . Applicable range: 580g/615g/640g/1100g cylinders.\r\nHow to Use : Use the hose as a connector to connect the 580g cylinders and the dispenser, release the pressure slowly, you can see the data according to the pressure gauge.\r\nSafety for Use : GreatWhip Pressure Regulator has been rigorously tested to meet high standards in gas release pressure, safe and airtight. Easily screw the GreatWhip adapter on any brand cream dispenser on the market\r\nPractical Materials: GreatWhip pressure reducing valve is made of high-quality aluminum and copper materials, long-term wear-resistant, rust-proof and corrosion-resistant, sturdy and reliable\r\nMore Efficient : 580g product has a higher content and is more convenient.Comes with a pressure regulator, it is perfect for very high volume commercial use for more production. such as large-scale cocktail preparation and catering events.', 38.99, NULL, NULL, 45.99, 'Pressure Regulator-79995.jpeg', 'Pressure Regulator-40810.jpeg', 'Pressure Regulator-43246.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-11 03:40:31', '2024-02-11 03:40:31'),
(4163, 'Ottoman CURREY PERRIN Mid-Century Modern Silver Granello Natural Ebonised Taupe', 'JjxkcSv1i', 5, 'Ottoman CURREY PERRIN Mid-Century Modern Silver Granello Natural Ebonised Taupe\r\n\r\nItem CC-4606\r\n\r\nDimensions 21H x 26W x 19.75D\r\n\r\nSeat 18H', 1460.00, NULL, NULL, 1894.00, 'Ottoman CURREY PERRIN Mid-Century Modern Silver Granello Natural Ebonised Taupe-30240.png', 'Ottoman CURREY PERRIN Mid-Century Modern Silver Granello Natural Ebonised Taupe-77192.png', 'Ottoman CURREY PERRIN Mid-Century Modern Silver Granello Natural Ebonised Taupe-98803.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 03:41:19', '2024-02-11 03:41:19'),
(4164, 'Crescent JOBOX Aluminum Transfer Tank, 100 Gallon L-Shaped', 'pXr6bPTZ0', 14, 'JOBOX professional aluminum transfer tanks are designed for the toughest conditions. All tanks are made with heavy-duty tread plate aluminum (0.125 In.) and pressure-tested for leaks.\r\n\r\nTwo full center baffles add extra strength and control the flow of the contents when moving\r\n2 In. NPT reinforced bungs allow mounting a pump on either side of the tank\r\nFour high strength brackets for securing the tank to the bed\r\nLockable filler cap and coupler\r\nHeavy-duty 0.125 In. tread plate aluminum', 1279.99, NULL, NULL, 2218.20, 'Crescent JOBOX Aluminum Transfer Tank, 100 Gallon L-Shaped-69590.jpeg', 'Crescent JOBOX Aluminum Transfer Tank, 100 Gallon L-Shaped-91732.jpeg', 'Crescent JOBOX Aluminum Transfer Tank, 100 Gallon L-Shaped-42109.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-11 03:46:26', '2024-02-11 03:46:26'),
(4165, 'Coffee Mug Warmer with Auto Shut Off for Desk', 'f3dU4DP7T', 18, '【Easy to use】Simply plug in the cord, tap the switch and place your mug on the coffee mug warmer. Now you can enjoy your hot coffee from the first sip to the last drop without interruptions to reheat in the microwave. The touch-activated button with indicator lights allows you to easily turn it on/off and adjust different temperature settings.\r\n【Keep Coffee Hot】20 watt mug warmer with two level temperature setting, maintaining your beverage temperature between 130℉-150℉(50-65℃). Deliver more heat than other coffee mug warmer. Use mugs with thin-wall and flat-bottom will get the best warming performance.\r\n【Safety is the Priority】Automatic turns off after 8 hours of continuous use. With the intelligent cup sensing tech, the heating plate will be shut off in 5 minutes when it detect you have removed the cup. Never worry about forgetting turn it off.\r\n【Compact Design】This mug warmer is designed with a sturdy plastic frame and a waterproof, easy-to-clean conductive glass surface. Its extended plug allows for use in various settings, making it versatile for home or office use. It makes a great gift for any occasion, such as holidays, birthdays or Valentine\'s Day, for anyone who enjoys a warm cup of coffee or tea.\r\n【Customer Service】If anything is wrong or you are not satisfied, please contact us and we will resolve the issue. With 12-months warranty, get your coffee warmer at risk free.', 19.99, NULL, NULL, 25.99, 'Coffee Mug Warmer with Auto Shut Off for Desk-18734.jpeg', 'Coffee Mug Warmer with Auto Shut Off for Desk-53181.jpeg', 'Coffee Mug Warmer with Auto Shut Off for Desk-96567.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-11 03:47:42', '2024-02-11 03:47:42'),
(4166, 'Pendant Light OCTAVIA Mid-Century Modern 5-Light Brass Dark Brown Metal', 'lkDo1dI3w', 5, 'Pendant Light OCTAVIA Mid-Century Modern 5-Light Brass Dark Brown Metal\r\n\r\nItem EL-14074\r\n\r\nDimensions 20.80H x 19.70W x 19.70D\r\n\r\nHanging Height 28H (min) x 81H (max)', 370.00, NULL, NULL, 389.00, 'Pendant Light OCTAVIA Mid-Century Modern 5-Light Brass Dark Brown Metal-15988.png', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 03:49:24', '2024-02-11 03:49:24'),
(4167, 'Gorilla-Lift Tailgate Lift Assist', '9gYsEwZhZ', 14, 'Easily raise and lower your utility or ATV trailer\'s tailgate. Enclosed two-sided lift-assist assembly virtually eliminates the weight of most trailer tailgates and helps to reduce accidents and injuries. Prevents tailgate warping or premature hinge failure. Adjustable for different tailgate weights and sizes. When properly set, most tailgates will stay in any position and float up and down at the slightest pressure, making loading and unloading hassle-free. Fits most open utility trailers with 12\" to 24\" side rails and 4-ft. to 6-ft. tailgates.\r\n\r\nDimensions: 6 ft. long x 2 in. wide x 2 in. high\r\nFits most open utility trailers with 12 In. to 24 In. side rails and 4 ft. to 6 ft. tailgates\r\nPrevents tailgate warping and premature hinge failure\r\n2-Sided Tailgate Lift Assist', 179.95, NULL, NULL, 239.95, 'Gorilla-Lift Tailgate Lift Assist-32659.jpeg', 'Gorilla-Lift Tailgate Lift Assist-20503.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-11 03:50:40', '2024-02-11 03:50:40'),
(4170, 'Porter Cable 15 Amp Chop Saw', 'vxItAYAaF', 14, 'The Porter-Cable® 14-Inch Chop Saw is designed for powerful, precise and safe cutting. It features a motor with 15 Amps that runs at 3,800 rpm for high strength. The brushes of the cutting chop saw\'s motor are replaceable to make it easier to maintain. It has a material clamp that lets you easily cut and remove materials. The heavy duty chop saw has a cutting fence with an adjustable miter so that you can cut at different angles up to 45 degrees. You can make sure you\'re cutting cleanly, safely and accurately thanks to the spark deflector. The Porter-Cable chop saw\'s heavy-duty base is made of steel to give you a high level of stability while cutting. Changing its blade is easy by using the tool\'s spindle lock. At just 32 pounds and 18-1/2 inches long, this cutting chop saw is lightweight and easily portable.', 139.99, NULL, NULL, 187.40, 'Porter Cable 15 Amp Chop Saw-65848.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-11 03:53:21', '2024-02-11 03:53:21'),
(4171, 'Pet Hair Roller', 'Cjo6gny1Q', 18, 'Nylon\r\nImported\r\nNO MORE HAIR EVERYWHERE: The ultimate pet hair roller for effective dog and cat hair removal. Far superior to traditional lint rollers for pet hair or sticky rollers, the ChomChom ensures deep cleaning.\r\nCONVENIENT: Take the ‘fur’ out of ‘furniture’ once and for all! Ideal for cleaning couches, pillows, rugs, and more. Whether it\'s furniture, your car, or a carpet, this pet lint roller is an essential tool for all pet owners.\r\nVERSATILE: Not just a dog lint roller, it\'s adept at cat hair removal too. The lint roller for pet hair extra sticky capability ensures every strand is picked up, leaving your spaces hair-free.\r\nEASY TO USE: Just roll back and forth along any surface to trap fur and lint into the built-in receptacle. When you’re all done, just press down on the release button to open the pet fur remover and empty it out completely. Purr-fectly simple!\r\nSUSTAINABLE - This reusable lint roller requires no adhesives or sticky tape, and can be used again and again.', 24.99, NULL, NULL, 31.95, 'Pet Hair Roller-92943.jpeg', 'Pet Hair Roller-61891.jpeg', 'Pet Hair Roller-20352.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-11 03:54:34', '2024-02-11 03:54:34'),
(4172, 'Wall Sconce Mid-Century Modern 1-Light Black Crystal Clear Iron Glass Medium', 'TkWnc6l1H', 5, 'Wall Sconce Mid-Century Modern 1-Light Crystal Clear Black Glass Iron Medium\r\n\r\nItem EL-14076\r\n\r\nDimensions 12.20H x 5.10W x 7D', 109.00, NULL, NULL, 158.00, 'Wall Sconce Mid-Century Modern 1-Light Black Crystal Clear Iron Glass Medium-73501.png', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-11 03:56:08', '2024-02-11 03:56:08'),
(4173, 'G-MARK GDM8', 'pvlMPzadj', 5, 'G-MARK GDM8 a series of live microphones that are set to excite performers in studios and on stages all over the world. Rugged in design with phenomenal audio quality, they are the perfect complement to G-MARK\'s legendary Drum series models.\r\nThe drum microphone G-MARK GDM8 has what it takes to achieve global success for years and years to come: sharp design and clear, natural sound. The minute microphone with the flexible gooseneck (5 CM) can be precisely aimed at sound sources like snare drums or rack toms. With the help of these features, everyone can find the perfect positioning for the ideal sound – on stage, in the rehearsal room or in a home studio.\r\nG-MARK GDM8 drum microphone set is a complete set of professional instrument microphones. It is designed for full drum instrument performance and recording applications, providing excellent sound quality.\r\nThe G-MARK GDM8 includes 1 kick drum microphone, 4 clip on drum microphones, 2 condenser eraser microphones, and 1 portable suitcase.', 125.00, NULL, NULL, 135.00, 'G-MARK GDM8-46875.jpeg', 'G-MARK GDM8-55010.jpeg', 'G-MARK GDM8-68684.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 03:58:38', '2024-02-11 03:58:38'),
(4174, 'DEWALT 20-Volt Max Power Station', 'KOXYD1AMP', 14, 'The DEWALT® FLEXVOLT™ 1800-Watt Portable Power Station and Parallel Battery Charger helps you keep your jobsite running smoothly. You can power it by means of four 20V MAX* batteries, which in turn run power to your corded tools. This DEWALT FLEXVOLT 1800-Watt portable power station can also charge any 20V MAX batteries when you plug it into an AC supply. Since it requires no gas, there are no fumes and no noise so you can work earlier in the day and on jobsites with noise restrictions. The DEWALT 4-port parallel charger has a design that protects it against damage from overload so you can work safely and enjoy consistent performance. At just 18 pounds it\'s light enough for a single person to carry for faster and easier transport.', 529.00, NULL, NULL, 599.00, 'DEWALT 20-Volt Max Power Station-63490.jpeg', 'DEWALT 20-Volt Max Power Station-71746.jpeg', 'DEWALT 20-Volt Max Power Station-79543.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-11 03:59:19', '2024-02-11 03:59:19'),
(4175, 'Cup Slicer', 'fmMByQM48', 18, '【Speed Slicer with Push Plate】Our fruit and vegetable slicer design is not only compact and stylish, it won\'t take up too much space. And it also comes with an extra bottom push plate, which can not dirty your cutting board and can place the cut fruits or vegetables in the slicer, perfect for kitchen. Slices 8 times faster than a knife!\r\n【Versatile Kitchen Aid】 A must-have in both home and restaurant kitchens, our fruit slicer outshines ordinary knives. Effortlessly transform fresh vegetables and fruits into uniformly shaped pieces, saving you valuable time and effort.\r\n【Widely Use】This multifunctional cup slicer is more than just a kitchen tool, it\'s a time-saving companion for home cooks and restaurant chefs alike. You can use it to cut fresh strawberries, bananas, vegetables, fruits, eggs, and so on.\r\n【Stainless Steel Cup Cutter】Our cup cutter is made of 304 stainless steel, which is durable and sturdy and cuts the fruit easily. The increased height design not only increases the capacity but also makes it safe to cut when slicing.\r\n【Kitchen Gadget】The handheld vegetable cutter is your perfect choice, and they are a perfect gift for your family and friends or anyone who loves to cook. Enjoy the convenience of slicing fruits and vegetables quickly and easily!', 8.99, NULL, NULL, 11.99, 'Cup Slicer-12448.jpeg', 'Cup Slicer-36223.jpeg', 'Cup Slicer-18147.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-11 04:03:01', '2024-02-11 04:03:01'),
(4176, 'Shocker Hitch 20000 Lbs Air Receiver Hitch with Combo 2 & 2-5/16 In. Balls', 'HcJ4ASaAZ', 14, 'The Shocker HD Max Black™ Air receiver hitch with combo multi-ball mount adds instant air ride your tow vehicle and trailer and comes with the all-new matte black premium powder-coat finish. This Max Black bumper mount air hitch from Shocker Hitch has both a 2 In. hitch ball and a 2-5/16 In. hitch ball with a 1/2 to 4-1/2 In. Drop. Instantly add air ride towing for your pickup and trailer. This 20K heavy-duty shock absorbing hitch & ball mount cushions the ride and takes the bumps and bangs out of towing. Shocker HD bumper-style air hitch provides the ultimate smooth ride when you\'re towing and allows you to fine-tune your trailer towing experience base on the weight you are pulling. The Shocker Air is a heavy-duty air suspension towing hitch mounted between your truck and trailer. The built in heavy-duty air ride system absorbs the road shock, reducing the tendency of trailer sway and cushions your ride. The built in dual bump cushions also taken bangs and bumps of the road for additional extra duty performance. This Shock absorbing air ride cushion hitch mounts by sliding into a standard receiver tube. Shocker air hitch effectively absorbs the jerking, tugging and damaging forces experienced with a typical hard connection when towing trailers. There is no reason to beat yourself or your equipment up with a hard connection between your trailer and your receiver hitch. Upgrade to smooth, safer towing. This air hitch cushions the ride for you, your trailer and the trailer contents. Great for all around heavy-duty bumper hitch towing. Made by Shocker Hitch® USA in Jamestown, ND. 20000 Lbs tow rating capacity and 2000 Lbs tongue weight.', 759.99, NULL, NULL, 809.00, 'Shocker Hitch 20000 Lbs Air Receiver Hitch with Combo 2 & 2-5/16 In. Balls-15577.jpeg', 'Shocker Hitch 20000 Lbs Air Receiver Hitch with Combo 2 & 2-5/16 In. Balls-38732.jpeg', 'Shocker Hitch 20000 Lbs Air Receiver Hitch with Combo 2 & 2-5/16 In. Balls-67559.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-11 04:03:48', '2024-02-11 04:03:48'),
(4177, 'Authentic sales tama star maple drum kits -ready to ship', 'JDflnqh4l', 5, 'Product\r\nAuthentic Product\r\nSafe Packaging\r\nShock-Resistant - Three layer of packaging\r\nAccessories\r\nComes with complete accessories in Original Box\r\nItems\r\nOriginal', 499.00, NULL, NULL, 599.00, 'Authentic sales tama star maple drum kits -ready to ship-77110.jpeg', 'Authentic sales tama star maple drum kits -ready to ship-89983.jpeg', 'Authentic sales tama star maple drum kits -ready to ship-80687.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 04:04:24', '2024-02-11 04:04:24'),
(4178, 'Mosco Sports Boxing Gloves for Punch Bag Training Gym Exercise & Boxing Equipmen', 'CIW5YSI0R', 5, 'Lightweight Boxing Gloves \'s Knuckle Pads Increase Hand Speed.\r\n\r\n High Density Mould Boxing Training Gloves is for Men Women to give Better Protection\r\n\r\nHeavy duty Wrist To Perfect Tie Wrist while Training Boxing, Mma.\r\n\r\n Two Layers Padded Front Palm EVA Protection Prevent Injuries\r\n\r\n Hook Loop Closure for Easy Fast Adjustment Use.', 21.88, NULL, NULL, 29.00, 'Mosco Sports Boxing Gloves for Punch Bag Training Gym Exercise & Boxing Equipmen-51813.png', 'Mosco Sports Boxing Gloves for Punch Bag Training Gym Exercise & Boxing Equipmen-80836.png', 'Mosco Sports Boxing Gloves for Punch Bag Training Gym Exercise & Boxing Equipmen-68135.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-02-11 04:05:50', '2024-02-11 04:05:50'),
(4179, 'Nike Vapor Ultrafly 4 Keystone Baseball Cleats Size 3Y Gray White', 'jkhuBRiWw', 5, 'Nike Vapor Ultrafly 4 Keystone Youth Baseball Cleats\r\nColor: Gray / White\r\n\r\nSize: US 3Y (UK 2.5, EUR 35, CM 22)\r\n\r\nBrand New!\r\n\r\nNever Worn!\r\n\r\nSee pictures!\r\n\r\nComes from a SMOKE-FREE home!\r\n\r\nThanks for looking!', 24.89, NULL, NULL, 29.00, 'Nike Vapor Ultrafly 4 Keystone Baseball Cleats Size 3Y Gray White-40221.png', 'Nike Vapor Ultrafly 4 Keystone Baseball Cleats Size 3Y Gray White-97205.png', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-11 04:11:06', '2024-02-11 04:11:06'),
(4180, 'Nike Vapor Jet 7.0 Football Gloves Size XXL 2XL White Blue Wide Receiver', 'IuRSxboys', 5, 'Nike Vapor Jet 7.0 Football Gloves Size XXL 2XL White Blue Wide Receiver', 40.00, NULL, NULL, 49.58, 'Nike Vapor Jet 7.0 Football Gloves Size XXL 2XL White Blue Wide Receiver-87746.png', 'Nike Vapor Jet 7.0 Football Gloves Size XXL 2XL White Blue Wide Receiver-46712.png', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-11 04:14:26', '2024-02-11 04:14:26'),
(4181, 'ROLEX  Explorer Automatic Chronometer Black Dial Men\'s Watch', 'xMIXwJaM1', 14, 'Silver-tone stainless steel case with a silver-tone stainless steel rolex oyster bracelet. Fixed domed silver-tone stainless steel bezel. Black dial with silver-tone Mercedes-logo, sword, and Breguet-style shape hands and Arabic numeral and index hour markers. Arabic numerals mark the 3, 6 and 9 o\'clock positions. Minute markers around the outer rim. Dial Type: Analog. Luminescent hands and markers. Rolex Calibre 3000 Automatic movement, based upon Rolex 3035, containing 27 Jewels, bitting at 28800 vph, and has a power reserve of approximately 42 hours. Scratch resistant sapphire crystal. Screw down crown. Solid case back. Round case shape, case size: 39 mm. Oysterlock clasp. Water resistant at 100 meters / 330 feet. Functions: hour, minute, second, chronometer. Explorer Series. Luxury watch style. Watch label: Swiss Made. Pre-owned Rolex Explorer Automatic Chronometer Black Dial Men\'s Watch 214270BKASO-3.', 7695.00, NULL, NULL, 7800.45, 'ROLEX  Explorer Automatic Chronometer Black Dial Men\'s Watch-15046.jpeg', 'ROLEX  Explorer Automatic Chronometer Black Dial Men\'s Watch-92382.jpeg', 'ROLEX  Explorer Automatic Chronometer Black Dial Men\'s Watch-56660.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-11 04:15:51', '2024-02-11 04:15:51'),
(4182, 'Nike Zoom Mercurial Vapor 15 Academy MG Soccer Cleats Size 7.5 Mens', 'y84HgvK8u', 5, 'Nike Zoom Mercurial Vapor 15 Academy MG \"Lucent Pack\" Soccer Cleats\r\nStyle: DJ5631-780\r\n\r\nColor: Yellow\r\n\r\nSize: US Men\'s 7.5 / US Women\'s 9 (UK 6.5, EUR 40.5, CM 25.5)\r\n\r\nDoes Not Include Original Box\r\n\r\nPre-Owned In Good Condition!\r\n\r\nSome moderate wear from use\r\n\r\nLots of life left!', 60.00, NULL, NULL, 68.46, 'Nike Zoom Mercurial Vapor 15 Academy MG Soccer Cleats Size 7.5 Mens-98631.png', 'Nike Zoom Mercurial Vapor 15 Academy MG Soccer Cleats Size 7.5 Mens-31462.png', 'Nike Zoom Mercurial Vapor 15 Academy MG Soccer Cleats Size 7.5 Mens-20525.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-11 04:18:15', '2024-02-11 04:18:15'),
(4184, 'Oval & Round-Cut Diamond Solitaire Ring 3/4 ct tw 14K White Gold 7.7mm', '5ZZZn0APk', 14, 'A dazzling oval-cut diamond shimmers in the center of this vibrant solitaire ring.\r\n\r\n14K White Gold\r\n3/4 carat oval-cut diamonds\r\n7.7mm\r\nBrilliant round diamonds ring the base to complete the look.\r\nThe diamonds are independently certified by Gemological Science International.', 4000.00, NULL, NULL, 4995.00, 'Oval & Round-Cut Diamond Solitaire Ring 3/4 ct tw 14K White Gold 7.7mm-66036.jpeg', 'Oval & Round-Cut Diamond Solitaire Ring 3/4 ct tw 14K White Gold 7.7mm-67890.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-11 04:21:45', '2024-02-11 04:21:45'),
(4185, 'Nike Air Max 97 x Undefeated Running Shoes Size 7.5 Mens Black', 'HfkSPv0jL', 5, 'Nike Air Max 97 x Undefeated Running Shoes\r\nColor: Black / Volt / Militia Green / White\r\n\r\nSize: US Men\'s 7.5 / US Women\'s 9 (UK 6.5, EUR 40.5, CM 25.5)\r\n\r\nIncludes Original Box\r\n\r\nBrand New!\r\n\r\nNever Worn!', 160.00, NULL, NULL, 185.00, 'Nike Air Max 97 x Undefeated Running Shoes Size 7.5 Mens Black-30768.png', 'Nike Air Max 97 x Undefeated Running Shoes Size 7.5 Mens Black-50599.png', 'Nike Air Max 97 x Undefeated Running Shoes Size 7.5 Mens Black-22010.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-02-11 04:24:41', '2024-02-11 04:24:41'),
(4186, 'Authenticity Guarantee Nike Air Max 270 Extreme GS Running Shoes Size 6.5Y', 'ZcAgAHZtg', 5, 'Nike Air Max 270 Extreme GS Running Shoes\r\n\r\nColor: Black / Green / White\r\n\r\nStyle: CI1108-015\r\n\r\nSize: GS 6.5Y / US Womens 8 / US Men\'s 6.5 (UK 6, EUR 39, BR 37.5, CM 24.5)\r\n\r\nDoes not include original box\r\n\r\nBRAND NEW!', 130.00, NULL, NULL, 143.88, 'Authenticity Guarantee Nike Air Max 270 Extreme GS Running Shoes Size 6.5Y-77541.png', 'Authenticity Guarantee Nike Air Max 270 Extreme GS Running Shoes Size 6.5Y-60622.png', 'Authenticity Guarantee Nike Air Max 270 Extreme GS Running Shoes Size 6.5Y-27333.png', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-11 04:30:23', '2024-02-11 04:30:23'),
(4187, 'Le Vian Diamond Heart Necklace 1/2 ct tw 14K Strawberry Gold 19\"', 'XS6yMTSNq', 14, 'the Le Vian Diamond Heart Necklace is absolutely stunning! It\'s a 1/2 carat total weight necklace made of 14K Strawberry Gold. The length is 19 inches, making it a perfect accessory to add some sparkle to any outfit.', 999.99, NULL, NULL, 1799.99, 'Le Vian Diamond Heart Necklace 1/2 ct tw 14K Strawberry Gold 19\"-13981.jpeg', 'Le Vian Diamond Heart Necklace 1/2 ct tw 14K Strawberry Gold 19\"-97063.jpeg', 'Le Vian Diamond Heart Necklace 1/2 ct tw 14K Strawberry Gold 19\"-18308.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-11 04:30:51', '2024-02-11 04:30:51'),
(4188, 'Nike Air Max 97 GS Running Shoes Size 5Y Womens 6.5 Triple White', 'Gngb2IQnL', 5, 'Nike Air Max 97 GS Running Shoes\r\n\r\nColor: Triple White\r\n\r\nSize: GS 5Y / US Women\'s 6.5 \r\n\r\nDoes Include Original Box\r\n\r\nPre-Owned in Good Condition!\r\n\r\nNormal wear from us\r\n\r\nSome yellowing \r\n\r\nLots of life left!', 141.00, NULL, NULL, 198.25, 'Nike Air Max 97 GS Running Shoes Size 5Y Womens 6.5 Triple White-63022.png', 'Nike Air Max 97 GS Running Shoes Size 5Y Womens 6.5 Triple White-65755.png', 'Nike Air Max 97 GS Running Shoes Size 5Y Womens 6.5 Triple White-31088.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-11 04:37:05', '2024-02-11 04:37:05'),
(4189, 'Unstoppable Love Diamond Pear Necklace 1/2 ct tw Round-cut 10K White Gold 19\"', 'whPay9oC2', 14, 'This beautiful necklace from the Unstoppable Love collection showcases a brilliant round diamond at its center that continuously catches the light and sparkles from every angle — just like your love. The pear-shaped pendant is traced in round-cut diamonds, giving the necklace a total diamond weight of 1/2 carat. The 10K white gold pendant hangs from a 19-inch curb chain and secures with a lobster clasp.\r\nItem #:  174219408\r\nContent & Care\r\nThis item is electroplated with rhodium or finished with an e-coating. These finishes may wear off with frequent use. Ask a jewelry consultant for details.\r\nTypographic errors are subject to correction. Merchandise enlarged to show detail and may not always be exactly as pictured.', 979.99, NULL, NULL, 1399.99, 'Unstoppable Love Diamond Pear Necklace 1/2 ct tw Round-cut 10K White Gold 19\"-90975.jpeg', 'Unstoppable Love Diamond Pear Necklace 1/2 ct tw Round-cut 10K White Gold 19\"-11566.jpeg', 'Unstoppable Love Diamond Pear Necklace 1/2 ct tw Round-cut 10K White Gold 19\"-52908.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-11 09:46:11', '2024-02-11 09:46:11'),
(4190, 'Unstoppable Love Diamond Halo Earrings 1/2 ct tw Round-Cut 10K White Gold', 'IZMQrYiwP', 14, 'Total Weight (CT. T.W.)\r\n1/2\r\nColor\r\nI\r\nClarity\r\nI3\r\nLifetime Diamond Commitment\r\nYes\r\nStone Type\r\nDiamond\r\nStone Color	White\r\nStone Shape\r\nRound\r\nStone Carat Range	1/2 to 1\r\nStone Class	Natural\r\nStone 2 Type	Diamond\r\nStone 2 Color	White\r\nStone 2 Shape	Round\r\nStone 2 Class	Natural\r\nStone Setting	Nick\r\nStone 2 Diamond Clarity	I3\r\nStone 2 Diamond Color	I', 979.99, NULL, NULL, 1399.99, 'Unstoppable Love Diamond Halo Earrings 1/2 ct tw Round-Cut 10K White Gold-88673.jpeg', 'Unstoppable Love Diamond Halo Earrings 1/2 ct tw Round-Cut 10K White Gold-42471.jpeg', 'Unstoppable Love Diamond Halo Earrings 1/2 ct tw Round-Cut 10K White Gold-41704.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-11 09:50:39', '2024-02-11 09:50:39'),
(4191, 'Hammer Liquid', 'HLdchRyvc', 14, '105-Oz Arm & Hammer Liquid Laundry Detergent (Various)', 5.59, NULL, NULL, 9.98, 'Hammer Liquid-48195.jpeg', 'Hammer Liquid-10041.jpeg', 'Hammer Liquid-14942.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-11 09:51:51', '2024-02-11 09:51:51'),
(4192, 'Dunkin', 'Mi14o8lkP', 14, 'Enjoy the smooth, classic taste of these Dunkin\' original blend coffee pods. Each one is fully caffeinated to deliver a surge of energy, while the original blend provides a rich, silky experience. There are 44 of these Keurig K-Cup Dunkin\' coffee pods in.Coffee K-Cups for Keurig brewers.Medium-roast coffee with Original Blend flavor.44 K-Cups per box.The product is kosher.Made with 100% Arabica coffee.Restock coffee supplies in break rooms, waiting rooms or your home with this 44-count Keurig K-Cup Dunkin\' original blend coffee pods.', 20.99, NULL, NULL, 32.99, 'Dunkin-59255.jpeg', 'Dunkin-67787.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-11 09:59:28', '2024-02-11 09:59:28'),
(4193, 'Diamond Bracelet 1 ct tw 10K Yellow Gold 7\"', 'J8wPjrLCt', 14, 'This stunning diamond bracelet for her is styled in timeless 10K yellow gold for an elegant look. Links of 10K yellow gold ribbons are embellished with shimmering round-cut diamonds to create the band, which measures 7 inches in length. The eye-catching bracelet has a total diamond weight of 1 carat and safely secures with a tongue clasp for her peace of mind.', 1749.99, NULL, NULL, 2499.99, 'Diamond Bracelet 1 ct tw 10K Yellow Gold 7\"-37296.jpeg', 'Diamond Bracelet 1 ct tw 10K Yellow Gold 7\"-76932.jpeg', NULL, 'Jewelry', 2.5, NULL, 1, '2024-02-11 10:00:35', '2024-02-11 10:00:35'),
(4194, 'Chisel 2 in 1 - Acrylic/Dipping Powder - Pink & White Collection - 12oz (CLEAR)', 'G8dGrHs0n', 18, 'Chisel 2 in 1 - Acrylic/Dipping Powder - Pink & White Collection - 12oz (CLEAR)', 54.43, NULL, NULL, 87.00, 'Chisel 2 in 1 - Acrylic/Dipping Powder - Pink & White Collection - 12oz (CLEAR)-96037.png', 'Chisel 2 in 1 - Acrylic/Dipping Powder - Pink & White Collection - 12oz (CLEAR)-44169.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-11 10:03:32', '2024-02-11 10:03:32'),
(4195, 'Unstoppable Love Diamond Crossover Double Hoop Earrings 1/4 ct tw 10K Two-Tone Gold', 'mn7NaND1m', 14, 'These one-of-a-kind hoops from the Unstoppable Love collection continuously catch the light and sparkle from every angle—just like your love.\r\n\r\nCrafted in 10K white and 10K yellow gold\r\nOuter crossover hoops in 10K white gold are lined with round-cut diamonds\r\nThe center offset hoop in polished 10K yellow gold moves to create a peekaboo look\r\nTotal diamond weight is 1/4 carat\r\nEarrings secure with hinged backs', 839.99, NULL, NULL, 1199.99, 'Unstoppable Love Diamond Crossover Double Hoop Earrings 1/4 ct tw 10K Two-Tone Gold-45533.jpeg', 'Unstoppable Love Diamond Crossover Double Hoop Earrings 1/4 ct tw 10K Two-Tone Gold-59823.jpeg', 'Unstoppable Love Diamond Crossover Double Hoop Earrings 1/4 ct tw 10K Two-Tone Gold-41029.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-11 10:04:28', '2024-02-11 10:04:28'),
(4196, 'Color Changing Gel Nail Polish Set 6 Colors, Winter Temperature Mood Changed Gli', 'SGiXSo2Ge', 18, 'AMAZING FASHION COLORS?The most special thing about this set of colors is that the six colors are temperature changing gel, the color of the nail gel will change with the temperature, so you can have two beautiful at once. If you don\'t like to stay the same, please choose this set\r\nEASY APPLICATION LONG-LASTING?This nature earth Tone Collection set can be used with all brands of top and base coat, but of course, with MEFA the effect is perfect. This set is long-lasting for two weeks with perfect shine under the proper application.\r\nHEALTH ECO-FRIENDLY?The nail polish set is made of non-toxic ingredients which makes the gel nail polish safe and low odor. You can DIY your nails the way you want without causing any harm to your nails and the environment.', 14.09, NULL, NULL, 19.00, 'Color Changing Gel Nail Polish Set 6 Colors, Winter Temperature Mood Changed Gli-84760.png', 'Color Changing Gel Nail Polish Set 6 Colors, Winter Temperature Mood Changed Gli-38213.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-11 10:11:26', '2024-02-11 10:11:26'),
(4197, 'Gel Nail Kit Easy Nail Extension Set with 500Pcs Soft Gel Nail Tips Coffin', 'koDIEqF2F', 18, 'Gel Nail Kit Easy Nail Extension Set with 500Pcs Soft Gel Nail Tips Coffin\r\n\r\nAikker Nail Tips Glue Gel Kit: Includes 500pcs high-quality long coffin nail tips in 10 sizes, 8ml/e 0.27fl oz nail glue gel, one 9W UV/LED nail lamp, one nail tip clipper and one 100/180 nail file.\r\nNew Upgraded 3 IN 1 Nail Glue Gel: Convenient to quickly extend your nails in 5mins, which can also be used as nail tips glue, base coat and nail art decorations adhesive. Low odor, toxin-free ingredients and botanical extracts formula, to give nails the best break resistant support and long-lasting strength.', 10.88, NULL, NULL, 17.00, 'Gel Nail Kit Easy Nail Extension Set with 500Pcs Soft Gel Nail Tips Coffin-23368.png', 'Gel Nail Kit Easy Nail Extension Set with 500Pcs Soft Gel Nail Tips Coffin-99263.png', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-11 10:20:30', '2024-02-11 10:20:30'),
(4198, 'AriZona Fruit Punch Juice Drink', 'qVlBbG6SI', 14, '24-Count 20-Ounce AriZona Fruit Punch Juice Drink', 18.71, NULL, NULL, 34.71, 'AriZona Fruit Punch Juice Drink-86718.jpeg', 'AriZona Fruit Punch Juice Drink-24009.jpeg', 'AriZona Fruit Punch Juice Drink-52944.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-11 10:23:29', '2024-02-11 10:23:29'),
(4199, 'Nail Clippers Set Toenail Clippers for Thick Nails', 'p38q8Db1d', 18, 'SZQHT Ultra Wide Jaw Opening Nail Clippers Set Toenail Clippers for Thick Nails', 15.99, NULL, NULL, 16.99, 'Nail Clippers Set Toenail Clippers for Thick Nails-99936.png', 'Nail Clippers Set Toenail Clippers for Thick Nails-23862.png', 'Nail Clippers Set Toenail Clippers for Thick Nails-85711.png', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-11 10:27:40', '2024-02-11 10:27:40'),
(4200, 'Jif Creamy Peanut Butter', 'DON8BvjTd', 14, '6-Count 16-Oz Jif Creamy Peanut Butter Spread', 13.79, NULL, NULL, 18.72, 'Jif Creamy Peanut Butter-29835.jpeg', 'Jif Creamy Peanut Butter-72162.jpeg', 'Jif Creamy Peanut Butter-84026.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-11 10:29:07', '2024-02-11 10:29:07'),
(4201, 'WAVEGEL Soak-Off Gel', 'TiqHLm3hX', 18, 'WAVEGEL Soak-Off Gel, Nail Lacquer & Acrylic/Dip Powder Matching Set - Simplicit', 19.80, NULL, NULL, 27.00, 'WAVEGEL Soak-Off Gel-26441.png', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-11 10:33:11', '2024-02-11 10:33:11'),
(4202, 'There\'s a Wocket in my Pocket', '7FY56Lq5y', 5, 'In this silly Bright and Early Book classic by Dr. Seuss, a young boy goes exploring in his house and finds an array of fun characters Are you certain there\'s a Jertain in the curtain? Or have you ever had a feeling there\'s a Geeling on the ceiling? From the pesky Nooth Grush on a tooth brush to a sleepy Zelf up on the shelf, There\'s a Wocket in My Pocket will have young readers eager to explore their homes and the wonders of rhyming and wordplay. Combining brief and funny stories, easy words, catchy rhythm, and lively illustrations, Bright and Early Books are an ideal way to introduce the joys of reading to children. This description may be from another edition of this product.', 4.79, NULL, NULL, 9.99, 'There\'s a Wocket in my Pocket-18351.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-11 10:33:26', '2024-02-11 10:33:26'),
(4203, 'Muscle Milk', 'rsxpYycbg', 14, 'Muscle Milk Genuine Protein Powder, Banana Crème, 1.93 Pounds, 12 Servings, 32g Protein, 4g Sugar, Calcium, Vitamins A, C & D, Energizing Snack', 10.99, NULL, NULL, 15.07, 'Muscle Milk-92474.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-02-11 10:33:50', '2024-02-11 10:33:50'),
(4204, 'Cool Food', 'wAtwf28vM', 5, 'In Cool Food, celebrated actor and philanthropist Robert Downey Jr. and New York Times bestselling author Thomas Kostigen team up to discover how we can erase our carbon footprints--one bite at a time.\r\n\r\nWhat we eat matters--to us, and to the planet. Cool food is a game-changing new food category and way of thinking that can help fix the climate. This engaging and persuasive book will show you how to make simple choices, starting today--in the supermarket, in your kitchen, and in the world--to reduce your environmental impact. Hundreds of cool foods exist, but until now have gone largely uncelebrated for their climate-positive powers. Some of these foods may already be on your shelf, and some are just on the horizon. But cool food is much more than just a shopping list: it\'s a way of life vitally important to our future.\r\n\r\nPacked with eye-opening information, actionable items, and two dozen delicious recipes, Cool Food comes alive with engaging storytelling and refreshing humor. Robert and Tom have talked with experts around the globe--from farmers who are pioneering new pathways to more sustainable food, to cutting-edge, climate-friendly chefs. In seeking answers to what each of us can do, this intrepid duo discovered:\r\n\r\nthe power of ancient grains;\r\n\r\nrevolutionary farming techniques that create more sustainable foods;\r\n\r\nthe unexpected benefits of meal kits;\r\n\r\nfuture foods that are made of thin air;\r\n\r\ndelicious and different recipes that do the world good, and much more.\r\n\r\nWhat we choose to eat, where we shop, and how we plan our meals are daily choices that can have a wide impact on the world, whether we realize it or not. We have the power with each one of our daily purchases and our individual food habits to encourage a healthier and more sustainable food system for everyone.\r\n\r\nJoin Robert and Tom on this fun, exciting, and enlightening adventure and learn how to become part of the Cool Food revolution.', 24.32, NULL, NULL, 29.99, 'Cool Food-69329.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-11 10:36:48', '2024-02-11 10:36:48');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4205, 'Extra Virgin Avocado Oil', 'kYpFmHaI4', 14, 'Our deeply rich Extra Virgin Avocado Oil is pressed from the pulp of premium avocados for a luxurious texture and full avocado flavor. 100% unrefined, all-natural and handcrafted from premium avocados for full avocado texture, flavor, and nutrition.\r\nFor Food and Beyond: This deep green oil is wonderful in salad dressings, on grilled fish or blended into smoothies. It\'s also great for skin and hair because the beta carotene, protein, fatty acids, and vitamins A, D, and E found in avocado oil help moisturize and protect your skin from damaging UV rays and also increase collagen metabolism.\r\nQuality You can Taste: The mainstay of all La Tourangelle\'s natural, artisanal oils is premium taste derived from the best quality ingredients. Add the flavor of La Tourangelle to any meal.\r\nDelicious and Versatile: Our oils, dressings and vinaigrettes make it easy for professional chefs, novice cooks, and foodies to create distinctive dishes from simple salads and marinades, to pastas, cakes and more.\r\nNatural and Sustainable: La Tourangelle\'s natural artisan oils, vinaigrettes and almond butters provide the perfect touch to make a gourmet breakfast, lunch, or dinner. We are passionate about making high quality ingredients that are good for the table, community and planet. Through regenerative farming, artisan production methods and nature friendly packaging, we want to empower people to cook like they care.', 7.79, NULL, NULL, 11.99, 'Extra Virgin Avocado Oil-96510.jpeg', 'Extra Virgin Avocado Oil-84054.jpeg', 'Extra Virgin Avocado Oil-23311.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-11 10:37:56', '2024-02-11 10:37:56'),
(4206, 'SpaRitual Apple Fruit Farewell Vegan Nail Treatment', 'A0wljSz9M', 18, 'Say Hello to healthy nails, with Farewell Vegan Nail Treatment.\r\n\r\nOur beloved formula has been reformulated to be 99.9% derived from nature.\r\n\r\nIngredients that heal and transform, for your healthiest hands.\r\n\r\nThis is the treatment you didn’t know you needed, and won’t want to live without.\r\n\r\nFeatures\r\n\r\nHelps protect against ingrown nails, hangnails, and other nail concerns. Farewell generates improved clear, healthy and well conditioned nails.\r\n\r\n- Soothes sensitive skin.\r\n\r\n- Helps reduce inflammation.', 20.00, NULL, NULL, 28.67, 'SpaRitual Apple Fruit Farewell Vegan Nail Treatment-81093.png', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-11 10:38:34', '2024-02-11 10:38:34'),
(4207, 'Feed machinery turnkey project', '0pKvk4acb', 5, 'Specializing in the production of flour machinery, we are renowned for our commitment to turnkey projects. Our expertise lies in providing comprehensive and top-notch services that include the delivery of a complete set of solutions for your needs. We take pride in our ability to cater to diverse requirements and deliver exceptional results. If you are in search of a reliable partner for your feed machinery needs, Ruiyi is here to exceed your expectations.', 8000.00, NULL, NULL, 10000.00, 'Feed machinery turnkey project-19911.jpeg', 'Feed machinery turnkey project-89289.jpeg', 'Feed machinery turnkey project-31311.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 10:40:43', '2024-02-11 10:40:43'),
(4208, 'Commercial Kitchen Sink Industrial Stainless Steel Sink Cabinet Kitchen Sink Cabinet', 'eaqV2R37h', 5, 'Product name\r\nSize(mm)\r\nMaterial\r\nThickness(mm)\r\nPackage size(mm)\r\nStainless Steel Sink(Single bowl)\r\n600X600X800\r\n201 or 304\r\n0.8mm or 1.0mm\r\n620x620X450\r\nStainless Steel Sink(Single bowl)\r\n600X700X800\r\n201 or 304\r\n0.8mm or 1.0mm\r\n620x720x450\r\nStainless Steel Sink(Double bowl)\r\n1200X600X800\r\n201 or 304\r\n0.8mm or 1.0mm\r\n1220x620x450\r\nStainless Steel Sink(Double bowl)\r\n1200X700X800\r\n201 or 304\r\n0.8mm or 1.0mm\r\n1220x720x450\r\nStainless Steel Sink(Triple bowl)\r\n1800X600X800\r\n201 or 304\r\n0.8mm or 1.0mm\r\n1820x620x450\r\nStainless Steel Sink(Triple bowl)\r\n1800X700X800\r\n201 or 304\r\n0.8mm or 1.0mm\r\n1820x720x450', 400.00, NULL, NULL, 500.00, 'Commercial Kitchen Sink Industrial Stainless Steel Sink Cabinet Kitchen Sink Cabinet-54992.jpeg', 'Commercial Kitchen Sink Industrial Stainless Steel Sink Cabinet Kitchen Sink Cabinet-52908.jpeg', 'Commercial Kitchen Sink Industrial Stainless Steel Sink Cabinet Kitchen Sink Cabinet-66751.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 10:45:09', '2024-02-11 10:45:09'),
(4209, 'Starbucks K-Cup Coffee Pods, Caramel Flavored Coffee', 'nluvPECnI', 14, 'PREMIUM COFFEE IN A K-CUP—Starbucks delivers exceptional coffee cup after cup with this 40-count K-Cup pod box of Caramel Flavored Coffee for Keurig brewers\r\nSTARBUCKS CARAMEL FLAVORED COFFEE—Bask in the buttery and smooth notes of this flavored coffee\r\nFRESH TASTE—Starbucks adheres to the highest quality standards—shipping you the same carefully roasted 100% arabica coffee beans we brew in our cafés\r\nMAKE IT YOUR OWN—The perfect everyday cup, Starbucks coffee is great for adding personal touches of inspiration like milk, cream, syrup or a variety of other additions to make it your own\r\nETHICALLY SOURCED—Starbucks is committed to 100% ethical coffee sourcing in partnership with Conservation International', 20.34, NULL, NULL, 29.05, 'Starbucks K-Cup Coffee Pods, Caramel Flavored Coffee-50662.jpeg', 'Starbucks K-Cup Coffee Pods, Caramel Flavored Coffee-10380.jpeg', 'Starbucks K-Cup Coffee Pods, Caramel Flavored Coffee-70107.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-11 10:45:16', '2024-02-11 10:45:16'),
(4210, 'INVERTER DC ARC WELDING MACHINE', 'OdA64bImP', 5, 'Rated Input Voltage\r\nAC220V±10%\r\nRated Output Current\r\n20-200A/250A\r\nColor\r\nBlue;Yellow\r\nCondition\r\nNew\r\nMotor Type\r\nDC Motor\r\nDimensions\r\n37*15*23.5CM\r\nUsage\r\nWelding Iron Pieces\r\nWeight (KG)\r\n5KG\r\nWarranty\r\n1 years\r\nKey Selling Points\r\nPORTABLE\r\nTechnology\r\nIGBT Technology\r\nAccessories\r\nMask\r\nPacking\r\nCarton Packing\r\nProduct Description\r\nFeature:\r\n1.Single board IGBT technology, energy-efficient and low noise.\r\n2.Easy arc ignition, litter spatter and excellent welding performance.\r\n3.Safety protection against over current, over voltage and over heat.\r\n4.Small and light, but still powerful.\r\n5.Suitable for welding all kinds of acid and basic electrodes.', 20.99, NULL, NULL, 23.99, 'INVERTER DC ARC WELDING MACHINE-66031.jpeg', 'INVERTER DC ARC WELDING MACHINE-93842.jpeg', 'INVERTER DC ARC WELDING MACHINE-84376.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 10:49:15', '2024-02-11 10:49:15'),
(4211, 'Lord of the Rings', 'SXF8xXTsB', 14, 'Lego The Lord of the Rings WII video game', 34.99, NULL, NULL, 39.79, 'Lord of the Rings-74710.jpeg', 'Lord of the Rings-20331.jpeg', 'Lord of the Rings-64932.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-11 10:50:14', '2024-02-11 10:50:14'),
(4212, '11-12-13 HYUNDAI TUCSON 2.4L / ENGINE BAY/FUSE/RELAY/BOX', 'ojskcJcqs', 18, 'FITMENT GUARANTEED ONLY IF U MATCH CIRCLED PART NUMBER!\r\n\r\nCONDITION: USED', 140.00, NULL, NULL, 188.00, '11-12-13 HYUNDAI TUCSON 2.4L / ENGINE BAY/FUSE/RELAY/BOX-87440.png', '11-12-13 HYUNDAI TUCSON 2.4L / ENGINE BAY/FUSE/RELAY/BOX-24127.png', '11-12-13 HYUNDAI TUCSON 2.4L / ENGINE BAY/FUSE/RELAY/BOX-75286.png', 'Accessories', 4.0, NULL, 1, '2024-02-11 10:50:52', '2024-02-11 10:50:52'),
(4213, 'The Goldfinch', '5PcBB0xyW', 5, 'A young New Yorker grieving his mother\'s death is pulled into a gritty underworld of art and wealth in this \"extraordinary\" and beloved Pulitzer Prize winner from the author of The Secret History that \"connects with the heart as well as the mind\" (Stephen King, New York Times Book Review). Theo Decker, a 13-year-old New Yorker, miraculously survives an accident that kills his mother. Abandoned by his father, Theo is taken in by the family of a wealthy friend. Bewildered by his strange new home on Park Avenue, disturbed by schoolmates who don\'t know how to talk to him, and tormented above all by a longing for his mother, he clings to the one thing that reminds him of her: a small, mysteriously captivating painting that ultimately draws Theo into a wealthy and insular art community. As an adult, Theo moves silkily between the drawing rooms of the rich and the dusty labyrinth of an antiques store where he works. He is alienated and in love -- and at the center of a narrowing, ever more dangerous circle. The Goldfinch is a mesmerizing, stay-up-all-night and tell-all-your-friends triumph, an old-fashioned story of loss and obsession, survival and self-invention. From the streets of New York to the dark corners of the art underworld, this \"soaring masterpiece\" examines the devastating impact of grief and the ruthless machinations of fate (Ron Charles, Washington Post)', 4.59, NULL, NULL, 9.59, 'The Goldfinch-18267.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-11 10:52:42', '2024-02-11 10:52:42'),
(4214, 'Street Fighter V', 'vGroavk53', 14, 'Street Fighter V, New, Teen, Video Game PlayStation 4 Standard Edition', 20.47, NULL, NULL, 23.49, 'Street Fighter V-46015.jpeg', 'Street Fighter V-75347.jpeg', 'Street Fighter V-72098.jpeg', 'Video games', 4.5, NULL, 1, '2024-02-11 10:56:16', '2024-02-11 10:56:16'),
(4215, 'HEPWAY Balcony Energy Storage System', 'vhzBFSL6G', 5, 'This product is mainly used in solar panels and micro grid-connected inverter power generation system, when the solar power generation will be stored in the battery for night use, to avoid the waste of solar power generation, saving electricity costs for the family.', 600.00, NULL, NULL, 759.00, 'HEPWAY Balcony Energy Storage System-36367.jpeg', 'HEPWAY Balcony Energy Storage System-32425.jpeg', 'HEPWAY Balcony Energy Storage System-16704.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 10:58:50', '2024-02-11 10:58:50'),
(4216, 'The Secret History by Donna Tartt', 'u2otjFEIO', 5, '\"The Secret History\" by Donna Tartt is a captivating novel that delves into the lives of a group of eccentric and secretive college students. It\'s a thrilling blend of mystery, suspense, and psychological exploration. If you\'re a fan of gripping stories with complex characters, this book is definitely worth checking out.', 14.39, NULL, NULL, 27.95, 'The Secret History by Donna Tartt-26300.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-11 10:58:58', '2024-02-11 10:58:58'),
(4217, 'Slaughterhouse-Five', 'Z7FfEjYqC', 5, 'Kurt Vonnegut\'s masterpiece, Slaughterhouse-Five is \"a desperate, painfully honest attempt to confront the monstrous crimes of the twentieth century\" (Time). Selected by the Modern Library as one of the 100 best novels of all time Slaughterhouse-Five, an American classic, is one of the world\'s great antiwar books. Centering on the infamous World War II firebombing of Dresden, the novel is the result of what Kurt Vonnegut described as a twenty-three-year struggle to write a book about what he had witnessed as an American prisoner of war. It combines historical fiction, science fiction, autobiography, and satire in an account of the life of Billy Pilgrim, a barber\'s son turned draftee turned optometrist turned alien abductee. As Vonnegut had, Billy experiences the destruction of Dresden as a POW. Unlike Vonnegut, he experiences time travel, or coming \"unstuck in time.\" An instant bestseller, Slaughterhouse-Five made Kurt Vonnegut a cult hero in American literature, a reputation that only strengthened over time, despite his being banned and censored by some libraries and schools for content and language. But it was precisely those elements of Vonnegut\'s writing--the political edginess, the genre-bending inventiveness, the frank violence, the transgressive wit--that have inspired generations of readers not just to look differently at the world around them but to find the confidence to say something about it. Authors as wide-ranging as Norman Mailer, John Irving, Michael Crichton, Tim O\'Brien, Margaret Atwood, Elizabeth Strout, David Sedaris, Jennifer Egan, and J. K. Rowling have all found inspiration in Vonnegut\'s words. Jonathan Safran Foer has described Vonnegut as \"the kind of writer who made people--young people especially--want to write.\" George Saunders has declared Vonnegut to be \"the great, urgent, passionate American writer of our century, who offers us . . . a model of the kind of compassionate thinking that might yet save us from ourselves.\" More than fifty years after its initial publication at the height of the Vietnam War, Vonnegut\'s portrayal of political disillusionment, PTSD, and postwar anxiety feels as relevant, darkly humorous, and profoundly affecting as ever, an enduring beacon through our own era\'s uncertainties. This description may be from another edition of this product.', 6.09, NULL, NULL, 9.99, 'Slaughterhouse-Five-21879.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-11 11:03:12', '2024-02-11 11:03:12'),
(4218, 'Kirby Battle Royale', 'kJLG5Ano9', 14, 'Kirby: Battle Royale Nintendo 3DS Video Game', 32.99, NULL, NULL, 44.70, 'Kirby Battle Royale-15364.jpeg', 'Kirby Battle Royale-68321.jpeg', 'Kirby Battle Royale-19841.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-11 11:03:44', '2024-02-11 11:03:44'),
(4219, 'Wholesale 12v 10w 20w 30w 40w 50w 60w 80w solar panel price solar panel solarpanel', 'YavH7Bz0u', 5, 'Model\r\n100w poly solar panels\r\nProduct dimension\r\n1026*670*30 mm\r\nMax Power Voltage(Vmp)\r\n18V\r\nMax Power Current(Imp)\r\n5.52A\r\nOpen Circuit Voltage(Voc)\r\n21.6V\r\nShort Circuit Current(Isc)\r\n5.96A\r\nCell type\r\n156*104mm\r\nNumber of cells\r\n36 (4*9)pcs\r\nPCS/Carton\r\n5PCS\r\nCarton size\r\n122*20*56cm', 1.26, NULL, NULL, 2.26, 'Wholesale 12v 10w 20w 30w 40w 50w 60w 80w solar panel price solar panel solarpanel-36309.jpeg', 'Wholesale 12v 10w 20w 30w 40w 50w 60w 80w solar panel price solar panel solarpanel-89091.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-11 11:06:28', '2024-02-11 11:06:28'),
(4220, 'Darkness at Noon', 'IW7ozB4H1', 5, 'The newly discovered lost text of Arthur Koestler\'s modern masterpiece, Darkness at Noon--the haunting portrait of a revolutionary, imprisoned and tortured under totalitarian rule--is now restored and in a completely new translation. This description may be from another edition of this product.', 4.29, NULL, NULL, 6.99, 'Darkness at Noon-73513.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-11 11:07:10', '2024-02-11 11:07:10'),
(4221, 'Resident Evil', 'Le4ElSW79', 14, 'Blending action and survival horror, Resident Evil 6 delivers an epic dramatic horror experience. Resident Evil favorites Leon S.', 19.99, NULL, NULL, 24.14, 'Resident Evil-38950.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-11 11:09:00', '2024-02-11 11:09:00'),
(4222, 'New Genuine Toyota 04-08 Corolla Prius Left Driver Front Door Check', 'hGH4FoTTW', 18, 'Right\" (RH) refers to the passenger\'s side.\r\n\r\n\"Left\" (LH) refers to the driver\'s side.\r\n\r\nPackaging and Contents:\r\n\r\nCertain items are manufactured in bulk quantities of 10, 50, or 100 pieces at the factory. To provide flexibility in your purchasing experience, we offer these items in smaller quantities, thoughtfully packaged in generic plastic bags.', 53.91, NULL, NULL, 68.00, 'New Genuine Toyota 04-08 Corolla Prius Left Driver Front Door Check-55116.png', 'New Genuine Toyota 04-08 Corolla Prius Left Driver Front Door Check-37711.png', 'New Genuine Toyota 04-08 Corolla Prius Left Driver Front Door Check-14416.png', 'Accessories', 4.0, NULL, 1, '2024-02-11 11:10:11', '2024-02-11 11:10:11'),
(4223, 'Sleepwalkers', 'GxtXU2kpf', 5, 'Avec Les Somnambules, Arthur Koestler entame l\'oeuvre monumentale dans laquelle il analyse la grandeur et les miseres de la condition humaine. Les Somnambules, ce sont les hommes de la science - Copernic, Kepler, Brahe, Galilee - qui, progressant peniblement parmi les brouillards des theses erronees, ont ouvert la voie a l\'univers newtonien. En suivant les longs detours du savoir en marche, Arthur Koestler retrace l\'histoire des conceptions de l\'Univers, et demontre commemnt la scission entre la science et la religion a place l\'humanite devant un tragique dilemme dont elle doit sortir. Le salut se trouve, sans doute, dans une synthese, car science et religion ne sont pas totalement contradictoires dans leur inspiration profonde. Prenant le contre-pied des idees traditionnelles, Arthur Koestler nous donne une reflexion entierement novatrice en meme temps qu\'un historique passionnant. This description may be from another edition of this produ', 9.69, NULL, NULL, 18.12, 'Sleepwalkers-48349.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-11 11:11:09', '2024-02-11 11:11:09'),
(4224, 'Mobile Solar CCTV camera', 'wnQgdwkkP', 5, 'item\r\nvalue\r\nPlace of Origin\r\nChina\r\nBrand Name\r\nBIGLUX\r\nModel Number\r\nBL3P-G7MHS\r\nInput Voltage\r\nDC24V\r\nwaterproof\r\nIP66\r\nSolar Panel\r\n3 * 435W,Mono\r\nGEL Battery\r\n6 * 150Ah,DC12V,10800Wh\r\nSpring Cable\r\n2*Cat6 + 2*2.5mm² + 6*1.5mm²\r\nController\r\n60A MPPT,95% Efficiency\r\nMast\r\nSteel Q235,Square Telescopic type,6.5 m,5 Sections,\r\nTrailer\r\nUS/EU/AU Standard,Ball Hitch,\r\nCharging Time\r\n6.9 hours\r\nRunning Time\r\n3 Days for 120W\r\nSystem Voltage\r\nDC24V', 5000.00, NULL, NULL, 6968.00, 'Mobile Solar CCTV camera-99875.jpeg', 'Mobile Solar CCTV camera-57083.jpeg', 'Mobile Solar CCTV camera-24320.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 11:12:47', '2024-02-11 11:12:47'),
(4225, 'Instant Sports Winter Games', 'NQETxhcUc', 14, 'Crescent Instant Sports Winter Games Everyone Sport Video Games - Nintendo Switch INSTANT SPORTS Winter Games is the first winter-themed sports compilation on Nintendo Switch. Take your snowsuit skis and ski sticks as you re on your way to ride the snow! In INSTANT SPORTS Winter Games you will be able to play many extreme (and always fun!) sports. Motion-Gaming is still the key to win games so everyone can play easily! If you want to master the slopes try the pro mode and play with buttons! Play with up to 4 friends in the snow: snowball fight curling. You have everything in hands to enjoy your time in INSTANT SPORTS Winter Games!', 31.98, NULL, NULL, 34.99, 'Instant Sports Winter Games-18888.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-11 11:12:50', '2024-02-11 11:12:50'),
(4226, 'Wireless headphone', 'SAOyqeS3r', 18, 'Sony WH-CH710N Wireless Noise-Cancelling Over-the-Ear Headphone Blk', 58.15, NULL, NULL, 60.09, 'Wireless headphone-34790.png', 'Wireless headphone-72352.png', 'Wireless headphone-43502.png', 'Accessories', 4.0, NULL, 1, '2024-02-11 11:15:55', '2024-02-11 11:15:55'),
(4227, 'Blue & White Sapphire Band Ring', 'Adr8wqKaM', 5, 'Subtly bring out your royal side with this understated ring. This 10K white gold ring features alternating round-cut natural blue sapphires and round-cut natural white sapphires set half way across the band. Ring face measures 1/16 inches in width', 210.00, NULL, NULL, 245.59, 'Blue & White Sapphire Band Ring-98600.jpeg', 'Blue & White Sapphire Band Ring-88804.jpeg', 'Blue & White Sapphire Band Ring-75581.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-11 11:17:20', '2024-02-11 11:17:20'),
(4228, 'Starhawk', 'LuZp8AS6Q', 14, 'Starhawk for PS3\r\n\r\nMODEL: 711719818120', 4.99, NULL, NULL, 39.99, 'Starhawk-33175.jpeg', 'Starhawk-58737.jpeg', 'Starhawk-93492.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-11 11:18:08', '2024-02-11 11:18:08'),
(4229, 'Physical lighting drawing of 150W LED street lamp', '1w9VpV540', 5, 'Number\r\nE-LY850\r\nE-LY8100\r\nE-LY8150\r\nE-LY8200\r\nE-LY8300\r\nE-LY8400\r\nType\r\nSolar Street Light\r\nPower\r\n50W\r\n100W\r\n150W\r\n200W\r\n300W\r\n400W\r\nCCT\r\n3000K-6500K\r\nCRI\r\n>80\r\nLumen\r\n110LM/W\r\n110LM/W\r\n110LM/W\r\n110LM/W\r\n110LM/W\r\n110LM/W\r\nBeam Angle\r\n120°\r\nWorking Temperature\r\n-35~+55°C\r\nRated Life\r\n50000h\r\nMaterial\r\nABS\r\nIP Rating\r\nIP65\r\nWarranty\r\n2 Years\r\nCertificate\r\nCE, RoHS\r\nPayment terms\r\nBy T.T, Western Union, etc\r\nDelivery time\r\n15 days after payment.\r\nLighting solutions\r\n>> Get free outdoor lighting solutions\r\nPrice\r\n>> Get newest price list\r\nProfessional team\r\nAll products are customizable.(Power/Color/Material.etc)', NULL, NULL, NULL, NULL, 'Physical lighting drawing of 150W LED street lamp-47409.jpeg', 'Physical lighting drawing of 150W LED street lamp-80955.jpeg', 'Physical lighting drawing of 150W LED street lamp-75968.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 11:22:48', '2024-02-11 11:22:48'),
(4230, 'Sony Wireless Headphones', '3dDsXVSCN', 18, 'Sony WH-1000XM4 Over the Ear Noise Cancelling Wireless Headphones - Black', 184.25, NULL, NULL, 195.00, 'Sony Wireless Headphones-16404.png', 'Sony Wireless Headphones-55043.png', 'Sony Wireless Headphones-67492.png', 'Accessories', 4.5, NULL, 1, '2024-02-11 11:22:48', '2024-02-11 11:22:48'),
(4231, '6 cttw Chrome Diopside Tennis Bracelet, 8\"', 'l5dluUWm2', 5, 'Wear this tennis bracelet alone or stack it with your other favorite pieces for an ultra-chic look. Oval-cut natural chrome diopside, totaling 6 ct, are set in sleek sterling silver for a piece you can wear anywhere. Piece measures 8 by 1/8 inches. The piece comes with a \".925\" sterling silver stamp as a symbol of guaranteed product quality.', 100.00, NULL, NULL, 200.00, '6 cttw Chrome Diopside Tennis Bracelet, 8\"-12106.jpeg', NULL, NULL, 'Jewelry', 3.0, NULL, 1, '2024-02-11 11:29:53', '2024-02-11 11:29:53'),
(4232, 'Bluetooth Earbuds for Android Wireless Earphone IPX7 Waterproof', 'TsqaXywkA', 18, 'Enjoy the ultimate\r\nmusic experience with these black Bluetooth earbuds from Soundworx. Universal\r\ndesign ensures a comfortable fit for everyone, while the built-in microphone', 16.82, NULL, NULL, 17.00, 'Bluetooth Earbuds for Android Wireless Earphone IPX7 Waterproof-85564.png', 'Bluetooth Earbuds for Android Wireless Earphone IPX7 Waterproof-62280.png', 'Bluetooth Earbuds for Android Wireless Earphone IPX7 Waterproof-96342.png', 'Accessories', 4.0, NULL, 1, '2024-02-11 11:34:22', '2024-02-11 11:34:22'),
(4233, 'Cute Wireless Car Charger Mount', '8aYaqSyqC', 18, 'Effortlessly Charge Your Phone: The Cute Wireless Car Charger Mount supports wireless charging for your mobile phone while securely holding it in place. Its simple and convenient design allows for easy one-handed use. The Smart Sensing Automatic Clamping feature automatically opens and closes the holder, identifying your device for quick charging.', 44.97, NULL, NULL, 58.00, 'Cute Wireless Car Charger Mount-54574.png', 'Cute Wireless Car Charger Mount-40171.png', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-11 11:43:58', '2024-02-11 11:43:58'),
(4234, 'Nuby Splash-n-Catch Bathtime Fishing Set', 'rlyawOn4s', 18, 'Product Name: Nuby Splash-n-Catch Bathtime Fishing Set\r\n\r\nNew - ships from United Kingdom via trackable airmail, delivered by USPS, usually around 2 weeks for delivery. You will have tracking and can follow that.\r\n\r\nManufacturer: NUBY UK.\r\n\r\nEAN: 0885488215210.\r\n\r\nPackaged dimensions (LxWxH): 10.60 x 6.70 x 1.10 (inches).', 40.62, NULL, NULL, 43.62, 'Nuby Splash-n-Catch Bathtime Fishing Set-42595.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-11 11:45:49', '2024-02-11 11:45:49'),
(4235, 'Wireless Phone Charger & Fog/Mist Humidifier', 'lrXVeeIPG', 18, 'Protect your skin and health during the winter season with our Wireless Phone Charger Fog/Mist Humidifier.\r\n\r\nThis innovative device moisturizes the air, preventing dry, cracked skin and lips while removing bacteria for fresher, cleaner air.', 90.67, NULL, NULL, 108.00, 'Wireless Phone Charger & Fog/Mist Humidifier-50032.png', 'Wireless Phone Charger & Fog/Mist Humidifier-84400.png', 'Wireless Phone Charger & Fog/Mist Humidifier-22682.png', 'Accessories', 3.5, NULL, 1, '2024-02-11 11:48:39', '2024-02-11 11:48:39'),
(4236, 'White Sapphire Tin Cup Station Necklace', '3pF3j6qI4', 5, 'Gift yourself or a loved one this simple, yet elegant necklace. Crafted in 10K yellow gold, this necklace features round-cut created white sapphires enclosed in a bezel setting sitting stationary along an 18-inch cable chain with lobster claw clasp.', 300.00, NULL, NULL, 470.00, 'White Sapphire Tin Cup Station Necklace-74494.jpeg', 'White Sapphire Tin Cup Station Necklace-17477.jpeg', NULL, 'Jewelry', 2.5, NULL, 1, '2024-02-11 11:50:21', '2024-02-11 11:50:21'),
(4237, 'Carter\'s Bee Baby Blanket Hearts Pink Valentine Satin Trim Just One You', 'na0huFlOQ', 18, 'Pre-Owned, Pre-Loved Carter\'s Baby Blanket\r\n\r\nFully Functional, already broken in. Would make a great backup for that pre-loved blanket.\r\n\r\nHeart Print Front with Embroidered Bee.\r\n\r\nSolid Pink Minky Back.\r\n\r\nSolid Pink Thin Satin Trim.\r\n\r\nFrom NON-SMOKING, PET-FREE HOME.', 20.75, NULL, NULL, 27.75, 'Carter\'s Bee Baby Blanket Hearts Pink Valentine Satin Trim Just One You-30287.jpeg', 'Carter\'s Bee Baby Blanket Hearts Pink Valentine Satin Trim Just One You-31408.jpeg', 'Carter\'s Bee Baby Blanket Hearts Pink Valentine Satin Trim Just One You-72187.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 11:53:46', '2024-02-11 11:53:46'),
(4238, '1/10 cttw Diamond Ring with Topaz and Amethyst', 'I3tHiWvBX', 5, 'This double-row band is both playful and posh. It’s adorned in sparkling diamonds, chromatic blue topaz, and amethyst for a fun, luminous effect. Wear it on its own to show off its details or stack it alongside other colorful styles.', 270.00, NULL, NULL, 310.88, '1/10 cttw Diamond Ring with Topaz and Amethyst-34531.jpeg', '1/10 cttw Diamond Ring with Topaz and Amethyst-56950.jpeg', '1/10 cttw Diamond Ring with Topaz and Amethyst-10674.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-11 11:54:34', '2024-02-11 11:54:34'),
(4239, 'Baby Bouncer Chair Vibrating Seat Removable Toy Bar Infant Minnie Mouse Pink', 'Ff3c4GN5S', 18, 'Baby Bouncer Chair Vibrating Seat Removable Toy Bar Infant Minnie Mouse Pink\r\n\r\nSuitable for babies age 0-6 months old\r\nMaximum weight 20 lb.\r\nSoothing vibration mode\r\nAuto shut off after 15 minutes\r\nRemovable toy bar with 2 attached Minnie-themed toys for reaching and swatting to amuse your baby\r\nToy bar removes with 1 hand for convenience\r\n3-point adjustable harness\r\nSlip-resistant feet ensures stability\r\nCotton sling seat\r\nCotton/plastic/metal\r\nMeasures 21\" L x 19\" W x 16.63\" H\r\nWeighs 5.49 lb.\r\nUses 1 C battery (not included)\r\nMachine washable seat pad\r\nAssembly required\r\n1-year limited manufacturer\'s warranty\r\n\r\nThe Minnie Mouse Vibrating Bouncer soothes and amuses your baby. Removable toy bar has 2 attached dangly toys for stimulation, and the soft base has a cute print, 3-point harness, and a calming vibration mode.', 40.43, NULL, NULL, 49.43, 'Baby Bouncer Chair Vibrating Seat Removable Toy Bar Infant Minnie Mouse Pink-50366.jpeg', 'Baby Bouncer Chair Vibrating Seat Removable Toy Bar Infant Minnie Mouse Pink-11082.jpeg', 'Baby Bouncer Chair Vibrating Seat Removable Toy Bar Infant Minnie Mouse Pink-74110.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 11:59:06', '2024-02-11 11:59:06'),
(4240, 'Frank Muller Long Island Watch', 'XSUwnwUhR', 5, 'Exquisite GENDER: Unisex MOVEMENT: Quartz CASE MATERIAL: 18ct Yellow Gold  DIAL:  DIAL COLOUR: Black STRAP: 36mm X 26mm BRACELET MATERIAL: Leather  CONDITION: 9/10  MODEL NUMBER: No 303 SERIAL NUMBER: 9 950 QZ YEAR: 2021 BOX – No PAPERS – No\r\nContinue Reading\r\nDetails\r\nCreator\r\nFrank Muller\r\nCase Material\r\n18k Gold\r\nMovement\r\nQuartz', 5500.00, NULL, NULL, 6500.00, 'Frank Muller Long Island Watch-79141.jpeg', 'Frank Muller Long Island Watch-90022.jpeg', 'Frank Muller Long Island Watch-79739.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-11 12:00:52', '2024-02-11 12:00:52'),
(4241, 'VTech Prance and Rock Learning Unicorn, Multicolor, 12 to 36 Months', 'BN8iQvLej', 18, 'VTech Prance and Rock Learning Unicorn, Multicolor, 12 to 36 Months\r\n\r\nItem Condition: New\r\n\r\nBrand: VTech\r\n\r\nManufacturer: VTech\r\n\r\nModel: 80-192300\r\n\r\nColor: Multicolor\r\n\r\nProduct Dimension: 13.54 x 22.01 x 18.54\r\n\r\nProduct Information\r\n\r\nLearn about colors and encourage imaginative play with songs, melodies and playful phrases As your toddler rocks and rides, the motion sensor responds with magical sounds and music to encourage movement Switch between Learning and Adventure modes to double the fun Intended for ages 12-36 months. Requires 2 AAA batteries. Batteries included for demo purposes only. New batteries recommended for regular use.', 60.82, NULL, NULL, 65.82, 'VTech Prance and Rock Learning Unicorn, Multicolor, 12 to 36 Months-91770.jpeg', 'VTech Prance and Rock Learning Unicorn, Multicolor, 12 to 36 Months-58734.jpeg', 'VTech Prance and Rock Learning Unicorn, Multicolor, 12 to 36 Months-48996.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 12:04:10', '2024-02-11 12:04:10'),
(4242, 'Rolex Datejust Salmon Dial White Gold Steel Ladies Watch 79174', 'oHYIFSIpn', 5, 'Rolex Datejust Salmon Dial White Gold Steel Ladies Watch 79174. Officially certified chronometer automatic self-winding movement. Stainless steel oyster case 26.0 mm in diameter. Rolex logo on the crown. 18K white gold fluted bezel. Scratch resistant sapphire crystal with cyclops magnifier. Salmon dial with Roman numeral hour markers. Date calendar at 3 o\'clock aperture. Stainless steel jubilee bracelet with a fold over clasp. Fits 6 1/4\" wrist. Excellent condition. Bracelet has a little flex.', 4313.00, NULL, NULL, 4715.56, 'Rolex Datejust Salmon Dial White Gold Steel Ladies Watch 79174-51297.jpeg', 'Rolex Datejust Salmon Dial White Gold Steel Ladies Watch 79174-46758.jpeg', 'Rolex Datejust Salmon Dial White Gold Steel Ladies Watch 79174-32325.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-11 12:04:10', '2024-02-11 12:04:10'),
(4243, 'Hottest EMS Electromagnetic HIEMT RF Fat Burning Slimming Equipment EMSlim Train', 'nLTEqYoCF', 18, 'Use: Underarm\r\n\r\nUse: Face\r\n\r\nUse: Body\r\n\r\nUse: Bikini\r\n\r\nItem Type: Epilator\r\n\r\nPower Type: Electric\r\n\r\nCertification: CE\r\n\r\nOrigin: CN(Origin)', 32100.00, NULL, NULL, 56430.00, 'Hottest EMS Electromagnetic HIEMT RF Fat Burning Slimming Equipment EMSlim Train-18067.png', 'Hottest EMS Electromagnetic HIEMT RF Fat Burning Slimming Equipment EMSlim Train-58493.png', 'Hottest EMS Electromagnetic HIEMT RF Fat Burning Slimming Equipment EMSlim Train-65182.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 12:06:03', '2024-02-11 12:06:03'),
(4244, 'Cartier Love Bangle Bracelet with Screwdriver Set in 18 Karat Yellow Gold', 'kqBKZC8ee', 5, 'The inner circumference of this bracelet measures 5.5 inches and will comfortably fit a 5 - 5.25 inch wrist.   This timeless and elegant Cartier Love bangle bracelet, crafted in exquisite 18 karat yellow gold is crafted to impress. Renowned for its iconic design, the bracelet features the distinctive screw motifs that encircle the bangle, symbolizing enduring love and commitment. The warm tones of the yellow gold add a touch of sophistication to this classic piece.  The unique hinged design of the Cartier Love bangle is secured by screws, and the bracelet comes with a small screwdriver, allowing for a symbolic and intimate act of locking and unlocking the bangle. This luxurious and symbolic accessory is not only a testament to timeless style but also serves as a meaningful representation of enduring love and connection. Wearing the Cartier Love bangle is not just adorning oneself with a beautiful piece of jewelry; it\'s an expression of love and commitment, making it a cherished addition to any luxury jewelry collection.  This piece is in excellent estate condition and has been professionally cleaned and polished. It comes with an appraisal card, verifying its authenticity and current appraisal value. It will arrive in the original Cartier box with the original certificate.   Metal: 18 Karat Yellow Gold Bracelet Weight: 28.6 grams Bracelet Width: 6.1 mm Bracelet Size: 15 (EU), 6 inches (US) Bracelet Inner Circumference: 5.5 inches Stamped: Cartier, JXQ701, Au750 Estate Condition: Excellent; Professionally cleaned and polished. Evidence of wear only visible with a 10x jewelers loop. Comes in original box with screwdriver.  Appraisal Value: $7,350.00', 5875.00, NULL, NULL, 5990.55, 'Cartier Love Bangle Bracelet with Screwdriver Set in 18 Karat Yellow Gold-21573.jpeg', 'Cartier Love Bangle Bracelet with Screwdriver Set in 18 Karat Yellow Gold-82689.jpeg', 'Cartier Love Bangle Bracelet with Screwdriver Set in 18 Karat Yellow Gold-32639.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-11 12:08:15', '2024-02-11 12:08:15'),
(4245, '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New', '0UTveZoV2', 18, 'Two, new Halo Sleepsacks with a gray white polka dot design.Thanks for looking!!--', 15.02, NULL, NULL, 18.02, '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New-87921.jpeg', '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New-19175.jpeg', '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New-44800.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 12:11:30', '2024-02-11 12:11:30'),
(4246, 'MARIA THERESA', 'FPIQRGpLj', 18, 'MARIA THERESA Nice bright chandelier dropping light for dinner', 32640.00, NULL, NULL, 38754.00, 'MARIA THERESA-47027.png', 'MARIA THERESA-99189.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 12:11:46', '2024-02-11 12:11:46'),
(4247, '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New', 'RkAHLj4vK', 18, 'Two, new Halo Sleepsacks with a gray white polka dot design.Thanks for looking!!--', 15.02, NULL, NULL, 18.02, '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New-72434.jpeg', '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New-99152.jpeg', '2 HALO Sweet Dreams Wearable Blanket S Birth to 6 Months, New-62405.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 12:13:49', '2024-02-11 12:13:49'),
(4248, 'ZT1 42 Zero-Turn Lawn Mower (2021)', '8GD8ohiyI', 5, '22 HP 725cc professional-grade KOHLER 7000 Series V-twin OHV engine for reliable starting and exceptionally smooth, quiet operation\r\nIdeal for mowing slight rolling hills and several obstacles up to 2 acres\r\nEquipped with an open frame design and hinged/removable floor pan, allowing quick and easy access to the deck and engine for ease of maintenance\r\nLap bar-controlled dual-hydro transmissions\r\nZero-Turn Lawn Mower', 549.99, NULL, NULL, 570.99, 'ZT1 42 Zero-Turn Lawn Mower (2021)-16786.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-11 12:19:09', '2024-02-11 12:19:09'),
(4249, 'Toys For 3+ Year Old Girls, Unicorn Girl Gifts, 10 Inch Lcd Writing Tablet Doodl', '8VOEjhFNY', 18, 'Toys For 3+ Year Old Girls, Unicorn Girl Gifts, 10 Inch Lcd Writing Tablet Doodl', 40.00, NULL, NULL, 42.82, 'Toys For 3+ Year Old Girls, Unicorn Girl Gifts, 10 Inch Lcd Writing Tablet Doodl-93050.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-11 12:24:10', '2024-02-11 12:24:10'),
(4250, 'Appliance parts in Orlando fl. Go appliance central', 'TFYCCVojd', 18, 'appliance parts\r\n\r\nAll homes appliance available! Just a few has been posted here but we have more available \r\n\r\n9904 E colonial colonial dr pick up only', 12234570.00, NULL, NULL, 15680594.00, 'Appliance parts in Orlando fl. Go appliance central-33876.png', 'Appliance parts in Orlando fl. Go appliance central-59295.png', 'Appliance parts in Orlando fl. Go appliance central-50281.png', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-11 12:24:34', '2024-02-11 12:25:30'),
(4251, 'Ironton Poly Portable Sprayer, 2-Gallon Capacity, 45 PSI, Model# 32001', '2WXtmJWa3', 5, 'The Ironton Poly Portable Sprayer is a handy tool with a 2-gallon capacity and a 45 PSI rating. It\'s perfect for spraying pesticides, herbicides, or fertilizers in your garden or yard. The compact and portable design makes it easy to use and carry around. It\'s a great addition to your gardening equipment!', 22.99, NULL, NULL, 24.15, 'Ironton Poly Portable Sprayer, 2-Gallon Capacity, 45 PSI, Model# 32001-17387.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-11 12:26:07', '2024-02-11 12:26:07'),
(4252, 'Milwaukee M12 2-Gallon Handheld Sprayer Kit, Tool, Battery and Accessories, Model# 2528-21G2', 'V1JLCTSpV', 5, 'Exceptional pressure control with no manual pumping required\r\nInstant, constant and adjustable pressure up to 80 PSI\r\n17ft. vertical spray distance for extended reach\r\n3-mode pressure adjustment knob to match pressure to the application\r\nUp to 80 gallons spray capacity per charge when using the included M12™ REDLITHIUM™ CP2.0 battery', 199.00, NULL, NULL, 204.98, 'Milwaukee M12 2-Gallon Handheld Sprayer Kit, Tool, Battery and Accessories, Model# 2528-21G2-82945.jpeg', 'Milwaukee M12 2-Gallon Handheld Sprayer Kit, Tool, Battery and Accessories, Model# 2528-21G2-39472.jpeg', 'Milwaukee M12 2-Gallon Handheld Sprayer Kit, Tool, Battery and Accessories, Model# 2528-21G2-63315.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-11 12:29:37', '2024-02-11 12:29:37'),
(4253, 'Handmade  Silk&Wool Rug', 'RBgtWR4Hl', 18, 'Handmade 13x20 Super Fine Silk&Wool Signed EB Rug', 93600.00, NULL, NULL, 99862.00, 'Handmade  Silk&Wool Rug-51609.png', 'Handmade  Silk&Wool Rug-16384.png', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 12:30:07', '2024-02-11 12:30:07'),
(4254, 'Fisher-Price Laugh & Learn Baby to Toddler Toy Let\'s Connect Laptop Pretend Comp', 'isSWBtyLk', 18, 'Fisher-Price Laugh Learn Baby to Toddler Toy Let\'s Connect Laptop Pretend Computer with Smart Stages for Ages 6 Months\r\n\r\nItem Condition: New\r\n\r\nBrand: Fisher-Price\r\n\r\nManufacturer: Fisher-Price\r\n\r\nModel: HCF33\r\n\r\nColor: Multi\r\n\r\nProduct Dimension: 1.9 x 7 x 10\r\n\r\nProduct Information\r\n\r\n3 Smart Stages learning levels teach the alphabet, colors, counting, greetings, and Spanish words Number and letter keyboard buttons, screen slider, and roller help develop fine motor skills, plus mirror and light-up \"touchpad\" help foster baby\'s visual skills Hinged screen folds like a real laptop for storage or take-along play For infants and toddlers ages 6-36 months.', 20.16, NULL, NULL, 26.16, 'Fisher-Price Laugh & Learn Baby to Toddler Toy Let\'s Connect Laptop Pretend Comp-68590.jpeg', 'Fisher-Price Laugh & Learn Baby to Toddler Toy Let\'s Connect Laptop Pretend Comp-61957.jpeg', 'Fisher-Price Laugh & Learn Baby to Toddler Toy Let\'s Connect Laptop Pretend Comp-32013.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 12:35:34', '2024-02-11 12:35:34'),
(4255, '10x15 Handmade Super Fine Silk&Wool Signed Rug', 'eCZj0gxnd', 18, '10x15 Handmade Super Fine Silk Wool Signed Rug PIX-20626\r\n\r\nSKU#PIX-20626\r\n\r\nRug Type: Area Rug\r\n\r\nPattern: Geometric\r\n\r\nStyle: Oriental\r\n\r\nRug for Rooms: Bedroom, Dining Room, Home Office/Study Room, Living Room\r\n\r\nWeave: Hand-Knotted\r\n\r\nHandmade in: Oriental - Eco Friendly For Chairs with Wheels (Living Area) Kid Friendly Non-slip Wear Resistant, Rug for Rooms: Office, Weave: Hand-Knotted', 10750.00, NULL, NULL, 12891.00, '10x15 Handmade Super Fine Silk&Wool Signed Rug-17881.png', '10x15 Handmade Super Fine Silk&Wool Signed Rug-61869.png', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-11 12:36:34', '2024-02-11 12:36:34'),
(4256, 'NorthStar Skid Sprayer — 100-Gallon Capacity, 160cc Honda GX160 Engine', 'TB4OLEBsP', 5, 'NorthStar® Skid Sprayer is designed for applying pesticides and other chemical sprays. Tough direct drive pump is powered by a trusty 160cc Honda GX160 OHV engine to deliver up to 5 gallons per minute. NorthStar\'s tank features extra-thick walls won\'t bulge or sag. It stands up to chemicals because thanks to a special polymer known for its superior chemical resistance. Tank is UV-stabilized to prevent fading and other sun damage. 150-ft. hose with gun lets user deliver the chemicals for the most effective pest control, even in hard-to-reach areas. Includes a manual rewind hose reel.\r\n Powered by a dependable 160cc Honda GX160 OHV engine\r\nDelivers up to 5 GPM\r\nExtra thick tank walls won\'t bulge or sag\r\n Tank is UV-stabilized to reduce fading and other sun damage\r\nDeluxe trigger spray gun with straight spray and fan pattern tips, 8in. lance extension\r\nProp 65 Warning: This product can expose you to chemicals including gasoline engine exhaust, which is known to the State of California to cause cancer, and carbon monoxide, which is known to the State of California to cause birth defects or other reproductive harm.', 2499.99, NULL, NULL, 2510.00, 'NorthStar Skid Sprayer — 100-Gallon Capacity, 160cc Honda GX160 Engine-65101.jpeg', 'NorthStar Skid Sprayer — 100-Gallon Capacity, 160cc Honda GX160 Engine-71155.jpeg', 'NorthStar Skid Sprayer — 100-Gallon Capacity, 160cc Honda GX160 Engine-95230.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-11 12:38:05', '2024-02-11 12:38:05'),
(4257, 'South Park the Fractured But Whole', 'yGsxOq1PA', 14, 'South Park: The Fractured But Whole for Xbox One\r\n\r\nMODEL: 887256015787', 9.00, NULL, NULL, 19.99, 'South Park the Fractured But Whole-81253.jpeg', 'South Park the Fractured But Whole-77715.jpeg', 'South Park the Fractured But Whole-87041.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-11 12:41:55', '2024-02-11 12:41:55'),
(4258, '60X Baby Protection Kit - Child Safety Hidden Locks For Cabinets And Drawers', 'GbZZ9TfcI', 18, '60X Baby Protection Kit - Child Safety Hidden Locks For Cabinets And Drawers\r\n\r\nCondition: New\r\n\r\nDoes Not Apply\r\n\r\nNo\r\n\r\nType: Child Safety Locks\r\n\r\nBundle Description: Baby Proofing, Child Proof,', 35.23, NULL, NULL, 41.23, '60X Baby Protection Kit - Child Safety Hidden Locks For Cabinets And Drawers-55991.jpeg', '60X Baby Protection Kit - Child Safety Hidden Locks For Cabinets And Drawers-35984.jpeg', '60X Baby Protection Kit - Child Safety Hidden Locks For Cabinets And Drawers-26971.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 12:43:23', '2024-02-11 12:43:23'),
(4259, 'Spectacular French Empire Gilt Carved Eagle Console Table, end table, coffee tab', 'HEOEasQb4', 18, 'Italian Empire gilt carved eagle base, 24k gold leaf console table with an ebonized platform base beneath a rectangular Finely hand - carved marble top.\r\nEagle conveys the powers and messages of the spirit; it is man\'s connection to the divine because it flies higher than any other bird', 52000.00, NULL, NULL, 54780.00, 'Spectacular French Empire Gilt Carved Eagle Console Table, end table, coffee tab-20580.png', 'Spectacular French Empire Gilt Carved Eagle Console Table, end table, coffee tab-92228.png', 'Spectacular French Empire Gilt Carved Eagle Console Table, end table, coffee tab-89668.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 12:44:25', '2024-02-11 12:44:25'),
(4260, 'Super Mario Bros Wonder for Nintendo Switch', '4lPUhu1J0', 14, 'Super Mario Bros Wonder for Nintendo Switch\r\n\r\nMODEL: 045496599577', 37.99, NULL, NULL, 59.99, 'Super Mario Bros Wonder for Nintendo Switch-47790.jpeg', 'Super Mario Bros Wonder for Nintendo Switch-87428.jpeg', 'Super Mario Bros Wonder for Nintendo Switch-74013.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-11 12:48:30', '2024-02-11 12:48:30'),
(4261, 'Salvador Dali Contemporary Brass Carrara Marble Low Table, End Table, Mosaic Tab', 'wx0ZnVWsp', 18, 'Leda low table designed by Dali manufactured by us.\r\n\r\nLegs are in a cast varnish brass.\r\n\r\nTabletop in brushed and varnished brass.', 26000.00, NULL, NULL, 26800.00, 'Salvador Dali Contemporary Brass Carrara Marble Low Table, End Table, Mosaic Tab-84482.png', 'Salvador Dali Contemporary Brass Carrara Marble Low Table, End Table, Mosaic Tab-43757.png', 'Salvador Dali Contemporary Brass Carrara Marble Low Table, End Table, Mosaic Tab-84144.png', 'Home appliances and utensils', 3.5, NULL, 1, '2024-02-11 12:50:38', '2024-02-11 12:50:38'),
(4262, '16 Piece Outdoor Garden Rattan Patio Furniture Set Cushioned Seat Wi', 'Pf995AF5Y', 18, 'Update your outdoor hangout space with this four-piece patio conversation set. It includes four rectangular coffee tables,eight armchairs, and four loveseats. This set is great for year-round use, by being weather and water-resistant. Crafted from wicker rattan, with a glass coffee table top, and detachable seat cushions that are crafted from a polyester blend fabric and foam filling.\r\n\r\nHighlights Built to Last: Strong, water and weather-resistant wicker surround a sturdy steel frame, ensuring each piece is durable while still looking great year-round.\r\n\r\nComfortable Cushioning: Includes generously stuffed cushioning for each seat, ensuring maximum comfort and support while seated.\r\n\r\nA stylish table with thick tempered glass top for safety use and easy cleaning.\r\n\r\nAssembly: Lightweight and durable materials are easy to assemble. Instructions included.', 900.00, NULL, NULL, 1023.18, '16 Piece Outdoor Garden Rattan Patio Furniture Set Cushioned Seat Wi-14857.jpeg', '16 Piece Outdoor Garden Rattan Patio Furniture Set Cushioned Seat Wi-93703.jpeg', '16 Piece Outdoor Garden Rattan Patio Furniture Set Cushioned Seat Wi-25336.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 12:54:58', '2024-02-11 12:54:58'),
(4263, 'Ironton® Steel Garden Cart, 400-Lb. Capacity, 38in.L x 18 1/2in.W x 21in.H', '6O7Sq24yW', 5, 'The Ironton® Steel Garden Cart features a durable steel mesh bed and 10in. pneumatic tires for easy transport. The new frame design allows for quick and easy assembly along with improved maneuverability, rigidity and ground clearance. Removable steel mesh sides offer versatility when carrying larger loads. The padded pull handle makes it easy to pull loads up to 400 lbs.\r\nDurable 38in.L x 18 1/2in.W steel mesh bed\r\n10in. pneumatic tires\r\nQuick, easy assembly\r\nImproved maneuverability, rigidity and ground clearance\r\nRemovable steel mesh sides for versatility\r\nProp 65 Warning: This product can expose you to chemicals including lead, which is known to the State of California to cause cancer and birth defects or other reproductive harm.', 99.99, NULL, NULL, 105.99, 'Ironton® Steel Garden Cart, 400-Lb. Capacity, 38in.L x 18 1/2in.W x 21in.H-10404.jpeg', 'Ironton® Steel Garden Cart, 400-Lb. Capacity, 38in.L x 18 1/2in.W x 21in.H-98951.jpeg', 'Ironton® Steel Garden Cart, 400-Lb. Capacity, 38in.L x 18 1/2in.W x 21in.H-29720.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-11 12:56:27', '2024-02-11 12:56:27'),
(4264, 'Monster Hunter World', 'M2NyeuGhJ', 14, 'Monster Hunter: World for Xbox One\r\n\r\nMODEL: 013388550289', 9.00, NULL, NULL, 19.99, 'Monster Hunter World-54460.jpeg', 'Monster Hunter World-17593.jpeg', 'Monster Hunter World-66385.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-11 12:57:03', '2024-02-11 12:57:03'),
(4265, 'American Brass and Marble Center Table, Coffee Table, Side Table, Modern Coffee', 'cpYBqc8Mw', 18, 'American center table with a geometric twisted brass frame base supporting a round travertine marble top.\r\n\r\nThe aesthetics are archetypical for postmodern design, bearing references to architectural forms and without a clean objective', 13000.00, NULL, NULL, 16500.00, 'American Brass and Marble Center Table, Coffee Table, Side Table, Modern Coffee-73167.png', 'American Brass and Marble Center Table, Coffee Table, Side Table, Modern Coffee-33228.png', 'American Brass and Marble Center Table, Coffee Table, Side Table, Modern Coffee-86057.png', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-11 13:00:04', '2024-02-11 13:00:04'),
(4266, 'Ironton Rolling Garden Seat with Turnbar', 'uZoQMKkn6', 5, 'This comfortable Ironton® Rolling Garden Seat helps make your gardening easy, eliminating the back pressure, pain and stress caused by continuous squatting, stooping, kneeling and other repetitive movements. You sit on an old-fashioned tractor-style seat that measures 22 13/16in.L x 18in.W and is adjustable from 17 1/2in. to 20 1/2in.H with the ability to swivel in any direction. Great for gardening, painting, yard clean up and more.', 79.99, NULL, NULL, 95.99, 'Ironton Rolling Garden Seat with Turnbar-80673.jpeg', 'Ironton Rolling Garden Seat with Turnbar-55765.jpeg', 'Ironton Rolling Garden Seat with Turnbar-40238.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-11 13:01:16', '2024-02-11 13:01:16'),
(4267, 'Fallout', 'm5DApBfBq', 14, 'Fallout 76 for PS4\r\n\r\nMODEL: 093155173057', 4.99, NULL, NULL, 39.99, 'Fallout-45386.jpeg', 'Fallout-94241.jpeg', 'Fallout-31251.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-11 13:01:52', '2024-02-11 13:01:52'),
(4268, 'NauticalMart Aviator Coffee Table Aluminum Furniture Black Hawk Home Decor', 'Aw1rTOkAt', 18, 'NauticalMart Aviator Coffee Table Aluminum Furniture Black Hawk Home Decor\r\n\r\nHand made of polished aluminum wrapped around solid hardwood\r\nAccented with steel screws\r\nAluminum has a matte finish that\'s lightly distressed for a vintage look; intentional nicks, dings, small scratches and other imperfections are to be expected and add to the character and uniqueness of each item\r\nWipe with a soft, dry cloth. To maintain the shine, buff occasionally with metal polish.\r\nManufactured Sold By NauticalMart Inc.', 800.32, NULL, NULL, 1030.32, 'NauticalMart Aviator Coffee Table Aluminum Furniture Black Hawk Home Decor-10723.jpeg', 'NauticalMart Aviator Coffee Table Aluminum Furniture Black Hawk Home Decor-87571.jpeg', 'NauticalMart Aviator Coffee Table Aluminum Furniture Black Hawk Home Decor-27037.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 13:02:45', '2024-02-11 13:02:45');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4269, 'Nike Women\'s React Vapor NXT Tennis Shoes Style CV0742 402 size 8', 'ltSEvRxv4', 18, 'Elevate your game on the court with these Nike Women\'s React Vapor NXT Tennis Shoes Style CV0742 402 in size 8. The shoes feature a stylish Glacier Ice/Navy colorway that will surely turn heads. The medium shoe width and medium width provide a comfortable fit for all-day play.', 109.00, NULL, NULL, 128.00, 'Nike Women\'s React Vapor NXT Tennis Shoes Style CV0742 402 size 8-35547.png', 'Nike Women\'s React Vapor NXT Tennis Shoes Style CV0742 402 size 8-67617.png', 'Nike Women\'s React Vapor NXT Tennis Shoes Style CV0742 402 size 8-20705.png', 'Sports and outdoor', 3.5, NULL, 1, '2024-02-11 13:04:34', '2024-02-11 13:04:34'),
(4270, 'Watch Dogs', 'ZxHMsmixO', 14, 'Watch Dogs: Legion Limited Edition for PS4\r\n\r\nMODEL: 887256090630', 9.00, NULL, NULL, 19.99, 'Watch Dogs-46888.jpeg', 'Watch Dogs-39496.jpeg', 'Watch Dogs-57991.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-11 13:07:40', '2024-02-11 13:07:40'),
(4271, 'Milwaukee M18 FUEL Cordless Blower, 18V Li-Ion, Model# 2724-20', 'GCDpfFgPD', 5, 'The Milwaukee® M18 Fuel™ Cordless Blower can help you clear debris from up to 15ft. away! This 18V blower is the perfect combination of powerful, quiet and long-running operation. Operates off the 18V REDLITHIUM™ battery pack system, using REDLINK PLUS™ intelligence hardware and software to give you the power, durability and extended run time you need on the jobsite (battery sold separately).\r\nTool only; battery and charger sold separately\r\nPOWERSTATE™ brushless motor delivers 450 CFM of air volume at velocities of up to 120 MPH\r\nGenerates just 62dB of sound; up to 30% less noise than comparable gas blowers\r\nVariable-speed trigger offers complete control\r\nAmbidextrous cruise control allows the blower to be set to a desired power output', 129.00, NULL, NULL, 179.00, 'Milwaukee M18 FUEL Cordless Blower, 18V Li-Ion, Model# 2724-20-37394.jpeg', 'Milwaukee M18 FUEL Cordless Blower, 18V Li-Ion, Model# 2724-20-10565.jpeg', 'Milwaukee M18 FUEL Cordless Blower, 18V Li-Ion, Model# 2724-20-62071.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-11 13:09:47', '2024-02-11 13:09:47'),
(4272, 'Fly Racing Rayce 2023 BMX MTB Bike Helmet XS-XL Lightweight Removable Liner', 'hHgrZi117', 18, 'Lightweight helmet with tons of airflow for hot ride days. Excellent for BMX, MTB, and Watercraft use.', 119.00, NULL, NULL, 180.00, 'Fly Racing Rayce 2023 BMX MTB Bike Helmet XS-XL Lightweight Removable Liner-55720.png', 'Fly Racing Rayce 2023 BMX MTB Bike Helmet XS-XL Lightweight Removable Liner-66039.png', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-11 13:11:47', '2024-02-11 13:11:47'),
(4273, 'Devil May Cry 5', 'VzIOoOXg8', 14, 'Devil May Cry 5 for Xbox One\r\n\r\nMODEL: 013388550418', 9.00, NULL, NULL, 19.99, 'Devil May Cry 5-67423.jpeg', 'Devil May Cry 5-89368.jpeg', 'Devil May Cry 5-13084.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-11 13:12:38', '2024-02-11 13:12:38'),
(4274, '50 Mint Callaway Warbird Golf Ball', 'oGeC2FStx', 18, 'This listing is for 50 Mint condition Callaway Warbird golf balls. All models of Callaway Warbird golf balls will be represented in this listing. All golf balls will be in excellent condition and are ready for the course. All golf balls are in AAAAA condition and ready to be played!', 60.00, NULL, NULL, 62.99, '50 Mint Callaway Warbird Golf Ball-44089.png', NULL, NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-02-11 13:15:09', '2024-02-11 13:15:09'),
(4275, 'Crash Bandicoot 4', 'MBieEMcjQ', 14, 'Crash Bandicoot 4: It\'s About Time for Xbox One\r\n\r\nMODEL: 047875785502', 19.00, NULL, NULL, 59.99, 'Crash Bandicoot 4-15491.jpeg', 'Crash Bandicoot 4-99387.jpeg', 'Crash Bandicoot 4-92386.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-11 13:17:03', '2024-02-11 13:17:03'),
(4276, 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables', 'FsrDv37hn', 18, 'Transform your dollhouse into a haven of sophistication with this exquisite Miniature Dollhouse Furniture Lot. Crafted with attention to detail, this set includes a charming Mahogany Clock, a timeless Fireplace, and two elegant Tables.', 10.40, NULL, NULL, 18.42, 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables-28533.jpeg', 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables-80512.jpeg', 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables-35390.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 13:23:06', '2024-02-11 13:23:06'),
(4277, 'Drone with Camera for Adults', 'UbR56MN5S', 14, '【User-friendly and Versatile】Loiley drones are perfect for beginners and children, offering features like one-key takeoff/landing, altitude hold, emergency stop, and headless mode. It also provides smart app control (APP name: Loiley Fly), allowing users to define flight routes, use voice control and gesture selfies, and enjoy various functions like 360° flips, gravity sensing, and adding music and filters.\r\n【Real-time Image Transmission and HD Photography】This small drone is equipped with an HD 1080P camera to capture stunning photos and videos with high quality and frame rate. The camera angle can be adjusted remotely up to 90 degrees. Combined with the upgraded hover system and optical flow positioning technology, the camera drone is more stable when shooting. Wi-Fi real-time transmission enables quickly sharing happy moments with family and friends.\r\n【Take it Anywhere】 Loiley drone with camera is your ultimate travel buddy! It\'s so compact and lightweight that you can literally fold it up and fit it in your pocket or backpack. Weight under 250g to save you from FAA registration. Whether you\'re going on an outdoor adventure or exploring new places, you can easily take this mini drone with you and capture amazing aerial shots wherever you go.\r\n【Safe and Long Battery Life】With two rechargeable drone batteries, this kids drone extends the flight time to approximately 25-30 minutes, providing a worry-free flying experience. The batteries are easy to charge and replace, with built-in overvoltage protection. The remote controller emits a low battery warning, ensuring beginners never lose their RC drone.\r\n【Professional After-Sales Support】A mini drone with a camera makes for a cool and creative gift. Along with that, the package includes a portable bag for outdoor travel. The drone comes with propeller guards, spare fan blades, and remote control batteries, ensuring safety and reliability. Additionally, 24-hour technical support, quality warranty, and money-back services are provided for customer satisfaction.', 49.99, NULL, NULL, 99.99, 'Drone with Camera for Adults-56700.jpeg', 'Drone with Camera for Adults-61315.jpeg', 'Drone with Camera for Adults-62951.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-11 13:25:29', '2024-02-11 13:25:29'),
(4278, 'Easton FS50 FP16550 Fast Pitch Softball Bat 27\" 17 oz 2.25\" -10 Pink Aluminum', 'Cscxccm3o', 18, 'Fast Pitch Softball Bat\r\n\r\nEaston\r\n\r\nFS50\r\n\r\nModel FP16550\r\n\r\n27\" Long\r\n\r\n17 Ounce\r\n\r\n2.25\" Barrel\r\n\r\n-10 Swing\r\n\r\nPink\r\n\r\nAluminum Alloy\r\n\r\nGood Clean Condition', 26.95, NULL, NULL, 28.00, 'Easton FS50 FP16550 Fast Pitch Softball Bat 27\" 17 oz 2.25\" -10 Pink Aluminum-30589.png', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-11 13:28:23', '2024-02-11 13:28:23'),
(4279, 'Performance Tool AC Manifold Test Kit — Model# W89730', '6xxopCDU9', 5, 'Performance Tool AC Manifold Test Kit — Model# W89730\r\nFeatures + Benefits\r\n\r\nIncludes adjustable pressure regulator\r\n12mm and 14mm thread adapters', 157.49, NULL, NULL, 174.99, 'Performance Tool AC Manifold Test Kit — Model# W89730-45777.jpeg', 'Performance Tool AC Manifold Test Kit — Model# W89730-70724.jpeg', 'Performance Tool AC Manifold Test Kit — Model# W89730-46549.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-11 13:29:59', '2024-02-11 13:29:59'),
(4280, 'Furniture Silicon Protection 12 pcs Chair Leg Cap Coffee Brown Felt Tip Small', 'LYU1pnLhF', 18, 'Furniture Silicon Protection 12 pcs Chair Leg Cap Coffee Brown Felt Tip Small\r\n\r\ncan be matched with furniture of any color, and will not take away the beauty of the furniture\r\nEasy to Use: The soft silicone cap is easy to put on, no need to paste, easy to install, and not easy to fall off\r\nSuitable for Any Shape of Furniture feet: Soft silicone material, suitable for round, square and other shapes of furniture feet. For example, restaurant chairs, bar stools, tables, sofas, beds, etc', 5.60, NULL, NULL, 9.60, 'Furniture Silicon Protection 12 pcs Chair Leg Cap Coffee Brown Felt Tip Small-88212.jpeg', 'Furniture Silicon Protection 12 pcs Chair Leg Cap Coffee Brown Felt Tip Small-11772.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-11 13:30:00', '2024-02-11 13:30:00'),
(4281, 'Telescope, Astronomy Telescope for Adults High Powered', 'JV6kpSJGx', 14, '【Professional Astronomical Refractor Telescope】If you are interested in astronomy or like to explore the night sky, the MEEZAA astronomical telescope is for you.MEEZAA is committed to introducing affordable telescopes that combine quality, performance, and better user experience for kids, adults, and beginners. Great telescopes for adults astronomy & kids 8-12 & astronomy beginners. Perfect for stargazing, moongazing, city night views, bird watching, outdoor scenery, and more.\r\n【90mm Fully Multi-coated High Transmission Coatings】This astronomy telescope is 800mm(f/8.88) focal length and 90mm aperture. 90mm objective lens collects more light than 60mm, 70mm, and 80mm telescope, so the image appears brighter in the eyepiece, making the image sharp and clear. Fully coated optical glass lenses with high-light transmission coating create amazing images and protect your eyes. The perfect telescope for adults astronomy & kids & beginners exploring the stars and the moon.\r\n【32x-240x High-Powered Magnification】The telescope for adults astronomy kids and beginners comes with two interchangeable eyepieces (10mm and 25mm) and a 3x Barlow lens. The 3x Barlow lens triples the magnification power of each eyepiece. The magnification is 32x-240x. The finder scope makes locating objects easy. And zenith mirror ensures you get an erect image. A perfect telescope for astronomy beginners to observe up-close celestial objects at night and terrestrial objects during the day.\r\n【Adjustable Tripod & Phone Adapter】Our telescope for adults is equipped with a stable tripod. The tripod is made of thick stainless steel, which is more stable and not easy to shake. It can move 360° horizontally and 180° vertically, allowing a variety of different viewing positions, bringing you an excellent observation experience. The adjustable tripod can extend from 28.5” to 45”. With the phone adapter, your phone can be connected to the telescope, and take and share pictures and videos.\r\n【Great Gift & Satisfied Service】MEEZAA astronomy telescope is a great Christmas or birthday gift for kids or astronomy beginners. It can help them build an interest in astronomy and science, and explore the unknown. We have a complete set of paper installation guidelines. Very easy to set up and operate. We also offer lifetime maintenance. If you are not satisfied with our product or have any questions, please feel free to contact us to get 24-hour technical support from our expert team.', 98.99, NULL, NULL, 199.00, 'Telescope, Astronomy Telescope for Adults High Powered-27143.jpeg', 'Telescope, Astronomy Telescope for Adults High Powered-45116.jpeg', 'Telescope, Astronomy Telescope for Adults High Powered-98020.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-11 13:30:40', '2024-02-11 13:30:40'),
(4282, 'Performance Tool Vacuum Pump/Brake Bleeding Kit, Model# W89727', 'Qjgm5Gp8Q', 5, 'The Performance Tool Vacuum Pump/Brake Bleeding Kit bleeds brakes, tests vacuum switches and removes fluids. Durable steel construction. Includes tubes, various adapters and containers.\r\nWhat\'s Included\r\n\r\n(2) 1/4in. I.D. x 23in.L vacuum hoses\r\n(4) 1/4in. I.D. x 3in.L vacuum hoses\r\n(4) Tapered hose adapters\r\n(2) \"T\" hose connector\r\n(2) Straight hose connector\r\n(2) Brake bleeder valve adapters\r\n(2) Universal cup adapter\r\n(2) 4 oz. reservoir jar lids\r\nFeatures + Benefits\r\n\r\nBleeds brakes, tests vacuum switches and removes fluids\r\nDurable steel construction\r\nIncludes tubes, various adapters and containers', 58.49, NULL, NULL, 64.99, 'Performance Tool Vacuum Pump/Brake Bleeding Kit, Model# W89727-53085.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-11 13:35:49', '2024-02-11 13:57:53'),
(4283, 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables', 'XdnRvp7F2', 18, 'Transform your dollhouse into a haven of sophistication with this exquisite Miniature Dollhouse Furniture Lot. Crafted with attention to detail, this set includes a charming Mahogany Clock, a timeless Fireplace, and two elegant Tables.', 10.40, NULL, NULL, 18.42, 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables-50983.jpeg', 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables-39286.jpeg', 'Miniature Dollhouse Furniture Lot Mahogany Clock Fireplace and two Tables-16542.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 13:38:11', '2024-02-11 13:38:11'),
(4284, 'Wireless Charging Station', 'xN7MojHnM', 14, '【 3 in 1 Wireless Charger 】3 in 1 moencase wireless charger can charge most phones, support fast charging for multiple devices apple at the same time, compatible with iPhone 15/14/13/13Pro/13 Pro Max/12/12 Pro/12 Pro Max/SE/XR/X/XS/XS Max/11 Pro Max/11 Pro/11/8 Plus/8 or Android;Apple Watch 7/6/5/4/3/2/SE, Airpods Pro/3/2 with wireless case(not for Airpods 2 non-wireless version). A must device for apple fans. Say goodbye to individual chargers.\r\n【 Safety & Fast Charging 】 Equipped with FCC certified 18W adapter and USB-A to USB-C charging cable, it only takes 2 to 3 hours to fully charge your smart device. Our charger docking stand adopts intelligent protection technology, which provides temperature control, overvoltage protection, short circuit protection, overcurrent protection to ensure safe and fast charging.\r\n【 Strong Magnetic Connection 】Built in advanced powerful magnets, our magnetic wireless charger can easily and accurately align the wireless charging \"sweet spot\", just 1 second to achieve lightning fast induction charging. The strong magnet firmly secures your device, providing you with a fast and stable wireless charging experience.\r\n【 Foldable and Portable Magnetic Charger 】moencase 3 in 1 wireless charger is foldable in the iphone and apple watch part, which is extremely convenient for travel. Pull up the panel of the iphone magnetic charging pad from the bulge, you can adjust the angle of the panel about 110°. Push up the part of the Apple Watch charger part from the bottom until it stands upright. 2 angles adjustable.\r\n【 No Worry 】 moencase portable iWatch power bank provide a lifetime warranty service, available 24/7 (please feel free to contact us with all problems)', 20.99, NULL, NULL, 64.99, 'Wireless Charging Station-86652.jpeg', 'Wireless Charging Station-18011.jpeg', 'Wireless Charging Station-71278.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-11 13:38:55', '2024-02-11 13:38:55'),
(4285, 'TZ GOLF - Callaway GBB Warbird Ti Men\'s 11*, BB WB 3+, 5, 7 Woods SET RH', 'PmfEg19MX', 18, 'At TZ GOLF we specialize in vintage clubs and golf related items that have a cult like following, may be underrated in some circles, are beautiful to look at, have great performance, give a better value', 112.00, NULL, NULL, 120.00, 'TZ GOLF - Callaway GBB Warbird Ti Men\'s 11*, BB WB 3+, 5, 7 Woods SET RH-28418.png', 'TZ GOLF - Callaway GBB Warbird Ti Men\'s 11*, BB WB 3+, 5, 7 Woods SET RH-90484.png', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-11 13:39:38', '2024-02-11 13:39:38'),
(4286, 'Nike Alpha Menace Elite 3 Black Football Cleats CT6648-010 Men’s Size 11.5', '8an9fIEYi', 18, 'Get ready to dominate the football field with these exceptional Nike Alpha Menace Elite 3 Black Football Cleats. Crafted with superior quality, these cleats are designed to offer high performance and support during the game. The cleats are perfect for football enthusiasts who are looking for comfort, durability, and style.', 109.96, NULL, NULL, 128.00, 'Nike Alpha Menace Elite 3 Black Football Cleats CT6648-010 Men’s Size 11.5-54912.png', 'Nike Alpha Menace Elite 3 Black Football Cleats CT6648-010 Men’s Size 11.5-20200.png', 'Nike Alpha Menace Elite 3 Black Football Cleats CT6648-010 Men’s Size 11.5-52953.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-11 13:46:17', '2024-02-11 13:46:17'),
(4287, 'Curved Cream White Boucle 3 Seater Sofa In Stock FREE UK Delivery', 'auaKEY3X6', 18, 'Cashew Nut shaped 3 seater sofa In cream white boucle Fabric.\r\n\r\nDimensions approx:\r\n\r\n3 seater: L215*W120*H75cm', 1400.55, NULL, NULL, 1520.55, 'Curved Cream White Boucle 3 Seater Sofa In Stock FREE UK Delivery-71456.jpeg', 'Curved Cream White Boucle 3 Seater Sofa In Stock FREE UK Delivery-34976.jpeg', 'Curved Cream White Boucle 3 Seater Sofa In Stock FREE UK Delivery-90130.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 13:48:52', '2024-02-11 13:48:52'),
(4288, 'Dunlop Pro System II Irons, Driver Woods Golf Club Set Mens RH Set', 'dJ9n0NMOm', 18, 'Dunlop Pro System II Irons, Driver Woods Golf Club Set Mens RH Set\r\n\r\nNew never been used.', 210.00, NULL, NULL, 286.98, 'Dunlop Pro System II Irons, Driver Woods Golf Club Set Mens RH Set-19068.png', 'Dunlop Pro System II Irons, Driver Woods Golf Club Set Mens RH Set-10124.png', 'Dunlop Pro System II Irons, Driver Woods Golf Club Set Mens RH Set-86778.png', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-11 13:53:32', '2024-02-11 13:53:32'),
(4289, 'Flat Plug Extension Cord with 4 USB Wall Charger', 'PH2zyToOy', 14, '【13 in 1 Power Strip】- The 3-Side design power strip with 9AC widely outlets(15A/1875W) and 4 USB charging ports can power up to 13 devices simultaneously, saving your space and make your desktop organized. Suitable for the home, office, and college dorm room essentials\r\n【Ultra Slim Flat Plug Power Strip】- With only 0.35 inch ultra thin plug and 45° right angle design, the flat plug power strip is much thinner than traditional plugs, which can close to the wall easily, and hide in the back of furniture, bed or refrigerator, and the right angle flat plug design prevents bottom plug blocking\r\n【2 x USB C Charging Station】- Added extra 2 USB C ports for your devices, the power strip with USB C port can charge up to 5V/3A. USB-A ports can charge up to 5V/2.4A Max. With smart charging technology, the outlet extender can auto-detect your devices and can reach faster charging efficiency, perfectly fit for your iPhone, iPad, tablet, bluetooth earphone etc\r\n【Easy Mount on Wall and Desk 】- No need to measure and guess where you had to attach screws, mountable power strip with unique screw fixation design on both ends, allowing this white extension cord securely installed in various applications (4 screws included). It is easy to mount to walls, desks or furniture\r\n【Overload Surge Protection】- 3 complementary surge protection circuits(TVS MOV GDT) with the minimum energy-absorbing capacity of 900 Joules. Overload protection ON/OFF switch can shutoff automatically to keeps your device safe. This flat power strip is also protected against over-voltage, over-current, over-charge, short-circuiting', 13.99, NULL, NULL, 24.99, 'Flat Plug Extension Cord with 4 USB Wall Charger-90362.jpeg', 'Flat Plug Extension Cord with 4 USB Wall Charger-69691.jpeg', 'Flat Plug Extension Cord with 4 USB Wall Charger-54596.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-11 13:56:05', '2024-02-11 13:56:05'),
(4290, 'Chesterfield 3 Seater Sofa Luxurious Premium Faux Nubuck Leather Made To Order', 'YoUuSFbkI', 18, 'Chesterfield 3 Seater Sofa Luxurious Premium Faux Nubuck Leather Made To Order', 2783.00, NULL, NULL, 2983.00, 'Chesterfield 3 Seater Sofa Luxurious Premium Faux Nubuck Leather Made To Order-33950.jpeg', 'Chesterfield 3 Seater Sofa Luxurious Premium Faux Nubuck Leather Made To Order-29837.jpeg', 'Chesterfield 3 Seater Sofa Luxurious Premium Faux Nubuck Leather Made To Order-38523.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 13:56:52', '2024-02-11 13:56:52'),
(4291, 'Nitro Max Kit Electric Drum Set', 'X8MP65SOf', 14, 'Nitro Max raises the bar for both beginner and more advanced drummers, delivering an authentic playing experience with ultra-quiet Alesis mesh drum heads, all in a compact design. Nitro Max offers seamless play along with music streaming services via Bluetooth. \r\n\r\nFeaturing premium drum heads for a quiet yet natural response: a large 10” dual-zone mesh snare for maximum playability and three 8” mesh tom pads, a kick drum tower with kick drum pedal, a 10” crash cymbal with choke, 10” ride, and 10” hi-hat with foot controller - all mounted on a 4-post aluminum rack for maximum stability and flexibility. The box contains connection cables, drum sticks, drum key, and power supply. \r\n\r\nNitro Max comes with 32 ready-to-play classic and modern kits from the renowned BFD drum sample library along with 16 user-generated kits; 440 drum, cymbal, and percussion sounds, plus 60 built-in play-along tracks, a sequencer, metronome, and a performance recorder. \r\n\r\nNitro Max provides unparalleled built-in learning features: the amazing 90-day free subscription to Drumeo for unlimited lessons with the world’s best instructors and a 30-day free subscription to Melodics Premium along with 100 exclusive lessons.', 150.00, NULL, NULL, 339.00, 'Nitro Max Kit Electric Drum Set-70969.jpeg', 'Nitro Max Kit Electric Drum Set-57265.jpeg', 'Nitro Max Kit Electric Drum Set-90496.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-11 14:02:30', '2024-02-11 14:02:30'),
(4292, 'Sofia Black Velvet Modern Chic Sofa Couch', 'YLutaAYbJ', 18, 'Glam up your living room with the Sofia Collection! Crafted from fine wood and quality fabrics, this chair features diamond stiching with chrome metal legs, wrapped in a soft velvet fabric. The design adds a touch of elegance to attract your guests and family members in comfort and style. Also available in chair and 2-seater loveseat.\r\n\r\nDiamond Pattern Stitching Chrome Metal Legs Pocket Coil Springs provide Cushion Support Non-removable seat cushions Removable Back Cushions 19\" Seat Height 66\" Seat Width 22\" Seat Depth 5\" Leg Height 7\" Seat Cushion Thickness 18\" Back Height', 367.07, NULL, NULL, 471.07, 'Sofia Black Velvet Modern Chic Sofa Couch-92390.jpeg', 'Sofia Black Velvet Modern Chic Sofa Couch-60524.jpeg', 'Sofia Black Velvet Modern Chic Sofa Couch-65233.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 14:02:48', '2024-02-11 14:02:48'),
(4293, 'Lazy sofa Sit and lie down Comfortable furniture', 'wkXP5YTe5', 18, 'Lazy sofa Sit and lie down. Comfortable furniture', 200.15, NULL, NULL, 237.15, 'Lazy sofa Sit and lie down Comfortable furniture-99813.jpeg', 'Lazy sofa Sit and lie down Comfortable furniture-50854.jpeg', 'Lazy sofa Sit and lie down Comfortable furniture-25519.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-11 14:08:58', '2024-02-11 14:08:58'),
(4294, 'Blazer 12V/24V LED Work Light — 2in., 880 Lumens, 4 LEDs, Model# C3072K', 'nJiHNA0LD', 5, 'The Blazer 12V/24V LED Work Light is a powerful lighting solution with 880 lumens and 4 LEDs. It\'s perfect for illuminating your workspace, whether it\'s in your garage, workshop, or even outdoors. With its compact 2-inch size, it\'s versatile and easy to mount. Get ready to brighten up your projects with this handy work light.', 49.99, NULL, NULL, 52.99, 'Blazer 12V/24V LED Work Light — 2in., 880 Lumens, 4 LEDs, Model# C3072K-83531.jpeg', 'Blazer 12V/24V LED Work Light — 2in., 880 Lumens, 4 LEDs, Model# C3072K-61804.jpeg', 'Blazer 12V/24V LED Work Light — 2in., 880 Lumens, 4 LEDs, Model# C3072K-33993.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-11 14:10:24', '2024-02-11 14:10:24'),
(4295, 'Touch Screen Smart Digital Photo Frame with 32GB Storage', 'zFZRoO9Lu', 14, 'Why Choose Livingpai 16 inch Digital Picture Frame?\r\nLivingpai digital photo frames are stylish in design, simple in function, and cost-effective.\r\nThe User-friendly interface design makes it easy to use for all ages.\r\nDigital picture frames are the perfect gift for Mother\'s Day, Father\'s Day, birthdays, weddings, anniversaries, and Christmas.\r\nHigh-definition touch screen. Digital Picture frame with 16 inch 1920*1080 resolution IPS touch display stays clear in any light.', 100.00, NULL, NULL, 179.00, 'Touch Screen Smart Digital Photo Frame with 32GB Storage-63928.jpeg', 'Touch Screen Smart Digital Photo Frame with 32GB Storage-97815.jpeg', 'Touch Screen Smart Digital Photo Frame with 32GB Storage-90877.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-11 14:12:59', '2024-02-11 14:12:59'),
(4296, 'Performance Tool 4-In-1 Ball Joint Adapter Set, Model# W89304', 'T3U5UJrjE', 5, 'Ball joint adapter set allows you to service press-fit upper and lower ball joints without removing the control arm. Designed to service most cars and light trucks, along with U-joints either on or off the vehicle.\r\nWhat\'s Included\r\n\r\n(1) Ball joint adapter set\r\nFeatures + Benefits\r\n\r\n4 x 4 adapters allow removal and installation of upper and lower ball joints on 1967 to current 4WD vehicles with Dana 44 axles\r\nRemove and install brake anchor pins', 125.99, NULL, NULL, 139.99, 'Performance Tool 4-In-1 Ball Joint Adapter Set, Model# W89304-89329.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-11 14:15:39', '2024-02-11 14:15:39'),
(4297, 'BMW E32 E34 525i 530i 535i M5 735i 750iL Instrument Cluster Temperature Gauge', 'y2Am0B2Uh', 18, 'BMW E32 E34 525i 530i 535i M5 730i 735i 750i 750iL Instrument Cluster Temperature Gauge\r\n\r\nYou are bidding on 1, USED item for the below BMWs. Check with your local dealership for other BMW model fitments. These type of items are getting harder to come by. Keep this one as a spare!\r\n\r\n05 Temperature gauge 1 Up to: 02/1989 62131378565', 60.17, NULL, NULL, 62.17, 'BMW E32 E34 525i 530i 535i M5 735i 750iL Instrument Cluster Temperature Gauge-39831.jpeg', 'BMW E32 E34 525i 530i 535i M5 735i 750iL Instrument Cluster Temperature Gauge-30731.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-11 14:18:27', '2024-02-11 14:18:27'),
(4298, 'Philips Sonicare HX3681/24 4100 Power Toothbrush, Rechargeable Electric Toothbrush with Pressure Sensor, Black', 'drRFvi6nP', 16, 'Removes up to 5x more plaque vs. a manual toothbrush\r\nPressure sensor and two intensity settings protect sensitive gums from overbrushing\r\n2 minute SmarTimer with QuadPacer ensure Dentist-recommended brushing time\r\nBrush head replacement reminder ensures your brush head is always effective\r\nLong battery life with battery light indicator: One charge last for 2 weeks', 49.96, NULL, NULL, 55.39, 'Philips Sonicare HX3681/24 4100 Power Toothbrush, Rechargeable Electric Toothbrush with Pressure Sensor, Black-10068.jpeg', 'Philips Sonicare HX3681/24 4100 Power Toothbrush, Rechargeable Electric Toothbrush with Pressure Sensor, Black-22821.jpeg', 'Philips Sonicare HX3681/24 4100 Power Toothbrush, Rechargeable Electric Toothbrush with Pressure Sensor, Black-75843.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 14:19:04', '2024-02-11 14:19:04'),
(4299, 'Portable Projector with 5G WiFi and Bluetooth', 'qJXGSyzpg', 14, 'Portable Projector with 5G WiFi and Bluetooth for Home & Outdoor Entertainment\r\nNative Resolution: 1280*720P\r\nStandard Accessory: User Manual，Power cord，Remote control\r\nDue to copyright protection, some paid video distribution services such as Netflix, Primevideo, and Hulu cannot directly project from your smartphone. You\'re kindly recommended to connect the PC/TV Box/Fire Stick with an HDMI cable.', 99.00, NULL, NULL, 109.00, 'Portable Projector with 5G WiFi and Bluetooth-67527.jpeg', 'Portable Projector with 5G WiFi and Bluetooth-91479.jpeg', 'Portable Projector with 5G WiFi and Bluetooth-94339.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-11 14:19:40', '2024-02-11 14:19:40'),
(4300, 'Performance Tool Pickle Fork / Ball Joint Separator, Model# W1206P', 'TFdedPD6t', 5, 'The Performance Tool Pickle Fork / Ball Joint Separator, Model# W1206P, is a handy tool for separating ball joints, tie rods, and other similar connections. It\'s designed to make the task easier and more efficient, saving you time and effort. Whether you\'re a professional mechanic or a DIY enthusiast, this tool is a great addition to your toolbox.', 14.23, NULL, NULL, 16.99, 'Performance Tool Pickle Fork / Ball Joint Separator, Model# W1206P-86431.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-11 14:21:07', '2024-02-11 14:21:07'),
(4301, 'BendPak Rolling Bridge Jack for 4-Post Lifts, 4500-Lb. Capacity, Model# RBJ-4500', 'Vyi9r9qxW', 5, 'This 4500-lb. capacity BendPak Rolling Bridge Jack is the perfect accessory for your BendPak 4-post car and truck lift. The scissor-style air/hydraulic jack offers the speed and versatility you need to easily raise 2 or 4 wheels off the runways for brake jobs, suspension work and other automotive service. Telescoping chassis design accommodates BendPak 4-post lifts with adjustable-width runways, precision sliders and rollers, enabling you to position the jack exactly where you need it. Included commercial-grade air-hydraulic pump requires 125 PSI and 10-20 CFM.', 1985.00, NULL, NULL, 2000.00, 'BendPak Rolling Bridge Jack for 4-Post Lifts, 4500-Lb. Capacity, Model# RBJ-4500-66553.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-11 14:25:42', '2024-02-11 14:25:42'),
(4302, 'AirAds Dollhouse 1:12 miniature instrument piano with bench black', 'oewVxzFHg', 18, 'Price is for one set of piano and bench only, not including the other decorative items on the photos:\r\n\r\n* Scale: 1/12\r\n* Material: wood\r\n* Piano: 13.3cm *5.5cm *9.8cm (High)\r\nBench: 3cm (High)', 10.23, NULL, NULL, 12.23, 'AirAds Dollhouse 1:12 miniature instrument piano with bench black-50537.jpeg', 'AirAds Dollhouse 1:12 miniature instrument piano with bench black-98884.jpeg', 'AirAds Dollhouse 1:12 miniature instrument piano with bench black-46320.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 14:27:08', '2024-02-11 14:27:08'),
(4303, 'Ideal Duro Hydraulic Power Unit — 33in.L x 13in.W x 13in.W, Model# PU-220V-L-H', 'BX0zXLeyS', 5, 'The Ideal Duro Hydraulic Power Unit bridges the gap between premium quality and affordable pricing. High performance and durability, coupled with efficiency, make this unit ideal to meet your automotive lift needs. It ensures reliable, cost-effective operation for maximum productivity.\r\nWhat\'s Included\r\n\r\n(1) Power unit and mounting hardware\r\nFeatures + Benefits\r\n\r\nManual release valve\r\nMounting hardware included\r\nO/H cutoff included\r\nPower port 9/16-18 O-Ring', 699.99, NULL, NULL, 730.00, 'Ideal Duro Hydraulic Power Unit — 33in.L x 13in.W x 13in.W, Model# PU-220V-L-H-52323.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-11 14:30:05', '2024-02-11 14:30:05'),
(4304, 'RANE UREI BOZAK ALLEN & HEATH NUMARK TECHNICS Vestax DJ Mixer Knobs /Quick Ship!', 'ksXPlDHF3', 18, 'category:%0ADJ%20Mixers%0AQuantity%20Available%3A%0A202%20in%20stock%0ACondition%3A%0ANew%0ABrand%3A%0ANative%20Instruments%0AMPN%3A%0Adoes%20not%20apply%0AType%3A%0ADJ%20Mixer%0AVariation1%20(Large%20Knob)s%3A%0AView%20details%0A', 8.88, NULL, NULL, 11.88, 'RANE UREI BOZAK ALLEN & HEATH NUMARK TECHNICS Vestax DJ Mixer Knobs /Quick Ship!-44042.jpg', 'RANE UREI BOZAK ALLEN & HEATH NUMARK TECHNICS Vestax DJ Mixer Knobs /Quick Ship!-23188.jpg', 'RANE UREI BOZAK ALLEN & HEATH NUMARK TECHNICS Vestax DJ Mixer Knobs /Quick Ship!-58506.jpg', 'Instruments', 4.0, NULL, 1, '2024-02-11 14:34:08', '2024-02-23 01:43:27'),
(4305, 'Dentyne Ice', 'FNJChFytU', 15, 'Intense freshness\r\n35% fewer calories than sugared gum\r\n5 calories per serving\r\nIntense freshness from a bold, icy flavor. New Split2fit pack - 33% more gum now with 16 pieces.\r\n35% fewer calories than sugared gum\r\nCalorie content for 2-piece serving size has been reduced from 8 to 5 calories', 4.00, NULL, NULL, 5.97, 'Dentyne Ice-97981.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-02-11 14:39:53', '2024-02-11 14:39:53'),
(4306, 'Seattle\'s Best Coffee', 'qB9B3aW6x', 15, '96-Count Seattle\'s Best Coffee Medium Roast K-Cup Coffee Pods (Breakfast Blend)', 27.75, NULL, NULL, 42.99, 'Seattle\'s Best Coffee-44963.jpeg', 'Seattle\'s Best Coffee-40312.jpeg', 'Seattle\'s Best Coffee-67037.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-11 14:50:27', '2024-02-11 14:50:27'),
(4307, 'ZX330-3 excavator instrument cluster 4653775 for Hitachi', 'VogKzocxM', 18, 'ZX330-3 excavator instrument cluster 4653775 for Hitachi', 1000.00, NULL, NULL, 1324.00, 'ZX330-3 excavator instrument cluster 4653775 for Hitachi-15160.jpeg', 'ZX330-3 excavator instrument cluster 4653775 for Hitachi-78170.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 14:51:06', '2024-02-11 16:27:44'),
(4308, 'Teeth Whitening Kit', 'o4yYE1Gm7', 16, 'Somall Teeth Whitening Kit - 2023 Newest The Smart Teeth Whitening LED Light System,35% Carbamide Peroxide, (3) 3ml Gel Syringes, (1) Remineralization Desensitizing Gel, and Tray.', 20.99, NULL, NULL, 24.00, 'Teeth Whitening Kit-74715.jpeg', 'Teeth Whitening Kit-28202.jpeg', 'Teeth Whitening Kit-10650.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-11 15:54:56', '2024-02-11 15:54:56'),
(4309, 'DiGiorno Rising Crust', 'y4py4paBT', 15, 'DiGiorno Frozen Pizza Rising Crust/Detroit Crust/Thin Crust/Croissant Crust', 3.99, NULL, NULL, 7.49, 'DiGiorno Rising Crust-78251.jpeg', 'DiGiorno Rising Crust-16710.jpeg', 'DiGiorno Rising Crust-13988.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-11 15:55:21', '2024-02-11 15:55:21'),
(4310, 'BODYARMOR Flash I.V.', 'PYpEDgkEa', 15, 'No artificial flavors, colors or sweeteners\r\nAdded Zinc + Vitamins B, & C for immune support\r\nCoconut Water for natural hydration & superior taste', 13.30, NULL, NULL, 19.98, 'BODYARMOR Flash I.V.-72274.jpeg', 'BODYARMOR Flash I.V.-86976.jpeg', 'BODYARMOR Flash I.V.-22783.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-11 16:03:38', '2024-02-11 16:03:38'),
(4311, 'Sonic Electric Toothbrush for Adults IPX7 Waterproof Wireless Fast Charge 5 Modes Black', 'JpPtVynH0', 16, 'Sonic Technology: With the power powerful ultrasonic cleaning technology you will get A Cleaning That Is So Thorough You Will Feel As If You Just Got Out Of The Dentist\'s Chair. The W Tooth-Waved Bristles are made with Dupont nylon, to suit teeth topography for thorough cleaning of gums and hard to reach areas.\r\nA 2 Minutes Timer: Built in 2 minutes smart timer with interval pauses reminding you to change brushing area every 30 seconds to encourage a healthy brushing habit. Automatically shuts off when two minutes is up.', 50.00, NULL, NULL, 58.00, 'Sonic Electric Toothbrush for Adults IPX7 Waterproof Wireless Fast Charge 5 Modes Black-56835.jpeg', 'Sonic Electric Toothbrush for Adults IPX7 Waterproof Wireless Fast Charge 5 Modes Black-44720.jpeg', 'Sonic Electric Toothbrush for Adults IPX7 Waterproof Wireless Fast Charge 5 Modes Black-91732.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 16:08:15', '2024-02-11 16:08:15'),
(4312, 'Essentia', 'ZTwOW62Cu', 15, '12-Pack 1.25-Liter Essentia 9.5 pH Ionized Alkaline Water', 13.45, NULL, NULL, 16.66, 'Essentia-49905.jpeg', 'Essentia-46644.jpeg', 'Essentia-65535.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-11 16:09:40', '2024-02-11 16:09:40'),
(4313, 'Ironton Battery Load Tester, 125 Amps', 'DFk2mZzgf', 18, 'The Ironton Battery Load Tester, rated at 125 Amps, is a fantastic tool for testing the health and performance of your batteries. It helps you determine if your batteries are holding a charge and if they need to be replaced. It\'s a must-have for anyone who wants to keep their batteries in top condition.', 49.99, NULL, NULL, 59.99, 'Ironton Battery Load Tester, 125 Amps-71857.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-11 16:12:08', '2024-02-11 16:12:08'),
(4314, 'Cleaning Paste', 'vWOnnk73H', 15, '17.63-Oz Stardrops The Pink Stuff The Miracle All Purpose Cleaning Paste', 4.75, NULL, NULL, 5.97, 'Cleaning Paste-16911.jpeg', 'Cleaning Paste-50608.jpeg', 'Cleaning Paste-66795.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-11 16:15:30', '2024-02-11 16:15:30'),
(4315, 'Philips Sonicare HX9903/21 DiamondClean Smart - 9300 Series - Sonic Electric Toothbrush with Bluetooth and App - Pink', 'PJ1mOw8eH', 16, 'Philips Sonicare\'s best toothbrush: Removes up to 10x more plaque and improves gum health up to 7x in just 2 weeks (in gum health mode vs. a manual toothbrush)\r\nBest Whitening: Removes up to 100% more stains in just 3 days (vs. a manual toothbrush with a leading whitening toothpaste).\r\nSmart sensors track brushing behavior and coach you so you can improve your technique and prevent future oral care issues', 230.00, NULL, NULL, 238.96, 'Philips Sonicare HX9903/21 DiamondClean Smart - 9300 Series - Sonic Electric Toothbrush with Bluetooth and App - Pink-63072.jpeg', 'Philips Sonicare HX9903/21 DiamondClean Smart - 9300 Series - Sonic Electric Toothbrush with Bluetooth and App - Pink-65458.jpeg', 'Philips Sonicare HX9903/21 DiamondClean Smart - 9300 Series - Sonic Electric Toothbrush with Bluetooth and App - Pink-43985.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 16:15:34', '2024-02-11 16:15:34'),
(4316, 'Strongway Straight Tire Spoon — 30in.L', 'UjlpJvcRQ', 18, 'This 30in.L Strongway™ Straight Tire Spoon makes tire changing easy. The carbon steel spoon helps you mount tires on, or remove tires from a rim. Straight lip design.\r\nWhat\'s Included\r\n\r\n (1) Straight tire spoon\r\nFeatures + Benefits\r\n\r\nRugged carbon steel construction for lasting performance\r\n30in. length provides the extra leverage you need for use on a truck, bus, tractor, or other vehicle with oversized tires\r\nDoubles as a mechanic\'s helper/leverage tool\r\nStraight lip design', 32.99, NULL, NULL, 35.99, 'Strongway Straight Tire Spoon — 30in.L-27652.jpeg', 'Strongway Straight Tire Spoon — 30in.L-88919.jpeg', 'Strongway Straight Tire Spoon — 30in.L-62638.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-11 16:18:02', '2024-02-11 16:18:02'),
(4317, 'Best Foods Real Mayonnaise', 'nTzCva0ms', 15, 'Enjoy the creamy, delicious taste of Best Foods Real Mayonnaise, a naturally gluten-free condiment.\r\nThis gluten-free mayo is made with real, simple ingredients like 100% certified cage-free eggs, oil and vinegar.\r\nAn ideal condiment for spreading on sandwiches and wraps, grilling juicy burgers, mixing creamy dips, and preparing fresh salads and simple meals.\r\nThis three-pack of real mayo is great to have on hand or in your pantry to transform your barbecue and everyday chicken dinner into a juicier, more delicious meal.\r\nRich in Omega-3 ALA (contains 650mg ALA per serving, which is 40% of the 1.6g Daily Value of ALA), this is a great option for those looking for delicious gluten-free condiments.\r\nBest Foods mayonnaise bottles and jars are now made from 100% recycled plastic.', 10.90, NULL, NULL, 16.44, 'Best Foods Real Mayonnaise-68613.jpeg', 'Best Foods Real Mayonnaise-19224.jpeg', 'Best Foods Real Mayonnaise-48194.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-11 16:22:33', '2024-02-11 16:22:33'),
(4318, 'BaByliss PRO FX870G Cordless Clipper Lithium-Ion Adjustable Gold', 'I6ya2nWYW', 16, 'The BaBylissPRO GOLDFX is a cord/cordless lithium clipper, equipped with a high-torque, Ferrari-designed engine. A perfect tool for cutting all hair textures with power, speed, & precision.\r\n\r\nThis cordless clipper has a titanium-coated blade, 5-detent taper control & comes with 8 comb attachments.', 128.00, NULL, NULL, 130.00, 'BaByliss PRO FX870G Cordless Clipper Lithium-Ion Adjustable Gold-19579.jpeg', 'BaByliss PRO FX870G Cordless Clipper Lithium-Ion Adjustable Gold-89001.jpeg', 'BaByliss PRO FX870G Cordless Clipper Lithium-Ion Adjustable Gold-13336.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 16:22:40', '2024-02-11 16:22:40'),
(4319, 'Dent Fix Maxi Multiple Pull Dent Station, 220 Volt, Model# DF-505/220V', '2HVWrbBAV', 18, 'The Dent Fix Maxi Multiple Pull Dent Station is a 220V single phase dent pulling station that provides technicians with the power they need to shrink metal, pull rocker panels or hail damage, remove creases or dents in hard to access areas and fix all types of metal damage. The efficient tool produces clean, effective repairs.\r\nWhat\'s Included\r\n\r\n(1) Maxi 220V dent pulling station\r\n(2) Light pulling rods\r\n(2) Slide hammer rods\r\n(1) Stud pin electrode\r\n(1) Shrinking electrode\r\n(1) Wiggle wire weld tip\r\n(1) 9 finger bear claw\r\n (1) 4 finger bear claw\r\n(1) Pkg. of stud weld pins\r\n(1) Pkg. of wiggle wire\r\n(1) Power cable\r\n(1) Welding cable\r\nFeatures + Benefits\r\n\r\nIdeal for welding pins\r\nA great choice to weld a slide hammer directly to the panel\r\nCan be used to weld a light pulling rod\r\nWelds wiggle wire for even crease pulling\r\nPerfect for welding a rod for leverage pulling\r\nCan be used to shrink metal\r\nComplete kit includes:\r\nThe Maxi 220V unit\r\n2 light pulling rods\r\n2 slide hammer rods\r\nStud pin electrode and shrinking electrode\r\nWiggle wire weld tip\r\n9 and 4 finger Bear Claws\r\nStud weld pins\r\nWiggle wire\r\nPower cable and welding cable', 1799.99, NULL, NULL, 2195.96, 'Dent Fix Maxi Multiple Pull Dent Station, 220 Volt, Model# DF-505/220V-99138.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-11 16:25:35', '2024-02-11 16:25:35'),
(4320, 'Grip 4-Head Suction Cup Dent Puller', 'YOUo0HHQQ', 18, 'This Grip suction cup dent puller pops dented hoods, door panels and fenders back into place and also works as a glass, mirror or windshield holder for installation. Tighten clips to produce suction, then flip open to release suction. Lightweight yet strong ABS construction. Cups have 4 1/2in.dia.; total dimensions 12 1/2in. x 11in.\r\nWhat\'s Included\r\n\r\n(1) Suction cup puller', 19.99, NULL, NULL, 26.89, 'Grip 4-Head Suction Cup Dent Puller-43970.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-11 16:30:33', '2024-02-11 16:30:33'),
(4321, 'Metal Gear Solid', 'AU4Wmzetk', 15, 'Metal Gear Solid: The Legacy Collection is a video game compilation exclusively for the PlayStation 3. The Legacy Collection contains all the canonical Metal Gear games that were designed and directed by Hideo Kojima, including VR Missions, from 1987-2012.\r\nFrom the critically acclaimed director, Hideo Kojima, METAL GEAR SOLID: The Legacy Collection offers the most complete METAL GEAR SOLID experience ever of action and adventure. Featuring eight complete games: \"METAL GEAR\", \"METAL GEAR 2\", \"METAL GEAR SOLID 1\", \"METAL GEAR SOLID 2: HD Edition\", \"METAL GEAR SOLID 3: HD Edition\", \"METAL GEAR SOLID 4: Trophy Edition\", \"METAL GEAR SOLID: Peace Walker HD Edition\", and \"METAL GEAR SOLID: VR MISSIONS\" along with two Ashley Wood Digital Graphic, the Legacy Collection offers Metal Gear and stealth action fans a chance to experience all the heroic game play, compelling design and immersive storytelling of the MGS franchise in one complete package. For Mature audiences.', 119.99, NULL, NULL, 149.99, 'Metal Gear Solid-14026.jpeg', 'Metal Gear Solid-69410.jpeg', 'Metal Gear Solid-43980.jpeg', 'Video games', 4.5, NULL, 1, '2024-02-11 16:35:18', '2024-02-11 16:35:18'),
(4322, 'Dent Fix Eliminator Undercoat and Decal Remover Kit, Model# DF-700DX', '8f8ygaKfz', 18, 'I’m the Dent Fix Eliminator Undercoat and Decal Remover Kit, Model# DF-700DX, is a fantastic tool for removing undercoating, decals, and adhesive residue. It\'s perfect for automotive enthusiasts or professionals who want to remove unwanted coatings or decals from vehicles. With this kit, you can easily achieve a clean and smooth surface. It\'s definitely a handy tool to have in your arsenal.', 686.00, NULL, NULL, 690.99, 'Dent Fix Eliminator Undercoat and Decal Remover Kit, Model# DF-700DX-11446.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-11 16:36:50', '2024-02-11 16:36:50'),
(4323, 'Hair Clippers', '0ri8VaZIS', 16, 'Hair Clippers; Professional Outliner Hair Trimmer Cordless; Mens Beard Trimmer; Wireless Hair Cutting Kit for Barbers; USB Rechargeable; Black and Gold', 26.99, NULL, NULL, 28.57, 'Hair Clippers-97467.jpeg', 'Hair Clippers-65903.jpeg', 'Hair Clippers-36741.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-11 16:37:14', '2024-02-11 16:37:14'),
(4324, 'Electric Shavers', 'W4xuWqa4a', 16, 'Gemdeck Mens Electric Shavers 4 in 1 Shavers Nose Trimmer Electric Razor', 25.00, NULL, NULL, 28.00, 'Electric Shavers-36036.jpeg', 'Electric Shavers-29277.jpeg', 'Electric Shavers-37034.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-11 16:42:29', '2024-02-11 16:42:29'),
(4325, 'Klutch Heavy-Duty Dent Puller', '3ipeTYKEu', 18, 'Heavy-Duty Dent Puller pulls out small dents by suction power alone! Many other holding and pulling applications. Backed by a lifetime guarantee.\r\nWhat\'s Included\r\n\r\n(1) Klutch Heavy-Duty Dent Puller\r\nFeatures + Benefits\r\n\r\nSuper-tough rubber cup\r\n1-pc. cast aluminum grip\r\nSuction cup is 125mm (4.92in.) in diameter', 26.99, NULL, NULL, 29.99, 'Klutch Heavy-Duty Dent Puller-76941.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-11 16:43:25', '2024-02-11 16:43:25'),
(4326, 'Xbox Series S 512GB All-Digital Starter Bundle Console with Xbox Game Pass', 'JQAQNINLM', 15, 'Xbox Series S 512GB All-Digital Starter Bundle Console with Xbox Game Pass (Disc-Free Gaming) - White\r\n\r\nMODEL: RRS-00144', 104.99, NULL, NULL, 299.90, 'Xbox Series S 512GB All-Digital Starter Bundle Console with Xbox Game Pass-99937.jpeg', 'Xbox Series S 512GB All-Digital Starter Bundle Console with Xbox Game Pass-28635.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-02-11 16:49:42', '2024-02-11 16:49:42'),
(4327, 'Esco Hurricane CAT-13 Bead Seater — 13-Gal. Capacity, Model# 20389', 'gFvkhhMvg', 18, 'The Esco Hurricane CAT-13 Bead Seater is specifically designed for heavy-duty truck tire applications (22.5in. and 24.5in.) as well as most construction and agricultural tires. This model features a ASME certified cast aluminum air tank and pushbutton discharge to release a steady stream of air with a single push.\r\nWhat\'s Included\r\n\r\n(1) Tank\r\n(1) Barrel\r\n(1) Pair safety glasses\r\nFeatures + Benefits\r\n\r\nEasy-to-handle ASME certified cast aluminum air tank\r\nErgonomically designed handle for control of tank while seating tire/wheel\r\nHigh-force discharge barrel for precise maximum air release for best seating of the bead the first time\r\nProtective rubber-coated feet\r\nOperating pressure: 40–155 PSI; 165 PSI max. pressure\r\nIncludes safety glasses and ear protection included.', 514.95, NULL, NULL, 525.95, 'Esco Hurricane CAT-13 Bead Seater — 13-Gal. Capacity, Model# 20389-86717.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-11 16:50:00', '2024-02-11 17:04:43'),
(4328, 'JRCO Front-Mount Tine Rake —46in.W, Model# 473/46HRZ.JRC', 'MaNApbP9l', 18, 'The JRCO 46in. Front-Mount Tine Rake is the ultimate spring and fall cleanup tool. It is designed to attach to compatible Husqvarna zero-turn mowers to deliver a professionally groomed look. Patented spring tines lift thatch without damaging healthy turf grass. Also aerates soil, promotes root development, helps to accelerate seed germination, and reduces the chance for turf disease. Compatible with Husqvarna Z and RZ model zero-turn mowers only.\r\nWhat\'s Included\r\n\r\n(1) Deck assembly with 35 tines\r\n(2) Yoke/wheel braces\r\n(2) Wheels\r\n(1) Mount bar\r\n(1) Lower lift handle\r\n(1) Handle topper\r\n (1) Latch hoop\r\n(1) Latch lift assembly\r\n (1) Set of hardware', 799.99, NULL, NULL, 825.00, 'JRCO Front-Mount Tine Rake —46in.W, Model# 473/46HRZ.JRC-43284.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-11 16:54:19', '2024-02-11 16:54:19'),
(4329, 'Monster Hunter', 'ohg7TTHxA', 15, 'Monster Hunter: World for Xbox One\r\n\r\nMODEL: 013388550289', 9.00, NULL, NULL, 19.99, 'Monster Hunter-40685.jpeg', 'Monster Hunter-96090.jpeg', 'Monster Hunter-13747.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-11 16:56:57', '2024-02-11 16:56:57'),
(4330, 'Powerhorse Rear Tine Tiller, 20in. Working Width, 212cc Gas Engine', 'vUX2a3Dd6', 18, '212cc Powerhorse horizontal engine with recoil start delivers the power and performance you need\r\nRear tine design with 20in. working width\r\nEasy-to-use design with simple maintenance\r\n3.6 liter capacity fuel tank; 600ml oil capacity\r\nNot for sale in CA', 649.99, NULL, NULL, 699.99, 'Powerhorse Rear Tine Tiller, 20in. Working Width, 212cc Gas Engine-26707.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-11 17:02:57', '2024-02-11 17:02:57'),
(4331, 'Crash Bandicoot 4', 'jERuoxt4Y', 15, 'Crash Bandicoot 4: It\'s About Time for Xbox One\r\n\r\nMODEL: 047875785502', 19.00, NULL, NULL, 59.99, 'Crash Bandicoot 4-13012.jpeg', 'Crash Bandicoot 4-60493.jpeg', 'Crash Bandicoot 4-98647.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-11 17:08:54', '2024-02-11 17:08:54');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4332, 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX', 'LSYh39VsE', 18, 'The Maxim Commercial Tiller, Model# RMT55H.MAX, is a powerful machine with a 163cc Honda engine. It has a tilling width of 14 to 26 inches, making it perfect for both small and large gardening or landscaping projects. With this tiller, you can easily prepare your soil for planting and achieve professional-grade results. It\'s a great tool for any gardening enthusiast or professional landscaper.', 1599.99, NULL, NULL, 1700.00, 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX-14075.jpeg', 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX-22374.jpeg', 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX-24850.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-11 17:11:35', '2024-02-11 17:11:35'),
(4333, 'Vernier Sensor DAQ 195321D-01L USB Data Acquisition National Instrument', 'JxZHyhc43', 18, 'Vernier Sensor DAQ 195321D-01L USB Data Acquisition National Instrument', 95.07, NULL, NULL, 104.07, 'Vernier Sensor DAQ 195321D-01L USB Data Acquisition National Instrument-62344.jpeg', 'Vernier Sensor DAQ 195321D-01L USB Data Acquisition National Instrument-75618.jpeg', 'Vernier Sensor DAQ 195321D-01L USB Data Acquisition National Instrument-48777.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 17:14:15', '2024-02-12 03:30:39'),
(4334, 'Kingdom Hearts', 'iUL5VcGwy', 15, 'Kingdom Hearts III for PS4\r\n\r\nMODEL: 662248915050', 9.00, NULL, NULL, 19.99, 'Kingdom Hearts-76687.jpeg', 'Kingdom Hearts-31214.jpeg', 'Kingdom Hearts-11993.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-11 17:14:23', '2024-02-11 17:14:23'),
(4335, 'Brinly-Hardy Lawn Roller — 18in. x 24in., Model# PRC-24BH', 'j9bM8zlQo', 18, 'The Brinly-Hardy Lawn Roller, Model# PRC-24BH, is a fantastic tool for maintaining a beautiful and even lawn. With its 18-inch by 24-inch size, this lawn roller helps you achieve a smooth and professional-looking lawn surface. It\'s great for leveling out uneven areas and packing down loose soil. Whether you\'re a homeowner or a professional landscaper, this lawn roller is a must-have for keeping your lawn in top shape.', 169.00, NULL, NULL, 175.00, 'Brinly-Hardy Lawn Roller — 18in. x 24in., Model# PRC-24BH-16365.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-11 17:18:48', '2024-02-11 17:18:48'),
(4336, 'National Instruments 158561A-01L Industrial Controller', 'OmcSdMwpl', 18, 'IC-3173\r\n8 GB RAM\r\n4 GB SSD\r\nREAL-TIME OS\r\nREPLACED BY 784227-01 At Interscope we know that with today\'s challenges, equipment maintenance and replacement can be costly; however we have a solution. Through our partnerships and program, we have access to an extensive inventory of new surplus and used components and assemblies that can not only deliver a significant cost savings, but also reduce lead time. We have a complete machine shop and manufacturing, fabrication, and assembly capabilities. We can rebuild assemblies, complete processing lines and other capital equipment at a substantially lower cost than new. In addition, we are always looking to purchase surplus and liquidated equipment. Let us bid on the equipment that you no longer want and/or need.', 2767.54, NULL, NULL, 3767.54, 'National Instruments 158561A-01L Industrial Controller-52588.jpeg', 'National Instruments 158561A-01L Industrial Controller-34971.jpeg', 'National Instruments 158561A-01L Industrial Controller-90014.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-11 17:19:32', '2024-02-11 17:19:32'),
(4337, 'Mig/Lift Tig/Stick 3 in 1 Welding Machine with IGBT Inverter & MIG Torch', 'kM9XyDBYX', 18, 'Mig/Lift Tig/Stick 3 in 1 Welding Machine with IGBT Inverter MIG Torch\r\n\r\nSpecification\r\n\r\nItem model number\r\n145Amp MIG Welder', 142.56, NULL, NULL, 153.56, 'Mig/Lift Tig/Stick 3 in 1 Welding Machine with IGBT Inverter & MIG Torch-75212.jpeg', 'Mig/Lift Tig/Stick 3 in 1 Welding Machine with IGBT Inverter & MIG Torch-99252.jpeg', 'Mig/Lift Tig/Stick 3 in 1 Welding Machine with IGBT Inverter & MIG Torch-43327.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 17:25:25', '2024-02-11 17:25:25'),
(4338, 'Fits right Narvon Air Filter for Summit NSSM2 Granita/Slushy Machine', 'bqTdofWAU', 18, 'Fits right Narvon Air Filter for Summit NSSM2 Granita/Slushy Machine\r\n\r\nThis sale transaction is for one Fits right Narvon Air Filter for Summit NSSM2 Granita/Slushy Machine, included exactly what is pictured\r\n\r\nTERMS OF SALE: If, after receiving this item you discover that it was not the one you wanted, or it was not in the conditions described Please be so kind and let me know Before contacting or before leaving negative or neutral feedback, I will do my best to find a solution as soon as possible.\r\n\r\nInternational Buyers: Customs fees, duties taxes, and other charges, are buyers\' responsibility, arrival time will depend on your location, please allow some time for international orders.', 100.44, NULL, NULL, 118.44, 'Fits right Narvon Air Filter for Summit NSSM2 Granita/Slushy Machine-71385.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-11 17:28:14', '2024-02-11 17:28:14'),
(4339, 'Anthem', 'bqxX4OjvX', 1, 'Anthem for PS4\r\n\r\nMODEL: 014633369960', 9.00, NULL, NULL, 14.99, 'Anthem-49326.jpeg', 'Anthem-11610.jpeg', 'Anthem-50286.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-11 17:28:21', '2024-02-11 17:28:21'),
(4340, '130 Amp Mig/Flux Core Wire Welder, 115/230V Dual Voltage IGBT Inverter Welding S', '8Mx9E6dao', 18, '130 Amp Mig/Flux Core Wire Welder, 115/230V Dual Voltage IGBT Inverter Welding Soldering Machine\r\n\r\nSpecification\r\n\r\nItem model number\r\nMIG-130A\r\n\r\nPart Number\r\nMIG130A2020\r\n\r\nStyle\r\nMIG Flux Cored Wire Welding\r\n\r\nMaterial\r\nMetal\r\n\r\nPower Source\r\n110V/230V Dual Voltage\r\n\r\nCertification\r\nETL Listed\r\n\r\nColor\r\nGrey\r\n\r\nPattern\r\nUSA\r\n\r\nProduct Dimensions\r\n12.5 x 7.25 x 11.5 inches\r\n\r\nPerformance Description\r\n60% Duty Cycle @ 130 Amp\r\n\r\nBatteries Required?\r\nNo\r\n\r\nItem Weight\r\n0.01 ounces\r\n\r\nManufacturer\r\nAmico Electric\r\n\r\nHandle Material\r\nPlastic\r\n\r\nAmperage Capacity\r\n130 Amps\r\n\r\nSize\r\nFull Size\r\n\r\nIs Discontinued By Manufacturer\r\nNo\r\n\r\nMeasurement System\r\nEnglish/Standard\r\n\r\n7.25 inches x 12.5 inches x 11.5 inches. Weight: 0.01 oz\r\n\r\nItem Description\r\n\r\nMIG-130A adopts the most advanced IGBT inverter technology and has an excellent arc stability, which produces perfect welding effects. All projects can be completed effortlessly and quickly. The current, voltage, and wire feeding speed can be adjusted; furthermore, the wire feeding speed can also be automatically matched according to the current. It is simple and easy to operate, which is very suitable for beginners and professionals alike.\r\nMIG-130A has a beautiful appearance and incorporates exquisite production technology. It is manufactured in accordance with all industry standards. The output current is 130A at 110V and 220V. Both 0.030\" and 0.035\" flux-cored wires can be used. The machine is very light and has a user-friendly design, making welding work easy and perfect. This is an ideal machine for home maintenance, professional work, and every task you require.\r\nWith an intelligent power supply system, the welder can automatically detect the input voltage, which allows the machine to automatically adjust. You can also switch easily between 110V and 220V. Extending the power cord by 300 feet can also resist power fluctuations and cable attenuation. It is very suitable for difficult operations on construction sites, docks, agricultural sites and relatively remote areas.\r\nMIG-130A can achieve perfect welding, and the strength of its components makes it a reliable work tool for professionals and individuals. The package includes a 7-foot power cord, a 10-foot MIG torch assembly, a 10-foot 300-amp ground clamp assembly, and a 230V to 115V power adapter.\r\nIt has a variety of safety protection functions, such as automatic voltage fluctuation compensation, overheat protection, over-current protection, over-load protection, etc. The 80% duty cycle ensures long-term effective welding. The ergonomic lightweight model design makes the machine very easy to carry, and the fan with automatic temperature control makes the machine run very quietly.\r\n\r\nSpecifications - Model: MIG-130; Rated Input Voltage: AC115V / 230V; Frequency: 60Hz / 50Hz; Rated Input Power: 230V/15 Amp 115V/30 Amp; Current Range: 130 Amp @ 115V/230V; Rated Duty Cycle: 80% @ 130 Amp; Nominal DC Open Circuit Voltage: 60V; Power Factor: 0.93; Dimension: 12.5 x 7.25 x 11.5 in.; Net Weight: 18.0 lbs.; Packaging Size: 16.73 x 10.74 x 13.38 in.; Packaging Weight: 20 lbs.; Packing List - MIG-130 MIG /Flux Cored Welding Machine; 6-feet Power Cord N6-50P Plug; 8-feet 150A MIG Torch Gun Assembly; 8-feet 300A Work Clamp Cable Assembly; 230V to 110V Power Adapter; 1 Spool of .030 in. Flux-Cored Wire.; Owner?s', 200.94, NULL, NULL, 217.94, '130 Amp Mig/Flux Core Wire Welder, 115/230V Dual Voltage IGBT Inverter Welding S-17269.jpeg', '130 Amp Mig/Flux Core Wire Welder, 115/230V Dual Voltage IGBT Inverter Welding S-38433.jpeg', '130 Amp Mig/Flux Core Wire Welder, 115/230V Dual Voltage IGBT Inverter Welding S-23153.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 17:34:03', '2024-02-11 17:34:03'),
(4341, 'Madden NFL', 'u9HLTgBZm', 15, 'Madden NFL 2010 for PSP\r\n\r\nMODEL: 014633157055', 4.99, NULL, NULL, 19.99, 'Madden NFL-18768.jpeg', 'Madden NFL-20733.jpeg', 'Madden NFL-18724.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-11 17:35:10', '2024-02-11 17:35:10'),
(4342, '4in1 MIG MMA MAG TIG-160C Welding hine Semi-automatic IGBT Inverter Welder Porta', 'JoGAAiBjz', 18, '4in1 MIG MMA MAG TIG-160C Welding hine Semi-automatic IGBT Inverter Welder Porta', 200.04, NULL, NULL, 234.04, '4in1 MIG MMA MAG TIG-160C Welding hine Semi-automatic IGBT Inverter Welder Porta-93345.jpeg', '4in1 MIG MMA MAG TIG-160C Welding hine Semi-automatic IGBT Inverter Welder Porta-46043.jpeg', '4in1 MIG MMA MAG TIG-160C Welding hine Semi-automatic IGBT Inverter Welder Porta-37122.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 17:41:27', '2024-02-11 17:41:27'),
(4343, 'Danfoss 195N1003 VLT®2800 Frequency Inverter Drive', 'NHvJjY3wX', 18, 'Danfoss 195N1003 VLT®2800 Frequency Inverter Drive', 167.99, NULL, NULL, 187.98, 'Danfoss 195N1003 VLT®2800 Frequency Inverter Drive-42696.jpeg', 'Danfoss 195N1003 VLT®2800 Frequency Inverter Drive-14359.jpeg', 'Danfoss 195N1003 VLT®2800 Frequency Inverter Drive-32958.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 17:45:08', '2024-02-11 17:45:08'),
(4344, 'Welder and Gun, 90 Amp, 120V, Inverter', '1ReupuXit', 18, 'Lincoln Electric FC90 Flux Core Wire Feed Welder and Gun, 90 Amp, 120V, Inverter Power Source for Easy Operation, Portable Shoulder Strap, Best for Small Welding Jobs\r\n\r\nSpecification\r\n\r\nItem model number\r\nK3493-1\r\n\r\nStyle\r\nWelder and Gun\r\n\r\nBrand\r\nLincoln Electric\r\n\r\nCountry of Origin\r\nChina\r\n\r\nManufacturer Part Number\r\nK3493-1\r\n\r\nItem Weight\r\n15.57 pounds\r\n\r\nModel\r\nFC90\r\n\r\nProduct Dimensions\r\n11.25 x 5.75 x 17 inches\r\n\r\nManufacturer\r\nNo\r\n\r\n5.75 inches x 11.25 inches x 17.0 inches. Weight: 15.57 lb\r\n\r\nItem Description\r\n\r\nWELD ANYWHERE: Plug in the Century FC90 flux-cored wire feed welder anywhere 120V input power is available\r\nLIGHTWEIGHT PORTABLE: Ideal for maintenance and mobile welders, thanks to its small and lightweight inverter design and shoulder strap for portability\r\nFC90 WELDER FEATURES: Automatic thermal protector shuts off output until machine cools to a normal operating temperature; Easy to turn control knobs allow you to fine tune welding parameters; Conveniently load your spool of wire on top of machine\r\nSMOOTH OPERATION: Inverter power source makes it more efficient to operate and provides smoother weld characteristics compared to traditional welders\r\nPERFECT FOR SMALL WELD JOBS: This machine is best for DIY projects, hobbyists, home repairs and more; Infinite welding voltage allows fine-tuning of weld characteristics; 30% duty cycle at 80 Amp; 30-90 Amp range\r\n\r\nPlug in the Century FC90 flux core wire feed welder anywhere common 120-Volt input power is available. The small lightweight inverter design allows for portability perfect for small weld jobs. Automatic thermal protector shuts off the output until the machine cools to a normal operating temperature.\r\n\r\nReturn Policy\r\n\r\n? We guarantee against any defective or misrepresented products. The original shipping label must be sent back to us to validate the return. A full refund can only be issued during the first 30 days upon receipt of the product.\r\n\r\n? Returns will be voided if the product is mishandled or physical damaged by customer.\r\n\r\n? Buyer will be responsible for all kind of return shipping/shipment to the seller for resolving the problem.\r\n\r\n? Returns made for all non-defective, undamaged products are subject to a 15% restocking fee. Shipping and handling fees are absolutely non-refundable. If an item is returned to us due to an address issue, we do charge a reshipping fee to reship. If you would like a refund, there will be a 15% restocking fee applied.\r\n\r\n? All returned products need to be assigned an RMA # (Return Merchandise Authorization #) prior to return. Please contact us through\'s messaging system to obtain an RMA# for the return. Any returned product without an RMA # on package will not be accepted or processed.', 265.41, NULL, NULL, 270.41, 'Welder and Gun, 90 Amp, 120V, Inverter-68304.jpeg', 'Welder and Gun, 90 Amp, 120V, Inverter-50755.jpeg', 'Welder and Gun, 90 Amp, 120V, Inverter-38310.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-11 17:50:52', '2024-02-11 17:50:52'),
(4345, 'new FR-D740-0.75K-CHT Inverter 3 ph 380V to 3 ph 380~480V 2.2A 90 days warranty', 'OlFXG770d', 18, 'new FR-D740-0.75K-CHT Inverter 3 ph 380V to 3 ph 380480V 2.2A 0.75KW 90 days warranty\r\n\r\nWe mainly sell Industrial LCD panels and touch screens , providing information and technical consultation for all kinds of LCD screens and touch screens, We have many parts in stock ,such as the brand for GT/GUNZE, FUJITSU, HITECH, SIEMENS, HAKKO, WEINVIW, ELO parts. And 4.7-15 inches is between the various size of industrial screen, They are applicable to vehicles, medical equipments, injection molding machines ,industrial equipments etc.', 190.43, NULL, NULL, 200.43, 'new FR-D740-0.75K-CHT Inverter 3 ph 380V to 3 ph 380~480V 2.2A 90 days warranty-64687.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-11 17:55:02', '2024-02-11 17:55:02'),
(4346, 'Baby Changing Station Sanitary Bed Liners, White, 500/Carton', 'VxXwqtAYX', 14, 'Bed liner\'s extra-large size ensures that your patrons\' babies will be protected. Smooth and soft paper top surface caresses sensitive skin. Pre-folded design simplifies dispensing. Size (W x L): 13\" x 19\"; Material(s): Paper; Color(s): White; Shipping Quantity: 500 per carton.', 60.70, NULL, NULL, 65.70, 'Baby Changing Station Sanitary Bed Liners, White, 500/Carton-27806.jpeg', NULL, NULL, 'Babies', 4.5, NULL, 1, '2024-02-11 18:07:43', '2024-02-11 18:07:43'),
(4347, 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray', 'APsyp2rXE', 14, 'Front panel and flange are one-piece deep drawn stainless steel which eliminates seams, sharp edges and weld lines. Baby changing surface includes Microban® antimicrobial protection which inhibits growth of bacteria on the product reassuring patrons of a hygienic surface. Dual-cavity liner dispenser has integral spring tab that dispenses one liner at a time. Integral frame offers exceptional bed stability and minimal deflection. Equipped with tumbler lock, keyed alike. Includes stainless steel external bag hook.', 500.99, NULL, NULL, 515.99, 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray-73932.jpeg', 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray-15542.jpeg', 'Baby Changing Station, Wall Horizontal Mount, 36.5 x 21.25, Gray-18089.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 18:14:31', '2024-02-11 18:14:31'),
(4348, 'NorTrac Harrow Rake — 48 1/2in.W x 64in.L, 3/8in. Dia. Tines', 'K7ZwhyxZg', 18, 'With steel tines forward and down, this NorTrac® Harrow Rake cultivates, prepares seed beds and rakes up dead foliage. Pull tines in the other direction and they penetrates less. Turn tines up and they\'re drag mats. Pull behind tractor, jeep, pickup, ATV or 4-wheeler to effectively level dirt racing tracks and playing fields. Harrow tines are 3 1/2in.L x 3/8in. dia. and made of high carbon steel. No maintenance needed. Heavy-duty tubular steel draw bar. Black.\r\nWhat\'s Included\r\n\r\n(1) Harrow Rake\r\nDownloads\r\n\r\nProduct Manual\r\nFeatures + Benefits\r\n\r\nCultivate, prepare seed beds, rake up foliage\r\nLevel dirt racing tracks and playing fields\r\nPull behind tractor, jeep, pickup, ATV or 4-wheeler\r\n3 1/2in.L x 3/8in. dia., carbon steel tines\r\n48 1/2in.W x 62 1/2in.L usable length (113 9/16in. overall length)\r\nHeavy-duty tubular steel draw bar\r\nNo maintenance necessary', 229.99, NULL, NULL, 246.99, 'NorTrac Harrow Rake — 48 1/2in.W x 64in.L, 3/8in. Dia. Tines-92372.jpeg', 'NorTrac Harrow Rake — 48 1/2in.W x 64in.L, 3/8in. Dia. Tines-28453.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-11 23:20:49', '2024-02-11 23:20:49'),
(4349, 'PREY', 'Bvq2kMKYP', 15, 'Prey for Xbox One\r\n\r\nMODEL: 093155171473', 4.99, NULL, NULL, 19.99, 'PREY-30155.jpeg', 'PREY-85497.jpeg', 'PREY-63502.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-11 23:43:27', '2024-02-11 23:43:27'),
(4350, 'Powerhorse Wood Chipper/Shredder — 420cc Powerhorse OHV Engine, 4in. Chipping Capacity', 'vQjpFfhci', 18, 'the Powerhorse Wood Chipper/Shredder, with its 420cc Powerhorse OHV Engine, is a beast of a machine! It has a 4-inch chipping capacity, which means it can handle some serious branches and brush. Whether you\'re cleaning up your yard or preparing wood for landscaping or mulching, this wood chipper/shredder is up to the task. It\'s a powerful tool that will make quick work of your wood chipping needs.', 879.99, NULL, NULL, 999.99, 'Powerhorse Wood Chipper/Shredder — 420cc Powerhorse OHV Engine, 4in. Chipping Capacity-87527.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-11 23:51:11', '2024-02-11 23:51:11'),
(4351, 'Q play Tito plus 3-in-1 folding multi stage stroller tricycle', 'vzONAYKGp', 14, 'The Q Play Rito Plus 3-In-1 Folding Multi-Stage Stroller Tricycle is the ultimate 3-in-1 stroller tricycle for kids that can grow with them and is easy to transport.\r\n\r\n\r\nFEATURES\r\nEasily folds for transport or storage\r\nTrike is small enough to fit in a car trunk or a closet at home\r\nStage 1 for 12 Months & Up: seat is reclined back, the infant footrests can be deployed and the free wheel/ free handle clutches can be engaged to ensure the parent has full control of the trike\r\nStage 2 for 36 Months & Up: seat is inclined forward and the infant footrests can be folded up to allow your child to place their feet on the footrests. The free wheel/ free handle clutches should still be engaged\r\nStage 3 for 48 Months & Up: the parents\' push handle and the backseat can be removed and the free wheel/ free handle clutches can be disengage so your child can take full control of the trike\r\nWith multiple footrest positions, a reclining seat, and a removable backrest, this trike will grow with your child\r\nBreathable, lightweight, and water resistant material\r\nSeat height: 14\"\r\nFeatures buckle to keep child in their seat\r\nUPF 50+ sun protection\r\nRubber wheels\r\nDETAILS\r\n27\"H x 17\"W x 15\"D\r\nWeight capacity: 60 lbs.\r\nProduct weight: 20 lbs.\r\nAges 6 months & up\r\nAssembly required\r\nPolyester, plastic\r\nModel no. RTP1B, RTP1G\r\nWipe clean\r\nImported\r\nManufacturer\'s 1-year limited warranty\r\nFor warranty information please click here', 105.20, NULL, NULL, 127.20, 'editor@ge-as.com-93556.jpeg', 'editor@ge-as.com-36840.jpeg', 'editor@ge-as.com-58154.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-11 23:53:06', '2024-02-12 00:13:20'),
(4352, 'Lightweight frame for enhanced portability Extra-large play area Removable padded floorboard wipes clean Includes storage bag', 'LTXWNdGnh', 14, 'Lightweight frame for enhanced portability\r\nExtra-large play area\r\nRemovable padded floorboard wipes clean\r\nIncludes storage bag', 50.99, NULL, NULL, 59.99, 'Lightweight frame for enhanced portability Extra-large play area Removable padded floorboard wipes clean Includes storage bag-86713.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 00:00:29', '2024-02-12 00:00:29'),
(4353, 'Strongway Drum Spike Aerator — 60in.W, 126 Spikes', '07U5D8kEw', 18, 'This Strongway™ Drum Spike Aerator is a lawn roller that helps you create a beautiful landscape or level field. The unit has a 14in. dia. drum featuring 3in.L spikes that penetrate into the ground, aerating while rolling for turf that is level and consistent. A great choice for aerating hard, compacted soil or clay to get water and nutrients to the roots of plants or grass. Fill the drum with water to achieve the desired weight and create a heavy, flattening drum roller that has spikes to aerate at the same time you flatten, keeping your lawn healthy and looking good.\r\nWhat\'s Included\r\n\r\n(1) Strongway Drum Spike Lawn Aerator, 60in.W, 126 Spikes', 494.99, NULL, NULL, 549.99, 'Strongway Drum Spike Aerator — 60in.W, 126 Spikes-50697.jpeg', 'Strongway Drum Spike Aerator — 60in.W, 126 Spikes-92732.jpeg', 'Strongway Drum Spike Aerator — 60in.W, 126 Spikes-66047.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-12 00:02:57', '2024-02-12 00:02:57'),
(4354, 'Battlefield', 'DILlXZmu2', 15, 'Nioh 2 Standard Edition for PS4\r\n\r\nMODEL: 711719529293', 14.00, NULL, NULL, 59.99, 'Battlefield-68132.jpeg', 'Battlefield-13425.jpeg', 'Battlefield-56293.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-12 00:05:38', '2024-02-12 00:05:38'),
(4355, 'QPlay Balance Bike', 'PyutSXJuv', 14, 'QPlay Balance Bike', 40.00, NULL, NULL, 45.00, 'QPlay Balance Bike-32665.jpeg', 'QPlay Balance Bike-58033.jpeg', 'QPlay Balance Bike-65118.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-12 00:08:16', '2024-02-12 00:08:16'),
(4356, 'Ironton Galvanized Steel Oval Raised Garden Planter, 6ft. x 3ft. x 1ft.', 'UwpMTrnvc', 18, 'The Ironton® Galvanized Steel Oval Raised Garden Planter Bed allows you the satisfaction of growing your own flowers, vegetables, herbs and more. The oval design with a 12in. depth and elevated sides holds up to 18 cu. ft. of soil and installs directly into soil without a garden base. Easy to set up almost anywhere, the corrugated, galvanized steel construction withstands all kinds of weather. The modular design with four 0.48mm-thick side panels and four 0.8mm-thick corner panels allows you to add multiple boxes for an even larger bed. All pieces screw together for easy assembly with included screws and complete instructions. Assembled dimensions: 72in.L x 36in.W x 12in.H.\r\nWhat\'s Included\r\n\r\n(1) Garden planter bed assembly\r\nFeatures + Benefits\r\n\r\n12in. deep oval design with elevated sides\r\nHolds up to 18 cu. ft. of soil and installs directly into soil without base\r\nEasy to set up almost anywhere\r\nCorrugated, galvanized steel construction withstands all kinds of weather\r\nModular design allows addition of multiple boxes for easy assembly\r\nScrews and complete instructions included\r\nAssembled dimensions: 72in.L x 36in.W x 12in.H', 89.99, NULL, NULL, 99.99, 'Ironton Galvanized Steel Oval Raised Garden Planter, 6ft. x 3ft. x 1ft.-19176.jpeg', 'Ironton Galvanized Steel Oval Raised Garden Planter, 6ft. x 3ft. x 1ft.-88295.jpeg', 'Ironton Galvanized Steel Oval Raised Garden Planter, 6ft. x 3ft. x 1ft.-37527.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-12 00:13:30', '2024-02-12 00:13:30'),
(4357, 'Cohearted - Freedom Links - 18k White Gold - 2.20 carat', 'wYxTNCcKO', 18, 'Intended for “those who dare to dream”, the Cohearted brand is aimed at unconventional spirits, freed people, those who brandish their freedom like a standard. A master in the art of twisting codes, Benjamin founded Cohearted to give everyone the opportunity to wear jewelry that has meaning. The result of a collaboration between engineers and jewelers from the best Parisian workshops, the Cohearted range plays on a reinterpretation of the imagination to remind us of a reflection: we are the sole holders of our freedom.  Symbols of alienation, diamond/yellow, pink or gray Palladium gold handcuff rings become here the jewel of emancipation thanks to their ingenious design. The first adjustable rings, they can be worn as you wish, open or closed, on the finger or around a chain, as a pendant.  The house\'s best-seller, the iconic half-pavé “freedom links” bracelet made up of two intertwined links evokes the links of a handcuff with broken chains. The pendant keys will allow you to open the handcuffs on broken chains, because at Cohearted, each piece of jewelry offers you the means of your escape...  DETAILS  Carat: 2.20 Number of diamonds: 256 Weight: 13.1 grams Design length: 3.1 cm Design width: 1.1 cmRead less\r\nDetails\r\nCreator\r\nBenjamin Gabriel Cohen\r\nMetal\r\nWhite Gold\r\nStone\r\nDiamond,White Diamond', 9625.24, NULL, NULL, 9825.24, 'Cohearted - Freedom Links - 18k White Gold - 2.20 carat-79986.jpeg', 'Cohearted - Freedom Links - 18k White Gold - 2.20 carat-63885.jpeg', 'Cohearted - Freedom Links - 18k White Gold - 2.20 carat-96248.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-12 00:18:52', '2024-02-12 00:18:52'),
(4358, 'Relanfenk Baby Socks Kids Toddler Boys Girls Solid Warm Knit Soft Sole Rubber Shoes Sock Slipper Stocking', 'Uou8bV4zF', 14, 'It is made of high quality materials,Soft hand feeling, no any harm to your baby\r\n\r\n    Lovely and Charming design available,Make your baby more lovely\r\n\r\n    Gender:Girls/Boys\r\n\r\n    Shoe upper material: Knit\r\n\r\n    Sole material:Rubber\r\n\r\n    Fashion Element:Solid\r\n\r\n    Style:Casual\r\n\r\n    Package content:1 pair baby sock shoes(Not Including shoes box)\r\n\r\n    Note:\r\n\r\n    Insole Length=Foot Length+0.8cm\r\n\r\n    M,Means The Standard Width    　', 5.09, NULL, NULL, 6.09, 'Relanfenk Baby Socks Kids Toddler Boys Girls Solid Warm Knit Soft Sole Rubber Shoes Sock Slipper Stocking-14777.jpeg', 'Relanfenk Baby Socks Kids Toddler Boys Girls Solid Warm Knit Soft Sole Rubber Shoes Sock Slipper Stocking-75922.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 00:19:07', '2024-02-12 00:19:07'),
(4359, '18K White Gold 20 Carat Estate Diamond Bracelet', '1DwB2fzKD', 18, 'Exceptional 18K White Gold 20 Carat Estate Diamond Bracelet. Crafted in 18k white gold, mounted with various cut diamonds that total 20.00cttw. Bracelet Width: 17mm  Bracelet Length: 7.5 inches  Folder over clasp with safety.\r\nContinue Reading\r\nDetails\r\nMetal\r\n18k Gold,White Gold\r\nStone\r\nDiamond\r\nStone Cut\r\nRound Cut\r\nStyle\r\nModern\r\nPlace of Origin\r\nUnknown\r\nPeriod\r\n20th Century\r\nDate of Manufacture\r\nUnknown\r\nCondition\r\nExcellent', 41600.00, NULL, NULL, 52000.00, '18K White Gold 20 Carat Estate Diamond Bracelet-42294.jpeg', '18K White Gold 20 Carat Estate Diamond Bracelet-18455.jpeg', '18K White Gold 20 Carat Estate Diamond Bracelet-39474.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-12 00:23:34', '2024-02-12 00:23:34'),
(4360, 'Lenovo ThinkCentre M80q Gen 4 Tiny Desktop, vPro®, UHD Graphics 770, 16GB, 256GB', 'DKkuCRKoO', 16, 'Flawless performance, seamless user experience\r\n\r\nThe Lenovo ThinkCentre M80q Gen 4 Tiny PC (Intel) is big on performance. With up to an Intel vPro® Enterprise with 13th Gen Intel® Core i9 processor, it delivers the power of a full-sized desktop. Able to support HDD and SSD storage, as well as up to four displays, this compact powerhouse also boasts reams of lightning quick memory. In short, this PC is designed to boost your productivity whether you\'re in a healthcare, retail, or a front office environment, customer-facing or administrative role.', 819.00, NULL, NULL, 198.00, 'Lenovo ThinkCentre M80q Gen 4 Tiny Desktop, vPro®, UHD Graphics 770, 16GB, 256GB-35797.jpeg', 'Lenovo ThinkCentre M80q Gen 4 Tiny Desktop, vPro®, UHD Graphics 770, 16GB, 256GB-65517.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-02-12 00:27:14', '2024-02-12 00:27:14'),
(4361, 'Gyratedream Baby Toddler Kids Boys Girls Satin Silk Cartoon Bear Print Sleepwear Pajamas Short Sleeve Blouse Tops+Shorts', 'ZC7kuqvAR', 14, 'Baby Kids Boys Girls Cartoon Bear Print Outfits Set Short Sleeve Blouse Tops+Shorts Sleepwear Pajamas Nightgown\r\nBaby Toddler Kids Boys Girls Satin Silk Cartoon Bear Print Sleepwear Pajamas Short Sleeve Blouse Tops+Shorts \r\nPackage included:\r\n1*Blouse+1*Shorts\r\n\r\nNote:\r\n1.1 inch=2.54cm\r\n2.Please allow 1-3 cm error due to manual measurement. pls make sure you do not mind before you bid.\r\n3.Due to the difference between different monitors, the picture may not reflect the actual color of the item. Thank you!\r\n100 % brand new new and high quality\r\nOur outfits are made of cotton, soft and breathable, harmless to kids\' skin\r\nCasual Short sleeve bear pattern sleepwear blouse pants set, which will make your kids look cool and attractive\r\nDistinctive and unique design make your Kids get lots of compliments with this clothes set\r\nThe clothes set have 5 size, suitable for baby from 1 to 6 years old wear in summer/spring', 10.99, NULL, NULL, 13.99, 'Gyratedream Baby Toddler Kids Boys Girls Satin Silk Cartoon Bear Print Sleepwear Pajamas Short Sleeve Blouse Tops+Shorts-50693.jpeg', 'Gyratedream Baby Toddler Kids Boys Girls Satin Silk Cartoon Bear Print Sleepwear Pajamas Short Sleeve Blouse Tops+Shorts-80726.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 00:28:34', '2024-02-12 00:28:34'),
(4362, 'David Morris Oval Links Diamond Bracelet in 18K White Gold 2.20 CTW', 'qjjgplPJE', 18, 'the David Morris Oval Links Diamond Bracelet in 18K White Gold sounds absolutely stunning! With its 2.20 CTW of sparkling diamonds set in elegant oval links, this bracelet is sure to make a statement. The 18K white gold adds a touch of luxury and sophistication. It\'s the perfect accessory to elevate any outfit and add a touch of glamour. You\'ll definitely turn heads with this beautiful piece of jewelry.', 3900.00, NULL, NULL, 4050.00, 'David Morris Oval Links Diamond Bracelet in 18K White Gold 2.20 CTW-82522.jpeg', 'David Morris Oval Links Diamond Bracelet in 18K White Gold 2.20 CTW-33079.jpeg', 'David Morris Oval Links Diamond Bracelet in 18K White Gold 2.20 CTW-89100.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-12 00:30:45', '2024-02-12 00:30:45'),
(4363, 'LEAF™ Grow Bouncer', 'TzIG7eiTF', 14, 'SET INCLUDES\r\n• LEAF™ Grow, organic infant insert, removable seat pad and toy bar with plush toys\r\n\r\nFEATURES\r\n• Grows with your little one from newborn to toddler to big kid\r\n• Stage 1, with built-in harness: from birth until about 5 months, or when the child can sit upright or can climb out unassisted\r\n• Stage 2, without built-in harness: for use as a chair when the child is able to walk until they\'re up to 130 pounds\r\n• Cozy organic infant insert easily removes as baby grows\r\n• Removable seat pad with three-point harness transitions to toddler seat\r\n• Toddler seat with mesh backing provides little breezes\r\n• Three recline positions for a customizable snooze: move up, down and sway everywhere in between\r\n• Inspired by a carefree float of a leaf on a breeze\r\n• Ultra-smooth and quiet side-to-side motion\r\n• Elegant, serene design feels right at home in the living room\r\n• Ideal angles for both playing and napping\r\n• Motor-free ride--no batteries, cords, buzz or noise\r\n• Motion lasts unassisted with a gentle push for over 2 minutes\r\n• Easily locks in a stationary position for feeding or playtime\r\n• Seat simply detaches from base for storage or quick trips\r\n• Manufacturer\'s 2-year warranty\r\n\r\n\r\nSPECIFICATIONS\r\nStage 1 with built-in harness: From birth until the child can sit upright or can climb out unassisted.\r\nDiscontinue stage one use when infant can sit upright, push up on hands and knees or climb out unassisted (age around 5 months) and is unable to walk.\r\nNEVER leave child unattended. This product is not safe for unsupervised use or unattended sleep. Always use the restraint.\r\nStage 2 without built-in harness: For use as a chair when the child is able to walk. Discontinue stage two use when child reaches 130 lbs. (60 kg)', 230.00, NULL, NULL, 300.00, 'LEAF™ Grow Bouncer-62111.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 00:34:08', '2024-02-12 00:34:08'),
(4364, 'PWM Fan Hub Cable', 't0q5V7cof', 16, 'PWM Fan Hub Cable 2-Pack 4Pin Computer CPU Case Fan Splitter Hub 5 Port Fan Hub for 3Pin Computer PC Case Fan 4Pin PWM Fan ITX Mining Rig Frame Case', 11.00, NULL, NULL, 19.00, 'PWM Fan Hub Cable-97783.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-12 00:35:36', '2024-02-12 00:35:36'),
(4365, 'Tiffany & Co. T Square Bracelet 18k Rose Gold with Box', 'Fv0J1KrW3', 18, 'This bold bracelet exudes sophistication. As multifaceted as it is iconic, the Tiffany T collection is a tangible reminder of the connections we feel but can\'t always see. Wear this sleek design in a mixed-metal bracelet stack for a modern look.  18k gold Size Large Fits wrists up to 6.26- 6.75\"  With Box and receipt\r\nContinue Reading\r\nDetails\r\nCreator\r\nTiffany & Co.\r\nMetal\r\nRose Gold\r\nDimensions\r\nDiameter: 6.5 in (165.1 mm)\r\nStyle\r\nModern\r\nPlace of Origin\r\nUnited States\r\nPeriod\r\n2010-\r\nDate of Manufacture\r\n2022\r\nCondition\r\nExcellent. In original box.\r\nSeller Location\r\nNew York, NY\r\nReference Number\r\n1stDibs: LU2691218502102', 5740.00, NULL, NULL, 6200.00, 'Tiffany & Co. T Square Bracelet 18k Rose Gold with Box-75610.jpeg', 'Tiffany & Co. T Square Bracelet 18k Rose Gold with Box-90385.jpeg', 'Tiffany & Co. T Square Bracelet 18k Rose Gold with Box-80378.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-12 00:41:07', '2024-02-12 00:41:07'),
(4366, 'Little Unicorn Cotton Muslin Big Kid Quilt - Georgia Peach', 'wRnDGyVT7', 14, 'Our classic quilt — supersized! Made for nap time, playtime or anytime. Featuring four breathable layers that get softer with every wash, this versatile throw-sized quilt is an everyday essential.\r\n\r\n4-layer 100% cotton muslin quilt\r\nLarger size: 60\" x 72\r\nBreathable\r\nLightweight and warm\r\nOriginal prints to fit your unique style\r\nFabric gets softer with each wash\r\n100% cotton muslin\r\nPlease note that slight variations in the richness and depth of color in our prints may occur due to the nature of our manufacturing process.', 80.00, NULL, NULL, 90.00, 'Little Unicorn Cotton Muslin Big Kid Quilt - Georgia Peach-42829.jpeg', 'Little Unicorn Cotton Muslin Big Kid Quilt - Georgia Peach-25772.jpeg', 'Little Unicorn Cotton Muslin Big Kid Quilt - Georgia Peach-83477.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-12 00:46:50', '2024-02-12 00:46:50'),
(4367, 'Van Cleef & Arpels Yellow Gold Mother of Pearl & Onyx Magic Alhambra Earrings VC', 'olRkj3ctH', 18, 'An iconic pair of 18k yellow gold earrings by Van Cleef & Arpels, from the Magic Alhambra collection. Comprising of 3 four-leaf clover motifs alternating in size complemented by a beaded outer edge, each individually set with onyx as well as white and grey mother of pearl. The earrings feature a post and clip back fitting, are 6.5cm in length, and have a gross weight of 18.31 grams.  Comes complete with a Van Cleef & Arpels box, Van Cleef & Arpels certificate and sales invoice, both dated March 2018.\r\n18k Gold,Yellow Gold', 12688.36, NULL, NULL, 12888.99, 'Van Cleef & Arpels Yellow Gold Mother of Pearl & Onyx Magic Alhambra Earrings VC-45357.jpeg', 'Van Cleef & Arpels Yellow Gold Mother of Pearl & Onyx Magic Alhambra Earrings VC-45394.jpeg', 'Van Cleef & Arpels Yellow Gold Mother of Pearl & Onyx Magic Alhambra Earrings VC-28907.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-12 00:51:56', '2024-02-12 00:51:56'),
(4368, 'Cooler Master MasterAccessory Vertical Graphics Card Holder Kit', 'EnBqKn7G8', 16, 'Cooler Master MasterAccessory Vertical Graphics Card Holder Kit V3 with Premium Riser Cable PCI-E 4.0 x16 - 165mm, Compatibility PCIe 4.0 and Older for E-ATX, ATX, Micro ATX Chassis', 50.00, NULL, NULL, 55.00, 'Cooler Master MasterAccessory Vertical Graphics Card Holder Kit-32985.jpeg', 'Cooler Master MasterAccessory Vertical Graphics Card Holder Kit-10308.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-12 00:54:09', '2024-02-12 00:54:09'),
(4369, 'Verdura White Topaz and Diamond Ear Clips', 'GEkU0NPl1', 18, 'Verdura combines colorless stones and 18k yellow gold to produce these statement cluster ear clips. Eighteen round brilliant cut diamonds dance around the six faceted oval topaz creating movement and brilliance.  Length is approximately 0.80 inches and width is approximately 0.85 inches Total carat weight of topaz is 19.92 Total carat weight of diamonds is 0.72 Stamped 750 for 18k gold Signed Verdura.\r\nCreator\r\nVerdura\r\nMetal\r\n18k Gold,Yellow Gold\r\nStone\r\nDiamond,Topaz', 11000.00, NULL, NULL, 11200.45, 'Verdura White Topaz and Diamond Ear Clips-50584.jpeg', 'Verdura White Topaz and Diamond Ear Clips-45440.jpeg', 'Verdura White Topaz and Diamond Ear Clips-55022.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-12 00:56:03', '2024-02-12 00:56:03'),
(4370, 'Flash Furniture Square Laminate Table Set With Round Base And 4 Trapezoidal Back Banquet Chairs, 30\"H x 36\"W x 36\"D, Mahogany/Black', '3N3qggphR', 14, 'Design a space-efficient, stylish restaurant space with the Flash Furniture Square Laminate Table Set With Round Base And 4 Trapezoidal Back Banquet Chairs. This durable set boasts a melamine table top with a laminate finish for lasting strength. Each chair has sleek vinyl upholstery for a modern touch.\r\nIncludes a square table top, round base and 4 chairs.\r\nTable boasts a 1-1/8” thick design with a laminate finish and high-impact melamine core.\r\nProtective T-mold edge band.\r\nDurable round base boasts a 4” diameter table height column.\r\nMade from durable cast iron with a powder-coated finish.\r\nTop plate is pre-welded to the column.\r\nTrapezoid-back chairs feature vinyl upholstery.\r\nEach chair has a seamless back panel and a vinyl-upholstered seat and back.\r\nChairs stack up to 15 high.\r\nWeight capacity tested to support 500 lb.\r\nAssembly required.\r\nThis product is heavy and/or oversized and may need more than one person to handle', 400.30, NULL, NULL, 591.30, 'Flash Furniture Square Laminate Table Set With Round Base And 4 Trapezoidal Back Banquet Chairs, 30\"H x 36\"W x 36\"D, Mahogany/Black-74747.jpeg', 'Flash Furniture Square Laminate Table Set With Round Base And 4 Trapezoidal Back Banquet Chairs, 30\"H x 36\"W x 36\"D, Mahogany/Black-41591.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 00:58:24', '2024-02-12 00:58:24'),
(4371, 'The Game of Life Twists and Turns Electronic Board Game', 'J27MhNkYl', 15, 'The Game of Life Twists and Turns Electronic Board Game 2007 New in Open Box\r\n\r\nDescription: A thousand ways to live your life! You Choose! Money, Points, Everything... From Milton Bradley.', 70.99, NULL, NULL, 62.25, 'The Game of Life Twists and Turns Electronic Board Game-74651.jpeg', 'The Game of Life Twists and Turns Electronic Board Game-67938.jpeg', NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-12 00:59:39', '2024-02-12 00:59:39'),
(4372, '18kt white gold ring with White Diamonds and Blue Sapphire', 'LqxI8dcAQ', 18, 'A stunning 18kt white gold ring weighing a total of 8 grams with pavè of brilliant-cut white diamonds color G purity SI for 1.70 carats, emerald-cut white diamonds color G purity VS for 1.46 carats set with a beating technique, and a GEMLAB Zambia-certified emerald-cut blue sapphire certified GEMLAB for 4.42 carats, central hand-set. Finger size 14 (diameter 17.2 millimeters).  Lenti 1963, quando la tradizione di famiglia incontra l\'esperienza del design e dei gioielli in un\'evoluzione continua di forme iconiche e silhouette versatili. I nostri abili artigiani e designer sfruttano la loro sconfinata creatività per realizzare concetti unici che siano eccezionali quanto le persone che li indosseranno. Ogni pezzo inizia con una ricerca meticolosa, esplorando le ultime tendenze, riferimenti storici e tecniche innovative.  Se desideri avere maggiori informazioni, inviaci un messaggio o chiamaci.\r\nRing Size\r\n6.5 US, Not Resizable\r\n(Size Guide)\r\nMetal\r\n18k Gold,White Gold\r\nStone\r\nWhite Diamond,Blue Sapphire\r\nStone Cut\r\nEmerald Cut\r\nWeight\r\n9.52 g\r\nStyle\r\nContemporary\r\nPlace of Origin\r\nItaly\r\nPeriod\r\n2010-\r\nDate of Manufacture\r\ncirca 2015', 39897.98, NULL, NULL, 40000.56, '18kt white gold ring with White Diamonds and Blue Sapphire-84678.jpeg', '18kt white gold ring with White Diamonds and Blue Sapphire-81246.jpeg', '18kt white gold ring with White Diamonds and Blue Sapphire-13088.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-12 01:05:54', '2024-02-12 01:05:54'),
(4373, 'AERO Coffee Table Aviator Aluminium Furniture Table Home Decor', 'gRiZIKt4D', 14, 'Enhance your home, living and bed décor with the uniquely aviation styled Commander Trunk Coffee Table Dull finished Aluminum plates held by over 160 individual screws cover this unique piece of furniture, bringing style and functionality to any setting The trunk features a fully functional, black fabric lined storage compartment, ½” sturdy wood framing, medium walnut colored wood bracketing, fully died thru sturdy cognac leather caps and hardware & individual nail heads in an antique brass finish Upper Material: Aluminum plates Color: Natural Alu Dull Wood Material: Solid Ash Wood Brackets Wood Finish: Medium Walnut\r\nWood Material: Solid Ash Wood Brackets\r\nNO Assembly required\r\nMeasurements: 19 inches High x 15 inches Deep x 44 inches Wide\r\nStorage Compartment\r\nAluminium Has A Matte Finish That\'s Lightly Distressed For A Vintage Look Intenational Nicks Dings Small Scratches And Other Imperfections Are To Be Expected And Add To The Character And Uniqueness Of Each Item', 1495.00, NULL, NULL, 1595.00, 'AERO Coffee Table Aviator Aluminium Furniture Table Home Decor-82082.jpeg', 'AERO Coffee Table Aviator Aluminium Furniture Table Home Decor-32110.jpeg', 'AERO Coffee Table Aviator Aluminium Furniture Table Home Decor-16048.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 01:09:54', '2024-02-12 01:09:54'),
(4374, 'Insulated Cooler Tote Bag', '3Iyu69ob4', 15, 'Insulated Cooler Tote Bag Lunches, Beverages, Groceries, Sweda #FB6107 GREEN\r\n\r\nHandy insulated bag for carrying foods and beverages\r\nOverall measurements 10.5\"W x 13\"H x 6\"D\r\n420D polyester shell with insulated foil lining\r\nGenerous cargo space, carry up to 12 beverage cans\r\nDouble zipper for convenient opening from either side\r\nSturdy reinforced webbing carrying strap and elastic mesh side pocket\r\nGreat for lunches, canned drinks or transporting cold grocery items\r\nIn stock and ready to ship direct from our Ohio warehouse\r\nFREE SHIPPING included for this item to all USA addresses', 8.99, NULL, NULL, 12.96, 'Insulated Cooler Tote Bag-23567.jpeg', 'Insulated Cooler Tote Bag-49843.jpeg', 'Insulated Cooler Tote Bag-40168.jpeg', 'Toys and games', 2.5, NULL, 1, '2024-02-12 01:11:05', '2024-02-12 01:11:05'),
(4375, 'Athena Power', 'wKdGOJM2r', 16, 'Athena Power BP-TLA3141SAS12 12 Gbps Mini-SAS HD Hot-Swap SAS / SATA 3.5\" HDD Internal Hard Drive Backplane Module - OEM', 80.00, NULL, NULL, 89.00, 'Athena Power-19436.jpeg', 'Athena Power-88954.jpeg', NULL, 'Accessories', 3.5, NULL, 1, '2024-02-12 01:11:43', '2024-02-12 01:11:43'),
(4376, 'Flash Furniture Kids\' Folding Table, Square, 24\"W x 24\"D, Blue', '9cMCC5nPx', 14, 'Set up your child’s space for crafts, play and homework with a Flash Furniture Kid’s Folding Table. The sponge foam padding and vinyl on the top offer a comfortable feel for children as they learn and create. The spacious table seats up to 4 children and can fold up when not in use for efficient storage.\r\nDurable metal base.\r\nVinyl-covered tabletop with sponge foam padding.\r\nSeats up to 4 children.\r\nFolding design for storage.\r\nPlastic floor glides.\r\nWeight capacity tested to support 70', 36.99, NULL, NULL, 43.99, 'Flash Furniture Kids\' Folding Table, Square, 24\"W x 24\"D, Blue-24041.jpeg', 'Flash Furniture Kids\' Folding Table, Square, 24\"W x 24\"D, Blue-88756.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-12 01:14:31', '2024-02-12 01:14:31'),
(4378, 'Easyfashion Living Room Furniture Table Set - Lift-Top Coffee Table with TV Console, Gray', 'uYPwYDfy0', 14, 'This living room table set includes a split lift-top coffee table and a 55” W TV console with a mutual clean-lined design and thick rustic industrial style. The split lift-top coffee table consists of a gas lift top that can be elevated to 61cm/24” and a fixed surface. This functional living room table offers an abundance of storage to a small living room, great room, condo, family room or den. And under the tabletop is two large out-of-sight storage compartments for daily items. This TV table features 3 storage shelves, which offer ample storage space to keep items orderly and organized.\r\nEasyfashion Living Room Furniture Table Set - Lift-Top Coffee Table with TV Console, Gray:\r\n \r\n\r\nSpecifications of Lift-top Coffee Table:\r\n\r\nQty.: 1\r\nColor: Gray\r\nMaterials: MDF, iron\r\nOverall dimensions (closed top): 40.5x20x19\" (LxWxH)\r\nLarge tabletop: 40.5x15.5\" (LxW)\r\nSmall tabletop: 40.5x4.5\" (LxW)4\r\nLifted tabletop height: 24\"\r\nMDF thickness: 0.6\"\r\nStorage compartment (ea.): 19x18.5x5\" (LxWxD)\r\nGround clearance: 3\"\r\nG.W.: 20.8kg/45.8lbs\r\nMaximum weight capacity: tabletop(lifted): 30lbs, tabletop(closed): 200lbs, storage compartment: 45lb', 200.99, NULL, NULL, 243.99, 'Easyfashion Living Room Furniture Table Set - Lift-Top Coffee Table with TV Console, Gray-61016.jpeg', 'Easyfashion Living Room Furniture Table Set - Lift-Top Coffee Table with TV Console, Gray-63374.jpeg', 'Easyfashion Living Room Furniture Table Set - Lift-Top Coffee Table with TV Console, Gray-69559.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 01:19:55', '2024-02-12 01:19:55'),
(4379, 'Furniture Chair', 'eF9nPYD0Y', 14, 'Specification\r\n\r\nProduct Name:  Furniture Chair\r\n\r\nMain Material: Velvet\r\n\r\n*Product Dimensions\r\n\r\nAssembled Length (in.):\r\n\r\n30.00\r\n\r\nAssembled Width (in.):\r\n\r\n33.00\r\n\r\nAssembled Height (in.):\r\n\r\n37.00\r\n\r\nWeight (lbs.):\r\n\r\n45.00\r\n\r\n*Description\r\n\r\nDurable Easy to Clean Faux Leather Cover\r\n\r\nChannel Tufted Back for Comfort and Style\r\n\r\nHeavy Duty Steel Frame\r\n\r\nBack is Shipped Off For EZ Delivery into Any Room or Home\r\n\r\nHandle Release For Recline', 1000.00, NULL, NULL, 1126.37, 'Furniture Chair-56093.jpeg', 'Furniture Chair-88917.jpeg', 'Furniture Chair-90798.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 01:27:46', '2024-02-12 01:27:46'),
(4380, 'Inch Red Metal Wagon', 'Pp72s7UWR', 15, 'Dollhouse Miniature - 1/2 Inch Red Metal Wagon - 1/12 Scale\r\n\r\nSmall Red Wagon in Painted Metal by International Miniatures. Designed for the 1:12 scale miniature setting. Made of painted metal. Measures 1 1/2 inches long w/o handle\r\n\r\n3 1/2\" L x 1 5/8\" W', 4.99, NULL, NULL, 7.99, 'Inch Red Metal Wagon-49037.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-12 01:32:56', '2024-02-12 01:32:56'),
(4381, 'Tufted Back Chair with Gold U-shape Base, Grey', 'VJk5n7IuJ', 14, 'Introducing our Tufted Back Chair with Gold U-shape Base in Grey. This modern two-tone chair is not only visually appealing but also offers unbeatable comfort. Upholstered in soft velvet with button tufted details, its elegant light grey finish complements any decor. The chair features a gold stainless steel base that wraps around the arms and forms sturdy U-shaped legs. Whether you\'re relaxing after a long day or entertaining guests, this cozy chair is perfect for any modern living room, den, home library, or entertainment room.', 986.18, NULL, NULL, 997.18, 'Tufted Back Chair with Gold U-shape Base, Grey-70147.jpeg', 'Tufted Back Chair with Gold U-shape Base, Grey-26765.jpeg', 'Tufted Back Chair with Gold U-shape Base, Grey-10005.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 01:33:01', '2024-02-12 01:33:01'),
(4382, '1/32X12X24 Birc Plywood', 'pWnQE8dwu', 14, 'Brand\r\nMidwest Products Company Inc\r\nMFR #\r\n5241\r\nZoro #\r\nG507061099\r\nUPC #\r\n91157052417\r\nCountry of Origin\r\nUnited States\r\nCategory\r\nArts & Crafts', 15.25, NULL, NULL, 20.25, '1/32X12X24 Birc Plywood-39831.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-12 01:40:39', '2024-02-12 01:40:39');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4383, 'Pizza Chips', 'l6jmNMBCJ', 15, 'This Vintage Pizza Chips Box Dollhouse Miniature is a charming addition to your collection. Meticulously crafted, it\'s an ideal piece for miniature enthusiasts, dollhouse decorators, and pizza fans.\r\n\r\n? Authentic vintage design\r\n\r\n? Detailed pizza chips box\r\n\r\n? Perfect for dollhouse decor\r\n\r\n? Great for miniature collectors\r\n\r\n? Unique pizza-themed accessory\r\n\r\nFeatures:\r\n\r\n? Made in Hong Kong\r\n\r\nMeasurements:\r\n\r\nHeight 2 in / 5 cm\r\n\r\nCondition: Pre-Owned Good\r\n\r\nGood condition.\r\n\r\nSee photos as they are part of the description.\r\n\r\n*Quarter is shown for scale only and is not included.', 12.00, NULL, NULL, 18.69, 'Pizza Chips-32121.jpeg', 'Pizza Chips-76404.jpeg', 'Pizza Chips-63149.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-12 01:54:57', '2024-02-12 01:54:57'),
(4384, 'Eastar C Flutes 16 Keys Closed Hole Flute for Beginner Kids Student Musical Instrument with Cleaning Kit, Carrying Case, Stand, Glove,Tuning Rod, Nickel, EFL-1', 'l5D84fFAT', 14, 'brand:%20Eastar%20is%20an%20excellent%20musical%20instrument%20design%20and%20manufacturing%20brand,%20dedicated%20to%20the%20production%20of%20musical%20instruments,%20with%20more%20than%2020%20years%20of%20experience.%0AC%20Close%2016%20Keys%20Flutes%20is%20made%20of%20high%20quality%20material,%20with%20beautiful%20appearance%20and%20firm%20structure.%20It%20is%20great%20to%20create%20the%20best%20sound%20quality.%20Festivals%20and%20Special%20Days%20coming%20soon!%20What%20will%20you%20choose%20for%20Gifts?%20Let\'%20have%20fun%20with%20Eastar%20Musical%20Instrument%20right%20now!%20Best%20gift%20for%20yourself,%20friends%20and%20kids!%0A%0A%20Features:%0A1.%20New%20and%20high%20quality:%20The%20most%20important%20upgrade%20is%20that%20we%20use%20double%20sheep%20casings%20pads,%20which%20comes%20with%20better%20air-tightness,%20longer%20life.%0A2.%20Eastar\'s%20study%20found%20that%20flutes%20made%20of%20standard%20copper%20tubes%20around%2045mm%20are%20more%20reliable,%20also%20much%20friendly%20to%20beginners.%0A3.%20Instrument%20Key%20C,%2016keys%0A4.%20The%20close%20hole%20design%20in%20this%20flute%20enables%20strong%20playing%20capacity,%20ensuring%20stable%20tune%20and%20air%20flow.%0A5.Compact%20and%20portable:%20Easy%20to%20clean%20and%20maintain%0A6.%20The%20flute%20is%20music%20amateur%20and%20professional%20person%20necessity%0A7.%20Included%20Components%20Cleaning%20kit.%20With%20two%20slide%20fasteners%E2%80%99%20pockets,%20the%20case%20has%20more%20space%20for%20carrying.%20(40cm%20x%208.5cm%20x%2011cm)%0A8.%20Wide%20Range%20Application:%20Music%20lessons,%20school%20band,%20orchestra,%20home%20practice.%0A%0A%0ASpecifications:%0A1.%20Material:%20Alloy%20Steel%0A2.%20Hole:%20Open/close%20hole%20design%0A3.%20Quantity%20of%20Keys:%2016%20Hole%0A4.%20Length:%2026.4%E2%80%99%E2%80%99/%2067cm%0A5.%20Tone:%20C%0A6.%20Color:%20Nickel%0A7.%20Package%20Weight:%200.9lb%20/%20400g%0A', 80.99, NULL, NULL, 89.99, 'Eastar C Flutes 16 Keys Closed Hole Flute for Beginner Kids Student Musical Instrument with Cleaning Kit, Carrying Case, Stand, Glove,Tuning Rod, Nickel, EFL-1-65915.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-12 02:10:13', '2024-02-12 02:21:49'),
(4385, 'AC Power Adapter Charger', 'XR0WQGBXd', 16, '65W 19V 3.42A AC Power Adapter Charger for Acer Chromebook 11 13 14 15 R11 CB3-131-C3SZ C720-2103 CB5-571-C1DZ CB3-111-C670; Aspire One Cloudbook 11 14 AO1-131-C7DW C9PM(Not Compatible Type C Port)', 40.00, NULL, NULL, 46.00, 'AC Power Adapter Charger-91962.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-12 02:13:55', '2024-02-12 02:13:55'),
(4386, 'Otamatone (Regular - White) by Maywa Denki, Touch-Sensitive Electronic Musical Instrument English Edition', 'kExxV56PZ', 14, 'The Otamatone is a cute, quirky, and fun-to-play electronic musical toy characterized by its eighth note-shaped body, adorable moving mouth, and silly, buzzing, amusingly off-key \"voice.\"\r\n\r\nThe Otamatone creates electronic tones that you can control based on the position of your finger on the touch-sensitive fretboard. Use a switch on the back to choose an octave and slide your fingers up and down to play different notes. Open the Otamatone\'s mouth with a squeeze to change the sound from a hum to an “ahh” and create a “Wah Wah” effect.\r\n\r\nYou don\'t need to be a professional musician to have fun with the Otamatone - anyone can get the hang of it! Play any tune you like by sliding fingers up and down on the stem. Great as a Christmas or birthday gift for any child, teen, boy, girl, adult, music lover, or anyone who wants to have fun making cute, silly songs on the world\'s weirdest musical instrument.\r\n\r\nBEST SELLER - One of Japan’s Best-Selling Musical Instrument Portable Synthesizer Toys!\r\nFUN & EASY TO PLAY - Slide Your Fingers Along The Stem to Vary The Pitch and Squeeze The Cheeks for Vibrato\r\nCREATE YOUR OWN SOUND - Play in a low, medium, or high pitch - get together with friends and create a harmony!\r\nGREAT FOR ALL AGES - Kids, teens, and adults all love the Otamatone! Whether you’re brand new to music or an expert musician, the Otamatone offers a fun, silly new way to make music!\r\nAAA Batteries ×3, Body Size: Approx 27 cm', 35.99, NULL, NULL, 39.99, 'Otamatone (Regular - White) by Maywa Denki, Touch-Sensitive Electronic Musical Instrument English Edition-46105.jpeg', 'Otamatone (Regular - White) by Maywa Denki, Touch-Sensitive Electronic Musical Instrument English Edition-43856.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-12 02:14:58', '2024-02-12 02:14:58'),
(4387, 'Miniature Violin Instrument Metal Pencil Sharpener Desk Accessory Musician Gift', 'PusyDC543', 14, 'What a fantastic gift for the musician in the family, this elegant miniature metal violin desk accessory. Intricately detailed and authentic to its real-life counterpart, the metal miniature violin features F holes, a bridge, and a tailpiece. On the back of the instrument is a fully functional pencil sharpener, making this miniature perfect for a musician\'s desk or a unique addition to a pencil sharpener collection. The metal violin desk accessory measures 1 1/4\" long, 1 1/2\" wide, and 5 3/8\" tall. All of our pencil sharpeners ship brand new in manufacturer\'s packaging with our 100% Customer Satisfaction Guarantee.\r\nWhat a fantastic gift for the musician in the family, this elegant miniature metal violin desk accessory\r\nIntricately detailed and authentic to its real-life counterpart, the metal miniature violin features F holes, a bridge, and a tailpiece\r\nOn the back of the instrument is a fully functional pencil sharpener, making this miniature perfect for a musician\'s desk or a unique addition to a pencil sharpener collection', 4.75, NULL, NULL, 6.75, 'Miniature Violin Instrument Metal Pencil Sharpener Desk Accessory Musician Gift-54012.jpeg', 'Miniature Violin Instrument Metal Pencil Sharpener Desk Accessory Musician Gift-45603.jpeg', 'Miniature Violin Instrument Metal Pencil Sharpener Desk Accessory Musician Gift-55993.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 02:20:24', '2024-02-12 02:20:24'),
(4388, 'Shengshi Kids Early Educational Musical Instrument Toys Electronic Keyboard Piano Organ Blue', 'pmFbxQlig', 14, 'name:%20Early%20educational%20musical%20instrument%20electronic%20organ%0AColor%3A%20pink/blue%0AAge:%20above%203%20years%20old%0AMaterial:%20ABS%20plastic%0AProduct%20size:%2021*3*11.5CM%0AFunctions:%20emotion,%20vision,%20intelligence%20development,%20crawling,%20hand%20and%20brain,%20grasping,%20senses,%20hand-eye%20coordination,%20other%20ability%20cultivation%0A%0APackage%20includes:%20musical%20instrument%20electronic%20organ%20*1%0A%0A%0A%0A1.Color:%20pink/blue%0A2.Age:%20above%203%20years%20old%0A3.Material:%20ABS%20plastic%0A4.Product%20size:%2021*3*11.5CM%0A5.Functions:%20emotion,%20vision,%20intelligence%20development,%20crawling,%20hand%20and%20brain,%20grasping,%20senses,%20hand-eye%20coordination,%20other%20ability%20cultivation', 10.69, NULL, NULL, 11.69, 'Shengshi Kids Early Educational Musical Instrument Toys Electronic Keyboard Piano Organ Blue-60955.jpeg', 'Shengshi Kids Early Educational Musical Instrument Toys Electronic Keyboard Piano Organ Blue-39965.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-12 02:28:17', '2024-02-12 02:28:17'),
(4389, 'Oster Everwood Kitchen 5-Piece Nylon Tools Set with Wood Inspired Handles', 'OZhaU9z2C', 16, 'Oster Everwood Kitchen 5-Piece Nylon Tools Set with Wood Inspired Handles', 15.00, NULL, NULL, 19.94, 'Oster Everwood Kitchen 5-Piece Nylon Tools Set with Wood Inspired Handles-64958.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-12 02:31:04', '2024-02-12 02:31:04'),
(4390, 'Best Choice Products Kids Beginner 3-Piece Drum, Musical Instrument Set w/ Sticks, Cushioned Stool, Drum Pedal - Red', 'jcQw2gzEY', 14, '2,3 TINY DRUM SOLO!!! This 3-Piece Drum Set is a great size for children to learn a new instrument and have fun building their hand-eye coordination-standing at a comfortable 29-inches. Everything they need is included in this complete, all-in-one drum kit. 2 Toms (8.5in & 10.5in), a cymbal (8in), a bass drum (12.5in), a bass pedal, stool (12in x 14in x 9in), and drum sticks (22in) checks all the essential needs. These drums feature an easy setup and a compact profile with an easy-to-clean high-gloss surface. Your mini musician will thank you for the gift of music for years to come!\r\nPERFECT FOR KIDS: Sized for children ages 3 and up with all the essential sounds the beginner musician needs to start learning\r\nALL-WOOD DRUM SHELLS: Carefully shaped and sealed wood shells create a stable resonance with a warm, dynamic tone\r\nALL HARDWARE INCLUDED: Blackened metal fastenings come together in an easy assembly process with a single drum key for final adjustment and future tuning\r\nHIGH-GLOSS FINISH: A bright, smooth finish on each drum shell ensures easy upkeep and preserves the sound quality for years\r\nCOMPLETE SET: Comes complete with 2 toms, 1 bass drum, 1 cymbal, 2 drum sticks, a bass pedal, and a cushioned stool for extended jam sessions!; OVERALL DIMENSIONS (Set Assembled): 22\"(L) x 29\"(H)', 70.99, NULL, NULL, 79.99, 'Best Choice Products Kids Beginner 3-Piece Drum, Musical Instrument Set w/ Sticks, Cushioned Stool, Drum Pedal - Red-65695.jpeg', 'Best Choice Products Kids Beginner 3-Piece Drum, Musical Instrument Set w/ Sticks, Cushioned Stool, Drum Pedal - Red-30015.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-12 02:33:42', '2024-02-12 02:33:42'),
(4391, 'Food Steamer', 'xNb0YhNDB', 16, 'Aroma Housewares Arc-5000Sb Digital Rice, Food Steamer, Slow, Grain Cooker, Stainless Exterior/Nonstick Pot, 10-Cup Uncooked/20-Cup Cooked/4Qt, Silver, Black', 44.68, NULL, NULL, 49.00, 'Food Steamer-17175.jpeg', NULL, NULL, 'Home appliances and utensils', 3.5, NULL, 1, '2024-02-12 02:38:34', '2024-02-12 02:38:34'),
(4392, 'Anself Trumpet Bb Flat Brass Gold-painted Exquisite Durable Musical Instrument with Mouthpiece Gloves Strap Case', 'N3JqdD7oQ', 14, 'This trumpet deserves a try from every trumpeter because of its beautiful sound and exquisite design. Durable and exquisite design to satisfy your taste.\r\n\r\nFeatures: \r\nHigh-quality brass gold-painted trumpet of Bb flat.\r\nSupplied with a silver-plated mouthpiece for trumpet.\r\nCome with a pair of gloves, and a cleaning cloth.\r\nA padded case and a piece of strap for protecting instrument and easy storage.\r\nGlossy and durable instrument for musical lovers.\r\n\r\nSpecifications:\r\nMaterial: Brass\r\nItem weight: 1015g / 2.2Lb\r\nPackage size: 53*24*16cm\r\nPackage weight: 2090g\r\n\r\nNote:\r\nThe color of the cleaning cloth will be sent randomly.\r\n\r\nPackage List:\r\n1 * Trumpet\r\n1 * Mouthpiece\r\n1 * Strap\r\n1 * Cleaning Cloth\r\n1 * A pair of Gloves\r\n1 * Case\r\nHigh-quality brass gold-painted trumpet of Bb flat.\r\nSupplied with a silver-plated mouthpiece for trumpet.\r\nCome with a pair of gloves, and a cleaning cloth.\r\nGlossy and durable instrument for musical lovers.', 100.24, NULL, NULL, 121.24, 'Anself Trumpet Bb Flat Brass Gold-painted Exquisite Durable Musical Instrument with Mouthpiece Gloves Strap Case-58928.jpeg', 'Anself Trumpet Bb Flat Brass Gold-painted Exquisite Durable Musical Instrument with Mouthpiece Gloves Strap Case-73668.jpeg', 'Anself Trumpet Bb Flat Brass Gold-painted Exquisite Durable Musical Instrument with Mouthpiece Gloves Strap Case-39535.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 02:40:53', '2024-02-12 02:40:53'),
(4393, 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs', 'QqXZTsdF2', 15, 'HIGH QUALITY STAINLESS STEEL MATERIAL: Made of food-grade stainless steel heavy materials and have the ability to resistant stains,corrosion and deformation,it is very durable.\r\nERGONOMIC HANDLE: The extended handle makes mashing a breeze, thanks to its comfortable and thick handle design. With a gentle press, you can easily get perfectly smooth and fluffy mash potatoes. Say goodbye to the days of hand-mashing potatoes; once you try this, you\'ll be amazed you didn\'t discover this fantastic tool earlier.\r\nDIVERSE FUNCTIONS: Potato ricers incorporate air into boiled potatoes, making them light, fluffy and lump free. Also applicable for mashing cooked apples and vegetables such as carrots, cauliflower, yams, tomatoes and more. Also great for homemade baby food and making gnocchi.\r\nSWIFT CLEANING, FEW SECONDS NEEDED: Its straightforward design ensures a quick cleanup. You can either toss the masher kitchen tool into the dishwasher for effortless cleaning or rinse it under the faucet. The entire cleaning process takes just a few seconds.\r\nOUR GUARANTEE: If you have any questions about our product, please contact us and we will answer within 24 hours.', 15.00, NULL, NULL, 19.99, 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs-51084.jpeg', 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs-23413.jpeg', 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs-51827.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-12 02:44:48', '2024-02-12 02:44:48'),
(4394, 'Texas Instruments TI-84 Plus Graphics Calculator - 125-3471', 'YtH7IzAHk', 14, 'Texas Instruments TI-84 Plus Graphics Calculator\r\nWith its clear display and fast processing, this calculator incorporates graphing tools for mathematics and science course work, including statistics and finance. Expanded graphing technology performance comes preloaded with more than a dozen applications, including functionality that encourages exploration of interactive geometry, inequality graphing and real-world data collection and analysis. This calculator is approved for use on PSAT, SAT, and ACT college entrance exams, IB and AP tests.', 110.99, NULL, NULL, 119.99, 'Texas Instruments TI-84 Plus Graphics Calculator - 125-3471-81705.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-12 02:47:34', '2024-02-12 02:47:34'),
(4395, 'Global Industrial 337322R 24 x 36 in. Machinery Round Guard, Yellow', 'GPJRI40ka', 14, '24\"H high profile-round-indoor/outdoor machinery guards Style Guards configured in 3 styles protect warehouse, parking and loading areas. Provide heavy duty impact protection for pallet racks, machinery and personnel. All welded steel construction measures 4-1/2\" diameter. Base plates measure 8\" x 8\" square. Safety yellow powder coat finish with black visibility stripes. Hardware is not included. , Lot of 1', 200.77, NULL, NULL, 227.77, 'Global Industrial 337322R 24 x 36 in. Machinery Round Guard, Yellow-49050.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-12 02:59:24', '2024-02-12 02:59:24'),
(4396, '2MP Webcam 5-50mm Varifocal Lens USB Camera HD 1080P High Speed VGA 100fps USB Webcamera CMOS OV2710 Sensor Industrial Camera with Aluminum Case Play & Plug Free Drive OTG 2.0 Camera', 'HzKoK1wQb', 14, '5-50mm Varifocal Lens+High Frame 640 x 480 @100fps- 1080P Compact camera with aluminum case is the high standard in terms of image quality and sensitivity performance. 5-50mm varifocal lens usb camera with IR-cut filter@650nm for true color day images/videos (Does not work with 850nm IR illumination),focus adjustable. Resolution: MJPE 1920 x 1080 @30fps 1280 x 720 @60fps 640 x 480 @100fps. Perfect for high leval video system for personal or industrial.\r\nHD 1080P USB Camera: Focus adjustable 5-50mm lens 2MP Webcam with specialized optical lens. High precision and no distorted pictures! Automatic white balance and automatic color correction. Webcam captures your clips in true 1080p, and 30 frames per second, max.frame deliver VGA 100 frames per second,high pixel technology for sharp image and accurate color reproduction.', 100.85, NULL, NULL, 108.85, '2MP Webcam 5-50mm Varifocal Lens USB Camera HD 1080P High Speed VGA 100fps USB Webcamera CMOS OV2710 Sensor Industrial Camera with Aluminum Case Play & Plug Free Drive OTG 2.0 Camera-41669.jpeg', '2MP Webcam 5-50mm Varifocal Lens USB Camera HD 1080P High Speed VGA 100fps USB Webcamera CMOS OV2710 Sensor Industrial Camera with Aluminum Case Play & Plug Free Drive OTG 2.0 Camera-13175.jpeg', '2MP Webcam 5-50mm Varifocal Lens USB Camera HD 1080P High Speed VGA 100fps USB Webcamera CMOS OV2710 Sensor Industrial Camera with Aluminum Case Play & Plug Free Drive OTG 2.0 Camera-11065.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-12 03:04:50', '2024-02-12 03:04:50'),
(4397, 'Key Organizer Holder Stocking Stuffers', 'QQ0CqWEGA', 15, '🎁Must-Have Gadget for Key Organization - LONGESISM Smart Key Organizer with Key Ring Attachment is your ultimate solution if you\'re tired of being constantly jabbed by keys in your pocket or annoyed by the jingling sound they make. This noise-reducing, space-saving tool caters to modern minimalist lifestyles. It\'s safe, portable, and will surprise you with its practicality once you start using it\r\n🎁Cool Stocking Stuffers Gifts for Adult Men - Specially packaged in a gift box, it makes the perfect present for men, women, dad, mom, grandpa, grandma, brothers, adults, or staffs when Christmas Day, Father\'s Day, White Elephant Day, and Thanksgiving Day comes. Perfect for mens who handle multiple keys, like office workers, car owners, property managers, or busy parents managing home and garage keys\r\n🎁Unique Dual-Length Rods Design - It comes with two types of rods. The longer rod can accommodate up to 15 keys, while the shorter one is suitable for up to 8 keys. These storage rods can be replaced as per your needs, offering both flexibility and adaptability. Optimized for keys with a maximum length of 80mm and a thickness of up to 2mm\r\n🎁Upgraded Raised Handle for Tool-Free Assembly - Easy and straightforward installation process. Simply place the keys and spacers in order, then twist the protruding handle to secure them. The spacers help to secure the keys and reduce noise and wear from metal friction. We provide 25 spacers, of which extra spacers can be used as replacements in case of loss, further enhancing the holder\'s longevity\r\n🎁Thicken Stainless Steel & Support - Made from waterproof, sturdy, and premium stainless steel, our smart key organizer has a lifespan of up to ten years. With a designed hanging hole, you can easily assemble it with car key fobs, remote locks, carabiners, key chains, bottle openers, multi-tools, nano pliers, etc. For any concerns, please feel to tell us, as the LONGESISM team always valued customers and is committed to providing first-class after-sales service', 29.99, NULL, NULL, 40.99, 'Key Organizer Holder Stocking Stuffers-26451.jpeg', 'Key Organizer Holder Stocking Stuffers-85513.jpeg', 'Key Organizer Holder Stocking Stuffers-31258.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-12 03:05:07', '2024-02-12 03:05:07'),
(4398, 'ELP 2MP High Speed USB Camera Module for Computer 1080P Mini UVC USB2.0 Webcam Board CMOS OV4689 Video CCTV Industrial PC Camera for Laptop High Frame 260fps 120fps 60fps Lightburn Camera', 'QZOsyumYc', 14, 'model:ELP-USBFHD08S-L36%20ELP%202Megapixel%20Full%20HD%20Resolution%20USB%20Camera%20Module%3A2%20million%20pixels,Max%20Resolution%3A1920(H)x%201080(V)pixels,high%20definition%20embedded%20web%20camera%20board%20can%20meet%20most%20capturing%20requirements,ELP%201080P%20usb%20camera%20module%20equipped%20with%201M%20usb%20cable.%0AELP%202mp%20Webcam%20Board%20Module%20with%201/3inch%20CMOS%20OV4689%20Image%20Sensor%20for%20sharp%20image%20monitoring,fixed%20focus%203.6mm%20wide%20angle%20lens.ELP%20mini%2038*38mm/32*32mm%20usb%20camera%20board%20can%20be%20installed%20in%20most%20hidden%20and%20narrow%20position%20for%20a%20home%20surveillance%20system,wildlife%20photography,dash%20cam,baby%20camera,', 100.00, NULL, NULL, 117.00, 'ELP 2MP High Speed USB Camera Module for Computer 1080P Mini UVC USB2.0 Webcam Board CMOS OV4689 Video CCTV Industrial PC Camera for Laptop High Frame 260fps 120fps 60fps Lightburn Camera-19888.jpeg', 'ELP 2MP High Speed USB Camera Module for Computer 1080P Mini UVC USB2.0 Webcam Board CMOS OV4689 Video CCTV Industrial PC Camera for Laptop High Frame 260fps 120fps 60fps Lightburn Camera-13407.jpeg', 'ELP 2MP High Speed USB Camera Module for Computer 1080P Mini UVC USB2.0 Webcam Board CMOS OV4689 Video CCTV Industrial PC Camera for Laptop High Frame 260fps 120fps 60fps Lightburn Camera-13848.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-12 03:10:40', '2024-02-12 03:10:40'),
(4399, 'How to Know a Person : The Art of Seeing Others Deeply and Being Deeply Seen', 'PhgmcwFgk', 18, 'NEW YORK TIMES BESTSELLER - A practical, heartfelt guide to the art of truly knowing another person in order to foster deeper connections at home, at work, and throughout our lives--from the author of The Road to Character and The Second Mountain\r\n\r\nAs David Brooks observes, \"There is one skill that lies at the heart of any healthy person, family, school, community organization, or society: the ability to see someone else deeply and make them feel seen--to accurately know another person, to let them feel valued, heard, and understood.\"\r\n\r\nAnd yet we humans don\'t do this well. All around us are people who feel invisible, unseen, misunderstood. In How to Know a Person, Brooks sets out to help us do better, posing questions that are essential for all of us: If you want to know a person, what kind of attention should you cast on them? What kind of conversations should you have? What parts of a person\'s story should you pay attention to?\r\n\r\nDriven by his trademark sense of curiosity and his determination to grow as a person, Brooks draws from the fields of psychology and neuroscience and from the worlds of theater, philosophy, history, and education to present a welcoming, hopeful, integrated approach to human connection. How to Know a Person helps readers become more understanding and considerate toward others, and to find the joy that comes from being seen. Along the way it offers a possible remedy for a society that is riven by fragmentation, hostility, and misperception.\r\n\r\nThe act of seeing another person, Brooks argues, is profoundly creative: How can we look somebody in the eye and see something large in them, and in turn, see something larger in ourselves? How to Know a Person is for anyone searching for connection, and yearning to be understood.', 24.90, NULL, NULL, 32.00, 'How to Know a Person : The Art of Seeing Others Deeply and Being Deeply Seen-73218.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-12 03:11:04', '2024-02-12 03:11:04'),
(4400, 'The 48 Laws of Power', 'OLvosZF1T', 18, 'This amoral, cunning, ruthless, and instructive book synthesizes the philosophies of Machiavelli, Suntzu, and Carl Von Clausewitz with the historical legacies of statesmen, warriors, seducers, and con men throughout the ages.\r\n\r\n\r\nDetails\r\nISBN-13: 9780670881468\r\nISBN-10: 0670881465\r\nPublisher: Viking\r\nPublish Date: October 2023\r\nDimensions: 9.5 x 6.94 x 1.41 inches\r\nShipping Weight: 1.95 pounds\r\nPage Count: 480', 19.50, NULL, NULL, 40.00, 'The 48 Laws of Power-67515.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-12 03:13:24', '2024-02-12 03:13:24'),
(4401, 'Among the Bros : A Fraternity Crime Story', 'FDd6bxeg0', 18, 'Among the Bros is a harrowing and disturbing book. I have read about fraternity life but nothing like this. This book will blow your mind, each page digging deeper into the unimaginable. Except every word is true.\"--Buzz Bissinger, #1 New York Times bestselling author of The Mosquito Bowl and Friday Night Lights\r\n\r\nA brilliant young investigative journalist traces a murder and a multi-million-dollar drug ring, leading to an unprecedented look at elite American fraternity life.\r\n\r\nWhen Max Marshall arrived on the campus of the College of Charleston in 2018, he hoped to investigate a small-time fraternity Xanax trafficking ring. Instead, he found a homicide, several student deaths, and millions of dollars circulating around the Deep South. He also opened up an elite world hidden to outsiders. Behind the pop culture cliches of \"Greek life\" lies one of the major breeding grounds of American power: 80 percent of Fortune 500 executives, 85 percent of Supreme Court justices, and all but four presidents since 1825 have been fraternity members. With unprecedented immersion, this book takes readers inside that bubble.\r\n\r\nUnder the live oaks and Spanish moss of Travel + Leisure\'s \"Most Beautiful Campus in America,\" Marshall traces several \"C of C\" boys\' journeys from fraternity pledges to interstate drug traffickers. The result is a true-life story of hubris, status, money, drugs, and murder--one that lifts a curtain on an ecstatic and disturbing way of life. With expert pacing and a cool eye, he follows a never-ending party that continues after funerals and mass arrests.\r\n\r\nAn addictive and haunting portrait of tomorrow\'s American establishment, Among the Bros is nonfiction storytelling at its finest.', 30.00, NULL, NULL, 41.99, 'Among the Bros : A Fraternity Crime Story-84256.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-12 03:15:54', '2024-02-12 03:15:54'),
(4402, 'The Final Witness : A Kennedy Secret Service Agent Breaks His Silence After Sixty Years', 'RcLmCipSY', 18, 'Dallas, Texas. November 22, 1963. Shots ring out at Dealey Plaza. The president is struck in the head by a rifle bullet. Confusion reigns. \r\nSpecial Agent Paul Landis is in the follow-up car directly behind JFK\'s and is at the president\'s limo as soon as it stops at Parkland Memorial Hospital. He is inside Trauma Room #1, where the president is pronounced dead. He is on Air Force One with the president\'s casket on the flight back to Washington, DC; an eyewitness to Lyndon Johnson taking the oath of office. \r\nWhat he saw is indelibly imprinted upon his psyche. He writes and files his report. And yet . . . Agent Landis is never called to testify to the Warren Commission. The one person who could have supplied key answers is never asked questions. \r\nBy mid-1964, the nightmares from Dallas remain, and he resigns. It isn\'t until the fiftieth anniversary that he begins to talk about it, and he reads his first books on the assassination. \r\nLandis learns about the raging conspiracy theories--and realizes where they all go wrong.', 30.00, NULL, NULL, 35.99, 'The Final Witness : A Kennedy Secret Service Agent Breaks His Silence After Sixty Years-48474.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-12 03:18:10', '2024-02-12 03:18:10'),
(4403, 'AIMS POWER 60 WATT FLEXIBLE SLIM SOLAR PANEL (PV60SLIM)', 'bzpky8I5t', 14, 'Introducing the AIMS Power flexible, bendable, thin solar panel. This rugged, easy to install panel works with any application. Built for uneven and curved surfaces. No custom mounting needed. This versatile panel can be used in non-permanent or permanent applications. Easily slides into tight spaces for storage. Primarily used to charge batteries for back up power systems. Whether you want some extra power on your golf cart or a weekend camping trip, these panels will get the job done without the hassle of complicated mounting systems. Constructed with high quality material and advanced monocrystalline solar cells for efficient energy harvest\r\n\r\nExtremely durable and rugged\r\nIdeal for curved and uneven surfaces. RVs, boats, bus, vans, utilities, golf carts, sewn to heavy duty material such as sun shades\r\nUp to 90° bend (more degree of bend with the 120 watt model vs. 60 watt, smaller panels have less bend)\r\nWeather resistant. Appropriate for outdoor use.\r\nThickness compares to the thickness of a nickel\r\nPre drilled grommet holes aids in various installation methods such as zip ties, Velcro, straps for non-permanent applications\r\nIncludes mounting kit for RVs and boats. Self tap screws and waterproof seals included.\r\nLightweight and super thin allowing use of a strong adhesive or industrial thread for permanent mounting applications\r\nBypass diode minimizes the power drop when shaded\r\nModules are independently tested to ensure conformance with certification and regulatory standards\r\nManufacturing facility certified to ISO 9001 quality management system standards\r\nSpecifications:\r\n\r\nPanels capable of +/- 3% power efficiency than rated\r\n5 year warranty, 10 year 80% output\r\nHigh performance: light transmittance up to 93%\r\nCell Efficiency: 22.3% (one of the highest)\r\nModule Efficiency: 19.6% (one of the highest)\r\nMaximum Power: 60W\r\nTolerance Wattage (e.g. +/- 5%): +/- 5%\r\nMaximum System Voltage: 600V DC (UL)\r\nOptimum Operating Voltage (Vmp): 17.5 V\r\nOptimum Operating Current (Imp): 3.4 A\r\nOpen-Circuit Voltage (Voc): 21 V\r\nShort-Circuit Current (Isc): 3.8 A\r\nPower Tolerance: 0=+5W\r\nMaximum Fuse Rating: 10 A\r\nFire Safety Class: Class A\r\nJunction Box: IP 67 rated\r\nTemperature Range: -40°F to 185°F\r\nBendable degree 30° to 60°\r\nNumber of cells: 4 x 16\r\nPV Wire: 10 AWG with MC 4 male and female connectors 76\" length\r\nTemperature Coefficients ?C: ISC(%): +2.6, Voc(%): -50.6, Prm(%): -.38\r\nIm(%): +2.2\r\nVm(%): -60.8\r\nDimensions: 28.5\" X 21\" X 0.12\"\r\nWeight: 1.98 lbs\r\nCertifications: CE, ETL, TUV and RoHS', 176.21, NULL, NULL, 197.21, 'AIMS POWER 60 WATT FLEXIBLE SLIM SOLAR PANEL (PV60SLIM)-80864.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-12 03:19:07', '2024-02-12 03:19:07'),
(4404, 'Being Henry by Henry Winkler', 'lB9UZmx6R', 18, 'From Emmy-award winning actor, author, comedian, producer, and director Henry Winkler, a deeply thoughtful memoir of the lifelong effects of stardom and the struggle to become whole. \r\nHenry Winkler, launched into prominence by his role as \"The Fonz\" in the beloved Happy Days, has transcended the role that made him who he is. Brilliant, funny, and widely-regarded as the nicest man in Hollywood (though he would be the first to tell you that it\'s simply not the case, he\'s really just grateful to be here), Henry shares in this achingly vulnerable memoir the disheartening truth of his childhood, the difficulties of a life with severe dyslexia, the pressures of a role that takes on a life of its own, and the path forward once your wildest dream seems behind you. \r\nSince the glorious era of Happy Days fame, Henry has endeared himself to a new generation with roles in such adored shows as Arrested Development, Parks and Recreation, and Barry, where he\'s revealed himself as an actor with immense depth and pathos, a departure from the period of his life when he was so distinctly typecast as The Fonz, he could hardly find work. \r\nFilled with profound heart, charm, and self-deprecating humor, Being Henry is a memoir about so much more than a life in Hollywood and the curse of stardom. It is a meaningful testament to the power of sharing truth and kindness and of finding fulfillment within yourself.', 26.40, NULL, NULL, 30.00, 'Being Henry by Henry Winkler-67280.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-12 03:20:35', '2024-02-12 03:20:35'),
(4405, 'The 1619 Project : A New Origin Story', 'eduW4nkcf', 18, '#1 NEW YORK TIMES BESTSELLER - NAACP IMAGE AWARD WINNER - A dramatic expansion of a groundbreaking work of journalism, The 1619 Project: A New Origin Story offers a profoundly revealing vision of the American past and present.\r\n\r\n\"[A] groundbreaking compendium . . . bracing and urgent . . . This collection is an extraordinary update to an ongoing project of vital truth-telling.\"--Esquire\r\n\r\nNOW AN EMMY-NOMINATED HULU ORIGINAL DOCUSERIES - FINALIST FOR THE KIRKUS PRIZE - ONE OF THE BEST BOOKS OF THE YEAR: The Washington Post, NPR, Esquire, Marie Claire, Electric Lit, Ms. magazine, Kirkus Reviews, Booklist\r\n\r\nIn late August 1619, a ship arrived in the British colony of Virginia bearing a cargo of twenty to thirty enslaved people from Africa. Their arrival led to the barbaric and unprecedented system of American chattel slavery that would last for the next 250 years. This is sometimes referred to as the country\'s original sin, but it is more than that: It is the source of so much that still defines the United States.\r\n\r\nThe New York Times Magazine\'s award-winning 1619 Project issue reframed our understanding of American history by placing slavery and its continuing legacy at the center of our national narrative. This book substantially expands on that work, weaving together eighteen essays that explore the legacy of slavery in present-day America with thirty-six poems and works of fiction that illuminate key moments of oppression, struggle, and resistance. The essays show how the inheritance of 1619 reaches into every part of contemporary American society, from politics, music, diet, traffic, and citizenship to capitalism, religion, and our democracy itself.\r\n\r\nThis book that speaks directly to our current moment, contextualizing the systems of race and caste within which we operate today. It reveals long-glossed-over truths around our nation\'s founding and construction--and the way that the legacy of slavery did not end with emancipation, but continues to shape contemporary American life.', 25.00, NULL, NULL, 29.26, 'The 1619 Project : A New Origin Story-23704.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-12 03:23:17', '2024-02-12 03:23:17'),
(4406, '4 in 1 Desk Cup Holder with Headphone Hanger and Controller Stand Gaming Accessories', 'Ep9stnzJc', 15, 'Save space: Make full use of desktop space and keep your desktop tidy. \r\nUse in multiple scenarios: mug/coffee cup/water bottle/Game Controller/backpack/shoulder bag. \r\nEasy to install without drilling holes \r\n\r\nSelected high-quality materials \r\nReasonable design \r\nPractical functions', 23.99, NULL, NULL, 28.99, '4 in 1 Desk Cup Holder with Headphone Hanger and Controller Stand Gaming Accessories-93282.jpeg', '4 in 1 Desk Cup Holder with Headphone Hanger and Controller Stand Gaming Accessories-28883.jpeg', '4 in 1 Desk Cup Holder with Headphone Hanger and Controller Stand Gaming Accessories-40178.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-12 03:23:32', '2024-02-12 03:23:32'),
(4407, 'Anker 767 PowerHouse 2400W 2048Wh Portable Power Station with 3x 531 200W Solar Panel', 'OoJVPkH6M', 14, '2048Wh | 2400W Power 99% of Appliances\r\nThe portable power station is equipped with a massive 2048Wh capacity and huge 2400W AC output to conveniently power almost any appliance-from off-grid life essentials such as microwaves and refrigerators to pro tools like power drills and high output lights.\r\n\r\nPower High-Wattage Devices Simultaneously\r\nRun high-demand devices and appliances such as a microwave, coffeemaker, and hairdryer at the same time up to 3600W without overloading the portable power station.\r\n\r\nCatch the Sun\r\nAnywhere the sun shines is a chance to harness green, endless solar power. With a maximum of 1000W solar input, you can recharge the portable power station outdoors quickly, conveniently, and sustainably.\r\n\r\nLong-Lasting LiFePO4 Batteries\r\nEquipped with EV-grade batteries that will remain healthy for up to 3,000 charge cycles or equivalent to 10 years of use.\r\n\r\n• LFP Battery Charge Cycles 3000 Times\r\n• Maintain good health for at least 10 Years\r\n\r\nLong-Lasting LiFePO4 Batteries\r\nEquipped with EV-grade batteries that will remain healthy for up to 3,000 charge cycles or equivalent to 10 years of use.\r\n\r\nStable and Durable Components\r\nGet a 6x longer device lifespan thanks to industrial-grade components, advanced circuit design, and a superior cooling system.\r\n\r\nUnibody Drop-Proof Design\r\nImpact-resistant, drop-proof, anti-UV, and flame retardant-Anker PowerHouse 767 is built to withstand even the toughest adventures.\r\n\r\n• Impact-Resistant\r\n• Drop-Proof\r\n• Anti-UV\r\n• Flame Retardant\r\n\r\nSmart Temperature Control\r\nA smart temperature control system monitors temperatures up to 100 times per second to eliminate overheating, so you can have total peace of mind when charging.\r\n\r\nReduce Temperature By 30 Degree C (86 Degree F)\r\nOperating at 30 Degree C (86 Degree F) lower temperatures, this drastic heat reduction ensures Anker PowerHouse 767 has the longest battery lifespan on the market and is the quietest high-powered generator you can bring everywhere.\r\n\r\nPower a Greener Future\r\nGaNPrime saves more than just energy-it also saves the environment. As the greenest, most sustainable power available to outdoor enthusiasts, Anker PowerHouse 767 can save enough energy to power Chicago for 16 days.\r\n\r\nDurable Wheels Travel Far and Wide\r\nAnker PowerHouse 767 brings power to anyplace you need it. Thanks to tough 4.72-inch wheels that can travel up to 125 miles, no obstacle or terrain can stop this portable power.\r\n\r\n• Durable Wheels 4.72-Inch\r\n• Travels Up to 124 mi (200km)\r\n\r\nEasyTow Retractable Handle Make Carrying a Breeze\r\nTravel easier and avoid strenuous lifting, thanks to an extendable pull handle that\'s within close reach.\r\n\r\n• Retractable Handle Extends Up to 30,000 Times\r\n• Supports Loads Up to 110.23 lb (50kg)', 2800.99, NULL, NULL, 3198.95, 'Anker 767 PowerHouse 2400W 2048Wh Portable Power Station with 3x 531 200W Solar Panel-75659.jpeg', 'Anker 767 PowerHouse 2400W 2048Wh Portable Power Station with 3x 531 200W Solar Panel-85414.jpeg', 'Anker 767 PowerHouse 2400W 2048Wh Portable Power Station with 3x 531 200W Solar Panel-56620.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-12 03:25:18', '2024-02-12 03:25:18'),
(4408, 'Same as Ever : A Guide to What Never Changes', 'Shc39Srol', 18, 'Want to understand the changing world? Start with what stays the same. That\'s the amazing conclusion of Morgan Housel\'s fascinating, useful, and highly-entertaining book.\"\r\n\r\n-- Arthur C. Brooks, Professor, Harvard Kennedy School and Harvard Business School, and #1 New York Times bestselling author\r\n\r\nFrom the author of the international blockbuster, THE PSYCHOLOGY OF MONEY, a powerful new tool to unlock one of life\'s most challenging puzzles.\r\n\r\nEvery investment plan under the sun is, at best, an informed speculation of what may happen in the future, based on a systematic extrapolation from the known past.\r\n\r\nSame as Ever reverses the process, inviting us to identify the many things that never, ever change.\r\n\r\nWith his usual elan, Morgan Housel presents a master class on optimizing risk, seizing opportunity, and living your best life. Through a sequence of engaging stories and pithy examples, he shows how we can use our newfound grasp of the unchanging to see around corners, not by squinting harder through the uncertain landscape of the future, but by looking backwards, being more broad-sighted, and focusing instead on what is permanently true.\r\n\r\nBy doing so, we may better anticipate the big stuff, and achieve the greatest success, not merely financial comforts, but most importantly, a life well lived.', 30.00, NULL, NULL, 37.99, 'Same as Ever : A Guide to What Never Changes-35419.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-12 03:25:39', '2024-02-12 03:25:39'),
(4409, 'Industrial Eight Light Chandelier in Vintage Black Warm Brass Finish Bailey Street Home 159-Bel-2333267', 'oZrJGS5P4', 14, 'Industrial Eight Light Chandelier in Vintage Black Warm Brass Finish. With long, gently sweeping curves, simple, classic styling and the cool sophistication of expertly mixed metals, the West Hill Crescent 8-light chandelier from Bailey Street Home might just be the epitome of understated elegance in interior lighting. Beautifully constructed of vintage black metal with warm brass accents, this chandelier is both on-trend and timeless. Its sleek lines, traditional design and tall, cylindrical glass covers dont demand attention, yet draw it with a quiet sophistication that is always in style. Featuring an adjustable hang height of 24-81 inches and a canopy that adapts to sloped ceilings, this lovely chandelier is ready to enhance almost any room in the home, from the dining and living room to the office, bedroom and bath.\r\nDining Room/Living Room/Family Room/Great Room/Bedroom/Kitchen/Foyer/Entryway/Stairway/Bathroom/Office/Billiard Room/Media Room\r\nNo. of Rods: 5\r\nAssembly Required: Yes\r\nCanopy Included: Yes\r\nCanopy Diameter: 5.13\r\nRod Length(s): 12.00\r\nDimable: Yes\r\n\r\nAssembly Required: Yes\r\nCanopy Included: Yes\r\nCanopy Diameter: 5.13\r\nSloped Ceiling Adaptable: Yes\r\nRod Length(s): 1-6, 4-12\r\nDimable: Yes\r\nShade Included: Yes\r\nShade Dimensions: 1.97 x 1.97 x 7.87\r\nPart Number: 159-BEL-2333267\r\nFamily: West Hill Crescent\r\nMaterial: Metal\r\nWidth/Diameter: 32-Inches\r\nHeight: 24-Inches\r\nHeight: 32-Inches\r\nGlass Description: Clear\r\nNumber Of Bulbs: 8\r\nLamp Type: Incandescent\r\nLamp Wattage: 60', 621.95, NULL, NULL, 721.95, 'Industrial Eight Light Chandelier in Vintage Black Warm Brass Finish Bailey Street Home 159-Bel-2333267-99706.jpeg', 'Industrial Eight Light Chandelier in Vintage Black Warm Brass Finish Bailey Street Home 159-Bel-2333267-58615.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-12 03:29:16', '2024-02-12 03:29:16'),
(4410, 'Kit Valvula Cierre Ch De 3/8 Pulgada Campbell Automotriz Her', 'igdJrG5Tf', 15, 'El Kit Válvula Cierre Ch De 3/8 Pulgada Campbell Automotriz Her suena interesante. Este kit de válvulas de cierre es perfecto para aplicaciones automotrices. Con su tamaño de 3/8 de pulgada, te permite controlar y regular el flujo de líquidos en tu vehículo de manera eficiente. Es una herramienta útil para los entusiastas de los automóviles y profesionales de la industria automotriz. ¡Seguro que te ayudará a mantener tu vehículo en excelente estado.', 14.30, NULL, NULL, 20.99, 'Kit Valvula Cierre Ch De 3/8 Pulgada Campbell Automotriz Her-50539.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-12 03:32:58', '2024-02-12 03:32:58'),
(4411, 'Honda EB 6500X Industrial Generator Gasoline 6500W', '8OklD9pKr', 14, 'The Honda 6500W industrial series generator delivers outstanding power and operating efficiency. This generator features Honda\'s computer-controlled iGX engine, providing easy-start electronic ignition and efficient fuel release. The Honda 6500W generator has a 6.2 Gal fuel tank, allowing 10.4 Hr of operating time at half load and 6.9 Hr at its full load of 6500W. The generator is equipped with Honda Oil Alert® technology to shut down the engine when oil pressure is too low. Innovative intelligent automatic voltage regulation technology stabilizes RPM according to load and provides 7000W at 10 Sec intervals to power up high-load tools. The Honda industrial generator is enclosed in a welded, portable frame with large wheels and handlebars that lock in place. It also has a hanger support and ring for storage. The portable industrial generator has 6 outlets, all GFCI protected. A low decibel rating makes it ideal for use in neighborhoods with noise restrictions. Honda 120/240V, 389cc, 6500W, Non-Carb Complaint Gasoline Industrial Generator.\r\n\r\nCalifornia Proposition 65 Warning.\r\nFEATURES\r\nConsistent power with iAVR (intelligent automatic voltage regulation) technology\r\nCO-MINDER: advanced carbon monoxide detection system\r\n120/240V selector switch - more usable power, more flexibility\r\n6 outlets for easy connection of multiple tools\r\nProvides 7000W for 10 Sec to start larger equipment\r\nPowerful Honda iGX commercial engine\r\nRuns approximately 9.8 Hr @ 50% load (6.2 Gal)\r\nHanger kit/lifting eye standard, easy folding handles, low 64-67 dB(A) sound level\r\nOSHA worksite compliant, all circuits GFCI protected, USDA-qualified spark arrestor/muffler, meets OSHA, LA-ETL, and ANSI regulations\r\nProtected by Honda® Oil Alert®, electronic ignition, electronic circuit breakers, reinforced standing legs', 2850.00, NULL, NULL, 3099.00, 'Honda EB 6500X Industrial Generator Gasoline 6500W-76422.jpeg', 'Honda EB 6500X Industrial Generator Gasoline 6500W-55587.jpeg', 'Honda EB 6500X Industrial Generator Gasoline 6500W-87389.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-12 03:35:40', '2024-02-12 03:35:40'),
(4412, 'Multímetro Punta Lógica Y Osciloscopio Automotriz P100 Pro', 'GFoaAFbPU', 15, '¡Hola! El Multímetro Punta Lógica y Osciloscopio Automotriz P100 Pro es una herramienta impresionante para los entusiastas de los automóviles y los profesionales de la industria automotriz. Con este dispositivo, puedes realizar mediciones precisas y diagnosticar problemas eléctricos en tu vehículo. La punta lógica te permite realizar pruebas de circuitos digitales, mientras que el osciloscopio te permite analizar las señales eléctricas con mayor detalle. Es una herramienta versátil y poderosa que definitivamente te ayudará a mantener tu automóvil en buen estado. ¡Es genial tener una herramienta como esta a tu disposición! 🚗🔧', 225.00, NULL, NULL, 240.55, 'Multímetro Punta Lógica Y Osciloscopio Automotriz P100 Pro-88841.jpeg', 'Multímetro Punta Lógica Y Osciloscopio Automotriz P100 Pro-42814.jpeg', 'Multímetro Punta Lógica Y Osciloscopio Automotriz P100 Pro-20239.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-12 03:39:45', '2024-02-12 03:39:45'),
(4413, 'Performance Tool Bearing Race and Seal Drivers 10-Pc. Set, Model# W89715', '9CWaQCuGX', 15, 'The Performance Tool Bearing Race and Seal Drivers 10-Pc. Set, Model# W89715 is a fantastic tool set for working with bearings and seals. With this set, you\'ll have the right tools to properly install bearing races and seals, ensuring a secure and precise fit. It\'s great for automotive repairs, machinery maintenance, and more. The set includes 10 different sizes, so you\'ll have the versatility to handle various applications. It\'s a must-have for any DIY enthusiast or professional mechanic. Happy repairing', 62.99, NULL, NULL, 69.99, 'Performance Tool Bearing Race and Seal Drivers 10-Pc. Set, Model# W89715-21870.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-12 03:44:48', '2024-02-12 03:44:48'),
(4414, 'Boss Office CaressoftPlus Executive Mid-Back Chair in Gray', 'CWo0neijX', 16, 'Upholstered with ultra-soft, durable and breathable Gray CaressoftPlus™ upholstery. Mid-Back. Metal chrome plated arms topped with soft arm pads. Heavy duty 2 paddle spring tilt mechanism with infinite lock. Upright locking position. Pneumatic gas lift seat height adjustment. Adjustable tilt tension control. Large 27\" chrome base for greater stability. Hooded double wheel casters. Finish: GrayMaterial: FabricUpholstered with ultra-soft, durable and breathable Gray CaressoftPlus™ upholsteryMid-BackMetal chrome plated arms topped with soft arm padsHeavy duty 2 paddle spring tilt mechanism with infinite lockUpright locking positionPneumatic gas lift seat height adjustment', 234.00, NULL, NULL, 288.99, 'Boss Office CaressoftPlus Executive Mid-Back Chair in Gray-97622.jpeg', 'Boss Office CaressoftPlus Executive Mid-Back Chair in Gray-11821.jpeg', 'Boss Office CaressoftPlus Executive Mid-Back Chair in Gray-42988.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-12 03:52:04', '2024-02-12 03:52:04'),
(4415, 'Baby Trend Retreat Nursery Center Organizer w/ Bassinet & Changing Table, Quarry', 'xBNkzH9Lw', 16, 'Complete nursery center includes removable Rock-A-Bye Bassinet with canopy and carry handle\r\n• Playard with removable changing table and parent organizer to store diapers, wipes, and more\r\n• 1-hand locking mechanism enhances stability; Large wheels with secure brakes improve portability\r\n• Nursery center with plush fabric lining includes electronic music center with volume control, a nightlight, and vibration with 2 styles of music and nature sounds\r\n• 2 toys included keeping baby entertained while in bassinet or play area\r\n• Includes convenient tote bag for travel and storage\r\n• Recommended age range: 0 to 24 months\r\n• Maximum weight and height: 30 pounds, 35 inches\r\n• Color: Quarry\r\n• Dimensions (L x W x H): 41 x 29.25 x 29 inches\r\n• Weight: 33.40 pounds', 200.99, NULL, NULL, 219.99, 'Baby Trend Retreat Nursery Center Organizer w/ Bassinet & Changing Table, Quarry-38299.jpeg', 'Baby Trend Retreat Nursery Center Organizer w/ Bassinet & Changing Table, Quarry-12141.jpeg', 'Baby Trend Retreat Nursery Center Organizer w/ Bassinet & Changing Table, Quarry-56553.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-12 10:55:55', '2024-02-12 10:55:55');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4416, 'Baby Wipes, Unscented, Huggies Simply clean Fragrance-Free Baby Diaper Wipes, 11 Flip Lid Packs (704 Wipes Total)', 'TX5iIFElb', 16, 'Huggies Simply clean Fragrance Free Baby Wipes are a great combination of convenience and versatility, a must have for the entire family Theyre great for sensitive baby bottoms, but can also be used to wipe hands, faces and surfaces for toddlers & children Simply clean unscented wipes are a great solution wherever you go, whether its around the house, at the playground or in the car Because kids outgrow diapers, not messes Simply clean baby wipes are hypoallergenic, dermatologically tested & pH-balanced to help maintain healthy skin Theyre also fragrance free, alcohol free, paraben free and do not contain phenoxyethanol or MIT Huggies Simply clean Wipes are available in scented and unscented options Join Huggies Rewards+ Powered by Fetch to get rewarded fast Earn points on Huggies diapers and wipes, in addition to thousands of other products to redeem for hundreds of gift cards Download the Fetch Rewards app to get started today', 35.24, NULL, NULL, 41.24, 'Baby Wipes, Unscented, Huggies Simply clean Fragrance-Free Baby Diaper Wipes, 11 Flip Lid Packs (704 Wipes Total)-42815.jpeg', NULL, NULL, 'Babies', 3.5, NULL, 1, '2024-02-12 11:19:41', '2024-02-12 11:19:41'),
(4417, 'Performance Tool Vacuum and Fuel Pump Tester, Model# W80594', 'qqopHQTgL', 15, 'The Performance Tool Vacuum and Fuel Pump Tester is designed to check fuel pump suction or pressure. Tests settings of the carburetor. Checks for sticking valves, valve timing, and burnt valves or insufficient valve tappet clearance. Detect weak valve springs, worn valve stern guides, or leaking head gasket. Quick, accurate testing for a variety of applications.\r\nWhat\'s Included\r\n\r\n(1) Vacuum and fuel pump tester\r\nFeatures + Benefits\r\n\r\nEasy and fast to use\r\nCheck pressure of suction of pump\r\nDetect weak valve springs, worn valve stem guides or leaking head gasket\r\nQuick, accurate testing for many applications\r\nInstructions included', 26.99, NULL, NULL, 29.99, 'Performance Tool Vacuum and Fuel Pump Tester, Model# W80594-63254.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-12 11:22:25', '2024-02-12 11:22:25'),
(4418, 'WESTLAKE 54\" Double Glass Door Commercial Refrigerator Merchandiser 2 Door Stainless Steel Reach-in Upright Fan Cooling 49 Cu.ft.-Beverage Cooler With LED Lighting', 'SgBdUcJF2', 16, 'Powerful compressor: Commercial refrigerator with Embraco compressor, Carel controller, Fan cooling system, automatically defrost, need no extra tube for condensing water\r\nEfficient refrigeration: Cooler Tempreture: 33~40(0.5~4.5),digital temperature control is convenient for you to set the temperature easily\r\nProfessional design: Reach in 2 solid door designs, Comes with 6 shelves, 155lbs loading capacity per shelf,49 cubic feet storage room. The unit comes with 6\" casters,It\'s convenient for you to move it when you need it', 2858.00, NULL, NULL, 3186.00, 'WESTLAKE 54\" Double Glass Door Commercial Refrigerator Merchandiser 2 Door Stainless Steel Reach-in Upright Fan Cooling 49 Cu.ft.-Beverage Cooler With LED Lighting-33615.jpeg', 'WESTLAKE 54\" Double Glass Door Commercial Refrigerator Merchandiser 2 Door Stainless Steel Reach-in Upright Fan Cooling 49 Cu.ft.-Beverage Cooler With LED Lighting-47611.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-12 11:23:50', '2024-02-12 11:23:50'),
(4419, 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision', 'f0ih5m1qa', 16, 'The reason why chose SC220\r\nAdvanced 1080P FHD Night Vision: With 1920 x 1080P video quality, you can not only view clearly in the day but also at night through this baby monitor.\r\nClear Two-Way Audio with 2 Call Modes: Built-in microphone and speaker with anti-noise technology, you can talk with your baby/loved ones clearly and remotely.\r\nSmart Motion Detection/Tracking: Once the motion is detected, the alert will be triggered and APP will send the notification to your phone.\r\nAccurate Baby Crying Detection: When your baby cry, a surveillance wireless monitor camera will accurately capture and send you the alerts, you can get well-known the status of your baby anytime and anywhere.', 30.99, NULL, NULL, 39.99, 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision-76562.jpeg', 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision-26553.jpeg', 'Victure SC220 Indoor Surveillance Security Camera for Baby/Elderly/Pets, With Wi-Fi Connection, 2-Way Audio, Night Vision-78334.jpeg', 'Beauty & personal care', 1.0, NULL, 1, '2024-02-12 11:24:49', '2024-02-12 11:24:49'),
(4420, 'Schumacher Battery Load Tester — 6/12 Volt, Model# BT-100', 'jNrpbmbpW', 15, 'This compact, easy-to-operate Schumacher Battery Load Tester is designed for testing 6 or 12 Volt batteries up to 1000 CCA. Quickly test: load, battery condition, starter motor draw and get complete charging system diagnosis.\r\nWhat\'s Included\r\n\r\n(1) Battery load tester\r\nFeatures + Benefits\r\n\r\nWorks on 6 Volt and 12 Volt batteries up to 1000 CCA\r\nPerforms a 50 Amp load test for 6V batteries; 100 Amp load test for 12V batteries\r\nPerforms the following tests: Battery Load; Battery Condition; Starter Motor Draw; Complete Charging System Diagnosis\r\nTop-mounted rocker switch for easier operation\r\nSuper-grip, heavy-duty color-coded battery clamps provide a solid connection\r\nEasy-to-read meter is accurate and shock resistant\r\nBaked enamel, steel case is ventilated to keep cool and built to last\r\nRubber insulated carrying handle offers comfort and safety', 54.99, NULL, NULL, 60.00, 'Schumacher Battery Load Tester — 6/12 Volt, Model# BT-100-17127.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-12 11:26:25', '2024-02-12 11:26:25'),
(4421, 'ICECASA 27\" W Commercial Refrigerator Reach-in 23 Cu.ft Single Solid Door Stainless Steel Commercial Refrigerator Fan Cooling for Restuarant, Bar, Shop, etc', 'v48xt5Vgf', 16, 'Intelligent temperature control: Commercial refrigerator temperature: 33~41, intelligent temperature control, can achieve the effect of rapid cooling, better maintain the flavor of ingredients and lock the nutrition. LCD digital temperature display allows you to monitor the temperature more convenient\r\nPowerful Refrigeration: Our commercial Refrigerator comes with a high-performance compressor and uses R290 refrigerant, significantly reducing energy costs. The fan cooling system reduces frost and ensures overall uniform cooling, which helps maintain the freshness of your food. Our electric defrost system ensures frost does not form in the refrigerator by defrosting automatically every 10 hours', 1478.00, NULL, NULL, 1588.00, 'ICECASA 27\" W Commercial Refrigerator Reach-in 23 Cu.ft Single Solid Door Stainless Steel Commercial Refrigerator Fan Cooling for Restuarant, Bar, Shop, etc-14108.jpeg', 'ICECASA 27\" W Commercial Refrigerator Reach-in 23 Cu.ft Single Solid Door Stainless Steel Commercial Refrigerator Fan Cooling for Restuarant, Bar, Shop, etc-15318.jpeg', 'ICECASA 27\" W Commercial Refrigerator Reach-in 23 Cu.ft Single Solid Door Stainless Steel Commercial Refrigerator Fan Cooling for Restuarant, Bar, Shop, etc-38799.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-12 11:28:51', '2024-02-12 11:28:51'),
(4422, 'ConServ 24\" Wide 10.8 cu.ft.Bottom Freezer Refrigerator Stainless', 'DZ6dhXOMS', 16, 'NO FROST:- Total No Frost feature adds to the convenience of not needing to worry about defrosting the freezer.\r\nELECTRONIC CONTROL:- Easy-to -use Electronic Controls lets you select the correct temperature for your needs.\r\nLED LIGHTING:- The LED light offers a modern aesthetic look, greater interior visibility with low heat and lower energy consumption\r\nREVERSIBLE DOOR :- Door is reversible so you can install according to your preference.\r\n3 GLASS SHELVES:- Allows storage of containers with no slip through', 1200.00, NULL, NULL, 1350.00, 'ConServ 24\" Wide 10.8 cu.ft.Bottom Freezer Refrigerator Stainless-86958.jpeg', 'ConServ 24\" Wide 10.8 cu.ft.Bottom Freezer Refrigerator Stainless-77703.jpeg', 'ConServ 24\" Wide 10.8 cu.ft.Bottom Freezer Refrigerator Stainless-67403.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-12 11:35:54', '2024-02-12 11:35:54'),
(4423, 'Washer/Dryer Combo', 'YlatKv8Nw', 16, 'Blomberg WMD24400W 24 Inch Washer/Dryer Combo with 1.96 cu. ft. Capacity, 1400 RPM, Ventless, Stainless Steel Drum, Woolmark Apparel Care Certified, Delay Start , Child Lock in White', 2679.00, NULL, NULL, 2890.00, 'Washer/Dryer Combo-70384.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-12 11:41:09', '2024-02-12 11:41:09'),
(4424, 'Womens High Waist Yoga Pants', '1ZARTWF7i', 16, 'Womens High Waist Yoga Pants Tummy Control Slimming Booty Leggings Workout Running Butt Lift Tights XL', 40.00, NULL, NULL, 54.00, 'Womens High Waist Yoga Pants-85173.jpeg', 'Womens High Waist Yoga Pants-44380.jpeg', NULL, 'Sports and outdoor', 1.0, NULL, 1, '2024-02-12 11:49:43', '2024-02-12 11:49:43'),
(4425, 'Rubber Sports Ball Football Official NFL No. 9 Brown', '9X6kXV42C', 16, 'Rubber Sports Ball Football Official NFL No. 9 Brown', 22.39, NULL, NULL, 28.00, 'Rubber Sports Ball Football Official NFL No. 9 Brown-53119.jpeg', 'Rubber Sports Ball Football Official NFL No. 9 Brown-99388.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 11:56:14', '2024-02-12 11:56:14'),
(4426, 'WeCare Fitness Neoprene Coated 20 Lbs Dumbbells for Non-Slip Grip (Set of Two) - Black', 'W6xYnvvzz', 16, 'Hex dumbbell prevents rolling and minimizes noise, floor damage, and wear and tear on the dumbbells\r\nErgonomic design with Neoprene coating for maximum comfort and grip\r\nIdeal for resistance training and physical therapy at home, office or gym\r\nWeight number printed on cap for ease of identification\r\nVersatile for varying strength levels allowing for a customized workout\r\nGet that toned body on your terms with the flexibility and portability of these weights', 76.99, NULL, NULL, 89.00, 'WeCare Fitness Neoprene Coated 20 Lbs Dumbbells for Non-Slip Grip (Set of Two) - Black-48764.jpeg', 'WeCare Fitness Neoprene Coated 20 Lbs Dumbbells for Non-Slip Grip (Set of Two) - Black-60235.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 12:03:37', '2024-02-12 12:03:37'),
(4427, 'Nanit Multi-Stand Travel Baby Monitor Accessory, Portable Stand for Nanit Pro Baby Monitor, Nanny Cam', 'rFLLePXRW', 16, 'Product Description Part baby monitor, part baby translator, part sleep guru. Nanit is the best thing to happen to the baby monitor since the baby monitor. Its everything new parents need to keep an eye on their baby a world class camera and live streaming infrastructure plus a unique sleep measurement and tracking system powered by computer vision From the Manufacturer', 40.99, NULL, NULL, 44.99, 'Nanit Multi-Stand Travel Baby Monitor Accessory, Portable Stand for Nanit Pro Baby Monitor, Nanny Cam-28170.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 12:05:03', '2024-02-12 12:05:03'),
(4428, 'Gemdeck Large Suction Bilateral Intelligent Massage Electric Breast Pump', 'U9aPMn6Lh', 16, 'This style is rechargeable.Double breast pump design can pump breast milk more efficiently. Including: 2 bell mouths, 2 sucking bottles, 2 covers, 2 cylinders, 2 duckbill valves, 2 hoses, 2 tees, 1 main engines .The large wide-angle fit wraps the breast, and the liquid silicone petals are gently massaged to suck out the front and rear milk, which is comfortable and painless.1-9 gear massage mode, 1-9 gear breast suction mode.', 30.30, NULL, NULL, 34.30, 'Gemdeck Large Suction Bilateral Intelligent Massage Electric Breast Pump-24268.jpeg', 'Gemdeck Large Suction Bilateral Intelligent Massage Electric Breast Pump-35483.jpeg', 'Gemdeck Large Suction Bilateral Intelligent Massage Electric Breast Pump-86542.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-12 12:26:42', '2024-02-12 12:26:42'),
(4429, 'Indoor Cycling Bike', 'YcakQJBSf', 16, 'Indoor Cycling Bike, Stationary Exercise Bike with iPad Mount and Comfortable Seat Cushion, Silent Belt Drive, Spinning Bikes with Resistance for Home Gym Cardio Fitness Training', 304.88, NULL, NULL, 340.00, 'Indoor Cycling Bike-85418.jpeg', 'Indoor Cycling Bike-11099.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 12:33:34', '2024-02-12 12:33:34'),
(4430, 'Fixed Sit-up Bench / Slant Board (DF408) by Deltech Fitness', 'sWdwrFadX', 16, 'Heavy-duty steel tubing\r\nHigh-density foam padding\r\nTop-grade vinyl\r\nDurable white powder-coat paint\r\nZinc-plated hardware\r\nWelded to American Welding Society (AWS) specifications\r\nPad is 26\"L x 16\" W x 2.5\" H\r\nUnit dimensions; 42\" L x 19.5\" W x 23.25\" H', 150.00, NULL, NULL, 189.00, 'Fixed Sit-up Bench / Slant Board (DF408) by Deltech Fitness-66294.jpeg', 'Fixed Sit-up Bench / Slant Board (DF408) by Deltech Fitness-50973.jpeg', NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-12 12:41:21', '2024-02-12 12:41:21'),
(4431, 'Exercise Machine', 'wIsDRuFlQ', 16, 'BODY POWER] - 2nd Gen, PATENTED 3 in 1 Exercise Machine, Elliptical with Seat Back Cushion, Upright Cycling, and Reclined Bike Modes - Digital Computer Targets Different Body Parts, BRT5118', 475.00, NULL, NULL, 490.77, 'Exercise Machine-48784.jpeg', 'Exercise Machine-43258.jpeg', 'Exercise Machine-50206.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 12:45:05', '2024-02-12 12:45:05'),
(4432, 'Sunny Health & Fitness Legacy Stepping Elliptical Machine, Total Body Cross Trainer with Hyper-Quiet Magnetic Belt Drive, Low Impact Exercise Equipment, Optional Bluetooth with Exclusive SunnyFit App', 'mjGqFrydd', 16, 'SMART FITNESS: Stride along with Sunny Health & Fitness expert trainers on the Sunny Health & Fitness SunnyFit APP. Connect your preferred mobile device through Bluetooth and view your performance metrics in real-time.\r\nSUNNYFIT APP: The all-new SunnyFit APP takes your Sunny workouts to the next level! View your live metrics displayed in real-time as you tour the world with real location maps. Get the results you want with customized workout plans. Explore 1000+ workout videos that fit your schedule and goals. Compare your results on the elliptical leaderboard, share your fitness experiences, get workout tips, and much more!', 515.00, NULL, NULL, 589.00, 'Sunny Health & Fitness Legacy Stepping Elliptical Machine, Total Body Cross Trainer with Hyper-Quiet Magnetic Belt Drive, Low Impact Exercise Equipment, Optional Bluetooth with Exclusive SunnyFit App-50711.jpeg', 'Sunny Health & Fitness Legacy Stepping Elliptical Machine, Total Body Cross Trainer with Hyper-Quiet Magnetic Belt Drive, Low Impact Exercise Equipment, Optional Bluetooth with Exclusive SunnyFit App-99782.jpeg', 'Sunny Health & Fitness Legacy Stepping Elliptical Machine, Total Body Cross Trainer with Hyper-Quiet Magnetic Belt Drive, Low Impact Exercise Equipment, Optional Bluetooth with Exclusive SunnyFit App-10404.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 12:52:07', '2024-02-12 12:52:07'),
(4433, 'Ideal Duro Hydraulic Power Unit — 33in.L x 13in.W x 13in.W, Model# PU-220V-L-H', 'Prv4lOwUf', 15, 'The Ideal Duro Hydraulic Power Unit bridges the gap between premium quality and affordable pricing. High performance and durability, coupled with efficiency, make this unit ideal to meet your automotive lift needs. It ensures reliable, cost-effective operation for maximum productivity.\r\nWhat\'s Included\r\n\r\n(1) Power unit and mounting hardware\r\nFeatures + Benefits\r\n\r\nManual release valve\r\nMounting hardware included\r\nO/H cutoff included\r\nPower port 9/16-18 O-Ring', 699.99, NULL, NULL, 739.99, 'Ideal Duro Hydraulic Power Unit — 33in.L x 13in.W x 13in.W, Model# PU-220V-L-H-37857.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-12 13:11:14', '2024-02-12 13:15:26'),
(4434, 'BendPak Integrated Rolling Bridge Air Line Kit for 4-Post Car Lifts, Model# AK-14', 'GFoWoV6sO', 15, 'This integrated rolling bridge air line kit mounts securely to the bottom of your lift\'s runways, creating a tidy air line solution for your rolling bridge jacks.', 264.99, NULL, NULL, 285.00, 'BendPak Integrated Rolling Bridge Air Line Kit for 4-Post Car Lifts, Model# AK-14-91452.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-12 13:20:45', '2024-02-12 13:20:45'),
(4435, 'Philips Avent Natural Baby Bottle Teal Baby Gift Set SCD113/24', 'QbvwvPFdL', 16, 'Natural nipple shape and feel makes it easy for baby to combine with breastfeeding\r\nWide breast-shaped silicone nipple promotes natural latch on\r\nUltra soft nipple mimics the feel of the breast\r\nUnique Airflex vent technology integrated into the nipple is designed to reduce feeding issues by venting air away from your baby\'s tummy.\r\nIncludes 2 Natural 9 oz./260mL Teal baby bottles with Slow Flow Nipples and bottle caps and 2 ultra air orthodontic pacifiers, 6-18 months', 15.95, NULL, NULL, 17.95, 'Philips Avent Natural Baby Bottle Teal Baby Gift Set SCD113/24-14974.jpeg', 'Philips Avent Natural Baby Bottle Teal Baby Gift Set SCD113/24-25960.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 13:24:27', '2024-02-12 13:24:27'),
(4436, 'All This Twisted Glory Autographed', 'PUY7GJHXm', 15, 'The highly anticipated third novel in the This Woven Kingdom series, full of explosive magic, searing romance, and heartbreaking betrayal, from the award-winning and bestselling author of the Shatter Me series. Perfect for fans of Leigh Bardugo, Sabaa Tahir, and Tomi Adeyem.', 19.99, NULL, NULL, 23.99, 'All This Twisted Glory Autographed-77234.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-12 13:30:43', '2024-02-12 13:30:43'),
(4437, 'TimeMist 1042686CT Metered 30-Day Baby Powder Scent Refill', 'apxZAkEox', 16, 'Type	Cleaners & Detergents\r\nGeneral\r\nBrand	TimeMist\r\nModel	1042686CT\r\nFeatures\r\nFeatures	For use in TimeMist full-sized, metered fragrance dispensers\r\nNeutralizes stubborn odors swiftly and provides lasting aromatherapy for 30 days\r\nBaby Powder scent\r\nPerfect for enhancing customer experiences, improving mood and more\r\nEasy to install to let you quickly replace depleted cans\r\nAdditional Information\r\nDate First Available	February 25, 2020', 90.00, NULL, NULL, 97.99, 'TimeMist 1042686CT Metered 30-Day Baby Powder Scent Refill-47592.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 13:33:02', '2024-02-12 13:33:02'),
(4438, 'Born of Blood and Ash Autographed by Jennifer L. Armentrout', 'nWNd9lhdH', 15, 'Born of Blood and Ash es una apasionante novela de fantasía escrita por Jennifer L. Armentrout. Esta edición autografiada añade un toque especial, convirtiéndola en una posesión preciada para los fans del autor. La historia te lleva a un viaje emocionante lleno de acción, romance y suspenso. Es una lectura obligada para cualquiera que disfrute de los cuentos de fantasía épica. Tener una copia autografiada lo hace aún más especial y añade una conexión personal con el autor. ¡Feliz lectura!', 31.00, NULL, NULL, 33.00, 'Born of Blood and Ash Autographed by Jennifer L. Armentrout-72216.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-12 13:34:40', '2024-02-12 13:34:40'),
(4439, 'SPT Baby Bottle Sterilizer & Dryer - Blue', '3G1976py5', 16, 'A must-have baby item, dries and sterilizes up to 8 baby bottles in as little as 15 minutes. Stainless steel interior and racks - safe and easy to use. Convenient dual-rack design, lower rack holds up to 8 standard bottles and upper rack for small items. Utilizes hot air as drying function and sterilization. High efficiency heating plate distributes heat evenly and maintains sanitation. LOW ENERGY CONSUMPTION. MADE IN TAIWAN. Specifications: Input voltage: 120V / 60Hz. Power consumption: 100 W Cavity dimension: 9.75(W) x 9.25(D) x 11.5(H) inches. Unit dimension: 12.4(W) x 12.2(D) x 16.69(H) in. Package dimension: 15 x 16 x 20in. Net weight: 12.79 lbs. Gross weight: 16 lbs\r\nDUAL-TIER: Removable double-layer racks for easy storage. Lower rack holds up to 8 standard bottles. Upper rack can be used for nipples, toys, teethers, pacifiers, etc.\r\nSTAINLESS STEEL: interior and racks constructed of 304 stainless steel\r\nHOT AIR AUXILIARY DRYING: Uses hot air as drying function and sterilization. TEMPERED GLASS DOOR: Heat resistant glass door, safe and secure.\r\nMICRO-COMPUTER TOUCH: 3-step timer (15 min / 30 min / 60 min). SAFETY DOOR SENSOR: Automatically shuts off when opened.\r\nSAFETY PROTECTION: Overheat protection. HYGENIC DESIGN: Air tight door seal keeps out dust, insects and pests.', 100.99, NULL, NULL, 114.99, 'SPT Baby Bottle Sterilizer & Dryer - Blue-19771.jpeg', 'SPT Baby Bottle Sterilizer & Dryer - Blue-78576.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-12 13:41:39', '2024-02-12 13:41:39'),
(4440, 'La Roche-Posay', 'Z2Bg2aDj5', 15, 'La Roche-Posay – L\'Oréal brand – is the number 1 dermocosmetic brand in the world, recommended by 90,000 dermatologists. We partner with dermatologists and experts to design innovative solutions to improve the quality of life of sensitive skin and be useful to people.', 27.00, NULL, NULL, 41.78, 'La Roche-Posay-92187.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 14:06:06', '2024-02-12 14:06:06'),
(4441, 'Fourteen Days : A Collaborative Novel', 'qeCdCpZrL', 15, 'Set in a Lower East Side tenement in the early days of the COVID-19 lockdowns, Fourteen Days is an irresistibly propulsive collaborative novel from the Authors Guild, with an unusual twist: each character in this diverse, eccentric cast of New York neighbors has been secretly written by a different, major literary voice--from Margaret Atwood and Celeste Ng to Tommy Orange and John Grisham.\r\n\r\nOne week into the COVID-19 shutdown, tenants of a Lower East Side apartment building in Manhattan have begun to gather on the rooftop and tell stories. With each passing night, more and more neighbors gather, bringing chairs and milk crates and overturned pails. Gradually the tenants--some of whom have barely spoken to each other--become real neighbors. In this Decameron-like serial novel, general editors Margaret Atwood and Douglas Preston and a star-studded list of contributors create a beautiful ode to the people who couldn\'t escape when the pandemic hit. A dazzling, heartwarming, and ultimately surprising narrative, Fourteen Days reveals how beneath the horrible loss and suffering, some communities managed to become stronger.', 32.00, NULL, NULL, 35.99, 'Fourteen Days : A Collaborative Novel-50688.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-12 14:14:04', '2024-02-12 14:14:04'),
(4442, 'Redwood Court', 'ZssrclqfD', 15, '“A triumph . . . Redwood Court is storytelling at its best: tender, vivid, and richly complicated.”—Jacqueline Woodson, New York Times bestselling author of Red at the Bone\r\n\r\n“Mika, you sit at our feet all these hours and days, hearing us tell our tales. You have all these stories inside you: all the stories everyone in our family knows and all the stories everyone in our family tells. You write ’em in your books and show everyone who we are.” \r\n\r\nSo begins award-winning poet DéLana R. A. Dameron’s debut novel, Redwood Court. The baby of the family, Mika Tabor spends much of her time in the care of loved ones, listening to their stories and witnessing their struggles. On Redwood Court, the cul-de-sac in the all-Black working-class suburb of Columbia, South Carolina, where her grandparents live, Mika learns important lessons from the people who raise her: her exhausted parents, who work long hours at multiple jobs while still making sure their kids experience the adventure of family vacations; her older sister, who in a house filled with Motown would rather listen to Alanis Morrisette; her retired grandparents, children of Jim Crow, who realized their own vision of success when they bought their house on the Court in the 1960s, imagining it filled with future generations; and the many neighbors who hold tight to the community they’ve built, committed to fostering joy and love in an America so insistent on seeing Black people stumble and fall. \r\n\r\nWith visceral clarity and powerful prose, Dameron reveals the devastation of being made to feel invisible and the transformative power of being seen. Redwood Court is a celebration of extraordinary, ordinary people striving to achieve their own American dreams.\r\n\r\n\r\nDetails\r\nISBN-13: 9780593447024\r\nISBN-10: 0593447026\r\nPublisher: Dial Press\r\nPublish Date: February 2024\r\nDimensions: 8.2 x 5.7 x 1.2 inches\r\nShipping Weight: 0.9 pounds\r\nPage Count: 304', 28.00, NULL, NULL, 30.00, 'Redwood Court-98723.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-12 14:16:53', '2024-02-12 14:16:53'),
(4443, 'La Roche-Posay', 'HBKW2V86R', 15, 'La Roche-Posay – L\'Oréal brand – is the number 1 dermocosmetic brand in the world, recommended by 90,000 dermatologists. We partner with dermatologists and experts to design innovative solutions to improve the quality of life of sensitive skin and be useful to people.', 33.99, NULL, NULL, 40.78, 'La Roche-Posay-58126.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 14:17:23', '2024-02-12 14:17:23'),
(4444, 'The Book of Doors', 'X9aM9SBI4', 15, 'A debut novel full of magic, adventure, and romance, The Book of Doors opens up a thrilling world of contemporary fantasy for readers of The Midnight Library, The Invisible Life of Addie Larue, The Night Circus, and any modern story that mixes the wonder of the unknown with just a tinge of darkness.\r\n\r\nCassie Andrews works in a New York City bookshop, shelving books, making coffee for customers, and living an unassuming, ordinary life. Until the day one of her favorite customers—a lonely yet charming old man—dies right in front of her. Cassie is devastated. She always loved his stories, and now she has nothing to remember him by. Nothing but the last book he was reading. \r\n\r\nBut this is no ordinary book…\r\n\r\nIt is the Book of Doors. \r\n\r\nInscribed with enigmatic words and mysterious drawings, it promises Cassie that any door is every door. You just need to know how to open them. \r\n\r\nThen she’s approached by a gaunt stranger in a rumpled black suit with a Scottish brogue who calls himself Drummond Fox. He’s a librarian who keeps watch over a unique set of rare volumes. The tome now in Cassie’s possession is not the only book with great power, but it is the one most coveted by those who collect them. \r\n\r\nNow Cassie is being hunted by those few who know of the Special Books. With only her roommate Izzy to confide in, she has to decide if she will help the mysterious and haunted Drummond protect the Book of Doors—and the other books in his secret library’s care—from those who will do evil. Because only Drummond knows where the unique library is and only Cassie’s book can get them there. \r\n\r\nBut there are those willing to kill to obtain those secrets. And a dark force—in the form of a shadowy, sadistic woman—is at the very top of that list.', 26.40, NULL, NULL, 30.00, 'The Book of Doors-17086.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-12 14:19:27', '2024-02-12 14:19:27'),
(4445, 'Fate Inked in Blood : Book One of the Saga of the Unfated', 'KNrMDdwAQ', 15, 'A shield maiden blessed by the gods battles to unite a nation under a power-hungry king--while fighting her growing desire for his fiery son--in the first book of a Norse-inspired fantasy romance duology from the bestselling author of The Bridge Kingdom series.\r\n\r\n\"THE must-read fantasy of 2024 \"--Jennifer L. Armentrout, author of From Blood and Ash\r\n\r\nThe stunning first edition hardcover of A Fate Inked in Blood will feature foil page edges, a custom-stamped case, and a premium dust jacket\r\n\r\nBound in an unwanted marriage, Freya spends her days gutting fish but dreams of becoming a warrior. And of putting an axe in her boorish husband\'s back.\r\n\r\nFreya\'s dreams abruptly become reality when her husband betrays her to the region\'s jarl, landing her in a fight to the death against his son, Bjorn. To survive, Freya is forced to reveal her deepest secret: She possesses a drop of a goddess\'s blood, which makes her a shield maiden with magic capable of repelling any attack. And it\'s been foretold that such magic will unite the fractured nation of Skaland beneath the one who controls the shield maiden\'s fate.\r\n\r\nBelieving he\'s destined to rule Skaland as king, the fanatical jarl binds Freya with a blood oath and orders Bjorn to protect her from their enemies. Desperate to prove her strength, Freya must train to fight and learn to control her magic, all while facing perilous tests set by the gods. The greatest test of all, however, may be resisting her forbidden attraction to Bjorn. If Freya succumbs to her lust for the charming and fierce warrior, she risks not only her own destiny but the fate of all the people she has sworn to protect.', 26.39, NULL, NULL, 29.99, 'Fate Inked in Blood : Book One of the Saga of the Unfated-61932.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-12 14:22:12', '2024-02-12 14:22:12'),
(4446, 'Heavenbreaker (Deluxe Limited Edition)', '2OfBiNbFG', 15, 'Preorder now and receive the stunning DELUXE LIMITED EDITION while supplies last featuring gorgeous sprayed edges with stenciled artwork, as well as exclusive endpapers and special design features. This breathtaking collectible is only available on a limited first print run, a must-have for any book lover while supplies last in the US and Canada only.\r\n\r\nIn Synali von Hauteclare\'s world, blood is all that matters. \r\n\r\nIn a massive space station that houses the last of humanity, the king rules. Nobles dance. Commoners starve. And when they aren\'t starving, they watch the riding tournaments between the giant robots called “steeds”—once used in the war against the enemy, now repurposed for honorable lance-to-lance high-speed combat with a gravity generator. Only nobles may have the honor of riding. Only nobles may have the glory. Only nobles have the blood. \r\n\r\nIn Synali von Hauteclare\'s world, she\'s a bastard; her mother a commoner, her father a duke. And she\'s just killed him. \r\n\r\nBut he killed first. \r\n\r\nSeven people in House Hauteclare helped her father hire an assassin to kill her and her mother. Synali survived. Her mother did not. And now Synali will do anything to make them pay, even ally with a noble, her sworn enemy. Now she’s made a deal: for every win she scores in the upcoming Supernova Cup, this enigmatic nobleman will kill one of the seven. She\'s never ridden, and the steed her new ally gives her—Heavenbreaker—sings strange lullabies in its hangar. And, increasingly, in her mind. \r\n\r\nWith her half sibling, Mirele von Hauteclare on her trail, and hotshot pilot Rax who’s trying to get in her bed, Synali has her hands full. \r\n\r\nBut blood is all that matters. And she will ensure they see much of it', 32.99, NULL, NULL, 34.99, 'Heavenbreaker (Deluxe Limited Edition)-71637.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-12 14:26:35', '2024-02-12 14:26:35'),
(4447, 'BURBERRY WOMEN EDP', 'NRLEifzHt', 15, 'The personal seal of BURBERRY WOMEN EDP, consists of an aromatic tandem of fruity and floral output with sparkling notes of currant and green apple, the enveloping halo of peach (aroma similar to peach) and the refreshing sweetness of pear. After a few minutes, this fragrance in tune with the skin, offers a delicate floral heart of jasmine, with nuances of moss and exotic sandalwood. \r\n\r\nThe final touch of musk and vanilla resume the sweet and feminine character of this fragrance, which remains on the skin long-lasting throughout the day, thanks to the musk and cedar, which give it a balanced nuance.', 110.00, NULL, NULL, 119.88, 'BURBERRY WOMEN EDP-24633.jpeg', 'BURBERRY WOMEN EDP-30102.jpeg', 'BURBERRY WOMEN EDP-55014.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 14:49:04', '2024-02-12 14:49:04'),
(4448, 'Lash Lift Very Black Mascara', 'rNTB1YEcV', 15, 'New The Falsies Lash Lift Eyelash Lifting Effect, get more volume, more length and more curvature in your eyelashes. With The Falsies Double Curved Brush, open your eyes with a single stroke!', 12.00, NULL, NULL, 15.28, 'Lash Lift Very Black Mascara-65336.jpeg', 'Lash Lift Very Black Mascara-18456.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 14:57:26', '2024-02-12 14:57:26'),
(4449, '18.82ct Diamant Collier mit Türkis in 18kt Weißgold', 'gUwiwUTGu', 15, 'El collar de turquesas, elaborado en oro blanco de 18 quilates, consta de un total de 87 eslabones individuales con gotas de turquesa y diamantes. Los eslabones individuales son móviles, por lo que la cadena se adapta perfectamente al escote. El collar es estrecho en el cierre y se vuelve más opulento hacia la parte delantera. Un total de 18,82 quilates de diamantes talla brillante se encuentran repartidos por esta pieza única procedente de Italia. Una verdadera obra maestra del arte de la orfebrería. El cierre invisible encaja hábilmente en el collar. Hay un anillo a juego. El collar de turquesa, elaborado en oro blanco de 18 quilates, consta de un total de 87 eslabones individuales con gotas de turquesa y diamantes. Los eslabones individuales son móviles, lo que permite que el collar se ajuste perfectamente al escote. El collar es estrecho en el cierre y se vuelve cada vez más opulento hacia la parte delantera. En total, 18,82ct de diamantes talla brillante se reparten a lo largo de esta pieza única procedente de Italia. Una verdadera obra maestra del arte de la orfebrería. El cierre invisible se integra hábilmente en el collar. A juego hay un anillo.', 79079.58, NULL, NULL, 80150.99, '18.82ct Diamant Collier mit Türkis in 18kt Weißgold-13435.jpeg', '18.82ct Diamant Collier mit Türkis in 18kt Weißgold-87084.jpeg', '18.82ct Diamant Collier mit Türkis in 18kt Weißgold-71181.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-12 14:57:55', '2024-02-12 14:57:55'),
(4450, '18Kt White Gold Pearl Ct 1.120, 50 Soutoir Necklace', '6kTQR1B5D', 15, 'Charming and elegant sautoir entirely made of pearls and finished in 18 Kt whitw gold. Each of the six strings is composed of pearls in several measures, from smaller ( diameter mm 3,50 ) to larger ( diameter mm 11,50 )and in different lengths, from cm 113 to cm 127. Their color and brightness are natural and not enhanced by any treatment. The peculiarity of this beautiful necklace is its versatility. You can wear it in several ways: open, knotted as a scarf or double rounded since it doesn\'t have any closure. It comes with box and certificate from \"Utopia\", an Italian brand specialized in Pearl jewelry.\r\nCreator\r\nUTOPIA\r\nMetal\r\nWhite Gold\r\nStone\r\nPearl\r\nStone Cut\r\nRound Cut\r\nStyle\r\nContemporary\r\nPlace of Origin\r\nItaly\r\nPeriod\r\n2000-2009\r\nDate of Manufacture\r\n2000\r\nCondition\r\nNew', 3301.86, NULL, NULL, 3550.86, '18Kt White Gold Pearl Ct 1.120, 50 Soutoir Necklace-52576.jpeg', '18Kt White Gold Pearl Ct 1.120, 50 Soutoir Necklace-15549.jpeg', '18Kt White Gold Pearl Ct 1.120, 50 Soutoir Necklace-41847.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-12 15:02:31', '2024-02-12 15:02:31'),
(4452, 'GIA certified Natural Tahitian Pearl Necklace 4.00ct. diamonds 18Kt Magnificent', 'fiYRI3Ebb', 15, 'GIA Certified pearl necklace.  Saltwater  Black lipped Oysters  NO Treatments.  Pintada Margaritifera & Pintada Maxima  \"Variously Colored\"  GIA Report: 2173621706  Amazing AAA Luster  14.98 - 16.9mm  27 Pearls.    2.00ct. marquise diamond on clasp.  Vs-2 clarity, K-color  2.00ct. Round full cut side diamonds  Vs-2 Clarity, H-color  18 inches in total  18kt. white gold  153.7 grams.  Clasp: 1.06 X .79 inch  Appraisal to accompany $72,000 & GIA Certificate.', 30000.00, NULL, NULL, 32460.05, 'GIA certified Natural Tahitian Pearl Necklace 4.00ct. diamonds 18Kt Magnificent-86017.jpeg', 'GIA certified Natural Tahitian Pearl Necklace 4.00ct. diamonds 18Kt Magnificent-26923.jpeg', 'GIA certified Natural Tahitian Pearl Necklace 4.00ct. diamonds 18Kt Magnificent-35526.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-12 15:07:49', '2024-02-12 15:07:49'),
(4453, 'Flawless', 'BTtGmFvlh', 15, 'The Flawless hair remover by Finishing Touch is the revolutionary new beauty device that removes facial hair instantly without the pain and irritation of tweezers, waxes or other hair removal mechanisms. Flawless is discreet, designed to look like lipstick and contains the finest German technology that microscopically removes hair. With an 18-karat gold-plated head, Flawless is hypoallergenic and gentle on all skin types. \r\n\r\nThe Flawless has a built-in light that makes it very easy to see and remove each hair from the upper lip, chin, eyebrows or anywhere. No cuts, burns or irritation. Plus, it\'s portable and discreet.', 33.00, NULL, NULL, 38.00, 'Flawless-25345.jpeg', 'Flawless-59239.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 15:08:52', '2024-02-12 15:08:52'),
(4454, 'NO RESERVE! 2.05 Carat Emerald and 0.41Ct Diamonds - 14 kt. White gold - Ring', 'd9HMIVK1O', 15, 'Creator\r\nDiamonds Mine\r\nRing Size\r\n8.5 US, Resizable\r\n(Size Guide)\r\nMetal\r\n14k Gold,White Gold\r\nStone\r\nPink Diamond,Emerald\r\nStone Cut\r\nEmerald Cut\r\nWeight\r\n3.97 g\r\nStyle\r\nArt Deco\r\nLab Report Available\r\nAIG J3312312823\r\nPlace of Origin\r\nIsrael\r\nPeriod\r\n2010-\r\nDate of Manufacture\r\n2023\r\nCondition\r\nNew', 1490.00, NULL, NULL, 1665.00, 'NO RESERVE! 2.05 Carat Emerald and 0.41Ct Diamonds - 14 kt. White gold - Ring-67696.jpeg', 'NO RESERVE! 2.05 Carat Emerald and 0.41Ct Diamonds - 14 kt. White gold - Ring-60729.jpeg', 'NO RESERVE! 2.05 Carat Emerald and 0.41Ct Diamonds - 14 kt. White gold - Ring-83154.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-12 15:15:03', '2024-02-12 15:15:03'),
(4455, 'Carolina Herrera', 'Zk0uEo2My', 15, 'Carolina Herrera Good Girl Perfume \r\nPanamanian Replicas duration 5/8 hours depending on the \r\nPH of the person they have % in oil. \r\nThey make it hold more and the aroma is 90% or more similar to the original. Quality and presentation is an exact replica. \r\nThey are not the Chinese replicas that are just alcohol.', 11.99, NULL, NULL, 13.00, 'Carolina Herrera-84590.jpeg', 'Carolina Herrera-59773.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-12 15:15:36', '2024-02-12 15:15:36'),
(4456, 'HERMÈS MINI POP H NECKLACE Blue Jean & Palladium', 'eJoDRFz0W', 15, 'Hermès Mini Pop H Necklace in Blue Jean & Palladium  Chain length: 40cm  Made in France   Accompanied by: Hermès box, dust bag and ribbon.\r\nDetails\r\nCreator\r\nHermès\r\nPeriod\r\n2010-\r\nDate of Manufacture\r\n2023\r\nCondition\r\nNew', 644.07, NULL, NULL, 650.00, 'HERMÈS MINI POP H NECKLACE Blue Jean & Palladium-31021.jpeg', 'HERMÈS MINI POP H NECKLACE Blue Jean & Palladium-26968.jpeg', 'HERMÈS MINI POP H NECKLACE Blue Jean & Palladium-41356.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-12 15:23:38', '2024-02-12 15:23:38'),
(4457, 'Nitro Cyzone Perfume Cologne', 'eiek4nG8G', 15, 'Nitro men\'s perfume \r\nAromatic herbal aroma \r\n\r\nCombination of patchouli, citrus and herbal notes merge and a masculine and delicious aroma is born, guaranteeing the highest quality of its aromatic notes. \r\n\r\nIt has the Essent Tech process that maximizes the quality and duration of the perfume, guaranteeing the highest quality of its aromatic notes. \r\nEau de toilette', 12.99, NULL, NULL, 16.00, 'Nitro Cyzone Perfume Cologne-83760.jpeg', 'Nitro Cyzone Perfume Cologne-60354.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-12 15:24:52', '2024-02-12 15:24:52'),
(4458, 'Cartier Roadster Vegas Roulette Red Green Steel Mens Watch W62002V3 Box Papers', 'G7NOQ3qBE', 15, 'Cartier Roadster Vegas Roulette Red Green Steel Mens Watch W62002V3 Box Papers. Automatic self-winding movement. Stainless steel tonneau shaped case 38 x 43 mm. . Scratch resistant sapphire crystal with cyclops magnifier. Black Las Vegas Roulette dial with red and light green Arabic numerals. Luminescent sword shaped steel hands. Date window at 3 o\'clock. Stainless steel bracelet with hidden double deployant clasp. Fits 7 3/4\" wrist. Excellent condition.\r\nDetails\r\nCreator\r\nCartier\r\nCase Material\r\nSteel\r\nPeriod\r\n21st Century\r\nDate of Manufacture\r\n2000-\r\nCondition\r\nExcellent\r\nMint condition.', 3575.00, NULL, NULL, 3700.99, 'Cartier Roadster Vegas Roulette Red Green Steel Mens Watch W62002V3 Box Papers-98960.jpeg', 'Cartier Roadster Vegas Roulette Red Green Steel Mens Watch W62002V3 Box Papers-44317.jpeg', 'Cartier Roadster Vegas Roulette Red Green Steel Mens Watch W62002V3 Box Papers-68352.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-12 15:29:45', '2024-02-12 15:29:45'),
(4459, 'Vintage Cartier French 18k Yellow Gold Panther Charm Bracelet', 'm3kI0SxIX', 15, 'One Vintage Cartier French 18k Yellow Gold Panther Charm Bracelet. Crafted in 18 karat yellow gold signed Cartier, serial #836605 (bracelet) and #856424 (charm) with French hallmark on the charm, weighing 20.5 grams. Original paperwork for the bracelet included. Circa 2000. The bracelet is 7 ½ inches in length.   About this Item: Embark on a playful adventure with our vintage Cartier panther charm bracelet- a whimsical treasure that captures the spirit of Cartier craftsmanship and feline charm. Crafted in 18 karat yellow gold and signed Cartier with serial numbers 836605 and 856424, this bracelet is more than gold; it\'s a manifestation of Cartier\'s iconic allure. The French hallmark on the panther charm adds a touch of authenticity to the joyous escapade. Weighing 20.5 grams, this bracelet is a keepsake of Cartier\'s legacy, complete with original paperwork for the bracelet, a documentation of its journey. Circa 2000, measuring 7 ½ inches in length, let this vintage Cartier piece be your whimsical companion, bringing the spirit of Parisian elegance and feline frolic to every twist and turn in your unique story.  Flawless Protection Plan: - Free Resizing & Free Insured Shipping -Sizing Doesn\'t Affect The Ability To Return -Free Appraisal with Purchase -7 Day 100% Return Policy -30-Day Exchange for Full Credit -100% Authenticity Guaranteed', 8800.00, NULL, NULL, 9300.00, 'Vintage Cartier French 18k Yellow Gold Panther Charm Bracelet-56699.jpeg', 'Vintage Cartier French 18k Yellow Gold Panther Charm Bracelet-45608.jpeg', 'Vintage Cartier French 18k Yellow Gold Panther Charm Bracelet-68133.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-12 15:36:02', '2024-02-12 15:36:02'),
(4460, 'Brake Pump Toyota Autana Machito Bubble 4.5 4 Holes', 'V4R3zcYYC', 15, 'Brake Pump Toyota Autana Machito Bubble 4.5 4 Holes', 39.98, NULL, NULL, 46.00, 'Brake Pump Toyota Autana Machito Bubble 4.5 4 Holes-20590.jpeg', 'Brake Pump Toyota Autana Machito Bubble 4.5 4 Holes-84105.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-02-12 15:39:58', '2024-02-12 16:05:41'),
(4461, 'Field Tuff Heavy-Duty Drag Harrow — 6ft. x 8ft., 14 Tine Rows, 1/2in. Dia. Tines, Model# HDHA-68', 'heSO7mBkt', 15, 'The Field Tuff Heavy-Duty Drag Harrow is an agricultural-style drag harrow that\'s great for use in the yard or field to level plots, break up soil, or grade an area. Also works well for spreading out pastures to allow grass to grow. The heavy-duty design with 14 horizontal tine rows of 1/2in. thick harrow tines allows the unit to handle the tough jobs.\r\nWhat\'s Included\r\n\r\n (1) Drag harrow\r\nFeatures + Benefits\r\n\r\n194 heavy-duty, 1/2in. thick tines dig in to help break up soil, level plots and pastures, or grade the soil\r\nTow chain with ring fits over any 2in. trailer ball for easy towing behind ATVs, UTVs, and lawn tractors\r\nMovable tow bar can be switched to the opposite end or flipped over for less aggressive dragging\r\nOptional 4ft. x 2ft. harrow section (Item# 52956, sold separately) can be added to increase length and add coverage', 569.99, NULL, NULL, 655.99, 'Field Tuff Heavy-Duty Drag Harrow — 6ft. x 8ft., 14 Tine Rows, 1/2in. Dia. Tines, Model# HDHA-68-29014.jpeg', 'Field Tuff Heavy-Duty Drag Harrow — 6ft. x 8ft., 14 Tine Rows, 1/2in. Dia. Tines, Model# HDHA-68-43834.jpeg', NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-12 15:43:14', '2024-02-12 15:43:14'),
(4462, 'Lower Cylinder Clutch Toyota Fj40 Machito Samurai 2f 3f', '4nmzWyzkh', 15, 'Lower Cylinder Clutch Toyota Fj40 Machito Samurai 2f 3f', 19.98, NULL, NULL, 22.99, 'Lower Cylinder Clutch Toyota Fj40 Machito Samurai 2f 3f-79966.jpeg', 'Lower Cylinder Clutch Toyota Fj40 Machito Samurai 2f 3f-91251.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-12 15:45:43', '2024-02-12 16:03:26'),
(4463, 'Roundup Concentrate Plus Weed & Grass Killer — FastAct Technology, 36.8oz. Jug, Model# 5100612', 'SW7WJtgno', 15, 'Roundup Concentrate Plus Weed & Grass Killer is a non-selective herbicide intended for use in a tank sprayer. This formula is rainproof in 30 minutes and delivers visible results in 12 hours after application. Planting can be done 1–3 days after application. Six ounces of this easy-to-mix concentrate makes one gallon of herbicide.\r\nWhat\'s Included\r\n\r\n(1) Gallon jug of non-selective weed and grass killer\r\n\r\nFeatures + Benefits \r\nNon-selective herbicide\r\nIntended for use in tank sprayer\r\nRainproof in 30 minutes\r\nDelivers visible results 12 hours after application\r\nPlanting can be done 1–3 days after application\r\n6-oz. of concentrate makes 1 gallon of herbicide.', 39.99, NULL, NULL, 49.99, 'Roundup Concentrate Plus Weed & Grass Killer — FastAct Technology, 36.8oz. Jug, Model# 5100612-23332.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-12 15:50:05', '2024-02-12 15:50:05'),
(4464, 'Handbrake Springs Kit Toyota 4runner Fj Banda S850', 'B2ZfErt2l', 15, 'Handbrake Springs Kit \r\n- Imported American Made Product. \r\n- Vehicles \r\n* Toyota 4Runner From 2003 To 2010 \r\n* Toyota FJ From 2003 To 2010 \r\n- Brake Band Number #850', 24.99, NULL, NULL, 30.00, 'Handbrake Springs Kit Toyota 4runner Fj Banda S850-62888.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 15:54:05', '2024-02-12 15:54:05'),
(4465, 'Anti-noise Kit Toyota Yaris 1999 2001 2005 1 Front Wheel', '8VPdTCgRQ', 15, 'Anti-noise Kit Hooks, Pins, Bushing Rubbers and Screws 1 Front Wheel \r\n- Imported American Made Product \r\n- Toyota Yaris \"el Sol\" Vehicles From 1998 to 2005', 14.99, NULL, NULL, 18.00, 'Anti-noise Kit Toyota Yaris 1999 2001 2005 1 Front Wheel-34919.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-12 16:00:19', '2024-02-12 16:02:40'),
(4466, 'Podadora Alquiler Corto Podo Jardín Césped', 'CQKo2Fu6S', 15, 'La podadora de alquiler \"Corto Podo Jardín Césped\" es una herramienta perfecta para mantener tu jardín en excelente estado. Esta podadora te permite cortar el césped de manera eficiente y precisa, dejando tu jardín con un aspecto impecable. Es ideal para mantener un césped corto y bien cuidado. Puedes alquilarla por el tiempo que necesites y disfrutar de un césped hermoso sin tener que preocuparte por el mantenimiento. ¡Asegúrate de seguir las instrucciones de uso y disfruta de un jardín envidiable.', 135.00, NULL, NULL, 148.99, 'Podadora Alquiler Corto Podo Jardín Césped-88035.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-12 16:01:02', '2024-02-12 16:01:02'),
(4467, 'Duncan Sp-100-12 Battery 12v 100 Ah Deep Cycle', 'edoQq6cLR', 15, 'Duncan Sp-100-12 Battery 12v 100 Ah Deep Cycle', 174.00, NULL, NULL, 289.00, 'Duncan Sp-100-12 Battery 12v 100 Ah Deep Cycle-41116.jpeg', 'Duncan Sp-100-12 Battery 12v 100 Ah Deep Cycle-71420.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-12 16:09:40', '2024-02-12 16:09:40'),
(4469, 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX', 'pe1jiO3CS', 15, 'Dependable, high-performance 163cc Honda engine\r\nAdjustable 14in., or 26in. tilling width provides versatility in a variety of garden sizes\r\nTransmission is enclosed in a double-welded case with an extra metal shield to keep wires and vines out for exceptional protection\r\n6 heavy-duty forged steel Slasher tines with bolt-on replaceable blades and 72 RPM maximum tine speed are built to withstand rugged use\r\n10in. x 1.75in. wheels with spring-loaded pins for safe and easy transport', 1599.99, NULL, NULL, 1700.99, 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX-41239.jpeg', 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX-86593.jpeg', 'Maxim Commercial Tiller —14/26in. Tilling Width, 163cc Honda Engine, Model# RMT55H.MAX-89704.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-12 16:12:51', '2024-02-12 16:12:51');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4470, 'Samsung Galaxy S23 Ultra Sm-s918b/ds 12gb/512gb cell phone', 'bUKbbTCIn', 15, 'The Samsung Galaxy S23 Ultra is the most powerful in the Galaxy S23 series. With a 6.8-inch Dynamic AMOLED 2X display at 1440 x 3088 pixels resolution and 120Hz refresh rate, the Galaxy S23 Ultra is powered by a special version of the Snapdragon 8 Gen 2 chip along with up to 12GB of RAM and up to 512GB of internal storage. . \r\n\r\nIts rear camera is quadruple, with a 200MP main sensor with OIS, a 10MP periscopic telephoto camera with 10x optical zoom, a 10MP telephoto camera with 3x optical zoom, and a 12MP ultrawide lens, while the front camera is 12MP with autofocus.', 1099.00, NULL, NULL, 1285.00, 'Samsung Galaxy S23 Ultra Sm-s918b/ds 12gb/512gb cell phone-31164.jpeg', 'Samsung Galaxy S23 Ultra Sm-s918b/ds 12gb/512gb cell phone-87504.jpeg', 'Samsung Galaxy S23 Ultra Sm-s918b/ds 12gb/512gb cell phone-11774.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-12 16:13:54', '2024-02-12 16:13:54'),
(4471, 'Troy-Bilt 450 Series Dual-Direction Rear-Tine Tiller — 18in. Tilling Width, 7in. Tilling Depth, 208cc OHV Engine, Model# 21AB45M8B66', 'fprNTouHa', 15, 'The Troy-Bilt 450 Series Dual-Direction Rear-Tine Tiller is a powerful and efficient tool for all your tilling needs. With an 18-inch tilling width and a 7-inch tilling depth, it can handle even the toughest soil. The 208cc OHV engine provides reliable performance, making your tilling tasks a breeze. Whether you\'re preparing a garden bed or breaking up compacted soil, this tiller has got you covered. Model# 21AB45M8B66 is definitely a great choice for any gardening enthusiast. Happy tilling!!', 1429.99, NULL, NULL, 1629.99, 'Troy-Bilt 450 Series Dual-Direction Rear-Tine Tiller — 18in. Tilling Width, 7in. Tilling Depth, 208cc OHV Engine, Model# 21AB45M8B66-18782.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-12 16:17:16', '2024-02-12 16:17:16'),
(4472, 'Milwaukee M18 Fuel QUIK-LOK Bristle Brush Attachment, Model# 49-16-2741', 'CrZMI4NEq', 15, 'This Milwaukee® M18 Fuel™ QUIK-LOK™ Bristle Brush Attachment is powered by the Milwaukee® M18 Fuel™ power head and is compatible with the M18 Fuel™ QUIK-LOK™ attachment system. This attachment\'s optimized bristle design is great for removing debris like mulch and dirt from hard surfaces and allows for longer life while covering a 23in. clearing width. The bristle brush attachment has an optimized guard design for the best material containment and features a protected drive shaft for increased durability against drops and storage elements. It also utilizes optimized gearing to help manage the cordless Milwaukee® M18 Fuel™ power head RPM output specifically for this attachment.\r\nWhat\'s Included\r\n\r\n(1) Bristle brush attachment\r\nFeatures + Benefits\r\n\r\nBristle Brush Attachment only -- must be used with a Milwaukee M18 Fuel™ power head and REDLITHIUM™ HD9.0 battery pack (not included)\r\nCompatible with the M18 Fuel™ Power Head with QUIK-LOK™ blade guard\r\nCompatibility across the entire M18™ System\r\nOptimized design for best material containment\r\nOptimized bristle design is ideal for removing dirt, mulch and other debris from hard surfaces and provides long life\r\n23in. clearing width helps speed up the cleaning process\r\nProtected drive shaft provides greater durability and protection against damage from drops and storage elements\r\nAlignment label indicates when the attachment is fully inserted into the M18 FUEL power head for safe, efficient operation', 279.00, NULL, NULL, 285.00, 'Milwaukee M18 Fuel QUIK-LOK Bristle Brush Attachment, Model# 49-16-2741-44068.jpeg', 'Milwaukee M18 Fuel QUIK-LOK Bristle Brush Attachment, Model# 49-16-2741-28324.jpeg', 'Milwaukee M18 Fuel QUIK-LOK Bristle Brush Attachment, Model# 49-16-2741-90365.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-12 16:21:19', '2024-02-12 16:21:19'),
(4473, 'Samsung Galaxy A24 phone 4gb Ram 128gb Rom', 'vQR2KqqBx', 15, 'Samsung Galaxy A24 phone 4gb Ram 128gb Rom', 220.00, NULL, NULL, 250.98, 'Samsung Galaxy A24 phone 4gb Ram 128gb Rom-73941.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-12 16:23:32', '2024-02-12 16:23:32'),
(4474, 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475', 'BZd1XcGGh', 15, 'KEEP PLANTS TOGETHER: Galvanized raised garden bed is perfect for growing plants close together in the backyard or creating beautiful flower beds. Raised planter box measures 24\" L x 24\" W x 11.75\" H and weighs 7 lbs. Garden bed has a soil capacity of 3.9 cu. ft. or 29.3 gal.\r\nDURABLE & WEATHER-RESISTANT: Elevated planter box is made from corrugated square galvanized steel material to withstand harsh weather conditions. Steel is more stable than wood or plastic beds and won\'t crack in cold temperatures.\r\nEASY TO USE: All hardware needed to assemble this raised garden bed kit is included (screwdriver required but not included). Simply place the kit above ground, add soil, and watch your vegetables and plants grow.\r\nPROMOTE HEALTHY ROOTS: Raised garden beds are ideal for encouraging root development and growth for your vegetables, fruits, flowers, and herbs.\r\nWORRY-FREE PURCHASING: Sunnydaze Decor backs its products with a 1-year manufacturer\'s warranty for worry-free purchasing.', 45.95, NULL, NULL, 55.99, 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475-50772.jpeg', 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475-31876.jpeg', 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475-41993.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-12 16:27:09', '2024-02-12 16:27:09'),
(4475, 'Premium Hood 30 75 Cm 3 Speeds Physical Store', 'yiFM50stk', 15, 'Stainless steel \r\n• 75 cm wide \r\n• 3 speeds \r\n• Button control \r\n• Charcoal filter \r\n• Lamp \r\n• Power: 160W', 64.99, NULL, NULL, 89.00, 'Premium Hood 30 75 Cm 3 Speeds Physical Store-75066.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-12 16:31:34', '2024-02-12 16:31:34'),
(4476, 'Brentwood Toaster Oven 9 Liters 800 Watts', 'ezVPxMogF', 15, 'Toast, bake and roast \r\n• Adjustable temperature 50 -450F \r\n• 15 minute timer with auto shut off, Stay On feature \r\n• 2 rack positions, 2 piece quartz heating element \r\n• Zinc coated chamber \r\n• Crumb tray and includes food tray and rack \r\n• Power indicator light \r\n• Power : 800w', 39.00, NULL, NULL, 47.00, 'Brentwood Toaster Oven 9 Liters 800 Watts-99051.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-12 16:36:52', '2024-02-12 16:36:52'),
(4477, 'Black+decker Vacuum Cleaner 2000 Watts 2.5 Liters Green', 'Jm0vEXKen', 15, '2000 Watts \r\n-Capacity of 2.5 lt. \r\n-Cyclonic technology \r\n-Hepa filter \r\n-Adjustable suction control \r\n-Cable with one-touch automatic rewind \r\n-Rubber wheels for all floors \r\n-2 in 1 brush for floors and carpets \r\n-2 extension tubes \r\n-Flexible rotating hose \r\n-Corner brush', 100.00, NULL, NULL, 135.00, 'Black+decker Vacuum Cleaner 2000 Watts 2.5 Liters Green-46528.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-12 16:40:22', '2024-02-12 16:40:22'),
(4478, 'Black&decker Mx1500 Hand Blender White Physical Store', '6oVfuNt6x', 15, 'This Black+Decker MX1500 blender is perfect for preparing large quantities of mixtures in just a few minutes. It stands out for its power and ability to process ingredients. It will allow you to speed up production and increase work efficiency. \r\n\r\nPRODUCT FEATURES: \r\n\r\n- 175 watts \r\n- 5 speeds \r\n- Whisk ejector button \r\n- Turbo function \r\n- Ergonomic handle \r\n- Heel rest \r\n- Dishwasher safe \r\n- 2 Whisks', 24.00, NULL, NULL, 30.00, 'Black&decker Mx1500 Hand Blender White Physical Store-27369.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-12 16:45:34', '2024-02-12 16:45:34'),
(4479, 'Smithfield', 'VtT4pdgh6', 16, 'Smithfield Fresh Extra Tender Pork Spareribs', 1.97, NULL, NULL, 2.49, 'Smithfield-64257.jpeg', 'Smithfield-30412.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-12 16:46:23', '2024-02-12 16:46:23'),
(4480, 'Smartwater', '7gohNoAfv', 16, 'Pure, vapor-distilled water\r\nPremium bottled water with added electrolytes for a pure, crisp taste\r\nRefreshing hydration at the office, on your commute or anywhere you need to take a beat to recharge\r\n100% recyclable bottle\r\n6 pack of 33.8 fl oz bottles', 7.69, NULL, NULL, 10.18, 'Smartwater-19525.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-02-12 16:51:26', '2024-02-12 16:51:26'),
(4481, 'Oster 9 L Metal Toaster Oven', 'kKmLVo7Fz', 15, 'Capacity for 4 slices \r\n• Power 1200 W \r\n• Button panel \r\n• Bake, roast, toast and reheat functions that allow you to create meals and snacks with ease \r\n• Useful 60-minute timer that automatically turns off the oven for greater safety \r\n• Power indicator light', 54.00, NULL, NULL, 61.98, 'Oster 9 L Metal Toaster Oven-50049.jpeg', 'Oster 9 L Metal Toaster Oven-90439.jpeg', 'Oster 9 L Metal Toaster Oven-47156.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-12 16:51:39', '2024-02-12 16:51:39'),
(4482, 'GFB', 'knzVIqJzA', 16, '24-Count 2.05-Oz The GFB Gluten Free Bars (Various Flavors)', 35.99, NULL, NULL, 56.99, 'GFB-84909.jpeg', 'GFB-44873.jpeg', 'GFB-44799.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-12 16:56:29', '2024-02-12 16:56:29'),
(4483, 'Pacific Foods', 'bH7a3KJWx', 16, '32-Oz Pacific Foods Soups (Tomato Basil, Butternut Squash, Red Pepper & Tomato)', 3.00, NULL, NULL, 4.00, 'Pacific Foods-81073.jpeg', 'Pacific Foods-85292.jpeg', 'Pacific Foods-35873.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-12 16:59:41', '2024-02-12 16:59:41'),
(4484, 'Chocolate Coconut Bar', 'WZSx0ni8i', 16, '5-Count 1.41-Oz Atkins Endulge Chocolate Coconut Bar', 9.10, NULL, NULL, 14.36, 'Chocolate Coconut Bar-23379.jpeg', 'Chocolate Coconut Bar-64593.jpeg', 'Chocolate Coconut Bar-12783.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-12 17:03:25', '2024-02-12 17:03:25'),
(4485, 'Maker’s Mark', 'jHfV2cs7J', 16, 'Maker’s Mark 1.75L Bourbon Whiskey with Strainer', 29.99, NULL, NULL, 34.91, 'Maker’s Mark-37796.jpeg', 'Maker’s Mark-26152.jpeg', 'Maker’s Mark-50315.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-12 17:06:33', '2024-02-12 17:06:33'),
(4486, 'Oster hand mixer', 'K4wzdzs0x', 15, 'The Oster hand mixer is ideal for you who are passionate about baking and gastronomy. You will have exceptional results when you make your homemade sauces, custards or creams quickly and effortlessly thanks to its 240 watts of power that you can adjust in 5 speeds or its extra turbo function.', 24.00, NULL, NULL, 30.00, 'Oster hand mixer-83009.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-12 17:10:41', '2024-02-12 17:10:41'),
(4487, 'Hormel Completes', 'bIpNfHls4', 16, '6-Pack 10oz. Hormel Completes Chili with Beans Microwave Trays', 9.10, NULL, NULL, 15.00, 'Hormel Completes-58309.jpeg', 'Hormel Completes-51136.jpeg', 'Hormel Completes-12642.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-12 17:10:44', '2024-02-12 17:10:44'),
(4488, 'HUANUO Standing Desk Adjustable Height,55x24 Inch Stand up Desk for Home Office Computer Desk Memory Preset with Headphone Hook,Electric Standing Desk with Starage Bag', 'd6jtMogyO', 16, 'Brand HUANUO\r\nShape Rectangular\r\nDesk design Computer Desk\r\nProduct Dimensions 55\"D x 27.5\"W x 24\"H\r\nColor Rustic\r\nStyle Classic\r\nBase Material Carbon Steel\r\nTop Material Type Wood\r\nFinish Type Laminated\r\nSpecial Feature Adjustable Height, Ergonomic, Sit and Standing Sesk, Electric, Adjustable', 200.99, NULL, NULL, 229.99, 'HUANUO Standing Desk Adjustable Height,55x24 Inch Stand up Desk for Home Office Computer Desk Memory Preset with Headphone Hook,Electric Standing Desk with Starage Bag-10202.jpeg', 'HUANUO Standing Desk Adjustable Height,55x24 Inch Stand up Desk for Home Office Computer Desk Memory Preset with Headphone Hook,Electric Standing Desk with Starage Bag-86316.jpeg', 'HUANUO Standing Desk Adjustable Height,55x24 Inch Stand up Desk for Home Office Computer Desk Memory Preset with Headphone Hook,Electric Standing Desk with Starage Bag-34806.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 17:15:55', '2024-02-12 17:15:55'),
(4489, 'Oster Classic Glass Blender, Chopped, Original', 'w1Zlt6GVl', 15, 'Professional Design (Chrome bell-shaped cover) \r\n+ Exclusive All-Metal Drive® metal coupling system, \r\n+ Long life of use to blend the ingredients \r\n+ Powerful 450 Watt motor with pulse option for more precise blending. \r\n+ 3-Speed ​​Rotary Knob. \r\n+ Domestic Blender for your home \r\n+ Greater durability than other blenders.', 32.00, NULL, NULL, 38.00, 'Oster Classic Glass Blender, Chopped, Original-23618.jpeg', 'Oster Classic Glass Blender, Chopped, Original-24909.jpeg', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-12 17:16:26', '2024-02-12 17:16:26'),
(4490, 'Patio Rattan Conversation Set Seat Sofa Cushioned Loveseat Glass Table Chairs', 'DUIJtoepO', 16, 'General\r\nBrand	GoPlus\r\nModel	HW63234\r\nType\r\nType	Seating Sets\r\nSize\r\nSize	54.50\" x 24.00\" x 33.50\" (L x W x H)\r\nDetail\r\nColor	Black\r\nColor Mapping	Black\r\nItem Count	1 x patio conversation set\r\n2 x cushions\r\n1 x instruction\r\nFeatures	Rugged steel frame is durable and sturdy\r\n\r\nHigh-quality rattan is weather-resistant and fade-resistant\r\n\r\nTempered glass table top is fixed by powerful suckers\r\n\r\nSoft seat cushions is filled with high-density sponge\r\n\r\nThe zippered cover is removable and washable\r\n\r\nErgonomic design of wide armrest and curved backrest\r\n\r\nStable non-slip feet ensures users\' safety\r\n\r\nUnique and chic style suitable for garden, poolside and balcony', 115.99, NULL, NULL, 129.99, 'Patio Rattan Conversation Set Seat Sofa Cushioned Loveseat Glass Table Chairs-68673.jpeg', 'Patio Rattan Conversation Set Seat Sofa Cushioned Loveseat Glass Table Chairs-82408.jpeg', 'Patio Rattan Conversation Set Seat Sofa Cushioned Loveseat Glass Table Chairs-77314.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 17:27:11', '2024-02-12 17:27:11'),
(4491, 'Yoga mat', 'PlHIOSKSa', 15, 'Non-slip Tpe Yoga Mat With Bag And Mat Holder Rope', 24.00, NULL, NULL, 39.89, 'Yoga mat-10857.jpeg', 'Yoga mat-77449.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 17:28:27', '2024-02-12 17:28:27'),
(4492, 'Atletikus Medicine Ball', 'TVNLt7mZa', 15, 'Atletikus Medicine Ball', 41.00, NULL, NULL, 44.89, 'Atletikus Medicine Ball-64934.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 17:46:42', '2024-02-12 17:46:42'),
(4493, 'Road Bike Carrera Rin 700c Brand Btw Aluminum Shimano', 'MSwSuGU4w', 15, 'SUPER LIGHT ALUMINUM FRAME \r\n- MECHANICAL DISC BRAKES \r\n- SHIMANO COMPONENTS \r\n- 7x3 GEAR CONTROL \r\n- SEALED CENTER PIN \r\n- DOUBLE WALL ALUMINUM RIM', 120.00, NULL, NULL, 128.00, 'Road Bike Carrera Rin 700c Brand Btw Aluminum Shimano-13728.jpeg', 'Road Bike Carrera Rin 700c Brand Btw Aluminum Shimano-83796.jpeg', 'Road Bike Carrera Rin 700c Brand Btw Aluminum Shimano-66987.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 17:54:53', '2024-02-12 17:54:53'),
(4494, 'CPU1 under desk steel cpu holder swivels 360 adjustable height width metal computer PC cage ergonomic sit stand up standing desk accessory tower mount desktop office organization de clutter desks gray', 'MI3Ax4ele', 16, 'FREE UP DESK SPACE: reduce clutter & stay organized by storing computer CPUs under your desk with this adjustable swiveling under-desk CPU holder a useful ergonomic standing desk accessory\r\nSWIVELS 360 for CONVENIENT ACCESS: this under-desk CPU Holder swivels 360-degrees for easy access to ports & cables.\r\nADJUSTABLE HEIGHT & WIDTH CPU HOLDER: under-desk computer CPU mount has 9 height settings from 13-21\". Width adjusts from 2.63-5.13\" to accommodate a range of cpu sizes\r\nQUICK, EASY INSTALLATION: mount this adjustable, swiveling under-desk cpu holder in seconds! Quick 4-point mount connects to any wooden desktop. Compact design is adjustable in height & width\r\nDURABLE UNDER DESK CPU HOLDER: commercial-grade swiveling under-desk cpu holder is made of high-strength steel for durability. A simple, effective ergonomic accessory for any standing de', 40.38, NULL, NULL, 49.37, 'CPU1 under desk steel cpu holder swivels 360 adjustable height width metal computer PC cage ergonomic sit stand up standing desk accessory tower mount desktop office organization de clutter desks gray-41433.jpeg', 'CPU1 under desk steel cpu holder swivels 360 adjustable height width metal computer PC cage ergonomic sit stand up standing desk accessory tower mount desktop office organization de clutter desks gray-25839.jpeg', 'CPU1 under desk steel cpu holder swivels 360 adjustable height width metal computer PC cage ergonomic sit stand up standing desk accessory tower mount desktop office organization de clutter desks gray-10072.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 17:59:50', '2024-02-12 17:59:50'),
(4495, 'Reinforced Adaptive Bicycle Rack Luggage Rack', '5bD5zS2Iy', 15, 'Rear luggage rack \r\n- Material: Aluminum \r\n- Weight: 1.20 Kg. \r\n- Size: 52.5 x 13.5cm \r\n- Resistant metal hardware \r\n- Elastic for fastening of high-density polyester objects \r\n- Color: Black \r\n- Uses: MTB bike / city bike / road bike \r\n- Adjustable according to load needs and situation', 24.99, NULL, NULL, 29.00, 'Reinforced Adaptive Bicycle Rack Luggage Rack-97762.jpeg', 'Reinforced Adaptive Bicycle Rack Luggage Rack-67728.jpeg', NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-12 18:02:12', '2024-02-12 18:02:12'),
(4496, 'Intencity Fit Xtreme Bike Ccs Static Spinning Bike', 'iK4cg4Mjt', 15, 'Intencity Fit Xtreme Bike Ccs Static Spinning Bike', 349.00, NULL, NULL, 388.00, 'Intencity Fit Xtreme Bike Ccs Static Spinning Bike-91660.jpeg', 'Intencity Fit Xtreme Bike Ccs Static Spinning Bike-47720.jpeg', 'Intencity Fit Xtreme Bike Ccs Static Spinning Bike-18023.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 18:15:38', '2024-02-12 18:15:38'),
(4497, 'Elastic Resistance Bands Legs Buttocks Exercises', 'TuRbZ7is7', 15, 'Set of 3 improved resistance bands with durable and non-slip design, includes manual and carrying bag, they are different from traditional latex and rubber training bands. \r\n\r\n-> Among their advantages you find that they will never slide or roll up when you use it, they will not break since they have strong, tight seams as well as a combination of very resistant and first-class materials.', 14.99, NULL, NULL, 19.00, 'Elastic Resistance Bands Legs Buttocks Exercises-77978.jpeg', 'Elastic Resistance Bands Legs Buttocks Exercises-79911.jpeg', 'Elastic Resistance Bands Legs Buttocks Exercises-26975.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 18:22:20', '2024-02-12 18:22:20'),
(4498, 'Boss LeatherPlus Guest Chair', 'vmQVRbsSI', 16, 'Boss LeatherPlus Guest Chair', 100.99, NULL, NULL, 116.99, 'Boss LeatherPlus Guest Chair-38240.jpeg', 'Boss LeatherPlus Guest Chair-58202.jpeg', 'Boss LeatherPlus Guest Chair-43286.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-12 18:40:54', '2024-02-12 18:40:54'),
(4499, 'Trx Type Suspension Set Bands Garters Exercises Straps', 'pVnojTqHX', 15, 'This training system is the most complete of all, from beginners to professional athletes prefer it. It can be hung on any solid place such as the door, beams and even tree branches, without space restrictions for easy use, whether at home or outdoors, you can start at any time.', 40.00, NULL, NULL, 42.09, 'Trx Type Suspension Set Bands Garters Exercises Straps-64591.jpeg', 'Trx Type Suspension Set Bands Garters Exercises Straps-49827.jpeg', 'Trx Type Suspension Set Bands Garters Exercises Straps-66179.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-12 18:42:07', '2024-02-12 18:42:07'),
(4500, 'Costway 3PCS Patio Rattan Bistro Set Coffee Table Armchair Garden Red Cushion', 'U5j6liY7G', 16, '3 Pieces Bistro Set: This outdoor rattan set include 2 armchairs and a circular side table, which is a perfect addition for garden.Each part of this patio furniture set can be used separately.\r\nPremium Material&Stable Frame:Crafted with hand-woven and weather-resistant wicker, this patio conversation furniture set can be used for a long time. Designed with a tempered glass tabletop, the surface of the side table is smooth and easy to clean.Reinforced iron legs offer higher load bearing capacity. And the anti-slip foot pads adds extra stability.\r\nComfortable Sitting Experience: High elastic sponge cushions provides optimal comfort . Wide seats and armrest design will make you more relaxed.The removable cushion cover with smooth zipper is easy to replace and clean.\r\nInstallation & Dimensions: Size of armchair: 20\'\' x20\'\' x31\'\' (L x W x H), size of table: 20\'\' x 20\'\'(D x H). More, the weight capacity of side table is 170 lbs, and the weight capacity of each armchair is 400 lbs.', 100.99, NULL, NULL, 139.99, 'Costway 3PCS Patio Rattan Bistro Set Coffee Table Armchair Garden Red Cushion-75238.jpeg', 'Costway 3PCS Patio Rattan Bistro Set Coffee Table Armchair Garden Red Cushion-82888.jpeg', 'Costway 3PCS Patio Rattan Bistro Set Coffee Table Armchair Garden Red Cushion-29587.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 18:49:38', '2024-02-12 18:49:38'),
(4501, 'Valita 3 Piece Patio Set Outdoor Furniture Outdoor Rocking Chairs Patio Conversation Sets 2 Patio Chairs Patio Table Wicker Patio Furniture with Non-Slip Cushions, Royal Blue', 'XhQNXUz3d', 16, 'Quality & Maintain: This set of outdoor bistro set comes in a delicate composite weave, hand-woven from half-moon all-weather HDPE wicker material with an all-welded powder-coated steel frame, making it extremely durable and robust. The breathable 250G polyester anti-UV and water-resistant fabric is equipped with zippers for easy cleaning and replacement, which also enables the rocking chair set to withstand all kinds of weather and last longer.\r\nComfortable & Non-slip: The 3-piece outdoor furniture set comes with thickened seat cushions (4 inches), high resilience sponges, and non-slip plastic fabric on the bottom, which is more practical than lace, velcro, and hooks, and matches with fully padded back cushions, which is very comfortable and durable.\r\nHighly Adaptable: The rocking design allows you to sit more easily and comfortably without worrying about falling over. The curved backrest of the outdoor rocking chair gives you the best back support experience; the pedal at the bo', 300.63, NULL, NULL, 330.63, 'Valita 3 Piece Patio Set Outdoor Furniture Outdoor Rocking Chairs Patio Conversation Sets 2 Patio Chairs Patio Table Wicker Patio Furniture with Non-Slip Cushions, Royal Blue-98952.jpeg', 'Valita 3 Piece Patio Set Outdoor Furniture Outdoor Rocking Chairs Patio Conversation Sets 2 Patio Chairs Patio Table Wicker Patio Furniture with Non-Slip Cushions, Royal Blue-93662.jpeg', 'Valita 3 Piece Patio Set Outdoor Furniture Outdoor Rocking Chairs Patio Conversation Sets 2 Patio Chairs Patio Table Wicker Patio Furniture with Non-Slip Cushions, Royal Blue-13704.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 18:54:37', '2024-02-12 18:54:37'),
(4502, 'Double Egg Chair Outdoor Swing - 2 Person Swinging Chair, Pumpkin Loveseat for Patio, Garden, Porch, Backyard House - Luxury Foldable Egg Chair', 'jky8daGyA', 16, 'HEAVY DUTY EGG CHAIR: Seat and frame of egg chair is constructed of polyethylene rattan resin wicker wrapped around aluminum frame for weather-resistant protection, strength and durability\r\nEYE-CATCHING SWING CHAIR: This Wicker Swing Chair is designed ALL WEATHER use, Stand and chair combo makes it easy to add a stylish seat to an apartment and it will be a a perfect furniture to decorate your home.\r\nINDOOR OUTDOOR FOLDABLE CHAIR: The egg chair basket can be folded when not in use, Perfect for Patio, Garden, Porch, Backyard House.\r\nEASY TO ASSEMBLE: Egg chair with stand are simple to put together with the included tools and hardware\r\nDOUBLE EGG CHAIR: Fits 2 people and enough space for any position that you like\r\nEGG CHAIR CUSHION: Breathable Design, It can be washed', 900.00, NULL, NULL, 1099.00, 'Double Egg Chair Outdoor Swing - 2 Person Swinging Chair, Pumpkin Loveseat for Patio, Garden, Porch, Backyard House - Luxury Foldable Egg Chair-94301.jpeg', 'Double Egg Chair Outdoor Swing - 2 Person Swinging Chair, Pumpkin Loveseat for Patio, Garden, Porch, Backyard House - Luxury Foldable Egg Chair-31610.jpeg', 'Double Egg Chair Outdoor Swing - 2 Person Swinging Chair, Pumpkin Loveseat for Patio, Garden, Porch, Backyard House - Luxury Foldable Egg Chair-21123.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-12 19:00:17', '2024-02-12 19:00:17'),
(4503, 'NEW NATIVE INSTRUMENTS TRAKTOR KONTROL S4, S4 MK2/MK3, S5 DJ CONTROLLER CASE', 'XRyXsGMz6', 16, 'Patented Top Glide Style Platform with 2 Cable Port Holes\r\nGlide Platform Surface is 24.25\" x 11.75\"\r\nGlide Platform is Compatible with GSABL Panel Support Attachments Sold Separately\r\nIncludes Adjustment Foam to Hold the Kontrol S4, S4 MK2, and S5 Controllers\r\nRemovable Front Angled V-Cut Access Panel\r\nHeavy-Duty Ball Corners\r\nRecessed Handle and Latches\r\nPlenty of Cable Management Underneath & Behind the Controller\r\nBottom Rubber Feet\r\nGlide Platform Tension Latches', 255.97, NULL, NULL, 287.97, 'NEW NATIVE INSTRUMENTS TRAKTOR KONTROL S4, S4 MK2/MK3, S5 DJ CONTROLLER CASE-33474.jpeg', 'NEW NATIVE INSTRUMENTS TRAKTOR KONTROL S4, S4 MK2/MK3, S5 DJ CONTROLLER CASE-16732.jpeg', 'NEW NATIVE INSTRUMENTS TRAKTOR KONTROL S4, S4 MK2/MK3, S5 DJ CONTROLLER CASE-12186.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 19:06:57', '2024-02-12 19:06:57'),
(4504, 'Native Instruments KOMPLETE KONTROL MK2 Keyboard MIDI Controller (49 Keys)', 'En9rFTRDC', 16, 'Model\r\nBrand	Native Instruments\r\nModel	24783\r\nDetails\r\nSpecification	Keyboard: 49 Keys, Synth Action with Aftertouch\r\n\r\nMIDI Control Surfaces: 8 x Rotary Encoders\r\n\r\nPerformance Functions: Transport Controls\r\n\r\nConnectivity\r\n1 x USB Type-B\r\n1 x MIDI 5-Pin Input\r\n1 x MIDI 5-Pin Output\r\n2 x 1/4\" TS Expression Pedal/Sustain Input\r\n\r\nOS Compatibility: macOS\r\nFeatures\r\nFeature	Semi-Weighted Keybed with Aftertouch\r\n\r\nAuto-Mapping with KOMPLETE 9/10/11/12\r\n\r\nControl Any MIDI Software or Hardware\r\n\r\nPitch and Mod Wheels + Touch Strip\r\nDimensions & Weight\r\nDimension	33.10\" x 11.70\" x 3.30\" (W x D x H)\r\nWeight	12.20 lbs.', 599.99, NULL, NULL, 699.99, 'Native Instruments KOMPLETE KONTROL MK2 Keyboard MIDI Controller (49 Keys)-58892.jpeg', 'Native Instruments KOMPLETE KONTROL MK2 Keyboard MIDI Controller (49 Keys)-52494.jpeg', 'Native Instruments KOMPLETE KONTROL MK2 Keyboard MIDI Controller (49 Keys)-77501.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 19:18:46', '2024-02-12 19:18:46'),
(4505, 'Native Instruments KOMPLETE AUDIO 1 USB Audio Interface', 'tTkbIU4MC', 16, 'Model\r\nBrand	Native Instruments\r\nDetails\r\nType	Pro Audio - Audio Mixers\r\nDimensions & Weight\r\nWeight	1.22\r\nAdditional Information\r\nDate First Available	January 09, 2024', 95.00, NULL, NULL, 109.00, 'Native Instruments KOMPLETE AUDIO 1 USB Audio Interface-67053.jpeg', 'Native Instruments KOMPLETE AUDIO 1 USB Audio Interface-85885.jpeg', 'Native Instruments KOMPLETE AUDIO 1 USB Audio Interface-49071.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 19:24:55', '2024-02-12 19:24:55'),
(4506, 'Air Duster, Aigrous Electric Wireless Air Duster Keyboard Clearer with 15000mAH Rechargeable Batter Powerful 36000RPM, Alternative to Compressed Air Can for Computers Cleaning, USB-C Fast Charging', 'OxTUc7V48', 16, 'Excellent cleaning performance: 36000 RPM motor provides strong airflow for deep dust cleaning. Two modes(36000/27000 RPM) are available for different devices ranging form computers, camera, PS5, laptop, air conditioners, sofa, circuit boards to instruments and medical devices.\r\nIncreased working time: The build-in 15000mAH high-capacity lithium battery allows the air duster to work for 50 minutes continuously.\r\nUSB-C fast charging: The dust blower features 10W USB-C charging port and LED flash light. You can easily use your TYPE-C cord of your phone or tablet with a 5V2A adapter(not included).\r\nEnvironmentally friendly air duster: Say goodbye to compressed air can! This air blower allows more than 5000 times of use. Handy and light-weight design make it easier to use and carry.', 65.99, NULL, NULL, 74.99, 'Air Duster, Aigrous Electric Wireless Air Duster Keyboard Clearer with 15000mAH Rechargeable Batter Powerful 36000RPM, Alternative to Compressed Air Can for Computers Cleaning, USB-C Fast Charging-80771.jpeg', 'Air Duster, Aigrous Electric Wireless Air Duster Keyboard Clearer with 15000mAH Rechargeable Batter Powerful 36000RPM, Alternative to Compressed Air Can for Computers Cleaning, USB-C Fast Charging-43003.jpeg', 'Air Duster, Aigrous Electric Wireless Air Duster Keyboard Clearer with 15000mAH Rechargeable Batter Powerful 36000RPM, Alternative to Compressed Air Can for Computers Cleaning, USB-C Fast Charging-77052.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 19:46:33', '2024-02-12 19:46:33'),
(4507, 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger', 'rZsZjlGxz', 16, 'World Wide Input Voltage 100-240VAC 50/60Hz. OVP, OCP, SCP Protection (OVP: Over Voltage output Protection. OCP: Over Current output Protection. SCP: Short Circuit output Protection). UpBright 30 Days Refund. 24 Months Exchange. Fits Native Instruments Maschine Mikro 21947 22550 MK2 Groove Production Studio Black White NI Traktor Kontrol Audio 2 S2 MK2 MK3 S2MK2 S2MK3 S2 MK 2 3 HW DJ Soundcard System Controller 9-20 V 9V - 20V 9VDC - 20VDC 15 V 1200 mA 15 VDC 1.2 A Power\r\nUpBright New Global 15V AC / DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 MK2 S4MK2 S 4 MK 2 DJ System Controller Komplete Kontrol S25 S49 S61 S88 Controller Keyboard Compact DJ Soundcard DJ System Controller 9-20 V 9V - 20V 9VDC - 20VDC DC9V- 20V 9 V - 20 V 9 VDC - 20 VDC 9.0V - 20.0V 15VDC 1.2A - 2A DC15V 1200mA - 2000mA 15.0V 1.2 A - 2 A 15 VDC Switching Power Supply Cord Cable PS Wall Home Battery Charger Mains PSU\r\nCompatible with: Fluke Microtest Omni Scanner Omni', 40.49, NULL, NULL, 49.49, 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger-75286.jpeg', 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger-89921.jpeg', 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger-73667.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 20:13:28', '2024-02-12 20:13:28'),
(4508, 'Conference Recessed with USB C,Furniture Recessed Outlet,Table power strip with 2 Outlets,2 USB Ports,Flush Mount for Side Table, End Table,6ft Cable with Flat Plug(White)', 'tFaOpii02', 16, 'Creative Recessed Desktop Design Space Saving:This unique recessed plug in outlet get rid of hefty adapters and messy plugs.\r\nThis Table Power Outlet is Easy to Assemble:According to the size of the picture,cut a rectangle in table, place the recessed outlet in then screw it tight.Hole cut size: L 3.79&#34; * W 1.68&#34; * H 1.57&#34;.\r\nAllows easy access to 2 outlets & 2 USB ports connections.with 6ft cable,right angle flat plug.Rating:12A 125V~/60Hz 1500W.\r\nConference recessed power strip with 1 USB-Type C,1 USB-Type A.USB ports total 5V/2A output.\r\nETL certificated,Fire-resistant outer shell and built-in safety system provides you and your devices with complete protection.', 40.87, NULL, NULL, 45.87, 'Conference Recessed with USB C,Furniture Recessed Outlet,Table power strip with 2 Outlets,2 USB Ports,Flush Mount for Side Table, End Table,6ft Cable with Flat Plug(White)-49322.jpeg', 'Conference Recessed with USB C,Furniture Recessed Outlet,Table power strip with 2 Outlets,2 USB Ports,Flush Mount for Side Table, End Table,6ft Cable with Flat Plug(White)-95164.jpeg', 'Conference Recessed with USB C,Furniture Recessed Outlet,Table power strip with 2 Outlets,2 USB Ports,Flush Mount for Side Table, End Table,6ft Cable with Flat Plug(White)-18393.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 20:21:45', '2024-02-12 20:21:45'),
(4510, 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black', 'EkeeAPu6n', 16, '100% Protection: Premium Hard EVA material exterior and soft interior provide full protection against scratches, impacts, spills, and dust and it would help prolong the life of the calculator.\r\nAttentive Design: The zipper mesh bag fit charging usb cords, study guide card, pens, charger, batteries etc. Velcro strap holds graphing calculator in place. Double zipper provides easy access to insert and remove your equipment.\r\nConvenient to Carry: Durable hand strap make it easy to carry out. The handheld sized makes it convenient to put in backpack and doesn\'t take up much more space.\r\nGift Ideas. Great gifts for your kid, students, Teenager, or any other owner for Texas Instruments graphing calculator. This ti-84 carrying case will be the perfect helper when you\'re travelling or at school.\r\nDimension: External dimension: 8\" x 3.75\" x 1.71\". Inner dimension: 7.62\" x 3.41\" x 0.57\". This graphing calculator protective cases will fit and protect most graphing, scientific and financial calcul', 40.50, NULL, NULL, 45.50, 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black-49426.jpeg', 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black-80751.jpeg', 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black-10930.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-12 20:42:45', '2024-02-12 20:42:45'),
(4511, 'Cup & Spoon Set', 'ofDGh89Em', 16, '8-Piece Mainstays Polypropylene Measuring Cup & Spoon Set', 1.95, NULL, NULL, 5.72, 'Cup & Spoon Set-32013.jpeg', 'Cup & Spoon Set-18219.jpeg', NULL, 'Groceries', 4.5, NULL, 1, '2024-02-12 22:35:04', '2024-02-12 22:36:37'),
(4512, 'Hyrule Warriors Age of Calamity', 'ZMgVZE2UQ', 16, 'Hyrule Warriors: Age of Calamity - Nintendo Switch', 52.49, NULL, NULL, 59.88, 'Hyrule Warriors Age of Calamity-32452.jpeg', 'Hyrule Warriors Age of Calamity-87711.jpeg', 'Hyrule Warriors Age of Calamity-34165.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-12 22:43:57', '2024-02-12 22:43:57'),
(4513, 'Saints Row', 'azbT5Dy9t', 16, 'Saints Row: Day 1 Edition - PlayStation 5', 7.00, NULL, NULL, 18.00, 'Saints Row-19036.jpeg', 'Saints Row-86853.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-02-12 22:46:51', '2024-02-12 22:46:51'),
(4514, 'Splatoon 3', 'rDARBd0HB', 16, 'Splatoon 3 - Nintendo Switch [Physical] - U.S. Version', 15.99, NULL, NULL, 25.97, 'Splatoon 3-62720.jpeg', 'Splatoon 3-76732.jpeg', 'Splatoon 3-70682.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-12 22:50:48', '2024-02-12 22:50:48'),
(4515, 'Pokemon Shield', '3vSFwkjSS', 16, 'Pokemon Shield Video Game Import Region Free, Nintendo Switch', 51.95, NULL, NULL, 63.95, 'Pokemon Shield-62262.jpeg', 'Pokemon Shield-69152.jpeg', 'Pokemon Shield-38873.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-12 22:54:29', '2024-02-12 22:54:29'),
(4516, 'Pokemon Violet', 'AtRgnt15A', 16, 'Pokemon Violet - Nintendo Switch, (Physical), U.S. Version', 45.99, NULL, NULL, 59.99, 'Pokemon Violet-81612.jpeg', 'Pokemon Violet-49324.jpeg', 'Pokemon Violet-22542.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-12 23:00:52', '2024-02-12 23:00:52'),
(4517, 'Mario Kart Deluxe', 'wVQwpSoVv', 16, 'Nintendo Mario Kart 8 Deluxe Video Game for Nintendo Switch System', 39.99, NULL, NULL, 49.73, 'Mario Kart Deluxe-54750.jpeg', 'Mario Kart Deluxe-18740.jpeg', 'Mario Kart Deluxe-39790.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-12 23:05:37', '2024-02-12 23:05:37'),
(4518, 'Bluey The Videogame', 'JwPHD5fTn', 16, 'Bluey: The Videogame, Nintendo Switch', 29.99, NULL, NULL, 39.99, 'Bluey The Videogame-62697.jpeg', 'Bluey The Videogame-57618.jpeg', 'Bluey The Videogame-80220.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-12 23:09:48', '2024-02-12 23:09:48'),
(4519, 'Exploding Kittens', 'rWFGxuy46', 16, 'God and the Devil have been turned into cats and they’re bringing their eternal conflict to your living room! Exploding Kittens: Good vs Evil features brand-new artwork and characters from the hotly anticipated Netflix series. This high-stakes game of kitty-powered Russian Roulette lets you outsmart your friends, raise heck, and stage your own epic battles…all while trying not to explode! You’ll also get Armageddon Cards that launch an exclusive mini-game where you duke it out for possession of the most powerful card ever created in the history of Exploding Kittens. For 2-5 players ages 7 and up.', 18.99, NULL, NULL, 21.97, 'Exploding Kittens-57197.jpeg', 'Exploding Kittens-79833.jpeg', 'Exploding Kittens-84022.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-12 23:15:48', '2024-02-12 23:15:48'),
(4520, 'Dude Perfect The Board Game', 'rYg12mi03', 16, 'Dude Perfect The Board Game: Skills & Action Game, for All Ages, 5 Player Game', 28.99, NULL, NULL, 34.97, 'Dude Perfect The Board Game-90540.jpeg', 'Dude Perfect The Board Game-97453.jpeg', 'Dude Perfect The Board Game-20016.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-12 23:19:51', '2024-02-12 23:19:51'),
(4521, 'Battleship Royale', 'QmLNwBfyh', 16, 'Battleship Royale Party Board Game for Kids and Family Ages 8 and Up, 2-6 Players, Only At Walmart', 12.99, NULL, NULL, 19.82, 'Battleship Royale-19701.jpeg', 'Battleship Royale-72524.jpeg', 'Battleship Royale-94117.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-12 23:24:56', '2024-02-12 23:24:56'),
(4522, 'Tic Tac Toe Board Game', 'vBPEQNqKx', 16, 'Tic Tac Toe Board Game 5.91 x 5.91\" Tic Tac Toe Table Game Resin XOXO Board Game Early Education Toys 2 Players Portable Tabletop Board Game for Family Adults and Kids', 4.99, NULL, NULL, 6.99, 'Tic Tac Toe Board Game-52436.jpeg', 'Tic Tac Toe Board Game-50950.jpeg', 'Tic Tac Toe Board Game-77024.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-12 23:29:30', '2024-02-12 23:29:30'),
(4523, 'Dino Dive Fishing Game', '6ucVaBMIZ', 16, 'Dino Dive Fishing Game, Fun Prehistoric Dinosaur Toy Activity for Family Game Night, for Young Kids Ages 4 and up', 3.00, NULL, NULL, 5.00, 'Dino Dive Fishing Game-44189.jpeg', 'Dino Dive Fishing Game-44825.jpeg', 'Dino Dive Fishing Game-48495.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-12 23:34:46', '2024-02-12 23:34:46'),
(4524, 'Classic Game of connect', 'iqyZJ0d1R', 16, 'Connect 4 Classic Grid Strategy 4 in a Row Board Game for Kids and Family Ages 6 and Up, 2 Players', 9.97, NULL, NULL, 11.99, 'Classic Game of connect-74585.jpeg', 'Classic Game of connect-84872.jpeg', 'Classic Game of connect-94100.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-12 23:39:16', '2024-02-12 23:39:16'),
(4525, 'Monopoly Deal Card Game', 'FZygijHfA', 16, 'The Monopoly Brand Deal Card Game is all the fun of the Monopoly game in a quick-playing card game. It comes with 110 cards including Property Cards, Rent Cards, House and Hotel Cards, and Wild Property Cards. Action Cards let players do things such as charge rent and make tricky deals. House and Hotel Cards raise rent values. Wild Property Cards help players build Property sets. And, players pay their debts with Money Cards. Be the first player to collect 3 complete Property Card sets in different colors to win. This card game is a great way to play the Fast-Dealing Property Trading Game in as little as 15 minutes!The Hasbro Gaming, Parker Brothers, and Monopoly names and logos, the distinctive design of the gameboard, the four corner squares, the Mr. Monopoly name and character, as well as each of the distinctive elements of the board and playing pieces are trademarks of Hasbro for its property trading game and game equipment.', 7.99, NULL, NULL, 9.54, 'Monopoly Deal Card Game-92825.jpeg', 'Monopoly Deal Card Game-69973.jpeg', 'Monopoly Deal Card Game-80414.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-12 23:43:24', '2024-02-12 23:43:24'),
(4526, 'Hi-Spec Tools 67Pc Metric Auto Mechanic Tool Set, Motorcycle & Car Tool Kit, Auto Repair Tool Set with Pliers, Screwdriver Set, Socket Kit & Tool Box Storage Case for Cars, Trucks, Boats RVs & Jeeps.', 'c3lwIUhzk', 16, 'AUTO TOOL KIT ON THE ROAD: Get prepared for essential vehicle repairs, maintenance and emergencies with the Hi-Spec Auto Mechanics Hand Tool Kit Set. Carried in a portable case for easy storage in the trunk or under a seat\r\nMETRIC SOCKETS & HANDLE: Remove nuts, bolts and spark plugs with the 4 to 21mm socket set. Fix to the solid 3/8in drive ratcheting wrench for quick and effortless turning\r\nEXTRA ACCESSORIES: An extension bar for deep or narrow positions, a sliding T-Bar for turning in tight spaces, a universal joint for awkward angles, and an adaptor for the 1/4in sockets\r\nPLIERS & WRENCH: Long needle nose pliers reach wires, cables and components. Thick combination pliers grip, pull and cut. Undo larger fittings with the adjustable crescent wrench\r\nSCREWDRIVERS & HEX ALLEN KEYS: Undo a wide range of screws and fasteners with the folding Hex/Allen keys, the full-size bit handle and its variety of driver bits. And test batteries with the voltage probe pe', 81.97, NULL, NULL, 91.97, 'Hi-Spec Tools 67Pc Metric Auto Mechanic Tool Set, Motorcycle & Car Tool Kit, Auto Repair Tool Set with Pliers, Screwdriver Set, Socket Kit & Tool Box Storage Case for Cars, Trucks, Boats RVs & Jeeps.-88340.jpeg', 'Hi-Spec Tools 67Pc Metric Auto Mechanic Tool Set, Motorcycle & Car Tool Kit, Auto Repair Tool Set with Pliers, Screwdriver Set, Socket Kit & Tool Box Storage Case for Cars, Trucks, Boats RVs & Jeeps.-25886.jpeg', 'Hi-Spec Tools 67Pc Metric Auto Mechanic Tool Set, Motorcycle & Car Tool Kit, Auto Repair Tool Set with Pliers, Screwdriver Set, Socket Kit & Tool Box Storage Case for Cars, Trucks, Boats RVs & Jeeps.-28233.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-12 23:50:28', '2024-02-12 23:50:28'),
(4527, 'Air Circulator Standing Fan with Remote', '8qPIlIzZA', 16, '【Ultra-quiet】The air circulator fan is specially designed to keep your room comfortable and fresh. It is different from the high noise of tower fans and traditional fans，it works at a maximum of 35 dB and a minimum of 22 dB, with low noise levels that won\'t interfere with your relaxation, study, work and sleep. The night light function in the base creates a quiet and soft atmosphere in the room, making it ideal for use in bedrooms, nursing rooms, living rooms, libraries and other multi-scenes.\r\n【Powerful Motor】This floor stand fan combined with the most advanced and energy-efficient BLDC motor can deliver strong breezes while keep silence. It has 12 speed settings enabling you to freely customize your desired cool breeze. The greatest blowing distance can reach 120 ft. 100 degree up and down, 30-60-90 degree left and right oscillation design can effectively expand the air-flow area, circulate the air evenly throughout the entire room.\r\n【Multiple Modes】 The stand fan features 5 modes including standby mode, normal mode, sleep mode, nature mode, and Eco mode for different occasions and people. Especially the sleep mode is a great value for babies to fall asleep undisturbed. All the modes can be easily operated with remote control. It also comes with a digital display that allows you to see all key information such as speed, wind mode, and timer at one glance.\r\n【Multifunctional Performance】 The 12-hour timer and preset functions are designed to be turned on and off on every occasion. The fan features night lighting so you can quickly locate the fan at night. The LED screen panel indicates real-time temperature in the energized state. It additionally affords with an aroma box to fill the room with a natural and unique scent, to preserve your room fresh and comfortable during hot summer.\r\n【Portable & Safe】This 6-inch pedestal fan is made of ABS material, which is light-weight and convenient to carry. The height of this fan can be adjusted from 27.5 to 32 inches. The fan make use of a compact fan surface, which can better wrap the blades and stop children\'s fingers from touching the leaf surface. The fan is easy to disassemble for cleaning. The plug-and-play fan requires a small storage area and no secondary installation, saving you a lot of time and space.', 65.99, NULL, NULL, 79.99, 'Air Circulator Standing Fan with Remote-31339.jpeg', 'Air Circulator Standing Fan with Remote-20048.jpeg', 'Air Circulator Standing Fan with Remote-24430.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-12 23:50:58', '2024-02-12 23:50:58'),
(4528, 'Stanley Black & Decker BD Matrix 20V MAX Lithim Drill BDCDMT120C', 'LZVDXMYpN', 16, 'Part of the 20V MAX System - A System that Demands Attention.\r\nBlack + Decker 20V Max Matrix Drill/Driver is a part of the Matrix Quick Connect System. It has a powerful 20V MAX motor which provides enough power for a full range of applications & attachments, and a 3/8 in. chuck. It features a Lithium-Ion battery which is always ready and holds a charge up to 18 months. This drill/driver is compact and has a lightweight design that allows users to carry out drilling/driving tasks in confined spaces and with ease.\r\n\r\n\r\nFeatures\r\nOne tool system that allows you to drill, cut, sand, and more\r\nPowerful and durable motor for tough projects around the house\r\nCompact and lightweight for ease of use and reduced fatigue\r\nLED light for better visibility during use\r\nMatrix Quick Connect System\r\nHolds a charge up to 18 months\r\n\r\n\r\nIncludes\r\n20V MAX Power Unit - BDCDMT120\r\nDrill Driver Attachment - BDCMTDD\r\n20V Lithium-Ion Battery\r\nCharger\r\nDouble-Ended Bit\r\n\r\n\r\nSpecifications\r\nSeries: 20V MAX\r\nCordless: Yes\r\nAmp Hour:\r\nAmperage:\r\nBatteries Included: 1\r\nBattery System: 20V MAX\r\nBattery Type: Li-Ion\r\nBattery Warranty:\r\nBluetooth Compatibility: No\r\nCSA Safety:\r\nCase Included: No\r\nCase Type:\r\nCharge Time:\r\nCharger Included: Yes\r\nChuck Size: 3/8 in\r\nChuck Type: Keyless\r\nClutch Settings: Yes\r\nETL Safety:\r\nHandle Type: Pistol\r\nMaximum Torque:\r\nMotor Type: Brushed\r\nNo-Load Speed (RPM): 0 - 800\r\nPower Settings: 1\r\nPowered Tool Power Source: Electric - Cordless\r\nUL Safety:\r\nVariable Speed Trigger: Yes\r\nVoltage: 20V\r\nWifi compatibility: No', 60.99, NULL, NULL, 69.99, 'Stanley Black & Decker BD Matrix 20V MAX Lithim Drill BDCDMT120C-42390.jpeg', 'Stanley Black & Decker BD Matrix 20V MAX Lithim Drill BDCDMT120C-11565.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-12 23:51:49', '2024-02-12 23:51:49'),
(4529, 'THEOREM SERUM BOOST 30ML | 1OZ + THE GROWN UP MOISTURIZER 50 ML | 1.7OZ', 'Y3Zwa1quW', 14, 'Our anti-wrinkle Serum + The Grown Up Moisturizer skincare heroines are ideally used together. You get all the hyaluronic acid benefits so that your face and neck will look smoother, firmer and clearer faster - - meaning less dryness, irritation, redness, acne, spots, sags and droops. We only create scientifically proven, next-generation Hyaluronic Acid mature skin care. Our products are validated in the Caire Lab and in real life by real women ages 35 and up with a full range of skin tones and skin types (including dry, oily, and combination).', 135.00, NULL, NULL, 144.00, 'THEOREM SERUM BOOST 30ML | 1OZ + THE GROWN UP MOISTURIZER 50 ML | 1.7OZ-25128.png', 'THEOREM SERUM BOOST 30ML | 1OZ + THE GROWN UP MOISTURIZER 50 ML | 1.7OZ-71073.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-12 23:52:25', '2024-02-12 23:52:25');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4530, 'Portable Rechargeable Fan', 'QNBvi2Ug4', 16, '20000MAH BATTERY POWERED FAN: This portable fan battery operated is equipped with a 20000mAh rechargeable battery with a working time of 15h-25h-40h-60h and four adjustable speeds, Allowing you to stay cool for a long time, In addition, The fan battery operated is equipped with Type-C input/output and USB output port, Which is convenient for charging the cordless fan, Making it a great choice for camping trips, Power outages, Hurricanes, Etc.\r\nRECHARGEABLE FAN CAMPING & SHAKING & REMOTE:This battery powered fan for camping has 90° or 45° automatic swing, 270° swivel head, which can be rotated at will to improve comfort. In addition, the portable fan for camping is equipped with a remote control, so you can easily control the fan with the remote control or buttons within 26 feet. The remote control can be stored in the slot on the side of the base to avoid loss. Note: Please remove the insulating strip on the remote control before use.\r\nUSB FAN CAMPING & SLEEP TIMER: This fan camping has a sleep timer to help you set the working time, The battery operated fan camping doesn\'t have to run all day or all night (can be timed to 1H, 2H, 4H, 8H), Also you can set the sleep mode will turn off all the lights to help keep it dark and better sleep, Thanks to its powerful and super quiet feature, This portable battery fan runs with the lowest white noise (<28db) Let you get maximum comfort.\r\nPORTABLE CAMPING FAN WITH Light & Hook: This camping fan battery powered offers 12 LED beads, 3 dimmable brightness functions for different occasions. Great portable fan for bedroom, Office, Camping, RV, Power Outage, Rtc. The 2-in-1 powered fan for camping has a 360° rotating hidden hook so you can hang the fan up and adjust the right angle. In addition, it is also suitable for use indoors as a large battery operated fan. This would be a great gift for your family and friends.\r\nWARRANTY & AFTER-SALES SERVICE: If you have any questions about this, Please contact us, We will respond quickly within 24hours to answer related questions.', 27.99, NULL, NULL, 39.99, 'Portable Rechargeable Fan-44413.jpeg', 'Portable Rechargeable Fan-12145.jpeg', 'Portable Rechargeable Fan-58057.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-12 23:54:40', '2024-02-12 23:54:40'),
(4531, 'Ancel X7 OBD2 Scanner Professional Automotive Inspection Tools Full System ABS Oil EPB DPF Reset Car Diagnostic Tool', 'C5SvPeoa5', 16, 'Upgrade Version of X6, support more car brand and release year, wider range\r\nThe Ecu Coding for VW cars model ,such as Audi and etc more.Active test supported, please check me inform in advance\r\nRead and erase codes for all available systems using the supported protocols, the best way to display live data in text, graph & analog for easy data review: Engines, Auto Transmission, Airbags, Immobilizer, ABS ESP system, Cruise Control system, Gateway, Body Systems, Steering system, TPMS system,etc.\r\n10 Maintenance Fuctions: Oil Lamp Reset Service, EPB service, BAT battery service, DPF service, SAS service, TPMS service, IMMO Key Programming, ABS Bleeding,etc.\r\n2 years Update for Free,after 2 year ,you just canot get the latest version,it can bu used normally.If you want to update,need to pay 99$/year.', 359.99, NULL, NULL, 410.99, 'Ancel X7 OBD2 Scanner Professional Automotive Inspection Tools Full System ABS Oil EPB DPF Reset Car Diagnostic Tool-44368.jpeg', 'Ancel X7 OBD2 Scanner Professional Automotive Inspection Tools Full System ABS Oil EPB DPF Reset Car Diagnostic Tool-45559.jpeg', 'Ancel X7 OBD2 Scanner Professional Automotive Inspection Tools Full System ABS Oil EPB DPF Reset Car Diagnostic Tool-77778.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-12 23:55:41', '2024-02-12 23:55:41'),
(4532, 'TRY ME TRIO: THEOREM SERUM BOOST + MASK + GROWN UP MOISTURIZER (15 ML | 0.5OZ EA)', 'Ss8wjjUvU', 14, 'We only create scientifically proven, next-generation Hyaluronic Acid mature skin care. Our products are validated in the Caire Lab and in real life by real women ages 40 and up with a full range of skin tones and skin types (including dry, oily, and combination).\r\n\r\n100% of women saw Visibly Firmer, Softer Skin After 4 Weeks*', 107.00, NULL, NULL, 112.00, 'TRY ME TRIO: THEOREM SERUM BOOST + MASK + GROWN UP MOISTURIZER (15 ML | 0.5OZ EA)-35397.png', 'TRY ME TRIO: THEOREM SERUM BOOST + MASK + GROWN UP MOISTURIZER (15 ML | 0.5OZ EA)-99431.png', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-12 23:58:35', '2024-02-12 23:58:35'),
(4533, 'Bladeless Desk Fan', 'UO77IHZtA', 16, '【Bladeless Fan】Different from other desk fans on the market, this portable fan features a special bladeless design to protect baby\'s curious little fingers, no need for concerns of fingers making their way through of the fan to touch the blades, it makes you feel safer and more assured. Suitable for various places such as home, office, outdoor or other places.\r\n【Portable Bladeless Fan】This rechargeable small fan built-in 6000mAh large capacity battery, you can use it anywhere, anytime. As a battery powered fan, don\'t worry about emergencies like power outages and hurricanes, fully charged battery can work continuously for 7~18 hours, bringing you more lasting coolness.\r\n【Small Fan with Strong Wind】This desk fan provides you 3 speed, low speed is soothing, medium speed is cool, high speed can help you cool down quickly, you can easily adjust the wind speed according to your preference. In addition, the fan has LED indicator that tells you air speed and how much power is left when you press the button.\r\n【Bladeless fan to Relax your mind】With aromatherapy not only allows you to enjoy the cool but also smell a faint fragrance. Add a few drops of essential oil or perfume to the built-in unscented cork, Which can remove the odor and create a comfortable environment for yourself, relieve irritability, refreshing your mind. Perfect gift for your mother, children, elders, friends and colleagues.\r\n【Ideal Companion Bladeless Fan】The LED light has four different states controlled by the button, soft and non-glaring lights and colorful atmosphere lights allow you to choose, not only can create a warm night, but also can avoid the danger of wrestling, enhance your nighttime usage for a restful night. This fan looks beautiful and stylish, Great fan for kitchen,bedroom,desk.Easy to carry anywhere.', 27.99, NULL, NULL, 43.99, 'Bladeless Desk Fan-30842.jpeg', 'Bladeless Desk Fan-99136.jpeg', 'Bladeless Desk Fan-79260.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-12 23:59:49', '2024-02-12 23:59:49'),
(4534, 'epicuren Discovery Colostrum Luminous Glow Cream', 'b0DgfE3ZH', 14, 'Discover the most signature item in the natural Epicuren Discovery collection! Colostrum Luminous Glow Cream is a lightweight and delightful experience that brings exquisite hydration to your skin. Working as a potent restoration of moisture, it infuses skin with what it needs while brightening your mood with the natural uplifting citrus aroma. With colostrum, it supports a luminous and vibrant appeal that will lift skin into a more radiant and hydrated appearance.\r\n\r\nBenefits:\r\n\r\nLightweight and divine texture\r\nDeeply hydrates and restores moisture\r\nUplifting natural citrus aroma\r\nMade with colostrum to enhance luminosity and vitality\r\nIdeal for dry, normal, and combination skin', 106.00, NULL, NULL, 110.00, 'epicuren Discovery Colostrum Luminous Glow Cream-82964.jpeg', 'epicuren Discovery Colostrum Luminous Glow Cream-77382.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-13 00:05:16', '2024-02-13 00:05:16'),
(4535, 'Thurlow - Portable LED Lamp', 'o3xootXJo', 16, 'Thurlow is a great addition to your patio table or camping gear set! This portable lamp is equipped with three (3) brightness settings, emergency mode & adjustable height. Recharge on the go with the compact type-c charger. Plug it into your phones charging block or a power bank of your choice. The lamp is composed of 100% metal and has a magnetic locking system making the lamp durable for your outdoor needs. Thurlow is also water resistant & has an easy carry handle that doubles as a lampstand.', 30.99, NULL, NULL, 44.99, 'Thurlow - Portable LED Lamp-55034.jpeg', 'Thurlow - Portable LED Lamp-29482.jpeg', 'Thurlow - Portable LED Lamp-46357.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-13 00:06:25', '2024-02-13 00:06:25'),
(4536, 'epicuren Discovery Acidophilus Probiotic Facial Cream', 'bZgvPq41K', 14, 'Bring back balance and harmony with a little help from nature. Epicuren Discovery Acidophilus Probiotic Facial Cream is the gentle and effective way to restore skin with moisture and good health. With Lactobacilli Acidophilus plus micronized silver, skin is infused with exactly what it needs to become clear and blemish-free naturally. Just a little bit is all you need to smooth from your face to neck to décolleté to enjoy the bliss of more beautiful skin.\r\n\r\nBenefits:\r\n\r\nRestores skin balance\r\nUse probiotics and silver\r\nKeeps skin blemish-free\r\nIdeal for combination, oily, and sensitive skin', 63.80, NULL, NULL, 88.98, 'epicuren Discovery Acidophilus Probiotic Facial Cream-34307.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-13 00:08:06', '2024-02-13 00:08:06'),
(4537, 'Standard Horizon HX380 ( 4 Pack )', '354Kl0H60', 16, 'Handheld VHF Radio W/ LMR Channels |Submersible IPX7 |10-Channel Preset Key |700 mW Loud Speaker Audio |NOAA Weather Channels |5 Watt & 1 Watt Transmit Power |Programmable Channel Names |40 Programmable Land Mobile Channels |Programmable Scan, Priority Scan & Dual & Tri Watch |All USA, International & Canadian Marine Channels |Programmable Channel Names |Supplied W/ 1600mAh Lithium-ion Battery, 110 VAC, 12 VDC Chargers & Charging Cable..', 500.99, NULL, NULL, 519.99, 'Standard Horizon HX380 ( 4 Pack )-78323.jpeg', 'Standard Horizon HX380 ( 4 Pack )-44303.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-13 00:08:37', '2024-02-13 00:08:37'),
(4538, 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle', 'rYFHbzzyr', 16, 'The Polar HD 1500 trailer is available in with our original Tandem Walking Arm, making it perfect for easily hauling heavy loads over unstable terrain. The walking arms let the wheels “crawl” over obstacles, keeping the load stable. The HD 1500 TA is built with rugged, durable Tubular Frame Technology with powder coat finishes to hold up to the elements.\r\nThe Polar HD 1500 trailer is available in with our original Tandem Walking Arm, making it perfect for easily hauling heavy loads over unstable terrain.\r\nHigh-impact polyethylene tub is rugged, durable, easy-to-clean, and will never rust\r\n20-minute assembly\r\nAll-steel frame with powder coat finish resistant to rusting\r\nLightweight optimum balance makes hauling heavy loads easy and stable\r\nSealed ball bearings - no greasing needed\r\nQuick-release tipper latch for easy dumping', 899.99, NULL, NULL, 959.99, 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle-88985.jpeg', 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle-89235.jpeg', 'Polar Trailer HD 1500TA Utility Trailer Tandem Axle-12245.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-13 00:10:07', '2024-02-13 00:10:07'),
(4539, 'Portable Metal Desk Lamp', 'ctHvdpjqa', 16, '💝【 3 Color Mode And Touch Control 】: The bedside lamp comes in three dimming colors: warm, white, and neutral. Simply touch the bottom bend of the crystal lampshade to switch colors and brightness. You can adjust the color of the light according to your preferences to create a comfortable and personalized atmosphere to ensure the best lighting for different activities and different emotions.\r\n💝【Portable Wireless Charging Desk Lamp】: The desk lamp has a built-in 2600mA battery and a USB charging cable, making charging convenient. After charging the bedside lamp, it can be used for 10-15 hours. Cordless LED desk lights can be easily moved, providing convenient and flexible lighting. Whether you need a bright light to learn or a gentle light to relax, this light can satisfy you.\r\n💝【Modern Creative Design】: The bedside lamp, with its smooth iron design, perfectly shapes the \"+\" shape, adding a modern and stylish style to any room decoration. The wrought iron construction ensures durability and stability, making it a reliable and long-lasting addition to your nightstand or desk.\r\n💝【Perfect Home Decoration】: Portable desk lamps are not only a practical lighting tool, but can also become an exquisite home decoration. Whether placed in the bedroom, living room, kitchen, children\'s room, or study, it can add a unique atmosphere to the space.\r\n💝【Unique Gift 】: If you are looking for a unique gift, consider giving a portable desk lamp to your family and friends, allowing them to enjoy more comfort and convenience in their home space. Believe me, it will become an indispensable part of their lives and make them feel your care and warmth. If you have any questions after receiving the package, please feel free to contact us and we will be happy to solve them for you.', 32.99, NULL, NULL, 49.99, 'Portable Metal Desk Lamp-26207.jpeg', 'Portable Metal Desk Lamp-58129.jpeg', 'Portable Metal Desk Lamp-50153.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-13 00:10:19', '2024-02-13 00:10:19'),
(4540, 'epionce Daily Shield Lotion Tinted SPF 50', 'JJ2cV3bP4', 14, 'Daily Shield Lotion Tinted Moisturizer SPF 50 by Epionce is a moisturizing sunscreen with an elegant feel that delivers broad spectrum sun protection while balancing skin tone and brightening skin with a naturally healthy-looking glow. Suitable for every skin type, this water-resistant formula is brimming with botanicals for a boost of antioxidants. The sheer tint blends flawlessly into skin for a look that can stand alone or prime skin for use under your foundation to protect your skin from UV exposure. The end result is skin that looks brilliant and stays protected.\r\n\r\nBenefits:\r\n\r\nFortified with botanicals and antioxidants\r\nContains super-refined Zinc Oxide and Titanium Dioxide\r\nFlawless finish with SPF 50 broad spectrum sun protection\r\nWater resistant for up to 80 minutes without reapplication\r\nWorks with any skin type', 42.00, NULL, NULL, 50.00, 'epionce Daily Shield Lotion Tinted SPF 50-17004.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-13 00:14:27', '2024-02-13 00:14:27'),
(4541, 'Associated Equipment Manual Heavy Duty Wheel Charger with Timer 6/12V', 'vHWXqh94T', 16, 'The highest performance fast charger on the market. Designed to meet the needs of the most demanding professional, with 16 rates of charge including 75 Amp continuous charge, with 375 A crank assist at 12 V UL and CSA listed for indoor and outdoor use. Safe in any weather.\r\nOur most durable wheel charger\r\nFor 6 & 12 Volt batteries\r\nAutomatic reset AC and DC circuit breakers\r\nMade in the USA.', 889.99, NULL, NULL, 1322.03, 'Associated Equipment Manual Heavy Duty Wheel Charger with Timer 6/12V-42069.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-13 00:14:46', '2024-02-13 00:14:46'),
(4542, 'epionce Lytic Gel Cleanser', '5D7QMWIkm', 14, 'Specially formulated for problematic, oily, and acne prone skin, epionce Lytic Gel Cleanser is a refreshing favorite of epionce users! This gentle daily cleanser uses a blend of natural botanicals to effectively remove dirt, surface oil, makeup, and impurities without harming the skin’s natural protective barrier. Soothing Menthol calms the visible appearance of red and irritated skin, while Willow Bark Extract and Marshmallow Extract offer healing properties for scaling or blemished skin. Gentle enough for daily use, Lytic Gel Cleanser is the first step towards a clean and clear complexion!\r\n\r\nBenefits:\r\n\r\nRemoves dirt, surface oil, makeup and impurities\r\nMenthol calms and soothes red and irritated skin\r\nWillow Bark Extract and Marshmallow Extract heal scaling or blemished skin\r\nPerfect for daily use\r\nFormulated for problematic, oily, and acne prone skin', 40.00, NULL, NULL, 45.78, 'epionce Lytic Gel Cleanser-97301.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-13 00:15:58', '2024-02-13 00:15:58'),
(4543, 'Quick Cable 25 Ft. 1 Gauge 900 Amp RESCUE Parrot Clamp Heavy Booster Cable', 'kZrnK883j', 16, 'Our line of booster cables is divided into three general groups: light duty automotive cables from 10 to 6 gauge, medium duty automotive and light truck cables in 4 and 2 gauge, and heavy-duty cables in 1 gauge, 1/0 and 2/0. Our heaviest cables are packaged in a plastic pail for easy transport.\r\n\r\nFEATURES\r\nAll Quick Cable booster cables are made from fine stranded copper conductor for maximum conductivity and flexibility\r\nParallel bonded cables resist tangling\r\nCable stays flexible in cold weather\r\n100% copper clamps\r\nComplete illustrated instructions\r\nUse with heavy duty equipment\r\nReusable/waterproof pail', 351.99, NULL, NULL, 400.42, 'Quick Cable 25 Ft. 1 Gauge 900 Amp RESCUE Parrot Clamp Heavy Booster Cable-33996.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-13 00:17:57', '2024-02-13 00:17:57'),
(4544, 'Mirror Cable Link Chain Necklace in 14K Yellow Gold, 20\" - 100% Exclusive', '5njumVDjG', 14, '20\"L\r\nChic and shiny mirror cable link\r\n14K yellow gold\r\nSpring ring clasp closure\r\nPhoto may have been enlarged and/or enhanced\r\nAll gemstone carat weights (ct. t.w.) are approximate; variance may be 0.05 carat.\r\nThis is part of our 100% Bloomingdale\'s collection, featuring exclusive pieces you won\'t find anywhere else.\r\nMade in Italy', 295.00, NULL, NULL, 590.00, 'Mirror Cable Link Chain Necklace in 14K Yellow Gold, 20\" - 100% Exclusive-38154.jpeg', 'Mirror Cable Link Chain Necklace in 14K Yellow Gold, 20\" - 100% Exclusive-43131.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-13 00:21:20', '2024-02-13 00:21:20'),
(4545, 'Versatile Clip-on Lamp: Zoomable Spotlight', '2wh2dsMqJ', 16, 'Zoomable Spotlight: Elevate your lighting experience with our Zoomable Spotlight feature. Extend the lamp head to unleash a concentrated, intense beam of light, perfect for precision tasks like night reading or crafts. When you desire a softer, encompassing glow to illuminate your entire space, simply push the lamp head back to widen the beam, adapting to any setting or purpose with ease.\r\nDimmable Brilliance: Take full control of your lighting environment with our Dimmable Brilliance feature. A gentle tap on the power button activates the light, while a long press allows you to dim the illumination gradually. This remarkable range of light intensity, adjustable from a soft 10% glow to a brilliant 100%, ensures you\'ll always have the perfect light for any occasion.\r\nEfficient LED Technology: Experience lasting luminosity with our integrated LED chip. Consuming minimal power and boasting an extended lifespan, this energy-efficient technology outshines conventional light bulbs. Emitting a soothing 4000K soft/natural white light, it\'s the perfect companion for hobbies, crafting, sewing, puzzles, reading, and more.\r\nFlexible Gooseneck Freedom: Command light from any angle with our Flexible Gooseneck Freedom. Crafted from durable metal, the 360-degree gooseneck offers limitless adjustments to suit your needs. Illuminate your workspace, crafting table, or reading nook effortlessly with Lumos by your side, your versatile companion for a variety of activities.\r\nSecure Metal Clip: Trust in the sturdiness of our 100% Metal Clip. Designed with excellence, it opens up to 1 ¼ inches wide and features two rubber padding elements for a secure yet gentle grip. Mount your lamp confidently on any surface, knowing that Lumos won\'t harm or damage your valuable possessions.', 27.99, NULL, NULL, 36.99, 'Versatile Clip-on Lamp: Zoomable Spotlight-84342.jpeg', 'Versatile Clip-on Lamp: Zoomable Spotlight-94241.jpeg', 'Versatile Clip-on Lamp: Zoomable Spotlight-94890.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-13 00:22:57', '2024-02-13 00:22:57'),
(4546, 'Round Link Chain Necklace in 14K Yellow Gold - 100% Exclusive', 'dONmTNkvz', 14, 'A smooth and sophisticated round link chain\r\n14K yellow gold\r\n18\"L or 20\"L\r\nLobster clasp closure\r\nPhoto may have been enlarged and/or enhanced\r\nAll gemstone carat weights (ct. t.w.) are approximate; variance may be 0.05 carat.\r\nThis item is part of our 100% Bloomingdale\'s collection, featuring exclusive pieces you won\'t find anywhere else.\r\nMade in Italy', 410.00, NULL, NULL, 820.00, 'Round Link Chain Necklace in 14K Yellow Gold - 100% Exclusive-40918.jpeg', 'Round Link Chain Necklace in 14K Yellow Gold - 100% Exclusive-92532.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-13 00:23:47', '2024-02-13 00:23:47'),
(4547, 'Reelcraft Heavy Duty Fuel Hose Reel - 1 In. x 35 Ft.', 'a848erpwz', 16, 'Reelcraft\'s spring retractable fuel delivery reels, equipped with Viton seals, incorporate metal forms to insure the greatest possible strength and are ideal for mobile and permanent-mount applications. These rugged, corrosion-resistant reels are suitable for a wide variety of fuel applications including E85. Series FD80000 reels are supplied with our ball-bearing style swivel.\r\n\r\nFEATURES\r\nRobust latching mechanism\r\nThe full flow swivel combines the highest grade seal design and materials with bearing areas to insure maximum service life\r\nIndividually powder coated components offer the maximum protection from premature corrosion\r\n1 In. x 35 Ft.', 986.99, NULL, NULL, 1243.84, 'Reelcraft Heavy Duty Fuel Hose Reel - 1 In. x 35 Ft.-68707.jpeg', 'Reelcraft Heavy Duty Fuel Hose Reel - 1 In. x 35 Ft.-75998.jpeg', 'Reelcraft Heavy Duty Fuel Hose Reel - 1 In. x 35 Ft.-82027.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-13 00:25:10', '2024-02-13 00:25:10'),
(4548, 'JABSCO 4\" FLANGEMOUNT BLOWER 24V 250 CFM 35400-0010', 'CamdUhzst', 19, 'DC 250 CFM Flangemount 4\"\r\nBlowersFeatures: Tough Reinforced Plastic HousingMount to any Flat surfaceSlip-On Inlet Ducting ConnectionEfficient High Volume Air FlowLow Current DrawCorrosion-Resistant Materials ThroughoutN. M. M. A. Type AcceptedMeets USCG Regulation 183.410 and ISO 8846 MARINE for Ignition ProtectionComplies with Complies with ISO 9097 MARINE', 200.99, NULL, NULL, 223.99, 'JABSCO 4\" FLANGEMOUNT BLOWER 24V 250 CFM 35400-0010-84468.png', 'JABSCO 4\" FLANGEMOUNT BLOWER 24V 250 CFM 35400-0010-62768.png', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-13 00:26:28', '2024-02-13 00:26:28'),
(4549, 'Magnetic Motion Sensor LED Night Light', 'AVQHz0Gsp', 16, '⭐【Modern Design and Home Decor】: This motion sensor LED night light is stylish,elegant and lightweight. The Dimensions is 3.78\"D x 3.78\"W x 1.02\"H. It weighs approx. 3 ounces. The night light is made of ABS plastic and acrylic. When the light is on, it has a light ring covered by a larger, clear acrylic disc, which gives a unique dual concentric light ring effect. The cute design and color will compliment your home décor .\r\n⭐【Soothing Warm Light】: This wireless LED night light gives off a decent amount of soothing warm amber light(color temperature:2700k) to help at night. The 10 lumens soft yellow light is bright enough to guide you as you are walking by it. It is not blinding.It is terrific for people who are negatively affected by bright lights (for example, kids, senior citizens, people with migraines, etc.)\r\n⭐【Rechargeable and Ultra-long Battery Life】:This motion sensing night light has a rechargeable battery(450mAH) and recharges via the USB Type-c port. It takes around 2 hours to fully charge. It has three modes(ON/OFF/AUTO). You can switch it manually. The ON mode provides a continuous lighting for 8-10 hours when fully charged. In AUTO mode,the light automatically turns on when motion is sensed and turns off after 15-20s of no activity .Ultra-long battery life:up to 120 days in AUTO mode.\r\n⭐【Motion Activated】: Utilize advanced microwave motion sensing technology, which is more sensitive than traditional infrared sensors.Sensing range at a distance of up to 16.5 feet at the front. Motion detection area: 120°. In AUTO mode, this night light only turns on in a low light environment (at dusk/night or when the room is relatively dark). It doesn’t work in the daytime or when the room is lit.\r\n⭐【Magnetic Adsorption】: This magnetic night light has a build-in magnet and comes with a ultra-thin adhesive iron mount. It is easy for a wall mount installation,ideal for bedrooms, nurseries, kids rooms, bathrooms, hallways,staircases, kitchens, closets and more.', 9.99, NULL, NULL, 16.88, 'Magnetic Motion Sensor LED Night Light-86575.jpeg', 'Magnetic Motion Sensor LED Night Light-19880.jpeg', 'Magnetic Motion Sensor LED Night Light-86817.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-13 00:29:06', '2024-02-13 00:29:06'),
(4550, 'GIVENCHY Antigona Lock Mini Top Handle in Boyfriend Denim', 'diokV5ZwB', 14, 'Givenchy \"Antigona Lock\" top handle bag in leather and boyfriend denim cotton with zip button pant closure accent \r\nRolled top handles \r\nDetachable, adjustable crossbody strap\r\nCan be worn as a top handle or crossbody bag \r\nStructured top with magnetic closure \r\nExterior, signature padlock accent and back slip pockets \r\nInterior, one zip pocket \r\nApprox. 7.8\"H x 11.4\"W x 5.1\"D\r\nMade in Italy', 3150.00, NULL, NULL, 3688.00, 'GIVENCHY Antigona Lock Mini Top Handle in Boyfriend Denim-16572.jpeg', 'GIVENCHY Antigona Lock Mini Top Handle in Boyfriend Denim-64051.jpeg', 'GIVENCHY Antigona Lock Mini Top Handle in Boyfriend Denim-41186.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-13 00:30:01', '2024-02-13 00:30:01'),
(4551, 'GIVENCHY Mini Kenny Top-Handle Bag in Silk', 'sgFtfjtkS', 14, 'Givenchy \"Kenny\" top handle bag in satin silk\r\nLogo chain top handles \r\nDetachable crossbody strap\r\nCan be worn as a top handle or crossbody bag \r\nRuched top with magnetic closure; padlock accent \r\nLining: Silk', 2100.00, NULL, NULL, 2450.00, 'GIVENCHY Mini Kenny Top-Handle Bag in Silk-89437.jp2', 'GIVENCHY Mini Kenny Top-Handle Bag in Silk-78895.jp2', 'GIVENCHY Mini Kenny Top-Handle Bag in Silk-63809.jp2', 'Accessories', 4.5, NULL, 1, '2024-02-13 00:32:58', '2024-02-13 00:32:58'),
(4552, 'COXREELS COMPETITOR SERIES MOTORIZED REEL - 1/2\" HOSE ID - 200\' (1125-4-200-E)', 'FckRTfCUv', 16, 'Coxreels 1125-4-200-E Competitor Series Motorized Reel - 1/2\" Hose ID - 200\' Length - For Air Compressor, Garden and Pressure Washer Hoses Professional Grade (Hose Not Included) Made in USA\r\n\r\nSave BIG with Open Box! All open box items are in new OEM condition! Item may or may not come in original packaging Coxreels 1125-4-200-E Competitor Series Motorized Reel - 1/2 Hose ID - 200\' Length - For Air Compressor, Garden and Pressure Washer Hoses Professional Grade (Hose Not Included) Made in USA\r\n\r\nREEL VERSATILE: Coxreels motorized reels are a go-to source for organizing cords, cables and hoses. A sturdy base with a convenient open outlet design and an easy non-crimping, flat smooth hose wrap - ensures flexibility and years of reliable service.\r\nREEL CONVENIENCE: Solid brass NPT swivel provides simple maintenance while the quiet motor provides a smooth effortless retraction. Constructed with safety in mind an adjustable tension brake prevents a \"free-wheeling\" hose during operation or transport.\r\nYOUR REEL SOURCE: Use any air hose or compressor with this lightweight, compact and multi-use reel. One-piece steel welded \"A\" frame construction works with pressures up to 4,000 PSI. It easily unwinds to keep your tools handy, saving time and effort.\r\nCPC TRADEMARK FINISH: Each component is powder coated (CPC) for a long-lasting chip and rust resistant exterior. Discs are ribbed with rolled edges, resulting in greater strength, superior hose protection. Easily mounts to floors, walls, ceiling or bench!\r\nSHOP RISK-FREE: With over 90 years of experience, Coxreel provides reel solutions that exceed industry standards with a quality you can trust! We\'re so confident it can get the job done; each purchase is backed by a 2-year manufacturer\'s limited warranty.\r\nSpecifications:\r\n\r\nBrand: COXREELS\r\nModel: 1125-4-200-E\r\nColor: Blue\r\nSize: 1/2\" x 200\'\r\nWidth (cm): 61.9\r\nHeight (cm): 47.6\r\nWeight (g): 23133', 702.24, NULL, NULL, 877.80, 'COXREELS COMPETITOR SERIES MOTORIZED REEL - 1/2\" HOSE ID - 200\' (1125-4-200-E)-67662.jpeg', 'COXREELS COMPETITOR SERIES MOTORIZED REEL - 1/2\" HOSE ID - 200\' (1125-4-200-E)-92860.jpeg', 'COXREELS COMPETITOR SERIES MOTORIZED REEL - 1/2\" HOSE ID - 200\' (1125-4-200-E)-20771.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-13 00:34:00', '2024-02-13 00:34:00'),
(4553, 'Power Sheets Laundry Detergent', 'Jp9SsF5js', 5, 'One 50 count box of ARM & HAMMER Power Sheets Laundry Detergent in Fresh Linen scent cleans 50 medium loads (up to 100 small loads) when used as directed; this concentrated laundry detergent delivers a powerful, deep clean on dark clothing or white clothing with no bleach\r\nConvenient laundry detergent sheets mean no drips, no spills, and no plastic bottle waste; they use small, light, recyclable packs to avoid lugging heavy bottles up and down stairs to basement laundry​\r\nUltra concentrated to tackle tough stains with a fresh linen scent; these dissolvable detergent laundry sheets are made with the same type of powerful ingredients as our liquid laundry detergent for a trusted ARM & HAMMER Laundry clean​\r\nThese concentrated HE laundry detergent sheets use Quick Dissolve Technology to dissolve quickly and fully in all wash temps, even cold water, to deliver a deep clean in high efficiency washing machines​\r\nNo spills or messes in each pre-measured dose; our liquidless laundry detergent sheets are an ideal travel laundry detergent for trips to laundromats ​', 9.50, NULL, NULL, 14.99, 'Power Sheets Laundry Detergent-72467.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-02-13 00:34:15', '2024-02-13 00:34:15'),
(4554, 'BOTTEGA VENETA Mava Intrecciato Lambskin Top-Handle Bag', 'eRJbQQkKN', 14, 'Bottega Veneta \"Mava\" top handle bag\r\nin intrecciato lambskin leather \r\nRolled top handles \r\nDetachable shoulder strap\r\nCan be worn as a top handle or shoulder bag \r\nZip top closure', 3000.00, NULL, NULL, 3150.00, 'BOTTEGA VENETA Mava Intrecciato Lambskin Top-Handle Bag-76452.jp2', 'BOTTEGA VENETA Mava Intrecciato Lambskin Top-Handle Bag-85070.jp2', 'BOTTEGA VENETA Mava Intrecciato Lambskin Top-Handle Bag-19732.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-13 00:36:24', '2024-02-13 00:36:24'),
(4555, 'Yard Tuff Drag Mat — 6ft. x 8ft., Model# YTF-68TBDM', 'lJEdj7JvE', 16, 'The Yard Tuff Drag Mat with tow chain and tow ring can be attached to almost any ATV, UTV or utility tractor with a 2in. ball for easy towing. Perfect for leveling or grading fine gravel or soil, preparing food plots, grooming baseball fields, or performing a variety of other tasks. 6ft. x 8ft. overall size.\r\nWhat\'s Included\r\n\r\n (1) Drag mat\r\nFeatures + Benefits\r\n\r\n72in. working width\r\n Heavy-duty galvanized steel mesh construction is built to last\r\n Zinc-plated finish resists rust for long life\r\nIncluded tow chain with tow ring fits over any 2in. tow ball', 316.79, NULL, NULL, 329.99, 'Yard Tuff Drag Mat — 6ft. x 8ft., Model# YTF-68TBDM-41646.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-13 00:37:50', '2024-02-13 00:37:50'),
(4556, 'Great Lakes Raw', '4OVZxkJJX', 5, '24-Ounce Great Lakes Raw Premium Honey', 6.50, NULL, NULL, 8.27, 'Great Lakes Raw-69603.jpeg', 'Great Lakes Raw-60318.jpeg', 'Great Lakes Raw-60319.jpeg', 'Groceries', 2.5, NULL, 1, '2024-02-13 00:39:16', '2024-02-13 00:39:16'),
(4557, 'BOTTEGA VENETA Mini Jodie Bag', 'B5UwwT981', 14, 'Bottega Veneta \"Jodie\" top handle bag in tubular strap leather \r\nKnot top handle \r\nZip top closure \r\nApprox. 11\"H x 9.1\"W x 3.1\"D\r\nMade in Italy', 5200.00, NULL, NULL, 6000.00, 'BOTTEGA VENETA Mini Jodie Bag-11943.jp2', 'BOTTEGA VENETA Mini Jodie Bag-43342.jp2', 'BOTTEGA VENETA Mini Jodie Bag-88143.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-13 00:40:03', '2024-02-13 00:40:03'),
(4558, 'EcoFlow Portable Power Station RIVER 2 Max, 512Wh LiFePO4 Battery/ 1 Hour Fast Charging, Up To 1000W Output Solar Generator (Solar Panel Optional) for Outdoor Camping/RVs/Home Use', 'hPckckm2q', 16, 'Charge 0-100% in only 60 mins\r\nSafe and reliable for 10 years of use\r\nCharge without limits\r\nRun up to 80% of essential appliances\r\nGrab-and-go-power\r\nEssential home backup with a 30ms switch-over mode\r\nPower at your fingertips', 400.00, NULL, NULL, 419.99, 'EcoFlow Portable Power Station RIVER 2 Max, 512Wh LiFePO4 Battery/ 1 Hour Fast Charging, Up To 1000W Output Solar Generator (Solar Panel Optional) for Outdoor Camping/RVs/Home Use-78630.jpeg', 'EcoFlow Portable Power Station RIVER 2 Max, 512Wh LiFePO4 Battery/ 1 Hour Fast Charging, Up To 1000W Output Solar Generator (Solar Panel Optional) for Outdoor Camping/RVs/Home Use-21378.jpeg', 'EcoFlow Portable Power Station RIVER 2 Max, 512Wh LiFePO4 Battery/ 1 Hour Fast Charging, Up To 1000W Output Solar Generator (Solar Panel Optional) for Outdoor Camping/RVs/Home Use-63463.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 00:41:52', '2024-02-13 00:41:52'),
(4559, 'Milwaukee M18 Fuel Cordless Blower Kit, 18V Li-Ion, Model# 2724-21HD', 'RUjYSuzF4', 16, 'The Milwaukee® M18 Fuel™ Cordless Blower Kit can help you clear debris from up to 15ft. away! This 18V blower is the perfect combination of powerful, quiet and long-running operation. Operates off the 18V REDLITHIUM™ battery pack system, using REDLINK PLUS™ intelligence hardware and software to give you the power, durability and extended run time you need on the jobsite. Includes 18V M18 REDLITHIUM high output XC 8.0 battery pack, and rapid battery charger.\r\nWhat\'s Included\r\n\r\n(1) Cordless blower (1) 18V M18 REDLITHIUM™ high output XC 8.0 battery pack (1) Rapid battery charger', 349.00, NULL, NULL, 355.00, 'Milwaukee M18 Fuel Cordless Blower Kit, 18V Li-Ion, Model# 2724-21HD-23465.jpeg', 'Milwaukee M18 Fuel Cordless Blower Kit, 18V Li-Ion, Model# 2724-21HD-12986.jpeg', 'Milwaukee M18 Fuel Cordless Blower Kit, 18V Li-Ion, Model# 2724-21HD-84922.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-13 00:42:17', '2024-02-13 00:42:17'),
(4560, 'Peet\'s', 'ZLspwLDri', 5, '50-Ct Peet\'s Coffee Nespresso Original Espresso Coffee Pods Variety Pack', 23.39, NULL, NULL, 38.99, 'Peet\'s-65287.jpeg', 'Peet\'s-87722.jpeg', 'Peet\'s-24057.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-13 00:43:03', '2024-02-13 00:49:57'),
(4561, 'BOTTEGA VENETA Egg Intrecciato Leather Top-Handle Bag', 'BmkkB2mJ8', 14, 'Bottega Veneta egg-shaped top handle bag in intrecciato leather \r\nRolled top handle with knot accent, 3.5\" drop\r\nFramed top with magnetic closure \r\nApprox. 8.6\"H x 14\"W x 5.5\"D\r\nMade in Italy', 4500.00, NULL, NULL, 4890.00, 'BOTTEGA VENETA Egg Intrecciato Leather Top-Handle Bag-81783.jp2', 'BOTTEGA VENETA Egg Intrecciato Leather Top-Handle Bag-74498.jp2', NULL, 'Accessories', 5.0, NULL, 1, '2024-02-13 00:43:23', '2024-02-13 00:43:23'),
(4562, 'Party Size Crackers', 'ownsOllYk', 5, '27.4-Oz 8-Stack Ritz Original Party Size Crackers', 3.90, NULL, NULL, 5.97, 'Party Size Crackers-11442.jpeg', 'Party Size Crackers-34344.jpeg', 'Party Size Crackers-22158.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-13 00:47:28', '2024-02-13 00:48:56'),
(4563, 'Husqvarna 570BTS Commercial-Grade Backpack Blower — 65.6cc, 768 CFM, Model# 570BTS', 'U4CWSvtWe', 16, 'The Husqvarna 570BTS Commercial-Grade Backpack Blower is a beast when it comes to tackling leaf and debris cleanup. With its 65.6cc engine and impressive 768 CFM airflow, this blower is ready to handle any job. It\'s designed for professional use, so you know it\'s built to last. Model# 570BTS is definitely a top choice for anyone looking for power and efficiency in a backpack blower. Say goodbye to those pesky leaves and enjoy a tidy yard.', 589.99, NULL, NULL, 600.99, 'Husqvarna 570BTS Commercial-Grade Backpack Blower — 65.6cc, 768 CFM, Model# 570BTS-83249.jpeg', 'Husqvarna 570BTS Commercial-Grade Backpack Blower — 65.6cc, 768 CFM, Model# 570BTS-85217.jpeg', 'Husqvarna 570BTS Commercial-Grade Backpack Blower — 65.6cc, 768 CFM, Model# 570BTS-88606.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-13 00:49:13', '2024-02-13 00:49:13'),
(4564, 'Smeg Retro Style 4x4 Slot Toaster', 'wDDSTos6X', 14, 'Retro-inspired style with a modern kick, this sleek toaster offers four large single compartments, two independent control panels, automatic slice pop up, and a removable stainless steel crumb tray. From Smeg.\r\nIncludes toaster with crumb tray and instructions\r\nStainless steel construction\r\nMeasures 13\" x 12\" x 8\"; Cord 39\"L\r\nUL listed\r\nImported', 299.00, NULL, NULL, 580.00, 'Smeg Retro Style 4x4 Slot Toaster-20578.webp', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-13 00:49:31', '2024-02-13 00:49:31'),
(4565, 'Haden Heritage 4-Slice Wide Slot Toaster', 'wH4bM0dBo', 14, 'Brighten your morning with the beautiful retro hues of this four-slice, wide-slot toaster. From Haden.\r\n1500W total power\r\nMeasures 13\"W x 11.5\"D 7.5\"H\r\nETL listed', 90.00, NULL, NULL, 98.73, 'Haden Heritage 4-Slice Wide Slot Toaster-39486.webp', 'Haden Heritage 4-Slice Wide Slot Toaster-83674.webp', 'Haden Heritage 4-Slice Wide Slot Toaster-93898.webp', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-13 00:52:03', '2024-02-13 00:52:03'),
(4566, 'Haden Heritage 2-Slice Wide Slot Toaster', 'euTWpZQk0', 14, 'You\'ll love the chic retro design of this two-slice toaster boasting multiple functions with a range of browning options. From Haden.\r\nIncludes toaster and instruction manual\r\nCancel, defrost, and bagel button settings\r\nSelf-centering function\r\nRemovable crumb tray\r\nBrowning control dial\r\n900W\r\nMeasures approximately 12.5\"W x 8.5\"D x 7.5\"H\r\nSpot clean\r\nETL listed\r\nImported', 64.99, NULL, NULL, 80.00, 'Haden Heritage 2-Slice Wide Slot Toaster-71929.webp', 'Haden Heritage 2-Slice Wide Slot Toaster-28962.webp', 'Haden Heritage 2-Slice Wide Slot Toaster-93752.webp', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-13 00:54:13', '2024-02-13 00:54:13'),
(4567, 'Jackery Solar Generator 1000 Plus Kit, Explorer 1000 Plus Portable Power Station + 1xExpandable Battery + 2xSolarSaga 100W Solar Panels, 2528Wh LiFePO4 Battery 3000W Output for RV,Home Emergencies', 'cJjuqVrAm', 16, 'Best Seller Ranking	#35 in Generators\r\nType\r\nType	Solar Generator\r\nSpecifications\r\nWattage	2400 Wh\r\nVoltage	120V\r\nAdditional Information\r\nDate First Available	October 25, 2023\r\nVIEW LESS\r\nexpand_less\r\nVIEW LESS\r\nexpand_less\r\nUp to 5kWh Expandable Capacity for Outdoor and Emergencies\r\nMore Power in Smaller Size -1260Wh, 2000W\r\nSafety First\r\n3 Simple Ways to Charge Quickly\r\nSustainable Next-Gen Generator', 2000.00, NULL, NULL, 2099.00, 'Jackery Solar Generator 1000 Plus Kit, Explorer 1000 Plus Portable Power Station + 1xExpandable Battery + 2xSolarSaga 100W Solar Panels, 2528Wh LiFePO4 Battery 3000W Output for RV,Home Emergencies-20031.jpeg', 'Jackery Solar Generator 1000 Plus Kit, Explorer 1000 Plus Portable Power Station + 1xExpandable Battery + 2xSolarSaga 100W Solar Panels, 2528Wh LiFePO4 Battery 3000W Output for RV,Home Emergencies-26910.jpeg', 'Jackery Solar Generator 1000 Plus Kit, Explorer 1000 Plus Portable Power Station + 1xExpandable Battery + 2xSolarSaga 100W Solar Panels, 2528Wh LiFePO4 Battery 3000W Output for RV,Home Emergencies-56002.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 00:54:47', '2024-02-13 00:54:47'),
(4568, 'Peets Coffee Dark Roast Ground Coffee', 'ypXgzrDKi', 5, 'Contains one (1) 18 Ounce Bag of Peet\'s Organic French Roast Ground 100% Arabica Coffee\r\nFlavor and Roast: Dark Roast. Chocolate truffle, smoke, caramel. A meticulously grown, deep-roasted coffee that is a bold dedication to flavor, farm, and future\r\nBrewing Methods: Our ground coffee is perfectly suited to make drip or a pour over in your Chemex. For other brewing methods - espresso, cold brew, or French press - consider our whole bean coffees and grinding at home\r\nIncomparable Organics: Our organic coffees must not only pass USDA Organic certification; they must meet our own exacting standards for quality and exceptional flavor\r\nRich. Complex. Incomparable. Masters of our craft for over 50 years, we hand roast the very best coffees in the world.', 6.93, NULL, NULL, 12.84, 'Peets Coffee Dark Roast Ground Coffee-40479.jpeg', 'Peets Coffee Dark Roast Ground Coffee-36088.jpeg', 'Peets Coffee Dark Roast Ground Coffee-27873.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-13 00:55:07', '2024-02-13 00:55:07'),
(4569, 'Swan Gray Nordic 4-Slice Toaster', '8TB7viqkO', 14, 'Add a side of sleek style to your breakfast routine when you have this brushed stainless steel toaster that features six shade selections, plenty of functions, and a cool look that elevates the look of your kitchen. From Swan.\r\nIncludes 1500W toaster, removable crumb tray, and instruction manual\r\nFunctions: bagel, defrost, reheat, and cancel\r\nSix shade settings\r\nFour-slice capacity\r\nCord storage\r\nStainless steel construction\r\nMeasures 14.17\" x 13.38\" x 9.25\"; Cord 36\"L\r\nWipe clean\r\nETL listed\r\nImported', 129.00, NULL, NULL, 137.00, 'Swan Gray Nordic 4-Slice Toaster-34885.webp', 'Swan Gray Nordic 4-Slice Toaster-15655.webp', 'Swan Gray Nordic 4-Slice Toaster-88935.webp', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-13 00:56:39', '2024-02-13 00:56:39'),
(4570, 'Nostalgia 4 Hot Dogs & Buns Pop-Up Toaster', 'e42uIWFJr', 14, 'A fun way to make a meal your family will enjoy, this toaster cooks hot dogs and heats buns with the push of a button. From Nostalgia.\r\nIncludes toaster with hot dog cage and mini tongs\r\n1200W total power\r\nMakes up to four hot dogs and four buns\r\nAdjustable toaster timer\r\nSlide-out drip tray\r\nMeasures 11\"L x 11\"W x 8.5\"H\r\nWipe clean\r\nETL listed\r\nImported', 50.99, NULL, NULL, 73.00, 'Nostalgia 4 Hot Dogs & Buns Pop-Up Toaster-73599.webp', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-13 00:58:27', '2024-02-13 00:58:27'),
(4571, 'Powerhorse Chipper/Shredder Debris Vacuum Truck Loader', 'NaKvphcE3', 16, 'This 420cc Powerhorse® Truck Loader makes it easy to clean and shred leaves and other debris with the vacuum-style intake, then load it into a truck, trailer or pile without ever touching it.\r\nWhat\'s Included\r\n\r\n(1) Truck loader\r\nDownloads\r\n\r\nFeatures + Benefits\r\n\r\nCommercial-grade, heavy-duty, all-steel loader\r\nPowerful EPA certified, Ducar, 4-stroke, 420cc, 13 HP OHV engine delivers 3600 max. RPMs\r\nIncludes 8in. dia. x 10ft.L vacuum intake hose and skid mount\r\nOptional receiver hitch mount (Item# 63686), truck loader tailgate mount (Item# 63687) or swingaway mount (Item# 63688), all sold separately, are also available', 1799.99, NULL, NULL, 1999.99, 'Powerhorse Chipper/Shredder Debris Vacuum Truck Loader-76658.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-13 00:59:05', '2024-02-13 00:59:05'),
(4572, 'M&M\'s Chocolate', 'sIQlyu7kH', 5, '24-Packs 1.41-Oz M&M\'s Chocolate Candies (Caramel Cold Brew)', 14.92, NULL, NULL, 18.66, 'M&M\'s Chocolate-67422.jpeg', 'M&M\'s Chocolate-59702.jpeg', 'M&M\'s Chocolate-25822.jpeg', 'Groceries', 5.0, NULL, 1, '2024-02-13 01:00:28', '2024-02-13 01:00:28'),
(4573, 'Ritz Large Toaster Kitchen Appliance Cover', 'tnhua7RwA', 14, 'Keep your favorite kitchen gadget in tip-top shape with help from this quilted toaster cover. From Ritz.\r\nMeasures 14.25\" x 17\" 10\"', 30.26, NULL, NULL, 50.89, 'Ritz Large Toaster Kitchen Appliance Cover-51879.webp', 'Ritz Large Toaster Kitchen Appliance Cover-68022.webp', 'Ritz Large Toaster Kitchen Appliance Cover-86459.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-13 01:01:07', '2024-02-13 01:01:07'),
(4574, 'GROWATT 100W Portable Solar Panel for Power Station, 24V Foldable Solar Charger with Adjustable Kickstand & MC4 Connector, Waterproof IP67 for Outdoor Camping RV Off Grid System', 'nrY159k3V', 16, 'High Conversion Efficiency-The GROWATT 100W solar panel adopts monocrystalline cell and multi-layered cell technology to generate energy from the sunlight and perform higher conversion efficiency that up to 22% than other conventional panels.\r\nEasy Setup & Adjustable Kickstand-The 100W solar panel features 2 integrated adjustable kickstands that can be placed firmly on any surface ground. The angle between the panel and the ground can be adjusted from 45°to 80° to catch the sunlight precisely. With just a few seconds of setup, you can soak energy from the sun for your portable power station easily.\r\nPortable & Foldable-Growatt 100-watt solar panel only weighs 7.93 lbs with a folding dimension of 23.7*21.2*1.0(L*W*H) inches, making it easier to gain clean and free solar energy anywhere or anytime.\r\nBuilt to Lasting-One-piece tough design with ETFE film and IP67 waterproof rating makes it anti-scratch and weather-resistant.', 165.00, NULL, NULL, 179.00, 'GROWATT 100W Portable Solar Panel for Power Station, 24V Foldable Solar Charger with Adjustable Kickstand & MC4 Connector, Waterproof IP67 for Outdoor Camping RV Off Grid System-58172.jpeg', 'GROWATT 100W Portable Solar Panel for Power Station, 24V Foldable Solar Charger with Adjustable Kickstand & MC4 Connector, Waterproof IP67 for Outdoor Camping RV Off Grid System-66678.jpeg', 'GROWATT 100W Portable Solar Panel for Power Station, 24V Foldable Solar Charger with Adjustable Kickstand & MC4 Connector, Waterproof IP67 for Outdoor Camping RV Off Grid System-63101.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 01:01:54', '2024-02-13 01:01:54'),
(4575, 'Tasty Bite', '9mKc8gNhZ', 5, '6-Pack 10-Oz Tasty Bite Indian Vegetable Tikka Masala Entree', 14.04, NULL, NULL, 18.72, 'Tasty Bite-76401.jpeg', 'Tasty Bite-89036.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-13 01:05:01', '2024-02-13 01:05:01'),
(4576, 'RSVP Ela\'s Favorite Silicone Spoon', 'mUT7J8nL4', 14, 'Tackle heavy mixing jobs with this tough multipurpose kitchen spoon! Thanks to its smooth silicone surface, it stays flexible when scraping, while the soft, comfortable handle with a sturdy center helps you clean up quickly and easily. From RSVP.\r\nSilicone and stainless steel construction\r\nDishwasher-safe\r\nMeasures 11\" x 2.25\" x 0.75\"', 8.98, NULL, NULL, 10.95, 'RSVP Ela\'s Favorite Silicone Spoon-33608.jpeg', 'RSVP Ela\'s Favorite Silicone Spoon-13168.webp', 'RSVP Ela\'s Favorite Silicone Spoon-62666.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-13 01:05:14', '2024-02-13 01:05:14'),
(4577, 'Teenage Mutant Ninja Turtles', 'N1RKtoFAq', 5, 'Teenage Mutant Ninja Turtles: Cowabunga Collection - PlayStation 5', 29.82, NULL, NULL, 39.99, 'Teenage Mutant Ninja Turtles-13422.jpeg', 'Teenage Mutant Ninja Turtles-95660.jpeg', 'Teenage Mutant Ninja Turtles-12981.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-13 01:14:29', '2024-02-13 01:14:29'),
(4578, 'Anker SOLIX F1200 Portable Power Station, PowerHouse 757, 1800W Solar Generator, 1229Wh Battery Generators for Home Use, LiFePO4 Power Station for Outdoor Camping, and RVs (Solar Panel Optional)', 'Ss2T2Nu3y', 16, 'Best Seller Ranking	#24 in Generators\r\nGeneral\r\nBrand	Anker\r\nModel	PowerHouse 1229Wh\r\nType\r\nType	Power Station\r\nDimensions & Weight\r\nDimensions	18.22 x 9.34 x 11.34 inches\r\nWeight	43.9 pounds\r\nDetails\r\nStarter Type	Electric\r\nLabor	5 Years\r\nAdditional Information\r\nDate First Available	December 20, 2023\r\nVIEW LESS\r\nexpand_less\r\nVIEW LESS\r\nexpand_less\r\nLong-Lasting Portable Power Station With a 10-Year Lifespan: With our proprietary long-lasting technology InfiniPower, combined with LiFePO4 batteries, ultra-durable electronic components, a smart temperature control system that monitors temperature up to 100 times per second, and impact-resistant structural design, Anker 757 PowerHouse is built to last over a decade, even with everyday use.\r\n5-Year Full-Device Warranty: Instead of an average 2-year lifespan compared to the industry standard, Anker 757 Portable Power Station is designed to reliably power your devices everyday for 1', 950.00, NULL, NULL, 1098.00, 'Anker SOLIX F1200 Portable Power Station, PowerHouse 757, 1800W Solar Generator, 1229Wh Battery Generators for Home Use, LiFePO4 Power Station for Outdoor Camping, and RVs (Solar Panel Optional)-37817.jpeg', 'Anker SOLIX F1200 Portable Power Station, PowerHouse 757, 1800W Solar Generator, 1229Wh Battery Generators for Home Use, LiFePO4 Power Station for Outdoor Camping, and RVs (Solar Panel Optional)-13817.jpeg', 'Anker SOLIX F1200 Portable Power Station, PowerHouse 757, 1800W Solar Generator, 1229Wh Battery Generators for Home Use, LiFePO4 Power Station for Outdoor Camping, and RVs (Solar Panel Optional)-12688.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 01:14:59', '2024-02-13 01:14:59');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4579, 'Bare Ground, 5 Gallons Fish Fertilizer, Max. Coverage Area 55000 ft², Capacity 55 lb, Model# TP-5G', '5ihRvNIfs', 16, 'The Bare Ground Fish Fertilizer is a fantastic option for providing your plants with the nutrients they need to thrive. With a capacity of 5 gallons and a maximum coverage area of 55,000 square feet, this fertilizer has got you covered for a large gardening space. Model# TP-5G is perfect for those who want to give their plants a boost and promote healthy growth. Your garden will thank you for it.', 69.99, NULL, NULL, 73.99, 'Bare Ground, 5 Gallons Fish Fertilizer, Max. Coverage Area 55000 ft², Capacity 55 lb, Model# TP-5G-26049.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-13 01:19:48', '2024-02-13 01:19:48'),
(4580, 'The Legend of Zelda', 'B44FXnpW0', 5, 'The Legend of Zelda: Link\'s Awakening, Nintendo Switch, [Physical], 110249', 30.99, NULL, NULL, 59.99, 'The Legend of Zelda-61862.jpeg', 'The Legend of Zelda-66359.jpeg', 'The Legend of Zelda-17299.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-13 01:21:52', '2024-02-13 01:21:52'),
(4581, 'Corona Hand Pruner — 8.4in.L., Model# BP15180', '6dJNFKTfA', 16, 'The Corona Hand Pruner, Model# BP15180, is a handy tool for all your pruning needs. With its 8.4-inch length, it\'s perfect for trimming branches and shaping plants. This pruner is designed for ease of use and precision, making it a great addition to any gardener\'s toolkit. Whether you\'re tending to your backyard garden or maintaining your favorite houseplants, the Corona Hand Pruner is up to the task. Happy pruning.', 39.99, NULL, NULL, 44.00, 'Corona Hand Pruner — 8.4in.L., Model# BP15180-11428.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-13 01:23:51', '2024-02-13 01:23:51'),
(4582, 'High Support PowerSoft Sports Bra for Women', 'GiGlZU4hA', 14, 'Featuring PowerSoft, light compression with a peachy-soft feel.\r\nadjustable cross-back straps', 15.00, NULL, NULL, 17.00, 'High Support PowerSoft Sports Bra for Women-78839.jpeg', 'High Support PowerSoft Sports Bra for Women-29286.jpeg', 'High Support PowerSoft Sports Bra for Women-81939.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-13 01:26:55', '2024-02-13 01:26:55'),
(4583, 'Luigi\'s Mansion', 'iVXwYmUmV', 5, 'Luigi\'s Mansion 3 - Nintendo Switch', 49.39, NULL, NULL, 50.99, 'Luigi\'s Mansion-73042.jpeg', 'Luigi\'s Mansion-77752.jpeg', 'Luigi\'s Mansion-18604.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-13 01:27:40', '2024-02-13 01:27:40'),
(4584, 'Buyers 12 Volt ATV Spreader, 15-Gallon Capacity, Model# ATVS15A', '8YUKCYJbk', 16, 'This Buyers 12 Volt ATV Spreader allows you to turn your ATV into a landscaping tool. The spreader mounts vertically on your ATV\'s tubular utility rack with a quick detach mounting bracket and has a spread width of up to 30 feet. The durable poly hopper holds up to 15 gallons of free-flowing material such as salt, seed, feed, and fertilizer to handle all of your landscaping needs. The spreader has a sealed 12V motor and an adjustable shut-off feed gate so you control how much material is used. The power switch and controls are easily accessible from the seat of your ATV, letting you do the job from start to finish without getting off your vehicle. The hopper includes a poly lid to protect materials from the elements. Includes all hardware for installation and use.\r\nWhat\'s Included\r\n\r\n(1) ATV spreader\r\nFeatures + Benefits\r\n\r\nVersatile, durable 15-gallon polymer hopper mounts right to the back of your ATV\r\nMultipurpose design lets you broadcast ice melt and bagged #1 rock salt in the winter, and feed, seed, and fertilizer year round\r\nAdjustable shut-off gate regulates amount dispersed\r\nEasy mount/dismount, quick-detach mounting bracket\r\nRugged polymer hopper\r\nSteel frame and components\r\nPowder-coat finish\r\nHeavy-duty design\r\n17 3/4in.W at lid; 32in.H overall height with motor', 299.99, NULL, NULL, 399.99, 'Buyers 12 Volt ATV Spreader, 15-Gallon Capacity, Model# ATVS15A-67684.jpeg', 'Buyers 12 Volt ATV Spreader, 15-Gallon Capacity, Model# ATVS15A-89900.jpeg', 'Buyers 12 Volt ATV Spreader, 15-Gallon Capacity, Model# ATVS15A-53835.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-13 01:29:58', '2024-02-13 01:29:58'),
(4585, 'Baby Playpen Crib, 2 Levels, with Wheels and Brakes, Foldable', 'qg8a13YOc', 15, 'Baby Playpen Crib, 2 Levels, with Wheels and Brakes, Foldable', 80.00, NULL, NULL, 85.00, 'Baby Playpen Crib, 2 Levels, with Wheels and Brakes, Foldable-23120.jpeg', 'Baby Playpen Crib, 2 Levels, with Wheels and Brakes, Foldable-29522.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-13 01:30:12', '2024-02-13 01:30:12'),
(4586, 'WarioWare Move', 'DpT5uH1qn', 5, 'WarioWare: Move It! - Nintendo Switch - U.S. Edition', 37.99, NULL, NULL, 46.99, 'WarioWare Move-36697.jpeg', 'WarioWare Move-31367.jpeg', 'WarioWare Move-29996.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-13 01:33:53', '2024-02-13 01:33:53'),
(4587, 'Unmasked : My Life Solving America\'s Cold Cases', 'sHAO29BCe', 16, 'From the detective who found The Golden State Killer, a memoir of investigating America\'s toughest cold cases and the rewards--and toll--of a life solving crime.\r\n\r\nFor a decade, The Golden State Killer stalked and murdered Californians in the dead of night, leaving entire communities afraid to turn out the lights. The sadistic predator disappeared in 1986, hiding in plain sight for the next thirty years in middle class suburbia. In 1994, when cold case investigator Paul Holes came across the old file, he swore he would unmask the Golden State Killer and finally give these families some closure. Twenty four years later, Holes fulfilled that promise, identifying a 73-year-old former cop named Joseph J. DeAngelo. Headlines blasted from the U.S. to Europe: one of America\'s most prolific serial killers was in custody. That case launched Holes\'s career into the stratosphere, turning him into an icon in the true crime world with television shows like The DNA of Murder with Paul Holes and America\'s Most Wanted, and with the podcast Jensen & Holes: The Murder Squad. Everyone knows Paul Holes, the gifted crime solver with a big heart and charming smile who finally caught the Golden State Killer. But until now, no one has known the man behind it all, the person beneath the flashy cases and brilliant investigations. In this memoir, Holes takes us through his memories of a storied career and provides an insider account of some of the most notorious cases in contemporary American history, including the hunt for the Golden State Killer, Laci Peterson\'s murder and Jaycee Dugard\'s kidnapping. This is also a revelatory profile of a complex man and what makes him tick: the drive to find closure for victims and their loved ones, the inability to walk away from a challenge--even at the expense of his own happiness. Holes opens up the most intimate scenes of his life: his moments of self-doubt and the impact that detective work has had on his marriage. This is a story about the gritty truth of crime solving when there are no flashbulbs and \"case closed\" headlines. It is the story of a man and his commitment to cases and people who might have otherwise been forgotten.', 25.51, NULL, NULL, 28.99, 'Unmasked : My Life Solving America\'s Cold Cases-23437.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-13 01:34:35', '2024-02-13 01:34:35'),
(4588, 'Pokemon: Let\'s Go, Pikachu', 'BEYJbxGU3', 6, 'Pokemon: Let\'s Go, Pikachu!, Nintendo Switch, [Physical], 045496593940', 52.60, NULL, NULL, 59.99, 'Pokemon: Let\'s Go, Pikachu-34386.jpeg', 'Pokemon: Let\'s Go, Pikachu-64419.jpeg', 'Pokemon: Let\'s Go, Pikachu-23600.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-13 01:39:22', '2024-02-13 01:39:22'),
(4589, 'Portable Hanging Hammock Swing for Children, Children\'s Game', 'TNt6dNRT6', 15, 'Portable Hanging Hammock Swing for Children, Children\'s Game', 10.00, NULL, NULL, 20.00, 'Portable Hanging Hammock Swing for Children, Children\'s Game-58670.jpeg', 'Portable Hanging Hammock Swing for Children, Children\'s Game-79715.jpeg', 'Portable Hanging Hammock Swing for Children, Children\'s Game-88407.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-13 01:40:24', '2024-02-13 01:40:24'),
(4590, 'Avatar', 'ynBlCfecE', 5, 'Avatar: Frontiers of Pandora - PlayStation 5', 49.97, NULL, NULL, 69.00, 'Avatar-11431.jpeg', 'Avatar-97598.jpeg', 'Avatar-19080.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-13 01:44:37', '2024-02-13 01:44:37'),
(4591, 'Instant Sports', 'lrMgpGUeJ', 5, 'Instant Sports, CD, Sony Music Ent.., Video Game - Nintendo Switch', 15.99, NULL, NULL, 29.97, 'Instant Sports-81533.jpeg', 'Instant Sports-87726.jpeg', 'Instant Sports-63010.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-13 01:48:19', '2024-02-13 01:48:19'),
(4592, 'Jacuzzi Type Portable Adult Folding Bathtub', 'O6R6OhvQ9', 15, 'Jacuzzi Type Portable Adult Folding Bathtub', 160.00, NULL, NULL, 179.00, 'Jacuzzi Type Portable Adult Folding Bathtub-28049.jpeg', 'Jacuzzi Type Portable Adult Folding Bathtub-63852.jpeg', 'Jacuzzi Type Portable Adult Folding Bathtub-69912.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-13 01:49:14', '2024-02-13 01:49:14'),
(4593, '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP', 'DxabrC38N', 14, 'RAMBLER® 18 OZ WATER BOTTLE\r\nWITH COLOR-MATCHED STRAW CAP', 30.00, NULL, NULL, 38.72, '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-78214.jpeg', '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-71993.jpeg', '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-99914.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-13 01:50:00', '2024-02-13 01:50:00'),
(4594, 'Silla Mecedora Musical 3 Posiciones Para Bebés Con Juguete', 'jWzVd2Vv5', 15, 'Silla Mecedora Musical 3 Posiciones Para Bebés Con Juguete', 50.00, NULL, NULL, 60.00, 'Silla Mecedora Musical 3 Posiciones Para Bebés Con Juguete-85734.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-13 01:53:14', '2024-02-13 01:53:14'),
(4595, 'Donkey Kong Country', 'Xo7CdPIYJ', 5, 'Donkey Kong Country: Tropical Freeze - Nintendo Switch', 50.90, NULL, NULL, 59.99, 'Donkey Kong Country-88255.jpeg', 'Donkey Kong Country-60991.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-02-13 01:55:08', '2024-02-13 01:55:08'),
(4596, 'Monster Jam Steel Titans', 'rNPsIJy1R', 5, 'Monster Jam Steel Titans 2 - Nintendo Switch', 27.49, NULL, NULL, 39.99, 'Monster Jam Steel Titans-21686.jpeg', 'Monster Jam Steel Titans-66011.jpeg', 'Monster Jam Steel Titans-76530.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-13 02:01:24', '2024-02-13 02:01:24'),
(4597, 'Baby Walker or Kangaroo', 'KxJMjz7vH', 15, 'Baby Walker or Kangaroo', 15.00, NULL, NULL, 18.00, 'Baby Walker or Kangaroo-24824.jpeg', 'Baby Walker or Kangaroo-95616.jpeg', 'Baby Walker or Kangaroo-21077.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-13 02:02:49', '2024-02-13 02:02:49'),
(4598, 'Multifunction Power Tower Dip Bar Station Strength Training Tower Pull Up Bar Stand for Home Gym - 29\"W x 35.4\"D x 59-90.6\"H - Black', 'y8JvKTpkl', 14, 'Tappio power tower is a very widely used fitness equipment. After precision design, it can shape the outline and conditioning of the upper body and exercise strong back muscles and abdominal muscles. Whether it is in the office, gym or at home, our pull up bar stand can help users achieve multiple goals of fat burning or muscle training through a variety of exercises such as pull -up, dips, chin-ups, knee raise, etc. The power tower can help everyone enjoy a gym-quality and whole-body workout feeling, which is very suitable for burning fat and muscle training. It is an ideal equipment for home/gym fitness.', 173.69, NULL, NULL, 209.00, 'Multifunction Power Tower Dip Bar Station Strength Training Tower Pull Up Bar Stand for Home Gym - 29\"W x 35.4\"D x 59-90.6\"H - Black-19284.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-13 02:06:33', '2024-02-13 02:06:33'),
(4599, 'Paw Patrol World', 'L4KWduXms', 5, 'Paw Patrol World - Nintendo Switch', 29.99, NULL, NULL, 39.99, 'Paw Patrol World-40248.jpeg', 'Paw Patrol World-37585.jpeg', 'Paw Patrol World-78494.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-13 02:08:04', '2024-02-13 02:08:04'),
(4600, 'Ainfox Power Tower Multi-Function Home Strength Training Tower - Red', 'lK0Yyttsa', 14, 'Get a full-body workout at home with the Ainfox Power Tower Multi-Function Home Strength Training Tower. Built with a sturdy 1.2mm reinforced steel frame, this versatile piece of equipment allows you to perform pull-ups, chin-ups, dips, and push-ups to tone and develop your core muscles, arms, chest, back, and leg muscles. It\'s perfect for losing weight and training your abdominal muscles.', 258.99, NULL, NULL, 298.00, 'Ainfox Power Tower Multi-Function Home Strength Training Tower - Red-58010.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-13 02:08:52', '2024-02-13 02:08:52'),
(4601, 'Minecraft Legends', 'oB8ILpzPi', 5, 'Minecraft Legends Deluxe Edition, PlayStation 5', 12.91, NULL, NULL, 15.00, 'Minecraft Legends-99542.jpeg', 'Minecraft Legends-75805.jpeg', 'Minecraft Legends-37350.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-13 02:13:45', '2024-02-13 02:13:45'),
(4602, 'Trailed : One Woman\'s Quest to Solve the Shenandoah Murders', 'VGTVsNxUT', 16, 'A riveting, \"beautifully written\" deep dive into the unsolved murder of two free-spirited young women in the wilderness (John Grisham, #1 New York Times bestselling author), a journalist\'s obsession--and a new theory of who might have done it.​ Winner of the 2023 CrimeCon True Crime Book of the Year​ Award They must have been followed. That\'s the thought I return to after all these years . . . In May 1996, two skilled backcountry leaders, Lollie Winans and Julie Williams, entered Virginia\'s Shenandoah National Park for a week-long backcountry camping trip. The free-spirited and remarkable young couple had met and fallen in love the previous summer while working at a world-renowned outdoor program for women. During their final days in the park, they descended the narrow remnants of a trail and pitched their tent in a hidden spot. After the pair didn\'t return home as planned, park rangers found a scene of horror at their campsite, their tent slashed open, their beloved dog missing, and both women dead in their sleeping bags. The unsolved murders of Winans and Williams continue to haunt all who had encountered them or knew their story. When award-winning journalist and outdoors expert Kathryn Miles begins looking into the case, she discovers conflicting evidence, mismatched timelines, and details that just don\'t add up. With unprecedented access to crucial crime-scene forensics and key witnesses--and with a growing sense of both mission and obsession--she begins to uncover the truth. An innocent man, Miles is convinced, has been under suspicion for decades, while the true culprit is a known serial killer, if only authorities would take a closer look. Intimate, page-turning, and brilliantly reported, Trailed is a love story and a call to justice--and a searching and urgent plea to make wilderness a safe space for women--destined to become a true crime classic.', 28.95, NULL, NULL, 30.99, 'Trailed : One Woman\'s Quest to Solve the Shenandoah Murders-66545.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-13 02:14:34', '2024-02-13 02:14:34'),
(4603, 'Bowflex Xtreme 2 SE Home Gym', 'xsloyxX9n', 14, 'Experience all the possibilities of the iconic BowFlex Power Rod® system with the Xtreme 2 SE Home Gym. Work each and every muscle with more than 70 strength-building exercises and 210 lbs of Power Rod Resistance included (upgrade up to 310 or 410 lbs, sold separately). The Xtreme 2 SE lets you change exercises quickly and easily with no cable changes needed between exercises using the revolutionary No-Change Cable Pulley System. Now includes a lat tower with angled lat bar, -position lower pulley/squat station, leg extension, an ergonomically designed adjustable seat, and 7 trainer-built workouts. 70+ Strength Buliding Exercises', 1550.00, NULL, NULL, 1597.00, 'Bowflex Xtreme 2 SE Home Gym-34834.webp', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-13 02:15:42', '2024-02-13 02:15:42'),
(4604, 'Aurora : The Psychiatrist Who Treated the Movie Theater Killer Tells Her Story', 'P6gc6F3cF', 16, 'A compelling look at violence and trauma from the psychiatrist who treated mass shooter James Holmes, perpetrator of the infamous movie theater massacre. As an expert and speaker on mass shootings and gun violence, Dr. Lynn Fenton knew it was impossible to \"spot a killer.\" But when she met her new patient, troubled grad student James Holmes, the hair on her arms stood up. She feared he was going to kill. Yet she could find no way to thwart him. A few months later, Holmes struck: he entered a packed movie theater and opened fire, killing twelve people and wounding seventy; some were left brain damaged, several were paralyzed for life. Immediately the familiar debates reignited: The crisis of mental health access. More restrictive gun laws vs more \"good guys with guns.\" The morality of the death penalty. The legitimacy of the insanity defense. But what about the victims and bystanders whose lives would never be the same? Dr. Fenton\'s memoir is a voice for them. Her inability to thwart Holmes\'s mass murder made her a scapegoat and elicited innumerable death threats. Her chilling account provides an intimate look at her life before and after the Aurora massacre, as well as alarming insight into the sinister patient who called himself \"fear incarnate.\" With unprecedented access to thousands of pages of documents, audio and video recordings, trial transcripts, medical records, and notes, Aurora attempts to answer the question Holmes himself posed in his infamous notebook: \"Why? Why? Why?\"', 27.00, NULL, NULL, 29.00, 'Aurora : The Psychiatrist Who Treated the Movie Theater Killer Tells Her Story-68748.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-13 02:16:50', '2024-02-13 02:16:50'),
(4605, 'My Friend Anna : The True Story of a Fake Heiress', 'vkSRnJ1E8', 16, 'ONE OF TIME\'S 100 BEST BOOKS OF THE YEAR Sex and the City meets Bad Blood and Catch Me If You Can in the astonishing true story of Anna Delvey, a young con artist posing as an heiress in New York City--as told by the former Vanity Fair photo editor and friend of Delvey\'s, who was scammed out of more than $62,000 and is featured as a character in the Netflix series Inventing Anna. Rachel DeLoache Williams\'s new friend Anna Delvey, a self-proclaimed German heiress, was worldly and ambitious. She was also generous--picking up the tab for lavish dinners at Le Coucou, infrared sauna sessions at HigherDOSE, drinks at the 11 Howard Library bar, and regular workout sessions with a celebrity personal trainer. When Anna proposed an all-expenses-paid trip to Marrakech at the five-star La Mamounia hotel, Rachel jumped at the chance. But when Anna\'s credit cards mysteriously stopped working, the dream vacation quickly took a dark turn. Anna asked Rachel to begin fronting costs--first for flights, then meals and shopping, and, finally, for their $7,500-per-night private villa. Before Rachel knew it, more than $62,000 had been charged to her credit cards. Anna swore she would reimburse Rachel the moment they returned to New York. Back in Manhattan, the repayment never materialized, and a shocking pattern of deception emerged. Rachel learned that Anna had left a trail of deceit--and unpaid bills--wherever she\'d been. Mortified, Rachel contacted the district attorney, and in a stunning turn of events, found herself helping to bring down one of the city\'s most notorious con artists. With breathless pacing and in-depth reporting from the person who experienced it firsthand, My Friend Anna is an unforgettable true story of \"glamour, greed, lust for power\" (The New York Times), and female friendship.', 16.71, NULL, NULL, 18.99, 'My Friend Anna : The True Story of a Fake Heiress-62960.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-13 02:18:42', '2024-02-13 02:18:42'),
(4606, 'When a Killer Calls : A Haunting Story of Murder, Criminal Profiling, and Justice in a Small Town', 'T9nCKpGTh', 16, 'From John Douglas--the legendary FBI criminal profiler, #1 New York Times bestselling author, and inspiration for the Netflix show Mindhunter--comes a chilling journey inside the mind and crimes of Larry Gene Bell, one of the most dangerous serial killers Douglas confronted, and the desperate effort to identify and catch him.\r\n\r\n\r\nOn May 31, 1985, two days before her high school graduation, Shari Smith was abducted from the driveway of her family home in South Carolina. Based on the crime scene and the abductor\'s repeated and taunting calls to the family, law enforcement quickly realized they were dealing with a sophisticated and highly dangerous criminal. A letter arrived the next day entitled \"Last Will & Testament,\" in which Shari, knowing she was to be murdered, wrote bravely and achingly of her love for her parents, siblings, and boyfriend, saying that while they would miss her, she knew they would persevere through their faith. The abduction rocked her quiet town, triggering a massive manhunt and bringing in the FBI, which enlisted profiler John Douglas. A few days later, a phone call told the family where they could find Shari\'s body.\r\n\r\nThen nine-year-old Debra May Helmick was kidnapped from her yard, confirming the harsh realization that Smith\'s murder was no random act. A serial killer was evolving, and the only way to stop him would be to use the study of criminal behavior to anticipate his next move before he could kill again. Douglas devised a risky and emotionally fraught strategy to use Shari\'s lookalike older sister Dawn as bait to draw out the unknown subject. Dawn and her parents courageously agreed.\r\n\r\nOne of the most haunting investigations of Douglas\'s storied career, this case details how the eerily accurate profile he created--alongside his carefully crafted and stage-managed manipulation of the killer\'s psychology--combined with dedicated police work and cutting-edge forensic science to end a reign of criminal terror. As Shari\'s family took incredible personal risks to lure her killer from the shadows, Douglas and the FBI pushed criminal profiling to its limits, culminating in one of his most dramatic and effective confrontations with a sadistic and remorseless killer.', 18.99, NULL, NULL, 21.99, 'When a Killer Calls : A Haunting Story of Murder, Criminal Profiling, and Justice in a Small Town-61853.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-13 02:20:39', '2024-02-13 02:20:39'),
(4607, 'Spongebob Squarepants', 'I6Si4UD6P', 5, 'Spongebob Squarepants: The Cosmic Shake, Nintendo Switch', 12.99, NULL, NULL, 29.43, 'Spongebob Squarepants-25002.jpeg', 'Spongebob Squarepants-97494.jpeg', 'Spongebob Squarepants-14432.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-13 02:20:48', '2024-02-13 02:20:48'),
(4608, 'Princess Rin16 Girls\' Children\'s Bicycle, Doll Carrier Basket', 'MVU3h7tAr', 15, 'Princess Rin16 Girls\' Children\'s Bicycle, Doll Carrier Basket', 90.00, NULL, NULL, 100.00, 'Princess Rin16 Girls\' Children\'s Bicycle, Doll Carrier Basket-47661.jpeg', 'Princess Rin16 Girls\' Children\'s Bicycle, Doll Carrier Basket-95088.jpeg', 'Princess Rin16 Girls\' Children\'s Bicycle, Doll Carrier Basket-16121.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-13 02:21:33', '2024-02-13 02:21:33'),
(4609, 'Bone Deep : Untangling the Betsy Faria Murder Case', 'G8vy5wPTD', 16, 'THE TRUE STORY BEHIND NBC\'S MARQUEE MINI-SERIES \"THE THING ABOUT PAM\" STARRING RENEE ZELLWEGER AS PAM HUPP AND JOSH DUHAMEL AS JOEL SCHWARTZ, PREMIERING FEBRUARY 2022.The explosive, first-ever insider\'s account of the case that\'s captivated millions - the murder of Betsy Faria and the wrongful conviction of her husband - told by Joel J. Schwartz, the defense attorney who fought for justice on behalf of Russel Faria, and New York Times bestselling author Charles Bosworth Jr.Goodreads Top Nonfiction of 2022 On December 27th, 2011, Russell Faria returned to his Troy, Missouri, home after his weekly game night with friends to an unthinkable, grisly scene: His wife, Betsy, lay dead, a knife still lodged in her neck. She\'d been stabbed fifty-five times. First responders concluded that Betsy was dead for hours when Russ discovered her. No blood was found implicating Russ, and surveillance video, receipts, and friends\' testimony all supported his alibi. Yet incredibly, police and the prosecuting attorney ignored the evidence. In their minds, Russ was guilty. But prominent defense attorney Joel J. Schwartz quickly recognized the real killer. The motive was clear. Days before her murder, the terminally ill Betsy replaced her husband with her friend, Pamela Hupp, as her life insurance beneficiary. Still, despite the prosecution\'s flimsy case and Hupp\'s transparent lies, Russ was convicted--leaving Hupp free to kill again. Bone Deep takes readers through the perfect storm of miscalculations and missteps that led to an innocent man\'s conviction--and recounts Schwartz\'s successful battle to have that conviction overturned. Written with Russ Faria\'s cooperation, and filled with chilling new revelations and previously undisclosed evidence, this is the story of what can happen when police, prosecutor, judge, and jury all fail in their duty to protect the innocent--and let a killer get away with murder.\r\n\r\n\"Fans of Dateline will be interested in this work, which will likely only grow in popularity when the miniseries The Thing About Pam, starring Renée Zellweger, premieres in March 2022.\" -Library Journal\r\n\r\n\"Filled with chilling new revelations and previously undisclosed evidence, this is the story of what can happen when police, prosecutor, judge, and jury all fail in their duty to protect the innocent--and let a killer get away with murder. This book is an explosive, insider\'s account of a case that continues to fascinate the public. We highly recommend it.\" -Mystery Tribune\r\n\r\n\"An engaging true-crime book that exposes failures in the American criminal justice system while putting a human face on those involved and is recommended to those that enjoy well-researched books.\" -Mystery and Suspense\r\n\r\n\"If you are interested in justice, in criminal profiling, in trial procedures, the dynamics between the judge, the defense, and the prosecution, this book is for you.\" -Defrosting Cold Cases', 24.64, NULL, NULL, 28.00, 'Bone Deep : Untangling the Betsy Faria Murder Case-65677.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-13 02:22:40', '2024-02-13 02:22:40'),
(4610, 'The World\'s Most Evil Serial Killers', 'vaxbpH5gF', 16, 'There are few people alive who are so cruel, so heartless and so undeniably evil that they will kill again and again. Yet at any one time, there are between 25 and 50 active serial killers in the USA, and their chilling crimes have fascinated us since the days of Jack the Ripper. Here you will discover how these heartless killers committed their gruesome deeds, what motivated them to kill and how, eventually, they were caught.\r\n\r\nThis collection features more than 50 compelling stories, including:\r\n- Ed Kemper, who dismembered the bodies of his victims once he had finished with them;\r\n- Ted Bundy, who abducted, raped and brutally killed more than 30 women;\r\n- Charles Manson, who led a cult of mayhem and murder;\r\n- Jeffrey Dahmer, who stored a human head in his freezer;\r\n- Randy Kraft, who was pulled over for drunk driving with a body in the trunk of his car;\r\n- Alexander Pichushkin, who aimed to kill a person for every square on the chessboard.', 12.95, NULL, NULL, 15.95, 'The World\'s Most Evil Serial Killers-36215.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-13 02:25:00', '2024-02-13 02:25:00'),
(4611, 'Rose Toy Vibrator', 'FDM4T6iZm', 5, 'Rose Toy Vibrator for Women, 2 in 1 Vibrating Stimulator with 10 Modes, Rechargeable Sex Toys for Couples, Adult Toys', 27.99, NULL, NULL, 7199.00, 'Rose Toy Vibrator-99340.jpeg', 'Rose Toy Vibrator-59001.jpeg', 'Rose Toy Vibrator-25527.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-13 02:26:40', '2024-02-13 02:26:40'),
(4612, 'Bookcase Filing Cabinet Shelf Office Furniture', 'KngBNqQuE', 15, 'Bookcase Filing Cabinet Shelf Office Furniture', 55.00, NULL, NULL, 65.00, 'Bookcase Filing Cabinet Shelf Office Furniture-47452.jpeg', 'Bookcase Filing Cabinet Shelf Office Furniture-81929.jpeg', 'Bookcase Filing Cabinet Shelf Office Furniture-99989.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-13 02:28:34', '2024-02-13 02:28:34'),
(4613, 'Soozier Home Power Tower Multifunction Workout Rack with Poll-up Stand & Dip Station, Weight Stack Machine for Whole Body', 'SVYQiVAIc', 14, 'This home multi-exercise Gym power station from Soozier allows you to take control of your home or office workout routine. Train your whole body with this power workout machine, such as back pull bar, butterfly arm, lower pull bar function, bend arm training, kick training, You can use it to train your arms, legs, waist, hips, and abdomen. Various distances and angles can be adjusted in order to meet your different needs. Enjoy indoor exercising at home to keep your body healthy.', 367.99, NULL, NULL, 389.75, 'Soozier Home Power Tower Multifunction Workout Rack with Poll-up Stand & Dip Station, Weight Stack Machine for Whole Body-78132.jpeg', 'Soozier Home Power Tower Multifunction Workout Rack with Poll-up Stand & Dip Station, Weight Stack Machine for Whole Body-77601.jpeg', 'Soozier Home Power Tower Multifunction Workout Rack with Poll-up Stand & Dip Station, Weight Stack Machine for Whole Body-61543.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-13 02:30:57', '2024-02-13 02:30:57'),
(4614, 'plusOne', 'DUTnQCwEH', 5, 'plusOne Dual Rabbit Soft Touch Silicone Vibrator Massager, 10 Vibration Settings, Waterproof, Pink', 25.99, NULL, NULL, 31.48, 'plusOne-80110.jpeg', 'plusOne-18473.jpeg', 'plusOne-74876.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-13 02:31:43', '2024-02-13 02:31:43'),
(4616, 'GIA Emerald Platinum 18K Pendant VS Diamond Onyx Certified Huge AAA 4.51 Carats', 'Nf3KjDweO', 16, 'Old South Jewels proudly presents LUXURY HUGE GIA CERTIFIED 4.51 CARAT GREEN RUSSIAN EMERALD, ONYX, AND EUROPEAN DIAMOND NECKLACE & BOX! RARE LUXURIOUS ANTIQUE COVERED IN FINEST BRILLIANT EMERALDS AND DIAMONDS. 2.02 CARATS EXOTIC GREEN EMERALDS. CROWNED WITH 2.49 CARATS FINE WHITE CLEAN EUROPEAN DIAMONDS STUNNING RUSSIAN EMERALDS ARE VERY RARE AND COMMAND HIGH PRICES. EMERALD IS CROWNED WITH 2.49 CARATS OF SPARKLING WHITE BIG MARQUISE, BAGUETTE, & ROUND DIAMONDS. FINE NATURAL, UNDYED, UNHEATED, NATURAL GREEN EMERALD IN SOLID PLATINUM!  GIA CERTIFICATION PAPERWORK IS INCLUDED. FINEST NATURAL TRANSPARENT EMERALDS. GIA No Dye Fine Emeralds. Prestigious Origin Report From Russia.  RICH SATURATED BRILLIANT GREEN WITH THE DESIRABLE SLIGHT BLUISH TINGE.  Official Certification Document From GIA Included. Still Beautifully Kept in Round Leather Vintage Presentation Case with Purple Silk & Velvet Plush. Embossed on Silk of Lid \"By Appt Sorley 107-109 West George St. Glasgow Est. 1819\" What an Impressive Huge Gift This Would Make!  SIZE: HUGE Pendant alone is 1 3/4 inches Long X 1 3/8 inch wide (43 MM x 35.5 MM ).  Bale accommodates a necklace up to 7 x 4.25 MM  Won\'t be missed on your neck sparkling from across the room!', 8900.00, NULL, NULL, 9300.05, 'GIA Emerald Platinum 18K Pendant VS Diamond Onyx Certified Huge AAA 4.51 Carats-34703.jpeg', 'GIA Emerald Platinum 18K Pendant VS Diamond Onyx Certified Huge AAA 4.51 Carats-80196.jpeg', 'GIA Emerald Platinum 18K Pendant VS Diamond Onyx Certified Huge AAA 4.51 Carats-66352.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-13 02:32:34', '2024-02-13 02:32:34'),
(4617, '430 Stainless Steel Work Table and Sink Table', 'JktcymGvx', 15, '430 Stainless Steel Work Table and Sink Table', 110.00, NULL, NULL, 119.00, '430 Stainless Steel Work Table and Sink Table-70675.jpeg', '430 Stainless Steel Work Table and Sink Table-58807.jpeg', '430 Stainless Steel Work Table and Sink Table-23442.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-13 02:33:31', '2024-02-13 02:33:31'),
(4618, 'Adjustable Multi-Function Strength Training Dip Stand Workout Station Fitness Equipment - N/A', 'uPXQYyHcE', 14, 'This power tower is definitely your best partner to shape your perfect body. Includes knee raise and dip, dip station, pull up bar, parallel bar. Perfect for adults and teenagers to do workout. The humanized design and stable steel frame allow you to do exercise in safe conditions.', 465.73, NULL, NULL, 499.08, 'Adjustable Multi-Function Strength Training Dip Stand Workout Station Fitness Equipment - N/A-26163.jpeg', 'Adjustable Multi-Function Strength Training Dip Stand Workout Station Fitness Equipment - N/A-13046.jpeg', 'Adjustable Multi-Function Strength Training Dip Stand Workout Station Fitness Equipment - N/A-42443.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-13 02:34:32', '2024-02-13 02:34:32'),
(4619, 'Stroker', 'bu6O3qKFR', 5, 'Hello Cake Stroker, Doubled-Sided Male Sex Toys Masturbator', 13.75, NULL, NULL, 20.98, 'Stroker-12702.jpeg', 'Stroker-33951.jpeg', 'Stroker-65884.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-13 02:35:32', '2024-02-13 02:35:32'),
(4620, 'Paul Morelli 18K Yellow Gold Lapis Sequence Necklace, 18\"', 'PcxhB21qj', 16, 'Make an elegant entrance statement in this Paul Morelli Sequence necklace. Exquisitely elegant, this delicate gold chain is adorned with an orbit of round Lapis clusters. Create lasting memories with this radiant piece and add to your collection today!  Style: NK4428-LP18-X  Features: Paul Morelli 18K Yellow Gold Lapis Sequence Necklace, 18\" Sequence Collection Length: 18” Lapis (approx. 25.22 CTS) Lobster Claw Clasp closure 18K Yellow Gold Made in the USARead less\r\nDetails\r\nCreator\r\nPaul Morelli\r\nMetal\r\nYellow Gold\r\nDimensions\r\nLength: 18 in (457.2 mm)\r\nPlace of Origin\r\nUnknown\r\nPeriod\r\n2010-', 5700.99, NULL, NULL, 6000.00, 'Paul Morelli 18K Yellow Gold Lapis Sequence Necklace, 18\"-22963.jpeg', 'Paul Morelli 18K Yellow Gold Lapis Sequence Necklace, 18\"-36199.jpeg', 'Paul Morelli 18K Yellow Gold Lapis Sequence Necklace, 18\"-62833.jpeg', 'Books', 3.5, NULL, 1, '2024-02-13 02:37:16', '2024-02-13 02:37:16'),
(4621, 'Tush Toy', 'FN7zqel3s', 5, 'Hello Cake Tush Toy, Anal Vibrator, Rechargeable Butt Sex Toy', 19.99, NULL, NULL, 31.48, 'Tush Toy-11162.jpeg', 'Tush Toy-44779.jpeg', NULL, 'Toys and games', 4.0, NULL, 1, '2024-02-13 02:38:41', '2024-02-13 02:38:41'),
(4622, 'Sofa, Armchair, Waiting Room, Reception, Hair Salon', 'A6q81e1WD', 15, 'Sofa, Armchair, Waiting Room, Reception, Hair Salon', 140.00, NULL, NULL, 145.00, 'Sofa, Armchair, Waiting Room, Reception, Hair Salon-69715.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-13 02:38:47', '2024-02-13 02:38:47'),
(4623, '2010 Chanel Necklace Chocker XL Chain and CC Golden Black', 'jB3M7ItS8', 16, 'Chanel necklace SS2010 collection in lightly gilded metal with the motif of a large chain intertwined with black tweed and a maxi pendant CC enamelled in black and topped with faceted metal studs, closing with a carabiner on a chain and its CC logo (identical to the pendant). Length 42 cm excluding chain and 53 cm with the chain, width of the chain 1.5 cm, dimensions of the CC 5 x 3.8 cm. The necklace comes without receipt or original packaging, but it has never been worn and is great for every day, delivered in a beautiful black box. Rock', 2030.64, NULL, NULL, 2118.95, '2010 Chanel Necklace Chocker XL Chain and CC Golden Black-28330.jpeg', '2010 Chanel Necklace Chocker XL Chain and CC Golden Black-65779.jpeg', '2010 Chanel Necklace Chocker XL Chain and CC Golden Black-45398.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-13 02:41:10', '2024-02-13 02:41:10'),
(4624, 'Little Sucker', 'OH3E2Kcam', 5, 'Hello Cake Little Sucker, Pulsating Rechargeable Intimate Suction Vibrator', 21.99, NULL, NULL, 31.48, 'Little Sucker-57520.jpeg', 'Little Sucker-46055.jpeg', 'Little Sucker-99910.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-13 02:42:11', '2024-02-13 02:42:11'),
(4625, 'Metal bunk beds On Promotion* Bunk bed 1 Plz *offer*', 'shaNPYop7', 15, 'Metal bunk beds On Promotion* Bunk bed 1 Plz *offer*', 120.00, NULL, NULL, 130.00, 'Metal bunk beds On Promotion* Bunk bed 1 Plz *offer*-33949.jpeg', 'Metal bunk beds On Promotion* Bunk bed 1 Plz *offer*-45089.jpeg', 'Metal bunk beds On Promotion* Bunk bed 1 Plz *offer*-29131.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-13 02:42:17', '2024-02-13 02:42:17'),
(4626, '10.54 Carat Graduated Diamond Tennis Necklace 14k White Gold by Gem Jewelers Co', 'rd0WRCMaP', 16, 'Expertly crafted from premium quality diamonds, this necklace boasts a stunning graduated elegant, sophisticated, and classic design. Each diamond in this tennis necklace has been carefully selected for its brilliance and clarity, ensuring it sparkles beautifully in any lighting. The graduated design features larger diamonds at the center of the necklace that gradually decreases in size towards the ends, creating a visually stunning effect that is sure to turn heads.  All Our Tennis Necklaces are made in Los Angeles Using the Highest-Quality Gold and Diamonds.  Every Item is Certified and Appraised by the DIA.  Material: 14K White Gold Diamonds: Round Cut, Prong Set (4 Prong) *These are 100% Naturally Earth Mined Diamonds. Color: G Clarity: VS2 Chain Size: 16 Inches', 13800.00, NULL, NULL, 14250.99, '10.54 Carat Graduated Diamond Tennis Necklace 14k White Gold by Gem Jewelers Co-80610.jpeg', '10.54 Carat Graduated Diamond Tennis Necklace 14k White Gold by Gem Jewelers Co-77440.jpeg', '10.54 Carat Graduated Diamond Tennis Necklace 14k White Gold by Gem Jewelers Co-20272.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-13 02:45:15', '2024-02-13 02:45:15'),
(4627, 'Ergonomic Executive Office Chair with Lumbar Massage', 'K8g1I2YTw', 15, 'Ergonomic Executive Office Chair with Lumbar Massage', 134.99, NULL, NULL, 144.99, 'Ergonomic Executive Office Chair with Lumbar Massage-48415.jpeg', 'Ergonomic Executive Office Chair with Lumbar Massage-15529.jpeg', 'Ergonomic Executive Office Chair with Lumbar Massage-65851.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-13 02:47:18', '2024-02-13 02:47:18'),
(4628, 'Multi-Vibe Dildo', 'kUKDQOWl3', 5, 'plusOne Luxe Ripple Multi-Vibe Dildo, 10 Vibration Settings, Waterproof, Premium Silicone, Strong Suction Base', 30.99, NULL, NULL, 44.98, 'Multi-Vibe Dildo-29684.jpeg', 'Multi-Vibe Dildo-17523.jpeg', 'Multi-Vibe Dildo-62672.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-13 02:49:30', '2024-02-13 02:49:30'),
(4629, 'French Antique 18K Pearl Button Cuff Bangle Bracelet - Auguste Lahaye', 'fKz0trhDR', 16, 'A fanciful lace and natural pearl button cuff bangle by Auguste Lahaye (workshop later purchased by the esteemed French jeweler Rene Boivin). Masterfully hand fabricated in contrasting rose and yellow 18k gold with a delightful patina. The entire bangle has been pierced and hand chased giving it a beautiful multidimensional look. One of the finest bangles I\'ve seen. c1870    Measurements: 3/4\" wide, 6 1/2\" interior circumference  Pearl: 6.2 mm  Weight: 29.4 grams  About: Lahaye. Batteur d\'or, 11 passage Pecquay, Paris. (René BOIVIN succ. LAHAYE in 1898). Diamond punch: two stars, one at the top, one at the bottom, LAHAYE.   In 1898, he left this address and the lease was transferred to the goldsmith Léon Lambert and the fund was taken over by René Boivin who settled 38 Rue de Turbigo. Specialty of brooches and bracelets.', 7600.00, NULL, NULL, 7850.00, 'French Antique 18K Pearl Button Cuff Bangle Bracelet - Auguste Lahaye-62530.jpeg', 'French Antique 18K Pearl Button Cuff Bangle Bracelet - Auguste Lahaye-94829.jpeg', 'French Antique 18K Pearl Button Cuff Bangle Bracelet - Auguste Lahaye-50789.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-13 02:49:45', '2024-02-13 02:49:45'),
(4630, 'L Desk Station Or Work Table Fenix', 'x3ktbBJ8y', 15, 'L Desk Station Or Work Table Fenix', 100.00, NULL, NULL, 115.00, 'L Desk Station Or Work Table Fenix-51185.jpeg', 'L Desk Station Or Work Table Fenix-92471.jpeg', 'L Desk Station Or Work Table Fenix-77892.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-13 02:51:06', '2024-02-13 02:51:06'),
(4631, 'Stimulator for Women or Couple Pleasure', 'vM0Ocjvin', 5, 'Vibrators and Adult Sex Toys for Women - Anal Butt Plug with Remote Control Waterproof G Spot Rose Sex Stimulator for Women or Couple Pleasure (Blue Purple)', 19.99, NULL, NULL, 59.99, 'Stimulator for Women or Couple Pleasure-11362.jpeg', 'Stimulator for Women or Couple Pleasure-22742.jpeg', 'Stimulator for Women or Couple Pleasure-65675.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-13 02:53:25', '2024-02-13 02:53:25'),
(4632, 'Cartier Santos Large Steel Yellow Gold Mens Watch W2SA0009 Unworn', 'hz7MDG4VE', 16, 'Cartier Santos Large Steel Yellow Gold Mens Watch W2SA0009 Unworn. Automatic self-winding movement. Stainless steel case 39.8 x 47.5mm. Steel octagonal crown set with blue faceted spinel. 18k yellow gold bezel punctuated with 8 signature screws. Scratch resistant sapphire crystal. Silvered dial with black Roman numerals. Blued steel sword-shaped hands. Date window at 6 o\'clock. Secret Cartier signature at VII. Stainless steel and 18k yellow gold bracelet punctuated with signature screws. Push button double deployant clasp. Fits up to 7.5\'\' wrist. Never been worn.', 11061.00, NULL, NULL, 11400.99, 'Cartier Santos Large Steel Yellow Gold Mens Watch W2SA0009 Unworn-46351.jpeg', 'Cartier Santos Large Steel Yellow Gold Mens Watch W2SA0009 Unworn-72235.jpeg', 'Cartier Santos Large Steel Yellow Gold Mens Watch W2SA0009 Unworn-36382.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-13 02:53:26', '2024-02-13 02:53:26'),
(4633, 'Lara Blue Sofa Bed', 'Lmu5asaKY', 15, 'Lara Blue Sofa Bed', 400.00, NULL, NULL, 455.00, 'Lara Blue Sofa Bed-59205.jpeg', 'Lara Blue Sofa Bed-13163.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-13 02:54:54', '2024-02-13 02:54:54'),
(4634, 'Rolex Oyster Perpetual 41mm Celebration Dial 124300', 'MX2D7B5DU', 16, 'A 41mm Oyster Perpetual from Rolex in Oystersteel. Featuring the Celebration motif dial which has various-sized bubbles in candy pink, yellow, coral red and green against a turquoise blue background which is a reminder of the coloured dials introduced in 2020.  The Oyster bracelet comes with a folding Oysterclasp which is equipped with the 5mm comfort extension link. Fitted with a scratch-resistant sapphire crystal and a self-winding automatic movement.  Unworn, the watch comes complete with a Rolex box, both Rolex swing tags and new style warranty card dated January 2024, ensuring the watch is covered by Rolex until January 2029.  Do note, the photos displayed are of the watch itself with the watch having factory stickers still attached on the case back and inside of the clasp.', 25054.24, NULL, NULL, 27000.95, 'Rolex Oyster Perpetual 41mm Celebration Dial 124300-74282.jpeg', 'Rolex Oyster Perpetual 41mm Celebration Dial 124300-17510.jpeg', 'Rolex Oyster Perpetual 41mm Celebration Dial 124300-15194.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-13 02:57:08', '2024-02-13 02:57:08'),
(4635, 'Reading Desk Lamps', 'dRqjg77tI', 5, '【10 Brightness Eye-Caring & 3 Color Temperature】Long arm lamp provides Dimming Design (from 3200K to 6500K). Its light is very uniform, can prevent blue light damage to the eyes. This lamp is suitable for all ages, no matter the children or grandparents, easily protect your family\'s eyes.\r\n【Memory Function & Many Scenes】The LED desk lamp has memory function, it will restore your last setting when you use next time. Suitable for office, workbench, reading room, painting, study, bedside table lighting, nail salon.\r\n【Foldable Lamp Arm & Clamp Design】Space-Saving with a versatile three-axis design, provide more larger lighting area. Allows you to fix it in different directions. Easy to install. Extra wide metal clamp comes with silicone pads, supports up to 2 inches table top.\r\n【LED Light Bead & USB Powered】With 80 LED Light Beads ,USB powered is easy to fit any available USB port to power the lamp Adapter include. LED is a green light source, cold light source that has low heat and can be touched safely. The voltage of the included adapter is 5V/2A. The length of the power cord is 59 inch.\r\n【What will you get】 1x swing arm folding desk lamp (Material: Aluminum Alloy), 1x Metal Clamp, 1x FCC Power Adapter(5V/2A), 1x table lampstand,1x User Manual.', 17.99, NULL, NULL, 24.99, 'Reading Desk Lamps-11369.jpeg', 'Reading Desk Lamps-95393.jpeg', 'Reading Desk Lamps-34715.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-13 02:58:23', '2024-02-13 02:58:23'),
(4636, 'Dental Kit Dental Oral Hygiene Cleaning Dentist 9 Pza', '7ZOdjIZdx', 15, 'Dental Kit Dental Oral Hygiene Cleaning Dentist 9 Pza', 20.99, NULL, NULL, 29.99, 'Dental Kit Dental Oral Hygiene Cleaning Dentist 9 Pza-61804.jpeg', 'Dental Kit Dental Oral Hygiene Cleaning Dentist 9 Pza-56258.jpeg', 'Dental Kit Dental Oral Hygiene Cleaning Dentist 9 Pza-72677.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-13 03:02:16', '2024-02-13 03:02:16'),
(4637, 'Lumenology Portable LED Motion Sensor Light Provides', 'P4RPoeRhn', 5, 'The innovative and portable motion light provides a mighty 148 Lumens from a single LED that can be used virtually anywhere! The flexible tripod base allows for quick, easy, and versatile installation on any floor/ground or wrap around any post, fence, deck, beam, porch, car hood, closet, cabinet, etc. Remove the flexible tripod and use the magnets for attachment to any magnetic surface or use included magnetic plate to attach on any non-magnetic surface. Water resistant for outdoor use, even in the elements. Utilizes MotionSense Technology, boasting a 13ft detectable range and 100-degree field-of-view, which will detect motion in a dark environment with a 30-second auto shut-off. Switch to on and override the auto shut-off to use where additional light is needed during a party, repair or DIY home improvement project. Will activate 1,000 times before new batteries are needed! Requires (3) AA batteries – not included.', 21.99, NULL, NULL, 39.99, 'Lumenology Portable LED Motion Sensor Light Provides-18452.jpeg', 'Lumenology Portable LED Motion Sensor Light Provides-72004.jpeg', 'Lumenology Portable LED Motion Sensor Light Provides-23331.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-13 03:02:52', '2024-02-13 03:02:52'),
(4638, 'Astronomical Telescience Telescope for Children', 'Wm9XKTcq6', 15, 'Astronomical Telescience Telescope for Children', 75.88, NULL, NULL, 85.88, 'Astronomical Telescience Telescope for Children-81404.jpeg', 'Astronomical Telescience Telescope for Children-69373.jpeg', 'Astronomical Telescience Telescope for Children-58965.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-13 03:06:37', '2024-02-13 03:06:37'),
(4639, 'Double Swing Arm Bright LED Desk Light', 'TnjhmagnV', 5, 'Eye Relief LED Lights: Our desk lamp features 76 energy-saving lamp beads with a CRI(Ra)>80%, the light is soft, uniform, and flicker-free, effectively reducing eye fatigue caused by long periods of work or study. Our LED desk lamp comes with a reading mode, which has a fixed warm light of 4000K. You can easily switch to the reading mode without wasting time adjusting the lighting mode, and then start enjoying your reading time.\r\nDouble-Headed Design: ABS base, aluminum alloy pole, flexible design. The swing arm of the dual lights can be expanded horizontally up to 180° or folded vertically up to 180°, and the base can be rotated up to 270°. Multi-angle adjustment and foldable design provide you with more lighting ranges and angles.\r\n50 Adjustable Lighting Possibilities: Easily controlled by sensitive touch buttons, 5 color temperature modes (3000K - 6000K), each color has 10 brightness levels, allowing you to choose a comfortable mode for crafting, drafting, drawing, and studying. Our desktop lamp supports a power-on memory function, which can maintain your last lighting mode and help you remember the light color and brightness, making it easy for you to keep your lighting habits.\r\nAuto-Off Timer & Dual USB Charging Port: (AC ADAPTER NOT INCLUDED) Any USB outlet (DC5V 2A or more) can charge this task lamp whether it is a computer host, laptop, USB charger, or power bank. With a dual USB port, you can charge your phone and iPad at the same time, as long as the lamp is in the power-on condition. There is also a 45-minute Auto-off timer function, so you don\'t have to worry about falling asleep when reading books at night.\r\nEnergy-Saving & Long Lifespan: Never Need to Replace a Bulb. With the integrated long-lasting power of the LED, it uses 80% less energy than other bulbs. This energy-saving study light can illuminate for 50,000 hours. We export products with 100% quality inspection, all customers enjoy a 3-month exchange or return policy with no conditions and a 2-year after-sales service.', 25.05, NULL, NULL, 39.98, 'Double Swing Arm Bright LED Desk Light-16497.jpeg', 'Double Swing Arm Bright LED Desk Light-29340.jpeg', 'Double Swing Arm Bright LED Desk Light-28524.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-13 03:07:45', '2024-02-13 03:07:45'),
(4640, 'Orich Lyre 29 Keys Strap and Sticks Package', '7fkWbvDZM', 15, 'Orich Lyre 29 Keys Strap and Sticks Package', 7.00, NULL, NULL, 9.00, 'Orich Lyre 29 Keys Strap and Sticks Package-83524.jpeg', 'Orich Lyre 29 Keys Strap and Sticks Package-88000.jpeg', 'Orich Lyre 29 Keys Strap and Sticks Package-61593.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-13 03:10:26', '2024-02-13 03:10:26');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4641, 'EpiPhone Socal 50 Marshall Fender Gibson Ibanez Amplifier', 'veLK3Js0y', 15, 'EpiPhone Socal 50 Marshall Fender Gibson Ibanez Amplifier', 9.00, NULL, NULL, 10.00, 'EpiPhone Socal 50 Marshall Fender Gibson Ibanez Amplifier-39402.jpeg', 'EpiPhone Socal 50 Marshall Fender Gibson Ibanez Amplifier-26137.jpeg', 'EpiPhone Socal 50 Marshall Fender Gibson Ibanez Amplifier-10821.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-13 03:14:36', '2024-02-13 03:14:36'),
(4642, 'Volcano Night Light', 'CfM0TFgpU', 5, '🌋【Vivid Volcano Lamp】The cool lamps is designed to imitate the effect of volcanic eruption, and the small balls in the aquarium cycle keeps upwelling and falling, you will sigh its wonder and excitement! The volcanic eruption upwelling from this LED night light becomes your focus point, allowing your messy thoughts due to work or study to be quickly smoothed, and you can get a moment of inner peace and relaxation.\r\n🔔【Relax Mood Lamps】The soft red light of the cool lamps and the continuously upwelling red beads vividly depict the scene of the volcanic eruption. Even at night, the soft light will not make people feel dazzling. This bedroom lamps can be used as a sleep lamp, giving you a very relaxing feeling to accompany you to sleep peacefully.\r\n🎊【Novelty Decoration Lamp】Put this volcano lamp on the desktop and you will have a miniature volcano landscape lamp! You can enjoy its uninterrupted dazzling molten display, have a comfortable visual experience, can be placed in the office or home as a decorative.\r\n💡【Easy Operation】Just 4 simple steps to experience the magical sight of volcanic eruption. Add water to the water tank - Put in red beads - Add 3-5ml of dish soap to the tank - Connect the power and turn on the switch. Note: This night light can be powered by battery or connected to the power supply with a USB cable, please do not use both at the same time.\r\n🎁【Cool Gadgets For Kids】A unique gift for boys or girls who love to explore nature and are interested in natural phenomena. If you have any questions or dissatisfaction with our night lamp, please feel free to contact us and we will give you a satisfactory solution within 24 hours.', 25.05, NULL, NULL, 39.98, 'Volcano Night Light-14005.jpeg', 'Volcano Night Light-56901.jpeg', NULL, 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-13 03:15:13', '2024-02-13 03:15:13'),
(4643, 'Accent Custom Drum Seat Package', 'NK6UBmq5A', 15, 'Accent Custom Drum Seat Package', 7.50, NULL, NULL, 9.50, 'Accent Custom Drum Seat Package-22266.jpeg', 'Accent Custom Drum Seat Package-40318.jpeg', 'Accent Custom Drum Seat Package-70017.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-13 03:19:08', '2024-02-13 03:19:08'),
(4644, 'Northern Galaxy Light Aurora Projector with 33 Light Effects, Night Lights LED Star Projector for Bedroom Nebula Lamp, Remote Control, White Noises, Bluetooth Speaker for Parties', 'HPkrD1NbJ', 5, 'Upgraded 3-in-1 Galaxy Projector. Watch the splendid aurora views without chasing around or hiking far away, turning your home into a mini planetarium. Place yourself in a peaceful environment with natural white noises echoing in your ears, relaxing your mind and body. Play your favorite music or white noises when using the built-in Bluetooth speaker.\r\nRomantic Galaxy Aurora Projector. Based on four colors(red/green/blue/white), the star projector boasts the dual-projection lens to create 33 light effects with 3 modes and 16 northern light effects available, moving the starry sky and galaxy back home. Achieve 5-level flow speed and 5-level brightness via the included remote controller.\r\nSoothing White Noise Sleep Aid. 8 white noises vary from summer night, ocean waves, forest birds, twinkle star, rivulet, rain, lullaby, and campfire. Natural white noise sound therapy benefits your inner peace and helps fight against insomnia by taking your mind to the natural world. Also, the sounds attract the attention of crying babies to calm them down.\r\nBluetooth Speaker, Rhythm Mode. Serve as a Bluetooth speaker when paired with your Bluetooth-enabled devices to play music. Utilized voice-control technology, the galaxy light projector has a sound-activated rhythm mode, when the star and aurora dance following the beat of the music, perfect for parties to enhance the atmosphere and experience. \r\nPerfect Gift Idea, Great Home Decor. Our unique elephant-shaped galaxy light has a decent appearance and incredible effects, ideal for infants, kids, adults, and elders. We value our customers by making efforts to ensure quality, safety, and service. All the star lights for bedroom have FCC, RoHS, and CE certificates. If there is any problem, please contact us anytime, and we will offer you a satisfactory solution.', 24.99, NULL, NULL, 39.99, 'Northern Galaxy Light Aurora Projector with 33 Light Effects, Night Lights LED Star Projector for Bedroom Nebula Lamp, Remote Control, White Noises, Bluetooth Speaker for Parties-95885.jpeg', 'Northern Galaxy Light Aurora Projector with 33 Light Effects, Night Lights LED Star Projector for Bedroom Nebula Lamp, Remote Control, White Noises, Bluetooth Speaker for Parties-33490.jpeg', 'Northern Galaxy Light Aurora Projector with 33 Light Effects, Night Lights LED Star Projector for Bedroom Nebula Lamp, Remote Control, White Noises, Bluetooth Speaker for Parties-97713.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-13 03:19:19', '2024-02-13 03:19:19'),
(4645, 'Electronic Digital Thermometer Barbecue Food Kitchen Tp101', '71XHLWgpN', 15, 'Electronic Digital Thermometer Barbecue Food Kitchen Tp101', 6.99, NULL, NULL, 7.99, 'Electronic Digital Thermometer Barbecue Food Kitchen Tp101-52631.jpeg', 'Electronic Digital Thermometer Barbecue Food Kitchen Tp101-69576.jpeg', 'Electronic Digital Thermometer Barbecue Food Kitchen Tp101-11868.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-13 03:22:59', '2024-02-13 03:22:59'),
(4646, 'Floating Cloud Lamp Magnetic Levitating Lamp Cloud Night Light Table Lamp 360 Degree Wireless Automatic Rotating with 3 Modes Lighting for Office Bedroom Home Decor', 'yAxJAf6KX', 5, 'Unleash the magic of light and levitation!\r\n\r\nWhether you\'re looking for a soothing ambiance for your nursery, bedroom, a touch of whimsy for your home and living room, or a magical atmosphere for your den or office, our floating cloud lamps are perfect for you.', 40.99, NULL, NULL, 76.89, 'Floating Cloud Lamp Magnetic Levitating Lamp Cloud Night Light Table Lamp 360 Degree Wireless Automatic Rotating with 3 Modes Lighting for Office Bedroom Home Decor-55334.jpeg', 'Floating Cloud Lamp Magnetic Levitating Lamp Cloud Night Light Table Lamp 360 Degree Wireless Automatic Rotating with 3 Modes Lighting for Office Bedroom Home Decor-94487.jpeg', 'Floating Cloud Lamp Magnetic Levitating Lamp Cloud Night Light Table Lamp 360 Degree Wireless Automatic Rotating with 3 Modes Lighting for Office Bedroom Home Decor-17432.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-13 03:23:13', '2024-02-13 03:23:13'),
(4647, 'Levitating Moon Lamp, Magnetic Floating Moon Lamp Spinning Luna Night Light with 3 Color Modes, for Home Office Desk Decor, Bedroom Unique Lamps, Cool Tech Gadgets Gift for Women Kids', 'WFRxiZb6K', 5, '★Levitates and rotated silently：The latest magnetic levitation technology enables the Ruixinda magnetic spinning moon lamp to rotate smoothly during suspension in the air like the moon to emit light quietly without any support or contact .\r\n★Minimalist and natural design: The Ruixinda levitating luna lamps have exquisite 3D printed high-simulation moon design has a realistic surface texture, as if the moon was taken from the sky and brought home.\r\n★Comfortable three-color light : The luna lamp emits three soft lighting effects of warmth yellow, cool white and light yellow .Like that moon light for a steady sleep or give you a calm and lightness relaxing reading working atmosphere.\r\n★Wirless Power Transmission: The levitating moon light is powered through electromagnetic induction, does not require cables or built-in batteries, and has a long service life.Extremely low power consumption compared with traditional lamp lights .\r\n★Unique and thoughtful gifts:The magnetic levitating luna accompany you as a member of the solar system if you are interested in the universe and astronantics . The floating moon lamp is also the most unique decoration for your offices,living rooms and bedrooms.', 80.99, NULL, NULL, 105.99, 'Levitating Moon Lamp, Magnetic Floating Moon Lamp Spinning Luna Night Light with 3 Color Modes, for Home Office Desk Decor, Bedroom Unique Lamps, Cool Tech Gadgets Gift for Women Kids-97464.jpeg', 'Levitating Moon Lamp, Magnetic Floating Moon Lamp Spinning Luna Night Light with 3 Color Modes, for Home Office Desk Decor, Bedroom Unique Lamps, Cool Tech Gadgets Gift for Women Kids-74716.jpeg', 'Levitating Moon Lamp, Magnetic Floating Moon Lamp Spinning Luna Night Light with 3 Color Modes, for Home Office Desk Decor, Bedroom Unique Lamps, Cool Tech Gadgets Gift for Women Kids-90102.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-13 03:26:41', '2024-02-13 03:26:41'),
(4648, 'Waterproof Loudspeaker Speaker', 'bML3HpPcp', 15, 'Waterproof Loudspeaker Speaker', 40.00, NULL, NULL, 50.00, 'Waterproof Loudspeaker Speaker-53426.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-13 03:26:55', '2024-02-13 03:26:55'),
(4649, 'Electronic Scale 60 Kg / 132 Pounds Jontex', 'Pq78xNk3O', 15, 'Electronic Scale 60 Kg / 132 Pounds Jontex', 30.99, NULL, NULL, 39.99, 'Electronic Scale 60 Kg / 132 Pounds Jontex-40035.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-13 03:31:17', '2024-02-13 03:31:17'),
(4650, 'Ozone Treat Disinfect Black Waste Sewage', '2qRKJYMdJ', 15, 'Ozone Treat Disinfect Black Waste Sewage', 500.34, NULL, NULL, 554.38, 'Ozone Treat Disinfect Black Waste Sewage-17284.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-13 03:35:17', '2024-02-13 03:35:17'),
(4652, 'Indurama Turin Sapphire Gas Cooker 5 Burners', 'YuSnf0Rwm', 15, 'Indurama Turin Sapphire Gas Cooker 5 Burners', 400.00, NULL, NULL, 469.00, 'Indurama Turin Sapphire Gas Cooker 5 Burners-30082.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-13 03:40:35', '2024-02-13 03:40:35'),
(4653, '2 Can Industrial Oven', 'TU4cFvrgE', 15, '2 Can Industrial Oven', 130.00, NULL, NULL, 150.00, '2 Can Industrial Oven-50945.jpeg', '2 Can Industrial Oven-51045.jpeg', '2 Can Industrial Oven-68491.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 03:47:58', '2024-02-13 03:47:58'),
(4654, 'Scale 150 Kg Electronic Platform Bp', 'gZOtV9TKI', 15, 'Automatic Professional Industrial Coffee Maker Latte Cappuccino', 950.00, NULL, NULL, 1290.00, 'Scale 150 Kg Electronic Platform Bp-36556.jpeg', 'Scale 150 Kg Electronic Platform Bp-37223.jpeg', 'Scale 150 Kg Electronic Platform Bp-92909.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 03:53:04', '2024-02-13 03:53:04'),
(4655, 'Ingco Yellow Industrial Inverter Technology Welding Machine', 'ivI3eLTHd', 15, 'Ingco Yellow Industrial Inverter Technology Welding Machine', 100.99, NULL, NULL, 121.99, 'Ingco Yellow Industrial Inverter Technology Welding Machine-88597.jpeg', 'Ingco Yellow Industrial Inverter Technology Welding Machine-18682.jpeg', 'Ingco Yellow Industrial Inverter Technology Welding Machine-93652.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 03:57:17', '2024-02-13 03:57:17'),
(4656, 'Solar Energy Kit Panel 50w Battery Regulator and Inverter', 'RuTezU6KM', 15, 'Solar Energy Kit Panel 50w Battery Regulator and Inverter', 230.00, NULL, NULL, 254.00, 'Solar Energy Kit Panel 50w Battery Regulator and Inverter-13731.jpeg', 'Solar Energy Kit Panel 50w Battery Regulator and Inverter-75964.jpeg', 'Solar Energy Kit Panel 50w Battery Regulator and Inverter-66222.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-13 04:01:26', '2024-02-13 04:01:26'),
(4659, '6 Slots Watch Box Watch Accessories Watch Display Case Storage Box Holder PU Leathe Watches Organizer Storage Box Jewelry Box', 'SaNGcbe5P', 12, '6 Slots Watch Box Watch Accessories Watch Display Case Storage Box Holder PU Leathe Watches Organizer Storage Box Jewelry Box', 9.69, NULL, NULL, 41.68, '6 Slots Watch Box Watch Accessories Watch Display Case Storage Box Holder PU Leathe Watches Organizer Storage Box Jewelry Box-49401.webp', '6 Slots Watch Box Watch Accessories Watch Display Case Storage Box Holder PU Leathe Watches Organizer Storage Box Jewelry Box-71832.webp', '6 Slots Watch Box Watch Accessories Watch Display Case Storage Box Holder PU Leathe Watches Organizer Storage Box Jewelry Box-61505.webp', 'Accessories', 4.0, NULL, 1, '2024-02-18 23:21:28', '2024-02-18 23:21:28'),
(4660, 'Edwardian Sapphire & Diamond Bangle Circa 1910', 'zJNsDCpMF', 14, 'Edwardian sapphire and diamond-hinged bangle featuring beautiful gallery work and a safety chain.  Gemstone: Nine Oval-cut sapphires, grading from (4.85 x 3.9mm to 7.3 x 5.7mm), fine strong dark blue material, estimated total weight 7.50ct Diamond: Sixteen old-mine cut, estimated total weight 0.32ct Metal: 15k Yellow Gold (stamped and XRF tested) Weight: 15.64 grams Measurements: 52mm inside diameter, 9mm wide (top view) Era: Edwardian Circa 1900-10  The Edwardian jewellery period was a wonderfully extravagant time during the reign of King Edward VII. It was a time of great opulence, where the wealthy upper class enjoyed extravagant, detailed jewelled creations.', 17975.00, NULL, NULL, 18000.99, 'Edwardian Sapphire & Diamond Bangle Circa 1910-40876.jpeg', 'Edwardian Sapphire & Diamond Bangle Circa 1910-51988.jpeg', 'Edwardian Sapphire & Diamond Bangle Circa 1910-49027.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-18 23:29:44', '2024-02-18 23:29:44'),
(4661, 'Mixed Fruits & Berries', 'HBofguCeR', 12, '60-Count 0.8-Oz Welch\'s Fruit Snacks Pouches (Mixed Fruits & Berries \'N Cherries)', 12.89, NULL, NULL, 15.99, 'Mixed Fruits & Berries-55558.jpeg', 'Mixed Fruits & Berries-29711.jpeg', 'Mixed Fruits & Berries-36434.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-18 23:30:26', '2024-02-18 23:30:26'),
(4662, 'Spin Mop & Bucket System', 'EwkKhLCCX', 12, 'O-Cedar EasyWring Microfiber Spin Mop & Bucket System (Red/Gray)', 28.79, NULL, NULL, 39.99, 'Spin Mop & Bucket System-84724.jpeg', 'Spin Mop & Bucket System-86274.jpeg', 'Spin Mop & Bucket System-64598.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-18 23:35:28', '2024-02-18 23:35:28'),
(4663, 'Slot PU Leather Watch Box Display Case Jewelry Organizer with Glass Top', '8l0kX8GNc', 12, 'This watch box is made of superior PU leather, comfortable touch feeling, easy to clean and maintain. The pillows are soft and removable, can protect your watches against scratches and friction.', 8.53, NULL, NULL, 38.40, 'Slot PU Leather Watch Box Display Case Jewelry Organizer with Glass Top-28420.webp', 'Slot PU Leather Watch Box Display Case Jewelry Organizer with Glass Top-85062.webp', 'Slot PU Leather Watch Box Display Case Jewelry Organizer with Glass Top-89487.webp', 'Accessories', 4.5, NULL, 1, '2024-02-18 23:35:39', '2024-02-18 23:35:39'),
(4664, 'Dole Fruit Bowls', 'Uwpvbqota', 12, '24-Pack 4-Oz Dole Fruit Bowls (Mandarin Oranges or Diced Pears)', 10.61, NULL, NULL, 17.28, 'Dole Fruit Bowls-10863.jpeg', 'Dole Fruit Bowls-78536.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-18 23:40:25', '2024-02-18 23:40:25'),
(4665, 'VANSOHO 2024 New Style New Creative Environmentally Friendly Bamboo 3 6 10 12 Watch Storage Case Box Chinese Style Watch Box', 'goEcCo07L', 12, 'VANSOHO 2024 New Style New Creative Environmentally Friendly Bamboo 3 6 10 12 Watch Storage Case Box Chinese Style Watch Box', 8.02, NULL, NULL, 27.71, 'VANSOHO 2024 New Style New Creative Environmentally Friendly Bamboo 3 6 10 12 Watch Storage Case Box Chinese Style Watch Box-89975.webp', 'VANSOHO 2024 New Style New Creative Environmentally Friendly Bamboo 3 6 10 12 Watch Storage Case Box Chinese Style Watch Box-40990.webp', 'VANSOHO 2024 New Style New Creative Environmentally Friendly Bamboo 3 6 10 12 Watch Storage Case Box Chinese Style Watch Box-48240.webp', 'Accessories', 4.5, NULL, 1, '2024-02-18 23:47:02', '2024-02-18 23:47:02'),
(4666, 'Vhernier \"Sorpresa\" Turquoise and Gold Bracelet', 's3gmaeJ5P', 14, 'Circa 2000s, 18k, by Vhernier, Milan, Italy. The stylish contemporary narrative of this 18k gold bracelet stars gorgeous turquoise in a sleek postmodern sculpture to gold. This show stopper has a smart tailored look underscored by meticulous hand fabrication. This particular bracelet is the most robust version of this extensive style set. Excellent condition.  Remark: “Launched in 1984, Vhernier creates unconventional modern icons rooted in Italy\'s strong artisan tradition.”  SIZE: Fits average wrist   WEIGHT: 140.3 grams  STONES: Turquoise  HALLMARKS: Vhernier, 750 for 18k, 18, and Italian registration number  STOCK NUMBER: 25402  Jewelry acquired from this dealer must delight you. Purchases may be returned for any reason for a period of 7 days.', 21000.00, NULL, NULL, 23750.05, 'Vhernier \"Sorpresa\" Turquoise and Gold Bracelet-85174.jpeg', 'Vhernier \"Sorpresa\" Turquoise and Gold Bracelet-45720.jpeg', NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-18 23:49:06', '2024-02-18 23:49:06'),
(4667, 'Purely Elizabeth', 'OZymm7way', 12, '3-Pack 12-Oz Purely Elizabeth Gluten-Free Organic Grain Granola (Blueberry Hemp)', 12.65, NULL, NULL, 22.49, 'Purely Elizabeth-92032.jpeg', 'Purely Elizabeth-67069.jpeg', 'Purely Elizabeth-45276.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-18 23:50:08', '2024-02-18 23:50:08'),
(4668, 'Cute Dinosaur Baby Bucket Hat Summer Newborn Baseball Cap Outdoor Beach Kids Baby Boy Girl Cartoon Bear Sun Hats Bonnet', 'EtWWIOQ6g', 12, 'material:Cotton,Polyester%0AColor%3AAs%20image%20shown%0ASize%3A%20Head%20circumference%2048-50cm,Suitable%20age%3A%206-36Months%0APackage%20Includes%3A%201Pcs%20Baby%20Cap%0A%20%0ANotice%3A%0A*Please%20allow%201-2cm%20error%20due%20to%20manual%20measurement.%0A*The%20colors%20may%20have%20different%20as%20the%20difference%20display,please%20understand.%0A%0A', 1.44, NULL, NULL, 2.64, 'Cute Dinosaur Baby Bucket Hat Summer Newborn Baseball Cap Outdoor Beach Kids Baby Boy Girl Cartoon Bear Sun Hats Bonnet-76019.jpeg', 'Cute Dinosaur Baby Bucket Hat Summer Newborn Baseball Cap Outdoor Beach Kids Baby Boy Girl Cartoon Bear Sun Hats Bonnet-32736.jpeg', 'Cute Dinosaur Baby Bucket Hat Summer Newborn Baseball Cap Outdoor Beach Kids Baby Boy Girl Cartoon Bear Sun Hats Bonnet-57974.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-18 23:52:01', '2024-02-18 23:52:01'),
(4669, '18 Carat Gold and Turquoise Mauboussin Bracelet', 'iMJpCFvRG', 14, 'An 18 carat yellow gold bracelet with hourglass shaped links with in between every two links a cabochon cut turquoise in a tiny four claw mounting, signed: Mauboussin Paris, circa 1960.  weight: 41.71 grams  length: 18 cm well fitted for a wrist size 15 - 17.75 mm width: 11.5 mm', 7694.71, NULL, NULL, 7899.99, '18 Carat Gold and Turquoise Mauboussin Bracelet-14864.jpeg', '18 Carat Gold and Turquoise Mauboussin Bracelet-83052.jpeg', '18 Carat Gold and Turquoise Mauboussin Bracelet-23782.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-18 23:53:37', '2024-02-18 23:53:37'),
(4670, 'IBBETON 3-Slot Watch Roll Travel Case Portable Vintage Leather Watch Display Case Watch Storage Box Watch Organizers of Men Gift', '1pXw5UYLH', 12, 'IBBETON 3-Slot Watch Roll Travel Case Portable Vintage Leather Watch Display Case Watch Storage Box Watch Organizers of Men Gift', 5.77, NULL, NULL, 22.25, 'IBBETON 3-Slot Watch Roll Travel Case Portable Vintage Leather Watch Display Case Watch Storage Box Watch Organizers of Men Gift-23469.webp', 'IBBETON 3-Slot Watch Roll Travel Case Portable Vintage Leather Watch Display Case Watch Storage Box Watch Organizers of Men Gift-78262.webp', 'IBBETON 3-Slot Watch Roll Travel Case Portable Vintage Leather Watch Display Case Watch Storage Box Watch Organizers of Men Gift-75135.webp', 'Accessories', 5.0, NULL, 1, '2024-02-18 23:54:18', '2024-02-18 23:54:18'),
(4671, 'Cup Cupcake Pan', 'kwixiv0BK', 12, 'Wilton Perfect Results Premium Non-Stick Steel 12 Cup Cupcake Pan/Muffin Tin', 8.99, NULL, NULL, 13.29, 'Cup Cupcake Pan-72501.jpeg', 'Cup Cupcake Pan-60630.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-02-18 23:54:19', '2024-02-18 23:54:19'),
(4672, 'Leather Watch Box Organizer for Men Travel Storage Bag Luxury Retro Oil Wax Skin Roll Up Package Case for Watch Portable Display', 'CrhPxdK2M', 12, 'Leather Watch Box Organizer for Men Travel Storage Bag Luxury Retro Oil Wax Skin Roll Up Package Case for Watch Portable Display', 14.09, NULL, NULL, 37.27, 'Leather Watch Box Organizer for Men Travel Storage Bag Luxury Retro Oil Wax Skin Roll Up Package Case for Watch Portable Display-79528.webp', 'Leather Watch Box Organizer for Men Travel Storage Bag Luxury Retro Oil Wax Skin Roll Up Package Case for Watch Portable Display-41897.webp', 'Leather Watch Box Organizer for Men Travel Storage Bag Luxury Retro Oil Wax Skin Roll Up Package Case for Watch Portable Display-84090.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-18 23:57:35', '2024-02-18 23:57:35'),
(4673, 'Rolex Datejust President Yellow Gold Ladies Watch 69178', 'NlObqZZTI', 14, 'Rolex Datejust President Yellow Gold Ladies Watch 69178. Officially certified chronometer automatic self-winding movement. 18k yellow gold oyster case 26.0 mm in diameter. Rolex logo on the crown. 18k yellow gold fluted bezel. Scratch resistant sapphire crystal with cyclops magnifier. Champagne dial with raised baton hour markers. Date calendar at 3 o\'clock aperture. 18k yellow gold president bracelet with hidden clasp. Fits 6.5\" wrist. Excellent condition. Patina on dial.', 9057.73, NULL, NULL, 9800.73, 'Rolex Datejust President Yellow Gold Ladies Watch 69178-74351.jpeg', 'Rolex Datejust President Yellow Gold Ladies Watch 69178-27740.jpeg', 'Rolex Datejust President Yellow Gold Ladies Watch 69178-30270.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-18 23:58:31', '2024-02-18 23:58:31'),
(4674, 'Elinfant 5pcs Gift Set Bamboo Cotton Muslin Bib Burp Cloth 100% Cotton 60*60cm 2 Layers Baby Scarf Handkerchief', 'bepljJNe8', 12, 'Elinfant 5pcs Gift Set Bamboo Cotton Muslin Bib Burp Cloth 100% Cotton 60*60cm 2 Layers Baby Scarf Handkerchief', 5.20, NULL, NULL, 7.20, 'Elinfant 5pcs Gift Set Bamboo Cotton Muslin Bib Burp Cloth 100% Cotton 60*60cm 2 Layers Baby Scarf Handkerchief-74778.jpeg', 'Elinfant 5pcs Gift Set Bamboo Cotton Muslin Bib Burp Cloth 100% Cotton 60*60cm 2 Layers Baby Scarf Handkerchief-55160.jpeg', 'Elinfant 5pcs Gift Set Bamboo Cotton Muslin Bib Burp Cloth 100% Cotton 60*60cm 2 Layers Baby Scarf Handkerchief-40726.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-18 23:58:52', '2024-02-18 23:58:52'),
(4675, 'Kraft Deluxe Original Cheddar Macaroni & Cheese', 'W9giviAZR', 12, 'KRAFT MACARONI & CHEESE: Three 14 oz boxes of Kraft Deluxe Original Cheddar Macaroni & Cheese Dinner\r\nQUICK & EASY: Kraft Deluxe Original Cheddar Macaroni & Cheese Dinners are quick and easy to prepare\r\nICONIC CHEESINESS: Each box includes elbow macaroni noodles and our original cheddar cheese sauce made with real cheese\r\nREAL FLAVOR: Kraft Deluxe Original Mac and Cheese contains no artificial flavors, no artificial preservatives and no artificial dyes\r\nALL SMILES: Our mac and cheese is a convenient meal for both kids and adults\r\nSTOCK UP: Fill your pantry with our deliciously creamy mac and cheese boxed dinners\r\nSUBSCRIBE & SAVE: Save up to 15% with automatic deliveries of your favorite mac n cheese\r\nEach box makes about 4 servings; 12 servings total per pack\r\nKraft Deluxe Mac and Cheese has new packaging, but the same delicious taste', 5.01, NULL, NULL, 7.47, 'Kraft Deluxe Original Cheddar Macaroni & Cheese-82099.jpeg', 'Kraft Deluxe Original Cheddar Macaroni & Cheese-35550.jpeg', 'Kraft Deluxe Original Cheddar Macaroni & Cheese-29066.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-18 23:59:24', '2024-02-18 23:59:24'),
(4676, 'Trench coat', '3iV9TMPBd', 12, 'Trench Coat British Super Long Windbreaker for Men Korean Version Double Breasted Mens Jacket Coat Business Casual Techwear Coat', 48.72, NULL, NULL, 72.71, 'Trench coat-22617.webp', 'Trench coat-46160.webp', 'Trench coat-51396.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:02:39', '2024-02-19 00:02:39'),
(4677, 'Dishwashing Liquid', 'DZIqO3ZQl', 12, 'Palmolive Ultra Dishwashing Liquid Dish Soap, Oxy Power Degreaser - 32.5 Fl Oz (Pack of 4)', 13.60, NULL, NULL, 15.84, 'Dishwashing Liquid-24784.jpeg', 'Dishwashing Liquid-66825.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-19 00:05:07', '2024-02-19 00:05:07'),
(4678, 'Trench coat for women', 'sWfgyngn2', 12, 'Fashion Korean Hooded Trench Coat for Women Loose Lace up Solid Retro Lantern Sleeve Windbreaker Casual Cloak Jacket Top Lady', 11.68, NULL, NULL, 32.99, 'Trench coat for women-95071.webp', 'Trench coat for women-93038.webp', 'Trench coat for women-16638.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:07:52', '2024-02-19 00:08:42'),
(4679, '12-Pack McCormick Original Taco Seasoning Mix Packets', 'j82GDmmdP', 12, 'A zesty blend of authentic Mexican seasonings, including onions and peppers\r\nMakes family-favorite tacos that are ready in 15 minutes\r\nNo artificial flavors or MSG added', 5.98, NULL, NULL, 7.40, '12-Pack McCormick Original Taco Seasoning Mix Packets-20434.jpeg', '12-Pack McCormick Original Taco Seasoning Mix Packets-33616.jpeg', NULL, 'Groceries', 4.0, NULL, 1, '2024-02-19 00:08:57', '2024-02-19 00:08:57'),
(4680, 'Van Cleef & Arpels Limited Edition Rhodonite Alhambra Holiday Pendant VCARP7TD00', '4rjMHHR7G', 14, 'A limited edition 18k rose gold rhodonite and diamond Van Cleef & Arpels Vintage Alhambra pendant from the 2021 Holiday collection. The pendant features a beaded edge 4 leaf clover motif with a rhodonite inlay. Further complementing the inlay is a single bezel set round brilliant cut diamond, weighing approximately 0.05ct. The iconic motif measures 1.5cm in width and is suspended from an adjustable 14-16 inch chain. Finishing with a lobster clasp, the piece has a gross weight of 6.4 grams.  Comes complete with a Van Cleef & Arpels presentation box and Van Cleef & Arpels papers dated October 2021.', 9383.45, NULL, NULL, 9500.77, 'Van Cleef & Arpels Limited Edition Rhodonite Alhambra Holiday Pendant VCARP7TD00-99800.jpeg', 'Van Cleef & Arpels Limited Edition Rhodonite Alhambra Holiday Pendant VCARP7TD00-98991.jpeg', 'Van Cleef & Arpels Limited Edition Rhodonite Alhambra Holiday Pendant VCARP7TD00-95246.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-19 00:11:51', '2024-02-19 00:11:51'),
(4681, 'Baby Fitness Stand Music Play Gym Activity Toys Newborn Piano Crawling Blanket Pedal Game Pad Early Education 0-36 Months Gifts', 'K1YkSPqzQ', 12, 'you want to entertain your baby and place them in a safe space, then you need a Kick and Play Piano Tummy Time Mat. Music, colors, and comfort surround your little learner as they kick and crawl to sights and sounds.  The mat can be used at all stages of your baby’s development and even well into toddlerhood.  Introduce it to your three month old for tummy time purposes.  Place your sitting baby in it to manipulate its rings and toys.  Detach the piano to allow your toddler to make some music.\r\n\r\nBaby Gym Carpet\r\n\r\n- The crawling mat is removable and washable.\r\n- The angle of the piano can be adjusted to meet the requirements of different growth stages of the baby.\r\n- Music and lighting effects.\r\n- Contains Many unexpected MIDI music.\r\n- Multiple modes, multiple sound effects and games, etc.\r\n\r\nNOTICE\r\n\r\n1. Size may be 1-2cm error.\r\n2. Please do not use rechargeable or overpowered batteries.\r\n\r\nDESCRIPTION\r\n\r\nColor: Colorful (as shown)\r\nSize: 76 x 58 x 42 cm\r\nMaterial: Enviromental PVC Material，Non toxic and tasteless，the mat is waterproof grade material.\r\n\r\nFEATURE\r\n\r\n1.  Soft blanket and soft lighting\r\n2.  Cute bear pendant can be removed and play as baby rattle\r\n3.  Helps to stimulate baby\'s senses through sight, touch and sound.\r\n4.  The kick and play piano encourages your baby to use natural kicking motions to made delightful things happen.', 13.01, NULL, NULL, 14.01, 'Baby Fitness Stand Music Play Gym Activity Toys Newborn Piano Crawling Blanket Pedal Game Pad Early Education 0-36 Months Gifts-11206.jpeg', 'Baby Fitness Stand Music Play Gym Activity Toys Newborn Piano Crawling Blanket Pedal Game Pad Early Education 0-36 Months Gifts-63452.jpeg', 'Baby Fitness Stand Music Play Gym Activity Toys Newborn Piano Crawling Blanket Pedal Game Pad Early Education 0-36 Months Gifts-39070.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 00:13:51', '2024-02-19 00:13:51'),
(4682, 'Merino Wool Solid Cashmere Knitted Female Clothing Basic Tops', 'xXvb3XWl0', 12, 'New Chic Autumn Winter Women‘s O-neck Grace Cardigan Sweater 100% Merino Wool Solid Cashmere Knitted Female Clothing Basic Tops', 14.90, NULL, NULL, 25.58, 'Merino Wool Solid Cashmere Knitted Female Clothing Basic Tops-86734.webp', 'Merino Wool Solid Cashmere Knitted Female Clothing Basic Tops-93714.webp', 'Merino Wool Solid Cashmere Knitted Female Clothing Basic Tops-37316.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:14:01', '2024-02-19 00:14:01'),
(4683, 'Chili Peppers', '4TTtHPpDA', 12, '10-Oz TuttoCalabria Crushed Calabrian Chili Peppers', 7.99, NULL, NULL, 10.49, 'Chili Peppers-42465.jpeg', 'Chili Peppers-86842.jpeg', 'Chili Peppers-67440.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-19 00:14:25', '2024-02-19 00:14:25'),
(4684, 'Winter New Pure Cashmere Wool Cardigan Women', 'eSq26NKop', 12, 'European Autumn and Winter New Pure Cashmere Wool Cardigan Women Stand Collar Thickened Sweater Loose Knitted Undercoat Top', 35.09, NULL, NULL, 50.02, 'Winter New Pure Cashmere Wool Cardigan Women-97306.webp', 'Winter New Pure Cashmere Wool Cardigan Women-25706.webp', 'Winter New Pure Cashmere Wool Cardigan Women-99863.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:17:21', '2024-02-19 00:17:21'),
(4685, 'POWER Pods', 'xSM8QbOJi', 12, '45-Count Tide POWER Pods Laundry Detergent Pacs (various)', 15.89, NULL, NULL, 19.99, 'POWER Pods-41064.jpeg', 'POWER Pods-33675.jpeg', 'POWER Pods-91264.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-19 00:18:51', '2024-02-19 00:18:51'),
(4686, 'Tiffany & Co. Starfish Diamond Pendant Necklace Gold', '40LB6p30X', 14, NULL, 1295.11, NULL, NULL, 1400.18, 'Tiffany & Co. Starfish Diamond Pendant Necklace Gold-94906.jpeg', 'Tiffany & Co. Starfish Diamond Pendant Necklace Gold-71201.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-19 00:19:08', '2024-02-19 00:19:08'),
(4687, 'Baby Outdoor Kangaroo Carrier 3 Positions Ergonomic Outdoor Easy Thickened Comfortable', 'vJ5lgZGcC', 12, 'Baby Carrier\r\n\r\nProduct Specification:\r\nSuitable for age: 3-16 months\r\nSize: 29×18cm\r\nMaterial: polyester\r\nWeight capacity: within 15KG\r\nColour:red,sky blue,blue,purple\r\n\r\nProduct description\r\n\r\n1. Solve your hand to hold the baby and the thick arm trouble.\r\n2. Fine workmanship, designed with a safety buckle, to give the baby the most exquisite love and care\r\n3. Adjustable straps, no sense of constraint, to ensure the normal development of all parts of the baby\r\n4. Only pro-chest type, back back type, kangaroo type to back baby\r\n5. Soft and breathable, sturdy and durable.', 2.70, NULL, NULL, 2.83, 'Baby Outdoor Kangaroo Carrier 3 Positions Ergonomic Outdoor Easy Thickened Comfortable-59961.jpeg', 'Baby Outdoor Kangaroo Carrier 3 Positions Ergonomic Outdoor Easy Thickened Comfortable-13190.jpeg', 'Baby Outdoor Kangaroo Carrier 3 Positions Ergonomic Outdoor Easy Thickened Comfortable-61490.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 00:19:28', '2024-02-19 00:19:28'),
(4688, '100% Mink Cashmere Sweater Women\'s', 'YvvUXjOUO', 12, '2023 Autumn and Winter New 100% Mink Cashmere Sweater Women\'s High Lapel Knitted Pullover Large Size Loose Basics Thick Warm Top', 23.81, NULL, NULL, 51.77, '100% Mink Cashmere Sweater Women\'s-89191.webp', '100% Mink Cashmere Sweater Women\'s-65622.webp', '100% Mink Cashmere Sweater Women\'s-84367.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:21:55', '2024-02-19 00:21:55'),
(4689, 'Reese\'s Peanut Butter Eggs', 'LL390jBR6', 12, '29.4-Oz Reese\'s Peanut Butter Eggs Candy Assortment (White Creme & Milk Chocolate)', 11.98, NULL, NULL, 14.85, 'Reese\'s Peanut Butter Eggs-70647.jpeg', 'Reese\'s Peanut Butter Eggs-48884.jpeg', 'Reese\'s Peanut Butter Eggs-78907.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-19 00:23:41', '2024-02-19 00:23:41'),
(4690, 'Autumn Thin Round Neck Cashmere Sweater Loose Coat Fashion Knitted jacket', 'EqrXPhBTm', 12, '100% Wool Cardigan Women\'s long sleeve top Spring and Autumn Thin Round Neck Cashmere Sweater Loose Coat Fashion Knitted jacket', 29.88, NULL, NULL, 54.33, 'Autumn Thin Round Neck Cashmere Sweater Loose Coat Fashion Knitted jacket-46476.webp', 'Autumn Thin Round Neck Cashmere Sweater Loose Coat Fashion Knitted jacket-91916.webp', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-19 00:26:10', '2024-02-19 00:26:10'),
(4691, 'Forehead Thermometer 2-in-1 Ear, Large LED Digits，Forehead + Touchless for Babies, Toddlers, Adults.', 'NqtWvItlk', 12, 'Non-Contact Technology For Safe & Hygienic Use】 With a built-in infrared temperature sensor, the thermometer can read a person’s body temperature within 1.18 inches from the center of the forehead without physically touching the person.\r\n\r\n\r\n\r\n【High Accuracy Via Tri-Point Sensory】An ultra-sensitive infrared sensor collects more than 100 data points per second while distance and environmental sensors work together to account for other variables, ensuring maximum accuracy every time the temperature is taken.\r\n\r\n\r\n\r\n【Simple, Fast, Clear, And Quiet】 With an intuitive single-button control design, the thermometer reads and shows the temperature in just one second on its easy-to-read, extra-large LED display, even in total darkness.\r\n\r\n\r\n\r\n【A Must-have Temperature Thermometer Indoor and Outdoor】It uses infrared technology and can show readings in Celsius or Fahrenheit. Large LCD display, able to be read day or night; auto-off, energy saving; 3 different colors indication, fever alarm reminder.\r\n\r\n\r\n\r\n【Multi-mode Thermometer】The digital thermometer is designed for all ages, adults, infants, and elders. It not only supports the forehead function but is able to take room/object temperature.', 2.00, NULL, NULL, 2.28, 'Forehead Thermometer 2-in-1 Ear, Large LED Digits，Forehead + Touchless for Babies, Toddlers, Adults.-14908.jpeg', 'Forehead Thermometer 2-in-1 Ear, Large LED Digits，Forehead + Touchless for Babies, Toddlers, Adults.-29604.jpeg', 'Forehead Thermometer 2-in-1 Ear, Large LED Digits，Forehead + Touchless for Babies, Toddlers, Adults.-51871.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 00:27:57', '2024-02-19 00:27:57'),
(4692, 'Hi June Parker Gold Paper Clip Chain with Diamond and Alphabet Charm', 'ZssXj3WhH', 14, 'The Hi June Parker Gold Paper Clip Chain with Diamond and Alphabet Charm is a stylish and personalized accessory. It features a gold paper clip chain with a diamond accent and an alphabet charm of your choice. It\'s a great way to add a touch of elegance and individuality to your outfit.', 950.00, NULL, NULL, 1230.99, 'Hi June Parker Gold Paper Clip Chain with Diamond and Alphabet Charm-73418.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-19 00:28:33', '2024-02-19 00:28:33'),
(4693, 'Minor\'s General Tso Sauce (Ginger Garlic Sesame)', '5hRMOai98', 12, 'Minor\'s General Tso\'s\'s Sauce is a popular Asian flavor that boasts bold sweet and spicy accents. Infused with ginger, molasses and crushed hot peppers. This Chinese food favorite goes great with everything from pork and beef to chicken and vegetables.\r\nNo high fructose corn syrup or reconstitution; dry storage saves refrigerated space.\r\nSuperior coating ability: Use traditionally in General Tso\'s Chicken; perfect for stir-fry, soups, dips, sauces, wraps, salad dressings, or apply directly as a glaze for all meats, chicken, seafood, or vegetables.\r\nReady to use; shake well; refrigerate after opening\r\nPerfect for customizing - create your own signature variations by blending with other Minor\'s sauces, adding fruit juices, concentrates, or other ingredients', 14.25, NULL, NULL, 21.42, 'Minor\'s General Tso Sauce (Ginger Garlic Sesame)-35682.jpeg', 'Minor\'s General Tso Sauce (Ginger Garlic Sesame)-98874.jpeg', 'Minor\'s General Tso Sauce (Ginger Garlic Sesame)-43337.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-19 00:30:10', '2024-02-19 00:30:10'),
(4694, 'Pure Mink Cashmere Sweater Woman', 'FAC5T1KD2', 12, 'Autumn and Winter New Female Pure Mink Cashmere Sweater Woman V-neck Loose plus size Knit pullover Leisure contracted Warm Top', 28.29, NULL, NULL, 94.26, 'Pure Mink Cashmere Sweater Woman-16714.webp', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:32:30', '2024-02-19 00:32:30'),
(4695, 'Bvlgari B.ZERO1 Logo Etched Three-Band Modern Band Ring in 18 Karat Yellow Gold', 'Zxjevr8Ru', 14, 'Ring Size 10.25  This luxurious and modern Bulgari B.ZERO1 yellow gold ring is a work of art. This exquisite piece draws inspiration from the iconic Colosseum, representing Bulgari\'s unparalleled creativity in jewelry design. The ring\'s unique spiral design symbolizes the harmony of past, present, and future, reflecting the eternal city\'s grandeur and the collection\'s pioneering spirit.  Crafted with precision, this unisex ring features three bands in 18 karat yellow gold. It showcases exceptional craftsmanship and attention to detail, making it a true statement piece. This unique, high polished piece has a slight bit of give to it, collapsing ever so slightly when pushed. The wide design fills the finger and makes a bold statement, while the brand\'s name is proudly etched along the sides of the ring. Own a piece of Bulgari\'s legacy and showcase your unique style with this remarkable ring. Immerse yourself in the rich history and elegance of the eternal city encapsulated in this captivating Bulgari creation.  This piece is in excellent estate condition and has been professionally cleaned and polished. It comes with an appraisal card, verifying its authenticity and current appraisal value.  Metal: 18 Karat Yellow Gold Creator: Bulgari Collection: B.ZERO1 Ring Weight: 10.5 grams Band Width Range (based on slight give in ring): 7.25 mm - 9 mm  Engraved: BVLGARI Stamped: 750, 2337AL, BVLGARI, MADE IN ITALY, 62 Estate Condition: Excellent; Professionally cleaned and polished. Evidence of wear only visible with a 10x jewelers loop.  Appraisal Value: $3,150.00', 2350.55, NULL, NULL, 2750.99, 'Bvlgari B.ZERO1 Logo Etched Three-Band Modern Band Ring in 18 Karat Yellow Gold-30825.jpeg', 'Bvlgari B.ZERO1 Logo Etched Three-Band Modern Band Ring in 18 Karat Yellow Gold-73969.jpeg', 'Bvlgari B.ZERO1 Logo Etched Three-Band Modern Band Ring in 18 Karat Yellow Gold-88877.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-19 00:33:51', '2024-02-19 00:33:51'),
(4696, '100% Pure Mink Cashmere Sweater Men\'s', 'rKJ6lcaG6', 12, '100% Pure Mink Cashmere Sweater Men\'s V-Neck Pullovers Knit Large Size Mink Sweater Winter New Long Sleeve High-End Jumpers Tops', 24.29, NULL, NULL, 60.00, '100% Pure Mink Cashmere Sweater Men\'s-73729.webp', '100% Pure Mink Cashmere Sweater Men\'s-44159.webp', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:38:00', '2024-02-19 00:38:00'),
(4697, 'Art Deco Enamel Ring', 'zJai1DhQW', 14, 'Circa 1920s, 14k, American. Suggestive of a Renaissance signet ring, this large Art Deco ring features royal blue enamel with an applied diamond-set sigil featuring 8 fleurs-de-lis. The look is over-the-top, ornate, mystical! Excellent condition.   Remark: \"Rock your inner queens… Baronial style for the new millennium, think Alexander McQueen, Rhianna, or Streisand!\"  SIZE: 7 1/2 it can be sized.   WEIGHT: 13.2 grams   STONES: .75 carats total weight of H color, SI1-VS clarity diamonds   HALLMARKS: 14k  STOCK NUMBER: 25279  Jewelry acquired from this dealer must delight you. Purchases may be returned for any reason for a period of 7 days.', 2600.00, NULL, NULL, 2640.99, 'Art Deco Enamel Ring-80769.jpeg', 'Art Deco Enamel Ring-23771.jpeg', 'Art Deco Enamel Ring-49904.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-19 00:38:31', '2024-02-19 00:38:31'),
(4698, 'Baby Toy Musical Gym Playmat Light Piano Electric Cartoon Soft Fabric Play Mat Early Educational Toys For Infant 0 12 Month Gift', 'dFvflBzZP', 12, 'Baby Toy Musical Gym Playmat Light Piano Electric Cartoon Soft Fabric Play Mat Early Educational Toys For Infant 0 12 Month Gift', 20.53, NULL, NULL, 25.53, 'Baby Toy Musical Gym Playmat Light Piano Electric Cartoon Soft Fabric Play Mat Early Educational Toys For Infant 0 12 Month Gift-50950.jpeg', 'Baby Toy Musical Gym Playmat Light Piano Electric Cartoon Soft Fabric Play Mat Early Educational Toys For Infant 0 12 Month Gift-93957.jpeg', 'Baby Toy Musical Gym Playmat Light Piano Electric Cartoon Soft Fabric Play Mat Early Educational Toys For Infant 0 12 Month Gift-80910.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 00:43:39', '2024-02-19 00:43:39'),
(4699, 'Girl Abroad', 'jMVeJERhQ', 14, 'New York Times bestselling author Elle Kennedy brings her signature angst, drama, and humor to a new standalone romance. My Oxford Year meets We Met In December, Girl Abroad finds the daughter of a retired rock star studying abroad in London and entangled in scandal and romance.\r\n\r\nWhen nineteen-year-old Abbey Bly gets the opportunity to study abroad for a year in London, it\'s the perfect chance to finally slip out from under the thumb of her beloved but overbearing retired rock star father. She\'s ready to be free, to discover herself--but first off, to meet the girls she\'s rooming with. That is, until she arrives at her gorgeous new flat to discover those roommates are actually all boys. Charming, funny, insufferably attractive boys. And off-limits, with a rule against fraternizing between housemates after unwanted drama with the previous girl.\r\n\r\nAbbey has never considered herself a rulebreaker. But soon, she\'s lying to her father about her living situation and falling for not one, but two men she can\'t have: her rugby-player roommate and a broody musician with a girlfriend. Not to mention, her research for school has gotten her tangled in a deeply hidden scandal of a high nobility family, surrounding her in secrets on all sides.\r\n\r\nIf there\'s any hope of Abbey finding love, answers, or a future in London, she\'ll have to decide which rules--and hearts--might be worth breaking.', 14.49, NULL, NULL, 17.59, 'Girl Abroad-87426.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 00:45:59', '2024-02-19 00:45:59'),
(4700, 'Killing the Killers : The Secret War Against Terrorists', 'xWewnwYeA', 14, 'In the eleventh book in the multimillion-selling Killing series, Bill O\'Reilly and Martin Dugard reveal the startling, dramatic story of the global war against terrorists.\r\n\r\nIn Killing The Killers, #1 bestselling authors Bill O\'Reilly and Martin Dugard take readers deep inside the global war on terror, which began more than twenty years ago on September 11, 2001. As the World Trade Center buildings collapsed, the Pentagon burned, and a small group of passengers fought desperately to stop a third plane from completing its deadly flight plan, America went on war footing. Killing The Killers narrates America\'s intense global war against extremists who planned and executed not only the 9/11 attacks, but hundreds of others in America and around the world, and who eventually destroyed entire nations in their relentless quest for power. Killing The Killers moves from Afghanistan to Iraq, Iran to Yemen, Syria, and Libya, and elsewhere, as the United States fought Al Qaeda, ISIS, and the Iranian Revolutionary Guard, as well as individually targeting the most notorious leaders of these groups. With fresh detail and deeply-sourced information, O\'Reilly and Dugard create an unstoppable account of the most important war of our era. Killing The Killers is the most thrilling and suspenseful book in the #1 bestselling series of popular history books (over 18 million sold) in the world.', 30.00, NULL, NULL, 35.99, 'Killing the Killers : The Secret War Against Terrorists-52060.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-19 00:49:07', '2024-02-19 00:49:07'),
(4701, '100% Pure Wool Pants Men\'s', 'rWyn3RaZg', 12, '100% Pure Wool Pants Men\'s Casual Thick Pants Autumn and Winter Warm Knit Mid-Seam Sports Pants Elastic Waist Flat Corners Pants', 58.33, NULL, NULL, 119.00, '100% Pure Wool Pants Men\'s-25298.webp', '100% Pure Wool Pants Men\'s-23283.webp', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 00:50:36', '2024-02-19 00:50:36'),
(4702, 'Sparring Partners', '8z0IUFTwx', 14, '#1 New York Times bestselling author John Grisham is the acknowledged master of the legal thriller. In his first collection of novellas, law is a common thread, but America\'s favorite storyteller has several surprises in store. \"Homecoming\" takes us back to Ford County, the fictional setting of many of John Grisham\'s unforgettable stories. Jake Brigance is back, but he\'s not in the courtroom. He\'s called upon to help an old friend, Mack Stafford, a former lawyer in Clanton, who three years earlier became a local legend when he stole money from his clients, divorced his wife, filed for bankruptcy, and left his family in the middle of the night, never to be heard from again--until now. Now Mack is back, and he\'s leaning on his old pals, Jake and Harry Rex, to help him return. His homecoming does not go as planned. In \"Strawberry Moon,\" we meet Cody Wallace, a young death row inmate only three hours away from execution. His lawyers can\'t save him, the courts slam the door, and the governor says no to a last-minute request for clemency. As the clock winds down, Cody has one final request. The \"Sparring Partners\" are the Malloy brothers, Kirk and Rusty, two successful young lawyers who inherited a once prosperous firm when its founder, their father, was sent to prison. Kirk and Rusty loathe each other, and speak to each other only when necessary. As the firm disintegrates, the resulting fiasco falls into the lap of Diantha Bradshaw, the only person the partners trust. Can she save the Malloys, or does she take a stand for the first time in her career and try to save herself? By turns suspenseful, hilarious, powerful, and moving, these are three of the greatest stories John Grisham has ever told.', 28.95, NULL, NULL, 32.99, 'Sparring Partners-43581.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-19 00:52:38', '2024-02-19 00:52:38'),
(4703, 'Rebels at Sea : Privateering in the American Revolution', 'GuRX6Dw7g', 14, 'The heroic story of the founding of the U.S. Navy during the Revolution has been told many times, yet largely missing from maritime histories of America\'s first war is the ragtag fleet of private vessels that truly revealed the new nation\'s character--above all, its ambition and entrepreneurial ethos.\r\n\r\nIn Rebels at Sea, best-selling historian Eric Jay Dolin corrects that significant omission, and contends that privateers, as they were called, were in fact critical to the American victory. Privateers were privately owned vessels, mostly refitted merchant ships, that were granted permission by the new government to seize British merchantmen and men of war. As Dolin stirringly demonstrates, at a time when the young Continental Navy numbered no more than about sixty vessels all told, privateers rushed to fill the gaps. Nearly 2,000 set sail over the course of the war, with tens of thousands of Americans serving on them and capturing some 1,800 British ships. Privateers came in all shapes and sizes, from twenty-five foot long whaleboats to full-rigged ships more than 100 feet long. Bristling with cannons, swivel guns, muskets, and pikes, they tormented their foes on the broad Atlantic and in bays and harbors on both sides of the ocean.\r\n\r\nThe men who owned the ships, as well as their captains and crew, would divide the profits of a successful cruise--and suffer all the more if their ship was captured or sunk, with privateersmen facing hellish conditions on British prison hulks, where they were treated not as enemy combatants but as pirates. Some Americans viewed them similarly, as cynical opportunists whose only aim was loot. Yet Dolin shows that privateersmen were as patriotic as their fellow Americans, and moreover that they greatly contributed to the war\'s success: diverting critical British resources to protecting their shipping, playing a key role in bringing France into the war on the side of the United States, providing much-needed supplies at home, and bolstering the new nation\'s confidence that it might actually defeat the most powerful military force in the world.\r\n\r\nCreating an entirely new pantheon of Revolutionary heroes, Dolin reclaims such forgotten privateersmen as Captain Jonathan Haraden and Offin Boardman, putting their exploits, and sacrifices, at the very center of the conflict. Abounding in tales of daring maneuvers and deadly encounters, Rebels at Sea presents this nation\'s first war as we have rarely seen it before.', 32.50, NULL, NULL, 41.99, 'Rebels at Sea : Privateering in the American Revolution-54930.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-19 00:56:03', '2024-02-19 00:56:03');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4704, 'Baby Bath Net Seat Support Mat Foldable Baby Bath Tub', 'Hf1cb0yq5', 12, 'Skin-friendly fabric, leak-proof interlayer, 3D mesh cloth\r\n●No angular design, imitating the mother\'s warm uterus, giving a sense of security\r\n●Baby\'s bathing deity\r\n●Protect the spine\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n Skin-friendly fabric, leak-proof interlayer, 3D mesh cloth\r\n●No angular design, imitating the mother\'s warm uterus, giving a sense of security\r\n●Baby\'s bathing deity\r\n●Protect the spine\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\nSkin-friendly fabric, leak-proof interlayer, 3D mesh cloth\r\n●No angular design, imitating the mother\'s warm uterus, giving a sense of security\r\n●Baby\'s bathing deity', 1.25, NULL, NULL, 1.32, 'Baby Bath Net Seat Support Mat Foldable Baby Bath Tub-17574.jpeg', 'Baby Bath Net Seat Support Mat Foldable Baby Bath Tub-79300.jpeg', 'Baby Bath Net Seat Support Mat Foldable Baby Bath Tub-38965.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 00:57:04', '2024-02-19 00:57:04'),
(4705, 'Team America : Patton, Macarthur, Marshall, Eisenhower, and the World They Forged', 'mBdtsHuQZ', 14, '\"Team America: Patton, MacArthur, Marshall, Eisenhower, and the World They Forged\" is a captivating book that delves into the lives and legacies of these influential figures. It explores their roles in shaping the world during pivotal moments in history. It\'s a fascinating read for anyone interested in military history and the impact of these leaders.', 23.00, NULL, NULL, 27.99, 'Team America : Patton, Macarthur, Marshall, Eisenhower, and the World They Forged-43152.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 01:06:14', '2024-02-19 01:06:14'),
(4706, 'Autumn and Winter Men\'s', 'IEhH9vW3H', 12, 'Autumn and Winter Men\'s Double-Sided Woolen Coat Loose Jacket Collar Short Style Young Man Cashmere Coat Top Tidal Current', 104.79, NULL, NULL, 219.59, 'Autumn and Winter Men\'s-61650.webp', 'Autumn and Winter Men\'s-57396.webp', 'Autumn and Winter Men\'s-39944.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 01:09:21', '2024-02-19 01:09:21'),
(4707, 'Universal Baby Car Pram Umbrella Adjustable Shade Umbrella Uv Sunshade For Stroller Accessories Sun Visor Portable Parasol Items', 'hjDZCV77z', 12, 'Universal Baby Car Pram Umbrella Adjustable Shade Umbrella Uv Sunshade For Stroller Accessories Sun Visor Portable Parasol Items\r\n\r\nProduct attributes\r\nStyle: creative trend\r\nUmbrella cloth glue: silver glue\r\nUmbrella cloth density: 210T\r\nUmbrella rib material: alloy\r\nUmbrella handle material: rubber\r\nMiddle rod material: steel\r\nStyle: long handle umbrella\r\nNumber of ribs: 8 bones\r\nOpen method: manual\r\nUmbrella collection method: manual\r\nApplicable people: children\r\nPopular trend word: stroller umbrella', 8.95, NULL, NULL, 9.95, 'Universal Baby Car Pram Umbrella Adjustable Shade Umbrella Uv Sunshade For Stroller Accessories Sun Visor Portable Parasol Items-15039.jpeg', 'Universal Baby Car Pram Umbrella Adjustable Shade Umbrella Uv Sunshade For Stroller Accessories Sun Visor Portable Parasol Items-55685.jpeg', 'Universal Baby Car Pram Umbrella Adjustable Shade Umbrella Uv Sunshade For Stroller Accessories Sun Visor Portable Parasol Items-22254.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 01:13:13', '2024-02-19 01:13:13'),
(4708, 'The Body : A Guide for Occupants by Bill Bryson', 'VO2nJ1zvL', 14, 'NEW YORK TIMES BESTSELLER - A must-read owner\'s manual for every body. Take a head-to-toe tour of the marvel that is the human body in this \"delightful, anecdote-propelled read\" (The Boston Globe) from the author of A Short History of Nearly Everything. With a new Afterword.\r\n\r\n\"You will marvel at the brilliance and vast weirdness of your design.\" --The Washington Post Bill Bryson once again proves himself to be an incomparable companion as he guides us through the human body--how it functions, its remarkable ability to heal itself, and (unfortunately) the ways it can fail. Full of extraordinary facts (your body made a million red blood cells since you started reading this) and irresistible Brysonesque anecdotes, The Body will lead you to a deeper understanding of the miracle that is life in general and you in particular. As Bill Bryson writes, \"We pass our existence within this wobble of flesh and yet take it almost entirely for granted.\" The Body will cure that indifference with generous doses of wondrous, compulsively readable facts and information. As addictive as it is comprehensive, this is Bryson at his very best.', 15.66, NULL, NULL, 18.00, 'The Body : A Guide for Occupants by Bill Bryson-83133.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-19 01:13:58', '2024-02-19 01:13:58'),
(4709, 'Pure Mink Cashmere Sweaters', 'GYGIj1aA3', 12, '100% Pure Mink Cashmere Sweaters Men\'s Stand Collar Thickened Cardigan Autumn/Winter Warm Casual Knitted Large Size Zipper Tops', 49.09, NULL, NULL, 121.20, 'Pure Mink Cashmere Sweaters-12347.webp', 'Pure Mink Cashmere Sweaters-92600.webp', 'Pure Mink Cashmere Sweaters-14365.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 01:14:20', '2024-02-19 01:14:20'),
(4710, 'How to Avoid a Climate Disaster : The Solutions We Have and the Breakthroughs We Need', 'GIlVJ1dAL', 14, 'In this urgent, authoritative book, Bill Gates sets out a wide-ranging, practical--and accessible--plan for how the world can get to zero greenhouse gas emissions in time to avoid a climate catastrophe.\r\n\r\nBill Gates has spent a decade investigating the causes and effects of climate change. With the help of experts in the fields of physics, chemistry, biology, engineering, political science, and finance, he has focused on what must be done in order to stop the planet\'s slide toward certain environmental disaster. In this book, he not only explains why we need to work toward net-zero emissions of greenhouse gases, but also details what we need to do to achieve this profoundly important goal. He gives us a clear-eyed description of the challenges we face. Drawing on his understanding of innovation and what it takes to get new ideas into the market, he describes the areas in which technology is already helping to reduce emissions, where and how the current technology can be made to function more effectively, where breakthrough technologies are needed, and who is working on these essential innovations. Finally, he lays out a concrete, practical plan for achieving the goal of zero emissions--suggesting not only policies that governments should adopt, but what we as individuals can do to keep our government, our employers, and ourselves accountable in this crucial enterprise. As Bill Gates makes clear, achieving zero emissions will not be simple or easy to do, but if we follow the plan he sets out here, it is a goal firmly within our reach.', 18.00, NULL, NULL, 26.95, 'How to Avoid a Climate Disaster : The Solutions We Have and the Breakthroughs We Need-63634.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 01:16:51', '2024-02-19 01:16:51'),
(4711, 'Men\'s Turtleneck 100% Mink Cashmere Sweater', 'QtbMOKMHX', 12, 'Men\'s Turtleneck 100% Mink Cashmere Sweater Men 2023 Autumn and Winter Large Size Loose Knitted Sweater Keep Warm Top Men Jumper', 30.00, NULL, NULL, 64.00, 'Men\'s Turtleneck 100% Mink Cashmere Sweater-15151.webp', 'Men\'s Turtleneck 100% Mink Cashmere Sweater-24093.webp', 'Men\'s Turtleneck 100% Mink Cashmere Sweater-37494.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 01:22:34', '2024-02-19 01:22:34'),
(4712, 'Mink Cashmere Sweater Men\'s', 'ccCa9ee3g', 12, '100% Mink Cashmere Sweater Men\'s Autumn and Winter O-Neck Thick Pullover Peacock Tail Flower Large Size Sweater Casual Knit Tops', 50.27, NULL, NULL, 122.77, 'Mink Cashmere Sweater Men\'s-13443.webp', 'Mink Cashmere Sweater Men\'s-89704.webp', 'Mink Cashmere Sweater Men\'s-68148.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 01:26:14', '2024-02-19 01:26:14'),
(4713, 'Cran Nut Mix', 'CeACHyLIi', 12, '8-Pack Orchard Valley Harvest Cran Nut Mix', 3.25, NULL, NULL, 6.89, 'Cran Nut Mix-38395.jpeg', 'Cran Nut Mix-86152.jpeg', 'Cran Nut Mix-92770.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 01:27:29', '2024-02-19 01:27:29'),
(4714, 'Autumn and Winter Man 100% Wool Cashmere Sweater', '7EXvaM1GO', 12, '2023 Autumn and Winter Man 100% Wool Cashmere Sweater National Style Jacquard Thickened Jumper Round Neck pullover Long-Sleeved', 55.40, NULL, NULL, 95.38, 'Autumn and Winter Man 100% Wool Cashmere Sweater-97003.webp', 'Autumn and Winter Man 100% Wool Cashmere Sweater-24432.webp', 'Autumn and Winter Man 100% Wool Cashmere Sweater-62461.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 01:29:59', '2024-02-19 01:29:59'),
(4715, 'Planters Pumpkin Spice Almonds', 'aGk0ozvzy', 12, 'One 15.25 oz. canister of PLANTERS Pumpkin Spice Almonds, Limited Edition, Whole Almonds\r\nPLANTERS Pumpkin Spice Almonds are flavored with fall spices and real pumpkin\r\nMade with brown sugar and sea salt\r\nMade with California almonds\r\nPerfect for winter nights or seasonal get-togethers\r\nA perfect snack to munch on at any time\r\nPacked in a resealable container to maintain the perfect crunch', 5.70, NULL, NULL, 11.37, 'Planters Pumpkin Spice Almonds-32307.jpeg', 'Planters Pumpkin Spice Almonds-72695.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-19 01:31:15', '2024-02-19 01:31:15'),
(4716, 'Men\'s Woolen Sweater Pullover Collar', 'ctvkbbDzg', 12, 'Thickened Half Zipper Half Height Men\'s Woolen Sweater Pullover Collar Knitted Loose Business Casual Sweater Top', 58.90, NULL, NULL, 113.11, 'Men\'s Woolen Sweater Pullover Collar-13074.webp', 'Men\'s Woolen Sweater Pullover Collar-51703.webp', 'Men\'s Woolen Sweater Pullover Collar-95570.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 01:33:00', '2024-02-19 01:33:00'),
(4717, 'Start, Stay, or Leave : The Art of Decision Making', 'PobImy2FH', 14, 'The Fox News host and #1 New York Times bestselling author of Doesn\'t Hurt to Ask shares his trusted framework for decision making, telling the story of his life through the choices he\'s made using this revolutionary method. In life, moments arise when you have to decide your next move. When choosing whether to accept a new job, purchase a house, attend a school, or start a relationship, how do you settle on which direction to take? Trey Gowdy has found that most consequential decisions boil down to three simple options: start, stay, or leave. Gowdy first developed this decision-making tool in the courtroom during a federal murder trial, and it has guided his life ever since. The practical framework has helped him decide where to raise his family, when to leave his dream job, whether to run for Congress, and when to step away from political life. Over the years, Gowdy has made some great decisions and some lousy ones (and he admits to both). In Start, Stay, or Leave, he shares his hard-earned wisdom. Filled with surprising insights and questions, this personal playbook teaches you how to - craft your unique vision of success\r\n- consult your dreams with wisdom (and know when to revise them)\r\n- assess the price worth paying to achieve your goals\r\n- balance logic, emotion, and fear when facing a new challenge\r\n- take the right advice, from the right people (and block out everyone else)\r\n- chart the course of your life with the end goal in mind\r\n\r\nReading Start, Stay, or Leave is like sitting on the back porch of a farmhouse chatting with a wise friend. Filled with humor, heartbreak, practical advice, and a lifetime\'s worth of storytelling, this book will teach you how to approach trajectory-changing decisions with confidence and the knowledge that, whatever happens, you\'ve made the best choice you could.', 28.99, NULL, NULL, 31.00, 'Start, Stay, or Leave : The Art of Decision Making-15877.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-19 01:37:25', '2024-02-19 01:37:25'),
(4718, '100% Pure Wool Men\'s Sweater', 'oj2Ji5JEE', 12, '100% Pure Wool Men\'s Sweater, Knitted Thickened Long Sleeved Business Casual Fashion Underwear Popular Top', 50.68, NULL, NULL, 165.49, '100% Pure Wool Men\'s Sweater-60805.webp', '100% Pure Wool Men\'s Sweater-98638.webp', '100% Pure Wool Men\'s Sweater-46752.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 01:38:35', '2024-02-19 01:38:35'),
(4719, 'Baby Stroller Seat Cushion Soft Mattress Kids Pushchair Car Mat Stroller Accessories', 'OgMb83ezy', 12, 'Baby Stroller Seat Cushion Soft Mattress Kids Pushchair Car Mat Stroller Accessories', 7.00, NULL, NULL, 7.28, 'Baby Stroller Seat Cushion Soft Mattress Kids Pushchair Car Mat Stroller Accessories-74223.jpeg', 'Baby Stroller Seat Cushion Soft Mattress Kids Pushchair Car Mat Stroller Accessories-75293.jpeg', 'Baby Stroller Seat Cushion Soft Mattress Kids Pushchair Car Mat Stroller Accessories-76170.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 01:39:04', '2024-02-19 01:39:04'),
(4720, 'Vegetable Lentil Soup', 'giE8YWtB1', 12, 'Pacific Foods Organic: 16.5 oz Split Pea Soup', 7.89, NULL, NULL, 10.49, 'Vegetable Lentil Soup-21460.jpeg', 'Vegetable Lentil Soup-60619.jpeg', 'Vegetable Lentil Soup-79231.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-19 01:39:18', '2024-02-19 01:39:18'),
(4721, 'Never Give an Inch : Fighting for the America I Love', 'leiozUibP', 14, 'Former Secretary of State and CIA Director Mike Pompeo spearheaded the Trump Administration’s most significant foreign policy breakthroughs. Now, he reveals how he did it, and how it could happen again. \r\n\r\nMike Pompeo is the only person ever to have served as both America’s most senior diplomat and the head of its premier espionage agency. As the only four-year national security member of President Trump’s Cabinet, he worked to impose crushing pressure on the Islamic Republic of Iran, avert a nuclear crisis with North Korea, deliver unmatched support for Israel, and bring peace to the Middle East. Drawing on his commitment to America’s founding principles and his Christian faith, his efforts to promote religious freedom around the world were unequaled in American diplomatic history. Most importantly, he led a much-needed generational transformation of America\'s relationship with China. \r\n\r\nBlending remarkable and often humorous stories of his interactions with world leaders and unmatched analysis of geopolitics, Never Give an Inch tells of how Pompeo helped the Trump Administration craft the America First approach that upended Washington wisdom—and made him America’s enemies’ worst nightmare. It is a raw account of what it took to deliver winning outcomes in the face of a progressive activist media, partisan conspiracies, two impeachments and endless investigations, and the COVID-19 pandemic. \r\n\r\nComplete with a road map of the trends and players shaping the world today, Never Give an Inch is more than a historical review of the Trump Administration\'s greatest victories. It is essential reading for anyone who wants to understand the challenges of the future. And it is an inspirational story of leadership through dangerous times that will leave you with a greater appreciation for America.', 24.41, NULL, NULL, 32.99, 'Never Give an Inch : Fighting for the America I Love-75108.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-19 01:39:35', '2024-02-19 01:39:35'),
(4722, 'Saved : A War Reporter\'s Mission to Make It Home', 'FvW3Actmr', 14, 'When veteran war reporter Benjamin Hall woke up in Kyiv on the morning of March 14, 2022, he had no idea that, within hours, Russian bombs would nearly end his life. As a journalist for Fox News, Hall had worked in dangerous war zones like Syria and Afghanistan, but with three young daughters at home, life on the edge was supposed to be a thing of the past. Yet when Russia viciously attacked Ukraine in February 2022, Hall quickly volunteered to go. A few weeks later, while on assignment, Hall and his crew were blown up in a Russian strike. With Hall himself gravely injured and stuck in Kyiv, it was unclear if he would make it out alive.\r\n\r\nThis is the story of how he survived--a story that continues to this day. For the first time, Hall shares his experience in full--from his ground-level view of the war to his dramatic rescue to his arduous, and ongoing, recovery. Going inside the events that have permanently transformed him, Hall recalls his time at the front lines of our world\'s conflicts, exploring how his struggle to step away from war reporting led him back one perilous last time. Featuring nail-biting accounts from the many people across multiple countries who banded together to get him to safety, Hall offers a stunning look at complex teamwork and heartfelt perseverance that turned his life into a mission.\r\n\r\nThrough it all, Hall\'s spirit has remained undaunted, buoyed by that remarkable corps of people from around the world whose collective determination ensured his survival. Evocative, harrowing, and deeply moving, Saved is a powerful memoir of family and friends, of life and healing, and of how to respond when you are tested in ways you never thought possible.\r\n\r\nBenjamin Hall\'s memoir includes a 16-page color photo insert.', 28.15, NULL, NULL, 32.00, 'Saved : A War Reporter\'s Mission to Make It Home-47789.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-19 01:41:42', '2024-02-19 01:41:42'),
(4723, 'Large Mommy Bag Maternity Pack Baby Diaper Bag Stroller Nappy Organizer Portable Luggage Tote Bags Travel Changing Messenger Bag', 'EFryPCnyR', 12, 'Item Weight\r\n0.42kg\r\nModel Number\r\nmommy bag\r\nPattern Type\r\nAnimal Prints\r\nSize\r\nLarge(Max Length>50cm)\r\nClosure Type\r\nzipper\r\nStyle\r\nTote Bag\r\nMain Material\r\nCotton Fabric\r\nBrand Name\r\nOIMG\r\nOrigin\r\nMainland China\r\nItem Type\r\nDiaper Bags\r\nAge Range\r\nMaternity,0-6m,7-12m,13-24m,25-36m,4-6y', 15.69, NULL, NULL, 18.69, 'Large Mommy Bag Maternity Pack Baby Diaper Bag Stroller Nappy Organizer Portable Luggage Tote Bags Travel Changing Messenger Bag-78835.jpeg', 'Large Mommy Bag Maternity Pack Baby Diaper Bag Stroller Nappy Organizer Portable Luggage Tote Bags Travel Changing Messenger Bag-99768.jpeg', 'Large Mommy Bag Maternity Pack Baby Diaper Bag Stroller Nappy Organizer Portable Luggage Tote Bags Travel Changing Messenger Bag-66233.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 01:45:52', '2024-02-19 01:45:52'),
(4724, 'Men\'s 100% All Wool Knitted Sweater', 'PbE77q76n', 12, 'Men\'s 100% All Wool Knitted Sweater Round Neck Pullover Autumn and Winter New Business Leisure Long sSleeved High-end Top', 47.60, NULL, NULL, 93.33, 'Men\'s 100% All Wool Knitted Sweater-21219.webp', 'Men\'s 100% All Wool Knitted Sweater-31721.webp', 'Men\'s 100% All Wool Knitted Sweater-20454.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 01:46:08', '2024-02-19 01:46:08'),
(4725, 'Brinly-Hardy, Brinly 40in. Combination Aerator Spreader, Working Width 40 in, Model# AS2-40BH-S', 'XzPX2vfec', 14, 'Brinly’s 40in. tow-behind Aerator-Spreader combination attachment allows you to simultaneously aerate and spread granular materials. The heavy-duty spike aerator perforates the ground while the steel drop spreader drops seed, lime or fertilizer directly into the soil where it works fast and won’t wash away. This hard-working tool is built tough with durable tubular steel framing and drawbars. The 100 lb. capacity hopper is made from 18 gauge all-welded steel to minimize twisting and flexing when loaded. And the aerator’s 8” galvanized steel tine stars stay sharp, won’t rust and penetrate up to 2in. to allow air to reach the root system.\r\nWhat\'s Included\r\n\r\n(1) 40\" Aerator Spreader (1) Universal Hitch Pin\r\nFeatures + Benefits\r\n\r\n2-in-1 design: The combo aerator spreader drops seed, fertilizer or lime while you aerate to expedite your time in the lawn and ensures material enters the soil.\r\nNEW 3-D Tines for 2X the Strength: Brinly\'s Patent-Pending 3-D tines in galvanized steel inhibit rust and resist bending, even in compacted soil\r\nAll Steel Hopper: With a 100 lb. (1.74 cu. ft.) capacity, the durable steel hopper prevents twisting and flexing for long-lasting durability.\r\nEncourage healthy growth: Featuring 132 tine tips, the 8\" diameter steel stars perforate the soil up to 2? deep providing access for air, water, and nutrients to root system.\r\nCalibrated flow control: The flow control feature includes an adjustable stop to ensure accurate spread patterns with minimal waste.\r\nTransport Mode: Use the single lever to engage the turf-tread transport wheels to cross driveways and sidewalks with ease\r\nHeavy Tubular Design: The metal tow tube design and solid tine shaft ensures maximum dependability.\r\nHeavy-Duty Nylon Spacers: The heavy-duty spacers provide maximum strength and dependability.\r\n30 Minute Assembly: Assembles in under a half hour. A single, heavy-duty universal Hitch Pin is included to easily attach to any rider or tractor and themost any ZTR or ATV.', 359.00, NULL, NULL, 459.99, 'Brinly-Hardy, Brinly 40in. Combination Aerator Spreader, Working Width 40 in, Model# AS2-40BH-S-44196.jpeg', 'Brinly-Hardy, Brinly 40in. Combination Aerator Spreader, Working Width 40 in, Model# AS2-40BH-S-97017.jpeg', 'Brinly-Hardy, Brinly 40in. Combination Aerator Spreader, Working Width 40 in, Model# AS2-40BH-S-93602.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 01:51:15', '2024-02-19 01:51:15'),
(4726, 'GoldenEye 007', 'M40dRZo5Y', 12, 'GoldenEye 007 with Mario Characters Video Games Cartridge Card for N 64 Us Version', 17.99, NULL, NULL, 19.99, 'GoldenEye 007-54716.jpeg', 'GoldenEye 007-36679.jpeg', 'GoldenEye 007-77039.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-19 01:51:52', '2024-02-19 01:51:52'),
(4727, 'Autumn/Winter Women\'s Sweater 100%', 'Wkn6rEZ75', 12, 'Autumn/Winter Women\'s Sweater 100% Pure Australian Wool Pullover 2024 New Half High Neck Knitted Bottom Shirt Waffle Long Sleeve', 31.95, NULL, NULL, 106.49, 'Autumn/Winter Women\'s Sweater 100%-77916.webp', 'Autumn/Winter Women\'s Sweater 100%-92430.webp', 'Autumn/Winter Women\'s Sweater 100%-91584.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 01:54:20', '2024-02-19 01:54:20'),
(4728, 'Hyrule Warriors', 'UWRjwhHt7', 12, 'Hyrule Warriors: Age of Calamity - Nintendo Switch', 52.49, NULL, NULL, 59.88, 'Hyrule Warriors-65336.jpeg', 'Hyrule Warriors-84662.jpeg', 'Hyrule Warriors-48774.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-19 01:56:20', '2024-02-19 01:56:20'),
(4729, 'Troy-Bilt Wood Chipper/Shredder Tow Bar Kit — For Item#s 46970 and 46971, Model# 290-010-000', '5jLZjVY5W', 14, 'Use the Troy-Bilt Wood Chipper/Shredder Tow Bar Kit to tow Troy-Bilt Chipper/Shredders behind lawn tractors or ATVs with pin hitch. Works with Troy-Bilt Chipper/Shredder Item#s 46970 and 46971. Easy to install and remove for storage.\r\nWhat\'s Included\r\n\r\n (1) Tow bar base\r\n (1) Tow bar tongue\r\n (1) Hardware kit\r\nFeatures + Benefits\r\n\r\nUse to tow Troy-Bilt Wood Chipper/Shredders behind lawn tractors or ATVs with pin hitch\r\nWorks with Troy-Bilt Chipper/Shredder Item#s 46970 and 46971\r\nEasy to install and remove for storage', 84.47, NULL, NULL, 87.99, 'Troy-Bilt Wood Chipper/Shredder Tow Bar Kit — For Item#s 46970 and 46971, Model# 290-010-000-38573.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-19 01:59:13', '2024-02-19 01:59:13'),
(4730, 'Children\'s Tableware Set Baby Complementary Food Training Silicone Tableware 8pce Set Baby Suction Cups Bowls Baby Supplie', 'U5ucAw6hJ', 12, 'undefined\r\n[Product name]: children\'s feeding tableware 8-piece set\r\n[Product material]: FDA food-grade silica gel\r\n[Product weight]: 653g eight-piece set 595g six-piece set [Product size]: bib 23 * 30cm dinner plate 20 * 20 * 3.5cm\r\nBowl 12 * 8.5cm fork spoon 14 * 3.5cm straw cup 11 * 7.8 * 11.5cm\r\n[Product LOGO]: customized screen printing, heat', 15.48, NULL, NULL, 17.48, 'Children\'s Tableware Set Baby Complementary Food Training Silicone Tableware 8pce Set Baby Suction Cups Bowls Baby Supplie-69555.jpeg', 'Children\'s Tableware Set Baby Complementary Food Training Silicone Tableware 8pce Set Baby Suction Cups Bowls Baby Supplie-83313.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-19 01:59:51', '2024-02-19 01:59:51'),
(4731, 'Saints Row', '69X93VTIt', 12, 'Saints Row: Day 1 Edition - PlayStation 5', 13.99, NULL, NULL, 20.94, 'Saints Row-52588.jpeg', 'Saints Row-15339.jpeg', 'Saints Row-62331.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-19 02:03:00', '2024-02-19 02:03:00'),
(4732, 'Powerhorse Truck Loader Swingaway Mount — Fits Powerhorse 208cc and 420cc Truck Loaders', '6VE5mvHBg', 14, 'This Powerhorse® Truck Loader Swingaway Mount is an optional accessory designed to work with the Powerhorse 208cc (Item# 63685) and 420cc (Item# 63684) Truck Loaders (both sold separately).\r\nWhat\'s Included\r\n\r\n(1) Truck Loader swingaway mount\r\nSwings out of the way when not in use\r\nMounts on a standard truck tailgate\r\nDesigned to work with Powerhorse 208cc (Item# 63685) and 420cc (Item# 63684) Truck Loaders (both sold separately)\r\nRugged steel construction', 404.99, NULL, NULL, 449.99, 'Powerhorse Truck Loader Swingaway Mount — Fits Powerhorse 208cc and 420cc Truck Loaders-73015.jpeg', 'Powerhorse Truck Loader Swingaway Mount — Fits Powerhorse 208cc and 420cc Truck Loaders-98211.jpeg', 'Powerhorse Truck Loader Swingaway Mount — Fits Powerhorse 208cc and 420cc Truck Loaders-51682.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-19 02:05:08', '2024-02-19 02:05:08'),
(4733, 'Autumn Winter New Cashmere Sweater', '3piWdImn0', 12, 'Autumn Winter New Cashmere Sweater Round Neck Men\'s Thickened Sweater High end Simple Knitted Loose Twisted Flower Warm Pullover', 62.58, NULL, NULL, 208.89, 'Autumn Winter New Cashmere Sweater-68666.webp', 'Autumn Winter New Cashmere Sweater-40763.webp', 'Autumn Winter New Cashmere Sweater-26722.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 02:05:18', '2024-02-19 02:05:18'),
(4734, 'NorTrac PTO Wood Chipper — 5 1/2in. Chipping Capacity', 'ZA8bRwQmT', 14, 'Quickly turn brush into uniformly sized chips with this NorTrac® PTO Wood Chipper. Mount this heavy-duty unit to a Category 1 tractor with at least 20 HP using the included driveline. The durable 6 1/2in. knife is made of hardened steel and is attached to a 75-lb. balanced steel flywheel that provides enough inertia to power through logs and brush up to 5 1/2in. in diameter.\r\nWhat\'s Included\r\n\r\n(1) PTO Wood Chipper — 5 1/2in. Chipping Capacity', 2549.99, NULL, NULL, 2699.99, 'NorTrac PTO Wood Chipper — 5 1/2in. Chipping Capacity-54442.jpeg', 'NorTrac PTO Wood Chipper — 5 1/2in. Chipping Capacity-89565.jpeg', 'NorTrac PTO Wood Chipper — 5 1/2in. Chipping Capacity-38120.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-19 02:09:25', '2024-02-19 02:09:25'),
(4735, 'WarioWare', 'eRSj7O6bp', 12, 'WarioWare: Move It! - Nintendo Switch - U.S. Edition', 80.99, NULL, NULL, 46.99, 'WarioWare-89731.jpeg', 'WarioWare-21728.jpeg', 'WarioWare-42069.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 02:10:34', '2024-02-19 02:10:34'),
(4736, 'Baby Fitness Frame Crawling Game Blanket Multifunctional Educational Mat Fence Crawling Blanket Infant Rug Enlightenment Toys', 'atKXl5gO0', 12, 'Educational toys: This baby crawling taekwondo toy can be used as a game mat, or as a floor mat. it can also be used as a children\'s play mat, and is very suitable for parent-child interaction.\r\nCool material: The baby crawling game blanket is made of high-quality polyester fiber, which is soft and skin-friendly, breathable and comfortable.\r\nEasy to carry: The baby crawling game is light in weight and easy to carry. it can be folded into a small size, which is very convenient for you to take anywhere.\r\n✨TAKE A LOOK!:Baby Fitness Frame Crawling Game Blanket Multifunctional Educational Mat Fence Crawling Blanket Infant Rug Enlightenment Toys\r\nPRODUCT PROPERTY:✨ 1: Choose from the brand of chuyun for our product.It is made of high quality materials, plastic.The shape of our product is animal.The features of our product is soft.Our product is made in cn(origin).\r\n✨ 2: The recommend age is 0-6m.The package of our product is sets.\r\n\r\nPRODUCT DESCRIPTION:1. Material is cloth+cotton+net+epe foam bracket. \r\n2. Baby cotton foldable play mat. \r\n\r\nREASONS TO BUY:✨ Activity gym for babies: the crawling game can be used as a play mat, baby crawling toy, yoga mat, gymnastics blanket, children\'s crawling game. it can also be used as a floor mat for reading, watching tv, playing with your family and friends. \r\n✨ Infant rug: our baby crawling game blankets provide a safe and comfortable sleeping environment for your baby to crawl, play, sit up and learn to walk, keep your baby healthy and warm. \r\n✨ Bright colors will attract your baby attention. \r\n✨ Five linkable toys can be removed and played separately! \r\n✨ Made of cloth material, soft, breathable, will not hurt the baby skin. \r\n\r\nBUYER SAYS:✨ Dazzling recommend and arrived quickly thanks. \r\n✨ Very good goods. the colors are bright. in the kit were balls. delivery a little delayed. i recommend the product. \r\n\r\nRELATED INFO:✨ Baby gym fitness: the crawling game blanket can help kids develop their body and mind, promotes baby\'s physical fitness, improves children\'s strength and balance. it is a great way to increase parent-child relat', 20.58, NULL, NULL, 23.58, 'Baby Fitness Frame Crawling Game Blanket Multifunctional Educational Mat Fence Crawling Blanket Infant Rug Enlightenment Toys-40071.jpeg', 'Baby Fitness Frame Crawling Game Blanket Multifunctional Educational Mat Fence Crawling Blanket Infant Rug Enlightenment Toys-71158.jpeg', 'Baby Fitness Frame Crawling Game Blanket Multifunctional Educational Mat Fence Crawling Blanket Infant Rug Enlightenment Toys-78959.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 02:11:26', '2024-02-19 02:11:26'),
(4737, '2024 Autumn/Winter Men\'s Cashmere Sweater Pullover', 'pf8ywYyam', 12, '2024 Autumn/Winter Men\'s Cashmere Sweater Pullover Long Sleeved Simple Solid Color Half High Neck Warm Loose Knit Fashionabletop', 51.84, NULL, NULL, 172.80, '2024 Autumn/Winter Men\'s Cashmere Sweater Pullover-24342.webp', '2024 Autumn/Winter Men\'s Cashmere Sweater Pullover-88125.webp', '2024 Autumn/Winter Men\'s Cashmere Sweater Pullover-55152.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 02:14:15', '2024-02-19 02:14:15'),
(4738, 'Sunnydaze Decor, Rectangle Raised Garden Bed, Material Galvanized Steel, Model# HB-536-2PK', 'JNQXPsVRh', 14, 'These corrugated steel galvanized raised garden beds will add height and health to plant and vegetable gardens. Raised garden beds provide plants with better soil and moisture drainage to produce a higher yield. Each raised garden bed is made from 1 millimeter-thick galvanized steel to withstand most weather conditions and prevent rust. These metal flower beds come complete with everything necessary for assembly, including the steel panels and hardware.\r\nWhat\'s Included\r\n\r\n(2) Garden Beds\r\nFeatures + Benefits\r\n\r\nKEEP PLANTS TOGETHER: These galvanized corrugated steel garden beds are perfect for growing plants close together in the backyard or creating beautiful flower beds. Each raised planter box measures 48\" L x 24\" W x 11.75\" H and weighs 10.2 lbs. They each have a soil capacity of 7.8 cu. ft. or 59 gal.\r\nDURABLE & WEATHER-RESISTANT: These metal raised garden beds are made from corrugated rectangle galvanized steel material to withstand harsh weather conditions. Steel is more stable than wood or plastic beds and won\'t crack in cold temperatures.\r\nEASY TO USE: All hardware needed to assemble this raised garden bed kit is included (screwdriver required but not included). Simply place the kit above ground, add soil, and watch your vegetables and plants grow.\r\nPROMOTE HEALTHY ROOTS: Raised metal garden beds are ideal for encouraging root development and growth for your vegetables, fruits, flowers, and herbs.\r\nWORRY-FREE PURCHASING: Sunnydaze Decor backs its products with a 1-year manufacturer\'s warranty for worry-free purchasing.', 109.00, NULL, NULL, 139.00, 'Sunnydaze Decor, Rectangle Raised Garden Bed, Material Galvanized Steel, Model# HB-536-2PK-16461.jpeg', 'Sunnydaze Decor, Rectangle Raised Garden Bed, Material Galvanized Steel, Model# HB-536-2PK-38772.jpeg', 'Sunnydaze Decor, Rectangle Raised Garden Bed, Material Galvanized Steel, Model# HB-536-2PK-52845.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-19 02:14:44', '2024-02-19 02:14:44'),
(4739, 'New Men\'s Top 100% Pure Merino Wool Sweater', '3wqidFbir', 12, 'New Men\'s Top 100% Pure Merino Wool Sweater O-neck Inlaid Pullover 2023 Autumn and Winter High-End Knitted Cashmere Sweater Men', 46.13, NULL, NULL, 92.27, 'New Men\'s Top 100% Pure Merino Wool Sweater-82406.webp', 'New Men\'s Top 100% Pure Merino Wool Sweater-47253.webp', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-19 02:18:20', '2024-02-19 02:18:20'),
(4740, 'Bully Tools, 18in. Stone Rake s/Fiberglass Handle, Model# 92369', 'FHEn86EIm', 14, 'The Bully Tools 92369 18in. Stone Rake with Long Fiberglass Handle is the perfect landscaping tool for projects involving spreading stones, gravel, tough soil, mulch, and other debris for various lawn garden tasks. It is constructed from a heavy duty 7-gauge 100% Made In The USA steel, which is up to 30% more durable than foreign competitors, a 66in. handle made from high quality fiberglass and coated in a polyester veil to prevent splintering and increase strength, and a rubber grip to provide maximum comfort and to decrease hand fatigue through extended use. The Bully Tools 18in. Stone Rake with Long Fiberglass Handle also comes with a limited lifetime warranty that protects against defects in material and workmanship.\r\nWhat\'s Included\r\n\r\n(1) 1\r\nFeatures + Benefits\r\n\r\nThe perfect landscaping rake for projects involving spreading stones, gravel, tough soil, mulch, and other debris for various lawn & garden tasks\r\nThe rake head is constructed from 7-gauge 100% Made In The USA steel, up to 30% more durable than foreign competitors\r\nThe heat treated and tempered tines add additional strength and power to the tool, and it features a flat edge for leveling off surfaces\r\nRake head measures 5? L x 18? W\r\n66? handle made from high quality fiberglass and coated in a polyester veil to prevent splintering and increase strength\r\nExtended rubber comfort grip to provide maximum comfort and to decrease hand fatigue through extended use\r\n100% Made In The USA', 57.74, NULL, NULL, 60.99, 'Bully Tools, 18in. Stone Rake s/Fiberglass Handle, Model# 92369-15937.jpeg', 'Bully Tools, 18in. Stone Rake s/Fiberglass Handle, Model# 92369-58462.jpeg', 'Bully Tools, 18in. Stone Rake s/Fiberglass Handle, Model# 92369-64691.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 02:18:55', '2024-02-19 02:18:55'),
(4741, 'PHILIPS AVENT Newborn baby Wide caliber High borosilicate glass feeder Anti choking Anti-Colic 0-6 months or more 160ml 240ml', 'pZ8RMJ4P2', 12, 'Flow Velocity\r\nMedium Flow\r\nPackaging\r\nSingle loaded\r\nHandle\r\nNo\r\nCapacity\r\n160ml', 10.80, NULL, NULL, 14.80, 'PHILIPS AVENT Newborn baby Wide caliber High borosilicate glass feeder Anti choking Anti-Colic 0-6 months or more 160ml 240ml-83673.jpeg', 'PHILIPS AVENT Newborn baby Wide caliber High borosilicate glass feeder Anti choking Anti-Colic 0-6 months or more 160ml 240ml-20480.jpeg', 'PHILIPS AVENT Newborn baby Wide caliber High borosilicate glass feeder Anti choking Anti-Colic 0-6 months or more 160ml 240ml-46490.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-19 02:19:58', '2024-02-19 02:19:58'),
(4742, 'Corona Hand Pruner — 8.4in.L., Model# BP15180', 'RmbphsVXO', 14, 'The Corona Hand Pruner, model BP15180, is a high-quality gardening tool. It\'s 8.4 inches long and designed for precision pruning. With its sharp blades and comfortable grip, it makes pruning tasks a breeze. Whether you\'re trimming plants, flowers, or small branches, this pruner is a handy tool to have in your gardening arsenal.', 39.00, NULL, NULL, 44.55, 'Corona Hand Pruner — 8.4in.L., Model# BP15180-17374.jpeg', 'Corona Hand Pruner — 8.4in.L., Model# BP15180-54777.jpeg', 'Corona Hand Pruner — 8.4in.L., Model# BP15180-96207.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-19 02:22:26', '2024-02-19 02:22:26'),
(4743, 'The Ninjago Movie Videogame', 'banmFidJl', 12, 'Lego: The Ninjago Movie Videogame - Nintendo Switch [Code In Box]', 19.93, NULL, NULL, 26.51, 'The Ninjago Movie Videogame-49116.jpeg', 'The Ninjago Movie Videogame-43556.jpeg', 'The Ninjago Movie Videogame-20530.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 02:25:09', '2024-02-19 02:25:09'),
(4744, 'Men\'s Cashmere Sweater Pullover Sweater', '0PNxTv8oD', 12, 'Men\'s Cashmere Sweater Pullover Sweater, Long Sleeved Contrasting Color Loose Casual Bottom Sweater, New For Autumn Winters 2024', 48.09, NULL, NULL, 160.35, 'Men\'s Cashmere Sweater Pullover Sweater-59856.webp', 'Men\'s Cashmere Sweater Pullover Sweater-64632.webp', 'Men\'s Cashmere Sweater Pullover Sweater-47880.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 02:25:15', '2024-02-19 02:25:15'),
(4745, 'Milwaukee M12 Brushless Pruning Shears, Tool Only, Model# 2534-20', 'jPr3yfqln', 14, 'The Milwaukee® M12™ Brushless Pruning Shears deliver the fastest, most controlled pruning while reducing operator fatigue. These pruning shears feature the power to cut up to 1 1/4in. branches while providing the ability to lock the blades into half of that capacity through the mode select board, increasing application speed by up to 40%. The M12™ shears also reduce muscle effort by up to 75% compared to manual solutions, allowing users to complete tough applications with ease and speed. The Active Blade Control system enables the blade movement to follow the trigger movement, providing more control over the cut capacity during application. This, combined with the mode select and lightweight, inline design, offers better accessibility and control in intricate pruning applications. When paired with the M12™ CP2.0 battery, these pruning shears deliver up to 1000 cuts per charge in 1/2in. branches. Fully compatible with 150+ solutions within the M12™ system. Includes a wrist strap for portability. 12V battery not included (sold separately).\r\nWhat\'s Included\r\n\r\n(1) Pruning shears (1) Wrist strap\r\nFeatures + Benefits\r\n\r\nExtra-fast pruning with added control and reduced fatigue\r\nPower to cut branches up to 1 1/4in. dia.\r\nFully compatible with the M12™ system, featuring 150+ tools\r\nDelivers up to 1,000 cuts per charge in 1/2in. dia. branches\r\nQuiet, efficient brushless motor offers exceptional power and long life\r\nActive Blade Control System features blade movement that mirrors trigger movement for increased control and access\r\nMode Select allows you to select full or half mode to match cut capacity to specific applications\r\nOptimized in-line design offers increased access in tight spaces\r\nSlim, ergonomic grip for more comfort during use\r\nHigh-strength steel blades for increased durability\r\nWrist strap is included to help retain the pruning shears during operation and provide more control during application', 187.99, NULL, NULL, 199.00, 'Milwaukee M12 Brushless Pruning Shears, Tool Only, Model# 2534-20-85827.jpeg', 'Milwaukee M12 Brushless Pruning Shears, Tool Only, Model# 2534-20-28937.jpeg', 'Milwaukee M12 Brushless Pruning Shears, Tool Only, Model# 2534-20-13094.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 02:28:14', '2024-02-19 02:28:14'),
(4746, 'Cashmere Sweater 100%', 'acEXXwRgf', 12, 'Cashmere Sweater 100% Australian Wool Men\'s Wool Dweater Half High Neck Sweater Thickened Pullover Knit Business Casual Top', 52.06, NULL, NULL, 117.62, 'Cashmere Sweater 100%-29490.webp', 'Cashmere Sweater 100%-92129.webp', 'Cashmere Sweater 100%-10066.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 02:29:14', '2024-02-19 02:29:14'),
(4747, 'Pokemon Shield', '2CkkbXjfr', 12, 'Pokemon Shield Video Game Import Region Free, Nintendo Switch', 51.95, NULL, NULL, 63.95, 'Pokemon Shield-58059.jpeg', 'Pokemon Shield-75563.jpeg', 'Pokemon Shield-40809.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 02:29:46', '2024-02-19 02:29:46'),
(4748, 'Brass Flower Cabinet Knobs Golden Corolla Drawer Pulls Petal Dresser Knobs Closet Door Handles Furniture Knobs Kitchen Hardware', 'tvF3QMqU2', 12, 'Model Number\r\nDOM0117\r\nStyle\r\nRural\r\nMaterial\r\nBrass\r\nDIY Supplies\r\nWoodworking', 8.55, NULL, NULL, 9.55, 'Brass Flower Cabinet Knobs Golden Corolla Drawer Pulls Petal Dresser Knobs Closet Door Handles Furniture Knobs Kitchen Hardware-23751.jpeg', 'Brass Flower Cabinet Knobs Golden Corolla Drawer Pulls Petal Dresser Knobs Closet Door Handles Furniture Knobs Kitchen Hardware-30487.jpeg', 'Brass Flower Cabinet Knobs Golden Corolla Drawer Pulls Petal Dresser Knobs Closet Door Handles Furniture Knobs Kitchen Hardware-75630.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 02:32:58', '2024-02-19 02:32:58'),
(4749, 'Milwaukee M18 Fuel QUIK-LOK Articulating Hedge Trimmer Attachment, 49-16-2719', 'Ot2iSgI14', 14, 'This Milwaukee® M18 Fuel™ QUIK-LOK™ Articulating Hedge Trimmer Attachment has a 20in.L blade with 1in. cutting capacity to clear more material in a single pass. The versatile M18 Fuel system is made up of 2 components, an M18 Fuel power head (not included), plus a QUIK-LOK hedge trimmer attachment (included). The QUIK-LOK attachment system offers the ability to quickly swap out other attachments (sold separately) in the M18 Fuel system to handle additional yard chores when the hedge trimming is done. Operates off the M18™ REDLITHIUM™ HD9.0 battery pack system (Item# 62598, battery and charger sold separately), using REDLINK PLUS™ intelligence hardware and software to ensure optimal power, performance and the extended run time you need without bogging down on the jobsite.\r\nWhat\'s Included\r\n\r\n(1) Articulating hedge trimmer attachment\r\nFeatures + Benefits\r\n\r\nHedge Trimmer Attachment only -- must be used with a Milwaukee M18 Fuel™ power head and REDLITHIUM™ HD9.0 battery pack (not included)\r\nCompatible with the M18 Fuel™ Power Head (available separately in kits -- Item#s 73409 or 73410)\r\nCompatibility across the entire M18™ System\r\nArticulating head design with adjustment handle and sliding adjustment collar allows for 270 degree rotation of the blade set, which delivers 13 operating positions and 1 storage position\r\nGenerous 20in. blade with 1in. cutting capacity\r\nOptimized gearing designed to manage the M18 FUEL™ power head RPM output specifically for hedge trimming applications\r\nTip Guard helps prevent damage to blade and surrounding work area\r\nPadded grip provides optimal hand placement and increased comfort\r\nProtected drive shaft offers increased durability against drops and storage elements', 179.00, NULL, NULL, 225.00, 'Milwaukee M18 Fuel QUIK-LOK Articulating Hedge Trimmer Attachment, 49-16-2719-12796.jpeg', 'Milwaukee M18 Fuel QUIK-LOK Articulating Hedge Trimmer Attachment, 49-16-2719-74666.jpeg', 'Milwaukee M18 Fuel QUIK-LOK Articulating Hedge Trimmer Attachment, 49-16-2719-15336.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-19 02:33:07', '2024-02-19 02:33:07'),
(4750, 'Winter Thick Man\'s Sweaters', 'bP1RfbcED', 12, 'Winter Thick Man\'s Sweaters Casual Business Jumper Male Pullover Long Sleeve O-Neck Warm Clothes 100% Woolen Knitted Tops Blouse', 64.63, NULL, NULL, 201.98, 'Winter Thick Man\'s Sweaters-69518.webp', 'Winter Thick Man\'s Sweaters-99736.webp', 'Winter Thick Man\'s Sweaters-70781.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 02:33:47', '2024-02-19 02:33:47'),
(4751, 'Mario Kart 8 Deluxe', 'vJPppqGWI', 12, 'Nintendo Mario Kart 8 Deluxe Video Game for Nintendo Switch System', 30.99, NULL, NULL, 49.43, 'Mario Kart 8 Deluxe-60854.jpeg', 'Mario Kart 8 Deluxe-30459.jpeg', 'Mario Kart 8 Deluxe-21295.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-19 02:36:49', '2024-02-19 02:36:49'),
(4752, 'Stihl Hedge Trimmer Attachment — 20in. Blade, Fits Stihl KombiSystem, Model# HL KM 145', 'phEIrylAb', 14, 'This STIHL® Hedge Trimmer Attachment turns your Stihl KombiSystem (sold separately) into an effective hedge trimmer with 20in. blade and 145 degree working range for flexibility.\r\nWhat\'s Included\r\n\r\n(1) Hedge trimmer attachment\r\nFeatures + Benefits\r\n\r\nDouble-sided blade with adjustable 145 degree working range provides excellent, flexible cutting performance\r\nLightweight design helps reduce fatigue when trimming numerous and extensive hedges\r\nRedesigned gearbox for smooth performance\r\nModern color scheme looks great\r\nDesigned for use with the Stihl® KombiMotor system (sold separately)', 279.99, NULL, NULL, 310.99, 'Stihl Hedge Trimmer Attachment — 20in. Blade, Fits Stihl KombiSystem, Model# HL KM 145-33747.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 02:37:11', '2024-02-19 02:37:11'),
(4753, 'Smpevrg Man\'s Sweaters And Pullover Long Sleeve', 'PYWaGgxcu', 12, 'Smpevrg Man\'s Sweaters And Pullover Long Sleeve O-Neck Jumper Winter Thicken Casual Cashmere Sweater Wool Knitted Tops Clothing', 62.38, NULL, NULL, 209.00, 'Smpevrg Man\'s Sweaters And Pullover Long Sleeve-39017.webp', 'Smpevrg Man\'s Sweaters And Pullover Long Sleeve-98713.webp', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 02:38:56', '2024-02-19 02:38:56'),
(4754, '10Pcs/set 30mm Diamond Shape Design Crystal Glass Knobs Cupboard Drawer Pull Kitchen Cabinet Door Wardrobe Handles Hardware', 'cPbWFnENx', 12, 'material:%20this%20crystal%20cabinet%20knob%20is%20made%20of%20high-precision%20aluminum%20alloy,%20which%20is%20extremely%20stable,%20resistant%20to%20corrosion%20by%20the%20atmosphere%20and%20acid%20and%20alkali,%20and%20will%20not%20change%20color%20or%20rust.%0A%0A2.Solid%20base%3A%20the%20perfectly%20upgraded%20base%20is%20inlaid%20with%20a%20mirror,%20so%20that%20the%20diamonds%20shine,%20and%20the%20aluminum%20cannot%20be%20seen%20when%20looking%20directly%20at%20the%20base.%20The%20handle%20base%20of%20the%20kitchen%20cabinet%20is%20smooth%20and%20comfortable%20to%20the%20touch.%0A%0A3.Fashion%20design%3A%20the%20rhinestones%20of%20this%20wardrobe%20handle%20are%20perfectly%20cut%20and%20crystal%20clear.%20The%20refraction%20and%20reflection%20of%20light%20make%20the%20cabinet%20look%20very%20dynamic%20and%20shiny,%20whether%20it%20is%20visually%20or%20in%20terms%20of%20grip,%20it%20is%20very%20suitable%20for%20any%20cabinet.%20It%20is%20suitable%20for%20cabinets%20of%20different%20sizes%20and%20colors.%0A%0A4.Convenient%20installation%3A%20find%20the%20place%20where%20you%20want%20to%20install%20the%20wooden%20board,%20drill%20a%20hole%20in%20the%20wooden%20board,%20then%20pass%20the%20screw%20on%20the%20back%20of%20the%20wooden%20board,%20and%20tighten%20the%20screw%20to%20the%20furniture%20handle.%20The%20bottom%20depth%20of%20this%20door%20handle%20is%20very%20suitable%20for%2025%20mm%20screws.%0A%0A5.Privacy%20door%20knobs%20set%20best%20fit%20into%20bedroom%20or%20bathroom%20doors%20and%20any%20place%20where%20privacy%20is%20needed.%20If%20you%20want%20to%20refurbish%20or%20update%20the%20door%20knob%20for%20bathroom%20with%20lock,%20this%20crystal%20glass%20door%20knob%20will%20be%20a%20good%20choice.%0A%0ASpecifications%3A%0AMaterial%3A%20glass%20+%20aluminum%20alloy%0ASize%3A%0ACabinet%20knob%20diameter%3A%2030%20mm%0ABase%20diameter%3A%2015%20mm%0AHeight%3A%2030%20mm%0A%0APackage%20includes%EF%BC%9A%0A10%20x%20Handles%0A10%20x%20Gaskets%0A10%20x%20Screws', 6.82, NULL, NULL, 8.82, '10Pcs/set 30mm Diamond Shape Design Crystal Glass Knobs Cupboard Drawer Pull Kitchen Cabinet Door Wardrobe Handles Hardware-83116.jpeg', '10Pcs/set 30mm Diamond Shape Design Crystal Glass Knobs Cupboard Drawer Pull Kitchen Cabinet Door Wardrobe Handles Hardware-75426.jpeg', '10Pcs/set 30mm Diamond Shape Design Crystal Glass Knobs Cupboard Drawer Pull Kitchen Cabinet Door Wardrobe Handles Hardware-33273.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 02:41:24', '2024-02-19 02:41:24');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4755, 'Race Sport Lighting, Wireless Solar-Powered Cab LED system Amber, Light Type LED, Lens Color Clear, Included (qty.) 5, Model# 1007472', '20VU33hje', 14, 'The NEW LoPro series Wireless Solar-powered marker cab light system is revolutionary to the marketplace and gives you sharp and bright LED Cab lights on your vehicle, but with no drilling, no holes, no wiring, and no problems! Eliminate water leakage, corrosion on your roof, and major issues with wired kits. Stop paying installation centers 4+ hours of labor (Typically over $750+ in labor and materials) to install other cheap aftermarket cab light systems that requires holes, wiring, and are nothing but long term problems waiting to arise. The patented technology allows any professional shop to install in less than an hour on any roof, and ensures no drilling, no holes, no wires, and no problems! The wireless cab light kit is easy to install, and after the first initial power on, takes care of the rest using light and vibration sensors to control the light. When the vehicle is moving, the sensor picks up the light vibration and turns the lights on so as it is dark out. Within 1 minute after the vehicle is shut off, and the vibration stops, the cab lights will shut off on their own.\r\nWhat\'s Included\r\n\r\n(1) Instruction Manual (1) Adhesive pad\r\nFeatures + Benefits\r\n\r\nExtra illumination: Cab lights can provide additional marker lights in the front of the vehicle, which can be useful for a variety of tasks, such as night driving, traffic congestions, or simply being seen better in low light conditions.\r\nConvenience: Wireless solar cab lights don\'t require any cords or wiring, making them easy to install and use. This can be especially useful for people who don\'t want to deal with the hassle of wiring lights into their vehicle or drilling holes into the top of their vehicle.\r\nVersatility: Solar-powered cab lights can be used in any vehicle, regardless of whether it has an electrical system. This makes them ideal for use in off-road vehicles, trucks, or other vehicles that might not have easy access to power.\r\nDurability: Solar cab lights are built to withstand harsh weather conditions and are resistant to damage, making them a reliable lighting option for any situation.\r\nCost-effective: Solar cab lights can save battery life in the long run by eliminating the need for batteries or electrical installation. They can also be used in areas where running electrical wires or cables is not practical or cost-effective.\r\nEnvironmentally friendly: Solar-powered lights don\'t generate any emissions and use a renewable energy source, making them a more sustainable option compared to traditional lighting.\r\nLong-lasting: With proper maintenance, solar cab lights can last for years, providing reliable illumination for your vehicle.\r\nKit comes with (5) 3M adhesive wireless Cab lights\r\nNo Drilling required, No holes, no wiring\r\nSolar-powered\r\nShock resistant silicone shell\r\nAutomatic dusk/dawn light detection\r\n8-9 hour backup battery\r\n(3) WHITE diodes per light\r\n60 Raw Lumens per light or 300 RAW lumens per kit\r\nMade in USA\r\nUS PATENT NO. 10,808,898\r\nWINNER OF THE 2021 THE EVENT SHOW Best New Accessories Award!', 409.99, NULL, NULL, 455.99, 'Race Sport Lighting, Wireless Solar-Powered Cab LED system Amber, Light Type LED, Lens Color Clear, Included (qty.) 5, Model# 1007472-57981.jpeg', 'Race Sport Lighting, Wireless Solar-Powered Cab LED system Amber, Light Type LED, Lens Color Clear, Included (qty.) 5, Model# 1007472-67932.jpeg', 'Race Sport Lighting, Wireless Solar-Powered Cab LED system Amber, Light Type LED, Lens Color Clear, Included (qty.) 5, Model# 1007472-97870.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-19 02:41:44', '2024-02-19 02:41:44'),
(4756, 'Teenage Mutant Ninja Turtles', 'C1IWKb8F1', 12, 'Teenage Mutant Ninja Turtles: Cowabunga Collection - PlayStation 5', 28.93, NULL, NULL, 39.99, 'Teenage Mutant Ninja Turtles-82408.jpeg', 'Teenage Mutant Ninja Turtles-28980.jpeg', 'Teenage Mutant Ninja Turtles-19777.jpeg', 'Video games', 5.0, NULL, 1, '2024-02-19 02:42:11', '2024-02-19 02:42:11'),
(4757, '100% Merino Wool Sweater Winter Thick Man\'s Sweaters', 'jHciU4E4q', 12, '100% Merino Wool Sweater Winter Thick Man\'s Sweaters Fahion Computer Knitted Male Pullover Long Sleeve O-Neck Jumper Warm Tops', 74.78, NULL, NULL, 201.98, '100% Merino Wool Sweater Winter Thick Man\'s Sweaters-30976.webp', '100% Merino Wool Sweater Winter Thick Man\'s Sweaters-63614.webp', '100% Merino Wool Sweater Winter Thick Man\'s Sweaters-89292.webp', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 02:43:35', '2024-02-19 02:43:35'),
(4758, 'Vision X Sealed Beam Halogen OEM Replacement Headlight — 5 3/4in., Model# VX-575', 'VLB4Tftey', 14, 'This Vision X Sealed Beam Halogen OEM Replacement Headlight features a sealed beam housing that provides an updated look and multisurface reflector technology offers up to 30% greater light output. Plug-and-play design requires no modifications. OEM cross reference: H5001/H5006.\r\nWhat\'s Included\r\n\r\n(2) 5 3/4 in. round replacement sealed beam headlights\r\nFeatures + Benefits\r\n\r\n12V DC operation with 4.58 Amp draw\r\nIdeal choice for offroad racing, construction, industrial, agricultural, mining, commercial, forest service, marine and military applications', 99.00, NULL, NULL, 112.00, 'Vision X Sealed Beam Halogen OEM Replacement Headlight — 5 3/4in., Model# VX-575-89306.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-19 02:44:51', '2024-02-19 02:44:51'),
(4759, 'Super Smash Bros', 'YHVv3KO9K', 12, 'Super Smash Bros. Ultimate - Nintendo Switch', 48.99, NULL, NULL, 59.99, 'Super Smash Bros-40916.jpeg', 'Super Smash Bros-89545.jpeg', 'Super Smash Bros-98372.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 02:46:13', '2024-02-19 02:46:13'),
(4760, 'Ecco Combination Light — Round, 5.4in. Dia., Model# ED3040AW', 'd8IkIexQu', 14, 'The Ecco Combination Light is a stop-tail-turn-reverse and warning light in one durable design. This low-profile, multifunctional light maximizes visibility on the back of the vehicle. It indicates stop-turn-tail-reverse with steady burn red and white colors. When warning lights are activated, the dual-color lights provide 69 attention-grabbing flash patterns.\r\nWhat\'s Included\r\n\r\n(1) Combination stop-tail-turn-reverse and warning light\r\nFeatures + Benefits\r\n\r\nInstallation is a breeze with a female PL3 connector and grommet mount or a flange mount option\r\n69 attention-getting flash patterns\r\nCertifications: SAE CLASS I, DOT, CA T13, R10, IP67, ROHS\r\nVoltage: 12–24 VDC', 69.99, NULL, NULL, 78.99, 'Ecco Combination Light — Round, 5.4in. Dia., Model# ED3040AW-79283.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-19 02:49:08', '2024-02-19 02:49:08'),
(4761, 'Countertop Dishwasher, Portable Dishwasher, 6 Place Settings & 8 Washing Programs, Speed, Baby-Care, ECO& Glass, Dish Washer', 'czszgYXe9', 12, '6 Place Setting】- A perfect size(H438×W550×D500mm) for 2-3 people, COMFEE\' compact dishwasher is suitable for dorms, RVs and apartments. This countertop dishwasher can fit up to 70 pieces of tableware, and a plate size of up to 10 inches diameter. Note: COMFEE dishwashers are tested at the factory before they are shipped. If your new dishwasher has some water inside, this is normal.\r\n【Simple Installation】- COMFEE\' portable dishwasher can be connected to faucet directly (Suitable adaptor needed). Depending on your needs, it can be flexibly placed on the table or fitted in the cupboard.', 210.96, NULL, NULL, 600.76, 'Countertop Dishwasher, Portable Dishwasher, 6 Place Settings & 8 Washing Programs, Speed, Baby-Care, ECO& Glass, Dish Washer-52854.webp', 'Countertop Dishwasher, Portable Dishwasher, 6 Place Settings & 8 Washing Programs, Speed, Baby-Care, ECO& Glass, Dish Washer-66352.webp', 'Countertop Dishwasher, Portable Dishwasher, 6 Place Settings & 8 Washing Programs, Speed, Baby-Care, ECO& Glass, Dish Washer-26072.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 02:50:21', '2024-02-19 02:50:21'),
(4762, 'Luigi\'s Mansion 3', 'qDRDImTUc', 12, 'Luigi\'s Mansion 3 - Nintendo Switch', 49.20, NULL, NULL, 59.99, 'Luigi\'s Mansion 3-60781.jpeg', 'Luigi\'s Mansion 3-32664.jpeg', 'Luigi\'s Mansion 3-18013.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-19 02:52:29', '2024-02-19 02:52:29'),
(4763, 'Ecco Combination Light — Oval, 7.5in., Amber/Clear, Model# ED3060AW', 'sK0ogGvFi', 14, 'The Ecco Combination Light is a stop-tail-turn-reverse and warning light in one durable design. This low-profile, multifunctional light maximizes visibility on the back of the vehicle. It indicates stop-turn-tail-reverse with steady burn red and white colors. When warning lights are activated, the dual-color lights provide 69 attention-grabbing flash patterns.\r\nWhat\'s Included\r\n\r\n(1) Combination stop-tail-turn-reverse and warning light\r\nFeatures + Benefits\r\n\r\nInstallation is a breeze with a female PL3 connector and grommet mount or a flange mount option\r\n69 attention-getting flash patterns\r\nCertifications: SAE CLASS I, DOT, CA T13, R10, IP67, ROHS\r\nVoltage: 12–24 VDC', 69.99, NULL, NULL, 79.99, 'Ecco Combination Light — Oval, 7.5in., Amber/Clear, Model# ED3060AW-87361.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-19 02:53:24', '2024-02-19 02:53:24'),
(4764, '8pcs Door Handle Beech Replacement Furniture Pull Cabinet Handle Part Supply', '2mQdYFZlu', 12, 'Material\r\nBronze\r\nDIY Supplies\r\nWoodworking\r\nOrigin\r\nMainland China\r\nType\r\nFurniture Handle & Knob', 2.30, NULL, NULL, 3.30, '8pcs Door Handle Beech Replacement Furniture Pull Cabinet Handle Part Supply-36506.jpeg', '8pcs Door Handle Beech Replacement Furniture Pull Cabinet Handle Part Supply-30889.jpeg', '8pcs Door Handle Beech Replacement Furniture Pull Cabinet Handle Part Supply-31692.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 02:57:44', '2024-02-19 02:57:44'),
(4765, 'Countertop Ice Maker, 9 Thick Bullet-Shaped Ice Ready in 6-9 Mins, Portable Ice Maker Machine w/ Ice Scoop and Basket | USA |NEW', 'EY4j2p3ta', 12, 'High Efficiency Ice Machine】KUMIO ice makers countertop countertop can make 9 bullet-shaped ice in only 6-9 minutes, the ice bullets are relatively thicker and last longer. Fill the tank with 1.5L of water to make 26.5 lbs of ice in 24 hours. Gives you fresh ice in no time\r\n【User-friendly】Equipped with a one-touch control panel. The large transparent lid allows you to monitor the ice-making process. The built-in infrared sensor automatically detects if the ice is full and stops production to prevent overflow. An indicator light comes on when the water is low or the ice basket is full. It also comes with a removable ice basket and ice scoop for easy transfer of ice to your beverage or ice bucket', 51.96, NULL, NULL, 150.34, 'Countertop Ice Maker, 9 Thick Bullet-Shaped Ice Ready in 6-9 Mins, Portable Ice Maker Machine w/ Ice Scoop and Basket | USA |NEW-74191.webp', 'Countertop Ice Maker, 9 Thick Bullet-Shaped Ice Ready in 6-9 Mins, Portable Ice Maker Machine w/ Ice Scoop and Basket | USA |NEW-30382.webp', 'Countertop Ice Maker, 9 Thick Bullet-Shaped Ice Ready in 6-9 Mins, Portable Ice Maker Machine w/ Ice Scoop and Basket | USA |NEW-10195.webp', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 02:58:00', '2024-02-19 02:58:00'),
(4766, 'Harry Potter', 'IIZhQTEQV', 12, 'Warner Bros. LEGO Harry Potter Collection Adventure Video Game - Nintendo Switch', 27.99, NULL, NULL, 30.37, 'Harry Potter-50673.jpeg', 'Harry Potter-57539.jpeg', 'Harry Potter-33129.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 02:59:51', '2024-02-19 02:59:51'),
(4767, 'Airspeed Bagless Upright Vacuum Cleaner, NEU100 | USA | NEW', 'gv7vgIdKD', 12, 'Airspeed Bagless Upright Vacuum Cleaner, NEU100 | USA | NEW', 43.70, NULL, NULL, 140.09, 'Airspeed Bagless Upright Vacuum Cleaner, NEU100 | USA | NEW-67565.webp', 'Airspeed Bagless Upright Vacuum Cleaner, NEU100 | USA | NEW-63216.webp', 'Airspeed Bagless Upright Vacuum Cleaner, NEU100 | USA | NEW-58625.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 03:03:40', '2024-02-19 03:11:48'),
(4768, 'European Stone Grain Ceramic Handle Kitchen Cabinet Handles Cupboard Door Pulls Drawer Knobs Gold', 'soCVKY1nK', 12, 'size:%20Various%20choice%20please%20look%20at%20option%20photo%0AQuantity%3A%201%20piece%0AMaterial%3A%20Zinc%20alloy+Ceramics%0AColor%3Agold+Stone%20grain%20%0ASuitable%20for%3ACupboard%20door/Closet%20%0Adoor/Drawer/Bookcase/wardrobe/Dressing%20table,%20etc.%0A%0AFeatures:%0A%0A100%25%20High%20quality%20and%20not%20fade%0A%0A100%25%20True%20ceramics%0A%0AGood%20Plating%0A%0AComfortable%20to%20touch%0A%0AForm%20a%20complete%20set%20screw,%20convenient%20to%20use%0A%0AStyle:%20European%20style,Modern,%20durable,%20simple%20design,%20also%20not%20easy%20to%20disappear.%0A%0ACabinet%20handle/Wardrobe%20handle/Drawer%20handle/Wine%20cabinet%20handle/Bookcase%20handle/Shoe%20cabinet%20handle/%20Furniture%20handle,%20etc.%0A%0A%0AThe%20package%20includes:%0A%0A1%20x%20matching%20handle%20and%20screws%0A%0ANotice%0A%0A1.If%20you%20need%20specific%20length%20screws,%20please%20leave%20a%20message%20when%20paying%20for%20the%20order.%0A2.Please%20understand%20because%20of%20the%20light%20irradiation%20or%20computer%20display%20difference,%20so%20I%20can\'t%20guarantee%20photos%20and%20real%20color%20is%20100%25%20the%20same.', 2.86, NULL, NULL, 3.86, 'European Stone Grain Ceramic Handle Kitchen Cabinet Handles Cupboard Door Pulls Drawer Knobs Gold-61456.jpeg', 'European Stone Grain Ceramic Handle Kitchen Cabinet Handles Cupboard Door Pulls Drawer Knobs Gold-89349.jpeg', 'European Stone Grain Ceramic Handle Kitchen Cabinet Handles Cupboard Door Pulls Drawer Knobs Gold-54182.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 03:04:24', '2024-02-19 03:04:24'),
(4769, 'BatteryMINDer Plus Battery Charger/Trickle Charger/Desulfator — 12 Volt, 1 Amp, Model# 12117TC', 'R2PmUi8K0', 14, 'The BatteryMINDer Plus Battery Charger/Trickle Charger/Desulfator, model 12117TC, is a fantastic device for maintaining and charging your 12-volt batteries. It provides a 1 amp charge and helps prevent sulfation, which can extend the life of your batteries. It\'s a must-have for anyone looking to keep their batteries in top shape and ensure reliable power.', 27.00, NULL, NULL, 34.99, 'BatteryMINDer Plus Battery Charger/Trickle Charger/Desulfator — 12 Volt, 1 Amp, Model# 12117TC-28747.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-19 03:07:58', '2024-02-19 03:07:58'),
(4770, 'Nintendo Switch Sports', 'hz4zpEV4W', 12, 'Nintendo Switch Sports - Nintendo Switch', 36.99, NULL, NULL, 42.50, 'Nintendo Switch Sports-48025.jpeg', 'Nintendo Switch Sports-96014.jpeg', 'Nintendo Switch Sports-52370.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-19 03:08:19', '2024-02-19 03:08:19'),
(4771, 'Stainless Steel 12 Cup Percolator Kitchen', 'hryB2CdkG', 12, 'Stainless Steel 12 Cup Percolator Kitchen Appliances Electric Coffee Percolators.USA.NEW', 29.69, NULL, NULL, 99.00, 'Stainless Steel 12 Cup Percolator Kitchen-70974.webp', 'Stainless Steel 12 Cup Percolator Kitchen-76585.webp', 'Stainless Steel 12 Cup Percolator Kitchen-46332.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 03:10:14', '2024-02-19 03:11:24'),
(4772, 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325', 'wwhGdJa22', 14, 'The Schumacher Fully Automatic Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter has a heavy-duty transformer that delivers 6–2 Amp trickle charge, 40 Amp boost rate for standard charging and 250 Amp engine starting power. Bottom wheels add mobility.\r\nWhat\'s Included\r\n\r\n(1) Wheeled battery charger/trickle charger/desulfator/engine starter\r\nFeatures + Benefits\r\n\r\nHeavy-duty charger delivers 6-2 Amp trickle charge, 40 Amp boost rate and 250 Amp engine starting power\r\nTough steel case with retractable handle and compact wheels to improve mobility\r\nEnergy-efficient design with easy-to-use digital display\r\nOvercharge and polarity-reversal protection keep the battery and charger safe during use\r\nIncludes 6ft. output cables with insulated steel clamps for optimum power transfer', 234.99, NULL, NULL, 279.99, 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325-85208.jpeg', 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325-15997.jpeg', 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325-10865.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-19 03:13:12', '2024-02-19 03:13:12'),
(4773, 'Avatar Frontiers of Pandora', 'I0z0zELrc', 12, 'Avatar Frontiers of Pandora - PlayStation 5', 49.97, NULL, NULL, 6900.00, 'Avatar Frontiers of Pandora-45981.jpeg', 'Avatar Frontiers of Pandora-95701.jpeg', 'Avatar Frontiers of Pandora-59451.jpeg', 'Video games', 5.0, NULL, 1, '2024-02-19 03:14:38', '2024-02-19 03:14:38'),
(4774, '20CM Luxury Gold Brass Cabinet Door Handles Round sliding door handle Morden Knobs Home Improvement', 'KZZLST0wg', 12, 'is_customized\r\nYes\r\nModel Number\r\nBZ556\r\nPitch-row Specifications\r\n96mm\r\nStyle\r\nAmerican', 100.00, NULL, NULL, 108.63, '20CM Luxury Gold Brass Cabinet Door Handles Round sliding door handle Morden Knobs Home Improvement-72718.jpeg', '20CM Luxury Gold Brass Cabinet Door Handles Round sliding door handle Morden Knobs Home Improvement-13788.jpeg', '20CM Luxury Gold Brass Cabinet Door Handles Round sliding door handle Morden Knobs Home Improvement-54076.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 03:14:50', '2024-02-19 03:14:50'),
(4775, '45-Cup Coffee Pot Metal Lockable with Handles Kitchen', 'RpG1mlncS', 12, 'Fast Brew Coffee Urn,Model #40521 Hosting large gatherings at home? Serving crowds in business meetings or other functions? Coffee Urns are ideal high-volume coffee dispensers. Sleek and practical, these urns have a gleaming metal finish, comfortable handles, and a locking lid to avoid spills.', 52.65, NULL, NULL, 142.30, '45-Cup Coffee Pot Metal Lockable with Handles Kitchen-62257.webp', '45-Cup Coffee Pot Metal Lockable with Handles Kitchen-55501.webp', '45-Cup Coffee Pot Metal Lockable with Handles Kitchen-30740.webp', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-19 03:15:59', '2024-02-19 03:15:59'),
(4776, 'NOCO Genius5 Portable Automatic Battery Charger/Maintainer — 5 Amp, 6/12 Volt, Model# GENIUS5', 'OuLepPncF', 14, 'The NOCO® Genius5™ Portable 5 Amp Automatic Battery Charger/Maintainer can be used for both 6V and 12V lead-acid, and 12V lithium-ion batteries. This unit is designed for charging a car, motorcycle, ATV, snowmobile, personal watercraft, lawn mower and much more. It also can be used as a battery maintainer to keep a car, boat, RV, and deep-cycle batteries fully charged. The system monitors battery activity for safe and efficient charging without any overcharge and comes complete with a built-in battery desulfator to rejuvenate underperforming batteries. Includes interchangeable connector clamps with integrated eyelets.\r\nWhat\'s Included\r\n\r\n(1) Genius 5 automatic battery charger/maintainer with interchangeable connector clamps with integrated eyelets\r\n(1) Mounting bracket with strap\r\n(2) Self-tapping screws\r\nCharges lead-acid and lithium-ion batteries up to 120 Amp-hours\r\nImproved start-voltage sensor detects dead batteries as low as 1 Volt\r\nForce mode allows manual charging for extremely dead batteries — all the way down to zero volts\r\nBuilt-in battery desulfator recovers worn-out batteries\r\nSmart indicators quickly detect reverse polarity connections, connection to an incompatible battery, or failing batteries\r\nMonitors battery activity during charging for safe and efficient charging without any overcharge', 69.95, NULL, NULL, 74.99, 'NOCO Genius5 Portable Automatic Battery Charger/Maintainer — 5 Amp, 6/12 Volt, Model# GENIUS5-91587.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-19 03:16:24', '2024-02-19 03:16:24'),
(4777, 'DSR ProSeries 8-Bank Charging Station — 6/12 Volt, 12 Amp, Model# DSR127', 'uHVuZFGxG', 14, 'This 6/12V DSR ProSeries 8-Bank Charging Station enables you to charge up to 8 independent 6V and 12V batteries simultaneously. Each bank is completely automatic with a microprocessor to prevent overcharging, reverse polarity and short circuits. You can even revive severely discharged 12V batteries with the recovery setting. DOE compliant.\r\nWhat\'s Included\r\n\r\n(1) 8-bank charging station\r\nFeatures + Benefits\r\n\r\nAutomatically adjusts from 5 to 12 Amp output per bank\r\nCharges 6V and 12V Standard, AGM, Gel, deep-cycle and LFePO4 batteries\r\n8 independent, fully automatic, microprocessor-controlled charging banks\r\n8 detachable 6ft.L cables with 75 Amp, color-coded clamps\r\nSeparate digital display for each bank keeps you informed\r\nHeavy-duty steel case is built to last\r\nMulti-stage charging algorithm\r\nSafe-start, reverse polarity and short circuit protection\r\nOvercharge protection\r\nThermal runaway protection\r\nRecovery mode for sulfated Standard and AGM batteries\r\nEasy Start/Stop button\r\nFan-cooled for dependability and peak performance', 799.99, NULL, NULL, 830.00, 'DSR ProSeries 8-Bank Charging Station — 6/12 Volt, 12 Amp, Model# DSR127-95092.jpeg', 'DSR ProSeries 8-Bank Charging Station — 6/12 Volt, 12 Amp, Model# DSR127-78575.jpeg', 'DSR ProSeries 8-Bank Charging Station — 6/12 Volt, 12 Amp, Model# DSR127-95020.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-19 03:20:42', '2024-02-19 03:20:42'),
(4778, 'Heavy-Duty 5-Burner Propane Gas Grill - Stainless Steel Grill, 4 Main Burner with 1 side burner, 52,000 BTU Grilling Capacity', 'uE01BRorG', 12, 'Stainless Steel 4 Main Burner with 1 side burner, Porcelain Coated Lid, Steel Paint End Caps, and Liner, Chrome Plate Knobs, Black Coated Doors with SS Handle, Electronic Ignition System, Durable High-Grade SS Main and Side Burner, SS Control Panel with Two Large Wheels to Transport, Heavy-duty Cast Iron Cooking Grid, Easy to Clean Up, Ride Side Burner, Two Sides Prep Tables, Built-in Thermometer, Convenient Left Side Shelf for Extra Space for Preparation, Some Assembly Required, 4 easy move around wheels, Cooking Power: 52,000 BTU, Cooking Space: 443 square inches', 318.60, NULL, NULL, 910.24, 'Heavy-Duty 5-Burner Propane Gas Grill - Stainless Steel Grill, 4 Main Burner with 1 side burner, 52,000 BTU Grilling Capacity-79786.webp', 'Heavy-Duty 5-Burner Propane Gas Grill - Stainless Steel Grill, 4 Main Burner with 1 side burner, 52,000 BTU Grilling Capacity-65745.webp', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 03:20:43', '2024-02-19 03:20:43'),
(4779, 'The Legend of Zelda', 'jjjaPKDJI', 12, 'The Legend of Zelda: Link\'s Awakening, Nintendo Switch, [Physical], 110249', 39.99, NULL, NULL, 59.99, 'The Legend of Zelda-81851.jpeg', 'The Legend of Zelda-36802.jpeg', 'The Legend of Zelda-57695.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-19 03:21:13', '2024-02-19 03:21:13'),
(4780, 'Dent Fix Maxi Multiple Pull Dent Station, 220 Volt, Model# DF-505/220V', 'fQR1Q4qUT', 14, 'The Dent Fix Maxi Multiple Pull Dent Station is a 220V single phase dent pulling station that provides technicians with the power they need to shrink metal, pull rocker panels or hail damage, remove creases or dents in hard to access areas and fix all types of metal damage. The efficient tool produces clean, effective repairs.\r\nWhat\'s Included\r\n\r\n(1) Maxi 220V dent pulling station\r\n(2) Light pulling rods\r\n(2) Slide hammer rods\r\n(1) Stud pin electrode\r\n(1) Shrinking electrode\r\n(1) Wiggle wire weld tip\r\n(1) 9 finger bear claw\r\n (1) 4 finger bear claw\r\n(1) Pkg. of stud weld pins\r\n(1) Pkg. of wiggle wire\r\n(1) Power cable\r\n(1) Welding cable\r\nFeatures + Benefits\r\n\r\nIdeal for welding pins\r\nA great choice to weld a slide hammer directly to the panel\r\nCan be used to weld a light pulling rod\r\nWelds wiggle wire for even crease pulling\r\nPerfect for welding a rod for leverage pulling\r\nCan be used to shrink metal\r\nComplete kit includes:\r\nThe Maxi 220V unit\r\n2 light pulling rods\r\n2 slide hammer rods\r\nStud pin electrode and shrinking electrode\r\nWiggle wire weld tip\r\n9 and 4 finger Bear Claws\r\nStud weld pins\r\nWiggle wire\r\nPower cable and welding cable', 1799.99, NULL, NULL, 1885.99, 'Dent Fix Maxi Multiple Pull Dent Station, 220 Volt, Model# DF-505/220V-39097.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-19 03:23:28', '2024-02-19 03:23:28'),
(4781, 'QuickJack Portable Car Lift Package, 5000-Lb. Capacity, 110 Volts, Model# BL-5000TL 110 PU', 'MxJwkq13p', 14, 'The QuickJack Portable Car Lift Package, model BL-5000TL 110 PU, is an awesome tool for car enthusiasts and mechanics. With a 5000-lb. capacity, it can easily lift your vehicle for maintenance, repairs, or even just to show off your ride. It\'s portable and runs on 110 volts, making it convenient to use in your garage or on the go.', 1805.00, NULL, NULL, 1940.99, 'QuickJack Portable Car Lift Package, 5000-Lb. Capacity, 110 Volts, Model# BL-5000TL 110 PU-79296.jpeg', 'QuickJack Portable Car Lift Package, 5000-Lb. Capacity, 110 Volts, Model# BL-5000TL 110 PU-41823.jpeg', 'QuickJack Portable Car Lift Package, 5000-Lb. Capacity, 110 Volts, Model# BL-5000TL 110 PU-14685.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-19 03:29:42', '2024-02-19 03:29:42'),
(4782, 'Pulsar 4000-Watt Super Quiet Gas Powered Inverter Generator with CO Sentry | USA | NEW', 'W34RsbyUL', 12, 'When it comes to power on the go, the Pulsar PGD40iSCO portable inverter generator delivers big results in a compact, lightweight package. Weighing only 46 pounds, this unit operates at 4,000 peak watts and 3,200 running watts, making it a top choice for powering home, work, and recreational activities. And with its compact footprint, transportation and storage are a breeze.', 358.16, NULL, NULL, 1037.00, 'Pulsar 4000-Watt Super Quiet Gas Powered Inverter Generator with CO Sentry | USA | NEW-22998.webp', 'Pulsar 4000-Watt Super Quiet Gas Powered Inverter Generator with CO Sentry | USA | NEW-19634.webp', 'Pulsar 4000-Watt Super Quiet Gas Powered Inverter Generator with CO Sentry | USA | NEW-40598.webp', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-19 03:30:08', '2024-02-19 03:30:08'),
(4783, 'Spongebob Squarepants', 'toMJnfYEP', 12, 'Spongebob Squarepants: The Cosmic Shake, Nintendo Switch', 29.83, NULL, NULL, 39.99, 'Spongebob Squarepants-35679.jpeg', 'Spongebob Squarepants-61071.jpeg', 'Spongebob Squarepants-48701.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 03:34:04', '2024-02-19 03:34:04'),
(4784, 'Thin Gold Hoop earrings - Large Hoop earrings - Minimalist hoop earrings - Delicate hoops - Minimal hoops - Dainty Hoops - Thin hoop earring', 'yedorbfeo', 17, 'Delicate hoop earrings made in gold plated 18 karat .925 sterling silver. This thin lightweight earrings are available in 3 sizes. Choose the one you like the most. Model wears 40mm diameter hoop earrings. \r\n\r\nDetails:\r\n\r\n• Crafted of 14k gold vermeil (14k gold plated solid .925 sterling silver). \r\n\r\n• Available in gold plated or .925 sterling silver\r\n\r\n• Hoop earrings are available in 25mm, 30mm and 40mm diameter\r\n\r\n• 2 units.\r\n\r\n\r\nAll jewelry comes in beautiful packaging, gift ready.\r\n\r\n\r\nAll jewelry comes in beautiful packaging, gift ready.\r\n\r\nMade with love', 20.68, NULL, NULL, 25.85, 'Thin Gold Hoop earrings - Large Hoop earrings - Minimalist hoop earrings - Delicate hoops - Minimal hoops - Dainty Hoops - Thin hoop earring-55484.jpeg', 'Thin Gold Hoop earrings - Large Hoop earrings - Minimalist hoop earrings - Delicate hoops - Minimal hoops - Dainty Hoops - Thin hoop earring-69605.jpeg', 'Thin Gold Hoop earrings - Large Hoop earrings - Minimalist hoop earrings - Delicate hoops - Minimal hoops - Dainty Hoops - Thin hoop earring-25034.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-19 03:35:24', '2024-02-19 03:35:24'),
(4785, 'NEW WEN 3600-Watt Portable Inverter', 'o1B3QVdF5', 12, 'NEW WEN 3600-Watt Portable Inverter Generator, RV-Ready, Quiet and Lightweight with Fuel Shut Off (56360i)', 360.02, NULL, NULL, 720.00, 'NEW WEN 3600-Watt Portable Inverter-71604.webp', 'NEW WEN 3600-Watt Portable Inverter-93089.webp', 'NEW WEN 3600-Watt Portable Inverter-28325.webp', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-19 03:36:28', '2024-02-19 03:36:28'),
(4786, 'Natural Jade Hoop Earrings, Crescent Moon Jade Hoop Earrings, Gemstone Statement Earrings For Women, Hetian Jade Hoop Earrings', 'iPIpz6DFj', 17, 'Natural Jade Hoop Earrings, Crescent Moon Jade Hoop Earrings, Gemstone Statement Earrings For Women, Hetian Jade Hoop Earrings\r\n\r\nMaterial : 925 Sterling Silver + Jade\r\nMain Stone : Jade\r\nOur beautiful 925 sterling silver hetian jade hoop earrings are a real statement piece to go with any outfit,\r\nThey are made of natural jade, They have energy from jade\r\nMeticulously handcrafted and good quality guaranteed\r\nOrders will be shipped in 1-3 business days', 17.48, NULL, NULL, 19.42, 'Natural Jade Hoop Earrings, Crescent Moon Jade Hoop Earrings, Gemstone Statement Earrings For Women, Hetian Jade Hoop Earrings-42482.jpeg', 'Natural Jade Hoop Earrings, Crescent Moon Jade Hoop Earrings, Gemstone Statement Earrings For Women, Hetian Jade Hoop Earrings-13911.jpeg', 'Natural Jade Hoop Earrings, Crescent Moon Jade Hoop Earrings, Gemstone Statement Earrings For Women, Hetian Jade Hoop Earrings-82867.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-19 03:39:07', '2024-02-19 03:39:07'),
(4787, 'Pancake Pile-Up', 'NrTg54Lrc', 16, 'Educational Insights Pancake Pile-Up! Sequence Relay Preschool Game for Families & Kids, Easter Toys for Boys and Girls Ages 4, 5, 6+ Year Old, 2-4 Players', 30.99, NULL, NULL, 21.14, 'Pancake Pile-Up-69513.jpeg', 'Pancake Pile-Up-36450.jpeg', 'Pancake Pile-Up-74127.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-19 03:40:42', '2024-02-19 03:40:42'),
(4788, 'NEW Breville Barista Express Espresso Machine, Brushed Stainless Steel, BES870XL, Large', '5KHhfCvsE', 12, 'NEW Breville Barista Express Espresso Machine, Brushed Stainless Steel, BES870XL, Large\r\nThe Breville Barista Express delivers third wave specialty coffee at home using the 4 keys formula and is part of the Barista Series that offers all in one espresso machines with integrated grinder to go from beans to espresso in under one minute\r\nDOSE CONTROL GRINDING: Integrated precision conical burr grinder grinds on demand to deliver the right amount of freshly ground coffee directly into the portafilter for your preferred taste with any roast of bean\r\nOPTIMAL WATER PRESSURE: Low pressure pre-infusion gradually increases pressure at the start and helps ensure all the flavors are drawn out evenly during the extraction for a balanced tasting cup', 469.88, NULL, NULL, 939.69, 'NEW Breville Barista Express Espresso Machine, Brushed Stainless Steel, BES870XL, Large-64336.webp', 'NEW Breville Barista Express Espresso Machine, Brushed Stainless Steel, BES870XL, Large-30484.webp', 'NEW Breville Barista Express Espresso Machine, Brushed Stainless Steel, BES870XL, Large-73289.webp', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-19 03:44:02', '2024-02-19 03:44:02'),
(4789, 'Moon and Earth Necklace Personalized Moon Phase Anniversary Necklace full moon Pendant Personalized Birthday Gift Moon Gift For Her', 'eWoC0Gfd4', 17, 'Layered Moon and Earth Necklace, a celestial-inspired piece that encapsulates the beauty and wonder of our cosmic universe.\r\nThe layers are gracefully suspended from a delicate chain, allowing the moon and earth to harmoniously coexist, just as they do in the solar system. The perfect geeky gift for a space lover.\r\n\r\nChoose 1 from the following: Full moon, Waxing gibbous, First Quarter, Waxing crescent or new moon. Waxing gibbous pictured.\r\n\r\nA layered necklace featuring a stunning photo of the moon set in shiny silver 18mm plated bezel tray and enclosed beneath a glass dome. This is held above a photo of our very own earth enclosed within a 25mm shiny silver pendant tray.\r\nThe glass domes are completely smooth and clear giving a beautiful magnified effect to the images.\r\n\r\nPendant measures 18mm and 1\" and come complete with an 18\" silver plated chain', 42.08, NULL, NULL, 49.00, 'Moon and Earth Necklace Personalized Moon Phase Anniversary Necklace full moon Pendant Personalized Birthday Gift Moon Gift For Her-83371.jpeg', 'Moon and Earth Necklace Personalized Moon Phase Anniversary Necklace full moon Pendant Personalized Birthday Gift Moon Gift For Her-44617.jpeg', 'Moon and Earth Necklace Personalized Moon Phase Anniversary Necklace full moon Pendant Personalized Birthday Gift Moon Gift For Her-92803.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-19 03:47:48', '2024-02-19 03:47:48'),
(4790, 'Scrabble Board', 'KHxOjMVS5', 12, 'Scrabble Board Game, Classic Word Game For Kids Ages 8 and Up, Fun Family Game For 2-4 Players, The Classic Crossword', 19.99, NULL, NULL, 21.84, 'Scrabble Board-42892.jpeg', 'Scrabble Board-67548.jpeg', 'Scrabble Board-19736.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-19 03:48:47', '2024-02-19 03:48:47'),
(4791, 'Epson EcoTank Photo ET-8550 Wireless Wide-Format All-in-One Supertank Printer with Scanner, Copier, Ethernet and 4.3-inch Color', 'GGGW0XPux', 12, 'Epson EcoTank Photo ET-8550 Wireless Wide-Format All-in-One Supertank Printer with Scanner, Copier, Ethernet and 4.3-inch Color\r\nCartridge-free printing for lab-quality photos, graphics and creative projects - get vibrant colors and sharp text with Epson\'s high-accuracy printhead and Claria ET Premium 6-color inks; print a 4 x 6\" photo in as fast as 15 seconds (4).Product protection you can count on - 2-year limited warranty with registration (10). | Genuine Epson Ink for Genuine Epson Quality― Epson strongly recommends the use of genuine ink to ensure optimal print quality and performance. Use of non-genuine ink could cause damage not covered under the printer\'s ltd. warranty.\r\nExtraordinary media support, including borderless photos up to 13\" x 19\" - accommodates cardstock.', 518.33, NULL, NULL, 1036.00, 'Epson EcoTank Photo ET-8550 Wireless Wide-Format All-in-One Supertank Printer with Scanner, Copier, Ethernet and 4.3-inch Color-83912.webp', 'Epson EcoTank Photo ET-8550 Wireless Wide-Format All-in-One Supertank Printer with Scanner, Copier, Ethernet and 4.3-inch Color-85317.webp', 'Epson EcoTank Photo ET-8550 Wireless Wide-Format All-in-One Supertank Printer with Scanner, Copier, Ethernet and 4.3-inch Color-81949.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 03:51:13', '2024-02-19 03:51:13'),
(4792, 'Call of Duty', 'cSkzsckHB', 12, 'Call of Duty: Modern Warfare III - PlayStation 5\r\n\r\nMODEL: 047875104730', 49.99, NULL, NULL, 69.99, 'Call of Duty-83213.jpeg', 'Call of Duty-65373.jpeg', 'Call of Duty-29675.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-19 03:53:56', '2024-02-19 03:53:56'),
(4793, 'The Last of Us Part II', 'DJ8QClKcz', 12, 'The Last of Us Part II Remastered for PS5\r\n\r\nMODEL: 711719553779', 30.99, NULL, NULL, 49.99, 'The Last of Us Part II-39248.jpeg', 'The Last of Us Part II-10600.jpeg', 'The Last of Us Part II-91662.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-19 09:50:43', '2024-02-19 09:50:43'),
(4794, 'Minecraft', 'PPyVA0bsM', 1, 'Minecraft for Nintendo Switch\r\n\r\nMODEL: 045496591779', 18.99, NULL, NULL, 29.99, 'Minecraft-12479.jpeg', 'Minecraft-93707.jpeg', 'Minecraft-29937.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-02-19 09:55:48', '2024-02-19 09:55:48'),
(4795, 'Hogwarts', '9scJsosmg', 12, 'Hogwarts Legacy for Nintendo Switch\r\n\r\nMODEL: 883929794867', 40.98, NULL, NULL, 59.99, 'Hogwarts-43825.jpeg', 'Hogwarts-67766.jpeg', 'Hogwarts-97409.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-19 10:00:41', '2024-02-19 10:00:41'),
(4796, 'inner bucket', 'u27dfhzVz', 12, 'Double garbage classification trash can with inner bucket, household large double-layer dry and wet separation kitchen.', 10.31, NULL, NULL, 26.89, 'inner bucket-72738.webp', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 10:03:23', '2024-02-19 10:03:23'),
(4797, 'Super Smash Bros', '6ftRhsxR3', 12, 'Super Smash Bros. Ultimate for Nintendo Switch\r\n\r\nMODEL: 045496592998', 39.99, NULL, NULL, 59.99, 'Super Smash Bros-44154.jpeg', 'Super Smash Bros-39142.jpeg', 'Super Smash Bros-78308.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-19 10:06:27', '2024-02-19 10:06:27'),
(4798, 'Smart Trash Can Waste bin', 'uaSZsPvrs', 12, '15L 20L 30L 40L 50L 60L Smart Trash Can Stainless Steel Waste bin High Trash Cans Garbage Bin for Kitchen Trash Can Wastebasket', 138.02, NULL, NULL, 230.07, 'Smart Trash Can Waste bin-51589.webp', 'Smart Trash Can Waste bin-17498.webp', 'Smart Trash Can Waste bin-78227.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 10:10:30', '2024-02-19 10:10:30'),
(4799, 'Atari GameStation PRO Retro', 'UO3cOSRBS', 12, 'Atari GameStation PRO Retro Video Game System (OVER 200 GAMES IN 1)\r\n\r\nMODEL: DGUNL-7012', 50.99, NULL, NULL, 99.99, 'Atari GameStation PRO Retro-58103.jpeg', 'Atari GameStation PRO Retro-85829.jpeg', 'Atari GameStation PRO Retro-66290.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-19 10:14:23', '2024-02-19 10:14:23'),
(4800, '3 Piece Gold Bracelet Set, 18K Gold Filled Bracelet Set, Layered Bracelet, Every day Bracelet Hypoallergenic Bracelet Christmas Gifts', 'ybMYu3oqf', 17, 'Beautiful bracelet set of 3, for daily use or as a gift for a special person.\r\n\r\n\r\nSet of 18k gold filled bracelets, hypoallergenic, nickel free, water resistant.\r\n\r\nStacking bracelets, designed to be worn on a daily basis.\r\n\r\nChoose the best size for you! You can use them alone or together.\r\n\r\nMeasure\r\n\r\n6 Inches \r\n7 Inches\r\n\r\nThese 18K Gold Filled bracelets are a necessary accessory in your daily combination, they are simply delicate and resistant, they will become part of you! You will love them !!!\r\n\r\nOur Set of Thin but Resistant Bracelets, made on a stainless steel base with three layers of 18K Gold Filled, will be your ideal combination to wear every day without wanting to remove them, they are made so that you can use them in the shower, in the pool, without fear of color changes or allergies on your skin.\r\n\r\nOur Bracelets have the appearance of Gold without being as expensive as Gold, They are light in weight with an extension that will be a charm for you !!! You can adjust it to your needs and feel more comfortable with them.', 52.00, NULL, NULL, 65.00, '3 Piece Gold Bracelet Set, 18K Gold Filled Bracelet Set, Layered Bracelet, Every day Bracelet Hypoallergenic Bracelet Christmas Gifts-27550.jpeg', '3 Piece Gold Bracelet Set, 18K Gold Filled Bracelet Set, Layered Bracelet, Every day Bracelet Hypoallergenic Bracelet Christmas Gifts-38575.jpeg', '3 Piece Gold Bracelet Set, 18K Gold Filled Bracelet Set, Layered Bracelet, Every day Bracelet Hypoallergenic Bracelet Christmas Gifts-51159.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-19 10:17:03', '2024-02-19 10:17:03'),
(4801, 'Oval Link Chain Bracelet', 'RxY1g9zMd', 17, 'Three Cable Bracelet', 48.00, NULL, NULL, 60.00, 'Oval Link Chain Bracelet-47632.jpeg', 'Oval Link Chain Bracelet-14346.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-19 10:26:40', '2024-02-19 10:26:40'),
(4802, '10K Real Solid Gold Bismarck Chain Bracelet, Bismark Bracelet, 10k Gold Bizmark Bracelet, 10k Gold Bracelet, Solid Gold Bracelet', 'mcFMkGFFP', 17, '10K Real Solid Gold Bismarck Chain Bracelet, Bismark Bracelet, 10k Gold Bizmark Bracelet, 10k Gold Bracelet, Solid Gold Bracelet\r\n\r\nStamp : 10K Real Gold Bismarck Chain bracelet\r\nChain Style: Bismarck Chain Bracelet\r\nMaterial: 10K Genuine Gold\r\nMetal Stamp: 10K\r\nAvailable Length: 7\' and 8\'\r\nWeight(average) : Apox; Around 1.04 gram 1.9mm for 7 inches, 1.82 grams 3.2mm 7 inches, 2.36 grams 4mm 8 inches, 2.92 grams 4.8mm 8 inches, 3.4 grams 6mm for 8 inches .\r\n\r\n\r\nThese Chains are 100% Authentic 10K Gold \"Not Plated or Filled\"\r\n\r\nThis is a Beautiful Genuine Real 10K Gold Rope Chain and Will look Great on Men & Women.', 43.00, NULL, NULL, 86.00, '10K Real Solid Gold Bismarck Chain Bracelet, Bismark Bracelet, 10k Gold Bizmark Bracelet, 10k Gold Bracelet, Solid Gold Bracelet-99276.jpeg', '10K Real Solid Gold Bismarck Chain Bracelet, Bismark Bracelet, 10k Gold Bizmark Bracelet, 10k Gold Bracelet, Solid Gold Bracelet-72682.jpeg', '10K Real Solid Gold Bismarck Chain Bracelet, Bismark Bracelet, 10k Gold Bizmark Bracelet, 10k Gold Bracelet, Solid Gold Bracelet-76790.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-19 10:30:19', '2024-02-19 10:30:19'),
(4803, '3D HD SCREEN AMPLIFIER', 'JGHjEhKpz', 12, '[3D HD SCREEN AMPLIFIER]：Adopt high-definition zoom optical technology,increase the screen size by 2-4 times and no slipping, makes the picture more clear,less cause eye damage from radiation, please use in low light environment,this will give you a much better viewing experience.\r\n[PULL-OUT DESIGN]:HD Foldable 3D Blu-ray easy to carry, HD screen magnifier Storage type rotating folding design. Super slim when folded and also can be carried around in your bag. Suitable for indoor, camping, journey, leisure, anywhere.\r\n[EYE PROTECTION]: Magnifier can prevent visual fatigue caused by reading novels and watching movies and videos for a long time.\r\n[COMPATIBILITY]：This Phone Screen Amplifier works with all makes and models of smartphones (iphone, Samsung, Google, Huawei, etc.).Just put the phone into the screen amplifier, you can easily enjoy the home theater-like effect.\r\n[BEST PRESENT]: Do not need battery, this screen magnifier is convenient to use. The phone enlarger is a wonderful gift for Mother\'s Day,Father\'s Day,your family, friends, movie lover,parent, children, use all the time, everywhere, larger viewing angle,watch clearly, protect the eyes.', 17.99, NULL, NULL, 28.99, '3D HD SCREEN AMPLIFIER-41146.jpeg', '3D HD SCREEN AMPLIFIER-85308.jpeg', '3D HD SCREEN AMPLIFIER-62431.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-19 10:31:19', '2024-02-19 10:31:19'),
(4804, 'Smart Sensor Trash Can Toilet Kitchen Dumpster Smart Bathroom Household Waterproof Automatic Induction Garbage Bin Wastebasket', 'JIUB5EIkR', 12, 'Smart Sensor Trash Can Toilet Kitchen Dumpster Smart Bathroom Household Waterproof Automatic Induction Garbage Bin Wastebasket\r\n16L 13L 11L 9L 7L Garbage Bin Household Office Bathroom Livingroom Kitchen Trash Can Dustbin Waste Basket', 21.06, NULL, NULL, 38.00, 'Smart Sensor Trash Can Toilet Kitchen Dumpster Smart Bathroom Household Waterproof Automatic Induction Garbage Bin Wastebasket-22170.webp', 'Smart Sensor Trash Can Toilet Kitchen Dumpster Smart Bathroom Household Waterproof Automatic Induction Garbage Bin Wastebasket-70568.webp', 'Smart Sensor Trash Can Toilet Kitchen Dumpster Smart Bathroom Household Waterproof Automatic Induction Garbage Bin Wastebasket-65848.webp', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-19 10:32:33', '2024-02-19 10:32:33'),
(4805, 'Emerald and Gold Chain Necklace, Gold Vermeil Chain Necklace, Collar Style Necklace, Gold and Gemstone Necklace, Green Emerald Necklace', 'IkPODIEHD', 17, 'A delightful handmade skinny green emerald collar style layering necklace with genuine untreated natural columbian emeralds on an 18carat gold vermeil chain.\r\n\r\nThis lovely Emerald gold necklace can be worn on its own or layered with another gold chain. A super birthstone gift for a friend or sister and an ideal gift for an aunt or anyone who likes an understated style. Just as cool with jeans, and fresh and classy with a white shirt, or scooped neck black dress. \r\n\r\nThis necklace is 16inches long with a 2inch extension (20.5cm-23cm)\r\nAll the materials I use are real Sterling Silver and 18 carat gold.\r\nI do not use inferior metals such as Gold fill or Brass Gold plated!\r\n\r\nI also offer a variation of this necklace in the gemstone ruby which is pictured.\r\n………………………………………………………………………………………..................................................\r\n\r\nEach item comes with a satin pink and gold pouch. I can also present them in a gift box with tissue wrapping. Please select this option at the checkout if wanted!\r\n\r\nPlease remove when bathing, apply perfume before you wear your jewellery and store in pouch provided to protect your gemstones.', 131.51, NULL, NULL, 153.77, 'Emerald and Gold Chain Necklace, Gold Vermeil Chain Necklace, Collar Style Necklace, Gold and Gemstone Necklace, Green Emerald Necklace-74676.jpeg', 'Emerald and Gold Chain Necklace, Gold Vermeil Chain Necklace, Collar Style Necklace, Gold and Gemstone Necklace, Green Emerald Necklace-98424.jpeg', 'Emerald and Gold Chain Necklace, Gold Vermeil Chain Necklace, Collar Style Necklace, Gold and Gemstone Necklace, Green Emerald Necklace-23841.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-19 10:34:34', '2024-02-19 10:34:34'),
(4806, 'Kitchen Trash Can Smart Sensor', '1Sfo68Z2a', 12, '9L 13L 18L 26L 30L Kitchen Trash Can Smart Sensor Trash Can Stainless Steel Waterproof Trash Bin Large-capacity Rubbish Bin', 28.15, NULL, NULL, 50.92, 'Kitchen Trash Can Smart Sensor-17905.webp', 'Kitchen Trash Can Smart Sensor-33730.webp', 'Kitchen Trash Can Smart Sensor-52558.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 10:36:40', '2024-02-19 10:36:40'),
(4807, 'Multi Port USB Charger Charging Station', 'E5UUW9YfG', 12, 'Multi USB Wall Charger Features:\r\n\r\n⇒ Power Organizer \r\nBy charging through a multi-port USB wall charger, you reduced the number of USB wall chargers required and freed up outlets and sockets in your home and office.\r\n\r\n⇒ Accurate Display \r\nThe current and voltage are showed accurately, and the LCD screen of the USB charging station will alarm then shut off when overcurrent, which protect your devices. \r\n\r\n⇒ Safe and Small \r\nThe smart USB charger hub is a new generation of the circuit design with multiple safety system.\r\nLightweight and compact design makes it easy to carry and operate, ideal USB charging station for home, office, and other indoor uses especially perfect for travel. \r\n\r\n⇒ Strong Compatibility\r\nThe multi-port usb charging station is compatible with Apple iPad 2/3/4, iPad Air, iPad Mini, iPhone X/ 5/5s//6/6S/6 plus/6S plus,7/7plus,8/8plus, Samsung Galaxy Tab A/E/S,S6/ S6 edge,S7/ S7 edge, S8,\r\nNote 2/3/4, LG, HTC, Sony, Nexus, Motorola, Blackberry,Asus, Acer, Nokia, Bluetooth headset or speaker, and other Android/ Windows tablets.', 26.99, NULL, NULL, 34.99, 'Multi Port USB Charger Charging Station-90075.jpeg', 'Multi Port USB Charger Charging Station-86899.jpeg', 'Multi Port USB Charger Charging Station-16742.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-19 10:37:46', '2024-02-19 10:37:46'),
(4808, 'Crystal Fairy Necklace, Wrapped Crystal, Lotus Charm with Crystal, Pentacle or More Choices, Gift For Her, Love Gift', 'pIeGMOlM8', 17, 'This crystal necklace with a lovely wrapped crystal and your choice of pendant \r\nBound to become one of your favorite necklaces.\r\n\r\nNatural stone crystals except opalite and sandstone which are man made. Blue howlite is dyed. Black is glass.\r\n\r\nHere are the details:\r\n\r\n♦ There are 10 different wrapped crystals to choose from!\r\n♦ On an 18\" silver tone chain. You can also get it in 14\', 16\" or 18\" black cord \r\nor stainless steel in 16\", 18\", 20\", or 24\". List that in personalization. \r\n♦ The pendants are about 3/4\", in silver zinc alloy. \r\n♦ Pick your pendant- more charms just added to choose!\r\n♦ Crystals are about 3/4”- 1\" -1 1/4” with bail wrapped in rust resistant wire.\r\n♦ Each natural crystal stone pendant is unique and may vary slightly.\r\n* (mm) Opalite and sandstone are man made from glass. Black is glass. Blue howlite is dyed howlite.\r\n\r\nIn pictures;\r\nAventurine with lotus cutout\r\nRose quartz with fairymoon\r\nAmethyst with pentacle\r\nOpalite(manmade) with cutout moon\r\nTigers eye with sunburst\r\nAventurine with tree\r\nLapis with compass\r\nRose quartz with sun moon\r\nBlue sandstone (manmade) with moon circle\r\nCeltic heart tree with green aventurine\r\nNew sunsol with amethsyt on last picture (black shirt)\r\n\r\n\r\n\r\nYour necklace will come in an organza bag and wrapped in bubble wrap for safe travels.', 7.16, NULL, NULL, 8.95, 'Crystal Fairy Necklace, Wrapped Crystal, Lotus Charm with Crystal, Pentacle or More Choices, Gift For Her, Love Gift-58977.jpeg', 'Crystal Fairy Necklace, Wrapped Crystal, Lotus Charm with Crystal, Pentacle or More Choices, Gift For Her, Love Gift-83355.jpeg', 'Crystal Fairy Necklace, Wrapped Crystal, Lotus Charm with Crystal, Pentacle or More Choices, Gift For Her, Love Gift-72808.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-19 10:39:15', '2024-02-19 10:39:15');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4809, 'Stylophone The Original Pocket Electronic Synthesizer', 'VhH7Lndz9', 12, 'The original pocket synthesizer\r\n\r\nIconic gadgets don\'t come along every day. The Stylophone is a household name in the music world, known for its super-fun stylus design, compact design, and unique retro sound. Used by everyone from David Bowie to The White Stripes, it’s the perfect musical gizmo - once you pick it up, you won’t want to put it back down…\r\n\r\nEasy to play\r\n\r\nThe Stylophone is played by tapping and sliding the connected stylus along the touch-sensitive metal surface. Each segment on the surface plays a different note, the same as different keys on a piano. But unlike the piano, it’s so simple to play that anyone can have a go - perfect for beginners!\r\n\r\nPortable & battery-powered\r\n\r\nThe Stylophone didn’t earn the nickname ‘pocket synthesizer’ for nothing. At less than 12cm wide, it’ll fit right in your coat pocket, rucksack, or handbag. Better still, it runs on 3 x AA batteries, and features a built-in speaker and headphone socket - so you can play it everywhere you go.', 20.99, NULL, NULL, 34.95, 'Stylophone The Original Pocket Electronic Synthesizer-58343.jpeg', 'Stylophone The Original Pocket Electronic Synthesizer-28675.jpeg', 'Stylophone The Original Pocket Electronic Synthesizer-78441.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-19 10:42:39', '2024-02-19 10:42:39'),
(4810, 'Raw Blue Sapphire Necklace, Birthday gift, Real Blue Sapphire Jewelry, raw gemstone necklace, virgo gifts, libra gifts, satellite necklace', 'LAJUJYlt8', 17, 'Sustainable features: recycled metal. Items may include additional materials or use methods that aren\'t considered sustainable features on our site. Learn more\r\nStone: Sapphire\r\nRaw stone\r\nClosure: Spring ring\r\nChain style: Satellite\r\nAdjustable length\r\nStyle: Minimalist\r\nRecycled\r\nPendant width: 0.5 Inches; Pendant height: 0.6 Inches; Necklace length: 18 Inches', 37.93, NULL, NULL, 50.57, 'Raw Blue Sapphire Necklace, Birthday gift, Real Blue Sapphire Jewelry, raw gemstone necklace, virgo gifts, libra gifts, satellite necklace-74958.jpeg', 'Raw Blue Sapphire Necklace, Birthday gift, Real Blue Sapphire Jewelry, raw gemstone necklace, virgo gifts, libra gifts, satellite necklace-40777.jpeg', 'Raw Blue Sapphire Necklace, Birthday gift, Real Blue Sapphire Jewelry, raw gemstone necklace, virgo gifts, libra gifts, satellite necklace-16601.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-19 10:42:56', '2024-02-19 10:42:56'),
(4811, 'Metal Rectangular Trash Can', 'QLSemx5uo', 12, 'Metal Rectangular Trash Can With Liner and Soft-Close Foot Pedal, 32 Liter / 8.5 Gallon, Black', 63.18, NULL, NULL, 123.88, 'Metal Rectangular Trash Can-14910.webp', 'Metal Rectangular Trash Can-14719.webp', 'Metal Rectangular Trash Can-62971.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 10:46:07', '2024-02-19 10:46:07'),
(4812, '18k Emerald Stone Necklace · May Birthstone Pendant Necklace · Gold Emerald Necklace · Emerald Cut Necklace', 'x2opyBmiN', 14, 'A luxuriant May birthstone necklace with an Emerald pendant. A classic epitome of vibrant elegance that you can wear everyday. This green stone necklace is a great gift jewelry for special occasions.\r\n▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂\r\n♥ Gemstone Type - Emerald (Lab Created)\r\n♥ Gemstone Size - 7x11mm\r\n♥ Gemstone Cut - Rectangle\r\n♥ Metal Type (Main Photo) - 14k Gold Filled - Other options available in the drop down menu\r\n♥ Length (Model Photo) - 45cm/18\" - Available from 14\" to 24\" (no additional cost)', 55.30, NULL, NULL, 79.00, '18k Emerald Stone Necklace · May Birthstone Pendant Necklace · Gold Emerald Necklace · Emerald Cut Necklace-85009.jpeg', '18k Emerald Stone Necklace · May Birthstone Pendant Necklace · Gold Emerald Necklace · Emerald Cut Necklace-14766.jpeg', '18k Emerald Stone Necklace · May Birthstone Pendant Necklace · Gold Emerald Necklace · Emerald Cut Necklace-73082.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-19 10:46:53', '2024-02-19 10:46:53'),
(4813, 'Phone Stand Wireless Bluetooth Speaker', '9XyhSXVrK', 12, 'Phone Stand Wireless Bluetooth Speaker:Cell phone stand with portable Bluetooth speaker, iphone stand for desk, delivers stunning sound with enhanced bass, tight mids, and crystal clear highs without distortion at any volume. Moreover, the speaker comes with a built-in microphone.\r\nPhone Stand Adjustable Angle Viewing: Multiple Angles could be adjusted to meet your different viewing demand. Makes you hands-free to enjoy your games, videos and Facetime.A gadget for cell phone accessories.\r\nStable and Non-Slip: The pad back and the bottom of this phone stand with speaker are fully covered by anti-skid silicone, which can provide maximum protection for your device from any scratches and slide.Jteman phone stand with speaker is a Great Christmas Gift.\r\nSuper Compatible:This iphone stand works with most 4-13\" Smartphones Tablets and e-readers, such as iPhone 14 Pro/ 14/ iPhone 13 Pro Max / 13 Pro/ 13/iPhone 12 Pro Max / 12 Pro/ 11/ Xs Max/ Xs/ XR/ X/ 8 7 6 6s Plus 5 5s SE , Galaxy S9 /S9 Plus/S8 / S7 / S6 / Note9/Note 8, LG, IPAD mini, Samsung Tab.\r\nChristmas Gifts for Men Women:Bluetooth Speaker and the design of the mobile phone holder make it more convenient for you to use.Bluetooth 5.0 speaker cell phone stand Birthday,Christmas gifts,Christmas Stocking Stuffers for Women Men Mom Her Him,if you are not satisfied, we provide a free refund.\r\nNote:This product does not have the function of power bank,can not charging for your phone.Before using this wireless bluetooth speaker,please use the type-c cable to connect to the power supply for charging,and read the instructions carefully.', 26.99, NULL, NULL, 35.99, 'Phone Stand Wireless Bluetooth Speaker-99550.jpeg', 'Phone Stand Wireless Bluetooth Speaker-70778.jpeg', 'Phone Stand Wireless Bluetooth Speaker-28366.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-19 10:47:05', '2024-02-19 10:47:05'),
(4814, 'Vintage glow digital tube', 'LWJmkiSoA', 12, '【Vintage glow digital tube】The digital tube used in the clock, from the Soviet Union production in-12 glow digital tube. It has the advantages of long life and good stability. However, it is currently discontinued and limited in number. Therefore, it is also a collector\'s item.\r\n【Exquisite appearance design】The clock casing is carved with solid wood as a whole and covered with wood wax oil for protection. The clock base is equipped with a bracket and designed with an elevated perspective for a wider visual range.\r\n【Brightness can be automatically adjusted】The clock can automatically increase/decrease the brightness of the glow tube according to the use of the environment. This not only can reduce the glow tube itself consumption, but also can achieve the purpose of reducing energy consumption.\r\n【Multiple control methods】IN12 clock in addition to the remote control method, but also on the app remote control, convenient for our use in daily life. In addition the copper touch button on the clock retains the perfect touch of the physical button. Let you feel the exquisite experience brought by the product when you use it.\r\n【Exquisite gift box packaging】The glow tube clock is packaged in a beautiful gift box. Very suitable as a gift to a lover, friend, colleague, etc.. For lovers of vintage desktop decoration will be a very pleasant surprise gift.', 90.99, NULL, NULL, 169.99, 'Vintage glow digital tube-99882.jpeg', 'Vintage glow digital tube-15112.jpeg', 'Vintage glow digital tube-88617.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-19 10:52:00', '2024-02-19 10:52:00'),
(4815, 'What Feasts at Night', 'oyvcrr4W8', 17, 'The follow-up to T. Kingfisher\'s bestselling gothic novella, What Moves the Dead.\r\n\r\nRetired soldier, Alex Easton, returns in a horrifying new adventure.\r\n\r\n*A very special hardcover edition, featuring a foil stamp on the casing and custom endpapers illustrated by the author.*\r\n\r\nAfter their terrifying ordeal at the Usher manor, Alex Easton feels as if they just survived another war. All they crave is rest, routine, and sunshine, but instead, as a favor to Angus and Miss Potter, they find themself heading to their family hunting lodge, deep in the cold, damp forests of their home country, Gallacia.\r\n\r\nIn theory, one can find relaxation in even the coldest and dampest of Gallacian autumns, but when Easton arrives, they find the caretaker dead, the lodge in disarray, and the grounds troubled by a strange, uncanny silence. The villagers whisper that a breath-stealing monster from folklore has taken up residence in Easton\'s home. Easton knows better than to put too much stock in local superstitions, but they can tell that something is not quite right in their home. . . or in their dreams.', 17.59, NULL, NULL, 20.59, 'What Feasts at Night-56625.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-19 10:52:16', '2024-02-19 10:52:16'),
(4816, 'Bar Stools Set of 4', 'R71XWUwkH', 12, 'Bar Stools Set of 4 - Modern Adjustable Kitchen Island Chairs Counter Height Barstools Swivel PU Leather Chair 30 inches', 120.48, NULL, NULL, 236.24, 'Bar Stools Set of 4-36172.webp', 'Bar Stools Set of 4-14408.webp', 'Bar Stools Set of 4-28385.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 10:52:28', '2024-02-19 10:52:28'),
(4817, 'What Moves the Dead', 'OIvKmobSc', 17, 'An Instant USA Today & Indie Bestseller\r\nA Barnes & Noble Book of the Year Finalist\r\nA Goodreads Best Horror Choice Award Nominee\r\n\r\nA gripping and atmospheric reimagining of Edgar Allan Poe\'s \"The Fall of the House of Usher\" from Hugo, Locus, & Nebula award-winning author T. Kingfisher\r\n\r\n*A very special hardcover edition, featuring foil stamp on the casing and custom endpapers illustrated by the author.*\r\n\r\nWhen Alex Easton, a retired soldier, receives word that their childhood friend Madeline Usher is dying, they race to the ancestral home of the Ushers in the remote countryside of Ruritania.\r\n\r\nWhat they find there is a nightmare of fungal growths and possessed wildlife, surrounding a dark, pulsing lake. Madeline sleepwalks and speaks in strange voices at night, and her brother Roderick is consumed with a mysterious malady of the nerves.\r\n\r\nAided by a redoubtable British mycologist and a baffled American doctor, Alex must unravel the secret of the House of Usher before it consumes them all.', 17.59, NULL, NULL, 19.99, 'What Moves the Dead-61421.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 10:54:26', '2024-02-19 10:54:26'),
(4818, 'Travel Electronics Organizer Small Electronic Accessories', '63luI332N', 12, '600d Oxford fabrics\r\nLightweight and compact case: Designed specially to organize, carry and protect small electronics accessories when travelling or home storage. The travel case can also fit other things like building block, stationery, household gadgets etc. It\'s a ideal business gift (or convention gift)\r\nMain storage space which allows you to reconfigure as needed: Adjustable 3 velcros dividers make it easy to customize inner storage area, the bottom side can be changed up to 4 different storage places to fit different small devices and accessories (e.g. phone battery/powerbank, various chargers, earbuds, laptop adapter, mouse etc. )\r\nMultiple storage compartments: Additional pocket in the front offer a quick-access space for a cell phone or other small devices. A large mesh-compartment inside for holding passport, documents, cell phone or cords. A medium mesh-compartment and 3 small mesh-compartments for holding SD/microSD cards, USB drives or other small accessories\r\nSturdy and Durable: External material is 600d Oxford fabrics, it is a tough fabric, waterproof and wear-resistant. This heavy-duty fabric\'s abrasion resistance and durable construction provides ultimate applications. The interior\'s soft cotton jersey fabric helps keep your items free of scratches\r\nComfort on the Go: Don\'t worry about leaving your charging cable or phone chargers at home! Put all small electronic accessories in this travel case, it is easy to carry and find them. Durable top-handle made by the same fabrics for easy carrying', 10.99, NULL, NULL, 16.99, 'Travel Electronics Organizer Small Electronic Accessories-75529.jpeg', 'Travel Electronics Organizer Small Electronic Accessories-32931.jpeg', 'Travel Electronics Organizer Small Electronic Accessories-78626.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-19 10:56:30', '2024-02-19 10:56:30'),
(4819, 'Tender Is the Flesh', 'fh6FPCnKx', 17, 'Working at the local processing plant, Marcos is in the business of slaughtering humans--though no one calls them that anymore.\r\n\r\nHis wife has left him, his father is sinking into dementia, and Marcos tries not to think too hard about how he makes a living. After all, it happened so quickly. First, it was reported that an infectious virus has made all animal meat poisonous to humans. Then governments initiated the \"Transition.\" Now, eating human meat--\"special meat\"--is legal. Marcos tries to stick to numbers, consignments, processing.\r\n\r\nThen one day he\'s given a gift: a live specimen of the finest quality. Though he\'s aware that any form of personal contact is forbidden on pain of death, little by little he starts to treat her like a human being. And soon, he becomes tortured by what has been lost--and what might still be saved.', 15.83, NULL, NULL, 17.99, 'Tender Is the Flesh-25061.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 10:57:14', '2024-02-19 10:57:14'),
(4820, 'Memory Foam Mattress', 'uHNSMZCUh', 12, 'Memory Foam Mattress Cooling Gel Bamboo Charcoal Infused Mattress 8 inch Mattress CertiPUR-US Certified Breathable Bed', 65.50, NULL, NULL, 120.59, 'Memory Foam Mattress-84283.webp', 'Memory Foam Mattress-77978.webp', NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-19 10:58:59', '2024-02-19 10:58:59'),
(4821, 'The Vanishing Half : A GMA Book Club Pick (a Novel)', '4heLVPYnI', 17, 'ONE OF BARACK OBAMA\'S FAVORITE BOOKS OF THE YEAR\r\n\r\nNAMED A BEST BOOK OF 2020 BY THE NEW YORK TIMES * THE WASHINGTON POST * NPR * PEOPLE * TIME MAGAZINE* VANITY FAIR * GLAMOUR2021 WOMEN\'S PRIZE FINALIST\r\n\"Bennett\'s tone and style recalls James Baldwin and Jacqueline Woodson, but it\'s especially reminiscent of Toni Morrison\'s 1970 debut novel, The Bluest Eye.\" --Kiley Reid, Wall Street Journal\r\n\r\n\"A story of absolute, universal timelessness ...For any era, it\'s an accomplished, affecting novel. For this moment, it\'s piercing, subtly wending its way toward questions about who we are and who we want to be....\" - Entertainment Weekly\r\n\r\n\r\nFrom The New York Times-bestselling author of The Mothers, a stunning new novel about twin sisters, inseparable as children, who ultimately choose to live in two very different worlds, one black and one white.\r\n\r\nThe Vignes twin sisters will always be identical. But after growing up together in a small, southern black community and running away at age sixteen, it\'s not just the shape of their daily lives that is different as adults, it\'s everything: their families, their communities, their racial identities. Many years later, one sister lives with her black daughter in the same southern town she once tried to escape. The other secretly passes for white, and her white husband knows nothing of her past. Still, even separated by so many miles and just as many lies, the fates of the twins remain intertwined. What will happen to the next generation, when their own daughters\' storylines intersect? Weaving together multiple strands and generations of this family, from the Deep South to California, from the 1950s to the 1990s, Brit Bennett produces a story that is at once a riveting, emotional family story and a brilliant exploration of the American history of passing. Looking well beyond issues of race, The Vanishing Half considers the lasting influence of the past as it shapes a person\'s decisions, desires, and expectations, and explores some of the multiple reasons and realms in which people sometimes feel pulled to live as something other than their origins. As with her New York Times-bestselling debut The Mothers, Brit Bennett offers an engrossing page-turner about family and relationships that is immersive and provocative, compassionate and wise.', 18.00, NULL, NULL, 27.00, 'The Vanishing Half : A GMA Book Club Pick (a Novel)-95920.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 10:59:30', '2024-02-19 10:59:30'),
(4822, 'Rocketbook Core Reusable Smart Notebook', 'A25Uw8oiU', 12, '[Seamlessly Connect PEN→PAPER→DIGITAL] Experience the timeless feel of pen to paper writing with the digital connectedness of a tablet.\r\n[Remarkable Productivity] Unlock the magic of converting handwritng to digital text with Rocketbook Core. Integrated smart features and the impressive Rocketbook App effortlessly save, search, and organize your writing- eliminating retyping hassles.\r\n[Reusable-Just Add Water] Ditch piles of wasteful single-use paper with Rocketbook Core. Scan notes to the cloud, then wipe pages clear with the included cloth and reuse again and again. 1 Core = 100+ notebooks! Eco-friendly and efficient!\r\n[Gifts for Everyone] - The versatility of the Rocketbook Core makes it the perfect gift to capture ideas whenever inspiration strikes. Compact, and lightweight, it\'s the ideal notebook gift for students, creatives, and professionals of all types.\r\n[Everything You Need] Includes a Rocketbook Core Patented Notebook, 6\" x 8.8\" erasable notebook with 36 dotted pages, Pilot Pen, microfiber cleaning cloth, and the Rocketbook App with cloud-sharing technology. Available in 16 colors.', 19.97, NULL, NULL, 29.99, 'Rocketbook Core Reusable Smart Notebook-94112.jpeg', 'Rocketbook Core Reusable Smart Notebook-36238.jpeg', 'Rocketbook Core Reusable Smart Notebook-70524.jpeg', 'Gadgets and electronics', 2.5, NULL, 1, '2024-02-19 11:00:43', '2024-02-19 11:00:43'),
(4823, 'Sooley', 'YhUHqWF0l', 17, 'New York Times bestselling author John Grisham takes you to a different kind of court in his first basketball novel. Samuel \"Sooley\" Sooleymon is a raw, young talent with big hoop dreams...and even bigger challenges off the court.\r\n\r\nIn the summer of his seventeenth year, Samuel Sooleymon gets the chance of a lifetime: a trip to the United States with his South Sudanese teammates to play in a showcase basketball tournament. He has never been away from home, nor has he ever been on an airplane. The opportunity to be scouted by dozens of college coaches is a dream come true.\r\n\r\nSamuel is an amazing athlete, with speed, quickness, and an astonishing vertical leap. The rest of his game, though, needs work, and the American coaches are less than impressed.\r\n\r\nDuring the tournament, Samuel receives devastating news from home: A civil war is raging across South Sudan, and rebel troops have ransacked his village. His father is dead, his sister is missing, and his mother and two younger brothers are in a refugee camp.\r\n\r\nSamuel desperately wants to go home, but it\'s just not possible. Partly out of sympathy, the coach of North Carolina Central offers him a scholarship. Samuel moves to Durham, enrolls in classes, joins the team, and prepares to sit out his freshman season. There is plenty of more mature talent and he isn\'t immediately needed.\r\n\r\nBut Samuel has something no other player has: a fierce determination to succeed so he can bring his family to America. He works tirelessly on his game, shooting baskets every morning at dawn by himself in the gym, and soon he\'s dominating everyone in practice. With the Central team losing and suffering injury after injury, Sooley, as he is nicknamed, is called off the bench. And the legend begins.\r\n\r\nBut how far can Sooley take his team? And will success allow him to save his family?\r\n\r\nGripping and moving, Sooley showcases John Grisham\'s unparalleled storytelling powers in a whole new light. This is Grisham at the top of his game.', 28.95, NULL, NULL, 30.99, 'Sooley-30633.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-19 11:01:34', '2024-02-19 11:01:34'),
(4824, 'A Gambling Man', 'IgzHcjUsq', 17, 'Aloysius Archer, the straight-talking World War II veteran fresh out of prison, returns in this riveting new thriller from #1 New York Times bestselling author David Baldacci. The 1950s are on the horizon, and Archer is in dire need of a fresh start after a nearly fatal detour in Poca City. So Archer hops on a bus and begins the long journey out west to California, where rumor has it there is money to be made if you\'re hard-working, lucky, criminal--or all three. Along the way, Archer stops in Reno, where a stroke of fortune delivers him a wad of cash and an eye-popping blood-red 1939 Delahaye convertible--plus a companion for the final leg of the journey, an aspiring actress named Liberty Callahan who is planning to try her luck in Hollywood. But when the two arrive in Bay Town, California, Archer quickly discovers that the hordes of people who flocked there seeking fame and fortune landed in a false paradise that instead caters to their worst addictions and fears. Archer\'s first stop is a P.I. office where he is hoping to apprentice with a legendary private eye and former FBI agent named Willie Dash. He lands the job, and immediately finds himself in the thick of a potential scandal: a blackmail case involving a wealthy well-connected politician running for mayor that soon spins into something even more sinister. As bodies begin falling, Archer and Dash must infiltrate the world of brothels, gambling dens, drug operations, and long-hidden secrets, descending into the rotten bones of a corrupt town that is selling itself as the promised land--but might actually be the road to perdition, and Archer\'s final resting place.', 21.06, NULL, NULL, 29.00, 'A Gambling Man-73532.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-19 11:04:15', '2024-02-19 11:04:15'),
(4825, 'Olee Sleep Full Mattress', '0TTbYVmoy', 12, 'Olee Sleep Full Mattress, 10 Inch Gel Memory Foam Mattress, Gel Infused for Comfort and Pressure Relief, CertiPUR-US Certified', 172.73, NULL, NULL, 250.34, 'Olee Sleep Full Mattress-20763.webp', 'Olee Sleep Full Mattress-91555.webp', 'Olee Sleep Full Mattress-56276.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 11:05:33', '2024-02-19 11:05:33'),
(4826, 'Endoscope Camera with Lights', 'RxfcAmUoQ', 12, 'Revolutionary Illumination & Bluart 3.0 Tech: Experience unparalleled clarity with Bluart 3.0 tech, featuring six adjustable LED lights,ensures optimal visibility in various environments. Enjoy a wide FOV 80° field of view for exceptional image quality, enhancing your inspection precision.\r\nCapture and Record Details: With a 90° flip button, and a wide FOV 80° field of view, this NTC53 borescope camera is perfect for capture the most critical details every time. Easily capture high-resolution images and videos to analyze and share your findings, perfect for documenting repairs or assessments.\r\nSwift Performance & Durable: Powered by the fifth-generation chipset, this endoscope camera delivers lightning-fast processing. Featuring a 16.4ft semi-rigid cable and IP67 waterproof, it can withstand wet conditions and rugged environments, making it an indispensable tool for mechanics, technicians, and DIYers.\r\nBroad Compatibility & Versatile: With a slender 7mm probe, our snake camera navigates tight spaces effortlessly, offering unparalleled access for inspections. Compatible with iOS 12.0+ devices, simply download the \"\"DEPSTECHCAM\"\" app for easy and intuitive connectivity. Ideal for beginners and experts alike. (Note: this usb borescope cannot be connected to android phone using an adapter. It is not compatible with android phone. )\r\nUser-Focused Design: Manual focus 0.79 to 3.93 inches empower you to customize view, ensuring nothing escapes your inspection.The borescope cable connected to the phone port uses 0.65ft soft wire, which can preventing tilting caused by pulling and protect your phones. Accessories like hooks and magnets are included, making it a comprehensive gadget for all inspection needs.', 14.99, NULL, NULL, 29.99, 'Endoscope Camera with Lights-18614.jpeg', 'Endoscope Camera with Lights-94857.jpeg', 'Endoscope Camera with Lights-89707.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-19 11:07:19', '2024-02-19 11:07:19'),
(4827, 'Ocean Prey', '2Yb9WKVEE', 17, 'Fan-favorite heroes Lucas Davenport and Virgil Flowers join forces on a deadly maritime case in the remarkable new novel from #1 New York Times-bestselling author John Sandford. An off-duty Coast Guardsman is fishing with his family when he calls in some suspicious behavior from a nearby boat. It\'s a snazzy craft, slick and outfitted with extra horsepower, and is zipping along until it slows to pick up a surfaced diver . . . a diver who was apparently alone, without his own boat, in the middle of the ocean. None of it makes sense unless there\'s something hinky going on, and his hunch is proved right when all three Guardsmen who come out to investigate are shot and killed. They\'re federal officers killed on the job, which means the case is the FBI\'s turf. When the FBI\'s investigation stalls out, they call in Lucas Davenport. And when his case turns lethal, Davenport will need to bring in every asset he can claim, including a detective with a fundamentally criminal mind: Virgil Flowers.', 17.00, NULL, NULL, 29.00, 'Ocean Prey-81251.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-19 11:07:28', '2024-02-19 11:07:28'),
(4828, 'HART 24in Rolling Tool Box Portable Black', 'Vq9iAmdlf', 12, 'HART 24in Rolling Tool Box Portable Black Resin Toolbox tool case hard case box toolbox with tools tool box set', 36.83, NULL, NULL, 37.97, 'HART 24in Rolling Tool Box Portable Black-41748.webp', 'HART 24in Rolling Tool Box Portable Black-94148.webp', 'HART 24in Rolling Tool Box Portable Black-23295.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 11:08:38', '2024-02-19 11:08:38'),
(4829, 'Zodiac : The Shocking True Story of the Hunt for the Nation\'s Most Elusive Serial Killer', '5lg52GGCF', 17, 'Robert Graysmith\'s New York Times bestselling account of the desperate hunt for a serial killer and his own investigation of California\'s unsolved Zodiac murders. A sexual sadist, the Zodiac killer took pleasure in torture and murder. His first victims were a teenage couple, stalked and shot dead in a lovers\' lane. After another slaying, he sent his first mocking note to authorities, promising he would kill more. The official tally of his victims was six. He claimed thirty-seven dead. The real toll may have reached fifty. Robert Graysmith was on staff at the San Francisco Chronicle in 1969 when Zodiac first struck, triggering in the resolute reporter an unrelenting obsession with seeing the hooded killer brought to justice. In this gripping account of Zodiac\'s eleven-month reign of terror, Graysmith reveals hundreds of facts previously unreleased, including the complete text of the killer\'s letters.', 20.00, NULL, NULL, 27.95, 'Zodiac : The Shocking True Story of the Hunt for the Nation\'s Most Elusive Serial Killer-32479.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-19 11:11:24', '2024-02-19 11:11:24'),
(4830, 'USB 3\" Diameter Powered Plasma Ball | USB or (4 X AAA) Battery Powered | Science Toy | Electronic Plasma Light Gadget | Desk Toy | Classroom Accessory', 'pehaTc2EP', 12, 'Cool miniature scientific toy\r\nSurprise yourself with this state of the art mini plasma globe lamp. Be amazed of the innovative technology that helps produce an energy of light with the tip of your fingers or the sound of your voice. A great toy for kids of all ages and adults too. Place this anywhere in your house or office in any electric outlet and mesmerize the color and motion of the light.', 9.99, NULL, NULL, 14.99, 'USB 3\" Diameter Powered Plasma Ball | USB or (4 X AAA) Battery Powered | Science Toy | Electronic Plasma Light Gadget | Desk Toy | Classroom Accessory-20566.jpeg', 'USB 3\" Diameter Powered Plasma Ball | USB or (4 X AAA) Battery Powered | Science Toy | Electronic Plasma Light Gadget | Desk Toy | Classroom Accessory-75993.jpeg', 'USB 3\" Diameter Powered Plasma Ball | USB or (4 X AAA) Battery Powered | Science Toy | Electronic Plasma Light Gadget | Desk Toy | Classroom Accessory-10995.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-19 11:12:42', '2024-02-19 11:12:42'),
(4831, 'METALTIGER Metal Storage Cabinet', 'zSXNVLXsA', 12, 'METALTIGER Metal Storage Cabinet - Multifunctional Garage Storage Cabinet with Doors & Adjustable Shelf Height and Leg Levelers', 160.52, NULL, NULL, 417.28, 'METALTIGER Metal Storage Cabinet-61761.webp', 'METALTIGER Metal Storage Cabinet-57781.webp', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 11:15:21', '2024-02-19 11:15:21'),
(4832, 'Things Have Gotten Worse Since We Last Spoke and Other Misfortunes', '9AyYBaP1H', 17, 'Amongst the Top 50 Horror Books of All Time\" - CosmopolitanThree dark and disturbing horror stories from an astonishing new voice, including the viral-sensation tale of obsession, Things Have Gotten Worse Since We Last Spoke. For fans of Kathe Koja, Clive Barker and Stephen Graham Jones. Winner of the Splatterpunk Award for Best Novella. A whirlpool of darkness churns at the heart of a macabre ballet between two lonely young women in an internet chat room in the early 2000s--a darkness that threatens to forever transform them once they finally succumb to their most horrific desires. A couple isolate themselves on a remote island in an attempt to recover from their teenage son\'s death, when a mysterious young man knocks on their door during a storm... And a man confronts his neighbour when he discovers a strange object in his back yard, only to be drawn into an ever-more dangerous game. Three devastating, beautifully written horror stories from one of the genre\'s most cutting-edge voices. What have you done today to deserve your eyes?', 15.67, NULL, NULL, 16.95, 'Things Have Gotten Worse Since We Last Spoke and Other Misfortunes-67595.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-19 11:15:44', '2024-02-19 11:15:44'),
(4833, 'Before the Coffee Gets Cold', '5oI1neJeF', 17, 'A February 2023 Books-A-Million Staff Pick\r\n\"This book reminds me that although I can\'t change the past that doesn\'t mean I can\'t learn from those mistakes. It\'s a very bittersweet and whimsical story involving a cafe and a few desperate people looking for closure or just one last time with a loved one. It inspires me because these people know that when they go into the past it wont change their present, yet they go just to see.\"\r\n- Recommended by Jesselyn O. from Asheboro, NC\r\n\r\n*NOW AN LA TIMES BESTSELLER*\r\n\r\n*OVER ONE MILLION COPIES SOLD*\r\n\r\n*AN INTERNATIONAL BESTSELLER*\r\n\r\nIf you could go back in time, who would you want to meet?\r\n\r\nIn a small back alley of Tokyo, there is a caf that has been serving carefully brewed coffee for more than one hundred years. Local legend says that this shop offers something else besides coffee--the chance to travel back in time.\r\n\r\nOver the course of one summer, four customers visit the caf in the hopes of making that journey. But time travel isn\'t so simple, and there are rules that must be followed. Most important, the trip can last only as long as it takes for the coffee to get cold.\r\n\r\nHeartwarming, wistful, mysterious and delightfully quirky, Toshikazu Kawaguchi\'s internationally bestselling novel explores the age-old question: What would you change if you could travel back in time?', 17.59, NULL, NULL, 19.99, 'Before the Coffee Gets Cold-20310.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-19 11:18:00', '2024-02-19 11:18:00'),
(4834, 'Ironton Y Side-Mount Utility Truck Rack, 250-Lb. Capacity, Steel', 'dNF4LN8Yv', 17, 'The Ironton™ Y-style side-mount rack lets you free up your truck bed by storing longer cargo on the stand. Supports extension ladders, deck boards, PVC pipes, canoes and more. Can handle up to 250-lb. load.\r\nWhat\'s Included\r\n\r\n(1) Y side-mount utility truck rack (1) Hardware bag\r\nFeatures + Benefits\r\n\r\nY side-mount rack frees up your truck bed\r\n250-lb. load capacity\r\nBolt-on base securely mounts each rack to cargo bed (drill mount required for secure installation)\r\nFits most makes and models of trucks\r\nCan be mounted on either side of truck\r\nTelescoping support arms adjust from 19in. to 32in. and 0° to 20° tilt\r\nRack can be easily removed\r\nRugged steel construction with black powder-coat finish\r\n39in.L x 7in.W x 51 3/16in.H', 99.99, NULL, NULL, 129.99, 'Ironton Y Side-Mount Utility Truck Rack, 250-Lb. Capacity, Steel-43610.jpeg', 'Ironton Y Side-Mount Utility Truck Rack, 250-Lb. Capacity, Steel-38915.jpeg', 'Ironton Y Side-Mount Utility Truck Rack, 250-Lb. Capacity, Steel-50309.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-19 11:37:42', '2024-02-19 11:37:42'),
(4835, 'Utopia Home Premium Wooden Hangers 20 Pack', '3KFo0tjmp', 12, 'Utopia Home Premium Wooden Hangers 20 Pack - Durable & Slim Coat Hanger - Suit Hangers with 360-Degree Rotatable Hook', 25.26, NULL, NULL, 66.47, 'Utopia Home Premium Wooden Hangers 20 Pack-78555.webp', 'Utopia Home Premium Wooden Hangers 20 Pack-11602.webp', 'Utopia Home Premium Wooden Hangers 20 Pack-95401.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 11:39:15', '2024-02-19 11:39:15'),
(4836, 'Ironton 4-Post Utility Truck Rack, 500-Lb. Capacity, Steel', 'rKdleF73d', 17, 'The Ironton® 4-Post Utility Truck Rack lets you free up your truck bed by raising long, heavy loads above the bed and out of the back of the truck. Individual front and rear racks install safely and securely to support extension ladders, deck boards, plumbing supplies, pipes and more. Handles up to a 500-lb. load. Fits most makes and models of trucks.\r\nWhat\'s Included\r\n\r\n(1) Ironton 4-Post Utility Truck Rack -- 500-Lb. Capacity, Steel, (1) Hardware bag\r\nFeatures + Benefits\r\n\r\nRack frees up space in your truck bed\r\n500-lb. load capacity\r\nFits most makes and models of trucks\r\nFits truck beds up to 68 11/16in.W\r\nFront rack can be used individually\r\nEasy setup and removal (drill mount required for secure installation)\r\nHeavy-duty steel construction with black powder-coat finish\r\nMeasures 77in.L x 14in.W x 33 1/2in.H', 179.99, NULL, NULL, 185.00, 'Ironton 4-Post Utility Truck Rack, 500-Lb. Capacity, Steel-31626.jpeg', 'Ironton 4-Post Utility Truck Rack, 500-Lb. Capacity, Steel-84368.jpeg', 'Ironton 4-Post Utility Truck Rack, 500-Lb. Capacity, Steel-82635.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-19 11:43:00', '2024-02-19 11:43:00'),
(4837, 'Unikito 4-Tier Metal Coffee Bar Cabinet', 'nyKv4HKqk', 12, 'Unikito 4-Tier Metal Coffee Bar Cabinet with Outlet and LED Light, Freestanding Table for Liquor Glass Holder Wine Rack Storage', 101.91, NULL, NULL, 270.00, 'Unikito 4-Tier Metal Coffee Bar Cabinet-11210.webp', 'Unikito 4-Tier Metal Coffee Bar Cabinet-36025.webp', 'Unikito 4-Tier Metal Coffee Bar Cabinet-76957.webp', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-19 11:43:17', '2024-02-19 11:43:17'),
(4838, 'Strongway 1/2-Ton 2-Stage Telescoping Transmission Jack', '3UolSF3D3', 17, 'Strongway® 1/2-Ton 2-Stage Telescoping Transmission Jack offers a wide range of versatility designed to help increase shop productivity. For use with car and light truck transmissions. The universal mounting head provides a wide fore and aft tilt range. A wide base is enhanced by four heavy-duty steel swivel casters for maneuvering throughout the shop. Has a manual operated hydraulic system with smooth hydraulic lift and descent. Meets ASME safety standards.\r\nWhat\'s Included\r\n\r\n(1) Telescoping transmission jack\r\n(2) Base support legs\r\n(4) Wheels\r\n (1) Hardware kit', 659.99, NULL, NULL, 699.99, 'Strongway 1/2-Ton 2-Stage Telescoping Transmission Jack-38917.jpeg', NULL, NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-19 11:46:25', '2024-02-19 11:46:25'),
(4839, 'NapQueen Full Size Mattress, 12 Inch Anula Green Tea Infused Memory Foam', '6QtwMjySy', 12, 'NapQueen Full Size Mattress, 12 Inch Anula Green Tea Infused Memory Foam Mattress, Full Size Mattress Bed in a Box, CertiPUR-US', 160.85, NULL, NULL, 233.10, 'NapQueen Full Size Mattress, 12 Inch Anula Green Tea Infused Memory Foam-97751.webp', 'NapQueen Full Size Mattress, 12 Inch Anula Green Tea Infused Memory Foam-50525.webp', 'NapQueen Full Size Mattress, 12 Inch Anula Green Tea Infused Memory Foam-87873.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 11:48:28', '2024-02-19 11:48:28'),
(4840, '4 Inch Memory Foam Mattress Topper with Cover, Calming Green Tea Infusion', '4PhAsriEV', 12, '100% Polyester\r\n4-inch topper layered with green tea memory foam and high density foam\r\nGreen tea infusion helps both you and your mattress stay refreshed with its calming effects and odor control\r\nBody-conforming memory foam provides incredible comfort throughout the body\r\nResponsive active suspension isolates motion so no disruption for your sleep partner\r\nComes with a polyester mesh zippered cover\r\nProduct Note: Please allow up to 72 hours for the topper to rise', 68.73, NULL, NULL, 137.49, '4 Inch Memory Foam Mattress Topper with Cover, Calming Green Tea Infusion-91171.webp', '4 Inch Memory Foam Mattress Topper with Cover, Calming Green Tea Infusion-21911.webp', '4 Inch Memory Foam Mattress Topper with Cover, Calming Green Tea Infusion-91030.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 11:54:03', '2024-02-19 11:54:03'),
(4841, 'SECRETLAND Queen Mattress, 12 Inch Cooling-Gel Memory Foam and Individually Pocket Innerspring Hybrid Mattress, Queen Bed Matt', 'XKiqRxAey', 12, 'Medium Firm Feel: S SECRETLAND Individually Wrapped Coils Innerspring Mattress is supported by hundreds of individual pocket springs, which is durable in use. Memory foam with 3D soft knitted fabric on the top increase its comfort level.\r\nSupport system: Tempered steel coil system provides powerful support to each part of your body (Feet, legs, hips, waist, shoulders, neck, head), catering your vertebral well. Tightly knit edges and reinforced foam maximize edge support.', 165.08, NULL, NULL, 323.68, 'SECRETLAND Queen Mattress, 12 Inch Cooling-Gel Memory Foam and Individually Pocket Innerspring Hybrid Mattress, Queen Bed Matt-40780.webp', 'SECRETLAND Queen Mattress, 12 Inch Cooling-Gel Memory Foam and Individually Pocket Innerspring Hybrid Mattress, Queen Bed Matt-13264.webp', 'SECRETLAND Queen Mattress, 12 Inch Cooling-Gel Memory Foam and Individually Pocket Innerspring Hybrid Mattress, Queen Bed Matt-45059.webp', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-19 12:04:36', '2024-02-19 12:04:36'),
(4842, 'Large Elastic Bed Pokes Pokes for Children Full Child 40“ Foldable Mini Trampoline Fitness Rebounder With Adjustable Foam Handle', 'vHsfdt6Yl', 12, 'SAFE AND FUN:  round jump mat is made of heavy-duty polypropylene to ensure sustained bouncing and coil spring for high elasticity Assemble size at 40\" x 35-46\'\' from ground to top for safe jumping\r\nPADDED HANDLEBAR: The padded handlebar is adjustable ranging from 35\'\' to 46\'\' high that fit to user\'s height. Use the handlebar for easy grip to control your bounce. The frame cover is also padded that provides safer jump surface', 89.43, NULL, NULL, 164.96, 'Large Elastic Bed Pokes Pokes for Children Full Child 40“ Foldable Mini Trampoline Fitness Rebounder With Adjustable Foam Handle-54718.webp', 'Large Elastic Bed Pokes Pokes for Children Full Child 40“ Foldable Mini Trampoline Fitness Rebounder With Adjustable Foam Handle-21487.webp', 'Large Elastic Bed Pokes Pokes for Children Full Child 40“ Foldable Mini Trampoline Fitness Rebounder With Adjustable Foam Handle-56699.webp', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-19 12:17:26', '2024-02-19 12:17:26'),
(4843, 'Sunex 1500 Lb. Car Dolly', 'So2VOmKFn', 17, 'Dead engines, locked steering wheels, and small spaces are no problem for Sunex car dollies. It can be used in singles, pairs, 3\'s, or 4\'s to move vehicles in any direction.\r\nOversized L-shaped foot pedal protect user from jamming toes on wheel\r\nSturdy ratcheting design is maintenance free unlike competitive hydraulic units\r\nConvenient carrying handle for transportation\r\nLocking casters on outboard wheels secure vehicle and comply with ASME-pals 2014 standards', 149.99, NULL, NULL, 153.99, 'Sunex 1500 Lb. Car Dolly-73376.jpeg', 'Sunex 1500 Lb. Car Dolly-31961.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-19 12:17:40', '2024-02-19 12:17:40'),
(4844, 'Projector with WiFi and Bluetooth', 'qwG87d85b', 12, 'Why Should You Choose Us?\r\nThis projector with its functionality is a dream come true for your evening hang-outs in your backyard. Can’t wait to use it outside at the pool! Perfect for a family movie and BBQ night!\r\n\r\nOur mini projector has many advantages, such as:\r\n\r\n(1) The first WiFi projector on the market. WiFi Function: Connecting devices with this wifi projector through wifi both for IOS and Android with simple connection steps.\r\n\r\n(2) The first Native 720P mini projector. We pioneered technological innovation, developed Natvie 1280*720P in the field of mini projectors. It also is 1920x1080P supported, better than 90% mini projectors which are native 480P or others who adopt this technology after us.\r\n\r\n(3) The realistic Lux parameters. 80% brighter than 99% mini projectors, the realistic lux will never let you down.\r\n\r\n(4) The Bluetooth projector. You can wirelessly pair with your bluetooth speaker, headphones, soundbar anytime and anywhere. It is a mini projector with wifi and bluetooth, you can hook up external speakers, the sound is greatly enhanced and sounded theater quality. Also, the built-in stereo surround speaker is good enough to enjoy the pleasure sounds in different scenes, if you don\'t want to add another speaker.\r\n\r\nOur wifi projector is better in many aspects, such as:\r\n\r\n(1) As the first wifi projector, wifi technology is more mature.\r\n\r\n(2) Wifi connection is more stable.\r\n\r\n(3) Wifi operation is easier.\r\n\r\nNote: As the copyright, some videos (such as Netflix) can\'t be played via wifi, nearly 99.99% projector on Amazon can\'t play them via wifi connection, but you can watch via HDMI connection such as laptop, tv stick and so on.\r\n\r\nIf you want connect your smartphone with the projector, but you are in a place without wifi, you can use a USB to HDMI adapter. Please note you need to buy the adapter yourself, it is not included in the package. You can read the user manual or FAQ in the product package to get more information about how to connect a smartphone.', 69.99, NULL, NULL, 99.99, 'Projector with WiFi and Bluetooth-70244.jpeg', 'Projector with WiFi and Bluetooth-38033.jpeg', 'Projector with WiFi and Bluetooth-13418.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-19 12:18:19', '2024-02-19 12:18:19'),
(4845, 'Trailer Valet 2 In Trailer Dolly', 'VTJfL1U0i', 17, 'The Trailer Valet XL makes it easy to park or move your trailer of up to 10,000 lbs (4,500 kg) in tight spaces. Take corners and make adjustments to your trailer position by steering as you move. The XL hooks up to a standard trailer frame via the coupler (or optional bracket) and can be operated manually by using the included hand crank as a trailer hand dolly, utilizing the low or high gear. Swap out the hand crank with a standard 20-24V cordless drill and power up your mover for greater ease of use. Each unit comes with never-flat solid rubber tires and an auto-brake function, allowing you precise control over your trailer at all times. With compact design and the power to move larger trailers, the XL is essential for anyone wishing to lift, maneuver and hitch their trailer without pulling or backing up the truck.', 749.00, NULL, NULL, 815.00, 'Trailer Valet 2 In Trailer Dolly-52100.jpeg', 'Trailer Valet 2 In Trailer Dolly-75737.jpeg', 'Trailer Valet 2 In Trailer Dolly-70752.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-19 12:19:16', '2024-02-19 12:19:16'),
(4846, '10x10 FT Pop up Canopy with UV Resistant Waterproof', 'Bg1ZwnX9w', 12, '10x10 FT Pop up Canopy with UV Resistant Waterproof Enclosed Tent for Outdoor Events Patio Backyard Party Camping Freight free', 113.44, NULL, NULL, 214.00, '10x10 FT Pop up Canopy with UV Resistant Waterproof-82689.webp', '10x10 FT Pop up Canopy with UV Resistant Waterproof-62652.webp', '10x10 FT Pop up Canopy with UV Resistant Waterproof-53774.webp', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-19 12:21:57', '2024-02-19 12:21:57'),
(4847, 'Lincoln Industrial 17 Gallon Oil Change Truck Drain with 120V Electric Pump', 'wPArC7MVY', 17, 'For more than a century, professionals have chosen the Lincoln brand for their lubrication equipment needs. We are dedicated to listening to our customers and their requirements. This dedication, combined with our understanding of the challenges of their daily work, led to the development of the 3669 Low-Profile Truck Drain. Recognized as leading the industry, the combination of SKF and Lincoln lubrication technology continues to develop innovative solutions. With a height of only 7.75 In., this 17 Gallon drain can easily be positioned under high-clearance vehicles and is perfect for evacuating used fluid including motor oil, transmission fluid and coolant. It features a durable 120V electric pump installed below the front of the reservoir for used fluid evacuation through a 6 Ft. hose with a steel J-hook end.\r\nLow profile 7.75 In. design that can be easily positioned under high-clearance vehicles\r\nCaptures used fluids including motor oil, coolant and transmission fluid\r\nFeatures a durable 120V electric pump installed below the front of the reservoir for used fluid evacuation through a 6 Ft. hose with a steel J-hook end\r\n17 Gallon capacity with large fluid collection area\r\nIncludes removable metal filter screen, recessed pockets and four swivel casters', 647.99, NULL, NULL, 740.99, 'Lincoln Industrial 17 Gallon Oil Change Truck Drain with 120V Electric Pump-15158.jpeg', 'Lincoln Industrial 17 Gallon Oil Change Truck Drain with 120V Electric Pump-75769.jpeg', 'Lincoln Industrial 17 Gallon Oil Change Truck Drain with 120V Electric Pump-76976.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-19 12:22:23', '2024-02-19 12:22:23'),
(4848, 'Mini LCD Writing Tablet', 'ucNSPJpKj', 12, 'Bigger Writing Space: Amoretti Sonnet 6.5in dual LCD display writing tablet is a reusable writing pad that’s perfect for jotting down quick notes at your desk or at home.\r\nSmall Form-Factor: A small form-factor and bezel-less design enhance the simplicity of this LCD tablet. Unlike kiddie tablets with multiple colors, this screen displays a single green color.\r\nFiner Lines: This product allows for finer lines compared to others. It also maintains its precision even when swapping the styli, enabling you to achieve intricate details.\r\nNo Bezel: The absence of a bezel provides ample space for writing and drawing. Its size is comparable to that of a smartphone, making it easy to fit into a shirt pocket and convenient to carry around.\r\nReminder: A good ambient light is necessary to read the content on the screen. Unfortunately, we cannot provide a backlight using a small button battery. If you are unable to clearly see the content, please request a return.', 10.99, NULL, NULL, 16.99, 'Mini LCD Writing Tablet-29440.jpeg', 'Mini LCD Writing Tablet-68524.jpeg', 'Mini LCD Writing Tablet-49605.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-19 12:25:00', '2024-02-19 12:25:00'),
(4849, '185*60cm Aluminum Alloy Folding Massage Bed with Carrying Case Spa Beauty Massage Tables Salon Furniture Height Adjustable', 'UEVTv7lSa', 12, 'is_customized\r\nYes\r\nSize\r\n186*60cm\r\nFolded\r\nYes\r\nMaterial\r\nSynthetic Leather\r\n\r\n185*60cm Aluminum Alloy Folding Massage Bed with Carrying Case Spa Beauty Massage Tables Salon Furniture', 95.36, NULL, NULL, 105.36, '185*60cm Aluminum Alloy Folding Massage Bed with Carrying Case Spa Beauty Massage Tables Salon Furniture Height Adjustable-50587.jpeg', '185*60cm Aluminum Alloy Folding Massage Bed with Carrying Case Spa Beauty Massage Tables Salon Furniture Height Adjustable-72349.jpeg', '185*60cm Aluminum Alloy Folding Massage Bed with Carrying Case Spa Beauty Massage Tables Salon Furniture Height Adjustable-74635.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 12:27:42', '2024-02-19 12:27:42');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4850, 'OUTFINE Canopy 10x10 Pop Up Commercial Canopy Tent with 3 Side Walls Instant Shade Bonus Upgrade Roller Bag 4 Weight Bags', 'VN1nPvRO6', 12, 'STURDY MATEL FRAME AND TARPAULIN - Canopy metal legs are of 30x30mm, special designed metal top bracket bringing commercial-grade solid experience. Special thicken metal frame with anti-rust coating. The cross-truss structure technology makes the canopy strong enough to withstand wind. The canopy tarpaulin is made of 300D high density Oxford polyester fiber, with a special silver-plated PU lining, 100% waterproof, UPF 50+, it can block 99% of harmful rays of sunlight.', 130.26, NULL, NULL, 283.00, 'OUTFINE Canopy 10x10 Pop Up Commercial Canopy Tent with 3 Side Walls Instant Shade Bonus Upgrade Roller Bag 4 Weight Bags-10108.webp', 'OUTFINE Canopy 10x10 Pop Up Commercial Canopy Tent with 3 Side Walls Instant Shade Bonus Upgrade Roller Bag 4 Weight Bags-55829.webp', 'OUTFINE Canopy 10x10 Pop Up Commercial Canopy Tent with 3 Side Walls Instant Shade Bonus Upgrade Roller Bag 4 Weight Bags-15681.webp', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-19 12:28:08', '2024-02-19 12:28:08'),
(4851, 'Better Built 200 Gallon HD Series Rectangle Transfer Tank STEEL WHITEw', 'XC69IuJaL', 17, 'The BETTER BUILT® 200 Gallon White Steel Transfer Tank offers a safer mode of transportation for non-flammable liquids such as diesel fuel and hydraulic fluid. The diesel transfer tank is constructed out of 14 gauge steel and is 100 percent pressure tested. The durable powder coat finish adds additional protection to the tank. The baffle design adds strength while preventing the liquid from shifting too quickly. The rectangle shape design allows for a truck box to be installed in conjunction with the transfer tank. The installation kit includes vibration reduction hardware and the transfer tank is backed by a 3 year limited warranty.', 1224.99, NULL, NULL, 1345.99, 'Better Built 200 Gallon HD Series Rectangle Transfer Tank STEEL WHITEw-84004.jpeg', 'Better Built 200 Gallon HD Series Rectangle Transfer Tank STEEL WHITEw-74994.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-19 12:29:24', '2024-02-19 12:29:24'),
(4852, 'Coxreels 1 in x 35 ft Supreme Duty Spring Driven Fuel Hose Reel 300PSI', 'mEdR8aZEE', 17, 'COXREELS® Fuel Dispensing Reels are designed to handle various non-aromatic fuel applications including diesel, kerosene, fuel oil and heating oil. Coxreels® professional fuel dispensing reels are available in heavy-duty single pedestal (SH Series), supreme-duty dual pedestal (T Series) or box-style frame (SP Series) configurations. These fuel reels are an essential component found in utility, ground support, and bulk liquid handling transport services mounted on fuel storage & dispensing systems, fuel/lube trucks, aircraft refuelers, and tank trucks. The convenient uncoiling systems with the added hose control allow the operator to efficiently handle fuel transfers.\r\nSWIVEL - Machined from zinc plated steel 90◦ full-flow NPT swivel for fuel dispensing applications.\r\nCARTRIDGE MOTOR - Lubricated and enclosed cartridge-style motor is easily removable for safe and convenient maintenance.\r\nCNC SPUN DISCS - Heavy duty CNC robotically spun and ribbed discs with rolled edges for greater strength, durability, hose protection and operator safety.\r\n1/4\" STEEL BASE - Sturdy dual pedestal design with solid one piece steel base and support post, no weld, for maximum stability. Exclusive Super Hub™ triple axle support system.\r\nMULTI-POSITION GUIDE ARM - Versatile guide arm adjusts to wall, floor, ceiling, and vehicle mounting positions.\r\nOTHER FEATURES INCLUDE - long lasting, chip resistant and rust inhibiting CPC powder coat finish, adjustable solid rubber hose stop,fuel dispensing hose, and sturdy permanently lubricated precision bearings.', 918.99, NULL, NULL, 1050.99, 'Coxreels 1 in x 35 ft Supreme Duty Spring Driven Fuel Hose Reel 300PSI-33891.jpeg', 'Coxreels 1 in x 35 ft Supreme Duty Spring Driven Fuel Hose Reel 300PSI-61269.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-19 12:33:04', '2024-02-19 12:33:04'),
(4853, 'HARIBO Gummi Candy, Starmix, 5 oz. Bag', 'fjGXfaHbC', 14, 'A mixture of HARIBO\'s most delicious stars!\r\nEnjoy famous flavors like Goldbears, Twin Snakes, Happy-Cola, Happy Cherries, and Gummi Rings, all in a single bag\r\n100 calories per serving. Perfect for sharing snacking, decorating and topping desserts\r\nKids and grown-ups love it so, the happy world of HARIBO!\r\nHARIBO Starmix Gummi Candy, 5 Ounce (Pack of 12)', 10.55, NULL, NULL, 16.97, 'HARIBO Gummi Candy, Starmix, 5 oz. Bag-99736.jpeg', 'HARIBO Gummi Candy, Starmix, 5 oz. Bag-57348.jpeg', 'HARIBO Gummi Candy, Starmix, 5 oz. Bag-85117.jpeg', 'Groceries', 2.5, NULL, 1, '2024-02-19 12:34:58', '2024-02-19 12:34:58'),
(4854, '2024custom Luxury Spa Room White Pink Facial Beauty Lash Extension Bed 4 Motors Electric Massage Tables & Beds For Salon', '0RkqH4Sk2', 12, 'custom luxury spa room white pink facial beauty lash extension bed 4 motors electric massage tables & beds for salon', 1545.30, NULL, NULL, 2545.30, '2024custom Luxury Spa Room White Pink Facial Beauty Lash Extension Bed 4 Motors Electric Massage Tables & Beds For Salon-84527.jpeg', '2024custom Luxury Spa Room White Pink Facial Beauty Lash Extension Bed 4 Motors Electric Massage Tables & Beds For Salon-18315.jpeg', '2024custom Luxury Spa Room White Pink Facial Beauty Lash Extension Bed 4 Motors Electric Massage Tables & Beds For Salon-12083.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 12:36:05', '2024-02-19 12:36:05'),
(4855, 'Makita 18V LXT Lithium-Ion Battery and Rapid Optimum Charger Starter Pack (5.0Ah)', 'cixMINpIM', 17, 'The Makita 18 Volt 5 Amp-hour Lithium-Ion battery is compatible to use with Makita 18 Volt Lithium-Ion tools with Star Symbol. Built-in LED indicates the charging status of the battery. Battery charges fully in just 45 minutes thus ensuring a longer runtime. Smart charging mechanism resists self-discharging when stored for long periods of time. Optimum charger monitors the current, temperature and voltage by communicating regularly with the battery. Advanced charging mechanism delivers an optimum charging time and maximizes the battery life. Integrated fan in the charger prevents over-heating even in hot and humid conditions. The Star Protection Computer Controls™ technology safeguards the battery from any over-heating, over-discharging and over-loading dangers. Shock-absorbing inner liner and the sturdy outer case protect the battery from high impacts. The 16 terminals provided in the battery prevent power loss or fluctuation even in high-vibration applications, sold as 2 per pack. Battery comes with a dual port charger and a tool bag.\r\nFEATURES\r\nGeneral purpose blade for use cutting cured concrete, block and brick\r\nSegment slots help deliver a faster, cooler cut in multiple applications\r\nLaser welded to ensure the strongest joint possible\r\nSuperior quality steel core\r\nEquipped with Star Protection Computer Controls™ to protect against overloading, over-discharging and over-heating\r\nImpact-resistant outer case and shock-absorbing inner-liner are engineered to protect the battery\r\nSixteen contact terminals maintain a constant connection with the tool to help prevent power loss or fluctuation, even during high-vibration applications\r\n18V LXT® Lithium-Ion Battery and Rapid Optimum Charger Starter Pack (5.0Ah)\r\nCompatible only with Star Protection tools, indicated by the Star Symbol™ and/or Yellow Battery Receiver under the tool\r\nMakita 18V Lithium-Ion is the world’s largest cordless tool line-up powered by an 18V Lithium-Ion slide-style battery', 339.00, NULL, NULL, 350.99, 'Makita 18V LXT Lithium-Ion Battery and Rapid Optimum Charger Starter Pack (5.0Ah)-17819.jpeg', 'Makita 18V LXT Lithium-Ion Battery and Rapid Optimum Charger Starter Pack (5.0Ah)-48123.jpeg', 'Makita 18V LXT Lithium-Ion Battery and Rapid Optimum Charger Starter Pack (5.0Ah)-84844.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-19 12:36:24', '2024-02-19 12:36:24'),
(4856, 'Home Folding 3 Level Incline Treadmill with Pulse Sensors, 3.0 HP Quiet Brushless, 8.7 MPH, 300 LBS Capacity', 'wPgK4zQNl', 12, '𝐐𝐔𝐈𝐄𝐓 𝐁𝐑𝐔𝐒𝐇𝐋𝐄𝐒𝐒 𝐌𝐎𝐓𝐎𝐑 - improved brushless motor with max 3.0 HP provides efficient, reliable, and low-maintenance operation, while providing speeds of 8.7 MPH and emitting only 40-65 dB of noise, ensuring your workouts won\'t disturb your downstairs or next-doors\r\n𝐏𝐔𝐋𝐒𝐄 𝐒𝐄𝐍𝐒𝐎𝐑𝐒 - Keep track of your target heart rate in real-time with the built-in handrail heart sensors.', 265.50, NULL, NULL, 508.00, 'Home Folding 3 Level Incline Treadmill with Pulse Sensors, 3.0 HP Quiet Brushless, 8.7 MPH, 300 LBS Capacity-88622.webp', 'Home Folding 3 Level Incline Treadmill with Pulse Sensors, 3.0 HP Quiet Brushless, 8.7 MPH, 300 LBS Capacity-70331.webp', 'Home Folding 3 Level Incline Treadmill with Pulse Sensors, 3.0 HP Quiet Brushless, 8.7 MPH, 300 LBS Capacity-71339.webp', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-19 12:38:49', '2024-02-19 12:38:49'),
(4857, 'Travel Mugs', 'rvBj0XPwd', 14, 'Single & Multi-Pack Double Insulated Stainless Steel Bottles & Travel Mugs', 7.99, NULL, NULL, 19.99, 'Travel Mugs-93896.jpeg', 'Travel Mugs-60467.jpeg', 'Travel Mugs-47125.jpeg', 'Groceries', 2.5, NULL, 1, '2024-02-19 12:39:10', '2024-02-19 12:39:10'),
(4858, 'DEWALT 20V 3 in 1 Professional Battery Booster', 'nGgUfU0AG', 17, 'Get maximum flexibility and performance from your DeWalt tool batteries with the DeWalt DXAE20VBB professional battery booster! Simply slide a charged 20V MAX or FLEXVOLT battery into the battery slot (sold separately), attach the clamps to your vehicle\'s battery, and let the booster take care of the rest. Applying a rapid charge over the course of a few minutes, it will help start your vehicle with ease. You can also use the USB ports to power up personal electronics or recharge cell phones, and the integrated LED work light makes repairs after dark easier than ever. Add a DeWalt DXAE20VBB to your tool kit today!\r\nFEATURES\r\nUses 20V DeWalt tool batteries (sold separately) to boost and start your vehicle\r\nBattery Booster for AGM, GEL & WET 12V batteries\r\nDual high-output USB ports to recharge personal electronics on the go\r\nComes with attached heavy-duty jumper cables', 121.99, NULL, NULL, 135.99, 'DEWALT 20V 3 in 1 Professional Battery Booster-80746.jpeg', 'DEWALT 20V 3 in 1 Professional Battery Booster-42437.jpeg', 'DEWALT 20V 3 in 1 Professional Battery Booster-52785.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-02-19 12:41:36', '2024-02-19 12:41:36'),
(4859, 'Electric Head Massager Scalp Massage Claw Physiotherapy Decompression Head Scratcher Stress Relief Improve Sleep', 'kn53DtCTZ', 12, '⭐⭐⭐⭐⭐️\r\n“I have a relatively unique condition and this is exactly what I was hoping for. While it\'s not a replacement for my wife\'s scalp massage, it\'s a great substitute! It seems like someone put thoughtful effort into creating this. for me it\'s perfect.”\r\nShawn J - Verified Customer  \r\nUltra Scalp Massager\r\nRelax Your Scalp And Relieve Stress Anytime, Anywhere.\r\nMassage your head, as if doing a head SPA for your head at any time, glides over your scalp producing a euphoric feeling every time you use it, reducing your stress and anxiety.\r\n\r\nFull Coverage\r\nThis Head Massager has 8-frequency vibrating contacts, and provides 360-degree massage coverage, enjoy a hands-free massage while reading, working, or enjoying coffee, and presses the head muscles to help relax and reduce stress and tension.\r\n\r\nThree Massage Modes \r\nLong press the button to turn on the head massager, and switch between three modes, providing different massage techniques to relieve stress and tension to meet your specific massage needs during the day and night.\r\n\r\nHow to Work\r\nEach massage portion is provided with an independent vibration source for driving, and the operation states of the massage portions do not affect one another; the cooperative operation of the plurality of massage portions can achieve the effect of fully massaging the head; the vibration strength and the massage rhythm of each massage portion can be adjusted and controlled, and the head massager is suitable for users having different sensitivities to massage. \r\n\r\nGreat Gift \r\nUse at home or take it with you when you travel, easy to live a healthy and relaxing life, the soothing massager helps her/him relax after a stressful work day, a great gift option for friends and family.\r\n\r\nSafety Warning\r\nThis product is for massage usage only. Do not use it while charging. If you have an uncomfortable feeling in use please stop it immediately. \r\n\r\nBENEFITS:\r\nReleases tension.\r\nEases migraine and headaches.\r\nReduces stress & anxiety.\r\nPromotes relaxation.\r\nStimulates blood circulation.\r\nRevitalizes physical and mental health.\r\nImproves memory and focus\r\nPackage Include:\r\n1 x Ultra Head Massager\r\nSpecifications:\r\nMaterial: ABS+silicone\r\nMassage modes: 3 modes\r\nBattery capacity: 1200mAh\r\nControl method: Touch button\r\nMassage time: 15 minutes\r\nNumber of massage heads: 8', 7.44, NULL, NULL, 8.44, 'Electric Head Massager Scalp Massage Claw Physiotherapy Decompression Head Scratcher Stress Relief Improve Sleep-12168.jpeg', 'Electric Head Massager Scalp Massage Claw Physiotherapy Decompression Head Scratcher Stress Relief Improve Sleep-86077.jpeg', 'Electric Head Massager Scalp Massage Claw Physiotherapy Decompression Head Scratcher Stress Relief Improve Sleep-62825.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 12:42:42', '2024-02-19 12:42:42'),
(4860, 'Buyers Products Company SaltDogg TGS07 11 Cubic Foot Tailgate Spreader', 'OP2bEmzr1', 17, 'The SaltDogg TGS07 11 Cubic Foot Tailgate Spreader is a large volume commercial tailgate spreader. It features a horizontal auger, stainless steel trough, and an included concealed vibrator that allows it to spread bulk salt or a 50/50 sand/salt mix from 3/4 ton and 1 ton trucks. The spreader has a low-profile, 11 cubic foot hopper. The hopper\'s frameless, double-wall poly construction is durable and highly corrosion resistant. The spreader mounts to a 2 in. Class 4 hitch with patented horizontal and vertical adjustment. Its 12 in. poly spinner can cast material up to 30 ft. A 1/2 HP, 12V dual shaft gear motor is controlled by an included variable speed in-cab controller. Note: The TGS07 Spreader Extender (see \"Accessories\" below) is required for installation on trucks with flared tailgates.', 3244.00, NULL, NULL, 3555.00, 'Buyers Products Company SaltDogg TGS07 11 Cubic Foot Tailgate Spreader-49949.jpeg', 'Buyers Products Company SaltDogg TGS07 11 Cubic Foot Tailgate Spreader-82577.jpeg', 'Buyers Products Company SaltDogg TGS07 11 Cubic Foot Tailgate Spreader-83490.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-02-19 12:46:15', '2024-02-19 12:46:15'),
(4861, 'Huffy 20 in. Sea Star Girl Kids Bike', 'L2Lwq7e27', 12, 'Huffy 20 in. Sea Star Girl Kids Bike, Blue and Pink bicycle road bike carbon road bike bicycles bikes', 140.52, NULL, NULL, 188.00, 'Huffy 20 in. Sea Star Girl Kids Bike-70845.webp', 'Huffy 20 in. Sea Star Girl Kids Bike-35561.webp', 'Huffy 20 in. Sea Star Girl Kids Bike-95042.webp', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-19 12:47:03', '2024-02-19 12:47:03'),
(4862, 'Jack Link\'s Beef Sticks', 'y0O4QsIts', 14, '20-Count 0.8-Oz Jack Link\'s Beef Sticks (Original)', 14.17, NULL, NULL, 18.89, 'Jack Link\'s Beef Sticks-62885.jpeg', 'Jack Link\'s Beef Sticks-23937.jpeg', 'Jack Link\'s Beef Sticks-91509.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-19 12:47:39', '2024-02-19 12:47:39'),
(4863, 'Earthway Low Output Tray for Flex Spreaders', 'ImpEq5gxm', 17, 'For accurate low volume, low application rate spreading of small gauge materials such as grass seed and specialty chemicals, the low-output tray features the EarthWay® exclusive oscillating shut-off with 6 lip edge agitators integrated into the shut off system to keep fine materials flowing smoothly and evenly.\r\nFits all flex-select spreaders\r\n6 lip edge agitators\r\nQuick connect linkage\r\nWorks for clover and grass\r\nVertical six pin agitation\r\nOscillating shut off', 49.91, NULL, NULL, 67.07, 'Earthway Low Output Tray for Flex Spreaders-53815.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 12:49:09', '2024-02-19 12:49:09'),
(4864, 'China best 0 gravity electric 3d 4d sl track salon massage chair bed full body 2022', 'eNMZswMbZ', 12, '1.High-quality, factory affordable price.\r\n2.Low MOQ, fast delivery.\r\n3.Support customized LOGO.\r\n4.Customizable color and packaging.\r\n5.11 years of experience.', 458.00, NULL, NULL, 558.00, 'China best 0 gravity electric 3d 4d sl track salon massage chair bed full body 2022-91022.jpeg', 'China best 0 gravity electric 3d 4d sl track salon massage chair bed full body 2022-20660.jpeg', 'China best 0 gravity electric 3d 4d sl track salon massage chair bed full body 2022-50595.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 12:51:25', '2024-02-19 12:51:25'),
(4865, 'Husqvarna 130 Lb. Tow Spreader', 'OwdwJWA35', 17, 'Husqvarna branded Tow-behind Broadcast Spreader with 10\' to 12\' spread pattern, steel rod flow control lever and heat treated steel gear. 14\" x 4\" pneumatic turf tread tires; larger tires sets the spreader higher, allowing for further spreading. Heat treated steel gear, enclosed housing. Yellow dichromate hardware resists rust. Includes vinyl cover, keeps material dry (i.e. keeps ice melt from activating) & protected from the wind; also helps keep the material in the hopper. Hitch pin included. Fits all Husqvarna tractors.\r\nFEATURES\r\n10 ft to 12 ft spread pattern\r\nFits all Husqvarna tractors\r\n14 In by 4 In pneumatic turf tread tires\r\nIncludes vinyl cover', 329.00, NULL, NULL, 349.00, 'Husqvarna 130 Lb. Tow Spreader-54268.jpeg', 'Husqvarna 130 Lb. Tow Spreader-56646.jpeg', 'Husqvarna 130 Lb. Tow Spreader-70686.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 12:52:32', '2024-02-19 12:52:32'),
(4866, 'Arm & Hammer laundry detergent', 'bJRzqwkeP', 14, 'ARM & HAMMER Plus OxiClean Liquid Laundry Detergent is ideal in standard and High Efficiency (HE) washing machines. This low-sudsing, clean-rinsing fresh scent detergent delivers 5 powerful cleaning benefits in 1: it attacks stains, fights odors, whitens whites, brightens colors and delivers a boost of freshness. This laundry detergent powers out microscopic stains and dirt to deliver a hygienic clean. Concentrated with 3X powerful stain fighters in every load versus the leading value detergent, this HE detergent is powerful enough to handle your toughest loads in all wash temperatures, even cold water. Supercharged with OxiClean stain fighters to attack over 101 tough stains This HE laundry detergent keeps whites whiter and brights brighter (vs regular ARM & HAMMER). Blended with trusted ARM & HAMMER Baking Soda, this laundry soap is tough on odors, dirt and stains, leaving clothes clean and fresh. For standard bottles, fill the cap to Bar A for medium-sized loads, or use half a capful for energy-saving cold water cycles compared to washing in warm water. Add a full cap of this detergent to large or heavily soiled loads to deeply clean and freshen clothes. For larger dispenser sizes, fill to top of Line C for medium loads. For large or heavily soiled loads, use half a capful.', 7.99, NULL, NULL, 10.99, 'Arm & Hammer laundry detergent-53855.jpeg', 'Arm & Hammer laundry detergent-46500.jpeg', 'Arm & Hammer laundry detergent-11446.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-19 12:55:04', '2024-02-19 12:55:04'),
(4867, 'Legion Kids Freestyle BMX Bike', 'yG9tkPwY4', 12, 'Legion Kids Freestyle BMX Bike, Intermediate Rider, Boys and Girls Bikes, Hi-Ten Steel Frame, 20-Inch Wheels', 178.29, NULL, NULL, 463.89, 'Legion Kids Freestyle BMX Bike-43469.webp', 'Legion Kids Freestyle BMX Bike-29646.webp', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-19 12:55:57', '2024-02-19 12:55:57'),
(4868, 'Agri-Fab 130 lb Commercial Push Spreader', 'lwM9QYSTg', 17, 'Tackle winter\'s worst with the Agri-Fab, Inc. 130 lbs. push broadcast spreader. Designed for ice control during the winter and lawn/garden maintenance during spring, summer and fall, the large 130 lbs. hopper capacity helps you finish any project quickly. It features large pneumatic tires for easy maneuverability and 25,000 sqft coverage, roughly 1/2 acre, with professional alloy beveled gear for increased durability. The spreader includes a hopper cover, spreader grate and deflector, ideal for sidewalks. Stainless steel axle and spreader impeller for improved durability and easier cleanup.', 399.99, NULL, NULL, 420.77, 'Agri-Fab 130 lb Commercial Push Spreader-75060.jpeg', 'Agri-Fab 130 lb Commercial Push Spreader-25941.jpeg', 'Agri-Fab 130 lb Commercial Push Spreader-47927.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 12:56:01', '2024-02-19 12:56:01'),
(4869, 'Timeless Skin Care', 'lkooqVCMz', 14, 'Timeless Skin Care Vitamin C Serum with Vitamin E & Ferulic Acid', 10.99, NULL, NULL, 19.98, 'Timeless Skin Care-76654.jpeg', 'Timeless Skin Care-57608.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-19 12:58:37', '2024-02-19 12:58:37'),
(4870, 'Wayne Water Systems WaterBUG Submersible Water Removal Pump with Multi-Flow Technology', 'zL5JLTtf1', 17, 'Water bugging you? The WAYNE WWB WaterBUG® Submersible Water Removal Pump with Multi-Flow Technology, is the tool for you! Patent Pending Multi-Flo Technology is key and allows the user, easy selection of the appropriate discharge for the water removal application. The top discharge should be used to drain water from confined spaces; a window well, laundry tub, even from 5-gallon buckets. Side discharge should be selected for easy water removal from open areas; flat roofs, flooded basements, shower stalls, flooded yard. Patent Pending multi-ring suction strainer filters debris, keeping it clear from the suction intake which minimizes clogging. This powerful tool pumps up to 1350 Gallons Per Hour, connects to a standard garden hose and removes water down to a 1/16 inch of the surface, making the area Virtually dry! Assembled in the USA, for Quality you can trust. Stop allowing water to bug you. Remove it with WaterBUG®! WAYNE’s WaterBUG® Submersible Water Removal Pump with Multi-Flo Technology, is the water-removal tool for every home.', 139.99, NULL, NULL, 149.99, 'Wayne Water Systems WaterBUG Submersible Water Removal Pump with Multi-Flow Technology-94224.jpeg', 'Wayne Water Systems WaterBUG Submersible Water Removal Pump with Multi-Flow Technology-90916.jpeg', 'Wayne Water Systems WaterBUG Submersible Water Removal Pump with Multi-Flow Technology-45637.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 12:59:06', '2024-02-19 12:59:06'),
(4871, 'Raindrip Automatic Watering Kit with Timer Flower/Shrub/Tree', 'u4biOqmJ7', 17, 'Raindrip automatic watering kit provides you a better way to water your lawn and gardens. Get amazing result in 3 easy steps. Includes everything you need to water your flowers, shrubs and trees without any additional tools or kit needed! Includes 10, pre-assembled, Clamp N\' Pierce feeder lines with 2 GPH drippers. Patented Clamp n\' Pierce fitting features a tool free, easy to install connection. Includes Raindrip\'s battery operated timer to automate your system.', 69.99, NULL, NULL, 79.99, 'Raindrip Automatic Watering Kit with Timer Flower/Shrub/Tree-20403.jpeg', 'Raindrip Automatic Watering Kit with Timer Flower/Shrub/Tree-48924.jpeg', 'Raindrip Automatic Watering Kit with Timer Flower/Shrub/Tree-41172.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-02-19 13:02:07', '2024-02-19 13:02:07'),
(4872, 'Scott ComfortPlus Toilet Paper, 36 Mega Rolls', 'Unx3UwSNN', 14, '36 Mega Rolls of Scott ComfortPlus Toilet Paper (2 packs of 18), 1-ply, 425 sheets per roll—packaging may vary from images shown.\r\n3x stronger than the leading bargain brand, Scott ComfortPlus 1-ply toilet paper breaks down 6x faster* and is sewer-safe, septic-safe and clog-free.\r\n60% More Sheets vs Bear Brand Mega Roll, so you can change rolls less often.\r\nFree of perfumes or scents, so no need to worry about allergies or irritation.\r\nScott bathroom tissue is sustainably sourced from responsibly managed forests, features recyclable packaging and is a 100% biodegradable tissue.', 25.26, NULL, NULL, 30.98, 'Scott ComfortPlus Toilet Paper, 36 Mega Rolls-77294.jpeg', 'Scott ComfortPlus Toilet Paper, 36 Mega Rolls-15877.jpeg', 'Scott ComfortPlus Toilet Paper, 36 Mega Rolls-91350.jpeg', 'Groceries', 2.5, NULL, 1, '2024-02-19 13:03:25', '2024-02-19 13:03:25'),
(4873, 'MotoTec Electric-Bicycles MotoTec 48v Pro Electric Dirt Bike 1500w', '6tDKdM4yI', 12, 'Bike Type	Electric Bike\r\nAge Range (Description)	Kid\r\nBrand	MotoTec\r\nColor	Blue\r\nWheel Size	20 Inches\r\nFrame Material	Aluminum, Alloy Steel\r\nSuspension Type	Front\r\nSpecial Feature	Electric', 930.57, NULL, NULL, 2448.00, 'MotoTec Electric-Bicycles MotoTec 48v Pro Electric Dirt Bike 1500w-42476.webp', 'MotoTec Electric-Bicycles MotoTec 48v Pro Electric Dirt Bike 1500w-48759.webp', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-19 13:03:37', '2024-02-19 13:03:37'),
(4874, 'Klein Tools 1000V Insulated Tool Set 4pc', 'TFsElD8cf', 17, 'This 4-Piece Tool Set includes the must-have insulated tools any professional tradesperson needs including three pairs of pliers and a wire stripper. The pliers and wire stripper feature a multi-color, sleek design with small thumb guards for ease of handling and easy storage in your tool belt. All of the tools are 1000V Rated for safety on the job. For more than 160 years, Klein Tools has manufactured premium-quality, professional-grade hand tools that deliver the performance, durability and precision needed to get the job done right. Our family of engineers, workers and craftsman continue to put six generations of expertise into every tool we create by using only the highest quality materials, superior workmanship, and keeping manufacturing as close to home as we can. Klein isn\'t just the name of our company, it\'s also our family name. And since we\'re an American company that\'s family-owned and family-run, you know you can count on us to be here tomorrow. Klein Tools doesn\'t just make great products, we make great products that stand up to the demands of the professionals who use them every day ... Since 1857.', 109.99, NULL, NULL, 159.99, 'Klein Tools 1000V Insulated Tool Set 4pc-98973.jpeg', 'Klein Tools 1000V Insulated Tool Set 4pc-82050.jpeg', 'Klein Tools 1000V Insulated Tool Set 4pc-30468.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 13:06:09', '2024-02-19 13:06:09'),
(4875, 'DEL MONTE FRESH CUT BLUE LAKE Cut Green Beans Canned Vegetables', 'kaFFcEaLB', 14, 'Twelve 14.5 oz cans of DEL MONTE FRESH CUT BLUE LAKE Cut Green Beans Canned Vegetables\r\nDEL MONTE green beans are picked at the peak of freshness and packed within hours to lock in the flavor and nutrition of wholesome vegetables in every bite\r\nContains only three simple, natural ingredients: green beans, water and a dash of natural sea salt\r\nNon-GMO green beans with no preservatives added\r\nReady to eat green beans make a delicious side dish and a great addition to recipes', 8.88, NULL, NULL, 17.76, 'DEL MONTE FRESH CUT BLUE LAKE Cut Green Beans Canned Vegetables-74563.jpeg', 'DEL MONTE FRESH CUT BLUE LAKE Cut Green Beans Canned Vegetables-75029.jpeg', 'DEL MONTE FRESH CUT BLUE LAKE Cut Green Beans Canned Vegetables-36792.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-19 13:08:15', '2024-02-19 13:08:15'),
(4876, 'Klein Tools Screwdriver Set 1000V Insul 6 Pc', '6UsR5N03S', 17, 'This 6-Piece Made in the USA Insulated Screwdriver Set features assorted Klein Tools\' Slotted, Phillips and Square tip screwdrivers. Each screwdriver is individually tested to exceed the IEC 60900 and ASTM F1505 standards for insulated tools. Two layers of insulation provide protection against electric shock. For more than 160 years, Klein Tools has manufactured premium-quality, professional-grade hand tools that deliver the performance, durability and precision needed to get the job done right. Our family of engineers, workers and craftsman continue to put six generations of expertise into every tool we create by using only the highest quality materials, superior workmanship, and keeping manufacturing as close to home as we can. Klein isn\'t just the name of our company, it\'s also our family name. And since we\'re an American company that\'s family-owned and family-run, you know you can count on us to be here tomorrow. Klein Tools doesn\'t just make great products, we make great products that stand up to the demands of the professionals who use them every day ... Since 1857.', 39.97, NULL, NULL, 43.97, 'Klein Tools Screwdriver Set 1000V Insul 6 Pc-17503.jpeg', 'Klein Tools Screwdriver Set 1000V Insul 6 Pc-17737.jpeg', 'Klein Tools Screwdriver Set 1000V Insul 6 Pc-18352.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-19 13:12:30', '2024-02-19 13:12:30'),
(4877, 'Folding Adjustable Sex Chair Portable Elastic Furniture Sexual Positions Assistance Chair Bracket for Bedroom Bathroom', 'ApAZBvDIX', 12, 'Set Type\r\nno\r\nSize\r\nOne Size\r\nModel Number\r\nDoes Not Apply\r\nOrigin\r\nMainland China', 7.85, NULL, NULL, 9.85, 'Folding Adjustable Sex Chair Portable Elastic Furniture Sexual Positions Assistance Chair Bracket for Bedroom Bathroom-62026.jpeg', 'Folding Adjustable Sex Chair Portable Elastic Furniture Sexual Positions Assistance Chair Bracket for Bedroom Bathroom-45114.jpeg', 'Folding Adjustable Sex Chair Portable Elastic Furniture Sexual Positions Assistance Chair Bracket for Bedroom Bathroom-10472.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 13:12:48', '2024-02-19 13:12:48'),
(4878, 'Bolt Folding Electric Ride-On, Easy-Folding', 'MsnFJBiYO', 12, 'Bolt Folding Electric Ride-On, Easy-Folding, Built-in Carrying Handle, Twist Throttle, Up to 15.5 MPH, Ages 13+', 231.10, NULL, NULL, 608.00, 'Bolt Folding Electric Ride-On, Easy-Folding-62605.webp', 'Bolt Folding Electric Ride-On, Easy-Folding-66379.webp', 'Bolt Folding Electric Ride-On, Easy-Folding-92419.webp', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-19 13:13:22', '2024-02-19 13:13:22'),
(4879, 'Corona Garden Sidewalk & Border Edger ComfortGEL Steel', 'Jm1uaLxWx', 17, 'ComfortGEL® lawn and garden tools were made for exceptional comfort and control. We\'ve engineered and developed this range of tools to provide you with hand-held solutions to cultivate, weed, till and maintain your property. Repair your lawn, edge a border or prepare a garden bed with comfort and innovative features. Edger to trim sidewalks and create borders for gardens or flower beds. Ribbed blade that\'s self-sharpening, durable, fully heat-treated and made from high carbon steel. Double-traction grooved footplate supports additional load bearing pressure. ComfortGEL grip.\r\n\r\nFEATURES\r\nQuick clean cuts in grass, sod or soil\r\nTrim sidewalks, create borders for gardens or flower beds\r\nRibbed blade that\'s self-sharpening, durable, fully heat-treated and made from high carbon steel\r\nDouble-traction grooved footplate supports additional load bearing pressure\r\nComfortGEL handles fight fatigue\r\nReinforced steel foot pedal\r\nLimited warranty', 44.99, NULL, NULL, 56.99, 'Corona Garden Sidewalk & Border Edger ComfortGEL Steel-91464.jpeg', 'Corona Garden Sidewalk & Border Edger ComfortGEL Steel-36465.jpeg', 'Corona Garden Sidewalk & Border Edger ComfortGEL Steel-72358.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-19 13:16:25', '2024-02-19 13:16:25'),
(4880, 'Chili Peppers', 'BQS6Uk7pU', 14, '10-Oz TuttoCalabria Crushed Calabrian Chili Peppers', 7.99, NULL, NULL, 10.49, 'Chili Peppers-73916.jpeg', 'Chili Peppers-27293.jpeg', 'Chili Peppers-77995.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-19 13:17:52', '2024-02-19 13:17:52'),
(4881, 'BDSM 2023 model upgraded sex swing door swing leather plush cushion adult erotic products sex toys', 'OBMNmOmK6', 12, 'Item Type\r\nSex Swing\r\nSexually Suggestive\r\nNo\r\nObscene Picture\r\nNo\r\nBrand Name\r\nsmuxcra', 20.03, NULL, NULL, 29.03, 'BDSM 2023 model upgraded sex swing door swing leather plush cushion adult erotic products sex toys-22175.jpeg', 'BDSM 2023 model upgraded sex swing door swing leather plush cushion adult erotic products sex toys-28717.jpeg', 'BDSM 2023 model upgraded sex swing door swing leather plush cushion adult erotic products sex toys-21249.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 13:20:30', '2024-02-19 13:20:30'),
(4882, 'Fiskars Xact Stainless Steel Blade 12.25in Garden Hand Edger', 'x9zmV2i9V', 17, 'Specialized for precision, Fiskars® Xact™ Hand Edger is ideal for removing weeds, moss and debris from hard-to-reach places like borders, sidewalk edges, cracks and stones. A durable, rust-resistant, stainless steel blade includes a hook and sharpened edge to help cut out unwanted weeds. A strong, fastened connection ensures durability, while a comfortable, SoftGrip® handle design offers multiple grip positions. A longer, weighted handle also offers improved balance for enhanced comfort and control. Additionally, a convenient hang hole allows for easy storage.\r\nFEATURES\r\nFiskars® Xact™ Hand Edger is ideal for precise removal of weeds, moss and more from hard-to-reach places\r\nDurable, stainless steel blade resists rust and includes a hook and sharpened edge for cutting out weeds\r\nStrong, fastened connection ensures the head will not detach from the handle\r\nComfortable, Softgrip® handle design offers multiple grip positions, while a longer, weighted handle provides improved balance\r\nFull lifetime warranty', 17.99, NULL, NULL, 19.99, 'Fiskars Xact Stainless Steel Blade 12.25in Garden Hand Edger-74486.jpeg', 'Fiskars Xact Stainless Steel Blade 12.25in Garden Hand Edger-11961.jpeg', 'Fiskars Xact Stainless Steel Blade 12.25in Garden Hand Edger-45547.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-19 13:21:04', '2024-02-19 13:21:04'),
(4883, 'Ground Force Drifter Kart - Blue, 40.25 x 11.75 x 28.5', 'yb6IVeEEb', 12, 'Recommended to use only on flat surfaces | Race-tuned chassis and super-slick rear wheels for serious neighborhood drifting\r\nAge range – 8+ | Weight limit – 140 lbs. | Battery – 24V (Two 12V), sealed lead acid, rechargeable | Battery life – Up to 40 minutes | Max speed – 12 mph | Some assembly required\r\nDurable steel frame, molded aluminum wheels, and 4-1/2-inch tires\r\nFeatures a powerful variable-speed, chain-driven motor, thumb-trigger acceleration control\r\nHand-operated rear brake', 335.00, NULL, NULL, 882.12, 'Ground Force Drifter Kart - Blue, 40.25 x 11.75 x 28.5-53261.webp', 'Ground Force Drifter Kart - Blue, 40.25 x 11.75 x 28.5-94485.webp', 'Ground Force Drifter Kart - Blue, 40.25 x 11.75 x 28.5-67732.webp', 'Sports and outdoor', 3.5, NULL, 1, '2024-02-19 13:21:29', '2024-02-19 13:21:29'),
(4884, 'Vegetable Lentil Soup', 'A7acAs1bv', 14, 'Pacific Foods Organic: 16.5 oz Split Pea Soup', 2.25, NULL, NULL, 3.49, 'Vegetable Lentil Soup-37387.jpeg', 'Vegetable Lentil Soup-50151.jpeg', 'Vegetable Lentil Soup-74798.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-19 13:24:13', '2024-02-19 13:24:13'),
(4885, 'Living Room Round Coffee Table Sets Tea Salon Center Side Marble Coffee Table Sets Floor Muebles Familiares Nordic Furniture', 'Nbz1QbUqt', 12, 'Usage\r\nCommercial\r\nAppearance\r\nModern Style\r\nStyle\r\nMinimalist Modern\r\nInstallation\r\nAssembly', 500.56, NULL, NULL, 534.56, 'Living Room Round Coffee Table Sets Tea Salon Center Side Marble Coffee Table Sets Floor Muebles Familiares Nordic Furniture-55874.jpeg', 'Living Room Round Coffee Table Sets Tea Salon Center Side Marble Coffee Table Sets Floor Muebles Familiares Nordic Furniture-35061.jpeg', 'Living Room Round Coffee Table Sets Tea Salon Center Side Marble Coffee Table Sets Floor Muebles Familiares Nordic Furniture-11327.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 13:27:06', '2024-02-19 13:27:06'),
(4886, 'UNBOUND BEAUTY IN MOTION CORDLESS AUTO CURLER FROM CONAIR CR510C', 'SD8OL0Jqg', 13, 'UNBOUND BEAUTY IN MOTION CORDLESS AUTO CURLER FROM CONAIR CR510C', 70.35, NULL, NULL, 98.88, 'UNBOUND BEAUTY IN MOTION CORDLESS AUTO CURLER FROM CONAIR CR510C-83273.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 13:58:23', '2024-02-19 13:58:23'),
(4887, 'Trademark Beauty Mood Interchangeable Hair Curling Iron - 1\" Barrel', '9vyNMyTl0', 13, 'The Mood Interchangeable Iron by Trademark Beauty is an iconic styling tool used to achieve a variety of hair styles in one easy-to-use device. It\'s a waver, curling wand and curling iron. Featuring an interchangeable handle with ergonomic design, it creates beachy waves, defined curls or perfectly tousled texture. Switch up your style, no matter the mood with this incredibly versatile styling device you\'ll love. Each starter kit is equipped with sectioning clips and a compact carrying case making it the perfect tool for the stylista on the go. Electrical Plug Power Source Product is powered by electrical outlet Dual Voltage Designed with Dual Voltage feature.', 320.99, NULL, NULL, 578.00, 'Trademark Beauty Mood Interchangeable Hair Curling Iron - 1\" Barrel-90879.jpeg', 'Trademark Beauty Mood Interchangeable Hair Curling Iron - 1\" Barrel-17824.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 14:06:05', '2024-02-19 14:06:05'),
(4888, 'Balcony Living Room Dining Chair Wedding Restaurant Nordic Dining Chair Luxury Banquet Sillas Comedor Home Furniture BL50DC', 'xSIsiQBlt', 1, 'Number in set\r\n1\r\nWith Handrails\r\nArmless\r\nStyle\r\nMinimalist Modern\r\nPlace Of Origin\r\nChina', 100.03, NULL, NULL, 115.03, 'Balcony Living Room Dining Chair Wedding Restaurant Nordic Dining Chair Luxury Banquet Sillas Comedor Home Furniture BL50DC-53218.jpeg', 'Balcony Living Room Dining Chair Wedding Restaurant Nordic Dining Chair Luxury Banquet Sillas Comedor Home Furniture BL50DC-89677.jpeg', 'Balcony Living Room Dining Chair Wedding Restaurant Nordic Dining Chair Luxury Banquet Sillas Comedor Home Furniture BL50DC-59496.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 14:06:14', '2024-02-19 14:06:14'),
(4889, 'Dressers Vanity Desk Storage Cabinet Makeup Tables Hairdresser Dresser Bedroom Furniture Vanity Table With Mirror Tocador', '4wTTj5MRO', 12, 'Number Of Drawers\r\n5\r\nStyle\r\nMinimalist Modern\r\nWith Mirror\r\nYes\r\nWith Makeup Stool\r\nYes', 60.96, NULL, NULL, 64.96, 'Dressers Vanity Desk Storage Cabinet Makeup Tables Hairdresser Dresser Bedroom Furniture Vanity Table With Mirror Tocador-97109.jpeg', 'Dressers Vanity Desk Storage Cabinet Makeup Tables Hairdresser Dresser Bedroom Furniture Vanity Table With Mirror Tocador-51791.jpeg', 'Dressers Vanity Desk Storage Cabinet Makeup Tables Hairdresser Dresser Bedroom Furniture Vanity Table With Mirror Tocador-18468.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 14:09:45', '2024-02-19 14:09:45'),
(4890, 'Dyson Supersonic Hair Dryer - Iron/Fuchsia', 'Dqa1YtobP', 13, '4 heat and 3 speed settings let you select the perfect drying conditions for your hair\r\nIncludes flyaway attachment, styling concentrator, diffuser, gentle air attachment, and wide-tooth comb to help style your hair\r\nAir flow temperature is measured 40 times per second so it never gets too hot or cold\r\nMagnetic attachments snap on and off easily to make styling fast and efficient\r\nAcoustically-tuned motor is specially designed to produce a nearly inaudible frequency so it\'ll always be extra-quiet\r\nMotor is located in the handle to provide better balancing and grip\r\nVibration reduction system makes sure your grasp stays steady and comfortable', 570.08, NULL, NULL, 788.98, 'Dyson Supersonic Hair Dryer - Iron/Fuchsia-69965.jpeg', 'Dyson Supersonic Hair Dryer - Iron/Fuchsia-38598.jpeg', 'Dyson Supersonic Hair Dryer - Iron/Fuchsia-18040.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-19 14:12:59', '2024-02-19 14:12:59'),
(4891, 'Waterproof Swing Top Cover Replacement Patio Swing Chair Sun Protection Cover For Outdoor Garden Furnitur', 'sGjlplJFf', 12, 'Waterproof and Long-lasting: This swing canopy replacement is crafted from water proof polyester material that is strong and sturdy, providing full protection and tear resistance. With lined and double-stitched hem, it keeps its color and shape even after exposure to the sun.\r\n2. Shade and comfort: This swing canopy replacement can effectively block UV rays and protect your skin from sunburn. It also creates a cozy and relaxing shade for your garden swing chair, where you can enjoy the breeze and the scenery.\r\n3. Easy to maintain: This swing canopy replacement is made of durable fabric that is anti-fade, not shrink and washable. You can simply wipe it with a damp cloth or dry it in the sun after use.\r\n4. 4 Sizes: Whether you have a small or large swing, this canopy replacement will meet your needs. It fits most swings and comes in four different sizes. You can easily adjust it to the desired length and width.\r\n5. Wide Application: This swing canopy replacement is not only practical for your outdoor seat furniture, but also suitable for various places, such as yard, park, porch and patio. You can enjoy the garden view and the fresh air while relaxing on your swing.\r\n\r\n\r\n\r\nDescription:\r\n\r\n\r\nLooking for a swing canopy replacement that can withstand the sun and rain? Look no further than our durable and easy to use canopy covers. They are made of high-quality fabric that does not fade or tear easily. They provide shade and comfort for your outdoor relaxation. They come in 4 sizes to fit most swings and are easy to install and remove. Whether you want to enjoy your swing in the park or in your backyard, our canopy covers are the perfect choice for you. Order yours today and enjoy the fresh air!\r\n\r\n\r\n\r\n\r\n\r\nSpecification:\r\n\r\n\r\n1. Name: Porch Swing Canopy Replacement\r\n2. Material: Polyester\r\n3. Color: green\r\n4. Size: about\r\n1.66x45in\r\n2.74x45in\r\n3.75x52in\r\n4.77x43in\r\n\r\n\r\n\r\nPacking list:\r\n\r\n\r\n1*Porch Swing Canopy Replacement (Note: Canopy replacement only. Does not include swing chair frame or seat cushion.)\r\n\r\nNote:\r\n1. Due to the different display and lighting effects, the actual color of the product may be slightly different from the color shown in the picture. Thanks!\r\n2. Due to manual measurement, a measurement deviation of 1-3cm is allowed.', 15.26, NULL, NULL, 20.26, 'Waterproof Swing Top Cover Replacement Patio Swing Chair Sun Protection Cover For Outdoor Garden Furnitur-10137.jpeg', 'Waterproof Swing Top Cover Replacement Patio Swing Chair Sun Protection Cover For Outdoor Garden Furnitur-28392.jpeg', 'Waterproof Swing Top Cover Replacement Patio Swing Chair Sun Protection Cover For Outdoor Garden Furnitur-64254.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-19 14:14:38', '2024-02-19 14:14:38'),
(4892, 'Dyson Airwrap Multi-Styler Complete Long Diffuse for Curly & Coily Hair – Nickel/ Copper', 'Gfy8VW3lU', 13, 'Multi-styler set includes versatile attachments for professional at-home styling of curly and coily hair\r\nEnhanced Coanda airflow gives you better control over your styling techniques while minimizing heat damage\r\nDiffuser attachment enhances natural waves, curls, and coils\r\nLarge round brush attachment creates tension in curly and coily hair, allowing for volumizing styling, shaping, and smoothing\r\nLong barrel curling attachment uses Coanda airflow to attract and self-wrap hair for easy curling in both directions\r\nTwo-in-one Coanda smoothing dryer attachment can be used for drying wet hair, and hiding flyaways at end of styling with two jets of air to smooth dry and straight hair\r\nThree precise airflow speeds and three temperature settings let you adjust to suit your hair type and styling needs\r\nAirflow temperature is measured over 40 times per second to maintain a consistent temperature and reduce potential heat damage\r\nCold shot feature lets you set your style with a blast of cooler air', 800.00, NULL, NULL, 1408.00, 'Dyson Airwrap Multi-Styler Complete Long Diffuse for Curly & Coily Hair – Nickel/ Copper-59806.jpeg', 'Dyson Airwrap Multi-Styler Complete Long Diffuse for Curly & Coily Hair – Nickel/ Copper-44526.jpeg', 'Dyson Airwrap Multi-Styler Complete Long Diffuse for Curly & Coily Hair – Nickel/ Copper-28420.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 14:19:36', '2024-02-19 14:19:36'),
(4893, 'Nordic living Dining Chair Ergonomic Luxury Armchair Velvet Chair Backrest Pink Girls Makeup Chair Stool Furniture', 'i0KzT6O7o', 12, 'The comfort of home is more in a comfortable chair\r\n\r\nNordic dining chair INS leisure modern household furniture light luxury balcony chair backrest armrest makeup nail dressing chair', 109.33, NULL, NULL, 139.33, 'Nordic living Dining Chair Ergonomic Luxury Armchair Velvet Chair Backrest Pink Girls Makeup Chair Stool Furniture-84770.jpeg', 'Nordic living Dining Chair Ergonomic Luxury Armchair Velvet Chair Backrest Pink Girls Makeup Chair Stool Furniture-68400.jpeg', 'Nordic living Dining Chair Ergonomic Luxury Armchair Velvet Chair Backrest Pink Girls Makeup Chair Stool Furniture-92387.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 14:24:57', '2024-02-19 14:24:57'),
(4894, 'The Body Keeps the Score : Brain, Mind, and Body in the Healing of Trauma', 'FyJGqcukS', 17, '#1 New York Times bestseller\"Essential reading for anyone interested in understanding and treating traumatic stress and the scope of its impact on society.\" --Alexander McFarlane, Director of the Centre for Traumatic Stress StudiesA pioneering researcher transforms our understanding of trauma and offers a bold new paradigm for healing in this New York Times bestseller Trauma is a fact of life. Veterans and their families deal with the painful aftermath of combat; one in five Americans has been molested; one in four grew up with alcoholics; one in three couples have engaged in physical violence. Dr. Bessel van der Kolk, one of the world\'s foremost experts on trauma, has spent over three decades working with survivors. In The Body Keeps the Score, he uses recent scientific advances to show how trauma literally reshapes both body and brain, compromising sufferers\' capacities for pleasure, engagement, self-control, and trust. He explores innovative treatments--from neurofeedback and meditation to sports, drama, and yoga--that offer new paths to recovery by activating the brain\'s natural neuroplasticity. Based on Dr. van der Kolk\'s own research and that of other leading specialists, The Body Keeps the Score exposes the tremendous power of our relationships both to hurt and to heal--and offers new hope for reclaiming lives.', 16.65, NULL, NULL, 19.00, 'The Body Keeps the Score : Brain, Mind, and Body in the Healing of Trauma-12274.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-19 14:26:22', '2024-02-19 14:26:22'),
(4895, 'Dyson Corrale Cordless Straightener - Copper/Nickel', 'lzZrJeZKC', 13, 'Create different styles that suit your hair type and length with less damage than the standard straightener\r\nThree precise heat settings: Set from 165 degrees Celsius (330 degrees Fahrenheit) to 210 degrees Celsius (410 degrees Fahrenheit)\r\nIntelligent heat control technology responds to hair texture and thickness, reducing damage and optimizing styling results\r\nFlexing plates shape around your hair, allowing you to achieve the desired style at a lower heat\r\nIonizing properties help reduce static and flyaways\r\nOLED screen is bright and easy to read, displaying temperature, battery level, and charging status\r\nStyle while plugged in, or opt to use wirelessly for up to 30 minutes before needing a recharge\r\nBattery charges up to 90% in just 40 minutes, with a full recharge within 70 minutes\r\nAuto shut-off feature turns off after 10 minutes of inactivity, and safety lock lets you store immediately after use without worry.', 650.67, NULL, NULL, 898.00, 'Dyson Corrale Cordless Straightener - Copper/Nickel-69318.jpeg', 'Dyson Corrale Cordless Straightener - Copper/Nickel-23515.jpeg', 'Dyson Corrale Cordless Straightener - Copper/Nickel-61184.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 14:26:43', '2024-02-19 14:26:43');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4896, 'What Happened to You?', '6y0kbp62z', 11, 'Through wide-ranging, and often deeply personal conversation, Oprah Winfrey and Dr. Perry explore how what happens to us in early childhood both good and bad - influences the people we become. They challenge us to shift from focusing on, “What’s wrong with you?” or “Why are you behaving that way?,” to asking, “What happened to you?” This simple change in perspective can open up a new and hopeful understanding for millions about why we do the things we do, why we are the way we are, providing a road map for repairing relationships, overcoming what seems insurmountable, and ultimately living better and more fulfilling lives.\r\n\r\nMany of us experience adversity and trauma during childhood that has lasting impact on our physical and emotional health. And as we’re beginning to understand, we are more sensitive to developmental trauma as children than we are as adults. ‘What happened to us’ in childhood is a powerful predictor of our risk for physical and mental health problems down the road, and offers scientific insights in to the patterns of behaviors so many struggle to understand.\r\n\r\nA survivor of multiple childhood challenges herself, Oprah Winfrey shares portions of her own harrowing experiences because she understands the vulnerability that comes from facing trauma at a young age. Throughout her career, Oprah has teamed up with Dr. Bruce Perry, one of the world’s leading experts on childhood trauma. He has treated thousands of children, youth, and adults and has been called on for decades to support individuals and communities following high-profile traumatic events. Now, Oprah joins forces with Dr. Perry to marry the power of storytelling with the science and clinical experience to better understand and overcome the effects of trauma.\r\n\r\nIn conversation throughout the book, the two focus on understanding people, behavior, and ourselves in the context of personal experiences. They remove blame and self-shaming, and open up a space for healing and understanding. It’s a subtle but profound shift in our approach to trauma, and it’s one that allows us to understand our pasts in order to clear a path to our future - opening the door to resilience and healing in a proven, powerful way.\r\n\r\nGrounded in the latest brain science and brought to life through compelling narratives, this book shines a light on a much-needed path to recovery – showing us our incredible capacity to transform after adversity.', 21.06, NULL, NULL, 28.99, 'What Happened to You?-59289.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-19 14:29:44', '2024-02-19 14:29:44'),
(4897, 'Sex Swing Sex Furniture Fetish Bandage Adult game Chairs Hanging Door Swing Sex Erotic Toys for Couples COUPL SEX TOY My sex', 'Sy7oz07Sq', 12, 'Item Type\r\nSex Swing\r\nModel Number\r\nBDSM\r\nSexually Suggestive\r\nNo\r\nSize\r\nsex shop for couples', 10.19, NULL, NULL, 16.19, 'Sex Swing Sex Furniture Fetish Bandage Adult game Chairs Hanging Door Swing Sex Erotic Toys for Couples COUPL SEX TOY My sex-99950.jpeg', 'Sex Swing Sex Furniture Fetish Bandage Adult game Chairs Hanging Door Swing Sex Erotic Toys for Couples COUPL SEX TOY My sex-68253.jpeg', 'Sex Swing Sex Furniture Fetish Bandage Adult game Chairs Hanging Door Swing Sex Erotic Toys for Couples COUPL SEX TOY My sex-13175.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 14:30:20', '2024-02-19 14:30:20'),
(4898, 'Aria Beauty - Mini Foldable Dryer Rose Gold 1200w', 'OwP7runZR', 13, 'The Aria Beauty \"Pink Chrome Metallic Elements\" Foldable Mini Hair Dryer won\'t take up space and is perfect for travel. Select one of two heat settings to gently dry your hair and create a soft, healthy, shiny look. Negative ions decrease drying time and reduce frizz and static while you style your hair.\r\n\r\nMain Benefits\r\n\r\nCompact Mini Hair Dryer: Despite its small size, this mini hair dryer retains all the power needed to dry your hair effectively.\r\n\r\nMini Diffuser and Concentrator Included: Personalize your style with the mini diffuser for soft curls or the concentrator for impeccable straightening.\r\n\r\nHigh and Low Heat Settings: Choose between two heat settings to gently dry your hair, creating a healthy, shiny look.', 80.95, NULL, NULL, 109.00, 'Aria Beauty - Mini Foldable Dryer Rose Gold 1200w-65308.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 14:30:54', '2024-02-19 14:30:54'),
(4899, 'The Everyday Dash Diet Cookbook : Over 150 Fresh and Delicious Recipes to Speed Weight Loss, Lower Blood', 'C7q8Rwfoj', 11, 'New York Times bestselling author Marla Heller, in collaboration with bestselling cookbook writer Rick Rodgers, provides simple, home-cooked, DASH-approved meals to help promote weight loss and increased health benefits. A healthy diet is only as good as the food it provides in its plan. Now in The Everyday DASH Diet Cookbook, bestselling author and foremost DASH expert Marla Heller, together with bestselling cookbook writer Rick Rodgers, makes it easy to prepare home-cooked meals that are fresh, fabulous, and DASH-approved. The DASH diet is a required medical recommendation for patients diagnosed with hypertension or pre-hypertension, a group of almost 130 million people, and this ultimate guide to cooking the DASH way serves up everything necessary to maintain a healthy lifestyle. With recipes such as Cinnamon French Toast with Raspberry Sauce, Filet Mignon au Poivre, Yankee Clam Chowder, and Chocolate Fondue with Strawberries, eating health has never been so easy and delicious.', 19.99, NULL, NULL, 21.99, 'The Everyday Dash Diet Cookbook : Over 150 Fresh and Delicious Recipes to Speed Weight Loss, Lower Blood-33367.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-19 14:33:49', '2024-02-19 14:33:49'),
(4900, 'Aria Beauty - Blowdry Brush 2\" - (Pink Marble)', 'DhhNvhpLw', 13, 'This easy to use, lightweight blowdry brush allows you to achieve a flawless salon blowout in moments at home. Choose your optimal speed and heat setting on the brush and let this all-in-one tool do the styling work for you. No more juggling your blowdryer and round brush!\r\n\r\nGentle tourmaline barrel with dual-bristle design expertly smooths and volumizes hair as you dry, creating a polished finish on any hair type. No experience is necessary for perfect salon standard blowouts every time!', 134.95, NULL, NULL, 248.08, 'Aria Beauty - Blowdry Brush 2\" - (Pink Marble)-32155.jpeg', 'Aria Beauty - Blowdry Brush 2\" - (Pink Marble)-73113.jpeg', 'Aria Beauty - Blowdry Brush 2\" - (Pink Marble)-14954.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 14:34:16', '2024-02-19 14:34:16'),
(4901, 'Goop Clean Beauty', 'UfM177pEX', 11, 'The ultimate beauty guide from the experts at Goop--the trusted resource for healthy, mindful living, curated by Gwyneth Paltrow. Millions of women around the world turn to the clean-living team at GOOP for beauty advice. From nontoxic product recommendations, red carpet- (and everyday-) ready hair and makeup tutorials, to guidance on aging, acne, and antioxidants, GOOP has become the go-to resource for head-to-toe beauty. Finally, the editors of Goop have shared their top tips and recommendations, favorite detox recipes, workout plans, and hair and makeup looks in one must-have guide. Featuring more than 100 gorgeous photos and extensive Q&As from Goop\'s family of expert contributors, Goop Clean Beauty will shed a definitive light on the importance of diet, sleep, exercise, and clean beauty products, while offering tactical advice for healthy, glowing skin and hair that starts from the inside out. The first book from the top name in clean-living, Goop Clean Beauty is the one resource women need to feel, and look, their best every day.', 30.00, NULL, NULL, 35.00, 'Goop Clean Beauty-77365.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-19 14:36:13', '2024-02-19 14:36:13'),
(4902, 'Vegetable Lentil Soup', 'zHikxYIUP', 14, 'Pacific Foods Organic: 16.5 oz Split Pea Soup', 2.25, NULL, NULL, 3.49, 'Vegetable Lentil Soup-62977.jpeg', 'Vegetable Lentil Soup-79258.jpeg', 'Vegetable Lentil Soup-79368.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-19 14:37:07', '2024-02-19 14:37:07'),
(4903, 'Aria Beauty - Pop\'n\'lock interchangeable Iron (Pink Flat Iron and Curling Iron)', 'LAabJ9uAw', 13, 'The Pop ‘N’ Lock Straightener and Curling Iron set takes your look to the next level with two styling tool options on one interchangeable cord.\r\n\r\nJust choose your tool, pop it in the cord, and lock it into place!\r\n\r\nInstantly transform the texture and appearance of all hair types with ultra-gentle heat. Ionic technology in ceramic plates and barrel boosts shine and softness while moisturizing each strand from the inside out, making sure hair is protected at all times while you style.\r\n\r\nStraightener\r\n\r\n1\" Floating Ceramic plates\r\n\r\nAdjustable up to 450°F\r\n\r\n60-minute auto-shutoff\r\n\r\nDual voltage\r\n\r\n360-degree swivel cord; 1 cord interchangeable between both tools\r\n\r\nOne-Year Manufacturer\'s Warranty\r\n\r\nCurling Iron\r\n\r\n1\" Ceramic Barrel\r\n\r\nHeats up to 410°F\r\n\r\nAnalog on/off switch\r\n\r\nDual voltage\r\n\r\n360-degree swivel cord; 1 cord interchangeable between both tools', 155.99, NULL, NULL, 208.78, 'Aria Beauty - Pop\'n\'lock interchangeable Iron (Pink Flat Iron and Curling Iron)-25327.jpeg', 'Aria Beauty - Pop\'n\'lock interchangeable Iron (Pink Flat Iron and Curling Iron)-77590.jpeg', 'Aria Beauty - Pop\'n\'lock interchangeable Iron (Pink Flat Iron and Curling Iron)-55935.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 14:38:35', '2024-02-19 14:38:35'),
(4904, '8 Rules of Love : How to Find It, Keep It, and Let It Go', 'EDhvAgTVc', 11, 'The author of the #1 New York Times bestseller Think Like a Monk offers a revelatory guide to every stage of romance, drawing on ancient wisdom and new science. Nobody sits us down and teaches us how to love. So we\'re often thrown into relationships with nothing but romance movies and pop culture to help us muddle through. Until now. Instead of presenting love as an ethereal concept or a collection of cliches, Jay Shetty lays out specific, actionable steps to help you develop the skills to practice and nurture love better than ever before. He shares insights on how to win or lose together, how to define love, and why you don\'t break in a break-up. Inspired by Vedic wisdom and modern science, he tackles the entire relationship cycle, from first dates to moving in together to breaking up and starting over. And he shows us how to avoid falling for false promises and unfulfilling partners. By living Jay Shetty\'s eight rules, we can all love ourselves, our partner, and the world better than we ever thought possible.', 24.35, NULL, NULL, 28.99, '8 Rules of Love : How to Find It, Keep It, and Let It Go-31395.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-19 14:38:47', '2024-02-19 14:38:47'),
(4905, 'The Creative ACT : A Way of Being', 'cKbDW0xLT', 11, 'From the legendary music producer, a master at helping people connect with the wellsprings of their creativity, comes a beautifully crafted book many years in the making that offers that same deep wisdom to all of us \"I set out to write a book about what to do to make a great work of art. Instead, it revealed itself to be a book on how to be.\" --Rick Rubin Many famed music producers are known for a particular sound that has its day. Rick Rubin is known for something else: creating a space where artists of all different genres and traditions can home in on who they really are and what they really offer. He has made a practice of helping people transcend their self-imposed expectations in order to reconnect with a state of innocence from which the surprising becomes inevitable. Over the years, as he has thought deeply about where creativity comes from and where it doesn\'t, he has learned that being an artist isn\'t about your specific output, it\'s about your relationship to the world. Creativity has a place in everyone\'s life, and everyone can make that place larger. In fact, there are few more important responsibilities. The Creative Act is a beautiful and generous course of study that illuminates the path of the artist as a road we all can follow. It distills the wisdom gleaned from a lifetime\'s work into a luminous reading experience that puts the power to create moments--and lifetimes--of exhilaration and transcendence within closer reach for all of us.', 32.00, NULL, NULL, 33.99, 'The Creative ACT : A Way of Being-19638.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 14:42:52', '2024-02-19 14:42:52'),
(4906, 'Saxophone Strap Neck Strap Halter Neck Clarinet Adult Children Alto Tenor Lanyard Sling Musical Instrument Accessories', 'KLWKJBCx5', 12, 'Saxophone Strap Neck Strap Halter Neck Clarinet Adult Children Alto Tenor Lanyard Sling Musical Instrument Accessories', 3.02, NULL, NULL, 4.02, 'Saxophone Strap Neck Strap Halter Neck Clarinet Adult Children Alto Tenor Lanyard Sling Musical Instrument Accessories-97051.jpeg', 'Saxophone Strap Neck Strap Halter Neck Clarinet Adult Children Alto Tenor Lanyard Sling Musical Instrument Accessories-74978.jpeg', 'Saxophone Strap Neck Strap Halter Neck Clarinet Adult Children Alto Tenor Lanyard Sling Musical Instrument Accessories-14350.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-19 14:42:56', '2024-02-19 14:42:56'),
(4907, 'Aria Beauty - 2” Infrared Black Tourmaline Hair Straightener (Black)', 'QIplw0gYe', 13, 'Aria Beauty\'s Black Tourmaline 2” Infrared Hair Straightener delivers the highest calibre of softness, shine, and humidity resistance on all hair types with one pass.\r\n\r\nDetails\r\n\r\nVisible infrared technology.\r\n\r\nDual voltage.\r\n\r\n2\" black and rose gold ceramic-tourmaline plates.\r\n\r\nUltra-fast professional heating element.\r\n\r\nAdjustable to 450°.\r\n\r\n8.5 Ft swivel cord.\r\n\r\n1 hour auto-shutoff.', 195.95, NULL, NULL, 209.00, 'Aria Beauty - 2” Infrared Black Tourmaline Hair Straightener (Black)-41342.jpeg', 'Aria Beauty - 2” Infrared Black Tourmaline Hair Straightener (Black)-64288.jpeg', 'Aria Beauty - 2” Infrared Black Tourmaline Hair Straightener (Black)-57182.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-19 14:43:12', '2024-02-19 14:43:12'),
(4908, 'Aria Beauty - Slim Flat Iron (Pink)', '2Bex2cppP', 13, 'This stylish and fun hair straightener not only curls, straightens and waves in one pass but is sleek enough to fit your bag to take you anywhere! Ionic technology gives instant soft and shiny texture to all hair types and textures.\r\n\r\nDetails\r\n\r\nSlim prestige design with one-button temperature control\r\n\r\nDual voltage for travel anywhere 100-240V\r\n\r\nFast heating ceramic plates\r\n\r\nAvailable temperature settings up to 410F\r\n\r\nSilicon heat resistant sleeve for easy storage\r\n\r\n1 hour auto shutoff\r\n\r\n8.25 ft cord', 132.88, NULL, NULL, 176.12, 'Aria Beauty - Slim Flat Iron (Pink)-87608.jpeg', 'Aria Beauty - Slim Flat Iron (Pink)-29799.jpeg', 'Aria Beauty - Slim Flat Iron (Pink)-30967.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-19 14:46:20', '2024-02-19 14:46:20'),
(4909, '10 Hole 20 Tone Harmonica Early Educational Blues Mini Harmonica Music Instrument Toys Easy Learning for', 'nA42egjDM', 12, 'Model Number\r\nMusic Instrument Toy\r\nType\r\nHarmonica\r\nNumber of Bores\r\n10\r\nBody Material\r\nMetal', 2.08, NULL, NULL, 3.08, '10 Hole 20 Tone Harmonica Early Educational Blues Mini Harmonica Music Instrument Toys Easy Learning for-85112.jpeg', '10 Hole 20 Tone Harmonica Early Educational Blues Mini Harmonica Music Instrument Toys Easy Learning for-17904.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-19 14:46:53', '2024-02-19 14:46:53'),
(4910, 'DJI Pocket 3 3-Axis Stabilized 4K Handheld Camera with Rotatable touchscreen and Accessories - Black', 'Zl0m71N2q', 13, 'Versatile action camera supports 4K 120fps recording for epic content creation\r\nPowerful 1\" CMOS sensor lets you capture detail-rich footage\r\nThree-axis mechanical stabilization keeps moving subjects stable during action-packed shoots\r\nTwo-inch rotatable touchscreen and full-pixel fast focusing technology allow you to shoot horizontal or vertical video\r\nLightweight, durable construction makes it easy to bring to any location', 930.99, NULL, NULL, 1056.00, 'DJI Pocket 3 3-Axis Stabilized 4K Handheld Camera with Rotatable touchscreen and Accessories - Black-68169.jpeg', 'DJI Pocket 3 3-Axis Stabilized 4K Handheld Camera with Rotatable touchscreen and Accessories - Black-63113.jpeg', 'DJI Pocket 3 3-Axis Stabilized 4K Handheld Camera with Rotatable touchscreen and Accessories - Black-31088.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-19 14:51:31', '2024-02-19 14:51:31'),
(4911, 'Professional Chromatic Harmonica C Key Changeable Tones Musical Instrument 10 Holes 40 Tone Harmonica', 'hdFIqdGBX', 12, 'Reed Material\r\nPhosphor Bronze\r\nModel Number\r\nSW1040/T1040\r\nNumber of Keys\r\nNone\r\nCover Material\r\nChrome-plated Copper Board', 29.43, NULL, NULL, 32.43, 'Professional Chromatic Harmonica C Key Changeable Tones Musical Instrument 10 Holes 40 Tone Harmonica-22135.jpeg', 'Professional Chromatic Harmonica C Key Changeable Tones Musical Instrument 10 Holes 40 Tone Harmonica-73420.jpeg', 'Professional Chromatic Harmonica C Key Changeable Tones Musical Instrument 10 Holes 40 Tone Harmonica-88388.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-19 14:52:34', '2024-02-19 14:52:34'),
(4912, 'GoPro HERO 12 - Action Camera + 64GB Card, 50 Piece Accessory Kit and 2 Batteries', 'xPJLNxa6H', 13, 'The Ultimate Adventure Companion: HERO b12 Black! Brace yourself for unparalleled image brilliance, enhanced video stabilization, and the creative freedom to craft cinematic marvels and towering vertical masterpieces for your social media escapades. Elevate your storytelling with 5.3K video prowess and 27MP photo brilliance. Relive your most cherished moments with astonishing clarity and vividness, capturing every nuance of your journey like never before. The all-new HyperSmooth 6.0 stabilization with Horizon Lock secures your visuals, keeping them impeccably steady, even during exhilarating 360-degree camera spins. The magic doesn\'t stop there – your treasured footage jets off to the cloud, undergoing a magical transformation into a sensational highlight reel. Picture-perfect storytelling comes to life as your masterpiece is promptly beamed to your phone, poised for instant sharing. Indulge in the future of capturing moments – HERO12 Black awaits to redefine your adventures and turn them into gripping narratives that resonate. Get ready to capture, and revel in the extraordinary!', 640.95, NULL, NULL, 896.00, 'GoPro HERO 12 - Action Camera + 64GB Card, 50 Piece Accessory Kit and 2 Batteries-21966.jpeg', 'GoPro HERO 12 - Action Camera + 64GB Card, 50 Piece Accessory Kit and 2 Batteries-65802.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-19 14:54:37', '2024-02-19 14:54:37'),
(4913, 'KitchenAid Artisan Tilt-Head Stand Mixer with Premium Accessory Pack - 5Qt - 325-Watt - Beetroot', 'mjEw9xCvk', 13, 'Tilt-head mixer lets you blend ingredients, mix batter, and more with ease\r\nPowerful 325-watt motor offers ten speed settings for delicate or intense mixing\r\nSecure pouring shield fits over your mixing bowl to prevent ingredient spatter\r\nVersatile attachments let you do more with your mixer—four attachments included, others available separately\r\nDishwasher-safe bowls allow for easy cleanup\r\nIncludes a dough hook, flex edge beater, pastry beater, wire whip, pouring shield, three-quart bowl, and a five-quart bowl', 489.99, NULL, NULL, 550.67, 'KitchenAid Artisan Tilt-Head Stand Mixer with Premium Accessory Pack - 5Qt - 325-Watt - Beetroot-91574.jpeg', 'KitchenAid Artisan Tilt-Head Stand Mixer with Premium Accessory Pack - 5Qt - 325-Watt - Beetroot-20919.jpeg', 'KitchenAid Artisan Tilt-Head Stand Mixer with Premium Accessory Pack - 5Qt - 325-Watt - Beetroot-55001.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-19 14:58:03', '2024-02-19 15:00:41'),
(4914, 'What It\'s Like to Be a Bird : From Flying to Nesting, Eating to Singing--What Birds Are Doing, and Why', 'jv2d8Vmms', 11, '\"What It\'s Like to Be a Bird: From Flying to Nesting, Eating to Singing--What Birds Are Doing, and Why\" is an amazing book that explores the fascinating world of birds. It delves into their behaviors, from flying and nesting to eating and singing, and provides insights into why they do what they do. It\'s a must-read for bird lovers and anyone curious about the avian world.', 35.00, NULL, NULL, 36.50, 'What It\'s Like to Be a Bird : From Flying to Nesting, Eating to Singing--What Birds Are Doing, and Why-94274.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 14:59:11', '2024-02-19 14:59:11'),
(4915, 'Philips Bodygroom Plus Series 5000 Wet & Dry Foil Shaver (BG5020/15) with Accessory Kit - Black', 'NG580MXzD', 13, 'Versatile body groomer lets you tackle all areas of your body with one convenient tool\r\nRounded trimming combs glide comfortably over your skin to trim thick hair with ease\r\nShave head captures and cuts long and short hairs without causing knicks or cuts\r\nExtended-reach back attachment makes it easier to shave hard-to-reach areas on your back\r\nSelf-sharpening blades stay sharp and ready, shave after shave\r\nWet or dry operation lets you use it at the sink or in the shower\r\nCordless design allows for better maneuverability, with up to 60 minutes of use on one charge', 70.09, NULL, NULL, 78.99, 'Philips Bodygroom Plus Series 5000 Wet & Dry Foil Shaver (BG5020/15) with Accessory Kit - Black-48691.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-19 15:00:24', '2024-02-19 15:00:24'),
(4916, 'BIGFUN 37-Key USB Electronic Organ Kids Electric Piano with Microphone Digital Keyboard Musical Instrument for Kids Student Gift', 'KHo9dgWIL', 12, 'This is a portable and multifunctional 37-key electronic piano for children. It helps develop kids\' interests in music and cultivate their imaginations. Portable and lightweight, it\'s suitable for playing both at home or in outdoor activities.\r\n\r\nFeatures:\r\nChildren Electronic Piano Set: includes a small electronic piano, an USB cable, a mini microphone for singing while playing piano and an audio cable. It helps develop kids\' interests in playing piano.\r\nMultifunctional USB Electronic Organ: with a variety of built-in sounds and rhythms--8 tones, 8 rhythms, 6 demo songs, 4 percussion, it also has functions of volume control, tempo control, animal song effect, song record, and song play.\r\nFull-sized Keyboard with 37 Keys: allowing your child to play a wide range of notes and melodies, delicate 37 black and white keys, well designed for your child.\r\nDual Power Supply Methods: powered by 3 AA batteries(not included) or external USB cable, suitable for both home and outdoor activities such as camping, picnic, etc.\r\nPortable & Lightweight: weighs less than 500g, suitable for children above 3+ to carry by themselves to develop independence.\r\nEquipped with Microphone: the mini microphone is a nice accessory for your kids to sing while they playing.\r\n\r\nSpecifications:\r\nMaterial: ABS\r\nKey: 37 keys\r\nTone: 8 Kinds\r\nRhythm: 8 Kinds\r\nDemo: 6 Songs\r\nPercussion: 4 Percussion\r\nVolume Control: Support\r\nTempo Control: Support\r\nAnimal Song Effect: Support\r\nSong Record: Support\r\nSong Play: Support\r\nPowered: 3 * 1.5V AA battery (NOT included) or USB cable\r\nMicrophone Size: 107 * 34 / 4.33 * 1.34in\r\nItem Size: 430 * 163 * 53mm / 16.93 * 6.42 * 2.09in\r\nItem Weight: 469g / 1.03lb\r\nPackage Weight: 611g / 1.35lb\r\nPackage Size: 43.5 * 17 * 6cm / 17.13 * 6.69 * 2.36in', 15.18, NULL, NULL, 17.18, 'BIGFUN 37-Key USB Electronic Organ Kids Electric Piano with Microphone Digital Keyboard Musical Instrument for Kids Student Gift-61039.jpeg', 'BIGFUN 37-Key USB Electronic Organ Kids Electric Piano with Microphone Digital Keyboard Musical Instrument for Kids Student Gift-94271.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-19 15:02:18', '2024-02-19 15:02:18'),
(4917, 'Financial Feminist : Overcome the Patriarchy\'s Bullsh*t to Master Your Money and Build a Life You Love', 'k79Qgb2Dn', 11, 'An instant New York Times bestseller\r\n\r\nFrom the globally-recognized personal finance educator and social media star behind Her First $100K, an inclusive guide to all things money--from managing debt to investing and voting with your dollars\r\n\r\nTori Dunlap was always good with money. As a kid, she watched her prudent parents balance their checkbook every month and learned to save for musical tickets by gathering pennies in an Altoids tin. But she quickly discovered that her experience with money was pretty unusual, especially among her female friends.\r\n\r\nIt wasn\'t our fault. Investigating this financial literacy and wealth gap, Tori found that girls are significantly less likely to receive a holistic financial education; we\'re taught to restrain our spending, while boys are taught about investing and rewarded for pursuing wealth. In adulthood, women are hounded by the unfounded stereotype of the frivolous spenders whose lattes are to blame for the wealth gap. And when something like, say, a global pandemic happens, we\'re the first to have jobs cut and the last to re-enter the workforce. It\'s no wonder money is a source of anxiety and a barrier to equality for so many of us.\r\n\r\nBut what if money didn\'t mean restriction, and instead, choice? The ability to luxuriously travel, quit toxic jobs, donate to important organizations, retire early? The freedom to live the life you want, and change the world while you do it?\r\n\r\nTori founded Her First $100K to teach women to overcome the unique obstacles standing in the way of their financial freedom. In Financial Feminist, she distills the principles of her shame- and judgment-free approach to paying off debt, figuring out your value categories to spend mindfully, saving money without monk-like deprivation, and investing in order to spend your retirement tanning in Tulum.\r\n\r\nYou will learn:\r\n\r\n- Exercises to help you understand your current relationship with money, figure out what you want to change, and how to make that happen\r\n\r\n- How to decide on your investment goal, and discover the three steps to meeting it\r\n\r\n- Learn how to source the data you need to negotiate the money you deserve\r\n\r\nFeaturing journaling prompts, deep-dives into the invisible aspects of the financial landscape, and interviews with experts on everything money--from predatory credit card companies to the racial wealth gap and voting with your dollars--Financial Feminist is the ultimate guide to making your money work harder for you (rather than the other way around.)', 17.60, NULL, NULL, 22.00, 'Financial Feminist : Overcome the Patriarchy\'s Bullsh*t to Master Your Money and Build a Life You Love-35933.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-19 15:03:06', '2024-02-19 15:03:06'),
(4918, 'Quantum Marketing : Mastering the New Marketing Mindset for Tomorrow\'s Consumers', 'sGChL9mG8', 11, 'Raja Rajamannar, Chief Marketing Officer of Mastercard, shares breakthrough, frontier strategies to navigate the challenges that result from today\'s unprecedented disruption.\r\n\r\nAs technology has continually evolved in the last several decades, marketing has had to change with it, evolving through four significant stages that build on the strategies and tools of the previous era. What happens next in the fifth stage, or Fifth Paradigm, will not be an evolution, but a revolution.\r\n\r\nAlmost everything about how marketing is done today, including the very notion of a brand itself, will require a complete re-imagination.\r\n\r\nAs Chief Marketing Officer of Mastercard, one of the world\'s most recognizable and decorated brands, Raja Rajamannar shares the forward-thinking ways all businesses must rethink their entire marketing landscape to remain relevant and be successful.\r\n\r\nIn Quantum Marketing, readers will:\r\n\r\nUnderstand the evolution of marketing and how to be at the forefront of future change.\r\nGet clarity on the right marketing strategies and tactics to pursue amidst an ever-evolving industry.\r\nAchieve breakthroughs in innovative thinking to compete in modern business.\r\nGain perspective from top marketers across industries.\r\nQuantum Marketing is for all business people who seek to understand how rapidly marketing is evolving, what marketers are doing to get ready for this shift, and what the new world will look like for companies, consumers, and society as the race to develop revolutionary marketing strategies reaches a whole new level.', 27.99, NULL, NULL, 29.99, 'Quantum Marketing : Mastering the New Marketing Mindset for Tomorrow\'s Consumers-13801.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-19 15:04:47', '2024-02-19 15:04:47'),
(4919, 'Insignia Essential 10 Piece Accessory Kit for GoPro Action Camera (NS-DGPK10-C)', 'ygLfQT66V', 13, 'Compatible with the GoPro HERO 8 black, HERO 7 Black, GoPro Max, HERO 6, HERO, HERO2, HERO3/3+/HERO4, and HERO5, (each sold separately)\r\nAccessories kit includes 6\" tripod, head strap, chest strap, car suction cup mounts, extendable handle monopod, floating handle grip, 2-piece tripod mount adapter, 2-piece surface J-hook, 2-piece thumb screw, and safety cable\r\nIncludes storage case that lets you keep your gear organized and easy to carry\r\nIdeal for snowsports, watersports, mountain biking, or other activities you\'ll want to take videos and still images', 35.00, NULL, NULL, 49.99, 'Insignia Essential 10 Piece Accessory Kit for GoPro Action Camera (NS-DGPK10-C)-71248.jpeg', 'Insignia Essential 10 Piece Accessory Kit for GoPro Action Camera (NS-DGPK10-C)-65868.jpeg', 'Insignia Essential 10 Piece Accessory Kit for GoPro Action Camera (NS-DGPK10-C)-96941.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-19 15:05:53', '2024-02-19 15:05:53'),
(4920, 'The Art of Impossible : A Peak Performance Primer', 'dj7L3HdSi', 11, 'Bestselling author and peak performance expert Steven Kotler decodes the secrets of those elite performers--athletes, artists, scientists, CEOs and more--who have changed our definition of the possible, teaching us how we too can stretch far beyond our capabilities, making impossible dreams much more attainable for all of us.\r\n\r\n\r\nWhat does it take to accomplish the impossible? What does it take to shatter our limitations, exceed our expectations, and turn our biggest dreams into our most recent achievements?\r\n\r\nWe are capable of so much more than we know--that\'s the message at the core of The Art of Impossible. Building upon cutting-edge neuroscience and over twenty years of research, bestselling author, peak performance expert and Executive Director of the Flow Research Collective, Steven Kotler lays out a blueprint for extreme performance improvement. If you want to aim high, here is the playbook to make it happen\r\n\r\nInspirational and aspirational, pragmatic and accessible, The Art of Impossible is a life-changing experience disguised as a how-to manual for peak performance that anyone can use to shoot for the stars . . . space-suit, not included.', 32.00, NULL, NULL, 39.99, 'The Art of Impossible : A Peak Performance Primer-39151.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-19 15:06:56', '2024-02-19 15:06:56'),
(4921, 'The Ministry of Common Sense : How to Eliminate Bureaucratic Red Tape, Bad Excuses, and Corporate Bs', '2uKDivyZT', 11, 'WALL STREET JOURNAL BestsellerA humorous yet practical five-step guide to ridding ourselves--and our companies--of bureaucratic bottlenecks and red tape During the COVID-19 pandemic, the TSA is allowing passengers to board planes with unlimited amounts of hand sanitizer, while maintaining its 3.4-ounce limit on all other liquids. You need a chainsaw to pry open your new pair of headphones from their package. Your eighth Zoom meeting of the day keeps freezing, and if you hear \"No, wait; no, you go first\" again, you will implode. But first you have to sit through an endless Power Point presentation that everyone claims they\'ve read, no one has, and that could have been summarized in one page. What has happened to common sense? And how can we get it back? Companies, it seems, have become so entangled in their own internal issues, and further beset by reams of invisible red tape, that they\'ve lost sight of their core purpose. Inevitably, they pay the price. Best-selling author Martin Lindstrom combines numerous real-life examples of corporate common sense gone wrong with his own ingenious plan for restoring logic--and sanity--to the companies and people that need it most. A must-read for today\'s executives, managers, and employees, The Ministry of Common Sense is funny, entertaining, and immensely practical.', 28.00, NULL, NULL, 36.99, 'The Ministry of Common Sense : How to Eliminate Bureaucratic Red Tape, Bad Excuses, and Corporate Bs-61972.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 15:09:04', '2024-02-19 15:09:04'),
(4922, 'Kids Musical Piano Mat Duet Keyboard Play Mat 20 Keys Floor Piano with 8 Instrument Sound 5 Paly Modes Dance Pad Educatinal Toys', 'OLfkM64LO', 12, 'Kids Musical Piano Mat Duet Keyboard Play Mat 20 Keys Floor Piano with 8 Instrument Sound 5 Paly Modes Dance Pad Educatinal Toys', 15.29, NULL, NULL, 20.29, 'Kids Musical Piano Mat Duet Keyboard Play Mat 20 Keys Floor Piano with 8 Instrument Sound 5 Paly Modes Dance Pad Educatinal Toys-21157.jpeg', 'Kids Musical Piano Mat Duet Keyboard Play Mat 20 Keys Floor Piano with 8 Instrument Sound 5 Paly Modes Dance Pad Educatinal Toys-24940.jpeg', 'Kids Musical Piano Mat Duet Keyboard Play Mat 20 Keys Floor Piano with 8 Instrument Sound 5 Paly Modes Dance Pad Educatinal Toys-98660.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-19 15:10:41', '2024-02-19 15:10:41'),
(4923, 'Extreme Ownership : How U.S. Navy Seals Lead and Win', 'zx6k4ja39', 11, 'From Jocko Willink, the New York Times best selling author of Discipline Equals Freedom and Leadership Strategy and Tactics, an updated edition of the blockbuster bestselling leadership book that took America and the world by storm, two U.S. Navy SEAL officers who led the most highly decorated special forces unit of the Iraq War demonstrate how to apply powerful leadership principles from the battlefield to business and life. Now with an excerpt from the authors\' new book, THE DICHOTOMY OF LEADERSHIP.\r\n\r\nCombat, the most intense and dynamic environment imaginable, teaches the toughest leadership lessons, with absolutely everything at stake. Jocko Willink and Leif Babin learned this reality first-hand on the most violent and dangerous battlefield in Iraq. As leaders of SEAL Team Three\'s Task Unit Bruiser, their mission was one many thought impossible: help U.S. forces secure Ramadi, a violent, insurgent-held city deemed \"all but lost.\" In gripping, firsthand accounts of heroism, tragic loss, and hard-won victories, they learned that leadership--at every level--is the most important factor in whether a team succeeds or fails.\r\n\r\nWillink and Babin returned home from deployment and instituted SEAL leadership training to pass on their harsh lessons of self-discipline, mental toughness and self-defense learned in combat to help forge the next generation of SEAL leaders. After leaving the SEAL Teams, they launched a company, Echelon Front, to teach those same leadership principles to leaders in businesses, companies, and organizations across the civilian sector. Since that time, they have trained countless leaders and worked with hundreds of companies in virtually every industry across the U.S. and internationally, teaching them how to develop their own high-performance teams and most effectively lead those teams to dominate their battlefields.\r\n\r\nSince it\'s release in October 2015, Extreme Ownership has revolutionized leadership development and set a new standard for literature on the subject. Required reading for many of the most successful organizations, it has become an integral part of the official leadership training programs for scores of business teams, military units, and first responders. Detailing the resilient mindset and total focus principles that enable SEAL units to accomplish the most difficult combat missions, Extreme Ownership demonstrates how to apply them to any team or organization, in any leadership environment. A compelling narrative with powerful instruction and direct application, Extreme Ownership challenges leaders everywhere to fulfill their ultimate purpose: lead and win.', 23.39, NULL, NULL, 29.99, 'Extreme Ownership : How U.S. Navy Seals Lead and Win-97863.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-19 15:11:10', '2024-02-19 15:11:10'),
(4924, 'Lansinoh Signature Pro Double Electric Breast Pump with Accessories', 'vDd2apTZb', 13, 'Double electric breast pump makes it easy to express milk from both sides at once to save you time\r\nCustom Expression Technology provides three pumping styles and eight adjustable levels for maximum milk flow\r\nTwo-phase technology offers pumping for both Let-Down and Expression so milk is perfectly expressed\r\nComfortFit breast flanges deliver a soft, secure fit for a more pleasant pumping experience\r\nLighted LCD screen features a timer so you can easily keep track of your pumping sessions\r\nHygienic pump is free from BPA and BPS so your milk stays healthy and safe for your baby', 150.98, NULL, NULL, 176.00, 'Lansinoh Signature Pro Double Electric Breast Pump with Accessories-48883.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-19 15:11:35', '2024-02-19 15:11:35'),
(4925, 'Helter Skelter : The True Story of the Manson Murders', '19vu3SGt1', 11, 'The #1 bestselling true crime book ever, this revised edition tells what really happened in the murders carried out by the Manson family. Taking a look at the man, the method and the madness, the book now features a new Afterword.', 15.18, NULL, NULL, 18.50, 'Helter Skelter : The True Story of the Manson Murders-93016.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-19 15:13:52', '2024-02-19 15:13:52'),
(4926, 'The September House', '6S6oqYMuU', 11, '\"Why run from a haunted house when you can stay and ignore the ghosts? Just when you thought you\'d seen everything a haunted house novel could do, The September House comes along and delivers an eerie, darkly funny, and emotionally grounded book about the ghosts that haunt houses and marriages.\"- Grady Hendrix, New York Times bestselling author of How to Sell a Haunted House A woman is determined to stay in her dream home even after it becomes a haunted nightmare in this compulsively readable, twisty, and layered debut novel. When Margaret and her husband Hal bought the large Victorian house on Hawthorn Street--for sale at a surprisingly reasonable price--they couldn\'t believe they finally had a home of their own. Then they discovered the hauntings. Every September, the walls drip blood. The ghosts of former inhabitants appear, and all of them are terrified of something that lurks in the basement. Most people would flee. Margaret is not most people. Margaret is staying. It\'s her house. But after four years Hal can\'t take it anymore, and he leaves abruptly. Now, he\'s not returning calls, and their daughter Katherine--who knows nothing about the hauntings--arrives, intent on looking for her missing father. To make things worse, September has just begun, and with every attempt Margaret and Katherine make at finding Hal, the hauntings grow more harrowing, because there are some secrets the house needs to keep.', 27.00, NULL, NULL, 34.99, 'The September House-19134.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-19 15:15:57', '2024-02-19 15:15:57'),
(4927, 'AKASO Brave 4 4K 20MP WiFi Action Camera Ultra HD with EIS 30m Underwater Waterproof Camera Remote Control 5X Zoom Underwater Camcorder with 2 Batteries and Helmet Accessories Kit', 'UfhbkXQZ8', 13, 'UPGRADE SERIES OF AKASO EK7000: Featuring 4K/24fps, 2K/30fps and 1080P/60FPS video resolution and 20MP photos, AKASO Brave 4 action camera enables you to take incredible photos and ultra HD videos, clearly recording the beauty and wonders in life!\r\n\r\nOPTIONAL VIEW ANGLE AND ANTI-SHAKING: Adjust the view angle of this action camera according to your needs between 170°, 140°, 110°, and 70°. Built in smart gyroscope for anti-shaking and image stabilization to make your video much more smooth.\r\n\r\nSPORTS CAMERA WITH WIFI AND HDMI: Sharing & editing videos from an action camera is easier with the free app. Just download the App on your phone or tablet and connect with this action camera. Wi-Fi signal ranges up to 10 meters. With HDMI Port allows you to connect it with television.', 125.00, NULL, NULL, 130.80, 'AKASO Brave 4 4K 20MP WiFi Action Camera Ultra HD with EIS 30m Underwater Waterproof Camera Remote Control 5X Zoom Underwater Camcorder with 2 Batteries and Helmet Accessories Kit-73192.jpeg', 'AKASO Brave 4 4K 20MP WiFi Action Camera Ultra HD with EIS 30m Underwater Waterproof Camera Remote Control 5X Zoom Underwater Camcorder with 2 Batteries and Helmet Accessories Kit-63150.jpeg', 'AKASO Brave 4 4K 20MP WiFi Action Camera Ultra HD with EIS 30m Underwater Waterproof Camera Remote Control 5X Zoom Underwater Camcorder with 2 Batteries and Helmet Accessories Kit-31171.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-19 15:17:11', '2024-02-19 15:17:11'),
(4928, 'Mini Kids Children Accordion 17 Key 8 Bass Small Accordion Keyboard Educational Musical Instrument for Beginner Music Gifts', 'Q0NnKqG1G', 12, '17 Key Professional Accordion 8 Bass Accordion Keyboard Instrument Educational Musical Instrument for Beginner\r\nFeatures:\r\n1.Eco-friendly and Ergonomic: Comfortable handheld design thanks to the eco-friendly ABS plastic material. Precision-crafted with durable bellows crafted from environmentally friendly synthetic leather. Solid buckle material of this mini accordion ensures durability without breakage.\r\n2.Professional Sound Output: This small accordion is designed with a specialized sound outlet for accurate tonal quality and beautiful melodies.\r\n3.Excellent Piano Key Response: Enjoy a pleasant and comfortable playing experience with the well-designed piano-style keys of the professional accordion that offer a light touch and effortless playing.\r\n4.Responsive and Durable Buttons: The buttons of this accordion keyboard instrument are highly responsive and durable, with a scientifically optimized layout that has undergone tens of thousands of elasticity tests.\r\n5.Cultivates Musical Talent: Helps develop children\'s musical talent and improves their sense of rhythm, making the button accordion a great gift for nurturing their love for music.', 50.26, NULL, NULL, 56.26, 'Mini Kids Children Accordion 17 Key 8 Bass Small Accordion Keyboard Educational Musical Instrument for Beginner Music Gifts-15350.jpeg', 'Mini Kids Children Accordion 17 Key 8 Bass Small Accordion Keyboard Educational Musical Instrument for Beginner Music Gifts-67934.jpeg', 'Mini Kids Children Accordion 17 Key 8 Bass Small Accordion Keyboard Educational Musical Instrument for Beginner Music Gifts-87982.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-19 15:17:23', '2024-02-19 15:17:23'),
(4929, 'VTech DECT 6.0 Corded Accessory Deskset for CM18245 (CM18245) - Silver', 'j8EeqXNNZ', 13, 'Expansion deskset requires the VTech CM18445 console to operate\r\nCorded phone can accommodate 1 to 4 telephone lines, so you can field multiple incoming callers at once\r\nDECT 6.0 digital transmission technology delivers excellent sound quality, security, and range\r\nDigital answering system with up to 180 minutes of shared minutes digitally records incoming messages, outgoing announcements, and memos\r\nCall management options include page, intercom, call transfer between stations, hold reminder tone, and voice message reminder tone\r\n100 name and number phonebook directory allows you to easily store and access your frequent contacts\r\nCalling features include caller ID/call waiting (stores 50 calls), call privacy, mute, flash, call screening, call intercept, bilingual voice prompts in English or French, and a selection of ringtones', 130.00, NULL, NULL, 178.45, 'VTech DECT 6.0 Corded Accessory Deskset for CM18245 (CM18245) - Silver-32623.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-19 15:21:15', '2024-02-19 15:21:15'),
(4930, 'In stock Eddie Van Halen TRIBUTE New style vintage Frankenstrat Quality Musical Instruments.free shipping', 'E6yknpstu', 12, 'In stock Eddie Van Halen TRIBUTE New style vintage Frankenstrat Quality Musical Instruments.free shipping', 300.10, NULL, NULL, 341.10, 'In stock Eddie Van Halen TRIBUTE New style vintage Frankenstrat Quality Musical Instruments.free shipping-98457.jpeg', 'In stock Eddie Van Halen TRIBUTE New style vintage Frankenstrat Quality Musical Instruments.free shipping-38979.jpeg', 'In stock Eddie Van Halen TRIBUTE New style vintage Frankenstrat Quality Musical Instruments.free shipping-21797.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-19 15:23:14', '2024-02-19 15:25:48'),
(4931, 'VR Headstrap Compatible with Meta Quest 3 Head Strap for Oculus Quest 3 Accessories Comfortable Stable Elite Strap Replacement', 'ZEvSwUrem', 13, 'Sits Solid on Face: Maecker vr head strap for quest 3 is a game changer. It makes you feel more secure and more comfortable. Feels solid because it spreads the weight a lot better than the original straps ever did. Only 30% stress on face, 35% stress shared on top of head, 35% stress shared on back of head.\r\n\r\nPlay Longer without Headache: Maecker vr head strap fits meta quest 3 accessories. It feels secure and stable and doesn\'t slip around. Super comfortable as it feels like the weight is distributed evenly by the strap intended for oculus quest 3 head strap.\r\n\r\nFreely Switch Between Multiple People: The ability to keep the headset on, but flip up the visor is a game changer when you need to quickly view your surroundings or check your phone. Fits head of children and adults very comfortably, quickly adjust the headset between users or family members. Head Circumference:19\"\"- 27\"\"/48cm-69cm.', 62.88, NULL, NULL, 89.09, 'VR Headstrap Compatible with Meta Quest 3 Head Strap for Oculus Quest 3 Accessories Comfortable Stable Elite Strap Replacement-71403.jpeg', 'VR Headstrap Compatible with Meta Quest 3 Head Strap for Oculus Quest 3 Accessories Comfortable Stable Elite Strap Replacement-15231.jpeg', 'VR Headstrap Compatible with Meta Quest 3 Head Strap for Oculus Quest 3 Accessories Comfortable Stable Elite Strap Replacement-29292.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-19 15:25:12', '2024-02-19 15:25:12'),
(4932, 'Controllers Extension Grips for Meta/Oculus Quest 2 Accessories, Long Stick Handle Extension Grips Stand, Enhance Experience to Play Beat Saber Games, VR Golf Club', 'ucucIohjk', 13, 'Suitable for Various VR Games】This extension handle accessories professionally designed for Meta Quest 2 Controller, perfectly compatible with Gorilla Tag, Beat Saber, VR Golf Club, Supernatural, Blade & Sorcery, First Person Tennis, Vader Immortal, Fruit Ninja, VR Pinpong and more VR games\r\n\r\n⚔⚔【2-in-1 Handle】This Beat Saber handles adds a 23cm extension to each controller, and end of the handle is detachable, unscrew it and then the two handles can be combined into a 40cm long handle through the connector. You can freely choose Double Handle Mode or Long Handle Mode according to different gaming needs', 36.95, NULL, NULL, 44.00, 'Controllers Extension Grips for Meta/Oculus Quest 2 Accessories, Long Stick Handle Extension Grips Stand, Enhance Experience to Play Beat Saber Games, VR Golf Club-62950.jpeg', 'Controllers Extension Grips for Meta/Oculus Quest 2 Accessories, Long Stick Handle Extension Grips Stand, Enhance Experience to Play Beat Saber Games, VR Golf Club-16195.jpeg', 'Controllers Extension Grips for Meta/Oculus Quest 2 Accessories, Long Stick Handle Extension Grips Stand, Enhance Experience to Play Beat Saber Games, VR Golf Club-97823.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-19 15:29:27', '2024-02-19 15:29:27'),
(4933, 'Ghirardelli Caramel Sauce', '63xfqtgFB', 14, 'Creamy caramel sauce for luxurious beverage and dessert creations\r\nPerfect for caramel lattes, frappes, milkshakes, dipping sauce, dessert toppings, decoration and plating\r\nDesigned to taste like the classic caramel filling in Ghirardelli\'s best selling milk chocolate caramel squares\r\nConvenient squeeze bottle format for drizzling and decorating', 5.31, NULL, NULL, 9.35, 'Ghirardelli Caramel Sauce-48734.jpeg', 'Ghirardelli Caramel Sauce-61571.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-19 16:41:41', '2024-02-19 16:41:41'),
(4934, 'Data Raasa', '3b4dOJOix', 14, '6-Pack 10-Oz data Raasa Regal Ready to Eat Pouches (Royal Black Lentils)', 17.50, NULL, NULL, 23.74, 'Data Raasa-65546.jpeg', 'Data Raasa-38749.jpeg', 'Data Raasa-55656.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-19 16:49:15', '2024-02-19 16:49:15'),
(4935, 'Thai Kitchen Gluten Free Peanut Satay Sauce', '9doMeNvWV', 14, 'Flavors of fresh-roasted peanuts, coconut milk and spices\r\nVersatile sauce works as a salad or Thai noodle dressing, dipping sauce and more\r\nGluten free and vegan', 7.09, NULL, NULL, 10.83, 'Thai Kitchen Gluten Free Peanut Satay Sauce-82825.jpeg', 'Thai Kitchen Gluten Free Peanut Satay Sauce-76868.jpeg', 'Thai Kitchen Gluten Free Peanut Satay Sauce-47334.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-19 17:05:11', '2024-02-19 17:05:11');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4936, 'Progresso Rich & Hearty Lasagna-Style Soup', '8AkhEfgFp', 14, '12-Pack 18.5-Oz Progresso Rich & Hearty Lasagna-Style Soup w/ Italian Sausage', 18.99, NULL, NULL, 38.60, 'Progresso Rich & Hearty Lasagna-Style Soup-19048.jpeg', 'Progresso Rich & Hearty Lasagna-Style Soup-77660.jpeg', 'Progresso Rich & Hearty Lasagna-Style Soup-61729.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-19 17:10:44', '2024-02-19 17:10:44'),
(4937, 'Starfield', 'iCfCu5qqJ', 14, 'Starfield Standard Edition for Xbox Series X\r\n\r\nMODEL: 093155176119', 49.99, NULL, NULL, 69.99, 'Starfield-18856.jpeg', 'Starfield-41931.jpeg', 'Starfield-66012.jpeg', 'Video games', 4.5, NULL, 1, '2024-02-19 17:21:45', '2024-02-19 17:21:45'),
(4938, 'South Park', 'WJEd9cXiz', 14, 'South Park: The Fractured But Whole for Xbox One\r\n\r\nMODEL: 887256015787', 9.00, NULL, NULL, 19.99, 'South Park-86481.jpeg', 'South Park-58510.jpeg', 'South Park-31033.jpeg', 'Video games', 2.0, NULL, 1, '2024-02-19 17:28:35', '2024-02-19 17:28:35'),
(4939, 'Kirby\'s Return to Dream Land', 'IyHAKrXq4', 14, 'Kirby\'s Return to Dream Land Deluxe for Nintendo Switch\r\n\r\nMODEL: 045496599140', 49.00, NULL, NULL, 59.99, 'Kirby\'s Return to Dream Land-43813.jpeg', 'Kirby\'s Return to Dream Land-75811.jpeg', 'Kirby\'s Return to Dream Land-95964.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-19 23:44:08', '2024-02-19 23:44:08'),
(4940, 'Assassin\'s Creed Valhalla', 'hY80GWzbu', 14, 'Assassin\'s Creed Valhalla Limited Editon for PS4\r\n\r\nMODEL: 887256110116', 19.00, NULL, NULL, 39.99, 'Assassin\'s Creed Valhalla-95647.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-19 23:58:01', '2024-02-19 23:58:01'),
(4941, 'Stainless steel Construction Site Mixing Equipment Concrete Blender Tools 220v Industry Small Soil', 'PhVEvTnFb', 12, 'Nominal capacity: 70L\r\nRotating part: cast steel gear ring\r\nMixing speed: 30r/min\r\nVoltage: 220V\r\nMotor power: 850W\r\nCarton size: 720 * 540 * 330mm\r\nUpper barrel height inner diameter: 205mm\r\nLower barrel height inner diameter: 215mm\r\nUpper barrel thickness: 1.7mm\r\nLower barrel thickness: 1.7mm\r\nGross weight: 37kg', 500.15, NULL, NULL, 540.15, 'Stainless steel Construction Site Mixing Equipment Concrete Blender Tools 220v Industry Small Soil-25624.jpeg', 'Stainless steel Construction Site Mixing Equipment Concrete Blender Tools 220v Industry Small Soil-42507.jpeg', 'Stainless steel Construction Site Mixing Equipment Concrete Blender Tools 220v Industry Small Soil-87282.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:00:20', '2024-02-20 00:00:20'),
(4942, 'Antique Imperial Austrian Pendant Brooch Rhodolite Pearls Enamels Silver/ 10.5gr', 'npj17QdB5', 11, 'Fine Antique piece of Bohemian jewelry made on the territories of the former Austrian-Hungarian Empire ca. late 19th century. This type of design closely follows the patterns of Renaissance styles that were very trendy in Europe in the 1850s - 1880s, both in Gold and Silver. There is one relatively clear hallmark of a dog’s head inside a reserve indicating that the piece is made of silver. This type of hallmark was in use in Austria between 1856 – 1937. This pendant came together with other items that originated from the territories of the former Austrian-Hungarian Empire.  Composition: Silver of higher grade, 13 natural pink Rhodolites (variety of Tourmaline), Seed Peals, Mother of Pearl and Enamels. Silver parts show well-preserved gilding work.  Measurements: 55 mm long from top of the hinged bail to the end of the middle dangle, the central piece is Ø 3cm x 10 mm deep. Rhodolites of oval and old European diamond cut with closed backs, likely back sides are foiled under.  Pendants like this may greatly complement any Bohemian Necklace in a similar design if combined. It may also be used as a brooch, too.  The needle on the rear side can be used to attach the pendant to the fabric of the dress thus affixing it in a definite position. It’s not advised to wear it in close contact with the bear skin without securing the sharp end of the needle first.  Fine used condition, no apparent damage /deformations/restorations anywhere. All stones are original and in great shape.   Weight: 10.5 grams. The pendant sells without a chain.', 600.00, NULL, NULL, 750.00, 'Antique Imperial Austrian Pendant Brooch Rhodolite Pearls Enamels Silver/ 10.5gr-53771.jpeg', 'Antique Imperial Austrian Pendant Brooch Rhodolite Pearls Enamels Silver/ 10.5gr-83904.jpeg', 'Antique Imperial Austrian Pendant Brooch Rhodolite Pearls Enamels Silver/ 10.5gr-36559.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-20 00:00:55', '2024-02-20 00:00:55'),
(4943, 'Crock-Pot 7 QT Large Capacity Design to shine Versatile Food Slow Cooker, Home Cooking Kitchen Appliance, Charcoal (SCV700-KC)', 'heUqUi6Bs', 13, 'Slow cooking in your Crock-Pot; Slow Cooker provides you the flexibility to prepare a meal early and then have it cook all day. You can carry out your full day\'s activities and still enjoy a nutritious, home-cooked meal in the evening. It\'s a healthier, more cost-efficient and convenient way to serve tasty, satisfying meals. This Crock-Pot; Manual Slow Cooker cooks on HIGH or LOW settings and the WARM setting can be used to keep your dish at an ideal serving temperature. 7-Quart capacity serves 8 plus people\r\n\r\nHigh/low cook settings\r\n\r\nRemovable oval stoneware\r\n\r\nDishwasher-safe stoneware and glass lid\r\n\r\nPolished Silver, stainless steel exteriors in various colors/patterns with black accents and plastic handles', 109.00, NULL, NULL, 186.99, 'Crock-Pot 7 QT Large Capacity Design to shine Versatile Food Slow Cooker, Home Cooking Kitchen Appliance, Charcoal (SCV700-KC)-82135.jpeg', 'Crock-Pot 7 QT Large Capacity Design to shine Versatile Food Slow Cooker, Home Cooking Kitchen Appliance, Charcoal (SCV700-KC)-41081.jpeg', 'Crock-Pot 7 QT Large Capacity Design to shine Versatile Food Slow Cooker, Home Cooking Kitchen Appliance, Charcoal (SCV700-KC)-55057.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:01:28', '2024-02-20 00:01:28'),
(4944, 'Crackdown 3', 'MzyPOQrlc', 14, 'Crackdown 3 for Xbox One\r\n\r\nMODEL: 889842223903', 7.99, NULL, NULL, 19.99, 'Crackdown 3-11811.jpeg', 'Crackdown 3-90214.jpeg', NULL, 'Video games', 3.5, NULL, 1, '2024-02-20 00:02:44', '2024-02-20 00:02:44'),
(4945, '2100W Electric Stirrer Cement Mixer High Power 6-Speed Regulation Handheld Industrial Concrete Mixer for Mortars Paint Mud Grout', 'lsWye6gjS', 12, 'Certification\r\nce\r\nModel Number\r\nHeavy Duty 6-Speed Electric stirrer\r\nBrand Name\r\nFNIRSI\r\nOrigin\r\nMainland China', 16.78, NULL, NULL, 21.78, '2100W Electric Stirrer Cement Mixer High Power 6-Speed Regulation Handheld Industrial Concrete Mixer for Mortars Paint Mud Grout-18914.jpeg', '2100W Electric Stirrer Cement Mixer High Power 6-Speed Regulation Handheld Industrial Concrete Mixer for Mortars Paint Mud Grout-33899.jpeg', '2100W Electric Stirrer Cement Mixer High Power 6-Speed Regulation Handheld Industrial Concrete Mixer for Mortars Paint Mud Grout-80944.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:04:43', '2024-02-20 00:04:43'),
(4946, 'Two-Tone 18K Yellow Gold Large Ancient Greek Coin Pendant', 'WnAqI03l2', 11, 'This vintage Two-Tone 18K Yellow Gold Pendant is designed as an ancient Greek Coin,  depicting Hercules -  Roman equivalent of the Greek divine hero Heracles  (who was famous for his strength & far-ranging adventures),   encased in 18K yellow gold thick & solid surround, (3.5 - 4mm in its widest part) topped by an 18K gold unusual bail.  Of Italian provenance,  this exquisite piece is vintage & in excellent condition.   Measuring 24mm x 30mm (including the bail) Total items weight: 13.3gr.   The pendant comes in a box,  accompanied by valuation certificate   * chain is for illustration purposes only', 1549.99, NULL, NULL, 1670.99, 'Two-Tone 18K Yellow Gold Large Ancient Greek Coin Pendant-12545.jpeg', 'Two-Tone 18K Yellow Gold Large Ancient Greek Coin Pendant-44206.jpeg', 'Two-Tone 18K Yellow Gold Large Ancient Greek Coin Pendant-90361.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-20 00:04:43', '2024-02-20 00:04:43'),
(4947, 'KitchenAid Custom Stand Mixer - 4.5Qt - 325-Watt - Empire Red', 'Vp23GyEkF', 13, 'Large 4.5-quart (4.26-litre) stainless steel bowl has enough space to mix dough for 6 dozen cookies, 3 loaves of bread, or 6 pounds of mashed potatoes in a single batch\r\n325-watt motor offers enough power to handle heavy mixtures\r\nTen speeds tackle a variety of tasks including stirring wet and dry ingredients\r\nUnique Planetary Mixing Action means the beater spirals to 67 touchpoints within the bowl to deliver quick, complete mixing together, kneading dough, whipping cream, and much more\r\nComes with a flat beater (for general mixing), a dough hook (for kneading dough), and a 6-wire whip (for meringues, whipped cream, and icing)\r\nPower hub turns the stand mixer into a culinary centre that fits optional attachments from food grinders to pasta makers (all sold separately)\r\nSturdy, all-metal frame provides exceptional durability\r\nBowl is dishwasher-safe for quick and easy cleanup', 500.88, NULL, NULL, 595.75, 'KitchenAid Custom Stand Mixer - 4.5Qt - 325-Watt - Empire Red-20041.jpeg', 'KitchenAid Custom Stand Mixer - 4.5Qt - 325-Watt - Empire Red-75862.jpeg', 'KitchenAid Custom Stand Mixer - 4.5Qt - 325-Watt - Empire Red-77381.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-20 00:04:49', '2024-02-20 00:04:49'),
(4948, 'Crash Bandicoot 4', 'rhI6th43B', 14, 'Crash Bandicoot 4: It\'s About Time for Xbox One\r\n\r\nMODEL: 047875785502', 19.00, NULL, NULL, 59.99, 'Crash Bandicoot 4-10304.jpeg', 'Crash Bandicoot 4-61854.jpeg', 'Crash Bandicoot 4-69848.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-20 00:06:19', '2024-02-20 00:06:19'),
(4949, 'KitchenAid Cordless Variable Speed Immersion Blender with Chopper & Whisk Attachment - Onyx Black', 'n3zDxkwrn', 13, 'Cordless design lets you blend at the stove, countertop, or table without being tethered to a power outlet\r\nVariable speeds with a trigger switch provide versatility for blending, pureeing, and crushing\r\nRemovable 8\" blending arm with a 4-point stainless steel blade makes quick work of smoothies, soups, hummus, and shakes\r\nThree-cup BPA-free blending jar with lid is ideal for blending smaller quantities and storing them for later\r\nRechargeable lithium-ion battery can blend 25 bowls of soup on a single charge\r\nIncludes a chopper attachment and whisk attachment for multifunctional use.', 160.99, NULL, NULL, 208.74, 'KitchenAid Cordless Variable Speed Immersion Blender with Chopper & Whisk Attachment - Onyx Black-11150.jpeg', 'KitchenAid Cordless Variable Speed Immersion Blender with Chopper & Whisk Attachment - Onyx Black-31674.jpeg', 'KitchenAid Cordless Variable Speed Immersion Blender with Chopper & Whisk Attachment - Onyx Black-26210.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:08:32', '2024-02-20 00:08:32'),
(4950, '3ct Round Cut Natural Blue Sapphire Pendant Necklace', 'TdCKZjvSa', 11, 'Feast your eyes on Hannaboya\'s stunning 3ct Round Cut Natural Blue Sapphire Pendant Necklace, a true embodiment of timeless beauty and elegance. This remarkable pendant features a genuine 3-carat round-cut blue sapphire at its heart, measuring 9mm in diameter. Its captivating deep blue hue exudes wisdom, loyalty, and serenity, making it a meaningful and sentimental choice for those who appreciate the significance of their jewelry.  Adding to the allure, the sapphire is gracefully encircled by a halo of 15 brilliant zircon stones, each weighing 0.5 carats. These zircon accents, totaling 7.5 carats in weight, twinkle like stars in the night sky. They not only enhance the sapphire\'s natural beauty but also create a harmonious contrast, amplifying the pendant\'s overall charm. Zircon stones are celebrated for their exceptional brilliance and durability, ensuring that your pendant will continue to captivate admirers for years to come.  The pendant\'s design is meticulously crafted to let light play upon the sapphire\'s facets, intensifying its mesmerizing radiance. The setting showcases the sapphire\'s 3-carat splendor, ensuring it takes center stage. The pendant\'s bail is designed for effortless attachment to your preferred chain, allowing for versatile styling options.  Make a lasting impression with this masterpiece of fine jewelry that embodies the essence of luxury and refinement.', 975.00, NULL, NULL, 2700.00, '3ct Round Cut Natural Blue Sapphire Pendant Necklace-19479.jpeg', '3ct Round Cut Natural Blue Sapphire Pendant Necklace-11925.jpeg', '3ct Round Cut Natural Blue Sapphire Pendant Necklace-42412.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-20 00:09:53', '2024-02-20 00:09:53'),
(4951, 'Kingdom Hearts III', 'egojUdzlj', 14, 'Kingdom Hearts III for PS4\r\n\r\nMODEL: 662248915050', 9.00, NULL, NULL, 19.99, 'Kingdom Hearts III-81565.jpeg', 'Kingdom Hearts III-97194.jpeg', 'Kingdom Hearts III-71644.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-20 00:10:22', '2024-02-20 00:10:22'),
(4952, 'China Manufacturer Diesel Concrete Mixer and Concrete Pump Machine', '0Wguv3k8f', 12, 'Certification\r\nce\r\nBrand Name\r\nNoEnName_Null\r\nOrigin\r\nMainland China\r\nApplicable Industries\r\nConstruction works', 3822.30, NULL, NULL, 4822.30, 'China Manufacturer Diesel Concrete Mixer and Concrete Pump Machine-69821.jpeg', 'China Manufacturer Diesel Concrete Mixer and Concrete Pump Machine-56149.jpeg', 'China Manufacturer Diesel Concrete Mixer and Concrete Pump Machine-17538.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:10:22', '2024-02-20 00:10:22'),
(4953, 'Classic 11mm Pearl Diamond 18K White Gold Clip-On Earrings', 'tjX4t0DpE', 11, 'Crafted in solid 18K white gold, they have 2 Fine genuine cultured Pearls, 11 mm, perfectly round with white-silver undertones, high luster & minimum blemishes. Topped by (6) round-cut, Well-matched extra white fiery Diamonds weighing approximately 0.60 carats (H-I color and VS1 clarity). They measure approximately 17mm x11mm wide, are secured with clip-on backings with post, and are in Excellent Condition. Purity Hallmarked Accompanied by an official appraisal document.', 2490.00, NULL, NULL, 2600.00, 'Classic 11mm Pearl Diamond 18K White Gold Clip-On Earrings-50400.jpeg', 'Classic 11mm Pearl Diamond 18K White Gold Clip-On Earrings-34074.jpeg', 'Classic 11mm Pearl Diamond 18K White Gold Clip-On Earrings-63754.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-20 00:13:01', '2024-02-20 00:13:01'),
(4954, 'Crock-Pot 6 QT Medium size Programmable Cook & Carry Slow Cooker, Black (SCCPVLF605)', 'EUR5U8SRX', 13, 'Whether you’re feeding friends and family at home, or taking your meal on the go or to an event, the Crockpot 6-Quart Cook & Carry Programmable Slow Cooker makes sharing a home-cooked meal with loved ones easy and effortless. The Cook & Carry travel-proof locking lid provides a tight seal to prevent leaks and spills, for no mess on the go, and convenient handles make it easy to carry and take your favorite slow cooked meals anywhere. With a one-touch control, this Crockpot slow cooker offers 4 preprogrammed settings that allow you to cook your food at the ideal time and temperature. Once cook time is complete, the temperature automatically switches to the warm setting to prevent overcooking, and to keep your food at serving temperature.  The 6-quart capacity feeds 7+ people, making it perfect for family meals. When you’re finished slow cooking, both the lid and the stoneware can be placed in the dishwasher for easy cleanup. Dishwasher Safe Safe to clean in the dishwasher. Global Organic Textile Standard We made it better so you can feel better. This product is made of 100% organic cotton and GOTS-certified to meet strict standards for environmentally responsible manufacturing. Wedding Registry Favorites Highly requested item on wedding registries.', 200.89, NULL, NULL, 238.55, 'Crock-Pot 6 QT Medium size Programmable Cook & Carry Slow Cooker, Black (SCCPVLF605)-12660.jpeg', 'Crock-Pot 6 QT Medium size Programmable Cook & Carry Slow Cooker, Black (SCCPVLF605)-76326.jpeg', 'Crock-Pot 6 QT Medium size Programmable Cook & Carry Slow Cooker, Black (SCCPVLF605)-19533.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:13:11', '2024-02-20 00:13:11'),
(4955, 'Mass Effect', '8w3wqtAHU', 14, 'Mass Effect: Andromeda for Xbox One\r\n\r\nMODEL: 014633734096', 10.99, NULL, NULL, 20.99, 'Mass Effect-30646.jpeg', 'Mass Effect-60625.jpeg', 'Mass Effect-61351.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-20 00:14:16', '2024-02-20 00:14:16'),
(4956, 'Industrial Grade Mixer 6 Gear Adjustable Speed 2800W/3000W Handheld Paint Cement Plaster Mortar Coating Mixer Putty Powder', '3b5lw4AR6', 12, 'Brand Name\r\nOnkel.J\r\nOrigin\r\nMainland China\r\nSpeed\r\n0-1100r/min\r\nVoltage\r\n220V', 40.00, NULL, NULL, 44.40, 'Industrial Grade Mixer 6 Gear Adjustable Speed 2800W/3000W Handheld Paint Cement Plaster Mortar Coating Mixer Putty Powder-67727.jpeg', 'Industrial Grade Mixer 6 Gear Adjustable Speed 2800W/3000W Handheld Paint Cement Plaster Mortar Coating Mixer Putty Powder-75179.jpeg', 'Industrial Grade Mixer 6 Gear Adjustable Speed 2800W/3000W Handheld Paint Cement Plaster Mortar Coating Mixer Putty Powder-26876.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:15:05', '2024-02-20 00:15:05'),
(4957, 'Van Cleef & Arpels Vintage Alhambra Onyx 18k Yellow Gold Earrings', 'QZ5Ptwezk', 11, 'Indulge in pure elegance with these Van Cleef & Arpels Vintage Alhambra earrings. Exquisite craftsmanship and brilliant design merge to create these captivating treasures, a symbol of timeless beauty and refined taste.  Includes: Original Box, Original Case\r\nCreator\r\nVan Cleef & Arpels\r\nMetal\r\nYellow Gold\r\nWeight\r\n7.3 g\r\nDimensions\r\nHeight: 0.6 in (15 mm)\r\nWidth: 0.6 in (15 mm)\r\nStyle\r\nContemporary\r\nPlace of Origin\r\nFrance\r\nPeriod\r\n2010-', 3402.00, NULL, NULL, 3520.00, 'Van Cleef & Arpels Vintage Alhambra Onyx 18k Yellow Gold Earrings-30683.jpeg', 'Van Cleef & Arpels Vintage Alhambra Onyx 18k Yellow Gold Earrings-29588.jpeg', 'Van Cleef & Arpels Vintage Alhambra Onyx 18k Yellow Gold Earrings-16948.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-20 00:17:17', '2024-02-20 00:17:17'),
(4958, 'Far Cry 6', 'rVtzvMofW', 14, 'Far Cry 6 Standard Edition for PS4 and PS5\r\n\r\nMODEL: 887256110376', 19.00, NULL, NULL, 49.99, 'Far Cry 6-69678.jpeg', 'Far Cry 6-32028.jpeg', 'Far Cry 6-30983.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-20 00:17:35', '2024-02-20 00:17:35'),
(4959, 'HOMCOM 8,000 BTU Portable Air Conditioner with Remote for 344Sq Ft, 4-in-1 Compact Home AC Unit with Built-in Dehumidifier Fan, 24H Timer, Wheels, Window Mount Kit, White', 'fGGFNNJyz', 13, 'Beat the summer heat in the most effective way possible; say hello to this room ac from HOMCOM. A small and compact design that can fit into small and tight spaces easily, the indoor ac unit features four modes (cool, dry, fan, or sleep), 2 wind speeds and adjustable temp, allowing you to set to a mode that best suits you. Moreover, 4 casters allow you move it from bedroom to living room. Don\'t suffer this summer through crazy heat waves with this room air conditioner', 260.00, NULL, NULL, 289.83, 'HOMCOM 8,000 BTU Portable Air Conditioner with Remote for 344Sq Ft, 4-in-1 Compact Home AC Unit with Built-in Dehumidifier Fan, 24H Timer, Wheels, Window Mount Kit, White-89058.jpeg', 'HOMCOM 8,000 BTU Portable Air Conditioner with Remote for 344Sq Ft, 4-in-1 Compact Home AC Unit with Built-in Dehumidifier Fan, 24H Timer, Wheels, Window Mount Kit, White-54505.jpeg', 'HOMCOM 8,000 BTU Portable Air Conditioner with Remote for 344Sq Ft, 4-in-1 Compact Home AC Unit with Built-in Dehumidifier Fan, 24H Timer, Wheels, Window Mount Kit, White-61283.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:17:57', '2024-02-20 00:17:57'),
(4960, 'Reup Portable Blender 350ml Mini Portable Blender Smoothies 1400mAh FRESH JUICE Travel Electric Travel Portable Mixer Kitchen', 'pBKUX1M3W', 12, 'Product Name: Portable MiniFruit Blender\r\nProduct model:214\r\nCup bodycapacity:350ml\r\nBatteryvoltage:7.4V=1400mAh\r\nChargingvoltage:5V-1A\r\nRated power:50W\r\nProduct weight:490g\r\nUnitsize:82x82x218mm', 18.87, NULL, NULL, 22.87, 'Reup Portable Blender 350ml Mini Portable Blender Smoothies 1400mAh FRESH JUICE Travel Electric Travel Portable Mixer Kitchen-16536.jpeg', 'Reup Portable Blender 350ml Mini Portable Blender Smoothies 1400mAh FRESH JUICE Travel Electric Travel Portable Mixer Kitchen-13595.jpeg', 'Reup Portable Blender 350ml Mini Portable Blender Smoothies 1400mAh FRESH JUICE Travel Electric Travel Portable Mixer Kitchen-85223.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:19:14', '2024-02-20 00:19:14'),
(4961, '14k Gold Earrings with Pear Rubies and Diamonds', 'MYmZdmNqM', 11, 'This 14k Gold Earrings with Pear Rubies and Diamonds sound absolutely stunning! They\'re crafted with elegance and style, featuring beautiful pear-shaped rubies and sparkling diamonds. These earrings would be a perfect accessory to add a touch of glamour to any outfit. I\'m sure they would make you shine bright like a diamond.', 417.00, NULL, NULL, 440.00, '14k Gold Earrings with Pear Rubies and Diamonds-75556.jpeg', '14k Gold Earrings with Pear Rubies and Diamonds-15082.jpeg', '14k Gold Earrings with Pear Rubies and Diamonds-90855.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-20 00:22:08', '2024-02-20 00:22:08'),
(4962, 'Anthem', '2sS8kF65c', 14, 'Anthem for PS4\r\n\r\nMODEL: 014633369960', 9.00, NULL, NULL, 59.99, 'Anthem-29474.jpeg', 'Anthem-75559.jpeg', 'Anthem-89475.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-20 00:23:50', '2024-02-20 00:23:50'),
(4963, 'IQAir HealthPro Plus Air Purifier - Medical Grade HyperHEPA filter for home large room up to 1125 sq ft - for Viruses, Bacteria, Allergens, Asthma Triggers, Smoke, Mold, Pets, Dust', 'OULbgfcTm', 13, 'The IQAir New Edition HealthPro Plus is the top choice for asthma and allergy sufferers. IQAir HyperHEPA filtration is proven to trap the smallest, most harmful particles in the air, down to 0.003 microns – 100 times smaller than 0.3 microns. That includes viruses, pet dander, dust mites, air pollution, even cigarette smoke. IQAir nanofiber technology and innovative design stop particles 100x smaller than 0.3 microns. State-of-the-art technology IQAir uses only safe, proven technology to clean the air. IQAir systems produce no unhealthy ozone, ions, UV or chemicals. Why risk your health when IQAir offers proven protection and no harmful byproducts? Certified results, in writing IQAir tests every HealthPro Plus system at the factory to ensure its performance meets our strict specifications. We test Total System Efficiency – the actual air coming from the outlet. Results are detailed in a hand-signed Certificate of Performance that is shipped in the box with every HealthPro Plus system. V5-Cell controls gases & odors Patented V5-Cell filtration provides the best solution for gas & odor control. The V5-Cell combines 2 types of media: one adsorbs odors & gases, the other changes pollutants to oxidized form. New Edition features New fan and filtration advances have made the New Edition HealthPro Plus more powerful than ever. The New Edition HealthPro Plus delivers up to 25% more clean air, up to 38% longer filter life, and 32% less sound.', 1300.00, NULL, NULL, 1560.00, 'IQAir HealthPro Plus Air Purifier - Medical Grade HyperHEPA filter for home large room up to 1125 sq ft - for Viruses, Bacteria, Allergens, Asthma Triggers, Smoke, Mold, Pets, Dust-57805.jpeg', 'IQAir HealthPro Plus Air Purifier - Medical Grade HyperHEPA filter for home large room up to 1125 sq ft - for Viruses, Bacteria, Allergens, Asthma Triggers, Smoke, Mold, Pets, Dust-18325.jpeg', 'IQAir HealthPro Plus Air Purifier - Medical Grade HyperHEPA filter for home large room up to 1125 sq ft - for Viruses, Bacteria, Allergens, Asthma Triggers, Smoke, Mold, Pets, Dust-50387.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:24:45', '2024-02-20 00:24:45'),
(4964, 'XIAOMI MIJIA Portable Blender Electric Fruit Juicer Machine For Orange Food Kitchen Processor Maker Juice Extractor Home Type-C', 'l83Dhruh0', 12, 'Automatic Pulp Ejection :The blender has an automatic pulp ejection feature that makes it easy to remove the pulp from your juice.\r\n\r\n• Large Capacity :With a capacity of 300ml, this blender can make a large amount of juice at once, perfect for families or individuals who like to drink a lot of juice.\r\n\r\n• High Power :The blender has a powerful motor that can blend and juice even the toughest fruits and vegetables, making it a versatile addition to any kitchen.', 20.49, NULL, NULL, 24.49, 'XIAOMI MIJIA Portable Blender Electric Fruit Juicer Machine For Orange Food Kitchen Processor Maker Juice Extractor Home Type-C-41014.jpeg', 'XIAOMI MIJIA Portable Blender Electric Fruit Juicer Machine For Orange Food Kitchen Processor Maker Juice Extractor Home Type-C-76076.jpeg', 'XIAOMI MIJIA Portable Blender Electric Fruit Juicer Machine For Orange Food Kitchen Processor Maker Juice Extractor Home Type-C-15943.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-20 00:25:15', '2024-02-20 00:25:15'),
(4965, 'Battlefield', 'QCctYgBSz', 14, 'Battlefield V for Xbox One\r\n\r\nMODEL: 014633737738', 9.00, NULL, NULL, 19.99, 'Battlefield-48913.jpeg', 'Battlefield-35323.jpeg', 'Battlefield-21092.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-20 00:27:26', '2024-02-20 00:27:26'),
(4966, 'Fine & Rare Rolex Royal Art-Deco c1939 S/Steel Manual 15 Jewels 30mm Mens\' Watch', 'QynkrMRgI', 11, 'This fine & rare Art-Deco Rolex Royal S/Steel wristwatch,  dating back to circa 1939, featuring:   30mm S/Steel Case,  35mm including the original signed screw-down crown,  which designed to make case look bigger;  bearing an engraving & a serial number 77925, Signed \"Oyster Watch Co Geneva Swiss\"  on inside of the case   Beige coloured Dial has aged beautifully with charming patina,  featuring clear black hand-painted Arabic numerals  and original hands in good condition.   15 jewels Rolex manual (hand-winding) Movement,  that has been checked & keeps perfect time  New grey leather Strap with steel generic buckle   ~~~  The timepiece truly has all attributes a vintage Rolex should have:  class, elegance and style.  It\'s a great looking watch with all original parts,  in great vintage condition & in excellent working order. A truly important addition to any vintage collection.  Comes in generic box,  accompanied by valuation certificate & 6 months guarantee.', 2896.00, NULL, NULL, 2940.00, 'Fine & Rare Rolex Royal Art-Deco c1939 S/Steel Manual 15 Jewels 30mm Mens\' Watch-85556.jpeg', 'Fine & Rare Rolex Royal Art-Deco c1939 S/Steel Manual 15 Jewels 30mm Mens\' Watch-24153.jpeg', 'Fine & Rare Rolex Royal Art-Deco c1939 S/Steel Manual 15 Jewels 30mm Mens\' Watch-74200.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-20 00:28:07', '2024-02-20 00:28:07'),
(4967, 'Mysa Smart Wi-Fi Thermostat for Electric In-Floor Heating - White', 'GGcNk2uZB', 13, 'Compatible with most high-voltage electric in-floor heaters (not compatible with water-based systems) up to 3,800 watts for use in your home\r\nCapable of replacing your current thermostat, and comes with an in-floor sensor for newer systems for easier integration\r\nConvenient thermostat display lets you know the floor temperature and has an easy-use touch button for adjustments\r\nProvides the option to set the Mysa to heat to the desired floor or room temperature\r\nEarly On feature turns heating on so the temperature is just right as soon as you walk through the door or step out of bed', 220.00, NULL, NULL, 285.99, 'Mysa Smart Wi-Fi Thermostat for Electric In-Floor Heating - White-49524.jpeg', 'Mysa Smart Wi-Fi Thermostat for Electric In-Floor Heating - White-41976.jpeg', 'Mysa Smart Wi-Fi Thermostat for Electric In-Floor Heating - White-89326.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:28:31', '2024-02-20 00:28:31'),
(4968, '10 Blades Electric Portable Blender 350ML Juicer Fruit Mixers USB Rechargeable Smoothie Juicer Cup Squeezer Juice Make', 'q971Ekr0J', 12, 'Cup Body Material\r\nTRITAN Material\r\nCharging Port Shape\r\nRound\r\nModel Number\r\nGC-Z03\r\nBlade Material\r\nStainless Steel', 15.92, NULL, NULL, 20.92, '10 Blades Electric Portable Blender 350ML Juicer Fruit Mixers USB Rechargeable Smoothie Juicer Cup Squeezer Juice Make-62035.jpeg', '10 Blades Electric Portable Blender 350ML Juicer Fruit Mixers USB Rechargeable Smoothie Juicer Cup Squeezer Juice Make-37023.jpeg', '10 Blades Electric Portable Blender 350ML Juicer Fruit Mixers USB Rechargeable Smoothie Juicer Cup Squeezer Juice Make-58840.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:29:43', '2024-02-20 00:29:43'),
(4969, 'Rage', 'hQB55ZaUF', 14, 'Rage 2 for PS4\r\n\r\nMODEL: 093155174078', 14.00, NULL, NULL, 59.99, 'Rage-54996.jpeg', 'Rage-97939.jpeg', 'Rage-31745.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-20 00:30:29', '2024-02-20 00:30:29'),
(4970, 'Mysa Smart Thermostat for Air Conditioners and Mini-Splits - White', 'kwl4danib', 13, 'What\'s included:\r\n\r\nMysa Smart Controller\r\nWelcome Card\r\nStand\r\nUSB Cord with Velcro Strap\r\nUSB Adapter\r\n4 x Command Strips\r\n2 Adhesive Clips (in Biodegradable Bag)\r\nSmart, Straightforward Cooling\r\n\r\nIncludes Mysa Smart Controller, a welcome card, a stand, a USB cord with hook-and-loop fastener strap, USB adapter, 4 adhesive mounting strips, 2 adhesive clips (in a biodegradable bag) and no hub is required\r\nReplaces remotes with displays for most window, ductless mini-split heat pump, and portable air conditioners\r\nWi-Fi and optional NFC connectivity are simple to setup and does not require any additional hubs or accessories\r\nGoogle Assistant, Amazon Alexa, and Apple HomeKit compatibility ensure that your whole smart home setup works together\r\nMysa mobile app lets you control your air conditioner remotely, adjust the temperature, and more', 138.68, NULL, NULL, 190.99, 'Mysa Smart Thermostat for Air Conditioners and Mini-Splits - White-23458.jpeg', 'Mysa Smart Thermostat for Air Conditioners and Mini-Splits - White-56162.jpeg', 'Mysa Smart Thermostat for Air Conditioners and Mini-Splits - White-45902.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:32:17', '2024-02-20 00:32:17'),
(4971, 'A.deitiy thin band made with recycled sterling silver, and silver plating', '46hV8SU3x', 11, 'The band’s textured design adds a touch of character and individuality, making it a truly remarkable piece. With every touch, you feel the craftsmanship come to life, as the textured surface dances beneath your fingertips, inviting exploration and admiration. The textured surface of the band adds a unique character to your jewelry collection, exuding a sense of rugged elegance and timeless style. The intricate patterns, reminiscent of ancient art forms, captivate the eye and invite closer inspection, revealing the impeccable attention to detail. Details:- Recycled sterling silver Silver plating Silver Wt: 1.02 g', 64.00, NULL, NULL, 74.00, 'A.deitiy thin band made with recycled sterling silver, and silver plating-78358.jpeg', 'A.deitiy thin band made with recycled sterling silver, and silver plating-31988.jpeg', 'A.deitiy thin band made with recycled sterling silver, and silver plating-32774.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-20 00:32:36', '2024-02-20 00:32:36'),
(4972, 'MIUI Hand Immersion Blender 1000W Powerful 4-in-1,Stainless Steel Stick Food Mixer,700ml Mixing Beaker,500ml Processor,Whisk', 'RYX7rB8vv', 12, 'Blending Arm Material\r\nStainless Steel\r\nChopper Material\r\nStainless Steel\r\nNumber of Pieces\r\n1\r\nStyle\r\nHandheld', 40.09, NULL, NULL, 47.09, 'MIUI Hand Immersion Blender 1000W Powerful 4-in-1,Stainless Steel Stick Food Mixer,700ml Mixing Beaker,500ml Processor,Whisk-58903.jpeg', 'MIUI Hand Immersion Blender 1000W Powerful 4-in-1,Stainless Steel Stick Food Mixer,700ml Mixing Beaker,500ml Processor,Whisk-85151.jpeg', 'MIUI Hand Immersion Blender 1000W Powerful 4-in-1,Stainless Steel Stick Food Mixer,700ml Mixing Beaker,500ml Processor,Whisk-20095.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:33:29', '2024-02-20 00:33:29'),
(4973, 'NHL 18', 'RA4tHD1ve', 14, 'NHL 18 for PS4\r\n\r\nMODEL: 014633369991', 18.99, NULL, NULL, 29.99, 'NHL 18-12440.jpeg', 'NHL 18-98524.jpeg', 'NHL 18-23662.jpeg', 'Video games', 4.5, NULL, 1, '2024-02-20 00:35:26', '2024-02-20 00:35:26'),
(4974, 'Late Edwardian/ Early Art Deco Marquise Cut Diamond Engagement Ring', 'HGGB4ciEM', 11, 'This sweet late Edwardian/early Art Deco ring centers on a sparkling 1.17 carat marquise diamond framed in twinkling single-cut diamonds artfully embellished with delicate piercing and hand-engraved details, finished with crisp millegrain edges. Currently a ring size 6.5    Diamonds: marquise estimated 1.17 ct (12.54 x 5.98 x 2.77 mm) SI2 - I1 range in clarity with J-K range in color. Please note there is a small chip at the tip of the marquise that can be seen with a 10X. Estimated .33 total carats in accent diamonds. SI1 - SI2 range in clarity with H-I range in color. Single-cuts have light facet wear.   Weight: 4.4 grams', 10300.00, NULL, NULL, 10480.95, 'Late Edwardian/ Early Art Deco Marquise Cut Diamond Engagement Ring-69975.jpeg', 'Late Edwardian/ Early Art Deco Marquise Cut Diamond Engagement Ring-67149.jpeg', 'Late Edwardian/ Early Art Deco Marquise Cut Diamond Engagement Ring-42274.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-20 00:36:09', '2024-02-20 00:36:09'),
(4975, 'Portable Mini Sewing Machines Needlework Cordless Hand-Held Clothes Useful Portable Sewing Machines Handwork Tools Accessories', 'JNLaZiHSQ', 12, 'Condition\r\nNew\r\nOverall Dimensions\r\n20.5cm*6.7cm*3.2cm\r\nMax. Sewing Thickness\r\n1.8MM\r\nModel Number\r\n4 x AA battery(not include)', 5.03, NULL, NULL, 7.03, 'Portable Mini Sewing Machines Needlework Cordless Hand-Held Clothes Useful Portable Sewing Machines Handwork Tools Accessories-21869.jpeg', 'Portable Mini Sewing Machines Needlework Cordless Hand-Held Clothes Useful Portable Sewing Machines Handwork Tools Accessories-17432.jpeg', 'Portable Mini Sewing Machines Needlework Cordless Hand-Held Clothes Useful Portable Sewing Machines Handwork Tools Accessories-16019.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:38:15', '2024-02-20 00:38:15'),
(4976, 'Redroad V17 Handheld Vacuum Cleaner Home Household Wireless Sweep 155AW 26500PA Strong Cyclone Suction 450W Double Brush', 'qmCpirgNt', 13, 'What\'s included:\r\n\r\n1*Main Motor, 1*Wall Mount, 1*Metal Extension Tube, 1*Dual Motoriezd Roller Brush, 1*Bottom Hose, Hose, 1*Dusting Brush, 1*Roller Brush, 1*Electric Mite Removal Brush Head, 1*Crevice Nozzle, 1*Wide Nozzle, 1*Power Adapter\r\n* New Generation design, Interpreting future cleaning technology.\r\n\r\nDual Motorized roller brush Deep clean the floor.\r\n\r\n* 155AW Rated Power Enjoy cleaning in with Super Suction.\r\n\r\n26,500Pa Suction Power, 450W Rated Power, 120,000/m Motor rotate speed.\r\n\r\n* Five filtration, Avoid secondary pollution by flying dust.\r\n\r\nPatients with allergic rhinitis do not need to worry about to use.\r\n\r\n* Color LCD Screen | One button lock. Support 13 Different Language.\r\n\r\nPower Display, Machine state, Fault alert Consumable replacement reminder\r\n\r\n* 2500mAh Large capacity battery.\r\n\r\nNo problem in using up to 60 mins cleaning（In ECO mode）.\r\n\r\n* Easy cleaning brush, Stored under the dust cup.\r\n\r\nEasy Get, Easy Use. Dust cup and the filiter can also be washed.\r\n\r\n* Dust Refracting lamp\r\n\r\nTo detect and clean the dust on the floor quickly the Dust Refracting Lamp are place before the Dual-roller brush\r\n\r\n* Multifunctional Brush\r\n\r\nWith the easy folding duct (will including with V17 package), will able you to clean easily under the coach, cabinet and bed.', 200.00, NULL, NULL, 287.99, 'Redroad V17 Handheld Vacuum Cleaner Home Household Wireless Sweep 155AW 26500PA Strong Cyclone Suction 450W Double Brush-34357.jpeg', 'Redroad V17 Handheld Vacuum Cleaner Home Household Wireless Sweep 155AW 26500PA Strong Cyclone Suction 450W Double Brush-43488.jpeg', 'Redroad V17 Handheld Vacuum Cleaner Home Household Wireless Sweep 155AW 26500PA Strong Cyclone Suction 450W Double Brush-66407.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 00:38:52', '2024-02-20 00:38:52'),
(4977, 'Dragon Age Inquisition', 'SP90tI5yE', 14, 'Dragon Age Inquisition for Xbox 360\r\n\r\nMODEL: 014633729368', 4.99, NULL, NULL, 19.99, 'Dragon Age Inquisition-94051.jpeg', 'Dragon Age Inquisition-26399.jpeg', 'Dragon Age Inquisition-26762.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-20 00:39:49', '2024-02-20 00:39:49'),
(4978, 'Cartier Love Bracelet in 18k White Gold', '4LJXSklf3', 11, 'Old style, screws come out completely. Comes with Cartier Pouch as pictured. Retails at $7900 ​ ​Item Specifications:  Brand: Cartier  Style: Cartier Love Bracelet  Metal: 18K White Gold  Size: 19 ​ ​Width: 6mm  Weight: 36.1 grams', 5595.00, NULL, NULL, 5790.05, 'Cartier Love Bracelet in 18k White Gold-39086.jpeg', 'Cartier Love Bracelet in 18k White Gold-55687.jpeg', 'Cartier Love Bracelet in 18k White Gold-75231.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-20 00:40:24', '2024-02-20 00:40:24'),
(4979, 'Portable Handheld Sewing Machine Mini Stitch Sew Needlework Cordless Clothes Fabrics Electric Sewing Machine', 'aBYNzm4mG', 12, 'Compact and Portable :This mini sewing machine is designed to be compact and portable, making it easy to take with you wherever you go. It\'s perfect for quick repairs or on-the-go creativity.\r\n\r\n• Electric Powered :Operated by electricity, this sewing machine offers a smooth and efficient sewing experience. No more struggling with manual threading or tedious hand cranking.\r\n\r\n• Versatile Stitch Formation :With its overlock stitch formation, this mini sewing machine is capable of a variety of stitches, including straight, zig-zag, and more. This versatility allows you to create a range of sewing projects.\r\n\r\n• Cordless Design :The cordless design of this sewing machine gives you freedom of movement and eliminates the risk of tangled cords. It\'s perfect for sewing in small spaces or on the go.\r\n\r\n• Durable Construction :Originating from Mainland China, this mini sewing machine is built to last. Its durable construction ensures it can withstand regular use and travel.\r\n\r\n• Ideal for DIY Projects :Whether you\'re repairing clothes, creating crafts, or working on a DIY project, this mini sewing machine is an ideal choice. Its compact size and user-friendly design make it suitable for beginners and experienced sewers alike.\r\n\r\n\r\n\r\nFeatures:\r\nLow noise, not disturb, compact and convenient.\r\nOne-handed operation, easy to operate.\r\nTwo kinds of power supply, battery power supply, adapter charging power supply\r\nSmall and convenient.easy to use\r\nNeedle screw. Adjust the length of the needle.\r\nCrimping film. Adjust the tightness of the needle.\r\nPressure board. Fix the position of clothes to prevent deviation and skipped stitches.\r\n\r\nInstructions for use:\r\n1. Install 4 AA batteries\r\n2. Standby: Hold the base of the machine with the four fingers of your right hand, place your thumb naturally on the cover of the machine, and hold the machine steadily.\r\n3. Threading: Follow the instructions in the detailed diagram of the product description.\r\n4. Place the fabric: Use your right index finger to lift the pressure plate, place the fabric to be sewn flatly under the pressure plate, and gently return the pressure plate to press the fabric.\r\n5. Sewing operation: Hold the fabric with your left hand, press down gently and quickly with the thumb of your right hand, and the cloth feeding mechanism will automatically send the material to be sewn out to the left. Gradually move the right hand holding the machine to the right, and hold the cloth with your left hand and gently sew the material to the sewing rhythm. The object moves to the left until the sewing ends\r\n6. This machine can automatically feed fabric and adjust the tightness between stitches.\r\n7. Change the thread ball: If you change to a larger thread ball, you can connect the spare extension rod to the spool shaft and insert the large thread ball. Then re-thread the thread, adjust the tightness of the thread and then sew. 8. Needle change: loosen Open the fixing screw, take out the broken needle, and install a new needle.\r\n\r\n\r\n\r\nPackage included:\r\n1*1pc sewing machine 1*2pc bobbins 1*1pc Long line pole 1*1pc Needle 1*1pc Needle threader\r\n(The color of the given accessories is random and not fixed.)', 4.53, NULL, NULL, 6.53, 'Portable Handheld Sewing Machine Mini Stitch Sew Needlework Cordless Clothes Fabrics Electric Sewing Machine-91082.jpeg', 'Portable Handheld Sewing Machine Mini Stitch Sew Needlework Cordless Clothes Fabrics Electric Sewing Machine-60677.jpeg', 'Portable Handheld Sewing Machine Mini Stitch Sew Needlework Cordless Clothes Fabrics Electric Sewing Machine-14394.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:43:18', '2024-02-20 00:43:18'),
(4980, 'MLB 09 The Show', '5TdIWmi27', 14, 'MLB 09: The Show for PSP\r\n\r\nMODEL: 711719873020', 4.99, NULL, NULL, 29.99, 'MLB 09 The Show-13510.jpeg', 'MLB 09 The Show-61005.jpeg', 'MLB 09 The Show-22345.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-20 00:43:31', '2024-02-20 00:43:31'),
(4981, 'David Webb Platinum & 18K Yellow Gold Double Monkey Bracelet', 'TuQvHMFfB', 11, 'Indulge in the whimsical charm of the David Webb Repoussé Monkey Cuff, a masterfully crafted piece in 18K Yellow Gold that captures the playful spirit of two monkeys holding hands.  **Key Features:**  1. **Material:** - Meticulously crafted in 18K yellow gold, the cuff exhibits a luxurious and enduring appeal.  2. **Repoussé Monkey Design:** - The cuff showcases a repoussé design featuring two monkeys holding hands, evoking a sense of camaraderie and playfulness.  3. **Ruby Eyes:** - The eyes of the monkeys are adorned with rubies, infusing the piece with a touch of vibrant color and elegance.  4. **Gold Weight:** - Weighing 94.7 grams, the substantial gold weight adds to the overall opulence and quality of the cuff.  5. **Circumference:** - With a circumference of 6.5 inches, the cuff is designed to encircle the wrist comfortably, creating a statement piece that draws attention.  Adorn your wrist with the enchanting David Webb Repoussé Monkey Cuff, where the fusion of gold, artistry, and symbolism creates a timeless piece that transcends trends and captures the essence of playful elegance.', 49500.00, NULL, NULL, 50000.99, 'David Webb Platinum & 18K Yellow Gold Double Monkey Bracelet-37681.jpeg', 'David Webb Platinum & 18K Yellow Gold Double Monkey Bracelet-15590.jpeg', 'David Webb Platinum & 18K Yellow Gold Double Monkey Bracelet-57236.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-20 00:44:29', '2024-02-20 00:44:29'),
(4982, 'TUTT V69 | Metal Case| Men Military Smart Watch HD 1.85\'\' Large Round Screen 710mah Battery Pedometer Sleep Monitoring Sport Activity Outdoor Rugged SmartWatch Three (3) Straps', 'yybwBjuoX', 13, 'Smartwatch With Black Military Straps - User Manual - Magnetic Charging Cable- Extra Military Straps Green- Extra Black Metal Straps- Screen Protector\r\n1. **HD 1.85\'\' Round Big Screen:**\r\n\r\n- The smartwatch boasts a high-definition 1.85-inch round display, providing a visually immersive experience.\r\n\r\n- The round screen design enhances readability and contributes to an aesthetically pleasing watch face.\r\n\r\n2. **Comprehensive Health Tracking:**\r\n\r\n- Track your health comprehensively with features like heart rate monitoring, providing real-time insights into your cardiovascular health.\r\n\r\n- Blood Oxygen monitoring adds an extra layer of health data, allowing you to stay informed about your overall well-being.\r\n\r\n- Sleep pattern analysis ensures you understand and improve your sleep quality.\r\n\r\n- Calorie calculation assists in managing your fitness and nutritional goals.\r\n\r\n3. **Various Sport and Activity Modes:**\r\n\r\n- Tailor your fitness routine with the smartwatch\'s multiple sport and activity modes, accurately tracking steps, mileage, and other exercise metrics.', 85.00, NULL, NULL, 106.99, 'TUTT V69 | Metal Case| Men Military Smart Watch HD 1.85\'\' Large Round Screen 710mah Battery Pedometer Sleep Monitoring Sport Activity Outdoor Rugged SmartWatch Three (3) Straps-25342.jpeg', 'TUTT V69 | Metal Case| Men Military Smart Watch HD 1.85\'\' Large Round Screen 710mah Battery Pedometer Sleep Monitoring Sport Activity Outdoor Rugged SmartWatch Three (3) Straps-53520.jpeg', 'TUTT V69 | Metal Case| Men Military Smart Watch HD 1.85\'\' Large Round Screen 710mah Battery Pedometer Sleep Monitoring Sport Activity Outdoor Rugged SmartWatch Three (3) Straps-12469.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-20 00:46:29', '2024-02-20 00:46:29'),
(4983, 'Home Handheld Sewing Machine Protable Outdoor Travel Clothes Fabrics DIY Stitchin Sew Tool Mini Manual Stitch Needlework Machine', 'C9mP6rMXR', 12, 'Compact and Portable :This mini sewing machine is designed for easy portability, perfect for travel or outdoor use. Its compact size makes it an ideal tool for DIY stitching and needlework.\r\n\r\n• Manual Feed Mechanism :The manual feed mechanism of this sewing machine allows for precise control over the fabric, ensuring smooth and efficient sewing every time.\r\n\r\n• Lock Stitch Formation :The lock stitch formation feature ensures durable and long-lasting stitches, enhancing the overall quality of your sewing projects.\r\n\r\n• Mechanical Configuration – Flat-Bed :The flat-bed mechanical configuration of this sewing machine provides a large workspace, making it suitable for various sewing tasks.\r\n\r\n• Origin – Mainland China :Originating from Mainland China, this sewing machine reflects high-quality craftsmanship and reliable performance.\r\n\r\n• Type – Mini Sewing Machine :As a mini sewing machine, it offers all the essential functions of a full-size machine in a more compact and convenient package.\r\n\r\n\r\n\r\nSpecifications:\r\nCommodity material: PP+iron art\r\nProduct color: red,blue,white\r\nName: Mini Sewing Machine\r\nSize: 11*7*4cm\r\n\r\nFeature\r\n• Portable and Compact :The mini size of this sewing machine makes it easy to carry around, perfect for outdoor activities or travel.\r\n• Manual Feed Mechanism :The manual feed mechanism allows for precise control over the fabric, ensuring a professional finish to your sewing projects.\r\n• Lock Stitch Formation :The lock stitch formation ensures that your seams are strong and durable, making it ideal for sewing fabrics that require extra strength.\r\n• DIY Stitchin Sew Tool :With this sewing machine, you can create your own unique designs and patterns on your fabrics, making it a great tool for DIY enthusiasts.', 11.48, NULL, NULL, 16.48, 'Home Handheld Sewing Machine Protable Outdoor Travel Clothes Fabrics DIY Stitchin Sew Tool Mini Manual Stitch Needlework Machine-53385.jpeg', 'Home Handheld Sewing Machine Protable Outdoor Travel Clothes Fabrics DIY Stitchin Sew Tool Mini Manual Stitch Needlework Machine-52853.jpeg', 'Home Handheld Sewing Machine Protable Outdoor Travel Clothes Fabrics DIY Stitchin Sew Tool Mini Manual Stitch Needlework Machine-15066.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-20 00:47:36', '2024-02-20 00:47:36'),
(4984, 'Tiffany & Co. T Wide Wire Rose Gold Bracelet', 'bp1iFbuZX', 11, 'This bracelet \"T\" motif embodies an elegant aesthetic. With its simple design, this bracelet can be worn day or night. Whether you\'re dressing up or down, this bracelet is a must-have accessory.  Specifications: Material- 18k gold  Size: Medium', 3150.00, NULL, NULL, 3350.00, 'Tiffany & Co. T Wide Wire Rose Gold Bracelet-35607.jpeg', 'Tiffany & Co. T Wide Wire Rose Gold Bracelet-93517.jpeg', 'Tiffany & Co. T Wide Wire Rose Gold Bracelet-34982.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-20 00:48:22', '2024-02-20 00:48:22'),
(4985, 'Gymax 6FT Kids Recreational Trampoline W/Swing Safety Enclosure Indoor/Outdoor', 'I4RHZcFWX', 13, 'Enjoy a carefree childhood outdoors with this kids trampoline! Combining trampoline and swing as one, this kids toy set offers a choice for your child to jump or swing. If your kid want to jump, the high density jumping cloth with 40 premium springs provides a excellent bouncing experience. And the U-shaped galvanized steel frame is study enough to support your child (220 lbs for trampoline and 110 lbs for swing). Meanwhile, the soft foam cushion and upper pipes with foam padded keep your kid safe.', 300.00, NULL, NULL, 559.89, 'Gymax 6FT Kids Recreational Trampoline W/Swing Safety Enclosure Indoor/Outdoor-88461.jpeg', 'Gymax 6FT Kids Recreational Trampoline W/Swing Safety Enclosure Indoor/Outdoor-48988.jpeg', 'Gymax 6FT Kids Recreational Trampoline W/Swing Safety Enclosure Indoor/Outdoor-17594.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-20 00:50:45', '2024-02-20 00:50:45'),
(4986, 'Ants in the Pants', 'DQCXPKCmq', 14, 'Ants in the Pants Board Game Toy for Kids and Family Ages 3 and up, 2-4 Players', 10.98, NULL, NULL, 28.99, 'Ants in the Pants-31669.jpeg', 'Ants in the Pants-93528.jpeg', 'Ants in the Pants-82513.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-20 00:52:04', '2024-02-20 00:52:04');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(4987, 'Bvlgari Serpenti Two-coil White Gold Diamond Bracelet 357274', 'gsl8JQYJ6', 11, 'the Bvlgari Serpenti Two-coil White Gold Diamond Bracelet 357274 is absolutely exquisite! This stunning piece of jewelry showcases the iconic Serpenti design, with a sleek white gold coil and dazzling diamonds. It\'s a true statement piece that will add elegance and sophistication to any wrist. You\'ll definitely be turning heads with this beautiful bracelet.', 63000.00, NULL, NULL, 63800.99, 'Bvlgari Serpenti Two-coil White Gold Diamond Bracelet 357274-87816.jpeg', 'Bvlgari Serpenti Two-coil White Gold Diamond Bracelet 357274-44745.jpeg', 'Bvlgari Serpenti Two-coil White Gold Diamond Bracelet 357274-77305.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-20 00:54:16', '2024-02-20 00:54:16'),
(4988, 'axGear Trampoline 40 Inch Indoor / Outdoor Home Fitness Exercise Foldable Rebounder', 'ymPOE43m9', 13, '40 Inch Trampoline with Handrail Indoor Outdoor Portable\r\n\r\nWhether you want to get a workout in or simply want to jump, the 40 Inch Indoor Outdoor Fitness Trampoline has got you covered.\r\n\r\nThis fitness trampoline is a great way for anyone alike to get into shape. With a padded frame cover that provides a safer jumping surface, you can use this elastic sports trampoline indoors or outdoors. The jumping mat is made of heavy-duty polypropylene for safe and sustained bouncing and elasticity.\r\n\r\nThe padded handrail is easy to grip and hold on to for stability while jumping. With a sturdy steel rust-proof powder-coated frame, you can use this trampoline year after year. When you\'re not using the trampoline, easily fold it and store it in the included kit bag to save space. This fitness trampoline fits in small spaces and is the perfect addition to your at-home playground or gym.', 75.99, NULL, NULL, 113.00, 'axGear Trampoline 40 Inch Indoor / Outdoor Home Fitness Exercise Foldable Rebounder-33662.jpeg', 'axGear Trampoline 40 Inch Indoor / Outdoor Home Fitness Exercise Foldable Rebounder-25191.jpeg', 'axGear Trampoline 40 Inch Indoor / Outdoor Home Fitness Exercise Foldable Rebounder-86972.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-20 00:55:20', '2024-02-20 00:55:20'),
(4989, 'Desktop Basketball', 'k2szpMfSm', 14, 'Desktop Basketball Shooting Game Toys Interactive Table Battle Toy Board Party Games Toys for Kids Boys Girls Cognitive Toys', 7.99, NULL, NULL, 13.52, 'Desktop Basketball-26332.jpeg', 'Desktop Basketball-92168.jpeg', 'Desktop Basketball-85013.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-20 00:56:13', '2024-02-20 00:56:13'),
(4990, 'Troy-Bilt Wood Chipper/Shredder Tow Bar Kit — For Item#s 46970 and 46971, Model# 290-010-000', 'jlUv0IRjM', 11, 'Use the Troy-Bilt Wood Chipper/Shredder Tow Bar Kit to tow Troy-Bilt Chipper/Shredders behind lawn tractors or ATVs with pin hitch. Works with Troy-Bilt Chipper/Shredder Item#s 46970 and 46971. Easy to install and remove for storage.\r\nWhat\'s Included\r\n\r\n (1) Tow bar base\r\n (1) Tow bar tongue\r\n (1) Hardware kit\r\nFeatures + Benefits\r\n\r\nUse to tow Troy-Bilt Wood Chipper/Shredders behind lawn tractors or ATVs with pin hitch\r\nWorks with Troy-Bilt Chipper/Shredder Item#s 46970 and 46971\r\nEasy to install and remove for storage', 84.47, NULL, NULL, 87.99, 'Troy-Bilt Wood Chipper/Shredder Tow Bar Kit — For Item#s 46970 and 46971, Model# 290-010-000-91878.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-20 00:59:39', '2024-02-20 00:59:39'),
(4991, 'TREBLAB HD77 Ultra Premium Bluetooth Speaker, Loud 360° HD Surround Sound, Wireless Dual Pairing, 25W Stereo, Loud Bass, 20H Battery, IPX6 Waterproof, Sports Outdoor, Portable', 'M6g0VDefH', 13, 'OUTDOOR SPORTS SPEAKER - The TREBLAB HD77 is an outdoor speaker that allows you to take your music with you anywhere you go. Use freestanding or attach to a backpack with the strap and carabiner..\r\n\r\n- SHOCKPROOF AND WEATHER-RESISTANT - Water-resistant with IPX6 technology to protect from light rain and accidental splashes. Shockproof with rubber feet to protect from falls, knocks and drops.\r\n\r\n- POWERFUL SOUND - Comes with 25W stereo sound and DualBass™ technology for strong, pure sound. TWS means you can connect two speakers to play together. Noise-cancelling technology means you can hear the music clearly over wind and background noise.', 165.30, NULL, NULL, 195.00, 'TREBLAB HD77 Ultra Premium Bluetooth Speaker, Loud 360° HD Surround Sound, Wireless Dual Pairing, 25W Stereo, Loud Bass, 20H Battery, IPX6 Waterproof, Sports Outdoor, Portable-37928.jpeg', 'TREBLAB HD77 Ultra Premium Bluetooth Speaker, Loud 360° HD Surround Sound, Wireless Dual Pairing, 25W Stereo, Loud Bass, 20H Battery, IPX6 Waterproof, Sports Outdoor, Portable-24521.jpeg', 'TREBLAB HD77 Ultra Premium Bluetooth Speaker, Loud 360° HD Surround Sound, Wireless Dual Pairing, 25W Stereo, Loud Bass, 20H Battery, IPX6 Waterproof, Sports Outdoor, Portable-14785.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-20 01:00:27', '2024-02-20 01:00:27'),
(4992, 'Kanoodle Head-to-Head Puzzle', '4T8pFt4ij', 14, 'Educational Insights Kanoodle Head-to-Head Puzzle Game for 2, Easter Basket Stuffer for Boys and Girls, Kids, Teens & Adults, Featuring 80 Challenges, Ages 7+', 11.97, NULL, NULL, 17.39, 'Kanoodle Head-to-Head Puzzle-95119.jpeg', 'Kanoodle Head-to-Head Puzzle-41431.jpeg', 'Kanoodle Head-to-Head Puzzle-77803.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-20 01:01:48', '2024-02-20 01:01:48'),
(4993, 'NorthStar Stump Grinder — 390cc Honda GX390 Engine', 'QCW70Huvr', 11, 'Powerful and dependable Honda GX390 engine\r\nGrinds stumps 20in. above grade or 16in. below grade\r\n14in. dia. x 3/8in. thick cutting wheel with 8 long life carbide-tipped teeth\r\nNoram® 1800 series centrifugal clutch for maximum torque efficiency and less slip and greater operating range\r\nHeavy-duty Gates® banded belt reduces vibration, prevents rollover and ensures equal tension\r\nReplaceable shoes and springs\r\nEasily maneuvers through narrow paths, walkways and gates\r\n Large 15 x 4.80 x 8 tires roll over all terrain, including wood chips, and allow the unit to be towed\r\nReplaceable shoes and springs', 4323.99, NULL, NULL, 4699.99, 'NorthStar Stump Grinder — 390cc Honda GX390 Engine-10979.jpeg', 'NorthStar Stump Grinder — 390cc Honda GX390 Engine-54714.jpeg', 'NorthStar Stump Grinder — 390cc Honda GX390 Engine-69228.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-20 01:05:34', '2024-02-20 01:05:34'),
(4994, 'Color Match', 'c89V1rv0Q', 14, 'Color Match Toy 1PC Code Game Toy Wonderful Foresight Game Toy Funny Solution Password Toy Parent-child Interaction Toy Early Educational Desktop Game Toy for Home Playing Black', 19.99, NULL, NULL, 26.99, 'Color Match-37745.jpeg', 'Color Match-32164.jpeg', 'Color Match-18044.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-20 01:06:10', '2024-02-20 01:06:10'),
(4995, 'Soozier 9.6-11.5FT Height Adjustable Basketball Hoop with Backboard and Weighted Base, Outdoor Portable Basketball Stand on Wheels, for Youth, Junior, Adult, 115.4\"-137.8\"', '1hXI2VA3q', 13, 'Experience the joy of shooting hoops with the Soozier portable basketball goal. An adjustable height caters to all ages. The sturdy steel frame, high-strength PC backboard, and durable net offer durability and long-lasting performance. The base can be filled with water or sand for stability. With wheels at the bottom, you can easily move the stand. Whether playing solo or with others, the satisfying swooshing sound of the ball passing through the basketball net will enhance your experience.', 300.28, NULL, NULL, 499.00, 'Soozier 9.6-11.5FT Height Adjustable Basketball Hoop with Backboard and Weighted Base, Outdoor Portable Basketball Stand on Wheels, for Youth, Junior, Adult, 115.4\"-137.8\"-38727.jpeg', 'Soozier 9.6-11.5FT Height Adjustable Basketball Hoop with Backboard and Weighted Base, Outdoor Portable Basketball Stand on Wheels, for Youth, Junior, Adult, 115.4\"-137.8\"-75332.jpeg', 'Soozier 9.6-11.5FT Height Adjustable Basketball Hoop with Backboard and Weighted Base, Outdoor Portable Basketball Stand on Wheels, for Youth, Junior, Adult, 115.4\"-137.8\"-11982.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-20 01:07:54', '2024-02-20 01:07:54'),
(4996, 'Chess Xo Puzzle', 'zJigx5a2F', 14, '4 Sets Children’s Toys Childrens Tabletop Board Game Family Chess Xo Puzzle', 9.99, NULL, NULL, 12.88, 'Chess Xo Puzzle-51506.jpeg', 'Chess Xo Puzzle-28622.jpeg', 'Chess Xo Puzzle-23426.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-20 01:10:27', '2024-02-20 01:10:27'),
(4997, 'Strongway ATV Drag Harrow — 60in.L x 48in.W', 'EKLCbZRHI', 11, 'The Strongway™ ATV Drag Harrow quickly and easily attaches to your ATV or lawn tractor for pull-behind preparation of seed beds or lawns before or after planting. 5ft.L x 4ft.W.\r\nWhat\'s Included\r\n\r\n(1) Drag harrow\r\nFeatures + Benefits\r\n\r\nGalvanized mesh drag harrow is great for leveling playing fields\r\nMade of durable steel with a rust-resistant, powder-coat finish for long life\r\nUniversal tow chain-style hitch quickly and easily attaches to your ATV or lawn tractor\r\nLightweight tow-behind design, no minimum HP required\r\nFront tray holds 8in. cement blocks for extra weight', 152.99, NULL, NULL, 169.99, 'Strongway ATV Drag Harrow — 60in.L x 48in.W-50622.jpeg', 'Strongway ATV Drag Harrow — 60in.L x 48in.W-43631.jpeg', 'Strongway ATV Drag Harrow — 60in.L x 48in.W-54508.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-20 01:11:20', '2024-02-20 01:11:20'),
(4998, '5 core High Power Megaphone 40W Peak Loud Siren Noise Maker Professional Bullhorn Speaker PA System w LED Flashlight Recording USB SD Card Adjustable Volume for Sports Events', 'vFf6TwAWW', 13, 'Voice Mode: The megaphone speaker has two audio modes. The voice mode is designed to amplify a voice or sound spoken into the microphone, and the amplified voice gives reachability. Another mode is the siren mode, which helps to attract attention in seconds.Multipurpose: The mega phone speaker is versatile and has been used by indoor and outdoor fire officers, mentors, police, firefighters, cheerleaders, schools, sports organizations, event organizers, and directors for various purposes.Versatile: The portable mega phone speaker is lightweight, fitted with a convenient carrying strap, and operated with batteries. It is the perfect device to bring along to your next special event. Also the powerful light makes it well suited to be used in the dark.High-power PA sound: The bull horn loud speaker has a high-powered PA sound with an amazing and wide sound projection range of up to 1000 yards. It also features an adjustable volume control for noise management during different situations.Compact and portable: The megafono bullhorns are compact and highly portable. It also has a convenient quick folding handle, making it easy to transport while on the go.', 115.00, NULL, NULL, 128.00, '5 core High Power Megaphone 40W Peak Loud Siren Noise Maker Professional Bullhorn Speaker PA System w LED Flashlight Recording USB SD Card Adjustable Volume for Sports Events-10150.jpeg', '5 core High Power Megaphone 40W Peak Loud Siren Noise Maker Professional Bullhorn Speaker PA System w LED Flashlight Recording USB SD Card Adjustable Volume for Sports Events-12110.jpeg', '5 core High Power Megaphone 40W Peak Loud Siren Noise Maker Professional Bullhorn Speaker PA System w LED Flashlight Recording USB SD Card Adjustable Volume for Sports Events-82332.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-20 01:13:20', '2024-02-20 01:13:20'),
(4999, 'Teacup Pile-up', '2vlKHuuyf', 14, 'Educational Insights Teacup Pile-up! Kid\'s Easter basket Stuffer, Relay preschool game boys & girls ages 4+', 18.98, NULL, NULL, 23.01, 'Teacup Pile-up-81111.jpeg', 'Teacup Pile-up-45683.jpeg', 'Teacup Pile-up-84686.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-20 01:14:15', '2024-02-20 01:14:15'),
(5000, 'Barbie - The Movie 11.5\" Ken Doll in Denim Doll', '9gm3eDFr5', 13, 'Product Name\r\nThe Movie 11.5\" Ken Doll in Denim Doll\r\nBrand\r\nBarbie\r\nRecommended Minimum Age\r\n3 years\r\nBrand/Character\r\nBarbie, Ken\r\nModel Number\r\nHRF27\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\nNot Applicable\r\nManufacturer\'s Warranty - Labor\r\nNot Applicable\r\nOther\r\n\r\nItem(s) Included\r\n1 Ken doll with 1 doll stand.\r\nCare And Cleaning Instructions\r\nMild soap and water\r\nArticulation\r\nArticulated\r\nFreestanding\r\nNo\r\nCollectible\r\nYes\r\nHair Color\r\nBlonde\r\nDoll Gender\r\nMale\r\nDoll Height\r\n11.5 inches\r\nUPC\r\n194735174539', 20.00, NULL, NULL, 30.00, 'Barbie - The Movie 11.5\" Ken Doll in Denim Doll-76217.jpeg', 'Barbie - The Movie 11.5\" Ken Doll in Denim Doll-54179.jpeg', 'Barbie - The Movie 11.5\" Ken Doll in Denim Doll-70729.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-20 01:16:10', '2024-02-20 01:16:10'),
(5001, '122000-300-060-14 Onyx MoveVent Curve Paddle Sports Life Vest - XL-2XL', 'BWC5GUMQ4', 13, 'MoveVent Curve Vest - Size: X-Large/2X-Large Weight: 90 lbs. and over Chest Size: 44\" - 56\". MoveVent - A vest that conforms to your body like a glove, yet its innovative vented channels help to keep you cool while paddling. Our NEW MoveVent series of paddle sports vests feature excellent mobility, sculpted foam designs that conform to your body, and mesh ventilation in the front and back to allow for maximum airflow. Look for the many features and benefits of the torsion, dynamic, and curve vests that make up our NEW MoveVent product line and accommodate all levels of paddling. .Soft, lightweight flotation foam. 200 denier nylon outer shell. Provides excellent mobility for recreational paddle sports (canoe, kayak, SUP). Ventilation in front and back to keep you cool. Mesh in lower back fits high back seats and sit-on-top kayaks. Sculpted and flexible design conforms to you and stays in place. Shoulder adjustments with neoprene comfort pads. Adjustable side belts. Strong, durable zipper closure. Zip assist loop at zipper base. * U.S. Coast Guard Approved Type III Life Jacket / Personal Flotation Device (PFD)', 91.56, NULL, NULL, 100.00, '122000-300-060-14 Onyx MoveVent Curve Paddle Sports Life Vest - XL-2XL-71909.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-20 01:16:30', '2024-02-20 01:16:30'),
(5002, 'Strongway Landscape Drag — 66in.W', 'ZlGws8Daj', 11, 'The Strongway™ Landscape Drag helps you make easy work of leveling a driveway, parking lot or other long, wide area. The unique frame design works well for finishing grades.\r\nWhat\'s Included\r\n\r\n(1) Landscape drag\r\nFeatures + Benefits\r\nSturdy support bars hold standard concrete blocks, allowing you to add up to 50 pounds of extra weight to minimize bouncing during use\r\nTows easily behind an ATV or lawn tractor (not included)\r\nPin-style hitch for quick and easy attachment\r\n82in.L x 68in.W x 4in.H overall size with a working width that covers 66in. (5 1/2ft.)\r\nDurable steel construction with a rust-resistant, powder-coat finish for long life', 169.99, NULL, NULL, 129.99, 'Strongway Landscape Drag — 66in.W-42591.jpeg', 'Strongway Landscape Drag — 66in.W-97975.jpeg', 'Strongway Landscape Drag — 66in.W-32503.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-20 01:17:02', '2024-02-20 01:17:02'),
(5003, 'Electronic Game', '1TcJtIzu8', 14, 'Bop It! Electronic Game', 10.99, NULL, NULL, 15.97, 'Electronic Game-49223.jpeg', 'Electronic Game-83013.jpeg', 'Electronic Game-21161.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-20 01:18:16', '2024-02-20 01:18:16'),
(5004, 'Barbie - Looks Signature Curly Red Hair 13\" Doll', 'KDHwEhmlU', 13, 'Brand\r\nBarbie\r\nRecommended Minimum Age\r\n3 years\r\nBrand/Character\r\nBarbie\r\nModel Number\r\nHJW80\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\nNone\r\nManufacturer\'s Warranty - Labor\r\nNone\r\nOther\r\n\r\nItem(s) Included\r\n1 doll, 1 outfit, 1 pair of shoes, 1 doll stand and 1 Certificate of Authenticity\r\nCare And Cleaning Instructions\r\nMild soap and water\r\nArticulation\r\nHighly articulated\r\nFreestanding\r\nNo\r\nCollectible\r\nYes\r\nHair Color\r\nRed\r\nDoll Gender\r\nFemale\r\nUPC\r\n194735096954', 19.00, NULL, NULL, 22.00, 'Barbie - Looks Signature Curly Red Hair 13\" Doll-21140.jpeg', 'Barbie - Looks Signature Curly Red Hair 13\" Doll-68131.jpeg', 'Barbie - Looks Signature Curly Red Hair 13\" Doll-43359.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-20 01:19:50', '2024-02-20 01:19:50'),
(5005, 'Just Scentsational, Cannabis Grower\'s Choice NPK 5-20-5 40lb box, Max. Coverage Area 20000 ft², Capacity 40 lb, Model# GSF-40BX', 'mOYnUaUBx', 11, 'Sunshine Harvest 5-20-5 fertilizer is a specialized fertilizer that provides a specific nutrient ratio for promoting plant growth and development. The numbers 5-20-5 represent the percentage of nitrogen (N), phosphorus (P), and potassium (K) in the fertilizer, respectively.', 34.99, NULL, NULL, 38.99, 'Just Scentsational, Cannabis Grower\'s Choice NPK 5-20-5 40lb box, Max. Coverage Area 20000 ft², Capacity 40 lb, Model# GSF-40BX-53842.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-20 01:20:17', '2024-02-20 01:20:17'),
(5006, 'Stacking Chairs', 'XrxO55Amk', 14, 'Toy Family Board Game Children Educational Toy Balance Stacking Chairs Office Game', 8.99, NULL, NULL, 17.15, 'Stacking Chairs-60670.jpeg', 'Stacking Chairs-70359.jpeg', 'Stacking Chairs-87970.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-20 01:22:52', '2024-02-20 01:22:52'),
(5007, 'Bare Ground, 16oz Fish Fertlizer , Max. Coverage Area 1000 ft², Capacity 1 lb, Model# TP-16', 'TMsl0B60K', 11, 'Just Scentsational’s Trident’s Pride is an all-natural cold pressed fish hydrolysate packed with vitamins, amino acids, microbes and enzymes and other nutrients that all soils and plants require for rapid, dynamic and optimal growth in place of chemical fertilizers. Cold pressing insures that the beneficial active agents are not killed off and that the fish odor is kept to an acceptable minimum. Trident\'s Pride builds a strong and healtier soil, promotes earthworm growth and improves the plants ability to absorb nutrients from the soil. Suggested use is 4-6oz per gallon of water. TPW-1Q includes 32oz in a mixing hose end sprayer makes 8 gallons. NPK 2-3-1\r\nBuilds Better Soil\r\nAll natural cold pressed fish hydrolysate\r\nCold pressing insures that the beneficial active agents are not killed off', 6.49, NULL, NULL, 8.59, 'Bare Ground, 16oz Fish Fertlizer , Max. Coverage Area 1000 ft², Capacity 1 lb, Model# TP-16-94692.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-20 01:23:46', '2024-02-20 01:23:46'),
(5008, 'Soozier Wall Mount Cable Station, 15 Positions Adjustable Dual Pulley Machine Cable Crossover Machine for Home Gym Model Number: A91-269V00BK', 'JcWcvDlkh', 13, 'Our back and arm workout equipment lets you target multiple muscle groups by changing the height of the dual pulley system; you can perform a wide range of bilateral and unilateral exercises to target every muscle group. Get the most out of upper body strength training by allocating gains to multiple groups with a simple adjustment. Designed with robust and load-bearing steel, Soozier smith machine gives you the workout you need to meet your goals.', 320.00, NULL, NULL, 499.00, 'Soozier Wall Mount Cable Station, 15 Positions Adjustable Dual Pulley Machine Cable Crossover Machine for Home Gym Model Number: A91-269V00BK-29968.jpeg', 'Soozier Wall Mount Cable Station, 15 Positions Adjustable Dual Pulley Machine Cable Crossover Machine for Home Gym Model Number: A91-269V00BK-10723.jpeg', 'Soozier Wall Mount Cable Station, 15 Positions Adjustable Dual Pulley Machine Cable Crossover Machine for Home Gym Model Number: A91-269V00BK-79457.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-20 01:26:34', '2024-02-20 01:26:34'),
(5009, 'Ortho GroundClear Weed & Grass Killer2 — 32-Oz. Bottle of Concentrate, Model# 4650306', 'x3qmvA5gC', 11, 'Ortho GroundClear Weed & Grass Killer2 in a 32-oz. bottle covers up to 600 sq. ft. with the active ingredient Ammonium Nonanoate: 40.0%. One pint of concentrate mixed with 7 pints of water treats up to 300 sq. ft. This herbicide is a powerful way to quickly clear weeds such as dandelions, chickweed, nutsedge and moss, plus unwanted grasses from patios, walkways, landscape beds, gardens and under trees. Results are achieved in just 15 minutes. This weed and grass killer acts on contact, and most weeds turn brown in only 2 hours. This insecticide is OMRI listed, so you can apply with confidence. People and pets may enter the treated areas after spray has dried; and you can plant new flowers, trees and shrubs in the treated areas once the application dries (upon drying). In a tank sprayer mix 1 pint of concentrate with 7 pints of water to treat up to 300 sq. ft. For hard to control perennial weeds or extremely dense weed growth, mix 1.2 pints (19.2 fl. oz.) of the product with 6.8 pints of water to treat up to 300 sq. ft. Difficult to control weeds may require more than one application for complete control.', 37.99, NULL, NULL, 40.99, 'Ortho GroundClear Weed & Grass Killer2 — 32-Oz. Bottle of Concentrate, Model# 4650306-70026.jpeg', NULL, NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-20 01:27:13', '2024-02-20 01:27:13'),
(5010, 'Summer Infant - Summer Deluxe SuperSeat Baby Beats - Multi', 'qrUDk45UF', 13, 'Help your little one rock the turntables in more ways than one with the Summer® Deluxe SuperSeat®! With 360° of musical fun, this 3-in-1 baby activity center features a rotating tray with interactive “instruments” and entertaining toys that are sure to keep your kiddo engaged. As a support positioner, activity seat, and booster, the Summer Deluxe SuperSeat is the ultimate baby seat that grows with your child from four months up to four years. \r\n\r\nSee less...\r\nFOUR MODES OF USE:\r\nThis versatile baby seat grows with your little one from the infant stage through toddlerhood, with options for play, meals, and more!\r\n\r\nINTERACTIVE TOYS:\r\nThe Summer Deluxe SuperSeat features seven fun baby musical instruments, including a removable interactive drum pad with lights and sounds, a microphone-shaped teether, a rotating symbol toy, two star spinners, and two overhead plush toys shaped like a guitar and a trumpet.\r\n\r\nROTATING TRAY:\r\nThis baby booster seat with tray rotates 360° with engaging toys on one side and space for cups and snacks on the other.\r\n\r\nEASY CARE:\r\nThe Summer Deluxe SuperSeat can be easily wiped clean with mild soap and a damp cloth.\r\n\r\nCOMFORTABLE & SECURE\r\nSoft foam inserts in this baby activity seat provide your child with the comfortable support they need at any stage, while a three-point safety harness keeps your little one secure.', 40.99, NULL, NULL, 48.99, 'Summer Infant - Summer Deluxe SuperSeat Baby Beats - Multi-89619.jpeg', 'Summer Infant - Summer Deluxe SuperSeat Baby Beats - Multi-68214.jpeg', 'Summer Infant - Summer Deluxe SuperSeat Baby Beats - Multi-17197.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-20 01:28:22', '2024-02-20 01:28:22'),
(5011, 'Teenage Mutant Ninja Turtles', 'XTqkSEVN3', 14, 'Teenage Mutant Ninja Turtles Leonardo Edition Game for Kids and Family Ages 8 and up', 9.99, NULL, NULL, 16.44, 'Teenage Mutant Ninja Turtles-88497.jpeg', 'Teenage Mutant Ninja Turtles-98795.jpeg', 'Teenage Mutant Ninja Turtles-47723.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-20 01:30:01', '2024-02-20 01:30:01'),
(5012, 'Just Scentsational, Brown Algae Extract w Natural SA Sprayer, Max. Coverage Area 32000 ft², Capacity 2.6 lb, Model# ANSW-1QHES', 'oW58B0GK2', 11, 'Trident\'s Pride brown algae soil enhancer with salicylic acid is a specialized product designed to improve soil health and promote plant growth. It contains brown algae extract, which serves as a rich source of organic matter and beneficial compounds for plants.\r\n\r\nFeatures + Benefits\r\nBrown algae extract helps improve soil structure, water retention, and nutrient availability.\r\nSalicylic acid activates plant defense mechanisms, increasing resistance to diseases, pests, and environmental stresses.\r\nIt promotes root development, nutrient uptake, and overall plant vigor.\r\nBrown algae with salicylic acid is suitable for various plants, including flowers, vegetables, and ornamental plants.\r\nIt can be used as a soil amendment or as a foliar spray for better plant health.', 15.99, NULL, NULL, 20.99, 'Just Scentsational, Brown Algae Extract w Natural SA Sprayer, Max. Coverage Area 32000 ft², Capacity 2.6 lb, Model# ANSW-1QHES-63534.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-20 01:32:00', '2024-02-20 01:32:00'),
(5013, 'Fisher-Price - 3-in-1 Crawl & Play Activity Gym - Multi', 'wAkTeNyyl', 13, 'The Fisher-Price 3-in-1 Crawl & Play Activity Gym transforms through your baby’s first year to keep playtime going as they grow. First, the comfy play mat and overhead toys offer lay-and-play fun for newborns. Then, an extra panel folds up for tummy time fun with repositionable activity toys for engaging sensory play. Finally, the gym transforms into a cottage-themed, crawl-through tunnel with fun peek-a-boo surprises and a light-up musical toy watering can to “sprinkle” in some early pretend play. \r\n\r\nSee more...\r\n​Infant activity gym transforms for 3 ways to play as your baby grows: lay & play mat, tummy time, and crawl-through cottage tunnel\r\n\r\n​5 repositionable activity toys including self-discovery mirror, frog rattle, BPA-free snail teether, crinkle garden gnome, and roly-poly “watering” can for bat-at play\r\n\r\n​Electronic toy “watering” can with 2 settings, short & long, with up to 20 minutes of sing-along songs, sounds, and multi-colored lights\r\n\r\n​Machine-washable playmat offers plenty of space for newborn to toddler play\r\n\r\n​Helps develop sensory skills, fine and gross motor skills for infants from birth and up', 45.49, NULL, NULL, 52.49, 'Fisher-Price - 3-in-1 Crawl & Play Activity Gym - Multi-54302.jpeg', 'Fisher-Price - 3-in-1 Crawl & Play Activity Gym - Multi-96203.jpeg', 'Fisher-Price - 3-in-1 Crawl & Play Activity Gym - Multi-65780.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-20 01:32:23', '2024-02-20 01:32:23'),
(5014, 'Soozier Home Gym, Multifunction Gym Equipment Workout Station with 100Lbs Weight Stack for Lat Pulldown, Leg Extensions, Preacher Bicep Curls, Triceps Pulldowns, Chest Press', 'sJnr6W1OK', 13, 'This home gym machine allows you to take control of your home or office workout routine. Train your entire body with this weight machine, such as back pull bar, butterfly arm, lower pull bar function, bend arm training, kick training, You can use it to train your arms, legs, waist, hips, and abdomen. Enjoy exercising at home to keep your body healthy.', 520.99, NULL, NULL, 939.00, 'Soozier Home Gym, Multifunction Gym Equipment Workout Station with 100Lbs Weight Stack for Lat Pulldown, Leg Extensions, Preacher Bicep Curls, Triceps Pulldowns, Chest Press-19478.jpeg', 'Soozier Home Gym, Multifunction Gym Equipment Workout Station with 100Lbs Weight Stack for Lat Pulldown, Leg Extensions, Preacher Bicep Curls, Triceps Pulldowns, Chest Press-25243.jpeg', 'Soozier Home Gym, Multifunction Gym Equipment Workout Station with 100Lbs Weight Stack for Lat Pulldown, Leg Extensions, Preacher Bicep Curls, Triceps Pulldowns, Chest Press-75552.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-20 01:32:42', '2024-02-20 01:32:42'),
(5015, 'Ball Table Game', 's4quKp5kK', 14, 'Bounce Off Game Activate Ball Table Game for Kid,Family And Party Desktop Toys', 7.99, NULL, NULL, 13.99, 'Ball Table Game-76926.jpeg', 'Ball Table Game-81640.jpeg', 'Ball Table Game-18692.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-20 01:34:27', '2024-02-20 01:34:27'),
(5016, 'Merry Mac Vacuum Hose Attachment — Model# 805-0129', 'LzXyxmOQS', 11, 'This Merry Mac Vacuum Hose Attachment is designed to fit all Merry Mac vacuums.\r\nWhat\'s Included\r\n\r\n(1) Vacuum hose attachment\r\nFeatures + Benefits\r\n\r\nFits all Merry Mac vacuums (Item#s 170552, 44381, 88911, and 88912, sold separately)', 291.00, NULL, NULL, 300.00, 'Merry Mac Vacuum Hose Attachment — Model# 805-0129-36691.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-20 01:35:30', '2024-02-20 01:35:30'),
(5017, 'Maxi-Cosi 6-in-1 Minla High Chair - Gray', 'eLCLzJt4u', 13, 'Maxi Cosi High Chair \r\n\r\nGrowth\r\n6 modes for years of growth. Compact fold with slim profile is easy to store\r\n\r\nPositions\r\n5 recline positions for added comfort. 9 height positions for adjustable seating\r\n\r\nEase\r\nMeal tray features 4 positions and Includes dishwasher safe snack tray insert\r\n\r\nClean up\r\nLiquid-repellent fabric for quick clean up; Seat pad is machine washable\r\n\r\nComfort\r\nSeat inlay for added support and comfort for younger babies', 100.99, NULL, NULL, 174.99, 'Maxi-Cosi 6-in-1 Minla High Chair - Gray-79937.jpeg', 'Maxi-Cosi 6-in-1 Minla High Chair - Gray-25150.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-20 01:35:56', '2024-02-20 01:35:56'),
(5018, 'Soozier Adjustable Weight Bench with Leg Developer Barbell Rack for Weight Lifting and Strength Training Multifunctional Workout Station for Home Gym Fitness', 'hb97S3jTP', 13, 'Stop wasting time and money traveling to that expensive gym you joined. It\'s a full-sized weight bench with incline, flat and decline positions for various workout training. This all in one unit includes a squat rack, leg extension and butterfly curl so everything you need is right within your reach. Built with chip resistant steel frame in superior strength, you can reach your workout goals and then go beyond!', 209.99, NULL, NULL, 339.00, 'Soozier Adjustable Weight Bench with Leg Developer Barbell Rack for Weight Lifting and Strength Training Multifunctional Workout Station for Home Gym Fitness-62740.jpeg', 'Soozier Adjustable Weight Bench with Leg Developer Barbell Rack for Weight Lifting and Strength Training Multifunctional Workout Station for Home Gym Fitness-96357.jpeg', 'Soozier Adjustable Weight Bench with Leg Developer Barbell Rack for Weight Lifting and Strength Training Multifunctional Workout Station for Home Gym Fitness-45932.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-20 01:36:57', '2024-02-20 01:36:57'),
(5019, 'Agri-Fab Remote Vacuum Hose Kit for Items# 250500, 58641, 5in. x 12ft., Model# 45-0253', 'UrMIv2mxT', 11, 'Agri-Fab Spiralflex hose attaches to Item #250500 Mow-N-Vac or Item# 58641 Chip-N-Vac to let you vacuum up raked leaves and clippings. Quickly cleans out garden areas and around bushes.', 249.99, NULL, NULL, 255.95, 'Agri-Fab Remote Vacuum Hose Kit for Items# 250500, 58641, 5in. x 12ft., Model# 45-0253-93490.jpeg', 'Agri-Fab Remote Vacuum Hose Kit for Items# 250500, 58641, 5in. x 12ft., Model# 45-0253-57506.jpeg', NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-20 01:38:16', '2024-02-20 01:38:16'),
(5020, 'Toys Games of Tables', 'ePdg0rvWz', 14, 'Battle Childrens Toys Kid Toys Games of Tables for The Whole Family Parent-child', 21.15, NULL, NULL, 25.11, 'Toys Games of Tables-67261.jpeg', 'Toys Games of Tables-12473.jpeg', 'Toys Games of Tables-44093.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-20 01:38:36', '2024-02-20 01:38:36'),
(5021, 'Maxi-Cosi Zelia Luxe 5-in-1 Modular Travel System - Black', 'A6gNOB0zA', 13, 'Maxi-Cosi Zelia™² Luxe 5-in-1 Modular Travel System \r\n\r\nMode\r\nChoose between 5 modes of use: parent-facing car seat caddy, reversible carriage, and reversible stroller\r\n\r\nUsage\r\nRear-facing Mico Luxe Infant car seat for babies from 4–30 lbs. and up to 32”\r\n\r\nComfort\r\nSoft, textured stroller fabrics provide a premium look for you, and soothing comfort for baby\r\n\r\nComfort\r\nExtendable MaxShade canopy on stroller for sun protection with UPF 50 and a mesh peek-a-boo window\r\n\r\nComfort\r\nInfant car seat shell designed with ClimaFlow™ technology, providing added ventilation to help keep baby cooler', 300.99, NULL, NULL, 499.99, 'Maxi-Cosi Zelia Luxe 5-in-1 Modular Travel System - Black-15410.jpeg', 'Maxi-Cosi Zelia Luxe 5-in-1 Modular Travel System - Black-27349.jpeg', 'Maxi-Cosi Zelia Luxe 5-in-1 Modular Travel System - Black-67076.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-20 01:39:40', '2024-02-20 01:39:40'),
(5022, 'Performance Tool Composite Trim Removal Tool Set, Model# W80648', 'sKGfJiB8a', 11, 'The Performance Tool Composite Trim Removal Tool Set contains 5 different tools for removing internal and external trip and molding fasteners. Anti-marring design prevents damage to vehicle paint, upholstery, chrome or finish.\r\nWhat\'s Included\r\n\r\n(5) Composite trim removal tools\r\nFeatures + Benefits\r\n\r\n5 different tools for removing internal and external trip and molding fasteners\r\nAnti-marring design prevents damage to vehicle paint, upholstery, chrome or finish', 16.19, NULL, NULL, 17.99, 'Performance Tool Composite Trim Removal Tool Set, Model# W80648-58491.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-20 01:41:15', '2024-02-20 01:41:15'),
(5023, 'Larktale - Rain Cover - Chit Chat - Black', 'E7xJ2rVBC', 13, 'Product Name\r\nRain Cover - Chit Chat\r\nBrand\r\nLarktale\r\nModel Number\r\nLK00501\r\nColor\r\nBlack\r\nColor Category\r\nBlack\r\nWarranty\r\nManufacturer\'s Warranty - Parts\r\n1 year limited\r\nManufacturer\'s Warranty - Labor\r\n1 year limited\r\nOther\r\nProduct Width\r\n34 inches\r\nProduct Height\r\n0.3 inches\r\nProduct Weight\r\n0.3 pounds\r\nProduct Length\r\n50 inches', 30.99, NULL, NULL, 39.99, 'Larktale - Rain Cover - Chit Chat - Black-79849.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-20 01:42:43', '2024-02-20 01:42:43'),
(5024, 'Full O’ Fruit', 'Nyv4zlqaO', 14, 'Full O’ Fruit Board Game for Family Game Night, for Kids Ages 3 and up', 3.99, NULL, NULL, 6.88, 'Full O’ Fruit-82100.jpeg', 'Full O’ Fruit-80736.jpeg', 'Full O’ Fruit-34984.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-20 01:42:50', '2024-02-20 01:42:50'),
(5025, 'Carepeutic KH269A Deluxe Swedish Shiatsu Kneading Full Body Massager with Heated Therapy', 'teOzhRgAM', 16, 'Carepeutic\r\nPowerful shiatsu massage\r\nAdvanced Shock-absorption design\r\nCompact design\r\nDetachable and washable cloth cover', 129.95, NULL, NULL, 135.00, 'Carepeutic KH269A Deluxe Swedish Shiatsu Kneading Full Body Massager with Heated Therapy-50882.jpeg', 'Carepeutic KH269A Deluxe Swedish Shiatsu Kneading Full Body Massager with Heated Therapy-73110.jpeg', 'Carepeutic KH269A Deluxe Swedish Shiatsu Kneading Full Body Massager with Heated Therapy-80231.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-20 01:44:10', '2024-02-20 01:44:10'),
(5026, 'Grip 4-Head Suction Cup Dent Puller', 'N6UuJFh2n', 11, 'This Grip suction cup dent puller pops dented hoods, door panels and fenders back into place and also works as a glass, mirror or windshield holder for installation. Tighten clips to produce suction, then flip open to release suction. Lightweight yet strong ABS construction. Cups have 4 1/2in.dia.; total dimensions 12 1/2in. x 11in.\r\nWhat\'s Included\r\n\r\n(1) Suction cup puller', 17.99, NULL, NULL, 19.99, 'Grip 4-Head Suction Cup Dent Puller-46902.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-20 01:44:25', '2024-02-20 01:44:25'),
(5027, 'Small Bowling Games', 'dfrWKmoBF', 14, 'FANCY Baby Toy For Children Small Bowling Games Parent-Child Interactive Board Game Table Tabletop Kids Toy Desk Toy', 8.99, NULL, NULL, 13.14, 'Small Bowling Games-83323.jpeg', 'Small Bowling Games-64453.jpeg', 'Small Bowling Games-39421.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-20 01:47:09', '2024-02-20 01:47:09'),
(5028, 'Graco - Hadley 5-in-1 Convertible Crib and Changer with Drawer - White', '76ut5EX1M', 13, 'The Graco Hadley 5-in-1 Convertible Crib and Changer with Drawer was designed with safety, innovation, and convenience in mind. Available in White, Espresso, and Pebble Gray baby-safe, non-toxic finishes, the Hadley features a spacious drawer for easy storage of nursery essentials, and converts from crib to toddler bed, day bed, and full-size bed to grow with your baby throughout life’s multiple stages. Like all Graco cribs, the Hadley is certified by the Juvenile Products Manufacturers Association (JPMA) and is meticulously tested to meet or exceed all applicable federal safety standards to ensure the safest sleeping environment for your child. The Graco Hadley 5-in-1 Convertible Crib and Changer with Drawer features an attached changing table, complete with a water-resistant baby changing pad with safety strap, as well as 3 drawers and 2 open shelves. This all-in-one crib is backed by a 1-year limited manufacturer\'s warranty. Easy assembly required. Mattress not included. Crib conversion kit sold separately. \r\n\r\nSee less...\r\n5-In-1 Convertible Crib With Drawer And Changer\r\nConverts from baby crib (mattress sold separately) to toddler bed (compatible with 1 or 2 toddler guardrails, each sold separately), daybed, and full-size bed with headboard & optional footboard (compatible full-size conversion kit sold separately)\r\n\r\nIncludes Changing Table\r\nAttached changing table includes 3 enclosed storage drawers, 2 open shelves, water-resistant changing pad, and safety strap\r\n\r\nGREENGUARD Gold Certified\r\nCertified products are screened for more than 10,000 chemicals and VOCs known to pollute indoor air\r\n\r\nJPMA Certified, Safety Tested\r\nExpert tested by third-party, accredited laboratories to meet or exceed all of the applicable category voluntary and mandatory safety standards; Applied finish tested to meet or exceed the applicable ASTM and CPSIA safety standards\r\n\r\nAdapts To Your Growing Baby\r\nEquipped with an adjustable mattress support base with 3 different height options; Designed to fit any standard full-size crib & toddler mattress (mattress sold separately)\r\n\r\nQuality Craftsmanship\r\nCrafted with sustainable New Zealand pine wood, engineered wood, wood composites and includes Euro drawer glides; Assembly required\r\n\r\nPackaged With Care\r\nPackaging tested to reduce the risk of incidental shipment-related damage; Backed by a 1-year limited manufacturer’s warranty', 214.99, NULL, NULL, 314.99, 'Graco - Hadley 5-in-1 Convertible Crib and Changer with Drawer - White-37624.jpeg', 'Graco - Hadley 5-in-1 Convertible Crib and Changer with Drawer - White-35474.jpeg', 'Graco - Hadley 5-in-1 Convertible Crib and Changer with Drawer - White-37098.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-20 01:47:20', '2024-02-20 01:47:20'),
(5029, 'Performance Tool Bearing Race and Seal Drivers 10-Pc. Set, Model# W89715', 'BBJunPOCV', 11, 'The Performance Tool bearing race and seal driver set works without damage to components or the axle housing.\r\nWhat\'s Included\r\n\r\n(1) Bearing race and seal driver set\r\nFeatures + Benefits\r\n\r\nTapered sides of disc tools install races and flat sides install seats\r\nNine disc tool sizes fit most standard wheel bearings\r\nIncludes driver handle with bolt and 1.565in., 1.750in., 1.965in., 2.325in., 2.470in., 2.555in., 2.830in., 2.995in. and 3.180in. disc tools', 62.99, NULL, NULL, 69.99, 'Performance Tool Bearing Race and Seal Drivers 10-Pc. Set, Model# W89715-80235.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-20 01:47:43', '2024-02-20 01:47:43'),
(5030, 'TAKROL F-01 Electric Foot Massager Leg Massage Instrument Massager Machine', 'ZfFLrA8da', 16, '1.Built-in plasma generator, the plasma function can effectively sterilizes;\r\n2.Built-in far infrared heating function,can effectively promote blood circulation;\r\n3.50 kinds of massage modes;\r\n4.99 levels electromagnetic wave massage intensity,suitable for different people;\r\n5.With slimming massage belt and 8 pads,can massage your body,can help to relieve shoulder pain,elimate extra fat on your back,leg,waist and arms.', 158.58, NULL, NULL, 207.00, 'TAKROL F-01 Electric Foot Massager Leg Massage Instrument Massager Machine-44426.jpeg', 'TAKROL F-01 Electric Foot Massager Leg Massage Instrument Massager Machine-12620.jpeg', 'TAKROL F-01 Electric Foot Massager Leg Massage Instrument Massager Machine-43888.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-20 01:48:43', '2024-02-20 01:48:43'),
(5031, 'Dent Fix Eliminator Undercoat and Decal Remover Kit, Model# DF-700DX', 'v2qmhZBlv', 11, 'The Dent Fix Eliminator Undercoat and Decal Remover Kit, Model# DF-700DX, is a fantastic tool for removing undercoating and decals. It\'s designed to make the process quick and efficient, saving you time and effort. With this kit, you can easily remove unwanted coatings and decals from your vehicle, leaving a clean and smooth surface. It\'s a must-have for any automotive enthusiast or professional.', 689.99, NULL, NULL, 700.05, 'Dent Fix Eliminator Undercoat and Decal Remover Kit, Model# DF-700DX-59843.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-20 01:51:11', '2024-02-20 01:51:11'),
(5032, 'Cold Laser Arthritis Knee Pain Relief Red Light Laser Physical Therapy Device', 'dpt92Cc3B', 16, '1. Inside is lithium battery 1800mAh, it can be rechargeable .\r\n2. 808nm and 650nm combine together,\r\n3. Working mode : Pulse and continuously can be selection,\r\n4. Treatment time can be adjusted,\r\n5. Power intensity can be adjusted also .\r\n6. 17pcs laser beam in one device\r\n7. Type C and USB charge port.\r\n8. 5200mAh lithium battery powered .\r\n9.Easy to use.', 119.99, NULL, NULL, 380.00, 'Cold Laser Arthritis Knee Pain Relief Red Light Laser Physical Therapy Device-28664.jpeg', 'Cold Laser Arthritis Knee Pain Relief Red Light Laser Physical Therapy Device-28864.jpeg', 'Cold Laser Arthritis Knee Pain Relief Red Light Laser Physical Therapy Device-48607.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-20 01:53:05', '2024-02-20 01:53:05'),
(5033, 'Candy Land', 'kO3rGTZio', 14, 'Candy Land Preschool No Reading Required Board Game for Kids and Family, 2-4 Players, Easter Gifts, Ages 3+', 5.99, NULL, NULL, 8.84, 'Candy Land-99087.jpeg', 'Candy Land-39098.jpeg', 'Candy Land-30855.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-20 01:55:05', '2024-02-20 01:55:05'),
(5034, 'CRC Brakleen Brake Parts Cleaner — Non-Chlorinated, 14oz., Model# CRCC05088', 'WolrqIF23', 11, 'This 14oz. can of CRC® Brakleen® Brake Parts Cleaner is a high-strength formula that helps to remove brake fluid, grease and oil from brake linings and pads. Cleans and dries fast to get the job done quickly. In compliance with all products requiring a non-chlorinated formula. \r\n\r\nFeatures + Benefits\r\nFormulated to work quickly\r\nRemoves brake fluid, grease, oil and other contaminants from brake linings and pads\r\nUse on ABS, disc, drum, brake cylinders, brake drums, brake linings, brake shoes, calipers, clutch discs, disc brake pads and discs\r\nSafe for all brake systems including springs and wedge brakes\r\nComplies with all products requiring a non-chlorinated formula', 8.99, NULL, NULL, 10.99, 'CRC Brakleen Brake Parts Cleaner — Non-Chlorinated, 14oz., Model# CRCC05088-37947.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-20 01:55:16', '2024-02-20 01:55:51'),
(5035, 'Baby Brezza - One Step Baby Bottle Sterilizer and Dryer Advanced - White', '3RaML40DW', 13, 'Key Specs\r\nVoice Assistant Built-in\r\nNot Applicable\r\nCompatibility\r\nVoice Assistant Built-in\r\nNot Applicable\r\nGeneral\r\nProduct Name\r\nOne Step Baby Bottle Sterilizer and Dryer Advanced\r\nBrand\r\nBaby Brezza\r\nModel Number\r\nBRZ0069\r\nColor\r\nWhite\r\nColor Category\r\nWhite', 40.00, NULL, NULL, 50.00, 'Baby Brezza - One Step Baby Bottle Sterilizer and Dryer Advanced - White-75990.jpeg', 'Baby Brezza - One Step Baby Bottle Sterilizer and Dryer Advanced - White-70754.jpeg', 'Baby Brezza - One Step Baby Bottle Sterilizer and Dryer Advanced - White-75345.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-20 01:56:26', '2024-02-20 01:56:26'),
(5036, 'BOB AND BRAD C2 Massage Gun, Deep Tissue Percussion Massager Gun with 5 Speeds and 5 Heads, Electric Massagers for Professional Athletes Home Gym Workout Recovery Pain Relief (Brand New)', 'cq4yxDKvA', 16, 'Bob and Brad C2 Massage Gun\r\nUnlike other products on the market, Bob and Brads ergonomic C2 massage gun is intentionally built to improve patient and athlete recovery. The C2 deep tissue massage gun is deceptively powerful, giving out a high-intensity massage that is effective at relieving muscle tension while feeling gentle.', 100.00, NULL, NULL, 189.99, 'BOB AND BRAD C2 Massage Gun, Deep Tissue Percussion Massager Gun with 5 Speeds and 5 Heads, Electric Massagers for Professional Athletes Home Gym Workout Recovery Pain Relief (Brand New)-73675.jpeg', 'BOB AND BRAD C2 Massage Gun, Deep Tissue Percussion Massager Gun with 5 Speeds and 5 Heads, Electric Massagers for Professional Athletes Home Gym Workout Recovery Pain Relief (Brand New)-75965.jpeg', 'BOB AND BRAD C2 Massage Gun, Deep Tissue Percussion Massager Gun with 5 Speeds and 5 Heads, Electric Massagers for Professional Athletes Home Gym Workout Recovery Pain Relief (Brand New)-31413.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-20 01:57:22', '2024-02-20 01:57:22'),
(5037, 'Prestone DOT 3 High Temperature Synthetic Brake Fluid — 32oz. Bottle, Model# PRESAS401Y', 'iaBBVDiF6', 11, 'Prestone® DOT 3 High Temperature Synthetic Brake Fluid is formulated to provide superior performance in high temperature braking systems found in today\'s automobiles and trucks. This DOT 3 Hi-Temp formula helps you take on quick- braking situations with confidence. 1-qt. bottle. \r\nWhat\'s Included\r\n(1) 32oz. bottle of Prestone® DOT 3 synthetic brake fluid\r\nFeatures + Benefits\r\n\r\nProvides longer fluid life\r\nLasts longer and provides a higher margin of safety because of its high temperature synthetic formula\r\nMinimum 460°F (238°C) Dry Boiling Point provides 59°F (15°C) more protection than minimum DOT 3 requirements\r\nProvides corrosion protection for ALL metals within the braking system and is suitable for disk, drum, and ABS brakes\r\nCompatible with all conventional brake fluids', 11.99, NULL, NULL, 12.95, 'Prestone DOT 3 High Temperature Synthetic Brake Fluid — 32oz. Bottle, Model# PRESAS401Y-26832.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-20 01:59:04', '2024-02-20 01:59:04'),
(5038, 'The Classic Game Of Connect', '2hML2mU0E', 14, 'The Classic Game Of Connect 4 Board Game for Kids and Family Ages 6 and Up, 2 Players', 9.99, NULL, NULL, 19.38, 'The Classic Game Of Connect-77986.jpeg', 'The Classic Game Of Connect-15195.jpeg', 'The Classic Game Of Connect-42767.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-20 01:59:58', '2024-02-20 01:59:58'),
(5039, '2024 Massage Chair SS01 Full Body Electric Zero Gravity Shiatsu Massage Chair with Back Heating and Foot Roller for Home and Office, Black', 'QMykjuzyQ', 16, '1. 8 Massage Points\r\n2. One-Button Zero Gravity\r\n3. 6 Auto Massage Modes\r\n4. 3 Adjustable Massage Intensity\r\n5. 3 Adjustable Airbag Pressure\r\n6. Full-body Air Bags\r\n7. Built-In Back Heater\r\n8. Foot Roller/Footrest\r\n9. Bluetooth Music\r\n10. Footrest Extension\r\n11. Height limit: 5.2- 6.1 feet, weight limit: 400 pounds', 629.00, NULL, NULL, 798.00, '2024 Massage Chair SS01 Full Body Electric Zero Gravity Shiatsu Massage Chair with Back Heating and Foot Roller for Home and Office, Black-38924.jpeg', '2024 Massage Chair SS01 Full Body Electric Zero Gravity Shiatsu Massage Chair with Back Heating and Foot Roller for Home and Office, Black-87550.jpeg', '2024 Massage Chair SS01 Full Body Electric Zero Gravity Shiatsu Massage Chair with Back Heating and Foot Roller for Home and Office, Black-48322.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-20 02:01:39', '2024-02-20 02:01:39'),
(5040, 'Tuxedo Platform Lift — 2000-Lb. Capacity, Black/Silver, Model# SC-2K', 'DzETKGvLP', 11, 'This Tuxedo Platform Lift can be used for storage or service of ATVs, lawn mowers and yard tractors. Convenient 2.5 HP electric hydraulic operation uses 115V AC. 2000-lb. capacity for maximum lifting. Item too large for lift gate. Requires forklift on site for unloading. This item is delivered by flatbed truck Monday—Friday with 24 hours advance notice. A forklift is required to offload the lift from a dock-height flatbed trailer.\r\n\r\nFeatures + Benefits\r\n64 1/2in. x 47 3/8in. platform uses minimal space\r\n20 locking positions with 2 1/2in. spacing for safe storage and service\r\nReaches full 58in. rise height in 70 seconds\r\nRemovable panel provides easy access for service\r\nDurable, long-lasting powder-coat finish\r\nItem too large for lift gate; Requires forklift on site for unloading', 2599.99, NULL, NULL, 2700.99, 'Tuxedo Platform Lift — 2000-Lb. Capacity, Black/Silver, Model# SC-2K-75474.jpeg', 'Tuxedo Platform Lift — 2000-Lb. Capacity, Black/Silver, Model# SC-2K-30568.jpeg', 'Tuxedo Platform Lift — 2000-Lb. Capacity, Black/Silver, Model# SC-2K-13901.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-02-20 02:03:06', '2024-02-20 02:03:06'),
(5041, 'LEGO - Speed Champions 2 Fast 2 Furious Nissan Skyline GT-R (R34) 76917', '7YGADZTxC', 13, 'Product Name\r\nSpeed Champions 2 Fast 2 Furious Nissan Skyline GT-R (R34) 76917\r\nBrand\r\nLEGO\r\nSeries\r\nSpeed Champions\r\nNumber Of Pieces Included\r\n319\r\nMaterial\r\nPlastic\r\nRecommended Minimum Age\r\n9 years\r\nBrand/Character\r\nLEGO, Fast & Furious\r\nModel Number\r\n6426027\r\nColor Category\r\nMulti\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\nNone\r\nManufacturer\'s Warranty - Labor\r\nNone', 20.00, NULL, NULL, 24.99, 'LEGO - Speed Champions 2 Fast 2 Furious Nissan Skyline GT-R (R34) 76917-20281.jpeg', 'LEGO - Speed Champions 2 Fast 2 Furious Nissan Skyline GT-R (R34) 76917-54988.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-20 02:04:22', '2024-02-20 02:04:22');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5042, 'Giantex Full Body Massage Chair, Zero Gravity Shiatsu Massage Recliner with SL Track, , Intelligent Voice Control, Heat Therapy, Foot Roller, Thai Yoga Stretch for Home and Office', 'vQkZsFrBK', 16, 'Zero Gravity & Space-saving Design: One-button zero-gravity design with 3 levels angles can reduce spine pressure, back pain and heart pressure, completely relax your body and mind. The space-saving technology is only 2 inches from the wall. The modern and stylish design can perfectly fit the living room, home theater and office.\r\nFull Body Air Massage with Heat Therapy: There are total 28 airbags covering the shoulders, arms, calves and feet to relieve muscle tension and fatigue. Back far infrared hyperthermia and foot massage roller help promote blood circulation.\r\nCustomize Massage: There are 12 automatic massage modes, 5 massage techniques, 5 adjustable speeds, 3 adjustable widths, and 3 adjustable air pressure intensity. You can customize your massage mode according to your needs through the remote control with LCD color display. The installation-free design saves your time and energy.', 2899.00, NULL, NULL, 3098.00, 'Giantex Full Body Massage Chair, Zero Gravity Shiatsu Massage Recliner with SL Track, , Intelligent Voice Control, Heat Therapy, Foot Roller, Thai Yoga Stretch for Home and Office-35016.jpeg', 'Giantex Full Body Massage Chair, Zero Gravity Shiatsu Massage Recliner with SL Track, , Intelligent Voice Control, Heat Therapy, Foot Roller, Thai Yoga Stretch for Home and Office-46473.jpeg', 'Giantex Full Body Massage Chair, Zero Gravity Shiatsu Massage Recliner with SL Track, , Intelligent Voice Control, Heat Therapy, Foot Roller, Thai Yoga Stretch for Home and Office-73929.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-20 02:06:20', '2024-02-20 02:06:20'),
(5043, 'Schumacher Built 4 Charging Battery Charger — 12 Volt, 10 Amps, Model# SC1339', 'I7y1kRqMe', 11, 'The Schumacher Built 4 Charging Battery Charger, Model# SC1339, is a powerful and reliable charger for your 12-volt batteries. With a charging capacity of 10 amps, it can efficiently charge your batteries and get you back on the road in no time. Whether you\'re dealing with a car, truck, or other vehicles, this charger is designed to provide a quick and effective charge. It\'s a great tool to have for keeping your batteries in top shape', 69.99, NULL, NULL, 72.99, 'Schumacher Built 4 Charging Battery Charger — 12 Volt, 10 Amps, Model# SC1339-60110.jpeg', 'Schumacher Built 4 Charging Battery Charger — 12 Volt, 10 Amps, Model# SC1339-63034.jpeg', 'Schumacher Built 4 Charging Battery Charger — 12 Volt, 10 Amps, Model# SC1339-74734.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-20 02:09:29', '2024-02-20 02:09:29'),
(5044, 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs, Heavy Duty Potato Masher and Ricer Kitchen Tool, Press and Mash Kitchen Gadget for Perfect Mashed Potatoes', 'pmaraAP0F', 14, 'HIGH QUALITY STAINLESS STEEL MATERIAL: Made of food-grade stainless steel heavy materials and have the ability to resistant stains,corrosion and deformation,it is very durable.\r\nERGONOMIC HANDLE: The extended handle makes mashing a breeze, thanks to its comfortable and thick handle design. With a gentle press, you can easily get perfectly smooth and fluffy mash potatoes. Say goodbye to the days of hand-mashing potatoes; once you try this, you\'ll be amazed you didn\'t discover this fantastic tool earlier.\r\nDIVERSE FUNCTIONS: Potato ricers incorporate air into boiled potatoes, making them light, fluffy and lump free. Also applicable for mashing cooked apples and vegetables such as carrots, cauliflower, yams, tomatoes and more. Also great for homemade baby food and making gnocchi.\r\nSWIFT CLEANING, FEW SECONDS NEEDED: Its straightforward design ensures a quick cleanup. You can either toss the masher kitchen tool into the dishwasher for effortless cleaning or rinse it under the faucet. The entire cleaning process takes just a few seconds.\r\nOUR GUARANTEE: If you have any questions about our product, please contact us and we will answer within 24 hours.', 10.99, NULL, NULL, 19.99, 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs, Heavy Duty Potato Masher and Ricer Kitchen Tool, Press and Mash Kitchen Gadget for Perfect Mashed Potatoes-97924.jpeg', 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs, Heavy Duty Potato Masher and Ricer Kitchen Tool, Press and Mash Kitchen Gadget for Perfect Mashed Potatoes-30964.jpeg', 'Potato Ricer, Sopito Upgraded Stainless Steel Potato Masher with 3 Interchangeable Discs, Heavy Duty Potato Masher and Ricer Kitchen Tool, Press and Mash Kitchen Gadget for Perfect Mashed Potatoes-14176.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-20 02:10:10', '2024-02-20 02:10:10'),
(5045, 'RENPHO RENPHO Air Eye Warmer 4D Relax Latest Graphene Heating Technology Eye Esthetics Refresh Switchable to 5 modes Hot Eye Mask USB Rechargeable Unisex Voice Guided Eye Care Gift 180° Foldable Porta', 'Cpdk4lvvI', 16, 'Graphene Heating TechnologyAdopting a heat conduction module, the latest graphene technology enables rapid heating and constant temperature maintenance. Warms the eyes at a moderate temperature of up to approximately 42°C, allowing you to relax. Five modes are available, combining air, warmth, and vibration, and the user can switch between modes with the touch of a button on the main unit. This eye esthetic treatment is easy to operate, even for first-time users or the elderly, and can be used with ease. Please feel free to switch modes to suit your preference.\r\nThe ergonomic design can be adjusted to fit various head sizes, regardless of gender or age, and the headband can be adjusted to the best fit to enjoy eye care. There are two levels of air adjustment, allowing you to adjust to a comfortable level. The part that touches the eye area is made of soft, skin-friendly leather, and can be wiped with a cloth or alcohol after use to keep it clean.', 129.00, NULL, NULL, 135.88, 'RENPHO RENPHO Air Eye Warmer 4D Relax Latest Graphene Heating Technology Eye Esthetics Refresh Switchable to 5 modes Hot Eye Mask USB Rechargeable Unisex Voice Guided Eye Care Gift 180° Foldable Porta-23127.jpeg', 'RENPHO RENPHO Air Eye Warmer 4D Relax Latest Graphene Heating Technology Eye Esthetics Refresh Switchable to 5 modes Hot Eye Mask USB Rechargeable Unisex Voice Guided Eye Care Gift 180° Foldable Porta-39466.jpeg', 'RENPHO RENPHO Air Eye Warmer 4D Relax Latest Graphene Heating Technology Eye Esthetics Refresh Switchable to 5 modes Hot Eye Mask USB Rechargeable Unisex Voice Guided Eye Care Gift 180° Foldable Porta-72319.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-20 02:13:14', '2024-02-20 02:13:14'),
(5046, 'Traxion Tailgate Ladder, Model# 5-100', 'LQMASnhQH', 11, 'The Tailgate Ladder swings into position for quick, safe and easy access to your truck bed. Reduces leg and back strain. Easy installation and removal.\r\n\r\nFeatures + Benefits\r\nSwings easily into position for quick, safe entry into a truck bed\r\nLadder rests on ground for maximum support\r\nAutomatically adjusts to uneven terrain\r\n300-lb. weight rated ladder folds flat against tailgate so it doesn\'t take up cargo space\r\nFits tailgate heights from 28in.–42in.\r\nBase plate easily bolts to either side of tailgate\r\nLadder is easily removed by pulling 2 snap pins\r\nNot compatible with: Chevy Avalanche, Dodge trucks with the Ram Boxes ONLY. (Product will work on Dodge trucks without the Ram Box installed)', 59.99, NULL, NULL, 63.55, 'Traxion Tailgate Ladder, Model# 5-100-55343.jpeg', 'Traxion Tailgate Ladder, Model# 5-100-88860.jpeg', 'Traxion Tailgate Ladder, Model# 5-100-87115.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-20 02:13:58', '2024-02-20 02:13:58'),
(5047, 'MicroMini 20x LED Lighted Pocket Microscope with Built-In UV and LED Flashlight - Blue', 'oqVrElbDJ', 14, 'The MicroMini from Carson is a powerful 20x LED and UV lighted pocket microscope that comes included with a keychain attachment. This field microscope is extremely lightweight, compact and portable. The MicroMini field microscope also contains a built-in, stand alone UV and LED flashlight. There is also an additional built-in LED light to illuminate your subject matter under the microscope lens. The extremely smooth focusing wheel allows for fine adjustment tuning in almost any condition. The MicroMini is a great educational microscope that can be used for a variety of hobbies, tasks, learning and exploration. The powerful 20x magnification is great for examining plant/blood cells, printing pixels, fabrics, hair follicles and anything else that nature has to offer. Use the stand alone UV flashlight for detecting counterfeit currency, nectar mapping and so much more! This pocket microscope is ideal for multiple age groups ranging anywhere from a young child explorer, middle/high school student to your everyday professional. The MicroMini is small enough to fit inside the palm of your hand (Product Dimensions LxWxH: 1.5 inch x 1.0 inch x 1.6 inch). It is perfect to take with you on the run as it can be attached to a keychain, belt loop or packed in any backpack, purse or pocket. It runs on 3 LR43 button cell batteries (included). The MicroMini comes available in three different color options: Blue (MM-280B), Green (MM-280G) or Orange (MM-280O). At Carson, we strive to make sure our customers are 100% satisfied with the quality of our pocket microscopes. We are so confident in our pocket microscopes that we back them with a Lifetime Limited Warranty! Carson will repair or replace your pocket microscope if it is found to have manufacturing defects in materials or workmanship. Please contact Carson for additional warranty details.', 10.49, NULL, NULL, 14.00, 'MicroMini 20x LED Lighted Pocket Microscope with Built-In UV and LED Flashlight - Blue-93069.jpeg', 'MicroMini 20x LED Lighted Pocket Microscope with Built-In UV and LED Flashlight - Blue-98534.jpeg', 'MicroMini 20x LED Lighted Pocket Microscope with Built-In UV and LED Flashlight - Blue-33719.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-20 02:16:37', '2024-02-20 02:16:37'),
(5048, 'Powerbuilt, Deluxe Heavy Duty Truck Tire Service Step 300 Lbs, Step Length 21.75 in, Step Width 8.75 in, Model# 647596E', 'eQFJx5ygn', 11, 'Having trouble reaching the top of your truck, RV, or roof of your car? Get a step up. This innovative tire service step fits over any diameter tire that\'s up to 13in. wide/deep, raising you up high enough to make washing, waxing, or attaching and loading roof-mounted cargo racks a snap. The dependable step adjusts to four positions and features a strong no-slip surface. Rubber bumpers protect your tire from damage. When you are done, the truck service step folds flat for easy storage. The Heavy Duty Steel Frame design has a max weight capacity of 300-Lbs.', 47.99, NULL, NULL, 50.99, 'Powerbuilt, Deluxe Heavy Duty Truck Tire Service Step 300 Lbs, Step Length 21.75 in, Step Width 8.75 in, Model# 647596E-19443.jpeg', 'Powerbuilt, Deluxe Heavy Duty Truck Tire Service Step 300 Lbs, Step Length 21.75 in, Step Width 8.75 in, Model# 647596E-32038.jpeg', 'Powerbuilt, Deluxe Heavy Duty Truck Tire Service Step 300 Lbs, Step Length 21.75 in, Step Width 8.75 in, Model# 647596E-61125.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-20 02:18:59', '2024-02-20 02:18:59'),
(5049, 'Relax A Lounger - Presidio Manual Recliner with Fabric Upholstery - Slate Gray', 'eKgXxrIpE', 13, 'Pajamas, Hot Cocoa, a cracking fireplace a best-selling book, and the Presidio recliner by Relax-A-Lounger. All of those things are comfort defined. You know when you see it and you know you feel it. Sitting or recliner in the Presidio is comfort defined. It’s overstuffed seating and premium fabric upholstery will give you the ultimate comfort for binge-watching all of your favorite shows or just get the popcorn ready for movie night. If you’re not in the mood for a series or a movie, get your e-reader or best-seller book out and start the pages turning as you won’t notice how times flies when you enveloped in all the creature comforts that the Presidio as to offer. Strength in solid hardwood and metal construction is the foundation of the Presidio and we’ve added plenty of plush and welcoming high-density foam that contours to your body regardless of position. Lastly, the soft and easy to care for premium fabric upholstery is soothing to the touch and provides opulence in any room. With a pull of the lever, the Presidio reclines in three different positions that allows you to decide how you want to relax. If you want to get away from it all or just take a power nap, the Presidio is wanting and waiting for you. Available in Flannel Gray. \r\n\r\nSee less...\r\nRecliner Type\r\nManual Recliner\r\n\r\nSeating Type\r\nOverstuffed Seating\r\n\r\nUpholstery\r\nElegant and Easy to Clean Premium Fabric Upholstery\r\n\r\nCushioning\r\nHigh Density Foam Cushioning throughout\r\n\r\nCushion Type\r\nPlush attached cushions', 250.99, NULL, NULL, 269.99, 'Relax A Lounger - Presidio Manual Recliner with Fabric Upholstery - Slate Gray-50938.jpeg', 'Relax A Lounger - Presidio Manual Recliner with Fabric Upholstery - Slate Gray-60789.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-20 02:19:15', '2024-02-20 02:19:15'),
(5050, 'RENPHO Neck Massager with Heat, Cordless Neck Massager for Pain Relief Deep Tissue, 6D Kneading Neck Massage, Portable Heated Neck Massager for Travel, Neck Pain Relief, Gifts for Women Men Mom', 'Z9b3B7VpV', 16, 'Innovative Massage Head & Deep-kneading Neck Massage: Made of skin-friendly elastic silicone with a wavy texture to knead the fascia layer, the neck massager nodes simulate hand-kneaded massage by deeply stimulating the muscles to rub away soreness relax and release soreness and fatigue. RENPHO neck massager with heat for neck pain provides a combination of hard and soft force to ease stress. Tip: Use the provided massage node covers on the nodes to reduce pressure if any discomfort is felt.', 150.00, NULL, NULL, 212.74, 'RENPHO Neck Massager with Heat, Cordless Neck Massager for Pain Relief Deep Tissue, 6D Kneading Neck Massage, Portable Heated Neck Massager for Travel, Neck Pain Relief, Gifts for Women Men Mom-69986.jpeg', 'RENPHO Neck Massager with Heat, Cordless Neck Massager for Pain Relief Deep Tissue, 6D Kneading Neck Massage, Portable Heated Neck Massager for Travel, Neck Pain Relief, Gifts for Women Men Mom-33924.jpeg', 'RENPHO Neck Massager with Heat, Cordless Neck Massager for Pain Relief Deep Tissue, 6D Kneading Neck Massage, Portable Heated Neck Massager for Travel, Neck Pain Relief, Gifts for Women Men Mom-67893.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-20 02:22:22', '2024-02-20 02:22:22'),
(5051, 'Stanadyne Diesel Fuel Additive Performance Formula — 16-Oz. Bottle, Model# STAN38565', 'FRcwYKzZX', 11, 'Stanadyne Diesel Fuel Additive Performance Formula meets all fuel system requirements regardless of make, model or year. Approved by OEMs, this formula offers cold weather protection. It reduces the diesel pour point up to 40°F and cold filter plug point by up to 25°F, depending on base fuel. It also offers hot weather protection with lubricants and cetane improver to help when fuel is hot and \"thin.\" This formula increases horsepower, with up to a 5-point cetane gain to improve combustion, resulting in better acceleration, power and torque. This formula reduces fuel consumption. Independent tests show gains up to 9.6% in MPG. This additive makes for easier and faster starting, in all conditions. It reduces smoke and particulate emissions, and is suitable for ultra-low sulfur diesel. This formula cleans and protects with its detergents and deposit modifiers that help protect injection pumps, injectors, nozzles, etc. And it reduces wear with lubricity improvers that restore lubricity to ultra-low sulfur and other low lubricity diesel fuels. It stabilizes fuel with antioxidants that keep fuel fresher. It fights the formation of corrosion and rust. This formula contains no alcoho, so it avoids corrosion and accelerated wear. It helps remove water with special demulsifiers that cause tiny water droplets to come out of suspension/emulsion, so the filter/separator can more effectively remove water. Specially formulated for use with ultra-low sulfur diesel fuel. Can be used with bio diesel fuel up to B20 (20% bio content approved). Increased water separation is shown in bio content up to B20,', 19.99, NULL, NULL, 23.99, 'Stanadyne Diesel Fuel Additive Performance Formula — 16-Oz. Bottle, Model# STAN38565-97623.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-20 02:22:59', '2024-02-20 02:22:59'),
(5052, 'Cup Slicer,Fruit and vegetable fast slicer, Stainless Steel Fruit Slicer Cup Egg Slicer, Stainless Steel Strawberry Cutter, Kitchen Portable Slicing Tool Vegetable Cutting Kitchen Gadget', '3fsqYfWVi', 14, 'Cup Slicer with Cover\r\n\r\nEgg Slicer Color: Green.\r\n\r\nBanana Cutter Material: Stainless Steel, Plastic.\r\n\r\nStrawberry Slicer Size: 6x4x8.5cm/2.41x1.6x3.3inch.\r\n\r\nCup slicers are equipped with a protective cover.\r\n\r\nMini fruit slicer cup are designed with stainless steel blades, easy to slice.\r\n\r\nEfficient for you to cut the strawberry, banana and kiwifruit into small pieces to decorate your salad or other dessert.', 8.59, NULL, NULL, 9.99, 'Cup Slicer,Fruit and vegetable fast slicer, Stainless Steel Fruit Slicer Cup Egg Slicer, Stainless Steel Strawberry Cutter, Kitchen Portable Slicing Tool Vegetable Cutting Kitchen Gadget-60203.jpeg', 'Cup Slicer,Fruit and vegetable fast slicer, Stainless Steel Fruit Slicer Cup Egg Slicer, Stainless Steel Strawberry Cutter, Kitchen Portable Slicing Tool Vegetable Cutting Kitchen Gadget-60891.jpeg', 'Cup Slicer,Fruit and vegetable fast slicer, Stainless Steel Fruit Slicer Cup Egg Slicer, Stainless Steel Strawberry Cutter, Kitchen Portable Slicing Tool Vegetable Cutting Kitchen Gadget-67989.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-20 02:23:18', '2024-02-20 02:23:18'),
(5053, 'STIHL MotoMix High Performance 50:1 Fuel Mix — 32-Oz. Can', 'kVTypT4Oy', 11, 'STIHL® MotoMix® High Performance 50:1 Fuel Mix is a patented premixed fuel that\'s specially blended for ultimate performance. This 50:1 mixture is a combination of premium non-ethanol, high-octane motor fuel and our highest-quality STIHL HP Ultra Oil. Clean and convenient, MotoMix eliminates the hassle of mixing your own 2-stroke engine fuel while providing superior performance and lubrication. STIHL stands behind this formulation by doubling the limited warranty when you include MotoMix® with your power tool purchase. MotoMix is the official fuel of the STIHL TIMBERSPORTS® Series. 32-oz. can.', 9.99, NULL, NULL, 12.99, 'STIHL MotoMix High Performance 50:1 Fuel Mix — 32-Oz. Can-58732.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-20 02:25:21', '2024-02-20 02:25:21'),
(5054, 'Digital Hearing Aids Rechargeable SR101 Audifonos 10 Channels Hearing Device 5 Colours Hearing Amplifier for Elderly Champagne-Pair', 'HtMG7CvBE', 16, 'Rechargeable, battery saving. You can change the hearing device anywhere any time. You do not need to buy and replace batteries.\r\nEase of Use-The volume control knob makes it easy to adjust the volume with one finger. No tools required. Just put it on and you can enjoy a clear conversation immediately.\r\nIt weighs only 4.5g, and you won\'t get tired even if you wear it for a long time. Invisible Designed - The personal sound amplifiers is small , discreet and mini enough to be in invisible in the ear canal.\r\nSoft and Flexible-The ultra-soft and flexible ear dome with a special oval design and high quality medical material fits your ears comfortably with little feedback.', 116.27, NULL, NULL, 189.04, 'Digital Hearing Aids Rechargeable SR101 Audifonos 10 Channels Hearing Device 5 Colours Hearing Amplifier for Elderly Champagne-Pair-68482.jpeg', 'Digital Hearing Aids Rechargeable SR101 Audifonos 10 Channels Hearing Device 5 Colours Hearing Amplifier for Elderly Champagne-Pair-59096.jpeg', 'Digital Hearing Aids Rechargeable SR101 Audifonos 10 Channels Hearing Device 5 Colours Hearing Amplifier for Elderly Champagne-Pair-48399.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-20 02:28:00', '2024-02-20 02:28:00'),
(5055, 'Relax A Lounger - Parkland Microfiber Recliner in - Chocolate', 'muBdPtYaS', 13, 'The Relax A Lounger® Parker is the chair you’ll wish you could fly on! — Made for full body support, providing a weightless feel and total relaxation. Featuring solid structure, Dream Coils® and fine stitched tufted Chocolate upholstery microfiber, this great recliner is very durable and easy to clean. Its manual pull handle gives a smooth, quiet and effortless recline as you sit back and relax in style and ultimate comfort. The Parker Recliner is fitted with a padded cushion and back in high density foam providing exceptional support. Engineered wooden frame sets the structure where design and elegance come together. Built with longevity in mind, this must-have piece has been designed to help reduce stress on the spine providing proper body alignment. Marring simplicity and style, the Parker is ready for many years of enjoyment in your home. \r\n\r\nSee less...\r\nType\r\nSingle seat multi-positional recliner\r\n\r\nFrame\r\nKiln dried solid hardwood frame\r\n\r\nFabric\r\nMicrofiber upholstery\r\n\r\nSeating\r\nPocket coil seatding constrction', 500.99, NULL, NULL, 584.99, 'Relax A Lounger - Parkland Microfiber Recliner in - Chocolate-56214.jpeg', 'Relax A Lounger - Parkland Microfiber Recliner in - Chocolate-89051.jpeg', 'Relax A Lounger - Parkland Microfiber Recliner in - Chocolate-75513.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-20 02:28:10', '2024-02-20 02:28:10'),
(5056, 'STIHL MotoMix High Performance 50:1 Fuel Mix — 1-Gal. Can', 'DrBVoYNUL', 11, 'STIHL® MotoMix® High Performance 50:1 Fuel Mix is a patented premixed fuel that\'s specially blended for ultimate performance. This 50:1 mixture is a combination of premium 92 octane gasoline and our highest-quality STIHL HP Ultra Oil. Clean and convenient, MotoMix eliminates the hassle of mixing your own 2-stroke engine fuel while providing superior performance and lubrication. 1-gal. can. \r\nFeatures + Benefits\r\n\r\n50:1 fuel mixture combines premium 92 octane gasoline and premium STIHL HP Ultra Oil\r\nContains no ethanol, allowing it to maintain stability for up to 2 years after the seal is broken so it stays fresh in your equipment during long storage periods\r\nMade of non-aromatic fuel and fully synthetic, highly biodegradable engine oil', 39.99, NULL, NULL, 45.00, 'STIHL MotoMix High Performance 50:1 Fuel Mix — 1-Gal. Can-77125.jpeg', NULL, NULL, 'Automotive kits', 3.0, NULL, 1, '2024-02-20 02:28:18', '2024-02-20 02:28:18'),
(5057, 'Roller - Handheld Fidget Toy for Adults | Help Relieve Stress, Anxiety, Tension', 'EbA3Dv05c', 14, '✅ NON-DISTRACTING FIDGET - Unlike spinners, the ONO Roller Jr soothes stress without disrupting focus–it’s completely silent. Fidget and play without turning heads in the classroom.\r\n✅ MADE FOR SMALL HANDS - The Roller Jr is a smaller and softer version of our innovative sensory and fidget toy. It\'s also more lightweight, making it ideal for teens, kids, and those with a smaller grip.\r\n✅ INNOVATIVE & UNIQUE - You won\'t find a toy as satisfying as this fidget roller. Our patented fidget gadget helps improve mental clarity and ease stress using the relaxing rotations of the rollers.\r\n✅ MULTIPLE WAYS TO PLAY - Move the toy by curling your fingertips or sliding it between your palms. The ONO can be rolled across any surface or used to massage. There\'s no wrong way to play!\r\n✅ A DURABLE SENSORY TOY - Our hand roller fidgets are engineered to withstand heavy fidgeters. They\'re made using heavy-duty ABS plastic with a matte soft-touch surface that won\'t chip or fade.', 18.99, NULL, NULL, 24.99, 'Roller - Handheld Fidget Toy for Adults | Help Relieve Stress, Anxiety, Tension-92131.jpeg', 'Roller - Handheld Fidget Toy for Adults | Help Relieve Stress, Anxiety, Tension-81929.jpeg', 'Roller - Handheld Fidget Toy for Adults | Help Relieve Stress, Anxiety, Tension-63938.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-20 02:29:12', '2024-02-20 02:29:12'),
(5058, 'Electric Pulse Neck Massager for Pain Relief, 3 Modes 15 Levels Cordless Deep Tissue Trigger Point Massager, Portable and Waterproof', 'EUwSevdZG', 16, 'Relief of chronic pain - Neck pain is a common discomfort in daily life. The tightness and soreness of the neck muscles caused by bad posture will cause the neck to twitch during improper exercise and posture. For example, improper sitting posture will make the neck tense when working or looking at a mobile phone. This wireless neck massager is a way to achieve deep relaxation of the cervical spine.\r\nExtendable and portable - The pulse neck massager is light and portable, and can be carried around. It is suitable for you to use at home, office, car, gym and travel. The neck massager has a stretch design, which is very suitable for wearing the massager during shopping, running, reading, etc.\r\n4 modes + 15 intensity levels - Its micro USB connector allows you to use a mobile power bank or mobile phone adapter to charge the device, so that you can enjoy a relaxing massage anytime, anywhere.', 17.99, NULL, NULL, 20.00, 'Electric Pulse Neck Massager for Pain Relief, 3 Modes 15 Levels Cordless Deep Tissue Trigger Point Massager, Portable and Waterproof-18226.jpeg', 'Electric Pulse Neck Massager for Pain Relief, 3 Modes 15 Levels Cordless Deep Tissue Trigger Point Massager, Portable and Waterproof-81443.jpeg', 'Electric Pulse Neck Massager for Pain Relief, 3 Modes 15 Levels Cordless Deep Tissue Trigger Point Massager, Portable and Waterproof-14042.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-20 02:32:22', '2024-02-20 02:32:22'),
(5059, 'Flash Furniture - Seneca Outdoor Rectangle Contemporary Resin 4 Piece Patio Set - Chocolate Brown', '8WVbq1PcW', 13, 'Create a breezy style and bring a new energy to your home with this stylish outdoor seating set. The durable resin frame offers a smart appearance which replicates rattan. Dense foam cushions and deep seating enhance the comfort level. All-weather cushions will hold up all season long and are zipper removable for washing purposes. The table features a lower shelf for storage of your dining and relaxation essentials or add some decorations for a splash of color. This trendy set allows you to relax with friends and family on the patio, by the pool or anywhere else you enjoy gathering together. \r\n\r\nSee less...\r\nSet includes\r\nItem Type & Quantity: Patio Lounge Chair-2;Patio Lounge Sofa-1;Patio Coffee Table-1\r\n\r\nSeating capacity\r\nSeats up to 5 people.\r\n\r\nSupportive arms\r\nThe arms provide support to your upper body.\r\n\r\nRoom location\r\nYour Patio Table and Lounge Chair Set is intended for use in the following location(s): Patio;Porch\r\n\r\nCushion attachment\r\nLoose Back/Loose Seat\r\n\r\nCleaning recommendation\r\nThe recommended cleaning code is: W-Water based cleaner\r\n\r\nStyle\r\nContemporary design to fit the needs of your space.\r\n\r\nAssembly required\r\nMinimal assembly required. Save time by adding a Furniture Assembly service to your order, and a Geek Squad® installer will come to your home and assemble it for you.', 800.99, NULL, NULL, 850.99, 'Flash Furniture - Seneca Outdoor Rectangle Contemporary Resin 4 Piece Patio Set - Chocolate Brown-32359.jpeg', 'Flash Furniture - Seneca Outdoor Rectangle Contemporary Resin 4 Piece Patio Set - Chocolate Brown-53572.jpeg', 'Flash Furniture - Seneca Outdoor Rectangle Contemporary Resin 4 Piece Patio Set - Chocolate Brown-48339.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 02:33:05', '2024-02-20 02:33:05'),
(5060, 'Gifts for Men, Dad Gifts from Daughter Son, Valentines Day Gifts for Him Boyfriend Husband, 9 in 1 Multitool Pen, Cool Tools Gadgets for Men, Mens Gifts for Christmas, Stocking Stuffers for Adults', 'MEyLg3XNe', 14, '🔍[SOLVE YOUR CONSIDERATION] - If you want to give satisfying stocking stuffers for men, gifts for men who have everything, men/women who like DIY design, or your family friends who work as woodworking constructors electricians engineers, why not consider this amazing 9 in 1 multitool pen? Excellent construction work accessories for men.\r\n🛠️️[MULTIPLE USE FUNCTIONS] - This multi tool pen has 9 useful functions, including ballpoint pen / flat head screwdriver / Phillips screwdriver / stylus / bottle opener (can also be a phone holder) / bubble level / ruler / LED light. It is a very cool tool for men dad husband to daily use, especially suitable for Fathers Day Christmas stocking stuffers for men adults as an unique gift.\r\n💖[AWESOME GIFT FOR MEN] - When your beloved one receives such a personalized gift, they will give you an excited smile back. This multi tool pen can be wonderful birthday gifts for men him, stocking stuffers for men adults teens, cool mens gifts for Christmas, White elephant gifts for adults, Anniversary Thanksgiving Valentine\'s Day gifts for him husband boyfriend and women.\r\n🖊️[THOUGHTFUL DESIGN] - These construction tools materials are strong aluminum, sturdy enough for long time use, simple appearance contains a variety of functions, very convenient to carry, two additional replacement ink refills and three batteries can ensure the reusability of this pen.\r\n🎁[SINCERE COMMITMENT] - We carefully designed a removable snap on the tool pen to prevent the LED light battery from leaking during transportation. It is ready for Christmas gift giving!\r\n✅[TWIST TO GET TOOLS]- How to open the stylus and screwdrivers inside the tool pen precisely and quickly? It must be TWISTING, not pulling. TWIST the pen to the left to get the stylus, turn the stylus to the left to get screwdrivers. The twist design ensures long term use of the pen. Specific operation can refer to the Product Description page.', 4.99, NULL, NULL, 9.99, 'Gifts for Men, Dad Gifts from Daughter Son, Valentines Day Gifts for Him Boyfriend Husband, 9 in 1 Multitool Pen, Cool Tools Gadgets for Men, Mens Gifts for Christmas, Stocking Stuffers for Adults-71847.jpeg', 'Gifts for Men, Dad Gifts from Daughter Son, Valentines Day Gifts for Him Boyfriend Husband, 9 in 1 Multitool Pen, Cool Tools Gadgets for Men, Mens Gifts for Christmas, Stocking Stuffers for Adults-19483.jpeg', 'Gifts for Men, Dad Gifts from Daughter Son, Valentines Day Gifts for Him Boyfriend Husband, 9 in 1 Multitool Pen, Cool Tools Gadgets for Men, Mens Gifts for Christmas, Stocking Stuffers for Adults-59042.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-20 02:35:23', '2024-02-20 02:35:23'),
(5061, 'CorLiving - Michigan Two Toned White and Gray Dining Chair, Set of 2 - White/Gray', 'wALp1d2s4', 13, 'These slatted high back classic white dining chairs with a grey cushioned seat have clean lines and solid wood legs. These dining chairs fit perfectly in any dining space. Coming in a set of 2 they can be added to any style of dining table. \r\n\r\nClassic timeless design\r\nNeutral two tone grey and white finish\r\n\r\nDurable construction\r\nSolid rubberwood legs for stability and slatted high backrest for support\r\n\r\nComfortable seating\r\nUpholstered in a gray polyester foam cushioned seat\r\n\r\nComes in a set of 2\r\nMatching table (DSW-100-T) sold separately\r\n\r\nProduct Dimensions\r\n37\"H x 17\"W x 20\"D\r\n\r\nDisclaimer\r\n*Assembly required. *Save time by adding a Furniture Assembly service to your order, and a Geek Squad installer will come to your home and assemble it for you.', 160.99, NULL, NULL, 184.99, 'CorLiving - Michigan Two Toned White and Gray Dining Chair, Set of 2 - White/Gray-53192.jpeg', 'CorLiving - Michigan Two Toned White and Gray Dining Chair, Set of 2 - White/Gray-44952.jpeg', 'CorLiving - Michigan Two Toned White and Gray Dining Chair, Set of 2 - White/Gray-48341.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 02:37:38', '2024-02-20 02:37:38'),
(5062, 'Arc Neck Pillow Buckle Gray', 'dgSlpi2GM', 16, 'High Quality Memory Foam -Our pillow constructed with high quality memory foam , luxurious and breathable.\r\nErgonomic Design -Multi-angle protection of the cervical spine - the rear hump shape fixed cervical spine, to prevent the head side slip\r\nThe Best Choice For Travel -This pillow can provides extra support to protect the neck from pain when you are sitting in the seat on a plane, car, train or bus.\r\nRemoveable/Washable Pillowcase Magnetic therapy cloth is ice-sensitive material, direct contact with the skin cool and health, provides the maximum safe and comfort on your trip.', 22.00, NULL, NULL, 29.99, 'Arc Neck Pillow Buckle Gray-53759.jpeg', 'Arc Neck Pillow Buckle Gray-90075.jpeg', 'Arc Neck Pillow Buckle Gray-96773.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-20 02:38:49', '2024-02-20 02:38:49'),
(5063, '2 Pack Car Neck Pillow, Softness Car Headrest Pillow for Driving with Adjustable Strap, 100% Memory Foam and Breathable Removable Cover, Comfortable Ergonomic Design (Red Side Rope)', 'FyYQaEdwu', 14, '100% Polyester\r\nNECK PAIN RELIEF: Comfort your neck and shoulder while driving long time or long distance which can support your cervical spine in different directions, car seat neck pillow with 100% pure memory foam provides a great support for your cervical spine and head, help you maintain the correct posture in driving, and make your driving safer and reduce fatigue\r\nELASTIC ADJUSTABLE STRAPS: High-quality buckle highly secure on your seat prevent neck pillow for car slip down or fall away from the seat, giving a fixed hold and better to support your neck, you can adjust the height of your car pillow you want\r\nBREATHABLE, SKIN-FRIENDLY & DURABLE: Cloth cover of car seat pillow is made of updated style knitted fabric which make it soft, skin-friendly, and suitable for all seasons; the pillow cover is removal and machine washable, and not washable foam core is durability\r\nERGONOMICALLY DESIGN: Ergonomically designed by human neck curve, release neck pain and shoulder pressure, professionally designed for sedentary people, the headrest can be used in a variety of scenarios (car seat, gaming chair, office chair, etc)\r\nSIMPLE INSTALLATION: Easy and quick to install, it is perfect to add on your car seat, you would not want to miss it! With 2 pcs in one pack, let us know if you have any issue regarding on our product.', 23.99, NULL, NULL, 29.99, '2 Pack Car Neck Pillow, Softness Car Headrest Pillow for Driving with Adjustable Strap, 100% Memory Foam and Breathable Removable Cover, Comfortable Ergonomic Design (Red Side Rope)-96353.jpeg', '2 Pack Car Neck Pillow, Softness Car Headrest Pillow for Driving with Adjustable Strap, 100% Memory Foam and Breathable Removable Cover, Comfortable Ergonomic Design (Red Side Rope)-15112.jpeg', '2 Pack Car Neck Pillow, Softness Car Headrest Pillow for Driving with Adjustable Strap, 100% Memory Foam and Breathable Removable Cover, Comfortable Ergonomic Design (Red Side Rope)-39714.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-20 02:42:09', '2024-02-20 02:42:09'),
(5064, 'Hastings Home - Zero Gravity Lounge Chairs Set of 2 - Navy Blue', 'o1KelYiRf', 13, 'Update your patio furniture set with these two Zero-Gravity Recliner Chairs by Hastings Home. Perfect for use as camping accessories, lawn chairs, or patio seating, these recliner chairs offer customized comfort by locking into place just where you want them and staying put via stable, skid-proof bases. Enjoy easy access to drinks and electronics by keeping them on the detachable side trays of these folding chairs. \r\n\r\nSee less...\r\nVersatile Seating\r\nUse this patio furniture set as camping accessories, beach chairs, or RV accessories. These recliner chairs fold up and slide behind car seats for easy transport and fit well in closets for simple storage.\r\n\r\nCustomized Comfort\r\nKick back in customized comfort on this outdoor furniture set. These zero-gravity folding chairs boast secure position locks and feature detachable pillows to brace your neck or provide excellent lumbar support for your back.\r\n\r\nBuilt To Last\r\nConstruction with a powder-coated steel frame and tough Textilene fabric ensures these camping chairs hold up well to frequent use. The 300\r\n\r\nConvenient Design\r\nExtend relaxation by keeping lounging essentials at the ready on the cup, phone, and tablet tray. This handy accessory detaches for transport, storage, and customized use by the pool, at the beach, or on the patio or lawn.\r\n\r\nProduct Details\r\nMaterials: Powder-Coated Steel and Textile Fabric. Dimensions: Open: (L) 63.5\" x (W) 25\" x (H) 43\"; Folded: (L) 25\" x (W) 5.5\" x (H) 37\". Set of 2 zero-gravity recliner chairs. Max capacity per chair: 300 lbs. Color: Navy Blue and Black.', 100.99, NULL, NULL, 116.99, 'Hastings Home - Zero Gravity Lounge Chairs Set of 2 - Navy Blue-28593.jpeg', 'Hastings Home - Zero Gravity Lounge Chairs Set of 2 - Navy Blue-35145.jpeg', 'Hastings Home - Zero Gravity Lounge Chairs Set of 2 - Navy Blue-49785.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 02:45:07', '2024-02-20 02:45:07'),
(5065, 'Assenmacher Specialty Tools JA 19015 Oil Filter Wrench for Jaguar and Land Rover', 'uZGFH4mcp', 16, 'Assenmacher Jaguar/Land Rover Oil Filter 90mm Wrench; 15 Flats with 3/8\" Drive.\r\nApplicable:\r\nJaguar: 2010 and Newer 5.0L V8 Engines in the XJ, XJL, XK, XKR, XF, XFR and XKR;\r\nLand Rover: 2010 and Newer 5.0L V8 Engines in the LR4, Ranger Rover and Range Rover\r\nSport Warning: This product can expose you to chemicals which is [are] known to the State of California to cause cancer and birth defects or other reproductive harm.', 32.99, NULL, NULL, 35.99, 'Assenmacher Specialty Tools JA 19015 Oil Filter Wrench for Jaguar and Land Rover-60095.jpeg', 'Assenmacher Specialty Tools JA 19015 Oil Filter Wrench for Jaguar and Land Rover-67027.jpeg', 'Assenmacher Specialty Tools JA 19015 Oil Filter Wrench for Jaguar and Land Rover-22897.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-20 02:48:30', '2024-02-20 02:48:30'),
(5066, 'High Speed Immersion Blender, Electric Hand Blender 500 Watt with Turbo Mode, Detachable Base. Handheld Kitchen Gadget Blender Stick for Soup, Smoothie, Puree, Baby Food, 304 Stainless Steel Blades (Black)', 'uqo9ugN3C', 14, 'Powerful Blender - The hand blender has a motor of 500 watts and 4 sharp blades, grinding unruly lumps, stubborn clumps, tough meats, and rock-hard fruits for smoothies, soups, milkshakes, and batters.\r\nTURBO Boost - For additional power and speed, use the TURBO button on your emulsion blender. You will get a boost speed perfect for blending tougher stuff, such as frozen fruits or hard vegetables.\r\nDetachable Base - The stick blender easily detaches from the base for cleaning or storing. The blades are dishwasher safe, but the handheld blender stick should never be put through the dishwasher or immersed in water.\r\nErgonomic Design - The slim base on this portable blender allows for a steady grip and blending right in a pot or storage container.\r\nDurable Metal-Crafted of supremely durable metal, this stick mixer is meant to last you through many happy years of kitchen love.', 19.99, NULL, NULL, 44.99, 'High Speed Immersion Blender, Electric Hand Blender 500 Watt with Turbo Mode, Detachable Base. Handheld Kitchen Gadget Blender Stick for Soup, Smoothie, Puree, Baby Food, 304 Stainless Steel Blades (Black)-11378.jpeg', 'High Speed Immersion Blender, Electric Hand Blender 500 Watt with Turbo Mode, Detachable Base. Handheld Kitchen Gadget Blender Stick for Soup, Smoothie, Puree, Baby Food, 304 Stainless Steel Blades (Black)-35651.jpeg', 'High Speed Immersion Blender, Electric Hand Blender 500 Watt with Turbo Mode, Detachable Base. Handheld Kitchen Gadget Blender Stick for Soup, Smoothie, Puree, Baby Food, 304 Stainless Steel Blades (Black)-47656.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-20 02:48:42', '2024-02-20 02:48:42'),
(5067, 'ürb SPACE - Urban Small Dining Table Set - Black With White', '9nn7WEMoP', 13, 'Product Name\r\nUrban Small Dining Table Set\r\nBrand\r\nürb SPACE\r\nModel Number\r\n82008039\r\nColor\r\nBlack With White\r\nColor Category\r\nWhite\r\nDimension\r\n\r\nProduct Width\r\n35.3 inches\r\nProduct Height\r\n29.5 inches\r\nProduct Depth\r\n19.7 inches\r\nProduct Weight\r\n24 pounds\r\nMaterial\r\n\r\nMaterial\r\nMetal, Wood\r\nBase Material\r\nPowder coated\r\nTabletop Material\r\nLaminate\r\nDesign\r\n\r\nTable Shape\r\nRectangular\r\nTable Type\r\nDining table\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\n1 year\r\nManufacturer\'s Warranty - Labor\r\n1 year', 120.99, NULL, NULL, 149.99, 'ürb SPACE - Urban Small Dining Table Set - Black With White-79582.jpeg', 'ürb SPACE - Urban Small Dining Table Set - Black With White-70205.jpeg', 'ürb SPACE - Urban Small Dining Table Set - Black With White-94118.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 02:50:08', '2024-02-20 02:50:08'),
(5068, 'ABN 6L Automotive Fluid Vacuum Pump Oil Extractor Pump for Oil Change', 'RvXwlA5x1', 16, 'Change your transmission fluid, brake fluid, or gear oils quickly and easily with the ABN 6 Liter Dual Use Oil Extractor Pump for boats, cars, motorcycles, and machinery. Wide handle extends 11 inches (28cm) from the lid. Pump handle for manual use or loosen venturi for hands-free pneumatic use. Creates a vacuum suction with up to 110PSI for quick extractions of low viscosity fluids and oils from your power steering reservoirs, brake cylinders, coolant tank, or transaxle. With an 8.5 -inch ( 21.6 cm) wide base, you can ensure stability.\r\n\r\n4 suction hoses and an adapter allow versatility to remove various fluids when needed. Do not remove fluids with a temperature greater than 175 degrees F (80 C). Do not store fluids in container.\r\nWarning: This product can expose you to chemicals which is [are] known to the State of California to cause cancer and birth defects or other reproductive harm.', 62.99, NULL, NULL, 65.99, 'ABN 6L Automotive Fluid Vacuum Pump Oil Extractor Pump for Oil Change-32128.jpeg', 'ABN 6L Automotive Fluid Vacuum Pump Oil Extractor Pump for Oil Change-83947.jpeg', 'ABN 6L Automotive Fluid Vacuum Pump Oil Extractor Pump for Oil Change-97736.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-20 02:51:36', '2024-02-20 02:51:36'),
(5069, 'Mixing Bowls with Airtight Lids Set, 26PCS Stainless Steel Khaki Bowls with Grater Attachments, Non-Slip Bottoms & Kitchen Gadgets Set, Size 7, 4, 2.5, 2.0,1.5, 1QT, Great for Mixing & Serving', '6shhQBiRC', 14, 'AIRTIGHT LIDS & 3 GRATER ATTACHMENTS The airtight lids that come with this mixing bowl set make it easy to store ingredients and leftovers without worrying about spills or leaks. 3.5qt had a removable lid inside the main lid, for adding contents or pairing it with your blender without removing the entire lid to prevent splash. This bowl set comes with 3 different grater attachments (slicing/grating/shredding) just shred or slice right into the bowl! Perfect for preparing salads!\r\nNON-SLIP SILICONE BOTTOMS The rubber on the bottom of the mixing bowls is great for gripping and staying put which prevents sliding on the countertops when mixing and also protects the desk from high temperatures. There is no doubt that the silicone base is more wear-resistant, you do not need to worry about the wear of the stainless steel bowl bottom caused by long-term use\r\nNESTING BOWLS & DISHWASHER SAFE These kitchen serving bowls can be nested together and offer space-efficient storage in neat kitchen cupboards. The mirrored interior makes cleaning a breeze, This mixing bowl set also is dishwasher-safe, just put it in the dishwasher after use, and you will get a new bowl set. But pay attention that it\'s best to hand wash the lids, as the heat of the dishwasher can warp them\r\n6 SIZES BOWLS & EXTRA KITCHEN TOOLS SET The range of sizes from 7QT down to 1QT, makes this set incredibly versatile and suitable for a wide range of tasks. Each bowl comes with a QT label to make it easier to choose the right size, Bowl sizes fit on standard-size refrigerator shelves and cabinets. Comes with a brush, spatula, whisk, measuring spoons, and so on allowing you to save money on tools\r\nPREMIUM STAINLESS STEEL The stainless steel construction is durable for many years. This bowl set is constructed of a mirror-finish interior and matte-finish exterior ensuring dent resistance and rustproof. Food-grade stainless steel will not corrode or produce spots after long time use, please attention that after each cleaning, it is necessary to dry the inside with a cloth to prevent the corrosion of the remaining water on the bowl', 36.53, NULL, NULL, 35.99, 'Mixing Bowls with Airtight Lids Set, 26PCS Stainless Steel Khaki Bowls with Grater Attachments, Non-Slip Bottoms & Kitchen Gadgets Set, Size 7, 4, 2.5, 2.0,1.5, 1QT, Great for Mixing & Serving-89984.jpeg', 'Mixing Bowls with Airtight Lids Set, 26PCS Stainless Steel Khaki Bowls with Grater Attachments, Non-Slip Bottoms & Kitchen Gadgets Set, Size 7, 4, 2.5, 2.0,1.5, 1QT, Great for Mixing & Serving-23737.jpeg', 'Mixing Bowls with Airtight Lids Set, 26PCS Stainless Steel Khaki Bowls with Grater Attachments, Non-Slip Bottoms & Kitchen Gadgets Set, Size 7, 4, 2.5, 2.0,1.5, 1QT, Great for Mixing & Serving-34407.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-20 02:53:33', '2024-02-20 02:53:33'),
(5070, 'Authorized Distributor] KONNWEI KW890 Oil Reset OBD2 Scanner Car Professional Battery Tester Analyzer Engine Check Automotive Code Reader Diagnose Tool', 'W2x8FJtsw', 16, 'KONNWEI KW890 Car Diagnostic Scanner\r\nKW890 car obd2 diagnostic scanner can work on all 1996 and newer 12V gasoline and diesel that are OBD II compliant. It can identify the cause of your CHECK ENGINE and perhaps x it with out going to see your dealer. It assists you in easily passing annual emissi ons tests and SMOG CHECK. It covers full OBDII/ EOBD diagnostic functi ons for engine system. O2 sensor test, EVAP systems test, and board mon itoring testgive you full control of your vehicle\'s running status, while a graphical and numeric live data stream display will help you to nd out the faulty sensor readings.', 128.00, NULL, NULL, 130.99, 'Authorized Distributor] KONNWEI KW890 Oil Reset OBD2 Scanner Car Professional Battery Tester Analyzer Engine Check Automotive Code Reader Diagnose Tool-17487.jpeg', 'Authorized Distributor] KONNWEI KW890 Oil Reset OBD2 Scanner Car Professional Battery Tester Analyzer Engine Check Automotive Code Reader Diagnose Tool-68544.jpeg', 'Authorized Distributor] KONNWEI KW890 Oil Reset OBD2 Scanner Car Professional Battery Tester Analyzer Engine Check Automotive Code Reader Diagnose Tool-54596.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-20 02:54:41', '2024-02-20 02:54:41'),
(5071, 'Walker Edison - Rectangular Rustic Solid Pine Wood Table - Rustic Oak', 'Aaa7OrWtp', 13, 'Enhance rustic or industrial-themed spaces with this distressed Walker Edison dining table. The open-sided design creates an airy, minimalist vibe, and the dark stained legs offer contrast to the tabletop, adding extra flair. This four-person Walker Edison dining table is crafted from responsibly sourced solid pine, offering reliable everyday use. \r\n\r\nSee less...\r\nSolid pine wood material\r\nProvides durability.\r\n\r\n52\" W x 36\" D work surface\r\nOffers a generous work area.\r\n\r\nRustic and farmhouse design\r\nAdds an industrial edge.\r\n\r\nAssembly required.', 290.99, NULL, NULL, 305.99, 'Walker Edison - Rectangular Rustic Solid Pine Wood Table - Rustic Oak-53360.jpeg', 'Walker Edison - Rectangular Rustic Solid Pine Wood Table - Rustic Oak-55320.jpeg', 'Walker Edison - Rectangular Rustic Solid Pine Wood Table - Rustic Oak-93674.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 02:56:08', '2024-02-20 02:56:08');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5072, 'Kroil 16.5 Oz. Penetrant Original (formerly known as AeroKroil), Penetrating Oil Aerosol, Multipurpose, Penetrant, 2 Pack, KS162C', 'BEJkx9qMs', 16, 'Kroil\'s 16.5 oz. aerosol can of penetrating oil (formerly known as AeroKroil) quickly penetrates into the smallest gaps between metal parts to loosen corrosion, dissolve carbon deposits and break lose seized parts, making even the toughest maintenance jobs easier, faster, safer and simpler to execute. Loosens frozen nuts and bolts, displaces water and prevents rust. Easy application makes even the toughest maintenance jobs easier, faster, and simpler.\r\n\r\nSince 1939, Kano has been a leading producer of penetrating oils and lubricants in the industrial maintenance, repair, and operations (MRO), and professional specialty trades. When stuck on a job, use Kroil.\r\nWarning: This product can expose you to chemicals which is [are] known to the State of California to cause cancer and birth defects or other reproductive harm.', 62.49, NULL, NULL, 65.99, 'Kroil 16.5 Oz. Penetrant Original (formerly known as AeroKroil), Penetrating Oil Aerosol, Multipurpose, Penetrant, 2 Pack, KS162C-84591.jpeg', 'Kroil 16.5 Oz. Penetrant Original (formerly known as AeroKroil), Penetrating Oil Aerosol, Multipurpose, Penetrant, 2 Pack, KS162C-23581.jpeg', 'Kroil 16.5 Oz. Penetrant Original (formerly known as AeroKroil), Penetrating Oil Aerosol, Multipurpose, Penetrant, 2 Pack, KS162C-67791.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-20 02:57:51', '2024-02-20 02:57:51'),
(5073, 'Drone with Dual Camera for Adults Kids, 1080P HD FPV Camera Drones with Carrying Case, Foldable RC Quadcopter Toy Gift for Boys Girls, 2 Batteries,Gravity Control,3 Speeds', 'K3QcdbIo3', 14, '✈【1080P HD Dual Camera & Live Video】-- MOCVOO drone for adults and beginners equipped with two 1080P HD cameras, the front camera upgrade wide-angle camera with 120° adjustable angle, capture the video and photos and share instantly on social media through APP control - Equipped with built-in camera and advanced FPV transmission tech, the drone can deliver 1080P image/video, you can see beautiful scenery from different perspectives in real-time, leaving you with immersive experience!\r\n✈【User Friendly】-- Camera drone has 3-adjustable speeds allows beginners/kids to quickly master the function, and also allows advanced players to enjoy the fun of shifting. In low-speed mode, there are automatic obstacle avoidance functions on the front, left and right sides. The UAV radar will avoid obstacles when they identify them (only available in the low-speed mode). Just tap the One Key Start/Landing button to start the fly. Altitude hold can maintain the drone at a certain height.\r\n✈【Multifunctional & More Fun to Fly】--Our drone with camera can perform 360° flips and rolls, makes fly more attractive.You can define an exact flying route on the App map, the drone will fly following the path, brings you wonderful flying experiences. Show “V” or “palm” gesture to let the camera drone recognize and take pictures or video. You can also add beauty or special effects to your photos directly in the APP, also add music to your video. And share with friends or family on social media.\r\n✈【Safe Design & Long Flying Time】The RC quadcopter has protective propeller guards to ensure safe flight for you. High quality ABS material and emergency stop function to free your worries of a shock or drop.Upgraded charging cable uses imported chips for overvoltage protection to prevent accidents caused by incorrect charging. 2 1800mAh batteries for up to 30 minutes ultra-long flight time. When in low battery, the lights of the drone continue to flash, you can operate it return to aviod loss.\r\n✈【Idea Gifts & Carrying Case】-- Our mini drone is a foldable design make this quadcopter drone small, you can take it anywhere you like. And comes with a handy carry case can easy to take out to have fun with your family when going outside. It is the ideal gift for birthday, Christmas, Fathers Day or other Day. The considerate design with carrying case that will be loved by kids, Men, Women, Teenagers, Boys, husband and boyfriend.', 17.99, NULL, NULL, 29.99, 'Drone with Dual Camera for Adults Kids, 1080P HD FPV Camera Drones with Carrying Case, Foldable RC Quadcopter Toy Gift for Boys Girls, 2 Batteries,Gravity Control,3 Speeds-81379.jpeg', 'Drone with Dual Camera for Adults Kids, 1080P HD FPV Camera Drones with Carrying Case, Foldable RC Quadcopter Toy Gift for Boys Girls, 2 Batteries,Gravity Control,3 Speeds-19772.jpeg', 'Drone with Dual Camera for Adults Kids, 1080P HD FPV Camera Drones with Carrying Case, Foldable RC Quadcopter Toy Gift for Boys Girls, 2 Batteries,Gravity Control,3 Speeds-47433.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-20 02:58:42', '2024-02-20 02:58:42'),
(5074, 'Syba SY-ACC65057 Steel PC Stand for ATX Case with Adj. Width with Caster wheels - Black', 'Dl55vxnbE', 16, 'Adjustable Width from 5 to 9\"\"\r\nBase Plate Dimensions: 9.75\"\" x 10\"\" x 1\"\"\r\nSide Walls Dimensions: 9.75\"\" x 3.5\"\" x 1.12\"\"\r\nMetal Thickness: 1/16\"\". Padded Interior. 4x 1.5\"\" Casters (2 with Double-Locking)\r\nMaximum Weight Supported (without Wheels): 200lbs. Maximum Weight Supported (with Wheels): 80lbs\r\nMain Body Color: Black\r\nWeights: 5lbs', 22.99, NULL, NULL, 29.00, 'Syba SY-ACC65057 Steel PC Stand for ATX Case with Adj. Width with Caster wheels - Black-42426.jpeg', 'Syba SY-ACC65057 Steel PC Stand for ATX Case with Adj. Width with Caster wheels - Black-83727.jpeg', 'Syba SY-ACC65057 Steel PC Stand for ATX Case with Adj. Width with Caster wheels - Black-56388.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-20 02:59:09', '2024-02-20 02:59:09'),
(5075, '248932, Gloss Black, 12 oz, Automotive Engine Enamel Spray Paint', 'zAIGnKp3F', 16, 'Size Name: 12 oz |\r\nColor: Black Gloss Automotive 248932 12 Oz Engine Enamel Spray Paint, Gloss Black (6 Pack) Automotive 248932 12 Oz Engine Enamel Spray Paint, Gloss Black (6 Pack)\r\nFeatures: 12 oz. engine spray paint Creates a smooth finish and is formulated for use on automotive engines and other automotive surfaces which reach intermittent temperatures up to 500F Gas and oil resistant Stops Rust formula Any angle spray with comfort tip Gloss Black From the Manufacturer Engine Enamel creates a smooth finish and is formulated for use on automotive engines and other automotive surfaces which reach intermittent temperatures up to 500F (260C).', 22.94, NULL, NULL, 25.99, '248932, Gloss Black, 12 oz, Automotive Engine Enamel Spray Paint-51082.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-20 03:00:37', '2024-02-20 03:00:37'),
(5076, '10001 Heavy Duty Oil Stabilizer - 32 oz.', '1rWN1vX9G', 16, 'A pure petroleum multi-use oil supplement. Controls noise, heat and wear in manual transmissions and differentials. Number one in the heavy duty and high performance industries. Stabilizer is a 100 percent petroleum product formulated to eliminate dry starts and reduce friction, heat and wear in any type of engine. It allows motor oils a higher degree of lubricity which reduces oil consumption and operating temperatures. Use Stabilizer in gear oil to stop leaks, reduce operating temperatures and increase the life of the gear oil. Since it is pure petroleum, it can safely blend with all other automotive lubricants, even synthetics, ATF and mineral oil.\r\n\r\nIt keeps old engines alive and new engines new.', 23.76, NULL, NULL, 25.99, '10001 Heavy Duty Oil Stabilizer - 32 oz.-91360.jpeg', '10001 Heavy Duty Oil Stabilizer - 32 oz.-81563.jpeg', '10001 Heavy Duty Oil Stabilizer - 32 oz.-26440.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-20 03:03:50', '2024-02-20 03:03:50'),
(5077, 'Oil Sprayer for Cooking', 'e1qMRRQWm', 14, 'Oil Sprayer for Cooking, Olive Oil Sprayer Mister, 210ml Olive Oil Spray Bottle, kitchen Gadgets Accessories for Air Fryer, Salad Making, BBQ, Roasting, Baking, Frying', 8.99, NULL, NULL, 13.55, 'Oil Sprayer for Cooking-66890.jpeg', 'Oil Sprayer for Cooking-16607.jpeg', 'Oil Sprayer for Cooking-40269.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-20 03:04:06', '2024-02-20 03:04:06'),
(5078, 'Phanteks(PH-VGPUKT4.0_03R) Gen4 Vertical GPU Support Bracket, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black', 'jOZdSkU1K', 16, 'Vertical mounting system for any graphics card. Compatible with 1-slot, 2-slot, 3-slot and 4-slot graphics cards\r\n7 PCI slot (ATX) chassis required. Can be directly installed without modding in the Phanteks Eclipse P300A/P360A/P400A chassis\r\nRubber pads included to support graphics card weight to prevent GPU sag\r\nPCI-E Gen4 x16 Riser Cable included with Dual layer induvial shielded cables\r\nPremium and durable cable design supporting full Gen4 speeds.', 59.99, NULL, NULL, 90.00, 'Phanteks(PH-VGPUKT4.0_03R) Gen4 Vertical GPU Support Bracket, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black-68642.jpeg', 'Phanteks(PH-VGPUKT4.0_03R) Gen4 Vertical GPU Support Bracket, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black-87217.jpeg', 'Phanteks(PH-VGPUKT4.0_03R) Gen4 Vertical GPU Support Bracket, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black-93168.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-20 03:04:53', '2024-02-20 03:04:53'),
(5079, 'EN-42 Hi-Tech Engine Spray Paint, Universal', 'eaih1MWij', 16, 'Universal A special formulation for close work applications. Produces a coating of superior durability under various stress conditions. Restores original factory color to engines, transmissions, and other OEM equipment. Heat resistant up to 300-Degree F, chemical and gas resistant. VOC compliant. As a responsible corporate citizen, of Sycamore is thoroughly committed to protecting the natural environment and ensuring the well-being of our employees. This means not only providing a safe, clean and healthy workplace, but also fulfilling our legal and social responsibilities within the community. has developed coatings with waterborne and high-solids resins as an alternative to traditional solvent-based polymers. products do not contain lead, cadmium, mercury, chromates or chlorinated solvents. From the Manufacturer A special formulation for close work applications. Produces a coating of superior durability under various stress conditions. Restores original factory color to engines, transmissions, and other OEM equipment. Heat resistant up to 300-Degree F, chemical and gas resistant. VOC compliant. As a responsible corporate citizen, of Sycamore is thoroughly committed to protecting the natural environment and ensuring the well-being of our employees.\r\n\r\nThis means not only providing a safe, clean and healthy workplace, but also fulfilling our legal and social responsibilities within the community. has developed coatings with waterborne and high-solids resins as an alternative to traditional solvent-based polymers. products do not contain lead, cadmium, mercury, chromates or chlorinated solvents.', 28.06, NULL, NULL, 30.15, 'EN-42 Hi-Tech Engine Spray Paint, Universal-47029.jpeg', NULL, NULL, 'Automotive kits', 2.5, NULL, 1, '2024-02-20 03:06:51', '2024-02-20 03:06:51'),
(5080, 'Insignia™ - Universal TV Feet Replacement Kit for TVs 49\"-77\" or 100 lbs - Black', 'vkoOEGYef', 13, 'Replace the feet of your TV and customize your entertainment setup how you like it. With the Insignia Universal TV Feet Replacement Kit for TVs 49\"-77\" or 100 lbs, give your TV some extra height to tuck your soundbar, gaming systems and more right under. It has a near-universal fit, and the included hardware gives you a quick and easy installation process. Simply attach it to the wall-mount holes of your 49\" to 77\" TV and it’s ready to go. It also has a durable metal construction and scratch-resistant pads, protecting your electronics. Switch the layout of your entertainment systems to a more convenient look and enjoy a better, simpler setup. \r\n\r\nSee less...\r\nUniversal TV feet replacement\r\nCompatible with TVs between 49\" and 77\" and up to 100 lbs.\r\n\r\nHeight adjustable\r\nLets you place soundbars, gaming systems and more directly under your TV.\r\n\r\nBetter fit\r\nReplaces the factory feet of your TV to allow a better fit on narrow stands.\r\n\r\nEffortless installation\r\nAttaches to your TV’s wall-mount holes for a near-universal fit.\r\n\r\nDurable metal construction\r\nProvides dependable stability and trust.\r\n\r\nScratch-resistant pads\r\nProvide a cushion for your soundbar or gaming console.\r\n\r\nHardware included\r\nFor a quick and easy setup.\r\n\r\nBlack design\r\nMatches the color of your TV for a discreet, modern look.\r\nWhat\'s Included\r\n\r\nInsignia Universal TV Feet Replacement Kit for TVs 49\"-77\" or 100 lbs\r\n\r\nTV feet (2)\r\n\r\nTV brackets (2)\r\n\r\nassembly hardware and hex key\r\n\r\nsoundbar scratch resistant pads (2)\r\n\r\nmounting hardware\r\n\r\nUser Guide', 40.99, NULL, NULL, 49.99, 'Insignia™ - Universal TV Feet Replacement Kit for TVs 49\"-77\" or 100 lbs - Black-36119.jpeg', 'Insignia™ - Universal TV Feet Replacement Kit for TVs 49\"-77\" or 100 lbs - Black-99171.jpeg', 'Insignia™ - Universal TV Feet Replacement Kit for TVs 49\"-77\" or 100 lbs - Black-23118.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 03:08:41', '2024-02-20 03:08:41'),
(5081, 'Web Launcher String Shooters Toy, Cool Gadgets Spider String Shooter Real Silk-Can Grab Small Objects, Superhero Role-Play Cool Stuff Fun Toys Great for Men and Kids', 'qNpbz9HaZ', 14, '😍【Become A Superhero】: This is a rebootable web shooter with an adjustable wrist strap for a comfortable fit that fires cobwebs, wear it to imagine yourself as your favorite superhero and mimic various scenarios, An essential spider web shooter toy for kids.egebdrker.\r\n😍【High Quality Product】: The web shooters for kids，shaped using 3D printing, hand polished, eco-friendly. After many anti-drop tests, the quality is guaranteed, sturdy and tightly stitched, durable, safe and reliable, flexible and easy to carry.\r\n😍【A variety of ways to play】:light press on the launch switch to shoot. The head with a magnet can be adhere to iron products after being launched. If the magnet is replaced with a suction cup,Using suction cups instead of magnets, the head can be attached to smooth surfaces (such as tile, glass, iron).\r\n😍【Easy to operate】:This is a web launcher that can be repeatedly launched, Lightly press the transmitter switch to shoot, the spider web shooters effective distance can reach 9.4 feet.\r\n🎁【Perfect Gift】:For fancy dress parties, interactive games, cosplay, Halloween party nights, stage shows, everyday items or other occasions, web shooters for kids，etc.', 19.98, NULL, NULL, 36.98, 'Web Launcher String Shooters Toy, Cool Gadgets Spider String Shooter Real Silk-Can Grab Small Objects, Superhero Role-Play Cool Stuff Fun Toys Great for Men and Kids-64912.jpeg', 'Web Launcher String Shooters Toy, Cool Gadgets Spider String Shooter Real Silk-Can Grab Small Objects, Superhero Role-Play Cool Stuff Fun Toys Great for Men and Kids-74952.jpeg', 'Web Launcher String Shooters Toy, Cool Gadgets Spider String Shooter Real Silk-Can Grab Small Objects, Superhero Role-Play Cool Stuff Fun Toys Great for Men and Kids-32849.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-20 03:09:26', '2024-02-20 03:09:26'),
(5082, 'STEELMAN 78523 15-Piece 3/8\" Drive 6-Point Metric Chrome Socket Set', 'bTQ1cTE3p', 16, 'This product contains a chemical known to the State of California to cause cancer.\r\nCalifornia Proposition 65: This product contains a chemical known to the State of California to cause birth defects or other reproductive harm. Whether you work in the automotive industry or just need to repair some furniture or an appliance, the STEELMAN PRO 78523 15-Piece 3/8-Inch Drive 6-Point Metric Socket Set will always come in handy. Constructed of durable heavy-duty chrome vanadium steel, these shallow depth sockets have the strength required for high torque jobs and will fit onto any 3/8-inch drive ratchet, torque wrench, extension bar, or adapter. The sockets all feature a rust and corrosion resistant high polish chrome finish that not only looks good but is easy to wipe clean of dirt, oil, and grime. The socket\'s 6-point design grips the sides of fasteners and not the corners, reducing wear and the chance of slippage or rounding the fastener. Easy to read size markings are laser etched onto the steel making it simple to identify the socket you need without the worry that the markings will fade, wear away, or rub off with use. Set includes the following metric sizes: 7mm, 8mm, 9mm, 10mm, 11mm, 12mm, 13mm, 14mm, 15mm, 16mm, 17mm, 18mm, 19mm, 20mm, and 21mm. Rated to meet or exceed ANSI / ASME performance requirements for hand tools, these can handle tough use in any professional or home shop / garage.', 23.19, NULL, NULL, 25.44, 'STEELMAN 78523 15-Piece 3/8\" Drive 6-Point Metric Chrome Socket Set-96799.jpeg', 'STEELMAN 78523 15-Piece 3/8\" Drive 6-Point Metric Chrome Socket Set-33918.jpeg', 'STEELMAN 78523 15-Piece 3/8\" Drive 6-Point Metric Chrome Socket Set-74885.jpeg', 'Automotive kits', 3.0, NULL, 1, '2024-02-20 03:10:13', '2024-02-20 03:10:13'),
(5083, 'Phanteks Gen4 Vertical GPU Bracket Reinforced, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black', '6NNjClbZh', 16, 'Vertical mounting system for any graphics card. Compatible with 1-slot, 2-slot, 3-slot and 4-slot graphics cards.\r\n7 PCI slot (ATX) chassis required. Can be directly installed without modding in the Phanteks Eclipse G300A/G360A/G500A/P600S and Evolv X\r\nPCI-E Gen4 x16 Riser Cable included with Dual layer individual shielded cables.\r\nPremium and durable cable design supporting full Gen4 speeds.', 54.99, NULL, NULL, 70.00, 'Phanteks Gen4 Vertical GPU Bracket Reinforced, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black-72490.jpeg', 'Phanteks Gen4 Vertical GPU Bracket Reinforced, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black-74707.jpeg', 'Phanteks Gen4 Vertical GPU Bracket Reinforced, 220mm Flat Line PCI-E Gen4 x16 Riser Cable Kit, Black-83895.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-20 03:11:50', '2024-02-20 03:11:50'),
(5084, 'USB Digital Microscope Camera', 'xr1F6iC0v', 14, 'More than just a microscope\r\nIt is an HD camera that can take photos and record videos. When used, the product can be directly connected to the corresponding interface of the mobile phone to display pictures on the APP. It supports 10S devices and Android devices with OTG functions. It can be easily applied in different fields. 1920*1440P videos and photos allow us to see the details of the microscopic world, and capture and explore the world.\r\n\r\n50-1600x zoom digital microscope\r\n\r\nThis handheld digital microscope has a magnification range of 50X-1600X to meet most of your needs, making it easy to work and focus using the tube focus wheel. Check out the incredible details.\r\n\r\nEquipped with 8 adjustable LED lights\r\n\r\nThese built-in 8 LED lights provide us with a wonderful experience, allowing you to clearly see the details of the target object even in a dark environment.\r\n\r\nHow to focus using the focus/magnification dial:\r\n\r\nThe optimal focal length of the microscope is 0-90mm. Different object distances correspond to different magnifications. You need to adjust the focus by adjusting the focusing wheel to see the object clearly.', 19.99, NULL, NULL, 29.99, 'USB Digital Microscope Camera-98681.jpeg', 'USB Digital Microscope Camera-89510.jpeg', 'USB Digital Microscope Camera-66243.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-20 03:15:52', '2024-02-20 03:15:52'),
(5085, 'BBK Performance', 'CC3Tuj8Pp', 11, 'BBK Performance is a well-known brand in the automotive industry, specializing in high-performance parts and accessories. They offer a wide range of products, including exhaust systems, cold air intakes, throttle bodies, and more. Their products are designed to enhance the power and performance of your vehicle, giving you that extra boost on the road or track. If you\'re looking to upgrade your car\'s performance, BBK Performance is definitely a brand worth considering.', 169.99, NULL, NULL, 173.99, 'BBK Performance-32165.jpeg', 'BBK Performance-71229.jpeg', 'BBK Performance-39526.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-20 03:16:35', '2024-02-20 03:16:35'),
(5086, 'Whalen Furniture - 75\" TV Console For Most Flat Panel TVs Up to 75\" - Black', 'TKcxlZP9k', 13, 'Display your flat panel TV in sytle with this Whalen Furniture BBAVC66-GB TV console, which features a sturdy steel frame with tempered glass shelves that support a variety of components. \r\n\r\nSupports most flat panel TV up to 75\" and weighing up to 135 lbs.\r\nTo make a stunning addition to your home entertainmnet area.\r\n\r\nSteel Frame\r\nProvides a sturdy, durable design.\r\n\r\nTempered-Glass Shelves\r\nProvide plenty of storage space for your components', 150.99, NULL, NULL, 169.99, 'Whalen Furniture - 75\" TV Console For Most Flat Panel TVs Up to 75\" - Black-16907.jpeg', 'Whalen Furniture - 75\" TV Console For Most Flat Panel TVs Up to 75\" - Black-70184.jpeg', 'Whalen Furniture - 75\" TV Console For Most Flat Panel TVs Up to 75\" - Black-52220.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 03:17:33', '2024-02-20 03:17:33'),
(5087, '902-707 Engine Coolant Water Outlet for Select Seat / Volkswagen Models', '7oyG1edHZ', 16, 'This replacement engine coolant water outlet is engineered to match the fit and durability of the stock engine coolant water outlet on specified vehicles. It is designed to withstand extreme temperature changes to extend service life.', 14.27, NULL, NULL, 16.33, '902-707 Engine Coolant Water Outlet for Select Seat / Volkswagen Models-41696.jpeg', '902-707 Engine Coolant Water Outlet for Select Seat / Volkswagen Models-20551.jpeg', '902-707 Engine Coolant Water Outlet for Select Seat / Volkswagen Models-50951.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-20 03:19:30', '2024-02-20 03:19:30'),
(5088, 'Phanteks PH-DRGB_SKT Digital RGB LED Starter Kit', 'tlZ6ljGPD', 16, 'Customize your lighting with Phantek’s D-RGB controller Preprogrammed with the best selection of color modes and patterns Easy control with a simple 3-button remote.\r\nWorks right away, without the installation of additional third party software.', 66.95, NULL, NULL, 90.00, 'Phanteks PH-DRGB_SKT Digital RGB LED Starter Kit-55781.jpeg', 'Phanteks PH-DRGB_SKT Digital RGB LED Starter Kit-53659.jpeg', 'Phanteks PH-DRGB_SKT Digital RGB LED Starter Kit-14305.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-20 03:19:30', '2024-02-20 03:19:30'),
(5089, 'Mop and Bucket with Wringer Set for Home', '46YU5OPst', 14, '[HOUSEHOLD CLEANING TOOL] JOYMOOP mop and bucket with wringer set, 2 chambers of mop bucket, WASH and DRY, scratch dirt away in WASH chamber, squeeze out of water in DRY chamber, without hands cleaning. !NOTE:PLEASE WET MOP to avoid hard-insert Problem!\r\n[MOP AND BUCKET] Self cleaning mop, SAVE your time and labor, let the bucket does more than by yourself, mopping is just between mop and bucket, be free from dirty water, All you need to do is inserting and pulling the mop.\r\n[MOPS FOR FLOOR CLEANING] With 360° rotation mop head, it can reach to wall, any corners and those \"under-the-whatever\" places. And adjustable Stainless Steel Handle can be extended from 26.5 to 50.0 inches, do mopping with your whole family members by this Clean Home Mop.\r\n[EASY STORAGE] All pieces are compact enough to fit effortlessly inside the bucket. When you don\'t use it, just put it in the corner and never worry about taking up too much space.\r\n[REUSABLE MICROFIBER PAD REFILLS] 3 microfiber mop pads refills come with this set. Strong water absorption let you easily do any wet and dry cleaning. Washable mop pads maintain quality after washed in your washing machine, keep long-term usability. Recommend to REPLACE PAD refills every 1-2 months up to use frequency.', 39.99, NULL, NULL, 61.39, 'Mop and Bucket with Wringer Set for Home-19583.jpeg', 'Mop and Bucket with Wringer Set for Home-33610.jpeg', 'Mop and Bucket with Wringer Set for Home-55834.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-20 03:20:56', '2024-02-20 03:20:56'),
(5090, 'King of Sloth - Vellum Edition', 'CTXmQVzeN', 16, 'This exclusive pre-order edition will include a vellum overlay with the copy of the book! Limit one (1) per household. Quantities are limited so order now! Artwork by @lulybot \r\n\r\nHe\'d never wanted anyone enough to chase them...until he met her.\r\n\r\nCharming, easygoing, and rich beyond belief, Xavier Castillo has the world at his fingertips. \r\n\r\nHe also has no interest in taking over his family\'s empire (much to his father\'s chagrin), but that hasn\'t stopped women from throwing themselves at him...unless the woman in question is his publicist. \r\n\r\nNothing brings him more joy than riling her up, but when a tragedy forces them closer than ever, he must grapple with the uncertainty of his future--and the realization that the only person immune to his charms is the only one he truly wants. \r\n\r\n***\r\n\r\nCool, intelligent, and ambitious, Sloane Kensington is a high-powered publicist who\'s used to dealing with difficult clients. \r\n\r\nHowever, none infuriate--or tempt--her more than a certain billionaire heir, with his stupid dimples and laid-back attitude. \r\n\r\nShe may be forced to work with him, but she\'ll never fall for him...no matter how fast he makes her heart beat or how thoughtful he is beneath his party persona. \r\n\r\nHe\'s her client, and that\'s all he\'ll ever be. Right?', 17.99, NULL, NULL, 19.99, 'King of Sloth - Vellum Edition-95822.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-20 03:23:52', '2024-02-20 03:23:52'),
(5091, 'Powerful Milk Frother Handheld Foam Maker for Lattes - Whisk Drink Mixer for Coffee, Mini Foamer for Cappuccino, Frappe, Matcha, Hot Chocolate & Coffee Creamer by Milk Boss (Black)', 'hfZZvqCrg', 14, 'MAKE RICH, CREAMY FROTH IN SECONDS: We coffee lovers are serious when it comes to our coffee. The Milk Boss Frother gives that professional finishing touch to your latte, cappuccino, macchiato or hot chocolate. Make delicious foamy creamer for your drinks at home without a trip to the coffee shop with your own milk frother. The benefits of having your own electric drink whisk mixer are endless, you can make your own best latte, you know your tastes best. Note: Packaging may vary.\r\nMATCHA WHISKING, COFFEE & MORE: Works better than a manual matcha whisk for making matcha tea and works far better than fork or whisk for coffee. It works very well to mix nutritious protein powder drinks with no extra container, blender or bottle shaker to wash. Use our mini mixer for your whisking and mixing needs: Give healthy shakes and smoothies a kick by adding powder or egg nog flavor and mixing.\r\nPROVEN AND TRUSTED QUALITY: We use only premium materials. The construction will last, backed by our Zulay Guarantee to not rust or break, ever. Our small and efficient frother works on all types of milk - half and half, creamer, soy, almond, cashew, hazelnut, whole milk, and other dairy such as butter or cream.\r\nEASY TO CLEAN AND STORE: The durable convenient metal stand gives easy access for foamy goodness in seconds. Cleanup for this matcha wisk & frother is even faster. To clean just put the whisk in hot running water and briefly turn it on – instantly clean! When stored on counter or table it sits nicely next other coffee accessories. Our powerful and durable hand-held milk frother is powered by two AA batteries (not included) with a compact electric design that easily fits in a drawer.\r\nNO HASSLE, ZULAY GUARANTEE: We love and take pride in our milk frother and we back this up with a lifetime guarantee. Have the confidence that this frother will last, if there are ever any issues, just contact us and we will make it right. Order now and be assured that this product will live up to your expectations, guaranteed.', 4.99, NULL, NULL, 9.99, 'Powerful Milk Frother Handheld Foam Maker for Lattes - Whisk Drink Mixer for Coffee, Mini Foamer for Cappuccino, Frappe, Matcha, Hot Chocolate & Coffee Creamer by Milk Boss (Black)-93096.jpeg', 'Powerful Milk Frother Handheld Foam Maker for Lattes - Whisk Drink Mixer for Coffee, Mini Foamer for Cappuccino, Frappe, Matcha, Hot Chocolate & Coffee Creamer by Milk Boss (Black)-69484.jpeg', 'Powerful Milk Frother Handheld Foam Maker for Lattes - Whisk Drink Mixer for Coffee, Mini Foamer for Cappuccino, Frappe, Matcha, Hot Chocolate & Coffee Creamer by Milk Boss (Black)-15355.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-20 03:25:44', '2024-02-20 03:25:44'),
(5092, 'Five Families : The Rise, Decline, and Resurgence of America\'s Most Powerful Mafia Empires', 'rZU8WXGrc', 16, 'A 10th-anniversary edition of the New York Times bestselling history of the Mafia\'s infamous Five Families, featuring a new preface by the author.\r\n\r\nFor half a century, the American Mafia outwitted, outmaneuvered, and outgunned the FBI and other police agencies, wreaking unparalleled damage on America\'s social fabric and business enterprises while emerging as the nation\'s most formidable crime empire. The vanguard of this criminal juggernaut is still led by the Mafia\'s most potent and largest borgatas: New York\'s Five Families. Five Families is the vivid story of the rise and fall of New York\'s premier dons, from Lucky Luciano to Paul Castellano to John Gotti and others. This definitive history brings the reader right up to the possible resurgence of the Mafia as the FBI and local law-enforcement agencies turn their attention to homeland security and away from organized crime. This updated tenth-anniversary edition features a new preface by the author.', 24.01, NULL, NULL, 27.00, 'Five Families : The Rise, Decline, and Resurgence of America\'s Most Powerful Mafia Empires-83959.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-20 03:26:03', '2024-02-20 03:26:03'),
(5093, 'Simpli Home - Boyd Wooden Accent Table - Warm Dark Brown', 'vQ78CHlDc', 13, 'Bring sleek style to your space with the Boyd Wooden Accent Table. The unique shape and distinctive textured detail will bring a striking statement to any room. Place it next to a sofa, bed, or your favorite accent chair for a decorative touch. \r\n\r\nProduct dimensions\r\n12.6\" D x 12.6\" W x 17.7\" H\r\n\r\nProduct details:\r\nHandcrafted with care using the finest quality solid hardwood\r\n\r\nProduct Color and finishings\r\nHand-finished with a warm dark brown finish\r\n\r\nProduct features\r\nFeatures a sleek, sculptural design and distinctive textured finish\r\n\r\nOther details\r\nMultipurpose table can be used as an end table or side table. Looks great in your living room, great room, condo, bedroom or office\r\n\r\nStyle\r\nContemporary design\r\n\r\nAssembly\r\nFully assembled', 150.99, NULL, NULL, 176.99, 'Simpli Home - Boyd Wooden Accent Table - Warm Dark Brown-28009.jpeg', 'Simpli Home - Boyd Wooden Accent Table - Warm Dark Brown-61951.jpeg', 'Simpli Home - Boyd Wooden Accent Table - Warm Dark Brown-67507.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-20 03:26:29', '2024-02-20 03:26:29'),
(5094, 'NZXT Aer F120Q White - High Performance Airflow Fans - Single', 'J5k4cwFMq', 16, 'The Quiet Airflow Fan is an all-around fan for any PC build.\r\nIt\'s quiet, capable, and efficient.', 20.78, NULL, NULL, 57.00, 'NZXT Aer F120Q White - High Performance Airflow Fans - Single-25649.jpeg', 'NZXT Aer F120Q White - High Performance Airflow Fans - Single-28602.jpeg', 'NZXT Aer F120Q White - High Performance Airflow Fans - Single-80341.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-20 03:26:37', '2024-02-20 03:26:37'),
(5095, 'The House of Gucci [Movie Tie-In] : A True Story of Murder, Madness, Glamour, and Greed: A Summer Beach Read', '3qkPVdtUM', 16, 'New York Times Bestseller * Source for the MAJOR MOTION PICTURE starring Lady Gaga and Adam Driver\r\n\r\nThe sensational true story of murder, madness, glamour, and greed that shook the Gucci dynasty, now fully updated with a new afterword\r\n\r\nOn the morning of March 27, 1995, four quick shots cracked through Milan\'s elegant streets. Maurizio Gucci, heir to the fabulous fashion dynasty, had been ambushed, slain on the steps to his office by an unknown gunman. Two years later, Milan\'s chief of police entered the sumptuous palazzo of Maurizio\'s ex-wife, Patrizia Reggiani--nicknamed \"the Black Widow\" by the press--and arrested her for the murder.\r\n\r\nDid Patrizia kill her ex-husband because his spending was wildly out of control? Did she do it because he was preparing to marry his mistress? Or is it possible Patrizia didn\'t do it at all?\r\n\r\nThe Gucci story is one of glitz, glamour, and intrigue--a chronicle of the rise, near fall, and subsequent resurgence of a fashion dynasty. Beautifully written, impeccably researched, and widely acclaimed, The House of Gucci is a page-turning account of high fashion, high finance, and heartrending personal tragedy.', 17.99, NULL, NULL, 22.00, 'The House of Gucci [Movie Tie-In] : A True Story of Murder, Madness, Glamour, and Greed: A Summer Beach Read-90073.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-20 03:29:58', '2024-02-20 03:29:58'),
(5096, 'Bumble Bee Prime', 'NPLi51g1m', 16, '12-Pack 3.25-Oz Bumble Bee Prime Protein on the Run Gourmet Tuna Snack Kit (Black Pepper & Olive Oil)', 22.69, NULL, NULL, 35.99, 'Bumble Bee Prime-80454.jpeg', 'Bumble Bee Prime-10835.jpeg', 'Bumble Bee Prime-50727.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-20 03:31:26', '2024-02-20 03:31:26'),
(5097, 'Bose - Wireless ¼” Instrument Transmitter for S1 Pro+ PA System', 'hCk5F4jpD', 13, 'Get to playing faster by leaving your cables behind with a ¼” wireless transmitter for guitars, keyboards, and other instruments. It pairs effortlessly with the wireless RF receiver integrated into the S1 Pro+ and uses a 2.4 GHz frequency for reliable wireless connection up to 30 feet. Up to 4 hours of battery life. When not in use, the transmitter stores neatly inside the speaker to charge. \r\n\r\nSee more...\r\n¼” wireless transmitter for guitars, keyboards, and other instruments\r\nSkip the cables and connect to your amp, wire-free.\r\n\r\nStay wirelessly connected up to 30 feet.\r\n2.4 GHz frequency offers a reliable wireless connection.\r\n\r\nGet up to 4 hours of battery life.\r\nKeep the show going without having to plug in.\r\n\r\nDesigned for ultimate convenience.\r\nDevice features built-in on/off controls and stores inside the S1 Pro+ PA speaker to charge.\r\n\r\nPairs effortlessly with the wireless RF receiver integrated into the S1 Pro+ PA speaker.\r\nThe perfect match for the most seamless experience.', 120.00, NULL, NULL, 149.00, 'Bose - Wireless ¼” Instrument Transmitter for S1 Pro+ PA System-89850.jpeg', 'Bose - Wireless ¼” Instrument Transmitter for S1 Pro+ PA System-52418.jpeg', 'Bose - Wireless ¼” Instrument Transmitter for S1 Pro+ PA System-91751.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-20 03:31:32', '2024-02-20 03:31:32'),
(5098, 'NZXT F120 RGB Fans - RF-R12SF-W1 - Advanced RGB Lighting Customization - Whisper Quiet Cooling - Single (RGB Fan & Controller Required & NOT Included) - 120mm Fan - White', '4AcZIq0DH', 16, 'Designed to dazzle with vibrant RGB lighting effects\r\nCustomize RGB lighting through NZXT CAM\r\nSmart frame design with anti-vibration rubber corners dampens noise\r\nThe Patented Fluid Dynamic Bearing offers a 60,000-hour lifespan\r\nPWM fan for optimized cooling adjustments', 24.99, NULL, NULL, 55.00, 'NZXT F120 RGB Fans - RF-R12SF-W1 - Advanced RGB Lighting Customization - Whisper Quiet Cooling - Single (RGB Fan & Controller Required & NOT Included) - 120mm Fan - White-71536.jpeg', 'NZXT F120 RGB Fans - RF-R12SF-W1 - Advanced RGB Lighting Customization - Whisper Quiet Cooling - Single (RGB Fan & Controller Required & NOT Included) - 120mm Fan - White-77031.jpeg', 'NZXT F120 RGB Fans - RF-R12SF-W1 - Advanced RGB Lighting Customization - Whisper Quiet Cooling - Single (RGB Fan & Controller Required & NOT Included) - 120mm Fan - White-79783.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-20 03:31:39', '2024-02-20 03:31:39'),
(5099, 'The Last Book on the Left : Stories of Murder and Mayhem from History\'s Most Notorious Serial Killers', 'raGr9PxCU', 16, 'An equal parts haunting and hilarious deep-dive review of history\'s most notorious and cold-blooded serial killers, from the creators of the award-winning Last Podcast on the Left\r\n\r\nSince its first show in 2010, The Last Podcast on the Left has barreled headlong into all things horror, as hosts Henry Zebrowski, Ben Kissel, and Marcus Parks cover subjects spanning Jeffrey Dahmer, werewolves, Jonestown, and supernatural phenomena. Deeply researched but with a morbidly humorous bent, the podcast has earned a dedicated and aptly cultlike following for its unique take on all things macabre.\r\n\r\nIn their first book, the guys take a deep dive into history\'s most infamous serial killers, from Ted Bundy to John Wayne Gacy, exploring their origin stories, haunting habits, and perverse predilections. Featuring newly developed content alongside updated fan favorites, each profile is an exhaustive examination of the darker side of human existence. With appropriately creepy four-color illustrations throughout and a gift-worthy paper over board format, The Last Book on the Left will satisfy the bloodlust of readers everywhere.', 26.00, NULL, NULL, 39.99, 'The Last Book on the Left : Stories of Murder and Mayhem from History\'s Most Notorious Serial Killers-62528.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-20 03:32:05', '2024-02-20 03:32:05'),
(5100, 'Midnight in the Garden of Good and Evil : A Savannah Story', 'MWKt5EMTZ', 16, '\"Midnight in the Garden of Good and Evil: A Savannah Story\" is a captivating book set in the enchanting city of Savannah. It\'s a non-fiction novel written by John Berendt, and it\'s filled with mystery, intrigue, and colorful characters. The book delves into the unique culture and history of Savannah, exploring its dark secrets and eccentric personalities. It\'s a must-read for anyone who loves a good Southern Gothic tale.', 15.12, NULL, NULL, 18.00, 'Midnight in the Garden of Good and Evil : A Savannah Story-37286.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-20 03:34:41', '2024-02-20 03:34:41'),
(5101, 'PreSonus - ATOM SQ - Black', '28KkxBubt', 13, 'Music creation made fun, fast, and easy; ATOM SQ is all about creating a groove while in the groove. Just set up a couple of loop points and bang out your beats and melodies on the fly, without getting bogged down in kludgy menu dives, setup, or configuration. A staggered 16-pad layout ensures that both keyboard players and drum programmers will be right at home, and the pads’ pressure sensitivity allows for truly expressive performances. Make ATOM SQ your own—the eight assignable rotary encoders can be mapped to control nearly whatever you like, and RGB LEDs in the pads make for gorgeous, intuitive color-coordination of your samples and loops. Studio One Artist and Ableton Live Lite are included, so you\'ll be making beats on day one—and its bus-powered, portable design means you can create nearly anywhere. Keyboards and mice are for spreadsheets and flowcharts. Get an ATOM SQ and sculpt your music by hand. \r\n\r\nSee less...\r\nA complete music production package with hybrid MIDI keyboard/pad performance and production controller with Studio One® Artist and Ableton® Live Lite both included\r\n\r\n32 velocity- and pressure-sensitive, RGB LED pads in a unique, staggered layout; intuitive for keyboard players and step sequencer fans\r\n\r\nContext-sensitive screen displays valuable parameter information including CC assignments, swing, and much more\r\n\r\nEight endless rotary encoders and expressive touch strip can be easily configured to control nearly any software parameter\r\n\r\nIncludes 2 loop packs from with custom kits for Impact XT\r\n\r\nDeep integration with Studio One’s Pattern editor for intuitive step sequencer programming\r\n\r\nExpressive arpeggiator for dramatic, easily-performed melodies\r\n\r\nIncludes custom-curated content libraries for ATOM SQ\r\n\r\nConstrain to Scale feature puts an end to wrong notes forever\r\n\r\nUSB bus-powered for easy connectivity and maximum portability', 220.99, NULL, NULL, 249.99, 'PreSonus - ATOM SQ - Black-60031.jpeg', 'PreSonus - ATOM SQ - Black-99622.jpeg', 'PreSonus - ATOM SQ - Black-44122.jpeg', 'Instruments', 3.5, NULL, 1, '2024-02-20 03:37:42', '2024-02-20 03:37:42'),
(5102, 'Hot Chocolate', 'FenN9zg91', 16, '24-Count Double Donut Hot Chocolate Pods for Keurig K Cups Brewers', 4.99, NULL, NULL, 7.27, 'Hot Chocolate-82510.jpeg', 'Hot Chocolate-84578.jpeg', 'Hot Chocolate-15612.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-20 03:37:48', '2024-02-20 03:37:48'),
(5103, 'Noctua NH-U14S, Premium CPU Cooler with NF-A15 140mm Fan (Brown)', 'spmcJJUZT', 16, 'Award-winning, slim 140mm single-tower design combines outstanding cooling performance with superb quietness of operation and excellent RAM compatibility\r\nDoes not overhang the RAM slots on LGA2066 and LGA2011 motherboards, ensuring full compatibility with tall modules\r\nHighly optimised NF-A15 140mm fan with PWM support and Low-Noise Adaptor for automatic speed control and ultra-quiet operation\r\nIncludes high-end NT-H1 thermal paste and SecuFirm2 mounting system for easy installation on Intel LGA1851, LGA1700, LGA1200, LGA115x and AMD AM5 & AM4', 72.00, NULL, NULL, 77.02, 'Noctua NH-U14S, Premium CPU Cooler with NF-A15 140mm Fan (Brown)-28676.jpeg', 'Noctua NH-U14S, Premium CPU Cooler with NF-A15 140mm Fan (Brown)-14662.jpeg', 'Noctua NH-U14S, Premium CPU Cooler with NF-A15 140mm Fan (Brown)-15832.jpeg', 'Accessories', 3.5, NULL, 1, '2024-02-20 03:39:08', '2024-02-20 03:39:08'),
(5104, 'Hercules - DJ Control Mix - White', '4qs9sSD2Y', 13, 'Hercules DJ Control Mix – Bluetooth Wireless DJ Controller for Smartphones (iOS and Android) – djay App – 2 Decks \r\n\r\nFull-featured\r\n2 virtual decks that include mixer, pitch, volume, Hot Cues, effects, etc. Jog wheels for mixing and scratching, plus faders, knobs and pads: mix like you would on a full-size DJ controller!\r\n\r\nMix anywhere\r\nDesigned to be portable and USB powered. Communicates wirelessly with your smartphone or tablet\r\n\r\nExpress yourself with djay\r\nIn the djay app, you can mix using tracks stored on your smartphone or from supported music streaming services (TIDAL and SoundCloud [iOS and Android], Beatport and Beatsource [iOS only]); music streaming service subscriptions are required\r\n\r\nDesigned for DJs\r\nLiven up the tracks you’re playing with effects, loops and samples. Allows you to access essential features for DJing (cue points, samples, effects, loops…)\r\nWhat\'s Included\r\n\r\nHercules DJ Control Mix\r\n\r\nUSB Power Cable\r\n\r\nSmartphone/Tablet Stand\r\n\r\nDJ Splitter Audio Cable', 70.99, NULL, NULL, 99.99, 'Hercules - DJ Control Mix - White-20095.jpeg', 'Hercules - DJ Control Mix - White-44497.jpeg', 'Hercules - DJ Control Mix - White-62554.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-20 03:41:17', '2024-02-20 03:41:17'),
(5105, 'Gatorade Zero', 'xbqdefRWF', 16, '80-Count Gatorade Zero Tablets (Watermelon or Glacier Cherry)', 22.37, NULL, NULL, 44.74, 'Gatorade Zero-84086.jpeg', 'Gatorade Zero-55454.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-20 03:42:10', '2024-02-20 03:42:10'),
(5106, 'DeepCool AK620 DIGITAL WH Performance Air Cooler, Dual-Tower Layout, Real-Time CPU Status Screen, 6 Copper Heat Pipes, 260W Heat Dissipation, Twin 120mm FDB Fans, All White Design', 'gUGQWeNiG', 16, 'REAL-TIME STATUS SCREEN: The digital screen displays the temperature and usage of your system\'s CPU in real time, and there is also a high temperature warning.\r\nPROVEN AK ZERO DARK DESIGN: An all-white edition of the dominant AK620 CPU cooler. The same premium quality materials, featuring six copper heat pipes, a pure copper coldplate, a dense dual-tower heat sink, and two silent FDB fans, produce powerful cooling performance in a clean design.\r\nUNLOCKED POTENTIAL: Achieve peak performance on your CPU with substantial cooling capacity for high frequency overclocking. The AK620 DIGITAL WH features maximum heat dissipation power and improved airflow to lower temperatures during demanding system applications.', 84.00, NULL, NULL, 109.00, 'DeepCool AK620 DIGITAL WH Performance Air Cooler, Dual-Tower Layout, Real-Time CPU Status Screen, 6 Copper Heat Pipes, 260W Heat Dissipation, Twin 120mm FDB Fans, All White Design-65805.jpeg', 'DeepCool AK620 DIGITAL WH Performance Air Cooler, Dual-Tower Layout, Real-Time CPU Status Screen, 6 Copper Heat Pipes, 260W Heat Dissipation, Twin 120mm FDB Fans, All White Design-58029.jpeg', 'DeepCool AK620 DIGITAL WH Performance Air Cooler, Dual-Tower Layout, Real-Time CPU Status Screen, 6 Copper Heat Pipes, 260W Heat Dissipation, Twin 120mm FDB Fans, All White Design-43589.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-20 03:48:29', '2024-02-20 03:48:29'),
(5107, 'Into the Wild', 'y60BQ2PCV', 16, 'What We\'re Reading Now\r\n\"Though the story is tragic, there\'s much inspiration to be found in Chris McCandless\' quest for a life that went against the norm.\"\r\nSara Kruszka - Books-A-Million, Raleigh, NC\r\n\r\nIn April 1992 a young man from a well-to-do family hitchhiked to Alaska and walked alone into the wilderness north of Mt. McKinley. His name was Christopher Johnson McCandless. He had given $25,000 in savings to charity, abandoned his car and most of his possessions, burned all the cash in his wallet, and invented a new life for himself. Four months later, his decomposed body was found by a moose hunter. How McCandless came to die is the unforgettable story of Into the Wild.\r\n\r\nImmediately after graduating from college in 1991, McCandless had roamed through the West and Southwest on a vision quest like those made by his heroes Jack London and John Muir. In the Mojave Desert he abandoned his car, stripped it of its license plates, and burned all of his cash. He would give himself a new name, Alexander Supertramp, and , unencumbered by money and belongings, he would be free to wallow in the raw, unfiltered experiences that nature presented. Craving a blank spot on the map, McCandless simply threw the maps away. Leaving behind his desperate parents and sister, he vanished into the wild.\r\n\r\nJon Krakauer constructs a clarifying prism through which he reassembles the disquieting facts of McCandless\'s short life. Admitting an interst that borders on obsession, he searches for the clues to the dries and desires that propelled McCandless. Digging deeply, he takes an inherently compelling mystery and unravels the larger riddles it holds: the profound pull of the American wilderness on our imagination; the allure of high-risk activities to young men of a certain cast of mind; the complex, charged bond between fathers and sons.\r\n\r\nWhen McCandless\'s innocent mistakes turn out to be irreversible and fatal, he becomes the stuff of tabloid headlines and is dismissed for his naivet, pretensions, and hubris. He is said to have had a death wish but wanting to die is a very different thing from being compelled to look over the edge. Krakauer brings McCandless\'s uncompromising pilgrimage out of the shadows, and the peril, adversity , and renunciation sought by this enigmatic young man are illuminated with a rare understanding--and not an ounce of sentimentality. Mesmerizing, heartbreaking, Into the Wild is a tour de force. The power and luminosity of Jon Krakauer\'s stoytelling blaze through every page.', 13.71, NULL, NULL, 16.00, 'Into the Wild-94607.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-20 03:56:17', '2024-02-20 03:56:17'),
(5108, 'Texas Instruments - TI-84+ CE Graphing Calculator - Black', '9FJx4vY2x', 13, 'Scientific calculator with equation recall combines statistics and advanced scientific functions. Two-line display shows entries on the top line and results on the bottom line. Entry line on the top of the display shows up to 11 characters and can scroll left and right up to 88. Result line on the bottom shows up to a 10-digit answer and 2-digit exponent. Functions include common/natural logarithms, fractions, fraction/decimal conversions, degrees to decimal conversion, reciprocals, factorials, grads, hyperbolics, polar/rectangular conversions. Fraction feature allows operations with fractions and mixed numbers. Two-variable statistics allow you to enter, delete, insert, and edit individual statistical data elements. Calculator runs on solar and battery power. \r\n\r\nSee less...\r\nFunctions:\r\nTrigonometric functions in degrees and radians Fractions\r\n\r\nFraction/Decimal conversions\r\n\r\nCommon natural logarithms\r\n\r\nReciprocals\r\n\r\nFactorials Universal Powers and Roots\r\n\r\nPolar/Rectangular conversions\r\n\r\nDisplay Screen: 2 Line - LCD\r\n\r\nPower Source: Battery, Solar\r\n\r\nHeight: 6.1\"\r\n\r\nWidth: 3.2\"\r\n\r\nDepth: 0.8\"\r\n\r\nWeight (Approximate): 4.80 oz\r\n\r\nCountry of Origin: China', 135.99, NULL, NULL, 149.99, 'Texas Instruments - TI-84+ CE Graphing Calculator - Black-50785.jpeg', 'Texas Instruments - TI-84+ CE Graphing Calculator - Black-85263.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-20 03:56:27', '2024-02-20 03:56:27');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5109, 'Nippon Labs Rack Mount FDU 4RU - Slide Out w/Tray, Holds 12 Panels & 12 Splice Trays (*24F ea.) & 2 Half Round Cable Routing Spools, Max. 288F, 5.25\"H x 19\"W x 12.5\"D - Black', 'gXStP3dbx', 16, 'Nippon Labs Rack Mount FDU 4RU - Slide Out w/Tray, Holds 12 Panels & 12 Splice Trays (*24F ea.) & 2 Half Round Cable Routing Spools, Max. 288F, 5.25\"H x 19\"W x 12.5\"D - Black', 280.87, NULL, NULL, 352.00, 'Nippon Labs Rack Mount FDU 4RU - Slide Out w/Tray, Holds 12 Panels & 12 Splice Trays (*24F ea.) & 2 Half Round Cable Routing Spools, Max. 288F, 5.25\"H x 19\"W x 12.5\"D - Black-69097.jpeg', 'Nippon Labs Rack Mount FDU 4RU - Slide Out w/Tray, Holds 12 Panels & 12 Splice Trays (*24F ea.) & 2 Half Round Cable Routing Spools, Max. 288F, 5.25\"H x 19\"W x 12.5\"D - Black-55163.jpeg', 'Nippon Labs Rack Mount FDU 4RU - Slide Out w/Tray, Holds 12 Panels & 12 Splice Trays (*24F ea.) & 2 Half Round Cable Routing Spools, Max. 288F, 5.25\"H x 19\"W x 12.5\"D - Black-11531.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-20 03:56:50', '2024-02-20 03:56:50'),
(5110, 'The Crucible', '3OFadvIL3', 16, 'A drama based on the witch trials in Salem Village.', 14.00, NULL, NULL, 15.99, 'The Crucible-74469.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-20 03:57:29', '2024-02-20 03:57:29'),
(5111, 'The Great Gatsby', 'fpqdujJqi', 16, 'The exemplary novel of the Jazz Age, F. Scott Fitzgeralds\' third book, The Great Gatsby (1925), stands as the supreme achievement of his career. T. S. Eliot read it three times and saw it as the \"first step\" American fiction had taken since Henry James; H. L. Mencken praised \"the charm and beauty of the writing,\" as well as Fitzgerald\'s sharp social sense; and Thomas Wolfe hailed it as Fitzgerald\'s \"best work\" thus far. The story of the fabulously wealthy Jay Gatsby and his love for the beautiful Daisy Buchanan, of lavish parties on Long Island at a time when, The New York Times remarked, \"gin was the national drink and sex the national obsession,\" it is an exquisitely crafted tale of America in the 1920s that resonates with the power of myth. A novel of lyrical beauty yet brutal realism, of magic, romance, and mysticism, The Great Gatsby is one of the great classics of twentieth-century literature.', 13.71, NULL, NULL, 17.00, 'The Great Gatsby-63147.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-20 03:59:14', '2024-02-20 03:59:14'),
(5112, 'Of Mice and Men', '41L5NMo8z', 16, 'Tragic tale of a retarded man and the friend who loves and tries to protect him. With illustrations from the movie starring John Malkovich and Gary Sinise.', 13.00, NULL, NULL, 15.00, 'Of Mice and Men-27280.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-20 04:00:36', '2024-02-20 04:00:36'),
(5113, 'To Kill a Mockingbird', '9jfzbQAzK', 16, 'The Winner Has Been Announced! America\'s Best-Loved Novel is To Kill A Mockingbird! \r\nOne of the best-loved stories of all time, To Kill a Mockingbird has earned many distinctions since its original publication in 1960. It won the Pulitzer Prize, has been translated into more than forty languages, sold more than thirty million copies worldwide, and been made into an enormously popular movie. Most recently, librarians across the country gave the book the highest of honors by voting it the best novel of the twentieth century.', 15.12, NULL, NULL, 16.99, 'To Kill a Mockingbird-41175.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-20 04:02:30', '2024-02-20 04:02:30'),
(5114, 'Texas Instruments - TI-84 Plus Graphing Calculator - Blue', 'RNrAPUOyu', 13, 'Calculate your way to the top of the class. Ideal for advanced high-school math and science classes. \r\n\r\nNumeric evaluations given in table format for all graphing modes\r\n\r\nUp to 10 graphing functions defined, saved, graphed and analyzed at one time\r\n\r\nCompatible with TI presentation tools for in-class collaboration\r\n\r\nAdvanced functions accessed through pull-down menus\r\n\r\nReal and complex numbers calculated to 14-digit accuracy and displayed with 10 digits plus a 2-digit exponent\r\n\r\nUser-defined list names — lists store up to 999 elements\r\n\r\nPowered by 4 AAA batteries with a battery backup to protect RAM memory during main battery change; impact-resistant slide case included10^Easy-to-read, high-contrast, 8-line x 16-character display\r\n\r\nHorizontal and vertical split-screen options\r\n\r\nAdvanced statistics features including 9 hypothesis testing functions, 6 confidence interval functions and 1-way analysis of variance', 120.99, NULL, NULL, 139.99, 'Texas Instruments - TI-84 Plus Graphing Calculator - Blue-37281.jpeg', 'Texas Instruments - TI-84 Plus Graphing Calculator - Blue-98992.jpeg', 'Texas Instruments - TI-84 Plus Graphing Calculator - Blue-38796.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-20 04:02:36', '2024-02-20 04:02:36'),
(5115, 'Fractal Design FD-A-SIDE-001 Tempered Glass Side Panel for Define 7 and Compatible Fractal Design Cases - Black with Dark Tinted TG', 'm3Qo3GaKM', 16, 'Scratch-resistant tempered glass with steel frame \r\nFits Define 7 and compatible Fractal Design cases \r\nEasily adapts to fit left or right-hand side \r\nBlack frame with dark tinted TG', 52.99, NULL, NULL, 67.00, 'Fractal Design FD-A-SIDE-001 Tempered Glass Side Panel for Define 7 and Compatible Fractal Design Cases - Black with Dark Tinted TG-10199.jpeg', 'Fractal Design FD-A-SIDE-001 Tempered Glass Side Panel for Define 7 and Compatible Fractal Design Cases - Black with Dark Tinted TG-68202.jpeg', NULL, 'Accessories', 5.0, NULL, 1, '2024-02-20 04:02:59', '2024-02-20 04:02:59'),
(5116, 'Lord of the Flies', 'mBGF9ejrs', 16, 'The classic tale of a group of English school boys who are left stranded on an unpopulated island, and who must confront not only the defects of their society but the defects of their own natures.', 9.79, NULL, NULL, 12.00, 'Lord of the Flies-19165.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-20 04:07:45', '2024-02-20 04:07:45'),
(5117, 'Audio-Technica - Dynamic Instrument Microphone', 'QGQB2bE0o', 13, 'Get more power out of your guitar or drum solos with this Audio-Technica dynamic cardioid instrument microphone. The switchable low-pass filter reduces high-frequency feedback as you play, and the double-dome diaphragm improves transient response for better sound quality. Featuring a low-profile design, this Audio-Technica dynamic cardioid instrument microphone attaches to your instrument without impeding your ability to play. \r\n\r\nSee less...\r\nDesigned for professional audios\r\nFor use with your existing device.\r\n\r\nDynamic microphone\r\nEnables recording of voiceovers, narration, interviews, reports and presentations.\r\n\r\nCardioid pattern\r\nPicks up your voice and insulates it from other signals.\r\n\r\n60Hz - 20kHz frequency response\r\nFor faithful sound reproduction.\r\n\r\n250 ohms minimum terminating impedance\r\nWith -57dBV/Pa sensitivity to deliver full sound.\r\n\r\n3 pin XLR connector\r\nEnsures durable, long-lasting operation.', 230.99, NULL, NULL, 269.99, 'Audio-Technica - Dynamic Instrument Microphone-11674.jpeg', NULL, NULL, 'Instruments', 1.0, NULL, 1, '2024-02-20 11:12:08', '2024-02-20 11:12:08'),
(5118, 'Apogee - USB Condenser Instrument and Vocal Microphone', 'GcBpw532e', 13, 'Bring magic to your recordings with this Apogee HypeMiC USB microphone. The cardioid polar pattern construction and condenser element reduce signal from behind the microphone, minimizing ambient noise in recordings. This Apogee HypeMiC USB microphone features a stereo headphone output to assist with low latency monitoring, letting you capture that perfect take faster. \r\n\r\nSee less...\r\nCompatible with iPhone®, iPad®, iPod®, Mac and Windows\r\nFor use with your existing device.\r\n\r\nCondenser microphone\r\nEnables recording of voiceovers, narration, interviews, reports and presentations.\r\n\r\nCarrying case\r\nProtects the microphone when not in use.\r\n\r\nCardioid pattern\r\nPicks up your voice and insulates it from other signals.\r\n\r\nUSB plug-and-play connectivity\r\nEnables simple digital recording.\r\n\r\nApple, the Apple logo and iTunes are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. iPod is a trademark of Apple Computer, Inc.\r\n\r\niPad is a trademark of Apple Inc., registered in the U.S. and other countries', 320.00, NULL, NULL, 349.00, 'Apogee - USB Condenser Instrument and Vocal Microphone-72397.jpeg', 'Apogee - USB Condenser Instrument and Vocal Microphone-21514.jpeg', 'Apogee - USB Condenser Instrument and Vocal Microphone-85943.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-20 11:16:05', '2024-02-20 11:16:05'),
(5119, 'JLab - Studio Pro ANC Over-Ear Headphones - Black', 'WGaviBpdy', 13, 'The Studio Pro ANC Over-Ear Headphones by JLab offer the ultimate listening experience with four noise control modes and Smart Active Noise Canceling. With an amazing 45+ hours of playtime, they are also ultra-comfortable with Form-Fit™ Earcups, plush Cloud Foam cushions and an adjustable headband. \r\n\r\nSmart Active Noise Control\r\nJLab Smart ANC adapts on-the-go to variants in your environment to create the best audio experience. Four microphones work together to cancel out noise and provide uninterrupted audio\r\n\r\nFour Noise Control Modes\r\nANC (High), ANC (Low), ANC Off and Be Aware (pass-through outside noises)\r\n\r\nLong Playtime\r\n45+ hours of playtime on a single charge\r\n\r\nDual Connectivity\r\nConnect wirelessly via Bluetooth to your PC, Mac or mobile, or plug-in directly with the included USB-C to 3.5mm cable\r\n\r\nCustom EQ3 Sound\r\nChoose between 3 custom EQ settings to match your personal preference: JLab Signature, Balanced, and Bass Boost\r\n\r\nAll Day Comfort\r\nForm-Fit Earcups are ergonomically shaped to the natural outline of the ear, and the Cloud Foam cushions add another layer of comfort\r\n\r\nTotal Control\r\nEasily adjust volume, play/pause, answer/reject calls, skip tracks, and control the ANC levels via the buttons on the earcups', 60.99, NULL, NULL, 79.99, 'JLab - Studio Pro ANC Over-Ear Headphones - Black-17800.jpeg', 'JLab - Studio Pro ANC Over-Ear Headphones - Black-89941.jpeg', 'JLab - Studio Pro ANC Over-Ear Headphones - Black-40367.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-20 11:26:06', '2024-02-20 11:26:06'),
(5120, 'TASCAM - TH-02 Wired Over-the-Ear Headphones - Black', 'iB0C76Mtp', 13, 'Noise Cancelling (Active)\r\nNo\r\nSound Mode\r\nStereo\r\nConnection Type\r\nWired\r\nHeadphone Fit\r\nOver-the-Ear\r\nAdjustable Headband\r\nNo\r\nGeneral\r\n\r\nProduct Name\r\nTH-02 Wired Over-the-Ear Headphones\r\nBrand\r\nTASCAM\r\nModel Number\r\nTH-02-B\r\nColor\r\nBlack\r\nColor Category\r\nBlack\r\nAudio\r\n\r\nNoise Cancelling (Active)\r\nNo\r\nSound Isolating\r\nNo\r\nMinimum Frequency Response\r\n18 hertz\r\nMaximum Frequency Response\r\n22 kilohertz\r\nImpedance\r\n32 ohms\r\nSensitivity\r\n98 decibels adjusted\r\nSound Mode\r\nStereo\r\nDriver Size\r\n50 millimeters\r\nConnectivity\r\n\r\nConnection Type\r\nWired\r\nConnector Size\r\n1/8 in. (3.5mm)\r\nDesign\r\n\r\nHeadphone Fit\r\nOver-the-Ear\r\nAdjustable Headband\r\nNo\r\nFoldable Design\r\nYes\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\n1 year\r\nManufacturer\'s Warranty - Labor\r\n1 year', 18.99, NULL, NULL, 23.99, 'TASCAM - TH-02 Wired Over-the-Ear Headphones - Black-12794.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-20 11:29:59', '2024-02-20 11:29:59'),
(5121, 'Audio-Technica - Condenser Vocal Microphone', 'f8JXsFSvN', 13, 'Broadcast your thoughts with this Audio-Technica vocal microphone pack. The included cardioid condenser microphone offers superior vocal reproduction, and the setup\'s boom arm clamps onto desks and is easy to reposition. This Audio-Technica vocal microphone pack features a pair of over-the-ear headphones with 40mm drivers that deliver crisp, accurate audio. \r\n\r\nSee less...\r\nCompatible with most Audio-Technica digital voice recorders\r\nFor use with your existing device.\r\n\r\nCondenser microphone\r\nEnables recording of voiceovers, narration, interviews, reports and presentations.\r\n\r\nCardioid pattern\r\nPicks up your voice and insulates it from other signals.\r\n\r\nMicrophone stand adapter, microphone stand mount\r\nFor optimal positioning.\r\n\r\n20Hz - 20kHz frequency response\r\nFor faithful sound reproduction.\r\n\r\n3 pin XLR connector\r\nEnsures durable, long-lasting operation.', 100.99, NULL, NULL, 149.99, 'Audio-Technica - Condenser Vocal Microphone-16275.jpeg', 'Audio-Technica - Condenser Vocal Microphone-16821.jpeg', 'Audio-Technica - Condenser Vocal Microphone-17284.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-20 11:34:50', '2024-02-20 11:34:50'),
(5122, 'Cuisinart 1 Cu.ft. Stainless Steel Microwave Oven CMW-100', 'wsEJz0Pu8', 16, 'Two convenient defrost functions to defrost food by weight or time \r\nEight preset options with serving-size options for each (total 25): Popcorn, Beverage, Rice, Reheat, Fresh Vegetables, Frozen Vegetables, Baked Potatoes, and Bacon \r\nTwo-stage cooking operation: Allows microwave to be set so that first stage of operation (such as 15 minutes on defrost), is automatically followed by a second stage (such as cooking for 8 minutes)', 200.00, NULL, NULL, 295.34, 'Cuisinart 1 Cu.ft. Stainless Steel Microwave Oven CMW-100-54035.jpeg', 'Cuisinart 1 Cu.ft. Stainless Steel Microwave Oven CMW-100-63918.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 16:00:35', '2024-02-20 16:00:35'),
(5123, 'Equator 0.8 cu.ft. Combination Microwave Oven Built-in/Freestanding in Stainless', 'b9iQtyN4s', 16, 'Use as microwave\r\nUse as oven\r\nCombine for Faster & Even Cooking\r\nFree Standing\r\nOptional Built-in and trim kit available', 369.00, NULL, NULL, 400.67, 'Equator 0.8 cu.ft. Combination Microwave Oven Built-in/Freestanding in Stainless-40863.jpeg', 'Equator 0.8 cu.ft. Combination Microwave Oven Built-in/Freestanding in Stainless-88842.jpeg', 'Equator 0.8 cu.ft. Combination Microwave Oven Built-in/Freestanding in Stainless-71428.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 16:04:27', '2024-02-20 16:04:27'),
(5124, 'HOOVER CH54113 Commercial Upright Vacuum,19 lb.,120 V G0463788', '2eCSMZLgi', 16, 'The Strong, Silent Type. Cause less disruption when you want it and more performance when you need it.\r\n\r\nHUSHTONE 2 Speed Motor - Less disruption with quiet 69 dB performance and a boost mode for high traffic areas\r\n\r\nIntellibelt - Permanent belt protected by automatic shutdown when brushroll jam occurs\r\n\r\nSealed Allergen System - HEXAGUARD technology traps 99% of dirt, dust and pollens down to 0.5 microns for cleaner air\r\n\r\n40 Foot Extension Cord - Included\r\n\r\nNo Tools/Assembly/Maintenance Required - Ready to use out of the box.', 409.98, NULL, NULL, 498.00, 'HOOVER CH54113 Commercial Upright Vacuum,19 lb.,120 V G0463788-52349.jpeg', 'HOOVER CH54113 Commercial Upright Vacuum,19 lb.,120 V G0463788-29388.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 16:08:55', '2024-02-20 16:08:55'),
(5125, 'Bissell BigGreen Lightweight Commercial Upright Vacuum', 'tALNG2nYU', 16, 'Bissell BigGreen Lightweight Commercial Upright features: 13\" cleaning head and weighs only 8 pounds. Boasts lifetime warranty fan. It self adjusts from carpet to bare floors. Fautures detacheable power cord, soft wheels to protect floors and easy-to-use carry handle. 40 cord. 480 watts. 4 amps. 6500 rpms. Green/Black.', 230.95, NULL, NULL, 389.00, 'Bissell BigGreen Lightweight Commercial Upright Vacuum-80372.jpeg', 'Bissell BigGreen Lightweight Commercial Upright Vacuum-22823.jpeg', 'Bissell BigGreen Lightweight Commercial Upright Vacuum-76397.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 16:16:53', '2024-02-20 16:16:53'),
(5126, 'Bissell BG102DC BigGreen Commercial 16\" ProCup Upright Vacuum', 'fdMkDSut1', 16, 'Powerful 870-watt motor.\r\nHeat overload protection system.\r\nReinforced fan (Virtually Indestructible with life time warranty).\r\nComfort Grip handle for easy use.\r\nDirt cup design.\r\n50 foot long', 208.00, NULL, NULL, 379.95, 'Bissell BG102DC BigGreen Commercial 16\" ProCup Upright Vacuum-88439.jpeg', 'Bissell BG102DC BigGreen Commercial 16\" ProCup Upright Vacuum-77357.jpeg', 'Bissell BG102DC BigGreen Commercial 16\" ProCup Upright Vacuum-44425.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-20 16:23:42', '2024-02-20 16:23:42'),
(5127, 'Inside Bridgerton', 'KgDvpRWIf', 1, 'The stunning, full-color, behind-the-scenes look at Netflix’s most popular series ever—the Emmy-nominated Regency-era Bridgerton—featuring exclusive material from cocreators Shonda Rhimes and Betsy Beers, photos and interviews with cast and crew, and more!', 45.00, NULL, NULL, 48.99, 'Inside Bridgerton-12432.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-20 16:29:20', '2024-02-20 16:29:20'),
(5128, 'Koblenz U-80 Commercial Upright Vacuum', 'DFe8xVwWg', 16, 'Energy Efficient\r\n\r\nLow Noiseonly 67.4 dB\r\n\r\nPowerful 7 amp motor\r\n\r\nLightweight, just 11.6 lb.\r\n\r\n50 ft. line cord\r\n\r\nNo tools required to access belt and brushroll\r\n\r\n1 year limited warranty\r\n\r\nPolycarbonate chassis\r\n\r\nResistant ABS hood\r\n\r\nElectrical Rating: 120 v~ 60Hz\r\n\r\nAMPS: 7\r\n\r\nCFM: 125', 326.75, NULL, NULL, 480.00, 'Koblenz U-80 Commercial Upright Vacuum-67470.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 16:31:47', '2024-02-20 16:31:47'),
(5129, 'Koblenz P-2500 Floor Scrubber/Buffer Review', '8z2t969Hz', 16, 'Treat floors to a wonderful cleansing with The Cleaning Machine Shampooer Cleaner Polisher. With a 4.2-amp motor, the machine features two speeds and a 120-oz tank. The machine has blue die cast Aluminum housing and a T-bar handle. The machine also includes a shampoo brush, a scrub brush, tan cleaning pads and lambswool buffing pads', 250.75, NULL, NULL, 389.00, 'Koblenz P-2500 Floor Scrubber/Buffer Review-89736.jpeg', 'Koblenz P-2500 Floor Scrubber/Buffer Review-54649.jpeg', 'Koblenz P-2500 Floor Scrubber/Buffer Review-70818.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-20 16:37:58', '2024-02-20 16:37:58'),
(5130, 'Apocalypse Never : Why Environmental Alarmism Hurts Us All', 'GU8nHp0MI', 16, 'Now a National Bestseller\r\n\r\nClimate change is real but it\'s not the end of the world. It is not even our most serious environmental problem.\r\n\r\nMichael Shellenberger has been fighting for a greener planet for decades. He helped save the world\'s last unprotected redwoods. He co-created the predecessor to today\'s Green New Deal. And he led a successful effort by climate scientists and activists to keep nuclear plants operating, preventing a spike of emissions.\r\n\r\nBut in 2019, as some claimed \"billions of people are going to die,\" contributing to rising anxiety, including among adolescents, Shellenberger decided that, as a lifelong environmental activist, leading energy expert, and father of a teenage daughter, he needed to speak out to separate science from fiction.\r\n\r\nDespite decades of news media attention, many remain ignorant of basic facts. Carbon emissions peaked and have been declining in most developed nations for over a decade. Deaths from extreme weather, even in poor nations, declined 80 percent over the last four decades. And the risk of Earth warming to very high temperatures is increasingly unlikely thanks to slowing population growth and abundant natural gas.\r\n\r\nCuriously, the people who are the most alarmist about the problems also tend to oppose the obvious solutions.\r\n\r\nWhat\'s really behind the rise of apocalyptic environmentalism? There are powerful financial interests. There are desires for status and power. But most of all there is a desire among supposedly secular people for transcendence. This spiritual impulse can be natural and healthy. But in preaching fear without love, and guilt without redemption, the new religion is failing to satisfy our deepest psychological and existential needs.', 32.00, NULL, NULL, 39.99, 'Apocalypse Never : Why Environmental Alarmism Hurts Us All-93749.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-20 16:44:54', '2024-02-20 16:44:54'),
(5131, 'Hoover WindTunnel 2 Whole House Rewind Corded Bagless Upright Vacuum Cleaner with Hepa Media Filtration,UH71250, Blue, 16.1 lbs', 'bunSBgKzz', 16, 'HASSLE-FREE CORD REWIND: 25 feet power cord automatically retracts in seconds so you never have to wrap a cord again.Voltage:120 volts\r\nDEEP CLEANING POWER: WindTunnel 2 Technology creates 2 channels of suction to lift and remove surface debris and deep-down embedded dirt', 320.88, NULL, NULL, 409.00, 'Hoover WindTunnel 2 Whole House Rewind Corded Bagless Upright Vacuum Cleaner with Hepa Media Filtration,UH71250, Blue, 16.1 lbs-65363.jpeg', 'Hoover WindTunnel 2 Whole House Rewind Corded Bagless Upright Vacuum Cleaner with Hepa Media Filtration,UH71250, Blue, 16.1 lbs-33049.jpeg', 'Hoover WindTunnel 2 Whole House Rewind Corded Bagless Upright Vacuum Cleaner with Hepa Media Filtration,UH71250, Blue, 16.1 lbs-83218.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-20 16:46:38', '2024-02-20 16:46:38'),
(5132, 'The Prisoner\'s Throne : A Novel of Elfhame Volume 2', 'l8y8DaO0t', 16, 'An imprisoned prince. A vengeful queen. And a battle that will determine the future of Elfhame.\r\n\r\nPrince Oak is paying for his betrayal. Imprisoned in the icy north and bound to the will of a monstrous new queen, he must rely on charm and calculation to survive. With High King Cardan and High Queen Jude willing to use any means necessary to retrieve their stolen heir, Oak will have to decide whether to attempt regaining the trust of the girl he\'s always loved or to remain loyal to Elfhame and hand over the means to end her reign--even if it means ending Wren, too.  \r\n\r\nWith a new war looming on the horizon and treachery lurking in every corner, neither Oak\'s guile nor his wit will be enough to keep everyone he loves alive. It\'s just a question of whom he will doom.\r\n\r\nFrom the #1 New York Times bestselling author Holly Black comes the stunning blood-soaked conclusion to the Stolen Heir duology.', 18.47, NULL, NULL, 20.99, 'The Prisoner\'s Throne : A Novel of Elfhame Volume 2-18717.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-20 16:49:11', '2024-02-20 16:49:11'),
(5133, 'Furmax Ribbed Office Chair High Back PU Leather Executive Conference Desk Chair Adjustable Swivel Chair With Arms (White)', 'OfoIIhBZX', 16, 'Upgraded seat: 3.15\" thick padded seat for most comfort.\r\nMaterial: The smooth, pliable leather surface with ribbed stitching detail gives an upscale, luxurious feel.\r\nWork great for computer, gaming, executive office, conference Room, and reception; Offer extra comfort for many hours.\r\nMaximum Capacity: 320 lbs; seating area dimension: 19.7\" x 19.1\" (W x D); backrest dimension: 18.1\" x 29.6\" (W x H); adjustable seat height: 16.7\" -19.9\".\r\nHigh-quality PU leather, waterproof and wear resistant, long time use does not fade. Strong five - star feet provide good support.', 75.28, NULL, NULL, 98.00, 'Furmax Ribbed Office Chair High Back PU Leather Executive Conference Desk Chair Adjustable Swivel Chair With Arms (White)-51597.jpeg', 'Furmax Ribbed Office Chair High Back PU Leather Executive Conference Desk Chair Adjustable Swivel Chair With Arms (White)-11370.jpeg', 'Furmax Ribbed Office Chair High Back PU Leather Executive Conference Desk Chair Adjustable Swivel Chair With Arms (White)-95687.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-20 16:50:40', '2024-02-20 16:50:40'),
(5134, 'Furmax 44 Inches Z Shaped Computer Gaming Desk Carbon Fiber Surface Desk with Cup Holder & Headphone Hook, Black', '8sZtRxazG', 16, 'Modern Design: Modern design with Z shape metal leg gaming desk is suitable for all kinds of decors. It can be a good view from your room.\r\nCarbon Fiber Surface: The carbon fiber surface is more tactile and easy to clean. It is very comfortable to your touch.\r\nGamer Friendly: Come with a headphone hook, a rota-table cup holder which helps you keep your equipment at hand with no worry.\r\nEasy Assembly: This desk is very easy to assemble, you can finish it within 30 minutes.', 80.88, NULL, NULL, 109.00, 'Furmax 44 Inches Z Shaped Computer Gaming Desk Carbon Fiber Surface Desk with Cup Holder & Headphone Hook, Black-27829.jpeg', 'Furmax 44 Inches Z Shaped Computer Gaming Desk Carbon Fiber Surface Desk with Cup Holder & Headphone Hook, Black-29798.jpeg', 'Furmax 44 Inches Z Shaped Computer Gaming Desk Carbon Fiber Surface Desk with Cup Holder & Headphone Hook, Black-51256.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 16:53:32', '2024-02-20 16:53:32'),
(5135, 'Primy Ergonomic Office Chair, Ergo 3D Computer Chair Breathable Mesh Desk Chair with Lumbar Support, High Back Gaming Chair with Adjustable Headrest and Armrests for Conference Room (White)', '6iVwgRGpZ', 16, 'High Headrest Design] The fixed headrest is upgraded to a lifting headrest, which can be matched with different heights and sitting positions by adjusting up and down. Effectively fit and support the head and neck, and relieve the pressure of sedentary neck. It can eliminate the fatigue of working for a long time and make work easier.\r\n[Comfortable Surface Material]The surface of this chair is made of high-density natural sponge, which conforms to the curve design for humans butt. Breathable and elastic, with strong wear resistance. It can provide a larger bearing area which can distract the pressure of Waist and hips.\r\n[Adjustable Armrest] The armrests can easily raise or lower the armrest by pressing the black button on the armrest. When we do not use the chair any more, It can be pushed directly under the table to save space. Meanwhile It can be adjusted to its comfortable position through the forth, back, left and right directions.', 129.99, NULL, NULL, 178.00, 'Primy Ergonomic Office Chair, Ergo 3D Computer Chair Breathable Mesh Desk Chair with Lumbar Support, High Back Gaming Chair with Adjustable Headrest and Armrests for Conference Room (White)-48193.jpeg', 'Primy Ergonomic Office Chair, Ergo 3D Computer Chair Breathable Mesh Desk Chair with Lumbar Support, High Back Gaming Chair with Adjustable Headrest and Armrests for Conference Room (White)-27718.jpeg', 'Primy Ergonomic Office Chair, Ergo 3D Computer Chair Breathable Mesh Desk Chair with Lumbar Support, High Back Gaming Chair with Adjustable Headrest and Armrests for Conference Room (White)-71948.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 16:59:14', '2024-02-20 16:59:14'),
(5136, 'Console table with 3 drawers, 47\" entryway table with storage shelves, narrow long sofa table with outlets & USB ports, 3-tier entry table, couch table for living room, hallway, foyer, hall', 'm7l39GjMm', 16, 'Three storage drawers are handy and have good storage that will fit your daily needs well. They are in good size to help store your small items to keep your space tidy.\r\nThe USB and electrical outlets are a bonus for charging lights and plugging in appliances.\r\nConstructed with two metal shelves, you can use it to store and display your belongings. Using it by your front door for your shoes would also be a good way, so you can keys and purses on the tabletop or top drawers, which would be more convenient for daily usage.\r\nThe entry table itself is well-designed and looks modern. It\'s a good choice for some extra living place storage and display table. Also, you can use this table in your pantry for added storage, or put it behind your couch for a lamp, charging outlets, and to keep some small items in.', 99.00, NULL, NULL, 158.00, 'Console table with 3 drawers, 47\" entryway table with storage shelves, narrow long sofa table with outlets & USB ports, 3-tier entry table, couch table for living room, hallway, foyer, hall-73878.jpeg', 'Console table with 3 drawers, 47\" entryway table with storage shelves, narrow long sofa table with outlets & USB ports, 3-tier entry table, couch table for living room, hallway, foyer, hall-69402.jpeg', 'Console table with 3 drawers, 47\" entryway table with storage shelves, narrow long sofa table with outlets & USB ports, 3-tier entry table, couch table for living room, hallway, foyer, hall-95910.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-20 17:03:48', '2024-02-20 17:03:48'),
(5137, 'Computer Desk Writing Study Table with Storage Shelves Home Office Rustic Brown', 'cjbbdYPN3', 16, 'Spacious Tabletop for More Convenience: The computer desk of spacious tabletop measuring 47 inches in length makes it possible for you to keep different kinds of office supplies organized. Large work area helps a lot in improving the working efficiency as well. Meanwhile, its round edge is designed to protect you from potential injuries.', 130.39, NULL, NULL, 297.00, 'Computer Desk Writing Study Table with Storage Shelves Home Office Rustic Brown-37425.jpeg', 'Computer Desk Writing Study Table with Storage Shelves Home Office Rustic Brown-57725.jpeg', 'Computer Desk Writing Study Table with Storage Shelves Home Office Rustic Brown-49308.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-20 17:10:11', '2024-02-20 17:10:11'),
(5139, 'Young & Vibrant by Jennifer Jane', 'mi7bRelRS', 19, 'Practical handbook on being a productive youth', 1000.00, 11, 11, 980.00, 'Young & Vibrant by Jennifer Jane-48947.jpg', 'Young & Vibrant by Jennifer Jane-15255.jpg', 'Young & Vibrant by Jennifer Jane-68308.jpg', 'Books', 2.5, 1732, 1, '2024-02-20 19:56:28', '2024-02-20 19:56:55'),
(5140, 'Champion Sports Basketball RBB4', 'Q2ijMEzQW', 16, 'EChampion Sports Intermediate Rubber Basketball Orange - 28.50\" - 6 - Rubber, Nylon - Orange - 24 / CaseE EGet in the game with this intermediate-size basketball. Composite rubber cover offers an excellent grip for easier handling by young learners. Two-ply, butyl bladder provides excellent air retention qualities so you can avoid frequently inflating the ball. Heavy-duty construction resists ordinary wear and tear for lasting performance. Basketball is perfect for training, skill-building, recreational play and more.', 21.99, NULL, NULL, 59.00, 'Champion Sports Basketball RBB4-66071.jpeg', 'Champion Sports Basketball RBB4-13615.jpeg', 'Champion Sports Basketball RBB4-61803.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 00:13:58', '2024-02-21 00:13:58'),
(5141, 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green', 'UIpzzOHxr', 13, 'Combo Kit offers 3, must have, outdoor tools for your lawn care needs. Greenworks delivers the ultimate battery-powered Self-Propelled Lawn Mower. Quickly mow up to half an acre on a single charge, then fully recharge battery in just 60 minutes. This lightweight, quiet-running self-propelled, rear-wheel-drive mower has variable speed control for mowing at comfortable speeds; SmartCut Technology that constantly monitors grass conditions, then automatically adapts to provide the perfect amount of power needed to get the job done; and cutting blades that won’t bog down in tall, wet, or thick grass. Heavy, wet leaves and other stubborn debris are no match for the Greenworks 80V battery powered brushless Handheld Leaf Blower. The jet fan design provides up to 730 CFM of constant airflow for blasting through heavy, wet leaves and tough debris with ease; and a variable speed trigger delivers on-demand power and up to 170 MPH of high-velocity air speeds. It’s one of the most powerful battery-powered handheld blowers in the industry, with Greenworks exclusive Intelligent Power that combines TRUBRUSHLESS motor technology, lithium-ion battery power, and ultra-fast control systems for power output equivalent to a 26cc gas-powered motor. Enjoy constant, fade-free power with the battery-powered Greenworks 80V 13” brushless String Trimmer. With high and low speed settings and a responsive variable speed trigger for on-demand power, you can choose the best cutting power for the job. Plus, load-sensing technology automatically provides more power when needed, and never bogs down. The Load N’ GoTM trimmer head makes cutting line reloads a breeze, and the bump-feed feature means quick, easy line advancements on the fly. Includes 4 Ah battery and charger. Battery is compatible with 75+ Greenworks 80V products. Life. Powered. By Greenworks. \r\n\r\nSee less...\r\n21” Lawn Mower Coverage\r\nCuts up to one-half acre on a single charge\r\n\r\nRuntime\r\nUp to 45 minutes of runtime a single charge\r\n\r\nCharge time\r\nRecharges in 60 minutes\r\n\r\nConstant blade speed:\r\n3200 RPM\r\n\r\n13 inch diameterString Trimmer Cutting path\r\n13 Inch String Trimmer Cutting path\r\n\r\nRuntime\r\nUp to 80+ minutes on a single charge\r\n\r\nCharge time\r\nFully recharge battery in just 60 minutes\r\n\r\nVariable speed trigger\r\nHigh and low speed settings with responsive variable speed trigger for on-demand power\r\n\r\nTrimmer head\r\nDual-feed bump feed trimmer head with 0.080” line\r\n\r\n730 CCFM Leaf Blower Runtime\r\nRuntime\r\n\r\nUp to 60 minutes on low\r\nPower equivalent\r\n\r\n26cc gas-equivalent power\r\nBlowing force\r\n\r\nUp to 730 CFM of constant airflow\r\nAir speed\r\n\r\n170 MPH max air speed\r\nCharge time\r\n\r\nFully recharge battery in just 60 minutes\r\nDelivers on-demand power with up to 170 MPH of high-velocity air speed/blowing power\r\n\r\nComfortable\r\nLightweight and ergonomic design for comfort, control, and maneuverability\r\n\r\nIncluded battery & charger\r\nThe included interchangeable 4.0Ah battery & charger unlock the Greenworks ecosystem to handle all of your outdoor needs\r\nWhat\'s Included\r\n\r\n21\" Self Propelled Lawn Mower\r\n\r\n13\" String Trimmer\r\n\r\n730 CFM Blower\r\n\r\n4.0Ah Battery\r\n\r\nCharger\r\n\r\n4-year tool and 4-year battery warranties\r\n\r\nBatteries power 75+ 80V Greenworks products', 599.99, NULL, NULL, 699.99, 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green-33300.jpeg', 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green-49824.jpeg', 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green-38135.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 00:17:24', '2024-02-21 00:17:24'),
(5142, 'Glideforce 500-Lb. Capacity ID-ACME Linear Actuator — 6in. Stroke, Model# LACT6-500A', 'PmK0MZGcr', 16, 'Rugged Glideforce ID-ACME linear actuator can be used in a variety of outdoor and indoor applications. The 12V motor has a 20:1 reduction gearbox that gives ACME actuator a dynamic load rating of 500 lbs. and is rated to hold up to 1,000 lbs. when not moving. Use to raise and lower power equipment attachments, auto hoods and trunks, position solar panels, television lifts and many other applications around the home and farm.\r\nWhat\'s Included\r\n\r\n(1) ACME linear actuator\r\n\r\nFeatures + Benefits\r\n6in. nominal/6.02in. actual stroke\r\n12V motor\r\n20:1 reduction gearbox\r\n500-lb. dynamic load rating\r\n1,000-lb. static load rating\r\nExtension speed is 0.56in./sec. at max. load\r\nExtension speed is 0.66in./sec at no load\r\n25% duty cycle\r\n13.2 Amps at full load\r\n2.4 Amps at no load\r\nIP65 enclosure\r\nACME drive assures smooth and quiet operation\r\nBuilt-in torque limiter prevents overdriving\r\nAll metal powder-coated housing is water-resistant and sealed against dust\r\n1/2in. mounting pin holes\r\n12.24in. retracted length\r\n0.787in. shaft diameter', 297.59, NULL, NULL, 309.99, 'Glideforce 500-Lb. Capacity ID-ACME Linear Actuator — 6in. Stroke, Model# LACT6-500A-22875.jpeg', 'Glideforce 500-Lb. Capacity ID-ACME Linear Actuator — 6in. Stroke, Model# LACT6-500A-89982.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 00:22:05', '2024-02-21 00:22:05'),
(5143, 'Core Fitness Wheel', 'zcjAHsldU', 16, 'A strong core helps improve balance and decrease the likelihood of injuries.', 12.28, NULL, NULL, 19.00, 'Core Fitness Wheel-95484.jpeg', 'Core Fitness Wheel-28804.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 00:25:20', '2024-02-21 00:25:20'),
(5144, 'Glideforce Rocker Reversing Switch — 30 Amp Maintained Contacts, Model# SWT-ROC-4W', 'Xk4lKRo2a', 16, 'Heavy-duty Glideforce rocker reversing switch simplifies wiring all 12V DC motor linear actuators. Built-in polarity reversing circuit makes drive-out/drive-in linear actuator control easy. Simply connect power, ground and two DC motor leads and the switch will reverse the motor direction when operated. U.S.A.\r\nWhat\'s Included\r\n\r\n(1) Rocker reversing switch\r\nFeatures + Benefits\r\n\r\nSwitch has 30 Amp maintained contacts\r\nBuilt-in polarity reversing circuit\r\nSwitch operates On-Off-On\r\nMounts in a 0.83in. x 1.48in. hole\r\nHas 1/4 quick-connect terminals', 34.99, NULL, NULL, 40.90, 'Glideforce Rocker Reversing Switch — 30 Amp Maintained Contacts, Model# SWT-ROC-4W-93790.jpeg', 'Glideforce Rocker Reversing Switch — 30 Amp Maintained Contacts, Model# SWT-ROC-4W-12895.jpeg', 'Glideforce Rocker Reversing Switch — 30 Amp Maintained Contacts, Model# SWT-ROC-4W-99883.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 00:27:50', '2024-02-21 00:27:50'),
(5145, 'Laser Trak Detectable Earplugs, Foam, Blue/Orange, Corded', '8hbYETAcw', 16, 'Ear protection and safety for noisy environments and settings.\r\n\r\nHoward Leightning Laser Trak Corded detectable earplugs in orange/blue colors provide protection from noise up to 32 dB. T-Shaped earplugs have self-adjusting polyurethane foam that expands for a perfect fit, sold as 100 per box.\r\n\r\n- Protects up to 32 dB.\r\n- Cord type: Corded.\r\n- 100 per box.\r\n- Non-ferrous metal grommet and bright colors easily detected by visual and automated inspection.\r\n- Self-adjusting polyurethane foam expands to fit virtually every wearer.\r\n- Meets ANSI S.3.19-1974.\r\n- Contoured T-shape for easy insertion and wear.\r\n- Corded earplugs.\r\n- Noise-reduction rate: 32 dB.\r\n- Polyurethane foam /brass grommet.\r\n- Packaging type: Poly bag.\r\n- Shape: T-shape.\r\n- Maximum attenuation at frequency: 52 dB at 8 kHz.\r\n- Self-adjusting Polyurethane foam expands to fit virtually any wearer.\r\n- Non-ferrous metal grommet and bright colors easily detected by visual and automated inspection.\r\n- Meets ANSI S3.19-1974.\r\n- Weight: 0.01 lbs.', 41.00, NULL, NULL, 99.89, 'Laser Trak Detectable Earplugs, Foam, Blue/Orange, Corded-40573.jpeg', 'Laser Trak Detectable Earplugs, Foam, Blue/Orange, Corded-34466.jpeg', 'Laser Trak Detectable Earplugs, Foam, Blue/Orange, Corded-24048.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 00:29:30', '2024-02-21 00:29:30'),
(5146, 'Hydrow - Rowing Machine - Silver', '3YirrpT2T', 13, 'The Hydrow is the leading at-home connected rower, using patented electromagnetic drag technology that brings the on-water, outdoor experience of rowing directly to your home. Work 86% of the body’s major muscle groups for challenging, fun workouts streamed live from waterways around the world. \r\n\r\nRowing, reimagined.\r\nHydrow rowing workouts are taught by world-class Athletes from scenic waterways around the world. Utilizing our patented electromagnetic drag technology, every row mimics the feel of rowing on the water\r\n\r\nWorkouts should come with a view.\r\nA 22” touchscreen display and front-facing speakers bring the river to you, captivating you from the moment you strap into our rowing machine. Pivot the full HD screen for mat workouts - like yoga, Pilates, and strength training - that complement your rowing.\r\n\r\nDesigned by rowers, for everyone.\r\nNo chains, fans, or water tank – the Hydrow’s patented, electromagnetic drag mechanism and industrial-grade webbed strap makes each stroke smooth and virtually silent; its ergonomically-designed cushioned seat provides comfort and support for the best experience.\r\n\r\nA seamless addition to your home.\r\nModern, elegant and designed to fit into your home. Need more room? Securely store your Hydrow rowing machine upright between use.*Hydrow Upright Storage Kit required for vertical storage (sold separately).\r\n\r\nA full-body workout.\r\nEngage 86% of major muscle groups – more than double that of running or cycling – with challenging workouts that are high-energy, low-impact, and straight from the water.\r\n\r\nAn experience that pulls you in.\r\nImmersive workouts captured by patented Live Outdoor Reality™ technology give you the splash and sweat you’d otherwise only experience in a boat. It’s the feel of the river, right from your home.\r\n\r\nLive Workouts.\r\nMove in-sync with our Athletes in real-time on the water.\r\n\r\nOn-Demand.\r\nFilter our library of thousands of rowing and mat workouts to find whatever you’re looking for, on your schedule.\r\n\r\nJourneys\r\nUnguided rowing workouts through scenic waterways let you explore at your own pace.\r\n\r\nDistance rows.\r\nReach new goals and test your performance with rowing workouts ranging from 250 to 10,000 meters.\r\n\r\nMore ways to move.\r\nComplement your rowing regimen with yoga, Pilates, strength training, mobility, and stretching workouts – all filmed from breathtaking locations, from Seattle to Seville, and everywhere in between.\r\n\r\nWorld-class athletes.\r\nRow, sweat, and flow with the best in the business. Expert instruction and unmatched motivation from elite athletes, including Olympians, Paralympians, National Team members and those at the top of their game – exactly who you want in your boat.\r\n\r\nStrength in numbers.\r\nThey’re more than names on a leaderboard – your Hydrow crew is there to celebrate wins and milestones, and motivate you to go for your goals.\r\n\r\nMembership sold separately.\r\nMonthly membership required to access live broadcasts or choose from over 4000 pre-recorded workouts. A membership allows for unlimited user profiles, so every member of your household can enjoy Hydrow.\r\nWhat\'s Included\r\n\r\nHydrow Connected Rower\r\n\r\nHydrow User Guide\r\n\r\nLimited Home Warranty\r\n\r\nMonitor\r\nManuals & Guides\r\n\r\nWarranty Manual\r\nEnglish', 1594.99, NULL, NULL, 1994.99, 'Hydrow - Rowing Machine - Silver-99503.jpeg', 'Hydrow - Rowing Machine - Silver-83128.jpeg', 'Hydrow - Rowing Machine - Silver-65354.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 00:30:10', '2024-02-21 00:30:10'),
(5147, 'Ironton Linear Actuator, 12 Volt DC, 7 7/8in. Stroke', 'mjTLTuqJm', 16, 'This Ironton® Linear Actuator is perfect for raising and lowering lawn and garden tractor and ATV attachments, along with hoods, trunks, tonneau covers, tailgates, truck covers and more. The actuator pushes and pulls with equal force for consistently smooth and effective operation. An integrated travel limit switch prevents over extension.\r\nWhat\'s Included\r\n\r\n(1) Actuator\r\n\r\n\r\nFeatures + Benefits\r\n7 7/8in. stroke\r\n4mm per second travel speed (no load)\r\n660 lbs. rated load thrust\r\n1300-lb. max. static load capacity (1100-lb. dynamic load capacity)\r\nCenter-to-center closed pin distance is 13 3/8in. (340mm)\r\nIntegrated travel limit switch prevents over extension\r\nLocks in place if power is lost\r\n13.39in.L retracted; 21.26in.L extended\r\nRugged metal gears', 179.99, NULL, NULL, 182.99, 'Ironton Linear Actuator, 12 Volt DC, 7 7/8in. Stroke-54132.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-21 00:33:15', '2024-02-21 00:33:15'),
(5148, 'PR1000 Home Gym - Black', '8ieu5SVYh', 13, 'The Bowflex PR1000 home gym helps strengthen your muscles and add a bit of cardio training to the mix with over 25 strength exercises and a built-in rowing station. With up to 210 pounds of Power Rod resistance, this versatile machine helps work the abs, arms, chest, back, shoulders, and lower body. \r\n\r\nFull Body Workout\r\n25+ exercises that cover the entire body\r\n\r\nPower Rod Resistance\r\nOver 200 lb. Power Rod resistance\r\n\r\nPulley Positions\r\nMultiple cable pulley position allows you to easily change the angle of resistance and increase effectiveness of many exercises\r\n\r\nAerobic Rowing\r\nVertical bench press with incline and flat adjustment and converts to a rolling seat for aerobic rowing\r\n\r\nDevice Holder\r\nNew integrated device holder to support your smart device', 599.99, NULL, NULL, 699.99, 'PR1000 Home Gym - Black-46907.jpeg', 'PR1000 Home Gym - Black-67907.jpeg', 'PR1000 Home Gym - Black-16127.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 00:34:09', '2024-02-21 00:34:09'),
(5149, 'GlideForce Actuator Bracket —Model# LA-LD-BRKT-KIT', 'TPskYKfQQ', 16, 'This GlideForce Actuator Bracket is designed for mounting an actuator to your equipment. Rated at 703 lbs., 125% of the highest static load.\r\nWhat\'s Included\r\n(1) Actuator bracket\r\n\r\nFeatures + Benefits\r\nRated at 703 lbs., 125% of the highest static load\r\nTough steel construction\r\nRugged zinc plated finish\r\n2.0in.L x 1.3in.W x 1.9in.H', 32.99, NULL, NULL, 35.99, 'GlideForce Actuator Bracket —Model# LA-LD-BRKT-KIT-18145.jpeg', NULL, NULL, 'Lawn and garden', 2.5, NULL, 1, '2024-02-21 00:38:39', '2024-02-21 00:38:39'),
(5150, 'Skil - 20-Volt PWR CORE 20 18-Inch Push Lawn Mower (2 x 4.0Ah Batteries and 1 x Dual Port Charger) - Red/Black', 'EzIQqzRGL', 13, 'Get leading performance and the power of gas in a cordless mower powered by PWR CORE 20 lithium technology. The digital, brushless motor combined with two PWR CORE 20 4.0Ah lithium batteries provides unbelievable power and cutting performance. You’ll have control from start to finish with a push-button start, while the single-lever height adjustment delivers 6 different cutting heights for your desired grass length. The two 4.0Ah PWR CORE 20 lithium-ion batteries charge 100% in less than 100-minutes, while delivering 40V performance and allowing for universal battery use across all your SKIL PWR CORE 20 devices. When the task is complete, the telescoping handle folds down completely allowing for vertical storage. This 18-inch cordless lawn mower kit includes two 4.0Ah PWR CORE 20 lithium batteries for maximum run time, and a dual port charger.the Included batteries and dual port charger are compatible with all SKIL tools in the PWR CORE 20 family. \r\n\r\nSee less...\r\nBrushless lawn mower kit\r\nIncludes PWR CORE 20 brushless 20V 18-inch cordless lawn mower, (2) 4.0Ah lithium-ion batteries, dual-port charger (lawn mower runs on 2 PWR CORE 20V lithium-ion batteries)\r\n\r\nLonger run time and battery life\r\nIndustry leading PWR CORE 20 lithium battery technology wraps each cell with cooling material to keep the battery powering on for 25% longer run time and 2X battery life\r\n\r\nPowerful performance\r\nThe digital brushless motor provides efficient, high-performance power without the hassle of gas\r\n\r\nPush-button start\r\nGet started easily and quickly with a convenient push-button start\r\n\r\nSingle lever height adjustment\r\n6 Settings to quickly adjust for your preferred grass height\r\n\r\nTelescoping/foldable handle\r\nTelescoping handle folds easily for convenient vertical storage', 250.99, NULL, NULL, 299.99, 'Skil - 20-Volt PWR CORE 20 18-Inch Push Lawn Mower (2 x 4.0Ah Batteries and 1 x Dual Port Charger) - Red/Black-46851.jpeg', 'Skil - 20-Volt PWR CORE 20 18-Inch Push Lawn Mower (2 x 4.0Ah Batteries and 1 x Dual Port Charger) - Red/Black-76138.jpeg', 'Skil - 20-Volt PWR CORE 20 18-Inch Push Lawn Mower (2 x 4.0Ah Batteries and 1 x Dual Port Charger) - Red/Black-77367.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 00:41:17', '2024-02-21 00:41:17'),
(5151, 'Brinly-Hardy Tow-Behind Box Scraper, 38in.W, Model# BS-38BH', 'UUl9wLNSj', 16, 'This Brinly-Hardy Tow-Behind Box Scraper is a great all-around tool for landscaping, gardening and other yardwork. This solid piece of landscaping equipment can do anything that a box scraper can, but can also be modified for blade-only use, letting you move gravel, sand, snow, mulch and more, fill holes, spread topsoil and remove roots and other unwanted debris with very little effort.\r\nWhat\'s Included\r\n(1) Brinly-Hardy Tow-Behind Box Scraper -- 38in.W, Model# BS-38BH, (2) Bar assemblies, (1) Mount assembly, (1) Hitch assembly, (1) Drawbar, (1) Blade, (2) Side plates, (2) Weight brackets, (1) Hold-down strap\r\n\r\nFeatures + Benefits\r\nCompact 38in.W design attaches to garden tractors and is easily maneuvered through tight spaces\r\nMulti-use functionality for grading, backfilling and moving dirt, gravel, sand and snow\r\nScarifier bar allows you to easily move and level materials\r\nConvert into a rear blade by removing side plates and scarifier bar\r\nStandard weight trays hold additional weight for tougher jobs\r\nHeavy center-mounted C-frame and carbon blade means this tool will last for generations\r\nScraper and blade angles lock at 30° in either direction to push instead of pull\r\nRequires sleeve hitch from tractor manufacturer (not included)', 314.00, NULL, NULL, 319.00, 'Brinly-Hardy Tow-Behind Box Scraper, 38in.W, Model# BS-38BH-45600.jpeg', 'Brinly-Hardy Tow-Behind Box Scraper, 38in.W, Model# BS-38BH-88293.jpeg', NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-21 00:44:14', '2024-02-21 00:44:14');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5152, 'Matrix - T75 Treadmill with XUR console - Black', 'zmxCLfTp2', 13, 'Experience a natural, satisfying run with the industry’s most advanced frame and deck combination, plus an ultra-stable welded steel frame. Step up to the Matrix T75 Treadmill for an industrial-grade AC motor and extra-wide running surface. Pair with 22\" XUR touchscreen console for the ultimate in entertainment. \r\n\r\nSee less...\r\nExtra-Wide Running Surface\r\n22\" x 60\" offers ample space for hard runs\r\n\r\nSpeed Range\r\n0.5–12.5 mph\r\n\r\nIncline Range\r\n0–15%\r\n\r\nMotor\r\nCommercial-grade AC motor delivers more efficient, durable, responsive operation\r\n\r\nJohnson Drive System\r\nThe Johnson Drive System helps you stay in perfect rhythm with a quiet, durable, responsive continuous-duty drive system that recalibrates with each footfall\r\n\r\nUltimate Deck System\r\nOur exclusive Ultimate Deck System includes a heavy-duty frame, extra-thick deck, and industrial-grade cushions for miles of durable performance\r\n\r\nWelded Steel Frame\r\nHeavy-duty welded steel frame offers unmatched stability\r\n\r\n22\" XUR touchscreen console\r\nOur premium 22\" console offers our largest and brightest HD touchscreen display to bring your virtual journeys, movies, and videos to life. Includes HDMI port, Bluetooth, and WiFi\r\n\r\nStay Entertained\r\nEnjoy your favorite shows, music, and movies while you workout. Our consoles come with Netflix, YouTube, Spotify, and other popular apps. Subject to change. Subscriptions not included.\r\n\r\nStay Connected\r\nOur touchscreen consoles include Facebook, Twitter, Instagram, PressReader, and Weather apps to help you stay connected while you sweat.\r\n\r\nMirror Whatever Moves You\r\nAn HDMI makes it easy to connect and mirror your own digital media devices, letting you work out to whatever keeps you motivated.\r\n\r\nBase Frame Warranty\r\nLifetime frame, 7 years parts, 2 years labor\r\n\r\nConsole Warranty\r\n5 years parts, 1 year labor\r\nWhat\'s Included\r\n\r\nTreadmill frame\r\n\r\n2 console masts, 2 console boots\r\n\r\n1 console base\r\n\r\n1 Handlebar, 2 handlebar sleeves, 4 handlebar caps\r\n\r\n2 base frame covers\r\n\r\n1 console back cover\r\n\r\n1 power cord\r\n\r\n1 safety key\r\n\r\n1 hardware kit, 4 included tools\r\n\r\n1 bottle of silicone lubricant', 6500.00, NULL, NULL, 6899.00, 'Matrix - T75 Treadmill with XUR console - Black-66122.jpeg', 'Matrix - T75 Treadmill with XUR console - Black-72852.jpeg', 'Matrix - T75 Treadmill with XUR console - Black-87526.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 00:47:53', '2024-02-21 00:47:53'),
(5153, 'The Melnor Kink Free Hose Saver prevents hoses from kinking at the faucet. Made with a brass swivel coupling. What\'s Included  (1) Kink Free Hose Saver Features + Benefits  Protects hose from kinking at the faucet Brass swivel coupling', '51tRT7319', 16, 'The Melnor Kink Free Hose Saver prevents hoses from kinking at the faucet. Made with a brass swivel coupling.\r\nWhat\'s Included\r\n(1) Kink Free Hose Saver\r\n\r\nFeatures + Benefits\r\nProtects hose from kinking at the faucet\r\nBrass swivel coupling', 9.99, NULL, NULL, 11.48, 'The Melnor Kink Free Hose Saver prevents hoses from kinking at the faucet. Made with a brass swivel coupling. What\'s Included  (1) Kink Free Hose Saver Features + Benefits  Protects hose from kinking at the faucet Brass swivel coupling-57088.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-21 00:54:09', '2024-02-21 00:54:09'),
(5154, 'Renogy - Flexible 200 Watt Solar Panel - Black', 'fNFt3b23I', 13, 'The Renogy 200W Lightweight Monocrystalline Solar Panel enhances module efficiency while minimizing its weight. It is the perfect option for any off-grid solar system, especially for transportation applications such as RVs and boats. This solar panel frame features a lightweight substrate and laminate, perfect for outdoor applications.This solar panel combines high efficiency (PERC) monocrystalline solar cells with half-cut cell technology to improve electrical performance and power generation efficiency. This panel comes with pre-drilled mounting holes, solar connectors, and a junction box that allows easy and fast installation.. \r\n\r\nSee less...\r\nHigh power output\r\nThe Renogy 200W Flexible Monocrystalline Solar Panel can provide an average of 1000 Watt-hours of electricity per day (caculates with 5 hours sunlight).\r\n\r\nCarry and install\r\nThe solar panel suits most curved surfaces as it is bendable within 240 degrees. It weighs only 1/2 of the rigid panel and presents an all-black glare-free appearance.\r\n\r\nTechnology\r\nIt is equipped with half-cut PERC cell technology that enhances solar light capture and electrical performance, therefore improving the output efficiency.\r\n\r\nReliable and durable\r\nThis solar panel accomplishes with IP67 rated waterproof junction box and solar connectors. Withstand up to 5400 Pa of heavy snow load and up to 2400 Pa of high wind.\r\n\r\nReady for installation\r\nThe panel comes with pre-drilled mounting holes and 12 AWG 27.6 feet long solar connector cables for quick and easy installation.\r\nWhat\'s Included\r\n\r\n1 x 200 Watt 12 Volt Flexible Monocrystalline Solar Panel', 300.00, NULL, NULL, 329.00, 'Renogy - Flexible 200 Watt Solar Panel - Black-79650.jpeg', 'Renogy - Flexible 200 Watt Solar Panel - Black-98538.jpeg', 'Renogy - Flexible 200 Watt Solar Panel - Black-90752.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 00:55:21', '2024-02-21 00:55:21'),
(5155, 'X-Rx Lifting Belt', 'aV8RFJgGs', 16, '12 cm (4.75 in) width\r\nCan provide relief and stabilization for movements that can cause lower back pain\r\nSlip resistant, comfortable, and has quick-drying technology\r\nPerfect for weight training or as a back brace\r\n100% steel metal buckle', 44.99, NULL, NULL, 90.00, 'X-Rx Lifting Belt-79395.jpeg', 'X-Rx Lifting Belt-87693.jpeg', 'X-Rx Lifting Belt-48955.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-21 00:58:48', '2024-02-21 00:58:48'),
(5156, 'Merry Mac Highway-Towable Chipper/Shredder — Briggs & Stratton XR2100 Professional Series 13.5 Gross HP Engine, 4 1/2in. Chipping Capacity, Model# 185EM', '5vXMbgp0c', 16, 'This Merry Mac Highway-Towable Chipper/Shredder is the professional\'s top choice for lawn and garden clean up! Ideal for growers and landscapers, for municipalities, corporate grounds, campuses, parks and golf courses. 48 shredding hammers make it possible to level the brush from a 60ft. tree in 55 minutes. Includes: 1 1/4in. bar screen. Electric start. Highway-towable.\r\nWhat\'s Included\r\n(1) Chipper/shredder\r\n\r\nFeatures + Benefits\r\nBriggs & Stratton XR2100 Professional Series engine with electric start; 13.5 gross HP\r\n4 1/2in. chipping capacity; 1 1/2in. shredding capacity\r\nTwo-way feed\r\nHighway towable with 2in. coupler, 4.80in. x 8in. tires and 32in. safety chains and hooks\r\nCentrifugal Clutch\r\nStand: Removable foot\r\nNumber of Chipping Knives: 1\r\nNumber of Hammers: 48\r\nFlywheel/rotor weight: 72 lbs.\r\nFlywheel Diameter: 14in.\r\nChipper Knife Speed: 95 MPH\r\nChipper Top Opening: 8in. x 11in.\r\nChipper Throat: 6 3/4in. x 14in.\r\nShredder Top: 19 3/4in. x 18 3/4in.\r\nStandard Screen: 1 1/2in. x 5 5/8in. oval slots\r\nIncludes Free operators kit: Safety glasses, ear protection and gloves', 5999.00, NULL, NULL, 6109.00, 'Merry Mac Highway-Towable Chipper/Shredder — Briggs & Stratton XR2100 Professional Series 13.5 Gross HP Engine, 4 1/2in. Chipping Capacity, Model# 185EM-51173.jpeg', 'Merry Mac Highway-Towable Chipper/Shredder — Briggs & Stratton XR2100 Professional Series 13.5 Gross HP Engine, 4 1/2in. Chipping Capacity, Model# 185EM-33938.jpeg', 'Merry Mac Highway-Towable Chipper/Shredder — Briggs & Stratton XR2100 Professional Series 13.5 Gross HP Engine, 4 1/2in. Chipping Capacity, Model# 185EM-29117.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 01:01:21', '2024-02-21 01:01:21'),
(5157, 'Forno Appliances - Capriasca Alta Qualita 8.64 Cu. Ft. Freestanding Double Oven Dual Fuel Range with Convection Oven - Stainless Steel', 'ghPV230rA', 13, 'The Capriasca Alta Qualita 8.64 cu. ft. freestanding dual fuel range with a convection oven brings professional styling and quality into your home kitchen with its durable stainless-steel design. This cooktop has 10 sealed brass burners with a total stove top output of 200,000 BTU and features heavy-duty continuous cast iron grates. The 60” electric oven has a capacity of 8.64 cu. ft. Features include an internal convection fan, thermostat and regulator ensure to achieve fast, precise and consistent oven cooking along with a 3-layer glass oven door window for easy viewing. Enjoy an attractive pop of color with the blue enamel oven interior. Included are 6 telescopic easy pull oven racks, an oven heat gasket mounted on the oven frame, and LP conversion kit. Housed in a high-grade 430 stainless steel body and boasting stylish illuminated zinc cast knobs, this unit sports a stylish look that is built to last with true European convection cooking.', 6999.00, NULL, NULL, 7999.00, 'Forno Appliances - Capriasca Alta Qualita 8.64 Cu. Ft. Freestanding Double Oven Dual Fuel Range with Convection Oven - Stainless Steel-18752.png', 'Forno Appliances - Capriasca Alta Qualita 8.64 Cu. Ft. Freestanding Double Oven Dual Fuel Range with Convection Oven - Stainless Steel-70335.jpeg', 'Forno Appliances - Capriasca Alta Qualita 8.64 Cu. Ft. Freestanding Double Oven Dual Fuel Range with Convection Oven - Stainless Steel-59291.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 01:02:28', '2024-02-21 01:02:28'),
(5158, 'BodyBoss Home Gym 2.0 - Full Portable Gym Home Workout Package - Red', 'tkekCOOwU', 16, 'BRING THE GYM TO YOU + SIMULATE 1,000s OF DOLLARS WORTH OF GYM EQUIPMENT: The BodyBoss 2.0 was designed to simulate all the bulky equipment and machines you see at the gym and combine them into one revolutionary workout concept - the BodyBoss 2.0, a portable gym. BodyBoss Portable Gym is the World\'s 1st home gym you can take anywhere.. AMAZON BONUS: Free Start Up Workout Program (optional). We will help you learn your BodyBoss 2.0, teach you exercises and activate your body. You will receive the URL to this link off the start up 1 page guide in your package. You will receive the workout guides attached to the start up guide in the box.', 88.94, NULL, NULL, 196.00, 'BodyBoss Home Gym 2.0 - Full Portable Gym Home Workout Package - Red-76738.jpeg', 'BodyBoss Home Gym 2.0 - Full Portable Gym Home Workout Package - Red-17922.jpeg', 'BodyBoss Home Gym 2.0 - Full Portable Gym Home Workout Package - Red-31552.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 01:05:54', '2024-02-21 01:05:54'),
(5159, 'Oregon Blade Sharpener, Ideal for Lawn Mower Blades, Model# 514363', 'p6z2f94nC', 16, 'This Oregon lawn mower blade sharpener fits all 1/4in. and 3/8in. drills for easy use. It\'s great for sharpening push mower blades and other sharpening applications. U.S.A.\r\nWhat\'s Included\r\n(1) Lawn mower blade sharpener\r\n\r\nFeatures + Benefits\r\nCompatible with 1/4in. and 3/8in. drills for easy use', 12.99, NULL, NULL, 14.99, 'Oregon Blade Sharpener, Ideal for Lawn Mower Blades, Model# 514363-72569.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-21 01:06:53', '2024-02-21 01:06:53'),
(5160, 'Under Desk Treadmill, Walking Pad 2 in 1 for Walking and Jogging, Portable Walking Treadmill with Remote Control Lanyard for Home/Office, 2.5HP Low-Noise Desk Treadmill in LED Display White', '89iP3LUEG', 16, 'Reliable After-sales SupportRest easy knowing that the Treadmill is supported by a professional after-sales service team. With a 1-year product warranty and 24-hour service guarantee, your satisfaction and peace of mind are ensured. Trust in the quality and commitment of the KERDOM brand.', 260.96, NULL, NULL, 301.88, 'Under Desk Treadmill, Walking Pad 2 in 1 for Walking and Jogging, Portable Walking Treadmill with Remote Control Lanyard for Home/Office, 2.5HP Low-Noise Desk Treadmill in LED Display White-93585.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-21 01:09:40', '2024-02-21 01:09:40'),
(5161, 'Classic Accessories Lawn Mower Cover, Black, Model# 73117', 'VDwzfH3OM', 16, 'This heavy-duty Lawn Mower Cover\'s water-resistant fabric protects against sun damage, rain/snow, dirt, dust, tree sap and birds; will not shrink or stretch. Click-it closure on back for easy removal.\r\nWhat\'s Included\r\n(1) Lawn mower cover\r\n\r\nFeatures + Benefits\r\nProtects against sun damage, rain, dust, birds and tree sap\r\nCovers both mower and attached catcher on rear discharge mowers\r\nElastic shock cord in bottom hem for a quick, custom fit\r\nClick-it closure on back makes installation and removal a snap\r\nWeather-X fabric with water-resistant backing for extra weather and abrasion protection\r\nIntegrated storage bag\r\nFits gas, electric and push reel mowers\r\nFits with handle down', 32.99, NULL, NULL, 34.99, 'Classic Accessories Lawn Mower Cover, Black, Model# 73117-47924.jpeg', 'Classic Accessories Lawn Mower Cover, Black, Model# 73117-37834.jpeg', 'Classic Accessories Lawn Mower Cover, Black, Model# 73117-16171.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 01:10:17', '2024-02-21 01:10:17'),
(5162, 'Greenworks - Optimow Robotic Lawn Mower - Green', 'DAsqudnZu', 13, 'Spend less time on your lawn and more time on things you want to do when you use OPTIMOW, a fully programmable robotic lawn mower. With an adjustable cut height and the ability to schedule mowing using the GreenGuide app, optimow is a great product to help maintain your lawn, rain or shine, day or night. \r\n\r\nFully autonomous robotic lawn mower for larger lots\r\nThis model is best suited for 3/4 acre lots with 1/2 acre mowing area.\r\n\r\nHandles both flat and sloped ground\r\nSlopes are no problem as this model handles slopes up to 35%, 22°.\r\n\r\nBrushless motor\r\nBrushless wheel and blade motors provide more torque, quiet operation and longer life.\r\n\r\n5 Position Adjustable Cut Height from 2.4” to 4”\r\nAdjust the cut height between 2.4” and 4” to match your grass type. Suitable for the following types of grasses: Bermuda, Centipede, Zoysia, Bluegrass, Rey Grass, Kentucky 31, Tall Fescue, St. Augustine\r\n\r\nGreenGuide App\r\nControl and manage your optimow from anywhere with the GreenGuide app (4G cellular, Free 2-year subscription)\r\n\r\nProgrammable Schedule\r\nThe GreenGuide app allows you to schedule your optimowâ to mow anytime day or night, giving you complete control over your lawn\'s maintenance.\r\n\r\nFully-integrated GPS tracking\r\nCheck on your optimowâ and see its real-time location, no matter where you are.\r\n\r\nIPX5 Waterproof\r\nAn IPX5 rating gives you the ability to clean your optimowâ safely and easily by just rinsing it off with a garden hose.\r\n\r\n3 Pivoted Cutting Blades\r\nThe optimowâ uses 3 pivoted cutting blades that micro-mulch the grass reducing the need for fertilizer and eliminating the need to dispose of grass clippings.\r\n\r\nDIY Installation\r\nAll the materials you need to install your optimowâ (Boundary Wire, Lawn Staples, Transformer, Connectors, Safety Key, CS Screws) are included in the box. Installation videos are available to help guide you through the process.\r\n\r\nSafety Design\r\nThe blades stop working immediately if the optimowâ is lifted from the ground.\r\n\r\nWarranty\r\n4-year limited warranty\r\nWhat\'s Included\r\n\r\nOptimow Lawn Mower\r\n\r\nCutting blades and screws\r\n\r\nCharging station\r\n\r\nWall Adapter\r\n\r\n30\' Low Voltage Cable\r\n\r\nWaterproof guide wire connectors\r\n\r\n400 Yard-Staples\r\n\r\nWire Marker\r\n\r\nSafety Key\r\n\r\nHardware', 1299.00, NULL, NULL, 1599.00, 'Greenworks - Optimow Robotic Lawn Mower - Green-77216.jpeg', 'Greenworks - Optimow Robotic Lawn Mower - Green-42267.jpeg', 'Greenworks - Optimow Robotic Lawn Mower - Green-18198.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 01:10:54', '2024-02-21 01:10:54'),
(5163, 'CEARTRY 2 in 1 Foldable Treadmill, Under Desk Treadmill 300 lb Capacity, Walking Pad Treadmill, Installation-Free Folding Treadmill, Electric Treadmill, Running Machine for Home', 'TmputlKb8', 16, 'Folding Treadmill 300 lb CapacityUnder desk treadmill equipped with handrails to meet your needs for more scenarios. You can grab the handrail to give you more control over your workout, or some support to help propel yourself another mile. 300 lbs capacity can meet the needs of most people running.\r\nPowerful 2.0HP Quiet Motor: Equipped with a 2.0 HP high-power silent motor, running quiet so does not bother your roommate or downstairs neighbors. The durable steel frame and multi-layer shielding design, shock absorption, and noise reduction of the treadmill under the table make your running quieter, safer, and more comfortable.', 740.98, NULL, NULL, 812.00, 'CEARTRY 2 in 1 Foldable Treadmill, Under Desk Treadmill 300 lb Capacity, Walking Pad Treadmill, Installation-Free Folding Treadmill, Electric Treadmill, Running Machine for Home-59831.jpeg', 'CEARTRY 2 in 1 Foldable Treadmill, Under Desk Treadmill 300 lb Capacity, Walking Pad Treadmill, Installation-Free Folding Treadmill, Electric Treadmill, Running Machine for Home-14469.jpeg', 'CEARTRY 2 in 1 Foldable Treadmill, Under Desk Treadmill 300 lb Capacity, Walking Pad Treadmill, Installation-Free Folding Treadmill, Electric Treadmill, Running Machine for Home-34209.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-21 01:12:57', '2024-02-21 01:12:57'),
(5164, 'NEXT - 48ft Gym Flooring Exercise Mats - Black', 'dYsn9SYV7', 13, '12 pieces of interlocking gym flooring with 10 borders. Shock absorbing and easy to set up. \r\n\r\nEasy to Set Up\r\nNo Tools Required\r\n\r\nExpandable and Customizeable\r\nCovers up to 48sqft\r\n\r\nComfortable and Protective\r\nHigh Density EVA Foam', 30.99, NULL, NULL, 49.99, 'NEXT - 48ft Gym Flooring Exercise Mats - Black-53898.jpeg', 'NEXT - 48ft Gym Flooring Exercise Mats - Black-46600.jpeg', 'NEXT - 48ft Gym Flooring Exercise Mats - Black-83754.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 01:15:20', '2024-02-21 01:15:20'),
(5165, 'Redliro Walking Treadmill with Long Handraill for Balance, Recovery Fitness Exercise Machine Foldable for Home use with Holder for Phone & Cup,LCD Display, 300 lbs Capacity', 'FD3gIWXTh', 16, 'Extended Handrail & Safety GuaranteeFor the elderly to use walking treadmill, the most important issue is safety. For this purpose, we have designed the following. Use the multi-grip handrails that sit along the top, middle, and end of the low-deck treadmill for extra support, to avoid falling due to an unstable center of gravity. In the event of an accidental fall, the safety key will immediately drop to disconnect the power supply.\r\nNo More Excuses for Not ExercisingAs we age we want to maintain our mobility as much as possible. But on the way to staying healthy, bad weather is always the best excuse for everyone not to exercise. Owning this walking machines for exercise, weather is no longer a reason, you can walk every day. In order to ensure that the workout does not damage the knee, a six-layer thickened running belt and a super shock absorption system are used.', 845.46, NULL, NULL, 993.00, 'Redliro Walking Treadmill with Long Handraill for Balance, Recovery Fitness Exercise Machine Foldable for Home use with Holder for Phone & Cup,LCD Display, 300 lbs Capacity-59668.jpeg', 'Redliro Walking Treadmill with Long Handraill for Balance, Recovery Fitness Exercise Machine Foldable for Home use with Holder for Phone & Cup,LCD Display, 300 lbs Capacity-17601.jpeg', 'Redliro Walking Treadmill with Long Handraill for Balance, Recovery Fitness Exercise Machine Foldable for Home use with Holder for Phone & Cup,LCD Display, 300 lbs Capacity-65613.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 01:17:36', '2024-02-21 01:17:36'),
(5166, 'Master Gardener Revolt Series Rechargeable Cart Sprayer, 12 Volt, 9-Gallon Capacity, Model# PCD-E3-009B-MM', 'O4jrd5cNZ', 16, 'This lithium-ion 9-gallon Master Gardener Revolt Series Rechargeable Cart Sprayer offers exceptional flexibility. Just a flick of the switch gets the sprayer started for effortless spot spraying or broadcast spraying of up to 30 gallons on a single charge. The unit features a top-of-the-line pumping system that includes a robust Everflo 1.0 GPM, 12V on-demand diaphragm pump. Spot spray up to 20 feet with the adjustable spray gun or broadcast spray up to 4 feet with the included broadcast deflector nozzle. Other features include an adjustable frame handle for the perfect height, heavy-duty wheels for rugged terrain, 15 feet of spray gun hose and a molded drain port for quick draining. Includes Lithium-ion battery pack and charger for wireless setup. Can be pushed, pulled or attached to a lawn mower or ATV with the included hitch adapter. Perfect for plants, gardens and small lawns. Also works great for de-icing sidewalks and driveways. Approved for use with Round-Up® and other agricultural brand herbicides and insecticides.', 229.99, NULL, NULL, 250.99, 'Master Gardener Revolt Series Rechargeable Cart Sprayer, 12 Volt, 9-Gallon Capacity, Model# PCD-E3-009B-MM-37748.jpeg', 'Master Gardener Revolt Series Rechargeable Cart Sprayer, 12 Volt, 9-Gallon Capacity, Model# PCD-E3-009B-MM-33470.jpeg', 'Master Gardener Revolt Series Rechargeable Cart Sprayer, 12 Volt, 9-Gallon Capacity, Model# PCD-E3-009B-MM-65836.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-21 01:17:58', '2024-02-21 01:17:58'),
(5167, 'NorthStar NSQ Series 12V On-Demand Sprayer Diaphragm Pump — 5.5 GPM', 'bW1y2OLJI', 16, 'The NorthStar NSQ Series 12V On-Demand Sprayer Diaphragm Pump is a powerful pump that delivers a flow rate of 5.5 gallons per minute. It\'s designed for use in sprayer systems.', 179.99, NULL, NULL, 189.99, 'NorthStar NSQ Series 12V On-Demand Sprayer Diaphragm Pump — 5.5 GPM-33092.jpeg', 'NorthStar NSQ Series 12V On-Demand Sprayer Diaphragm Pump — 5.5 GPM-95527.jpeg', 'NorthStar NSQ Series 12V On-Demand Sprayer Diaphragm Pump — 5.5 GPM-87829.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-21 01:24:56', '2024-02-21 01:24:56'),
(5168, 'Tee Zed L2031BB Brooklyn Converta 6 Panel Play-Pen & Wide Barrier Gate in Black', 'NIdHG44ou', 16, 'Built to Last - Constructed from durable, sturdy metal, and breathable mesh, the play pen is safe and secure to use, and will last a long time\r\nEasily Folds Away - The panels have secure corner attachments to connect one another, and the compact design allows for them to be stored away easily. The play pen is portable, which makes it ideal for travelling and using in multiple areas around the home\r\nWalk-Through Door - The Converta is built with a door which is ideal when using as a barrier gate. This also prevents having to bend over the play pen to reach your children. The door has a stay open feature when you need quick access for \"toy clean up \" time\r\nOptional One Way Swing - The door can be set to open in one direction only making it perfect for top of stair use\r\nGreat for Pets too! - Use as a barrier to keep your pets away from dangers or areas they are not allowed to be in. Alternatively set it up as a play pen to keep pets confined to a certain space', 140.00, NULL, NULL, 169.99, 'Tee Zed L2031BB Brooklyn Converta 6 Panel Play-Pen & Wide Barrier Gate in Black-87697.jpeg', 'Tee Zed L2031BB Brooklyn Converta 6 Panel Play-Pen & Wide Barrier Gate in Black-91249.jpeg', 'Tee Zed L2031BB Brooklyn Converta 6 Panel Play-Pen & Wide Barrier Gate in Black-46275.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-21 01:30:44', '2024-02-21 01:30:44'),
(5169, '14k Yellow Gold 3.00 Carats Princess Cut Created Ruby Pendant', 'wdNdgyacf', 16, 'Gemstone: Lab Created Ruby, Princess Cut, 8 mm, 3.2 carats, Pigeon Blood Red Hue with Brilliant Sparkle.\r\nPendant: 0.97 grams pure 14 Karat Yellow Gold with 14K Stamp. Pendant feature exceptional Design, Craftsmanship and finishing. Perfect gift for Mothers Day, Birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Includes a Signature Gift Box. Includes matching tone Sterling Silver 18 Inch Box Style Chain. Style P9772', 130.99, NULL, NULL, 145.00, '14k Yellow Gold 3.00 Carats Princess Cut Created Ruby Pendant-33002.jpeg', '14k Yellow Gold 3.00 Carats Princess Cut Created Ruby Pendant-90886.jpeg', '14k Yellow Gold 3.00 Carats Princess Cut Created Ruby Pendant-28659.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-21 01:32:40', '2024-02-21 01:32:40'),
(5170, 'Fender Mojo Grip Pick, Celluloid, White Moto, 3-Pack, Thin', '7WwrfBzrp', 16, 'Product Description The Fender Mojo Grip is a nitrile rubber sleeve that provides a better gripping surface, and extra thickness to a 351 shape pick. The grips come with a Celluloid pick already in place. The best part of the Fender MojoGrip is that the grip is separate from the pick. If you wear down or break your pick, just carefully slide the pick out of the grip and replace it with another pick. From the Manufacturer The Fender Mojo Grip is a nitrile rubber sleeve that provides a better gripping surface, and extra thickness to a 351 shape pick. The grips come with a Celluloid pick already in place. The best part of the Fender MojoGrip is that the grip is separate from the pick. If you wear down or break your pick, just carefully slide the pick out of the grip and replace it with another pick', 5.00, NULL, NULL, 8.00, 'Fender Mojo Grip Pick, Celluloid, White Moto, 3-Pack, Thin-35786.jpeg', 'Fender Mojo Grip Pick, Celluloid, White Moto, 3-Pack, Thin-73728.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-21 01:35:27', '2024-02-21 01:35:27'),
(5171, 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women', 'WgXwIULAi', 16, 'Design with 925 sterling silver heart shaped simulated red ruby pendant earrings set and cubic zirconia\r\nThis is a fantastic gift set for your families, wife, mother, girlfriend, friends, lover and fiancee\r\nThis created July birthstone big heart pendant necklace come with an 18\" Chain (chain is varied) and elegant jewelry box\r\n60 days money back and satisfaction guarantee\r\nDurable and good finished anti allergic, Nickel free', 45.99, NULL, NULL, 50.95, 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women-45501.jpeg', 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women-55531.jpeg', 'Mabella Double Heart Simulated Red Ruby Pendant Necklace Stud Earrings Sterling Silver Jewelry Set Gifts for Women-13226.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-21 01:37:52', '2024-02-21 01:37:52'),
(5172, 'Coolhut Under Desk Treadmill, Walking Pad 3 in 1 Folding Treadmill, Walking Jogging Treadmills for Home Office, 2.5HP Low-Noise Treadmill LED Display and Knob Speed Adjustment', 'XD9eLVNfS', 16, 'High-Performance Cardio Equipment for Sports Enthusiasts\r\nSleek Black Design Adds Style to Your Workout Space\r\nIdeal for Home or Gym Use\r\nEasy to Store\r\nProvides an Effective and Efficient Cardiovascular Workout', 265.99, NULL, NULL, 348.00, 'Coolhut Under Desk Treadmill, Walking Pad 3 in 1 Folding Treadmill, Walking Jogging Treadmills for Home Office, 2.5HP Low-Noise Treadmill LED Display and Knob Speed Adjustment-60629.jpeg', 'Coolhut Under Desk Treadmill, Walking Pad 3 in 1 Folding Treadmill, Walking Jogging Treadmills for Home Office, 2.5HP Low-Noise Treadmill LED Display and Knob Speed Adjustment-15055.jpeg', 'Coolhut Under Desk Treadmill, Walking Pad 3 in 1 Folding Treadmill, Walking Jogging Treadmills for Home Office, 2.5HP Low-Noise Treadmill LED Display and Knob Speed Adjustment-63206.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 01:39:05', '2024-02-21 01:39:05'),
(5173, 'Nanit - Pro Complete Baby Monitoring System', 'cfn45VmYH', 16, 'Product Name: Pro Complete Baby Monitoring System\r\nModel Number: P311US\r\nBrand: Nanit\r\nHealthcare Account Eligibility: FSA, HRA, HSA\r\nConnectivity Technology: Wi-Fi\r\nFeatures\r\nThis product includes:\r\nNanit Pro Camera, Wall Mount, Small Breathing Band, Smart Sheet, Multi-stand and 1 Year of Nanit Insights\r\nSleep Trends\r\nGet your baby\'s sleep stats each morning, plus a timelapse highlight reel so you can rewatch their entire night in seconds. Get personalized, science-backed sleep guidance from the worlds leading pediatric sleep experts, right in your app\r\nBreathing\r\nWith Breathing Wear, your Nanit can \"see\" your baby\'s chest as they breathe. Get real-time alerts if they need you, and feel more confident leaving them in the crib for the night', 279.99, NULL, NULL, 379.99, 'Nanit - Pro Complete Baby Monitoring System-63381.jpeg', 'Nanit - Pro Complete Baby Monitoring System-90828.jpeg', 'Nanit - Pro Complete Baby Monitoring System-33717.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-21 01:40:30', '2024-02-21 01:40:30'),
(5174, 'Baltic Amber Tear Drop Ring Sterling Silver Cognac Color, Sizes 5 through 9', 'iZzL7xzsA', 16, 'Genuine Baltic Amber, Rich Cognac Color, tear drop shape. Ring: 2.8 grams pure 925 sterling silver, Available in sizes 5 to 9. Ring features exceptional design, craftsmanship and finishing. Perfect gift for Mothers Day, Birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Includes a Signature Gift Box. Style SR11308', 40.99, NULL, NULL, 45.99, 'Baltic Amber Tear Drop Ring Sterling Silver Cognac Color, Sizes 5 through 9-45009.jpeg', 'Baltic Amber Tear Drop Ring Sterling Silver Cognac Color, Sizes 5 through 9-64861.jpeg', 'Baltic Amber Tear Drop Ring Sterling Silver Cognac Color, Sizes 5 through 9-91413.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-21 01:42:39', '2024-02-21 01:42:39'),
(5175, 'Swim Shirts for Womens Rash Guard Long Sleeve Uv Rashguard Swimsuits SPF Shirts L', 'QCpKuPEoh', 16, 'Sun Shirts, Fabric: 82% Polyester 18% Spandex*****Long raglan swim shirt features quick-drying, breathable, moisture wicking fabric for all-day comfort*****UPF 50 fabrication protects skin by blocking harmful Ultraviolet A & B rays (UVA/UVB)*****Banded crew neck swim top with raglan sleeves allows arms for full range of movement*****Durable stretch swimming shirt boasts excellent shape and color retention*****Innovative skin friendly fabric without built-in bra, perfect for Swimming, Surfing, Diving, Yoga, Fitness, Beach, Pool, Waterside party etc', 60.18, NULL, NULL, 68.99, 'Swim Shirts for Womens Rash Guard Long Sleeve Uv Rashguard Swimsuits SPF Shirts L-48553.jpeg', 'Swim Shirts for Womens Rash Guard Long Sleeve Uv Rashguard Swimsuits SPF Shirts L-55128.jpeg', 'Swim Shirts for Womens Rash Guard Long Sleeve Uv Rashguard Swimsuits SPF Shirts L-38143.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 01:43:21', '2024-02-21 01:43:21'),
(5176, 'Gemdeck Baby Bubble Bath Toy, Automatic Dinosaur Bath Bubble Machine With 12 Nursery', 'R9lekag0z', 16, 'Battery is not included.\r\n100% Safe Bath Time: Our Dinosaur Bubble Machine Is 360 Smooth Polished, Made of High-Quality Abs With Ip6 Waterproof Rating, Giving Your Baby A Safe and Pleasant Bath Time. Besides, Battery Case Is Equipped With Sealing Silicone To Prevent Electricity Leakage. .\r\n2 Modes-Music/Silent Mode: Simply Pop In The Blowing Nozzle, Fill The Container With Bubble Mixture (Suitable for All Kinds of Shower Gels). Music Mode: A Push of A Button Turns On Bubble Mode and Accompanies 12 Songs. Silent Mode: 2 Presses of The Button The Music Pauses, But The Little Dinosaur Continues To Make Bubbles. .\r\nEasy To Install: With 3 Strong Suction Cups On The Back, It Can Help You Firmly Fix On The Bathroom Wall, and Also Suitable for Bathtub, Glass, Tile. You Can Change To Any Places and Re-Attach It Anytime.\r\nLarge Capacity of 250Ml', 20.00, NULL, NULL, 27.00, 'Gemdeck Baby Bubble Bath Toy, Automatic Dinosaur Bath Bubble Machine With 12 Nursery-48384.jpeg', 'Gemdeck Baby Bubble Bath Toy, Automatic Dinosaur Bath Bubble Machine With 12 Nursery-55133.jpeg', 'Gemdeck Baby Bubble Bath Toy, Automatic Dinosaur Bath Bubble Machine With 12 Nursery-59868.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-21 01:44:11', '2024-02-21 01:44:11'),
(5177, 'Dazzling Love 1.75 Carats Blue Sapphire Ring in Sterling Silver Size 9', 'wiS1a22Ya', 16, 'Center Stone: Lab-Created Blue Sapphire, Heart Shape, 7 mm, 1.75 carats, Ceylon Blue Hue with Brilliant Sparkle. Side Stones: 8 pieces Super Sparkling Machine Cut White Cubic Zirconia. Ring: 2.50 grams, Pure Sterling Silver with .925 stamp, Ring features exceptional Design, Craftsmanship and Rhodium finishing. Perfect gift for Mothers Day, birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. style SR9824', 40.99, NULL, NULL, 42.55, 'Dazzling Love 1.75 Carats Blue Sapphire Ring in Sterling Silver Size 9-98621.jpeg', 'Dazzling Love 1.75 Carats Blue Sapphire Ring in Sterling Silver Size 9-52112.jpeg', 'Dazzling Love 1.75 Carats Blue Sapphire Ring in Sterling Silver Size 9-97392.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-21 01:45:41', '2024-02-21 01:45:41'),
(5178, 'Philosophy Gym Set of 2 Rubber Coated 2-inch Olympic Grip Weight Plates (25 LB each) for Weightlifting', 'sOijeGIyd', 16, '25 lb Pair Rubber Coated Weight Plates\r\nVersatile Design for 2 Olympic Barbells and Curl Bars\r\nDurable Construction\r\nVarious Weight Options\r\nExcellent for All-Around Fitness', 96.99, NULL, NULL, 175.00, 'Philosophy Gym Set of 2 Rubber Coated 2-inch Olympic Grip Weight Plates (25 LB each) for Weightlifting-57400.jpeg', 'Philosophy Gym Set of 2 Rubber Coated 2-inch Olympic Grip Weight Plates (25 LB each) for Weightlifting-81740.jpeg', 'Philosophy Gym Set of 2 Rubber Coated 2-inch Olympic Grip Weight Plates (25 LB each) for Weightlifting-65625.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-21 01:45:55', '2024-02-21 01:45:55'),
(5179, 'Boldly Glamorous 3.75 Carats Blue Sapphire Ring in Sterling Silver Size 9', 'LA8AuGFeq', 16, 'Center Stone: Lab-Created Blue Sapphire, Round Shape, 9 mm diameter, 3.75 carats, Ceylon Blue Hue with Brilliant Sparkle. Side Stones: 76 pieces Super Sparkling Machine Cut White Cubic Zirconia. Ring: 6.30 grams, Pure Sterling Silver with .925 stamp, Ring features exceptional Design, Craftsmanship and Rhodium finishing. Perfect gift for Mothers Day, birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Includes a Signature Gift Box , style SR9836', 79.99, NULL, NULL, 84.00, 'Boldly Glamorous 3.75 Carats Blue Sapphire Ring in Sterling Silver Size 9-52666.jpeg', 'Boldly Glamorous 3.75 Carats Blue Sapphire Ring in Sterling Silver Size 9-55760.jpeg', 'Boldly Glamorous 3.75 Carats Blue Sapphire Ring in Sterling Silver Size 9-65404.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-21 01:49:07', '2024-02-21 01:49:07'),
(5180, 'Cross Waist Leggings - Workout tights - Women\'s Leggings - Boho Leggings - Workout Leggings', '4Wvqj56aV', 16, 'Breathable, Quick-drying, Colorfast.\r\nUse For: Fitness, Yoga, Gym, Running, Training, Outdoor, Basketball, Dancing, Etc\r\nContour your curves\r\nFull Length Pants', 28.99, NULL, NULL, 67.05, 'Cross Waist Leggings - Workout tights - Women\'s Leggings - Boho Leggings - Workout Leggings-74093.jpeg', 'Cross Waist Leggings - Workout tights - Women\'s Leggings - Boho Leggings - Workout Leggings-32027.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 01:50:10', '2024-02-21 01:50:10'),
(5181, 'Fisher-Price Silly Sortin\' Monster Puzzle', 'lCDvvzu0L', 16, '4 removable shapes for puzzle play\r\nSpin roller to see 3 silly faces\r\nToggle the feet up & down\r\nFun textures for baby to explore\r\nThis little monster encourages big thinking as your baby matches t...', 18.50, NULL, NULL, 22.50, 'Fisher-Price Silly Sortin\' Monster Puzzle-68635.jpeg', 'Fisher-Price Silly Sortin\' Monster Puzzle-92373.jpeg', 'Fisher-Price Silly Sortin\' Monster Puzzle-76847.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-21 01:50:43', '2024-02-21 01:50:43'),
(5182, 'Classy 2.00ct Alexandrite Earrings in Sterling Silver', '8XaK1O2us', 16, 'Gemstones: Lab Created Alexandrites, Oval Shape, 7x5mm, 2.00 carats total gem weight. Alexandrites are top quality with Color change hue, fabulous sparkle and flawless clarity. Earrings are in pure Sterling Silver and weighs 1.50 grams. Earrings feature Stud Post with Bullet backings. Includes a Designer Gift Box and . Style SE6980', 45.99, NULL, NULL, 50.00, 'Classy 2.00ct Alexandrite Earrings in Sterling Silver-75094.jpeg', 'Classy 2.00ct Alexandrite Earrings in Sterling Silver-62503.jpeg', 'Classy 2.00ct Alexandrite Earrings in Sterling Silver-87715.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-21 01:52:55', '2024-02-21 01:52:55'),
(5183, 'Leggings With Beautiful Bows - Women\'s Leggings - Boho Leggings - Workout Leggings - Active Leggings', 'bMYDWR1Lo', 16, 'Breathable, Quick-drying, Colorfast.\r\n--Use For: Fitness, Yoga, Gym, Running, Training, Outdoor, Basketball, Dancing, Etc\r\n--Pockets for mobile or other.\r\n--Full Length Pants', 24.87, NULL, NULL, 41.00, 'Leggings With Beautiful Bows - Women\'s Leggings - Boho Leggings - Workout Leggings - Active Leggings-81214.jpeg', 'Leggings With Beautiful Bows - Women\'s Leggings - Boho Leggings - Workout Leggings - Active Leggings-33369.jpeg', 'Leggings With Beautiful Bows - Women\'s Leggings - Boho Leggings - Workout Leggings - Active Leggings-28947.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-21 01:54:08', '2024-02-21 01:54:08'),
(5184, 'eufy Security, Video Baby Monitor with Camera and Audio, 720p HD Resolution, Night Vision, 5\" Display, 110° Wide-Angle Lens Included, Lullaby Player, Ideal for New Moms', 'lAJgyiPXl', 16, 'See Up To 87% More: The large 5\'\' 720p display shows a sharp picture with 10 times more detail than ordinary 240p-display baby monitors.\r\nWide-Angle Lens Included: No need to purchase another lens. When your baby starts to walk and run around, just attach the extra lens to expand the view to 110°.\r\nWhole-Room Coverage: Pan the lens 330° to see corner-to-corner and tilt 110° to see floor to ceiling.\r\nInstant Alerts: Get alerted immediately when your baby is crying, even when you\'re sleeping.\r\nBe Mobile: The 460ft - 1000ft range-coverage area allows you to watch your little one rest peacefully in real-time wherever you are in your home. Note: Supports 1000ft max. in an open area. Notice:Micro SD Card is not supported.\r\n12 Months Warranty.', 140.99, NULL, NULL, 159.99, 'eufy Security, Video Baby Monitor with Camera and Audio, 720p HD Resolution, Night Vision, 5\" Display, 110° Wide-Angle Lens Included, Lullaby Player, Ideal for New Moms-91036.jpeg', 'eufy Security, Video Baby Monitor with Camera and Audio, 720p HD Resolution, Night Vision, 5\" Display, 110° Wide-Angle Lens Included, Lullaby Player, Ideal for New Moms-38804.jpeg', 'eufy Security, Video Baby Monitor with Camera and Audio, 720p HD Resolution, Night Vision, 5\" Display, 110° Wide-Angle Lens Included, Lullaby Player, Ideal for New Moms-38930.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-21 01:54:55', '2024-02-21 01:54:55'),
(5185, 'Aquamarine Diamond Ring 14Kt White Gold 1.5 Cts', '1egmoIhrm', 16, 'Gemstone: Genuine Aquamarine, Princess Cut, 7 mm, 1.5 Carats, Ice Blue Hue with Brilliant Sparkle. 0.05 Carats Genuine Diamond with G-H color and SI clarity. Ring: 3.24 grams pure 14 karat white gold with 14k stamp. Ring features exceptional Design, Craftsmanship and finishing. Perfect gift for Mothers Day, Birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Money Back Guarantee. Ring is made in size 7 only but can be resized by a reputable local jeweler. Includes a Presentation Gift Box. Style R62106', 309.99, NULL, NULL, 315.25, 'Aquamarine Diamond Ring 14Kt White Gold 1.5 Cts-90946.jpeg', 'Aquamarine Diamond Ring 14Kt White Gold 1.5 Cts-52248.jpeg', 'Aquamarine Diamond Ring 14Kt White Gold 1.5 Cts-38358.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-21 01:55:46', '2024-02-21 01:55:46'),
(5186, 'Ab Machine, Ab Workout Equipment- Exercise Equipment -ABS Crunch Machine With 2pc Weight Block 440lb Weight Capacity(black)', 'uVGEMqESz', 16, 'ABDOMINAL EXERCISE MACHINE SIZE: 52.4\" (L) x 23\"(W) x 50\" (H); Weight:53Lbs, Weight Capacity: 440Lbs. Ergonomic Design.\r\nHIGH QUALITY AND DURABILITY - The Abs Workout Machine features a multi-angle adjustable seat and handle. Easy-to-read digital repetition counter display keeps track of your abs / core workout for you so you can give full attention to every home exercise session. Adjustable Handle can help you to find your comfortable arm length.\r\nPERFECT FOR IN HOME USE - The fordable design easily allows it to Fit in a Compact Space. Easy Assembly and Detailed Instructions Will Have You Set Up in Minutes. Folded size is 24 inch long and 24 inch wide 53 inch high; You can put it in the corner when you finish workout. 2pc Weight Block can be used as pair of kettle-bell, you will love the handle.', 320.09, NULL, NULL, 481.00, 'Ab Machine, Ab Workout Equipment- Exercise Equipment -ABS Crunch Machine With 2pc Weight Block 440lb Weight Capacity(black)-57452.jpeg', 'Ab Machine, Ab Workout Equipment- Exercise Equipment -ABS Crunch Machine With 2pc Weight Block 440lb Weight Capacity(black)-86455.jpeg', 'Ab Machine, Ab Workout Equipment- Exercise Equipment -ABS Crunch Machine With 2pc Weight Block 440lb Weight Capacity(black)-51828.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 01:57:33', '2024-02-21 01:57:33'),
(5187, 'WELSPO 3.5\" Baby Monitor, Wireless Digital Monitor Audio Video Night Vision Safety Viewer', 'NC8Cl6Qey', 16, 'Infrared Night Vision\r\nBuilt-in lullabies\r\n3.5\" Full Color LCD\r\nreal-time display\r\nTemperature detection\r\ntwo-Way communication\r\nSupport up to 4 cameras', 90.19, NULL, NULL, 105.19, 'WELSPO 3.5\" Baby Monitor, Wireless Digital Monitor Audio Video Night Vision Safety Viewer-39609.jpeg', 'WELSPO 3.5\" Baby Monitor, Wireless Digital Monitor Audio Video Night Vision Safety Viewer-22882.jpeg', 'WELSPO 3.5\" Baby Monitor, Wireless Digital Monitor Audio Video Night Vision Safety Viewer-92813.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-21 02:04:11', '2024-02-21 02:04:11'),
(5188, 'Ab Machine, Ab Workout Equipment- Fitness Equipment -AB Crunch Machine With 2pc Weight Block 440lb Weight Capacity(Silver)', '78EbQJI6y', 16, 'ABDOMINAL EXERCISE MACHINE SIZE: 52.4\" (L) x 23\"(W) x 50\" (H); Weight:53Lbs, Weight Capacity: 440Lbs. Ergonomic Design.\r\nHIGH QUALITY AND DURABILITY - The Abs Workout Machine features a multi-angle adjustable seat and handle. Easy-to-read digital repetition counter display keeps track of your abs / core workout for you so you can give full attention to every home exercise session. Adjustable Handle can help you to find your comfortable arm length.\r\nPERFECT FOR IN HOME USE - The fordable design easily allows it to Fit in a Compact Space. Easy Assembly and Detailed Instructions Will Have You Set Up in Minutes. Folded size is 24 inch long and 24 inch wide 53 inch high; You can put it in the corner when you finish workout. 2pc Weight Block can be used as pair of kettle-bell, you will love the handle.', 310.00, NULL, NULL, 395.00, 'Ab Machine, Ab Workout Equipment- Fitness Equipment -AB Crunch Machine With 2pc Weight Block 440lb Weight Capacity(Silver)-42264.jpeg', 'Ab Machine, Ab Workout Equipment- Fitness Equipment -AB Crunch Machine With 2pc Weight Block 440lb Weight Capacity(Silver)-28203.jpeg', 'Ab Machine, Ab Workout Equipment- Fitness Equipment -AB Crunch Machine With 2pc Weight Block 440lb Weight Capacity(Silver)-51657.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-21 02:04:11', '2024-02-21 02:04:11'),
(5189, 'Jaeger-LeCoultre Fine & Very Rare 18K Yellow Gold US $20 Coin Watch, c1975.', 'GHCmNEyE5', 16, 'Fine & extremely rare  (very few of these were in fact produced),   this timepiece by Jaeger-LeCoultre is designed as a coin watch –   concealed within a 1904 United States of America twenty-dollar gold coin.     Fascinating fact:   it\'s actually one single coin,   which was cut & used for this timepiece to be embedded into,  (some of these were in fact sold as gold coins  due to people not being aware there\'s actually a watch inside!   which indicates to the top level of skill & craftsmanship   that was put into the creation of this piece...)    ~~~     Coin edge band with concealed push piece at 3 to reveal the dial & case,   which is numbered 1378768    Case measures 34mm (in diameter) x 4mm (thick)  Case back is signed, stamped 18K 750 & bearing a number     Ivory silvered coloured Dial is in pristine condition, signed,   adorned with elegant baton numerals & black baton hands.     Powered by Swiss JLC Manual (Hand-Winding) Lever Movement,  signed & numbered 2087881        Dating from circa 1975,   the coin watch is a genuine treasure,   especially being in such great condition & in excellent working order    Comes in Jaeger-LeCoultre presentation box and   JL black leather pouch,   accompanied by valuation certificate     Provenance: Sotheby\'s, Australia    ~~~    Combining sophistication of a fabulous brand & great design,   this Jaeger-LeCoultre coin watch is a rare find for collectors -   a truly unique addition to any collection.', 12726.00, NULL, NULL, 12800.00, 'Jaeger-LeCoultre Fine & Very Rare 18K Yellow Gold US $20 Coin Watch, c1975.-77671.jpeg', 'Jaeger-LeCoultre Fine & Very Rare 18K Yellow Gold US $20 Coin Watch, c1975.-37531.jpeg', 'Jaeger-LeCoultre Fine & Very Rare 18K Yellow Gold US $20 Coin Watch, c1975.-30146.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-21 02:06:37', '2024-02-21 02:06:37'),
(5190, 'Pro-Style Ab Bench - OEM', 'cwdhyub2w', 16, 'Centered on a telescoping 2x 2 steel beam, our Pro-Style Adjustable Ab Board adjusts to 12 positions for increased or decreased difficulty when doing sit-ups or crunches. Featuring an extra-wide, extra-thick double-stitched DuraFirm pad and oversized 8 foam rollers. Dimensions: 54L x 24W x 52H Warranty: In-Home LIFETIME Warranty', 310.00, NULL, NULL, 388.00, 'Pro-Style Ab Bench - OEM-80906.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-21 02:08:36', '2024-02-21 02:08:36'),
(5191, 'WestonSupply 07-0801 Stainless Steel Roma Sauce Maker & Food Strainer', 'hp67AUHP1', 16, 'Simply Turn the Handle - The seeds & skins separate from the puree\r\nSave time when canning & preserving\r\nExtra-large, approximately 1 gallon, capacity hopper\r\nEasy Turn Handle\r\nIncludes one multi-purpose stainless steel screen for apples & tomatoes\r\nStays in place on counter with suction cup mounting\r\nAlso includes C-clamp for additional mounting options\r\nIncludes stomper to safely apply extra pressure', 40.99, NULL, NULL, 49.99, 'WestonSupply 07-0801 Stainless Steel Roma Sauce Maker & Food Strainer-63250.jpeg', NULL, NULL, 'Babies', 3.5, NULL, 1, '2024-02-21 02:11:21', '2024-02-21 02:11:21'),
(5192, 'Gemdeck Musical Mat Baby Toys for Kids, 2 in 1 Keyboard & Drum Mat', 'slpBrWQX1', 16, '2-IN-1 Multifunctional Music Mat: Piano side has 5 kinds of instrument sounds (piano,violin,trumpet,vibraphone,guitar) and 8 piano keys.\r\nHigh Quality & Safe: The music play mat is made of non-woven fabric, tasteless and non-toxic. High-quality fabrics do not hurt kids\' delicate skin. you can use and enjoy electronic music mats with your children anywhere indoors and outdoors, which is the best choice for your family outing.\r\nTouch Sensitively & Foldable: Toddlers can touch or step on it with your hands to improve your child\'s hand and foot coordination and reaction ability in order to achieve the purpose of exercise. Our drum mat is foldable and easy to carry.\r\nEducational Musical Toddler Toys: This music piano mat can be multi-participant,interactive,is a very good early learning toys.Children can explore music and experiment with sounds, enhancing creativity and self-expression.\r\nIdeal Gift for Kids Babies Boys Girls', 20.05, NULL, NULL, 26.05, 'Gemdeck Musical Mat Baby Toys for Kids, 2 in 1 Keyboard & Drum Mat-31759.jpeg', 'Gemdeck Musical Mat Baby Toys for Kids, 2 in 1 Keyboard & Drum Mat-70703.jpeg', 'Gemdeck Musical Mat Baby Toys for Kids, 2 in 1 Keyboard & Drum Mat-56505.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-21 02:15:32', '2024-02-21 02:15:32'),
(5193, 'Cartier Tank Louis White Gold Blue Strap Ladies Watch W1541056', 'PEvtyT8kQ', 16, 'Cartier Tank Louis White Gold Blue Strap Ladies Watch W1541056. Quartz movement. 18K white gold case 22 mm x 29 mm. Circular grained crown set with a blue sapphire cabochon. . Scratch resistant mineral crystal. Silver grained dial with black Roman numerals. Blued steel sword shaped hands. Custom blue alligator leather strap with Cartier 18K white gold tang buckle. Excellent condition.', 6738.00, NULL, NULL, 7228.00, 'Cartier Tank Louis White Gold Blue Strap Ladies Watch W1541056-39633.jpeg', 'Cartier Tank Louis White Gold Blue Strap Ladies Watch W1541056-75730.jpeg', 'Cartier Tank Louis White Gold Blue Strap Ladies Watch W1541056-40537.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-21 02:15:42', '2024-02-21 02:15:42');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5194, '1916 Nordic Ring 1ctw. Diamonds solid 18K Gold Platinum Ø 6.75US / 2.2gr', '6jNq9rFv9', 16, 'Beautiful Antique Art Deco period Ring featuring hand-cut old European diamond cut Diamonds arranged in fancy eye-shaped pattern.Tips of the clusters in Platinum.  All stones have their backs open.  There are 15 stones, with diameters ranging from Ø 3 mm/ 0.11 ct to Ø 2.25 mm /0.04 ct .  Color ca G,H / VVS. Total weight: ca. 1 ct .  Hallmarked with Swedish marks,18K , marks of unknown maker, Stockholm, year marks P7 / made in 1916.  Fine Used condition, no issues to note. All stones are intact and securely set.  Size of the ring: Ø 6.75 US scale / Ø 17.13 mm, can be sized up or down for additional payment.  Eye-shaped centerpiece measures 14 mm x 6.5 mm x 4 mm deep. Weight: 2.2 grams', 1200.00, NULL, NULL, 1280.00, '1916 Nordic Ring 1ctw. Diamonds solid 18K Gold Platinum Ø 6.75US / 2.2gr-60128.jpeg', '1916 Nordic Ring 1ctw. Diamonds solid 18K Gold Platinum Ø 6.75US / 2.2gr-73296.jpeg', '1916 Nordic Ring 1ctw. Diamonds solid 18K Gold Platinum Ø 6.75US / 2.2gr-68510.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-21 02:20:29', '2024-02-21 02:20:29'),
(5195, 'Barbie Signature 2021 Holiday Doll (12-inch, Brunette Hair) in Silver Gown, with Doll Stand and Certificate of Authenticity, Gift for 6 Year Olds and Up', 'JwPzFUTvW', 16, 'Its a joyous time of year, when everything appears to sparkle and glisten with holiday magic. Dressed for the occasion, 2021 Holiday Barbie doll shines in a gorgeous gown with off-the-shoulder ruched sleeves and a metallic bodice that shines with sculpted \"gemstones.\" Her full skirt glistens with silver shimmer, complemented by a voluminous tulle peplum. Silvery \"pearl\" earrings, sparkling eye makeup and bold red lips complete her glamorous look. Throughout this wondrous season, may your 2021 Holiday Barbie doll bring a glimmer of light, peace and love to you and those you hold dear. In packaging thats ideal for display, this collectible 2021 Holiday Barbie doll makes a great gift for 6 year olds and up. Includes doll stand and Certificate of Authenticity. Doll cannot stand alone. Colors and decorations may vary.', 40.50, NULL, NULL, 53.50, 'Barbie Signature 2021 Holiday Doll (12-inch, Brunette Hair) in Silver Gown, with Doll Stand and Certificate of Authenticity, Gift for 6 Year Olds and Up-96770.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-21 02:21:29', '2024-02-21 02:21:29'),
(5196, 'Italian Large Triple Link Bracelet 14 Karat Yellow Gold 35.1 Grams', 'WcMkWr1F4', 16, 'Made in Italy, this 14 Karat Yellow Gold bracelet features 9 oversized links weighing 35.1 grams.  More link bracelets in stock.', 3599.00, NULL, NULL, 3799.00, 'Italian Large Triple Link Bracelet 14 Karat Yellow Gold 35.1 Grams-55656.jpeg', 'Italian Large Triple Link Bracelet 14 Karat Yellow Gold 35.1 Grams-42261.jpeg', 'Italian Large Triple Link Bracelet 14 Karat Yellow Gold 35.1 Grams-51276.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-21 02:24:52', '2024-02-21 02:24:52'),
(5197, '18 Karat Yellow Gold Rolo Link Bracelet 20.6 Grams Made in Italy', 'JxoY6nEeB', 16, '18 Karat Yellow Gold bracelet featuring 28 Rolo links weighing 20.6 Grams, made in Italy. More Rolo links available  11.6 MM Links Search Harbor Diamonds', 2499.00, NULL, NULL, 2550.00, '18 Karat Yellow Gold Rolo Link Bracelet 20.6 Grams Made in Italy-26789.jpeg', '18 Karat Yellow Gold Rolo Link Bracelet 20.6 Grams Made in Italy-19569.jpeg', '18 Karat Yellow Gold Rolo Link Bracelet 20.6 Grams Made in Italy-20536.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-21 02:28:25', '2024-02-21 02:28:25'),
(5198, 'Boss Office Supplies B6919 Mesh Guest Chair', '3ZRF1AyVP', 16, 'Patented contemporary style\r\nPowder coated tubular steel frame\r\nStackable for space saving storage\r\nWaterfall seat to reduce stress on legs\r\nTapered legs\r\nStacks 4 high', 50.99, NULL, NULL, 61.99, 'Boss Office Supplies B6919 Mesh Guest Chair-87050.jpeg', 'Boss Office Supplies B6919 Mesh Guest Chair-73241.jpeg', 'Boss Office Supplies B6919 Mesh Guest Chair-80705.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 02:28:33', '2024-02-21 02:28:33'),
(5199, 'Oravo Baltic Amber Clover Pendant Necklace Sterling Silver Honey Olive and Cognac Colors, 18\"', 'VMiq85fqn', 16, 'Genuine Baltic Amber, 4 pieces tear drop shape, rich cognac, olive green and honey yellow.\r\nPendant: 3.8 grams pure 925 sterling silver, Includes 18 inch Sterling Silver Box Chain Necklace.\r\nDimensions: 1 x 1 1/4 inch. Pendant features exceptional design, craftsmanship and finishing. Perfect gift for Mothers Day, Birthdays, Valentines Day, Graduation, Christmas or just about any other occasion. Includes a Signature Gift Box. Style SP11100', 55.99, NULL, NULL, 60.99, 'Oravo Baltic Amber Clover Pendant Necklace Sterling Silver Honey Olive and Cognac Colors, 18\"-54866.jpeg', 'Oravo Baltic Amber Clover Pendant Necklace Sterling Silver Honey Olive and Cognac Colors, 18\"-85010.jpeg', 'Oravo Baltic Amber Clover Pendant Necklace Sterling Silver Honey Olive and Cognac Colors, 18\"-28600.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-21 02:33:09', '2024-02-21 02:33:09'),
(5200, 'BOSS Office Products B1690-CS Drafting Stools', 'KMDLWxZVl', 16, 'BOSS Office Products B1690-CS Drafting Stools', 140.99, NULL, NULL, 153.99, 'BOSS Office Products B1690-CS Drafting Stools-83535.jpeg', 'BOSS Office Products B1690-CS Drafting Stools-55928.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-21 02:36:36', '2024-02-21 02:36:36'),
(5201, 'Rare Beauty by Selena Gomez Soft Pinch Liquid Blush Joy 0.25 oz/ 7.5 mL', 'H8Tea0Txu', 14, 'A weightless, long-lasting liquid blush that blends and builds beautifully for a soft, healthy flush. Available in matte and dewy finishes.Ingredient Callouts: Free of sulfates SLS and SLES, parabens, formaldehydes, formaldehyde-releasing agents, phthalates, mineral oil, retinyl palmitate, oxybenzone, coal tar, hydroquinone, triclosan, and triclocarban, and contains less than one percent of synthetic fragrances. This product is also vegan and cruelty-free.What Else You Need to Know: Create a pinch-perfect flush using this featherweight formula infused with long-lasting pigments that last all day.', 23.00, NULL, NULL, 55.00, 'Rare Beauty by Selena Gomez Soft Pinch Liquid Blush Joy 0.25 oz/ 7.5 mL-29702.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-21 02:38:05', '2024-02-21 02:38:05'),
(5202, 'Thermacell - Rechargeable Mosquito Repellent', '9eQ3L45zG', 13, 'Our most advanced repellent system ever, the Thermacell Rechargeable Mosquito Repellent keeps mosquitoes away, without spray. Within minutes, the system heats and activates our scent-free, invisible repellent, protecting outdoor spaces from mosquitoes. The E-Series been evaluated by the EPA for safety and effectiveness and provides a 20-foot Zone of Protection against mosquitoes - our biggest zone size ever by 80%. Rechargeable and long-lasting, the E-Series is incredibly effective and is environmentally friendly. Its effectiveness is unmatched by candles or torches.', 39.99, NULL, NULL, 45.99, 'Thermacell - Rechargeable Mosquito Repellent-40394.jpeg', 'Thermacell - Rechargeable Mosquito Repellent-68095.jpeg', 'Thermacell - Rechargeable Mosquito Repellent-90547.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 02:41:50', '2024-02-21 02:41:50'),
(5203, 'BOSS Office Products B629M Box Arm Chair', 'twEuMcW44', 16, 'Mid-back box arm chair\r\nUpholstered in soft vinyl\r\nMahogany wood finish', 160.99, NULL, NULL, 173.99, 'BOSS Office Products B629M Box Arm Chair-43059.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-21 02:42:05', '2024-02-21 02:42:05'),
(5204, 'Best-Sellers Eau de Toilette 5 Piece Sampler Kit', 'PduKf1RVI', 14, 'I Love Your Smell, Baby: Lemonade, Sparking Pomegranate, Warm Vanilla\r\nLovely Sweet Dreams: Freesia, White Moss, Vanilla Cream.\r\nMalibu Night: Muddled Raspberries, Coconut Cream, Soft Musk\r\n7 Summers: Juicy Pear, Sweet Coconut, Fluffy Musk\r\nDans Les Bois: Red Saffron, Jasmine, Cedarwood', 28.00, NULL, NULL, 41.00, 'Best-Sellers Eau de Toilette 5 Piece Sampler Kit-74594.jpeg', 'Best-Sellers Eau de Toilette 5 Piece Sampler Kit-74138.jpeg', 'Best-Sellers Eau de Toilette 5 Piece Sampler Kit-22694.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 02:42:37', '2024-02-21 02:42:37'),
(5205, 'Boss Office Supplies B16210-BK The DOT drafting stool, Black', 'HKiwOHnNE', 16, 'Chair & Furniture Accessories\r\nBlack\r\nType	Chair & Furniture Accessories\r\nGeneral\r\nBrand	Boss Office Supplies\r\nModel	B16210-BK\r\nFeatures\r\nFeatures	Upholstered in breathable vibrant colored mesh. Adjustable seat height with a 6\" vertical height range. Dual wheel casters allow for easy movement. Black nylon base and a pneumatic gas lift. Chrome footring.\r\nDetails\r\nColor	Black\r\nSizes/Dimensions	25\"W x 25\"D x 20.5-26.5\"H\r\nSpecifications	Seat Size : 16\" W x 16\" D. Seat Height : 20.5\"-26.5\" H. Weight Capacity : 250 Lbs.', 80.99, NULL, NULL, 91.99, 'Boss Office Supplies B16210-BK The DOT drafting stool, Black-42380.jpeg', 'Boss Office Supplies B16210-BK The DOT drafting stool, Black-54453.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-21 02:47:10', '2024-02-21 02:47:10'),
(5206, 'LEGO - Icons Tiny Plants Build and Display Set for Adults 10329', 'S1db1dmQv', 13, 'Brand/Character\r\nLEGO, Botanical Collection\r\nModel Number\r\n6465042\r\nColor Category\r\nMulti\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\nNONE\r\nManufacturer\'s Warranty - Labor\r\nNONE\r\nOther\r\n\r\nUPC\r\n673419387507', 49.99, NULL, NULL, 62.49, 'LEGO - Icons Tiny Plants Build and Display Set for Adults 10329-69826.jpeg', 'LEGO - Icons Tiny Plants Build and Display Set for Adults 10329-44941.jpeg', 'LEGO - Icons Tiny Plants Build and Display Set for Adults 10329-47078.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-21 02:47:51', '2024-02-21 02:47:51'),
(5207, 'D-Bronzi Anti-Pollution Sunshine Drops', 'HdzQmyodT', 14, 'Provides a bronzy glow that flatters every complexion\r\nDefends against pollution and environmental stressors\r\nMimics the antioxidant benefits of vitamin D\r\nReplenishes the delicate balance that supports a healthy barrier function\r\nFormulated at a skin-friendly pH of 4.8\r\nFormulated without the Suspicious 6 - the six ingredients Drunk Elephant believes are at the root of almost every skin issue (Essential oils, Silicones, Chemical sunscreens, SLS, Fragrances + dyes, and Drying alcohols)\r\nVegan and cruelty-free\r\nRecyclable packaging', 38.16, NULL, NULL, 53.00, 'D-Bronzi Anti-Pollution Sunshine Drops-11715.png', 'D-Bronzi Anti-Pollution Sunshine Drops-34113.png', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-21 02:47:52', '2024-02-21 02:47:52'),
(5208, 'WORX - 12 AMP 14\" Electric Dethatcher - Black', 'GTMYpxnOd', 13, 'The 14” – 12AMP Electric Dethatcher from Worx was made for working over rough patches, or the whole yard. Dethatch dead grass and debris, even roots with 14” wide tines, at 3 different depths: -9mm, -3mm, +3mm. Your lawn will be healthier, greener, and easier to maintain in the future. The handle folds down for easy transport and storage. The lock-off switch keeps you safe. And the collection bag keeps you clean.', 167.99, NULL, NULL, 169.99, 'WORX - 12 AMP 14\" Electric Dethatcher - Black-60986.jpeg', 'WORX - 12 AMP 14\" Electric Dethatcher - Black-79499.jpeg', 'WORX - 12 AMP 14\" Electric Dethatcher - Black-76586.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-21 02:53:46', '2024-02-21 02:53:46'),
(5209, 'Homall Gaming Chair Computer Office Chair Ergonomic Desk Chair with Footrest Racing Executive Swivel Chair Adjustable Rolling Task Chair (Black)', 'UmEAA8dVP', 16, 'Ergonomic Design: This computer chair designed with ergonomic construction with a strong metal frame provides an extra comfortable sitting experience.\r\nUnique Design: Office chair with carbon fiber style pu leather scattered all over, stylish and wearproof; steel frame and five star base make a superb stable structure offer strong support for the gaming chair..\r\nMulti-Function: Reclining backrest; suppressible footrest; 360 degree swivel and multi-direction wheels; Seat-height adjustable; 90° ~ 170° reclining; Smooth-rolling rubber casters; Removable headrest pillow and lumbar cushion.\r\nFootrest: Suppressible footrest offers more sitting positions and it will not impede you.\r\nWide Usage: This gaming chair is suitable for you to play computer games, watch TV, do the work and have a rest. This gaming chair verified By SGS, UL and BIFMA is perfect for gaming room, living room, bedroom, the office, the study and so on. It will make your space more modern and elegant', 90.99, NULL, NULL, 100.99, 'Homall Gaming Chair Computer Office Chair Ergonomic Desk Chair with Footrest Racing Executive Swivel Chair Adjustable Rolling Task Chair (Black)-58117.jpeg', 'Homall Gaming Chair Computer Office Chair Ergonomic Desk Chair with Footrest Racing Executive Swivel Chair Adjustable Rolling Task Chair (Black)-25433.jpeg', 'Homall Gaming Chair Computer Office Chair Ergonomic Desk Chair with Footrest Racing Executive Swivel Chair Adjustable Rolling Task Chair (Black)-27028.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 02:55:49', '2024-02-21 02:55:49'),
(5210, 'Aqua Joe - AJ-OMS20-BRS Indestructible Metal Base Oscillating Sprinkler | Customizable Coverage | 4973 sq ft Max Coverage', 'dK7ydx36N', 13, 'No more wasted water or overspray - keep your grass green and lawn lush with the AJ-OMS20-BRS Indestructible Metal Base Oscillating Sprinkler from AQUA JOE. With AQUA JOE’s completely customizable coverage patterns, you’ll have the control you need to make your home the envy of the entire neighborhood. Just slide the tabs to select your range + press to tailor your width from 14 to 20 nozzles to reach every corner of your yard – from the smallest lot to the largest lawn! The sturdy, plastic nozzles provide precise dispersal — up to 4973 sq ft — while built-in flow control allows you to increase or decrease water flow for optimal coverage with just a twist of the knob. An extra-long, weatherproof indestructible metal base provides enhanced stability and durability for tough outdoor use, plus AQUA JOE’s durable, metal fittings provide a secure, leak-proof connection to your standard garden hose. And the built-in clean-out tool quickly clears clogs to help keeps your nozzles clean for continuous, reliable operation, season after season.', 34.99, NULL, NULL, 39.99, 'Aqua Joe - AJ-OMS20-BRS Indestructible Metal Base Oscillating Sprinkler | Customizable Coverage | 4973 sq ft Max Coverage-14882.jpeg', 'Aqua Joe - AJ-OMS20-BRS Indestructible Metal Base Oscillating Sprinkler | Customizable Coverage | 4973 sq ft Max Coverage-62795.jpeg', 'Aqua Joe - AJ-OMS20-BRS Indestructible Metal Base Oscillating Sprinkler | Customizable Coverage | 4973 sq ft Max Coverage-67420.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 03:01:18', '2024-02-21 03:01:18'),
(5211, 'Homall Office Gaming Chair Carbon PU Leather Reclining Black Racing Style, Executive Ergonomic Hydraulic Swivel Seat with Headrest and Lumbar Support (Black)', '1uqBCkblS', 16, 'Unique Design: Office chair with carbon fiber style pu leather scattered all over, stylish and wearproof; steel frame and five star base make a superb stable structure.\r\nErgonomic Design: This computer chair designed with ergonomic construction with a strong metal frame provides an extra comfortable sitting experience.\r\nHigh-Quality: This gaming chair verified By SGS, UL and BIFMA is perfect for office, home, conference occasion and computer gaming room.\r\nMulti-Function: 360 degrees swivel and multi-direction wheels; Seat-height adjustable; 90°~150° reclining; Smooth-rolling rubber casters; Removable headrest pillow and lumbar cushion. Load Capacity: 300-pound maximum weight capacity.\r\nApplicable Places: This Homall gaming chair is suitable for gaming room, living room, bedroom, the office, the study and so on. It will make your space more modern and elegant.', 70.00, NULL, NULL, 99.00, 'Homall Office Gaming Chair Carbon PU Leather Reclining Black Racing Style, Executive Ergonomic Hydraulic Swivel Seat with Headrest and Lumbar Support (Black)-18281.jpeg', 'Homall Office Gaming Chair Carbon PU Leather Reclining Black Racing Style, Executive Ergonomic Hydraulic Swivel Seat with Headrest and Lumbar Support (Black)-66474.jpeg', 'Homall Office Gaming Chair Carbon PU Leather Reclining Black Racing Style, Executive Ergonomic Hydraulic Swivel Seat with Headrest and Lumbar Support (Black)-37432.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 03:03:37', '2024-02-21 03:03:37'),
(5212, 'Patio Sense - Round Wicker Noah Planter 2-Piece Set - Black', 'D6barb8G0', 16, 'Balkene Home offers a rustic approach to adaptable outdoor furnishings. Our all-weather wicker planters in versatile black are perfect for a patio herb garden or any botanical accent to your living space. Bring personality and charm into your home with the Noah Wicker Planters.', 57.99, NULL, NULL, 79.99, 'Patio Sense - Round Wicker Noah Planter 2-Piece Set - Black-14047.jpeg', 'Patio Sense - Round Wicker Noah Planter 2-Piece Set - Black-98729.jpeg', 'Patio Sense - Round Wicker Noah Planter 2-Piece Set - Black-62748.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-21 03:05:28', '2024-02-21 03:05:28'),
(5213, 'Devoko 100 Gallon Waterproof Large Resin Deck Box Indoor Outdoor Lockable Storage Container for Patio Furniture Cushions, Toys and Garden Tools (Light Brown)', 'nVpI1Ok6B', 16, 'Chic Design: This all-weather wicker plastic storage box with modern rattan pattern design, which is a great decoration for deck, garden, yard, porch and poolside.\r\n-Large Storage Space: This deck box has a storage capacity of 100 Gallon with totally dimensions: 47.8\"L x 21.4\"W x 24.6\"H. It will provide enough room to store all your belongings for indoors and outdoors, such as pillows, toys, tools and equipments.\r\n-Strong and Durable: Made of weather-resistant and waterproof poly resin that prevent fading, rusting, peeling and bending, which can keeps looking new for long time using.\r\n-Extra Bench Seating: This storage box provides two comfortable seatings( weight capacity of 500 lbs), which can be used as a bench in your home. With two side handles, you can easily to move arround.\r\n-Functional Design: Equipped with two gas rods for easy opening and slowly closing, and prevents hands from getting clamped. Lockable lid will keep your belongings safe and secure.', 70.99, NULL, NULL, 89.99, 'Devoko 100 Gallon Waterproof Large Resin Deck Box Indoor Outdoor Lockable Storage Container for Patio Furniture Cushions, Toys and Garden Tools (Light Brown)-32447.jpeg', 'Devoko 100 Gallon Waterproof Large Resin Deck Box Indoor Outdoor Lockable Storage Container for Patio Furniture Cushions, Toys and Garden Tools (Light Brown)-14838.jpeg', 'Devoko 100 Gallon Waterproof Large Resin Deck Box Indoor Outdoor Lockable Storage Container for Patio Furniture Cushions, Toys and Garden Tools (Light Brown)-88193.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 03:09:31', '2024-02-21 03:09:31'),
(5214, 'Halo Glow Liquid Filter', 'olephFUsw', 14, 'Multi-purpose complexion booster for glowing, dewy skin\r\nLeaves complexion looking healthy & more radiant\r\nMakeup-skincare hybrid can be used 4 ways: wear alone, over or under makeup; mix with your favorite foundation; or use as highlighter\r\nEnriched with skin-loving ingredients like Squalane & Hyaluronic acid\r\nAvailable in flexible shades that work across all skin tones & undertones\r\nGreat for all skin types (dry, normal/combo, oily)\r\n100% vegan, cruelty-free & Leaping Bunny Certified\r\nMade in a Fair-Trade Certified facility', 15.27, NULL, NULL, 29.00, 'Halo Glow Liquid Filter-57094.png', 'Halo Glow Liquid Filter-88625.png', 'Halo Glow Liquid Filter-17822.png', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 03:13:11', '2024-02-21 03:13:11'),
(5215, 'Lap Desk for Home and Office, Kavalan Portable Laptop Lap Desk w/Pillow Cushion & Tablet, Phone, Gadget Holder Slot w/Wrist Pad, Use as Laptop Desk for Bed Couch Sofa, Fit 15.6 inch Laptop, Oak', 'rEKFR7fBT', 16, 'MULTIPLE USES: Enjoy an ergonomic and comfortable moment while using this lap desk! Easy to use on the bed, couch/sofa at home and office, or even during traveling!\r\nINNOVATIVE & COMFY: Featured with its dual bolster cushions with foam particles to comfort and support while using. Easily raise your laptop to a better viewing position and prevent you from back and neck pain.\r\nPREMIUM QUALITY: Well made with an eco-friendly wooden grain panel and soft cushion filling. High-quality linen is adopted to keep your lap cool and comfortable after using a long period of time.\r\nSMART SPACE SAVING DESIGN: This lap table comes with a storage holder slot to keep your cell phone, tablet, a pen or office gadgets in place. Keep your desktop neat and also save some space while in use.\r\nCOMPACT & PORTABLE: This lapdesk measures 420mm(L) x 300mm(W) , perfect size to fit most 15\" laptops. Comes with a reinforced carrying handle that allows you to easily bring it with you everywhere.', 25.99, NULL, NULL, 38.99, 'Lap Desk for Home and Office, Kavalan Portable Laptop Lap Desk w/Pillow Cushion & Tablet, Phone, Gadget Holder Slot w/Wrist Pad, Use as Laptop Desk for Bed Couch Sofa, Fit 15.6 inch Laptop, Oak-66703.jpeg', 'Lap Desk for Home and Office, Kavalan Portable Laptop Lap Desk w/Pillow Cushion & Tablet, Phone, Gadget Holder Slot w/Wrist Pad, Use as Laptop Desk for Bed Couch Sofa, Fit 15.6 inch Laptop, Oak-92124.jpeg', 'Lap Desk for Home and Office, Kavalan Portable Laptop Lap Desk w/Pillow Cushion & Tablet, Phone, Gadget Holder Slot w/Wrist Pad, Use as Laptop Desk for Bed Couch Sofa, Fit 15.6 inch Laptop, Oak-32796.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 03:13:36', '2024-02-21 03:13:36'),
(5216, 'vidaXL Patio Chair and Stool Sofa Furniture with Cushions Poly Rattan Brown', 'x26P4lMPg', 16, 'Rattan color: Brown\r\nCushion color: Cream white\r\nMaterial: PE rattan + powder-coated steel frame\r\nCushion cover material: 100% polyester\r\nCushion thickness: 1.6\"\r\nStool dimensions: 16.1\" x 16.1\" x 16.5\" (W x D x H)\r\nChair dimensions: 22.8\" x 24\" x 34.6\" (W x D x H)', 100.99, NULL, NULL, 143.99, 'vidaXL Patio Chair and Stool Sofa Furniture with Cushions Poly Rattan Brown-12763.jpeg', 'vidaXL Patio Chair and Stool Sofa Furniture with Cushions Poly Rattan Brown-14646.jpeg', 'vidaXL Patio Chair and Stool Sofa Furniture with Cushions Poly Rattan Brown-33357.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 03:16:58', '2024-02-21 03:16:58'),
(5217, 'vidaXL Patio Chair 2 Pcs Outdoor Chair with Cushions Patio Set Black Poly Rattan', 't2Floef5Q', 16, 'These stylish patio chairs are a perfect addition to your garden and terrace, creating a lasting impression!\r\nDurable material: PE rattan, also known as poly rattan, is weather resistant and easy to clean. It remains beautiful on the outside for a long period of time. It offers great quality, convenience and an aesthetic look.\r\nSturdy frame: The steel frame makes the garden seating sturdy and stable for daily outdoor use.\r\nComfortable seat experience: The backrest and armrests add extra seating comfort for the outdoor chair. Also, the thickly padded cushion provides comfort for your sitting time', 120.99, NULL, NULL, 130.99, 'vidaXL Patio Chair 2 Pcs Outdoor Chair with Cushions Patio Set Black Poly Rattan-16545.jpeg', 'vidaXL Patio Chair 2 Pcs Outdoor Chair with Cushions Patio Set Black Poly Rattan-27248.jpeg', 'vidaXL Patio Chair 2 Pcs Outdoor Chair with Cushions Patio Set Black Poly Rattan-25084.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 03:20:48', '2024-02-21 03:20:48'),
(5218, 'NUU GARDEN 3 Pieces Swivel Rocker Patio Bistro Set Outdoor Furniture Porch Cushioned Swivel Rocker Chairs Conversation Sets with Round Iron Coffee Table,Black&Red', '2mn4wr7uL', 16, 'Widely Use: This bistro set is not only suitable for outdoor living space like patio, poolside or courtyard but also for indoor space like living room or balcony\r\n360-degree Swivel: 360-degree spin is convenient for you to fetch things or chat with friends, and slightly leaning rocking offers you comfortable leisure time\r\nSoft Thick Cushion: Red soft and springy cushions with colorfast polyester fiber covers provide added stylish appearance and comfort to swivel chairs which greatly help reduce muscle tensions\r\nSturdy Construction: Black and gold powder-coated iron frame of chairs and table resists rust from all weather and guarantees their durability for long-lasting use\r\nErgonomic Design: Curved armrests and ergonomic back provide excellent support for your arms and lumbar while chatting. The smooth edge of the table gives a more comfortable dining experience', 500.58, NULL, NULL, 544.58, 'NUU GARDEN 3 Pieces Swivel Rocker Patio Bistro Set Outdoor Furniture Porch Cushioned Swivel Rocker Chairs Conversation Sets with Round Iron Coffee Table,Black&Red-17220.jpeg', 'NUU GARDEN 3 Pieces Swivel Rocker Patio Bistro Set Outdoor Furniture Porch Cushioned Swivel Rocker Chairs Conversation Sets with Round Iron Coffee Table,Black&Red-56859.jpeg', 'NUU GARDEN 3 Pieces Swivel Rocker Patio Bistro Set Outdoor Furniture Porch Cushioned Swivel Rocker Chairs Conversation Sets with Round Iron Coffee Table,Black&Red-14060.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 03:27:20', '2024-02-21 03:27:20'),
(5219, 'LOKATSE HOME Patio Conversation Bistro Set 5 Pieces Outdoor PE Wicker Rattan Sofa Furniture Cushioned Chairs and Ottomans with Tempered Glass Coffee Table for Backyard, Garden, Porch', '65OvBJbN0', 16, 'DURABLE WICKER FURNITURE - Our patio conversation sofa set composed of rattan wicker which not easy to break, age and deformation. Rattans are elegantly woven over sturdy powder coated steel frames offering strength.\r\nCOMFORTABLE SOFA SET - This patio chair set with ottomans are come with soft cushions provide both elegance and optimal comfort. Gently sloped backs and armrests coupled, fits the human body curve. With a coffee table enables you to enjoy a cup of drink under the sun with friends which can effectively relieve your fatigue of the day.\r\nVERSATILE MODULAR SETS - This 5-piece outdoor patio sofa set designed with modern and stylish. It is perfect addition, creating a whole new look and feel for your patio. This backyard furniture set includes 2 single chairs, 2 ottomans and 1 coffee table. It can be configured in a variety of ways to fit your individual space and seating needs.\r\nDIMENSION OF PATIO SET - This patio furniture set suits for 2-4 persons. Single Sofa Chair: 24', 400.00, NULL, NULL, 447.33, 'LOKATSE HOME Patio Conversation Bistro Set 5 Pieces Outdoor PE Wicker Rattan Sofa Furniture Cushioned Chairs and Ottomans with Tempered Glass Coffee Table for Backyard, Garden, Porch-10581.jpeg', 'LOKATSE HOME Patio Conversation Bistro Set 5 Pieces Outdoor PE Wicker Rattan Sofa Furniture Cushioned Chairs and Ottomans with Tempered Glass Coffee Table for Backyard, Garden, Porch-47464.jpeg', 'LOKATSE HOME Patio Conversation Bistro Set 5 Pieces Outdoor PE Wicker Rattan Sofa Furniture Cushioned Chairs and Ottomans with Tempered Glass Coffee Table for Backyard, Garden, Porch-93971.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-21 03:30:54', '2024-02-21 03:30:54'),
(5220, 'Sun Joe - 24-Volt IONMAX Power Cleaner Kit - Green', 'yQYKS4zQ7', 13, 'Meet the cutting edge in cordless cleaning tech with the portable, pressurized, power cleaning system from Sun Joe. Perfect anywhere power is at a premium. It’s ideal to take a quick rinse on the road or a mini power wash wherever your travels take you. Simply insert the battery, tap into a water source, and go! Sun Joe is powered by IONMAX - the exclusive, eco-friendly 24-volt lithium-ion battery system. No dealing with the gas, fumes, fuss, or tangled extension cords. Equipped with a 20ft siphon hose, this draws water from any fresh water source like a bucket, pool, pond, or directly from the spigot so you can quickly clean off the car, truck, boat, or RV. Or just pressure wash the porch, patio, around the pool and other outdoor spaces. The included 5-in-1 nozzle offers five selectable spray patterns. Switch from 0º powerful pinpoint jet to 40º fan spray and gentle shower with just a twist of the wrist. Providing up to 5x more cleaning power than conventional garden hoses, Sun Joe blasts through mud and caked on messes with up to 350 PSI max (at initial discharge per CSA internal pressure testing), while the 0.6 GPM max (with nozzle open at minimum pressure) flow quickly rinses away dirt and debris. And for those really stubborn stains in tight spaces like wheel wells and trim, the included utility bristle brush easily breaks down grease, grime, oil and mud without damaging paint, trim, and glass. Sun Joe’s sleek, lightweight design weighs less than 7 lbs! It makes the perfectly portable camping companion and stores easily in the trunk of your car or in your boat or RV.', 101.99, NULL, NULL, 119.99, 'Sun Joe - 24-Volt IONMAX Power Cleaner Kit - Green-43845.jpeg', 'Sun Joe - 24-Volt IONMAX Power Cleaner Kit - Green-25263.jpeg', 'Sun Joe - 24-Volt IONMAX Power Cleaner Kit - Green-82099.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-21 03:50:17', '2024-02-21 03:50:17'),
(5221, 'Sun Joe - XTREAM Clean Electric Pressure Washer - Green', 'TllopadTG', 13, 'Power Source\r\nPlug-in\r\nColor\r\nGreen\r\nGeneral\r\n\r\nProduct Name\r\nXTREAM Clean Electric Pressure Washer\r\nBrand\r\nSun Joe\r\nModel Number\r\nSPX3000-XT1\r\nColor\r\nGreen\r\nColor Category\r\nGreen\r\nPower\r\n\r\nPower Source\r\nPlug-in\r\nVoltage\r\n120 volts\r\nPerformance\r\n\r\nMaximum Pressure Rating\r\n1700 pounds per square inch\r\nMaximum Flow Rate\r\n1.65 gallons per minute\r\nDimension\r\n\r\nProduct Weight\r\n28.4 pounds\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\n730\r\nManufacturer\'s Warranty - Labor\r\n730\r\nOther\r\n\r\nUPC\r\n842470122628', 197.99, NULL, NULL, 239.99, 'Sun Joe - XTREAM Clean Electric Pressure Washer - Green-75879.jpeg', 'Sun Joe - XTREAM Clean Electric Pressure Washer - Green-94565.jpeg', 'Sun Joe - XTREAM Clean Electric Pressure Washer - Green-43246.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 03:56:50', '2024-02-21 03:56:50'),
(5223, 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green', 'T3tBngNnr', 13, 'Combo Kit offers 3, must have, outdoor tools for your lawn care needs. Greenworks delivers the ultimate battery-powered Self-Propelled Lawn Mower. Quickly mow up to half an acre on a single charge, then fully recharge battery in just 60 minutes. This lightweight, quiet-running self-propelled, rear-wheel-drive mower has variable speed control for mowing at comfortable speeds; SmartCut Technology that constantly monitors grass conditions, then automatically adapts to provide the perfect amount of power needed to get the job done; and cutting blades that won’t bog down in tall, wet, or thick grass. Heavy, wet leaves and other stubborn debris are no match for the Greenworks 80V battery powered brushless Handheld Leaf Blower. The jet fan design provides up to 730 CFM of constant airflow for blasting through heavy, wet leaves and tough debris with ease; and a variable speed trigger delivers on-demand power and up to 170 MPH of high-velocity air speeds. It’s one of the most powerful battery-powered handheld blowers in the industry, with Greenworks exclusive Intelligent Power that combines TRUBRUSHLESS motor technology, lithium-ion battery power, and ultra-fast control systems for power output equivalent to a 26cc gas-powered motor. Enjoy constant, fade-free power with the battery-powered Greenworks 80V 13” brushless String Trimmer. With high and low speed settings and a responsive variable speed trigger for on-demand power, you can choose the best cutting power for the job. Plus, load-sensing technology automatically provides more power when needed, and never bogs down. The Load N’ GoTM trimmer head makes cutting line reloads a breeze, and the bump-feed feature means quick, easy line advancements on the fly. Includes 4 Ah battery and charger. Battery is compatible with 75+ Greenworks 80V products.', 699.99, NULL, NULL, 1099.99, 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green-26437.jpeg', 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green-34709.jpeg', 'Greenworks - 80V 21” Lawn Mower, 13” String Trimmer, and 730 Leaf Blower Combo with 4 Ah Battery & Charger) 3-piece combo - Green-72977.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 04:04:33', '2024-02-21 04:04:33'),
(5224, 'WORX - Nitro 80V Cordless Self-Propelled Lawn Mower (4 x 5.0 Ah Batteries and 1 x Charger) - Black', 'QefoMhGUW', 13, 'The Worx Nitro WG761 80V Power Share Cordless 21\" Self-Propelled Lawn Mower with Rear Wheel Drive and Four 5.0Ah Batteries combines innovative engineering and cutting-edge battery technology for a powerful 80V cordless lawn mower that outperforms standard battery-powered mowers. Offering more performance and wide-ranging functionality it’s built to handle larger, more challenging lawns. Part of the Nitro Series, designed to bring more power and longer run times to outdoor products, with professional-grade features to get lawn & garden work done faster with impressive results. This 80V self-propelled lawn mower uses a high-efficiency brushless motor for 25% more power, 50% more run time and 10% longer life than comparable motors based on a brush design. And high-capacity Power Share PRO intelligent batteries deliver extended run times, increased heat dissipation, and enhanced impact protection. They are also compatible with all Worx 20V, 40V, and 80V products. This 21 in. cordless lawn mower uses Auto-Intellicut Technology to automatically adjust to the grass conditions. It adds torque in tougher patches of grass and dials it back down for the less-challenging stretches to conserve battery. The Nitro Series was built for professional-grade performance, with professional-grade functionality and specs for professional-grade results. Extended run times and advanced technology give Nitro products the Power to Outperform.', 743.99, NULL, NULL, 799.99, 'WORX - Nitro 80V Cordless Self-Propelled Lawn Mower (4 x 5.0 Ah Batteries and 1 x Charger) - Black-17256.jpeg', 'WORX - Nitro 80V Cordless Self-Propelled Lawn Mower (4 x 5.0 Ah Batteries and 1 x Charger) - Black-52359.jpeg', 'WORX - Nitro 80V Cordless Self-Propelled Lawn Mower (4 x 5.0 Ah Batteries and 1 x Charger) - Black-80822.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-21 04:17:21', '2024-02-21 04:17:21'),
(5225, 'Greenworks - 80 Volt 21-Inch Self-Propelled Lawn Mower (1 x 2.0Ah and 1 x 4.0Ah battery and 1 x Charger) - Green', 'WPJZwkB98', 13, 'Power Source\r\nBattery-powered\r\nBattery Charge Time\r\n50 minutes\r\nSelf-Propelled Drive System\r\nYes\r\nSide Discharge\r\nYes\r\nColor\r\nGreen\r\nGeneral\r\n\r\nProduct Name\r\n80 Volt 21-Inch Self-Propelled Lawn Mower (1 x 2.0Ah and 1 x 4.0Ah battery and 1 x Charger)\r\nBrand\r\nGreenworks\r\nAssembly Required\r\nPartial\r\nModel Number\r\n2524202\r\nColor\r\nGreen\r\nColor Category\r\nGreen\r\nPower\r\n\r\nPower Source\r\nBattery-powered\r\nBattery Chemistry\r\nLithium-ion\r\nBattery Charge Time\r\n50 minutes\r\nBattery Amperage\r\n4 ampere hours\r\nVoltage\r\n80 volts\r\nFeatures\r\n\r\nSelf-Propelled Drive System\r\nYes\r\nMulching Feature\r\nYes\r\nSide Discharge\r\nYes\r\nHandle Type\r\nFoldable, Adjustable, Ergonomic\r\nNumber Of Speed Settings\r\n3\r\nNumber Of Height Adjustments\r\n7\r\nNumber Of Blades\r\n1\r\nRust-Resistant Blades\r\nYes\r\nGrass Bag Included\r\nYes\r\nDimension\r\n\r\nProduct Width\r\n17.52 inches\r\nProduct Height\r\n34.45 inches\r\nProduct Weight\r\n60 pounds\r\nBlade Length\r\n21 inches\r\nAdditional Dimension\r\n\r\nCutting Width\r\n21 inches\r\nMaximum Cutting Height\r\n3.75 inches\r\nMinimum Cutting Height\r\n1.38 inches\r\nCertifications & Listings\r\n\r\nUL Listed\r\nNo\r\nWarranty\r\n\r\nManufacturer\'s Warranty - Parts\r\n3 Years\r\nManufacturer\'s Warranty - Labor\r\n3 Years\r\nOther\r\n\r\nUPC\r\n841821067182', 599.99, NULL, NULL, 749.99, 'Greenworks - 80 Volt 21-Inch Self-Propelled Lawn Mower (1 x 2.0Ah and 1 x 4.0Ah battery and 1 x Charger) - Green-95020.jpeg', 'Greenworks - 80 Volt 21-Inch Self-Propelled Lawn Mower (1 x 2.0Ah and 1 x 4.0Ah battery and 1 x Charger) - Green-48109.jpeg', 'Greenworks - 80 Volt 21-Inch Self-Propelled Lawn Mower (1 x 2.0Ah and 1 x 4.0Ah battery and 1 x Charger) - Green-79047.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-21 04:26:56', '2024-02-21 04:26:56'),
(5226, 'Bare Ground, One Quart Fish Fertilizer, Max. Coverage Area 2400 ft², Capacity 2.4 lb, Model# TP-1Q', 'rQzaIb5HA', 13, 'Just Scentsational’s Trident’s Pride Liquid Fish Fertilizer/Soil Enhancer by Bare Ground is an OMRI rated, all-natural cold pressed fish hydrolysate packed with vitamins, amino acids, microbes and enzymes and other nutrients that all soils and plants require for rapid, dynamic and optimal growth in place of chemical fertilizers while increasing the soil anti-oxidants, sugar content and earthworm population for aeration. Cold pressing insures that the beneficial active agents are not killed off and that the fish odor is kept to an acceptable minimum. Trident\'s Pride builds a strong and healthier soil, promotes earthworm growth and improves the plants ability to absorb nutrients from the soil. Suggested use is 4-6oz per gallon of water. NPK 2-3-1 1qt/32oz\r\n148\r\n420\r\nProvides rapid, dynamic and optimal growth in place of chemical fertilizers\r\nAll natural cold pressed fish hydrolysate', 7.99, NULL, NULL, 10.99, 'Bare Ground, One Quart Fish Fertilizer, Max. Coverage Area 2400 ft², Capacity 2.4 lb, Model# TP-1Q-88866.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-21 10:18:07', '2024-02-21 10:18:07'),
(5227, 'Bare Ground, 15lb Shaker fish fertilizer, Max. Coverage Area 1296 ft², Capacity 5 lb, Model# TP-5SC', 'Dg32BVEzC', 13, 'Just Scentsational’s Trident’s Pride soil conditioning granules are a small grained pumice that has been infused with an all-natural cold pressed fish hydrolysate packed with vitamins, amino acids, microbes and enzymes and other nutrients that all soils and plants require for rapid, dynamic and optimal growth in place of chemical fertilizers. These soil conditioning granules add bulk to the soil and provide both water retention and improve drainage. The granules will slowly release the liquid fish fertilizer improving the soil and building stronger and healthier plants.\r\n172\r\n646\r\nPumice Granules infused with liquid fish fertilizer\r\nGranules provide aeration to the soil', 15.99, NULL, NULL, 17.99, 'Bare Ground, 15lb Shaker fish fertilizer, Max. Coverage Area 1296 ft², Capacity 5 lb, Model# TP-5SC-75517.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-21 10:20:56', '2024-02-21 10:20:56'),
(5228, 'I Will Find You', 'z9rWzAzqX', 13, 'In this breathtaking thriller from a New York Times bestselling author, an innocent father serving life for the murder of his own son receives evidence that his child may still be alive--and must break out of prison to find out the truth.\r\nDavid Burroughs was once a devoted father to his three-year-old son Matthew, living a dream life just a short drive away from the working-class suburb where he and his wife, Cheryl, first fell in love--until one fateful night when David woke suddenly to discover Matthew had been murdered while David was asleep just down the hall.\r\nHalf a decade later, David\'s been wrongly accused and convicted of the murder, left to serve out his time in a maximum-security prison--a fate which, grieving and wracked with guilt, David didn\'t have the will to fight. The world has moved on without him. Then Cheryl\'s younger sister, Rachel, makes a surprise appearance during visiting hours bearing a strange photograph. It\'s a vacation shot of a bustling amusement park a friend shared with her, and in the background, just barely in frame, is a boy bearing an eerie resemblance to David\'s son. Even though it can\'t be, David just knows: Matthew is still alive.\r\nDavid plans a harrowing escape, determined to achieve the impossible - save his son, clear his own name, and discover the real story of what happened. But with his life on the line and the FBI following his every move, can David evade capture long enough to reveal the shocking truth?', 6.99, NULL, NULL, 7.29, 'I Will Find You-60037.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-21 11:49:00', '2024-02-21 11:49:00'),
(5229, 'Deal Breaker', 'TJceSofML', 13, 'Sports agent Myron Bolitar is poised on the edge of the big time. So is Christian Steele, a rookie quarterback and Myron\'s prized client. But when Christian gets a phone call from a former girlfriend, a woman who everyone, including the police, believes is dead, the deal starts to go sour. Trying to unravel the truth about a family\'s tragedy, a woman\'s secret, and a man\'s lies, Myron is up against the dark side of his business-where image and talent make you rich, but the truth can get you killed. In novels that crackle with wit and suspense, Edgar Award winner Harlan Coben has created one of the most fascinating and complex heroes in suspense fiction-Myron Bolitar-a hotheaded, tenderhearted sports agent who grows more and more engaging and unpredictable with each page-turning appearance. From the Paperback edition.', 4.19, NULL, NULL, 7.99, 'Deal Breaker-99462.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-21 11:51:35', '2024-02-21 11:51:35'),
(5230, 'Too Close to Home: A Thriller', 'awJnxdow1', 13, 'Critically acclaimed and bestselling author Linwood Barclay brings terror closer than ever before in a stunning thriller in which murder strikes in the place we should feel safest of all.... In a quiet neighborhood, in the house next door, a family is brutally murdered for no apparent reason. You can\'t help thinking, It could have been us. And you start to wonder: What if we\'re next? Promise Falls isn\'t the kind of community where families are shot to death in their own homes. But how well did Jim and Ellen Cutter really know their neighbors--or the darker secrets of their small town? They don\'t have to look further than their own marriage to know that things aren\'t always what they seem. Now the Cutters and their son, Derek, must face the unthinkable: that a murderer isn\'t just stalking too close to home...but is inside it already. This description may be from another edition of this product.', 4.19, NULL, NULL, 9.99, 'Too Close to Home: A Thriller-90043.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-21 11:54:35', '2024-02-21 11:54:35'),
(5231, 'You\'re Next: A Thriller', 'dutzXyAAs', 13, 'You\'re Next Gregg Hurwitz Mike Wingate had a rough childhood---he was abandoned at a playground at four years old and raised in foster care. No one ever came to claim him, and he has only a few, fragmented memories of his parents. Now, as an adult, Mike is finally living the life he had always wanted---he\'s happily married to Annabel, the woman of his dreams; they have a wonderful young daughter; and his successful construction company guarantees a solid future for them all. Until Mike\'s past comes back to haunt him. Menacing characters are starting to surface in Mike\'s life...and when he reports them, the police seem more interested in Mike\'s murky origins than in protecting the family he has now. With no one left to turn to, Mike calls on Shep, a truly dangerous man--and Mike\'s only true friend---from their childhood days together in foster care. Together, the two of them will do whatever it takes to protect Mike and his loved ones against a hidden enemy who comes with a deadly warning: You\'re Next... This edition of the book is the deluxe, tall rack mass market paperback.', 7.89, NULL, NULL, 9.99, 'You\'re Next: A Thriller-67601.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-21 12:04:25', '2024-02-21 12:04:25'),
(5232, 'This Perfect World', '8Ve5Uvzps', 13, '\"Heddy Partridge was never my friend. I have to start with that. \" \"Heddy Partridge was never my friend because I was pretty, popular, clever and blonde and my friends were pretty, popular, clever and generally blonde, too. \" \"Heddy Partridge was none of these things.\" Laura Hamley is the woman who has everything: a loving and successful husband, two beautiful children, an expensive home and a set of equally fortunate friends. But Laura\'s perfect world is suddenly threatened when she receives an unwelcome phone call from Mrs Partridge, mother of Heddy - the girl Laura and her friends bullied mercilessly at school. Heddy has been hospitalized following a mental breakdown, and Mrs Partridge wants Laura\'s help to get her released. As Laura reluctantly gets drawn back into the past, she is forced to face the terrible consequences of her cruelty. But, as her secrets are revealed, so too is another even more devastating truth, and the perfect world Laura has so carefully constructed for herself begins to fall apart. \"This Perfect World\" is the debut novel from a brilliant dark new voice.', 8.99, NULL, NULL, 11.99, 'This Perfect World-49611.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-21 12:07:06', '2024-02-21 12:07:06'),
(5233, 'The Kindest Thing', '7h1d0XGAn', 13, 'Format:	Hardcover\r\nLanguage:	English\r\nISBN:	1849012083\r\nISBN13:	9781849012089\r\nRelease Date:	January 2010\r\nPublisher:	Robinson Publishing\r\nLength:	263 Pages\r\nWeight:	0.52 lbs.', 12.87, NULL, NULL, 14.99, 'The Kindest Thing-64616.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-21 12:10:08', '2024-02-21 12:10:08');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5234, 'KRK RP10 Rokit G4 10\" Active Studio Monitor', 'UyBSf7ldv', 16, 'The 10\" KRK Rokit RP10 Generation 4 (\"G4\") professional monitor taking music and sound creativity to an outstanding industry-level. Building on over 30 years of monitor innovation and countless developmental partnerships with successful award-winning music and sound productions, the KRK RP10 Rokit G4 10\" Active Studio Monitor has been scientifically re-engineered from the ground up for the way modern artists work—in all genres and environments. KRK App, Room Correction, and On-Board LCD Visual EQDSP-driven room tuning with 25 visual Graphic EQ settings helps minimize and correct problems in your acoustic environment. Visualize the EQ settings with an LCD Graph while getting real-time helpful spectral analysis from the free KRK App.\r\n\r\nCompatible with Android and iPhone, the KRK App aids with monitor placement, level matching, subwoofer level, crossover setting assistance, polarity, EQ, and even has a Signal Generator. Highest-grade Matching Woofer and Tweeter made with KevlarA matching driver design ensures the same sonic integrity on every single frequency and minimizes listening-fatigue, while offering an incredibly balanced listening experience. Following the technology and legacy of the unrivaled KRK Expose E8, the Rokit G4 proprietary drivers feature a superbly rigid and high-tensile strength-to-weight ratio material known for high-end sound reproduction. A Scientifically Designed High-Quality Speaker EnclosureHigh-quality and sophistication bring together the low-resonance speaker enclosure where a front-firing port offers exceptional low-end extension, punch, and flexible room-positioning.\r\n\r\nHigh-density open cell acoustic Iso-foam pads decouple the speaker from the surface minimizing vibration transmission for improved clarity. Fluid mechanics fully tuned to the entire system resulting in consistent air pressure behavior at any volume creates an unprecedentedly wide, deep, and dynamic listening \"sweet-spot\" with incredible imaging and 3D soundstage. Custom Designed Efficient Class-D Power Amp with Built-in LimiterAt the core, a powerful yet efficient custom Class-D power amplifier drives the speakers evenly and more efficiently at reduced operating temperatures and improves audio integrity. A custom built-in Brick-wall Limiter automatically engages at maximum amp-level to maintain a balanced sound, protect the system, and deliver improved and wider dynamics.\r\n\r\nFeatures: Matching drivers made with Kevlar ensures the same sonic integrity across all frequency and minimizes listening fatigueDSP-driven Room Tuning with 25 visual Graphic EQ settings—helps minimize and correct problems in your acoustic environmentKRK\r\nApp: Acoustic Real-time Room Analyzer designed to setup your room for better monitoring and faster mixingCustom-designed efficient Class-D power amplifier drives the speakers evenly at reduced operating temperatures and improves audio integrityBuilt in Brick-Wall Limiter automatically engages at maximum amp-level to maintain a balanced sound, protect the system, and offer better and wider dynamicsSystematically designed low resonance enclosure for minimal distortion and colorizationScientifically-tuned front firing port offers exceptional low-end extension, punch and flexible room-positioningHigh-density Iso-foam pad decouples the speaker from the surface minimizing vibration transmission for improved clarityGet your KRK RP10 Rokit G4 10\" Active Studio Monitor today at the guaranteed lowest price from Sam Ash with our 45-day return and 60-day price protection policy.', 380.48, NULL, NULL, 431.48, 'KRK RP10 Rokit G4 10\" Active Studio Monitor-16003.jpeg', 'KRK RP10 Rokit G4 10\" Active Studio Monitor-69166.jpeg', 'KRK RP10 Rokit G4 10\" Active Studio Monitor-98652.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 12:14:28', '2024-02-21 12:14:28'),
(5235, 'Presonus R80 AMT Active Studio Monitor (Single)', 'yVtAf7k2s', 16, 'In order to dampen resonance peaks at higher frequencies, conventional dome tweeters are injected with fluid to raise their mass, sacrificing transient response time. By contrast, the custom-designed AMT tweeter in the R80 uses an incredibly thin, folded Kapton membrane (\r\nWide, consistent stereo image\r\nAn unfolded AMT tweeter diaphragm provides 8 to 13 times the projection area of a traditional 1\" dome tweeter, enabling R80 monitors to provide a much wider stereo soundstage than traditional designs. At the same time, the R80 provides a very limited vertical dispersion, which helps to reduce reflections from the ceiling and desktop that can cause phase coherence issues. Because it’s less subject to room-anomaly interference, the R80 reacts predictably and sounds consistent from room to room.\r\n\r\nTransparent sound\r\nThe R80 utilizes an 8\", custom-coated, woven Kevlar low-frequency driver. This rigid cone maintains a more consistent dispersion pattern across its frequency response range. Biamped and driven by a 150W Class D amplifier—making the R Series some of the most powerful monitors in their category—these monitors deliver an open, clear, and less fatiguing listening experience.\r\n\r\nHave it your way\r\nYou can customize the R80 in several ways. It’s available with black or blue faceplates to fit your studio décor. With balanced XLR, balanced 1/4” TRS, and unbalanced RCA line-level inputs, it’s easy to feed audio to your R80 monitors from a mixer, an interface, a media player, or almost any other line-level source. And R Series monitors offer user-adjustable contour features for optimizing the monitors for your mixing space. This enables full integration into any studio environment.\r\n\r\nAccuracy defined\r\nThe R80’s AMT monitor design provides lifelike sonic reproduction that will allow you to hear the room in your recordings. Its transparent sound and responsive transient reproduction makes it an ideal solution for anyone who is mixing high-resolution audio.I’m', 380.00, NULL, NULL, 429.00, 'Presonus R80 AMT Active Studio Monitor (Single)-24573.jpeg', 'Presonus R80 AMT Active Studio Monitor (Single)-88147.jpeg', 'Presonus R80 AMT Active Studio Monitor (Single)-28893.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 12:20:48', '2024-02-21 12:20:48'),
(5236, 'Nektar Technology AURA Beat Composer & DAW Controller, Gator MixerBag1515, (2) 1/4 Cables Bundle', 'k9PeLX02t', 16, 'Designed for beat composers and performing artists, the Nektar AURA is a hybrid hardware/software drum machine / controller that brings an innovative workflow to any DAW or external MIDI setup with 16 hyper-sensitive RGB illuminated pads, an onboard sequencer, a flexible pad repeat engine, and advanced plug-in control. There are eight heavy-duty endless potentiometers, 16 RGB LED performance pads, 8 dedicated buttons (for direct access to patches, mixer, pad setup, and plug-ins), six mode buttons, and seven transport buttons. All pads, switches, and pots are fully MIDI-programmable.\r\n\r\nAt the heart of AURA, is the paired Nektarine 2.0 software, which provides deep integration for any VST, VST3, and AU plugins. There are 16 slots for loading any instrument plug-in with comprehensive control over plug-in parameters. Each instrument slot provides choke, volume, pan, mute/solo, and sends 1-4 control, as well as four effects inserts per slot. Create and store instrument and FX plug-in patches + Nektarine multi-patches. The software\'s control page allows you to customize plug-in maps or create new ones from scratch. You\'ll find full parameter feedback in real-time from the 320x240 TFT display.\r\n\r\nShould you prefer to use the AURA hardware as a controller without the Nektarine software, up to 16 presets can be saved and recalled via internal settings. The integrated sequencer provides a classic 16-step XOX-style programming interface and can record in step mode or in real time. There are 16 patterns (one per pad) with four parts (comprising of up to 16 steps each), adding up to a total of 64 steps. Parts may be triggered in any combination, at any time. Each pattern, and even each part in a pattern can have a different length, which simplifies the creation of interesting polyrhythms.\r\n\r\nEditing features work at the step level, ensuring deep control over play rate, velocity, accent, gate, and swing, while the internal and external clock modes ensure remarkable synchronization. The sequencer may also be used as a standalone for MIDI instruments connected to AURAs external MIDI Out. Create dynamic rolls with the pad repeat engine, which is easily accessed by selecting the dedicated on/off button and settings menu. Use the pad pressure to control velocity while changing repeat rates with the dedicated RGB LED buttons. The highly customizable repeat engine provides access to a host of parameters including repeat rate, gate, accent interval, accent velocity, offset, swing, trigger mode, and clock source.\r\n\r\nThe dedicated DAW button provides extended transport control, track selection, project navigation, and more, for most major software titles including Ableton Live, Bitwig, Cubase, Digital Performer, GarageBand, Logic Pro X, Nuendo, Reaper, Reason, Studio One, and Sonar/Cakewalk. What\'s more, the seven transport buttons are fully assignable including MIDI commands for controlling any software not compatible with Nektar DAW integration. Hardware 16 RGB color illuminated velocity- and pressure-sensitive pads 8 heavy duty potentiometers (360 degrees, endless) TFT color display with 320x240 pixels including 4 soft buttons 16 RGB LED buttons 8 Nektarine buttons for direct access to patches, mixer, pad setup, plugins and more 6 mode buttons 7 transport buttons with LED illumination Fully MIDI-programmable pads, switches and pots 16 presets for storing all internal settings (not required when using Nektarine) Rugged housing with aluminum top Step Sequencer Stores 16 collections of 16 patterns each Each pattern with up to 4 parts for a total of up to 64 steps Dedicated programming interface with 16 RGB buttons and parts selection buttons Real-time performance features (solo, mute, instant start options, and more) Trigger sequencer parts in any combination, at any time Independent settings per part (play rate, step length, velocity, accent, gate, swin', 300.99, NULL, NULL, 364.99, 'Nektar Technology AURA Beat Composer & DAW Controller, Gator MixerBag1515, (2) 1/4 Cables Bundle-67970.jpeg', 'Nektar Technology AURA Beat Composer & DAW Controller, Gator MixerBag1515, (2) 1/4 Cables Bundle-26852.jpeg', 'Nektar Technology AURA Beat Composer & DAW Controller, Gator MixerBag1515, (2) 1/4 Cables Bundle-97534.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 12:25:03', '2024-02-21 12:25:03'),
(5237, 'Befree Sound BFS-60L 10 in. Sleek Professional Portable Bluetooth PA Speaker', '9TyFUaq1Z', 16, 'beFree Sounds Sleek 10 Inch Professional Portable Bluetooth PA Speaker is a stunning piece of audio technology. This unit offers a clean cut modern yet classical look with metallic corners made to last since you will be getting a lot of use from your new professional speaker. This unit also features a sleek black textured design giving it an elevated look. With the powerful and clear sound offered by this speaker you can rely on it as your sidekick for any public speaking event, social event or gathering. As this is a 2 way speaker, it can be used with other speakers as a main or passive unit once you connect it with a simple AV cable.\r\n\r\nComes equipped with both a Mic and a Guitar Jack, and accepts SD and USB inputs. Hard mounted side handles allow the unit to be carried by just you, or multiple people, while the extendable top handle connected to the rolling back wheels allows the unit to be easily rolled along. This unit is made to give you the freedom of sound wherever you may need it!\r\nSpecifications: * 1200 Watts PMPO* 10 Inch Subwoofer* Bluetooth Enabled* Can be a Passive or Main Speaker with an AV Cable* FM Radio* USB Input * SD Input* Mic Jack* Guitar Jack* Mic Priority Switch* Bass, Treble, Echo Adjustable levels* Mic Volume Control* Guitar\r\nVolume Control* Includes Remote Control: Requires 2 x AAA Batteries (Batteries not included) *\r\nIncludes Wireless Microphone: Requires 2 AA Batteries (Batteries not included) * AC Input AC110-240V* 50/60Hz* Hard Mounted Side Handles 4 x 2.5 * Top Handle Extends to an additional 8.5 Above the Unit* Charging /Charge Complete Indicator Light* Two Double. 75 Rear Wheels * Two Fixed Front Legs* Item Weight: 32.25', 100.99, NULL, NULL, 114.99, 'Befree Sound BFS-60L 10 in. Sleek Professional Portable Bluetooth PA Speaker-31644.jpeg', 'Befree Sound BFS-60L 10 in. Sleek Professional Portable Bluetooth PA Speaker-35820.jpeg', 'Befree Sound BFS-60L 10 in. Sleek Professional Portable Bluetooth PA Speaker-94552.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 12:35:43', '2024-02-21 12:35:43'),
(5238, 'PRORECK SP-15 15-inch 1400W P.M.P.O Stereo Powered Speaker/Stage Monitor Speaker, 3 Channel Inputs PA Speaker with Bluetooth/DSP Processor, for Church/Wedding/Conference/Ballroom etc.', 'zI5IKr8ro', 16, 'Digital Signal Processor: Our SP15 powered pa system comes with a built-in digital signal processor. Simple design but rich functions. Press the DSP CONTROL knob to enter the DSP menu. Set up your own speakers with your personal style.\r\nSpeaker Monitor 2 In 1: Our SP15 powered pa system can not only work as a loud speaker, but also a stage monitor. 3-inch voice coil makes sound penetrating,1400W peak power can accommodate up to 100 persons.\r\nReady For Any Situation: 3-channel inputs(RCA Input, XLR 1/4-inch combo Aux/Line Input,XLR 1/4-inch combo Mic/Line Input), XLR 1/4-inch Mix Output,Equipped with Bluetooth 5.0, DSP set USB port. So it is suitable for churches/weddings/conferences/ballroom/etc.Ideal Partner Of Band: Enclosure is made of high grade polypropylene construction. Reduce the resonance generated when playing music for better music experience.The cabinet has built in handle for easy transporting.', 200.99, NULL, NULL, 245.99, 'PRORECK SP-15 15-inch 1400W P.M.P.O Stereo Powered Speaker/Stage Monitor Speaker, 3 Channel Inputs PA Speaker with Bluetooth/DSP Processor, for Church/Wedding/Conference/Ballroom etc.-69100.jpeg', 'PRORECK SP-15 15-inch 1400W P.M.P.O Stereo Powered Speaker/Stage Monitor Speaker, 3 Channel Inputs PA Speaker with Bluetooth/DSP Processor, for Church/Wedding/Conference/Ballroom etc.-41959.jpeg', 'PRORECK SP-15 15-inch 1400W P.M.P.O Stereo Powered Speaker/Stage Monitor Speaker, 3 Channel Inputs PA Speaker with Bluetooth/DSP Processor, for Church/Wedding/Conference/Ballroom etc.-71875.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 12:41:52', '2024-02-21 12:41:52'),
(5239, 'Cleartex Floortex Hometex 12\" x 18\" Vinyl Place Mats Fresh Mist 4/Pack (FPHMPM3046EV4)', 'RQJmAn4RY', 16, 'Each placemat is waterproof and can be placed on surfaces in and around the kitchen or dinner table. Has an anti-microbial formula built-in. This protects the mat from microbial deterioration. Produced using 25% renewable energy and contains up to 25% recycled content.\r\nColor : Fresh Mist. Free from phthalate (which are banned from children\'s toys and medical instruments) giving you peace of mind that our PVC mats are even safer to use. Smooth back finish suitable for use on most table surfaces not recommended for Lacquer or Polished wood.\r\nProduct Size -12\" x 18\". Product Size - Rectangular.\r\nPack of 4. Helps keep your surfaces clean and protected from damage; heat resistant to 104° F.', 30.57, NULL, NULL, 34.57, 'Cleartex Floortex Hometex 12\" x 18\" Vinyl Place Mats Fresh Mist 4/Pack (FPHMPM3046EV4)-54688.jpeg', 'Cleartex Floortex Hometex 12\" x 18\" Vinyl Place Mats Fresh Mist 4/Pack (FPHMPM3046EV4)-84285.jpeg', 'Cleartex Floortex Hometex 12\" x 18\" Vinyl Place Mats Fresh Mist 4/Pack (FPHMPM3046EV4)-77016.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 12:59:38', '2024-02-21 12:59:38'),
(5240, 'rosemary mint body lotion', 'sBXmmtxXI', 14, 'A silky, lightweight lotion that hydrates with an invigorating aroma of certified organic rosemary and peppermint. Cools and revitalizes skin with menthol.\r\n• Imparts a cool, refreshing sensation\r\n• Softens and soothes\r\n• Mind- and body-invigorating aroma\r\n• Boosts skin\'s moisture barrier', 25.16, NULL, NULL, 29.60, 'rosemary mint body lotion-91911.jpeg', 'rosemary mint body lotion-32975.jpeg', 'rosemary mint body lotion-27082.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 13:04:52', '2024-02-21 13:04:52'),
(5241, 'botanical repair™ strengthening conditioner', 'RCU5QpZas', 14, 'Conditions and instantly detangles to help prevent breakage; strengthens and repairs with the power of plants.*\r\n\r\n95% of women say their hair looked instantly healthier.**\r\n\r\n• Builds bonds to improve hair strength*\r\n• Reduces frizz and flyaways\r\n•Easier detangling for less breakage and damage\r\n• Lightly conditions for everyday use without weighing hair down\r\n• Leaves hair soft, smooth and shiny\r\n• For all hair types and textures\r\n•98% naturally derived† \r\n• Safe for color treated and chemically processed hair\r\n• Silicone Free\r\n• Vegan, cruelty free', 31.96, NULL, NULL, 37.60, 'botanical repair™ strengthening conditioner-62583.jpeg', 'botanical repair™ strengthening conditioner-73351.jpeg', 'botanical repair™ strengthening conditioner-67416.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 13:10:25', '2024-02-21 13:10:25'),
(5242, 'nutriplenish™ conditioner deep moisture', 'vR3WeNrGV', 14, 'Nutrient-powered hydration for lush, visibly healthier hair.\r\n• rich and decadent formula delivers powerful hydration \r\n• 96% naturally derived,* with powerful superfoods \r\n• deeply replenishes with 50% more butters than light moisture\r\n• luxurious omega-5-rich organic pomegranate oil nourishes dry, depleted hair\r\n• certified organic coconut oil with low molecular weight easily penetrates hair to help moisturize\r\n• mango butter packed with fatty acids helps nourish leaving hair soft and smooth\r\n• for dry to very dry hair types\r\n• vegan', 37.60, NULL, NULL, 48.00, 'nutriplenish™ conditioner deep moisture-34238.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-21 13:15:33', '2024-02-21 13:15:33'),
(5243, 'Skinn® Cosmetics DermAppeal® Microderm Beauty Treatment -', 'fQOSsxwgz', 14, 'Smoother and brighter looking skin is at your fingertips with this amazing, aluminum oxide-free resurfacing and revitalizing beauty treatment.\r\nMicroderm abrasion at-home beauty treatment featuring VC5 Crystal Technology, a formulation with five stabilized forms of Vitamin C\r\nFormulated with essential oils: peppermint, olive, almond, rosemary, tea tree, chamomile, lavender and kakadu plum; also contains papain and minerals\r\nHelps brighten the look of skin\r\nHelps resurface to revitalize the look of skin, leaving skin soft, smooth and supple\r\nMoisturizes', 25.00, NULL, NULL, 35.95, 'Skinn® Cosmetics DermAppeal® Microderm Beauty Treatment --20008.jpeg', 'Skinn® Cosmetics DermAppeal® Microderm Beauty Treatment --66724.jpeg', 'Skinn® Cosmetics DermAppeal® Microderm Beauty Treatment --25012.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 13:23:42', '2024-02-21 13:23:42'),
(5244, 'Heidi Daus Sunny Bunny Crystal and Enamel Pin', 'bPkFtvbRQ', 14, 'Welcome spring with this adorable \"Sunny Bunny\" crystal and enamel pin from Heidi Daus. The original floral-themed bunny design is embellished with sparkling clear, pink and purple crystals and colored enamel accents. A versatile fashion accessory, you can pin it to a collar, handbag, hat or coat to elevate the look of any ensemble!\r\nApprox. 2-3/4\"L x 2-7/8\"W\r\nBronzetone; oxidized, textured finish\r\nJoint-and-catch pin closure\r\nBronzetone pin shaped like a bunny head with floral accents\r\nPavé-set colored crystal and enamel accents', 150.98, NULL, NULL, 189.95, 'Heidi Daus Sunny Bunny Crystal and Enamel Pin-50109.jpeg', 'Heidi Daus Sunny Bunny Crystal and Enamel Pin-57875.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-21 13:32:42', '2024-02-21 13:32:42'),
(5245, 'Powered Led UV Flashlight Ultra Bright Torch For Medical Instruments Distinguish Professional Use UV Light', 'oPhmLMbU8', 16, 'Type	6 VOLT', 20.80, NULL, NULL, 27.80, 'Powered Led UV Flashlight Ultra Bright Torch For Medical Instruments Distinguish Professional Use UV Light-75551.jpeg', 'Powered Led UV Flashlight Ultra Bright Torch For Medical Instruments Distinguish Professional Use UV Light-40955.jpeg', 'Powered Led UV Flashlight Ultra Bright Torch For Medical Instruments Distinguish Professional Use UV Light-30440.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-21 13:40:32', '2024-02-21 13:40:32'),
(5246, 'Laura Mercier Lip Glace Moisturizing Lip Gloss Duo', 'cM5f7fkNP', 14, 'Laura Mercier Lip Glace Lip Gloss has the comfortable feel of a lip balm with the shine of a gloss while moisturizing. The pillow-soft applicator veils lips in dimensional color in one swipe. \r\n\r\nHow do I use it: Using the wand applicator, glide all over lips. Apply a light coat for sheer coverage or layer for more intensity. Shades can be used separately or together.\r\n\r\nFrom Laura Mercier.\r\nIncludes two 0.19-oz Lip Glace Lip Glosses\r\nRose, a pale pink shade, and Baby Doll, a peach pink shade with gold pearl accents\r\nMacaroon, a clear shade with blue pink accents, and Melted Sugar, a soft coral shade', 58.00, NULL, NULL, 80.00, 'Laura Mercier Lip Glace Moisturizing Lip Gloss Duo-23651.jpeg', 'Laura Mercier Lip Glace Moisturizing Lip Gloss Duo-65719.jpeg', 'Laura Mercier Lip Glace Moisturizing Lip Gloss Duo-86251.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 13:42:10', '2024-02-21 13:42:10'),
(5247, 'quick stick™ waterproof shadow & liner', 'eE3kjwftL', 14, 'velvety-smooth shadow & liner\r\ncomfort-glide gel liner tip glides on without pulling or skipping\r\nexpertly coordinated shades for effortless eye looks\r\nrich, buildable color in a single, goofproof swipe\r\nlid-loving ingredients nourish delicate skin\r\nwaterproof formula won’t crease, transfer or smudge', 26.00, NULL, NULL, 38.95, 'quick stick™ waterproof shadow & liner-47190.jpeg', 'quick stick™ waterproof shadow & liner-24397.jpeg', 'quick stick™ waterproof shadow & liner-25462.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-21 13:51:14', '2024-02-21 13:51:14'),
(5248, 'BOVKE Hard Graphing Calculator Carrying Case Replacement for Texas Instruments TI-84 Plus CE/TI-83 Plus CE/Casio fx-9750GII, Extra Pocket for USB Cables, Manual, Pencil & Other Items, Positively Pink', 'sPEcJDwZY', 16, 'Case Only! (Calculator and accessories are not included), the sturdy shell calculator case will withstand most drops with the calculator being snug inside, perfect for protecting your expensive college investment!\r\n100% Protection: Made of durable EVA material, with semi-waterproof and shockproof. The outer casing is strong enough to withstand impact and the inner layer is a big cushioned, and it would help prolong the life of the calculator.\r\nAttentive Design: The zipper mesh bag fit charging usb cords, study guide card, pens, charger, batteries and etc. Velcro strap holds graphing calculator in place. Double zipper provides easy access to insert and remove your device.\r\nEasy to carry: Have a comfortable wrist strap, easy to travel. The handheld sized makes it convenient to put in backpack and doesn\'t take up much more space. The outside is textured making it easy to grab out of a bag.\r\nDimension: Outer dimension: 8\" L - 3.8\" W \\u2013 1.7\" H. - Inner dimension: 7.6\" L - 3.4\" W \\u2013', 40.99, NULL, NULL, 45.99, 'BOVKE Hard Graphing Calculator Carrying Case Replacement for Texas Instruments TI-84 Plus CE/TI-83 Plus CE/Casio fx-9750GII, Extra Pocket for USB Cables, Manual, Pencil & Other Items, Positively Pink-13998.jpeg', 'BOVKE Hard Graphing Calculator Carrying Case Replacement for Texas Instruments TI-84 Plus CE/TI-83 Plus CE/Casio fx-9750GII, Extra Pocket for USB Cables, Manual, Pencil & Other Items, Positively Pink-79297.jpeg', 'BOVKE Hard Graphing Calculator Carrying Case Replacement for Texas Instruments TI-84 Plus CE/TI-83 Plus CE/Casio fx-9750GII, Extra Pocket for USB Cables, Manual, Pencil & Other Items, Positively Pink-22161.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 13:54:35', '2024-02-21 13:54:35'),
(5249, 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black', '2aQG0yBrF', 16, '100% Protection: Premium Hard EVA material exterior and soft interior provide full protection against scratches, impacts, spills, and dust and it would help prolong the life of the calculator.\r\nAttentive Design: The zipper mesh bag fit charging usb cords, study guide card, pens, charger, batteries etc. Velcro strap holds graphing calculator in place. Double zipper provides easy access to insert and remove your equipment.\r\nConvenient to Carry: Durable hand strap make it easy to carry out. The handheld sized makes it convenient to put in backpack and doesn\'t take up much more space.\r\nGift Ideas. Great gifts for your kid, students, Teenager, or any other owner for Texas Instruments graphing calculator. This ti-84 carrying case will be the perfect helper when you\'re travelling or at school.\r\nDimension: External dimension: 8\" x 3.75\" x 1.71\". Inner dimension: 7.62\" x 3.41\" x 0.57\". This graphing calculator protective cases will fit and protect most graphing, scientific and financial calcul', 40.50, NULL, NULL, 45.50, 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black-20033.jpeg', 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black-22675.jpeg', 'Elonbo Hard Travel Case for Texas Instruments TI-84 Plus CE/TI-84 Plus/TI-83 Plus CE/Casio fx-9750GII Color Graphing Calculator, Extra Zipped Pocket fit Charging Cable, Charger, Manual, Black-82758.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 14:07:48', '2024-02-21 14:07:48'),
(5250, 'Splash Blast Flavored Water Beverage (Acai Grape)', 'NOasccrRT', 16, '4 Packs of 6 16.9 fl oz/.5 L plastic bottles - Splash Blast flavored water beverage is perfectly sized, in a convenient and recyclable plastic bottle, to help with everyday hydration', 8.81, NULL, NULL, 10.31, 'Splash Blast Flavored Water Beverage (Acai Grape)-78067.jpeg', 'Splash Blast Flavored Water Beverage (Acai Grape)-12950.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-21 14:19:36', '2024-02-21 14:19:36'),
(5251, 'THE KISSU LIP MASK Restorative Lip Mask', 'DTD1LdT5Y', 14, 'Elegant, non-sticky jelly melts into skin and layers on to comfort, hydrate, and lock in moisture.\r\nPlumps the look of fine lines and wrinkles for a supple, firm look.\r\nRestores essential moisture to flaky, parched lips for a smooth, soft texture.', 26.10, NULL, NULL, 29.00, 'THE KISSU LIP MASK Restorative Lip Mask-18932.jpeg', 'THE KISSU LIP MASK Restorative Lip Mask-64503.jpeg', 'THE KISSU LIP MASK Restorative Lip Mask-39871.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 14:21:22', '2024-02-21 14:21:22'),
(5252, 'Donut Shop', 'HarhRURZv', 16, 'The Original Donut Shop - Iced Duos Cookie + Caramel K Cup Pods 24ct', 9.99, NULL, NULL, 19.99, 'Donut Shop-48787.jpeg', 'Donut Shop-29747.jpeg', 'Donut Shop-53533.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-21 14:24:43', '2024-02-21 14:24:43'),
(5253, '3FT Replacement Mini USB 20 PC Computer Sync Data Power Charger Cable Cord for Texas Instruments TI84 Plus C Silver Edition Graphing Calculator', 'VfRUYns58', 16, 'Best Quality Guranteed.*****\r\n*****Features: Length: 3FT, Color: Black*****\r\n*****Connect Type: USB 2.0 A Male to Mini B Male*****\r\n*****Durablity Design: Perfect connection with your equipment, no gaps or static electricity*****\r\n*****Hi-Speed Syncing: Transfer data to and from your USB-C compatible computer at speeds of up to 480Mbps*****\r\n*****Compatibility: Perfect for you to tranfer data to a computer fastly. Compatible with Texas Instruments TI-84 Plus C Silver Edition Graphing Calculator', 15.89, NULL, NULL, 19.89, '3FT Replacement Mini USB 20 PC Computer Sync Data Power Charger Cable Cord for Texas Instruments TI84 Plus C Silver Edition Graphing Calculator-99869.jpeg', '3FT Replacement Mini USB 20 PC Computer Sync Data Power Charger Cable Cord for Texas Instruments TI84 Plus C Silver Edition Graphing Calculator-94278.jpeg', '3FT Replacement Mini USB 20 PC Computer Sync Data Power Charger Cable Cord for Texas Instruments TI84 Plus C Silver Edition Graphing Calculator-78974.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 14:28:30', '2024-02-21 14:28:30'),
(5254, 'Black Tea', 'Ya0ObLxyZ', 16, '100-Count FGO Organic Tea K-Cup Pods for Keurig (Black Tea, Chai Black Tea)', 23.39, NULL, NULL, 35.98, 'Black Tea-62754.jpeg', 'Black Tea-62569.jpeg', 'Black Tea-41041.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-21 14:29:54', '2024-02-21 14:29:54'),
(5255, 'Water Filter', 'oRzxoGIK8', 16, 'FRESH FILTERED WATER: Samsung water filters reduce contaminants, giving your family fresh tasting water\r\nREDUCES CONTAMINANTS: Samsung\'s ultra-high-grade carbon block reduces 99% of potentially harmful contaminants\r\nGENUINE SAMSUNG FILTERS: Samsung filters are designed to work with your refrigerator to avoid the risk of flooding while giving you clean, filtered water\r\nTO AUTHENTICATE: Use Authentication Tag to make sure your filter is a genuine Samsung filter; 1. Detach Authentication Tag from filter; 2. Place Tag over the back of provided magnet; 3) Green stripes will appear if it\'s an authentic Samsung water filter\r\nLONG LASTING USE: Samsung refrigerator water filters offer long-lasting use and easy installation; It is recommended to replace your water filter every 6 months\r\nAVOID WATER DAMAGE: Only Samsung filters are guaranteed to perform correctly with your refrigerator, avoiding the risk of water damage to your fridge and your home\r\nFRIDGE COMPATIBILITY: Compatible to use with your Samsung French Door, Side by Side, or Bespoke Refrigerator', 23.33, NULL, NULL, 50.00, 'Water Filter-22756.jpeg', 'Water Filter-93814.jpeg', NULL, 'Groceries', 2.5, NULL, 1, '2024-02-21 14:33:23', '2024-02-21 14:33:23'),
(5256, 'Vagus Nerve Oil', '5gDY8oZsb', 14, 'A soothing essential oil blend invites an uplifting, meditative state of consciousness.\r\n\r\nWhat it does: This luxurious nerve oil will help melt away signs of stress. It helps promote a sense of well being and serenity with a soothing blend of essential oils that calms for a moment of relaxation and balance during your day. The vagus nerve activates the body\'s relaxation response and helps regulate stress. Named after the Latin word for \'wandering\', the vagus nerve is the longest cranial nerve in the body.', 48.00, NULL, NULL, 61.69, 'Vagus Nerve Oil-46896.jpeg', 'Vagus Nerve Oil-90070.jpeg', 'Vagus Nerve Oil-89258.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-21 14:33:35', '2024-02-21 14:33:35'),
(5257, 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger', 'Vx78OG65I', 16, 'World Wide Input Voltage 100-240VAC 50/60Hz. OVP, OCP, SCP Protection (OVP: Over Voltage output Protection. OCP: Over Current output Protection. SCP: Short Circuit output Protection). UpBright 30 Days Refund. 24 Months Exchange. Fits Native Instruments Maschine Mikro 21947 22550 MK2 Groove Production Studio Black White NI Traktor Kontrol Audio 2 S2 MK2 MK3 S2MK2 S2MK3 S2 MK 2 3 HW DJ Soundcard System Controller 9-20 V 9V - 20V 9VDC - 20VDC 15 V 1200 mA 15 VDC 1.2 A Power\r\nUpBright New Global 15V AC / DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 MK2 S4MK2 S 4 MK 2 DJ System Controller Komplete Kontrol S25 S49 S61 S88 Controller Keyboard Compact DJ Soundcard DJ System Controller 9-20 V 9V - 20V 9VDC - 20VDC DC9V- 20V 9 V - 20 V 9 VDC - 20 VDC 9.0V - 20.0V 15VDC 1.2A - 2A DC15V 1200mA - 2000mA 15.0V 1.2 A - 2 A 15 VDC Switching Power Supply Cord Cable PS Wall Home Battery Charger Mains PSU\r\nCompatible with: Fluke Microtest Omni Scanner Omni', 35.48, NULL, NULL, 49.48, 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger-47535.jpeg', 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger-97116.jpeg', 'UpBright 15V AC/DC Adapter Compatible with Native Instruments NI Traktor Kontrol Audio S4 S2 MK2 S25 S49 S61 S88 KOCASO GPCT1055 Axess SBBT1205 Phihong PSA31U-150 S1460 GRE SPS-06C15-2 Power Charger-28238.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 14:36:04', '2024-02-21 14:36:04'),
(5258, 'Sugar Peach Tea', 'AdnrOAuOJ', 16, '12-Pack 16-Oz Snapple Zero Sugar Peach Tea', 9.48, NULL, NULL, 10.99, 'Sugar Peach Tea-60252.jpeg', 'Sugar Peach Tea-71746.jpeg', 'Sugar Peach Tea-62429.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-21 14:38:17', '2024-02-21 14:38:17'),
(5259, 'Mayorga', 'FTjxVKsD3', 16, 'Mayorga Café Cubano Roast, USDA Organic, Dark Roast, Whole Bean Coffee, 2lb, 2-pack', 29.99, NULL, NULL, 39.99, 'Mayorga-83648.jpeg', 'Mayorga-56269.jpeg', 'Mayorga-38882.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-21 14:44:09', '2024-02-21 14:44:09'),
(5260, 'The Large Work Tote in Black', 'puYIAuMnG', 14, 'The perfect work tote should be three things: functional, fashionable, and free for happy hour later. Our Large Work Tote is all that and more — it’s what we like to consider the perfect blend of business and pleasure. Featuring a sleek, vegan leather exterior and a perfectly compartmentalized interior, this bag feels like the promotion you know you deserve.\r\n\r\nNEW FEATURES!\r\n- Widened shoulder straps\r\n- Sturdier trolley pass-through\r\n- Sleek, rolled edges\r\n- Interior magnetic closures', 148.00, NULL, NULL, 231.68, 'The Large Work Tote in Black-40092.jpeg', 'The Large Work Tote in Black-41367.jpeg', 'The Large Work Tote in Black-51124.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-21 14:50:35', '2024-02-21 14:50:35'),
(5261, 'Red Bull', 'bSbl0MVkS', 16, 'The metallic flat burr coffee grinder provides full control over the grind size with 12 grind fineness settings plus intermediary settings for precise grinding. Adjust from coarse to fine to achieve a uniform grind and unlock the full flavor of your coffee.\r\nEquipped with an on/off button featuring auto-stop at the end of the grind and a removable top burr with an integrated cleaning brush, maintaining your grinder is as smooth as using it\r\nBy adjusting the grind fineness to suit your chosen brewing method, you can create your perfect cup of coffee every time. Whether it\'s drip filter coffee, French press, cold brew, pour over, or espresso, experience the joy of personalized brewing\r\nWhether you\'re brewing for one or a crowd, our grinder caters to you with 2 to 12 cup quantity selection settings and auto-stop to grind just the right amount\r\nWith an 8-oz coffee bean hopper and a removable grounds container, this grinder has the capacity to produce grinds for 30-32 cups of coffee', 28.88, NULL, NULL, 49.49, 'Red Bull-33958.jpeg', 'Red Bull-18081.jpeg', 'Red Bull-17176.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-21 14:54:35', '2024-02-21 14:54:35'),
(5262, 'The Work Tote in Olive', 'to9Tsgtvz', 14, 'The perfect work tote should be three things: functional, fashionable, and free for happy hour later. Our Work Tote is all that and more — it’s what we like to consider the perfect blend of business and pleasure. Featuring a sleek, vegan leather exterior and a perfectly compartmentalized interior, this bag feels like the promotion you know you deserve.\r\n\r\nNEW FEATURES!\r\n- Widened shoulder straps\r\n- Sturdier trolley pass-through\r\n- Sleek, rolled edges\r\n- Interior magnetic closures', 150.88, NULL, NULL, 189.00, 'The Work Tote in Olive-48725.jpeg', 'The Work Tote in Olive-93822.jpeg', 'The Work Tote in Olive-30705.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-21 14:58:44', '2024-02-21 14:58:44'),
(5263, 'The Sacred Clutter-Clearing Journal', 'TyeU8uUia', 13, 'Tap into the alchemy of clutter-clearing to understand the energy in your home, release what no longer serves you, and experience life-changing results!\r\nWhat if there were one single, powerful practice to help you improve your health, find balance, increase your abundance, nurture uplifting relationships, and create the future you\'ve always dreamed of?\r\nThere is clutter clearing. Though simple, it\'s not always easy--but this hands-on journal gives you the expert guidance and deep inspiration to clear clutter in all its forms from your home and your life.\r\nIn these pages, Denise Linn draws on her highly successful online clutter-clearing course for tools that delve much deeper than simply cleaning or organizing. The journal explores the emotional roots of our clutter, why we hold on to it, why we should release it, and the energy around it, with thought-provoking questions and spaces for writing down your reflections. For example, if your clutter represents your fear of not having enough (or even not being enough), you will learn how to step beyond that fear and confidently believe that you have enough and are enough. And when you clear clutter at its source, it won\'t reappear!\r\nNext, Denise takes readers room by room in their home and explains the purpose of each room, steps for clearing clutter, Feng Shui tips, questions for reflection, and specific affirmations. She also speaks to other forms of clutter in our lives that we need to release, such as time, relationships, and even our thoughts. The journal concludes with a 14-day clutter-clearing journey that encourages readers to clear clutter each day with intention.\r\nThe result of doing this work is not just a more organized and clean home, but a sense of having room to breathe, the ability to move freely through each day, and the feeling of being more vibrant and empowered in every area of your life.', 16.99, NULL, NULL, 18.99, 'The Sacred Clutter-Clearing Journal-66583.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-21 14:59:45', '2024-02-21 14:59:45'),
(5264, 'Meditations: Complete and Unabridged', 'ixzS1hFjV', 13, 'Completely unabridged, with a new foreword written by Huffington Post writer Carolyn Gregoire, this publication of Meditations is an all-encompassing collection of Marcus Aurelius\'s works.\r\n\"Do every deed, speak every word, think every thought in the knowledge that you may end your days any moment.\"\"We have body, soul, and intelligence. To the body belong the senses, to the soul the passions, to the intelligence principles.\"\"Think not as your insulter judges or wishes you to judge: but see things as they truly are.\"\"To pursue impossibilities is madness; and it is impossible that the wicked should not act in some such way as this.\"\"Order not your life as though you had ten thousand years to live. Fate hangs over you. While you live, while yet you may, be good.\"\r\nMeditations is a collection of twelve books written by Roman Emperor Marcus Aurelius. This set of books was originally compiled in the form of private journals. Marcus Aurelius used these notes as personal guides to live by and to better himself as a ruler.\r\nHe compiled these journals during his time as emperor, and while they were not intended for public consumption, there are valuable lessons to be gleaned from his wisdom. The entries include his views of stoicism--the Hellenistic philosophy devoid of \"destructive emotions\" that could tamper with logic--and its practical use in ruling and military tactics.', 5.75, NULL, NULL, 9.59, 'Meditations: Complete and Unabridged-47203.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-21 15:02:58', '2024-02-21 15:02:58'),
(5265, 'The Enneads: Abridged Edition', 'alxAu3wUF', 13, 'Here is a highly original synthesis of Platonism, mystic passion, ideas from Greek philosophy, and variants of the Trinity and other central tenets of Christian doctrine by the brilliant thinker who has had an immense influence on mystics and religious writers.\r\nFor more than seventy years, Penguin has been the leading publisher of classic literature in the English-speaking world. With more than 1,700 titles, Penguin Classics represents a global bookshelf of the best works throughout history and across genres and disciplines. Readers trust the series to provide authoritative texts enhanced by introductions and notes by distinguished scholars and contemporary authors, as well as up-to-date translations by award-winning translators.', 16.83, NULL, NULL, 19.00, 'The Enneads: Abridged Edition-95888.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-21 15:05:52', '2024-02-21 15:05:52'),
(5266, 'ALLPOWERS 18V140W Foldable Solar Panel Portable Generator Charger for Camping', 'KXuqw8AYt', 16, 'features:%0ACorrosion%20Resistant%0AVoltage%3A%0A18V%0AApplication%3A%0AElectronics%0ASolar%20Technology%3A%0APolycrystal%0APower%3A%0A140W%0ACharging%20Mode%3A%0AMC-4%0AModel%3A%0AAP-SP-029-BLA%0AMPN%3A%0ADoes%20Not%20Apply%0APower%20Source%3A%0ASun%0AWattage%3A%0A140W%0ARecommended%20Environment%3A%0ASunny%0AConnector%20Type%3A%0AMC-4%0AColor%3A%0ABlack%0AUnfolded%20Size%3A%3A%0A1580%C3%97650%C3%975mm/62%C3%9722%C3%970.4inch%0A', 200.93, NULL, NULL, 239.93, 'ALLPOWERS 18V140W Foldable Solar Panel Portable Generator Charger for Camping-85489.jpeg', 'ALLPOWERS 18V140W Foldable Solar Panel Portable Generator Charger for Camping-22260.jpeg', 'ALLPOWERS 18V140W Foldable Solar Panel Portable Generator Charger for Camping-67039.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-21 15:07:30', '2024-02-21 15:07:30'),
(5267, 'The Sport Sling in Maple', 'v2BYocWrC', 14, 'The perfect sport crossbody doesn\'t exi...introducing: The Sport Sling. Your new go-to for days on the move. Whether going on a hike, running errands, or hitting the town, this sling is all you need. Small but mighty, it has room for all the must-haves, including a micro-fiber lined protective pocket for your phone or sunglasses, a built-in card organizer, and even a surprise water bottle pouch! Taa-daa!', 58.39, NULL, NULL, 90.00, 'The Sport Sling in Maple-84072.jpeg', 'The Sport Sling in Maple-21788.jpeg', 'The Sport Sling in Maple-82363.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-21 15:10:56', '2024-02-21 15:10:56'),
(5268, 'Pucking Around', 'Ha70TZu9i', 13, 'FEATURING NEW EXCLUSIVE BONUS CONTENT\r\nDiscover the internationally bestselling, off-the-charts sexy, inclusive, poly, kink-friendly, \"why choose\" hockey romance that made the Jacksonville Rays a Tiktok sensation - now with exclusive, never-before seen material\r\nWhen an ambitious sports medicine practitioner scores her dream job working for Jacksonville\'s hottest NHL team, she knows the last thing she should do is get tangled up with a player. After all, how could she choose just one?\r\nMy name is Rachel Price, and two months ago I walked away from The Perfect Man--sweet, funny, and so sexy he should be illegal. We shared one magical night. No names. No strings. I never thought I\'d see him again. I was wrong.\r\nAs it turns out, Mr. Perfect is the playboy grinder for the Jacksonville Rays, the NHL\'s hottest new hockey team . . . and thanks to the ten-month fellowship I just landed, I\'m his new physical therapist. Imagine my anticipation as those familiar muscled legs walk towards me, the way my pulse races as he reaches out to . . . shake my hand. The jerk doesn\'t even recognize me\r\nThis is going to be the longest ten months of my life. Because now Mr. Perfect Mistake is determined to use his every seductive trick to win me back. Meanwhile, I also have to contend with his best friend the surly team equipment manager, and an exasperatingly stubborn, superstitious goalie who\'s convinced I\'m his good luck charm.\r\nThis is my chance to prove myself, and I\'m not risking it for anything. But between one unexpected night, and one secret revealed, these men are ready to test all my limits. Still, I can\'t fall for a player--let alone three. Or can I?', 15.85, NULL, NULL, 19.95, 'Pucking Around-16394.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-21 15:11:09', '2024-02-21 15:11:09'),
(5269, '30A Solar Charge Controller Dual USB LCD Display 12V/24V Battery Charge Auto Regulator', 'FaCq46nmU', 16, '12V / 24V Powered\r\nlcd Display\r\nDual USB Connector\r\nBuild-in industrial microcontroller.\r\nOne-key configuration, digital display, automatic memory function.\r\nFully pwm load management load.\r\nBuild-in short circuit protection, open circuit protection, reverse protection, over load protection\r\nDual Reverse current protection, low heat productions.', 10.99, NULL, NULL, 13.99, '30A Solar Charge Controller Dual USB LCD Display 12V/24V Battery Charge Auto Regulator-19132.jpeg', '30A Solar Charge Controller Dual USB LCD Display 12V/24V Battery Charge Auto Regulator-55567.jpeg', '30A Solar Charge Controller Dual USB LCD Display 12V/24V Battery Charge Auto Regulator-56611.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 15:12:33', '2024-02-21 15:12:33'),
(5270, 'Harry Potter and the Order of the Phoenix', 'yHwTCrXoV', 13, 'The fifth book in the beloved, bestselling Harry Potter series, now illustrated in brilliant full color.There is a door at the end of a silent corridor. And it\'s haunting Harry Potter\'s dreams. Why else would he be waking in the middle of the night, screaming in terror? It\'s not just the upcoming O.W.L. exams; a new teacher with a personality like poisoned honey; a venomous, disgruntled house-elf; or even the growing threat of He-Who-Must-Not-Be-Named. Now Harry Potter is faced with the unreliability of the very government of the magical world and the impotence of the authorities at Hogwarts. Despite this (or perhaps because of it), he finds depth and strength in his friends, beyond what even he knew; boundless loyalty; and unbearable sacrifice.This stunning illustrated edition brings together the talents of award-winning artists Jim Kay and Neil Packer in a visual feast, featuring iconic scenes and much loved characters -- Tonks, Luna Lovegood, and many more -- as the Order of the Phoenix keeps watch over Harry Potter\'s fifth year at Hogwarts. With its oversized format, high-quality paper, ribbon bookmark, and color on nearly every page, this edition is the perfect gift for Harry Potter fans and book lovers of all ages.', 8.40, NULL, NULL, 12.99, 'Harry Potter and the Order of the Phoenix-88082.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-21 15:14:55', '2024-02-21 15:14:55'),
(5271, 'Kepworth LiFePO4 Deep Cycle Lithium Battery 12V 200Ah Built-in BMS Protect Perfect for RV Golf Cart Solar Power Camping Boat Emergency Power Supply Ten-Year Service Life with Charger ABS Case', 'VZEgcmcKi', 16, 'KEPWORTH LiFePO4 Batteries are suitable for RV, golf cart, camping, boat/kayak, solar systems, emergency power supply, medical equipment, electric scooters, marine, industrial, hunting, Lawn mower, and garden tools, etc.\r\nAdvantages of Lifepo4 Battery1.High energy density, the volume is 2/3 of the SLA battery, and the weight is 1/3 of the SLA battery. 2.No memory effect, charge anytime, anywhere. 3.The high-current output energy of the Lifepo4 battery is twice that of SLA batteries. 4.The battery shell material is ABS, IP55 waterproof. 4.Environmentally friendly, non-polluting, non-toxic, and are made of renewable energy.\r\nBattery Charging Lifepo4 battery can be discharged and charged. Use the equipped charger or you can also use solar panels to charge it. The built-in BMS has high and low-temperature protection to protect the battery from common errors such as over-discharge, over-charge and short-circuit.', 600.00, NULL, NULL, 799.00, 'Kepworth LiFePO4 Deep Cycle Lithium Battery 12V 200Ah Built-in BMS Protect Perfect for RV Golf Cart Solar Power Camping Boat Emergency Power Supply Ten-Year Service Life with Charger ABS Case-19910.jpeg', 'Kepworth LiFePO4 Deep Cycle Lithium Battery 12V 200Ah Built-in BMS Protect Perfect for RV Golf Cart Solar Power Camping Boat Emergency Power Supply Ten-Year Service Life with Charger ABS Case-23855.jpeg', 'Kepworth LiFePO4 Deep Cycle Lithium Battery 12V 200Ah Built-in BMS Protect Perfect for RV Golf Cart Solar Power Camping Boat Emergency Power Supply Ten-Year Service Life with Charger ABS Case-66404.jpeg', 'Industrial', 5.0, NULL, 1, '2024-02-21 15:16:32', '2024-02-21 15:16:32');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5272, 'Grip of the Shadow Plague', 'xhaF2R9ks', 13, 'Danger lurks everywhere. Strange things are afoot at Fablehaven. Someone or something has released a plague that transforms beings of light into creatures of darkness. Seth discovers the problem in its infancy, but as the infectious disease spreads, it becomes clear that the preserve cannot hold out for long. In dire need of help, the Sorensons question where to turn. The Sphinx has always given sound advice--but is he a traitor? Inside the Quiet Box, Vanessa might have information that could lead to a cure--but can she be trusted? Meanwhile, Kendra and members of the Knights of the Dawn must journey to a distant preserve and retrieve another hidden artifact. Will the Society of the Evening Star recover it first? Will the plague eclipse all light at Fablehaven? Find out in Fablehaven: Grip of the Shadow Plague. (Don\'t forget to drink the milk.)', 5.80, NULL, NULL, 9.99, 'Grip of the Shadow Plague-65901.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-21 15:20:30', '2024-02-21 15:20:30'),
(5273, 'Brother Strong & Tough Computerized Sewing Machine ST150HDH', '18tdRJ4fK', 16, '50 built-in sewing stitches, including decorative stitches and 5 styles of one-step, auto-sized buttonholes\r\nLonger 7-point feed dogs with box feed design help provide smoother fabric feeding even with tough projects. The right and left feed dogs grab your fabric securely while the center feed dog holds the thread, for superior stitching and feeding\r\nExpanded 6.4\" w x 4.1\" h needle-to-arm workspace provides more room for quilts and bulkier sewing projects\r\nAdvanced needle threading system threads the needle for you with the touch of a lever\r\nLarge back-lit LCD display screen provides clear visibility of your stitch selection and stitch settings and tells you what foot to use for your selected stitch\r\nSuper bright built-in LED light illuminates the workspace around the needle area', 295.36, NULL, NULL, 326.36, 'Brother Strong & Tough Computerized Sewing Machine ST150HDH-20211.jpeg', 'Brother Strong & Tough Computerized Sewing Machine ST150HDH-38481.jpeg', 'Brother Strong & Tough Computerized Sewing Machine ST150HDH-64063.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 15:27:20', '2024-02-21 15:27:20'),
(5274, 'Brother CS5055 60-Stitch Computerized Sewing Machine, White', 'VS45MImio', 16, '60 Unique Built-in Sewing Stitches, Including 7 Styles of 1-step Auto-size Buttonholes\r\nBrightly Lit LED Work Area\r\nAdvanced Easy Needle Threading System\r\nLCD Screen with Computerized Stitch Selection\r\nFree Arm for Sewing Cuffs and Sleeves', 150.99, NULL, NULL, 167.99, 'Brother CS5055 60-Stitch Computerized Sewing Machine, White-89591.jpeg', 'Brother CS5055 60-Stitch Computerized Sewing Machine, White-63417.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-21 15:31:32', '2024-02-21 15:31:32'),
(5275, 'THE COMPRESSION PACKING CUBES 6 PC IN OLIVE', 's4i7sJJDC', 14, 'Comes with 2 extra-large compression packing cubes and 4 small standard packing cubes.\r\n\r\nWe’ve gotten packing down to a science. You need a few packing cubes that compress (to maximize the number of socks, shirts, and soft items you can bring), plus a few that don’t (we know you’d rather not smash that chunky sweater you spent way too much money on). This set is designed to fit perfectly into your BÉIS bags so that you can maximize your space while minimizing the time you spend trying to make everything fit!\r\n\r\nNote: This 6 Piece Set pairs well with our 26\" and 29\" Rollers.', 74.00, NULL, NULL, 109.00, 'THE COMPRESSION PACKING CUBES 6 PC IN OLIVE-62960.jpeg', 'THE COMPRESSION PACKING CUBES 6 PC IN OLIVE-14698.jpeg', 'THE COMPRESSION PACKING CUBES 6 PC IN OLIVE-49873.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-21 15:32:04', '2024-02-21 15:32:04'),
(5276, 'Small Vera Tote Bag', 'NVPuZz4qp', 14, 'Exterior features a front slip pocket, a zip pocket and a hidden top pocket\r\nInterior features six slip pockets\r\nZip closure.\r\nDimensions: 11.5\" w x 11.25\" h x 4.5\" d with 12.0\" strap drop', 90.76, NULL, NULL, 120.00, 'Small Vera Tote Bag-46881.jpeg', 'Small Vera Tote Bag-13934.jpeg', 'Small Vera Tote Bag-48727.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-21 16:00:42', '2024-02-21 16:00:42'),
(5277, 'Charlie Tote Bag', 'LfCtfhKWj', 14, 'The Charlie Tote from our leather collection is the perfect companion for every busy day. Featuring plenty of pockets (and a D-ring for charms or pouches) and a classic silhouette, this bag will keep you stylishly organized.\r\nExterior features a back slip pocket and a front hidden zip pocket\r\nInterior features zip pocket and two slip pockets (one pocket is large enough for a standard-sized water bottle)\r\nD-ring to attach bag charms or pouches\r\nZip closure\r\nFull grain cowhide with strap facings, bottom and trims made of non-leather material.', 198.36, NULL, NULL, 253.00, 'Charlie Tote Bag-72506.jpeg', 'Charlie Tote Bag-49344.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-21 16:07:58', '2024-02-21 16:07:58'),
(5278, 'OIAGLH For 2.5 inch 20G laptop IDE parallel port industrial SMT machine', '3pjeSnEM2', 16, 'OIAGLH For 2.5 inch 20G laptop IDE parallel port industrial SMT machine', 50.58, NULL, NULL, 78.58, 'OIAGLH For 2.5 inch 20G laptop IDE parallel port industrial SMT machine-71770.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-21 16:10:56', '2024-02-21 16:10:56'),
(5279, 'Nexas NL102 Plus Heavy Duty Trucks DPF Regeneration Oil Service Reset Sensor Calibration + OBD2 Scanner Check Engine Light Code Reader Read & Erase Fault Codes OBD 2 Auto Cars Diagnostic Scan Tool', 'qjeF3gdIW', 16, 'Nexas NL102P is a professional OBD2 Diagnostic Scanner for both cars and heavy duty trucks.\r\nFor cars, it can do the function read and erase fault codes, graph live data display, retrieve vehicle information, EVAP Test, O2 Sensor Test.etc.\r\nFor Heavy Duty Trucks, it support new trucks (which have standard Truck protocols J1587, J1939 and J1708 and should have release year requirement) to read multi-systems. It works great on special functions oil light service reset, and DPF regeneration on some trucks.\r\nHeavy duty truck scanner with DPE regeneration and OBDII code reader, Engine, ABS, ESP, EPS, Transmission, Instrument panel, Drivetrain, Braking sysyem, Suspension, Fuel system (Please make sure your car supports related protocols).', 200.00, NULL, NULL, 229.00, 'Nexas NL102 Plus Heavy Duty Trucks DPF Regeneration Oil Service Reset Sensor Calibration + OBD2 Scanner Check Engine Light Code Reader Read & Erase Fault Codes OBD 2 Auto Cars Diagnostic Scan Tool-74023.jpeg', 'Nexas NL102 Plus Heavy Duty Trucks DPF Regeneration Oil Service Reset Sensor Calibration + OBD2 Scanner Check Engine Light Code Reader Read & Erase Fault Codes OBD 2 Auto Cars Diagnostic Scan Tool-39936.jpeg', 'Nexas NL102 Plus Heavy Duty Trucks DPF Regeneration Oil Service Reset Sensor Calibration + OBD2 Scanner Check Engine Light Code Reader Read & Erase Fault Codes OBD 2 Auto Cars Diagnostic Scan Tool-55553.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-21 16:15:28', '2024-02-21 16:15:28'),
(5280, 'Vera Tote Bag', '3PBxN8m4X', 14, 'This tote is large enough for the commute to the office with enough pockets to keep your protein bars separate from your pens.\r\nExterior features a front slip pocket, a zip pocket and a hidden top slip pocket\r\nInterior features six slip pockets\r\nZip closure.\r\nDimensions: 15.0\" w x 14.5\" h x 6.0\" d with 12.0\" handle drop', 125.30, NULL, NULL, 187.00, 'Vera Tote Bag-78729.jpeg', 'Vera Tote Bag-66639.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-21 16:15:32', '2024-02-21 16:15:32'),
(5281, 'Charlie Small Shoulder Bag', 'lzX9j04Uy', 14, 'The Charlie Small Shoulder Bag is a timeless tote-style bag updated for oh so modern you. Offering plenty of thoughtful details (pockets and d-rings to keep you organized) this bag from our leather collection will be a complement to any outfit.\r\nExterior features a hidden top slip pocket and a front hidden zip pocket\r\nInterior features zip pocket and two slip pockets\r\nD-ring to attach bag charms or pouches\r\nZip closure\r\nFull grain cowhide with strap facings, bottom and trims made of non-leather material.\r\nDimensions: 14.0\" w x 10.0\" h x 4.25\" d with 8.0\" strap drop and 44.0\" removable, adjustable strap', 158.09, NULL, NULL, 199.70, 'Charlie Small Shoulder Bag-14523.jpeg', 'Charlie Small Shoulder Bag-74084.jpeg', NULL, 'Accessories', 4.0, NULL, 1, '2024-02-21 16:21:36', '2024-02-21 16:21:36'),
(5282, 'MotorbyMotor 513296 Front Wheel Bearing and Hub Assembly Fits for Nissan Altima 07-12 (3.5L V6 Only,32 Spline Quantity), Nissan Maxima Murano Pathfinder, Infiniti JX35 QX50 QX60 Hub Bearing w/5 Lugs', 'bBlSR4pBF', 16, 'MotorbyMotor 513296 Front Wheel Bearing and Hub Assembly Fits for Nissan Altima 07-12 (3.5L V6 Only,32 Spline Quantity), Nissan Maxima Murano Pathfinder, Infiniti JX35 QX50 QX60 Hub Bearing w/5 Lugs', 40.95, NULL, NULL, 45.95, 'MotorbyMotor 513296 Front Wheel Bearing and Hub Assembly Fits for Nissan Altima 07-12 (3.5L V6 Only,32 Spline Quantity), Nissan Maxima Murano Pathfinder, Infiniti JX35 QX50 QX60 Hub Bearing w/5 Lugs-13070.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-21 16:23:52', '2024-02-21 16:23:52'),
(5283, 'STEELMAN 97202-08 Wireless ChassisEAR Transmitter Lead/Clamp Replacement 4-Pack', '9IcITYGOI', 16, 'Type	Maintenance\r\nBrand	STEELMAN\r\nFeatures	Commercial\r\nMaterial	Rubber, Steel', 20.99, NULL, NULL, 26.99, 'STEELMAN 97202-08 Wireless ChassisEAR Transmitter Lead/Clamp Replacement 4-Pack-60640.jpeg', 'STEELMAN 97202-08 Wireless ChassisEAR Transmitter Lead/Clamp Replacement 4-Pack-77558.jpeg', 'STEELMAN 97202-08 Wireless ChassisEAR Transmitter Lead/Clamp Replacement 4-Pack-81221.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-21 16:28:03', '2024-02-21 16:28:03'),
(5284, 'Sawyer Natural Crochet Flat Sandal', 'v7kgNWpjq', 14, 'Flat sandal in natural crocheted raffia. Features a padded leather footbed, a buckle detail, and a velcro closure.\r\nMATERIALS\r\nUpper: 100% Natural Raffia\r\n\r\nOutsole: 100% Bovine Leather', 350.45, NULL, NULL, 409.12, 'Sawyer Natural Crochet Flat Sandal-10672.jpeg', 'Sawyer Natural Crochet Flat Sandal-90535.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-21 17:09:09', '2024-02-21 17:09:09'),
(5285, 'Noa Natural Raffia Bow Flat', 'Lc5yiS5If', 14, 'Pump in natural woven raffia topped with our signature bow detail. Features a padded leather footbed with gold stamped logo. 1-inch heel.\r\nMATERIALS\r\nUpper: 100% Natural Raffia\r\n\r\nOutsole: 100% Bovine Leather', 295.07, NULL, NULL, 340.00, 'Noa Natural Raffia Bow Flat-90105.jpeg', 'Noa Natural Raffia Bow Flat-21978.jpeg', 'Noa Natural Raffia Bow Flat-16155.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-21 17:20:11', '2024-02-21 17:20:11'),
(5286, 'Gx Pods', 'lXpthfqcW', 16, '24-Count Gatorade Gx To Go Pods Hydration System (Various Flavors)', 21.87, NULL, NULL, 31.92, 'Gx Pods-64003.jpeg', 'Gx Pods-83357.jpeg', 'Gx Pods-81664.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-22 00:46:15', '2024-02-22 00:46:15'),
(5287, 'My First Milestone Baby Age Blocks', 'taJRsfGIZ', 14, 'Cardstock blocks feature multi-colored and multi-printed details.\r\nSmall block features numbers 0 through 5, other small block features 1, 6, 7, 8, 9, and \"I am\".\r\nThe large long block is printed with \"month\", \"weeks\", \"days\" and \"months\".\r\nSmall blocks measures 3.14\" x 3.14\" 3.14\", large block measures 6.10\" x 3.14\" x 3.14\"\r\nSet includes 3 blocks; 2 small and 1 large.\r\nSold as 1 Set\r\nWho said that something functional can\'t also be something stylish that will fit into baby\'s nursery decor seamlessly? Baby Aspen\'s My First Milestone Baby Age Blocks were designed with form and function in mind - these multi-colored blocks are decorated with different fun prints and designs and can keep track of all of baby\'s big moments.', 10.00, NULL, NULL, 16.00, 'My First Milestone Baby Age Blocks-90632.jpeg', 'My First Milestone Baby Age Blocks-78813.jpeg', 'My First Milestone Baby Age Blocks-77569.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 01:00:12', '2024-02-22 01:00:12'),
(5288, 'Final Fantasy VII', 'FJznVX1gs', 16, 'Final FANTASY VII, the timeless classic loved by a legion of fans, is now available with a number of helpful extra features! Experience an epic adventure beyond imagination, culminating in the final battle to decide the fate of the planet. The world has fallen under the Dominion of the Shinra electric power company, a sinister Corporation that has monopolized the planet\'s very life force as Mako energy. In the urban megalopolis of Midgard, an anti-shinra rebel group calling themselves Avalanche have stepped up their campaign of resistance. Cloud strife, a former member of shinra\'s Elite soldier unit now turned mercenary, lends his aid to the rebels, Unaware that he will be drawn into an epic battle for the fate of the planet, while having to come to terms with his own lost past. The following extra features are included: - 3X speed mode - ability to turn battle encounters off - Battle enhancement mode final FANTASY VIII remastered this product is a remaster of FINAL FANTASY VIII, featuring multiple enhancements including additional options to customize your gameplay experience and difficulty, such as: - Battle assist options (HP, ATB gauge, and limit break boosts) - Game speed boost (X3) - no random encounters it is a time of War. The Republic of galbadia, under the influence of the Sorceress edea, mobilized its great armies against the other nations of the world. Squall and other members of Seed, an elite mercenary force, join hands with rinoa, a resistance Fighter, to fight against galbadia\'s tyrannical rule and to prevent edea from fulfilling her ultimate goal.', 21.84, NULL, NULL, 31.92, 'Final Fantasy VII-35905.jpeg', 'Final Fantasy VII-53737.jpeg', 'Final Fantasy VII-90413.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-22 01:04:33', '2024-02-22 01:04:33'),
(5289, 'SNOObear® 3-in-1 White Noise Lovey', 'hwXnqr1T0', 14, 'Designed by Dr. Harvey Karp, pediatrician, white noise guru, and author of the popular Happiest Baby and Happiest Toddler parent guides, SNOObear will be so much more than your tot’s trusted friend. This huggable cub is 3 innovative must-haves in one:\r\n\r\nResponsive white noise: Responds to your baby’s cries to keep them calm and happy longer. And you can take it on the go, thanks to its travel strap and removable white noise speaker box, which allows you to slip it into your diaper bag for an on-the-go helping hand.\r\nCuddly companion: Choose plush or woolly—or both! Tot’s love the different sensory experiences of these special, soothing textures.\r\nPlayful puppet: Built to entertain and soothe, SNOObear can help you teach little life lessons, like sharing and patience, during playtime.\r\nSNOObear plays the award-winning SNOO sounds, plus 3 new comforting rhythms for 30 or 60 minutes. And after SNOObear finishes, it “pays attention” for 3 more hours, ready to start playing again if your little bunny starts to fuss. SNOObear also has a strap to let you safely hang this sleepytime pal on the stroller or car seat when you’re out and about.\r\n\r\nWant a responsive, sleep-boosting white noise lovey for naps, nights, and outings? Want extra help with fussies, feeds, and diaper changes? Want a playtime puppet for…well, just for giggles? SNOObear is for you!', 50.95, NULL, NULL, 59.95, 'SNOObear® 3-in-1 White Noise Lovey-15427.jpeg', 'SNOObear® 3-in-1 White Noise Lovey-78528.jpeg', 'SNOObear® 3-in-1 White Noise Lovey-96511.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-22 01:12:08', '2024-02-22 01:12:08'),
(5290, 'Lola Convertible Crib', 'H77PAaisp', 14, 'When your baby starts outgrowing SNOO’s cozy embrace, you’ll want to make sure you have a crib that is as reliable as SNOO to rest their sleepy head. Our convertible Happiest Baby Lola™ Crib meets or beats all safety rules to offer parents the same peace of mind they love about SNOO. And the Lola Crib is a beautiful, high-end design that you will enjoy admiring every day from babyhood…all the way to the big-kid days!\r\n\r\nOur fearless leader, Dr. Harvey Karp, has racked up lots of impressive bragging rights when it comes to baby sleep! He’s the brains behind SNOO and the bestselling author of some of the world’s most beloved parenting books/videos: Happiest Baby on the Block and Happiest Toddler on the Block. Plus, he’s now Grandpa to his sweet grandbaby Lola.\r\n\r\nWhen Dr. Karp heard Lola was on the way, he and his wife and business partner Nina (aka Lola’s Grandma!) wanted to make a crib and toddler bed that parents could trust as much as SNOO—with an elegant, timeless design. So, they created The Lola Crib, a beautiful, convertible crib with the same obsession with safety and aesthetics that has made SNOO a new-parent must-have.\r\n\r\nOur crib is made from sustainable, 100% New Zealand Pine with hidden hardware and sealed with a non-toxic, water-based finish. Lola meets or exceeds all safety regulations and standards. Plus, four adjustable mattress heights allow parents to adapt the Lola Crib as their little ones get bigger (and braver…and bouncier!). As your child grows, Lola’s Conversion Kit makes it simple to give your tyke the “big kid” independence they crave.\r\n\r\nLola Crib’s smart design—complete with its modern lines and sleekly hidden hardware—will be a part of your little one’s environment, as well as the memories that will give you joy for many years to come!', 700.00, NULL, NULL, 795.00, 'Lola Convertible Crib-44637.jpeg', 'Lola Convertible Crib-12956.jpeg', 'Lola Convertible Crib-36008.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 01:16:18', '2024-02-22 01:16:18'),
(5291, 'Cobra Kai 2', 'qfRq9ey27', 16, 'Cobra Kai 2: Dojos Rising, Nintendo Switch', 16.49, NULL, NULL, 49.99, 'Cobra Kai 2-94485.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-22 01:18:44', '2024-02-22 01:18:44'),
(5292, 'Super Crazy Rhythm', 'AIeUn35Eh', 16, 'Super Crazy Rhythm Castle XBX', 19.99, NULL, NULL, 39.99, 'Super Crazy Rhythm-86321.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-22 01:22:50', '2024-02-22 01:22:50'),
(5293, 'Nautilus® 65 3-in-1 Harness Booster Car Seat', 'ytV2lp20H', 14, 'Graco\'s top-rated Nautilus® 65 3-in-1 harness booster can be used from toddler to youth, keeping your growing child safe. It secures your child in a 5-point harness from 22-65 lb, converts to a belt-positioning booster from 30-100 lb, and becomes a backless booster seat from 40-100 lb. Its Simply Safe™ Adjust harness allows you to adjust the harness and headrest together as your child grows, with no time-consuming rethreading. You\'ll appreciate the strength of the steel-reinforced frame, 3-position recline for comfort and fit while your little passenger enjoys a personal cup holder and storage compartment.\r\nOne-hand, 5-position adjustable headrest grows with your child\r\nEPS, energy-absorbing foam for effective impact management\r\nContoured armrests with cup holder and storage pockets\r\nOpen-loop belt guides help properly position your vehicle’s seat belt\r\nSeat pad, harness, and buckle covers are comfortable and machine-washable\r\nEngineered & crash tested to meet or exceed US standard FMVSS 213\r\nRigorously crash tested to meet or exceed US safety standards\r\nBe sure to check your local and state laws, as well as AAP and NHTSA recommendations, for car seat usage\r\nIn addition to meeting or exceeding all applicable US safety standards, the Nautilus® 65 has been side-impact tested for occupant retention solely with the built-in 5-point harness system', 105.99, NULL, NULL, 132.99, 'Nautilus® 65 3-in-1 Harness Booster Car Seat-66593.jpeg', 'Nautilus® 65 3-in-1 Harness Booster Car Seat-58149.jpeg', 'Nautilus® 65 3-in-1 Harness Booster Car Seat-73688.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 01:26:35', '2024-02-22 01:26:35'),
(5294, 'Nespresso VertuoPlus Deluxe by De\'Longhi with Aeroccino Milk Frother, Classic Black', '8WHSRjbGS', 14, 'Vertuo Plus Deluxe coffee machine conveniently makes four cup sizes, Coffee (5 o.z. and 8 o.z.), Espresso & Double Espresso, all at the touch of a button.\r\n\r\nThe Nespresso VertuoPlus Deluxe machine offers a full range of coffee pods, from an intense espresso to a large coffee mug, all at the touch of a button and with a smooth crema.\r\nPaired with the Aeroccino3 milk frother to create smooth hot or cold milk froth for your coffee recipes like cappuccino and latte with one touch\r\nVersatile cup sizes: Brews 4 coffee sizes: espresso, double espresso, coffee (5 oz. and 8 oz.)\r\nPerfect in cup result every time: Freshly brewed coffee, with naturally formed crema and full bodied coffee.\r\nHigh convenience and flexibility: Simple and convenient 1 button preparation, moveable water tank as well as automatic coffee pod ejection and electrical opening and closing.\r\nElegant: Larger water tank and coffee pod container, as well as chromed details.\r\nIncludes Aeroccino milk frother\r\nDimensions: 5.51\"W x 14.72\"D x 12.44\"H\r\nNespresso Capsules\r\nManufacturer\'s 1-year limited warranty\r\nExplore the coffee machine buying guide\r\nImported', 270.88, NULL, NULL, 327.00, 'Nespresso VertuoPlus Deluxe by De\'Longhi with Aeroccino Milk Frother, Classic Black-92909.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 01:27:39', '2024-02-22 01:27:39'),
(5295, 'Archetype Arcadia', 'qOtRmhjko', 16, 'Archetype Arcadia - PlayStation 4', 19.99, NULL, NULL, 32.39, 'Archetype Arcadia-71309.jpeg', NULL, NULL, 'Video games', 2.5, NULL, 1, '2024-02-22 01:28:04', '2024-02-22 01:28:04'),
(5296, 'Gears 5', 'gLsrUbC19', 16, 'Gears 5 - Xbox One', 9.99, NULL, NULL, 50.00, 'Gears 5-45287.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-22 01:31:44', '2024-02-22 01:31:44'),
(5297, 'Caraway Home Non-Stick Fry Pan', 'tX8NWlcRr', 14, 'Cook healthy, breathe easy with nonstick cookware that\'s beautiful, high-performing and refreshingly free of harmful coatings. Caraway Cookware combines an aluminum core with a natural ceramic nonstick finish. The ultra-slick surface cooks evenly and releases food effortlessly. No caked-on mess means simple cleanup. While old nonstick pans may be made with PTFE - and release toxins into the air with each use - the Caraway Fry Pan contains no worrisome chemicals. Oven-safe up to 550°F, Caraway pieces work with gas, electric and induction stovetops. \r\n\r\nTo preserve its natural nonstick coating, we recommend using with only wood, silicone, plastic or nylon utensils.\r\nMade of aluminum with steel handle; coated with natural ceramic, an easily renewable resource\r\nContains no PTFE, lead, cadmium or other harmful materials\r\nNonstick surface heats evenly and cooks with minimal oil and butter\r\nHand wash with nonabrasive sponge or dishcloth', 95.28, NULL, NULL, 109.00, 'Caraway Home Non-Stick Fry Pan-83826.jpeg', 'Caraway Home Non-Stick Fry Pan-51299.jpeg', 'Caraway Home Non-Stick Fry Pan-46955.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-22 01:32:24', '2024-02-22 01:32:24'),
(5298, '4Ever® DLX SnugLock® 4-in-1 Car Seat', 'gBQkwfEn7', 14, 'The Graco® 4Ever® DLX SnugLock® 4-in-1 Car Seat gives you 10 years of use with one car seat, and features SnugLock® technology. The best-selling 4Ever® you know and love now installs in less than one minute using vehicle seat belt or LATCH. The 4-in-1 car seat is comfortable for your child and convenient for you as it transitions from a rear-facing harness (4–40 lb) to forward-facing harness (22–65 lb) to highback belt-positioning booster (40–100 lb) to backless booster (40–120 lb). The No-Rethread Simply Safe Adjust™ Harness System allows you to adjust the height of the headrest and harness in one motion for just the right fit. Our easy installation SnugLock® technology works in rear- and forward-facing modes to get your seat installed in less than one minute. We included our push-button InRight™ LATCH, which provides an easy, one-second attachment with an audible click to help ensure secure installation. The easy-to-read level indicator helps to eliminate installation guesswork, and the 6-position recline smoothly adjusts to help with installation and keeps your child comfy. We included features for your comfort and convenience, like a machine-washable Rapid Remove™ cover for easy cleanup and rubberized fuss-free harness storage to hold the harness out of the way while your child gets in and out. The 2 easy-to-clean cup holders keep your child\'s drinks and snacks close at hand. Removable plush head and body inserts help to keep your infant feeling cradled and comfortable. Steel-reinforced frame provides strength and durability for years of use. The car seat is Graco® ProtectPlus Engineered™ to help protect in frontal, side, rear, and rollover crashes.\r\n6-position recline keeps your child comfy and helps for a better installation\r\nPush-button InRight LATCH provides an easy, one-second attachment with an audible click to help ensure secure installation\r\nRapid Remove cover removes in 60 seconds, without uninstalling the seat or removing the harness, and is machine washable for easy cleaning\r\nRubberized fuss-free harness storage pockets hold the harness out of the way, with a no-slip grip to get baby in and out\r\nHarness storage compartment keeps the harness safely stored while in belt-positioning booster mode\r\nSteel-reinforced frame provides strength and durability for 10 years of use\r\nEasy-to-read level indicator helps eliminate installation guesswork\r\n2 easy-to-clean cup holders keep your child\'s drinks and snacks close at hand\r\nRemovable, plush head and body inserts help to keep your infant feeling cradled and comfortable\r\nEPS, energy-absorbing foam for effective impact management\r\nMeets or exceeds the child restraint criteria for a frontal crash test under the US FMVSS 213\r\nSide-impact tested for occupant retention with the built-in 5-point harness system\r\nRear-impact tested based on the European Rear-Impact Crash Pulse', 200.00, NULL, NULL, 299.00, '4Ever® DLX SnugLock® 4-in-1 Car Seat-76242.jpeg', '4Ever® DLX SnugLock® 4-in-1 Car Seat-32807.jpeg', '4Ever® DLX SnugLock® 4-in-1 Car Seat-95514.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 01:35:12', '2024-02-22 01:35:12'),
(5299, 'Persona 5 Strikers', 'QxrdtVXID', 16, 'Persona 5 Strikers, SEGA, Nintendo Switch', 19.93, NULL, NULL, 59.99, 'Persona 5 Strikers-12140.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-22 01:37:54', '2024-02-22 01:37:54'),
(5300, 'Signature Enameled Cast Iron 5-Piece Cookware Set', 'qsW016ZYO', 14, 'The Signature Enameled Cast Iron 5-Piece Cookware Set features our best selling enameled cast iron pots and pans, including our iconic Dutch oven and highly-rated signature skillet. Whether just starting to build your Le Creuset collection or adding to an existing collection, this set is the perfect place to start. It also makes an exceptional gift for weddings, showers, housewarming and for the person who loves to cook and entertain.\r\n\r\nIndividually crafted by French artisans from the finest quality materials since 1925, Le Creuset enameled cast iron cookware is beloved for its perfected design and exceptional heat retention that produces superior results from stove to oven to table. Designed for generations of durability, the easy-to-clean porcelain enamel requires no seasoning, minimizes sticking and is dishwasher-safe.\r\n\r\nSet includes: 5 1/2 qt. round Dutch oven, 1 3/4 qt. signature saucepan and 9\" signature skillet.', 574.05, NULL, NULL, 820.00, 'Signature Enameled Cast Iron 5-Piece Cookware Set-70960.jpeg', 'Signature Enameled Cast Iron 5-Piece Cookware Set-87003.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 01:40:58', '2024-02-22 01:40:58'),
(5301, 'Zest 4-in-1 Folding High Chair - Seasalt', 'yi8nNr3mE', 14, 'Add a Little Zest to Mealtime (and Playtime)\r\nEnjoy the essence of mealtime with the simplicity of the Chicco Zest™ 4-in-1 Folding High Chair. This multi-use chair grows with your child from their first bites through their favorite big kid activities. With a minimalist design and smooth lines, the one-piece seat shell is a breeze to clean.\r\n\r\nMulti-Use Versatility\r\nThe Chicco Zest™ offers the convenience of a standard table height high chair with a wipeable seat, 5-point harness and BPA-free removable tray. The removable leg extensions create a low-to-ground feeding chair or a perfect toddler-sized chair with the removal of the harness and tray. As your child gets older, the high chair also converts into a sturdy, table height youth stool.\r\n\r\nWeighing under 10 pounds, its lightweight design and small footprint make Zest™ easy to move around the kitchen or different parts of the house. When not in use, the high chair folds compactly and features space-saving tray storage on the rear legs.\r\n\r\n4-in-1 Multi-Use High Chair: High Chair, Feeding Chair, Toddler Chair, Youth Stool\r\nContemporary styling with smooth lines and minimalist design\r\nUltra-lightweight and compact, easy to move around the kitchen\r\nSleek, one-piece seat is easy to wipe clean\r\nCompact fold with space-saving tray storage on rear legs\r\nBPA-free removable tray\r\nRemove the lower leg sections to create a low chair that can be used for snacking or play\r\nRemove the lower leg sections, the tray and the harness to convert to a toddler chair\r\nRemove the tray and the harness to convert the high chair to a sturdy youth stool', 50.99, NULL, NULL, 69.99, 'Zest 4-in-1 Folding High Chair - Seasalt-73923.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-22 01:42:42', '2024-02-22 01:42:42'),
(5302, 'Formula Retro Racing: World Tour', 'tfCB28Ts2', 16, 'Formula Retro Racing: World Tour - Special Edition for Playstation 5', 19.99, NULL, NULL, 30.00, 'Formula Retro Racing: World Tour-61117.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-22 01:44:53', '2024-02-22 01:44:53'),
(5303, 'Essentials Collection 6-Pc. Knife Set', 'aGBVcN1o1', 14, 'A sleek contemporary look in lasting stainless steel, this set of prep-work essentials from BergHoff gets your collection off to a great start. A wooden block keeps them handy on the counter.\r\n\r\nDurable stainless steel blades are hand sharpened\r\nErgonomic hollow handles for a safe, secure grip\r\nSet includes:\r\n3.5\" paring knife\r\n5\" utility knife\r\n8\" carving knife\r\n8\" bread knife\r\n8\" chef\'s knife\r\nStorage block\r\nManufacturer\'s limited lifetime warranty\r\nStainless steel; block: wooden\r\nHand wash\r\nImported', 170.00, NULL, NULL, 198.88, 'Essentials Collection 6-Pc. Knife Set-25196.jpeg', 'Essentials Collection 6-Pc. Knife Set-94450.jpeg', 'Essentials Collection 6-Pc. Knife Set-30135.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-22 01:46:03', '2024-02-22 01:46:03'),
(5304, 'Wo Long Fallen Dynasty', 'zrKpGigWZ', 16, 'Wo Long: Fallen Dynasty - Xbox Series X', 23.99, NULL, NULL, 59.99, 'Wo Long Fallen Dynasty-58971.jpeg', NULL, NULL, 'Video games', 4.5, NULL, 1, '2024-02-22 01:50:25', '2024-02-22 01:50:25'),
(5305, 'Story of Seasons', 'BvsYBDx8a', 16, 'Story of Seasons: A Wonderful Life - Xbox Series X', 17.99, NULL, NULL, 29.99, 'Story of Seasons-78032.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-22 01:54:17', '2024-02-22 01:54:17'),
(5306, 'WonderFold W4 Luxe Multifunctional Quad (4 Seater) Stroller Wagon - Volcanic Black', '9wClZUhug', 14, 'WonderFold W4 Luxe Multifunctional Quad (4 Seater) Stroller Wagon - Volcanic Black', 400.00, NULL, NULL, 799.00, 'WonderFold W4 Luxe Multifunctional Quad (4 Seater) Stroller Wagon - Volcanic Black-45425.jpeg', 'WonderFold W4 Luxe Multifunctional Quad (4 Seater) Stroller Wagon - Volcanic Black-97376.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-22 01:56:57', '2024-02-22 01:56:57'),
(5307, 'One Piece Odyssey', 'rnpTfHrtO', 16, 'One Piece Odyssey - PlayStation 4', 20.99, NULL, NULL, 29.99, 'One Piece Odyssey-31540.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-22 01:56:58', '2024-02-22 01:56:58'),
(5308, 'Train Valley', '8QayDuq6B', 16, 'Train Valley Collection Deluxe Edition for Playstation 4', 39.99, NULL, NULL, 59.99, 'Train Valley-76342.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-22 02:05:52', '2024-02-22 02:05:52'),
(5309, 'On The Go 3-in-1 Frame Stroller with Reversible Toddler Seat', 'dM1TpNd2l', 14, '3-In-1 Design\r\nCompact Design– Fit in the overhead bin\r\nOne-Click Reversible Seat\r\nBreathable mesh seat\r\nReclinable Seat - 3 positions\r\nAdjust Handle Bar – 3 positions\r\nRemovable 360 swivel front bar\r\n5-Point Harness\r\nAll-Wheel Suspension\r\nOne-Step Linked Parking Brakes\r\nStorage basket\r\nFolded Dimensions: L27 x W19 x H9 inches\r\nUnfolded Dimensions: L43 x W43 x H21 inches\r\nStroller Frame Weight: 8.5 lb\r\nStroller Seat Weight: 7 lb\r\nWeight Limit: 55 lb', 150.99, NULL, NULL, 169.99, 'On The Go 3-in-1 Frame Stroller with Reversible Toddler Seat-35611.jpeg', 'On The Go 3-in-1 Frame Stroller with Reversible Toddler Seat-33040.jpeg', 'On The Go 3-in-1 Frame Stroller with Reversible Toddler Seat-38407.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 02:12:41', '2024-02-22 02:12:41'),
(5310, 'Plain Silk Pillow + Innovative Cover One Cover From Pregnancy To Nursing Super Soft/Cooling Washable Fabric Maximum Support and Stress Reliever Breast Feeding Support Newborn Lounger Baby’s Best Learning Buddy', 'CffWEEVBI', 14, 'Plain Silk Pillow + Innovative Cover\r\nOne Cover From Pregnancy To Nursing\r\nSuper Soft/Cooling Washable Fabric\r\nMaximum Support and Stress Reliever\r\nBreast Feeding Support\r\nNewborn Lounger\r\nBaby’s Best Learning Buddy', 60.99, NULL, NULL, 69.99, 'Plain Silk Pillow + Innovative Cover One Cover From Pregnancy To Nursing Super Soft/Cooling Washable Fabric Maximum Support and Stress Reliever Breast Feeding Support Newborn Lounger Baby’s Best Learning Buddy-17643.jpeg', 'Plain Silk Pillow + Innovative Cover One Cover From Pregnancy To Nursing Super Soft/Cooling Washable Fabric Maximum Support and Stress Reliever Breast Feeding Support Newborn Lounger Baby’s Best Learning Buddy-70599.jpeg', 'Plain Silk Pillow + Innovative Cover One Cover From Pregnancy To Nursing Super Soft/Cooling Washable Fabric Maximum Support and Stress Reliever Breast Feeding Support Newborn Lounger Baby’s Best Learning Buddy-24481.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 02:17:41', '2024-02-22 02:17:41'),
(5311, 'CPK-17 PerfecTemp 1.7L Electric Kettle', 'WDQYLNIJe', 14, 'Break free from the stove with a cordless kettle that steeps tea to its optimal temperature for a blend bursting with undiscovered full flavor and maximum healthful benefits. The PerfecTemp cordless kettle features six preset temperatures catered to some of the most popular teas and has a keep warm function that maintains your chosen temperature for 30 minutes so you can enjoy each hot cup. Model CPK-17.\r\n\r\n1.7 liter capacity with 1500 watts for fast heat-up\r\nMemory feature lets kettle lift off base for two minutes without shutting off or losing place in brewing process\r\nBlue backlit water window and stay-cool nonslip handle\r\nAuto shutoff and boil dry protection; removable easy-to-clean filter\r\nApprox. dimensions: 8.8\"L x 6.1\"W x 9.75\"H\r\n3-year limited warranty\r\nThis product contains aluminum, nickel, chromium, manganese, iron and phosphorus and zinc\r\nFor more information about chemicals in this product visit: https://shop.cuisinart.com/chemical-disclosure\r\nImported', 99.95, NULL, NULL, 109.00, 'CPK-17 PerfecTemp 1.7L Electric Kettle-99261.jpeg', 'CPK-17 PerfecTemp 1.7L Electric Kettle-27420.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 02:18:30', '2024-02-22 02:18:30'),
(5312, 'Feed Me 3-in-1 Dining Booster Seat', 'TrxNKON6v', 14, '3-In-1 Design\r\nSpace Saver – Three steps folding\r\nSwivel Tray – Double BPA free dishwasher safe tray\r\nSuper Sturdy - Alloy steel Z-Shape design with anti-slip feet\r\n4-Level Height Adjustment\r\n3 Point Safety Harness\r\nChild-proof Tray Lock\r\nCenter Safety Bar\r\nFrom Baby to toddler(under 33 lb)\r\nProduct Dimensions: L15 x W7 x H17 in\r\nProduct Weight: 7 lb', 60.99, NULL, NULL, 79.99, 'Feed Me 3-in-1 Dining Booster Seat-75848.jpeg', 'Feed Me 3-in-1 Dining Booster Seat-45812.jpeg', 'Feed Me 3-in-1 Dining Booster Seat-25276.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 02:22:40', '2024-02-22 02:22:40'),
(5313, 'Victorian 3.40 CTW Diamond No Heat Burma Ruby 18 Karat Gold Three Stone Ring GIA', 'kdO33W0M7', 13, 'Centering an old mine cut diamond weighing approximately 1.11 carats - J color with VS2 clarity Prong set and flanked east to west by two prong set cushion cut rubies  Weighing approximately 2.19 carats total - transparent medium red in color Natural Burmese in origin with no indications of heat treatment  Accented by rose cut diamonds bead set in between and at shoulders Weighing approximately 0.10 carat total - eye clean and bright Featuring a pierced swirl motif profile  Tested as 18 karat gold  Circa: 1880s Ring size: 6 3/4 and sizable Measures north to south 7.5 mm and sits 5.0 mm high Total weight: 5.5 grams', 23750.00, NULL, NULL, 24750.00, 'Victorian 3.40 CTW Diamond No Heat Burma Ruby 18 Karat Gold Three Stone Ring GIA-72831.jpeg', 'Victorian 3.40 CTW Diamond No Heat Burma Ruby 18 Karat Gold Three Stone Ring GIA-41490.jpeg', 'Victorian 3.40 CTW Diamond No Heat Burma Ruby 18 Karat Gold Three Stone Ring GIA-52610.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-22 02:23:22', '2024-02-22 02:23:22'),
(5314, 'Breville Stainless Steel No-Mess Waffle Round Waffle Maker', '0CLPBijpA', 14, 'We elevated the subtle art of waffle making by directly addressing its only trouble spot: batter splatter. The circular moat catches and cooks excess batter, keeping it in all in play. Browning control lets you choose from light and fluffy to crispy.', 149.95, NULL, NULL, 198.00, 'Breville Stainless Steel No-Mess Waffle Round Waffle Maker-82168.jpeg', 'Breville Stainless Steel No-Mess Waffle Round Waffle Maker-51574.jpeg', 'Breville Stainless Steel No-Mess Waffle Round Waffle Maker-17248.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 02:25:27', '2024-02-22 02:25:27'),
(5315, 'Breville The Smart Kettle Luxe Kettle', 'Alkfvytfx', 14, '7 Cup Capacity\r\n5 Varietal Settings\r\nKeep Warm Button\r\nSoft Opening Lid\r\nLuxe Design\r\nBrushed Stainless Steel Finish', 199.95, NULL, NULL, 228.00, 'Breville The Smart Kettle Luxe Kettle-66940.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-22 02:27:46', '2024-02-22 02:27:46'),
(5316, 'Hug Me Plus 3-in-1 Bedside Bassinet', '43CejsZD4', 14, '3-In-1 Design\r\nLarge Bassinet Space with Mesh Panels\r\nTelescoping feet – enhanced stability\r\nHooks for secure attachment to the bed frame\r\nTool Free Assembly\r\nProduct Dimensions: L35 x W7 x H24 in\r\nProduct Weight: 26 lb', 160.99, NULL, NULL, 179.99, 'Hug Me Plus 3-in-1 Bedside Bassinet-28847.jpeg', 'Hug Me Plus 3-in-1 Bedside Bassinet-20329.jpeg', 'Hug Me Plus 3-in-1 Bedside Bassinet-14166.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 02:27:52', '2024-02-22 02:27:52'),
(5317, 'TIFFANY & Co. Elsa Peretti Platinum Diamond Band Ring 6.5', 'srhJ6cSBO', 13, 'TIFFANY & Co. Elsa Peretti Platinum Diamond Band Ring 6.5  Metal: Platinum  Size: 6.5  Band Width: 2.8mm Weight: 5.20 grams  Diamond: One round brilliant diamond, carat total weight .02 Hallmark: TIFFANY&Co. ©PERETTI PT950 Value: $1,350  Authenticity Guaranteed\r\nRead More\r\nDetails\r\nCreator\r\nElsa Peretti for Tiffany & Co.\r\nRing Size\r\n6.5 US, Not Resizable\r\n(Size Guide)\r\nMetal\r\nPlatinum\r\nStone\r\nDiamond\r\nStone Cut\r\nRound Cut\r\nPlace of Origin\r\nUnited States\r\nPeriod\r\n2010-', 750.00, NULL, NULL, 850.00, 'TIFFANY & Co. Elsa Peretti Platinum Diamond Band Ring 6.5-45888.jpeg', 'TIFFANY & Co. Elsa Peretti Platinum Diamond Band Ring 6.5-48556.jpeg', 'TIFFANY & Co. Elsa Peretti Platinum Diamond Band Ring 6.5-42060.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-22 02:29:59', '2024-02-22 02:29:59'),
(5318, 'Breville 4 Slice Smart Waffle Maker', 'XQ15dnIfj', 14, '4 Belgian Waffles Capacity\r\nNo-Mess Integrates Moat\r\nWaffle IQ\r\nThermal Pro Heating Optimization\r\nStorage Locking Latch\r\n5-Setting Browning Control Dial\r\nDie-Cast Aluminum Plates\r\nPFOA-Free Non-Stick Coating\r\nStainless Steel Finish', 219.95, NULL, NULL, 245.00, 'Breville 4 Slice Smart Waffle Maker-17090.jpeg', 'Breville 4 Slice Smart Waffle Maker-53581.jpeg', 'Breville 4 Slice Smart Waffle Maker-45498.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-22 02:31:08', '2024-02-22 02:31:08'),
(5319, '1890 Antique link Bracelet 60 ct Amethyst Seed Pearls Giilt Silver / 19cm / 21gr', 'jQdAlaFRr', 13, 'European bracelet of the finest quality. Ten oval-cut natural Amethyst stones accented with Seed Pearls (some with metallic luster) framed and chained in solid Gold - filled Silver. Neat claw settings. Set of Swedish hallmarks, 830, maker\'s initials, date code M6 / hand -made in 1890.  19 cm long closed. Weight: 21 grams  Amethysts are transparent, and show inclusions, fingerprints, and nebulosa, all 8 of gradual sizes ranging from ca. 16 mm x 12 mm / about 10 ct. to 12 mm x 10 mm / ca.5ct. Total weight about ca. 65 ct.  Finest used condition, all stones and claws intact and secure. No wear to the stones or gilding.Natural patina on metal. Secure V-lock under hidden stone, original security chain.', 1100.00, NULL, NULL, 1300.00, '1890 Antique link Bracelet 60 ct Amethyst Seed Pearls Giilt Silver / 19cm / 21gr-83512.jpeg', '1890 Antique link Bracelet 60 ct Amethyst Seed Pearls Giilt Silver / 19cm / 21gr-75140.jpeg', '1890 Antique link Bracelet 60 ct Amethyst Seed Pearls Giilt Silver / 19cm / 21gr-14675.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-22 02:32:47', '2024-02-22 02:32:47'),
(5320, 'NutriBullet Ultra', 'TACcukw57', 14, 'The Ultra takes the essence of the Nutribullet you know and love and advances it forward.\r\n\r\nFEATURES\r\nQuieter power. A 1200-watt motor makes the Ultra our most powerful single-serve blender. It\'s also our quietest, with a specialized design that produces lower-frequency sound.\r\nSleek silhouette. A streamlined profile takes up minimal space on the kitchen counter and brings innovative design into your home.\r\nBlending, illuminated. A glow interface illuminates two blending options as soon as your cup meets the power base. Choose the full circle for the automated smoothie cycle, or the pulse circle for hands-on control.\r\nSuperior blades. The Rapid Extractor Blade is equipped with a stainless-steel platform and titanium coating to increase longevity and reduce blending time. Each blade comes with a 5-year limited warranty.', 199.99, NULL, NULL, 230.00, 'NutriBullet Ultra-86299.jpeg', 'NutriBullet Ultra-93885.jpeg', 'NutriBullet Ultra-80325.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 02:36:12', '2024-02-22 02:36:12'),
(5321, 'Tiffany & Co. Return To Tiffany Mini Double Heart Tag Necklace Pink', 'geNqi5jgF', 13, 'The Tiffany & Co. Return To Tiffany Mini Double Heart Tag Necklace in Pink is a delicate and charming piece of jewelry that exudes elegance and sentiment. The necklace features a double heart pendant. The hearts are beautifully crafted from high-quality sterling silver, ensuring both durability and a brilliant shine. The pink enamel finish on the surface of the hearts adds a touch of color and playfulness to the design. The \"Return To Tiffany\" engraving on the heart tag is a signature element of the collection, symbolizing the timeless and iconic nature of Tiffany & Co. jewelry. The necklace hangs from a fine silver chain, which complements the delicate nature of the pendant. Its adjustable length allows you to wear it in the perfect position on your neckline. The piece is versatile and can be worn on various occasions. Whether you choose to wear it for a casual outing or a special event, the Tiffany & Co. Return To Tiffany Mini Double Heart Tag Necklace in Pink is sure to add a touch of sophistication and a pop of color to your ensemble.', 275.99, NULL, NULL, 295.99, 'Tiffany & Co. Return To Tiffany Mini Double Heart Tag Necklace Pink-16691.jpeg', 'Tiffany & Co. Return To Tiffany Mini Double Heart Tag Necklace Pink-10648.jpeg', 'Tiffany & Co. Return To Tiffany Mini Double Heart Tag Necklace Pink-41230.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-22 02:36:33', '2024-02-22 02:36:33'),
(5322, 'Cartier Gold Necklace', 'Ey8uDHWj5', 13, 'Circa 1960s, 18k, by Cartier. This chic 18k yellow gold necklace by Cartier features a unique modernist interpretation of their iconic anchor link motif. Brilliantly, designed and fabricated to Cartier\'s high standard, this flawless everyday necklace is in excellent condition.  Remark: “So sixties, so French, this uniquely stylish accessory is perfect for any moment of Fashion.”   SIZE: 18 inches long   WEIGHT: 39.2 grams   STONES: None  HALLMARKS: Cartier, 750 for 18k, and registration number 935466  STOCK NUMBER: 25355', 6800.00, NULL, NULL, 7000.00, 'Cartier Gold Necklace-96692.jpeg', 'Cartier Gold Necklace-38822.jpeg', 'Cartier Gold Necklace-48378.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-22 02:39:03', '2024-02-22 02:39:03'),
(5323, 'Fight Forever', 'Pd9lr2J1P', 16, 'AEW: Fight Forever - PlayStation 5', 28.22, NULL, NULL, 59.99, 'Fight Forever-61594.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-22 02:41:50', '2024-02-22 02:41:50'),
(5324, 'Antique Russian O.F. Kurlukov Egg Enamel Pendant 56 Gold 14K Silver/3.89gr', 'IwMicIYvX', 13, 'Antique miniature Passover Egg pendant made in Imperial Russia between years 1884 - 1916.  Body in Silver finished with fine translucent Guilloche Lavender toned Enamel and mounted on 14K Gold hanger.  Guilloché is a decorative technique in jewelry making, when the surface of an object is mechanically engraved with a repetitive pattern.  The piece is modeled in 84 0r 88 zolotnik Silver, hanger parts modeled in 56 zolotnik Gold.  Bail hallmarked with fragmented Russian Imperial 56 assayers mark , likely ЯЛ / Яков Лепунов , active 1889 - 1903.  Maker\'s hallmarks \" OK \" of / Курлюков Орест Федорович / Kurlukov Orest Fedorovitch , owner of once famous workshop in Moscow that produced items of finest quality in Gold and Silver between 1884 -1916.  Length of the egg including the hanger 23mm / or without 16 mm x Ø 10 mm at widest.   Weight : 3.89 grams', 1800.99, NULL, NULL, 2000.00, 'Antique Russian O.F. Kurlukov Egg Enamel Pendant 56 Gold 14K Silver/3.89gr-55193.jpeg', 'Antique Russian O.F. Kurlukov Egg Enamel Pendant 56 Gold 14K Silver/3.89gr-38725.jpeg', 'Antique Russian O.F. Kurlukov Egg Enamel Pendant 56 Gold 14K Silver/3.89gr-71001.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-22 02:42:49', '2024-02-22 02:42:49'),
(5325, 'BABY ARRIVAL GIFT SET', 'Cb32Uaezc', 14, 'In addition to diapers and wipes, this box of Honest product samples has all the baby essentials your little bundle of joy needs!\r\n\r\nEach Gift Set Inludes:\r\nSize 1 Diapers (7 pieces) – ultra-soft, super-absorbent, gentle, safe, and disposable diapers\r\nBaby Wipes (2 packs of 10 ct.) – plant-based baby wipes with over 99% water in the perfect travel size\r\nShampoo + Body Wash – Lavender (10 fl. oz.) – made with naturally derived ingredients and designed to gently cleanse, moisturize & nourish\r\nFace + Body Lotion – Lavender (8.5 fl. oz.) – Made with a blend of lavender essential oils and chamomile\r\nHand Sanitizer Spray, Free & Clear (2 fl. oz.) – kills 99.9% of germs and bacteria\r\nOrganic All-Purpose Balm (0.75 oz.) – all-purpose ointment for dry, rough, sensitive skin\r\nDiaper Rash Cream (2.5 oz.) – forms a protective layer on baby\'s skin to soothe irritated skin due to diaper rash', 50.99, NULL, NULL, 59.99, 'BABY ARRIVAL GIFT SET-97042.jpeg', 'BABY ARRIVAL GIFT SET-59032.jpeg', 'BABY ARRIVAL GIFT SET-17724.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-22 02:43:46', '2024-02-22 02:43:46');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5326, 'Signature Enameled Cast Iron 5.5 Qt. Round Dutch Oven', 'PFVZMhgC5', 14, 'The iconic Le Creuset Dutch oven is indispensable in the kitchens of home cooks and professional chefs alike. Expertly crafted from enameled cast iron, the everyday versatility of the Dutch oven makes it ideal for everything from slow-cooking and braising to roasting, baking, frying and more. Individually crafted by French artisans from the finest quality materials since 1925, the Le Creuset Dutch oven is beloved for its perfected design and exceptional heat retention that locks in moisture and flavor to produce superior results from stove to oven to table. Designed for generations of durability, the easy-to-clean vibrant porcelain enamel requires no seasoning, minimizes sticking and is dishwasher-safe.\r\n\r\nClassic styling and an advanced sand-colored interior that has a great resistance to wear and tear\r\nLarge composite knob withstands temperatures up to 480ºF\r\nColorful, long-lasting exterior enamel resists chipping and cracking\r\nHandles are 45% larger for even greater control and a sure grip—even with oven mitts!\r\nSecure lid specialized to circulate steam and hold moisture with stabilizers to prevent rocking and sliding\r\nDishwasher safe; hand wash recommended\r\nLightest weight cast iron by quart on the market\r\nWeight - 11.5 lbs.\r\nMeasures 11\" x 13.9\" x 6.9\"\r\nAs featured in Oprah\'s Favorite Things 2014\r\nEligible for Free Shipping!\r\nMade in France', 419.95, NULL, NULL, 486.00, 'Signature Enameled Cast Iron 5.5 Qt. Round Dutch Oven-37032.jpeg', 'Signature Enameled Cast Iron 5.5 Qt. Round Dutch Oven-39011.jpeg', 'Signature Enameled Cast Iron 5.5 Qt. Round Dutch Oven-56229.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 02:43:46', '2024-02-22 02:43:46'),
(5327, 'Fight Forever', 'hnneJ7A9U', 16, 'AEW: Fight Forever - PlayStation 5', 28.22, NULL, NULL, 59.99, 'Fight Forever-40603.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-22 02:45:38', '2024-02-22 02:45:38'),
(5328, 'Audemars Piguet Royal Oak Concept \'Black Panther\' Flying Tourbillon 26620IO.OO', 'k9JkPEcfU', 13, 'The futuristic style of this limited edition Audemars Piguet Royal Oak Concept is inspired by Marvel\'s Black Panther\'s cutting-edge costume. The hand-painted 3D representation of the Super Hero is revealed when the sandblasted titanium casing with black ceramics is opened. It features a sandblasted titanium case with titanium inserts, glare-proofed sapphire crystal and caseback, and a black ceramic bezel and crown. The diameter measures 42mm and the dial has a hand-painted white gold 3D Black Panther character, a purple inner bezel, and white gold Royal Oak hands with luminescent coating. This timepiece comes on a purple rubber strap with a titanium AP folding clasp.  *Limited Edition of 250 pieces. *This watch has been polished and is in like new condition.  Reference Number 26620IO.OO.D077CA.01 Model Royal Oak Concept \'Black Panther\' Flying Tourbillon Movement Manual Winding Case Material Black Ceramic / Sandblasted Titanium Bracelet Material Purple Rubber Dial Hand-painted White Gold Case Diameter 42mm Year 2021 Condition Pre-owned (polished, like new) Original box, original papers', 345265.00, NULL, NULL, 350265.00, 'Audemars Piguet Royal Oak Concept \'Black Panther\' Flying Tourbillon 26620IO.OO-89399.jpeg', 'Audemars Piguet Royal Oak Concept \'Black Panther\' Flying Tourbillon 26620IO.OO-51108.jpeg', 'Audemars Piguet Royal Oak Concept \'Black Panther\' Flying Tourbillon 26620IO.OO-81980.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-22 02:47:27', '2024-02-22 02:47:27'),
(5329, 'Padova Healthy Ceramic Nonstick Cookware Set, 10 Piece', 'CDILHs7HD', 14, 'Performance gets a chic and colorful look in the GreenPan Padova Ceramic Cookware Collection. This 10-piece set includes a range of essential pots and pans, all with durable, scratch-resistant bodies and GreenPan\'s signature Healthy Ceramic nonstick coatings for lasting performance.\r\n\r\nSet includes:\r\n8\" frypan\r\n11\" frypan\r\n2-qt. saucepan with lid\r\n3-qt. saucepan with lid\r\n3-qt. sauté pan with lid\r\n5-qt. casserole with lid\r\nHard anodized aluminum construction for even heat distribution and scratch resistance\r\nGreenPan\'s signature healthy ceramic nonstick coating is perfect for frying, searing, and braising while easily wiping clean.\r\nMatte stainless steel gold-tone handles\r\nDurable glass lids let you keep an eye on your meals\r\nManufactured without the use of PFAS, PFOA, lead or cadmium\r\nCompatible with all cooktops except induction. Cookware is oven safe to 600°F; lids to 425°F\r\nManufacturer\'s limited lifetime warranty\r\nHard-anodized aluminum/stainless steel/glass\r\nDishwasher safe\r\nImported', 534.12, NULL, NULL, 600.00, 'Padova Healthy Ceramic Nonstick Cookware Set, 10 Piece-50062.jpeg', 'Padova Healthy Ceramic Nonstick Cookware Set, 10 Piece-34544.jpeg', 'Padova Healthy Ceramic Nonstick Cookware Set, 10 Piece-41034.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 02:50:46', '2024-02-22 02:50:46'),
(5330, 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet', '8RDhJig9O', 13, 'SKU AT-2201 Comes With Box Only Date 2021 RRP £1,460 Incl taxes/1 670 € Incl taxes/$ 1,560 Model VCARN59K00 Serial Number JA****** Metal 18k Rose Gold Stones Carnelian Weight 1.85 g Length 18 cm Condition Excellent / Wear consistent with age and use', 1907.08, NULL, NULL, 1950.99, 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet-12723.jpeg', 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet-86769.jpeg', 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet-98329.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-22 02:52:23', '2024-02-22 02:52:23'),
(5331, 'Yaheetech Dining Chairs High Back PU Leather Side Chairs Dining Living Room Chairs Upholstered Armless Chair with Metal Legs Home Kitchen Furniture Modern Set of 2, White, Welcome to consult', 'tqlIFq5Hm', 14, 'comfortable:%20ergonomic%20curved%20back%20and%20a%20soft%20padded%20seat%20provide%20day-long%20comfort%20without%20feeling%20back%20pains,%20so%20you%20will%20not%20feel%20tired%20even%20after%20long-time%20sitting;%20good%20quality%20PU%20leather%20seat%20really%20feel%20soft%20when%20you%20sit%20on%20it.%0AHigh%20Quality%3A%20the%20office%20chair%20is%20made%20of%20premium%20PU%20leather,%20sponge,%20electroplated%20iron,%20plywood,%20and%20non-woven%20fabric,%20and%20the%20legs%20are%20chrome-plated,%20sturdy%20and%20durable%20to%20use;%20solid%20chair%20is%20sturdy%20enough%20to%20hold%20up%20to%20135%20kg%20/%20297.6%20lb%0AEasy%20cleaning:%20The%20water-resistant%20PU%20leather%20surface%20can%20be%20easily%20wiped%20clean%20with%20a%20damp%20cloth%20and%20mild%20cleansers.%0AThoughtful:%20anti-scratch%20pad%20can%20can%20prevent%20accidental%20wear%20of%20the%20desk%20chair%20and%20can%20avoid%20scratching%20the%20floor%20and%20prevent%20sliding.%0AVersatile:%20dining%20chair%20is%20perfectly%20suitable%20for%20dinner,%20meeting,%20hotel,%20restaurants,%20wedding%20banquet,%20celebration,%20and%20other%20ceremonial%20decorations,%20can%20be%20used%20in%20dining%20room,%20kitchen,%20drawing%20room%20and%20office', 200.69, NULL, NULL, 225.69, 'Yaheetech Dining Chairs High Back PU Leather Side Chairs Dining Living Room Chairs Upholstered Armless Chair with Metal Legs Home Kitchen Furniture Modern Set of 2, White, Welcome to consult-99950.jpeg', 'Yaheetech Dining Chairs High Back PU Leather Side Chairs Dining Living Room Chairs Upholstered Armless Chair with Metal Legs Home Kitchen Furniture Modern Set of 2, White, Welcome to consult-34195.jpeg', 'Yaheetech Dining Chairs High Back PU Leather Side Chairs Dining Living Room Chairs Upholstered Armless Chair with Metal Legs Home Kitchen Furniture Modern Set of 2, White, Welcome to consult-96933.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-22 02:56:50', '2024-02-22 02:56:50'),
(5332, 'Chanel Brand New Classic Silver CC Baguette Crystal Brooch', '0TYFReYh0', 13, 'Chanel Brand New Classic Silver CC Baguette Crystal Brooch  *Marked 23 *Made in Italy *Comes with the original box, pouch, booklet, camellia flower and ribbon *Brand New  -It is approximately 1.5\" x 2\". -Very pretty and classic \r\n\r\nDimensions\r\nHeight: 1.5 in (38.1 mm)\r\nWidth: 2 in (50.8 mm)\r\nStyle\r\nArtisan', 1899.00, NULL, NULL, 2000.00, 'Chanel Brand New Classic Silver CC Baguette Crystal Brooch-39364.jpeg', 'Chanel Brand New Classic Silver CC Baguette Crystal Brooch-66756.jpeg', 'Chanel Brand New Classic Silver CC Baguette Crystal Brooch-14928.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-22 02:57:28', '2024-02-22 02:57:28'),
(5333, 'Smeg Retro Style 4x4 Slot Toaster', 'YR9mplkMt', 14, 'Retro-inspired style with a modern kick, this sleek toaster offers four large single compartments, two independent control panels, automatic slice pop up, and a removable stainless steel crumb tray. From Smeg.\r\nIncludes toaster with crumb tray and instructions\r\nStainless steel construction\r\nMeasures 13\" x 12\" x 8\"; Cord 39\"L\r\nUL listed\r\nImported', 299.95, NULL, NULL, 309.00, 'Smeg Retro Style 4x4 Slot Toaster-69754.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-22 02:59:00', '2024-02-22 02:59:00'),
(5334, 'Smeg Metallic 2-Slice Toaster', 'xGN2HAc6B', 14, 'Cool retro-inspired style with a modern twist, this two-slice toaster offers self-centering racks, automatic slice pop up, and a removable stainless steel crumb tray. From Smeg.\r\nIncludes toaster with crumb tray and instructions\r\nStainless steel and chrome construction\r\nMeasures 12\" x 8\" x 8\"; Cord 39\"L\r\nUL listed\r\nImported', 239.95, NULL, NULL, 285.00, 'Smeg Metallic 2-Slice Toaster-99832.jpeg', 'Smeg Metallic 2-Slice Toaster-41430.jpeg', 'Smeg Metallic 2-Slice Toaster-11966.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-22 03:02:51', '2024-02-22 03:02:51'),
(5335, 'The Lord of the Rings', 'EuRbEHKOo', 16, 'The Lord of the Rings: Gollum (PS5)', 18.86, NULL, NULL, 39.99, 'The Lord of the Rings-79275.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-22 03:07:43', '2024-02-22 03:07:43'),
(5336, 'Dimensions Height: 1.5 in (38.1 mm) Width: 2 in (50.8 mm) Style Artisan', 'mrCMnQUKy', 13, 'Russian Imperial period fine bangle in 84 Silver.  Main attraction here is a Flower measuring 17 mm x 14 mm with natural and untreated medium Blue colored Sapphire 8 mm x 6.5 mm x 5 mm ca.2 ct surrounded with 12 baguette cut Rubies 2.25 mm x 2 mm /0.045 ct / ca 0.45 ctw. Ornamental divided Black Enameling work and stamped ornamentations.  This bangle dates to ca. late XIX - early XX century. Hallmarked with Imperial period Russian 84 zolotniks silver marks used in late XIX early XX century before the Revolution of 1917, maker marks \"ЯР \". Second hallmark is a later (confirming ) 875 Worker\'s head used in Soviet Union after 1928, Saint Petersburg city hallmark. Original chain also has \"ЯР\" hallmarks of maker presumably, Розен Яков Михайлович / Rosen Iakov Mihailovich Silver&Goldsmith - the owner of jewelry workshop in St. Petersburg between 1898 -1917.   Measurements: the band is 22 mm wide; 63 m x 57 mm inside, will fit sizes M -L .Weight of the bracelet : 34 grams.', 3000.00, NULL, NULL, 3450.99, 'Dimensions Height: 1.5 in (38.1 mm) Width: 2 in (50.8 mm) Style Artisan-98623.jpeg', 'Dimensions Height: 1.5 in (38.1 mm) Width: 2 in (50.8 mm) Style Artisan-78118.jpeg', 'Dimensions Height: 1.5 in (38.1 mm) Width: 2 in (50.8 mm) Style Artisan-79233.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-22 03:08:37', '2024-02-22 03:08:37'),
(5337, '26 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP', 'MlRmSdTrN', 14, 'RAMBLER® 26 OZ WATER BOTTLE\r\nWITH COLOR-MATCHED STRAW CAP', 40.00, NULL, NULL, 56.00, '26 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-71347.jpeg', '26 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-10629.jpeg', NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-22 03:09:05', '2024-02-22 03:09:05'),
(5338, '1940s Paul Frankl Eight-Drawer Desk Art Deco Style By Johnson Furniture Co.', 'vDxacEOPS', 14, 'Rare Paul Frankl designed eight-drawer desk for the Johnson Furniture Co. of Grand Rapids, Michigan. Re-furbished and newly lacquered cork top, in a satin lacquer white finish.', 2000.00, NULL, NULL, 23000.00, '1940s Paul Frankl Eight-Drawer Desk Art Deco Style By Johnson Furniture Co.-53683.jpeg', '1940s Paul Frankl Eight-Drawer Desk Art Deco Style By Johnson Furniture Co.-77595.jpeg', '1940s Paul Frankl Eight-Drawer Desk Art Deco Style By Johnson Furniture Co.-60389.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-22 03:09:42', '2024-02-22 03:09:42'),
(5339, 'Luxe Fitness Tracker in Core Black with Graphite Black Wrist Band', '95ec6iSFv', 14, 'Meet Fitbit Luxe a fashion-forward fitness wellness tracker with the motivation to give your body and mind the healthy boost it deserves. A chic bracelet design, on-wrist tracking and in-app insights make Luxe the must-have wardrobe essential. Fitbit is part of the Google family.\r\n\r\nSee how jewelry gets smart with a tracker that doubles as a timeless accessory.\r\nMeasure and manage stress with a daily Stress Management Score, mindfulness sessions and more in the Fitbit app.\r\nGet better sleep to power your days with sleep tracking and Sleep Score in the Fitbit app.\r\nReach your target heart rate zones with Active Zone Minutes for more efficient workouts.\r\nMaximize your exercise, understand resting heart rate trends and better estimate calorie burn with 24/7 heart rate tracking.\r\nTune in to your body with health metrics like breathing rate, heart rate variability and more.\r\nEnjoy up to 5 days of battery without having to stop for a charge.', 99.95, NULL, NULL, 112.00, 'Luxe Fitness Tracker in Core Black with Graphite Black Wrist Band-83770.jpeg', 'Luxe Fitness Tracker in Core Black with Graphite Black Wrist Band-64682.jpeg', 'Luxe Fitness Tracker in Core Black with Graphite Black Wrist Band-64155.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-22 03:14:00', '2024-02-22 03:14:00'),
(5340, 'Clitoral Vibrator', 'rtatmQcsB', 16, '10 Speed Tongue licking sucking G - spot Clitoral Vibrator', 10.99, NULL, NULL, 39.99, 'Clitoral Vibrator-23980.jpeg', 'Clitoral Vibrator-69785.jpeg', 'Clitoral Vibrator-41235.jpeg', 'Toys and games', 5.0, NULL, 1, '2024-02-22 03:15:32', '2024-02-22 03:15:32'),
(5341, 'Alexandra Round Dining Table by Autonomous Furniture', 'jyXAtVwGv', 14, 'A dramatic round table featuring a thick blackened steel base. The curved conical base is meticulously curved and joined to create a virtual seamless connection, acting as a sculptural form. The 8-degree taper helps form depth and an intrinsic value to the piece. Designer Kirk Van Ludwig wanted the table balanced allowing for a person to sit on the end of the table without any movement, this was achieved through the use of 3/8” thickness and a large steel flange.  The Alexandra table is shown in Torched Oak with a slight silver onyx oil and wax finish and features our tapered B6 edge and signature brass coins, to complete the artful dining table.  Features: - Contemporary design of a round dining table contrasting the raw steel base with natural solid wood top.  - Torched Oak tabletop with a slight silver onyx oil and wax finish and placement of our signature brass coins.  - Designed by Kirk Van Ludwig, seven-time Designer of the Year finalist for Western Living magazine. A modern furniture aficionado.', 10000.00, NULL, NULL, 13000.00, 'Alexandra Round Dining Table by Autonomous Furniture-22402.jpeg', 'Alexandra Round Dining Table by Autonomous Furniture-65130.jpeg', 'Alexandra Round Dining Table by Autonomous Furniture-15633.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-22 03:18:08', '2024-02-22 03:18:08'),
(5342, 'Gin & Grace 14K Yellow Gold Genuine Aquamarine Ring with Diamonds for women', 'NDmJvGTzg', 13, NULL, 999.99, NULL, NULL, 1050.50, 'Gin & Grace 14K Yellow Gold Genuine Aquamarine Ring with Diamonds for women-38952.jpeg', 'Gin & Grace 14K Yellow Gold Genuine Aquamarine Ring with Diamonds for women-68015.jpeg', 'Gin & Grace 14K Yellow Gold Genuine Aquamarine Ring with Diamonds for women-72979.jpeg', 'Jewelry', 1.0, NULL, 1, '2024-02-22 03:20:14', '2024-02-22 03:20:14'),
(5343, 'Rechargeable Bullet', 'Wrz6EcehA', 16, 'Modes intense Clitoral G spot Vibrator minimum Rechargeable Bullet', 9.90, NULL, NULL, 49.99, 'Rechargeable Bullet-38858.jpeg', NULL, NULL, 'Toys and games', 3.5, NULL, 1, '2024-02-22 03:22:34', '2024-02-22 03:22:34'),
(5344, 'Ace 3 Activity Tracker for Kids', 'auizwXW6k', 14, 'Get kids moving and make fitness fun with Fitbit Ace 3. With activity and sleep tracking, fun challenges and up to 8 days of battery, Ace 3 motivates kids, friends and family to build healthy habits together. Fitbit Ace 3 makes tracking fun with a slim, comfy design and easy-to-use touchscreen. Fitbit is part of the Google family.\r\n\r\nBlack and Racer Red\r\n1 Year Limited Manufacturer Warranty\r\nMade in Viet Nam\r\nIncludes: Tracker and wrist band\r\nOne Size: 6.5\"x3.5\"x1\"\r\nA colorful, raised bumper protects the screen from kids\' daily bumps and tumbles.\r\nSync stats automatically to computers and most popular phones and tablets.\r\nKids can get on-wrist call notifications when their phones are nearby and in Kid View.\r\nParents create a child account where kids can see their stats, badges & clock faces in Kid View.\r\nParents must create a family account to see kids\' activity and approve connections in Parent View.', 79.95, NULL, NULL, 85.00, 'Ace 3 Activity Tracker for Kids-59184.jpeg', 'Ace 3 Activity Tracker for Kids-80494.jpeg', 'Ace 3 Activity Tracker for Kids-23900.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-22 03:23:52', '2024-02-22 03:23:52'),
(5345, 'Costway 1 PC Patio Folding Rattan Sling Chair Rocking Lounge Chaise', 'mbeeotInk', 14, 'Make your leisure time more peaceful and comfortable with our outdoor folding sling chair!\r\nDifferent from others, our beach chair is ergonomically designed with gentle rocking motion, allowing you to rock back and forth smoothly and quietly. While rocking, your arms can be put on the curved armrests. Moreover, the natural curve fits your body perfectly for maximum comfort. Hey, don\'t worry about the quality. We especially use the colorfast PE wicker and rustproof metal frame as the materials for outdoors. If you need to go back indoors, just fold this beach chair for easy storage.\r\n\r\n\r\n\r\nFeature\r\nColorfast and sun-protective mix gray PE wicker for outdoor durability\r\nHold up to 350 lbs max load thanks to the sturdy and anti-rust metal frame\r\nReinforced X-shaped structure and non-slip foot pads for extra stability\r\nRock back and forth for full relaxation and enjoyment\r\nMake you feel cozier with the ergonomic natural curve and metal armrests\r\nFoldable and portable design for easy storage and movement\r\nSuitable for porch, patio, poolside, backyard and beach, etc\r\nSimple assembly required\r\n\r\n\r\n\r\nSpecification\r\nColor of PE Rattan: Mix Grey\r\nMaterial: PE Rattan, Metal\r\nUnfolding Dimension: 42\'\' x 25.5\'\' x 31\'\' (L x W x H)\r\nSeat Height from the Ground: 16.5\'\'\r\nFolding Dimension: 51\'\' x 25.5\'\' x 9\'\' (L x W x H)\r\nNet Weight: 13 lbs\r\nWeight Capacity: 350 lbs\r\nPackage Includes:\r\n1 x Chair\r\n1 x Instruction', 50.99, NULL, NULL, 60.99, 'Costway 1 PC Patio Folding Rattan Sling Chair Rocking Lounge Chaise-86756.jpeg', 'Costway 1 PC Patio Folding Rattan Sling Chair Rocking Lounge Chaise-32222.jpeg', 'Costway 1 PC Patio Folding Rattan Sling Chair Rocking Lounge Chaise-30080.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-22 03:26:40', '2024-02-22 03:26:40'),
(5346, 'Versa 2 Black Elastomer Strap Touchscreen Smart Watch 39mm', 'C85izkjLN', 14, 'Fitbit designed this ultralight carbon-gray and black New Versa 2 smart watch with Amazon Alexa Built-in as the ultimate wearable for enhanced body awareness and unobtrusive connectivity. Fitbit is part of the Google family.\r\n\r\nTouchscreen display\r\nSmart watch movement\r\nSquare carbon-gray case; 39mm\r\nBlack elastomer strap\r\nBuckle closure\r\nWater resistant to 50 meters\r\n1-year limited warranty\r\nBuilt-in Amazon Alexa; Ask to start a workout\r\nGet notifications for calls, texts, calendar events and apps like Gmail and Facebook— plus send quick replies & voice answers right from your wrist.\r\nChoose from 15+ exercise modes to get real-time stats during your workouts—or let SmartTrack® automatically recognize and record your exercises.', 150.25, NULL, NULL, 189.00, 'Versa 2 Black Elastomer Strap Touchscreen Smart Watch 39mm-48527.jpeg', 'Versa 2 Black Elastomer Strap Touchscreen Smart Watch 39mm-63300.jpeg', 'Versa 2 Black Elastomer Strap Touchscreen Smart Watch 39mm-43622.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-22 03:27:21', '2024-02-22 03:27:21'),
(5347, 'Insertable dildos', 'wDrasx8wq', 16, 'G spot vibrator insertable dildos vibrator Clitoral stimulator', 5.99, NULL, NULL, 23.99, 'Insertable dildos-59043.jpeg', 'Insertable dildos-87954.jpeg', 'Insertable dildos-16963.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-22 03:30:24', '2024-02-22 03:30:24'),
(5348, 'Versa 3 Pink Clay Strap Smart Watch 39mm', '4alpwkN2V', 14, 'Meet Fitbit Versa 3, our most versatile smartwatch yet. We upgraded our best-selling Versa 2 smartwatch with new features for fitness and for life—built-in GPS and Active Zone Minutes, plus the ability to answer calls from your wrist. Fitbit is part of the Google family.\r\n\r\nMovement: Smart Watch\r\nCase: Square, Soft Gold Aluminum Alloy, 39mm\r\nStrap: Pink Clay Silicone with Aluminum Buckle Closure\r\nWater resistant to 50 meters\r\n1 Year Limited Manufacturer Warranty\r\nSet goals, get real-time stats and track runs, rides, swims and more with 20+ exercise modes.\r\nSleek, lightweight and swimproof with new flexible and comfortable infinity band.', 200.89, NULL, NULL, 210.00, 'Versa 3 Pink Clay Strap Smart Watch 39mm-95447.jpeg', 'Versa 3 Pink Clay Strap Smart Watch 39mm-33798.jpeg', 'Versa 3 Pink Clay Strap Smart Watch 39mm-95397.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-22 03:30:29', '2024-02-22 03:30:29'),
(5349, '14K Solid Gold Heart Ring Minimalist Dainty Ring Band Heart Ring Christmas Gift.', 'vYVSYiVa4', 13, '14K Solid Gold Heart Ring Minimalist Dainty Ring Band Heart Ring Christmas Gift. Base Metal: Yellow Gold Certification: 14K Hallmarked, IGI Metal: Yellow Gold Material: Natural Diamond, 14K Yellow Gold, Gemstone Band Width: 1 mm Total Carat Weight: 0.24 & Under Metal Purity: 14k\r\nRead More\r\nDetails\r\nCreator\r\nDiamond Jewelry by NST\r\nRing Size\r\n7 US, Resizable\r\n(Size Guide)\r\nMetal\r\nGold,14k Gold\r\nStyle\r\nArt Deco\r\nPlace of Origin\r\nIndia\r\nPeriod\r\n2010-\r\nDate of Manufacture\r\n2023\r\nCondition\r\nNew\r\nSeller Location\r\nChicago, IL\r\nReference Number\r\n1stDibs: LU3759221734052', 260.00, NULL, NULL, 285.99, '14K Solid Gold Heart Ring Minimalist Dainty Ring Band Heart Ring Christmas Gift.-68211.jpeg', '14K Solid Gold Heart Ring Minimalist Dainty Ring Band Heart Ring Christmas Gift.-67358.jpeg', '14K Solid Gold Heart Ring Minimalist Dainty Ring Band Heart Ring Christmas Gift.-50660.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-22 03:30:51', '2024-02-22 03:30:51'),
(5350, 'Costway 2pcs Patio Adjustable Chaise Lounge Chair Outdoor Wheeled - See Details', 'iCLFAfEZA', 14, 'Lie in the sunshine with our outdoor chaise lounge chair!\r\nAfter simple assembly, you can move this outdoor recliner to the desired place through smooth wheels. And then, just adjust the backrest to the most appropriate angle. The full flat position is provided as well. Now, it\'s time to lie on this recliner. The durable and wear-resistant fabric will make you feel comfortable. And the sturdy metal frame holds up to 400 lbs max load for strong support.\r\n\r\n\r\n\r\nFeature\r\nHeavy-duty metal frame for 400 lbs strong bearing capacity\r\nSturdy triangular structure and reinforced crossbars for additional stability\r\nHigh-quality fabric for breathability and fast drying\r\nMeet your different needs with 6-level adjustable backrest (5 positions and lay flat)\r\nKeep the flat position stable thanks to the hook and loop fastener\r\n2 smooth wheels for hassle-free movement\r\nAvoid scratching the floor with non-slip foot pads\r\nSuitable for poolside, patio, backyard and other places\r\nConvenient to assemble\r\n\r\n\r\n\r\nSpecification\r\nColor: Black and White\r\nMaterial: Fabric, Metal\r\nOverall Dimension: 79\'\' x 27\'\' x 12\'\'/29\'\'/33\'\'/36\'\'/39\'\'/41\'\' (L x W x H)\r\nSeat Height from the Ground: 12\'\'\r\nNet Weight: 80 lbs\r\nWeight Capacity: 400 lbs\r\nPackage Includes:\r\n2 x Outdoor Chaise Lounger\r\n1 x Instruction', 300.99, NULL, NULL, 353.99, 'Costway 2pcs Patio Adjustable Chaise Lounge Chair Outdoor Wheeled - See Details-96084.jpeg', 'Costway 2pcs Patio Adjustable Chaise Lounge Chair Outdoor Wheeled - See Details-53107.jpeg', 'Costway 2pcs Patio Adjustable Chaise Lounge Chair Outdoor Wheeled - See Details-74970.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-22 03:33:13', '2024-02-22 03:33:13'),
(5351, 'Inspire 2 Desert Rose Strap Smart Watch 19.5mm', '4I0Utqbx6', 14, 'Make healthy a habit with Fitbit Inspire 2, the easy-to-use fitness tracker with 24/7 heart rate, Active Zone Minutes, activity and sleep tracking, up to 10 days of battery and more. Fitbit is part of the Google family.\r\n\r\nMovement: Smart Watch\r\nCase: Rectangular, Desert Rose Plastic Resin, 19.5mm\r\nStrap: Desert Rose Silicone with Plastic Buckle Closure\r\nWater resistant to 50 meters\r\n1 Year Limited Manufacturer Warranty\r\nStay motivated by connecting with friends, competing in challenges, earning badges and celebrating goal milestones.\r\nGet calls, texts, calendar and smartphone app notifications right on your wrist.\r\nConnect Inspire 2 to your phone\'s GPS & see real-time pace and distance on your wrist.\r\nThe on-screen dashboard, intuitive touchscreen and backlit display make Inspire 2 easy to use and love.\r\nAutomatically track sleep, plus see your time spent in light, deep & REM sleep stages in the app.\r\nAutomatically record workouts like walks, swimming, bike rides and more with SmartTrack.\r\nTrack steps, calories burned, sleep and more right on your wrist with an on-screen dashboard.', 80.84, NULL, NULL, 99.75, 'Inspire 2 Desert Rose Strap Smart Watch 19.5mm-75800.jpeg', 'Inspire 2 Desert Rose Strap Smart Watch 19.5mm-54465.jpeg', 'Inspire 2 Desert Rose Strap Smart Watch 19.5mm-16499.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-22 03:37:11', '2024-02-22 03:37:11'),
(5352, 'Insertable dildos', 'HL4Nn7jNQ', 16, '10 Speeds brush clitoral vibrator with C-ring Sex Toy for couples solo play', 16.99, NULL, NULL, 99.00, 'Insertable dildos-10694.jpeg', 'Insertable dildos-80125.jpeg', 'Insertable dildos-78086.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-22 03:38:10', '2024-02-22 03:38:10'),
(5353, 'Arvilla Velvet Kitts Classic Chesterfield Sofa - Beige', 'RnhMBDi5l', 14, 'Complement your home\'s elegant style with this retro chesterfield sofa from US Pride Furniture. Upholstered in soft velvet fabric with a pleated design. this sofa comes in a variety of colors to best match your home. Two round bolster pillows are included to complete the vintage look.\r\n\r\n\r\n\r\n\r\n\r\nFeatures: \r\n\r\nChesterfield-style sofa\r\nIncludes 2 bolster pillows\r\nSolid wood frame\r\nVelvet upholstery\r\nPleated design\r\nFoam fill\r\nWood legs\r\nAvailable in a variety of colors\r\nMeasures 80.7 inches wide x 31.9 inches deep x 31.5 inches high', 594.49, NULL, NULL, 694.49, 'Arvilla Velvet Kitts Classic Chesterfield Sofa - Beige-86404.jpeg', 'Arvilla Velvet Kitts Classic Chesterfield Sofa - Beige-91551.jpeg', 'Arvilla Velvet Kitts Classic Chesterfield Sofa - Beige-41532.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-22 03:41:18', '2024-02-22 03:41:18'),
(5354, 'Double sided realistic dildo', 'uIntaeofj', 16, 'Extra Long 15 inch Double sided realistic dildo dong flexible jelly', 9.99, NULL, NULL, 50.00, 'Double sided realistic dildo-14080.jpeg', 'Double sided realistic dildo-38864.jpeg', 'Double sided realistic dildo-90838.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-22 03:44:16', '2024-02-22 03:44:16'),
(5355, 'Patek Philippe Nautilus Cufflinks White Gold 9057G', 'yuuIC2PEY', 13, 'A stylish pair of 18k white gold cufflinks by Patek Philippe from the Nautilus collection. The cufflinks are set with a silvery-white Nautilus panel surrounded by a satin finish border. The cufflinks measure 2.2 cm in length, 1.9 cm in width and have a gross weight of 22.01 grams.  In excellent condition, this piece comes with our own presentation box, our own one year warranty and a certificate of authenticity.\r\nMetal\r\nWhite Gold\r\nWeight\r\n22.01 g\r\nDimensions\r\nWidth: 0.75 in (19 mm)\r\nLength: 0.87 in (22 mm)', 3852.83, NULL, NULL, 4000.00, 'Patek Philippe Nautilus Cufflinks White Gold 9057G-48528.jpeg', 'Patek Philippe Nautilus Cufflinks White Gold 9057G-93166.jpeg', 'Patek Philippe Nautilus Cufflinks White Gold 9057G-91068.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-22 03:44:48', '2024-02-22 03:44:48'),
(5356, 'Stanley 40 oz Quencher H2.0 FlowState Tumbler', 'BgCkb2rxr', 14, 'The Stanley Adventure Quencher 40oz Travel Tumbler H2.0 is the upgrade you\'ve been waiting for. Featuring a recycled stainless steel construction, the Stanley Adventure Quencher 40oz Travel Tumbler H2.0 keeps your water ice-cold hour for hours. The advanced FlowState™ lid rotates to reveal three settings for sipping: a straw opening, a drink opening, and a full-cover top that prevents spills. This new model even includes an ergonomic handle and comfort-grip inserts that make it easy to carry, while the narrow base fits into most car cup holders. Whether you\'re commuting, working out, or lounging at home, the Stanley Adventure Quencher 40oz Travel Tumbler H2.0 is the perfect hydration companion.', 45.00, NULL, NULL, 67.99, 'Stanley 40 oz Quencher H2.0 FlowState Tumbler-90480.jpeg', 'Stanley 40 oz Quencher H2.0 FlowState Tumbler-26822.jpeg', 'Stanley 40 oz Quencher H2.0 FlowState Tumbler-51846.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-22 03:49:41', '2024-02-22 03:49:41'),
(5357, 'Handhold penis vibrator', 'p2t3F9yjU', 16, 'Vibrating handhold penis vibrator with 10 modes sex toy', 9.99, NULL, NULL, 59.99, 'Handhold penis vibrator-38144.jpeg', 'Handhold penis vibrator-30677.jpeg', 'Handhold penis vibrator-98050.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-22 03:52:30', '2024-02-22 03:52:30'),
(5359, 'Safeguard 20-Ton Wide Truck Ramps — Pair, Model# 69201', 'RR5Gw9BeR', 13, 'The Safeguard 20-Ton Wide Truck Ramps are a great choice for heavy-duty trucks. They come in a pair and are designed to provide a wide and stable platform for loading and unloading. These ramps are built to be durable and can handle a weight capacity of up to 20 tons. They\'re perfect for safely and efficiently getting your truck up and running.', 1199.99, NULL, NULL, 2000.55, 'Safeguard 20-Ton Wide Truck Ramps — Pair, Model# 69201-97644.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-22 03:56:00', '2024-02-22 03:56:00'),
(5360, 'Cabot Tall Storage Cabinet with Doors by Bush Furniture - Modern Gray', 'fSUrnp6XM', 14, 'The Bush Furniture Cabot Tall Storage Cabinet with Doors presents a home office storage solution with transitional style. Featuring a design that\'s as versatile as it is practical, this 2 door cabinet offers an ideal way to organize important work materials, a collection of books or other media, miscellaneous household items, and more. Two shelves are fixed in place while the other two can be moved up or down to accommodate items of various sizes. Each shelf supports up to 50 pounds, so storing larger materials and equipment is never a problem. Cabinet doors open and close on smooth Euro-style hinges for effortless access to contents. The stable design also includes wall attachment hardware for family-friendly safety in any home office or living space. Stylish metal handles complement your choice of several traditional and contemporary finish options for an appearance that works with your own space and taste. This tall accent cabinet with doors has been rigorously tested to meet or exceed ANSI/SOHO quality standards for safety and performance and is backed by the Bush Furniture 1 Year Manufacturer\'s Warranty. See the full Cabot Collection for coordinating items available, including desks, chairs, file cabinets, bookcases, and more (sold separately).\r\n30W x 16D x 61H Tall Storage Cabinet with Doors boasts transitional styling that suits a variety of living spaces\r\nConcealed storage is perfect for home office supplies, work materials, and miscellaneous household items\r\nAccent cabinet with doors contains two fixed shelves and two adjustable shelves for flexible organization\r\nEach shelf supports up to 50 pounds to accommodate bulky equipment, components, and media essentials\r\nThoughtfully designed for maximum stability and includes hardware to anchor the 2 door cabinet to a wall\r\nStylish metal hardware complements your choice of several traditional and contemporary finish options\r\nCabinet doors feature smooth Euro-style hinges for an effortless open and close\r\nBush Furniture\'s commitment to safety includes rigorous testing that meets or exceeds ANSI/SOHO standards', 200.99, NULL, NULL, 246.99, 'Cabot Tall Storage Cabinet with Doors by Bush Furniture - Modern Gray-55838.jpeg', 'Cabot Tall Storage Cabinet with Doors by Bush Furniture - Modern Gray-57626.jpeg', 'Cabot Tall Storage Cabinet with Doors by Bush Furniture - Modern Gray-41856.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-22 03:56:16', '2024-02-22 03:56:16'),
(5361, 'Fitbit Charge 6 Health and Activity Tracker', 'DUEGht04A', 14, 'Run your day (and redefine your routine!) with the Fitbit Charge 6 health and activity tracker. Take control of your fitness and make sense of your health with an assortment of fab features -- over 40 exercise modes, sleep score, stress management, and built-in GPS -- in a sleek and slim design that\'s oh-so-easy-to-use (and we love the sweet side button to navigate you back to your home screen or see your stats). From Fitbit.\r\n\r\nFitbit is part of the Google family.\r\nIncludes Charge 6 activity tracker with small and large wristbands and charging cable\r\nColor touchscreen display with Corning Gorilla Glass 3\r\nTracks steps, distance, calories burned, and Active Zone Minutes\r\nOver 40 exercise modes\r\nBuilt-in GPS\r\n24/7 heart rate monitoring\r\nStress management score and EDA sensor\r\nSleep score\r\nHealth metrics dashboard\r\nHealth and wellness reminders\r\nCardio fitness level\r\nSmartTrack\r\nSmart notifications\r\nSide button', 160.80, NULL, NULL, 189.20, 'Fitbit Charge 6 Health and Activity Tracker-61484.jpeg', 'Fitbit Charge 6 Health and Activity Tracker-21423.jpeg', 'Fitbit Charge 6 Health and Activity Tracker-95295.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-22 04:04:03', '2024-02-22 04:04:03'),
(5362, 'Powerbuilt 23 Pc Ball Joint/U-Joint Service Set, Model# 648617', '1KXIBpRMT', 13, 'The Powerbuilt 23 Pc Ball Joint/U-Joint Service Set, Model# 648617, is a versatile toolset for working on ball joints and U-joints. It\'s designed to help you remove and install these components with ease. The set includes various adapters and tools that can be used for different vehicle models. With this set, you\'ll have the necessary tools to tackle ball joint and U-joint repairs.', 209.99, NULL, NULL, 215.99, 'Powerbuilt 23 Pc Ball Joint/U-Joint Service Set, Model# 648617-52066.jpeg', 'Powerbuilt 23 Pc Ball Joint/U-Joint Service Set, Model# 648617-77191.jpeg', 'Powerbuilt 23 Pc Ball Joint/U-Joint Service Set, Model# 648617-86009.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-22 14:53:22', '2024-02-22 15:03:13'),
(5363, 'Klutch Heavy-Duty Dent Puller', 'Z6MUW0ZEM', 13, 'Heavy-Duty Dent Puller pulls out small dents by suction power alone! Many other holding and pulling applications. Backed by a lifetime guarantee.\r\nWhat\'s Included\r\n\r\n(1) Klutch Heavy-Duty Dent Puller\r\nFeatures + Benefits\r\n\r\nSuper-tough rubber cup\r\n1-pc. cast aluminum grip\r\nSuction cup is 125mm (4.92in.) in diameter.', 26.99, NULL, NULL, 29.66, 'Klutch Heavy-Duty Dent Puller-42155.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-22 14:59:38', '2024-02-22 15:00:59'),
(5364, 'Truck Pac Industrial-Grade 12 Volt Jump Starter — 3000 Peak Amps, Model# ES6000', 'zuvtp0JUg', 13, 'Delivers 3,000 Peak Amps and 800 Cranking Amps to start a variety of vehicles\r\nIncludes dual exclusive ES Series batteries which are specifically designed for vehicle jumpstarting and deliver exceptional starting power, extended cranking duration and long service life\r\nFlexible #4 AWG welding cable leads and Hot Jaw™ industrial-grade clamps provide efficient power transfer\r\nLong 54in. leads enable ideal unit positioning while jumpstarting\r\nAutomatic charging means that you can keep your unit in an \"always-ready\" condition', 359.99, NULL, NULL, 399.99, 'Truck Pac Industrial-Grade 12 Volt Jump Starter — 3000 Peak Amps, Model# ES6000-46051.jpeg', 'Truck Pac Industrial-Grade 12 Volt Jump Starter — 3000 Peak Amps, Model# ES6000-55051.jpeg', 'Truck Pac Industrial-Grade 12 Volt Jump Starter — 3000 Peak Amps, Model# ES6000-98433.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-22 15:16:28', '2024-02-22 15:16:28'),
(5365, 'Booster PAC Industrial-Grade 12 Volt Jump Starter and Power Source — 1500 Peak Amps, Model# ES5000', 'tJm4Fo52o', 13, 'The Booster PAC® Industrial-Grade 12 Volt Jump Starter and Power Source is the ideal Booster Pac for professionals who need serious starting power. The unit utilizes one ES Series battery, specifically designed for passenger vehicle and most light duty truck jump starting applications. Also great for starting personal watercraft, boats, tractors and more. Delivers 1,500 peak Amps and 400 cranking amps, and provides multiple jumps between charges.', 199.99, NULL, NULL, 129.90, 'Booster PAC Industrial-Grade 12 Volt Jump Starter and Power Source — 1500 Peak Amps, Model# ES5000-18216.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-22 15:21:00', '2024-02-22 15:21:00'),
(5366, 'GreatWay Jumpstarter with Air Compressor and LED Light, 12 Volts, 900 Peak Amps, Model# GM038C', 'eHW8Uo6f7', 13, 'Up to 12V-900 Amps peak power your need for V6 engines\r\n250PSI air compressor/ tire inflator for emergency use\r\nTwo 12V cigarette lighter DC output power supply\r\nTwo 5V USB output for electric device rapid charging, including mobile phone, tablets, iPads and more\r\nBright LED work lamp with SOS flash mode for emergency use', 89.99, NULL, NULL, 129.99, 'GreatWay Jumpstarter with Air Compressor and LED Light, 12 Volts, 900 Peak Amps, Model# GM038C-72420.jpeg', 'GreatWay Jumpstarter with Air Compressor and LED Light, 12 Volts, 900 Peak Amps, Model# GM038C-78128.jpeg', 'GreatWay Jumpstarter with Air Compressor and LED Light, 12 Volts, 900 Peak Amps, Model# GM038C-14267.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-22 15:27:20', '2024-02-22 15:27:20'),
(5367, 'Schumacher Instant Power Portable Jump Starter with Air Compressor and Light — 12 Volts, 1200 Peak Amps, Model# SJ1332', 'eKELstvsB', 13, '1200 Amps peak engine starter has all the power your need for V8 engines\r\n400 Watt peak converter\r\n150 PSI automatic digital air compressor with pressure gauge is built in\r\nHigh/Low inflator/deflator is ideal for inflatable mattresses, pool rafts, beach balls and more\r\nTwo 120 Volt AC outlets are included to power tools and other necessities', 229.99, NULL, NULL, 240.99, 'Schumacher Instant Power Portable Jump Starter with Air Compressor and Light — 12 Volts, 1200 Peak Amps, Model# SJ1332-55326.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-22 15:32:49', '2024-02-22 15:32:49'),
(5368, 'Hein-Werner Automotive Engine Hoist — 3 Ton Lifting Capacity, Model# HW93806', 'vhLTXAFHw', 13, 'The Hein-Werner Automotive Engine Hoist features an air-operated ram with easy load lifting and control.\r\nWhat\'s Included\r\n(1) Automotive engine hoist\r\n\r\n\r\nFeatures + Benefits\r\nAir-operated ram provides easy load lifting and control\r\n3 boom and extension positions\r\nTreadle pump operates on standard compressed air and provides smooth rise, hold and lowering control\r\nSwivel hook allows full rotation of load\r\nBoom side swivel eases positioning\r\nWheels with roller bearings provide ease of movement\r\nLegs require only 8in. clearance to maneuver under vehicles', 9049.99, NULL, NULL, 9450.99, 'Hein-Werner Automotive Engine Hoist — 3 Ton Lifting Capacity, Model# HW93806-99182.jpeg', 'Hein-Werner Automotive Engine Hoist — 3 Ton Lifting Capacity, Model# HW93806-38444.jpeg', 'Hein-Werner Automotive Engine Hoist — 3 Ton Lifting Capacity, Model# HW93806-35831.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-22 15:54:31', '2024-02-22 15:54:31'),
(5369, 'Strongway Engine Hoist Leveler — 1,500-Lb. Capacity', 'jrmNOblWG', 13, 'This universal Strongway™ Engine Hoist Leveler makes engine handling and positioning easier. Great for use with engine hoists or engine cranes. The swivel handle allows for easy adjusting. 1,500-lb. working load. Tested for reliability and safety to meet ASME PALD 2009 standards.\r\n\r\nFeatures + Benefits\r\nConstructed of high-grade steel and built to exacting standards for quality and durability\r\n Lead-free paint finish is applied after a thorough chemical wash to ensure a long-lasting finish and to help prevent rust\r\nPaint is oil, grease and dirt-resistant for easy cleanup\r\nEasily adapts to many engine hoist models and enhances their operation\r\nHeavy-duty 1,500-lb. working load capacity accommodates most engines\r\n4-point mounting system provides maximum control\r\nWorm drive shaft rotates with a built-in swivel handle for easy balancing\r\n3 adjustable chain assembly holes accommodate different engine sizes\r\n12 2/5in. chain length\r\nBuilt in ISO certified facilities and engineered using the same systems as Aerospace Technologies and the Automotive OEM sector\r\n Meets strict and crucial ASME PALD-2009 safety requirements', 59.99, NULL, NULL, 70.55, 'Strongway Engine Hoist Leveler — 1,500-Lb. Capacity-36040.jpeg', 'Strongway Engine Hoist Leveler — 1,500-Lb. Capacity-50059.jpeg', 'Strongway Engine Hoist Leveler — 1,500-Lb. Capacity-32699.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-22 15:58:38', '2024-02-22 15:58:38'),
(5370, 'Northern Tool Adjustable Swivel Shop Stool with Backrest, Steel, 275-Lb. Capacity, 29 to 33in. Seat Height', '5sQEJc0dq', 13, 'Matte black powder coat finish is stylish and very durable\r\nPadded vinyl seat features a backrest for comfort\r\nBackrest adjusts and can be removed when desired\r\nStool rotates 360° for maximum flexibility\r\nSeat height adjusts from 29in. to 33in. easily with just one hand\r\nProp 65 Warning', 79.99, NULL, NULL, 85.00, 'Northern Tool Adjustable Swivel Shop Stool with Backrest, Steel, 275-Lb. Capacity, 29 to 33in. Seat Height-94877.jpeg', 'Northern Tool Adjustable Swivel Shop Stool with Backrest, Steel, 275-Lb. Capacity, 29 to 33in. Seat Height-57497.jpeg', 'Northern Tool Adjustable Swivel Shop Stool with Backrest, Steel, 275-Lb. Capacity, 29 to 33in. Seat Height-11509.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-22 16:03:34', '2024-02-22 16:03:34'),
(5371, 'Seats Inc. COVERALLs Truck Seat Cover, Two-Tone Black/Gray, Model# 9107', 'DnIyGWcEJ', 13, 'The Seats Inc. COVERALLs Truck Seat Cover, Model# 9107, is a stylish and practical accessory for your truck. This two-tone black and gray seat cover not only adds a touch of style to your interior but also helps protect your seats from wear and tear. It\'s designed to fit most truck seats and is made from durable materials that are easy to clean. The COVERALLs Truck Seat Cover is a great way to keep your truck seats looking fresh and protected.', 72.99, NULL, NULL, 79.99, 'Seats Inc. COVERALLs Truck Seat Cover, Two-Tone Black/Gray, Model# 9107-15581.jpeg', 'Seats Inc. COVERALLs Truck Seat Cover, Two-Tone Black/Gray, Model# 9107-88295.jpeg', 'Seats Inc. COVERALLs Truck Seat Cover, Two-Tone Black/Gray, Model# 9107-72548.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-22 16:11:17', '2024-02-22 16:11:17'),
(5372, 'Strongway 1500-Lb. Hydraulic Motorcycle Lift/Utility Vehicle Lift', 'L7PmGbY1a', 13, 'Tubular frame is constructed of high-grade steel and built to exacting standards for quality and durability\r\n Lead-free paint finish is applied after a thorough chemical wash to ensure a long-lasting finish and to help prevent rust\r\nPaint is oil, grease and dirt-resistant for easy cleanup\r\n5 1/8in. to 16 1/8in. lift range\r\nRam travel: 11in.', 159.99, NULL, NULL, 164.99, 'Strongway 1500-Lb. Hydraulic Motorcycle Lift/Utility Vehicle Lift-21141.jpeg', NULL, NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-22 16:14:04', '2024-02-22 16:14:04'),
(5373, 'SALUTATION STASH 7/8 TIGHT Buttery-soft stretch with compression waistband.', 'nYj5KcpBl', 14, 'FOR: Yoga or studio practice\r\nFEEL: Powervita fabric is buttery soft with support that feels like a gentle hug\r\nFAVE: Bonded side stash pockets to store your essentials\r\nYour favorite tights just got better: same Powervita fabric, improved waistband, and less seams for a smooth and flattering fit.\r\nMade with our customer-favorite, second-skin Powervita™ fabric, our yoga leggings/pants are designed for your ultimate distraction-free practice', 49.97, NULL, NULL, 109.00, 'SALUTATION STASH 7/8 TIGHT Buttery-soft stretch with compression waistband.-14884.jpeg', 'SALUTATION STASH 7/8 TIGHT Buttery-soft stretch with compression waistband.-33344.jpeg', 'SALUTATION STASH 7/8 TIGHT Buttery-soft stretch with compression waistband.-86924.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-22 16:28:43', '2024-02-22 16:28:43'),
(5374, 'INTERVAL STASH 7\" SHORT Quick-drying for cooling, high-impact support.', 'lyrGE6v8p', 14, 'FOR: Medium to high-impact workouts at the gym, studio, or outdoors\r\nFEEL: PowerMove fabric is engineered with interlock construction using 50-gauge knitting technology, offering sleek, compressive support and a no-slip fit.\r\nFAVE: Stay-put bonded waistband molds to your form as body heat rises.\r\nErgonomic pocket construction offers streamlined storage.', 69.37, NULL, NULL, 112.00, 'INTERVAL STASH 7\" SHORT Quick-drying for cooling, high-impact support.-97052.jpeg', 'INTERVAL STASH 7\" SHORT Quick-drying for cooling, high-impact support.-68173.jpeg', 'INTERVAL STASH 7\" SHORT Quick-drying for cooling, high-impact support.-67215.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-22 16:36:06', '2024-02-22 16:36:06'),
(5375, 'HIGH RISE MESH RACER RUN 3\" SHORT', 'BWdyNC0xi', 14, 'FOR: Long distance, short distance, and trail running\r\nFEEL: Recycled Featherweight Stretch™ fabric feels silky sleek and light as air\r\nFAVE: Continuous internal drawcord', 36.75, NULL, NULL, 49.00, 'HIGH RISE MESH RACER RUN 3\" SHORT-87871.jpeg', 'HIGH RISE MESH RACER RUN 3\" SHORT-84720.jpeg', 'HIGH RISE MESH RACER RUN 3\" SHORT-59479.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-22 16:53:46', '2024-02-22 16:53:46'),
(5376, 'Ultimate Catch Phrase', 'TZShY6mZI', 1, 'Ultimate Catch Phrase Game for Ages 12 and Up', 18.31, NULL, NULL, 23.99, 'Ultimate Catch Phrase-37863.jpeg', 'Ultimate Catch Phrase-30068.jpeg', 'Ultimate Catch Phrase-10993.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-22 17:00:28', '2024-02-22 17:00:28'),
(5377, 'Hot Wheels', 'gl6qoGo3B', 16, 'Hot Wheels Set Of 8 Basic Toy Cars & Trucks In 1:64 Scale Including 1 Exclusive Car, Styles May Vary', 5.99, NULL, NULL, 8.88, 'Hot Wheels-54779.jpeg', 'Hot Wheels-68372.jpeg', 'Hot Wheels-11653.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-22 17:09:16', '2024-02-22 17:09:16'),
(5378, 'Monster Jam', 'TULTzlPO6', 1, 'Monster Jam, Official Mini Mystery Collectible Monster Truck (Styles May Vary), 1:87 Scale', 2.98, NULL, NULL, 10.44, 'Monster Jam-45865.jpeg', 'Monster Jam-95669.jpeg', 'Monster Jam-16578.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-22 17:16:16', '2024-02-22 17:16:16'),
(5379, 'YBell PRO Bundle', 'g2QgdBPth', 14, '4-Piece Starter Bundle includes pairs of 4.5 kg (10 lbs), 6 kg (14 lbs)\r\n4-Piece Advanced Bundle includes pairs of 10 kg (22 lbs), 12 kg (26 lbs)\r\n8-Piece Heavyweight Bundle includes pairs of 14 kg (31 lbs), 16 kg (35 lbs), 18 kg (40 lbs), and 20 kg (44 lbs) weights\r\n10-Piece Bundle includes pairs of 4.5 kg (10 lbs), 6 kg (14 lbs), 8 kg (18 lbs), 10 kg (22 lbs), 12 kg (26 lbs)\r\n12-Piece Lightweight Bundle includes pairs of 4.5 kg (10 lbs), 6 kg (14 lbs), 8 kg (18 lbs), 10 kg (22 lbs), 12 kg (26 lbs), and 14 kg (31 lbs) weights\r\n18-Piece Full Range Bundle includes pairs of 4.5 kg (10 lbs), 6 kg (14 lbs), 8 kg (18 lbs), 10 kg (22 lbs), 12 kg (26 lbs), 14 kg (31 lbs), 16 kg (35 lbs), 18 kg (40 lbs), and 20 kg (44 lbs) weights\r\nConstructed of cast iron with commercial grade powder coating\r\nPremier finishing for optimal gripping\r\n2-Year Warranty\r\nAll YBell orders will ship from the US. Canada residents, please contact 360 Athletics for local ordering', 359.80, NULL, NULL, 680.00, 'YBell PRO Bundle-26059.jpeg', 'YBell PRO Bundle-30257.jpeg', 'YBell PRO Bundle-91246.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-22 17:23:25', '2024-02-22 17:23:25');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5380, '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP', 'YZFBOu4v3', 14, 'RAMBLER® 18 OZ WATER BOTTLE\r\nWITH COLOR-MATCHED STRAW CAP', 30.21, NULL, NULL, 42.00, '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-81669.jpeg', '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-57224.jpeg', '18 OZ WATER BOTTLE WITH COLOR-MATCHED STRAW CAP-72134.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-23 01:27:26', '2024-02-23 01:27:26'),
(5381, 'TAL Stainless Steel Ranger Water Bottle', 'jp2Aenvma', 14, 'TAL Stainless Steel Ranger Water Bottle with Easy Sip Straw 26 oz, Black\r\nEasy carry loop\r\nLeak-proof lid\r\nFlip-up straw\r\nGreat for On-the-go', 13.98, NULL, NULL, 30.00, 'TAL Stainless Steel Ranger Water Bottle-66298.jpeg', 'TAL Stainless Steel Ranger Water Bottle-71880.jpeg', 'TAL Stainless Steel Ranger Water Bottle-92593.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-23 01:44:38', '2024-02-23 01:44:38'),
(5382, 'Slumber Solutions 14-inch Gel Memory Foam Choose Your Comfort Mattress - White', 'RSC9Y5h6E', 14, 'Sleep better at night with this 14-inch gel memory foam Choose Your Comfort mattress. This mattress minimizes motion transfer and relieves pressure points with its layered construction, while its two-inch gel foam top helps moderate temperature for cool sleep all night long. A high-density foundation layer provides stable support for the whole mattress. \r\n\r\n\r\n\r\nFeatures:\r\n\r\nYour choice of plush, medium, or firm sleep support\r\nAccommodates conventional box spring/platform foundation\r\nEliminates motion transfer\r\nAlleviates uncomfortable pressure points\r\nNever needs turning\r\nSpot clean only\r\nCarried in Twin, Full, Queen, King, California King\r\n2-inch gel memory foam layer relieves pressure points\r\n4-inch support foam central layer\r\n8-inch high-density foam base\r\n\r\n\r\nDimensions:\r\n\r\nTwin: 38 inches wide x 75 inches long x 14 inches thick\r\nFull: 54 inches wide x 75 inches long x 14 inches thick\r\nQueen: 60 inches wide x 80 inches long x 14 inches thick\r\nKing: 76 inches wide x 80 inches long x 14 inches thick\r\nCalifornia King: 72 inches wide x 84 inches long x 14 inches thick', 300.62, NULL, NULL, 384.62, 'Slumber Solutions 14-inch Gel Memory Foam Choose Your Comfort Mattress - White-15689.jpeg', 'Slumber Solutions 14-inch Gel Memory Foam Choose Your Comfort Mattress - White-84778.jpeg', 'Slumber Solutions 14-inch Gel Memory Foam Choose Your Comfort Mattress - White-35355.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-23 01:57:39', '2024-02-23 01:57:39'),
(5383, 'Beauty & Health Spa Gift Basket', 'M5QwQAyYC', 17, 'This is a spa gift basket used for your skin during and after a nice shower or bath. This basket includes our elderflower butter cream , jasmine lip scrub and lastly our cane sugar based body scrub.', 45.00, NULL, NULL, 68.00, 'Beauty & Health Spa Gift Basket-95078.jpeg', 'Beauty & Health Spa Gift Basket-21875.jpeg', 'Beauty & Health Spa Gift Basket-76753.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 02:04:22', '2024-02-23 02:04:22'),
(5384, 'Hamilton Murphy Bed Chest with Storage Drawer and Built-In Charger', 'ZKp8Wnh5s', 14, 'Elevate your living space with the Hamilton Murphy Bed Chest: The epitome of modern functionality and style. Available in chic white, warm walnut, and contemporary grey, this chest seamlessly complements any decor. Choose from sizes twin XL, full, or queen to suit your needs. Unveil a world of convenience as this sleek chest effortlessly transforms into a comfortable bed. The minimalistic panel design exudes a minimalist aesthetic while maximizing space. Crafted from high-quality wood, the Hamilton Murphy Bed Chest is a testament to durability and finesse. Enjoy the convenience of a built-in charger and a spacious storage drawer, all while relishing the comfort of the included mattress. Redefine your space with Hamilton Murphy Bed Chest Today!\r\n\r\nFeatures:\r\n\r\nMattress Included: Arrives with a Queen Size 6\" CoolSoft, Gel-Infused Memory Foam Fold-A-way Mattress; 5\" of highly resilient support foam and 1 inch of CoolSoft memory foam\r\nIncluded Storage Drawer: Extra Large Drawer For Storage\r\nStorage Drawer: Features an extra-large drawer for storing your essentials.\r\nBuilt-in Charging Station: Equipped with a built-in power source that includes a 9-foot cord and 2 USB ports, keeping you connected and powered up.\r\nEasy Set-Up: No mounting required, making it hassle-free to set up.\r\nSpacious Dimensions: With ample space, the bed chest provides extra comfort for your overnight guests.', 1000.99, NULL, NULL, 1113.99, 'Hamilton Murphy Bed Chest with Storage Drawer and Built-In Charger-16884.jpeg', 'Hamilton Murphy Bed Chest with Storage Drawer and Built-In Charger-88376.jpeg', 'Hamilton Murphy Bed Chest with Storage Drawer and Built-In Charger-72257.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-23 02:07:28', '2024-02-23 02:07:28'),
(5385, 'Ultimate Gift Basket', 'LlvaKtJoD', 17, 'A Beautiful and Unique Gift Basket from our Bee Farm, from the hive!\r\n\r\nWe will make your beautiful gift basket and include the following items as pictured. \r\n\r\n2 - 16oz Honey Jars \r\n1 - 16oz. Honey Jar and a Jar of honey with nuts.\r\n2 - Bars of our Handmade soap\r\n1 - Bar of Beeswax lotion bar\r\n3 - Beeswax lip balms\r\nSeveral - organic honey candies\r\n2 - Packages of our 12 count honey stick varieties\r\n4- Beeswax candles \r\n* items may occasionally be supplemented with an item of equal value... and just as nice!', 154.95, NULL, NULL, 234.00, 'Ultimate Gift Basket-81754.jpeg', 'Ultimate Gift Basket-69400.jpeg', 'Ultimate Gift Basket-64038.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 02:10:38', '2024-02-23 02:10:38'),
(5386, 'Walter Tufted Fabric Recliners (Set of 2) by Christopher Knight Home', 'G8l0DEkKw', 14, 'Relax in style and comfort with the Walter Tufted Fabric Recliners, a set of two chairs that exude both elegance and sophistication. These recliners are designed with a push-back recline mechanism and an adjustable footrest, making it easy to unwind after a long day. The contemporary design features smooth upholstery and tonal piping with a minimalistic yet refined structure that emphasizes both comfort and functionality. The button-tufted stitching adds an extra touch of sophistication to the backrest, while nailhead accents along the edges and rolled recessed arms complete the refined contemporary look. Choose from a variety of upholstery colors to perfectly match your decor style.\r\n\r\n\r\nFeatures:\r\n\r\nSet of 2 recliners\r\nFabric material made of 100% polyester\r\nBirch leg material with a dark brown leg finish\r\nLight gray color\r\nAssembly required\r\nDimensions: 34.50 inches deep x 28.50 inches wide x 41.00 inches high\r\nExtended dimensions: 62.00 inches deep x 28.50 inches wide x 29.00 inches high\r\nSeat dimensions: 21.00 inches deep x 20.00 inches wide x 19.25 inches high\r\nArm height: 24.75 inches', 140.00, NULL, NULL, 340.00, 'Walter Tufted Fabric Recliners (Set of 2) by Christopher Knight Home-97200.jpeg', 'Walter Tufted Fabric Recliners (Set of 2) by Christopher Knight Home-77299.jpeg', 'Walter Tufted Fabric Recliners (Set of 2) by Christopher Knight Home-68316.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-23 02:18:15', '2024-02-23 17:51:18'),
(5387, 'Eye Oil Rose Quartz Gua Sha Eye Mask', 'aLQMboCvK', 17, 'Limited edition Eye Oil Rose Quartz Gua Sha Eye Mask, New Moon, Vegan Oil, Holiday Set, Self Love, Ritual Beauty\r\nSoothe and relax with this set! \r\n\r\n\r\n* Vegan\r\n* Cruelty Free\r\n* Fragrance Free\r\n* Silicone Free\r\n* No Artificial Colors\r\n* No Artificial Chemicals\r\n* No Parabens\r\n* No Alcohol\r\nJust pure luxe quality.\r\n \r\nTo use: Apply oil 1-2 times daily after applying all water based products.\r\n100% Pure, Organic, Virgin, Cold Pressed & Unrefined oils\r\n\r\n\r\nIngredients include: \r\n\r\nDry Green Tea \r\nWatermelon Oil \r\nCucumber Oil \r\nPrickly Pear Oil', 46.75, NULL, NULL, 55.00, 'Eye Oil Rose Quartz Gua Sha Eye Mask-46996.jpeg', 'Eye Oil Rose Quartz Gua Sha Eye Mask-12496.jpeg', 'Eye Oil Rose Quartz Gua Sha Eye Mask-36664.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-23 02:32:16', '2024-02-23 02:32:16'),
(5388, '100% Natural Crystal Jade Gua Sha | Stone Massage Tool', '8oZ68OIvk', 17, '100% Natural Green Jade Gua Sha |Jade Facial Gua Sha | Stone Massage Tool l Anti Aging Natural Beauty | Starter kit Self Care | Wrinkles\r\n\r\nGua Sha Gift Set\r\n\r\nAll about our Gua Sha Gift Set and its Benefits:\r\n\r\n✨Add Gua Sha to your morning routine- before you put on foundation on in the AM\r\n\r\n✨ Helps boost circulation & lymphatic drainage\r\n\r\n✨ Smoothes fine lines & wrinkles\r\n\r\n✨ Helps facial contouring & reduce puffiness\r\n\r\n✨Massages Tension Points\r\n\r\n✨ Sooothes sore muscles\r\n\r\n✨ Anti-aging benefits', 19.99, NULL, NULL, 28.57, '100% Natural Crystal Jade Gua Sha | Stone Massage Tool-49783.jpeg', '100% Natural Crystal Jade Gua Sha | Stone Massage Tool-79768.jpeg', '100% Natural Crystal Jade Gua Sha | Stone Massage Tool-91122.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 02:37:08', '2024-02-23 02:37:08'),
(5389, '100% Natural Green Jade Gua Sha & Facial Serum Kit | Facial Oil | Massage Tool', 'E6FpbJVw1', 17, '100% Natural Green Jade Gua Sha & Facial Serum Kit | Facial Oil | Massage Tool | Acne |Dry Skin| Holiday Gift for her| Vanilla | Sandalwood\r\nLight green jade Gus Sha tool | 3 inches in length\r\n- Rejuvenate Face Oil Serum sample | 2 oz (Jojoba oil, sweet almond oil, vitamin E oil, vanilla oil, sandalwood oil, grapefruit oil)\r\n-How to Use Gua Sha Guide', 44.99, NULL, NULL, 64.27, '100% Natural Green Jade Gua Sha & Facial Serum Kit | Facial Oil | Massage Tool-67263.jpeg', '100% Natural Green Jade Gua Sha & Facial Serum Kit | Facial Oil | Massage Tool-90854.jpeg', '100% Natural Green Jade Gua Sha & Facial Serum Kit | Facial Oil | Massage Tool-36419.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 02:48:56', '2024-02-23 02:48:56'),
(5390, 'Organic Oil Serum and Gua Sha Tool Set', 'nGCYALszZ', 17, 'Organic Oil Serum and Gua Sha Tool Set, Anti Aging Face Lifting and Sliming Home Facial Kit, Free Shipping Skincare \r\nTHE SELF-LOVE FACIAL OIL\r\nThis restorative blend of non-comedogenic, clean oils deeply conditions, plumps, and helps boost skin\'s elasticity. Rich in omega-3 fatty acids, vitamins and antioxidants, its quick-absorbing, luxurious formula delivers an instant infusion of moisture and radiance for healthy-looking, glowing skin.\r\n\r\nTHE SELF-LOVE FACIAL GUA SHA\r\nThe package includes a heart-shaped natural rose quartz Gua Sha tool so you can really step up your self-love game. Our beautiful, Brazilian-sourced stone is designed to bring maximum benefits to your ritual.', 88.00, NULL, NULL, 129.00, 'Organic Oil Serum and Gua Sha Tool Set-57188.jpeg', 'Organic Oil Serum and Gua Sha Tool Set-69370.jpeg', 'Organic Oil Serum and Gua Sha Tool Set-51758.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 03:01:41', '2024-02-23 03:01:41'),
(5391, 'Ashthorpe 3-Piece Complete Junior Drum Set Beginner Kit with 14\" Bass, Adjustable Throne, Cymbal, Pedal and Drumsticks, Silver', 'Q8nPP5lyV', 14, 'Compact size, perfect for young learners ages 3-8 years old\r\nIncludes: 14\" x 9\" bass drum with upgraded chain-driven pedal 10\" x 5\" mounted tom 8\" x 5\" mounted snare with internal wires and adjustable tension knob 8\" stainless steel (brass color) mounted crash cymbal', 95.99, NULL, NULL, 103.99, 'Ashthorpe 3-Piece Complete Junior Drum Set Beginner Kit with 14\" Bass, Adjustable Throne, Cymbal, Pedal and Drumsticks, Silver-73354.jpeg', 'Ashthorpe 3-Piece Complete Junior Drum Set Beginner Kit with 14\" Bass, Adjustable Throne, Cymbal, Pedal and Drumsticks, Silver-65791.jpeg', 'Ashthorpe 3-Piece Complete Junior Drum Set Beginner Kit with 14\" Bass, Adjustable Throne, Cymbal, Pedal and Drumsticks, Silver-37204.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 03:03:14', '2024-02-23 03:03:14'),
(5392, 'Green Jade Gua Sha, 5ml Face Oil', 'hx1NUjCxd', 17, 'Green Jade Gua Sha, 5ml Face Oil, Spa Gift Set, Mothers Gift Set, Valentines Day, Face Massage\r\nVegan\r\n* Cruelty Free\r\n* Fragrance Free\r\n* Silicone Free\r\n* No Artificial Colors\r\n* No Artificial Chemicals\r\n* No Parabens\r\n* No Alcohol\r\nJust pure luxe quality.\r\nIngredients include: \r\n\r\n*Avocado oil \r\n*Pomegranate Oil \r\n*Jojoba Oil \r\n*Sweet Almond Oil \r\n*Rosehip Oil \r\n*Tamanu Oil\r\n*Argan Oil \r\n*Blue Tansy \r\n*Lavender', 33.15, NULL, NULL, 39.00, 'Green Jade Gua Sha, 5ml Face Oil-59622.jpeg', 'Green Jade Gua Sha, 5ml Face Oil-85606.jpeg', 'Green Jade Gua Sha, 5ml Face Oil-12034.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 03:06:04', '2024-02-23 03:06:04'),
(5393, 'Facial Oil with Retinol, Vitamin E, Avocado Oil', 'fuUFYuWEp', 17, 'Facial Oil with Retinol, Vitamin E, Avocado Oil and Egyptian Lotus Oil\r\nDirections: Apply a few drops of oil, gently massaging into the most affected dry area of the thoroughly cleansed skin. The serum and the anti-wrinkle creams can be applied on top for tired and more mature skin day and night.\r\n\r\nIngredients: Caprylic/Capric Triglyceride Liquid, Simmondsia Chinesis (Jojoba) Seed Oil, Tocopherol (Vitamin E oil), Persea Gratissima (Avocado) Oil, Isopropyl Myristate, Squalane, Retinol palmitate (Vitamin A), Nelumbo Lucifera (Egyptian Lotus) Oil', 50.31, NULL, NULL, 86.09, 'Facial Oil with Retinol, Vitamin E, Avocado Oil-27307.jpeg', 'Facial Oil with Retinol, Vitamin E, Avocado Oil-57166.jpeg', 'Facial Oil with Retinol, Vitamin E, Avocado Oil-15916.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 03:13:48', '2024-02-23 03:13:48'),
(5394, 'Texas Instruments TI-89 Titanium Programmable Graphing Calculator TI89TITANIUM', 'ttvWpmpTQ', 14, 'Solve equations faster during exams or everyday work with this Texas Instruments TI-89 Titanium graphing calculator.\r\n\r\nPerform complex calculations with this battery-powered graphing calculator. The lightweight, compact size allows for maximum portability. Memory management functionality offers the ability to create separate folders for specific subjects, making this calculator a great choice for students enrolled in multiple math courses. An integrated USB port enables the collection and analysis of real-world data through the use of peripheral devices while also making it possible to connect to most computers. Electronic upgrade functionality makes it easy to update to the latest software for optimal operation. This Texas Instruments graphing calculator features advanced mathematics software, which makes it suitable for use with college mathematics and engineering coursework.\r\n\r\n• Graphing calculator offers LCD display for showing graphs and charts.\r\n• Explore math expressions in symbolic form, see patterns, and understand the math behind the formulas.\r\n• Dimensions: 0.9\"H x 3.3\"W x 7.4\"D.\r\n• Operates on four AAA type batteries.\r\n• 2764.8KB ROM memory and 188KB RAM memory to tackle complex computing.\r\n• Graphing functions including 3D graphing, polar, sequence, parametric plot, differential equation, histogram, scatter plot, and much more.\r\n• Package contents: USB cable, unit-to-unit USB cable.\r\n• Comes loaded with nine software applications including CellSheet, Organizer, StudyCards, NoteFolio, EE*Pro, Finance Application, Language Localization, and more.\r\n• Computer algebra system (CAS) enables a deeper understanding of abstract concepts in math and science.\r\n• Built-in USB port makes data transfer to your computer easy for deeper data analysis.\r\n• Comes in titanium color.\r\n\r\n\r\nStrong Calculating Power for Complex Equations and Formulas\r\nThe Texas Instruments TI-89 Titanium Graphing Calculator comes with 2.7MB of flash ROM and 188KB of RAM, offering plenty...', 100.99, NULL, NULL, 159.99, 'Texas Instruments TI-89 Titanium Programmable Graphing Calculator TI89TITANIUM-39103.jpeg', 'Texas Instruments TI-89 Titanium Programmable Graphing Calculator TI89TITANIUM-58655.jpeg', 'Texas Instruments TI-89 Titanium Programmable Graphing Calculator TI89TITANIUM-71685.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 03:14:12', '2024-02-23 03:14:12'),
(5395, 'Beauty pouch with Klara\'s Day cream, Eye cream and Green Serum', 'G1MyLLkX9', 17, 'The Beauty Awards 2023 shortlisted light day cream with 51 ingredients containing collagen peptides, Korean Ginseng, Green tea, Aloe Vera and Cucumber extract, the Green serum with Blue Tansy and Sea Buckthorn essential oils and the Eye contour cream with watermelon extract, made by Bio-Mimetic Cosmetics (TM) to make your skin look younger and glowing.', 86.09, NULL, NULL, 120.00, 'Beauty pouch with Klara\'s Day cream, Eye cream and Green Serum-18923.jpeg', 'Beauty pouch with Klara\'s Day cream, Eye cream and Green Serum-98456.jpeg', 'Beauty pouch with Klara\'s Day cream, Eye cream and Green Serum-79143.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 03:44:22', '2024-02-23 03:44:22'),
(5396, 'Luxury Rejuvenating Serum', 'xWTcSJXwT', 17, 'Handmade\r\nA super absorbent serum, which delivers stem cells from a rare Swiss apple deep into your skin tissue.\r\n\r\nIt is a powerful skin rejuvenating serum with Swiss apple stem cells, peptides, cucumber extract, hyaluronic acid and vitamins. The formula contains carefully designed proportions of natural anti-ageing active components with a refreshing jasmine scent.\r\n\r\nDirections: Apply a few drops of the serum onto the most affected skin area. Leave it dry to plump up fine lines and keep the skin moisturised. Apply before the moisturiser and skin-nourishing Klara’s anti-wrinkle creams.\r\n\r\nIngredients: Aqua, Rosa Damascena flower water, Glycerin, Propylene glycol, Cucumis Saticus juice, Aloe Barbadensis leaf juice, Niacinamide, Phytocelltec Malus Domestica, Matrixyl 3000, Lysolecithin, Hyaluronic acid, Panthenol, Sclerotium gum, Xanthan gum, Pullalan Silica, Disodium EDTA, Benzyl alcohol, Salicylic acid, Sorbic acid, Sodium benzoate, Lecithin, Jasmine grandiflorum flower extract oil.\r\n\r\nPotential allergen present in essential oils: Hexyl cinnamal, Hydroxy citronellol and Linalol', 45.00, NULL, NULL, 60.99, 'Luxury Rejuvenating Serum-69839.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-23 03:47:29', '2024-02-23 03:47:29'),
(5397, 'Dcenta 16-Hole/17-Hole Flute Bag Set Portable Flute Case Flute Box High Grade Leather Padding Oxford Cotton Bag Musical Instrument Accessory', 'is8uFCtOQ', 14, 'Dcenta 16-Hole/17-Hole Flute Bag Set Portable Flute Case Flute Box High Grade Leather Padding Oxford Cotton Bag Musical Instrument Accessory\r\n\r\nDcenta 16-Hole/17-Hole Flute Bag Set Portable Flute Case Flute Box High Grade Leather Padding Oxford Cotton Bag Musical Instrument Accessory\r\n\r\nThis high-quality carrying case with selected materials and exquisite workmanship, specially designed for 16-hole / 17-hole flutes, will provide the best protection for your flute.\r\n\r\nFeatures:\r\nMade of selected leather, oxford cloth and hardware materials and with fine workmanship, featuring exquisite performance & smooth feel & durable quality.\r\nLeather Inner Box: glossy & waterproof & durable, all-round protection for your flute.\r\nThickened Oxford Cloth Padding: soft & comfortable, won\'t scratch your flute and will protect the flute from bumps.\r\nHardware Parts: sliding lock design, smooth switch, providing better using experience.\r\nAdjustable Single Shoulder Strap: portable carrying / cross-body carrying optional, achieving more carrying ways.\r\nCarrying case set specially designed for 16-hole /17-hole flutes.\r\n\r\nSpecifications:\r\nMaterial: Leather + Oxford Cloth\r\nColor: Black & Blue\r\nLeather Case Size: Approx. 39.5*9*5.3cm / 15.55*3.54*2.09in\r\nCross-Body Bag Size: Approx. 42*11.5*6.2cm / 16.54*4.53*2.44in\r\nPackage Size: Approx. 42*12*6.5cm / 16.54*4.72*2.56in\r\nPackage Weight: Approx. 645g / 22.75oz', 30.29, NULL, NULL, 38.29, 'Dcenta 16-Hole/17-Hole Flute Bag Set Portable Flute Case Flute Box High Grade Leather Padding Oxford Cotton Bag Musical Instrument Accessory-22969.jpeg', 'Dcenta 16-Hole/17-Hole Flute Bag Set Portable Flute Case Flute Box High Grade Leather Padding Oxford Cotton Bag Musical Instrument Accessory-96402.jpeg', 'Dcenta 16-Hole/17-Hole Flute Bag Set Portable Flute Case Flute Box High Grade Leather Padding Oxford Cotton Bag Musical Instrument Accessory-33715.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 12:14:49', '2024-02-23 12:14:49'),
(5398, 'Gorgeous Handcrafted 30 Note Light Blue Musical Instrument Theme Wood Inlay Music Box - Moon River', 'CgrLdjKT3', 14, 'Leave a lasting impression in the hearts of those you love with this wonderful keepsake. This charming light blue musical them music box is a remarkable show of the old world tradition of wood inlaying. The centerpiece of this incredible music box is the instrumental theme (violin, horn and sheet music) inlay design. This stunning array of colors sits against a pristine light blue stain with the burl-elm wood graining still visible. This musical keepsake demonstrates exemplarity craftsmanship in every detail.\r\n\r\nThe hidden gem is located inside. Listen as the wonders of sound fill the room with a melody only a traditional mechanical movement can produce. It will sure bring moments of tranquility time and time again. With over 380+ tunes available, you\'re sure to find that perfect melody. Please see \"item options\" for available tunes or visit our \"listening station\" for all song titles as well as sample clips.\r\n\r\nThank you very much for your interest in our products! Your satisfaction is always guaranteed at the Attic!\r\n\r\nDimensions:\r\nLength - 6.5\" Width - 4.5\" Height - 2.75\"\r\nGorgeous Handcrafted 30 Note Light Blue Musical Instrument Theme Wood Inlay Music Box - Moon River', 500.42, NULL, NULL, 542.42, 'Gorgeous Handcrafted 30 Note Light Blue Musical Instrument Theme Wood Inlay Music Box - Moon River-46922.jpeg', 'Gorgeous Handcrafted 30 Note Light Blue Musical Instrument Theme Wood Inlay Music Box - Moon River-43311.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-23 12:25:06', '2024-02-23 12:25:06'),
(5399, 'Gecheer Portable Mechanical Metronome Universal Metronome 11cm Height for Piano Guitar Violin Ukulele Chinese Zither Music Instrument', 'meBnqKDmZ', 14, 'Unique mechanical metronome design, only 11cm height, pocket size, very portable.\r\nThe metronome adopts durable high-elastic nylon movement, which ensures a more stable working state, avoiding the shortcomings that ordinary metronomes are not accurate when once dropped.\r\nIts sound is soft, not harsh at all. Without bell ringing.\r\nIt has a wind up mechanism and a swinging pendulum and is enclosed in a high-impact case.\r\nMetronome can help you train your concept on music speed, make your instrumental performance more complete and smooth, and make the rhythm more even.\r\n\r\n(1)TO START:\r\nWind up the winding in the direction of the arrow mark and push the pendulum leftward.\r\n(3)AFTER USING:\r\nSlide the weight to the middle or upper part of the pendulum and put on the cover.\r\n\r\nSpecifications:\r\nModel: JX-V\r\nColor: White, Black, Red, Mahogany, mahogany\r\nUnique mechanical metronome design, only 11cm height, pocket size, very portable.\r\nThe metronome adopts durable high-elastic nylon movement, which ensures a more stable working state, avoiding the shortcomings that ordinary metronomes are not accurate when once dropped.\r\nIts sound is soft, not harsh at all. Without bell ringing.\r\nIt has a wind up mechanism and a swinging pendulum and is enclosed in a high-impact case.\r\nMetronome can help you train your concept on music speed,', 15.19, NULL, NULL, 17.19, 'Gecheer Portable Mechanical Metronome Universal Metronome 11cm Height for Piano Guitar Violin Ukulele Chinese Zither Music Instrument-40254.jpeg', 'Gecheer Portable Mechanical Metronome Universal Metronome 11cm Height for Piano Guitar Violin Ukulele Chinese Zither Music Instrument-40919.jpeg', 'Gecheer Portable Mechanical Metronome Universal Metronome 11cm Height for Piano Guitar Violin Ukulele Chinese Zither Music Instrument-95320.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 12:33:02', '2024-02-23 12:33:02'),
(5400, 'Texas Instruments TI-83 Plus Graphing Calculator for High School Math and Science', '55cT7wKeh', 14, 'Texas Instruments TI-83 Plus Graphing Calculator for High School Math and Science', 70.00, NULL, NULL, 78.00, 'Texas Instruments TI-83 Plus Graphing Calculator for High School Math and Science-39150.jpeg', 'Texas Instruments TI-83 Plus Graphing Calculator for High School Math and Science-98439.jpeg', 'Texas Instruments TI-83 Plus Graphing Calculator for High School Math and Science-69185.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 12:55:06', '2024-02-23 12:55:06'),
(5401, 'Andoer Black Pocket Sax Mini Portable Saxophone C-Key Little Saxophone With Carrying Bag Woodwind Instrument', 'o5163j2NA', 14, 'This is a true portable music instrument that can be carried everywhere, in your pocket, backpack, even up your sleeve.\r\nFeatures:\r\nPlay it in an acoustic space and it will sound like a full-sized saxophone. Make friends while making spiritual music.\r\nIt will bring you joy, to create a sense of music wherever you are.\r\nA true portable instrument that can be carried everywhere.\r\nSaxophone will be a great gift for friends.\r\nEach handmade saxophone is a work of art that you will cherish forever.\r\nIdeal for practicing wherever you go.\r\nMini Sax, light weight and portable.\r\nSpecifications:\r\nColor: black\r\nMaterial:\r\nKey: C key\r\nItem length: 400mm\r\nItem weight: 110g / 3.8ounce\r\nPackage size: 410 * 50 * 50mm / 16.1 * 2.0 * 2.0in\r\nPackage weight: 132g / 4.6ounce\r\nPackage list:\r\n1 * Little Sax\r\n1 * Bag', 10.99, NULL, NULL, 14.99, 'Andoer Black Pocket Sax Mini Portable Saxophone C-Key Little Saxophone With Carrying Bag Woodwind Instrument-43616.jpeg', 'Andoer Black Pocket Sax Mini Portable Saxophone C-Key Little Saxophone With Carrying Bag Woodwind Instrument-74643.jpeg', 'Andoer Black Pocket Sax Mini Portable Saxophone C-Key Little Saxophone With Carrying Bag Woodwind Instrument-93893.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 13:39:31', '2024-02-23 13:39:31'),
(5402, 'Andoer African Hand Drum 8 Inch Portable Djembe Drum Percussion Instrument with Colorful Art Patterns for Children Light Tambourine Early Childhood Enlightenment Musical Instruments Gift For Chi', 'HiFi1oXJo', 14, 'LIGHTWEIGHT AFRICAN DRUM: This 8-inch PVC African drum is made of carbon fiber, making it super lightweight and easy to handle. Itperfect for both adults and children who are beginners in drumming.\r\nNO TUNING REQUIRED: drum is designed to be played without need for tuning, making it convenient and user-friendly, especially for beginners.\r\nDURABLE ABS RESIN BODY: body of drum is made of ABS resin, a material known for its durability and resistance to wear and tear. This ensures that drum can withstand regular use and last for a long time.\r\nTRADITIONAL PATTERN FABRIC DECORATION: drum is decorated with traditional pattern fabric, adding an authentic and artistic to its appearance. Itnot just a musical instrument, but also a beautiful piece of art.\r\nSOFT FOOT AND -RESISTANT: drum features a soft foot that provides stability and prevents it from slipping during use. Italso -resistant, ensuring that it can withstand vigorous drumming without getting damaged.\r\nPERFECT GIFT IDEA: This African drum makes a wonderful gift for lovers, drum enthusiasts, or anyone interested in African culture. Itsuitable for birthdays, Christmas, anniversaries, or any special occasion. Its unique design and high-quality construction make it a gift that will be appreciated and enjoyed for years to come.', 20.35, NULL, NULL, 28.35, 'Andoer African Hand Drum 8 Inch Portable Djembe Drum Percussion Instrument with Colorful Art Patterns for Children Light Tambourine Early Childhood Enlightenment Musical Instruments Gift For Chi-81357.jpeg', 'Andoer African Hand Drum 8 Inch Portable Djembe Drum Percussion Instrument with Colorful Art Patterns for Children Light Tambourine Early Childhood Enlightenment Musical Instruments Gift For Chi-65211.jpeg', 'Andoer African Hand Drum 8 Inch Portable Djembe Drum Percussion Instrument with Colorful Art Patterns for Children Light Tambourine Early Childhood Enlightenment Musical Instruments Gift For Chi-60533.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 13:45:24', '2024-02-23 13:45:24'),
(5403, '1950\'s Hospital Wash Basin, Czechoslovakia', 'qqI5wrr30', 14, 'Vintage medical up-stand hospital operating room sink for storing surgical instruments.\r\nDetails\r\nDimensions\r\nHeight: 31.5 in (80 cm)\r\nDiameter: 14.18 in (36 cm)', 400.76, NULL, NULL, 463.76, '1950\'s Hospital Wash Basin, Czechoslovakia-82294.jpeg', '1950\'s Hospital Wash Basin, Czechoslovakia-59283.jpeg', '1950\'s Hospital Wash Basin, Czechoslovakia-55265.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-23 13:57:34', '2024-02-23 13:57:34'),
(5404, 'Art Deco Aero Art Frantz Industries Machine Age Aluminum and Micarta Bar Tray', 'F3ewabaix', 14, 'Art Deco Aero Art Frantz Industries Machine Age aluminum and Micarta / Bakelite bar tray, made in Los Angeles California.\r\nDetails\r\nCreator\r\nFrantz Industries (Maker)\r\nSimilar to\r\nWarren McArthur (Designer)\r\nDimensions\r\nHeight: 3.5 in (8.89 cm)\r\nWidth: 18 in (45.72 cm)\r\nDepth: 10 in (25.4 cm)', 900.00, NULL, NULL, 960.00, 'Art Deco Aero Art Frantz Industries Machine Age Aluminum and Micarta Bar Tray-66004.jpeg', 'Art Deco Aero Art Frantz Industries Machine Age Aluminum and Micarta Bar Tray-99716.jpeg', 'Art Deco Aero Art Frantz Industries Machine Age Aluminum and Micarta Bar Tray-26934.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-23 14:08:04', '2024-02-23 14:08:04'),
(5405, 'Baileigh Industrial Machining Shear,14 ga Cap. Mild Steel MPS-3', '1vCZPaDSJ', 19, 'Machining Shear, Sheet Capacity Aluminum 14 ga, Sheet Metal Capacity Mild Steel 14 ga, Adjustable Depth Stop No, Actuation Hand Lever\r\nBaileigh Industrial Machining Shear,14 ga Cap. Mild Steel MPS-3', 500.52, NULL, NULL, 560.52, 'Baileigh Industrial Machining Shear,14 ga Cap. Mild Steel MPS-3-79982.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-23 14:14:26', '2024-02-23 14:14:26'),
(5406, 'Vegan Exfoliating Cold Pressed Sea Buckthorn Face Polish with Rosehip Oil, Vitamin C and bamboo', 'q9tgNLzUm', 17, 'Handmade\r\nKlara’s Sea Buckthorn Oleogel face polish is designed for gentle exfoliation and refinement of matured skin. The oleogel formula with sucragel allows massaging the cold-pressed plant oils into the skin. With water, it forms an easily washable milky solution. The cold-pressed oils, such as apricot kernel, sweet almond and olive oils packed with antioxidants. The rosehip oil is also known to brighten the skin and fight against age spots. The most active ingredient is the Sea Buckthorn CO2 extract, which has skin healing effects by restoring oxidative damage. Its high vitamin C content supports the rosehip oil’s skin-brightening effect, which boosts the face polish formula’s anti-ageing effect. The micro-exfoliating bamboo and jojoba grains help to remove dead skin cells from the surface and accelerate the skin cell renewal process. Cold-press orange peels and vanilla CO2 extract provide a pleasant orange and vanilla smell. Thus, the formula contains only natural raw ingredients that were never processed at high temperatures and retains the natural components in the plants without degradation. This raw, natural formula is vegan, cruelty-free, and ideal for the regular exfoliation of matured skin. After exfoliation, the face should be washed with lukewarm water to provide complete skin renewal and a pore-cleansing effect. The skin will feel completely refined, refreshed and clean after the application.', 55.59, NULL, NULL, 89.00, 'Vegan Exfoliating Cold Pressed Sea Buckthorn Face Polish with Rosehip Oil, Vitamin C and bamboo-63215.jpeg', 'Vegan Exfoliating Cold Pressed Sea Buckthorn Face Polish with Rosehip Oil, Vitamin C and bamboo-91524.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-23 14:18:05', '2024-02-23 14:18:05'),
(5407, 'Dildo Stick', 'vw7iR5TPu', 16, '10 speeds G Spot Vibrator Dildo Stick toy adult products', 14.99, NULL, NULL, 49.99, 'Dildo Stick-55128.jpeg', 'Dildo Stick-22517.jpeg', 'Dildo Stick-95824.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-23 14:18:14', '2024-02-23 14:18:14'),
(5408, 'Forio Modern Industrial Chandelier Mason Jar Island 3-Light Fixture', 'VVPyuihVc', 14, 'The glass pendant light’s rustproof canopy with high weight capacity and lamp holder are dressed in a black finish, introducing a dash of antique charm to your interior. Crafted of impurity-free hand-blown glass, it consists of three dangling clear glass mason jars of different sizes and shapes and at varied hanging heights.\r\n\r\nWith excellent light transmittance, the glass shades are heat-resistant and easy to clean. Add this playful piece to bedroom, dining room, entryway, foyer, hallway, kids room, kitchen, living room and stairwell.\r\n\r\nCompatible with three 60-watt E26-based bulbs (NOT included). Fully dimmable with compatible dimmer switch and dimmable bulbs. It emits stunning light rays throughout your space, creating a calming atmosphere in your home.\r\n\r\nETL listed for dry locations. A hardwired connection is applicable to the pendant light. Dimension: shades: 10.83 inches high * 7.83 inches wide; 8.58 inches high * 7.83 inches wide; 7.24 inches high * 6.69 inches wide; canopy: 11.81 inches.\r\n\r\nIt comes with three adjustable cords. \r\n\r\n3 Light clear glass jar island pendant chandelier\r\nETL listed for dry location, hard-wired connection\r\nCord adjustable for easy customizing your lighting needs; 3 cords are 47.2\", 43.3\", 39.4\" in length\r\n3* E26 based, support Max.60W each bulb(NOT included)\r\nPerfect for kitchen/living room/dining room/bedroom/cafe/bar/club', 120.49, NULL, NULL, 150.49, 'Forio Modern Industrial Chandelier Mason Jar Island 3-Light Fixture-15353.jpeg', 'Forio Modern Industrial Chandelier Mason Jar Island 3-Light Fixture-82248.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-23 14:22:37', '2024-02-23 14:22:37'),
(5409, 'applicable) Aloea vera gel with sea buckthorn oil, Natural moisturizer for face and body, After sun and wind, Health and wellness', 'wpti9bXKA', 17, 'Handmade\r\nRead the full description\r\nMaterials: Aloea vera gel, Natural sea buckthorn oil\r\nAloe Vera gel with sea buckthorn oil is suitable for all skin types. \r\n\r\nIt will be especially useful for reducing skin irritation caused by sun and wind. Ideal for daily use on the skin of both the face and body.\r\n\r\nSea buckthorn oil effectively moisturises and eliminates the feeling of dry skin, Aloe Vera gel soothes and cools the skin, making it smooth.', 29.59, NULL, NULL, 50.06, 'applicable) Aloea vera gel with sea buckthorn oil, Natural moisturizer for face and body, After sun and wind, Health and wellness-73522.jpeg', 'applicable) Aloea vera gel with sea buckthorn oil, Natural moisturizer for face and body, After sun and wind, Health and wellness-18560.jpeg', 'applicable) Aloea vera gel with sea buckthorn oil, Natural moisturizer for face and body, After sun and wind, Health and wellness-78993.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 14:24:44', '2024-02-23 14:24:44'),
(5410, 'Tribeca Steel and Crystal Industrial Chandelier Small 5-Light Chandelier', 'bIIZtyMPX', 14, 'The 5-bulb Tribeca compact chandelier pendant features a compact Industrial frame of sturdy black steel gas pipes and fittings. With five lights cascading over two levels, paired with superior quality and optically-pure gem-cut crystal in a random array, this design suggests falling water. The upcycled Industrial parts contrast beautifully with the sparkling crystal to create a powerful study in contrasts: formal and informal; masculine and feminine; traditional and risque. This gorgeous little chandelier hangs from its clear SVT electrical cable. You can hardwire it into a junction box, or a hook if you don\'t have a junction box in the spot where you wish to hang the pendant. A standard plain white 5? round canopy is included.\r\nRead More\r\nDetails\r\nCreator\r\nMichael McHale Designs (Designer)\r\nDimensions\r\nHeight: 11 in (27.94 cm)\r\nWidth: 6.5 in (16.51 cm)\r\nDepth: 6 in (15.24 c', 600.00, NULL, NULL, 675.00, 'Tribeca Steel and Crystal Industrial Chandelier Small 5-Light Chandelier-81588.jpeg', 'Tribeca Steel and Crystal Industrial Chandelier Small 5-Light Chandelier-14733.jpeg', 'Tribeca Steel and Crystal Industrial Chandelier Small 5-Light Chandelier-12681.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-23 14:29:47', '2024-02-23 14:29:47'),
(5411, 'SEA BUCKTHORN Oil 100ML Pure 100% Cold Pressed Organic Unrefined & Natural, Repairs Damaged Skin Calms Irritated Skin Heals Rosacea NEW', 'lDUTGw19g', 17, 'Handmade\r\nMaterials: simmondsia chinensis\r\n100% pure, cold pressed sea buckthorn oil. Supplied in dark glass amber bottle for extended shelf life.\r\n\r\n\r\nWhat Is Sea Buckthorn Oil?\r\n\r\nSea buckthorn oil is derived from sea buckthorn, a shrub that grows in the mountainous and coastal areas of Asia and Europe. Its botanical name is Hippophae Rhamnoides. It contains high levels of vitamin E, omega 3 and 6, which are all good nutrients for skin health. However, one crucial nutrient that makes sea buckthorn such an excellent tissue healer is the rare omega 7.', 26.41, NULL, NULL, 55.78, 'SEA BUCKTHORN Oil 100ML Pure 100% Cold Pressed Organic Unrefined & Natural, Repairs Damaged Skin Calms Irritated Skin Heals Rosacea NEW-18077.jpeg', 'SEA BUCKTHORN Oil 100ML Pure 100% Cold Pressed Organic Unrefined & Natural, Repairs Damaged Skin Calms Irritated Skin Heals Rosacea NEW-98293.jpeg', 'SEA BUCKTHORN Oil 100ML Pure 100% Cold Pressed Organic Unrefined & Natural, Repairs Damaged Skin Calms Irritated Skin Heals Rosacea NEW-97436.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-23 14:30:46', '2024-02-23 14:30:46'),
(5412, 'Urban Ambiance Luxury Industrial Chandelier, Small Size: 11.5\"H x 13.5\"W, with Americana Style Elements, Nostalgic Design, Pretty Brushed Nickel Finish and Opal Etched Glass, UQL2333', 'nDuoWzkSB', 14, 'STYLE AND DESIGN INSPIRATION: Small in size and designed in an Industrial style, its round design is both luxurious and modern making it a leading fixture in the Urban Ambiance portfolio. Nestled below the San Gabriel Mountains lies the city of Pasadena. One of the oldest cities in L.A. County, Pasadena embraces the glitz and glamour while holding on to its craftsman style. It\'s this combination that became the spirit of the Pasadena CollectionMATERIAL, FINISH AND WARRANTY: Made from high-purity steel-glass with our stately Brushed Nickel finish. Superior workmanship backed by a 10 year electical components warranty and a 3 year finish warranty (original purchaser).DIMENSIONS: 11.5\" H, 13.5\" W, 13.5\" D (see image gallery for dimensional drawing)BULBS, WATTAGE AND LIGHT DIRECTION: Requires one100 Watt A19 Medium Base bulb (not included) producing radiant down lightingINSTALLATION: Indoor (damp locations approved) and ceiling mounted (installation hardware and instructions included)\r\nSTYLE AND DESIGN INSPIRATION: Small in size and designed in an Industrial style, its round design is both luxurious and modern making it a leading fixture in the Urban Ambiance portfolio. Nestled below the San Gabriel Mountains lies the city of Pasadena. One of the oldest cities in L.A. County, Pasadena embraces the glitz and glamour while holding on to its craftsman style. It\'s this combination that became the spirit of the Pasadena Collection\r\nMATERIAL, FINISH AND WARRANTY: Made from high-purity steel-glass with our stately Brushed Nickel finish. Superior workmanship backed by a 10 year electical components warranty and a 3 year finish warranty (original purchaser).\r\nDIMENSIONS: 11.5\" H, 13.5\" W, 13.5\" D (see image gallery for dimensional drawing)\r\nBULBS, WATTAGE AND LIGHT DIRECTION: Requires one100 Watt A19 Medium Base bulb (not included) producing radiant down lighting\r\nINSTALLATION: Indoor (damp locations approved) and ceiling mounted (installation hardware and instructions included)', 200.00, NULL, NULL, 289.00, 'Urban Ambiance Luxury Industrial Chandelier, Small Size: 11.5\"H x 13.5\"W, with Americana Style Elements, Nostalgic Design, Pretty Brushed Nickel Finish and Opal Etched Glass, UQL2333-27096.jpeg', 'Urban Ambiance Luxury Industrial Chandelier, Small Size: 11.5\"H x 13.5\"W, with Americana Style Elements, Nostalgic Design, Pretty Brushed Nickel Finish and Opal Etched Glass, UQL2333-29599.jpeg', 'Urban Ambiance Luxury Industrial Chandelier, Small Size: 11.5\"H x 13.5\"W, with Americana Style Elements, Nostalgic Design, Pretty Brushed Nickel Finish and Opal Etched Glass, UQL2333-37009.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-23 14:41:48', '2024-02-23 14:41:48'),
(5413, 'Kubota GL11000 Lowboy II Diesel Industrial Generator 11kW', 'XzffCRWLz', 14, 'Kubota GL11000 Lowboy II Diesel Industrial Generator 11kW\r\n\r\nThe Kubota GL11000 generator features heavy-duty power generation. Easy one-side maintenance with a large swing-up side panel for quick engine inspection and maintenance. Safety features include automatic engine shut down if the water temperature is excessive or oil pressure drops below a safe level and double circuit protectors to prevent over current damage. Twin-point lifting makes it easy to transport all GL series generators.', 7449.00, NULL, NULL, 7749.00, 'Kubota GL11000 Lowboy II Diesel Industrial Generator 11kW-48803.jpeg', 'Kubota GL11000 Lowboy II Diesel Industrial Generator 11kW-67792.jpeg', 'Kubota GL11000 Lowboy II Diesel Industrial Generator 11kW-65834.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-23 14:56:38', '2024-02-23 14:56:38'),
(5414, 'Organic | Blue Tansy Cream | Balancing Face Moisturizer', 'ZyV0sDiWw', 17, 'Handmade\r\nThe luxurious Blue Tansy Essential Oil Cream is a balancing face moisturizer that is non-comedogenic waterless formula with no artificial fillers, or synthetic fragrances and is strictly made of pure organic top quality unrefined botanicals such as plant, seed, nut and fruit oils and butters. It is a satiny, and fast absorbing moisturizer that provides plump, dewy glow with ingredients that smooth skin.', 40.64, NULL, NULL, 89.00, 'Organic | Blue Tansy Cream | Balancing Face Moisturizer-80784.jpeg', 'Organic | Blue Tansy Cream | Balancing Face Moisturizer-14814.jpeg', 'Organic | Blue Tansy Cream | Balancing Face Moisturizer-22826.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-23 15:04:46', '2024-02-23 15:04:46'),
(5415, 'Strongway 20-Ton Hydraulic Low-Profile Bottle Jack', 'mGuEBdgxa', 14, 'Strongway 20-Ton Hydraulic Low-Profile Bottle Jack', 50.99, NULL, NULL, 59.99, 'Strongway 20-Ton Hydraulic Low-Profile Bottle Jack-27492.jpeg', NULL, NULL, 'Industrial', 4.5, NULL, 1, '2024-02-23 15:07:30', '2024-02-23 15:07:30'),
(5416, 'Winco 12kW 120/240V 1Ph Industrial Portable Generator', 'D5jcylSgX', 14, 'Winco 12kW 120/240V 1Ph Industrial Portable Generator\r\n\r\nThis generator is the workhorse of the Winco big dog portable generator series. It will save you time and money giving your company a competitive advantage over crews using other portable generators. The 15 Gallon fuel tank provides 9 hours of run time at full load so you won\'t have to take unscheduled breaks to refuel. The factory installed lifting bar makes it easy to get this generator on and off the roof while the four wheel dolly kit make maneuvering this generator easy. This generator is the preferred portable generator in the flat top roofing industry. It is durable enough to handle the hours while providing clean power for sensitive equipment.', 4032.00, NULL, NULL, 5032.00, 'Winco 12kW 120/240V 1Ph Industrial Portable Generator-75727.jpeg', 'Winco 12kW 120/240V 1Ph Industrial Portable Generator-71228.jpeg', 'Winco 12kW 120/240V 1Ph Industrial Portable Generator-22282.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-23 15:18:42', '2024-02-23 15:18:42'),
(5417, 'Dewalt DCG405B 20V MAX XR Brushless Lithium-Ion 4.5 in. Cordless Slide Switch Small Angle Grinder with Kickback Brake (Tool Only)', 'DAcMIeClS', 14, 'Dewalt DCG405B 20V MAX XR Brushless Lithium-Ion 4.5 in. Cordless Slide Switch Small Angle Grinder with Kickback Brake (Tool Only)', 156.99, NULL, NULL, 171.99, 'Dewalt DCG405B 20V MAX XR Brushless Lithium-Ion 4.5 in. Cordless Slide Switch Small Angle Grinder with Kickback Brake (Tool Only)-72663.jpeg', 'Dewalt DCG405B 20V MAX XR Brushless Lithium-Ion 4.5 in. Cordless Slide Switch Small Angle Grinder with Kickback Brake (Tool Only)-29161.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-23 15:27:00', '2024-02-23 15:27:00'),
(5418, 'Mean Green Industrial General Purpose Cleaner Spray-', 'ORJ6yqFSU', 14, 'Mean Green Industrial General Purpose Cleaner Spray- 3385680, Gallon: Is a powerful formula designed to eliminate dirt, grease, grim oils and other various residues on water safe surfaces. Ideal for a wide range of cleaning apply applications. This product is also NSF register for use as a general cleaner in food processing facilities. Non-Toxic, contains no acid, bleach or ammonia.\r\nAllow cleaner to penetrate dirt, grease and grime then rinse and wipe off\r\nNSF register for use as a general cleaner in food processing facilities\r\nMean Green is non-toxic, contains no acid, bleach or ammonia\r\nDo not allow to dry on surfaces before rinsing', 10.97, NULL, NULL, 15.97, 'Mean Green Industrial General Purpose Cleaner Spray--46023.jpeg', 'Mean Green Industrial General Purpose Cleaner Spray--51697.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-23 15:35:22', '2024-02-23 15:35:22'),
(5419, 'A World of Curiosities', '7TtDPqjdF', 12, 'Chief Inspector Armand Gamache returns in the eighteenth book in #1 New York Times bestseller Louise Penny\'s beloved series.\r\nIt\'s spring and Three Pines is reemerging after the harsh winter. But not everything buried should come alive again. Not everything lying dormant should reemerge.\r\nBut something has.\r\nAs the villagers prepare for a special celebration, Armand Gamache and Jean-Guy Beauvoir find themselves increasingly worried. A young man and woman have reappeared in the S?ret? du Qu?bec investigators\' lives after many years. The two were young children when their troubled mother was murdered, leaving them damaged, shattered. Now they\'ve arrived in the village of Three Pines.\r\nBut to what end?\r\nGamache and Beauvoir\'s memories of that tragic case, the one that first brought them together, come rushing back. Did their mother\'s murder hurt them beyond repair? Have those terrible wounds, buried for decades, festered and are now about to erupt?\r\nAs Chief Inspector Gamache works to uncover answers, his alarm grows when a letter written by a long dead stone mason is discovered. In it the man describes his terror when bricking up an attic room somewhere in the village. Every word of the 160-year-old letter is filled with dread. When the room is found, the villagers decide to open it up.\r\nAs the bricks are removed, Gamache, Beauvoir and the villagers discover a world of curiosities. But the head of homicide soon realizes there\'s more in that room than meets the eye. There are puzzles within puzzles, and hidden messages warning of mayhem and revenge.\r\nIn unsealing that room, an old enemy is released into their world. Into their lives. And into the very heart of Armand Gamache\'s home.', 19.79, NULL, NULL, 22.99, 'A World of Curiosities-28550.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-23 15:38:25', '2024-02-23 15:38:25'),
(5420, 'Blue Tansy Face Serum', 'zZS2Izk2b', 17, 'Handmade\r\nBlue Tansy is all the rage today! If you didn\'t already know, it is an essential oil that smells absolutely amazing. Many companies will advertise their product as \"blue tansy,\" but if you look at their ingredients the only thing \"blue\" in their product is artificial blue dye. We use no fillers in our products which means that every single drop is full of yummy goodness!\r\n\r\nIf you want a silky, amazing smelling product that is known to brighten skin then this one is for you! Your skin will start craving the effects of this oil!', 18.24, NULL, NULL, 29.00, 'Blue Tansy Face Serum-20148.jpeg', 'Blue Tansy Face Serum-95211.jpeg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-23 15:38:38', '2024-02-23 15:38:38');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5421, 'Verity', 'o4YXltOIA', 12, 'Whose truth is the lie? Stay up all night reading the sensational psychological thriller that has readers obsessed, from the #1 New York Times bestselling author of Too Late and It Ends With Us.\r\n#1 New York Times Bestseller - USA Today Bestseller - Globe and Mail Bestseller - Publishers Weekly Bestseller\r\nLowen Ashleigh is a struggling writer on the brink of financial ruin when she accepts the job offer of a lifetime. Jeremy Crawford, husband of bestselling author Verity Crawford, has hired Lowen to complete the remaining books in a successful series his injured wife is unable to finish.\r\nLowen arrives at the Crawford home, ready to sort through years of Verity\'s notes and outlines, hoping to find enough material to get her started. What Lowen doesn\'t expect to uncover in the chaotic office is an unfinished autobiography Verity never intended for anyone to read. Page after page of bone-chilling admissions, including Verity\'s recollection of the night her family was forever altered.\r\nLowen decides to keep the manuscript hidden from Jeremy, knowing its contents could devastate the already grieving father. But as Lowen\'s feelings for Jeremy begin to intensify, she recognizes all the ways she could benefit if he were to read his wife\'s words. After all, no matter how devoted Jeremy is to his injured wife, a truth this horrifying would make it impossible for him to continue loving her.', 7.09, NULL, NULL, 16.99, 'Verity-35973.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-23 15:44:41', '2024-02-23 15:44:41'),
(5422, 'Baby Beanie (AOP)', 'Bee5sB76Z', 17, 'Handmade\r\nThe custom baby beanie hat is an ideal inclusion for colder months. The 100% polyester build is designed with comfort and printability in mind. Sized for infants up to roughly 6 months old, the custom baby beanie can be printed on both sides: front and back.\r\n.: 100% Polyester\r\n.: One size \r\n.: Medium fabric (6.0 oz/yd² (170 g/m²))\r\n.: The same design printed on both sides\r\n.: NB! Please note these beanies are pre-constructed. Solid background and full-bleed pattern maybe not cover 100% of the creasing area along the seams of the beanie.', 30.00, NULL, NULL, 62.09, 'Baby Beanie (AOP)-46151.jpeg', 'Baby Beanie (AOP)-67054.jpeg', 'Baby Beanie (AOP)-20483.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-23 15:48:20', '2024-02-23 15:48:20'),
(5423, 'Confess', 'VVY2NF22v', 12, 'From the #1 New York Times bestselling author of It Starts with Us and It Ends with Us, a novel about risking everything for love--and finding your heart somewhere between the truth and lies.\r\nAt age twenty-one, Auburn Reed has already lost everything important to her. In her fight to rebuild her shattered life, she has her goals in sight and there is no room for mistakes. But when she walks into a Dallas art studio in search of a job, she doesn\'t expect to find a deep attraction to the enigmatic artist who works there, Owen Gentry.\r\nFor once, Auburn takes a chance and puts her heart in control, only to discover that Owen is keeping a major secret from coming out. The magnitude of his past threatens to destroy everything important to Auburn, and the only way to get her life back on track is to cut Owen out of it.\r\nTo save their relationship, all Owen needs to do is confess. But in this case, the confession could be much more destructive than the actual sin.', 15.03, NULL, NULL, 16.99, 'Confess-96735.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-23 15:48:46', '2024-02-23 15:48:46'),
(5424, 'Custom Pet Bootleg Comfort Colors Easter Day Shirt', 'z6SY4F2Hp', 1, 'Custom Pet Bootleg Comfort Colors Easter Day Shirt, Custom Retro Cat Dog Bootleg Shirt, Custom Your Own Bootleg Pet Photo Easter Day Shirt', 18.97, NULL, NULL, 25.30, 'Custom Pet Bootleg Comfort Colors Easter Day Shirt-56692.jpeg', 'Custom Pet Bootleg Comfort Colors Easter Day Shirt-55829.jpeg', 'Custom Pet Bootleg Comfort Colors Easter Day Shirt-95814.jpeg', 'Beauty & personal care', 1.0, NULL, 1, '2024-02-23 15:51:37', '2024-02-23 15:53:01'),
(5425, 'Point of Retreat', 'Nl91FeMx7', 12, 'From the #1 New York Times bestselling author of All Your Perfects and It Ends with Us. Sometimes two people have to fall apart to realize just how much they belong together.As Layken and Will\'s emotion-packed story continues, a stunning and unforeseen revelation about Will\'s past leaves them questioning everything that they thought they knew about each other. With the foundation of their relationship at risk, they must decide whether they are willing to fight for a future together, or to retreat back into solitude and heartache. How far does Will have to go to prove to Layken his love for her will last forever? It will require something truly extraordinary to keep this couple together, and the decisions they make and the answers they find will change not only their lives, but the lives of everyone around them.', 7.09, NULL, NULL, 10.90, 'Point of Retreat-15692.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-23 15:54:34', '2024-02-23 15:54:34'),
(5426, 'Crochet Chunky Wool Balaclava', 'MoKWOia3u', 17, 'Chunky wool balaclava made from 100% wool.', 60.00, NULL, NULL, 89.00, 'Crochet Chunky Wool Balaclava-82513.jpeg', 'Crochet Chunky Wool Balaclava-18984.jpeg', 'Crochet Chunky Wool Balaclava-67824.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-23 15:54:54', '2024-02-23 15:54:54'),
(5427, 'Crochet Balaclava', '08aHLzDmB', 17, 'Handmade\r\nRead the full description\r\nMaterials: cotton, natural cotton, wool, natural wool, organic cotton, natural acrylic\r\nCrochet Balaclava\r\n* Completly Hand-knitted\r\n* 50% cotton 50% acrylic\r\n* Unisex Balaclava\r\n* Available in 5 Beautiful Colours', 34.72, NULL, NULL, 49.60, 'Crochet Balaclava-10571.jpeg', 'Crochet Balaclava-75647.jpeg', 'Crochet Balaclava-49219.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-23 15:58:09', '2024-02-23 15:58:09'),
(5428, 'Clash', 'KtIXrSBZh', 12, 'The only easy thing about Jude and Lucy\'s relationship is their love for one another. Everything else is hard. Especially when it comes to reining in Jude\'s trigger touch temper and Lucy\'s increasing jealousy of Jude\'s Spirit Sister on the cheer squad who\'s attached herself to him in just about every way a girl could. Feeling the stress of trying to hang on to her quintessential bad boy while becoming the foremost dancer in her class, Lucy knows something\'s going to break. She wants both. She needs both. But if she doesn\'t make a choice, she risks losing everything.For Lucy Larson and Jude Ryder, love might be the thing that just isn\'t enough. This description may be from another edition of this product.', 4.99, NULL, NULL, 9.99, 'Clash-39045.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-23 15:58:26', '2024-02-23 15:58:26'),
(5429, 'Crochet Balaclava, Black & White, Unisex Balaclava', 'eusCQAP9n', 17, 'Handmade\r\nRead the full description\r\nMaterials: wool, cotton, natural wool, natural cotton, organic cotton, organic acrylic\r\nMonochrome Crochet Balaclava\r\n* Completly Hand-knitted\r\n* %50 cotton %50 acrylic\r\n* Unisex Balaclava\r\n* It is recommended to wash at 30 degrees or just hand wash with cold water.\r\n\r\n❄️ 🧶 This handmade balaclava is not just an accessory; it\'s a statement piece that showcases your unique sense of style. Treat yourself or surprise a loved one with this fashionable and functional accessory.', 34.72, NULL, NULL, 49.60, 'Crochet Balaclava, Black & White, Unisex Balaclava-26676.jpeg', 'Crochet Balaclava, Black & White, Unisex Balaclava-57240.jpeg', 'Crochet Balaclava, Black & White, Unisex Balaclava-22217.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-23 16:04:27', '2024-02-23 16:04:27'),
(5430, 'Mystery Box', 'qAMkwAP6W', 16, 'Lankybox Big Boxy Mystery Box, Yellow Surprise Box with Plush, Squish, Role-Play and Much More', 20.00, NULL, NULL, 56.91, 'Mystery Box-47730.jpeg', 'Mystery Box-42131.jpeg', 'Mystery Box-72801.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-23 16:09:17', '2024-02-23 16:10:52'),
(5431, 'Summer Beanie Knit Hat, Mens Slouchy Hat, Womens Beanie Hat', 'pUn30s48b', 17, 'Summer Beanie Knit Hat, Mens Slouchy Hat, Womens Beanie Hat, Summer Beanie, Beanie with Visor, Summer Beanie Hat, Knit Hat, Korean Fashion\r\nHandmade\r\nMaterials: Cotton, Acrylic\r\nThe slouch summer beanie hat has been designed to keep the sun off your head while also keeping you warm with its soft material. It feels divine and gentle on your skin.\r\n\r\nIt\'s easy to put on and wear or put away in your bag without damage, as all Casualbox headwear is made for easy storage. \r\nIt has a unique silhouette with a baggy slack at the back part to give a casual look. Long hair can fit inside the beanie \r\nwhich can be useful to keep long hair off your neck. \r\n\r\nSuitable for men and women. \r\n\r\nCotton 50%, Acrylic 50% \r\n\r\nEthically Made in South Korea\r\n\r\nIt can fit most adults, including larger sizes (56-64cm / 22-25.1 in)', 21.55, NULL, NULL, 30.06, 'Summer Beanie Knit Hat, Mens Slouchy Hat, Womens Beanie Hat-58486.jpeg', 'Summer Beanie Knit Hat, Mens Slouchy Hat, Womens Beanie Hat-68117.jpeg', 'Summer Beanie Knit Hat, Mens Slouchy Hat, Womens Beanie Hat-92155.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-23 16:10:33', '2024-02-23 16:10:33'),
(5432, 'Love Unrehearsed', 'zVHgcZxJv', 12, 'At last, the rest of the story that began in Love Unscripted . At last, the rest of the story that began in Love Unscripted . T here is no rehearsal for t rue love . When A-list movie star Ryan Christensen ducked into her pub to escape his screaming fans, never in a million years did Taryn Mitchell think her life was about to change forever. But now, eight months later, after a whirlwind romance, Taryn wakes up in Ryan\'s Hollywood hotel room to find a diamond to die for on her left ring finger--and her face splashed across the cover of every gossip magazine. Ryan\'s very public proposal is catnip to the tabloids, his management team is worried, and Taryn must figure out how a small-town girl like her fits into his glittering world. What does it take to make a relationship work amidst telephoto lenses, daily on-set temptations, and jealous fans who will stop at nothing to keep her from walking down the aisle with the man of her dreams? With no script to follow and no chance for a dress rehearsal, Taryn and Ryan will be forced to take the plunge into real life and risk everything to make their love last.', 4.89, NULL, NULL, 8.90, 'Love Unrehearsed-31917.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-23 16:10:40', '2024-02-23 16:10:40'),
(5433, 'Mile High', 'zu2ssGSBt', 12, 'Praise for Mile High\"I\'m hooked on this trilogy. Completely. James Cavendish has stolen my heart!\" -Aestas Book Blog\"This book is everything you loved about Fifty Shades and even more\" -Ana\'s Attic Sexy TalesBook 2 in the Up In The Air trilogy.James and Bianca\'s tumultuous story continues in the sequel to In Flight.James has initiated Bianca into a dark and drugging world of passion and pain. He taught her about her own submissive, masochistic nature, and she fell swiftly and deeply in love with the undeniably charming and impossibly beautiful Mr. Cavendish, but a painful misunderstanding and the return of the brutally violent demons of her past have combined to overwhelm Bianca, and, confused and hurt, she pushes him away. It\'s been over a month since the shocking attack that hospitalized her, and since she told a distraught James that she needed space, but her feelings haven\'t gone away. Even she knew that it was only a matter of time before he would cast his spell on her again.', 7.89, NULL, NULL, 9.99, 'Mile High-41510.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-23 16:13:56', '2024-02-23 16:13:56'),
(5434, 'Summer Beanie, Knitted Hat for Women and Men', 'CHou8t2FF', 17, 'Summer Beanie, Knitted Hat for Women and Men, Korean Fashion, Bohemian Findings, Mens Slouchy Beanie, Breathable Travel Beanie, Y2k Beanie\r\nHandmade\r\nMaterials: polyester, breathable material\r\nOur Laxley Gauze knitted summer beanie for men and women is an excellent accessory to have in your wardrobe! This knitted hat for women and men has a porous structure, allowing air to pass through it. This summer slouchy beanie has a lightweight knitted design that makes it breathable! It\'s also easy to fold and store away - a fantastic, breathable travel beanie! \r\n\r\nOur knitted hat for women and men is a slouchy beanie made with enough bagginess in the back for long hair to hold your hair, depending on the thickness, or to be left outside without the beanie slipping. \r\n\r\nIt is perfect for hot summer days when you want ventilation to keep your hair and scalp fresh and cool. The lightweight design makes it ideal for travel. It will keep your scalp and style fresh at any time.\r\n\r\nBRAND: CHARM\r\n\r\nSIZE: \r\nKnitted hat for women and men - one size fits most: Best suited for head sizes with a circumference of 21.6 to 23.2 inches (55 cm to 59cm)', 17.38, NULL, NULL, 29.00, 'Summer Beanie, Knitted Hat for Women and Men-60286.jpeg', 'Summer Beanie, Knitted Hat for Women and Men-68389.jpeg', 'Summer Beanie, Knitted Hat for Women and Men-52945.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-23 16:18:27', '2024-02-23 16:18:27'),
(5435, 'Undeniable', 'PurNRnYvI', 12, 'Warning: This is not a typical, sappy love story. This is an all-consuming, soul-crushing, tear-your-heart-into-pieces story. It\'s intense, gritty and raw, dark and disturbing, and it doesn\'t happen overnight. This is an epic love story that knows no boundaries and has no time limits. It grows and develops-with hurt, sacrifice, and heartache-over the span of a lifetime. Eva Fox is the princess of the Silver Demons Motorcycle Club. Growing up with bikers in the club lifestyle is all that she knows. When she\'s a young girl, Eva meets the reason for her existence. Deuce West is the sexy, biker bad-ass of the Hell\'s Horsemen Motorcycle Club. Like Eva, he was born and raised in the club-but that\'s where the similarities end. Their first meeting is innocent, but as Eva matures into a woman, their chance reunions evolve into a fit of lust and love. Fate continues to bring them together time and time again, but their twisted journey is filled with pain, betrayal, and bloodshed that could tear them apart. Eva sees in Deuce what he cannot see in himself-a man worthy of love-and Eva spends her lifetime proving to him that her undeniable love is the one thing he can\'t live without. This is Eva and Deuce\'s story. It wasn\'t easy. Nothing worth doing ever is.And love is worth everything', 7.89, NULL, NULL, 15.41, 'Undeniable-25643.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-23 16:18:41', '2024-02-23 16:18:41'),
(5436, 'Fire Engine Vehicle', '8FqjzZt1M', 16, 'PAW Patrol, Marshall’s Fire Engine Vehicle with Collectible Figure', 4.99, NULL, NULL, 9.97, 'Fire Engine Vehicle-58138.jpeg', 'Fire Engine Vehicle-67367.jpeg', 'Fire Engine Vehicle-33488.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-23 16:21:08', '2024-02-23 16:21:08'),
(5437, 'Reaper\'s Fall', 'eTpUnmPdu', 12, 'Painter Brooks was nothing before he joined the Reapers motorcycle club. All they asked in return for his presence was loyalty, soon tested when he\'s sent to prison for a crime committed on their behalf. Melanie Tucker has learned to fight for her future. She\'s escaped from hell and started a new life, yet every night she dreams of a biker whose touch she can\'t forget. It all started out so innocently, just a series of letters to a lonely man in prison. Now Painter Brooks is coming home and Melanie\'s about to learn that there\'s no room for innocence in the Reapers MC.', 16.00, NULL, NULL, 18.00, 'Reaper\'s Fall-63566.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-23 16:25:52', '2024-02-23 16:25:52'),
(5438, 'Monster Truck', 'ur1Ndxckm', 16, 'Hot Wheels Ready-to-Race Monster Truck Builder Race Ace, 27-piece Pretend Play Set, Kids Toys for Ages 3 up', 16.88, NULL, NULL, 19.97, 'Monster Truck-17276.jpeg', 'Monster Truck-61399.jpeg', 'Monster Truck-28324.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-23 16:27:41', '2024-02-23 16:27:41'),
(5439, 'The Iron Dice of Battle: Albert Sidney Johnston', 'z8j2VcdVo', 12, 'Killed in action at the bloody Battle of Shiloh, Confederate general Albert Sidney Johnston stands as the highest-ranking American military officer to die in combat. His unexpected demise had cascading negative consequences for the South\'s war effort, as his absence created a void in adequate leadership in the years that followed. In The Iron Dice of Battle, noted Civil War historian Timothy B. Smith reexamines Johnston\'s life and death, offering remarkable insights into this often-contradictory figure.\r\n\r\nAs a commander, Johnston frequently faced larger and better-armed Union forces, dramatically shaping his battlefield decisions and convincing him that victory could only be attained by taking strategic risks while fighting. The final wager came while leading his army at Shiloh in April 1862. During a desperate gambit to turn the tide of battle, Johnston charged to the front of the Confederate line to direct his troops and fell mortally wounded after sustaining enemy fire.\r\nThe first work to survey the general\'s career in detail in nearly sixty years, The Iron Dice of Battle builds on recent scholarship to provide a new and incisive assessment of Johnston\'s life, his Confederate command, and the effect his death had on the course of the Civil War in the West.', 30.96, NULL, NULL, 39.95, 'The Iron Dice of Battle: Albert Sidney Johnston-52428.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-23 16:29:54', '2024-02-23 16:29:54'),
(5440, 'Hand Knit Colorful Striped Beanies', 'MxtUtIjTU', 17, 'Hand Knit Colorful Striped Beanies| Outdoorsy, Fluffy, Soft Knit Hat | Light and Warm Hand made Hat', 60.99, NULL, NULL, 81.32, 'Hand Knit Colorful Striped Beanies-12320.jpeg', 'Hand Knit Colorful Striped Beanies-37024.jpeg', 'Hand Knit Colorful Striped Beanies-62109.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-23 16:35:58', '2024-02-23 16:35:58'),
(5441, 'Black Women Taught Us: An Intimate History', 'NvmQidTQo', 12, 'A reclamation of essential history and a hopeful gesture toward a better political future, this is what listening to Black women looks like--from a professor of political science and columnist for Teen Vogue.\r\n\"Jenn M. Jackson is a beautiful writer and excellent scholar. In this book, they pay tribute to generations of Black women organizers and set forward a bold and courageous blueprint for our collective liberation.\"--Imani Perry, author of South to America\r\nThis is my offering. My love letter to them, and to us.\r\nJenn M. Jackson, PhD, has been known to bring historical acuity to some of the most controversial topics in America today. Now, in their first book, Jackson applies their critical analysis to the questions that have long energized their work: Why has Black women\'s freedom fighting been so overlooked throughout history, and what has our society lost because of our refusal to engage with our forestrugglers\' lessons?\r\nA love letter to those who have been minimized and forgotten, this collection repositions Black women\'s intellectual and political work at the center of today\'s liberation movements.\r\nAcross eleven original essays that explore the legacy of Black women writers and leaders--from Harriet Jacobs and Ida B. Wells to the Combahee River Collective and Audre Lorde--Jackson sets the record straight about Black women\'s longtime movement organizing, theorizing, and coalition building in the name of racial, gender, and sexual justice in the United States and abroad. These essays show, in both critical and deeply personal terms, how Black women have been at the center of modern liberation movements despite the erasure and misrecognition of their efforts. Jackson illustrates how Black women have frequently done the work of liberation at great risk to their lives and livelihoods.\r\nFor a new generation of movement organizers and co-strugglers, Black Women Taught Us serves as a reminder that Black women were the first ones to teach us how to fight racism, how to name that fight, and how to imagine a more just world for everyone.', 23.95, NULL, NULL, 30.00, 'Black Women Taught Us: An Intimate History-16100.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-23 16:39:26', '2024-02-23 16:39:26'),
(5442, 'All the Light We Cannot See', 'Iw6Gn1LhI', 12, 'NOW A NETFLIX LIMITED SERIES--from producer and director Shawn Levy (Stranger Things) starring Mark Ruffalo, Hugh Laurie, and newcomer Aria Mia Loberti*\r\nWinner of the Pulitzer Prize and National Book Award finalist, the beloved instant New York Times bestseller and New York Times Book Review Top 10 Book about a blind French girl and a German boy whose paths collide in occupied France as both try to survive the devastation of World War II.\r\nMarie-Laure lives with her father in Paris near the Museum of Natural History where he works as the master of its thousands of locks. When she is six, Marie-Laure goes blind and her father builds a perfect miniature of their neighborhood so she can memorize it by touch and navigate her way home. When she is twelve, the Nazis occupy Paris, and father and daughter flee to the walled citadel of Saint-Malo, where Marie-Laure\'s reclusive great uncle lives in a tall house by the sea. With them they carry what might be the museum\'s most valuable and dangerous jewel.\r\nIn a mining town in Germany, the orphan Werner grows up with his younger sister, enchanted by a crude radio they find. Werner becomes an expert at building and fixing these crucial new instruments, a talent that wins him a place at a brutal academy for Hitler Youth, then a special assignment to track the Resistance. More and more aware of the human cost of his intelligence, Werner travels through the heart of the war and, finally, into Saint-Malo, where his story and Marie-Laure\'s converge.\r\nDoerr\'s \"stunning sense of physical detail and gorgeous metaphors\" (San Francisco Chronicle) are dazzling. Deftly interweaving the lives of Marie-Laure and Werner, he illuminates the ways, against all odds, people try to be good to one another. Ten years in the writing, All the Light We Cannot See is a magnificent, deeply moving novel from a writer \"whose sentences never fail to thrill\" (Los Angeles Times).', 26.01, NULL, NULL, 32.50, 'All the Light We Cannot See-88273.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-23 16:59:38', '2024-02-23 16:59:38'),
(5443, 'Remote Control Cars', 'srJNFSAdV', 16, 'Remote Control Cars, RC Boat & Sonic 2 Toys, 4WD Off Road Car Stunt 2.4GHz Land Water 2 in 1 Remote Control, RC Cars for Kids Boys-Red', 22.99, NULL, NULL, 89.99, 'Remote Control Cars-61495.jpeg', 'Remote Control Cars-12630.jpeg', 'Remote Control Cars-20772.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-23 17:01:13', '2024-02-23 17:01:13'),
(5444, 'The Light Between Oceans', '6PbLFPJtQ', 12, 'The years-long New York Times bestseller and major motion picture from Spielberg\'s Dreamworks is \"irresistible...seductive...with a high concept plot that keeps you riveted from the first page\" (O, The Oprah Magazine).\r\nAfter four harrow', 3.59, NULL, NULL, 4.89, 'The Light Between Oceans-52841.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-23 17:02:38', '2024-02-23 17:02:38'),
(5445, 'Double Sided RC Stunt Car', 'SvSUegFvk', 16, 'Remote Control Car - Double Sided RC Stunt Car, 360 Flip Spinning RC Cars with Bright Lights, Outdoor All Terrain Rechargeable Electric Car,Fun Toy Cars Gifts - Red', 12.99, NULL, NULL, 19.99, 'Double Sided RC Stunt Car-33309.jpeg', 'Double Sided RC Stunt Car-77086.jpeg', 'Double Sided RC Stunt Car-99250.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-23 17:11:42', '2024-02-23 17:11:42'),
(5446, 'Oval Cut Citrine Gemstone Tennis Bracelet in 925 Sterling Silver for Women', 'aBddjLFhU', 12, 'Beautifully handcrafted silver Oval Cut Citrine Gemstone Tennis Bracelet in sterling silver, designed with love, including handpicked luxury gemstones for each designer piece. Grab the spotlight with this exquisitely crafted piece. Inlaid with natural citrine gemstones, this bracelet is ideal for anyone\'s wish list--especially if it\'s your birthstone!  Citrine has strong vibration energy which helps promotes mental clarity.  This is a perfect Grandma Gift, Bridal Shower Gift, Grandma Gift, Gift For Sister, Mother Daughter Gift, Bride To Be Gift, Bridesmaid Gift, Girlfriend Gift, Anniversary Present, Jewelry Gift, Engagement Gift, Wedding Gift or any Holiday Gift for Mother, Sister, Daughter, Grandma, Fiancé, Girlfriend, Valentine, Family or Friend on your list.\r\n\r\nMetal - 925 Silver Gemstone name - Citrine Gemstone shape - Oval Gemstone pcs - 32 Gemstone size - 7 X 5 mm Gross Weight - 20.8 grams', 288.00, NULL, NULL, 360.00, 'Oval Cut Citrine Gemstone Tennis Bracelet in 925 Sterling Silver for Women-57857.jpeg', 'Oval Cut Citrine Gemstone Tennis Bracelet in 925 Sterling Silver for Women-21889.jpeg', 'Oval Cut Citrine Gemstone Tennis Bracelet in 925 Sterling Silver for Women-16486.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-23 23:34:09', '2024-02-23 23:34:09'),
(5447, 'Neclace with diamonds 18k white gold and platinum', 'zkFdOheFE', 12, 'Platinum necklace with 18k white gold center piece set with brilliant and single cut diamonds up to. 1.75ct - F/G - VS/SI - 45 cm long  detailed description:  necklace is 45 cm long and 1.2 mm wide  The size of the center piece is approximately 4.0 cm long by 3.2 cm wide  total weight: 10.9 grams  occupied with:  - 85 x 1.3 mm - 2.9 mm single cut/brilliant cut diamond, approximately 1.75 carats in total  color F/G purity VS/SI  hallmark present, tested and guaranteed 950Pt platinum  necklace is in good condition 20202536', 2760.48, NULL, NULL, 3312.57, 'Neclace with diamonds 18k white gold and platinum-42265.jpeg', 'Neclace with diamonds 18k white gold and platinum-55846.jpeg', 'Neclace with diamonds 18k white gold and platinum-16996.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-23 23:38:25', '2024-02-23 23:38:25'),
(5448, 'Chunky Wool Beanie, Handmade Beanie', 'FHcPWxTYK', 17, 'Chunky Wool Beanie, Handmade Beanie, Hand Knit Over Size Beanie, Super Cute Wool Beanie, Gift For Girlfriend, Big Winter Hat for Women.\r\nOversize, chunky and cute! \r\n- High quality wool and acrylic mix (25% Wool, 75% Acrylic)\r\n- Will keep you super warm.\r\n- Can be made in different sizes if needed!\r\n- Product color may slightly vary due to lighting.', 55.00, NULL, NULL, 80.34, 'Chunky Wool Beanie, Handmade Beanie-94166.jpeg', 'Chunky Wool Beanie, Handmade Beanie-78822.jpeg', 'Chunky Wool Beanie, Handmade Beanie-83086.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-23 23:43:36', '2024-02-23 23:43:36'),
(5449, '0.53 Carat Diamond Pendant with Chain Necklace 14 Karat White Gold', 'PsXOgsvfB', 12, 'Beautiful, Bold and yet Dainty..  This Chain Necklace has a U-Shaped Pendant that has 13 Round Cut Diamonds (Clarity: SI, Color: F) that weigh 0.53 Carats. The total carat weight of the Pendant is 0.53 Carats.  It is beautifully curated in 14 Karat White Gold and weighs approximately 2.3 grams. The chain necklace is 16.5 inches long in length.', 1290.00, NULL, NULL, 1340.00, '0.53 Carat Diamond Pendant with Chain Necklace 14 Karat White Gold-72600.jpeg', '0.53 Carat Diamond Pendant with Chain Necklace 14 Karat White Gold-92392.jpeg', '0.53 Carat Diamond Pendant with Chain Necklace 14 Karat White Gold-79724.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-23 23:44:18', '2024-02-23 23:44:18'),
(5450, '0.53 Carat Sapphire Pendant 14 Karat Rose Gold', '9q9dBN6YA', 12, '0.53 Carat Sapphire Pendant 14 Karat Rose Gold. Pendant measures approximately 0.45 inch length and 0.30 inch wide.   (Pendant Only-Chain sold separately)', 229.00, NULL, NULL, 595.00, '0.53 Carat Sapphire Pendant 14 Karat Rose Gold-70956.jpeg', '0.53 Carat Sapphire Pendant 14 Karat Rose Gold-39103.jpeg', '0.53 Carat Sapphire Pendant 14 Karat Rose Gold-98232.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-23 23:47:43', '2024-02-23 23:47:43'),
(5451, 'Cober Jewellery Classic 925 Silver Ring', 's1H0YDNTZ', 12, 'Vincent Cober\r\nRing Size\r\n3.25 US, Not Resizable\r\n(Size Guide)\r\nMetal\r\nSilver\r\nStyle\r\nContemporary\r\nPlace of Origin\r\nNetherlands\r\nPeriod\r\n2010-\r\nDate of Manufacture\r\n2023\r\nCondition\r\nNew\r\nSeller Location\r\nOSS, NL', 49.69, NULL, NULL, 52.99, 'Cober Jewellery Classic 925 Silver Ring-91414.jpeg', 'Cober Jewellery Classic 925 Silver Ring-81031.jpeg', NULL, 'Jewelry', 4.5, NULL, 1, '2024-02-23 23:52:51', '2024-02-23 23:52:51'),
(5452, 'Green Seamless Unisex Beanie Cap', 'UfygWOzHF', 17, 'Green Seamless Unisex Beanie Cap, Acrylic Beanie, Hatsquare Winter Beanie, Man Skull Cap, Winter Cuffed Knit Beanie, Women Super Soft Beanie.\r\nHandmade\r\nOur seamless winter beanies are perfect for winter days. They are knitted without seam and this makes most comfortable beanie to your head. These are made from with warm and soft acrylic yarn. They are highly elastic and fits perfectly without any discomfort.', 22.99, NULL, NULL, 45.98, 'Green Seamless Unisex Beanie Cap-75020.jpeg', 'Green Seamless Unisex Beanie Cap-16836.jpeg', 'Green Seamless Unisex Beanie Cap-51785.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-23 23:55:32', '2024-02-23 23:55:32'),
(5453, 'Classic Round-Cut White Diamond 925 Sterling Silver Ring by Smithsonian', '9VtFRMDLr', 12, 'Stunning, timeless and classy eternity Unique Ring. Decorate yourself in luxury with this Gin & Grace Ring. The 925 Sterling Silver jewelry boasts with Round-cut (25 pcs) 0.15 carat White Diamond accent stones for a lovely design. This Ring is weight 2.70 grams. Crafted with 925 Sterling Silver, this delicate Ring is polished to a high finish shine. The Ring is designed by the Smith sonian.', 253.00, NULL, NULL, 266.00, 'Classic Round-Cut White Diamond 925 Sterling Silver Ring by Smithsonian-91659.jpeg', 'Classic Round-Cut White Diamond 925 Sterling Silver Ring by Smithsonian-87683.jpeg', 'Classic Round-Cut White Diamond 925 Sterling Silver Ring by Smithsonian-92385.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-23 23:56:10', '2024-02-23 23:56:10'),
(5454, 'Chanel J12 White Ceramic Diamond Bezel Ladies Watch H7189', 'fWqIs8lY5', 12, 'Chanel J12 White Ceramic Diamond Bezel Ladies Watch H7189 - Automatic. Ceramic case ( 38 mm ) with diamond bezel set with 50 brilliant-cut diamonds (~1.51 carat). White dial with diamond markers and date between 4 & 5 o\'clock. White ceramic link style bracelet with double deployant clasp (will apx. 6 1/2-in. wrist). Pre-owned with custom box.', 9590.00, NULL, NULL, 9880.00, 'Chanel J12 White Ceramic Diamond Bezel Ladies Watch H7189-60156.jpeg', 'Chanel J12 White Ceramic Diamond Bezel Ladies Watch H7189-24174.jpeg', 'Chanel J12 White Ceramic Diamond Bezel Ladies Watch H7189-40448.jpeg', 'Books', 4.0, NULL, 1, '2024-02-24 00:00:42', '2024-02-24 00:00:42'),
(5455, 'Bunny hat, Knitted bunny beanie', 'yt89euA44', 17, 'Bunny hat, Knitted bunny beanie, Crochet bunny hat, Bunny ears beanie, Devil bunny beanie, Knitted hat with ears, Skull hat, Crochet hat', 53.07, NULL, NULL, 118.98, 'Bunny hat, Knitted bunny beanie-83870.jpeg', 'Bunny hat, Knitted bunny beanie-76975.jpeg', 'Bunny hat, Knitted bunny beanie-37683.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-24 00:03:21', '2024-02-24 00:03:21'),
(5456, 'Rolex GMT-Master II Men\'s Black Watch with Red/Black Bezel, 16710', 'qpdcQbudi', 12, 'Rolex GMT-Master II Men\'s Black Watch with Red/Black Bezel - 16710  1990 box and papers included  very good condition  runs perfect', 21500.00, NULL, NULL, 23450.00, 'Rolex GMT-Master II Men\'s Black Watch with Red/Black Bezel, 16710-88999.jpeg', 'Rolex GMT-Master II Men\'s Black Watch with Red/Black Bezel, 16710-46358.jpeg', 'Rolex GMT-Master II Men\'s Black Watch with Red/Black Bezel, 16710-71226.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-24 00:04:22', '2024-02-24 00:04:22'),
(5457, 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet', '2n4iyq4xr', 12, 'SKU AT-2201 Comes With Box Only Date 2021 RRP £1,460 Incl taxes/1 670 € Incl taxes/$ 1,560 Model VCARN59K00 Serial Number JA****** Metal 18k Rose Gold Stones Carnelian Weight 1.85 g Length 18 cm Condition Excellent / Wear consistent with age and use', 1911.87, NULL, NULL, 2055.00, 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet-50061.jpeg', 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet-26745.jpeg', 'Van Cleef & Arpels Sweet Alhambra Heart Carnelian Rose Gold Bracelet-51577.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-24 00:11:22', '2024-02-24 00:11:22'),
(5458, 'Antique Islamic Shia Intaglio Bracelet Carnelian solid 14K Rose Gold 18cm/ 29gr', 'sQc1rvZRd', 12, 'Bracelet from 1950 - 1960s for Men and Women in solid 14K Yellow Gold decorated with six natural Blue Sapphire stones cur cabochons.Hallmarked / tested solid 14K Yellow Gold metal.  Each stone measuring ca. 6 mm x 4 mm x 3.5 mm / ca. 0.75ct each / ca. 4.5 ctw total weight.  Length is 18 cm long closed. Weight: 16.5 grams  Fine used condition, all stones intact and securely set. No wear to the stones.', 4000.00, NULL, NULL, 4178.99, 'Antique Islamic Shia Intaglio Bracelet Carnelian solid 14K Rose Gold 18cm/ 29gr-34370.jpeg', 'Antique Islamic Shia Intaglio Bracelet Carnelian solid 14K Rose Gold 18cm/ 29gr-39816.jpeg', 'Antique Islamic Shia Intaglio Bracelet Carnelian solid 14K Rose Gold 18cm/ 29gr-60791.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-24 00:15:21', '2024-02-24 00:15:21'),
(5459, 'JOIE Litetrax Pushchair - Black (S1112)', 'p6n9CZrlE', 7, 'JOIE Litetrax Pushchair - Black (S1112).\r\n\r\n\r\nIt’s customer return item & minor colour removal from bottom side of pram as shown in photos\r\n\r\nAdditionally bottom Basket is missing.\r\n\r\nItem never used\r\n\r\nOriginal box damaged only.\r\n\r\n\r\nThe Joie Litetrax 4 Wheel Stroller in Coal is suitable from birth and features modern styling with SoftTouch fabrics and even includes parent tray, making it as convenient for you as it is comfortable for your little one.\r\n\r\n\r\n\r\n\r\nThe main seat area of the Litetrax is reclinable and can be used as a lie-flat option. The seat also features multi-position recline and adjustable footrest as well as a SoftTouch 5-point safety harness that is adjustable to 3 heights while a secure bumper bar keeps your little one safe. Also included is large, expandable sun hood that can be pulled down to protect your child from the elements. When not in use the Litetrax utilizes a one-handed compact fold that allows it to be easily transported and will fit in most car boots.\r\n\r\n\r\n\r\n\r\nFeatures\r\n\r\n\r\n- Suitable from birth to 15kg\r\n\r\n\r\n- Pairs perfectly with Joie Gemm and i-Gemm Car Seats\r\n\r\n\r\n- Automatic fold lock\r\n\r\n\r\n- 4 wheeled, streamlined chassis\r\n\r\n\r\n- Lockable single front swivel wheels\r\n\r\n\r\n- Parent tray with cupholders\r\n\r\n\r\n- ShoeSaver brakes keep shoes scuff free\r\n\r\n\r\n- All wheel suspension for smooth ride on any surface\r\n\r\n\r\n- Includes large under-seat shopping baske', 110.00, NULL, NULL, 129.00, 'JOIE Litetrax Pushchair - Black (S1112)-55684.jpeg', 'JOIE Litetrax Pushchair - Black (S1112)-42425.jpeg', 'JOIE Litetrax Pushchair - Black (S1112)-78421.jpeg', 'Babies', 3.5, NULL, 1, '2024-02-24 00:19:39', '2024-02-24 00:19:39'),
(5460, 'Rabbit Soft Sculpture Ear Hat', '5LxCecyqx', 17, 'Handmade\r\nRead the full description\r\nMaterials: faux fur, polar fleece, satin ribbon\r\nThis delightfully fuzzy (and vegan friendly) hat will be the perfect accessory to embellish your wardrobe, or a wonderful gift for a quixotic friend.\r\n\r\nHat is composed of faux fur and cozy polar fleece lining. It features hand painted 3-dimensional soft-sculpture ears that stay up on their own, and two long decorative ties wrapped in crossing satin ribbons whose bows are punctuated with 2 tiny poof balls. Adorable! *Now included with each hat: a fleece lined adjustable (& detachable) chin strap! Whether you\'re flying down a snowy mountain peak or hanging upside down on monkey bars at your local park after dark, this practical addition keeps your hat snug and secure. Prefer to be less strapped in? Simply unhook it from the elastic loops hidden in the lining.\r\n\r\nDark Tipped Tan is the color featured in the 1st, 2nd, 5th, & 6th images, Black in the 3rd & 4th.', 112.00, NULL, NULL, 131.78, 'Rabbit Soft Sculpture Ear Hat-86259.jpeg', 'Rabbit Soft Sculpture Ear Hat-37738.jpeg', NULL, 'Accessories', 5.0, NULL, 1, '2024-02-24 00:20:11', '2024-02-24 00:20:11'),
(5461, 'Antora Tubogas 18 Karat Rose Gold and Diamonds Diamond Bangle Bracelet', '742gEnx1r', 12, 'Flexible and adaptable bracelet with tubogas craftmanship that fits wrists of 7,87 inches medium to large Available in three colours of gold, yellow, white and rose. 6,7GR and 0.15Carat Diamonds Made in Antora, Catania Italy since 2001, the year when Antonio Rapisarda, a young Sicilian, founded the company in Catania to celebrate timeless jewelry art that can actually be worn. In this piece Antora was inspired by worlds of form and mechanics intersect the iconic collection of Juste Un Clou and Ecrou de Cartier Collections.', 1932.33, NULL, NULL, 1990.99, 'Antora Tubogas 18 Karat Rose Gold and Diamonds Diamond Bangle Bracelet-48723.jpeg', 'Antora Tubogas 18 Karat Rose Gold and Diamonds Diamond Bangle Bracelet-78887.jpeg', 'Antora Tubogas 18 Karat Rose Gold and Diamonds Diamond Bangle Bracelet-58555.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-24 00:20:25', '2024-02-24 00:20:25'),
(5462, 'High Quality Baby Stroller Pushchair Footmuff Bugaboo Babyzen ICandy Compatible', 'TU9tMIfYz', 7, 'High Quality Baby Stroller Pushchair Footmuff Bugaboo Babyzen ICandy Compatible:\r\n\r\nHigh quality, luxury baby footmuff suitable for a variety of pushchairs and strollers. Our super soft footmuffs provide optimal comfort for baby during the winter months. The soft internal fleece helps to keep baby cozy and warm in cooler temperatures, whilst the external cover provides protection from unpleasant weather conditions.\r\n\r\nFeatures:\r\n\r\nGrows with child - Suitable up to approx. 3 years\r\nEasy to insert using stroller\'s 5-point seat belt\r\nFull size - provides whole-body protection\r\nTop cover can be adjusted into 3 positions depending on the desired level of coverage\r\nMade using high quality materials\r\nSuper soft fleece material - provides optimal comfort for baby\r\nKeeps baby at optimal temperature during colder months\r\nEasy to unzip - Convenient when switching from cold to warm environments\r\nRemovable cover - Can be used as a comfortable seat liner during warmer periods', 25.99, NULL, NULL, 32.99, 'High Quality Baby Stroller Pushchair Footmuff Bugaboo Babyzen ICandy Compatible-46793.jpeg', 'High Quality Baby Stroller Pushchair Footmuff Bugaboo Babyzen ICandy Compatible-16855.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-24 00:23:20', '2024-02-24 00:23:20'),
(5463, 'Imperial Romanov Crest Brooch', '06uQUofo0', 12, 'Circa 1910s, 14k, Russia. Decorated with the Romanov Imperial double eagle, brooches like this one could only be made for members of the Royal family. This fine example is set with diamonds and a superb sapphire. From the catwalk to the sidewalk, a royal brooch is vintage glamour at its Imperial best. The workmanship is fine and it is in excellent condition.  Remark: “So much better than a frat pin!”   SIZE: 1 1/2 inches wide by 1 1/8 inch high   WEIGHT: 12.5 grams   STONES: .75 carat sapphire and .68 carats total weight diamonds   HALLMARKS: Russian assay mark, kokoshnik mark for 56 fineness gold roughly 14k, and maker\'s mark  STOCK NUMBER: 23385', 5500.00, NULL, NULL, 6000.00, 'Imperial Romanov Crest Brooch-66365.jpeg', 'Imperial Romanov Crest Brooch-23548.jpeg', 'Imperial Romanov Crest Brooch-74315.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-24 00:24:54', '2024-02-24 00:24:54'),
(5464, 'Genuine Emerald Flamingo Brooch Pin in 925 Sterling Silver', 'pZwJvznAo', 12, 'This Genuine Emerald Flamingo Brooch enhances your attire and is perfect for adding a touch of elegance and charm to any outfit. Crafted with exquisite craftsmanship and adorned with dazzling emerald which enhances communication skills and boosts mental clarity.  This bird design of the brooch suits any occasion or personal style. Our brooch is perfect for wedding, gala or for enhancing your everyday look. This is a perfect Anniversary Present, Wedding Gift, Engagement Gift, Gift for Her or any Holiday Gift for Mother, Sister, Daughter, Grandma, Fiancé, Girlfriend, Valentine, Father, Brother, Husband, Family or Friend on your list. Treat yourself or surprise your loved ones with a timeless piece that exudes sophistication and grace.  \r\n\r\nPRODUCT DETAILS -  Metal - 925 Solid Silver Gemstone - Emerald Gemstone Shape - Marquise Gemstone Size - 6.5 x 3 mm Gemstone Pcs - 5 Gemstone Weight - 1.35 cts Gross Weight - 3.2 grams', 192.00, NULL, NULL, 240.00, 'Genuine Emerald Flamingo Brooch Pin in 925 Sterling Silver-67698.jpeg', 'Genuine Emerald Flamingo Brooch Pin in 925 Sterling Silver-60626.jpeg', 'Genuine Emerald Flamingo Brooch Pin in 925 Sterling Silver-16470.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-24 00:29:07', '2024-02-24 00:29:07'),
(5465, 'Monster Jam', '2NIgqB5Ki', 16, 'Monster Jam, Official Megalodon Storm All-Terrain Remote Control Monster Truck for Boys and Girls, 1:15 Scale, Kids Toys for Ages 4-6+', 39.99, NULL, NULL, 59.99, 'Monster Jam-20793.jpeg', 'Monster Jam-23635.jpeg', 'Monster Jam-28666.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-24 00:30:20', '2024-02-24 00:30:20'),
(5466, 'Play Project Baby Play Gym Activity Playmat For Newborns, Babies and Toddlers', 'ZjJ9XEUbN', 7, 'Adorable Baby Activity Gym: Delight your little one with a charming bear themed soft padded Activity Gym & Play Mat.\r\nVersatile Play Options: This play mat offers endless entertainment for your littles ones with 5 detachable hanging toys and a soft plush bear pillow. Your baby can enjoy tummy time, reach for toys, or simply snuggle with the bear companion\r\nEasy to Fold and Store: The twist and fold design make setup and storage a breeze. No more struggling with complicated assembly or bulky play gyms. Simply twist and fold for compact storage when not in use\r\nSoft and Safe Materials: Crafted from high quality, baby-safe materials, this play mat provides a comfortable and secure play area for your little one. It\'s free from BPA & Phthalate free material\r\nGrowth Boosting Development: Promote your baby\'s sensory and motor skills development with this amazing play gym. Watch as they explore, interact, and learn in a cozy, bear themed environment that encourages their natural curiosity and growth', 20.99, NULL, NULL, 24.99, 'Play Project Baby Play Gym Activity Playmat For Newborns, Babies and Toddlers-19112.jpeg', 'Play Project Baby Play Gym Activity Playmat For Newborns, Babies and Toddlers-18804.jpeg', 'Play Project Baby Play Gym Activity Playmat For Newborns, Babies and Toddlers-40344.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-24 00:31:51', '2024-02-24 00:31:51'),
(5467, 'Bunny Beanie, Crochet Bunny Ear Hat', 'vex4VPtvK', 17, 'Bunny Beanie, Crochet Bunny Ear Hat, Long Bunny Ear Hat, Gothic Bunny Hat Punk Style', 49.62, NULL, NULL, 99.00, 'Bunny Beanie, Crochet Bunny Ear Hat-37940.jpeg', 'Bunny Beanie, Crochet Bunny Ear Hat-76073.jpeg', 'Bunny Beanie, Crochet Bunny Ear Hat-50061.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-24 00:32:27', '2024-02-24 00:32:27'),
(5468, 'BABY Born Happy Birthday Party Table & Cake Playset, Accessories New Xmas Toy 3+', 'bx7aP2UH9', 7, 'Baby born happy birthday party table\r\nHappy birthday party table - happy birthday baby born! the tabletop is decorated in fun birthday motifs counting up to 9 and the furniture comes in a modern wood effect. there\'s a two-tier cake that plays a birthday melody that you can also decorate\r\nFor small hands - made in an easy-to-hold style that even the smallest children can play with\r\nIncludes - baby born happy birthday party table, 3 chairs, 3 plates, 3 forks, 3 cups, 2 sticker sheets, 1 rotating plate, and a two-tier birthday cake with motif pins, candles, and numbers\r\nEncourages imagination - role play with baby born boosts the imagination and has been proven to support the development of social skills, and values such as responsibility, communication, and empathy\r\nAges 3 plus - for children 3 years and older. suitable for all baby born 43cm dolls (available separately)\r\nColor: colourful', 40.99, NULL, NULL, 48.99, 'BABY Born Happy Birthday Party Table & Cake Playset, Accessories New Xmas Toy 3+-29441.jpeg', 'BABY Born Happy Birthday Party Table & Cake Playset, Accessories New Xmas Toy 3+-89881.jpeg', NULL, 'Babies', 3.5, NULL, 1, '2024-02-24 00:36:55', '2024-02-24 00:36:55'),
(5469, 'Profitec Pro700 /600/500 Wooden Parts Set With Wood choices', 'RqJTRWq6h', 17, 'Handmade\r\nMaterials: wood, screw\r\nThese set will add great value to your espresso machine. They are all Handmade and can be chosen from different kind of woods..\r\nCompatible with Profitec Pro700 Pro600 Pro500\r\n1x portafilter handle\r\n2x knobs (Steam & Hot Water) \r\n1x brewing lever knob', 130.12, NULL, NULL, 185.88, 'Profitec Pro700 /600/500 Wooden Parts Set With Wood choices-48340.jpeg', 'Profitec Pro700 /600/500 Wooden Parts Set With Wood choices-54867.jpeg', 'Profitec Pro700 /600/500 Wooden Parts Set With Wood choices-85030.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 00:37:57', '2024-02-24 00:37:57'),
(5470, 'Mystery Models', '0iLIuf1mL', 16, 'Hot Wheels Mystery Models Surprise Toy Car or Truck in 1:64 Scale (Styles May Vary)', 4.17, NULL, NULL, 9.40, 'Mystery Models-63016.jpeg', 'Mystery Models-33301.jpeg', 'Mystery Models-99560.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-24 00:39:27', '2024-02-24 00:39:27'),
(5471, 'Gordon\'s Trimec Lawn Weed Killer — Treats up to 8000 Sq. Ft. (Northern Grasses), Treats up to 16,000 Sq. Ft. (Southern Grasses), 1-Qt. Bottle', 'jCPUJhFs5', 12, 'Gordon\'s Trimec Lawn Weed Killer — Treats up to 8000 Sq. Ft. (Northern Grasses), Treats up to 16,000 Sq. Ft. (Southern Grasses), 1-Qt. Bottle', 3.99, NULL, NULL, 11.00, 'Gordon\'s Trimec Lawn Weed Killer — Treats up to 8000 Sq. Ft. (Northern Grasses), Treats up to 16,000 Sq. Ft. (Southern Grasses), 1-Qt. Bottle-69603.jpeg', NULL, NULL, 'Lawn and garden', 3.5, NULL, 1, '2024-02-24 00:40:43', '2024-02-24 00:40:43'),
(5472, 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475', '9yIvTBGns', 12, 'KEEP PLANTS TOGETHER: Galvanized raised garden bed is perfect for growing plants close together in the backyard or creating beautiful flower beds. Raised planter box measures 24\" L x 24\" W x 11.75\" H and weighs 7 lbs. Garden bed has a soil capacity of 3.9 cu. ft. or 29.3 gal.\r\nDURABLE & WEATHER-RESISTANT: Elevated planter box is made from corrugated square galvanized steel material to withstand harsh weather conditions. Steel is more stable than wood or plastic beds and won\'t crack in cold temperatures.\r\nEASY TO USE: All hardware needed to assemble this raised garden bed kit is included (screwdriver required but not included). Simply place the kit above ground, add soil, and watch your vegetables and plants grow.\r\nPROMOTE HEALTHY ROOTS: Raised garden beds are ideal for encouraging root development and growth for your vegetables, fruits, flowers, and herbs.\r\nWORRY-FREE PURCHASING: Sunnydaze Decor backs its products with a 1-year manufacturer\'s warranty for worry-free purchasing.', 45.95, NULL, NULL, 50.95, 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475-57594.jpeg', 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475-26687.jpeg', 'Sunnydaze Decor, Square Raised Garden Bed, Material Steel, Model# HB-475-80395.jpeg', 'Lawn and garden', 2.5, NULL, 1, '2024-02-24 00:45:49', '2024-02-24 00:45:49'),
(5473, 'Walnut Wood Wall Rack for Portafilter', 'xO0dMsNyd', 17, 'Walnut Wood Wall Rack for Portafilter, Tamper and Other Espresso Accessories-Barista Wall Shelf\r\nHandmade\r\nMaterials: Wood, Leather\r\nThe portafilter wall rack is made from sturdy Turkish Walnut Wood. It features 3 holders for portafilters and tampers, as well as 2 shelves and 3 S hooks, providing ample space for all your barista accessories.\r\n\r\nCustom Design, Natural Beauty: \r\nAn essential addition to your daily coffee ritual, this walnut wall rack effortlessly combines elegance with functionality. Its well-thought-out design and use of real walnut wood not only help you organize your coffee essentials but also introduce a touch of natural beauty to your space.', 220.00, NULL, NULL, 365.00, 'Walnut Wood Wall Rack for Portafilter-79216.jpeg', 'Walnut Wood Wall Rack for Portafilter-51751.jpeg', 'Walnut Wood Wall Rack for Portafilter-75220.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 00:48:01', '2024-02-24 00:48:01');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5474, 'BABY Born Happy Birthday Party Table & Cake Playset, Accessories New Xmas Toy 3+', 's6KVetlmE', 7, 'Baby born happy birthday party table\r\nHappy birthday party table - happy birthday baby born! the tabletop is decorated in fun birthday motifs counting up to 9 and the furniture comes in a modern wood effect. there\'s a two-tier cake that plays a birthday melody that you can also decorate\r\nFor small hands - made in an easy-to-hold style that even the smallest children can play with\r\nIncludes - baby born happy birthday party table, 3 chairs, 3 plates, 3 forks, 3 cups, 2 sticker sheets, 1 rotating plate, and a two-tier birthday cake with motif pins, candles, and numbers\r\nEncourages imagination - role play with baby born boosts the imagination and has been proven to support the development of social skills, and values such as responsibility, communication, and empathy\r\nAges 3 plus - for children 3 years and older. suitable for all baby born 43cm dolls', 40.99, NULL, NULL, 44.89, 'BABY Born Happy Birthday Party Table & Cake Playset, Accessories New Xmas Toy 3+-47922.jpeg', 'BABY Born Happy Birthday Party Table & Cake Playset, Accessories New Xmas Toy 3+-58542.jpeg', 'BABY Born Happy Birthday Party Table & Cake Playset, Accessories New Xmas Toy 3+-88815.png', 'Babies', 3.5, NULL, 1, '2024-02-24 00:48:16', '2024-02-24 00:48:16'),
(5475, 'Flexon Contractor-Grade 5-Ply Kink-Resistant PVC Hose, 3/4in. x 150ft., 300 PSI', 'KSZ1dQTy2', 12, 'The Flexon Contractor-Grade 5-Ply Kink-Resistance PVC Hose features brass couplings. The spring collar reduces kinking at the spigot. Limited lifetime warranty.', 79.99, NULL, NULL, 85.99, 'Flexon Contractor-Grade 5-Ply Kink-Resistant PVC Hose, 3/4in. x 150ft., 300 PSI-29201.jpeg', NULL, NULL, 'Lawn and garden', 4.0, NULL, 1, '2024-02-24 00:50:09', '2024-02-24 00:50:09'),
(5476, 'Stunt Car', 'GsyksORzD', 1, '360° Rotating RC Stunt Car for 3-12 yr Boys Girls, LED 4WD 2.4GHz Remote Control Toy Cars Drift Twist Car with Colorful Lights and Music', 21.99, NULL, NULL, 102.99, 'Stunt Car-85664.jpeg', 'Stunt Car-45364.jpeg', 'Stunt Car-78145.jpeg', 'Beauty & personal care', 3.0, NULL, 1, '2024-02-24 00:51:47', '2024-02-24 00:51:47'),
(5477, 'Flexon 3-Ply Remnant Hose, 5/8in. x 15ft., Model# REM15', '96DhHsrED', 12, 'The Flexon 3-Ply Remnant Hose is best for extending your garden hose or connecting to a spigot. It\'s lightweight and compact, so it\'s easy to move around and store. Brass couplings allow full waterflow and are easy to attach.', 11.99, NULL, NULL, 13.99, 'Flexon 3-Ply Remnant Hose, 5/8in. x 15ft., Model# REM15-18917.jpeg', 'Flexon 3-Ply Remnant Hose, 5/8in. x 15ft., Model# REM15-99073.jpeg', 'Flexon 3-Ply Remnant Hose, 5/8in. x 15ft., Model# REM15-28291.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-24 00:54:25', '2024-02-24 00:54:25'),
(5478, 'HYDRATE Tracker XL Jug, 2.2 Litre Water Bottle with straw - W/Voucher sold by Hydrate Bottles Shop FBA', 'hPlwEImGs', 7, 'Motivation Getting your daily allowance of water can be difficult Which is why we designed our Hydrate water bottle to come with time markings helping you track your water intake and motivating you to hit your daily targets\r\nDesign Our leak proof water bottle is ergonomically designed for single handed use With a one flick open nozzle and leak proof seal cold drinks will refresh your exercises with a fast and smooth water flow for hours\r\nBpa Free & High Quality Made from the toughest and safest BPA Free non-toxic Tritan plastic Our bottle offers the best alternative to one use plastic bottles Reuse daily and do your bit to preserve our beautiful planet\r\nVersatile This bottle will look great and stylish anywhere The gym exercise classes outdoor sports daily commuting as well as at home and in the office\r\n100% Money Guarantee We are so confident you will love our bottle that we will give you a no fuss money back guarantee if you are not 100% satisfied with our epic bottle', 3.01, NULL, NULL, 4.01, 'HYDRATE Tracker XL Jug, 2.2 Litre Water Bottle with straw - W/Voucher sold by Hydrate Bottles Shop FBA-30750.jpeg', 'HYDRATE Tracker XL Jug, 2.2 Litre Water Bottle with straw - W/Voucher sold by Hydrate Bottles Shop FBA-70595.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-24 00:55:07', '2024-02-24 00:55:07'),
(5479, 'Manual Dough sheeter', 's45Dl0mZ2', 17, 'Manual Dough sheeter, Manual dough roller, Dough sheeter for home, Pastry sheeter, Dough roller, Pasta machine, Sheet roller doughsheeter', 525.00, NULL, NULL, 700.00, 'Manual Dough sheeter-99655.jpeg', 'Manual Dough sheeter-83781.jpeg', 'Manual Dough sheeter-67707.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 00:56:26', '2024-02-24 00:56:26'),
(5480, 'Construction Toddler Truck Toys', 'km2mILAHi', 16, 'Construction Toddler Truck Toys 5-in-1 Friction Power Vehicle Yellow Car Toy Carrier Truck Toys for Boys Girls Awesome Gift for Kids Ages 3+', 35.99, NULL, NULL, 39.99, 'Construction Toddler Truck Toys-83338.jpeg', 'Construction Toddler Truck Toys-48331.jpeg', 'Construction Toddler Truck Toys-45402.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-24 00:59:59', '2024-02-24 00:59:59'),
(5481, 'Dough Sheeter 12\" Inches', 'xxO733cm0', 17, 'Dough Sheeter 12\" Inches, make flawless laminated in your home kitchen as pizzas, croissants, fondant, dough pasta, raviolis, bread dough.', 160.00, NULL, NULL, 198.75, 'Dough Sheeter 12\" Inches-98346.jpeg', 'Dough Sheeter 12\" Inches-81811.jpeg', 'Dough Sheeter 12\" Inches-15892.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 01:01:06', '2024-02-24 01:01:06'),
(5482, 'Flexon Flextreme Professional Hose with Storage Strap, 5/8in. x 50ft., Model# FLXP5850CN', '2Z1vAcxIc', 12, 'The Flextreme™ Professional hose offers year-round flexibility and remains pliable in extreme temperatures. Its kink-free technology and unique internal rod guarantee continuous water flow, even if the hose appears twisted or kinked. This hose also includes a rotating male coupling that helps prevent kinking during initial hose setup and ongoing use.', 39.99, NULL, NULL, 49.99, 'Flexon Flextreme Professional Hose with Storage Strap, 5/8in. x 50ft., Model# FLXP5850CN-18327.jpeg', 'Flexon Flextreme Professional Hose with Storage Strap, 5/8in. x 50ft., Model# FLXP5850CN-39844.jpeg', 'Flexon Flextreme Professional Hose with Storage Strap, 5/8in. x 50ft., Model# FLXP5850CN-60239.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-24 01:01:43', '2024-02-24 01:01:43'),
(5483, 'LAMAZE Freddie The Firefly - Clip on Pram and Pushchair Newborn Baby Toy, Sensory Toy for Babies Boys and Girls From 0 - 6 Months', '7vrFfhV5D', 7, 'CUDDLY SOFT TOY - Freddie features a soft velour body that\'s ideal for cuddling and encourages tactile stimulation. With lots to see, hear and touch your baby will never get bored\r\nSENSORY TOY - This baby toy comes with high contrast black and white patterns, a discovery mirror, crinkle wings, click-clack rings and a squeaker to keep your baby entertained while stimulating their senses\r\nTEETHING TOY - This newborn toy comes with a pull out teether to help soothe your baby in moments of discomfort, allowing them to chew and bite while playing and learning\r\nCAR SEAT, COT, PUSHCHAIR, STROLLER and PRAM TOY - This highly versatile plush toy comes with a ring that can be attached to any type of pram or cot, as well as to your baby\'s activity centre\r\nMADE BY LAMAZE - All our baby toys are created through dedicated research with the help of development experts specialising in sensory play to encourage those moments of wonder and create that spark of development', 10.99, NULL, NULL, 12.99, 'LAMAZE Freddie The Firefly - Clip on Pram and Pushchair Newborn Baby Toy, Sensory Toy for Babies Boys and Girls From 0 - 6 Months-69303.jpeg', 'LAMAZE Freddie The Firefly - Clip on Pram and Pushchair Newborn Baby Toy, Sensory Toy for Babies Boys and Girls From 0 - 6 Months-25333.jpeg', 'LAMAZE Freddie The Firefly - Clip on Pram and Pushchair Newborn Baby Toy, Sensory Toy for Babies Boys and Girls From 0 - 6 Months-69258.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-24 01:08:49', '2024-02-24 01:08:49'),
(5484, 'TensCare Digi Duckling Digital Water LCD Thermometer and Baby Bath Time Toy, yellow', 'EnGCRGovh', 7, 'Brand TensCare\r\nSpecial feature Large Display, Portable, Timer, Waterproof, Auto Off\r\nColour yellow\r\nAge range (description) Infant\r\nIncluded components Battery, 1 x Digi Duckling Bath Time Thermometer\r\nOuter material Plastic\r\nReassurance that the bath water is at an ideal temperature for your little ones\r\nQuick and easy to read LCD display\r\nRed warning light illuminates when the water temperature is too hot\r\nTap to turn on with automatic turn off after an hour\r\nSafe, fun and encourages early number recognition for children', 4.99, NULL, NULL, 6.99, 'TensCare Digi Duckling Digital Water LCD Thermometer and Baby Bath Time Toy, yellow-54988.jpeg', 'TensCare Digi Duckling Digital Water LCD Thermometer and Baby Bath Time Toy, yellow-20647.jpeg', NULL, 'Babies', 3.5, NULL, 1, '2024-02-24 01:13:35', '2024-02-24 01:13:35'),
(5485, 'Doughsheeter machihe', 'hrXFhbUw1', 17, 'Equipped with a mechanical regulator of rolled dough thickness from 10mm to 0.1mm. The top feeding of the dough at an angle provides a convenient and high-quality rolling. For ease of use, the dough sheet is equipped with fasteners to the table.', 345.88, NULL, NULL, 400.00, 'Doughsheeter machihe-55467.jpeg', 'Doughsheeter machihe-23316.jpeg', 'Doughsheeter machihe-64060.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 01:16:57', '2024-02-24 01:16:57'),
(5486, 'Simple Joys by Carter\'s Baby Wearable Blanket', 'noWX4lNEq', 7, 'Carter’s is the best selling brand in young children’s apparel in the U.S. Trusted by generations of U.S. families for making life easier, Carter’s provides a wide range of styles at a great value.\r\n\r\nA three-pack of long-sleeve gowns are made with cuddle-ready cotton, a lapped neck, cinched hems, and playful prints.', 7.84, NULL, NULL, 10.84, 'Simple Joys by Carter\'s Baby Wearable Blanket-42522.jpeg', 'Simple Joys by Carter\'s Baby Wearable Blanket-89198.jpeg', 'Simple Joys by Carter\'s Baby Wearable Blanket-96124.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-24 01:19:07', '2024-02-24 01:19:07'),
(5487, 'RONDO Econom Canvas Pastry Roller Belts', 'z9XoRF0Mb', 17, 'These belts made from heavy duty canvas, suitable for food contact measure:\r\n\r\n482mm wide\r\n\r\n1350mm long\r\n\r\nSuits Rondo Econom 4000 STM 5303. / STM-503 / STM513 - and the majority of Rondo Pastry Rollers measuring 1560mm in overall length.', 336.07, NULL, NULL, 380.00, 'RONDO Econom Canvas Pastry Roller Belts-90868.jpeg', 'RONDO Econom Canvas Pastry Roller Belts-75391.jpeg', 'RONDO Econom Canvas Pastry Roller Belts-75696.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 01:23:20', '2024-02-24 01:23:20'),
(5488, 'WaterWipes Plastic-Free Textured Clean, Toddler & Baby Wipes, 720 Count (12 Packs), 99.9% Water Based Wipes, Unscented for Sensitive Skin', 'p8GcwvEex', 7, 'Brand WaterWipes\r\nSkin type All, Combination, Sensitive, Dry, Normal\r\nMaterial feature Plastic Free, Unscented, Plant Based, Allergen Free, Vegan, Natural, Biodegradable, Compostable\r\nUnit count 720 count\r\nNumber of items 12\r\nSpecial feature Not Tested On Animals, Water-Based, Natural Ingredients\r\nPURE, SIMPLE FORMULA: Our unscented Textured Clean baby wipes gently clean and help protect baby’s delicate skin with just 3 ingredients: 99.9% purified water plus a drop of fruit and berry extract.\r\nTEXTURED FOR TOUGHER MESSES: As babies grow, so do the messes. The soft, textured surface of WaterWipes provides added cleaning power to tackle messes on hands, faces and bottoms, making them perfect for growing babies and toddlers.\r\nPLANT-BASED WIPES: Our Textured Clean baby wipes are plant-based and plastic-free**. Plus, they\'re unscented, and contain no artificial fragrances or colours.\r\nTRUSTED BY DERMATOLOGISTS: Suitable for use on eczema-prone skin and allergy sufferers, WaterWipes are approved by Allergy UK & the Skin Health Alliance and registered by the Vegan Society.\r\nMORE EVERYDAY USES: WaterWipes are versatile for adults, pets, and surfaces too. These disposable wet wipes are ideal for cleaning small messes, refreshing skin, and wiping pets\' paws, making them a convenient travel essential for on-the-go use.', 22.00, NULL, NULL, 24.00, 'WaterWipes Plastic-Free Textured Clean, Toddler & Baby Wipes, 720 Count (12 Packs), 99.9% Water Based Wipes, Unscented for Sensitive Skin-64652.jpeg', 'WaterWipes Plastic-Free Textured Clean, Toddler & Baby Wipes, 720 Count (12 Packs), 99.9% Water Based Wipes, Unscented for Sensitive Skin-55076.jpeg', 'WaterWipes Plastic-Free Textured Clean, Toddler & Baby Wipes, 720 Count (12 Packs), 99.9% Water Based Wipes, Unscented for Sensitive Skin-65877.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-24 01:24:43', '2024-02-24 01:24:43'),
(5489, 'Munchkin Soft Tip Toddler & Baby Spoons pack of 6', 'dhF6FRnry', 7, 'MUNCHKIN SPOON SET: This essential baby feeding set of 6 spoons combines a smart baby weaning spoon design with flexible tips and long handles. Suitable for 4 months and over\r\nVERSATILE BABY PLASTIC SPOONS: Coming in six vibrant colours, the soft tips of the baby and toddler spoons are flexible yet strong. Featuring ergonomically designed easy-grip handles\r\nEASY CARE BABY FOOD SPOONS: These durable toddler and baby feeding spoons are top rack dishwasher safe and BPA-free. Great for boys or girls, for picnics, lunchboxes, at home or on the go\r\nTHE PERFECT SIZE FOR LITTLE MOUTHS: The shallow spoon bowl is comfortable for babies and young children, and the soft tips are gentle on gums. Long handles are great for easier high chair feeding\r\nPART OF THE MUNCHKIN WEANING RANGE: Complete your baby weaning set with the Munchkin infant feeding and dinnerware range for babies and toddlers. Discover our matching plates, bowls and sippy cups', 2.00, NULL, NULL, 3.00, 'Munchkin Soft Tip Toddler & Baby Spoons pack of 6-16374.jpeg', 'Munchkin Soft Tip Toddler & Baby Spoons pack of 6-24791.jpeg', 'Munchkin Soft Tip Toddler & Baby Spoons pack of 6-78932.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-24 01:28:34', '2024-02-24 01:28:34'),
(5490, 'Dough sheeter for home,Dough roller,Pizza', 'kg3f8s1Ji', 17, 'Dough sheeter for home,Dough roller,Pizza dough sheeter,Pasta maker machine,Pastry sheeter,Pasta machine\r\nHandmade\r\nMaterials: Steel\r\nElectric rolling machine TN0720 19.7 inches with an electric drive is designed for the rolling of various kinds of dough (dough for pizza, base for pizza, massa-pizza, leaf dough, bakery, pastry for pie, sheet for chapati, Danish dough, ravioli, cookies, etc.)\r\nTN0720 is designed in accordance with the necessary safety, mechanical and sanitary regulations. The dough rolling machine has compact dimensions (550x350x350 mm or 23.5x13.8x13.8 inches). - Dimensions: 650x350x350 mm or 25,5x13,8x13,8 inches. Electric drive with chain transmission (no tension belts) will allow you to use it effortlessly.\r\nADVANTAGES:\r\n- For any dough\r\n- Desktop installation\r\n- Dimensions: 650x350x350 mm or 25.5x13.8x13.8 inches\r\n- Stainless steel shafts (shaft length 500 mm or 19.7 inches)\r\n- Adjustable dough thickness (0.7 mm - 20 mm)\r\n- Chain transmission (no tension belts!)', 995.70, NULL, NULL, 1420.00, 'Dough sheeter for home,Dough roller,Pizza-55505.jpeg', 'Dough sheeter for home,Dough roller,Pizza-85802.jpeg', 'Dough sheeter for home,Dough roller,Pizza-69128.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 01:34:33', '2024-02-24 01:34:33'),
(5491, 'Pizza dough sheeter,Sheet roller', 'hOk4zGnq3', 17, 'Pizza dough sheeter,Sheet roller,Pasta dough sheeter,Pasta maker roller,Pizza maker roller,Dough sheeter roller,Dough maker', 525.00, NULL, NULL, 750.00, 'Pizza dough sheeter,Sheet roller-50220.jpeg', 'Pizza dough sheeter,Sheet roller-66645.jpeg', 'Pizza dough sheeter,Sheet roller-38472.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 01:36:58', '2024-02-24 01:36:58'),
(5492, 'Madia (Pizza dough box)', 'ioWjihfSF', 17, 'Handmade\r\nMaterials: Sugar Pine\r\nFerment your pizza dough in style! Optimize bulk fermentation by keeping a constant temperature and humidity.\r\n\r\nLarge enough to comfortably hold a bulk recipe based on 1kg of pizza flour that doubles in size (6-8 pizzas)\r\n\r\nThis dough box is made with hand selected and milled sugar pine. All sides flare outward at an approximate 18-20 deg angle. Exterior has a gouge texture. No varnish or finish oil is used. \r\n\r\nExternal dimensions (approx): 13” x 13” x 7\'“h (34cm x 34cm x 18cm)\r\n\r\nInterior base dimensions: 7” x 7” x 5.5 ”h (18cm x 18cm x 15cm)\r\n\r\nApprox weight: 6 lbs (2.75kgs)', 183.75, NULL, NULL, 245.00, 'Madia (Pizza dough box)-39627.jpeg', 'Madia (Pizza dough box)-94223.jpeg', 'Madia (Pizza dough box)-31816.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-24 01:40:45', '2024-02-24 01:40:45'),
(5493, 'CORETEZ Dumbbells Set 2x4kg', 'Y3wgv6Ifi', 17, 'CORETEZ Dumbbells Set 2x4kg made of wood & steel, COREFORM Natural Fitness Gift, Home Gym Equipment', 316.13, NULL, NULL, 409.00, 'CORETEZ Dumbbells Set 2x4kg-91307.jpeg', 'CORETEZ Dumbbells Set 2x4kg-30927.jpeg', 'CORETEZ Dumbbells Set 2x4kg-42502.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 01:44:50', '2024-02-24 01:44:50'),
(5494, 'Pull Up Bar REED™', 'lAfNMpq8E', 17, 'Pull Up Bar REED™ - Premium Chin Up Bar, Luxury Home Gym Equipment\r\nHandmade\r\nRead the full description\r\nMaterials: wood, walnut, oak, ash, brass, leather\r\nFor those creating an exceptional home gym, our signature pull up bar attachment for the REED™ Swedish Ladder promises a richer, diversified workout experience. Inspired by the timeless grace of nature, this chin up bar brings a touch of refined elegance to home gym equipment.\r\n\r\nConstructed using traditional wood joinery methods, the strength of this pull up bar defies its graceful appearance. Brass details shimmer against a backdrop of premium hardwood, while a hand-stitched safety strap — crafted from top quality Italian leather — ensures the bar remains securely anchored.', 620.98, NULL, NULL, 987.00, 'Pull Up Bar REED™-11574.jpeg', 'Pull Up Bar REED™-74071.jpeg', 'Pull Up Bar REED™-89952.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 01:59:35', '2024-02-24 01:59:35'),
(5495, 'Premium Parallette Set', 'BFubTzJhY', 17, 'Premium Parallette Set - Gymnastics Equipment - Parallel Bars - Dips Bars- - Crossfit - Calisthenics - Gymnastics Wood Metal Bars', 1435.00, NULL, NULL, 1986.00, 'Premium Parallette Set-75589.jpeg', 'Premium Parallette Set-92398.jpeg', 'Premium Parallette Set-50602.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 02:04:29', '2024-02-24 02:04:29'),
(5496, 'Melissa & Doug Furniture Wooden Lift', 'pWEkxmFrp', 10, 'SOLID WOODEN CHAIR & DESK SET: The Melissa & Doug Child’s Lift-Top Desk and Chair is made from high-quality wood. It comes in a white finish and wipes clean to keep it looking fresh and new.\r\nHOLDS UP TO 150 POUNDS: The durable construction of this child’s desk and chair set allows it to hold up to 150 pounds. The desk also features a safety-hinged lid and reinforced legs made to last through the years.\r\nEASY TO ASSEMBLE: Our child’s desk and chair set is simple to assemble with a Phillips-head screwdriver (not included). We’ve provided easy-to-follow instructions to expedite your assembly.\r\nGREAT HOUSEWARMING PRESENT: This makes an ideal housewarming or baby shower gift for new parents. Add the Melissa & Doug Step Stool for an extra-special gift.\r\n“THE GOLD STANDARD IN CHILDHOOD PLAY”: For more than 30 years, Melissa & Doug has created beautifully designed imagination- and creativity-sparking products that NBC News called “the gold standard in early childhood play.”\r\nPerfect Christmas gift and holiday season gift for kids of all ages', 60.99, NULL, NULL, 69.99, 'Melissa & Doug Furniture Wooden Lift-82201.jpeg', 'Melissa & Doug Furniture Wooden Lift-16943.jpeg', 'Melissa & Doug Furniture Wooden Lift-23949.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-24 02:05:43', '2024-02-24 02:06:09'),
(5497, 'Training Rack 2,3m | For Rock Climbing', 'AMHZiIOIt', 17, 'Training Rack 2,3m | For Rock Climbing | Mini home climbing wall | Finger Strength & Fitness', 590.73, NULL, NULL, 785.00, 'Training Rack 2,3m | For Rock Climbing-22674.jpeg', 'Training Rack 2,3m | For Rock Climbing-33710.jpeg', 'Training Rack 2,3m | For Rock Climbing-50923.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 02:09:07', '2024-02-24 02:09:07'),
(5498, 'GnomeHolds Portable Hangboard | Rock Climbing | Finger Trainer', 'RslqMmfl7', 17, 'Portable or Wall-Mounted: Use it on-the-go or mount it on your wall with screws.\r\n- Multiple Grip Options: Offers a 25mm pocket, 18mm crimp, and top jug for pull-ups\r\n- Even Force Distribution: Centered rope ensures equal stress on your fingers, perfect for weighted training.\r\n- Affordable & Effective: Simple design without the hefty price tag.\r\n- Durable Build: Crafted from 100% polyurethane, ensuring unmatched durability and longevity.\r\n- Optimal Texture: Strikes the ideal balance between grip and skin-friendliness, providing a comfortable training experience.', 35.89, NULL, NULL, 80.00, 'GnomeHolds Portable Hangboard | Rock Climbing | Finger Trainer-91667.jpeg', 'GnomeHolds Portable Hangboard | Rock Climbing | Finger Trainer-58819.jpeg', 'GnomeHolds Portable Hangboard | Rock Climbing | Finger Trainer-65356.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 02:14:22', '2024-02-24 02:14:22'),
(5499, 'Brooklyn Dining Chair, Vintage Brown & Black, Classic Faux Leather & Steel', 'P5ljD3ubr', 10, 'Rugged simplicity - Brooklyn chairs are stylish with cool, industrial vibes.\r\nSoft upholstery in a relaxed, distressed finish and black metal legs - with padded curved seats that make them comfortable too.\r\nA sleek shape that works well with both large and small tables.\r\nA modern, industrial style dining chair\r\nUpholstered in soft, brown faux leather with an antique, distressed finish\r\nStitch detailing on the back and seat\r\nAngled, tapered metal legs with a satin black finish\r\nComfy, padded seat made with high quality, high density foam and fibre upholstery', 50.99, NULL, NULL, 59.99, 'Brooklyn Dining Chair, Vintage Brown & Black, Classic Faux Leather & Steel-41594.jpeg', 'Brooklyn Dining Chair, Vintage Brown & Black, Classic Faux Leather & Steel-33352.jpeg', NULL, 'General furnitures', 3.5, NULL, 1, '2024-02-24 02:20:43', '2024-02-24 02:20:43'),
(5500, 'Milwaukee Packout Rack', 'ZgmuzfaHh', 17, 'Handmade\r\nMaterials: Metal\r\nAre you Upfitting a truck or van? This parts bin storage unit is specifically designed to work with the popular MILWAUKEE PACKOUT* bins and storage options. Designed to utilize the lock system built into the PACKOUT*. The bins slide into the shelf and capture the bin from the bottom, once the bin is pushed all the way into the shelf it locks in place. This keeps your expensive bins and parts safely and securely stored while you drive. To remove. just push up on the PACKOUT* lock and slide the bin out. The unit comes with 2 sides - 8 shelves - 2 floor angle anchors and 2 wall brackets plus all the hardware to assemble the unit.', 773.16, NULL, NULL, 908.00, 'Milwaukee Packout Rack-92762.jpeg', 'Milwaukee Packout Rack-97148.jpeg', 'Milwaukee Packout Rack-74960.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 02:21:44', '2024-02-24 02:21:44'),
(5501, 'Highbury Oak Extending Dining Table with 4 Bewley Slate Fabric Chairs', 'A2GZ1n2LY', 10, 'Elegantly simple and hard wearing, the Highbury is a classic dining centrepiece.\r\nIt\'s all in the details, with distinctive soft edges and thick-set legs for stability. And when extra seats are required, it extends smoothly.', 700.00, NULL, NULL, 749.00, 'Highbury Oak Extending Dining Table with 4 Bewley Slate Fabric Chairs-45545.jpeg', 'Highbury Oak Extending Dining Table with 4 Bewley Slate Fabric Chairs-11129.jpeg', 'Highbury Oak Extending Dining Table with 4 Bewley Slate Fabric Chairs-70479.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-24 02:25:32', '2024-02-24 02:25:32'),
(5502, 'Freestanding Pull Up and Dip Bar', 'bOgDrsQB1', 17, 'Freestanding Pull Up and Dip Bar - Home Gym, Pull Ups, Chin Up\r\nHandmade\r\nFreestanding Pull Up and Dip Bar - Home Gym, DIY Gym, Weight Training, Pull Ups, Chin Up\r\n\r\nFree-standing, portable pull up and dip bar made from galvanised pipe and key clamp fittings\r\n\r\nSize:\r\nBase Length: 200cm\r\n\r\nBase Width: 150cm\r\n\r\nWeight Limit: 150kg\r\n\r\nHeight: 160cm – 240cm', 370.40, NULL, NULL, 496.00, 'Freestanding Pull Up and Dip Bar-39699.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 02:30:11', '2024-02-24 02:30:11'),
(5503, 'Multi Functional Pull Up Bar', 'mT6mvDq8n', 17, 'Multi Functional Pull Up Bar Made From Industrial Pipe and Pipe Fittings\r\nThis pull up bar is made out of 27mm Diameter Steel Pipe and Pipe Fittings. The strength and versatility of thes pipe and pipe fittings make them perfect for home or commercial use as a pull up bar.', 79.32, NULL, NULL, 109.00, 'Multi Functional Pull Up Bar-78791.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 02:34:16', '2024-02-24 02:34:16'),
(5504, 'Pull Up & Dip Station BOW', 'hyQ21irNN', 17, 'Pull Up & Dip Station BOW™ - Designer Power Tower, Luxury Pull Up Bar, High End Home Gym Equipment\r\nHandmade\r\nMaterials: wood, walnut, oak, ash, brass\r\nInspired by a classic power tower, the Pull Up & Dip Station BOW™ merges the utility of home gym equipment with aesthetic sophistication. With a pull up bar and dip bars integrated into an adjustable height bracket, this innovative piece is in a category of its own.', 1987.00, NULL, NULL, 2830.00, 'Pull Up & Dip Station BOW-31906.jpeg', 'Pull Up & Dip Station BOW-70333.jpeg', 'Pull Up & Dip Station BOW-87327.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-24 02:39:41', '2024-02-24 02:39:41'),
(5505, 'Cotten 2 Piece Coffee Table Set', 'VwRuOkkUP', 10, 'This coffee table set will match your existing style perfectly with a modern and unique design. This table set is constructed of unique steel metal wires and cement ash water ripple MDF material, which promotes strength while looking great. Furthermore, these small round tables can be used almost anywhere, from the living room to the bedroom, to even the dining room. It can stack together for saving space or use independently. Versatile furniture can serve as an end side table, tea coffee table, nightstand, or corner table. MDF board tabletop provides high load capacity, quality steel base offers safe standing on the floor. Footpad design can well prevent ground scratches. Requires simple assembly.', 80.99, NULL, NULL, 87.99, 'Cotten 2 Piece Coffee Table Set-38558.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-24 02:44:24', '2024-02-24 02:44:24'),
(5506, 'Stihl Hedge Trimmer Attachment — 20in. Blade, Fits Stihl KombiSystem, Model# HL KM 145', 'jvocCAt7Z', 12, 'This STIHL® Hedge Trimmer Attachment turns your Stihl KombiSystem (sold separately) into an effective hedge trimmer with 20in. blade and 145 degree working range for flexibility.', 279.99, NULL, NULL, 300.99, 'Stihl Hedge Trimmer Attachment — 20in. Blade, Fits Stihl KombiSystem, Model# HL KM 145-93279.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-24 02:44:27', '2024-02-24 02:44:27'),
(5507, 'Swedish Ladder REED™ - High End Stall Bars', 'RwwCATdiy', 17, 'Swedish Ladder REED™ - High End Stall Bars, Wooden Wall Bars, Designer Home Gym Equipment.\r\nHandmade\r\nMaterials: wood, walnut, oak, ash, brass\r\nOur Swedish ladder, often referred to as stall bars or wall bars, combines elegance and utility, embodying the essence of refined home gym equipment. With its graceful silhouette, REED™ transforms a classic gymnasium tool into a captivating statement piece.', 1275.00, NULL, NULL, 1830.00, 'Swedish Ladder REED™ - High End Stall Bars-53076.jpeg', 'Swedish Ladder REED™ - High End Stall Bars-36419.jpeg', 'Swedish Ladder REED™ - High End Stall Bars-44574.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 02:45:02', '2024-02-24 02:45:02'),
(5508, 'Scotts 7.2 Volt Cordless Pruner, Model# PR17215S', '6bX6s1leE', 12, 'Maintaining your yard is a whole lot easier and less strenuous with the Scotts Cordless Pruner. Powered by a 7.2 Volt Lithium-ion battery, this handy tool has a 3/4in. standard cut capacity and a charge time of 3-5 hours, giving you up to 500 effortless cuts per charge. Simply hold down the dual pull safety trigger to quickly slice through bushes, roses, woody stems and branches. The ergonomic handheld design helps reduce fatigue as you work and a built-in safety switch prevents accidental starting. Measures 13in.L x 5in.W x 5in.Hand weighs only 2 lbs. Comes with a changeable battery pack and 2-year limited manufacturer\'s warranty.', 87.99, NULL, NULL, 95.87, 'Scotts 7.2 Volt Cordless Pruner, Model# PR17215S-24702.jpeg', 'Scotts 7.2 Volt Cordless Pruner, Model# PR17215S-86365.jpeg', 'Scotts 7.2 Volt Cordless Pruner, Model# PR17215S-78284.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-24 02:49:57', '2024-02-24 02:49:57'),
(5509, 'STIHL Battery-Operated HSA 26 Li-Ion Cordless Shrub Shears Set — Tool with Battery and Charger, 7.9in. and 4.7in. Blades, Model# HSA 26 Set', 'QLmPr9SEg', 12, 'The STIHL® HSA 26 Li-Ion Cordless Shrub Shears Set features interchangeable 7.9in. shrub and 4.7in. grass blades to handle precise trimming jobs. Whether it \'s trimming ornamental plants or pruning and cutting small shrubs and grasses, these battery-powered garden shears deliver unparalleled performance and power in the garden. The quiet battery operation makes it an ideal choice for urban or suburban homeowners living in noise-sensitive areas. Set includes battery and charger', 149.99, NULL, NULL, 153.99, 'STIHL Battery-Operated HSA 26 Li-Ion Cordless Shrub Shears Set — Tool with Battery and Charger, 7.9in. and 4.7in. Blades, Model# HSA 26 Set-10076.jpeg', 'STIHL Battery-Operated HSA 26 Li-Ion Cordless Shrub Shears Set — Tool with Battery and Charger, 7.9in. and 4.7in. Blades, Model# HSA 26 Set-47205.jpeg', NULL, 'Lawn and garden', 3.0, NULL, 1, '2024-02-24 02:58:49', '2024-02-24 02:58:49'),
(5510, 'Milwaukee, M18 FUEL Brush Cutter, Volts 18, Blade Length 9 in, Model# 3015-20', 'FaFlZIwDl', 12, 'POWERSTATE™ Brushless Motor: Purposely built for the M18 FUEL™ Brush Cutter to generate the power and performance of high voltage platforms\r\nPower to Clear Thick Brush: Complete demanding applications without bogging down\r\nPart of the M18 system, featuring over 250+ plus tools\r\nREDLINK PLUS™ Intelligence: Optimizes performance, provides overload protection preventing damage to tool and battery during heavy applications; compatible across the M18™ System\r\nReaches full throttle in under one second, Boosting productivity and control', 419.99, NULL, NULL, 435.99, 'Milwaukee, M18 FUEL Brush Cutter, Volts 18, Blade Length 9 in, Model# 3015-20-74107.jpeg', 'Milwaukee, M18 FUEL Brush Cutter, Volts 18, Blade Length 9 in, Model# 3015-20-43430.jpeg', 'Milwaukee, M18 FUEL Brush Cutter, Volts 18, Blade Length 9 in, Model# 3015-20-72382.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-24 03:04:35', '2024-02-24 03:04:35'),
(5511, 'EGO Power+ Cordless Hedge Trimmer — 26in. Blades, 2.5Ah Battery, Model# Ht2601', 'eyoUa5acW', 12, '26in. dual-action steel blades for precise cuts\r\nStrong, light and durable industry\'s first carbon fiber rail backed by a lifetime warranty\r\nCuts at up to 3400 strokes per minute\r\n1.2in. cut capacity\r\n5-position, 180-degree rotating handle for ultimate control', 249.99, NULL, NULL, 255.55, 'EGO Power+ Cordless Hedge Trimmer — 26in. Blades, 2.5Ah Battery, Model# Ht2601-29618.jpeg', NULL, NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-24 03:07:58', '2024-02-24 03:07:58'),
(5512, 'David Beckham Intimately Eau De Toilette 75ml Spray', 'djk8SdXyv', 10, 'David Beckham\r\nIntimately Eau De Toilette 75ml Spray.\r\nWoody and spicy, perfect for day to evening. This is a very masculine scent of energy, vibrancy, comfort and warmth.', 12.59, NULL, NULL, 18.07, 'David Beckham Intimately Eau De Toilette 75ml Spray-87510.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-24 03:10:47', '2024-02-24 03:10:47'),
(5513, '4 Piece Rattan Garden Furniture Set Table Chairs Sofa - £91.99 Delivered', '1JCg1jl7J', 10, '4PC Rattan Garden Furniture\r\nSet with Coffee Table, Double Seated Sofa and 2 Chairs, Outdoors Dining Rattan Set, Weather Resistant, Comfortable and Stylish Patio Set (Black)\r\nMade of premium material with a universal design and available in two colours, the 4 pieces set (1xDouble Seated Sofa, 2xArmchair and 1xTea Table) will suit all type of outdoor environments. Create a natural and stylish spot in your garden or patio to enjoy and relax on sunny days. Overall dimension: Armchair D57*W59*H82cm / Sofa: D57*W107*H82cm / Table: L71*W41*H39cm (with 5mm clear glass) Box Dimension 105*40*57cm\r\nLevel up your summer evening meals with Straame chic garden rattan furniture set and create some quality time with your family in the comfort of your garden. The heavy-duty construction and the tempered glass on the top of the table give the set a sophisticated touch. Enjoy your meals and cocktails al fresco on warm summer evenings\r\nThe rattan set is available in two different neutral colours that will match any decoration in your garden or patio. With a clean construction and classic design, the set will give your house an exclusive touch—high-end seating with low maintenance to bring comfort to your life on sunny days. The cushions will provide a more comfortable seating experience: Relax in style.\r\nLow maintenance set; every piece can be easily clean with a cloth. Waterproof and weather-resistant, the garden set can be left all year round outdoors as long as there is no heavy rain. Make the most of your outdoor leisure time with Straame Rattan patio set. It will last for many summers.\r\n  All weather-resistant set, the colour of the rattan material won’t fade away even if left outdoors under the light rain. Sturdy rattan furniture for the whole family. Enjoy your solo time reading in the calming environment of your garden or gather with your family for a nice meal.\r\nAdd a sense of luxury to those lazy summer evenings. Combining chic design with excellent comfort. The ample double-seat sofa along with the stylish side table for your summer snack and refreshments.', 80.99, NULL, NULL, 91.99, '4 Piece Rattan Garden Furniture Set Table Chairs Sofa - £91.99 Delivered-81549.jpeg', '4 Piece Rattan Garden Furniture Set Table Chairs Sofa - £91.99 Delivered-13863.jpeg', '4 Piece Rattan Garden Furniture Set Table Chairs Sofa - £91.99 Delivered-67632.jpeg', 'General furnitures', 3.5, NULL, 1, '2024-02-24 03:12:24', '2024-02-24 03:12:24'),
(5514, 'Brinly-Hardy Broadcast Walk-Behind Spreader, 50-Lb. Capacity, Model# P20-500BH', 'FFKvDsU5x', 12, 'Durable poly/plastic hopper\r\nPowder-coated steel frame\r\nEnclosed gear protection\r\nAdjustable handle height\r\nPneumatic tires give you better traction on a variety of surfaces', 169.00, NULL, NULL, 174.99, 'Brinly-Hardy Broadcast Walk-Behind Spreader, 50-Lb. Capacity, Model# P20-500BH-44664.jpeg', 'Brinly-Hardy Broadcast Walk-Behind Spreader, 50-Lb. Capacity, Model# P20-500BH-40326.jpeg', 'Brinly-Hardy Broadcast Walk-Behind Spreader, 50-Lb. Capacity, Model# P20-500BH-38748.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-24 03:12:45', '2024-02-24 03:12:45'),
(5515, 'HUGO Jeans Eau De Toilette', 'qOAgzatVj', 10, 'Dare to freshen up with HUGO JEANS For Men Eau de Toilette, a bold mix of vibrant grapefruit, invigorating peppermint, and warm sandalwood, captured in a matte blue flask featuring the iconic HUGO logo. How’s that for a perfect fit?', 40.93, NULL, NULL, 87.55, 'HUGO Jeans Eau De Toilette-43288.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-24 03:14:13', '2024-02-24 03:14:13'),
(5516, 'Ashworth Putty & Oak 2 Drawer Bedside Table', 'zZbTNFmMu', 10, 'The modern and versatile Ashworth collection has clean and simple lines, lending a refined edge to the bedroom.\r\nWith a light grey finish and a contrasting oak top, this range offers subtle rustic flair, and plenty of storage space.\r\nMade to last with solid and sturdy materials, the Ashworth collection will easily fit into any contemporary home.', 40.99, NULL, NULL, 49.99, 'Ashworth Putty & Oak 2 Drawer Bedside Table-29518.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-24 03:17:44', '2024-02-24 03:17:44'),
(5517, 'Moschino Uomo Eau De Toilette 125m', 'WjtBb0lwy', 10, 'A favourite fragrance family... warm, powdery, rich and musky fragrances that are perfect for the evening and winter months.', 22.61, NULL, NULL, 63.34, 'Moschino Uomo Eau De Toilette 125m-23617.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-24 03:19:41', '2024-02-24 03:19:41'),
(5518, 'Realistic Skeleton Stakes Halloween Decorations for Lawn Stakes Garden Halloween Skeleton Decoration', 'NfDb4OU8k', 12, 'Brand\r\nSlopehill\r\nManufacturer Part Number\r\nAIL1005\r\nColor\r\nGray\r\nManufacturer\r\nSlopehill\r\nAssembled Product Weight\r\n0.73 lb', 17.99, NULL, NULL, 20.99, 'Realistic Skeleton Stakes Halloween Decorations for Lawn Stakes Garden Halloween Skeleton Decoration-19097.jpeg', 'Realistic Skeleton Stakes Halloween Decorations for Lawn Stakes Garden Halloween Skeleton Decoration-41780.jpeg', 'Realistic Skeleton Stakes Halloween Decorations for Lawn Stakes Garden Halloween Skeleton Decoration-95804.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-24 03:20:02', '2024-02-24 03:20:02'),
(5519, 'Chatsworth Extending Dining Table & 6 Java Chairs, Dark Solid Hardwood, Brown Classic Faux Leather, 150-180cm', 'q5q0deTcy', 10, 'Go for a grand look with the impressive Chatsworth dining table.\r\nAn ornate double pedestal base and moulded table edges blend both style and character.\r\nPair it with the Java chairs — their high, curved backrests create a distinctive touch in the dining room.\r\nTable\r\nA traditional extending dining table\r\nOrnate double pedestal with trestle base\r\nCoated in a satin smooth lacquer with solid hardwood legs\r\nComfortably seats up to 8\r\nCentral butterfly extension leaf stores neatly under the table top\r\nExtends easily from 150cm to 180cm\r\nNote: To keep your table looking its best, always use place mats to protect the table top and prevent scratches. Do not use abrasive or corrosive products to clean the table. Wipe clean with a soft, damp cloth and dry with a soft duster. Make sure accidental spills are dealt with immediately.\r\nChairs\r\nA classic dining chair\r\nFeatures a slatted backrest\r\nMade from solid hardwood\r\nSeat pad is upholstered in dark brown faux leather\r\nFrame is coated in a dark lacquered finish', 800.99, NULL, NULL, 829.99, 'Chatsworth Extending Dining Table & 6 Java Chairs, Dark Solid Hardwood, Brown Classic Faux Leather, 150-180cm-78653.jpeg', 'Chatsworth Extending Dining Table & 6 Java Chairs, Dark Solid Hardwood, Brown Classic Faux Leather, 150-180cm-25833.jpeg', 'Chatsworth Extending Dining Table & 6 Java Chairs, Dark Solid Hardwood, Brown Classic Faux Leather, 150-180cm-83404.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-24 03:21:53', '2024-02-24 03:21:53'),
(5520, 'Ohio Steel 42\" / 22 CF Lawn Sweeper', '2XUjbdB5a', 12, 'This professional grade Ohio Steel Lawn Sweeper features an extra-large capacity 22 cu. ft. heavy-duty collector bag and a 42 in. sweeping path allowing you to get your lawn care finished quickly. The exclusive patented spiral brush sweeps more efficiently than standard sweepers and puts less stress on gears for longer life. \"No-slip\" positive lock height adjustment will not vibrate out of position and has easy-to-remember height settings. Hopper empties by pulling rope from the seat of your tractor - just reverse to debris or compost area, pull the rope and you\'re done! Extra-wide 9 in. chute is less likely to clog, especially when sweeping damp grass clippings that can clump together. 3-position hitch adjustment allows for efficient level operation with any tractor hitch height - without the use of easy to lose spacer rings! The sweeper stands upright and bag folds for compact storage. For over 50 years Ohio Steel has manufactured high-quality, innovative tractor and ATV attachments that help get the job done faster and with less effort. 42 in. sweeping width; 22 cu. ft. capacity hopper 11 in. spiraled polypropylene brushes - an Ohio Steel patented exclusive feature 4.5 to 1 brush to wheel turning ratio 11 in. semi-pneumatic wheels Sealed ball bearings on brush axle Sealed ball bearings on brush axle Gray and black powder-coat finish Hitch pin included 3 year limited warranty\r\n42 in. sweeping width; 22 cu. ft. capacity hopper 11 in. spiraled polypropylene brushes - an Ohio Steel patented exclusive feature 4.5 to 1 brush to wheel turning ratio 11 in. semi-pneumatic wheels Sealed ball bearings on brush axle Gray and black powder-coat finish Hitch pin included 3-year limited warranty', 279.00, NULL, NULL, 349.99, 'Ohio Steel 42\" / 22 CF Lawn Sweeper-15862.jpeg', 'Ohio Steel 42\" / 22 CF Lawn Sweeper-50456.jpeg', NULL, 'Lawn and garden', 4.5, NULL, 1, '2024-02-24 03:26:20', '2024-02-24 03:26:20'),
(5521, 'BOSS Bottled Eau de Toilette for Men', 'EBZqPYdfX', 10, 'The encapsulation of BOSS in a fragrance, classic BOSS Bottled Eau de Toilette for Men is confident and contemporary. The iconic scent exudes distinction, sophistication and pure joie de vivre', 83.06, NULL, NULL, 97.58, 'BOSS Bottled Eau de Toilette for Men-18044.jpeg', 'BOSS Bottled Eau de Toilette for Men-10535.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-24 03:26:21', '2024-02-24 03:26:21'),
(5522, 'Dalston Grey Ash Ladder Shelf', '99fKaQNJl', 10, 'The Dalston Range has a distinct and bold style combining a natural aesthetics with an industrial form. The brushed oak, grey oil stain finish, brings out the grain of the material. Combined with the live edge detail which enhances the natural qualities of the timber. Strong and refined lines seek to cross the paths between the uniform and irregular patterns making for a stripped back, modern and on trend living and dining collection.\r\nSolid wood frame, real oak veneer, dark metal legs\r\nLightly oiled, grey stain finish', 100.00, NULL, NULL, 150.00, 'Dalston Grey Ash Ladder Shelf-60004.jpeg', 'Dalston Grey Ash Ladder Shelf-61763.jpeg', 'Dalston Grey Ash Ladder Shelf-76216.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-24 03:28:47', '2024-02-24 03:28:47'),
(5523, 'Versace Dreamer Eau De Toilette Spray 100ml', 'LPcLnsiR0', 10, 'Versace Dreamer is an exotic and luxurious perfume for men, an easy way to add style and sophistication to any occasion. This masculine Versace fragrance comes in a 100ml bottle with the iconic brand Medusa head carved out of the glass.\r\nEnjoy notes of wild linen flowers, amber, and tobacco with every spray of this sharp, woody amber fragrance. This Versace men’s scent is warm yet fresh, with a natural, sensual aroma and a robust base.', 27.81, NULL, NULL, 91.24, 'Versace Dreamer Eau De Toilette Spray 100ml-86105.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-24 03:32:56', '2024-02-24 03:32:56'),
(5524, 'Morgan Sofa Side Table', '5KTxAspr6', 10, 'Meet Morgan. The Morgan side table is crafted using beautiful mango wood in a smooth light lacquered finish. This mango wood is combined with a metal structure to make Morgan as industrial as they come. The attention-grabbing parquet design adds a wonderful decorative touch. This side table will do a good job of looking after your books and magazines, as well as holding your drinks and snacks on the top. Use the shorter shelf for popping your remote controls on - and you\'ll never waste time looking for them again! Morgan is sure to add warmth to your space and its distinctive modern shape will provide you with a sleek way to house your lounge bits and bobs.\r\n\r\n3 storage shelves\r\n\r\nSmooth lacquered finish for easy care\r\n\r\nParquet design', 200.00, NULL, NULL, 210.00, 'Morgan Sofa Side Table-46338.jpeg', 'Morgan Sofa Side Table-22249.jpeg', 'Morgan Sofa Side Table-87681.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-24 03:33:54', '2024-02-24 03:33:54'),
(5525, 'PUMAwhite & Grey Cali Dream Animal Girls Junior Trainers', 'aoGiLxFp9', 10, 'PUMAwhite & grey cali dream animal Girls Junior Trainers\r\nElevate your next fit with the PUMA cali dream trainers that have just landed at schuh in junior sizes! Featuring a white and grey colourway with rose gold metallic branded sidewalls that sit atop a platform sole we are in love!\r\nUPPER: Leather\r\nLINING: Fabric\r\nOUTSOLE: Rubber\r\nColour: White & Grey', 34.20, NULL, NULL, 60.83, 'PUMAwhite & Grey Cali Dream Animal Girls Junior Trainers-32032.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-24 03:36:48', '2024-02-24 03:36:48'),
(5526, 'Armchair Set with 1x Chairback + 2x Arm Caps', 'U0YCEKpPA', 10, 'Protect and pretty-up your favourite chair or sofa with dainty butterflies.\r\n\r\nProtect your precious sofa and armchairs from wear and tear with these matching arm caps and chairbacks. Delicately embroidered butterfly design on 100% machine washable polyester. Available as an armchair set (1 chairback, 2 arm covers), extra chairbacks available for sofas. Each arm cap, L33 x W17 x D20cm. Each headrest, L58 x W39.5cm.', 5.00, NULL, NULL, 9.99, 'Armchair Set with 1x Chairback + 2x Arm Caps-30226.jpeg', 'Armchair Set with 1x Chairback + 2x Arm Caps-96446.jpeg', NULL, 'General furnitures', 3.5, NULL, 1, '2024-02-24 03:39:20', '2024-02-24 03:39:20'),
(5527, 'OBSGUMU Makeup Organiser, Rotating Makeup Organiser,', 'MRqx6q3Bs', 10, 'More Trays] We add 2 more to the 4 trays for a total of 6 trays. You can DIY your rotating makeup organiser even more easily. You can use it as a perfume organiser, skincare organiser, lipstick organiser, etc.\r\n[360 Degree Rotation & 6 Adjustable Layers] The rotating makeup organiser\'s reinforced stable base swivels smoothly for easy access to all your make-up in seconds. 6 adjustable tiers adapt to the different sizes and heights of all your make-up.', 16.46, NULL, NULL, 24.07, 'OBSGUMU Makeup Organiser, Rotating Makeup Organiser,-97758.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-24 03:44:17', '2024-02-24 03:44:17'),
(5528, 'Miserwe Makeup Organiser 360 Degree Rotating 7 Adjustable Layers', 'KwWQROasP', 10, '360°Rotation】This makeup organiser is transparent, and have a steady base. Help you easy to find cosmetics , and the cosmetics stay in place when you rotate the organiser.\r\n★【Adjustable】Our cosmetic organiser have 7 adjustable trays,can adjust the height of the tray according to your cosmetics.And it so height about 11 inch that enough to accept all your cosmetics.\r\n★【Large Capacity】 Our makeup organiser can storage about at least 18pcs perfume,14pcs facial toner,12pcs facial moisturizer,8pcs makeup brushes,6pcs pressed powder,5pcs makeup remover etc.', 22.60, NULL, NULL, 29.56, 'Miserwe Makeup Organiser 360 Degree Rotating 7 Adjustable Layers-89156.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-24 03:47:41', '2024-02-24 03:47:41'),
(5529, 'Niffgaff Jewelry Stand Jewellery Organiser', 'cBy9uTxN4', 1, 'Plenty of Space — The jewelry organiser includes 10 large hanging hooks in various height, 36 earring holes and a wooden tray base. The earring holes are 24 cm in height which is perfect for storing and showing your tassel, pearl and other long and large type earrings.\r\n✔ High-Quality Material — The hanging part of the earring stand is made of high-quality alloy steel with anti-rust coating and the base is made of natural wooden base, which is stable, sturdy and durable and no-fading.', 10.12, NULL, NULL, 11.70, 'Niffgaff Jewelry Stand Jewellery Organiser-11859.jpeg', NULL, NULL, 'Beauty & personal care', 1.0, NULL, 1, '2024-02-24 03:52:03', '2024-02-24 03:52:03'),
(5530, 'Jewelkeeper Unicorn Jewellery Box', 'FNHDXOXJb', 10, 'Store Precious Treasures - Our unicorn toys music box makes it easy to organize little girls jewellery. This small jewellery box allow plenty of storage for girls bracelets, earrings, and other trinkets..\r\nCreate Memorable Moments - Imagine her reaction when she opens her unicorn musical box to see a beautiful unicorn doll spinning to Beautiful Dreamer for the first time.', 8.85, NULL, NULL, 37.13, 'Jewelkeeper Unicorn Jewellery Box-23881.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-24 03:55:27', '2024-02-24 03:55:27'),
(5531, 'Morphy Richards Total Control Hand Blender', 'QXeO7KbUb', 10, 'Morphy Richards 402061 Total Control Hand Blender\r\nPowerful 600W motor for blending ingredients\r\nOne-touch operation for ease of use\r\nSplit design for easy storage\r\nIncludes blending beaker, chopper and whisk accessories\r\nPulse Function: Yes', 44.34, NULL, NULL, 50.66, 'Morphy Richards Total Control Hand Blender-10966.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-24 04:02:03', '2024-02-24 04:02:03');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5532, 'Husqvarna Reconditioned 125B Leaf Blower — 28cc, 425 CFM, Model# 125B', 'OtdAf134A', 12, 'Tube length and fan speed adjust to fit the job\r\nCruise control trigger holds fan speed so that you don\'t have\r\nEffective fan design\r\nGood power-to-weight ratio\r\nSmart Start enables the blower to start quickly with minimum resistance', 124.99, NULL, NULL, 130.99, 'Husqvarna Reconditioned 125B Leaf Blower — 28cc, 425 CFM, Model# 125B-78888.jpeg', 'Husqvarna Reconditioned 125B Leaf Blower — 28cc, 425 CFM, Model# 125B-73044.jpeg', 'Husqvarna Reconditioned 125B Leaf Blower — 28cc, 425 CFM, Model# 125B-51962.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-24 12:36:52', '2024-02-24 12:36:52'),
(5533, 'Performance Tool Computer-Safe Logistic Probe, Model# W2991', 'KBx795rKV', 12, 'Computer safe, drawing less than 7 milliamps\r\nTests high and low voltages on all vehicle circuits, including computerized engine and body controls\r\nTests power and ground voltages\r\nInsulated 3 1/2in. test probe\r\nBright red and green LEDs interpret voltage signals such as ground, power and frequency', 17.99, NULL, NULL, 19.99, 'Performance Tool Computer-Safe Logistic Probe, Model# W2991-29120.jpeg', NULL, NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-24 12:40:08', '2024-02-24 12:40:08'),
(5534, 'Morphy Richards MixStar Compact Stand Mixer', 'wof2APJsa', 10, 'The Modern Day Baker: The Mixstar Compact Stand Mixer merges modern living with baking With space saving solutions and revolutionised technology, it is the perfect addition to all keen bakers\r\nDual Action: The dual-rotational mechanism revolutionises how you bake by delivering double the action and whipping of your mixture in half of the time The dual scraper ensures that all the mixture is fully incorporated\r\nOpen Top Design: Simplify baking, add ingredient, or change attachments with ease The additional splash guard reduces mess\r\nEasy Clean: The dishwasher safe stainless-steel bowl makes the hardest of chores easy The Mixstar offers storage space within the bowl meaning less lost part and neater cupboard spaces\r\nCompact but Powerful: With 650w and 6 speed motor settings, the MixStar is sleek but also productive, the count-up timer ensures you can keep in control of your baking', 125.50, NULL, NULL, 240.84, 'Morphy Richards MixStar Compact Stand Mixer-90245.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-24 12:41:57', '2024-02-24 12:41:57'),
(5535, 'Kenwood kMix Stand Mixer for Baking, Stylish Kitchen Mixer', 'FqFlszhd1', 10, 'Brand Kenwood\r\nColour Editions Blue\r\nProduct dimensions 24D x 38.5W x 35.5H centimetres\r\nMaterial Stainless Steel\r\nBlade material Stainless Steel\r\nSpecial feature Removable Bowl\r\nSTYLE AND RELIABILITY For those that love baking, the Kenwood kMix stand mixer with stylish bowl with handle offers a stylish blend of colour, retro design and classic Kenwood reliability\r\nNON-STICK BAKING A full set of non-stick baking tools including the K-beater, balloon whisk and the dough hook, making baking bread and mixing cake batter, easy and stress free\r\nUNIQUE FOLD FUNCTION Alongside the 5L mixing bowl, the kMix comes with a 1000w motor, planetary mixing action for a good mix, unique fold function helps you create mixes like brioche and mousse\r\nOPTIONAL ATTACHMENTS With a range of optional attachments you can do even more in the kitchen like pasta rolling and meat grinding, protect your kitchen with the supplied splash guard\r\nEASY CLEAN UP Mixer with baking tools are dishwasher safe for quick and easy cleaning', 316.90, NULL, NULL, 608.48, 'Kenwood kMix Stand Mixer for Baking, Stylish Kitchen Mixer-97206.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-24 12:44:38', '2024-02-24 12:44:38'),
(5536, 'LIVING and HOME Kitchen 2 Tier Metal Dish Drainer Rack Sink Washing Plates', 'sZnH7fjB3', 10, 'This drain rack is made of high-quality materials and is durable. Comes with a removable drip tray and cutlery holder to maximize storage capacity. Saves tons of space and time by making it easier to access utensils and supplies, and also makes your kitchen cleaner and tidier.', 25.04, NULL, NULL, 143.67, 'LIVING and HOME Kitchen 2 Tier Metal Dish Drainer Rack Sink Washing Plates-57266.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-24 12:49:18', '2024-02-24 12:49:18'),
(5537, 'KENWOOD Elegancy TFP10.A0BG 4-Slice Toaster', 'Kp6qbmx7f', 10, 'KENWOOD Elegancy TFP10.A0BG 4-Slice Toaster - Colour Blue\r\nDefrost function, Extra-wide slots, High-lift eject. \r\nPerfect for your kitchen.', 57.00, NULL, NULL, 87.45, 'KENWOOD Elegancy TFP10.A0BG 4-Slice Toaster-88892.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-24 12:51:55', '2024-02-24 12:51:55'),
(5538, 'Ninja Stainless Steel Kettle and Toaster Set', 'ulYip6fnK', 10, 'This matching stainless steel kettle and toaster set combines modern style with innovative features, perfect for breakfast and beyond.\r\nNinja Perfect Temperature Kettle:\r\n6 pre-set temperatures from 60°C to 100°C bring out the most flavour in your hot drinks\r\nRapid boil kettle – 1 cup in under 50 seconds  \r\nHold Temp keeps water at your selected temperature for up to 30 minutes \r\nNinja Foodi 3-in-1 Toaster, Grill & Panini Press:\r\nToaster Mode: 7 shade settings, long slot fits 2 slices of bread\r\nMore than a toaster, flip to Grill Mode to create snacks, meals & perfectly pressed paninis\r\n7 cooking functions – Toast, Bagel, Defrost, Grill, Panini, Bake, Reheat \r\n2-Year Guarantee – for T&Cs, see Ninja Guarantee Terms & Conditions', 228.16, NULL, NULL, 317.90, 'Ninja Stainless Steel Kettle and Toaster Set-57312.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-24 12:55:52', '2024-02-24 12:55:52'),
(5539, 'Ninja Foodi FlexDrawer Air Fryer 10.4L AF500UK', 'UTJl6JFty', 10, 'FLEXDRAWER ADAPTS TO FIT EVERY MEAL: Remove the divider to transform 2 independent cooking zones into 1 extra-large 10.4L MegaZone to cook larger foods, traybakes & complete meals. Feeds 8+ people.\r\nDUAL ZONE TECHNOLOGY: Cook 2 foods 2 ways, both finish at the same time. Cook mains & sides in 1 appliance, or cater to 2 different tastes. Fit up to a 2kg chicken or 1.5kg of fries in each 5.2L zone.\r\n7 COOKING FUNCTIONS: Air Fry, Max Crisp, Roast, Bake, Reheat, Dehydrate, Prove. Quick family meals up to 75% faster than fan ovens* (*Tested against fish fingers and sausages, including preheat)\r\nCOOK USING UP TO 45% LESS ENERGY THAN AN OVEN*: (*Testing and calculations based on recommended cook time for sausages, using air fry function versus conventional ovens.) Cook using little to no oil.\r\nINCLUDES: Non-stick, dishwasher safe 10.4L drawer, divider & 2x crisper plates, Chef-created Recipe Guide. Weight: 9.3kg. Colour: Black', 268.00, NULL, NULL, 709.43, 'Ninja Foodi FlexDrawer Air Fryer 10.4L AF500UK-55683.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-24 12:58:41', '2024-02-24 12:58:41'),
(5540, 'Cook\'s Essentials 7.7L Dual Air Fryer', 'qniefhaUj', 10, 'Temperature and timing controls for each basket\r\nEight pre-set functions\r\nCombined usable capacity of 7.7L\r\nOperates at 1200W and 1700W power\r\nCable length: 100cm (39.4\'\') \r\nAir fryer: 40cm x 35.2cm x 30.6cm (15.7\" x 13.9\" x 12\")\r\n1 x 4.7L draw\r\n1 x 3.0L draw\r\nMaximize your kitchen\'s potential with this fantastic dual air fryer from Cook\'s Essentials. Boasting a generous capacity, this efficient gadget will help you rustle up substantial meals and requires minimal oil usage - ideal for healthy eating goals.', 122.91, NULL, NULL, 190.14, 'Cook\'s Essentials 7.7L Dual Air Fryer-50592.jpeg', 'Cook\'s Essentials 7.7L Dual Air Fryer-38610.jpeg', NULL, 'Accessories', 5.0, NULL, 1, '2024-02-24 13:01:36', '2024-02-24 13:01:36'),
(5541, 'Peppa Pig Lil Wooden Mud Kitchen with Accessories - Pink', 'QZDJScRMF', 10, 'Peppa Pig Lil Wooden Mud Kitchen with Accessories - Pink (18m - 5 Years)\r\nGo outdoors for some muddy fun with Peppa and George. The Lil\' Muddy Kitchen comes with everything you need to serve up delicious mud pies, including metal accessories such as a whisk, ladle, spatula and a sink. \r\nThe chalkboard is perfect for writing your special menu for everyone to see. Also includes a shelf underneath the counter for storage. Little chefs will love preparing dishes from ingredients they\'ve foraged in nature.', 37.96, NULL, NULL, 100.13, 'Peppa Pig Lil Wooden Mud Kitchen with Accessories - Pink-97001.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-24 13:06:15', '2024-02-24 13:06:15'),
(5542, 'FORCOSO 350 Adjustable Metal Cage 4 Way Ceiling Lights', 'SYO3V9Hwa', 10, '350°Adjustable & Flexible Lighting】Our ceiling lights spot and illuminate every corner of your rooms as the lampshades can be tilted by 90° and rotated by 350°individually. You can install on ceiling as ceiling spotlights for kitchen lamp living room lamp, or install on wall as wall spotlights for hallway lamp bathroom mirror lamp bedside lamp. Flexible lighting and brighten up your spaces.\r\n【Premium Materials & Superior Craftsmanship】The kitchen lights ceiling features a unique and delicate metal wire cage structure that emits light 360°, providing soft, warm, and restful illumination. Ceiling plate and 4 industrial lampshades are crafted of thickened iron with anti-rust black paint finish. Highlighting a wonderful and artistic atmosphere, perfect for home decor.', 31.68, NULL, NULL, 50.70, 'FORCOSO 350 Adjustable Metal Cage 4 Way Ceiling Lights-89882.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 13:09:32', '2024-02-24 13:09:32'),
(5543, 'Skechers Flex Appeal Womens 4.0 Brilliant View Navy', 'A7hIWmGWs', 10, 'Step out with the Flex Appeal 4.0 Trainers brought to you by Sketchers. In a sporty style, this trainer is designed with a fabricated upper perfect for a flexible fit, paired with an Air Cooled Memory Foam insole for added comfort and durable all day wear. Sat upon a rubber outsole and shock-absorbing mid-sole, these trainers are designed with a full tonal lace fastening, heel pull tab and padded accents to the upper for ultimate support. This super lightweight fit is perfect to wear on-the-go or at the gym.', 22.31, NULL, NULL, 28.00, 'Skechers Flex Appeal Womens 4.0 Brilliant View Navy-42912.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-24 13:13:51', '2024-02-24 13:13:51'),
(5544, 'Reebok Cardio Motion Lace-up Blue Synthetic Womens Running Trainer', 'OeMMzx4xe', 10, 'Reebok Cardio Motion Lace-Up Blue Synthetic Womens Running Trainers BD4965\r\nThe Reebok Cardio Motion Women\'s Running Trainers are a dynamic and performance-driven footwear choice designed to elevate your running and training sessions.', 16.47, NULL, NULL, 23.00, 'Reebok Cardio Motion Lace-up Blue Synthetic Womens Running Trainer-96750.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-24 13:16:28', '2024-02-24 13:16:28'),
(5545, 'Under Armour HOVR Phantom 3 Men\'s Running Shoes, White/Black/Beta', 'Bds60hQUl', 10, 'provides softer underfoot support\r\nFull rubber outsole features unique knobbed texture for elevated traction & durability\r\nExternal heel counter for added stability & a locked-in feel\r\nNeutral profile is ideal for runners who need a balance of flexibility & cushioning\r\nAlmost as light as a tempo shoe, but with more cushioning, the UA HOVR™ Phantom has been an instant favourite for runners who like distance but want more flexibility. And now, with real-time Form Coaching from UA MapMyRun™ they can help you become a better runner — making the HOVR™ Phantom 3 a no-brainer.', 79.00, NULL, NULL, 158.45, 'Under Armour HOVR Phantom 3 Men\'s Running Shoes, White/Black/Beta-54635.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 13:21:22', '2024-02-24 13:21:22'),
(5546, 'Samsung Multifunction Electric Built-in Oven off at Appliances Direct', 'ZytMSbbzW', 10, 'Samsung Multifunction Electric Built-in Oven 17%off at Appliances Direct', 418.28, NULL, NULL, 506.00, 'Samsung Multifunction Electric Built-in Oven off at Appliances Direct-80849.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-24 13:24:49', '2024-02-24 13:24:49'),
(5547, 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325', 'vMoABZDas', 12, 'Heavy-duty charger delivers 6-2 Amp trickle charge, 40 Amp boost rate and 250 Amp engine starting power\r\nTough steel case with retractable handle and compact wheels to improve mobility\r\nEnergy-efficient design with easy-to-use digital display\r\nOvercharge and polarity-reversal protection keep the battery and charger safe during use\r\nIncludes 6ft. output cables with insulated steel clamps for optimum power transfer', 279.99, NULL, NULL, 234.99, 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325-52054.jpeg', 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325-72221.jpeg', 'Schumacher Wheeled Battery Charger/Trickle Charger/Desulfator/Engine Starter, 250A Power, Digital Display, Overcharge Protection, Model# SC1325-99797.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-24 13:25:02', '2024-02-24 13:25:02'),
(5548, 'Chefman TurboFry 3.5 Litre Air Fryer Oven', 'm4V90cFHu', 10, 'Chefman TurboFry 3.5 Litre Air Fryer Oven w/ Dishwasher-safe Basket and Dual-control Temperature, 1300W Power, 60-minute Timer & 15-cup Capacity, Uses No Oil, BPA-free, Matte Black', 31.68, NULL, NULL, 76.00, 'Chefman TurboFry 3.5 Litre Air Fryer Oven-53732.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 13:27:13', '2024-02-24 13:27:13'),
(5549, 'DEAL STACK - YOOFAN Heat-Resistant Silicone Oven Mitts', '2p8QMqyUi', 10, 'Superior Protection: Our oven mitts provide excellent heat resistance, safeguarding your hands from temperatures up to 500°F, making them ideal for handling hot pots, pans, and grilling.\r\nNon-Slip Grip: The textured surface ensures a secure grip on slippery objects, giving you confidence and control while working in the kitchen or during outdoor BBQ sessions.\r\nComfortable and Flexible Fit: Designed with a soft inner lining, these oven gloves offer a comfortable fit, allowing you to move your hands freely and handle tasks with ease.', 8.22, NULL, NULL, 16.46, 'DEAL STACK - YOOFAN Heat-Resistant Silicone Oven Mitts-85339.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 13:29:24', '2024-02-24 13:29:24'),
(5550, '2PCS/set Silicone Air Fryer Liners (7.8\'\'), Basket Bowls', 'rcjfOh5t4', 10, 'Brand	‎Generic\r\nColour	‎Grey\r\nPackage Dimensions	‎15 x 12 x 2.5 cm; 210 Grams\r\nMaterial	‎Silicone\r\nItem Weight	‎210 g\r\nAdditional Information\r\nASIN	B0CJYN1HKY\r\nCustomer Reviews	5.0 5.0 out of 5 stars    1 rating\r\n5.0 out of 5 stars\r\nBest Sellers Rank	615,287 in Home & Kitchen (See Top 100 in Home & Kitchen)\r\n2,138 in Fryer Accessories', 8.74, NULL, NULL, 12.00, '2PCS/set Silicone Air Fryer Liners (7.8\'\'), Basket Bowls-11975.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-24 13:32:44', '2024-02-24 13:32:44'),
(5551, 'Schumacher Wheeled Manual Battery Charger/Engine Starter — 12 Volt, 150 Amp, Model# SC1437', 'owItkfWol', 12, 'Heavy-duty charger delivers 150 Amp engine starting power\r\nTough steel case with retractable handle and compact wheels to improve mobility and provide easy storage\r\nEnergy-efficient design with manual operation\r\n135 minute timer offers precision control over the charging process\r\nEasy-to-read Amp meter and engine start status', 199.99, NULL, NULL, 205.25, 'Schumacher Wheeled Manual Battery Charger/Engine Starter — 12 Volt, 150 Amp, Model# SC1437-23728.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-24 13:34:01', '2024-02-24 13:34:01'),
(5552, 'M&S COLLECTION Set of 4 Dipped Pasta Bowls', 'CxEhgVljl', 10, 'You\'ll get plenty of compliments on these stoneware pasta bowls at your next dinner party. The set includes four bowls, each crafted with a reactive glaze for an individual finish. These bowls are dishwasher-safe and microwaveable for convenience', 26.62, NULL, NULL, 44.36, 'M&S COLLECTION Set of 4 Dipped Pasta Bowls-45700.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-24 13:35:13', '2024-02-24 13:35:13'),
(5553, 'Schumacher Battery Charger/Trickle Charger/Booster/Engine Starter — 12 Volt, 50/10/2 Amp, Model# SC1361', 'EU8cS7OkO', 12, '50 Amp engine starting power, 10 Amp boost charge and 6–2 Amp trickle charge\r\nSolid state circuitry with overcharge protection to protect the battery\r\nReverse polarity protection prevents the unit from charging if the cables are improperly attached\r\nDurable steel case is built to last', 109.99, NULL, NULL, 115.00, 'Schumacher Battery Charger/Trickle Charger/Booster/Engine Starter — 12 Volt, 50/10/2 Amp, Model# SC1361-49712.jpeg', 'Schumacher Battery Charger/Trickle Charger/Booster/Engine Starter — 12 Volt, 50/10/2 Amp, Model# SC1361-44212.jpeg', 'Schumacher Battery Charger/Trickle Charger/Booster/Engine Starter — 12 Volt, 50/10/2 Amp, Model# SC1361-18101.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-24 13:39:00', '2024-02-24 13:39:00'),
(5554, '5 Steel Bowl Set with Lids', 'oxVboPOAl', 10, '5 Steel Bowl Set with Lids  ixing Stainless Steel Food Storage Bowls *Fresh-keeping Boxes with 5 Lids Set *Dishwasher-safe, comes with clear plastic lids\r\n*Serve meals in these handy bowls, then add the plastic lids to easily store the leftovers *Stainless Steel Bowl Set with Clear Plastic Lids can be nested together for convenient storage Good for packing lunches or storing snacks\r\n*Color: Silver (As Pictures Show) *Material: Advanced stainless steel\r\n*Size: 10cm / 12cm / 14cm / 16cm / 18cm  (Approx.)', 5.37, NULL, NULL, 7.60, '5 Steel Bowl Set with Lids-74376.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 13:45:17', '2024-02-24 13:45:17'),
(5555, 'Citylife 2 Packs 35L Folding Storage Boxes with Waterproof Bag', 'cQP9rwC8R', 10, 'HEAVY DUTY COLLAPSIBLE ORGANIZER: Citylife Heavy Duty Collapsible Storage Boxes are made of high-quality, impact-resistant material. They are durable, lightweight, and sturdy, ideal for storing large and bulky items, construction tools, sports equipment, camping supplies, emergency storage, and truck bed storage.\r\nMULTIFUNCTIONAL WATERPROOF BAG: The camping storage container can be used as a fishing box and short-term cooler, suitable for camping and outdoor activities to store wine, drinks, and ice for short-term refrigeration. It can also be used as a storage box for fruits, vegetables, fresh food, or medicine.', 41.82, NULL, NULL, 69.70, 'Citylife 2 Packs 35L Folding Storage Boxes with Waterproof Bag-80176.jpeg', NULL, NULL, 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-24 13:49:25', '2024-02-24 13:49:25'),
(5556, 'Outsunny Garden Shed Outdoor Tool Storage W/ 2 Shelve 75 X 56 X115cm', 'Pa0TmKLND', 10, 'COMPACT: This outdoor storage cabinet is great for fitting into smaller spots without compromising on storage space.\r\n FIR WOOD BODY: This sheds and outdoor storage is finished with waterproof paint for protection against mild elements, this tool shed is durable for a long-term addition to your garden.\r\n TWO INNER SHELVES: This garden storage cupboard allows you to store and organise, with the open right side to fit in bulkier equipment easily. TILTED ROOF: Prevents liquid building up and damaging the wood of garden storage, with asphalt covering for extra protection.', 106.50, NULL, NULL, 253.88, 'Outsunny Garden Shed Outdoor Tool Storage W/ 2 Shelve 75 X 56 X115cm-60604.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 13:53:46', '2024-02-24 13:53:46'),
(5557, 'Outsunny Rattan Wicker Sofa Loveseat Padded Garden 2-Seat', 'ipX9T6itp', 10, 'Two-seater sofa: Relax and enjoy the outdoor life in your garden, terrace, or poolside with this garden bench- it is a perfect spot for you and your feirend.\r\n Metal wrapped in rattan: The comfy 2 seater garden furniture made of steel frame with powder-coated process to ensures a strong and stable base, with PE wicker wrapped around for protection against mild weathering and fading.\r\n Comfortable cushions: The love seats for garden come with thick and plush padded cushions and smooth comfortable armrests to ensure hours of wonderful relaxation. Cushion covers can be removed and washed to keep them clean.\r\n Easy assembly: Come with a clear instructions and all neccessy hardwares to make this 2 seater garden sofa easy to assemble. Dimensions: Armchair Size: 130W x 70D x 80H cm. Seat Size: 110W x 50Dcm. Seat Height: 35H cm.', 177.46, NULL, NULL, 443.67, 'Outsunny Rattan Wicker Sofa Loveseat Padded Garden 2-Seat-36125.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-24 13:56:20', '2024-02-24 13:56:20'),
(5558, 'Helix Oxford Math Set Instruments', 'MO2XgP1gU', 10, 'A back to school essential\r\nGreat value 10 piece set\r\nTraditional metal tin to store and protect contents\r\nGet the kids kitted out for school with the Oxford Maths Set. This great value geometry set includes a 15cm ruler, pencil, sharpener, self centring compass with safety point, eraser, 45 degree set square, 60 degree set square, 180 degree protractor and stencil set. A handy school timetable and maths sheet is also included.\r\nBrand:  Helix\r\nType:  Geometry Sets\r\nPack Qty:  1\r\nAssembly:  No\r\nHeight:  20.2CM\r\nWidth:  8.0CM\r\nDepth:  2.3CM\r\nBar Code:  79252024300', 3.00, NULL, NULL, 3.20, 'Helix Oxford Math Set Instruments-15200.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 13:59:10', '2024-02-24 13:59:10'),
(5559, 'Trust Gxt244 Buzz Streaming Microphone', 'U5tnXFkqp', 10, 'Take Your Streaming to the Next Level\r\nIf you\'re looking for a microphone that\'s adept at games streaming and recording in the highest quality, meet the Trust GXT 244 Buzz Streaming Microphone. Featuring excellent audio quality whilst being extremely easy to use, this mic is set to take your streams and recordings to the next level.\r\nExcellent Audio Quality:\r\nOf all things, the microphone you use has the biggest effect on your recordings. It has to capture voices and instruments in the highest possible quality. That\'s why the Trust GXT 244 Buzz Streaming Microphone is built to deliver crystal clear and rich recordings of a near-professional studio quality.\r\nHigh-Precision Cardioid Recording:\r\nThe Buzz is especially designed for voice recording. The cardioid recording pattern ensures that you get high-quality recordings by isolating your voice, thereby minimalising background noise. Perfect for extremely clear, precise and warm audio during your gaming broadcast, but also ideal for podcasting, vlogging and recording voice-overs or acoustic instruments.\r\nSuper Stable and Shock-Proof:\r\nThe Trust GXT 244 Buzz Streaming Microphone is built for stable recordings. Its metal blade tripod stand ensures a firm position and with the universal 5/8\" screw mount, you can attach it to any compatible microphone arm. Furthermore, its high-end shock mount neutralises surface tremors to help avoid trembles in your recordings - even if you jump up in the heat of battle.\r\nEasy Setup and Use:\r\nAmazingly easy to use, the Buzz comes with a plug-and-play USB connection to instantly connect to your PC or laptop. You can easily adjust the microphone\'s angle to the ideal recording position, and thanks to the 1.8m USB cable (detachable), you can place the microphone anywhere on your desk.\r\nComputing Accessory Type: PC Accessories\r\nDepth: 205 MM\r\nDigital USB connection; instantly works on any PC and laptop\r\nWarm, rich and clear audio reproduction; for capturing vocals as well as acoustic instruments\r\nCardioid recording pattern for high-precision recording and clear sound with minimal background noise\r\nPerfect for podcasts, vlogs, voice-overs, music recording or streaming on YouTube, Twitch and Facebook\r\nIncluding high-end shock mount and metal blade tripod stand\r\nUniversal 5/8\'\' screw mount to fit many microphone arms\r\nDetachable 1.8m USB cable\r\nHeight: 250 MM\r\nWidth: 220 MM', 20.99, NULL, NULL, 24.99, 'Trust Gxt244 Buzz Streaming Microphone-74547.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 14:11:06', '2024-02-24 14:11:06'),
(5560, 'Best Ever Price! RockJam RJ461AX 61-Key Alexa Portable Digital Piano Keyboard', '2M5OnXuCd', 10, 'Brand Rockjam\r\nColour Black\r\nNumber of keys 61\r\nSkill level Beginner\r\nSpecial feature Includes Alexa Functionality\r\nSize 61 Key Piano With Alexa\r\nDespite its highly portable and compact design This RockJam keyboard piano houses fully intergrated Alexa functionality\r\nThe Inbuilt LCD display on this RockJam keyboard piano provides you with information on your current settings and even provides you with feedback whilst you play, like the current key in use\r\nLooking to play along to your favourite songs? No problem for this RockJam keyboard piano, with a micro SD, aux in and USB inputs it had all your playback methods are covered. It even includes a 118 record and playback function to build your own tracks and monitor your own progress\r\nThis RockJam keyboard piano combines 61 percussion instruments, 300 rhythms and 300 tones meaning that you can really let your creative juices flow without limitations\r\nFor beginners taking their first steps on a musical journey the RockJam keyboard piano is an excellent option. Exclusive simply piano app content (iOS & Android) and Key notes stickers provide you with the great head start for learners both young and old\r\nAlexa built-in devices let you instantly connect to Alexa to play music, control your smart home, get information, news, weather, and more using just your voice.', 60.99, NULL, NULL, 67.99, 'Best Ever Price! RockJam RJ461AX 61-Key Alexa Portable Digital Piano Keyboard-22744.jpeg', 'Best Ever Price! RockJam RJ461AX 61-Key Alexa Portable Digital Piano Keyboard-50003.jpeg', 'Best Ever Price! RockJam RJ461AX 61-Key Alexa Portable Digital Piano Keyboard-95484.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-24 14:19:41', '2024-02-24 14:19:41'),
(5561, 'Marcy PM4400 Leverage System', 'IUC95jC3r', 10, 'Marcy PM4400 Leverage System', 708.62, NULL, NULL, 905.09, 'Marcy PM4400 Leverage System-69449.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 14:28:05', '2024-02-24 14:28:05'),
(5562, 'Pro Fitness 90KG Multi Home Gym 894/3004', 'HYPQh3vAD', 10, 'Make sure you always get a great full body workout with this 90kg Home Multi Gym. Perfect for those who want to work multiple muscle groups in one workout this multifunction gym can help you improve your overall fitness and physique with strength-based workouts. Improve your chest with front press and butterfly exercises, work your legs with leg extensions and work your arms with preacher curls and tricep dips. You can also improve back muscles with low row and lat pull down. With ab crunches as well you really can do it all.', 442.41, NULL, NULL, 632.00, 'Pro Fitness 90KG Multi Home Gym 894/3004-40804.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 14:32:20', '2024-02-24 14:32:20'),
(5563, 'Mi Smart Speaker', 'hcIDNswpw', 10, 'Texas Instruments TAS5805M Sound Processor delivers high power, low distortion audio and an advanced \r\nMulti-band dynamic response control algorithms to deliver a HiFI Sound Output. The Powerful front facing \r\n12W Speaker with 63.5mm sound driver covers a wide range that allows you to experience immersive sound through out your home.', 20.99, NULL, NULL, 22.99, 'Mi Smart Speaker-94157.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 14:35:16', '2024-02-24 14:35:16'),
(5564, 'Betron Y5 Wireless Bluetooth Speaker', 'oi7EtB3TN', 10, 'Wireless Bluetooth Speaker: Enjoy music on the go with the Betron Y5 Wireless Bluetooth Speaker; perfect for travel, smartphones, tablets, and laptops\r\n8-Hour Battery Life: Keep the music playing during long journeys and outdoor adventures with up to 8 hours of continuous playback\r\nTrue Wireless Stereo (TWS): Elevate your audio experience by wirelessly connecting two Betron Y5 speakers for dynamic stereo sound in any space', 5.99, NULL, NULL, 9.99, 'Betron Y5 Wireless Bluetooth Speaker-50152.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 14:37:20', '2024-02-24 14:37:20'),
(5565, 'AutoShack Front Wheel Bearing Hub Assembly Brake Rotors Ceramic Pads Kit Driver and Passenger Side Replacement for 2000 2001 2002 Dodge Dakota Durango 2.5L 3.9L 4.7L 5.2L 5.9L V6 V8 RWD', 'l8iZ8QWDf', 12, 'ISO / IATF 16949 certified, direct fit and made from high quality materials to meet original specifications\r\nCoated with an anti-corrosion finish to provide a longer life. Professional Installation is Highly Recommended.\r\nRotors are balanced for smooth and quiet operation\r\nCeramic brake pads produce less noise and dust than metallic brake pads\r\nDesigned to fit your specific vehicle - no modification required', 140.05, NULL, NULL, 144.99, 'AutoShack Front Wheel Bearing Hub Assembly Brake Rotors Ceramic Pads Kit Driver and Passenger Side Replacement for 2000 2001 2002 Dodge Dakota Durango 2.5L 3.9L 4.7L 5.2L 5.9L V6 V8 RWD-65699.jpeg', 'AutoShack Front Wheel Bearing Hub Assembly Brake Rotors Ceramic Pads Kit Driver and Passenger Side Replacement for 2000 2001 2002 Dodge Dakota Durango 2.5L 3.9L 4.7L 5.2L 5.9L V6 V8 RWD-24416.jpeg', 'AutoShack Front Wheel Bearing Hub Assembly Brake Rotors Ceramic Pads Kit Driver and Passenger Side Replacement for 2000 2001 2002 Dodge Dakota Durango 2.5L 3.9L 4.7L 5.2L 5.9L V6 V8 RWD-92213.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-24 14:41:01', '2024-02-24 14:41:01'),
(5566, 'AIRHUG Webcam with Conference Speaker', 'glsipDEnx', 10, 'Immersive Sound Experience - AIRHUG 04 camera with the 5 watt speaker produces a nice crisp audio that’s easily heard. You won\'t miss a word if you are at a meeting. With an LED light mode of AIRHUG 04 making your meeting convenient and easy to set up mute mode of microphone or volume up and down.You can enjoy the wonderful music or comfortable online conference, whether indoors or outdoors.It is good for 3-5 people conference.\r\nExcellent Microphone - AIRHUG 04 has four microphones which sensitively pickup your voice within 6 ft.The four integrated omnidirectional microphones capture high quality sound with noise cancellation, gain control and echo reduction integrated to provide a clear voice signal. The audio is clear and perfect for the purposes of vocal clarity. This works great for those who sit around a table during a meeting and have multiple people talking, do not need to move the microphone.\r\nGreat 1080p Camera - The AIRHUG 04 produces a crystal clear and extremely sharp image with exceptionally good colour. 78-degree angle webcam with a high-speed 1/3-inch 2.07-megapixel image sensor that is at a fluid 30fps at all image resolutions. And a chunky plastic scroll wheel on the back adjusts the angle of the lens along a vertical axis. Also, you can turn on/off the camera by the button to protect your privacy.It suitable for online lession,remote conferences or telemedicine etc.', 30.99, NULL, NULL, 34.99, 'AIRHUG Webcam with Conference Speaker-93420.jpeg', 'AIRHUG Webcam with Conference Speaker-51179.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 14:41:36', '2024-02-24 14:41:36'),
(5567, 'Marcy MWB-1282 Smith Machine', 'dUOFD8WMv', 10, 'Target Every Muscle Group\r\nPick out any muscle you want to train, and this can do it; with not just one but several efficient exercises. If you\'re going to train a different muscle each day, this is ideal; it can seamlessly interchange between the smith press, bench, and cables for circuit style training too.\r\nSmooth, Clean Lifts\r\nSmith press arms use ultra-glide Marcy bushings with integrated hooks and chrome guide rods for a smooth sliding movement of the 10kg knurled rotating smith bar and 9 hook up positions on each side of the smith machine.', 834.11, NULL, NULL, 1012.00, 'Marcy MWB-1282 Smith Machine-67896.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-24 14:44:52', '2024-02-24 14:44:52'),
(5568, 'DNA Motoring HL-OH-TRA02-BK-AM Compatible with 2002 to 2009 Chevy Trailblazer EXT Headlight Black Housing Amber Corner Headlamps 03 04 05 06 07 08 Left + Right', 'bH14xZ0z8', 12, 'A Headlight (headlamp) is a lamp attached to the front of a vehicle to light the road ahead. Headlight performance has steadily improved throughout the automobile age, spurred by the great disparity between daytime and nighttime traffic fatalities. Headlights are one of the most important components of your vehicle; they allow you to see the road in front of you clearly during the night and in any bad weather that may arise. Our headlights upgrade the face of your vehicle with clear style and extreme range. \r\n\r\nPackage Included: \r\n1 x Pair of Headlights \r\n\r\nFitment: \r\nCompatible with 02-09 Chevrolet Trailblazer \r\nCompatible with 02-05 Chevrolet Trailblazer EXT\r\n02-09 Trailblazer / 02-05 Trailblazer EXT\r\nOEM Part Numbers : 15179625 , 15179624 , GM2502213 , GM2503213\r\nOE Replacement Crystal Diamond Headlight & Bumper / Low / High Beam Bulbs included', 105.99, NULL, NULL, 170.00, 'DNA Motoring HL-OH-TRA02-BK-AM Compatible with 2002 to 2009 Chevy Trailblazer EXT Headlight Black Housing Amber Corner Headlamps 03 04 05 06 07 08 Left + Right-86286.jpeg', 'DNA Motoring HL-OH-TRA02-BK-AM Compatible with 2002 to 2009 Chevy Trailblazer EXT Headlight Black Housing Amber Corner Headlamps 03 04 05 06 07 08 Left + Right-41333.jpeg', 'DNA Motoring HL-OH-TRA02-BK-AM Compatible with 2002 to 2009 Chevy Trailblazer EXT Headlight Black Housing Amber Corner Headlamps 03 04 05 06 07 08 Left + Right-46730.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-24 14:46:48', '2024-02-24 14:46:48'),
(5569, 'ATIVAFIT Adjustable Weight Bench', '3NUkm6mCT', 10, 'Customizable Workout: With 7 back positions, 3 seat positions, and 3 foot positions, this adjustable workout bench lets you target different muscle groups for a versatile workout.\r\nHeavy-Duty Construction: Made with commercial-grade steel, this weight bench can support up to 227.3KG, making it suitable for use with heavy dumbbells and barbells.\r\nFull-Body Workout: From arm and leg workouts to chest and ab exercises, this bench is perfect for both gym and home use.', 63.37, NULL, NULL, 126.59, 'ATIVAFIT Adjustable Weight Bench-77292.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 14:49:19', '2024-02-24 14:49:19'),
(5570, 'Pro Fitness Folding Workout Bench with 50kg Weight Package', 'hL6y1wfG7', 10, 'The ultimate workout package, this Pro Fitness Folding Workout Bench can help you reach your fitness goals. Perfect for weights exercises you can help build and tone a range of muscles including your chest, back, arms and shoulders. It also includes a detachable preacher curl and leg curl station, 1 x 165cm bar, 2 x 45cm dumbbell bars, 6 x 5kg, and 8 x 2.5kg vinyl weight plates. When you\'re finished it folds easily for storage.\r\nThe adjustable height preacher pad is perfect for bicep curls as well as a leg extension and hamstring curl attachment for helping build your lower leg muscles.\r\nIt folds completely flat when you\'re finished so you can store it easily.\r\nMaximum user weight 110kg (17st 5lb).\r\nGeneral information:\r\nSize H120, W95, D165cm.', 188.00, NULL, NULL, 290.29, 'Pro Fitness Folding Workout Bench with 50kg Weight Package-97749.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 14:51:32', '2024-02-24 14:51:32'),
(5571, 'Pro Fitness Sit up Bench', 'bm61RUfiw', 10, 'Start toning and sculpting your abs with this Pro Fitness Sit-Up Bench. You can use it in incline and flat positions to give yourself a great and varied workout that can target your upper and lower abdominals as well as your obliques. When you\'re not using it the bench will conveniently fold up for easy storage making it perfect for those who have limited space in their homes or garages.\r\nAs well as using this bench for ab exercises you can also use a dumbbell to either make the workout harder or to target other areas of your body, including your arms, shoulders, back and more.\r\nEasy to assemble, this bench is strong and reliable so you can focus on your workouts without worrying about it.\r\nMaximum user weight 130kg (20st 6lb).\r\nGeneral information:\r\nSize H53, W40.5, D148cm.', 62.11, NULL, NULL, 100.14, 'Pro Fitness Sit up Bench-23119.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 14:54:59', '2024-02-24 14:54:59'),
(5572, 'WINNOW Adjustable Weight Bench Foldable Home Exercise Gym Workout', 'Rw3JUfzlz', 10, 'FULL-BODY WORKOUT】: This WINNOW versatile weight bench can provide you a variety of exercise,it allows a lot of strength training focused on the arms, legs, chest and abs such as abdominal curl, biceps curls,shoulder press,one-armed boating and so on.An ideal training equipment for both gym and home use.\r\n【ADJUSTABLE BENCH】: The utility adjustable bench is designed with 6 Back Position Adjustment & 4 Seat Position Adjustment to meet all you need when workout.It can be used as a flat bench, incline bench, or decline bench.Sit up bench goes from flat to 90 degrees.\r\n【HEAVY-DUTY CONSTRUCTION】: Built with heavy-duty commercial quality steel, the workout bench is very sturdy and durable.Unique triangle design makes the training bench Stable still whenever you are training.High density foam padding makes fitness more comfortable.', 87.20, NULL, NULL, 109.00, 'WINNOW Adjustable Weight Bench Foldable Home Exercise Gym Workout-78867.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 14:57:57', '2024-02-24 14:57:57'),
(5573, 'Niceday Mini Stepper Exercise Machine, Steppers with Resistance Bands', '0mhCQOERZ', 10, 'Multifunctional Exercise Design】The up-down stepper with removable resistance bands can not only train your legs, buttocks and hips but also your arms, shoulders, biceps, neck with expander training bands. It also defines you an optimal and joint-friendly training device for holistic training for the entire body.\r\n【Automatic LCD Monitor】The meter can help you to track and record training time, number of steps or calories consumed at any time.\r\n【Durable and Safe】Hydraulic cylinders and oversized, non-slip tread pedal provide the smooth and perfect experience during exercise. Niceday mini stepper is the EN 957 certified fitness device, which gives you a safe exercising experience.\r\n【Pre-Assembled Design】Without any major assembly or mounting, this up-down stepper is stowed away quickly and ready for immediate exercising.', 70.97, NULL, NULL, 88.72, 'Niceday Mini Stepper Exercise Machine, Steppers with Resistance Bands-77124.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 14:59:47', '2024-02-24 14:59:47'),
(5574, 'Finer Form Multi-Functional Gym All-in-One Body', 'oiRYB6rrh', 10, 'All-in-one Adjustable Weight Bench is designed for full body workouts to shape your arm, abs, back, chest, glutes, hamstrings and core. Great Gym Equipment for home to improve your home gym workouts.\r\nLift with Confidence: Our home gym equipment is made with high grade steel and scratch resistant powder-coated finish to stand up to the hardest routines. A workout bench with no wobbling or shaking!\r\nComfortable and Sturdy - Weight lifting bench designed with triangular base support and 3 inch thick cushion pad. This adjustable bench takes the place of an ab machine or other abs workout equipment.\r\nEasy to Assemble - Back extension bench with upgraded user\'s manual and packaging. Assemble in under 30 mins. 5 star customer service. Exercise Bench can also serve as an aerobic step platform.\r\nRoman Chair: Perfect gym bench for home workouts and hyperextensions. Adjust into a hip thrust bench to build your glutes, hamstrings and core. Great exercise equipment for strength training.', 140.43, NULL, NULL, 202.81, 'Finer Form Multi-Functional Gym All-in-One Body-58957.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-24 15:02:04', '2024-02-24 15:02:04'),
(5575, 'Women\'s High Waisted Gym Leggings', 'LuO2bxiLD', 10, '4-way stretch: Multi-dimensional elastic stretching makes yoga pants like the second skin, more flexible exercise, while reducing the abrasion of clothing on the skin during exercise\r\nCare Instructions\r\nMachine Wash\r\nClosure Type\r\nPull On\r\nRise Style\r\nHigh Rise', 22.26, NULL, NULL, 36.74, 'Women\'s High Waisted Gym Leggings-82496.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 15:04:09', '2024-02-24 15:04:09'),
(5576, 'Opti Folding Magnetic Exercise Bike', '0r5luO786', 10, 'This foldable exercise bike is a great way for you to work out at home. It has a magnetic resistance system for a smooth cycle and the seat post has a quick release system that makes it easy to find the right position for your workout. With a magnetic control system and stepless tension control you\'re guaranteed a great session every time. When you\'re done the bike folds for easy storage and space saving.\r\nThe screen can show you how long you\'ve been working out for, the distance you\'ve \'travelled\', speed you\'re going, your heart rate and the calories you\'ve burned. You can easily pick a goal and reach it in no time. .\r\n72CM when the seat in min height position, while it is 83cm when the seat in max height position, suitable for the leg length in this scope.', 109.00, NULL, NULL, 163.52, 'Opti Folding Magnetic Exercise Bike-74355.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 15:06:32', '2024-02-24 15:06:32'),
(5577, 'Aerobic Bike', 'iDuginotn', 10, 'Requires: 2 x AA batteries (not included)\r\nResistance adjustment and handle bar adjustment for a comfortable riding experience\r\nMonitor displays: Time, speed, distance, calories.\r\nDesigned for home use\r\nMax user weight 120kg\r\nFlywheel 13kg\r\nSize: 104 x 51 x 120cm', 150.85, NULL, NULL, 507.06, 'Aerobic Bike-28311.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-24 15:09:25', '2024-02-24 15:09:25'),
(5578, 'ECHELON Sport-S Connect Smart Bluetooth Exercise Bike', 'O6VWMOWK1', 10, 'ECHELON Sport-S Connect Smart Bluetooth Exercise Bike', 1076.00, NULL, NULL, 1394.00, 'ECHELON Sport-S Connect Smart Bluetooth Exercise Bike-26357.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-24 15:11:58', '2024-02-24 15:11:58'),
(5579, 'AKAI Professional MPK Mini Play MK3 - MIDI Keyboard Controller', 'fkN5qUhT3', 10, 'Compact yet powerful standalone mini keyboard with built-in speaker and USB MIDI Controller capabilities for beat makers, songwriters and musicians\r\n25-Key Gen 2 MPK Mini dynamic keybed, OLED Display, 8 Velocity sensitive backlit MPC drum pads, arpeggiator and note repeat, plus 4 encoder knobs deliver a professional, versatile performance\r\nOver 100 internal drum and instrument sounds including acoustic and electric pianos, synth leads, pads and more\r\nTake MPK Mini Play MK3 on the go and power up with batteries (not included), or connect to USB Mains Plug\r\nIncludes MPC Beats and MPC expansion packs plus software instruments Mini Grand, Hybrid and Velvet from AIR Music Tech for limitless creativity', 80.12, NULL, NULL, 87.12, 'AKAI Professional MPK Mini Play MK3 - MIDI Keyboard Controller-91747.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 15:32:05', '2024-02-24 15:32:05'),
(5580, 'Maybelline Falsies Lash Lift Very Black Mascara 7gr', 'ro8ExIZKx', 15, 'At Maybelline New York – L\'Oréal brand – find everything about makeup products for eyes, lips, face and nails. \r\n______________________________________________________ \r\n\r\nMaybelline Falsies Lash Lift Very Black Mascara 7gr \r\n\r\nNew The Falsies Lash Lift Eyelash Lifting Effect, get more volume, more length and more curvature in your eyelashes. With The Falsies Double Curved Brush, open your eyes with a single stroke! \r\n\r\n• Benefits: \r\nThe Falsies Lash Lift has a double curved brush that loads volume and curves your lashes. Giving them volume, length and curvature; a triple benefit of one pass to open your eyes instantly! In addition, its formula enriched with fibers makes your eyelashes last all day long.', 12.85, NULL, NULL, 21.39, 'Maybelline Falsies Lash Lift Very Black Mascara 7gr-60392.jpeg', 'Maybelline Falsies Lash Lift Very Black Mascara 7gr-74361.jpeg', NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-24 15:41:08', '2024-02-24 15:41:08'),
(5581, 'Roll up Piano Keyboard', 'vMesbFgdF', 10, 'Guitarists are lucky that they can carry their instruments around and make music anywhere. Pianists don’t have that luck… or do they? With this Roll Up Piano Keyboard, they do now!\r\n\r\nYep, this keyboard is silicone and rolls up for easy transportation. When you’re ready to rock, just unroll it and play. Simple as that. You can control the volume, tone, and can even record and play back.\r\n\r\nIt has 61 keys and 16 instrument sounds, so you can really get creative. To power it, you need a 5V DC power cable, which is included, or batteries to keep it fully portable.\r\n\r\nThis is a great gift for the piano player you know, or a great self treat if you’re a key player looking for some portability. Order your Roll Up Piano Keyboard now!', 30.00, NULL, NULL, 39.00, 'Roll up Piano Keyboard-74032.jpeg', 'Roll up Piano Keyboard-28136.jpeg', 'Roll up Piano Keyboard-88301.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-24 15:47:54', '2024-02-24 15:47:54'),
(5582, 'Maybelline Superstay Matte Liquid Lipstick 4.8gr', 'lGiRTGxhm', 15, 'Maybelline Superstay Matte Liquid Lipstick 4.8gr \r\n\r\nMaybelline Superstay Matte Liquid Lipstick provides a flawless matte finish in a range of unexpected neutral shades. \r\n\r\nShades: \r\n135 Globetrotter \r\n125 Inspirer \r\n118 Dancer \r\n115 Founder \r\n70 Amazonian \r\n65 Seductress \r\n55 Driver \r\n50 Voyager \r\n25 Heroine \r\n20 Pioneer \r\n15 Lover \r\n05 Loyalist \r\n\r\n• Benefits: \r\n- Lasts up to 16 hours \r\n- Has a unique arrow-shaped applicator for greater precision \r\n\r\n• Application: \r\n1. Apply the liquid lipstick to the center of the upper lip, and continue along the contours of the mouth. \r\n2. Swipe the liquid lipstick over your entire lower lip. \r\n3. Let the product dry. \r\n4. Slide the liquid lipstick applicator all over your lower lip.', 12.54, NULL, NULL, 17.00, 'Maybelline Superstay Matte Liquid Lipstick 4.8gr-96741.jpeg', 'Maybelline Superstay Matte Liquid Lipstick 4.8gr-29521.jpeg', NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-24 15:49:59', '2024-02-24 15:49:59'),
(5583, '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172', 'GigDJee70', 12, 'THIS IS A COMPLETE KIT TO CONVERT YOUR EXISITING 24V SYSTEM TO A 12V SYSTEM. IT INCLUDES THE STARTER AND ALTERNATOR ALL IN ONE CONVENIENT PACKAGE! \r\n\r\nCONVERSION KIT PART NUMBERS: \r\n\r\nDIXIE TS-8000 \r\n\r\nJOHN DEERE TY16172, SE501474 \r\n\r\nTHIS KIT REPLACES THE FOLLOWING 24V PART NUMBERS TO A 12V SYSTEM. \r\n\r\nDELCO STARTER #\'S: 1113135, 1113147, 1113148, 1113190, 12301359 \r\n\r\nDELCO GENERATOR #\'S: 1103026 \r\n\r\nJOHN DEERE STARTER #\'S: AR11138, AR28053, AR40134, SE501445, TY1470, TY2666, TY6622, TY6703 \r\n\r\nJOHN DEERE GENERATOR #\'S: AR11302, AR34567, TY1447 \r\n\r\nUNIT TYPE: ALTERNATOR AND STARTER KIT \r\nVOLTAGE: 12 \r\n\r\nSTARTER ROTATION: CW \r\nSTARTER TOOTH COUNT: 10 \r\nSTARTER KW RATING: 3.0KW \r\n\r\nALTERNATOR AMPERAGE: 63 \r\nALTERNATOR PULLEY TYPE: V1 \r\nALTERNATOR REGULATOR: IR \r\nALTERNATOR FAN: EF \r\n\r\nKIT CONTAINS \r\n(1) ALTERNATOR \r\n(1) STARTER \r\n(1) SOLENOID \r\n(1) BRACKET \r\n(1) WIRE AND CABLE KIT \r\n(1) VOLTAGE GAUGE', 499.95, NULL, NULL, 504.99, '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172-34913.jpeg', '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172-18889.jpeg', '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172-95811.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-24 15:53:13', '2024-02-24 15:53:13'),
(5584, 'Motorcraft Starter Motor SA-1081 Fits select: 2011-2019 FORD EXPLORER, 2007-2018 FORD EDGE', 'RMZtQFddW', 12, 'Motorcraft OE Replacement - 100% New Starter \r\n\r\nFits Select: \r\n2011-2019 FORD EXPLORER 6 Cyl 3.5 L \r\n2007-2018 FORD EDGE 6 Cyl 3.5 L \r\n2008-2019 FORD TAURUS 6 Cyl 3.5 L \r\n2011-2018 LINCOLN MKX 6 Cyl 3.7 L \r\n2009-2019 FORD FLEX \r\n2007-2010 LINCOLN MKX 6 Cyl 3.5 L \r\n2008-2009 FORD TAURUS X 6 Cyl 3.5 L \r\n2009-2016 LINCOLN MKS 6 Cyl 3.7 L \r\n2008-2009 MERCURY SABLE 6 Cyl 3.5 L \r\n2013-2016 LINCOLN MKZ 6 Cyl 3.7 L \r\n2017-2020 LINCOLN CONTINENTAL 6 Cyl 3.7 L \r\n2010-2011,2015,2017 LINCOLN MKT 6 Cyl 3.7 L \r\n2012-2014,2016,2018-2019 LINCOLN MKT 6 Cyl 3.5 L', 264.94, NULL, NULL, 277.99, 'Motorcraft Starter Motor SA-1081 Fits select: 2011-2019 FORD EXPLORER, 2007-2018 FORD EDGE-47246.jpeg', 'Motorcraft Starter Motor SA-1081 Fits select: 2011-2019 FORD EXPLORER, 2007-2018 FORD EDGE-62462.jpeg', 'Motorcraft Starter Motor SA-1081 Fits select: 2011-2019 FORD EXPLORER, 2007-2018 FORD EDGE-17469.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-24 15:55:47', '2024-02-24 15:55:47');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5585, 'Niche Relay Solenoid for Arctic Cat 50 DVX 3303-565 ATV 519-CSS2320L', 'nmoW3kNU3', 12, 'NICHE 519-CSS2320L Starter Relay \r\n\r\n\r\nReplacement For OEM Parts Number(s): \r\n\r\nFor Arctic Cat Textron \r\n\r\n3303-565 \r\n\r\n\r\nCompatible with (Replacement for) The Following Vehicles: \r\n\r\nArctic Cat 50: 2006-2008 \r\nReplaces OEM Part Number: Arctic Cat 3303-565\r\nCompatible with: Arctic Cat 2006-2008 50 2x4\r\nCompatible with: Arctic Cat 2006-2008 50 DVX\r\nManufactured to meet expectations for fit and function to provide performance and dependability\r\nVoltage: 12 Volt', 13.95, NULL, NULL, 15.95, 'Niche Relay Solenoid for Arctic Cat 50 DVX 3303-565 ATV 519-CSS2320L-82081.jpeg', 'Niche Relay Solenoid for Arctic Cat 50 DVX 3303-565 ATV 519-CSS2320L-82842.jpeg', 'Niche Relay Solenoid for Arctic Cat 50 DVX 3303-565 ATV 519-CSS2320L-16852.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-24 16:04:14', '2024-02-24 16:04:14'),
(5586, 'Fender 990820025 Professional Series Instrument Cable - 10 ft - STR/ANG - black, 3 metre', 'Rge3C7msJ', 10, 'Brand	‎Fender\r\nConnector type	‎plug in\r\nCable type	‎AUX\r\nCompatible devices	‎Musical Instrument\r\nSpecial feature	‎Tangle Free\r\nRecommended uses for product	‎Auxiliary\r\nColour	‎Black Tweed\r\nConnector gender	‎Male-to-Female\r\nShape	‎Round\r\nNumber of pins	‎2\r\nUnit count	‎1.00 Count\r\nItem weight	‎0.24 Kilograms\r\nConnectivity technology	‎Auxiliary\r\nGauge	‎22.0\r\nModel name	‎Fender Professional Series Cable\r\nNumber of items	‎1\r\nPackage type	‎Standard Packaging\r\nProduct Dimensions	‎19.56 x 18.03 x 2.54 cm; 240 Grams\r\nItem model number	‎0990820025\r\nSize	‎3M/10FT\r\nItem Weight	‎240 g', 10.99, NULL, NULL, 12.99, 'Fender 990820025 Professional Series Instrument Cable - 10 ft - STR/ANG - black, 3 metre-42369.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 16:07:18', '2024-02-24 16:07:18'),
(5587, 'Fender 990820090 Deluxe Series Instrument Cable - 10 ft – STR/ANG – Black Tweed', 'a38WvDluW', 10, 'Brand Fender\r\nConnector type 1/4 Straight, 1/4 Angle\r\nCable type AUX\r\nCompatible devices Musical Instrument\r\nSpecial feature Braided\r\nRecommended uses for product Music Devices, Auxiliary\r\nBEST MATERIALS: 20 AWG - Braided Shielding - 24k Gold Plated Connectors\r\nYOUR TONE: Loss-free pure sound without ambient noise\r\nPLAY THE LEGEND: Fender - The worlds leading guitar manufacturer\r\nBEST QUALITY: Made in USA according to the latest technology!', 10.99, NULL, NULL, 15.99, 'Fender 990820090 Deluxe Series Instrument Cable - 10 ft – STR/ANG – Black Tweed-87583.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-24 16:11:10', '2024-02-24 16:11:10'),
(5588, 'Fab Fours Fb21 Z5251 1 Spare Tire Delete Fits 21 22 Bronco Fits select: 2021,2023 FORD BRONCO', '38IknNEMq', 12, 'Our Ford Bronco Premium rear replacement bumper is sensor compatiable. In addition to added style and formed-steel durability, the vehicle gains (2) D-ring recovery points. The Ford Bronco Premium rear bumper was designed to be the ultimate in functionally-stylish rear-end protection. Made from 3/16 \' US steel, protected by our 2 stage black matte powder coat. Made in the USA!\r\nSpare Tire Delete\r\n\r\n\r\nFits Select: \r\n2021,2023 FORD BRONCO \r\n2022 FORD BRONCO BASE/BIG BEND/BLACK DIAMOND/OUTER BANKS', 381.64, NULL, NULL, 400.00, 'Fab Fours Fb21 Z5251 1 Spare Tire Delete Fits 21 22 Bronco Fits select: 2021,2023 FORD BRONCO-18339.jpeg', 'Fab Fours Fb21 Z5251 1 Spare Tire Delete Fits 21 22 Bronco Fits select: 2021,2023 FORD BRONCO-45624.jpeg', 'Fab Fours Fb21 Z5251 1 Spare Tire Delete Fits 21 22 Bronco Fits select: 2021,2023 FORD BRONCO-77450.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-24 16:17:28', '2024-02-24 16:17:28'),
(5589, 'Hart 6 Gallon 1.5 HP Pancake Air Compressor', 'Rng6gfyLe', 12, 'The Hart 6-Gallon Pancake Air Compressor is ideal for both household and job site projects. With a robust 1.5 HP universal motor and oil-free design, maintenance becomes a breeze, letting you focus on the job at hand. The 6-gallon pancake tank ensures you have ample air supply, boasting a maximum working pressure of 175psi and an impressive 4.0CFM at 40PSI and 3.0CFM at 90PSI. In cold weather and low-amp, this compressor effortlessly starts up, so you can complete your tasks in any environment. The integrated control panel offers convenience, featuring a large regulator knob, two gauges, and two quick couplers for seamless operation. Plus, the rubberized feet and the strong handle make transporting the air compressor effortless\r\nInnovative and durable 1.5 HP motor designed for longevity\r\n 175 PSI maximum working pressure\r\n Convenient low-maintenance and oil-free pump\r\n High-efficient motor for smooth start in cold temperatures and low-voltage\r\nEasy job site portability with integrated handle\r\n Universal use with dual quick couplers\r\n Large air pressure regulator to suit the tool requirements\r\n Reduction of vibrations and increased stability with rubber feet\r\n Easily read the level of stored air with the tank pressure gauge', 149.00, NULL, NULL, 154.99, 'Hart 6 Gallon 1.5 HP Pancake Air Compressor-55300.jpeg', 'Hart 6 Gallon 1.5 HP Pancake Air Compressor-64669.jpeg', 'Hart 6 Gallon 1.5 HP Pancake Air Compressor-25047.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-24 16:22:49', '2024-02-24 16:22:49'),
(5590, 'LED Lights DIY Splicing Table Lamps, Touch Control with Brightness Adjustable Desk Creative Lights for Living Room Bedroom Office Decor Lights', 'Pg5mygl37', 1, '【USB Powered & Brightness Adjustable】- Unique USB power supply, can be connected to the power bank, computer, notebook. A larger display can be achieved by splicing these lights. Long press the switch button can adjust the brightness.\r\n【Customize Your Space with DIY Joy】- Use simple sticks to create any structure. An unlimited number of sticks can be connected to create various shapes & effects. Exercise your imagination and you can enjoy the fun of DIY with your family, friends.\r\n【Minimalist Design & Multipurpose】-Create unique layouts & display your personalized lives. Unique design not only illuminate but also decorate your house. Widely used in the living room, bedroom, restaurant, hotel, office, etc. Perfect Xmas/Birthday Gift for your love ones or your family and friend. Also can be used as Night Lights/kids bedside lamp.\r\n【All in One Kit】- Package includes: 92mm sticks (8pcs) + 140mm (6pcs) + 175mm (6pcs) + 204mm (2pcs) + 230mm (2pcs) + 15mm balls (6pcs) + 12mm balls (12pcs) + 9mm balls (6pcs) + 1 warm led light + 1 cool led light + 1 base + 1 power adapter\r\n【1 Year Warranty & 90 Days Money Back】 Life long technical support. If you have any questions, please don\'t hesitate to contact us. Our Customer Service will be more than happy to help within 24 hours.', 54.99, NULL, NULL, 99.99, 'LED Lights DIY Splicing Table Lamps, Touch Control with Brightness Adjustable Desk Creative Lights for Living Room Bedroom Office Decor Lights-29652.jpeg', 'LED Lights DIY Splicing Table Lamps, Touch Control with Brightness Adjustable Desk Creative Lights for Living Room Bedroom Office Decor Lights-61988.jpeg', 'LED Lights DIY Splicing Table Lamps, Touch Control with Brightness Adjustable Desk Creative Lights for Living Room Bedroom Office Decor Lights-73465.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-24 16:23:16', '2024-02-24 16:23:16'),
(5591, 'Vacuum Sealer Machine with Built-in Cutter and Bag Storage - Air Sealer for Sous Vide and Food Storage with BPA Free Bags and Roller Bag, Space Gray', '4uAiOV0zL', 16, 'Integrated Bag Cutter & Storage: The independent vacuum bag storage makes this vacuum sealer machine easy to stock bags and avoid contamination, while the integrated bag cutter of this vacuum sealer delivers precise cuts to reduce waste.\r\nInclude Everything to Get Started: The food sealer can make you start quickly and easily with our complete accessory kit, which includes 1 x BPA-free roll (8\"*16\'), 10 x BPA-free vacuum bags (8\"*12\"), and 1 x vacuum hose.\r\nMultiple Modes for Varying Needs: Our food storage sealing machine includes various suction modes like Dry, Moist, Seal, Canister, Manual and dual-suction. These modes, along with strong and soft suction levels, allow for customized vacuum and seal for food like meats, seafood, fruits, vegetables, nuts, bread and beyond.\r\nSimple To Clean: The HiCOZY food saver is very easy to clean and maintain. The detachable drip tray allows for hassle-free cleaning. Its sleek design makes this food saver vacuum sealer machine a great gift that compliments any kitchen.\r\nFirst Use Reminder: Gently press the lid down during the first use to ensure the seal rings are completely installed. The digital indicators and screen communicate important information about the sealing process. While sealing, the screen will display how long the machine has been sealing. The machine will beep twice and the screen will turn off when it has finished sealing.', 29.99, NULL, NULL, 49.99, 'Vacuum Sealer Machine with Built-in Cutter and Bag Storage - Air Sealer for Sous Vide and Food Storage with BPA Free Bags and Roller Bag, Space Gray-84117.jpeg', 'Vacuum Sealer Machine with Built-in Cutter and Bag Storage - Air Sealer for Sous Vide and Food Storage with BPA Free Bags and Roller Bag, Space Gray-74958.jpeg', 'Vacuum Sealer Machine with Built-in Cutter and Bag Storage - Air Sealer for Sous Vide and Food Storage with BPA Free Bags and Roller Bag, Space Gray-35646.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-24 16:33:38', '2024-02-24 16:33:38'),
(5592, 'NUOGE Pcp Air Compressor,4500Psi 30Mpa Powered by Car 12V DC or Home 110V AC W/Converter Paintball/Scuba Tank Compressor Pump', 'EPZexX18Z', 12, 'This PCP air compressor features a new design concept with cast iron, stainless steel, pure copper tubes and motor inside for long life, two built-in fans for short cooling time, no need to connect an external pump for oil filling, and visible pressure and temperature gauges to monitor the compressor at all times. In addition, the built-in oil/water separator and 8 mm quick coupling provide efficient filling performance and the new explosion-proof feature makes it safer to use. The portable design is perfectly suitable for PCP airsoft guns, paintball cans, mini dive bottles, air pistols, etc.\r\nNewly upgraded portable PCP airgun compressor. Added a safe bursting disc, improved heat dissipation, use of a high power fan, increased usage time, reduced cooling time, improved reliability, and designed with a 12V power cord outlet for easy wiring. This air compressor can be powered by a 12V car battery or 110V AC (power converter included). It can inflate your air gun anytime in the field or at home. Maximum inflation pressure is 30M Pa/4500PSI. recommended air cylinder volume is no more than 1L (60ci).\r\nThe explosion-proof valve is added: to prevent the pressure exceeds the pressure that the machine itself can withstand and damage the compressor, in use, because the inflation time is longer, when the pressure exceeds the pressure that the compressor can withstand, the explosion-proof valve will automatically pop out and the equipment stops working, so that the compressor will not be damaged, as long as the explosion-proof valve and the explosion-proof piece are installed, the compressor can work normally, it should be noted that: when the explosion-proof valve pops out there is a certain pressure that needs to be avoided.\r\n8 mm quick disconnect coupling and powerful air compressor. Both ends of the hose have an 8mm self-locking quick disconnect fitting that fits directly into the male nozzle of most PCP airguns and paintball cartridges. The air compressor is rated at 250 W. Inflation rate: 450 cc tank, from 100 BARS to 200 BARS takes about 7 minutes; from 0 BARS to 300 BARS takes about 18 minutes. The pump\'s duty cycle is: 25 minutes of continuous inflation and 10 minutes of rest.\r\nSimple connection and improved safety. The input voltage of the power converter has been set to 110v and the port of the converter has been connected. All that remains is a simple plug-in. The quick disconnect connector makes it easy to connect the compressor to the airsoft gun. This compressor has a bursting disc, a hose that can withstand 60Mpa, and a temperature indicator that monitors the temperature inside in time.\r\nLight weight, small size and 12 months warranty. The net weight is only 5.2kg. And the top is only slightly larger than the palm of your open hand. It can be easily lifted with one hand and is very easy to carry and store. However, its pump capacity is very powerful. With this compressor, you can fully enjoy the airsoft game whether you are at home or in the field. Each of our compressors comes with a one-year no-hassle warranty. It is our constant pursuit to provide high quality products and services to our customers.\r\nUpgraded with a large water/oil free filter. No external circulation of cooling water or the hassle of adding oil. Instead, a powerful side fan is built in to dissipate heat. And multiple vents on the housing cool the compressor from different directions. All of this is to ensure that this PCP air pump will maintain long-term stable operation. An oil and moisture filter is integrated at one end of the hose. It can effectively prevent oil and moisture from corroding your air gun or air tank.\r\nPackage Content\r\n1 x PCP Air Compressor\r\n1 x Car Power Line\r\n1 x Home Power Line\r\n1 x Air Outlet Hose\r\n1 x Spare Parts', 189.99, NULL, NULL, 200.99, 'NUOGE Pcp Air Compressor,4500Psi 30Mpa Powered by Car 12V DC or Home 110V AC W/Converter Paintball/Scuba Tank Compressor Pump-79114.jpeg', 'NUOGE Pcp Air Compressor,4500Psi 30Mpa Powered by Car 12V DC or Home 110V AC W/Converter Paintball/Scuba Tank Compressor Pump-26171.jpeg', 'NUOGE Pcp Air Compressor,4500Psi 30Mpa Powered by Car 12V DC or Home 110V AC W/Converter Paintball/Scuba Tank Compressor Pump-34070.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-24 16:35:28', '2024-02-24 16:35:28'),
(5593, 'Melitta Automatic Espresso Machine, Purista Model, F230-101, Silver, series 300', 'HfjHWwNj2', 10, 'Extra-slim automatic coffee and espresso machine with 3 intensity levels, Intuitive buttons and LED display, Melitta Companion App with tutorials on coffee-know-how and machine support services\r\nAdjustable coffee strength and \"Favourite Coffee\" button: save your preferred coffee strength and amount, Double-Cup Mode: make two cups at once with height-adjustable, double coffee outlets\r\nPre-brew Aroma-Extraction System and high-pressure filtration for flavourful coffee, Three different intensity settings, Espresso and Café Crème with even better developed flavour profiles\r\nSimple touch display, Large rotary switch for coffee volume (25 ml - 220 ml), Adjustable grinding settings, 1400W, Stainless steel drip plate with anti-scratch plastic insert, Stylish chrome features\r\nContents: 1 x Melitta Purista Fully Automatic Coffee Machine, Silver, F230-101, Weight: 7.9 kg, LxWxH: 45.5 x 20 x 32.5 cm, Water tank (1.2 L) with filter, 1m cable, Bean compartment: 125g, 6766667', 250.95, NULL, NULL, 269.95, 'Melitta Automatic Espresso Machine, Purista Model, F230-101, Silver, series 300-15938.jpeg', 'Melitta Automatic Espresso Machine, Purista Model, F230-101, Silver, series 300-54534.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-24 16:36:04', '2024-02-24 16:36:04'),
(5594, 'The Original Toilet Night Light Tech Gadget. Fun Bathroom Motion Sensor LED Lighting. Weird Novelty Funny Birthday Gag Stocking Stuffer Gifts Ideas for Him Her Guy Men Boy Toddler Mom Papa Brother', 'H3uEz2WlH', 16, 'Improve Your Sleep – Don’t you hate it when you turn the toilet light on and it blinds you? Never get woken up by a bright toilet light again. ToiLight activates automatically when you approach the toilet bowl, illuminating it in a pleasant way that soothes you. And it lights up only when it\'s dark. Great for people who wake up to pee multiple times per night.\r\nMake The Trip To The Toilet Easier For Those You Love – ToiLight will make sure there\'s always light in the toilet even during midnight visits. Very useful for the elderly. Ideal gift for grown ups too.\r\nKids Love It Too – Light up your toilet seat and make potty training fun. Your family will love it too and your friends will be impressed. ToiLight is a great gift idea. Each comes with 8 colors to choose from: Blue, Red, Pink, Green, Baby Blue, Purple, Yellow, White, and Colour Rotation (Rainbow mode). Great way to play a joke on your friends.\r\nFits Any Bowl In Seconds – ToiLight is incredibly easy to install. It uses a flexible arm which takes the shape of any toilet bowl and stays in place. No useless suction cups. It stays on the bowl, below the seat, and it works no matter whether the toilet seat is raised or not.\r\nToiLight is a small company started by friends. We go the extra mile for every customer. We always deliver quality products and exceptional customer service.', 12.99, NULL, NULL, 21.99, 'The Original Toilet Night Light Tech Gadget. Fun Bathroom Motion Sensor LED Lighting. Weird Novelty Funny Birthday Gag Stocking Stuffer Gifts Ideas for Him Her Guy Men Boy Toddler Mom Papa Brother-86450.jpeg', 'The Original Toilet Night Light Tech Gadget. Fun Bathroom Motion Sensor LED Lighting. Weird Novelty Funny Birthday Gag Stocking Stuffer Gifts Ideas for Him Her Guy Men Boy Toddler Mom Papa Brother-68096.jpeg', 'The Original Toilet Night Light Tech Gadget. Fun Bathroom Motion Sensor LED Lighting. Weird Novelty Funny Birthday Gag Stocking Stuffer Gifts Ideas for Him Her Guy Men Boy Toddler Mom Papa Brother-64416.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-24 16:42:14', '2024-02-24 16:42:14'),
(5595, 'Dymo Rhino 5200 Industrial Label Maker | Labelling Machine Kit Case | Time-Saving Hot Keys, Prints Fast, Durable Label Maker for Job Sites and Heavy-Duty Labelling Job', 'wjMxaKoFA', 10, 'Meets key ANSI and TIA/EIA-606-B industry labelling standards\r\nOne-touch hot keys to automatically size, space and format label text for electrical and patch panels, terminal and 110 blocks, wire and cable flags, horizontal and vertical wraps, vertical and fixed-length applications\r\nPrint code 39 and code 128 barcodes on 19 mm wide labels - ideal for asset management\r\nUses Dymo Industrial labels with chemical-heat-and UV-resistant materials, also prints heat-shrink tubes and non-adhesive labels', 210.99, NULL, NULL, 259.99, 'Dymo Rhino 5200 Industrial Label Maker | Labelling Machine Kit Case | Time-Saving Hot Keys, Prints Fast, Durable Label Maker for Job Sites and Heavy-Duty Labelling Job-27877.jpeg', 'Dymo Rhino 5200 Industrial Label Maker | Labelling Machine Kit Case | Time-Saving Hot Keys, Prints Fast, Durable Label Maker for Job Sites and Heavy-Duty Labelling Job-79044.jpeg', 'Dymo Rhino 5200 Industrial Label Maker | Labelling Machine Kit Case | Time-Saving Hot Keys, Prints Fast, Durable Label Maker for Job Sites and Heavy-Duty Labelling Job-38444.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-24 16:50:26', '2024-02-24 16:50:26'),
(5596, 'Uten Computerized Sewing Machine Portable Electronic Quilting 200 Stitches 8 Buttonholes Large Screen Model 2685A', 'RpbR1ZOhX', 10, 'Uten Computerized Sewing Machine Portable Electronic Quilting 200 Stitches 8 Buttonholes Large Screen Model 2685A\r\nCOMPUTERIZED SEWING MACHINE: Uten 2685A sewing machine is an easy-to-use computerized sewing machine that is built for durability and flexibility. With its 200 unique built-in stitches, including 100 letters and numbers stitches and 8 one-step auto-size buttonhole styles, variable needle positions, this quilting machine will suit all your sewing needs\r\nCONVENIENCE FEATURES: The portable sewing machine is equipped with large LCD screen, easy to know the computerized stitch selection, drop feed for free motion quilting and sewing, Convenience buttons like a start/stop button, reverse, and memorized needle up/down for easy quilt pivoting. Needle plate with scale in inches and centimeters\r\nVARIABLE STITCH LENGTH AND WIDTH: Adjust the length and width for variety. Length is 0mm to 7mm and the width is 0mm to 4.5mm. Foot lifts height is up to 5.5mm. Speed Control Slider for your comfort level. The household sewing machine has a maximum sewing speed of 700±50 stitches-per-minute, projects can be sewn quickly\r\nEASY TO USE: This machine also has a built-in easy needle threader, Quick-Set drop-in top bobbin, fast, automatic bobbin winding system, and a free arm for sewing cuffs and sleeves. Twin needle settings give a glam look to the hems. Adjustable thread tension control use for sewing for different types of projects. A LED light lit work area\r\nHIGH QUALITY: If you have any problem with this portable sewing machine, pls feel free to EMAIL us. We will offer technical support and happy to help you solve the problem. The quilting machine comes packed with 6-quick-change presser feet, including a zigzag foot, zipper foot, button foot, blind stitch foot, buttonhole foot and embroidery presser foot. Not included table. (One bobbin with pink thread was put into the machine to quick use)', 150.99, NULL, NULL, 169.99, 'Uten Computerized Sewing Machine Portable Electronic Quilting 200 Stitches 8 Buttonholes Large Screen Model 2685A-71996.jpeg', 'Uten Computerized Sewing Machine Portable Electronic Quilting 200 Stitches 8 Buttonholes Large Screen Model 2685A-68396.jpeg', 'Uten Computerized Sewing Machine Portable Electronic Quilting 200 Stitches 8 Buttonholes Large Screen Model 2685A-18948.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-24 17:08:04', '2024-02-24 17:08:04'),
(5597, 'Vacmaster Cardio54 - Fitness and Gym Cooling Floor Fan with Remote Control - Powerful and Low Noise 3 Speed Fan - Ideal for Indoor Cycling, Running and HIIT Workouts', 'U1KRejunb', 10, 'POWERFULLY COOL - Unlock your performance potential with the Vacmaster Cardio54 fitness fan. It replicates lifelike wind speeds of up to 54km/h (33mph) to help you increase exercise intensity, control your body temperature and heart rate. Thanks to the low operating noise, you can focus on your workouts without distraction\r\nADJUSTABLE COOLING - With the included remote control and strap, you can operate the air mover from your bike or treadmill without interrupting your workouts. Switch between 3 speed settings (21mph, 27mph and 33mph) to match the intensity of your training - from warm-up and intervals to grand tours and cool down. Remote control batteries included\r\nTARGETED AIRFLOW - Powered by its energy-efficient 124W brushless motor, you can adjust the airflow with a maximum fan speed of 1300 RPM. For a tailored experience, choose between 3 angles (0°, 45° or 90°) to direct airflow towards your legs, core or head\r\nLIGHTWEIGHT DESIGN - At just 3.45kg, this indoor training fan is easy to move with the convenient carry handle. The stackable storage design with mounting pegs and inlets allow you to securely stack a series of units together. Includes a 3.6m power cord. Product dimensions are 31 x 23.5 x 28cm\r\nVACMASTER BY CLEVA - We use the latest processes and highest standards of engineering to create powerful products inspired by your needs. The result is a wide range of products with exceptional output and durability', 70.99, NULL, NULL, 99.99, 'Vacmaster Cardio54 - Fitness and Gym Cooling Floor Fan with Remote Control - Powerful and Low Noise 3 Speed Fan - Ideal for Indoor Cycling, Running and HIIT Workouts-66261.jpeg', 'Vacmaster Cardio54 - Fitness and Gym Cooling Floor Fan with Remote Control - Powerful and Low Noise 3 Speed Fan - Ideal for Indoor Cycling, Running and HIIT Workouts-11891.jpeg', 'Vacmaster Cardio54 - Fitness and Gym Cooling Floor Fan with Remote Control - Powerful and Low Noise 3 Speed Fan - Ideal for Indoor Cycling, Running and HIIT Workouts-69773.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-24 17:16:15', '2024-02-24 17:16:15'),
(5598, 'Einhell TC-VC 1930 S wet and dry vacuum cleaner (1,500 W, 30 l rust-proof stainless steel tank, blow connection, incl. plastic suction hose, floor/crevice nozzle, filters)', 'jJWGiTdhq', 10, 'The Einhell TC-VC 1930 S wet & dry vac is a powerful helper with a 1,500 W rating for in-depth and thorough cleaning jobs. The maximum suction power of the wet & dry vac is 190 mbar.\r\nThe wet & dry vac from Einhell is equipped with a rust-proof and sturdy stainless steel tank with a capacity of 30 liters. An integrated water drain screw makes easy work of emptying the tank.\r\nThe hose system with a diameter of 36 mm maintains high air and dirt flow. The blow connection is for blow-cleaning hard-to-reach areas such as in awkward corners or behind solid cupboards.\r\nFour castors ensure flexibility in use and good mobility. For tidiness on the equipment there is a practical accessories holder and a cable holder on the housing.\r\nSupplied with a 2.50m plastic suction hose with 2-piece extension tube, a floor nozzle for carpets and smooth flooring, a crevice nozzle, a foam filter and a pleated filter.', 80.93, NULL, NULL, 99.93, 'Einhell TC-VC 1930 S wet and dry vacuum cleaner (1,500 W, 30 l rust-proof stainless steel tank, blow connection, incl. plastic suction hose, floor/crevice nozzle, filters)-49136.jpeg', 'Einhell TC-VC 1930 S wet and dry vacuum cleaner (1,500 W, 30 l rust-proof stainless steel tank, blow connection, incl. plastic suction hose, floor/crevice nozzle, filters)-65131.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-24 17:33:36', '2024-02-24 17:33:36'),
(5599, 'Einhell TC-VC 1930 S wet and dry vacuum cleaner (1,500 W, 30 l rust-proof stainless steel tank, blow connection, incl. plastic suction hose, floor/crevice nozzle, filters)', 'BE7BFuBo2', 10, 'The Einhell TC-VC 1930 S wet & dry vac is a powerful helper with a 1,500 W rating for in-depth and thorough cleaning jobs. The maximum suction power of the wet & dry vac is 190 mbar.\r\nThe wet & dry vac from Einhell is equipped with a rust-proof and sturdy stainless steel tank with a capacity of 30 liters. An integrated water drain screw makes easy work of emptying the tank.\r\nThe hose system with a diameter of 36 mm maintains high air and dirt flow. The blow connection is for blow-cleaning hard-to-reach areas such as in awkward corners or behind solid cupboards.\r\nFour castors ensure flexibility in use and good mobility. For tidiness on the equipment there is a practical accessories holder and a cable holder on the housing.\r\nSupplied with a 2.50m plastic suction hose with 2-piece extension tube, a floor nozzle for carpets and smooth flooring, a crevice nozzle, a foam filter and a pleated filter.', 80.93, NULL, NULL, 99.93, 'Einhell TC-VC 1930 S wet and dry vacuum cleaner (1,500 W, 30 l rust-proof stainless steel tank, blow connection, incl. plastic suction hose, floor/crevice nozzle, filters)-44443.jpeg', 'Einhell TC-VC 1930 S wet and dry vacuum cleaner (1,500 W, 30 l rust-proof stainless steel tank, blow connection, incl. plastic suction hose, floor/crevice nozzle, filters)-53820.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-24 17:33:37', '2024-02-24 17:33:37'),
(5600, 'Einhell TE-BS 8540 E Belt Sander | Strip Sander With Tool-Free Belt Change, Hinged Front Cover, Soft Grip | 850W Band Sander With Dust Collector Including 1x P80 Grinding / Sanding Belt', '416U0BPUx', 10, 'With a rating of 850 W, the belt grinder/sander has the power for both small and large jobs. The large grinding/sanding face of 75 mm x 140 mm with the high level of grinding/sanding performance delivers quick and precise results on large surfaces\r\nElectronic speed control for adjusting the tool to the material/application. With precision adjustment of the speed levels, the belt grinder/sander can be precisely adjusted to the desired application\r\nPrecision adjustment ensures an exact belt position. There is a practical hinged front cover to enable the belt grinder/sanders to be used for perimeter work as well\r\nThe additional handle can be adjusted without the need for any tools. In addition, the softgrip provides a firm, secure hold while working and for comfortable handling even on prolonged assignments\r\nThe belt grinder/sander has an integrated dust extractor as well as an adapter for enabling an external dust extractor to be connected\r\nA practical cable clip on the housing is provided for securing the sound-up cable\r\nThe abrasive paper can be changed with just a twist of the wrist using the locking lever and without any other tools whatsoever. For an immediate start, the product comes complete with one sheet of abrasive paper (P80)', 60.99, NULL, NULL, 69.99, 'Einhell TE-BS 8540 E Belt Sander | Strip Sander With Tool-Free Belt Change, Hinged Front Cover, Soft Grip | 850W Band Sander With Dust Collector Including 1x P80 Grinding / Sanding Belt-68355.jpeg', 'Einhell TE-BS 8540 E Belt Sander | Strip Sander With Tool-Free Belt Change, Hinged Front Cover, Soft Grip | 850W Band Sander With Dust Collector Including 1x P80 Grinding / Sanding Belt-85783.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-24 17:57:28', '2024-02-24 17:57:28'),
(5601, 'La Roche Posay Effaclar Mat Anti-sebum Moisturizing Cream 40ml', 'RsaoeFJjt', 15, 'Mattifying hydration treatment, reduces excess sebum and enlarged pores. Oily skin. Suitable for sensitive skin. Shine and enlarged pores have the same origin: excess sebum. \r\n\r\n- Sebulyse, a new sebum-regulating active ingredient more powerful than zinc, chosen for its ability to inhibit sebum production from the source. \r\nOil-free texture enriched with micro-absorbent spheres and perlite for instantly matte skin. \r\n\r\n• Benefits: \r\n- Non-greasy, absorbent texture. \r\n- Demonstrated long-lasting mattifying effect. \r\n- Excellent makeup base. \r\n- Non-comedogenic. \r\n- Tested under dermatological control.', 42.89, NULL, NULL, 70.10, 'La Roche Posay Effaclar Mat Anti-sebum Moisturizing Cream 40ml-56922.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-25 00:35:46', '2024-02-25 00:35:46'),
(5602, 'Mini Nusenz Warm Vanilla Sugar Antibacterial Gel', '15zmjrvn8', 15, 'THERE ARE 10 FRAGRANCES AVAILABLE! \r\nFRAGRANCES: \r\n\r\nNUSENZ WARM VANILLA \r\nNUSENZ BERRY VANILLA \r\nNUSENZ CHERRY BLOSSOM \r\nNUSENZ COCONUT \r\nNUSENZ FOREVER SUNSHINE \r\nNUSENZ INTO THE WILD \r\nNUSENZ MANGO MANDARIN \r\nNUSENZ MIDNIGHT \r\nNUSENZ SWEET \r\nNUSENZ WHITE CITRUS', 35.09, NULL, NULL, 128.67, 'Mini Nusenz Warm Vanilla Sugar Antibacterial Gel-57905.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-25 00:38:50', '2024-02-25 00:38:50'),
(5603, 'Pink USB Ultrasonic Silicone Electric Facial Cleanser', 'eu72ZDdgc', 15, 'Blackhead Remover \r\nPore Cleaning \r\nMassager \r\nExfoliator \r\nAnti-Aging \r\nSmall portable and fashionable!! Very easy to use \r\n. Suitable for all skin types. \r\nSpecifications: \r\n- Material: Silicone \r\n- Color: Pink \r\n- Vibration frequency: 6000 RPM \r\n- Charging: USB \r\n- Content: 1 silicone facial cleanser \r\n1 USB cable', 20.95, NULL, NULL, 100.08, 'Pink USB Ultrasonic Silicone Electric Facial Cleanser-48957.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-25 00:43:08', '2024-02-25 00:43:08'),
(5604, 'Professional Ultracavitation 3 In 1 Professional', 'CZn5S9UnA', 15, '3 in 1 Ultracavitator', 185.80, NULL, NULL, 237.06, 'Professional Ultracavitation 3 In 1 Professional-41995.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-25 00:45:49', '2024-02-25 00:45:49'),
(5605, '3 In 1 Ultracavitation Radiofrequency', 'aLpwfYdol', 15, 'Portable 3 in 1 Machine \r\n\r\nFeatures: \r\nFace lifting, skin tightening, skin regeneration, weight loss, firming, cellulite reduction. Facial and body use. \r\n\r\n1. Ultrasonic cavitation The ultrasonic cavitation generator is based on the resonance of pressure waves, which directly penetrates the adipose tissue and decomposes it. \r\n\r\n2 RF uses a unique deep heating technology (radiofrequency plasma technology) to alternately attract and repel electrons and charged ions in the dermis and subcutaneous tissue, which can be used to improve sagging skin, wrinkles and facial contours.', 230.00, NULL, NULL, 295.40, '3 In 1 Ultracavitation Radiofrequency-78720.jpeg', '3 In 1 Ultracavitation Radiofrequency-93637.jpeg', '3 In 1 Ultracavitation Radiofrequency-27650.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-25 00:48:14', '2024-02-25 00:48:14'),
(5606, 'Equipment (6 In 1) Ultrasonic Cavitation + Lipolaser + RF', 'DjsGLL84V', 15, 'Ultrasonic Cavitation Lipo Slimming Machine, Multipolar Radio Frequency Machine for Skin Tightening and Body Weight Loss, 6 in 1 Anti-Wrinkle (40K). Ref: 580 \r\n\r\nPackage includes: \r\nMultipolar RF Head Body x 1 \r\n40KHz Cavitation Head x 1 \r\nVacuum Biploar RF Head x1 \r\nThree Polar Head for Faceand Eyes around x 1 \r\nQuadrupole Head for Face and Bodx1 \r\nPower Cable x 1 \r\nPlate positioning: x8 \r\nProduct weight: 7.5 kg \r\nProduct size: 22x25x30cm \r\nPacking size: 40x32x35cm \r\nVoltage: 110V 220V 50-60HZ', 590.00, NULL, NULL, 700.00, 'Equipment (6 In 1) Ultrasonic Cavitation + Lipolaser + RF-38014.jpeg', 'Equipment (6 In 1) Ultrasonic Cavitation + Lipolaser + RF-70716.jpeg', 'Equipment (6 In 1) Ultrasonic Cavitation + Lipolaser + RF-42057.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-25 00:52:42', '2024-02-25 00:52:42'),
(5607, 'Table Top Mini Bowling Game Set-Tabletop Wooden Board Mini Arcade Desktop Tiny Bowling Shooting Alley Office Desk Stress Relief Gadgets Small Finger Toys Fun Gag Gifts for MenWomen Kids Teens Boys', '8AtAj7T6i', 16, 'MINI DESK & TABLE GAMES: This mini arcade & table games for adults also can be used for coffee table games for kids 8-12 with family. And this tabletop games also is a mini desk games for office for adults desktop games for work.\r\nWOODEN BOARD GAMES: This tabletop bowling game is a mini board games for kids 4-6 6-8 8-12, travel board games, sports board games, wooden games, small games for kids 8-12, mini travel games for kids 8-12 ages 4-8. This kids bowling set for kids 8-12 5-7, miniature finger bowling games for kids indoor, tiny bowling alley for home is a mini arcade game, mini games, mini toys, mini items, cute mini things that actually work, even smallest bowling toys in the world.\r\nBOWL STRIKE YOUR STRESS: This table top bowling game is a stress relief toy, can be used for stress relief gifts for women men at office, funny stress relief toys for kids, desk stress relievers for adult, destress gifts for women men.\r\nWHITE ELEPHANT GIFTS: This mini bowling game is a perfect bowling gifts for men women bowlers, also a funny white elephant gifts for kids, best kids white elephant gifts, office white elephant gifts, funny gag gifts for kids, home office gifts for men desk, unique fun office gag gifts christmas.\r\nSTOCKING STUFFER IDEAS: This table bowling game is a stocking stuffers for kids stocking stuffers for kids 10-12, wooden mini games best stocking stuffers for kids 8-12, christmas stocking stuffers for teen boys stocking stuffers for boys 8-12 girls, small items small toys small games stocking stuffers for teens men women.', 9.99, NULL, NULL, 12.99, 'Table Top Mini Bowling Game Set-Tabletop Wooden Board Mini Arcade Desktop Tiny Bowling Shooting Alley Office Desk Stress Relief Gadgets Small Finger Toys Fun Gag Gifts for MenWomen Kids Teens Boys-14380.jpeg', 'Table Top Mini Bowling Game Set-Tabletop Wooden Board Mini Arcade Desktop Tiny Bowling Shooting Alley Office Desk Stress Relief Gadgets Small Finger Toys Fun Gag Gifts for MenWomen Kids Teens Boys-20706.jpeg', 'Table Top Mini Bowling Game Set-Tabletop Wooden Board Mini Arcade Desktop Tiny Bowling Shooting Alley Office Desk Stress Relief Gadgets Small Finger Toys Fun Gag Gifts for MenWomen Kids Teens Boys-27235.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 00:53:53', '2024-02-25 00:53:53'),
(5608, 'Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body', 'lxdWoMUBp', 15, '4 in 1 function \r\n\r\nUltrasonic function: \r\nMainly used to promote facial collagen, regeneration, restore skin elasticity: well dilute the lines and improve the facial contours. \r\n\r\nRF radio frequency function: \r\nPromote the decomposition of subcutaneous fat, open pores quickly which is conducive to skin cleansing; \r\n\r\nEMS function: \r\nFacial skin massage in multiple modes to strengthen and firm skin. \r\n\r\nPulse: \r\nMicro-heat opens pores and promotes circulation deep in the skin (more active collagen and improves skin elasticity)', 120.34, NULL, NULL, 189.00, 'Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body-59302.jpeg', 'Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body-69990.jpeg', 'Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body Mini Hifu 3rd Generation 4 In 1 Facial And Body-80618.jpeg', 'Beauty & personal care', 5.0, NULL, 1, '2024-02-25 00:57:01', '2024-02-25 00:57:01'),
(5609, 'Mug Warmer - 36W Coffee Mug Warmer for Desk with Temperature Display, 2-12Hrs Auto Shut Off, Smart Candle Warmer - Ideal Coffee Gifts Accessories Keep Beverages Coffee Warmer (Wood)', 'EP4gECBHz', 16, '【Temperature As You Wish】--Unlike other mug warmers that only have 20W power, House Gem 36W coffee warmer provides superior heating performance to keep your coffee or drink at the desired temperature. Warm your beverage at a desirable temperature of 170℉/150℉/130℉.\r\n【Safety Is The Priority】--A: LEDs and temperature display prevent accidental contact while heating. B: Waterproof heating plate for safe and easy clean. C: 4-hour auto shutdown and 2-12 hour timer. D: UL certified for guaranteed quality.\r\n【2-12H Timed Auto Shut Off 】-- Enjoy convenience and safety with our auto shutdown timer. The coffee warmer automatically turns off after 4 hours by default, and you can customize the shutdown time from 2 to 12 hours. Say goodbye to worries about accidentally leaving it on.\r\n【Larger Heating Panel 】--With a 5.2-inch heating plate area, coffee warmer for desk is suitable for 99% of cups and beverages. It accommodates most cup sizes, unlike other coffee heater with smaller dimensions of only 3.7 inches. Note: Please use flat-bottomed cups.\r\n【Best Gift Choice】--Surprise your loved ones with our beautiful and functional coffee mug warmer. It\'s the perfect gift for special occasions like Valentine\'s Day, Thanksgiving, Christmas, New Year, and more. No coffee lover can resist these charming coffee accessories.\r\n【Portable Warmer】--Coffee cup warmer for desk comes with a 59-inch power cord, Weighing just 12.3 oz and measuring 5.9 \" in diameter and 1.2 \" in thickness, it is perfect for any location.', 29.99, NULL, NULL, 55.68, 'Mug Warmer - 36W Coffee Mug Warmer for Desk with Temperature Display, 2-12Hrs Auto Shut Off, Smart Candle Warmer - Ideal Coffee Gifts Accessories Keep Beverages Coffee Warmer (Wood)-21142.jpeg', 'Mug Warmer - 36W Coffee Mug Warmer for Desk with Temperature Display, 2-12Hrs Auto Shut Off, Smart Candle Warmer - Ideal Coffee Gifts Accessories Keep Beverages Coffee Warmer (Wood)-89155.jpeg', 'Mug Warmer - 36W Coffee Mug Warmer for Desk with Temperature Display, 2-12Hrs Auto Shut Off, Smart Candle Warmer - Ideal Coffee Gifts Accessories Keep Beverages Coffee Warmer (Wood)-83148.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 00:58:57', '2024-02-25 00:58:57'),
(5610, 'Portable Mini Hifu 2.0 (3 In 1)', 'OpZMCYfJc', 15, 'Mini hifu 2.0 e functions in one device \r\n\r\n* ultrasonic \r\n* Radio frequency \r\n* EMS \r\n\r\nMake your skin better: HIFU facial machine penetrates the dermis and fascia. It is suitable for face, forehead, corners of eyes, chin, neck, etc. It can also effectively help the skin to anti-aging, reduce wrinkles, eliminate fine lines and bags under the eyes, and improve eye conditions.', 89.99, NULL, NULL, 128.46, 'Portable Mini Hifu 2.0 (3 In 1)-16625.jpeg', 'Portable Mini Hifu 2.0 (3 In 1)-74589.jpeg', 'Portable Mini Hifu 2.0 (3 In 1)-23481.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-25 01:00:14', '2024-02-25 01:00:14'),
(5611, '6 In 1 Portable Ultrasound', 'fHCcZurMG', 15, '6 in 1 Body Slimming Massager EMS Fat Burning Machine Ultrasound Anti Cellulite Cavitation Galvanic Infrared Weight Loss Therapy \r\n\r\n\r\n\r\n\r\nFeature: \r\n\r\n1. Mini and stylish appearance, convenient to carry, easy to use. \r\n2. Effective ultrasonic facial and body beauty massager. \r\n3. Skin care to cleanse, brighten and smooth the appearance of the skin. \r\n4. Deep cleansing and hydration, reduces the appearance of wrinkles and fat deposits and Firming skin texture. \r\n5. This device adopts 1Mhz ultrasound and infrared energy to effectively massage and treat skin, as well as perform ultrasonic slimming massage to sculpt body contour, remove excess fat, tone muscle, stimulate healthy body function to through cellular rejuvenation and rehabilitation of the body brain. \r\n6. This instrument can simultaneously perform ultrasonic, infrared and microcurrent therapy for skin and body.', 65.78, NULL, NULL, 90.12, '6 In 1 Portable Ultrasound-14115.jpeg', '6 In 1 Portable Ultrasound-95803.jpeg', '6 In 1 Portable Ultrasound-73949.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-25 01:03:06', '2024-02-25 01:03:06'),
(5612, 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW', '4dnUaMchY', 10, 'Looking for excellent cleaning results without giant energy bills? Then the Whirlpool 6th sense washing machine is a must-have. Using innovative 6th-sense technology, each load is individually controlled and assessed to minimise water and energy use. This not only helps to save you money in the long run, but also reduces your environmental impact.\r\n\r\nWith a generous, 15kg capacity, the washing machine is able to efficiently clean large loads of laundry in a single cycle - cutting-down on the need for multiple washes.\r\n\r\nAnd thanks to the user-friendly control panel, programming each spin cycle to match your exact washing needs is as easy as can be!\r\n\r\nProduct features\r\n\r\nDimensions 1067(H) x 699(W) x 686(D)mm\r\nMaterial Painted Steel\r\nSupplier Model Number 3LWTW4815FW\r\nVoltage 220-240V\r\nWarranty 1 Year\r\nWeight 61kg\r\nColour White\r\nLarge, 15kg capacity is perfect for commercial washing\r\nMultiple cycle options allow you to customise washes depending on contents\r\nEasy-to-use controls make it easy for staff to set washing cycles\r\nTop-mounted control panel allows for easy access in cramped utility rooms\r\nMade in the USA\r\nInnovative, 6th sense technology helps to save energy on each cycle\r\nHigh-efficiency agitator maximises washing performance\r\nRobust porcelain basket is able to handle regular, heavy use', 1000.98, NULL, NULL, 1259.98, 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW-24011.jpeg', 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW-44651.jpeg', 'Whirlpool Atlantis 6th Sense Washing Machine 3LWTW4815FW-87847.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 01:03:19', '2024-02-25 01:03:19'),
(5613, 'Unique Valentines Gift Cryptex Da Vinci Code Mini Cryptex Lock Puzzle Boxes with Hidden Compartments Heavy Real Metal Novelty Birthday Gifts Big Enough for Notes,Paper Money,Rings,Jewelry (Bronze)', 'RKZ0YeA9j', 16, '【Creative Puzzle Gift Box】: The default password is ILOVEU, but it can be reset to any word! The limit is your imagination! The code is beautifully embedded as a carved alphabet, super simple to open - align the letters with the arrows and then pull out!\r\n【Hidden Compartment Inside】: This puzzle cryptex has a hidden compartment inside. It’s big enough for small items such as secret notes, cash (including notes and small diameter coins), rings, jewelry, and keys. If you want to surprise someone, this is the best way of gifting them. People who receive this gift will definitely experience and enjoy the excitement of opening the mystery!\r\n【Romantic and Surprising Gifts】: If you want to propose to your loved one or to celebrate any anniversary, simply put the ring or anniversary gift inside it, or even just a promise note. It’s going to be such a romantic surprise to them!\r\n【A Must have for Puzzle Lover/Game Lover】: Great gift for people who loves games, puzzles, escape rooms gadgets and etc. Perfect for any puzzle or scavenger hunt lover: you can hide the next clue/prize in this. Some people use it in dungeons and dragons games as a puzzle for their players and some people use it for murder mystery party.\r\n【Heavy, Durable, Well-crafted, Easy to Customize】: Made from high-quality material, zinc alloy and copper plated. Quite heavy and the details on the product are gorgeous. You will feel its quality the moment you see it. It’s also reusable. Easy to set a custom code and change with the included screw driver.', 19.99, NULL, NULL, 29.99, 'Unique Valentines Gift Cryptex Da Vinci Code Mini Cryptex Lock Puzzle Boxes with Hidden Compartments Heavy Real Metal Novelty Birthday Gifts Big Enough for Notes,Paper Money,Rings,Jewelry (Bronze)-51678.jpeg', 'Unique Valentines Gift Cryptex Da Vinci Code Mini Cryptex Lock Puzzle Boxes with Hidden Compartments Heavy Real Metal Novelty Birthday Gifts Big Enough for Notes,Paper Money,Rings,Jewelry (Bronze)-15312.jpeg', 'Unique Valentines Gift Cryptex Da Vinci Code Mini Cryptex Lock Puzzle Boxes with Hidden Compartments Heavy Real Metal Novelty Birthday Gifts Big Enough for Notes,Paper Money,Rings,Jewelry (Bronze)-36422.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 01:05:00', '2024-02-25 01:05:00'),
(5614, '3 In 1 Ems Ultrasound, Cavitator', 'XTUGtrjIP', 15, '3 in 1 Ultrasound \r\n\r\n\r\n* Effective ultrasonic massager for facial and body beautification. \r\nEMS skin and body slimming and toning machine. Infrared heat therapy device for skin rejuvenation. \r\n\r\n* Improves skin texture, anti-wrinkle, helps fight oily areas, tightens. \r\n\r\n* Quickly and effectively reduces and provides relief from severe chronic back pain and other types of body pain', 35.09, NULL, NULL, 100.98, '3 In 1 Ems Ultrasound, Cavitator-70110.jpeg', '3 In 1 Ems Ultrasound, Cavitator-95296.jpeg', '3 In 1 Ems Ultrasound, Cavitator-45773.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-25 01:08:06', '2024-02-25 01:08:06'),
(5615, 'CREWORKS Commercial Ice Maker Machine', 'uT02UGYlW', 10, 'INDUSTRIAL ICE MACHINE: Our 480W ice machine can produce 45 cubes in each batch at a rate of 72 kg (160 pounds) per day when the inlet water temperature is under 5 degrees Celsius\r\nHIGH-QUALITY MATERIAL: This ice making machine is constructed from food grade corrosion resistant stainless steel to ensure safe and clean performance that produces high quality ice for commercial use\r\nEASY TO USE: The simple and clear control panel guides every step of the way and performs self-cleaning at the push of a button; you can select automatic on/off times to get your ice exactly when you need it\r\nFULLY ADAPTABLE: This ice cube maker\'s two water inlets give you extra freedom to choose the most convenient setup for your home or pub, fill your device with bottled water or provide a constant connection to your tap\r\nWIDE APPLICATION: This commercial ice maker is built to handle any working environment, making it ideal for homes, pubs, bars, offices, restaurants, cafes, and more; order today to enjoy fresh ice anytime, anywhere!', 190.99, NULL, NULL, 209.99, 'CREWORKS Commercial Ice Maker Machine-38087.jpeg', 'CREWORKS Commercial Ice Maker Machine-90403.jpeg', 'CREWORKS Commercial Ice Maker Machine-84758.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 01:11:50', '2024-02-25 01:11:50');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5616, 'Eye Massager with Heat', 'ek6FOVRA8', 16, '[Multiple Massage Modes] Our eye massager provides five different massage modes to cater to your personalized massage needs. Whether it\'s relieving eye fatigue, soothing eye pressure, or promoting better sleep, you can find the mode that suits you best.\r\n[Relax Your Eyes] Our eye heating massager features a built-in heating pad that offers a comfortable temperature ranging from 104 to 107 degrees Fahrenheit (40℃-42℃). This helps soothe the muscles around your eyes and promotes blood circulation. With vibration and air compression massage, your eye area will feel more relaxed, providing a comfortable massage experience that reduces eye fatigue.\r\n[Bluetooth Connectivity for Personal Music] This upgraded eye care machine is equipped with a larger HD display screen and features four buttons for operation, making the displayed massage modes on the screen clearer and more intuitive. The Bluetooth feature allows you to connect your phone to the eye massager, enabling you to enjoy your favorite music while experiencing the massage, bringing perfect relaxation to your body and mind.\r\n[Portable Foldable Design] Our heated eye mask is designed to fold easily at 180°, allowing you to effortlessly place it in your handbag or suitcase. Additionally, the headband size can be adjusted to ensure both adults and teenagers can wear it comfortably. Whether you\'re at home, in the office, or traveling, you can enjoy the convenience and comfort of an eye massage anytime, anywhere.\r\n[Thoughtful Gift] Our eye massager is a considerate gift choice, whether for family or friends, conveying your care for their well-being. If you have any questions or concerns about the eye massager, please do not hesitate to contact us.', 30.99, NULL, NULL, 49.99, 'Eye Massager with Heat-81379.jpeg', 'Eye Massager with Heat-76756.jpeg', 'Eye Massager with Heat-56006.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 01:12:21', '2024-02-25 01:12:21'),
(5617, 'The Rape of Nanking', 'nG4RvWMLM', 10, 'The New York Times bestselling account of one of history\'s most brutal--and forgotten--massacres, when the Japanese army destroyed China\'s capital city on the eve of World War II, \"piecing together the abundant eyewitness reports into an undeniable tapestry of horror\". (Adam Hochschild, Salon) In December 1937, one of the most horrific atrocities in the long annals of wartime barbarity occurred. The Japanese army swept into the ancient city of Nanking (what was then the capital of China), and within weeks, more than 300,000 Chinese civilians and soldiers were systematically raped, tortured, and murdered. In this seminal work, Iris Chang, whose own grandparents barely escaped the massacre, tells this history from three perspectives: that of the Japanese soldiers, that of the Chinese, and that of a group of Westerners who refused to abandon the city and created a safety zone, which saved almost 300,000 Chinese. Drawing on extensive interviews with survivors and documents brought to light for the first time, Iris Chang\'s classic book is the definitive history of this horrifying episode.', 5.69, NULL, NULL, 6.00, 'The Rape of Nanking-51290.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-25 01:12:50', '2024-02-25 01:12:50'),
(5618, 'Enemy at the Gates: The Battle for Stalingrad', 'fUAdh0P7F', 10, 'The bloodiest battle in the history of warfare, Stalingrad was perhaps the single most important engagement of World War II. A major loss for the Axis powers, the battle for Stalingrad signaled the beginning of the end for the Third Reich of Adolf Hitler. During the five years William Craig spent researching the battle for Stalingrad, he traveled extensively on three continents, studying documents and interviewing hundreds of survivors, both military and civilian. This unique account is their story, and the stories of the nearly two million men and women who lost their lives.', 4.59, NULL, NULL, 8.39, 'Enemy at the Gates: The Battle for Stalingrad-64091.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-25 01:15:54', '2024-02-25 01:17:32'),
(5619, 'Red Light Therapy Device, Cold Sore Canker Sore Treatment for Lips, Handheld Infrared Light Therapy for Mouth Sore Relief, Nose Ear Knee Hands Joint Muscle Nerve Pain Relief 3-in-1 Device', 'qh0ccW0Tg', 16, '3 DEVICE IN 1 BODY: With the tip attached, it can be used for face pain, such as canker sore, ear, nose and cold sore. Remove the tip, it can be a pain relief device and healing device for body. When installing the lampshade, it can be used for wound anti-inflammatory and treatment of pet skin problems.\r\nEFFECTIVELY TREATMENT FOR COLD SORES: Use the KTS cold sore canker sore therapy device to enjoy faster healing time without complications. Use this red light therapy wand on your areas of pain for just a few minutes daily, and watch your cold sores and canker sores disappear.\r\nEFFECTIVE LIGHT THERAPY: Upgrade 4 types of wavelength, their respectively is 625&660nm red light, 850&940nm infrared light, 460nm blue light and 360nm purple light. It\'s absorbed by the body,to promote the recovery of the body and wound healing, help with mouth sore relief and canker sores.\r\nPORTABLE & EFFORTLESS: Built-in 2*2500mA battery, wireless design, easy to carry and suitable for various scenarios. One-click operation is very friendly to people of all ages, and you can easily enjoy effective red&infrared light therapy anytime, anywhere!\r\nBUY WITH CONFIDENCE: The KTS red light device is the perfect gift for family, loved ones, friends, colleagues and your pets to help them feel free, relax,relieve pain and stay healthy. We also provide an 18-month warranty and lifetime free technical guidance, so you can buy with peace of mind!', 99.99, NULL, NULL, 129.99, 'Red Light Therapy Device, Cold Sore Canker Sore Treatment for Lips, Handheld Infrared Light Therapy for Mouth Sore Relief, Nose Ear Knee Hands Joint Muscle Nerve Pain Relief 3-in-1 Device-13684.jpeg', 'Red Light Therapy Device, Cold Sore Canker Sore Treatment for Lips, Handheld Infrared Light Therapy for Mouth Sore Relief, Nose Ear Knee Hands Joint Muscle Nerve Pain Relief 3-in-1 Device-25027.jpeg', 'Red Light Therapy Device, Cold Sore Canker Sore Treatment for Lips, Handheld Infrared Light Therapy for Mouth Sore Relief, Nose Ear Knee Hands Joint Muscle Nerve Pain Relief 3-in-1 Device-71863.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 01:16:40', '2024-02-25 01:16:40'),
(5620, 'Minipresso GR, Portable Espresso Machine, Compatible Ground Coffee, Hand Coffee Make, Travel Gadgets, Manually Operated, Perfect for Camping', 'z1O5SZM56', 16, 'Manual operation only! No battery/electricity need. Compact, lightweight and versatile, you may use any variety of coffee bean/roast, which will give you more flexibility in trying new flavors.\r\nNeed to add the boiling water. It can not heat up water. Minipresso GR is your best choice to enjoy up to 50 ml of authentic espresso at home, in the office and on the go.\r\nSimple to operate! Add ground coffee to the filter basket with the help of the integrated scoop. Apply slight pressure to level the grind. Add hot water into the water tank. Finally unlock from its travel position the piston and pump a few strokes to pressurize and extract perfect espresso with generous crema.\r\nIf you have any problem with our products or need help, please feel free to contact us through Amazon. We will respond you in time and give you a satisfactory solution.\r\nNote: Accessories are sold separately! Enhance your Minipresso to get the most from it. Enjoy longer espresso, up to 100ml, and protect it from scratches. You can purchase accessories separately from our store.', 40.99, NULL, NULL, 54.90, 'Minipresso GR, Portable Espresso Machine, Compatible Ground Coffee, Hand Coffee Make, Travel Gadgets, Manually Operated, Perfect for Camping-44951.jpeg', 'Minipresso GR, Portable Espresso Machine, Compatible Ground Coffee, Hand Coffee Make, Travel Gadgets, Manually Operated, Perfect for Camping-20927.jpeg', 'Minipresso GR, Portable Espresso Machine, Compatible Ground Coffee, Hand Coffee Make, Travel Gadgets, Manually Operated, Perfect for Camping-55860.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 01:20:05', '2024-02-25 01:20:05'),
(5621, 'Tricycle Car 7 In 1 Green', 'cGsveaGyO', 15, 'Tricycle Car 7 In 1 Green', 150.00, NULL, NULL, 160.00, 'Tricycle Car 7 In 1 Green-14360.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-25 01:21:04', '2024-02-25 01:21:04'),
(5622, 'Build Your Own Website: A Comic Guide to', 'VEmF8OXT1', 10, 'Build Your Own Website is a fun, illustrated introduction to the basics of creating a website. Join Kim and her little dog Tofu as she learns HTML, the language of web pages, and CSS, the language used to style web pages, from the Web Guru and Glinda, the Good Witch of CSS. Once she figures out the basics, Kim travels to WordPress City to build her first website, with Wendy, the WordPress Maven, at her side. They take control of WordPress(R) themes, install useful plugins, and more. As you follow along, you\'ll learn how to: -Use HTML tags -Make your site shine with CSS -Customize WordPress to fit your needs -Choose a company to host your site and get advice on picking a good domain name The patient, step-by-step advice you\'ll find in Build Your Own Website will help you get your website up and running in no time. Stop dreaming of your perfect website and start making it', 7.49, NULL, NULL, 12.46, 'Build Your Own Website: A Comic Guide to-97404.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-25 01:21:25', '2024-02-25 01:21:25'),
(5623, '4k Wifi Extreme Sport Action Camera Vivitar Brand', 'Kui9x0mAp', 15, 'The Vivitar 4K DVR923 Action Camera Kit is a 20 Megapixel camera that captures 4K Ultra HD images, giving you the best dash cam, digital camera or video camera wherever you go. The front screen allows for great videos, pictures or selfies on any adventure, and the rear screen is perfect for reviewing action pictures or videos you captured! The durable waterproof camera housing design makes this camera great as an underwater camera for snorkeling or kayaking accessories. \r\n\r\nThe action camera includes Wi-Fi connectivity giving users easy access to upload photos and videos directly to their favorite social networks for easy sharing! This kit also includes a 7” tripod, floating handle, extra battery, 64GB SD card, and a variety of popular mounts, including a helmet mount and bike mount, ALL IN ONE KIT! This makes it easy to strap yourself in for any adventure as soon as you purchase it.', 69.99, NULL, NULL, 109.00, '4k Wifi Extreme Sport Action Camera Vivitar Brand-61526.jpeg', '4k Wifi Extreme Sport Action Camera Vivitar Brand-44855.jpeg', '4k Wifi Extreme Sport Action Camera Vivitar Brand-49987.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-25 01:22:51', '2024-02-25 01:22:51'),
(5624, 'Safety Barrier For Bed Fall Protection Babies Children', 'rBex3dSQr', 15, 'Safety Barrier For Bed Fall Protection Babies Children', 40.00, NULL, NULL, 45.00, 'Safety Barrier For Bed Fall Protection Babies Children-28195.jpeg', 'Safety Barrier For Bed Fall Protection Babies Children-87092.jpeg', 'Safety Barrier For Bed Fall Protection Babies Children-27998.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-25 01:23:49', '2024-02-25 01:23:49'),
(5625, 'Brain on Fire (10th Anniversary Edition)', '4te0dRKAL', 10, 'An anniversary edition of the award-winning memoir and instant New York Times bestseller that goes far beyond its riveting medical mystery, Brain on Fire is the powerful account of one woman\'s struggle to recapture her identity--with a new note to readers by the author.\r\nWhen twenty-four-year-old Susannah Cahalan woke up alone in a hospital room, strapped to her bed and unable to move or speak, she had no memory of how she\'d gotten there. Days earlier, she had been on the threshold of a new, adult life: at the beginning of her first serious relationship and a promising career at a major New York newspaper. Now she was labeled violent, psychotic, a flight risk. What happened?\r\nIn a swift and breathtaking narrative, Susannah tells the astonishing true story of her descent into madness, her family\'s inspiring faith in her, and the lifesaving diagnosis that nearly didn\'t happen. \"A fascinating look at the disease that...could have cost this vibrant, vital young woman her life\" (People), Brain on Fire is an unforgettable exploration of memory and identity, faith and love, and a profoundly compelling tale of survival and perseverance that is destined to become a classic.', 4.69, NULL, NULL, 11.31, 'Brain on Fire (10th Anniversary Edition)-76174.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-25 01:24:47', '2024-02-25 01:24:47'),
(5626, 'Akaso Ek7000 Pro 4k Touch Screen Action Camcorder', 'dE29wfDKD', 15, 'Akaso EK7000 Series Upgrade: Akaso EK7000 Pro action camera delivers 4K/25fps, 2.7K/30fps, 1080P/60fps videos and 16MP photos that capture every moment with sharp details and an unparalleled clarity.', 160.00, NULL, NULL, 177.81, 'Akaso Ek7000 Pro 4k Touch Screen Action Camcorder-94669.jpeg', 'Akaso Ek7000 Pro 4k Touch Screen Action Camcorder-14503.jpeg', 'Akaso Ek7000 Pro 4k Touch Screen Action Camcorder-62625.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-25 01:26:14', '2024-02-25 01:26:14'),
(5627, 'Baby Clothes (romper or jumper + hat)', 'YfBIWnlN0', 15, 'Baby Clothes (romper or jumper + hat)', 20.00, NULL, NULL, 22.00, 'Baby Clothes (romper or jumper + hat)-69383.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-25 01:26:27', '2024-02-25 01:26:27'),
(5628, 'LED USB Clock Fan with Real Time Display Function,Stocking Stuffers for Men Christmas Gadgets,1 Year Warranty (Clock', 'mTdhHIec2', 1, 'PVC soft fan blades are safe to use and the gooseneck is flexibly bent. Gently adjust the flexible neck to the position you need to keep cool in any position.\r\nIdeal for desktops and laptops, simply plug in any USB port on your laptop or PC without installing a driver.\r\nGently adjust the flexible neck to positon the cool breeze anywhere you wish.\r\nThe Temperature clock fan is a USB fan with a special blade that creates an LED clock face!', 14.99, NULL, NULL, 17.99, 'LED USB Clock Fan with Real Time Display Function,Stocking Stuffers for Men Christmas Gadgets,1 Year Warranty (Clock-26563.jpeg', 'LED USB Clock Fan with Real Time Display Function,Stocking Stuffers for Men Christmas Gadgets,1 Year Warranty (Clock-62787.jpeg', 'LED USB Clock Fan with Real Time Display Function,Stocking Stuffers for Men Christmas Gadgets,1 Year Warranty (Clock-11340.jpeg', 'Beauty & personal care', 4.0, NULL, 1, '2024-02-25 01:26:34', '2024-02-25 01:26:34'),
(5629, 'Astronomy for All Ages: Discovering the Universe', '4zhAZiAIL', 10, 'This collection of fifty-one fascinating and engaging activities opens up the gateway to outer space for stargazers young and old.', 15.59, NULL, NULL, 19.95, 'Astronomy for All Ages: Discovering the Universe-36609.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-25 01:29:26', '2024-02-25 01:29:26'),
(5630, 'Akaso Ek7000 Underwater Sports Action Camcorder', 'GVRAQt6aj', 15, 'The AKASO EK7000 action camera features Ultra HD 4K video recording. You can capture stunning 4K 25FPS/2.7K 30FPS/1080P 60FPS videos to remember your adventure with crisp and clear video quality.', 139.99, NULL, NULL, 210.00, 'Akaso Ek7000 Underwater Sports Action Camcorder-77052.jpeg', 'Akaso Ek7000 Underwater Sports Action Camcorder-57261.jpeg', 'Akaso Ek7000 Underwater Sports Action Camcorder-95111.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-25 01:32:06', '2024-02-25 01:32:06'),
(5631, 'Portable 5-in-1 Baby Dining Table Chair, New, Bear model', '16811iVps', 15, 'Portable 5-in-1 Baby Dining Table Chair, New, Bear model', 40.00, NULL, NULL, 50.00, 'Portable 5-in-1 Baby Dining Table Chair, New, Bear model-86371.jpeg', 'Portable 5-in-1 Baby Dining Table Chair, New, Bear model-80760.jpeg', 'Portable 5-in-1 Baby Dining Table Chair, New, Bear model-56026.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-25 01:33:06', '2024-02-25 01:33:06'),
(5632, 'Handheld Digital Microscope D-MS1 with 2\" IPS Screen - Take pictures & videos - Download to PC & Mac – Coins Electronic Magnifier Camera, 1000X Pocket Microscope for Kids/Adults - Use Indoors&Outdoors', 'FboGwa3t4', 16, '【Designed for Your Whole Family】Magnification maximum 1000x, Wide application from education purpose inspection, circuit board repair, print industrial inspection to insects checking, coin/ jewel/ stamp collections. This pocket digital microscope is the best gift for adults, children, hobbyists, and other users, enhancing the interactivity between people and the micro world.\r\n【Photos and Videos】Digital microscope is more than a microscope. It\'s also a camera that supports video resolutions up to 1080P, as well as photo resolutions up to 2MP. (32G Micro SD card included)\r\n【Portable & Rechargable】Easy to carry and accurate focusing. A built-in rechargeable 800mAh lithium battery that provides enough power for outdoor observation. You can explore the world anytime, anywhere.\r\n【Supports PC View】This versatile and powerful USB handheld microscope is compatible with computer, download our software for Windows , or use the \"Photo Booth\" of iMac/MacBook.\r\n【What You Will Get】: 1x Handheld microscope, 1x 32G Micro SD card, 1x USB cable, 1x Tweezers, 1x user manual. Also, our portable microscope are covered with our 7*24 Hours service, please contact us if you have any questions.', 50.99, NULL, NULL, 59.99, 'Handheld Digital Microscope D-MS1 with 2\" IPS Screen - Take pictures & videos - Download to PC & Mac – Coins Electronic Magnifier Camera, 1000X Pocket Microscope for Kids/Adults - Use Indoors&Outdoors-69999.jpeg', 'Handheld Digital Microscope D-MS1 with 2\" IPS Screen - Take pictures & videos - Download to PC & Mac – Coins Electronic Magnifier Camera, 1000X Pocket Microscope for Kids/Adults - Use Indoors&Outdoors-91470.jpeg', 'Handheld Digital Microscope D-MS1 with 2\" IPS Screen - Take pictures & videos - Download to PC & Mac – Coins Electronic Magnifier Camera, 1000X Pocket Microscope for Kids/Adults - Use Indoors&Outdoors-72415.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 01:37:21', '2024-02-25 01:37:21'),
(5633, 'The Sand-Reckoner', 'bfHth9zgY', 10, 'The Sand-Reckoner from author Gillian Bradshaw is a historical account that reimagines the life of one of ancient Greek\'s greatest minds.\r\n\r\nThe young scholar Archimedes has just had the best three years of his life at Ptolemy\'s Museum at Alexandria. To be able to talk and think all day, every day, sharing ideas and information with the world\'s greatest minds, is heaven to Archimedes. But heaven must be forsaken when he learns that his father is ailing, and his home city of Syracuse is at war with the Romans.\r\nReluctant but resigned, Archimedes takes himself home to find a job building catapults as a royal engineer. Though Syracuse is no Alexandria, Archimedes also finds that life at home isn\'t as boring or confining as he originally thought. He finds fame and loss, love and war, wealth and betrayal-none of which affects him nearly as much as the divine beauty of mathematics.', 8.69, NULL, NULL, 9.30, 'The Sand-Reckoner-59110.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-25 01:39:20', '2024-02-25 01:39:32'),
(5634, 'Akaso Brave 4 4k 20m Ultra HD Action Camcorder', 'ct3r5PBq5', 15, 'Adjustable viewing angle, waterproof housing, remote control, WiFi control, loop recording, time lapse, sound recording, WDR, diving mode, motion detection, anti-shake, car DVR mode, burst photo, micro USB port, HDMI, 5x zoom. \r\n\r\nAccessories: Comes with 2 rechargeable batteries, remote control bracelet and a kit of 19 accessories, compatible with most types of cameras, even Gopro. Each battery records up to 90 minutes.', 180.92, NULL, NULL, 230.60, 'Akaso Brave 4 4k 20m Ultra HD Action Camcorder-24785.jpeg', 'Akaso Brave 4 4k 20m Ultra HD Action Camcorder-65304.jpeg', 'Akaso Brave 4 4k 20m Ultra HD Action Camcorder-83214.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-25 01:42:32', '2024-02-25 01:42:32'),
(5635, 'Judgment of Caesar', 'FUDMsF2bQ', 10, 'It is 48 B.C. For years now, the rival Roman generals Caesar and Pompey have engaged in a contest for world domination. Both now turn to Egypt, where Pompey plans a last desperate stand on the banks of the Nile, while Caesar\'s legendary encounter with queen Cleopatra will spark a romance that reverberates down the centuries. But Egypt is a treacherous land, torn apart by the murderous rivalry between the goddess-queen and her brother King Ptolemy. Into this hot-house atmosphere of intrigue and deception comes Gordianus the Finder, innocently seeking a cure for his wife Bethesda in the sacred waters of the Nile. But when his plans go awry, he finds himself engaged in an even more desperate pursuit - to prove the innocence of the son he once disowned, who stands accused of murder. The judgment of Caesar will determine the fate of Gordianus\'s son; the choice Caesar makes between Cleopatra and her brother Ptolemy will determine the future of Rome\'s empire. At the center of these two dilemmas, Gordianus becomes the unwitting fulcrum that will shift the balance of history. Witness to the death throes of the old world, he is to play a critical role in the birth of the world to come. Drawing scrupulously on historical sources, this is the most ambitious novel yet in Steven Saylor\'s Roma Sub Rosa series. Saylor presents a bold new vision of Caesar and paints a compelling and original portrait of Cleopatra, amid bloodshed, battles and storms, in a setting of Egyptian magic and mystery.', 5.09, NULL, NULL, 13.90, 'Judgment of Caesar-15576.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-25 01:42:43', '2024-02-25 01:42:43'),
(5636, '1 Pair of Non-Slip Protective Knee Pads for Babies', 'CuQJPavYm', 15, '1 Pair of Non-Slip Protective Knee Pads for Babies', 3.99, NULL, NULL, 4.99, '1 Pair of Non-Slip Protective Knee Pads for Babies-48485.jpeg', '1 Pair of Non-Slip Protective Knee Pads for Babies-82677.jpeg', '1 Pair of Non-Slip Protective Knee Pads for Babies-99458.jpeg', 'Babies', 4.5, NULL, 1, '2024-02-25 01:43:03', '2024-02-25 01:43:03'),
(5637, 'The Audacity of Hope: Thoughts on Reclaiming', 'Jo1bwwKdQ', 10, '#1 NEW YORK TIMES BESTSELLER - Barack Obama\'s lucid vision of America\'s place in the world and call for a new kind of politics that builds upon our shared understandings as Americans, based on his years in the Senate \"In our lowdown, dispiriting era, Obama\'s talent for proposing humane, sensible solutions with uplifting, elegant prose does fill one with hope.\"--Michael Kazin, The Washington Post In July 2004, four years before his presidency, Barack Obama electrified the Democratic National Convention with an address that spoke to Americans across the political spectrum. One phrase in particular anchored itself in listeners\' minds, a reminder that for all the discord and struggle to be found in our history as a nation, we have always been guided by a dogged optimism in the future, or what Obama called \"the audacity of hope.\" The Audacity of Hope is Barack Obama\'s call for a different brand of politics--a politics for those weary of bitter partisanship and alienated by the \"endless clash of armies\" we see in congress and on the campaign trail; a politics rooted in the faith, inclusiveness, and nobility of spirit at the heart of \"our improbable experiment in democracy.\" He explores those forces--from the fear of losing to the perpetual need to raise money to the power of the media--that can stifle even the best-intentioned politician. He also writes, with surprising intimacy and self-deprecating humor, about settling in as a senator, seeking to balance the demands of public service and family life, and his own deepening religious commitment. At the heart of this book is Barack Obama\'s vision of how we can move beyond our divisions to tackle concrete problems. He examines the growing economic insecurity of American families, the racial and religious tensions within the body politic, and the transnational threats--from terrorism to pandemic--that gather beyond our shores. And he grapples with the role that faith plays in a democracy--where it is vital and where it must never intrude. Underlying his stories is a vigorous search for connection: the foundation for a radically hopeful political consensus. Only by returning to the principles that gave birth to our Constitution, Obama says, can Americans repair a political process that is broken, and restore to working order a government that has fallen dangerously out of touch with millions of ordinary Americans. Those Americans are out there, he writes--\"waiting for Republicans and Democrats to catch up with them.\"', 4.99, NULL, NULL, 12.01, 'The Audacity of Hope: Thoughts on Reclaiming-46516.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-25 01:45:19', '2024-02-25 01:45:19'),
(5638, 'Promises to Keep: On Life and Politics', 'rVZGHVYmh', 10, 'NEW YORK TIMES BESTSELLER - President Joe Biden, the author of Promise Me, Dad, tells the story of his extraordinary life and career prior to his emergence as Barack Obama\'s beloved, influential vice president. \"I remain captivated by the possibilities of politics and public service. In fact, I believe that my chosen profession is a noble calling.\"--Joe Biden Joe Biden has both witnessed and participated in a momentous epoch of American history. In Promises to Keep, Joe Biden reveals what these experiences taught him about himself, his colleagues, and the institutions of government. With his customary candor and wit, Biden movingly recounts growing up in a staunchly Catholic multigenerational household in Scranton, Pennsylvania, and Wilmington, Delaware; overcoming personal tragedy, life-threatening illness, and career setbacks; his relationships with presidents, with world leaders, and with lawmakers on both sides of the aisle; and his leadership of powerful Senate committees. Through these and other recollections, Biden shows us how the guiding principles he learned early in life--to work to make people\'s lives better; to honor family and faith; to value persistence, candor, and honesty--are the foundation on which he has based his life\'s work as husband, father, and public servant. Promises to Keep is an intimate series of reflections from a public servant who surmounted numerous challenges to become one of our most effective leaders and who refuses to be cynical about politics. It is also a stirring testament to the promise of the United States. Praise for Promises to Keep \"A ripping good read . . . Biden is a master storyteller and has stories worth telling.\"--The Christian Science Monitor \"A compelling personal story.\"--The New York Times \"Moving . . . [Biden\'s] response to tragedy and near death [is] both admirable and likable.\"--Salon', 7.79, NULL, NULL, 18.16, 'Promises to Keep: On Life and Politics-70787.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-25 01:48:10', '2024-02-25 01:48:10'),
(5639, 'Good Muslim, Bad Muslim: America, the Cold', 'nZuMI7Sx9', 10, 'In this brilliant look at the rise of political Islam, the distinguished political scientist and anthropologist Mahmood Mamdani brings his expertise and insight to bear on a question many Americans have been asking since 9/11: how did this happen? Mamdani dispels the idea of \"good\" (secular, westernized) and \"bad\" (premodern, fanatical) Muslims, pointing out that these judgments refer to political rather than cultural or religious identities. The presumption that there are \"good\" Muslims readily available to be split off from \"bad\" Muslims masks a failure to make a political analysis of our times. This book argues that political Islam emerged as the result of a modern encounter with Western power, and that the terrorist movement at the center of Islamist politics is an even more recent phenomenon, one that followed America\'s embrace of proxy war after its defeat in Vietnam. Mamdani writes with great insight about the Reagan years, showing America\'s embrace of the highly ideological politics of \"good\" against \"evil.\" Identifying militant nationalist governments as Soviet proxies in countries such as Nicaragua and Afghanistan, the Reagan administration readily backed terrorist movements, hailing them as the \"moral equivalents\" of America\'s Founding Fathers. The era of proxy wars has come to an end with the invasion of Iraq. And there, as in Vietnam, America will need to recognize that it is not fighting terrorism but nationalism, a battle that cannot be won by occupation. Good Muslim, Bad Muslimis a provocative and important book that will profoundly change our understanding both of Islamist politics and the way America is perceived in the world today.', 4.89, NULL, NULL, 5.69, 'Good Muslim, Bad Muslim: America, the Cold-19111.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-25 01:50:27', '2024-02-25 01:50:27'),
(5640, 'Roll, Jordan, Roll: The World the Slaves', 'G6qtEjGq3', 10, 'This landmark history of slavery in the South--a winner of the Bancroft Prize--challenged conventional views of slaves by illuminating the many forms of resistance to dehumanization that developed in slave society. Rather than emphasizing the cruelty and degradation of slavery, historian Eugene Genovese investigates the ways that slaves forced their owners to acknowledge their humanity through culture, music, and religion. Not merely passive victims, the slaves in this account actively engaged with the paternalism of slaveholding culture in ways that supported their self-respect and aspirations for freedom. \"Roll, Jordan, Roll \"covers a vast range of subjects, from slave weddings and funerals, to the language, food, clothing, and labor of slaves, and places particular emphasis on religion as both a major battleground for psychological control and a paradoxical source of spiritual strength. Displaying keen insight into the minds of both slaves and slaveholders, \"Roll, Jordan, Roll\" is a testament to the power of the human spirit under conditions of extreme oppression.', 7.99, NULL, NULL, 14.01, 'Roll, Jordan, Roll: The World the Slaves-98789.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-25 01:54:00', '2024-02-25 01:54:00'),
(5641, 'HD Sports Camera', '7hlQmmdPT', 15, '30 FPS / WIFI / 2.0 INCH / 1080P / UNDERWATER WATERPROOF HELMET \r\n- Includes 32gb microSD memory', 45.00, NULL, NULL, 90.00, 'HD Sports Camera-46816.jpeg', 'HD Sports Camera-33896.jpeg', 'HD Sports Camera-26388.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-25 01:54:45', '2024-02-25 01:54:45'),
(5642, 'Crib Corral Rocking Baby Co-Sleeping 2 Levels, tulle, new', 'q3tcylZ3c', 15, 'Crib Corral Rocking Baby Co-Sleeping 2 Levels, tulle, new', 110.00, NULL, NULL, 130.00, 'Crib Corral Rocking Baby Co-Sleeping 2 Levels, tulle, new-18362.jpeg', 'Crib Corral Rocking Baby Co-Sleeping 2 Levels, tulle, new-66858.jpeg', 'Crib Corral Rocking Baby Co-Sleeping 2 Levels, tulle, new-56534.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-25 01:56:30', '2024-02-25 01:56:30'),
(5643, 'I\'ve Got the Light of Freedom', 'rTGlUL0ek', 10, 'This momentous work offers a groundbreaking history of the early civil rights movement in the South with new material that situates the book in the context of subsequent movement literature.', 7.89, NULL, NULL, 17.06, 'I\'ve Got the Light of Freedom-25579.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-25 01:57:21', '2024-02-25 01:57:21'),
(5644, 'Crime and Punishment', 'VICS94Ti0', 10, 'Jessie Coulson\'s translation provides the text for the Third Edition of this acclaimed Norton Critical Edition.', 6.79, NULL, NULL, 11.19, 'Crime and Punishment-32651.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-25 02:01:26', '2024-02-25 02:01:26'),
(5645, 'Apple Carplay Wireless Dongle Adapter for Car iPhone', 'x28y0KHzn', 15, 'OEM WIRED CARPLAY TO WIRELESS. \r\nYUVETH SMT-9B installed with the latest stable firmware. No need to plug and unplug iPhone repeatedly, it connects successfully within 15 seconds automatically. Support original car voice control, OEM knob, steering wheel and touch screen control can play music, live GPS navigation, access Siri and read text messages easily. \r\n\r\n- FASTEST WIRELESS CARPLAY DONGLE. \r\nThe new 5.8Ghz Plus transmission frequency band of IEEE 802.11a protocol provides the best 2ms low latency experience and also supports 2.4Ghz and Bluetooth 5.2 for more stable connection and anti-interference capability. The package also offers 2 types of data cables to use [USB Type A to C and Type C to C]. \r\n\r\n- AUTOMATIC CONNECTION. \r\nAfter the first connection, the adapter will automatically activate the wireless CarPlay connection within 10 to 15 seconds every time you start the car. When connecting for the first time, insert the adapter into the car\'s USB port, turn on iPhone\'s Bluetooth and WiFi, pair the BT device \"smartbox-xxxx\" and the wireless CarPlay connection can be completed within 45 seconds. Note: SMT-9B does not work with Android.', 40.99, NULL, NULL, 96.44, 'Apple Carplay Wireless Dongle Adapter for Car iPhone-48482.jpeg', 'Apple Carplay Wireless Dongle Adapter for Car iPhone-92208.jpeg', 'Apple Carplay Wireless Dongle Adapter for Car iPhone-24369.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-25 02:10:28', '2024-02-25 02:10:28'),
(5646, '3 in 1 Baby Dining Table Chair, Dining Chair, Desk', 'MkzB08AFg', 15, '3 in 1 Baby Dining Table Chair, Dining Chair, Desk', 110.00, NULL, NULL, 135.00, '3 in 1 Baby Dining Table Chair, Dining Chair, Desk-22974.jpeg', '3 in 1 Baby Dining Table Chair, Dining Chair, Desk-59279.jpeg', '3 in 1 Baby Dining Table Chair, Dining Chair, Desk-81716.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-25 02:10:37', '2024-02-25 02:10:37'),
(5647, 'American Clothing for Boys and Girls. From 6 months to 24 months', 'a9eK0RvTh', 15, 'American Clothing for Boys and Girls. From 6 months to 24 months', 12.00, NULL, NULL, 15.00, 'American Clothing for Boys and Girls. From 6 months to 24 months-10079.jpeg', 'American Clothing for Boys and Girls. From 6 months to 24 months-46841.jpeg', 'American Clothing for Boys and Girls. From 6 months to 24 months-38721.jpeg', 'Babies', 3.5, NULL, 1, '2024-02-25 02:15:41', '2024-02-25 02:15:41'),
(5648, 'Omega Seamaster James Bond Commander Limited Edition Steel Mens Watch', 'Hl1BX598F', 10, 'Omega Seamaster James Bond Commander Limited Edition Steel Mens Watch 212.32.41.20.04.001 Box Card. Automatic chronometer, Co-Axial Escapement movement with rhodium-plated finish. Stainless steel case 41 mm in diameter. Omega logo on the crown. Helium escape valve at 10 o\'clock. Exhibition transparent sapphire crystal caseback engraved with \'Commander\'s Watch\' and the limited edition number. Blue and red ceramic unidirectional rotating bezel. Scratch resistant sapphire crystal. White ceramic dial with luminous skeleton hands and hour markers. Date window at 3 o\'clock aperture. Special edition 007 red seconds hand. Blue, red, and grey NATO strap with stainless steel tang buckle. Mint condition.', 7476.00, NULL, NULL, 7655.00, 'Omega Seamaster James Bond Commander Limited Edition Steel Mens Watch-61804.jpeg', 'Omega Seamaster James Bond Commander Limited Edition Steel Mens Watch-88833.jpeg', 'Omega Seamaster James Bond Commander Limited Edition Steel Mens Watch-74881.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-25 02:17:01', '2024-02-25 02:17:01'),
(5649, 'Endoscope Camera Borescope Hd 1080p Android 5m Microusb', 'cj52yVpAg', 15, 'Endoscope Camera Borescope Hd 1080p Android 5m Microusb', 14.05, NULL, NULL, 54.10, 'Endoscope Camera Borescope Hd 1080p Android 5m Microusb-74382.jpeg', 'Endoscope Camera Borescope Hd 1080p Android 5m Microusb-32605.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-25 02:18:46', '2024-02-25 02:18:46'),
(5650, 'Colonia Para Bebé Baby Magic De Mennen', 'N5Nsqtpz3', 15, 'Colonia Para Bebé Baby Magic De Mennen', 15.00, NULL, NULL, 20.00, 'Colonia Para Bebé Baby Magic De Mennen-75422.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-25 02:18:50', '2024-02-25 02:18:50'),
(5651, 'Zenith Chronomaster Sport Pink Limited Edition Steel Watch 03.3109.3600 Unworn', 'YZ1K8YwQr', 10, 'Zenith Chronomaster Sport Pink Limited Edition Steel Mens Watch 03.3109.3600 Unworn. Powered by the El Primero 3600 automatic high-frequency chronograph movement with 1/10th of a second chronograph function and a power reserve of 60 hours. Stainless steel case 41.0 mm in diameter. Exhibition transparent sapphire crystal caseback. Stainless steel bezel with a 10 second scale engraving. Scratch resistant sapphire crystal. Pink sunray pattern dial with luminous hands and index hour markers. 3 pink chronograph subdials -- minutes, hours, and small seconds. Date window between 4 and 5 o\'clock. Stainless steel bracelet with flip-lock deployant clasp and Zenith star logo. Fits up to 8\" wrist. Never been worn.', 10850.00, NULL, NULL, 11000.00, 'Zenith Chronomaster Sport Pink Limited Edition Steel Watch 03.3109.3600 Unworn-44910.jpeg', 'Zenith Chronomaster Sport Pink Limited Edition Steel Watch 03.3109.3600 Unworn-93044.jpeg', 'Zenith Chronomaster Sport Pink Limited Edition Steel Watch 03.3109.3600 Unworn-53645.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-25 02:20:08', '2024-02-25 02:20:08'),
(5652, 'Megger Megohmmeter Digital Insulation Meter Unit Ut501', '0aJUe4VB8', 15, 'Megger Megohmmeter Digital Insulation Meter Unit Ut501', 100.00, NULL, NULL, 364.00, 'Megger Megohmmeter Digital Insulation Meter Unit Ut501-17969.jpeg', 'Megger Megohmmeter Digital Insulation Meter Unit Ut501-16605.jpeg', 'Megger Megohmmeter Digital Insulation Meter Unit Ut501-24608.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-25 02:23:52', '2024-02-25 02:23:52'),
(5653, 'Paul Eaton Sculpted Tibetan Terrier Dog Heads on Twisted Bangle in Sterling', 'oIIlvpmxB', 10, 'Intricately hand carved dog miniatures of Tibetan Terrier Heads (details in photos) on a sterling silver twisted bangle are made by England’s Paul Eaton who is possibly the world\'s best miniature sculptor of dogs and animals and a master gold/silversmith. Each bangle is made by hand. This Tibetan Terrier bangle will easily tighten by squeezing together so that it rests securely and comfortably on the wrist. Because of the easy adjustments with the flexible bangle, the Tibetan Terrier bangle fits a medium to large wrist perfectly. Constant wearing of the sterling silver bangle usually means that no cleaning is necessary, although an occasional touch up with silver polish will make it shine. Paul Eaton’s animal jewelry can be customized with any breed or animal in Sterling Silver, 9ct, 18ct or any combination of metal. Paul Eaton’s unique animal jewelry can also be adorned with stones. A few customization ideas are featured with the detailed photographs. Please inquire about any breeds of interest: we have many breeds in our inventory, previously carved sculptures, which are plentiful, will require 2 months to produce however new breeds may have a longer lead time, possibly up to a month longer. Paul Eaton (V.P. of the Royal Miniature Society and a member of the Miniature Artists of America) has exhibited at important Miniature Exhibitions around the world for decades obtaining many honorable rewards.', 1030.00, NULL, NULL, 1115.00, 'Paul Eaton Sculpted Tibetan Terrier Dog Heads on Twisted Bangle in Sterling-84216.jpeg', 'Paul Eaton Sculpted Tibetan Terrier Dog Heads on Twisted Bangle in Sterling-72270.jpeg', 'Paul Eaton Sculpted Tibetan Terrier Dog Heads on Twisted Bangle in Sterling-79364.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-25 02:23:58', '2024-02-25 02:23:58'),
(5654, 'Musical ride-on with guide for babies and children', '8x6iHxC3A', 15, 'Musical ride-on with guide for babies and children', 35.00, NULL, NULL, 49.00, 'Musical ride-on with guide for babies and children-51905.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-25 02:26:04', '2024-02-25 02:26:04'),
(5655, 'White Diamond Ruby Snake Bracelet Silver Chain Bronze Pendant J Dauphin', 'f8H29jJaI', 10, 'White Diamond Ruby Snake Link Bracelet Silver Chain Bronze Pendant J Dauphin \'Sparkle companion\"   The serpent, or snake, is one of the oldest and most widespread mythological symbols. Historically, serpents and snakes represent fertility or a creative life force. As snakes shed their skin through sloughing, they are symbols of rebirth, transformation, immortality, and healing. People have reported dreams of serpents and snakes throughout history in cultures all over the world. In terms of Jungian psychology, snake dreams have a powerful archetypal quality. They give people an extremely memorable and uncanny experience of the “otherness” of the collective unconscious. According to Jung serpents is strongly connected to the soul as the soul represent and even manifest itself as a serpent.   Diamond is a crystal of Light; its high frequency energy is dispersed into flashing prisms of brilliant “fire” that typifies the sun. It is a spiritual stone, a symbol of perfection and illumination, activating the Crown and Etheric Chakras. It enhances inner vision and stimulates creativity, imagination, and ingenuity, opening the mind to the “new” and “possible.” Placed on the Third Eye, a Diamond encourages psychic development, and is a valuable tool for remote viewing, telepathic communication and clairvoyance.  In addition to its spiritual power, Diamond has an unconquerable hardness and has been known since antiquity as a “Stone of Invincibility,” bringing victory, superior strength, fortitude and courage to its wearer. It is associated with lightning and fearlessness, and for its properties of protection. It is a symbol of wealth and manifesting abundance in one’s life, an amplifier of energies, goals and intent, and is highly effective in magnifying the vibrations of other crystals for healing. It is particularly beneficial set in gold and worn on the left arm.   The Diamond, in its rarity and beauty, is a symbol of purity and innocence, of love and fidelity, and embraces strength of character, ethics, and faithfulness to oneself and others. It is indicative of the loving and open nature with which one came into the physical realm, and encourages the aspect of truth and trust. Diamonds in particular identify with the immortal part of the self - personal identification with the Infinite, and oneness with God, peace and wisdom.  The fiery and captivating Ruby is a stone of nobility, Ruby carries the frequency of the enlightened Base Chakra, stimulating the flow of life-force energy or chi through the body. It strengthens the ability to meet one’s needs and manifest one’s desires, and is powerful in activating the kundalini. The Base, or Root Chakra, is located at the base of the spine, and controls the energy for kinesthetic feeling and movement. It is the foundation of physical and spiritual energy for the body. When physically out of balance the symptoms will manifest themselves as lethargy, low levels of activity, low enthusiasm, and a need for constant stimulation. When its spiritual energies are out of balance, one will feel flighty, disconnected from reality, and distant. When the Base Chakra is in balance, the physical body regains its strength and stamina, and the spiritual energy is rekindled in the form of security and sense of one’s own power. It often leads to independence and spontaneous leadership.  Hand made in Los Angeles.', 2500.00, NULL, NULL, 2740.00, 'White Diamond Ruby Snake Bracelet Silver Chain Bronze Pendant J Dauphin-24528.jpeg', 'White Diamond Ruby Snake Bracelet Silver Chain Bronze Pendant J Dauphin-31922.jpeg', 'White Diamond Ruby Snake Bracelet Silver Chain Bronze Pendant J Dauphin-88920.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-25 02:28:31', '2024-02-25 02:28:31'),
(5656, 'Peach gemstone 14k gold ring.', '0rGd9I0Dr', 10, 'Lab Sapphire 14k gold ring. Oval Sapphire ring. Yellow gem ring.   Metal: 14k gold ring Weight: 1.8 gr depends from size  Gemstones: Lab sapphire, oval cut, 1 ct, yellow - orange color Small yellow sapphires', 310.00, NULL, NULL, 460.00, 'Peach gemstone 14k gold ring.-77635.jpeg', 'Peach gemstone 14k gold ring.-25809.jpeg', 'Peach gemstone 14k gold ring.-75143.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-25 02:32:11', '2024-02-25 02:32:11'),
(5657, 'Megger Megohmmeter Insulation Meter 5000v Unit Ut513', '8K9nfUlXe', 15, 'Megger Megohmmeter Insulation Meter 5000v Unit Ut513', 480.26, NULL, NULL, 509.00, 'Megger Megohmmeter Insulation Meter 5000v Unit Ut513-15669.jpeg', 'Megger Megohmmeter Insulation Meter 5000v Unit Ut513-14934.jpeg', 'Megger Megohmmeter Insulation Meter 5000v Unit Ut513-49495.jpeg', 'Accessories', 4.0, NULL, 1, '2024-02-25 02:33:20', '2024-02-25 02:33:20'),
(5658, 'Built-in Clothes Rack, Coat Rack, Ideal for Hanging Clothes', 'X9QVBLgFC', 15, 'Built-in Clothes Rack, Coat Rack, Ideal for Hanging Clothes', 3.55, NULL, NULL, 4.55, 'Built-in Clothes Rack, Coat Rack, Ideal for Hanging Clothes-27685.jpeg', 'Built-in Clothes Rack, Coat Rack, Ideal for Hanging Clothes-26417.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-25 02:34:21', '2024-02-25 02:34:21'),
(5659, 'Yellow Diamond Pave Sterling Silver Ring Size 6', 'HOr1pvpL7', 10, 'What a beautiful and unique ring. It is in fabulous pre-owned condition. It is stamped \"925\". It has an 11 x 9 mm oval of beautiful yellow diamonds. They are set in a beautiful filigree band. It is lasered around the yellow diamonds to give the appearance of 2 rows of white diamonds. It\'s a fabulous design. This is something you can wear everyday. You can dress it up or down. The ring is a size 6. It can be resized by your local jeweler. I do not resize the rings. This will surely get noticed. The weight in grams is 6.23 mm.', 120.99, NULL, NULL, 280.99, 'Yellow Diamond Pave Sterling Silver Ring Size 6-81337.jpeg', 'Yellow Diamond Pave Sterling Silver Ring Size 6-39506.jpeg', 'Yellow Diamond Pave Sterling Silver Ring Size 6-79786.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-25 02:35:31', '2024-02-25 02:35:31'),
(5660, 'Steven Battelle 14.5 Gram Meteorite Silver 18K Gold Bezel Mens Ring', 'YI1UA8HCk', 10, 'An individual irregular fragment (20 x 22 mm, 14.5 grams) of Sinkote-Alin meteorite with a fusion crust from its flaming entry through the atmosphere is set within a triangular 18K handmade prong setting with spiral accent wires above a heavy sterling shank with a hammered matte-finish texture. An iron meteorite fell on the Sikhote-Alin Mountains ( in southeastern Russia) in 1947. Large meteorite falls had been sometimes witnessed and fragments recovered, but this was the largest in recorded history. A total of 24 tons was recovered. This is a heavy (26.7 grams) MENS ring currently sized 10.5 It could be resized within a few sizes. Not for the faint of heart!', 1225.99, NULL, NULL, 1400.99, 'Steven Battelle 14.5 Gram Meteorite Silver 18K Gold Bezel Mens Ring-48578.jpeg', 'Steven Battelle 14.5 Gram Meteorite Silver 18K Gold Bezel Mens Ring-74368.jpeg', 'Steven Battelle 14.5 Gram Meteorite Silver 18K Gold Bezel Mens Ring-24926.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-25 02:39:19', '2024-02-25 02:39:19'),
(5661, 'Electric Single Recliner', 'eZMD3ag36', 15, 'Electric Single Recliner', 1000.00, NULL, NULL, 1025.00, 'Electric Single Recliner-40535.jpeg', 'Electric Single Recliner-10894.jpeg', NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-25 02:39:31', '2024-02-25 02:39:31'),
(5662, 'Lara Blue Sofa Bed', 'znITDaAYb', 15, 'Lara Blue Sofa Bed', 400.00, NULL, NULL, 455.00, 'Lara Blue Sofa Bed-64630.jpeg', 'Lara Blue Sofa Bed-39406.jpeg', NULL, 'General furnitures', 3.5, NULL, 1, '2024-02-25 02:42:28', '2024-02-25 02:42:28'),
(5663, 'Glass Manicure Table Hair Salons Desk', 'mkDKW99l8', 15, 'Glass Manicure Table Hair Salons Desk', 100.00, NULL, NULL, 127.00, 'Glass Manicure Table Hair Salons Desk-13639.jpeg', NULL, NULL, 'General furnitures', 3.5, NULL, 1, '2024-02-25 02:45:40', '2024-02-25 02:45:40'),
(5664, 'Native American Sterling Silver Pink Shell Feather Necklace Earrings Set #16498', 'rA1RVRvdc', 10, 'Native American sterling silver and pink shell feather necklace and earrings set.  Beautiful iridescent pink shells adorn this bib necklace featuring feather design and feather dangles. Matching oval saw-tooth bezel set pink shell earrings.  Weighs approx 43.6g, 28.0dwt.  Necklace measures approx 18\" long, stones measure approx 11.5mm x 6mm. Earrings measure approx 3/4\" high, 9/16\" wide, stones measure approx 13.5mm x 10mm.  Necklace marked Sterling in 2 places. Earrings are not marked, test for silver.  Very nice condition with slight surface scratching and light tarnish.', 330.00, NULL, NULL, 500.00, 'Native American Sterling Silver Pink Shell Feather Necklace Earrings Set #16498-67765.jpeg', 'Native American Sterling Silver Pink Shell Feather Necklace Earrings Set #16498-95625.jpeg', 'Native American Sterling Silver Pink Shell Feather Necklace Earrings Set #16498-11627.jpeg', 'Jewelry', 3.0, NULL, 1, '2024-02-25 02:47:12', '2024-02-25 02:47:12'),
(5665, 'Happy High Wicker Bar Dining Room Breakfast Chair Stool', 'f2kXHAQ5o', 15, 'Happy High Wicker Bar Dining Room Breakfast Chair Stool', 50.00, NULL, NULL, 70.00, 'Happy High Wicker Bar Dining Room Breakfast Chair Stool-71662.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-25 02:48:13', '2024-02-25 02:48:13');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5666, 'Shoe Rack Shoe Organizer Furniture', 'di83QakwY', 15, 'Shoe Rack Shoe Organizer Furniture', 100.00, NULL, NULL, 110.00, 'Shoe Rack Shoe Organizer Furniture-95082.jpeg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-25 02:51:14', '2024-02-25 02:51:14'),
(5667, 'Vintage Ruby and Diamond Gold Necklace Estate Fine Jewelry', 'bP4j011Zk', 10, 'A Vintage Ruby and Diamond Gold Necklace is a stunning piece of estate fine jewelry. It features a beautiful combination of rubies and diamonds set in a gold setting. The deep red color of the rubies adds a touch of elegance, while the sparkling diamonds provide a dazzling contrast. This necklace is a true testament to timeless beauty and would make a perfect addition to any jewelry collection. Its vintage charm and exquisite craftsmanship make it a unique and valuable piece.', 9350.00, NULL, NULL, 9680.00, 'Vintage Ruby and Diamond Gold Necklace Estate Fine Jewelry-16533.jpeg', 'Vintage Ruby and Diamond Gold Necklace Estate Fine Jewelry-82256.jpeg', 'Vintage Ruby and Diamond Gold Necklace Estate Fine Jewelry-26865.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-25 02:54:59', '2024-02-25 02:54:59'),
(5668, 'Modern Design Table or TV Cabinet', 'R4dVtN1an', 15, 'Modern Design Table or TV Cabinet', 320.00, NULL, NULL, 380.00, 'Modern Design Table or TV Cabinet-85634.jpeg', 'Modern Design Table or TV Cabinet-67531.jpeg', 'Modern Design Table or TV Cabinet-79915.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-25 02:56:26', '2024-02-25 02:56:26'),
(5669, 'Massage Gun', 'Kf4xjghzZ', 16, 'Beat soreness, back pain, and stress: For those who don\'t want muscle soreness to slow them down, our muscle massage gun deeply penetrates to help you cope with everyday stresses and exhausting exercises by reaching those stubborn knots, sore muscles and trigger points.\r\nNever miss a spot: The ergonomic, smooth touch handle of our deep tissue massage gun works in either hand and provides a steady and comfortable grip while massaging hard-to-reach spots. The easy-to-use interface lets you control the speed level and displays speed and battery percentage.\r\nPersonalize your massage experience: The 30-speed levels and 9 massage heads make our muscle massager gun perfect for professional athletes, recreational gym-goers, and everyone in between. Treat sensitive areas or experience the full power of our massage gun.\r\nRelaxing massage on the go: Take our portable massage gun with you anywhere (to your gym or office or on a trip) without worrying about electricity outlets or power cords. The 3000mAh battery keeps the massage gun going for 6 to 8 hours, while the soft, whisper-quiet motor lets you truly relax.\r\nGet the benefits of a professional massage in the comfort of your home. From advanced ergonomics to long-lasting battery life, our percussion massage gun is truly designed, keeping in mind your comfort and convenience.', 24.99, NULL, NULL, 49.99, 'Massage Gun-66512.jpeg', 'Massage Gun-93376.jpeg', 'Massage Gun-68005.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 02:57:49', '2024-02-25 02:57:49'),
(5670, 'Porcelain Dining Table / Luxury Finishes for 8 Per.', 'mYciTpH0G', 15, 'Porcelain Dining Table / Luxury Finishes for 8 Per.', 1.90, NULL, NULL, 1.95, 'Porcelain Dining Table / Luxury Finishes for 8 Per.-36870.jpeg', 'Porcelain Dining Table / Luxury Finishes for 8 Per.-11913.jpeg', 'Porcelain Dining Table / Luxury Finishes for 8 Per.-94659.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-25 02:59:35', '2024-02-25 02:59:35'),
(5671, '360 Articulating Borescope with 5\'\' Monitor, Teslong Mechanics Inspection Camera with 4-Way Joystick Articulation, HD Steerable Endoscope with Light, See in Wall Engine Hole Camera (0.24inch-5FT)', 'KyLezgAzl', 16, '💥4-Way Articulating Borescope - With the small scope tip which can be controlled by a joystick to turn 360° and bend back 210°, enabling you to view engine parts from different directions without disassembling them. 👍SAVES YOUR TIME & MONEY on Inspections!\r\n🏆5\" 720P Screen - The handheld endoscope monitor features a 5\" (720P) color IPS LCD screen with (1280x720) HD image resolution and a 3500mAh rechargeable battery. It is made of industrial-grade plastic and toughened glass, making it drop-resistant, slashproof, and perfect for industrial inspections.\r\n👍5FT Detachable Flexible Probe - The semi-rigid gooseneck offers the perfect balance of flexibility and durability, which can be bent to desired angles while maintaining its shape, allowing quick adaptation to different inspection tasks in complex industrial environments.\r\n🎁32GB MEMORY CARD INCLUDED - Records Audio & Video - The inspection monitor includes a micro SD card that supports JPG image and AVI video recording as well as a built-in speaker and microphone to record voices when shooting videos, which is convenient for detailed inspections and reviewing video later.\r\n🛒 WHAT\'S IN THE BOX - NTS500 Endoscope Monitor, 4-Way Articulating Probe, Type-C Charging Cable, 32G Micro SD Card, Hard Plastic Carrying Case, User\'s Manual, Our worry-free 12-month warranty and friendly customer service.', 300.99, NULL, NULL, 599.99, '360 Articulating Borescope with 5\'\' Monitor, Teslong Mechanics Inspection Camera with 4-Way Joystick Articulation, HD Steerable Endoscope with Light, See in Wall Engine Hole Camera (0.24inch-5FT)-69121.jpeg', '360 Articulating Borescope with 5\'\' Monitor, Teslong Mechanics Inspection Camera with 4-Way Joystick Articulation, HD Steerable Endoscope with Light, See in Wall Engine Hole Camera (0.24inch-5FT)-31567.jpeg', '360 Articulating Borescope with 5\'\' Monitor, Teslong Mechanics Inspection Camera with 4-Way Joystick Articulation, HD Steerable Endoscope with Light, See in Wall Engine Hole Camera (0.24inch-5FT)-63808.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-25 03:02:39', '2024-02-25 03:02:39'),
(5672, 'Cartier Tank Francaise Midsize Silver Dial Steel Ladies Watch W51011Q3', 'K79Iabxgi', 10, 'Cartier Tank Francaise Midsize Silver Dial Steel Ladies Watch W51011Q3. Quartz movement. Rectangular stainless steel 25.0 X 30.0 mm case. Octagonal crown set with a blue spinel cabochon. . Scratch resistant sapphire crystal. Silvered dial with black radial Roman numerals. Sword shaped blued steel hands. Date calendar window at 3 o\'clock aperture. Secret Cartier signature at VII. Polished and brushed stainless steel bracelet with a hidden butterfly clasp. Will fit up to 6\" wrist. Excellent condition.', 3258.00, NULL, NULL, 3558.00, 'Cartier Tank Francaise Midsize Silver Dial Steel Ladies Watch W51011Q3-56717.jpeg', 'Cartier Tank Francaise Midsize Silver Dial Steel Ladies Watch W51011Q3-64688.jpeg', 'Cartier Tank Francaise Midsize Silver Dial Steel Ladies Watch W51011Q3-82924.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-25 03:04:58', '2024-02-25 03:04:58'),
(5673, 'Yellow Gold Amusing Motif Cufflinks by the famous American designer Ruser, 1955', 'LBcB2nAST', 10, 'William Ruser, the famous American designer is know for his charming angel motif jewelry. These cufflinks and rarely seen today. Made in the 1950\'s, these cufflinks are well made, a large size and in fine condition. The backs are canted so one is for a right cuff and the other a left cuff. Made well and quite distinctive, they measure 1 inch in diameter.', 1300.00, NULL, NULL, 1470.00, 'Yellow Gold Amusing Motif Cufflinks by the famous American designer Ruser, 1955-16950.jpeg', 'Yellow Gold Amusing Motif Cufflinks by the famous American designer Ruser, 1955-55019.jpeg', 'Yellow Gold Amusing Motif Cufflinks by the famous American designer Ruser, 1955-19761.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-25 03:09:23', '2024-02-25 03:09:23'),
(5674, 'Natural Ruby Union Jack Ring in 14 Karat Yellow Gold', 'LgSuoAh7y', 10, 'One 14 karat yellow gold Union Jack design ring set with forty-four (44) calibrated square cut natural rubies and blue and white enamel. The ring is stamped \"14K\" and weighs 14.1 grams total weight. The top of the ring measures 18.25mm and tapers to 6.25mm at the base.  The ring is a finger size 10 and can be resized. Resizing is not included.', 2750.55, NULL, NULL, 2800.55, 'Natural Ruby Union Jack Ring in 14 Karat Yellow Gold-21642.jpeg', 'Natural Ruby Union Jack Ring in 14 Karat Yellow Gold-98634.jpeg', 'Natural Ruby Union Jack Ring in 14 Karat Yellow Gold-50113.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-25 03:12:37', '2024-02-25 03:12:37'),
(5675, 'Diamond Men\'s Wedding Band in 14 Karat White Gold with 1.10 Carat Diamond Weight', 'kd50myWiP', 10, 'This diamond wedding band is classic and striking! With five round brilliant, natural diamonds set in a channel setting on the top of the ring. The men\'s diamond band is bold and timeless! The round brilliant diamonds are the perfect size to accents the men\'s band, they have a total diamond weight of 1.10 carats! The diamonds are amazing quality! VS-1 to SI-1 clarity and E-F color! The bright white diamonds look fantastic in the 14K white gold channel setting. The white gold wedding band has a high polish finish with a bright white color. This ring has been custom made with precious metals and genuine, natural materials.  This diamond men\'s band is a ring size 10 and can be sized perfectly for you upon request. If the ring is resized the item becomes a final sale and cannot be returned. Thanks for understanding!', 5500.00, NULL, NULL, 5799.00, 'Diamond Men\'s Wedding Band in 14 Karat White Gold with 1.10 Carat Diamond Weight-87953.jpeg', 'Diamond Men\'s Wedding Band in 14 Karat White Gold with 1.10 Carat Diamond Weight-77824.jpeg', 'Diamond Men\'s Wedding Band in 14 Karat White Gold with 1.10 Carat Diamond Weight-11837.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-25 03:16:15', '2024-02-25 03:16:15'),
(5676, 'Uni-t Ut501c Megger Digital Insulation Meter 1000v', 'Y442aT2Ai', 15, 'Uni-t Ut501c Megger Digital Insulation Meter 1000v', 100.00, NULL, NULL, 189.12, 'Uni-t Ut501c Megger Digital Insulation Meter 1000v-30799.jpeg', 'Uni-t Ut501c Megger Digital Insulation Meter 1000v-35469.jpeg', 'Uni-t Ut501c Megger Digital Insulation Meter 1000v-16415.jpeg', 'Accessories', 4.5, NULL, 1, '2024-02-25 11:30:36', '2024-02-25 11:30:36'),
(5677, 'Megger Uni-t Ut512 2500v Megometer', 'ffcQHkV75', 15, 'Megger Uni-t Ut512 2500v Megometer', 400.68, NULL, NULL, 489.00, 'Megger Uni-t Ut512 2500v Megometer-87851.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-25 11:56:51', '2024-02-25 11:56:51'),
(5678, 'Bm800 Condenser Microphone Kit + V8/8s Audio Interface', '44hf9dcq5', 15, 'BM-800 Professional Recording Microphone Small Diaphragm Condenser Microphone \r\n\r\n2.For Computer Professional Condenser Audio 3.5mm Wired BM 800 Studio Microphone Vocal Recording KTV Karaoke Microphone + Microphone Stand/Studio Microphone \r\n\r\n3.Ideal for radio broadcasting studio, voice sound studio, stages, TV stations, etc. Scissor Arm Desktop Microphone Stand & Mic Arm Pop Filter & Shockproof Mount \r\n\r\n4. Stable, durable and affordable desktop microphone stand; Double braced arms add strength to support much more weight; Foldable arms - minimize carrying size and are easy to store; Scissor Arms: Completely flexible to adjust your desired angle and height.', 50.00, NULL, NULL, 97.00, 'Bm800 Condenser Microphone Kit + V8/8s Audio Interface-83003.jpeg', 'Bm800 Condenser Microphone Kit + V8/8s Audio Interface-89920.jpeg', 'Bm800 Condenser Microphone Kit + V8/8s Audio Interface-42182.jpeg', 'Accessories', 5.0, NULL, 1, '2024-02-25 12:19:34', '2024-02-25 12:19:34'),
(5679, 'Termotronic Electric Heater Physical Store', 'j460NLERO', 15, 'How does a traditional tank heater work? \r\n\r\nThe traditional heater has a tank where it accumulates water and heats it little by little and when it reaches the temperature set on its thermostat it turns off. This process can take about 90 minutes. Then, during the course of the day, it turns on and off to keep the water in its tank warm, either because a hot water faucet has been turned on or because the stored water has cooled. In this way, a tank heater wastes energy heating water that probably no one uses. \r\n\r\nWhat is TERMOTRONIC? \r\n\r\nTERMOTRONIC is also a water heater but tankless and flow activated. This system basically gives you four advantages over a traditional heater.', 222.99, NULL, NULL, 309.43, 'Termotronic Electric Heater Physical Store-18801.jpeg', 'Termotronic Electric Heater Physical Store-17702.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-25 12:28:19', '2024-02-25 12:28:19'),
(5680, 'BENTISM Trailer Jack Boat Trailer Jack 35.3 in 2000 lb with PP Wheels & Handle', 'wdisRNE5h', 10, 'Heavy-Duty Load Capacity: The BENTISM trailer jack boasts an impressive lifting capacity of 2000 lbs, making it a powerful tool for lifting tasks. With a lifting range of 12.51 to 22.52 inches, it fits for no matter high-profile or low-profile trailers.\r\nEasy Installation: Our boat trailer jack comes with all the necessary parts and detailed assembly instructions. It can be bolted or welded onto the trailer tongue and has a swivel function that allows it to swing up parallel to the tongue for easy maneuverability.\r\nDesigned for Stability & Durability: This trailer jack stand is engineered to deliver exceptional stability and long-lasting performance. Crafted from heavy-duty carbon steel, it offers maximum strength and rigidity. The galvanized inner and outer tubes and powder finish provide enhanced corrosion resistance.\r\nPowerful PP Tires: The trailer tongue jack is equipped with PP tires that provide a larger surface area for smooth and stable movement. The tires are more stable and less prone to sinking. They can withstand mud, gravel, and sharp rocks without getting stuck or damaged. The tread pattern helps prevent sliding on wet surfaces.\r\nVersatile Application: This powerful boat jack is ideal for a wide range of applications. Whether you\'re lifting travel trailers, horse trailers, or multi-purpose trailers, it offers the strength and stability you needed. It features a detachable handle that can be used for manual operation in case of power outage or emergency situations.', 47.99, NULL, NULL, 59.99, 'BENTISM Trailer Jack Boat Trailer Jack 35.3 in 2000 lb with PP Wheels & Handle-86586.jpeg', 'BENTISM Trailer Jack Boat Trailer Jack 35.3 in 2000 lb with PP Wheels & Handle-11022.jpeg', 'BENTISM Trailer Jack Boat Trailer Jack 35.3 in 2000 lb with PP Wheels & Handle-43109.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-25 13:32:58', '2024-02-25 13:32:58'),
(5681, 'Electric Jack, Packaged In Plastic Storage Case 3 Ton 6600 Lbs Electric Scissor Jack Auto Jack For Sedan And SUV For An Emergency Tire Change', '0jo9C8HGK', 10, 'Electric Jack, Packaged in Plastic Storage Case 3 Ton 6600 Lbs Electric Scissor Jack Auto Jack for Sedan and SUV for an Emergency Tire Change \r\nSpecification: \r\nFeatures: \r\nCompact size equipment stores in car for emergent roadside tire change and repair. 3T maximum capacity, 12cm to 35cm lifting range or 17 to 42cm lifting range. Push button controller with enough line, plugs into car 12 volt power outlet. Comes with controller, crank handle, battery clamps, wires, and a pair of gloves for much convenience. Packaged in plastic storage case for easy transportation and storage. \r\nSpecifications: \r\nMaterial: Metal, Plastic \r\nWorking voltage: 12V \r\n. current: 15A \r\n. Capacity: 3 Ton \r\nLifting range: 12-35cm / 4.72\'\' x 13.77\'\' \r\nPackage Included: \r\n1 x Car Electric Jack with Controller \r\n1 x Crank Handle \r\n1 x Car Jack Head Lifting range: 12-35cm \r\n1 x SUV Jack Head Lifting range: 17-42cm \r\n1 x Battery Wire with Clamps \r\n1 Cable \r\n3 x \r\n1 x Pair of Gloves \r\nCompact size equipment stores in car for emergent roadside tire change and repair\r\n3T maximum capacity, 12cm to 35cm lifting range or 17 to 42cm lifting range\r\nPush button controller with enough line, plugs into car 12 volt power outlet\r\nComes with controller, crank handle, battery clamps, wires, and a pair of gloves for much convenience\r\nPackaged in plastic storage case for easy transportation and storage', 49.46, NULL, NULL, 58.95, 'Electric Jack, Packaged In Plastic Storage Case 3 Ton 6600 Lbs Electric Scissor Jack Auto Jack For Sedan And SUV For An Emergency Tire Change-76836.jpeg', 'Electric Jack, Packaged In Plastic Storage Case 3 Ton 6600 Lbs Electric Scissor Jack Auto Jack For Sedan And SUV For An Emergency Tire Change-62438.jpeg', 'Electric Jack, Packaged In Plastic Storage Case 3 Ton 6600 Lbs Electric Scissor Jack Auto Jack For Sedan And SUV For An Emergency Tire Change-77718.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-25 13:36:40', '2024-02-25 13:36:40'),
(5682, '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172', 'bBgxPlt9e', 10, 'THIS IS A COMPLETE KIT TO CONVERT YOUR EXISITING 24V SYSTEM TO A 12V SYSTEM. IT INCLUDES THE STARTER AND ALTERNATOR ALL IN ONE CONVENIENT PACKAGE! \r\n\r\nCONVERSION KIT PART NUMBERS: \r\n\r\nDIXIE TS-8000 \r\n\r\nJOHN DEERE TY16172, SE501474 \r\n\r\nTHIS KIT REPLACES THE FOLLOWING 24V PART NUMBERS TO A 12V SYSTEM. \r\n\r\nDELCO STARTER #\'S: 1113135, 1113147, 1113148, 1113190, 12301359 \r\n\r\nDELCO GENERATOR #\'S: 1103026 \r\n\r\nJOHN DEERE STARTER #\'S: AR11138, AR28053, AR40134, SE501445, TY1470, TY2666, TY6622, TY6703 \r\n\r\nJOHN DEERE GENERATOR #\'S: AR11302, AR34567, TY1447 \r\n\r\nUNIT TYPE: ALTERNATOR AND STARTER KIT \r\nVOLTAGE: 12 \r\n\r\nSTARTER ROTATION: CW \r\nSTARTER TOOTH COUNT: 10 \r\nSTARTER KW RATING: 3.0KW \r\n\r\nALTERNATOR AMPERAGE: 63 \r\nALTERNATOR PULLEY TYPE: V1 \r\nALTERNATOR REGULATOR: IR \r\nALTERNATOR FAN: EF \r\n\r\nKIT CONTAINS \r\n(1) ALTERNATOR \r\n(1) STARTER \r\n(1) SOLENOID \r\n(1) BRACKET \r\n(1) WIRE AND CABLE KIT \r\n(1) VOLTAGE GAUGE', 499.95, NULL, NULL, 512.00, '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172-59039.jpeg', '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172-99830.jpeg', '24 To 12 Volt Alternator And Starter Kit Fits John Deere Tractor 3020 Ty16172-38813.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-25 13:44:22', '2024-02-25 13:44:22'),
(5683, 'DB Electrical Rectifier/Regulator For Ski-Doo Legend 380F 2002, MX Z 380 F 2002-2004 515-175-655', 'uagHNcQXB', 10, 'DB Electrical 230-22085 Voltage Regulator Compatible With/Replacement For Skidoo 380 440 500 550 Snowmobile 2002 2003 2004, Legend Fan, Mxz, Scandic 500 2003, 550F 2004, Summit 500, 550 Fan 2003 2004 \r\n\r\n**Verify part fits before purchasing** \r\n\r\nSpecs: \r\n\r\nUnit Type: RECTIFIER / REGULATOR \r\nVoltage: 12 \r\n\r\nReplaces OEM Numbers: \r\n\r\nARROWHEAD: 230-22085 \r\nBOMBARDIER: 515-175-655 \r\nJ & N: 230-22085 \r\nTEMCO: TM-RE-171 \r\n\r\nCompatible With/Replacement For: \r\n\r\nSKI-DOO: Legend 380F 2002, MX Z 380 F 2002-2004, MX Z 440 X LC 2003, MX Z 440 X Racing 2004-2005, MX Z 500 F 2002, MX Z 550 F 2003-2004, Skandic 500F 2003, Skandic 550F SUV 2004, Summit 500F Fan 2002, Summit 550F Fan 2003-2004\r\nSpecs: Rectifier/Regulator, Voltage: 12\r\nReplaces OEM Numbers: Bombardier 515-175-655\r\nCompatible With/Replacement For: Ski-Doo Legend 380F 2002, MX Z 380 F 2002-2004, MX Z 440 X LC 2003, MX Z 440 X Racing 2004, 2005, MX Z 500 F 2002-2004, Skandic 500F 2003, Skandic 550F SUV 2004, Summit 500F Fan 2002-2004\r\n1-year warranty protects you after your purchase. We\'re confident that our products will work flawlessly once installed in your vehicle. But in a rare case that it does not, we\'ll replace it anytime within one year of your order. If you have a problem, we will take every step to assist you, contact us for a replacement.\r\n100% New aftermarket Rectifier/Regulator built to meet OEM specifications for Ski-Doo', 26.38, NULL, NULL, 32.84, 'DB Electrical Rectifier/Regulator For Ski-Doo Legend 380F 2002, MX Z 380 F 2002-2004 515-175-655-18920.jpeg', 'DB Electrical Rectifier/Regulator For Ski-Doo Legend 380F 2002, MX Z 380 F 2002-2004 515-175-655-82979.jpeg', NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-25 13:47:50', '2024-02-25 13:47:50'),
(5684, 'Associated US20 - Charger, 6/12V 40/40/10A, 200 Amp Cranking Assist, Wheels (With Timer)', 'Vrs8QLbVJ', 10, 'Associated US20 - Charger, 6/12V 40/40/10A, 200 Amp Cranking Assist, Wheels (With Timer)\r\nOur Newest Value Leader — Upgraded 40 Amp Charger With 90 Minute Timer Performance Features\r\n40 Amp Continuous Rating At 6/12 Volts\r\n200 Amp Cranking Assist With A Full 330 Amps Manufacturer’s Boost Rating\r\n90 Minute Timer With Hold\r\nAppeals To The Small Shop And The Do-It-Yourself User\r\nFan Cooling Mechanism Prevents Overheating Enhancing Unit’s Life Span Significantly', 308.82, NULL, NULL, 405.72, 'Associated US20 - Charger, 6/12V 40/40/10A, 200 Amp Cranking Assist, Wheels (With Timer)-81594.jpeg', 'Associated US20 - Charger, 6/12V 40/40/10A, 200 Amp Cranking Assist, Wheels (With Timer)-34287.jpeg', NULL, 'Automotive kits', 3.5, NULL, 1, '2024-02-25 13:51:50', '2024-02-25 13:51:50'),
(5685, 'Battery Tender JR High Efficiency 800mA Battery Charger.', 'fkd7qxypT', 10, 'Battery Tender Junior 12V 800mA HIgh-Efficiency Battery Charger is much more than a trickle charger. It has a brain, is lightweight, compact, fully automatic and very easy to use especially in small spaces. This battery charger will keep the battery fully charged so that it is ready to go always. It has a microprocessor controlled fully automatic charger and maintainer and is designed to extend the life of any lead acid battery commonly used in automobiles, motorcycles, ATVs, personal watercraft, RVs, boats, airplanes, golf carts, back-up generator systems, etc. Any vehicle or battery-operated piece of equipment not used on a daily or regular basis is a candidate for a Battery Tender charger. The advanced technology will bring the battery back to a full charge without overcharging and then float or maintain the battery for an indefinite period of time. The Battery Tender Junior comes equipped with alligator clips and ring terminals for easy hook up. An optional 25 feet extension cord (part number 081-0148-25) is sold separately.\r\n\r\nBattery Tender JR High Efficiency 800mA Battery Charger\r\nCharge and maintain your battery with Battery Tender Battery Chargers\r\nPerfect for all lead-acid, flooded or sealed maintenance free batteries (AGM and gel cell)\r\nComplete 4-step charging program (Initialization, Bulk Charge, Absorption Mode, Float Mode)\r\nAutomatically switches to float or maintenance voltage after fully charging the battery so the vehicle can be stored\r\nIf the battery voltage drops too far under load, full charger output power resumes\r\nSolid state two color LED indicates stage of charger for an easy read\r\nSpark proof and reverse-polarity protected\r\nIncludes a 12-foot extension cord, alligator clips, and ring terminals for easy attachment to your vehicle\r\nAgency Approvals: UL / CSA / BC / FCC', 35.97, NULL, NULL, 45.88, 'Battery Tender JR High Efficiency 800mA Battery Charger.-13591.jpeg', 'Battery Tender JR High Efficiency 800mA Battery Charger.-15890.jpeg', 'Battery Tender JR High Efficiency 800mA Battery Charger.-62878.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-25 13:56:12', '2024-02-25 13:56:12'),
(5686, 'Guitar Amplifier 15w Cort Cm15r Package', 'Pdeslj4NX', 15, 'Guitar Amplifier 15w Cort Cm15r Package', 90.00, NULL, NULL, 109.00, 'Guitar Amplifier 15w Cort Cm15r Package-26838.jpeg', 'Guitar Amplifier 15w Cort Cm15r Package-49208.jpeg', 'Guitar Amplifier 15w Cort Cm15r Package-96165.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-25 13:58:13', '2024-02-25 13:58:13'),
(5687, 'Pet Urine Refractometer,Veterinary Serum,sg,prot', 'vDdbYcSsA', 15, 'Pet Urine Refractometer,Veterinary Serum,sg,prot', 35.00, NULL, NULL, 45.00, 'Pet Urine Refractometer,Veterinary Serum,sg,prot-91313.jpeg', 'Pet Urine Refractometer,Veterinary Serum,sg,prot-91957.jpeg', 'Pet Urine Refractometer,Veterinary Serum,sg,prot-94543.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-25 14:01:57', '2024-02-25 14:01:57'),
(5688, 'CTEK - 40-206 MXS 5.0 Fully Automatic 4.3 amp Battery Charger and Maintainer 12V', 'DtQJptz7I', 10, 'The MXS 5.0 offers a unique eight step approach to battery care. Fully automatic microprocessor controlled charger with built-in automatic temperature sensor features a unique combination of advanced charging modes and makes the new MXS 5.0 the fastest, most effective and versatile consumer charger CTEK has ever made. The MXS 5.0 features capabilities for improved charging in all weather. It is the perfect charger for the user with multiple vehicle types and higher demand battery charging and maintenance requirements. Provides an outstanding charging experience!\r\nAward-winning, Most-Trusted 12V Battery Charger: From the company that created the 12v battery charger comes tried and tested technology used by over 40 of the world\'s most prestigious vehicle manufacturers.\r\nBuilt-In Temperature Compensation: Built in automatic charge voltage compensation ensures the most efficient charging in extreme cold or hot weather conditions.\r\nPatented Desulphation Function and Reconditioning Mode: Unused batteries lose their power and their life is shortened through sulphation. The charger analyzes the state of the battery and, if possible, recovers the battery and its power. Reconditioning mode restores stratified and deeply discharged batteries.\r\nDedicated AGM Mode: Dedicated AGM Mode sets the absorption and float voltages and stage timing so that they are optimal for AGM batteries.\r\nConnect and Forget: Simple plug and play operation. Select the program and mode and leave the charger to do the rest.\r\nSafe and Easy to Use: Splash and dustproof, designed to protect vehicle electronics and non-sparking, reverse polarity protected, and short-circuit proof. Clean voltage and current delivery ensures no surges or spikes.\r\nProtects Sensitive Equipment: Unlike less-sophisticated chargers, there is no need to disconnect the battery; the MXS 5.0 is specially designed to not damage electronic systems. No overcharge or undercharge ever.', 94.95, NULL, NULL, 99.95, 'CTEK - 40-206 MXS 5.0 Fully Automatic 4.3 amp Battery Charger and Maintainer 12V-51456.jpeg', 'CTEK - 40-206 MXS 5.0 Fully Automatic 4.3 amp Battery Charger and Maintainer 12V-23894.jpeg', 'CTEK - 40-206 MXS 5.0 Fully Automatic 4.3 amp Battery Charger and Maintainer 12V-78408.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-25 14:04:41', '2024-02-25 14:04:41'),
(5689, 'Monocular Camera Infrared Viewer 1080p HD Night Vision', 'dEF3Mvge1', 15, 'Monocular Camera Infrared Viewer 1080p HD Night Vision', 120.99, NULL, NULL, 138.99, 'Monocular Camera Infrared Viewer 1080p HD Night Vision-76637.jpeg', 'Monocular Camera Infrared Viewer 1080p HD Night Vision-39397.jpeg', 'Monocular Camera Infrared Viewer 1080p HD Night Vision-75568.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-25 14:06:59', '2024-02-25 14:06:59'),
(5690, 'Motorcraft Synthetic Blend Motor Oil, 5W-20 - A premium-quality motor oil specifically developed for Ford Motor Company vehicles, 5 quart jug, sold by each', 'lSRNZYutU', 10, 'Keep your vehicle running smoothly and efficiently with this Motorcraft SAE 5W-20 Premium Synthetic Blend Motor Oil, 5 qt. It is manufactured with high-viscosity index, premium-quality, synthetic/hydro processed base oils and specially designed performance additives. These components help minimize engine deposits and wear and protect against high-temperature oxidation and turbocharger deposits, low-temperature gelling, rust corrosion and foaming. The friction-reducing technology in this Motorcraft synthetic motor oil provides superior wear protection and energy-conserving characteristics. These benefits result in significant improvement in fuel economy when compared to SAE 5W-30 and 10W-30 motor oils. This Motorcraft SAE 5W-20 Premium Synthetic Blend Motor Oil, 5 qt, is just what you need to get the most out of your car\'s engine.', 25.82, NULL, NULL, 35.99, 'Motorcraft Synthetic Blend Motor Oil, 5W-20 - A premium-quality motor oil specifically developed for Ford Motor Company vehicles, 5 quart jug, sold by each-51653.jpeg', 'Motorcraft Synthetic Blend Motor Oil, 5W-20 - A premium-quality motor oil specifically developed for Ford Motor Company vehicles, 5 quart jug, sold by each-86571.jpeg', NULL, 'Automotive kits', 4.5, NULL, 1, '2024-02-25 14:10:42', '2024-02-25 14:10:42'),
(5691, 'New Carslbro 50w Electric Battery Amplifier', 'YOputOzqq', 15, 'New Carslbro 50w Electric Battery Amplifier', 149.00, NULL, NULL, 249.00, 'New Carslbro 50w Electric Battery Amplifier-95616.jpeg', 'New Carslbro 50w Electric Battery Amplifier-89862.jpeg', 'New Carslbro 50w Electric Battery Amplifier-53482.jpeg', 'Instruments', 3.5, NULL, 1, '2024-02-25 14:14:30', '2024-02-25 14:14:30'),
(5692, 'Handheld Megaphone 15w Rechargeable at 24', 'JrTMYXcz3', 15, 'Handheld Megaphone 15w Rechargeable', 12.00, NULL, NULL, 24.00, 'Handheld Megaphone 15w Rechargeable at 24-46864.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-25 14:17:48', '2024-02-25 14:17:48'),
(5693, 'Spectra Premium 2001-1762 Aluminum Heavy Duty Radiator', 'Jtbm3BlPt', 10, 'Innovative engineering, manufacturing technology and quality control ensure that Spectra Premium heavy duty radiators meet or exceed the performance of the original equipment they replace. That extends to all components, including engine and transmission.\r\nOE style clevis pins are included (when required) to allow thermal expansion and movement of the radiator within the frame\r\nDesigned with side rail stress relief cuts to reduce stress on the headers and allow thermal expansion\r\nIncreased tube wall thickness for durability and longevity\r\nRedesigned corner brackets to increase unit durability and improve ease of installation', 663.67, NULL, NULL, 819.34, 'Spectra Premium 2001-1762 Aluminum Heavy Duty Radiator-21235.jpeg', 'Spectra Premium 2001-1762 Aluminum Heavy Duty Radiator-94857.jpeg', 'Spectra Premium 2001-1762 Aluminum Heavy Duty Radiator-42832.jpeg', 'Automotive kits', 2.5, NULL, 1, '2024-02-25 14:18:13', '2024-02-25 14:18:13'),
(5694, 'Professional 16 Channel Medusa: 12 Inputs and 4 Outputs', 'xpZ95KHpO', 15, 'Professional 16 Channel Medusa: 12 Inputs and 4 Outputs', 280.00, NULL, NULL, 330.50, 'Professional 16 Channel Medusa: 12 Inputs and 4 Outputs-63075.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-25 14:21:15', '2024-02-25 14:21:15'),
(5695, 'Mishimoto MMTS-JED-06L Racing Thermostat Compatible With Dodge Charger / Challenger Hemi 2006-2012', 'fp4YnUU5g', 10, 'Your high-performance Hemi needs a reliable and effective cooling system to extend engine life and perform at its absolute best.Mishimoto is proud to introduce a racing thermostat specifically designed for the 5.7L/6.1L/6.4L Hemi engine.Mishimoto racing thermostats promote greater cooling efficiency by significantly decreasing high engine temperatures.Once the engine is fully warmed up, the Mishimoto low-temperature racing thermostat will open at a lower temperature (180 F) compared to standard thermostats (203 F).This allows coolant to flow through the engine sooner, thus reducing and maintaining cooler engine temperatures.Whether your vehicle is stock, cammed, or blown, the Mishimoto racing thermostat will provide superior cooling efficiency to keep your vehicle on the road and out of the shop.As with all our products, this thermostat includes the Mishimoto lifetime warranty.\r\nFits multiple Chrysler applications with 5.7L Hemi, 6.1L Hemi, 6.4L Hemi\r\nLower activation temp allows coolant to flow through the engine earlier\r\nMaintains lower temperatures and extends engine life\r\nMishimoto Activation: 180�F (82�C) / OEM Activation: 203�F (95�C)\r\nMishimoto Lifetime Warranty', 55.95, NULL, NULL, 65.99, 'Mishimoto MMTS-JED-06L Racing Thermostat Compatible With Dodge Charger / Challenger Hemi 2006-2012-72003.jpeg', 'Mishimoto MMTS-JED-06L Racing Thermostat Compatible With Dodge Charger / Challenger Hemi 2006-2012-77792.jpeg', 'Mishimoto MMTS-JED-06L Racing Thermostat Compatible With Dodge Charger / Challenger Hemi 2006-2012-67551.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-25 14:22:15', '2024-02-25 14:22:15'),
(5696, '8 Ohm-200w Professional Driver', 'enOW4OYjl', 15, '8 Ohm-200w Professional Driver', 50.90, NULL, NULL, 58.90, '8 Ohm-200w Professional Driver-33901.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-25 14:26:27', '2024-02-25 14:26:27'),
(5697, 'HART 20-Volt 1/2-inch Battery-Powered Impact Wrench (Battery Not Included)', 'rjqv2wBf0', 10, 'The HART 20V ½-inch Impact Wrench is a great, new addition for DIY mechanics. It\'s strong, with a powerful motor that can handle tough tasks, like tightening or loosening big nuts and bolts and delivering up to 350 ft/lbs. of torque. You can easily change sockets thanks to the friction ring, and the built-in LED light helps you see better in tight spots under your car\'s hood. Plus, it uses the same HART 20V Lithium-Ion Battery as other HART tools, so you can expand your tool collection without buying more batteries and chargers. (Battery and Charger Not Included). Disclaimer: *Using the 20V 4.0Ah lithium-ion battery to tighten 1-1/4\" bolts\r\n1/2” square drive for fastening and loosening nuts and bolts\r\nFriction ring allows for quick changes and provides secure hold on sockets\r\nIntegrated LED work light to increase visibility for application\r\nProduces up to 350 ft.lbs. of torque for stronger applications.', 98.00, NULL, NULL, 119.00, 'HART 20-Volt 1/2-inch Battery-Powered Impact Wrench (Battery Not Included)-72402.jpeg', 'HART 20-Volt 1/2-inch Battery-Powered Impact Wrench (Battery Not Included)-61301.jpeg', 'HART 20-Volt 1/2-inch Battery-Powered Impact Wrench (Battery Not Included)-44835.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-25 14:29:44', '2024-02-25 14:29:44'),
(5698, 'Protec Deluxe Alto Sax Case C237', 'CoDdHdfvg', 15, 'Protec Deluxe Alto Sax Case C237', 125.00, NULL, NULL, 135.00, 'Protec Deluxe Alto Sax Case C237-43680.jpeg', 'Protec Deluxe Alto Sax Case C237-36406.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-25 14:30:00', '2024-02-25 14:30:00'),
(5699, 'Hyper Tough Automotive 20-inch Lug Wrench, Carbon Steel, Model 6223', 'vPyrNuyYq', 10, 'This Hyper Tough make changing tires simple and quick to get you back on the road. This tool is recommended to use by keeping in your car or truck just in case you need to change your spare tire. This 4-way wrench uses both metric and SAE measuring in both millimeters and inches (17mm (11/16\"), 19mm (3/4\"), 21mm (13/16\"), 22mm (7/8\") and works for most cars, SUVs, pick-ups and vans. The entire piece is 20-inch long and painted black. Its classic machine welded-cross design allows for two-handed leverage to break loose the most stubborn lug nuts.', 14.94, NULL, NULL, 16.98, 'Hyper Tough Automotive 20-inch Lug Wrench, Carbon Steel, Model 6223-80756.jpeg', 'Hyper Tough Automotive 20-inch Lug Wrench, Carbon Steel, Model 6223-88082.jpeg', 'Hyper Tough Automotive 20-inch Lug Wrench, Carbon Steel, Model 6223-29620.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-25 14:33:45', '2024-02-25 14:33:45'),
(5700, 'Torin Black Jack 3 Ton Jack Stands, Black, T43002W', 'Wq1JDJhL6', 10, 'The Torin Black Jack 3-Ton Jack Stand Pair is a must-have accessory for all automobile owners. It includes two heavy-duty steel jacks with a load capacity of 6000 lbs, making them suitable for emergency tire changes, repairs and more. These Torin Black Jack stands are equipped with solid handles and self-locking ratchets so they can be operated conveniently and safely. The double-locking pawl and tooth design provides extra protection, while the ductile ratchet bar offers strength and durability. Both steel jack stands offer lightweight mobility and are compact enough to fit in your trunk easily, alongside other roadside equipment. These devices are made of heavy-duty steel and meet ANSI/ASME standards for engineering safety. This pair allows you to boost up your car safely for tire fixes and replacements. They are useful for any repairs that require easy access to the underside of your vehicle. This Torin Black Jack 3-Ton Jack Stand Pair provides you with two strong, durable tools in one convenient set.', 35.88, NULL, NULL, 40.99, 'Torin Black Jack 3 Ton Jack Stands, Black, T43002W-88273.jpeg', 'Torin Black Jack 3 Ton Jack Stands, Black, T43002W-79885.jpeg', 'Torin Black Jack 3 Ton Jack Stands, Black, T43002W-84749.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-25 14:38:19', '2024-02-25 14:38:19'),
(5702, 'Better Homes & Gardens Ceramic Round Ceramic and Wood Planter & Stand Set', 'qfuQa5WW0', 10, 'Better Homes & Gardens 12\" Dorman Planter With Stand is a great way to showcase your favorite botanicals. This planter features a drop white ceramic pot and a wood stand. This beautiful modern style planter & stand is the perfect decor piece for any room. These planters can not only withstand the elements outdoors, but are refined enough for indoor use as well. includes: One Planter With wood stand,Condition: New,Perfect addition to any home or garden', 44.98, NULL, NULL, 51.87, 'Better Homes & Gardens Ceramic Round Ceramic and Wood Planter & Stand Set-46501.jpeg', 'Better Homes & Gardens Ceramic Round Ceramic and Wood Planter & Stand Set-45254.jpeg', 'Better Homes & Gardens Ceramic Round Ceramic and Wood Planter & Stand Set-66597.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-25 14:43:17', '2024-02-25 14:43:17'),
(5703, 'Barska Starwatcher 80060 Original 800x60mm Telescope', '3EYRyhvUi', 15, 'Barska Starwatcher 80060 Original 800x60mm Telescope', 200.99, NULL, NULL, 219.99, 'Barska Starwatcher 80060 Original 800x60mm Telescope-14412.jpeg', 'Barska Starwatcher 80060 Original 800x60mm Telescope-42346.jpeg', 'Barska Starwatcher 80060 Original 800x60mm Telescope-16111.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-25 14:43:24', '2024-02-25 14:43:24'),
(5704, 'Expert Gardener 2-Gallon Plastic Watering Can, Green', 'y8PTTlf1Z', 10, 'Keep your plants healthy and happy with the help of the Expert Gardener Plastic Resin Watering Can. This 2-gallon capacity watering can is great for your everyday watering needs. In addition to providing the basic watering function, this stylish watering can is green with a spout that provides a trendy look, and allows a more controlled flow. This watering can is intended for both indoor or outdoor use.', 2.49, NULL, NULL, 4.97, 'Expert Gardener 2-Gallon Plastic Watering Can, Green-67207.jpeg', 'Expert Gardener 2-Gallon Plastic Watering Can, Green-81886.jpeg', 'Expert Gardener 2-Gallon Plastic Watering Can, Green-13968.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-25 14:50:15', '2024-02-25 14:50:15'),
(5705, 'Analog Refrigerator Cold Thermometer', 'LiHRGLhpX', 15, 'Analog Refrigerator Cold Thermometer', 10.00, NULL, NULL, 12.00, 'Analog Refrigerator Cold Thermometer-28526.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-25 14:53:26', '2024-02-25 14:53:26'),
(5706, '50 FT Flexible and Expandable Garden Hose - Strongest Triple Latex Core with 3/4\" Solid Brass Fittings and 8 Function Spray Nozzle, Easy Storage Kink Free Water Hose', 'nqtIab2W3', 10, 'Water hose \r\nNew Upgraded Garden Hose \r\nUpgrade 10 Pattern Nozzle \r\nUpgrade 10 spray patterns including Full, Cone, Angle, Jet, Mist, Center, Shower, Flat, Vertical, Soaker. It can meet your multiple watering needs. \r\nUpgrade High-Quality Material \r\n\r\nUpgrade extra strength 3750D polyester fabric & durable 4-layers latex core design, the hose is durable enough to use it for a long time - no need to order garden hoses every season. \r\n\r\nStrict Quality Testing of All Goods \r\n\r\nThe garden hose is manufactured with strict, high quality, and high standards. Strictly tested before leaving the factory. \r\n\r\nLeak-proof Design \r\n\r\nSuperior quality solid brass connector, Meets American standards，Convenient and durable. The brass fittings will not break, crack, leak, or corrode, Clever design is easy for you to turn off the water. The hose comes equipped with brass shut-off valves, 1*Water tape, and 3* extra rubber washers, prevent water leakage. \r\n\r\n3X Expandable & Durable 4-Latex Core \r\n\r\nStrongest 4-Layer latex core leak-proof design can effectively prevent cracking. When filled with water, the garden hose automatically expands up to 3X its original length(make sure enough water press). shrinks in seconds back to its compact size when the water is off. Retractable and expandable, just like a magic \r\n\r\nToughest 3750D Polyester Fabric \r\n\r\nThe Tough 3750D Polyester Outer Fabric is more dense and rugged, can protect the inner tube effectively. Never tangles, twists, or kinks, lightweight, flexibility, long enough to make it easy and convenient for maneuvering around the garden. Hose Hanger and storage bag helps you to save space.', 29.86, NULL, NULL, 79.99, '50 FT Flexible and Expandable Garden Hose - Strongest Triple Latex Core with 3/4\" Solid Brass Fittings and 8 Function Spray Nozzle, Easy Storage Kink Free Water Hose-91774.jpeg', '50 FT Flexible and Expandable Garden Hose - Strongest Triple Latex Core with 3/4\" Solid Brass Fittings and 8 Function Spray Nozzle, Easy Storage Kink Free Water Hose-63725.jpeg', '50 FT Flexible and Expandable Garden Hose - Strongest Triple Latex Core with 3/4\" Solid Brass Fittings and 8 Function Spray Nozzle, Easy Storage Kink Free Water Hose-83369.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-25 14:55:03', '2024-02-25 14:55:03'),
(5707, 'Grain Moisture Meter Cereal Seeds Wheat Corn', '1vBpyv8IE', 15, 'Grain Moisture Meter Cereal Seeds Wheat Corn', 40.25, NULL, NULL, 46.25, 'Grain Moisture Meter Cereal Seeds Wheat Corn-20004.jpeg', NULL, NULL, 'Instruments', 4.0, NULL, 1, '2024-02-25 15:00:19', '2024-02-25 15:00:19'),
(5708, 'Palmer Classical Electroacoustic Guitar Wine', 'q79gHUEfs', 15, 'Palmer Classical Electroacoustic Guitar Wine', 200.00, NULL, NULL, 218.00, 'Palmer Classical Electroacoustic Guitar Wine-29319.jpeg', 'Palmer Classical Electroacoustic Guitar Wine-51512.jpeg', 'Palmer Classical Electroacoustic Guitar Wine-93766.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-25 15:06:20', '2024-02-25 15:06:20'),
(5709, 'Alaska Fish Emulsion Plant Food, 5-1-1 Fertilizer, 32 oz.', 'VLJwXI52A', 10, 'The Alaska Fish Emulsion Plant Food is a 5-1-1 fertilizer in a 32 oz bottle. It\'s great for nourishing your plants and promoting healthy growth!', 11.94, NULL, NULL, 14.99, 'Alaska Fish Emulsion Plant Food, 5-1-1 Fertilizer, 32 oz.-28957.jpeg', 'Alaska Fish Emulsion Plant Food, 5-1-1 Fertilizer, 32 oz.-18963.jpeg', 'Alaska Fish Emulsion Plant Food, 5-1-1 Fertilizer, 32 oz.-41563.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-25 15:06:50', '2024-02-25 15:06:50'),
(5710, 'Cypress Rowe Outfitters - Sun Shade Canopy for Zero Turn Mower', 'uFwYOTAc8', 10, 'This Zero Turn Mower Sun Shade/Canopy will let you mow in the shade, or out of the rain, and will prove to be the best accessory for your zero turn mower...covers entire user, head, arms, leg, without hindering visibility. It provides maximum protection against heat and glare while you’re operating your zero turn lawn mower. You won’t have to worry about wind tearing it off either, as the canopy attaches securely to your machine with heavy duty hardware and adjustable straps that also ensure a snug fit at all times. It’s designed to offer superior coverage from top to bottom, reflecting up to 99% UV protection. This canopy ensures that you keep cool in any outdoor conditions!', 149.00, NULL, NULL, 155.00, 'Cypress Rowe Outfitters - Sun Shade Canopy for Zero Turn Mower-58581.jpeg', 'Cypress Rowe Outfitters - Sun Shade Canopy for Zero Turn Mower-41889.jpeg', 'Cypress Rowe Outfitters - Sun Shade Canopy for Zero Turn Mower-40733.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-25 15:12:07', '2024-02-25 15:12:07'),
(5711, 'Pennington Annual Ryegrass', '017r2EHOl', 10, 'When your lawn project calls for quick color and fast establishment, count on Pennington Annual Ryegrass. Whether you need temporary support for a permanent northern lawn or temporary winter color in southern lawns, this annual grass is an ideal choice. With one of the fastest germination and establishment rates of any grass type, annual ryegrass delivers quick dark green color, fine texture, short-term erosion control and stability as permanent lawn grasses become established. Grasses grow best in partial shade light conditions. 20 lb bag of grass seed for up to 4,000 sq ft of coverage.', 27.98, NULL, NULL, 38.41, 'Pennington Annual Ryegrass-39012.jpeg', 'Pennington Annual Ryegrass-42518.jpeg', 'Pennington Annual Ryegrass-11278.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-25 15:21:58', '2024-02-25 15:21:58'),
(5712, 'Soft Ice Cream Machine, New, Factory, Italian', 'kfnoPXNgC', 15, 'Soft Ice Cream Machine, New, Factory, Italian', 201.00, NULL, NULL, 301.00, 'Soft Ice Cream Machine, New, Factory, Italian-25082.jpeg', 'Soft Ice Cream Machine, New, Factory, Italian-60803.jpeg', NULL, 'Industrial', 4.5, NULL, 1, '2024-02-25 15:33:24', '2024-02-25 15:33:24'),
(5714, 'Portable Cordless Sack Sewer / Jontex Jt-9-801 Ina', 'FLe7VO6WR', 15, 'Portable Cordless Sack Sewer / Jontex Jt-9-801 Ina', 140.30, NULL, NULL, 167.30, 'Portable Cordless Sack Sewer / Jontex Jt-9-801 Ina-12752.jpeg', 'Portable Cordless Sack Sewer / Jontex Jt-9-801 Ina-20070.jpeg', 'Portable Cordless Sack Sewer / Jontex Jt-9-801 Ina-53161.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 15:43:18', '2024-02-25 15:43:18'),
(5715, 'Whirlpool Sw. 8195 Built-in Wine Refrigerator 24*', 'TY6WjFQ8V', 15, 'Whirlpool Sw. 8195 Built-in Wine Refrigerator 24*', 1360.00, NULL, NULL, 1908.00, 'Whirlpool Sw. 8195 Built-in Wine Refrigerator 24*-81882.jpeg', 'Whirlpool Sw. 8195 Built-in Wine Refrigerator 24*-78105.jpeg', 'Whirlpool Sw. 8195 Built-in Wine Refrigerator 24*-80357.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-25 15:51:09', '2024-02-25 15:51:09'),
(5716, 'Laser Engraving Cutting Machine Mdf Wood Acrylic Stamps Zx', 'ALk05MXGP', 15, 'Laser Engraving Cutting Machine Mdf Wood Acrylic Stamps Zx', 250.00, NULL, NULL, 290.00, 'Laser Engraving Cutting Machine Mdf Wood Acrylic Stamps Zx-12495.jpeg', 'Laser Engraving Cutting Machine Mdf Wood Acrylic Stamps Zx-69585.jpeg', 'Laser Engraving Cutting Machine Mdf Wood Acrylic Stamps Zx-81944.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 16:07:57', '2024-02-25 16:07:57'),
(5717, '3D laser engraving machine', 'Eeh3SwveS', 15, '3D laser engraving machine', 180.00, NULL, NULL, 199.00, '3D laser engraving machine-98276.jpeg', '3D laser engraving machine-90249.jpeg', '3D laser engraving machine-33960.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 16:14:44', '2024-02-25 16:14:44'),
(5718, 'Rectificadora Dewalt Muela 1-1/2  Dwe4887', 'k0JtVTif1', 15, 'Rectificadora Dewalt Muela 1-1/2  Dwe4887', 150.00, NULL, NULL, 167.00, 'Rectificadora Dewalt Muela 1-1/2  Dwe4887-21982.jpeg', 'Rectificadora Dewalt Muela 1-1/2  Dwe4887-63053.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-25 16:21:37', '2024-02-25 16:21:37'),
(5719, 'Catchmaster Value Pack Home Pest Traps 12 Count - Scented to attract pests - Economical & Easy to Use', 'l9JnEJodX', 10, 'Catchmaster Value Pack is the ultimate glue board for mice, insects and crawling pests. It\'s scented with a special formula to attract mice and insects. Catchmaster Home Pest Traps are clean, economical and easy to use. They\'re also long-lasting and will outlast your pest problems. Being non-toxic, these pest control supplies are safe for home and family use. Choose to use these pest traps, they\'re large enough to catch multiple mice and hundreds of insects.', 5.36, NULL, NULL, 8.96, 'Catchmaster Value Pack Home Pest Traps 12 Count - Scented to attract pests - Economical & Easy to Use-56934.jpeg', 'Catchmaster Value Pack Home Pest Traps 12 Count - Scented to attract pests - Economical & Easy to Use-31311.jpeg', 'Catchmaster Value Pack Home Pest Traps 12 Count - Scented to attract pests - Economical & Easy to Use-98986.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-25 16:26:55', '2024-02-25 16:26:55'),
(5720, 'Ozone Treat Disinfect Black Waste Sewage', '18PflU0m5', 15, 'Ozone Treat Disinfect Black Waste Sewage', 500.38, NULL, NULL, 554.38, 'Ozone Treat Disinfect Black Waste Sewage-69554.jpeg', 'Ozone Treat Disinfect Black Waste Sewage-47811.jpeg', 'Ozone Treat Disinfect Black Waste Sewage-90263.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 16:29:12', '2024-02-25 16:29:12'),
(5721, 'Ortho Orthene Fire Ant Killer1', 'NzEmYu05S', 10, 'Ortho Orthene Fire Ant Killer kills the queen and destroys the mound. Watering-in is not necessary. Use it as a mound treatment for home lawns and around ornamental plants (including flowers, shrubs, and trees). Try not to disturb the mounds while treating. This product can be used along with Ortho MAX Fire Ant Killer Broadcast Granules as part of the Fire Ant 2-Step Program. Ortho Orthene Fire Ant Killer 1 is guaranteed to kill-or your money back.', 10.68, NULL, NULL, 19.42, 'Ortho Orthene Fire Ant Killer1-36390.jpeg', 'Ortho Orthene Fire Ant Killer1-19140.jpeg', 'Ortho Orthene Fire Ant Killer1-39175.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-25 16:30:49', '2024-02-25 16:30:49');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5722, 'Electric Spin Scrubber, Electric Cleaning Brush Comes with 9 Different Replacement Heads and Removable Telescopic Pole,Electric Bathroom Scrubber for Floor, Tile, Kitchen, Tub, Car.', 'ld6giXfSA', 16, '【9 in 1 Electric Cleaning Brush】：Contains 4 types of cleaning heads and 5 types of cleaning pads to effectively cope with various cleaning needs and more quickly clean bathrooms, bathtubs, showers, sinks, glass, tiles, closets, stoves, cars etc.\r\n【Better Cleaning Results】：Equipped with a 25-watt motor, providing more powerful cleaning power. It also has an adjustable speed function (300r/min, 400r/min) to help you clean better on different materials in different scenes.\r\n【Removable & Adjustable Extension Rod】:Detachable and telescopic extension pole can be extended up to 40 in, making it easy to clean at previously difficult-to-clean heights.\r\n【Long Lasting Battery Life】: Equipped with a 2000mAh rechargeable battery, which can be fully charged in 3 hours and can be used continuously for 90 minutes after being fully charged. Equipped with a charging cable (charging head not included).\r\n【Saving Time & Efficient Cleaning】：The electric cleaning brush is specially designed for different scenes of household cleaning. It fully considers the different heights required for cleaning and is equipped with an extension rod. The electric cleaning brush replaces the traditional time-consuming and laborious cleaning method and can be completed in the shortest time in an easier and more efficient way. No need Endure the hard work and fatigue that comes with traditional cleaning.', 28.99, NULL, NULL, 39.99, 'Electric Spin Scrubber, Electric Cleaning Brush Comes with 9 Different Replacement Heads and Removable Telescopic Pole,Electric Bathroom Scrubber for Floor, Tile, Kitchen, Tub, Car.-74570.jpeg', 'Electric Spin Scrubber, Electric Cleaning Brush Comes with 9 Different Replacement Heads and Removable Telescopic Pole,Electric Bathroom Scrubber for Floor, Tile, Kitchen, Tub, Car.-81058.jpeg', 'Electric Spin Scrubber, Electric Cleaning Brush Comes with 9 Different Replacement Heads and Removable Telescopic Pole,Electric Bathroom Scrubber for Floor, Tile, Kitchen, Tub, Car.-44625.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 16:31:31', '2024-02-25 16:31:31'),
(5723, 'Porten Industrial Pressure Washer 5.4hp 2700psi', '2dIEfZXWo', 15, 'Porten Industrial Pressure Washer 5.4hp 2700psi', 720.00, NULL, NULL, 780.00, 'Porten Industrial Pressure Washer 5.4hp 2700psi-14942.jpeg', 'Porten Industrial Pressure Washer 5.4hp 2700psi-47968.jpeg', 'Porten Industrial Pressure Washer 5.4hp 2700psi-57856.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 16:34:19', '2024-02-25 16:34:19'),
(5724, 'Over \'n Out! Advanced 6 Month Control Fire Ant Killer Granules, 11.5 lb.', 'HmUucSy4Y', 10, 'The Over \'n Out! Advanced Fire Ant Killer Granules are designed to provide 6 months of control against fire ants. It comes in an 11.5 lb package and is an effective solution for getting rid of those pesky fire ants in your yard.', 8.99, NULL, NULL, 11.99, 'Over \'n Out! Advanced 6 Month Control Fire Ant Killer Granules, 11.5 lb.-27106.jpeg', 'Over \'n Out! Advanced 6 Month Control Fire Ant Killer Granules, 11.5 lb.-25652.jpeg', 'Over \'n Out! Advanced 6 Month Control Fire Ant Killer Granules, 11.5 lb.-77152.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-25 16:36:59', '2024-02-25 16:36:59'),
(5725, 'Industrial Potato Peeler 25 Pounds 304 Stainless Steel 490 Zx', 'HlHv0obb2', 15, 'Industrial Potato Peeler 25 Pounds 304 Stainless Steel 490 Zx', 700.00, NULL, NULL, 790.00, 'Industrial Potato Peeler 25 Pounds 304 Stainless Steel 490 Zx-17431.jpeg', NULL, NULL, 'Industrial', 4.0, NULL, 1, '2024-02-25 16:38:46', '2024-02-25 16:38:46'),
(5726, 'Better Homes & Gardens Pottery 8\" Terry Terracotta Planter, Red', 'ME4vrdPf2', 10, 'The perfect addition to your outdoor decor is the charming and eco friendly BHG Terry 8\" Terracotta Planter. The natural terracotta will complement greenery, cacti, and other colorful plants. The hole in the bottom of each pot provides your plant with the perfect amount of drainage and the saucer underneath catches the excess water. You will love how easy it is to create a stunning arrangement or grow your favorite plants when you are using these BHG Terry 8\" Terracotta Planter.', 11.54, NULL, NULL, 14.95, 'Better Homes & Gardens Pottery 8\" Terry Terracotta Planter, Red-31674.jpeg', 'Better Homes & Gardens Pottery 8\" Terry Terracotta Planter, Red-86305.jpeg', 'Better Homes & Gardens Pottery 8\" Terry Terracotta Planter, Red-11904.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-25 16:40:37', '2024-02-25 16:40:37'),
(5727, 'DEPSTECH Dual Lens Industrial Endoscope, 1080P Digital Borescope Inspection Camera, 7.9mm IP67 Waterproof Camera, Sewer Camera with 4.3\" LCD Screen,7 LED Lights,16.5FT Semi-Rigid Cable,32GB Card-Black', 'VB5vc9Mje', 16, '【See More with Dual Lens&Split Screen】: The DS300 inspection camera has dual-lens technology that allows you to switch between different viewing angles without installing a side mirror. The FOV 70° button give you a wider viewing angle even in a narrow place; with one button, you can switch between three observation modes for more convenience and ease of use.\r\n【Color Screen and Crisp 1080P】: Upgraded wide-angle 4.3-inch TFT LCD screen provides a horizontal viewing angle of about 170°. The endoscope camera captures 2.0 MP crisp pictures and 1080P HD fluent videos. The adjustable 7 LED lights with Bluart 2.0 tech provide you with a clearer view on each inspection. The built-in battery can work continuously for about 4 hours and is easily rechargeable through a USB cable.\r\n【More Efficient with Advanced 2nd CMOS Chip】: The borescope adopts the 2nd CMOS chip, which supports the highest recording frame rate and solves the problem of picture delay. You can quickly switch between the front and side cameras while working. It\'s widely used in fields such as plumbing, HVAC duct inspection, Chimney inspection, machinery inspection, automotive repair, electrical diagnostics,wall structure inspection.\r\n【Durable Industrial Snake Camera】: The DS300 inspection camera features a 180° rotating camera orientation for better observation. It\'s IP67 waterproof and has 3 adjustable brightness levels to ensure a clear image even under dark conditions. The front camera focal range is 3-8cm / 1.2-3.1in, and the side camera is 2-6cm / 0.8-2.4in. The 16.5FT semi-rigid cable can be bent and hold its shape to access a wide variety of narrow places and meet different using needs.\r\n【Helpful Accessories and Excellent Support】: DEPSTECH inspection camera package includes an LCD digital endoscope (built-in 32GB TF Card), user manual, USB to Micro USB Cable, and a set of accessories (including a hook, magnet). We offer 24-hour professional and kind after-sales service and a 24-month free warranty. Any questions, please feel free to get help.', 35.99, NULL, NULL, 99.00, 'DEPSTECH Dual Lens Industrial Endoscope, 1080P Digital Borescope Inspection Camera, 7.9mm IP67 Waterproof Camera, Sewer Camera with 4.3\" LCD Screen,7 LED Lights,16.5FT Semi-Rigid Cable,32GB Card-Black-12185.jpeg', 'DEPSTECH Dual Lens Industrial Endoscope, 1080P Digital Borescope Inspection Camera, 7.9mm IP67 Waterproof Camera, Sewer Camera with 4.3\" LCD Screen,7 LED Lights,16.5FT Semi-Rigid Cable,32GB Card-Black-52595.jpeg', 'DEPSTECH Dual Lens Industrial Endoscope, 1080P Digital Borescope Inspection Camera, 7.9mm IP67 Waterproof Camera, Sewer Camera with 4.3\" LCD Screen,7 LED Lights,16.5FT Semi-Rigid Cable,32GB Card-Black-83581.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-25 16:41:13', '2024-02-25 16:51:20'),
(5729, 'Metal Structures Industrial Residential Sheds Racks', 'b004Xarhm', 15, 'Metal Structures Industrial Residential Sheds Racks', 100.00, NULL, NULL, 120.00, 'Metal Structures Industrial Residential Sheds Racks-52150.jpeg', 'Metal Structures Industrial Residential Sheds Racks-21508.jpeg', 'Metal Structures Industrial Residential Sheds Racks-27292.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-25 16:45:10', '2024-02-25 16:45:10'),
(5730, 'Garden State Bulb Bowl of Beauty Peony Flower Bulbs, Bare Roots (Bag of 3)', 'ipbRUWRT3', 10, 'Garden State Bulb Bowl of Beauty Peony bare roots are imported directly from our farms and growers in Holland. Each bare root is hand picked and checked for quality before shipment. These stunning blooms will add a touch of beauty to any landscape or patio with their vibrant pink petals and delicate white center, resembling a charming little bowl. Standing tall at an impressive height of 24-28\" and showcasing magnificent 10\" wide blooms in late spring, these peonies are truly captivating. In addition to their visual appeal, these peonies are also resistant to deer and rabbits, providing peace of mind for your garden. Furthermore, they attract pollinators, making them an excellent choice for those who want to support the local ecosystem.', 25.00, NULL, NULL, 30.00, 'Garden State Bulb Bowl of Beauty Peony Flower Bulbs, Bare Roots (Bag of 3)-79140.jpeg', 'Garden State Bulb Bowl of Beauty Peony Flower Bulbs, Bare Roots (Bag of 3)-89234.jpeg', 'Garden State Bulb Bowl of Beauty Peony Flower Bulbs, Bare Roots (Bag of 3)-94631.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-25 16:45:30', '2024-02-25 16:45:30'),
(5732, 'Dishwasher Magnet Clean Dirty Sign, Strong Universal Dirty Clean Dishwasher Magnet Indicator for Kitchen Organization, Slide Rustic Farmhouse Black and White Wood', 'W7T1qT3mx', 16, 'Dishwasher Magnet Clean Dirty Sign - Measures 7x2 inches, slides smoothly, and has the timeless black and white wood design protected by a clear acrylic window with a silver border. Strong magnets with rustic rae dunn designs are complimentary to any kitchen decor.\r\nUniversal Use – This slide clean dirty magnet for dishwasher indicator includes bonus adhesive stickers for any non-magnetic surfaces. The stickers are for optional use, as they\'re only needed for non-magnetic surfaces. The large magnet also works well in the laundry room for your clothes washer or dryer. Stainless steel safe.\r\nRustic Farmhouse Design - Faded rustic home decor compliments any and all kitchen accessories. This dirty clean dishwasher magnet is eye catching and functional. Cute magnets are hard to come by, and each clean dirty sign for dishwasher will make for a perfect gift for your loved ones.\r\nTimeless Aesthetics - The contrast between sides on this slide dishwasher magnet clean dirty sign makes it easy to identify CLEAN and DIRTY sides. Rustic farmhouse decor is timeless and kitchen gadgets with style are home and apartment essentials. Make for perfect wedding registry items.\r\nCustomer Driven – We strive to create products that customers are not just happy to buy, but are happy to own. If you are not satisfied with your slide clean dirty magnet, simply return it for a full refund.', 8.79, NULL, NULL, 10.00, 'Dishwasher Magnet Clean Dirty Sign, Strong Universal Dirty Clean Dishwasher Magnet Indicator for Kitchen Organization, Slide Rustic Farmhouse Black and White Wood-33204.jpeg', 'Dishwasher Magnet Clean Dirty Sign, Strong Universal Dirty Clean Dishwasher Magnet Indicator for Kitchen Organization, Slide Rustic Farmhouse Black and White Wood-97462.jpeg', 'Dishwasher Magnet Clean Dirty Sign, Strong Universal Dirty Clean Dishwasher Magnet Indicator for Kitchen Organization, Slide Rustic Farmhouse Black and White Wood-10944.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 16:47:22', '2024-02-25 16:47:22'),
(5733, 'Expert Gardener Heavy-Duty Classic Metal Pistol Nozzle', 'y75Tmnr3A', 10, 'Expert Gardener Metal Pistol Nozzle is a classic gardening nozzle that makes watering the lawn or garden fun. This nozzle puts modern technology and materials into gardening for the best watering experience. Designed with heavy-duty metal construction built to last, this nozzle provides extra strength and durability. The ergonomic grip handle forms to your hand for comfortability and functionality. To adjust the water flow, use the simple twisting screw on the top of the nozzle. With a threaded tip for additional attachments, you can add your experience to get the job done.', 4.97, NULL, NULL, 7.95, 'Expert Gardener Heavy-Duty Classic Metal Pistol Nozzle-11145.jpeg', 'Expert Gardener Heavy-Duty Classic Metal Pistol Nozzle-75711.jpeg', 'Expert Gardener Heavy-Duty Classic Metal Pistol Nozzle-22506.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-25 16:49:30', '2024-02-25 16:49:30'),
(5734, 'Garden Weasel 95204 Weed Popper Step Twist Pull and Pop Easy Weed Removal', '8FHatBUyL', 10, 'Garden Weasel 95204 Weed Popper Step Twist Pull and Pop Easy Weed Removal. The Ultimate Weeder Tool for Your Garden Make the chore of weeding easier on your back and knees! The Garden Weasel\'s ergonomic weeder is 38\" long, so you can extract weeds from your garden while you\'re standing. Plus, it has an ejecting button to make disposal of weeds hassle-free. Origin: Taiwan. An easy way to eliminate weeds without the use of chemicals. Great for removing dandelions from your yard; helps reduce excessive bending, too. Just push the tines onto the weed, press down with your foot, twist the handle and extract the weeds instantly. For easy disposal of weeds, push on the thumb release to pop the weed plug from the tines. Carbon steel; comes fully assembled. Manufacturer\'s lifetime warranty; Dimensions: 2-1/4\" x 9-3/4\" 38-1/4\".', 25.99, NULL, NULL, 35.45, 'Garden Weasel 95204 Weed Popper Step Twist Pull and Pop Easy Weed Removal-21254.jpeg', 'Garden Weasel 95204 Weed Popper Step Twist Pull and Pop Easy Weed Removal-41424.jpeg', 'Garden Weasel 95204 Weed Popper Step Twist Pull and Pop Easy Weed Removal-62126.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-25 16:53:24', '2024-02-25 16:53:24'),
(5735, '[3 Pack Plug-in LED Mushroom Night Light Lamp with Dusk to Dawn Sensor,Plug in Bed Cute Nightlight lamp Wall Baby Lights for Kids Children (7-Color)', 'tz0cR1kKM', 16, 'Package includes 3 pcs of mushroom night light. Ideal gifts for mom,gifts for dad,cute gifts for everyone\r\nColor Changing: 7 color changes automatically when lights on.\r\nAutomatic Switch : Built-in sensitive light sensor,become more convenient.The nightlight turns on at dusk and turns off at dawn automatically. Extremely low power consumption .The smart sensor give you a better life.\r\nLED Mushroom Night Light Brightness: The mushroom night light is soft and warm, not too bright nor too dim,and give you a comfortable feeling.\r\nLight brightness will change automatically according to light source brightness: the darker the light source, the brighter the lights.', 18.99, NULL, NULL, 21.99, '[3 Pack Plug-in LED Mushroom Night Light Lamp with Dusk to Dawn Sensor,Plug in Bed Cute Nightlight lamp Wall Baby Lights for Kids Children (7-Color)-34639.jpeg', '[3 Pack Plug-in LED Mushroom Night Light Lamp with Dusk to Dawn Sensor,Plug in Bed Cute Nightlight lamp Wall Baby Lights for Kids Children (7-Color)-70496.jpeg', '[3 Pack Plug-in LED Mushroom Night Light Lamp with Dusk to Dawn Sensor,Plug in Bed Cute Nightlight lamp Wall Baby Lights for Kids Children (7-Color)-90856.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 16:54:59', '2024-02-25 16:54:59'),
(5736, 'Two-Way Articulating Borescope with Light, Teslong 5-inch IPS Endoscope Inspection Camera with Articulation Head, Automotive Mechanics Fiber Optic Scope-0.25inch', 'zawE1qlWp', 16, '💥Two-Way Articulating Borescope - With a small probe tip which can be controlled to point to different directions to get better views, allows you to see parts of an engine without having to take them apart. 👍SAVES YOUR TIME & MONEY on Inspections!\r\n❤️Out Of The Box - Featuring a 5\" IPS LCD screen & 3000mAh rechargeable battery, this handheld Endoscope monitor can be used without any external hardware or software. 📵 NO App Required!\r\n📶Stream Inspection Images - Built-in wireless adapter, images can be shared with colleagues using a tablet during the inspection. This helps make it easy to diagnose problems with the help of other inspectors.\r\n🎁INCLUDES 32GB MEMORY CARD - This inspection monitor includes a micro SD card that supports JPG images and AVI video recordings, as well as records audio & video via speaker and microphone.\r\n🛒 WHAT\'S INCLUDED - TD500 Articulating Borescope, Type-C Cable, 32GB microSD Card(Installed), Carrying Case, User‘s Manual. Our no hassle 12-month warranty and friendly customer service.', 100.99, NULL, NULL, 299.99, 'Two-Way Articulating Borescope with Light, Teslong 5-inch IPS Endoscope Inspection Camera with Articulation Head, Automotive Mechanics Fiber Optic Scope-0.25inch-61100.jpeg', 'Two-Way Articulating Borescope with Light, Teslong 5-inch IPS Endoscope Inspection Camera with Articulation Head, Automotive Mechanics Fiber Optic Scope-0.25inch-66157.jpeg', 'Two-Way Articulating Borescope with Light, Teslong 5-inch IPS Endoscope Inspection Camera with Articulation Head, Automotive Mechanics Fiber Optic Scope-0.25inch-28726.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 16:59:08', '2024-02-25 16:59:08'),
(5737, '2024release Dog Bark Deterrent Device Stops Bad Behavior | No need yell or swat, Just point to a dog (own or neighbor\'s) Hit the button | Long-range ultrasonic, Alternative to painful dog shock collar', 'anLTxJ9PA', 16, 'Stops All Challenges - 2.7x Faster Behavior Modification: Chewer? Digger? Biter? Chaser? More than an anti barking device, our indoor outdoor dog training tools leverage the newest patented NPS technology to grab your pets attention and stop them in their tracks. Squirrel!\r\n3.3x More Effective Than Dog Bark Collar - Don’t subject your dog to the painful shock of a dog bark collar. NPS Ultrasonic Dog Barking Control Devices combine auto shut-off hearing safety with ultrasonic dog whistle to stop barking technology for happier neighbors, restful sleep and a well behaved pup!\r\n1 Hour Rapid Charge - Long Lasting 60 Days Battery: 1000mAh bark control device charges fast and works hard - whether you’re using dog whistle mode, strobe mode, flashlight mode and 25 kHz ultrasonic training mode to modify behavior without stop.\r\nPremium Pup Protection - Hold for Advanced Modes: With 8 second ultrasonic auto-shut off, and a hold function that extends whistle and strobe, this barking collar nemesis is the dog barking control device strikes the perfect balance between rapid training and protecting pups\' sensitive hearing.\r\nTails-a-Wagging Creedo - Tested 3.4x more effective than a dog training clickers or whistle for dogs, with an ultrasonic mode that delivers 2.7x faster behavior modification - \"bark quiet\" and \"bark deterrent\" than the best dog obedience program. Warning: Only buy new and direct from here to ensure best results. This product may not be effective on dogs with hearing impairments.', 33.19, NULL, NULL, 59.99, '2024release Dog Bark Deterrent Device Stops Bad Behavior | No need yell or swat, Just point to a dog (own or neighbor\'s) Hit the button | Long-range ultrasonic, Alternative to painful dog shock collar-50793.jpeg', '2024release Dog Bark Deterrent Device Stops Bad Behavior | No need yell or swat, Just point to a dog (own or neighbor\'s) Hit the button | Long-range ultrasonic, Alternative to painful dog shock collar-46271.jpeg', '2024release Dog Bark Deterrent Device Stops Bad Behavior | No need yell or swat, Just point to a dog (own or neighbor\'s) Hit the button | Long-range ultrasonic, Alternative to painful dog shock collar-46203.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 17:25:58', '2024-02-25 17:25:58'),
(5738, 'Handheld Fidget Toys, ADHD Toys Release Microcurrent Fidget Toys Adults, Anxiety Stress Relief Adult Fidget Toys Portable Design Improve Concentration and Prevent Drowsiness', 'ootXnhYT6', 16, 'This exquisite fidget toy is a delightful addition to your daily routine. Let its enchanting presence bring a touch of tranquility to your hectic lifestyle. Whether you\'re stuck in traffic, waiting in line, or simply need a little break from the hustle and bustle, this anxiety reliever is here to save the day, providing instant relaxation at your fingertips.', 29.99, NULL, NULL, 39.99, 'Handheld Fidget Toys, ADHD Toys Release Microcurrent Fidget Toys Adults, Anxiety Stress Relief Adult Fidget Toys Portable Design Improve Concentration and Prevent Drowsiness-15738.jpeg', 'Handheld Fidget Toys, ADHD Toys Release Microcurrent Fidget Toys Adults, Anxiety Stress Relief Adult Fidget Toys Portable Design Improve Concentration and Prevent Drowsiness-23904.jpeg', 'Handheld Fidget Toys, ADHD Toys Release Microcurrent Fidget Toys Adults, Anxiety Stress Relief Adult Fidget Toys Portable Design Improve Concentration and Prevent Drowsiness-54317.jpeg', 'Gadgets and electronics', 3.0, NULL, 1, '2024-02-25 17:31:07', '2024-02-25 17:31:07'),
(5739, 'Clear Ice Cube Maker,Crystal Clear 2 Inch Ice Tray Silicone,4 Large Ice Cubes Mold for Whiskey,Cocktails,Bourbon and Drink,Gifts for Men(1PC)', 'a9Pzofwg4', 16, '【Crystal Clear Ice Cubes】：Our Crystal Clear Ice Cube Maker are your best choice. By mimicking the freezing process found in nature, our advanced unidirectional constant temperature freezing technology, upgraded with 2024 technology, eliminates air and impurities, resulting in clearer ice cubes. It can produce four 2-inch large ice cubes at once (2 Clear & 2 Regular Ice Cubes).\r\n【Environmentally protection, water saving design】：Our Crystal Clear Ice Cube Maker Our ice cube are environmentally friendly and water-saving. While the silicone tray creates two 2-inch large transparent ice cubes, the water beneath the silicone tray is not wasted. It creates two 2-inch regular large ice cubes that can also be used.\r\n【Slow Melting, Large Size】：The ice cubes produced by our molds are both large and clear. The slowly melting 2-inch square ice cubes dilute drinks less, and the freezing process naturally purifies the ice, resulting in a better taste. The insulated box surrounding our ice cube mold allows you to take it outdoors and still have usable ice cubes even after a few hours.​\r\n【Convenient to Use】：Our ice cube molds only require filling with water as instructed, then placing them in the freezer for 18-24 hours. No special tools, equipment, or additives are needed. You\'ll get four 2-inch large ice cubes. Clear crystal transparent ice cubes look great in any drink needing ice, such as whiskey, cocktails, brandy, and more. Our ice cube molds make the perfect gift for friends who enjoy whiskey.​\r\n【High-Quality Materials and Customer Service】：Our Silicone Ice Cube Trays for freezer are made of high-quality, BPA-free silicone, ensuring top performance, durability, and safety in use. The smooth surface makes it easy to release the ice cubes. We use premium materials and advanced technology to meet customers\' needs. If you have any questions about the product, please contact us', 10.99, NULL, NULL, 19.99, 'Clear Ice Cube Maker,Crystal Clear 2 Inch Ice Tray Silicone,4 Large Ice Cubes Mold for Whiskey,Cocktails,Bourbon and Drink,Gifts for Men(1PC)-73508.jpeg', 'Clear Ice Cube Maker,Crystal Clear 2 Inch Ice Tray Silicone,4 Large Ice Cubes Mold for Whiskey,Cocktails,Bourbon and Drink,Gifts for Men(1PC)-26532.jpeg', 'Clear Ice Cube Maker,Crystal Clear 2 Inch Ice Tray Silicone,4 Large Ice Cubes Mold for Whiskey,Cocktails,Bourbon and Drink,Gifts for Men(1PC)-92201.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-25 17:35:57', '2024-02-25 17:35:57'),
(5740, 'Ultrean Gravity Electric Salt and Pepper Grinder Set - USB Rechargeable With Dual Charging Base - Adjustable Fineness - One Handed Operation, Stainless Steel Construction, Auto Dust Lids, LED Light', 'FCu84D1jb', 16, '[USB Rechargeable Salt Grinder] - The Ultrean electric salt and pepper grinder mill comes equipped with 500mAh lithium batteries and a convenient Type-C cable, recharge refillable with the included USB charging stand. Our rechargeable batteries provide an ultra-long standby time and can support up to 4-6 months working time.\r\n[Adjustable Coarseness] - Effortlessly grind your salt and pepper to your preferred consistency with the Ultrean salt and pepper mill set, Allows you to achieve the perfect coarseness for your dishes, ensuring optimal flavor and texture. Different coarseness options, Twist clockwise for finer, counterclockwise for coarser.\r\n[Upgraded Larger Capacity] - The Ultrean electric salt and pepper grinder mill set now has a larger capacity transparent container, it can hold up to 100ml of your spices at a time - that\'s 45% more space than the average grinder! This allows for adding more seasoning at once and fewer refills, ensuring sufficient supply for seasoning needs.\r\n[Automatic Led Light & Dust Lids] - The grinder\'s features a convenient auto white LED light that illuminates the grinding process to ensure precise seasoning. Plus, the containers have lids keep your countertop clean from dust and debris, making it easy to use with just one hand.\r\n[Package Contents] - This electric salt and pepper grinder set rechargeable includes 2 pepper mills, a dual charging base, a Type-C cable (power adapter not included), a brush for cleaning, and a user manual.\r\n[Note] - Maybe you encounter a problem by granules getting stuck. To resolve this issue, simply adjust the top button to the coarsest setting and the blocked particles will fall out, allowing the mill to function properly.', 28.99, NULL, NULL, 39.99, 'Ultrean Gravity Electric Salt and Pepper Grinder Set - USB Rechargeable With Dual Charging Base - Adjustable Fineness - One Handed Operation, Stainless Steel Construction, Auto Dust Lids, LED Light-22787.jpeg', 'Ultrean Gravity Electric Salt and Pepper Grinder Set - USB Rechargeable With Dual Charging Base - Adjustable Fineness - One Handed Operation, Stainless Steel Construction, Auto Dust Lids, LED Light-91396.jpeg', 'Ultrean Gravity Electric Salt and Pepper Grinder Set - USB Rechargeable With Dual Charging Base - Adjustable Fineness - One Handed Operation, Stainless Steel Construction, Auto Dust Lids, LED Light-64486.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 17:40:15', '2024-02-26 01:03:11'),
(5741, 'Wireless Hydrometer and Thermometer (Orange)', 'odzfarlVM', 16, 'The Ultimate Brewing Companion for Precision Monitoring and Control: Elevate your craft with the Tilt Hydrometer—a versatile tool for brewing beer, wine, mead, kombucha and more. Seamlessly track specific gravity and temperature during fermentation without disrupting your brew, ensuring consistent results. Experience expert brewing with this innovative device.\r\nReady-to-Use and Long-Lasting Convenience: The Tilt Hydrometer arrives pre-calibrated and boasts a battery life of 12-24 months, catering to various usage levels. Setting up is effortless; simply download the free Tilt app, insert the Tilt into your fermenter, and monitor your brew\'s progress wirelessly via your smartphone, tablet, or Tilt Pi. Enjoy hassle-free brewing.\r\nPrecision Measurements for Brewing Excellence: Achieve brewing precision with specific gravity accuracy within +/- 0.002, spanning the range of 0.990 to 1.120. The built-in thermometer offers precise readings within +/- 1 degree Fahrenheit (+/- 0.5 degrees Celsius). Take command of fermentation conditions, ensuring superior outcomes with every batch.\r\nEffortless Batch Management and Multiple Hydrometers: Manage multiple brewing batches effortlessly by assigning distinct colored Tilt Hydrometers to each. This intuitive system ensures clarity and organization. The Tilt app seamlessly integrates readings from multiple hydrometers, streamlining your brewing process for unparalleled convenience.\r\nFree App Downloads for Seamless Monitoring: Simplify your brewing experience by downloading the user-friendly Tilt app for free from the Apple App Store or Google Play Store. Alternatively, choose the Tilt Pi download option. Stay in control, monitor your brews with precision, and enjoy the flexibility of wireless monitoring with the Tilt Hydrometer.', 135.00, NULL, NULL, 159.99, 'Wireless Hydrometer and Thermometer (Orange)-41161.jpeg', 'Wireless Hydrometer and Thermometer (Orange)-36021.jpeg', 'Wireless Hydrometer and Thermometer (Orange)-63872.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 17:44:54', '2024-02-25 17:44:54'),
(5742, 'Lightsaber Chopsticks Light Up, Star Wars Chopsticks Light Up, Mini Lightsaber, Fun Chop, Cool Chopsticks, Light Saber Chopsticks, Led Chopsticks, 2 PAIRS, Blue Red (Glossy Tips)', 'g6K8cAIly', 16, '⭐ THESE ARE THE CHOPSTICKS YOU\'RE LOOKING FOR: It\'s time to impress all your guests with your epic light saber chopsticks, which will take your sushi nights to another star galaxy, far, far away! Now with Frosted Tips for better food grabbing force!\r\n⭐ MAY THE DELICIOUS FOOD BE WITH YOU: Wage colorful wars your sushi, noodles, Japanese, Chinese, Thai or Vietnamese food with your light-up chopsticks, which feature bright red and blue LED\'s.\r\n⭐ COME TO THE YUMMY SIDE & DAZZLE EVERYONE: Our 2 pairs of BPA-free plastic LED lightsaber chop sticks will make a great birthday and Christmas gifts for all those diehard movie fans!\r\n⭐ THE FATE OF THE GALAXY LIES IN YOUR HANDS: Use the handy button to turn the force on or off! Plus, you\'ll get 3 x LR41 camera batteries, so you can start using your lighted chopsticks right away!\r\n⭐ GET YOUR LIGHTSABER CHOPSTICKS 100% RISK-FREE: In the improbable case that you are not 100% thrilled with your intergalactic lightsaber chopsticks, we promise to offer you a full refund on-the-spot!', 12.97, NULL, NULL, 29.99, 'Lightsaber Chopsticks Light Up, Star Wars Chopsticks Light Up, Mini Lightsaber, Fun Chop, Cool Chopsticks, Light Saber Chopsticks, Led Chopsticks, 2 PAIRS, Blue Red (Glossy Tips)-41230.jpeg', 'Lightsaber Chopsticks Light Up, Star Wars Chopsticks Light Up, Mini Lightsaber, Fun Chop, Cool Chopsticks, Light Saber Chopsticks, Led Chopsticks, 2 PAIRS, Blue Red (Glossy Tips)-23766.jpeg', 'Lightsaber Chopsticks Light Up, Star Wars Chopsticks Light Up, Mini Lightsaber, Fun Chop, Cool Chopsticks, Light Saber Chopsticks, Led Chopsticks, 2 PAIRS, Blue Red (Glossy Tips)-30698.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-25 17:48:39', '2024-02-25 17:48:39'),
(5743, 'Digital Luggage Scale Gift for Traveler Suitcase Handheld Weight Scale 110lbs (Green)', '7i7qdWwXO', 16, 'STOP WASTING MONEY - Never pay unexpected overweight luggage or postal fees again\r\nPRECISION ACCURACY - Capacity: 110lb / 50kg, Graduation: 0.1lb / 50g, Unit: lb / kg /oz / g.\r\nEASY TO READ - Auto-off functions , auto-lock display. Long life lithium battery included.\r\nTRAVELER DESIGN - Compact, Portable, Lightweight, Durable and heavy duty to stand the test of time and travel.\r\n1 x 3V CR2032 Battary is included in the package and the battery is easy to be installed.', 9.99, NULL, NULL, 10.99, 'Digital Luggage Scale Gift for Traveler Suitcase Handheld Weight Scale 110lbs (Green)-60990.jpeg', 'Digital Luggage Scale Gift for Traveler Suitcase Handheld Weight Scale 110lbs (Green)-39731.jpeg', 'Digital Luggage Scale Gift for Traveler Suitcase Handheld Weight Scale 110lbs (Green)-31315.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-25 17:52:56', '2024-02-25 17:52:56'),
(5744, 'Homly Tumbler Rolling Knife Sharpener, Knife Sharpening with Industry Diamonds for Steel of any hardness, Made Easy Knife Sharpener Kit for Kitchen Knives, Offers 15 & 18 & 20 & 25 Degree Sharpening', 'tWJDUjdBh', 16, '💪Diamond Material Technology: The roller knife sharpening equipped with 2 qrinding discs: diamond 360#diamond 600#, Industrial grade diamond discs sharpen all hardness steels and aresuitable for dull or chipped knives.\r\n🍞Easy Rolling Knife Sharpener Tool: The rolling knife sharpening kit roller is made of aluminum alloy, which is sturdyand durable, The precision-machined aluminum alloy drum and silently designedroller ensure you a smooth knife sharpening experience and keep the knifesharpening angle consistent.\r\n🍗4 Different Grinding Angles: Complete roller knife sharpener kit equipped a multifunctional magnetic angle base, which supports 4 different grinding angles: 20 degrees is suitable for most home kitchens, and 15 degrees is suitable for higher sharpness requirements or oultra-fine cutting.18 degree for Santoku Knife, Asian Knife; 25 degree forsharpening outdoor knives, pocket knives.\r\n🔪Professional Tumbler Knife Sharpeners System: The roller knife sharpening system has a rolling silent design, super magneticbase, retro color, just push the roller lightly, everyone can quickly sharpen theiknives like an expert, the knife sharpeners for kitchen knives can easily replace thegrinding disc, it can be directly ground without adding water, which is convenientand fast, and meets the needs of sharpening knives at any time.\r\n🍉Precise And Long-Lasting Sharpness: Any serious chef knows quality knives are expensive. Keep yours cutting like new for much, much longer with a Tumbler rolling knife sharpener.\r\n👋【Premium Quality】2 yeas product warranty for homly knife sharpeners, and Lifetime prompt customer service within 15 hours. If you have any questions, please do not hesitate to contact us.', 99.99, NULL, NULL, 129.99, 'Homly Tumbler Rolling Knife Sharpener, Knife Sharpening with Industry Diamonds for Steel of any hardness, Made Easy Knife Sharpener Kit for Kitchen Knives, Offers 15 & 18 & 20 & 25 Degree Sharpening-89887.jpeg', 'Homly Tumbler Rolling Knife Sharpener, Knife Sharpening with Industry Diamonds for Steel of any hardness, Made Easy Knife Sharpener Kit for Kitchen Knives, Offers 15 & 18 & 20 & 25 Degree Sharpening-76473.jpeg', 'Homly Tumbler Rolling Knife Sharpener, Knife Sharpening with Industry Diamonds for Steel of any hardness, Made Easy Knife Sharpener Kit for Kitchen Knives, Offers 15 & 18 & 20 & 25 Degree Sharpening-25534.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-25 17:56:38', '2024-02-25 17:56:38'),
(5745, 'Godiva', 'fuLCPPOFf', 13, '(48-Count) Godiva Chocolate Domes Double Chocolate', 27.99, NULL, NULL, 59.99, 'Godiva-93187.jpeg', 'Godiva-80541.jpeg', 'Godiva-79082.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-25 18:02:11', '2024-02-25 18:02:11'),
(5746, 'Spin Mop', '99YBlwLOU', 13, 'YMMV, Libman Tornado Spin Mop System + 4 pack Up & Up disinfecting wipes', 70.98, NULL, NULL, 100.00, 'Spin Mop-84110.jpeg', 'Spin Mop-42784.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-25 18:05:13', '2024-02-25 18:05:13'),
(5747, 'Kleenex', 'zpXK31UDM', 13, '3-Pack 120-Count Kleenex 3-Layer Facial Tissues (Soothing Lotion)', 4.74, NULL, NULL, 5.79, 'Kleenex-52939.jpeg', 'Kleenex-20110.jpeg', 'Kleenex-42731.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-25 18:08:27', '2024-02-25 18:08:27'),
(5748, 'The Motor Mixer by HMC - Novelty Boat Motor Coffee Mixer Wind-Up Outboard Mini Boat Motor Stirrer Toy Beverage Works with Cups, Mugs, & Glasses - Unique Drink Mixing Gadget', 'nIOV38BKq', 13, 'Say goodbye to boring old stirrers and hello to The Motor Mixer - the fun and convenient way to mix your favorite beverages!\r\nPerfect Gift for Fathers, Men & Boat Enthusiasts\r\nQuirky and fun windup toy - looks like a miniature vintage outboard boat motor!\r\nGreat for use with hot or cold beverages - use it for coffee, tea, hot chocolate, and more!\r\nCompact and portable design makes it perfect for use at home, in the office, or on the go\r\nDurable and easy to clean - just rinse with soap and water\r\nNo batteries or electricity needed - simply wind it up and enjoy!\r\nAdd a touch of whimsy and nostalgia to your coffee routine with The Motor Mixer', 9.99, NULL, NULL, 14.99, 'The Motor Mixer by HMC - Novelty Boat Motor Coffee Mixer Wind-Up Outboard Mini Boat Motor Stirrer Toy Beverage Works with Cups, Mugs, & Glasses - Unique Drink Mixing Gadget-35540.jpeg', 'The Motor Mixer by HMC - Novelty Boat Motor Coffee Mixer Wind-Up Outboard Mini Boat Motor Stirrer Toy Beverage Works with Cups, Mugs, & Glasses - Unique Drink Mixing Gadget-99692.jpeg', 'The Motor Mixer by HMC - Novelty Boat Motor Coffee Mixer Wind-Up Outboard Mini Boat Motor Stirrer Toy Beverage Works with Cups, Mugs, & Glasses - Unique Drink Mixing Gadget-25509.jpeg', 'Groceries', 5.0, NULL, 1, '2024-02-25 18:13:46', '2024-02-25 18:13:46'),
(5749, 'The Upside of Your Dark Side', 'vaG4FzW0R', 15, 'Audible Best Seller of 2017 Inc. 11 Great Business Books New York Magazine Best Psychology Books LinkedIn \'s 12 Books on Leadership to Read Two mavericks in the field of positive psychology deliver a timely message Happiness experts have long told us to tune out our negative emotions and focus instead on mindfulness, positivity, and optimism. Researchers Todd Kashdan, Ph.D., and Robert Biswas-Diener, Dr. Philos., disagree. Positive emotions alone are not enough. Anger makes us creative, selfishness makes us brave, and guilt is a powerful motivator. The real key to success lies in emotional agility. Drawing upon extensive scientific research and a wide array of real-life examples, The Upside of Your Dark Side will be embraced by business leaders, parents, and everyone else who\'s ready to put their entire psychological tool kit to work.', 6.39, NULL, NULL, 11.61, 'The Upside of Your Dark Side-69480.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-26 01:21:44', '2024-02-26 01:21:44'),
(5750, 'The Art of Learning', '92qAyCruw', 15, 'In his riveting new book, The Art of Learning, Waitzkin tells his remarkable story of personal achievement and shares the principles of learning and performance that have propelled him to the top--twice.\r\nJosh Waitzkin knows what it means to be at the top of his game. A public figure since winning his first National Chess Championship at the age of nine, Waitzkin was catapulted into a media whirlwind as a teenager when his father\'s book Searching for Bobby Fischer was made into a major motion picture. After dominating the scholastic chess world for ten years, Waitzkin expanded his horizons, taking on the martial art Tai Chi Chuan and ultimately earning the title of World Champion. How was he able to reach the pinnacle of two disciplines that on the surface seem so different? \"I\'ve come to realize that what I am best at is not Tai Chi, and it is not chess,\" he says. \"What I am best at is the art of learning.\"\r\nWith a narrative that combines heart-stopping martial arts wars and tense chess face-offs with life lessons that speak to all of us, The Art of Learning takes readers through Waitzkin\'s unique journey to excellence. He explains in clear detail how a well-thought-out, principled approach to learning is what separates success from failure. Waitzkin believes that achievement, even at the championship level, is a function of a lifestyle that fuels a creative, resilient growth process. Rather than focusing on climactic wins, Waitzkin reveals the inner workings of his everyday method, from systematically triggering intuitive breakthroughs, to honing techniques into states of remarkable potency, to mastering the art of performance psychology.\r\nThrough his own example, Waitzkin explains how to embrace defeat and make mistakes work for you. Does your opponent make you angry? Waitzkin describes how to channel emotions into creative fuel. As he explains it, obstacles are not obstacles but challenges to overcome, to spur the growth process by turning weaknesses into strengths. He illustrates the exact routines that he has used in all of his competitions, whether mental or physical, so that you too can achieve your peak performance zone in any competitive or professional circumstance.\r\nIn stories ranging from his early years taking on chess hustlers as a seven year old in New York City\'s Washington Square Park, to dealing with the pressures of having a film made about his life, to International Chess Championships in India, Hungary, and Brazil, to gripping battles against powerhouse fighters in Taiwan in the Push Hands World Championships, The Art of Learning encapsulates an extraordinary competitor\'s life lessons in a page-turning narrative.', 8.49, NULL, NULL, 9.50, 'The Art of Learning-52891.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-26 01:25:25', '2024-02-26 01:25:25'),
(5751, 'The Noonday Demon: An Atlas of Depression', 'DWPTlIIYm', 15, 'Winner of the National Book Award and a Pulitzer Prize finalist, The Noonday Demon examines depression in personal, cultural, and scientific terms. Drawing on his own struggles with the illness and interviews with fellow sufferers, doctors and scientists, policy makers and politicians, drug designers and philosophers, Andrew Solomon reveals the subtle complexities and sheer agony of the disease. He confronts the challenge of defining the illness and describes the vast range of available medications, the efficacy of alternative treatments, and the impact the malady has on various demographic populations -- around the world and throughout history. He also explores the thorny patch of moral and ethical questions posed by emerging biological explanations for mental illness. With uncommon humanity, candor, wit, and erudition, award-winning author Solomon takes readers on a journey of incom-parable range and resonance into the most pervasive of family secrets. His contribution to our understanding not only of mental illness but also of the human condition is truly stunning.', 4.19, NULL, NULL, 13.81, 'The Noonday Demon: An Atlas of Depression-66174.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-26 01:27:45', '2024-02-26 01:27:45'),
(5752, 'Manner of Death', '67cvzPsWu', 15, 'In the new fast-paced medical thriller from bestselling author Robin Cook, fan favorites Jack and Laurie are inadvertently drawn into a dangerous vortex of a series of homicides that have been cleverly staged as suicides.\r\nAfter Dr. Jack Stapleton\'s near-death confrontation with a medical serial killer, his wife, NYC Chief Medical Examiner Laurie Montgomery, is carrying the load both at work and at home. When Laurie insists that Dr. Ryan Sullivan--an underperforming senior pathology resident who is spending his required month at the medical examiner\'s office but who truly detests doing forensic autopsies--assist her on a suicide autopsy in hopes of stimulating his interest in the field, the last thing she expects is to be unwittingly drawn into a major conspiracy that puts her own life in jeopardy.\r\nDesperate to avoid performing as many forensic autopsies as possible, Dr. Ryan Sullivan offers to participate in a research project on a series of suicides put together by one of the medical legal investigators. These suicides, like the case Ryan analyzes with Laurie, hint at some bothersome questions about their \"manner of death.\" Although the project was more of a ruse than a serious study, Ryan surprises himself by immediately uncovering unexpected shared commonalities. Most astonishing of all, Ryan\'s inquiries eventually put him and Laurie at risk by leading to a nefarious cancer diagnostics company that promotes the very latest, groundbreaking cancer screening technology in a shockingly self-serving and fraudulent fashion.', 14.01, NULL, NULL, 14.99, 'Manner of Death-23993.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-26 01:35:23', '2024-02-26 01:35:23'),
(5753, 'Char-griller 3070 4 Burner Grill Smoker Bbq Gas & Charcoal', 'Eyfezzult', 15, 'Texas Trio 4 Burner Dual Fuel Grill with Smoker in Black \r\n\r\n3 Stainless Steel Main Burners and an Additional Side Burner to Meet All your grilling needs \r\nGas side has 40,800 BTUs with dual chimneys for even heating and a side burner with an additional 12,000 BTUs \r\nPorcelain-coated matte finish cooking grates are perfect for searing and achieving desired flavors \r\nPrepare delicious sides in our 12,000 BTU side burner \r\nHuge total cooking area of ​​1,389 square inches, with a main cooking area of ​​779 square inches. \r\nEasily light your grill with our electronic igniter \r\nDual external temperature gauges aid in the ultimate grilling experience \r\nLarge bottom shelf provides convenient storage for charcoal and propane tank \r\n\r\nWant a grill that does it all? Look no further than the Char-Griller Texas Trio Gas and Charcoal Grill. This grill is equipped with a gas grill and a charcoal grill in a single unit and comes with a side firebox for Texas-style smoking. This sturdy and attractive grill also features a warming plate and a large storage shelf underneath. With a capacity of 55 burgers, heavy-duty steel construction, and a powder-coated finish, this is the best Texas-style smoker.', 600.00, NULL, NULL, 850.00, 'Char-griller 3070 4 Burner Grill Smoker Bbq Gas & Charcoal-81093.jpeg', 'Char-griller 3070 4 Burner Grill Smoker Bbq Gas & Charcoal-95738.jpeg', 'Char-griller 3070 4 Burner Grill Smoker Bbq Gas & Charcoal-93197.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-26 01:37:33', '2024-02-26 01:37:33'),
(5754, 'Combo Stove Fridge Washing Machine Offers', 'ZBIL2qiPP', 15, 'Combo Stove Fridge Washing Machine Offers', 2880456.00, NULL, NULL, 3678200.00, 'Combo Stove Fridge Washing Machine Offers-71160.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-26 01:41:51', '2024-02-26 01:41:51'),
(5755, 'Noodles', '3CSsOGHTg', 13, 'Indomie Mi Goreng Instant Noodles, Halal Certified, Hot & Spicy Flavor, 2.82 Ounce', 40.94, NULL, NULL, 100.99, 'Noodles-87713.jpeg', NULL, NULL, 'Groceries', 3.0, NULL, 1, '2024-02-26 01:43:28', '2024-02-26 01:43:28'),
(5756, '100% Original Vorwerk Thermomix® Tm6 With 1+6 Free Cookidoo', 'jeyl3oX0D', 15, 'Invented in 1971 and constantly reinvented by German engineers since then, Thermomix® has won the hearts and kitchens of millions of passionate home cooks everyone. \r\n\r\nIntroducing the Thermomix® TM6! This all-in-one kitchen appliance embodies versatility with over 20 different functions and modes, all in one compact and stylish machine. From meal planning to ingredient shopping and cooking, the TM6 has your back so you can seamlessly create the perfect meal every time.', 950.00, NULL, NULL, 1370.00, '100% Original Vorwerk Thermomix® Tm6 With 1+6 Free Cookidoo-50991.jpeg', '100% Original Vorwerk Thermomix® Tm6 With 1+6 Free Cookidoo-55949.jpeg', '100% Original Vorwerk Thermomix® Tm6 With 1+6 Free Cookidoo-50922.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-26 01:46:20', '2024-02-26 01:46:20'),
(5757, 'The Voyage of Argo', 'eqJpneZZO', 15, 'The first new Penguin Classics translation of the Argonautica since the 1950s Now in a riveting new verse translation, Jason and the Argonauts (also known as the Argonautica) is the only surviving full account of Jason\'s voyage on the Argo in quest of the Golden Fleece aided by the sorceress princess Medea. Written in the third century B.C., this epic story of one of the most beloved heroes of Greek mythology, with its combination of the fantastical and the real, its engagement with traditions of science, astronomy and medicine, winged heroes, and a magical vessel that speaks, is truly without parallel in classical or contemporary Greek literature and is now available in an accessible and engaging translation. For more than seventy years, Penguin has been the leading publisher of classic literature in the English-speaking world. With more than 1,700 titles, Penguin Classics represents a global bookshelf of the best works throughout history and across genres and disciplines. Readers trust the series to provide authoritative texts enhanced by introductions and notes by distinguished scholars and contemporary authors, as well as up-to-date translations by award-winning translators.', 4.29, NULL, NULL, 10.71, 'The Voyage of Argo-93256.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-26 01:50:05', '2024-02-26 01:50:05'),
(5758, 'Delonghi La Specialista Arte Ec9155m Espresso Coffee Machine', 'vdLbG9FZ2', 15, 'De\'Longhi EC9155M La Specialista Espresso Maker, Metal \r\n\r\nAbout this item \r\nPerfect and consistent grind thanks to the integrated grinder with 8 precise settings ensuring optimal single or double dose size and grind \r\nActive temperature control allows you to select one of the 3 temperature settings to match the water infusion temperature with the beans for optimal extraction \r\nMy LatteArt Steam Wand is a powerful commercial-style wand that allows you to create perfect latte art \r\nEase of use thanks to specially designed and suitable removable parts dishwasher safe that simplify maintenance routines \r\nYour favorite mug allows you to enjoy your favorite beverage in taller mugs while preserving the coffee cream.', 499.00, NULL, NULL, 1097.00, 'Delonghi La Specialista Arte Ec9155m Espresso Coffee Machine-89326.jpeg', 'Delonghi La Specialista Arte Ec9155m Espresso Coffee Machine-83130.jpeg', 'Delonghi La Specialista Arte Ec9155m Espresso Coffee Machine-56161.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-26 01:52:16', '2024-02-26 01:52:16');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5759, 'O\'Food Tteokbokki Gluten-Free Korean Rice Cakes (Sweet Chili)', 'aQ0n1pUL1', 13, 'Enjoy the soft, chewy texture that defines authentic Korean street food.\r\nEmbrace simplicity with O\'Food Tteokbokki. Just add water to recreate this century-old recipe at home, effortlessly bringing the authentic taste of the Korean streets to your table.\r\nDelight guilt-free! All our Tteokbokki flavors are gluten-free (except BBQ), contain no MSG, no corn syrup, and boast 0 cholesterol and 0 trans fat.', 3.80, NULL, NULL, 7.99, 'O\'Food Tteokbokki Gluten-Free Korean Rice Cakes (Sweet Chili)-55500.jpeg', 'O\'Food Tteokbokki Gluten-Free Korean Rice Cakes (Sweet Chili)-14301.jpeg', 'O\'Food Tteokbokki Gluten-Free Korean Rice Cakes (Sweet Chili)-96337.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-26 01:53:26', '2024-02-26 01:53:26'),
(5760, 'Dyson V10 Animal Cordless Vacuum Cleaner', 'mBfPSRFAa', 15, 'Dyson V10 Animal Cordless Vacuum Cleaner', 150.00, NULL, NULL, 387.67, 'Dyson V10 Animal Cordless Vacuum Cleaner-24922.jpeg', 'Dyson V10 Animal Cordless Vacuum Cleaner-13221.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-26 01:58:27', '2024-02-26 01:58:27'),
(5761, 'Chunky Soup', 'HAvY4PmOt', 13, '15.25-Oz Campbell’s Chunky Soup Microwavable Bowl', 1.98, NULL, NULL, 2.48, 'Chunky Soup-63877.jpeg', 'Chunky Soup-20020.jpeg', 'Chunky Soup-21105.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-26 01:59:08', '2024-02-26 01:59:08'),
(5762, 'Lipton', 'FGmABaVup', 13, '6-Pack 2-Oz Lipton Recipe Secrets Onion Soup & Dip Mix', 5.38, NULL, NULL, 7.98, 'Lipton-13989.jpeg', 'Lipton-86755.jpeg', 'Lipton-17891.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-26 02:04:31', '2024-02-26 02:04:31'),
(5763, 'LG Lrfvs3006s 36 Inch French Door Craft Ice Smart Refrigerator', 'rV9Dw16z8', 15, 'LG Lrfvs3006s 36 Inch French Door Craft Ice Smart Refrigerator', 700.00, NULL, NULL, 987.00, 'LG Lrfvs3006s 36 Inch French Door Craft Ice Smart Refrigerator-85961.jpeg', 'LG Lrfvs3006s 36 Inch French Door Craft Ice Smart Refrigerator-72515.jpeg', 'LG Lrfvs3006s 36 Inch French Door Craft Ice Smart Refrigerator-48549.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-26 02:04:41', '2024-02-26 02:04:41'),
(5764, '6-Oz Stove Top Stuffing Mix (Various Flavors)', 'PVlD6DrUM', 13, 'One 6-Oz box of Stove Top Savory Herbs Stuffing Mix\r\nReady in just 5 minutes, Stove Top is ideal for a quick Thanksgiving side dish\r\nMade with real herbs and spices, our stuffing mix is the perfect choice to serve alongside a protein or stuffed mushrooms\r\nWith a peppery buttery flavor, you can keep your family happy throughout the holidays\r\nA versatile pantry staple, serve Stove Top by itself as a side dish or use as an ingredient to elevate recipes\r\nPerfect to use in any chicken dish or a stuffed mushroom recipe\r\nEach box contains 6 servings at 110 calories per serving\r\nEvery box contains dry, fully seasoned herb stuffing mix', 1.45, NULL, NULL, 1.89, '6-Oz Stove Top Stuffing Mix (Various Flavors)-56317.jpeg', '6-Oz Stove Top Stuffing Mix (Various Flavors)-83017.jpeg', '6-Oz Stove Top Stuffing Mix (Various Flavors)-58295.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-26 02:09:14', '2024-02-26 02:09:14'),
(5765, 'Sam\'s Club: 6-Pack 32-Oz Swanson Chicken Broth', 'xceYYErnZ', 13, 'Swanson® Chicken Broth is a super delicious part of many meals and a perfect choice for the holiday season or any time of the year. You\'ll find it super easy to use in a variety of recipes in your kitchen.\r\nWhat\'s the Deal with This Package?\r\nWell, let me tell you! Swanson Chicken Broth comes with six handy containers, and each of them holds 32 ounces of tasty broth. What\'s even better is that each carton is resealable, so you can just store it away and use it again later. How convenient is that?\r\nWhat\'s So Great About Swanson Chicken Broth?\r\nThis broth has a rich chicken flavor and is 99% fat free. It\'s 100% natural, and there are only 10 calories per cup with just one gram of sugar. Plus, the package also comes with a delicious chicken soup recipe.\r\nLooking for a Mouthwatering Chicken Soup Recipe?\r\nLook no further! Swanson has included a Sensational Chicken Noodle Soup recipe with their broth. This classic chicken broth is perfect for those who need a top-notch soup stock for their chicken noodle soup. And guess what? You can also use it for making a tasty gravy that pairs well with chicken or even turkey. It\'s great for basting poultry, for roasts, and for making stuffing moister. Honestly, it\'s an amazing option for whipping up some quality comfort food. So go ahead, give it a try!', 8.90, NULL, NULL, 9.98, 'Sam\'s Club: 6-Pack 32-Oz Swanson Chicken Broth-90895.jpeg', 'Sam\'s Club: 6-Pack 32-Oz Swanson Chicken Broth-31351.jpeg', 'Sam\'s Club: 6-Pack 32-Oz Swanson Chicken Broth-92958.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-26 02:14:34', '2024-02-26 02:14:34'),
(5766, 'Bestseller in Night Lights', 'm9KVtxIF6', 15, 'Personalised baby night light, baby birth gift, night light children with custom name and date, miracle wish, bedside lamp, baptism gift', 20.79, NULL, NULL, 25.79, 'Bestseller in Night Lights-87163.jpeg', 'Bestseller in Night Lights-23838.jpeg', 'Bestseller in Night Lights-75822.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 02:14:38', '2024-02-26 02:14:38'),
(5767, 'Microsoft Xbox Series', 'UiijMXFyp', 15, 'Microsoft Xbox Series game compatible for your home and game house', 200.00, NULL, NULL, 360.00, 'Microsoft Xbox Series-31585.jpeg', 'Microsoft Xbox Series-58620.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-26 02:15:40', '2024-02-26 02:15:40'),
(5768, '1984: 75th Anniversary', 'd2CZn4Ezm', 15, 'Written 75 years ago, 1984 was George Orwell\'s chilling prophecy about the future. And while 1984 has come and gone, his dystopian vision of a government that will do anything to control the narrative is timelier than ever... This 75th Anniversary Edition includes: - A New Introduction by Dolen Perkins-Valdez, author of Take My Hand, winner of the 2023 NAACP Image Award for Outstanding Literary Work--Fiction - A New Afterword by Sandra Newman, author of Julia: A Retelling of George Orwell\'s 1984 \"The Party told you to reject the evidence of your eyes and ears. It was their final, most essential command.\" Winston Smith toes the Party line, rewriting history to satisfy the demands of the Ministry of Truth. With each lie he writes, Winston grows to hate the Party that seeks power for its own sake and persecutes those who dare to commit thoughtcrimes. But as he starts to think for himself, Winston can\'t escape the fact that Big Brother is always watching... A startling and haunting novel, 1984 creates an imaginary world that is completely convincing from start to finish. No one can deny the novel\'s hold on the imaginations of whole generations, or the power of its admonitions--a power that seems to grow, not lessen, with the passage of time. - Nominated as one of America\'s best-loved novels by PBS\'s The Great American Read', 5.49, NULL, NULL, 9.99, '1984: 75th Anniversary-97263.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-26 02:18:54', '2024-02-26 02:18:54'),
(5769, 'Van Camp\'s Pork & Beans', 'Z7jc5Kivj', 13, 'Van Camp\'s Pork & Beans, 15 Oz~81 Cents With S&S', 58.99, NULL, NULL, 90.98, 'Van Camp\'s Pork & Beans-25958.jpeg', 'Van Camp\'s Pork & Beans-40215.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-26 02:22:19', '2024-02-26 02:22:19'),
(5770, 'Tops & Tees', 'ccWg7WyYT', 17, 'I Support A Man\'s Right To Shut The Fuck Up Baby Tee, Heavy Cotton, Iconic Slogan T-shirt, 90s Aesthetic Vintage Tee Trending Print Top', 30.01, NULL, NULL, 33.01, 'Tops & Tees-23501.jpeg', 'Tops & Tees-16656.jpeg', 'Tops & Tees-98989.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 02:24:32', '2024-02-26 02:24:32'),
(5771, 'Madness: A Bipolar Life', 'AeMQqy97t', 15, 'Madness: A Bipolar Life is a book that offers a personal account of living with bipolar disorder. It provides insights into the author\'s experiences and sheds light on the challenges and triumphs of navigating life with this condition. It\'s a powerful and thought-provoking read.', 20.81, NULL, NULL, 25.00, 'Madness: A Bipolar Life-11649.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-26 02:25:23', '2024-02-26 02:25:23'),
(5772, 'Breville (bes880bss) Barista Touch Screen Espresso Machine', 'iNuKOHXJf', 15, 'Breville (bes880bss) Barista Touch Screen Espresso Machine', 865589.00, NULL, NULL, 1965088.00, 'Breville (bes880bss) Barista Touch Screen Espresso Machine-74158.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-26 02:25:42', '2024-02-26 02:25:42'),
(5773, 'Mixed Crackers', 'D8N9KqWpA', 13, 'Hapi Mixed Crackers, 6-Ounce Tins (Pack of 4)', 14.97, NULL, NULL, 22.46, 'Mixed Crackers-39330.jpeg', 'Mixed Crackers-77753.jpeg', 'Mixed Crackers-53620.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-26 02:27:47', '2024-02-26 02:27:47'),
(5774, 'Portable Air Conditioner, 2899btu Tent Air Conditioner, 250w', 'wGmkL0EJN', 15, 'Portable Air Conditioner, 2899btu Tent Air Conditioner, 250w.', 890345.00, NULL, NULL, 1984600.00, 'Portable Air Conditioner, 2899btu Tent Air Conditioner, 250w-37418.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-26 02:29:40', '2024-02-26 02:29:40'),
(5775, 'Bride', 'uOEyr9NWO', 15, '1 Indie Next Pick \r\nA Hall of Fame LibraryReads pick \r\nOne of People\'s Best Books to Read in February\r\nA dangerous alliance between a Vampyre bride and an Alpha Werewolf becomes a love deep enough to sink your teeth into in this new paranormal romance from the #1 New York Times bestselling author of Love, Theoretically and The Love Hypothesis.\r\nMisery Lark, the only daughter of the most powerful Vampyre councilman of the Southwest, is an outcast--again. Her days of living in anonymity among the Humans are over: she has been called upon to uphold a historic peacekeeping alliance between the Vampyres and their mortal enemies, the Weres, and she sees little choice but to surrender herself in the exchange--again...\r\nWeres are ruthless and unpredictable, and their Alpha, Lowe Moreland, is no exception. He rules his pack with absolute authority, but not without justice. And, unlike the Vampyre Council, not without feeling. It\'s clear from the way he tracks Misery\'s every movement that he doesn\'t trust her. If only he knew how right he was....\r\nBecause Misery has her own reasons to agree to this marriage of convenience, reasons that have nothing to do with politics or alliances, and everything to do with the only thing she\'s ever cared about. And she is willing to do whatever it takes to get back what\'s hers, even if it means a life alone in Were territory...alone with the wolf.', 16.53, NULL, NULL, 19.00, 'Bride-93119.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-26 02:32:59', '2024-02-26 02:32:59'),
(5776, 'Mon-Yu', 'D3e1tRHjZ', 13, 'Mon-Yu', 24.99, NULL, NULL, 49.99, 'Mon-Yu-78056.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-26 02:34:04', '2024-02-26 02:34:04'),
(5777, 'New Samsung RF27t5501sr 36 Inch Refrigerator', 'olMF1kfLb', 15, 'NEW Samsung RF27T5501SR 36 Inch \r\nSmart French Door \r\nRefrigerator with 26.5 Cu. Foot.', 1200.00, NULL, NULL, 1866.00, 'New Samsung RF27t5501sr 36 Inch Refrigerator-48037.jpeg', 'New Samsung RF27t5501sr 36 Inch Refrigerator-29062.jpeg', 'New Samsung RF27t5501sr 36 Inch Refrigerator-91363.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-26 02:34:35', '2024-02-26 02:34:35'),
(5778, 'You Suck at Parking', 'GiUWIEd1Z', 13, 'You Suck at Parking - Nintendo Switch', 14.99, NULL, NULL, 29.99, 'You Suck at Parking-37533.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-26 02:36:42', '2024-02-26 02:36:42'),
(5779, 'Blood Money: Why the Powerful Turn a Blind', 'dvZCVtRXg', 15, 'It\'s often said that China is in a cold war with America. The reality is far worse: the war is hot, and the body count is one-sided.\r\nChina is killing Americans and working aggressively to maximize the carnage while our leaders remain passive and, in some cases, compliant. Why?\r\nIf anyone could crack the code, it\'s the renowned nonpartisan investigator Peter Schweizer. Schweizer\'s previous three number one New York Times bestsellers sent shock waves through official Washington, sparking FBI investigations and congressional probes that continue to this day.\r\nFor Blood Money, Schweizer and his team of forensic investigators spent more than two years scouring a trove of restricted Chinese military documents, data-mining a mountain of American financial records, and tracking US political lead-ers\' investments and family businesses. Schweizer unloads bombshell after bombshell, exposing the Chinese Communist Party\'s covert operations in the American drug trade, social justice movement, and medical establishment to sow chaos and decadence in\r\nthe United States.\r\nA towering achievement of investigative jour-nalism, Blood Money is one of those rare books that makes you clearly see the world anew.', 25.24, NULL, NULL, 32.00, 'Blood Money: Why the Powerful Turn a Blind-56645.jpeg', NULL, NULL, 'Books', 2.5, NULL, 1, '2024-02-26 02:37:51', '2024-02-26 02:37:51'),
(5780, '2020 X-pro Motorcycle Dlx 250cc Hawk Deluxe Enduro Dirt Bike', '7i0P6qrqi', 15, 'Engine: 250cc, 4-stroke, air-cooled, multi-port (electronic) fuel injection engine. \r\nTransmission: 5-speed manual transmission, heavy-duty clutch offers smooth, progressive engagement and smooth shifting. Take full control of your bike! \r\nEngine Kill Switch: An additional kill switch safety feature on this bike allows riders of all ages to turn off the engine at any time they want, this is especially helpful and useful during an emergency situation. \r\nKick/Electric Start: Electric start for easy starting, kick start is used as a backup plan in any unexpected situation. \r\nHydraulic Disc Brakes – Allow the bike to stop faster than other brake systems, making it safer to use. As any cyclist will say, power is nothing without good brakes. The high-performance hydraulic disc brake makes this bike an expert choice. \r\nStrong Chain/Sprocket: This heavy duty chain/sprocket on this beast is designed to withstand the roughest and toughest terrain of any terrain. Snail type chain adjusters for easy maintenance.', 550.00, NULL, NULL, 886.00, '2020 X-pro Motorcycle Dlx 250cc Hawk Deluxe Enduro Dirt Bike-22640.jpeg', '2020 X-pro Motorcycle Dlx 250cc Hawk Deluxe Enduro Dirt Bike-98940.jpeg', '2020 X-pro Motorcycle Dlx 250cc Hawk Deluxe Enduro Dirt Bike-20336.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 02:41:09', '2024-02-26 02:41:09'),
(5781, 'Nordictrack Commercial Studio Cycle Touchscreen S22i Workout', 'YuNylRmoY', 15, '30-day iFIT family membership included; stream live and on-demand workouts to your device with global workouts and studio classes; add up to 5 users; Elite trainers adapt to your team \r\n22-inch HD interactive touchscreen console; stream on-demand iFIT workouts directly to your bike; Use the built-in 2-inch speakers or your Bluetooth headphones (not included) to follow workouts \r\n24 levels of resistance with -10% to 20% incline; With AutoAdjust, iFIT trainers change their resistance and incline in real time to suit your workout; Silent magnetic resistance reduces noise while driving. \r\n(2) 3 lbs. Weights included; ActivePulse heart rate training available (heart rate monitor sold separately); stay cool with an AutoBreeze workout fan that changes intensity with its resistance level \r\n350 lbs full weight capacity; Protected with a 10-year frame warranty, 2-year parts warranty, and labor warranty; Product Footprint: 60.5\"H x 22\"W x 58\"D', 1156.00, NULL, NULL, 1880.00, 'Nordictrack Commercial Studio Cycle Touchscreen S22i Workout-57542.jpeg', 'Nordictrack Commercial Studio Cycle Touchscreen S22i Workout-95893.jpeg', 'Nordictrack Commercial Studio Cycle Touchscreen S22i Workout-35870.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 02:43:51', '2024-02-26 02:43:51'),
(5782, 'Baby Easter Gift Basket with Cotton Rope, Personalized Basket for baby shower, Baby Name Gift, Adorable Basket, Toy Basket for baby', 'N1zSWvNXw', 17, 'Baby Easter Gift Basket with Cotton Rope, Personalized Basket for baby shower, Baby Name Gift, Adorable Basket, Toy Basket for baby', 20.10, NULL, NULL, 22.10, 'Baby Easter Gift Basket with Cotton Rope, Personalized Basket for baby shower, Baby Name Gift, Adorable Basket, Toy Basket for baby-91415.jpeg', 'Baby Easter Gift Basket with Cotton Rope, Personalized Basket for baby shower, Baby Name Gift, Adorable Basket, Toy Basket for baby-65838.jpeg', NULL, 'Babies', 4.5, NULL, 1, '2024-02-26 02:43:57', '2024-02-26 02:43:57'),
(5783, 'Unbroken: A World War II Story of Survival', 'PAwSZQkUG', 15, '1 NEW YORK TIMES BESTSELLER - The incredible true story of survival and salvation that is the basis for two major motion pictures: Unbroken and Unbroken: Path to Redemption.\r\n\"Extraordinarily moving . . . a powerfully drawn survival epic.\"--The Wall Street Journal\r\nHailed as the top nonfiction book of the year by Time magazine - Winner of the Los Angeles Times Book Prize for biography\r\nOn a May afternoon in 1943, an Army Air Forces bomber crashed into the Pacific Ocean and disappeared, leaving only a spray of debris and a slick of oil, gasoline, and blood. Then, on the ocean surface, a face appeared. It was that of a young lieutenant, the plane\'s bombardier, who was struggling to a life raft and pulling himself aboard. So began one of the most extraordinary odysseys of the Second World War.\r\nThe lieutenant\'s name was Louis Zamperini. In boyhood, he\'d been a cunning and incorrigible delinquent, breaking into houses, brawling, and fleeing his home to ride the rails. As a teenager, he had channeled his defiance into running, discovering a prodigious talent that had carried him to the Berlin Olympics and within sight of the four-minute mile. But when war had come, the athlete had become an airman, embarking on a journey that led to his doomed flight, a tiny raft, and a drift into the unknown.\r\nAhead of Zamperini lay thousands of miles of open ocean, leaping sharks, a foundering raft, thirst and starvation, enemy aircraft, and, beyond, a trial even greater. Driven to the limits of endurance, Zamperini would answer desperation with ingenuity; suffering with hope, resolve, and humor; brutality with rebellion. His fate, whether triumph or tragedy, would be suspended on the fraying wire of his will.\r\nLaura Hillenbrand writes with the same rich and vivid narrative voice she displayed in Seabiscuit. Telling an unforgettable story of a man\'s journey into extremity, Unbroken is a testament to the resilience of the human mind, body, and spirit.', 25.21, NULL, NULL, 30.00, 'Unbroken: A World War II Story of Survival-13774.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-26 02:44:32', '2024-02-26 02:44:32'),
(5784, '2019 Specialized Stumpjumper Carbon Bicycle', 'CuN2KjHcf', 15, '2019 Specialized Stumpjumper Carbon Bicycle', 600.00, NULL, NULL, 780.00, '2019 Specialized Stumpjumper Carbon Bicycle-81920.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-26 02:49:23', '2024-02-26 02:49:23'),
(5785, 'I Know Why the Caged Bird Sings', 'Oc5bCJ7bI', 15, 'Maya Angelou\'s debut memoir is a modern American classic beloved worldwide. Her life story is told in the documentary film And Still I Rise, as seen on PBS\'s American Masters.\r\nHere is a book as joyous and painful, as mysterious and memorable, as childhood itself. I Know Why the Caged Bird Sings captures the longing of lonely children, the brute insult of bigotry, and the wonder of words that can make the world right. Maya Angelou\'s debut memoir is a modern American classic beloved worldwide.\r\nSent by their mother to live with their devout, self-sufficient grandmother in a small Southern town, Maya and her brother, Bailey, endure the ache of abandonment and the prejudice of the local \"powhitetrash.\" At eight years old and back at her mother\'s side in St. Louis, Maya is attacked by a man many times her age--and has to live with the consequences for a lifetime. Years later, in San Francisco, Maya learns that love for herself, the kindness of others, her own strong spirit, and the ideas of great authors (\"I met and fell in love with William Shakespeare\") will allow her to be free instead of imprisoned.\r\nPoetic and powerful, I Know Why the Caged Bird Sings will touch hearts and change minds for as long as people read.\r\n\"I Know Why the Caged Bird Sings liberates the reader into life simply because Maya Angelou confronts her own life with such a moving wonder, such a luminous dignity.\"--James Baldwin', 5.69, NULL, NULL, 8.99, 'I Know Why the Caged Bird Sings-21352.jpeg', NULL, NULL, 'Books', 4.0, NULL, 1, '2024-02-26 02:49:27', '2024-02-26 02:49:27'),
(5786, 'Your Blues Ain\'t Like Mine', 'PZwWBef9f', 15, 'The \"New York Times\" bestselling author of \"72 Hour Hold\" delivers a powerful, award-winning novel of a racially motivated murder and its lasting repercussions on the lives of all it touches. Winner of the NAACP Image Award. Reissue.', 12.31, NULL, NULL, 17.00, 'Your Blues Ain\'t Like Mine-66158.jpeg', NULL, NULL, 'Books', 4.5, NULL, 1, '2024-02-26 02:53:42', '2024-02-26 02:53:42'),
(5787, 'Crochet baby shoes pattern, English Patterns, Newborn Slippers | Uni2', 'jgW8Xuiqg', 17, 'Create Irresistibly Cute Two-Tone Baby Booties with This Crochet Pattern!\r\n\r\n*** Pattern language: English only (US terminology)\r\n\r\nThis listing showcases the **PDF CROCHET PATTERN** for our charming Uni2 Baby booties. Please remember, you\'re investing in the pattern, not the finished booties - you\'ll be bringing them to life yourself!\r\n\r\nThe pattern follows US terminology with a recommended skill level marked as advanced - an exciting challenge for all the ardent crocheters out there!\r\n\r\nOur pattern covers multiple sizes for your convenience, so you can create booties for babies at various stages of their first year. The foot length for each size is as follows:\r\n- Newborn: approximately 3.15\"/8cm\r\n- 0-3 months: approximately 3.5\"/9cm\r\n- 3-6 months: approximately 3.9\"/10cm\r\n- 6-12 months: approximately 4.3-4.7\"/11-12cm\r\n\r\nThe Yarn We Used:\r\nOur pattern truly shines with the right yarn choice. We\'ve used:\r\n- Approximately 3.5oz/100g of cotton yarn Sport Fine & US C/2\r\n- Vita Cotton Lily\r\n- Scheepjes Catona\r\n- Schachenmayr Catania\r\n\r\nSo gather up your crochet hooks and get ready to make your own adorable pairs of Uni2 baby booties! You\'re just a PDF away from starting an exciting new project.\r\n\r\n***\r\nNew Parent Gift Box Booties, New Mom, New Dad, New Baby, Newborn Crochet Pattern, baby sleep toy, Newborn baby Gift, New Baby Gift, Baby boy gift, crochet baby shoe pattern, crochet baby pattern', 3.25, NULL, NULL, 4.25, 'Crochet baby shoes pattern, English Patterns, Newborn Slippers | Uni2-68310.jpeg', 'Crochet baby shoes pattern, English Patterns, Newborn Slippers | Uni2-48772.jpeg', 'Crochet baby shoes pattern, English Patterns, Newborn Slippers | Uni2-72354.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 02:54:35', '2024-02-26 02:54:35'),
(5788, 'Tumbling', 'EYD8fDbHm', 15, '\"Warm and intimate. . . . An accomplished novel, with sharply drawn characters, exuberant prose, plenty of period detail and a wise, forgiving outlook on family life.\" -- Los Angeles Times Book Review\r\n\r\nTumbling is the beloved bestselling debut novel that launched the luminous career of Diane McKinney Whetstone, critically acclaimed author of Tempest Rising, Blues Dancing, Leaving Cecil Street, and Trading Dreams at Midnight. Writing in a style as accessible as Terry McMillan, yet with the literary touches of Toni Morrison, McKinney Whetstone\'s Tumbling is a poignant, exquisitely rendered story of the ties that bind us and the secrets that keep us apart.\r\n\r\nNoon and Herbie are deeply in love and living in a tightly knit African American neighborhood in South Philadelphia during the 1940s. But their marriage remains unconsummated because of a horrible incident in Noon\'s past, so each seeks comfort elsewhere: Noon in the warm acceptance of the neighborhood church; Herbie in the arms of Ethel, a jazz singer. Then one day an infant girl is left on their doorstep, and later Ethel blesses them with her five-year-old niece. Suddenly and unexpectedly a family, Herbie, Noon, and their two girls draw closer--until an outside threat reawakens a fire in Noon, causing her to rise up and fight to hold her family and her community together.', 11.30, NULL, NULL, 15.99, 'Tumbling-96047.jpeg', NULL, NULL, 'Books', 5.0, NULL, 1, '2024-02-26 02:56:24', '2024-02-26 02:56:24'),
(5789, 'Spinning Bicycle Club Commercial Gym Master Exercise Equipment', 'nvkfCsiwK', 15, 'Spinning Bicycle Club Commercial Gym Master Exercise Equipment', 300.00, NULL, NULL, 678.00, 'Spinning Bicycle Club Commercial Gym Master Exercise Equipment-85269.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 02:57:14', '2024-02-26 02:57:14'),
(5790, 'Total Gym Row Trainer, Silver & Black', 'D6W0Ot7ZR', 15, 'Total Gym Row Trainer, Silver & Black', 600.00, NULL, NULL, 986.00, 'Total Gym Row Trainer, Silver & Black-48102.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 02:59:54', '2024-02-26 02:59:54'),
(5791, 'Treadmill With 10 Hd Tv Movie Touchscreen And 3d Virtual Sp', '5BrdrksQY', 15, 'Treadmill with 10\" HD TV Movie Touchscreen and 3D Virtual Sports Scene, WiFi & Bluetooth Speaker,Folding Treadmills with Hydraulic Drop,Heart Rate Sensor,Portable Running Walking Machine for Home Gym\r\n\r\nColor: Black', 260.00, NULL, NULL, 589.00, 'Treadmill With 10 Hd Tv Movie Touchscreen And 3d Virtual Sp-17899.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 03:02:43', '2024-02-26 03:02:43'),
(5792, 'Sunny Health & Fitness Motion Air Bike, Fan Exercise Bike', 'vkiH9rSJq', 15, 'Sunny Health & Fitness Motion Air Bike, Fan Exercise Bike\r\n\r\nBrand: Sunny Health & Fitness\r\n\r\nColor: Black', 290.00, NULL, NULL, 485.00, 'Sunny Health & Fitness Motion Air Bike, Fan Exercise Bike-30011.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-26 03:04:33', '2024-02-26 03:04:33'),
(5793, 'Sunny Health & Fitness Sf-t7917 Incline Treadmill', '65YXBjtWM', 15, 'Sunny Health & Fitness Sf-t7917 Incline Treadmill\r\n\r\nBrand: Sunny Health & Fitness\r\n\r\nColor: Black', 300.08, NULL, NULL, 430.00, 'Sunny Health & Fitness Sf-t7917 Incline Treadmill-66746.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 03:06:25', '2024-02-26 03:06:25'),
(5794, 'Baby Booties Converse Crochet Unisex Crochet Baby Booty Shoe Shower Gift newborn baby shoe sneakers chucks baby girl boy footwear baby shoes', 'nBKVkDnWR', 17, 'The cutest baby booties ever! These very cute handmade crochet baby shoes will make your child very happy! These crochet baby sneakers are perfect as a baby shower reveal party gift. Converse style baby booties are perfect as a part of family look.\r\n\r\nApproximate sizes of booties:\r\n\r\n0-3 months sole length 9 cm (3.54 in)\r\n3-6 months sole length 10-10.5 cm (4.13 in)\r\n6-9 months sole length 11 cm (4.33 in)\r\n9-12 months sole length 12 cm (4.72 in)\r\n\r\nThis is a suggested age range for each size. Please remember that every baby\'s foot and head grows at different speeds.\r\n\r\nBaby teether is made with a 2.36 inch (6 cm) solid wooden ring.\r\nUnvarnished, Food-safe, BPA/phthalate/latex-free wooden ring is soothing to baby\'s gums while they cut those first teeth.\r\n\r\nInner diameter: 4 cm\r\nOuter diameter: 6 cm\r\nThickness: 1 cm\r\nTotal diameter is 8 inches with the crocheted scallops.\r\n\r\n\r\nMy baby shoes are available in different colours: red, light pink, bright pink, orangeville, light blue, dark blue, bright blue, purple, emerald green, yellow, light green, oil blue, camel hair coat, aloha sunset baby sneakers. Special collection: rainbow booties. Classic collection: white, black, ivory, grey, cacao, uniform green, and renwick olive crib shoes. As you can see, in classic collection one of the stripes is red, also there is a red stripe on the booty tongue (except the black and uniform green pair). If you want to change the color of the stripe, please text me in messages or add a note in your order.\r\n\r\nThese cute baby sneakers are a perfect gift for a mom or a child. In any season you can make a perfect family look.\r\n\r\nBaby booties are hand knitted, they do not contain any plastic\\hard materials, so they are safe for babies.\r\n\r\nI use 100% baby cotton yarn to make these baby booties, black yarn on the stars is a mix of baby cotton/ baby acrylic yarn.\r\nEmerald green booties contain 15% of linen in yarn.\r\n\r\nHand wash is the best option, in cold or warm water.\r\n\r\nYou can choose an option for your baby, as I like to make custom orders too :) You can text me anytime and ask all the questions you want.', 35.63, NULL, NULL, 40.63, 'Baby Booties Converse Crochet Unisex Crochet Baby Booty Shoe Shower Gift newborn baby shoe sneakers chucks baby girl boy footwear baby shoes-47348.jpeg', 'Baby Booties Converse Crochet Unisex Crochet Baby Booty Shoe Shower Gift newborn baby shoe sneakers chucks baby girl boy footwear baby shoes-13817.jpeg', 'Baby Booties Converse Crochet Unisex Crochet Baby Booty Shoe Shower Gift newborn baby shoe sneakers chucks baby girl boy footwear baby shoes-20398.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 03:08:36', '2024-02-26 03:08:36'),
(5795, 'Incline Press Machine - Plate Loaded (commercial Gym Quality', '0CtTl0vlA', 15, 'Incline Press Machine - Plate Loaded (commercial Gym Quality', 1000.00, NULL, NULL, 1806.00, 'Incline Press Machine - Plate Loaded (commercial Gym Quality-55576.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-26 03:09:31', '2024-02-26 03:09:31'),
(5796, 'Body Solid Exm3000lps Home Gym', '4Je3PnDmk', 15, 'Body Solid Exm3000lps Home Gym', 1200.00, NULL, NULL, 2500.00, 'Body Solid Exm3000lps Home Gym-49786.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 03:25:56', '2024-02-26 03:25:56'),
(5797, 'Trinity Trigger', 'y3YcHavCS', 13, 'Trinity Trigger - Day 1 Edition - PlayStation 5', 19.99, NULL, NULL, 39.99, 'Trinity Trigger-13724.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-26 03:28:05', '2024-02-26 03:28:05'),
(5798, 'Body-solid Sbl460 Freeweight Leverage Gym', 'FVadEyPAc', 15, 'Body-solid Sbl460 Freeweight Leverage Gym', 1200.00, NULL, NULL, 1860.00, 'Body-solid Sbl460 Freeweight Leverage Gym-13307.jpeg', NULL, NULL, 'Sports and outdoor', 4.0, NULL, 1, '2024-02-26 03:28:15', '2024-02-26 03:28:15'),
(5799, 'Loop8', 'ZsJzDIChG', 13, 'Loop8: Summer of Gods - Nintendo Switch', 14.99, NULL, NULL, 29.99, 'Loop8-73035.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-26 03:30:17', '2024-02-26 03:30:17'),
(5800, 'Body Solid Sbl460p4 Freeweight Leverage Gym Package', 'lluX81pXL', 15, 'Body Solid Sbl460p4 Freeweight Leverage Gym Package\r\nFor home or gym house', 1600.00, NULL, NULL, 3000.00, 'Body Solid Sbl460p4 Freeweight Leverage Gym Package-71385.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-26 03:30:25', '2024-02-26 03:30:25'),
(5801, 'Fishing North Atlantic', 'b0y6DLDon', 13, 'Fishing: North Atlantic: Enhanced Edition - PlayStation 5', 24.99, NULL, NULL, 49.99, 'Fishing North Atlantic-27359.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-26 03:32:50', '2024-02-26 03:32:50'),
(5802, 'Story of Seasons', 'l1xxxFZyK', 13, 'Story of Seasons: A Wonderful Life - PlayStation 5', 19.99, NULL, NULL, 29.99, 'Story of Seasons-16602.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-26 03:34:46', '2024-02-26 03:34:46'),
(5803, 'You Suck at Parking', 'FiiORdASn', 13, 'You Suck at Parking - PlayStation 5', 14.99, NULL, NULL, 29.99, 'You Suck at Parking-38071.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-26 03:36:55', '2024-02-26 03:36:55'),
(5804, 'Star Wars Jedi', 'mrBGW3otS', 13, 'Star Wars Jedi: Survivor - Xbox Series X', 29.99, NULL, NULL, 69.99, 'Star Wars Jedi-75042.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-26 03:39:35', '2024-02-26 03:39:35'),
(5805, 'Fort Solis', 'PzdjQMZvJ', 13, 'Fort Solis (PS5)', 17.99, NULL, NULL, 34.99, 'Fort Solis-67232.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-26 03:47:01', '2024-02-26 03:47:01'),
(5806, 'God of Rock', 'c0abPBP51', 13, 'God of Rock (PS4)', 14.99, NULL, NULL, 29.99, 'God of Rock-10178.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-26 03:49:46', '2024-02-26 03:49:46'),
(5807, 'It Takes Two', '3Dt3NAUqH', 13, 'It Takes Two - Nintendo Switch', 19.99, NULL, NULL, 39.99, 'It Takes Two-15143.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-26 04:01:12', '2024-02-26 04:01:12'),
(5808, 'AUXITO Car Jump Starter with Air Compressor, 3500A 12V Portable Battery Jump Starter for All Gas or up to 8.0L Diesel with 120PSI Digital Tire Inflator, LED Light, USB Quick Charge', 'uSN2AOrZQ', 15, 'AUXITO Jump Starter is equipped with a peak current of 3500A, which can start 12V vehicles (all gasoline/8.0L diesel engines). Fight against cold use at -20~60℃. This battery jumper starter portable can start the car 50 times and has a service life of more than 1000 charge cycles, Back on the road in seconds. The car jumper starter portable comes with 120 PSI car tire inflator design, Auto stop at preset pressure, no need for hand support, allowing you to inflate cars, bikes, balls, mattresses, pool floats, etc.\r\n\r\n\r\n\r\nSpecifications:Car Jump Starter with Air Compressor\r\n\r\nSize: L7.79*W4.40*H2.08in\r\n\r\nWeight: 3.27lb\r\n\r\nPortable Power Supply : 11200mAh\r\n\r\nvoltage: 12V\r\n\r\nPeak current:3500A\r\n\r\nRated pressure: 120PSI\r\n\r\nLife time: more than 1000 times cycles\r\n\r\nOperation temperature: -20~60℃\r\n\r\n3 Emergency Light Modes: Flashlight mode,sos mode,strobe mode\r\n\r\nCharge anything:laptop,game machine,cell phone,camera...\r\n\r\nProtections: Overcharge;Overvoltage;Overcurrent;Overload;Reverse polarity;Short circuit;Low temp safeguard;High temp;Anti-spark;Reverse charging prevention.', 99.99, NULL, NULL, 169.99, 'AUXITO Car Jump Starter with Air Compressor, 3500A 12V Portable Battery Jump Starter for All Gas or up to 8.0L Diesel with 120PSI Digital Tire Inflator, LED Light, USB Quick Charge-26149.jpeg', 'AUXITO Car Jump Starter with Air Compressor, 3500A 12V Portable Battery Jump Starter for All Gas or up to 8.0L Diesel with 120PSI Digital Tire Inflator, LED Light, USB Quick Charge-61841.jpeg', 'AUXITO Car Jump Starter with Air Compressor, 3500A 12V Portable Battery Jump Starter for All Gas or up to 8.0L Diesel with 120PSI Digital Tire Inflator, LED Light, USB Quick Charge-52538.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-26 13:05:01', '2024-02-26 13:05:01'),
(5809, 'Schumacher SJ1583 Portable Power Station, 800A Jump Starter – 150-PSI Air Compressor, New in Box', 'wK9tUbBmV', 15, 'For portable power and on-the-go jump starting, look no further than the Schumacher SJ1583 Portable Power Station and 800 Peak Amp Jump Starter. With a 2A USB output and a 12V DC outlet, the SJ1583 is the perfect tool for camping, tailgating, and emergencies. As a portable power station, the device will supply up to 30 hours of power to your USB and 12V DC devices. It’s also built for reliable jump starting, delivering 800 peak amps of jump starting power, which is enough to easily start 6.0L gas and 3.0L diesel engines. New in Box.\r\nPortable Power – Use the SJ1583 to safely power or charge your USB and DC devices with a 2A USB port and a 12V DC outlet.\r\nSuperior Jump Starting – With 800 peak amps of power, the SJ1583 has the the strength to jump start 6.0L gas or 3.0L diesel engines.\r\nAir Compressor – The 150-PSI air compressor features an analog gauge for easy use and multiple accessory nozzles.\r\nWork Light – A built-in LED light provides illumination during emergencies and lights up the fun at your camp site or tailgate.\r\nBooster Cables – The SJ1583 includes color-coded clamps and 8-gauge, 21-inch booster cables.\r\nLED Indicators – See the internal battery’s charge status at a glance with the SJ1583’s easy-to-read LED indicators.\r\nEasy Recharging – A built-in charger with a swivel AC plug lets you easily charge the unit with any 18 AWG or larger extension cord.\r\nNew in the Box – The Schumacher SJ1583 Portable Power Station and Jump Starter, (3) hose adapters, bag, and user manual.', 79.30, NULL, NULL, 99.00, 'Schumacher SJ1583 Portable Power Station, 800A Jump Starter – 150-PSI Air Compressor, New in Box-89882.jpeg', 'Schumacher SJ1583 Portable Power Station, 800A Jump Starter – 150-PSI Air Compressor, New in Box-25068.jpeg', 'Schumacher SJ1583 Portable Power Station, 800A Jump Starter – 150-PSI Air Compressor, New in Box-11439.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-26 13:10:08', '2024-02-26 13:10:08'),
(5810, 'Schumacher 1500A Rugged Jump Starter and Portable Power Pack 12V DC car charger', 'bEC92eR0r', 15, 'Don’t find yourself stranded by a dead battery. Be prepared with the superior starting power offered by Schumacher’s line of Rugged Lithium Jump Starters, fueled by high-performance internal lithium batteries. Featuring 1500 amps of peak power, Schumacher’s Rugged Lithium Jump Starter and USB Power Pack ensures that you have all the power you need to jump start up to 8.0L gas and 4.5L diesel engines. The 1500-amp jump starter boasts a front-facing LED area light that allows users to easily see the engine compartment during a jump start and a 2.4A USB port that charges mobile devices two times faster than a standard USB charger. With its emphasis on safety, the unit offers reverse polarity, short circuit, temperature, battery low voltage, overcurrent, overload, overvoltage, and overcharge protection. Other features include 36-inch jumper cables with heavy-duty clamps, and 2.0A USB and 12V input ports.\r\nLithium Power – A 37 Wh internal lithium battery delivers up to 1500 amps of jump starting power, enough to jump start up to 8.0L gas and 4.5L diesel batteries.\r\n2X Faster USB Charging – The 2.4A USB port chargers your smartphones, tablets, laptops, wearables, and other devices two times faster than a standard USB charger.\r\nRugged Design – With a durable case and heavy-duty clamps, this jump starter is designed to stand up to frequent use and tough conditions.\r\nWorks in Extreme Cold – Schumacher’s Pre-Heating Technology warms the battery before starting, allowing reliable jump starts even in extremely cold temperatures..\r\nRevive Discharged Batteries – With Schumacher’s Pre-Boost mode, you can safely add a pre-charge to bring deeply discharged batteries back to life.\r\nLong Lasting – The powerful internal lithium battery lets you jump start your vehicle up to 35 times on a single charge.\r\nQuick Recharge – Fully recharge the unit’s internal battery in 5 to 6 hours via the USB charging cable or 3 hours with the included 12V DC car charger, three times faster than AGM batteries.\r\nLED Area Light – Use the built-in, three-mode LED light for under-the-hood maintenance or for emergency illumination.\r\nIn the Box – The Schumacher 1500A Rugged Lithium Jump Starter and USB Power Pack, 12V DC car charger, USB charging cable, carry bag, and user manual.', 124.87, NULL, NULL, 159.99, 'Schumacher 1500A Rugged Jump Starter and Portable Power Pack 12V DC car charger-64512.jpeg', 'Schumacher 1500A Rugged Jump Starter and Portable Power Pack 12V DC car charger-38248.jpeg', 'Schumacher 1500A Rugged Jump Starter and Portable Power Pack 12V DC car charger-93459.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-26 13:15:25', '2024-02-26 13:15:25'),
(5811, 'EverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables', 'QVwFQZ36m', 15, 'The EverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables are reliable, strong, and flexible cables that are a great addition to any vehicle. These professional grade cables are designed for compact, mid-size and full-size vehicles, SUV’s and trucks, and the 20-foot cable ensures that it will reach in almost all situations. The tangle-free, color coded cables help ensure the proper connection to the terminal and will work properly with all standard batteries. Designed to meet or exceed SAE standards, these booster cables are flexible to -40 degrees Fahrenheit, are oil and acid resistant, and will fit most top and side port battery posts. The EverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables come with a 2-year limited warranty. Be prepared for any dead-battery situation with the EverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables.\r\n\r\n\r\nEverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables\r\nReliable, strong, and flexible cables that are a great addition to any vehicle\r\nProfessional grade cables are designed for compact, mid-size and full-size vehicles, SUV’s and trucks\r\nThe 20-foot cable ensures that it will reach in almost all situations\r\nThe tangle-free color coded cables help ensure the proper connection to the terminal\r\nResists oil and acid\r\nFits most top and side mount battery posts\r\n2-year limited warranty\r\nDesigned to meet or exceed SAE standards', 44.87, NULL, NULL, 55.00, 'EverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables-69104.jpeg', 'EverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables-69482.jpeg', 'EverStart Maxx 2-Gauge Professional Grade 20-Foot Booster Cables-96788.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-26 13:19:19', '2024-02-26 13:19:19'),
(5812, 'One Skein Baby Blanket Crochet Pattern', '7VMZ8AWqg', 17, 'This is for the PDF download Pattern for the Crochet One Skein Baby Blanket.\r\nAll you need is one skein of the New Premier Just Yarn Value Yarn 14 oz/875 yd skein. This is an easy One row repeat pattern with a simple shell border. Great beginner pattern. Pattern is written using USA Crochet Terms.\r\nBlanket measures 28 1/2 x 30 1/2 inches when finished.\r\n\r\nStitch multiple for the stitch pattern is included in the pattern in case you want to make it bigger. If making it larger you will need more yarn. Making it larger you may need to adjust Rnd 2 of the border depending on how many rows you work.', 1.49, NULL, NULL, 1.49, 'One Skein Baby Blanket Crochet Pattern-25555.jpeg', NULL, NULL, 'Babies', 4.0, NULL, 1, '2024-02-26 13:19:20', '2024-02-26 13:19:20'),
(5813, 'Battery Tender 2000 Amp Power Station and Lithium Jump Starter, 030-2040-WH', '3LuGoKgKU', 15, 'Never feel unprepared again with this durable lithium-powered Battery Tender 2000 AMP Jump Starter and Power Bank. Fits in your glove compartment or under your seat, yet strong enough to start any 12 volt battery on gas and diesel engines up to a V8. This product is safe and easy to use with motorcycles, cars, SUVs, trucks, and RVs. Capable of up to 50 jump starts per full charge. The GoPower2K also includes a 100 Watt inverter for portable AC power on the go. Your emergency backup power source during power outages.\r\nGone are the days of asking for a jump and connecting to another battery with cumbersome jumper cables. Simply connect each alligator clip to the corresponding terminal on your vehicle’s battery and start up the engine. Spark proof and reverse polarity protection gives you peace of mind and ensures you\'re connecting to the correct terminal before the jump starter kicks in. At just 1.75” x 5” x 8.5”, 1.8 lbs, this new compact jump starter in it\'s hard zippered case easily stores in your vehicle for a boost when you need it.\r\n\r\nPerfect for all types of vehicles, the Battery Tender 2000 AMP Portable Jump Starter and Power Bank includes 3 fast-charging ports to ensure you have the power you need in an emergency. Also includes a type C charging cable, USB wall plug, female cigarette adaptor, and hard carrying case.', 149.95, NULL, NULL, 155.77, 'Battery Tender 2000 Amp Power Station and Lithium Jump Starter, 030-2040-WH-48803.jpeg', 'Battery Tender 2000 Amp Power Station and Lithium Jump Starter, 030-2040-WH-87084.jpeg', 'Battery Tender 2000 Amp Power Station and Lithium Jump Starter, 030-2040-WH-24346.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-26 13:29:30', '2024-02-26 13:29:30'),
(5814, 'Home Fan Assault Air Echo Bike, Club Commercial Gym Master E', 'CrPc6ln1X', 15, 'Home Fan Assault Air Echo Bike, Club Commercial Gym Master E', 350.00, NULL, NULL, 509.00, 'Home Fan Assault Air Echo Bike, Club Commercial Gym Master E-40065.jpeg', NULL, NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-26 13:31:55', '2024-02-26 13:31:55'),
(5815, 'Prestone AS-244 17 oz Windshield De-Icer Aerosol Can 2 Pack', 'X7NJRcqxj', 15, 'Product Description Size: 17 Ounce (Each Can) The Windshield De-Icer is made from a concentrated high performance ice-melting formula that melts ice fast and helps reduce dangerous refreeze. Convenient ice scraper top helps clear icy windshields fast. Methanol is considered the most effective alcohol for melting ice. The high methanol content in Prestone Windshield De-Icer ensures strong ice melting power. Prestone\'s uniquely designed micro edge ice scraper can withstand tough use. The polycarbonate blade is stronger than conventional plastics found in many scrapers.\r\nHigh methanol content in Prestone Windshield De-Icer ensures strong ice melting power\r\nMade from a concentrated high performance ice-melting formula\r\nMelts ice fast and helps reduce dangerous refreeze\r\nConvenient ice scraper top helps clear icy windshields fast\r\nUniquely designed micro edge ice scraper can withstand tough use', 15.00, NULL, NULL, 19.50, 'Prestone AS-244 17 oz Windshield De-Icer Aerosol Can 2 Pack-41747.jpeg', 'Prestone AS-244 17 oz Windshield De-Icer Aerosol Can 2 Pack-44173.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-26 13:34:08', '2024-02-26 13:34:08'),
(5816, 'Rain-X All Season 2-in-1 Windshield Washer Fluid', '0LMNrHqIf', 15, 'Rain-X All Season 2-in-1 Windshield Washer Fluid provides zero degree F freeze protection while it powers off bug residue and road grime and removes light snow and ice.\r\n\r\nRain-X All Season 2-in-1 Windshield Washer Fluid\r\n\r\nPowers off bug residue and road grime\r\nRemoves light snow and ice\r\nHelps repel road spray\r\nApplies water beading technology', 14.99, NULL, NULL, 16.60, 'Rain-X All Season 2-in-1 Windshield Washer Fluid-45460.jpeg', 'Rain-X All Season 2-in-1 Windshield Washer Fluid-58131.jpeg', 'Rain-X All Season 2-in-1 Windshield Washer Fluid-16876.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-26 13:37:30', '2024-02-26 13:37:30'),
(5817, 'CHLOE  Black Leather Small Marcie Saddle Bag', 'SYauvnXjv', 11, 'Chloe Ladies Shoulder Bag. SKU: CHC22AS680I31001. Color: Black. Size: W: 7.1\" x H: 6.7: x D: 3.9\". Chloe Black Leather Small Marcie Saddle Bag. The small \"Marcie\" bag by Chloe is crafted in grained calfskin leather with an antique gold finishing. It features an adjustable leather strap closure, linen lining, a main compartment, 1 slip pocket and an adjustable strap for shoulder/crossbody wear.', 1120.00, NULL, NULL, 1246.00, 'CHLOE  Black Leather Small Marcie Saddle Bag-82688.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-26 13:38:12', '2024-02-26 13:38:12'),
(5818, 'CHLOE  Ladies Bold Brown Mate Multi-Gusset Shoulder Bag', '5E4fiPy2h', 11, 'Chloe Ladies Shoulder Bag. SKU: CHC22WS573H95297. Barcode: 7613386529404. Color: Bold Brown. Size: W 10.2\" x H 7.1\" x D 2.4\". Chloe Ladies Bold Brown Mate Multi-Gusset Shoulder Bag. Crafted from smooth calfskin, this bag features a drawstring top, whipstitching, a single top handle, a main compartment, slip pocket, and finished with silver-toned hardware. Made in Italy.', 2014.00, NULL, NULL, 2550.00, 'CHLOE  Ladies Bold Brown Mate Multi-Gusset Shoulder Bag-42359.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-26 13:40:50', '2024-02-26 13:40:50'),
(5819, 'Koaiezne Car Windshield Spray Water Antifogging Agent Anti Fog Spray For Car Windshield Windshield Washer Rainproof Agent 100ml', 'H3SzClq8p', 15, 'Car Windshield Spray Water Antifogging Agent, Anti Fog Spray for Car Windshield, Windshield Washer Rainproof Agent \r\nMaterial: Plastic \r\nColor: as the picture shows, (Due to the difference between different monitors, the picture may have slight color difference. please make sure you do not mind before ordering, Thank you!) \r\nPackage weight: 110g \r\nPackage size: 14.5x4x4cm,(Please allow 1-3mm error due to manual measurement. please make sure you do not mind before ordering.) \r\nCar Protector for Dogs Half Seat Car Cleaning Wipes Interior Leather Car Cleaning Brush Mop', 5.73, NULL, NULL, 8.99, 'Koaiezne Car Windshield Spray Water Antifogging Agent Anti Fog Spray For Car Windshield Windshield Washer Rainproof Agent 100ml-32469.jpeg', 'Koaiezne Car Windshield Spray Water Antifogging Agent Anti Fog Spray For Car Windshield Windshield Washer Rainproof Agent 100ml-34275.jpeg', 'Koaiezne Car Windshield Spray Water Antifogging Agent Anti Fog Spray For Car Windshield Windshield Washer Rainproof Agent 100ml-77080.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-26 13:43:05', '2024-02-26 13:43:05');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5820, 'CHLOE  Sand Linen Woody Medium Logo Tote', 'tP4xi8mWz', 11, 'Chloe Ladies Tote. SKU: CHC23SS368J7220H. Barcode: 7613386667526. Color: Sand. Size: W: 14.6\" x H: 10.2\" x D: 4.7\". Chloe Sand Linen Woody Medium Logo Tote. Made from linen, the Woody tote features a spacious main compartment, 1 internal flat pocket, dual top handles, and detailed with multiple vertical strips embroidered with the signature Chloe logo, along with a logo-embossed leather patch.', 732.99, NULL, NULL, 1280.00, 'CHLOE  Sand Linen Woody Medium Logo Tote-30920.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-26 13:43:05', '2024-02-26 13:43:05'),
(5821, '14K Solid Gold Baby ID Bracelet, Baby Name Bracelet, Personalized Baby Gold Bracelet, Custom Baby Jewelry, Baby Boy Bracelet, Baby Girl Gift', 'lsuivUNhX', 17, 'Handmade item\r\nMaterials: Gold, Rose gold, Silver, White gold\r\nSustainable features: recycled metal. Items may include additional materials or use methods that aren\'t considered sustainable features on our site. Learn more\r\nClosure: Spring ring\r\nAdjustable\r\nStyle: Minimalist\r\nMade to Order\r\nGift wrapping available\r\nSee details\r\nThis Baby ID Bracelet is an embodiment of love and sentiment, making it an ideal gift. Uniquely', 65.70, NULL, NULL, 74.70, '14K Solid Gold Baby ID Bracelet, Baby Name Bracelet, Personalized Baby Gold Bracelet, Custom Baby Jewelry, Baby Boy Bracelet, Baby Girl Gift-40322.jpeg', '14K Solid Gold Baby ID Bracelet, Baby Name Bracelet, Personalized Baby Gold Bracelet, Custom Baby Jewelry, Baby Boy Bracelet, Baby Girl Gift-44392.jpeg', '14K Solid Gold Baby ID Bracelet, Baby Name Bracelet, Personalized Baby Gold Bracelet, Custom Baby Jewelry, Baby Boy Bracelet, Baby Girl Gift-72803.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 13:43:44', '2024-02-26 13:43:44'),
(5822, 'ACQUA DI PARMA  Men\'s Colonia Essenza Hair & Shower Gel 6.7 oz Bath & Body', 'rTCUmBFWP', 11, 'A delicately scented, 2-in-1 cleansing gel With a lightweight & transparent texture Creates a rich, dense foam to gently cleanse body & hair Enriched with micronutrients & panthenol for replenishing & hydrating benefits Scented with the inimitable Colonia Essenza perfume Leaves skin sleek & hair manageable Design house: Acqua Di Parma. Series: Colonia Essenza. Gender: Mens. Category: Bath & Body.', 34.99, NULL, NULL, 49.00, 'ACQUA DI PARMA  Men\'s Colonia Essenza Hair & Shower Gel 6.7 oz Bath & Body-17236.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-26 13:46:57', '2024-02-26 13:46:57'),
(5823, 'ACQUA DI PARMA  - Colonia Deodorant Stick 75ml/2.5oz', 'b7C7ZqxGz', 11, 'A strong & effective deodorant. Greatly helps regenerate perspiration. Offers effective protection against odor & wetness. Leaves skin feeling incredibly refreshed & clean. Suitable for all skin types. Design house: Acqua Di Parma. Series: Colonia. Gender: Mens. Category: Bath & Body. SubType: Deodorant Stick. Beauty group: Body. Size: 2.5 oz. Barcode: 8028713001741. Acqua Di Parma', 41.99, NULL, NULL, 50.00, 'ACQUA DI PARMA  - Colonia Deodorant Stick 75ml/2.5oz-78255.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-26 13:50:28', '2024-02-26 13:50:28'),
(5824, 'Baby\'s 1st Foods Tracker Printable, Green Design, Complete Checklist, Food Tracker, Daily Log, Baby-Led Weaning, BLW, Baby First 100 Foods', '1yzSGcSMm', 17, 'Introducing our Baby\'s First 100 Foods Checklist, your essential tool for embarking on a delightfu', 1.40, NULL, NULL, 1.45, 'Baby\'s 1st Foods Tracker Printable, Green Design, Complete Checklist, Food Tracker, Daily Log, Baby-Led Weaning, BLW, Baby First 100 Foods-47790.jpeg', 'Baby\'s 1st Foods Tracker Printable, Green Design, Complete Checklist, Food Tracker, Daily Log, Baby-Led Weaning, BLW, Baby First 100 Foods-93282.jpeg', 'Baby\'s 1st Foods Tracker Printable, Green Design, Complete Checklist, Food Tracker, Daily Log, Baby-Led Weaning, BLW, Baby First 100 Foods-53809.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 13:51:21', '2024-02-26 13:51:21'),
(5825, 'Dorman 603-174 Front Washer Fluid Reservoir for Specific Dodge Models', 'ky8PCukm1', 15, 'This washer fluid reservoir is designed to match the fit and function of the original equipment reservoir. It is engineered to withstand the stresses of underhood heat and engine vibration on specified vehicle makes, models, and years. With over 80,000 products backed by a team of product engineers and experts based in the United States, Dorman is the first choice of automotive professionals, backyard mechanics, and do-it-yourselfers all over North America.\r\nDirect replacement - this windshield washer fluid reservoir is designed to match the fit and function of the original equipment reservoir on specified vehicle makes, models and years\r\nIdeal solution - engineered to help ensure leak-free washer fluid storage when an original reservoir has cracked or failed from heat and vibration\r\nDurable construction - made of quality materials for reliable performance and long service life\r\nTrustworthy quality - backed by team of product experts in the United States and more than a century of automotive experience', 42.00, NULL, NULL, 45.99, 'Dorman 603-174 Front Washer Fluid Reservoir for Specific Dodge Models-88613.jpeg', 'Dorman 603-174 Front Washer Fluid Reservoir for Specific Dodge Models-70791.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-02-26 13:51:53', '2024-02-26 13:51:53'),
(5826, 'Original WD-40 Formula, Multi-Use Product With Smart Straw Sprays 2 Ways, Multi-Purpose Lubricant Spray, 8 oz.', 'eN92560cD', 15, 'WD-40 Multi-Use Product protects metal from rust and corrosion, penetrates stuck parts, displaces moisture and lubricates almost anything. The WD-40 Multi-Use Product is truly a \"toolkit in a can\" with more than 2,000 documented uses, it has been the go-to resource to get the job done for more than 68 years. Lubricates moving parts such as hinges, wheels, rollers, chains, and gears. Protects against rust and corrosion on items like tools, and sporting equipment. Penetrates to free stuck corroded parts like nuts, bolts, valves and locks. Displaces moisture to restore water flooded equipment such as engines, spark plugs and power tools. About WD-40 Brand We exist to create positive lasting memories in everything we do. We solve problems. We make things work smoothly. We create opportunities. Our mission is to deliver unique, high-value solutions for a wide variety of maintenance needs in workshops, factories and homes. Our brand delivers the trust and performance needed to instill confidence and empower people to get out there and get the Job Done Right.', 5.88, NULL, NULL, 6.99, 'Original WD-40 Formula, Multi-Use Product With Smart Straw Sprays 2 Ways, Multi-Purpose Lubricant Spray, 8 oz.-97977.jpeg', 'Original WD-40 Formula, Multi-Use Product With Smart Straw Sprays 2 Ways, Multi-Purpose Lubricant Spray, 8 oz.-29003.jpeg', 'Original WD-40 Formula, Multi-Use Product With Smart Straw Sprays 2 Ways, Multi-Purpose Lubricant Spray, 8 oz.-42043.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-26 14:23:15', '2024-02-26 14:23:15'),
(5827, 'Ultra1Plus™ SAE 75W-90 Synthetic Gear Oil API GL-5 | Gallon (4 QT)', '1Z9JNBrGq', 15, 'It is important to give your machine the best care by supplying our Ultra1Plus™ SAE 75W-90 Synthetic Gear Oil, API GL-5. It is formulated with synthetic base oils and specialty performance additives to provide improved high-temperature thermal and oxidative stability in a wide range of operating conditions. Specialty anti-scuffing additives and friction modifiers provide advanced protection and lubricity in extreme pressure conditions. Additionally, Ultra1Plus™ SAE 75W-90 Synthetic Gear Oil, API GL-5 is highly shear stable while also resisting rust, oxidation, foaming, and varnish. \r\n\r\nUltra1Plus™ SAE 75W-90 Synthetic Gear Oil, API GL-5 is designed for use in all seasons and exceed the year-around, all-weather performance viscosity requirements of SAE J306 as well as the rigorous performance requirements of API GL-5. When you upgrade to U1P, there are no special procedures needed. \r\n\r\nRemember always refer to your vehicle operating manual to select the correct grade oil for your engine.', 37.55, NULL, NULL, 47.55, 'Ultra1Plus™ SAE 75W-90 Synthetic Gear Oil API GL-5 | Gallon (4 QT)-73137.jpeg', 'Ultra1Plus™ SAE 75W-90 Synthetic Gear Oil API GL-5 | Gallon (4 QT)-44501.jpeg', 'Ultra1Plus™ SAE 75W-90 Synthetic Gear Oil API GL-5 | Gallon (4 QT)-36971.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-26 14:28:33', '2024-02-26 14:28:33'),
(5828, 'Real 14K Solid Gold Engravable Personalized Baby Pacifier | Perfect Gift for Baby | Pink and Blue Personalized Gifts For Baby', 'NEtf2uml6', 17, 'Handmade\r\nRead the full description\r\nMaterials: 14k gold, 14k real gold, Solid Gold\r\nReal 14K Solid Gold Engravable Personalized Baby Pacifier 14K Yellow Gold | Perfect Gift for Babyshowers | Pink and Blue\r\n\r\nMaterial: 14K Solid Gold\r\nPolished\r\nAverage weights: 3.84 gr\r\n\r\nCare Instructions\r\nTo maintain the beauty of your jewelry, avoid exposure to harsh chemicals, perfumes, and excessive moisture.\r\nStore your pieces in a cool, dry place, and consider using a soft jewelry cloth for cleaning.', 300.00, NULL, NULL, 336.00, 'Real 14K Solid Gold Engravable Personalized Baby Pacifier | Perfect Gift for Baby | Pink and Blue Personalized Gifts For Baby-15215.jpeg', 'Real 14K Solid Gold Engravable Personalized Baby Pacifier | Perfect Gift for Baby | Pink and Blue Personalized Gifts For Baby-57790.jpeg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-26 14:35:39', '2024-02-26 14:35:39'),
(5829, 'ACQUA DI PARMA  Peonia Nobile Hand Cream 1.0 oz Bath & Body', 'e34G82aph', 11, 'Design house: Acqua Di Parma. Series: Peonia Nobile. Category: Bath & Body. SubType: Lotions & Creams Cream. Beauty group: Hand & Foot. Size: 1.0 oz. Barcode: 8028713400247. Acqua Di Parma Peonia Nobile Hand Cream 1.0 oz Bath & Body 8028713400247.', 25.99, NULL, NULL, 40.05, 'ACQUA DI PARMA  Peonia Nobile Hand Cream 1.0 oz Bath & Body-41538.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-26 14:43:07', '2024-02-26 14:43:07'),
(5830, 'personalized baby blanket, magic keys baby blanket, baby wizard blanket, newborn baby gift, keys with wings, school of magic', 'QNb5GkdA4', 17, 'Handmade\r\nMaterials: Minky\r\nGift wrapping available\r\npersonalized baby blanket, magic keys baby blanket, keys with wings, baby wizard blanket,', 20.10, NULL, NULL, 27.10, 'personalized baby blanket, magic keys baby blanket, baby wizard blanket, newborn baby gift, keys with wings, school of magic-48660.jpeg', 'personalized baby blanket, magic keys baby blanket, baby wizard blanket, newborn baby gift, keys with wings, school of magic-80242.jpeg', 'personalized baby blanket, magic keys baby blanket, baby wizard blanket, newborn baby gift, keys with wings, school of magic-26281.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 14:49:39', '2024-02-26 14:49:39'),
(5831, 'Key Fob Replacement, Fits for Chevy Equinox Camaro Impala Cruze Sonic Malibu, GMC Terrain, Keyless Entry Remote Control Flip Key Fobs (2 Packs)', 'ovwheVKZC', 15, 'Great alternative to going to the dealer, exact replacement for the original Frequency: 315 Mhz FCC ID: OHT01060512, V2T01060512, V2T01060514, AVL-B01T1AC, AVL-B01T2AC Number of Buttons: 5 Button Function: Lock/Unlock/Remote engine start/Trunk/Panic alarm Note: 2016 Chevy Equinox Cruze has 3 possible remote flip keys, please verify the key you need. COMPATIBILITY(Following models of vehicle may require locksmith/dealer for programming)\r\nReference Number:  Car key fob is compatible with the FCC ID: OHT01060512. Fit For 2010-2016 Chevy Camaro /2010-2016 Chevy Cruze/2010-2017 Chevy Equinox/2014-2016 Chevy Impala/2010-2016 Chevy Malibu/2012-2017 Chevy Sonic/2010-2017 GMC Terrain/2013-2017 Buick Encore/2010-2016 Buick Lacrosse/2011-2017 Buick Regal/2012-2017 Buick Verano/2010 Buick Allure. Our key replacement could be accurately programmed for the listed vehicles.\r\nSturdy Construction: These keyless entry remotes for 2010-2016 Chevy Camaro are made of high-quality engineering plastic. The excellent workmanship and durable structure ensure quality of the product.\r\nImportant Reminder:The programming process is a bit complicated, suitable for you who like to explore, you can follow the attached programming instructions to search for videos on the website to facilitate self-programming; If you can?t program yourself ,we strongly recommend that you have your remote key fob programmed by a professional locksmith or dealer.Special Notes: This key fob will NOT Work for vehicles with Passive Entry (Also Called PEPS key, Smart key or Proximity system)\r\nExcellent Replacement: Our key fob remotes are all brand new and high quality alternatives to some of the matching vehicles. Our key fob has high security features. Lost or damaged remote keys can be quickly and easily replaced with this FCC-registered smart key.\r\nUpgraded Service: Each key fob is pre-tested by the professional quality control team. During the experiment, the performance of the circuit board (chip) was good. It meets your full requirements exactly.][As the battery does not have a blocking plate, the battery may run out occasionally.]', 18.99, NULL, NULL, 21.55, 'Key Fob Replacement, Fits for Chevy Equinox Camaro Impala Cruze Sonic Malibu, GMC Terrain, Keyless Entry Remote Control Flip Key Fobs (2 Packs)-32948.jpeg', 'Key Fob Replacement, Fits for Chevy Equinox Camaro Impala Cruze Sonic Malibu, GMC Terrain, Keyless Entry Remote Control Flip Key Fobs (2 Packs)-79222.jpeg', 'Key Fob Replacement, Fits for Chevy Equinox Camaro Impala Cruze Sonic Malibu, GMC Terrain, Keyless Entry Remote Control Flip Key Fobs (2 Packs)-13458.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-02-26 14:50:05', '2024-02-26 14:50:05'),
(5832, 'CLARINS  / Anti Aging Double Serum Complete Age Control Concentrate 1.0 oz', 'u9xJpUVYc', 11, 'Design house: Clarins. Category: Beauty and Personal Care. Type: Skin Care. SubType: Anti Aging Serum. Size: 1.0 oz. Style: CLSRCT1-A. Barcode: 3380810149661. Clarins / Anti Aging Double Serum Complete Age Control Concentrate 1.0 oz.', 49.00, NULL, NULL, 77.99, 'CLARINS  / Anti Aging Double Serum Complete Age Control Concentrate 1.0 oz-95215.jpeg', NULL, NULL, 'Beauty & personal care', 3.5, NULL, 1, '2024-02-26 14:51:17', '2024-02-26 14:51:17'),
(5833, 'Baby Hair Brush Set Custom | Personalized New Born Baby Gift | Baby Shower Gift | Engraved Wool Baby Brush | Baby Girl Gift | Gifts for her', 'CI1MxNiAR', 17, 'Handmade\r\nRead the full description\r\nMaterials: Wood, safe, natural, soft bristle, wool, pine wood, soft cotton, organic wool, cotton cloth bag, made in us, made in texas, handmade\r\nGift wrapping available\r\nSee details\r\nLooking for a unique and practical gift for a new baby or expecting parent? Look no further than our personalized wooden baby brush, available on Etsy!\r\n\r\nCrafted from high-quality natural wood, this brush is gentle on delicate baby skin and perfect for keeping little ones looking and feeling their best. The soft bristles are designed to effectively detangle hair without causing any discomfort, making it an ideal choice for daily use.\r\n\r\nWhat sets our baby brush apart is the ability to personalize it with the baby\'s name or initials. This makes it a truly special and meaningful gift that will be cherished for years to come. Plus, the wooden handle is both durable and easy to grip, ensuring that parents can use it comfortably and confidently.', 15.50, NULL, NULL, 19.50, 'Baby Hair Brush Set Custom | Personalized New Born Baby Gift | Baby Shower Gift | Engraved Wool Baby Brush | Baby Girl Gift | Gifts for her-75885.jpeg', 'Baby Hair Brush Set Custom | Personalized New Born Baby Gift | Baby Shower Gift | Engraved Wool Baby Brush | Baby Girl Gift | Gifts for her-89986.jpeg', 'Baby Hair Brush Set Custom | Personalized New Born Baby Gift | Baby Shower Gift | Engraved Wool Baby Brush | Baby Girl Gift | Gifts for her-51531.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 14:53:56', '2024-02-26 14:53:56'),
(5834, 'CLARINS  - Radiance-Plus Golden Glow Booster for Body 30ml/1oz', 'rmYikEcr6', 11, 'A 100% safe radiance boosting fluid for body. Adds customized radiance & a healthy glow to your daily skin care routine. Contains DHA & erythrulose, a supplementary self-bronzing active ingredient. Blended with tocopherol & aloe extract for longer lasting effect. Creates a flawless natural-looking first tan.', 44.99, NULL, NULL, 50.00, 'CLARINS  - Radiance-Plus Golden Glow Booster for Body 30ml/1oz-14893.jpeg', NULL, NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-26 14:54:04', '2024-02-26 14:54:04'),
(5835, 'Tracki GPS Tracker for Vehicles, Car, Kids, Assets. Subscription Needed 4G LTE GPS Tracking Device. Unlimited Distance, US & Worldwide. Small Portable Real time Mini Magnetic', 'FSuSsiJRB', 15, 'Subscription required for each device. #1 Best Selling for 3 years. Unlimited distance real time tracking 4G LTE +3 Bands. Full USA & worldwide coverage. International SIM card included. USA based company focused in GPS tracking. Our competition are just white label resellers. Our clients to name a few, are cellular Giant Vodafone & UPS. Track Vehicles, Cars, trucks, Children, ATV, assets. For each device a monthly fee of 19.95USD is required or as low as 9.95USD for long term plan\r\nSmallest & lightest 1.8x1.6x 0.7in & only 1.26 oz. Combined 4G+3G+2G technology, best coverage as opposed to trackers with only 4G connection. In USA requires AT&T or T-Mobile coverage. Includes: Strong Magnet, Waterproof Silicone Cover, Belt Clip, Key Ring & Lanyard Use as gps tracker for trailers, luggage GPS tracker, key tracker, car tracker devices. The tracker features up to 5-years location history We believe the customer is king and offer live customer support 24/7 phone and chat.\r\nRechargeable battery lasts up to 2-5 days (depending on tracking mode) with real time tracking updates at 1-5min intervals and up to 60 days with 1-3 tracking updates p/day (battery saver mode). Optional 3,500mAh battery+magnetic waterproof box available providing x6 longer battery life: 3-4 weeks at 1min update and up to 10 months in battery saver mode. Use as GPS tracker for luggage, GPS tracker for kids, asset GPS tracker, vehicle tracker.\r\nTracking technology uses GPS primarily and Wi-Fi & GSM as a secondary backup. Tracki scans for nearby WiFi routers for accurate location when GPS is unavailable. View live tracking on the map, set real-time alerts when device crosses a geo-fence zone you preset when used as gps tracking device for car, tracking device for children or valuables. Receive SOS, low-battery, speed & movement alerts via push notification, SMS or email. Use as a cars tracker, GPS tracker for vehicles, kids GPS tracker\r\nOur lifetime warranty covers lost or damaged devices. Tracki is cutting-edge, easy to set up and works right out-of-the-box within minutes without meddling with car & vehicle electronics. Use as a tracking device for cars, boat GPS tracker, bike tracker and more. Tracki\'s highly-rated dedicated mobile and web app is compatible with: Android, iOS and all web browsers (IOS 13 and up, Android 6 and up). Includes magnet attachment for GPS tracker car and waterproof silicone cover. gps para carros escondidos', 18.88, NULL, NULL, 19.95, 'Tracki GPS Tracker for Vehicles, Car, Kids, Assets. Subscription Needed 4G LTE GPS Tracking Device. Unlimited Distance, US & Worldwide. Small Portable Real time Mini Magnetic-61960.jpeg', 'Tracki GPS Tracker for Vehicles, Car, Kids, Assets. Subscription Needed 4G LTE GPS Tracking Device. Unlimited Distance, US & Worldwide. Small Portable Real time Mini Magnetic-73790.jpeg', 'Tracki GPS Tracker for Vehicles, Car, Kids, Assets. Subscription Needed 4G LTE GPS Tracking Device. Unlimited Distance, US & Worldwide. Small Portable Real time Mini Magnetic-69745.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-26 14:54:14', '2024-02-26 14:54:14'),
(5836, 'Handmade Walnut Armchair: A Unique Handmade Gift for Her or Ideal for Office Accent, Home Decor, or Vintage Lounge Chair.', 'j2nmDXnDN', 17, 'With our Mid-Century Modern Armchair, a best-seller and gorgeous complement to any home or office environment, discover the attraction of handcrafted elegance. Every lounge chair is a one-of-a-kind, handcrafted gift that provides unparalleled comfort and style for your living space. 🏡✨\r\n\r\nThis armchair, especially made for the discriminating eye, is excellent for anyone wishing to indulge in a little luxury. It would make a considerate housewarming gift or the perfect gift for her. 🎁💐 It combines traditional feelings with modern aesthetics, making it double as an attractive piece of floor sitting reminiscent of an Arabic sofa thanks to the warm tones and velvety fabric.\r\n\r\nIt offers support and a stylish touch to your workstation as an office chair. And when it comes to accent chairs, this one sticks out because to its charming vintage style home décor while also meeting modern tastes. It\'s more than simply furniture—it\'s a work of art that begs you to unwind, read, or sip coffee in luxury. ❕🏚', 1789.00, NULL, NULL, 1989.00, 'Handmade Walnut Armchair: A Unique Handmade Gift for Her or Ideal for Office Accent, Home Decor, or Vintage Lounge Chair.-35756.jpeg', 'Handmade Walnut Armchair: A Unique Handmade Gift for Her or Ideal for Office Accent, Home Decor, or Vintage Lounge Chair.-60123.jpeg', NULL, 'General furnitures', 3.5, NULL, 1, '2024-02-26 14:57:59', '2024-02-26 14:57:59'),
(5837, 'CLARINS  Super Restorative Collection Gift Set Gifts & Sets', '6MAFFrg2e', 11, 'Design house: Clarins. Series: Super Restorative Collection. Gender: Unisex. Category: Gifts & Sets. SubType: Gift Set. Barcode: 3666057022012. Day Cream 50ml+Night Cream 15ml+ Remodelling Serum 10ml+ Bag 3pcs+1bag. Clarins Super Restorative Collection Gift Set Gifts & Sets 3666057022012.', 52.00, NULL, NULL, 69.00, 'CLARINS  Super Restorative Collection Gift Set Gifts & Sets-47946.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-26 15:08:54', '2024-02-26 15:08:54'),
(5838, 'Set of 4 Wooden table legs, Desk Legs, Dining table legs, Turned wood legs, Furniture legs, Farmhouse table legs DIY projects', 'ey6ottpv7', 17, 'Handmade\r\nMaterials: wooden, wood, metal\r\nMelsem Wood ...\r\n\r\n👍 All prices are for a set of 4.\r\n👍 The Wooden Legs in the image will be sent with their apparatus ready for assembly.\r\n👍 All our wooden products are made of hornbeam or beech wood.\r\n👍 Since the texture and color tone of each tree is different, different shades may appear.\r\n👍 The product will be sent unpainted as in the image.\r\n👍 It is a quality and solid wood that you can use for many years.\r\n👍 It is completely handmade.\r\n👍 Assembly is very simple.\r\n🌳 You can use all our legs on all the tables and coffee tables you use in your dining table, work table, office tables, coffee table, home office and garden AND Wooden dining table legs, Turned wood legs, Furniture legs, Farmhouse table legs DIY projects\r\n\r\n📦 Product Package Contents (for 4 legs): 4 Wooden Legs, 4 connection apparatus and 4 screws for each leg', 200.38, NULL, NULL, 251.38, 'Set of 4 Wooden table legs, Desk Legs, Dining table legs, Turned wood legs, Furniture legs, Farmhouse table legs DIY projects-82295.jpeg', 'Set of 4 Wooden table legs, Desk Legs, Dining table legs, Turned wood legs, Furniture legs, Farmhouse table legs DIY projects-18390.jpeg', 'Set of 4 Wooden table legs, Desk Legs, Dining table legs, Turned wood legs, Furniture legs, Farmhouse table legs DIY projects-70514.jpeg', 'Babies', 4.0, NULL, 1, '2024-02-26 15:32:05', '2024-02-26 15:32:05'),
(5839, 'Hardwood Deluxe Bed Frame Crafted, with Headboard and Footboard, bedroom, Amish, Tool-Free & Hardware-Free Assembly, Bedroom Furniture', '1j7JL4VmC', 17, 'Handmade\r\nRead the full description\r\nMaterials: Locally grown hardwood, Steel hardware\r\nDid we mention our bed frames are hardware-free & tool-free? These will be the easiest pieces of furniture you ever constructed, just look at our reviews! Our innovative design allows you to have your new bed frame out of the box and set up in 10-20 minutes without any nuts, bolts, screws or those pesky, little Allen wrenches :) .\r\n\r\n*100 % Solid Wood\r\n*Handcrafted in the USA\r\n*Slat Pack & Center Support included\r\n*Easy Assembly instructions included\r\n*Mattress can be placed directly on top of slats or you can use a box spring/foundation.\r\n\r\nOur bed frames are built with a sturdy center rail & leg for added support. Each bed frame come with 12 slats, connected with fabric so they stay in place easily. Slat spacing on the Twin & Full frames are 4\". Slat spacing on our Queen & King frames are 4 1/2\". If you need a smaller slat spacing just let us know and we can work up a custom slat pack for you.\r\n\r\nAssembled Dimensions & Weights:\r\nTwin: 80\" L, 42\" W, 41\" H Headboard, 24\" H Footboard 82 lbs\r\nFull: 80\" L, 57\" W, 41\" H Headboard, 24\" H Footboard 95 lbs\r\nQueen: 85\" L, 63\" W, 41\" H Headboard, 24\" H Footboard 105 lbs\r\nKing: 85\" L, 79\" W, 41\" H Headboard, 24\" H Footboard 135 lbs (comes in 2 boxes)\r\n\r\nAdditional Dimensions:\r\n*From the floor to the bottom of the frame: 5 1/2\"\r\n*From the floor to the top of the frame (bottom of mattress) 12\"', 400.65, NULL, NULL, 415.65, 'Hardwood Deluxe Bed Frame Crafted, with Headboard and Footboard, bedroom, Amish, Tool-Free & Hardware-Free Assembly, Bedroom Furniture-45674.jpeg', 'Hardwood Deluxe Bed Frame Crafted, with Headboard and Footboard, bedroom, Amish, Tool-Free & Hardware-Free Assembly, Bedroom Furniture-77643.jpeg', 'Hardwood Deluxe Bed Frame Crafted, with Headboard and Footboard, bedroom, Amish, Tool-Free & Hardware-Free Assembly, Bedroom Furniture-23988.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 15:36:16', '2024-02-26 15:36:16'),
(5840, 'Cathedral Mirror Home Decor Unique Wall Decor Mirrors, Living Room Wall Design Victorian Mirrors, Scandinavian Luxury Full Length Mirror', 'PSdp6dBrY', 17, 'Handmade\r\nMaterials: wood frame, glass\r\nCathedral Mirror Home Decor Unique Wall Decor Mirrors, Living Room Wall Design Victorian Mirrors, Scandinavian Luxury Full Length Mirror -\r\n\r\nThe fulll length mirror will look great on your wall with is handmade details.\r\n\r\n✅ Mirror Size : 28x70 Inches (70x180 cm) / 36x75 Inches ( 90x190 cm )\r\n↪ Wood Frame ( Hand carved Frame )\r\n↪ Quality Glass ( Real and clear reflection )\r\n\r\nAdorning your walls with these mirror will captivate your guests and showcase your distinctive style.', 800.79, NULL, NULL, 874.79, 'Cathedral Mirror Home Decor Unique Wall Decor Mirrors, Living Room Wall Design Victorian Mirrors, Scandinavian Luxury Full Length Mirror-80152.jpeg', 'Cathedral Mirror Home Decor Unique Wall Decor Mirrors, Living Room Wall Design Victorian Mirrors, Scandinavian Luxury Full Length Mirror-89921.jpeg', 'Cathedral Mirror Home Decor Unique Wall Decor Mirrors, Living Room Wall Design Victorian Mirrors, Scandinavian Luxury Full Length Mirror-49364.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 15:42:01', '2024-02-26 15:42:01'),
(5841, 'Parametric Wavy Wooden Furniture 20 - Chair Design / CNC files for cutting', 'ddkYhL9kO', 17, 'This is a parametric \"chair\" which can be used in interior places, such as offices or otel lobbies.\r\n\r\nTHERE ARE 3 alternatives on leg thickness. 30 mm and 25 mm legs can be used, I explained all details below!\r\n\r\nI can make discount for multiple buyings!\r\n\r\nThis is a digital file for Cutting Machine to make sure there are no physical items will be sent.\r\nAfter completing the payment process the door will open for the ZIP file you can download the project file from there.\r\nAll formats are included in a single ZIP file. (DXF, EPS, DWG, PDF)\r\nPlease make sure that your machine program is compatible with one of these file formats before purchasing the digital product.\r\n\r\n-------------\r\n\r\nFIRST-ORIGINAL MODEL: File is in \"CNC-30mm legs.zip\"\r\nOverall Dimensions: 945 x 645 x 565 mm (height - depth - width)\r\nSeat Dimensions: 450 x 550 x 550 mm (height - depth - width)\r\nWood thickness: 18 mm / Spaces: 18 mm\r\nLegs have 30 mm thickness\r\nSlices: 13 + 13 = 26 + 2 legs behind panels\r\nIt takes 1 sheet (121 cm x 243 cm). It is ready to cut! (Includes chair pieces, not legs. Legs will be 30mm material)\r\n\r\nSECOND alternative: It has 25 mm thickness legs. File is in \"CNC_25mm_legs.zip\"\r\nIt takes 1 sheet (121 cm x 243 cm). It is ready to cut! (Includes chair pieces, not legs. Legs will be 25mm material)\r\n\r\nTHIRD alternative: It has 21 mm thickness legs. File is in \"CNC-21mm-legs.zip\"\r\nIt takes 1 sheet (121 cm x 243 cm). It is ready to cut! (Includes chair pieces, not legs. Legs will be 21mm material)\r\n\r\nFOURTH alternative: Dimensions: 565 mm x 610 mm x 940 mm (width x depth x height)\r\nMaterial thickness: 19mm / It has 24.5 mm \"total\" thickness legs. File is in \"CNC-19mmresized.zip\"\r\n\r\nFIFTH file: It contains 70 cm x 70 cm ready sheets for the SECOND MODEL! (25mm thickness legs).\r\nIt takes 5 sheets for chair pieces and 1 sheet for leg pieces. It is ready to cut!\r\nFile name is \"CNC-70x70cm-sheets.zip\"', 10.96, NULL, NULL, 14.96, 'Parametric Wavy Wooden Furniture 20 - Chair Design / CNC files for cutting-52545.jpeg', 'Parametric Wavy Wooden Furniture 20 - Chair Design / CNC files for cutting-66027.jpeg', 'Parametric Wavy Wooden Furniture 20 - Chair Design / CNC files for cutting-32573.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 15:45:27', '2024-02-26 15:45:27'),
(5842, 'Mid Century Modern Round Coffee Table,Antique Exquisite Handcrafted coffee end Table,Morrocan thuya Wood Table inlay with mother of pearls', 'FoXheszZ6', 17, 'Transform your living space with a one-of-a-kind Thuya Wood table tailor-made to your specifications. Each piece is meticulously crafted to your desired dimensions, ensuring a perfect fit for your home. With our custom ordering process, you have the freedom to choose the size that best suits your space, creating a truly personalized centerpiece for your room.\r\n\r\nAdorned with a captivating Moroccan Mother of Pearl design, our custom Thuya Wood tables embody elegance and craftsmanship. Whether you envision an antique round table with a touch of Moroccan flair or a mid-century modern coffee table, our skilled artisans will bring your vision to life with fine detailing and precise craftsmanship.\r\n\r\nEach table is a unique masterpiece, meticulously handcrafted to showcase the beauty of Thuya wood and the intricate Mother of Pearl inlay. Our commitment to quality ensures that every table is a stunning blend of traditional Moroccan design and contemporary sophistication.\r\n\r\nFunctional and versatile, our custom tables are designed with your lifestyle in mind. Whether used as a side table, end table, or living room centerpiece, its mountable and unmountable design allows for easy assembly, disassembly, and storage, adapting effortlessly to your changing needs.\r\n\r\nAt AtlasPerles, we welcome custom orders, inviting you to explore the possibilities of personalized furniture tailored to your taste and space. From intricate detailing to functional design, each custom Thuya Wood table is a unique expression of style and refinement, transforming your home into a sanctuary of beauty and sophistication.', 800.96, NULL, NULL, 874.96, 'Mid Century Modern Round Coffee Table,Antique Exquisite Handcrafted coffee end Table,Morrocan thuya Wood Table inlay with mother of pearls-73088.jpeg', 'Mid Century Modern Round Coffee Table,Antique Exquisite Handcrafted coffee end Table,Morrocan thuya Wood Table inlay with mother of pearls-87133.jpeg', 'Mid Century Modern Round Coffee Table,Antique Exquisite Handcrafted coffee end Table,Morrocan thuya Wood Table inlay with mother of pearls-90441.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 15:57:15', '2024-02-26 15:57:15'),
(5843, 'Bone Inlay Lotus Design Waterfall Coffee Table Dark Green, Bone Inlay Lotus Design Waterfall Center Table Dark Green, Bone Inlay Table', 'C177Y1A6O', 17, 'This beautiful Waterfall Coffee Table is a unique investment piece to be loved for years to come. The gorgeous combination of dark green and white has everlasting appeal and creates a relaxed bohemian elegance in your home.\r\n\r\nKey Features :\r\n\r\n# Dimensions: 116 cm(Length) x 60 cm(Width) x 45 cm(Height).\r\n\r\n# Brass Cladding at the base\r\n\r\n# Hand Made In India With Quality Bone\r\n\r\n# Intricate hand-carved bone detailing', 1400.00, NULL, NULL, 1649.00, 'Bone Inlay Lotus Design Waterfall Coffee Table Dark Green, Bone Inlay Lotus Design Waterfall Center Table Dark Green, Bone Inlay Table-53975.jpeg', 'Bone Inlay Lotus Design Waterfall Coffee Table Dark Green, Bone Inlay Lotus Design Waterfall Center Table Dark Green, Bone Inlay Table-10690.jpeg', 'Bone Inlay Lotus Design Waterfall Coffee Table Dark Green, Bone Inlay Lotus Design Waterfall Center Table Dark Green, Bone Inlay Table-41970.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-26 16:00:28', '2024-02-26 16:00:28'),
(5844, 'Modern Curved Arch Brass Cabinet Handles - Elevate Your Space', '8fb54A2Aa', 17, 'Elevate Your Space with Modern Curved Arch Cabinet Handles** 🌟\r\n\r\nIntroducing our Modern Curved Arch Cabinet Handles, the perfect choice to enhance the beauty and functionality of your kitchen or furniture. Crafted with modern aesthetics in mind, these handles are designed to elevate your space.\r\n\r\n🔶 **Sleek and Contemporary Design** 🔶\r\n\r\nOur Modern Curved Arch Cabinet Handles feature a sleek and contemporary design that adds a touch of modernity to your cabinets, drawers, and furniture pieces. Their curved shape provides both style and functionality, making them a perfect fit for any modern space.\r\n\r\n🌈 **Customize Your Look** 🌈\r\n\r\nChoose from a range of finishes, including brass, to seamlessly match your decor. Whether you prefer a classic brass finish or something more unique, our handles offer versatile options to suit your style.\r\n\r\n🔧 **Easy Installation and Durability** 🔧\r\n\r\nInstalling these handles is a breeze, and their durable construction ensures they\'ll stand up to everyday use without losing their appeal. Experience both form and function in your space.\r\n\r\n🛡️ **Quality Assurance** 🛡️\r\n\r\nWe prioritize quality and stand by the durability of our handles. Your satisfaction and peace of mind are our top priorities.', 120.00, NULL, NULL, 139.00, 'Modern Curved Arch Brass Cabinet Handles - Elevate Your Space-51101.jpeg', 'Modern Curved Arch Brass Cabinet Handles - Elevate Your Space-98417.jpeg', 'Modern Curved Arch Brass Cabinet Handles - Elevate Your Space-88600.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 16:07:42', '2024-02-26 16:07:42'),
(5845, 'Ender Luxury Modern Metal Furniture Handles / T Bar Long Cabinet Pulls / Cupboard Drawer Knobs / Black Gold Chrome Dresser Pulls', 'Of7TrTXJv', 17, 'These luxurious and modern design furniture handles are suitable for all kinds of cabinets, cupboards,wardrobes,drawers. These pulls are the perfect finishing touch for your bedroom,kitchen and laundry.\r\n\r\nMaterial : Aluminium\r\n\r\n-Red Level is one of the most established furniture accessories brands in our country and is known for its high-end product quality.\r\n\r\n-Our products is very simple to install and can be easily attached with a screwdriver.\r\n\r\n-The material of the handle is aluminium and resistant to rust. You can use it for many years.\r\n\r\n-Our handle is sturdy, easy to clean, stylish and suitable for every cabinet/drawer.\r\n\r\n-The product is available in different color options(gold,black,silver) and different size options (Knob,96 mm,128 mm,160 mm,192 mm,224 mm,320 mm). The price is for one handle.\r\n\r\n-Mounting screws will be sent for free in the package.', 8.90, NULL, NULL, 9.90, 'Ender Luxury Modern Metal Furniture Handles / T Bar Long Cabinet Pulls / Cupboard Drawer Knobs / Black Gold Chrome Dresser Pulls-26538.jpeg', 'Ender Luxury Modern Metal Furniture Handles / T Bar Long Cabinet Pulls / Cupboard Drawer Knobs / Black Gold Chrome Dresser Pulls-56055.jpeg', 'Ender Luxury Modern Metal Furniture Handles / T Bar Long Cabinet Pulls / Cupboard Drawer Knobs / Black Gold Chrome Dresser Pulls-82676.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 16:13:32', '2024-02-26 16:13:32'),
(5846, 'Set of 4 Brass Knurling Cabinet Legs, Brass Furniture Legs, Metal Bench Legs, Gold Cabinet Legs, Replacement Furniture Legs, Cabinet Legs', 'rRdgHW0lo', 17, 'materials:%20knurling,%20brass,%20copper,%20metal,%20chrome,%20stainless%20steel%0ASet%20of%204%20Brass%20Knurling%20Cabinet%20Legs%0A%0AIf%20you%20have%20a%20cabinet,%20you%20can%20mount%20these%20brass%20legs%20and%20upcycle%20them.%20The%20colour%20of%20gold%20will%20warm%20the%20room%20environment%20and%20be%20a%20good%20alternative%20to%20the%20timbers%20of%20wooden%20legs.%0A%0ADimensions%20can%20be%20customize%20so%20you%20can%20use%20it%20in%20different%20furniture.%0A%0AMeasurements%0A%0AHeight%2010%22%0AThe%20horizontal%20bar%20placed%20at%206%203/4%22%0A%0AIf%20you%20want%20a%20different%20height,%20send%20me%20a%20message.%0A%0A201%20Stainless%20Steel,%20Brass%20Plated%0A%0AHandle%20is%20still%20in%20progress.', 100.50, NULL, NULL, 148.50, 'Set of 4 Brass Knurling Cabinet Legs, Brass Furniture Legs, Metal Bench Legs, Gold Cabinet Legs, Replacement Furniture Legs, Cabinet Legs-55390.jpeg', 'Set of 4 Brass Knurling Cabinet Legs, Brass Furniture Legs, Metal Bench Legs, Gold Cabinet Legs, Replacement Furniture Legs, Cabinet Legs-68187.jpeg', 'Set of 4 Brass Knurling Cabinet Legs, Brass Furniture Legs, Metal Bench Legs, Gold Cabinet Legs, Replacement Furniture Legs, Cabinet Legs-73430.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 16:18:51', '2024-02-26 16:18:51'),
(5847, 'Custom Seat Cushion for Armchair / 100% Wool Felt / Single Cushion / Pouf Cushion / Different thickness - 2\" / 2,5\"/ 3\"/ 4\" / Chair pad', 'JFPSSDuVQ', 17, 'materials:%20Fill%20material%3A%20Foam,%20Wool;%20Cover%20material%3A%20Wool%0ATransform%20your%20armchair%20experience%20with%20our%20Custom%20Rectangular%20Wool%20Felt%20Cushion%20%E2%80%93%20a%20fusion%20of%20comfort%20and%20style.%20Expertly%20crafted%20from%20high-quality%20wool%20felt,%20these%20cushions%20are%20offered%20in%20various%20thickness%20options%20%E2%80%93%202%22,%202.5%22,%203%22,%20and%204%22.%0A%0ASimply%20choose%20the%20thickness%20that%20suits%20your%20preference%20and%20specify%20the%20exact%20size%20in%20the%20personalization%20field.%20The%20standard%20size%20is%20based%20on%20a%2020%22-22%22%20foundation,%20perfect%20for%20armchairs.%20If%20your%20armchair%20has%20unique%20dimensions,%20let%20us%20know%20for%20a%20tailored%20fit.%0A%0AThis%20listing%20is%20for%201%20cushion,%20providing%20substantial%20support%20for%20your%20chair.%20If%20you%20need%20a%20set%20of%202,%20be%20sure%20to%20purchase%20an%20additional%20cushion%20separately.%0A%0AItem%20Description%3A%0A%0A%E2%9C%94%20Material%3A%20Cover%3A%20100%25%20Wool%20Felt.%20Filling%3A%20foam%20in%20a%20fabric%20cover%0A%E2%9C%94%20Hidden%20zipper%20does%20not%20scratch%20the%20surface%20of%20a%20chair%20or%20floor%0A%E2%9C%94%20Different%20thickness%202%22/2,5%22/3%22/4%22(5,5cm/6,5cm/8,5cm/10,5cm)%0A%E2%9C%94%2028%20Different%20Colors', 70.00, NULL, NULL, 99.00, 'Custom Seat Cushion for Armchair / 100% Wool Felt / Single Cushion / Pouf Cushion / Different thickness - 2\" / 2,5\"/ 3\"/ 4\" / Chair pad-38101.jpeg', 'Custom Seat Cushion for Armchair / 100% Wool Felt / Single Cushion / Pouf Cushion / Different thickness - 2\" / 2,5\"/ 3\"/ 4\" / Chair pad-36285.jpeg', 'Custom Seat Cushion for Armchair / 100% Wool Felt / Single Cushion / Pouf Cushion / Different thickness - 2\" / 2,5\"/ 3\"/ 4\" / Chair pad-25001.jpeg', 'General furnitures', 4.5, NULL, 1, '2024-02-26 16:22:21', '2024-02-26 16:22:21'),
(5848, 'Custom Outdoor Cushions, Custom Size, Durable Cushions, Bench Cushion, Fade Proof, Easy to clean, 5 Years of warranty,', 'zym3FbPxC', 18, 'We are glad to announce that our company was awarded BBB\'s most prestigious 2022 Torch Award for Ethics. This award is given to the company which displays an impeccable record in customer service and community engagement.\r\n\r\n\r\n*PLEASE NOTE* prices listed are just a placeholder, please do not purchase until you contact us for an exact quote as per your custom requirement.\r\n\r\nZIPCushions provide exceptional comfort and durability while withstanding the elements. Made with high-quality Sunbrella and Agora outdoor fabrics, our cushions are perfect for adding style and comfort to your outdoor sofa or seating area.\r\n\r\nOur cushions are stain and water-resistant, so you can enjoy them worry-free even in the most challenging weather conditions. The fade-proof design ensures that the vibrant colors of the cushion will last for years to come, maintaining its vibrant and inviting look.\r\n\r\nCleaning our outdoor cushions is a breeze, thanks to their easy-to-clean design. Simply wipe them down with a damp cloth, and they\'ll look as good as new in no time. Additionally, our cushions come with a 5-year warranty, giving you peace of mind knowing that they are built to last.', 20.75, NULL, NULL, 29.75, 'Custom Outdoor Cushions, Custom Size, Durable Cushions, Bench Cushion, Fade Proof, Easy to clean, 5 Years of warranty,-21656.jpeg', 'Custom Outdoor Cushions, Custom Size, Durable Cushions, Bench Cushion, Fade Proof, Easy to clean, 5 Years of warranty,-68167.jpeg', 'Custom Outdoor Cushions, Custom Size, Durable Cushions, Bench Cushion, Fade Proof, Easy to clean, 5 Years of warranty,-99209.jpeg', 'General furnitures', 4.0, NULL, 1, '2024-02-26 16:27:38', '2024-02-26 16:27:38'),
(5849, 'Brussel\'s Fukien Tea Bonsai - Medium - (Indoor)', 'Vez78j8a9', 15, 'particularly well as a mini bonsai, but is also a great houseplant because it appreciates warm temps in the winter months making it a perfect choice for anyone in the city or who does not have the benefits of a yard. Delicate white blossom bloom almost year round and small dark green leaves are shiny with little white dots on the surfaces which are often mistaken for insect infestations. The trunk has wonderful brownish red bark which contrasts beautifully with the dark green of its leaves.\r\n\r\nFukien Tea Bonsai Tree:\r\nDelicate white blossom bloom almost year round and small dark green leaves are shiny with little white dots on the surfaces which are often mistaken for insect infestations. The trunk has wonderful brownish red bark which contrasts beautifully with the dark green of its leaves. \r\nYour Medium bonsai comes in an 8\" container. \r\nThis Fukien Tea Bonsai is 10 years old.\r\nIndoor Care - Your order will be carefully wrapped in a custom designed corrugated carton and delivered with detailed care instructions.', 63.33, NULL, NULL, 70.99, 'Brussel\'s Fukien Tea Bonsai - Medium - (Indoor)-50980.jpeg', 'Brussel\'s Fukien Tea Bonsai - Medium - (Indoor)-82953.jpeg', 'Brussel\'s Fukien Tea Bonsai - Medium - (Indoor)-33029.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-27 00:39:23', '2024-02-27 00:39:23'),
(5850, '400 lb. Capacity Steel Utility Garden Landscape Cart, 32 Inch x 18 Inch Steel Mesh Bed, 2 in 1 Convertible Handle', 'J7HIBBMZH', 15, 'The new Gorilla Carts Steel Utility Cart with convertible 2-in-1 handle is built to haul all your project needs. This cart has been engineered to significantly increase maneuverability with a tighter turn radius, making it easy to move up to 400 lbs. for gardening, farming or any other outdoor jobs. The durable 32 in. by 18 in. steel bed features removable sides that allow the cart to convert into a flatbed for moving larger materials like 2x4s, tree branches or fence posts. A patented 2-in-1 convertible handle allows the cart to be pulled by hand or towed behind a tractor/ATV. The 10 in. pneumatic tires are designed to tackle any terrain and to make hauling heavy rocks, wood or plants easy for anyone.', 99.00, NULL, NULL, 109.00, '400 lb. Capacity Steel Utility Garden Landscape Cart, 32 Inch x 18 Inch Steel Mesh Bed, 2 in 1 Convertible Handle-68615.jpeg', '400 lb. Capacity Steel Utility Garden Landscape Cart, 32 Inch x 18 Inch Steel Mesh Bed, 2 in 1 Convertible Handle-49400.jpeg', '400 lb. Capacity Steel Utility Garden Landscape Cart, 32 Inch x 18 Inch Steel Mesh Bed, 2 in 1 Convertible Handle-23884.jpeg', 'Lawn and garden', 5.0, NULL, 1, '2024-02-27 00:46:25', '2024-02-27 00:46:25'),
(5851, 'VIBESPARK Steel Mesh Garden Cart with 10\" Tires Wagon Cart Newest Garden Utility Carts Heavy Duty 660LBS Capacity Folding Utility Wagon with Removable Sides, Garden Wagon for Yard', 'wnSnMK35Y', 15, 'Item Name: Garden Carts\r\nBrand: VIBESPARK\r\nMaterial: Alloy Steel, Rubber\r\nColor: Black\r\nSpecial Feature: Durable, Sides Removable\r\nWeight Limit: 660 LBS\r\nItem Weight: 36.6 Pounds\r\nProduct Dimensions: 40\"D x 20.2\"W x 40\"H\r\nWheels Type: Pneumatic\r\nWheels Diameter: 10\"\r\nTie Rod Size: 30\"\r\nIncluded Components: 1 Garden Cart, 1 set of Assemble tools, Instructions', 99.99, NULL, NULL, 109.99, 'VIBESPARK Steel Mesh Garden Cart with 10\" Tires Wagon Cart Newest Garden Utility Carts Heavy Duty 660LBS Capacity Folding Utility Wagon with Removable Sides, Garden Wagon for Yard-71246.jpeg', 'VIBESPARK Steel Mesh Garden Cart with 10\" Tires Wagon Cart Newest Garden Utility Carts Heavy Duty 660LBS Capacity Folding Utility Wagon with Removable Sides, Garden Wagon for Yard-69666.jpeg', 'VIBESPARK Steel Mesh Garden Cart with 10\" Tires Wagon Cart Newest Garden Utility Carts Heavy Duty 660LBS Capacity Folding Utility Wagon with Removable Sides, Garden Wagon for Yard-50080.jpeg', 'Automotive kits', 5.0, NULL, 1, '2024-02-27 00:52:49', '2024-02-27 00:52:49'),
(5852, 'Hortem Loppers ,Hedge Clipper and Pruner, Garden Pruning Shears Set', 'HBbcign1Z', 15, 'Color: Green and gray \r\n\r\nMaterial: Carbon Steel of Blade\r\n\r\n                 Nonslip and Comfortable Handles \r\n\r\nSize: Tree Lopper- 28\" (Total length)×3.2\" (Blade length)×5.5\" (Handle length)\r\n\r\n         Hedge shear- 23\" (Total length)×8.3\" (Blade length)×5.5\" (Handle length)\r\n\r\n         Pruning shear- 8\" (Total length)×2.8\" (Blade length)×4.3\" (Handle length)', 37.99, NULL, NULL, 45.99, 'Hortem Loppers ,Hedge Clipper and Pruner, Garden Pruning Shears Set-28228.jpeg', 'Hortem Loppers ,Hedge Clipper and Pruner, Garden Pruning Shears Set-31996.jpeg', 'Hortem Loppers ,Hedge Clipper and Pruner, Garden Pruning Shears Set-24824.jpeg', 'Lawn and garden', 4.0, NULL, 1, '2024-02-27 00:57:17', '2024-02-27 00:57:17'),
(5853, 'Earthquake Versa Tiller Cultivator 99cc Viper Engine, Red', 'xFIHq4XSV', 15, 'tools in one. It is easily converted from a front tine tiller to a cultivator in just seconds with no tools required. Simply choose between 11, 16 or 21 inch tilling widths and set your tilling depth up to 11” deep. As a cultivator, the Versa can weed, mulch and aerate soil. As a tiller, it powers through large plots of land to weed and prepare seed beds for planting. A powerful 99cc Viper engine delivers the right amount of power to turn soil while still being maneuverable.\r\nEarthquake Versa Tiller Cultivator with 99cc 4-Cycle Viper Engine, 20015 \r\n\r\n2-in-1 Tiller Cultivator Capability \r\n\r\nAdjustable Tilling Width (11, 16 or 21 Inches) \r\n\r\nTilling Depth up to 11” \r\n\r\nLow center of gravity for maximum stability \r\n\r\nLight enough to turn on a dime with effortless control \r\n\r\nTool-less Removal of side shields and outer tines \r\n\r\n5-Year Limited Warranty \r\n\r\nPowerful 99cc Viper™ Engine', 379.99, NULL, NULL, 395.55, 'Earthquake Versa Tiller Cultivator 99cc Viper Engine, Red-95346.jpeg', 'Earthquake Versa Tiller Cultivator 99cc Viper Engine, Red-65415.jpeg', 'Earthquake Versa Tiller Cultivator 99cc Viper Engine, Red-93876.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-27 01:01:40', '2024-02-27 01:01:40');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5854, 'Lockways Folding Garden Kneeler Seat Portable Garden Stool with 2 Tool Pouches, Heavy Duty Portable Garden Kneeling Pad, SGS Certified', 'rbESDtbI4', 15, 'Keep your lawn or garden looking beautiful with the Gardening Kneeling Bench by Lockways. This dual-purpose bench features a durable steel frame that folds for compact storage, two handles with convenient tool pouches, detachable leg protectors and a foam pad with ample cushioning for your knees, hips and back while kneeling. Whether you are planting flowers, pulling weeds or picking vegetables in the garden, this versatile bench will reduce aches and keeps your knees off the soiled ground.\r\n\r\nSolid Construction & Lightweight: Enhanced steel tube frame with EVA foam kneeling pad works excellent as both kneeling pad and garden seat. It only weights 6 lb, easily carrying around in your garden and it can hold up to 660 lb\r\nHigh Quality and Safety-SGS Certified: Made of heavy-duty steel tube and thickened EVA foam cushion, providing comfortable feeling for your garden work. Sturdy frame protect your safety, foam cushion pad relieve pressure on your knee and get you relaxed\r\nFoldable & Compact-Easy to Store: Foldable design is convenient for storage and carrying around. Compact in size after folded, without taking too much space for your other gardening tools.\r\n2-in-1 Garden Kneeler & Garden Seat: Works excellent as both garden kneeling pad and garden stool. It can be easily reverted to another mode. Just turn it over when you need.\r\nTwo Gardening Tool Pouches: The garden kneeler comes with two tool pouches, made of high density 600D polyester fabric. It can be attached to both two side of garden kneeler, storing your gardening tools by your side.', 32.99, NULL, NULL, 35.99, 'Lockways Folding Garden Kneeler Seat Portable Garden Stool with 2 Tool Pouches, Heavy Duty Portable Garden Kneeling Pad, SGS Certified-37172.jpeg', 'Lockways Folding Garden Kneeler Seat Portable Garden Stool with 2 Tool Pouches, Heavy Duty Portable Garden Kneeling Pad, SGS Certified-83220.jpeg', 'Lockways Folding Garden Kneeler Seat Portable Garden Stool with 2 Tool Pouches, Heavy Duty Portable Garden Kneeling Pad, SGS Certified-58549.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-27 01:05:05', '2024-02-27 01:05:05'),
(5855, 'Custom Earphones Metal Wall Art, Personalized Headphones Decor, Musical Instrument, Music Lovers Gift,Sound Studio DJ Club Name Sign,Musical', 'R3LVHvOvu', 17, 'Handmade\r\nMaterials: Steel, Metal, Passion\r\nGift wrapping available\r\n‣Welcome to Bross Home\r\n\r\nWe give exquisite service to our customers.\r\nWe ship in 1 - 3 days even custom works\r\nWe cut our decors from 16 gauge heavy duty high quality steel and our works are weatherproof thanks to textured powder coat finish.\r\n\r\n‣We offer free and express shipping*\r\nWe will provide full tracking id for you.\r\n\r\n‣Dimensions: (Height x Width)\r\n14 x 12.6” / 35 x 32 cm\r\n20 x 18” / 50 x 46 cm\r\n24 x 21.7” / 60 x 55 cm\r\n27 x 25” / 70 x 64 cm\r\n32 x 29” / 81 x 74 cm\r\n39 x 36” / 100 x 92 cm\r\nMessage me for other sizes you want. I can do any sizes up to 100\"\r\n\r\n‣ EASY to HANG: No Assembly Required. Easily hang them on your wall with nail.\r\n\r\n‣ Specs: We use high quality 16 Gauge Steel. We use electrostatic powder coat finish to make it weatherproof. We offer Black, Gold, Silver, White options, for other colors please get in touch with us. Only nails and screws can get rustier if exposed much rain or snow.', 40.90, NULL, NULL, 44.90, 'Custom Earphones Metal Wall Art, Personalized Headphones Decor, Musical Instrument, Music Lovers Gift,Sound Studio DJ Club Name Sign,Musical-59460.jpeg', 'Custom Earphones Metal Wall Art, Personalized Headphones Decor, Musical Instrument, Music Lovers Gift,Sound Studio DJ Club Name Sign,Musical-75630.jpeg', 'Custom Earphones Metal Wall Art, Personalized Headphones Decor, Musical Instrument, Music Lovers Gift,Sound Studio DJ Club Name Sign,Musical-74714.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-27 01:06:37', '2024-02-27 01:06:37'),
(5856, 'KOTTO 4 Packs Pruner Shears Garden Cutter Clippers, Stainless Steel Sharp Pruner Secateurs, Professional Bypass Pruning Hand Tools Scissors Kit with Storage Bag', 'rIJ3TTngC', 15, '4 Pack Professional Bypass Pruning Hand Tools Scissors Kit Looking for long-lived pruning shear, fruits shear, flower cutter? Those pruning shears could satisfy need of planting, harvesting, floral, indoor and outdoor planting, greenhouse pruning.', 22.99, NULL, NULL, 26.99, 'KOTTO 4 Packs Pruner Shears Garden Cutter Clippers, Stainless Steel Sharp Pruner Secateurs, Professional Bypass Pruning Hand Tools Scissors Kit with Storage Bag-44982.jpeg', 'KOTTO 4 Packs Pruner Shears Garden Cutter Clippers, Stainless Steel Sharp Pruner Secateurs, Professional Bypass Pruning Hand Tools Scissors Kit with Storage Bag-42837.jpeg', 'KOTTO 4 Packs Pruner Shears Garden Cutter Clippers, Stainless Steel Sharp Pruner Secateurs, Professional Bypass Pruning Hand Tools Scissors Kit with Storage Bag-78153.jpeg', 'Lawn and garden', 3.0, NULL, 1, '2024-02-27 01:08:31', '2024-02-27 01:08:31'),
(5857, 'Set of 5 Classic Miniature Musical Instrument Ornament, Drum Set, Saxophone, Classical Instruments, Study Room Decor, Handmade Tools', '71VdrtlpL', 17, 'Mini Ornaments, Beautiful Furniture Model\r\n\r\n❆❆ Material: Plastic\r\n❆❆ Size: As the pictures shows\r\n❆❆ Quantity: 5pcs/set\r\n❆❆ Notice: This product is suitable for 1:6 and 1:12 doll houses, please pay attention. ⁰ ▽ ⁰\r\n\r\n\r\n❅❅ Usage: Cute miniature ornaments set, perfect for home decor, succulent plant.\r\n\r\n❅❅ DIY Model Kits: This wood model kits will make you fall in love with arts and crafts and become fulfilled. Inside the furniture suite are easy to stitching, Even if you are a beginner, follow the steps to do it will not be too hard.\r\n\r\n❅❅ Wide Application: Great for miniature garden,Mini landscape,potted landscaping, Window Display,dollhouse and plant decoration.\r\n\r\n❅❅ Gift: The ornaments are tiny that are not suitable for children under 3 years old. avoid swallow. Perfect as a good gift for children, lover, friends and family.', 6.76, NULL, NULL, 7.96, 'Set of 5 Classic Miniature Musical Instrument Ornament, Drum Set, Saxophone, Classical Instruments, Study Room Decor, Handmade Tools-54759.jpeg', 'Set of 5 Classic Miniature Musical Instrument Ornament, Drum Set, Saxophone, Classical Instruments, Study Room Decor, Handmade Tools-89052.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-27 01:09:49', '2024-02-27 01:09:49'),
(5858, 'KitchenAid 20 cu. ft. French Door Counter Depth Refrigerator (Stainless Steel)', 'VBcm8S40E', 13, 'ENERGY STAR-qualified, meets government standards to help conserve natural resources and save money on utility bills\r\nInterior water dispenser is conveniently located for easy access to ice-cold filtered water\r\nAn automatic ice maker ensures a constant supply of ice on hand at all times for entertaining and everyday use\r\nFiltration system reduces contaminants from tap water running through the ice maker and water dispenser to help keep ice cubes and drinking water clean and fresh-tasting\r\nElectronic controls are conveniently located in the front of the refrigerators interior to make them easy to reach\r\nExtendFresh temperature management system uses sensors in the refrigerator and freezer to help ensure all your ingredients remain at the appropriate temperature so they stay fresh and tasty\r\n5 cantilever shelves in the fresh food compartment are made of spill-proof glass, so even when accidents happen, the mess is kept to a minimum\r\nA freshchill temperature-controlled full width pantry lets you properly store foods ranging from meats to produce by allowing manual adjustment of the amount of cold air that enters the drawer\r\nHumidity-controlled crispers provide adjustable humidity control, giving you a dedicated storage option to keep fresh food at optimum humidity levels\r\nA produce preserver absorbs ethylene gas emitted by many fruits and vegetables, causing them to over ripen, by removing ethylene, the produce preserver helps extend freshness\r\nMetal wine rack provides a durable storage solution for up to four bottles of wine or 2 l containers and can be removed for additional storage flexibility\r\nA dairy bin and 2 Gal. storage shelves built into the door give you even more storage options for all of your groceries\r\nMetallic accents on the shelf trim provide a touch of elegance and complement the high gloss interior finish of the refrigerator', 999.00, NULL, NULL, 2799.00, 'KitchenAid 20 cu. ft. French Door Counter Depth Refrigerator (Stainless Steel)-36518.jpeg', 'KitchenAid 20 cu. ft. French Door Counter Depth Refrigerator (Stainless Steel)-71580.jpeg', 'KitchenAid 20 cu. ft. French Door Counter Depth Refrigerator (Stainless Steel)-65363.jpeg', 'Groceries', 5.0, NULL, 1, '2024-02-27 01:13:38', '2024-02-27 01:13:38'),
(5859, 'Medieval Citole', '97bCVX5zL', 17, 'A Medieval ancestor of the guitar. There\'s only one surviving example in the British Museum and that heavily altered. So this instrument is is conjectural, but it has a nice sound and is easy to play. The citole is frequently shown in Medieval art in the hands of Angels. This is a handcrafted item made to order. Please allow three to four months delivery time.\r\nTotal length: 26 1/2\"/51 cm\r\nBody length: 12 3/4\"/35.5 cm\r\nSounding length: 14\'/32.5 cm\r\nTuning: c\'c\', d\'d\', g\', c\"', 195.00, NULL, NULL, 200.00, 'Medieval Citole-17869.jpeg', 'Medieval Citole-74947.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-27 01:14:29', '2024-02-27 01:14:29'),
(5860, '16-inch Manual Reel Lawn Mower Adjustable 5-Blade Push Lawn Mower with Grass Catcher（4 wheels）, Green', 'a0cSXZ3f4', 15, '5-Blade about cutting width 15.75-inch Cordless Manual reel hand pushes lawn mower, blades made of heat-treated alloy steel, no gas or oil, will not change the green and healthy lawn.\r\n\r\nEasy to Push and Pull\r\n\r\nThe Lawnmower of adjustment handle assists with push or pull, even if a child.\r\n\r\nLight\r\n\r\nThe field mower weighs only 17.20 lbs, its length is 22 inches， its width is 17 inches, and its height is 9 inches, very suitable for everybody.\r\n\r\nEasy Height Adjustments\r\n\r\nThe hand mower of the height regulating valve guarantees cutting of height adjustment from 0.47\'\' to 1.77\'\', providing a more comfortable way.\r\n\r\nWith detachable grass catcher\r\n\r\nTo clean up the grass catcher conveniently. Let us enjoy the happy time of mowing with our family!', 79.99, NULL, NULL, 97.99, '16-inch Manual Reel Lawn Mower Adjustable 5-Blade Push Lawn Mower with Grass Catcher（4 wheels）, Green-47923.jpeg', '16-inch Manual Reel Lawn Mower Adjustable 5-Blade Push Lawn Mower with Grass Catcher（4 wheels）, Green-68024.jpeg', '16-inch Manual Reel Lawn Mower Adjustable 5-Blade Push Lawn Mower with Grass Catcher（4 wheels）, Green-17071.jpeg', 'Lawn and garden', 3.5, NULL, 1, '2024-02-27 01:15:36', '2024-02-27 01:15:36'),
(5861, 'Inescapable', '6EEGad4Ny', 13, 'Aksys Inescapable: No Rules, No Rescue (XB1)', 24.99, NULL, NULL, 49.99, 'Inescapable-12905.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-27 01:17:03', '2024-02-27 01:17:03'),
(5862, 'Fiskars Extendable Hedge Shears, 25-33\" Adjustable Steel Clippers', 'hCW1eObLA', 15, 'Fiskars Extendable Hedge Shears have handles that extend and lock securely for easy cuts on high, hard-to-reach branches. Ideal for trimming and shaping hedges and decorative shrubs. These shears feature fully hardened, precision-ground, steel blades with a rust-resistant, low-friction coating for even easier cuts. Durable steel handles include non-slip grips, as well as shock-absorbing bumpers, for superior comfort and control.\r\n\r\nCut high, awkward or hard-to-reach branches on hedges and shrubs easily with Fiskars Extendable Hedge Shears\r\nFully hardened, precision-ground, steel blades cut all the way to the tip\r\nRust-resistant, low-friction blade coating makes cuts easy\r\nDurable, steel handles can be securely locked at any length from 25-33 inches\r\nFull lifetime warranty', 22.88, NULL, NULL, 28.88, 'Fiskars Extendable Hedge Shears, 25-33\" Adjustable Steel Clippers-89795.jpeg', 'Fiskars Extendable Hedge Shears, 25-33\" Adjustable Steel Clippers-13974.jpeg', 'Fiskars Extendable Hedge Shears, 25-33\" Adjustable Steel Clippers-44951.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-27 01:19:12', '2024-02-27 01:19:12'),
(5863, 'Ticket To Ride Strategy Board Game for ages 8 and up, from Asmodee', 'ouc6IK7Au', 13, 'Build your tracks across the United States in Ticket to Ride, a fast-paced and strategic board game for two to five players. In every game, you and your opponents must compete for train cards, which in turn allow you to run your trains between iconic American cities. You’ll earn points for every route you complete, but you need to plan for the future—ticket cards can give you many more points if you connect the two cities shown on the ticket. Just be careful: your opponents are competing for the same routes as you! Ticket to Ride is a great strategy board game for children, teens, and adults, ages 8 and older. Average play time is 60 minutes.\r\nA fast-paced, award-winning board game for two to five players.\r\nConnect iconic North American cities and build your train routes to earn points.\r\nPlayers must compete to grab the best train cards and routes before their opponents.\r\nTicket cards challenge you to plan ahead and connect two faraway cities for additional points.\r\nTicket to Ride is a great strategy board game for children, teens, and adults, ages 8 and older.', 30.99, NULL, NULL, 43.97, 'Ticket To Ride Strategy Board Game for ages 8 and up, from Asmodee-65365.jpeg', 'Ticket To Ride Strategy Board Game for ages 8 and up, from Asmodee-38235.jpeg', 'Ticket To Ride Strategy Board Game for ages 8 and up, from Asmodee-93637.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-27 01:24:04', '2024-02-27 01:24:04'),
(5864, 'Karmas Product Garden Kneeler and Seat Folding Kneeling Bench Stool with Tool Pouches Soft EVA Foam for Gardening, Asiento Garden Kneeler, Purple', '6URZ1n1zd', 15, 'This Karmas Product garden seat and kneeler will assist you with all of your gardening tasks this season. Gardening can be hard on both the back and the knees. Turn it over, and it becomes a comfortable seat to use while doing gardening chores. The folding capability and light weight design allow for easy mobility and storage. This foldable garden stool is constructed of a solid steel frame will provide support for your arms when kneeling down and getting up. Comes with a removable tool pouch with pocket. It is perfect for keeping your tools for your convenience.\r\n\r\nColor available: Purple Brown Green\r\nMaterial: Steel, EVA\r\nOpen Dimensions: 22.5\"(L) x 10.6\"(W) x 18.5\"(H)\r\nFolded Dimensions: 22.5\"(L) x 10.6\"(W) x 5\"(H)\r\nSeat Dimensions: 16.1\"(L) x 6.2\"(W)\r\nPouch Dimensions: 12.5\"(L) x 11.8\"(W)\r\nWeight: 5.7 lbs', 36.99, NULL, NULL, 40.99, 'Karmas Product Garden Kneeler and Seat Folding Kneeling Bench Stool with Tool Pouches Soft EVA Foam for Gardening, Asiento Garden Kneeler, Purple-17274.jpeg', 'Karmas Product Garden Kneeler and Seat Folding Kneeling Bench Stool with Tool Pouches Soft EVA Foam for Gardening, Asiento Garden Kneeler, Purple-52235.jpeg', 'Karmas Product Garden Kneeler and Seat Folding Kneeling Bench Stool with Tool Pouches Soft EVA Foam for Gardening, Asiento Garden Kneeler, Purple-52060.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-27 01:24:25', '2024-02-27 01:24:25'),
(5865, 'Educational Insights Pancake Pile-Up! Sequence Relay Preschool Game for Families & Kids, Easter Toys for Boys and Girls Ages 4, 5, 6+ Year Old, 2-4 Players', 'CnaJCUWGf', 13, 'The stack \'em high, serve \'em up, Educational Insights Pancake Pile-Up Relay Game! Order up! It\'s a busy day at the diner, so don\'t dilly-dally. Help your customers get just what they ordered by racing the other servers to the grill - relay style - and piling up pancakes in precisely the right order. The first player (or team) to find \'em, stack \'em and serve \'em up topped with a pat of butter, wins the Pancake Pile-Up game! Preschoolers are all about pretend play and learning new skills. Pancake Pile-Up makes the perfect addition to a kid\'s Easter basket, or a sweet gift any time of year! Educational toys for kids that combine role playing with their first introduction to math, science, and language are ideal for kids ages 3-5 years old. Toy and gift favorites include math and science board games for kids, stem toys and experiments, science kits, puzzles and building toy sets, and fun role-playing activities. Children, boys and girls alike, enjoy playing pretend with friends and family to develop their imaginations and hone social skills that prepare them for school and more.\r\nPRESCHOOL SEQUENCE GAME: Stack and serve your pancakes to match your order cards. Be the first to correctly complete a pancake stack and top it with a pat of butter\r\nHOW TO PLAY: Turn over an order card and find the first pancake from the order card. Race to your plate, pancakes on spatulas, to stack pancakes. Then run back, handing the spatula to the next player-relay race style. Correctly complete the stack of pancakes and top it with a pat of butter to win\r\nLEARN THROUGH PLAY: Kids learn to follow a sequence and helps develop gross motor skills, balance, and coordination. Perfect for classroom activity or group game with no reading required\r\nINCLUDES: 10 pancakes in 5 flavors, 2 pats of butter, 2 plates, 2 spatulas, 10 order cards, and griddle game board (box bottom)\r\nPERFECT FOR OUTDOOR PLAY & AT-HOME LEARNING: Makes a great activity for kids to stay engaged, entertained, and learning outside of the classroom. We are dedicated to providing resources that keep your kids learning and having fun while at home\r\nTHE IDEAL GIFT: Perfect as an Easter Giveaway or Easter Gift at your Easter Sunday Celebration.', 15.69, NULL, NULL, 19.99, 'Educational Insights Pancake Pile-Up! Sequence Relay Preschool Game for Families & Kids, Easter Toys for Boys and Girls Ages 4, 5, 6+ Year Old, 2-4 Players-55490.jpeg', 'Educational Insights Pancake Pile-Up! Sequence Relay Preschool Game for Families & Kids, Easter Toys for Boys and Girls Ages 4, 5, 6+ Year Old, 2-4 Players-97049.jpeg', 'Educational Insights Pancake Pile-Up! Sequence Relay Preschool Game for Families & Kids, Easter Toys for Boys and Girls Ages 4, 5, 6+ Year Old, 2-4 Players-43800.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-27 01:27:48', '2024-02-27 01:27:48'),
(5866, 'Karcher Push Sweeper, S4 Twin - Outdoor Sweeper for Sidewalks, Streets, Driveways 5.25 Gallon', 'z5vcgvtwG', 15, 'Sweep your driveway, sidewalks, garage and other large areas with Karcher S 4 Twin Push Sweeper. This sturdy and corrosion-resistant sweeper has a sweeping width of 26.8\" - Ideal for areas 400 ft² or larger. Features a powerful roller-brush and extra-long bristles on the 2 side brushes. Comes with a 5.25-gallon waste container and delivers outstanding cleaning results. The adjustable push handle can be easily adjusted to the height of each user (or completely folded down, if desired, for self-standing storage). The waste container can be easily removed and emptied without meeting dirt. The S 4 Twin is exponentially quieter than a blower and captures dust, rather than blowing it around. The push-powered design means no electricity or gas is needed!', 142.49, NULL, NULL, 161.59, 'Karcher Push Sweeper, S4 Twin - Outdoor Sweeper for Sidewalks, Streets, Driveways 5.25 Gallon-43426.jpeg', 'Karcher Push Sweeper, S4 Twin - Outdoor Sweeper for Sidewalks, Streets, Driveways 5.25 Gallon-16947.jpeg', 'Karcher Push Sweeper, S4 Twin - Outdoor Sweeper for Sidewalks, Streets, Driveways 5.25 Gallon-20548.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-27 01:32:21', '2024-02-27 01:32:21'),
(5867, 'Medical Surgical Supplies Dissecting Instruments Kit Anatomy Set & Lab Equipment', 'lTbWyCXTO', 17, 'materials:%20Stainless%20Steel,%20Rust%20Free%0AMedical%20Surgical%20Supplies%20Dissecting%20Instruments%20Kit%20Anatomy%20Set%20&%20Lab%20Equipment%0A%0AFEATURES%3A%0AIt%20Is%20Made%20From%20High%20Quality%20Stainless%20Steel%0ABasic%20Medical%20Dissecting%20Set%20Is%20Made%20For%20Professional,%20Students%20Academics%20And%20Home%20Use%20At%20Same%20Time%0ARust%20free%20&%20long%20lasting%20with%20the%20best%20and%20most%20precise%20results%0AAutoclavable%0A%0AWHAT\'S%20INCLUDES%20IN%2013%20PCS%3A%0A1%20X%20Metzenbaum%20Scissors%0A1%20X%20Arrow%20Head%20Probe%0A1%20X%20Straight%20Scissors%0A1%20X%20Normal%20Scissor%0A1%20X%20Dissecting%20Tweezers%0A1%20X%20Micro%20Dissecting%20Tweezers%0A1%20X%20No.3%20Scalpel%20Handle%0A1%20X%20No.4%20Scalpel%20Handle%0A1%20X%20Blade%20For%20No.%203%20Scalpel%20Handle%0A1%20X%20Blade%20For%20No.%204%20Scalpel%20Handle%0A1%20X%20Mayo-hegar%20Needle%20Holders%0A1%20X%20Surgical%20Spatula%20&%20Scraper%0A2%20X%20Fine%20Surgical%20Sterile%20Blades%0A1%20X%20FREE%20Storage%20Case', 30.68, NULL, NULL, 39.67, 'Medical Surgical Supplies Dissecting Instruments Kit Anatomy Set & Lab Equipment-31956.jpeg', 'Medical Surgical Supplies Dissecting Instruments Kit Anatomy Set & Lab Equipment-10658.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-27 01:34:14', '2024-02-27 01:34:14'),
(5868, 'CLARINS  Hydrating Toning Lotion with Aloe Vera & Saffron Flower Extracts 6.7 oz Normal to Dry Skin Skin Care', '8ltPjkhEG', 11, 'A refreshing, plant-based facial toner Formulated with Aloe Vera & Organic Fig extracts to gently tone & hydrate skin Contains Microbiote Complex, a nourishing blend of marine-based prebiome & Organic Saffron Flower polyphenols Respects, protects & balances skin’s natural microbiota Removes every last trace of cleanser Scented with floral-citrus notes to refresh the senses Leaves skin feeling soft, smooth, comfortable & hydrated', 19.99, NULL, NULL, 23.99, 'CLARINS  Hydrating Toning Lotion with Aloe Vera & Saffron Flower Extracts 6.7 oz Normal to Dry Skin Skin Care-83138.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-27 01:34:46', '2024-02-27 01:34:46'),
(5869, 'Stinky Pig Party Game', 'JupGcftZY', 13, 'Poke Stinky Pig’s belly to hear him sing, and then roll the die to see which way to pass him. Do it fast…pass him left, pass him right, roll again…but hurry before he…toots! If you’re holding Stinky Pig when he passes gas, you must take a token. But then keep playing…quickly…and the player with the fewest tokens in the end wins! For 2 or more players. Includes two \"AA\" replaceable batteries.\r\nPOKE THE PIG TO MAKE HIM SING—The charming pig will start singing when you press his belly! It\'s fun, but don\'t dwell on it too long--you have to pass him along to play!\r\nROLL THE DIE AND PASS HIM FAST—Players sit in a circle, or around a table, and take turns rolling the die to find out which way to pass the pig as he sings\r\nHE TOOTS!—If you\'re the one holding the pig when he suddenly stops singing and toots (it\'s hilarious!), then you take a token and start him up again!\r\nEVERYONE STAYS IN THE GAME—You\'re not \"out\" if you\'re holding him when he toots; you just don\'t want to collect tokens and be the loser at the end with the most tokens\r\nFUN GAME FOR FAMILIES AND PARTIES—It\'s a silly and entertaining game for game nights with the kids, and it\'s great for kid birthday parties!', 7.86, NULL, NULL, 11.07, 'Stinky Pig Party Game-36459.jpeg', 'Stinky Pig Party Game-10939.jpeg', 'Stinky Pig Party Game-94703.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-27 01:35:31', '2024-02-27 01:35:31'),
(5870, 'Muerk 3 Pack Garden Pruning Shears Stainless Steel Blades Handheld Pruners Set with Gardening Gloves', 'RgBzAF4sJ', 15, 'Rust-resistant stainless steel blade are sharp and durable for easy and smooth cut.Anti-slip and ergonomic handle make the gardener clippers more comfortable in your hand.Easy-open spring action reduces hand fatigue while cutting. you can easily to cut without damaging the vital stems and branches of your plants. \r\n【User-friendly Safety Lock】These garden shears have locking mechanisms to keep the sharp blades securely closed when not in use.It is easy to maneuver and can effectively reduce accidental injuries. And the closing mechanism is firmly enough, you don’t need to worry the plant pruning shears will get locked accidentally during use. \r\n【Garden Gloves for Hand Protection】One size fits most. This Gardening gloves,made of soft & comfortable cotton fabric,can protect yourself from dirt, skin wounds and nasty splinters when doing yard chores. The grip latex coating provides anti-slip or sure control when grabbing garden & yard tools. \r\n【Widely used】This gardening shears set comes with 3 different blades for a variety of general pruning tasks.It is ideal for harvesting or trimming herbs,flowers,house plants, hydroponics,bonsai,cutting stems or light branches,or other cutting needs in the garden. It would also be a perfect gift for a gardening friend. \r\n【After Sales Service】 Reliable Customer Support. Please feel free to tell us if you have any questions about our garden shears pruning. Note:Keeping your pruner shears cleaned and well-oiled can extend their lifespan.Please dry and clean it after use.Note: The Color of garden pruners set will be shipped at random.', 12.58, NULL, NULL, 15.98, 'Muerk 3 Pack Garden Pruning Shears Stainless Steel Blades Handheld Pruners Set with Gardening Gloves-88328.jpeg', 'Muerk 3 Pack Garden Pruning Shears Stainless Steel Blades Handheld Pruners Set with Gardening Gloves-85706.jpeg', 'Muerk 3 Pack Garden Pruning Shears Stainless Steel Blades Handheld Pruners Set with Gardening Gloves-19913.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-27 01:36:08', '2024-02-27 01:36:08'),
(5871, 'GUCCI  Icon 18kt Rose Gold heart bracelet -', '780xecogW', 11, 'Gucci Ladies Bracelets. SKU: YBA729383001. Color: Rose Gold-tone. Metal Type: Rose Gold. Metal Stamp: 18k. Gem stone type: None. Bracelet style: 1 Band. Gucci Icon 18kt Rose Gold heart bracelet - YBA729383001.', 2000.00, NULL, NULL, 2128.00, 'GUCCI  Icon 18kt Rose Gold heart bracelet --98705.jpeg', NULL, NULL, 'Beauty & personal care', 5.0, NULL, 1, '2024-02-27 01:37:33', '2024-02-27 01:37:33'),
(5872, 'INSTUMAX 8\" Stainless Steel Versatile Kidney Tray Used to Hold Instruments & Medical Waste During Surgical Procedures', 'rVzgMyIyw', 17, 'materials:%20Stainless%20Steel%0AINSTUMAX%208%22%20Stainless%20Steel%20Versatile%20Kidney%20Tray%0A%0AContainer%20Used%20in%20Surgery%20and%20Medicine%3A%0A%0AIdeal%20for%20Holding%20Instruments%20&%20Medical%20Waste%20During%20Surgical%20Procedures.%0AA%20kidney%20tray%20is%20a%20shallow,%20kidney-shaped%20basin%20widely%20used%20in%20surgical%20procedures%20for%20carrying%20dressings,%20bandages,%20small%20instruments,%20soiled%20dressings,%20and%20other%20medical%20waste.%20Its%20shape%20allows%20it%20to%20be%20conveniently%20held%20close%20to%20a%20patient\'s%20body.%0A%0ASPECIFICATION%3A-%0APremium%20Quality%20Stainless%20Steel%20use%20with%20Superior%20Craftsmanship.%0A%0ANon%20Slip%20Grip%20Premium%20Quality%20Handle.%20Polish%20to%20high%20Standard%20Finish.%0A%0AFully%20guaranteed%20against%20defect%20in%20material%20and%20workmanship.%0A%0AManufactured%20from%20High%20Quality%20Medical%20Grade%20Stainless%20Steel.%0A%0AHigh%20Degree%20of%20Precision%20and%20Flexibility%20while%20conducting%20the%20Clinical%20Procedure.%0A%0AHigh%20Degree%20of%20Aesthetic%20and%20Corrosion%20Resistance.%0A%0ABrand%20-%20INSTUMAX%C2%AE%0AManufactured%20for%20Optimal%20results%20and%20Precision.%0AHigh%20Degree%20of%20Aesthetic%20and%20Corrosion%20Resistance.%0AManufactured%20from%20High%20Quality%20Medical%20Grade%20Stainless%20Steel.%0AHigh%20Degree%20of%20Precision%20Flexibility%20while%20conducting%20procedure.%0AProduct%20Conforms%20to%20ISO%209001,%20CE-Quality%20Mark,%20ISO%2013485,%20and%20other%20Quality%20Standards', 10.99, NULL, NULL, 12.99, 'INSTUMAX 8\" Stainless Steel Versatile Kidney Tray Used to Hold Instruments & Medical Waste During Surgical Procedures-20082.jpeg', 'INSTUMAX 8\" Stainless Steel Versatile Kidney Tray Used to Hold Instruments & Medical Waste During Surgical Procedures-47146.jpeg', 'INSTUMAX 8\" Stainless Steel Versatile Kidney Tray Used to Hold Instruments & Medical Waste During Surgical Procedures-37062.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-27 01:37:38', '2024-02-27 01:37:38'),
(5873, 'Chess Checkers and Tic-Tac-Toe', '3d2nldXYc', 13, 'With this awesome games collection, you can enjoy three classic games in one convenient package. Includes Chess; the king of all board game, Checkers; a simple game of strategy, and Tic-Tac-Toe.\r\nFUN FOR THE ENTIRE FAMILY: Perfect for game night with family and friends. With 3 classic games to choose from, there is surely something for everyone.\r\nDURABLE CONSTRUCTION: Made with high quality materials, this classic games set is built to last for years to come.\r\nGREAT LEARNING TOOL: Helps kids hone their strategy and problem-solving skills while having a blast with family and friends.\r\nRecommended for 2 players, ages 8 and up.\r\nSpin Master offers a variety of board games & puzzles for kids & adults. Classic, card, family, trivia, party games & more. Puzzle lines feature characters for kids of all ages, adult jigsaw, 3-D & more\r\nIncludes: 32 Chess Pieces, 24 Checkers, Double-Sided Gameboard, Instructions\r\nWARNING: CHOKING HAZARD - Small parts. Not for children under 3 years.\r\nCovered by the Spin Master Care Commitment. If you have a problem with a Spin Master product that you purchased from an authorized seller, we’ll resolve it! Because Spin Master is unable to control the quality of products sold by unauthorized sellers, unless otherwise prohibited by law, the Care Commitment is not available for products purchased from unauthorized sellers. The Care Commitment is limited to the original end-user purchaser. You may also be required to provide proof of purchase and/or a picture of your product to Spin Master to verify eligibility. Spin Master reserves the right to verify information, require a valid proof of purchase, and to deny request in its discretion', 7.99, NULL, NULL, 11.97, 'Chess Checkers and Tic-Tac-Toe-62740.jpeg', 'Chess Checkers and Tic-Tac-Toe-41268.jpeg', 'Chess Checkers and Tic-Tac-Toe-43014.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-27 01:40:26', '2024-02-27 01:40:26'),
(5874, 'GUCCI  Heart earrings with trademark in Sterling Silver', 'uNnF77rGB', 11, 'Gucci Ladies Earrings. SKU: YBD223990001. Color: Silver-tone. Metal Type: Sterling Silver. Metal Stamp: 925-Sterling. Gem stone type: None. Earrings style: 1 Band. Heart earrings with Gucci trademark in Sterling Silver. Made in Italy.', 220.00, NULL, NULL, 239.98, 'GUCCI  Heart earrings with trademark in Sterling Silver-82551.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-27 01:40:59', '2024-02-27 01:40:59'),
(5875, 'Stethoscope neon sign, medical instrument led light, stethoscope neon light, light sign for a hospital', 'oTuuSocEr', 17, 'materials:%20Acrylic%0AGift%20wrapping%20available%0A%F0%9F%91%8B%20Write%20me,%20I%20can%20customize%20stethoscope%20neon%20for%20you%F0%9F%98%80%20Change%20the%20color,%20add%20text%20to%20medical%20neon%20sign%20or%20make%20a%20completely%20new%20sign%20from%20your%20logo%20or%20picture.%20I%20can%20also%20give%20you%20an%20example%20with%20the%20appearance%20of%20the%20inscription%20in%20different%20fonts%20from%20my%20catalog%20to%20make%20your%20choice%20easier.%0A%0A%E2%9D%97%20Stethoscope%20led%20sign%20is%20made%20by%20the%20best%20technology.%20All%20lines%20are%20straight%20and%20smooth%20as%20possible.%20Such%20signs%20are%20also%20ideal%20for%20placement%20not%20only%20at%20home,%20but%20also%20in%20offices%20and%20shops.%20After%20all,%20behind%20the%20signs%20we%20don%E2%80%99t%20stick%20a%20bunch%20of%20wires.%20It%20is%20beautiful%20not%20only%20in%20front%20but%20also%20behind.%20%F0%9F%8F%A2%F0%9F%8F%A0%0A%0A%F0%9F%92%9C%20You%20can%20choose%20any%20of%20the%20following%20colors%20or%20several%20at%20once%20for%20medical%20neon%20light%3A%0A%E2%9E%A4%20Cold%20white%0A%E2%9E%A4%20Warm%20white%0A%E2%9E%A4%20Red%0A%E2%9E%A4%20Blue%0A%E2%9E%A4%20Green%0A%E2%9E%A4%20Pink%0A%E2%9E%A4%20Purple%0A%E2%9E%A4%20Yellow%0A%E2%9E%A4%20Turquoise%0A%E2%9E%A4%20Orange%0A%0A%F0%9F%92%A1%F0%9F%92%A1%F0%9F%92%A1%0A%E2%9E%A4%20Safe%20%E2%9C%85%20low%20voltage%2012V,%20transformer%20compatible%20according%20to%20the%20country%20of%20your%20choice%20(110V/220V)%0A%E2%9E%A4%20Power%20cord%20length:%206%E2%80%997%20%E2%80%9D=%20200%20cm%20of%20clear%20cord%20/%209%E2%80%999%E2%80%9D%20=%20300%20cm%20power%20cord%0A%E2%9E%A4%20Plug%20US%20UK%20EU%20is%20selected%20and%20completed%20for%20you%20automatically%0A%0A%0A100%25%20of%20our%20customers%20are%20satisfied%20with%20our%20service%20and%20quality%20of%20stethoscope%20led.%20If%20they%20have%20questions,%20we%20always%20answer%20quickly%20and%20solve%20all%20problems.%20%E2%9C%94%F0%9F%99%82%0A%0A%E2%9D%A4%EF%B8%8F%20The%20standard%20warranty%20on%20the%20medical%20neon%20led%20is%201%20year%20(although%20in%20fact%20our%20signs%20have%20been%20working%20for%205%20years%20and%20will%20continue%20to%20work).%20By%20the%20way,%20to%20make%20the%20sign%20cheap%20or%20high%20quality,%20we%20decided%20to%20make%20it%20in%20the%20middle%20price%20range%20and%20excellent%20quality.%0A%0AThe%20stethoscope%20light%20includes%20wall%20mounts.%20If%20you%20need,%20I%20will%20additionally%20put%20mounts%20for%20hanging%20the%20sign.%20And%20a%20great%20bonus%20is%20a%20dimmer%20with%20a%20remote%20control%20with%20which%20you%20can%20change%20the%20brightness%20of%20your%20sign,%20adjust%20the%20flashing%20mode%20or%20turn%20them%20off%20completely.%20So%20your%20sign%20will%20be%20100%25%20functional%20and%20it%20will%20be%20so%20easy%20to%20manage%20that%20even%20a%20child%20can%20do%20it.%20%F0%9F%98%80%F0%9F%92%A1%0A%0AAlso%20for%20our%20customers%20we%20offer%20special%20smart%20Wi-Fi%20dimmers%20that%20can%20help%20you%20control%20the%20medical%20led%20sign%20with%20the%20Internet%20from%20anywhere%20in%20the%20world,%20set%20an%20automatic%20schedule%20on%20and%20off%20the%20sign.%20And%20all%20this%20in%20your%20smartphone%20in%20a%20few%20clicks.%20%F0%9F%93%B2%20%E2%9C%85%0A%0A%F0%9F%93%A6%F0%9F%93%A6%20%F0%9F%93%A6%20The%20speed%20of%20making%20the%20stethoscope%20sign%20is%20from%201%20to%205%20working%20days.%20If%20you%20have%20an%20urgent%20order,%20just%20write%20me%20and%20I%20will%20help%20you%20realize%20it%20as%20soon%20as%20possible.%0AWe%20can%20also%20add%20gift%20wrapping%20to%20your%20medical%20neon.%20And%20put%20in%20the%20parcel%20greetings%20on%20your%20behalf.%20%F0%9F%8E%81%F0%9F%8E%89%0AWe%20use%20the%20best%20express%20services%20for%20delivery.%20Thus,%20worldwide%20delivery%20takes%20from%202%20to%207%20working%20days%20(if%20your%20order%20is%20urgent,%20write%20me%20and%20I%20will%20help%20you%20with%20the%20fastest%20delivery%20%F0%9F%97%93).%0A%0AOur%20signs%20are%20packed%20in%20special%20boxes.%20They%20are%20very%20reliable,%20so%20the%20signs%20come%20without%20any%20damage.%20However,%20even%20if%20your%20sign%20passes%20the%20tank%20during%20delivery%20and%20it%20cracks,%20write%20me%20and%20I%20will%20send%20you%20a%20new%20one.%0A%0A%E2%9D%97%20Also,%20I%20am%20always%20happy%20to%20cooperate%20constantly%20and%20provide%20discounts%20on%20repeat%20orders.%20If%20you%20want%20to%20order%20several%20signs%20at%20once,%20I%20am%20ready%20to%20give%20you%20a%20discount%20immediately.%20%E2%9C%85%0A%0AUS%20customers%20don%60t%20have%20customs%20duties%20when%20passing%20a%20sign%20through%20customs.%20%F0%9F%98%80%F0%9F%A7%A1%0A%0AIf%20you%20are%20a%20member%20of%20the%20European%20Union,%20I%20have%20a%20way%20to%20make%20the%20duty%20on%20a%20sign%20of%20any%20size%20not%20more%20than%2010-15%20euros.%20For%20that%20just%20write%20me%20and%20I%20will%20help%20you%20in%202%20minutes%20to%20make%20the%20duty%20minimal.%20%F0%9F%98%89', 145.23, NULL, NULL, 154.23, 'Stethoscope neon sign, medical instrument led light, stethoscope neon light, light sign for a hospital-76608.jpeg', 'Stethoscope neon sign, medical instrument led light, stethoscope neon light, light sign for a hospital-88700.jpeg', 'Stethoscope neon sign, medical instrument led light, stethoscope neon light, light sign for a hospital-91978.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-27 01:41:24', '2024-02-27 01:41:24'),
(5876, 'Doulami Electric Pruning Shears 1.38inch Cutting Diameter Professional Cordless Electric Pruning with 2 Rechargeable 2 Ah Lithium Battery', 'WY8gL5n7v', 15, 'Doulami Electric Pruning Shears 1.38inch(35mm） Cutting Diameter Professional Cordless Electric Pruning with 2 Rechargeable 2 Ah Lithium Battery\r\n\r\nI. Are you looking for a good pruning shears that are lightweight and won’t cause hand fatigue when used for a long time?\r\n\r\nII.Our electric pruners are undoubtedly your best choice - they are lightweight at only 2.2 pounds and have an ergonomic, non-slip, wear-resistant handle that makes them easy to hold.\r\n\r\nIII Just press your fingers and branches within 35mm can be easily cut. With it, you can exponentially increase your pruning efficiency.', 66.99, NULL, NULL, 200.00, 'Doulami Electric Pruning Shears 1.38inch Cutting Diameter Professional Cordless Electric Pruning with 2 Rechargeable 2 Ah Lithium Battery-94027.jpeg', 'Doulami Electric Pruning Shears 1.38inch Cutting Diameter Professional Cordless Electric Pruning with 2 Rechargeable 2 Ah Lithium Battery-79275.jpeg', 'Doulami Electric Pruning Shears 1.38inch Cutting Diameter Professional Cordless Electric Pruning with 2 Rechargeable 2 Ah Lithium Battery-23014.jpeg', 'Lawn and garden', 4.5, NULL, 1, '2024-02-27 01:41:39', '2024-02-27 01:41:39'),
(5877, 'Shark Bite', 'TVwbkrj8v', 13, 'Get ready to have a REEL-y good time when you play Shark Bite! Place the fun and colorful sea creatures into the game unit with a snap, and grab your friends to start playing. Players take turns rolling the die and fishing for the sea creatures using the fishing rods. But watch out - you never know when the shark is going to bite! This battery-free game will have kids hooked at first bite! Made by the o-FISH-cial creators of Let\'s Go Fishin\'. For 2-4 players. Recommended for children ages 4 and up.\r\nPlayers take turns rolling the die and fishing for the colorful sea creatures using the fishing rod, Watch out - you never know when the shark will bite!,\r\nRecommended for children ages 4 and up\r\nEasy set up - just snap the sea creatures into the game unit and start fishing\r\nFor 2-4 players\r\nUnique gameplay that does not need batteries!', 26.90, NULL, NULL, 32.95, 'Shark Bite-51315.jpeg', 'Shark Bite-13459.jpeg', 'Shark Bite-81174.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-27 01:43:58', '2024-02-27 01:43:58'),
(5878, 'GUCCI  \"Blind For Love\" Bracelet In Silver', 'rF41YXzcR', 11, 'Gucci Ladies Bracelets. SKU: YBA455242001. Color: Silver-tone. Metal Type: Silver. Metal Stamp: 925-Sterling. Gem stone type: None. Bracelet style: 1 Band. Gucci \"Blind For Love\" bracelet in silver.', 360.00, NULL, NULL, 430.74, 'GUCCI  \"Blind For Love\" Bracelet In Silver-26583.jpeg', NULL, NULL, 'Beauty & personal care', 4.5, NULL, 1, '2024-02-27 01:44:04', '2024-02-27 01:44:04'),
(5879, 'HERMES  Electric Blue Key Ring', 'BQJUQMCMa', 11, 'Hermes Unisex Keychains. SKU: 074337CK. Barcode: 3609093508263. Color: Electric Blue. Size: One Size. Hermes Electric Blue Key Ring.', 608.00, NULL, NULL, 984.00, 'HERMES  Electric Blue Key Ring-73773.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-27 01:47:04', '2024-02-27 01:47:04'),
(5880, 'Monkey See Monkey Poo Game with Banana-Scented Fake Poop for Kids 4+', 'XDHaBqzOr', 13, 'Get ready to laugh out loud with Monkey See Monkey Poo from Spin Master Games. For 2-4 players, this poo-filled toddler game takes about 25-30 minutes to play. The concept is simple: Fill with banana-scented poo! Fling poo! Collect bananas! Climb! Includes a convenient Monkey Flinger assembly sheet and clear instructions for your setup ease. Start by choosing your monkey- P.U. Stink, Gassy George, Harry Dingle, or Tootsie- then, spin the spinner to see how many flings you get. Lift the Monkey Flinger’s tail and load the Dough into the opening on his back. Push down on the tail until all the dough is in the Monkey’s hands. Pinch and shape poo before launching! Place one hand on the Monkey Flinger’s base to keep it steady and your other hand over the launcher. Aim at the vertical tree that is the game board and let the poop fly! After flinging a poo, collect a Banana Token for each Banana Bunch you knocked over. Continue flinging poo the number of times shown on the spinner. When a player collects 3 Banana Tokens, it’s time to trade them in and climb to the next level on the Tree! If you knock over the entire Tree, it’s a “BANANA BLOWOUT!” Collect 1 Banana Token and your turn ends. “NO MORE POOP FOR YOU!” It’s now the next player’s turn. Trade in enough Bananas Tokens to climb to the top and be TOP BANANA! Tons of kids in your life will love flinging and climbing- from toys for 5+ year old boys, to 6 year old girl gifts, to toys for 6 year old boys- you cannot go wrong with bringing this game to the party or as a gift. Get ready for some flinging fun! Spin Master brings the fun of children’s entertainment home by offering a range of kids toys & games including baby toys, toys for girls, and board games. Collect your favorite stuffed animals, fidget toys, RC cars, action figures, dolls & accessories + more. From special gifts for men to baby & toddler toys for kids at heart, make your birthday gifts a breeze by shopping our diverse catalog selection. Still hungry for more, explore learning + education kids games, pool toys, outdoor games, and monster trucks for any time of the year. Get creative with arts and crafts, building toys and RC cars and take the action to the table with jigsaw puzzles for adults or card games. Spin into the sandbox today with Spin Master!\r\nMONKEY SEE MONKEY POO: If a monkey sees? Then a monkey poos! And in this game, so will you! Everything is BANANAS in this funny game of tree-climbing, poo-flinging, banana-hungry monkeys!\r\nHILARIOUS KIDS GAME: For 2-4 players, this poop-filled vertical kids board game takes about 25 minutes to play. You will love the banana-scented poo and clear assembly instructions for easy setup.\r\nHOW TO PLAY: Spin to see how many flings you get, then load poo into the Monkey Flinger and launch away! Aim at the tree to collect banana tokens, then climb up your vine. The 1st monkey to get to the top wins!\r\nSPIN MASTER PUZZLES, TOYS & GAMES: A world of jigsaw puzzles and family board games for kids, teens, and adults. Plus strategy, cards, and classic board games like dominoes, mahjong, or a chess set.\r\nENTERTAINMENT FOR EVERYONE: When you are with friends, bring a Spin Master game, toy, or cards. For family game nights, birthday gifts, party games, travel, and whenever you just want to have fun.\r\nIncludes 1 Monkey Flingers (7 pcs) 4 Monkey Climbers, 4 Climbing Clips, 5 Banana Bunches, 5 Banana Bunch Clips, 15 Banana Tokens, 1 Monkey Dough Container, 4 Green String Vines, 1 Spinner Board, 1 Spinner Arrow & Peg, 1 Tree Gameboard (4 pcs), 1 Assembly Sheet\r\nWARNING: CHOKING HAZARD - Small parts. Not for children under 3 years.', 9.99, NULL, NULL, 16.68, 'Monkey See Monkey Poo Game with Banana-Scented Fake Poop for Kids 4+-55958.jpeg', 'Monkey See Monkey Poo Game with Banana-Scented Fake Poop for Kids 4+-28452.jpeg', 'Monkey See Monkey Poo Game with Banana-Scented Fake Poop for Kids 4+-42244.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-27 01:48:32', '2024-02-27 01:48:32'),
(5881, 'insulin syringe glass Syringe medical equipment Medical Tool medical instrument Hospital Supply Medical Syringe 1ml Pharmacy Collectible', 'IchMWYlxa', 17, 'materials:%20glass%0Ainsulin%20syringe%20Syringe%20glass%20Syringe%20medical%20equipment%20Medical%20Tool%20medical%20instrument%20Hospital%20Supply%20Medical%20Syringe%201%20ml%20Pharmacy%20Collectible%0A%0AThe%20syringe%20is%20in%20excellent%20condition%20and%20it\'s%20coming%20with%20the%20package%20of%201%20vintage%20needle.%0AThe%20measurements%20are%3A%20about%203,7%22%20(9,5%D1%81m)%20long%20(%20without%20needle)%20and%20about%201/2%22%20diameter.%20Perfect%20item%20for%20Home%20decor%20or%20photography%20or%20art%20projects.%0Anote%0AThe%20color%20on%20the%20pictures%20may%20vary%20due%20to%20monitor%20settings%20and%20light%20reflections.', 7.00, NULL, NULL, 9.00, 'insulin syringe glass Syringe medical equipment Medical Tool medical instrument Hospital Supply Medical Syringe 1ml Pharmacy Collectible-45808.jpeg', 'insulin syringe glass Syringe medical equipment Medical Tool medical instrument Hospital Supply Medical Syringe 1ml Pharmacy Collectible-71301.jpeg', 'insulin syringe glass Syringe medical equipment Medical Tool medical instrument Hospital Supply Medical Syringe 1ml Pharmacy Collectible-41979.jpeg', 'Instruments', 4.5, NULL, 1, '2024-02-27 01:50:31', '2024-02-27 01:50:31'),
(5882, 'Snakes and Ladders Toys Chess Toy', 'JDyrIBEcs', 13, 'Snakes Ladders Board Game, Board Game, Snakes Ladders Chess Game, Snakes Ladders Game For Adults, Snakes Ladders Chess Game Board, Kids Toys, Chess Toy, Chess Toy For Kids, Snakes Ladders Board Game Toy, Games For Family\r\nThe Chess Game Kit is made of premium materials, safe, durable and practical to use. Comfortable touch, lightweight design, offering you wonderful use experiences.\r\nFolding chessboard design, making it easy to store and carry, it will be your good choice.\r\nWith simple design and practical functions, it will provide you with a good experience.\r\nFine workmanship, delicate details, classic snakes ladders pattern design, making it convenient and reliable.\r\nMagnetic design, the chess can be attach stable on the chessboard, easy to play and store.', 4.59, NULL, NULL, 10.99, 'Snakes and Ladders Toys Chess Toy-45846.jpeg', 'Snakes and Ladders Toys Chess Toy-67475.jpeg', 'Snakes and Ladders Toys Chess Toy-50097.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-27 01:52:02', '2024-02-27 01:52:02'),
(5883, 'LONGINES  Master Automatic Moon Phase White Dial Men\'s Watch', 'vIgqkn1aE', 11, 'Silver-tone stainless steel case with a silver-tone stainless steel bracelet. Fixed silver-tone stainless steel bezel. White dial with silver-tone leaf-style shape hands and diamond hour markers. Minute markers around the outer rim. Dial Type: Analog. Date display at the 6 o\'clock position. One - date/moon phase subdial. Longines Calibre L899 Automatic movement, based upon ETA A31.L91, containing 21 Jewels', 2115.00, NULL, NULL, 2468.00, 'LONGINES  Master Automatic Moon Phase White Dial Men\'s Watch-30031.jpeg', NULL, NULL, 'Accessories', 3.5, NULL, 1, '2024-02-27 01:54:40', '2024-02-27 01:54:40'),
(5884, 'Pass the Potato', 'vjyDLDcOv', 13, 'Get ready to spice up your Easter festivities with Move2Play\'s twist on the classic \"Hot Potato\" game! Dive into the excitement as you toss the plush potato and pass it swiftly to avoid the explosion! Powered by Move2Play technology, this interactive Easter toy delights with over 30 amusing phrases and sound effects triggered by taps, shakes, or tosses. Perfect for preschoolers and toddlers, it\'s an ideal addition to your Easter basket or game collection. Whether you\'re enjoying the sunshine outdoors or having indoor fun with kids, adults, family, and friends, this game promises endless entertainment. With batteries included for immediate play and easy cleanup—just remove the electronic sensor before washing—the fun never stops!\r\nCLASSIC GAME - Channel your inner potato ninja and frantically pass the spud around like your life depends on it! It’s a race against time to avoid being left with the potato when time expires!\r\nHILARIOUSLY INTERACTIVE - Smart sensors bring the spud to life in potato-rrific fashion. Whether you toss, shake, or tap, the potato will respond with “spud-tastic” puns leaving you peeling with laughter.\r\n30+ PHASES & SOUND EFFECTS – With 30 hilarious sayings, this potato serves up laughter with a side of crispy humor!\r\nACTIVE PLAY - Time to bid farewell to your couch potato days and unleash your inner athlete with some energetic fun! Laugh, pass, jump, and dodge as you bravely face the ticking potato time bomb!\r\nEASTER GIFT - It’s a must have at any Easter egg hunt! Fits perfectly in any easter basket. 3xAAA batteries included - no egg-stra purchases necessary!', 19.99, NULL, NULL, 35.19, 'Pass the Potato-27784.jpeg', 'Pass the Potato-88879.jpeg', 'Pass the Potato-25524.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-27 01:55:33', '2024-02-27 01:55:33'),
(5885, 'Gynaecology tools kit professional high quality Delivery surgical instruments set,juego ginecólogos entrenamiento completo de alta calidad..', 'WbH4mZtwF', 17, 'materials:%20stainless%20steel%0A100%25%20New%20Never%20Used%3A%0A', 320.20, NULL, NULL, 365.20, 'Gynaecology tools kit professional high quality Delivery surgical instruments set,juego ginecólogos entrenamiento completo de alta calidad..-15148.jpeg', 'Gynaecology tools kit professional high quality Delivery surgical instruments set,juego ginecólogos entrenamiento completo de alta calidad..-28052.jpeg', NULL, 'Instruments', 4.5, NULL, 1, '2024-02-27 01:56:28', '2024-02-27 01:57:08');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5886, 'LONGINES  Master Collection Automatic Silver Dial Men\'s Watch L28934783', '9iIOZjQRK', 11, 'Silver-tone stainless steel case with a brown (alligator) leather strap. Fixed domed silver-tone stainless steel bezel. Silver dial with blue leaf-style hands and black Arabic numeral hour markers. Minute markers around the outer rim. Dial Type: Analog. Date display at the 3 o\'clock position. Longines Calibre L619/888 Automatic movement, based upon ETA 2892, containing 21 Jewels, bitting at 25200 vph, and has a power reserve', 1633.00, NULL, NULL, 2180.00, 'LONGINES  Master Collection Automatic Silver Dial Men\'s Watch L28934783-92548.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-27 01:57:11', '2024-02-27 01:57:11'),
(5887, 'Mouse Trap', '27F4Ell2R', 13, 'It\'s the classic action and chain reaction game -- and this edition is easier to set up than previous versions! A longtime family favorite, the Mouse Trap game is always good for zany action and lots of laughs. Players scurry around the board collecting cheese and stealing cheese from other players…but they need to watch out for the trap! Most importantly, kids can have so much fun playing this fun game as they set off the chain-reaction trap to catch other mice! Bring back childhood memories of playing Mouse Trap when you were a kid, and introduce new generations to this wacky, and wild board game. It makes a fun indoor activity for kids ages 6 and up.\r\n\r\nHasbro Gaming and all related trademarks and logos are trademarks of Hasbro, Inc.\r\n\r\nInclude gameboard, 4 mouse pawns, marble, 21 Mouse Trap contraption parts, rubber band, 24 cardboard cheese wedges, die, and instructions.\r\n\r\n\r\nAges 6 and up \r\nChoking Hazard -- Game contains a marble. Not for children under 3 years.\r\nAdult assembly required.\r\nFor 2 to 4 players.', 15.99, NULL, NULL, 21.79, 'Mouse Trap-85054.jpeg', 'Mouse Trap-13560.jpeg', 'Mouse Trap-69193.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-27 01:59:24', '2024-02-27 01:59:24'),
(5888, 'LONGINES  Master Silver Dial Automatic Men\'s Watch', 'scEKhOH53', 11, 'Silver-tone stainless steel case with a two-tone (silver-tone and rose gold-tone) stainless steel bracelet. Fixed 18kt rose gold bezel. Silver dial with blue leaf-style shape hands and Arabic numeral hour markers. Minute markers around the outer rim. Dial Type: Analog. Date display at the 3 o\'clock position. Longines Calibre L619 Automatic movement, based upon ETA 2892-A2, containing 21 Jewels, bitting at 28800 vph, and has a power reserve', 2350.00, NULL, NULL, 3472.00, 'LONGINES  Master Silver Dial Automatic Men\'s Watch-34267.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-27 02:00:28', '2024-02-27 02:00:28'),
(5889, 'Marvel Spider-Man', 'L05LMn79w', 13, 'It\'s the popular Bop It! game that kids love with a Marvel Spider-Man twist. The Bop It! Marvel Spider-Man game unit is designed to look like Marvel\'s character Spider-Man. This electronic game commands players to take 3 actions in a random order, and they need to respond correctly and as quickly as possible. Players will be asked to pull Spidey\'s web, twist his legs, or bop his head -- in different combinations. Each time a player responds correctly, the unit will call another command, and the commands keep getting faster and faster. Players will also hear some funny phrases in the voice of Spider-Man. The game unit features 2 modes: Solo and Pass-it, so kids can play the game alone or with friends.\r\n\r\nCopyright 2021 MARVEL.\r\nHasbro Gaming and all related trademarks and logos are trademarks of Hasbro, Inc.\r\n\r\nIncludes game unit and instructions (inside box).\r\n\r\nAges 8 and up\r\nFor 1 or more players\r\n2 x 1.5V AAA alkaline batteries required. Demo batteries included.', 10.99, NULL, NULL, 14.99, 'Marvel Spider-Man-10925.jpeg', 'Marvel Spider-Man-31341.jpeg', 'Marvel Spider-Man-18675.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-27 02:03:02', '2024-02-27 02:03:02'),
(5890, 'LONGINES  Master Collection Moonphase Automatic Chronograph 42 mm Men\'s Watch L27734783', '8js59zjlS', 11, 'Silver-tone stainless steel case with a brown (alligator) leather strap. Fixed silver-tone stainless steel bezel. Silver dial with blued steel hands and Arabic numeral hour markers. Minute markers around the outer rim. Date scale with pointer. Dial Type: Analog. Day of the week and month appear below the 12 o\'clock position. Three sub-dials displaying: small second/24 hour, moonphase/12 hour, 30 minute. Longines Calibre L687 Automatic movement, based upon ETA 7751, containing 25 Jewels, bitting at 28800 vph, and has a power reserve of approximately 54 hours. Scratch resistant sapphire crystal. Pull / push crown. Skeleton case back. Round case shape, case size: 42 mm, case thickness: 14.2 mm. Band width: 21 mm. Deployment clasp. Water resistant at 30 meters / 100 feet. Functions: moon phase, chronograph, column wheel, month, date, day, GMT, second time zone, hour, minute, small second. Master Series. Casual watch style. Watch label: Swiss Made. Item Variations: L27734783, L2 773 4 78 3, L2-773-4-78-3. Longines Master Collection Moonphase Automatic Chronograph 42 mm Men\'s Watch L27734783.', 2590.00, NULL, NULL, 3500.00, 'LONGINES  Master Collection Moonphase Automatic Chronograph 42 mm Men\'s Watch L27734783-16899.jpeg', 'LONGINES  Master Collection Moonphase Automatic Chronograph 42 mm Men\'s Watch L27734783-41628.jpeg', NULL, 'Accessories', 3.5, NULL, 1, '2024-02-27 02:03:18', '2024-02-27 02:03:18'),
(5891, 'Red Light Green Light Game with Motion Sensing', 'Qf3oPkBb4', 13, 'Introducing the Move2Play Red Light Green Light Motion Sensing Toy Game! It\'s a fun game for kids aged 3 and up, perfect for parties, camping, travel, and indoor/outdoor play. Play with friends and family, and enjoy three exciting games: Red Light Green Light, Sneaky Steps, and Stoplight Boogie. The game has motion sensors, lights, and a speaker to guide players with interactive cues. It works up to 20+ feet away, making it great for indoor and outdoor fun. You can customize the play with volume control, and it\'s a hit at any family gathering! Batteries not included. Get ready for endless entertainment!\r\nENDLESS ACTIVE PLAY FUN - Includes 3 games that will keep your kids entertained and off their screens for hours! Motion sensors that detect motion up to 20+ feet away, and the toy responds with 30+ Sound FX, 3 lights, and music. Play alone or with friends!\r\nGAME 1 - RED LIGHT GREEN LIGHT – Run on “green”, freeze on “red”. If the motion sensor catches you moving on “red”, go back to the starting line. First to press the finish button wins!\r\nGAME 2 – SNEAKY STEPS – Channel your inner ninja skills as you creep toward the gamestation. If the motion detector catches you moving too fast, you’ll be sent back to the starting line.\r\nGAME 3 – STOPLIGHT BOOGIE – Unleash your inner Beyonce! Groove to the song and bust out dance moves as they’re called out. When the red light hits, remember to freeze.\r\nACTIVE PLAY - Bid farewell to your couch potato days and bring out your inner athlete with some energetic fun! Play alone or with friends! Requires 3xAA batteries that are not included.', 14.99, NULL, NULL, 29.99, 'Red Light Green Light Game with Motion Sensing-57875.jpeg', 'Red Light Green Light Game with Motion Sensing-18891.jpeg', 'Red Light Green Light Game with Motion Sensing-50996.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-27 02:07:05', '2024-02-27 02:07:05'),
(5892, 'BALENCIAGA  Black Croc-Embossed Leather Logo Print Cash Phone And Card Holder', 'KY3nuRMNC', 11, 'Balenciaga Men\'s SmartPhone Holder. SKU: 640536 1ROP3 1000. Color: Black. Size: L: 5.5\" x H: 7\" x W: 1.9\". Balenciaga Black Croc-Embossed Leather Logo Print Cash Phone And Card Holder. Made from croc-embossed leather, featuring a nappa lining, semi-shiny palladium hardware, 3 card slots at back, flap with magnet closure and ajustable/removable strap. 100% leather.', 300.00, NULL, NULL, 530.00, 'BALENCIAGA  Black Croc-Embossed Leather Logo Print Cash Phone And Card Holder-59354.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-27 02:07:17', '2024-02-27 02:07:17'),
(5893, 'PARFUMS DE MARLY  Men\'s Sedley EDP Spray 4.2 oz (125 ml)', 'cRfL8BIhH', 11, 'Launch year: 2019. Top notes: Bergamot, Mandarin, Grapefruit, Lemon, Spearmint. Heart notes: Rosemary, Geranium, Lavender, Incense. Base notes: Sandalwood, Cedarwood, Vetiver, Patchouli, Cashmeran, Ambrox super. Design house: Parfums De Marly. Scent name: Sedley. Gender: Mens. Category: Perfume. SubType: EDP Spray. Size: 4.2 oz. Barcode: 3700578526007. Parfums De Marly Men\'s Sedley EDP Spray 4.2 oz Fragrances 3700578526007.', 297.00, NULL, NULL, 356.00, 'PARFUMS DE MARLY  Men\'s Sedley EDP Spray 4.2 oz (125 ml)-15148.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-27 02:09:23', '2024-02-27 02:09:23'),
(5894, 'Party Floor Board Game for Kids and Family Ages 6 and Up, 2+ Players', 'mpCiOH0TT', 13, 'This Twister game is the party game that ties you up in a knots—with a twist! It features classic Twister gameplay, plus 2 more fun moves: Spinner\'s Choice and Air. First, give the spinner a whirl and see what’s next as players try to keep their hands and feet on the mat. Right foot red! Left foot green! If a player\'s knee or elbow touches the mat, or they fall over, they\'re out. With Spinner\'s Choice, the Spinner gets to make up a move for the other player to do. If the spinner\'s arrow lands on Air, the player must put a hand or foot in the air, not on the mat. Be the last player standing to win! This Twister game for kids and adults is a great indoor game for family reunions and team-building, as well as birthday parties, playdates, or any event that includes children’s games. Twister is one of the best party board games and family games for everyone to enjoy, and floor games make excellent gifts for 6 year old girls and boys and up.\r\n\r\nTwister and Hasbro Gaming and all related properties are trademarks of Hasbro.\r\n\r\nIncludes Twister mat, spinner (with plastic arrow and base), and instructions. Ages 6 and up. For 2 or more players. Adult assembly required.', 12.58, NULL, NULL, 20.83, 'Party Floor Board Game for Kids and Family Ages 6 and Up, 2+ Players-36583.jpeg', 'Party Floor Board Game for Kids and Family Ages 6 and Up, 2+ Players-61768.jpeg', 'Party Floor Board Game for Kids and Family Ages 6 and Up, 2+ Players-96450.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-27 02:10:15', '2024-02-27 02:10:15'),
(5895, 'Fisher-Price Flippin’ Pancakes Kids Game, Family Game for Game Night, Simple Counting & Matching', 'ZIFrDIJGg', 13, 'Flippin\' Pancakes kids game is flippin\' fun as players race to match the top card in their stack to the pancake showing in the pan. The first player to match gets to discard, so players must be quick! Three levels of play let the game grow with players\' ability. Great gift for game lovers and children 3 years old and up. Colors and decorations may vary.\r\nPlayers will have flippin\' fun as they play Flippin\' Pancakes, a matching game for kids!\r\nPlayers flip the pan to reveal the pancake!\r\nMatch the top card of a player\'s stack to the pancake in the pan\r\nThree levels of play -- Beginner, intermediate and Advanced -- each level has a different challenge for young players\r\nMakes a great gift for children and family game nights with 2 to 4 players ages 3 years and older!', 4.76, NULL, NULL, 9.97, 'Fisher-Price Flippin’ Pancakes Kids Game, Family Game for Game Night, Simple Counting & Matching-67266.jpeg', 'Fisher-Price Flippin’ Pancakes Kids Game, Family Game for Game Night, Simple Counting & Matching-15837.jpeg', 'Fisher-Price Flippin’ Pancakes Kids Game, Family Game for Game Night, Simple Counting & Matching-26592.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-27 02:13:46', '2024-02-27 02:13:46'),
(5896, 'PARFUMS DE MARLY  Unisex Layton Exclusive EDP Spray 4.2 oz (125 ml)', '8LIrObdCC', 11, 'Launch year: 2017. Top notes: Almond, Mandarin orange, Bergamot, Watery notes. Heart notes: Civet, Geranium, Rose, Gardenia, Water lily. Base notes: Guaiac wood, Laotian oud, Vanilla, Coffee, Sandalwood, Indonesian patchouli leaf, Oakmoss, Amber, Pink pepper. Design house: Parfums De Marly. Scent name: Layton Exclusive. Gender: Unisex. Category: Perfume. SubType: EDP Spray. Size: 4.2 oz. Barcode: 3700578518194. Parfums De Marly Unisex Layton Exclusive EDP Spray 4.2 oz Fragrances 3700578518194.', 370.00, NULL, NULL, 408.00, 'PARFUMS DE MARLY  Unisex Layton Exclusive EDP Spray 4.2 oz (125 ml)-61713.jpeg', NULL, NULL, 'Accessories', 4.5, NULL, 1, '2024-02-27 02:14:54', '2024-02-27 02:14:54'),
(5897, 'Digital download of Surgical Instrument Flashcards - PDF & Publisher versions only (DIGITAL DOWNLOA', 'LWpw6ckVQ', 17, 'PDF copy of 46 veterinary instruments that can be printed and folded or laminated to make into flashcards.\r\nIdeal for student nurses studying for exams and OSCEs.\r\n\r\nThis listing is not physical flashcards, after purchasing you can download the documents to print at home and make your own. It will also include a Microsoft Publisher copy so that you can add your own notes and tips or change the colours to whatever suits your way of learning.\r\n\r\nThe files can be downloaded once you have made your purchase.\r\n\r\nI am unable to offer refunds on this product.\r\n\r\n**Please note - the photos in the listing are of the product once I have printed, laminated and cut them into flashcards. When purchasing you will receive a digital copy to do this yourself.**', 6.94, NULL, NULL, 7.94, 'Digital download of Surgical Instrument Flashcards - PDF & Publisher versions only (DIGITAL DOWNLOA-95533.jpeg', 'Digital download of Surgical Instrument Flashcards - PDF & Publisher versions only (DIGITAL DOWNLOA-31327.jpeg', 'Digital download of Surgical Instrument Flashcards - PDF & Publisher versions only (DIGITAL DOWNLOA-73871.jpeg', 'Instruments', 4.0, NULL, 1, '2024-02-27 02:14:59', '2024-02-27 02:14:59'),
(5898, 'Greedy Granny', 'LQjha2ysn', 13, 'Take the treats without making a peep with Greedy Granny! Granny loves her sweets, but she\'s not so great at sharing. As she snoozes, spin the treat wheel to see which sweet to swipe. Be quiet… one wrong move will wake Granny up and send her teeth flying! Be the first player to collect one of each of her treats to win. Unique gameplay with randomized action creates anticipation and excitement that is sure to bring on the giggles! Because it’s quick and easy to learn, kids can enjoy the fun payoff over and over again. Includes bright, high-quality playing pieces. No batteries required. For 2-4 players. Recommended for children ages 4 and up.\r\nPlayers swipe treats from Granny\'s tray and push the button on her chair - you never know when she will wake up and send her teeth soaring!\r\nFat paced Kids & Family Game\r\nFor 2-4 players\r\nRecommended for children ages 4 and up\r\nUnique gameplay that will be sure to create giggles!\r\nNo batteries required\r\nBright, high-quality playing pieces', 34.08, NULL, NULL, 41.35, 'Greedy Granny-55864.jpeg', 'Greedy Granny-62923.jpeg', 'Greedy Granny-67974.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-27 02:16:48', '2024-02-27 02:16:48'),
(5899, 'Blood Pressure Cuff Stethoscope Crochet PATTERN ONLY! PDF download KnotMonsters Amigurumi How to Beginner Easy Medical Nurse Hospital', '2ENtvxc5s', 17, 'This is for a PDF download PATTERN ONLY***\r\n\r\nThis is an INSTANT DOWNLOAD, you will receive a PATTERN ONLY and not a physical item.\r\n\r\nDetails:\r\nPattern will make approx 15cm-20cm\r\nPattern uses worsted weight yarn\r\nPDF format\r\n\r\nHOW IT WORKS:\r\n-After purchasing, you will be taken to the Etsy download page, and your file will also be sent via email. You can read more about Etsy downloads here: https://www.etsy.com/help/article/3949\r\n-Just download the file and print it out!', 1.99, NULL, NULL, 2.99, 'Blood Pressure Cuff Stethoscope Crochet PATTERN ONLY! PDF download KnotMonsters Amigurumi How to Beginner Easy Medical Nurse Hospital-90342.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-27 02:20:02', '2024-02-27 02:20:02'),
(5900, 'MOSCHINO  Coutur Black Dog Dog Collar', 'iC1rrO05e', 11, 'Moschino Pet Clothing. SKU: A4407-3420-1555. Color: Black. Moschino Coutur Black Dog Dog Collar featuring punch-hole detailing and buckle fastening. 100% Leather.', 99.89, NULL, NULL, 125.79, 'MOSCHINO  Coutur Black Dog Dog Collar-66610.jpeg', NULL, NULL, 'Accessories', 5.0, NULL, 1, '2024-02-27 02:22:16', '2024-02-27 02:22:16'),
(5901, 'TRACGRABBER Tire Traction Device for Cars & Small SUVs', '4M4kMdnR3', 13, 'GET UNSTUCK WITH TRAC-GRABBER - a quick, simple and effective solution when your vehicle is stranded in all types of terrain and adverse weather conditions. Rescue yourself with these must-have Trac-Grabber traction devices - no need for expensive tow trucks. Made in the USA\r\nHOW DOES IT WORK - these tire traction straps help your slipping tires get unstuck from poor traction situations such as snow, ice, sand or mud. A perfect car emergency kit item for winter weather and a must-have device for hunters and outdoor adventurists\r\nHOW TO USE - install at first sign of losing traction. Secure one heavy duty grabber to each drive wheel and keep front tires straight. Clear away any resistance. Slowly apply power (5mph) and let the Trac-Grabbers engage, lift and move the vehicle to stable terrain\r\nVEHICLE TYPE - the ultimate tire grabber recovery strap recommended for use on your two-wheel drive car, mini van, small SUV, ATV or UTV. Each block measures 8\" (L) x 3\" (W) x 1\" (D). Strap Size 1.5\" x 39\"\r\nBE PREPARED THIS WINTER – this easy to install emergency car kit device can be used over and over again. Made with durable and premium EPDM rubber, heavy duty \"D\" rings, reinforced tire straps and carrying bag for easy storage', 40.69, NULL, NULL, 59.99, 'TRACGRABBER Tire Traction Device for Cars & Small SUVs-38737.jpeg', 'TRACGRABBER Tire Traction Device for Cars & Small SUVs-10536.jpeg', 'TRACGRABBER Tire Traction Device for Cars & Small SUVs-63826.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-27 02:22:20', '2024-02-27 02:22:20'),
(5902, '1907 Antique European Ring solid 20K Gold Size Ø 6.5 US / 4.8 gr', 'HztBPxKV6', 15, 'The antique European ring is absolutely stunning! It\'s made of solid 20K gold and has a size of Ø 6.5 US. It weighs about 4.8 grams. I bet it\'s a real treasure!', 800.00, NULL, NULL, 1300.00, '1907 Antique European Ring solid 20K Gold Size Ø 6.5 US / 4.8 gr-77709.jpeg', '1907 Antique European Ring solid 20K Gold Size Ø 6.5 US / 4.8 gr-33803.jpeg', '1907 Antique European Ring solid 20K Gold Size Ø 6.5 US / 4.8 gr-35411.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-27 02:23:04', '2024-02-27 02:23:04'),
(5903, 'Car Front Seat Organizer [2023 UPDATED] with Dedicated Tablet and Laptop Storage Stabilizing Side Straps Soft Adjustable Shoulder Strap and Hardened Buckles Your Office Away from Office', 'tAJrGXApb', 13, 'Larger Than Most Other Organizers: Lock even the largest laptop inside a secure and padded compartment, Store large 3 ring binders in the organizer\'s deep pocket, Use the internal mesh storage for quick access to frequently used items.\r\nExtremely Stable: Adjustable side straps at the bottom of the bag so you can secure the organizer when hanging it on the back or front seat. The bag will remain tightly coupled to the seat and won\'t hinder passengers on their way in or out.\r\nLots Of Storage: 2 bottle holders, 2 deep cushioned compartments, 2 zipper and open pockets, easily accessible pens pouch, dedicated phone sized drawstring and hook-and-loop pockets.\r\nCarry With Comfort: Unlike other models - our organizer includes a padded sleeve that wraps the headrest strap and makes carrying it extremely comfortable, even when heavily loaded. The strap length can also be easily adjusted for added convenience.\r\nDurable And Long Lasting: The main body is made from dense, high quality 600D polyester fabric. All straps are stitched using tough X shaped patterns to withstand strong forces and prevent tears over time.', 31.00, NULL, NULL, 38.90, 'Car Front Seat Organizer [2023 UPDATED] with Dedicated Tablet and Laptop Storage Stabilizing Side Straps Soft Adjustable Shoulder Strap and Hardened Buckles Your Office Away from Office-42923.jpeg', 'Car Front Seat Organizer [2023 UPDATED] with Dedicated Tablet and Laptop Storage Stabilizing Side Straps Soft Adjustable Shoulder Strap and Hardened Buckles Your Office Away from Office-26868.jpeg', 'Car Front Seat Organizer [2023 UPDATED] with Dedicated Tablet and Laptop Storage Stabilizing Side Straps Soft Adjustable Shoulder Strap and Hardened Buckles Your Office Away from Office-94833.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-27 02:25:45', '2024-02-27 02:25:45'),
(5904, 'MOSCHINO  Teddy Bear Airpod Pro Case', 'oh950n2VN', 11, 'Moschino Unisex Airpods Case. SKU: A7781-8305-1888. Color: Multi. Moschino Teddy Bear Airpod Pro Case. Brown Teddy Bear motif AirPod case from Moschino featuring signature Teddy Bear motif and slogan print to the front.', 102.00, NULL, NULL, 130.00, 'MOSCHINO  Teddy Bear Airpod Pro Case-17854.jpeg', 'MOSCHINO  Teddy Bear Airpod Pro Case-69638.jpeg', NULL, 'Accessories', 4.5, NULL, 1, '2024-02-27 02:25:45', '2024-02-27 02:25:45'),
(5905, 'Trumpet Svg, Wind Instrument svg, horn musical instrument png silhouette, music band trumpet Clipart Cutting Design PNG DXF EPS pdf', '01aJr9UfB', 17, 'Digital file type(s): 1 ZIP\r\nTrumpet Svg, Wind Instrument svg, horn musical instrument png silhouette, music band trumpet Clipart Cutting Design PNG DXF EPS pdf', 2.45, NULL, NULL, 2.50, 'Trumpet Svg, Wind Instrument svg, horn musical instrument png silhouette, music band trumpet Clipart Cutting Design PNG DXF EPS pdf-80281.jpeg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-02-27 02:29:45', '2024-02-27 02:29:45'),
(5906, 'Portable Wireless Carplay Car Stereo', 'jdavYcXIY', 13, '🚘Wireless CarPlay/Android Auto: Connect your phone to your car radio via bluetooth and wifi for wireless carplay and android auto, and you can access your phone\'s music, navigation, messages and other features while driving safely. It also supports voice control via siri or google assistant, without touching the screen, just speaking commands, providing you with a safer and more comfortable driving experience.\r\n🚘Safe Driving & DVR Loop Recording: Equipped with 2.5K HD front camera and AHD rear camera. This touchscreen dash cam supports split screen. When you are reversing, the front view and rear view images can be displayed on the screen at the same time, which is more safe and effective. The package contains a 64G TF card, after inserting the card, the system will automatically enter the recording mode.\r\n🚘Stable Bluetooth and FM Transmission: The car radio with Bluetooth which enables both hands-free calling and audio streaming, safe and convenient. This unit built-in speaker, but if you want louder sound, you can transfer it to your car\'s speakers. Car radio can connect to the FM Transmitter frequency-to-frequency wireless transmission, which just need to keep the same channel with the original FM radio. All sounds will be sent to the original car speaker for play.\r\n🚘Car Stereo with HD IPS Touch Screen: the car DVR with HD IPS screen, with 1600*600 resolution and 178° full-viewing angle, improve the viewing experience and enjoy larger visual effect, and important tips such as navigation prompts could be viewed clearer than the traditional display screen.\r\n🚘Easy Installation and Fit for Various Cars: This car HD DVR is easy to use and you don\'t need to disassemble the car, just install it on the dashboard and keep your car original. With 7-32V voltage, which can fit all different cars, like campers RVs, trucks, and vans.', 129.99, NULL, NULL, 139.99, 'Portable Wireless Carplay Car Stereo-52863.jpeg', 'Portable Wireless Carplay Car Stereo-46815.jpeg', 'Portable Wireless Carplay Car Stereo-24893.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-27 02:30:13', '2024-02-27 02:30:13'),
(5907, 'Guitar Player Keychain, Guitar Printed 2D Flat Keychain, Electric Guitar Keychain, Guitarist Gift, Musician Gift, Gifts for Men, Guitar Gift', 'I7CbiV19d', 17, 'materials:%20acrylic%0AGuitar%20Player%20Keychain,%20Guitar%20Printed%202D%20Flat%20Keychain,%20Electric%20Guitar%20Keychain,%20Guitarist%20Gift,%20Musician%20Gift,%20Gifts%20for%20Men,%20Guitar%20Gift.%0A%0Acustom%20keychain,%20Gift%20For%20boyfrined,%20music%20teacher,%20rock%20band%20music,%20musical%20instrument,%20electric%20guitar%20bass,%20gift%20for%20dad%20him%20men,%20funny%20musician,%20boyfriend%20husband,%20gifts%20for%20guys,%20guitarist,%20Electric%20guitar%0A%0A%F0%9F%92%8C%F0%9F%92%8C%F0%9F%92%8C%20Exceptional%20Material%20and%20Longevity%3A%20Crafted%20from%20eco-friendly%20ply%20wood,%20the%20key%20chain%20boasts%20non-toxic,%20odor-free%20properties,%20showcasing%20exquisite%20craftsmanship%20and%20a%20stylish%20design.%20The%20acrylic%20variant%20is%20constructed%20from%20acrylic%20plexiglass.%0A%0A%F0%9F%92%9E%F0%9F%92%9E%F0%9F%92%9EEffortless%20Key%20Retrieval%3A%20Worried%20about%20easily%20misplacing%20your%20car%20and%20house%20keys%20when%20you\'re%20out%20and%20about?%20The%20wood/acrylic%20keychain%20simplifies%20the%20process%20of%20finding%20your%20keys,%20allowing%20you%20to%20liberate%20both%20hands%20for%20outdoor%20activities,%20enjoy%20time%20with%20your%20little%20ones,%20carry%20shopping%20bags,%20or%20attend%20to%20work%20needs.%0A%0A%F0%9F%92%98Versatile%20Home%20D%C3%A9cor:%20Personalize%20your%20own%20collection%20of%20charming%20and%20amusing%20keychains.%20Notably,%20adorning%20your%20key%20hook%20with%20interesting%20keychains%20adds%20a%20touch%20of%20beauty%20to%20your%20home.%0A%0A%F0%9F%92%9CGift%20with%20Sentiment:%20Whether%20purchasing%20for%20yourself%20or%20a%20loved%20one,%20be%20it%20a%20friend,%20family%20member,%20or%20colleague,%20this%20keychain%20bracelet%20serves%20as%20a%20practical%20and%20beautiful%20gift.%20It\'s%20perfect%20for%20everyday%20use%20and%20makes%20an%20ideal%20birthday,%20housewarming,%20festival,%20Mother%E2%80%99s%20Day,%20Father%E2%80%99s%20Day,%20or%20Christmas%20gift%20for%20your%20family%20or%20friends.', 15.88, NULL, NULL, 18.88, 'Guitar Player Keychain, Guitar Printed 2D Flat Keychain, Electric Guitar Keychain, Guitarist Gift, Musician Gift, Gifts for Men, Guitar Gift-32823.jpeg', 'Guitar Player Keychain, Guitar Printed 2D Flat Keychain, Electric Guitar Keychain, Guitarist Gift, Musician Gift, Gifts for Men, Guitar Gift-47761.jpeg', NULL, 'Instruments', 4.0, NULL, 1, '2024-02-27 02:33:02', '2024-02-27 02:33:02'),
(5908, 'Car Cup Holder Tray -Expander', 'jASrBQZap', 13, 'Eating on the Go: 10\" tray is big enough to hold burger and fries, won\'t spill sauces and keep the car tidy. You can watch videos while eating with the phone slot. Sodaride makes eating in the car more convenient and enjoyable.\r\n3 in 1 Cup Holder: Detachable cup holder tray won\'t take up space, which is a combination of single or dual car cup holder expander or cup holder tray set. 360° rotation tray can be an organizer for phone, keys, and purse.\r\nPatented Lock Design: Special self-locking rotary mechanism features a quick installation and snug fit in OEM car cup console.This design provides a solution with the most stable cup holder base in the market.\r\nUniversal Fit: The Cup holder base is expandable to fit many different automotive cup holders and accommodate most bottles and mugs. The rubber pads on the bottom protect your car drink holder from scratches.\r\nPremium Quality: Made from high quality blended ABS material with a matte finish, providing higher strength and better impact resistance than regular ABS. Lower cup holder with one-piece design ensures the heavy-duty application.', 33.99, NULL, NULL, 44.99, 'Car Cup Holder Tray -Expander-86357.jpeg', 'Car Cup Holder Tray -Expander-39774.jpeg', 'Car Cup Holder Tray -Expander-40151.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-27 02:33:52', '2024-02-27 02:33:52'),
(5909, 'MOSCHINO  Brown Leather Teddy Bear Keychain Pouch', 'jU1fMK9ZR', 11, 'Moschino Ladies Keychains. SKU: A8509-8008-1085. Color: Brown. Size: 2.75\"W x 2.25\"H x 1\"D. Moschino Brown Leather Teddy Bear Keychain Pouch. Miniature leather pouch is elevated with Moschino\'s iconic teddy bear motif, and features a removable chain, top flap with snap closure, goldtone hardware and one interior compartment. Made in Italy.', 60.00, NULL, NULL, 157.90, 'MOSCHINO  Brown Leather Teddy Bear Keychain Pouch-91463.jpeg', NULL, NULL, 'Accessories', 4.0, NULL, 1, '2024-02-27 02:34:40', '2024-02-27 02:34:40'),
(5910, 'Custom Stainless Steel Dog Tag Photo Necklace', 'CpPUUVScc', 15, 'Create a unique dog tag photo necklace with Eve\'s Addiction\'s new photo jewelry. This stunning Stainless Steel Dog Tag Photo Necklace can be customized in seconds with your own photo! Simply choose a photo, upload it with our online customization tool and the dog tag will be ready to be delivered! This dog tag photo necklace is the perfect gift, because it highlights a wonderful memory. Three dog tag sizes are available from 1.25\", 1.5\" or 2\" long. In addition four chain lengths are available from 18 inches all the way up to 30 inches. The Stainless steel on this personalized photo pendant will never tarnish so you can always remember this special day! These tags come in 3 sizes, small, medium or large.\r\n\r\nDetails:\r\n• Custom Photo Pendant • 3 Size Pendants Available • Variety of Rolo Chain Lengths Available • Engraving Options', 104.99, NULL, NULL, 124.99, 'Custom Stainless Steel Dog Tag Photo Necklace-74355.jpeg', 'Custom Stainless Steel Dog Tag Photo Necklace-55804.jpeg', 'Custom Stainless Steel Dog Tag Photo Necklace-84916.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-27 02:35:54', '2024-02-27 02:35:54'),
(5911, 'Rear View Mirror', 'GKWVXpNf7', 13, '【WIDER VIEW】This convex rearview mirror provides you with a wider-angle view and perfect vision. 1. Blue rear-view mirrors can reduce the glare of the high beams of vehicles coming from behind and improve nighttime driving safety.【Note： it is not recommended to use it in a completely dark environment.】. 2. Eliminating blind spots effectively for safe driving and Makes your reversing safer. 3. Let you know the condition of the child in the back seat more clearly so that you can drive more at ease.\r\n【UNIVERSAL】The car clip-on design fits universal vehicles, like a car, SUV, CRV, Vans, and Truck. Note: To confirm that this rearview mirror fits your car, please confirm the size before purchasing： the rearview mirror measures 11.8 inches x 3.1 inches (can be extended up to 3.8 inches).\r\n【HIGH QUALITY】Interior rearview mirror is made of high quality and high definition glass providing you perfect visibility and clear & real images, No more overlapped or distorted images anymore.\r\n【EASY TO INSTALL】You only need the 8s to complete the installation, just buckle the adjustable clip on the back of the mirror to the bottom of the original mirror and adjust the angle, note not to press too hard on the mirror.\r\n【ANTI-FALL】We use a packaging carton to protect the mirror. Foam paper can prevent scratches on the surface of the mirror. There is a shelf inside the packaging box to fix the mirror. Even if it falls from a height of 2 meters, the mirror is still intact.', 7.83, NULL, NULL, 13.96, 'Rear View Mirror-35413.jpeg', 'Rear View Mirror-41929.jpeg', 'Rear View Mirror-90163.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-27 02:38:12', '2024-02-27 02:38:12'),
(5912, 'Car Backseat Organizer', 'yTiminPGj', 13, 'Large Car Organizer, 24 x 16 inch size, extra-long straps with quick-release buckles ensure a perfect fit for any car\r\nMulti organizer pockets on the front for handy storage of drink, umbrella, books, pen or kids toys\r\nUses improved stronger 600D Polyester, waterproof frosted PVC, durable and safety\r\nTablet pocket with a clear touch-screen viewer window that fits up to 10” Android or for iPad tablets\r\nWater-resistant, machine-washable fabric which is easy for you to clean the muddy footprints, Good for Travel, Kids.', 19.99, NULL, NULL, 34.99, 'Car Backseat Organizer-31125.jpeg', 'Car Backseat Organizer-24174.jpeg', 'Car Backseat Organizer-51631.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-27 02:41:21', '2024-02-27 02:41:21'),
(5913, 'Men\'s Gold Plated Stainless Steel 5mm Curb Chain Necklace', 'HZEQm5Q4A', 15, 'Metal\r\nStainless-Steel\r\nClasp\r\nLobster-Claw\r\nApprox Weight\r\n23.76 Grams\r\nChain Type\r\nCurb\r\nDimensions\r\n24\"\r\nItem Type\r\nNecklaces\r\nMetal Stamp\r\nNo-Metal-Stamp\r\nGem Type\r\nNA\r\nMaterial\r\nNA', 111.90, NULL, NULL, 123.55, 'Men\'s Gold Plated Stainless Steel 5mm Curb Chain Necklace-21083.jpeg', 'Men\'s Gold Plated Stainless Steel 5mm Curb Chain Necklace-76702.jpeg', 'Men\'s Gold Plated Stainless Steel 5mm Curb Chain Necklace-78043.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-27 02:42:57', '2024-02-27 02:42:57'),
(5914, 'Romulus bar table, bar cabinet, old anesthetic machine. Rarity!', 'ZPbiHgPQz', 17, 'Rare old Romulus anesthetic machine painted black. A beautiful eye-catcher, ideal for use as a bar cabinet. Absolute rarity!', 2528.00, NULL, NULL, 2828.00, 'Romulus bar table, bar cabinet, old anesthetic machine. Rarity!-51597.jpeg', 'Romulus bar table, bar cabinet, old anesthetic machine. Rarity!-70020.jpeg', 'Romulus bar table, bar cabinet, old anesthetic machine. Rarity!-14723.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-27 02:44:24', '2024-02-27 02:44:24'),
(5915, 'Car Safety Hammer', '6Oj54Q2hM', 13, 'LIGHTWEIGHT & PORTABLE - Lightweight (0.98oz, 3.0×1.4×0.9in) and portable key chain design, convenient to carry in your car/key/bag/pocket, easy to access and escape from emergency.\r\nCAR ESCAPE TOOL - Car Safety hammer with premium tungsten steel alloy head window breaker and sharp stainless seat belt cutter, help you quickly escape in an accident.\r\nUNDERWATER APPLICABLE - Compared to traditional safety hammer, spring loaded device can easily break window even underwater from a submerged car, no fear of disturbed by water pressure.\r\nHIGH EFFICIENCY - Quality material and upgraded balance shaft firing structure provide it powerful crush with simply push, just takes 1 SECOND to break car’s side window (10mm max thickness). Effortless sharp cutter enables you to cut the seatbelt quickly, just simply pull the ring-pull horizontally to take out protective cover.\r\nNECESSITY & GIFT - Set of 2. It’s not only an inexpensive but highly efficient escape tool, but also a perfect gift with the delicate appearance and package.', 5.68, NULL, NULL, 13.99, 'Car Safety Hammer-86485.jpeg', 'Car Safety Hammer-81022.jpeg', 'Car Safety Hammer-61166.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-27 02:44:38', '2024-02-27 02:44:38'),
(5916, 'Petite 14K White Gold Diamond Promise Ring', 'L4k9oDo4E', 15, 'Make a lasting memory with your loved one when you gift them this women\'s 14k white gold ring with diamonds. This beautifully crafted 14k white gold diamond engagement ring features an illusion setting with a sparkling brilliant cut round stone at the center. The 2MM wide split band features pave set diamonds at the sides. This diamond ring 14k white gold setting will also last a lifetime and beyond as a precious, family keepsake.\r\n\r\nDetails: • Petite 14K White Gold Diamond Ring • 14 Karat White Gold • .08 Carats Diamonds', 489.50, NULL, NULL, 520.99, 'Petite 14K White Gold Diamond Promise Ring-66592.jpeg', 'Petite 14K White Gold Diamond Promise Ring-81321.jpeg', 'Petite 14K White Gold Diamond Promise Ring-37213.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-27 02:47:09', '2024-02-27 02:47:09'),
(5917, 'Emergency Survival Gear Kits', 'nwKfgUhqQ', 13, '✅COMPLETE FIRST AID+VARIETY OF TOOLS ANTARCTICA 60 in 1 professional emergency survival kits contain: upgrade compass carabiner, 11 in 1 multifunctional plier, wire saw, water bottle clip, emergency thermal blanket, EDC survival tool card, flintstone, scraper, 3 models tactical flashlight, fishing hook, line, bait, 6 in 1 camping utensils, whistle, LED mini light, black waterproof box and so on.\r\n✅LIGHTWEIGHT & CONVENIENT:Box dimension: 6. 6 x 4. 3 x 1. 9 inch ( 16. 8 x 11 x 5cm) and weight only 1. 11 pounds. The storage box is constructed of military grade ABS material, waterproof, Lightweight, compact for easy carrying, it can be easily packed in your backpack, car vehicle trunk, or bug out bag! Perfect for camping, hiking, and wilderness adventure.\r\n✅NECESSARY SOS EQUIPMENT:ANTARCTICA Upgraded multi-purpose survival gear kits contain everything you need in any emergency that occurs like a natural disaster, such as earthquakes, hurricanes, tornados, floods, and fires or wilderness adventure. Perfectly fits for people who love hiking, hunting, wilderness survival, etc. Great gift idea for father, boyfriend, Christmas, birthday, father days.\r\n✅START YOUR HIKING OR FISHING ADVENTURE WITH CONFIDENCE: knowing that your tactical camping kit will keep you safe in case of an emergency. Our hiking gear survival kit is perfect for fishing, trekking, backpacking, mountain climbing or camping adventures since\r\n✅GREAT GIFT: Our hiking gear survival kit is perfect for fishing, trekking, backpacking, mountain climbing or camping adventures since it can be easily packed in your backpack, car vehicle trunk, or bug out bag! in emergencies. You would find this pretty cool as a stocking stuffer or birthday gift. And also can develop the child\'s ability to survive with kids hiking and camping kit.', 30.75, NULL, NULL, 45.99, 'Emergency Survival Gear Kits-35427.jpeg', 'Emergency Survival Gear Kits-80993.jpeg', 'Emergency Survival Gear Kits-41588.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-27 02:47:32', '2024-02-27 02:47:32'),
(5918, 'Custom CNC Machining Service - American Based!', 'e88LNQEO5', 17, 'Tired of expensive machine shop quotes, and long turn around times? We are here to help!\r\n\r\nCNC Machining in the following materials:\r\n\r\nAluminum\r\nSteel\r\nPlastics\r\nWood\r\nComposites\r\n\r\nAlso Offering 3D printing on our high-end printers offering the following materials:\r\n\r\nABS\r\nASA\r\nCarbon Fiber Nylon\r\nNylon\r\nPETG\r\nPLA\r\nPolycarbonate\r\nPolypropylene\r\nFlexible TPU\r\nABS Kevlar\r\nSuper High Resolution SLA\r\n\r\nAlso offering:\r\nLaser Cutting and Etching\r\nPress Brake Bending\r\nWelding', 180.00, NULL, NULL, 188.00, 'Custom CNC Machining Service - American Based!-29170.jpeg', 'Custom CNC Machining Service - American Based!-87656.jpeg', 'Custom CNC Machining Service - American Based!-40631.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-27 02:48:03', '2024-02-27 02:48:03'),
(5919, '14K White Gold Milgrain Bubbles Diamond Promise Ring', 'fLTQW4n0o', 15, 'The 14k white gold bubbles diamond ring is set to wow her with this interesting yet simple design. In this accessory, ten beautiful round diamonds sit along the top of an eternity half band. The result is a perfect gift for special someone that shows them your commitment. Show her your forever love, by making a lifetime memory with a simple luxury piece she\'ll adore. Perfect to use as a commitment, promise, or simple everyday ring for yourself. Wear it alone or as a stackable with other petite styles. Beautifully crafted in only the highest quality materials, it\'s available in sizes 5-9 for everyone to enjoy.\r\n\r\nDetails: • Thin 14K Diamond Bubble Band • Real White Gold Setting • 10 Round .10 Carats', 516.99, NULL, NULL, 545.99, '14K White Gold Milgrain Bubbles Diamond Promise Ring-65593.jpeg', '14K White Gold Milgrain Bubbles Diamond Promise Ring-36066.jpeg', '14K White Gold Milgrain Bubbles Diamond Promise Ring-95865.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-27 02:50:23', '2024-02-27 02:50:23'),
(5920, 'Tire Inflator Portable Air Compressor', 'fIOWKzkeE', 13, 'TOUGHULTRA TECHNOLOGY, ENHANCED DURABILITY: This tire inflator is manufactured with AstroAI’s unique ToughUltra technology, so all of its core parts, including its cylinder, motor gears, and connection rod, are built using a powder metallurgy integrated molding technique. This revolutionary manufacturing process greatly enhances the inflator’s durability and increases its service life by 30%.\r\nPROGRAMMABLE INFLATION: Use the \"M\" button to set your desired pressure unit, and then press the \"+\" and \"-\" buttons to set the desired pressure. The air compressor will automatically shut off when it reaches the pre-set pressure (Please make sure the pressure you set is higher than the current pressure of your tire).\r\nCOMPACT SIZE & EASY TO STORE: Featuring a lightweight and compact design, this handy and portable tire inflator can easily fit into glove compartments, seats, trunks, and more. When it isn’t being used, it’s almost unnoticeable.\r\nSMART PRESET & AUTO OFF: The tire inflator’s digital screen provides accurate readouts and 4 pressure units to choose from while its independent buttons allow for intuitive control. You can easily preset the tire pressure and not worry about constantly monitoring it, this smart inflator will automatically shut off once it reaches the desired pressure.\r\nEASY NIGHTTIME USE: Equipped with a backlit screen and a flashlight, this tire inflator brings convenient use, even in dim environments. Its independent LED Button enables one-press flashlight operation. Great gifts for men and women.', 31.99, NULL, NULL, 44.99, 'Tire Inflator Portable Air Compressor-21187.jpeg', 'Tire Inflator Portable Air Compressor-22125.jpeg', 'Tire Inflator Portable Air Compressor-17962.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-27 02:50:32', '2024-02-27 02:50:32'),
(5921, 'Singer 20u professional industrial sewing Machine Instruction Manual PDF Download', '8D7dfAfEV', 17, 'This is a listing of a high quality scan pdf download - 36 pages for Singer 20u industrial sewing machine. It is an industrial machine that can handle heavy-duty sewing tasks. Here are some key features of the Singer 20U sewing machine:\r\nIt is a single-needle, straight stitch machine that can also perform zigzag stitching.\r\nThe machine has a high sewing speed, making it suitable for commercial and professional use.\r\nIt has a built-in motor, eliminating the need for a separate motor installation.\r\nThe Singer 20U is known for its durability and reliability, making it a favorite among sewists and tailors.\r\nIt can handle various fabrics, including lightweight and heavyweight materials.\r\n\r\n\"The Singer 20U is an industrial sewing machine that is a favorite among professional tailors, dressmakers, upholstery and drapery specialists and teachers.\"', 6.99, NULL, NULL, 7.99, 'Singer 20u professional industrial sewing Machine Instruction Manual PDF Download-45772.jpeg', 'Singer 20u professional industrial sewing Machine Instruction Manual PDF Download-81843.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-27 02:51:33', '2024-02-27 02:51:33'),
(5922, '2024 New Car Air Freshener, Auto ON/OFF, Multi-mode Adjustable, Blue Ambiance Light, 135ml Last 6 months, Natural French Fragrance, CF3 car fresheners, Best car diffuser for gift, Roman Holiday', 'Sp7JZ0QYS', 13, '✅Auto ON/OFF : Car air freshener equipped with a highly sensitive vibration sensor and smart chip. Automatically switches ON/OFF without manual operation. Adjust intensity according to your preference in the strong and light modes.\r\n✅Silent Serenity : The built-in pressurized centrifugal fan rotates at a maximum speed of 1200r/min, Continuously delivering the fragrance to the tip of your nose. Sound level below 35dB—Extremely Quiet.\r\n✅Chlorophyll : Car freshener abundant chlorophyll-infused fragrance molecules instantly fill the car, maintaining healthy and fresh air. Support for DIY. Allowing car air freshener diffuser fill your space with wonderful aromas!\r\n✅Blue Ambiance Light : Enjoy the serene ambiance brought by the gentle blue breathing light, breathing new life into the car diffuser. Adjust the flickering frequency based on the mode you choose.\r\n✅6 Months Large Capacity : Equipped with a 135ml car fragrance using 100% natural essences from France\'s Robertet. Safe for everyone, including pregnant women, kids, and the elderly.\r\n✅One Year warranty: Product with one year warranty, giving you peace of mind for after-sales service.', 79.99, NULL, NULL, 99.99, '2024 New Car Air Freshener, Auto ON/OFF, Multi-mode Adjustable, Blue Ambiance Light, 135ml Last 6 months, Natural French Fragrance, CF3 car fresheners, Best car diffuser for gift, Roman Holiday-84108.jpeg', '2024 New Car Air Freshener, Auto ON/OFF, Multi-mode Adjustable, Blue Ambiance Light, 135ml Last 6 months, Natural French Fragrance, CF3 car fresheners, Best car diffuser for gift, Roman Holiday-93590.jpeg', '2024 New Car Air Freshener, Auto ON/OFF, Multi-mode Adjustable, Blue Ambiance Light, 135ml Last 6 months, Natural French Fragrance, CF3 car fresheners, Best car diffuser for gift, Roman Holiday-80376.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-27 02:53:44', '2024-02-27 02:53:44'),
(5923, '3 Stone Personalized Birthstone Huggie Earrings', 'xfRxBs7MZ', 15, 'Create your own silver 3 stone huggie birthstone earrings that represent those you love most! Select up to three different colors of stunning round cubic zirconias. This design is crafted in stunning high quality silver with beautiful CZs. The 1/2 inch hoops can be worn every day for elegant casual style. Each is hand made and would make the perfect gift for mom, yourself or someone you love. Send them something unique for a special occasion. A hinge with notched post closure makes each earring secure and comfortable to wear all day long.\r\n\r\nDetails: • Silver 3 Stone Birthstones Huggies • Colored Zirconias • .5 Inches Wide', 90.99, NULL, NULL, 130.99, '3 Stone Personalized Birthstone Huggie Earrings-39272.jpeg', '3 Stone Personalized Birthstone Huggie Earrings-71289.jpeg', '3 Stone Personalized Birthstone Huggie Earrings-49148.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-27 02:54:10', '2024-02-27 02:54:10'),
(5924, 'Gear Shift Hoodie', 'ObifTyiM9', 13, '【Upgrade Dimensions and Material】We upgraded the bottom size to make the hoodie suitable for most car shifts. The gear shift hoodie is made of velvet fabric, which is soft, comfortable, and durable.\r\n【Funny Hoodie Design】Dress your car\'s shifter! Multiple colors to choose from. The cute hoodie design will make your eyes shine every time you get in the car. So do your friends and family.\r\n【Versatile Usage】Not only can it be used as a simple car interior gadget, but it can also protect gear shifts from damage, scratches, and dust. Keep your shift knob from cold in the winter.\r\n【Easy to Use and Clean】One step Install! The gear shift cover is machine-washable, easy to clean, and drying up quickly.\r\n【Exquisite Little Gift】The size of shift knob cover is 5.2x4.5 inches, which is suitable for cars with shift knob head less than 2.2 inches. Its cute and novel design is sure to make your car stand out, making it a perfect way to add a touch of personality to your vehicle.', 6.79, NULL, NULL, 8.99, 'Gear Shift Hoodie-52676.jpeg', 'Gear Shift Hoodie-12968.jpeg', 'Gear Shift Hoodie-88202.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-27 02:57:00', '2024-02-27 02:57:00'),
(5925, '3 Stone Custom Birthstone Sterling Silver Dangle Earrings', 'GWWMlzxNE', 15, 'These cubic zirconia dangle earrings feature three birthstones of your choice with braided borders. Weighing a lightweight 2 grams in total, each stone represents a child or grandchild. It\'s set in high quality sterling silver and makes a wonderful present for a mother or grandmother. When you create your own, it can represent beloved family members birthdays or best friends who may as well be part of the family. Since it\'s your design, you can build it with meaning however you wish.\r\n\r\nDetails: • 3 Stone Dangle CZ Birthstone Earrings • Hangs Delicately • Cubic Zirconias', 106.99, NULL, NULL, 110.99, '3 Stone Custom Birthstone Sterling Silver Dangle Earrings-69940.jpeg', '3 Stone Custom Birthstone Sterling Silver Dangle Earrings-79411.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-02-27 02:57:24', '2024-02-27 02:57:24'),
(5926, 'Kalicki Solid Wood Folding Adirondack Chair', 'Wa42xu9qR', 11, 'This folding Adirondack chair is a perfect way to sit back in the great outdoors and take in the beauty of your backyard. Made with solid acacia wood in a neutral hue, our chair brings a rustic vibe to your backyard or patio space. When the warmer weather days come to an end, you can fold up this chair for easy storage. This iconic design is perfect for any deck, patio, or poolside lounging, making every summer a charming one. Steel alloy hardware is included in the assembly. Color: White', 60.28, NULL, NULL, 145.99, 'Kalicki Solid Wood Folding Adirondack Chair-25106.jpeg', 'Kalicki Solid Wood Folding Adirondack Chair-61999.jpeg', 'Kalicki Solid Wood Folding Adirondack Chair-14962.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-27 02:59:27', '2024-02-27 02:59:27');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5927, 'Wax Melter, Now In 220 Volt Power, Perfect Wax Melter And Soap Melter For The Professional And DIY Candle Makers, Holds 11 Qts Of Melted Wax', 'eOw8Jy51S', 17, 'Extra Large Wax Melter for Candle Making. Waxing Melter & Candle Wax Burner make the Candle Making Easy. This Wax Melter is Brand New Design from Soylite.\r\n\r\nAt Soylite we pride ourselves on making high quality melters for many level candle makers. This will melt all types of waxes like, Soy, Paraffin, Bees Wax, Coconut Etc.\r\n\r\nThis Wax Melter was designed for countries that have 220 volt power. Comes with standard UK plug.\r\n\r\n\r\n\r\nTake your candle making to the next level with our USA made professional Soylite® Wax Melter! Our newly created design combines years of customer feedback to deliver the most efficient candle making experience money can buy. The Soylite® Wax Melter holds an impressive 11 Qts of melted wax and heats evenly in about 1 hour. The digital controller is simple to use and allows you to regulate and maintain the temperature in 5 degree increments.\r\n\r\nAlso great for soap making with a versatile stainless steel tank! That will not harm your soap base.\r\n\r\n11 Qt Stainless Tank or Roughly 20 lbs of Melted Wax\r\nFully Insulated Tank and Case For Super Efficient Power Use\r\nFull Port Heated Ball Valve\r\nDigitally Controlled Thermostat From the Lowest Setting to 220 Degrees\r\n6 Ft Power Cord', 300.00, NULL, NULL, 399.00, 'Wax Melter, Now In 220 Volt Power, Perfect Wax Melter And Soap Melter For The Professional And DIY Candle Makers, Holds 11 Qts Of Melted Wax-22929.jpeg', 'Wax Melter, Now In 220 Volt Power, Perfect Wax Melter And Soap Melter For The Professional And DIY Candle Makers, Holds 11 Qts Of Melted Wax-88645.jpeg', 'Wax Melter, Now In 220 Volt Power, Perfect Wax Melter And Soap Melter For The Professional And DIY Candle Makers, Holds 11 Qts Of Melted Wax-81713.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-27 03:00:11', '2024-02-27 03:00:11'),
(5928, 'Car Trash Can Bin', 'XzLyHbhN1', 13, '【KEEP YOUR CAR CLEAN AND TIDY】 ELONGRIVER\'S car trash can with lid is designed to take care of the interior of every car. This car trash bag takes care of your car\'s messy and even smelly interior, keeping your car clean and tidy to ensure that you feel good every moment of your drive. So take ELONGRIVER mini car trash can with you for your road trip. Especially when your child is sitting in the back seat, this car trash can for back seat stores children\'s toys, scraps of paper, and snacks.\r\n【LEAK-PROOF LINER & UTILITY CLASPS】 ELONGRIVER car trash bin have 2 utility side clasps to fix disposable garbage bags and effectively prevent them from falling off. The trash can for car\'s lining is made of premium leak-proof and eco-friendly liner with sturdy stitching, which is easy to place wet items and effectively prevents leaks and spills to keep the car clean and dry. As helpful trash can car accessories for you, this mini trash can for car is easy to clean with wipes and tissues.\r\n【MULTIFUNCTIONAL USAGES】ELONGRIVER trash bin for car can also be a small temporary cooler bag, lunch bag and car storage organizer since its insulated function. The vehicle trash can is about 2 gallons, with 3 elastic storage pockets, you can store some trash for car, water cups, tissues, snacks, toys, wipes and beverages. As a collapsible trash bag for car, when you don\'t need it , you can fold this small car trash can to save room.\r\n【SUITABLE FOR A VARIETY OF VEHICLES】ELONGRIVER\'s car trash can cute, suitable for many types of vehicles, including cars, SUVs, RVs, trucks, vans, boats, kayaks, campers and cabs.The car can trash bag with an adjustable strap be placed anywhere in the vehicle according to your needs, such as a car trash bag hanging on the headrests, gear shift, and glove box. You can also place these car trash cans on the floor, front/back seat, center console, etc.\r\n【MATURE PRODUCTION AND AFTER-SALES】ELONGRIVER specializes in the production of car garbage cans, designing and launching stylish colors and patterns to add something different to your life. Meticulously making each high-resolution image with the same color and details as the product. Car trash bags were undergone strict quality and packaging inspection to ensure that every customer\'s purchase experience is satisfactory. Just Try it without hesitation.', 4.64, NULL, NULL, 7.99, 'Car Trash Can Bin-18009.jpeg', 'Car Trash Can Bin-62202.jpeg', 'Car Trash Can Bin-94285.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-27 03:00:27', '2024-02-27 03:00:27'),
(5929, 'Car Side Mirror Squeegee', 'oh63V4WHE', 13, '【Retractable & Extendable】 The Topsace Retractable Side Mirror Wiper features a unique design that allows you to easily clean both sides of your side view mirrors. With a length of up to 98cm/38.6inches, it\'s the perfect tool for drivers to reach the mirror on the passenger seat side. And when you\'re done, simply retract it to a convenient 21cm/8.3inches for easy storage.\r\n【Efficient Cleaning Tool】With this car side view mirror wiper, you can quickly and easily remove rainwater and other debris from your automative mirrors without ever leaving your seat. No more getting out of the car or struggling to clean hard-to-reach spots. It takes less than 30 seconds to clean both sides of your mirrors, making it a great car accessory for drivers on-the-go. And it is also an ideal cleaning tool for car mirror.\r\n【Multi-Scenario】Whether you\'re driving in rainy or foggy weather, parking at gas stations, or reversing your car in a crowded parking lot, the Topsace Retractable Side Mirror Wiper is the perfect tool for the job. Plus, it doubles as a windshield anti-fog wipe in winter, making it a versatile accessory that you\'ll want to keep in your car all year round.\r\n【Good Quality & High Strength Metal】 The brush head of this mini squeegee is made from soft and harmless TPR material, ensuring that it won\'t scratch or damage your mirrors. The stratified gap on the brush head makes it easy to remove dirt, dust, and water quickly, while the soft cover on the cold metal handle keeps your hands comfortable in cold weather. The handle of the squeegee is made of sturdy stainless steel, not aluminum.\r\n【Keep You Safe】Dirty side mirrors can be a safety hazard, especially in dark and rainy conditions. With the Topsace Extendable Mirror Wiper, you can keep your mirrors clean and your driving safe without ever leaving your seat. It\'s the perfect car mirror accessory for any driver who wants to stay safe and prepared on the road.', 3.64, NULL, NULL, 6.99, 'Car Side Mirror Squeegee-15520.jpeg', 'Car Side Mirror Squeegee-70334.jpeg', 'Car Side Mirror Squeegee-74808.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-27 03:03:19', '2024-02-27 03:03:19'),
(5930, 'Inflatable Play Center Kids Pool with Slide w/ Water Sprayers 110\"x71\"x53\"', '6VSREQb9i', 11, 'Family-sized inflatable pool for fun: Designed with the outer size of 110\" x 71\" x 53\" for your family to enjoy a summer splashing party in the backyard. Kiddie pool with slide and surrounding water sprayers can hold up to 3-4 kids enabling them to jump and splash for joy. Our inflatable play center with two individual pools allow you to build a water park in the backyard without having to go all the way to the beach or water park center\r\nEnjoy water fun in all summer: Simply Connect the hose and fill the pool with water to use it as a summer water park. Holes on the side spray the heat away and cool kids down; adjust the palm leaves sprinkler to spray water towards the slide or the shallow water zone. Evajoy kids pool water park keeps your children cool and fun throughout the summer. Splash with your pets as you wish!', 32.95, NULL, NULL, 109.00, 'Inflatable Play Center Kids Pool with Slide w/ Water Sprayers 110\"x71\"x53\"-12466.jpeg', 'Inflatable Play Center Kids Pool with Slide w/ Water Sprayers 110\"x71\"x53\"-83149.jpeg', 'Inflatable Play Center Kids Pool with Slide w/ Water Sprayers 110\"x71\"x53\"-19443.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-27 03:05:03', '2024-02-27 03:05:03'),
(5932, 'HHO / Hydrogen generator / Hydrogen generator / Blueprint (PDF)', 'yJ3Taj2tJ', 17, 'TEST VIDEO:\r\nhttps://youtu.be/K-N6_dsJBsw\r\nhttps://youtu.be/54GPId1WGIg\r\nhttps://youtu.be/fnuXISrjhO4\r\n\r\nBlueprint for making HHO generator (PDF)\r\n\r\nIn the office drow document there is a blueprint for making an HHO generator.\r\nYou download the draft immediately after payment.\r\nHHO generator\r\nDimensions approx.: 120x120x125\r\n11 cells (Stainless steel 316 L)\r\nBody: PE-HD 15 mm\r\nConfiguration of the plates: ( – NNNN + NNNN – )(+ positive, N-neutral, – negative)\r\nHose connectors: Push-In type\r\nGenerator capacity: approx. 0.5 liters\r\n14.5v max\r\n7.5A - 10A max\r\nMaximum pressure 2 bar\r\nProducts per hour: 25 l - 30 l\r\nOperating temperature (measurement in one hour without cooling): 50 - 55C\r\nElectrolyte 30 gamma per liter of distilled water.\r\n\r\nIn the package: Blueprint for making HHO generator\r\n\r\nBefore installing the HHO generator, be sure to study the safe handling video on YouTube.\r\nInstallation in a vehicle is at your own risk.\r\nI accept no liability for any damage that may result from the installation of this HHO generator.\r\nPrivate sale without guarantee and return', 20.76, NULL, NULL, 23.76, 'HHO / Hydrogen generator / Hydrogen generator / Blueprint (PDF)-72850.jpeg', 'HHO / Hydrogen generator / Hydrogen generator / Blueprint (PDF)-87940.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-27 03:08:38', '2024-02-27 03:08:38'),
(5933, '1200W Calphalon Activesense Blender w/ 24-Oz Blend-N-Go Cup', 'fCc46w125', 11, '1200W Calphalon Activesense Blender w/ 24-Oz Blend-N-Go Cup (Dark Stainless Steel)', 52.08, NULL, NULL, 66.95, '1200W Calphalon Activesense Blender w/ 24-Oz Blend-N-Go Cup-22733.jpeg', '1200W Calphalon Activesense Blender w/ 24-Oz Blend-N-Go Cup-20796.jpeg', '1200W Calphalon Activesense Blender w/ 24-Oz Blend-N-Go Cup-12642.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-27 03:09:00', '2024-02-27 03:09:00'),
(5934, 'Emsco Group 1199 Bigfoot Poly Snow Shovel With 17-7/8-Inch x 13-Inch Blade, Orange', 'Li38Mljkd', 11, 'ULTRA LIGHT - Sturdy metal handle and polyethylene blade\r\nLARGE D-GRIP - Comfort and control, guaranteed for a lifetime\r\nEFFECTIVE SNOW MOVER - Wide 18 In. polyethylene blade; move snow without it sticking to the shovel\r\nSAFE ON SURFACES - Safer to use on decks and more fragile structures\r\nTRUSTED BRAND – Maker of the original plastic shovel, made in the USA\r\nBigfoot Snow Tools are shipped in a carton that can be used as an attractive display.\r\nTools are built tough for moving mountains of snow and lasting many winters.\r\nPushers, Dozers, Scoops, Scrapers, Shovels, and more...Emsco Group has a huge selection of Snow Tools.\r\nLightweight Durable Poly Construction\r\nResists Sticking Snow', 9.97, NULL, NULL, 29.99, 'Emsco Group 1199 Bigfoot Poly Snow Shovel With 17-7/8-Inch x 13-Inch Blade, Orange-95110.jpeg', NULL, NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-27 03:14:00', '2024-02-27 03:14:00'),
(5935, 'Illusion Set Ruby and Diamond Halo Stud Earrings in 18K White Gold', 'd0Q586A6l', 15, 'These eye-catching 18k contemporary stud earrings features an impressive white gold setting, centering multi-shaped rubies formed one 8 mm. size look-alike circle, accented by 0.21 carat of round brilliant cut white diamonds. The round shape halo style pendant is classic and elegant.   Earrings Information Metal: 18K White Gold Width: 10 mm. Length: 10 mm.  Weight: 3.11 g. (approx. in total) Backing: Push Back  Center Gemstones  Type: Ruby Shape: Illusion Set to Round Shape Size & Number:  Square -1 piece = 3.5 mm. (each side) Marquise - 4 pieces = 5 x 2.5 mm. (each side) Weight: 1.80 Carat (approx. in total)  Accent Gemstones I Type: Diamond Shape: Round Average Color: H Average Clarity: SI Size: 0.9 mm. Number: 48 Weight: 0.21 Carat (approx. in total)  These earrings are ready to deliver!  An attractive earrings box is included.', 2600.00, NULL, NULL, 2850.00, 'Illusion Set Ruby and Diamond Halo Stud Earrings in 18K White Gold-31637.jpeg', 'Illusion Set Ruby and Diamond Halo Stud Earrings in 18K White Gold-92395.jpeg', 'Illusion Set Ruby and Diamond Halo Stud Earrings in 18K White Gold-92979.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-27 03:15:41', '2024-02-27 03:15:41'),
(5936, 'Magnet Motor Free Energy Generator Mike Brady 3D Model | DIY Plans New 2022 Multi Language', 'cFee7k7bk', 17, 'Model and from Friedrich Lüling and Howard Johnson. Multi Language! German (Deutsch), US and UK (English), France (Français), Italy (Italiano) and much more...\r\n\r\nFurthermore you get all STL, STEP and DWG files of all 3D models so you can print the magnet motor models perfectly in the 3D printer + Bonus step by step instructions and books about magnet motors as PDF with over 15,280 pages to build yourself\r\n\r\nThese models are not available anywhere else and are strictly limited.\r\n\r\nIdeal as a gift or for your own use!\r\n\r\nLightning delivery on the same day! No shipping costs! PDF Package by direct download!\r\n\r\n\r\n\r\nFor you in the overview:\r\n\r\nMike Brady Model and from Friedrich Lüling and Howard Johnson Premium 3D Models in STL, STEP and DWG files\r\n\r\nTotal with instructions, manuals approx. over 15,280 pages on the subject of free energy devices and magnetic motors\r\n\r\nStep by step instructions with material list complete in English\r\n\r\nDetailed description of magnetic motors\r\n\r\nWith construction drawings and many pictures\r\n\r\nOver 70 pages Muammer Yildiz patent specification in English\r\n\r\nMore than 500 pages of further patent specifications\r\n\r\nOver 2,749 pages Practical Guide to Free Energy In English\r\n\r\nBuilding instructions for magnet motors\r\n\r\nUser manual of magnetic motors over 128 pages\r\n\r\n\r\nAnd that\'s what you get here when you buy:\r\n\r\n3 Premium 3D Models in STL, STEP and DWG files\r\n\r\nPractical book \'\'Freie Energy Devices and Magnetic Motors\'\' has already more than 2.749 pages completely in English\r\n\r\nStep by step building instructions for magnetic motors\r\n\r\nDon Kelly\'s Free Energy Devices User Manual\r\n\r\nThe original over 70 pages patent specification of Muammer Yildiz as a copy in English\r\n\r\nAll 111 original published patent specifications of the famous Nikola Tesla as copy with over 455 pages\r\n\r\nFurther 5 patent specifications from different inventors', 30.93, NULL, NULL, 33.93, 'Magnet Motor Free Energy Generator Mike Brady 3D Model | DIY Plans New 2022 Multi Language-61045.jpeg', 'Magnet Motor Free Energy Generator Mike Brady 3D Model | DIY Plans New 2022 Multi Language-37653.jpeg', 'Magnet Motor Free Energy Generator Mike Brady 3D Model | DIY Plans New 2022 Multi Language-51711.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-27 03:15:59', '2024-02-27 03:15:59'),
(5937, 'Airhead SUN COMFORT COOL SUEDE Double Pool Mattress, Lime (AHSC-016)', 'zArEiU5kZ', 11, 'Airhead SUN COMFORT COOL SUEDE Double Pool Mattress, Lime (AHSC-016)', 39.00, NULL, NULL, 50.00, 'Airhead SUN COMFORT COOL SUEDE Double Pool Mattress, Lime (AHSC-016)-78772.jpeg', 'Airhead SUN COMFORT COOL SUEDE Double Pool Mattress, Lime (AHSC-016)-51074.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-27 03:17:41', '2024-02-27 03:17:41'),
(5938, 'AJD Fascinating Intense Blue Topaz & Natural Clear White Gemcut Topaz Earrings', 'ZR8Vq62Hc', 15, 'These intensely big Blue Topaz (11.5 carats total) - 11 mm - dangle the brilliant gem cut Clear Translucent Topaz - 19mm x 10mm - in these wonderful fun stud earrings. They are set in sterling silver.', 480.55, NULL, NULL, 500.99, 'AJD Fascinating Intense Blue Topaz & Natural Clear White Gemcut Topaz Earrings-78339.jpeg', 'AJD Fascinating Intense Blue Topaz & Natural Clear White Gemcut Topaz Earrings-53727.jpeg', 'AJD Fascinating Intense Blue Topaz & Natural Clear White Gemcut Topaz Earrings-16091.jpeg', 'Jewelry', 4.0, NULL, 1, '2024-02-27 03:22:29', '2024-02-27 03:22:29'),
(5939, 'Costco Members: Blackstone 36\" griddle - 60000 BTU with hard cover and accessories', 'sxk6X1Auc', 11, '769 sq. inches of cooking space\r\n60,000 BTUs\r\nFour independently controlled cooking zones\r\nDual foldable side shelves with magnetic tool strip and tool hooks\r\nFront shelf provides extra space for tools and accessories while cooking\r\n\r\nIncludes:\r\nDual foldable side shelves and front shelf with magnetic tool strip and tool hooks for extra space for tools and accessories while cooking.', 349.99, NULL, NULL, 399.99, 'Costco Members: Blackstone 36\" griddle - 60000 BTU with hard cover and accessories-27400.jpeg', 'Costco Members: Blackstone 36\" griddle - 60000 BTU with hard cover and accessories-23047.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-27 03:23:50', '2024-02-27 03:23:50'),
(5940, 'Starburst', 'qMlTHarOR', 17, '15.6-Oz Starburst Fruit Chews Candy (FaveREDs)', 3.00, NULL, NULL, 3.82, 'Starburst-12515.jpeg', 'Starburst-61917.jpeg', 'Starburst-54735.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-27 03:24:42', '2024-02-27 03:24:42'),
(5941, 'Cartier Havana Cigar Band Ring, 1970', 'yyIgMOVIO', 15, 'Iconic and collectible Cartier Havana Cigar Band Ring in 18k gold with matte red enamel. There is loss on enamel on both sides (see pix) and some on central motif. Gold is in good condition, not worn. 1970. Size 5.', 8250.00, NULL, NULL, 8500.00, 'Cartier Havana Cigar Band Ring, 1970-62420.jpeg', 'Cartier Havana Cigar Band Ring, 1970-97770.jpeg', 'Cartier Havana Cigar Band Ring, 1970-92875.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-27 03:26:29', '2024-02-27 03:26:29'),
(5942, 'Shield and power generator resin tabletop/wargame terrain (resin Sci Fi scatter terrain)', '2cZIQBIuw', 17, 'Protect your bases with advanced shield generator technology, just hope no rebels sneak in to disable them! These high quality resin tabletop miniatures make great scatter terrain for your sci fi / cyberpunk tabletop or roleplaying games.\r\n\r\nWhat\'s included: 1x unpainted resin shield generators (assembly required)\r\n\r\nSize, Generator and tube (approximate measurements): 5 cm (height) x 12 cm x 8 cm\r\n\r\nSize, Single Generator (approximate measurements): 5 cm (height), 5 cm x 8 cm', 6.87, NULL, NULL, 7.87, 'Shield and power generator resin tabletop/wargame terrain (resin Sci Fi scatter terrain)-71211.jpeg', 'Shield and power generator resin tabletop/wargame terrain (resin Sci Fi scatter terrain)-94973.jpeg', 'Shield and power generator resin tabletop/wargame terrain (resin Sci Fi scatter terrain)-67887.jpeg', 'Industrial', 4.5, NULL, 1, '2024-02-27 03:26:37', '2024-02-27 03:26:37'),
(5943, 'ToiletWand', 'tcdapy09r', 17, '30-Count Clorox ToiletWand Disinfecting Refills (Original or Rainforest Rush)', 16.02, NULL, NULL, 19.38, 'ToiletWand-77920.jpeg', 'ToiletWand-78297.jpeg', 'ToiletWand-15200.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 03:27:49', '2024-02-27 03:27:49'),
(5944, 'Queen Velvet Upholstered Bed Frame w/ x4 USB Ports (Green)', 'gGNK6QFVX', 11, 'Dimensions 82.6\"L x 60.2\"W x 44.8\"H\r\n6.3\" under-bed storage space\r\n12-piece wooden slat support system\r\nVertical channel velvet headboard\r\nx4 USB Charging Ports\r\nWeight Capacity: 1100lbs', 80.00, NULL, NULL, 165.00, 'Queen Velvet Upholstered Bed Frame w/ x4 USB Ports (Green)-82292.jpeg', 'Queen Velvet Upholstered Bed Frame w/ x4 USB Ports (Green)-95676.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-27 03:28:55', '2024-02-27 03:28:55'),
(5945, 'Lysol', 'JRYm7Q1re', 17, '2-Pack Lysol Automatic In-The-Bowl Toilet Cleaner (Ocean Fresh Scent)', 3.31, NULL, NULL, 4.57, 'Lysol-33301.jpeg', 'Lysol-14837.jpeg', 'Lysol-65571.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-27 03:30:51', '2024-02-27 03:30:51'),
(5946, 'Smart Meter Protection** BRAZE WELDED Tensor Ring -6 Gauge- Sacred Cubit 144MHZ EMF Protection / Neutralizer / Heal Energy / Structure Water', '86fjThgxW', 17, '1 - BRAZE WELDED - 6 Gauge - Full Sacred or Royal Cubit - 144 MHZ - Known for resonating with the physical body - Transmute EMFs with a tensor field - Structure water - Increase food shelf life - Environment harmonizer\r\n\r\nIMPORTANT NOTICE TO THOSE INTERESTED IN PUTTING A RING OUTSIDE: You must get a braze welded ring! Soldered rings will not withstand the weather for more than 1-2 years. The soldering will break. We know this from experience...\r\n\r\nAll of our rings come with a LIFETIME guarantee. If you break your ring, even if you know you were at fault, we will ship you a new ring for FREE.\r\n\r\nPlease notice the close picture of our braze weld joints to understand why our customers speak to the quality of our rings. We specialize in making tensor rings only. With that being said, we believe we provide some of the highest quality tensor rings in the world. That\'s what we want to provide our customers.\r\n\r\nNice, precise, clean welds are important for proper energy flow through the ring, free of energetic resistors. (Again, please notice our weld joints in the pictures) Aside from Slim\'s rings (which we deeply admire) our rings\' welds are what gives our rings their noticeably powerful energy production and is what sets our rings apart from most other rings on the market. Each and every one of our rings are made with loving intent and great attention to detail. Every customer who gets a ring from us will know and understand when they see it, the work we put into our rings.\r\n\r\nAll of our rings are made from 100% copper wire. Our rings are braze welded using a copper/silver alloy which provides high conductivity combined with strength. This is a much stronger weld than solder and will last lifetimes. Because these rings are made from 100% copper, they will naturally tarnish over time. We believe tensor rings should be braze welded because that\'s how Slim Spurling himself made his rings. You can see him in the pictures braze welding a harmonizer.\r\n\r\n***THIS SIZE FITS *MOST* SMART METERS***\r\nFor those of you with oddly shaped meters, the ring does NOT have to be physically around the meter as pictured - it just needs to be in the proximity. It can be hung on the inside wall as well and will work just fine like that', 28.00, NULL, NULL, 34.99, 'Smart Meter Protection** BRAZE WELDED Tensor Ring -6 Gauge- Sacred Cubit 144MHZ EMF Protection / Neutralizer / Heal Energy / Structure Water-82111.jpeg', 'Smart Meter Protection** BRAZE WELDED Tensor Ring -6 Gauge- Sacred Cubit 144MHZ EMF Protection / Neutralizer / Heal Energy / Structure Water-62615.jpeg', NULL, 'Industrial', 4.0, NULL, 1, '2024-02-27 03:31:06', '2024-02-27 03:31:06'),
(5947, 'Rolex 14060 Submariner Black Dial Stainless Steel Box', 'QIZo5oPTz', 15, 'Style Number: 14060  Serial: U4708***  Year: 1997  Model: Submariner   Case Material: Stainless Steel   Band: Stainless Steel   Bezel: Black  Dial: Black  Face: Sapphire Crystal   Case Size: 40mm   Includes:   -Rolex Box  -Certified Appraisal   -1 Year Warranty', 7795.45, NULL, NULL, 7999.99, 'Rolex 14060 Submariner Black Dial Stainless Steel Box-18368.jpeg', 'Rolex 14060 Submariner Black Dial Stainless Steel Box-97033.jpeg', 'Rolex 14060 Submariner Black Dial Stainless Steel Box-24742.jpeg', 'Jewelry', 5.0, NULL, 1, '2024-02-27 03:31:17', '2024-02-27 03:31:17'),
(5948, 'Skittles Candy', 'dVgVLRWlP', 17, '15.6-Oz Skittles Candy Sharing Size Bag (Wild Berry)', 3.31, NULL, NULL, 4.57, 'Skittles Candy-62266.jpeg', 'Skittles Candy-96484.jpeg', 'Skittles Candy-24812.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 03:33:46', '2024-02-27 03:33:46'),
(5949, 'American Standard Edgemere White Elongated Chair Height 2-piece WaterSense Soft Close Toilet 12-in Rough-In 1.28-GPF', 'KCvqIZNN1', 11, 'The Edgemere Chair-Height Elongated Toilet from American Standard coordinates with the elegant style of the Edgemere Bath Collection. Comfortable chair-height toilet is 17” tall, including seat, with an elongated bowl for added room. For improved cleanliness, the Edgemere toilet features an EverClean surface to inhibit the growth of bacteria. Designed for high-efficiency and low consumption, it is Water Sense certified and uses 20% less water than a regular toilet without sacrificing performance. Edgemere is a DIY-friendly, easy-to-install toilet that includes everything you’ll need. American Standard Edgemere White Elongated Chair Height 2-piece WaterSense Soft Close Toilet 12-in Rough-In 1.28-GPF | 765AA101.020', 200.00, NULL, NULL, 220.00, 'American Standard Edgemere White Elongated Chair Height 2-piece WaterSense Soft Close Toilet 12-in Rough-In 1.28-GPF-24110.jpeg', 'American Standard Edgemere White Elongated Chair Height 2-piece WaterSense Soft Close Toilet 12-in Rough-In 1.28-GPF-36136.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-27 03:34:14', '2024-02-27 03:34:14'),
(5950, 'Military Signal Generator Light - Vintage Steampunk Lamp - 110/120V Industrial Edison Style Bulbs - Machine Age Soviet Desktop Lamp - Green', 'ygCzslKLH', 17, 'Sustainable features: upcycled. Items may include additional materials or use methods that aren\'t considered sustainable features on our site. Learn more\r\nGive your desk the ultimate makeover with this soviet style, machine age, steampunk light.\r\nThis is a Vintage Military Signal Generator that\'s been remade into a steampunk inspired desktop lamp.\r\n\r\nGenerator is non working. This is only a lamp.\r\nIt is also very vintage. (markings, stickers, scratches, etc are visible.)\r\nPlease see photos.\r\n\r\n2 Included Edison Bulbs.\r\n1-Candle Mini Bulb.\r\n1-7” Tube Bulb.\r\nRubber feet to prevent surface scratching.\r\n\r\nDimensions: 13\" Tall, 18\" Wide, 6\" Deep.\r\n5’ Cord.\r\n\r\n110/120V USA Plug.\r\nNON-DIMMABLE.', 140.00, NULL, NULL, 148.00, 'Military Signal Generator Light - Vintage Steampunk Lamp - 110/120V Industrial Edison Style Bulbs - Machine Age Soviet Desktop Lamp - Green-60002.jpeg', 'Military Signal Generator Light - Vintage Steampunk Lamp - 110/120V Industrial Edison Style Bulbs - Machine Age Soviet Desktop Lamp - Green-80680.jpeg', 'Military Signal Generator Light - Vintage Steampunk Lamp - 110/120V Industrial Edison Style Bulbs - Machine Age Soviet Desktop Lamp - Green-15744.jpeg', 'Industrial', 4.0, NULL, 1, '2024-02-27 03:35:43', '2024-02-27 03:35:43'),
(5951, 'Hershey', 'fne2nxqQo', 17, '6-Count 1.55-Oz Hershey\'s Milk Chocolate Full Size Candy Bars', 5.22, NULL, NULL, 7.10, 'Hershey-38006.jpeg', 'Hershey-27490.jpeg', 'Hershey-37008.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-27 03:36:40', '2024-02-27 03:36:40'),
(5952, '5.50 Carat Aquamarine Diamond White Gold Pendant Necklace', 'wou68OzHc', 15, '1960\'s Aqua and diamond halo pendant necklace. 5.50ct natural untreated oval aqua surrounded by 18 round brilliant cut accent diamonds in 14k white gold. 18 inch chain.   1 oval cut blue aquamarine, VS approx. 5.50cts 18 round brilliant cut diamonds, H SI approx. .90cts 14k white gold  Stamped: 14k 8.5 grams Top to bottom: 18.8mm or .75 Inch Width: 15.3mm or 5/8 Inch Depth or thickness: 9.1mm  Total length: 18 Inches', 3395.99, NULL, NULL, 3445.89, '5.50 Carat Aquamarine Diamond White Gold Pendant Necklace-70061.jpeg', '5.50 Carat Aquamarine Diamond White Gold Pendant Necklace-16294.jpeg', '5.50 Carat Aquamarine Diamond White Gold Pendant Necklace-27056.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-27 03:38:00', '2024-02-27 03:38:00'),
(5953, 'Tide Simply', 'iqfTSRbw0', 17, '31-Oz Tide Simply +Oxi Liquid Laundry Detergent (Refreshing Breeze) 4', 10.00, NULL, NULL, 17.96, 'Tide Simply-53985.jpeg', 'Tide Simply-30094.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-27 03:39:34', '2024-02-27 03:39:34'),
(5954, '25\" Style Selections Walshe Light Wood Undermount Single Sink Bathroom Vanity w/ White Engineered Stone Top & Mirror (Brown)', 'MVxkwuKI3', 11, 'Perfect for small bathroom or powder room. The Carrara engineered stone top with easy-clean, and scratch-resistant properies will make day-to-day life easier. 2 soft-closing doors and 1 soft-closing drawer allowing you to store an assortment of bathroom essentials. Matte black finish handles. Mirror included. Faucet sold separately. Adjustable feet for uneven floor. Style Selections Walshe 25-in Light Wood Undermount Single Sink Bathroom Vanity with White Engineered Stone Top (Mirror Included) in Brown', 179.00, NULL, NULL, 480.00, '25\" Style Selections Walshe Light Wood Undermount Single Sink Bathroom Vanity w/ White Engineered Stone Top & Mirror (Brown)-87099.jpeg', '25\" Style Selections Walshe Light Wood Undermount Single Sink Bathroom Vanity w/ White Engineered Stone Top & Mirror (Brown)-94966.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-27 03:42:20', '2024-02-27 03:42:20'),
(5955, 'Food Storage Container Set', 'zyBuxzxRO', 17, '20-Piece Rubbermaid TakeAlongs Food Storage Container Set (Red)', 5.98, NULL, NULL, 6.80, 'Food Storage Container Set-90883.jpeg', 'Food Storage Container Set-25921.jpeg', 'Food Storage Container Set-89247.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 03:42:22', '2024-02-27 03:42:22'),
(5956, 'Juice Cocktail Drink', 'xTITinibV', 17, '24-Count 20-Ounce AriZona Fruit Punch Juice Cocktail Drink', 18.72, NULL, NULL, 34.71, 'Juice Cocktail Drink-32101.jpeg', 'Juice Cocktail Drink-87692.jpeg', 'Juice Cocktail Drink-17397.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 03:45:06', '2024-02-27 03:45:06'),
(5957, 'Moonlight Breeze', 'VZzqpGQDj', 17, '154-oz Gain + Aroma Boost HE Liquid Detergent (Original Scent or Moonlight Breeze)', 12.14, NULL, NULL, 18.34, 'Moonlight Breeze-50317.jpeg', 'Moonlight Breeze-19118.jpeg', 'Moonlight Breeze-37116.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 03:48:33', '2024-02-27 03:48:33'),
(5958, 'Chicken of the Sea Wild', 'qqefQGDCo', 17, '12-Pack 2.5-Oz Chicken of the Sea Wild Caught Light Tuna (Sweet & Spicy)', 9.06, NULL, NULL, 11.40, 'Chicken of the Sea Wild-29969.jpeg', 'Chicken of the Sea Wild-93755.jpeg', 'Chicken of the Sea Wild-20334.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 03:52:36', '2024-02-27 03:52:36'),
(5959, 'Augason Farms', 'c7N1aQBsB', 17, 'Augason Farms Gluten-Free Black Bean Burger 2 lbs 14 oz No.', 14.90, NULL, NULL, 29.99, 'Augason Farms-66445.jpeg', 'Augason Farms-65204.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-27 03:54:56', '2024-02-27 03:54:56'),
(5960, 'Carved Beryl Aquamarine Morganite Necklace', 'tvTM6CivH', 15, 'The length of the necklace is 18.5 inches (47 cm). The massive size of the rare carved beads is 18 mm. The color of the beads is a soft shade of light green, light blue, pale peachy pink, and pale orange. Very gentle, soft pastel colors! Huge statement beads of Pure Beryl! The blue-green beryls are also called Aquamarine, and the pink ones are Morganite. Very high-quality hand-carved beads! The color is authentic and natural. No thermal or other mechanical treatments were used. This necklace alternates 2mm silver beads. The necklace is fastened with a rare handmade silver clasp with a cabochon of natural aquamarine. The weight of the necklace is 215 grams.  The Beryl necklace is an excellent choice if you need gems for everyday wear and tear. Coming in soft shades of pink, orange, gold, green and blue, the metaphysical properties of this stone range as widely as the colors it can be. Beryl is believed to promote love, courage, truth, and warmth. This charming stone is the pinnacle of relationship help, no matter what color tickles your fancy.  Morganite is known as the stone of divine love. It is said that wearing morganite will attract true love and strengthen the heart. It is also reported to increase self-confidence, improve communication skills, and provide a sense of peace and calmness. Morganite is a member of the beryl family of gemstones. Following the discovery of a new locality for rose beryl in Madagascar in 1910, George Kunz proposed the name morganite to honor his friend and customer J.P. Morgan for his financial support for the arts and sciences and his meaningful gifts of gems to the American Museum of Natural History in New York and the Museum of Natural History in Paris. Morgan was one of the most important gem collectors in the early 1900s – his collection was partly assembled by Tiffany and Company and their chief gemologist, Kunz.  The name aquamarine comes from the Latin Marinus, meaning \"water of the sea,\" and refers to its bright ocean-like color. Aquamarine is believed to instill great courage in the wearer. It is reported to contain very calming energies that help to reduce stress and anxiety. Aquamarines are also thought to protect people who travel by sea and are viewed as a token of love that increases commitment and fidelity.  This is the perfect gift for yourself or someone special!', 1350.88, NULL, NULL, 1470.99, 'Carved Beryl Aquamarine Morganite Necklace-24671.jpeg', 'Carved Beryl Aquamarine Morganite Necklace-12383.jpeg', 'Carved Beryl Aquamarine Morganite Necklace-68403.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-27 03:56:47', '2024-02-27 03:56:47'),
(5961, 'KIND Breakfast Bars', '0OJN9ihyx', 17, '36-Count KIND Breakfast Bars (Variety Pack)', 12.74, NULL, NULL, 29.99, 'KIND Breakfast Bars-49447.jpeg', 'KIND Breakfast Bars-86070.jpeg', 'KIND Breakfast Bars-22259.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-27 03:57:24', '2024-02-27 03:57:24'),
(5962, 'Meguiar', 'gl2fiD0Sb', 17, '128 Fl Oz Meguiar\'s All Purpose Cleaner (D10101)', 17.55, NULL, NULL, 26.08, 'Meguiar-67159.jpeg', 'Meguiar-46707.jpeg', 'Meguiar-60435.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 03:59:59', '2024-02-27 03:59:59'),
(5963, 'Day To Day Coffee', 'Yfg88ohLD', 17, 'Day To Day 200-Count Donut Blend, Medium Roast Single Serve Coffee Pods for K-Cup Keurig Brewers', 42.49, NULL, NULL, 49.99, 'Day To Day Coffee-60353.jpeg', 'Day To Day Coffee-36031.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-27 04:03:00', '2024-02-27 04:03:00'),
(5964, 'Dunkin', 'Z2dGn9oG0', 17, 'Give staff and guests a delicious beverage option with these Keurig K-Cup Dunkin\' Original Blend coffee pods.\r\nEnjoy traditional coffee shop flavor with these Keurig K-Cup Dunkin\' Original Blend coffee pods. The medium-roast beans deliver a rich, smooth taste, and the K-Cup format lets you brew coffee one mug at a time. This 88-count package, makes them ideal for stocking break rooms, office kitchens and reception areas.\r\nCoffee K-Cups for Keurig brewers\r\nMedium roast coffee with Original Blend flavor\r\n88 K-Cups per carton\r\nOrthodox Union Kosher\r\nMade with 100% Arabica coffee\r\nINTRODUCING RECYCLABLE* K-CUP PODS: Simple. Delicious. And now Recyclable. Enjoy the same great-tasting coffee you know and love, and when you’re done just peel, empty and recycle. *Check locally, not recycled in all communities. Packaging may vary.', 44.96, NULL, NULL, 74.99, 'Dunkin-98595.jpeg', 'Dunkin-26102.jpeg', 'Dunkin-14358.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-27 04:05:46', '2024-02-27 04:05:46'),
(5965, 'Star Trek Prodigy Supernova', 'aV8U7Fk3Y', 17, 'Star Trek Prodigy: Supernova, PlayStation 4, Outright Games, 819338022345', 15.23, NULL, NULL, 49.99, 'Star Trek Prodigy Supernova-36382.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-28 00:28:11', '2024-02-28 00:28:11'),
(5966, 'Rayman Legends', 'JmWLEnKtj', 17, 'Rayman Legends Standard Edition - PlayStation 4', 8.49, NULL, NULL, 19.99, 'Rayman Legends-10940.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-28 00:32:00', '2024-02-28 00:32:00'),
(5967, 'Fishing North Atlantic', '618FdNaA5', 17, 'Fishing: North Atlantic: Enhanced Edition - PlayStation 5', 24.49, NULL, NULL, 49.99, 'Fishing North Atlantic-74848.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 00:35:13', '2024-02-28 00:35:13'),
(5968, 'Sonic', 'dfVHC7L37', 17, 'Sonic Origins Plus - Xbox Series X, Xbox One', 19.97, NULL, NULL, 39.99, 'Sonic-44018.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 00:38:50', '2024-02-28 00:38:50'),
(5969, 'Modus - Double Dragon Gaiden: Rise of the Dragons', 'eJb0mwwTP', 17, 'Modus - Double Dragon Gaiden: Rise of the Dragons (PS4)', 14.99, NULL, NULL, 29.99, 'Modus - Double Dragon Gaiden: Rise of the Dragons-56657.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 00:55:57', '2024-02-28 00:55:57'),
(5970, 'Operation Wolf Returns', 'YJufn8aGj', 17, 'Operation Wolf Returns: First Mission - Rescue Edition (PS4)', 19.99, NULL, NULL, 39.99, 'Operation Wolf Returns-12095.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 01:04:49', '2024-02-28 01:04:49'),
(5971, 'Jagged Alliance 3', 'lBr9cXSGL', 17, 'Jagged Alliance 3 for Xbox Series X', 29.99, NULL, NULL, 59.99, 'Jagged Alliance 3-70692.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-28 01:06:45', '2024-02-28 01:06:45'),
(5972, 'You Suck at Parking', 'tMS2o93x0', 17, 'You Suck at Parking - Nintendo Switch', 14.99, NULL, NULL, 29.99, 'You Suck at Parking-26135.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 01:08:41', '2024-02-28 01:08:41'),
(5973, 'LEGO 2K Drive', 'xaBpfdkky', 17, 'LEGO 2K Drive Standard Edition - Xbox One', 24.99, NULL, NULL, 39.99, 'LEGO 2K Drive-15871.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 01:10:37', '2024-02-28 01:10:37'),
(5974, 'Moving Out 2', '7asrMO9At', 17, 'Moving Out 2 - PlayStation 5', 17.99, NULL, NULL, 34.99, 'Moving Out 2-61829.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 01:12:17', '2024-02-28 01:12:17'),
(5975, 'God of Rock', 'J9VF543zK', 17, 'God of Rock (PS4)', 14.99, NULL, NULL, 29.99, 'God of Rock-15512.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-28 01:13:55', '2024-02-28 01:13:55'),
(5976, 'Loop8', 'Nh5CjjA0t', 17, 'Loop8: Summer of Gods - Nintendo Switch', 12.99, NULL, NULL, 24.99, 'Loop8-93290.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-28 01:15:58', '2024-02-28 01:15:58'),
(5977, 'Fort Solis', '91CfvtLjw', 17, 'Fort Solis (PS5)', 17.99, NULL, NULL, 34.99, 'Fort Solis-99871.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-28 01:18:39', '2024-02-28 01:18:39'),
(5978, 'Nipple Toys Nipple Vibrator', 'YbSRMnCea', 17, '🍒【What are nipple toys for?】Your nipples are an oft-overlooked erogenous zone that can pack a seriously satisfying punch. Each nipple has up to 2000(!) nerve endings. Meet our nipple toy who is the very first one of the new type in nipple toys. Clamp your nipples with our silicone nipple toy, who combines 10 intense vibration modes with 3 adjustable clamping forces from gentle to hard, you can get as much pleasure as if you were stimulating your clitoris.\r\n🍒【Public fun and hot date day】It\'s time to revolutionize your nipple clamps toys now. Our nipple clamps are made with wireless design. You can wear them on the go for a hot date. It is lightweight, only 35g one piece so they are non-sagging and unobtrusive. It is about the same size with your nipple cover. So the pleasure it brings is concentrated and intense. You can also give the remote control to your partner and do something naughty with your love to spice up your sex life.\r\n🍒【Why choose us?】Our nipple clamps have 10 different vibration modes powered by an ultra-powerful motor. It provides 3 adjustable clamping force. You can adjust the clamps for a harder or gentler squeeze. They are tight fit to your breasts so they are of strong conduction. Strong vibrations will radiate your whole body. You can also hide them in your bra. The round shape hides a special function: you can turn it by hand and experience the feeling of numbness and tingling like fingers rubbing.\r\n🍒【Product features】Our sex toy is made of liquid silicone material. It is ultra-elastic and its delicate gentle touch feels like real skin to care for your delicate nipples. High-precision components and noise reduction physical structure help to make the sound is as low as the ears difficult to capture. Through the wireless remote control, you can enjoy hands-free fun. Rated as IPX5 waterproof. Please do not submerge under water. With a 120-minute charge, you will get 60 minutes of fun.\r\n🍒【BDSM-inspired toy & More ways to have fun】If you’re interested in exploring the line between pleasure and pain, the sensations these nipple toys provide may interest you. With nipple toys in hand, beginners can use them as a BDSM-inspired way to level up your foreplay, enhance oral sex, or stimulate nerve endings during masturbation. With the choker and leash on, it can also be used with a vibrating anal plug or vibrator. Now let\'s indulge each other in a game of submission and control.\r\n🍒【Discreet packaging & After-Sale Gua-ran-tee】It comes in a discreet classic and elegant all-black box with nothing sensitive on the package to protect your privacy. Nobody will know what\'s inside the box. If you encounter any quality problems such as broken items, missing charging cable, product no working, the product can\'t be charged properly, please feel easy to let us know and our 24-hour online service team will help you solve your problem.', 19.89, NULL, NULL, 25.98, 'Nipple Toys Nipple Vibrator-95303.jpeg', 'Nipple Toys Nipple Vibrator-84540.jpeg', 'Nipple Toys Nipple Vibrator-85249.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-28 02:07:12', '2024-02-28 02:07:12'),
(5979, 'Thrusting Dildo Female Vibrator', 'tjNhLpLC4', 17, '【3 in 1 Vibrator Versatile Pleasure】Experience a whole new level of satisfaction with the thrusting vibrator dildo. This innovative adult toy for women offers a remarkable trifecta of pleasure, combining the power of G spot stimulation, the delicate art of tongue-like licking, and the titillating thrills of intense vibrations. This women’s sex toy fulfills your desires from multiple angles and leaves you craving for more.\r\n【7 Tapping】The women sex toy vibrator features 7 unique tapping patterns, crafted with a specially engineered high-frequency vibrating ball. This female vibrator boasts an intensified clitoral massage capability, offering distinct sensations to swiftly stimulate various areas into action. It can be used a clitoral, g spot vibrator, nipple stimulator and so on. Every gentle and teasing movement will bring you close to the edge of an exciting orgasm.\r\n【7 Vibrating & 7 Flapping Patterns】Explore a wide array of pleasure options presented by the rose vibrator\'s selection of 7 vibrating and 7 flapping patterns. Customize how you play with these different modes, enabling you to personalize the sensations according to your desires. Whether you favor a gradual and teasing approach or a swift and intense encounter, female sex toys delivers the adaptability to create a distinctive experience every time.\r\n【Body-safe Silicone & Ergonomic Design】Your comfort and safety are important. Crafted from body-safe silicone, this adult toy sucking vibrator\'s smooth texture not only enhances your pleasure but also ensures that you can explore with peace of mind. The ergonomic design perfectly complements the contours of your body, allowing for easy insertion, maneuverability, and lasting comfort, ensuring that your exploration of pleasure is both indulgent and worry-free.\r\n【USB Rechargeable & Waterproof】Simply connect this couple’s sex toy clitoris vibrator to a USB charger or compatible device to power up for endless enjoyment. Plus, the waterproof design of this female sex toy adds an extra dimension to your playtime, making it possible to indulge your desires even in the most sensual of settings- the bath. And when the play is done, cleanup is a breeze thanks to the waterproof design.\r\n【Discreet Package & Dedicated Support】Your order will be discreetly packaged, ensuring that your enjoyment remains your secret. Our commitment to your satisfaction doesn\'t stop at the sale - our responsive after-service team is ready and eager to assist you with any questions or concerns about vibrator sex toys, providing you with the reassurance that your pleasure journey is backed by unwavering support.', 26.99, NULL, NULL, 30.99, 'Thrusting Dildo Female Vibrator-33384.jpeg', 'Thrusting Dildo Female Vibrator-22450.jpeg', 'Thrusting Dildo Female Vibrator-99258.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-28 02:10:49', '2024-02-28 02:10:49'),
(5980, 'Clitoral Sucking Vibrator', '5f2kh8CJs', 17, '【Air-Suction】Thanks to the sex toys’ bigger and broader mouth, our upgrade rose toy for woman can engulf your entire vulva and sucking more than traditional rose toy to stimulate your clitt, nipples. Try the adult toys’ 3 different sucking modes you will feel endless pleasure and multiple orrgasms.\r\n【Licking Tongue】The upper part of the sex toy is made of soft and bendable tongue, which feels so realistic just like a real one is licking and providing orrgasms you never imagined. The vibrators have 9 different modes from gentle to wild for you to try until you find your favorite.\r\n【Body Safe & Waterproof】The sex toys for woman use high-quality silicone and nonporous design and are therefore body-safe and more hygienic. While Both of them will give you a more luxurious feel on the skin. The clit sucker bonus IPX6 waterproof.\r\n【 USB Charging】 Never leave your bed to buy batteries because the adult sex toys are rechargeable with a USB charging port. Put the vibrator on charge in between sessions and you’ll always have the power you need. The sucking and licking toy for woman run up to 60 minutes on a single charge, and recharges in 1.5 hours.\r\n【Must to Know】 1. Please don\'t block the exhaust vent of the sex toy with your hand, otherwise the adult toy will not be able to exhaust and may cause harm to the user. 2. Do not press the suction button for a long time,otherwise the sucking toy may cause excessive suction. 3. Do not share the product to avoid cross-infection. 4.Adjust the suction intensity of the sex toys according to your own needs and comfort. 5.lf you feel uncomfortable, please turn off immediately.', 19.96, NULL, NULL, 26.99, 'Clitoral Sucking Vibrator-76896.jpeg', 'Clitoral Sucking Vibrator-15895.jpeg', 'Clitoral Sucking Vibrator-81197.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-28 02:15:15', '2024-02-28 02:15:15'),
(5981, 'BDSM Door Sex Swing with Seat', 'h99NrvioE', 17, '👄Newest Upgraded Version Door Sex Swing👄 The Swing bondage sex toys will provide different ways to play, make the slave be hung up and bound and at the mercy, easy to enjoy the sex against the wall. Trying some adventurous and interesting fetish games by using this BDSM swing set will level up experience of intimacy. This sex sling let your erotic imagination and sexual fantasies run wild.\r\n👄Fully Adjustable Height and Length👄 The erotic door swing conveniently fits over most standard doors, adjust the silicone buckle, pull each of the straps to the perfect length, allowing you to set up your play space quickly and easily. Different heights can shape different postures, separate the both legs of slave, and expose the private parts, licking with your tongue, facilitate insertion, easier G-Spot stimulation.\r\n👄Safe and Quality Material👄 Made of high quality leather material, soft plush, solid nylon and sturdy construction, comfortable, strong and durable. The wide seat and leg pad ensure comfort and safety during restraint game. The acrylic support tube will increases friction, not easy to slide, and will not hurt the door, also can be used with other SM bondage set.\r\n👄Easy to Install & No Damage👄 The bondage swing is easy to install, just put the part of acrylic pipe separately over a door and close it, then hang the straps in order and adjust in a perfect length, easier and labor-saving. The hanging door Swing can be used everywhere, such as the bathroom door, living room door, kitchen door or bedroom door. will give you different stimulation and experience in different scenes.\r\n👄Spice up Your Sex👄 The couple soft swing is adopted in high quality material to ensure your safety and spice up your SM games. It has a maximum weight limit of 300lbs, fit any body type perfectly, and it is easily fold up, do not be hesitate to take it on your vacation or a romantic journey. The item will arrive in a sealed package to protect your privacy.', 18.69, NULL, NULL, 27.99, 'BDSM Door Sex Swing with Seat-85285.jpeg', 'BDSM Door Sex Swing with Seat-25662.jpeg', 'BDSM Door Sex Swing with Seat-36024.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-28 02:18:14', '2024-02-28 02:18:14'),
(5982, 'Sex Machine', 'W8Za8I9R5', 17, '⚡Adjustable Speed - To change the speed, simply turn a dial to find the best setting for your pleasure.\r\n⚡Strong Suction Cup - Four suction cups allow sex machine tightly absorbed on a smooth surface.\r\n⚡Quiet Love Machine- Low noise make you worry-free use the thrusting dildo machine.\r\n⚡Secret Shipment - This fucking machine is quite discreet and portable.Your privacy is protected for sure. Our package does not reveal what’s inside.\r\n⚡Ideal for Men and Women - The dong machine work for both men and women as you can attach many types of toys.', 42.69, NULL, NULL, 88.97, 'Sex Machine-68942.jpeg', 'Sex Machine-95147.jpeg', 'Sex Machine-77933.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-02-28 02:21:41', '2024-02-28 02:21:41');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(5983, '23-piece Carote Nonstick Granite Cookware Set w/ Detachable Handles (White)', 'nSV8qWBea', 11, 'CAROTE 23pcs Pots and Pans Set, Nonstick Cookware Set Detachable Handle, Induction Kitchen Cookware Sets Non Stick with Removable Handle, RV Cookware Set, Oven Safe Cookware Set', 100.00, NULL, NULL, 170.99, '23-piece Carote Nonstick Granite Cookware Set w/ Detachable Handles (White)-91648.jpeg', '23-piece Carote Nonstick Granite Cookware Set w/ Detachable Handles (White)-68760.jpeg', '23-piece Carote Nonstick Granite Cookware Set w/ Detachable Handles (White)-11124.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-28 02:23:30', '2024-02-28 02:23:30'),
(5984, 'Tongue Rose Sex Toy', 'FqgoBQYgO', 17, '【10 Incredible Licking Modes to Enhance Your Pleasure】The Realistic dildo vibrator sex toy redefines and upgrades your pleasure with its incredible 10 biting modes. Inspired by the concept of mimicking the feeling of a skilled partner\'s tongue, this vibrator offers a range of tantalizing oral sex patterns, from gentle flicks to intense swirls. Each mode of the g spot vibrator has been carefully crafted to bring a crispy and thrilling experience.\r\n【10 Vibration Modes for Internal and External Stimulation】This licking vibrator comes with various 10 vibration modes for tongue and silicone glans tip,vibrate separately or at the same time, With a wide range of intensities and pulsation patterns,instant numbness spread all over the body, feel the pleasure from women sex toys\' stimulation.These modes simulate the sensation of rhythmic massage against your most sensitive areas, creat intense and pleasurable stimulation to deliver your c-limax.\r\n【Feature on 3D Silky Red Lips Tongue & Curved Shaft with Conspicuous Ribs and Realistic Dilido】This 3 in 1 rose sex toy features a 3D red mouth and tongue modeling. It offers an array of sensations via the mouth’s lips opening up and closing down and the tongue’s vibrations. Curved shaft with realistic glans and conspicuous ribs greatly increase friction, simulating the feeling of a real man. Our adult sex toys are designed to the clitoris and g spot boost your pleasure.\r\n【Body Safe Silicone with Soft Touch Hand Feeling】 Made of 100% body safe silicone, with extremely soft touch hand-feeling. This vibrator is a work of art with a luxury scallop shaped chrome look surrounding three control buttons at the mouth base. Our female sex toys come 100% waterproof, you can use in the shower or tub without any worries, also easily clean before or after use.\r\n【Magnetic Charging with discreet package to protect privacy】 Just attach the magnetic USB cable to the clit su-cker female vibrators and charge for 2 hours to play 1 hour. It comes with a discreet package without sensitive words to protect the customer\'s privacy, your neighbor will never know what is inside in the parcel. It will be suggested to be stored in a clean and dry place.', 17.58, NULL, NULL, 29.99, 'Tongue Rose Sex Toy-66494.jpeg', 'Tongue Rose Sex Toy-48416.jpeg', 'Tongue Rose Sex Toy-84076.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-28 02:25:13', '2024-02-28 02:25:13'),
(5985, 'Realistic Dildo', 'DU1D76A2h', 17, '【Powerful 10 Vibration Dildo】This vibrator dildo is equipped with a powerful vibration motor in the glans part, with 10 powerful vibration modes to fill your desire. And the powerful motor allows you to experience great vibrational stimulation every time.\r\n【Realistic Design】This dildo vibrator is designed to be so realistic, whether it\'s a full glans or an intricate and powerful folds, that each insertion delivers an unparalleled experience of extra stimulation.\r\n【High-Quality Silicone】This vibrating dildo vibrator is made from high-quality silicone and ABS shell, skin-like soft texture. With a smooth silicone finish, this vibrator feels unbelievably soft against your skin, letting your every insertion have the silkiest enjoyment.\r\n【Careful Detail Design】Now with a USB charging cable, recharging your vibrators is even easier.120min charging to enjoy up to 90min of play. The vibrator is completely waterproof so you can take it with you almost anywhere you go. The watertight seal also makes you easier to clean than others since you don’t have to worry about water leaking inside and ruining it.\r\n【Discreet Packaging】We offer discreet packaging so you don\'t have to worry about privacy or embarrassment when you receive it. If you have any problem please don’t hesitate to contact us, we will solve your problem within 24 hours.', 25.88, NULL, NULL, 29.99, 'Realistic Dildo-19016.jpeg', 'Realistic Dildo-34884.jpeg', 'Realistic Dildo-56369.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-28 02:28:41', '2024-02-28 02:28:41'),
(5986, 'Wearable G Spot Dildo', 'SyLcO1KOu', 17, 'The adult sex toys have 10 powerful vibrating and quickly wiggling patterns are backed by a pair of mighty motors that deliver 10 different intensity levels to your play.One motor delivers vibes to your G-spot, while the other strums against the clit and anal for exceptional blended stimulation.\r\nDownloading the app and giving your boo the power to control the sex toys from any distance, Spice up long-distance lovin\' with our APP vibrator. of course! The app offers unlimited vibration possibilities and can be synced to music .\r\nThe wearable dildo vibrator whisper-quiet vibrations are ideal during late-night bedroom bliss-outs, and the waterproof body turns your bathroom into your playground. Simply slather with a generous helping of water-based lube to enjoy the pleasure-inducing pulsations.\r\nSculpted from smooth, seamless silicone. Not only does the smooth silicone vibe curve in to target your G-spot anal and clitoris, the external tail is now fixed in place to ensure even more intense stimulation. The sex machine fits perfectly in your parts to deliver deliciously rumbly vibrations at the click of a button. Enhance your foreplay or sex - simply plug in and play.\r\nKeeping up with the times, our adult dildo sex toys features several tempting improvements on its previous iterations. Would you O with pleasure if your lover whispered \'improved battery life\'? Boasting almost 3 hours of play per charge, the panty vibrator is intent on cementing its place as your favorite bedroom buddy (after your partner, of course). , and a convenient magnetic charge point.', 18.57, NULL, NULL, 26.99, 'Wearable G Spot Dildo-14031.jpeg', 'Wearable G Spot Dildo-84293.jpeg', 'Wearable G Spot Dildo-68119.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-28 02:32:40', '2024-02-28 02:32:40'),
(5987, '3in1 Upgrade Rose Sex Stimulator', 'lX7MLZCmM', 17, '【3IN1 Upgrade Rose Sex Toy for Dual Stimulation】When most customers feel like their traditional rose sex stimulator for women only can offer single stimulation and didn\'t do much for them, we specially design this rose toy for woman with the combination of ‘tongue licking+suction+thrusting\' to offer you dual stimulation. Both parts has multiple speeds and settings that can be controlled easily, you can use one part of the rose vibritator by itself if you don\'t want to use them at the same time\r\n【7 Different Tongue Licking Modes＆2 Interchangeable Suction Cups】The tongue is not sharp at all! The soft silicone tongue part of our rose adult toy vibradores pairs nicely with 2 different sized cups. 7 various vibrators licking modes from soft to intense vibration for you to choose freely, 2 suction cups follow the natural curve of woman\'s body, with silicone rims made for full-cover and stimulate your clit, nipples. The adult sex toys women is definitely great for foreplay fun\r\n【3 Hands-free Thrusting Levels to Hit all Hot Spots】Our rose vibrator female has independent controls for the thrusting vibrator/dildo sex toy, equips with quiet yet powerful motor, features 3 intense thrusting dildo speeds.Within a few seconds of using our rose adult toys for couples adult pleasure with a g spot vibrator, you will reach hands-free Big\'O\' and never go back!!No worries the sexy toys will fall off, the perfect size makes the rose women sex toys quick and easy to position correctly\r\n【Easy to Use＆Quick to Get Big\'O\'】Made of soft, smooth＆BPA-Free silicone. Ergonomically designed, the rounded women toys for pleasure is nicely in one hand, you can turn it easier for multiple angles of action, leave another hand free. The separated both parts make it much easier to use than other female sex pleasure devices. Various settings/speeds are easy to get into a rhythm. Buttons use friendly, will light up when on, not hard to find! Great for both adult sex toy beginners and experts\r\n【Waterproof for Wet Fun＆Charge Lasts Long】No worrying the dust accumulation or difficulty cleaning, the rose for women pleasure is fully waterproof, plus the unibody&non-porous design and removable pieces make the rose vibrator sex easier to clean, ensure more hygienic/odor-free than other womens sex toys for couples. Get wet fun in shower freely! Our rose toy for womens sex is magnetic USB rechargeable, you can enjoy 1hr after one charge.Great for either long time play and achieve multi Big\'O\'!\r\n【Discreet Package＆Lifetime Service】We take customers\' privacy very seriously, the rose dildo vibrator for women will come with a discreet black box to store it in. Pretty, powerful, tiny, durable, quiet(≤55dB), and portable, our couples sex toys for womens sex pleasure is a perfect gift set to please yourself/your partner, great to spice things up in bedroom or in public to ease daily stress!We offer lifetime service, pls contact us if you dissatisfied with our womens toys for adult pleasure', 20.86, NULL, NULL, 39.99, '3in1 Upgrade Rose Sex Stimulator-85753.jpeg', '3in1 Upgrade Rose Sex Stimulator-11490.jpeg', '3in1 Upgrade Rose Sex Stimulator-68235.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-28 02:36:11', '2024-02-28 02:36:11'),
(5988, 'Thrusting Remote Control Butt Plug', 'E75J5MVnK', 17, 'Imported\r\n【Anal Sex Toy with Remote Control】This thrusting anal vibrator is controlled by remote control, which makes you enjoy your sex play with hands-free. You can easily change the thrust and vibration frequency of this anal vibrator via the remote control.\r\n【2 in 1 Thrusting Anal Vibrator】This anal plug vibrator is combined a prostate massager and anal plug vibrator together for men and female. This thrusting anal sex toy is designed with two motors inside, providing 5 vibrating and 5 thrusting speeds, from gentle to wild, to stimulate your sensitive part for a unique sexual experience.\r\n【Skin-friendly Silicone】The anal plug vibrator is made from ultra-hygienic liquid silicone, which is body-safe, phthalate-free, latex-free, soft and comfortable.\r\n【Perfect Size & USB Rechargeable】This anal sex toy is designed in a portable perfect size, allowing you to have fun anytime and anywhere. The USB rechargeable battery and long battery will ensure you can play for about 1 hour.\r\n【Anal Sex toys with Discreet Packing】This thrusting anal vibrator sex toy will be delivered to you in discreet package to protect your privacy. If you have any questions or needs, please feel free to contact us.', 18.79, NULL, NULL, 28.99, 'Thrusting Remote Control Butt Plug-53292.jpeg', 'Thrusting Remote Control Butt Plug-95688.jpeg', 'Thrusting Remote Control Butt Plug-30007.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-28 02:39:37', '2024-02-28 02:39:37'),
(5989, 'Magic Bullet Mini Juicer w/ To-Go Cup', 'aLgEvtwIq', 11, 'Magic Bullet Mini Juicer with Cup, Black and Silver', 37.48, NULL, NULL, 60.00, 'Magic Bullet Mini Juicer w/ To-Go Cup-24493.jpeg', 'Magic Bullet Mini Juicer w/ To-Go Cup-66001.jpeg', 'Magic Bullet Mini Juicer w/ To-Go Cup-94641.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-28 02:43:58', '2024-02-28 02:43:58'),
(5990, 'Vibrator Wand', 'g8d43TFX5', 17, '【Enjoy Women Pleasure】The SANJIANKE G-Spot Vibrator, vibrator wand or clitoris vibrator, vibrating wand for her pleasure,is designed to bring intense pleasure to women,specifically targeting the G-spot. With 20 vibration modes and 8 speeds,It\'s the perfect sex', 4.67, NULL, NULL, 7.95, 'Vibrator Wand-98549.jpeg', 'Vibrator Wand-64310.jpeg', 'Vibrator Wand-35074.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-28 02:44:01', '2024-02-28 02:44:01'),
(5991, 'Wearable Panty Vibrators', 'K8RDhpbVt', 17, 'Made from supple silicone, this petite vibe is soft and flexible, with a textured nub that attends to your clitoris\'s pleasure with care. Curved to slip into your panties and effortlessly into place, you won\'t need to remove your clothes for heavenly stimulation and satisfaction on the go.\r\nTake intimate pleasure to another level with this sleek, saddle-shaped remote control panty vibrator. Put the power of pleasure in your lover\'s hands for the ultimate erotic encounter, or go solo and delight in its 12 patterns .\r\nYou can control the vibrator yourself for some fun me-time, or hand the remote to your lover for some daring couple’s play, it’s the ideal beach accessory. Or choose something with plenty of base and get ready to party.\r\nThis wearable vibrator is fully rechargeable for battery-free fun, and completely waterproof so you can take the adult sex toys on your aquatic adventures. Please note: While the toy itself is waterproof, the remote control is not and should be kept dry.\r\nNo tricks here. Our dildo sex toys combine simple, straightforward packaging with unbelievable quality for intense sensations without compromise.\r\nPrivate Packing & Shipping: Our all adult sex toys will be delivered to you in discreet packaging and we take your privacy seriously. And nobody know what inside. It is a gift for yourself or friends !', 15.98, NULL, NULL, 21.99, 'Wearable Panty Vibrators-54511.jpeg', 'Wearable Panty Vibrators-78575.jpeg', 'Wearable Panty Vibrators-33760.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-28 02:47:31', '2024-02-28 02:47:31'),
(5992, 'Tramontina 11-Piece Nonstick Cookware Set (Assorted Colors)', 'zaRltMyHq', 11, 'Tramontina\'s 11-Piece Aluminum Nonstick Cookware Set offers durable pieces versatile pots and pans for cooking meals of every size. Tempered glass lids allow you to monitor your cooking progress, and ergonomically designed cast stainless-steel handles are riveted for extra support when handling cookware. This scratch-resistant, nonstick cookware is compatible with gas, electric and ceramic glass cooktops and can be used in the oven up to 350°F.\r\nWhat should I look for in a nonstick cookware set?\r\nAn ideal cookware set provides you with a pan for every cooking situation, from making eggs to pan searing fish. Featuring six pots and pans including sauté pans and sauce pans as well as a sturdy stockpot, this set includes the essential cookware every kitchen should have. Four of the six pots and pans include lids, and a steamer basket is also included for steaming veggies, meat, eggs, seafood and much more.\r\nWhat is the Tramontina Nonstick Cookware Set constructed of?\r\nFeaturing attractive metallic copper exteriors, this durable set is constructed of heavy-gauge aluminum for quick, even heat distribution when you want to brown, sear, braise and panfry. The PFOA-free titanium reinforced nonstick interiors give quick release to food so you can cook with less oil.\r\nWhat is included in this 11-piece pots and pans set?\r\nThis cookware set from Tramontina includes an 8\" sauté pan, 10\" sauté pan, 4-quart deep sauté pan with lid and helper handle, 2-quart saucepan with lid, 3-quart saucepan with lid, 6-quart stock pot with lid and stainless-steel steamer basket (fits 3-quart saucepan).\r\nHow do I clean this set of pots and pans?\r\nWhile this set of pots and pans is dishwasher safe, handwashing is recommended. Natural aluminum will discolor when placed in a dishwasher. We recommend hand-washing and drying to optimize the life, performance and beauty of the interior and exterior of the cookware.', 80.00, NULL, NULL, 100.75, 'Tramontina 11-Piece Nonstick Cookware Set (Assorted Colors)-63085.jpeg', 'Tramontina 11-Piece Nonstick Cookware Set (Assorted Colors)-79136.jpeg', 'Tramontina 11-Piece Nonstick Cookware Set (Assorted Colors)-92647.jpeg', 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-28 02:52:13', '2024-02-28 02:52:13'),
(5993, 'Cock Rings', '3zhmtvRCH', 17, '2Pcs Cock Rings for Men, Reusable Penis Enlarge Sleeves Girth, Delay Ejaculation Stronger Erection Enhancement Sex Toys Silicone Penis Rings for Adult Men.', 4.99, NULL, NULL, 7.89, 'Cock Rings-19047.jpeg', 'Cock Rings-60467.jpeg', 'Cock Rings-77113.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-02-28 02:52:34', '2024-02-28 02:52:34'),
(5994, 'Shintenchi Kitchen Island Cart with Storage,Rolling Kitchen Island Side Table on Wheels with Large Worktop,Storage Cabinet,Dinning Room', '9A9qvdT5q', 11, 'Shintenchi Kitchen Island Cart with Storage,Rolling Kitchen Island Side Table on Wheels with Large Worktop,Storage Cabinet,Towel Rack and Drawers for Kitchen,Dinning Room,Black', 103.27, NULL, NULL, 150.00, 'Shintenchi Kitchen Island Cart with Storage,Rolling Kitchen Island Side Table on Wheels with Large Worktop,Storage Cabinet,Dinning Room-79973.jpeg', 'Shintenchi Kitchen Island Cart with Storage,Rolling Kitchen Island Side Table on Wheels with Large Worktop,Storage Cabinet,Dinning Room-95895.jpeg', 'Shintenchi Kitchen Island Cart with Storage,Rolling Kitchen Island Side Table on Wheels with Large Worktop,Storage Cabinet,Dinning Room-68405.jpeg', 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-28 02:56:12', '2024-02-28 02:56:12'),
(5995, 'V4 Language Translator Device', '6wNK1V7Me', 17, 'Vasco helps you make friends around the globe and conduct business with ease. The Vasco translator device breaks language barriers for you!\r\nWith features like the instant voice translator and image-text converter, you can easily navigate airports and train stations abroad and order from a menu with clarity.\r\nThe Vasco language translator device gives you instant comprehension of 108 languages! Travel confidently abroad and speak with friends and family from around the world with ease.\r\nNo Wi-Fi? No problem! The Vasco translation device comes with free lifetime connectivity for translations. It works right out of the box. No subscription needed and no hidden costs.\r\nThe Vasco Translator doesn’t require any set-up or app downloads. Just turn it on and start translating from day one!', 200.76, NULL, NULL, 389.89, 'V4 Language Translator Device-58714.jpeg', 'V4 Language Translator Device-33999.jpeg', 'V4 Language Translator Device-24857.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-28 02:57:44', '2024-02-28 03:00:07'),
(5996, 'KitchenAid 12-piece Hard Anodized Ceramic Non-Stick Cookware Set', 'nrAwqTdWR', 11, 'Hard Anodized Aluminum Construction\r\nCeramic Non-Stick Interior\r\nCompatible with All Cooktops, Excluding Induction\r\nOven Safe up to 500°F, 350°F with Lids\r\nHand Wash Recommended', 150.99, NULL, NULL, 200.00, 'KitchenAid 12-piece Hard Anodized Ceramic Non-Stick Cookware Set-35827.jpeg', 'KitchenAid 12-piece Hard Anodized Ceramic Non-Stick Cookware Set-94662.jpeg', NULL, 'Home appliances and utensils', 4.5, NULL, 1, '2024-02-28 02:59:16', '2024-02-28 02:59:16'),
(5997, 'iDEAL Cross Flow Paint Booth — 22 1/2ft.L x 13ft.W x 8 1/2ft.H, Model# PSB-AFCF23B-3PH-230V-AK', 'aXstPLTY0', 14, 'This iDEAL Cross Flow Draft Paint Booth is very economical and easy to install. The Cross Flow design pulls filtered air through the front of the booth and exhausts filtered air out through the rear of the booth, creating great ventilation while painting. Roomy 22 1/2ft.L x 13ft.W x 8 1/2ft.H inside dimensions. Item too large for lift gate. Requires forklift on site for unloading.', 17499.99, NULL, NULL, 17899.99, 'iDEAL Cross Flow Paint Booth — 22 1/2ft.L x 13ft.W x 8 1/2ft.H, Model# PSB-AFCF23B-3PH-230V-AK-59754.jpeg', 'iDEAL Cross Flow Paint Booth — 22 1/2ft.L x 13ft.W x 8 1/2ft.H, Model# PSB-AFCF23B-3PH-230V-AK-84572.jpeg', 'iDEAL Cross Flow Paint Booth — 22 1/2ft.L x 13ft.W x 8 1/2ft.H, Model# PSB-AFCF23B-3PH-230V-AK-65976.jpeg', 'Automotive kits', 4.0, NULL, 1, '2024-02-28 03:02:14', '2024-02-28 03:02:14'),
(5998, 'The Original Rollerblade Office Chair Wheels', 'ZUCnLLgnW', 17, '★ LIFETIME WARRANTY - Our warranty never expires, so if you EVER have any issues, we\'ll send you a brand new set of wheels. We’re the only brand that offers and stands behind a full lifetime warranty.\r\n★ SAFE FOR ALL FLOORS - Many chair wheels use cheap, low quality materials that destroy your flooring. We don\'t. Encased with soft, polyurethane material our rollerblade style wheels are guaranteed not to scratch or leave marks on any surface (including hardwood, carpet, tile, laminate and more).\r\n★ QUICK AND EASY INSTALLATION - No tools required! Easily remove and replace the wheels in your desk chair in less than 30 seconds. Simply pull out your old caster wheels and pop these in. Check out our quick replacement video for more details.\r\n★ UNIVERSAL SIZE - Upgrade any rolling office chair with these smooth caster wheels. The universal size stem will fit almost every office chair on the market. If for some reason they don’t fit your specific chair, we’ll give you a full refund and even pay the return shipping.\r\n★ SUPPORTS UP TO 650 LBS - Manufactured with the best available materials these casters are built to last a lifetime. Heat treated high-grade steel, precision ball bearings, and durable polyurethane provide years of effortless rolling. The heavy duty chair wheels easily support 650 lbs.', 29.89, NULL, NULL, 37.95, 'The Original Rollerblade Office Chair Wheels-66032.jpeg', 'The Original Rollerblade Office Chair Wheels-45510.jpeg', 'The Original Rollerblade Office Chair Wheels-32903.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-28 03:04:31', '2024-02-28 03:04:31'),
(5999, 'Zojirushi BB-CEC20 Home Bakery Supreme 2-Pound-Loaf Breadmaker, Black', 'n1ADQaREa', 11, 'Dual-blade bread machine makes rectangular-shaped 2-pound loaves\r\n10 pre-programmed settings; 3 crust shades; LCD control panel; 13-hour delay timer\r\nLarge viewing window; removable nonstick bread pan for easy cleaning\r\nMeasuring spoon, measuring cup, and user manual with recipes included.Measures approximately 9-5/8 by 17 by 12-1/5 inches\r\nElectrical rating:120 volts / 700 watts', 240.00, NULL, NULL, 304.99, 'Zojirushi BB-CEC20 Home Bakery Supreme 2-Pound-Loaf Breadmaker, Black-98474.jpeg', 'Zojirushi BB-CEC20 Home Bakery Supreme 2-Pound-Loaf Breadmaker, Black-78411.jpeg', 'Zojirushi BB-CEC20 Home Bakery Supreme 2-Pound-Loaf Breadmaker, Black-61950.jpeg', 'Home appliances and utensils', 4.0, NULL, 1, '2024-02-28 03:04:59', '2024-02-28 03:04:59'),
(6000, 'Ideal Paint Storage Mixing Table and Dispenser — 37in.L x 22in.W x 32in.H, Model# PSB-PSMTD', 'B6DnS30n2', 14, 'The Ideal Paint Storage Mixing Table and Dispenser is a premium unit at an affordable price. It features heavy-duty stainless steel construction, a dual spray gun holder with catch basin, 2 tape and paper masking dispensers, a portable design and poly casters. Minimal assembly required.', 1049.99, NULL, NULL, 1155.99, 'Ideal Paint Storage Mixing Table and Dispenser — 37in.L x 22in.W x 32in.H, Model# PSB-PSMTD-23211.jpeg', 'Ideal Paint Storage Mixing Table and Dispenser — 37in.L x 22in.W x 32in.H, Model# PSB-PSMTD-16049.jpeg', 'Ideal Paint Storage Mixing Table and Dispenser — 37in.L x 22in.W x 32in.H, Model# PSB-PSMTD-23212.jpeg', 'Automotive kits', 4.5, NULL, 1, '2024-02-28 03:06:12', '2024-02-28 03:06:12'),
(6001, 'Tabletop Water Fountain', 'dgciYjtQO', 17, 'Decorative Tabletop Fountain: Bring a calming, zen, and decorative feel to any room; 3 tiers create a gentle soothing flow of water replicating the sights and sounds of a tranquil spring\r\nEasy to Use: Quiet, built-in, submersible pump automatically circulates the water, keeping it free of algae buildup; plug the corded power supply into an outlet to turn on; flip the off switch to turn off\r\nArtistic Design: Asian-inspired 3-tier design; unique lighting feature creates a soft reflection; natural river rocks can be added to any tier or to the extra-deep, open-style basin\r\nDe-Stress Anytime: Use it to unwind after a hard day, drift off to sleep, meditate, or practice yoga; display it in your baby’s nursery so they can enjoy its sounds and soft glow as a night-light\r\nWhat’s in the Box: (1) EnviraScape Silver Springs Relaxation Fountain, (1) Set of River Rocks, (3) Leaf Tiers; (1) Power Cord & Adapter, (1) Pump Cover, Water Pump & Fountain Base, (1) Quick-Start Guide', 29.99, NULL, NULL, 34.99, 'Tabletop Water Fountain-61408.jpeg', 'Tabletop Water Fountain-60400.jpeg', 'Tabletop Water Fountain-60460.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-28 03:09:35', '2024-02-28 03:09:35'),
(6002, 'Le Creuset Signature Enameled Cast Iron Oval Dutch Oven, Ganache', '7SCbm2YB1', 11, 'Inspired by nearly a century of culinary craftsmanship, Le Creuset is proud to present the Signature collection as the next evolution of its enameled cast-iron cookware. Signature seamlessly blends Le Creuset\'s classic form and feel with the latest ergonomic and functional innovations.\r\nEnhances slow-cooking by heating evenly and locking in moisture for more tender results.\r\nOval shape is perfect for roasts and poultry.\r\nOptimized for steady, even heat, Le Creuset\'s improved enamel interior resists staining, dulling, and wear and tear.\r\nEnamel interior\'s light sand color makes it easy to monitor food while cooking, ensuring less sticking and burning.\r\nStabilizers in the newly engineered lid prevent rocking, keeping the lid snugly in place.\r\nImproved ergonomic, composite knob resists temperatures up to 500°F and provides a sure grip.\r\nLarge handles provide a good grip, even when you\'re wearing oven mitts.\r\nEnameled cast-iron construction requires no additional seasoning.\r\nDishwasher safe for fast, convenient cleanup.\r\nMade in France.\r\nCommercial Grade: Thoughtfully designed and expertly engineered to meet rigorous standards and best practices from select commercial testing.', 280.00, NULL, NULL, 350.00, 'Le Creuset Signature Enameled Cast Iron Oval Dutch Oven, Ganache-51842.jpeg', NULL, NULL, 'Home appliances and utensils', 5.0, NULL, 1, '2024-02-28 03:11:42', '2024-02-28 03:11:42'),
(6003, 'BendPak 4-Post Lift with 82in. Rise, 14,000-Lb. Capacity, Model# HD14T', 'vqikE4Jr6', 14, 'The BendPak 4-Post Lift with 82in. Rise provides generous headroom under and around the lift work area for tall technicians looking to reduce painful head knocks. Not only is the HD-14T great for service work, but it also doubles as a high-clearance parking solution when you need to store vehicles underneath. With this 4-post unit, you can push 14,000 pounds worth of rolling stock into the air without breaking a sweat. Extended runways prevent wear and tear on your vehicle. Dual-hub cable sheaves reduce stress, fatigue and wear. Huge 10.5in. diameter cable sheaves within the runway and cross tubes combine with massive 2.25in. diameter sheave axles. These sheaves dramatically improve cable wear and critical component lifespan for fewer service-related expenses down the road. This car lift features four, 1/2in. diameter, 6 x 25 heavy-duty stainless-steel lifting cables that have a breaking strength of over 14,000 lbs. each. This aircraft-quality cable was specifically designed for lifting applications and provides a great balance between abrasion resistance and fatigue. Item too large for lift gate. Requires forklift on site for unloading. This item is delivered by flatbed truck Monday-Friday with 24 hours advance notice. A forklift is required to offload the lift from a dock-height flatbed trailer.', 7530.30, NULL, NULL, 7800.45, 'BendPak 4-Post Lift with 82in. Rise, 14,000-Lb. Capacity, Model# HD14T-28900.jpeg', NULL, NULL, 'Automotive kits', 5.0, NULL, 1, '2024-02-28 03:13:38', '2024-02-28 03:13:38'),
(6004, 'Deals: Sunny Health & Fitness Power Zone Strength Rack Power', 'nuNHsinWs', 11, 'Sunny Health & Fitness Power Zone Strength Rack Power Cage', 230.00, NULL, NULL, 400.00, 'Deals: Sunny Health & Fitness Power Zone Strength Rack Power-75693.jpeg', 'Deals: Sunny Health & Fitness Power Zone Strength Rack Power-70710.jpeg', 'Deals: Sunny Health & Fitness Power Zone Strength Rack Power-66240.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-28 03:18:32', '2024-02-28 03:18:32'),
(6005, '2 FTX Functional Trainer', 'XlL5mzUCl', 11, 'Centr 2 FTX Functional Trainer with Folding Bench and 1-Year Centr App Subscription Included', 998.00, NULL, NULL, 1403.00, '2 FTX Functional Trainer-43384.jpeg', '2 FTX Functional Trainer-55929.jpeg', '2 FTX Functional Trainer-24272.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-28 03:23:24', '2024-02-28 03:23:24'),
(6006, 'Mesh Pen Holder for Desk', 'QysOPNvOP', 17, '✏️【ENOUGH CAPACITY】: This desk organizer set of 6 tilt compartments, 4 flat bottom compartments slots, 1 tray compartment, and 1 drawer, to store a wide variety of items. Multifunction help you arrange the desk gadgets and stationary clean and tidy.The best and safest storage option for you. Perfect Size:9.33*8.5*3.54inch.\r\n✏️【UNIQUE DESIGN】: Exclusive structure design, this mesh desktop organizer is all-in-one construction giving it a more-functional storage performance which is convenient for storing and organizing small items on office desks, at home, on vanity, and so on, helping you to save space, and make your desk look more neat and clean. (USPTO Patent Pending, USPTO Patent Application Number: 29896124)\r\n✏️【VERSATILE & PRACTICAL 】: This desk caddy is not only perfect for storing your desktop stationery such as pens, pencils, markers, rulers, erasers, paper clips, scissors, letter openers, and many other desk widgets but also great for storing your makeup brushes, nail polishes, lipsticks and other small personal items sorted by type, which makes it way easier to find what you need! and You can put any other daily necessities on the organizer, It helps you keep your stuff organized.\r\n✏️【STURDY AND DURABLE】: The desk storage is made of high-quality metal mesh and built with non-skid feet to make it incredibly stable, which is not easy to get rusty and thereby, keeping the pen holder brand new all the time. The extremely smooth edges will not hurt your things or yourself. for meeting all your demands for home and office use.\r\n✏️【BEST CHOICE】The all-in-one desk pen organizer be certain to bring our customers more convenience in the office and be popular in our daily life. We offer a 90-day return policy. You take NO RISK by ordering today!', 17.69, NULL, NULL, 20.99, 'Mesh Pen Holder for Desk-87151.jpeg', 'Mesh Pen Holder for Desk-94559.jpeg', 'Mesh Pen Holder for Desk-66132.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-28 03:24:47', '2024-02-28 03:24:47'),
(6007, 'Imperial Russian 84 Silver Bangle Bracelet natural 2ct Sapphire Ruby Enamel/34gr', 'VkqxP9FDm', 14, 'Russian Imperial period fine bangle in 84 Silver.  Main attraction here is a Flower measuring 17 mm x 14 mm with natural and untreated medium Blue colored Sapphire 8 mm x 6.5 mm x 5 mm ca.2 ct surrounded with 12 baguette cut Rubies 2.25 mm x 2 mm /0.045 ct / ca 0.45 ctw. Ornamental divided Black Enameling work and stamped ornamentations.  This bangle dates to ca. late XIX - early XX century. Hallmarked with Imperial period Russian 84 zolotniks silver marks used in late XIX early XX century before the Revolution of 1917, maker marks \"ЯР \". Second hallmark is a later (confirming ) 875 Worker\'s head used in Soviet Union after 1928, Saint Petersburg city hallmark. Original chain also has \"ЯР\" hallmarks of maker presumably, Розен Яков Михайлович / Rosen Iakov Mihailovich Silver&Goldsmith - the owner of jewelry workshop in St. Petersburg between 1898 -1917.   Measurements: the band is 22 mm wide; 63 m x 57 mm inside, will fit sizes M -L .Weight of the bracelet : 34 grams.  Fine used condition. Natural patina on Silver. Very minor wear /loss of black Enamel, small scratches, no dents. Very secure original V-lock and chain. All stones intact and original. Very solid and well crafted old Russian construction.', 3000.00, NULL, NULL, 3435.00, 'Imperial Russian 84 Silver Bangle Bracelet natural 2ct Sapphire Ruby Enamel/34gr-34830.jpeg', 'Imperial Russian 84 Silver Bangle Bracelet natural 2ct Sapphire Ruby Enamel/34gr-70931.jpeg', 'Imperial Russian 84 Silver Bangle Bracelet natural 2ct Sapphire Ruby Enamel/34gr-80222.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-02-28 03:26:47', '2024-02-28 03:26:47'),
(6008, 'Weslo Pursuit R 4.1 Recumbent Exercise Bike with Inertia-Enhanced Flywheel', 'N6kHp3ZCT', 11, 'The Weslo pursuit R 4.1 recumbent exercise bike is perfect for training your cardiovascular health rehabilitating after an injury or exercising while watching T.V. Featuring an adjustable cushioned seat this machine will comfortably fit users of most heights. Track your workout stats on the built-in LCD window that constantly displays your speed time distance calories and rpm. An inertia-enhanced flywheel delivers a smooth quiet ride every time you use it. Step-thru design makes it easy to get on and off of your machine without a hassle. When you are finished with your workout or need to free up some floor space easily move your bike out of the way with the built-in transport wheels.', 98.00, NULL, NULL, 142.00, 'Weslo Pursuit R 4.1 Recumbent Exercise Bike with Inertia-Enhanced Flywheel-19187.jpeg', 'Weslo Pursuit R 4.1 Recumbent Exercise Bike with Inertia-Enhanced Flywheel-62105.jpeg', 'Weslo Pursuit R 4.1 Recumbent Exercise Bike with Inertia-Enhanced Flywheel-95148.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-02-28 03:28:21', '2024-02-28 03:28:21'),
(6009, 'Sleep Sound Machine White Noise Machines with 30 Soothing Sounds 12 Adjustable Night Light 10 Adjustment Brightness 36 Levels of Volume 5 Timers and Memory Function Home Travel Office …', 'jKwPFDeu7', 17, '❤30 Soothing Sounds: White noise*3, fan sound*2, rain*4(thunder rain*1), sea wave*3, water drop, river, singing birds, campfire, fireplace, lullabies*3, piano, bless song, meditation, stars in the night, brook and so on suitable for sleeping, relaxing and traveling.\r\n❤12 Night Lights and 10 levels of brightness : 12 colors of light, soft light is suitable for baby night care, soft sound to help babies and adults sleep peacefully. There are also 10 brightness levels that can be adjusted to suit your needs for lighting.\r\n❤5 Timers and Memory Function: The machine can play continuously or automatically shut down after 60, 120, 180, 240 minutes. More importantly, the machine will remember the sound selection, light color, brightness and volume, so you don\'t have to worry about pressing buttons all the time!\r\n❤36 Levels of Volume: The 36-level volume setting can help you effectively cover up other destructive noises and bring you a comfortable environment. It is a powerful weapon for insomniacs, snoring noises, neighbor noises, car horns, and construction noises and so on.\r\n❤Safety Assurance and After-sales Service: If you have any questions, please feel free to contact us. The machine has approved by FCC, CE and RoHS certification, don\'t worry about any accidents about the machine, and 365 days warranty saves you worry.', 18.98, NULL, NULL, 23.99, 'Sleep Sound Machine White Noise Machines with 30 Soothing Sounds 12 Adjustable Night Light 10 Adjustment Brightness 36 Levels of Volume 5 Timers and Memory Function Home Travel Office …-66118.jpeg', 'Sleep Sound Machine White Noise Machines with 30 Soothing Sounds 12 Adjustable Night Light 10 Adjustment Brightness 36 Levels of Volume 5 Timers and Memory Function Home Travel Office …-90223.jpeg', 'Sleep Sound Machine White Noise Machines with 30 Soothing Sounds 12 Adjustable Night Light 10 Adjustment Brightness 36 Levels of Volume 5 Timers and Memory Function Home Travel Office …-36711.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-28 03:28:24', '2024-02-28 03:28:24'),
(6010, 'Dual Folding Cell Phone Stand', '6iLekl9BM', 17, 'UNIVERSAL COMPATIBILITY: This phone stand works with all 4-8\" Smartphones and e-readers, such as iPhone 11 Pro Xs Xs Max Xr X 8 7 6, Switch, Samsung Galaxy S10 /S10+/S9 /S9+/S8 /S8+, Google Nexus, Kindle.\r\nADJUSTABLE & PORTABLE: The phone cradle is fully collapsible, it can be easily adjusted to ideal position, free your hands, which is a good desk accessories while watching video, playing games, making phone call, viewing recipes, using Facetime.\r\nSTURDY & PROTECTIVE: The cell phone stand is made of high quality premium aluminum, it stays firmly in place, hold your phone steadily, no worry any wobble at all. The rubber pads can protect your phone from any scratching and sliding.\r\nCASE FRIENDLY: The hook width of the stand is 19mm, no need to remove your phone case, which is long enough to hold your device with HEAVY CASE on, please make sure the thickness of your device is no more than 19mm (0.74\").\r\nWARM TIPS: Please set your device(4\"-6\") in landscape or portrait mode, and set the device (6\"-8\") in landscape mode, which will provide more stability.', 4.78, NULL, NULL, 9.99, 'Dual Folding Cell Phone Stand-37806.jpeg', 'Dual Folding Cell Phone Stand-60059.jpeg', 'Dual Folding Cell Phone Stand-17504.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-28 03:31:53', '2024-02-28 03:31:53'),
(6011, 'Bates and Bacon wonderful antique rose gold filled engraved bangle bracelet.', 'avrfeFay2', 14, 'Bates and Bacon wonderful antique rose gold filled engraved bangle bracelet. It opens with a push button. The bangle is slightly oval, the inside measurements are 6 cm / 2.3 inches by 5.5 cm / 2.1 inches, and the width is 1.1 cm / .4 inch. The bracelet has scratching as expected, the clasp works well. It has a replacement safety chain. The bracelet is engraved with the initials EEM on the outside. There is a dent close to the initials. There is wear to the gold filling.  This is a beautiful antique rose gold filled bangle with a lovely engraved leaves design to the front.', 286.00, NULL, NULL, 340.00, 'Bates and Bacon wonderful antique rose gold filled engraved bangle bracelet.-99208.jpeg', 'Bates and Bacon wonderful antique rose gold filled engraved bangle bracelet.-30349.jpeg', 'Bates and Bacon wonderful antique rose gold filled engraved bangle bracelet.-81585.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-02-28 03:32:57', '2024-02-28 03:32:57'),
(6012, 'Adjustable Height Memory Foam Foot Stool Under Desk for Office Chair & Gaming Chair – for Back & Hip Pain Relief', 'OWOyNqV52', 17, 'Pain Relief and Support for Back, Hip, Legs, Knees & Feet – If you are working or sitting at a desk most hours of the day, you are bound to feel the effects on your body after prolonged periods of time. A ComfiLife footrest will help reduce back and sciatica pain by easing pressure on your lower back and hips. Our footrest will also ensure proper foot placement while sitting, which will help improve blood circulation to the legs and ease pain over time.\r\nUltimate Comfort at Your Desk – One size doesn\'t fit all! With its larger size and adjustable height our plushy memory foam cushion will make it easy to stretch your feet to any desired height, roll your ankles when they are feeling stiff, or easily allow for any movement that is needed while sitting.\r\nPremium High Density Memory Foam – ComfiLife footrests are made from the high-quality memory foam which will easily conform to the shape of any size feet and provide plush comfort with or without shoes. Our footrest materials are more comfortable and supportive than those made from plastic or cheap foam and will provide natural support to your legs and feet for years to come. The cover is easily removable and machine washable so you can enjoy it without worries.\r\nMulti-Purpose – ComfiLife footrests can be used for more than just elevating your feet. You can also use our foam footrest underneath your knees for support while laying down or flip it over and use it as a rocker for underneath your chair. Since it is made from lightweight foam materials, you can easily take it with you on the go. You can bring our footrest on a plane, when working in the office, or just if you want to work on your laptop on the couch.', 31.96, NULL, NULL, 59.95, 'Adjustable Height Memory Foam Foot Stool Under Desk for Office Chair & Gaming Chair – for Back & Hip Pain Relief-63011.jpeg', 'Adjustable Height Memory Foam Foot Stool Under Desk for Office Chair & Gaming Chair – for Back & Hip Pain Relief-79321.jpeg', 'Adjustable Height Memory Foam Foot Stool Under Desk for Office Chair & Gaming Chair – for Back & Hip Pain Relief-55521.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-28 03:36:03', '2024-02-28 03:36:03'),
(6013, 'Chair Cushion, Seat Cushion for Office Chair, Lumbar Support Pillow for Chair, Car Seat Cushion, Back Support Memory Foam Pillow Washable Cover', 'SbUOKyCTr', 17, 'Enjoy Pain-Free Life with Ultimate Comfort – Our back support pillow is adjustable to the contours of your body, making it a great lumbar support pillow while driving or working long hours. The seat cushion for office chair is of utmost relief for coccyx/tailbone pain.\r\nBest Orthopedic Pillow – FORTEM chair cushion has an ergonomic \"U\" Shaped Cutout. This sitting pad is highly recommended by orthopedic experts as it alleviates pressure on the sciatica nerve to reduce back, leg, and butt pain. Enjoy it as an office chair cushion or as a car pillow.\r\nPremium Quality and Easy Maintenance – The seat cushion and lumbar support pillow for car are made from 100% pure memory foam. It helps maintain a healthy body posture by absorbing some of the pressure against your body. This half donut cushion seat and back cushion are encased in a removable, washable mesh covers.\r\nVersatile and Lightweight – Our lumbar support pillow for chair has adjustable elastic straps, it can also be used as a lumbar support pillow for car seat. Desk chair cushion can also work as a car seat cushion, or wheelchair cushion. Being portable, these memory foam seat cushions are your all-time travel companion.\r\nOne-year warranty – Enjoy being driver of your favorite car, truck, or gaming on your computer to heart’s content. Your FORTEM chair pillow and seat cushion for car come with a full year warranty.', 32.99, NULL, NULL, 49.95, 'Chair Cushion, Seat Cushion for Office Chair, Lumbar Support Pillow for Chair, Car Seat Cushion, Back Support Memory Foam Pillow Washable Cover-40357.jpeg', 'Chair Cushion, Seat Cushion for Office Chair, Lumbar Support Pillow for Chair, Car Seat Cushion, Back Support Memory Foam Pillow Washable Cover-75355.jpeg', 'Chair Cushion, Seat Cushion for Office Chair, Lumbar Support Pillow for Chair, Car Seat Cushion, Back Support Memory Foam Pillow Washable Cover-58286.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-28 03:40:01', '2024-02-28 03:40:01'),
(6014, 'Caledonia Rival AXS Carbon Wheel Road Bike', 'A4kAv9kYH', 11, 'A versatile ride when the paved road isn\'t our only option\r\nCervelo All-Carbon construction offers stability and comfort\r\nRelaxed head-tube angle keeps us comfortable during long rides\r\nSRAM Rival AXS groupset offers optimal gearing and shifting\r\nCarbon Zipp 303s wheels with Pirelli P Zero Race SL Tubeless Tires\r\nAXS enabled for better control and personalization on the app', 4000.00, NULL, NULL, 5700.00, 'Caledonia Rival AXS Carbon Wheel Road Bike-78687.jpeg', 'Caledonia Rival AXS Carbon Wheel Road Bike-55242.jpeg', 'Caledonia Rival AXS Carbon Wheel Road Bike-51446.jpeg', 'Sports and outdoor', 5.0, NULL, 1, '2024-02-28 03:41:33', '2024-02-28 03:41:33'),
(6015, 'Gleaming Garnet: Sterling Silver Dangle Earrings', 'ZFuXuz8NB', 14, 'Elevate your style with these exquisite dangle sterling silver earrings adorned with mesmerizing round garnet gemstones. Crafted with precision and elegance, these earrings exude sophistication and charm.  Each earring features a stunning round garnet gemstone, known for its deep, rich hue and symbolic association with love and passion. The sterling silver setting beautifully complements the gemstone, adding a touch of timeless elegance to any ensemble.  Features:  • Material: Sterling silver • Gross Weight: 2.80 Grams • Dimensions: 30 x 13 mm  Perfect for both casual and formal occasions, these earrings are a statement piece that adds a pop of color and sophistication to your look. Whether as a treat for yourself or a thoughtful gift for a loved one, these garnet dangle earrings are sure to captivate hearts and turn heads.  Designed for comfort and style, these earrings boast quality craftsmanship and secure fastenings, ensuring they stay securely in place while you make a statement. Add a touch of glamour to your collection with these sterling silver earrings featuring exquisite garnet gemstones.', 92.00, NULL, NULL, 115.00, 'Gleaming Garnet: Sterling Silver Dangle Earrings-96424.jpeg', 'Gleaming Garnet: Sterling Silver Dangle Earrings-64729.jpeg', 'Gleaming Garnet: Sterling Silver Dangle Earrings-32877.jpeg', 'Jewelry', 4.5, NULL, 1, '2024-02-28 03:41:39', '2024-02-28 03:41:39'),
(6016, '5 Gallon Electric Drinking Portable Water Dispenser', 'HL36KqNZ7', 17, '【ELECTRIC WATER PUMP DISPENSER WITH RECHARGEABLE BATTERY】Water Jug Pump with Rechargeable Battery Inside, be used for 30-40 days or around 4-5 bottles of 5 gallon water once full charged.Drinking Water Pump is ideal for home or office use,its compact size makes it easy to carry, ideal for trailing, picnics, children\'s sporting events, beach days and barbecues.Automatic Electric Suction Device Is Very Convenient And Useful.Electric and pumping device suitable for pure bottled drinking water.\r\n【HIGH COMPATIBILITY】 This drinking water pump is suitable for gallon barrels with a 2.16-inch (5.5cm) neck. Please confirm the size of your neck before purchasing.Water Dispenser 5 Gallon Fits for Universial Size Bottles 2-6 gallon and other standard size bottle. Help you to save money and space.\r\n【EASY TO USE】 5 gallon water pump,Press the button to pull out the water, press again to stop pumping，allows you enjoy the clean and safe drinking water.Even children and elders can use it easily.3.8W strong pump for fast water pumping.Fast Water Pumping: Can pump around 1.2 liter within 1 minute. The water dispenser is specially designed for food and drinking. Totally safe and healthy product for even a baby.\r\n【What You Get 】1x Electric Drinking Water Pump; 2x Water Hose;1x USB Charger Cable. NOTE: Please charge it for 3-4 hours with regular mobile USB charger adapter before first time using it. Food grade water pump, BPA free, no toxic, no smell, with a USB rechargeable battery - fits for 2,3,4,5 Gallon water bottle and other standard size bottles. Makes Life Easier and Better!\r\n【AFTER-SALES SERVICES】 We offer 60 days money back and services for the 5 gallon water bottle pump, considerate and timely after-sale services, eliminate all your worries about getting this electric drinking dispensing pump for gallon jug. Any problem with our water dispenser, please contact us and we will definitely offer a satisfactory solution', 12.27, NULL, NULL, 19.99, '5 Gallon Electric Drinking Portable Water Dispenser-63026.jpeg', '5 Gallon Electric Drinking Portable Water Dispenser-68985.jpeg', '5 Gallon Electric Drinking Portable Water Dispenser-68727.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-28 03:43:24', '2024-02-28 03:43:24');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(6017, 'Digital Alarm Clock', 'doK6hRrik', 17, 'DIGITAL ALARM CLOCK MIRROR SURFACE: SZELAM alarm clock combines with makeup mirror, alarm clock and time display function. The HD mirror display can map your beauty, you can also use it as a mirror for your beauty and makeup while watching the time. The specially designed mirror surface is not easy to be stained with ash which can be cleaned with a single rub to restore the original clean appearance. You can put it upright, put it flat or hang it on the wall, just choose the way you like it\r\nA QUIET SLEEPING ENVIRONMENT&LUMINOUS FUNCTION: Unlike Mechanical alarm clock that keeps ticking, affecting the quality of your sleep. We SZELAM clock is quiet, allowing you to get rid of the noise of the night and sleep peacefully. The user-friendly designed luminous function allows you to see the time clearly at night and does not need to turn on the lights.When it is 12-hour system, it will not display AM before 12 noon but will display PM after 1 PM\r\n3-LEVEL BRIGHTNESS SETTINGS: Other clock have only one level of brightness, which will be particularly dazzling when the lights are turned off at night, long-term past will cause damage to your eyes. We SZELAM alarm clock adopts highly sensitive photosensitive sensor, which can automatically adjust the display brightness according to the brightness of the environment, or manually set the Bright-Medium-Dim 3-level brightness, better for your eyes and more environmentally friendly\r\nMEMORY FUNCTION&Dual USB PORTS：When the external power supply is powered off, the hold time and various settings are unchanged. The time after the external power supply is cut off is not displayed, so as to avoid repeating the settings next time. Dual USB ports allow you to charge two devices at the same time, say goodbye to the embarrassing situation of lack of electricity while playing phone in the bed\r\n5-60 MINUTES\' SNOOZE FOR HEAVY SLEEPERS : The big snooze button helps you easily turn off the buzzer but don’t need to open your eyes and enjoy five minutes of sleep. The clock will alarm every 5 min and the default Snooze time is 2 min until you turn off the snooze mode by pressing any other buttons. You can also set snooze time by yourself. Perfect for heavy sleepers', 22.95, NULL, NULL, 24.95, 'Digital Alarm Clock-23105.jpeg', 'Digital Alarm Clock-47529.jpeg', 'Digital Alarm Clock-31684.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-28 03:46:34', '2024-02-28 03:46:34'),
(6018, 'Golf Pen Holder Desk Accessories', 'uFgAthI66', 17, 'UNIQUE & NOVELTY SET: The mini golf bag pen holder attaches to 2-wheel movable folding golf cart, placed on the base of the miniature golf putting green, with 3 mini golf club pens and 1 miniature golf ball.\r\nGOLF DESK ACCESSORIES, COOL OFFICE DESK DECOR SUPPLIES: Perfect for office desk accessories for men, office desk decor, boss desk decor, home office desk decorations, cool office gadgets for desk.\r\nMINI THINGS THAT ACTUALLY WORK: This golf pen holder set comes with 3 mini golf club pens, the 6\" driver is red ink, the 5.75\" putter is blue ink and the 5.75\" wedge is black ink. Small office stuff, cute kawaii little items, tiny but useful.\r\nGOLF GIFTS FOR MEN WHO HAVE EVERYTHING & WANT NOTHING: Best gifts for men who like golf, great golf gifts for men unique, funny golf gifts for men who have everything, mens golf gifts for dad him boss grandpa papa husband couples uncle fiance boyfriend friends brother, top golf themed and golf related gifts for golf lovers fans golf coach women ladies golfers.\r\nFUNNY GIFT IDEAS: This golf pen holder set would be a cool presents for christmas, birthday, valentines day, fathers day, boss day, white elephant christmas gift exchange ideas, holiday stocking stuffer ideas, retirement party farewell gifts for coworkers men boss employees, coworker leaving gifts.', 19.99, NULL, NULL, 21.99, 'Golf Pen Holder Desk Accessories-66604.jpeg', 'Golf Pen Holder Desk Accessories-45277.jpeg', 'Golf Pen Holder Desk Accessories-45288.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-28 03:49:55', '2024-02-28 03:49:55'),
(6019, 'Harbinger Pro Speed Professional Quality Jump Rope, 10-foot Adjustable', 'Ebr8SGt0U', 11, '10\' Harbinger Adjustable Pro Speed Jump Rope', 5.98, NULL, NULL, 20.00, 'Harbinger Pro Speed Professional Quality Jump Rope, 10-foot Adjustable-37030.jpeg', 'Harbinger Pro Speed Professional Quality Jump Rope, 10-foot Adjustable-60073.jpeg', 'Harbinger Pro Speed Professional Quality Jump Rope, 10-foot Adjustable-26428.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-28 03:51:33', '2024-02-28 03:51:33'),
(6020, 'Large Candle Warmer Plate with 6H Auto Shut Off', 'D2HKJ88lV', 17, '【Enjoy Scent and Warmth】 This large electric jar warmer allows you to safely enjoy the beautiful smells of your favorite candles without ever having to see or worry about a flame. It can also be used to heat a cup filled with coffee or milk, keeping the temperature of the drink in the cup at all times.\r\n【Smart Auto Shut Off】 Don\'t worry about your poor memory, candle warmer plate with 6h auto ahut off, warmer won\'t dry out your beverage or run out of candles. Turn on the candle warmer, enjoy the fragrance ,you can go to sleep with the favorite fragrance.\r\n【Accommodates Multiple Sizes】 The heating diameter of the candle warmer plate is 4in, so you can use it to warmer almost all flat cups, various size candles and mugs. Offering flexibility in your candles or mugs selection.\r\n【Excellent Coffee Warmer】 Two temperature settings.Open default to red, red light for the highest temperature setting (167°F) ; Blue light is the commonly used temperature (131°F).Choosing the right temperature gear make your coffee or drink hot.\r\n【Thoughtful Gift Choice】 Coffee cup warmer can keep beverage warm all day. Candle warmer will be the best home decor gift for family and friends to bring them closer together, especially in Mother\'s/Father\'s Day, Birthday, Halloween,Thanksgiving and Christmas.', 19.99, NULL, NULL, 23.99, 'Large Candle Warmer Plate with 6H Auto Shut Off-89888.jpeg', 'Large Candle Warmer Plate with 6H Auto Shut Off-65288.jpeg', 'Large Candle Warmer Plate with 6H Auto Shut Off-64388.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-28 03:53:16', '2024-02-28 03:53:16'),
(6021, 'Portable Lap Laptop Desk with Pillow Cushion', '9JT0eG47E', 17, 'PERFECT SIZE for LAPTOPS: The laptop desk is 16.54 x 11.81 x 3.35 inches in size and can fit laptops up to 15.6 inches. There is enough surface space for a mouse only when used with laptops that are 14” in size or smaller.\r\nCONVENIENT DESIGN: This lap desk features an anti-slip wrist pad, storage pocket, and tablet holder for maximum convenience.\r\nCOMFORTABLE WRIST PAD: Our laptop lap desk is built with a sturdy platform and cushioned pillow that conforms to your lap to provide more comfort and stability.\r\nELEGANT APPEARANCE: Designed with a brown wood grain platform and gray fabric covered foam pad that gives the lap desk a modern and appealing look.\r\nLIGHTWEIGHT & PORTABLE: This lap desk with cushion is very lightweight and features a storage pocket that can also be used as a carrying handle.', 36.98, NULL, NULL, 56.99, 'Portable Lap Laptop Desk with Pillow Cushion-69773.jpeg', 'Portable Lap Laptop Desk with Pillow Cushion-44984.jpeg', 'Portable Lap Laptop Desk with Pillow Cushion-32066.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-28 03:56:51', '2024-02-28 03:56:51'),
(6022, 'Chia Seeds', 'BHXmgP3nD', 15, '32-Oz BetterBody Foods Organic Chia Seeds', 9.23, NULL, NULL, 13.17, 'Chia Seeds-31790.jpeg', 'Chia Seeds-82718.jpeg', 'Chia Seeds-53641.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-28 14:42:41', '2024-02-28 14:42:41'),
(6023, 'Wafer Cookies', 'kJg31z7mz', 15, '28-Count Rip Van Mini Wafer Cookies (Chocolate Hazelnut or Dark Chocolate)', 11.48, NULL, NULL, 23.00, 'Wafer Cookies-35413.jpeg', 'Wafer Cookies-27902.jpeg', 'Wafer Cookies-34773.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-28 14:49:47', '2024-02-28 14:49:47'),
(6024, 'Coke Zero', 'N2deQfDWx', 15, '6-Pack 16.9-Oz Coke Zero Sugar, Diet Coke or Sprite Soda Bottles', 3.78, NULL, NULL, 4.59, 'Coke Zero-39854.jpeg', 'Coke Zero-24192.jpeg', 'Coke Zero-36166.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-28 15:42:02', '2024-02-28 15:42:02'),
(6025, 'Spalding 54\" Acrylic Portable Basketball Hoop', 'Dh29DNwit', 11, 'Every home court builds its own tales of comeback victories, rivalries and redemption. Create yours with this portable hoop system. The clear, padded backboard is made of acrylic material that has a rebound rivaled only by glass. The steel rim has a smooth breakaway, with a height that\'s adjustable between 7.5 feet and the league-standard 10. This hoop gets its stability from a 34-gallon base equipped with wheels for mobility. It has a support pole that\'s angled, giving you more room to play underneath the basket.', 98.99, NULL, NULL, 320.00, 'Spalding 54\" Acrylic Portable Basketball Hoop-79785.jpeg', 'Spalding 54\" Acrylic Portable Basketball Hoop-23054.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-29 00:40:29', '2024-02-29 00:40:29'),
(6026, 'Baby Denim Jeggings - Light Wash', 'M31hwoMAA', 11, 'Discover the ultimate in all-day baby comfort with our Baby Denim Jeggings. Crafted from a soft cotton poly blend, these jeggings are designed to keep your little one feeling cosy and stylish. The elastic waistband ensures easy changes and a great stretch for the perfect fit. With their skinny fit and light wash, these jeggings are the perfect addition to your little one\'s wardrobe. Complete with faux side pockets, back pockets, and rolled cuffs, these full-length jeggings are both practical and trendy. Get your baby ready for a day of fun and play with our comfortable Baby Denim Jeggings!', 12.00, NULL, NULL, 14.00, 'Baby Denim Jeggings - Light Wash-36670.jpg', 'Baby Denim Jeggings - Light Wash-81927.jpg', 'Baby Denim Jeggings - Light Wash-68123.jpg', 'Babies', 4.5, NULL, 1, '2024-02-29 00:45:33', '2024-02-29 00:45:33'),
(6027, 'The Case for Christ: A Journalist\'s Personal', '54ates9wv', 14, 'Is there credible proof that Jesus of Nazareth really is the Son of God? In The Case for Christ, Lee Strobel, former legal editor of the Chicago Tribune and New York Times bestselling author, retraces his own spiritual journey from atheism to faith and builds a captivating case for Christ\'s divinity.In this revised and updated edition of The Case for Christ, Strobel cross-examines a dozen experts with doctorates from schools such as Cambridge, Princeton, and Brandeis, asking hard-hitting questions--and taking a deeper look at the evidence from the fields of science, philosophy, and history.In his comprehensive investigation, Strobel doesn\'t shy away from challenging questions, including: How reliable is the New Testament?Does evidence for Jesus exist outside the Bible?Is Jesus who he said he was?Is there any reason to believe the resurrection was an actual event?What does all of the evidence point to--and what does it mean today? Winner of the Gold Medallion Book Award and twice nominated for the Christian Book of the Year Award, The Case for Christ has been adapted into a major motion picture and has now sold over 5 million copies worldwide.This edition includes scores of revisions and additions, including updated material on archaeological and manuscript discoveries, fresh recommendations for further study, and an interview with the author that tells dramatic stories about the book\'s impact, provides behind-the-scenes information, and responds to critiques of the book by skeptics.Strobel\'s thorough examination reads like a captivating, fast-paced novel. But it\'s not fiction: it\'s a riveting quest for the truth about history\'s most compelling figure. Discover The Case for Christ today.Praise for The Case for Christ: \"Nobody knows how to sift truth from fiction like an experienced investigative reporter, or to argue a case like someone trained at Yale Law School. Lee Strobel brings both qualifications to this remarkable book. In addition to his own tremendous testimony as atheist-turned-Christian, the author marshals the irrefutable depositions of recognized \"expert witnesses\" to build his ironclad case for Jesus Christ. The Case for Christ sets a new standard among existing contemporary apologetics.\"--D. James Kennedy, PhD, senior minister, Coral Ridge Presbyterian Church.', 4.29, NULL, NULL, 4.71, 'The Case for Christ: A Journalist\'s Personal-29695.jpeg', NULL, NULL, 'Books', 3.5, NULL, 1, '2024-02-29 00:47:09', '2024-02-29 00:47:09'),
(6028, 'Chipotle Chili', '1fMj5CeFu', 15, '2.75-Oz Happy Belly Ground Chipotle Chili', 2.15, NULL, NULL, 5.63, 'Chipotle Chili-22270.jpeg', 'Chipotle Chili-26704.jpeg', 'Chipotle Chili-44898.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-29 00:55:53', '2024-02-29 00:55:53'),
(6029, 'Coconut Chia', 'ZLy5gra6B', 15, '12-Count 12.34-Ounce Nature\'s Path Organic Granola (Coconut Chia)', 26.23, NULL, NULL, 41.02, 'Coconut Chia-11900.jpeg', 'Coconut Chia-63238.jpeg', 'Coconut Chia-10736.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 01:00:38', '2024-02-29 01:00:38'),
(6030, 'Baby Fleece Jumper and Trackpants Happy Bunny', 'FYhSP3CO2', 11, 'Wrap your little one in warmth and comfort with the Baby Fleece Jumper and Trackpants Happy Bunny - 2 Piece Set from Target Baby. This adorable set is made from a soft cotton poly blend, featuring a ribbed crew neck and a charming Happy Bunny print on the front. The fleece lining provides extra cosiness on chilly days, while the regular fit and ribbed elastic waistband with drawcord ensure a secure and comfortable fit. Whether for everyday wear or playtime adventures, your little one will love the look and feel of this set. Treat them to the perfect outfit today.', 20.00, NULL, NULL, 24.00, 'Baby Fleece Jumper and Trackpants Happy Bunny-41224.jpg', 'Baby Fleece Jumper and Trackpants Happy Bunny-15482.jpg', 'Baby Fleece Jumper and Trackpants Happy Bunny-56197.jpg', 'Babies', 4.5, NULL, 1, '2024-02-29 01:02:20', '2024-02-29 01:02:20'),
(6031, 'Almond Butter Granola', 'LY0PYovcD', 15, '12-Oz 365 by Whole Foods Market Maple', 3.88, NULL, NULL, 5.29, 'Almond Butter Granola-97148.jpeg', 'Almond Butter Granola-91021.jpeg', NULL, 'Groceries', 3.0, NULL, 1, '2024-02-29 01:03:59', '2024-02-29 01:03:59'),
(6032, 'Mug', '3KxXm1gfZ', 15, 'Temperature Control Smart Mug', 99.99, NULL, NULL, 149.99, 'Mug-25142.jpeg', 'Mug-66228.jpeg', 'Mug-78820.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 01:07:30', '2024-02-29 01:07:30'),
(6033, 'Echelon Fitness - Exercise Bike - Smart Connect Workout Bike - Magnetic Resistance Mechanism - Stationary Bikes with Speed Monitor & Adjustable Seat - Indoor Bike - Bluetooth Connectivity -136 KG Black', 'ZuvS68cN7', 11, 'This bike is Echelon\'s highest rated non-display fitness bike. The bike includes:\r\na magnetic resistance flywheel with 32 magnetic resistance levels\r\nautomated resistance feedback through Bluetooth connection to fitness app\r\n4-way adjustable design (Seat up/down, handlebars fore/aft + up/down)\r\n2-way pedals (SPD compatible clips + adjustable toe cage)\r\n2x water bottle holders\r\n2x 2lb dumbell weight holders (weights not included)\r\ndevice charging\r\nbullhorn handlebar design', 595.80, NULL, NULL, 1009.00, 'Echelon Fitness - Exercise Bike - Smart Connect Workout Bike - Magnetic Resistance Mechanism - Stationary Bikes with Speed Monitor & Adjustable Seat - Indoor Bike - Bluetooth Connectivity -136 KG Black-35508.jpeg', 'Echelon Fitness - Exercise Bike - Smart Connect Workout Bike - Magnetic Resistance Mechanism - Stationary Bikes with Speed Monitor & Adjustable Seat - Indoor Bike - Bluetooth Connectivity -136 KG Black-28491.jpeg', NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-29 01:08:36', '2024-02-29 01:08:36'),
(6035, 'The New Evidence That Demands A Verdict', 'TCMrtgwQe', 14, 'Everything you need to effectively defend the Everything you need to effectively defend the truths of the Bible and the beliefs of the Christian faith. Winner of the 2018 ECPA Christian Book award for Bible Reference Works.The truth of the Bible doesn\'t change, but its critics do. Now with his son, Sean McDowell, speaker and author Josh McDowell has updated and expanded the modern apologetics classic for a new generation.Evidence That Demands a Verdict provides an expansive defense of Christianity\'s core truths, rebuttals to some recent and popular forms of skepticism, and insightful responses to the Bible\'s most difficult and misused passages. It invites readers to bring their doubts and doesn\'t shy away from the tough questions.Topics and questions are covered in four main parts: Evidence for the BibleEvidence for JesusEvidence for the Old TestamentEvidence for TruthAlso included, you\'ll find: An introduction about the biblical mandate to defend one\'s faith and why our faith is built on facts.A prologue describing why we live in a theistic universe.A closing response to the specific challenges of atheist New Testament scholar Bart Ehrman.Two reflections: \"How to Know God Personally\" and \"He Changed My Life.\"Serving as a go-to reference for even the toughest questions, Evidence that Demands a Verdict continues to encourage and strengthen millions by providing Christians the answers they need to defend their faith against the harshest critics and skeptics.\"Here\'s a treasure trove of apologetic gems! This is an indispensable book that all Christians should keep within reach.\" --Lee Strobel, bestselling author of The Case for Christ  truths of the Bible and the beliefs of the Christian faith. Winner of the 2018 ECPA Christian Book award for Bible Reference Works.The truth of the Bible doesn\'t change, but its critics do. Now with his son, Sean McDowell, speaker and author Josh McDowell has updated and expanded the modern apologetics classic for a new generation.Evidence That Demands a Verdict provides an expansive defense of Christianity\'s core truths, rebuttals to some recent and popular forms of skepticism, and insightful responses to the Bible\'s most difficult and misused passages. It invites readers to bring their doubts and doesn\'t shy away from the tough questions.Topics and questions are covered in four main parts: Evidence for the BibleEvidence for JesusEvidence for the Old TestamentEvidence for TruthAlso included, you\'ll find: An introduction about the biblical mandate to defend one\'s faith and why our faith is built on facts.A prologue describing why we live in a theistic universe.A closing response to the specific challenges of atheist New Testament scholar Bart Ehrman.Two reflections: \"How to Know God Personally\" and \"He Changed My Life.\"Serving as a go-to reference for even the toughest questions, Evidence that Demands a Verdict continues to encourage and strengthen millions by providing Christians the answers they need to defend their faith against the harshest critics and skeptics.\"Here\'s a treasure trove of apologetic gems! This is an indispensable book that all Christians should keep within reach.\" --Lee Strobel, bestselling author of The Case for Christ', 21.99, NULL, NULL, 29.99, 'The New Evidence That Demands A Verdict-93134.jpeg', NULL, NULL, 'Jewelry', 3.5, NULL, 1, '2024-02-29 01:15:11', '2024-02-29 01:15:11'),
(6036, 'Liquid Soap', 'eFZevW6WY', 15, '6-Pack 19-Oz Seventh Generation Dish Liquid Soap (Free & Clear)', 45.36, NULL, NULL, 63.54, 'Liquid Soap-75091.jpeg', 'Liquid Soap-38172.jpeg', 'Liquid Soap-47481.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 01:15:59', '2024-02-29 01:15:59'),
(6037, 'Laffy Taffy', 'GoybcU0bu', 15, '24-Pack 0.81-Oz Laffy Taffy Rope Candy (Sour Apple)', 8.16, NULL, NULL, 10.99, 'Laffy Taffy-11643.jpeg', 'Laffy Taffy-54732.jpeg', 'Laffy Taffy-93023.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 01:19:47', '2024-02-29 01:19:47'),
(6038, 'Schwinn Men\'s Ridgewood 29\" Electric Mountain Throttle Bike, Aluminum', 'us9xUAFrw', 11, 'Manufacturer may substitute components with components of equal or greater performance level TECHNOLOGY: Pedal assist hub motor with 250-watt hour battery grants you the ability to take on hills and long rides with ease Pedal assist can travel up to 20 mph Throttle can accelerate the bike without using the pedals 250Wh Battery integrated into downtube helps grant a lower center of gravity for enhanced stability Battery lasts for approximately 45 miles on a single charge and recharges in 4 hours with a standard household outlet and included charging cable FEATURES: Strong aluminum frame construction with formed top tube design provides plenty of clearance Ideal for cruising around the neighborhood and exploring new bike paths Oversized suspension fork provides a smooth and comfortable experience Mechanical disc brakes deliver precision stopping power Alloy oversized handlebar and stem increase strength and improve the steering input of the rider Made with a 7-speed drivetrain that allows you to adapt to your terrain 29” wheel fits best riders between 5’9” – 6’0” Like all Schwinn® e-bikes, the Ridgewood includes a 2-year warranty on the battery and electric assist parts, and a lifetime warranty on the frame and fork SGS certified to ANSI/CAN/UL2849 NOTICE: Used Bikes and/or bikes purchased online that have been assembled are non-returnable. We strongly recommend that a professional bicycle mechanic properly assembles, repairs, and maintains the bicycle. Public Lands will provide free in-store assembly service by a certified technician for any bicycle purchased on our website or in our stores (proof of purchase required). If you choose to assemble the bicycle yourself, Public Lands is not responsible for injuries or damages resulting from improper assembly.', 800.00, NULL, NULL, 1500.00, 'Schwinn Men\'s Ridgewood 29\" Electric Mountain Throttle Bike, Aluminum-44690.jpeg', 'Schwinn Men\'s Ridgewood 29\" Electric Mountain Throttle Bike, Aluminum-51358.jpeg', 'Schwinn Men\'s Ridgewood 29\" Electric Mountain Throttle Bike, Aluminum-24292.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-29 01:22:10', '2024-02-29 01:22:10'),
(6039, 'ToiletWand', '182ehbO8Q', 15, '30-Count Clorox ToiletWand Disinfecting Refills (Original or Rainforest Rush)', 8.16, NULL, NULL, 10.99, 'ToiletWand-58926.jpeg', 'ToiletWand-68946.jpeg', 'ToiletWand-12327.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 01:22:56', '2024-02-29 01:22:56'),
(6040, 'Inmate', 'xZnnJznhQ', 14, 'A gripping, twisty thriller from Freida McFadden, the New York Times bestselling author of The Housemaid and The Coworker\r\n\r\nThe guiltiest people aren\'t always the ones behind bars...\r\n\r\nAs a new nurse practitioner at a maximum-security prison, Brooke Sullivan is taught three crucial rules:\r\n\r\nTreat all prisoners with respect.Never reveal any personal information. Never EVER become too friendly with the inmates.\r\nBut nobody knows that Brooke has already broken the rules. Nobody knows about her intimate connection to Shane Nelson, one of the penitentiary\'s most notorious and dangerous inmates.\r\n\r\nThey certainly don\'t know that Shane was Brooke\'s high school sweetheart--the star quarterback, the golden boy who\'s serving a life sentence for a series of grisly murders. Or that Brooke\'s testimony was what put him there.\r\n\r\nBut Shane knows. He knows more than anyone. And he will never forget.\r\n\r\nThe Inmate is a propulsive, mind-bending thriller about how we define guilt--and who has to pay for it, from New York Times bestselling author Freida McFadden.', 15.95, NULL, NULL, 17.99, 'Inmate-75054.jpeg', NULL, NULL, 'Books', 3.0, NULL, 1, '2024-02-29 01:23:44', '2024-02-29 01:23:44'),
(6041, 'Schwinn Squirt Sidewalk Bike for Kids 18-inch Wheels Blue and Green', 'g5oqPkN1c', 11, 'Schwinn Squirt Sidewalk Bike for Kids 18-inch Wheels Blue and Green Make a splash this summer with the Squirt sidewalk bike by Schwinn! This brightly colored bike features an electric water cannon that’s sure to delight -- and surprise! The Squirt features SmartStart technology: a major feat of kid-size engineering designed to outsmart physics so kids in motion stay in motion. The single speed drivetrain is simple for young riders to use and easy to maintain. The rear coaster brake provides intuitive stopping power while the caliper hand brake prepares kids for a hand-brake-only bike. Plus the quick-adjust seat makes it easy to find a comfortable stable fit.', 98.75, NULL, NULL, 130.39, 'Schwinn Squirt Sidewalk Bike for Kids 18-inch Wheels Blue and Green-10626.jpeg', 'Schwinn Squirt Sidewalk Bike for Kids 18-inch Wheels Blue and Green-42856.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-29 01:26:17', '2024-02-29 01:26:17'),
(6042, 'Olive Oil', 'uBUHDTDxf', 15, '6-Pack gimMe Organic Roasted Seaweed Sheets (Extra Virgin Olive Oil)', 3.62, NULL, NULL, 6.24, 'Olive Oil-23548.jpeg', 'Olive Oil-38147.jpeg', 'Olive Oil-62236.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-29 01:27:40', '2024-02-29 01:27:40'),
(6043, 'Celsius Essential', '4kNzxcoS4', 15, 'CELSIUS® was created to help people LIVE FIT exceed their goals and elevate their everyday lives. Made with proven premium ingredients 7 Essential Vitamins and zero sugar no artificial colors no aspartame no high fructose corn syrup and non-GMO. CELSIUS® is vegan gluten-free and Kosher. Our proprietary MetaPlus blend contains green tea extract with EGCG. It also includes guarana seed extract ginger root for flavor and digestion vitamin C to help support your immune system vitamin B for energy production and chromium to help control hunger making it an ideal pre-workout drink. The tart and sweet flavors of kiwi combined with the unique juiciness of guava packs a refreshingly tropical flavor into each sip of CELSIUS® Sparkling Kiwi Guava. Made with clinically proven ingredients this carbonated flavor of CELSIUS® has the perfect balance of flavor and energy that serves as an awesome pick-me-up for active lifestyles. Make CELSIUS® your go-to choice for Essential Energy! CELSIUS® is available in 12 fl oz slim cans and sold in a 4-pack for convenience.', 6.64, NULL, NULL, 8.50, 'Celsius Essential-62361.jpeg', NULL, NULL, 'Groceries', 3.5, NULL, 1, '2024-02-29 01:30:18', '2024-02-29 01:30:18'),
(6044, 'Van Dessel Linefinder Shimano SLX Carbon Fiber Moutain Trail Bike', 'vZWmC1p7s', 11, 'Frame Sizes: Small / Medium / Large / Extra Large\r\nColors: Electric Purple/ Cobalt Blue\r\nBonus: Men\'s Team Jersey Apparel Bundle by Eliel', 2900.00, NULL, NULL, 4899.00, 'Van Dessel Linefinder Shimano SLX Carbon Fiber Moutain Trail Bike-87036.jpeg', 'Van Dessel Linefinder Shimano SLX Carbon Fiber Moutain Trail Bike-95714.jpeg', 'Van Dessel Linefinder Shimano SLX Carbon Fiber Moutain Trail Bike-45768.jpeg', 'Sports and outdoor', 4.0, NULL, 1, '2024-02-29 01:30:29', '2024-02-29 01:30:29'),
(6045, 'Sparkling Ice Caffeine', 'jsSQdYsyo', 15, '[Amazon Fresh] Sparkling Ice +Caffeine Blue Raspberry Sparkling Water, with Antioxidants and Vitamins, Zero Sugar, 16 Fl Oz (Pack of 12)', 19.08, NULL, NULL, 22.99, 'Sparkling Ice Caffeine-71440.jpeg', 'Sparkling Ice Caffeine-63820.jpeg', 'Sparkling Ice Caffeine-87742.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-29 01:34:10', '2024-02-29 01:34:10'),
(6046, 'Razor MX350 24V Dirt Rocket Electric Ride on Motocross Bike', 'vBmmW34OL', 11, 'Kick start your off-road adventures with the Razor MX350 Dirt Rocket. The scaled-down electric-powered dirt bike is the perfect start for the next generation of motocross riders combining top-notch performance with true to life motocross design. Designed with rear-wheel drive for better traction and balance control the high-torque chain-driven electric motor powers riders up to 14 mph (22 km/h) for up to 30 minutes of continuous use while the authentic MX-frame geometry knobby tires and twist-grip throttle prepare riders for adventures on dirt.', 148.00, NULL, NULL, 256.00, 'Razor MX350 24V Dirt Rocket Electric Ride on Motocross Bike-21058.jpeg', 'Razor MX350 24V Dirt Rocket Electric Ride on Motocross Bike-64390.jpeg', NULL, 'Sports and outdoor', 3.5, NULL, 1, '2024-02-29 01:35:12', '2024-02-29 01:35:12'),
(6047, 'Metal Max Xeno Reborn', 'cBGAJcnfW', 15, 'Metal Max Xeno Reborn - PlayStation 4', 13.99, NULL, NULL, 19.99, 'Metal Max Xeno Reborn-14771.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:36:46', '2024-02-29 01:36:46'),
(6048, 'Coffee Talk', '7oGkPO9vm', 15, 'Coffee Talk Single Shot Edition - PlayStation 4', 19.99, NULL, NULL, 39.99, 'Coffee Talk-27692.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:38:42', '2024-02-29 01:38:42'),
(6049, 'VINSGUIR Wood Pickleball Paddles Set w/ 4 Paddles + 4 Cooling Towels + Carrying Bag', 'JEyiZrNLx', 11, 'VINSGUIR Pickleball Paddles Set of 4 Premium Wood Pickleball Paddle with 4 Pickle Balls, 4 Cooling Towels, 1 Carry Bag, Great Pickle Ball Set Gift for Beginners& Intermediate Players', 10.00, NULL, NULL, 15.99, 'VINSGUIR Wood Pickleball Paddles Set w/ 4 Paddles + 4 Cooling Towels + Carrying Bag-61213.jpeg', NULL, NULL, 'Sports and outdoor', 5.0, NULL, 1, '2024-02-29 01:40:05', '2024-02-29 01:40:05'),
(6051, 'Double Dragon Gaiden', 'yIfxTsYSd', 15, 'Modus - Double Dragon Gaiden: Rise of the Dragons (PS4)', 14.99, NULL, NULL, 29.99, 'Double Dragon Gaiden-48880.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:41:18', '2024-02-29 01:41:18'),
(6052, 'Jagged Alliance 3', 'UiGiPq4cR', 15, 'Jagged Alliance 3 for Xbox Series X', 29.99, NULL, NULL, 59.99, 'Jagged Alliance 3-91123.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:44:01', '2024-02-29 01:44:01'),
(6053, 'Moving Out 2', 'XD5N9mO2x', 15, 'Moving Out 2 - PlayStation 5', 17.99, NULL, NULL, 35.99, 'Moving Out 2-44295.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:46:46', '2024-02-29 01:46:46'),
(6054, 'Tchia', 'PTV3S3lgH', 15, 'Tchia: Ol&eacute;ti Edition (PS4)', 17.99, NULL, NULL, 34.99, 'Tchia-89680.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:48:46', '2024-02-29 01:48:46'),
(6055, 'Treasures Of Mystery', '9pRnz9Uzl', 15, 'Treasures Of Mystery Collection AMR', 7.88, NULL, NULL, 19.95, 'Treasures Of Mystery-18799.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:51:20', '2024-02-29 01:51:20'),
(6056, 'Five Ten Trailcross LT Mountain Bike Shoes', '95x3v2yQw', 11, 'The bike is your tool for escape. The adidas Five Ten Trailcross LT bike shoes let you pedal, push and hike in any terrain with a breathable, quick-drying design for taking on adventure. Pedal-gripping treads give you full control of the pedals and sure-footed confidence off the bike.', 50.00, NULL, NULL, 145.78, 'Five Ten Trailcross LT Mountain Bike Shoes-93370.jpeg', 'Five Ten Trailcross LT Mountain Bike Shoes-19966.jpeg', NULL, 'Sports and outdoor', 4.5, NULL, 1, '2024-02-29 01:51:22', '2024-02-29 01:51:22'),
(6057, 'Super Crazy Rhythm Castle', 'z8f10SjcZ', 15, 'Super Crazy Rhythm Castle PS5', 19.99, NULL, NULL, 39.99, 'Super Crazy Rhythm Castle-77001.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-29 01:54:07', '2024-02-29 01:54:07'),
(6058, 'Ozark Trail Sunset Premium Kayak Paddle with Fiberglass Blades 87 inch', 'XzuZgqgDX', 11, 'Ozark Trail Pdl Sunset- Low Angle of blade shape design is the most popular as it is more universal.', 19.24, NULL, NULL, 45.00, 'Ozark Trail Sunset Premium Kayak Paddle with Fiberglass Blades 87 inch-84978.jpeg', 'Ozark Trail Sunset Premium Kayak Paddle with Fiberglass Blades 87 inch-17563.jpeg', 'Ozark Trail Sunset Premium Kayak Paddle with Fiberglass Blades 87 inch-27083.jpeg', 'Sports and outdoor', 3.5, NULL, 1, '2024-02-29 01:55:24', '2024-02-29 01:55:24'),
(6059, 'Archetype Arcadia', '9xRV6fZBQ', 15, 'Archetype Arcadia - PlayStation 4', 19.99, NULL, NULL, 32.39, 'Archetype Arcadia-52648.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 01:56:18', '2024-02-29 01:56:18'),
(6060, 'Baby Cotton Textured Tights 2 Pack - Underworks $12', 'OI5DF9N3X', 11, 'Wrap your little one in the softest, breathable cotton tights from Underworks. This 2-pack features two delightful pastel hues to complement any outfit. The charming alternating cable design adds a touch of playfulness to your baby\'s ensembles. These tights are perfect for both playtime and special occasions. By choosing our cotton products, you are supporting Better Cotton’s mission, sourced via a system of mass balance. Embrace comfort and style for your little one with Underworks baby tights.', 10.00, NULL, NULL, 12.00, 'Baby Cotton Textured Tights 2 Pack - Underworks $12-27791.jpg', NULL, NULL, 'Babies', 4.5, NULL, 1, '2024-02-29 01:57:59', '2024-02-29 01:57:59'),
(6061, 'Persona 5 Strikers', '8afjY7YLV', 15, 'Persona 5 Strikers, SEGA, Nintendo Switch', 19.93, NULL, NULL, 59.99, 'Persona 5 Strikers-41565.jpeg', NULL, NULL, 'Video games', 3.0, NULL, 1, '2024-02-29 01:59:07', '2024-02-29 01:59:07'),
(6062, 'One Piece Odyssey', 'oe21lElE1', 15, 'One Piece Odyssey - PlayStation 4', 20.99, NULL, NULL, 29.99, 'One Piece Odyssey-25249.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 02:01:36', '2024-02-29 02:01:36'),
(6063, 'First Walker Baby Girls Rainboot', 'NJYkzU7r5', 11, 'Introducing our First Walker Baby Girls Rainboot, the perfect footwear for your little one\'s adventures! Made with a synthetic upper, these rainboots are designed to keep tiny feet dry and cosy. The slip-on fit allows for easy and convenient wear, while the closed round toe provides added protection. With side pull loops, these rainboots are a breeze to put on and take off. The padded footbed ensures all-day comfort, and the flexible cleated sole offers excellent traction on wet surfaces. These rainboots are also easy to clean, making them a practical choice for busy parents. Give your little one the best in comfort and style with our First Walker Baby Girls Rainboot!', 12.00, NULL, NULL, 16.00, 'First Walker Baby Girls Rainboot-54715.jpg', 'First Walker Baby Girls Rainboot-99507.jpg', NULL, 'Beauty & personal care', 4.0, NULL, 1, '2024-02-29 02:02:15', '2024-02-29 02:02:15'),
(6064, 'Super Monkey Ball Banana Mania', '9vCqgglK9', 15, 'Super Monkey Ball Banana Mania: Standard Edition - Xbox Series X', 6.49, NULL, NULL, 7.48, 'Super Monkey Ball Banana Mania-12961.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 02:04:32', '2024-02-29 02:04:32'),
(6065, 'Sewanta Portable Camping Hammock w/ Tree Straps, Carry Bag', 'dNdtOMSyi', 11, 'Durable Hammock 500 lb Capacity - Lightweight Nylon Camping Hammock Chair - Double or Single Sizes w/Tree Straps and Attached Carry Bag - Portable for Travel/Backpacking/ (Navy, Large)', 20.67, NULL, NULL, 46.00, 'Sewanta Portable Camping Hammock w/ Tree Straps, Carry Bag-13840.jpeg', 'Sewanta Portable Camping Hammock w/ Tree Straps, Carry Bag-22809.jpeg', 'Sewanta Portable Camping Hammock w/ Tree Straps, Carry Bag-73123.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-29 02:04:56', '2024-02-29 02:04:56'),
(6066, 'Star Trek Prodigy', 'oOTi3DioX', 15, 'Star Trek Prodigy: Supernova, PlayStation 4, Outright Games, 819338022345', 15.23, NULL, NULL, 49.99, 'Star Trek Prodigy-39421.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 02:07:59', '2024-02-29 02:07:59'),
(6067, 'First Walker Baby Girls Chelsea Boot - Pink', 'RC7ABedbQ', 11, 'Introducing our First Walker Baby Girls Chelsea Boot, a must-have for little ones taking their first steps. Made from a stylish metallic synthetic leather-look material, these boots are both fashionable and comfortable. The closed round toe and outer elastic gusset ensure a secure fit, while the inner zip entry and back/front pull tabs make them easy to put on and take off. With a padded footbed for extra cushioning and a flexible synthetic sole, these boots provide support and stability for growing feet. Perfect for any occasion, these boots are a trendy addition to your little one\'s wardrobe.', 22.00, NULL, NULL, 25.00, 'First Walker Baby Girls Chelsea Boot - Pink-18954.jpg', 'First Walker Baby Girls Chelsea Boot - Pink-57208.jpg', NULL, 'Babies', 4.5, NULL, 1, '2024-02-29 02:12:35', '2024-02-29 02:12:35'),
(6068, 'Dinosaur Toys', 'C938zB9QY', 15, '✅【2024 Newest Take Apart Dinosaur Toys】Our building toys include 3 kinds of dinosaur: blue Tyrannosaurus Rex, green Triceratops, brown Velociraptor. Kids can open this dinosaur Kit box and start playing immediately. The multi-color design helps attract children\'s attention to creative assembly and promotes children\'s teamwork.\r\n✅【Educational STEM Learning Toy】Simulation design and clear textures of dinosaur toys, enable kids to recognize and explore the world of dinosaurs. Each part is assembled by the children themselves, which can develop their hand-eye coordination and stimulate the imagination of dinosaurs. Let your children fall in love with assembly and dinosaurs!!!\r\n✅【High-Quality Dinosaur Toys】Made of high-quality, non-toxic and recyclable ABS plastic. The edges and corners have been specially treated, so you don\'t need to worry that the parts will scratch their hands during the assembly. Laradola kids toys for kids are sturdy and durable, even if dropped from a high place, they will not break easily. It is the best choice for toddler toys age 3-8.\r\n✅【Easy to Assemble Kids Toys】Our take apart toys package also contains 1 electric drill with 2 different drill bits, 3 pcs hand screwdrivers, and assemble instructions. Each step is explained clearly in the instructions in detail, and it is easy for kids to understand. The electric drill is low-speed, which can be rotated to tighten & loosen screws and encounter obstacle will automatically stop. Won\'t hurt the kids.', 26.99, NULL, NULL, 39.99, 'Dinosaur Toys-19877.jpeg', 'Dinosaur Toys-25381.jpeg', 'Dinosaur Toys-62359.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-29 02:21:25', '2024-02-29 02:21:25'),
(6069, 'Tetra Tower Games', '9cSCSErUy', 15, '【Safety Material】: Our toys are made of ABS material. non-toxic plastic with well-polished smooth edges and bright color bricks. They\'re also wear-resistant and safe for kids to play with. Compared with wooden building blocks, ABS material has no risk of paint peeling and wear.\r\n【Enjoyable Game for Party, Kids, Adults, Family】: Our balance building table game is a great way to spend quality time with your family. Suit for 2player+. Amazing conversation board game for kids, teens, adults. Idea icebreaking toy and Family interactive parent-child toys. Elevate your family gatherings with our Balance Stacking Block Game.\r\n【Develops Essential Skills】: Away from smart devices, kids, parents and friends can focus on stacking toys. Every kid or adults love to stack puzzles or use lovely little blocks as an open-ended toy. Promote communication and improve social skills. Colorful Blocks helps children develop mental skills, hand-eye coordination, concentration and patience; they also spark children\'s interest in learning mathematical, geometrical, and scientific concepts, making learning an enjoyable experience.\r\n【Best Gift & Party Choice】: Awesome gift for Children\'s Day, Christmas, birthdays, holidays, new year and rewards. Perfect choice of party communication, interactive topic. It can liven up the party atmosphere, increase interactive topics and release work stress.\r\n【Fun and Challenging】: Tower balancing stacking toys is a fun and challenging game, can be stacked like tetris, that will keep you entertained for hours. The game is easy to learn but difficult to master, making it a great way to challenge yourself and improve your balancing skills.', 15.97, NULL, NULL, 19.99, 'Tetra Tower Games-48796.jpeg', 'Tetra Tower Games-69262.jpeg', 'Tetra Tower Games-85792.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-29 02:25:24', '2024-02-29 02:25:24'),
(6070, 'Feeding Booster Seat - Anko $20 (', 'gHtIQgwZ9', 11, 'Boost your little one\'s mealtimes with our feeding booster seat. Designed with convenience and safety in mind, this feeding seat features a removable tray and a safety harness to keep your child secure. With this seat, your little one will have the perfect height to comfortably enjoy their meals. Whether it\'s breakfast, lunch, or dinner, make every meal a delightful experience for your child. Invest in this feeding booster seat and watch your little one thrive during mealtimes.', 15.00, NULL, NULL, 20.00, 'Feeding Booster Seat - Anko $20 (-90833.jpg', 'Feeding Booster Seat - Anko $20 (-26036.jpg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-29 02:26:08', '2024-02-29 02:26:08'),
(6071, 'Magnets Building Set', 'TTIe83y1a', 15, 'Total:100PCS(94 basic shapes,2 car bases, plus 4 click-ins which are used for the hollow square tiles), with beautiful box, and an idea book, compatible with most of other branded tiles. Wonderful magnetic building tiles set for kids.\r\nMaterial:made of ABS plastic, no smell. Adopting ultrasonic welding technology, ASTM-approved STEM toy, safe for kids to play, colorful magnetic building tiles, smooth surface like ice. High transparency,round edges, not easy to scratch.\r\nLearning while playing, educational and inspirational, start from simple 2D patterns to 3D modeling. Unlimited Possibilities, just don\'t limit yourself, build whatever you want(castles, houses, the sun, flowers, animals, rockets and so on),almost suitable for all ages,free you of the baby-siting, away kids from video games, and be more focused.\r\nThe more tiles, the more fun you will get, also work for Multi-players, enhance your relationship with your kids by playing together, STEM toy for class, Kindergartens,daycare centers, help kids master construction skills, color recognition, sorting skills, stacking skills. Perfect gift for boys and girls,your kids/grand kids will definitely love it.\r\nCustomer first. We aim to provide flawless products and perfect customer service. If there is any quality problem, please don\'t worry,we will take full responsibility and give you satisfying solutions.', 49.99, NULL, NULL, 72.99, 'Magnets Building Set-82264.jpeg', 'Magnets Building Set-42113.jpeg', 'Magnets Building Set-88932.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-29 02:29:09', '2024-02-29 02:29:09'),
(6072, 'STEM Building Blocks Magnet Toys', 'qmGAg5mTI', 15, '【ALL IN ONE BOX】 This comprehensive magnetic tile set is every child\'s dream! Featuring 124 magnet tiles in diverse shapes,2 figures (non-magnetic), a top-notch fabric carrying case, and an exclusive Idea Book, this set has it all. Additionally, the inclusion of 2 magnetic cars adds extra excitement, complementing the vibrant, colorful pieces that captivate kids\' attention.For young enthusiasts poised to embark on the next level of magnetic building, this set stands as the ultimate choice\r\n【Committed to safety and durability】Crafted from durable, non-toxic ABS plastic, Gemmicc Magnetic Tiles prioritize safety with rounded corners to protect your child\'s hands. Our advanced manufacturing, employing cutting-edge ultrasonic welding technology, guarantees flawless construction. Feel confident in your children\'s safety while witnessing their boundless creativity and imagination thrive\r\n【Endorsed for STEM education】This Gemmicc Magnetic Tiles set is a perfect fit for classrooms, families, kindergartens, and daycare centers. This enriching toy set hones children\'s fine motor skills and nurtures their ability to recognize colors and shapes. Enabling the creation of 2D shapes and delving into 3D geometrical structures, it empowers children to translate their visions into reality, fostering a rewarding sense of accomplishment as they play\r\n【Powerful Magnetism, Build Bigger】Featuring robust magnets, these magnetic building blocks offer amplified magnetism, empowering your child\'s constructions. With this increased strength, children can engineer towering and expansive structures, encouraging them to think big and construct on a grander scale. Perfectly suited for kids aged 3 to 9, these blocks present an ideal gift option for birthdays or Christmas, stimulating creativity and imaginative play\r\n【Count on our first-grade customer service】If you face any quality issues, don\'t hesitate to reach out. Our responsive team is committed to swiftly resolving your concerns, offering quick solutions. Should any problems arise with our toys, be assured we\'ll promptly replace your set or provide a refund', 54.99, NULL, NULL, 65.99, 'STEM Building Blocks Magnet Toys-24869.jpeg', 'STEM Building Blocks Magnet Toys-79594.jpeg', 'STEM Building Blocks Magnet Toys-59975.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-29 02:32:26', '2024-02-29 02:32:26'),
(6073, 'Portable Highchair Booster Seat - Anko', 'lRM9ve4z9', 11, 'Elevate your child\'s feeding experience with our portable highchair booster seat. Whether you\'re visiting family, dining out or enjoying a picnic in the park, this portable highchair booster seat is a must-have. Say goodbye to uncomfortable seating arrangements. Upgrade your child\'s feeding time with our portable highchair booster seat today!', 40.00, NULL, NULL, 49.00, 'Portable Highchair Booster Seat - Anko-17441.jpg', 'Portable Highchair Booster Seat - Anko-41505.jpg', 'Portable Highchair Booster Seat - Anko-60398.jpg', 'Babies', 4.5, NULL, 1, '2024-02-29 02:34:40', '2024-02-29 02:34:40'),
(6074, 'Drone Home', 'H2dEuyT3l', 15, 'Race to launch your aliens down the ramps and land inside the drone! Watch out—there’s a delay once you make it in, so others can knock you out! If you stay in and your alien escapes when the drone lifts off, you’re one step closer to winning! Get rid of all your aliens first to win! It’s fast-paced fun for the whole family, and it’s the first game to include a real, flying drone! Requires batteries, not included.', 14.49, NULL, NULL, 24.99, 'Drone Home-11084.jpeg', 'Drone Home-68072.jpeg', 'Drone Home-85443.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-29 02:36:41', '2024-02-29 02:36:41'),
(6075, 'Paint Spin Art Machine Kit', 'xe0BT2HlI', 15, 'UNLEASH CREATIVITY: Dive into the world of splatter art and create unique masterpieces reminiscent of famed artists like Jackson Pollock and Shozo Shimamoto.\r\nNO RULES, JUST FUN: With abstract art, there\'s no right or wrong. Use the white crayon for special effects, choose from 7 vibrant and metallic paints, and let your imagination run wild.\r\nALL-INCLUSIVE KIT: This comprehensive set comes with a paint spinning machine, splatter guard, 4 bright paints, 3 shimmering metallic paints, 20 artboards in varied shapes, and 2 unique white crayons for special effects.\r\nHASSLE-FREE SETUP: Equipped with a splatter guard and intuitive setup process, this kit ensures a mess-free art experience for all ages.\r\nSAFE & NON-TOXIC: Prioritizing safety, our Paint Vortex kit is non-toxic and kid-friendly, making it perfect for young artists.\r\nTHE PERFECT GIFT: Whether for a birthday, holiday, or just because, this kit promises endless hours of fun and creativity, making it a cherished gift for young and old alike.\r\nVARIETY GALORE: Choose from 20 artboards in different shapes and sizes, ensuring every creation stands out uniquely.\r\n100% SATISFACTION GUARANTEED: We believe in the magic of our product, and we stand behind it. If you\'re not completely satisfied, we\'ll make it right.', 24.99, NULL, NULL, 29.99, 'Paint Spin Art Machine Kit-98168.jpeg', 'Paint Spin Art Machine Kit-52240.jpeg', 'Paint Spin Art Machine Kit-84941.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-29 02:40:06', '2024-02-29 02:40:06'),
(6076, 'Tommee Tippee Closer to Nature Colour My World Baby Bottle 260ml', 'EIGDYq1HF', 11, 'From Closer To Nature comes this handy 3 pack of 260ml colour my world bottles for your little bubs. A great gift addition.\r\n\r\nWith Tommee Tippee\'s award-winning range of BPA free Bottles, switching between breast and bottle feeding becomes easier than ever before. They\'ve designed the unique, easy-latch-on teat shape with breastfeeding experts to mimic the natural flex, stretch and movement of a mum\'s breast. Together with the bottle\'s super-sensitive valve, this encourages your baby\'s intuitive feeding action for comfortable, relaxed feeding.', 15.00, NULL, NULL, 20.00, 'Tommee Tippee Closer to Nature Colour My World Baby Bottle 260ml-83191.jpg', 'Tommee Tippee Closer to Nature Colour My World Baby Bottle 260ml-50568.jpg', NULL, 'Babies', 4.5, NULL, 1, '2024-02-29 02:40:45', '2024-02-29 02:40:45');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(6077, 'Water Doodle Mat', 'gCzXJawRe', 15, 'Water Drawing Mat:Large size.Ocean pattern.Be easy to use.Can be folded into the compact size.Portable for indoor outdoor and travel.A great learning toy for toddlers.A good interaction toy for boys and girls.\r\nDoodle Drawing Mat Size: 40 x 28 inch. Package included: Mat x 1 + Pens x 6 + Drawing mold x 8 + Drawing template x 4 + Drawing booklet x 1- For age 3 years old +\r\nWater Doodle Mat Kids Toys - Reusable - Fill the pen with clean water and draw on the mat,after 3-10 minutes,it magically disappears(depending on temperature and airflow),and children can paint on the drawing mat again and again.\r\nEducational Toys:No Ink,No Paint,Non-Toxic,Non-Polluting,Never make a mess.The back of the mat is water-resistant nylon material,clean and safety for kids. The traces will never be chaotic, satisfying the imagination and creativity of the kids\' infinite painting.\r\nPerfect Gift:Color packing box.This magical water painting pad allows your child to paint with friends on the table or floor,exercise hand-eye coordination and color perception,develop painting and creative skills.The best choice for kids birthday gift or christmas gift.', 26.99, NULL, NULL, 37.99, 'Water Doodle Mat-98851.jpeg', 'Water Doodle Mat-80022.jpeg', 'Water Doodle Mat-11353.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-29 02:43:51', '2024-02-29 02:43:51'),
(6078, 'JOYIN Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids - Perfect Christmas & Birthday Big Gifts for Kids, Ages 3+', 'u6mUnBPSi', 15, 'Safety Feature: To ensure the claw machine works properly, do not exceed 5.5V USB cable voltage or use USB and batteries at the same time. Do not put items into the port when the machine is operating.\r\nThe Ultimate Claw Machine Arcade: Your purchase includes 1 Claw Machine with a specially designed access hole at the back for easy loading and unloading. The package also comes with 1 Charging Cable for immediate fun. 【Balls & Plush Toys Not Included.】\r\nTwo Convenient Power Options: Use the provided charging cable for endless play or insert 3 D batteries (not included) for portable fun. Rated Voltage-5.5 DC.\r\nCharming LED Lightning: Our claw machine features vibrant LED lights, making each attempt to win the toy a vivid and memorable experience.\r\nBuilt-in Volume Control: Keep the noise to a minimum or turn it up for an authentic arcade experience. You\'re in control with our integrated volume adjuster.', 39.99, NULL, NULL, 49.99, 'JOYIN Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids - Perfect Christmas & Birthday Big Gifts for Kids, Ages 3+-82393.jpeg', 'JOYIN Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids - Perfect Christmas & Birthday Big Gifts for Kids, Ages 3+-95218.jpeg', 'JOYIN Claw Machine Arcade Toy with LED Light & Adjustable Sound, Rechargable Dispenser Toys Mini Vending Machine for Kids - Perfect Christmas & Birthday Big Gifts for Kids, Ages 3+-14771.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-29 02:48:31', '2024-02-29 02:48:31'),
(6079, 'Pop Fidget Toys Handheld Game for Teens', 'UXGXianEm', 15, '🎁 【Four exciting game modes】 With four different game modes, the Pop fidget toys offers endless fun and challenges for players of all ages. Whether you\'re looking for a fast-paced puzzle game or a relaxing matching game, the sensory toy has something for everyone.\r\n🎁 【Enjoy Stress Relieving Process】Quickly push the game fidget stress relieving Toys not only suitable for children, teens and adults can also benefit from the stress relieving effects of fidget toys. Our toy provide a great way to take a break from work or other stressful activities and focus on interesting and attractive things.\r\n🎁 【Versatile Pop Fidget Game Machine】Get ready for endless hours of fun with our versatile pop fidget toy! With four exciting game modes, including single-player challenges and multiplayer showdowns, this handheld toy is perfect for players of all ages. Simply install three AAA batteries and adjust the volume to your liking, then let the games begin!\r\n🎁【Easy To Play】Pop all the lit bubbles as soon as they appear, and then press the big button on the back to reset the bubbles before time runs out! Keep popping the bubbles fast to level up. It is a perfect gift for boys and girls to developing fine motor skills, cognitive abilities, and sensory processing skills, making it an ideal educational toy for kids.\r\n🎁【Warranty】Our primary goal is to satisfy our customers, if there is any problems, please feel free to contact us, we will give you a satisfactory solution within 24 hours.', 9.99, NULL, NULL, 15.99, 'Pop Fidget Toys Handheld Game for Teens-30051.jpeg', 'Pop Fidget Toys Handheld Game for Teens-22150.jpeg', 'Pop Fidget Toys Handheld Game for Teens-85483.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-29 02:52:02', '2024-02-29 02:52:02'),
(6080, 'Mini Cars, Puzzle Rail Car', 'ZFuHvrJS0', 15, 'Fun Educational Toy - This car adventure toy has the perfect design, with 6 buttons and 8 different challenges, 6 mini cars: a police car, ambulance, fire engine, school bus, taxi and beetle car. It helps to train and improve children\'s motor skills and hand-eye coordination by guiding children through every obstacle and challenge\r\nDurable & Safety - Made of high-quality and durable ABS plastic, it is the perfect solution for when toddlers get into tantrums and start throwing things around. Non-toxic water-based paint materials and polished smooth edges and corners for use securely\r\nNo Batteries Needed - Guide the toy for Kids 3-5 Years Old through the obstacle and pass each challenge, letting children immerse themselves in the world of transportation or car adventure. Built-in mechanical linkage track, inertial vehicle track, no battery required. The stable physical structure makes the product stronger and not easily damaged\r\nHours of Fun & Skill Development - 2-in-1 track with cooperation games brings more joy than a traditional single track for kids. Guide the toy cars through the obstacle and pass each challenge, which is great for training and improving kids’ motor skills, problem-solving, and hand-eye coordination. Experience the thrill of victory and enjoy hours of fun\r\nPerfect Gift for Kids - This track table vehicle set is designed with a unique color matching to stimulate kids\' color perception. It is a decent option for a game, suitable for boys and girls aged 3+ playing at home. Excellent holiday gift idea. They are wonderful Christmas Birthday and Easter Gifts for Kids', 19.99, NULL, NULL, 38.99, 'Mini Cars, Puzzle Rail Car-49738.jpeg', 'Mini Cars, Puzzle Rail Car-64446.jpeg', 'Mini Cars, Puzzle Rail Car-79475.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-29 02:57:22', '2024-02-29 02:57:22'),
(6081, 'Transform Remote Control Car Toy', '3cbg4fNaq', 1, 'UPGRADED 2.4GHZ REMOTE CONTROL: This transforming RC car comes equipped with a 2.4GHz remote controller, providing faster response times and a control range of up to 50 meters. Its strong anti-interference ability helps minimize disruptions from other electronic devices, ensuring even more precise control\r\nONE-KEY AUTOMATIC TRANSFORMATION: This remote control transforming car can easily and smoothly shift from a vehicle into a robot with just a gentle press of a button. Children can effortlessly switch between various forms, enhancing their gaming experience\r\nSAFE AND DURABLE: Designed with safety in mind, this transforming car features smooth edges and durable materials that can withstand impact and falls, even during the most vigorous play sessions. Rest assured that your child will enjoy a lasting and joyful entertainment experience with this sturdy and resilient toy\r\n360° ROTATION AND HIGH-SPEED DRIVING: With a flexible drift wheel on the bottom, this transforming car can effortlessly execute 360° rotations between car and robot modes. Its unique omnidirectional wheel design allows for 360° rotation and drift, enabling it to perform a variety of cool and daring stunts\r\nIDEAL GIFT FOR CHILDREN AGED 4-8 YEARS: This RC transform car is the ideal gift for children aged 4-8 years old, combining safety, durability, ease-of-use, and advanced 2.4GHz technology with cool stunts and easy transformation, to bring children an exciting and engaging playtime', 16.98, NULL, NULL, 26.99, 'Transform Remote Control Car Toy-28773.jpeg', 'Transform Remote Control Car Toy-86625.jpeg', 'Transform Remote Control Car Toy-49212.jpeg', 'Beauty & personal care', 4.5, NULL, 1, '2024-02-29 03:00:29', '2024-02-29 03:00:29'),
(6082, 'Weighted Straw Cup, Assorted - Anko', 'mkEJRXUgT', 11, 'Introducing our Weighted Straw Cup from Anko! Designed for babies aged 6+ months, this cup is perfect for promoting self-feeding and making the transition from bottle to cup easy and enjoyable. The weighted straw moves with the liquid, allowing your baby to drink from any angle. With a simple flip-top lid closure and 2 handles, this cup is convenient and easy to use. Made from Polypropylene (PP) and silicone, it is BPA free and dishwasher safe (top shelf only). Grab your Weighted Straw Cup today and make drinking a breeze for your little one', 7.00, NULL, NULL, 8.00, 'Weighted Straw Cup, Assorted - Anko-33515.jpg', 'Weighted Straw Cup, Assorted - Anko-53008.jpg', NULL, 'Babies', 4.0, NULL, 1, '2024-02-29 03:01:10', '2024-02-29 03:01:10'),
(6083, '3-in-1 Hover Hockey Soccer Ball Kids Toys Set', '2qUL2fRgv', 15, '🏆🥇【𝟑-𝐢𝐧-𝟏 𝐇𝐨𝐯𝐞𝐫 𝐇𝐨𝐜𝐤𝐞𝐲 𝐒𝐨𝐜𝐜𝐞𝐫 𝐒𝐞𝐭】: Includes 1 rechargeable hover hockey, 1 rechargeable hover soccer ball, 2 goals, 1 inflatable soccer, 2 hockey sticks and 1 charging cable. The two balls are powered by a 350mAh lithium-ion rechargeable battery. Due to the long sea transportation,the hover hockey may run out of battery when it arrives, at which point it needs to be fully charged to work.\r\n⚽🥅【𝐒𝐚𝐟𝐞𝐭𝐲 𝐒𝐨𝐟𝐭 𝐅𝐨𝐚𝐦 𝐁𝐮𝐦𝐩𝐞𝐫】: The hover hockey soccer set is made of non-toxic and safe materials, no odor, no fading, and no harm to kids! The edge of the hover ball is equipped with a foam buffer layer and soft foam pads on the edge, which can protect the safety of children and your walls or furniture from bumps, scratches or marks. It is very suitable for children or pets to play.\r\n⛹️‍♀️⛹️【𝐒𝐮𝐬𝐩𝐞𝐧𝐬𝐢𝐨𝐧 𝐓𝐞𝐜𝐡𝐧𝐨𝐥𝐨𝐠𝐲 𝐃𝐞𝐬𝐢𝐠𝐧】: Using a powerful fan floating device, hockey and hovering football can float and slide on any smooth surface, such as hardwood floors, tile floors, basements and even low-hair carpets. This is a perfect family travel outdoor toy for kids ages 3 years old and up.\r\n⚽🏒【𝐔𝐧𝐢𝐪𝐮𝐞 𝐋𝐄𝐃 𝐃𝐞𝐬𝐢𝐠𝐧 & 𝐄𝐚𝐬𝐲 𝐭𝐨 𝐀𝐬𝐬𝐞𝐦𝐛𝐥𝐞】: 3-in-1 hover hockey soccer set is easy to assemble and disassemble. The hover soccer ball has built-in colorful LED lights, which can emit bright colored lights in the dark, making children\'s night games wonderful! Bring more fun to children. Best holiday birthday hockey gifts for kids, girls, boys, toddlers.\r\n🎄🎁【Perfect Gift for Children】: Nazano kids indoor soccer hockey ball set is a fun indoor and outdoor entertainment toy, very suitable for children to enjoy the perfect holiday, in addition, it can also be used as Birthday/Christmas/Thanksgiving/Children’s Day/Hanukkah/Easter/STEM/Summer camp activities/back to school gifts. If there are ever any issues or problems with your item, please feel free to contact us anytime! we will always reply within 24 hours to answer your questions.', 31.99, NULL, NULL, 33.99, '3-in-1 Hover Hockey Soccer Ball Kids Toys Set-47872.jpeg', '3-in-1 Hover Hockey Soccer Ball Kids Toys Set-33458.jpeg', '3-in-1 Hover Hockey Soccer Ball Kids Toys Set-66452.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-02-29 03:04:35', '2024-02-29 03:04:35'),
(6084, 'Construction Toys with Kinetic Build-It Sand & Rubble Action Figure', 'qTbt3fZNW', 15, 'Team up with your favorite PAW Patrol Pup, Rubble, and create exciting construction play, with the Bark Yard Workshop Playset! Featuring exciting construction toys and toy tools, like a toy drill and a movable miter saw, as well as 3 oz of Kinetic Build-It sand, which is are fascinating sensory toys for kids that you can use to create molded logs and building blocks to build with, and then drill holes in them and chop them up with the kids tools, to create even more innovative building projects! This amazing playset also includes a Rubble toy figure that stands over 2-inchces tall, so kids and their parents can pretend to team up with Rubble to relive their favorite scenes from the show and create cute projects of their own! For even more exciting ways to play, look for all the Rubble & Crew construction truck toys and toy figures and playsets with Kinetic Build-It sand, along with the Bark Yard Crane Tower Playset to build out your pretend play construction world even more (each sold separately)! Bring the excitement of the Rubble & Crew series to life with Rubble’s Workshop Playset!', 10.69, NULL, NULL, 19.99, 'Construction Toys with Kinetic Build-It Sand & Rubble Action Figure-60065.jpeg', 'Construction Toys with Kinetic Build-It Sand & Rubble Action Figure-73724.jpeg', 'Construction Toys with Kinetic Build-It Sand & Rubble Action Figure-54324.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-02-29 03:09:19', '2024-02-29 03:09:19'),
(6085, 'Toddler Flatware 16 Piece, Assorted - Anko', 'Iy3LmYT56', 11, 'Introduce your little one to the wonderful world of cutlery with the ANKO 16-piece Toddler Flatware Set. This convenient set includes 8 colourful spoons and 8 forks, providing everything you need for mealtime success. Whether you\'re at home or on the go, this dishwasher safe flatware set is there to make your life easier. Crafted without any harmful BPA, these durable utensils are a perfect choice for busy families. The ergonomic handles are designed to fit comfortably in your child\'s little hands, promoting self-feeding and encouraging independence. Make mealtime a breeze with this fun and functional flatware set!', 4.00, NULL, NULL, 5.00, 'Toddler Flatware 16 Piece, Assorted - Anko-65565.jpg', 'Toddler Flatware 16 Piece, Assorted - Anko-30113.jpg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-29 03:11:05', '2024-02-29 03:11:05'),
(6086, 'Meat Chopper for Hamburger', 'xPYLH88PM', 15, 'Perfect Kitchen Tool: Our meat chopper tool with 5 wide beveled pinwheel blades, which is easier to chop and crumble food than other products with three or four blades. This meat masher can not only chop all kinds of meats for quick cooking, but is also very suitable for mixing and mashing other foods, such as gelatin, fruits, vegetables, etc.\r\nPremium And Safe Material: Our ground meat masher is made of very solid nylon material, BPA free, non-stick, odorless, and with a high temperature resistance up to 447℉; It is safe to use on all types of cookware including non stick and coated.\r\nErgonomic Design: Our chopper and masher comes with a non-slip ergonomic handle and five blades designed to efficiently chop, mix, mash and smash, and can relieve hand fatigue, making your kitchen tasks easier and faster.\r\nEasy To Clean: This meat masher adopts anti-dirt design, non-stick surfaces, the ground meat chopper can be cleaned easily in the sink or dishwasher. This meat smasher utensil is the best tool for cooking in your kitchen.\r\nEasy To Use: Simply press the blade of the ground beef smasher into the cooked food and stir to the desired consistency; use the angled blade to scrape the sides of bowls and pots when mixing and mashing food.', 9.99, NULL, NULL, 14.99, 'Meat Chopper for Hamburger-70965.jpeg', 'Meat Chopper for Hamburger-27949.jpeg', 'Meat Chopper for Hamburger-69291.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-29 03:13:50', '2024-02-29 03:13:50'),
(6088, 'Drawer Chest - Anko', 'HSeaCYeEr', 11, 'Introducing the ultimate storage solution for your bedroom or living space - the 8 Drawer Chest in Grey by Anko. Designed with both style and functionality in mind, this versatile chest offers ample space to store all your clothes, accessories, and everyday essentials. With its sleek grey finish and eight spacious drawers, it effortlessly complements any interior decor. Organise your belongings and keep your space tidy with ease. Upgrade your home today with this stylish and practical 8 Drawer Chest by Anko. Order now and experience the convenience and elegance it brings to your living space!', 70.00, NULL, NULL, 79.00, 'Drawer Chest - Anko-92275.jpg', 'Drawer Chest - Anko-79764.jpg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-02-29 03:17:10', '2024-02-29 03:17:10'),
(6089, 'LuoCoCo Cute Egg Separator', 'qV7jH5xHg', 15, 'Novelty Design: The vomiting chicken egg separator adopts hand painted design, cute cartoon chick image, one can chortle on each occasion as one watches a small chicken vomit, which adds more fun in the kitchen\r\nEasy to Use: Break the egg into the separator by placing it in the top opening and then the egg white can flow straight out of the chick\'s mouth so that the egg white is free from the yolk. The process is quick and interesting\r\nGood quality material: The ceramic egg separator is made of ceramic materials, with smooth inner walls, which are cleaner, healthier and safer than the ordinary plastic separators.\r\nEasy to Clean: The egg separator is easy to clean, it can be washed by hand with water or detergent, it can also be washed in the dishwasher, and it can be used in microwave ovens, ovens and disinfection cabinets\r\nPerfect Gift: Novel and cute, and practical efficient to separate egg yolk and white in the kitchen, bakery, outdoor. If you want to give gifts to friends and family, this egg separator is a good choice. Loved by young and old', 4.97, NULL, NULL, 7.99, 'LuoCoCo Cute Egg Separator-27434.jpeg', 'LuoCoCo Cute Egg Separator-26179.jpeg', 'LuoCoCo Cute Egg Separator-10278.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-29 03:17:14', '2024-02-29 03:17:14'),
(6090, 'Delamu Sushi Making Kit, 20 in 1 Bazooka Roller Kit with Chef’s Knife, Bamboo Mats, Rice Mold, Temaki Sushi Mats, Rice Paddle, Spreader, Chopsticks, Sauce Dishes, Guide Book', 'Sr0L480sw', 15, '4 Different Sushi Tools: Do you want to try to make basic sushi rolls, Temaki sushi, Nigiri sushi, Gunkan, etc different sushi? Get this Delamu sushi making kit and you will get four different sushi tools. The Bamboo Mats can make basic sushi rolls like a pro, like California rolls. The Bazooka Roller can easily finish a rice roller. The Temaki Mat is the love of Temaki sushi lovers. The Rice Mold can easily make Nigiri, Gunkan sushi\r\nUpgraded 20 in 1 Sushi Kit: Get Delamu sushi making kit to make a different type of sushi. You will get: 2 x Bamboo sushi mats, 1 x Bazooka Roller, 2 x Temaki Rollers, 1 x Rice Mold, 1 x Sushi Knife, 5 x Pairs of Chopsticks, 2 x Chopsticks Holders, 1 x Rice Paddle, 1 x Rice Spreader, 2 x Sauce Dish, 1 x Sushi Cutting Mold, 1 x Guide Book\r\nBooklet User Guide: No worries about how to use these tools, since we have detailed manuals to show you how to use the different tools. The instructions also explore the easiest way to prepare sushi rice at home, learn how to roll sushi, and unlock the six sample recipes that can be made from a kit. With this basic guide, you can confidently master the expert sushi-making method. You will love it\r\nSafe and Easy to Use: All parts are safety certified. Our bamboo mats are material certified and the cutting tools are made of BPA free plastic, which means they are safe and healthy to use. Make your sushi at home instead of spending all your money in an expensive Japanese restaurant. You can prepare delicious sushi quickly and conveniently at home\r\nEnjoy the Sweet Time to Make Sushi: Enjoy making new foods at home for your family and practice eating homemade sushi with detailed chopsticks. You can also make sushi rolls with your children. It will teach your children something new and develop the fine motor skills of their hands. Why not try making your own at home', 46.98, NULL, NULL, 54.98, 'Delamu Sushi Making Kit, 20 in 1 Bazooka Roller Kit with Chef’s Knife, Bamboo Mats, Rice Mold, Temaki Sushi Mats, Rice Paddle, Spreader, Chopsticks, Sauce Dishes, Guide Book-98153.jpeg', 'Delamu Sushi Making Kit, 20 in 1 Bazooka Roller Kit with Chef’s Knife, Bamboo Mats, Rice Mold, Temaki Sushi Mats, Rice Paddle, Spreader, Chopsticks, Sauce Dishes, Guide Book-91631.jpeg', 'Delamu Sushi Making Kit, 20 in 1 Bazooka Roller Kit with Chef’s Knife, Bamboo Mats, Rice Mold, Temaki Sushi Mats, Rice Paddle, Spreader, Chopsticks, Sauce Dishes, Guide Book-91425.jpeg', 'Gadgets and electronics', 4.5, NULL, 1, '2024-02-29 03:21:58', '2024-02-29 03:21:58'),
(6091, 'Herb Stripper, Jiaedge Green 9 holes Stainless Steel Kitchen Herbs Leaf Stripping Tool, Metal Herb Peeler for Kale, Collard Greens, Thyme, Basil, Rosemary Stripper', 'PweSHJCid', 15, 'Multifunctional herb tool: quickly and effectively peel the leaves from the stems, such as the leaves of herbs, kale, beet, basil, thyme, rosemary and other plants. It can also be used as a knife for cutting vegetables, stainless steel grass peeling knife\r\nPractical Design: L*W is: 4.8*2.7in; 9 different size stripper holes: 1mm,3mm，4mm, 5mm, 7mm, 10mm, 12mm, 13mm, 15mm, which are suitable for most herbs, kale stripper which could save your time efficiently\r\n2 in 1 design for stripping and cutting leaf: Curved edge can be used as a kitchen knife for easy cutting,and safe PP protection cover. it could save your time for changing to another knife,Easy to clean and reusable.\r\nProduct advantages: humanized shape, comfortable grip, dishwasher safe and easy to clean\r\n100% RISK FREE PURCHASE: We guarantee the quality of herb stripper our products. If you have any questions, we are happy to provide an unconditional refund or replacement.', 7.99, NULL, NULL, 12.99, 'Herb Stripper, Jiaedge Green 9 holes Stainless Steel Kitchen Herbs Leaf Stripping Tool, Metal Herb Peeler for Kale, Collard Greens, Thyme, Basil, Rosemary Stripper-83674.jpeg', 'Herb Stripper, Jiaedge Green 9 holes Stainless Steel Kitchen Herbs Leaf Stripping Tool, Metal Herb Peeler for Kale, Collard Greens, Thyme, Basil, Rosemary Stripper-82220.jpeg', 'Herb Stripper, Jiaedge Green 9 holes Stainless Steel Kitchen Herbs Leaf Stripping Tool, Metal Herb Peeler for Kale, Collard Greens, Thyme, Basil, Rosemary Stripper-70517.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-29 03:26:16', '2024-02-29 03:26:16'),
(6092, 'Auto Electric Can Opener', 'XAjlGfh0m', 15, '【The last electric can opener you\'ll need】The Kitchen Mama automatic can opener is the best hands-free can opening solution for you! 4 AA batteries make it work like a charm! **Batteries not included**\r\n【Easy operation】Open almost any cans with our electric can opener. Press the button to start. It cuts cleanly around the side of cans leaving smooth edges. Press the button again to stop. EASY!\r\n【Joyful unwrapping 】 Surprise your loved ones this holiday season with our electric can opener - a perfect blend of elegance and practicality. Ideal gift for wife, mom, or kitchen gadget lovers, it\'s a thoughtful and useful present under the Christmas tree.\r\n【Safety design】The blade cuts along the side of the lid without touching the food inside. Leave no sharp cuts. -- SUPER SAFE!\r\n【User-friendly, ergonomic design】A great help for people with challenges gripping, best friend for elderly suffering from arthritis problem.\r\n【Enjoy the best cooking experience】Your hands deserve to be treated like royalty! No effort. No injury. Save your energy. Save time. 𝗬𝗘𝗦 𝗬𝗢𝗨 𝗖𝗔𝗡.', 29.99, NULL, NULL, 35.00, 'Auto Electric Can Opener-74452.jpeg', 'Auto Electric Can Opener-37307.jpeg', 'Auto Electric Can Opener-25222.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-29 03:30:39', '2024-02-29 03:30:39'),
(6093, 'Gracula Garlic Crusher', 'IRjDrhK5G', 15, 'Fang-tastic Garlic Crusher - Meet Gracula, your go-to vampire garlic mincer! This garlic grinder fearlessly crushes cloves, unpeeled and all. With durable ABS plastic build, our funny kitchen gadgets stands up to the test of time... and taste!\r\nA Frightfully Fun Gift - Seek no further for cool kitchen gadgets 2023 and funny kitchen gifts! This spooky garlic chopper swoops in as a must-have in your cute kitchen gadgets and cooking gifts!\r\nNo More Garlic-ky Fingers - Tired of lingering garlic smell on your hands? This garlic smasher\'s got you covered! Its smart design keeps your hands clean and odor-free while you prepare your favorite garlic-infused recipes.\r\nEndless Versatility - Gracula is not just a one-trick vampire garlic crusher! This versatile garlic rocker can also crush ginger, nuts, herbs, and more. With this garlic dicer in your kitchen, accessories you\'ll have a playful multifunctional companion!\r\nA Sprinkle of Fun - Ever heard of the one where they lived happily ever after? That\'s the story with OTOTO. Our cute products always feature a quirky twist to stop the bore in doing chores!', 24.95, NULL, NULL, 29.95, 'Gracula Garlic Crusher-28614.jpeg', 'Gracula Garlic Crusher-12595.jpeg', 'Gracula Garlic Crusher-17091.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-29 03:35:00', '2024-02-29 03:35:00'),
(6094, 'Barbecue Tong Tool 18-inch Lightweight Tongs, Spatula and Grill Scraper', 'qwPoWuT0r', 15, 'GRABS, FLIPS & CLEANS! This 3 IN 1 TOOL GRABS more precisely that a regular set of tongs. FLIPS more efficiently than a spatula. Even scrapes your grill CLEAN! The 2 spatulas were designed to be of identical size, 1 ¾ inch (4.5 cm) wide, to GRAB ANYTHING with precision and ease. The beveled edges of the spatulas slide easily under stuck-on food. The DUAL SPATULA LOCKING SYSTEM locks on food when flipping on the grill, ensuring complete grilling control and more precision than other bbq tools\r\nYou can even CLEAN your grill using the cleaning grooves and eliminate the need for wire brushes which are dirty and can be dangerous. The two grooves, on the BBQ Croc’s upper spatula, fit 90% of grills and effectively scrape the food residues off the grill bars. This innovative multi-purpose 3 in 1 barbecue tool eliminates the need for multiple cumbersome tools. No need to switch back and forth between different tools, BBQ Croc is the only tool you’ll need!\r\nBONUS FEATURES - Bottle opener, serrated edges on the spatulas for a more secure grab and ergonomic non-slip texturized handles ensure a firm & comfortable grip. Resist up to 180˚C (350˚F). Over 18 inches (46 cm) long it ensures that your hands never get burned while grilling, even when reaching to the back of the grill. Extra light, only 7 oz (200 g), so you can move your food with precision and ease over the grill.\r\nThe scissor mechanism of the BBQ Croc allows the jaws to open wide, up to 6 inches and close at the perfect angle for extreme precision. This design also amplifies the strength of your grip, allowing you to grab large pieces with minimal effort. It is also perfect for grabbing food out of a deep pot, like corn or lobster. HIGH QUALITY, premium food grade aluminum alloy; rust proof. Strong enough to lift a chicken or roast', 23.13, NULL, NULL, 29.99, 'Barbecue Tong Tool 18-inch Lightweight Tongs, Spatula and Grill Scraper-29537.jpeg', 'Barbecue Tong Tool 18-inch Lightweight Tongs, Spatula and Grill Scraper-17590.jpeg', 'Barbecue Tong Tool 18-inch Lightweight Tongs, Spatula and Grill Scraper-55020.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-29 03:39:33', '2024-02-29 03:39:33'),
(6095, 'Digital Kitchen Food Scale with Bowl (Removable) and Measuring Cup - Stainless Steel, Backlight, 11lbs Capacity - Cooking, Baking, Gym, Diet - Precise Measuring (Black)', 'fMkKnBssc', 15, 'High-Precise Measurement: Accurately measure both wet and dry ingredients with the Fradel digital food scale with bowl equipped with a portable handle, which features high accuracy, convenient functions, and fast response. Display shows 0.1oz/1g increments when weighing ingredients\r\nEasy Unit Conversion: This digital scale converts units between oz/lb\'oz/fl\'oz/g/mL at the touch of a button, making it the perfect kitchen scale. This compact scale also has a back-lit LCD display that lights up when it powers on, and is perfect for recipes by unit or by weight.\r\nMulti-Function: Able to measure/weigh the volume of milk, water, oil, flour, powder, or any other solid food in a large removable stainless steel mixing bowl. A portable handle is attached for carrying the scale easily around the kitchen.\r\nTare Function: The Fradel Scale comes with a great tare function that allows you to subtract the weight of container, and measure ingredients accurately.\r\nUser Friendly: The handle of the base has a backlit LCD screen with zero/tare functionality to easily measure multiple different foods sequentially. Requires 2 AAA batteries (not included).', 29.79, NULL, NULL, 39.99, 'Digital Kitchen Food Scale with Bowl (Removable) and Measuring Cup - Stainless Steel, Backlight, 11lbs Capacity - Cooking, Baking, Gym, Diet - Precise Measuring (Black)-65162.jpeg', 'Digital Kitchen Food Scale with Bowl (Removable) and Measuring Cup - Stainless Steel, Backlight, 11lbs Capacity - Cooking, Baking, Gym, Diet - Precise Measuring (Black)-55143.jpeg', 'Digital Kitchen Food Scale with Bowl (Removable) and Measuring Cup - Stainless Steel, Backlight, 11lbs Capacity - Cooking, Baking, Gym, Diet - Precise Measuring (Black)-61893.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-29 03:43:36', '2024-02-29 03:43:36'),
(6096, 'Stainless Steel Pepper Core Remover', 'JnB5cMIWo', 15, 'PEPPER DESEEDER TOOL: Practical and innovative core remover, making your kitchen unique. It is an indispensable tool for home kitchen and must have for barbecues, and is a boon for pepper lovers.\r\nSHARP EDGES FOR SLICING: Safe and comfortable and can control operations such as coring of pepper, chrome- plated hook end, easy to hang, non-slip handle, faster and more accurate than coring device or ordinary knife.\r\nEASY TO STORE: Our stainless-steel peeler can safely wash dishes and will not be damaged by cleaning fluid. There is a large hole at the end of the peeler, which can be hung and stored well.\r\nFOR ALL SIZES OF PEPPERS: The peeper deseeder can be a perfect addition to your tools set in kitchen. This twister can be used with small to large size green chilli or peppers to remove the inner stuff in few seconds.\r\nMULTIPURPOSE USAGE: Pepper chili seeder also suitable for zucchini, cucumber, potatoes, Apple, etc. Easy to insert and twist the blade to remove the seeds of vegetables and fruits, suitable for any long and hard vegetables and fruits.', 9.99, NULL, NULL, 13.99, 'Stainless Steel Pepper Core Remover-43757.jpeg', 'Stainless Steel Pepper Core Remover-51440.jpeg', 'Stainless Steel Pepper Core Remover-12278.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-29 03:47:38', '2024-02-29 03:47:38'),
(6097, 'Nerf Marvel Studios\' Guardians of The Galaxy Vol. 3: Star-Lord Quad Blaster Toy', 'fJdpyecuO', 11, 'PLAY AS STAR-LORD: In Marvel Studios\' Guardians of the Galaxy Vol. 3, our hero must do whatever it takes to save a friend who\'s life is in danger\r\nSAVE THE DAY WITH NERF: This role play Marvel toy is powered by NERF and includes 3 darts so kids can imagine their own action-packed adventures\r\nLOAD AND BLAST: Kids 5 and up can gear up for pretend galactic battles! Load up Star-Lord blaster with a dart, pull back to power up, and press trigger to blast!\r\nENTERTAINMENT-INSPIRED DESIGN: NERF meets Star-Lord\'s iconic blaster with a design inspired by Marvel Studios\' Guardians of the Galaxy Vol. 3\r\nLOOK FOR OTHER MARVEL TOYS: Kids can add to their super hero toy collection with other Guardians of the Galaxy toys, action figures, or role play toys that can be used for both playtime or dressing up', 10.82, NULL, NULL, 24.99, 'Nerf Marvel Studios\' Guardians of The Galaxy Vol. 3: Star-Lord Quad Blaster Toy-84631.jpeg', 'Nerf Marvel Studios\' Guardians of The Galaxy Vol. 3: Star-Lord Quad Blaster Toy-75643.jpeg', 'Nerf Marvel Studios\' Guardians of The Galaxy Vol. 3: Star-Lord Quad Blaster Toy-52244.jpeg', 'Sports and outdoor', 4.5, NULL, 1, '2024-02-29 03:48:48', '2024-02-29 03:48:48'),
(6098, 'Measuring Cups and Spoons Set', 'V5wtl99l1', 15, '【PERFECT DESIGNED TO LAST A LIFETIME】: Our measuring cups and spoons are all made out of one piece of metal so the handles will never bend or break off. We upgraded the material to rust resistant & durable 18/0 stainless steel and thickened the cup body to avoid cracking, easy to clean and dishwasher safe.\r\n【CONVENIENT TO READ MEASUREMENTS】: Each measuring cup also has outside markings for a smaller measurement size that is visible on the inside. The rectangular design of the measuring spoons is slim and narrow to fit into small spice jars or herb containers, ideal for measuring any amounts.\r\n【PROFESSIONAL SET INCLUDES ALL ODD SIZES】: This set comes with 7 stainless measuring cups: 1/8, 1/4, 1/3, 1/2, 2/3, 3/4, and 1 cup, and a measuring spoon set of 7: 1/8 tsp, 1/4 tsp, 1/2 tsp, 3/4 tsp, 1 tsp, 1/2 tbsp, 1 tbsp, 5 Mini Measuring Spoons and 2 Detachable Rings to help you reduce any measuring errors for cooking, baking or coffee, get delicious food.\r\n【KEEP YOUR KITCHEN CLEAN & TIDY】: Stackable measuring cups & measuring spoons in one bundle with a removable stainless ring which makes them easy to organize and store in the drawer, or hang on a kitchen hook. It is sleek and classy, when not in use, you can hang them on your kitchen wall as decorations.\r\n【GREAT GIFT】: Whether it’s for lighting the menorah, a stocking stuffer, or for a game of white elephant, these rust-resistant and durable measuring spoons and cups are safe to use for both dry and liquid ingredients and likely to bring your friends or family a smile. They are great for holiday cooking.', 19.79, NULL, NULL, 24.99, 'Measuring Cups and Spoons Set-89103.jpeg', 'Measuring Cups and Spoons Set-98073.jpeg', 'Measuring Cups and Spoons Set-87145.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-29 03:51:28', '2024-02-29 03:51:28'),
(6099, 'Space Saving, Cheese Grater, Bottle Opener, Fruit Vegetable Peeler, Pizza Cutter, Garlic Ginger Grinder, Herb Stripper', 'O4Aeq5wUh', 15, '🥫6 PC KITCHEN/UNIQUE GADGET SET: Set includes 1 grater for cheeses, vegetables, chocolate; 1 grinder for garlic or ginger; 1 pizza cutter / wheel for pizzas and flatbreads; 1 bottle opener; 1 swivel peeler for vegetables and fruits; 1 herb stipper. This up-to-date kitchen gadget is a great addition to your existing kitchen utensils or can be a refresh!\r\n🥘SPACE SAVING STORAGE - THREE WAYS: The space saving design allows each gadgets can be stacked on top of each other in no particular order, you can simply put it in your kitchen drawer, or hang it on the kitchen wall by the durable but removable locking ring, or pack the whole set inside the drawstring bag for storage, clutter-free and no need worry of missing.\r\n🥑DURABLE & COMFORTABLE: Blades made from 410 and 430 stainless steel to ensure smooth Peeling, Slicing and Grating. Made of durable ABS plastic. Comfortable and light in hand for easy control. Suitable for righties and lefties.\r\n🥕Easy to clean：Safety for dishwasher for fast and easy cleanup. No more worrying about how to clean stuck food from the herb hole Simply place it in the dishwasher for a thorough full cleanup.\r\n🥔UNIQUE KITCHEN GADGETS GIFT: This kitchen utensil set arrives neatly packaged in a box as a ultimate gift idea. Perfect present for small kitchens, back to school dormitary, bridal showers, RV’S & CAMPING, housewarming gifts and all other occasion.\r\n😋100% Satisfaction Guaranteed: We will do our best to provide you with the best customer service. If you have any questions, please contact us at any time (click \"Contact Seller\" from your order), we will give you the best solution within 24 hours.', 7.98, NULL, NULL, 9.98, 'Space Saving, Cheese Grater, Bottle Opener, Fruit Vegetable Peeler, Pizza Cutter, Garlic Ginger Grinder, Herb Stripper-57469.jpeg', 'Space Saving, Cheese Grater, Bottle Opener, Fruit Vegetable Peeler, Pizza Cutter, Garlic Ginger Grinder, Herb Stripper-18787.jpeg', 'Space Saving, Cheese Grater, Bottle Opener, Fruit Vegetable Peeler, Pizza Cutter, Garlic Ginger Grinder, Herb Stripper-37124.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-02-29 03:55:51', '2024-02-29 03:55:51'),
(6100, 'Flamethrower Meater Gun Lighter', 'AcRNMZ6dS', 15, '►100% UNCONDITIONAL 1 YEAR WARRANTY – If you\'re not happy with your Sear Pro propane torch for any reason, we will give you a FULL REFUND or exchange, no questions asked. At the end of the day, we want all our customers to know that they will be treated just like family. Invented by a First Responder – USA Owned Company.\r\n►GREAT GIFT & VERSATILE – Voted #1 cooking torch of 2023. The original SearPro torch is the perfect gift! Forget about other food cooking gadgets, it will sear filet mignon, ribeye’s, briskets and sous vide steaks to perfection. This industry grade torch is a perfect lump charcoal starter in seconds or finish off that delicate 5 Star baked crème brulee dessert. Perfect for a home BBQ accessories kit or a cooking show for your neighbors. Trust us, it’s a smoking HOT meat gun!\r\n🚑USA OWNED COMPANY BY A FIRST RESPONDER – This compact hand-held torch has the most powerful flame of any torch available on the market, GUARANTEED! With temperatures reaching over 1800 degrees, the original SearPro torch is a show stopper!\r\n►OUTDOOR USES – SearPro is compatible with your green egg cooker and fires will never be the same again. In less than a minute you\'ll have roaring lump charcoal, campfires, fireplace or chimney to enjoy time with family and friends. Other uses are glass blowing, welding, burning yard waste weeds and of course cooking!\r\n►MEAT MASTERPIECES & MORE – This torch lighter is ideal for searing sous vide steaks, glazing a baked ham and caramelizing ribs. Why stop short when you can also roast bell peppers, caramelize sugars, melt cheese or finish off that sweet dessert you’ve always wanted.\r\n►ADJUSTABLE FUEL CONTROL – Use as little or as much flame as you need to get the job done. Controlling the flame is easy, simply turn it down to sear on the cast iron skillet or BBQ. This versatile torch has seen it all, from Actors like Tyler Florence showing off his cooking skills on stage with the SearPro torch.\r\n►SEARPRO PACKS A PUNCH – This culinary torch is compatible with any one-pound Butane map gas, Bernzomatic or Coleman propane tank. It\'s small enough to fit into your RV, kitchen drawers or in your backpack for outdoor adventures. Also compatible with yedi breville joule inkbird everie and anova sous vide machines. The original SearPro definitely packs a punch!\r\n►COMPACT & PORTABLE - Compatible with chef kitchen torch searing torch grill lighter charcoal lighting indoor glass blowing sousvide flame thrower propane torch attachment grill gun sous vide cooker baking gadgets butane lighter blow torch bic vape bong fire wand cooking dab rig torch nectar collector camp light su-v refill lock su v torch sous vide machine mapp gas torch weed burner.\r\n►COLLABORATIONS WITH: Tyler Florence, PBS TV, Wicked Tuna Actors, Gold Peak Iced Tea.', 68.52, NULL, NULL, 89.99, 'Flamethrower Meater Gun Lighter-70096.jpeg', 'Flamethrower Meater Gun Lighter-34420.jpeg', 'Flamethrower Meater Gun Lighter-99584.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-02-29 03:59:59', '2024-02-29 03:59:59'),
(6101, 'Funnels', '5aYffggXV', 1, 'Food Grade Kitchen Accessories: Soft and flexible funnels for kitchen use, BPA Free. Heat resistant -40°C to 250°C, No need to worry that the old plastic funnel may damage the health of your families.\r\nAssorted Sizes and Colors: 4pcs Large funnel and Small funnel in different colors (Red,orange,blue and green). Silicone collapsible funnel large and mini versions, a must kitchen tool accessories for mom!\r\nSave Kitchen Room: Collapsible Design, Expand to use, collapse to store the rubber funnels. You can hang on the wall or put away in a drawer. All 4 Silicone Folding Funnel take up less room then 1 regular.\r\nEasy to Clean and Store: Small kitchen gadgets and tools for cooking and baking, convenient for anyone in the family to use. Ultra easy to keep clean even from oil, simple wash with warm water and add little soap or put it in the dishwasher and let the machine make the job for you.\r\nService Satisfaction : Your satisfaction is our ultimate goal. If you don\'t like this funnel set, please let us know and we will try our best to make things right.', 5.38, NULL, NULL, 7.99, 'Funnels-93209.jpeg', 'Funnels-83352.jpeg', 'Funnels-47715.jpeg', 'Beauty & personal care', 3.5, NULL, 1, '2024-02-29 04:02:11', '2024-02-29 04:02:11'),
(6102, 'Wine Opener with Foil Cutter and Extra Spiral', '7yJc0XS2q', 15, 'This original vertical lever corkscrew easily uncorks any size wine bottle in 3 seconds flat, then immediately releases the cork after opening\r\nIndependently tested for 20,000 cork pulls to ensure quick and hassle-free wine opening every time\r\nConstructed with stylish polished stainless steel for long-term durability and use\r\nFeatures an innovative standing design and ergonomic handle for added comfort and control\r\nIncludes a foil cutter, extra spiral and a 10 year warranty', 30.58, NULL, NULL, 49.99, 'Wine Opener with Foil Cutter and Extra Spiral-25042.jpeg', 'Wine Opener with Foil Cutter and Extra Spiral-71435.jpeg', 'Wine Opener with Foil Cutter and Extra Spiral-96558.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-02-29 04:05:28', '2024-02-29 04:05:28'),
(6103, 'Amy’s Soup, Vegan Light in Sodium Lentil Vegetable Soup, 14.5 Oz (12 Pack)', 'eEAVf1lEd', 11, 'Twelve 14.5-oz cans of Amy\'s Organic Light in Sodium Lentil Vegetable Soup, Light in Sodium with 50% less sodium than Amy\'s soup\r\nHomestyle vegetable soup made with all organic vegetables, including green lentils, celery, spinach, carrots and potatoes for a delicious easy dinner or quick vegan meals without compromise\r\nThis canned soup contains 11g of plant based protein and 8g of fiber per serving; Amy\'s vegetable lentil soup is Non-GMO, USDA-Certified Organic, Gluten Free, Dairy Free and Vegan for a high-quality plant based food everyone can enjoy\r\nConvenient and easy to prepare, heat Amy\'s organic soup in a microwave safe bowl for 1 minute 30 seconds to 2 minutes or heat in a saucepan on the stove and stir occasionally for a healthy lunch or hearty ready made meals\r\nSince 1987, Amy\'s Kitchen produces delicious, convenient quick meals and vegetarian food for people who are sometimes too busy to cook', 31.04, NULL, NULL, 41.88, 'Amy’s Soup, Vegan Light in Sodium Lentil Vegetable Soup, 14.5 Oz (12 Pack)-57440.jpeg', 'Amy’s Soup, Vegan Light in Sodium Lentil Vegetable Soup, 14.5 Oz (12 Pack)-12887.jpeg', 'Amy’s Soup, Vegan Light in Sodium Lentil Vegetable Soup, 14.5 Oz (12 Pack)-47043.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 10:30:45', '2024-02-29 10:30:45'),
(6104, 'Bumble Bee Snack', 'sEFYpNx5B', 11, '3.5-Oz Bumble Bee Snack on the Run Chicken Salad w/ Crackers Kit', 1.43, NULL, NULL, 1.78, 'Bumble Bee Snack-72181.jpeg', 'Bumble Bee Snack-64167.jpeg', 'Bumble Bee Snack-18145.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 10:35:29', '2024-02-29 10:35:29'),
(6105, 'Top Ramen', 'gH8OwTmwr', 11, 'Nissin Top Ramen Noodle Soup, Soy Sauce (aka Oriental) Flavor, 3 Ounce (Pack of 24)', 9.99, NULL, NULL, 10.39, 'Top Ramen-54900.jpeg', 'Top Ramen-10767.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-29 10:39:03', '2024-02-29 10:39:03'),
(6106, 'Fruit Bowls', 'WcezAM2xD', 11, '24-Pack 4-Oz Dole Fruit Bowls No Sugar Added (Mandarin Oranges or Diced Pears)', 10.60, NULL, NULL, 17.28, 'Fruit Bowls-25370.jpeg', 'Fruit Bowls-59995.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-29 10:42:45', '2024-02-29 10:42:45'),
(6107, 'Tasty Bite Organic Microwaveable Indian Madras Lentils', 'i4IJ4lS3e', 11, 'Soft lentils and red kidney beans slow-cooked in a creamy tomato sauce with onions and a variety of spices\r\nFull of flavor with Indian spices and sauces\r\nTry as a hearty soup, lentil and bean chili or over a bed of rice\r\nMicrowaveable in 60 seconds, pre-cooked and ready to serve entree using all natural, plant-based ingredients', 13.35, NULL, NULL, 17.82, 'Tasty Bite Organic Microwaveable Indian Madras Lentils-83278.jpeg', 'Tasty Bite Organic Microwaveable Indian Madras Lentils-81513.jpeg', 'Tasty Bite Organic Microwaveable Indian Madras Lentils-21726.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 10:49:28', '2024-02-29 10:49:28'),
(6108, 'Green Enchilada Sauce', 'HaDprKfi3', 11, '12-Oz Aplenty Green Enchilada Sauce', 2.18, NULL, NULL, 2.78, 'Green Enchilada Sauce-63796.jpeg', 'Green Enchilada Sauce-82381.jpeg', NULL, 'Groceries', 3.5, NULL, 1, '2024-02-29 10:53:08', '2024-02-29 10:53:08'),
(6109, 'Top Ramen', 'Sx6Iu4BmE', 11, 'Nissin Top Ramen Bowl Ramen Noodle Soup, Chicken, 3.42 Ounce (Pack of 6) : Grocery & Gourmet Food', 6.00, NULL, NULL, 7.30, 'Top Ramen-11981.jpeg', 'Top Ramen-32747.jpeg', 'Top Ramen-71515.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-29 10:57:24', '2024-02-29 10:57:24'),
(6110, 'Bumble Bee Tiny', 'Z3T1q3rib', 11, 'BUMBLE BEE SHRIMP: Delicious and convenient. Our BUMBLE BEE Tiny Shrimp are just the right size for appetizers, salads or other recipes\r\nCANNED SHRIMP: This 6-ounce can of BUMBLE BEE Tiny Shrimp will satisfy you and your family whenever you want a tasty and healthy snack or meal\r\nQUALITY IN EVERY CAN: BUMBLE BEE Tiny Shrimp is the perfect choice for all your seafood recipes and is a reliable keto food and keto snack for those on a ketogenic (keto) diet\r\nSNACK HEALTHY: Enjoy BUMBLE BEE Tiny Shrimp as a great-tasting, protein-packed snack, healthy lunch or as part of any other meal\r\nBUMBLE BEE TINY SHRIMP: Keep this convenient canned shrimp in your pantry alongside other essentials like canned tuna in water, macaroni and cheese, Bumble Bee tuna, elbow pasta, clams, canned ham and canned pineapple, for a satisfying snack or quick meal', 2.08, NULL, NULL, 3.98, 'Bumble Bee Tiny-12652.jpeg', 'Bumble Bee Tiny-51628.jpeg', 'Bumble Bee Tiny-31434.jpeg', 'Groceries', 3.0, NULL, 1, '2024-02-29 11:02:05', '2024-02-29 11:02:05'),
(6111, 'Starbucks', 'Rv5Jk7tPC', 11, '50-Count Starbucks by Nespresso Original Line Capsules', 27.57, NULL, NULL, 32.31, 'Starbucks-22700.jpeg', 'Starbucks-21808.jpeg', 'Starbucks-90476.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-29 11:08:13', '2024-02-29 11:08:13'),
(6112, 'Water Dispenser', 'cnbNU67k2', 11, 'Airthereal Pristine Lite3 RO 5 Stage Filtration Countertop Water Dispenser w/ Glass Pitcher', 160.00, NULL, NULL, 199.99, 'Water Dispenser-57426.jpeg', NULL, NULL, 'Groceries', 4.0, NULL, 1, '2024-02-29 11:12:22', '2024-02-29 11:12:22'),
(6113, 'Espresso Machine', 'd4rPkRtEb', 11, 'open box sale @ seattle coffee gear Solis Barista Perfetta Espresso Machine', 189.97, NULL, NULL, 329.00, 'Espresso Machine-80885.jpeg', 'Espresso Machine-72100.jpeg', 'Espresso Machine-85106.jpeg', 'Groceries', 4.5, NULL, 1, '2024-02-29 11:18:29', '2024-02-29 11:18:29'),
(6114, 'Vitaminwater', 'X9cfFKmo4', 11, 'Vitaminwater Zero Sugar Squeezed Lemonade, 20 Fl Oz Bottle 30% off', 4.67, NULL, NULL, 10.99, 'Vitaminwater-30386.jpeg', 'Vitaminwater-13701.jpeg', 'Vitaminwater-60109.jpeg', 'Groceries', 3.5, NULL, 1, '2024-02-29 11:21:46', '2024-02-29 11:21:46'),
(6115, 'Orange Pineapple Energy Drink', 'CvJh2x6RV', 11, 'V8 +ENERGY Orange Pineapple Energy Drink, 8 FL OZ Can (Pack of 6)', 4.98, NULL, NULL, 5.99, 'Orange Pineapple Energy Drink-78901.jpeg', 'Orange Pineapple Energy Drink-95282.jpeg', 'Orange Pineapple Energy Drink-40479.jpeg', 'Groceries', 4.0, NULL, 1, '2024-02-29 11:24:41', '2024-02-29 11:24:41'),
(6116, 'Five Nights at Freddy\'s', '11wHyMMog', 11, 'Five Nights at Freddy\'s: The Core Collection (PS4) - PlayStation 4', 14.00, NULL, NULL, 39.99, 'Five Nights at Freddy\'s-18629.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-29 11:30:56', '2024-02-29 11:30:56'),
(6117, 'PowerWash', 'hf6MP7sIr', 11, 'PowerWash Simulator - Xbox Series X|Xbox One', 12.99, NULL, NULL, 24.99, 'PowerWash-20998.jpeg', NULL, NULL, 'Video games', 3.5, NULL, 1, '2024-02-29 11:34:23', '2024-02-29 11:34:23'),
(6118, 'AEW', 'bVE7fHMoH', 11, 'AEW: Fight Forever - PlayStation 5', 28.00, NULL, NULL, 59.99, 'AEW-26368.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-29 11:37:54', '2024-02-29 11:37:54'),
(6119, 'Disguise Apex Legends Bloodhound Costume', 'UmiHdSOao', 11, 'Disguise Apex Legends Bloodhound Costume, Video Game Inspired Muscle Padded Jumpsuit and Mask, Child Size Extra Large (14-16), Green & Tan', 16.23, NULL, NULL, 29.08, 'Disguise Apex Legends Bloodhound Costume-82694.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-29 11:41:26', '2024-02-29 11:41:26'),
(6120, 'Ghostbusters', 'oiWj3ekMV', 11, 'Ghostbusters: The Video Game Remastered, Mad Dog Games, PlayStation 4, 710535827668', 27.88, NULL, NULL, 32.50, 'Ghostbusters-79534.jpeg', 'Ghostbusters-14452.jpeg', 'Ghostbusters-66604.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-29 11:49:19', '2024-02-29 11:49:19'),
(6121, 'Chima Leval\'s Journey', 'qY2KdejJh', 11, 'Warner Bros Games Lego Legends Of Chima: Leval\'s Journey (PSV) Video Game', 12.99, NULL, NULL, 17.62, 'Chima Leval\'s Journey-11882.jpeg', 'Chima Leval\'s Journey-14114.jpeg', 'Chima Leval\'s Journey-52619.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-29 11:54:15', '2024-02-29 11:54:15');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(6122, 'The Lord of the Rings', 'NStqHGDHy', 11, 'Lego The Lord of the Rings WII video game', 27.99, NULL, NULL, 39.79, 'The Lord of the Rings-57731.jpeg', 'The Lord of the Rings-93315.jpeg', 'The Lord of the Rings-71997.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-29 12:03:08', '2024-02-29 12:03:08'),
(6123, 'Street Fighter', '4im0LubgX', 11, 'Street Fighter V, New, Teen, Video Game PlayStation 4 Standard Edition', 18.99, NULL, NULL, 23.49, 'Street Fighter-33539.jpeg', 'Street Fighter-40733.jpeg', 'Street Fighter-33095.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-29 12:07:50', '2024-02-29 12:07:50'),
(6124, 'Kirby Battle Royale', 'juoT0l3Kb', 11, 'Kirby: Battle Royale Nintendo 3DS Video Game', 38.99, NULL, NULL, 44.98, 'Kirby Battle Royale-59673.jpeg', 'Kirby Battle Royale-99541.jpeg', 'Kirby Battle Royale-75685.jpeg', 'Video games', 3.0, NULL, 1, '2024-02-29 12:13:37', '2024-02-29 12:13:37'),
(6125, 'Bamboo Shoe Cabinet', 'Kf73tR2MG', 11, 'Keep your footwear neatly organised with this stylish bamboo shoe cabinet. The cabinet is designed with convenient sliding doors, allowing easy access from both sides. Say goodbye to clutter and hello to a tidy entrance! Made from sustainable bamboo, this cabinet not only helps keep your shoes in order but also adds a touch of natural elegance to your home decor. With its sleek design and durable construction, this shoe cabinet is a must-have for any shoe lover. Upgrade your shoe storage today and enjoy a clutter-free living space.', 70.00, NULL, NULL, 79.00, 'Bamboo Shoe Cabinet-77926.jpg', 'Bamboo Shoe Cabinet-75892.jpg', 'Bamboo Shoe Cabinet-23516.jpg', 'General furnitures', 4.5, NULL, 1, '2024-02-29 12:17:46', '2024-02-29 12:17:46'),
(6126, 'Star Renegades', 'JFhvjCObr', 11, 'Avanquest Star Renegades - PlayStation 4 Video Games.', 21.73, NULL, NULL, 34.68, 'Star Renegades-73206.jpeg', 'Star Renegades-69245.jpeg', 'Star Renegades-85136.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-29 12:19:10', '2024-02-29 12:19:10'),
(6127, 'Wooden Vanity with Stool', 'owrQKR9IO', 11, 'The perfect addition for any kids room, your child will spend hours playing with this Wooden Vanity with Stool set, ideal for playing make-believe as well as creating routine and for getting ready everyday.\r\n\r\nFeaturing a vanity mirror, drawer storage for special treasures and a matching chair.', 50.00, NULL, NULL, 59.00, 'Wooden Vanity with Stool-81478.jpg', NULL, NULL, 'General furnitures', 4.0, NULL, 1, '2024-02-29 12:24:20', '2024-02-29 12:24:20'),
(6128, 'Mega Man', '5tz6pd0ib', 11, 'Mega Man Zero Zx Legacy Collection Action PlayStation 4 Standard Edition New Teen Video Game', 18.96, NULL, NULL, 29.99, 'Mega Man-27685.jpeg', 'Mega Man-84308.jpeg', 'Mega Man-33294.jpeg', 'Video games', 3.5, NULL, 1, '2024-02-29 12:24:29', '2024-02-29 12:24:29'),
(6129, 'Ninjago Movie', '8umP6DHdb', 11, 'LEGO Ninjago Movie Video Game (Xbox One XONE) Get a Piece of the Action!', 8.68, NULL, NULL, 17.99, 'Ninjago Movie-93564.jpeg', 'Ninjago Movie-95615.jpeg', 'Ninjago Movie-39886.jpeg', 'Video games', 4.0, NULL, 1, '2024-02-29 12:31:23', '2024-02-29 12:31:23'),
(6130, 'S.T.E.A.M.', 'Vjnds7bxe', 11, 'Code Name: S.T.E.A.M. (Used) [video game]', 4.78, NULL, NULL, 12.99, 'S.T.E.A.M.-82765.jpeg', NULL, NULL, 'Video games', 4.0, NULL, 1, '2024-02-29 12:34:55', '2024-02-29 12:34:55'),
(6131, 'Shoe Storage Bench', 'Y1CnKWDnu', 11, 'Declutter your hallway with this black shoe storage bench. With two spacious tiers for shoe storage, you can keep all your footwear neatly organised and easily accessible. The comfortable top seat provides a convenient spot to put on or take off your shoes. This versatile shoe storage bench combines functionality with style, making it a perfect addition to any home decor. Whether you\'re coming or going, make sure your shoes are stored in style. Get your hands on this elegant black shoe storage bench and enjoy the benefits of a tidy and welcoming entranceway.', 40.00, NULL, NULL, 49.00, 'Shoe Storage Bench-70596.jpg', 'Shoe Storage Bench-50088.jpg', 'Shoe Storage Bench-33474.jpg', 'General furnitures', 4.0, NULL, 1, '2024-02-29 12:35:43', '2024-02-29 12:35:43'),
(6132, 'Panelled Drawer Unit', 'ZWmnOXTUe', 11, 'Introducing the Panelled Drawer Unit from Anko, the perfect solution for keeping your bathroom essentials organised and within easy reach. With its three spacious drawers, this unit offers ample storage space for all your everyday needs. Its sleek and stylish design will complement any bathroom decor, adding a touch of elegance to your space. Say goodbye to cluttered countertops and hello to a tidy, well-organised bathroom.', 40.00, NULL, NULL, 49.00, 'Panelled Drawer Unit-42413.jpg', 'Panelled Drawer Unit-26738.jpg', 'Panelled Drawer Unit-34755.jpg', 'General furnitures', 4.5, NULL, 1, '2024-02-29 13:14:57', '2024-02-29 13:14:57'),
(6133, 'Blake Shelf with Hooks, Brown', 'TP5nmL6yF', 11, 'Discover the versatile Blake Shelf with Hooks and transform your space with practical organisation and eye-catching style. Keep your plants, accessories and decor accents elegantly displayed while maximising storage. The sturdy design offers a range of options for creating a unique arrangement, making it simple to add a personal touch to any room. Elevate your home decor and showcase your favourite items while keeping everything precisely where you need it. Streamline your daily routine with this functional and charming addition to your living space.', 15.00, NULL, NULL, 19.00, 'Blake Shelf with Hooks, Brown-96302.jpg', 'Blake Shelf with Hooks, Brown-23057.jpg', 'Blake Shelf with Hooks, Brown-46113.jpg', 'General furnitures', 4.0, NULL, 1, '2024-02-29 13:31:24', '2024-02-29 13:31:24'),
(6134, 'Unicorn Bean Bag', 'nfM7ZHDUW', 11, 'Transform your living space into a snug oasis with our Unicorn Faux Fur Bean Bag from Anko. This plush and inviting bean bag offers the perfect spot to unwind and de-stress. Curl up with a good book, watch your favourite movies, or simply relax in pure comfort. Crafted with exquisite attention to detail, the soft faux fur adds a touch of elegance to any room. The ergonomic design cradles your body, providing exceptional support and relaxation. Add a touch of magic and charm to your home with this stylish and cosy bean bag.', 25.00, NULL, NULL, 30.00, 'Unicorn Bean Bag-49353.jpg', 'Unicorn Bean Bag-42650.jpg', 'Unicorn Bean Bag-26653.jpg', 'General furnitures', 4.0, NULL, 1, '2024-02-29 13:58:44', '2024-02-29 13:58:44'),
(6135, 'Bamboo Step Stool', 'dIApSo8rH', 11, 'Make bath time safer and more convenient with this stylish bamboo step stool. Designed to provide you with that extra height needed for getting in and out of your bathtub, this sturdy stool is both practical and attractive. Crafted from sustainable bamboo, it adds a touch of elegance to your bathroom decor. Its compact size makes it easy to move and store when not in use. With its non-slip feet, this step stool ensures stability and prevents accidents. Upgrade your bathing experience today with this versatile bamboo step stool.', 18.00, NULL, NULL, 20.00, 'Bamboo Step Stool-92882.jpg', 'Bamboo Step Stool-53518.jpg', 'Bamboo Step Stool-10492.jpg', 'General furnitures', 4.0, NULL, 1, '2024-02-29 14:42:55', '2024-02-29 14:42:55'),
(6136, 'Bean Bag Black - Anko', 'RGDmXRUNR', 11, 'Indulge in relaxation with this black bean bag from Anko. Perfect for curling up with a good book or simply lounging around, this bean bag provides exceptional comfort and style. Its cushy design ensures hours of blissful relaxation, making it ideal for lazy moments at home. Crafted with the utmost care, this bean bag is designed to offer unrivalled support and cosiness. Pamper yourself and create a cosy corner for ultimate relaxation.', 16.00, NULL, NULL, 18.00, 'Bean Bag Black - Anko-54634.jpg', 'Bean Bag Black - Anko-89458.jpg', 'Bean Bag Black - Anko-95753.jpg', 'General furnitures', 4.5, NULL, 1, '2024-02-29 15:17:53', '2024-02-29 15:17:53'),
(6137, 'Open Wardrobe with Shelves', 'P5DRK4DZP', 11, 'Create a clutter-free and organised living space with our practical open wardrobe. This wardrobe with shelves offers spacious storage for your clothing, shoes, and accessories, helping you keep everything neat. The open design allows for easy access and visibility to your items, making it a breeze to find exactly what you\'re looking for. Upgrade your bedroom or hallway with this functional wardrobe and enjoy the convenience it brings to your daily life. Say goodbye to messy closets and hello to a well-organised space', 20.00, NULL, NULL, 25.00, 'Open Wardrobe with Shelves-58793.jpg', 'Open Wardrobe with Shelves-11546.jpg', 'Open Wardrobe with Shelves-23208.jpg', 'General furnitures', 4.5, NULL, 1, '2024-02-29 15:46:44', '2024-02-29 15:46:44'),
(6138, 'Color Matching Puzzle Toys', '3AFKRPNne', 11, 'Fun Slide Puzzle - The color matching puzzle comes with 12 double-sided cards, corresponding to 24 different permutations and combinations with 4 colors, randomly select a card, and move the pieces through thinking to make the puzzle match the pattern on the card, which is very suitable for kids brain teaser game to keep them engaged for hours.\r\nMontessori Learning Toys For Kids - The pieces of this puzzle are designed with 4 colors, which helps to train young children to recognize colors, improve their observation, thinking, logic, hand-eye coordination, fine motor skills, is an educational toy specially designed for toddlers and preschoolers.\r\nEssential Activity For Home/Travel - The size of handheld game board is 6.6*9.7 inches, no assembly required, easy to store and carry, it is a must-have activity for kids at home and road trips. Plus, it\'s a great occupational therapy toy for people with dementia and Alzheimer\'s disease, perfect for seniors dementia activities.\r\nKids Friendly Toys - All parts of this toy are made of high-quality wood material, which is sturdy and durable. The pieces are attached by colorful, and non-toxic paint. The surface of all parts has been repeatedly polished, smooth and free of burrs, and the design of rounded corners can not hurt children\'s hands, it is a safe toy for kids.\r\nIdeal Gift For Boys And Girls Ages 3+ - The game board is loved by people of all ages, including toddlers, kids, teens and adults, it helps kids stay away from electronics, it is ideal birthdays, holidays (Children\'s Day, Christmas, Halloween, Valentine\'s Day and New Year) gift for 3, 4, 5, 6, 7, 8 + years old.', 12.98, NULL, NULL, 17.99, 'Color Matching Puzzle Toys-71006.jpeg', 'Color Matching Puzzle Toys-83372.jpeg', 'Color Matching Puzzle Toys-63474.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-03-01 01:23:48', '2024-03-01 01:23:48'),
(6139, 'Popping Shapes and Pieces', 'RbDuipF9f', 11, 'Ready, set, go! It’s the shape-matching, piece-popping Perfection game! Be quick to fit all 25 shapes into their matching holes in the tray. But watch the timer! If it runs out … pop goes the Perfection game! The player who matches all 25 fun shapes in the shortest time wins. While kids are having a blast playing the Perfection game, they can also practice valuable skills including focus, hand-eye coordination, and shape recognition. For younger players, play without the timer for an easier game. And, when they\'re all done playing, easily store the pieces inside the game unit. This preschool game is great for playdates, family game night, and on-the-go fun for ages 5 and up. Hasbro and all related terms are trademarks of Hasbro.', 16.18, NULL, NULL, 21.99, 'Popping Shapes and Pieces-72808.jpeg', 'Popping Shapes and Pieces-68038.jpeg', 'Popping Shapes and Pieces-27131.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-03-01 01:31:55', '2024-03-01 01:31:55'),
(6140, 'Malo Boucle Cushion', 'KFintu7dc', 11, 'Indulge in ultimate comfort and style with the Malo Boucle Cushion. Crafted from a soft and durable blend of polyester and acrylic, this cushion is designed to provide exceptional cosiness and long-lasting performance. The boucle texture adds a touch of sophistication to any room, creating a warm and inviting atmosphere. Its square shape perfectly complements any furniture arrangement, while the concealed side zipper ensures easy removal and cleaning. Create a cosy and stylish oasis in your home with the Malo Boucle Cushion.', 20.00, NULL, NULL, 25.00, 'Malo Boucle Cushion-25637.jpg', 'Malo Boucle Cushion-15445.jpg', NULL, 'General furnitures', 4.5, NULL, 1, '2024-03-01 01:33:13', '2024-03-01 01:33:13'),
(6141, 'Karaoke Speaker with Microphone -', 'mcsFjNmMu', 11, 'Immerse yourself in the world of music with this Bluetooth-enabled karaoke speaker. Experience quality audio as you listen to your favourite tracks and sing along using the built-in microphone. Whether you\'re hosting a karaoke night with friends or simply enjoying a solo performance, this speaker is the perfect companion. Get ready to rock the room and take your singing skills to the next level. Order now and let the music take you on a journey of pure joy.', 20.00, NULL, NULL, 29.00, 'Karaoke Speaker with Microphone --52343.jpg', 'Karaoke Speaker with Microphone --42205.jpg', 'Karaoke Speaker with Microphone --62155.jpg', 'Instruments', 4.0, NULL, 1, '2024-03-01 01:43:13', '2024-03-01 01:43:13'),
(6142, 'Large Dart Board for Kids', 'VZ2C9OfhE', 11, 'Nylex fabric, Plastic\r\nImported\r\nCHRISTMAS GIFTS, 29\" LARGE DART BOARD WITH 12 STICKY BALLS --- Dart board’s diameter is 29 inches, large size means higher hit rates and more fun for kids/ beginners. The dart board toy set is made of high-quality soft fabric, durable. Plastic sticky balls have strong stickiness. Package include: 1* large board, 12* sticky balls (4 colors), 1* hook. With these abundant accessories, you are allowed to enjoy the fun of the activity with more players.\r\nIMPROVE MATH SKILL & HAND-EYE COORDINATION & COLOR RECOGNITION & IMPROVE ATTENTION LEVELS --- As well as being fun, dart board games will improve attention levels, hand-eye coordination, and math skill. It\'s perfect in enhancing skills in color recognition. Utilizing it for math games with students, points system makes it challenging enough while interesting. Help you relax in a busy day, also a great social game for friends and family. Best funny toys for Kids, stress relief toys for workers.\r\nFOLDABLE DESIGN & SAFE MATERIAL & EXTRA HOOK --- All the sticky balls have no sharp parts, safe for kids. The dart board kit for kids is foldable and portable design, you can enjoy it even travelling or camping, easy to pop up and fold. The toy dart board can be easily mounted indoor or outdoor. Just simply hang up the dartboard and you can enjoy the game. Enough accessories for friends to play together. Stress relief toy for kids, adults.\r\nENJOY DART BOARD GAME INDOOR/ OUTDOOR/ SCHOOL, FOR ALL AGE --- Play this funny dart games where ever you want. Enjoy happy time with friends/ students/ parents in living room, lawn, backyard or anywhere inside and outside at Christmas party, or daily. Perfect for kids/ boys/ girls/ adults birthday party, family, class party, indoor outdoor activity. Not only for kids, the whole family can enjoy the happy hours. Helps promote parent-child relationships. It\'s a funny toy for all ages.\r\nGET YOUR KIDS AWAY FROM COUCH, TABLET SCREENS, BEST CHRISTMAS GIFT CHOICE --- Best gift choice for kids boys girls toddlers teens, also can be used as girl friend/ boy friend gifts. Use this dart board kit as prizes or good behavior rewards to your baby at home. Best toy gifts for 3 4 5 6 7 8 9 10 11 12 year old boys kids girls. Give them a try, your baby girls boys will be away from TV, mobile phone game, tablets screens, join this fun game for hours, best for their health.', 13.42, NULL, NULL, 16.99, 'Large Dart Board for Kids-53186.jpeg', 'Large Dart Board for Kids-77999.jpeg', 'Large Dart Board for Kids-10072.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-03-01 01:44:31', '2024-03-01 01:44:31'),
(6143, 'Remote Control Car', 'npSTGaLNk', 11, '[AMBILIGHT RC CAR]-Jimdella RC Car adopts a unique wheel lighting design. 26 LED lights on the car body will emit rainbow-like lights,adds a sense of dynamism and modernity to car.when children are driving outdoors,The LED lights will form a gorgeous rainbow track,Create stunning visuals.RC Stunt Car has an automatic demonstration function. Press the demonstration button to automatically show amazing stunt performances, allowing children to immerse themselves in driving fun and visual feasts.\r\n[STRONG AND STURDY DIY RC CAR]-Jimdella Remote Control Car is made of strong and non-toxic ABS plastic, the whole car is integrally formed with a strong structure, equipped with anti-collision durable rubber tires with shock absorption, so Harsh conditions won\'t stop the kids from their racing adventure! We come with four spare tires that can be replaced, so kids can freely DIY your own car, children can fully immerse themselves in the racing adventure. best toys for ages 5-7\r\n[DUAL BATTERY & SUPER BATTERY LIFE]-Jimdella Remote Control Car comes with 2 pieces of 500mA rechargeable battery and USB charging cable - each battery can run for 30 minutes, you can easily charge it anywhere with an adapter, computer, power bank.Children have less downtime and ensure you The excitement of little racers continues as they get ready for their next adventure. We\'ve also thoughtfully included two 1.5V AA batteries for the RC controller, so kids can have fun with the RC car.\r\n[HIGH PERFORMANCE DUAL MOTORS]-Double Sided RC Car is equipped with 2 powerful brushless motors, which have stronger power, a maximum speed of up to 15km/h, and a strong climbing ability, making you far ahead in the competition with your friends. Our 2.4Ghz interference-free remote is equipped with advanced anti-interference technology to avoid signal interference, providing a seamless connection between the remote and the car. Precise control of your car even in multiplayer\r\n[JIMDELLA REMOTE CONTROL STUNT CAR]-360 Flips Rotating Stunt RC Cars supports a variety of stunts. You can use the controller to control the car forward, backward, left turn, right turn, 360-degree rollover and rotation, bringing you unlimited fun. Both sides of RC Cars are equipped with cool colored headlights and color light strip, which can be turned on and off freely through the remote control.', 29.99, NULL, NULL, 36.99, 'Remote Control Car-48419.jpeg', 'Remote Control Car-19267.jpeg', 'Remote Control Car-48724.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-03-01 01:48:19', '2024-03-01 01:48:19'),
(6144, 'LED Karaoke Party Speaker with 2 Microphones', 'DXpC5QyjI', 11, 'Get ready to rock your next karaoke party with this incredible karaoke party speaker! Designed with an impressive LED screen, it adds a dynamic and vibrant element to your singing experience. This super cool speaker not only enhances your vocal performance but also creates a visually stunning backdrop for your karaoke sessions. With its built-in 2 microphones, you and your friends can take turns performing your favourite tunes. The sleek design and portable nature make it perfect for on-the-go entertainment. So, whether you\'re hosting a house party or simply want to have some musical fun, this karaoke party speaker is a must-have. Get ready to steal the show and create unforgettable memories!', 50.00, NULL, NULL, 59.00, 'LED Karaoke Party Speaker with 2 Microphones-39812.jpg', 'LED Karaoke Party Speaker with 2 Microphones-69112.jpg', 'LED Karaoke Party Speaker with 2 Microphones-45487.jpg', 'Instruments', 4.0, NULL, 1, '2024-03-01 01:48:59', '2024-03-01 01:48:59'),
(6145, 'Balance Stacking Blocks Board Games', '8dhd3OTUY', 11, '【Enjoyable Balance Tower Game】Colorful balance building blocks will help kids learn to distinguish colors, concentrate attention and improve abilities of logic analysis, practice, patience and hand-eye coordination.\r\n【Safety Material】Made of 100% ABS. Compared with wooden building blocks, it has no risk of paint dropping or damage, and it\'s more sturdy and durable.\r\n【Nice Gifts】Perfect choice of promoting communication and improving social skills, helps to enhance the relationship between parents and kids. Awesome gifts for Children\'s Day, Birthdays, holidays, Christmas and rewards.\r\n【Package Included】48 Stacking building blocks with 8 types, 54 cards and a base which makes it fast for you to be interested in this game.\r\n【High Quality After-sales Service】We serve every sincere customer with the best service attitude and best product quality. If you have any questions, please contact us, we will reply to you within 24 hours.', 9.99, NULL, NULL, 17.99, 'Balance Stacking Blocks Board Games-92163.jpeg', 'Balance Stacking Blocks Board Games-96744.jpeg', 'Balance Stacking Blocks Board Games-91453.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-03-01 01:52:47', '2024-03-01 01:52:47'),
(6146, 'Mini RGB Boombox', 'hgCnEfRVw', 11, 'Immerse yourself in the rhythm and let your party come alive with our incredible Mini RGB Boombox. With its sleek design and vibrant colours, this boombox is the perfect addition to any gathering. Connect it effortlessly to your device via Bluetooth and enjoy good quality sound that fills the room. Whether you\'re hosting a party or just want to groove to your favourite tunes, this mini boombox is your go-to choice. So, get ready to create unforgettable memories as you dance to the beat of your own playlist. Order now and experience the ultimate audio entertainment.', 30.00, NULL, NULL, 39.00, 'Mini RGB Boombox-51607.jpg', 'Mini RGB Boombox-65822.jpg', 'Mini RGB Boombox-86026.jpg', 'Instruments', 4.0, NULL, 1, '2024-03-01 01:57:30', '2024-03-01 01:57:30'),
(6147, 'Pop Pass Catch Ball Game', '47lzSf1cm', 11, 'Outdoor Catch Ball Game Toys For Kids Boys ages 3-5 4-8 8-12 - All children love ball games! Compared with other pop pass catch ball game outdoor outside toys for kids boys 3-5 4-8 8-12 with only 6 balls, we offer 20 balls, and more balls give children more time to play rather than busy picking up balls. providing a fun and active way to outdoor outside toys game for kids boys. 2 3 4 5 6 7 8 year old boys toys birthday gift.\r\nExperience The Fun Of Pop Pass Catch Game - Bounce Up, Catch! Children just need to put the ball into the receiver, and then simply press the switch, and the ball will automatically bounce (you can bounce more balls at a time), in the meantime, Other children can catch the ball while running. It\'s so much fun to compare who catches more balls! No batteries required, 100% kid-powered launch and outdoor fun. Perfect indoor outdoor outside toys pop pass catch ball game for kids boys ages 3-5 4-8.\r\nGood For Kid\'S Health, Enjoy The Fun Of Running - This catch ball toys indoor outside outdoor game toys for kids boys is specially designed for 3 4 5 6 7 8 year old boys toys, providing children with a fun and active way to exercise and engage in sports activities. It is a great way to entertain, Keep kids away from cell phones and computers and enjoy running! Great outsides outdoor pop pass catch ball game toys for 3 4 5 6 7 8 year old boys.\r\nSafety first - The pop pass catch ball game indoor outdoor outside toys for kids boys toddlers is made of high-quality ABS plastic, BPA-free. We fully consider the safety and durability of the product, and we are committed to making it a great outdoor sports game toy for kids boys toddlers of all ages. It is also very safe for children aged 3-8. Be careful not to aim for the eyes or face. Suitable 3 4 5 6 7 8 year old boys toys birthday gift.\r\nIdeal Pop Pass Catch Ball Indoor Outdoor Game Toys Gifts for 3 4 5 6 7 8 Year Old Boys Kids - Your kids boys girls will love this indoor outdoor catch ball game toy set for kids boys toddlers, it is a great party birthday christmas festival indoor outdoor outside game toys for kids boys toddler girls ages 1-3 2-4 3-5 4-8 8-12. Suitable for playing and relaxing with friends and family at home, while traveling or on other occasions.', 14.99, NULL, NULL, 16.99, 'Pop Pass Catch Ball Game-62146.jpeg', 'Pop Pass Catch Ball Game-99192.jpeg', 'Pop Pass Catch Ball Game-98437.jpeg', 'Toys and games', 3.0, NULL, 1, '2024-03-01 01:59:32', '2024-03-01 01:59:32'),
(6148, 'Cootie Mixing and Matching Bug-Building Kids Board Game', 'BZeqnqE1q', 11, 'Do you remember playing the classic Cootie game as a kid? Your own kids can have so much fun playing this mixing and matching, bug-building Cootie game. Players spin the spinner and hope that it lands on a Cootie bug part that they need for their bug. Players build their bug piece by piece, and the first one to create a complete bug wins! It includes colorful and fun plastic bug bodies, heads, and other parts for creating crazy critters. Get ready for lots of giggles as kids get creative while mixing and matching the pieces to make their bugs. The game requires no reading so it\'s great for preschoolers and those who haven\'t learned how to read yet. It\'s a fun kindergarten game and makes a great gift for kids ages 3 and up. Hasbro Gaming and all related trademarks and logos are trademarks of Hasbro, Inc.', 5.78, NULL, NULL, 11.99, 'Cootie Mixing and Matching Bug-Building Kids Board Game-35739.jpeg', 'Cootie Mixing and Matching Bug-Building Kids Board Game-92740.jpeg', 'Cootie Mixing and Matching Bug-Building Kids Board Game-84417.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-03-01 02:09:27', '2024-03-01 02:09:27'),
(6149, 'Bluetooth Karaoke Microphone', 'FrQ1G7ywR', 11, 'Indulge in memorable karaoke sessions with your loved ones using this Bluetooth Karaoke Microphone. With its Bluetooth connectivity, you can effortlessly pair your phone or tablet and play your favourite songs. Its gold look design adds a touch of elegance to any occasion. Whether you are hosting a party or spending quality time at home, this microphone is the perfect choice. Get ready to unleash your inner star and make every gathering a memorable one with this Bluetooth-enabled microphone.', 10.00, NULL, NULL, 20.00, 'Bluetooth Karaoke Microphone-68013.jpg', 'Bluetooth Karaoke Microphone-86120.jpg', 'Bluetooth Karaoke Microphone-58486.jpg', 'Instruments', 4.5, NULL, 1, '2024-03-01 02:11:09', '2024-03-01 02:11:09'),
(6150, '48PCS Magnetic Blocks for Toddlers Toys', 'cXMZyw2SL', 11, '【ADVANCED MAGNETIC CUBE KIT】Including 48 magnet cubes in 7 colors , a storage bag and an idea booklet. Use mysterious magnetism to make it easier for toddlers/kids to build. Compatile with all mine magnet world to create more possibilities.\r\n【STEM SENSORY & MONTESSORI TOYS】2022 New Magnetic Building blocks are the best choice of educational toys and learning tool. Idea booklet with the storyline and beautiful patterns, keep them busy in clever ways. Blocks also rustle like little bells while playing with it, which will attract toddlers\' attention and delight them. Get your children building, blending and exploring to develop color recognition,3D spatial thinking, math, art, tactile motor skills.\r\n【SAFE AND STRONG MAGNETIC】Toylogy magnetic activity cubes are made of high quality ABS material and crafted with the round edges and right size. Compared with the magnetic balls on the market, our stronger magnet is sealed inside the plastic case totally to prevent the magnet falling off.Highly recommend for 3-5 years old kids.\r\n【MAKE LEARNING FUN】Attractive magnetic building blocks set is designed as preschool toys to guide to toddler\'s deeper understanding of the structure world, keep them focus on the magnet puzzle game and confidence in their own ideas and imagination, autistic children as well. Make it the best option for parent-to-kid bonding play on weekends.\r\n【BEST GIFT FOR KIDS THAT DRAW YOU IN】 Magnetic cubes as STEM toys, which are popular with 3 4 5 years old boys girls. Kid will enjoy the fun of this magnetic tiles and learn by playing. Perfect gift for birthday, Children\'s day, Christmas, STEM, school activities, etc.', 31.99, NULL, NULL, 43.99, '48PCS Magnetic Blocks for Toddlers Toys-29859.jpeg', '48PCS Magnetic Blocks for Toddlers Toys-90710.jpeg', '48PCS Magnetic Blocks for Toddlers Toys-28064.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-03-01 02:19:13', '2024-03-01 02:19:13'),
(6151, 'LEGO® Friends Heartlake City Hospital', '8CFWcUEpb', 11, 'Introducing the LEGO® Friends Heartlake City Hospital Building Set, a perfect toy for kids who love medical play and doctor role play.\r\n\r\nThis fantastic playset includes different areas and wards just like a real hospital, such as an examination room, maternity unit, X-ray room, and an employee break room. Kids will have endless fun exploring the hospital and creating exciting stories. They can help Autumn, who has arrived to have a new prosthetic arm fitted, or take visitors for a ride in the working lift to see the newborn babies in the maternity ward. With fun accessories like a toy X-ray scanner, medical equipment, and gifts for the patients, the imagination can soar. The set even includes a helicopter and helipad, along with an assistant robot and a therapy dog. With 5 mini-dolls, 2 baby figures, and a toy dog figure, this building set is packed with endless possibilities.\r\n\r\nGet ready for hours of creative play with this amazing LEGO Friends set!', 135.00, NULL, NULL, 149.00, 'LEGO® Friends Heartlake City Hospital-72582.jpg', 'LEGO® Friends Heartlake City Hospital-33917.jpg', 'LEGO® Friends Heartlake City Hospital-28537.jpg', 'Instruments', 4.0, NULL, 1, '2024-03-01 02:19:13', '2024-03-01 02:19:13'),
(6152, 'Inflatable Basketball Hoop & Ring Toss Yard Games', 'Yl9M1jMo5', 11, '☀Summer Pool Fun Play☀ Dive into an exhilarating pool game experience with this inflatable octopus toy, which includes 1 inflatable octopus, 2 basketball balls, 6 rings, and 2 pumps. Perfect for both kids and adults, it brings an extra level of excitement to pool time.\r\n☀2-in-1 Design ☀ Offering two swimming games in one - cross ring toss and basketball shooting. It provides endless entertainment for both children and families, and while the pool is the ideal setting, its Design allows it also to be played in many other settings, both indoors and outdoors.\r\n☀Sturdy and Portable☀ Our octopus pool toy is made from durable materials, and the octopus structure provides excellent stability on the water. After receiving the toy, we suggest inflating it fully and letting it sit for a while before using it.\r\n☀Easy to Inflate☀ Includes two hand pumps and inflates quickly for instant use. Easy to fold and store, it\'s highly portable for pool, beach, or backyard fun—a great choice for keeping everyone entertained and active during memorable summer days.\r\n☀Perfect Summer Gifts☀ Elevate summer joy with this fantastic gift. Bring smiles and create lasting memories. Ideal for family entertainment, parties, or quality time together. Enhance the summer experience with this delightful surprise!', 23.79, NULL, NULL, 27.99, 'Inflatable Basketball Hoop & Ring Toss Yard Games-39547.jpeg', 'Inflatable Basketball Hoop & Ring Toss Yard Games-97128.jpeg', 'Inflatable Basketball Hoop & Ring Toss Yard Games-29358.jpeg', 'Toys and games', 4.0, NULL, 1, '2024-03-01 02:26:59', '2024-03-01 02:26:59'),
(6153, 'Inflatable Pool Float Set Volleyball Net & Basketball', 't8wuCdN54', 11, 'Inflatable Pool Float Set includes an Inflatable Volleyball Court with 2 Weight Bags, an Inflatable Basketball Hoops, an Inflatable Volleyball and an Inflatable Basketball.\r\nThe Inflatable Volleyball Court measured Approximately 105” x 28” x 35”. The Inflatable Basketball Hoops measured Approximately 27” x 23” x 27”.\r\nMost Valuable and Durable Inflatable Swimming Pool Floating Set. Made of High-Quality Raft Material.\r\nSuper Value Pack for Adults & Kids. Perfect for Ideal Pool Floats, Swimming Pool Games, Pool Toys, Pool Basketball, Pool Volleyball, Floaties, Party Favors, Summer Themed Party, Activity, Ceremony, Carnival, Birthday Parties, School Classroom and More!\r\nCHILD SAFETY: Meet US Safety Standard. Safety Test Approved. Non-Toxic.', 32.99, NULL, NULL, 49.99, 'Inflatable Pool Float Set Volleyball Net & Basketball-72816.jpeg', 'Inflatable Pool Float Set Volleyball Net & Basketball-54698.jpeg', 'Inflatable Pool Float Set Volleyball Net & Basketball-66703.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-03-01 02:32:32', '2024-03-01 02:32:32'),
(6154, 'Pool Basketball Hoop', 'QDnS9b5ic', 11, '🏀【Pool Basketball Hoop Toy with Board Design】-This Indoor Basketball hoop for kids ages 8-12 comes with an advanced shooting board, it can increase your scoring rate and allow for amphibious shooting, dunking. Perfect for indoor or outdoor pool use.\r\n🏀【Swimming Basketball Hoop Set】- Our basketball hoop outdoor Includes 1 basketball hoops with basketball board, 3 basketballs, and ball pump,1 measuring cup. Take the exciting action of basketball from the court to the pool and play like a pro.\r\n🏀【Upgraded Reinforced Construction】- The indoor basketball hoop base is made of high-quality PE material.The checkpoint setting makes the base more sturdy. The floating basketball hoop in the pool opposite the backboard can remain upright when standing in the water after being filled with 5 measuring cups of water.\r\n🏀【Easy to Set Up】- Our pool floats swimming kids basketball hoop can be assembled in seconds. No any tool required. With the illustrated user manual, you can set up this indoor and outdoor basketball hoop quickly.\r\n🏀【Perfect Pool Toys Games Gift】- Perfect summer water toys set for pool games,backyard games， pool toys and pool parties for adults and family to have fun. Perfect holiday or birthday gifts for boys and girls ages 8-12.', 29.99, NULL, NULL, 36.99, 'Pool Basketball Hoop-48392.jpeg', 'Pool Basketball Hoop-93224.jpeg', 'Pool Basketball Hoop-66940.jpeg', 'Toys and games', 4.5, NULL, 1, '2024-03-01 02:36:47', '2024-03-01 02:36:47'),
(6155, 'Inflatable Pool Cornhole Set Toss Games', 'xm2yUw2cf', 11, '【Large Size American Flag Pool Games Set 】Inflatable cornhole board: 36” x 29” x 11”. Bean Bags are 3” x 3”. Cornhole is upgraded printed American flag stars and stripes pattern. Please Note: The bean bags need to be fill water inside instead of inflate.\r\n【Swimming Pool Toys with 3 Score Holes】Inflatable corn-toss target board features with 3 color-coded score pockets(The score is 5, 10, 20), 6 game floating bean bags. Brings the fun and challenge of cornhole game into the water with the floating pool game toy!\r\n【Cornhole Bean Bags Toss Game】Just aim, throw and try to rack up the highest score and win! The pool toss game toy floats itself and moves around to challenge your cornhole skill , which will bring great joy to all of your friends.\r\n【Versatile Inflatable Pool Game Toy】This outdoor game toy can be used on pool, lawn, deck,lake or water. Ideal for swimming pool games,pool floats, pool toys, floaties, party favors, summer themed party, family game,activity, ceremony, carnival, birthday parties,indoor and outdoor toss gaming and more!\r\n【Convenient & Simple】Ready to use out of the gift box, just inflate and go! The inflatable cornhole board has a speed safety Inflation ports for fast and easy to inflate and deflate.Folds easily for storage and carry.', 15.99, NULL, NULL, 17.99, 'Inflatable Pool Cornhole Set Toss Games-21588.jpeg', 'Inflatable Pool Cornhole Set Toss Games-52786.jpeg', 'Inflatable Pool Cornhole Set Toss Games-81626.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-03-01 02:41:02', '2024-03-01 02:41:02'),
(6156, 'FAO Schwarz Dance Mixer Rhythm Step Playmat', '72lU7k9Np', 11, 'FAO SCHWARZ Dance Mixer Rhythm Step Playmat\r\n\r\nThe Dance Mixer Rhythm Step Playmat from FAO SCHWARZ is a fun way to enhance your dance moves and get moving. Just follow the lights on the pad as they turn on and off and keep moving with the music. There are 5 built-in dance tracks to choose from, just turn up the volume and get your dance party started! You can choose from \"KEEP THE BEAT\" or \"FREESTYLE\" on the Dance Mixer Rhythm Step Playmat. \"KEEP THE BEAT\" leads you through a dance routine, and \"FREESTYLE\" is all about cutting loose and coming up with your own moves.', 12.00, NULL, NULL, 16.00, 'FAO Schwarz Dance Mixer Rhythm Step Playmat-78096.jpg', NULL, NULL, 'Instruments', 4.5, NULL, 1, '2024-03-01 02:44:14', '2024-03-01 02:44:40'),
(6157, 'Magnetic Fishing Pool Toys Game for Kids', 'HzZlmzoXQ', 11, '🐟PERFECT LEARNING COMBO | Contain various sizes, more than 10 colors and 30 kinds of toy fishes animals. Best for ocean animal learning party!\r\n🐟ALL-ROUND EDUCATION | Good for hand-eye coordination, color recognition, interpersonal skills and also math for 3 4 5 6 year old boys and girls gifts\r\n🐟MULTI-PLAYER GAME | Designed for kids vs kids or parent vs kids interaction and competition. Let\'s go fishing and role pretend play carnival together! Includes game instruction and rules. Nice bath toys for toddlers 1-3 and gifts for boys girls kids.\r\n🐟LIFE-LIKE POLES | The best rod model with solid plastic and anti-corrosion strong magnets selected. Perfect match with water table and kiddie pool summer aquatic party favors!\r\n🐟30 DAYS REFUND POLICY | Risk-free trial and full refund within 30 days. Buy with confidence as this fishing game is kids\' must-have grow-up buddy.', 13.98, NULL, NULL, 20.98, 'Magnetic Fishing Pool Toys Game for Kids-25546.jpeg', 'Magnetic Fishing Pool Toys Game for Kids-17023.jpeg', 'Magnetic Fishing Pool Toys Game for Kids-88431.jpeg', 'Toys and games', 3.5, NULL, 1, '2024-03-01 02:45:53', '2024-03-01 02:45:53'),
(6158, 'Fisher-Price Laugh & Learn Mix & Learn DJ Table', 'wMJCzSRqa', 11, '​Little music-makers can work their fine motor skills while rocking out to Puppy’s freshest beats with the Laugh & Learn Mix & Learn DJ Table activity center from Fisher-Price.\r\n\r\nThis interactive learning toy and activity table features a piano with 3 ways to play, plus 12 fine motor activities and 3 Smart Stages learning levels to keep the learning fun going as your baby grows. Keep the table legs off for sit-at floor play, then attach when your baby is ready to stand up and DJ.', 70.20, NULL, NULL, 79.20, 'Fisher-Price Laugh & Learn Mix & Learn DJ Table-94369.jpg', 'Fisher-Price Laugh & Learn Mix & Learn DJ Table-66879.jpg', NULL, 'Instruments', 4.0, NULL, 1, '2024-03-01 03:10:04', '2024-03-01 03:10:04'),
(6159, 'Fisher-Price Giant Light-Up Xylophone', 'LnggLrVB3', 11, 'The classic musical instrument pull toy reaches exciting new heights with the Giant Light-Up Xylophone toy from Fisher-Price!\r\n\r\nThis extra-large interactive toy xylophone has 8 multi-colour light-up buttons that activate 60+ songs, sounds and phrases as your baby “composes,” plus a sturdy handle that folds under, so little musicians can sit and play or stand and pull it along. Smart Stages technology lets you switch up the play as your baby grows with 3 levels of learning songs and phrases that teach the alphabet, numbers, shapes and more.', 30.20, NULL, NULL, 39.20, 'Fisher-Price Giant Light-Up Xylophone-33891.jpg', 'Fisher-Price Giant Light-Up Xylophone-42682.jpg', 'Fisher-Price Giant Light-Up Xylophone-85316.jpg', 'Instruments', 4.0, NULL, 1, '2024-03-01 03:35:21', '2024-03-01 03:35:21'),
(6160, 'GoodCook Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green', 'p8acE9iDN', 11, 'FRUIT AND VEGGIE DIVIDER: Effortlessly slices a variety of fruits and veggies lengthwise into uniform quarters with just 1 press for a safe and fast way to prepare salads, healthy snacks, and more\r\nGREAT FOR A VARIETY OF PRODUCE: Ideal for longer veggies like cucumbers, carrots, zucchini, and squash and small round produce like mini potatoes, Brussel sprouts, cherry tomatoes, and olives\r\nVERSATILE USES: Can also be used to dice or divide strawberries, grapes, pitless cherries, peeled kiwis, and more to create an easy fruit platter or bite-sized snacks for kids\r\nSLICE WITH EASE: Sharp stainless steel constructed cutting blades quickly deliver clean cuts, and the integrated slots easily locate the blade assembly to prevent any mistakes while slicing\r\nACCOMMODATING: Features internal guides that are designed to flex to accommodate various produce shapes and sizes without a hassle', 8.99, NULL, NULL, 9.99, 'GoodCook Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green-95876.jpeg', 'GoodCook Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green-43437.jpeg', 'GoodCook Everyday Fruit and Veggie Divider with Stainless Steel Blades, Green-92383.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-03-01 11:24:12', '2024-03-01 11:24:12'),
(6161, 'Hydroponics Growing System Indoor Garden: 2024 New Upgrade 11Pods Planting Herb Garden Kit with Atomizer & Water Automatic Cycle System, Ideal Christmas Gifts for Mom Dad Men Women', 'vWfYKN8oS', 11, '【🎁Thoughtful & Practical Christmas Gifts for Family & Friends】Our hydroponic herb growing system supports over 100 different plants, up to 11 plants grown at once. Grows in water no soil, no mess, made simple, giving anyone even children the ability to grow healthy plants for a beautiful DIY indoor garden! This indoor garden is really an ideal Christmas gift for family and friends who are planting lovers.\r\n【5X Faster Growth Than Soil Planting】36-Watt LED light of hydroponics growing system turns on/off automatically, simulating the sunlight spectrum, promoting plants\' photosynthesis in any weather. The hydroponic setup and lighting systems allow plants to maximize photosynthesis and speed up growth by 5x, while it also creates a perfect temperature, allowing plants to germinate and grow quickly,even in winter. Indepandent 4L water tank can support plants to grow for 1-2 weeks in the growth period.\r\n【2023 NEW UPGRADE -Self-Watering Irrigation System】Our Indoor garden kit is designed with a nozzle water pump,it make water flow into tank lid, then flow out from each seed pod so that each seed sponge can keep running water irrigation. This helps to circulate water, increase water oxygen,and keep the nutrients circulating well to the roots,which helps plants grow up to faster and healthier.The pump will turns 30 mins on/off automatically,which can not only keep water fresh but also save energy.\r\n【2023 Exclusive Design -Self-Humidifying System】RUSIRLY hydroponics growing system built-in atomizer mode which can increase and maintain humidity to the leaves of plants, making the flowers grow up to larger, the leaves fresher and healthier. Indepandent 1.5L water tank can support humidifying for 1-2 weeks. No longer requires manual to water the plants, it saves time & effort， truly achieving automated planting.\r\n【TWO PLANTING MODES】Custom-built spectrum LED grow lights to supply optimal lighting to the garden. You can easily switch between different mode to meet the light demands of different plants. For plants growing harvest leaves, choose \"Veg\" Mode which contains blue light. For plants growing stronger, choose \"Flower&fruit\" Mode which increases the red light. No mess, No season limitations.\r\n【🎧2 YEARS WORRY-FREE WARRANTY】RUSIRLY hydroponic growing system comes with 2-years worry-free warranty for any reason. If you need replacement parts(Already used seed pod kits is not in the after -sales service), feel free to reach out to us via your Amazon order detail page (Go to Your Orders>Problem with order>Contact Seller). We hope your herb plants with this hydroponic growing system will be fresher and stronger.', 39.89, NULL, NULL, 89.89, 'Hydroponics Growing System Indoor Garden: 2024 New Upgrade 11Pods Planting Herb Garden Kit with Atomizer & Water Automatic Cycle System, Ideal Christmas Gifts for Mom Dad Men Women-43732.jpeg', 'Hydroponics Growing System Indoor Garden: 2024 New Upgrade 11Pods Planting Herb Garden Kit with Atomizer & Water Automatic Cycle System, Ideal Christmas Gifts for Mom Dad Men Women-32027.jpeg', 'Hydroponics Growing System Indoor Garden: 2024 New Upgrade 11Pods Planting Herb Garden Kit with Atomizer & Water Automatic Cycle System, Ideal Christmas Gifts for Mom Dad Men Women-32137.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-03-01 12:14:05', '2024-03-01 12:14:05'),
(6162, 'Microwave Splatter Cover for Food', 'vYeWHwqZE', 11, '【Microwave Splatter Cover with Water Steamer】The microwave splash cover effectively prevents food from splashing around during the microwave heating process, reducing unnecessary trouble and reducing heat loss during the heating process, achieving a fast heating effect. It is a convenient and practical tool that is essential for the kitchen\r\n【 Multi purpose 】The microwave splash cover not only effectively prevents food from splashing during microwave heating, but also serves as an insulation cover on the dining table and a fresh-keeping cover in the refrigerator. It effectively prevents external factors from damaging food and is a must-have item in a home kitchen\r\n【 Unique Design 】 The microwave splash cover has a diamond surface and a novel appearance. Compared to the single snap fastener of some microwave covers on the market, our microwave cover is equipped with a double snap fastener, which is more stable and double safe, effectively preventing the cover from separating from the handle. There is a flow guide groove at the bottom, and excess water vapor will flow down the wall of the microwave cover without producing water stains\r\n【Solving the problem of food dryness】Everyone has a common problem, using a microwave to heat food can make it taste dry. However, CtarstHome Microwave Splatter Cover effectively solves this problem by having a built-in water storage port and adding appropriate water before use. When heated in the microwave, Microwave Splatter Cover Microwave Splatter Cover with Water Steamer generates water vapor to maintain the best taste of the food as much as possible\r\n【Attention!!】 This microwave spatter cover can only be used in microwave mode, and it is forbidden to use the grid, light wave, combination, or hot air conversion mode, with a maximum temperature not exceeding 392 ℉ and a heating time not exceeding 4 minutes', 17.99, NULL, NULL, 16.99, 'Microwave Splatter Cover for Food-19060.jpeg', 'Microwave Splatter Cover for Food-55693.jpeg', 'Microwave Splatter Cover for Food-53413.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-03-01 12:20:07', '2024-03-01 12:20:07'),
(6163, 'Lomi Classic | World’s First Smart Waste™ Home Food Upcycler | Turn Waste into Natural Fertilizer with a Single Button with Lomi Classic, Electric Kitchen Food Recycler (Bundle with 45 Extra Cycles)', 'G3Gty1OVd', 11, 'WORLD\'S FIRST SMART WASTE COMPOSTER: LOMI is the ultimate kitchen appliance for turning food & waste into nutrient-rich compost.\r\nEASY INDOOR USE: LOMI is electric and designed for indoor use, making it easy to compost food scraps on your countertop.\r\nCOMPOST IN UNDER 24 HOURS: LOMI uses advanced technology to break down food waste quickly and efficiently, producing compost in as little as 24 hours.\r\nEASY TO USE: LOMI has a simple touch interface that allows you to start, stop, and monitor the composting process. Each LOMI Bundle includes your first 90 cycles of filters & pods!\r\nCOMPACT SIZE: LOMI is the perfect addition to any kitchen, allowing you to reduce your waste and feed your garden with ease. Dimensions: 12\'\' tall, 16\'\' wide, 13\'\' deep', 399.95, NULL, NULL, 529.99, 'Lomi Classic | World’s First Smart Waste™ Home Food Upcycler | Turn Waste into Natural Fertilizer with a Single Button with Lomi Classic, Electric Kitchen Food Recycler (Bundle with 45 Extra Cycles)-45428.jpeg', 'Lomi Classic | World’s First Smart Waste™ Home Food Upcycler | Turn Waste into Natural Fertilizer with a Single Button with Lomi Classic, Electric Kitchen Food Recycler (Bundle with 45 Extra Cycles)-68311.jpeg', 'Lomi Classic | World’s First Smart Waste™ Home Food Upcycler | Turn Waste into Natural Fertilizer with a Single Button with Lomi Classic, Electric Kitchen Food Recycler (Bundle with 45 Extra Cycles)-15679.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-03-01 12:48:24', '2024-03-01 12:48:24');
INSERT INTO `products` (`id`, `name`, `slug`, `market_id`, `description`, `value`, `quantity`, `initial_quantity`, `old_value`, `image1`, `image2`, `image3`, `category`, `rating`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(6164, 'Cordless Hand Massager with Heat and Compression for Arthritis and Carpal Tunnel', 'qy4EOTM7L', 11, 'Hand Massager with Heat: CINCOM hand therapy massager provides different acupuncture points and offers a kneading massage with 4 massage heads. Upper and lower airbags press rhythmically along the fingers, hands, and wrists to care for all sides of your hand.\r\nGive Your Hands A Break: This electric hand massager relieves arthritis or carpal tunnel pain and relaxes your hand after a long day of work. Heat, air pressure, and kneading to help to get rid of finger numbness & joint soreness. Suitable for both left and right hands.\r\nLike A Personal & On-Call Hand Massage Therapist: 3 selectable massage modes and 3 strengths to meet your comfort level. 2 heat settings to choose from according to individual needs and preferences, provides the hand with soothing heat in the deep infrared at 95 - 104 °F (35 - 40 °C) to improve blood circulation, reduce fatigue of fingers and palms, pain, and warming of your cold hands.\r\nRechargeable and Portable: The cordless hand massager with a built-in 2500mAh lithium battery can last 4-5 hours after full charging, either at home or in the office. You will get better relaxation at anytime and anywhere. Also, it’s lightweight and portable with a hurried bag.\r\nGifts for Your Loved One: Our hand massager with heat is a perfect gift for people of all ages on Birthday, Mother’s Day, Father\'s Day, and Christmas. CINCOM health care products are well-known for the highest quality products and excellent customer service. 110% recommended by everyone.', 55.28, NULL, NULL, 78.98, 'Cordless Hand Massager with Heat and Compression for Arthritis and Carpal Tunnel-56048.jpeg', 'Cordless Hand Massager with Heat and Compression for Arthritis and Carpal Tunnel-57879.jpeg', 'Cordless Hand Massager with Heat and Compression for Arthritis and Carpal Tunnel-33966.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-03-01 13:30:23', '2024-03-01 13:30:23'),
(6165, 'XREAL Air 2 Pro AR Glasses, The Ultimate Wearable Display with 3-level Electrochromic Dimming, 75g 120Hz 330\", Smart Glasses, Gaming monitor, Compatible with iPhone', 'oiEabhamX', 11, 'Meet XREAL Air 2 Pro, the pinnacle of consumer AR glasses, more immersive and versatile than our first-generation Air glasses. XREAL is a brand you can trust. With an industry leading more than 350,000 AR glasses shipped to date, XREAL is the global leader in the AR market, securing 51% market share in Q3 2023 (according to IDC).\r\nPersonal Theatre: Built for gamers, movie lovers and travelers, Air 2 Pro is the ultimate wearable display that redefines your movie and gaming experience, with a gigantic screen only you can see. Enjoy next-level immersion and watch entertainment apps such as Netflix, Prime Video, Apple TV and 3D side-by-side movies wherever you are.\r\nIncredible Visuals: Featuring custom SONY Micro-OLED panels, 46° FOV, and an enormous 120Hz ultra-sharp display, each Air 2 Pro is meticulously calibrated for color accuracy - the first to receive TÜV Rheinland color accuracy certification.\r\nImmersion On Demand: Instantly switch between 3 Electrochromic Dimming levels with a simple touch and block out the right amount of light, ideal for using the glasses in any lighting conditions, both indoors and outdoors.\r\nUnparalleled Comfort: Enjoy all-day wearing comfort with only 75g of weight, zero-pressure nose pads, and ultra-soft temples. Air 2 Pro has an industry-first three-level temple adjustment and 1:1 weight distribution ensuring maximum comfort.\r\nCinematic Sound: Our upgraded sound system delivers rich and immersive audio. Directional Audio technology reduces sound dispersion, offering better privacy and minimal disturbances to others.', 250.89, NULL, NULL, 449.00, 'XREAL Air 2 Pro AR Glasses, The Ultimate Wearable Display with 3-level Electrochromic Dimming, 75g 120Hz 330\", Smart Glasses, Gaming monitor, Compatible with iPhone-53729.jpeg', 'XREAL Air 2 Pro AR Glasses, The Ultimate Wearable Display with 3-level Electrochromic Dimming, 75g 120Hz 330\", Smart Glasses, Gaming monitor, Compatible with iPhone-25247.jpeg', 'XREAL Air 2 Pro AR Glasses, The Ultimate Wearable Display with 3-level Electrochromic Dimming, 75g 120Hz 330\", Smart Glasses, Gaming monitor, Compatible with iPhone-42270.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-03-01 13:40:47', '2024-03-01 13:40:47'),
(6166, 'Camera Detector C10 Pro', 'Uq4b4PBOw', 11, '【What makes C10 Pro better than similar ones?】 C10 Pro, equipped with the most cutting-edge AI chip and high-accuracy telescoping antenna, is a professional hidden device detector which can detect any RF transmitters in as wide as 1 MHz to 10 GHz frequency range and it can find transmitting and non-transmitting cameras, on or off, wired or wireless, dead or alive. 1 Camera Finder, 2 Levels of Sensitivity, 3 Detection Modes – Visual, Vibration and Mixed, 9 Levels of Signal Strength Meter.\r\n【Protect privacy for you and your beloved ones】 This bug detector offers a simple, portable, and discreet method of identifying and eliminating unwanted surveillance threats. Easily detect all types of RF transmitters including: bugs; body wires / GPS trackers / bumper beepers / eavesdropping transmitters etc., and quickly identify both wired and wireless hidden cameras, pinhole cameras and more. Effectively prevent your privacy leaks.\r\n【Use it Everywhere】 With this anti spy detector C10 Pro, you can easily and discreetly detect unwanted surveillance in your space like home, office, car and travel etc. It offers super-fast scanning capabilities to quickly sweep Airbnb, vacation rentals and hotels etc., or scan public restrooms, board rooms, office space, dressing rooms, fitting rooms, bathroom, bedroom, gym / locker rooms, apartments etc. Help you trust the surrounding environment.\r\n【Take it Anywhere】 The compact, easy-to-use, lightweight, and rechargeable battery-operated design makes it possible to bring the C10 Pro with you everywhere you go. 4 segments 8 colored light array makes you able to identify signal types and strengths at a glance. Covert vibration mode also allows you to search for bugs without being noticeable to others.\r\n【Great Gift & Lifetime Manufacturer Warranty】 This C10 Pro is the best gift for your family and friends. Small to take anywhere and simple to use anywhere! Keep private life private for your beloved ones! Simply reach us for soon response if you have any questions. We offer 30 days money back, 180 days free replacement and lifetime manufacturer warranty. Buy with total confidence!', 59.99, NULL, NULL, 79.99, 'Camera Detector C10 Pro-33603.jpeg', 'Camera Detector C10 Pro-54013.jpeg', 'Camera Detector C10 Pro-95092.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-03-01 13:47:55', '2024-03-01 13:47:55'),
(6167, 'Happy Nuts Comfort Cream Deodorant For Men', 'lrLVroAwp', 11, 'Use Comfort Cream to experience unparalleled comfort in between the legs.\r\nComfort Cream applies as a lotion, and dries as a powder to absorb your sweat and create an anti-friction layer, all while keeping you smelling like you just got out of the shower, even if you didn’t.\r\nApply Comfort Cream in the morning to experience all day long comfort and protection against odors, sweat, and chafing.\r\nComfort Cream is formulated with aloe to soothe the area and provide healing effects to any chafing, itching, or irritation.\r\nMade in the USA. Natural. Safe. Contains no talc, aluminum, parabens, silicone, sulfates, alcohol, or gluten.', 10.87, NULL, NULL, 15.00, 'Happy Nuts Comfort Cream Deodorant For Men-84045.jpeg', 'Happy Nuts Comfort Cream Deodorant For Men-67516.jpeg', 'Happy Nuts Comfort Cream Deodorant For Men-85079.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-03-01 13:54:03', '2024-03-01 13:54:03'),
(6168, 'Endoscope Camera with Light', '1sPzLT6Z0', 11, 'Instant and Effortless Inspection: Say goodbye to complicated setups. The DS260 handheld borescope eliminates the need for Wi-Fi, apps, or phones to operate. Simply turn it on and start inspecting. The user-friendly interface makes navigation incredibly easy, and the ergonomic handle ensures a comfortable grip for an enhanced probing experience.\r\n1080P Crystal Clear Live Image: The endoscope\'s innovative Bluart technology elevates image quality to a new level, giving sharp and vivid views that enhance inspection accuracy and efficiency. The built-in 8 LED lights illuminate the inspection area, providing clear visibility even in dark or low-light conditions.\r\n2X Zoom-in Function: Need to inspect something up close? Activate the zoom-in botton. You can closely view tight places, internal wiring, holes, and other details by zooming in 1.5 or 2.0 times. The portable 2.4\'\' IPS screen offers wide viewing angles and vivid colors, ensuring that borescope\'s real-time images are displayed with exceptional clarity and detail.\r\nVersatile and Reliable: The long 16.5ft semi-rigid cable allows it to maintain its shape while being easily maneuverable, making it ideal for a wide range of applications. Whether you\'re a handyman, DIY homeowner, or automotive enthusiast, the snake camera can be your go-to solution. It\'s perfect for inspecting walls, drain pipes, automotive, and HVAC systems.\r\nSleek Design and Superb Workmanship: The simple and intuitive interface ensures effortless operation, making it user-friendly for beginners. Crafted with high-quality materials, the inspection camera is built to last, withstanding the rigors of regular use. Its compact and lightweight design allows for easy transportation, making it the perfect companion for on-the-go inspections.', 28.99, NULL, NULL, 39.99, 'Endoscope Camera with Light-51208.jpeg', 'Endoscope Camera with Light-56377.jpeg', 'Endoscope Camera with Light-60534.jpeg', 'Gadgets and electronics', 4.0, NULL, 1, '2024-03-01 13:58:01', '2024-03-01 13:58:01'),
(6169, 'Raw Lotion for Men', 'BNNPEXK0D', 11, 'RAW LOTION MADE BY MEN FOR MEN - Simply put, this is a moisturizer & deodorant for your manhood & bottom, no matter what skin type. Our lightweight, mattifying formula is non-irritating, anti-chafing and suitable for sensitive, normal, oily, rough, dry, and acne-prone complexions. One jar of our Bum Balm should last 2-3 months, if used daily.\r\nHYDRATE AND MOISTURIZE: Our bum balm will nourish and hydrate your skin while eliminating odors with a mint & clove fragrance. Infused with raw shea butter, this tree nut oil is a natural moisturizer with anti aging.\r\nALL-IN-ONE NOURISHMENT: Use it anywhere and everywhere to hydrate and nourish your skin, hair, beard, and those below the belt regions. Our Bum Balm can be used as an aftershave and deodorant.\r\nNO HARMFUL INGREDIENTS: All Pure for Men products are 100% Paraben Free, Sulfate Free, PEG Free, SLS Free, Phthalate Free, Artificial Fragrance Free, Dye Free, Microbead Free, Mineral Oil Free, and more.\r\nMAN-MADE INGREDIENTS: Our vegan bum balm is man-made with organic ingredients. Safe for you and the environment, our raw lotion is non-GMO and never tested on animals.', 17.89, NULL, NULL, 29.99, 'Raw Lotion for Men-58776.jpeg', 'Raw Lotion for Men-70439.jpeg', 'Raw Lotion for Men-17225.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-03-01 14:02:44', '2024-03-01 14:02:44'),
(6170, 'Magnetic Floating Globe with LED Lights', 'SwTPcsPzD', 11, '🎁【Perpetual Floating in Mid-Air & Auto-Rotation】The floating globe is operated by electromagnetic levitation system that keeps it stably levitating and rotating in midair, the globe will keep 360° auto-rotate unless unplugged. Coolhigh-tech decorations for your desk and bookshelf, showing individuality.\r\n🎁【Multi-Color Lights】Globe Lamp Built-in light strip with 9 LED lamp beads. When the C-shaped floating frame light is on, there are 3 LED light colors (blue, green, red), which is cool when working in the dark. The light will stay on as you plug it in.\r\n🎁【Easy Install】Plug in the C shape frame, hold the globe by 1 hand, place the auxiliary tool between the globe and frame top, slowly remove your hand then the tool and you will success.\r\n🎁【Perfect Gift】An high-tech gadget that people of most ages will love. Kids Learning Education Teaching Toys, Home /Office /Desktop Decoration, Business Gifts, Art Craft Gifts, Creative Birthday Gifts, Merry Christmas Gifts, Anniversary, Valentine\'s day gifts, or Father\'s Days gift, and more.\r\n🎁【After-Sales Service】We provide 2 Years After-Sales Service, lifetime technical support. Please feel free to contact us if you have any questions during the installation and use of the magnetic levitation floating globe, we will reply to you 24/7.', 19.99, NULL, NULL, 39.99, 'Magnetic Floating Globe with LED Lights-60353.jpeg', 'Magnetic Floating Globe with LED Lights-82525.jpeg', 'Magnetic Floating Globe with LED Lights-47857.jpeg', 'Gadgets and electronics', 5.0, NULL, 1, '2024-03-01 14:11:36', '2024-03-01 14:11:36'),
(6171, 'Label Maker Machine with Tape', 'W1jsMX1Zf', 11, 'Smarter and Smaller-Compared with the traditional label makers, this portable label maker is smaller and smarter. Compact and lovely design and you can take it into your pocket, and print high quality labels and stickers anytime, anywhere.\r\nEasy to Use-This mini Bluetooth label printer prints stickers wirelessly. Download the ’NIIMBOT\' app, and then connect and pair the Bluetooth via the app. The app included more than 60 +Fonts, 12+ Languages, and 400+ Borders. And it supports iOS & Android. (NOTE: This label maker doesn\'t work with computers)\r\nMultiple Creative Templates-This app of this stickers maker provides a variety of free templates, containing texts, tables, symbols, logos, barcodes, QR codes, images, time, insert Excel, etc. Easy to create various cute label stickers from your phone. Labels are fixed in length, not support continuous label tape.\r\nLabel Size 0.5-0.6 inch - The label maker machines are used widely in organizing home supplies, classifying cosmetics items, price name jewelry tags, jar stickers, school and office files classification, storage, marking, etc. Perfect back-to-school item.\r\nWhat you get- Package with a roll of free white label maker tape. It is 15x30mm, and included 210pcs labels. USB cable and manual are also provided. This label maker machine with tape print is inkless and rechargeable, saving you time and money.', 15.78, NULL, NULL, 29.99, 'Label Maker Machine with Tape-40895.jpeg', 'Label Maker Machine with Tape-44222.jpeg', 'Label Maker Machine with Tape-49890.jpeg', 'Gadgets and electronics', 3.5, NULL, 1, '2024-03-01 14:17:57', '2024-03-01 14:17:57'),
(6172, 'Modern 18 Karat Yellow Gold Heart-Shape \"Love\" Pendant', 'CJQAL5cOu', 14, 'Pendant in 18 karat yellow gold. This modern pendant features an openwork heart in streaked yellow gold, with the message \"Love\" in the center. Pendant sold only, without the chain of presentation. Height : 1,6 cm approximately, width : 10,8 mm approximately, thickness : 0,5 mm approximately. Total weight of the jewel : 0,4 g approximately. Modern second hand jewel - Very little worn - Very good condition - Completely cleaned and checked - Sold with certificate of authenticity.  Specialized in antique and creation jewelry since 1975, we deliver all our jewel with their certificate of authenticity, written by our certified antique jewelry expert and graduated gemologist, which presents the exact characteristics of the jewelry at the time of its writing. Each piece of jewelry is checked and repolished by our French workshop, controlled by our expert before being shipped: metal, gem, structure... and presented in a neat and qualitative gift wrapping. The shipment is made thanks to an adapted way of shipping with insurance and tracking number. When possible, the rings can be sized within the range of sizes suggested, and this is offer and done before shipping by our workshop.', 99.27, NULL, NULL, 103.55, 'Modern 18 Karat Yellow Gold Heart-Shape \"Love\" Pendant-80086.jpeg', 'Modern 18 Karat Yellow Gold Heart-Shape \"Love\" Pendant-70428.jpeg', 'Modern 18 Karat Yellow Gold Heart-Shape \"Love\" Pendant-37337.jpeg', 'Jewelry', 3.5, NULL, 1, '2024-03-02 02:10:43', '2024-03-02 02:10:43'),
(6173, '18k Rose Gold Heart Shape Pendant Necklace', 'oQ8mHhPIB', 14, 'This stylish heart shape pendant necklace is made of 18K rose gold, Italian designed, with heart shape patterns all over the pendant. The jewellery is beautiful and trendy, matching everyday causal wear. The company was founded one and a half centuries ago in Macau. The brand is renowned for its high jewellery collections with fabulous designs. Our designs reflect the cultural and aesthetic value of its origin – Macau, where East meets West, with the inspiration from the beauty of oriental and Roman art. The finest hand selected precious stones inspire our designers’ creation, which are turned into exquisite jewellery with exceptional flair, in the hands of our expert craftsmen.', 1180.00, NULL, NULL, 1230.00, '18k Rose Gold Heart Shape Pendant Necklace-37994.jpeg', '18k Rose Gold Heart Shape Pendant Necklace-51085.jpeg', '18k Rose Gold Heart Shape Pendant Necklace-45583.jpeg', 'Jewelry', 2.5, NULL, 1, '2024-03-02 02:19:34', '2024-03-02 02:19:34'),
(6174, 'Australian Opal Diamonds 18 Karat White Gold Cocktail Ring', 'nCwXjy9lL', 14, 'Amazing 18 Karat white gold cocktail ring. Handmade by our craftsmen and assembled with Australian opal and diamonds.  Diamonds weight 0.80 karat Opal weight 6.96 karat Ring total weight 8.40 grams Ring size ITA 16.50 - US 7.75 (all rings are can be resized)', 3584.73, NULL, NULL, 3855.99, 'Australian Opal Diamonds 18 Karat White Gold Cocktail Ring-98280.jpeg', 'Australian Opal Diamonds 18 Karat White Gold Cocktail Ring-12457.jpeg', NULL, 'Jewelry', 4.0, NULL, 1, '2024-03-02 02:25:12', '2024-03-02 02:25:12'),
(6175, 'Black Jack 2.5 Ton Low Profile Floor Jack Black/Silver, T825010W', 'Scgh47odR', 14, 'The Black Jack 2.5 Ton Low Profile Floor Jack is a heavy-duty jack that\'s perfect for lifting vehicles with a low clearance. It has a 2.5-ton lifting capacity and a low-profile design, making it great for sports cars, sedans, and other low-riding vehicles. The black and silver color gives it a sleek look too!', 79.99, NULL, NULL, 84.99, 'Black Jack 2.5 Ton Low Profile Floor Jack Black/Silver, T825010W-32360.jpeg', 'Black Jack 2.5 Ton Low Profile Floor Jack Black/Silver, T825010W-50613.jpeg', 'Black Jack 2.5 Ton Low Profile Floor Jack Black/Silver, T825010W-91959.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-03-02 02:32:55', '2024-03-02 02:32:55'),
(6176, 'Scepter Ameri-Can Gasoline Can 5 Gallon Volume Capacity, FG4G511, Red Gas Can Fuel Container', 'i5Be0da8R', 14, 'The Scepter Ameri-Can Gasoline Can is a 5-gallon fuel container that\'s perfect for storing and transporting gasoline. It has a bright red color and a volume capacity of 5 gallons, so you can easily see how much fuel is left. It\'s a reliable and durable option for all your gasoline storage needs!', 20.72, NULL, NULL, 25.89, 'Scepter Ameri-Can Gasoline Can 5 Gallon Volume Capacity, FG4G511, Red Gas Can Fuel Container-86271.jpeg', 'Scepter Ameri-Can Gasoline Can 5 Gallon Volume Capacity, FG4G511, Red Gas Can Fuel Container-73631.jpeg', 'Scepter Ameri-Can Gasoline Can 5 Gallon Volume Capacity, FG4G511, Red Gas Can Fuel Container-29056.jpeg', 'Automotive kits', 3.5, NULL, 1, '2024-03-02 02:38:14', '2024-03-02 02:38:14'),
(6177, '3mirrors Aluminum 4 Row Transmission Oil Cooler Ultra-Cool Tube 402 W/ Mounting Hardware Kit 5/16\"', '4Lx8Y4Jsv', 14, 'The 3mirrors Aluminum 4 Row Transmission Oil Cooler is a high-performance cooling solution for your vehicle\'s transmission. It features an ultra-cool tube design and comes with a complete mounting hardware kit. With a 5/16\" size, it\'s compatible with various transmission systems. Keep your transmission cool and running smoothly with this top-notch oil cooler!', 22.99, NULL, NULL, 27.00, '3mirrors Aluminum 4 Row Transmission Oil Cooler Ultra-Cool Tube 402 W/ Mounting Hardware Kit 5/16\"-26642.jpeg', '3mirrors Aluminum 4 Row Transmission Oil Cooler Ultra-Cool Tube 402 W/ Mounting Hardware Kit 5/16\"-21849.jpeg', NULL, 'Automotive kits', 4.0, NULL, 1, '2024-03-02 02:49:24', '2024-03-02 02:50:07');

-- --------------------------------------------------------

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `id` int NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `roles`
--

INSERT INTO `roles` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'superadmin', '2024-01-29 10:36:54', '2024-01-29 10:36:54'),
(2, 'editor', '2024-01-29 10:36:54', '2024-01-29 10:36:54'),
(3, 'blogger', '2024-01-29 10:40:01', '2024-01-29 10:40:01'),
(4, 'agent', '2024-02-04 23:49:48', '2024-02-04 23:49:48');

-- --------------------------------------------------------

--
-- Table structure for table `sells`
--

CREATE TABLE `sells` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `ownership_id` int DEFAULT NULL,
  `product_id` int DEFAULT NULL,
  `market_id` int DEFAULT NULL,
  `investment_id` int DEFAULT NULL,
  `initial_price` decimal(20,2) DEFAULT NULL,
  `amount` decimal(20,2) DEFAULT NULL,
  `quantity` bigint DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `sell_time` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `sells`
--

INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(1, 1740, 1, 1816, 9, 1, 15.99, 16.23, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:03'),
(2, 1740, 2, 3872, 9, 1, 31.80, 32.28, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(3, 1740, 3, 3783, 9, 1, 20.59, 20.90, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(4, 1740, 4, 522, 9, 1, 49.82, 50.57, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(5, 1740, 5, 456, 9, 1, 46.77, 47.47, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(6, 1740, 6, 4050, 9, 1, 9.35, 9.49, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(7, 1740, 7, 3265, 9, 1, 7.29, 7.40, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(8, 1740, 8, 4091, 9, 1, 26.93, 27.33, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(9, 1740, 9, 1056, 9, 1, 89.76, 91.11, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(10, 1740, 10, 2452, 9, 1, 14.90, 15.12, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(11, 1740, 11, 2604, 9, 1, 15.89, 16.13, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(12, 1740, 12, 1548, 9, 1, 81.37, 82.59, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(13, 1740, 13, 1654, 9, 1, 32.23, 32.71, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(14, 1740, 14, 1447, 9, 1, 41.34, 41.96, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(15, 1740, 15, 756, 9, 1, 0.45, 0.46, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(16, 1740, 16, 1248, 9, 1, 28.63, 29.06, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(17, 1740, 17, 3904, 9, 1, 78.73, 79.91, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(18, 1740, 18, 2072, 9, 1, 19.38, 19.67, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(19, 1740, 19, 4465, 9, 1, 15.74, 15.98, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(20, 1740, 20, 3370, 9, 1, 106.04, 107.63, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(21, 1740, 21, 2079, 9, 1, 20.99, 21.30, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(22, 1740, 22, 3720, 9, 1, 8.47, 8.60, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(23, 1740, 23, 186, 9, 1, 173.25, 175.85, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(24, 1740, 24, 4408, 9, 1, 31.20, 31.67, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(25, 1740, 25, 2236, 9, 1, 20.80, 21.11, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(26, 1740, 26, 884, 9, 1, 10.49, 10.65, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(27, 1740, 27, 2023, 9, 1, 1.02, 1.04, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(28, 1740, 28, 1844, 9, 1, 0.32, 0.32, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(29, 1740, 29, 734, 9, 1, 0.22, 0.22, 1, 1, 'ai_sell', '2024-02-21 14:30:10', '2024-02-21 14:30:10', '2024-02-21 15:31:04'),
(30, 1740, 30, 1827, 9, 1, 0.13, 0.13, 1, 1, 'ai_sell', '2024-02-21 14:30:11', '2024-02-21 14:30:11', '2024-02-21 15:31:04'),
(31, 1740, 31, 3010, 3, 1, 32.54, 33.03, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:02'),
(32, 1740, 32, 787, 3, 1, 49.06, 49.80, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:03'),
(33, 1740, 33, 4461, 3, 1, 587.09, 595.90, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:04'),
(34, 1740, 34, 5017, 3, 1, 107.05, 108.66, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:04'),
(35, 1740, 35, 4374, 3, 1, 9.17, 9.31, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:04'),
(36, 1740, 36, 348, 3, 1, 40.17, 40.77, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:04'),
(37, 1740, 37, 4254, 3, 1, 21.17, 21.49, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:04'),
(38, 1740, 38, 1797, 3, 1, 15.45, 15.68, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:04'),
(39, 1740, 39, 1656, 3, 1, 31.15, 31.62, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:04'),
(40, 1740, 40, 4346, 3, 1, 64.34, 65.31, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:05'),
(41, 1740, 41, 4417, 3, 1, 27.53, 27.94, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:05'),
(42, 1740, 42, 1631, 3, 1, 5.50, 5.58, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:05'),
(43, 1740, 43, 914, 3, 1, 10.39, 10.55, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:05'),
(44, 1740, 44, 2618, 3, 1, 10.39, 10.55, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:05'),
(45, 1740, 45, 2127, 3, 1, 2.60, 2.64, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:05'),
(46, 1740, 46, 1952, 3, 1, 1.34, 1.36, 1, 1, 'ai_sell', '2024-02-22 15:32:05', '2024-02-22 15:32:05', '2024-02-22 16:33:05'),
(47, 1741, 47, 261, 1, NULL, 21.00, 21.63, 50, 1, 'manual_sell', '2024-02-23 14:37:56', '2024-02-23 14:37:56', '2024-02-23 15:38:03'),
(48, 1741, 48, 531, 1, NULL, 22.00, 22.66, 60, 1, 'manual_sell', '2024-02-23 14:38:39', '2024-02-23 14:38:39', '2024-02-23 15:39:02'),
(49, 1741, 49, 101, 1, NULL, 296.00, 304.88, 10, 1, 'manual_sell', '2024-02-23 14:39:52', '2024-02-23 14:39:52', '2024-02-23 15:40:05'),
(50, 1741, 50, 1828, 1, NULL, 130.00, 133.90, 25, 1, 'manual_sell', '2024-02-23 14:40:39', '2024-02-23 14:40:39', '2024-02-23 15:41:03'),
(51, 1741, 51, 1828, 1, NULL, 130.00, 133.90, 10, 1, 'manual_sell', '2024-02-23 14:41:04', '2024-02-23 14:41:04', '2024-02-23 15:42:02'),
(52, 1741, 52, 845, 1, NULL, 12.00, 12.36, 10, 1, 'manual_sell', '2024-02-23 14:41:44', '2024-02-23 14:41:44', '2024-02-23 15:42:02'),
(53, 1740, 53, 2662, 9, 1, 105.00, 106.58, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:04'),
(54, 1740, 54, 1250, 6, 1, 12.91, 13.10, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(55, 1740, 55, 1492, 6, 1, 65.91, 66.90, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(56, 1740, 56, 1027, 3, 1, 401.70, 407.73, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(57, 1740, 57, 1435, 1, 1, 20.19, 20.49, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(58, 1740, 58, 1743, 6, 1, 50.97, 51.73, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(59, 1740, 59, 3240, 3, 1, 103.61, 105.16, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(60, 1740, 60, 2083, 1, 1, 25.24, 25.62, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(61, 1740, 61, 3683, 9, 1, 204.60, 207.67, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:06'),
(62, 1740, 62, 159, 9, 1, 38.29, 38.86, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:07'),
(63, 1740, 63, 752, 3, 1, 1.02, 1.04, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:07'),
(64, 1740, 64, 1850, 6, 1, 0.57, 0.58, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:07'),
(65, 1740, 65, 734, 1, 1, 0.23, 0.23, 1, 1, 'ai_sell', '2024-02-23 16:34:07', '2024-02-23 16:34:07', '2024-02-23 17:35:07'),
(66, 1741, 66, 2900, 5, NULL, 2950.00, 3038.50, 3, 1, 'manual_sell', '2024-02-24 16:12:50', '2024-02-24 16:12:50', '2024-02-24 17:13:04'),
(67, 1741, 67, 1035, 5, NULL, 121.00, 124.63, 11, 1, 'manual_sell', '2024-02-24 16:13:49', '2024-02-24 16:13:49', '2024-02-24 17:14:04'),
(68, 1741, 68, 2972, 5, NULL, 36.00, 37.08, 3, 1, 'manual_sell', '2024-02-24 16:14:31', '2024-02-24 16:14:31', '2024-02-24 17:15:04'),
(69, 1741, 69, 1635, 5, NULL, 5.00, 5.15, 2, 1, 'manual_sell', '2024-02-24 16:15:50', '2024-02-24 16:15:50', '2024-02-24 17:16:03'),
(70, 1740, 70, 3480, 3, 1, 20.59, 20.90, 1, 1, 'ai_sell', '2024-02-24 18:01:04', '2024-02-24 18:01:04', '2024-02-24 19:01:04'),
(71, 1740, 71, 3897, 6, 1, 101.31, 102.83, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:03'),
(72, 1740, 72, 187, 1, 1, 30.89, 31.35, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(73, 1740, 73, 2353, 9, 1, 420.00, 426.30, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(74, 1740, 74, 4050, 9, 1, 9.35, 9.49, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(75, 1740, 75, 4762, 6, 1, 51.17, 51.94, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(76, 1740, 76, 1040, 3, 1, 53.00, 53.80, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(77, 1740, 77, 195, 1, 1, 41.12, 41.74, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(78, 1740, 78, 4191, 1, 1, 5.81, 5.90, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(79, 1740, 79, 2193, 3, 1, 20.73, 21.04, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(80, 1740, 80, 1805, 3, 1, 8.63, 8.76, 1, 1, 'ai_sell', '2024-02-24 18:02:05', '2024-02-24 18:02:05', '2024-02-24 19:03:04'),
(81, 1740, 81, 4157, 1, 1, 91.15, 92.52, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:04'),
(82, 1740, 82, 493, 1, 1, 56.19, 57.03, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:04'),
(83, 1740, 83, 2302, 3, 1, 81.84, 83.07, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:05'),
(84, 1740, 84, 444, 6, 1, 32.23, 32.71, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:05'),
(85, 1740, 85, 2415, 3, 1, 11.01, 11.18, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:05'),
(86, 1740, 86, 46, 1, 1, 10.10, 10.25, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:05'),
(87, 1740, 87, 803, 3, 1, 0.20, 0.20, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:05'),
(88, 1740, 88, 1894, 9, 1, 0.21, 0.21, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:05'),
(89, 1740, 89, 1827, 9, 1, 0.12, 0.12, 1, 1, 'ai_sell', '2024-02-24 18:02:06', '2024-02-24 18:02:06', '2024-02-24 19:03:05'),
(90, 1740, 90, 1875, 3, 1, 52.00, 52.78, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:03'),
(91, 1740, 91, 4556, 3, 1, 6.83, 6.93, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:05'),
(92, 1740, 92, 5545, 6, 1, 82.16, 83.39, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:05'),
(93, 1740, 93, 3805, 3, 1, 41.19, 41.81, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(94, 1740, 94, 5036, 9, 1, 106.00, 107.59, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(95, 1740, 95, 5071, 9, 1, 293.90, 298.31, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(96, 1740, 96, 4363, 3, 1, 234.60, 238.12, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(97, 1740, 97, 2450, 3, 1, 15.90, 16.14, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(98, 1740, 98, 4815, 9, 1, 18.65, 18.93, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(99, 1740, 99, 2509, 6, 1, 30.15, 30.60, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(100, 1740, 100, 2391, 9, 1, 62.31, 63.24, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(101, 1740, 101, 346, 6, 1, 47.75, 48.47, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(102, 1740, 102, 1662, 9, 1, 0.90, 0.91, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(103, 1740, 103, 1189, 1, 1, 2.61, 2.65, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(104, 1740, 104, 1469, 6, 1, 1.33, 1.35, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(105, 1740, 105, 1527, 9, 1, 2.04, 2.07, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(106, 1740, 106, 24, 3, 1, 1.06, 1.08, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(107, 1740, 107, 1837, 1, 1, 1.01, 1.03, 1, 1, 'ai_sell', '2024-02-25 19:15:07', '2024-02-25 19:15:07', '2024-02-25 20:16:06'),
(108, 1741, 108, 1101, 5, NULL, 900.00, 927.00, 11, 1, 'manual_sell', '2024-02-26 07:08:03', '2024-02-26 07:08:03', '2024-02-26 08:09:02'),
(109, 1740, 109, 1304, 6, 1, 32.54, 33.03, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:03'),
(110, 1740, 110, 4732, 3, 1, 425.24, 431.62, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:04'),
(111, 1740, 111, 396, 6, 1, 36.73, 37.28, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:04'),
(112, 1740, 112, 4172, 3, 1, 113.36, 115.06, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:04'),
(113, 1740, 113, 302, 6, 1, 267.57, 271.58, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:04'),
(114, 1740, 114, 775, 1, 1, 7.63, 7.74, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:04'),
(115, 1740, 115, 2684, 3, 1, 20.88, 21.19, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:05'),
(116, 1740, 116, 777, 1, 1, 41.34, 41.96, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:05'),
(117, 1740, 117, 5069, 3, 1, 37.26, 37.82, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:05'),
(118, 1740, 118, 5438, 9, 1, 17.56, 17.82, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:05'),
(119, 1740, 119, 1928, 9, 1, 4.79, 4.86, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:05'),
(120, 1740, 120, 716, 1, 1, 1.03, 1.05, 1, 1, 'ai_sell', '2024-02-26 20:28:05', '2024-02-26 20:28:05', '2024-02-26 21:29:05'),
(121, 1740, 121, 1842, 6, 1, 1.04, 1.06, 1, 1, 'ai_sell', '2024-02-26 20:28:06', '2024-02-26 20:28:06', '2024-02-26 21:29:05'),
(122, 1740, 122, 629, 1, 1, 4.16, 4.22, 1, 1, 'ai_sell', '2024-02-26 20:28:06', '2024-02-26 20:28:06', '2024-02-26 21:29:05'),
(123, 1740, 123, 1584, 9, 1, 4.14, 4.20, 1, 1, 'ai_sell', '2024-02-26 20:28:06', '2024-02-26 20:28:06', '2024-02-26 21:29:05'),
(124, 1740, 124, 1827, 6, 1, 0.12, 0.12, 1, 1, 'ai_sell', '2024-02-26 20:28:06', '2024-02-26 20:28:06', '2024-02-26 21:29:05'),
(125, 1740, 125, 3451, 1, 1, 5.75, 5.84, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:02'),
(126, 1740, 126, 5434, 3, 1, 17.55, 17.81, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:02'),
(127, 1740, 127, 1210, 6, 1, 4.33, 4.39, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:02'),
(128, 1740, 128, 4462, 9, 1, 20.58, 20.89, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:02'),
(129, 1740, 129, 2595, 9, 1, 34.31, 34.82, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(130, 1740, 130, 63, 6, 1, 7.21, 7.32, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(131, 1740, 131, 2312, 9, 1, 145.60, 147.78, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(132, 1740, 132, 1617, 1, 1, 17.06, 17.32, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(133, 1740, 133, 1650, 3, 1, 10.29, 10.44, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(134, 1740, 134, 4447, 9, 1, 112.20, 113.88, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(135, 1740, 135, 5610, 1, 1, 94.49, 95.91, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(136, 1740, 136, 3438, 9, 1, 10.28, 10.43, 1, 1, 'ai_sell', '2024-02-27 21:40:07', '2024-02-27 21:40:07', '2024-02-27 22:41:03'),
(137, 1740, 137, 1340, 1, 1, 40.39, 41.00, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:02'),
(138, 1740, 138, 1392, 3, 1, 185.40, 188.18, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:02'),
(139, 1740, 139, 804, 9, 1, 7.99, 8.11, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:02'),
(140, 1740, 140, 4487, 1, 1, 9.37, 9.51, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(141, 1740, 141, 2634, 6, 1, 15.01, 15.24, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(142, 1740, 142, 1017, 6, 1, 2.30, 2.33, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(143, 1740, 143, 4029, 3, 1, 30.29, 30.74, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(144, 1740, 144, 2148, 9, 1, 104.00, 105.56, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(145, 1740, 145, 2784, 1, 1, 14.18, 14.39, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(146, 1740, 146, 3960, 6, 1, 72.80, 73.89, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(147, 1740, 147, 1558, 1, 1, 20.46, 20.77, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(148, 1740, 148, 1606, 9, 1, 20.75, 21.06, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(149, 1740, 149, 2675, 1, 1, 10.49, 10.65, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(150, 1740, 150, 4730, 1, 1, 15.63, 15.86, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(151, 1740, 151, 1846, 1, 1, 1.46, 1.48, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(152, 1740, 152, 1844, 6, 1, 0.32, 0.32, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(153, 1740, 153, 1827, 6, 1, 0.13, 0.13, 1, 1, 'ai_sell', '2024-02-27 21:41:05', '2024-02-27 21:41:05', '2024-02-27 22:42:03'),
(154, 1740, 154, 5160, 3, 1, 271.40, 275.47, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:03'),
(155, 1740, 155, 4329, 9, 1, 9.27, 9.41, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(156, 1740, 156, 2448, 9, 1, 6.12, 6.21, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(157, 1740, 157, 3771, 3, 1, 5.35, 5.43, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(158, 1740, 158, 1538, 3, 1, 24.71, 25.08, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(159, 1740, 159, 4437, 9, 1, 95.40, 96.83, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(160, 1740, 160, 634, 6, 1, 1.04, 1.06, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(161, 1740, 161, 3799, 1, 1, 379.31, 385.00, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(162, 1740, 162, 1659, 1, 1, 60.77, 61.68, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(163, 1740, 163, 3439, 6, 1, 11.92, 12.10, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:05'),
(164, 1740, 164, 2913, 6, 1, 29.57, 30.01, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:06'),
(165, 1740, 165, 138, 6, 1, 131.28, 133.25, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:06'),
(166, 1740, 166, 478, 9, 1, 13.98, 14.19, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:06'),
(167, 1740, 167, 3620, 6, 1, 2.67, 2.71, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:06'),
(168, 1740, 168, 5489, 3, 1, 2.06, 2.09, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:06'),
(169, 1740, 169, 1818, 6, 1, 1.01, 1.03, 1, 1, 'ai_sell', '2024-02-28 22:52:06', '2024-02-28 22:52:06', '2024-02-28 23:53:06'),
(170, 1740, 170, 1827, 3, 1, 0.12, 0.12, 1, 1, 'ai_sell', '2024-02-28 22:53:04', '2024-02-28 22:53:04', '2024-02-28 23:54:03'),
(171, 1740, 171, 5893, 9, 1, 308.88, 313.51, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:04'),
(172, 1740, 172, 1013, 6, 1, 94.76, 96.18, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:05'),
(173, 1740, 173, 4279, 9, 1, 159.06, 161.45, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:05'),
(174, 1740, 174, 3114, 6, 1, 11.22, 11.39, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:05'),
(175, 1740, 175, 6012, 3, 1, 33.56, 34.06, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(176, 1740, 176, 4855, 3, 1, 359.34, 364.73, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(177, 1740, 177, 3496, 9, 1, 12.12, 12.30, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(178, 1740, 178, 813, 9, 1, 11.55, 11.72, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(179, 1740, 179, 167, 1, 1, 26.87, 27.27, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(180, 1740, 180, 1233, 3, 1, 20.93, 21.24, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(181, 1740, 181, 112, 6, 1, 12.55, 12.74, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(182, 1740, 182, 5102, 3, 1, 5.04, 5.12, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(183, 1740, 183, 1353, 6, 1, 2.15, 2.18, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:06'),
(184, 1740, 184, 24, 9, 1, 1.01, 1.03, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:07'),
(185, 1740, 185, 1818, 9, 1, 1.01, 1.03, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:07'),
(186, 1740, 186, 949, 9, 1, 0.31, 0.31, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:07'),
(187, 1740, 187, 3324, 1, 1, 1.42, 1.44, 1, 1, 'ai_sell', '2024-03-01 00:04:07', '2024-03-01 00:04:07', '2024-03-01 01:05:07'),
(188, 1740, 188, 3582, 3, 1, 4.04, 4.10, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:03'),
(189, 1740, 189, 2569, 9, 1, 70.49, 71.55, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(190, 1740, 190, 310, 1, 1, 54.80, 55.62, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(191, 1740, 191, 5098, 1, 1, 26.49, 26.89, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(192, 1740, 192, 3140, 6, 1, 272.70, 276.79, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(193, 1740, 193, 2881, 3, 1, 52.49, 53.28, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(194, 1740, 194, 5479, 9, 1, 535.50, 543.53, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(195, 1740, 195, 1654, 3, 1, 31.61, 32.08, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(196, 1740, 196, 852, 1, 1, 26.44, 26.84, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(197, 1740, 197, 5558, 3, 1, 3.06, 3.11, 1, 1, 'ai_sell', '2024-03-02 01:16:05', '2024-03-02 01:16:05', '2024-03-02 02:17:04'),
(198, 1740, 198, 4360, 1, 1, 851.76, 864.54, 1, 1, 'ai_sell', '2024-03-03 02:28:06', '2024-03-03 02:28:06', '2024-03-03 03:29:05'),
(199, 1740, 199, 2430, 3, 1, 41.59, 42.21, 1, 1, 'ai_sell', '2024-03-03 02:28:06', '2024-03-03 02:28:06', '2024-03-03 03:29:07'),
(200, 1740, 200, 4979, 3, 1, 4.58, 4.65, 1, 1, 'ai_sell', '2024-03-03 02:28:06', '2024-03-03 02:28:06', '2024-03-03 03:29:07'),
(201, 1740, 201, 2072, 9, 1, 19.95, 20.25, 1, 1, 'ai_sell', '2024-03-03 02:28:06', '2024-03-03 02:28:06', '2024-03-03 03:29:07'),
(202, 1740, 202, 2469, 9, 1, 158.74, 161.12, 1, 1, 'ai_sell', '2024-03-03 02:28:06', '2024-03-03 02:28:06', '2024-03-03 03:29:07'),
(203, 1740, 203, 4514, 9, 1, 16.15, 16.39, 1, 1, 'ai_sell', '2024-03-03 02:29:03', '2024-03-03 02:29:03', '2024-03-03 03:29:07'),
(204, 1740, 204, 624, 3, 1, 1.05, 1.07, 1, 1, 'ai_sell', '2024-03-03 02:29:03', '2024-03-03 02:29:03', '2024-03-03 03:29:07'),
(205, 1740, 205, 3044, 3, 1, 382.79, 388.53, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:03'),
(206, 1740, 206, 4139, 3, 1, 60.57, 61.48, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:04'),
(207, 1740, 207, 1659, 3, 1, 62.54, 63.48, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:04'),
(208, 1740, 208, 1563, 9, 1, 24.95, 25.32, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:04'),
(209, 1740, 209, 3738, 1, 1, 121.54, 123.36, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:04'),
(210, 1740, 210, 983, 1, 1, 134.33, 136.34, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:04'),
(211, 1740, 211, 1411, 9, 1, 6.93, 7.03, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:04'),
(212, 1740, 212, 762, 6, 1, 127.09, 129.00, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:05'),
(213, 1740, 213, 2817, 9, 1, 182.80, 185.54, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:05'),
(214, 1740, 214, 698, 6, 1, 6.48, 6.58, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:05'),
(215, 1740, 215, 1827, 6, 1, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-04 03:41:05', '2024-03-04 03:41:05', '2024-03-04 04:42:05'),
(216, 1740, 216, 1827, 9, 1, 0.13, 0.13, 1, 1, 'ai_sell', '2024-03-04 03:42:03', '2024-03-04 03:42:03', '2024-03-04 04:43:03'),
(217, 1740, 217, 4027, 1, 1, 23.09, 23.44, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:02'),
(218, 1740, 218, 2536, 1, 1, 136.49, 138.54, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(219, 1740, 219, 700, 1, 1, 42.71, 43.35, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(220, 1740, 220, 4209, 6, 1, 21.36, 21.68, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(221, 1740, 221, 3083, 6, 1, 52.00, 52.78, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(222, 1740, 222, 251, 6, 1, 592.02, 600.90, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(223, 1740, 223, 4520, 6, 1, 29.28, 29.72, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(224, 1740, 224, 4881, 9, 1, 20.43, 20.74, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(225, 1740, 225, 3410, 9, 1, 29.87, 30.32, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(226, 1740, 226, 694, 1, 1, 146.88, 149.08, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(227, 1740, 227, 1460, 1, 1, 27.55, 27.96, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(228, 1740, 228, 5625, 9, 1, 4.92, 4.99, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(229, 1740, 229, 734, 6, 1, 0.22, 0.22, 1, 1, 'ai_sell', '2024-03-05 04:53:37', '2024-03-05 04:53:37', '2024-03-05 05:54:03'),
(230, 1740, 230, 2198, 3, 1, 31.19, 31.66, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:04'),
(231, 1740, 231, 2030, 1, 1, 252.96, 256.75, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(232, 1740, 232, 5559, 1, 1, 21.62, 21.94, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(233, 1740, 233, 302, 6, 1, 275.37, 279.50, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(234, 1740, 234, 1681, 3, 1, 16.93, 17.18, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(235, 1740, 235, 2127, 6, 1, 2.60, 2.64, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(236, 1740, 236, 1230, 3, 1, 32.85, 33.34, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(237, 1740, 237, 4698, 3, 1, 20.94, 21.25, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(238, 1740, 238, 5075, 9, 1, 23.40, 23.75, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(239, 1740, 239, 581, 1, 1, 106.00, 107.59, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:06'),
(240, 1740, 240, 1190, 3, 1, 33.28, 33.78, 1, 1, 'ai_sell', '2024-03-06 06:04:05', '2024-03-06 06:04:05', '2024-03-06 07:05:07'),
(241, 1740, 241, 3873, 9, 1, 13.64, 13.84, 1, 1, 'ai_sell', '2024-03-06 06:05:05', '2024-03-06 06:05:05', '2024-03-06 07:06:03'),
(242, 1740, 242, 3073, 6, 1, 113.12, 114.82, 1, 1, 'ai_sell', '2024-03-06 06:05:05', '2024-03-06 06:05:05', '2024-03-06 07:06:03'),
(243, 1740, 243, 5799, 6, 1, 15.59, 15.82, 1, 1, 'ai_sell', '2024-03-06 06:05:05', '2024-03-06 06:05:05', '2024-03-06 07:06:03'),
(244, 1740, 244, 3938, 9, 1, 20.14, 20.44, 1, 1, 'ai_sell', '2024-03-06 06:05:05', '2024-03-06 06:05:05', '2024-03-06 07:06:03'),
(245, 1740, 245, 2790, 6, 1, 126.74, 128.64, 1, 1, 'ai_sell', '2024-03-06 06:05:05', '2024-03-06 06:05:05', '2024-03-06 07:06:03'),
(246, 1740, 246, 5480, 3, 1, 36.35, 36.90, 1, 1, 'ai_sell', '2024-03-06 06:05:05', '2024-03-06 06:05:05', '2024-03-06 07:06:03'),
(247, 1740, 247, 624, 3, 1, 1.03, 1.05, 1, 1, 'ai_sell', '2024-03-06 06:05:05', '2024-03-06 06:05:05', '2024-03-06 07:06:03'),
(248, 1740, 248, 419, 3, 1, 878.80, 891.98, 1, 1, 'ai_sell', '2024-03-07 07:17:04', '2024-03-07 07:17:04', '2024-03-07 08:18:03'),
(249, 1740, 249, 4098, 9, 1, 7.41, 7.52, 1, 1, 'ai_sell', '2024-03-07 07:17:04', '2024-03-07 07:17:04', '2024-03-07 08:18:05'),
(250, 1740, 250, 790, 9, 1, 263.09, 267.04, 1, 1, 'ai_sell', '2024-03-07 07:17:04', '2024-03-07 07:17:04', '2024-03-07 08:18:05'),
(251, 1740, 251, 3709, 9, 1, 3.46, 3.51, 1, 1, 'ai_sell', '2024-03-07 07:17:04', '2024-03-07 07:17:04', '2024-03-07 08:18:05'),
(252, 1740, 252, 215, 1, 1, 7.82, 7.94, 1, 1, 'ai_sell', '2024-03-07 07:17:04', '2024-03-07 07:17:04', '2024-03-07 08:18:05'),
(253, 1740, 253, 803, 3, 1, 0.21, 0.21, 1, 1, 'ai_sell', '2024-03-07 07:17:04', '2024-03-07 07:17:04', '2024-03-07 08:18:05'),
(254, 1740, 254, 1827, 9, 1, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-07 07:17:04', '2024-03-07 07:17:04', '2024-03-07 08:18:05'),
(255, 1747, 255, 62, 6, 2, 19.08, 19.25, 1, 1, 'ai_sell', '2024-03-23 08:26:06', '2024-03-23 08:26:06', '2024-03-23 09:27:02'),
(256, 1747, 256, 1536, 6, 2, 73.49, 74.15, 1, 1, 'ai_sell', '2024-03-23 08:27:04', '2024-03-23 08:27:04', '2024-03-23 09:28:03'),
(257, 1747, 257, 4483, 3, 2, 3.03, 3.06, 1, 1, 'ai_sell', '2024-03-23 08:27:04', '2024-03-23 08:27:04', '2024-03-23 09:28:03'),
(258, 1747, 258, 3018, 1, 2, 2.53, 2.55, 1, 1, 'ai_sell', '2024-03-23 08:27:04', '2024-03-23 08:27:04', '2024-03-23 09:28:03'),
(259, 1747, 259, 3149, 3, 2, 3.18, 3.21, 1, 1, 'ai_sell', '2024-03-23 08:27:04', '2024-03-23 08:27:04', '2024-03-23 09:28:03'),
(260, 1747, 260, 3326, 3, 2, 6.23, 6.29, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:03'),
(261, 1747, 261, 4704, 9, 2, 1.26, 1.27, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:03'),
(262, 1747, 262, 1842, 1, 2, 1.04, 1.05, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(263, 1747, 263, 1827, 1, 2, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(264, 1802, 264, 62, 9, 3, 18.54, 18.71, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(265, 1802, 265, 1536, 6, 3, 75.63, 76.31, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(266, 1802, 266, 4483, 1, 3, 3.18, 3.21, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(267, 1802, 267, 4704, 6, 3, 1.30, 1.31, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(268, 1802, 268, 1842, 6, 3, 1.06, 1.07, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(269, 1802, 269, 1811, 1, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-03-23 08:27:05', '2024-03-23 08:27:05', '2024-03-23 09:28:04'),
(270, 1802, 270, 3629, 1, 4, 21.19, 21.38, 1, 1, 'ai_sell', '2024-03-23 08:42:04', '2024-03-23 08:42:04', '2024-03-23 09:43:03'),
(271, 1802, 271, 5354, 9, 4, 10.39, 10.48, 1, 1, 'ai_sell', '2024-03-23 08:42:04', '2024-03-23 08:42:04', '2024-03-23 09:43:03'),
(272, 1802, 272, 934, 6, 4, 13.11, 13.23, 1, 1, 'ai_sell', '2024-03-23 08:42:04', '2024-03-23 08:42:04', '2024-03-23 09:43:03'),
(273, 1802, 273, 678, 9, 4, 2.02, 2.04, 1, 1, 'ai_sell', '2024-03-23 08:42:04', '2024-03-23 08:42:04', '2024-03-23 09:43:03'),
(274, 1802, 274, 752, 3, 4, 1.01, 1.02, 1, 1, 'ai_sell', '2024-03-23 08:42:04', '2024-03-23 08:42:04', '2024-03-23 09:43:04'),
(275, 1802, 275, 1597, 9, 4, 2.21, 2.23, 1, 1, 'ai_sell', '2024-03-23 08:42:04', '2024-03-23 08:42:04', '2024-03-23 09:43:04'),
(276, 1747, 276, 5390, 9, 2, 92.40, 93.23, 1, 1, 'ai_sell', '2024-03-24 09:39:08', '2024-03-24 09:39:08', '2024-03-24 10:40:03'),
(277, 1747, 277, 2610, 6, 2, 10.09, 10.18, 1, 1, 'ai_sell', '2024-03-24 09:39:08', '2024-03-24 09:39:08', '2024-03-24 10:40:03'),
(278, 1747, 278, 685, 6, 2, 8.48, 8.56, 1, 1, 'ai_sell', '2024-03-24 09:39:08', '2024-03-24 09:39:08', '2024-03-24 10:40:03'),
(279, 1802, 279, 5390, 9, 3, 88.88, 89.68, 1, 1, 'ai_sell', '2024-03-24 09:39:09', '2024-03-24 09:39:09', '2024-03-24 10:40:03'),
(280, 1802, 280, 2610, 3, 3, 10.39, 10.48, 1, 1, 'ai_sell', '2024-03-24 09:39:09', '2024-03-24 09:39:09', '2024-03-24 10:40:03'),
(281, 1802, 281, 1262, 3, 3, 1.59, 1.60, 1, 1, 'ai_sell', '2024-03-24 09:39:09', '2024-03-24 09:39:09', '2024-03-24 10:40:03'),
(282, 1802, 282, 2492, 1, 4, 19.00, 19.17, 1, 1, 'ai_sell', '2024-03-24 09:54:06', '2024-03-24 09:54:06', '2024-03-24 10:55:04'),
(283, 1802, 283, 6111, 6, 4, 29.22, 29.48, 1, 1, 'ai_sell', '2024-03-24 09:54:06', '2024-03-24 09:54:06', '2024-03-24 10:55:04'),
(284, 1802, 284, 5489, 1, 4, 2.10, 2.12, 1, 1, 'ai_sell', '2024-03-24 09:54:06', '2024-03-24 09:54:06', '2024-03-24 10:55:04'),
(285, 1802, 285, 1827, 3, 4, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-24 09:54:06', '2024-03-24 09:54:06', '2024-03-24 10:55:05'),
(286, 1747, 286, 417, 1, 2, 47.69, 48.12, 1, 1, 'ai_sell', '2024-03-25 10:51:05', '2024-03-25 10:51:05', '2024-03-25 11:52:03'),
(287, 1747, 287, 1274, 3, 2, 3.37, 3.40, 1, 1, 'ai_sell', '2024-03-25 10:51:05', '2024-03-25 10:51:05', '2024-03-25 11:52:05'),
(288, 1747, 288, 6177, 1, 2, 24.37, 24.59, 1, 1, 'ai_sell', '2024-03-25 10:51:05', '2024-03-25 10:51:05', '2024-03-25 11:52:05'),
(289, 1747, 289, 2083, 3, 2, 26.24, 26.48, 1, 1, 'ai_sell', '2024-03-25 10:51:05', '2024-03-25 10:51:05', '2024-03-25 11:52:05'),
(290, 1747, 290, 3550, 1, 2, 7.60, 7.67, 1, 1, 'ai_sell', '2024-03-25 10:51:05', '2024-03-25 10:51:05', '2024-03-25 11:52:05'),
(291, 1747, 291, 1821, 1, 2, 1.01, 1.02, 1, 1, 'ai_sell', '2024-03-25 10:51:05', '2024-03-25 10:51:05', '2024-03-25 11:52:05'),
(292, 1747, 292, 1523, 9, 2, 1.61, 1.62, 1, 1, 'ai_sell', '2024-03-25 10:51:05', '2024-03-25 10:51:05', '2024-03-25 11:52:05'),
(293, 1802, 293, 417, 6, 3, 46.34, 46.76, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:05'),
(294, 1802, 294, 1274, 6, 3, 3.24, 3.27, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:05'),
(295, 1802, 295, 6177, 9, 3, 23.91, 24.13, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:06'),
(296, 1802, 296, 2083, 6, 3, 25.24, 25.47, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:06'),
(297, 1802, 297, 1821, 9, 3, 1.04, 1.05, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:06'),
(298, 1802, 298, 1523, 1, 3, 1.58, 1.59, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:06'),
(299, 1802, 299, 1844, 3, 3, 0.31, 0.31, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:06'),
(300, 1802, 300, 1827, 1, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-25 10:51:06', '2024-03-25 10:51:06', '2024-03-25 11:52:06'),
(301, 1802, 301, 3330, 1, 4, 21.62, 21.81, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:03'),
(302, 1802, 302, 5984, 9, 4, 18.11, 18.27, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:03'),
(303, 1802, 303, 4314, 9, 4, 4.89, 4.93, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:03'),
(304, 1802, 304, 6028, 6, 4, 2.19, 2.21, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:03'),
(305, 1802, 305, 4884, 9, 4, 2.39, 2.41, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:03'),
(306, 1802, 306, 3324, 1, 4, 1.36, 1.37, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:04'),
(307, 1802, 307, 1811, 1, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:04'),
(308, 1802, 308, 1827, 9, 4, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-25 11:07:04', '2024-03-25 11:07:04', '2024-03-25 12:08:04'),
(309, 1802, 311, 4088, 6, 3, 20.14, 20.32, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(310, 1802, 312, 2458, 6, 3, 16.16, 16.31, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(311, 1802, 313, 4604, 6, 3, 28.35, 28.61, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(312, 1802, 314, 5478, 6, 3, 3.13, 3.16, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(313, 1802, 315, 398, 9, 3, 15.29, 15.43, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(314, 1802, 316, 4796, 3, 3, 10.83, 10.93, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(315, 1802, 317, 3539, 9, 3, 1.21, 1.22, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(316, 1802, 318, 1821, 3, 3, 1.03, 1.04, 1, 1, 'ai_sell', '2024-03-26 12:03:05', '2024-03-26 12:03:05', '2024-03-26 13:04:02'),
(317, 1802, 319, 5658, 6, 3, 3.69, 3.72, 1, 1, 'ai_sell', '2024-03-26 12:03:06', '2024-03-26 12:03:06', '2024-03-26 13:04:02'),
(318, 1802, 320, 4219, 6, 3, 1.30, 1.31, 1, 1, 'ai_sell', '2024-03-26 12:03:06', '2024-03-26 12:03:06', '2024-03-26 13:04:02'),
(319, 1802, 321, 6104, 9, 3, 1.46, 1.47, 1, 1, 'ai_sell', '2024-03-26 12:03:06', '2024-03-26 12:03:06', '2024-03-26 13:04:02'),
(320, 1802, 322, 1827, 1, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-26 12:03:06', '2024-03-26 12:03:06', '2024-03-26 13:04:03'),
(321, 1802, 324, 2187, 3, 4, 10.49, 10.58, 1, 1, 'ai_sell', '2024-03-26 12:20:05', '2024-03-26 12:20:05', '2024-03-26 13:20:06'),
(322, 1802, 325, 5250, 6, 4, 9.16, 9.24, 1, 1, 'ai_sell', '2024-03-26 12:20:05', '2024-03-26 12:20:05', '2024-03-26 13:20:06'),
(323, 1802, 326, 2621, 9, 4, 18.83, 19.00, 1, 1, 'ai_sell', '2024-03-26 12:20:05', '2024-03-26 12:20:05', '2024-03-26 13:20:07'),
(324, 1802, 327, 1005, 9, 4, 10.50, 10.59, 1, 1, 'ai_sell', '2024-03-26 12:20:05', '2024-03-26 12:20:05', '2024-03-26 13:20:07'),
(325, 1802, 328, 1842, 9, 4, 1.01, 1.02, 1, 1, 'ai_sell', '2024-03-26 12:20:05', '2024-03-26 12:20:05', '2024-03-26 13:20:07'),
(326, 1802, 329, 1640, 3, 4, 1.06, 1.07, 1, 1, 'ai_sell', '2024-03-26 12:20:06', '2024-03-26 12:20:06', '2024-03-26 13:20:07'),
(327, 1802, 330, 1894, 9, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-03-26 12:20:06', '2024-03-26 12:20:06', '2024-03-26 13:20:07'),
(328, 1747, 331, 3296, 1, NULL, 1.15, 1.19, 1, 2, 'manual_sell', '2024-03-26 12:51:55', '2024-03-26 12:51:55', '2024-03-26 13:52:04'),
(329, 1747, 323, 3262, 1, NULL, 5.80, 5.97, 1, 1, 'manual_sell', '2024-03-26 12:53:08', '2024-03-26 12:53:08', '2024-03-26 13:54:03'),
(330, 1747, 310, 2541, 1, NULL, 21.00, 21.63, 2, 1, 'manual_sell', '2024-03-26 12:55:49', '2024-03-26 12:55:49', '2024-03-26 13:56:03'),
(331, 1747, 309, 1853, 9, NULL, 32.00, 32.96, 2, 2, 'manual_sell', '2024-03-26 12:57:17', '2024-03-26 12:57:17', '2024-03-26 13:58:04'),
(332, 1747, 333, 3264, 1, NULL, 7.00, 7.21, 1, 1, 'manual_sell', '2024-03-26 13:12:19', '2024-03-26 13:12:19', '2024-03-26 14:13:03'),
(333, 1747, 332, 3249, 9, NULL, 11.00, 11.33, 1, 2, 'manual_sell', '2024-03-26 13:12:51', '2024-03-26 13:12:51', '2024-03-26 14:13:03'),
(334, 1747, 309, 1853, 9, NULL, 32.00, 32.96, 2, 2, 'manual_sell', '2024-03-26 14:12:34', '2024-03-26 14:12:34', '2024-03-26 15:13:02'),
(335, 1747, 335, 1811, 9, NULL, 0.22, 0.23, 4, 2, 'manual_sell', '2024-03-26 14:13:39', '2024-03-26 14:13:39', '2024-03-26 15:14:03'),
(336, 1747, 331, 3296, 9, NULL, 1.15, 1.19, 1, 2, 'manual_sell', '2024-03-26 14:14:19', '2024-03-26 14:14:19', '2024-03-26 15:15:04'),
(337, 1747, 332, 3249, 9, NULL, 11.00, 11.33, 1, 2, 'manual_sell', '2024-03-26 14:14:54', '2024-03-26 14:14:54', '2024-03-26 15:15:04'),
(338, 1747, 334, 3225, 9, NULL, 1.15, 1.19, 1, 2, 'manual_sell', '2024-03-26 14:15:38', '2024-03-26 14:15:38', '2024-03-26 15:16:04'),
(339, 1747, 309, 1853, 1, NULL, 32.00, 32.95, 2, 1, 'manual_sell', '2024-03-26 16:32:51', '2024-03-26 16:32:51', '2024-03-26 17:33:02'),
(340, 1747, 331, 3296, 1, NULL, 1.15, 1.18, 1, 1, 'manual_sell', '2024-03-26 16:36:29', '2024-03-26 16:36:29', '2024-03-26 17:37:04'),
(341, 1747, 334, 3225, 1, NULL, 1.15, 1.18, 1, 1, 'manual_sell', '2024-03-26 16:37:05', '2024-03-26 16:37:05', '2024-03-26 17:38:03'),
(342, 1747, 332, 3249, 1, NULL, 11.00, 11.33, 1, 1, 'manual_sell', '2024-03-26 16:39:07', '2024-03-26 16:39:07', '2024-03-26 17:40:05'),
(343, 1747, 335, 1811, 1, NULL, 0.22, 0.23, 4, 2, 'manual_sell', '2024-03-26 16:40:12', '2024-03-26 16:40:12', '2024-03-26 17:41:03'),
(344, 1747, 335, 1811, 3, NULL, 0.22, 0.23, 4, 2, 'manual_sell', '2024-03-26 18:40:46', '2024-03-26 18:40:46', '2024-03-26 19:41:03'),
(345, 1747, 335, 1811, 1, NULL, 0.22, 0.23, 4, 2, 'manual_sell', '2024-03-27 06:07:30', '2024-03-27 06:07:30', '2024-03-27 07:08:03'),
(346, 1747, 335, 1811, 3, NULL, 0.22, 0.23, 4, 2, 'manual_sell', '2024-03-27 07:56:16', '2024-03-27 07:56:16', '2024-03-27 08:57:03'),
(347, 1747, 335, 1811, 5, NULL, 0.22, 0.23, 4, 2, 'manual_sell', '2024-03-27 09:01:26', '2024-03-27 09:01:26', '2024-03-27 10:02:03'),
(348, 1747, 335, 1811, 9, NULL, 0.22, 0.23, 4, 2, 'manual_sell', '2024-03-27 11:00:15', '2024-03-27 11:00:15', '2024-03-27 12:01:03'),
(349, 1747, 335, 1811, 1, NULL, 0.22, 0.22, 4, 1, 'manual_sell', '2024-03-27 12:51:31', '2024-03-27 12:51:31', '2024-03-27 13:52:05'),
(350, 1802, 336, 5688, 1, 3, 100.65, 101.56, 1, 1, 'ai_sell', '2024-03-27 13:15:07', '2024-03-27 13:15:07', '2024-03-27 14:16:03'),
(351, 1802, 337, 143, 9, 3, 1.06, 1.07, 1, 1, 'ai_sell', '2024-03-27 13:15:07', '2024-03-27 13:15:07', '2024-03-27 14:16:05'),
(352, 1802, 338, 624, 9, 3, 1.05, 1.06, 1, 1, 'ai_sell', '2024-03-27 13:15:07', '2024-03-27 13:15:07', '2024-03-27 14:16:05'),
(353, 1802, 339, 803, 3, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-03-27 13:15:07', '2024-03-27 13:15:07', '2024-03-27 14:16:05'),
(354, 1802, 340, 1894, 9, 3, 0.20, 0.20, 1, 1, 'ai_sell', '2024-03-27 13:15:07', '2024-03-27 13:15:07', '2024-03-27 14:16:05'),
(355, 1802, 341, 1827, 9, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-27 13:15:07', '2024-03-27 13:15:07', '2024-03-27 14:16:05'),
(356, 1802, 342, 1844, 6, 3, 0.31, 0.31, 1, 1, 'ai_sell', '2024-03-27 13:15:07', '2024-03-27 13:15:07', '2024-03-27 14:16:05'),
(357, 1802, 343, 4783, 3, 4, 31.62, 31.90, 1, 1, 'ai_sell', '2024-03-27 13:32:05', '2024-03-27 13:32:05', '2024-03-27 14:33:03'),
(358, 1802, 344, 6086, 3, 4, 10.19, 10.28, 1, 1, 'ai_sell', '2024-03-27 13:32:05', '2024-03-27 13:32:05', '2024-03-27 14:33:03'),
(359, 1802, 345, 4223, 1, 4, 9.88, 9.97, 1, 1, 'ai_sell', '2024-03-27 13:32:05', '2024-03-27 13:32:05', '2024-03-27 14:33:03'),
(360, 1747, 346, 1956, 1, NULL, 10.10, 10.40, 5, 1, 'manual_sell', '2024-03-27 18:50:37', '2024-03-27 18:50:37', '2024-03-27 19:51:06'),
(361, 1747, 347, 2121, 1, NULL, 4.16, 4.28, 1, 1, 'manual_sell', '2024-03-27 18:51:33', '2024-03-27 18:51:33', '2024-03-27 19:52:03'),
(362, 1747, 348, 1662, 1, NULL, 0.90, 0.93, 2, 2, 'manual_sell', '2024-03-27 18:52:39', '2024-03-27 18:52:39', '2024-03-27 19:53:03'),
(363, 1747, 349, 1935, 1, NULL, 55.10, 56.75, 1, 1, 'manual_sell', '2024-03-27 18:53:34', '2024-03-27 18:53:34', '2024-03-27 19:54:05'),
(364, 1747, 350, 1805, 1, NULL, 8.40, 8.65, 2, 1, 'manual_sell', '2024-03-27 18:54:31', '2024-03-27 18:54:31', '2024-03-27 19:55:04'),
(365, 1747, 351, 1640, 1, NULL, 1.10, 1.13, 6, 1, 'manual_sell', '2024-03-27 18:55:19', '2024-03-27 18:55:19', '2024-03-27 19:56:03'),
(366, 1747, 348, 1662, 3, NULL, 0.90, 0.93, 2, 2, 'manual_sell', '2024-03-28 05:42:34', '2024-03-28 05:42:34', '2024-03-28 06:43:02'),
(367, 1747, 348, 1662, 5, NULL, 0.90, 0.93, 2, 2, 'manual_sell', '2024-03-28 07:33:28', '2024-03-28 07:33:28', '2024-03-28 08:34:04'),
(368, 1747, 352, 716, 3, NULL, 1.05, 1.08, 1, 2, 'manual_sell', '2024-03-28 07:34:03', '2024-03-28 07:34:03', '2024-03-28 08:34:04'),
(369, 1747, 348, 1662, 5, NULL, 0.90, 0.93, 2, 2, 'manual_sell', '2024-03-28 08:41:36', '2024-03-28 08:41:36', '2024-03-28 09:42:03'),
(370, 1747, 352, 716, 5, NULL, 1.05, 1.08, 1, 1, 'manual_sell', '2024-03-28 08:42:23', '2024-03-28 08:42:23', '2024-03-28 09:43:03'),
(371, 1747, 348, 1662, 9, NULL, 0.90, 0.93, 2, 2, 'manual_sell', '2024-03-28 10:26:28', '2024-03-28 10:26:28', '2024-03-28 11:27:04'),
(372, 1747, 348, 1662, 1, NULL, 0.90, 0.92, 2, 1, 'manual_sell', '2024-03-28 11:46:54', '2024-03-28 11:46:54', '2024-03-28 12:47:16'),
(373, 1802, 353, 1926, 9, 3, 8.47, 8.55, 1, 1, 'ai_sell', '2024-03-28 14:28:06', '2024-03-28 14:28:06', '2024-03-28 15:29:03'),
(374, 1802, 354, 4223, 6, 3, 9.79, 9.88, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:05'),
(375, 1802, 355, 2200, 3, 3, 13.26, 13.38, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:05'),
(376, 1802, 356, 306, 3, 3, 14.70, 14.83, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:05'),
(377, 1802, 357, 5670, 6, 3, 1.92, 1.94, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:05'),
(378, 1802, 358, 4486, 9, 3, 24.48, 24.70, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:05'),
(379, 1802, 359, 3329, 6, 3, 23.65, 23.86, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:05'),
(380, 1802, 360, 214, 6, 3, 7.62, 7.69, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:06'),
(381, 1802, 361, 1894, 3, 3, 0.20, 0.20, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:06'),
(382, 1802, 362, 1844, 1, 3, 0.31, 0.31, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:06'),
(383, 1802, 363, 1827, 9, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-28 14:28:07', '2024-03-28 14:28:07', '2024-03-28 15:29:06'),
(384, 1802, 364, 849, 6, 4, 45.89, 46.30, 1, 1, 'ai_sell', '2024-03-28 14:43:07', '2024-03-28 14:43:07', '2024-03-28 15:44:04'),
(385, 1802, 365, 5762, 1, 4, 5.65, 5.70, 1, 1, 'ai_sell', '2024-03-28 14:43:07', '2024-03-28 14:43:07', '2024-03-28 15:44:04'),
(386, 1802, 366, 803, 9, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-03-28 14:43:07', '2024-03-28 14:43:07', '2024-03-28 15:44:04'),
(387, 1802, 367, 949, 6, 4, 0.32, 0.32, 1, 1, 'ai_sell', '2024-03-28 14:43:07', '2024-03-28 14:43:07', '2024-03-28 15:44:04'),
(388, 1802, 368, 1827, 1, 4, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-28 14:43:07', '2024-03-28 14:43:07', '2024-03-28 15:44:04'),
(389, 1747, 369, 2608, 1, NULL, 10.50, 10.81, 5, 1, 'manual_sell', '2024-03-29 09:34:58', '2024-03-29 09:34:58', '2024-03-29 10:35:06'),
(390, 1747, 370, 712, 1, NULL, 30.50, 31.42, 2, 2, 'manual_sell', '2024-03-29 09:35:53', '2024-03-29 09:35:53', '2024-03-29 10:36:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(391, 1747, 371, 1363, 1, NULL, 3.40, 3.50, 2, 1, 'manual_sell', '2024-03-29 09:37:06', '2024-03-29 09:37:06', '2024-03-29 10:38:04'),
(392, 1747, 372, 1677, 1, NULL, 17.50, 18.03, 1, 2, 'manual_sell', '2024-03-29 09:37:47', '2024-03-29 09:37:47', '2024-03-29 10:38:04'),
(393, 1747, 373, 1827, 1, NULL, 0.13, 0.14, 1, 2, 'manual_sell', '2024-03-29 09:38:31', '2024-03-29 09:38:31', '2024-03-29 10:39:03'),
(394, 1747, 370, 712, 3, NULL, 30.50, 31.42, 2, 2, 'manual_sell', '2024-03-29 11:00:39', '2024-03-29 11:00:39', '2024-03-29 12:01:03'),
(395, 1747, 372, 1677, 3, NULL, 17.50, 18.03, 1, 2, 'manual_sell', '2024-03-29 11:01:37', '2024-03-29 11:01:37', '2024-03-29 12:02:05'),
(396, 1747, 373, 1827, 3, NULL, 0.13, 0.14, 1, 2, 'manual_sell', '2024-03-29 11:02:29', '2024-03-29 11:02:29', '2024-03-29 12:03:03'),
(397, 1747, 374, 1842, 1, NULL, 1.01, 1.04, 1, 1, 'manual_sell', '2024-03-29 11:12:55', '2024-03-29 11:12:55', '2024-03-29 12:13:03'),
(398, 1747, 370, 712, 5, NULL, 30.50, 31.42, 2, 2, 'manual_sell', '2024-03-29 12:19:33', '2024-03-29 12:19:33', '2024-03-29 13:20:07'),
(399, 1747, 372, 1677, 5, NULL, 17.50, 18.03, 1, 2, 'manual_sell', '2024-03-29 12:20:23', '2024-03-29 12:20:23', '2024-03-29 13:21:04'),
(400, 1747, 373, 1827, 5, NULL, 0.13, 0.14, 1, 2, 'manual_sell', '2024-03-29 12:21:09', '2024-03-29 12:21:09', '2024-03-29 13:22:04'),
(401, 1747, 375, 1827, 9, NULL, 0.12, 0.13, 1, 2, 'manual_sell', '2024-03-29 12:21:46', '2024-03-29 12:21:46', '2024-03-29 13:22:04'),
(402, 1747, 370, 712, 9, NULL, 30.50, 31.42, 2, 2, 'manual_sell', '2024-03-29 13:33:12', '2024-03-29 13:33:12', '2024-03-29 14:34:03'),
(403, 1747, 372, 1677, 9, NULL, 17.50, 18.03, 1, 2, 'manual_sell', '2024-03-29 13:33:58', '2024-03-29 13:33:58', '2024-03-29 14:34:03'),
(404, 1747, 376, 1842, 1, NULL, 1.01, 1.04, 1, 1, 'manual_sell', '2024-03-29 13:34:46', '2024-03-29 13:34:46', '2024-03-29 14:35:05'),
(405, 1747, 377, 1827, 1, NULL, 0.12, 0.13, 6, 2, 'manual_sell', '2024-03-29 13:35:49', '2024-03-29 13:35:49', '2024-03-29 14:36:03'),
(406, 1747, 378, 1827, 3, NULL, 0.12, 0.13, 1, 2, 'manual_sell', '2024-03-29 13:36:23', '2024-03-29 13:36:23', '2024-03-29 14:37:06'),
(407, 1747, 375, 1827, 5, NULL, 0.12, 0.13, 1, 2, 'manual_sell', '2024-03-29 13:36:55', '2024-03-29 13:36:55', '2024-03-29 14:37:06'),
(408, 1747, 373, 1827, 9, NULL, 0.13, 0.13, 1, 1, 'manual_sell', '2024-03-29 13:37:28', '2024-03-29 13:37:28', '2024-03-29 14:38:04'),
(409, 1802, 379, 221, 3, 3, 24.54, 24.76, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:03'),
(410, 1802, 380, 407, 3, 3, 5.49, 5.54, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(411, 1802, 381, 771, 9, 3, 7.53, 7.60, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(412, 1802, 382, 2337, 9, 3, 30.30, 30.57, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(413, 1802, 383, 5948, 3, 3, 3.48, 3.51, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(414, 1802, 384, 4389, 1, 3, 15.45, 15.59, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(415, 1802, 385, 4103, 3, 3, 7.34, 7.41, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(416, 1802, 386, 2210, 3, 3, 7.35, 7.42, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(417, 1802, 387, 4033, 3, 3, 2.73, 2.75, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(418, 1802, 388, 752, 3, 3, 1.04, 1.05, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:05'),
(419, 1802, 389, 1827, 1, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-29 15:41:06', '2024-03-29 15:41:06', '2024-03-29 16:42:06'),
(420, 1802, 390, 1827, 9, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-03-29 15:42:05', '2024-03-29 15:42:05', '2024-03-29 16:43:03'),
(421, 1747, 370, 712, 1, NULL, 30.50, 31.41, 2, 1, 'manual_sell', '2024-03-29 15:50:35', '2024-03-29 15:50:35', '2024-03-29 16:51:03'),
(422, 1747, 375, 1827, 9, NULL, 0.12, 0.13, 1, 2, 'manual_sell', '2024-03-29 15:52:47', '2024-03-29 15:52:47', '2024-03-29 16:53:02'),
(423, 1747, 377, 1827, 9, NULL, 0.12, 0.13, 6, 2, 'manual_sell', '2024-03-29 15:53:20', '2024-03-29 15:53:20', '2024-03-29 16:54:03'),
(424, 1747, 378, 1827, 9, NULL, 0.12, 0.13, 1, 2, 'manual_sell', '2024-03-29 15:53:55', '2024-03-29 15:53:55', '2024-03-29 16:54:03'),
(425, 1747, 372, 1677, 1, NULL, 17.50, 18.02, 1, 1, 'manual_sell', '2024-03-29 15:54:51', '2024-03-29 15:54:51', '2024-03-29 16:55:04'),
(426, 1802, 391, 2336, 1, 4, 46.80, 47.22, 1, 1, 'ai_sell', '2024-03-29 15:55:07', '2024-03-29 15:55:07', '2024-03-29 16:56:02'),
(427, 1802, 392, 1219, 6, 4, 5.04, 5.09, 1, 1, 'ai_sell', '2024-03-29 15:55:07', '2024-03-29 15:55:07', '2024-03-29 16:56:02'),
(428, 1802, 393, 803, 6, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-03-29 15:55:07', '2024-03-29 15:55:07', '2024-03-29 16:56:02'),
(429, 1802, 394, 1844, 1, 4, 0.32, 0.32, 1, 1, 'ai_sell', '2024-03-29 15:55:07', '2024-03-29 15:55:07', '2024-03-29 16:56:02'),
(430, 1802, 395, 1811, 6, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-03-29 15:55:07', '2024-03-29 15:55:07', '2024-03-29 16:56:02'),
(431, 1747, 375, 1827, 9, NULL, 0.12, 0.13, 1, 2, 'manual_sell', '2024-03-29 17:32:00', '2024-03-29 17:32:00', '2024-03-29 18:32:03'),
(432, 1747, 377, 1827, 9, NULL, 0.12, 0.12, 6, 1, 'manual_sell', '2024-03-29 17:33:14', '2024-03-29 17:33:14', '2024-03-29 18:34:03'),
(433, 1747, 378, 1827, 9, NULL, 0.12, 0.12, 1, 1, 'manual_sell', '2024-03-29 17:33:47', '2024-03-29 17:33:47', '2024-03-29 18:34:03'),
(434, 1747, 375, 1827, 9, NULL, 0.12, 0.12, 1, 1, 'manual_sell', '2024-03-30 05:55:07', '2024-03-30 05:55:07', '2024-03-30 06:56:03'),
(435, 1747, 396, 1956, 1, NULL, 10.08, 10.38, 3, 1, 'manual_sell', '2024-03-30 12:43:54', '2024-03-30 12:43:54', '2024-03-30 13:44:02'),
(436, 1747, 397, 2608, 1, NULL, 10.01, 10.31, 3, 1, 'manual_sell', '2024-03-30 12:44:25', '2024-03-30 12:44:25', '2024-03-30 13:45:04'),
(437, 1747, 398, 1842, 1, NULL, 1.00, 1.04, 3, 2, 'manual_sell', '2024-03-30 16:17:59', '2024-03-30 16:17:59', '2024-03-30 17:18:03'),
(438, 1802, 399, 4083, 1, 3, 51.99, 52.46, 1, 1, 'ai_sell', '2024-03-30 16:54:04', '2024-03-30 16:54:04', '2024-03-30 17:55:04'),
(439, 1802, 400, 3850, 3, 3, 18.17, 18.33, 1, 1, 'ai_sell', '2024-03-30 16:54:04', '2024-03-30 16:54:04', '2024-03-30 17:55:05'),
(440, 1802, 401, 5323, 6, 3, 29.63, 29.90, 1, 1, 'ai_sell', '2024-03-30 16:54:04', '2024-03-30 16:54:04', '2024-03-30 17:55:06'),
(441, 1802, 402, 5762, 9, 3, 5.43, 5.48, 1, 1, 'ai_sell', '2024-03-30 16:54:04', '2024-03-30 16:54:04', '2024-03-30 17:55:06'),
(442, 1802, 403, 1842, 9, 3, 1.05, 1.06, 1, 1, 'ai_sell', '2024-03-30 16:54:04', '2024-03-30 16:54:04', '2024-03-30 17:55:06'),
(443, 1802, 404, 1827, 9, 3, 0.13, 0.13, 1, 1, 'ai_sell', '2024-03-30 16:54:04', '2024-03-30 16:54:04', '2024-03-30 17:55:06'),
(444, 1802, 405, 4090, 9, 4, 9.26, 9.34, 1, 1, 'ai_sell', '2024-03-30 17:07:07', '2024-03-30 17:07:07', '2024-03-30 18:08:03'),
(445, 1802, 406, 1850, 1, 4, 0.58, 0.59, 1, 1, 'ai_sell', '2024-03-30 17:07:07', '2024-03-30 17:07:07', '2024-03-30 18:08:03'),
(446, 1802, 407, 1540, 3, 4, 34.65, 34.96, 1, 1, 'ai_sell', '2024-03-30 17:07:07', '2024-03-30 17:07:07', '2024-03-30 18:08:03'),
(447, 1802, 408, 1673, 6, 4, 4.23, 4.27, 1, 1, 'ai_sell', '2024-03-30 17:07:07', '2024-03-30 17:07:07', '2024-03-30 18:08:03'),
(448, 1802, 409, 5704, 1, 4, 2.59, 2.61, 1, 1, 'ai_sell', '2024-03-30 17:07:07', '2024-03-30 17:07:07', '2024-03-30 18:08:03'),
(449, 1802, 410, 4704, 3, 4, 1.31, 1.32, 1, 1, 'ai_sell', '2024-03-30 17:07:07', '2024-03-30 17:07:07', '2024-03-30 18:08:04'),
(450, 1802, 411, 756, 1, 4, 0.47, 0.47, 1, 1, 'ai_sell', '2024-03-30 17:07:07', '2024-03-30 17:07:07', '2024-03-30 18:08:04'),
(451, 1747, 398, 1842, 1, NULL, 1.00, 1.02, 3, 1, 'manual_sell', '2024-03-30 19:01:13', '2024-03-30 19:01:13', '2024-03-30 20:02:03'),
(452, 1747, 412, 1920, 1, NULL, 38.47, 39.62, 1, 1, 'manual_sell', '2024-03-30 19:01:53', '2024-03-30 19:01:53', '2024-03-30 20:02:04'),
(453, 1747, 413, 1748, 1, NULL, 39.00, 40.17, 1, 1, 'manual_sell', '2024-03-30 19:02:34', '2024-03-30 19:02:34', '2024-03-30 20:03:03'),
(454, 1747, 414, 4704, 1, NULL, 1.25, 1.29, 2, 2, 'manual_sell', '2024-03-30 19:03:15', '2024-03-30 19:03:15', '2024-03-30 20:04:02'),
(455, 1747, 414, 4704, 9, NULL, 1.25, 1.29, 2, 2, 'manual_sell', '2024-03-30 20:50:51', '2024-03-30 20:50:51', '2024-03-30 21:51:03'),
(456, 1747, 414, 4704, 3, NULL, 1.25, 1.29, 2, 2, 'manual_sell', '2024-03-31 04:43:38', '2024-03-31 04:43:38', '2024-03-31 05:44:03'),
(457, 1747, 414, 4704, 9, NULL, 1.25, 1.28, 2, 2, 'manual_sell', '2024-03-31 06:52:30', '2024-03-31 06:52:30', '2024-03-31 07:53:03'),
(458, 1802, 418, 2917, 6, 3, 16.81, 16.96, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:03'),
(459, 1802, 419, 4200, 6, 3, 14.07, 14.20, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(460, 1802, 420, 5639, 1, 3, 5.13, 5.18, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(461, 1802, 421, 161, 1, 3, 31.01, 31.29, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(462, 1802, 422, 2119, 1, 3, 7.75, 7.82, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(463, 1802, 423, 4671, 1, 3, 9.44, 9.52, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(464, 1802, 424, 1224, 3, 3, 15.17, 15.31, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(465, 1802, 425, 215, 3, 3, 7.67, 7.74, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(466, 1802, 426, 1844, 1, 3, 0.31, 0.31, 1, 1, 'ai_sell', '2024-03-31 17:07:06', '2024-03-31 17:07:06', '2024-03-31 18:08:04'),
(467, 1747, 414, 4704, 1, NULL, 1.25, 1.28, 2, 1, 'manual_sell', '2024-03-31 17:07:10', '2024-03-31 17:07:10', '2024-03-31 18:08:04'),
(468, 1747, 415, 3539, 1, NULL, 1.15, 1.18, 1, 1, 'manual_sell', '2024-03-31 17:10:02', '2024-03-31 17:10:02', '2024-03-31 18:10:04'),
(469, 1802, 427, 2809, 3, 4, 36.11, 36.43, 1, 1, 'ai_sell', '2024-03-31 17:20:07', '2024-03-31 17:20:07', '2024-03-31 18:21:05'),
(470, 1802, 428, 314, 6, 4, 10.61, 10.71, 1, 1, 'ai_sell', '2024-03-31 17:20:07', '2024-03-31 17:20:07', '2024-03-31 18:21:05'),
(471, 1802, 429, 752, 3, 4, 1.01, 1.02, 1, 1, 'ai_sell', '2024-03-31 17:20:07', '2024-03-31 17:20:07', '2024-03-31 18:21:05'),
(472, 1802, 430, 3318, 9, 4, 1.22, 1.23, 1, 1, 'ai_sell', '2024-03-31 17:20:07', '2024-03-31 17:20:07', '2024-03-31 18:21:05'),
(473, 1802, 431, 1189, 6, 4, 2.56, 2.58, 1, 1, 'ai_sell', '2024-03-31 17:20:07', '2024-03-31 17:20:07', '2024-03-31 18:21:05'),
(474, 1802, 432, 5764, 6, 4, 1.51, 1.52, 1, 1, 'ai_sell', '2024-03-31 17:20:07', '2024-03-31 17:20:07', '2024-03-31 18:21:05'),
(475, 1802, 433, 1850, 3, 4, 0.58, 0.59, 1, 1, 'ai_sell', '2024-03-31 17:20:07', '2024-03-31 17:20:07', '2024-03-31 18:21:05'),
(476, 1747, 416, 1956, 1, NULL, 10.07, 10.48, 6, 2, 'manual_sell', '2024-03-31 17:22:47', '2024-03-31 17:22:47', '2024-03-31 18:23:03'),
(477, 1747, 417, 1640, 1, NULL, 1.00, 1.03, 2, 1, 'manual_sell', '2024-03-31 17:23:51', '2024-03-31 17:23:51', '2024-03-31 18:24:04'),
(478, 1747, 416, 1956, 1, NULL, 10.07, 10.37, 6, 1, 'manual_sell', '2024-03-31 21:28:50', '2024-03-31 21:28:50', '2024-03-31 22:29:03'),
(479, 1747, 434, 2608, 1, NULL, 10.00, 10.30, 6, 1, 'manual_sell', '2024-03-31 21:30:21', '2024-03-31 21:30:21', '2024-03-31 22:31:03'),
(480, 1747, 435, 1805, 1, NULL, 8.30, 8.54, 2, 1, 'manual_sell', '2024-03-31 21:35:11', '2024-03-31 21:35:11', '2024-03-31 22:36:03'),
(481, 1747, 436, 1177, 1, NULL, 5.77, 5.94, 1, 1, 'manual_sell', '2024-03-31 21:36:44', '2024-03-31 21:36:44', '2024-03-31 22:37:03'),
(482, 1802, 437, 6103, 9, 3, 32.90, 33.20, 1, 1, 'ai_sell', '2024-04-01 18:20:07', '2024-04-01 18:20:07', '2024-04-01 19:21:03'),
(483, 1802, 438, 5130, 3, 3, 32.64, 32.93, 1, 1, 'ai_sell', '2024-04-01 18:20:07', '2024-04-01 18:20:07', '2024-04-01 19:21:04'),
(484, 1802, 439, 2965, 3, 3, 20.97, 21.16, 1, 1, 'ai_sell', '2024-04-01 18:20:08', '2024-04-01 18:20:08', '2024-04-01 19:21:04'),
(485, 1802, 440, 1846, 9, 3, 1.52, 1.53, 1, 1, 'ai_sell', '2024-04-01 18:20:08', '2024-04-01 18:20:08', '2024-04-01 19:21:04'),
(486, 1802, 441, 3626, 3, 3, 19.05, 19.22, 1, 1, 'ai_sell', '2024-04-01 18:20:08', '2024-04-01 18:20:08', '2024-04-01 19:21:04'),
(487, 1802, 442, 3296, 9, 3, 1.14, 1.15, 1, 1, 'ai_sell', '2024-04-01 18:20:08', '2024-04-01 18:20:08', '2024-04-01 19:21:04'),
(488, 1802, 443, 1827, 6, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-01 18:20:08', '2024-04-01 18:20:08', '2024-04-01 19:21:04'),
(489, 1802, 444, 1823, 6, 4, 14.30, 14.43, 1, 1, 'ai_sell', '2024-04-01 18:32:08', '2024-04-01 18:32:08', '2024-04-01 19:33:03'),
(490, 1802, 445, 3282, 6, 4, 22.25, 22.45, 1, 1, 'ai_sell', '2024-04-01 18:32:08', '2024-04-01 18:32:08', '2024-04-01 19:33:03'),
(491, 1802, 446, 1444, 9, 4, 8.24, 8.31, 1, 1, 'ai_sell', '2024-04-01 18:32:08', '2024-04-01 18:32:08', '2024-04-01 19:33:03'),
(492, 1802, 447, 910, 6, 4, 7.30, 7.37, 1, 1, 'ai_sell', '2024-04-01 18:32:08', '2024-04-01 18:32:08', '2024-04-01 19:33:03'),
(493, 1802, 448, 3324, 6, 4, 1.38, 1.39, 1, 1, 'ai_sell', '2024-04-01 18:32:08', '2024-04-01 18:32:08', '2024-04-01 19:33:03'),
(494, 1802, 449, 1827, 9, 4, 0.13, 0.13, 1, 1, 'ai_sell', '2024-04-01 18:32:08', '2024-04-01 18:32:08', '2024-04-01 19:33:03'),
(495, 1802, 450, 756, 6, 4, 0.47, 0.47, 1, 1, 'ai_sell', '2024-04-01 18:32:08', '2024-04-01 18:32:08', '2024-04-01 19:33:03'),
(496, 1747, 451, 2608, 1, NULL, 10.00, 10.30, 5, 1, 'manual_sell', '2024-04-02 03:54:31', '2024-04-02 03:54:31', '2024-04-02 04:55:05'),
(497, 1747, 452, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-04-02 03:55:05', '2024-04-02 03:55:05', '2024-04-02 04:55:07'),
(498, 1747, 453, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-04-02 03:55:44', '2024-04-02 03:55:44', '2024-04-02 04:56:05'),
(499, 1747, 454, 5471, 1, NULL, 3.99, 4.12, 2, 2, 'manual_sell', '2024-04-02 03:56:20', '2024-04-02 03:56:20', '2024-04-02 04:57:02'),
(500, 1747, 455, 1640, 1, NULL, 1.00, 1.03, 9, 1, 'manual_sell', '2024-04-02 03:57:04', '2024-04-02 03:57:04', '2024-04-02 04:58:03'),
(501, 1747, 454, 5471, 3, NULL, 3.99, 4.12, 2, 2, 'manual_sell', '2024-04-02 05:52:27', '2024-04-02 05:52:27', '2024-04-02 06:53:03'),
(502, 1747, 454, 5471, 9, NULL, 3.99, 4.11, 2, 2, 'manual_sell', '2024-04-02 08:45:27', '2024-04-02 08:45:27', '2024-04-02 09:46:03'),
(503, 1747, 454, 5471, 5, NULL, 3.99, 4.12, 2, 2, 'manual_sell', '2024-04-02 12:08:40', '2024-04-02 12:08:40', '2024-04-02 13:09:03'),
(504, 1747, 454, 5471, 1, NULL, 3.99, 4.10, 2, 1, 'manual_sell', '2024-04-02 13:24:34', '2024-04-02 13:24:34', '2024-04-02 14:25:05'),
(505, 1802, 456, 1174, 3, 3, 30.73, 31.01, 1, 1, 'ai_sell', '2024-04-02 19:31:08', '2024-04-02 19:31:08', '2024-04-02 20:32:03'),
(506, 1802, 457, 293, 6, 3, 13.69, 13.81, 1, 1, 'ai_sell', '2024-04-02 19:31:08', '2024-04-02 19:31:08', '2024-04-02 20:32:03'),
(507, 1802, 458, 144, 9, 3, 25.44, 25.67, 1, 1, 'ai_sell', '2024-04-02 19:31:08', '2024-04-02 19:31:08', '2024-04-02 20:32:03'),
(508, 1802, 459, 3010, 9, 3, 32.23, 32.52, 1, 1, 'ai_sell', '2024-04-02 19:31:08', '2024-04-02 19:31:08', '2024-04-02 20:32:03'),
(509, 1802, 460, 5617, 9, 3, 5.92, 5.97, 1, 1, 'ai_sell', '2024-04-02 19:31:08', '2024-04-02 19:31:08', '2024-04-02 20:32:03'),
(510, 1802, 461, 1469, 6, 3, 1.33, 1.34, 1, 1, 'ai_sell', '2024-04-02 19:31:08', '2024-04-02 19:31:08', '2024-04-02 20:32:03'),
(511, 1802, 462, 1558, 9, 4, 20.26, 20.44, 1, 1, 'ai_sell', '2024-04-02 19:43:06', '2024-04-02 19:43:06', '2024-04-02 20:44:07'),
(512, 1802, 463, 2116, 6, 4, 32.09, 32.38, 1, 1, 'ai_sell', '2024-04-02 19:43:06', '2024-04-02 19:43:06', '2024-04-02 20:44:07'),
(513, 1802, 464, 5670, 3, 4, 1.94, 1.96, 1, 1, 'ai_sell', '2024-04-02 19:43:06', '2024-04-02 19:43:06', '2024-04-02 20:44:07'),
(514, 1802, 465, 949, 1, 4, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-02 19:43:06', '2024-04-02 19:43:06', '2024-04-02 20:44:07'),
(515, 1747, 466, 2608, 1, NULL, 10.00, 10.30, 5, 1, 'manual_sell', '2024-04-03 07:04:38', '2024-04-03 07:04:38', '2024-04-03 08:05:04'),
(516, 1747, 467, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-04-03 07:05:49', '2024-04-03 07:05:49', '2024-04-03 08:06:04'),
(517, 1747, 468, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-04-03 07:06:48', '2024-04-03 07:06:48', '2024-04-03 08:07:03'),
(518, 1747, 469, 1177, 1, NULL, 5.77, 5.94, 2, 1, 'manual_sell', '2024-04-03 07:07:45', '2024-04-03 07:07:45', '2024-04-03 08:08:03'),
(519, 1747, 470, 1640, 1, NULL, 1.00, 1.03, 2, 1, 'manual_sell', '2024-04-03 07:08:20', '2024-04-03 07:08:20', '2024-04-03 08:09:02'),
(520, 1802, 471, 30, 1, 3, 15.15, 15.29, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:03'),
(521, 1802, 472, 1180, 9, 3, 7.06, 7.12, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:03'),
(522, 1802, 473, 308, 3, 3, 7.62, 7.69, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:03'),
(523, 1802, 474, 2715, 6, 3, 35.68, 36.00, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:03'),
(524, 1802, 475, 5041, 1, 3, 20.60, 20.79, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:04'),
(525, 1802, 476, 4640, 6, 3, 7.21, 7.27, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:04'),
(526, 1802, 477, 5544, 6, 3, 16.63, 16.78, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:04'),
(527, 1802, 478, 1894, 9, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:04'),
(528, 1802, 479, 1827, 6, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-03 20:42:07', '2024-04-03 20:42:07', '2024-04-03 21:43:04'),
(529, 1802, 480, 1471, 6, 4, 14.33, 14.46, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(530, 1802, 481, 2581, 9, 4, 17.33, 17.49, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(531, 1802, 482, 1823, 6, 4, 14.16, 14.29, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(532, 1802, 483, 1095, 1, 4, 8.31, 8.38, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(533, 1802, 484, 1811, 6, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(534, 1802, 485, 734, 6, 4, 0.23, 0.23, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(535, 1802, 486, 1894, 6, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(536, 1802, 487, 949, 1, 4, 0.32, 0.32, 1, 1, 'ai_sell', '2024-04-03 20:56:03', '2024-04-03 20:56:03', '2024-04-03 21:56:03'),
(537, 1747, 488, 2608, 1, NULL, 10.00, 10.30, 5, 1, 'manual_sell', '2024-04-04 08:37:47', '2024-04-04 08:37:47', '2024-04-04 09:38:03'),
(538, 1747, 489, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-04-04 08:39:43', '2024-04-04 08:39:43', '2024-04-04 09:40:04'),
(539, 1747, 490, 1177, 1, NULL, 5.77, 5.94, 4, 1, 'manual_sell', '2024-04-04 08:41:26', '2024-04-04 08:41:26', '2024-04-04 09:42:05'),
(540, 1747, 491, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-04-04 08:43:14', '2024-04-04 08:43:14', '2024-04-04 09:44:03'),
(541, 1747, 492, 1640, 1, NULL, 1.00, 1.03, 3, 1, 'manual_sell', '2024-04-04 08:45:23', '2024-04-04 08:45:23', '2024-04-04 09:46:04'),
(542, 1802, 493, 1451, 1, 3, 10.50, 10.59, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:04'),
(543, 1802, 494, 3418, 1, 3, 24.58, 24.80, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:04'),
(544, 1802, 495, 69, 9, 3, 26.50, 26.74, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:04'),
(545, 1802, 496, 6028, 6, 3, 2.19, 2.21, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:04'),
(546, 1802, 497, 942, 3, 3, 25.49, 25.72, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:04'),
(547, 1802, 498, 5434, 9, 3, 17.55, 17.71, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:04'),
(548, 1802, 499, 24, 3, 3, 1.06, 1.07, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:05'),
(549, 1802, 500, 1129, 9, 3, 2.58, 2.60, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:05'),
(550, 1802, 501, 803, 9, 3, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:05'),
(551, 1802, 502, 1894, 9, 3, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:05'),
(552, 1802, 503, 1811, 6, 3, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:05'),
(553, 1802, 504, 1827, 9, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-04 21:54:04', '2024-04-04 21:54:04', '2024-04-04 22:54:05'),
(554, 1802, 505, 1827, 6, 3, 0.13, 0.13, 1, 1, 'ai_sell', '2024-04-04 21:56:05', '2024-04-04 21:56:05', '2024-04-04 22:56:05'),
(555, 1802, 506, 152, 9, 4, 9.27, 9.35, 1, 1, 'ai_sell', '2024-04-04 22:06:05', '2024-04-04 22:06:05', '2024-04-04 23:07:03'),
(556, 1802, 507, 6040, 3, 4, 16.27, 16.42, 1, 1, 'ai_sell', '2024-04-04 22:06:05', '2024-04-04 22:06:05', '2024-04-04 23:07:03'),
(557, 1802, 508, 156, 9, 4, 5.25, 5.30, 1, 1, 'ai_sell', '2024-04-04 22:06:05', '2024-04-04 22:06:05', '2024-04-04 23:07:03'),
(558, 1802, 509, 3686, 3, 4, 12.70, 12.81, 1, 1, 'ai_sell', '2024-04-04 22:06:05', '2024-04-04 22:06:05', '2024-04-04 23:07:03'),
(559, 1802, 510, 4361, 1, 4, 11.43, 11.53, 1, 1, 'ai_sell', '2024-04-04 22:06:05', '2024-04-04 22:06:05', '2024-04-04 23:07:03'),
(560, 1802, 511, 1850, 9, 4, 0.57, 0.58, 1, 1, 'ai_sell', '2024-04-04 22:06:05', '2024-04-04 22:06:05', '2024-04-04 23:07:03'),
(561, 1747, 512, 2608, 1, NULL, 10.00, 10.30, 5, 1, 'manual_sell', '2024-04-05 10:27:52', '2024-04-05 10:27:52', '2024-04-05 11:28:02'),
(562, 1747, 513, 1177, 1, NULL, 5.77, 5.94, 5, 1, 'manual_sell', '2024-04-05 10:49:34', '2024-04-05 10:49:34', '2024-04-05 11:50:04'),
(563, 1747, 514, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-04-05 11:36:39', '2024-04-05 11:36:39', '2024-04-05 12:37:04'),
(564, 1747, 515, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-04-05 11:37:26', '2024-04-05 11:37:26', '2024-04-05 12:38:05'),
(565, 1747, 516, 1640, 1, NULL, 1.00, 1.03, 2, 1, 'manual_sell', '2024-04-05 11:37:54', '2024-04-05 11:37:54', '2024-04-05 12:38:05'),
(566, 1802, 517, 3051, 3, 3, 74.95, 75.62, 1, 1, 'ai_sell', '2024-04-05 23:08:04', '2024-04-05 23:08:04', '2024-04-06 00:09:03'),
(567, 1802, 518, 698, 3, 3, 6.48, 6.54, 1, 1, 'ai_sell', '2024-04-05 23:08:04', '2024-04-05 23:08:04', '2024-04-06 00:09:04'),
(568, 1802, 519, 4320, 6, 3, 20.39, 20.57, 1, 1, 'ai_sell', '2024-04-05 23:08:04', '2024-04-05 23:08:04', '2024-04-06 00:09:04'),
(569, 1802, 520, 1031, 3, 3, 10.30, 10.39, 1, 1, 'ai_sell', '2024-04-05 23:08:04', '2024-04-05 23:08:04', '2024-04-06 00:09:04'),
(570, 1802, 521, 1827, 3, 3, 0.13, 0.13, 1, 1, 'ai_sell', '2024-04-05 23:08:04', '2024-04-05 23:08:04', '2024-04-06 00:09:05'),
(571, 1802, 522, 2255, 9, 4, 20.59, 20.78, 1, 1, 'ai_sell', '2024-04-05 23:17:04', '2024-04-05 23:17:04', '2024-04-06 00:18:03'),
(572, 1802, 523, 702, 6, 4, 27.35, 27.60, 1, 1, 'ai_sell', '2024-04-05 23:17:04', '2024-04-05 23:17:04', '2024-04-06 00:18:03'),
(573, 1802, 524, 803, 3, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-05 23:17:04', '2024-04-05 23:17:04', '2024-04-06 00:18:03'),
(574, 1802, 525, 3365, 3, 4, 7.14, 7.20, 1, 1, 'ai_sell', '2024-04-05 23:17:04', '2024-04-05 23:17:04', '2024-04-06 00:18:03'),
(575, 1802, 526, 1850, 3, 4, 0.56, 0.57, 1, 1, 'ai_sell', '2024-04-05 23:18:04', '2024-04-05 23:18:04', '2024-04-06 00:19:02'),
(576, 1802, 527, 1894, 1, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-05 23:18:04', '2024-04-05 23:18:04', '2024-04-06 00:19:02'),
(577, 1747, 528, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-06 12:56:28', '2024-04-06 12:56:28', '2024-04-06 13:57:03'),
(578, 1747, 529, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-06 12:57:35', '2024-04-06 12:57:35', '2024-04-06 13:58:02'),
(579, 1747, 530, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-06 12:58:48', '2024-04-06 12:58:48', '2024-04-06 13:59:03'),
(580, 1747, 531, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-06 13:00:06', '2024-04-06 13:00:06', '2024-04-06 14:01:03'),
(581, 1747, 532, 1640, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-06 13:01:11', '2024-04-06 13:01:11', '2024-04-06 14:02:02'),
(582, 1747, 536, 1640, 3, NULL, 1.00, 1.03, 3, 2, 'manual_sell', '2024-04-06 13:02:07', '2024-04-06 13:02:07', '2024-04-06 14:03:03'),
(583, 1747, 533, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-06 13:02:59', '2024-04-06 13:02:59', '2024-04-06 14:03:03'),
(584, 1747, 535, 3264, 1, NULL, 6.79, 6.99, 1, 1, 'manual_sell', '2024-04-06 13:04:25', '2024-04-06 13:04:25', '2024-04-06 14:05:03'),
(585, 1747, 534, 1842, 1, NULL, 1.00, 1.03, 5, 1, 'manual_sell', '2024-04-06 13:05:40', '2024-04-06 13:05:40', '2024-04-06 14:06:02'),
(586, 1747, 536, 1640, 1, NULL, 1.00, 1.03, 3, 1, 'manual_sell', '2024-04-06 14:06:39', '2024-04-06 14:06:39', '2024-04-06 15:07:03'),
(587, 1802, 537, 4380, 1, 3, 5.14, 5.19, 1, 1, 'ai_sell', '2024-04-07 00:20:11', '2024-04-07 00:20:11', '2024-04-07 01:21:03'),
(588, 1802, 538, 1777, 9, 3, 30.51, 30.78, 1, 1, 'ai_sell', '2024-04-07 00:20:11', '2024-04-07 00:20:11', '2024-04-07 01:21:05'),
(589, 1802, 539, 5241, 9, 3, 33.88, 34.18, 1, 1, 'ai_sell', '2024-04-07 00:20:11', '2024-04-07 00:20:11', '2024-04-07 01:21:05'),
(590, 1802, 540, 4063, 6, 3, 17.38, 17.54, 1, 1, 'ai_sell', '2024-04-07 00:20:11', '2024-04-07 00:20:11', '2024-04-07 01:21:05'),
(591, 1802, 541, 5776, 1, 3, 25.99, 26.22, 1, 1, 'ai_sell', '2024-04-07 00:20:11', '2024-04-07 00:20:11', '2024-04-07 01:21:05'),
(592, 1802, 542, 1894, 1, 3, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-07 00:20:11', '2024-04-07 00:20:11', '2024-04-07 01:21:05'),
(593, 1802, 543, 803, 9, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-07 00:20:11', '2024-04-07 00:20:11', '2024-04-07 01:21:05'),
(594, 1802, 544, 2362, 3, 4, 19.91, 20.09, 1, 1, 'ai_sell', '2024-04-07 00:30:07', '2024-04-07 00:30:07', '2024-04-07 01:31:04'),
(595, 1802, 545, 1608, 9, 4, 9.68, 9.77, 1, 1, 'ai_sell', '2024-04-07 00:30:07', '2024-04-07 00:30:07', '2024-04-07 01:31:05'),
(596, 1802, 546, 5907, 9, 4, 16.83, 16.98, 1, 1, 'ai_sell', '2024-04-07 00:30:07', '2024-04-07 00:30:07', '2024-04-07 01:31:06'),
(597, 1802, 547, 5258, 1, 4, 9.67, 9.76, 1, 1, 'ai_sell', '2024-04-07 00:30:07', '2024-04-07 00:30:07', '2024-04-07 01:31:06'),
(598, 1802, 548, 756, 9, 4, 0.46, 0.46, 1, 1, 'ai_sell', '2024-04-07 00:30:07', '2024-04-07 00:30:07', '2024-04-07 01:31:06'),
(599, 1747, 549, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-07 15:26:38', '2024-04-07 15:26:38', '2024-04-07 16:27:02'),
(600, 1747, 550, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-07 15:27:24', '2024-04-07 15:27:24', '2024-04-07 16:28:02'),
(601, 1747, 551, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-07 15:28:09', '2024-04-07 15:28:09', '2024-04-07 16:29:02'),
(602, 1747, 552, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-07 15:29:11', '2024-04-07 15:29:11', '2024-04-07 16:30:04'),
(603, 1747, 553, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-07 15:29:58', '2024-04-07 15:29:58', '2024-04-07 16:30:04'),
(604, 1747, 554, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-07 15:31:21', '2024-04-07 15:31:21', '2024-04-07 16:32:02'),
(605, 1747, 555, 619, 1, NULL, 4.00, 4.12, 5, 1, 'manual_sell', '2024-04-07 15:32:07', '2024-04-07 15:32:07', '2024-04-07 16:33:02'),
(606, 1747, 556, 4902, 1, NULL, 2.25, 2.32, 4, 2, 'manual_sell', '2024-04-07 15:32:48', '2024-04-07 15:32:48', '2024-04-07 16:33:02'),
(607, 1747, 557, 1640, 1, NULL, 1.00, 1.03, 4, 1, 'manual_sell', '2024-04-07 15:59:38', '2024-04-07 15:59:38', '2024-04-07 17:00:05'),
(608, 1747, 556, 4902, 1, NULL, 2.25, 2.31, 4, 1, 'manual_sell', '2024-04-07 17:08:00', '2024-04-07 17:08:00', '2024-04-07 18:08:05'),
(609, 1802, 558, 4876, 9, 3, 40.37, 40.73, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:02'),
(610, 1802, 559, 3010, 1, 3, 31.30, 31.58, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:02'),
(611, 1802, 560, 1972, 6, 3, 13.52, 13.64, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:03'),
(612, 1802, 561, 1194, 9, 3, 11.21, 11.31, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:03'),
(613, 1802, 562, 803, 3, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:03'),
(614, 1802, 563, 2216, 3, 3, 9.36, 9.44, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:03'),
(615, 1802, 564, 5436, 3, 3, 5.14, 5.19, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:03'),
(616, 1802, 565, 6104, 3, 3, 1.49, 1.50, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:03'),
(617, 1802, 566, 1821, 1, 3, 1.02, 1.03, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:03'),
(618, 1802, 567, 756, 9, 3, 0.45, 0.45, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:04'),
(619, 1802, 568, 734, 1, 3, 0.23, 0.23, 1, 1, 'ai_sell', '2024-04-08 01:32:06', '2024-04-08 01:32:06', '2024-04-08 02:33:04'),
(620, 1802, 569, 5526, 3, 4, 5.25, 5.30, 1, 1, 'ai_sell', '2024-04-08 01:42:09', '2024-04-08 01:42:09', '2024-04-08 02:43:03'),
(621, 1802, 570, 1333, 3, 4, 9.66, 9.75, 1, 1, 'ai_sell', '2024-04-08 01:42:09', '2024-04-08 01:42:09', '2024-04-08 02:43:05'),
(622, 1802, 571, 3678, 6, 4, 10.23, 10.32, 1, 1, 'ai_sell', '2024-04-08 01:42:09', '2024-04-08 01:42:09', '2024-04-08 02:43:05'),
(623, 1802, 572, 2136, 3, 4, 20.53, 20.71, 1, 1, 'ai_sell', '2024-04-08 01:42:09', '2024-04-08 01:42:09', '2024-04-08 02:43:05'),
(624, 1802, 573, 4304, 1, 4, 9.32, 9.40, 1, 1, 'ai_sell', '2024-04-08 01:42:09', '2024-04-08 01:42:09', '2024-04-08 02:43:05'),
(625, 1802, 574, 3268, 9, 4, 2.04, 2.06, 1, 1, 'ai_sell', '2024-04-08 01:42:09', '2024-04-08 01:42:09', '2024-04-08 02:43:05'),
(626, 1747, 575, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-08 20:53:57', '2024-04-08 20:53:57', '2024-04-08 21:54:02'),
(627, 1747, 576, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-08 20:54:58', '2024-04-08 20:54:58', '2024-04-08 21:55:03'),
(628, 1747, 583, 1640, 1, NULL, 1.00, 1.03, 2, 1, 'manual_sell', '2024-04-08 20:56:01', '2024-04-08 20:56:01', '2024-04-08 21:56:02'),
(629, 1747, 577, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-08 20:56:50', '2024-04-08 20:56:50', '2024-04-08 21:57:04'),
(630, 1747, 578, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-08 20:57:35', '2024-04-08 20:57:35', '2024-04-08 21:58:09'),
(631, 1747, 579, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-08 20:58:27', '2024-04-08 20:58:27', '2024-04-08 21:59:04'),
(632, 1747, 580, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-08 20:58:54', '2024-04-08 20:58:54', '2024-04-08 21:59:04'),
(633, 1747, 581, 619, 1, NULL, 4.00, 4.12, 5, 1, 'manual_sell', '2024-04-08 20:59:39', '2024-04-08 20:59:39', '2024-04-08 22:00:06'),
(634, 1747, 582, 4644, 1, NULL, 24.99, 25.74, 1, 2, 'manual_sell', '2024-04-08 21:00:52', '2024-04-08 21:00:52', '2024-04-08 22:01:04'),
(635, 1747, 582, 4644, 1, NULL, 24.99, 25.73, 1, 1, 'manual_sell', '2024-04-08 22:13:39', '2024-04-08 22:13:39', '2024-04-08 23:14:03'),
(636, 1802, 584, 3168, 6, 3, 14.13, 14.26, 1, 1, 'ai_sell', '2024-04-09 02:44:07', '2024-04-09 02:44:07', '2024-04-09 03:45:04'),
(637, 1802, 585, 254, 1, 3, 54.81, 55.30, 1, 1, 'ai_sell', '2024-04-09 02:44:07', '2024-04-09 02:44:07', '2024-04-09 03:45:05'),
(638, 1802, 586, 1654, 3, 3, 32.54, 32.83, 1, 1, 'ai_sell', '2024-04-09 02:44:07', '2024-04-09 02:44:07', '2024-04-09 03:45:05'),
(639, 1802, 587, 369, 6, 3, 13.37, 13.49, 1, 1, 'ai_sell', '2024-04-09 02:44:07', '2024-04-09 02:44:07', '2024-04-09 03:45:06'),
(640, 1802, 588, 1844, 6, 3, 0.30, 0.30, 1, 1, 'ai_sell', '2024-04-09 02:44:07', '2024-04-09 02:44:07', '2024-04-09 03:45:06'),
(641, 1802, 589, 1827, 6, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-09 02:44:07', '2024-04-09 02:44:07', '2024-04-09 03:45:06'),
(642, 1802, 590, 6097, 1, 4, 10.93, 11.03, 1, 1, 'ai_sell', '2024-04-09 02:54:05', '2024-04-09 02:54:05', '2024-04-09 03:55:04'),
(643, 1802, 591, 2769, 6, 4, 30.05, 30.32, 1, 1, 'ai_sell', '2024-04-09 02:54:05', '2024-04-09 02:54:05', '2024-04-09 03:55:04'),
(644, 1802, 592, 1738, 9, 4, 1.46, 1.47, 1, 1, 'ai_sell', '2024-04-09 02:54:05', '2024-04-09 02:54:05', '2024-04-09 03:55:04'),
(645, 1802, 593, 57, 9, 4, 6.30, 6.36, 1, 1, 'ai_sell', '2024-04-09 02:54:05', '2024-04-09 02:54:05', '2024-04-09 03:55:04'),
(646, 1802, 594, 1015, 3, 4, 4.12, 4.16, 1, 1, 'ai_sell', '2024-04-09 02:54:05', '2024-04-09 02:54:05', '2024-04-09 03:55:04'),
(647, 1802, 595, 1912, 6, 4, 4.03, 4.07, 1, 1, 'ai_sell', '2024-04-09 02:55:04', '2024-04-09 02:55:04', '2024-04-09 03:55:04'),
(648, 1802, 596, 1844, 1, 4, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-09 02:55:04', '2024-04-09 02:55:04', '2024-04-09 03:55:05'),
(649, 1802, 597, 1894, 1, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-09 02:55:04', '2024-04-09 02:55:04', '2024-04-09 03:55:05'),
(650, 1802, 598, 734, 1, 4, 0.22, 0.22, 1, 1, 'ai_sell', '2024-04-09 02:55:04', '2024-04-09 02:55:04', '2024-04-09 03:55:05'),
(651, 1747, 599, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-09 22:41:47', '2024-04-09 22:41:47', '2024-04-09 23:42:02'),
(652, 1747, 600, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-09 22:42:19', '2024-04-09 22:42:19', '2024-04-09 23:43:02'),
(653, 1747, 601, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-09 22:43:31', '2024-04-09 22:43:31', '2024-04-09 23:44:03'),
(654, 1747, 602, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-09 22:44:36', '2024-04-09 22:44:36', '2024-04-09 23:45:03'),
(655, 1747, 603, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-09 22:45:26', '2024-04-09 22:45:26', '2024-04-09 23:46:07'),
(656, 1747, 604, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-09 22:46:00', '2024-04-09 22:46:00', '2024-04-09 23:46:07'),
(657, 1747, 606, 1640, 1, NULL, 1.00, 1.03, 16, 1, 'manual_sell', '2024-04-09 22:46:41', '2024-04-09 22:46:41', '2024-04-09 23:47:04'),
(658, 1747, 605, 619, 1, NULL, 4.00, 4.12, 5, 1, 'manual_sell', '2024-04-09 22:47:38', '2024-04-09 22:47:38', '2024-04-09 23:48:07'),
(659, 1747, 607, 619, 1, NULL, 4.00, 4.12, 6, 1, 'manual_sell', '2024-04-10 00:06:44', '2024-04-10 00:06:44', '2024-04-10 01:07:06'),
(660, 1747, 608, 1640, 1, NULL, 1.00, 1.03, 2, 1, 'manual_sell', '2024-04-10 00:07:19', '2024-04-10 00:07:19', '2024-04-10 01:08:03'),
(661, 1802, 609, 1190, 3, 3, 32.32, 32.61, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(662, 1802, 610, 3113, 6, 3, 64.64, 65.22, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(663, 1802, 611, 4986, 1, 3, 11.20, 11.30, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(664, 1802, 612, 5812, 9, 3, 1.53, 1.54, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(665, 1802, 613, 935, 9, 3, 3.03, 3.06, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(666, 1802, 614, 6108, 1, 3, 2.27, 2.29, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(667, 1802, 615, 716, 3, 3, 1.04, 1.05, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(668, 1802, 616, 1827, 1, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-10 03:56:05', '2024-04-10 03:56:05', '2024-04-10 04:56:10'),
(669, 1802, 617, 1827, 3, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-10 03:57:03', '2024-04-10 03:57:03', '2024-04-10 04:58:02'),
(670, 1802, 618, 2027, 3, 4, 56.64, 57.15, 1, 1, 'ai_sell', '2024-04-10 04:06:04', '2024-04-10 04:06:04', '2024-04-10 05:06:05'),
(671, 1802, 619, 1811, 6, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-10 04:06:04', '2024-04-10 04:06:04', '2024-04-10 05:06:06'),
(672, 1802, 620, 24, 6, 4, 1.03, 1.04, 1, 1, 'ai_sell', '2024-04-10 04:06:04', '2024-04-10 04:06:04', '2024-04-10 05:06:06'),
(673, 1802, 621, 1894, 6, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-10 04:06:04', '2024-04-10 04:06:04', '2024-04-10 05:06:06'),
(674, 1747, 622, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-11 02:47:13', '2024-04-11 02:47:13', '2024-04-11 03:48:03'),
(675, 1747, 623, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-11 02:47:42', '2024-04-11 02:47:42', '2024-04-11 03:48:04'),
(676, 1747, 624, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-11 02:48:27', '2024-04-11 02:48:27', '2024-04-11 03:49:04'),
(677, 1747, 630, 1640, 1, NULL, 1.00, 1.03, 2, 1, 'manual_sell', '2024-04-11 02:49:00', '2024-04-11 02:49:00', '2024-04-11 03:49:04'),
(678, 1747, 628, 1842, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-11 02:49:33', '2024-04-11 02:49:33', '2024-04-11 03:50:06'),
(679, 1747, 629, 1805, 1, NULL, 8.30, 8.54, 3, 1, 'manual_sell', '2024-04-11 02:50:38', '2024-04-11 02:50:38', '2024-04-11 03:51:15'),
(680, 1747, 625, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-11 02:51:47', '2024-04-11 02:51:47', '2024-04-11 03:52:05'),
(681, 1747, 626, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-11 02:52:35', '2024-04-11 02:52:35', '2024-04-11 03:53:28'),
(682, 1747, 627, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-11 02:53:18', '2024-04-11 02:53:18', '2024-04-11 03:53:28'),
(683, 1802, 631, 2198, 1, 3, 30.59, 30.87, 1, 1, 'ai_sell', '2024-04-11 05:08:05', '2024-04-11 05:08:05', '2024-04-11 06:08:18'),
(684, 1802, 632, 5650, 1, 3, 15.60, 15.74, 1, 1, 'ai_sell', '2024-04-11 05:08:05', '2024-04-11 05:08:05', '2024-04-11 06:08:18'),
(685, 1802, 633, 3871, 3, 3, 54.07, 54.56, 1, 1, 'ai_sell', '2024-04-11 05:08:05', '2024-04-11 05:08:05', '2024-04-11 06:08:18'),
(686, 1802, 634, 2583, 3, 3, 7.97, 8.04, 1, 1, 'ai_sell', '2024-04-11 05:08:06', '2024-04-11 05:08:06', '2024-04-11 06:08:18'),
(687, 1802, 635, 5102, 9, 3, 5.09, 5.14, 1, 1, 'ai_sell', '2024-04-11 05:08:06', '2024-04-11 05:08:06', '2024-04-11 06:08:18'),
(688, 1802, 636, 959, 6, 3, 2.65, 2.67, 1, 1, 'ai_sell', '2024-04-11 05:08:06', '2024-04-11 05:08:06', '2024-04-11 06:08:18'),
(689, 1802, 637, 1827, 1, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-11 05:08:06', '2024-04-11 05:08:06', '2024-04-11 06:08:18'),
(690, 1802, 638, 24, 9, 3, 1.01, 1.02, 1, 1, 'ai_sell', '2024-04-11 05:08:06', '2024-04-11 05:08:06', '2024-04-11 06:08:18'),
(691, 1802, 639, 803, 1, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-11 05:08:06', '2024-04-11 05:08:06', '2024-04-11 06:08:18'),
(692, 1802, 640, 522, 6, 4, 51.27, 51.73, 1, 1, 'ai_sell', '2024-04-11 05:18:03', '2024-04-11 05:18:03', '2024-04-11 06:18:13'),
(693, 1802, 641, 5478, 3, 4, 3.13, 3.16, 1, 1, 'ai_sell', '2024-04-11 05:18:03', '2024-04-11 05:18:03', '2024-04-11 06:18:14'),
(694, 1802, 642, 1527, 1, 4, 2.02, 2.04, 1, 1, 'ai_sell', '2024-04-11 05:18:03', '2024-04-11 05:18:03', '2024-04-11 06:18:14'),
(695, 1802, 643, 678, 1, 4, 2.10, 2.12, 1, 1, 'ai_sell', '2024-04-11 05:18:03', '2024-04-11 05:18:03', '2024-04-11 06:18:14'),
(696, 1802, 644, 1827, 9, 4, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-11 05:18:03', '2024-04-11 05:18:03', '2024-04-11 06:18:14'),
(697, 1747, 653, 1640, 1, NULL, 1.00, 1.03, 11, 1, 'manual_sell', '2024-04-12 04:57:48', '2024-04-12 04:57:48', '2024-04-12 05:58:03'),
(698, 1747, 652, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-12 04:58:27', '2024-04-12 04:58:27', '2024-04-12 05:59:03'),
(699, 1747, 647, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-12 04:59:03', '2024-04-12 04:59:03', '2024-04-12 05:59:03'),
(700, 1747, 646, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-12 04:59:29', '2024-04-12 04:59:29', '2024-04-12 06:00:04'),
(701, 1747, 645, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-12 04:59:59', '2024-04-12 04:59:59', '2024-04-12 06:00:04'),
(702, 1747, 648, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-12 05:00:50', '2024-04-12 05:00:50', '2024-04-12 06:01:03'),
(703, 1747, 649, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-12 05:01:34', '2024-04-12 05:01:34', '2024-04-12 06:02:03'),
(704, 1747, 650, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-12 05:02:21', '2024-04-12 05:02:21', '2024-04-12 06:03:02'),
(705, 1747, 651, 1805, 1, NULL, 8.30, 8.55, 5, 2, 'manual_sell', '2024-04-12 05:03:01', '2024-04-12 05:03:01', '2024-04-12 06:03:02'),
(706, 1747, 651, 1805, 1, NULL, 8.30, 8.54, 5, 1, 'manual_sell', '2024-04-12 06:04:22', '2024-04-12 06:04:22', '2024-04-12 07:05:04'),
(707, 1802, 654, 532, 9, 3, 30.81, 31.09, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:02'),
(708, 1802, 655, 832, 1, 3, 11.69, 11.80, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:03'),
(709, 1802, 656, 2166, 1, 3, 37.44, 37.78, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:03'),
(710, 1802, 657, 2254, 1, 3, 9.57, 9.66, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:03'),
(711, 1802, 658, 67, 9, 3, 25.25, 25.48, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:03'),
(712, 1802, 659, 1827, 3, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:03'),
(713, 1802, 660, 1589, 9, 3, 2.53, 2.55, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:03'),
(714, 1802, 661, 803, 9, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:04'),
(715, 1802, 662, 949, 6, 3, 0.32, 0.32, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:04'),
(716, 1802, 663, 1894, 3, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:04'),
(717, 1802, 664, 734, 9, 3, 0.23, 0.23, 1, 1, 'ai_sell', '2024-04-12 06:20:05', '2024-04-12 06:20:05', '2024-04-12 07:21:04'),
(718, 1802, 665, 205, 6, 4, 57.16, 57.67, 1, 1, 'ai_sell', '2024-04-12 06:30:05', '2024-04-12 06:30:05', '2024-04-12 07:31:03'),
(719, 1802, 666, 5824, 1, 4, 1.48, 1.49, 1, 1, 'ai_sell', '2024-04-12 06:30:05', '2024-04-12 06:30:05', '2024-04-12 07:31:03'),
(720, 1802, 667, 949, 3, 4, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-12 06:30:05', '2024-04-12 06:30:05', '2024-04-12 07:31:03'),
(721, 1802, 668, 1894, 9, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-12 06:30:05', '2024-04-12 06:30:05', '2024-04-12 07:31:03'),
(722, 1747, 669, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-13 06:25:09', '2024-04-13 06:25:09', '2024-04-13 07:26:02'),
(723, 1747, 670, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-13 06:25:39', '2024-04-13 06:25:39', '2024-04-13 07:26:04'),
(724, 1747, 671, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-13 06:26:16', '2024-04-13 06:26:16', '2024-04-13 07:27:03'),
(725, 1747, 672, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-13 06:27:23', '2024-04-13 06:27:23', '2024-04-13 07:28:02'),
(726, 1747, 673, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-13 06:28:05', '2024-04-13 06:28:05', '2024-04-13 07:29:02'),
(727, 1747, 674, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-13 06:28:50', '2024-04-13 06:28:50', '2024-04-13 07:29:02'),
(728, 1747, 675, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-04-13 06:29:44', '2024-04-13 06:29:44', '2024-04-13 07:30:06'),
(729, 1802, 676, 5411, 3, 3, 27.73, 27.98, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:02'),
(730, 1802, 677, 981, 6, 3, 58.59, 59.12, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:02'),
(731, 1802, 678, 1926, 3, 3, 8.55, 8.63, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:02'),
(732, 1802, 679, 6031, 1, 3, 4.11, 4.15, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:03'),
(733, 1802, 680, 2617, 9, 3, 6.38, 6.44, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:03'),
(734, 1802, 681, 1500, 3, 3, 11.43, 11.53, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:03'),
(735, 1802, 682, 1213, 3, 3, 2.50, 2.52, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:03'),
(736, 1802, 683, 1827, 6, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-13 07:32:04', '2024-04-13 07:32:04', '2024-04-13 08:33:03'),
(737, 1802, 684, 1827, 9, 3, 0.13, 0.13, 1, 1, 'ai_sell', '2024-04-13 07:34:03', '2024-04-13 07:34:03', '2024-04-13 08:35:03'),
(738, 1802, 685, 2228, 1, 4, 22.12, 22.32, 1, 1, 'ai_sell', '2024-04-13 07:42:04', '2024-04-13 07:42:04', '2024-04-13 08:43:02'),
(739, 1802, 686, 3300, 1, 4, 26.78, 27.02, 1, 1, 'ai_sell', '2024-04-13 07:42:04', '2024-04-13 07:42:04', '2024-04-13 08:43:03'),
(740, 1802, 687, 1266, 9, 4, 8.39, 8.47, 1, 1, 'ai_sell', '2024-04-13 07:43:04', '2024-04-13 07:43:04', '2024-04-13 08:44:02'),
(741, 1802, 688, 1017, 1, 4, 2.32, 2.34, 1, 1, 'ai_sell', '2024-04-13 07:43:04', '2024-04-13 07:43:04', '2024-04-13 08:44:02'),
(742, 1747, 689, 1842, 1, NULL, 1.00, 1.03, 21, 1, 'manual_sell', '2024-04-13 07:47:58', '2024-04-13 07:47:58', '2024-04-13 08:48:03'),
(743, 1747, 690, 1640, 1, NULL, 1.00, 1.03, 21, 1, 'manual_sell', '2024-04-13 07:49:46', '2024-04-13 07:49:46', '2024-04-13 08:50:03'),
(744, 1802, 699, 2611, 9, 3, 9.96, 10.05, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:03'),
(745, 1802, 700, 4784, 6, 3, 21.92, 22.12, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:04'),
(746, 1802, 701, 349, 6, 3, 24.71, 24.93, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:04'),
(747, 1802, 702, 5783, 9, 3, 26.22, 26.46, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:04'),
(748, 1802, 703, 3344, 1, 3, 31.79, 32.08, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:04'),
(749, 1802, 704, 5554, 3, 3, 5.48, 5.53, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:04'),
(750, 1802, 705, 1844, 9, 3, 0.32, 0.32, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:04'),
(751, 1802, 706, 1827, 9, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-14 08:46:03', '2024-04-14 08:46:03', '2024-04-14 09:47:04'),
(752, 1802, 707, 417, 3, 4, 45.89, 46.30, 1, 1, 'ai_sell', '2024-04-14 08:55:05', '2024-04-14 08:55:05', '2024-04-14 09:56:02'),
(753, 1802, 708, 5060, 6, 4, 5.09, 5.14, 1, 1, 'ai_sell', '2024-04-14 08:55:05', '2024-04-14 08:55:05', '2024-04-14 09:56:02'),
(754, 1802, 709, 1459, 9, 4, 5.29, 5.34, 1, 1, 'ai_sell', '2024-04-14 08:55:05', '2024-04-14 08:55:05', '2024-04-14 09:56:02'),
(755, 1802, 710, 1740, 3, 4, 3.15, 3.18, 1, 1, 'ai_sell', '2024-04-14 08:55:05', '2024-04-14 08:55:05', '2024-04-14 09:56:02'),
(756, 1802, 711, 1844, 1, 4, 0.32, 0.32, 1, 1, 'ai_sell', '2024-04-14 08:55:05', '2024-04-14 08:55:05', '2024-04-14 09:56:02'),
(757, 1802, 712, 1894, 6, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-14 08:55:05', '2024-04-14 08:55:05', '2024-04-14 09:56:03'),
(758, 1802, 713, 803, 9, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-14 08:55:05', '2024-04-14 08:55:05', '2024-04-14 09:56:03'),
(759, 1747, 691, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-14 09:19:46', '2024-04-14 09:19:46', '2024-04-14 10:20:03'),
(760, 1747, 692, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-14 09:20:27', '2024-04-14 09:20:27', '2024-04-14 10:21:03'),
(761, 1747, 693, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-14 09:20:55', '2024-04-14 09:20:55', '2024-04-14 10:21:03'),
(762, 1747, 714, 1640, 1, NULL, 1.00, 1.03, 43, 1, 'manual_sell', '2024-04-14 09:21:21', '2024-04-14 09:21:21', '2024-04-14 10:22:02'),
(763, 1747, 698, 1842, 1, NULL, 1.00, 1.03, 16, 1, 'manual_sell', '2024-04-14 09:21:46', '2024-04-14 09:21:46', '2024-04-14 10:22:03'),
(764, 1747, 694, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-14 09:22:38', '2024-04-14 09:22:38', '2024-04-14 10:23:02'),
(765, 1747, 695, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-14 09:23:19', '2024-04-14 09:23:19', '2024-04-14 10:24:02'),
(766, 1747, 696, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-14 09:24:04', '2024-04-14 09:24:04', '2024-04-14 10:25:04'),
(767, 1747, 697, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-04-14 09:24:49', '2024-04-14 09:24:49', '2024-04-14 10:25:05'),
(768, 1802, 715, 591, 6, 3, 10.30, 10.39, 1, 1, 'ai_sell', '2024-04-15 09:58:07', '2024-04-15 09:58:07', '2024-04-15 10:59:04'),
(769, 1802, 716, 5297, 9, 3, 101.00, 101.91, 1, 1, 'ai_sell', '2024-04-15 09:58:07', '2024-04-15 09:58:07', '2024-04-15 10:59:05'),
(770, 1802, 717, 748, 9, 3, 9.27, 9.35, 1, 1, 'ai_sell', '2024-04-15 09:58:07', '2024-04-15 09:58:07', '2024-04-15 10:59:05'),
(771, 1802, 718, 1662, 9, 3, 0.92, 0.93, 1, 1, 'ai_sell', '2024-04-15 09:58:07', '2024-04-15 09:58:07', '2024-04-15 10:59:05'),
(772, 1802, 719, 1894, 1, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-15 09:58:07', '2024-04-15 09:58:07', '2024-04-15 10:59:05'),
(773, 1802, 720, 2460, 3, 4, 9.24, 9.32, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:02'),
(774, 1802, 721, 5241, 6, 4, 32.60, 32.89, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(775, 1802, 722, 6027, 1, 4, 4.55, 4.59, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(776, 1802, 723, 3122, 1, 4, 3.15, 3.18, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(777, 1802, 724, 949, 1, 4, 0.32, 0.32, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(778, 1802, 725, 5024, 6, 4, 4.19, 4.23, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(779, 1802, 726, 2121, 1, 4, 4.19, 4.23, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(780, 1802, 727, 1846, 1, 4, 1.49, 1.50, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(781, 1802, 728, 1829, 9, 4, 0.78, 0.79, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(782, 1802, 729, 1894, 3, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-15 10:07:11', '2024-04-15 10:07:11', '2024-04-15 11:08:03'),
(783, 1747, 730, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-15 10:39:34', '2024-04-15 10:39:34', '2024-04-15 11:40:03'),
(784, 1747, 731, 2608, 1, NULL, 10.00, 10.00, 10, 1, 'manual_sell', '2024-04-15 10:40:10', '2024-04-15 10:40:10', '2024-04-15 11:41:02'),
(785, 1747, 738, 1640, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-15 10:41:06', '2024-04-15 10:41:06', '2024-04-15 11:42:02'),
(786, 1747, 737, 1842, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-15 10:41:34', '2024-04-15 10:41:34', '2024-04-15 11:42:02'),
(787, 1747, 733, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-15 10:42:01', '2024-04-15 10:42:01', '2024-04-15 11:42:02'),
(788, 1747, 732, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-15 10:42:52', '2024-04-15 10:42:52', '2024-04-15 11:43:04'),
(789, 1747, 734, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-15 10:44:07', '2024-04-15 10:44:07', '2024-04-15 11:45:03'),
(790, 1747, 735, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-15 10:44:52', '2024-04-15 10:44:52', '2024-04-15 11:45:03'),
(791, 1747, 736, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-15 10:45:32', '2024-04-15 10:45:32', '2024-04-15 11:46:02'),
(792, 1802, 739, 847, 6, 3, 19.72, 19.90, 1, 1, 'ai_sell', '2024-04-16 11:10:04', '2024-04-16 11:10:04', '2024-04-16 12:11:02'),
(793, 1802, 740, 4323, 9, 3, 27.26, 27.51, 1, 1, 'ai_sell', '2024-04-16 11:10:04', '2024-04-16 11:10:04', '2024-04-16 12:11:02'),
(794, 1802, 741, 5629, 6, 3, 16.21, 16.36, 1, 1, 'ai_sell', '2024-04-16 11:10:04', '2024-04-16 11:10:04', '2024-04-16 12:11:02'),
(795, 1802, 742, 5982, 1, 3, 43.54, 43.93, 1, 1, 'ai_sell', '2024-04-16 11:11:03', '2024-04-16 11:11:03', '2024-04-16 12:12:02'),
(796, 1802, 743, 1031, 9, 3, 10.10, 10.19, 1, 1, 'ai_sell', '2024-04-16 11:11:03', '2024-04-16 11:11:03', '2024-04-16 12:12:02'),
(797, 1802, 744, 4522, 1, 3, 5.19, 5.24, 1, 1, 'ai_sell', '2024-04-16 11:11:03', '2024-04-16 11:11:03', '2024-04-16 12:12:02'),
(798, 1802, 745, 734, 1, 3, 0.23, 0.23, 1, 1, 'ai_sell', '2024-04-16 11:11:03', '2024-04-16 11:11:03', '2024-04-16 12:12:02'),
(799, 1802, 746, 1844, 6, 3, 0.32, 0.32, 1, 1, 'ai_sell', '2024-04-16 11:11:03', '2024-04-16 11:11:03', '2024-04-16 12:12:02'),
(800, 1802, 747, 803, 3, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-16 11:11:03', '2024-04-16 11:11:03', '2024-04-16 12:12:03'),
(801, 1802, 748, 4510, 3, 4, 42.53, 42.91, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(802, 1802, 749, 767, 3, 4, 3.15, 3.18, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(803, 1802, 750, 5582, 1, 4, 12.79, 12.91, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(804, 1802, 751, 1731, 1, 4, 2.08, 2.10, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(805, 1802, 752, 1811, 3, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(806, 1802, 753, 1827, 6, 4, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(807, 1802, 754, 803, 9, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(808, 1802, 755, 1894, 6, 4, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-16 11:18:26', '2024-04-16 11:18:26', '2024-04-16 12:19:19'),
(809, 1747, 761, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-16 12:05:29', '2024-04-16 12:05:29', '2024-04-16 13:06:04'),
(810, 1747, 756, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-16 12:05:58', '2024-04-16 12:05:58', '2024-04-16 13:06:04'),
(811, 1747, 757, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-16 12:06:25', '2024-04-16 12:06:25', '2024-04-16 13:07:02'),
(812, 1747, 758, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-16 12:07:04', '2024-04-16 12:07:04', '2024-04-16 13:08:02'),
(813, 1747, 759, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-16 12:08:00', '2024-04-16 12:08:00', '2024-04-16 13:08:02'),
(814, 1747, 760, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-16 12:08:39', '2024-04-16 12:08:39', '2024-04-16 13:09:03'),
(815, 1747, 762, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-16 12:09:16', '2024-04-16 12:09:16', '2024-04-16 13:10:07'),
(816, 1747, 764, 1842, 1, NULL, 1.00, 1.03, 15, 1, 'manual_sell', '2024-04-16 12:09:43', '2024-04-16 12:09:43', '2024-04-16 13:10:07'),
(817, 1747, 763, 3394, 1, NULL, 24.99, 25.73, 1, 1, 'manual_sell', '2024-04-16 12:10:45', '2024-04-16 12:10:45', '2024-04-16 13:11:08'),
(818, 1747, 765, 1640, 1, NULL, 1.00, 1.03, 15, 1, 'manual_sell', '2024-04-16 12:11:11', '2024-04-16 12:11:11', '2024-04-16 13:12:20'),
(819, 1802, 766, 4582, 3, 3, 15.30, 15.44, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:04'),
(820, 1802, 767, 4593, 1, 3, 31.50, 31.78, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:04'),
(821, 1802, 768, 2186, 1, 3, 52.41, 52.88, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:05'),
(822, 1802, 769, 593, 1, 3, 15.45, 15.59, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:05'),
(823, 1802, 770, 1955, 9, 3, 3.54, 3.57, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:05'),
(824, 1802, 771, 299, 3, 3, 2.69, 2.71, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:05'),
(825, 1802, 772, 1662, 1, 3, 0.94, 0.95, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:05'),
(826, 1802, 773, 949, 3, 3, 0.32, 0.32, 1, 1, 'ai_sell', '2024-04-17 12:24:05', '2024-04-17 12:24:05', '2024-04-17 13:25:06'),
(827, 1802, 774, 642, 6, 3, 1.06, 1.07, 1, 1, 'ai_sell', '2024-04-17 12:24:06', '2024-04-17 12:24:06', '2024-04-17 13:25:06'),
(828, 1802, 775, 803, 3, 3, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-17 12:24:06', '2024-04-17 12:24:06', '2024-04-17 13:25:06'),
(829, 1802, 776, 1844, 1, 3, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-17 12:24:06', '2024-04-17 12:24:06', '2024-04-17 13:25:06'),
(830, 1802, 777, 1827, 1, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-17 12:24:06', '2024-04-17 12:24:06', '2024-04-17 13:25:06'),
(831, 1802, 778, 2053, 3, 4, 29.15, 29.41, 1, 1, 'ai_sell', '2024-04-17 12:31:04', '2024-04-17 12:31:04', '2024-04-17 13:32:02'),
(832, 1802, 779, 1808, 6, 4, 31.20, 31.48, 1, 1, 'ai_sell', '2024-04-17 12:31:04', '2024-04-17 12:31:04', '2024-04-17 13:32:02'),
(833, 1802, 780, 2023, 3, 4, 1.05, 1.06, 1, 1, 'ai_sell', '2024-04-17 12:31:04', '2024-04-17 12:31:04', '2024-04-17 13:32:02'),
(834, 1802, 781, 803, 9, 4, 0.20, 0.20, 1, 1, 'ai_sell', '2024-04-17 12:31:04', '2024-04-17 12:31:04', '2024-04-17 13:32:03'),
(835, 1802, 782, 734, 3, 4, 0.23, 0.23, 1, 1, 'ai_sell', '2024-04-17 12:31:04', '2024-04-17 12:31:04', '2024-04-17 13:32:03'),
(836, 1747, 783, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-17 13:31:07', '2024-04-17 13:31:07', '2024-04-17 14:32:02'),
(837, 1747, 784, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-17 13:31:45', '2024-04-17 13:31:45', '2024-04-17 14:32:04'),
(838, 1747, 785, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-17 13:32:40', '2024-04-17 13:32:40', '2024-04-17 14:33:04'),
(839, 1747, 786, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-17 13:33:23', '2024-04-17 13:33:23', '2024-04-17 14:34:02'),
(840, 1747, 787, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-17 13:34:10', '2024-04-17 13:34:10', '2024-04-17 14:35:04'),
(841, 1747, 788, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-17 13:34:34', '2024-04-17 13:34:34', '2024-04-17 14:35:04'),
(842, 1747, 789, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-17 13:35:15', '2024-04-17 13:35:15', '2024-04-17 14:36:03'),
(843, 1747, 791, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-17 13:35:43', '2024-04-17 13:35:43', '2024-04-17 14:36:03'),
(844, 1747, 790, 3394, 1, NULL, 24.99, 25.73, 2, 1, 'manual_sell', '2024-04-17 13:36:39', '2024-04-17 13:36:39', '2024-04-17 14:37:03'),
(845, 1747, 792, 1640, 1, NULL, 1.00, 1.03, 13, 1, 'manual_sell', '2024-04-17 13:37:34', '2024-04-17 13:37:34', '2024-04-17 14:38:03'),
(846, 1802, 793, 56, 9, 3, 7.21, 7.27, 1, 1, 'ai_sell', '2024-04-18 13:37:06', '2024-04-18 13:37:06', '2024-04-18 14:38:03'),
(847, 1802, 794, 4819, 9, 3, 16.15, 16.30, 1, 1, 'ai_sell', '2024-04-18 13:37:07', '2024-04-18 13:37:07', '2024-04-18 14:38:05'),
(848, 1802, 795, 1535, 6, 3, 48.08, 48.51, 1, 1, 'ai_sell', '2024-04-18 13:37:07', '2024-04-18 13:37:07', '2024-04-18 14:38:05'),
(849, 1802, 796, 5373, 1, 3, 50.47, 50.92, 1, 1, 'ai_sell', '2024-04-18 13:37:07', '2024-04-18 13:37:07', '2024-04-18 14:38:05'),
(850, 1802, 797, 4687, 6, 3, 2.73, 2.75, 1, 1, 'ai_sell', '2024-04-18 13:37:07', '2024-04-18 13:37:07', '2024-04-18 14:38:05'),
(851, 1802, 798, 949, 6, 3, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-18 13:37:07', '2024-04-18 13:37:07', '2024-04-18 14:38:05'),
(852, 1802, 799, 4313, 3, 4, 50.49, 50.94, 1, 1, 'ai_sell', '2024-04-18 13:43:05', '2024-04-18 13:43:05', '2024-04-18 14:44:03'),
(853, 1802, 800, 3586, 6, 4, 5.76, 5.81, 1, 1, 'ai_sell', '2024-04-18 13:43:05', '2024-04-18 13:43:05', '2024-04-18 14:44:03'),
(854, 1802, 801, 4906, 9, 4, 3.14, 3.17, 1, 1, 'ai_sell', '2024-04-18 13:43:05', '2024-04-18 13:43:05', '2024-04-18 14:44:03'),
(855, 1802, 802, 1842, 1, 4, 1.04, 1.05, 1, 1, 'ai_sell', '2024-04-18 13:43:05', '2024-04-18 13:43:05', '2024-04-18 14:44:03'),
(856, 1802, 803, 5670, 6, 4, 1.92, 1.94, 1, 1, 'ai_sell', '2024-04-18 13:43:05', '2024-04-18 13:43:05', '2024-04-18 14:44:03'),
(857, 1747, 804, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-18 15:14:50', '2024-04-18 15:14:50', '2024-04-18 16:15:04'),
(858, 1747, 805, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-18 15:15:28', '2024-04-18 15:15:28', '2024-04-18 16:16:03'),
(859, 1747, 806, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-18 15:16:14', '2024-04-18 15:16:14', '2024-04-18 16:17:03'),
(860, 1747, 807, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-18 15:16:46', '2024-04-18 15:16:46', '2024-04-18 16:17:03'),
(861, 1747, 808, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-18 15:17:19', '2024-04-18 15:17:19', '2024-04-18 16:18:02'),
(862, 1747, 809, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-18 15:17:44', '2024-04-18 15:17:44', '2024-04-18 16:18:02'),
(863, 1747, 810, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-18 15:18:23', '2024-04-18 15:18:23', '2024-04-18 16:19:02'),
(864, 1747, 811, 3394, 1, NULL, 24.99, 25.73, 3, 1, 'manual_sell', '2024-04-18 15:19:08', '2024-04-18 15:19:08', '2024-04-18 16:20:03'),
(865, 1747, 812, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-18 15:19:33', '2024-04-18 15:19:33', '2024-04-18 16:20:03'),
(866, 1747, 813, 1640, 1, NULL, 1.00, 1.03, 6, 1, 'manual_sell', '2024-04-18 15:20:01', '2024-04-18 15:20:01', '2024-04-18 16:20:03'),
(867, 1802, 814, 1782, 1, 3, 48.48, 48.92, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:03'),
(868, 1802, 815, 1160, 3, 3, 4.60, 4.64, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(869, 1802, 816, 5709, 3, 3, 12.30, 12.41, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(870, 1802, 817, 2463, 6, 3, 3.09, 3.12, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(871, 1802, 818, 3699, 6, 3, 56.65, 57.16, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(872, 1802, 819, 1844, 1, 3, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(873, 1802, 820, 803, 1, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(874, 1802, 821, 1811, 9, 3, 0.21, 0.21, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(875, 1802, 822, 734, 6, 3, 0.23, 0.23, 1, 1, 'ai_sell', '2024-04-19 14:50:06', '2024-04-19 14:50:06', '2024-04-19 15:51:04'),
(876, 1802, 823, 2189, 6, 4, 21.00, 21.19, 1, 1, 'ai_sell', '2024-04-19 14:55:04', '2024-04-19 14:55:04', '2024-04-19 15:55:04'),
(877, 1802, 824, 1198, 3, 4, 2.34, 2.36, 1, 1, 'ai_sell', '2024-04-19 14:55:04', '2024-04-19 14:55:04', '2024-04-19 15:55:04'),
(878, 1802, 825, 1133, 3, 4, 25.25, 25.48, 1, 1, 'ai_sell', '2024-04-19 14:55:04', '2024-04-19 14:55:04', '2024-04-19 15:55:04'),
(879, 1802, 826, 6064, 1, 4, 6.62, 6.68, 1, 1, 'ai_sell', '2024-04-19 14:55:04', '2024-04-19 14:55:04', '2024-04-19 15:55:04'),
(880, 1802, 827, 4380, 1, 4, 5.09, 5.14, 1, 1, 'ai_sell', '2024-04-19 14:55:04', '2024-04-19 14:55:04', '2024-04-19 15:55:05'),
(881, 1802, 828, 4704, 1, 4, 1.33, 1.34, 1, 1, 'ai_sell', '2024-04-19 14:55:05', '2024-04-19 14:55:05', '2024-04-19 15:56:03'),
(882, 1802, 829, 1818, 1, 4, 1.01, 1.02, 1, 1, 'ai_sell', '2024-04-19 14:55:05', '2024-04-19 14:55:05', '2024-04-19 15:56:03'),
(883, 1802, 830, 1844, 9, 4, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-19 14:55:05', '2024-04-19 14:55:05', '2024-04-19 15:56:03'),
(884, 1747, 831, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-19 16:51:19', '2024-04-19 16:51:19', '2024-04-19 17:52:03'),
(885, 1747, 832, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-19 16:51:49', '2024-04-19 16:51:49', '2024-04-19 17:52:04'),
(886, 1747, 833, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-19 16:53:59', '2024-04-19 16:53:59', '2024-04-19 17:54:03'),
(887, 1747, 834, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-19 16:55:16', '2024-04-19 16:55:16', '2024-04-19 17:56:02'),
(888, 1747, 835, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-19 16:56:19', '2024-04-19 16:56:19', '2024-04-19 17:57:03'),
(889, 1747, 836, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-19 17:00:22', '2024-04-19 17:00:22', '2024-04-19 18:01:02'),
(890, 1747, 837, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-19 17:01:06', '2024-04-19 17:01:06', '2024-04-19 18:02:03'),
(891, 1747, 838, 3394, 1, NULL, 24.99, 25.73, 3, 1, 'manual_sell', '2024-04-19 17:01:53', '2024-04-19 17:01:53', '2024-04-19 18:02:03'),
(892, 1747, 839, 1842, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-19 17:02:27', '2024-04-19 17:02:27', '2024-04-19 18:03:03'),
(893, 1747, 840, 1640, 1, NULL, 1.00, 1.03, 15, 1, 'manual_sell', '2024-04-19 17:04:36', '2024-04-19 17:04:36', '2024-04-19 18:05:04'),
(894, 1802, 841, 1914, 9, 3, 62.75, 63.31, 1, 1, 'ai_sell', '2024-04-20 16:01:06', '2024-04-20 16:01:06', '2024-04-20 17:02:02'),
(895, 1802, 842, 2201, 3, 3, 21.57, 21.76, 1, 1, 'ai_sell', '2024-04-20 16:01:06', '2024-04-20 16:01:06', '2024-04-20 17:02:03'),
(896, 1802, 843, 5730, 9, 3, 26.50, 26.74, 1, 1, 'ai_sell', '2024-04-20 16:01:06', '2024-04-20 16:01:06', '2024-04-20 17:02:03'),
(897, 1802, 844, 2829, 1, 3, 11.12, 11.22, 1, 1, 'ai_sell', '2024-04-20 16:01:06', '2024-04-20 16:01:06', '2024-04-20 17:02:03'),
(898, 1802, 845, 3403, 3, 3, 5.19, 5.24, 1, 1, 'ai_sell', '2024-04-20 16:01:06', '2024-04-20 16:01:06', '2024-04-20 17:02:03'),
(899, 1802, 846, 1827, 6, 3, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-20 16:01:06', '2024-04-20 16:01:06', '2024-04-20 17:02:03'),
(900, 1802, 847, 1813, 3, 4, 3.06, 3.09, 1, 1, 'ai_sell', '2024-04-20 16:07:04', '2024-04-20 16:07:04', '2024-04-20 17:08:02'),
(901, 1802, 848, 5804, 9, 4, 30.89, 31.17, 1, 1, 'ai_sell', '2024-04-20 16:07:04', '2024-04-20 16:07:04', '2024-04-20 17:08:03'),
(902, 1802, 849, 41, 9, 4, 18.18, 18.34, 1, 1, 'ai_sell', '2024-04-20 16:07:04', '2024-04-20 16:07:04', '2024-04-20 17:08:03'),
(903, 1802, 850, 3730, 9, 4, 6.96, 7.02, 1, 1, 'ai_sell', '2024-04-20 16:07:04', '2024-04-20 16:07:04', '2024-04-20 17:08:03'),
(904, 1802, 851, 5759, 1, 4, 3.95, 3.99, 1, 1, 'ai_sell', '2024-04-20 16:07:04', '2024-04-20 16:07:04', '2024-04-20 17:08:03'),
(905, 1802, 852, 1844, 9, 4, 0.31, 0.31, 1, 1, 'ai_sell', '2024-04-20 16:07:04', '2024-04-20 16:07:04', '2024-04-20 17:08:03'),
(906, 1802, 853, 1827, 9, 4, 0.12, 0.12, 1, 1, 'ai_sell', '2024-04-20 16:07:04', '2024-04-20 16:07:04', '2024-04-20 17:08:03'),
(907, 1747, 854, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-20 19:05:56', '2024-04-20 19:05:56', '2024-04-20 20:06:13'),
(908, 1747, 855, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-20 19:06:28', '2024-04-20 19:06:28', '2024-04-20 20:07:08'),
(909, 1747, 856, 1177, 1, NULL, 5.77, 5.94, 10, 1, 'manual_sell', '2024-04-20 19:07:13', '2024-04-20 19:07:13', '2024-04-20 20:08:03'),
(910, 1747, 857, 3264, 1, NULL, 6.79, 6.99, 10, 1, 'manual_sell', '2024-04-20 19:08:13', '2024-04-20 19:08:13', '2024-04-20 20:09:03'),
(911, 1747, 858, 619, 1, NULL, 4.00, 4.12, 10, 1, 'manual_sell', '2024-04-20 19:09:04', '2024-04-20 19:09:04', '2024-04-20 20:10:03'),
(912, 1747, 859, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-20 19:10:00', '2024-04-20 19:10:00', '2024-04-20 20:10:03'),
(913, 1747, 860, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-20 19:10:47', '2024-04-20 19:10:47', '2024-04-20 20:11:03'),
(914, 1747, 861, 1842, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-20 19:11:16', '2024-04-20 19:11:16', '2024-04-20 20:12:03'),
(915, 1747, 862, 1956, 1, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-04-20 19:11:45', '2024-04-20 19:11:45', '2024-04-20 20:12:03'),
(916, 1747, 863, 1640, 1, NULL, 1.00, 1.03, 8, 1, 'manual_sell', '2024-04-20 19:12:53', '2024-04-20 19:12:53', '2024-04-20 20:13:02'),
(917, 1747, 884, 1640, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-21 20:46:21', '2024-04-21 20:46:21', '2024-04-21 21:47:09'),
(918, 1747, 883, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-21 20:46:51', '2024-04-21 20:46:51', '2024-04-21 21:47:10'),
(919, 1747, 877, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-21 20:47:39', '2024-04-21 20:47:39', '2024-04-21 21:48:05'),
(920, 1747, 878, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-21 20:48:24', '2024-04-21 20:48:24', '2024-04-21 21:49:02'),
(921, 1747, 879, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-21 20:48:48', '2024-04-21 20:48:48', '2024-04-21 21:49:03'),
(922, 1747, 880, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-21 20:49:12', '2024-04-21 20:49:12', '2024-04-21 21:50:03'),
(923, 1747, 881, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-21 20:49:44', '2024-04-21 20:49:44', '2024-04-21 21:50:03'),
(924, 1747, 882, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-04-21 20:50:29', '2024-04-21 20:50:29', '2024-04-21 21:51:03'),
(925, 1747, 885, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-23 03:43:29', '2024-04-23 03:43:29', '2024-04-23 04:44:02'),
(926, 1747, 886, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-23 03:44:44', '2024-04-23 03:44:44', '2024-04-23 04:45:03'),
(927, 1747, 887, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-23 03:45:40', '2024-04-23 03:45:40', '2024-04-23 04:46:03'),
(928, 1747, 888, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-23 03:46:23', '2024-04-23 03:46:23', '2024-04-23 04:47:02'),
(929, 1747, 889, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-23 03:46:58', '2024-04-23 03:46:58', '2024-04-23 04:47:02'),
(930, 1747, 891, 1640, 1, NULL, 1.00, 1.03, 5, 1, 'manual_sell', '2024-04-23 03:47:36', '2024-04-23 03:47:36', '2024-04-23 04:48:02'),
(931, 1747, 890, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-23 03:48:33', '2024-04-23 03:48:33', '2024-04-23 04:49:05'),
(932, 1747, 892, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-24 04:54:03', '2024-04-24 04:54:03', '2024-04-24 05:54:04'),
(933, 1747, 893, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-24 04:55:04', '2024-04-24 04:55:04', '2024-04-24 05:56:02'),
(934, 1747, 894, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-24 04:55:43', '2024-04-24 04:55:43', '2024-04-24 05:56:02'),
(935, 1747, 895, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-24 04:56:18', '2024-04-24 04:56:18', '2024-04-24 05:57:02'),
(936, 1747, 896, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-24 04:56:47', '2024-04-24 04:56:47', '2024-04-24 05:57:02'),
(937, 1747, 897, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-24 04:59:01', '2024-04-24 04:59:01', '2024-04-24 05:59:03'),
(938, 1747, 898, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-24 04:59:24', '2024-04-24 04:59:24', '2024-04-24 06:00:04'),
(939, 1747, 899, 1640, 1, NULL, 1.00, 1.03, 16, 1, 'manual_sell', '2024-04-24 04:59:59', '2024-04-24 04:59:59', '2024-04-24 06:00:04'),
(940, 1747, 900, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-25 06:05:32', '2024-04-25 06:05:32', '2024-04-25 07:06:02'),
(941, 1747, 901, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-25 06:05:59', '2024-04-25 06:05:59', '2024-04-25 07:06:04'),
(942, 1747, 902, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-25 06:06:47', '2024-04-25 06:06:47', '2024-04-25 07:07:02'),
(943, 1747, 903, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-25 06:07:57', '2024-04-25 06:07:57', '2024-04-25 07:08:02'),
(944, 1747, 904, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-25 06:09:33', '2024-04-25 06:09:33', '2024-04-25 07:10:04'),
(945, 1747, 905, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-25 06:10:54', '2024-04-25 06:10:54', '2024-04-25 07:11:03'),
(946, 1747, 906, 1842, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-25 06:11:38', '2024-04-25 06:11:38', '2024-04-25 07:12:02'),
(947, 1747, 907, 1640, 1, NULL, 1.00, 1.03, 28, 1, 'manual_sell', '2024-04-25 06:12:39', '2024-04-25 06:12:39', '2024-04-25 07:13:02'),
(948, 1747, 908, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-26 07:31:21', '2024-04-26 07:31:21', '2024-04-26 08:32:03'),
(949, 1747, 909, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-26 07:32:25', '2024-04-26 07:32:25', '2024-04-26 08:33:02'),
(950, 1747, 910, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-26 07:32:51', '2024-04-26 07:32:51', '2024-04-26 08:33:02'),
(951, 1747, 916, 1956, 1, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-04-26 07:33:17', '2024-04-26 07:33:17', '2024-04-26 08:34:03'),
(952, 1747, 911, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-26 07:33:39', '2024-04-26 07:33:39', '2024-04-26 08:34:04'),
(953, 1747, 915, 1842, 1, NULL, 1.00, 1.03, 21, 1, 'manual_sell', '2024-04-26 07:34:10', '2024-04-26 07:34:10', '2024-04-26 08:35:03'),
(954, 1747, 912, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-26 07:34:35', '2024-04-26 07:34:35', '2024-04-26 08:35:03'),
(955, 1747, 913, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-04-26 07:35:23', '2024-04-26 07:35:23', '2024-04-26 08:36:02'),
(956, 1747, 914, 1640, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-26 07:35:45', '2024-04-26 07:35:45', '2024-04-26 08:36:02'),
(957, 1747, 917, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-27 08:41:04', '2024-04-27 08:41:04', '2024-04-27 09:42:02'),
(958, 1747, 918, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-27 08:42:03', '2024-04-27 08:42:03', '2024-04-27 09:43:02'),
(959, 1747, 919, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-27 08:42:32', '2024-04-27 08:42:32', '2024-04-27 09:43:03'),
(960, 1747, 920, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-27 08:44:32', '2024-04-27 08:44:32', '2024-04-27 09:45:03'),
(961, 1747, 921, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-04-27 08:45:08', '2024-04-27 08:45:08', '2024-04-27 09:46:02'),
(962, 1747, 922, 2166, 1, NULL, 36.00, 37.08, 3, 1, 'manual_sell', '2024-04-27 08:45:54', '2024-04-27 08:45:54', '2024-04-27 09:46:02'),
(963, 1747, 923, 1640, 1, NULL, 1.00, 1.03, 4, 1, 'manual_sell', '2024-04-27 08:48:50', '2024-04-27 08:48:50', '2024-04-27 09:49:02'),
(964, 1747, 929, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-28 10:10:20', '2024-04-28 10:10:20', '2024-04-28 11:11:03'),
(965, 1747, 924, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-28 10:10:53', '2024-04-28 10:10:53', '2024-04-28 11:11:03'),
(966, 1747, 925, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-28 10:11:20', '2024-04-28 10:11:20', '2024-04-28 11:12:02'),
(967, 1747, 927, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-04-28 10:11:58', '2024-04-28 10:11:58', '2024-04-28 11:12:02'),
(968, 1747, 926, 2166, 1, NULL, 36.00, 37.08, 3, 1, 'manual_sell', '2024-04-28 10:12:54', '2024-04-28 10:12:54', '2024-04-28 11:13:02'),
(969, 1747, 930, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-04-28 10:13:37', '2024-04-28 10:13:37', '2024-04-28 11:14:03'),
(970, 1747, 928, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-28 10:14:26', '2024-04-28 10:14:26', '2024-04-28 11:15:03'),
(971, 1747, 931, 1640, 1, NULL, 1.00, 1.03, 18, 1, 'manual_sell', '2024-04-28 10:15:03', '2024-04-28 10:15:03', '2024-04-28 11:15:03'),
(972, 1747, 938, 1935, 1, NULL, 55.00, 56.65, 1, 1, 'manual_sell', '2024-04-29 11:45:39', '2024-04-29 11:45:39', '2024-04-29 12:46:03'),
(973, 1747, 932, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-29 11:46:09', '2024-04-29 11:46:09', '2024-04-29 12:47:03'),
(974, 1747, 933, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-29 11:46:36', '2024-04-29 11:46:36', '2024-04-29 12:47:03'),
(975, 1747, 934, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-04-29 11:47:09', '2024-04-29 11:47:09', '2024-04-29 12:48:03'),
(976, 1747, 935, 2166, 1, NULL, 36.00, 37.08, 3, 1, 'manual_sell', '2024-04-29 11:48:18', '2024-04-29 11:48:18', '2024-04-29 12:49:02'),
(977, 1747, 936, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-29 11:49:01', '2024-04-29 11:49:01', '2024-04-29 12:49:02'),
(978, 1747, 937, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-29 11:49:43', '2024-04-29 11:49:43', '2024-04-29 12:50:04'),
(979, 1747, 939, 1842, 1, NULL, 1.00, 1.03, 25, 1, 'manual_sell', '2024-04-29 11:50:12', '2024-04-29 11:50:12', '2024-04-29 12:51:02'),
(980, 1747, 940, 1640, 1, NULL, 1.00, 1.03, 28, 1, 'manual_sell', '2024-04-29 11:50:51', '2024-04-29 11:50:51', '2024-04-29 12:51:02'),
(981, 1747, 948, 1640, 1, NULL, 1.00, 1.03, 23, 1, 'manual_sell', '2024-04-30 13:06:06', '2024-04-30 13:06:06', '2024-04-30 14:07:03'),
(982, 1747, 947, 1842, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-04-30 13:06:39', '2024-04-30 13:06:39', '2024-04-30 14:07:03'),
(983, 1747, 941, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-04-30 13:07:09', '2024-04-30 13:07:09', '2024-04-30 14:08:02'),
(984, 1747, 942, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-04-30 13:07:34', '2024-04-30 13:07:34', '2024-04-30 14:08:02'),
(985, 1747, 943, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-04-30 13:08:05', '2024-04-30 13:08:05', '2024-04-30 14:09:02'),
(986, 1747, 944, 2166, 1, NULL, 36.00, 37.08, 4, 1, 'manual_sell', '2024-04-30 13:08:55', '2024-04-30 13:08:55', '2024-04-30 14:09:02'),
(987, 1747, 945, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-04-30 13:09:36', '2024-04-30 13:09:36', '2024-04-30 14:10:03'),
(988, 1747, 946, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-04-30 13:10:21', '2024-04-30 13:10:21', '2024-04-30 14:11:02'),
(989, 1747, 949, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-05-01 14:34:27', '2024-05-01 14:34:27', '2024-05-01 15:35:04'),
(990, 1747, 950, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-01 14:34:52', '2024-05-01 14:34:52', '2024-05-01 15:35:06'),
(991, 1747, 951, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-05-01 14:35:44', '2024-05-01 14:35:44', '2024-05-01 15:36:02'),
(992, 1747, 952, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-05-01 14:36:22', '2024-05-01 14:36:22', '2024-05-01 15:37:03'),
(993, 1747, 953, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-05-01 14:36:47', '2024-05-01 14:36:47', '2024-05-01 15:37:03'),
(994, 1747, 954, 2166, 1, NULL, 36.00, 37.08, 4, 1, 'manual_sell', '2024-05-01 14:37:40', '2024-05-01 14:37:40', '2024-05-01 15:38:03'),
(995, 1747, 955, 1842, 1, NULL, 1.00, 1.03, 30, 1, 'manual_sell', '2024-05-01 14:38:08', '2024-05-01 14:38:08', '2024-05-01 15:39:03'),
(996, 1747, 956, 1956, 1, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-01 14:38:32', '2024-05-01 14:38:32', '2024-05-01 15:39:03'),
(997, 1747, 957, 1640, 1, NULL, 1.00, 1.03, 9, 1, 'manual_sell', '2024-05-01 14:39:01', '2024-05-01 14:39:01', '2024-05-01 15:39:03'),
(998, 1747, 958, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-05-02 16:11:44', '2024-05-02 16:11:44', '2024-05-02 17:12:03'),
(999, 1747, 959, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-02 16:12:21', '2024-05-02 16:12:21', '2024-05-02 17:13:15'),
(1000, 1747, 962, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-05-02 16:13:12', '2024-05-02 16:13:12', '2024-05-02 17:13:15'),
(1001, 1747, 964, 1956, 1, NULL, 10.07, 10.37, 1, 1, 'manual_sell', '2024-05-02 16:13:44', '2024-05-02 16:13:44', '2024-05-02 17:14:04'),
(1002, 1747, 965, 1640, 1, NULL, 1.00, 1.03, 30, 1, 'manual_sell', '2024-05-02 16:14:09', '2024-05-02 16:14:09', '2024-05-02 17:15:18'),
(1003, 1747, 966, 1842, 1, NULL, 1.00, 1.03, 21, 1, 'manual_sell', '2024-05-02 16:14:33', '2024-05-02 16:14:33', '2024-05-02 17:15:18'),
(1004, 1747, 960, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-05-02 16:15:11', '2024-05-02 16:15:11', '2024-05-02 17:15:18'),
(1005, 1747, 961, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-05-02 16:15:40', '2024-05-02 16:15:40', '2024-05-02 17:16:05'),
(1006, 1747, 963, 2166, 1, NULL, 36.00, 37.08, 5, 1, 'manual_sell', '2024-05-02 16:16:10', '2024-05-02 16:16:10', '2024-05-02 17:17:03'),
(1007, 1798, 967, 3225, 1, NULL, 2.62, 2.76, 4, 2, 'manual_sell', '2024-05-03 16:29:41', '2024-05-03 16:29:41', '2024-05-03 17:30:03'),
(1008, 1798, 968, 3593, 1, NULL, 5.57, 5.79, 1, 2, 'manual_sell', '2024-05-03 16:32:55', '2024-05-03 16:32:55', '2024-05-03 17:33:02'),
(1009, 1798, 969, 2121, 1, NULL, 6.15, 6.40, 2, 2, 'manual_sell', '2024-05-03 16:35:52', '2024-05-03 16:35:52', '2024-05-03 17:36:01'),
(1010, 1798, 970, 1953, 1, NULL, 5.00, 5.20, 1, 2, 'manual_sell', '2024-05-03 16:37:21', '2024-05-03 16:37:21', '2024-05-03 17:38:02'),
(1011, 1798, 971, 1015, 9, NULL, 4.89, 5.20, 2, 2, 'manual_sell', '2024-05-03 16:40:29', '2024-05-03 16:40:29', '2024-05-03 17:41:03'),
(1012, 1798, 972, 634, 9, NULL, 2.00, 2.12, 2, 2, 'manual_sell', '2024-05-03 16:42:17', '2024-05-03 16:42:17', '2024-05-03 17:43:13'),
(1013, 1798, 973, 3271, 9, NULL, 3.70, 3.90, 1, 2, 'manual_sell', '2024-05-03 16:44:05', '2024-05-03 16:44:05', '2024-05-03 17:45:03'),
(1014, 1747, 974, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-05-03 17:59:24', '2024-05-03 17:59:24', '2024-05-03 19:00:02'),
(1015, 1747, 975, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-03 18:03:12', '2024-05-03 18:03:12', '2024-05-03 19:04:02'),
(1016, 1747, 978, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-05-03 18:03:57', '2024-05-03 18:03:58', '2024-05-03 19:04:02'),
(1017, 1747, 980, 1956, 1, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-03 18:04:26', '2024-05-03 18:04:26', '2024-05-03 19:05:03'),
(1018, 1747, 981, 1640, 1, NULL, 1.00, 1.03, 1, 1, 'manual_sell', '2024-05-03 18:04:51', '2024-05-03 18:04:51', '2024-05-03 19:05:03'),
(1019, 1747, 977, 2926, 1, NULL, 80.00, 82.40, 3, 1, 'manual_sell', '2024-05-03 18:05:33', '2024-05-03 18:05:33', '2024-05-03 19:06:03'),
(1020, 1747, 976, 2916, 1, NULL, 86.00, 88.58, 3, 1, 'manual_sell', '2024-05-03 18:06:11', '2024-05-03 18:06:11', '2024-05-03 19:07:03'),
(1021, 1747, 979, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-05-03 18:07:55', '2024-05-03 18:07:55', '2024-05-03 19:08:03'),
(1022, 1798, 967, 3225, 5, NULL, 2.62, 2.80, 4, 2, 'manual_sell', '2024-05-03 20:18:36', '2024-05-03 20:18:36', '2024-05-03 21:19:02'),
(1023, 1798, 968, 3593, 5, NULL, 5.57, 5.80, 1, 2, 'manual_sell', '2024-05-03 20:22:26', '2024-05-03 20:22:26', '2024-05-03 21:23:02'),
(1024, 1798, 969, 2121, 5, NULL, 6.15, 6.40, 2, 2, 'manual_sell', '2024-05-03 20:25:14', '2024-05-03 20:25:14', '2024-05-03 21:26:03'),
(1025, 1798, 970, 1953, 5, NULL, 5.00, 5.20, 1, 2, 'manual_sell', '2024-05-03 20:26:47', '2024-05-03 20:26:47', '2024-05-03 21:27:03'),
(1026, 1798, 971, 1015, 5, NULL, 4.89, 5.10, 2, 2, 'manual_sell', '2024-05-03 20:28:53', '2024-05-03 20:28:53', '2024-05-03 21:29:03'),
(1027, 1798, 972, 634, 5, NULL, 2.00, 2.10, 2, 2, 'manual_sell', '2024-05-03 20:30:07', '2024-05-03 20:30:07', '2024-05-03 21:31:23'),
(1028, 1798, 973, 3271, 5, NULL, 3.70, 3.80, 1, 1, 'manual_sell', '2024-05-03 20:31:20', '2024-05-03 20:31:20', '2024-05-03 21:31:23'),
(1029, 1798, 967, 3225, 3, NULL, 2.62, 2.69, 4, 2, 'manual_sell', '2024-05-03 22:21:01', '2024-05-03 22:21:01', '2024-05-03 23:21:03'),
(1030, 1798, 968, 3593, 9, NULL, 5.57, 5.73, 1, 2, 'manual_sell', '2024-05-03 22:22:36', '2024-05-03 22:22:36', '2024-05-03 23:23:02'),
(1031, 1798, 969, 2121, 1, NULL, 6.15, 6.30, 2, 1, 'manual_sell', '2024-05-03 22:24:47', '2024-05-03 22:24:47', '2024-05-03 23:25:02'),
(1032, 1798, 970, 1953, 5, NULL, 5.00, 5.10, 1, 1, 'manual_sell', '2024-05-03 22:26:37', '2024-05-03 22:26:37', '2024-05-03 23:27:02'),
(1033, 1798, 971, 1015, 3, NULL, 4.89, 5.00, 2, 2, 'manual_sell', '2024-05-03 22:28:23', '2024-05-03 22:28:23', '2024-05-03 23:29:02'),
(1034, 1798, 972, 634, 1, NULL, 2.00, 2.06, 2, 1, 'manual_sell', '2024-05-03 22:30:04', '2024-05-03 22:30:04', '2024-05-03 23:31:03'),
(1035, 1798, 971, 1015, 1, NULL, 4.89, 5.00, 2, 1, 'manual_sell', '2024-05-04 04:15:16', '2024-05-04 04:15:16', '2024-05-04 05:16:02'),
(1036, 1798, 968, 3593, 1, NULL, 5.57, 5.70, 1, 1, 'manual_sell', '2024-05-04 04:16:39', '2024-05-04 04:16:39', '2024-05-04 05:17:02'),
(1037, 1798, 967, 3225, 1, NULL, 2.62, 2.70, 4, 2, 'manual_sell', '2024-05-04 04:18:19', '2024-05-04 04:18:19', '2024-05-04 05:19:02'),
(1038, 1798, 967, 3225, 9, NULL, 2.62, 2.70, 4, 2, 'manual_sell', '2024-05-04 05:28:23', '2024-05-04 05:28:23', '2024-05-04 06:29:09'),
(1039, 1798, 967, 3225, 1, NULL, 2.62, 2.60, 4, 1, 'manual_sell', '2024-05-04 07:10:11', '2024-05-04 07:10:11', '2024-05-04 08:11:03'),
(1040, 1747, 982, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-05-04 19:31:06', '2024-05-04 19:31:06', '2024-05-04 20:32:02'),
(1041, 1747, 983, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-04 19:31:29', '2024-05-04 19:31:29', '2024-05-04 20:32:03'),
(1042, 1747, 986, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-05-04 19:31:58', '2024-05-04 19:31:58', '2024-05-04 20:32:03'),
(1043, 1747, 988, 1956, 1, NULL, 10.07, 10.37, 2, 1, 'manual_sell', '2024-05-04 19:32:24', '2024-05-04 19:32:24', '2024-05-04 20:33:02'),
(1044, 1747, 989, 1640, 1, NULL, 1.00, 1.03, 4, 1, 'manual_sell', '2024-05-04 19:32:48', '2024-05-04 19:32:48', '2024-05-04 20:33:03'),
(1045, 1747, 984, 2916, 1, NULL, 86.00, 88.58, 3, 1, 'manual_sell', '2024-05-04 19:33:54', '2024-05-04 19:33:54', '2024-05-04 20:34:02'),
(1046, 1747, 985, 2926, 1, NULL, 80.00, 82.40, 3, 1, 'manual_sell', '2024-05-04 19:34:47', '2024-05-04 19:34:47', '2024-05-04 20:35:03'),
(1047, 1747, 987, 2166, 1, NULL, 36.00, 37.08, 3, 1, 'manual_sell', '2024-05-04 19:35:31', '2024-05-04 19:35:31', '2024-05-04 20:36:02'),
(1048, 1798, 990, 504, 1, NULL, 16.00, 16.64, 1, 2, 'manual_sell', '2024-05-05 08:30:48', '2024-05-05 08:30:48', '2024-05-05 09:31:02'),
(1049, 1798, 991, 261, 1, NULL, 21.00, 21.84, 1, 2, 'manual_sell', '2024-05-05 08:32:17', '2024-05-05 08:32:17', '2024-05-05 09:33:03'),
(1050, 1798, 990, 504, 1, NULL, 16.00, 16.48, 1, 1, 'manual_sell', '2024-05-05 09:38:57', '2024-05-05 09:38:57', '2024-05-05 10:39:02'),
(1051, 1798, 991, 261, 1, NULL, 21.00, 21.63, 1, 1, 'manual_sell', '2024-05-05 09:39:59', '2024-05-05 09:39:59', '2024-05-05 10:40:03'),
(1052, 1798, 992, 1738, 1, NULL, 2.00, 2.06, 7, 1, 'manual_sell', '2024-05-05 09:41:12', '2024-05-05 09:41:12', '2024-05-05 10:42:02'),
(1053, 1747, 993, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-05-05 20:44:30', '2024-05-05 20:44:30', '2024-05-05 21:45:03'),
(1054, 1747, 994, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-05 20:45:03', '2024-05-05 20:45:03', '2024-05-05 21:45:06'),
(1055, 1747, 997, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-05 20:45:36', '2024-05-05 20:45:36', '2024-05-05 21:46:02'),
(1056, 1747, 999, 1640, 1, NULL, 1.00, 1.03, 35, 1, 'manual_sell', '2024-05-05 20:46:09', '2024-05-05 20:46:09', '2024-05-05 21:47:03'),
(1057, 1747, 995, 2916, 1, NULL, 86.00, 88.58, 3, 1, 'manual_sell', '2024-05-05 20:46:57', '2024-05-05 20:46:57', '2024-05-05 21:47:03'),
(1058, 1747, 996, 2926, 1, NULL, 80.00, 82.40, 3, 1, 'manual_sell', '2024-05-05 20:47:43', '2024-05-05 20:47:43', '2024-05-05 21:48:02'),
(1059, 1747, 998, 2166, 1, NULL, 36.00, 37.08, 2, 1, 'manual_sell', '2024-05-05 20:48:25', '2024-05-05 20:48:25', '2024-05-05 21:49:02'),
(1060, 1798, 1000, 3978, 1, NULL, 13.00, 13.39, 2, 1, 'manual_sell', '2024-05-06 12:19:01', '2024-05-06 12:19:01', '2024-05-06 13:19:02'),
(1061, 1798, 1001, 954, 1, NULL, 21.00, 21.63, 1, 1, 'manual_sell', '2024-05-06 12:20:02', '2024-05-06 12:20:02', '2024-05-06 13:20:03'),
(1062, 1798, 1002, 2077, 1, NULL, 6.00, 6.18, 1, 1, 'manual_sell', '2024-05-06 12:20:52', '2024-05-06 12:20:52', '2024-05-06 13:21:02'),
(1063, 1798, 1003, 4644, 1, NULL, 25.00, 25.75, 2, 1, 'manual_sell', '2024-05-06 15:15:33', '2024-05-06 15:15:33', '2024-05-06 16:16:02'),
(1064, 1747, 1004, 1956, 1, NULL, 10.07, 10.37, 10, 1, 'manual_sell', '2024-05-06 22:19:34', '2024-05-06 22:19:34', '2024-05-06 23:20:03'),
(1065, 1747, 1005, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-06 22:20:00', '2024-05-06 22:20:00', '2024-05-06 23:20:05'),
(1066, 1747, 1008, 2166, 1, NULL, 36.00, 37.08, 5, 1, 'manual_sell', '2024-05-06 22:20:57', '2024-05-06 22:20:57', '2024-05-06 23:21:02'),
(1067, 1747, 1006, 2926, 1, NULL, 80.00, 82.40, 2, 1, 'manual_sell', '2024-05-06 22:21:43', '2024-05-06 22:21:43', '2024-05-06 23:22:02'),
(1068, 1747, 1007, 2916, 1, NULL, 86.00, 88.58, 2, 1, 'manual_sell', '2024-05-06 22:22:30', '2024-05-06 22:22:30', '2024-05-06 23:23:02'),
(1069, 1747, 1009, 1935, 1, NULL, 55.00, 56.65, 5, 1, 'manual_sell', '2024-05-06 22:22:56', '2024-05-06 22:22:56', '2024-05-06 23:23:02'),
(1070, 1747, 1010, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-05-06 22:23:21', '2024-05-06 22:23:21', '2024-05-06 23:24:02'),
(1071, 1747, 1011, 1956, 1, NULL, 10.07, 10.37, 1, 1, 'manual_sell', '2024-05-06 22:23:43', '2024-05-06 22:23:43', '2024-05-06 23:24:02'),
(1072, 1747, 1012, 1640, 1, NULL, 1.00, 1.03, 8, 1, 'manual_sell', '2024-05-06 22:24:11', '2024-05-06 22:24:11', '2024-05-06 23:25:03'),
(1073, 1798, 1013, 4642, 1, NULL, 26.00, 26.78, 1, 1, 'manual_sell', '2024-05-07 15:29:59', '2024-05-07 15:29:59', '2024-05-07 16:30:03'),
(1074, 1798, 1014, 38, 1, NULL, 15.00, 15.45, 2, 1, 'manual_sell', '2024-05-07 15:31:09', '2024-05-07 15:31:09', '2024-05-07 16:32:02'),
(1075, 1798, 1015, 2125, 1, NULL, 33.00, 33.99, 1, 1, 'manual_sell', '2024-05-07 16:54:57', '2024-05-07 16:54:57', '2024-05-07 17:55:04'),
(1076, 1798, 1016, 1950, 1, NULL, 18.00, 18.54, 1, 1, 'manual_sell', '2024-05-07 17:34:11', '2024-05-07 17:34:11', '2024-05-07 18:35:03'),
(1077, 1747, 1017, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-07 23:34:10', '2024-05-07 23:34:10', '2024-05-08 00:35:04'),
(1078, 1747, 1018, 2926, 1, NULL, 80.00, 82.40, 3, 1, 'manual_sell', '2024-05-07 23:35:11', '2024-05-07 23:35:11', '2024-05-08 00:36:02'),
(1079, 1747, 1019, 2916, 1, NULL, 86.00, 88.58, 3, 1, 'manual_sell', '2024-05-07 23:36:05', '2024-05-07 23:36:05', '2024-05-08 00:37:03'),
(1080, 1747, 1020, 2166, 1, NULL, 36.00, 37.08, 4, 1, 'manual_sell', '2024-05-07 23:37:15', '2024-05-07 23:37:15', '2024-05-08 00:38:02'),
(1081, 1747, 1021, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-07 23:37:44', '2024-05-07 23:37:44', '2024-05-08 00:38:02'),
(1082, 1747, 1022, 1956, 1, NULL, 10.07, 10.37, 2, 1, 'manual_sell', '2024-05-07 23:38:18', '2024-05-07 23:38:18', '2024-05-08 00:39:02'),
(1083, 1747, 1023, 2926, 1, NULL, 80.00, 82.40, 1, 1, 'manual_sell', '2024-05-07 23:38:49', '2024-05-07 23:38:49', '2024-05-08 00:39:02'),
(1084, 1747, 1024, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-05-07 23:39:14', '2024-05-07 23:39:14', '2024-05-08 00:40:03'),
(1085, 1747, 1025, 1640, 1, NULL, 1.00, 1.03, 16, 1, 'manual_sell', '2024-05-07 23:39:39', '2024-05-07 23:39:39', '2024-05-08 00:40:03'),
(1086, 1798, 1026, 4082, 1, NULL, 25.00, 25.75, 2, 1, 'manual_sell', '2024-05-08 21:02:08', '2024-05-08 21:02:08', '2024-05-08 22:03:04'),
(1087, 1798, 1027, 3323, 1, NULL, 60.00, 61.80, 1, 1, 'manual_sell', '2024-05-08 21:05:08', '2024-05-08 21:05:08', '2024-05-08 22:06:03'),
(1088, 1747, 1028, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-09 00:49:37', '2024-05-09 00:49:37', '2024-05-09 01:50:04'),
(1089, 1747, 1029, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-09 00:50:20', '2024-05-09 00:50:20', '2024-05-09 01:51:26'),
(1090, 1747, 1030, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-09 00:50:58', '2024-05-09 00:50:58', '2024-05-09 01:51:26'),
(1091, 1747, 1031, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-09 00:51:23', '2024-05-09 00:51:23', '2024-05-09 01:51:26'),
(1092, 1747, 1032, 2166, 1, NULL, 36.00, 37.08, 3, 1, 'manual_sell', '2024-05-09 00:52:06', '2024-05-09 00:52:06', '2024-05-09 01:52:19'),
(1093, 1747, 1033, 1956, 1, NULL, 10.07, 10.37, 2, 1, 'manual_sell', '2024-05-09 00:52:30', '2024-05-09 00:52:30', '2024-05-09 01:53:03'),
(1094, 1747, 1034, 1640, 1, NULL, 1.00, 1.03, 8, 1, 'manual_sell', '2024-05-09 00:52:53', '2024-05-09 00:52:53', '2024-05-09 01:53:03'),
(1095, 1798, 1036, 1040, 1, NULL, 51.00, 52.53, 1, 1, 'manual_sell', '2024-05-09 23:13:40', '2024-05-09 23:13:40', '2024-05-10 00:14:03'),
(1096, 1798, 1035, 1959, 1, NULL, 21.00, 21.63, 3, 1, 'manual_sell', '2024-05-09 23:15:50', '2024-05-09 23:15:50', '2024-05-10 00:16:06'),
(1097, 1747, 1037, 2608, 1, NULL, 10.00, 10.00, 10, 1, 'manual_sell', '2024-05-10 02:54:27', '2024-05-10 02:54:27', '2024-05-10 03:55:08'),
(1098, 1747, 1038, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-10 02:55:32', '2024-05-10 02:55:32', '2024-05-10 03:56:03'),
(1099, 1747, 1039, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-10 02:56:00', '2024-05-10 02:56:00', '2024-05-10 03:56:03'),
(1100, 1747, 1040, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-10 02:56:46', '2024-05-10 02:56:46', '2024-05-10 03:57:02'),
(1101, 1747, 1041, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-05-10 02:57:09', '2024-05-10 02:57:09', '2024-05-10 03:58:02'),
(1102, 1747, 1042, 1640, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-05-10 02:57:32', '2024-05-10 02:57:32', '2024-05-10 03:58:03'),
(1103, 1798, 1044, 2945, 1, NULL, 24.00, 24.72, 2, 1, 'manual_sell', '2024-05-11 02:05:28', '2024-05-11 02:05:28', '2024-05-11 03:06:03'),
(1104, 1798, 1043, 3312, 1, NULL, 69.00, 71.07, 1, 1, 'manual_sell', '2024-05-11 02:07:02', '2024-05-11 02:07:02', '2024-05-11 03:07:02'),
(1105, 1747, 1045, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-11 04:36:11', '2024-05-11 04:36:11', '2024-05-11 05:37:02'),
(1106, 1747, 1046, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-11 04:37:06', '2024-05-11 04:37:06', '2024-05-11 05:38:02'),
(1107, 1747, 1047, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-11 04:37:58', '2024-05-11 04:37:58', '2024-05-11 05:38:02'),
(1108, 1747, 1048, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-11 04:38:30', '2024-05-11 04:38:30', '2024-05-11 05:39:02'),
(1109, 1747, 1049, 2166, 1, NULL, 36.00, 37.08, 4, 1, 'manual_sell', '2024-05-11 04:39:34', '2024-05-11 04:39:34', '2024-05-11 05:40:03'),
(1110, 1747, 1050, 1842, 1, NULL, 1.00, 1.03, 28, 1, 'manual_sell', '2024-05-11 04:40:00', '2024-05-11 04:40:00', '2024-05-11 05:40:03'),
(1111, 1747, 1051, 1640, 1, NULL, 1.00, 1.03, 30, 1, 'manual_sell', '2024-05-11 04:40:29', '2024-05-11 04:40:29', '2024-05-11 05:41:02'),
(1112, 1798, 1052, 931, 1, NULL, 51.00, 52.53, 1, 1, 'manual_sell', '2024-05-11 09:33:24', '2024-05-11 09:33:24', '2024-05-11 10:34:02'),
(1113, 1747, 1053, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-12 05:57:06', '2024-05-12 05:57:06', '2024-05-12 06:57:22'),
(1114, 1747, 1054, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-12 05:58:22', '2024-05-12 05:58:22', '2024-05-12 07:00:21'),
(1115, 1747, 1055, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-12 05:59:18', '2024-05-12 05:59:18', '2024-05-12 07:00:21'),
(1116, 1747, 1056, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-12 05:59:54', '2024-05-12 05:59:54', '2024-05-12 07:00:21'),
(1117, 1747, 1057, 1956, 1, NULL, 10.07, 10.37, 2, 1, 'manual_sell', '2024-05-12 08:58:17', '2024-05-12 08:58:17', '2024-05-12 09:59:03'),
(1118, 1747, 1058, 1640, 1, NULL, 1.00, 1.03, 1, 1, 'manual_sell', '2024-05-12 08:59:28', '2024-05-12 08:59:28', '2024-05-12 10:00:07'),
(1119, 1798, 1059, 1419, 1, NULL, 41.00, 42.23, 3, 1, 'manual_sell', '2024-05-12 12:31:33', '2024-05-12 12:31:33', '2024-05-12 13:32:02'),
(1120, 1798, 1060, 4179, 1, NULL, 25.00, 25.75, 2, 1, 'manual_sell', '2024-05-12 12:44:03', '2024-05-12 12:44:03', '2024-05-12 13:44:16'),
(1121, 1747, 1061, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-13 10:29:22', '2024-05-13 10:29:22', '2024-05-13 11:30:03'),
(1122, 1747, 1062, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-13 10:30:06', '2024-05-13 10:30:06', '2024-05-13 11:31:02'),
(1123, 1747, 1063, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-13 10:30:50', '2024-05-13 10:30:50', '2024-05-13 11:31:02'),
(1124, 1747, 1064, 1956, 1, NULL, 10.07, 10.37, 6, 1, 'manual_sell', '2024-05-13 10:31:42', '2024-05-13 10:31:42', '2024-05-13 11:32:02'),
(1125, 1747, 1065, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-05-13 10:32:19', '2024-05-13 10:32:19', '2024-05-13 11:33:02'),
(1126, 1747, 1067, 1640, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-05-13 10:32:56', '2024-05-13 10:32:56', '2024-05-13 11:33:02'),
(1127, 1747, 1066, 2166, 1, NULL, 36.00, 37.08, 1, 1, 'manual_sell', '2024-05-13 10:33:43', '2024-05-13 10:33:43', '2024-05-13 11:34:02'),
(1128, 1798, 1068, 5542, 1, NULL, 32.00, 32.96, 4, 1, 'manual_sell', '2024-05-13 14:08:48', '2024-05-13 14:08:48', '2024-05-13 15:09:02'),
(1129, 1798, 1069, 4081, 1, NULL, 50.00, 51.50, 1, 1, 'manual_sell', '2024-05-13 14:09:44', '2024-05-13 14:09:44', '2024-05-13 15:10:03'),
(1130, 1747, 1070, 2870, 1, NULL, 130.00, 133.90, 1, 1, 'manual_sell', '2024-05-14 11:53:07', '2024-05-14 11:53:07', '2024-05-14 12:54:02'),
(1131, 1747, 1071, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-14 11:53:34', '2024-05-14 11:53:34', '2024-05-14 12:54:02'),
(1132, 1747, 1072, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-14 11:54:18', '2024-05-14 11:54:18', '2024-05-14 12:55:03'),
(1133, 1747, 1073, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-14 11:54:55', '2024-05-14 11:54:55', '2024-05-14 12:55:03'),
(1134, 1747, 1074, 1935, 1, NULL, 55.00, 56.65, 2, 1, 'manual_sell', '2024-05-14 11:55:20', '2024-05-14 11:55:20', '2024-05-14 12:56:03'),
(1135, 1747, 1075, 1956, 1, NULL, 10.07, 10.37, 6, 1, 'manual_sell', '2024-05-14 11:55:46', '2024-05-14 11:55:46', '2024-05-14 12:56:03'),
(1136, 1747, 1076, 1640, 1, NULL, 1.00, 1.03, 2, 1, 'manual_sell', '2024-05-14 11:56:09', '2024-05-14 11:56:09', '2024-05-14 12:57:02'),
(1137, 1798, 1077, 4081, 1, NULL, 50.00, 51.50, 1, 1, 'manual_sell', '2024-05-14 15:22:17', '2024-05-14 15:22:17', '2024-05-14 16:23:02'),
(1138, 1798, 1078, 3892, 1, NULL, 100.00, 103.00, 1, 1, 'manual_sell', '2024-05-14 15:24:12', '2024-05-14 15:24:12', '2024-05-14 16:25:03'),
(1139, 1798, 1079, 104, 1, NULL, 34.00, 35.02, 1, 1, 'manual_sell', '2024-05-14 15:25:44', '2024-05-14 15:25:44', '2024-05-14 16:26:02'),
(1140, 1747, 1080, 2870, 1, NULL, 130.00, 133.90, 1, 1, 'manual_sell', '2024-05-15 13:17:18', '2024-05-15 13:17:18', '2024-05-15 14:18:03'),
(1141, 1747, 1081, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-15 13:17:47', '2024-05-15 13:17:47', '2024-05-15 14:18:05'),
(1142, 1747, 1082, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-15 13:18:32', '2024-05-15 13:18:32', '2024-05-15 14:19:02'),
(1143, 1747, 1083, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-15 13:19:23', '2024-05-15 13:19:23', '2024-05-15 14:20:03'),
(1144, 1747, 1084, 1935, 1, NULL, 55.00, 56.65, 3, 1, 'manual_sell', '2024-05-15 13:19:58', '2024-05-15 13:19:58', '2024-05-15 14:20:03'),
(1145, 1747, 1085, 1956, 1, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-15 13:20:37', '2024-05-15 13:20:37', '2024-05-15 14:21:02'),
(1146, 1747, 1086, 1640, 1, NULL, 1.00, 1.03, 9, 1, 'manual_sell', '2024-05-15 13:21:08', '2024-05-15 13:21:08', '2024-05-15 14:22:02'),
(1147, 1798, 1087, 3942, 1, NULL, 89.00, 91.67, 1, 1, 'manual_sell', '2024-05-15 16:35:46', '2024-05-15 16:35:46', '2024-05-15 17:36:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(1148, 1798, 1088, 4263, 1, NULL, 100.00, 103.00, 1, 1, 'manual_sell', '2024-05-15 16:36:48', '2024-05-15 16:36:48', '2024-05-15 17:37:03'),
(1149, 1747, 1089, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-16 14:52:03', '2024-05-16 14:52:03', '2024-05-16 15:52:03'),
(1150, 1747, 1090, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-16 14:52:45', '2024-05-16 14:52:45', '2024-05-16 15:53:03'),
(1151, 1747, 1091, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-16 14:53:07', '2024-05-16 14:53:07', '2024-05-16 15:54:03'),
(1152, 1747, 1092, 2166, 1, NULL, 36.00, 37.08, 4, 1, 'manual_sell', '2024-05-16 14:53:51', '2024-05-16 14:53:51', '2024-05-16 15:54:03'),
(1153, 1747, 1093, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-05-16 14:54:15', '2024-05-16 14:54:15', '2024-05-16 15:55:04'),
(1154, 1747, 1094, 2608, 1, NULL, 10.00, 10.30, 5, 1, 'manual_sell', '2024-05-16 14:54:38', '2024-05-16 14:54:38', '2024-05-16 15:55:04'),
(1155, 1747, 1095, 1640, 1, NULL, 1.00, 1.03, 3, 1, 'manual_sell', '2024-05-16 14:55:05', '2024-05-16 14:55:05', '2024-05-16 15:56:03'),
(1156, 1798, 1110, 116, 1, NULL, 100.00, 103.00, 1, 1, 'manual_sell', '2024-05-16 18:46:21', '2024-05-16 18:46:21', '2024-05-16 19:47:03'),
(1157, 1798, 1111, 175, 1, NULL, 60.00, 61.80, 1, 1, 'manual_sell', '2024-05-16 18:47:38', '2024-05-16 18:47:38', '2024-05-16 19:48:03'),
(1158, 1798, 1112, 2134, 1, NULL, 35.00, 36.05, 1, 1, 'manual_sell', '2024-05-16 18:48:38', '2024-05-16 18:48:38', '2024-05-16 19:49:03'),
(1159, 1871, 1113, 1352, 9, 7, 887.40, 905.15, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:04'),
(1160, 1871, 1114, 713, 3, 7, 35.54, 36.25, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:04'),
(1161, 1871, 1115, 3523, 3, 7, 16.49, 16.82, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:04'),
(1162, 1871, 1116, 1555, 1, 7, 25.46, 25.97, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:04'),
(1163, 1871, 1117, 3878, 1, 7, 4.89, 4.99, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:04'),
(1164, 1871, 1118, 4549, 3, 7, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1165, 1871, 1119, 2971, 9, 7, 721.93, 736.37, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1166, 1871, 1120, 5849, 1, 7, 67.13, 68.47, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1167, 1871, 1121, 4415, 1, 7, 211.04, 215.26, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1168, 1871, 1122, 241, 6, 7, 158.09, 161.25, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1169, 1871, 1123, 385, 3, 7, 166.88, 170.22, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1170, 1871, 1124, 3815, 6, 7, 4283.99, 4369.67, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1171, 1871, 1125, 2795, 1, 7, 722.80, 737.26, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1172, 1871, 1126, 2276, 3, 7, 62.16, 63.40, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1173, 1871, 1127, 4197, 6, 7, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1174, 1871, 1128, 5390, 9, 7, 90.64, 92.45, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1175, 1871, 1129, 1586, 9, 7, 82.80, 84.46, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1176, 1871, 1130, 2461, 3, 7, 7.13, 7.27, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1177, 1871, 1131, 2594, 6, 7, 15.73, 16.04, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1178, 1871, 1132, 4465, 1, 7, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:05'),
(1179, 1871, 1133, 5281, 3, 7, 161.25, 164.48, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1180, 1871, 1134, 4287, 3, 7, 1442.57, 1471.42, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1181, 1871, 1135, 1906, 9, 7, 5.57, 5.68, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1182, 1871, 1136, 3749, 3, 7, 52.73, 53.78, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1183, 1871, 1137, 5807, 3, 7, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1184, 1871, 1138, 4227, 1, 7, 216.30, 220.63, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1185, 1871, 1139, 2143, 1, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1186, 1871, 1140, 1492, 9, 7, 64.63, 65.92, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1187, 1871, 1141, 4274, 6, 7, 63.60, 64.87, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1188, 1871, 1142, 5972, 6, 7, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1189, 1871, 1143, 1384, 6, 7, 41.41, 42.24, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1190, 1871, 1144, 5346, 6, 7, 153.26, 156.33, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1191, 1871, 1145, 857, 6, 7, 94.68, 96.57, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1192, 1871, 1146, 6145, 1, 7, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:06'),
(1193, 1871, 1147, 5946, 3, 7, 29.40, 29.99, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:07'),
(1194, 1871, 1148, 3174, 9, 7, 9.05, 9.23, 1, 1, 'ai_sell', '2024-05-17 02:44:06', '2024-05-17 02:44:06', '2024-05-17 03:45:07'),
(1195, 1870, 1150, 1457, 3, 8, 11.30, 11.53, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1196, 1870, 1151, 5746, 3, 8, 75.24, 76.74, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1197, 1870, 1152, 2618, 6, 8, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1198, 1870, 1153, 3660, 6, 8, 7.13, 7.27, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1199, 1870, 1154, 3171, 3, 8, 17.00, 17.34, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1200, 1870, 1155, 1108, 9, 8, 7.06, 7.20, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1201, 1870, 1156, 3395, 9, 8, 47.83, 48.79, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1202, 1870, 1157, 1131, 6, 8, 370.67, 378.08, 1, 1, 'ai_sell', '2024-05-17 02:52:05', '2024-05-17 02:52:05', '2024-05-17 03:53:04'),
(1203, 1870, 1158, 2901, 1, 8, 3338.39, 3405.16, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:04'),
(1204, 1870, 1159, 4395, 6, 8, 210.81, 215.03, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:04'),
(1205, 1870, 1160, 2007, 1, 8, 104.16, 106.24, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:04'),
(1206, 1870, 1161, 3555, 3, 8, 1510.50, 1540.71, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:04'),
(1207, 1870, 1162, 728, 9, 8, 34.87, 35.57, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:04'),
(1208, 1870, 1163, 2580, 1, 8, 19.23, 19.61, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:04'),
(1209, 1870, 1164, 2829, 9, 8, 11.01, 11.23, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1210, 1870, 1165, 2170, 3, 8, 135.68, 138.39, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1211, 1870, 1166, 3035, 9, 8, 165.00, 168.30, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1212, 1870, 1167, 4686, 1, 8, 1346.91, 1373.85, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1213, 1870, 1168, 698, 9, 8, 6.61, 6.74, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1214, 1870, 1169, 5337, 3, 8, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1215, 1870, 1170, 661, 3, 8, 6.06, 6.18, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1216, 1870, 1171, 3584, 3, 8, 246.97, 251.91, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1217, 1870, 1172, 960, 3, 8, 95.40, 97.31, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1218, 1870, 1173, 4962, 9, 8, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1219, 1870, 1174, 476, 6, 8, 153.60, 156.67, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1220, 1870, 1175, 4773, 3, 8, 52.47, 53.52, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1221, 1870, 1176, 2192, 1, 8, 36.00, 36.72, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1222, 1870, 1177, 4633, 6, 8, 424.00, 432.48, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1223, 1870, 1178, 5633, 1, 8, 9.21, 9.39, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1224, 1870, 1179, 2837, 9, 8, 41.07, 41.89, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1225, 1870, 1180, 6160, 6, 8, 9.35, 9.54, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1226, 1870, 1181, 32, 6, 8, 120.36, 122.77, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1227, 1870, 1182, 3341, 1, 8, 55.07, 56.17, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1228, 1870, 1183, 5244, 9, 8, 158.53, 161.70, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1229, 1870, 1184, 4766, 1, 8, 29.39, 29.98, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1230, 1870, 1185, 3245, 3, 8, 314.99, 321.29, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1231, 1870, 1186, 2477, 1, 8, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1232, 1870, 1187, 1662, 9, 8, 0.94, 0.96, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1233, 1870, 1188, 2117, 1, 8, 17.15, 17.49, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1234, 1870, 1189, 5689, 9, 8, 128.25, 130.82, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1235, 1870, 1190, 4152, 1, 8, 36.73, 37.46, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1236, 1870, 1191, 5396, 1, 8, 45.45, 46.36, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1237, 1870, 1192, 2064, 6, 8, 3.14, 3.20, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1238, 1870, 1193, 3804, 6, 8, 230.97, 235.59, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1239, 1870, 1194, 2534, 1, 8, 10.37, 10.58, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1240, 1870, 1195, 2240, 9, 8, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1241, 1870, 1196, 4591, 1, 8, 16.31, 16.64, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1242, 1870, 1197, 2982, 3, 8, 83.74, 85.41, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1243, 1870, 1198, 205, 9, 8, 57.16, 58.30, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1244, 1870, 1199, 3527, 3, 8, 3.04, 3.10, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:05'),
(1245, 1870, 1200, 1527, 6, 8, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:06'),
(1246, 1870, 1201, 354, 9, 8, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:06'),
(1247, 1870, 1202, 2857, 3, 8, 27.80, 28.36, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:06'),
(1248, 1870, 1203, 397, 3, 8, 29.95, 30.55, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:06'),
(1249, 1870, 1204, 4217, 6, 8, 6.21, 6.33, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:06'),
(1250, 1870, 1205, 1894, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:06'),
(1251, 1870, 1206, 756, 9, 8, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-17 02:52:06', '2024-05-17 02:52:06', '2024-05-17 03:53:06'),
(1252, 1873, 1209, 5056, 1, 9, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1253, 1873, 1210, 1527, 6, 9, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1254, 1873, 1211, 4564, 3, 9, 304.98, 311.08, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1255, 1873, 1212, 3972, 3, 9, 13.32, 13.59, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1256, 1873, 1213, 4817, 1, 9, 17.94, 18.30, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1257, 1873, 1214, 5035, 9, 9, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1258, 1873, 1215, 755, 6, 9, 34.64, 35.33, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1259, 1873, 1216, 5552, 3, 9, 27.15, 27.69, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1260, 1873, 1217, 4919, 3, 9, 35.35, 36.06, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1261, 1873, 1218, 4140, 3, 9, 100.98, 103.00, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1262, 1873, 1219, 5322, 9, 9, 7208.00, 7352.16, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1263, 1873, 1220, 462, 6, 9, 7.17, 7.31, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:17'),
(1264, 1873, 1221, 3018, 1, 9, 2.53, 2.58, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1265, 1873, 1222, 842, 6, 9, 18.10, 18.46, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1266, 1873, 1223, 3186, 9, 9, 8.13, 8.29, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1267, 1873, 1224, 5418, 9, 9, 11.52, 11.75, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1268, 1873, 1225, 1996, 3, 9, 36.72, 37.45, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1269, 1873, 1226, 4780, 9, 9, 1871.99, 1909.43, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1270, 1873, 1227, 2337, 1, 9, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1271, 1873, 1228, 1415, 9, 9, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1272, 1873, 1229, 1529, 6, 9, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-17 03:07:04', '2024-05-17 03:07:04', '2024-05-17 04:07:18'),
(1273, 1873, 1230, 1587, 1, 9, 74.74, 76.23, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1274, 1873, 1231, 4980, 9, 9, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1275, 1873, 1232, 717, 9, 9, 41.57, 42.40, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1276, 1873, 1233, 3500, 9, 9, 371.00, 378.42, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1277, 1873, 1234, 3390, 3, 9, 20.78, 21.20, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1278, 1873, 1235, 4303, 9, 9, 713.99, 728.27, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1279, 1873, 1236, 2939, 6, 9, 428.40, 436.97, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1280, 1873, 1237, 4312, 1, 9, 13.85, 14.13, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1281, 1873, 1238, 1912, 1, 9, 3.84, 3.92, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1282, 1873, 1239, 6062, 3, 9, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1283, 1873, 1240, 2377, 6, 9, 37.83, 38.59, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1284, 1873, 1241, 4262, 3, 9, 927.00, 945.54, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1285, 1873, 1242, 6146, 9, 9, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1286, 1873, 1243, 2795, 1, 9, 729.75, 744.35, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1287, 1873, 1244, 3202, 9, 9, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1288, 1873, 1245, 522, 3, 9, 50.79, 51.81, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1289, 1873, 1246, 1048, 9, 9, 57.19, 58.33, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1290, 1873, 1247, 3944, 9, 9, 81.37, 83.00, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1291, 1873, 1248, 469, 6, 9, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1292, 1873, 1249, 2207, 1, 9, 40.47, 41.28, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1293, 1873, 1250, 5603, 3, 9, 21.79, 22.23, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1294, 1873, 1251, 2873, 3, 9, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1295, 1873, 1252, 1080, 6, 9, 188.99, 192.77, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1296, 1873, 1253, 1085, 1, 9, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1297, 1873, 1254, 2140, 9, 9, 50.13, 51.13, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1298, 1873, 1255, 44, 9, 9, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1299, 1873, 1256, 4217, 3, 9, 6.39, 6.52, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1300, 1873, 1257, 1837, 3, 9, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-17 03:08:04', '2024-05-17 03:08:04', '2024-05-17 04:08:49'),
(1301, 1866, 1258, 959, 1, 6, 2.68, 2.70, 1, 1, 'ai_sell', '2024-05-17 03:16:03', '2024-05-17 03:16:03', '2024-05-17 04:16:37'),
(1302, 1866, 1259, 1933, 1, 6, 34.90, 35.21, 1, 1, 'ai_sell', '2024-05-17 03:16:03', '2024-05-17 03:16:03', '2024-05-17 04:16:37'),
(1303, 1866, 1260, 288, 9, 6, 11.91, 12.02, 1, 1, 'ai_sell', '2024-05-17 03:16:03', '2024-05-17 03:16:03', '2024-05-17 04:16:37'),
(1304, 1866, 1261, 1827, 1, 6, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-17 03:16:03', '2024-05-17 03:16:03', '2024-05-17 04:16:37'),
(1305, 1866, 1262, 1844, 9, 6, 0.32, 0.32, 1, 1, 'ai_sell', '2024-05-17 03:16:03', '2024-05-17 03:16:03', '2024-05-17 04:16:37'),
(1306, 1866, 1263, 553, 9, 11, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1307, 1866, 1264, 1711, 3, 11, 90.90, 92.72, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1308, 1866, 1265, 2413, 9, 11, 884.00, 901.68, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1309, 1866, 1266, 1207, 6, 11, 61.48, 62.71, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1310, 1866, 1267, 23, 1, 11, 156.45, 159.58, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1311, 1866, 1268, 1226, 1, 11, 262.65, 267.90, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1312, 1866, 1269, 2117, 1, 11, 17.48, 17.83, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1313, 1866, 1270, 2609, 3, 11, 26.51, 27.04, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1314, 1866, 1271, 3341, 9, 11, 55.61, 56.72, 1, 1, 'ai_sell', '2024-05-17 03:20:08', '2024-05-17 03:20:08', '2024-05-17 04:21:04'),
(1315, 1866, 1272, 5867, 3, 11, 31.60, 32.23, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1316, 1866, 1273, 1076, 9, 11, 49.48, 50.47, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1317, 1866, 1274, 3191, 1, 11, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1318, 1866, 1275, 2487, 9, 11, 137.80, 140.56, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1319, 1866, 1276, 4337, 9, 11, 151.11, 154.13, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1320, 1866, 1277, 343, 6, 11, 92.51, 94.36, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1321, 1866, 1278, 2892, 9, 11, 316.04, 322.36, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1322, 1866, 1279, 926, 9, 11, 169.93, 173.33, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1323, 1866, 1280, 1110, 1, 11, 150.96, 153.98, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1324, 1866, 1281, 2719, 9, 11, 28.06, 28.62, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1325, 1866, 1282, 3226, 6, 11, 44.87, 45.77, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1326, 1866, 1283, 2196, 3, 11, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1327, 1866, 1284, 3262, 6, 11, 5.61, 5.72, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1328, 1866, 1285, 937, 9, 11, 4.24, 4.32, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1329, 1866, 1286, 4801, 3, 11, 50.40, 51.41, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1330, 1866, 1287, 4358, 1, 11, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1331, 1866, 1288, 4155, 1, 11, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1332, 1866, 1289, 5870, 9, 11, 13.08, 13.34, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1333, 1866, 1290, 1609, 1, 11, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1334, 1866, 1291, 1324, 6, 11, 12.90, 13.16, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1335, 1866, 1292, 5167, 6, 11, 188.99, 192.77, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1336, 1866, 1293, 3574, 1, 11, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1337, 1866, 1294, 1773, 1, 11, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:04'),
(1338, 1866, 1295, 5163, 1, 11, 785.44, 801.15, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1339, 1866, 1296, 1927, 3, 11, 38.15, 38.91, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1340, 1866, 1297, 5497, 3, 11, 602.54, 614.59, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1341, 1866, 1298, 5148, 3, 11, 623.99, 636.47, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1342, 1866, 1299, 2066, 3, 11, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1343, 1866, 1300, 2035, 9, 11, 735.00, 749.70, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1344, 1866, 1301, 2257, 3, 11, 311.10, 317.32, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1345, 1866, 1302, 3779, 1, 11, 58.99, 60.17, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1346, 1866, 1303, 4724, 3, 11, 50.46, 51.47, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1347, 1866, 1304, 238, 9, 11, 16.80, 17.14, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1348, 1866, 1305, 4838, 3, 11, 699.59, 713.58, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1349, 1866, 1306, 5524, 1, 11, 204.00, 208.08, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1350, 1866, 1307, 196, 1, 11, 119.08, 121.46, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1351, 1866, 1308, 175, 6, 11, 61.19, 62.41, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1352, 1866, 1309, 4706, 6, 11, 111.08, 113.30, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1353, 1866, 1310, 3983, 1, 11, 81.80, 83.44, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1354, 1866, 1311, 4864, 9, 11, 480.90, 490.52, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1355, 1866, 1312, 5019, 6, 11, 262.49, 267.74, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1356, 1866, 1313, 2980, 1, 11, 204.12, 208.20, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1357, 1866, 1314, 4905, 1, 11, 32.96, 33.62, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1358, 1866, 1315, 5243, 1, 11, 26.00, 26.52, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1359, 1866, 1316, 1238, 9, 11, 525.00, 535.50, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1360, 1866, 1317, 2454, 3, 11, 60.32, 61.53, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:05'),
(1361, 1866, 1318, 1808, 6, 11, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1362, 1866, 1319, 2276, 9, 11, 63.39, 64.66, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1363, 1866, 1320, 1655, 6, 11, 1333.85, 1360.53, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1364, 1866, 1321, 2078, 3, 11, 4.06, 4.14, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1365, 1866, 1322, 1127, 6, 11, 57.52, 58.67, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1366, 1866, 1323, 3214, 3, 11, 25.95, 26.47, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1367, 1866, 1324, 1310, 3, 11, 742.00, 756.84, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1368, 1866, 1325, 624, 9, 11, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1369, 1866, 1326, 4275, 6, 11, 19.76, 20.16, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1370, 1866, 1327, 959, 1, 11, 2.68, 2.73, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1371, 1866, 1328, 529, 9, 11, 37.07, 37.81, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1372, 1866, 1329, 1992, 6, 11, 117.30, 119.65, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1373, 1866, 1330, 2363, 3, 11, 16.43, 16.76, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1374, 1866, 1331, 2457, 1, 11, 3.50, 3.57, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1375, 1866, 1332, 1374, 3, 11, 112.27, 114.52, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1376, 1866, 1333, 77, 1, 11, 72.10, 73.54, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1377, 1866, 1334, 6021, 1, 11, 37.35, 38.10, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1378, 1866, 1335, 5227, 6, 11, 16.31, 16.64, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1379, 1866, 1336, 5254, 1, 11, 24.09, 24.57, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1380, 1866, 1337, 768, 9, 11, 4.59, 4.68, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1381, 1866, 1338, 2638, 9, 11, 46.91, 47.85, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1382, 1866, 1339, 3722, 3, 11, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1383, 1866, 1340, 949, 1, 11, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1384, 1866, 1341, 734, 9, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1385, 1866, 1342, 803, 9, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1386, 1866, 1343, 1827, 6, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1387, 1866, 1344, 1894, 9, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-17 03:20:09', '2024-05-17 03:20:09', '2024-05-17 04:21:06'),
(1388, 1867, 1346, 2420, 9, 12, 551.25, 562.28, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1389, 1867, 1347, 5297, 1, 12, 98.14, 100.10, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1390, 1867, 1348, 3268, 6, 12, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1391, 1867, 1349, 5062, 9, 12, 22.44, 22.89, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1392, 1867, 1350, 2943, 9, 12, 21.77, 22.21, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1393, 1867, 1351, 2231, 3, 12, 54.05, 55.13, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1394, 1867, 1352, 3449, 6, 12, 12.23, 12.47, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1395, 1867, 1353, 1954, 6, 12, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1396, 1867, 1354, 3341, 6, 12, 56.15, 57.27, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1397, 1867, 1355, 2742, 1, 12, 161.12, 164.34, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1398, 1867, 1356, 5613, 9, 12, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1399, 1867, 1357, 1381, 1, 12, 854.90, 872.00, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1400, 1867, 1358, 3756, 9, 12, 115.57, 117.88, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1401, 1867, 1359, 882, 9, 12, 201.99, 206.03, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1402, 1867, 1360, 5228, 3, 12, 7.13, 7.27, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1403, 1867, 1361, 5304, 6, 12, 25.43, 25.94, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1404, 1867, 1362, 1925, 1, 12, 119.70, 122.09, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1405, 1867, 1363, 3024, 3, 12, 210.94, 215.16, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1406, 1867, 1364, 6136, 1, 12, 16.96, 17.30, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1407, 1867, 1365, 5558, 9, 12, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1408, 1867, 1366, 1543, 6, 12, 1734.00, 1768.68, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1409, 1867, 1367, 6029, 3, 12, 27.54, 28.09, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1410, 1867, 1368, 3470, 6, 12, 102.05, 104.09, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1411, 1867, 1369, 5756, 6, 12, 997.50, 1017.45, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1412, 1867, 1370, 1037, 9, 12, 47.69, 48.64, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1413, 1867, 1371, 756, 3, 12, 0.46, 0.47, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1414, 1867, 1372, 3133, 1, 12, 197.68, 201.63, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1415, 1867, 1373, 1994, 1, 12, 97.50, 99.45, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1416, 1867, 1374, 2766, 6, 12, 335.92, 342.64, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1417, 1867, 1375, 5813, 9, 12, 151.45, 154.48, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1418, 1867, 1376, 5168, 9, 12, 144.20, 147.08, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1419, 1867, 1377, 4592, 1, 12, 164.80, 168.10, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1420, 1867, 1378, 2106, 3, 12, 61.80, 63.04, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1421, 1867, 1379, 364, 3, 12, 65.44, 66.75, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1422, 1867, 1380, 4132, 1, 12, 8.07, 8.23, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1423, 1867, 1381, 3139, 9, 12, 40.24, 41.04, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1424, 1867, 1382, 5031, 6, 12, 703.79, 717.87, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1425, 1867, 1383, 3031, 1, 12, 133.42, 136.09, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1426, 1867, 1384, 2844, 1, 12, 1162.79, 1186.05, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1427, 1867, 1385, 5334, 9, 12, 249.55, 254.54, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1428, 1867, 1386, 5210, 3, 12, 35.69, 36.40, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1429, 1867, 1387, 1394, 9, 12, 280.80, 286.42, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1430, 1867, 1388, 157, 6, 12, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1431, 1867, 1389, 1853, 9, 12, 33.91, 34.59, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1432, 1867, 1390, 4193, 1, 12, 1767.49, 1802.84, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1433, 1867, 1391, 2172, 3, 12, 29.20, 29.78, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1434, 1867, 1392, 809, 6, 12, 173.24, 176.70, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1435, 1867, 1393, 4306, 9, 12, 28.03, 28.59, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1436, 1867, 1394, 1727, 3, 12, 474.70, 484.19, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1437, 1867, 1395, 1008, 3, 12, 435.51, 444.22, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1438, 1867, 1396, 4172, 9, 12, 114.45, 116.74, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1439, 1867, 1397, 4698, 6, 12, 21.56, 21.99, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1440, 1867, 1398, 465, 9, 12, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1441, 1867, 1399, 4704, 3, 12, 1.28, 1.31, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1442, 1867, 1400, 636, 1, 12, 7.07, 7.21, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1443, 1867, 1401, 166, 3, 12, 9.44, 9.63, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1444, 1867, 1402, 2453, 6, 12, 275.40, 280.91, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1445, 1867, 1403, 1473, 6, 12, 20.93, 21.35, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1446, 1867, 1404, 1652, 1, 12, 14.30, 14.59, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1447, 1867, 1405, 5118, 1, 12, 332.80, 339.46, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1448, 1867, 1406, 991, 3, 12, 188.99, 192.77, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1449, 1867, 1407, 3461, 6, 12, 586.49, 598.22, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1450, 1867, 1408, 997, 3, 12, 118.08, 120.44, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1451, 1867, 1409, 2922, 1, 12, 32.13, 32.77, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1452, 1867, 1410, 1844, 3, 12, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1453, 1867, 1411, 3539, 6, 12, 1.17, 1.19, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1454, 1867, 1412, 803, 3, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1455, 1867, 1413, 1894, 6, 12, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-17 03:29:08', '2024-05-17 03:29:08', '2024-05-17 04:29:14'),
(1456, 1868, 1416, 2959, 6, 13, 391.65, 399.48, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1457, 1868, 1417, 449, 1, 13, 361.52, 368.75, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1458, 1868, 1418, 357, 3, 13, 46.14, 47.06, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1459, 1868, 1419, 514, 3, 13, 905.62, 923.73, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1460, 1868, 1420, 448, 9, 13, 456.85, 465.99, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1461, 1868, 1421, 2802, 6, 13, 48.04, 49.00, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1462, 1868, 1422, 5225, 9, 13, 635.99, 648.71, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1463, 1868, 1423, 5690, 9, 13, 26.08, 26.60, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1464, 1868, 1424, 1144, 1, 13, 36.21, 36.93, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1465, 1868, 1425, 282, 1, 13, 271.31, 276.74, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1466, 1868, 1426, 2585, 1, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1467, 1868, 1427, 1962, 1, 13, 162.60, 165.85, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1468, 1868, 1428, 4366, 3, 13, 80.80, 82.42, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1469, 1868, 1429, 5340, 3, 13, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:04'),
(1470, 1868, 1430, 486, 1, 13, 2310.00, 2356.20, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1471, 1868, 1431, 3970, 9, 13, 17.50, 17.85, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1472, 1868, 1432, 588, 9, 13, 295.36, 301.27, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1473, 1868, 1433, 600, 9, 13, 13.39, 13.66, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1474, 1868, 1434, 3752, 3, 13, 61.69, 62.92, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1475, 1868, 1435, 813, 6, 13, 11.78, 12.02, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1476, 1868, 1436, 5065, 9, 13, 33.98, 34.66, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1477, 1868, 1437, 4225, 3, 13, 33.26, 33.93, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1478, 1868, 1438, 4664, 6, 13, 10.82, 11.04, 1, 1, 'ai_sell', '2024-05-17 04:02:06', '2024-05-17 04:02:06', '2024-05-17 05:03:05'),
(1479, 1868, 1439, 4470, 1, 13, 1142.96, 1165.82, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1480, 1868, 1440, 5909, 1, 13, 60.60, 61.81, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1481, 1868, 1441, 3096, 6, 13, 32.63, 33.28, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1482, 1868, 1442, 5779, 6, 13, 26.75, 27.29, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1483, 1868, 1443, 469, 9, 13, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1484, 1868, 1444, 3728, 1, 13, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1485, 1868, 1445, 5560, 1, 13, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1486, 1868, 1446, 6119, 6, 13, 16.72, 17.05, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1487, 1868, 1447, 1995, 6, 13, 46.37, 47.30, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1488, 1868, 1448, 649, 6, 13, 112.20, 114.44, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1489, 1868, 1449, 4133, 3, 13, 343.20, 350.06, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1490, 1868, 1450, 5983, 6, 13, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:05'),
(1491, 1868, 1451, 369, 1, 13, 13.50, 13.77, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1492, 1868, 1452, 5554, 3, 13, 5.69, 5.80, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1493, 1868, 1453, 614, 3, 13, 110.16, 112.36, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1494, 1868, 1454, 3647, 1, 13, 82.94, 84.60, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1495, 1868, 1455, 5351, 3, 13, 83.27, 84.94, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1496, 1868, 1456, 3998, 3, 13, 741.60, 756.43, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1497, 1868, 1457, 878, 3, 13, 281.79, 287.43, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1498, 1868, 1458, 4799, 6, 13, 53.54, 54.61, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1499, 1868, 1459, 3631, 3, 13, 12.55, 12.80, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1500, 1868, 1460, 3981, 9, 13, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1501, 1868, 1461, 5512, 1, 13, 12.84, 13.10, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1502, 1868, 1462, 1224, 1, 13, 15.17, 15.47, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1503, 1868, 1463, 4565, 3, 13, 91.80, 93.64, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1504, 1868, 1464, 1983, 6, 13, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1505, 1868, 1465, 6144, 6, 13, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1506, 1868, 1466, 810, 9, 13, 25.85, 26.37, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1507, 1868, 1467, 1095, 3, 13, 7.99, 8.15, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1508, 1868, 1468, 6029, 3, 13, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1509, 1868, 1469, 5920, 1, 13, 33.91, 34.59, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1510, 1868, 1470, 1731, 3, 13, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1511, 1868, 1471, 2077, 6, 13, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1512, 1868, 1472, 734, 1, 13, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1513, 1868, 1473, 1827, 1, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1514, 1868, 1474, 1844, 1, 13, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1515, 1868, 1475, 756, 9, 13, 0.45, 0.46, 1, 1, 'ai_sell', '2024-05-17 04:02:07', '2024-05-17 04:02:07', '2024-05-17 05:03:06'),
(1516, 1868, 1477, 1827, 6, 13, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-17 04:03:05', '2024-05-17 04:03:05', '2024-05-17 05:04:03'),
(1517, 1869, 1480, 527, 3, 14, 3835.61, 3912.32, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:06'),
(1518, 1869, 1481, 3959, 9, 14, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:06'),
(1519, 1869, 1482, 2453, 3, 14, 272.70, 278.15, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:06'),
(1520, 1869, 1483, 3705, 3, 14, 30.79, 31.41, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:06'),
(1521, 1869, 1484, 2725, 6, 14, 206.24, 210.36, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:06'),
(1522, 1869, 1485, 2195, 3, 14, 78.75, 80.33, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:06'),
(1523, 1869, 1486, 5148, 1, 14, 635.99, 648.71, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:06'),
(1524, 1869, 1487, 5643, 9, 14, 8.21, 8.37, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1525, 1869, 1488, 3228, 1, 14, 2.97, 3.03, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1526, 1869, 1489, 4601, 9, 14, 13.56, 13.83, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1527, 1869, 1490, 2436, 9, 14, 15.04, 15.34, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(1528, 1869, 1491, 3991, 9, 14, 29.28, 29.87, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1529, 1869, 1492, 210, 1, 14, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1530, 1869, 1493, 4797, 9, 14, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1531, 1869, 1494, 143, 1, 14, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1532, 1869, 1495, 2368, 1, 14, 2958.00, 3017.16, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1533, 1869, 1496, 2976, 3, 14, 42.91, 43.77, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1534, 1869, 1497, 1121, 3, 14, 85.30, 87.01, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1535, 1869, 1498, 5652, 6, 14, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1536, 1869, 1499, 3269, 9, 14, 147.29, 150.24, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1537, 1869, 1500, 2905, 3, 14, 28.04, 28.60, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1538, 1869, 1501, 2734, 6, 14, 229.55, 234.14, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1539, 1869, 1502, 2417, 1, 14, 93.93, 95.81, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1540, 1869, 1503, 523, 6, 14, 18.33, 18.70, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1541, 1869, 1504, 4591, 1, 14, 16.63, 16.96, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1542, 1869, 1505, 121, 6, 14, 4.52, 4.61, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1543, 1869, 1506, 2880, 3, 14, 8.79, 8.97, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1544, 1869, 1507, 5882, 9, 14, 4.73, 4.82, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1545, 1869, 1508, 685, 9, 14, 8.08, 8.24, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1546, 1869, 1509, 3498, 9, 14, 52.45, 53.50, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1547, 1869, 1510, 267, 9, 14, 190.79, 194.61, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1548, 1869, 1511, 1666, 3, 14, 49.04, 50.02, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:07'),
(1549, 1869, 1512, 558, 1, 14, 12.60, 12.85, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1550, 1869, 1513, 2497, 3, 14, 28.34, 28.91, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1551, 1869, 1514, 3464, 3, 14, 283.51, 289.18, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1552, 1869, 1515, 1998, 1, 14, 14.84, 15.14, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1553, 1869, 1516, 1257, 3, 14, 7.30, 7.45, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1554, 1869, 1517, 4528, 9, 14, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1555, 1869, 1518, 1500, 1, 14, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1556, 1869, 1519, 5935, 6, 14, 2704.00, 2758.08, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1557, 1869, 1520, 705, 1, 14, 67.20, 68.54, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1558, 1869, 1521, 3140, 9, 14, 283.50, 289.17, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1559, 1869, 1522, 694, 9, 14, 145.44, 148.35, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1560, 1869, 1523, 349, 1, 14, 24.95, 25.45, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1561, 1869, 1524, 4628, 3, 14, 32.54, 33.19, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1562, 1869, 1525, 986, 1, 14, 23.23, 23.69, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1563, 1869, 1526, 2973, 6, 14, 413.02, 421.28, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1564, 1869, 1527, 46, 9, 14, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1565, 1869, 1528, 5385, 3, 14, 161.15, 164.37, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1566, 1869, 1529, 66, 9, 14, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1567, 1869, 1530, 4048, 9, 14, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1568, 1869, 1531, 844, 6, 14, 293.90, 299.78, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1569, 1869, 1532, 1693, 3, 14, 8.95, 9.13, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1570, 1869, 1533, 1289, 6, 14, 49.89, 50.89, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1571, 1869, 1534, 5899, 1, 14, 2.03, 2.07, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1572, 1869, 1535, 1827, 6, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1573, 1869, 1536, 1827, 3, 14, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-17 04:29:15', '2024-05-17 04:29:15', '2024-05-17 05:30:08'),
(1574, 1868, 1479, 2600, 1, NULL, 1000.00, 1030.00, 5, 1, 'manual_sell', '2024-05-17 14:53:58', '2024-05-17 14:53:58', '2024-05-17 15:54:03'),
(1575, 1747, 1542, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-17 16:37:30', '2024-05-17 16:37:30', '2024-05-17 17:38:03'),
(1576, 1747, 1543, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-17 16:38:17', '2024-05-17 16:38:17', '2024-05-17 17:39:04'),
(1577, 1747, 1544, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-17 16:38:43', '2024-05-17 16:38:43', '2024-05-17 17:39:04'),
(1578, 1747, 1545, 2166, 1, NULL, 36.00, 37.08, 4, 1, 'manual_sell', '2024-05-17 16:39:33', '2024-05-17 16:39:33', '2024-05-17 17:40:05'),
(1579, 1747, 1546, 1956, 1, NULL, 10.07, 10.37, 4, 1, 'manual_sell', '2024-05-17 16:39:56', '2024-05-17 16:39:56', '2024-05-17 17:40:05'),
(1580, 1747, 1547, 2608, 1, NULL, 10.00, 10.30, 9, 1, 'manual_sell', '2024-05-17 16:40:20', '2024-05-17 16:40:20', '2024-05-17 17:41:04'),
(1581, 1747, 1548, 1640, 1, NULL, 1.00, 1.03, 7, 1, 'manual_sell', '2024-05-17 16:40:46', '2024-05-17 16:40:46', '2024-05-17 17:41:04'),
(1582, 1798, 1551, 4099, 1, NULL, 201.00, 207.03, 1, 1, 'manual_sell', '2024-05-17 20:01:57', '2024-05-17 20:01:57', '2024-05-17 21:02:09'),
(1583, 1869, 1096, 2299, 1, NULL, 12.00, 24.48, 2, 2, 'manual_sell', '2024-05-18 03:18:30', '2024-05-18 03:18:30', '2024-05-18 04:19:02'),
(1584, 1869, 1097, 2299, 3, NULL, 11.50, 33.83, 3, 2, 'manual_sell', '2024-05-18 03:21:16', '2024-05-18 03:21:16', '2024-05-18 04:22:04'),
(1585, 1869, 1550, 4885, 5, NULL, 550.56, 567.06, 1, 1, 'manual_sell', '2024-05-18 03:24:06', '2024-05-18 03:24:06', '2024-05-18 04:25:05'),
(1586, 1869, 1538, 948, 9, NULL, 660.00, 633.60, 1, 1, 'manual_sell', '2024-05-18 03:25:51', '2024-05-18 03:25:51', '2024-05-18 04:26:04'),
(1587, 1869, 1541, 243, 1, NULL, 877.50, 912.60, 1, 2, 'manual_sell', '2024-05-18 03:27:37', '2024-05-18 03:27:37', '2024-05-18 04:28:04'),
(1588, 1869, 1102, 5119, 3, NULL, 65.00, 62.40, 1, 1, 'manual_sell', '2024-05-18 03:29:11', '2024-05-18 03:29:11', '2024-05-18 04:30:05'),
(1589, 1869, 1100, 3750, 5, NULL, 70.00, 145.60, 2, 2, 'manual_sell', '2024-05-18 03:30:28', '2024-05-18 03:30:28', '2024-05-18 04:31:03'),
(1590, 1866, 1107, 4153, 1, NULL, 306.00, 290.70, 1, 1, 'manual_sell', '2024-05-18 03:42:53', '2024-05-18 03:42:53', '2024-05-18 04:43:03'),
(1591, 1866, 1105, 3892, 5, NULL, 114.00, 117.42, 1, 1, 'manual_sell', '2024-05-18 03:44:21', '2024-05-18 03:44:21', '2024-05-18 04:45:05'),
(1592, 1866, 1478, 5128, 3, NULL, 358.00, 372.32, 1, 2, 'manual_sell', '2024-05-18 03:45:48', '2024-05-18 03:45:48', '2024-05-18 04:46:05'),
(1593, 1866, 1414, 923, 9, NULL, 22.00, 22.66, 1, 2, 'manual_sell', '2024-05-18 03:46:46', '2024-05-18 03:46:46', '2024-05-18 04:47:04'),
(1594, 1871, 1552, 779, 6, 7, 4.56, 4.65, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1595, 1871, 1553, 3073, 1, 7, 115.36, 117.67, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1596, 1871, 1554, 5578, 3, 7, 1086.76, 1108.50, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1597, 1871, 1555, 3927, 3, 7, 36.71, 37.44, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1598, 1871, 1556, 3858, 1, 7, 73.12, 74.58, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1599, 1871, 1557, 1059, 1, 7, 19.76, 20.16, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1600, 1871, 1558, 2340, 1, 7, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1601, 1871, 1559, 4793, 9, 7, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:03'),
(1602, 1871, 1560, 667, 3, 7, 4606.35, 4698.48, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1603, 1871, 1561, 3314, 9, 7, 50.99, 52.01, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1604, 1871, 1562, 4425, 6, 7, 22.61, 23.06, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1605, 1871, 1563, 5782, 6, 7, 20.50, 20.91, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1606, 1871, 1564, 497, 3, 7, 2118.94, 2161.32, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1607, 1871, 1565, 3799, 9, 7, 398.08, 406.04, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1608, 1871, 1566, 3691, 1, 7, 474.79, 484.29, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1609, 1871, 1567, 6084, 9, 7, 11.01, 11.23, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1610, 1871, 1568, 2744, 9, 7, 35.34, 36.05, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1611, 1871, 1569, 5611, 6, 7, 67.10, 68.44, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1612, 1871, 1570, 4354, 6, 7, 14.70, 14.99, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1613, 1871, 1571, 5579, 6, 7, 84.93, 86.63, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1614, 1871, 1572, 4722, 9, 7, 28.71, 29.28, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1615, 1871, 1573, 1135, 1, 7, 301.69, 307.72, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1616, 1871, 1574, 3384, 9, 7, 9.37, 9.56, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1617, 1871, 1575, 159, 1, 7, 37.56, 38.31, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1618, 1871, 1576, 5387, 1, 7, 49.09, 50.07, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1619, 1871, 1577, 1813, 1, 7, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1620, 1871, 1578, 5402, 3, 7, 21.37, 21.80, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1621, 1871, 1579, 2869, 3, 7, 25.19, 25.69, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1622, 1871, 1580, 5214, 1, 7, 16.19, 16.51, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1623, 1871, 1581, 2959, 1, 7, 376.73, 384.26, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1624, 1871, 1582, 2395, 3, 7, 14.17, 14.45, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1625, 1871, 1583, 734, 6, 7, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1626, 1871, 1584, 803, 1, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1627, 1871, 1585, 1844, 3, 7, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1628, 1871, 1586, 1827, 1, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-18 03:57:06', '2024-05-18 03:57:06', '2024-05-18 04:58:04'),
(1629, 1870, 1587, 1757, 9, 8, 78.00, 79.56, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1630, 1870, 1588, 6047, 3, 8, 14.55, 14.84, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1631, 1870, 1589, 3858, 1, 8, 73.83, 75.31, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1632, 1870, 1590, 5689, 6, 8, 127.04, 129.58, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1633, 1870, 1591, 556, 9, 8, 7.07, 7.21, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1634, 1870, 1592, 3435, 9, 8, 157.03, 160.17, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1635, 1870, 1593, 1948, 3, 8, 12.60, 12.85, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1636, 1870, 1594, 1780, 3, 8, 20.06, 20.46, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1637, 1870, 1595, 611, 9, 8, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1638, 1870, 1596, 1706, 3, 8, 31.17, 31.79, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1639, 1870, 1597, 3667, 3, 8, 19.75, 20.15, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1640, 1870, 1598, 755, 6, 8, 33.65, 34.32, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1641, 1870, 1599, 845, 1, 8, 12.39, 12.64, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1642, 1870, 1600, 1311, 6, 8, 47.27, 48.22, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1643, 1870, 1601, 1264, 6, 8, 130.85, 133.47, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1644, 1870, 1602, 5092, 9, 8, 24.73, 25.22, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1645, 1870, 1603, 2501, 1, 8, 97.84, 99.80, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1646, 1870, 1604, 4044, 1, 8, 23.10, 23.56, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1647, 1870, 1605, 3252, 9, 8, 33.39, 34.06, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1648, 1870, 1606, 2802, 9, 8, 48.50, 49.47, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1649, 1870, 1607, 1176, 1, 8, 23.21, 23.67, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1650, 1870, 1608, 2126, 9, 8, 21.30, 21.73, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1651, 1870, 1609, 1174, 9, 8, 30.44, 31.05, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1652, 1870, 1610, 2202, 9, 8, 4.24, 4.32, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1653, 1870, 1611, 4661, 6, 8, 13.41, 13.68, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1654, 1870, 1612, 1913, 3, 8, 13.98, 14.26, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1655, 1870, 1613, 5600, 3, 8, 62.21, 63.45, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1656, 1870, 1614, 3020, 1, 8, 23.91, 24.39, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1657, 1870, 1615, 1823, 3, 8, 13.89, 14.17, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1658, 1870, 1616, 5894, 3, 8, 12.83, 13.09, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1659, 1870, 1617, 4823, 3, 8, 30.69, 31.30, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1660, 1870, 1618, 2268, 6, 8, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1661, 1870, 1619, 3899, 9, 8, 211.04, 215.26, 1, 1, 'ai_sell', '2024-05-18 04:05:08', '2024-05-18 04:05:08', '2024-05-18 05:06:04'),
(1662, 1870, 1620, 3551, 6, 8, 46.79, 47.73, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1663, 1870, 1621, 3988, 6, 8, 33.60, 34.27, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1664, 1870, 1622, 349, 6, 8, 24.71, 25.20, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1665, 1870, 1623, 246, 6, 8, 40.70, 41.51, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1666, 1870, 1624, 2231, 9, 8, 53.52, 54.59, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1667, 1870, 1625, 5579, 9, 8, 82.52, 84.17, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1668, 1870, 1626, 5955, 6, 8, 6.28, 6.41, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1669, 1870, 1627, 5846, 3, 8, 102.51, 104.56, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1670, 1870, 1628, 4046, 1, 8, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1671, 1870, 1629, 5665, 3, 8, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1672, 1870, 1630, 5649, 1, 8, 14.19, 14.47, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1673, 1870, 1631, 3541, 1, 8, 2.81, 2.87, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1674, 1870, 1632, 1153, 3, 8, 39.77, 40.57, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1675, 1870, 1633, 5083, 6, 8, 57.19, 58.33, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1676, 1870, 1634, 4358, 3, 8, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1677, 1870, 1635, 1211, 3, 8, 37.08, 37.82, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1678, 1870, 1636, 2495, 3, 8, 37.09, 37.83, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1679, 1870, 1637, 3692, 1, 8, 63.60, 64.87, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1680, 1870, 1638, 1981, 1, 8, 214.20, 218.48, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1681, 1870, 1639, 4708, 1, 8, 16.13, 16.45, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1682, 1870, 1640, 5546, 6, 8, 439.19, 447.97, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1683, 1870, 1641, 5495, 3, 8, 1506.75, 1536.89, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1684, 1870, 1642, 4499, 3, 8, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1685, 1870, 1643, 3027, 1, 8, 3232.00, 3296.64, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1686, 1870, 1644, 2971, 3, 8, 742.95, 757.81, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1687, 1870, 1645, 3952, 9, 8, 148.04, 151.00, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1688, 1870, 1646, 1515, 3, 8, 364.00, 371.28, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1689, 1870, 1647, 4286, 6, 8, 114.36, 116.65, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1690, 1870, 1648, 730, 3, 8, 70.56, 71.97, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1691, 1870, 1649, 3416, 3, 8, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1692, 1870, 1650, 1618, 1, 8, 53.75, 54.83, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1693, 1870, 1651, 3984, 6, 8, 105.00, 107.10, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1694, 1870, 1652, 2659, 9, 8, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1695, 1870, 1653, 195, 3, 8, 39.18, 39.96, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1696, 1870, 1654, 2556, 1, 8, 25.99, 26.51, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1697, 1870, 1655, 6091, 6, 8, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1698, 1870, 1656, 4091, 1, 8, 27.19, 27.73, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1699, 1870, 1657, 5438, 6, 8, 17.56, 17.91, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1700, 1870, 1658, 1363, 1, 8, 3.43, 3.50, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1701, 1870, 1659, 5223, 3, 8, 734.99, 749.69, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1702, 1870, 1660, 898, 3, 8, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1703, 1870, 1661, 3253, 9, 8, 16.08, 16.40, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1704, 1870, 1662, 1811, 1, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-18 04:05:09', '2024-05-18 04:05:09', '2024-05-18 05:06:05'),
(1705, 1873, 1663, 2733, 6, 9, 3031.35, 3091.98, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:03'),
(1706, 1873, 1664, 2970, 3, 9, 130.65, 133.26, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:03'),
(1707, 1873, 1665, 1484, 6, 9, 10.01, 10.21, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:03'),
(1708, 1873, 1666, 4375, 3, 9, 81.60, 83.23, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:03'),
(1709, 1873, 1667, 5067, 1, 9, 125.83, 128.35, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:03'),
(1710, 1873, 1668, 3667, 6, 9, 19.94, 20.34, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:03'),
(1711, 1873, 1669, 5056, 3, 9, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:03'),
(1712, 1873, 1670, 5666, 9, 9, 104.00, 106.08, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1713, 1873, 1671, 5242, 6, 9, 39.48, 40.27, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1714, 1873, 1672, 2262, 9, 9, 26.00, 26.52, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1715, 1873, 1673, 131, 3, 9, 7.28, 7.43, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1716, 1873, 1674, 249, 1, 9, 32.05, 32.69, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1717, 1873, 1675, 4414, 3, 9, 243.36, 248.23, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1718, 1873, 1676, 4774, 9, 9, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1719, 1873, 1677, 2664, 9, 9, 2816.42, 2872.75, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1720, 1873, 1678, 3932, 3, 9, 203.83, 207.91, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1721, 1873, 1679, 593, 1, 9, 15.30, 15.61, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1722, 1873, 1680, 5820, 3, 9, 747.65, 762.60, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1723, 1873, 1681, 5994, 9, 9, 105.34, 107.45, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1724, 1873, 1682, 2803, 1, 9, 848.00, 864.96, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1725, 1873, 1683, 1471, 9, 9, 14.06, 14.34, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:04'),
(1726, 1873, 1684, 4652, 1, 9, 416.00, 424.32, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1727, 1873, 1685, 689, 3, 9, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1728, 1873, 1686, 1895, 6, 9, 57.07, 58.21, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1729, 1873, 1687, 5601, 3, 9, 45.46, 46.37, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1730, 1873, 1688, 3386, 9, 9, 19.95, 20.35, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1731, 1873, 1689, 1435, 3, 9, 19.81, 20.21, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1732, 1873, 1690, 4631, 3, 9, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1733, 1873, 1691, 5628, 9, 9, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1734, 1873, 1692, 5796, 1, 9, 1212.00, 1236.24, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1735, 1873, 1693, 2597, 3, 9, 74.91, 76.41, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1736, 1873, 1694, 70, 3, 9, 43.26, 44.13, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1737, 1873, 1695, 2959, 1, 9, 391.65, 399.48, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1738, 1873, 1696, 3987, 3, 9, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1739, 1873, 1697, 2032, 6, 9, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1740, 1873, 1698, 4864, 1, 9, 480.90, 490.52, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1741, 1873, 1699, 3096, 9, 9, 33.91, 34.59, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1742, 1873, 1700, 3771, 3, 9, 5.40, 5.51, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1743, 1873, 1701, 1689, 6, 9, 229.27, 233.86, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1744, 1873, 1702, 155, 1, 9, 40.80, 41.62, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1745, 1873, 1703, 6150, 6, 9, 32.95, 33.61, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1746, 1873, 1704, 5402, 1, 9, 20.76, 21.18, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1747, 1873, 1705, 1572, 3, 9, 38.15, 38.91, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1748, 1873, 1706, 5547, 9, 9, 296.79, 302.73, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1749, 1873, 1707, 6122, 6, 9, 28.27, 28.84, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1750, 1873, 1708, 5880, 1, 9, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:05'),
(1751, 1873, 1709, 3636, 9, 9, 201.31, 205.34, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1752, 1873, 1710, 3965, 3, 9, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1753, 1873, 1711, 2619, 9, 9, 18.83, 19.21, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1754, 1873, 1712, 4712, 3, 9, 53.29, 54.36, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1755, 1873, 1713, 3396, 9, 9, 51.49, 52.52, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1756, 1873, 1714, 114, 3, 9, 166.40, 169.73, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1757, 1873, 1715, 4569, 1, 9, 134.16, 136.84, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1758, 1873, 1716, 1912, 1, 9, 3.88, 3.96, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1759, 1873, 1717, 776, 3, 9, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1760, 1873, 1718, 2998, 3, 9, 822.97, 839.43, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1761, 1873, 1719, 660, 3, 9, 2.12, 2.16, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1762, 1873, 1720, 2734, 9, 9, 229.55, 234.14, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1763, 1873, 1721, 5178, 9, 9, 99.90, 101.90, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1764, 1873, 1722, 5091, 1, 9, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1765, 1873, 1723, 2505, 1, 9, 50.99, 52.01, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1766, 1873, 1724, 2623, 1, 9, 9.57, 9.76, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1767, 1873, 1725, 41, 3, 9, 18.18, 18.54, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1768, 1873, 1726, 4562, 6, 9, 3.98, 4.06, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1769, 1873, 1727, 24, 9, 9, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1770, 1873, 1728, 624, 1, 9, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-18 04:20:08', '2024-05-18 04:20:08', '2024-05-18 05:21:06'),
(1771, 1866, 1729, 3841, 1, 6, 9.80, 9.89, 1, 1, 'ai_sell', '2024-05-18 04:28:05', '2024-05-18 04:28:05', '2024-05-18 05:28:06'),
(1772, 1866, 1730, 1748, 9, 6, 40.56, 40.93, 1, 1, 'ai_sell', '2024-05-18 04:28:05', '2024-05-18 04:28:05', '2024-05-18 05:28:06'),
(1773, 1866, 1731, 1293, 3, 11, 33.57, 34.24, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:03'),
(1774, 1866, 1732, 4637, 6, 11, 23.31, 23.78, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:03'),
(1775, 1866, 1733, 4466, 3, 11, 139.05, 141.83, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:03'),
(1776, 1866, 1734, 5529, 1, 11, 10.42, 10.63, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:03'),
(1777, 1866, 1735, 78, 3, 11, 73.50, 74.97, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:03'),
(1778, 1866, 1736, 3085, 1, 11, 72.29, 73.74, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1779, 1866, 1737, 2438, 6, 11, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1780, 1866, 1738, 4225, 9, 11, 33.90, 34.58, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1781, 1866, 1739, 5134, 9, 11, 83.31, 84.98, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1782, 1866, 1740, 4029, 6, 11, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1783, 1866, 1741, 5953, 9, 11, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1784, 1866, 1742, 5567, 6, 11, 875.82, 893.34, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1785, 1866, 1743, 1116, 9, 11, 90.76, 92.58, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1786, 1866, 1744, 5122, 1, 11, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1787, 1866, 1745, 2281, 3, 11, 26.32, 26.85, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1788, 1866, 1746, 387, 1, 11, 2641.95, 2694.79, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1789, 1866, 1747, 4175, 9, 11, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:04'),
(1790, 1866, 1748, 1629, 3, 11, 10.56, 10.77, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1791, 1866, 1749, 2484, 1, 11, 206.00, 210.12, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1792, 1866, 1750, 6091, 9, 11, 8.23, 8.39, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1793, 1866, 1751, 5216, 9, 11, 107.05, 109.19, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1794, 1866, 1752, 831, 3, 11, 186.16, 189.88, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1795, 1866, 1753, 714, 6, 11, 24.25, 24.74, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1796, 1866, 1754, 1163, 9, 11, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1797, 1866, 1755, 1361, 9, 11, 79.74, 81.33, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1798, 1866, 1756, 3514, 6, 11, 632.64, 645.29, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1799, 1866, 1757, 538, 3, 11, 341.77, 348.61, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1800, 1866, 1758, 5865, 9, 11, 16.00, 16.32, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:05'),
(1801, 1866, 1759, 5679, 1, 11, 236.37, 241.10, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1802, 1866, 1760, 3003, 1, 11, 959.50, 978.69, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1803, 1866, 1761, 3472, 1, 11, 297.99, 303.95, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1804, 1866, 1762, 2901, 1, 11, 3242.09, 3306.93, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1805, 1866, 1763, 4685, 9, 11, 16.68, 17.01, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1806, 1866, 1764, 885, 3, 11, 164.79, 168.09, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1807, 1866, 1765, 5231, 9, 11, 7.97, 8.13, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1808, 1866, 1766, 2006, 9, 11, 84.80, 86.50, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1809, 1866, 1767, 5552, 9, 11, 27.68, 28.23, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1810, 1866, 1768, 573, 1, 11, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1811, 1866, 1769, 92, 9, 11, 178.50, 182.07, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1812, 1866, 1770, 5551, 6, 11, 211.99, 216.23, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1813, 1866, 1771, 3223, 6, 11, 101.72, 103.75, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1814, 1866, 1772, 408, 3, 11, 93.72, 95.59, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1815, 1866, 1773, 1183, 3, 11, 14.20, 14.48, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1816, 1866, 1774, 3147, 1, 11, 192.24, 196.08, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1817, 1866, 1775, 3471, 6, 11, 86.51, 88.24, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:06'),
(1818, 1866, 1776, 3217, 1, 11, 91.59, 93.42, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:07'),
(1819, 1866, 1777, 4595, 1, 11, 52.43, 53.48, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:07'),
(1820, 1866, 1778, 3422, 9, 11, 11.69, 11.92, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:07'),
(1821, 1866, 1779, 5354, 3, 11, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:07'),
(1822, 1866, 1780, 1640, 3, 11, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:07'),
(1823, 1866, 1781, 1844, 3, 11, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-18 04:32:06', '2024-05-18 04:32:06', '2024-05-18 05:33:07'),
(1824, 1867, 1782, 2426, 1, 12, 508.98, 519.16, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:04'),
(1825, 1867, 1783, 4748, 3, 12, 8.64, 8.81, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:04'),
(1826, 1867, 1784, 4214, 3, 12, 21.08, 21.50, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1827, 1867, 1785, 3614, 1, 12, 252.00, 257.04, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1828, 1867, 1786, 6032, 9, 12, 103.99, 106.07, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1829, 1867, 1787, 5231, 1, 12, 8.28, 8.45, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1830, 1867, 1788, 2419, 1, 12, 104.94, 107.04, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1831, 1867, 1789, 2519, 1, 12, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1832, 1867, 1790, 3699, 9, 12, 55.57, 56.68, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1833, 1867, 1791, 4857, 1, 12, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1834, 1867, 1792, 4811, 9, 12, 63.81, 65.09, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1835, 1867, 1793, 3537, 6, 12, 3118.88, 3181.26, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1836, 1867, 1794, 2875, 1, 12, 68.87, 70.25, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1837, 1867, 1795, 2122, 6, 12, 62.11, 63.35, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1838, 1867, 1796, 141, 1, 12, 6.30, 6.43, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1839, 1867, 1797, 1346, 3, 12, 31.25, 31.88, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1840, 1867, 1798, 5773, 1, 12, 15.42, 15.73, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1841, 1867, 1799, 2208, 9, 12, 57.05, 58.19, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1842, 1867, 1800, 2443, 9, 12, 8.23, 8.39, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1843, 1867, 1801, 1131, 1, 12, 374.34, 381.83, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:05'),
(1844, 1867, 1802, 5475, 6, 12, 83.99, 85.67, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1845, 1867, 1803, 1844, 1, 12, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1846, 1867, 1804, 5647, 3, 12, 12.36, 12.61, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1847, 1867, 1805, 2410, 6, 12, 2038.40, 2079.17, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1848, 1867, 1806, 927, 6, 12, 412.12, 420.36, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1849, 1867, 1807, 4638, 3, 12, 76.64, 78.17, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1850, 1867, 1808, 2469, 3, 12, 158.74, 161.91, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1851, 1867, 1809, 4723, 3, 12, 16.63, 16.96, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1852, 1867, 1810, 4081, 6, 12, 50.49, 51.50, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1853, 1867, 1811, 566, 3, 12, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1854, 1867, 1812, 1277, 6, 12, 34.47, 35.16, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1855, 1867, 1813, 998, 9, 12, 402.44, 410.49, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1856, 1867, 1814, 831, 9, 12, 187.95, 191.71, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1857, 1867, 1815, 5787, 1, 12, 3.41, 3.48, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1858, 1867, 1816, 5681, 6, 12, 50.45, 51.46, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1859, 1867, 1817, 2884, 3, 12, 4011.72, 4091.95, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:06'),
(1860, 1867, 1818, 5771, 9, 12, 21.43, 21.86, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1861, 1867, 1819, 1206, 1, 12, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1862, 1867, 1820, 3244, 3, 12, 199.32, 203.31, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1863, 1867, 1821, 249, 9, 12, 32.05, 32.69, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1864, 1867, 1822, 1444, 9, 12, 8.32, 8.49, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1865, 1867, 1823, 5692, 1, 12, 12.72, 12.97, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1866, 1867, 1824, 5208, 1, 12, 176.39, 179.92, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1867, 1867, 1825, 3774, 3, 12, 101.63, 103.66, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1868, 1867, 1826, 4099, 3, 12, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1869, 1867, 1827, 1566, 6, 12, 332.80, 339.46, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1870, 1867, 1828, 2085, 3, 12, 29.18, 29.76, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:07'),
(1871, 1867, 1829, 2594, 9, 12, 15.28, 15.59, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1872, 1867, 1830, 123, 1, 12, 498.84, 508.82, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1873, 1867, 1831, 4729, 3, 12, 85.31, 87.02, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1874, 1867, 1832, 817, 3, 12, 66.91, 68.25, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1875, 1867, 1833, 4017, 1, 12, 3.07, 3.13, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1876, 1867, 1834, 4672, 6, 12, 14.65, 14.94, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1877, 1867, 1835, 734, 9, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1878, 1867, 1836, 1827, 9, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-18 04:41:07', '2024-05-18 04:41:07', '2024-05-18 05:42:08'),
(1879, 1868, 1837, 5392, 3, 13, 33.81, 34.49, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:06'),
(1880, 1868, 1838, 804, 3, 13, 7.99, 8.15, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:07'),
(1881, 1868, 1839, 322, 1, 13, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:07'),
(1882, 1868, 1840, 3996, 1, 13, 73.83, 75.31, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:07'),
(1883, 1868, 1841, 827, 1, 13, 339.20, 345.98, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1884, 1868, 1842, 4089, 9, 13, 20.14, 20.54, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1885, 1868, 1843, 3916, 6, 13, 618.00, 630.36, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1886, 1868, 1844, 3713, 9, 13, 19.54, 19.93, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1887, 1868, 1845, 3238, 3, 13, 105.64, 107.75, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1888, 1868, 1846, 3536, 1, 13, 1522.50, 1552.95, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1889, 1868, 1847, 2052, 6, 13, 154.80, 157.90, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1890, 1868, 1848, 2106, 6, 13, 61.20, 62.42, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1891, 1868, 1849, 4134, 3, 13, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:08'),
(1892, 1868, 1850, 4478, 3, 13, 25.20, 25.70, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1893, 1868, 1851, 2667, 3, 13, 231.43, 236.06, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1894, 1868, 1852, 4568, 9, 13, 7.28, 7.43, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1895, 1868, 1853, 939, 3, 13, 41.81, 42.65, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1896, 1868, 1854, 5420, 1, 13, 18.79, 19.17, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1897, 1868, 1855, 4395, 9, 13, 206.79, 210.93, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1898, 1868, 1856, 132, 6, 13, 100.98, 103.00, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1899, 1868, 1857, 4542, 1, 13, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1900, 1868, 1858, 4411, 3, 13, 3021.00, 3081.42, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1901, 1868, 1859, 2354, 6, 13, 31.92, 32.56, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1902, 1868, 1860, 1510, 9, 13, 79.56, 81.15, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1903, 1868, 1861, 5136, 9, 13, 104.94, 107.04, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1904, 1868, 1862, 3860, 9, 13, 24.43, 24.92, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1905, 1868, 1863, 6054, 1, 13, 18.89, 19.27, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1906, 1868, 1864, 2214, 6, 13, 9.45, 9.64, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1907, 1868, 1865, 2789, 6, 13, 41.17, 41.99, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(1908, 1868, 1866, 2492, 6, 13, 18.28, 18.65, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1909, 1868, 1867, 4703, 1, 13, 34.13, 34.81, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1910, 1868, 1868, 4636, 3, 13, 22.04, 22.48, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1911, 1868, 1869, 2487, 6, 13, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1912, 1868, 1870, 1876, 9, 13, 32.34, 32.99, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1913, 1868, 1871, 1911, 1, 13, 23.51, 23.98, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1914, 1868, 1872, 1549, 3, 13, 151.61, 154.64, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1915, 1868, 1873, 3351, 1, 13, 210.00, 214.20, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1916, 1868, 1874, 4214, 1, 13, 21.29, 21.72, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:09'),
(1917, 1868, 1875, 5605, 6, 13, 232.30, 236.95, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:10'),
(1918, 1868, 1876, 142, 1, 13, 23.23, 23.69, 1, 1, 'ai_sell', '2024-05-18 05:15:09', '2024-05-18 05:15:09', '2024-05-18 06:16:10'),
(1919, 1868, 1877, 5539, 9, 13, 276.04, 281.56, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1920, 1868, 1878, 3801, 6, 13, 6.96, 7.10, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1921, 1868, 1879, 1661, 3, 13, 14.30, 14.59, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1922, 1868, 1880, 683, 1, 13, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1923, 1868, 1881, 946, 1, 13, 13.64, 13.91, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1924, 1868, 1882, 2687, 1, 13, 250.75, 255.77, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1925, 1868, 1883, 5967, 6, 13, 25.71, 26.22, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1926, 1868, 1884, 4400, 1, 13, 20.28, 20.69, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1927, 1868, 1885, 2092, 9, 13, 153.84, 156.92, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1928, 1868, 1886, 1966, 6, 13, 316.94, 323.28, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1929, 1868, 1887, 2645, 9, 13, 21.81, 22.25, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1930, 1868, 1888, 3833, 3, 13, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1931, 1868, 1889, 1428, 1, 13, 10.08, 10.28, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1932, 1868, 1890, 5540, 6, 13, 124.14, 126.62, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1933, 1868, 1891, 3572, 3, 13, 32.41, 33.06, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1934, 1868, 1892, 3554, 9, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:10'),
(1935, 1868, 1893, 1933, 3, 13, 34.57, 35.26, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1936, 1868, 1894, 107, 3, 13, 24.94, 25.44, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1937, 1868, 1895, 4611, 1, 13, 28.27, 28.84, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1938, 1868, 1896, 1415, 3, 13, 104.00, 106.08, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1939, 1868, 1897, 616, 9, 13, 164.85, 168.15, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1940, 1868, 1898, 818, 6, 13, 7.55, 7.70, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1941, 1868, 1899, 732, 3, 13, 63.62, 64.89, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1942, 1868, 1900, 1427, 3, 13, 21.17, 21.59, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1943, 1868, 1901, 5808, 6, 13, 104.99, 107.09, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1944, 1868, 1902, 5051, 1, 13, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1945, 1868, 1903, 1176, 3, 13, 23.67, 24.14, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1946, 1868, 1904, 6131, 3, 13, 40.80, 41.62, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1947, 1868, 1905, 2148, 1, 13, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1948, 1868, 1906, 2769, 9, 13, 30.05, 30.65, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1949, 1868, 1907, 3380, 3, 13, 16.38, 16.71, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1950, 1868, 1908, 2350, 9, 13, 8.08, 8.24, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1951, 1868, 1909, 5431, 6, 13, 21.77, 22.21, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1952, 1868, 1910, 5580, 1, 13, 13.62, 13.89, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1953, 1868, 1911, 4968, 3, 13, 16.88, 17.22, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1954, 1868, 1912, 872, 6, 13, 25.74, 26.25, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1955, 1868, 1913, 2239, 3, 13, 58.58, 59.75, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1956, 1868, 1914, 1818, 3, 13, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1957, 1868, 1915, 1894, 3, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1958, 1868, 1916, 803, 9, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-18 05:15:10', '2024-05-18 05:15:10', '2024-05-18 06:16:11'),
(1959, 1869, 1917, 4057, 9, 14, 26.54, 27.07, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:09'),
(1960, 1869, 1918, 6060, 3, 14, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1961, 1869, 1919, 4546, 3, 14, 418.20, 426.56, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1962, 1869, 1920, 2100, 3, 14, 6.51, 6.64, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1963, 1869, 1921, 3435, 9, 14, 155.52, 158.63, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1964, 1869, 1922, 928, 1, 14, 175.76, 179.28, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1965, 1869, 1923, 5679, 6, 14, 234.14, 238.82, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1966, 1869, 1924, 855, 1, 14, 31.13, 31.75, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1967, 1869, 1925, 5560, 1, 14, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1968, 1869, 1926, 3253, 1, 14, 16.72, 17.05, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1969, 1869, 1927, 455, 9, 14, 530.25, 540.86, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1970, 1869, 1928, 5324, 6, 14, 1891.04, 1928.86, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1971, 1869, 1929, 5709, 1, 14, 12.66, 12.91, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1972, 1869, 1930, 4166, 6, 14, 388.50, 396.27, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1973, 1869, 1931, 2558, 3, 14, 43.42, 44.29, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1974, 1869, 1932, 1418, 6, 14, 20.74, 21.15, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1975, 1869, 1933, 796, 3, 14, 371.00, 378.42, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1976, 1869, 1934, 2254, 3, 14, 9.94, 10.14, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1977, 1869, 1935, 2433, 3, 14, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1978, 1869, 1936, 4518, 6, 14, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1979, 1869, 1937, 3353, 3, 14, 525.30, 535.81, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1980, 1869, 1938, 5675, 6, 14, 5555.00, 5666.10, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1981, 1869, 1939, 5591, 1, 14, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1982, 1869, 1940, 3393, 9, 14, 25.43, 25.94, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1983, 1869, 1941, 6021, 9, 14, 38.09, 38.85, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1984, 1869, 1942, 2307, 1, 14, 47.97, 48.93, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1985, 1869, 1943, 1473, 6, 14, 21.55, 21.98, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1986, 1869, 1944, 2341, 6, 14, 38.65, 39.42, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1987, 1869, 1945, 3415, 6, 14, 102.96, 105.02, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1988, 1869, 1946, 4350, 9, 14, 932.79, 951.45, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1989, 1869, 1947, 1422, 1, 14, 20.17, 20.57, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1990, 1869, 1948, 46, 1, 14, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1991, 1869, 1949, 1886, 9, 14, 51.17, 52.19, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1992, 1869, 1950, 3209, 9, 14, 23.32, 23.79, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1993, 1869, 1951, 5381, 6, 14, 14.12, 14.40, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1994, 1869, 1952, 6072, 3, 14, 57.74, 58.89, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1995, 1869, 1953, 5400, 1, 14, 71.40, 72.83, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1996, 1869, 1954, 5037, 9, 14, 12.23, 12.47, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1997, 1869, 1955, 889, 9, 14, 17.80, 18.16, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1998, 1869, 1956, 3142, 3, 14, 88.39, 90.16, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(1999, 1869, 1957, 3116, 9, 14, 9.13, 9.31, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(2000, 1869, 1958, 3053, 6, 14, 73.98, 75.46, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(2001, 1869, 1959, 3921, 6, 14, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(2002, 1869, 1960, 2575, 9, 14, 44.37, 45.26, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(2003, 1869, 1961, 1679, 1, 14, 450.32, 459.33, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(2004, 1869, 1962, 1775, 1, 14, 248.88, 253.86, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:10'),
(2005, 1869, 1963, 2256, 1, 14, 33.92, 34.60, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2006, 1869, 1964, 2845, 6, 14, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2007, 1869, 1965, 595, 3, 14, 402.80, 410.86, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2008, 1869, 1966, 6070, 1, 14, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2009, 1869, 1967, 3225, 9, 14, 1.19, 1.21, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2010, 1869, 1968, 633, 3, 14, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2011, 1869, 1969, 2808, 1, 14, 34.31, 35.00, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2012, 1869, 1970, 171, 6, 14, 103.95, 106.03, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2013, 1869, 1971, 1112, 3, 14, 82.05, 83.69, 1, 1, 'ai_sell', '2024-05-18 05:42:09', '2024-05-18 05:42:09', '2024-05-18 06:42:11'),
(2014, 1869, 1972, 5851, 9, 14, 103.99, 106.07, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2015, 1869, 1973, 4824, 1, 14, 22.11, 22.55, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2016, 1869, 1974, 5046, 1, 14, 63.59, 64.86, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2017, 1869, 1975, 2699, 3, 14, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2018, 1869, 1976, 256, 6, 14, 154.47, 157.56, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2019, 1869, 1977, 4609, 1, 14, 24.89, 25.39, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2020, 1869, 1978, 661, 3, 14, 6.30, 6.43, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2021, 1869, 1979, 4717, 9, 14, 30.15, 30.75, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2022, 1869, 1980, 4796, 1, 14, 10.72, 10.93, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2023, 1869, 1981, 3527, 3, 14, 3.01, 3.07, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2024, 1869, 1982, 1837, 9, 14, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2025, 1869, 1983, 1827, 3, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-18 05:42:10', '2024-05-18 05:42:10', '2024-05-18 06:43:10'),
(2026, 1869, 1984, 1827, 9, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-18 05:43:05', '2024-05-18 05:43:05', '2024-05-18 06:43:10'),
(2027, 1871, 1208, 4679, 1, NULL, 5.98, 24.92, 4, 2, 'manual_sell', '2024-05-18 11:23:39', '2024-05-18 11:23:39', '2024-05-18 12:24:03'),
(2028, 1871, 1207, 608, 3, NULL, 2.00, 5.00, 2, 2, 'manual_sell', '2024-05-18 11:26:25', '2024-05-18 11:26:25', '2024-05-18 12:27:02'),
(2029, 1871, 1149, 267, 5, NULL, 179.99, 1652.31, 9, 2, 'manual_sell', '2024-05-18 11:28:41', '2024-05-18 11:28:41', '2024-05-18 12:29:04'),
(2030, 1871, 1985, 4891, 3, NULL, 15.26, 62.34, 4, 2, 'manual_sell', '2024-05-18 11:58:18', '2024-05-18 11:58:18', '2024-05-18 12:59:03'),
(2031, 1871, 1993, 3252, 5, NULL, 34.65, 35.75, 1, 2, 'manual_sell', '2024-05-18 14:11:15', '2024-05-18 14:11:15', '2024-05-18 15:12:03'),
(2032, 1871, 1992, 3252, 5, NULL, 34.65, 36.55, 1, 2, 'manual_sell', '2024-05-18 14:13:35', '2024-05-18 14:13:35', '2024-05-18 15:14:04'),
(2033, 1871, 1990, 925, 3, NULL, 95.70, 98.60, 1, 2, 'manual_sell', '2024-05-18 14:14:53', '2024-05-18 14:14:53', '2024-05-18 15:15:05'),
(2034, 1871, 1989, 4556, 9, NULL, 7.15, 9.25, 1, 2, 'manual_sell', '2024-05-18 14:16:39', '2024-05-18 14:16:39', '2024-05-18 15:17:04'),
(2035, 1871, 1988, 4556, 3, NULL, 7.15, 9.24, 1, 2, 'manual_sell', '2024-05-18 14:17:28', '2024-05-18 14:17:28', '2024-05-18 15:18:03'),
(2036, 1871, 1987, 2159, 9, NULL, 77.00, 78.54, 1, 1, 'manual_sell', '2024-05-18 14:18:51', '2024-05-18 14:18:51', '2024-05-18 15:19:03'),
(2037, 1871, 1986, 1434, 9, NULL, 88.00, 89.76, 1, 1, 'manual_sell', '2024-05-18 14:19:57', '2024-05-18 14:19:57', '2024-05-18 15:20:05'),
(2038, 1871, 1985, 4891, 5, NULL, 15.26, 62.14, 4, 2, 'manual_sell', '2024-05-18 14:21:08', '2024-05-18 14:21:08', '2024-05-18 15:22:03'),
(2039, 1871, 1208, 4679, 9, NULL, 5.98, 25.02, 4, 2, 'manual_sell', '2024-05-18 14:23:25', '2024-05-18 14:23:25', '2024-05-18 15:24:03'),
(2040, 1871, 1207, 608, 5, NULL, 2.00, 5.00, 2, 2, 'manual_sell', '2024-05-18 14:24:24', '2024-05-18 14:24:24', '2024-05-18 15:25:05'),
(2041, 1871, 1149, 267, 9, NULL, 179.99, 1668.70, 9, 2, 'manual_sell', '2024-05-18 14:26:27', '2024-05-18 14:26:27', '2024-05-18 15:27:03'),
(2042, 1747, 2045, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-18 18:47:16', '2024-05-18 18:47:16', '2024-05-18 19:48:04'),
(2043, 1747, 2046, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-18 18:48:05', '2024-05-18 18:48:05', '2024-05-18 19:49:04'),
(2044, 1747, 2047, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-18 18:48:46', '2024-05-18 18:48:46', '2024-05-18 19:49:04'),
(2045, 1747, 2048, 2166, 1, NULL, 36.00, 37.08, 4, 1, 'manual_sell', '2024-05-18 18:50:12', '2024-05-18 18:50:12', '2024-05-18 19:51:03'),
(2046, 1747, 2049, 1956, 1, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-18 18:50:45', '2024-05-18 18:50:45', '2024-05-18 19:51:03'),
(2047, 1747, 2050, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-18 18:51:07', '2024-05-18 18:51:07', '2024-05-18 19:52:03'),
(2048, 1747, 2051, 1842, 1, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-05-18 18:54:22', '2024-05-18 18:54:22', '2024-05-18 19:55:06'),
(2049, 1747, 2052, 1640, 1, NULL, 1.00, 1.03, 22, 1, 'manual_sell', '2024-05-18 18:54:54', '2024-05-18 18:54:54', '2024-05-18 19:55:06'),
(2050, 1798, 2053, 1023, 1, NULL, 155.00, 159.65, 1, 1, 'manual_sell', '2024-05-18 21:27:58', '2024-05-18 21:27:58', '2024-05-18 22:28:04'),
(2051, 1798, 2054, 4642, 1, NULL, 26.00, 26.78, 2, 1, 'manual_sell', '2024-05-18 21:30:09', '2024-05-18 21:30:09', '2024-05-18 22:31:04'),
(2052, 1871, 2030, 5356, 5, NULL, 49.50, 0.99, 1, 1, 'manual_sell', '2024-05-19 00:04:56', '2024-05-19 00:04:56', '2024-05-19 01:05:04'),
(2053, 1871, 1149, 267, 3, NULL, 179.99, 32.40, 9, 1, 'manual_sell', '2024-05-19 00:11:32', '2024-05-19 00:11:32', '2024-05-19 01:12:02'),
(2054, 1871, 1207, 608, 5, NULL, 2.00, 0.08, 2, 1, 'manual_sell', '2024-05-19 00:14:20', '2024-05-19 00:14:20', '2024-05-19 01:15:04'),
(2055, 1871, 1985, 4891, 9, NULL, 15.26, 1.80, 4, 1, 'manual_sell', '2024-05-19 00:24:38', '2024-05-19 00:24:38', '2024-05-19 01:25:06'),
(2056, 1871, 2025, 4846, 3, NULL, 113.44, 3.40, 1, 1, 'manual_sell', '2024-05-19 00:30:46', '2024-05-19 00:30:46', '2024-05-19 01:31:03'),
(2057, 1871, 2024, 4960, 3, NULL, 20.77, 1.23, 1, 1, 'manual_sell', '2024-05-19 00:32:37', '2024-05-19 00:32:37', '2024-05-19 01:33:03'),
(2058, 1871, 2017, 1896, 5, NULL, 55.56, 1.11, 1, 1, 'manual_sell', '2024-05-19 00:34:09', '2024-05-19 00:34:09', '2024-05-19 01:35:05'),
(2059, 1871, 2013, 4097, 5, NULL, 23.18, 1.95, 1, 1, 'manual_sell', '2024-05-19 00:36:07', '2024-05-19 00:36:07', '2024-05-19 01:37:03'),
(2060, 1871, 2008, 4861, 5, NULL, 154.52, 3.90, 1, 1, 'manual_sell', '2024-05-19 00:37:34', '2024-05-19 00:37:34', '2024-05-19 01:38:03'),
(2061, 1871, 1993, 3252, 9, NULL, 34.65, 1.93, 1, 1, 'manual_sell', '2024-05-19 00:38:34', '2024-05-19 00:38:34', '2024-05-19 01:39:02'),
(2062, 1871, 1992, 3252, 3, NULL, 34.65, 1.93, 1, 1, 'manual_sell', '2024-05-19 00:39:01', '2024-05-19 00:39:01', '2024-05-19 01:39:02'),
(2063, 1871, 1990, 925, 5, NULL, 95.70, 1.90, 1, 1, 'manual_sell', '2024-05-19 00:40:05', '2024-05-19 00:40:05', '2024-05-19 01:41:03'),
(2064, 1871, 1989, 4556, 9, NULL, 7.15, 0.14, 1, 1, 'manual_sell', '2024-05-19 00:42:39', '2024-05-19 00:42:39', '2024-05-19 01:43:04'),
(2065, 1871, 1988, 4556, 9, NULL, 7.15, 0.14, 1, 1, 'manual_sell', '2024-05-19 00:43:10', '2024-05-19 00:43:10', '2024-05-19 01:44:03'),
(2066, 1871, 1208, 4679, 3, NULL, 5.98, 1.17, 4, 1, 'manual_sell', '2024-05-19 00:44:14', '2024-05-19 00:44:14', '2024-05-19 01:45:06'),
(2067, 1873, 2027, 5351, 1, NULL, 89.00, 87.22, 3, 1, 'manual_sell', '2024-05-19 00:48:35', '2024-05-19 00:48:35', '2024-05-19 01:49:03'),
(2068, 1873, 2021, 722, 3, NULL, 37.40, 36.70, 2, 1, 'manual_sell', '2024-05-19 00:50:53', '2024-05-19 00:50:53', '2024-05-19 01:51:04'),
(2069, 1873, 2022, 145, 5, NULL, 75.90, 78.20, 4, 2, 'manual_sell', '2024-05-19 00:51:54', '2024-05-19 00:51:54', '2024-05-19 01:52:03'),
(2070, 1873, 2020, 722, 3, NULL, 37.40, 36.40, 2, 1, 'manual_sell', '2024-05-19 00:52:38', '2024-05-19 00:52:38', '2024-05-19 01:53:03'),
(2071, 1873, 2018, 6008, 3, NULL, 107.80, 111.10, 7, 2, 'manual_sell', '2024-05-19 00:53:43', '2024-05-19 00:53:43', '2024-05-19 01:54:02'),
(2072, 1873, 2011, 3258, 9, NULL, 100.10, 103.20, 4, 2, 'manual_sell', '2024-05-19 00:57:35', '2024-05-19 00:57:35', '2024-05-19 01:58:03'),
(2073, 1873, 2010, 3177, 3, NULL, 56.10, 54.10, 4, 1, 'manual_sell', '2024-05-19 00:58:33', '2024-05-19 00:58:33', '2024-05-19 01:59:04'),
(2074, 1873, 2006, 3820, 3, NULL, 8.80, 9.00, 4, 2, 'manual_sell', '2024-05-19 01:16:46', '2024-05-19 01:16:46', '2024-05-19 02:17:02'),
(2075, 1873, 2022, 145, 9, NULL, 75.90, 77.50, 4, 2, 'manual_sell', '2024-05-19 02:18:43', '2024-05-19 02:18:43', '2024-05-19 03:19:17'),
(2076, 1873, 2018, 6008, 3, NULL, 107.80, 110.00, 7, 2, 'manual_sell', '2024-05-19 02:19:38', '2024-05-19 02:19:38', '2024-05-19 03:20:05'),
(2077, 1873, 2011, 3258, 3, NULL, 100.10, 98.10, 4, 1, 'manual_sell', '2024-05-19 02:20:20', '2024-05-19 02:20:20', '2024-05-19 03:21:03'),
(2078, 1873, 2006, 3820, 1, NULL, 8.80, 9.00, 4, 1, 'manual_sell', '2024-05-19 02:21:06', '2024-05-19 02:21:06', '2024-05-19 03:22:04'),
(2079, 1873, 2005, 4368, 1, NULL, 55.00, 56.10, 3, 1, 'manual_sell', '2024-05-19 02:21:51', '2024-05-19 02:21:51', '2024-05-19 03:22:05'),
(2080, 1868, 2007, 2726, 1, NULL, 31.88, 33.15, 5, 2, 'manual_sell', '2024-05-19 02:22:34', '2024-05-19 02:22:34', '2024-05-19 03:23:04'),
(2081, 1873, 2004, 417, 1, NULL, 49.50, 50.49, 2, 1, 'manual_sell', '2024-05-19 02:22:40', '2024-05-19 02:22:40', '2024-05-19 03:23:04'),
(2082, 1873, 2003, 1181, 1, NULL, 28.60, 29.20, 3, 1, 'manual_sell', '2024-05-19 02:23:38', '2024-05-19 02:23:38', '2024-05-19 03:24:03'),
(2083, 1873, 2001, 3076, 9, NULL, 34.10, 33.50, 3, 1, 'manual_sell', '2024-05-19 02:24:25', '2024-05-19 02:24:25', '2024-05-19 03:25:05'),
(2084, 1873, 2000, 5652, 9, NULL, 110.00, 100.00, 5, 1, 'manual_sell', '2024-05-19 02:24:48', '2024-05-19 02:24:48', '2024-05-19 03:25:06'),
(2085, 1873, 1999, 3594, 9, NULL, 22.80, 23.80, 10, 2, 'manual_sell', '2024-05-19 02:25:16', '2024-05-19 02:25:16', '2024-05-19 03:26:03'),
(2086, 1873, 1998, 5440, 9, NULL, 67.10, 60.00, 4, 1, 'manual_sell', '2024-05-19 02:25:41', '2024-05-19 02:25:41', '2024-05-19 03:26:03'),
(2087, 1868, 2009, 4774, 3, NULL, 110.00, 112.20, 1, 1, 'manual_sell', '2024-05-19 02:25:43', '2024-05-19 02:25:43', '2024-05-19 03:26:03'),
(2088, 1873, 1997, 1269, 5, NULL, 121.00, 100.00, 5, 1, 'manual_sell', '2024-05-19 02:26:08', '2024-05-19 02:26:08', '2024-05-19 03:27:03'),
(2089, 1873, 1996, 788, 5, NULL, 38.00, 39.14, 5, 1, 'manual_sell', '2024-05-19 02:27:05', '2024-05-19 02:27:05', '2024-05-19 03:28:04'),
(2090, 1873, 1995, 3892, 3, NULL, 108.90, 107.20, 4, 1, 'manual_sell', '2024-05-19 02:27:38', '2024-05-19 02:27:38', '2024-05-19 03:28:04'),
(2091, 1868, 2012, 3165, 5, NULL, 59.40, 60.59, 3, 1, 'manual_sell', '2024-05-19 02:28:05', '2024-05-19 02:28:05', '2024-05-19 03:29:03'),
(2092, 1873, 1994, 773, 9, NULL, 64.90, 66.90, 4, 2, 'manual_sell', '2024-05-19 02:28:32', '2024-05-19 02:28:32', '2024-05-19 03:29:03'),
(2093, 1873, 1991, 773, 3, NULL, 64.00, 65.92, 3, 2, 'manual_sell', '2024-05-19 02:29:33', '2024-05-19 02:29:33', '2024-05-19 03:30:05'),
(2094, 1868, 2014, 5371, 9, NULL, 80.28, 82.68, 1, 2, 'manual_sell', '2024-05-19 02:29:44', '2024-05-19 02:29:44', '2024-05-19 03:30:05'),
(2095, 1868, 2016, 2154, 9, NULL, 21.53, 21.96, 7, 1, 'manual_sell', '2024-05-19 02:34:13', '2024-05-19 02:34:13', '2024-05-19 03:35:05'),
(2096, 1868, 2019, 2450, 1, NULL, 16.50, 17.16, 1, 2, 'manual_sell', '2024-05-19 02:35:30', '2024-05-19 02:35:30', '2024-05-19 03:36:04'),
(2097, 1868, 2023, 5099, 3, NULL, 29.90, 30.79, 1, 2, 'manual_sell', '2024-05-19 02:36:48', '2024-05-19 02:36:48', '2024-05-19 03:37:03'),
(2098, 1868, 2029, 4775, 5, NULL, 47.39, 48.34, 1, 1, 'manual_sell', '2024-05-19 02:38:09', '2024-05-19 02:38:09', '2024-05-19 03:39:03'),
(2099, 1868, 2068, 4088, 1, NULL, 20.90, 21.30, 4, 1, 'manual_sell', '2024-05-19 02:39:09', '2024-05-19 02:39:09', '2024-05-19 03:40:05'),
(2100, 1868, 2075, 4743, 5, NULL, 21.92, 22.58, 1, 2, 'manual_sell', '2024-05-19 02:40:46', '2024-05-19 02:40:46', '2024-05-19 03:41:03'),
(2101, 1868, 2079, 3850, 9, NULL, 19.79, 20.19, 1, 2, 'manual_sell', '2024-05-19 02:42:04', '2024-05-19 02:42:04', '2024-05-19 03:43:03'),
(2102, 1868, 2082, 4779, 1, NULL, 43.99, 48.39, 1, 2, 'manual_sell', '2024-05-19 02:43:59', '2024-05-19 02:43:59', '2024-05-19 03:44:04'),
(2103, 1868, 2084, 3345, 1, NULL, 16.50, 16.83, 1, 1, 'manual_sell', '2024-05-19 02:45:15', '2024-05-19 02:45:15', '2024-05-19 03:46:03'),
(2104, 1868, 2088, 3812, 9, NULL, 31.85, 32.48, 1, 1, 'manual_sell', '2024-05-19 02:46:24', '2024-05-19 02:46:24', '2024-05-19 03:47:03'),
(2105, 1871, 2109, 4716, 5, NULL, 64.79, 1.35, 1, 1, 'manual_sell', '2024-05-19 03:02:26', '2024-05-19 03:02:26', '2024-05-19 04:03:10'),
(2106, 1871, 2055, 3909, 9, NULL, 220.00, 6.60, 1, 1, 'manual_sell', '2024-05-19 03:04:13', '2024-05-19 03:04:13', '2024-05-19 04:05:09'),
(2107, 1871, 2110, 1830, 5, NULL, 41.80, 1.36, 1, 1, 'manual_sell', '2024-05-19 03:06:09', '2024-05-19 03:06:09', '2024-05-19 04:07:10'),
(2108, 1871, 2056, 4488, 1, NULL, 221.90, 6.66, 1, 1, 'manual_sell', '2024-05-19 03:07:11', '2024-05-19 03:07:11', '2024-05-19 04:08:02'),
(2109, 1871, 2108, 4716, 1, NULL, 64.79, 1.94, 1, 1, 'manual_sell', '2024-05-19 03:08:26', '2024-05-19 03:08:26', '2024-05-19 04:09:04'),
(2110, 1869, 1096, 2299, 1, NULL, 12.00, 23.52, 2, 2, 'manual_sell', '2024-05-19 03:23:16', '2024-05-19 03:23:16', '2024-05-19 04:24:03'),
(2111, 1869, 1097, 2299, 1, NULL, 11.50, 35.19, 3, 2, 'manual_sell', '2024-05-19 03:26:36', '2024-05-19 03:26:36', '2024-05-19 04:27:03'),
(2112, 1869, 1098, 1778, 3, NULL, 201.00, 207.03, 1, 2, 'manual_sell', '2024-05-19 03:30:37', '2024-05-19 03:30:37', '2024-05-19 04:31:03'),
(2113, 1869, 1099, 1778, 3, NULL, 209.00, 202.73, 1, 1, 'manual_sell', '2024-05-19 03:32:28', '2024-05-19 03:32:28', '2024-05-19 04:33:05'),
(2114, 1869, 1100, 3750, 5, NULL, 70.00, 145.60, 2, 2, 'manual_sell', '2024-05-19 03:35:30', '2024-05-19 03:35:30', '2024-05-19 04:36:04'),
(2115, 1869, 1101, 2031, 9, NULL, 530.00, 540.60, 1, 1, 'manual_sell', '2024-05-19 03:38:25', '2024-05-19 03:38:25', '2024-05-19 04:39:04'),
(2116, 1869, 1103, 4423, 1, NULL, 2685.00, 2577.60, 1, 1, 'manual_sell', '2024-05-19 03:42:52', '2024-05-19 03:42:52', '2024-05-19 04:43:03'),
(2117, 1869, 1104, 1917, 3, NULL, 80.00, 78.40, 1, 1, 'manual_sell', '2024-05-19 03:44:53', '2024-05-19 03:44:53', '2024-05-19 04:45:06'),
(2118, 1869, 1537, 5804, 9, NULL, 43.50, 42.63, 1, 1, 'manual_sell', '2024-05-19 03:47:28', '2024-05-19 03:47:28', '2024-05-19 04:48:03'),
(2119, 1869, 1539, 3413, 1, NULL, 290.00, 298.70, 1, 1, 'manual_sell', '2024-05-19 03:49:54', '2024-05-19 03:49:54', '2024-05-19 04:50:07'),
(2120, 1866, 2124, 3813, 3, 16, 22.87, 23.33, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2121, 1866, 2125, 4547, 9, 16, 1046.21, 1067.13, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2122, 1866, 2126, 5783, 3, 16, 26.22, 26.74, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2123, 1866, 2127, 2865, 1, 16, 58.29, 59.46, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2124, 1866, 2128, 468, 1, 16, 140.75, 143.57, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2125, 1866, 2129, 3343, 6, 16, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2126, 1866, 2130, 5679, 1, 16, 236.37, 241.10, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2127, 1866, 2131, 5318, 1, 16, 226.55, 231.08, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2128, 1866, 2132, 4328, 1, 16, 807.99, 824.15, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2129, 1866, 2133, 3527, 1, 16, 3.10, 3.16, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2130, 1866, 2134, 3101, 1, 16, 362.96, 370.22, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2131, 1866, 2135, 5489, 9, 16, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2132, 1866, 2136, 6059, 6, 16, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:07'),
(2133, 1866, 2137, 186, 9, 16, 169.95, 173.35, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:08'),
(2134, 1866, 2138, 5123, 1, 16, 376.38, 383.91, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:08'),
(2135, 1866, 2139, 4024, 6, 16, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:08'),
(2136, 1866, 2140, 2924, 3, 16, 30.83, 31.45, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:08'),
(2137, 1866, 2141, 3120, 9, 16, 1225.70, 1250.21, 1, 1, 'ai_sell', '2024-05-19 03:50:07', '2024-05-19 03:50:07', '2024-05-19 04:50:08'),
(2138, 1866, 2142, 4999, 9, 16, 19.55, 19.94, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:03'),
(2139, 1866, 2143, 3778, 9, 16, 119.77, 122.17, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2140, 1866, 2144, 2409, 1, 16, 956.12, 975.24, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2141, 1866, 2145, 3165, 6, 16, 56.16, 57.28, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2142, 1866, 2146, 5816, 9, 16, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2143, 1866, 2147, 4387, 3, 16, 4.89, 4.99, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2144, 1866, 2148, 5684, 1, 16, 311.91, 318.15, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2145, 1866, 2149, 6167, 9, 16, 11.20, 11.42, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2146, 1866, 2150, 4989, 9, 16, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2147, 1866, 2151, 614, 6, 16, 113.40, 115.67, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2148, 1866, 2152, 4310, 3, 16, 13.70, 13.97, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2149, 1866, 2153, 4599, 1, 16, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2150, 1866, 2154, 5092, 1, 16, 25.45, 25.96, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2151, 1866, 2155, 5347, 6, 16, 6.35, 6.48, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2152, 1866, 2156, 3307, 3, 16, 1362.49, 1389.74, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2153, 1866, 2157, 3021, 3, 16, 325.38, 331.89, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2154, 1866, 2158, 5039, 1, 16, 647.87, 660.83, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2155, 1866, 2159, 5761, 3, 16, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2156, 1866, 2160, 3488, 6, 16, 243.80, 248.68, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2157, 1866, 2161, 1883, 3, 16, 406.98, 415.12, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2158, 1866, 2162, 4610, 9, 16, 13.08, 13.34, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2159, 1866, 2163, 1556, 9, 16, 105.97, 108.09, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2160, 1866, 2164, 1588, 1, 16, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:04'),
(2161, 1866, 2165, 4003, 1, 16, 193.79, 197.67, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2162, 1866, 2166, 3830, 6, 16, 89.89, 91.69, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2163, 1866, 2167, 3519, 1, 16, 44.00, 44.88, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2164, 1866, 2168, 6170, 6, 16, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2165, 1866, 2169, 3094, 1, 16, 36.71, 37.44, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2166, 1866, 2170, 3225, 9, 16, 1.16, 1.18, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2167, 1866, 2171, 873, 1, 16, 2.55, 2.60, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2168, 1866, 2172, 5873, 3, 16, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2169, 1866, 2173, 716, 6, 16, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2170, 1866, 2174, 1827, 1, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2171, 1866, 2175, 1811, 6, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2172, 1866, 2176, 1894, 9, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2173, 1866, 2177, 949, 3, 16, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-19 03:50:08', '2024-05-19 03:50:08', '2024-05-19 04:51:05'),
(2174, 1869, 1540, 3413, 3, NULL, 331.00, 317.76, 1, 1, 'manual_sell', '2024-05-19 03:54:44', '2024-05-19 03:54:44', '2024-05-19 04:55:05'),
(2175, 1869, 1541, 243, 5, NULL, 877.50, 895.05, 1, 1, 'manual_sell', '2024-05-19 03:57:49', '2024-05-19 03:57:49', '2024-05-19 04:58:05'),
(2176, 1871, 2178, 5420, 6, 7, 19.15, 19.53, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:03'),
(2177, 1871, 2179, 2244, 3, 7, 63.65, 64.92, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:05'),
(2178, 1871, 2180, 4011, 6, 7, 68.41, 69.78, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:05'),
(2179, 1871, 2181, 4462, 6, 7, 20.58, 20.99, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:05'),
(2180, 1871, 2182, 4855, 1, 7, 349.17, 356.15, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:05'),
(2181, 1871, 2183, 4808, 6, 7, 7.45, 7.60, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:05'),
(2182, 1871, 2184, 3223, 1, 7, 102.71, 104.76, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:05'),
(2183, 1871, 2185, 3376, 6, 7, 8.06, 8.22, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2184, 1871, 2186, 1059, 6, 7, 19.95, 20.35, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2185, 1871, 2187, 5645, 3, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2186, 1871, 2188, 1014, 1, 7, 110.09, 112.29, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2187, 1871, 2189, 263, 1, 7, 6.41, 6.54, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2188, 1871, 2190, 4047, 9, 7, 48.29, 49.26, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2189, 1871, 2191, 5569, 1, 7, 66.54, 67.87, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2190, 1871, 2192, 1771, 1, 7, 61.84, 63.08, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2191, 1871, 2193, 4279, 1, 7, 162.21, 165.45, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2192, 1871, 2194, 4576, 1, 7, 9.25, 9.44, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2193, 1871, 2195, 4193, 9, 7, 1854.99, 1892.09, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2194, 1871, 2196, 1500, 9, 7, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2195, 1871, 2197, 986, 1, 7, 24.38, 24.87, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2196, 1871, 2198, 1367, 6, 7, 3060.00, 3121.20, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2197, 1871, 2199, 2974, 6, 7, 864.56, 881.85, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:06'),
(2198, 1871, 2200, 5179, 1, 7, 83.99, 85.67, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2199, 1871, 2201, 3990, 1, 7, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2200, 1871, 2202, 3029, 1, 7, 248.56, 253.53, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2201, 1871, 2203, 2567, 3, 7, 407.99, 416.15, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2202, 1871, 2204, 529, 6, 7, 37.43, 38.18, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2203, 1871, 2205, 6098, 1, 7, 19.99, 20.39, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2204, 1871, 2206, 2327, 3, 7, 455.80, 464.92, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2205, 1871, 2207, 5167, 3, 7, 181.79, 185.43, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2206, 1871, 2208, 4843, 1, 7, 157.49, 160.64, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2207, 1871, 2209, 2935, 6, 7, 26.47, 27.00, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2208, 1871, 2210, 1813, 1, 7, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2209, 1871, 2211, 5635, 6, 7, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2210, 1871, 2212, 248, 1, 7, 1007.00, 1027.14, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2211, 1871, 2213, 5091, 9, 7, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2212, 1871, 2214, 5252, 9, 7, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2213, 1871, 2215, 5492, 9, 7, 187.43, 191.18, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2214, 1871, 2216, 4305, 9, 7, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2215, 1871, 2217, 192, 3, 7, 125.29, 127.80, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2216, 1871, 2218, 5380, 1, 7, 30.51, 31.12, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2217, 1871, 2219, 4419, 1, 7, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2218, 1871, 2220, 4959, 9, 7, 265.20, 270.50, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2219, 1871, 2221, 5323, 3, 7, 28.50, 29.07, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2220, 1871, 2222, 4483, 6, 7, 3.03, 3.09, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2221, 1871, 2223, 1795, 1, 7, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2222, 1871, 2224, 5617, 6, 7, 6.03, 6.15, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2223, 1871, 2225, 3084, 9, 7, 8.91, 9.09, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2224, 1871, 2226, 2100, 3, 7, 6.51, 6.64, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2225, 1871, 2227, 4331, 6, 7, 20.14, 20.54, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2226, 1871, 2228, 626, 9, 7, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2227, 1871, 2229, 2023, 6, 7, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2228, 1871, 2230, 803, 6, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2229, 1871, 2231, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-19 05:09:07', '2024-05-19 05:09:07', '2024-05-19 06:10:07'),
(2230, 1870, 2232, 537, 9, 8, 943.99, 962.87, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2231, 1870, 2233, 657, 9, 8, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2232, 1870, 2234, 4780, 6, 8, 1907.99, 1946.15, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2233, 1870, 2235, 2367, 9, 8, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2234, 1870, 2236, 4043, 6, 8, 14.42, 14.71, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2235, 1870, 2237, 5321, 9, 8, 278.75, 284.33, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2236, 1870, 2238, 6114, 6, 8, 4.86, 4.96, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2237, 1870, 2239, 5898, 6, 8, 36.12, 36.84, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2238, 1870, 2240, 1665, 3, 8, 11.33, 11.56, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2239, 1870, 2241, 1232, 6, 8, 26.00, 26.52, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2240, 1870, 2242, 4912, 1, 8, 653.77, 666.85, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2241, 1870, 2243, 3188, 3, 8, 12.94, 13.20, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2242, 1870, 2244, 349, 1, 8, 25.19, 25.69, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:03'),
(2243, 1870, 2245, 31, 6, 8, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2244, 1870, 2246, 14, 3, 8, 524.16, 534.64, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2245, 1870, 2247, 4344, 3, 8, 268.06, 273.42, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2246, 1870, 2248, 64, 3, 8, 8.40, 8.57, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2247, 1870, 2249, 197, 9, 8, 33.89, 34.57, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2248, 1870, 2250, 765, 9, 8, 1.33, 1.36, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2249, 1870, 2251, 6091, 9, 8, 8.39, 8.56, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2250, 1870, 2252, 1496, 3, 8, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-19 05:17:07', '2024-05-19 05:17:07', '2024-05-19 06:18:04'),
(2251, 1870, 2253, 3770, 1, 8, 12.98, 13.24, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2252, 1870, 2254, 4676, 9, 8, 51.64, 52.67, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2253, 1870, 2255, 3087, 9, 8, 44.87, 45.77, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2254, 1870, 2256, 798, 1, 8, 16.16, 16.48, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2255, 1870, 2257, 4786, 6, 8, 18.00, 18.36, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2256, 1870, 2258, 2095, 6, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2257, 1870, 2259, 5749, 3, 8, 6.58, 6.71, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2258, 1870, 2260, 3150, 3, 8, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2259, 1870, 2261, 2346, 3, 8, 163.03, 166.29, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2260, 1870, 2262, 4578, 9, 8, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2261, 1870, 2263, 2657, 3, 8, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2262, 1870, 2264, 3471, 9, 8, 86.51, 88.24, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2263, 1870, 2265, 6160, 9, 8, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2264, 1870, 2266, 4166, 1, 8, 384.80, 392.50, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2265, 1870, 2267, 3625, 9, 8, 58.04, 59.20, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2266, 1870, 2268, 6012, 1, 8, 33.56, 34.23, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2267, 1870, 2269, 6105, 1, 8, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2268, 1870, 2270, 3309, 6, 8, 3.22, 3.28, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2269, 1870, 2271, 764, 1, 8, 28.18, 28.74, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2270, 1870, 2272, 5035, 3, 8, 40.80, 41.62, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2271, 1870, 2273, 2126, 9, 8, 21.51, 21.94, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2272, 1870, 2274, 5767, 1, 8, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:04'),
(2273, 1870, 2275, 4220, 3, 8, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2274, 1870, 2276, 5480, 3, 8, 38.15, 38.91, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2275, 1870, 2277, 623, 9, 8, 8.32, 8.49, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2276, 1870, 2278, 3926, 3, 8, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2277, 1870, 2279, 2447, 9, 8, 185.49, 189.20, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2278, 1870, 2280, 25, 3, 8, 8.24, 8.40, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2279, 1870, 2281, 4396, 6, 8, 102.87, 104.93, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2280, 1870, 2282, 4024, 9, 8, 18.01, 18.37, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2281, 1870, 2283, 1657, 3, 8, 2014.95, 2055.25, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2282, 1870, 2284, 926, 6, 8, 171.62, 175.05, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2283, 1870, 2285, 5685, 9, 8, 36.33, 37.06, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(2284, 1870, 2286, 5259, 1, 8, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2285, 1870, 2287, 5951, 6, 8, 5.32, 5.43, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2286, 1870, 2288, 5896, 1, 8, 377.40, 384.95, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2287, 1870, 2289, 4194, 3, 8, 54.97, 56.07, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2288, 1870, 2290, 5549, 3, 8, 8.38, 8.55, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2289, 1870, 2291, 3384, 3, 8, 9.28, 9.47, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2290, 1870, 2292, 3225, 1, 8, 1.14, 1.16, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2291, 1870, 2293, 1484, 9, 8, 9.82, 10.02, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2292, 1870, 2294, 130, 9, 8, 38.67, 39.44, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2293, 1870, 2295, 2066, 6, 8, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2294, 1870, 2296, 1743, 1, 8, 51.46, 52.49, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2295, 1870, 2297, 5252, 3, 8, 10.39, 10.60, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2296, 1870, 2298, 5433, 9, 8, 7.97, 8.13, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2297, 1870, 2299, 4071, 3, 8, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2298, 1870, 2300, 5098, 6, 8, 25.99, 26.51, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2299, 1870, 2301, 3390, 1, 8, 20.98, 21.40, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2300, 1870, 2302, 3501, 1, 8, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2301, 1870, 2303, 3130, 9, 8, 18.19, 18.55, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2302, 1870, 2304, 734, 6, 8, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2303, 1870, 2305, 24, 9, 8, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-19 05:17:08', '2024-05-19 05:17:08', '2024-05-19 06:18:05'),
(2304, 1873, 2306, 1195, 1, 9, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2305, 1873, 2307, 6054, 9, 9, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2306, 1873, 2308, 1022, 3, 9, 28.56, 29.13, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2307, 1873, 2309, 3286, 6, 9, 50.96, 51.98, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2308, 1873, 2310, 1527, 6, 9, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2309, 1873, 2311, 2588, 9, 9, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2310, 1873, 2312, 4724, 1, 9, 48.08, 49.04, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2311, 1873, 2313, 5320, 9, 9, 207.99, 212.15, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2312, 1873, 2314, 1994, 1, 9, 102.32, 104.37, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2313, 1873, 2315, 3014, 3, 9, 214.12, 218.40, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2314, 1873, 2316, 1009, 9, 9, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2315, 1873, 2317, 1021, 6, 9, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2316, 1873, 2318, 6135, 1, 9, 18.54, 18.91, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2317, 1873, 2319, 18, 3, 9, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2318, 1873, 2320, 4994, 6, 9, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2319, 1873, 2321, 4911, 9, 9, 30.02, 30.62, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2320, 1873, 2322, 4712, 6, 9, 52.78, 53.84, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2321, 1873, 2323, 5982, 3, 9, 43.12, 43.98, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2322, 1873, 2324, 200, 1, 9, 7.96, 8.12, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2323, 1873, 2325, 714, 3, 9, 24.72, 25.21, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2324, 1873, 2326, 3735, 9, 9, 11.89, 12.13, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2325, 1873, 2327, 4347, 3, 9, 506.00, 516.12, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2326, 1873, 2328, 2327, 9, 9, 473.85, 483.33, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2327, 1873, 2329, 4940, 9, 9, 19.95, 20.35, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2328, 1873, 2330, 1020, 1, 9, 6.51, 6.64, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2329, 1873, 2331, 1567, 3, 9, 43.85, 44.73, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2330, 1873, 2332, 3572, 9, 9, 33.04, 33.70, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2331, 1873, 2333, 4165, 9, 9, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2332, 1873, 2334, 954, 1, 9, 20.60, 21.01, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2333, 1873, 2335, 5226, 9, 9, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2334, 1873, 2336, 49, 3, 9, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2335, 1873, 2337, 1813, 9, 9, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2336, 1873, 2338, 1350, 1, 9, 5.91, 6.03, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:46'),
(2337, 1873, 2339, 2351, 1, 9, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2338, 1873, 2340, 5694, 9, 9, 296.80, 302.74, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2339, 1873, 2341, 4021, 9, 9, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2340, 1873, 2342, 1997, 6, 9, 240.38, 245.19, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2341, 1873, 2343, 3403, 9, 9, 5.09, 5.19, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2342, 1873, 2344, 63, 6, 9, 7.14, 7.28, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2343, 1873, 2345, 1416, 3, 9, 165.36, 168.67, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2344, 1873, 2346, 3666, 1, 9, 8.05, 8.21, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2345, 1873, 2347, 1723, 9, 9, 31.15, 31.77, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2346, 1873, 2348, 5708, 6, 9, 206.00, 210.12, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2347, 1873, 2349, 4005, 9, 9, 530.88, 541.50, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2348, 1873, 2350, 3925, 3, 9, 154.01, 157.09, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2349, 1873, 2351, 4362, 1, 9, 4017.00, 4097.34, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2350, 1873, 2352, 3936, 3, 9, 346.49, 353.42, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2351, 1873, 2353, 5912, 3, 9, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2352, 1873, 2354, 2902, 6, 9, 2615.90, 2668.22, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2353, 1873, 2355, 1841, 6, 9, 102.18, 104.22, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2354, 1873, 2356, 2371, 6, 9, 84.26, 85.95, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2355, 1873, 2357, 576, 9, 9, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2356, 1873, 2358, 3020, 1, 9, 23.45, 23.92, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2357, 1873, 2359, 858, 3, 9, 15.09, 15.39, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2358, 1873, 2360, 1737, 1, 9, 81.59, 83.22, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2359, 1873, 2361, 4135, 9, 9, 26.19, 26.71, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2360, 1873, 2362, 581, 3, 9, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2361, 1873, 2363, 2410, 6, 9, 2058.00, 2099.16, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2362, 1873, 2364, 3085, 1, 9, 75.12, 76.62, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2363, 1873, 2365, 4572, 3, 9, 15.82, 16.14, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2364, 1873, 2366, 3660, 9, 9, 7.34, 7.49, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2365, 1873, 2367, 2521, 3, 9, 401.99, 410.03, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2366, 1873, 2368, 807, 9, 9, 35.35, 36.06, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2367, 1873, 2369, 2804, 6, 9, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2368, 1873, 2370, 5428, 6, 9, 5.09, 5.19, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2369, 1873, 2371, 3285, 9, 9, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2370, 1873, 2372, 731, 9, 9, 112.51, 114.76, 1, 1, 'ai_sell', '2024-05-19 05:33:08', '2024-05-19 05:33:08', '2024-05-19 06:33:47'),
(2371, 1873, 2373, 4927, 3, 9, 131.25, 133.88, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2372, 1873, 2374, 3832, 1, 9, 6.00, 6.12, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2373, 1873, 2375, 5034, 1, 9, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2374, 1873, 2376, 3674, 9, 9, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2375, 1873, 2377, 5229, 1, 9, 4.40, 4.49, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2376, 1873, 2378, 5292, 9, 9, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2377, 1873, 2379, 563, 1, 9, 4.08, 4.16, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2378, 1873, 2380, 1827, 1, 9, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2379, 1873, 2381, 734, 1, 9, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2380, 1873, 2382, 1811, 9, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2381, 1873, 2383, 1844, 9, 9, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2382, 1873, 2384, 1894, 3, 9, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-19 05:33:09', '2024-05-19 05:33:09', '2024-05-19 06:33:47'),
(2383, 1866, 2385, 5901, 9, 6, 42.32, 42.70, 1, 1, 'ai_sell', '2024-05-19 05:39:06', '2024-05-19 05:39:06', '2024-05-19 06:40:04'),
(2384, 1866, 2386, 674, 9, 6, 8.24, 8.31, 1, 1, 'ai_sell', '2024-05-19 05:39:06', '2024-05-19 05:39:06', '2024-05-19 06:40:04'),
(2385, 1866, 2387, 734, 6, 6, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-19 05:39:06', '2024-05-19 05:39:06', '2024-05-19 06:40:04'),
(2386, 1866, 2388, 1827, 3, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-19 05:39:06', '2024-05-19 05:39:06', '2024-05-19 06:40:04'),
(2387, 1866, 2389, 3766, 3, 11, 16.23, 16.55, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2388, 1866, 2390, 6084, 3, 11, 11.33, 11.56, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2389, 1866, 2391, 4171, 3, 11, 25.74, 26.25, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2390, 1866, 2392, 2248, 6, 11, 3084.85, 3146.55, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2391, 1866, 2393, 1112, 1, 11, 82.86, 84.52, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2392, 1866, 2394, 4781, 3, 11, 1823.05, 1859.51, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2393, 1866, 2395, 5262, 1, 11, 155.41, 158.52, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2394, 1866, 2396, 5787, 9, 11, 3.32, 3.39, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2395, 1866, 2397, 3713, 6, 11, 18.61, 18.98, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2396, 1866, 2398, 5607, 3, 11, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2397, 1866, 2399, 6106, 3, 11, 10.81, 11.03, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2398, 1866, 2400, 2803, 3, 11, 816.00, 832.32, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2399, 1866, 2401, 3959, 9, 11, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:04'),
(2400, 1866, 2402, 1478, 6, 11, 402.90, 410.96, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2401, 1866, 2403, 1245, 3, 11, 10.55, 10.76, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2402, 1866, 2404, 481, 3, 11, 17.64, 17.99, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2403, 1866, 2405, 2827, 6, 11, 3638.96, 3711.74, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2404, 1866, 2406, 2244, 9, 11, 63.04, 64.30, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2405, 1866, 2407, 4936, 9, 11, 19.18, 19.56, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2406, 1866, 2408, 3088, 6, 11, 24.58, 25.07, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2407, 1866, 2409, 3868, 6, 11, 108.05, 110.21, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2408, 1866, 2410, 3702, 1, 11, 776.97, 792.51, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2409, 1866, 2411, 1877, 3, 11, 22.21, 22.65, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2410, 1866, 2412, 4921, 3, 11, 28.28, 28.85, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2411, 1866, 2413, 5231, 1, 11, 8.05, 8.21, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2412, 1866, 2414, 1295, 6, 11, 8.35, 8.52, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2413, 1866, 2415, 3167, 1, 11, 313.09, 319.35, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2414, 1866, 2416, 4775, 3, 11, 53.18, 54.24, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2415, 1866, 2417, 3145, 1, 11, 178.13, 181.69, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2416, 1866, 2418, 1629, 1, 11, 10.26, 10.47, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2417, 1866, 2419, 4015, 6, 11, 22.06, 22.50, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2418, 1866, 2420, 1894, 3, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2419, 1866, 2421, 2157, 9, 11, 17.85, 18.21, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:05'),
(2420, 1866, 2422, 2091, 9, 11, 4.21, 4.29, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2421, 1866, 2423, 5829, 1, 11, 26.77, 27.31, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2422, 1866, 2424, 4060, 6, 11, 16.00, 16.32, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2423, 1866, 2425, 1382, 6, 11, 8.23, 8.39, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2424, 1866, 2426, 2520, 6, 11, 93.60, 95.47, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2425, 1866, 2427, 6148, 9, 11, 6.13, 6.25, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2426, 1866, 2428, 697, 3, 11, 51.26, 52.29, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2427, 1866, 2429, 1228, 6, 11, 21.11, 21.53, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2428, 1866, 2430, 3238, 1, 11, 105.64, 107.75, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2429, 1866, 2431, 6134, 1, 11, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2430, 1866, 2432, 2879, 1, 11, 63.59, 64.86, 1, 1, 'ai_sell', '2024-05-19 05:45:08', '2024-05-19 05:45:08', '2024-05-19 06:46:06'),
(2431, 1866, 2433, 3171, 6, 11, 17.17, 17.51, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2432, 1866, 2434, 1049, 6, 11, 49.98, 50.98, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2433, 1866, 2435, 3658, 3, 11, 14.08, 14.36, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2434, 1866, 2436, 1073, 9, 11, 118.69, 121.06, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2435, 1866, 2437, 952, 6, 11, 5.41, 5.52, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2436, 1866, 2438, 603, 3, 11, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2437, 1866, 2439, 2296, 9, 11, 11.22, 11.44, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2438, 1866, 2440, 949, 1, 11, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2439, 1866, 2441, 756, 6, 11, 0.46, 0.47, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2440, 1866, 2442, 1811, 3, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2441, 1866, 2443, 1827, 6, 11, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-19 05:45:09', '2024-05-19 05:45:09', '2024-05-19 06:46:06'),
(2442, 1867, 2444, 4385, 1, 12, 42.40, 43.25, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2443, 1867, 2445, 3838, 9, 12, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2444, 1867, 2446, 5159, 9, 12, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2445, 1867, 2447, 1936, 9, 12, 3498.00, 3567.96, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2446, 1867, 2448, 3873, 1, 12, 13.64, 13.91, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2447, 1867, 2449, 1911, 3, 12, 24.43, 24.92, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2448, 1867, 2450, 5381, 3, 12, 14.40, 14.69, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2449, 1867, 2451, 1153, 1, 12, 40.16, 40.96, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2450, 1867, 2452, 4455, 6, 12, 12.47, 12.72, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2451, 1867, 2453, 977, 1, 12, 61.80, 63.04, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2452, 1867, 2454, 4227, 3, 12, 222.60, 227.05, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2453, 1867, 2455, 2800, 3, 12, 3776.78, 3852.32, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2454, 1867, 2456, 1448, 9, 12, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2455, 1867, 2457, 962, 9, 12, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2456, 1867, 2458, 253, 3, 12, 87.52, 89.27, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2457, 1867, 2459, 4756, 9, 12, 29.51, 30.10, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2458, 1867, 2460, 549, 6, 12, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2459, 1867, 2461, 5828, 9, 12, 303.00, 309.06, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2460, 1867, 2462, 413, 1, 12, 31.60, 32.23, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2461, 1867, 2463, 5316, 6, 12, 164.21, 167.49, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2462, 1867, 2464, 209, 1, 12, 3113.30, 3175.57, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:11'),
(2463, 1867, 2465, 1288, 6, 12, 8.76, 8.94, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2464, 1867, 2466, 1729, 3, 12, 194.48, 198.37, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2465, 1867, 2467, 58, 9, 12, 33.28, 33.95, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2466, 1867, 2468, 3070, 6, 12, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2467, 1867, 2469, 1870, 1, 12, 25.20, 25.70, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2468, 1867, 2470, 2018, 9, 12, 93.84, 95.72, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2469, 1867, 2471, 291, 9, 12, 14.88, 15.18, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2470, 1867, 2472, 3383, 6, 12, 100.11, 102.11, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2471, 1867, 2473, 4203, 3, 12, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2472, 1867, 2474, 6124, 6, 12, 40.94, 41.76, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2473, 1867, 2475, 1406, 1, 12, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2474, 1867, 2476, 4384, 9, 12, 81.80, 83.44, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2475, 1867, 2477, 5939, 6, 12, 356.99, 364.13, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2476, 1867, 2478, 4070, 6, 12, 20.60, 21.01, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2477, 1867, 2479, 2492, 6, 12, 18.64, 19.01, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2478, 1867, 2480, 5932, 3, 12, 20.97, 21.39, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2479, 1867, 2481, 366, 6, 12, 2.09, 2.13, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2480, 1867, 2482, 2430, 6, 12, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2481, 1867, 2483, 3991, 6, 12, 30.73, 31.34, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2482, 1867, 2484, 2349, 1, 12, 224.21, 228.69, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2483, 1867, 2485, 2174, 6, 12, 42.33, 43.18, 1, 1, 'ai_sell', '2024-05-19 05:54:06', '2024-05-19 05:54:06', '2024-05-19 06:55:12'),
(2484, 1867, 2486, 5150, 9, 12, 253.50, 258.57, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2485, 1867, 2487, 857, 3, 12, 93.76, 95.64, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2486, 1867, 2488, 3161, 3, 12, 295.80, 301.72, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2487, 1867, 2489, 3075, 1, 12, 12.61, 12.86, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2488, 1867, 2490, 3528, 3, 12, 155.99, 159.11, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2489, 1867, 2491, 849, 1, 12, 46.33, 47.26, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2490, 1867, 2492, 740, 3, 12, 14.30, 14.59, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2491, 1867, 2493, 3139, 6, 12, 41.42, 42.25, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2492, 1867, 2494, 1120, 9, 12, 9.05, 9.23, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2493, 1867, 2495, 3621, 6, 12, 103.00, 105.06, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2494, 1867, 2496, 762, 1, 12, 127.09, 129.63, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2495, 1867, 2497, 4861, 3, 12, 146.14, 149.06, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2496, 1867, 2498, 3190, 6, 12, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2497, 1867, 2499, 1827, 9, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2498, 1867, 2500, 5975, 1, 12, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2499, 1867, 2501, 3642, 1, 12, 17.16, 17.50, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2500, 1867, 2502, 293, 6, 12, 13.82, 14.10, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2501, 1867, 2503, 2203, 1, 12, 7.24, 7.38, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2502, 1867, 2504, 756, 3, 12, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:13'),
(2503, 1867, 2505, 734, 3, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-19 05:54:07', '2024-05-19 05:54:07', '2024-05-19 06:55:14'),
(2504, 1868, 2506, 2988, 9, 13, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2505, 1868, 2507, 5905, 6, 13, 2.55, 2.60, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2506, 1868, 2508, 1731, 9, 13, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2507, 1868, 2509, 2997, 3, 13, 231.30, 235.93, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2508, 1868, 2510, 3642, 9, 13, 17.16, 17.50, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2509, 1868, 2511, 228, 6, 13, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2510, 1868, 2512, 3322, 3, 13, 105.95, 108.07, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2511, 1868, 2513, 2536, 6, 13, 131.29, 133.92, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2512, 1868, 2514, 1364, 1, 13, 88.88, 90.66, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2513, 1868, 2515, 3311, 3, 13, 333.29, 339.96, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2514, 1868, 2516, 1905, 1, 13, 107.06, 109.20, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2515, 1868, 2517, 4851, 6, 13, 1273.99, 1299.47, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:04'),
(2516, 1868, 2518, 4312, 6, 13, 14.12, 14.40, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2517, 1868, 2519, 3636, 9, 13, 205.18, 209.28, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2518, 1868, 2520, 4990, 1, 13, 88.69, 90.46, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2519, 1868, 2521, 1449, 9, 13, 15.68, 15.99, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2520, 1868, 2522, 4124, 1, 13, 6988.80, 7128.58, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2521, 1868, 2523, 783, 9, 13, 40.83, 41.65, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2522, 1868, 2524, 669, 6, 13, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2523, 1868, 2525, 3014, 6, 13, 206.04, 210.16, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2524, 1868, 2526, 3301, 3, 13, 18.72, 19.09, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2525, 1868, 2527, 561, 6, 13, 42.40, 43.25, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2526, 1868, 2528, 1707, 6, 13, 17.06, 17.40, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2527, 1868, 2529, 5895, 9, 13, 4.95, 5.05, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2528, 1868, 2530, 1584, 3, 13, 4.18, 4.26, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2529, 1868, 2531, 5472, 1, 13, 47.79, 48.75, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2530, 1868, 2532, 5388, 6, 13, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2531, 1868, 2533, 2229, 1, 13, 27.22, 27.76, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2532, 1868, 2534, 5739, 1, 13, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2533, 1868, 2535, 3449, 6, 13, 12.47, 12.72, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2534, 1868, 2536, 34, 9, 13, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2535, 1868, 2537, 803, 9, 13, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2536, 1868, 2538, 1827, 1, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2537, 1868, 2539, 949, 1, 13, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-19 06:27:12', '2024-05-19 06:27:12', '2024-05-19 07:28:05'),
(2538, 1869, 2540, 3321, 9, 14, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2539, 1869, 2541, 1736, 1, 14, 33.51, 34.18, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2540, 1869, 2542, 526, 6, 14, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2541, 1869, 2543, 1726, 9, 14, 53.90, 54.98, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2542, 1869, 2544, 303, 6, 14, 9.47, 9.66, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2543, 1869, 2545, 5526, 9, 14, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2544, 1869, 2546, 1290, 6, 14, 3.48, 3.55, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2545, 1869, 2547, 370, 6, 14, 960.22, 979.42, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2546, 1869, 2548, 159, 9, 14, 37.93, 38.69, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2547, 1869, 2549, 4936, 9, 14, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2548, 1869, 2550, 324, 1, 14, 13.15, 13.41, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:03'),
(2549, 1869, 2551, 5888, 1, 14, 2397.00, 2444.94, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2550, 1869, 2552, 5124, 3, 14, 426.38, 434.91, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2551, 1869, 2553, 1207, 9, 14, 60.90, 62.12, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2552, 1869, 2554, 4712, 1, 14, 52.28, 53.33, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2553, 1869, 2555, 1358, 9, 14, 1897.40, 1935.35, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2554, 1869, 2556, 5616, 6, 14, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2555, 1869, 2557, 4691, 9, 14, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2556, 1869, 2558, 2161, 1, 14, 26.64, 27.17, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2557, 1869, 2559, 2125, 3, 14, 33.60, 34.27, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2558, 1869, 2560, 3330, 9, 14, 21.62, 22.05, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2559, 1869, 2561, 174, 6, 14, 304.98, 311.08, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2560, 1869, 2562, 1213, 3, 14, 2.42, 2.47, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2561, 1869, 2563, 5139, 6, 14, 1060.00, 1081.20, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2562, 1869, 2564, 4166, 6, 14, 388.50, 396.27, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2563, 1869, 2565, 1003, 9, 14, 15.83, 16.15, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2564, 1869, 2566, 4440, 6, 14, 27.54, 28.09, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2565, 1869, 2567, 628, 6, 14, 206.00, 210.12, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2566, 1869, 2568, 3680, 6, 14, 252.50, 257.55, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2567, 1869, 2569, 2710, 1, 14, 28.27, 28.84, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2568, 1869, 2570, 1196, 3, 14, 124.80, 127.30, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2569, 1869, 2571, 1933, 6, 14, 33.90, 34.58, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2570, 1869, 2572, 5284, 9, 14, 367.97, 375.33, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2571, 1869, 2573, 1678, 3, 14, 709.92, 724.12, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2572, 1869, 2574, 2264, 6, 14, 60.77, 61.99, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2573, 1869, 2575, 2030, 1, 14, 255.44, 260.55, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2574, 1869, 2576, 1671, 6, 14, 80.79, 82.41, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2575, 1869, 2577, 4094, 9, 14, 212.09, 216.33, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2576, 1869, 2578, 4566, 3, 14, 66.94, 68.28, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2577, 1869, 2579, 1954, 9, 14, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2578, 1869, 2580, 4779, 9, 14, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2579, 1869, 2581, 5928, 6, 14, 4.78, 4.88, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2580, 1869, 2582, 2039, 9, 14, 31.20, 31.82, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2581, 1869, 2583, 2276, 1, 14, 65.23, 66.53, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2582, 1869, 2584, 5517, 1, 14, 22.84, 23.30, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2583, 1869, 2585, 2985, 3, 14, 80.58, 82.19, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2584, 1869, 2586, 1085, 6, 14, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2585, 1869, 2587, 1668, 6, 14, 130.71, 133.32, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2586, 1869, 2588, 4277, 6, 14, 51.99, 53.03, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2587, 1869, 2589, 3577, 6, 14, 29.25, 29.84, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2588, 1869, 2590, 4375, 6, 14, 82.40, 84.05, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2589, 1869, 2591, 3131, 6, 14, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2590, 1869, 2592, 1493, 3, 14, 620.10, 632.50, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:04'),
(2591, 1869, 2593, 2422, 6, 14, 515.00, 525.30, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:05'),
(2592, 1869, 2594, 2811, 1, 14, 47.37, 48.32, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:05'),
(2593, 1869, 2595, 2238, 9, 14, 61.24, 62.46, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:05'),
(2594, 1869, 2596, 4764, 6, 14, 2.42, 2.47, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:05'),
(2595, 1869, 2597, 1397, 9, 14, 608.94, 621.12, 1, 1, 'ai_sell', '2024-05-19 06:55:15', '2024-05-19 06:55:15', '2024-05-19 07:56:05'),
(2596, 1869, 2598, 2076, 6, 14, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2597, 1869, 2599, 1260, 1, 14, 398.80, 406.78, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2598, 1869, 2600, 3331, 3, 14, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2599, 1869, 2601, 5733, 3, 14, 5.22, 5.32, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2600, 1869, 2602, 623, 9, 14, 8.32, 8.49, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2601, 1869, 2603, 1582, 6, 14, 9.24, 9.42, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2602, 1869, 2604, 3444, 6, 14, 78.94, 80.52, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2603, 1869, 2605, 5762, 9, 14, 5.43, 5.54, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2604, 1869, 2606, 2106, 9, 14, 61.20, 62.42, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2605, 1869, 2607, 2186, 1, 14, 50.92, 51.94, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2606, 1869, 2608, 2061, 3, 14, 56.73, 57.86, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2607, 1869, 2609, 1485, 6, 14, 572.75, 584.21, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2608, 1869, 2610, 1996, 6, 14, 36.72, 37.45, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2609, 1869, 2611, 4529, 3, 14, 143.10, 145.96, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2610, 1869, 2612, 930, 6, 14, 13.66, 13.93, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2611, 1869, 2613, 3210, 3, 14, 16.17, 16.49, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2612, 1869, 2614, 4291, 3, 14, 156.00, 159.12, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2613, 1869, 2615, 5305, 9, 14, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2614, 1869, 2616, 3220, 1, 14, 36.40, 37.13, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2615, 1869, 2617, 2719, 1, 14, 27.79, 28.35, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2616, 1869, 2618, 5617, 9, 14, 5.92, 6.04, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2617, 1869, 2619, 19, 3, 14, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2618, 1869, 2620, 4100, 9, 14, 6.35, 6.48, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2619, 1869, 2621, 5347, 9, 14, 6.05, 6.17, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2620, 1869, 2622, 1640, 1, 14, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2621, 1869, 2623, 143, 1, 14, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2622, 1869, 2624, 1811, 9, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-19 06:55:16', '2024-05-19 06:55:16', '2024-05-19 07:56:05'),
(2623, 1871, 2057, 990, 3, NULL, 236.53, 4.73, 1, 1, 'manual_sell', '2024-05-19 08:47:38', '2024-05-19 08:47:38', '2024-05-19 09:48:04'),
(2624, 1871, 2061, 4490, 5, NULL, 127.68, 2.55, 1, 1, 'manual_sell', '2024-05-19 08:50:16', '2024-05-19 08:50:16', '2024-05-19 09:51:04'),
(2625, 1871, 2066, 3236, 9, NULL, 48.26, 1.86, 1, 1, 'manual_sell', '2024-05-19 08:51:50', '2024-05-19 08:51:50', '2024-05-19 09:52:03'),
(2626, 1871, 2070, 4743, 1, NULL, 21.92, 1.55, 1, 1, 'manual_sell', '2024-05-19 08:52:59', '2024-05-19 08:52:59', '2024-05-19 09:53:03'),
(2627, 1871, 2107, 2208, 3, NULL, 62.14, 1.24, 1, 1, 'manual_sell', '2024-05-19 08:57:06', '2024-05-19 08:57:06', '2024-05-19 09:58:03'),
(2628, 1871, 2076, 6041, 5, NULL, 108.62, 2.20, 1, 1, 'manual_sell', '2024-05-19 08:58:10', '2024-05-19 08:58:10', '2024-05-19 09:59:04'),
(2629, 1871, 2080, 4964, 9, NULL, 22.99, 1.80, 1, 1, 'manual_sell', '2024-05-19 08:59:45', '2024-05-19 08:59:45', '2024-05-19 10:00:07'),
(2630, 1873, 2022, 145, 9, NULL, 75.90, 73.00, 4, 1, 'manual_sell', '2024-05-19 09:01:53', '2024-05-19 09:01:53', '2024-05-19 10:02:03'),
(2631, 1873, 2018, 6008, 3, NULL, 107.80, 105.20, 7, 1, 'manual_sell', '2024-05-19 09:02:35', '2024-05-19 09:02:35', '2024-05-19 10:03:03'),
(2632, 1873, 1999, 3594, 5, NULL, 22.80, 23.50, 10, 2, 'manual_sell', '2024-05-19 09:03:22', '2024-05-19 09:03:22', '2024-05-19 10:04:04'),
(2633, 1873, 1994, 773, 5, NULL, 64.90, 66.90, 4, 2, 'manual_sell', '2024-05-19 09:04:01', '2024-05-19 09:04:01', '2024-05-19 10:04:04'),
(2634, 1873, 1991, 773, 9, NULL, 64.00, 65.28, 3, 1, 'manual_sell', '2024-05-19 09:04:58', '2024-05-19 09:04:58', '2024-05-19 10:05:07'),
(2635, 1871, 2083, 3664, 5, NULL, 14.49, 0.43, 1, 1, 'manual_sell', '2024-05-19 09:05:34', '2024-05-19 09:05:34', '2024-05-19 10:06:04'),
(2636, 1871, 2106, 1920, 5, NULL, 42.32, 12610.00, 1, 2, 'manual_sell', '2024-05-19 09:09:34', '2024-05-19 09:09:34', '2024-05-19 10:10:06'),
(2637, 1871, 2085, 5912, 9, NULL, 21.10, 1.33, 1, 1, 'manual_sell', '2024-05-19 09:10:52', '2024-05-19 09:10:52', '2024-05-19 10:11:02'),
(2638, 1871, 2086, 5210, 9, NULL, 38.49, 1.61, 1, 1, 'manual_sell', '2024-05-19 09:13:29', '2024-05-19 09:13:29', '2024-05-19 10:14:04'),
(2639, 1871, 2089, 5891, 1, NULL, 16.49, 0.49, 1, 1, 'manual_sell', '2024-05-19 09:14:36', '2024-05-19 09:14:36', '2024-05-19 10:15:06'),
(2640, 1871, 2105, 5437, 1, NULL, 17.60, 0.53, 1, 1, 'manual_sell', '2024-05-19 09:16:10', '2024-05-19 09:16:10', '2024-05-19 10:17:04'),
(2641, 1871, 2090, 848, 3, NULL, 88.00, 1.76, 1, 1, 'manual_sell', '2024-05-19 09:17:07', '2024-05-19 09:17:07', '2024-05-19 10:18:03'),
(2642, 1871, 2091, 3640, 5, NULL, 21.10, 0.42, 1, 1, 'manual_sell', '2024-05-19 09:18:10', '2024-05-19 09:18:10', '2024-05-19 10:19:02'),
(2643, 1871, 2104, 4807, 9, NULL, 29.69, 0.59, 1, 1, 'manual_sell', '2024-05-19 09:19:43', '2024-05-19 09:19:43', '2024-05-19 10:20:04'),
(2644, 1871, 2092, 5917, 5, NULL, 33.82, 1.76, 1, 1, 'manual_sell', '2024-05-19 09:20:38', '2024-05-19 09:20:38', '2024-05-19 10:21:04'),
(2645, 1871, 2103, 3516, 3, NULL, 54.10, 1.82, 1, 1, 'manual_sell', '2024-05-19 09:21:47', '2024-05-19 09:21:47', '2024-05-19 10:22:03'),
(2646, 1871, 2102, 4061, 5, NULL, 20.98, 0.42, 1, 1, 'manual_sell', '2024-05-19 09:22:49', '2024-05-19 09:22:49', '2024-05-19 10:23:04'),
(2647, 1871, 2093, 3520, 9, NULL, 65.10, 1.30, 1, 1, 'manual_sell', '2024-05-19 09:24:05', '2024-05-19 09:24:05', '2024-05-19 10:25:06'),
(2648, 1871, 2094, 5270, 5, NULL, 9.24, 0.18, 1, 1, 'manual_sell', '2024-05-19 09:25:00', '2024-05-19 09:25:00', '2024-05-19 10:25:06'),
(2649, 1871, 2095, 4988, 9, NULL, 83.59, 1.67, 1, 1, 'manual_sell', '2024-05-19 09:25:54', '2024-05-19 09:25:54', '2024-05-19 10:26:02'),
(2650, 1871, 2096, 4915, 5, NULL, 77.19, 1.54, 1, 1, 'manual_sell', '2024-05-19 09:26:38', '2024-05-19 09:26:38', '2024-05-19 10:27:04'),
(2651, 1871, 2097, 3629, 9, NULL, 21.10, 0.42, 1, 1, 'manual_sell', '2024-05-19 09:27:20', '2024-05-19 09:27:20', '2024-05-19 10:28:03'),
(2652, 1871, 2098, 2095, 9, NULL, 21.10, 0.42, 1, 1, 'manual_sell', '2024-05-19 09:28:09', '2024-05-19 09:28:09', '2024-05-19 10:29:05'),
(2653, 1871, 2099, 2944, 9, NULL, 19.14, 0.38, 1, 1, 'manual_sell', '2024-05-19 09:28:58', '2024-05-19 09:28:58', '2024-05-19 10:29:05'),
(2654, 1871, 2100, 5769, 9, NULL, 64.98, 1.29, 1, 1, 'manual_sell', '2024-05-19 09:29:48', '2024-05-19 09:29:48', '2024-05-19 10:30:05'),
(2655, 1871, 2101, 2860, 9, NULL, 60.03, 1.20, 1, 1, 'manual_sell', '2024-05-19 09:30:47', '2024-05-19 09:30:47', '2024-05-19 10:31:03'),
(2656, 1870, 2123, 2360, 3, NULL, 55.60, 56.80, 4, 2, 'manual_sell', '2024-05-19 09:54:59', '2024-05-19 09:54:59', '2024-05-19 10:55:05'),
(2657, 1870, 2122, 153, 3, NULL, 22.00, 22.44, 4, 1, 'manual_sell', '2024-05-19 09:57:16', '2024-05-19 09:57:16', '2024-05-19 10:58:03'),
(2658, 1870, 2121, 2701, 3, NULL, 22.00, 22.66, 6, 2, 'manual_sell', '2024-05-19 09:58:06', '2024-05-19 09:58:06', '2024-05-19 10:59:04'),
(2659, 1870, 2120, 1535, 5, NULL, 50.40, 52.40, 4, 2, 'manual_sell', '2024-05-19 09:59:31', '2024-05-19 09:59:31', '2024-05-19 11:00:06'),
(2660, 1870, 2119, 3806, 1, NULL, 16.50, 14.50, 4, 1, 'manual_sell', '2024-05-19 10:00:15', '2024-05-19 10:00:15', '2024-05-19 11:01:02'),
(2661, 1870, 2118, 4792, 1, NULL, 55.00, 56.10, 4, 1, 'manual_sell', '2024-05-19 10:01:31', '2024-05-19 10:01:31', '2024-05-19 11:02:03'),
(2662, 1870, 2117, 579, 3, NULL, 81.40, 80.00, 3, 1, 'manual_sell', '2024-05-19 10:04:06', '2024-05-19 10:04:06', '2024-05-19 11:05:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(2663, 1870, 2116, 4260, 1, NULL, 41.80, 43.10, 3, 2, 'manual_sell', '2024-05-19 10:06:38', '2024-05-19 10:06:38', '2024-05-19 11:07:04'),
(2664, 1870, 2115, 2576, 9, NULL, 21.90, 21.50, 3, 1, 'manual_sell', '2024-05-19 10:08:24', '2024-05-19 10:08:24', '2024-05-19 11:09:03'),
(2665, 1870, 2114, 2474, 9, NULL, 40.70, 37.70, 4, 1, 'manual_sell', '2024-05-19 10:10:49', '2024-05-19 10:10:49', '2024-05-19 11:11:04'),
(2666, 1870, 2113, 5979, 3, NULL, 29.70, 31.30, 5, 2, 'manual_sell', '2024-05-19 10:13:07', '2024-05-19 10:13:07', '2024-05-19 11:14:03'),
(2667, 1870, 2112, 507, 9, NULL, 39.82, 41.30, 4, 2, 'manual_sell', '2024-05-19 10:15:04', '2024-05-19 10:15:04', '2024-05-19 11:15:04'),
(2668, 1870, 2111, 2707, 5, NULL, 25.30, 27.30, 3, 2, 'manual_sell', '2024-05-19 10:15:54', '2024-05-19 10:15:54', '2024-05-19 11:16:03'),
(2669, 1870, 2087, 1404, 5, NULL, 32.19, 33.19, 4, 2, 'manual_sell', '2024-05-19 10:16:45', '2024-05-19 10:16:45', '2024-05-19 11:17:03'),
(2670, 1870, 2081, 504, 3, NULL, 17.16, 16.30, 4, 1, 'manual_sell', '2024-05-19 10:17:29', '2024-05-19 10:17:29', '2024-05-19 11:18:02'),
(2671, 1870, 2078, 2651, 9, NULL, 17.60, 18.60, 4, 2, 'manual_sell', '2024-05-19 10:18:52', '2024-05-19 10:18:52', '2024-05-19 11:19:03'),
(2672, 1870, 2077, 1464, 3, NULL, 39.10, 40.30, 4, 2, 'manual_sell', '2024-05-19 10:19:57', '2024-05-19 10:19:57', '2024-05-19 11:20:05'),
(2673, 1870, 2074, 2727, 3, NULL, 14.30, 11.30, 4, 1, 'manual_sell', '2024-05-19 10:20:33', '2024-05-19 10:20:33', '2024-05-19 11:21:03'),
(2674, 1870, 2073, 2558, 9, NULL, 47.30, 48.30, 4, 2, 'manual_sell', '2024-05-19 10:21:19', '2024-05-19 10:21:19', '2024-05-19 11:22:03'),
(2675, 1870, 2072, 2548, 1, NULL, 22.00, 23.00, 4, 2, 'manual_sell', '2024-05-19 10:21:58', '2024-05-19 10:21:58', '2024-05-19 11:22:03'),
(2676, 1870, 2071, 2354, 3, NULL, 33.80, 34.80, 3, 2, 'manual_sell', '2024-05-19 10:22:29', '2024-05-19 10:22:29', '2024-05-19 11:23:03'),
(2677, 1870, 2069, 6153, 9, NULL, 36.30, 34.30, 4, 1, 'manual_sell', '2024-05-19 10:23:18', '2024-05-19 10:23:18', '2024-05-19 11:24:04'),
(2678, 1870, 2067, 2730, 3, NULL, 20.90, 21.40, 4, 2, 'manual_sell', '2024-05-19 10:24:45', '2024-05-19 10:24:45', '2024-05-19 11:25:05'),
(2679, 1870, 2065, 4278, 1, NULL, 29.70, 31.70, 4, 2, 'manual_sell', '2024-05-19 10:27:19', '2024-05-19 10:27:19', '2024-05-19 11:28:04'),
(2680, 1870, 2064, 3474, 9, NULL, 99.00, 100.98, 5, 1, 'manual_sell', '2024-05-19 10:28:22', '2024-05-19 10:28:22', '2024-05-19 11:29:04'),
(2681, 1870, 2063, 1232, 9, NULL, 27.50, 22.30, 3, 1, 'manual_sell', '2024-05-19 10:29:22', '2024-05-19 10:29:22', '2024-05-19 11:30:04'),
(2682, 1871, 2106, 1920, 5, NULL, 42.32, 1.50, 1, 1, 'manual_sell', '2024-05-19 10:30:40', '2024-05-19 10:30:40', '2024-05-19 11:31:03'),
(2683, 1870, 2062, 3010, 3, NULL, 34.10, 35.10, 4, 2, 'manual_sell', '2024-05-19 10:34:49', '2024-05-19 10:34:49', '2024-05-19 11:35:04'),
(2684, 1870, 2060, 3774, 9, NULL, 105.50, 100.00, 4, 1, 'manual_sell', '2024-05-19 10:36:04', '2024-05-19 10:36:04', '2024-05-19 11:36:05'),
(2685, 1870, 2059, 548, 9, NULL, 59.40, 59.40, 4, 1, 'manual_sell', '2024-05-19 10:38:19', '2024-05-19 10:38:19', '2024-05-19 11:39:03'),
(2686, 1870, 2058, 5180, 3, NULL, 31.90, 32.60, 4, 2, 'manual_sell', '2024-05-19 10:38:59', '2024-05-19 10:38:59', '2024-05-19 11:39:03'),
(2687, 1870, 2044, 133, 9, NULL, 36.91, 37.91, 3, 2, 'manual_sell', '2024-05-19 10:39:49', '2024-05-19 10:39:49', '2024-05-19 11:40:05'),
(2688, 1870, 2043, 5542, 5, NULL, 34.90, 35.60, 3, 1, 'manual_sell', '2024-05-19 10:40:26', '2024-05-19 10:40:26', '2024-05-19 11:41:03'),
(2689, 1870, 2042, 700, 1, NULL, 45.70, 46.20, 3, 1, 'manual_sell', '2024-05-19 10:41:30', '2024-05-19 10:41:30', '2024-05-19 11:42:02'),
(2690, 1870, 2041, 706, 1, NULL, 72.60, 71.00, 4, 1, 'manual_sell', '2024-05-19 10:42:01', '2024-05-19 10:42:01', '2024-05-19 11:42:02'),
(2691, 1870, 2040, 977, 1, NULL, 66.00, 64.20, 3, 1, 'manual_sell', '2024-05-19 10:42:41', '2024-05-19 10:42:41', '2024-05-19 11:43:04'),
(2692, 1870, 2039, 4566, 9, NULL, 71.50, 72.50, 3, 1, 'manual_sell', '2024-05-19 10:43:20', '2024-05-19 10:43:20', '2024-05-19 11:44:03'),
(2693, 1870, 2038, 424, 5, NULL, 55.00, 56.00, 4, 1, 'manual_sell', '2024-05-19 10:47:38', '2024-05-19 10:47:38', '2024-05-19 11:48:03'),
(2694, 1870, 2037, 420, 9, NULL, 44.40, 45.44, 3, 2, 'manual_sell', '2024-05-19 10:48:27', '2024-05-19 10:48:27', '2024-05-19 11:49:03'),
(2695, 1870, 2036, 5982, 5, NULL, 47.00, 48.00, 3, 1, 'manual_sell', '2024-05-19 10:50:00', '2024-05-19 10:50:00', '2024-05-19 11:50:05'),
(2696, 1866, 1106, 3826, 1, NULL, 404.00, 387.84, 1, 1, 'manual_sell', '2024-05-19 10:50:55', '2024-05-19 10:50:55', '2024-05-19 11:51:03'),
(2697, 1870, 2035, 2504, 1, NULL, 32.89, 31.89, 3, 1, 'manual_sell', '2024-05-19 10:50:58', '2024-05-19 10:50:58', '2024-05-19 11:51:04'),
(2698, 1870, 2034, 1424, 9, NULL, 21.60, 20.60, 3, 1, 'manual_sell', '2024-05-19 10:51:44', '2024-05-19 10:51:44', '2024-05-19 11:52:03'),
(2699, 1866, 1108, 4153, 3, NULL, 285.00, 293.85, 1, 2, 'manual_sell', '2024-05-19 10:52:19', '2024-05-19 10:52:19', '2024-05-19 11:53:03'),
(2700, 1870, 2033, 3751, 9, NULL, 44.00, 44.88, 3, 1, 'manual_sell', '2024-05-19 10:52:24', '2024-05-19 10:52:24', '2024-05-19 11:53:03'),
(2701, 1870, 2032, 4795, 9, NULL, 45.10, 46.10, 3, 2, 'manual_sell', '2024-05-19 10:52:51', '2024-05-19 10:52:51', '2024-05-19 11:53:03'),
(2702, 1870, 2031, 4453, 1, NULL, 36.00, 35.00, 3, 1, 'manual_sell', '2024-05-19 10:53:28', '2024-05-19 10:53:28', '2024-05-19 11:54:03'),
(2703, 1866, 1109, 3762, 5, NULL, 58.00, 59.16, 1, 1, 'manual_sell', '2024-05-19 10:54:23', '2024-05-19 10:54:23', '2024-05-19 11:55:04'),
(2704, 1866, 1345, 3612, 9, NULL, 275.00, 283.75, 1, 2, 'manual_sell', '2024-05-19 10:56:39', '2024-05-19 10:56:39', '2024-05-19 11:57:03'),
(2705, 1866, 1414, 923, 9, NULL, 22.00, 22.44, 1, 1, 'manual_sell', '2024-05-19 11:08:55', '2024-05-19 11:08:55', '2024-05-19 12:09:03'),
(2706, 1866, 1415, 3286, 1, NULL, 53.00, 51.41, 1, 1, 'manual_sell', '2024-05-19 11:16:25', '2024-05-19 11:16:25', '2024-05-19 12:17:03'),
(2707, 1866, 1476, 4704, 3, NULL, 2.75, 0.75, 1, 1, 'manual_sell', '2024-05-19 11:31:24', '2024-05-19 11:31:24', '2024-05-19 12:32:04'),
(2708, 1871, 2642, 3927, 3, NULL, 39.59, 76.73, 2, 2, 'manual_sell', '2024-05-19 14:44:36', '2024-05-19 14:44:36', '2024-05-19 15:45:05'),
(2709, 1871, 2625, 3740, 5, NULL, 33.96, 32.17, 1, 1, 'manual_sell', '2024-05-19 14:45:58', '2024-05-19 14:45:58', '2024-05-19 15:46:04'),
(2710, 1871, 2626, 2251, 9, NULL, 50.91, 49.38, 1, 1, 'manual_sell', '2024-05-19 14:48:14', '2024-05-19 14:48:14', '2024-05-19 15:49:03'),
(2711, 1871, 2627, 1587, 5, NULL, 81.00, 0.02, 1, 1, 'manual_sell', '2024-05-19 14:50:35', '2024-05-19 14:50:35', '2024-05-19 15:51:04'),
(2712, 1871, 2628, 3105, 5, NULL, 198.00, 396.00, 1, 2, 'manual_sell', '2024-05-19 14:54:59', '2024-05-19 14:54:59', '2024-05-19 15:55:06'),
(2713, 1871, 2629, 363, 5, NULL, 44.98, 8996.00, 1, 2, 'manual_sell', '2024-05-19 14:57:37', '2024-05-19 14:57:37', '2024-05-19 15:58:03'),
(2714, 1871, 2630, 2022, 5, NULL, 69.30, 1386.00, 1, 2, 'manual_sell', '2024-05-19 15:02:44', '2024-05-19 15:02:44', '2024-05-19 16:03:04'),
(2715, 1871, 2631, 2871, 5, NULL, 55.97, 0.22, 2, 1, 'manual_sell', '2024-05-19 15:09:12', '2024-05-19 15:09:12', '2024-05-19 16:10:05'),
(2716, 1871, 2641, 1630, 3, NULL, 44.28, 0.88, 1, 1, 'manual_sell', '2024-05-19 15:17:20', '2024-05-19 15:17:20', '2024-05-19 16:18:03'),
(2717, 1871, 2632, 5452, 1, NULL, 25.29, 1.51, 2, 1, 'manual_sell', '2024-05-19 15:22:04', '2024-05-19 15:22:04', '2024-05-19 16:23:03'),
(2718, 1871, 2640, 1125, 1, NULL, 61.97, 1.85, 1, 1, 'manual_sell', '2024-05-19 15:23:17', '2024-05-19 15:23:17', '2024-05-19 16:24:04'),
(2719, 1871, 2639, 5098, 5, NULL, 27.49, 0.10, 2, 1, 'manual_sell', '2024-05-19 15:25:14', '2024-05-19 15:25:14', '2024-05-19 16:26:02'),
(2720, 1871, 2638, 444, 5, NULL, 34.10, 2.16, 2, 1, 'manual_sell', '2024-05-19 15:26:14', '2024-05-19 15:26:14', '2024-05-19 16:27:03'),
(2721, 1871, 2633, 252, 5, NULL, 74.80, 0.39, 2, 1, 'manual_sell', '2024-05-19 15:27:22', '2024-05-19 15:27:22', '2024-05-19 16:28:03'),
(2722, 1871, 2634, 3945, 9, NULL, 50.59, 0.11, 1, 1, 'manual_sell', '2024-05-19 15:28:58', '2024-05-19 15:28:58', '2024-05-19 16:29:04'),
(2723, 1871, 2637, 5269, 5, NULL, 12.10, 0.54, 2, 1, 'manual_sell', '2024-05-19 15:29:56', '2024-05-19 15:29:56', '2024-05-19 16:30:06'),
(2724, 1871, 2635, 3865, 9, NULL, 20.89, 0.41, 1, 1, 'manual_sell', '2024-05-19 15:31:17', '2024-05-19 15:31:17', '2024-05-19 16:32:03'),
(2725, 1871, 2636, 3919, 1, NULL, 78.10, 0.31, 2, 1, 'manual_sell', '2024-05-19 15:32:16', '2024-05-19 15:32:16', '2024-05-19 16:33:04'),
(2726, 1873, 1999, 3594, 9, NULL, 22.80, 23.80, 10, 2, 'manual_sell', '2024-05-19 15:55:50', '2024-05-19 15:55:50', '2024-05-19 16:56:04'),
(2727, 1873, 1994, 773, 1, NULL, 64.90, 66.50, 4, 1, 'manual_sell', '2024-05-19 15:56:31', '2024-05-19 15:56:31', '2024-05-19 16:57:03'),
(2728, 1747, 2667, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-19 21:17:59', '2024-05-19 21:17:59', '2024-05-19 22:18:03'),
(2729, 1747, 2668, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-19 21:18:45', '2024-05-19 21:18:45', '2024-05-19 22:19:04'),
(2730, 1747, 2669, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-19 21:19:14', '2024-05-19 21:19:14', '2024-05-19 22:20:05'),
(2731, 1747, 2670, 2166, 1, NULL, 36.00, 37.08, 5, 1, 'manual_sell', '2024-05-19 21:19:57', '2024-05-19 21:19:57', '2024-05-19 22:20:05'),
(2732, 1747, 2671, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-19 21:20:24', '2024-05-19 21:20:24', '2024-05-19 22:21:03'),
(2733, 1747, 2672, 1956, 1, NULL, 10.07, 10.37, 4, 1, 'manual_sell', '2024-05-19 21:20:52', '2024-05-19 21:20:52', '2024-05-19 22:21:03'),
(2734, 1747, 2673, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-05-19 21:21:18', '2024-05-19 21:21:18', '2024-05-19 22:22:03'),
(2735, 1747, 2674, 1640, 1, NULL, 1.00, 1.03, 22, 1, 'manual_sell', '2024-05-19 21:21:51', '2024-05-19 21:21:51', '2024-05-19 22:22:03'),
(2736, 1871, 2642, 3927, 3, NULL, 39.59, 38.00, 2, 1, 'manual_sell', '2024-05-19 22:33:20', '2024-05-19 22:33:20', '2024-05-19 23:34:03'),
(2737, 1871, 2630, 2022, 3, NULL, 69.30, 66.00, 1, 1, 'manual_sell', '2024-05-19 22:45:01', '2024-05-19 22:45:01', '2024-05-19 23:45:05'),
(2738, 1871, 2629, 363, 3, NULL, 44.98, 1.90, 1, 1, 'manual_sell', '2024-05-19 22:48:29', '2024-05-19 22:48:29', '2024-05-19 23:49:03'),
(2739, 1871, 2628, 3105, 5, NULL, 198.00, 3.00, 1, 1, 'manual_sell', '2024-05-19 22:49:29', '2024-05-19 22:49:29', '2024-05-19 23:50:05'),
(2740, 1798, 2675, 4252, 1, NULL, 200.00, 206.00, 1, 1, 'manual_sell', '2024-05-20 00:03:39', '2024-05-20 00:03:39', '2024-05-20 01:04:06'),
(2741, 1798, 2676, 4607, 1, NULL, 13.00, 13.39, 1, 1, 'manual_sell', '2024-05-20 00:05:07', '2024-05-20 00:05:07', '2024-05-20 01:06:07'),
(2742, 1871, 2695, 5464, 3, NULL, 211.20, 204.00, 2, 1, 'manual_sell', '2024-05-20 01:04:10', '2024-05-20 01:04:10', '2024-05-20 02:05:06'),
(2743, 1871, 2691, 4914, 5, NULL, 38.50, 0.77, 2, 1, 'manual_sell', '2024-05-20 01:05:05', '2024-05-20 01:05:05', '2024-05-20 02:05:06'),
(2744, 1871, 2692, 1341, 9, NULL, 27.58, 26.00, 2, 1, 'manual_sell', '2024-05-20 01:06:52', '2024-05-20 01:06:52', '2024-05-20 02:07:04'),
(2745, 1871, 2693, 330, 5, NULL, 70.59, 1.00, 2, 1, 'manual_sell', '2024-05-20 01:07:51', '2024-05-20 01:07:51', '2024-05-20 02:08:04'),
(2746, 1871, 2694, 6002, 3, NULL, 308.00, 6.16, 2, 1, 'manual_sell', '2024-05-20 01:08:41', '2024-05-20 01:08:41', '2024-05-20 02:09:03'),
(2747, 1871, 2696, 6171, 9, NULL, 17.46, 16.00, 1, 1, 'manual_sell', '2024-05-20 01:09:38', '2024-05-20 01:09:38', '2024-05-20 02:10:06'),
(2748, 1871, 2697, 787, 1, NULL, 52.34, 50.00, 1, 1, 'manual_sell', '2024-05-20 01:10:40', '2024-05-20 01:10:40', '2024-05-20 02:11:05'),
(2749, 1871, 2698, 4930, 5, NULL, 303.10, 6.00, 1, 1, 'manual_sell', '2024-05-20 01:12:01', '2024-05-20 01:12:01', '2024-05-20 02:12:03'),
(2750, 1871, 2699, 4770, 9, NULL, 40.68, 39.40, 2, 1, 'manual_sell', '2024-05-20 01:13:14', '2024-05-20 01:13:14', '2024-05-20 02:14:04'),
(2751, 1871, 2700, 834, 3, NULL, 385.00, 7.70, 1, 1, 'manual_sell', '2024-05-20 01:13:59', '2024-05-20 01:13:59', '2024-05-20 02:14:04'),
(2752, 1871, 2701, 5309, 9, NULL, 166.98, 160.00, 1, 1, 'manual_sell', '2024-05-20 01:15:07', '2024-05-20 01:15:07', '2024-05-20 02:16:03'),
(2753, 1871, 2705, 2969, 1, NULL, 97.90, 1.95, 2, 1, 'manual_sell', '2024-05-20 01:15:59', '2024-05-20 01:15:59', '2024-05-20 02:16:03'),
(2754, 1871, 2702, 1688, 3, NULL, 51.00, 1.00, 2, 1, 'manual_sell', '2024-05-20 01:17:29', '2024-05-20 01:17:29', '2024-05-20 02:18:04'),
(2755, 1871, 2703, 786, 3, NULL, 242.80, 235.00, 2, 1, 'manual_sell', '2024-05-20 01:18:36', '2024-05-20 01:18:36', '2024-05-20 02:19:04'),
(2756, 1871, 2704, 5789, 5, NULL, 330.00, 320.00, 2, 1, 'manual_sell', '2024-05-20 01:19:36', '2024-05-20 01:19:36', '2024-05-20 02:20:08'),
(2757, 1871, 2706, 320, 9, NULL, 605.00, 586.85, 1, 1, 'manual_sell', '2024-05-20 01:20:43', '2024-05-20 01:20:43', '2024-05-20 02:21:04'),
(2758, 1871, 2710, 988, 9, NULL, 506.00, 490.00, 1, 1, 'manual_sell', '2024-05-20 01:21:26', '2024-05-20 01:21:26', '2024-05-20 02:22:04'),
(2759, 1871, 2709, 3161, 5, NULL, 319.00, 6.38, 2, 1, 'manual_sell', '2024-05-20 01:22:02', '2024-05-20 01:22:02', '2024-05-20 02:22:05'),
(2760, 1871, 2707, 311, 1, NULL, 164.21, 157.00, 2, 1, 'manual_sell', '2024-05-20 01:22:47', '2024-05-20 01:22:47', '2024-05-20 02:23:04'),
(2761, 1871, 2708, 5190, 9, NULL, 341.00, 6.82, 2, 1, 'manual_sell', '2024-05-20 01:23:31', '2024-05-20 01:23:31', '2024-05-20 02:24:04'),
(2762, 1871, 2711, 1011, 1, NULL, 246.40, 239.00, 1, 1, 'manual_sell', '2024-05-20 01:24:19', '2024-05-20 01:24:19', '2024-05-20 02:25:06'),
(2763, 1871, 2712, 2272, 3, NULL, 43.97, 1.00, 1, 1, 'manual_sell', '2024-05-20 01:26:10', '2024-05-20 01:26:10', '2024-05-20 02:27:03'),
(2764, 1871, 2713, 1571, 9, NULL, 110.56, 105.60, 1, 1, 'manual_sell', '2024-05-20 01:27:04', '2024-05-20 01:27:04', '2024-05-20 02:28:04'),
(2765, 1871, 2714, 5874, 3, NULL, 242.00, 4.84, 1, 1, 'manual_sell', '2024-05-20 01:27:59', '2024-05-20 01:27:59', '2024-05-20 02:28:04'),
(2766, 1871, 2715, 334, 9, NULL, 222.10, 215.00, 1, 1, 'manual_sell', '2024-05-20 01:28:47', '2024-05-20 01:28:47', '2024-05-20 02:29:04'),
(2767, 1871, 2716, 4919, 5, NULL, 38.50, 0.77, 1, 1, 'manual_sell', '2024-05-20 01:29:32', '2024-05-20 01:29:32', '2024-05-20 02:30:07'),
(2768, 1871, 2717, 1562, 9, NULL, 123.71, 119.00, 1, 1, 'manual_sell', '2024-05-20 01:30:14', '2024-05-20 01:30:14', '2024-05-20 02:31:04'),
(2769, 1871, 2718, 5391, 9, NULL, 105.68, 2.10, 1, 1, 'manual_sell', '2024-05-20 01:30:50', '2024-05-20 01:30:50', '2024-05-20 02:31:04'),
(2770, 1871, 2719, 3402, 1, NULL, 140.60, 136.00, 1, 1, 'manual_sell', '2024-05-20 01:31:42', '2024-05-20 01:31:42', '2024-05-20 02:32:04'),
(2771, 1868, 2661, 5224, 1, NULL, 818.39, 851.13, 1, 2, 'manual_sell', '2024-05-20 02:18:47', '2024-05-20 02:18:47', '2024-05-20 03:19:03'),
(2772, 1868, 2660, 5198, 9, NULL, 56.08, 64.49, 1, 2, 'manual_sell', '2024-05-20 02:22:18', '2024-05-20 02:22:18', '2024-05-20 03:23:04'),
(2773, 1868, 2659, 1985, 3, NULL, 151.92, 167.10, 1, 2, 'manual_sell', '2024-05-20 02:24:12', '2024-05-20 02:24:12', '2024-05-20 03:25:05'),
(2774, 1868, 2658, 1572, 5, NULL, 39.59, 40.78, 3, 2, 'manual_sell', '2024-05-20 02:26:43', '2024-05-20 02:26:43', '2024-05-20 03:27:03'),
(2775, 1868, 2657, 3789, 1, NULL, 231.00, 277.00, 1, 2, 'manual_sell', '2024-05-20 02:29:13', '2024-05-20 02:29:13', '2024-05-20 03:30:06'),
(2776, 1868, 2656, 3145, 3, NULL, 186.62, 190.35, 1, 1, 'manual_sell', '2024-05-20 02:31:34', '2024-05-20 02:31:34', '2024-05-20 03:32:03'),
(2777, 1868, 2655, 2663, 1, NULL, 1384.90, 1592.64, 2, 2, 'manual_sell', '2024-05-20 02:34:03', '2024-05-20 02:34:03', '2024-05-20 03:34:03'),
(2778, 1868, 2654, 2663, 5, NULL, 1384.90, 1592.63, 2, 2, 'manual_sell', '2024-05-20 02:35:22', '2024-05-20 02:35:22', '2024-05-20 03:36:04'),
(2779, 1868, 2653, 5511, 3, NULL, 274.99, 285.98, 1, 2, 'manual_sell', '2024-05-20 02:37:36', '2024-05-20 02:37:36', '2024-05-20 03:38:04'),
(2780, 1868, 2652, 5511, 1, NULL, 274.99, 285.98, 1, 2, 'manual_sell', '2024-05-20 02:38:52', '2024-05-20 02:38:52', '2024-05-20 03:39:05'),
(2781, 1869, 2741, 3469, 1, 17, 89.32, 91.11, 1, 1, 'ai_sell', '2024-05-20 04:02:06', '2024-05-20 04:02:06', '2024-05-20 05:03:04'),
(2782, 1869, 2742, 4087, 3, 17, 376.38, 383.91, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2783, 1869, 2743, 3599, 9, 17, 11.07, 11.29, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2784, 1869, 2744, 111, 9, 17, 868.96, 886.34, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2785, 1869, 2745, 3788, 1, 17, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2786, 1869, 2746, 386, 1, 17, 416.00, 424.32, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2787, 1869, 2747, 4674, 9, 17, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2788, 1869, 2748, 5565, 3, 17, 145.65, 148.56, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2789, 1869, 2749, 2328, 9, 17, 734.40, 749.09, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2790, 1869, 2750, 47, 9, 17, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:04'),
(2791, 1869, 2751, 2288, 1, 17, 49.98, 50.98, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2792, 1869, 2752, 3746, 6, 17, 39.63, 40.42, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2793, 1869, 2753, 2578, 9, 17, 17.80, 18.16, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2794, 1869, 2754, 5864, 3, 17, 38.10, 38.86, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2795, 1869, 2755, 3530, 1, 17, 209.99, 214.19, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2796, 1869, 2756, 1093, 3, 17, 154.48, 157.57, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2797, 1869, 2757, 1342, 1, 17, 6.05, 6.17, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2798, 1869, 2758, 1579, 6, 17, 16.04, 16.36, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2799, 1869, 2759, 2659, 3, 17, 31.48, 32.11, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2800, 1869, 2760, 2223, 3, 17, 24.39, 24.88, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2801, 1869, 2761, 4633, 1, 17, 404.00, 412.08, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2802, 1869, 2762, 4304, 1, 17, 9.32, 9.51, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2803, 1869, 2763, 5364, 3, 17, 363.59, 370.86, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2804, 1869, 2764, 2326, 1, 17, 30.09, 30.69, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2805, 1869, 2765, 3342, 6, 17, 16.95, 17.29, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2806, 1869, 2766, 1804, 6, 17, 86.49, 88.22, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2807, 1869, 2767, 5432, 1, 17, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2808, 1869, 2768, 2502, 3, 17, 199.50, 203.49, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2809, 1869, 2769, 2123, 1, 17, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2810, 1869, 2770, 2330, 1, 17, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2811, 1869, 2771, 4922, 9, 17, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2812, 1869, 2772, 6051, 9, 17, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:05'),
(2813, 1869, 2773, 3879, 9, 17, 62.05, 63.29, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2814, 1869, 2774, 5606, 9, 17, 613.60, 625.87, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2815, 1869, 2775, 6004, 6, 17, 232.30, 236.95, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2816, 1869, 2776, 3268, 9, 17, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2817, 1869, 2777, 973, 9, 17, 15.30, 15.61, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2818, 1869, 2778, 112, 3, 17, 12.42, 12.67, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2819, 1869, 2779, 2822, 9, 17, 630.00, 642.60, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2820, 1869, 2780, 2758, 1, 17, 875.50, 893.01, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2821, 1869, 2781, 3631, 1, 17, 12.93, 13.19, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2822, 1869, 2782, 3504, 6, 17, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2823, 1869, 2783, 2011, 1, 17, 1393.80, 1421.68, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2824, 1869, 2784, 5502, 3, 17, 381.51, 389.14, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2825, 1869, 2785, 4215, 3, 17, 636.00, 648.72, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2826, 1869, 2786, 3393, 9, 17, 24.47, 24.96, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2827, 1869, 2787, 77, 6, 17, 70.70, 72.11, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2828, 1869, 2788, 784, 9, 17, 39.65, 40.44, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2829, 1869, 2789, 4834, 3, 17, 100.99, 103.01, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2830, 1869, 2790, 1305, 9, 17, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2831, 1869, 2791, 4182, 9, 17, 60.60, 61.81, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2832, 1869, 2792, 3690, 9, 17, 7.98, 8.14, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2833, 1869, 2793, 1737, 1, 17, 82.39, 84.04, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2834, 1869, 2794, 1347, 3, 17, 85.85, 87.57, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2835, 1869, 2795, 2450, 1, 17, 15.30, 15.61, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2836, 1869, 2796, 1348, 1, 17, 8.34, 8.51, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2837, 1869, 2797, 4691, 1, 17, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2838, 1869, 2798, 5311, 3, 17, 104.95, 107.05, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2839, 1869, 2799, 4191, 3, 17, 5.81, 5.93, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2840, 1869, 2800, 1401, 6, 17, 10.91, 11.13, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2841, 1869, 2801, 4641, 6, 17, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2842, 1869, 2802, 1827, 1, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2843, 1869, 2803, 1850, 9, 17, 0.57, 0.58, 1, 1, 'ai_sell', '2024-05-20 04:02:07', '2024-05-20 04:02:07', '2024-05-20 05:03:06'),
(2844, 1869, 2804, 1827, 3, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-20 04:03:06', '2024-05-20 04:03:06', '2024-05-20 05:04:03'),
(2845, 1866, 2823, 1890, 9, 16, 2028.78, 2069.36, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2846, 1866, 2824, 2379, 3, 16, 43.60, 44.47, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2847, 1866, 2825, 2400, 1, 16, 37.10, 37.84, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2848, 1866, 2826, 1923, 3, 16, 17.08, 17.42, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2849, 1866, 2827, 6055, 6, 16, 8.20, 8.36, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2850, 1866, 2828, 1774, 1, 16, 63.02, 64.28, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2851, 1866, 2829, 6025, 9, 16, 99.98, 101.98, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2852, 1866, 2830, 399, 6, 16, 128.75, 131.33, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2853, 1866, 2831, 807, 1, 16, 34.33, 35.02, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2854, 1866, 2832, 5293, 3, 16, 112.35, 114.60, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2855, 1866, 2833, 1777, 6, 16, 30.51, 31.12, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2856, 1866, 2834, 2820, 9, 16, 142.04, 144.88, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2857, 1866, 2835, 1759, 6, 16, 127.20, 129.74, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2858, 1866, 2836, 4757, 1, 16, 79.27, 80.86, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2859, 1866, 2837, 1281, 3, 16, 63.60, 64.87, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:04'),
(2860, 1866, 2838, 1338, 1, 16, 16.68, 17.01, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2861, 1866, 2839, 2939, 3, 16, 428.40, 436.97, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2862, 1866, 2840, 4049, 1, 16, 182.58, 186.23, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2863, 1866, 2841, 4906, 6, 16, 3.20, 3.26, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2864, 1866, 2842, 2229, 1, 16, 28.29, 28.86, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2865, 1866, 2843, 4774, 1, 16, 104.00, 106.08, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2866, 1866, 2844, 5706, 6, 16, 31.65, 32.28, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2867, 1866, 2845, 1984, 3, 16, 270.39, 275.80, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2868, 1866, 2846, 426, 3, 16, 15.30, 15.61, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2869, 1866, 2847, 2601, 3, 16, 16.32, 16.65, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2870, 1866, 2848, 5920, 1, 16, 32.95, 33.61, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2871, 1866, 2849, 5181, 1, 16, 19.61, 20.00, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2872, 1866, 2850, 692, 9, 16, 8.48, 8.65, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2873, 1866, 2851, 3770, 9, 16, 13.23, 13.49, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2874, 1866, 2852, 1236, 1, 16, 104.82, 106.92, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2875, 1866, 2853, 2958, 9, 16, 111.30, 113.53, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:05'),
(2876, 1866, 2854, 2232, 9, 16, 58.30, 59.47, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2877, 1866, 2855, 1408, 6, 16, 16.26, 16.59, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2878, 1866, 2856, 3254, 1, 16, 84.80, 86.50, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2879, 1866, 2857, 4126, 1, 16, 84.64, 86.33, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2880, 1866, 2858, 5574, 3, 16, 144.64, 147.53, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2881, 1866, 2859, 4456, 9, 16, 676.27, 689.80, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2882, 1866, 2860, 2576, 3, 16, 20.47, 20.88, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2883, 1866, 2861, 2732, 9, 16, 20.69, 21.10, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2884, 1866, 2862, 6017, 1, 16, 23.64, 24.11, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2885, 1866, 2863, 455, 1, 16, 530.25, 540.86, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2886, 1866, 2864, 3446, 3, 16, 82.59, 84.24, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2887, 1866, 2865, 6027, 9, 16, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2888, 1866, 2866, 537, 1, 16, 962.68, 981.93, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2889, 1866, 2867, 2314, 6, 16, 121.90, 124.34, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2890, 1866, 2868, 6013, 9, 16, 33.65, 34.32, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2891, 1866, 2869, 800, 6, 16, 33.52, 34.19, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2892, 1866, 2870, 585, 6, 16, 484.10, 493.78, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2893, 1866, 2871, 1348, 6, 16, 8.03, 8.19, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2894, 1866, 2872, 3144, 3, 16, 175.10, 178.60, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2895, 1866, 2873, 2571, 3, 16, 16.39, 16.72, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2896, 1866, 2874, 4231, 9, 16, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2897, 1866, 2875, 6056, 3, 16, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2898, 1866, 2876, 572, 3, 16, 969.00, 988.38, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2899, 1866, 2877, 3947, 6, 16, 328.59, 335.16, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2900, 1866, 2878, 5464, 1, 16, 199.68, 203.67, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2901, 1866, 2879, 5054, 6, 16, 120.92, 123.34, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2902, 1866, 2880, 3734, 1, 16, 142.50, 145.35, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2903, 1866, 2881, 1647, 1, 16, 14.73, 15.02, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2904, 1866, 2882, 5518, 6, 16, 18.71, 19.08, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2905, 1866, 2883, 2149, 3, 16, 129.32, 131.91, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2906, 1866, 2884, 4266, 9, 16, 83.99, 85.67, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2907, 1866, 2885, 3490, 6, 16, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2908, 1866, 2886, 1909, 3, 16, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2909, 1866, 2887, 5233, 3, 16, 13.00, 13.26, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2910, 1866, 2888, 3878, 6, 16, 4.84, 4.94, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2911, 1866, 2889, 608, 9, 16, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2912, 1866, 2890, 1894, 3, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2913, 1866, 2891, 642, 6, 16, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2914, 1866, 2892, 803, 3, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2915, 1866, 2893, 949, 6, 16, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2916, 1866, 2894, 1827, 1, 16, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-20 05:02:06', '2024-05-20 05:02:06', '2024-05-20 06:03:06'),
(2917, 1871, 2897, 4770, 9, 7, 38.10, 38.86, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:02'),
(2918, 1871, 2898, 2011, 6, 7, 1435.20, 1463.90, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:02'),
(2919, 1871, 2899, 1678, 1, 7, 723.84, 738.32, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2920, 1871, 2900, 1927, 1, 7, 38.52, 39.29, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2921, 1871, 2901, 3912, 3, 7, 24.95, 25.45, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2922, 1871, 2902, 3813, 6, 7, 23.31, 23.78, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2923, 1871, 2903, 4671, 1, 7, 9.26, 9.45, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2924, 1871, 2904, 5848, 1, 7, 21.37, 21.80, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2925, 1871, 2905, 206, 6, 7, 27.17, 27.71, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2926, 1871, 2906, 4878, 1, 7, 242.66, 247.51, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2927, 1871, 2907, 236, 3, 7, 753.59, 768.66, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2928, 1871, 2908, 2147, 9, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2929, 1871, 2909, 3186, 6, 7, 8.36, 8.53, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2930, 1871, 2910, 665, 6, 7, 94.94, 96.84, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2931, 1871, 2911, 3694, 6, 7, 469.60, 478.99, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2932, 1871, 2912, 659, 6, 7, 8.40, 8.57, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2933, 1871, 2913, 2488, 1, 7, 104.00, 106.08, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2934, 1871, 2914, 5215, 9, 7, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2935, 1871, 2915, 817, 9, 7, 66.91, 68.25, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2936, 1871, 2916, 5179, 9, 7, 84.79, 86.49, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2937, 1871, 2917, 34, 9, 7, 3.03, 3.09, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2938, 1871, 2918, 299, 1, 7, 2.64, 2.69, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2939, 1871, 2919, 3027, 6, 7, 3264.00, 3329.28, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2940, 1871, 2920, 4077, 9, 7, 46.80, 47.74, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2941, 1871, 2921, 4709, 6, 7, 50.07, 51.07, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:03'),
(2942, 1871, 2922, 383, 9, 7, 10.42, 10.63, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2943, 1871, 2923, 1259, 1, 7, 309.96, 316.16, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2944, 1871, 2924, 2081, 9, 7, 805.60, 821.71, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2945, 1871, 2925, 1859, 1, 7, 3.71, 3.78, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2946, 1871, 2926, 5530, 3, 7, 9.12, 9.30, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2947, 1871, 2927, 2178, 6, 7, 20.18, 20.58, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2948, 1871, 2928, 4201, 1, 7, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2949, 1871, 2929, 1149, 6, 7, 209.99, 214.19, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2950, 1871, 2930, 2937, 9, 7, 832.00, 848.64, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2951, 1871, 2931, 4825, 3, 7, 176.18, 179.70, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2952, 1871, 2932, 2978, 9, 7, 212.65, 216.90, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2953, 1871, 2933, 2654, 3, 7, 20.95, 21.37, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2954, 1871, 2934, 2072, 1, 7, 20.14, 20.54, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2955, 1871, 2935, 2955, 1, 7, 19.80, 20.20, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2956, 1871, 2936, 1685, 3, 7, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2957, 1871, 2937, 2292, 1, 7, 204.97, 209.07, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2958, 1871, 2938, 3162, 6, 7, 24.37, 24.86, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2959, 1871, 2939, 238, 9, 7, 16.96, 17.30, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2960, 1871, 2940, 720, 9, 7, 38.33, 39.10, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2961, 1871, 2941, 263, 6, 7, 6.47, 6.60, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2962, 1871, 2942, 4675, 3, 7, 5.11, 5.21, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2963, 1871, 2943, 642, 1, 7, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2964, 1871, 2944, 967, 6, 7, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:04'),
(2965, 1871, 2945, 803, 1, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:05'),
(2966, 1871, 2946, 1827, 1, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:05'),
(2967, 1871, 2947, 949, 3, 7, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-20 06:21:05', '2024-05-20 06:21:05', '2024-05-20 07:22:05'),
(2968, 1870, 2948, 5167, 6, 8, 185.39, 189.10, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2969, 1870, 2949, 299, 9, 8, 2.69, 2.74, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2970, 1870, 2950, 3373, 9, 8, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2971, 1870, 2951, 4136, 1, 8, 36.74, 37.47, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2972, 1870, 2952, 5513, 1, 8, 82.61, 84.26, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2973, 1870, 2953, 2602, 3, 8, 10.80, 11.02, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2974, 1870, 2954, 391, 9, 8, 20.66, 21.07, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2975, 1870, 2955, 3807, 6, 8, 4815.25, 4911.56, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2976, 1870, 2956, 2031, 1, 8, 548.08, 559.04, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2977, 1870, 2957, 4312, 1, 8, 13.85, 14.13, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2978, 1870, 2958, 940, 9, 8, 72.60, 74.05, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2979, 1870, 2959, 827, 1, 8, 332.80, 339.46, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2980, 1870, 2960, 4885, 9, 8, 515.58, 525.89, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2981, 1870, 2961, 3857, 9, 8, 40.60, 41.41, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:05'),
(2982, 1870, 2962, 1459, 3, 8, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2983, 1870, 2963, 2024, 6, 8, 13.31, 13.58, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2984, 1870, 2964, 4694, 3, 8, 29.14, 29.72, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2985, 1870, 2965, 3031, 9, 8, 132.11, 134.75, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2986, 1870, 2966, 1400, 1, 8, 1518.40, 1548.77, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2987, 1870, 2967, 5038, 1, 8, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2988, 1870, 2968, 4112, 9, 8, 70.70, 72.11, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2989, 1870, 2969, 4524, 1, 8, 10.37, 10.58, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2990, 1870, 2970, 5414, 3, 8, 43.08, 43.94, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2991, 1870, 2971, 5082, 3, 8, 23.42, 23.89, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2992, 1870, 2972, 4928, 6, 8, 51.27, 52.30, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2993, 1870, 2973, 1888, 3, 8, 539.58, 550.37, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2994, 1870, 2974, 4982, 6, 8, 88.40, 90.17, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2995, 1870, 2975, 5210, 3, 8, 35.69, 36.40, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2996, 1870, 2976, 3201, 1, 8, 227.24, 231.78, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2997, 1870, 2977, 1473, 1, 8, 21.14, 21.56, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2998, 1870, 2978, 5005, 3, 8, 35.34, 36.05, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(2999, 1870, 2979, 5148, 6, 8, 611.99, 624.23, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(3000, 1870, 2980, 3169, 3, 8, 202.28, 206.33, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(3001, 1870, 2981, 3387, 9, 8, 21.38, 21.81, 1, 1, 'ai_sell', '2024-05-20 06:29:06', '2024-05-20 06:29:06', '2024-05-20 07:30:06'),
(3002, 1870, 2982, 5683, 9, 8, 27.70, 28.25, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3003, 1870, 2983, 1081, 1, 8, 167.99, 171.35, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3004, 1870, 2984, 4349, 3, 8, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3005, 1870, 2985, 3050, 9, 8, 11.01, 11.23, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3006, 1870, 2986, 2522, 1, 8, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3007, 1870, 2987, 2073, 6, 8, 2.56, 2.61, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3008, 1870, 2988, 1129, 6, 8, 2.63, 2.68, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3009, 1870, 2989, 1829, 3, 8, 0.80, 0.82, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3010, 1870, 2990, 1842, 9, 8, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-20 06:29:07', '2024-05-20 06:29:07', '2024-05-20 07:30:06'),
(3011, 1873, 2991, 5474, 3, 9, 42.22, 43.06, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:02'),
(3012, 1873, 2992, 5798, 9, 9, 1272.00, 1297.44, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:02'),
(3013, 1873, 2993, 4745, 9, 9, 195.51, 199.42, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:02'),
(3014, 1873, 2994, 4090, 1, 9, 9.35, 9.54, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3015, 1873, 2995, 1672, 1, 9, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3016, 1873, 2996, 2321, 6, 9, 145.71, 148.62, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3017, 1873, 2997, 5203, 1, 9, 164.21, 167.49, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3018, 1873, 2998, 1591, 1, 9, 7.61, 7.76, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3019, 1873, 2999, 1558, 6, 9, 20.46, 20.87, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3020, 1873, 3000, 2574, 3, 9, 20.45, 20.86, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3021, 1873, 3001, 1678, 6, 9, 730.80, 745.42, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3022, 1873, 3002, 941, 9, 9, 5.20, 5.30, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3023, 1873, 3003, 654, 9, 9, 54.54, 55.63, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3024, 1873, 3004, 4479, 9, 9, 2.09, 2.13, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3025, 1873, 3005, 4831, 1, 9, 166.94, 170.28, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3026, 1873, 3006, 435, 6, 9, 1716.99, 1751.33, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3027, 1873, 3007, 239, 3, 9, 47.20, 48.14, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3028, 1873, 3008, 4314, 9, 9, 4.85, 4.95, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3029, 1873, 3009, 6125, 6, 9, 74.20, 75.68, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3030, 1873, 3010, 4551, 6, 9, 2184.00, 2227.68, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3031, 1873, 3011, 4031, 1, 9, 61.79, 63.03, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3032, 1873, 3012, 2196, 3, 9, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3033, 1873, 3013, 5944, 3, 9, 80.80, 82.42, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3034, 1873, 3014, 6132, 9, 9, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3035, 1873, 3015, 267, 9, 9, 185.39, 189.10, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3036, 1873, 3016, 1291, 9, 9, 10.65, 10.86, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3037, 1873, 3017, 5145, 3, 9, 42.23, 43.07, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(3038, 1873, 3018, 1685, 3, 9, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3039, 1873, 3019, 868, 9, 9, 72.80, 74.26, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3040, 1873, 3020, 2792, 3, 9, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3041, 1873, 3021, 5310, 6, 9, 64.65, 65.94, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3042, 1873, 3022, 3622, 6, 9, 926.99, 945.53, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3043, 1873, 3023, 5883, 1, 9, 2199.60, 2243.59, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3044, 1873, 3024, 2802, 3, 9, 47.12, 48.06, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3045, 1873, 3025, 5077, 6, 9, 9.26, 9.45, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3046, 1873, 3026, 2852, 9, 9, 17.16, 17.50, 1, 1, 'ai_sell', '2024-05-20 06:45:07', '2024-05-20 06:45:07', '2024-05-20 07:46:03'),
(3047, 1873, 3027, 1248, 9, 9, 29.47, 30.06, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:03'),
(3048, 1873, 3028, 2939, 1, 9, 436.80, 445.54, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:03'),
(3049, 1873, 3029, 4662, 3, 9, 30.52, 31.13, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:03'),
(3050, 1873, 3030, 2343, 9, 9, 49.95, 50.95, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:03'),
(3051, 1873, 3031, 5041, 1, 9, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3052, 1873, 3032, 1459, 1, 9, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3053, 1873, 3033, 1227, 3, 9, 160.13, 163.33, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3054, 1873, 3034, 1967, 9, 9, 2.82, 2.88, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3055, 1873, 3035, 1580, 3, 9, 15.10, 15.40, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3056, 1873, 3036, 1521, 9, 9, 17.85, 18.21, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3057, 1873, 3037, 2934, 9, 9, 116.54, 118.87, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3058, 1873, 3038, 1912, 9, 9, 3.91, 3.99, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3059, 1873, 3039, 5913, 3, 9, 117.50, 119.85, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3060, 1873, 3040, 218, 6, 9, 37.42, 38.17, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3061, 1873, 3041, 2148, 3, 9, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3062, 1873, 3042, 4757, 3, 9, 79.27, 80.86, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3063, 1873, 3043, 1524, 1, 9, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3064, 1873, 3044, 398, 9, 9, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3065, 1873, 3045, 1369, 6, 9, 42.40, 43.25, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3066, 1873, 3046, 5491, 1, 9, 535.50, 546.21, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3067, 1873, 3047, 2967, 9, 9, 295.74, 301.65, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3068, 1873, 3048, 5870, 9, 9, 12.96, 13.22, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3069, 1873, 3049, 2154, 1, 9, 20.35, 20.76, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3070, 1873, 3050, 3237, 3, 9, 135.19, 137.89, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3071, 1873, 3051, 4210, 3, 9, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:04'),
(3072, 1873, 3052, 6152, 9, 9, 24.03, 24.51, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3073, 1873, 3053, 692, 3, 9, 8.24, 8.40, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3074, 1873, 3054, 4726, 1, 9, 18.71, 19.08, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3075, 1873, 3055, 5734, 9, 9, 26.77, 27.31, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3076, 1873, 3056, 5505, 6, 9, 85.85, 87.57, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3077, 1873, 3057, 3382, 1, 9, 2.40, 2.45, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3078, 1873, 3058, 829, 9, 9, 22.27, 22.72, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3079, 1873, 3059, 5459, 3, 9, 116.60, 118.93, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3080, 1873, 3060, 5718, 6, 9, 154.50, 157.59, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3081, 1873, 3061, 321, 9, 9, 78.30, 79.87, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3082, 1873, 3062, 782, 9, 9, 6.99, 7.13, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3083, 1873, 3063, 1023, 1, 9, 163.24, 166.50, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3084, 1873, 3064, 1273, 6, 9, 349.80, 356.80, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3085, 1873, 3065, 6168, 3, 9, 30.15, 30.75, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3086, 1873, 3066, 5874, 1, 9, 231.00, 235.62, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3087, 1873, 3067, 673, 6, 9, 356.16, 363.28, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3088, 1873, 3068, 3825, 9, 9, 23.68, 24.15, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3089, 1873, 3069, 936, 1, 9, 51.89, 52.93, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3090, 1873, 3070, 6104, 6, 9, 1.44, 1.47, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3091, 1873, 3071, 3508, 3, 9, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3092, 1873, 3072, 2917, 3, 9, 16.97, 17.31, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3093, 1873, 3073, 1428, 9, 9, 10.18, 10.38, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3094, 1873, 3074, 5051, 1, 9, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3095, 1873, 3075, 4704, 6, 9, 1.33, 1.36, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3096, 1873, 3076, 1894, 1, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3097, 1873, 3077, 949, 6, 9, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-20 06:45:08', '2024-05-20 06:45:08', '2024-05-20 07:46:05'),
(3098, 1866, 3078, 2395, 6, 6, 14.17, 14.30, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3099, 1866, 3079, 2023, 1, 6, 1.06, 1.07, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3100, 1866, 3080, 617, 6, 6, 14.84, 14.97, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3101, 1866, 3081, 4817, 1, 6, 18.12, 18.28, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3102, 1866, 3082, 1523, 1, 6, 1.64, 1.65, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3103, 1866, 3083, 1719, 9, 6, 1.09, 1.10, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3104, 1866, 3084, 1894, 9, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3105, 1866, 3085, 1811, 1, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-20 06:51:05', '2024-05-20 06:51:05', '2024-05-20 07:52:03'),
(3106, 1866, 3086, 6009, 1, 11, 20.12, 20.52, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:03'),
(3107, 1866, 3087, 1485, 1, 11, 561.94, 573.18, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:03'),
(3108, 1866, 3088, 1009, 6, 11, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:03'),
(3109, 1866, 3089, 2949, 9, 11, 22.63, 23.08, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:03'),
(3110, 1866, 3090, 2534, 9, 11, 10.18, 10.38, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3111, 1866, 3091, 5873, 3, 11, 8.07, 8.23, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3112, 1866, 3092, 3905, 9, 11, 43.45, 44.32, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3113, 1866, 3093, 556, 3, 11, 7.21, 7.35, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3114, 1866, 3094, 2028, 1, 11, 39.39, 40.18, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3115, 1866, 3095, 3733, 1, 11, 5.47, 5.58, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3116, 1866, 3096, 3714, 3, 11, 251.89, 256.93, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3117, 1866, 3097, 3052, 6, 11, 5.10, 5.20, 1, 1, 'ai_sell', '2024-05-20 06:58:07', '2024-05-20 06:58:07', '2024-05-20 07:59:04'),
(3118, 1866, 3098, 4158, 1, 11, 634.94, 647.64, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:04'),
(3119, 1866, 3099, 1915, 3, 11, 72.64, 74.09, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:04'),
(3120, 1866, 3100, 4028, 1, 11, 20.92, 21.34, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:04'),
(3121, 1866, 3101, 1652, 3, 11, 14.03, 14.31, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3122, 1866, 3102, 3123, 9, 11, 112.27, 114.52, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3123, 1866, 3103, 3210, 9, 11, 15.71, 16.02, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3124, 1866, 3104, 511, 1, 11, 727.65, 742.20, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3125, 1866, 3105, 2230, 3, 11, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3126, 1866, 3106, 2021, 6, 11, 10.06, 10.26, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3127, 1866, 3107, 3190, 9, 11, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3128, 1866, 3108, 3009, 1, 11, 635.50, 648.21, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3129, 1866, 3109, 4014, 3, 11, 7.90, 8.06, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3130, 1866, 3110, 3691, 9, 11, 498.30, 508.27, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3131, 1866, 3111, 1862, 3, 11, 51.34, 52.37, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3132, 1866, 3112, 2529, 6, 11, 58.79, 59.97, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3133, 1866, 3113, 5301, 3, 11, 52.52, 53.57, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3134, 1866, 3114, 5393, 3, 11, 50.81, 51.83, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3135, 1866, 3115, 5255, 3, 11, 24.03, 24.51, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3136, 1866, 3116, 5048, 6, 11, 48.47, 49.44, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3137, 1866, 3117, 4613, 9, 11, 375.35, 382.86, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:05'),
(3138, 1866, 3118, 1686, 1, 11, 582.77, 594.43, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3139, 1866, 3119, 413, 1, 11, 32.52, 33.17, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3140, 1866, 3120, 5192, 3, 11, 20.85, 21.27, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3141, 1866, 3121, 2750, 1, 11, 246.75, 251.69, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3142, 1866, 3122, 1891, 9, 11, 78.40, 79.97, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3143, 1866, 3123, 5425, 1, 11, 7.37, 7.52, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3144, 1866, 3124, 2922, 3, 11, 33.08, 33.74, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3145, 1866, 3125, 5096, 6, 11, 22.92, 23.38, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3146, 1866, 3126, 2063, 6, 11, 4.89, 4.99, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3147, 1866, 3127, 1870, 6, 11, 24.24, 24.72, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3148, 1866, 3128, 4580, 9, 11, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3149, 1866, 3129, 1902, 3, 11, 103.47, 105.54, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3150, 1866, 3130, 3871, 1, 11, 52.51, 53.56, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3151, 1866, 3131, 5900, 1, 11, 103.89, 105.97, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3152, 1866, 3132, 3504, 6, 11, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3153, 1866, 3133, 4186, 3, 11, 131.30, 133.93, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3154, 1866, 3134, 401, 6, 11, 271.36, 276.79, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3155, 1866, 3135, 3879, 1, 11, 61.44, 62.67, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:06'),
(3156, 1866, 3136, 1172, 6, 11, 66.56, 67.89, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3157, 1866, 3137, 2858, 6, 11, 3150.00, 3213.00, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3158, 1866, 3138, 3445, 6, 11, 8.08, 8.24, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3159, 1866, 3139, 3229, 3, 11, 146.29, 149.22, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3160, 1866, 3140, 5238, 9, 11, 205.01, 209.11, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3161, 1866, 3141, 5225, 3, 11, 617.99, 630.35, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3162, 1866, 3142, 3888, 1, 11, 170.69, 174.10, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3163, 1866, 3143, 1758, 9, 11, 441.37, 450.20, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3164, 1866, 3144, 5859, 6, 11, 202.80, 206.86, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3165, 1866, 3145, 3058, 3, 11, 441.87, 450.71, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3166, 1866, 3146, 815, 9, 11, 74.68, 76.17, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3167, 1866, 3147, 2964, 3, 11, 840.00, 856.80, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3168, 1866, 3148, 3088, 6, 11, 24.10, 24.58, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3169, 1866, 3149, 3422, 9, 11, 11.91, 12.15, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3170, 1866, 3150, 6059, 9, 11, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3171, 1866, 3151, 1808, 1, 11, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3172, 1866, 3152, 3222, 9, 11, 4.20, 4.28, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:07'),
(3173, 1866, 3153, 3075, 3, 11, 12.86, 13.12, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:08'),
(3174, 1866, 3154, 44, 6, 11, 4.16, 4.24, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:08'),
(3175, 1866, 3155, 1916, 1, 11, 3.43, 3.50, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:08'),
(3176, 1866, 3156, 734, 3, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:08'),
(3177, 1866, 3157, 1829, 1, 11, 0.78, 0.80, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:08'),
(3178, 1866, 3158, 1827, 1, 11, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-20 06:58:08', '2024-05-20 06:58:08', '2024-05-20 07:59:08'),
(3179, 1867, 3159, 2449, 6, 12, 755.98, 771.10, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3180, 1867, 3160, 2198, 3, 12, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3181, 1867, 3161, 4700, 6, 12, 30.30, 30.91, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3182, 1867, 3162, 1504, 9, 12, 30.36, 30.97, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3183, 1867, 3163, 2231, 9, 12, 54.05, 55.13, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3184, 1867, 3164, 5014, 3, 12, 552.25, 563.30, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3185, 1867, 3165, 2040, 1, 12, 55.98, 57.10, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3186, 1867, 3166, 2280, 1, 12, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3187, 1867, 3167, 1616, 1, 12, 302.89, 308.95, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3188, 1867, 3168, 5621, 3, 12, 156.00, 159.12, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3189, 1867, 3169, 2639, 3, 12, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3190, 1867, 3170, 5548, 6, 12, 32.63, 33.28, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3191, 1867, 3171, 4369, 9, 12, 11330.00, 11556.60, 1, 1, 'ai_sell', '2024-05-20 07:07:05', '2024-05-20 07:07:05', '2024-05-20 08:08:04'),
(3192, 1867, 3172, 4751, 6, 12, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:04'),
(3193, 1867, 3173, 4291, 6, 12, 151.50, 154.53, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:04'),
(3194, 1867, 3174, 1317, 3, 12, 15.80, 16.12, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:04'),
(3195, 1867, 3175, 4859, 1, 12, 7.66, 7.81, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3196, 1867, 3176, 4835, 6, 12, 26.02, 26.54, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3197, 1867, 3177, 3588, 3, 12, 16.11, 16.43, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3198, 1867, 3178, 3014, 3, 12, 210.08, 214.28, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3199, 1867, 3179, 5782, 6, 12, 20.30, 20.71, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3200, 1867, 3180, 2719, 6, 12, 28.60, 29.17, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3201, 1867, 3181, 129, 1, 12, 43.95, 44.83, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3202, 1867, 3182, 3794, 1, 12, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3203, 1867, 3183, 5120, 6, 12, 19.94, 20.34, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3204, 1867, 3184, 5573, 9, 12, 73.10, 74.56, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3205, 1867, 3185, 1160, 3, 12, 4.51, 4.60, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3206, 1867, 3186, 3024, 6, 12, 200.99, 205.01, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3207, 1867, 3187, 672, 1, 12, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3208, 1867, 3188, 496, 6, 12, 135.19, 137.89, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3209, 1867, 3189, 3545, 6, 12, 38.55, 39.32, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3210, 1867, 3190, 121, 9, 12, 4.65, 4.74, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3211, 1867, 3191, 3792, 1, 12, 234.59, 239.28, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3212, 1867, 3192, 3065, 9, 12, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3213, 1867, 3193, 1290, 3, 12, 3.48, 3.55, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3214, 1867, 3194, 1640, 1, 12, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3215, 1867, 3195, 1731, 1, 12, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3216, 1867, 3196, 1811, 9, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3217, 1867, 3197, 1894, 1, 12, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-20 07:07:06', '2024-05-20 07:07:06', '2024-05-20 08:08:05'),
(3218, 1868, 3198, 1492, 1, 13, 67.19, 68.53, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3219, 1868, 3199, 5452, 9, 13, 24.37, 24.86, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3220, 1868, 3200, 1530, 3, 13, 13.64, 13.91, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3221, 1868, 3201, 2851, 6, 13, 6565.00, 6696.30, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3222, 1868, 3202, 2591, 6, 13, 16.11, 16.43, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3223, 1868, 3203, 810, 6, 13, 26.35, 26.88, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3224, 1868, 3204, 1439, 3, 13, 262.71, 267.96, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3225, 1868, 3205, 1262, 1, 13, 1.62, 1.65, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3226, 1868, 3206, 4610, 3, 13, 13.08, 13.34, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3227, 1868, 3207, 514, 3, 13, 932.25, 950.90, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3228, 1868, 3208, 3494, 1, 13, 13.67, 13.94, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:03'),
(3229, 1868, 3209, 3593, 6, 13, 4.66, 4.75, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3230, 1868, 3210, 1823, 6, 13, 14.03, 14.31, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3231, 1868, 3211, 2272, 3, 13, 41.97, 42.81, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3232, 1868, 3212, 5360, 1, 13, 209.03, 213.21, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3233, 1868, 3213, 3699, 3, 13, 55.57, 56.68, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3234, 1868, 3214, 943, 3, 13, 41.59, 42.42, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3235, 1868, 3215, 477, 3, 13, 440.27, 449.08, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3236, 1868, 3216, 1227, 6, 13, 158.60, 161.77, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3237, 1868, 3217, 5726, 6, 13, 11.77, 12.01, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3238, 1868, 3218, 2836, 3, 13, 1101.45, 1123.48, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3239, 1868, 3219, 1495, 6, 13, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3240, 1868, 3220, 2470, 1, 13, 44.72, 45.61, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3241, 1868, 3221, 1803, 3, 13, 20.80, 21.22, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3242, 1868, 3222, 5466, 3, 13, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3243, 1868, 3223, 2181, 1, 13, 9.06, 9.24, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3244, 1868, 3224, 4676, 1, 13, 50.67, 51.68, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3245, 1868, 3225, 288, 3, 13, 11.91, 12.15, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3246, 1868, 3226, 5993, 9, 13, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:04'),
(3247, 1868, 3227, 2978, 3, 13, 212.65, 216.90, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3248, 1868, 3228, 5063, 1, 13, 24.71, 25.20, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3249, 1868, 3229, 5832, 6, 13, 49.98, 50.98, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3250, 1868, 3230, 2732, 1, 13, 20.69, 21.10, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3251, 1868, 3231, 791, 1, 13, 76.50, 78.03, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3252, 1868, 3232, 4741, 9, 13, 11.23, 11.45, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3253, 1868, 3233, 291, 1, 13, 15.32, 15.63, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3254, 1868, 3234, 143, 6, 13, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3255, 1868, 3235, 756, 9, 13, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3256, 1868, 3236, 624, 9, 13, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3257, 1868, 3237, 1827, 6, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-20 07:40:07', '2024-05-20 07:40:07', '2024-05-20 08:41:05'),
(3258, 1869, 3238, 5505, 6, 14, 81.80, 83.44, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3259, 1869, 3239, 675, 3, 14, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3260, 1869, 3240, 2055, 9, 14, 237.66, 242.41, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3261, 1869, 3241, 6133, 1, 14, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3262, 1869, 3242, 2540, 9, 14, 92.69, 94.54, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3263, 1869, 3243, 1694, 3, 14, 14.79, 15.09, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3264, 1869, 3244, 5047, 6, 14, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3265, 1869, 3245, 2247, 9, 14, 53.00, 54.06, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3266, 1869, 3246, 2719, 6, 14, 27.52, 28.07, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3267, 1869, 3247, 2861, 9, 14, 56.64, 57.77, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3268, 1869, 3248, 3750, 6, 14, 66.95, 68.29, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:04'),
(3269, 1869, 3249, 86, 9, 14, 138.72, 141.49, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3270, 1869, 3250, 1529, 1, 14, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3271, 1869, 3251, 3430, 6, 14, 44.09, 44.97, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3272, 1869, 3252, 766, 3, 14, 3.36, 3.43, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3273, 1869, 3253, 6166, 1, 14, 60.59, 61.80, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3274, 1869, 3254, 548, 3, 14, 56.70, 57.83, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3275, 1869, 3255, 3221, 6, 14, 21.93, 22.37, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3276, 1869, 3256, 6028, 1, 14, 2.17, 2.21, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3277, 1869, 3257, 2664, 1, 14, 2816.42, 2872.75, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3278, 1869, 3258, 2716, 3, 14, 27.19, 27.73, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3279, 1869, 3259, 3540, 3, 14, 5038.95, 5139.73, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3280, 1869, 3260, 5660, 1, 14, 1299.55, 1325.54, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3281, 1869, 3261, 809, 3, 14, 174.89, 178.39, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3282, 1869, 3262, 1870, 1, 14, 25.20, 25.70, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3283, 1869, 3263, 1693, 6, 14, 9.21, 9.39, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3284, 1869, 3264, 5698, 6, 14, 127.50, 130.05, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3285, 1869, 3265, 1381, 3, 14, 879.80, 897.40, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3286, 1869, 3266, 3637, 9, 14, 429.25, 437.84, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3287, 1869, 3267, 2485, 3, 14, 146.63, 149.56, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3288, 1869, 3268, 4947, 9, 14, 525.92, 536.44, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3289, 1869, 3269, 3082, 9, 14, 12.22, 12.46, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3290, 1869, 3270, 2178, 1, 14, 19.59, 19.98, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3291, 1869, 3271, 5565, 1, 14, 141.45, 144.28, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3292, 1869, 3272, 3498, 9, 14, 51.95, 52.99, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3293, 1869, 3273, 3797, 3, 14, 13.15, 13.41, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3294, 1869, 3274, 235, 6, 14, 224.69, 229.18, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3295, 1869, 3275, 6099, 9, 14, 8.38, 8.55, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3296, 1869, 3276, 997, 9, 14, 114.71, 117.00, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3297, 1869, 3277, 194, 6, 14, 385.03, 392.73, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3298, 1869, 3278, 3155, 3, 14, 112.20, 114.44, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3299, 1869, 3279, 538, 6, 14, 338.46, 345.23, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3300, 1869, 3280, 5002, 1, 14, 178.49, 182.06, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3301, 1869, 3281, 3139, 1, 14, 41.82, 42.66, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3302, 1869, 3282, 593, 9, 14, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3303, 1869, 3283, 6041, 1, 14, 104.68, 106.77, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3304, 1869, 3284, 3885, 1, 14, 424.00, 432.48, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:05'),
(3305, 1869, 3285, 5199, 3, 14, 57.67, 58.82, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:06'),
(3306, 1869, 3286, 78, 1, 14, 73.50, 74.97, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:06'),
(3307, 1869, 3287, 4219, 3, 14, 1.31, 1.34, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:06'),
(3308, 1869, 3288, 1811, 3, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-20 08:07:05', '2024-05-20 08:07:05', '2024-05-20 09:08:06'),
(3309, 1872, 3289, 776, 3, 18, 9.44, 9.63, 1, 1, 'ai_sell', '2024-05-20 09:58:06', '2024-05-20 09:58:06', '2024-05-20 10:59:03'),
(3310, 1872, 3290, 3103, 6, 18, 140.70, 143.51, 1, 1, 'ai_sell', '2024-05-20 09:58:06', '2024-05-20 09:58:06', '2024-05-20 10:59:03'),
(3311, 1872, 3291, 3400, 3, 18, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-20 09:58:06', '2024-05-20 09:58:06', '2024-05-20 10:59:03'),
(3312, 1872, 3292, 975, 1, 18, 42.28, 43.13, 1, 1, 'ai_sell', '2024-05-20 09:58:06', '2024-05-20 09:58:06', '2024-05-20 10:59:03'),
(3313, 1872, 3293, 5797, 1, 18, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-20 09:58:06', '2024-05-20 09:58:06', '2024-05-20 10:59:03'),
(3314, 1872, 3294, 3124, 6, 18, 43.68, 44.55, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:03'),
(3315, 1872, 3295, 2914, 3, 18, 34.13, 34.81, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:03'),
(3316, 1872, 3296, 1825, 6, 18, 233.19, 237.85, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:03'),
(3317, 1872, 3297, 5160, 3, 18, 271.40, 276.83, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:03'),
(3318, 1872, 3298, 6098, 6, 18, 20.38, 20.79, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:03'),
(3319, 1872, 3299, 4994, 1, 18, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:03'),
(3320, 1872, 3300, 3890, 9, 18, 292.90, 298.76, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:03'),
(3321, 1872, 3301, 2308, 6, 18, 275.40, 280.91, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3322, 1872, 3302, 5588, 1, 18, 389.27, 397.06, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3323, 1872, 3303, 1240, 9, 18, 5096.00, 5197.92, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3324, 1872, 3304, 4233, 3, 18, 45.87, 46.79, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3325, 1872, 3305, 5006, 3, 18, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3326, 1872, 3306, 3337, 3, 18, 206.70, 210.83, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3327, 1872, 3307, 2289, 6, 18, 555.50, 566.61, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3328, 1872, 3308, 3160, 1, 18, 205.01, 209.11, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3329, 1872, 3309, 5949, 3, 18, 212.00, 216.24, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3330, 1872, 3310, 3607, 6, 18, 741.33, 756.16, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3331, 1872, 3311, 3667, 3, 18, 19.37, 19.76, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3332, 1872, 3312, 2208, 1, 18, 59.88, 61.08, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3333, 1872, 3313, 3675, 3, 18, 31.00, 31.62, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3334, 1872, 3314, 5577, 9, 18, 155.38, 158.49, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3335, 1872, 3315, 3792, 9, 18, 243.79, 248.67, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3336, 1872, 3316, 5027, 9, 18, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3337, 1872, 3317, 3747, 3, 18, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3338, 1872, 3318, 3433, 1, 18, 14.55, 14.84, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3339, 1872, 3319, 3006, 1, 18, 384.54, 392.23, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3340, 1872, 3320, 5022, 1, 18, 17.16, 17.50, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3341, 1872, 3321, 1285, 9, 18, 12.81, 13.07, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3342, 1872, 3322, 591, 3, 18, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3343, 1872, 3323, 5802, 1, 18, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3344, 1872, 3324, 6091, 3, 18, 8.39, 8.56, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3345, 1872, 3325, 4635, 3, 18, 18.71, 19.08, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3346, 1872, 3326, 765, 3, 18, 1.38, 1.41, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3347, 1872, 3327, 4237, 6, 18, 22.00, 22.44, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:04'),
(3348, 1872, 3328, 205, 1, 18, 57.16, 58.30, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:05'),
(3349, 1872, 3329, 734, 9, 18, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:05'),
(3350, 1872, 3330, 949, 1, 18, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:05'),
(3351, 1872, 3331, 2370, 6, 18, 2.21, 2.25, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:05'),
(3352, 1872, 3332, 5759, 6, 18, 4.03, 4.11, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:05'),
(3353, 1872, 3333, 1894, 9, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-20 09:58:07', '2024-05-20 09:58:07', '2024-05-20 10:59:05'),
(3354, 1871, 2721, 3113, 9, NULL, 70.40, 68.30, 1, 1, 'manual_sell', '2024-05-20 15:08:22', '2024-05-20 15:08:22', '2024-05-20 16:09:04'),
(3355, 1871, 2720, 1725, 9, NULL, 214.50, 200.00, 1, 1, 'manual_sell', '2024-05-20 16:51:06', '2024-05-20 16:51:06', '2024-05-20 17:52:04'),
(3356, 1747, 3345, 2144, 1, NULL, 32.98, 33.96, 20, 1, 'manual_sell', '2024-05-20 23:13:16', '2024-05-20 23:13:16', '2024-05-21 00:14:02'),
(3357, 1747, 3346, 1956, 1, NULL, 10.07, 10.37, 30, 1, 'manual_sell', '2024-05-20 23:13:46', '2024-05-20 23:13:46', '2024-05-21 00:14:04'),
(3358, 1747, 3347, 1956, 1, NULL, 10.07, 10.37, 30, 1, 'manual_sell', '2024-05-20 23:14:11', '2024-05-20 23:14:11', '2024-05-21 00:15:05'),
(3359, 1747, 3348, 1640, 1, NULL, 1.00, 1.03, 9, 1, 'manual_sell', '2024-05-20 23:14:37', '2024-05-20 23:14:37', '2024-05-21 00:15:05'),
(3360, 1866, 3358, 5018, 1, NULL, 229.90, 449.82, 2, 2, 'manual_sell', '2024-05-21 00:52:51', '2024-05-21 00:52:51', '2024-05-21 01:53:04'),
(3361, 1866, 3367, 1727, 3, NULL, 517.00, 1002.99, 2, 2, 'manual_sell', '2024-05-21 01:02:20', '2024-05-21 01:02:20', '2024-05-21 02:03:05'),
(3362, 1866, 3369, 1536, 5, NULL, 78.48, 155.26, 2, 2, 'manual_sell', '2024-05-21 01:05:55', '2024-05-21 01:05:55', '2024-05-21 02:06:03'),
(3363, 1866, 3366, 1636, 9, NULL, 11.53, 22.60, 2, 2, 'manual_sell', '2024-05-21 01:11:41', '2024-05-21 01:11:41', '2024-05-21 02:12:05'),
(3364, 1866, 3365, 3559, 1, NULL, 313.00, 322.39, 2, 1, 'manual_sell', '2024-05-21 01:14:01', '2024-05-21 01:14:01', '2024-05-21 02:14:02'),
(3365, 1798, 3373, 4252, 1, NULL, 200.00, 206.00, 1, 1, 'manual_sell', '2024-05-21 01:14:19', '2024-05-21 01:14:19', '2024-05-21 02:15:04'),
(3366, 1866, 3364, 5407, 3, NULL, 16.48, 50.97, 3, 2, 'manual_sell', '2024-05-21 01:16:11', '2024-05-21 01:16:11', '2024-05-21 02:17:02'),
(3367, 1798, 3374, 3306, 1, NULL, 19.00, 19.57, 1, 1, 'manual_sell', '2024-05-21 01:16:42', '2024-05-21 01:16:42', '2024-05-21 02:17:02'),
(3368, 1866, 3362, 5902, 5, NULL, 880.00, 897.60, 3, 1, 'manual_sell', '2024-05-21 01:19:36', '2024-05-21 01:19:36', '2024-05-21 02:20:03'),
(3369, 1866, 3361, 5242, 9, NULL, 56.40, 109.46, 2, 2, 'manual_sell', '2024-05-21 01:22:08', '2024-05-21 01:22:08', '2024-05-21 02:23:03'),
(3370, 1866, 3357, 3620, 1, NULL, 2.79, 2.74, 1, 1, 'manual_sell', '2024-05-21 01:24:53', '2024-05-21 01:24:53', '2024-05-21 02:25:04'),
(3371, 1866, 3356, 4008, 9, NULL, 158.40, 164.32, 2, 2, 'manual_sell', '2024-05-21 01:28:43', '2024-05-21 01:28:43', '2024-05-21 02:29:03'),
(3372, 1866, 3355, 6104, 1, NULL, 1.57, 4.89, 3, 2, 'manual_sell', '2024-05-21 01:31:00', '2024-05-21 01:31:00', '2024-05-21 02:31:03'),
(3373, 1866, 3353, 1449, 3, NULL, 22.82, 69.82, 3, 2, 'manual_sell', '2024-05-21 01:33:06', '2024-05-21 01:33:06', '2024-05-21 02:33:07'),
(3374, 1866, 3378, 180, 9, NULL, 2024.00, 2104.94, 1, 2, 'manual_sell', '2024-05-21 01:36:19', '2024-05-21 01:36:19', '2024-05-21 02:37:04'),
(3375, 1866, 3352, 360, 1, NULL, 20.90, 40.97, 2, 2, 'manual_sell', '2024-05-21 01:38:21', '2024-05-21 01:38:21', '2024-05-21 02:39:03'),
(3376, 1866, 3379, 3247, 3, NULL, 44.00, 45.34, 1, 2, 'manual_sell', '2024-05-21 01:39:47', '2024-05-21 01:39:47', '2024-05-21 02:40:04'),
(3377, 1869, 3408, 4649, 3, 17, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3378, 1869, 3409, 2199, 1, 17, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3379, 1869, 3410, 2688, 6, 17, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3380, 1869, 3411, 1587, 1, 17, 78.44, 80.01, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3381, 1869, 3412, 4373, 6, 17, 1554.80, 1585.90, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3382, 1869, 3413, 228, 3, 17, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3383, 1869, 3414, 5689, 6, 17, 123.41, 125.88, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3384, 1869, 3415, 1463, 6, 17, 154.50, 157.59, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3385, 1869, 3416, 2753, 3, 17, 1545.00, 1575.90, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3386, 1869, 3417, 650, 1, 17, 25.25, 25.76, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3387, 1869, 3418, 2956, 1, 17, 520.20, 530.60, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:03'),
(3388, 1869, 3419, 5655, 3, 17, 2550.00, 2601.00, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3389, 1869, 3420, 1446, 6, 17, 362.96, 370.22, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3390, 1869, 3421, 3071, 3, 17, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3391, 1869, 3422, 5745, 1, 17, 28.27, 28.84, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3392, 1869, 3423, 3571, 3, 17, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3393, 1869, 3424, 209, 6, 17, 3054.00, 3115.08, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3394, 1869, 3425, 1009, 1, 17, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3395, 1869, 3426, 3268, 1, 17, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3396, 1869, 3427, 4602, 9, 17, 30.40, 31.01, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3397, 1869, 3428, 636, 6, 17, 7.42, 7.57, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3398, 1869, 3429, 4678, 3, 17, 12.15, 12.39, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3399, 1869, 3430, 620, 6, 17, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-21 05:16:05', '2024-05-21 05:16:05', '2024-05-21 06:17:04'),
(3400, 1869, 3431, 5558, 1, 17, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-21 05:16:06', '2024-05-21 05:16:06', '2024-05-21 06:17:04'),
(3401, 1869, 3432, 949, 6, 17, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-21 05:16:06', '2024-05-21 05:16:06', '2024-05-21 06:17:04'),
(3402, 1869, 3433, 734, 9, 17, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-21 05:16:06', '2024-05-21 05:16:06', '2024-05-21 06:17:04'),
(3403, 1869, 3434, 803, 9, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 05:16:06', '2024-05-21 05:16:06', '2024-05-21 06:17:04'),
(3404, 1866, 3435, 5455, 3, 16, 53.60, 54.67, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:04'),
(3405, 1866, 3436, 3536, 9, 16, 1522.50, 1552.95, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:04'),
(3406, 1866, 3437, 5648, 3, 16, 7849.80, 8006.80, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:04'),
(3407, 1866, 3438, 2073, 1, 16, 2.61, 2.66, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:04'),
(3408, 1866, 3439, 6126, 9, 16, 22.38, 22.83, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3409, 1866, 3440, 1987, 3, 16, 55.96, 57.08, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3410, 1866, 3441, 5291, 9, 16, 16.65, 16.98, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3411, 1866, 3442, 4104, 3, 16, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3412, 1866, 3443, 2229, 9, 16, 26.96, 27.50, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3413, 1866, 3444, 5687, 9, 16, 35.35, 36.06, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3414, 1866, 3445, 5256, 9, 16, 48.48, 49.45, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3415, 1866, 3446, 3561, 6, 16, 9.50, 9.69, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3416, 1866, 3447, 3421, 1, 16, 30.45, 31.06, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(3417, 1866, 3448, 530, 3, 16, 13.09, 13.35, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3418, 1866, 3449, 6079, 3, 16, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3419, 1866, 3450, 3127, 9, 16, 13.91, 14.19, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3420, 1866, 3451, 5295, 9, 16, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3421, 1866, 3452, 4115, 1, 16, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3422, 1866, 3453, 4663, 6, 16, 8.79, 8.97, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3423, 1866, 3454, 783, 1, 16, 40.44, 41.25, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:05'),
(3424, 1866, 3455, 4015, 1, 16, 22.06, 22.50, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3425, 1866, 3456, 3508, 3, 16, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3426, 1866, 3457, 3320, 9, 16, 81.59, 83.22, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3427, 1866, 3458, 4685, 3, 16, 16.21, 16.53, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3428, 1866, 3459, 5557, 9, 16, 188.11, 191.87, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3429, 1866, 3460, 1870, 1, 16, 24.96, 25.46, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3430, 1866, 3461, 2259, 9, 16, 215.22, 219.52, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3431, 1866, 3462, 949, 1, 16, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-21 06:15:08', '2024-05-21 06:15:08', '2024-05-21 07:16:06'),
(3432, 1871, 3463, 4003, 9, 7, 195.69, 199.60, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:04'),
(3433, 1871, 3464, 2456, 6, 7, 12.48, 12.73, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3434, 1871, 3465, 5009, 6, 7, 39.51, 40.30, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3435, 1871, 3466, 816, 6, 7, 5.62, 5.73, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3436, 1871, 3467, 5070, 6, 7, 135.68, 138.39, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3437, 1871, 3468, 3229, 6, 7, 147.68, 150.63, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3438, 1871, 3469, 1760, 6, 7, 390.37, 398.18, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3439, 1871, 3470, 287, 1, 7, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3440, 1871, 3471, 2132, 6, 7, 100.01, 102.01, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3441, 1871, 3472, 4654, 6, 7, 997.50, 1017.45, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3442, 1871, 3473, 156, 6, 7, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:05'),
(3443, 1871, 3474, 5875, 9, 7, 151.04, 154.06, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3444, 1871, 3475, 1016, 9, 7, 133.55, 136.22, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3445, 1871, 3476, 4364, 3, 7, 11.33, 11.56, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3446, 1871, 3477, 4799, 1, 7, 53.54, 54.61, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3447, 1871, 3478, 3759, 1, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3448, 1871, 3479, 2784, 1, 7, 14.31, 14.60, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3449, 1871, 3480, 4820, 6, 7, 68.12, 69.48, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3450, 1871, 3481, 736, 3, 7, 169.74, 173.13, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3451, 1871, 3482, 499, 3, 7, 1305.93, 1332.05, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3452, 1871, 3483, 2032, 6, 7, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3453, 1871, 3484, 4256, 9, 7, 2624.99, 2677.49, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3454, 1871, 3485, 49, 3, 7, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3455, 1871, 3486, 3590, 3, 7, 41.95, 42.79, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:06'),
(3456, 1871, 3487, 855, 6, 7, 29.95, 30.55, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3457, 1871, 3488, 2471, 3, 7, 348.74, 355.71, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3458, 1871, 3489, 4738, 9, 7, 115.54, 117.85, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3459, 1871, 3490, 610, 3, 7, 1922.96, 1961.42, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3460, 1871, 3491, 5348, 1, 7, 210.93, 215.15, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3461, 1871, 3492, 5741, 9, 7, 136.35, 139.08, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3462, 1871, 3493, 5057, 3, 7, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3463, 1871, 3494, 4043, 1, 7, 14.57, 14.86, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3464, 1871, 3495, 4587, 9, 7, 25.77, 26.29, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3465, 1871, 3496, 4731, 9, 7, 14.83, 15.13, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3466, 1871, 3497, 4174, 9, 7, 550.16, 561.16, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3467, 1871, 3498, 3801, 1, 7, 7.10, 7.24, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3468, 1871, 3499, 922, 1, 7, 42.42, 43.27, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3469, 1871, 3500, 3558, 1, 7, 11.16, 11.38, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3470, 1871, 3501, 5555, 3, 7, 43.91, 44.79, 1, 1, 'ai_sell', '2024-05-21 07:34:04', '2024-05-21 07:34:04', '2024-05-21 08:34:07'),
(3471, 1871, 3502, 4749, 9, 7, 182.58, 186.23, 1, 1, 'ai_sell', '2024-05-21 07:34:05', '2024-05-21 07:34:05', '2024-05-21 08:35:07'),
(3472, 1871, 3503, 454, 1, 7, 100.52, 102.53, 1, 1, 'ai_sell', '2024-05-21 07:34:05', '2024-05-21 07:34:05', '2024-05-21 08:35:07'),
(3473, 1871, 3504, 6073, 9, 7, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-21 07:34:05', '2024-05-21 07:34:05', '2024-05-21 08:35:07'),
(3474, 1871, 3505, 1625, 1, 7, 5.36, 5.47, 1, 1, 'ai_sell', '2024-05-21 07:34:05', '2024-05-21 07:34:05', '2024-05-21 08:35:07'),
(3475, 1871, 3506, 734, 9, 7, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-21 07:34:05', '2024-05-21 07:34:05', '2024-05-21 08:35:07'),
(3476, 1871, 3507, 1827, 3, 7, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-21 07:34:05', '2024-05-21 07:34:05', '2024-05-21 08:35:07'),
(3477, 1870, 3508, 1695, 1, 8, 70.69, 72.10, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3478, 1870, 3509, 1705, 1, 8, 900.99, 919.01, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3479, 1870, 3510, 2077, 1, 8, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3480, 1870, 3511, 1720, 9, 8, 1802.00, 1838.04, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3481, 1870, 3512, 4802, 6, 8, 43.43, 44.30, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3482, 1870, 3513, 6079, 9, 8, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3483, 1870, 3514, 294, 3, 8, 46.65, 47.58, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3484, 1870, 3515, 835, 3, 8, 23.06, 23.52, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3485, 1870, 3516, 2559, 1, 8, 122.00, 124.44, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3486, 1870, 3517, 1747, 6, 8, 35.36, 36.07, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3487, 1870, 3518, 5577, 3, 8, 156.88, 160.02, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:04'),
(3488, 1870, 3519, 4706, 1, 8, 107.93, 110.09, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3489, 1870, 3520, 3572, 3, 8, 32.10, 32.74, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3490, 1870, 3521, 2923, 1, 8, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3491, 1870, 3522, 2579, 9, 8, 31.37, 32.00, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3492, 1870, 3523, 6005, 9, 8, 1027.94, 1048.50, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3493, 1870, 3524, 3783, 9, 8, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3494, 1870, 3525, 5437, 9, 8, 16.96, 17.30, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3495, 1870, 3526, 4186, 3, 8, 136.50, 139.23, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3496, 1870, 3527, 2660, 6, 8, 28.98, 29.56, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3497, 1870, 3528, 1060, 1, 8, 233.20, 237.86, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3498, 1870, 3529, 5551, 3, 8, 207.99, 212.15, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3499, 1870, 3530, 5918, 3, 8, 183.60, 187.27, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3500, 1870, 3531, 4940, 1, 8, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3501, 1870, 3532, 3916, 6, 8, 606.00, 618.12, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3502, 1870, 3533, 1860, 1, 8, 917.37, 935.72, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3503, 1870, 3534, 3479, 9, 8, 47.67, 48.62, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3504, 1870, 3535, 2272, 9, 8, 41.17, 41.99, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3505, 1870, 3536, 2281, 3, 8, 26.83, 27.37, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3506, 1870, 3537, 2975, 6, 8, 509.37, 519.56, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3507, 1870, 3538, 3684, 9, 8, 436.08, 444.80, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3508, 1870, 3539, 6168, 9, 8, 30.73, 31.34, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3509, 1870, 3540, 1584, 6, 8, 3.98, 4.06, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3510, 1870, 3541, 5327, 3, 8, 28.78, 29.36, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:05'),
(3511, 1870, 3542, 181, 3, 8, 261.03, 266.25, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:06'),
(3512, 1870, 3543, 2678, 9, 8, 38.97, 39.75, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:06'),
(3513, 1870, 3544, 5992, 3, 8, 84.80, 86.50, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:06'),
(3514, 1870, 3545, 2472, 9, 8, 47.78, 48.74, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:06'),
(3515, 1870, 3546, 5816, 3, 8, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:06'),
(3516, 1870, 3547, 425, 9, 8, 39.38, 40.17, 1, 1, 'ai_sell', '2024-05-21 07:42:05', '2024-05-21 07:42:05', '2024-05-21 08:43:06'),
(3517, 1870, 3548, 2275, 6, 8, 37.80, 38.56, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3518, 1870, 3549, 5531, 9, 8, 45.23, 46.13, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3519, 1870, 3550, 2699, 9, 8, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3520, 1870, 3551, 4986, 3, 8, 11.20, 11.42, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3521, 1870, 3552, 896, 1, 8, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3522, 1870, 3553, 1618, 9, 8, 53.23, 54.29, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3523, 1870, 3554, 1951, 3, 8, 36.75, 37.49, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3524, 1870, 3555, 3525, 1, 8, 310.96, 317.18, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3525, 1870, 3556, 1919, 6, 8, 70.70, 72.11, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3526, 1870, 3557, 3631, 9, 8, 13.18, 13.44, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3527, 1870, 3558, 2277, 6, 8, 31.60, 32.23, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3528, 1870, 3559, 2826, 6, 8, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3529, 1870, 3560, 4097, 1, 8, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3530, 1870, 3561, 2056, 9, 8, 313.95, 320.23, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3531, 1870, 3562, 1313, 3, 8, 728.00, 742.56, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3532, 1870, 3563, 4665, 6, 8, 8.10, 8.26, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:06'),
(3533, 1870, 3564, 5372, 9, 8, 163.19, 166.45, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3534, 1870, 3565, 5277, 3, 8, 206.29, 210.42, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3535, 1870, 3566, 284, 9, 8, 131.30, 133.93, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3536, 1870, 3567, 3310, 9, 8, 7.30, 7.45, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3537, 1870, 3568, 3131, 9, 8, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3538, 1870, 3569, 5058, 6, 8, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3539, 1870, 3570, 5649, 3, 8, 14.19, 14.47, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3540, 1870, 3571, 806, 9, 8, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3541, 1870, 3572, 624, 3, 8, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3542, 1870, 3573, 2366, 1, 8, 18.71, 19.08, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3543, 1870, 3574, 3986, 6, 8, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3544, 1870, 3575, 3060, 6, 8, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3545, 1870, 3576, 1811, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3546, 1870, 3577, 734, 9, 8, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3547, 1870, 3578, 803, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 07:42:06', '2024-05-21 07:42:06', '2024-05-21 08:43:07'),
(3548, 1873, 3579, 1641, 6, 9, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3549, 1873, 3580, 616, 3, 9, 160.14, 163.34, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3550, 1873, 3581, 3068, 9, 9, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3551, 1873, 3582, 903, 9, 9, 83.31, 84.98, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3552, 1873, 3583, 4414, 6, 9, 243.36, 248.23, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3553, 1873, 3584, 834, 9, 9, 353.50, 360.57, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3554, 1873, 3585, 702, 9, 9, 28.43, 29.00, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3555, 1873, 3586, 2284, 3, 9, 102.16, 104.20, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3556, 1873, 3587, 4483, 9, 9, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3557, 1873, 3588, 1085, 3, 9, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3558, 1873, 3589, 2142, 3, 9, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3559, 1873, 3590, 6135, 3, 9, 19.08, 19.46, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3560, 1873, 3591, 5223, 1, 9, 734.99, 749.69, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:04'),
(3561, 1873, 3592, 5553, 6, 9, 112.19, 114.43, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3562, 1873, 3593, 4320, 3, 9, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3563, 1873, 3594, 652, 1, 9, 6407.64, 6535.79, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3564, 1873, 3595, 608, 6, 9, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3565, 1873, 3596, 3145, 9, 9, 174.74, 178.23, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3566, 1873, 3597, 5734, 3, 9, 27.03, 27.57, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3567, 1873, 3598, 308, 6, 9, 7.47, 7.62, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3568, 1873, 3599, 4537, 6, 9, 516.02, 526.34, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3569, 1873, 3600, 891, 3, 9, 13.06, 13.32, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3570, 1873, 3601, 5955, 9, 9, 6.34, 6.47, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3571, 1873, 3602, 463, 1, 9, 584.06, 595.74, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3572, 1873, 3603, 2662, 1, 9, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3573, 1873, 3604, 3540, 1, 9, 4894.98, 4992.88, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3574, 1873, 3605, 5760, 6, 9, 156.00, 159.12, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3575, 1873, 3606, 2197, 1, 9, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3576, 1873, 3607, 2605, 9, 9, 29.39, 29.98, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3577, 1873, 3608, 784, 9, 9, 40.05, 40.85, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3578, 1873, 3609, 1191, 1, 9, 51.00, 52.02, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3579, 1873, 3610, 3287, 6, 9, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3580, 1873, 3611, 4530, 3, 9, 29.67, 30.26, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3581, 1873, 3612, 1224, 3, 9, 15.76, 16.08, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3582, 1873, 3613, 954, 3, 9, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3583, 1873, 3614, 2945, 1, 9, 24.56, 25.05, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3584, 1873, 3615, 68, 9, 9, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3585, 1873, 3616, 4979, 6, 9, 4.62, 4.71, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3586, 1873, 3617, 4880, 9, 9, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3587, 1873, 3618, 3746, 9, 9, 39.25, 40.04, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3588, 1873, 3619, 5325, 1, 9, 52.01, 53.05, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3589, 1873, 3620, 963, 1, 9, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3590, 1873, 3621, 727, 3, 9, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3591, 1873, 3622, 3620, 3, 9, 2.69, 2.74, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3592, 1873, 3623, 949, 1, 9, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-21 07:58:07', '2024-05-21 07:58:07', '2024-05-21 08:59:05'),
(3593, 1866, 3624, 2191, 1, 6, 13.13, 13.25, 1, 1, 'ai_sell', '2024-05-21 08:02:04', '2024-05-21 08:02:04', '2024-05-21 09:02:04'),
(3594, 1866, 3625, 2561, 9, 6, 21.10, 21.29, 1, 1, 'ai_sell', '2024-05-21 08:02:04', '2024-05-21 08:02:04', '2024-05-21 09:02:04'),
(3595, 1866, 3626, 5544, 3, 6, 16.63, 16.78, 1, 1, 'ai_sell', '2024-05-21 08:02:04', '2024-05-21 08:02:04', '2024-05-21 09:02:04'),
(3596, 1866, 3627, 734, 6, 6, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-21 08:02:04', '2024-05-21 08:02:04', '2024-05-21 09:02:05'),
(3597, 1866, 3628, 1811, 3, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 08:02:04', '2024-05-21 08:02:04', '2024-05-21 09:02:05'),
(3598, 1866, 3629, 1844, 1, 6, 0.32, 0.32, 1, 1, 'ai_sell', '2024-05-21 08:02:04', '2024-05-21 08:02:04', '2024-05-21 09:02:05'),
(3599, 1866, 3630, 1827, 6, 6, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-21 08:02:04', '2024-05-21 08:02:04', '2024-05-21 09:02:05'),
(3600, 1866, 3631, 3649, 9, 11, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:04'),
(3601, 1866, 3632, 2310, 1, 11, 1513.07, 1543.33, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:04'),
(3602, 1866, 3633, 2745, 9, 11, 39.67, 40.46, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:04'),
(3603, 1866, 3634, 5849, 9, 11, 63.96, 65.24, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:04'),
(3604, 1866, 3635, 5838, 3, 11, 202.38, 206.43, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:04'),
(3605, 1866, 3636, 4129, 3, 11, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:04'),
(3606, 1866, 3637, 2020, 6, 11, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:04'),
(3607, 1866, 3638, 2116, 1, 11, 30.87, 31.49, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3608, 1866, 3639, 1070, 6, 11, 790.40, 806.21, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3609, 1866, 3640, 5397, 3, 11, 32.11, 32.75, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3610, 1866, 3641, 5382, 6, 11, 306.63, 312.76, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3611, 1866, 3642, 4342, 9, 11, 210.04, 214.24, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3612, 1866, 3643, 4495, 9, 11, 25.24, 25.74, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3613, 1866, 3644, 3336, 1, 11, 13.02, 13.28, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3614, 1866, 3645, 557, 9, 11, 4732.00, 4826.64, 1, 1, 'ai_sell', '2024-05-21 08:11:06', '2024-05-21 08:11:06', '2024-05-21 09:12:05'),
(3615, 1866, 3646, 4103, 1, 11, 7.06, 7.20, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3616, 1866, 3647, 6171, 1, 11, 16.73, 17.06, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3617, 1866, 3648, 498, 6, 11, 211.07, 215.29, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3618, 1866, 3649, 3061, 1, 11, 13.49, 13.76, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3619, 1866, 3650, 1107, 9, 11, 866.99, 884.33, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3620, 1866, 3651, 3792, 9, 11, 239.19, 243.97, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3621, 1866, 3652, 1760, 9, 11, 390.37, 398.18, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3622, 1866, 3653, 3117, 9, 11, 75.74, 77.25, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:05'),
(3623, 1866, 3654, 4605, 9, 11, 17.71, 18.06, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3624, 1866, 3655, 3136, 3, 11, 1380.20, 1407.80, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3625, 1866, 3656, 5664, 9, 11, 339.90, 346.70, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3626, 1866, 3657, 561, 6, 11, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3627, 1866, 3658, 3503, 9, 11, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3628, 1866, 3659, 4231, 9, 11, 103.00, 105.06, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3629, 1866, 3660, 340, 9, 11, 213.05, 217.31, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3630, 1866, 3661, 874, 3, 11, 63.00, 64.26, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3631, 1866, 3662, 1662, 1, 11, 0.93, 0.95, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3632, 1866, 3663, 1827, 1, 11, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3633, 1866, 3664, 803, 9, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 08:11:07', '2024-05-21 08:11:07', '2024-05-21 09:12:06'),
(3634, 1866, 3665, 1827, 3, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-21 08:12:07', '2024-05-21 08:12:07', '2024-05-21 09:13:04'),
(3635, 1867, 3666, 5897, 1, 12, 7.36, 7.51, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3636, 1867, 3667, 483, 6, 12, 56.29, 57.42, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3637, 1867, 3668, 503, 3, 12, 1297.80, 1323.76, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3638, 1867, 3669, 6121, 1, 12, 13.12, 13.38, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3639, 1867, 3670, 2299, 3, 12, 11.44, 11.67, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3640, 1867, 3671, 270, 6, 12, 212.95, 217.21, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3641, 1867, 3672, 2192, 1, 12, 36.70, 37.43, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3642, 1867, 3673, 3390, 3, 12, 20.58, 20.99, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3643, 1867, 3674, 5566, 1, 12, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3644, 1867, 3675, 5122, 9, 12, 210.00, 214.20, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3645, 1867, 3676, 4054, 1, 12, 401.73, 409.76, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3646, 1867, 3677, 2087, 1, 12, 510.00, 520.20, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:08'),
(3647, 1867, 3678, 1365, 3, 12, 24.82, 25.32, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:09'),
(3648, 1867, 3679, 5688, 6, 12, 97.80, 99.76, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:09'),
(3649, 1867, 3680, 5315, 1, 12, 201.95, 205.99, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:09'),
(3650, 1867, 3681, 5310, 6, 12, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:09'),
(3651, 1867, 3682, 4029, 6, 12, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:09'),
(3652, 1867, 3683, 3479, 3, 12, 46.77, 47.71, 1, 1, 'ai_sell', '2024-05-21 08:19:08', '2024-05-21 08:19:08', '2024-05-21 09:20:09'),
(3653, 1867, 3684, 5277, 9, 12, 200.34, 204.35, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:02'),
(3654, 1867, 3685, 404, 6, 12, 41.19, 42.01, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:02'),
(3655, 1867, 3686, 1583, 3, 12, 459.00, 468.18, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:02'),
(3656, 1867, 3687, 242, 9, 12, 33.08, 33.74, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:02'),
(3657, 1867, 3688, 3214, 9, 12, 25.20, 25.70, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:02'),
(3658, 1867, 3689, 3436, 1, 12, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:02'),
(3659, 1867, 3690, 2470, 1, 12, 44.29, 45.18, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:02'),
(3660, 1867, 3691, 287, 3, 12, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3661, 1867, 3692, 4961, 1, 12, 429.51, 438.10, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3662, 1867, 3693, 265, 6, 12, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3663, 1867, 3694, 3896, 1, 12, 103.01, 105.07, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3664, 1867, 3695, 1709, 3, 12, 6159.99, 6283.19, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3665, 1867, 3696, 3163, 3, 12, 22.21, 22.65, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3666, 1867, 3697, 2193, 9, 12, 20.73, 21.14, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3667, 1867, 3698, 5565, 9, 12, 148.45, 151.42, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3668, 1867, 3699, 6093, 1, 12, 25.70, 26.21, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3669, 1867, 3700, 6174, 3, 12, 3799.81, 3875.81, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3670, 1867, 3701, 5226, 6, 12, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3671, 1867, 3702, 4882, 9, 12, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3672, 1867, 3703, 6122, 6, 12, 29.67, 30.26, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3673, 1867, 3704, 4522, 9, 12, 5.09, 5.19, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3674, 1867, 3705, 5356, 9, 12, 47.25, 48.20, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3675, 1867, 3706, 5801, 9, 12, 25.24, 25.74, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:03'),
(3676, 1867, 3707, 3452, 9, 12, 3.76, 3.84, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:04'),
(3677, 1867, 3708, 5590, 3, 12, 56.09, 57.21, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:04'),
(3678, 1867, 3709, 5824, 9, 12, 1.44, 1.47, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:04'),
(3679, 1867, 3710, 1811, 1, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 08:20:11', '2024-05-21 08:20:11', '2024-05-21 09:21:04'),
(3680, 1868, 3711, 1402, 1, 13, 16.10, 16.42, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3681, 1868, 3712, 2965, 9, 13, 20.36, 20.77, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3682, 1868, 3713, 1568, 9, 13, 115.83, 118.15, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3683, 1868, 3714, 5801, 6, 13, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3684, 1868, 3715, 5564, 9, 13, 6.17, 6.29, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3685, 1868, 3716, 747, 1, 13, 15.49, 15.80, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3686, 1868, 3717, 193, 9, 13, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3687, 1868, 3718, 3943, 1, 13, 1662.96, 1696.22, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3688, 1868, 3719, 4738, 9, 13, 113.36, 115.63, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3689, 1868, 3720, 4645, 1, 13, 7.13, 7.27, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3690, 1868, 3721, 378, 3, 13, 363.07, 370.33, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3691, 1868, 3722, 2159, 3, 13, 72.10, 73.54, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3692, 1868, 3723, 2889, 9, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3693, 1868, 3724, 5267, 9, 13, 60.73, 61.94, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:04'),
(3694, 1868, 3725, 1807, 3, 13, 82.16, 83.80, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:05'),
(3695, 1868, 3726, 3763, 6, 13, 674.68, 688.17, 1, 1, 'ai_sell', '2024-05-21 08:53:11', '2024-05-21 08:53:11', '2024-05-21 09:54:05'),
(3696, 1868, 3727, 1696, 1, 13, 132.50, 135.15, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3697, 1868, 3728, 4276, 3, 13, 10.71, 10.92, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3698, 1868, 3729, 4210, 1, 13, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3699, 1868, 3730, 4214, 3, 13, 20.67, 21.08, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3700, 1868, 3731, 2256, 1, 13, 32.96, 33.62, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3701, 1868, 3732, 1356, 1, 13, 1905.50, 1943.61, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3702, 1868, 3733, 2914, 3, 13, 32.83, 33.49, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3703, 1868, 3734, 585, 9, 13, 493.50, 503.37, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3704, 1868, 3735, 5162, 3, 13, 1350.96, 1377.98, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3705, 1868, 3736, 45, 9, 13, 131.58, 134.21, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3706, 1868, 3737, 172, 3, 13, 20.69, 21.10, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3707, 1868, 3738, 4857, 6, 13, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3708, 1868, 3739, 5205, 9, 13, 84.23, 85.91, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3709, 1868, 3740, 4031, 6, 13, 60.59, 61.80, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3710, 1868, 3741, 4773, 9, 13, 51.97, 53.01, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3711, 1868, 3742, 478, 9, 13, 13.84, 14.12, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3712, 1868, 3743, 3697, 3, 13, 33.61, 34.28, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3713, 1868, 3744, 1207, 3, 13, 61.48, 62.71, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3714, 1868, 3745, 3009, 6, 13, 635.50, 648.21, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:05'),
(3715, 1868, 3746, 6115, 1, 13, 5.23, 5.33, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3716, 1868, 3747, 4589, 6, 13, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3717, 1868, 3748, 1578, 6, 13, 1558.96, 1590.14, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3718, 1868, 3749, 2002, 3, 13, 112.20, 114.44, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3719, 1868, 3750, 4101, 1, 13, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3720, 1868, 3751, 4445, 3, 13, 27.71, 28.26, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3721, 1868, 3752, 3899, 6, 13, 211.04, 215.26, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3722, 1868, 3753, 2699, 3, 13, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3723, 1868, 3754, 39, 1, 13, 262.50, 267.75, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3724, 1868, 3755, 3766, 3, 13, 16.71, 17.04, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3725, 1868, 3756, 4316, 9, 13, 33.98, 34.66, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3726, 1868, 3757, 2354, 6, 13, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3727, 1868, 3758, 1643, 6, 13, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3728, 1868, 3759, 756, 6, 13, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3729, 1868, 3760, 803, 1, 13, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3730, 1868, 3761, 1827, 1, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:06'),
(3731, 1868, 3762, 1827, 1, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-21 08:53:12', '2024-05-21 08:53:12', '2024-05-21 09:54:07'),
(3732, 1869, 3763, 183, 1, 14, 412.00, 420.24, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:03'),
(3733, 1869, 3764, 1936, 1, 14, 3498.00, 3567.96, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:03'),
(3734, 1869, 3765, 2940, 6, 14, 1514.99, 1545.29, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:03'),
(3735, 1869, 3766, 4929, 6, 14, 132.60, 135.25, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:03'),
(3736, 1869, 3767, 2256, 1, 14, 33.92, 34.60, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:03'),
(3737, 1869, 3768, 5833, 9, 14, 16.43, 16.76, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3738, 1869, 3769, 1823, 1, 14, 14.44, 14.73, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3739, 1869, 3770, 4693, 1, 14, 15.11, 15.41, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3740, 1869, 3771, 3791, 6, 14, 14.69, 14.98, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3741, 1869, 3772, 4765, 9, 14, 55.08, 56.18, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3742, 1869, 3773, 5826, 6, 14, 6.23, 6.35, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3743, 1869, 3774, 5656, 6, 14, 325.50, 332.01, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3744, 1869, 3775, 1053, 3, 14, 3.73, 3.80, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3745, 1869, 3776, 5258, 6, 14, 9.86, 10.06, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3746, 1869, 3777, 2972, 9, 14, 36.75, 37.49, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3747, 1869, 3778, 5903, 9, 14, 31.31, 31.94, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3748, 1869, 3779, 2458, 9, 14, 16.64, 16.97, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3749, 1869, 3780, 2119, 6, 14, 7.68, 7.83, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3750, 1869, 3781, 1355, 1, 14, 17.85, 18.21, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3751, 1869, 3782, 2148, 1, 14, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3752, 1869, 3783, 5265, 1, 14, 17.67, 18.02, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3753, 1869, 3784, 3625, 1, 14, 60.34, 61.55, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3754, 1869, 3785, 4817, 6, 14, 17.77, 18.13, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3755, 1869, 3786, 5379, 1, 14, 377.79, 385.35, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3756, 1869, 3787, 3816, 3, 14, 37.07, 37.81, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3757, 1869, 3788, 6164, 1, 14, 58.60, 59.77, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:04'),
(3758, 1869, 3789, 5288, 1, 14, 22.71, 23.16, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3759, 1869, 3790, 2753, 9, 14, 1590.00, 1621.80, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3760, 1869, 3791, 230, 1, 14, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3761, 1869, 3792, 3469, 6, 14, 88.46, 90.23, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3762, 1869, 3793, 3492, 6, 14, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3763, 1869, 3794, 1815, 3, 14, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3764, 1869, 3795, 331, 3, 14, 9.14, 9.32, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3765, 1869, 3796, 5558, 1, 14, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3766, 1869, 3797, 1257, 6, 14, 7.17, 7.31, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3767, 1869, 3798, 4117, 1, 14, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3768, 1869, 3799, 1266, 1, 14, 8.07, 8.23, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3769, 1869, 3800, 5238, 3, 14, 207.02, 211.16, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3770, 1869, 3801, 4409, 1, 14, 653.05, 666.11, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3771, 1869, 3802, 3766, 1, 14, 16.23, 16.55, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3772, 1869, 3803, 5580, 3, 14, 12.98, 13.24, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3773, 1869, 3804, 3682, 6, 14, 4.41, 4.50, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3774, 1869, 3805, 865, 6, 14, 461.61, 470.84, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3775, 1869, 3806, 1436, 1, 14, 16.95, 17.29, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3776, 1869, 3807, 6106, 3, 14, 10.71, 10.92, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3777, 1869, 3808, 593, 3, 14, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3778, 1869, 3809, 3894, 1, 14, 835.38, 852.09, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3779, 1869, 3810, 3332, 1, 14, 21.30, 21.73, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3780, 1869, 3811, 561, 6, 14, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3781, 1869, 3812, 939, 9, 14, 42.22, 43.06, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3782, 1869, 3813, 437, 3, 14, 244.40, 249.29, 1, 1, 'ai_sell', '2024-05-21 09:20:11', '2024-05-21 09:20:11', '2024-05-21 10:21:05'),
(3783, 1869, 3814, 1974, 1, 14, 25.83, 26.35, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:05'),
(3784, 1869, 3815, 248, 9, 14, 978.50, 998.07, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3785, 1869, 3816, 3021, 9, 14, 322.19, 328.63, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3786, 1869, 3817, 2077, 3, 14, 5.05, 5.15, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3787, 1869, 3818, 2567, 3, 14, 423.99, 432.47, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3788, 1869, 3819, 6107, 9, 14, 13.75, 14.03, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3789, 1869, 3820, 1550, 9, 14, 116.81, 119.15, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3790, 1869, 3821, 171, 6, 14, 99.99, 101.99, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3791, 1869, 3822, 257, 6, 14, 173.40, 176.87, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3792, 1869, 3823, 5654, 1, 14, 36.75, 37.49, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3793, 1869, 3824, 650, 9, 14, 26.50, 27.03, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3794, 1869, 3825, 1928, 3, 14, 4.93, 5.03, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3795, 1869, 3826, 436, 3, 14, 69.89, 71.29, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3796, 1869, 3827, 2491, 3, 14, 164.21, 167.49, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(3797, 1869, 3828, 700, 3, 14, 42.71, 43.56, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3798, 1869, 3829, 5273, 6, 14, 310.13, 316.33, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3799, 1869, 3830, 645, 3, 14, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3800, 1869, 3831, 5432, 1, 14, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3801, 1869, 3832, 4217, 6, 14, 6.15, 6.27, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3802, 1869, 3833, 5550, 1, 14, 9.26, 9.45, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3803, 1869, 3834, 3326, 3, 14, 5.94, 6.06, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3804, 1869, 3835, 4909, 3, 14, 2.20, 2.24, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3805, 1869, 3836, 1850, 9, 14, 0.56, 0.57, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3806, 1869, 3837, 949, 6, 14, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3807, 1869, 3838, 803, 6, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3808, 1869, 3839, 1827, 9, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3809, 1869, 3840, 734, 9, 14, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-21 09:20:12', '2024-05-21 09:20:12', '2024-05-21 10:21:06'),
(3810, 1866, 3400, 2464, 1, NULL, 78.08, 80.42, 2, 1, 'manual_sell', '2024-05-21 10:11:39', '2024-05-21 10:11:39', '2024-05-21 11:12:04'),
(3811, 1866, 3399, 2464, 3, NULL, 63.89, 66.44, 1, 2, 'manual_sell', '2024-05-21 10:14:58', '2024-05-21 10:14:58', '2024-05-21 11:15:06'),
(3812, 1866, 3398, 1721, 5, NULL, 1633.50, 1698.84, 1, 2, 'manual_sell', '2024-05-21 10:16:57', '2024-05-21 10:16:57', '2024-05-21 11:17:05'),
(3813, 1866, 3397, 2175, 9, NULL, 25.20, 25.70, 2, 1, 'manual_sell', '2024-05-21 10:18:49', '2024-05-21 10:18:49', '2024-05-21 11:19:05'),
(3814, 1873, 3344, 579, 3, NULL, 72.00, 74.16, 2, 2, 'manual_sell', '2024-05-21 10:27:14', '2024-05-21 10:27:14', '2024-05-21 11:28:04'),
(3815, 1873, 3343, 5383, 3, NULL, 42.20, 86.10, 2, 2, 'manual_sell', '2024-05-21 10:27:56', '2024-05-21 10:27:56', '2024-05-21 11:28:04'),
(3816, 1871, 2734, 3069, 3, NULL, 19.80, 37.62, 1, 2, 'manual_sell', '2024-05-21 10:28:12', '2024-05-21 10:28:12', '2024-05-21 11:29:06'),
(3817, 1866, 3396, 2175, 1, NULL, 28.28, 137.16, 5, 2, 'manual_sell', '2024-05-21 10:28:33', '2024-05-21 10:28:33', '2024-05-21 11:29:06'),
(3818, 1873, 3342, 1533, 1, NULL, 27.00, 27.54, 2, 1, 'manual_sell', '2024-05-21 10:28:39', '2024-05-21 10:28:39', '2024-05-21 11:29:06'),
(3819, 1873, 3341, 2949, 1, NULL, 28.45, 50.60, 2, 2, 'manual_sell', '2024-05-21 10:29:24', '2024-05-21 10:29:24', '2024-05-21 11:30:07'),
(3820, 1873, 3340, 3055, 1, NULL, 4.20, 2.00, 2, 1, 'manual_sell', '2024-05-21 10:30:00', '2024-05-21 10:30:00', '2024-05-21 11:30:07'),
(3821, 1873, 3339, 430, 1, NULL, 44.00, 44.88, 2, 1, 'manual_sell', '2024-05-21 10:30:38', '2024-05-21 10:30:38', '2024-05-21 11:31:05'),
(3822, 1866, 3395, 2232, 3, NULL, 60.50, 62.92, 2, 2, 'manual_sell', '2024-05-21 10:30:50', '2024-05-21 10:30:50', '2024-05-21 11:31:05'),
(3823, 1873, 3338, 4364, 1, NULL, 12.10, 36.30, 3, 2, 'manual_sell', '2024-05-21 10:31:14', '2024-05-21 10:31:14', '2024-05-21 11:32:05'),
(3824, 1873, 3337, 3279, 3, NULL, 5.50, 5.70, 2, 2, 'manual_sell', '2024-05-21 10:31:54', '2024-05-21 10:31:54', '2024-05-21 11:32:05'),
(3825, 1873, 3336, 3156, 5, NULL, 31.90, 31.90, 2, 1, 'manual_sell', '2024-05-21 10:32:27', '2024-05-21 10:32:27', '2024-05-21 11:33:03'),
(3826, 1866, 3394, 2271, 5, NULL, 319.00, 328.57, 2, 1, 'manual_sell', '2024-05-21 10:34:15', '2024-05-21 10:34:15', '2024-05-21 11:35:07'),
(3827, 1866, 3393, 3957, 9, NULL, 28.80, 29.95, 1, 2, 'manual_sell', '2024-05-21 10:37:33', '2024-05-21 10:37:33', '2024-05-21 11:38:04'),
(3828, 1872, 3334, 22, 5, NULL, 14.30, 14.70, 1, 1, 'manual_sell', '2024-05-21 10:37:42', '2024-05-21 10:37:42', '2024-05-21 11:38:04'),
(3829, 1873, 3335, 4085, 5, NULL, 12.10, 12.50, 3, 2, 'manual_sell', '2024-05-21 10:38:33', '2024-05-21 10:38:33', '2024-05-21 11:39:03'),
(3830, 1866, 3392, 3957, 1, NULL, 35.20, 35.90, 3, 1, 'manual_sell', '2024-05-21 10:41:11', '2024-05-21 10:41:11', '2024-05-21 11:42:04'),
(3831, 1873, 2735, 4128, 3, NULL, 12.00, 12.36, 3, 2, 'manual_sell', '2024-05-21 10:41:33', '2024-05-21 10:41:33', '2024-05-21 11:42:04'),
(3832, 1873, 2690, 3656, 1, NULL, 33.00, 30.00, 3, 1, 'manual_sell', '2024-05-21 10:42:13', '2024-05-21 10:42:13', '2024-05-21 11:43:04'),
(3833, 1873, 2689, 6065, 1, NULL, 22.80, 20.00, 5, 1, 'manual_sell', '2024-05-21 10:42:53', '2024-05-21 10:42:53', '2024-05-21 11:43:04'),
(3834, 1873, 2688, 219, 3, NULL, 34.60, 35.70, 3, 2, 'manual_sell', '2024-05-21 10:43:50', '2024-05-21 10:43:50', '2024-05-21 11:44:04'),
(3835, 1866, 3391, 4391, 5, NULL, 49.14, 50.61, 1, 1, 'manual_sell', '2024-05-21 10:44:14', '2024-05-21 10:44:14', '2024-05-21 11:45:06'),
(3836, 1866, 3390, 4466, 9, NULL, 202.50, 210.60, 2, 2, 'manual_sell', '2024-05-21 10:49:14', '2024-05-21 10:49:14', '2024-05-21 11:50:06'),
(3837, 1866, 3389, 5215, 1, NULL, 28.58, 29.15, 1, 1, 'manual_sell', '2024-05-21 10:51:10', '2024-05-21 10:51:10', '2024-05-21 11:52:04'),
(3838, 1866, 3388, 6165, 3, NULL, 275.97, 284.54, 1, 2, 'manual_sell', '2024-05-21 10:53:01', '2024-05-21 10:53:01', '2024-05-21 11:53:04'),
(3839, 1873, 2687, 2529, 3, NULL, 62.80, 64.70, 5, 2, 'manual_sell', '2024-05-21 10:53:54', '2024-05-21 10:53:54', '2024-05-21 11:54:05'),
(3840, 1873, 2686, 4179, 9, NULL, 27.40, 28.50, 3, 2, 'manual_sell', '2024-05-21 10:54:43', '2024-05-21 10:54:43', '2024-05-21 11:55:06'),
(3841, 1873, 2685, 6019, 9, NULL, 59.80, 54.80, 2, 1, 'manual_sell', '2024-05-21 10:55:25', '2024-05-21 10:55:25', '2024-05-21 11:56:04'),
(3842, 1873, 2684, 5375, 1, NULL, 40.50, 35.40, 3, 1, 'manual_sell', '2024-05-21 10:56:04', '2024-05-21 10:56:04', '2024-05-21 11:56:04'),
(3843, 1873, 2683, 1420, 3, NULL, 72.00, 68.40, 3, 1, 'manual_sell', '2024-05-21 10:57:17', '2024-05-21 10:57:17', '2024-05-21 11:58:05'),
(3844, 1873, 2682, 4274, 5, NULL, 66.00, 60.00, 4, 1, 'manual_sell', '2024-05-21 10:57:43', '2024-05-21 10:57:43', '2024-05-21 11:58:05'),
(3845, 1873, 2681, 5356, 9, NULL, 49.50, 40.50, 4, 1, 'manual_sell', '2024-05-21 10:58:16', '2024-05-21 10:58:16', '2024-05-21 11:59:05'),
(3846, 1866, 3387, 1314, 5, NULL, 159.50, 165.88, 1, 2, 'manual_sell', '2024-05-21 10:58:23', '2024-05-21 10:58:23', '2024-05-21 11:59:05'),
(3847, 1873, 2680, 724, 1, NULL, 41.80, 41.80, 3, 1, 'manual_sell', '2024-05-21 10:59:02', '2024-05-21 10:59:02', '2024-05-21 11:59:05'),
(3848, 1873, 2679, 2538, 1, NULL, 21.00, 21.63, 2, 1, 'manual_sell', '2024-05-21 10:59:53', '2024-05-21 10:59:53', '2024-05-21 12:00:06'),
(3849, 1866, 3386, 4861, 9, NULL, 154.57, 257.66, 1, 2, 'manual_sell', '2024-05-21 11:00:34', '2024-05-21 11:00:34', '2024-05-21 12:01:05'),
(3850, 1873, 2678, 6065, 5, NULL, 22.80, 23.50, 3, 2, 'manual_sell', '2024-05-21 11:00:35', '2024-05-21 11:00:35', '2024-05-21 12:01:05'),
(3851, 1873, 2677, 3779, 1, NULL, 59.72, 61.52, 3, 2, 'manual_sell', '2024-05-21 11:01:37', '2024-05-21 11:01:37', '2024-05-21 12:02:04'),
(3852, 1873, 2666, 3779, 3, NULL, 66.72, 68.73, 10, 2, 'manual_sell', '2024-05-21 11:02:30', '2024-05-21 11:02:30', '2024-05-21 12:03:05'),
(3853, 1873, 2665, 2529, 3, NULL, 62.80, 62.80, 6, 1, 'manual_sell', '2024-05-21 11:03:03', '2024-05-21 11:03:03', '2024-05-21 12:03:05'),
(3854, 1873, 2664, 4582, 1, NULL, 16.50, 17.00, 3, 2, 'manual_sell', '2024-05-21 11:03:51', '2024-05-21 11:03:51', '2024-05-21 12:04:03'),
(3855, 1873, 2663, 5498, 1, NULL, 39.50, 41.08, 3, 2, 'manual_sell', '2024-05-21 11:04:43', '2024-05-21 11:04:43', '2024-05-21 12:05:07'),
(3856, 1873, 2662, 3131, 1, NULL, 22.90, 25.90, 3, 2, 'manual_sell', '2024-05-21 11:05:28', '2024-05-21 11:05:28', '2024-05-21 12:06:04'),
(3857, 1873, 1999, 3594, 1, NULL, 22.80, 22.80, 10, 1, 'manual_sell', '2024-05-21 11:05:59', '2024-05-21 11:05:59', '2024-05-21 12:06:04'),
(3858, 1872, 3841, 1316, 1, 18, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-21 11:11:06', '2024-05-21 11:11:06', '2024-05-21 12:12:04'),
(3859, 1872, 3842, 5256, 1, 18, 50.40, 51.41, 1, 1, 'ai_sell', '2024-05-21 11:11:06', '2024-05-21 11:11:07', '2024-05-21 12:12:04'),
(3860, 1872, 3843, 5337, 1, 18, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:04'),
(3861, 1872, 3844, 2537, 3, 18, 27.67, 28.22, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:04'),
(3862, 1872, 3845, 5268, 1, 18, 16.80, 17.14, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:04'),
(3863, 1872, 3846, 752, 6, 18, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:04'),
(3864, 1872, 3847, 5876, 9, 18, 67.66, 69.01, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3865, 1872, 3848, 5820, 1, 18, 747.65, 762.60, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3866, 1872, 3849, 4765, 9, 18, 54.56, 55.65, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3867, 1872, 3850, 4398, 3, 18, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3868, 1872, 3851, 1368, 9, 18, 514.50, 524.79, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3869, 1872, 3852, 2758, 9, 18, 867.00, 884.34, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3870, 1872, 3853, 5512, 9, 18, 13.22, 13.48, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3871, 1872, 3854, 1133, 1, 18, 25.50, 26.01, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3872, 1872, 3855, 5178, 1, 18, 101.84, 103.88, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3873, 1872, 3856, 1819, 6, 18, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3874, 1872, 3857, 5453, 6, 18, 263.12, 268.38, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3875, 1872, 3858, 5023, 1, 18, 32.54, 33.19, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3876, 1872, 3859, 4252, 6, 18, 210.94, 215.16, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3877, 1872, 3860, 783, 3, 18, 40.05, 40.85, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3878, 1872, 3861, 276, 3, 18, 349.79, 356.79, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3879, 1872, 3862, 4604, 6, 18, 27.27, 27.82, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3880, 1872, 3863, 4309, 3, 18, 4.19, 4.27, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3881, 1872, 3864, 5823, 6, 18, 42.83, 43.69, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3882, 1872, 3865, 6173, 9, 18, 1203.60, 1227.67, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3883, 1872, 3866, 1894, 6, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:05'),
(3884, 1872, 3867, 1976, 9, 18, 463.50, 472.77, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3885, 1872, 3868, 785, 9, 18, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3886, 1872, 3869, 4636, 3, 18, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3887, 1872, 3870, 1789, 3, 18, 46.20, 47.12, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3888, 1872, 3871, 711, 9, 18, 470.38, 479.79, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3889, 1872, 3872, 4662, 6, 18, 30.23, 30.83, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3890, 1872, 3873, 3271, 6, 18, 2.81, 2.87, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3891, 1872, 3874, 5064, 9, 18, 104.02, 106.10, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3892, 1872, 3875, 1321, 1, 18, 28.08, 28.64, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3893, 1872, 3876, 3369, 9, 18, 328.25, 334.82, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3894, 1872, 3877, 5330, 3, 18, 1964.29, 2003.58, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3895, 1872, 3878, 4340, 6, 18, 202.95, 207.01, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3896, 1872, 3879, 2011, 3, 18, 1449.00, 1477.98, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3897, 1872, 3880, 4594, 6, 18, 51.00, 52.02, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3898, 1872, 3881, 1112, 3, 18, 82.86, 84.52, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3899, 1872, 3882, 5649, 1, 18, 14.33, 14.62, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3900, 1872, 3883, 1130, 1, 18, 37.56, 38.31, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:06'),
(3901, 1872, 3884, 5006, 1, 18, 9.26, 9.45, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:07'),
(3902, 1872, 3885, 5911, 3, 18, 8.22, 8.38, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:07'),
(3903, 1872, 3886, 1837, 1, 18, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:07'),
(3904, 1872, 3887, 1844, 1, 18, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:07'),
(3905, 1872, 3888, 734, 3, 18, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:07'),
(3906, 1872, 3889, 1827, 1, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:07'),
(3907, 1872, 3890, 1811, 6, 18, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-21 11:11:07', '2024-05-21 11:11:07', '2024-05-21 12:12:07'),
(3908, 1866, 3385, 3737, 5, NULL, 74.74, 76.23, 1, 1, 'manual_sell', '2024-05-21 11:18:49', '2024-05-21 11:18:49', '2024-05-21 12:19:05'),
(3909, 1866, 3384, 5593, 9, NULL, 276.05, 284.33, 1, 2, 'manual_sell', '2024-05-21 11:24:20', '2024-05-21 11:24:20', '2024-05-21 12:25:07'),
(3910, 1871, 2733, 290, 3, NULL, 165.53, 3.31, 1, 1, 'manual_sell', '2024-05-21 11:33:59', '2024-05-21 11:33:59', '2024-05-21 12:34:03'),
(3911, 1871, 2734, 3069, 3, NULL, 19.80, 47.50, 1, 2, 'manual_sell', '2024-05-21 11:39:55', '2024-05-21 11:39:55', '2024-05-21 12:40:07'),
(3912, 1871, 2732, 3953, 9, NULL, 77.00, 73.15, 1, 1, 'manual_sell', '2024-05-21 11:42:07', '2024-05-21 11:42:07', '2024-05-21 12:43:05'),
(3913, 1868, 3407, 975, 1, NULL, 45.59, 47.41, 1, 2, 'manual_sell', '2024-05-21 12:50:52', '2024-05-21 12:50:52', '2024-05-21 13:51:04'),
(3914, 1868, 3406, 4063, 3, NULL, 18.38, 18.93, 1, 2, 'manual_sell', '2024-05-21 12:52:26', '2024-05-21 12:52:26', '2024-05-21 13:53:04'),
(3915, 1868, 3405, 1552, 5, NULL, 41.95, 48.24, 1, 2, 'manual_sell', '2024-05-21 12:54:29', '2024-05-21 12:54:29', '2024-05-21 13:55:05'),
(3916, 1868, 3404, 628, 9, NULL, 260.00, 273.00, 1, 2, 'manual_sell', '2024-05-21 12:55:51', '2024-05-21 12:55:51', '2024-05-21 13:56:03'),
(3917, 1868, 3403, 224, 1, NULL, 53.67, 54.74, 1, 1, 'manual_sell', '2024-05-21 13:05:56', '2024-05-21 13:05:56', '2024-05-21 14:06:04'),
(3918, 1868, 3402, 96, 3, NULL, 23.00, 26.45, 1, 2, 'manual_sell', '2024-05-21 13:07:22', '2024-05-21 13:07:22', '2024-05-21 14:08:03'),
(3919, 1868, 3401, 1768, 1, NULL, 1141.13, 1186.77, 1, 2, 'manual_sell', '2024-05-21 13:11:23', '2024-05-21 13:11:23', '2024-05-21 14:12:04'),
(3920, 1868, 2740, 5588, 5, NULL, 457.97, 526.67, 1, 2, 'manual_sell', '2024-05-21 13:14:07', '2024-05-21 13:14:07', '2024-05-21 14:15:06'),
(3921, 1868, 2739, 5217, 5, NULL, 133.08, 137.07, 1, 1, 'manual_sell', '2024-05-21 13:17:05', '2024-05-21 13:17:05', '2024-05-21 14:18:04'),
(3922, 1868, 2738, 3682, 5, NULL, 5.04, 5.24, 1, 2, 'manual_sell', '2024-05-21 13:18:59', '2024-05-21 13:18:59', '2024-05-21 14:19:03'),
(3923, 1868, 2737, 3069, 9, NULL, 19.80, 21.19, 1, 2, 'manual_sell', '2024-05-21 13:20:31', '2024-05-21 13:20:31', '2024-05-21 14:21:04'),
(3924, 1868, 2736, 95, 1, NULL, 369.60, 443.52, 1, 2, 'manual_sell', '2024-05-21 13:22:36', '2024-05-21 13:22:36', '2024-05-21 14:23:04'),
(3925, 1868, 2661, 5224, 1, NULL, 818.39, 859.30, 1, 2, 'manual_sell', '2024-05-21 13:25:01', '2024-05-21 13:25:01', '2024-05-21 14:25:06'),
(3926, 1870, 2123, 2360, 9, NULL, 55.60, 57.30, 4, 2, 'manual_sell', '2024-05-21 13:27:16', '2024-05-21 13:27:16', '2024-05-21 14:28:04'),
(3927, 1870, 2121, 2701, 5, NULL, 22.00, 22.44, 6, 1, 'manual_sell', '2024-05-21 13:28:27', '2024-05-21 13:28:27', '2024-05-21 14:29:04'),
(3928, 1870, 2120, 1535, 3, NULL, 50.40, 52.00, 4, 2, 'manual_sell', '2024-05-21 13:29:30', '2024-05-21 13:29:30', '2024-05-21 14:30:06'),
(3929, 1870, 2116, 4260, 1, NULL, 41.80, 42.70, 3, 1, 'manual_sell', '2024-05-21 13:31:07', '2024-05-21 13:31:07', '2024-05-21 14:32:04'),
(3930, 1870, 2113, 5979, 9, NULL, 29.70, 98.90, 5, 2, 'manual_sell', '2024-05-21 13:34:28', '2024-05-21 13:34:28', '2024-05-21 14:35:07'),
(3931, 1871, 2734, 3069, 1, NULL, 19.80, 25.90, 1, 2, 'manual_sell', '2024-05-21 14:17:43', '2024-05-21 14:17:43', '2024-05-21 15:18:03'),
(3932, 1871, 2722, 244, 1, NULL, 131.19, 2.62, 1, 1, 'manual_sell', '2024-05-21 14:18:35', '2024-05-21 14:18:35', '2024-05-21 15:19:03'),
(3933, 1871, 2723, 5173, 3, NULL, 307.19, 400.20, 1, 2, 'manual_sell', '2024-05-21 14:19:01', '2024-05-21 14:19:01', '2024-05-21 15:19:03'),
(3934, 1870, 2112, 507, 5, NULL, 39.82, 40.70, 4, 1, 'manual_sell', '2024-05-21 14:19:35', '2024-05-21 14:19:35', '2024-05-21 15:20:05'),
(3935, 1871, 2724, 4534, 1, NULL, 116.60, 2.33, 1, 1, 'manual_sell', '2024-05-21 14:19:46', '2024-05-21 14:19:46', '2024-05-21 15:20:05'),
(3936, 1871, 2725, 3623, 5, NULL, 43.00, 50.00, 1, 2, 'manual_sell', '2024-05-21 14:20:12', '2024-05-21 14:20:12', '2024-05-21 15:21:03'),
(3937, 1870, 2111, 2707, 3, NULL, 25.30, 26.10, 3, 2, 'manual_sell', '2024-05-21 14:20:40', '2024-05-21 14:20:40', '2024-05-21 15:21:03'),
(3938, 1871, 2731, 6151, 3, NULL, 148.50, 2.97, 1, 1, 'manual_sell', '2024-05-21 14:21:29', '2024-05-21 14:21:29', '2024-05-21 15:22:04'),
(3939, 1870, 2087, 1404, 1, NULL, 32.19, 31.55, 4, 1, 'manual_sell', '2024-05-21 14:21:55', '2024-05-21 14:21:55', '2024-05-21 15:22:04'),
(3940, 1871, 2730, 3531, 5, NULL, 78.18, 82.20, 1, 2, 'manual_sell', '2024-05-21 14:22:06', '2024-05-21 14:22:06', '2024-05-21 15:23:04'),
(3941, 1871, 2726, 2877, 1, NULL, 219.99, 6.50, 1, 1, 'manual_sell', '2024-05-21 14:22:50', '2024-05-21 14:22:50', '2024-05-21 15:23:04'),
(3942, 1871, 2727, 5002, 3, NULL, 186.10, 200.15, 1, 2, 'manual_sell', '2024-05-21 14:23:22', '2024-05-21 14:23:22', '2024-05-21 15:24:04'),
(3943, 1870, 2078, 2651, 1, NULL, 17.60, 17.10, 4, 1, 'manual_sell', '2024-05-21 14:23:58', '2024-05-21 14:23:58', '2024-05-21 15:24:04'),
(3944, 1871, 2728, 5593, 9, NULL, 276.45, 5.52, 1, 1, 'manual_sell', '2024-05-21 14:24:03', '2024-05-21 14:24:03', '2024-05-21 15:24:04'),
(3945, 1871, 2729, 4153, 5, NULL, 324.50, 6.49, 1, 1, 'manual_sell', '2024-05-21 14:24:41', '2024-05-21 14:24:41', '2024-05-21 15:25:05'),
(3946, 1870, 2077, 1464, 3, NULL, 39.10, 38.00, 4, 1, 'manual_sell', '2024-05-21 14:25:44', '2024-05-21 14:25:44', '2024-05-21 15:26:04'),
(3947, 1870, 2073, 2558, 1, NULL, 47.30, 48.30, 4, 1, 'manual_sell', '2024-05-21 14:26:45', '2024-05-21 14:26:45', '2024-05-21 15:27:03'),
(3948, 1870, 2072, 2548, 1, NULL, 22.00, 21.34, 4, 1, 'manual_sell', '2024-05-21 14:28:16', '2024-05-21 14:28:16', '2024-05-21 15:29:04'),
(3949, 1870, 2071, 2354, 3, NULL, 33.80, 32.80, 3, 1, 'manual_sell', '2024-05-21 14:30:51', '2024-05-21 14:30:51', '2024-05-21 15:31:06'),
(3950, 1870, 2067, 2730, 9, NULL, 20.90, 102.30, 4, 2, 'manual_sell', '2024-05-21 14:33:00', '2024-05-21 14:33:00', '2024-05-21 15:33:04'),
(3951, 1870, 2065, 4278, 1, NULL, 29.70, 28.60, 4, 1, 'manual_sell', '2024-05-21 14:34:38', '2024-05-21 14:34:38', '2024-05-21 15:35:04'),
(3952, 1870, 2062, 3010, 9, NULL, 34.10, 32.40, 4, 1, 'manual_sell', '2024-05-21 14:36:04', '2024-05-21 14:36:04', '2024-05-21 15:36:04'),
(3953, 1870, 2058, 5180, 5, NULL, 31.90, 31.90, 4, 1, 'manual_sell', '2024-05-21 14:37:02', '2024-05-21 14:37:02', '2024-05-21 15:37:03'),
(3954, 1870, 2044, 133, 1, NULL, 36.91, 38.02, 3, 2, 'manual_sell', '2024-05-21 14:38:14', '2024-05-21 14:38:14', '2024-05-21 15:39:04'),
(3955, 1870, 2037, 420, 9, NULL, 44.40, 45.80, 3, 2, 'manual_sell', '2024-05-21 14:39:15', '2024-05-21 14:39:15', '2024-05-21 15:40:05'),
(3956, 1870, 2032, 4795, 3, NULL, 45.10, 46.01, 3, 2, 'manual_sell', '2024-05-21 14:40:14', '2024-05-21 14:40:14', '2024-05-21 15:41:04'),
(3957, 1873, 3344, 579, 9, NULL, 72.00, 69.12, 2, 1, 'manual_sell', '2024-05-21 14:44:40', '2024-05-21 14:44:40', '2024-05-21 15:45:06'),
(3958, 1866, 3399, 2464, 1, NULL, 63.89, 65.16, 1, 1, 'manual_sell', '2024-05-21 15:03:28', '2024-05-21 15:03:28', '2024-05-21 16:04:04'),
(3959, 1866, 1108, 4153, 3, NULL, 285.00, 293.55, 1, 2, 'manual_sell', '2024-05-21 15:06:46', '2024-05-21 15:06:46', '2024-05-21 16:07:04'),
(3960, 1866, 1345, 3612, 5, NULL, 275.00, 286.00, 1, 2, 'manual_sell', '2024-05-21 15:08:57', '2024-05-21 15:08:57', '2024-05-21 16:09:03'),
(3961, 1866, 1478, 5128, 9, NULL, 358.00, 368.74, 1, 2, 'manual_sell', '2024-05-21 15:10:00', '2024-05-21 15:10:00', '2024-05-21 16:10:04'),
(3962, 1866, 3349, 40, 1, NULL, 51.70, 202.68, 4, 2, 'manual_sell', '2024-05-21 15:11:35', '2024-05-21 15:11:35', '2024-05-21 16:12:04'),
(3963, 1866, 3350, 1984, 3, NULL, 388.00, 403.52, 1, 2, 'manual_sell', '2024-05-21 15:12:51', '2024-05-21 15:12:51', '2024-05-21 16:13:07'),
(3964, 1866, 3351, 2285, 5, NULL, 135.00, 137.70, 2, 1, 'manual_sell', '2024-05-21 15:19:40', '2024-05-21 15:19:40', '2024-05-21 16:20:07'),
(3965, 1866, 3352, 360, 1, NULL, 20.90, 20.28, 2, 1, 'manual_sell', '2024-05-21 15:21:52', '2024-05-21 15:21:52', '2024-05-21 16:22:04'),
(3966, 1866, 3353, 1449, 3, NULL, 22.82, 23.74, 3, 2, 'manual_sell', '2024-05-21 15:24:06', '2024-05-21 15:24:06', '2024-05-21 16:25:06'),
(3967, 1866, 3355, 6104, 9, NULL, 1.57, 4.30, 3, 2, 'manual_sell', '2024-05-21 15:26:33', '2024-05-21 15:26:33', '2024-05-21 16:27:04'),
(3968, 1866, 3356, 4008, 9, NULL, 158.40, 164.73, 2, 2, 'manual_sell', '2024-05-21 15:29:21', '2024-05-21 15:29:21', '2024-05-21 16:30:06'),
(3969, 1866, 3398, 1721, 3, NULL, 1633.50, 1698.84, 1, 2, 'manual_sell', '2024-05-21 15:38:25', '2024-05-21 15:38:25', '2024-05-21 16:39:03'),
(3970, 1866, 3358, 5018, 9, NULL, 229.90, 236.79, 2, 2, 'manual_sell', '2024-05-21 15:43:47', '2024-05-21 15:43:47', '2024-05-21 16:44:04'),
(3971, 1866, 3361, 5242, 5, NULL, 56.40, 57.52, 2, 1, 'manual_sell', '2024-05-21 15:46:32', '2024-05-21 15:46:32', '2024-05-21 16:47:04'),
(3972, 1866, 3364, 5407, 9, NULL, 16.48, 16.97, 3, 2, 'manual_sell', '2024-05-21 15:51:58', '2024-05-21 15:51:58', '2024-05-21 16:52:04'),
(3973, 1871, 2734, 3069, 1, NULL, 19.80, 0.59, 1, 1, 'manual_sell', '2024-05-21 18:44:53', '2024-05-21 18:44:53', '2024-05-21 19:45:05'),
(3974, 1871, 2730, 3531, 3, NULL, 78.18, 80.52, 1, 2, 'manual_sell', '2024-05-21 18:46:27', '2024-05-21 18:46:27', '2024-05-21 19:47:03'),
(3975, 1871, 2730, 3531, 1, NULL, 78.18, 1.56, 1, 1, 'manual_sell', '2024-05-22 00:19:27', '2024-05-22 00:19:27', '2024-05-22 01:20:07'),
(3976, 1871, 2727, 5002, 5, NULL, 186.10, 191.60, 1, 1, 'manual_sell', '2024-05-22 00:20:18', '2024-05-22 00:20:18', '2024-05-22 01:21:32'),
(3977, 1871, 2725, 3623, 5, NULL, 43.00, 0.86, 1, 1, 'manual_sell', '2024-05-22 00:21:32', '2024-05-22 00:21:32', '2024-05-22 01:21:33'),
(3978, 1871, 2723, 5173, 1, NULL, 307.19, 316.40, 1, 1, 'manual_sell', '2024-05-22 00:22:26', '2024-05-22 00:22:26', '2024-05-22 01:23:04'),
(3979, 1747, 3891, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-22 00:42:58', '2024-05-22 00:42:58', '2024-05-22 01:43:03'),
(3980, 1747, 3892, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-22 00:43:41', '2024-05-22 00:43:41', '2024-05-22 01:44:03'),
(3981, 1747, 3893, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-22 00:44:06', '2024-05-22 00:44:06', '2024-05-22 01:45:06'),
(3982, 1747, 3894, 2166, 1, NULL, 36.00, 37.08, 5, 1, 'manual_sell', '2024-05-22 00:44:49', '2024-05-22 00:44:49', '2024-05-22 01:45:06'),
(3983, 1747, 3895, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-22 00:45:14', '2024-05-22 00:45:14', '2024-05-22 01:46:03'),
(3984, 1747, 3896, 2417, 1, NULL, 93.00, 95.79, 1, 1, 'manual_sell', '2024-05-22 00:45:53', '2024-05-22 00:45:53', '2024-05-22 01:46:03'),
(3985, 1747, 3897, 1956, 1, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-22 00:46:38', '2024-05-22 00:46:38', '2024-05-22 01:47:07'),
(3986, 1747, 3898, 1842, 1, NULL, 1.00, 1.03, 10, 1, 'manual_sell', '2024-05-22 00:47:05', '2024-05-22 00:47:05', '2024-05-22 01:47:07'),
(3987, 1747, 3899, 1640, 1, NULL, 1.00, 1.03, 14, 1, 'manual_sell', '2024-05-22 00:47:26', '2024-05-22 00:47:26', '2024-05-22 01:48:03'),
(3988, 1798, 3900, 3236, 1, NULL, 44.00, 45.32, 4, 1, 'manual_sell', '2024-05-22 02:38:32', '2024-05-22 02:38:32', '2024-05-22 03:39:04'),
(3989, 1798, 3901, 1743, 1, NULL, 50.00, 51.50, 1, 1, 'manual_sell', '2024-05-22 02:39:36', '2024-05-22 02:39:36', '2024-05-22 03:40:12'),
(3990, 1869, 3902, 4211, 1, 17, 35.69, 36.40, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3991, 1869, 3903, 3745, 6, 17, 13.08, 13.34, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3992, 1869, 3904, 134, 9, 17, 459.00, 468.18, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3993, 1869, 3905, 1427, 3, 17, 22.00, 22.44, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3994, 1869, 3906, 2099, 9, 17, 20.48, 20.89, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3995, 1869, 3907, 5300, 1, 17, 602.75, 614.81, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3996, 1869, 3908, 3344, 6, 17, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3997, 1869, 3909, 1514, 6, 17, 4.54, 4.63, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3998, 1869, 3910, 5534, 1, 17, 130.52, 133.13, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(3999, 1869, 3911, 1369, 6, 17, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4000, 1869, 3912, 598, 3, 17, 395.92, 403.84, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4001, 1869, 3913, 1327, 9, 17, 16.63, 16.96, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4002, 1869, 3914, 2492, 6, 17, 18.64, 19.01, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4003, 1869, 3915, 2299, 6, 17, 11.22, 11.44, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4004, 1869, 3916, 4248, 9, 17, 560.99, 572.21, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4005, 1869, 3917, 1450, 3, 17, 177.76, 181.32, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4006, 1869, 3918, 4345, 6, 17, 201.86, 205.90, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4007, 1869, 3919, 6120, 6, 17, 29.55, 30.14, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4008, 1869, 3920, 3042, 1, 17, 100.14, 102.14, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4009, 1869, 3921, 2899, 1, 17, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-22 06:29:08', '2024-05-22 06:29:08', '2024-05-22 07:30:08'),
(4010, 1869, 3922, 4125, 3, 17, 245.13, 250.03, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4011, 1869, 3923, 2653, 6, 17, 21.91, 22.35, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4012, 1869, 3924, 5618, 1, 17, 4.68, 4.77, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4013, 1869, 3925, 4736, 9, 17, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4014, 1869, 3926, 233, 9, 17, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4015, 1869, 3927, 923, 3, 17, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4016, 1869, 3928, 1910, 1, 17, 181.56, 185.19, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4017, 1869, 3929, 5848, 1, 17, 21.58, 22.01, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4018, 1869, 3930, 2685, 6, 17, 21.40, 21.83, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4019, 1869, 3931, 1832, 6, 17, 2.86, 2.92, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4020, 1869, 3932, 151, 3, 17, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4021, 1869, 3933, 1856, 9, 17, 44.03, 44.91, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4022, 1869, 3934, 3570, 1, 17, 1545.44, 1576.35, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4023, 1869, 3935, 2767, 6, 17, 190.74, 194.55, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4024, 1869, 3936, 2281, 1, 17, 26.57, 27.10, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4025, 1869, 3937, 705, 3, 17, 67.20, 68.54, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4026, 1869, 3938, 5762, 3, 17, 5.65, 5.76, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4027, 1869, 3939, 2893, 9, 17, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4028, 1869, 3940, 1396, 9, 17, 226.51, 231.04, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4029, 1869, 3941, 4883, 6, 17, 355.10, 362.20, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4030, 1869, 3942, 5051, 9, 17, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4031, 1869, 3943, 2553, 9, 17, 1029.99, 1050.59, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4032, 1869, 3944, 2023, 1, 17, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4033, 1869, 3945, 1301, 9, 17, 11.44, 11.67, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4034, 1869, 3946, 4288, 3, 17, 220.50, 224.91, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4035, 1869, 3947, 502, 6, 17, 55.55, 56.66, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4036, 1869, 3948, 5984, 6, 17, 17.93, 18.29, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4037, 1869, 3949, 4397, 1, 17, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4038, 1869, 3950, 1667, 9, 17, 10.45, 10.66, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4039, 1869, 3951, 1721, 1, 17, 1499.85, 1529.85, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4040, 1869, 3952, 1067, 1, 17, 187.81, 191.57, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4041, 1869, 3953, 483, 3, 17, 55.74, 56.85, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4042, 1869, 3954, 4324, 9, 17, 25.75, 26.27, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4043, 1869, 3955, 6089, 9, 17, 5.12, 5.22, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4044, 1869, 3956, 3757, 1, 17, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4045, 1869, 3957, 5595, 3, 17, 217.32, 221.67, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4046, 1869, 3958, 1059, 3, 17, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4047, 1869, 3959, 4330, 6, 17, 682.49, 696.14, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4048, 1869, 3960, 1363, 3, 17, 3.47, 3.54, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4049, 1869, 3961, 4928, 9, 17, 53.28, 54.35, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4050, 1869, 3962, 2732, 6, 17, 20.88, 21.30, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4051, 1869, 3963, 961, 6, 17, 31.72, 32.35, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4052, 1869, 3964, 3274, 9, 17, 137.80, 140.56, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4053, 1869, 3965, 976, 3, 17, 131.58, 134.21, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4054, 1869, 3966, 5819, 9, 17, 5.79, 5.91, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4055, 1869, 3967, 2041, 3, 17, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-22 06:29:09', '2024-05-22 06:29:09', '2024-05-22 07:30:08'),
(4056, 1866, 3968, 4627, 6, 16, 140.39, 143.20, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:56'),
(4057, 1866, 3969, 5331, 6, 16, 210.72, 214.93, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:56'),
(4058, 1866, 3970, 377, 3, 16, 45.25, 46.16, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:56'),
(4059, 1866, 3971, 1846, 1, 16, 1.49, 1.52, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:56'),
(4060, 1866, 3972, 4362, 3, 16, 4134.00, 4216.68, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:56'),
(4061, 1866, 3973, 5710, 6, 16, 151.98, 155.02, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4062, 1866, 3974, 80, 3, 16, 93.60, 95.47, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4063, 1866, 3975, 4593, 3, 16, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4064, 1866, 3976, 788, 9, 16, 35.52, 36.23, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4065, 1866, 3977, 1604, 3, 16, 1334.54, 1361.23, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4066, 1866, 3978, 3263, 1, 16, 7.10, 7.24, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4067, 1866, 3979, 3399, 9, 16, 381.55, 389.18, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4068, 1866, 3980, 3701, 1, 16, 18.36, 18.73, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4069, 1866, 3981, 1339, 3, 16, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4070, 1866, 3982, 4031, 1, 16, 62.99, 64.25, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4071, 1866, 3983, 2469, 6, 16, 163.41, 166.68, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4072, 1866, 3984, 473, 9, 16, 16.95, 17.29, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4073, 1866, 3985, 4758, 3, 16, 100.98, 103.00, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4074, 1866, 3986, 5076, 1, 16, 24.24, 24.72, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4075, 1866, 3987, 5139, 9, 16, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4076, 1866, 3988, 4325, 6, 16, 27.26, 27.81, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4077, 1866, 3989, 5220, 3, 16, 105.05, 107.15, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4078, 1866, 3990, 1707, 3, 16, 16.89, 17.23, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4079, 1866, 3991, 135, 3, 16, 53.56, 54.63, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4080, 1866, 3992, 3218, 9, 16, 393.75, 401.63, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4081, 1866, 3993, 36, 3, 16, 59.74, 60.93, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4082, 1866, 3994, 2023, 1, 16, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4083, 1866, 3995, 1433, 6, 16, 83.58, 85.25, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4084, 1866, 3996, 3102, 1, 16, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4085, 1866, 3997, 4264, 6, 16, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4086, 1866, 3998, 3024, 6, 16, 202.98, 207.04, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4087, 1866, 3999, 5003, 9, 16, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4088, 1866, 4000, 5121, 1, 16, 106.04, 108.16, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4089, 1866, 4001, 4903, 6, 16, 157.55, 160.70, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4090, 1866, 4002, 1815, 6, 16, 61.19, 62.41, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4091, 1866, 4003, 4735, 1, 16, 81.80, 83.44, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4092, 1866, 4004, 3906, 6, 16, 202.45, 206.50, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4093, 1866, 4005, 5897, 6, 16, 7.36, 7.51, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4094, 1866, 4006, 3517, 3, 16, 66.45, 67.78, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4095, 1866, 4007, 1071, 9, 16, 4.37, 4.46, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4096, 1866, 4008, 3614, 9, 16, 242.40, 247.25, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4097, 1866, 4009, 683, 9, 16, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4098, 1866, 4010, 3323, 3, 16, 61.09, 62.31, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4099, 1866, 4011, 1745, 6, 16, 98.98, 100.96, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4100, 1866, 4012, 2415, 6, 16, 11.01, 11.23, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4101, 1866, 4013, 4081, 9, 16, 51.49, 52.52, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4102, 1866, 4014, 6016, 1, 16, 12.64, 12.89, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4103, 1866, 4015, 5033, 1, 16, 6.05, 6.17, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4104, 1866, 4016, 4607, 6, 16, 13.38, 13.65, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4105, 1866, 4017, 4200, 9, 16, 14.07, 14.35, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4106, 1866, 4018, 2557, 6, 16, 4.29, 4.38, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4107, 1866, 4019, 5063, 1, 16, 24.23, 24.71, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4108, 1866, 4020, 4784, 1, 16, 21.30, 21.73, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4109, 1866, 4021, 5496, 3, 16, 63.43, 64.70, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4110, 1866, 4022, 5813, 6, 16, 152.95, 156.01, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4111, 1866, 4023, 3675, 1, 16, 30.70, 31.31, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4112, 1866, 4024, 2665, 6, 16, 18.17, 18.53, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4113, 1866, 4025, 3453, 6, 16, 16.61, 16.94, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4114, 1866, 4026, 3663, 3, 16, 13.38, 13.65, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4115, 1866, 4027, 19, 6, 16, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4116, 1866, 4028, 1363, 9, 16, 3.50, 3.57, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4117, 1866, 4029, 1827, 1, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4118, 1866, 4030, 1894, 9, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4119, 1866, 4031, 734, 6, 16, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-22 07:27:11', '2024-05-22 07:27:11', '2024-05-22 08:27:57'),
(4120, 1871, 4032, 202, 1, 7, 107.98, 110.14, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:04'),
(4121, 1871, 4033, 3179, 3, 7, 76.50, 78.03, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4122, 1871, 4034, 4915, 9, 7, 74.30, 75.79, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4123, 1871, 4035, 82, 1, 7, 1010.43, 1030.64, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4124, 1871, 4036, 54, 9, 7, 6.06, 6.18, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4125, 1871, 4037, 5324, 6, 7, 1855.02, 1892.12, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4126, 1871, 4038, 696, 1, 7, 87.49, 89.24, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4127, 1871, 4039, 297, 3, 7, 42.61, 43.46, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4128, 1871, 4040, 5578, 9, 7, 1108.28, 1130.45, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:05'),
(4129, 1871, 4041, 3125, 1, 7, 522.58, 533.03, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:06'),
(4130, 1871, 4042, 5578, 6, 7, 1108.28, 1130.45, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:06'),
(4131, 1871, 4043, 3125, 3, 7, 522.58, 533.03, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:06'),
(4132, 1871, 4044, 5912, 3, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-22 08:51:51', '2024-05-22 08:51:51', '2024-05-22 09:52:06'),
(4133, 1871, 4045, 2291, 6, 7, 176.80, 180.34, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4134, 1871, 4046, 2224, 3, 7, 30.80, 31.42, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4135, 1871, 4047, 5912, 1, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4136, 1871, 4048, 3844, 9, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4137, 1871, 4049, 2291, 1, 7, 176.80, 180.34, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4138, 1871, 4050, 2224, 1, 7, 30.80, 31.42, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4139, 1871, 4051, 3844, 3, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4140, 1871, 4052, 1022, 6, 7, 28.28, 28.85, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4141, 1871, 4053, 1022, 3, 7, 28.28, 28.85, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4142, 1871, 4054, 1912, 3, 7, 3.91, 3.99, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4143, 1871, 4055, 1912, 9, 7, 3.91, 3.99, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4144, 1871, 4056, 2900, 9, 7, 3006.96, 3067.10, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4145, 1871, 4057, 2900, 6, 7, 3006.96, 3067.10, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4146, 1871, 4058, 3562, 9, 7, 23.83, 24.31, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4147, 1871, 4059, 3562, 1, 7, 23.83, 24.31, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4148, 1871, 4060, 4920, 6, 7, 32.96, 33.62, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4149, 1871, 4061, 5257, 6, 7, 36.90, 37.64, 1, 1, 'ai_sell', '2024-05-22 08:51:52', '2024-05-22 08:51:52', '2024-05-22 09:52:06'),
(4150, 1871, 4062, 4920, 3, 7, 32.96, 33.62, 1, 1, 'ai_sell', '2024-05-22 08:51:53', '2024-05-22 08:51:53', '2024-05-22 09:52:06'),
(4151, 1871, 4063, 2224, 9, 7, 30.80, 31.42, 1, 1, 'ai_sell', '2024-05-22 08:51:53', '2024-05-22 08:51:53', '2024-05-22 09:52:06'),
(4152, 1871, 4064, 5257, 6, 7, 36.90, 37.64, 1, 1, 'ai_sell', '2024-05-22 08:51:53', '2024-05-22 08:51:53', '2024-05-22 09:52:06'),
(4153, 1871, 4065, 786, 3, 7, 224.81, 229.31, 1, 1, 'ai_sell', '2024-05-22 08:51:53', '2024-05-22 08:51:53', '2024-05-22 09:52:06'),
(4154, 1871, 4066, 3844, 9, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-22 08:51:53', '2024-05-22 08:51:53', '2024-05-22 09:52:06'),
(4155, 1871, 4067, 3778, 1, 7, 114.12, 116.40, 1, 1, 'ai_sell', '2024-05-22 08:51:53', '2024-05-22 08:51:53', '2024-05-22 09:52:06'),
(4156, 1871, 4068, 5174, 6, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 08:51:53', '2024-05-22 08:51:53', '2024-05-22 09:52:06'),
(4157, 1871, 4069, 2821, 9, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 08:51:54', '2024-05-22 08:51:54', '2024-05-22 09:52:06'),
(4158, 1871, 4070, 1022, 6, 7, 28.28, 28.85, 1, 1, 'ai_sell', '2024-05-22 08:51:54', '2024-05-22 08:51:54', '2024-05-22 09:52:06'),
(4159, 1871, 4071, 2230, 1, 7, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-22 08:51:54', '2024-05-22 08:51:54', '2024-05-22 09:52:06'),
(4160, 1871, 4072, 786, 3, 7, 224.81, 229.31, 1, 1, 'ai_sell', '2024-05-22 08:51:54', '2024-05-22 08:51:54', '2024-05-22 09:52:06'),
(4161, 1871, 4073, 1912, 6, 7, 3.91, 3.99, 1, 1, 'ai_sell', '2024-05-22 08:51:54', '2024-05-22 08:51:54', '2024-05-22 09:52:06'),
(4162, 1871, 4074, 5032, 3, 7, 125.99, 128.51, 1, 1, 'ai_sell', '2024-05-22 08:51:54', '2024-05-22 08:51:54', '2024-05-22 09:52:06'),
(4163, 1871, 4075, 3778, 6, 7, 114.12, 116.40, 1, 1, 'ai_sell', '2024-05-22 08:51:54', '2024-05-22 08:51:54', '2024-05-22 09:52:06'),
(4164, 1871, 4076, 2900, 9, 7, 3006.96, 3067.10, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07'),
(4165, 1871, 4077, 1912, 6, 7, 3.91, 3.99, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07'),
(4166, 1871, 4078, 2900, 9, 7, 3006.96, 3067.10, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07'),
(4167, 1871, 4079, 5174, 9, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07'),
(4168, 1871, 4080, 3562, 1, 7, 23.83, 24.31, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07'),
(4169, 1871, 4081, 6022, 9, 7, 9.78, 9.98, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07'),
(4170, 1871, 4082, 3562, 9, 7, 23.83, 24.31, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(4171, 1871, 4083, 2821, 9, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 08:51:55', '2024-05-22 08:51:55', '2024-05-22 09:52:07'),
(4172, 1871, 4084, 4920, 6, 7, 32.96, 33.62, 1, 1, 'ai_sell', '2024-05-22 08:51:56', '2024-05-22 08:51:56', '2024-05-22 09:52:07'),
(4173, 1871, 4085, 2230, 1, 7, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-22 08:51:56', '2024-05-22 08:51:56', '2024-05-22 09:52:07'),
(4174, 1871, 4086, 5257, 3, 7, 36.90, 37.64, 1, 1, 'ai_sell', '2024-05-22 08:51:56', '2024-05-22 08:51:56', '2024-05-22 09:52:07'),
(4175, 1871, 4087, 5032, 6, 7, 125.99, 128.51, 1, 1, 'ai_sell', '2024-05-22 08:51:56', '2024-05-22 08:51:56', '2024-05-22 09:52:07'),
(4176, 1871, 4088, 6022, 3, 7, 9.78, 9.98, 1, 1, 'ai_sell', '2024-05-22 08:51:56', '2024-05-22 08:51:56', '2024-05-22 09:52:07'),
(4177, 1871, 4089, 786, 1, 7, 224.81, 229.31, 1, 1, 'ai_sell', '2024-05-22 08:51:56', '2024-05-22 08:51:56', '2024-05-22 09:52:07'),
(4178, 1871, 4090, 4337, 6, 7, 149.69, 152.68, 1, 1, 'ai_sell', '2024-05-22 08:51:56', '2024-05-22 08:51:56', '2024-05-22 09:52:07'),
(4179, 1871, 4091, 4337, 1, 7, 149.69, 152.68, 1, 1, 'ai_sell', '2024-05-22 08:51:57', '2024-05-22 08:51:57', '2024-05-22 09:52:07'),
(4180, 1871, 4092, 4920, 1, 7, 32.96, 33.62, 1, 1, 'ai_sell', '2024-05-22 08:51:57', '2024-05-22 08:51:57', '2024-05-22 09:52:07'),
(4181, 1871, 4093, 3778, 3, 7, 114.12, 116.40, 1, 1, 'ai_sell', '2024-05-22 08:51:57', '2024-05-22 08:51:57', '2024-05-22 09:52:07'),
(4182, 1871, 4094, 4865, 3, 7, 332.29, 338.94, 1, 1, 'ai_sell', '2024-05-22 08:51:57', '2024-05-22 08:51:57', '2024-05-22 09:52:07'),
(4183, 1871, 4095, 5174, 9, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4184, 1871, 4095, 5174, 3, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4185, 1871, 4096, 5257, 6, 7, 36.90, 37.64, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4186, 1871, 4097, 365, 9, 7, 721.00, 735.42, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4187, 1871, 4098, 2821, 3, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4188, 1871, 4096, 5257, 6, 7, 36.90, 37.64, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4189, 1871, 4099, 5743, 9, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4190, 1871, 4100, 2230, 3, 7, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4191, 1871, 4101, 4865, 1, 7, 332.29, 338.94, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4192, 1871, 4102, 5264, 9, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4193, 1871, 4103, 5032, 9, 7, 125.99, 128.51, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4194, 1871, 4102, 5264, 1, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4195, 1871, 4104, 6022, 3, 7, 9.78, 9.98, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4196, 1871, 4105, 365, 6, 7, 721.00, 735.42, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4197, 1871, 4106, 2909, 1, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4198, 1871, 4107, 786, 3, 7, 224.81, 229.31, 1, 1, 'ai_sell', '2024-05-22 08:51:58', '2024-05-22 08:51:58', '2024-05-22 09:52:07'),
(4199, 1871, 4108, 4337, 3, 7, 149.69, 152.68, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4200, 1871, 4109, 1217, 3, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4201, 1871, 4110, 4865, 3, 7, 332.29, 338.94, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4202, 1871, 4111, 1437, 9, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4203, 1871, 4112, 3778, 1, 7, 114.12, 116.40, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4204, 1871, 4113, 365, 3, 7, 721.00, 735.42, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4205, 1871, 4114, 3350, 3, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4206, 1871, 4115, 5174, 6, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4207, 1871, 4116, 362, 1, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4208, 1871, 4117, 5743, 3, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4209, 1871, 4118, 5743, 3, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-22 08:51:59', '2024-05-22 08:51:59', '2024-05-22 09:52:07'),
(4210, 1871, 4119, 3954, 6, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4211, 1871, 4120, 5264, 6, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4212, 1871, 4121, 2821, 9, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4213, 1871, 4122, 3090, 6, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4214, 1871, 4119, 3954, 6, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4215, 1871, 4123, 2909, 6, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4216, 1871, 4124, 2230, 9, 7, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4217, 1871, 4125, 2430, 6, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4218, 1871, 4126, 1217, 1, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4219, 1871, 4127, 5032, 3, 7, 125.99, 128.51, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4220, 1871, 4128, 5757, 1, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4221, 1871, 4129, 1437, 3, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4222, 1871, 4130, 6022, 1, 7, 9.78, 9.98, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4223, 1871, 4131, 3590, 9, 7, 43.19, 44.05, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4224, 1871, 4132, 3350, 1, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:00', '2024-05-22 08:52:00', '2024-05-22 09:52:07'),
(4225, 1871, 4133, 4337, 6, 7, 149.69, 152.68, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4226, 1871, 4134, 5264, 9, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4227, 1871, 4135, 3088, 1, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4228, 1871, 4136, 362, 1, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4229, 1871, 4137, 4865, 6, 7, 332.29, 338.94, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4230, 1871, 4132, 3350, 1, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4231, 1871, 4138, 3954, 1, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4232, 1871, 4139, 3873, 9, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4233, 1871, 4140, 3778, 6, 7, 114.12, 116.40, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4234, 1871, 4141, 365, 1, 7, 721.00, 735.42, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4235, 1871, 4142, 1637, 6, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4236, 1871, 4141, 365, 9, 7, 721.00, 735.42, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4237, 1871, 4143, 3090, 9, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4238, 1871, 4143, 3090, 6, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4239, 1871, 4144, 5743, 6, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4240, 1871, 4143, 3090, 9, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4241, 1871, 4145, 2909, 9, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:01', '2024-05-22 08:52:01', '2024-05-22 09:52:07'),
(4242, 1871, 4145, 2909, 1, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4243, 1871, 4146, 4034, 9, 7, 12.74, 12.99, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4244, 1871, 4147, 2430, 1, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4245, 1871, 4146, 4034, 6, 7, 12.74, 12.99, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4246, 1871, 4148, 4219, 6, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4247, 1871, 4148, 4219, 6, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4248, 1871, 4147, 2430, 6, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4249, 1871, 4149, 5757, 3, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4250, 1871, 4149, 5757, 1, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4251, 1871, 4150, 4012, 1, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4252, 1871, 4150, 4012, 1, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4253, 1871, 4151, 3590, 6, 7, 43.19, 44.05, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4254, 1871, 4150, 4012, 9, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4255, 1871, 4152, 5264, 1, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4256, 1871, 4152, 5264, 6, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4257, 1871, 4152, 5264, 3, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4258, 1871, 4153, 1676, 3, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4259, 1871, 4154, 1217, 6, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4260, 1871, 4155, 3088, 1, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4261, 1871, 4153, 1676, 6, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4262, 1871, 4156, 5174, 6, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4263, 1871, 4157, 634, 3, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4264, 1871, 4156, 5174, 9, 7, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4265, 1871, 4158, 3873, 6, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4266, 1871, 4159, 1662, 6, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4267, 1871, 4160, 1637, 3, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4268, 1871, 4160, 1637, 3, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4269, 1871, 4161, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:07'),
(4270, 1871, 4161, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4271, 1871, 4162, 4034, 3, 7, 12.74, 12.99, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4272, 1871, 4161, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4273, 1871, 4163, 4219, 3, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4274, 1871, 4163, 4219, 9, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4275, 1871, 4164, 4012, 1, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4276, 1871, 4163, 4219, 1, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4277, 1871, 4165, 2909, 6, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4278, 1871, 4165, 2909, 9, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4279, 1871, 4165, 2909, 3, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4280, 1871, 4166, 1437, 3, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4281, 1871, 4167, 1676, 9, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4282, 1871, 4167, 1676, 3, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4283, 1871, 4166, 1437, 9, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:52:02', '2024-05-22 08:52:02', '2024-05-22 09:52:08'),
(4284, 1871, 4168, 3350, 9, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4285, 1871, 4168, 3350, 6, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4286, 1871, 4169, 362, 1, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4287, 1871, 4169, 362, 6, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4288, 1871, 4169, 362, 1, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4289, 1871, 4170, 2821, 3, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4290, 1871, 4169, 362, 9, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4291, 1871, 4170, 2821, 6, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4292, 1871, 4171, 3954, 6, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4293, 1871, 4171, 3954, 1, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4294, 1871, 4171, 3954, 1, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4295, 1871, 4170, 2821, 3, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4296, 1871, 4172, 634, 6, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4297, 1871, 4172, 634, 3, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4298, 1871, 4172, 634, 1, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4299, 1871, 4173, 1217, 1, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4300, 1871, 4174, 3090, 9, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4301, 1871, 4173, 1217, 9, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4302, 1871, 4174, 3090, 9, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4303, 1871, 4175, 1437, 6, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4304, 1871, 4176, 2430, 6, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4305, 1871, 4177, 3350, 1, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4306, 1871, 4176, 2430, 9, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4307, 1871, 4175, 1437, 3, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4308, 1871, 4178, 5757, 1, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4309, 1871, 4179, 362, 1, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4310, 1871, 4178, 5757, 1, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4311, 1871, 4180, 3590, 3, 7, 43.19, 44.05, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4312, 1871, 4181, 3954, 3, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4313, 1871, 4180, 3590, 6, 7, 43.19, 44.05, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4314, 1871, 4182, 2230, 9, 7, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4315, 1871, 4183, 3088, 3, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4316, 1871, 4184, 3090, 6, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4317, 1871, 4183, 3088, 1, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4318, 1871, 4185, 1662, 3, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4319, 1871, 4183, 3088, 3, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4320, 1871, 4185, 1662, 6, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4321, 1871, 4186, 5032, 1, 7, 125.99, 128.51, 1, 1, 'ai_sell', '2024-05-22 08:52:03', '2024-05-22 08:52:03', '2024-05-22 09:52:08'),
(4322, 1871, 4187, 3873, 9, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:08'),
(4323, 1871, 4187, 3873, 1, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:08'),
(4324, 1871, 4187, 3873, 6, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:08'),
(4325, 1871, 4188, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:08'),
(4326, 1871, 4188, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:08'),
(4327, 1871, 4189, 2430, 6, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4328, 1871, 4189, 2430, 9, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4329, 1871, 4190, 1637, 9, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4330, 1871, 4191, 5757, 9, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4331, 1871, 4192, 4034, 1, 7, 12.74, 12.99, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4332, 1871, 4191, 5757, 9, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4333, 1871, 4193, 3590, 9, 7, 43.19, 44.05, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4334, 1871, 4194, 4219, 3, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4335, 1871, 4194, 4219, 1, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4336, 1871, 4194, 4219, 6, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4337, 1871, 4195, 6022, 9, 7, 9.78, 9.98, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4338, 1871, 4195, 6022, 6, 7, 9.78, 9.98, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4339, 1871, 4196, 4012, 1, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4340, 1871, 4196, 4012, 1, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4341, 1871, 4197, 1676, 9, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4342, 1871, 4197, 1676, 3, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4343, 1871, 4198, 3088, 3, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4344, 1871, 4196, 4012, 9, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:04', '2024-05-22 08:52:04', '2024-05-22 09:52:09'),
(4345, 1871, 4198, 3088, 6, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4346, 1871, 4199, 634, 1, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4347, 1871, 4199, 634, 6, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4348, 1871, 4200, 1662, 3, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4349, 1871, 4200, 1662, 9, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4350, 1871, 4200, 1662, 3, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4351, 1871, 4201, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4352, 1871, 4202, 3873, 3, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4353, 1871, 4201, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4354, 1871, 4201, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4355, 1871, 4203, 4337, 3, 7, 149.69, 152.68, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4356, 1871, 4201, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4357, 1871, 4203, 4337, 3, 7, 149.69, 152.68, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4358, 1871, 4204, 1637, 3, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4359, 1871, 4204, 1637, 1, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4360, 1871, 4204, 1637, 1, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4361, 1871, 4204, 1637, 6, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4362, 1871, 4205, 4865, 3, 7, 332.29, 338.94, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:05'),
(4363, 1871, 4206, 365, 9, 7, 721.00, 735.42, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4364, 1871, 4207, 5743, 3, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4365, 1871, 4208, 5264, 3, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4366, 1871, 4208, 5264, 6, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4367, 1871, 4208, 5264, 9, 7, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4368, 1871, 4209, 2909, 1, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4369, 1871, 4209, 2909, 1, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4370, 1871, 4209, 2909, 6, 7, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4371, 1871, 4210, 1217, 1, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4372, 1871, 4210, 1217, 6, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4373, 1871, 4210, 1217, 6, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4374, 1871, 4211, 4034, 3, 7, 12.74, 12.99, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4375, 1871, 4210, 1217, 1, 7, 45.13, 46.03, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4376, 1871, 4212, 4219, 3, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4377, 1871, 4211, 4034, 9, 7, 12.74, 12.99, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4378, 1871, 4212, 4219, 6, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4379, 1871, 4213, 4012, 1, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4380, 1871, 4213, 4012, 1, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4381, 1871, 4213, 4012, 3, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4382, 1871, 4214, 1437, 6, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4383, 1871, 4214, 1437, 1, 7, 221.45, 225.88, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4384, 1871, 4215, 1676, 6, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4385, 1871, 4215, 1676, 9, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4386, 1871, 4215, 1676, 1, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4387, 1871, 4215, 1676, 3, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4388, 1871, 4216, 3350, 6, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:05', '2024-05-22 08:52:05', '2024-05-22 09:53:06'),
(4389, 1871, 4216, 3350, 1, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4390, 1871, 4216, 3350, 6, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4391, 1871, 4216, 3350, 3, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4392, 1871, 4216, 3350, 3, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4393, 1871, 4217, 634, 3, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4394, 1871, 4217, 634, 6, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4395, 1871, 4217, 634, 6, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4396, 1871, 4217, 634, 3, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4397, 1871, 4217, 634, 3, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4398, 1871, 4218, 1662, 3, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4399, 1871, 4218, 1662, 1, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4400, 1871, 4218, 1662, 9, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4401, 1871, 4218, 1662, 6, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4402, 1871, 4218, 1662, 9, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4403, 1871, 4219, 362, 1, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4404, 1871, 4219, 362, 1, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4405, 1871, 4219, 362, 3, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4406, 1871, 4220, 3954, 9, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4407, 1871, 4220, 3954, 1, 7, 236.07, 240.79, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4408, 1871, 4221, 3090, 1, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4409, 1871, 4219, 362, 3, 7, 239.52, 244.31, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4410, 1871, 4222, 2430, 1, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4411, 1871, 4221, 3090, 6, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4412, 1871, 4221, 3090, 9, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4413, 1871, 4223, 5757, 1, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4414, 1871, 4224, 3590, 6, 7, 43.19, 44.05, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4415, 1871, 4225, 3088, 6, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4416, 1871, 4225, 3088, 3, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4417, 1871, 4225, 3088, 1, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4418, 1871, 4226, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4419, 1871, 4226, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4420, 1871, 4227, 3873, 3, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4421, 1871, 4228, 1637, 3, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4422, 1871, 4229, 4034, 3, 7, 12.74, 12.99, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4423, 1871, 4227, 3873, 1, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4424, 1871, 4230, 4219, 9, 7, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4425, 1871, 4227, 3873, 6, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4426, 1871, 4231, 4012, 9, 7, 13.21, 13.47, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4427, 1871, 4232, 1676, 9, 7, 5.66, 5.77, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4428, 1871, 4233, 634, 6, 7, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4429, 1871, 4234, 1662, 1, 7, 0.92, 0.94, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4430, 1871, 4235, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:52:06', '2024-05-22 08:52:06', '2024-05-22 09:53:06'),
(4431, 1870, 4236, 4540, 9, 8, 42.42, 43.27, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:04'),
(4432, 1870, 4237, 1401, 9, 8, 10.91, 11.13, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4433, 1870, 4238, 5918, 9, 8, 181.80, 185.44, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4434, 1870, 4239, 4875, 9, 8, 9.15, 9.33, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4435, 1870, 4240, 4196, 6, 8, 14.23, 14.51, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4436, 1870, 4241, 1558, 9, 8, 19.87, 20.27, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4437, 1870, 4242, 844, 9, 8, 282.70, 288.35, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4438, 1870, 4243, 4779, 6, 8, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4439, 1870, 4244, 1528, 9, 8, 4019.80, 4100.20, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4440, 1870, 4245, 3297, 6, 8, 113.30, 115.57, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4441, 1870, 4246, 4915, 6, 8, 71.49, 72.92, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4442, 1870, 4247, 6177, 3, 8, 24.14, 24.62, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4443, 1870, 4248, 1381, 9, 8, 854.90, 872.00, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4444, 1870, 4249, 483, 1, 8, 57.38, 58.53, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4445, 1870, 4250, 5026, 1, 8, 18.35, 18.72, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4446, 1870, 4251, 4300, 6, 8, 14.37, 14.66, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:05'),
(4447, 1870, 4252, 4639, 1, 8, 26.30, 26.83, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:06'),
(4448, 1870, 4253, 5393, 1, 8, 52.32, 53.37, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:06'),
(4449, 1870, 4254, 1697, 3, 8, 15.39, 15.70, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:06'),
(4450, 1870, 4255, 5016, 9, 8, 305.55, 311.66, 1, 1, 'ai_sell', '2024-05-22 08:54:05', '2024-05-22 08:54:05', '2024-05-22 09:55:06'),
(4451, 1870, 4256, 1066, 6, 8, 6.57, 6.70, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4452, 1870, 4257, 3997, 1, 8, 2080.98, 2122.60, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4453, 1870, 4258, 4723, 1, 8, 16.47, 16.80, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4454, 1870, 4259, 5892, 1, 8, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4455, 1870, 4260, 3478, 6, 8, 112.37, 114.62, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4456, 1870, 4261, 201, 9, 8, 195.93, 199.85, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4457, 1870, 4262, 5970, 3, 8, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4458, 1870, 4263, 1091, 6, 8, 254.51, 259.60, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4459, 1870, 4264, 3650, 6, 8, 61.41, 62.64, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4460, 1870, 4265, 4958, 1, 8, 20.14, 20.54, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4461, 1870, 4266, 6095, 9, 8, 31.28, 31.91, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4462, 1870, 4267, 4371, 9, 8, 73.12, 74.58, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4463, 1870, 4268, 3576, 3, 8, 293.71, 299.58, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4464, 1870, 4269, 4861, 3, 8, 143.33, 146.20, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4465, 1870, 4270, 5065, 1, 8, 34.31, 35.00, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4466, 1870, 4271, 3821, 3, 8, 23.84, 24.32, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:06'),
(4467, 1870, 4272, 3989, 1, 8, 80.82, 82.44, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4468, 1870, 4273, 1818, 1, 8, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4469, 1870, 4274, 1814, 6, 8, 208.08, 212.24, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4470, 1870, 4275, 4212, 9, 8, 145.60, 148.51, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4471, 1870, 4276, 3252, 9, 8, 32.13, 32.77, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4472, 1870, 4277, 4989, 9, 8, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4473, 1870, 4278, 48, 9, 8, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4474, 1870, 4279, 5869, 9, 8, 8.10, 8.26, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4475, 1870, 4280, 1702, 9, 8, 31.15, 31.77, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4476, 1870, 4281, 4542, 9, 8, 40.80, 41.62, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4477, 1870, 4282, 805, 1, 8, 6.11, 6.23, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4478, 1870, 4283, 5722, 3, 8, 30.15, 30.75, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4479, 1870, 4284, 3904, 6, 8, 76.48, 78.01, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4480, 1870, 4285, 2612, 6, 8, 18.65, 19.02, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4481, 1870, 4286, 3690, 9, 8, 7.83, 7.99, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4482, 1870, 4287, 5147, 3, 8, 187.19, 190.93, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4483, 1870, 4288, 1970, 3, 8, 171.70, 175.13, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4484, 1870, 4289, 2625, 9, 8, 23.44, 23.91, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4485, 1870, 4290, 975, 3, 8, 42.69, 43.54, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4486, 1870, 4291, 5352, 6, 8, 17.16, 17.50, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:07'),
(4487, 1870, 4292, 5628, 6, 8, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:08'),
(4488, 1870, 4293, 6031, 9, 8, 4.07, 4.15, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:08'),
(4489, 1870, 4294, 1662, 6, 8, 0.93, 0.95, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:08'),
(4490, 1870, 4295, 1837, 1, 8, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:08'),
(4491, 1870, 4296, 756, 9, 8, 0.45, 0.46, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:08'),
(4492, 1870, 4297, 803, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:08'),
(4493, 1870, 4298, 1827, 9, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 08:54:06', '2024-05-22 08:54:06', '2024-05-22 09:55:08'),
(4494, 1873, 4299, 2025, 1, 9, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4495, 1873, 4300, 26, 6, 9, 30.45, 31.06, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4496, 1873, 4301, 3353, 1, 9, 525.30, 535.81, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4497, 1873, 4302, 1527, 3, 9, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4498, 1873, 4303, 4837, 1, 9, 104.97, 107.07, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4499, 1873, 4304, 3015, 6, 9, 77.06, 78.60, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4500, 1873, 4305, 2363, 1, 9, 15.96, 16.28, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4501, 1873, 4306, 6142, 1, 9, 14.23, 14.51, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4502, 1873, 4307, 503, 1, 9, 1260.72, 1285.93, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4503, 1873, 4308, 4816, 6, 9, 124.09, 126.57, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4504, 1873, 4309, 1425, 3, 9, 17.81, 18.17, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4505, 1873, 4310, 1953, 9, 9, 4.16, 4.24, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4506, 1873, 4311, 3938, 9, 9, 19.76, 20.16, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4507, 1873, 4312, 4929, 9, 9, 133.90, 136.58, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:03'),
(4508, 1873, 4313, 1264, 9, 9, 127.08, 129.62, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4509, 1873, 4314, 5388, 1, 9, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4510, 1873, 4315, 5131, 6, 9, 324.09, 330.57, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4511, 1873, 4316, 3835, 6, 9, 3.80, 3.88, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4512, 1873, 4317, 1240, 1, 9, 5194.00, 5297.88, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4513, 1873, 4318, 702, 1, 9, 27.62, 28.17, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4514, 1873, 4319, 1777, 6, 9, 30.80, 31.42, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4515, 1873, 4320, 2958, 6, 9, 112.36, 114.61, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4516, 1873, 4321, 2528, 9, 9, 178.50, 182.07, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4517, 1873, 4322, 856, 3, 9, 349.79, 356.79, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4518, 1873, 4323, 5584, 9, 9, 267.59, 272.94, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4519, 1873, 4324, 2919, 1, 9, 27.45, 28.00, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4520, 1873, 4325, 4774, 1, 9, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-22 09:11:05', '2024-05-22 09:11:05', '2024-05-22 10:12:04'),
(4521, 1873, 4326, 5280, 9, 9, 129.06, 131.64, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4522, 1873, 4327, 5863, 3, 9, 32.85, 33.51, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4523, 1873, 4328, 2376, 9, 9, 120.24, 122.64, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4524, 1873, 4329, 2395, 9, 9, 14.87, 15.17, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4525, 1873, 4330, 3031, 9, 9, 132.11, 134.75, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4526, 1873, 4331, 3442, 1, 9, 397.95, 405.91, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4527, 1873, 4332, 1065, 1, 9, 782.80, 798.46, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4528, 1873, 4333, 5581, 9, 9, 31.20, 31.82, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4529, 1873, 4334, 2708, 6, 9, 710.84, 725.06, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4530, 1873, 4335, 5010, 6, 9, 41.81, 42.65, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4531, 1873, 4336, 5703, 6, 9, 209.03, 213.21, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4532, 1873, 4337, 4537, 1, 9, 521.03, 531.45, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4533, 1873, 4338, 4944, 6, 9, 8.39, 8.56, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4534, 1873, 4339, 5073, 6, 9, 18.71, 19.08, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4535, 1873, 4340, 923, 9, 9, 21.62, 22.05, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4536, 1873, 4341, 374, 9, 9, 123.18, 125.64, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4537, 1873, 4342, 580, 6, 9, 176.75, 180.29, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4538, 1873, 4343, 3977, 6, 9, 386.57, 394.30, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4539, 1873, 4344, 5781, 3, 9, 1202.24, 1226.28, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4540, 1873, 4345, 1407, 3, 9, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4541, 1873, 4346, 265, 1, 9, 131.30, 133.93, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4542, 1873, 4347, 1204, 6, 9, 34.55, 35.24, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4543, 1873, 4348, 3792, 3, 9, 239.19, 243.97, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4544, 1873, 4349, 813, 3, 9, 11.33, 11.56, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4545, 1873, 4350, 3477, 3, 9, 61.80, 63.04, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4546, 1873, 4351, 2555, 3, 9, 47.40, 48.35, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4547, 1873, 4352, 2207, 6, 9, 41.66, 42.49, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4548, 1873, 4353, 2625, 1, 9, 23.44, 23.91, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:04'),
(4549, 1873, 4354, 3402, 9, 9, 129.08, 131.66, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4550, 1873, 4355, 4960, 3, 9, 20.00, 20.40, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4551, 1873, 4356, 3418, 9, 9, 25.31, 25.82, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4552, 1873, 4357, 311, 6, 9, 158.27, 161.44, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4553, 1873, 4358, 3878, 1, 9, 4.93, 5.03, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(4554, 1873, 4359, 1280, 1, 9, 20.48, 20.89, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4555, 1873, 4360, 4034, 1, 9, 12.86, 13.12, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4556, 1873, 4361, 3426, 6, 9, 24.71, 25.20, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4557, 1873, 4362, 5181, 3, 9, 19.24, 19.62, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4558, 1873, 4363, 4390, 1, 9, 73.12, 74.58, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4559, 1873, 4364, 1920, 6, 9, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4560, 1873, 4365, 156, 1, 9, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4561, 1873, 4366, 943, 6, 9, 40.78, 41.60, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4562, 1873, 4367, 2163, 9, 9, 51.97, 53.01, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4563, 1873, 4368, 1198, 1, 9, 2.27, 2.32, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4564, 1873, 4369, 2367, 9, 9, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4565, 1873, 4370, 4127, 6, 9, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4566, 1873, 4371, 1469, 3, 9, 1.30, 1.33, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4567, 1873, 4372, 1894, 6, 9, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4568, 1873, 4373, 1827, 1, 9, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4569, 1873, 4374, 734, 9, 9, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-22 09:11:06', '2024-05-22 09:11:06', '2024-05-22 10:12:05'),
(4570, 1866, 4375, 683, 3, 6, 41.34, 41.71, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4571, 1866, 4376, 639, 1, 6, 4.24, 4.28, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4572, 1866, 4377, 307, 9, 6, 3.90, 3.94, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4573, 1866, 4378, 1719, 6, 6, 1.09, 1.10, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4574, 1866, 4379, 642, 1, 6, 1.03, 1.04, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4575, 1866, 4380, 949, 9, 6, 0.31, 0.31, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4576, 1866, 4381, 1894, 3, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4577, 1866, 4382, 1827, 1, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 09:13:03', '2024-05-22 09:13:03', '2024-05-22 10:13:03'),
(4578, 1866, 4383, 5188, 6, 11, 319.30, 325.69, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4579, 1866, 4384, 872, 1, 11, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4580, 1866, 4385, 5388, 9, 11, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4581, 1866, 4386, 3308, 6, 11, 1477.64, 1507.19, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4582, 1866, 4387, 3130, 6, 11, 18.19, 18.55, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4583, 1866, 4388, 388, 6, 11, 262.60, 267.85, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4584, 1866, 4389, 4014, 3, 11, 7.83, 7.99, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4585, 1866, 4390, 2900, 6, 11, 3006.96, 3067.10, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4586, 1866, 4391, 4833, 1, 11, 17.94, 18.30, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4587, 1866, 4392, 4214, 9, 11, 20.67, 21.08, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4588, 1866, 4393, 4099, 3, 11, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:05'),
(4589, 1866, 4394, 5513, 1, 11, 85.85, 87.57, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4590, 1866, 4395, 5690, 1, 11, 27.37, 27.92, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4591, 1866, 4396, 2021, 9, 11, 9.68, 9.87, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4592, 1866, 4397, 5139, 6, 11, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4593, 1866, 4398, 1090, 6, 11, 585.80, 597.52, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4594, 1866, 4399, 4213, 9, 11, 4.64, 4.73, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4595, 1866, 4400, 4895, 1, 11, 676.70, 690.23, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4596, 1866, 4401, 5523, 6, 11, 28.09, 28.65, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4597, 1866, 4402, 2715, 9, 11, 37.08, 37.82, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4598, 1866, 4403, 707, 3, 11, 256.44, 261.57, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4599, 1866, 4404, 4685, 6, 11, 16.21, 16.53, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4600, 1866, 4405, 1943, 9, 11, 677.34, 690.89, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4601, 1866, 4406, 1690, 1, 11, 17.60, 17.95, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4602, 1866, 4407, 4172, 1, 11, 114.45, 116.74, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4603, 1866, 4408, 1077, 6, 11, 168.54, 171.91, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4604, 1866, 4409, 1851, 9, 11, 68.19, 69.55, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4605, 1866, 4410, 2416, 3, 11, 24.93, 25.43, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4606, 1866, 4411, 4656, 6, 11, 232.30, 236.95, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4607, 1866, 4412, 146, 6, 11, 36.75, 37.49, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4608, 1866, 4413, 3197, 9, 11, 465.91, 475.23, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:06'),
(4609, 1866, 4414, 509, 1, 11, 30.79, 31.41, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4610, 1866, 4415, 41, 9, 11, 18.18, 18.54, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4611, 1866, 4416, 6133, 1, 11, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4612, 1866, 4417, 3848, 6, 11, 202.80, 206.86, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4613, 1866, 4418, 344, 1, 11, 349.87, 356.87, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4614, 1866, 4419, 4922, 9, 11, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4615, 1866, 4420, 2136, 1, 11, 20.93, 21.35, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4616, 1866, 4421, 3392, 6, 11, 367.61, 374.96, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4617, 1866, 4422, 1786, 6, 11, 16.16, 16.48, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4618, 1866, 4423, 1202, 1, 11, 50.92, 51.94, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4619, 1866, 4424, 1253, 9, 11, 30.79, 31.41, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4620, 1866, 4425, 3213, 9, 11, 6.35, 6.48, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4621, 1866, 4426, 748, 6, 11, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4622, 1866, 4427, 5785, 6, 11, 5.86, 5.98, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4623, 1866, 4428, 3768, 3, 11, 3.96, 4.04, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4624, 1866, 4429, 1032, 3, 11, 98.80, 100.78, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4625, 1866, 4430, 480, 9, 11, 157.08, 160.22, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4626, 1866, 4431, 933, 1, 11, 1133.00, 1155.66, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4627, 1866, 4432, 1953, 6, 11, 4.24, 4.32, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4628, 1866, 4433, 1009, 1, 11, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4629, 1866, 4434, 5306, 6, 11, 420.00, 428.40, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:07'),
(4630, 1866, 4435, 1296, 6, 11, 46.35, 47.28, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:08'),
(4631, 1866, 4436, 133, 6, 11, 34.23, 34.91, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:08'),
(4632, 1866, 4437, 359, 1, 11, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:08'),
(4633, 1866, 4438, 1120, 1, 11, 9.22, 9.40, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:08'),
(4634, 1866, 4439, 2619, 1, 11, 19.20, 19.58, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:08'),
(4635, 1866, 4440, 5455, 1, 11, 53.60, 54.67, 1, 1, 'ai_sell', '2024-05-22 09:24:06', '2024-05-22 09:24:06', '2024-05-22 10:25:08'),
(4636, 1866, 4441, 4754, 9, 11, 7.09, 7.23, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:08'),
(4637, 1866, 4442, 1078, 3, 11, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:08'),
(4638, 1866, 4443, 1262, 6, 11, 1.55, 1.58, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4639, 1866, 4444, 4582, 9, 11, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4640, 1866, 4445, 3496, 3, 11, 11.66, 11.89, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4641, 1866, 4446, 634, 9, 11, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4642, 1866, 4447, 1818, 1, 11, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4643, 1866, 4448, 624, 1, 11, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4644, 1866, 4449, 1894, 3, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4645, 1866, 4450, 949, 3, 11, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-22 09:24:07', '2024-05-22 09:24:07', '2024-05-22 10:25:09'),
(4646, 1867, 4451, 5016, 9, 12, 293.91, 299.79, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4647, 1867, 4452, 3034, 1, 12, 22.21, 22.65, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4648, 1867, 4453, 3410, 6, 12, 29.29, 29.88, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4649, 1867, 4454, 2034, 1, 12, 70.72, 72.13, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4650, 1867, 4455, 863, 9, 12, 1484.00, 1513.68, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4651, 1867, 4456, 5257, 9, 12, 36.19, 36.91, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4652, 1867, 4457, 254, 9, 12, 52.72, 53.77, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4653, 1867, 4458, 5160, 3, 12, 268.79, 274.17, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4654, 1867, 4459, 1640, 1, 12, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4655, 1867, 4460, 3023, 9, 12, 231.29, 235.92, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4656, 1867, 4461, 1472, 6, 12, 1693.20, 1727.06, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4657, 1867, 4462, 181, 1, 12, 266.05, 271.37, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4658, 1867, 4463, 678, 6, 12, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4659, 1867, 4464, 740, 1, 12, 14.03, 14.31, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4660, 1867, 4465, 5775, 3, 12, 17.52, 17.87, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4661, 1867, 4466, 1543, 6, 12, 1785.00, 1820.70, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4662, 1867, 4467, 1681, 3, 12, 17.60, 17.95, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4663, 1867, 4468, 4500, 3, 12, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4664, 1867, 4469, 2116, 6, 12, 30.87, 31.49, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4665, 1867, 4470, 2646, 3, 12, 128.61, 131.18, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4666, 1867, 4471, 1018, 6, 12, 50.46, 51.47, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4667, 1867, 4472, 4828, 6, 12, 38.30, 39.07, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4668, 1867, 4473, 3938, 9, 12, 19.38, 19.77, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4669, 1867, 4474, 374, 9, 12, 125.59, 128.10, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4670, 1867, 4475, 1667, 1, 12, 10.45, 10.66, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4671, 1867, 4476, 2616, 1, 12, 20.38, 20.79, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4672, 1867, 4477, 1401, 3, 12, 10.91, 11.13, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4673, 1867, 4478, 50, 9, 12, 14.42, 14.71, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4674, 1867, 4479, 3474, 9, 12, 95.40, 97.31, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4675, 1867, 4480, 5540, 6, 12, 125.37, 127.88, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4676, 1867, 4481, 1338, 9, 12, 17.01, 17.35, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4677, 1867, 4482, 265, 6, 12, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4678, 1867, 4483, 2954, 3, 12, 772.50, 787.95, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4679, 1867, 4484, 2830, 3, 12, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4680, 1867, 4485, 4276, 6, 12, 10.61, 10.82, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4681, 1867, 4486, 1954, 3, 12, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4682, 1867, 4487, 4093, 1, 12, 31.92, 32.56, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4683, 1867, 4488, 2941, 1, 12, 1008.78, 1028.96, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4684, 1867, 4489, 4712, 3, 12, 52.28, 53.33, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4685, 1867, 4490, 4580, 1, 12, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4686, 1867, 4491, 367, 9, 12, 927.00, 945.54, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4687, 1867, 4492, 3458, 3, 12, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4688, 1867, 4493, 4684, 3, 12, 35.44, 36.15, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4689, 1867, 4494, 1571, 6, 12, 102.29, 104.34, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4690, 1867, 4495, 5797, 9, 12, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4691, 1867, 4496, 5428, 3, 12, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4692, 1867, 4497, 3389, 1, 12, 7.10, 7.24, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4693, 1867, 4498, 912, 1, 12, 31.20, 31.82, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4694, 1867, 4499, 4957, 3, 12, 3470.04, 3539.44, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4695, 1867, 4500, 2547, 6, 12, 210.00, 214.20, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4696, 1867, 4501, 2230, 1, 12, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4697, 1867, 4502, 2323, 3, 12, 353.56, 360.63, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4698, 1867, 4503, 4368, 1, 12, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4699, 1867, 4504, 3211, 1, 12, 20.45, 20.86, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4700, 1867, 4505, 3510, 1, 12, 624.75, 637.25, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4701, 1867, 4506, 482, 6, 12, 27.13, 27.67, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4702, 1867, 4507, 3315, 1, 12, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4703, 1867, 4508, 5248, 9, 12, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4704, 1867, 4509, 662, 9, 12, 17.34, 17.69, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4705, 1867, 4510, 5722, 6, 12, 29.28, 29.87, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4706, 1867, 4511, 4926, 1, 12, 28.35, 28.92, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4707, 1867, 4512, 1610, 6, 12, 79.30, 80.89, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4708, 1867, 4513, 210, 3, 12, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4709, 1867, 4514, 6074, 9, 12, 15.07, 15.37, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4710, 1867, 4515, 5940, 9, 12, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4711, 1867, 4516, 37, 3, 12, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4712, 1867, 4517, 2239, 1, 12, 59.74, 60.93, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4713, 1867, 4518, 5378, 6, 12, 3.16, 3.22, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4714, 1867, 4519, 4513, 6, 12, 7.14, 7.28, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4715, 1867, 4520, 823, 3, 12, 12.40, 12.65, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4716, 1867, 4521, 3190, 3, 12, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4717, 1867, 4522, 1625, 9, 12, 5.51, 5.62, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4718, 1867, 4523, 716, 9, 12, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-22 09:32:05', '2024-05-22 09:32:05', '2024-05-22 10:33:03'),
(4719, 1868, 4524, 2679, 3, 13, 198.21, 202.17, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4720, 1868, 4525, 5696, 1, 13, 52.43, 53.48, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4721, 1868, 4526, 5979, 1, 13, 27.53, 28.08, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4722, 1868, 4527, 2487, 6, 13, 137.80, 140.56, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4723, 1868, 4528, 3324, 3, 13, 1.36, 1.39, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4724, 1868, 4529, 4619, 6, 13, 14.58, 14.87, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4725, 1868, 4530, 4458, 1, 13, 3682.25, 3755.90, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4726, 1868, 4531, 5589, 1, 13, 150.49, 153.50, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4727, 1868, 4532, 2220, 1, 13, 45.38, 46.29, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4728, 1868, 4533, 2437, 9, 13, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:02'),
(4729, 1868, 4534, 2135, 9, 13, 56.53, 57.66, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4730, 1868, 4535, 2196, 1, 13, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4731, 1868, 4536, 4176, 9, 13, 805.59, 821.70, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4732, 1868, 4537, 3166, 3, 13, 25.06, 25.56, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4733, 1868, 4538, 1182, 3, 13, 104.94, 107.04, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4734, 1868, 4539, 1578, 3, 13, 1513.99, 1544.27, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4735, 1868, 4540, 2626, 9, 13, 26.92, 27.46, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4736, 1868, 4541, 1862, 1, 13, 51.84, 52.88, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4737, 1868, 4542, 4544, 1, 13, 300.90, 306.92, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4738, 1868, 4543, 2531, 3, 13, 168.00, 171.36, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4739, 1868, 4544, 2205, 1, 13, 16.67, 17.00, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4740, 1868, 4545, 1411, 6, 13, 7.13, 7.27, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4741, 1868, 4546, 3437, 9, 13, 842.70, 859.55, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4742, 1868, 4547, 3567, 6, 13, 147.66, 150.61, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4743, 1868, 4548, 2891, 1, 13, 31.20, 31.82, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4744, 1868, 4549, 693, 6, 13, 1270.94, 1296.36, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4745, 1868, 4550, 1585, 6, 13, 1.61, 1.64, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4746, 1868, 4551, 1000, 6, 13, 3.57, 3.64, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4747, 1868, 4552, 3452, 9, 13, 3.91, 3.99, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4748, 1868, 4553, 2509, 9, 13, 30.44, 31.05, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4749, 1868, 4554, 5980, 1, 13, 20.16, 20.56, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4750, 1868, 4555, 2091, 3, 13, 4.38, 4.47, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4751, 1868, 4556, 2148, 3, 13, 103.00, 105.06, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4752, 1868, 4557, 1767, 6, 13, 4.08, 4.16, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4753, 1868, 4558, 1941, 3, 13, 251.95, 256.99, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4754, 1868, 4559, 3320, 3, 13, 82.39, 84.04, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4755, 1868, 4560, 1737, 9, 13, 81.59, 83.22, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4756, 1868, 4561, 391, 6, 13, 19.68, 20.07, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4757, 1868, 4562, 1151, 1, 13, 3.47, 3.54, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4758, 1868, 4563, 5202, 9, 13, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4759, 1868, 4564, 1117, 9, 13, 357.00, 364.14, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4760, 1868, 4565, 456, 6, 13, 45.42, 46.33, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4761, 1868, 4566, 6155, 6, 13, 16.31, 16.64, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4762, 1868, 4567, 5440, 1, 13, 63.43, 64.70, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4763, 1868, 4568, 4643, 1, 13, 7.95, 8.11, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4764, 1868, 4569, 1827, 3, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-22 10:06:05', '2024-05-22 10:06:05', '2024-05-22 11:07:03'),
(4765, 1869, 4570, 879, 1, 14, 51.03, 52.05, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4766, 1869, 4571, 842, 3, 14, 17.57, 17.92, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4767, 1869, 4572, 458, 9, 14, 84.79, 86.49, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4768, 1869, 4573, 1175, 9, 14, 58.30, 59.47, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4769, 1869, 4574, 1318, 6, 14, 40.95, 41.77, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4770, 1869, 4575, 1899, 3, 14, 11.63, 11.86, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4771, 1869, 4576, 1273, 6, 14, 349.80, 356.80, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4772, 1869, 4577, 2087, 9, 14, 505.00, 515.10, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:03'),
(4773, 1869, 4578, 526, 1, 14, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4774, 1869, 4579, 4882, 6, 14, 18.35, 18.72, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4775, 1869, 4580, 4917, 9, 14, 18.13, 18.49, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4776, 1869, 4581, 549, 9, 14, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4777, 1869, 4582, 4375, 3, 14, 84.80, 86.50, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4778, 1869, 4583, 4084, 1, 14, 61.80, 63.04, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4779, 1869, 4584, 5296, 3, 14, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4780, 1869, 4585, 4567, 6, 14, 2020.00, 2060.40, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4781, 1869, 4586, 2161, 9, 14, 26.64, 27.17, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4782, 1869, 4587, 315, 6, 14, 92.03, 93.87, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4783, 1869, 4588, 339, 6, 14, 755.94, 771.06, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4784, 1869, 4589, 3868, 6, 14, 112.33, 114.58, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4785, 1869, 4590, 607, 3, 14, 2424.00, 2472.48, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4786, 1869, 4591, 2781, 6, 14, 2677.63, 2731.18, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4787, 1869, 4592, 2669, 6, 14, 125.38, 127.89, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4788, 1869, 4593, 926, 3, 14, 171.62, 175.05, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4789, 1869, 4594, 637, 1, 14, 313.95, 320.23, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4790, 1869, 4595, 6030, 6, 14, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4791, 1869, 4596, 4347, 6, 14, 511.01, 521.23, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4792, 1869, 4597, 2589, 3, 14, 61.19, 62.41, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4793, 1869, 4598, 977, 9, 14, 62.40, 63.65, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4794, 1869, 4599, 3229, 6, 14, 144.89, 147.79, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4795, 1869, 4600, 3482, 1, 14, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4796, 1869, 4601, 3266, 1, 14, 254.41, 259.50, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4797, 1869, 4602, 6017, 6, 14, 23.64, 24.11, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4798, 1869, 4603, 3757, 6, 14, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4799, 1869, 4604, 1057, 1, 14, 33.08, 33.74, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:04'),
(4800, 1869, 4605, 4964, 9, 14, 21.10, 21.52, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4801, 1869, 4606, 1828, 9, 14, 134.16, 136.84, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4802, 1869, 4607, 2457, 3, 14, 3.37, 3.44, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4803, 1869, 4608, 1704, 3, 14, 63.60, 64.87, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4804, 1869, 4609, 4476, 6, 14, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4805, 1869, 4610, 3575, 9, 14, 8.76, 8.94, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4806, 1869, 4611, 4539, 1, 14, 34.31, 35.00, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4807, 1869, 4612, 2484, 1, 14, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4808, 1869, 4613, 4659, 6, 14, 9.88, 10.08, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4809, 1869, 4614, 5852, 3, 14, 38.37, 39.14, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4810, 1869, 4615, 5828, 3, 14, 306.00, 312.12, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4811, 1869, 4616, 1687, 1, 14, 85.32, 87.03, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4812, 1869, 4617, 5167, 3, 14, 187.19, 190.93, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4813, 1869, 4618, 3782, 1, 14, 362.96, 370.22, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4814, 1869, 4619, 1245, 9, 14, 10.05, 10.25, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4815, 1869, 4620, 1310, 9, 14, 735.00, 749.70, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4816, 1869, 4621, 181, 3, 14, 266.05, 271.37, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4817, 1869, 4622, 1606, 1, 14, 20.15, 20.55, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4818, 1869, 4623, 5940, 3, 14, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4819, 1869, 4624, 4100, 9, 14, 6.29, 6.42, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4820, 1869, 4625, 5203, 1, 14, 169.04, 172.42, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4821, 1869, 4626, 3877, 9, 14, 371.00, 378.42, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4822, 1869, 4627, 1103, 6, 14, 42.82, 43.68, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4823, 1869, 4628, 1998, 9, 14, 14.28, 14.57, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4824, 1869, 4629, 4908, 6, 14, 138.20, 140.96, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4825, 1869, 4630, 712, 3, 14, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4826, 1869, 4631, 1338, 6, 14, 17.01, 17.35, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4827, 1869, 4632, 2989, 3, 14, 100.70, 102.71, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:05'),
(4828, 1869, 4633, 394, 9, 14, 14.12, 14.40, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4829, 1869, 4634, 5349, 6, 14, 265.20, 270.50, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4830, 1869, 4635, 4587, 6, 14, 26.79, 27.33, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4831, 1869, 4636, 1692, 6, 14, 68.21, 69.57, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4832, 1869, 4637, 2559, 3, 14, 124.41, 126.90, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4833, 1869, 4638, 6089, 3, 14, 5.27, 5.38, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4834, 1869, 4639, 1662, 1, 14, 0.91, 0.93, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4835, 1869, 4640, 771, 1, 14, 7.17, 7.31, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4836, 1869, 4641, 994, 9, 14, 36.99, 37.73, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4837, 1869, 4642, 2527, 3, 14, 19.99, 20.39, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4838, 1869, 4643, 5540, 6, 14, 125.37, 127.88, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4839, 1869, 4644, 1818, 6, 14, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4840, 1869, 4645, 5098, 6, 14, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4841, 1869, 4646, 1815, 3, 14, 61.19, 62.41, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4842, 1869, 4647, 911, 1, 14, 15.21, 15.51, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4843, 1869, 4648, 4171, 3, 14, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4844, 1869, 4649, 2554, 3, 14, 9.00, 9.18, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4845, 1869, 4650, 2041, 1, 14, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4846, 1869, 4651, 5024, 9, 14, 4.07, 4.15, 1, 1, 'ai_sell', '2024-05-22 10:33:04', '2024-05-22 10:33:04', '2024-05-22 11:34:06'),
(4847, 1872, 4652, 5628, 9, 18, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4848, 1872, 4653, 241, 6, 18, 161.19, 164.41, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4849, 1872, 4654, 5463, 1, 18, 5830.00, 5946.60, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4850, 1872, 4655, 3186, 3, 18, 7.97, 8.13, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4851, 1872, 4656, 4402, 3, 18, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4852, 1872, 4657, 3322, 6, 18, 104.95, 107.05, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4853, 1872, 4658, 4889, 6, 18, 64.01, 65.29, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4854, 1872, 4659, 4434, 1, 18, 278.24, 283.80, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:05'),
(4855, 1872, 4660, 5037, 3, 18, 12.59, 12.84, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4856, 1872, 4661, 3230, 1, 18, 30.68, 31.29, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4857, 1872, 4662, 1211, 3, 18, 36.72, 37.45, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4858, 1872, 4663, 910, 6, 18, 7.23, 7.37, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4859, 1872, 4664, 1636, 9, 18, 10.85, 11.07, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4860, 1872, 4665, 3842, 1, 18, 20.80, 21.22, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4861, 1872, 4666, 5528, 1, 18, 23.73, 24.20, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4862, 1872, 4667, 3481, 9, 18, 16.04, 16.36, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4863, 1872, 4668, 1008, 1, 18, 448.32, 457.29, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4864, 1872, 4669, 4075, 6, 18, 19.38, 19.77, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4865, 1872, 4670, 6118, 6, 18, 28.84, 29.42, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4866, 1872, 4671, 3908, 3, 18, 43.04, 43.90, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4867, 1872, 4672, 1347, 6, 18, 90.10, 91.90, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4868, 1872, 4673, 4685, 1, 18, 16.53, 16.86, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4869, 1872, 4674, 2576, 1, 18, 21.06, 21.48, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4870, 1872, 4675, 4973, 9, 18, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4871, 1872, 4676, 159, 1, 18, 37.56, 38.31, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4872, 1872, 4677, 4403, 1, 18, 179.73, 183.32, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4873, 1872, 4678, 3005, 3, 18, 64.65, 65.94, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4874, 1872, 4679, 1485, 3, 18, 561.94, 573.18, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:06'),
(4875, 1872, 4680, 2976, 6, 18, 45.04, 45.94, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4876, 1872, 4681, 3413, 1, 18, 313.03, 319.29, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4877, 1872, 4682, 4844, 6, 18, 71.39, 72.82, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4878, 1872, 4683, 2171, 3, 18, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4879, 1872, 4684, 1260, 6, 18, 383.61, 391.28, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4880, 1872, 4685, 1208, 1, 18, 3.17, 3.23, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4881, 1872, 4686, 133, 3, 18, 34.88, 35.58, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4882, 1872, 4687, 709, 3, 18, 190.54, 194.35, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4883, 1872, 4688, 1550, 6, 18, 111.30, 113.53, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4884, 1872, 4689, 4926, 3, 18, 28.35, 28.92, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4885, 1872, 4690, 2725, 1, 18, 210.24, 214.44, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4886, 1872, 4691, 5485, 1, 18, 359.72, 366.91, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4887, 1872, 4692, 1323, 9, 18, 12.82, 13.08, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4888, 1872, 4693, 1509, 1, 18, 97.70, 99.65, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4889, 1872, 4694, 1223, 9, 18, 18.46, 18.83, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4890, 1872, 4695, 816, 6, 18, 5.62, 5.73, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4891, 1872, 4696, 3268, 6, 18, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4892, 1872, 4697, 5110, 9, 18, 14.14, 14.42, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4893, 1872, 4698, 1811, 6, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4894, 1872, 4699, 803, 1, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4895, 1872, 4700, 2023, 1, 18, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:07'),
(4896, 1872, 4701, 1869, 1, 18, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-22 12:24:05', '2024-05-22 12:24:05', '2024-05-22 13:25:08'),
(4897, 1867, 3377, 5820, 1, NULL, 806.28, 846.59, 1, 2, 'manual_sell', '2024-05-22 14:52:15', '2024-05-22 14:52:15', '2024-05-22 15:53:03'),
(4898, 1867, 3376, 5540, 3, NULL, 147.49, 150.44, 1, 2, 'manual_sell', '2024-05-22 14:54:04', '2024-05-22 14:54:04', '2024-05-22 15:54:04'),
(4899, 1867, 3375, 1411, 5, NULL, 7.54, 11.31, 1, 2, 'manual_sell', '2024-05-22 14:54:55', '2024-05-22 14:54:55', '2024-05-22 15:55:05'),
(4900, 1867, 3372, 410, 9, NULL, 91.27, 94.92, 1, 2, 'manual_sell', '2024-05-22 14:56:30', '2024-05-22 14:56:30', '2024-05-22 15:57:03'),
(4901, 1867, 3371, 4190, 1, NULL, 1077.98, 1616.97, 1, 2, 'manual_sell', '2024-05-22 14:58:36', '2024-05-22 14:58:36', '2024-05-22 15:59:03'),
(4902, 1867, 3370, 4536, 3, NULL, 70.18, 74.39, 1, 2, 'manual_sell', '2024-05-22 14:59:59', '2024-05-22 14:59:59', '2024-05-22 16:00:04'),
(4903, 1867, 3368, 2707, 3, NULL, 25.29, 29.08, 1, 2, 'manual_sell', '2024-05-22 15:01:38', '2024-05-22 15:01:38', '2024-05-22 16:02:03'),
(4904, 1867, 3363, 881, 9, NULL, 765.00, 818.55, 2, 2, 'manual_sell', '2024-05-22 15:03:20', '2024-05-22 15:03:20', '2024-05-22 16:04:02'),
(4905, 1867, 3360, 1999, 1, NULL, 66.00, 82.50, 1, 2, 'manual_sell', '2024-05-22 15:04:13', '2024-05-22 15:04:13', '2024-05-22 16:05:05'),
(4906, 1867, 3359, 6002, 9, NULL, 308.00, 314.16, 3, 1, 'manual_sell', '2024-05-22 15:05:07', '2024-05-22 15:05:07', '2024-05-22 16:06:03'),
(4907, 1867, 3354, 3424, 1, NULL, 525.60, 683.28, 1, 2, 'manual_sell', '2024-05-22 15:06:26', '2024-05-22 15:06:26', '2024-05-22 16:07:03'),
(4908, 1867, 3377, 5820, 1, NULL, 806.28, 830.46, 1, 1, 'manual_sell', '2024-05-22 15:55:56', '2024-05-22 15:55:56', '2024-05-22 16:56:03'),
(4909, 1747, 4702, 2417, 1, NULL, 93.00, 95.79, 1, 1, 'manual_sell', '2024-05-23 01:56:35', '2024-05-23 01:56:35', '2024-05-23 02:57:04'),
(4910, 1747, 4703, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-23 01:57:14', '2024-05-23 01:57:14', '2024-05-23 02:58:03'),
(4911, 1747, 4704, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-23 01:57:55', '2024-05-23 01:57:55', '2024-05-23 02:58:03'),
(4912, 1747, 4705, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-23 01:58:23', '2024-05-23 01:58:23', '2024-05-23 02:59:02'),
(4913, 1747, 4706, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-23 01:58:57', '2024-05-23 01:58:57', '2024-05-23 02:59:02'),
(4914, 1747, 4707, 2166, 1, NULL, 36.00, 37.08, 6, 1, 'manual_sell', '2024-05-23 01:59:44', '2024-05-23 01:59:44', '2024-05-23 03:00:07'),
(4915, 1747, 4708, 1956, 1, NULL, 10.07, 10.37, 5, 1, 'manual_sell', '2024-05-23 02:00:09', '2024-05-23 02:00:09', '2024-05-23 03:01:04'),
(4916, 1747, 4709, 1640, 1, NULL, 1.00, 1.03, 7, 1, 'manual_sell', '2024-05-23 02:00:32', '2024-05-23 02:00:32', '2024-05-23 03:01:04'),
(4917, 1798, 4710, 977, 1, NULL, 61.00, 62.83, 3, 1, 'manual_sell', '2024-05-23 04:20:47', '2024-05-23 04:20:47', '2024-05-23 05:21:03'),
(4918, 1798, 4711, 1743, 1, NULL, 50.00, 51.50, 1, 1, 'manual_sell', '2024-05-23 04:21:41', '2024-05-23 04:21:41', '2024-05-23 05:22:03'),
(4919, 1869, 4712, 2605, 6, 17, 29.39, 29.98, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:03'),
(4920, 1869, 4713, 4709, 9, 17, 51.54, 52.57, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4921, 1869, 4714, 1173, 3, 17, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4922, 1869, 4715, 2637, 6, 17, 16.31, 16.64, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4923, 1869, 4716, 6107, 3, 17, 13.48, 13.75, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4924, 1869, 4717, 3877, 6, 17, 357.00, 364.14, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4925, 1869, 4718, 3786, 1, 17, 90.90, 92.72, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4926, 1869, 4719, 1759, 9, 17, 126.00, 128.52, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4927, 1869, 4720, 2831, 3, 17, 1028.97, 1049.55, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4928, 1869, 4721, 28, 9, 17, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:05'),
(4929, 1869, 4722, 4171, 3, 17, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4930, 1869, 4723, 2375, 1, 17, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4931, 1869, 4724, 4944, 6, 17, 8.39, 8.56, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4932, 1869, 4725, 3993, 1, 17, 51.21, 52.23, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(4933, 1869, 4726, 1561, 3, 17, 367.50, 374.85, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4934, 1869, 4727, 3348, 6, 17, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4935, 1869, 4728, 110, 6, 17, 196.33, 200.26, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4936, 1869, 4729, 5775, 6, 17, 17.19, 17.53, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4937, 1869, 4730, 184, 1, 17, 17.99, 18.35, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4938, 1869, 4731, 4471, 9, 17, 1444.29, 1473.18, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4939, 1869, 4732, 5535, 3, 17, 332.75, 339.41, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4940, 1869, 4733, 2686, 6, 17, 785.89, 801.61, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4941, 1869, 4734, 3344, 1, 17, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4942, 1869, 4735, 6007, 1, 17, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4943, 1869, 4736, 5273, 1, 17, 301.27, 307.30, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4944, 1869, 4737, 3437, 3, 17, 842.70, 859.55, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4945, 1869, 4738, 3945, 3, 17, 48.75, 49.73, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4946, 1869, 4739, 5287, 9, 17, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4947, 1869, 4740, 5593, 6, 17, 258.48, 263.65, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4948, 1869, 4741, 3077, 9, 17, 7.79, 7.95, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4949, 1869, 4742, 979, 6, 17, 60.32, 61.53, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4950, 1869, 4743, 3377, 6, 17, 572.00, 583.44, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4951, 1869, 4744, 4329, 3, 17, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4952, 1869, 4745, 1845, 3, 17, 24.22, 24.70, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4953, 1869, 4746, 2834, 9, 17, 15.28, 15.59, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4954, 1869, 4747, 5022, 3, 17, 16.35, 16.68, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4955, 1869, 4748, 2593, 3, 17, 142.79, 145.65, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4956, 1869, 4749, 155, 9, 17, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4957, 1869, 4750, 2695, 3, 17, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4958, 1869, 4751, 1631, 3, 17, 5.34, 5.45, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4959, 1869, 4752, 716, 6, 17, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4960, 1869, 4753, 1527, 9, 17, 2.12, 2.16, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4961, 1869, 4754, 949, 9, 17, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4962, 1869, 4755, 1850, 1, 17, 0.58, 0.59, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4963, 1869, 4756, 803, 9, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4964, 1869, 4757, 1827, 9, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-23 07:41:05', '2024-05-23 07:41:05', '2024-05-23 08:42:06'),
(4965, 1866, 4758, 2035, 9, 16, 735.00, 749.70, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:04'),
(4966, 1866, 4759, 3289, 1, 16, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4967, 1866, 4760, 984, 9, 16, 742.28, 757.13, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4968, 1866, 4761, 685, 6, 16, 8.08, 8.24, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4969, 1866, 4762, 3573, 3, 16, 1896.96, 1934.90, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4970, 1866, 4763, 3830, 9, 16, 91.67, 93.50, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4971, 1866, 4764, 396, 3, 16, 35.00, 35.70, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4972, 1866, 4765, 1742, 3, 16, 35.36, 36.07, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4973, 1866, 4766, 3624, 3, 16, 123.11, 125.57, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4974, 1866, 4767, 3176, 9, 16, 499.26, 509.25, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4975, 1866, 4768, 1933, 1, 16, 35.23, 35.93, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4976, 1866, 4769, 872, 9, 16, 25.24, 25.74, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4977, 1866, 4770, 4564, 1, 16, 316.94, 323.28, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4978, 1866, 4771, 1523, 9, 16, 1.61, 1.64, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:06'),
(4979, 1866, 4772, 125, 6, 16, 89.04, 90.82, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4980, 1866, 4773, 1184, 6, 16, 50.96, 51.98, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4981, 1866, 4774, 4190, 3, 16, 1009.39, 1029.58, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4982, 1866, 4775, 4495, 6, 16, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4983, 1866, 4776, 4283, 1, 16, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4984, 1866, 4777, 3147, 6, 16, 201.76, 205.80, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4985, 1866, 4778, 1060, 3, 16, 222.20, 226.64, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4986, 1866, 4779, 1892, 6, 16, 10.98, 11.20, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4987, 1866, 4780, 5816, 3, 16, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4988, 1866, 4781, 4333, 9, 16, 96.97, 98.91, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4989, 1866, 4782, 4811, 9, 16, 64.44, 65.73, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4990, 1866, 4783, 323, 3, 16, 2336.76, 2383.50, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4991, 1866, 4784, 4204, 1, 16, 25.78, 26.30, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:07'),
(4992, 1866, 4785, 115, 9, 16, 261.23, 266.45, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(4993, 1866, 4786, 1317, 3, 16, 15.95, 16.27, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(4994, 1866, 4787, 545, 3, 16, 154.96, 158.06, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(4995, 1866, 4788, 1792, 6, 16, 66.93, 68.27, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(4996, 1866, 4789, 3403, 9, 16, 5.09, 5.19, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(4997, 1866, 4790, 5899, 1, 16, 2.01, 2.05, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(4998, 1866, 4791, 3761, 3, 16, 14.82, 15.12, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(4999, 1866, 4792, 5849, 9, 16, 66.50, 67.83, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5000, 1866, 4793, 6046, 3, 16, 150.96, 153.98, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5001, 1866, 4794, 3628, 6, 16, 373.46, 380.93, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5002, 1866, 4795, 1531, 9, 16, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5003, 1866, 4796, 1355, 6, 16, 17.34, 17.69, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5004, 1866, 4797, 6080, 6, 16, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5005, 1866, 4798, 4045, 6, 16, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5006, 1866, 4799, 5646, 3, 16, 111.10, 113.32, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5007, 1866, 4800, 3636, 6, 16, 203.25, 207.32, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5008, 1866, 4801, 1128, 1, 16, 369.77, 377.17, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5009, 1866, 4802, 1935, 9, 16, 57.20, 58.34, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5010, 1866, 4803, 2370, 3, 16, 2.17, 2.21, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5011, 1866, 4804, 2193, 9, 16, 20.73, 21.14, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5012, 1866, 4805, 3265, 6, 16, 7.44, 7.59, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5013, 1866, 4806, 1588, 1, 16, 3.06, 3.12, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5014, 1866, 4807, 5003, 6, 16, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5015, 1866, 4808, 534, 3, 16, 53.12, 54.18, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5016, 1866, 4809, 6138, 6, 16, 13.63, 13.90, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5017, 1866, 4810, 5881, 3, 16, 7.42, 7.57, 1, 1, 'ai_sell', '2024-05-23 08:45:07', '2024-05-23 08:45:07', '2024-05-23 09:46:08'),
(5018, 1866, 4811, 4389, 1, 16, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-23 08:45:08', '2024-05-23 08:45:08', '2024-05-23 09:46:09'),
(5019, 1866, 4812, 1837, 1, 16, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-23 08:45:08', '2024-05-23 08:45:08', '2024-05-23 09:46:09'),
(5020, 1866, 4813, 1740, 9, 16, 3.06, 3.12, 1, 1, 'ai_sell', '2024-05-23 08:45:08', '2024-05-23 08:45:08', '2024-05-23 09:46:09'),
(5021, 1866, 4814, 3722, 6, 16, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-23 08:45:08', '2024-05-23 08:45:08', '2024-05-23 09:46:09'),
(5022, 1871, 4815, 1081, 9, 7, 166.39, 169.72, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5023, 1871, 4816, 5888, 6, 7, 2397.00, 2444.94, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5024, 1871, 4817, 132, 9, 7, 103.95, 106.03, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5025, 1871, 4818, 5475, 9, 7, 81.59, 83.22, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5026, 1871, 4819, 3545, 6, 7, 39.30, 40.09, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5027, 1871, 4820, 3403, 6, 7, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5028, 1871, 4821, 2451, 6, 7, 456.56, 465.69, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5029, 1871, 4822, 4602, 3, 7, 30.40, 31.01, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5030, 1871, 4823, 3465, 6, 7, 542.77, 553.63, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5031, 1871, 4824, 5160, 1, 7, 263.57, 268.84, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5032, 1871, 4825, 2836, 6, 7, 1111.94, 1134.18, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5033, 1871, 4826, 3171, 1, 7, 17.67, 18.02, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5034, 1871, 4827, 2948, 3, 7, 37.43, 38.18, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5035, 1871, 4828, 2504, 3, 7, 31.10, 31.72, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5036, 1871, 4829, 857, 6, 7, 95.60, 97.51, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5037, 1871, 4830, 1179, 6, 7, 16.35, 16.68, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5038, 1871, 4831, 3468, 6, 7, 1372.70, 1400.15, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5039, 1871, 4832, 3540, 9, 7, 4942.97, 5041.83, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5040, 1871, 4833, 4969, 9, 7, 14.70, 14.99, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5041, 1871, 4834, 5316, 6, 7, 170.65, 174.06, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5042, 1871, 4835, 1172, 9, 7, 67.20, 68.54, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5043, 1871, 4836, 2954, 3, 7, 765.00, 780.30, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5044, 1871, 4837, 3146, 6, 7, 7.27, 7.42, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5045, 1871, 4838, 284, 9, 7, 132.60, 135.25, 1, 1, 'ai_sell', '2024-05-23 10:05:07', '2024-05-23 10:05:07', '2024-05-23 11:06:03'),
(5046, 1871, 4839, 2356, 9, 7, 84.00, 85.68, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:03'),
(5047, 1871, 4840, 3531, 3, 7, 72.41, 73.86, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:03'),
(5048, 1871, 4841, 1195, 1, 7, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5049, 1871, 4842, 2761, 9, 7, 1365.00, 1392.30, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5050, 1871, 4843, 2799, 9, 7, 500.81, 510.83, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5051, 1871, 4844, 3957, 1, 7, 33.92, 34.60, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5052, 1871, 4845, 2215, 1, 7, 42.83, 43.69, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5053, 1871, 4846, 5915, 3, 7, 5.74, 5.85, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5054, 1871, 4847, 5145, 1, 7, 43.05, 43.91, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5055, 1871, 4848, 1000, 1, 7, 3.47, 3.54, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5056, 1871, 4849, 3481, 3, 7, 15.88, 16.20, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5057, 1871, 4850, 4204, 1, 7, 24.81, 25.31, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5058, 1871, 4851, 1664, 3, 7, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5059, 1871, 4852, 1352, 1, 7, 896.10, 914.02, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5060, 1871, 4853, 5680, 3, 7, 49.91, 50.91, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5061, 1871, 4854, 269, 3, 7, 174.90, 178.40, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5062, 1871, 4855, 3439, 1, 7, 12.16, 12.40, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5063, 1871, 4856, 5270, 6, 7, 8.57, 8.74, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5064, 1871, 4857, 952, 3, 7, 5.51, 5.62, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5065, 1871, 4858, 254, 1, 7, 55.33, 56.44, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5066, 1871, 4859, 1943, 1, 7, 677.34, 690.89, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5067, 1871, 4860, 5766, 6, 7, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5068, 1871, 4861, 2639, 9, 7, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5069, 1871, 4862, 3342, 9, 7, 16.15, 16.47, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5070, 1871, 4863, 3862, 3, 7, 16.41, 16.74, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5071, 1871, 4864, 351, 1, 7, 68.33, 69.70, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:04'),
(5072, 1871, 4865, 5878, 3, 7, 367.20, 374.54, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5073, 1871, 4866, 3847, 9, 7, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5074, 1871, 4867, 3599, 9, 7, 11.07, 11.29, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5075, 1871, 4868, 1391, 1, 7, 40.17, 40.97, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5076, 1871, 4869, 5245, 9, 7, 21.42, 21.85, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5077, 1871, 4870, 5459, 9, 7, 113.30, 115.57, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5078, 1871, 4871, 3624, 3, 7, 123.11, 125.57, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5079, 1871, 4872, 769, 6, 7, 112.35, 114.60, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5080, 1871, 4873, 1704, 1, 7, 61.20, 62.42, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5081, 1871, 4874, 1107, 9, 7, 900.99, 919.01, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5082, 1871, 4875, 2648, 3, 7, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5083, 1871, 4876, 1853, 6, 7, 33.91, 34.59, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5084, 1871, 4877, 3040, 3, 7, 1258.95, 1284.13, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5085, 1871, 4878, 5560, 9, 7, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5086, 1871, 4879, 1193, 3, 7, 39.52, 40.31, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5087, 1871, 4880, 4892, 1, 7, 840.00, 856.80, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5088, 1871, 4881, 5232, 6, 7, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5089, 1871, 4882, 1716, 1, 7, 7.41, 7.56, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:05'),
(5090, 1871, 4883, 4616, 6, 7, 9256.00, 9441.12, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5091, 1871, 4884, 658, 1, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5092, 1871, 4885, 4649, 6, 7, 32.85, 33.51, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5093, 1871, 4886, 5446, 9, 7, 296.64, 302.57, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5094, 1871, 4887, 3892, 3, 7, 100.98, 103.00, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5095, 1871, 4888, 4984, 6, 7, 3276.00, 3341.52, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5096, 1871, 4889, 1314, 1, 7, 152.25, 155.30, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5097, 1871, 4890, 1881, 3, 7, 10.71, 10.92, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5098, 1871, 4891, 2567, 9, 7, 411.99, 420.23, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5099, 1871, 4892, 5873, 6, 7, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5100, 1871, 4893, 533, 9, 7, 80.84, 82.46, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5101, 1871, 4894, 4466, 1, 7, 140.40, 143.21, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5102, 1871, 4895, 177, 1, 7, 278.24, 283.80, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5103, 1871, 4896, 3247, 6, 7, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5104, 1871, 4897, 5072, 6, 7, 63.74, 65.01, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5105, 1871, 4898, 5351, 9, 7, 83.27, 84.94, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5106, 1871, 4899, 1841, 1, 7, 101.20, 103.22, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5107, 1871, 4900, 2119, 6, 7, 7.75, 7.91, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5108, 1871, 4901, 4541, 9, 7, 916.69, 935.02, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5109, 1871, 4902, 5087, 6, 7, 14.56, 14.85, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5110, 1871, 4903, 2184, 9, 7, 4.72, 4.81, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5111, 1871, 4904, 5517, 1, 7, 23.74, 24.21, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5112, 1871, 4905, 4767, 3, 7, 44.57, 45.46, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:06'),
(5113, 1871, 4906, 802, 1, 7, 64.30, 65.59, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5114, 1871, 4907, 1959, 9, 7, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5115, 1871, 4908, 6051, 6, 7, 15.29, 15.60, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5116, 1871, 4909, 4815, 6, 7, 17.94, 18.30, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5117, 1871, 4910, 1425, 6, 7, 16.97, 17.31, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5118, 1871, 4911, 4945, 6, 7, 17.28, 17.63, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5119, 1871, 4912, 5724, 6, 7, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5120, 1871, 4913, 2973, 9, 7, 409.01, 417.19, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5121, 1871, 4914, 5732, 3, 7, 9.32, 9.51, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5122, 1871, 4915, 6173, 1, 7, 1191.80, 1215.64, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5123, 1871, 4916, 1992, 3, 7, 116.15, 118.47, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5124, 1871, 4917, 1416, 1, 7, 166.95, 170.29, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5125, 1871, 4918, 1769, 6, 7, 79.41, 81.00, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5126, 1871, 4919, 921, 1, 7, 76.50, 78.03, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5127, 1871, 4920, 2366, 9, 7, 18.89, 19.27, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5128, 1871, 4921, 5389, 3, 7, 45.89, 46.81, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5129, 1871, 4922, 4513, 3, 7, 7.42, 7.57, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5130, 1871, 4923, 5054, 6, 7, 123.25, 125.72, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5131, 1871, 4924, 1325, 1, 7, 31.27, 31.90, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5132, 1871, 4925, 2054, 9, 7, 111.18, 113.40, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5133, 1871, 4926, 4704, 3, 7, 1.30, 1.33, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:07'),
(5134, 1871, 4927, 5548, 1, 7, 32.95, 33.61, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5135, 1871, 4928, 5345, 9, 7, 51.50, 52.53, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5136, 1871, 4929, 3580, 3, 7, 7.65, 7.80, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5137, 1871, 4930, 1818, 3, 7, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5138, 1871, 4931, 4527, 9, 7, 69.29, 70.68, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5139, 1871, 4932, 5775, 3, 7, 17.36, 17.71, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5140, 1871, 4933, 2609, 6, 7, 27.29, 27.84, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5141, 1871, 4934, 3194, 9, 7, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5142, 1871, 4935, 4457, 3, 7, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5143, 1871, 4936, 2180, 6, 7, 14.42, 14.71, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5144, 1871, 4937, 1952, 9, 7, 1.37, 1.40, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5145, 1871, 4938, 1832, 9, 7, 2.84, 2.90, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5146, 1871, 4939, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5147, 1871, 4940, 803, 9, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-23 10:05:08', '2024-05-23 10:05:08', '2024-05-23 11:06:08'),
(5148, 1870, 4941, 947, 3, 8, 31.46, 32.09, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5149, 1870, 4942, 610, 3, 8, 1885.98, 1923.70, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5150, 1870, 4943, 1908, 9, 8, 41.15, 41.97, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5151, 1870, 4944, 5690, 9, 8, 26.08, 26.60, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5152, 1870, 4945, 545, 9, 8, 156.45, 159.58, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5153, 1870, 4946, 833, 1, 8, 19.95, 20.35, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5154, 1870, 4947, 3058, 3, 8, 446.16, 455.08, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5155, 1870, 4948, 3261, 1, 8, 11.16, 11.38, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5156, 1870, 4949, 3612, 6, 8, 258.44, 263.61, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5157, 1870, 4950, 1868, 6, 8, 43.20, 44.06, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5158, 1870, 4951, 4044, 9, 8, 23.78, 24.26, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:04'),
(5159, 1870, 4952, 2153, 6, 8, 287.70, 293.45, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5160, 1870, 4953, 5953, 6, 8, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5161, 1870, 4954, 2229, 3, 8, 27.49, 28.04, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5162, 1870, 4955, 4633, 9, 8, 408.00, 416.16, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5163, 1870, 4956, 1631, 1, 8, 5.40, 5.51, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5164, 1870, 4957, 231, 6, 8, 73.03, 74.49, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5165, 1870, 4958, 642, 1, 8, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5166, 1870, 4959, 4724, 9, 8, 49.03, 50.01, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5167, 1870, 4960, 1033, 9, 8, 795.00, 810.90, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5168, 1870, 4961, 2265, 3, 8, 192.40, 196.25, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5169, 1870, 4962, 3018, 9, 8, 2.55, 2.60, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5170, 1870, 4963, 5276, 1, 8, 95.30, 97.21, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5171, 1870, 4964, 3465, 1, 8, 527.26, 537.81, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5172, 1870, 4965, 4785, 9, 8, 363.62, 370.89, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5173, 1870, 4966, 4428, 6, 8, 31.51, 32.14, 1, 1, 'ai_sell', '2024-05-23 10:07:06', '2024-05-23 10:07:06', '2024-05-23 11:08:05'),
(5174, 1870, 4967, 1817, 3, 8, 1105.95, 1128.07, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5175, 1870, 4968, 939, 3, 8, 43.45, 44.32, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5176, 1870, 4969, 2074, 9, 8, 5.05, 5.15, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5177, 1870, 4970, 6030, 6, 8, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5178, 1870, 4971, 1363, 1, 8, 3.37, 3.44, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5179, 1870, 4972, 5561, 9, 8, 715.71, 730.02, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5180, 1870, 4973, 845, 3, 8, 11.81, 12.05, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5181, 1870, 4974, 5452, 3, 8, 23.22, 23.68, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5182, 1870, 4975, 2667, 6, 8, 231.43, 236.06, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5183, 1870, 4976, 132, 1, 8, 102.96, 105.02, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5184, 1870, 4977, 1549, 6, 8, 154.55, 157.64, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5185, 1870, 4978, 4440, 1, 8, 28.08, 28.64, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5186, 1870, 4979, 3941, 3, 8, 158.54, 161.71, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5187, 1870, 4980, 598, 1, 8, 411.60, 419.83, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5188, 1870, 4981, 930, 3, 8, 13.79, 14.07, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5189, 1870, 4982, 6141, 6, 8, 20.80, 21.22, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5190, 1870, 4983, 1501, 3, 8, 27.27, 27.82, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5191, 1870, 4984, 5484, 1, 8, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5192, 1870, 4985, 5610, 6, 8, 95.39, 97.30, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5193, 1870, 4986, 3965, 1, 8, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5194, 1870, 4987, 533, 6, 8, 80.84, 82.46, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5195, 1870, 4988, 712, 9, 8, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5196, 1870, 4989, 3276, 9, 8, 210.00, 214.20, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5197, 1870, 4990, 4971, 6, 8, 65.28, 66.59, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5198, 1870, 4991, 5845, 1, 8, 9.43, 9.62, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5199, 1870, 4992, 2983, 1, 8, 107.05, 109.19, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5200, 1870, 4993, 124, 6, 8, 1574.97, 1606.47, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5201, 1870, 4994, 4921, 9, 8, 28.56, 29.13, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5202, 1870, 4995, 187, 1, 8, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5203, 1870, 4996, 5545, 6, 8, 81.37, 83.00, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5204, 1870, 4997, 608, 6, 8, 2.12, 2.16, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5205, 1870, 4998, 5899, 3, 8, 2.03, 2.07, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5206, 1870, 4999, 4511, 9, 8, 2.01, 2.05, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5207, 1870, 5000, 1952, 3, 8, 1.31, 1.34, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5208, 1870, 5001, 1811, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-23 10:07:07', '2024-05-23 10:07:07', '2024-05-23 11:08:05'),
(5209, 1866, 5002, 2783, 9, 6, 11.11, 11.21, 1, 1, 'ai_sell', '2024-05-23 10:24:04', '2024-05-23 10:24:04', '2024-05-23 11:25:05'),
(5210, 1866, 5003, 4107, 9, 6, 9.58, 9.67, 1, 1, 'ai_sell', '2024-05-23 10:24:04', '2024-05-23 10:24:04', '2024-05-23 11:25:05'),
(5211, 1866, 5004, 4916, 1, 6, 15.33, 15.47, 1, 1, 'ai_sell', '2024-05-23 10:24:04', '2024-05-23 10:24:04', '2024-05-23 11:25:05'),
(5212, 1866, 5005, 4862, 6, 6, 14.88, 15.01, 1, 1, 'ai_sell', '2024-05-23 10:24:04', '2024-05-23 10:24:04', '2024-05-23 11:25:05'),
(5213, 1866, 5006, 4106, 3, 6, 1.31, 1.32, 1, 1, 'ai_sell', '2024-05-23 10:24:04', '2024-05-23 10:24:04', '2024-05-23 11:25:05'),
(5214, 1866, 5007, 1811, 9, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-23 10:24:04', '2024-05-23 10:24:04', '2024-05-23 11:25:05'),
(5215, 1866, 5008, 1844, 1, 6, 0.31, 0.31, 1, 1, 'ai_sell', '2024-05-23 10:24:04', '2024-05-23 10:24:04', '2024-05-23 11:25:05'),
(5216, 1873, 5009, 5673, 9, 9, 1326.00, 1352.52, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5217, 1873, 5010, 5876, 9, 9, 67.66, 69.01, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5218, 1873, 5011, 1400, 6, 9, 1518.40, 1548.77, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5219, 1873, 5012, 2011, 3, 9, 1407.60, 1435.75, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5220, 1873, 5013, 2783, 9, 9, 11.11, 11.33, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5221, 1873, 5014, 3890, 6, 9, 295.80, 301.72, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5222, 1873, 5015, 2151, 3, 9, 52.93, 53.99, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5223, 1873, 5016, 4107, 1, 9, 9.77, 9.97, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5224, 1873, 5017, 4916, 3, 9, 15.48, 15.79, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5225, 1873, 5018, 562, 6, 9, 3564.90, 3636.20, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5226, 1873, 5019, 4862, 3, 9, 14.45, 14.74, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5227, 1873, 5020, 2523, 9, 9, 111.10, 113.32, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5228, 1873, 5021, 495, 6, 9, 291.50, 297.33, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5229, 1873, 5022, 4124, 1, 9, 6854.40, 6991.49, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5230, 1873, 5023, 5018, 1, 9, 220.49, 224.90, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:05'),
(5231, 1873, 5024, 4479, 1, 9, 2.03, 2.07, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:06'),
(5232, 1873, 5025, 4687, 9, 9, 2.75, 2.81, 1, 1, 'ai_sell', '2024-05-23 10:24:05', '2024-05-23 10:24:05', '2024-05-23 11:25:06'),
(5233, 1866, 5026, 809, 3, 11, 166.64, 169.97, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:03'),
(5234, 1866, 5027, 1499, 1, 11, 9.05, 9.23, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:03'),
(5235, 1866, 5028, 1586, 1, 11, 79.67, 81.26, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:03'),
(5236, 1866, 5029, 5182, 3, 11, 48.29, 49.26, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:03'),
(5237, 1866, 5030, 1394, 3, 11, 272.70, 278.15, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:03'),
(5238, 1866, 5031, 3491, 1, 11, 72.72, 74.17, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5239, 1866, 5032, 3998, 1, 11, 727.20, 741.74, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5240, 1866, 5033, 840, 9, 11, 199.49, 203.48, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5241, 1866, 5034, 1729, 3, 11, 198.22, 202.18, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5242, 1866, 5035, 4011, 1, 11, 65.80, 67.12, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5243, 1866, 5036, 2554, 3, 11, 8.66, 8.83, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5244, 1866, 5037, 1850, 6, 11, 0.57, 0.58, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5245, 1866, 5038, 4264, 3, 11, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5246, 1866, 5039, 1201, 1, 11, 22.04, 22.48, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5247, 1866, 5040, 5345, 6, 11, 51.50, 52.53, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5248, 1866, 5041, 6115, 6, 11, 5.23, 5.33, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5249, 1866, 5042, 2668, 3, 11, 1327.67, 1354.22, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5250, 1866, 5043, 2555, 9, 11, 47.87, 48.83, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5251, 1866, 5044, 158, 1, 11, 47.08, 48.02, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5252, 1866, 5045, 2632, 3, 11, 14.12, 14.40, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5253, 1866, 5046, 1135, 1, 11, 307.60, 313.75, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5254, 1866, 5047, 4432, 3, 11, 545.90, 556.82, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5255, 1866, 5048, 1863, 3, 11, 11.33, 11.56, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5256, 1866, 5049, 3015, 9, 11, 79.35, 80.94, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5257, 1866, 5050, 1504, 9, 11, 30.07, 30.67, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5258, 1866, 5051, 2649, 1, 11, 6.70, 6.83, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5259, 1866, 5052, 1764, 9, 11, 91.90, 93.74, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5260, 1866, 5053, 130, 6, 11, 38.30, 39.07, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5261, 1866, 5054, 4027, 3, 11, 22.43, 22.88, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:07', '2024-05-23 11:37:04'),
(5262, 1866, 5055, 5530, 3, 11, 9.29, 9.48, 1, 1, 'ai_sell', '2024-05-23 10:36:07', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5263, 1866, 5056, 4425, 9, 11, 23.06, 23.52, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5264, 1866, 5057, 3549, 1, 11, 5655.95, 5769.07, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5265, 1866, 5058, 6095, 9, 11, 31.28, 31.91, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5266, 1866, 5059, 6094, 3, 11, 24.06, 24.54, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5267, 1866, 5060, 4765, 3, 11, 54.04, 55.12, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5268, 1866, 5061, 3313, 9, 11, 14.28, 14.57, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5269, 1866, 5062, 5957, 6, 11, 12.50, 12.75, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5270, 1866, 5063, 4508, 6, 11, 43.32, 44.19, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5271, 1866, 5064, 4865, 9, 11, 342.16, 349.00, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5272, 1866, 5065, 3721, 6, 11, 35.48, 36.19, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5273, 1866, 5066, 2333, 3, 11, 195.70, 199.61, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5274, 1866, 5067, 5143, 3, 11, 12.77, 13.03, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5275, 1866, 5068, 4598, 6, 11, 184.11, 187.79, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5276, 1866, 5069, 1190, 1, 11, 33.60, 34.27, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:04'),
(5277, 1866, 5070, 1708, 1, 11, 51.93, 52.97, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5278, 1866, 5071, 2707, 1, 11, 24.37, 24.86, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5279, 1866, 5072, 1038, 6, 11, 18.17, 18.53, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5280, 1866, 5073, 4776, 3, 11, 74.15, 75.63, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5281, 1866, 5074, 2073, 3, 11, 2.58, 2.63, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5282, 1866, 5075, 2316, 6, 11, 53.52, 54.59, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5283, 1866, 5076, 1661, 3, 11, 14.03, 14.31, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5284, 1866, 5077, 2217, 3, 11, 19.76, 20.16, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5285, 1866, 5078, 3479, 3, 11, 47.22, 48.16, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5286, 1866, 5079, 4594, 6, 11, 50.50, 51.51, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5287, 1866, 5080, 2454, 6, 11, 58.58, 59.75, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5288, 1866, 5081, 4540, 9, 11, 43.26, 44.13, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5289, 1866, 5082, 1604, 3, 11, 1296.77, 1322.71, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5290, 1866, 5083, 6096, 9, 11, 10.39, 10.60, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5291, 1866, 5084, 2556, 1, 11, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5292, 1866, 5085, 3273, 9, 11, 103.94, 106.02, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5293, 1866, 5086, 6157, 3, 11, 14.26, 14.55, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5294, 1866, 5087, 2034, 1, 11, 68.68, 70.05, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5295, 1866, 5088, 2866, 3, 11, 5.87, 5.99, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5296, 1866, 5089, 5571, 1, 11, 63.35, 64.62, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5297, 1866, 5090, 4572, 9, 11, 15.67, 15.98, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5298, 1866, 5091, 5153, 3, 11, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:05'),
(5299, 1866, 5092, 883, 3, 11, 4.73, 4.82, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5300, 1866, 5093, 1277, 9, 11, 35.14, 35.84, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5301, 1866, 5094, 4614, 9, 11, 26.77, 27.31, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5302, 1866, 5095, 4061, 9, 11, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5303, 1866, 5096, 3071, 6, 11, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5304, 1866, 5097, 5579, 6, 11, 83.32, 84.99, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5305, 1866, 5098, 3452, 3, 11, 3.87, 3.95, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5306, 1866, 5099, 305, 1, 11, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5307, 1866, 5100, 6078, 3, 11, 41.19, 42.01, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5308, 1866, 5101, 1353, 9, 11, 2.19, 2.23, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5309, 1866, 5102, 756, 9, 11, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5310, 1866, 5103, 1844, 6, 11, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5311, 1866, 5104, 803, 1, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5312, 1866, 5105, 1827, 1, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-23 10:36:08', '2024-05-23 10:36:08', '2024-05-23 11:37:06'),
(5313, 1867, 5106, 2131, 6, 12, 161.16, 164.38, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(5314, 1867, 5107, 211, 9, 12, 9.48, 9.67, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:04'),
(5315, 1867, 5108, 3430, 9, 12, 44.09, 44.97, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:04'),
(5316, 1867, 5109, 1562, 6, 12, 119.21, 121.59, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:04'),
(5317, 1867, 5110, 2950, 6, 12, 614.25, 626.54, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:04'),
(5318, 1867, 5111, 5685, 6, 12, 37.41, 38.16, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5319, 1867, 5112, 1135, 3, 12, 304.64, 310.73, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5320, 1867, 5113, 5332, 3, 12, 1974.96, 2014.46, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5321, 1867, 5114, 810, 3, 12, 25.59, 26.10, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5322, 1867, 5115, 1161, 1, 12, 23.69, 24.16, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5323, 1867, 5116, 503, 3, 12, 1297.80, 1323.76, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5324, 1867, 5117, 1139, 1, 12, 18.55, 18.92, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5325, 1867, 5118, 4118, 9, 12, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-23 10:43:06', '2024-05-23 10:43:06', '2024-05-23 11:44:05'),
(5326, 1867, 5119, 2141, 1, 12, 18.02, 18.38, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5327, 1867, 5120, 3631, 1, 12, 13.05, 13.31, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5328, 1867, 5121, 4160, 6, 12, 1139.18, 1161.96, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5329, 1867, 5122, 4074, 3, 12, 16.15, 16.47, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5330, 1867, 5123, 389, 1, 12, 2182.96, 2226.62, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5331, 1867, 5124, 6049, 3, 12, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5332, 1867, 5125, 1660, 1, 12, 1534.70, 1565.39, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5333, 1867, 5126, 3066, 6, 12, 231.75, 236.39, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5334, 1867, 5127, 1924, 3, 12, 11.74, 11.97, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5335, 1867, 5128, 5192, 6, 12, 20.45, 20.86, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:05'),
(5336, 1867, 5129, 1036, 3, 12, 885.80, 903.52, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5337, 1867, 5130, 716, 9, 12, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5338, 1867, 5131, 1515, 3, 12, 367.50, 374.85, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5339, 1867, 5132, 2773, 3, 12, 381.45, 389.08, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5340, 1867, 5133, 4636, 3, 12, 21.62, 22.05, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5341, 1867, 5134, 4566, 9, 12, 67.59, 68.94, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5342, 1867, 5135, 4587, 3, 12, 26.28, 26.81, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5343, 1867, 5136, 381, 1, 12, 24.12, 24.60, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5344, 1867, 5137, 2628, 6, 12, 79.89, 81.49, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5345, 1867, 5138, 2891, 3, 12, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5346, 1867, 5139, 92, 6, 12, 173.40, 176.87, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5347, 1867, 5140, 237, 9, 12, 530.00, 540.60, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5348, 1867, 5141, 5377, 9, 12, 6.35, 6.48, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5349, 1867, 5142, 5869, 3, 12, 8.25, 8.42, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:06'),
(5350, 1867, 5143, 2207, 9, 12, 40.87, 41.69, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5351, 1867, 5144, 926, 9, 12, 178.35, 181.92, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5352, 1867, 5145, 2251, 9, 12, 48.16, 49.12, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5353, 1867, 5146, 1793, 3, 12, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5354, 1867, 5147, 2514, 1, 12, 161.60, 164.83, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5355, 1867, 5148, 2082, 1, 12, 14.00, 14.28, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5356, 1867, 5149, 542, 9, 12, 209.88, 214.08, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5357, 1867, 5150, 6083, 3, 12, 33.59, 34.26, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5358, 1867, 5151, 4581, 9, 12, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5359, 1867, 5152, 182, 6, 12, 151.40, 154.43, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5360, 1867, 5153, 1798, 6, 12, 1479.00, 1508.58, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5361, 1867, 5154, 3032, 3, 12, 719.97, 734.37, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5362, 1867, 5155, 2631, 6, 12, 41.20, 42.02, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5363, 1867, 5156, 2060, 6, 12, 193.77, 197.65, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5364, 1867, 5157, 2840, 3, 12, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5365, 1867, 5158, 6108, 9, 12, 2.20, 2.24, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5366, 1867, 5159, 3773, 9, 12, 3.66, 3.73, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5367, 1867, 5160, 734, 1, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5368, 1867, 5161, 1597, 9, 12, 2.28, 2.33, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5369, 1867, 5162, 143, 1, 12, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5370, 1867, 5163, 949, 9, 12, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-23 10:43:07', '2024-05-23 10:43:07', '2024-05-23 11:44:07'),
(5371, 1868, 5164, 2445, 3, 13, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-23 11:17:06', '2024-05-23 11:17:06', '2024-05-23 12:18:04'),
(5372, 1868, 5165, 973, 3, 13, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-23 11:17:06', '2024-05-23 11:17:06', '2024-05-23 12:18:04'),
(5373, 1868, 5166, 496, 1, 13, 133.89, 136.57, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:04'),
(5374, 1868, 5167, 2384, 9, 13, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:04'),
(5375, 1868, 5168, 4511, 3, 13, 2.07, 2.11, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:04'),
(5376, 1868, 5169, 2983, 1, 13, 105.03, 107.13, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:04'),
(5377, 1868, 5170, 3302, 9, 13, 20.14, 20.54, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:04'),
(5378, 1868, 5171, 4414, 9, 13, 248.04, 253.00, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5379, 1868, 5172, 5200, 9, 13, 143.81, 146.69, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5380, 1868, 5173, 4702, 9, 13, 29.24, 29.82, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5381, 1868, 5174, 950, 1, 13, 21.61, 22.04, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5382, 1868, 5175, 2440, 3, 13, 14.34, 14.63, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5383, 1868, 5176, 262, 3, 13, 176.80, 180.34, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5384, 1868, 5177, 1593, 1, 13, 35.51, 36.22, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5385, 1868, 5178, 5483, 9, 13, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5386, 1868, 5179, 615, 1, 13, 18.72, 19.09, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5387, 1868, 5180, 3971, 9, 13, 14.92, 15.22, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5388, 1868, 5181, 2903, 9, 13, 1989.00, 2028.78, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5389, 1868, 5182, 2535, 3, 13, 282.88, 288.54, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5390, 1868, 5183, 4035, 3, 13, 2.00, 2.04, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5391, 1868, 5184, 3180, 9, 13, 12.35, 12.60, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5392, 1868, 5185, 150, 9, 13, 630.00, 642.60, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5393, 1868, 5186, 3348, 9, 13, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5394, 1868, 5187, 1485, 9, 13, 556.54, 567.67, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:05'),
(5395, 1868, 5188, 1003, 6, 13, 15.38, 15.69, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5396, 1868, 5189, 1633, 1, 13, 32.12, 32.76, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5397, 1868, 5190, 4991, 1, 13, 168.61, 171.98, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5398, 1868, 5191, 4620, 3, 13, 5872.02, 5989.46, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5399, 1868, 5192, 3336, 6, 13, 13.66, 13.93, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5400, 1868, 5193, 2222, 1, 13, 34.61, 35.30, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5401, 1868, 5194, 1586, 3, 13, 81.23, 82.85, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5402, 1868, 5195, 4100, 1, 13, 6.35, 6.48, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5403, 1868, 5196, 4596, 1, 13, 29.14, 29.72, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5404, 1868, 5197, 3789, 3, 13, 216.30, 220.63, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5405, 1868, 5198, 2519, 9, 13, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5406, 1868, 5199, 2115, 1, 13, 22.44, 22.89, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5407, 1868, 5200, 3283, 1, 13, 15.41, 15.72, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5408, 1868, 5201, 1274, 9, 13, 3.31, 3.38, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5409, 1868, 5202, 1640, 1, 13, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5410, 1868, 5203, 3018, 6, 13, 2.58, 2.63, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5411, 1868, 5204, 1844, 6, 13, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-23 11:18:06', '2024-05-23 11:18:06', '2024-05-23 12:19:06'),
(5412, 1869, 5205, 437, 3, 14, 237.35, 242.10, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:03'),
(5413, 1869, 5206, 2641, 9, 14, 19.17, 19.55, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:03'),
(5414, 1869, 5207, 5045, 1, 14, 132.87, 135.53, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:03'),
(5415, 1869, 5208, 1341, 3, 14, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:03'),
(5416, 1869, 5209, 1670, 1, 14, 158.79, 161.97, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:03'),
(5417, 1869, 5210, 1395, 3, 14, 68.90, 70.28, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:03'),
(5418, 1869, 5211, 6051, 3, 14, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:03'),
(5419, 1869, 5212, 4097, 6, 14, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5420, 1869, 5213, 1253, 3, 14, 31.40, 32.03, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5421, 1869, 5214, 70, 1, 14, 42.42, 43.27, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5422, 1869, 5215, 3593, 9, 14, 4.71, 4.80, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5423, 1869, 5216, 2514, 3, 14, 166.40, 169.73, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5424, 1869, 5217, 1500, 1, 14, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5425, 1869, 5218, 1148, 1, 14, 1550.35, 1581.36, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5426, 1869, 5219, 3124, 9, 14, 43.26, 44.13, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5427, 1869, 5220, 3153, 3, 14, 422.94, 431.40, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5428, 1869, 5221, 5575, 9, 14, 23.60, 24.07, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5429, 1869, 5222, 2930, 6, 14, 29.86, 30.46, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5430, 1869, 5223, 5767, 1, 14, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5431, 1869, 5224, 5288, 1, 14, 22.28, 22.73, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5432, 1869, 5225, 4644, 6, 14, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5433, 1869, 5226, 1685, 3, 14, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5434, 1869, 5227, 2852, 3, 14, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5435, 1869, 5228, 140, 1, 14, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5436, 1869, 5229, 3798, 9, 14, 20.27, 20.68, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5437, 1869, 5230, 3829, 6, 14, 11.86, 12.10, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5438, 1869, 5231, 5796, 9, 14, 1236.00, 1260.72, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5439, 1869, 5232, 4387, 1, 14, 4.99, 5.09, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5440, 1869, 5233, 5717, 9, 14, 189.00, 192.78, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5441, 1869, 5234, 3687, 6, 14, 77.46, 79.01, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5442, 1869, 5235, 1300, 3, 14, 36.05, 36.77, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5443, 1869, 5236, 2728, 6, 14, 4908.80, 5006.98, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5444, 1869, 5237, 5576, 3, 14, 115.54, 117.85, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5445, 1869, 5238, 4040, 9, 14, 20.63, 21.04, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5446, 1869, 5239, 4600, 1, 14, 261.58, 266.81, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5447, 1869, 5240, 2354, 9, 14, 31.00, 31.62, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5448, 1869, 5241, 5274, 3, 14, 157.03, 160.17, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5449, 1869, 5242, 5148, 6, 14, 623.99, 636.47, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:04'),
(5450, 1869, 5243, 1936, 6, 14, 3333.00, 3399.66, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5451, 1869, 5244, 1120, 9, 14, 9.31, 9.50, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5452, 1869, 5245, 2533, 6, 14, 232.14, 236.78, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5453, 1869, 5246, 5421, 3, 14, 7.37, 7.52, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5454, 1869, 5247, 2350, 3, 14, 8.24, 8.40, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5455, 1869, 5248, 3620, 9, 14, 2.59, 2.64, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5456, 1869, 5249, 1280, 6, 14, 20.48, 20.89, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5457, 1869, 5250, 3247, 9, 14, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5458, 1869, 5251, 3413, 6, 14, 316.04, 322.36, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5459, 1869, 5252, 1577, 1, 14, 72.10, 73.54, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5460, 1869, 5253, 6074, 6, 14, 14.92, 15.22, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5461, 1869, 5254, 2201, 6, 14, 21.37, 21.80, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5462, 1869, 5255, 415, 9, 14, 131.03, 133.65, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5463, 1869, 5256, 2859, 1, 14, 47.24, 48.18, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5464, 1869, 5257, 1724, 9, 14, 2.24, 2.28, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5465, 1869, 5258, 4014, 1, 14, 7.68, 7.83, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5466, 1869, 5259, 5018, 6, 14, 214.19, 218.47, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5467, 1869, 5260, 4820, 6, 14, 66.81, 68.15, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5468, 1869, 5261, 4498, 9, 14, 105.03, 107.13, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5469, 1869, 5262, 4646, 3, 14, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5470, 1869, 5263, 2976, 1, 14, 43.76, 44.64, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5471, 1869, 5264, 1469, 9, 14, 1.33, 1.36, 1, 1, 'ai_sell', '2024-05-23 11:46:06', '2024-05-23 11:46:06', '2024-05-23 12:47:05'),
(5472, 1872, 5265, 974, 3, 18, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:03'),
(5473, 1872, 5266, 4956, 3, 18, 41.20, 42.02, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5474, 1872, 5267, 5916, 9, 18, 518.87, 529.25, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5475, 1872, 5268, 315, 9, 18, 91.14, 92.96, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5476, 1872, 5269, 976, 6, 18, 132.87, 135.53, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5477, 1872, 5270, 5256, 9, 18, 50.40, 51.41, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5478, 1872, 5271, 5371, 3, 18, 76.64, 78.17, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5479, 1872, 5272, 5437, 1, 18, 16.96, 17.30, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5480, 1872, 5273, 3595, 6, 18, 65.51, 66.82, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5481, 1872, 5274, 3236, 1, 18, 44.75, 45.65, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5482, 1872, 5275, 2031, 6, 18, 537.54, 548.29, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:05'),
(5483, 1872, 5276, 4230, 9, 18, 191.62, 195.45, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5484, 1872, 5277, 5117, 6, 18, 242.54, 247.39, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5485, 1872, 5278, 92, 3, 18, 175.10, 178.60, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5486, 1872, 5279, 1120, 1, 18, 9.22, 9.40, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5487, 1872, 5280, 2852, 1, 18, 17.16, 17.50, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5488, 1872, 5281, 4722, 1, 18, 29.28, 29.87, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5489, 1872, 5282, 3053, 1, 18, 74.69, 76.18, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5490, 1872, 5283, 690, 1, 18, 334.95, 341.65, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5491, 1872, 5284, 3009, 9, 18, 647.84, 660.80, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5492, 1872, 5285, 5882, 3, 18, 4.64, 4.73, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5493, 1872, 5286, 3027, 9, 18, 3392.00, 3459.84, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5494, 1872, 5287, 3452, 1, 18, 3.84, 3.92, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5495, 1872, 5288, 577, 3, 18, 787.95, 803.71, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5496, 1872, 5289, 5275, 9, 18, 77.70, 79.25, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5497, 1872, 5290, 3930, 9, 18, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5498, 1872, 5291, 3760, 3, 18, 37.63, 38.38, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5499, 1872, 5292, 2967, 6, 18, 292.95, 298.81, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5500, 1872, 5293, 1530, 1, 18, 14.31, 14.60, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5501, 1872, 5294, 3484, 3, 18, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5502, 1872, 5295, 5885, 9, 18, 333.01, 339.67, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5503, 1872, 5296, 1890, 1, 18, 2048.67, 2089.64, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5504, 1872, 5297, 4945, 3, 18, 17.28, 17.63, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5505, 1872, 5298, 2876, 1, 18, 82.39, 84.04, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5506, 1872, 5299, 751, 1, 18, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5507, 1872, 5300, 3938, 3, 18, 20.14, 20.54, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5508, 1872, 5301, 4304, 1, 18, 9.41, 9.60, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5509, 1872, 5302, 146, 9, 18, 36.75, 37.49, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5510, 1872, 5303, 1621, 3, 18, 8.18, 8.34, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5511, 1872, 5304, 5047, 6, 18, 10.91, 11.13, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5512, 1872, 5305, 4400, 1, 18, 19.89, 20.29, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5513, 1872, 5306, 3338, 3, 18, 5.36, 5.47, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5514, 1872, 5307, 5625, 3, 18, 4.74, 4.83, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5515, 1872, 5308, 3225, 6, 18, 1.14, 1.16, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5516, 1872, 5309, 734, 1, 18, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-23 13:37:05', '2024-05-23 13:37:05', '2024-05-23 14:38:06'),
(5517, 1747, 5329, 2417, 1, NULL, 93.00, 95.79, 2, 1, 'manual_sell', '2024-05-24 03:29:38', '2024-05-24 03:29:38', '2024-05-24 04:30:04'),
(5518, 1747, 5330, 2916, 1, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-24 03:30:20', '2024-05-24 03:30:20', '2024-05-24 04:31:03'),
(5519, 1747, 5331, 2926, 1, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-24 03:30:59', '2024-05-24 03:30:59', '2024-05-24 04:31:03'),
(5520, 1747, 5332, 1935, 1, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-24 03:31:24', '2024-05-24 03:31:24', '2024-05-24 04:32:04'),
(5521, 1747, 5333, 2166, 1, NULL, 36.00, 37.08, 6, 1, 'manual_sell', '2024-05-24 03:32:04', '2024-05-24 03:32:04', '2024-05-24 04:32:04'),
(5522, 1747, 5334, 2608, 1, NULL, 10.00, 10.30, 10, 1, 'manual_sell', '2024-05-24 03:32:33', '2024-05-24 03:32:33', '2024-05-24 04:33:03'),
(5523, 1747, 5335, 1640, 1, NULL, 1.00, 1.03, 5, 1, 'manual_sell', '2024-05-24 03:32:59', '2024-05-24 03:32:59', '2024-05-24 04:33:03'),
(5524, 1798, 5336, 1743, 1, NULL, 50.00, 51.50, 4, 1, 'manual_sell', '2024-05-24 05:39:26', '2024-05-24 05:39:26', '2024-05-24 06:40:05'),
(5525, 1798, 5337, 777, 1, NULL, 40.00, 41.20, 1, 1, 'manual_sell', '2024-05-24 05:40:41', '2024-05-24 05:40:41', '2024-05-24 06:41:03'),
(5526, 1869, 5338, 2869, 1, 17, 24.47, 24.96, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5527, 1869, 5339, 4270, 1, 17, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5528, 1869, 5340, 2709, 1, 17, 26.66, 27.19, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5529, 1869, 5341, 2851, 3, 17, 6890.00, 7027.80, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5530, 1869, 5342, 3244, 9, 17, 195.48, 199.39, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5531, 1869, 5343, 2347, 1, 17, 41.70, 42.53, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5532, 1869, 5344, 4162, 1, 17, 40.55, 41.36, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5533, 1869, 5345, 5759, 6, 17, 4.03, 4.11, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5534, 1869, 5346, 5090, 1, 17, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:06'),
(5535, 1869, 5347, 3460, 1, 17, 3.50, 3.57, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5536, 1869, 5348, 6148, 9, 17, 6.07, 6.19, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5537, 1869, 5349, 3584, 6, 17, 246.97, 251.91, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5538, 1869, 5350, 5466, 1, 17, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5539, 1869, 5351, 1566, 1, 17, 323.20, 329.66, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5540, 1869, 5352, 2828, 1, 17, 2646.90, 2699.84, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5541, 1869, 5353, 462, 9, 17, 6.97, 7.11, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5542, 1869, 5354, 1889, 6, 17, 60.18, 61.38, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5543, 1869, 5355, 5050, 3, 17, 154.50, 157.59, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5544, 1869, 5356, 3642, 1, 17, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5545, 1869, 5357, 2930, 3, 17, 30.15, 30.75, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5546, 1869, 5358, 2467, 9, 17, 35.52, 36.23, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5547, 1869, 5359, 1071, 1, 17, 4.16, 4.24, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5548, 1869, 5360, 6091, 9, 17, 8.07, 8.23, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5549, 1869, 5361, 5915, 1, 17, 5.96, 6.08, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5550, 1869, 5362, 1821, 3, 17, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5551, 1869, 5363, 1829, 9, 17, 0.78, 0.80, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5552, 1869, 5364, 1894, 6, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5553, 1869, 5365, 1827, 1, 17, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-24 08:54:06', '2024-05-24 08:54:06', '2024-05-24 09:55:07'),
(5554, 1866, 5366, 2113, 3, 16, 8.98, 9.16, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5555, 1866, 5367, 3574, 1, 16, 18.01, 18.37, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5556, 1866, 5368, 5367, 6, 16, 236.89, 241.63, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5557, 1866, 5369, 5913, 3, 16, 117.50, 119.85, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5558, 1866, 5370, 2675, 9, 16, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5559, 1866, 5371, 5847, 1, 16, 71.40, 72.83, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5560, 1866, 5372, 1460, 1, 16, 27.29, 27.84, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5561, 1866, 5373, 4037, 3, 16, 157.49, 160.64, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:03'),
(5562, 1866, 5374, 3057, 3, 16, 13.49, 13.76, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5563, 1866, 5375, 547, 3, 16, 2343.20, 2390.06, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5564, 1866, 5376, 3375, 1, 16, 13.38, 13.65, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5565, 1866, 5377, 33, 9, 16, 6.18, 6.30, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5566, 1866, 5378, 3445, 1, 16, 8.08, 8.24, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5567, 1866, 5379, 5884, 3, 16, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5568, 1866, 5380, 4154, 1, 16, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5569, 1866, 5381, 5818, 9, 16, 2134.84, 2177.54, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5570, 1866, 5382, 626, 1, 16, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5571, 1866, 5383, 3317, 6, 16, 407.99, 416.15, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:04'),
(5572, 1866, 5384, 5775, 3, 16, 17.03, 17.37, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5573, 1866, 5385, 1650, 6, 16, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5574, 1866, 5386, 5213, 9, 16, 73.83, 75.31, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5575, 1866, 5387, 1531, 6, 16, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5576, 1866, 5388, 594, 3, 16, 12.36, 12.61, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5577, 1866, 5389, 3630, 1, 16, 420.00, 428.40, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5578, 1866, 5390, 3222, 3, 16, 4.08, 4.16, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5579, 1866, 5391, 2449, 1, 16, 734.38, 749.07, 1, 1, 'ai_sell', '2024-05-24 09:58:06', '2024-05-24 09:58:06', '2024-05-24 10:59:05'),
(5580, 1866, 5392, 1605, 1, 16, 240.61, 245.42, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:05'),
(5581, 1866, 5393, 66, 9, 16, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:05'),
(5582, 1866, 5394, 4630, 9, 16, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:05'),
(5583, 1866, 5395, 4386, 6, 16, 38.15, 38.91, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:05'),
(5584, 1866, 5396, 2613, 6, 16, 29.45, 30.04, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5585, 1866, 5397, 2954, 1, 16, 787.50, 803.25, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5586, 1866, 5398, 5338, 3, 16, 2100.00, 2142.00, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5587, 1866, 5399, 2095, 3, 16, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5588, 1866, 5400, 1471, 3, 16, 14.47, 14.76, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5589, 1866, 5401, 786, 6, 16, 231.42, 236.05, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5590, 1866, 5402, 1572, 6, 16, 36.71, 37.44, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5591, 1866, 5403, 3143, 9, 16, 35.35, 36.06, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5592, 1866, 5404, 4678, 1, 16, 11.91, 12.15, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5593, 1866, 5405, 2092, 6, 16, 159.94, 163.14, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5594, 1866, 5406, 3699, 9, 16, 56.65, 57.78, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5595, 1866, 5407, 3333, 6, 16, 5.92, 6.04, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5596, 1866, 5408, 2676, 1, 16, 210.28, 214.49, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5597, 1866, 5409, 1020, 6, 16, 6.26, 6.39, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5598, 1866, 5410, 2064, 9, 16, 3.08, 3.14, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5599, 1866, 5411, 4219, 1, 16, 1.27, 1.30, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:06'),
(5600, 1866, 5412, 1827, 6, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-24 09:58:07', '2024-05-24 09:58:07', '2024-05-24 10:59:07'),
(5601, 1871, 5416, 146, 1, 7, 35.35, 36.06, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:03'),
(5602, 1871, 5417, 3608, 9, 7, 89.00, 90.78, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:03'),
(5603, 1871, 5418, 2893, 3, 7, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:03'),
(5604, 1871, 5419, 1617, 9, 7, 16.74, 17.07, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:03'),
(5605, 1871, 5420, 3362, 3, 7, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:03'),
(5606, 1871, 5421, 2475, 6, 7, 25.91, 26.43, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:03'),
(5607, 1871, 5422, 467, 6, 7, 37.17, 37.91, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:03'),
(5608, 1871, 5423, 3594, 1, 7, 21.29, 21.72, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5609, 1871, 5424, 2673, 6, 7, 17.38, 17.73, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5610, 1871, 5425, 379, 9, 7, 7.21, 7.35, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5611, 1871, 5426, 3175, 3, 7, 178.25, 181.82, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5612, 1871, 5427, 5779, 3, 7, 26.00, 26.52, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5613, 1871, 5428, 4883, 1, 7, 345.05, 351.95, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5614, 1871, 5429, 5348, 6, 7, 206.92, 211.06, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5615, 1871, 5430, 4489, 6, 7, 33.60, 34.27, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5616, 1871, 5431, 5574, 9, 7, 144.64, 147.53, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5617, 1871, 5432, 2701, 9, 7, 20.56, 20.97, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5618, 1871, 5433, 5747, 9, 7, 5.02, 5.12, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5619, 1871, 5434, 767, 1, 7, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5620, 1871, 5435, 2294, 1, 7, 7.36, 7.51, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5621, 1871, 5436, 1415, 1, 7, 103.00, 105.06, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5622, 1871, 5437, 1208, 6, 7, 3.05, 3.11, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5623, 1871, 5438, 144, 3, 7, 25.44, 25.95, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5624, 1871, 5439, 2081, 9, 7, 767.60, 782.95, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5625, 1871, 5440, 730, 6, 7, 72.61, 74.06, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5626, 1871, 5441, 4915, 6, 7, 74.30, 75.79, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5627, 1871, 5442, 1199, 6, 7, 24.23, 24.71, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5628, 1871, 5443, 4707, 9, 7, 9.40, 9.59, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5629, 1871, 5444, 1255, 3, 7, 357.00, 364.14, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5630, 1871, 5445, 2558, 3, 7, 44.71, 45.60, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5631, 1871, 5446, 4563, 3, 7, 613.59, 625.86, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5632, 1871, 5447, 3473, 1, 7, 351.22, 358.24, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5633, 1871, 5448, 5527, 6, 7, 16.62, 16.95, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5634, 1871, 5449, 5916, 1, 7, 499.29, 509.28, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5635, 1871, 5450, 4770, 1, 7, 38.84, 39.62, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5636, 1871, 5451, 4474, 6, 7, 46.87, 47.81, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5637, 1871, 5452, 2060, 9, 7, 184.63, 188.32, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5638, 1871, 5453, 1930, 3, 7, 39.52, 40.31, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5639, 1871, 5454, 4270, 9, 7, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5640, 1871, 5455, 1537, 1, 7, 212.74, 216.99, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5641, 1871, 5456, 5390, 9, 7, 90.64, 92.45, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5642, 1871, 5457, 6077, 3, 7, 27.80, 28.36, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5643, 1871, 5458, 4561, 1, 7, 4680.00, 4773.60, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5644, 1871, 5459, 411, 6, 7, 32.66, 33.31, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5645, 1871, 5460, 369, 9, 7, 13.63, 13.90, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5646, 1871, 5461, 1381, 6, 7, 871.50, 888.93, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5647, 1871, 5462, 580, 3, 7, 185.50, 189.21, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5648, 1871, 5463, 870, 3, 7, 813.96, 830.24, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5649, 1871, 5464, 2119, 3, 7, 8.06, 8.22, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5650, 1871, 5465, 1268, 6, 7, 171.70, 175.13, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5651, 1871, 5466, 3631, 6, 7, 12.68, 12.93, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5652, 1871, 5467, 5253, 1, 7, 16.05, 16.37, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5653, 1871, 5468, 2600, 1, 7, 1058.94, 1080.12, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5654, 1871, 5469, 1404, 9, 7, 31.07, 31.69, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5655, 1871, 5470, 3453, 6, 7, 16.77, 17.11, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5656, 1871, 5471, 5887, 6, 7, 16.15, 16.47, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5657, 1871, 5472, 4320, 9, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5658, 1871, 5473, 1655, 1, 7, 1372.70, 1400.15, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5659, 1871, 5474, 2426, 6, 7, 518.96, 529.34, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5660, 1871, 5475, 4889, 3, 7, 62.18, 63.42, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5661, 1871, 5476, 5084, 1, 7, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5662, 1871, 5477, 5865, 3, 7, 16.00, 16.32, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5663, 1871, 5478, 398, 9, 7, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5664, 1871, 5479, 1911, 6, 7, 23.28, 23.75, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5665, 1871, 5480, 4142, 9, 7, 387.60, 395.35, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5666, 1871, 5481, 240, 6, 7, 9.45, 9.64, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5667, 1871, 5482, 3339, 6, 7, 156.00, 159.12, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5668, 1871, 5483, 2440, 3, 7, 14.62, 14.91, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5669, 1871, 5484, 1177, 3, 7, 6.06, 6.18, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5670, 1871, 5485, 445, 3, 7, 1206.95, 1231.09, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5671, 1871, 5486, 3543, 3, 7, 100.90, 102.92, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5672, 1871, 5487, 5142, 9, 7, 300.57, 306.58, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5673, 1871, 5488, 2527, 3, 7, 20.98, 21.40, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5674, 1871, 5489, 5524, 1, 7, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5675, 1871, 5490, 5331, 9, 7, 210.72, 214.93, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5676, 1871, 5491, 5070, 6, 7, 134.40, 137.09, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5677, 1871, 5492, 3376, 3, 7, 8.14, 8.30, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5678, 1871, 5493, 5961, 9, 7, 13.50, 13.77, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5679, 1871, 5494, 4608, 3, 7, 91.80, 93.64, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5680, 1871, 5495, 2742, 1, 7, 158.08, 161.24, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5681, 1871, 5496, 3424, 9, 7, 442.38, 451.23, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5682, 1871, 5497, 4806, 9, 7, 28.71, 29.28, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5683, 1871, 5498, 4328, 3, 7, 831.99, 848.63, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5684, 1871, 5499, 5465, 6, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5685, 1871, 5500, 364, 3, 7, 64.21, 65.49, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5686, 1871, 5501, 3740, 6, 7, 30.76, 31.38, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5687, 1871, 5502, 2815, 1, 7, 4135.75, 4218.47, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5688, 1871, 5503, 3693, 6, 7, 332.85, 339.51, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5689, 1871, 5504, 4985, 6, 7, 303.00, 309.06, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5690, 1871, 5505, 2254, 1, 7, 9.76, 9.96, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5691, 1871, 5506, 2767, 1, 7, 196.35, 200.28, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5692, 1871, 5507, 1526, 3, 7, 12120.00, 12362.40, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(5693, 1871, 5508, 2802, 6, 7, 46.21, 47.13, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:04'),
(5694, 1871, 5509, 5377, 3, 7, 6.11, 6.23, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5695, 1871, 5510, 1981, 6, 7, 212.10, 216.34, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5696, 1871, 5511, 3398, 1, 7, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5697, 1871, 5512, 192, 9, 7, 125.29, 127.80, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5698, 1871, 5513, 4318, 1, 7, 129.28, 131.87, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5699, 1871, 5514, 1372, 6, 7, 25.94, 26.46, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5700, 1871, 5515, 1408, 3, 7, 16.58, 16.91, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5701, 1871, 5516, 4507, 6, 7, 40.89, 41.71, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5702, 1871, 5517, 4559, 6, 7, 366.45, 373.78, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5703, 1871, 5518, 2476, 3, 7, 157.62, 160.77, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5704, 1871, 5519, 4724, 6, 7, 49.98, 50.98, 1, 1, 'ai_sell', '2024-05-24 11:18:06', '2024-05-24 11:18:06', '2024-05-24 12:19:05'),
(5705, 1871, 5520, 5958, 1, 7, 9.42, 9.61, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5706, 1871, 5521, 531, 9, 7, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5707, 1871, 5522, 997, 6, 7, 114.71, 117.00, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5708, 1871, 5523, 2327, 6, 7, 469.34, 478.73, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5709, 1871, 5524, 4478, 3, 7, 24.48, 24.97, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5710, 1871, 5525, 2671, 9, 7, 16.62, 16.95, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5711, 1871, 5526, 2454, 3, 7, 61.48, 62.71, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5712, 1871, 5527, 2524, 3, 7, 13.32, 13.59, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5713, 1871, 5528, 5404, 6, 7, 927.00, 945.54, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5714, 1871, 5529, 757, 6, 7, 213.26, 217.53, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5715, 1871, 5530, 4879, 3, 7, 46.79, 47.73, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5716, 1871, 5531, 25, 6, 7, 8.16, 8.32, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5717, 1871, 5532, 1231, 9, 7, 48.66, 49.63, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5718, 1871, 5533, 3087, 6, 7, 46.63, 47.56, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5719, 1871, 5534, 1679, 3, 7, 441.66, 450.49, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5720, 1871, 5535, 5264, 1, 7, 6.04, 6.16, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5721, 1871, 5536, 3682, 3, 7, 4.28, 4.37, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5722, 1871, 5537, 876, 9, 7, 4.20, 4.28, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5723, 1871, 5538, 3556, 6, 7, 3.76, 3.84, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5724, 1871, 5539, 1640, 3, 7, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5725, 1871, 5540, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-24 11:18:07', '2024-05-24 11:18:07', '2024-05-24 12:19:05'),
(5726, 1871, 5542, 1827, 3, 7, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5727, 1870, 5543, 2235, 6, 8, 31.21, 31.83, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5728, 1870, 5544, 4113, 9, 8, 282.80, 288.46, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5729, 1870, 5545, 3926, 3, 8, 20.60, 21.01, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5730, 1870, 5546, 482, 9, 8, 26.36, 26.89, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5731, 1870, 5547, 5567, 9, 8, 884.16, 901.84, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5732, 1870, 5548, 3286, 9, 8, 49.98, 50.98, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5733, 1870, 5549, 4741, 9, 8, 10.91, 11.13, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:03'),
(5734, 1870, 5550, 5236, 6, 8, 316.04, 322.36, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5735, 1870, 5551, 1494, 6, 8, 42.30, 43.15, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5736, 1870, 5552, 192, 1, 8, 127.70, 130.25, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5737, 1870, 5553, 5558, 9, 8, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5738, 1870, 5554, 4242, 6, 8, 4399.26, 4487.25, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5739, 1870, 5555, 5698, 3, 8, 127.50, 130.05, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5740, 1870, 5556, 3429, 6, 8, 29.11, 29.69, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5741, 1870, 5557, 2559, 3, 8, 122.00, 124.44, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5742, 1870, 5558, 404, 3, 8, 41.59, 42.42, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5743, 1870, 5559, 1869, 6, 8, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5744, 1870, 5560, 4151, 6, 8, 34.64, 35.33, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5745, 1870, 5561, 4752, 3, 8, 288.39, 294.16, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5746, 1870, 5562, 3728, 3, 8, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5747, 1870, 5563, 5011, 1, 8, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5748, 1870, 5564, 5791, 1, 8, 267.80, 273.16, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5749, 1870, 5565, 38, 3, 8, 14.28, 14.57, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5750, 1870, 5566, 4929, 1, 8, 132.60, 135.25, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5751, 1870, 5567, 883, 6, 8, 4.68, 4.77, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5752, 1870, 5568, 5352, 6, 8, 17.16, 17.50, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5753, 1870, 5569, 5116, 3, 8, 10.28, 10.49, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5754, 1870, 5570, 1704, 3, 8, 60.60, 61.81, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5755, 1870, 5571, 4569, 6, 8, 131.58, 134.21, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5756, 1870, 5572, 5492, 6, 8, 189.26, 193.05, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:04'),
(5757, 1870, 5573, 4964, 1, 8, 21.10, 21.52, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:05'),
(5758, 1870, 5574, 1631, 9, 8, 5.61, 5.72, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:05'),
(5759, 1870, 5575, 889, 9, 8, 17.80, 18.16, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:05'),
(5760, 1870, 5576, 2055, 1, 8, 246.98, 251.92, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:05'),
(5761, 1870, 5577, 5637, 3, 8, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:05'),
(5762, 1870, 5578, 5120, 1, 8, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:05'),
(5763, 1870, 5579, 5424, 6, 8, 19.92, 20.32, 1, 1, 'ai_sell', '2024-05-24 11:19:06', '2024-05-24 11:19:06', '2024-05-24 12:20:05'),
(5764, 1870, 5580, 1571, 3, 8, 101.28, 103.31, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5765, 1870, 5581, 3129, 1, 8, 568.96, 580.34, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5766, 1870, 5582, 271, 1, 8, 1662.96, 1696.22, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5767, 1870, 5583, 603, 6, 8, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5768, 1870, 5584, 3841, 3, 8, 9.89, 10.09, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5769, 1870, 5585, 4919, 9, 8, 36.40, 37.13, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5770, 1870, 5586, 6167, 6, 8, 11.41, 11.64, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5771, 1870, 5587, 334, 1, 8, 212.84, 217.10, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:05'),
(5772, 1870, 5588, 880, 9, 8, 194.67, 198.56, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5773, 1870, 5589, 3101, 1, 8, 355.98, 363.10, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5774, 1870, 5590, 6082, 6, 8, 7.42, 7.57, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5775, 1870, 5591, 3081, 6, 8, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5776, 1870, 5592, 2536, 9, 8, 131.29, 133.92, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5777, 1870, 5593, 2888, 1, 8, 7.74, 7.89, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5778, 1870, 5594, 1823, 6, 8, 14.44, 14.73, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5779, 1870, 5595, 5455, 1, 8, 55.72, 56.83, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5780, 1870, 5596, 2246, 3, 8, 37.62, 38.37, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5781, 1870, 5597, 2519, 1, 8, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5782, 1870, 5598, 1827, 3, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-24 11:19:07', '2024-05-24 11:19:07', '2024-05-24 12:20:06'),
(5783, 1872, 5541, 965, 3, NULL, 1100.00, 22.00, 1, 1, 'manual_sell', '2024-05-24 11:22:49', '2024-05-24 11:22:49', '2024-05-24 12:23:02'),
(5784, 1872, 5415, 3974, 9, NULL, 784.28, 15.68, 2, 1, 'manual_sell', '2024-05-24 11:23:46', '2024-05-24 11:23:46', '2024-05-24 12:24:03'),
(5785, 1872, 5414, 1999, 1, NULL, 60.50, 62.31, 2, 1, 'manual_sell', '2024-05-24 11:24:31', '2024-05-24 11:24:31', '2024-05-24 12:25:04'),
(5786, 1872, 5599, 189, 5, NULL, 153.57, 3.00, 1, 1, 'manual_sell', '2024-05-24 11:25:18', '2024-05-24 11:25:18', '2024-05-24 12:26:03'),
(5787, 1872, 5413, 2302, 1, NULL, 85.73, 88.00, 1, 1, 'manual_sell', '2024-05-24 11:26:07', '2024-05-24 11:26:07', '2024-05-24 12:27:03'),
(5788, 1872, 5602, 6005, 9, NULL, 1097.80, 21.90, 1, 1, 'manual_sell', '2024-05-24 11:26:48', '2024-05-24 11:26:48', '2024-05-24 12:27:03'),
(5789, 1872, 5601, 332, 9, NULL, 497.23, 9.90, 1, 1, 'manual_sell', '2024-05-24 11:27:30', '2024-05-24 11:27:30', '2024-05-24 12:28:04'),
(5790, 1872, 5600, 5279, 1, NULL, 220.00, 4.40, 1, 1, 'manual_sell', '2024-05-24 11:28:23', '2024-05-24 11:28:23', '2024-05-24 12:29:03'),
(5791, 1866, 5607, 959, 3, 6, 2.76, 2.78, 1, 1, 'ai_sell', '2024-05-24 11:36:04', '2024-05-24 11:36:04', '2024-05-24 12:36:04'),
(5792, 1866, 5608, 1983, 1, 6, 30.29, 30.56, 1, 1, 'ai_sell', '2024-05-24 11:36:04', '2024-05-24 11:36:04', '2024-05-24 12:36:04'),
(5793, 1866, 5609, 4219, 3, 6, 1.31, 1.32, 1, 1, 'ai_sell', '2024-05-24 11:36:04', '2024-05-24 11:36:04', '2024-05-24 12:36:04'),
(5794, 1866, 5610, 3122, 9, 6, 3.15, 3.18, 1, 1, 'ai_sell', '2024-05-24 11:36:04', '2024-05-24 11:36:04', '2024-05-24 12:36:04'),
(5795, 1866, 5611, 973, 6, 6, 15.45, 15.59, 1, 1, 'ai_sell', '2024-05-24 11:36:04', '2024-05-24 11:36:04', '2024-05-24 12:36:04'),
(5796, 1866, 5612, 734, 6, 6, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-24 11:36:04', '2024-05-24 11:36:04', '2024-05-24 12:36:04'),
(5797, 1873, 5614, 3308, 9, 9, 1463.70, 1492.97, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:03'),
(5798, 1873, 5615, 2531, 3, 9, 163.20, 166.46, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:03'),
(5799, 1873, 5616, 6171, 6, 9, 16.57, 16.90, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:03'),
(5800, 1873, 5617, 649, 9, 9, 114.40, 116.69, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:03'),
(5801, 1873, 5618, 5653, 6, 9, 1081.50, 1103.13, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:03'),
(5802, 1873, 5619, 1781, 3, 9, 13.26, 13.53, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5803, 1873, 5620, 4856, 3, 9, 281.43, 287.06, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5804, 1873, 5621, 1422, 6, 9, 19.79, 20.19, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5805, 1873, 5622, 3199, 6, 9, 118.64, 121.01, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5806, 1873, 5623, 6059, 1, 9, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5807, 1873, 5624, 2535, 6, 9, 274.72, 280.21, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5808, 1873, 5625, 2704, 3, 9, 16.16, 16.48, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5809, 1873, 5626, 1194, 3, 9, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5810, 1873, 5627, 2919, 6, 9, 27.97, 28.53, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5811, 1873, 5628, 4652, 3, 9, 420.00, 428.40, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5812, 1873, 5629, 4569, 1, 9, 130.29, 132.90, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5813, 1873, 5630, 1090, 9, 9, 614.80, 627.10, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5814, 1873, 5631, 2470, 6, 9, 43.43, 44.30, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5815, 1873, 5632, 6165, 6, 9, 253.40, 258.47, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5816, 1873, 5633, 6095, 9, 9, 31.58, 32.21, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5817, 1873, 5634, 5647, 1, 9, 12.60, 12.85, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5818, 1873, 5635, 1802, 9, 9, 132.08, 134.72, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5819, 1873, 5636, 1205, 1, 9, 143.80, 146.68, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5820, 1873, 5637, 3641, 3, 9, 467.24, 476.58, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5821, 1873, 5638, 1996, 9, 9, 34.99, 35.69, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5822, 1873, 5639, 4789, 3, 9, 43.76, 44.64, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:04'),
(5823, 1873, 5640, 5703, 9, 9, 203.00, 207.06, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5824, 1873, 5641, 5906, 3, 9, 133.89, 136.57, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5825, 1873, 5642, 5639, 3, 9, 5.09, 5.19, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5826, 1873, 5643, 1331, 9, 9, 4.61, 4.70, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5827, 1873, 5644, 5803, 1, 9, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5828, 1873, 5645, 1471, 1, 9, 14.19, 14.47, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5829, 1873, 5646, 2730, 9, 9, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5830, 1873, 5647, 1736, 9, 9, 33.51, 34.18, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5831, 1873, 5648, 3076, 1, 9, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5832, 1873, 5649, 1587, 6, 9, 75.48, 76.99, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5833, 1873, 5650, 479, 1, 9, 1320.80, 1347.22, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5834, 1873, 5651, 1190, 1, 9, 33.92, 34.60, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5835, 1873, 5652, 3568, 1, 9, 14.47, 14.76, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5836, 1873, 5653, 5824, 9, 9, 1.48, 1.51, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5837, 1873, 5654, 505, 3, 9, 5119.66, 5222.05, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5838, 1873, 5655, 5248, 3, 9, 42.22, 43.06, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5839, 1873, 5656, 5913, 6, 9, 113.02, 115.28, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5840, 1873, 5657, 2690, 6, 9, 737.09, 751.83, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5841, 1873, 5658, 4997, 1, 9, 162.17, 165.41, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5842, 1873, 5659, 1822, 1, 9, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5843, 1873, 5660, 5510, 1, 9, 440.99, 449.81, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5844, 1873, 5661, 2197, 9, 9, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5845, 1873, 5662, 913, 3, 9, 13.83, 14.11, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5846, 1873, 5663, 4195, 3, 9, 873.59, 891.06, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5847, 1873, 5664, 3904, 9, 9, 79.48, 81.07, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5848, 1873, 5665, 1866, 6, 9, 6.06, 6.18, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5849, 1873, 5666, 3456, 9, 9, 101.97, 104.01, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5850, 1873, 5667, 3492, 1, 9, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5851, 1873, 5668, 2676, 1, 9, 210.28, 214.49, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5852, 1873, 5669, 5563, 9, 9, 21.62, 22.05, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5853, 1873, 5670, 4776, 1, 9, 72.05, 73.49, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5854, 1873, 5671, 133, 9, 9, 34.23, 34.91, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5855, 1873, 5672, 847, 1, 9, 19.91, 20.31, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5856, 1873, 5673, 5345, 6, 9, 51.50, 52.53, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5857, 1873, 5674, 2715, 1, 9, 36.03, 36.75, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5858, 1873, 5675, 620, 6, 9, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5859, 1873, 5676, 5958, 9, 9, 9.33, 9.52, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5860, 1873, 5677, 1715, 6, 9, 6.69, 6.82, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5861, 1873, 5678, 1844, 1, 9, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5862, 1873, 5679, 1821, 9, 9, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5863, 1873, 5680, 1827, 6, 9, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-24 11:37:05', '2024-05-24 11:37:05', '2024-05-24 12:38:05'),
(5864, 1866, 5684, 337, 9, 11, 17.60, 17.95, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5865, 1866, 5685, 4601, 1, 11, 13.56, 13.83, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5866, 1866, 5686, 2804, 9, 11, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5867, 1866, 5687, 4795, 9, 11, 42.62, 43.47, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5868, 1866, 5688, 602, 9, 11, 10605.00, 10817.10, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5869, 1866, 5689, 1058, 3, 11, 9.60, 9.79, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5870, 1866, 5690, 3743, 3, 11, 160.59, 163.80, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5871, 1866, 5691, 4842, 1, 11, 94.80, 96.70, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5872, 1866, 5692, 474, 3, 11, 173.24, 176.70, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5873, 1866, 5693, 307, 6, 11, 3.94, 4.02, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5874, 1866, 5694, 4568, 9, 11, 7.07, 7.21, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5875, 1866, 5695, 2883, 9, 11, 48.40, 49.37, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:06'),
(5876, 1866, 5696, 5250, 6, 11, 9.25, 9.44, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5877, 1866, 5697, 6021, 3, 11, 37.35, 38.10, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5878, 1866, 5698, 825, 9, 11, 191.35, 195.18, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5879, 1866, 5699, 3077, 9, 11, 7.49, 7.64, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5880, 1866, 5700, 2801, 3, 11, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5881, 1866, 5701, 4948, 1, 11, 20.14, 20.54, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5882, 1866, 5702, 4141, 6, 11, 8.39, 8.56, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5883, 1866, 5703, 675, 9, 11, 31.20, 31.82, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5884, 1866, 5704, 1491, 1, 11, 10.07, 10.27, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5885, 1866, 5705, 3426, 3, 11, 24.71, 25.20, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5886, 1866, 5706, 1172, 1, 11, 67.20, 68.54, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5887, 1866, 5707, 2604, 3, 11, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5888, 1866, 5708, 5846, 3, 11, 105.53, 107.64, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5889, 1866, 5709, 175, 9, 11, 62.99, 64.25, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5890, 1866, 5710, 946, 3, 11, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5891, 1866, 5711, 2812, 6, 11, 204.88, 208.98, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5892, 1866, 5712, 99, 9, 11, 197.96, 201.92, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5893, 1866, 5713, 945, 6, 11, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:07'),
(5894, 1866, 5714, 327, 3, 11, 135.48, 138.19, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5895, 1866, 5715, 5870, 1, 11, 12.71, 12.96, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5896, 1866, 5716, 1049, 9, 11, 49.49, 50.48, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5897, 1866, 5717, 2097, 6, 11, 9.70, 9.89, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5898, 1866, 5718, 2160, 9, 11, 107.10, 109.24, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5899, 1866, 5719, 5233, 3, 11, 13.00, 13.26, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5900, 1866, 5720, 4829, 6, 11, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5901, 1866, 5721, 3171, 3, 11, 17.50, 17.85, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5902, 1866, 5722, 5022, 9, 11, 16.84, 17.18, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5903, 1866, 5723, 1112, 3, 11, 83.68, 85.35, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5904, 1866, 5724, 944, 6, 11, 505.10, 515.20, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5905, 1866, 5725, 4837, 9, 11, 103.95, 106.03, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5906, 1866, 5726, 4098, 6, 11, 7.41, 7.56, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5907, 1866, 5727, 2324, 1, 11, 122.35, 124.80, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5908, 1866, 5728, 4086, 1, 11, 4.36, 4.45, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5909, 1866, 5729, 5901, 6, 11, 41.10, 41.92, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5910, 1866, 5730, 947, 1, 11, 32.38, 33.03, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5911, 1866, 5731, 3396, 6, 11, 50.49, 51.50, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:08'),
(5912, 1866, 5732, 4281, 9, 11, 100.97, 102.99, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5913, 1866, 5733, 4228, 6, 11, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5914, 1866, 5734, 2811, 9, 11, 48.75, 49.73, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5915, 1866, 5735, 3451, 1, 11, 5.80, 5.92, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5916, 1866, 5736, 156, 9, 11, 5.10, 5.20, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5917, 1866, 5737, 4134, 1, 11, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5918, 1866, 5738, 1183, 3, 11, 13.67, 13.94, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5919, 1866, 5739, 5229, 6, 11, 4.23, 4.31, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5920, 1866, 5740, 963, 3, 11, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5921, 1866, 5741, 803, 6, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-24 11:49:05', '2024-05-24 11:49:05', '2024-05-24 12:50:09'),
(5922, 1867, 5742, 3295, 6, 12, 364.93, 372.23, 1, 1, 'ai_sell', '2024-05-24 11:56:06', '2024-05-24 11:56:06', '2024-05-24 12:57:02'),
(5923, 1867, 5743, 1198, 3, 12, 2.34, 2.39, 1, 1, 'ai_sell', '2024-05-24 11:56:06', '2024-05-24 11:56:06', '2024-05-24 12:57:03'),
(5924, 1867, 5744, 374, 1, 12, 128.01, 130.57, 1, 1, 'ai_sell', '2024-05-24 11:56:06', '2024-05-24 11:56:06', '2024-05-24 12:57:03'),
(5925, 1867, 5745, 618, 3, 12, 6624.90, 6757.40, 1, 1, 'ai_sell', '2024-05-24 11:56:06', '2024-05-24 11:56:06', '2024-05-24 12:57:03'),
(5926, 1867, 5746, 2980, 9, 12, 210.13, 214.33, 1, 1, 'ai_sell', '2024-05-24 11:56:06', '2024-05-24 11:56:06', '2024-05-24 12:57:03'),
(5927, 1867, 5747, 1491, 9, 12, 10.16, 10.36, 1, 1, 'ai_sell', '2024-05-24 11:56:06', '2024-05-24 11:56:06', '2024-05-24 12:57:03'),
(5928, 1867, 5748, 3929, 3, 12, 37.37, 38.12, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5929, 1867, 5749, 5814, 3, 12, 364.00, 371.28, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5930, 1867, 5750, 2254, 9, 12, 9.94, 10.14, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5931, 1867, 5751, 1022, 1, 12, 29.12, 29.70, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5932, 1867, 5752, 5675, 1, 12, 5665.00, 5778.30, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5933, 1867, 5753, 1070, 1, 12, 805.60, 821.71, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5934, 1867, 5754, 1575, 6, 12, 2.52, 2.57, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5935, 1867, 5755, 4285, 3, 12, 114.24, 116.52, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5936, 1867, 5756, 1569, 6, 12, 87.55, 89.30, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:03'),
(5937, 1867, 5757, 2107, 1, 12, 37.17, 37.91, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5938, 1867, 5758, 1259, 6, 12, 319.07, 325.45, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5939, 1867, 5759, 1455, 3, 12, 28.45, 29.02, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5940, 1867, 5760, 252, 9, 12, 72.08, 73.52, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5941, 1867, 5761, 2985, 3, 12, 82.95, 84.61, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5942, 1867, 5762, 4046, 9, 12, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5943, 1867, 5763, 3534, 6, 12, 103.99, 106.07, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5944, 1867, 5764, 19, 3, 12, 5.10, 5.20, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5945, 1867, 5765, 4414, 1, 12, 238.68, 243.45, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5946, 1867, 5766, 4839, 9, 12, 165.68, 168.99, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5947, 1867, 5767, 301, 3, 12, 8.85, 9.03, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5948, 1867, 5768, 1727, 3, 12, 498.20, 508.16, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5949, 1867, 5769, 6154, 1, 12, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5950, 1867, 5770, 2375, 3, 12, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5951, 1867, 5771, 3052, 6, 12, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5952, 1867, 5772, 1850, 3, 12, 0.57, 0.58, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5953, 1867, 5773, 1731, 6, 12, 2.12, 2.16, 1, 1, 'ai_sell', '2024-05-24 11:56:07', '2024-05-24 11:56:07', '2024-05-24 12:57:04'),
(5954, 1866, 1108, 4153, 1, NULL, 285.00, 293.55, 1, 1, 'manual_sell', '2024-05-24 11:57:06', '2024-05-24 11:57:06', '2024-05-24 12:58:03'),
(5955, 1866, 1345, 3612, 3, NULL, 275.00, 286.00, 1, 2, 'manual_sell', '2024-05-24 11:59:25', '2024-05-24 11:59:25', '2024-05-24 13:00:05'),
(5956, 1866, 1478, 5128, 3, NULL, 358.00, 343.68, 1, 1, 'manual_sell', '2024-05-24 12:03:37', '2024-05-24 12:03:37', '2024-05-24 13:04:04'),
(5957, 1868, 5774, 1110, 1, 13, 150.96, 153.98, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:02'),
(5958, 1868, 5775, 2436, 1, 13, 14.76, 15.06, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5959, 1868, 5776, 1662, 9, 13, 0.93, 0.95, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5960, 1868, 5777, 5604, 6, 13, 191.37, 195.20, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5961, 1868, 5778, 4275, 6, 13, 19.76, 20.16, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5962, 1868, 5779, 1247, 9, 13, 132.16, 134.80, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5963, 1868, 5780, 520, 3, 13, 39.57, 40.36, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5964, 1868, 5781, 960, 1, 13, 93.60, 95.47, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5965, 1868, 5782, 5228, 3, 13, 7.20, 7.34, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5966, 1868, 5783, 2295, 6, 13, 240.45, 245.26, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5967, 1868, 5784, 4736, 3, 13, 21.81, 22.25, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5968, 1868, 5785, 2545, 1, 13, 109.32, 111.51, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5969, 1868, 5786, 1544, 3, 13, 114.13, 116.41, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5970, 1868, 5787, 5643, 9, 13, 8.13, 8.29, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5971, 1868, 5788, 1463, 3, 13, 151.50, 154.53, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5972, 1868, 5789, 4205, 1, 13, 8.26, 8.43, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5973, 1868, 5790, 5273, 9, 13, 301.27, 307.30, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5974, 1868, 5791, 5102, 1, 13, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5975, 1868, 5792, 5093, 9, 13, 155.52, 158.63, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5976, 1868, 5793, 3821, 9, 13, 22.71, 23.16, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5977, 1868, 5794, 3904, 9, 13, 79.48, 81.07, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5978, 1868, 5795, 389, 9, 13, 2119.99, 2162.39, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5979, 1868, 5796, 4371, 9, 13, 72.41, 73.86, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5980, 1868, 5797, 1581, 6, 13, 20.29, 20.70, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5981, 1868, 5798, 2144, 9, 13, 34.96, 35.66, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:03'),
(5982, 1868, 5799, 4858, 6, 13, 123.21, 125.67, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5983, 1868, 5800, 902, 1, 13, 199.49, 203.48, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5984, 1868, 5801, 1077, 1, 13, 166.95, 170.29, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5985, 1868, 5802, 1039, 9, 13, 98.93, 100.91, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5986, 1868, 5803, 4464, 6, 13, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5987, 1868, 5804, 4722, 9, 13, 28.99, 29.57, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5988, 1868, 5805, 2362, 9, 13, 19.34, 19.73, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5989, 1868, 5806, 624, 1, 13, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5990, 1868, 5807, 3967, 3, 13, 17.83, 18.19, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5991, 1868, 5808, 2118, 1, 13, 10.90, 11.12, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5992, 1868, 5809, 1784, 3, 13, 30.35, 30.96, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5993, 1868, 5810, 2762, 9, 13, 4091.60, 4173.43, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5994, 1868, 5811, 1428, 9, 13, 10.18, 10.38, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5995, 1868, 5812, 2154, 1, 13, 19.77, 20.17, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5996, 1868, 5813, 3789, 9, 13, 218.40, 222.77, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5997, 1868, 5814, 116, 3, 13, 101.97, 104.01, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5998, 1868, 5815, 5725, 1, 13, 728.00, 742.56, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(5999, 1868, 5816, 4826, 1, 13, 15.29, 15.60, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6000, 1868, 5817, 5204, 1, 13, 28.28, 28.85, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6001, 1868, 5818, 4051, 3, 13, 211.98, 216.22, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6002, 1868, 5819, 3526, 1, 13, 106.04, 108.16, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6003, 1868, 5820, 1777, 1, 13, 30.21, 30.81, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6004, 1868, 5821, 4782, 6, 13, 365.32, 372.63, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6005, 1868, 5822, 5028, 6, 13, 227.89, 232.45, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6006, 1868, 5823, 5001, 6, 13, 97.05, 98.99, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6007, 1868, 5824, 5437, 3, 13, 16.32, 16.65, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6008, 1868, 5825, 3142, 9, 13, 86.71, 88.44, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6009, 1868, 5826, 6059, 3, 13, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6010, 1868, 5827, 1644, 6, 13, 39.82, 40.62, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6011, 1868, 5828, 3200, 1, 13, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6012, 1868, 5829, 3545, 9, 13, 39.68, 40.47, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6013, 1868, 5830, 2373, 6, 13, 36.15, 36.87, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6014, 1868, 5831, 6156, 6, 13, 12.36, 12.61, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6015, 1868, 5832, 1917, 3, 13, 75.83, 77.35, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6016, 1868, 5833, 3375, 1, 13, 13.12, 13.38, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6017, 1868, 5834, 5435, 9, 13, 8.28, 8.45, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6018, 1868, 5835, 2801, 1, 13, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6019, 1868, 5836, 620, 3, 13, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6020, 1868, 5837, 4219, 3, 13, 1.31, 1.34, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6021, 1868, 5838, 1827, 1, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-24 12:31:04', '2024-05-24 12:31:04', '2024-05-24 13:32:04'),
(6022, 1866, 3349, 40, 5, NULL, 51.70, 53.77, 4, 2, 'manual_sell', '2024-05-24 12:32:53', '2024-05-24 12:32:53', '2024-05-24 13:33:03'),
(6023, 1869, 5839, 3554, 3, 14, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6024, 1869, 5840, 5915, 6, 14, 5.91, 6.03, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6025, 1869, 5841, 5789, 9, 14, 309.00, 315.18, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6026, 1869, 5842, 1709, 3, 14, 6281.97, 6407.61, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6027, 1869, 5843, 5322, 3, 14, 7208.00, 7352.16, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6028, 1869, 5844, 3782, 9, 14, 352.49, 359.54, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6029, 1869, 5845, 5394, 6, 14, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6030, 1869, 5846, 3251, 6, 14, 24.17, 24.65, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6031, 1869, 5847, 5148, 9, 14, 617.99, 630.35, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6032, 1869, 5848, 4918, 3, 14, 29.39, 29.98, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6033, 1869, 5849, 2633, 9, 14, 22.39, 22.84, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6034, 1869, 5850, 2837, 3, 14, 41.86, 42.70, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6035, 1869, 5851, 2142, 3, 14, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6036, 1869, 5852, 994, 1, 14, 37.35, 38.10, 1, 1, 'ai_sell', '2024-05-24 12:58:05', '2024-05-24 12:58:05', '2024-05-24 13:59:03'),
(6037, 1869, 5853, 2977, 6, 14, 726.21, 740.73, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6038, 1869, 5854, 5829, 6, 14, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6039, 1869, 5855, 3801, 9, 14, 6.96, 7.10, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6040, 1869, 5856, 5286, 3, 14, 22.31, 22.76, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6041, 1869, 5857, 4217, 6, 14, 6.33, 6.46, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6042, 1869, 5858, 5481, 6, 14, 169.60, 172.99, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6043, 1869, 5859, 4766, 6, 14, 28.83, 29.41, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6044, 1869, 5860, 4809, 1, 14, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6045, 1869, 5861, 3556, 9, 14, 3.87, 3.95, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6046, 1869, 5862, 862, 9, 14, 4.20, 4.28, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6047, 1869, 5863, 1850, 1, 14, 0.56, 0.57, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6048, 1869, 5864, 1811, 3, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6049, 1869, 5865, 1844, 1, 14, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-24 12:59:05', '2024-05-24 12:59:05', '2024-05-24 14:00:05'),
(6050, 1872, 5866, 6074, 3, 18, 14.92, 15.22, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6051, 1872, 5867, 4375, 1, 18, 80.80, 82.42, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6052, 1872, 5868, 5834, 1, 18, 46.34, 47.27, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6053, 1872, 5869, 3457, 1, 18, 951.83, 970.87, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6054, 1872, 5870, 6127, 6, 18, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6055, 1872, 5871, 365, 1, 18, 742.00, 756.84, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6056, 1872, 5872, 700, 1, 18, 42.71, 43.56, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6057, 1872, 5873, 2007, 1, 18, 104.16, 106.24, 1, 1, 'ai_sell', '2024-05-24 14:50:06', '2024-05-24 14:50:06', '2024-05-24 15:51:03'),
(6058, 1872, 5874, 58, 9, 18, 32.32, 32.97, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:03'),
(6059, 1872, 5875, 5711, 1, 18, 28.54, 29.11, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:03'),
(6060, 1872, 5876, 2494, 6, 18, 49.96, 50.96, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:03'),
(6061, 1872, 5877, 2671, 3, 18, 16.78, 17.12, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:03'),
(6062, 1872, 5878, 4403, 3, 18, 186.78, 190.52, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:03'),
(6063, 1872, 5879, 5669, 9, 18, 25.74, 26.25, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6064, 1872, 5880, 5789, 6, 18, 303.00, 309.06, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6065, 1872, 5881, 895, 9, 18, 241.53, 246.36, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6066, 1872, 5882, 1532, 3, 18, 978.50, 998.07, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6067, 1872, 5883, 2602, 3, 18, 10.90, 11.12, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6068, 1872, 5884, 4119, 3, 18, 3163.11, 3226.37, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6069, 1872, 5885, 4003, 6, 18, 195.69, 199.60, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6070, 1872, 5886, 3853, 6, 18, 525.00, 535.50, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6071, 1872, 5887, 2659, 9, 18, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6072, 1872, 5888, 4696, 1, 18, 25.02, 25.52, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(6073, 1872, 5889, 845, 3, 18, 12.27, 12.52, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6074, 1872, 5890, 3556, 3, 18, 3.83, 3.91, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6075, 1872, 5891, 3053, 3, 18, 72.55, 74.00, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6076, 1872, 5892, 6122, 6, 18, 29.11, 29.69, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6077, 1872, 5893, 1953, 3, 18, 4.04, 4.12, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6078, 1872, 5894, 5673, 6, 18, 1339.00, 1365.78, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6079, 1872, 5895, 3663, 3, 18, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6080, 1872, 5896, 254, 1, 18, 54.81, 55.91, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6081, 1872, 5897, 2364, 3, 18, 13.17, 13.43, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6082, 1872, 5898, 5573, 9, 18, 73.81, 75.29, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6083, 1872, 5899, 229, 3, 18, 238.77, 243.55, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6084, 1872, 5900, 2810, 3, 18, 414.45, 422.74, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6085, 1872, 5901, 421, 9, 18, 108.47, 110.64, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6086, 1872, 5902, 1523, 6, 18, 1.62, 1.65, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6087, 1872, 5903, 4844, 1, 18, 72.09, 73.53, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6088, 1872, 5904, 187, 9, 18, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6089, 1872, 5905, 5668, 6, 18, 329.60, 336.19, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6090, 1872, 5906, 4485, 3, 18, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6091, 1872, 5907, 5663, 9, 18, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6092, 1872, 5908, 2218, 3, 18, 21.33, 21.76, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6093, 1872, 5909, 4205, 6, 18, 8.18, 8.34, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6094, 1872, 5910, 1829, 9, 18, 0.77, 0.79, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6095, 1872, 5911, 949, 3, 18, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6096, 1872, 5912, 5764, 6, 18, 1.54, 1.57, 1, 1, 'ai_sell', '2024-05-24 14:50:07', '2024-05-24 14:50:07', '2024-05-24 15:51:04'),
(6097, 1872, 5683, 3472, 3, NULL, 324.54, 400.00, 1, 2, 'manual_sell', '2024-05-25 00:57:28', '2024-05-25 00:57:28', '2024-05-25 01:58:03'),
(6098, 1872, 5682, 5141, 9, NULL, 659.98, 700.00, 1, 2, 'manual_sell', '2024-05-25 01:00:49', '2024-05-25 01:00:49', '2024-05-25 02:01:07'),
(6099, 1872, 5681, 1880, 3, NULL, 132.79, 200.00, 1, 2, 'manual_sell', '2024-05-25 01:02:46', '2024-05-25 01:02:46', '2024-05-25 02:03:03'),
(6100, 1872, 5613, 2939, 5, NULL, 462.00, 9.24, 1, 1, 'manual_sell', '2024-05-25 01:05:36', '2024-05-25 01:05:36', '2024-05-25 02:06:02'),
(6101, 1872, 5606, 5892, 3, NULL, 330.00, 6.60, 1, 1, 'manual_sell', '2024-05-25 01:09:17', '2024-05-25 01:09:17', '2024-05-25 02:10:04'),
(6102, 1872, 5605, 2717, 5, NULL, 121.16, 2.42, 1, 1, 'manual_sell', '2024-05-25 01:11:13', '2024-05-25 01:11:13', '2024-05-25 02:12:03'),
(6103, 1872, 5604, 3734, 1, NULL, 150.72, 200.00, 1, 2, 'manual_sell', '2024-05-25 01:12:17', '2024-05-25 01:12:17', '2024-05-25 02:13:03'),
(6104, 1872, 5683, 3472, 1, NULL, 324.54, 400.00, 1, 2, 'manual_sell', '2024-05-25 02:28:35', '2024-05-25 02:28:35', '2024-05-25 03:29:03'),
(6105, 1872, 5603, 1110, 3, NULL, 162.80, 3.25, 1, 1, 'manual_sell', '2024-05-25 02:29:26', '2024-05-25 02:29:26', '2024-05-25 03:30:06'),
(6106, 1872, 5604, 3734, 3, NULL, 150.72, 3.01, 1, 1, 'manual_sell', '2024-05-25 02:30:01', '2024-05-25 02:30:01', '2024-05-25 03:30:06'),
(6107, 1872, 5681, 1880, 3, NULL, 132.79, 200.00, 1, 2, 'manual_sell', '2024-05-25 02:30:32', '2024-05-25 02:30:32', '2024-05-25 03:31:03'),
(6108, 1872, 5682, 5141, 5, NULL, 659.98, 13.19, 1, 1, 'manual_sell', '2024-05-25 02:31:18', '2024-05-25 02:31:18', '2024-05-25 03:32:03'),
(6109, 1747, 5921, 2916, 1, NULL, 86.00, 88.58, 4, 2, 'manual_sell', '2024-05-25 04:57:48', '2024-05-25 04:57:48', '2024-05-25 05:58:04'),
(6110, 1747, 5922, 2926, 1, NULL, 80.00, 82.40, 4, 2, 'manual_sell', '2024-05-25 04:58:32', '2024-05-25 04:58:32', '2024-05-25 05:59:05'),
(6111, 1747, 5923, 1935, 1, NULL, 55.00, 56.65, 4, 2, 'manual_sell', '2024-05-25 04:58:54', '2024-05-25 04:58:54', '2024-05-25 05:59:05'),
(6112, 1747, 5924, 1956, 1, NULL, 10.07, 10.37, 11, 2, 'manual_sell', '2024-05-25 04:59:17', '2024-05-25 04:59:17', '2024-05-25 06:00:07'),
(6113, 1747, 5925, 2608, 1, NULL, 10.00, 10.30, 20, 2, 'manual_sell', '2024-05-25 04:59:41', '2024-05-25 04:59:41', '2024-05-25 06:00:07'),
(6114, 1747, 5926, 1640, 1, NULL, 1.00, 1.03, 20, 2, 'manual_sell', '2024-05-25 05:00:08', '2024-05-25 05:00:08', '2024-05-25 06:01:07'),
(6115, 1747, 5922, 2926, 1, NULL, 80.00, 82.40, 4, 2, 'manual_sell', '2024-05-25 06:02:27', '2024-05-25 06:02:27', '2024-05-25 07:03:03'),
(6116, 1747, 5923, 1935, 1, NULL, 55.00, 56.65, 4, 2, 'manual_sell', '2024-05-25 06:03:01', '2024-05-25 06:03:01', '2024-05-25 07:03:03'),
(6117, 1747, 5924, 1956, 1, NULL, 10.07, 10.37, 11, 2, 'manual_sell', '2024-05-25 06:03:29', '2024-05-25 06:03:29', '2024-05-25 07:04:04'),
(6118, 1747, 5925, 2608, 1, NULL, 10.00, 10.30, 20, 2, 'manual_sell', '2024-05-25 06:03:56', '2024-05-25 06:03:56', '2024-05-25 07:04:04'),
(6119, 1747, 5926, 1640, 1, NULL, 1.00, 1.03, 20, 2, 'manual_sell', '2024-05-25 06:04:22', '2024-05-25 06:04:22', '2024-05-25 07:05:04'),
(6120, 1747, 5921, 2916, 1, NULL, 86.00, 88.58, 4, 2, 'manual_sell', '2024-05-25 06:05:16', '2024-05-25 06:05:16', '2024-05-25 07:06:04'),
(6121, 1798, 5927, 1743, 1, NULL, 50.00, 51.50, 4, 2, 'manual_sell', '2024-05-25 06:59:07', '2024-05-25 06:59:07', '2024-05-25 08:00:05'),
(6122, 1798, 5928, 2555, 1, NULL, 47.00, 48.41, 1, 2, 'manual_sell', '2024-05-25 07:02:14', '2024-05-25 07:02:14', '2024-05-25 08:03:11'),
(6123, 1747, 5921, 2916, 3, NULL, 86.00, 88.08, 4, 2, 'manual_sell', '2024-05-25 07:08:36', '2024-05-25 07:08:36', '2024-05-25 08:09:04'),
(6124, 1747, 5922, 2926, 1, NULL, 80.00, 82.04, 4, 2, 'manual_sell', '2024-05-25 07:09:03', '2024-05-25 07:09:03', '2024-05-25 08:09:04'),
(6125, 1747, 5923, 1935, 3, NULL, 55.00, 56.65, 4, 2, 'manual_sell', '2024-05-25 07:09:27', '2024-05-25 07:09:27', '2024-05-25 08:10:18'),
(6126, 1747, 5924, 1956, 3, NULL, 10.07, 10.37, 11, 2, 'manual_sell', '2024-05-25 07:09:50', '2024-05-25 07:09:50', '2024-05-25 08:10:18'),
(6127, 1747, 5925, 2608, 3, NULL, 10.00, 10.30, 20, 2, 'manual_sell', '2024-05-25 07:10:14', '2024-05-25 07:10:14', '2024-05-25 08:10:18'),
(6128, 1747, 5926, 1640, 3, NULL, 1.00, 1.03, 20, 2, 'manual_sell', '2024-05-25 07:10:36', '2024-05-25 07:10:36', '2024-05-25 08:11:21'),
(6129, 1798, 5927, 1743, 9, NULL, 50.00, 51.50, 4, 2, 'manual_sell', '2024-05-25 08:01:39', '2024-05-25 08:01:39', '2024-05-25 09:02:03'),
(6130, 1798, 5928, 2555, 9, NULL, 47.00, 48.41, 1, 2, 'manual_sell', '2024-05-25 08:06:08', '2024-05-25 08:06:08', '2024-05-25 09:07:02'),
(6131, 1747, 5926, 1640, 1, NULL, 1.00, 1.03, 20, 2, 'manual_sell', '2024-05-25 09:37:20', '2024-05-25 09:37:20', '2024-05-25 10:38:12'),
(6132, 1747, 5924, 1956, 1, NULL, 10.07, 10.37, 11, 2, 'manual_sell', '2024-05-25 09:38:04', '2024-05-25 09:38:04', '2024-05-25 10:38:12'),
(6133, 1747, 5925, 2608, 1, NULL, 10.00, 10.30, 20, 2, 'manual_sell', '2024-05-25 09:38:47', '2024-05-25 09:38:47', '2024-05-25 10:39:11'),
(6134, 1747, 5923, 1935, 1, NULL, 55.00, 56.65, 4, 2, 'manual_sell', '2024-05-25 09:40:14', '2024-05-25 09:40:14', '2024-05-25 10:40:15'),
(6135, 1747, 5922, 2926, 1, NULL, 80.00, 82.40, 4, 2, 'manual_sell', '2024-05-25 09:41:38', '2024-05-25 09:41:38', '2024-05-25 10:42:11'),
(6136, 1747, 5921, 2916, 1, NULL, 86.00, 88.58, 4, 2, 'manual_sell', '2024-05-25 09:43:09', '2024-05-25 09:43:09', '2024-05-25 10:43:18'),
(6137, 1798, 5928, 2555, 5, NULL, 47.00, 48.41, 1, 1, 'manual_sell', '2024-05-25 10:01:24', '2024-05-25 10:01:24', '2024-05-25 11:02:11'),
(6138, 1798, 5927, 1743, 5, NULL, 50.00, 51.50, 4, 1, 'manual_sell', '2024-05-25 10:03:24', '2024-05-25 10:03:24', '2024-05-25 11:04:03'),
(6139, 1869, 5929, 3685, 6, 17, 5073.23, 5174.69, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6140, 1869, 5930, 4892, 9, 17, 824.00, 840.48, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6141, 1869, 5931, 2255, 6, 17, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6142, 1869, 5932, 1456, 3, 17, 27.30, 27.85, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6143, 1869, 5933, 1983, 6, 17, 31.48, 32.11, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6144, 1869, 5934, 455, 6, 17, 530.25, 540.86, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6145, 1869, 5935, 3760, 3, 17, 37.99, 38.75, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6146, 1869, 5936, 1985, 3, 17, 145.02, 147.92, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6147, 1869, 5937, 1981, 6, 17, 214.20, 218.48, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6148, 1869, 5938, 1906, 6, 17, 5.62, 5.73, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6149, 1869, 5939, 5673, 1, 17, 1339.00, 1365.78, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6150, 1869, 5940, 4145, 9, 17, 194.87, 198.77, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6151, 1869, 5941, 3595, 6, 17, 63.62, 64.89, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6152, 1869, 5942, 375, 1, 17, 195.70, 199.61, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6153, 1869, 5943, 4044, 9, 17, 23.33, 23.80, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6154, 1869, 5944, 5215, 3, 17, 26.51, 27.04, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6155, 1869, 5945, 859, 6, 17, 14.38, 14.67, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6156, 1869, 5946, 3443, 6, 17, 10.56, 10.77, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6157, 1869, 5947, 2643, 9, 17, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:03'),
(6158, 1869, 5948, 4494, 3, 17, 42.80, 43.66, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6159, 1869, 5949, 361, 6, 17, 18.79, 19.17, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6160, 1869, 5950, 3694, 6, 17, 478.90, 488.48, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6161, 1869, 5951, 3754, 9, 17, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6162, 1869, 5952, 293, 9, 17, 13.69, 13.96, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6163, 1869, 5953, 5316, 9, 17, 170.65, 174.06, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6164, 1869, 5954, 1607, 3, 17, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6165, 1869, 5955, 5147, 1, 17, 188.99, 192.77, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6166, 1869, 5956, 137, 3, 17, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6167, 1869, 5957, 3320, 1, 17, 84.79, 86.49, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6168, 1869, 5958, 4748, 9, 17, 8.89, 9.07, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6169, 1869, 5959, 314, 1, 17, 10.71, 10.92, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6170, 1869, 5960, 478, 1, 17, 13.84, 14.12, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6171, 1869, 5961, 4776, 6, 17, 71.35, 72.78, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6172, 1869, 5962, 1969, 3, 17, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6173, 1869, 5963, 6163, 1, 17, 419.95, 428.35, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6174, 1869, 5964, 3210, 3, 17, 16.32, 16.65, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6175, 1869, 5965, 3155, 9, 17, 111.10, 113.32, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6176, 1869, 5966, 5091, 9, 17, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6177, 1869, 5967, 2537, 1, 17, 28.20, 28.76, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6178, 1869, 5968, 1883, 3, 17, 410.97, 419.19, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6179, 1869, 5969, 3615, 6, 17, 3.58, 3.65, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6180, 1869, 5970, 5637, 1, 17, 5.09, 5.19, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6181, 1869, 5971, 1139, 3, 17, 17.85, 18.21, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6182, 1869, 5972, 4649, 3, 17, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6183, 1869, 5973, 776, 3, 17, 9.08, 9.26, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6184, 1869, 5974, 803, 3, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6185, 1869, 5975, 949, 9, 17, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6186, 1869, 5976, 1894, 1, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-25 10:07:05', '2024-05-25 10:07:05', '2024-05-25 11:08:04'),
(6187, 1866, 5978, 3948, 1, 16, 109.00, 111.18, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6188, 1866, 5979, 3753, 1, 16, 75.01, 76.51, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6189, 1866, 5980, 2887, 6, 16, 4.68, 4.77, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6190, 1866, 5981, 4178, 3, 16, 22.10, 22.54, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6191, 1866, 5982, 5247, 1, 16, 27.04, 27.58, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6192, 1866, 5983, 3747, 3, 16, 8.39, 8.56, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6193, 1866, 5984, 2730, 6, 16, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6194, 1866, 5985, 1952, 9, 16, 1.37, 1.40, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6195, 1866, 5986, 4490, 9, 16, 122.95, 125.41, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:03'),
(6196, 1866, 5987, 4576, 9, 16, 9.34, 9.53, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6197, 1866, 5988, 3534, 3, 16, 101.99, 104.03, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6198, 1866, 5989, 3630, 3, 16, 416.00, 424.32, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6199, 1866, 5990, 2694, 1, 16, 25.37, 25.88, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6200, 1866, 5991, 3881, 1, 16, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6201, 1866, 5992, 1938, 3, 16, 1283.65, 1309.32, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6202, 1866, 5993, 1712, 6, 16, 62.40, 63.65, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6203, 1866, 5994, 3928, 9, 16, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6204, 1866, 5995, 924, 3, 16, 180.20, 183.80, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6205, 1866, 5996, 5956, 3, 16, 19.84, 20.24, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6206, 1866, 5997, 2295, 6, 16, 242.74, 247.59, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6207, 1866, 5998, 2663, 6, 16, 1309.36, 1335.55, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6208, 1866, 5999, 491, 1, 16, 432.28, 440.93, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6209, 1866, 6000, 619, 6, 16, 4.16, 4.24, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6210, 1866, 6001, 1347, 9, 16, 90.10, 91.90, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6211, 1866, 6002, 1230, 3, 16, 31.92, 32.56, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6212, 1866, 6003, 4050, 1, 16, 9.26, 9.45, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6213, 1866, 6004, 4559, 1, 16, 369.94, 377.34, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6214, 1866, 6005, 2197, 9, 16, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6215, 1866, 6006, 2980, 3, 16, 202.12, 206.16, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6216, 1866, 6007, 5567, 3, 16, 875.82, 893.34, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6217, 1866, 6008, 3399, 9, 16, 389.10, 396.88, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6218, 1866, 6009, 1031, 9, 16, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6219, 1866, 6010, 3728, 1, 16, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6220, 1866, 6011, 4591, 3, 16, 16.95, 17.29, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6221, 1866, 6012, 2265, 9, 16, 186.85, 190.59, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:04'),
(6222, 1866, 6013, 5588, 9, 16, 400.72, 408.73, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6223, 1866, 6014, 5301, 6, 16, 53.03, 54.09, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6224, 1866, 6015, 3155, 3, 16, 115.50, 117.81, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6225, 1866, 6016, 1874, 3, 16, 8.06, 8.22, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6226, 1866, 6017, 1815, 1, 16, 62.99, 64.25, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6227, 1866, 6018, 3182, 6, 16, 45.17, 46.07, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6228, 1866, 6019, 2420, 6, 16, 546.00, 556.92, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6229, 1866, 6020, 2959, 6, 16, 387.92, 395.68, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6230, 1866, 6021, 5629, 1, 16, 16.53, 16.86, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6231, 1866, 6022, 142, 6, 16, 23.23, 23.69, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6232, 1866, 6023, 4636, 3, 16, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6233, 1866, 6024, 937, 1, 16, 4.20, 4.28, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6234, 1866, 6025, 109, 1, 16, 26.05, 26.57, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6235, 1866, 6026, 3278, 6, 16, 160.06, 163.26, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6236, 1866, 6027, 3716, 6, 16, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6237, 1866, 6028, 2865, 3, 16, 56.64, 57.77, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6238, 1866, 6029, 1979, 9, 16, 370.79, 378.21, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6239, 1866, 6030, 896, 3, 16, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6240, 1866, 6031, 2357, 6, 16, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6241, 1866, 6032, 1255, 6, 16, 357.00, 364.14, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6242, 1866, 6033, 4061, 1, 16, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6243, 1866, 6034, 1724, 6, 16, 2.27, 2.32, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6244, 1866, 6035, 3258, 6, 16, 95.53, 97.44, 1, 1, 'ai_sell', '2024-05-25 11:10:11', '2024-05-25 11:10:11', '2024-05-25 12:11:05'),
(6245, 1866, 6036, 4402, 1, 16, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:05'),
(6246, 1866, 6037, 6166, 3, 16, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:05'),
(6247, 1866, 6038, 5257, 9, 16, 35.83, 36.55, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:05'),
(6248, 1866, 6039, 3044, 3, 16, 382.79, 390.45, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:05'),
(6249, 1866, 6040, 2094, 9, 16, 174.07, 177.55, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:05'),
(6250, 1866, 6041, 3693, 9, 16, 329.58, 336.17, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:05'),
(6251, 1866, 6042, 415, 1, 16, 132.29, 134.94, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6252, 1866, 6043, 5254, 6, 16, 23.62, 24.09, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6253, 1866, 6044, 3617, 3, 16, 388.03, 395.79, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6254, 1866, 6045, 803, 3, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6255, 1866, 6046, 949, 3, 16, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6256, 1866, 6047, 634, 6, 16, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6257, 1866, 6048, 1827, 9, 16, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6258, 1866, 6049, 1811, 1, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-25 11:10:12', '2024-05-25 11:10:12', '2024-05-25 12:11:06'),
(6259, 1747, 5921, 2916, 1, NULL, 86.00, 88.08, 4, 2, 'manual_sell', '2024-05-25 11:15:16', '2024-05-25 11:15:16', '2024-05-25 12:16:03'),
(6260, 1747, 5926, 1640, 1, NULL, 1.00, 1.03, 20, 2, 'manual_sell', '2024-05-25 11:17:28', '2024-05-25 11:17:28', '2024-05-25 12:18:03'),
(6261, 1747, 5922, 2926, 1, NULL, 80.00, 82.40, 4, 2, 'manual_sell', '2024-05-25 11:17:58', '2024-05-25 11:17:58', '2024-05-25 12:18:03'),
(6262, 1871, 6057, 2419, 1, 7, 102.96, 105.02, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6263, 1871, 6058, 2911, 6, 7, 420.63, 429.04, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6264, 1871, 6059, 2907, 9, 7, 33.15, 33.81, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6265, 1871, 6060, 1951, 1, 7, 37.48, 38.23, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6266, 1871, 6061, 4414, 6, 7, 236.34, 241.07, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6267, 1871, 6062, 3538, 6, 7, 154.49, 157.58, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6268, 1871, 6063, 990, 6, 7, 226.31, 230.84, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6269, 1871, 6064, 3599, 3, 7, 11.17, 11.39, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6270, 1871, 6065, 5419, 1, 7, 20.98, 21.40, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6271, 1871, 6066, 2915, 9, 7, 1029.06, 1049.64, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6272, 1871, 6067, 2875, 9, 7, 70.87, 72.29, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6273, 1871, 6068, 368, 6, 7, 13.15, 13.41, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6274, 1871, 6069, 3927, 6, 7, 37.79, 38.55, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6275, 1871, 6070, 5862, 9, 7, 23.11, 23.57, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6276, 1871, 6071, 2736, 3, 7, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6277, 1871, 6072, 5881, 9, 7, 7.35, 7.50, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6278, 1871, 6073, 3376, 1, 7, 8.46, 8.63, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6279, 1871, 6074, 4519, 1, 7, 19.37, 19.76, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6280, 1871, 6075, 1961, 6, 7, 19.08, 19.46, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6281, 1871, 6076, 3105, 9, 7, 190.80, 194.62, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6282, 1871, 6077, 5400, 1, 7, 70.70, 72.11, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6283, 1871, 6078, 5498, 6, 7, 36.97, 37.71, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6284, 1871, 6079, 5229, 3, 7, 4.27, 4.36, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6285, 1871, 6080, 2339, 3, 7, 1060.00, 1081.20, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6286, 1871, 6081, 4807, 9, 7, 28.34, 28.91, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6287, 1871, 6082, 5307, 3, 7, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6288, 1871, 6083, 907, 3, 7, 226.60, 231.13, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:17'),
(6289, 1871, 6084, 2015, 1, 7, 717.15, 731.49, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6290, 1871, 6085, 3511, 6, 7, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6291, 1871, 6086, 2150, 3, 7, 303.00, 309.06, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6292, 1871, 6087, 4741, 9, 7, 11.02, 11.24, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6293, 1871, 6088, 5871, 1, 7, 2040.00, 2080.80, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6294, 1871, 6089, 3150, 3, 7, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6295, 1871, 6090, 440, 9, 7, 84.23, 85.91, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6296, 1871, 6091, 2535, 9, 7, 282.88, 288.54, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6297, 1871, 6092, 1528, 1, 7, 4218.80, 4303.18, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6298, 1871, 6093, 5200, 1, 7, 142.40, 145.25, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6299, 1871, 6094, 2717, 9, 7, 115.66, 117.97, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6300, 1871, 6095, 2242, 9, 7, 2619.75, 2672.15, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6301, 1871, 6096, 5912, 9, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6302, 1871, 6097, 1723, 1, 7, 31.75, 32.39, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6303, 1871, 6098, 3912, 3, 7, 24.47, 24.96, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6304, 1871, 6099, 1865, 6, 7, 56.33, 57.46, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6305, 1871, 6100, 1628, 9, 7, 1916.25, 1954.58, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6306, 1871, 6101, 2491, 9, 7, 164.21, 167.49, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6307, 1871, 6102, 2106, 6, 7, 61.80, 63.04, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6308, 1871, 6103, 1450, 3, 7, 183.04, 186.70, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6309, 1871, 6104, 1073, 9, 7, 117.57, 119.92, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6310, 1871, 6105, 209, 9, 7, 3054.00, 3115.08, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6311, 1871, 6106, 4958, 9, 7, 19.19, 19.57, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6312, 1871, 6107, 3988, 9, 7, 32.32, 32.97, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6313, 1871, 6108, 1774, 3, 7, 63.02, 64.28, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6314, 1871, 6109, 703, 6, 7, 12.57, 12.82, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6315, 1871, 6110, 3630, 6, 7, 404.00, 412.08, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6316, 1871, 6111, 5699, 9, 7, 15.09, 15.39, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6317, 1871, 6112, 3009, 3, 7, 641.67, 654.50, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:18'),
(6318, 1871, 6113, 65, 1, 7, 29.58, 30.17, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6319, 1871, 6114, 825, 3, 7, 193.19, 197.05, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6320, 1871, 6115, 5614, 9, 7, 36.84, 37.58, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6321, 1871, 6116, 3083, 3, 7, 51.50, 52.53, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6322, 1871, 6117, 5052, 9, 7, 9.02, 9.20, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6323, 1871, 6118, 3691, 6, 7, 498.30, 508.27, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6324, 1871, 6119, 395, 1, 7, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6325, 1871, 6120, 2246, 9, 7, 37.26, 38.01, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6326, 1871, 6121, 1436, 1, 7, 16.31, 16.64, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6327, 1871, 6122, 4394, 1, 7, 117.65, 120.00, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6328, 1871, 6123, 5338, 3, 7, 2120.00, 2162.40, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6329, 1871, 6124, 3745, 3, 7, 12.83, 13.09, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6330, 1871, 6125, 186, 6, 7, 169.95, 173.35, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6331, 1871, 6126, 2587, 9, 7, 50.97, 51.99, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6332, 1871, 6127, 4349, 9, 7, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6333, 1871, 6128, 4406, 6, 7, 24.47, 24.96, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6334, 1871, 6129, 2556, 6, 7, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6335, 1871, 6130, 625, 9, 7, 564.44, 575.73, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6336, 1871, 6131, 3192, 6, 7, 141.95, 144.79, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6337, 1871, 6132, 3551, 1, 7, 47.69, 48.64, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6338, 1871, 6133, 4862, 6, 7, 14.74, 15.03, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6339, 1871, 6134, 400, 1, 7, 16.85, 17.19, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6340, 1871, 6135, 382, 9, 7, 83.62, 85.29, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6341, 1871, 6136, 3061, 1, 7, 13.11, 13.37, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6342, 1871, 6137, 5823, 3, 7, 44.51, 45.40, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6343, 1871, 6138, 3846, 6, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6344, 1871, 6139, 2087, 9, 7, 530.00, 540.60, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6345, 1871, 6140, 4626, 1, 7, 13938.00, 14216.76, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6346, 1871, 6141, 1077, 6, 7, 160.59, 163.80, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6347, 1871, 6142, 4972, 3, 7, 42.09, 42.93, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6348, 1871, 6143, 5347, 6, 7, 6.11, 6.23, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6349, 1871, 6144, 2288, 3, 7, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6350, 1871, 6145, 4986, 3, 7, 11.20, 11.42, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6351, 1871, 6146, 3261, 6, 7, 11.38, 11.61, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6352, 1871, 6147, 1704, 3, 7, 62.40, 63.65, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6353, 1871, 6148, 4619, 3, 7, 14.16, 14.44, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6354, 1871, 6149, 2625, 6, 7, 23.90, 24.38, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6355, 1871, 6150, 5095, 1, 7, 18.35, 18.72, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6356, 1871, 6151, 866, 6, 7, 60.60, 61.81, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6357, 1871, 6152, 3517, 1, 7, 67.72, 69.07, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6358, 1871, 6153, 1912, 1, 7, 3.95, 4.03, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6359, 1871, 6154, 4202, 3, 7, 4.93, 5.03, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6360, 1871, 6155, 33, 9, 7, 6.12, 6.24, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6361, 1871, 6156, 734, 6, 7, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6362, 1871, 6157, 3318, 3, 7, 1.22, 1.24, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6363, 1871, 6158, 1827, 1, 7, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6364, 1871, 6159, 949, 6, 7, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-25 12:30:10', '2024-05-25 12:30:10', '2024-05-25 13:31:19'),
(6365, 1870, 6161, 3176, 9, 8, 485.00, 494.70, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6366, 1870, 6162, 619, 6, 8, 4.04, 4.12, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6367, 1870, 6163, 1403, 3, 8, 8.17, 8.33, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6368, 1870, 6164, 394, 3, 8, 14.82, 15.12, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6369, 1870, 6165, 5009, 6, 8, 39.89, 40.69, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6370, 1870, 6166, 4466, 1, 8, 140.40, 143.21, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6371, 1870, 6167, 1491, 3, 8, 10.07, 10.27, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6372, 1870, 6168, 3317, 3, 8, 415.99, 424.31, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6373, 1870, 6169, 878, 9, 8, 284.58, 290.27, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6374, 1870, 6170, 4376, 6, 8, 37.36, 38.11, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6375, 1870, 6171, 4809, 6, 8, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6376, 1870, 6172, 4520, 9, 8, 30.73, 31.34, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6377, 1870, 6173, 4430, 3, 8, 153.00, 156.06, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6378, 1870, 6174, 120, 1, 8, 138.60, 141.37, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6379, 1870, 6175, 1150, 9, 8, 241.28, 246.11, 1, 1, 'ai_sell', '2024-05-25 12:31:10', '2024-05-25 12:31:10', '2024-05-25 13:31:19'),
(6380, 1870, 6176, 218, 6, 8, 37.42, 38.17, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6381, 1870, 6177, 4055, 6, 8, 71.70, 73.13, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6382, 1870, 6178, 2278, 3, 8, 46.35, 47.28, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6383, 1870, 6179, 2318, 1, 8, 460.41, 469.62, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6384, 1870, 6180, 3457, 1, 8, 915.57, 933.88, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6385, 1870, 6181, 4672, 1, 8, 14.51, 14.80, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6386, 1870, 6182, 2071, 1, 8, 16.43, 16.76, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6387, 1870, 6183, 2747, 6, 8, 294.78, 300.68, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6388, 1870, 6184, 3976, 6, 8, 705.99, 720.11, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6389, 1870, 6185, 3676, 6, 8, 8.82, 9.00, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6390, 1870, 6186, 1276, 3, 8, 40.64, 41.45, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6391, 1870, 6187, 2603, 9, 8, 1535.94, 1566.66, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6392, 1870, 6188, 2291, 3, 8, 175.10, 178.60, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6393, 1870, 6189, 2657, 6, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6394, 1870, 6190, 4074, 1, 8, 16.95, 17.29, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6395, 1870, 6191, 34, 6, 8, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6396, 1870, 6192, 1703, 3, 8, 714.00, 728.28, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6397, 1870, 6193, 3077, 1, 8, 7.64, 7.79, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6398, 1870, 6194, 4209, 6, 8, 20.75, 21.17, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6399, 1870, 6195, 2660, 1, 8, 29.55, 30.14, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6400, 1870, 6196, 2340, 9, 8, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6401, 1870, 6197, 860, 3, 8, 353.49, 360.56, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6402, 1870, 6198, 5735, 9, 8, 19.18, 19.56, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6403, 1870, 6199, 1805, 6, 8, 8.72, 8.89, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6404, 1870, 6200, 1543, 1, 8, 1751.00, 1786.02, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6405, 1870, 6201, 415, 9, 8, 127.25, 129.80, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6406, 1870, 6202, 5680, 9, 8, 49.91, 50.91, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6407, 1870, 6203, 2991, 6, 8, 1579.80, 1611.40, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6408, 1870, 6204, 3574, 6, 8, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6409, 1870, 6205, 1182, 9, 8, 99.99, 101.99, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6410, 1870, 6206, 5971, 6, 8, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6411, 1870, 6207, 843, 6, 8, 453.49, 462.56, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6412, 1870, 6208, 5787, 3, 8, 3.41, 3.48, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6413, 1870, 6209, 2194, 1, 8, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6414, 1870, 6210, 131, 6, 8, 7.35, 7.50, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6415, 1870, 6211, 803, 1, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6416, 1870, 6212, 949, 1, 8, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6417, 1870, 6213, 1829, 3, 8, 0.77, 0.79, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6418, 1870, 6214, 1827, 1, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-25 12:31:11', '2024-05-25 12:31:11', '2024-05-25 13:31:19'),
(6419, 1866, 6215, 4198, 1, 6, 19.46, 19.64, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6420, 1866, 6216, 2157, 6, 6, 18.73, 18.90, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6421, 1866, 6217, 5444, 3, 6, 3.77, 3.80, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6422, 1866, 6218, 268, 3, 6, 6.70, 6.76, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6423, 1866, 6219, 74, 6, 6, 4.24, 4.28, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6424, 1866, 6220, 734, 6, 6, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6425, 1866, 6221, 1827, 9, 6, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6426, 1866, 6222, 949, 6, 6, 0.32, 0.32, 1, 1, 'ai_sell', '2024-05-25 12:47:03', '2024-05-25 12:47:03', '2024-05-25 13:47:10'),
(6427, 1873, 6223, 6098, 3, 9, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-25 12:49:05', '2024-05-25 12:49:05', '2024-05-25 13:50:04'),
(6428, 1873, 6224, 1217, 1, 9, 44.71, 45.60, 1, 1, 'ai_sell', '2024-05-25 12:49:05', '2024-05-25 12:49:05', '2024-05-25 13:50:04'),
(6429, 1873, 6225, 5368, 6, 9, 9140.49, 9323.30, 1, 1, 'ai_sell', '2024-05-25 12:49:05', '2024-05-25 12:49:05', '2024-05-25 13:50:05'),
(6430, 1873, 6226, 2360, 3, 9, 51.50, 52.53, 1, 1, 'ai_sell', '2024-05-25 12:49:05', '2024-05-25 12:49:05', '2024-05-25 13:50:05'),
(6431, 1873, 6227, 736, 6, 9, 164.84, 168.14, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6432, 1873, 6228, 1214, 9, 9, 147.58, 150.53, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6433, 1873, 6229, 1258, 1, 9, 312.00, 318.24, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6434, 1873, 6230, 3655, 3, 9, 18.16, 18.52, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6435, 1873, 6231, 32, 9, 9, 121.54, 123.97, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6436, 1873, 6232, 4909, 1, 9, 2.16, 2.20, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6437, 1873, 6233, 3560, 3, 9, 25.74, 26.25, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6438, 1873, 6234, 5781, 9, 9, 1202.24, 1226.28, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6439, 1873, 6235, 1572, 3, 9, 37.07, 37.81, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6440, 1873, 6236, 5298, 9, 9, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6441, 1873, 6237, 1271, 3, 9, 295.61, 301.52, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6442, 1873, 6238, 174, 3, 9, 310.96, 317.18, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6443, 1873, 6239, 5107, 1, 9, 13.98, 14.26, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6444, 1873, 6240, 1316, 1, 9, 41.59, 42.42, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6445, 1873, 6241, 5568, 1, 9, 109.17, 111.35, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6446, 1873, 6242, 3555, 9, 9, 1482.00, 1511.64, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6447, 1873, 6243, 4548, 3, 9, 207.02, 211.16, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6448, 1873, 6244, 2766, 6, 9, 339.15, 345.93, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6449, 1873, 6245, 6109, 1, 9, 6.30, 6.43, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05'),
(6450, 1873, 6246, 2171, 9, 9, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(6451, 1873, 6247, 3274, 1, 9, 137.80, 140.56, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6452, 1873, 6248, 86, 3, 9, 137.36, 140.11, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6453, 1873, 6249, 1121, 9, 9, 83.68, 85.35, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6454, 1873, 6250, 1807, 6, 9, 83.74, 85.41, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6455, 1873, 6251, 4194, 6, 9, 56.06, 57.18, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6456, 1873, 6252, 765, 1, 9, 1.33, 1.36, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6457, 1873, 6253, 5612, 1, 9, 1021.00, 1041.42, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6458, 1873, 6254, 751, 9, 9, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6459, 1873, 6255, 1428, 9, 9, 10.18, 10.38, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6460, 1873, 6256, 3791, 1, 9, 14.83, 15.13, 1, 1, 'ai_sell', '2024-05-25 12:49:06', '2024-05-25 12:49:06', '2024-05-25 13:50:06'),
(6461, 1873, 6257, 4586, 1, 9, 39.51, 40.30, 1, 1, 'ai_sell', '2024-05-25 12:50:07', '2024-05-25 12:50:07', '2024-05-25 13:51:03'),
(6462, 1873, 6258, 1527, 3, 9, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-25 12:50:07', '2024-05-25 12:50:07', '2024-05-25 13:51:03'),
(6463, 1873, 6259, 3204, 3, 9, 73.96, 75.44, 1, 1, 'ai_sell', '2024-05-25 12:50:07', '2024-05-25 12:50:07', '2024-05-25 13:51:03'),
(6464, 1873, 6260, 2643, 3, 9, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-25 12:50:07', '2024-05-25 12:50:07', '2024-05-25 13:51:03'),
(6465, 1873, 6261, 941, 6, 9, 5.05, 5.15, 1, 1, 'ai_sell', '2024-05-25 12:50:07', '2024-05-25 12:50:07', '2024-05-25 13:51:03'),
(6466, 1873, 6262, 642, 1, 9, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-25 12:50:07', '2024-05-25 12:50:07', '2024-05-25 13:51:03'),
(6467, 1873, 6263, 4523, 6, 9, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-25 12:50:07', '2024-05-25 12:50:07', '2024-05-25 13:51:03'),
(6468, 1873, 6264, 1895, 9, 9, 55.99, 57.11, 1, 1, 'ai_sell', '2024-05-25 12:50:08', '2024-05-25 12:50:08', '2024-05-25 13:51:03'),
(6469, 1873, 6265, 6010, 1, 9, 4.88, 4.98, 1, 1, 'ai_sell', '2024-05-25 12:50:08', '2024-05-25 12:50:08', '2024-05-25 13:51:03'),
(6470, 1873, 6266, 5643, 3, 9, 7.97, 8.13, 1, 1, 'ai_sell', '2024-05-25 12:50:08', '2024-05-25 12:50:08', '2024-05-25 13:51:03'),
(6471, 1873, 6267, 4704, 9, 9, 1.33, 1.36, 1, 1, 'ai_sell', '2024-05-25 12:50:08', '2024-05-25 12:50:08', '2024-05-25 13:51:04'),
(6472, 1873, 6268, 1793, 3, 9, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-25 12:50:08', '2024-05-25 12:50:08', '2024-05-25 13:51:04'),
(6473, 1873, 6269, 3722, 1, 9, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-25 12:50:08', '2024-05-25 12:50:08', '2024-05-25 13:51:04'),
(6474, 1873, 6270, 756, 3, 9, 0.46, 0.47, 1, 1, 'ai_sell', '2024-05-25 12:50:08', '2024-05-25 12:50:08', '2024-05-25 13:51:04'),
(6475, 1866, 6271, 6064, 3, 11, 6.55, 6.68, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6476, 1866, 6272, 3649, 6, 11, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6477, 1866, 6273, 3090, 6, 11, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6478, 1866, 6274, 4078, 3, 11, 44.44, 45.33, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6479, 1866, 6275, 3672, 1, 11, 61.16, 62.38, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6480, 1866, 6276, 88, 9, 11, 1630.98, 1663.60, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6481, 1866, 6277, 169, 9, 11, 1747.94, 1782.90, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6482, 1866, 6278, 1161, 6, 11, 23.69, 24.16, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6483, 1866, 6279, 4191, 1, 11, 5.87, 5.99, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6484, 1866, 6280, 2875, 6, 11, 68.20, 69.56, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6485, 1866, 6281, 123, 3, 11, 523.53, 534.00, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6486, 1866, 6282, 2246, 3, 11, 38.34, 39.11, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:04'),
(6487, 1866, 6283, 6143, 6, 11, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6488, 1866, 6284, 4309, 6, 11, 4.03, 4.11, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6489, 1866, 6285, 1810, 1, 11, 123.59, 126.06, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6490, 1866, 6286, 5447, 6, 11, 2788.08, 2843.84, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6491, 1866, 6287, 2947, 3, 11, 520.00, 530.40, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6492, 1866, 6288, 2514, 1, 11, 169.60, 172.99, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6493, 1866, 6289, 4460, 9, 11, 41.58, 42.41, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6494, 1866, 6290, 5800, 3, 11, 1680.00, 1713.60, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6495, 1866, 6291, 1409, 6, 11, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6496, 1866, 6292, 4274, 9, 11, 60.60, 61.81, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6497, 1866, 6293, 1174, 6, 11, 29.86, 30.46, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6498, 1866, 6294, 3478, 9, 11, 113.44, 115.71, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6499, 1866, 6295, 680, 3, 11, 28.28, 28.85, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6500, 1866, 6296, 1044, 1, 11, 71.39, 72.82, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6501, 1866, 6297, 5586, 9, 11, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6502, 1866, 6298, 4317, 9, 11, 11.12, 11.34, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6503, 1866, 6299, 399, 3, 11, 127.50, 130.05, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6504, 1866, 6300, 5643, 3, 11, 8.13, 8.29, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6505, 1866, 6301, 5534, 6, 11, 131.78, 134.42, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6506, 1866, 6302, 5836, 6, 11, 1860.56, 1897.77, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6507, 1866, 6303, 4519, 3, 11, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6508, 1866, 6304, 4376, 3, 11, 39.21, 39.99, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6509, 1866, 6305, 2583, 6, 11, 7.97, 8.13, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6510, 1866, 6306, 1724, 6, 11, 2.22, 2.26, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6511, 1866, 6307, 6176, 1, 11, 21.76, 22.20, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6512, 1866, 6308, 734, 3, 11, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6513, 1866, 6309, 1451, 3, 11, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6514, 1866, 6310, 4872, 9, 11, 26.02, 26.54, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6515, 1866, 6311, 1375, 1, 11, 25.75, 26.27, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6516, 1866, 6312, 2766, 6, 11, 342.38, 349.23, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6517, 1866, 6313, 4475, 3, 11, 68.24, 69.60, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6518, 1866, 6314, 1029, 3, 11, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6519, 1866, 6315, 2967, 3, 11, 287.37, 293.12, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6520, 1866, 6316, 1372, 6, 11, 25.44, 25.95, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6521, 1866, 6317, 275, 1, 11, 347.54, 354.49, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:05'),
(6522, 1866, 6318, 3596, 3, 11, 52.95, 54.01, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6523, 1866, 6319, 1196, 1, 11, 127.20, 129.74, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6524, 1866, 6320, 405, 6, 11, 14.51, 14.80, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6525, 1866, 6321, 673, 9, 11, 349.44, 356.43, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6526, 1866, 6322, 5964, 6, 11, 47.21, 48.15, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6527, 1866, 6323, 3180, 3, 11, 12.23, 12.47, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6528, 1866, 6324, 1120, 1, 11, 9.40, 9.59, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6529, 1866, 6325, 5912, 3, 11, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6530, 1866, 6326, 5092, 1, 11, 24.49, 24.98, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6531, 1866, 6327, 3113, 9, 11, 67.84, 69.20, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6532, 1866, 6328, 3934, 6, 11, 22.77, 23.23, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6533, 1866, 6329, 1524, 6, 11, 19.76, 20.16, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6534, 1866, 6330, 1322, 9, 11, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6535, 1866, 6331, 1589, 1, 11, 2.44, 2.49, 1, 1, 'ai_sell', '2024-05-25 13:01:25', '2024-05-25 13:01:25', '2024-05-25 14:02:06'),
(6536, 1867, 6332, 3279, 6, 12, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-25 13:08:06', '2024-05-25 13:08:06', '2024-05-25 14:09:03'),
(6537, 1867, 6333, 3826, 3, 12, 409.94, 418.14, 1, 1, 'ai_sell', '2024-05-25 13:08:06', '2024-05-25 13:08:06', '2024-05-25 14:09:03'),
(6538, 1867, 6334, 3982, 3, 12, 153.47, 156.54, 1, 1, 'ai_sell', '2024-05-25 13:08:06', '2024-05-25 13:08:06', '2024-05-25 14:09:03'),
(6539, 1867, 6335, 768, 6, 12, 4.54, 4.63, 1, 1, 'ai_sell', '2024-05-25 13:08:06', '2024-05-25 13:08:06', '2024-05-25 14:09:03'),
(6540, 1867, 6336, 3210, 1, 12, 16.32, 16.65, 1, 1, 'ai_sell', '2024-05-25 13:08:06', '2024-05-25 13:08:06', '2024-05-25 14:09:03'),
(6541, 1867, 6337, 5248, 3, 12, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6542, 1867, 6338, 1274, 9, 12, 3.37, 3.44, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6543, 1867, 6339, 5394, 6, 12, 106.04, 108.16, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6544, 1867, 6340, 5967, 9, 12, 24.98, 25.48, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6545, 1867, 6341, 1226, 1, 12, 262.65, 267.90, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6546, 1867, 6342, 5229, 6, 12, 4.44, 4.53, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6547, 1867, 6343, 916, 3, 12, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6548, 1867, 6344, 4157, 9, 12, 89.43, 91.22, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6549, 1867, 6345, 2656, 1, 12, 3016.61, 3076.94, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6550, 1867, 6346, 5118, 6, 12, 326.40, 332.93, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6551, 1867, 6347, 2208, 3, 12, 59.31, 60.50, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:03'),
(6552, 1867, 6348, 924, 1, 12, 173.40, 176.87, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6553, 1867, 6349, 630, 6, 12, 7998.90, 8158.88, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6554, 1867, 6350, 142, 3, 12, 24.38, 24.87, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6555, 1867, 6351, 5740, 9, 12, 30.44, 31.05, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6556, 1867, 6352, 2419, 3, 12, 99.99, 101.99, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6557, 1867, 6353, 2530, 9, 12, 1528.98, 1559.56, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6558, 1867, 6354, 3593, 9, 12, 4.66, 4.75, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6559, 1867, 6355, 500, 1, 12, 16.67, 17.00, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6560, 1867, 6356, 4358, 9, 12, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6561, 1867, 6357, 3985, 1, 12, 62.71, 63.96, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6562, 1867, 6358, 1080, 3, 12, 181.79, 185.43, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6563, 1867, 6359, 3752, 9, 12, 63.50, 64.77, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6564, 1867, 6360, 750, 9, 12, 4.11, 4.19, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6565, 1867, 6361, 3121, 6, 12, 85.04, 86.74, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6566, 1867, 6362, 3176, 9, 12, 480.24, 489.84, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6567, 1867, 6363, 2313, 3, 12, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6568, 1867, 6364, 2068, 9, 12, 780.00, 795.60, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6569, 1867, 6365, 3386, 1, 12, 19.38, 19.77, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6570, 1867, 6366, 3828, 9, 12, 204.00, 208.08, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6571, 1867, 6367, 4519, 3, 12, 19.18, 19.56, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6572, 1867, 6368, 1816, 9, 12, 16.78, 17.12, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6573, 1867, 6369, 3328, 6, 12, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6574, 1867, 6370, 1827, 1, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6575, 1867, 6371, 3452, 1, 12, 3.76, 3.84, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6576, 1867, 6372, 734, 6, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6577, 1867, 6373, 4880, 9, 12, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6578, 1867, 6374, 803, 1, 12, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6579, 1867, 6375, 1842, 3, 12, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-25 13:08:07', '2024-05-25 13:08:07', '2024-05-25 14:09:04'),
(6580, 1868, 6376, 999, 1, 13, 14.14, 14.42, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:02'),
(6581, 1868, 6377, 5893, 6, 13, 308.88, 315.06, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:02'),
(6582, 1868, 6378, 941, 1, 13, 5.10, 5.20, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:02'),
(6583, 1868, 6379, 1694, 1, 13, 15.22, 15.52, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:02'),
(6584, 1868, 6380, 1546, 9, 13, 49.96, 50.96, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:02'),
(6585, 1868, 6381, 4517, 1, 13, 41.19, 42.01, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:02'),
(6586, 1868, 6382, 2192, 9, 13, 35.65, 36.36, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6587, 1868, 6383, 1957, 1, 13, 21.01, 21.43, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6588, 1868, 6384, 4022, 1, 13, 45.89, 46.81, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6589, 1868, 6385, 1087, 9, 13, 1243.20, 1268.06, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6590, 1868, 6386, 1306, 6, 13, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6591, 1868, 6387, 2389, 9, 13, 27.66, 28.21, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6592, 1868, 6388, 2288, 1, 13, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6593, 1868, 6389, 3303, 1, 13, 1224.00, 1248.48, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6594, 1868, 6390, 3427, 6, 13, 288.97, 294.75, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6595, 1868, 6391, 4931, 6, 13, 63.51, 64.78, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6596, 1868, 6392, 5316, 1, 13, 169.04, 172.42, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6597, 1868, 6393, 2453, 9, 13, 280.80, 286.42, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6598, 1868, 6394, 4745, 6, 13, 193.63, 197.50, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6599, 1868, 6395, 5590, 6, 13, 58.29, 59.46, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6600, 1868, 6396, 2416, 1, 13, 24.93, 25.43, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6601, 1868, 6397, 3606, 6, 13, 10.12, 10.32, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6602, 1868, 6398, 5790, 6, 13, 606.00, 618.12, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6603, 1868, 6399, 3526, 3, 13, 103.01, 105.07, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6604, 1868, 6400, 4018, 6, 13, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6605, 1868, 6401, 4363, 3, 13, 241.50, 246.33, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6606, 1868, 6402, 5489, 3, 13, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6607, 1868, 6403, 5627, 6, 13, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6608, 1868, 6404, 5538, 9, 13, 235.00, 239.70, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6609, 1868, 6405, 5616, 9, 13, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6610, 1868, 6406, 5102, 6, 13, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6611, 1868, 6407, 2527, 1, 13, 19.99, 20.39, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6612, 1868, 6408, 188, 9, 13, 59.33, 60.52, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6613, 1868, 6409, 1156, 1, 13, 26.50, 27.03, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6614, 1868, 6410, 1078, 6, 13, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6615, 1868, 6411, 1178, 3, 13, 52.51, 53.56, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6616, 1868, 6412, 3447, 1, 13, 555.44, 566.55, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6617, 1868, 6413, 2654, 3, 13, 21.36, 21.79, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6618, 1868, 6414, 3720, 3, 13, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6619, 1868, 6415, 4972, 3, 13, 42.50, 43.35, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:03'),
(6620, 1868, 6416, 5563, 1, 13, 22.04, 22.48, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6621, 1868, 6417, 2700, 6, 13, 2887.59, 2945.34, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6622, 1868, 6418, 2989, 6, 13, 100.70, 102.71, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6623, 1868, 6419, 3605, 6, 13, 278.25, 283.82, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6624, 1868, 6420, 1697, 1, 13, 15.39, 15.70, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6625, 1868, 6421, 3802, 6, 13, 19.18, 19.56, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6626, 1868, 6422, 1762, 3, 13, 164.80, 168.10, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6627, 1868, 6423, 6123, 9, 13, 19.94, 20.34, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6628, 1868, 6424, 1209, 6, 13, 928.75, 947.33, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6629, 1868, 6425, 2534, 9, 13, 10.08, 10.28, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6630, 1868, 6426, 1723, 1, 13, 31.45, 32.08, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6631, 1868, 6427, 3456, 9, 13, 100.98, 103.00, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6632, 1868, 6428, 4744, 9, 13, 49.05, 50.03, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6633, 1868, 6429, 2924, 3, 13, 31.44, 32.07, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6634, 1868, 6430, 801, 6, 13, 10.83, 11.05, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6635, 1868, 6431, 930, 1, 13, 14.06, 14.34, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6636, 1868, 6432, 837, 3, 13, 93.39, 95.26, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6637, 1868, 6433, 2379, 9, 13, 44.45, 45.34, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6638, 1868, 6434, 692, 6, 13, 8.40, 8.57, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6639, 1868, 6435, 2308, 9, 13, 278.10, 283.66, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6640, 1868, 6436, 934, 1, 13, 13.50, 13.77, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6641, 1868, 6437, 1353, 6, 13, 2.11, 2.15, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6642, 1868, 6438, 3604, 9, 13, 12.84, 13.10, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6643, 1868, 6439, 3850, 1, 13, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6644, 1868, 6440, 2092, 1, 13, 161.46, 164.69, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6645, 1868, 6441, 1950, 3, 13, 18.38, 18.75, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6646, 1868, 6442, 5977, 3, 13, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6647, 1868, 6443, 2027, 9, 13, 56.64, 57.77, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6648, 1868, 6444, 5773, 6, 13, 15.57, 15.88, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6649, 1868, 6445, 331, 1, 13, 9.05, 9.23, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6650, 1868, 6446, 1000, 6, 13, 3.47, 3.54, 1, 1, 'ai_sell', '2024-05-25 13:43:21', '2024-05-25 13:43:21', '2024-05-25 14:44:04'),
(6651, 1869, 6447, 3290, 3, 14, 313.03, 319.29, 1, 1, 'ai_sell', '2024-05-25 14:11:04', '2024-05-25 14:11:04', '2024-05-25 15:12:04'),
(6652, 1869, 6448, 496, 1, 14, 137.79, 140.55, 1, 1, 'ai_sell', '2024-05-25 14:11:04', '2024-05-25 14:11:04', '2024-05-25 15:12:04'),
(6653, 1869, 6449, 1375, 9, 14, 26.00, 26.52, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6654, 1869, 6450, 3990, 1, 14, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6655, 1869, 6451, 4297, 9, 14, 61.98, 63.22, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6656, 1869, 6452, 5585, 6, 14, 14.79, 15.09, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6657, 1869, 6453, 4557, 3, 14, 5408.00, 5516.16, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6658, 1869, 6454, 6005, 1, 14, 1017.96, 1038.32, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6659, 1869, 6455, 2926, 9, 14, 84.80, 86.50, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6660, 1869, 6456, 2316, 3, 14, 53.01, 54.07, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6661, 1869, 6457, 5219, 3, 14, 420.00, 428.40, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6662, 1869, 6458, 5029, 9, 14, 66.77, 68.11, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6663, 1869, 6459, 5636, 9, 14, 4.11, 4.19, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6664, 1869, 6460, 2761, 3, 14, 1313.00, 1339.26, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6665, 1869, 6461, 681, 9, 14, 22.44, 22.89, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:04'),
(6666, 1869, 6462, 3977, 3, 14, 394.15, 402.03, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6667, 1869, 6463, 3096, 3, 14, 33.59, 34.26, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6668, 1869, 6464, 2184, 9, 14, 4.72, 4.81, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6669, 1869, 6465, 6163, 1, 14, 411.95, 420.19, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6670, 1869, 6466, 1220, 3, 14, 106.05, 108.17, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6671, 1869, 6467, 5927, 1, 14, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6672, 1869, 6468, 1792, 1, 14, 66.30, 67.63, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6673, 1869, 6469, 1583, 6, 14, 472.50, 481.95, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6674, 1869, 6470, 3958, 6, 14, 424.00, 432.48, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6675, 1869, 6471, 78, 1, 14, 72.80, 74.26, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6676, 1869, 6472, 2981, 9, 14, 91.91, 93.75, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6677, 1869, 6473, 5186, 3, 14, 329.69, 336.28, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6678, 1869, 6474, 5160, 9, 14, 274.01, 279.49, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6679, 1869, 6475, 5167, 6, 14, 183.59, 187.26, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6680, 1869, 6476, 3283, 6, 14, 15.41, 15.72, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6681, 1869, 6477, 2635, 9, 14, 77.51, 79.06, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6682, 1869, 6478, 99, 1, 14, 197.96, 201.92, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6683, 1869, 6479, 5342, 6, 14, 1019.99, 1040.39, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6684, 1869, 6480, 3425, 3, 14, 25.95, 26.47, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6685, 1869, 6481, 5412, 3, 14, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6686, 1869, 6482, 6168, 6, 14, 30.15, 30.75, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:05'),
(6687, 1869, 6483, 2976, 3, 14, 45.04, 45.94, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6688, 1869, 6484, 595, 6, 14, 399.00, 406.98, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6689, 1869, 6485, 4631, 9, 14, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6690, 1869, 6486, 5297, 9, 14, 97.19, 99.13, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6691, 1869, 6487, 5818, 6, 14, 2094.56, 2136.45, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6692, 1869, 6488, 3593, 3, 14, 4.71, 4.80, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6693, 1869, 6489, 305, 6, 14, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6694, 1869, 6490, 2649, 1, 14, 6.83, 6.97, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6695, 1869, 6491, 949, 9, 14, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6696, 1869, 6492, 1827, 9, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-25 14:11:05', '2024-05-25 14:11:05', '2024-05-25 15:12:06'),
(6697, 1869, 6493, 1827, 3, 14, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-25 14:12:05', '2024-05-25 14:12:05', '2024-05-25 15:13:03'),
(6698, 1872, 6056, 1649, 3, NULL, 107.25, 2.14, 1, 1, 'manual_sell', '2024-05-25 14:27:44', '2024-05-25 14:27:44', '2024-05-25 15:28:03'),
(6699, 1872, 6055, 4650, 3, NULL, 550.37, 11.00, 1, 1, 'manual_sell', '2024-05-25 14:37:13', '2024-05-25 14:37:13', '2024-05-25 15:38:04'),
(6700, 1872, 6054, 4333, 5, NULL, 104.57, 107.70, 1, 1, 'manual_sell', '2024-05-25 14:48:37', '2024-05-25 14:48:37', '2024-05-25 15:49:03'),
(6701, 1872, 6053, 2241, 3, NULL, 99.51, 1.90, 1, 1, 'manual_sell', '2024-05-25 14:49:50', '2024-05-25 14:49:50', '2024-05-25 15:50:05'),
(6702, 1872, 5681, 1880, 1, NULL, 132.79, 136.77, 1, 2, 'manual_sell', '2024-05-25 14:51:14', '2024-05-25 14:51:14', '2024-05-25 15:52:02'),
(6703, 1872, 5683, 3472, 5, NULL, 324.54, 6.49, 1, 1, 'manual_sell', '2024-05-25 15:04:15', '2024-05-25 15:04:15', '2024-05-25 16:05:06'),
(6704, 1872, 5977, 3135, 5, NULL, 325.44, 6.50, 1, 1, 'manual_sell', '2024-05-25 15:05:22', '2024-05-25 15:05:22', '2024-05-25 16:06:03'),
(6705, 1872, 6052, 4186, 5, NULL, 143.00, 2.86, 1, 1, 'manual_sell', '2024-05-25 15:07:50', '2024-05-25 15:07:50', '2024-05-25 16:08:03'),
(6706, 1872, 6051, 1997, 1, NULL, 261.80, 269.65, 1, 2, 'manual_sell', '2024-05-25 15:09:49', '2024-05-25 15:09:49', '2024-05-25 16:10:06'),
(6707, 1872, 6050, 2790, 3, NULL, 138.03, 2.76, 1, 1, 'manual_sell', '2024-05-25 15:10:38', '2024-05-25 15:10:38', '2024-05-25 16:11:03'),
(6708, 1747, 5926, 1640, 9, NULL, 1.00, 1.03, 20, 2, 'manual_sell', '2024-05-25 15:34:48', '2024-05-25 15:34:48', '2024-05-25 16:35:05'),
(6709, 1747, 5925, 2608, 9, NULL, 10.00, 10.30, 20, 2, 'manual_sell', '2024-05-25 15:35:14', '2024-05-25 15:35:14', '2024-05-25 16:36:03'),
(6710, 1747, 5924, 1956, 9, NULL, 10.07, 10.37, 11, 2, 'manual_sell', '2024-05-25 15:35:43', '2024-05-25 15:35:43', '2024-05-25 16:36:03'),
(6711, 1747, 5923, 1935, 9, NULL, 55.00, 56.65, 4, 2, 'manual_sell', '2024-05-25 15:37:38', '2024-05-25 15:37:38', '2024-05-25 16:38:03'),
(6712, 1747, 5922, 2926, 9, NULL, 80.00, 82.40, 4, 2, 'manual_sell', '2024-05-25 15:38:18', '2024-05-25 15:38:18', '2024-05-25 16:39:03'),
(6713, 1747, 5921, 2916, 9, NULL, 86.00, 88.58, 4, 2, 'manual_sell', '2024-05-25 15:39:13', '2024-05-25 15:39:13', '2024-05-25 16:40:05'),
(6714, 1872, 6494, 2218, 6, 18, 21.54, 21.97, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6715, 1872, 6495, 5859, 1, 18, 198.90, 202.88, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6716, 1872, 6496, 3474, 9, 18, 90.90, 92.72, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6717, 1872, 6497, 984, 6, 18, 728.00, 742.56, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6718, 1872, 6498, 3654, 3, 18, 18.01, 18.37, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6719, 1872, 6499, 4765, 1, 18, 55.08, 56.18, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6720, 1872, 6500, 4384, 6, 18, 83.42, 85.09, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6721, 1872, 6501, 544, 6, 18, 4896.00, 4993.92, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6722, 1872, 6502, 5523, 1, 18, 29.20, 29.78, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6723, 1872, 6503, 4838, 9, 18, 699.59, 713.58, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:04'),
(6724, 1872, 6504, 3489, 3, 18, 10.39, 10.60, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6725, 1872, 6505, 2404, 6, 18, 659.18, 672.36, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6726, 1872, 6506, 1862, 1, 18, 50.83, 51.85, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6727, 1872, 6507, 2891, 6, 18, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6728, 1872, 6508, 369, 9, 18, 13.37, 13.64, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6729, 1872, 6509, 316, 9, 18, 245.26, 250.17, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6730, 1872, 6510, 4862, 1, 18, 14.45, 14.74, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6731, 1872, 6511, 3966, 6, 18, 33.04, 33.70, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6732, 1872, 6512, 1235, 1, 18, 12.14, 12.38, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6733, 1872, 6513, 3755, 9, 18, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:05'),
(6734, 1872, 6514, 299, 9, 18, 2.59, 2.64, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6735, 1872, 6515, 658, 3, 18, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6736, 1872, 6516, 1312, 1, 18, 7.48, 7.63, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6737, 1872, 6517, 239, 1, 18, 46.75, 47.69, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6738, 1872, 6518, 4278, 3, 18, 27.22, 27.76, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6739, 1872, 6519, 3143, 3, 18, 37.10, 37.84, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6740, 1872, 6520, 4677, 1, 18, 13.74, 14.01, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6741, 1872, 6521, 866, 1, 18, 61.80, 63.04, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6742, 1872, 6522, 729, 1, 18, 11.96, 12.20, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6743, 1872, 6523, 2460, 6, 18, 9.33, 9.52, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6744, 1872, 6524, 4447, 1, 18, 114.40, 116.69, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6745, 1872, 6525, 4982, 9, 18, 85.85, 87.57, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6746, 1872, 6526, 387, 3, 18, 2590.65, 2642.46, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6747, 1872, 6527, 1951, 1, 18, 37.12, 37.86, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6748, 1872, 6528, 2069, 1, 18, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6749, 1872, 6529, 1030, 6, 18, 26.50, 27.03, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6750, 1872, 6530, 3580, 1, 18, 7.51, 7.66, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6751, 1872, 6531, 5580, 6, 18, 13.62, 13.89, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6752, 1872, 6532, 3527, 1, 18, 3.01, 3.07, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6753, 1872, 6533, 4480, 6, 18, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6754, 1872, 6534, 873, 6, 18, 2.60, 2.65, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6755, 1872, 6535, 949, 6, 18, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6756, 1872, 6536, 734, 6, 18, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6757, 1872, 6537, 756, 1, 18, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-25 16:03:05', '2024-05-25 16:03:05', '2024-05-25 17:04:06'),
(6758, 1872, 6051, 1997, 1, NULL, 261.80, 269.65, 1, 2, 'manual_sell', '2024-05-25 18:02:07', '2024-05-25 18:02:07', '2024-05-25 19:03:03'),
(6759, 1872, 5681, 1880, 3, NULL, 132.79, 2.65, 1, 1, 'manual_sell', '2024-05-25 18:03:16', '2024-05-25 18:03:16', '2024-05-25 19:04:03'),
(6760, 1747, 5926, 1640, 5, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-05-25 18:40:42', '2024-05-25 18:40:42', '2024-05-25 19:41:03'),
(6761, 1747, 5925, 2608, 1, NULL, 10.00, 10.30, 20, 2, 'manual_sell', '2024-05-26 05:17:58', '2024-05-26 05:17:58', '2024-05-26 06:18:03'),
(6762, 1747, 5924, 1956, 1, NULL, 10.07, 10.37, 11, 2, 'manual_sell', '2024-05-26 05:18:32', '2024-05-26 05:18:32', '2024-05-26 06:19:04'),
(6763, 1747, 5923, 1935, 1, NULL, 55.00, 56.65, 4, 2, 'manual_sell', '2024-05-26 05:18:57', '2024-05-26 05:18:57', '2024-05-26 06:19:04'),
(6764, 1747, 5922, 2926, 1, NULL, 80.00, 82.40, 4, 2, 'manual_sell', '2024-05-26 05:19:21', '2024-05-26 05:19:21', '2024-05-26 06:20:07'),
(6765, 1747, 5921, 2916, 1, NULL, 86.00, 88.58, 4, 2, 'manual_sell', '2024-05-26 05:20:03', '2024-05-26 05:20:03', '2024-05-26 06:20:07'),
(6766, 1747, 5925, 2608, 5, NULL, 10.00, 10.30, 20, 1, 'manual_sell', '2024-05-26 09:18:50', '2024-05-26 09:18:50', '2024-05-26 10:19:03'),
(6767, 1747, 5924, 1956, 5, NULL, 10.07, 10.37, 11, 1, 'manual_sell', '2024-05-26 09:19:14', '2024-05-26 09:19:14', '2024-05-26 10:20:05'),
(6768, 1747, 5923, 1935, 5, NULL, 55.00, 56.65, 4, 1, 'manual_sell', '2024-05-26 09:19:36', '2024-05-26 09:19:36', '2024-05-26 10:20:05'),
(6769, 1747, 5922, 2926, 5, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-26 09:19:59', '2024-05-26 09:19:59', '2024-05-26 10:20:05'),
(6770, 1747, 5921, 2916, 5, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-26 09:20:30', '2024-05-26 09:20:30', '2024-05-26 10:21:03'),
(6771, 1869, 6541, 1562, 9, 17, 118.08, 120.44, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6772, 1869, 6542, 1264, 9, 17, 130.85, 133.47, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6773, 1869, 6543, 6120, 3, 17, 28.44, 29.01, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6774, 1869, 6544, 4848, 6, 17, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6775, 1869, 6545, 806, 1, 17, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6776, 1869, 6546, 3259, 9, 17, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6777, 1869, 6547, 4760, 9, 17, 71.39, 72.82, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6778, 1869, 6548, 5157, 6, 17, 7348.95, 7495.93, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6779, 1869, 6549, 2117, 3, 17, 16.82, 17.16, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6780, 1869, 6550, 3597, 6, 17, 11.52, 11.75, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:06'),
(6781, 1869, 6551, 4060, 1, 17, 16.47, 16.80, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:07'),
(6782, 1869, 6552, 1957, 6, 17, 21.22, 21.64, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:07'),
(6783, 1869, 6553, 3592, 6, 17, 177.50, 181.05, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:07'),
(6784, 1869, 6554, 1397, 3, 17, 614.91, 627.21, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:07'),
(6785, 1869, 6555, 2436, 9, 17, 15.04, 15.34, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:07'),
(6786, 1869, 6556, 2057, 3, 17, 633.88, 646.56, 1, 1, 'ai_sell', '2024-05-26 11:19:05', '2024-05-26 11:19:05', '2024-05-26 12:20:07'),
(6787, 1869, 6557, 2999, 1, 17, 105.00, 107.10, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6788, 1869, 6558, 2280, 9, 17, 206.00, 210.12, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6789, 1869, 6559, 5628, 6, 17, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6790, 1869, 6560, 1963, 9, 17, 11.29, 11.52, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6791, 1869, 6561, 4202, 1, 17, 4.93, 5.03, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6792, 1869, 6562, 5789, 3, 17, 306.00, 312.12, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6793, 1869, 6563, 4815, 6, 17, 18.12, 18.48, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6794, 1869, 6564, 5971, 3, 17, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6795, 1869, 6565, 2513, 6, 17, 389.95, 397.75, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6796, 1869, 6566, 2631, 1, 17, 42.01, 42.85, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6797, 1869, 6567, 467, 1, 17, 37.53, 38.28, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6798, 1869, 6568, 3485, 3, 17, 5.71, 5.82, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6799, 1869, 6569, 2312, 1, 17, 141.40, 144.23, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6800, 1869, 6570, 5898, 1, 17, 35.78, 36.50, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6801, 1869, 6571, 4257, 3, 17, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6802, 1869, 6572, 1409, 6, 17, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6803, 1869, 6573, 4085, 3, 17, 11.29, 11.52, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6804, 1869, 6574, 3256, 6, 17, 520.00, 530.40, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6805, 1869, 6575, 4719, 6, 17, 7.07, 7.21, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6806, 1869, 6576, 5554, 1, 17, 5.58, 5.69, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6807, 1869, 6577, 3390, 6, 17, 19.99, 20.39, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6808, 1869, 6578, 651, 6, 17, 13.39, 13.66, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6809, 1869, 6579, 4750, 1, 17, 67.86, 69.22, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6810, 1869, 6580, 1811, 6, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-26 11:19:06', '2024-05-26 11:19:06', '2024-05-26 12:20:07'),
(6811, 1747, 6540, 1640, 5, NULL, 1.00, 1.03, 1, 1, 'manual_sell', '2024-05-26 11:19:14', '2024-05-26 11:19:14', '2024-05-26 12:20:07'),
(6812, 1866, 6582, 1134, 3, 16, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:02'),
(6813, 1866, 6583, 375, 1, 16, 199.50, 203.49, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:02'),
(6814, 1866, 6584, 6105, 6, 16, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:02'),
(6815, 1866, 6585, 3143, 3, 16, 36.75, 37.49, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:02'),
(6816, 1866, 6586, 3969, 1, 16, 14.07, 14.35, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:02'),
(6817, 1866, 6587, 1545, 9, 16, 552.30, 563.35, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:02'),
(6818, 1866, 6588, 3404, 3, 16, 15.16, 15.46, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6819, 1866, 6589, 1518, 3, 16, 223.60, 228.07, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6820, 1866, 6590, 3212, 3, 16, 8.16, 8.32, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6821, 1866, 6591, 5494, 3, 16, 658.24, 671.40, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6822, 1866, 6592, 5864, 6, 16, 39.21, 39.99, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6823, 1866, 6593, 1922, 9, 16, 230.28, 234.89, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6824, 1866, 6594, 1249, 1, 16, 41.20, 42.02, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6825, 1866, 6595, 1777, 9, 16, 29.92, 30.52, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6826, 1866, 6596, 1339, 3, 16, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6827, 1866, 6597, 5372, 6, 16, 167.99, 171.35, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6828, 1866, 6598, 1718, 1, 16, 4.07, 4.15, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(6829, 1866, 6599, 6107, 1, 16, 14.15, 14.43, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6830, 1866, 6600, 5955, 6, 16, 6.34, 6.47, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6831, 1866, 6601, 4432, 6, 16, 525.30, 535.81, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6832, 1866, 6602, 657, 6, 16, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6833, 1866, 6603, 4577, 3, 16, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6834, 1866, 6604, 5012, 9, 16, 16.63, 16.96, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6835, 1866, 6605, 5695, 6, 16, 59.31, 60.50, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6836, 1866, 6606, 1758, 9, 16, 428.76, 437.34, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6837, 1866, 6607, 4003, 6, 16, 193.79, 197.67, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6838, 1866, 6608, 959, 6, 16, 2.63, 2.68, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6839, 1866, 6609, 2915, 9, 16, 1009.08, 1029.26, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6840, 1866, 6610, 5267, 3, 16, 59.56, 60.75, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6841, 1866, 6611, 5878, 9, 16, 381.60, 389.23, 1, 1, 'ai_sell', '2024-05-26 12:23:07', '2024-05-26 12:23:07', '2024-05-26 13:24:03'),
(6842, 1866, 6612, 6164, 6, 16, 56.39, 57.52, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6843, 1866, 6613, 1311, 3, 16, 46.37, 47.30, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6844, 1866, 6614, 1076, 3, 16, 51.44, 52.47, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6845, 1866, 6615, 411, 3, 16, 33.62, 34.29, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6846, 1866, 6616, 2416, 1, 16, 25.67, 26.18, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6847, 1866, 6617, 4006, 6, 16, 121.41, 123.84, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6848, 1866, 6618, 3105, 6, 16, 181.80, 185.44, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6849, 1866, 6619, 6147, 3, 16, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6850, 1866, 6620, 4585, 9, 16, 81.60, 83.23, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6851, 1866, 6621, 572, 3, 16, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6852, 1866, 6622, 2719, 6, 16, 27.25, 27.80, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6853, 1866, 6623, 5194, 3, 16, 1236.00, 1260.72, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6854, 1866, 6624, 1087, 3, 16, 1255.04, 1280.14, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6855, 1866, 6625, 5611, 3, 16, 67.75, 69.11, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6856, 1866, 6626, 3887, 1, 16, 314.82, 321.12, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6857, 1866, 6627, 1274, 1, 16, 3.37, 3.44, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6858, 1866, 6628, 2942, 1, 16, 624.00, 636.48, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6859, 1866, 6629, 138, 1, 16, 128.78, 131.36, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6860, 1866, 6630, 2461, 9, 16, 7.34, 7.49, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6861, 1866, 6631, 3318, 6, 16, 1.17, 1.19, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6862, 1866, 6632, 2024, 9, 16, 12.94, 13.20, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6863, 1866, 6633, 3532, 1, 16, 8.09, 8.25, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6864, 1866, 6634, 1403, 1, 16, 8.25, 8.42, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6865, 1866, 6635, 586, 9, 16, 773.80, 789.28, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6866, 1866, 6636, 709, 9, 16, 194.27, 198.16, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6867, 1866, 6637, 5659, 6, 16, 122.20, 124.64, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6868, 1866, 6638, 2539, 1, 16, 11.12, 11.34, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6869, 1866, 6639, 2049, 9, 16, 9.22, 9.40, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6870, 1866, 6640, 1975, 6, 16, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6871, 1866, 6641, 3674, 1, 16, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6872, 1866, 6642, 660, 3, 16, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6873, 1866, 6643, 1952, 9, 16, 1.37, 1.40, 1, 1, 'ai_sell', '2024-05-26 12:23:08', '2024-05-26 12:23:08', '2024-05-26 13:24:03'),
(6874, 1798, 6581, 4644, 9, NULL, 25.00, 25.75, 2, 2, 'manual_sell', '2024-05-26 12:40:41', '2024-05-26 12:40:41', '2024-05-26 13:41:03'),
(6875, 1798, 6644, 144, 9, NULL, 25.00, 25.75, 2, 2, 'manual_sell', '2024-05-26 12:44:15', '2024-05-26 12:44:15', '2024-05-26 13:45:05'),
(6876, 1798, 6645, 310, 9, NULL, 54.00, 55.62, 1, 2, 'manual_sell', '2024-05-26 12:46:36', '2024-05-26 12:46:36', '2024-05-26 13:47:03'),
(6877, 1798, 6646, 1989, 9, NULL, 50.00, 51.50, 2, 2, 'manual_sell', '2024-05-26 12:48:23', '2024-05-26 12:48:23', '2024-05-26 13:49:04'),
(6878, 1871, 6647, 3597, 6, 7, 11.74, 11.97, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:02'),
(6879, 1871, 6648, 4139, 1, 7, 61.77, 63.01, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:02'),
(6880, 1871, 6649, 2613, 6, 7, 30.02, 30.62, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:02'),
(6881, 1871, 6650, 4576, 3, 7, 9.07, 9.25, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6882, 1871, 6651, 496, 1, 7, 133.89, 136.57, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6883, 1871, 6652, 3462, 1, 7, 817.53, 833.88, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6884, 1871, 6653, 130, 6, 7, 37.55, 38.30, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6885, 1871, 6654, 281, 1, 7, 275.00, 280.50, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6886, 1871, 6655, 2999, 6, 7, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6887, 1871, 6656, 3690, 6, 7, 7.83, 7.99, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6888, 1871, 6657, 1657, 6, 7, 2034.90, 2075.60, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6889, 1871, 6658, 4442, 3, 7, 29.40, 29.99, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6890, 1871, 6659, 66, 1, 7, 40.17, 40.97, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6891, 1871, 6660, 4152, 9, 7, 36.38, 37.11, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6892, 1871, 6661, 3570, 3, 7, 1560.30, 1591.51, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6893, 1871, 6662, 5859, 9, 7, 204.75, 208.85, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6894, 1871, 6663, 4164, 1, 7, 1343.99, 1370.87, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6895, 1871, 6664, 632, 9, 7, 18.36, 18.73, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6896, 1871, 6665, 3734, 1, 7, 143.87, 146.75, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6897, 1871, 6666, 3911, 3, 7, 381.60, 389.23, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6898, 1871, 6667, 1345, 6, 7, 19.95, 20.35, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6899, 1871, 6668, 868, 3, 7, 73.50, 74.97, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6900, 1871, 6669, 4234, 1, 7, 42.65, 43.50, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6901, 1871, 6670, 2622, 1, 7, 29.61, 30.20, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6902, 1871, 6671, 4566, 1, 7, 66.29, 67.62, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6903, 1871, 6672, 3623, 1, 7, 41.10, 41.92, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6904, 1871, 6673, 784, 9, 7, 40.83, 41.65, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6905, 1871, 6674, 2742, 1, 7, 156.56, 159.69, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6906, 1871, 6675, 4115, 6, 7, 61.19, 62.41, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:03'),
(6907, 1871, 6676, 2197, 9, 7, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6908, 1871, 6677, 5171, 1, 7, 46.91, 47.85, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6909, 1871, 6678, 4528, 9, 7, 62.82, 64.08, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6910, 1871, 6679, 3700, 6, 7, 202.81, 206.87, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6911, 1871, 6680, 3067, 1, 7, 75.65, 77.16, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6912, 1871, 6681, 1153, 3, 7, 40.55, 41.36, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6913, 1871, 6682, 1081, 1, 7, 169.59, 172.98, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6914, 1871, 6683, 6132, 9, 7, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6915, 1871, 6684, 2552, 9, 7, 72.79, 74.25, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6916, 1871, 6685, 717, 3, 7, 40.78, 41.60, 1, 1, 'ai_sell', '2024-05-26 13:42:06', '2024-05-26 13:42:06', '2024-05-26 14:43:04'),
(6917, 1871, 6686, 1223, 1, 7, 18.28, 18.65, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6918, 1871, 6687, 1956, 1, 7, 10.37, 10.58, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6919, 1871, 6688, 1851, 1, 7, 68.19, 69.55, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6920, 1871, 6689, 1207, 3, 7, 58.58, 59.75, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6921, 1871, 6690, 5901, 6, 7, 43.13, 43.99, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6922, 1871, 6691, 3468, 6, 7, 1359.75, 1386.95, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6923, 1871, 6692, 4430, 1, 7, 157.50, 160.65, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6924, 1871, 6693, 2948, 6, 7, 36.02, 36.74, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6925, 1871, 6694, 548, 9, 7, 57.24, 58.38, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6926, 1871, 6695, 6036, 1, 7, 47.17, 48.11, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6927, 1871, 6696, 608, 9, 7, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6928, 1871, 6697, 2848, 9, 7, 239.19, 243.97, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6929, 1871, 6698, 5471, 3, 7, 4.07, 4.15, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6930, 1871, 6699, 118, 3, 7, 228.80, 233.38, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6931, 1871, 6700, 4685, 9, 7, 16.21, 16.53, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6932, 1871, 6701, 2171, 3, 7, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6933, 1871, 6702, 3761, 6, 7, 14.26, 14.55, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6934, 1871, 6703, 3415, 1, 7, 104.94, 107.04, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6935, 1871, 6704, 3504, 9, 7, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6936, 1871, 6705, 1452, 1, 7, 29.56, 30.15, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6937, 1871, 6706, 2668, 6, 7, 1366.34, 1393.67, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6938, 1871, 6707, 3626, 9, 7, 19.99, 20.39, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6939, 1871, 6708, 5520, 9, 7, 281.79, 287.43, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6940, 1871, 6709, 1405, 1, 7, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6941, 1871, 6710, 1398, 3, 7, 47.29, 48.24, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6942, 1871, 6711, 261, 6, 7, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6943, 1871, 6712, 4911, 1, 7, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6944, 1871, 6713, 4212, 3, 7, 147.00, 149.94, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6945, 1871, 6714, 1310, 9, 7, 721.00, 735.42, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6946, 1871, 6715, 2372, 3, 7, 9.75, 9.95, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6947, 1871, 6716, 4233, 9, 7, 47.67, 48.62, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6948, 1871, 6717, 6117, 3, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6949, 1871, 6718, 5052, 9, 7, 8.93, 9.11, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6950, 1871, 6719, 2802, 9, 7, 47.58, 48.53, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6951, 1871, 6720, 3372, 3, 7, 262.50, 267.75, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6952, 1871, 6721, 751, 9, 7, 31.20, 31.82, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6953, 1871, 6722, 4293, 1, 7, 212.16, 216.40, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6954, 1871, 6723, 5372, 9, 7, 164.79, 168.09, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6955, 1871, 6724, 3186, 1, 7, 7.97, 8.13, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6956, 1871, 6725, 4548, 6, 7, 205.01, 209.11, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6957, 1871, 6726, 1293, 3, 7, 33.57, 34.24, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6958, 1871, 6727, 5683, 6, 7, 26.64, 27.17, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6959, 1871, 6728, 3792, 3, 7, 234.59, 239.28, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6960, 1871, 6729, 5656, 9, 7, 316.20, 322.52, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6961, 1871, 6730, 4505, 3, 7, 97.85, 99.81, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6962, 1871, 6731, 3632, 9, 7, 8.40, 8.57, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6963, 1871, 6732, 5770, 9, 7, 30.61, 31.22, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6964, 1871, 6733, 2526, 9, 7, 771.47, 786.90, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6965, 1871, 6734, 5103, 3, 7, 76.32, 77.85, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6966, 1871, 6735, 4345, 9, 7, 201.86, 205.90, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6967, 1871, 6736, 6071, 9, 7, 51.49, 52.52, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6968, 1871, 6737, 274, 6, 7, 342.98, 349.84, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6969, 1871, 6738, 1195, 1, 7, 12.99, 13.25, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6970, 1871, 6739, 1241, 3, 7, 196.93, 200.87, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6971, 1871, 6740, 4041, 1, 7, 772.50, 787.95, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6972, 1871, 6741, 1566, 9, 7, 323.20, 329.66, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6973, 1871, 6742, 6160, 3, 7, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6974, 1871, 6743, 2084, 1, 7, 16.64, 16.97, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6975, 1871, 6744, 4275, 9, 7, 19.95, 20.35, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6976, 1871, 6745, 3313, 1, 7, 14.28, 14.57, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6977, 1871, 6746, 5064, 3, 7, 106.04, 108.16, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6978, 1871, 6747, 4433, 6, 7, 713.99, 728.27, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6979, 1871, 6748, 3750, 1, 7, 67.60, 68.95, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6980, 1871, 6749, 5796, 6, 7, 1272.00, 1297.44, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6981, 1871, 6750, 2602, 3, 7, 11.22, 11.44, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6982, 1871, 6751, 1751, 9, 7, 916.96, 935.30, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:04'),
(6983, 1871, 6752, 1642, 1, 7, 240.92, 245.74, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6984, 1871, 6753, 478, 3, 7, 13.84, 14.12, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6985, 1871, 6754, 726, 6, 7, 98.97, 100.95, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6986, 1871, 6755, 1152, 3, 7, 33.99, 34.67, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6987, 1871, 6756, 1174, 6, 7, 29.57, 30.16, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6988, 1871, 6757, 2891, 3, 7, 30.60, 31.21, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6989, 1871, 6758, 4674, 3, 7, 5.36, 5.47, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6990, 1871, 6759, 518, 1, 7, 3149.29, 3212.28, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6991, 1871, 6760, 4201, 1, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6992, 1871, 6761, 3482, 6, 7, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6993, 1871, 6762, 2115, 1, 7, 22.88, 23.34, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6994, 1871, 6763, 5792, 9, 7, 295.80, 301.72, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6995, 1871, 6764, 3608, 9, 7, 87.29, 89.04, 1, 1, 'ai_sell', '2024-05-26 13:42:07', '2024-05-26 13:42:07', '2024-05-26 14:43:05'),
(6996, 1871, 6765, 2376, 3, 7, 120.24, 122.64, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(6997, 1871, 6766, 5868, 3, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(6998, 1871, 6767, 4401, 9, 7, 30.30, 30.91, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(6999, 1871, 6768, 4374, 1, 7, 9.44, 9.63, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7000, 1871, 6769, 387, 9, 7, 2641.95, 2694.79, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7001, 1871, 6770, 5891, 6, 7, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7002, 1871, 6771, 5954, 9, 7, 186.16, 189.88, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7003, 1871, 6772, 725, 6, 7, 74.15, 75.63, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7004, 1871, 6773, 1888, 6, 7, 560.74, 571.95, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7005, 1871, 6774, 55, 3, 7, 29.29, 29.88, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7006, 1871, 6775, 3139, 9, 7, 41.82, 42.66, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7007, 1871, 6776, 1632, 1, 7, 1713.60, 1747.87, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7008, 1871, 6777, 2946, 3, 7, 651.45, 664.48, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7009, 1871, 6778, 4924, 3, 7, 154.00, 157.08, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7010, 1871, 6779, 5375, 6, 7, 38.96, 39.74, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7011, 1871, 6780, 6115, 9, 7, 5.28, 5.39, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7012, 1871, 6781, 4473, 6, 7, 224.40, 228.89, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7013, 1871, 6782, 6168, 1, 7, 29.86, 30.46, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7014, 1871, 6783, 1476, 3, 7, 170.56, 173.97, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7015, 1871, 6784, 747, 3, 7, 14.90, 15.20, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7016, 1871, 6785, 1421, 1, 7, 19.38, 19.77, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7017, 1871, 6786, 1561, 1, 7, 357.00, 364.14, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7018, 1871, 6787, 2447, 9, 7, 180.24, 183.84, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7019, 1871, 6788, 3425, 6, 7, 24.97, 25.47, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7020, 1871, 6789, 5983, 1, 7, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7021, 1871, 6790, 540, 6, 7, 386.24, 393.96, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7022, 1871, 6791, 2897, 3, 7, 4960.49, 5059.70, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7023, 1871, 6792, 3661, 1, 7, 312.00, 318.24, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7024, 1871, 6793, 3858, 3, 7, 74.54, 76.03, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7025, 1871, 6794, 4718, 9, 7, 53.21, 54.27, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7026, 1871, 6795, 5673, 9, 7, 1365.00, 1392.30, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7027, 1871, 6796, 4553, 9, 7, 9.69, 9.88, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7028, 1871, 6797, 3710, 1, 7, 1109.57, 1131.76, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7029, 1871, 6798, 3103, 3, 7, 136.68, 139.41, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7030, 1871, 6799, 1140, 3, 7, 52.49, 53.54, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7031, 1871, 6800, 40, 9, 7, 48.41, 49.38, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7032, 1871, 6801, 2695, 9, 7, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7033, 1871, 6802, 3057, 1, 7, 13.24, 13.50, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7034, 1871, 6803, 3287, 9, 7, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7035, 1871, 6804, 148, 3, 7, 10.54, 10.75, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7036, 1871, 6805, 1198, 6, 7, 2.30, 2.35, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7037, 1871, 6806, 624, 1, 7, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7038, 1871, 6807, 803, 3, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7039, 1871, 6808, 949, 6, 7, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7040, 1870, 6809, 3597, 1, 8, 11.63, 11.86, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7041, 1870, 6810, 4139, 3, 8, 61.17, 62.39, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7042, 1870, 6811, 2613, 3, 8, 30.31, 30.92, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7043, 1870, 6812, 4576, 9, 8, 9.43, 9.62, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7044, 1870, 6813, 496, 3, 8, 137.79, 140.55, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7045, 1870, 6814, 3462, 9, 8, 817.53, 833.88, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7046, 1870, 6815, 130, 6, 8, 37.55, 38.30, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7047, 1870, 6816, 281, 6, 8, 277.67, 283.22, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7048, 1870, 6817, 2999, 9, 8, 105.00, 107.10, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7049, 1870, 6818, 3690, 6, 8, 7.68, 7.83, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7050, 1870, 6819, 1657, 6, 8, 2054.85, 2095.95, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7051, 1870, 6820, 4442, 6, 8, 29.68, 30.27, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7052, 1870, 6821, 66, 1, 8, 40.95, 41.77, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7053, 1870, 6822, 4152, 1, 8, 36.38, 37.11, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7054, 1870, 6823, 3570, 6, 8, 1545.44, 1576.35, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7055, 1870, 6824, 5859, 3, 8, 198.90, 202.88, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7056, 1870, 6825, 4164, 6, 8, 1343.99, 1370.87, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7057, 1870, 6826, 632, 6, 8, 18.72, 19.09, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7058, 1870, 6827, 3734, 1, 8, 142.50, 145.35, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7059, 1870, 6828, 3911, 9, 8, 374.40, 381.89, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7060, 1870, 6829, 1345, 6, 8, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7061, 1870, 6830, 868, 1, 8, 72.10, 73.54, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7062, 1870, 6831, 4234, 6, 8, 41.43, 42.26, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7063, 1870, 6832, 2622, 3, 8, 29.32, 29.91, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7064, 1870, 6833, 4566, 9, 8, 65.64, 66.95, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7065, 1870, 6834, 3623, 1, 8, 42.29, 43.14, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7066, 1870, 6835, 784, 9, 8, 40.83, 41.65, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7067, 1870, 6836, 2742, 1, 8, 159.60, 162.79, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7068, 1870, 6837, 4115, 3, 8, 60.59, 61.80, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7069, 1870, 6838, 2197, 9, 8, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7070, 1870, 6839, 5171, 6, 8, 47.37, 48.32, 1, 1, 'ai_sell', '2024-05-26 13:42:08', '2024-05-26 13:42:08', '2024-05-26 14:43:05'),
(7071, 1870, 6840, 4528, 9, 8, 64.04, 65.32, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:05'),
(7072, 1870, 6841, 3700, 9, 8, 210.84, 215.06, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:05'),
(7073, 1870, 6842, 3067, 3, 8, 75.65, 77.16, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:05'),
(7074, 1870, 6843, 1153, 3, 8, 40.94, 41.76, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:05'),
(7075, 1870, 6844, 1081, 1, 8, 169.59, 172.98, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:05'),
(7076, 1870, 6845, 6132, 6, 8, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:05'),
(7077, 1870, 6846, 2552, 1, 8, 71.39, 72.82, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7078, 1870, 6847, 717, 9, 8, 40.78, 41.60, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7079, 1870, 6848, 1223, 6, 8, 18.82, 19.20, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7080, 1870, 6849, 1956, 3, 8, 10.37, 10.58, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7081, 1870, 6850, 1851, 6, 8, 66.24, 67.56, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7082, 1870, 6851, 1207, 1, 8, 59.74, 60.93, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7083, 1870, 6852, 5901, 6, 8, 41.10, 41.92, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7084, 1870, 6853, 3468, 9, 8, 1333.85, 1360.53, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7085, 1870, 6854, 4430, 3, 8, 157.50, 160.65, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7086, 1870, 6855, 2948, 9, 8, 36.72, 37.45, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7087, 1870, 6856, 548, 6, 8, 54.54, 55.63, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7088, 1870, 6857, 6036, 1, 8, 45.81, 46.73, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7089, 1870, 6858, 608, 1, 8, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7090, 1870, 6859, 2848, 9, 8, 232.29, 236.94, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7091, 1870, 6860, 5471, 9, 8, 4.19, 4.27, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7092, 1870, 6861, 118, 3, 8, 226.60, 231.13, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7093, 1870, 6862, 4685, 1, 8, 16.84, 17.18, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7094, 1870, 6863, 2171, 6, 8, 309.00, 315.18, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7095, 1870, 6864, 3761, 6, 8, 14.12, 14.40, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7096, 1870, 6865, 3415, 3, 8, 99.99, 101.99, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7097, 1870, 6866, 3504, 9, 8, 8.39, 8.56, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7098, 1870, 6867, 1452, 9, 8, 29.56, 30.15, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7099, 1870, 6868, 3626, 6, 8, 19.24, 19.62, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7100, 1870, 6869, 5520, 1, 8, 287.37, 293.12, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7101, 1870, 6870, 1405, 3, 8, 10.00, 10.20, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7102, 1870, 6871, 1398, 1, 8, 47.75, 48.71, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7103, 1870, 6872, 261, 1, 8, 22.04, 22.48, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7104, 1870, 6873, 4911, 3, 8, 29.72, 30.31, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7105, 1870, 6874, 4212, 3, 8, 145.60, 148.51, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7106, 1870, 6875, 2372, 3, 8, 9.57, 9.76, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7107, 1870, 6876, 6117, 1, 8, 13.12, 13.38, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7108, 1870, 6877, 5052, 9, 8, 9.02, 9.20, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7109, 1870, 6878, 1198, 1, 8, 2.25, 2.30, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7110, 1870, 6879, 624, 6, 8, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7111, 1870, 6880, 1827, 9, 8, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-26 13:42:09', '2024-05-26 13:42:09', '2024-05-26 14:43:06'),
(7112, 1798, 6581, 4644, 5, NULL, 25.00, 25.75, 2, 1, 'manual_sell', '2024-05-26 13:43:50', '2024-05-26 13:43:50', '2024-05-26 14:44:02'),
(7113, 1798, 6644, 144, 5, NULL, 25.00, 25.75, 2, 1, 'manual_sell', '2024-05-26 13:45:51', '2024-05-26 13:45:51', '2024-05-26 14:46:03'),
(7114, 1798, 6645, 310, 5, NULL, 54.00, 55.62, 1, 1, 'manual_sell', '2024-05-26 13:48:28', '2024-05-26 13:48:28', '2024-05-26 14:49:04'),
(7115, 1798, 6646, 1989, 5, NULL, 50.00, 51.50, 2, 1, 'manual_sell', '2024-05-26 13:50:05', '2024-05-26 13:50:05', '2024-05-26 14:51:03'),
(7116, 1866, 6881, 4595, 9, 6, 51.92, 52.39, 1, 1, 'ai_sell', '2024-05-26 13:59:04', '2024-05-26 13:59:04', '2024-05-26 15:00:05'),
(7117, 1866, 6882, 3324, 3, 6, 1.43, 1.44, 1, 1, 'ai_sell', '2024-05-26 13:59:04', '2024-05-26 13:59:04', '2024-05-26 15:00:05'),
(7118, 1866, 6883, 1850, 6, 6, 0.57, 0.58, 1, 1, 'ai_sell', '2024-05-26 13:59:04', '2024-05-26 13:59:04', '2024-05-26 15:00:05'),
(7119, 1866, 6884, 803, 6, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-26 13:59:04', '2024-05-26 13:59:04', '2024-05-26 15:00:05'),
(7120, 1873, 6885, 2257, 9, 9, 311.10, 317.32, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7121, 1873, 6886, 599, 1, 9, 1224.00, 1248.48, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7122, 1873, 6887, 3426, 9, 9, 25.19, 25.69, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7123, 1873, 6888, 5121, 6, 9, 104.02, 106.10, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7124, 1873, 6889, 1719, 6, 9, 1.08, 1.10, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7125, 1873, 6890, 2654, 1, 9, 21.36, 21.79, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7126, 1873, 6891, 3121, 6, 9, 85.04, 86.74, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7127, 1873, 6892, 3881, 3, 9, 210.00, 214.20, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7128, 1873, 6893, 3287, 6, 9, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7129, 1873, 6894, 167, 9, 9, 26.87, 27.41, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7130, 1873, 6895, 3421, 9, 9, 30.74, 31.35, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7131, 1873, 6896, 4114, 3, 9, 307.40, 313.55, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7132, 1873, 6897, 2745, 3, 9, 41.22, 42.04, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7133, 1873, 6898, 342, 1, 9, 3559.64, 3630.83, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7134, 1873, 6899, 5637, 9, 9, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:03'),
(7135, 1873, 6900, 1222, 9, 9, 10.51, 10.72, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:04'),
(7136, 1873, 6901, 3977, 9, 9, 397.94, 405.90, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:04'),
(7137, 1873, 6902, 2864, 9, 9, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:04'),
(7138, 1873, 6903, 1594, 1, 9, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:04'),
(7139, 1873, 6904, 1736, 1, 9, 34.16, 34.84, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:04'),
(7140, 1873, 6905, 2931, 1, 9, 596.96, 608.90, 1, 1, 'ai_sell', '2024-05-26 14:02:06', '2024-05-26 14:02:06', '2024-05-26 15:03:04'),
(7141, 1873, 6906, 2283, 6, 9, 95.88, 97.80, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7142, 1873, 6907, 5351, 3, 9, 84.07, 85.75, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7143, 1873, 6908, 481, 1, 9, 18.15, 18.51, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7144, 1873, 6909, 3073, 6, 9, 114.24, 116.52, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7145, 1873, 6910, 6115, 3, 9, 5.08, 5.18, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7146, 1873, 6911, 1404, 9, 9, 29.89, 30.49, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7147, 1873, 6912, 210, 3, 9, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7148, 1873, 6913, 2306, 6, 9, 714.00, 728.28, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7149, 1873, 6914, 3233, 9, 9, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7150, 1873, 6915, 4810, 6, 9, 39.07, 39.85, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7151, 1873, 6916, 1065, 6, 9, 782.80, 798.46, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7152, 1873, 6917, 4244, 9, 9, 6110.00, 6232.20, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7153, 1873, 6918, 6138, 1, 9, 13.50, 13.77, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7154, 1873, 6919, 987, 3, 9, 85.89, 87.61, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:04'),
(7155, 1873, 6920, 3363, 1, 9, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7156, 1873, 6921, 608, 9, 9, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7157, 1873, 6922, 6031, 6, 9, 4.00, 4.08, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7158, 1873, 6923, 897, 3, 9, 487.59, 497.34, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7159, 1873, 6924, 5619, 6, 9, 100.99, 103.01, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7160, 1873, 6925, 2276, 3, 9, 64.62, 65.91, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7161, 1873, 6926, 4324, 6, 9, 26.50, 27.03, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7162, 1873, 6927, 1002, 3, 9, 325.21, 331.71, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7163, 1873, 6928, 3243, 1, 9, 10.76, 10.98, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7164, 1873, 6929, 5670, 1, 9, 1.94, 1.98, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7165, 1873, 6930, 152, 3, 9, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7166, 1873, 6931, 6069, 3, 9, 16.77, 17.11, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7167, 1873, 6932, 3103, 3, 9, 142.04, 144.88, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7168, 1873, 6933, 4525, 1, 9, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7169, 1873, 6934, 2394, 3, 9, 41.20, 42.02, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7170, 1873, 6935, 6027, 9, 9, 4.42, 4.51, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7171, 1873, 6936, 1575, 9, 9, 2.54, 2.59, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7172, 1873, 6937, 1811, 3, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7173, 1873, 6938, 734, 6, 9, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-26 14:02:07', '2024-05-26 14:02:07', '2024-05-26 15:03:05'),
(7174, 1866, 6939, 4572, 6, 11, 15.37, 15.68, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7175, 1866, 6940, 802, 3, 11, 66.18, 67.50, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7176, 1866, 6941, 1454, 3, 11, 70.53, 71.94, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7177, 1866, 6942, 2154, 6, 11, 19.96, 20.36, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7178, 1866, 6943, 3051, 1, 11, 74.95, 76.45, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7179, 1866, 6944, 2472, 9, 11, 47.78, 48.74, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7180, 1866, 6945, 836, 9, 11, 15.12, 15.42, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7181, 1866, 6946, 1867, 6, 11, 302.40, 308.45, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7182, 1866, 6947, 4748, 3, 11, 8.89, 9.07, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:03'),
(7183, 1866, 6948, 446, 9, 11, 153.36, 156.43, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7184, 1866, 6949, 4100, 1, 11, 6.23, 6.35, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7185, 1866, 6950, 391, 9, 11, 20.07, 20.47, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7186, 1866, 6951, 2124, 1, 11, 636.00, 648.72, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7187, 1866, 6952, 5549, 1, 11, 8.71, 8.88, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7188, 1866, 6953, 6046, 3, 11, 155.40, 158.51, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7189, 1866, 6954, 4763, 1, 11, 74.19, 75.67, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7190, 1866, 6955, 6019, 9, 11, 6.28, 6.41, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7191, 1866, 6956, 3171, 6, 11, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7192, 1866, 6957, 2031, 3, 11, 553.35, 564.42, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7193, 1866, 6958, 1384, 1, 11, 43.05, 43.91, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7194, 1866, 6959, 3436, 9, 11, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7195, 1866, 6960, 5472, 1, 11, 48.71, 49.68, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7196, 1866, 6961, 2485, 6, 11, 148.04, 151.00, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7197, 1866, 6962, 4840, 3, 11, 69.42, 70.81, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7198, 1866, 6963, 1341, 1, 11, 25.74, 26.25, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7199, 1866, 6964, 4745, 6, 11, 193.63, 197.50, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7200, 1866, 6965, 5995, 9, 11, 212.81, 217.07, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7201, 1866, 6966, 2054, 3, 11, 112.27, 114.52, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7202, 1866, 6967, 492, 6, 11, 5724.00, 5838.48, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7203, 1866, 6968, 4508, 3, 11, 42.91, 43.77, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7204, 1866, 6969, 5393, 1, 11, 53.33, 54.40, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7205, 1866, 6970, 4314, 1, 11, 4.89, 4.99, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7206, 1866, 6971, 2225, 1, 11, 38.47, 39.24, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7207, 1866, 6972, 1767, 6, 11, 4.24, 4.32, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7208, 1866, 6973, 4472, 1, 11, 284.58, 290.27, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7209, 1866, 6974, 1108, 3, 11, 7.34, 7.49, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(7210, 1866, 6975, 2693, 6, 11, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7211, 1866, 6976, 230, 9, 11, 1040.00, 1060.80, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7212, 1866, 6977, 1173, 6, 11, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7213, 1866, 6978, 5108, 9, 11, 140.07, 142.87, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7214, 1866, 6979, 5845, 9, 11, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7215, 1866, 6980, 3950, 3, 11, 2018.99, 2059.37, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7216, 1866, 6981, 1251, 9, 11, 19.25, 19.64, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:04'),
(7217, 1866, 6982, 3004, 6, 11, 87.87, 89.63, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7218, 1866, 6983, 633, 9, 11, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7219, 1866, 6984, 4443, 3, 11, 34.67, 35.36, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7220, 1866, 6985, 1457, 6, 11, 11.09, 11.31, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7221, 1866, 6986, 3297, 3, 11, 113.30, 115.57, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7222, 1866, 6987, 2288, 6, 11, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7223, 1866, 6988, 2055, 1, 11, 235.33, 240.04, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7224, 1866, 6989, 1337, 1, 11, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7225, 1866, 6990, 3041, 1, 11, 15.98, 16.30, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7226, 1866, 6991, 1354, 9, 11, 18.44, 18.81, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7227, 1866, 6992, 1803, 9, 11, 20.60, 21.01, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7228, 1866, 6993, 3687, 3, 11, 77.46, 79.01, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7229, 1866, 6994, 1728, 6, 11, 77.51, 79.06, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7230, 1866, 6995, 278, 9, 11, 322.31, 328.76, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7231, 1866, 6996, 6082, 1, 11, 7.14, 7.28, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7232, 1866, 6997, 5191, 6, 11, 43.04, 43.90, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7233, 1866, 6998, 5459, 1, 11, 111.10, 113.32, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7234, 1866, 6999, 770, 9, 11, 6.49, 6.62, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7235, 1866, 7000, 3611, 3, 11, 130.18, 132.78, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7236, 1866, 7001, 2583, 9, 11, 7.67, 7.82, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7237, 1866, 7002, 4782, 1, 11, 379.65, 387.24, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7238, 1866, 7003, 5007, 3, 11, 6.62, 6.75, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7239, 1866, 7004, 949, 9, 11, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-26 14:13:09', '2024-05-26 14:13:09', '2024-05-26 15:14:05'),
(7240, 1867, 7005, 5528, 6, 12, 23.28, 23.75, 1, 1, 'ai_sell', '2024-05-26 14:21:08', '2024-05-26 14:21:08', '2024-05-26 15:22:03'),
(7241, 1867, 7006, 359, 1, 12, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-26 14:21:08', '2024-05-26 14:21:08', '2024-05-26 15:22:03'),
(7242, 1867, 7007, 2022, 3, 12, 65.52, 66.83, 1, 1, 'ai_sell', '2024-05-26 14:21:08', '2024-05-26 14:21:08', '2024-05-26 15:22:03'),
(7243, 1867, 7008, 3480, 3, 12, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-26 14:21:08', '2024-05-26 14:21:08', '2024-05-26 15:22:03'),
(7244, 1867, 7009, 32, 6, 12, 120.36, 122.77, 1, 1, 'ai_sell', '2024-05-26 14:21:08', '2024-05-26 14:21:08', '2024-05-26 15:22:03'),
(7245, 1867, 7010, 3178, 3, 12, 5.58, 5.69, 1, 1, 'ai_sell', '2024-05-26 14:21:08', '2024-05-26 14:21:08', '2024-05-26 15:22:03'),
(7246, 1867, 7011, 3786, 6, 12, 92.70, 94.55, 1, 1, 'ai_sell', '2024-05-26 14:21:08', '2024-05-26 14:21:08', '2024-05-26 15:22:03'),
(7247, 1867, 7012, 5485, 6, 12, 349.34, 356.33, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7248, 1867, 7013, 1563, 1, 12, 24.23, 24.71, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7249, 1867, 7014, 3853, 3, 12, 525.00, 535.50, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7250, 1867, 7015, 2730, 9, 12, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7251, 1867, 7016, 4590, 9, 12, 51.47, 52.50, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7252, 1867, 7017, 2260, 9, 12, 278.10, 283.66, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7253, 1867, 7018, 3739, 9, 12, 46.22, 47.14, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7254, 1867, 7019, 5828, 6, 12, 312.00, 318.24, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7255, 1867, 7020, 4055, 1, 12, 72.41, 73.86, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7256, 1867, 7021, 4115, 3, 12, 61.79, 63.03, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7257, 1867, 7022, 3572, 6, 12, 33.04, 33.70, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7258, 1867, 7023, 1498, 3, 12, 92.27, 94.12, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7259, 1867, 7024, 1207, 9, 12, 61.48, 62.71, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7260, 1867, 7025, 2622, 3, 12, 29.32, 29.91, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7261, 1867, 7026, 3839, 1, 12, 255.00, 260.10, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7262, 1867, 7027, 1809, 6, 12, 29.58, 30.17, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:03'),
(7263, 1867, 7028, 898, 9, 12, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7264, 1867, 7029, 777, 9, 12, 40.17, 40.97, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7265, 1867, 7030, 3614, 1, 12, 244.80, 249.70, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7266, 1867, 7031, 4310, 9, 12, 13.83, 14.11, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7267, 1867, 7032, 1545, 6, 12, 541.78, 552.62, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7268, 1867, 7033, 5585, 9, 12, 14.51, 14.80, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7269, 1867, 7034, 3379, 3, 12, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7270, 1867, 7035, 4768, 3, 12, 2.89, 2.95, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7271, 1867, 7036, 767, 1, 12, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7272, 1867, 7037, 5920, 6, 12, 33.91, 34.59, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7273, 1867, 7038, 4535, 3, 12, 31.92, 32.56, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7274, 1867, 7039, 3468, 6, 12, 1333.85, 1360.53, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7275, 1867, 7040, 1021, 9, 12, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7276, 1867, 7041, 1426, 6, 12, 62.33, 63.58, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7277, 1867, 7042, 3432, 1, 12, 596.70, 608.63, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7278, 1867, 7043, 4343, 6, 12, 176.39, 179.92, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7279, 1867, 7044, 3634, 3, 12, 20.73, 21.14, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7280, 1867, 7045, 5258, 1, 12, 9.76, 9.96, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7281, 1867, 7046, 696, 3, 12, 84.99, 86.69, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7282, 1867, 7047, 59, 3, 12, 8.32, 8.49, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7283, 1867, 7048, 4677, 6, 12, 13.74, 14.01, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7284, 1867, 7049, 5449, 9, 12, 1328.70, 1355.27, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7285, 1867, 7050, 5048, 6, 12, 50.39, 51.40, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7286, 1867, 7051, 1005, 6, 12, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7287, 1867, 7052, 1341, 6, 12, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7288, 1867, 7053, 5648, 9, 12, 7924.56, 8083.05, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7289, 1867, 7054, 3750, 3, 12, 66.95, 68.29, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7290, 1867, 7055, 866, 1, 12, 63.00, 64.26, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7291, 1867, 7056, 3138, 1, 12, 53.32, 54.39, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7292, 1867, 7057, 1552, 3, 12, 40.05, 40.85, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7293, 1867, 7058, 5743, 3, 12, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:04'),
(7294, 1867, 7059, 5719, 9, 12, 5.47, 5.58, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7295, 1867, 7060, 5616, 9, 12, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7296, 1867, 7061, 2023, 6, 12, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7297, 1867, 7062, 3637, 3, 12, 429.25, 437.84, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7298, 1867, 7063, 3709, 1, 12, 3.50, 3.57, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7299, 1867, 7064, 4364, 6, 12, 11.44, 11.67, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7300, 1867, 7065, 2149, 9, 12, 126.88, 129.42, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7301, 1867, 7066, 2302, 9, 12, 79.50, 81.09, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7302, 1867, 7067, 1448, 6, 12, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7303, 1867, 7068, 5609, 9, 12, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7304, 1867, 7069, 5418, 9, 12, 11.41, 11.64, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7305, 1867, 7070, 4370, 6, 12, 408.31, 416.48, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7306, 1867, 7071, 1245, 3, 12, 10.25, 10.46, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7307, 1867, 7072, 4925, 3, 12, 15.94, 16.26, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7308, 1867, 7073, 1952, 9, 12, 1.35, 1.38, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:05'),
(7309, 1867, 7074, 3194, 3, 12, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:06'),
(7310, 1867, 7075, 4523, 9, 12, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:06'),
(7311, 1867, 7076, 5733, 1, 12, 5.27, 5.38, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:06'),
(7312, 1867, 7077, 1053, 9, 12, 3.66, 3.73, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:06'),
(7313, 1867, 7078, 734, 9, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-26 14:21:09', '2024-05-26 14:21:09', '2024-05-26 15:22:06'),
(7314, 1868, 7079, 3464, 6, 13, 291.85, 297.69, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7315, 1868, 7080, 4481, 6, 13, 57.24, 58.38, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7316, 1868, 7081, 4405, 1, 13, 26.00, 26.52, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7317, 1868, 7082, 5084, 6, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7318, 1868, 7083, 398, 1, 13, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7319, 1868, 7084, 298, 3, 13, 9.42, 9.61, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7320, 1868, 7085, 1724, 9, 13, 2.33, 2.38, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7321, 1868, 7086, 2756, 6, 13, 232.29, 236.94, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7322, 1868, 7087, 4310, 6, 13, 13.70, 13.97, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7323, 1868, 7088, 5373, 1, 13, 51.97, 53.01, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7324, 1868, 7089, 4896, 9, 13, 22.32, 22.77, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7325, 1868, 7090, 1194, 3, 13, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7326, 1868, 7091, 3729, 9, 13, 76.98, 78.52, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:03'),
(7327, 1868, 7092, 676, 6, 13, 2.12, 2.16, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7328, 1868, 7093, 2900, 1, 13, 3036.44, 3097.17, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7329, 1868, 7094, 345, 1, 13, 106.85, 108.99, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7330, 1868, 7095, 2898, 6, 13, 136.23, 138.95, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7331, 1868, 7096, 4420, 6, 13, 57.74, 58.89, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7332, 1868, 7097, 1010, 1, 13, 1664.97, 1698.27, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7333, 1868, 7098, 1209, 1, 13, 937.68, 956.43, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7334, 1868, 7099, 3990, 3, 13, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7335, 1868, 7100, 1444, 9, 13, 8.48, 8.65, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7336, 1868, 7101, 3662, 1, 13, 22.39, 22.84, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7337, 1868, 7102, 1867, 3, 13, 296.64, 302.57, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7338, 1868, 7103, 3537, 6, 13, 3211.52, 3275.75, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7339, 1868, 7104, 574, 6, 13, 1007.00, 1027.14, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7340, 1868, 7105, 4277, 3, 13, 51.49, 52.52, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7341, 1868, 7106, 6165, 3, 13, 258.42, 263.59, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7342, 1868, 7107, 1726, 6, 13, 51.84, 52.88, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7343, 1868, 7108, 4309, 6, 13, 4.23, 4.31, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7344, 1868, 7109, 558, 3, 13, 12.60, 12.85, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7345, 1868, 7110, 4424, 1, 13, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7346, 1868, 7111, 2270, 1, 13, 79.50, 81.09, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7347, 1868, 7112, 2359, 6, 13, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7348, 1868, 7113, 5011, 9, 13, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7349, 1868, 7114, 1253, 6, 13, 31.40, 32.03, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7350, 1868, 7115, 816, 1, 13, 5.62, 5.73, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7351, 1868, 7116, 3580, 9, 13, 7.44, 7.59, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7352, 1868, 7117, 4641, 9, 13, 9.18, 9.36, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7353, 1868, 7118, 5478, 3, 13, 3.13, 3.19, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7354, 1868, 7119, 6108, 9, 13, 2.20, 2.24, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7355, 1868, 7120, 1811, 3, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-26 14:56:06', '2024-05-26 14:56:06', '2024-05-26 15:57:04'),
(7356, 1869, 7121, 1543, 9, 14, 1751.00, 1786.02, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:04'),
(7357, 1869, 7122, 1579, 1, 14, 16.04, 16.36, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:04'),
(7358, 1869, 7123, 4209, 6, 14, 21.36, 21.79, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:04'),
(7359, 1869, 7124, 5299, 3, 14, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:04'),
(7360, 1869, 7125, 590, 1, 14, 3380.00, 3447.60, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:04'),
(7361, 1869, 7126, 2159, 6, 14, 72.10, 73.54, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7362, 1869, 7127, 3196, 9, 14, 313.11, 319.37, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7363, 1869, 7128, 2322, 1, 14, 59.84, 61.04, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7364, 1869, 7129, 1626, 6, 14, 1128.75, 1151.33, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7365, 1869, 7130, 5510, 6, 14, 436.79, 445.53, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7366, 1869, 7131, 3282, 6, 14, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7367, 1869, 7132, 2108, 1, 14, 40.28, 41.09, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7368, 1869, 7133, 3551, 9, 14, 46.79, 47.73, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7369, 1869, 7134, 4381, 6, 14, 1045.35, 1066.26, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7370, 1869, 7135, 4399, 3, 14, 25.65, 26.16, 1, 1, 'ai_sell', '2024-05-26 15:24:04', '2024-05-26 15:24:04', '2024-05-26 16:24:05'),
(7371, 1869, 7136, 5755, 3, 14, 41.35, 42.18, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7372, 1869, 7137, 2329, 6, 14, 71.06, 72.48, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7373, 1869, 7138, 4193, 6, 14, 1784.99, 1820.69, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7374, 1869, 7139, 6079, 3, 14, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7375, 1869, 7140, 284, 9, 14, 131.30, 133.93, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7376, 1869, 7141, 2084, 1, 14, 16.16, 16.48, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7377, 1869, 7142, 4091, 1, 14, 26.66, 27.19, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7378, 1869, 7143, 3423, 9, 14, 21.56, 21.99, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7379, 1869, 7144, 2014, 9, 14, 204.09, 208.17, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7380, 1869, 7145, 5636, 3, 14, 4.15, 4.23, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7381, 1869, 7146, 804, 6, 14, 8.38, 8.55, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7382, 1869, 7147, 2486, 1, 14, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7383, 1869, 7148, 2820, 9, 14, 146.17, 149.09, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7384, 1869, 7149, 4600, 1, 14, 264.17, 269.45, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7385, 1869, 7150, 2267, 3, 14, 367.50, 374.85, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7386, 1869, 7151, 4312, 6, 14, 13.58, 13.85, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:07'),
(7387, 1869, 7152, 4464, 1, 14, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7388, 1869, 7153, 5751, 3, 14, 4.32, 4.41, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7389, 1869, 7154, 1191, 1, 14, 50.50, 51.51, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7390, 1869, 7155, 46, 6, 14, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7391, 1869, 7156, 1857, 1, 14, 212.00, 216.24, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7392, 1869, 7157, 3323, 1, 14, 61.69, 62.92, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7393, 1869, 7158, 3450, 1, 14, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7394, 1869, 7159, 1478, 3, 14, 414.75, 423.05, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7395, 1869, 7160, 5660, 9, 14, 1287.29, 1313.04, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7396, 1869, 7161, 2179, 9, 14, 51.30, 52.33, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7397, 1869, 7162, 3811, 3, 14, 1610.95, 1643.17, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7398, 1869, 7163, 3874, 1, 14, 636.00, 648.72, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7399, 1869, 7164, 5999, 9, 14, 249.60, 254.59, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7400, 1869, 7165, 4770, 9, 14, 39.21, 39.99, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7401, 1869, 7166, 5528, 9, 14, 23.73, 24.20, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7402, 1869, 7167, 5496, 9, 14, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7403, 1869, 7168, 4198, 9, 14, 19.27, 19.66, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7404, 1869, 7169, 3433, 3, 14, 14.69, 14.98, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7405, 1869, 7170, 2914, 9, 14, 34.13, 34.81, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7406, 1869, 7171, 2558, 6, 14, 43.85, 44.73, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:08'),
(7407, 1869, 7172, 2400, 6, 14, 37.10, 37.84, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7408, 1869, 7173, 2482, 9, 14, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7409, 1869, 7174, 4420, 1, 14, 55.54, 56.65, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7410, 1869, 7175, 4334, 6, 14, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7411, 1869, 7176, 5708, 1, 14, 210.00, 214.20, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7412, 1869, 7177, 1967, 6, 14, 2.77, 2.83, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7413, 1869, 7178, 3658, 6, 14, 14.49, 14.78, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7414, 1869, 7179, 3770, 3, 14, 13.23, 13.49, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7415, 1869, 7180, 2078, 1, 14, 4.02, 4.10, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7416, 1869, 7181, 672, 9, 14, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7417, 1869, 7182, 1827, 3, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7418, 1869, 7183, 949, 3, 14, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7419, 1869, 7184, 734, 3, 14, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-26 15:24:05', '2024-05-26 15:24:05', '2024-05-26 16:25:09'),
(7420, 1872, 7185, 3316, 3, 18, 53.33, 54.40, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7421, 1872, 7186, 4266, 9, 18, 84.79, 86.49, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7422, 1872, 7187, 3289, 3, 18, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7423, 1872, 7188, 3466, 6, 18, 24.52, 25.01, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7424, 1872, 7189, 1691, 6, 18, 5.44, 5.55, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7425, 1872, 7190, 2508, 6, 18, 52.49, 53.54, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7426, 1872, 7191, 2401, 3, 18, 1872.00, 1909.44, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7427, 1872, 7192, 1859, 1, 18, 3.78, 3.86, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7428, 1872, 7193, 3884, 6, 18, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7429, 1872, 7194, 216, 6, 18, 17.26, 17.61, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7430, 1872, 7195, 5955, 1, 18, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7431, 1872, 7196, 2869, 1, 18, 25.43, 25.94, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:03'),
(7432, 1872, 7197, 991, 3, 18, 188.99, 192.77, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7433, 1872, 7198, 3274, 9, 18, 131.30, 133.93, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7434, 1872, 7199, 2197, 6, 18, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7435, 1872, 7200, 2495, 3, 18, 35.69, 36.40, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7436, 1872, 7201, 1821, 9, 18, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7437, 1872, 7202, 6067, 9, 18, 22.44, 22.89, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7438, 1872, 7203, 1381, 9, 18, 838.30, 855.07, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7439, 1872, 7204, 2992, 1, 18, 126.69, 129.22, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7440, 1872, 7205, 5390, 9, 18, 91.52, 93.35, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7441, 1872, 7206, 3875, 6, 18, 84.00, 85.68, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7442, 1872, 7207, 4424, 1, 18, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7443, 1872, 7208, 2907, 1, 18, 34.45, 35.14, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7444, 1872, 7209, 3804, 3, 18, 230.97, 235.59, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7445, 1872, 7210, 2323, 9, 18, 360.36, 367.57, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7446, 1872, 7211, 4503, 6, 18, 258.53, 263.70, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7447, 1872, 7212, 2244, 1, 18, 63.04, 64.30, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7448, 1872, 7213, 180, 3, 18, 1932.00, 1970.64, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:04'),
(7449, 1872, 7214, 5116, 9, 18, 9.99, 10.19, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7450, 1872, 7215, 4810, 6, 18, 38.69, 39.46, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7451, 1872, 7216, 2233, 6, 18, 30.63, 31.24, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7452, 1872, 7217, 5575, 6, 18, 23.37, 23.84, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7453, 1872, 7218, 3618, 1, 18, 35.70, 36.41, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7454, 1872, 7219, 4754, 6, 18, 7.02, 7.16, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7455, 1872, 7220, 3836, 1, 18, 2340.00, 2386.80, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7456, 1872, 7221, 5257, 9, 18, 36.90, 37.64, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7457, 1872, 7222, 1188, 9, 18, 31.92, 32.56, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7458, 1872, 7223, 6123, 9, 18, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7459, 1872, 7224, 4487, 3, 18, 9.37, 9.56, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7460, 1872, 7225, 696, 3, 18, 87.49, 89.24, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7461, 1872, 7226, 5841, 6, 18, 11.62, 11.85, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7462, 1872, 7227, 6094, 9, 18, 23.82, 24.30, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7463, 1872, 7228, 5134, 3, 18, 81.69, 83.32, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7464, 1872, 7229, 4262, 3, 18, 936.00, 954.72, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7465, 1872, 7230, 1322, 9, 18, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:05'),
(7466, 1872, 7231, 3767, 3, 18, 452.17, 461.21, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7467, 1872, 7232, 715, 6, 18, 39.85, 40.65, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7468, 1872, 7233, 4736, 6, 18, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7469, 1872, 7234, 5288, 1, 18, 22.50, 22.95, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7470, 1872, 7235, 2873, 9, 18, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7471, 1872, 7236, 5169, 3, 18, 137.54, 140.29, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7472, 1872, 7237, 977, 3, 18, 61.80, 63.04, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7473, 1872, 7238, 6059, 3, 18, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7474, 1872, 7239, 1301, 3, 18, 11.01, 11.23, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7475, 1872, 7240, 1589, 6, 18, 2.49, 2.54, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7476, 1872, 7241, 1894, 6, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7477, 1872, 7242, 734, 6, 18, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7478, 1872, 7243, 1811, 9, 18, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7479, 1872, 7244, 1827, 3, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-26 17:16:05', '2024-05-26 17:16:05', '2024-05-26 18:17:06'),
(7480, 1869, 7245, 2139, 9, 17, 54.06, 55.14, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7481, 1869, 7246, 3633, 3, 17, 26.52, 27.05, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7482, 1869, 7247, 4889, 9, 17, 62.79, 64.05, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7483, 1869, 7248, 3297, 9, 17, 112.20, 114.44, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7484, 1869, 7249, 1476, 6, 17, 165.64, 168.95, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7485, 1869, 7250, 3520, 3, 17, 60.59, 61.80, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7486, 1869, 7251, 620, 9, 17, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7487, 1869, 7252, 2111, 3, 17, 1352.00, 1379.04, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7488, 1869, 7253, 2889, 9, 17, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7489, 1869, 7254, 1019, 3, 17, 136.68, 139.41, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7490, 1869, 7255, 864, 6, 17, 4080.00, 4161.60, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7491, 1869, 7256, 3568, 9, 17, 14.47, 14.76, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7492, 1869, 7257, 5097, 9, 17, 124.80, 127.30, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7493, 1869, 7258, 5043, 6, 17, 72.79, 74.25, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7494, 1869, 7259, 4407, 3, 17, 2857.01, 2914.15, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:03'),
(7495, 1869, 7260, 5839, 9, 17, 412.67, 420.92, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7496, 1869, 7261, 1473, 6, 17, 21.55, 21.98, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7497, 1869, 7262, 5496, 6, 17, 62.82, 64.08, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7498, 1869, 7263, 315, 6, 17, 92.92, 94.78, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7499, 1869, 7264, 5792, 1, 17, 295.80, 301.72, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7500, 1869, 7265, 3321, 3, 17, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7501, 1869, 7266, 5926, 1, 17, 61.49, 62.72, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7502, 1869, 7267, 3581, 1, 17, 13.64, 13.91, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7503, 1869, 7268, 5006, 9, 17, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7504, 1869, 7269, 3966, 1, 17, 31.48, 32.11, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7505, 1869, 7270, 1008, 9, 17, 439.78, 448.58, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7506, 1869, 7271, 5183, 6, 17, 25.62, 26.13, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7507, 1869, 7272, 2297, 6, 17, 4.08, 4.16, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7508, 1869, 7273, 648, 9, 17, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7509, 1869, 7274, 4507, 1, 17, 42.92, 43.78, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7510, 1869, 7275, 4109, 3, 17, 52.49, 53.54, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7511, 1869, 7276, 148, 1, 17, 10.64, 10.85, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7512, 1869, 7277, 3541, 1, 17, 2.81, 2.87, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7513, 1869, 7278, 5606, 1, 17, 601.80, 613.84, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7514, 1869, 7279, 333, 6, 17, 8.84, 9.02, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7515, 1869, 7280, 6111, 9, 17, 28.40, 28.97, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7516, 1869, 7281, 3060, 6, 17, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7517, 1869, 7282, 373, 6, 17, 12.41, 12.66, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7518, 1869, 7283, 2372, 9, 17, 9.66, 9.85, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7519, 1869, 7284, 1151, 9, 17, 3.37, 3.44, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7520, 1869, 7285, 3496, 9, 17, 11.77, 12.01, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7521, 1869, 7286, 672, 6, 17, 3.06, 3.12, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7522, 1869, 7287, 1827, 6, 17, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7523, 1869, 7288, 756, 1, 17, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-27 12:32:08', '2024-05-27 12:32:08', '2024-05-27 13:33:04'),
(7524, 1866, 7289, 2887, 9, 16, 4.55, 4.64, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:02'),
(7525, 1866, 7290, 4418, 1, 16, 2915.16, 2973.46, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7526, 1866, 7291, 4544, 3, 16, 309.75, 315.95, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7527, 1866, 7292, 2844, 1, 16, 1174.19, 1197.67, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7528, 1866, 7293, 4004, 6, 16, 127.19, 129.73, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7529, 1866, 7294, 997, 6, 16, 118.08, 120.44, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7530, 1866, 7295, 3433, 9, 16, 14.69, 14.98, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7531, 1866, 7296, 714, 9, 16, 24.01, 24.49, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7532, 1866, 7297, 558, 6, 16, 12.36, 12.61, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7533, 1866, 7298, 3669, 3, 16, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7534, 1866, 7299, 2355, 9, 16, 424.00, 432.48, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7535, 1866, 7300, 3987, 9, 16, 30.30, 30.91, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7536, 1866, 7301, 2337, 6, 16, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7537, 1866, 7302, 3656, 9, 16, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7538, 1866, 7303, 4428, 6, 16, 31.21, 31.83, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7539, 1866, 7304, 1343, 3, 16, 60.59, 61.80, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7540, 1866, 7305, 1282, 1, 16, 532.22, 542.86, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7541, 1866, 7306, 3428, 3, 16, 265.74, 271.05, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7542, 1866, 7307, 2589, 3, 16, 60.59, 61.80, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7543, 1866, 7308, 457, 6, 16, 203.93, 208.01, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7544, 1866, 7309, 4679, 3, 16, 6.34, 6.47, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7545, 1866, 7310, 4407, 9, 16, 2969.05, 3028.43, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7546, 1866, 7311, 1484, 6, 16, 9.53, 9.72, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7547, 1866, 7312, 42, 3, 16, 131.25, 133.88, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7548, 1866, 7313, 4006, 9, 16, 126.22, 128.74, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:03'),
(7549, 1866, 7314, 5324, 9, 16, 1909.05, 1947.23, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7550, 1866, 7315, 4720, 1, 16, 8.05, 8.21, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7551, 1866, 7316, 4437, 3, 16, 91.80, 93.64, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7552, 1866, 7317, 2343, 3, 16, 51.93, 52.97, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7553, 1866, 7318, 1581, 3, 16, 20.88, 21.30, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7554, 1866, 7319, 756, 6, 16, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7555, 1866, 7320, 1827, 3, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7556, 1866, 7321, 1894, 3, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-27 13:35:08', '2024-05-27 13:35:08', '2024-05-27 14:36:04'),
(7557, 1866, 7322, 1811, 3, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-27 13:35:09', '2024-05-27 13:35:09', '2024-05-27 14:36:04'),
(7558, 1873, 3343, 5383, 9, NULL, 42.20, 43.50, 2, 2, 'manual_sell', '2024-05-27 13:37:09', '2024-05-27 13:37:09', '2024-05-27 14:38:03'),
(7559, 1873, 3341, 2949, 5, NULL, 28.45, 48.45, 2, 2, 'manual_sell', '2024-05-27 13:39:35', '2024-05-27 13:39:35', '2024-05-27 14:40:05'),
(7560, 1873, 3338, 4364, 1, NULL, 12.10, 11.80, 3, 1, 'manual_sell', '2024-05-27 13:41:24', '2024-05-27 13:41:24', '2024-05-27 14:42:03'),
(7561, 1873, 3343, 5383, 9, NULL, 42.20, 43.50, 2, 2, 'manual_sell', '2024-05-27 14:55:01', '2024-05-27 14:55:01', '2024-05-27 15:55:04'),
(7562, 1871, 7323, 3910, 1, 7, 2003.40, 2043.47, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:04'),
(7563, 1871, 7324, 1717, 9, 7, 13.13, 13.39, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:04'),
(7564, 1871, 7325, 436, 9, 7, 72.66, 74.11, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:04'),
(7565, 1871, 7326, 5659, 3, 7, 125.83, 128.35, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:04'),
(7566, 1871, 7327, 4898, 6, 7, 84.19, 85.87, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:04'),
(7567, 1871, 7328, 4293, 9, 7, 210.16, 214.36, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:04'),
(7568, 1871, 7329, 3170, 6, 7, 530.39, 541.00, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:04'),
(7569, 1871, 7330, 4613, 3, 7, 375.35, 382.86, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7570, 1871, 7331, 831, 3, 7, 180.79, 184.41, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7571, 1871, 7332, 2421, 3, 7, 707.00, 721.14, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7572, 1871, 7333, 1894, 9, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7573, 1871, 7334, 2391, 3, 7, 62.31, 63.56, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7574, 1871, 7335, 2085, 3, 7, 30.62, 31.23, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7575, 1871, 7336, 4057, 3, 7, 26.80, 27.34, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7576, 1871, 7337, 4717, 6, 7, 29.86, 30.46, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7577, 1871, 7338, 662, 9, 7, 17.17, 17.51, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7578, 1871, 7339, 3296, 3, 7, 1.16, 1.18, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7579, 1871, 7340, 583, 6, 7, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7580, 1871, 7341, 826, 3, 7, 355.46, 362.57, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7581, 1871, 7342, 3856, 6, 7, 41.70, 42.53, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7582, 1871, 7343, 5997, 6, 7, 18199.99, 18563.99, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7583, 1871, 7344, 2294, 1, 7, 7.15, 7.29, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7584, 1871, 7345, 1404, 9, 7, 30.18, 30.78, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:05'),
(7585, 1871, 7346, 1426, 1, 7, 63.54, 64.81, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7586, 1871, 7347, 3890, 9, 7, 292.90, 298.76, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7587, 1871, 7348, 1937, 3, 7, 67.60, 68.95, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7588, 1871, 7349, 661, 3, 7, 6.24, 6.36, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(7589, 1871, 7350, 3293, 9, 7, 14.14, 14.42, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7590, 1871, 7351, 5335, 6, 7, 19.80, 20.20, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7591, 1871, 7352, 6041, 6, 7, 103.69, 105.76, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7592, 1871, 7353, 2406, 3, 7, 115.81, 118.13, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7593, 1871, 7354, 2077, 3, 7, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7594, 1871, 7355, 3950, 9, 7, 2118.94, 2161.32, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7595, 1871, 7356, 796, 6, 7, 357.00, 364.14, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7596, 1871, 7357, 3342, 6, 7, 16.47, 16.80, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7597, 1871, 7358, 5325, 3, 7, 52.01, 53.05, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7598, 1871, 7359, 1040, 1, 7, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7599, 1871, 7360, 4098, 9, 7, 7.41, 7.56, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7600, 1871, 7361, 2180, 1, 7, 14.28, 14.57, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7601, 1871, 7362, 931, 1, 7, 53.94, 55.02, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7602, 1871, 7363, 1397, 9, 7, 614.91, 627.21, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7603, 1871, 7364, 1791, 6, 7, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7604, 1871, 7365, 6014, 9, 7, 4160.00, 4243.20, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7605, 1871, 7366, 3732, 6, 7, 312.00, 318.24, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:06'),
(7606, 1871, 7367, 3465, 9, 7, 527.26, 537.81, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:07'),
(7607, 1871, 7368, 117, 3, 7, 1286.47, 1312.20, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:07'),
(7608, 1871, 7369, 1600, 3, 7, 177.70, 181.25, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:07'),
(7609, 1871, 7370, 1158, 9, 7, 39.39, 40.18, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:07'),
(7610, 1871, 7371, 1281, 6, 7, 63.00, 64.26, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:07'),
(7611, 1871, 7372, 5106, 1, 7, 87.36, 89.11, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:07'),
(7612, 1871, 7373, 2640, 9, 7, 34.64, 35.33, 1, 1, 'ai_sell', '2024-05-27 14:55:10', '2024-05-27 14:55:10', '2024-05-27 15:56:07'),
(7613, 1871, 7374, 3020, 3, 7, 24.37, 24.86, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7614, 1871, 7375, 413, 9, 7, 32.52, 33.17, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7615, 1871, 7376, 5600, 9, 7, 64.65, 65.94, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7616, 1871, 7377, 1768, 9, 7, 998.49, 1018.46, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7617, 1871, 7378, 1742, 1, 7, 34.34, 35.03, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7618, 1871, 7379, 965, 6, 7, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7619, 1871, 7380, 1089, 3, 7, 631.38, 644.01, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7620, 1871, 7381, 1727, 6, 7, 488.80, 498.58, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7621, 1871, 7382, 5987, 3, 7, 22.11, 22.55, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7622, 1871, 7383, 2908, 6, 7, 282.80, 288.46, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7623, 1871, 7384, 4473, 1, 7, 224.40, 228.89, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7624, 1871, 7385, 62, 6, 7, 18.90, 19.28, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7625, 1871, 7386, 2749, 6, 7, 127.50, 130.05, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7626, 1871, 7387, 1514, 9, 7, 4.49, 4.58, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7627, 1871, 7388, 212, 3, 7, 39.82, 40.62, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7628, 1871, 7389, 4178, 3, 7, 22.97, 23.43, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7629, 1871, 7390, 781, 3, 7, 230.18, 234.78, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7630, 1871, 7391, 2723, 6, 7, 243.07, 247.93, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7631, 1871, 7392, 4105, 9, 7, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7632, 1871, 7393, 673, 1, 7, 342.72, 349.57, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7633, 1871, 7394, 6052, 3, 7, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7634, 1871, 7395, 1781, 6, 7, 13.52, 13.79, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7635, 1871, 7396, 6097, 6, 7, 10.93, 11.15, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7636, 1871, 7397, 2330, 9, 7, 21.62, 22.05, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7637, 1871, 7398, 3158, 9, 7, 42.38, 43.23, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:07'),
(7638, 1871, 7399, 4340, 1, 7, 213.00, 217.26, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7639, 1871, 7400, 4363, 6, 7, 239.20, 243.98, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7640, 1871, 7401, 612, 3, 7, 66.30, 67.63, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7641, 1871, 7402, 2118, 6, 7, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7642, 1871, 7403, 2896, 9, 7, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7643, 1871, 7404, 242, 3, 7, 32.76, 33.42, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7644, 1871, 7405, 4337, 3, 7, 149.69, 152.68, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7645, 1871, 7406, 678, 9, 7, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7646, 1871, 7407, 2411, 1, 7, 47.70, 48.65, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7647, 1871, 7408, 4269, 9, 7, 115.54, 117.85, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7648, 1871, 7409, 786, 6, 7, 233.62, 238.29, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7649, 1871, 7410, 4746, 3, 7, 54.14, 55.22, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7650, 1871, 7411, 3260, 1, 7, 7.56, 7.71, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7651, 1871, 7412, 5271, 6, 7, 630.00, 642.60, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7652, 1871, 7413, 5293, 6, 7, 109.17, 111.35, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7653, 1871, 7414, 3338, 1, 7, 5.36, 5.47, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7654, 1871, 7415, 2798, 6, 7, 166.91, 170.25, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7655, 1871, 7416, 3065, 9, 7, 4.16, 4.24, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7656, 1871, 7417, 2076, 9, 7, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7657, 1871, 7418, 747, 1, 7, 15.05, 15.35, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7658, 1871, 7419, 1398, 1, 7, 47.29, 48.24, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7659, 1871, 7420, 2503, 1, 7, 299.65, 305.64, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:08'),
(7660, 1871, 7421, 1764, 3, 7, 96.45, 98.38, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7661, 1871, 7422, 1206, 9, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7662, 1871, 7423, 803, 3, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7663, 1871, 7424, 1640, 9, 7, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7664, 1871, 7425, 1811, 6, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7665, 1870, 7426, 3910, 1, 8, 1908.90, 1947.08, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7666, 1870, 7427, 1717, 1, 8, 13.26, 13.53, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7667, 1870, 7428, 436, 3, 8, 71.28, 72.71, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7668, 1870, 7429, 5659, 3, 8, 124.62, 127.11, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7669, 1870, 7430, 4898, 1, 8, 85.81, 87.53, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7670, 1870, 7431, 4293, 1, 8, 202.15, 206.19, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7671, 1870, 7432, 3170, 1, 8, 535.49, 546.20, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7672, 1870, 7433, 4613, 6, 8, 382.71, 390.36, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7673, 1870, 7434, 831, 1, 8, 184.37, 188.06, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7674, 1870, 7435, 2421, 9, 8, 735.00, 749.70, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7675, 1870, 7436, 1894, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7676, 1870, 7437, 2391, 6, 8, 59.96, 61.16, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7677, 1870, 7438, 2085, 3, 8, 30.33, 30.94, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7678, 1870, 7439, 4057, 9, 8, 26.54, 27.07, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7679, 1870, 7440, 4717, 1, 8, 30.44, 31.05, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7680, 1870, 7441, 662, 3, 8, 17.34, 17.69, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7681, 1870, 7442, 3296, 3, 8, 1.18, 1.20, 1, 1, 'ai_sell', '2024-05-27 14:55:11', '2024-05-27 14:55:11', '2024-05-27 15:56:09'),
(7682, 1870, 7443, 583, 1, 8, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:09'),
(7683, 1870, 7444, 826, 9, 8, 351.97, 359.01, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7684, 1870, 7445, 3856, 9, 8, 41.70, 42.53, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7685, 1870, 7446, 2294, 1, 8, 7.22, 7.36, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7686, 1870, 7447, 1404, 3, 8, 30.48, 31.09, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7687, 1870, 7448, 1426, 6, 8, 62.33, 63.58, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7688, 1870, 7449, 3890, 9, 8, 304.50, 310.59, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7689, 1870, 7450, 1937, 9, 8, 68.25, 69.62, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7690, 1870, 7451, 661, 6, 8, 6.12, 6.24, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7691, 1870, 7452, 3293, 6, 8, 14.70, 14.99, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7692, 1870, 7453, 5335, 3, 8, 19.24, 19.62, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7693, 1870, 7454, 6041, 9, 8, 104.68, 106.77, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7694, 1870, 7455, 2406, 3, 8, 113.62, 115.89, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7695, 1870, 7456, 2077, 3, 8, 5.05, 5.15, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7696, 1870, 7457, 3950, 1, 8, 2078.96, 2120.54, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7697, 1870, 7458, 796, 1, 8, 367.50, 374.85, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7698, 1870, 7459, 3342, 9, 8, 16.31, 16.64, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7699, 1870, 7460, 5325, 9, 8, 54.05, 55.13, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7700, 1870, 7461, 1040, 3, 8, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7701, 1870, 7462, 4098, 1, 8, 7.27, 7.42, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7702, 1870, 7463, 2180, 6, 8, 14.28, 14.57, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7703, 1870, 7464, 931, 6, 8, 51.91, 52.95, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7704, 1870, 7465, 1397, 3, 8, 632.82, 645.48, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7705, 1870, 7466, 1791, 3, 8, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7706, 1870, 7467, 3732, 9, 8, 303.00, 309.06, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7707, 1870, 7468, 3465, 3, 8, 537.60, 548.35, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7708, 1870, 7469, 117, 9, 8, 1273.98, 1299.46, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7709, 1870, 7470, 1600, 1, 8, 177.70, 181.25, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:10'),
(7710, 1870, 7471, 1158, 6, 8, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:11'),
(7711, 1870, 7472, 62, 3, 8, 18.90, 19.28, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:11'),
(7712, 1870, 7473, 803, 3, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:11'),
(7713, 1870, 7474, 1640, 9, 8, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:11'),
(7714, 1870, 7475, 1811, 3, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:11'),
(7715, 1870, 7476, 1827, 6, 8, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-27 14:55:12', '2024-05-27 14:55:12', '2024-05-27 15:56:11'),
(7716, 1873, 3341, 2949, 9, NULL, 28.45, 29.40, 2, 2, 'manual_sell', '2024-05-27 14:56:03', '2024-05-27 14:56:03', '2024-05-27 15:56:11'),
(7717, 1870, 7478, 1827, 3, 8, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-27 14:56:05', '2024-05-27 14:56:05', '2024-05-27 15:57:04'),
(7718, 1798, 7477, 235, 5, NULL, 212.00, 218.36, 1, 1, 'manual_sell', '2024-05-27 14:57:57', '2024-05-27 14:57:57', '2024-05-27 15:58:03'),
(7719, 1873, 3337, 3279, 5, NULL, 5.50, 5.29, 2, 1, 'manual_sell', '2024-05-27 14:58:05', '2024-05-27 14:58:05', '2024-05-27 15:59:04'),
(7720, 1873, 3335, 4085, 1, NULL, 12.10, 11.50, 3, 1, 'manual_sell', '2024-05-27 14:59:10', '2024-05-27 14:59:10', '2024-05-27 16:00:07'),
(7721, 1798, 7479, 4709, 5, NULL, 50.00, 51.50, 1, 1, 'manual_sell', '2024-05-27 15:01:02', '2024-05-27 15:01:02', '2024-05-27 16:01:04'),
(7722, 1873, 2662, 3131, 3, NULL, 22.90, 66.70, 3, 2, 'manual_sell', '2024-05-27 15:01:11', '2024-05-27 15:01:11', '2024-05-27 16:02:04'),
(7723, 1873, 2663, 5498, 5, NULL, 39.50, 38.40, 3, 1, 'manual_sell', '2024-05-27 15:02:42', '2024-05-27 15:02:42', '2024-05-27 16:03:03'),
(7724, 1866, 7480, 3222, 9, 6, 4.20, 4.24, 1, 1, 'ai_sell', '2024-05-27 15:10:08', '2024-05-27 15:10:08', '2024-05-27 16:11:04'),
(7725, 1866, 7481, 5911, 6, 6, 8.30, 8.37, 1, 1, 'ai_sell', '2024-05-27 15:10:08', '2024-05-27 15:10:08', '2024-05-27 16:11:04'),
(7726, 1866, 7482, 2085, 9, 6, 29.47, 29.74, 1, 1, 'ai_sell', '2024-05-27 15:10:08', '2024-05-27 15:10:08', '2024-05-27 16:11:04'),
(7727, 1866, 7483, 3052, 1, 6, 5.25, 5.30, 1, 1, 'ai_sell', '2024-05-27 15:10:08', '2024-05-27 15:10:08', '2024-05-27 16:11:04'),
(7728, 1866, 7484, 5897, 9, 6, 7.01, 7.07, 1, 1, 'ai_sell', '2024-05-27 15:10:08', '2024-05-27 15:10:08', '2024-05-27 16:11:04'),
(7729, 1866, 7485, 1894, 3, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-27 15:10:08', '2024-05-27 15:10:08', '2024-05-27 16:11:04'),
(7730, 1866, 7486, 734, 9, 6, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-27 15:10:08', '2024-05-27 15:10:08', '2024-05-27 16:11:04'),
(7731, 1873, 7487, 269, 3, 9, 166.65, 169.98, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7732, 1873, 7488, 2133, 6, 9, 131.25, 133.88, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7733, 1873, 7489, 5580, 3, 9, 13.11, 13.37, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7734, 1873, 7490, 4342, 3, 9, 204.04, 208.12, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7735, 1873, 7491, 3468, 6, 9, 1307.95, 1334.11, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7736, 1873, 7492, 4614, 9, 9, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7737, 1873, 7493, 482, 3, 9, 26.10, 26.62, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7738, 1873, 7494, 2217, 3, 9, 19.38, 19.77, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7739, 1873, 7495, 3453, 9, 9, 16.13, 16.45, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7740, 1873, 7496, 5996, 9, 9, 155.52, 158.63, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7741, 1873, 7497, 4037, 9, 9, 152.99, 156.05, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7742, 1873, 7498, 2837, 1, 9, 41.07, 41.89, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:04'),
(7743, 1873, 7499, 2535, 6, 9, 274.72, 280.21, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7744, 1873, 7500, 4805, 9, 9, 139.40, 142.19, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7745, 1873, 7501, 2358, 3, 9, 26.56, 27.09, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7746, 1873, 7502, 5782, 6, 9, 20.70, 21.11, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7747, 1873, 7503, 2558, 1, 9, 45.14, 46.04, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7748, 1873, 7504, 2585, 3, 9, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7749, 1873, 7505, 4545, 6, 9, 29.39, 29.98, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7750, 1873, 7506, 3853, 1, 9, 530.00, 540.60, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7751, 1873, 7507, 3040, 3, 9, 1222.98, 1247.44, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7752, 1873, 7508, 4473, 9, 9, 224.40, 228.89, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7753, 1873, 7509, 5349, 9, 9, 270.40, 275.81, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7754, 1873, 7510, 2650, 6, 9, 15.09, 15.39, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7755, 1873, 7511, 2769, 9, 9, 30.94, 31.56, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7756, 1873, 7512, 3355, 1, 9, 1218.90, 1243.28, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7757, 1873, 7513, 1684, 3, 9, 196.63, 200.56, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7758, 1873, 7514, 910, 6, 9, 7.23, 7.37, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7759, 1873, 7515, 1152, 1, 9, 33.99, 34.67, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7760, 1873, 7516, 3580, 3, 9, 7.58, 7.73, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7761, 1873, 7517, 3124, 9, 9, 43.26, 44.13, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7762, 1873, 7518, 4125, 9, 9, 249.89, 254.89, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7763, 1873, 7519, 3624, 9, 9, 127.94, 130.50, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7764, 1873, 7520, 2415, 3, 9, 11.22, 11.44, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7765, 1873, 7521, 624, 9, 9, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7766, 1873, 7522, 1761, 3, 9, 21.40, 21.83, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7767, 1873, 7523, 34, 6, 9, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:05'),
(7768, 1873, 7524, 4706, 6, 9, 110.03, 112.23, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7769, 1873, 7525, 2941, 1, 9, 998.89, 1018.87, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7770, 1873, 7526, 4445, 3, 9, 27.71, 28.26, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7771, 1873, 7527, 4862, 6, 9, 15.02, 15.32, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7772, 1873, 7528, 3896, 1, 9, 104.02, 106.10, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7773, 1873, 7529, 4856, 9, 9, 268.16, 273.52, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7774, 1873, 7530, 5812, 6, 9, 1.56, 1.59, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7775, 1873, 7531, 1273, 9, 9, 343.20, 350.06, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7776, 1873, 7532, 4154, 1, 9, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7777, 1873, 7533, 3487, 3, 9, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7778, 1873, 7534, 1041, 1, 9, 61.20, 62.42, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7779, 1873, 7535, 6036, 6, 9, 45.81, 46.73, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7780, 1873, 7536, 1401, 6, 9, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-27 15:15:10', '2024-05-27 15:15:10', '2024-05-27 16:16:06'),
(7781, 1873, 7537, 5802, 1, 9, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7782, 1873, 7538, 2669, 6, 9, 129.07, 131.65, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7783, 1873, 7539, 1525, 3, 9, 137.69, 140.44, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7784, 1873, 7540, 3842, 1, 9, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7785, 1873, 7541, 4435, 9, 9, 16.75, 17.09, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7786, 1873, 7542, 1001, 3, 9, 1515.60, 1545.91, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7787, 1873, 7543, 5548, 3, 9, 32.00, 32.64, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7788, 1873, 7544, 4791, 6, 9, 549.43, 560.42, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7789, 1873, 7545, 704, 3, 9, 50.35, 51.36, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7790, 1873, 7546, 2838, 9, 9, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7791, 1873, 7547, 3164, 9, 9, 29.86, 30.46, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7792, 1873, 7548, 1104, 6, 9, 1559.75, 1590.95, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7793, 1873, 7549, 4826, 1, 9, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7794, 1873, 7550, 4977, 3, 9, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7795, 1873, 7551, 2767, 1, 9, 196.35, 200.28, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7796, 1873, 7552, 5687, 1, 9, 36.05, 36.77, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7797, 1873, 7553, 330, 3, 9, 68.02, 69.38, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7798, 1873, 7554, 3777, 6, 9, 8.54, 8.71, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:06'),
(7799, 1873, 7555, 2519, 1, 9, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7800, 1873, 7556, 3545, 1, 9, 38.92, 39.70, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7801, 1873, 7557, 853, 9, 9, 250.15, 255.15, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7802, 1873, 7558, 5121, 9, 9, 105.03, 107.13, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7803, 1873, 7559, 4314, 9, 9, 4.85, 4.95, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7804, 1873, 7560, 3714, 3, 9, 259.22, 264.40, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7805, 1873, 7561, 1353, 6, 9, 2.22, 2.26, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7806, 1873, 7562, 1811, 3, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7807, 1873, 7563, 6029, 1, 9, 27.02, 27.56, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7808, 1873, 7564, 2104, 6, 9, 18.27, 18.64, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7809, 1873, 7565, 1625, 1, 9, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7810, 1873, 7566, 4298, 1, 9, 51.46, 52.49, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7811, 1873, 7567, 5790, 3, 9, 636.00, 648.72, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7812, 1873, 7568, 1754, 1, 9, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7813, 1873, 7569, 5124, 6, 9, 418.18, 426.54, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7814, 1873, 7570, 3648, 1, 9, 481.95, 491.59, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7815, 1873, 7571, 2740, 3, 9, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7816, 1873, 7572, 6074, 1, 9, 15.21, 15.51, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7817, 1873, 7573, 283, 6, 9, 46.08, 47.00, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7818, 1873, 7574, 5748, 1, 9, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7819, 1873, 7575, 3039, 9, 9, 25.74, 26.25, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7820, 1873, 7576, 5885, 1, 9, 329.81, 336.41, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7821, 1873, 7577, 483, 1, 9, 56.29, 57.42, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7822, 1873, 7578, 1342, 9, 9, 6.17, 6.29, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7823, 1873, 7579, 2283, 6, 9, 96.82, 98.76, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7824, 1873, 7580, 5861, 3, 9, 25.24, 25.74, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7825, 1873, 7581, 1991, 9, 9, 37.79, 38.55, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7826, 1873, 7582, 724, 3, 9, 38.34, 39.11, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:07'),
(7827, 1873, 7583, 1878, 3, 9, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:08'),
(7828, 1873, 7584, 258, 9, 9, 243.07, 247.93, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:08'),
(7829, 1873, 7585, 91, 3, 9, 207.76, 211.92, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:08'),
(7830, 1873, 7586, 2065, 3, 9, 7.45, 7.60, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:08'),
(7831, 1873, 7587, 735, 6, 9, 2.29, 2.34, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:08'),
(7832, 1873, 7588, 1844, 3, 9, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:08'),
(7833, 1873, 7589, 949, 6, 9, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-27 15:15:11', '2024-05-27 15:15:11', '2024-05-27 16:16:08'),
(7834, 1866, 7590, 2051, 6, 11, 4.58, 4.67, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:03'),
(7835, 1866, 7591, 4963, 6, 11, 1365.00, 1392.30, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:03'),
(7836, 1866, 7592, 4318, 1, 11, 135.68, 138.39, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:03'),
(7837, 1866, 7593, 5577, 6, 11, 152.36, 155.41, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:03'),
(7838, 1866, 7594, 2716, 9, 11, 26.93, 27.47, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:03'),
(7839, 1866, 7595, 5992, 9, 11, 83.20, 84.86, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:03'),
(7840, 1866, 7596, 5119, 3, 11, 62.82, 64.08, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7841, 1866, 7597, 4932, 9, 11, 39.17, 39.95, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7842, 1866, 7598, 1431, 9, 11, 57.19, 58.33, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7843, 1866, 7599, 2712, 1, 11, 22.22, 22.66, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7844, 1866, 7600, 2523, 3, 11, 112.20, 114.44, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7845, 1866, 7601, 3510, 6, 11, 624.75, 637.25, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7846, 1866, 7602, 5390, 3, 11, 93.28, 95.15, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7847, 1866, 7603, 1959, 9, 11, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7848, 1866, 7604, 690, 1, 11, 322.19, 328.63, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7849, 1866, 7605, 3395, 3, 11, 48.75, 49.73, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7850, 1866, 7606, 2577, 6, 11, 116.59, 118.92, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7851, 1866, 7607, 2603, 3, 11, 1521.45, 1551.88, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7852, 1866, 7608, 2428, 6, 11, 4337.95, 4424.71, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7853, 1866, 7609, 826, 9, 11, 369.40, 376.79, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7854, 1866, 7610, 3272, 3, 11, 46.45, 47.38, 1, 1, 'ai_sell', '2024-05-27 15:26:09', '2024-05-27 15:26:09', '2024-05-27 16:27:04'),
(7855, 1866, 7611, 1769, 3, 11, 80.94, 82.56, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7856, 1866, 7612, 5111, 9, 11, 13.85, 14.13, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7857, 1866, 7613, 2624, 3, 11, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7858, 1866, 7614, 4638, 3, 11, 80.43, 82.04, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7859, 1866, 7615, 1057, 9, 11, 32.13, 32.77, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7860, 1866, 7616, 837, 1, 11, 91.60, 93.43, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7861, 1866, 7617, 5351, 1, 11, 84.88, 86.58, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7862, 1866, 7618, 5043, 9, 11, 70.69, 72.10, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7863, 1866, 7619, 4389, 6, 11, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7864, 1866, 7620, 2004, 9, 11, 89.85, 91.65, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7865, 1866, 7621, 2561, 6, 11, 20.70, 21.11, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7866, 1866, 7622, 5093, 3, 11, 152.50, 155.55, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7867, 1866, 7623, 900, 1, 11, 88.40, 90.17, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7868, 1866, 7624, 947, 1, 11, 31.46, 32.09, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:04'),
(7869, 1866, 7625, 4408, 9, 11, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7870, 1866, 7626, 556, 6, 11, 7.07, 7.21, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7871, 1866, 7627, 1739, 6, 11, 119.48, 121.87, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7872, 1866, 7628, 1864, 3, 11, 724.50, 738.99, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7873, 1866, 7629, 5230, 1, 11, 4.32, 4.41, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7874, 1866, 7630, 2562, 9, 11, 50.90, 51.92, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7875, 1866, 7631, 2560, 1, 11, 121.19, 123.61, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7876, 1866, 7632, 581, 6, 11, 105.00, 107.10, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7877, 1866, 7633, 5956, 1, 11, 19.47, 19.86, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7878, 1866, 7634, 3200, 6, 11, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7879, 1866, 7635, 4828, 9, 11, 38.67, 39.44, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7880, 1866, 7636, 5498, 6, 11, 36.25, 36.98, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7881, 1866, 7637, 138, 9, 11, 132.53, 135.18, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7882, 1866, 7638, 3271, 3, 11, 2.75, 2.81, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7883, 1866, 7639, 5197, 1, 11, 2523.99, 2574.47, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7884, 1866, 7640, 1277, 6, 11, 34.80, 35.50, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7885, 1866, 7641, 2094, 1, 11, 175.76, 179.28, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7886, 1866, 7642, 3390, 1, 11, 20.58, 20.99, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7887, 1866, 7643, 4397, 3, 11, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7888, 1866, 7644, 963, 1, 11, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7889, 1866, 7645, 1811, 1, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7890, 1866, 7646, 1894, 3, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7891, 1866, 7647, 734, 9, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7892, 1866, 7648, 1827, 6, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-27 15:26:10', '2024-05-27 15:26:10', '2024-05-27 16:27:05'),
(7893, 1867, 7649, 5136, 9, 12, 102.96, 105.02, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:05'),
(7894, 1867, 7650, 356, 6, 12, 2205.82, 2249.94, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7895, 1867, 7651, 4873, 9, 12, 977.10, 996.64, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7896, 1867, 7652, 2754, 9, 12, 221.34, 225.77, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7897, 1867, 7653, 1031, 6, 12, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7898, 1867, 7654, 4114, 9, 12, 301.60, 307.63, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7899, 1867, 7655, 284, 6, 12, 133.90, 136.58, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7900, 1867, 7656, 5444, 1, 12, 3.77, 3.85, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7901, 1867, 7657, 3038, 6, 12, 2623.95, 2676.43, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7902, 1867, 7658, 2538, 6, 12, 19.58, 19.97, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7903, 1867, 7659, 2323, 9, 12, 356.96, 364.10, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7904, 1867, 7660, 4944, 9, 12, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7905, 1867, 7661, 3813, 1, 12, 22.43, 22.88, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7906, 1867, 7662, 831, 6, 12, 187.95, 191.71, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:06'),
(7907, 1867, 7663, 3264, 9, 12, 6.93, 7.07, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:07'),
(7908, 1867, 7664, 4295, 1, 12, 103.00, 105.06, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:07'),
(7909, 1867, 7665, 2504, 3, 12, 31.69, 32.32, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:07'),
(7910, 1867, 7666, 836, 6, 12, 15.56, 15.87, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:07'),
(7911, 1867, 7667, 4105, 3, 12, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-27 15:34:09', '2024-05-27 15:34:09', '2024-05-27 16:35:07'),
(7912, 1867, 7668, 1754, 3, 12, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:07'),
(7913, 1867, 7669, 5642, 1, 12, 116.60, 118.93, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:07'),
(7914, 1867, 7670, 1257, 1, 12, 6.96, 7.10, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:07'),
(7915, 1867, 7671, 4550, 3, 12, 3244.50, 3309.39, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:07'),
(7916, 1867, 7672, 4125, 9, 12, 245.13, 250.03, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:07'),
(7917, 1867, 7673, 5833, 1, 12, 16.12, 16.44, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:07'),
(7918, 1867, 7674, 5908, 6, 12, 35.01, 35.71, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7919, 1867, 7675, 272, 9, 12, 2029.10, 2069.68, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7920, 1867, 7676, 1293, 1, 12, 33.57, 34.24, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7921, 1867, 7677, 2049, 1, 12, 9.05, 9.23, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7922, 1867, 7678, 4797, 1, 12, 41.19, 42.01, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7923, 1867, 7679, 3992, 6, 12, 71.40, 72.83, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7924, 1867, 7680, 235, 9, 12, 224.69, 229.18, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7925, 1867, 7681, 2778, 6, 12, 31.09, 31.71, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7926, 1867, 7682, 5121, 3, 12, 105.03, 107.13, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7927, 1867, 7683, 4273, 3, 12, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7928, 1867, 7684, 3058, 6, 12, 454.74, 463.83, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7929, 1867, 7685, 1431, 1, 12, 58.29, 59.46, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7930, 1867, 7686, 5263, 1, 12, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:08'),
(7931, 1867, 7687, 2488, 3, 12, 106.00, 108.12, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7932, 1867, 7688, 149, 1, 12, 72.79, 74.25, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7933, 1867, 7689, 3426, 9, 12, 24.23, 24.71, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7934, 1867, 7690, 3668, 1, 12, 36.36, 37.09, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7935, 1867, 7691, 3649, 1, 12, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7936, 1867, 7692, 4513, 6, 12, 7.35, 7.50, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7937, 1867, 7693, 5624, 1, 12, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7938, 1867, 7694, 725, 3, 12, 73.45, 74.92, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7939, 1867, 7695, 2424, 9, 12, 31.10, 31.72, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7940, 1867, 7696, 1007, 6, 12, 79.79, 81.39, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7941, 1867, 7697, 972, 3, 12, 14.78, 15.08, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7942, 1867, 7698, 3832, 6, 12, 6.23, 6.35, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7943, 1867, 7699, 1701, 9, 12, 6.70, 6.83, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7944, 1867, 7700, 4940, 6, 12, 19.38, 19.77, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7945, 1867, 7701, 1358, 3, 12, 1897.40, 1935.35, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7946, 1867, 7702, 3339, 1, 12, 159.00, 162.18, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7947, 1867, 7703, 852, 6, 12, 26.70, 27.23, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7948, 1867, 7704, 3488, 9, 12, 241.50, 246.33, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7949, 1867, 7705, 2443, 1, 12, 7.99, 8.15, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:09'),
(7950, 1867, 7706, 5831, 1, 12, 19.18, 19.56, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:10'),
(7951, 1867, 7707, 4902, 6, 12, 2.36, 2.41, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:10'),
(7952, 1867, 7708, 1015, 9, 12, 4.01, 4.09, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:10'),
(7953, 1867, 7709, 949, 9, 12, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-27 15:34:10', '2024-05-27 15:34:10', '2024-05-27 16:35:10'),
(7954, 1873, 2664, 4582, 9, NULL, 16.50, 16.17, 3, 1, 'manual_sell', '2024-05-27 15:48:08', '2024-05-27 15:48:08', '2024-05-27 16:49:04'),
(7955, 1873, 2666, 3779, 1, NULL, 66.72, 63.40, 10, 1, 'manual_sell', '2024-05-27 15:49:02', '2024-05-27 15:49:02', '2024-05-27 16:49:04'),
(7956, 1873, 2735, 4128, 9, NULL, 12.00, 11.76, 3, 1, 'manual_sell', '2024-05-27 15:49:53', '2024-05-27 15:49:53', '2024-05-27 16:50:06'),
(7957, 1872, 6051, 1997, 5, NULL, 261.80, 5.23, 1, 1, 'manual_sell', '2024-05-27 15:50:26', '2024-05-27 15:50:26', '2024-05-27 16:51:04'),
(7958, 1873, 2688, 219, 1, NULL, 34.60, 33.60, 3, 1, 'manual_sell', '2024-05-27 15:51:07', '2024-05-27 15:51:07', '2024-05-27 16:52:05'),
(7959, 1873, 2687, 2529, 1, NULL, 62.80, 7.00, 5, 1, 'manual_sell', '2024-05-27 15:55:06', '2024-05-27 15:55:06', '2024-05-27 16:55:07'),
(7960, 1873, 2677, 3779, 9, NULL, 59.72, 50.00, 3, 1, 'manual_sell', '2024-05-27 15:56:37', '2024-05-27 15:56:37', '2024-05-27 16:57:03'),
(7961, 1873, 2678, 6065, 9, NULL, 22.80, 22.40, 3, 1, 'manual_sell', '2024-05-27 15:57:30', '2024-05-27 15:57:30', '2024-05-27 16:58:03'),
(7962, 1873, 2686, 4179, 1, NULL, 27.40, 27.40, 3, 1, 'manual_sell', '2024-05-27 15:58:14', '2024-05-27 15:58:14', '2024-05-27 16:59:04'),
(7963, 1873, 3343, 5383, 3, NULL, 42.20, 41.40, 2, 1, 'manual_sell', '2024-05-27 15:59:19', '2024-05-27 15:59:19', '2024-05-27 17:00:06'),
(7964, 1873, 3341, 2949, 5, NULL, 28.45, 20.45, 2, 1, 'manual_sell', '2024-05-27 16:00:29', '2024-05-27 16:00:29', '2024-05-27 17:01:05'),
(7965, 1873, 2662, 3131, 3, NULL, 22.90, 21.90, 3, 1, 'manual_sell', '2024-05-27 16:07:42', '2024-05-27 16:07:42', '2024-05-27 17:08:04'),
(7966, 1868, 7710, 5952, 3, 13, 3565.79, 3637.11, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7967, 1868, 7711, 770, 1, 13, 6.62, 6.75, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7968, 1868, 7712, 4337, 9, 13, 145.41, 148.32, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(7969, 1868, 7713, 2587, 3, 13, 50.97, 51.99, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7970, 1868, 7714, 3832, 1, 13, 6.06, 6.18, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7971, 1868, 7715, 2604, 6, 13, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7972, 1868, 7716, 2972, 1, 13, 35.70, 36.41, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7973, 1868, 7717, 1350, 1, 13, 5.74, 5.85, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7974, 1868, 7718, 4637, 3, 13, 22.43, 22.88, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7975, 1868, 7719, 517, 1, 13, 18.23, 18.59, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7976, 1868, 7720, 5779, 6, 13, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7977, 1868, 7721, 145, 9, 13, 73.14, 74.60, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7978, 1868, 7722, 339, 9, 13, 755.94, 771.06, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7979, 1868, 7723, 5586, 6, 13, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7980, 1868, 7724, 4498, 3, 13, 104.02, 106.10, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:05'),
(7981, 1868, 7725, 1474, 9, 13, 98.94, 100.92, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7982, 1868, 7726, 4032, 6, 13, 10.81, 11.03, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7983, 1868, 7727, 1207, 1, 13, 59.74, 60.93, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7984, 1868, 7728, 5050, 6, 13, 153.00, 156.06, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7985, 1868, 7729, 408, 9, 13, 93.72, 95.59, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7986, 1868, 7730, 1716, 1, 13, 7.13, 7.27, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7987, 1868, 7731, 972, 9, 13, 15.06, 15.36, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7988, 1868, 7732, 4490, 6, 13, 120.63, 123.04, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7989, 1868, 7733, 3922, 6, 13, 26.99, 27.53, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7990, 1868, 7734, 3931, 6, 13, 21.42, 21.85, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7991, 1868, 7735, 2010, 1, 13, 412.34, 420.59, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7992, 1868, 7736, 3667, 6, 13, 19.37, 19.76, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7993, 1868, 7737, 2371, 6, 13, 81.87, 83.51, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7994, 1868, 7738, 1756, 3, 13, 1494.80, 1524.70, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7995, 1868, 7739, 4927, 1, 13, 131.25, 133.88, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7996, 1868, 7740, 2926, 9, 13, 84.00, 85.68, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:06'),
(7997, 1868, 7741, 1321, 3, 13, 29.47, 30.06, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(7998, 1868, 7742, 4064, 1, 13, 12.26, 12.51, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(7999, 1868, 7743, 1846, 1, 13, 1.54, 1.57, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8000, 1868, 7744, 1119, 3, 13, 144.20, 147.08, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8001, 1868, 7745, 4915, 1, 13, 72.19, 73.63, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8002, 1868, 7746, 2426, 3, 13, 508.98, 519.16, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8003, 1868, 7747, 2743, 1, 13, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8004, 1868, 7748, 1416, 3, 13, 162.18, 165.42, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8005, 1868, 7749, 2538, 3, 13, 19.39, 19.78, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8006, 1868, 7750, 3726, 9, 13, 12.35, 12.60, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8007, 1868, 7751, 5489, 9, 13, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8008, 1868, 7752, 238, 9, 13, 16.32, 16.65, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8009, 1868, 7753, 670, 6, 13, 8.24, 8.40, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8010, 1868, 7754, 599, 9, 13, 1260.00, 1285.20, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8011, 1868, 7755, 2125, 3, 13, 32.96, 33.62, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8012, 1868, 7756, 5238, 1, 13, 203.00, 207.06, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8013, 1868, 7757, 4899, 6, 13, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8014, 1868, 7758, 5697, 6, 13, 101.92, 103.96, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8015, 1868, 7759, 3273, 3, 13, 103.94, 106.02, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8016, 1868, 7760, 3865, 1, 13, 19.37, 19.76, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8017, 1868, 7761, 3481, 1, 13, 15.73, 16.04, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8018, 1868, 7762, 207, 9, 13, 51.47, 52.50, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8019, 1868, 7763, 3773, 9, 13, 3.63, 3.70, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8020, 1868, 7764, 1194, 9, 13, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8021, 1868, 7765, 319, 1, 13, 30.77, 31.39, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8022, 1868, 7766, 729, 9, 13, 11.62, 11.85, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8023, 1868, 7767, 760, 1, 13, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-27 16:08:08', '2024-05-27 16:08:08', '2024-05-27 17:09:07'),
(8024, 1868, 7768, 4522, 6, 13, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:07'),
(8025, 1868, 7769, 695, 3, 13, 75.03, 76.53, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:07'),
(8026, 1868, 7770, 6051, 6, 13, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8027, 1868, 7771, 6052, 1, 13, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8028, 1868, 7772, 5614, 3, 13, 35.79, 36.51, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8029, 1868, 7773, 4750, 9, 13, 67.22, 68.56, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8030, 1868, 7774, 5881, 6, 13, 7.21, 7.35, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8031, 1868, 7775, 3022, 6, 13, 16.90, 17.24, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8032, 1868, 7776, 2038, 3, 13, 110.25, 112.46, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8033, 1868, 7777, 5093, 1, 13, 160.05, 163.25, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8034, 1868, 7778, 3930, 3, 13, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8035, 1868, 7779, 3064, 3, 13, 4.64, 4.73, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8036, 1868, 7780, 837, 6, 13, 91.60, 93.43, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8037, 1868, 7781, 1338, 9, 13, 17.01, 17.35, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8038, 1868, 7782, 1965, 3, 13, 13.50, 13.77, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8039, 1868, 7783, 5610, 6, 13, 91.79, 93.63, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8040, 1868, 7784, 5663, 1, 13, 105.00, 107.10, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8041, 1868, 7785, 5569, 1, 13, 65.27, 66.58, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8042, 1868, 7786, 3989, 3, 13, 84.82, 86.52, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8043, 1868, 7787, 4863, 1, 13, 52.41, 53.46, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8044, 1868, 7788, 99, 3, 13, 207.76, 211.92, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8045, 1868, 7789, 352, 6, 13, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8046, 1868, 7790, 315, 1, 13, 94.71, 96.60, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8047, 1868, 7791, 5969, 6, 13, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8048, 1868, 7792, 40, 9, 13, 48.41, 49.38, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:08'),
(8049, 1868, 7793, 138, 3, 13, 126.28, 128.81, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8050, 1868, 7794, 214, 6, 13, 7.47, 7.62, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8051, 1868, 7795, 4675, 6, 13, 5.16, 5.26, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8052, 1868, 7796, 1333, 1, 13, 9.75, 9.95, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8053, 1868, 7797, 1829, 3, 13, 0.78, 0.80, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8054, 1868, 7798, 3296, 1, 13, 1.18, 1.20, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8055, 1868, 7799, 949, 3, 13, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8056, 1868, 7800, 1827, 9, 13, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8057, 1868, 7801, 803, 9, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8058, 1868, 7802, 1894, 9, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-27 16:08:09', '2024-05-27 16:08:09', '2024-05-27 17:09:09'),
(8059, 1869, 7803, 1368, 3, 14, 504.70, 514.79, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8060, 1869, 7804, 392, 3, 14, 116.54, 118.87, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8061, 1869, 7805, 3901, 1, 14, 1050.60, 1071.61, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8062, 1869, 7806, 5946, 3, 14, 28.84, 29.42, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8063, 1869, 7807, 6033, 6, 14, 631.55, 644.18, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8064, 1869, 7808, 4711, 6, 14, 30.90, 31.52, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8065, 1869, 7809, 2085, 3, 14, 30.05, 30.65, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8066, 1869, 7810, 3915, 1, 14, 2615.90, 2668.22, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:03'),
(8067, 1869, 7811, 1693, 3, 14, 9.30, 9.49, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8068, 1869, 7812, 4679, 3, 14, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8069, 1869, 7813, 2809, 3, 14, 35.76, 36.48, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8070, 1869, 7814, 2998, 3, 14, 814.98, 831.28, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8071, 1869, 7815, 2190, 9, 14, 7.27, 7.42, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8072, 1869, 7816, 5191, 9, 14, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8073, 1869, 7817, 1687, 9, 14, 82.90, 84.56, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8074, 1869, 7818, 4628, 6, 14, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8075, 1869, 7819, 1969, 1, 14, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8076, 1869, 7820, 6091, 3, 14, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8077, 1869, 7821, 5475, 9, 14, 83.99, 85.67, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8078, 1869, 7822, 4616, 9, 14, 9434.00, 9622.68, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8079, 1869, 7823, 2104, 6, 14, 18.27, 18.64, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8080, 1869, 7824, 880, 6, 14, 194.67, 198.56, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8081, 1869, 7825, 5684, 9, 14, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8082, 1869, 7826, 3913, 6, 14, 187.60, 191.35, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8083, 1869, 7827, 5573, 3, 14, 75.23, 76.73, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8084, 1869, 7828, 4900, 1, 14, 136.30, 139.03, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8085, 1869, 7829, 751, 3, 14, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8086, 1869, 7830, 5021, 6, 14, 304.00, 310.08, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8087, 1869, 7831, 4477, 9, 14, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8088, 1869, 7832, 2216, 9, 14, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:04'),
(8089, 1869, 7833, 55, 3, 14, 30.16, 30.76, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8090, 1869, 7834, 5544, 9, 14, 16.96, 17.30, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8091, 1869, 7835, 4524, 9, 14, 10.57, 10.78, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8092, 1869, 7836, 2465, 6, 14, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8093, 1869, 7837, 5835, 6, 14, 19.82, 20.22, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8094, 1869, 7838, 2880, 1, 14, 9.14, 9.32, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8095, 1869, 7839, 3542, 6, 14, 6.73, 6.86, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8096, 1869, 7840, 1844, 3, 14, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8097, 1869, 7841, 803, 6, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8098, 1869, 7842, 734, 3, 14, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8099, 1869, 7843, 1827, 1, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-27 16:37:08', '2024-05-27 16:37:08', '2024-05-27 17:38:05'),
(8100, 1872, 7844, 1856, 9, 18, 43.18, 44.04, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8101, 1872, 7845, 1712, 3, 18, 62.40, 63.65, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8102, 1872, 7846, 2655, 9, 18, 302.94, 309.00, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8103, 1872, 7847, 1405, 1, 18, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8104, 1872, 7848, 184, 1, 18, 17.30, 17.65, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8105, 1872, 7849, 2081, 1, 18, 798.00, 813.96, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8106, 1872, 7850, 2960, 6, 18, 1442.00, 1470.84, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8107, 1872, 7851, 5867, 6, 18, 32.52, 33.17, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8108, 1872, 7852, 1426, 9, 18, 61.72, 62.95, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8109, 1872, 7853, 5555, 9, 18, 43.91, 44.79, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8110, 1872, 7854, 5052, 6, 18, 8.68, 8.85, 1, 1, 'ai_sell', '2024-05-27 18:29:06', '2024-05-27 18:29:06', '2024-05-27 19:30:06'),
(8111, 1872, 7855, 1365, 6, 18, 24.35, 24.84, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:06'),
(8112, 1872, 7856, 1440, 1, 18, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:06'),
(8113, 1872, 7857, 2336, 1, 18, 47.25, 48.20, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:06'),
(8114, 1872, 7858, 187, 3, 18, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8115, 1872, 7859, 1798, 3, 18, 1493.50, 1523.37, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8116, 1872, 7860, 200, 1, 18, 7.96, 8.12, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8117, 1872, 7861, 5914, 9, 18, 2679.68, 2733.27, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8118, 1872, 7862, 3833, 1, 18, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8119, 1872, 7863, 4752, 1, 18, 285.59, 291.30, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8120, 1872, 7864, 5511, 1, 18, 262.49, 267.74, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8121, 1872, 7865, 5836, 6, 18, 1824.78, 1861.28, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8122, 1872, 7866, 3000, 1, 18, 20.60, 21.01, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8123, 1872, 7867, 1258, 9, 18, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8124, 1872, 7868, 2244, 9, 18, 64.89, 66.19, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8125, 1872, 7869, 5860, 1, 18, 80.79, 82.41, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8126, 1872, 7870, 3017, 6, 18, 313.03, 319.29, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8127, 1872, 7871, 236, 9, 18, 775.98, 791.50, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8128, 1872, 7872, 5468, 6, 18, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8129, 1872, 7873, 2303, 6, 18, 76.50, 78.03, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8130, 1872, 7874, 5811, 1, 18, 46.66, 47.59, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8131, 1872, 7875, 5058, 3, 18, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8132, 1872, 7876, 330, 9, 18, 66.74, 68.07, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8133, 1872, 7877, 1870, 6, 18, 24.72, 25.21, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8134, 1872, 7878, 1608, 1, 18, 9.68, 9.87, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8135, 1872, 7879, 6025, 3, 18, 101.96, 104.00, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8136, 1872, 7880, 1829, 9, 18, 0.80, 0.82, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:07'),
(8137, 1872, 7881, 4576, 6, 18, 9.43, 9.62, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:08'),
(8138, 1872, 7882, 1844, 6, 18, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:08'),
(8139, 1872, 7883, 1827, 1, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-27 18:29:07', '2024-05-27 18:29:07', '2024-05-27 19:30:08'),
(8140, 1869, 2896, 5876, 1, NULL, 73.59, 72.12, 1, 1, 'manual_sell', '2024-05-28 08:52:09', '2024-05-28 08:52:09', '2024-05-28 09:53:04'),
(8141, 1869, 1096, 2299, 3, NULL, 12.00, 12.36, 2, 2, 'manual_sell', '2024-05-28 08:57:08', '2024-05-28 08:57:08', '2024-05-28 09:58:04'),
(8142, 1869, 1097, 2299, 5, NULL, 11.50, 11.96, 3, 2, 'manual_sell', '2024-05-28 09:15:22', '2024-05-28 09:15:22', '2024-05-28 10:16:03'),
(8143, 1869, 1098, 1778, 9, NULL, 201.00, 205.02, 1, 1, 'manual_sell', '2024-05-28 09:17:59', '2024-05-28 09:17:59', '2024-05-28 10:18:03'),
(8144, 1869, 1100, 3750, 1, NULL, 70.00, 67.90, 2, 1, 'manual_sell', '2024-05-28 09:19:33', '2024-05-28 09:19:33', '2024-05-28 10:20:07'),
(8145, 1869, 1549, 1033, 3, NULL, 1125.00, 1080.00, 1, 1, 'manual_sell', '2024-05-28 09:21:16', '2024-05-28 09:21:16', '2024-05-28 10:22:05'),
(8146, 1869, 2002, 2289, 5, NULL, 605.00, 586.85, 1, 1, 'manual_sell', '2024-05-28 09:23:16', '2024-05-28 09:23:16', '2024-05-28 10:24:03'),
(8147, 1869, 2015, 1997, 9, NULL, 357.00, 699.72, 2, 2, 'manual_sell', '2024-05-28 09:25:01', '2024-05-28 09:25:01', '2024-05-28 10:25:06'),
(8148, 1869, 2026, 4072, 1, NULL, 9.81, 10.10, 2, 2, 'manual_sell', '2024-05-28 09:40:00', '2024-05-28 09:40:00', '2024-05-28 10:40:05'),
(8149, 1869, 2028, 4072, 1, NULL, 11.88, 11.53, 1, 1, 'manual_sell', '2024-05-28 09:56:25', '2024-05-28 09:56:25', '2024-05-28 10:57:03'),
(8150, 1869, 1096, 2299, 1, NULL, 12.00, 12.24, 2, 2, 'manual_sell', '2024-05-28 10:57:09', '2024-05-28 10:57:09', '2024-05-28 11:58:03'),
(8151, 1869, 1097, 2299, 3, NULL, 11.50, 11.73, 3, 1, 'manual_sell', '2024-05-28 12:01:18', '2024-05-28 12:01:18', '2024-05-28 13:02:03'),
(8152, 1869, 1096, 2299, 5, NULL, 12.00, 11.64, 2, 1, 'manual_sell', '2024-05-28 12:10:10', '2024-05-28 12:10:10', '2024-05-28 13:11:04'),
(8153, 1869, 2015, 1997, 1, NULL, 357.00, 362.14, 2, 2, 'manual_sell', '2024-05-28 13:19:07', '2024-05-28 13:19:07', '2024-05-28 14:20:06'),
(8154, 1869, 2026, 4072, 3, NULL, 9.81, 9.52, 2, 1, 'manual_sell', '2024-05-28 13:20:46', '2024-05-28 13:20:46', '2024-05-28 14:21:04'),
(8155, 1869, 2805, 3111, 5, NULL, 275.00, 264.00, 2, 1, 'manual_sell', '2024-05-28 13:22:03', '2024-05-28 13:22:03', '2024-05-28 14:22:04'),
(8156, 1869, 2806, 3818, 9, NULL, 87.79, 86.04, 2, 1, 'manual_sell', '2024-05-28 13:25:06', '2024-05-28 13:25:06', '2024-05-28 14:25:06'),
(8157, 1869, 7884, 1486, 3, 17, 33.90, 34.58, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:07'),
(8158, 1869, 7885, 1493, 6, 17, 614.25, 626.54, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8159, 1869, 7886, 3758, 1, 17, 60.97, 62.19, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8160, 1869, 7887, 1657, 6, 17, 2034.90, 2075.60, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8161, 1869, 7888, 2315, 6, 17, 556.51, 567.64, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8162, 1869, 7889, 4664, 6, 17, 11.03, 11.25, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8163, 1869, 7890, 5653, 1, 17, 1060.90, 1082.12, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8164, 1869, 7891, 2132, 1, 17, 103.97, 106.05, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8165, 1869, 7892, 3751, 6, 17, 41.59, 42.42, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8166, 1869, 7893, 376, 3, 17, 9.80, 10.00, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8167, 1869, 7894, 5300, 1, 17, 602.75, 614.81, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8168, 1869, 7895, 4897, 6, 17, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8169, 1869, 7896, 1033, 6, 17, 757.50, 772.65, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8170, 1869, 7897, 3754, 1, 17, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8171, 1869, 7898, 3107, 1, 17, 208.95, 213.13, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8172, 1869, 7899, 1107, 3, 17, 866.99, 884.33, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8173, 1869, 7900, 2150, 6, 17, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8174, 1869, 7901, 3326, 3, 17, 6.06, 6.18, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8175, 1869, 7902, 3306, 9, 17, 19.17, 19.55, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8176, 1869, 7903, 2159, 1, 17, 72.80, 74.26, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8177, 1869, 7904, 740, 9, 17, 13.62, 13.89, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8178, 1869, 7905, 1160, 6, 17, 4.47, 4.56, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8179, 1869, 7906, 1051, 9, 17, 61.20, 62.42, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8180, 1869, 7907, 530, 6, 17, 13.09, 13.35, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8181, 1869, 7908, 3303, 3, 17, 1248.00, 1272.96, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8182, 1869, 7909, 5264, 9, 17, 5.81, 5.93, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8183, 1869, 7910, 4590, 9, 17, 50.97, 51.99, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8184, 1869, 7911, 2539, 6, 17, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:09'),
(8185, 1869, 7912, 1926, 1, 17, 8.63, 8.80, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:10'),
(8186, 1869, 7913, 4329, 1, 17, 9.45, 9.64, 1, 1, 'ai_sell', '2024-05-28 13:44:07', '2024-05-28 13:44:07', '2024-05-28 14:45:10'),
(8187, 1869, 7914, 3392, 9, 17, 367.61, 374.96, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8188, 1869, 7915, 494, 1, 17, 16.67, 17.00, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8189, 1869, 7916, 2086, 3, 17, 261.51, 266.74, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8190, 1869, 7917, 2362, 9, 17, 18.97, 19.35, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8191, 1869, 7918, 1634, 1, 17, 1491.00, 1520.82, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8192, 1869, 7919, 5212, 3, 17, 58.57, 59.74, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8193, 1869, 7920, 5459, 3, 17, 114.40, 116.69, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8194, 1869, 7921, 3897, 9, 17, 102.32, 104.37, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8195, 1869, 7922, 1427, 3, 17, 21.58, 22.01, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8196, 1869, 7923, 5643, 3, 17, 7.97, 8.13, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8197, 1869, 7924, 1701, 1, 17, 6.70, 6.83, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8198, 1869, 7925, 699, 3, 17, 69.68, 71.07, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8199, 1869, 7926, 2075, 6, 17, 105.06, 107.16, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8200, 1869, 7927, 1788, 9, 17, 95.40, 97.31, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8201, 1869, 7928, 1202, 6, 17, 51.90, 52.94, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8202, 1869, 7929, 144, 9, 17, 24.48, 24.97, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8203, 1869, 7930, 3594, 9, 17, 21.08, 21.50, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8204, 1869, 7931, 25, 6, 17, 8.40, 8.57, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8205, 1869, 7932, 3589, 6, 17, 7.71, 7.86, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8206, 1869, 7933, 6028, 3, 17, 2.17, 2.21, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8207, 1869, 7934, 1637, 3, 17, 4.89, 4.99, 1, 1, 'ai_sell', '2024-05-28 13:44:08', '2024-05-28 13:44:08', '2024-05-28 14:45:10'),
(8208, 1869, 2807, 621, 9, NULL, 2493.70, 2443.82, 1, 1, 'manual_sell', '2024-05-28 13:49:34', '2024-05-28 13:49:34', '2024-05-28 14:50:04'),
(8209, 1869, 2808, 4114, 1, NULL, 319.00, 328.57, 2, 2, 'manual_sell', '2024-05-28 13:50:34', '2024-05-28 13:50:34', '2024-05-28 14:51:04'),
(8210, 1869, 2809, 4114, 3, NULL, 261.00, 250.56, 2, 1, 'manual_sell', '2024-05-28 13:51:30', '2024-05-28 13:51:30', '2024-05-28 14:52:03'),
(8211, 1869, 2810, 6145, 5, NULL, 10.98, 10.76, 3, 1, 'manual_sell', '2024-05-28 13:53:09', '2024-05-28 13:53:09', '2024-05-28 14:54:03'),
(8212, 1866, 7935, 546, 9, 16, 8.16, 8.32, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:03'),
(8213, 1866, 7936, 1193, 6, 16, 39.14, 39.92, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8214, 1866, 7937, 1820, 6, 16, 47.25, 48.20, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8215, 1866, 7938, 3428, 9, 16, 263.16, 268.42, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8216, 1866, 7939, 5344, 3, 16, 83.15, 84.81, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8217, 1866, 7940, 614, 3, 16, 109.08, 111.26, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8218, 1866, 7941, 3542, 3, 16, 6.60, 6.73, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8219, 1866, 7942, 4759, 9, 16, 51.93, 52.97, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8220, 1866, 7943, 3702, 9, 16, 754.98, 770.08, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8221, 1866, 7944, 4977, 9, 16, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8222, 1866, 7945, 3613, 9, 16, 6.35, 6.48, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8223, 1866, 7946, 449, 3, 16, 354.50, 361.59, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8224, 1866, 7947, 4001, 3, 16, 2425.28, 2473.79, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8225, 1866, 7948, 3087, 9, 16, 46.19, 47.11, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8226, 1866, 7949, 3070, 1, 16, 312.00, 318.24, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8227, 1866, 7950, 1136, 1, 16, 24.95, 25.45, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8228, 1866, 7951, 2549, 3, 16, 344.94, 351.84, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8229, 1866, 7952, 3982, 6, 16, 150.49, 153.50, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8230, 1866, 7953, 2879, 1, 16, 60.59, 61.80, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8231, 1866, 7954, 571, 6, 16, 18.54, 18.91, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8232, 1866, 7955, 3199, 9, 16, 117.51, 119.86, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8233, 1866, 7956, 538, 1, 16, 341.77, 348.61, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8234, 1866, 7957, 797, 9, 16, 877.20, 894.74, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8235, 1866, 7958, 2673, 6, 16, 17.04, 17.38, 1, 1, 'ai_sell', '2024-05-28 14:47:06', '2024-05-28 14:47:06', '2024-05-28 15:48:05'),
(8236, 1866, 7959, 3786, 3, 16, 92.70, 94.55, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8237, 1866, 7960, 5555, 9, 16, 43.91, 44.79, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8238, 1866, 7961, 2353, 3, 16, 424.00, 432.48, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8239, 1866, 7962, 1664, 1, 16, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8240, 1866, 7963, 1743, 9, 16, 51.46, 52.49, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8241, 1866, 7964, 432, 9, 16, 204.44, 208.53, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8242, 1866, 7965, 787, 1, 16, 50.00, 51.00, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8243, 1866, 7966, 2620, 1, 16, 34.31, 35.00, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8244, 1866, 7967, 5042, 3, 16, 2927.99, 2986.55, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8245, 1866, 7968, 6152, 9, 16, 24.03, 24.51, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8246, 1866, 7969, 171, 3, 16, 101.97, 104.01, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8247, 1866, 7970, 1670, 6, 16, 155.79, 158.91, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8248, 1866, 7971, 1589, 1, 16, 2.53, 2.58, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8249, 1866, 7972, 229, 9, 16, 238.77, 243.55, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8250, 1866, 7973, 4640, 6, 16, 7.14, 7.28, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:05'),
(8251, 1866, 7974, 2157, 1, 16, 18.02, 18.38, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8252, 1866, 7975, 2667, 1, 16, 231.43, 236.06, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8253, 1866, 7976, 4708, 6, 16, 15.97, 16.29, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8254, 1866, 7977, 2191, 3, 16, 13.39, 13.66, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8255, 1866, 7978, 1534, 6, 16, 34.32, 35.01, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8256, 1866, 7979, 2657, 1, 16, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8257, 1866, 7980, 4061, 9, 16, 19.75, 20.15, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8258, 1866, 7981, 1447, 9, 16, 40.17, 40.97, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8259, 1866, 7982, 1405, 1, 16, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8260, 1866, 7983, 4153, 9, 16, 303.85, 309.93, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8261, 1866, 7984, 5346, 9, 16, 151.75, 154.79, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8262, 1866, 7985, 1996, 3, 16, 36.03, 36.75, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8263, 1866, 7986, 1206, 9, 16, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8264, 1866, 7987, 3060, 3, 16, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8265, 1866, 7988, 2609, 1, 16, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8266, 1866, 7989, 1643, 3, 16, 15.30, 15.61, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8267, 1866, 7990, 5932, 1, 16, 21.59, 22.02, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8268, 1866, 7991, 6114, 3, 16, 4.72, 4.81, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8269, 1866, 7992, 5011, 9, 16, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8270, 1866, 7993, 6148, 3, 16, 5.95, 6.07, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8271, 1866, 7994, 4462, 6, 16, 20.78, 21.20, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8272, 1866, 7995, 228, 3, 16, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8273, 1866, 7996, 301, 3, 16, 8.94, 9.12, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8274, 1866, 7997, 4671, 1, 16, 9.44, 9.63, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8275, 1866, 7998, 146, 3, 16, 36.05, 36.77, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8276, 1866, 7999, 1844, 6, 16, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-28 14:47:07', '2024-05-28 14:47:07', '2024-05-28 15:48:06'),
(8277, 1871, 8010, 4305, 9, 7, 4.24, 4.32, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8278, 1871, 8011, 887, 3, 7, 121.67, 124.10, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8279, 1871, 8012, 1898, 6, 7, 438.60, 447.37, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8280, 1871, 8013, 740, 9, 7, 14.30, 14.59, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8281, 1871, 8014, 5429, 9, 7, 36.46, 37.19, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8282, 1871, 8015, 5562, 3, 7, 468.95, 478.33, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8283, 1871, 8016, 4340, 1, 7, 206.97, 211.11, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8284, 1871, 8017, 5765, 9, 7, 9.35, 9.54, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8285, 1871, 8018, 4074, 3, 7, 16.79, 17.13, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8286, 1871, 8019, 1411, 3, 7, 7.00, 7.14, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8287, 1871, 8020, 2535, 6, 7, 285.60, 291.31, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8288, 1871, 8021, 6059, 6, 7, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8289, 1871, 8022, 4289, 3, 7, 14.41, 14.70, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8290, 1871, 8023, 4522, 9, 7, 5.09, 5.19, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8291, 1871, 8024, 3786, 1, 7, 94.50, 96.39, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8292, 1871, 8025, 1178, 9, 7, 54.59, 55.68, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8293, 1871, 8026, 2754, 9, 7, 227.85, 232.41, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8294, 1871, 8027, 3231, 9, 7, 68.13, 69.49, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8295, 1871, 8028, 2233, 6, 7, 30.92, 31.54, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8296, 1871, 8029, 1266, 3, 7, 8.07, 8.23, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8297, 1871, 8030, 4519, 1, 7, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8298, 1871, 8031, 5368, 9, 7, 9230.99, 9415.61, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:04'),
(8299, 1871, 8032, 3169, 6, 7, 210.29, 214.50, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8300, 1871, 8033, 2167, 1, 7, 220.18, 224.58, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8301, 1871, 8034, 450, 3, 7, 157.03, 160.17, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8302, 1871, 8035, 990, 3, 7, 228.46, 233.03, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8303, 1871, 8036, 5919, 6, 7, 542.84, 553.70, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8304, 1871, 8037, 5311, 1, 7, 103.95, 106.03, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8305, 1871, 8038, 1679, 6, 7, 437.33, 446.08, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8306, 1871, 8039, 4230, 6, 7, 189.78, 193.58, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8307, 1871, 8040, 5382, 1, 7, 315.65, 321.96, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8308, 1871, 8041, 4296, 9, 7, 132.29, 134.94, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8309, 1871, 8042, 356, 6, 7, 2184.81, 2228.51, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8310, 1871, 8043, 4626, 9, 7, 14628.00, 14920.56, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8311, 1871, 8044, 4094, 9, 7, 216.29, 220.62, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8312, 1871, 8045, 5249, 1, 7, 42.53, 43.38, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8313, 1871, 8046, 1821, 9, 7, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8314, 1871, 8047, 4570, 3, 7, 53.03, 54.09, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8315, 1871, 8048, 3671, 1, 7, 18.35, 18.72, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:05'),
(8316, 1871, 8049, 5915, 6, 7, 6.02, 6.14, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8317, 1871, 8050, 859, 6, 7, 14.38, 14.67, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8318, 1871, 8051, 5359, 9, 7, 1247.99, 1272.95, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8319, 1871, 8052, 3174, 1, 7, 9.40, 9.59, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8320, 1871, 8053, 4635, 3, 7, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8321, 1871, 8054, 4029, 9, 7, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8322, 1871, 8055, 1319, 1, 7, 954.00, 973.08, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8323, 1871, 8056, 3618, 1, 7, 36.06, 36.78, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8324, 1871, 8057, 4126, 6, 7, 87.13, 88.87, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8325, 1871, 8058, 985, 1, 7, 21.84, 22.28, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8326, 1871, 8059, 5958, 1, 7, 9.33, 9.52, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8327, 1871, 8060, 635, 1, 7, 18.54, 18.91, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8328, 1871, 8061, 1459, 1, 7, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8329, 1871, 8062, 2496, 3, 7, 111.77, 114.01, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8330, 1871, 8063, 4961, 3, 7, 442.02, 450.86, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:06'),
(8331, 1871, 8064, 2804, 1, 7, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-28 16:07:27', '2024-05-28 16:07:27', '2024-05-28 17:08:07'),
(8332, 1871, 8065, 5538, 9, 7, 239.57, 244.36, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8333, 1871, 8066, 2290, 9, 7, 35.36, 36.07, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8334, 1871, 8067, 3515, 6, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8335, 1871, 8068, 1387, 3, 7, 31.29, 31.92, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8336, 1871, 8069, 2857, 6, 7, 28.34, 28.91, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8337, 1871, 8070, 1045, 1, 7, 38.37, 39.14, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8338, 1871, 8071, 4516, 3, 7, 47.37, 48.32, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8339, 1871, 8072, 390, 1, 7, 198.35, 202.32, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8340, 1871, 8073, 4234, 6, 7, 41.43, 42.26, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8341, 1871, 8074, 3923, 3, 7, 478.40, 487.97, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8342, 1871, 8075, 3336, 3, 7, 13.02, 13.28, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8343, 1871, 8076, 577, 1, 7, 810.90, 827.12, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8344, 1871, 8077, 1724, 9, 7, 2.22, 2.26, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8345, 1871, 8078, 6153, 3, 7, 34.97, 35.67, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8346, 1871, 8079, 5227, 1, 7, 16.31, 16.64, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8347, 1871, 8080, 783, 6, 7, 41.62, 42.45, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(8348, 1871, 8081, 3151, 1, 7, 1073.43, 1094.90, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8349, 1871, 8082, 1762, 9, 7, 169.60, 172.99, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8350, 1871, 8083, 5627, 6, 7, 20.80, 21.22, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8351, 1871, 8084, 2336, 1, 7, 46.80, 47.74, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:07'),
(8352, 1871, 8085, 1983, 1, 7, 31.48, 32.11, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8353, 1871, 8086, 1801, 9, 7, 70.72, 72.13, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8354, 1871, 8087, 3970, 9, 7, 17.00, 17.34, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8355, 1871, 8088, 698, 1, 7, 6.68, 6.81, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8356, 1871, 8089, 6048, 3, 7, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8357, 1871, 8090, 3433, 9, 7, 14.83, 15.13, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8358, 1871, 8091, 1410, 1, 7, 15.58, 15.89, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8359, 1871, 8092, 2040, 6, 7, 54.37, 55.46, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8360, 1871, 8093, 545, 1, 7, 156.45, 159.58, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8361, 1871, 8094, 816, 9, 7, 5.62, 5.73, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8362, 1871, 8095, 4174, 1, 7, 560.74, 571.95, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8363, 1871, 8096, 6094, 6, 7, 23.59, 24.06, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8364, 1871, 8097, 3254, 6, 7, 80.80, 82.42, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8365, 1871, 8098, 1500, 1, 7, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8366, 1871, 8099, 2366, 1, 7, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8367, 1871, 8100, 2413, 6, 7, 858.50, 875.67, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8368, 1871, 8101, 5102, 3, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8369, 1871, 8102, 6051, 3, 7, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8370, 1871, 8103, 3919, 1, 7, 75.25, 76.76, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8371, 1871, 8104, 1288, 3, 7, 9.02, 9.20, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8372, 1871, 8105, 3324, 1, 7, 1.36, 1.39, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8373, 1871, 8106, 4054, 3, 7, 382.78, 390.44, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8374, 1871, 8107, 2315, 6, 7, 573.04, 584.50, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8375, 1871, 8108, 2749, 3, 7, 128.75, 131.33, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8376, 1871, 8109, 392, 9, 7, 118.81, 121.19, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8377, 1871, 8110, 5158, 3, 7, 93.39, 95.26, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8378, 1871, 8111, 3404, 1, 7, 14.87, 15.17, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:08'),
(8379, 1871, 8112, 5383, 3, 7, 46.35, 47.28, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8380, 1871, 8113, 6008, 9, 7, 99.96, 101.96, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8381, 1871, 8114, 4274, 3, 7, 61.20, 62.42, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8382, 1871, 8115, 4588, 6, 7, 53.13, 54.19, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8383, 1871, 8116, 2090, 1, 7, 11.74, 11.97, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8384, 1871, 8117, 3430, 6, 7, 42.41, 43.26, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8385, 1871, 8118, 5901, 1, 7, 41.50, 42.33, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8386, 1871, 8119, 3555, 1, 7, 1482.00, 1511.64, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8387, 1871, 8120, 6068, 1, 7, 28.61, 29.18, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8388, 1871, 8121, 4386, 3, 7, 36.71, 37.44, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8389, 1871, 8122, 217, 3, 7, 236.41, 241.14, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8390, 1871, 8123, 300, 9, 7, 8.65, 8.82, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8391, 1871, 8124, 2830, 6, 7, 21.62, 22.05, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8392, 1871, 8125, 4995, 9, 7, 312.29, 318.54, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8393, 1871, 8126, 2842, 1, 7, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8394, 1871, 8127, 978, 6, 7, 13.65, 13.92, 1, 1, 'ai_sell', '2024-05-28 16:07:28', '2024-05-28 16:07:28', '2024-05-28 17:08:09'),
(8395, 1871, 8128, 156, 9, 7, 5.10, 5.20, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8396, 1871, 8129, 3333, 6, 7, 6.04, 6.16, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8397, 1871, 8130, 5899, 1, 7, 2.03, 2.07, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8398, 1871, 8131, 1894, 3, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8399, 1871, 8132, 803, 1, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8400, 1870, 8133, 4305, 1, 8, 4.16, 4.24, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8401, 1870, 8134, 887, 3, 8, 122.84, 125.30, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8402, 1870, 8135, 1898, 1, 8, 455.80, 464.92, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8403, 1870, 8136, 740, 9, 8, 14.16, 14.44, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8404, 1870, 8137, 5429, 1, 8, 35.76, 36.48, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8405, 1870, 8138, 5562, 6, 8, 451.26, 460.29, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8406, 1870, 8139, 4340, 1, 8, 206.97, 211.11, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8407, 1870, 8140, 5765, 1, 8, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8408, 1870, 8141, 4074, 1, 8, 16.79, 17.13, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8409, 1870, 8142, 1411, 6, 8, 7.07, 7.21, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8410, 1870, 8143, 2535, 1, 8, 285.60, 291.31, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8411, 1870, 8144, 6059, 9, 8, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8412, 1870, 8145, 4289, 6, 8, 14.27, 14.56, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8413, 1870, 8146, 4522, 6, 8, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8414, 1870, 8147, 3786, 3, 8, 90.90, 92.72, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8415, 1870, 8148, 1178, 3, 8, 54.07, 55.15, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8416, 1870, 8149, 2754, 9, 8, 221.34, 225.77, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8417, 1870, 8150, 3231, 1, 8, 68.78, 70.16, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8418, 1870, 8151, 2233, 1, 8, 30.92, 31.54, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8419, 1870, 8152, 1266, 9, 8, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8420, 1870, 8153, 4519, 3, 8, 19.37, 19.76, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8421, 1870, 8154, 5368, 1, 8, 9140.49, 9323.30, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8422, 1870, 8155, 3169, 3, 8, 204.29, 208.38, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8423, 1870, 8156, 2167, 3, 8, 228.90, 233.48, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8424, 1870, 8157, 450, 3, 8, 152.50, 155.55, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8425, 1870, 8158, 990, 3, 8, 222.00, 226.44, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:09'),
(8426, 1870, 8159, 5311, 1, 8, 104.95, 107.05, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:10'),
(8427, 1870, 8160, 4230, 1, 8, 187.94, 191.70, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:10'),
(8428, 1870, 8161, 5249, 3, 8, 42.53, 43.38, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:10'),
(8429, 1870, 8162, 1821, 1, 8, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:10'),
(8430, 1870, 8163, 1459, 6, 8, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:10'),
(8431, 1870, 8164, 1894, 9, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-28 16:07:29', '2024-05-28 16:07:29', '2024-05-28 17:08:10'),
(8432, 1866, 8181, 4530, 3, 6, 28.55, 28.81, 1, 1, 'ai_sell', '2024-05-28 16:22:37', '2024-05-28 16:22:37', '2024-05-28 17:23:03'),
(8433, 1866, 8182, 4968, 6, 6, 16.56, 16.71, 1, 1, 'ai_sell', '2024-05-28 16:22:37', '2024-05-28 16:22:37', '2024-05-28 17:23:03'),
(8434, 1866, 8183, 1701, 3, 6, 6.89, 6.95, 1, 1, 'ai_sell', '2024-05-28 16:22:37', '2024-05-28 16:22:37', '2024-05-28 17:23:04'),
(8435, 1866, 8184, 6104, 6, 6, 1.50, 1.51, 1, 1, 'ai_sell', '2024-05-28 16:22:37', '2024-05-28 16:22:37', '2024-05-28 17:23:04'),
(8436, 1866, 8185, 4704, 1, 6, 1.31, 1.32, 1, 1, 'ai_sell', '2024-05-28 16:22:37', '2024-05-28 16:22:37', '2024-05-28 17:23:04'),
(8437, 1866, 8186, 803, 9, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-28 16:22:37', '2024-05-28 16:22:37', '2024-05-28 17:23:04'),
(8438, 1866, 8187, 1827, 3, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-28 16:22:38', '2024-05-28 16:22:38', '2024-05-28 17:23:04'),
(8439, 1798, 8177, 2044, 5, NULL, 321.00, 330.63, 1, 1, 'manual_sell', '2024-05-28 16:24:22', '2024-05-28 16:24:22', '2024-05-28 17:25:05'),
(8440, 1873, 8188, 5896, 6, 9, 373.70, 381.17, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8441, 1873, 8189, 946, 3, 9, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8442, 1873, 8190, 5659, 6, 9, 125.83, 128.35, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8443, 1873, 8191, 3255, 3, 9, 132.57, 135.22, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8444, 1873, 8192, 3323, 6, 9, 61.09, 62.31, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8445, 1873, 8193, 3318, 9, 9, 1.18, 1.20, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8446, 1873, 8194, 147, 6, 9, 74.20, 75.68, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8447, 1873, 8195, 1177, 9, 9, 5.83, 5.95, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8448, 1873, 8196, 1505, 1, 9, 541.79, 552.63, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8449, 1873, 8197, 408, 9, 9, 97.43, 99.38, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8450, 1873, 8198, 5281, 6, 9, 159.67, 162.86, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8451, 1873, 8199, 3294, 6, 9, 12.47, 12.72, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8452, 1873, 8200, 3993, 9, 9, 53.24, 54.30, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8453, 1873, 8201, 2858, 3, 9, 3060.00, 3121.20, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8454, 1873, 8202, 3233, 1, 9, 103.00, 105.06, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8455, 1873, 8203, 1445, 9, 9, 2.63, 2.68, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8456, 1873, 8204, 1704, 1, 9, 62.40, 63.65, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8457, 1873, 8205, 3918, 1, 9, 1426.98, 1455.52, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8458, 1873, 8206, 637, 9, 9, 304.98, 311.08, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8459, 1873, 8207, 1534, 6, 9, 33.33, 34.00, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8460, 1873, 8208, 2160, 6, 9, 103.02, 105.08, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8461, 1873, 8209, 6037, 9, 9, 8.49, 8.66, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8462, 1873, 8210, 4537, 9, 9, 521.03, 531.45, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8463, 1873, 8211, 4336, 3, 9, 2822.89, 2879.35, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8464, 1873, 8212, 3348, 3, 9, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:03'),
(8465, 1873, 8213, 5785, 9, 9, 5.86, 5.98, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8466, 1873, 8214, 1944, 6, 9, 402.15, 410.19, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8467, 1873, 8215, 1924, 3, 9, 11.97, 12.21, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8468, 1873, 8216, 1887, 3, 9, 1.57, 1.60, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8469, 1873, 8217, 2973, 9, 9, 405.00, 413.10, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8470, 1873, 8218, 1222, 9, 9, 10.81, 11.03, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8471, 1873, 8219, 2662, 6, 9, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8472, 1873, 8220, 2277, 1, 9, 32.52, 33.17, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8473, 1873, 8221, 3489, 6, 9, 10.39, 10.60, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8474, 1873, 8222, 2924, 1, 9, 30.83, 31.45, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8475, 1873, 8223, 4135, 6, 9, 27.23, 27.77, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8476, 1873, 8224, 2292, 3, 9, 210.94, 215.16, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8477, 1873, 8225, 3831, 6, 9, 4764.70, 4859.99, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8478, 1873, 8226, 1950, 1, 9, 18.03, 18.39, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8479, 1873, 8227, 3692, 9, 9, 63.00, 64.26, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8480, 1873, 8228, 4848, 9, 9, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8481, 1873, 8229, 459, 6, 9, 772.50, 787.95, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8482, 1873, 8230, 4948, 9, 9, 19.19, 19.57, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8483, 1873, 8231, 4964, 3, 9, 21.10, 21.52, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8484, 1873, 8232, 3331, 9, 9, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8485, 1873, 8233, 734, 9, 9, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8486, 1873, 8234, 5488, 3, 9, 22.22, 22.66, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:04'),
(8487, 1873, 8235, 2985, 9, 9, 81.37, 83.00, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:05'),
(8488, 1873, 8236, 2713, 3, 9, 212.83, 217.09, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:05'),
(8489, 1873, 8237, 355, 3, 9, 11.29, 11.52, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:05'),
(8490, 1873, 8238, 352, 1, 9, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:05'),
(8491, 1873, 8239, 2078, 1, 9, 4.02, 4.10, 1, 1, 'ai_sell', '2024-05-28 16:27:16', '2024-05-28 16:27:16', '2024-05-28 17:28:05'),
(8492, 1866, 8240, 4000, 1, 11, 1051.96, 1073.00, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8493, 1866, 8241, 3957, 3, 11, 32.64, 33.29, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8494, 1866, 8242, 5823, 3, 11, 42.83, 43.69, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8495, 1866, 8243, 3087, 1, 11, 46.19, 47.11, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8496, 1866, 8244, 5620, 1, 11, 43.04, 43.90, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8497, 1866, 8245, 351, 1, 11, 69.67, 71.06, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8498, 1866, 8246, 2923, 9, 11, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8499, 1866, 8247, 2474, 3, 11, 38.10, 38.86, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8500, 1866, 8248, 3014, 3, 11, 208.06, 212.22, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8501, 1866, 8249, 1128, 1, 11, 366.18, 373.50, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8502, 1866, 8250, 1800, 3, 11, 170.10, 173.50, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8503, 1866, 8251, 2185, 9, 11, 62.40, 63.65, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8504, 1866, 8252, 2176, 6, 11, 404.00, 412.08, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8505, 1866, 8253, 6040, 9, 11, 16.59, 16.92, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8506, 1866, 8254, 5342, 9, 11, 1029.99, 1050.59, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8507, 1866, 8255, 4618, 3, 11, 475.04, 484.54, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8508, 1866, 8256, 2381, 6, 11, 15.94, 16.26, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8509, 1866, 8257, 5076, 1, 11, 24.00, 24.48, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8510, 1866, 8258, 4718, 1, 11, 52.20, 53.24, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8511, 1866, 8259, 4955, 1, 11, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8512, 1866, 8260, 1411, 3, 11, 7.20, 7.34, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8513, 1866, 8261, 5555, 9, 11, 42.24, 43.08, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8514, 1866, 8262, 2233, 6, 11, 30.92, 31.54, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8515, 1866, 8263, 2418, 3, 11, 148.40, 151.37, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:05'),
(8516, 1866, 8264, 3113, 1, 11, 65.92, 67.24, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8517, 1866, 8265, 3806, 9, 11, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8518, 1866, 8266, 5212, 3, 11, 58.57, 59.74, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8519, 1866, 8267, 5621, 3, 11, 154.50, 157.59, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8520, 1866, 8268, 4087, 9, 11, 380.07, 387.67, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8521, 1866, 8269, 1999, 9, 11, 55.55, 56.66, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8522, 1866, 8270, 1434, 3, 11, 84.80, 86.50, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8523, 1866, 8271, 4311, 3, 11, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8524, 1866, 8272, 5717, 9, 11, 183.60, 187.27, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8525, 1866, 8273, 5264, 9, 11, 6.10, 6.22, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8526, 1866, 8274, 3995, 1, 11, 4532.00, 4622.64, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8527, 1866, 8275, 827, 9, 11, 339.20, 345.98, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8528, 1866, 8276, 3406, 3, 11, 62.81, 64.07, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8529, 1866, 8277, 4518, 3, 11, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8530, 1866, 8278, 1899, 1, 11, 11.85, 12.09, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8531, 1866, 8279, 6041, 6, 11, 102.70, 104.75, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8532, 1866, 8280, 5120, 1, 11, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8533, 1866, 8281, 4175, 3, 11, 9.35, 9.54, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8534, 1866, 8282, 1962, 3, 11, 164.21, 167.49, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:06'),
(8535, 1866, 8283, 2110, 9, 11, 26.52, 27.05, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8536, 1866, 8284, 3862, 9, 11, 16.89, 17.23, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8537, 1866, 8285, 5863, 1, 11, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8538, 1866, 8286, 3287, 6, 11, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8539, 1866, 8287, 3590, 9, 11, 43.61, 44.48, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8540, 1866, 8288, 1377, 1, 11, 12.11, 12.35, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8541, 1866, 8289, 1951, 3, 11, 37.85, 38.61, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8542, 1866, 8290, 2326, 9, 11, 30.38, 30.99, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8543, 1866, 8291, 5290, 6, 11, 728.00, 742.56, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8544, 1866, 8292, 5794, 3, 11, 37.41, 38.16, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8545, 1866, 8293, 2951, 6, 11, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8546, 1866, 8294, 1991, 9, 11, 37.43, 38.18, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8547, 1866, 8295, 3351, 9, 11, 212.00, 216.24, 1, 1, 'ai_sell', '2024-05-28 16:38:07', '2024-05-28 16:38:07', '2024-05-28 17:39:07'),
(8548, 1866, 8296, 2990, 9, 11, 524.19, 534.67, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8549, 1866, 8297, 2584, 1, 11, 16.51, 16.84, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8550, 1866, 8298, 797, 3, 11, 885.80, 903.52, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8551, 1866, 8299, 2417, 3, 11, 98.58, 100.55, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8552, 1866, 8300, 2692, 1, 11, 557.23, 568.37, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8553, 1866, 8301, 98, 3, 11, 131.58, 134.21, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8554, 1866, 8302, 1329, 3, 11, 103.00, 105.06, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8555, 1866, 8303, 5352, 6, 11, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8556, 1866, 8304, 2163, 3, 11, 52.47, 53.52, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8557, 1866, 8305, 5301, 6, 11, 52.52, 53.57, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8558, 1866, 8306, 3162, 9, 11, 24.14, 24.62, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8559, 1866, 8307, 1457, 9, 11, 11.41, 11.64, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8560, 1866, 8308, 2967, 6, 11, 292.95, 298.81, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8561, 1866, 8309, 5411, 9, 11, 26.94, 27.48, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8562, 1866, 8310, 3288, 9, 11, 13.51, 13.78, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8563, 1866, 8311, 1905, 1, 11, 112.36, 114.61, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8564, 1866, 8312, 1767, 1, 11, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8565, 1866, 8313, 1614, 6, 11, 4.03, 4.11, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8566, 1866, 8314, 3449, 1, 11, 12.59, 12.84, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8567, 1866, 8315, 1894, 9, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8568, 1866, 8316, 803, 1, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8569, 1866, 8317, 4219, 3, 11, 1.32, 1.35, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8570, 1866, 8318, 734, 1, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:07'),
(8571, 1866, 8319, 1827, 9, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-28 16:38:08', '2024-05-28 16:38:08', '2024-05-28 17:39:08'),
(8572, 1867, 8320, 6004, 1, 12, 243.80, 248.68, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8573, 1867, 8321, 3150, 9, 12, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8574, 1867, 8322, 4726, 9, 12, 18.17, 18.53, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8575, 1867, 8323, 5084, 9, 12, 20.19, 20.59, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8576, 1867, 8324, 2502, 6, 12, 195.70, 199.61, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8577, 1867, 8325, 2112, 3, 12, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8578, 1867, 8326, 5045, 9, 12, 134.16, 136.84, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8579, 1867, 8327, 160, 3, 12, 229.56, 234.15, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8580, 1867, 8328, 5787, 6, 12, 3.28, 3.35, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8581, 1867, 8329, 3023, 3, 12, 242.74, 247.59, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:03'),
(8582, 1867, 8330, 4193, 6, 12, 1767.49, 1802.84, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8583, 1867, 8331, 3410, 9, 12, 30.45, 31.06, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8584, 1867, 8332, 6073, 3, 12, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8585, 1867, 8333, 1487, 3, 12, 4118.10, 4200.46, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8586, 1867, 8334, 4303, 6, 12, 706.99, 721.13, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8587, 1867, 8335, 5888, 6, 12, 2491.00, 2540.82, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8588, 1867, 8336, 3829, 1, 12, 11.97, 12.21, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8589, 1867, 8337, 3541, 1, 12, 2.83, 2.89, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8590, 1867, 8338, 1870, 9, 12, 24.72, 25.21, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8591, 1867, 8339, 1437, 9, 12, 223.60, 228.07, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8592, 1867, 8340, 4546, 6, 12, 430.50, 439.11, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8593, 1867, 8341, 3433, 6, 12, 14.27, 14.56, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8594, 1867, 8342, 4456, 1, 12, 650.51, 663.52, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8595, 1867, 8343, 2130, 9, 12, 412.00, 420.24, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8596, 1867, 8344, 714, 9, 12, 24.95, 25.45, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8597, 1867, 8345, 2414, 6, 12, 1105.95, 1128.07, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8598, 1867, 8346, 3684, 6, 12, 423.74, 432.21, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8599, 1867, 8347, 1316, 1, 12, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8600, 1867, 8348, 3803, 9, 12, 1372.70, 1400.15, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8601, 1867, 8349, 4318, 6, 12, 135.68, 138.39, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8602, 1867, 8350, 3577, 9, 12, 28.14, 28.70, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8603, 1867, 8351, 5006, 6, 12, 9.35, 9.54, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8604, 1867, 8352, 2095, 1, 12, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8605, 1867, 8353, 1426, 3, 12, 62.93, 64.19, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8606, 1867, 8354, 2462, 3, 12, 3.17, 3.23, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8607, 1867, 8355, 2957, 1, 12, 1144.00, 1166.88, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8608, 1867, 8356, 1710, 9, 12, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8609, 1867, 8357, 1420, 6, 12, 69.38, 70.77, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8610, 1867, 8358, 4506, 1, 12, 67.97, 69.33, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8611, 1867, 8359, 536, 9, 12, 13.66, 13.93, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:04'),
(8612, 1867, 8360, 2312, 9, 12, 147.00, 149.94, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8613, 1867, 8361, 1431, 6, 12, 56.64, 57.77, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8614, 1867, 8362, 2749, 1, 12, 127.50, 130.05, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8615, 1867, 8363, 595, 9, 12, 399.00, 406.98, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8616, 1867, 8364, 1899, 6, 12, 11.97, 12.21, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8617, 1867, 8365, 2147, 3, 12, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8618, 1867, 8366, 1701, 3, 12, 6.76, 6.90, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8619, 1867, 8367, 1208, 1, 12, 3.11, 3.17, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8620, 1867, 8368, 734, 1, 12, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8621, 1867, 8369, 765, 1, 12, 1.35, 1.38, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8622, 1867, 8370, 1827, 6, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-28 16:47:06', '2024-05-28 16:47:06', '2024-05-28 17:48:05'),
(8623, 1868, 8373, 1234, 9, 13, 1530.00, 1560.60, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8624, 1868, 8374, 5698, 3, 13, 131.25, 133.88, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8625, 1868, 8375, 4499, 3, 13, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8626, 1868, 8376, 5948, 9, 13, 3.41, 3.48, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8627, 1868, 8377, 3203, 1, 13, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8628, 1868, 8378, 1092, 9, 13, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8629, 1868, 8379, 2358, 3, 13, 27.08, 27.62, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8630, 1868, 8380, 245, 9, 13, 72.10, 73.54, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8631, 1868, 8381, 3692, 1, 13, 63.60, 64.87, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8632, 1868, 8382, 4723, 6, 13, 15.85, 16.17, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8633, 1868, 8383, 5332, 1, 13, 1955.97, 1995.09, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8634, 1868, 8384, 2319, 9, 13, 247.00, 251.94, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8635, 1868, 8385, 4690, 3, 13, 30.48, 31.09, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8636, 1868, 8386, 5274, 9, 13, 157.03, 160.17, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8637, 1868, 8387, 278, 1, 13, 334.95, 341.65, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8638, 1868, 8388, 3363, 9, 13, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8639, 1868, 8389, 2131, 9, 13, 161.16, 164.38, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8640, 1868, 8390, 6067, 9, 13, 22.88, 23.34, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8641, 1868, 8391, 1389, 9, 13, 224.70, 229.19, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8642, 1868, 8392, 1606, 9, 13, 20.35, 20.76, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8643, 1868, 8393, 2724, 3, 13, 6793.50, 6929.37, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8644, 1868, 8394, 1572, 1, 13, 37.43, 38.18, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8645, 1868, 8395, 1228, 9, 13, 21.95, 22.39, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8646, 1868, 8396, 4738, 6, 13, 113.36, 115.63, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8647, 1868, 8397, 2715, 1, 13, 35.68, 36.39, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8648, 1868, 8398, 5594, 6, 13, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8649, 1868, 8399, 969, 3, 13, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:17'),
(8650, 1868, 8400, 1072, 9, 13, 23.78, 24.26, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8651, 1868, 8401, 3981, 1, 13, 5.40, 5.51, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8652, 1868, 8402, 5304, 6, 13, 25.43, 25.94, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8653, 1868, 8403, 5079, 3, 13, 28.62, 29.19, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8654, 1868, 8404, 4247, 6, 13, 15.47, 15.78, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8655, 1868, 8405, 918, 3, 13, 10.69, 10.90, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8656, 1868, 8406, 634, 1, 13, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8657, 1868, 8407, 1842, 6, 13, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8658, 1868, 8408, 1576, 9, 13, 2.76, 2.82, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8659, 1868, 8409, 949, 1, 13, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8660, 1868, 8410, 1811, 6, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-28 17:21:07', '2024-05-28 17:21:07', '2024-05-28 18:21:18'),
(8661, 1869, 8418, 4080, 6, 14, 9.66, 9.85, 1, 1, 'ai_sell', '2024-05-28 17:49:05', '2024-05-28 17:49:05', '2024-05-28 18:50:06'),
(8662, 1869, 8419, 3775, 3, 14, 6.49, 6.62, 1, 1, 'ai_sell', '2024-05-28 17:49:05', '2024-05-28 17:49:05', '2024-05-28 18:50:06'),
(8663, 1869, 8420, 122, 3, 14, 45.90, 46.82, 1, 1, 'ai_sell', '2024-05-28 17:49:05', '2024-05-28 17:49:05', '2024-05-28 18:50:06'),
(8664, 1869, 8421, 6164, 1, 14, 57.49, 58.64, 1, 1, 'ai_sell', '2024-05-28 17:49:05', '2024-05-28 17:49:05', '2024-05-28 18:50:06'),
(8665, 1869, 8422, 5186, 3, 14, 332.89, 339.55, 1, 1, 'ai_sell', '2024-05-28 17:49:05', '2024-05-28 17:49:05', '2024-05-28 18:50:06'),
(8666, 1869, 8423, 6100, 6, 14, 69.89, 71.29, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8667, 1869, 8424, 2530, 3, 14, 1558.96, 1590.14, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8668, 1869, 8425, 684, 9, 14, 4492.86, 4582.72, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8669, 1869, 8426, 6132, 9, 14, 41.20, 42.02, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8670, 1869, 8427, 2147, 6, 14, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8671, 1869, 8428, 1271, 1, 14, 289.87, 295.67, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8672, 1869, 8429, 3225, 9, 14, 1.16, 1.18, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8673, 1869, 8430, 2606, 3, 14, 14.25, 14.54, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8674, 1869, 8431, 3069, 6, 14, 18.90, 19.28, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8675, 1869, 8432, 1183, 6, 14, 13.53, 13.80, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8676, 1869, 8433, 3972, 1, 14, 13.45, 13.72, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8677, 1869, 8434, 4835, 1, 14, 26.27, 26.80, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8678, 1869, 8435, 1779, 9, 14, 37.74, 38.49, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8679, 1869, 8436, 4527, 9, 14, 66.65, 67.98, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8680, 1869, 8437, 3369, 3, 14, 334.75, 341.45, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8681, 1869, 8438, 4614, 9, 14, 26.77, 27.31, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8682, 1869, 8439, 4746, 6, 14, 54.14, 55.22, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:04'),
(8683, 1869, 8440, 660, 9, 14, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8684, 1869, 8441, 703, 3, 14, 12.57, 12.82, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8685, 1869, 8442, 1149, 9, 14, 209.99, 214.19, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8686, 1869, 8443, 4191, 6, 14, 5.76, 5.88, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8687, 1869, 8444, 4571, 6, 14, 1889.99, 1927.79, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8688, 1869, 8445, 5304, 3, 14, 24.95, 25.45, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8689, 1869, 8446, 1595, 9, 14, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8690, 1869, 8447, 3451, 1, 14, 6.03, 6.15, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8691, 1869, 8448, 3076, 9, 14, 32.85, 33.51, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8692, 1869, 8449, 2284, 3, 14, 106.21, 108.33, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8693, 1869, 8450, 1711, 9, 14, 92.70, 94.55, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8694, 1869, 8451, 5662, 6, 14, 416.00, 424.32, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8695, 1869, 8452, 28, 9, 14, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8696, 1869, 8453, 3227, 9, 14, 20.21, 20.61, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8697, 1869, 8454, 1918, 1, 14, 9.39, 9.58, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8698, 1869, 8455, 1641, 9, 14, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8699, 1869, 8456, 2158, 3, 14, 46.80, 47.74, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8700, 1869, 8457, 2547, 1, 14, 210.00, 214.20, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8701, 1869, 8458, 1805, 6, 14, 8.80, 8.98, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8702, 1869, 8459, 41, 1, 14, 18.54, 18.91, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8703, 1869, 8460, 172, 6, 14, 20.89, 21.31, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8704, 1869, 8461, 5159, 6, 14, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8705, 1869, 8462, 2529, 3, 14, 60.50, 61.71, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8706, 1869, 8463, 4424, 6, 14, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8707, 1869, 8464, 4025, 3, 14, 81.79, 83.43, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8708, 1869, 8465, 2062, 6, 14, 4560.42, 4651.63, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:05'),
(8709, 1869, 8466, 2420, 6, 14, 556.50, 567.63, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8710, 1869, 8467, 2752, 6, 14, 71.01, 72.43, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8711, 1869, 8468, 4291, 6, 14, 157.50, 160.65, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8712, 1869, 8469, 4399, 6, 14, 25.15, 25.65, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8713, 1869, 8470, 1898, 1, 14, 455.80, 464.92, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8714, 1869, 8471, 2117, 3, 14, 16.98, 17.32, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8715, 1869, 8472, 3285, 3, 14, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8716, 1869, 8473, 2508, 3, 14, 50.99, 52.01, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8717, 1869, 8474, 2967, 6, 14, 292.95, 298.81, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8718, 1869, 8475, 2324, 9, 14, 121.15, 123.57, 1, 1, 'ai_sell', '2024-05-28 17:50:09', '2024-05-28 17:50:09', '2024-05-28 18:51:06'),
(8719, 1869, 8476, 4384, 3, 14, 84.23, 85.91, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8720, 1869, 8477, 1639, 9, 14, 15.98, 16.30, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8721, 1869, 8478, 3139, 9, 14, 41.82, 42.66, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8722, 1869, 8479, 2923, 1, 14, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8723, 1869, 8480, 24, 9, 14, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8724, 1869, 8481, 803, 3, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8725, 1869, 8482, 756, 1, 14, 0.46, 0.47, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8726, 1869, 8483, 1827, 1, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-28 17:50:10', '2024-05-28 17:50:10', '2024-05-28 18:51:06'),
(8727, 1872, 8489, 5743, 1, 18, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(8728, 1872, 8490, 2929, 3, 18, 704.54, 718.63, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8729, 1872, 8491, 788, 1, 18, 36.56, 37.29, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8730, 1872, 8492, 5714, 9, 18, 148.72, 151.69, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8731, 1872, 8493, 1009, 1, 18, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8732, 1872, 8494, 268, 9, 18, 6.44, 6.57, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8733, 1872, 8495, 4026, 6, 18, 105.99, 108.11, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8734, 1872, 8496, 3519, 9, 18, 46.17, 47.09, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8735, 1872, 8497, 1112, 9, 18, 84.49, 86.18, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8736, 1872, 8498, 3935, 6, 18, 91.15, 92.97, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8737, 1872, 8499, 4315, 6, 18, 234.60, 239.29, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8738, 1872, 8500, 3082, 9, 18, 12.22, 12.46, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8739, 1872, 8501, 5475, 6, 18, 80.79, 82.41, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8740, 1872, 8502, 3111, 6, 18, 252.50, 257.55, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8741, 1872, 8503, 2655, 6, 18, 314.82, 321.12, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8742, 1872, 8504, 3314, 9, 18, 50.49, 51.50, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8743, 1872, 8505, 4709, 9, 18, 51.05, 52.07, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8744, 1872, 8506, 4400, 3, 18, 20.28, 20.69, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8745, 1872, 8507, 2948, 3, 18, 37.08, 37.82, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8746, 1872, 8508, 5336, 3, 18, 3150.00, 3213.00, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8747, 1872, 8509, 1290, 9, 18, 3.48, 3.55, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8748, 1872, 8510, 2463, 6, 18, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8749, 1872, 8511, 1037, 6, 18, 46.79, 47.73, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8750, 1872, 8512, 1140, 6, 18, 50.99, 52.01, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8751, 1872, 8513, 3909, 3, 18, 202.23, 206.27, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8752, 1872, 8514, 901, 6, 18, 21.02, 21.44, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8753, 1872, 8515, 3646, 3, 18, 80.37, 81.98, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8754, 1872, 8516, 2670, 1, 18, 876.75, 894.29, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8755, 1872, 8517, 3900, 1, 18, 499.20, 509.18, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8756, 1872, 8518, 4498, 1, 18, 104.02, 106.10, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8757, 1872, 8519, 5282, 6, 18, 41.36, 42.19, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8758, 1872, 8520, 1218, 9, 18, 74.08, 75.56, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8759, 1872, 8521, 1540, 1, 18, 33.33, 34.00, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8760, 1872, 8522, 4778, 1, 18, 334.53, 341.22, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8761, 1872, 8523, 4571, 6, 18, 1889.99, 1927.79, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8762, 1872, 8524, 1566, 3, 18, 336.00, 342.72, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8763, 1872, 8525, 346, 6, 18, 45.50, 46.41, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8764, 1872, 8526, 5835, 3, 18, 19.26, 19.65, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8765, 1872, 8527, 1162, 9, 18, 93.60, 95.47, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8766, 1872, 8528, 2119, 3, 18, 8.06, 8.22, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8767, 1872, 8529, 216, 9, 18, 16.93, 17.27, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8768, 1872, 8530, 3620, 6, 18, 2.69, 2.74, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8769, 1872, 8531, 4730, 3, 18, 16.25, 16.58, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8770, 1872, 8532, 1851, 6, 18, 68.84, 70.22, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8771, 1872, 8533, 340, 1, 18, 211.04, 215.26, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8772, 1872, 8534, 2567, 9, 18, 403.99, 412.07, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8773, 1872, 8535, 6041, 6, 18, 102.70, 104.75, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8774, 1872, 8536, 4767, 1, 18, 45.45, 46.36, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8775, 1872, 8537, 2970, 9, 18, 134.49, 137.18, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8776, 1872, 8538, 3707, 6, 18, 361.48, 368.71, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8777, 1872, 8539, 2162, 1, 18, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8778, 1872, 8540, 1969, 1, 18, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8779, 1872, 8541, 4016, 6, 18, 48.75, 49.73, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8780, 1872, 8542, 858, 1, 18, 14.52, 14.81, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8781, 1872, 8543, 645, 3, 18, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8782, 1872, 8544, 1021, 1, 18, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:05'),
(8783, 1872, 8545, 4092, 3, 18, 2.84, 2.90, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:06'),
(8784, 1872, 8546, 1640, 9, 18, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:06'),
(8785, 1872, 8547, 1837, 3, 18, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-28 19:42:07', '2024-05-28 19:42:07', '2024-05-28 20:43:06'),
(8786, 1869, 2015, 1997, 1, NULL, 357.00, 349.86, 2, 1, 'manual_sell', '2024-05-29 01:18:13', '2024-05-29 01:18:13', '2024-05-29 02:19:15'),
(8787, 1869, 2808, 4114, 3, NULL, 319.00, 309.43, 2, 1, 'manual_sell', '2024-05-29 01:20:48', '2024-05-29 01:20:48', '2024-05-29 02:21:05'),
(8788, 1869, 2811, 4960, 5, NULL, 27.87, 26.76, 4, 1, 'manual_sell', '2024-05-29 01:47:34', '2024-05-29 01:47:34', '2024-05-29 02:48:06'),
(8789, 1869, 2812, 5118, 1, NULL, 480.00, 470.40, 2, 1, 'manual_sell', '2024-05-29 01:57:21', '2024-05-29 01:57:21', '2024-05-29 02:58:03'),
(8790, 1869, 2813, 5118, 5, NULL, 352.00, 341.43, 2, 1, 'manual_sell', '2024-05-29 02:03:41', '2024-05-29 02:03:41', '2024-05-29 03:04:06'),
(8791, 1869, 2814, 5247, 9, NULL, 28.60, 27.75, 5, 1, 'manual_sell', '2024-05-29 02:14:19', '2024-05-29 02:14:19', '2024-05-29 03:15:08'),
(8792, 1869, 2815, 3813, 9, NULL, 24.09, 23.37, 4, 1, 'manual_sell', '2024-05-29 02:33:51', '2024-05-29 02:33:51', '2024-05-29 03:34:05'),
(8793, 1869, 2816, 3932, 3, NULL, 214.50, 205.96, 5, 1, 'manual_sell', '2024-05-29 02:37:10', '2024-05-29 02:37:10', '2024-05-29 03:38:06'),
(8794, 1869, 2817, 268, 5, NULL, 6.60, 6.73, 6, 1, 'manual_sell', '2024-05-29 02:39:15', '2024-05-29 02:39:15', '2024-05-29 03:40:06'),
(8795, 1869, 2818, 2105, 5, NULL, 600.00, 576.00, 2, 1, 'manual_sell', '2024-05-29 02:45:41', '2024-05-29 02:45:41', '2024-05-29 03:46:04'),
(8796, 1869, 2821, 3360, 1, NULL, 55.00, 158.40, 3, 2, 'manual_sell', '2024-05-29 03:54:16', '2024-05-29 03:54:16', '2024-05-29 04:55:08'),
(8797, 1869, 2820, 2105, 3, NULL, 440.00, 862.40, 2, 2, 'manual_sell', '2024-05-29 03:56:05', '2024-05-29 03:56:05', '2024-05-29 04:56:08'),
(8798, 1869, 2819, 2105, 5, NULL, 440.00, 906.40, 2, 2, 'manual_sell', '2024-05-29 03:58:00', '2024-05-29 03:58:00', '2024-05-29 04:58:12'),
(8799, 1869, 2822, 6088, 9, NULL, 77.00, 74.69, 1, 1, 'manual_sell', '2024-05-29 03:59:00', '2024-05-29 03:59:00', '2024-05-29 04:59:06'),
(8800, 1869, 2895, 361, 1, NULL, 19.80, 20.39, 1, 2, 'manual_sell', '2024-05-29 04:00:49', '2024-05-29 04:00:49', '2024-05-29 05:01:24'),
(8801, 1747, 8562, 2916, 1, NULL, 86.00, 88.58, 4, 2, 'manual_sell', '2024-05-29 05:19:37', '2024-05-29 05:19:37', '2024-05-29 06:20:05'),
(8802, 1747, 8563, 2926, 1, NULL, 80.00, 82.40, 4, 2, 'manual_sell', '2024-05-29 05:20:01', '2024-05-29 05:20:01', '2024-05-29 06:20:05'),
(8803, 1747, 8564, 1935, 1, NULL, 55.00, 56.65, 6, 2, 'manual_sell', '2024-05-29 05:20:24', '2024-05-29 05:20:24', '2024-05-29 06:21:04'),
(8804, 1747, 8565, 1956, 1, NULL, 10.07, 10.37, 3, 2, 'manual_sell', '2024-05-29 05:20:48', '2024-05-29 05:20:48', '2024-05-29 06:21:04'),
(8805, 1747, 8566, 1956, 1, NULL, 10.07, 10.37, 3, 2, 'manual_sell', '2024-05-29 05:21:11', '2024-05-29 05:21:11', '2024-05-29 06:22:04'),
(8806, 1747, 8568, 1842, 1, NULL, 1.00, 1.03, 20, 2, 'manual_sell', '2024-05-29 05:21:42', '2024-05-29 05:21:42', '2024-05-29 06:22:04'),
(8807, 1747, 8569, 1956, 1, NULL, 10.07, 10.37, 3, 2, 'manual_sell', '2024-05-29 05:22:05', '2024-05-29 05:22:05', '2024-05-29 06:23:04'),
(8808, 1747, 8570, 1640, 1, NULL, 1.00, 1.03, 4, 2, 'manual_sell', '2024-05-29 05:22:26', '2024-05-29 05:22:26', '2024-05-29 06:23:04'),
(8809, 1747, 8567, 2166, 1, NULL, 36.00, 37.08, 10, 2, 'manual_sell', '2024-05-29 05:23:04', '2024-05-29 05:23:04', '2024-05-29 06:23:04'),
(8810, 1747, 8562, 2916, 5, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-29 07:19:34', '2024-05-29 07:19:34', '2024-05-29 08:20:06'),
(8811, 1747, 8563, 2926, 5, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-29 07:20:16', '2024-05-29 07:20:16', '2024-05-29 08:21:03'),
(8812, 1747, 8564, 1935, 5, NULL, 55.00, 56.65, 6, 1, 'manual_sell', '2024-05-29 07:20:37', '2024-05-29 07:20:37', '2024-05-29 08:21:03'),
(8813, 1747, 8565, 1956, 5, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-29 07:21:21', '2024-05-29 07:21:21', '2024-05-29 08:22:04'),
(8814, 1747, 8566, 1956, 5, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-29 07:22:44', '2024-05-29 07:22:44', '2024-05-29 08:23:05'),
(8815, 1747, 8567, 2166, 5, NULL, 36.00, 37.08, 10, 1, 'manual_sell', '2024-05-29 07:23:55', '2024-05-29 07:23:55', '2024-05-29 08:24:06'),
(8816, 1747, 8568, 1842, 5, NULL, 1.00, 1.03, 20, 1, 'manual_sell', '2024-05-29 07:24:52', '2024-05-29 07:24:52', '2024-05-29 08:25:06'),
(8817, 1747, 8569, 1956, 5, NULL, 10.07, 10.37, 3, 1, 'manual_sell', '2024-05-29 07:25:38', '2024-05-29 07:25:38', '2024-05-29 08:26:03'),
(8818, 1747, 8570, 1640, 5, NULL, 1.00, 1.03, 4, 1, 'manual_sell', '2024-05-29 07:26:15', '2024-05-29 07:26:15', '2024-05-29 08:27:04'),
(8819, 1869, 8579, 5629, 1, 17, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8820, 1869, 8580, 2002, 1, 17, 113.30, 115.57, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8821, 1869, 8581, 165, 9, 17, 208.34, 212.51, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8822, 1869, 8582, 5558, 1, 17, 3.06, 3.12, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8823, 1869, 8583, 1410, 1, 17, 15.58, 15.89, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8824, 1869, 8584, 1117, 1, 17, 353.50, 360.57, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8825, 1869, 8585, 3295, 6, 17, 371.94, 379.38, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8826, 1869, 8586, 3986, 1, 17, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8827, 1869, 8587, 2269, 3, 17, 30.46, 31.07, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8828, 1869, 8588, 3760, 6, 17, 37.99, 38.75, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8829, 1869, 8589, 3625, 1, 17, 60.92, 62.14, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8830, 1869, 8590, 4577, 9, 17, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8831, 1869, 8591, 284, 1, 17, 137.80, 140.56, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8832, 1869, 8592, 3780, 9, 17, 105.00, 107.10, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8833, 1869, 8593, 2820, 9, 17, 144.80, 147.70, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8834, 1869, 8594, 6133, 9, 17, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8835, 1869, 8595, 6063, 1, 17, 12.12, 12.36, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8836, 1869, 8596, 5489, 6, 17, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8837, 1869, 8597, 5922, 3, 17, 81.59, 83.22, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8838, 1869, 8598, 5761, 1, 17, 2.00, 2.04, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8839, 1869, 8599, 983, 1, 17, 134.33, 137.02, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8840, 1869, 8600, 677, 1, 17, 6486.48, 6616.21, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8841, 1869, 8601, 3724, 3, 17, 102.97, 105.03, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8842, 1869, 8602, 3658, 1, 17, 14.08, 14.36, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8843, 1869, 8603, 14, 6, 17, 524.16, 534.64, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8844, 1869, 8604, 1630, 9, 17, 42.70, 43.55, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8845, 1869, 8605, 5624, 3, 17, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:05'),
(8846, 1869, 8606, 4954, 9, 17, 202.90, 206.96, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8847, 1869, 8607, 1272, 1, 17, 25.01, 25.51, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8848, 1869, 8608, 2289, 3, 17, 577.50, 589.05, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8849, 1869, 8609, 2319, 6, 17, 254.33, 259.42, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8850, 1869, 8610, 3172, 6, 17, 527.76, 538.32, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8851, 1869, 8611, 83, 9, 17, 112.20, 114.44, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8852, 1869, 8612, 4039, 6, 17, 19.09, 19.47, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8853, 1869, 8613, 3551, 9, 17, 46.79, 47.73, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8854, 1869, 8614, 1806, 3, 17, 13.65, 13.92, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8855, 1869, 8615, 5401, 1, 17, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8856, 1869, 8616, 3661, 3, 17, 303.00, 309.06, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8857, 1869, 8617, 4460, 9, 17, 42.38, 43.23, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8858, 1869, 8618, 2213, 6, 17, 8.40, 8.57, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8859, 1869, 8619, 299, 3, 17, 2.62, 2.67, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8860, 1869, 8620, 5144, 6, 17, 37.09, 37.83, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8861, 1869, 8621, 1494, 3, 17, 41.90, 42.74, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8862, 1869, 8622, 2130, 6, 17, 416.00, 424.32, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8863, 1869, 8623, 2088, 9, 17, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8864, 1869, 8624, 2783, 6, 17, 11.22, 11.44, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8865, 1869, 8625, 4278, 6, 17, 28.03, 28.59, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8866, 1869, 8626, 5884, 6, 17, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8867, 1869, 8627, 5921, 9, 17, 7.27, 7.42, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8868, 1869, 8628, 1916, 1, 17, 3.50, 3.57, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8869, 1869, 8629, 1712, 9, 17, 63.60, 64.87, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8870, 1869, 8630, 3697, 3, 17, 34.60, 35.29, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8871, 1869, 8631, 6115, 1, 17, 5.18, 5.28, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8872, 1869, 8632, 1894, 9, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8873, 1869, 8633, 734, 6, 17, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-29 14:57:05', '2024-05-29 14:57:05', '2024-05-29 15:58:06'),
(8874, 1866, 8634, 4004, 9, 16, 123.59, 126.06, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8875, 1866, 8635, 2323, 1, 16, 350.16, 357.16, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8876, 1866, 8636, 3247, 6, 16, 42.40, 43.25, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8877, 1866, 8637, 3236, 9, 16, 44.75, 45.65, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8878, 1866, 8638, 5818, 9, 16, 2134.84, 2177.54, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8879, 1866, 8639, 1745, 3, 16, 101.92, 103.96, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8880, 1866, 8640, 5682, 3, 16, 519.95, 530.35, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8881, 1866, 8641, 5323, 9, 16, 28.50, 29.07, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8882, 1866, 8642, 373, 1, 16, 12.90, 13.16, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8883, 1866, 8643, 6070, 3, 16, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8884, 1866, 8644, 5227, 6, 16, 16.79, 17.13, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8885, 1866, 8645, 960, 1, 16, 90.90, 92.72, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8886, 1866, 8646, 5639, 9, 16, 4.94, 5.04, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8887, 1866, 8647, 5423, 1, 16, 15.93, 16.25, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8888, 1866, 8648, 5927, 9, 16, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8889, 1866, 8649, 1467, 3, 16, 13.35, 13.62, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8890, 1866, 8650, 2743, 9, 16, 41.59, 42.42, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:19'),
(8891, 1866, 8651, 1654, 3, 16, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8892, 1866, 8652, 2204, 6, 16, 58.24, 59.40, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8893, 1866, 8653, 301, 1, 16, 8.85, 9.03, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8894, 1866, 8654, 1427, 6, 16, 22.00, 22.44, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8895, 1866, 8655, 4203, 3, 16, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8896, 1866, 8656, 5056, 3, 16, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8897, 1866, 8657, 1496, 6, 16, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8898, 1866, 8658, 5228, 9, 16, 7.13, 7.27, 1, 1, 'ai_sell', '2024-05-29 16:00:14', '2024-05-29 16:00:14', '2024-05-29 17:01:20'),
(8899, 1866, 8659, 2558, 1, 16, 44.71, 45.60, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8900, 1866, 8660, 2948, 9, 16, 36.37, 37.10, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8901, 1866, 8661, 4843, 9, 16, 155.99, 159.11, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8902, 1866, 8662, 900, 9, 16, 87.55, 89.30, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8903, 1866, 8663, 3212, 6, 16, 8.48, 8.65, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8904, 1866, 8664, 5998, 9, 16, 31.68, 32.31, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8905, 1866, 8665, 2506, 6, 16, 111.10, 113.32, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8906, 1866, 8666, 5716, 6, 16, 257.50, 262.65, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8907, 1866, 8667, 2670, 6, 16, 851.70, 868.73, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8908, 1866, 8668, 4087, 9, 16, 376.38, 383.91, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8909, 1866, 8669, 3627, 9, 16, 2060.00, 2101.20, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8910, 1866, 8670, 136, 3, 16, 24.48, 24.97, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8911, 1866, 8671, 935, 3, 16, 3.06, 3.12, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8912, 1866, 8672, 5111, 3, 16, 13.98, 14.26, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8913, 1866, 8673, 151, 3, 16, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8914, 1866, 8674, 2538, 1, 16, 19.77, 20.17, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8915, 1866, 8675, 2607, 1, 16, 14.51, 14.80, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8916, 1866, 8676, 1562, 3, 16, 115.83, 118.15, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8917, 1866, 8677, 4691, 3, 16, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8918, 1866, 8678, 2416, 1, 16, 26.16, 26.68, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8919, 1866, 8679, 1748, 3, 16, 40.17, 40.97, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8920, 1866, 8680, 4484, 9, 16, 9.46, 9.65, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:20'),
(8921, 1866, 8681, 5186, 9, 16, 336.09, 342.81, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8922, 1866, 8682, 396, 1, 16, 36.38, 37.11, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8923, 1866, 8683, 3864, 6, 16, 104.00, 106.08, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8924, 1866, 8684, 3649, 1, 16, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8925, 1866, 8685, 3946, 9, 16, 493.50, 503.37, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8926, 1866, 8686, 2647, 6, 16, 13.83, 14.11, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8927, 1866, 8687, 2730, 6, 16, 20.13, 20.53, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8928, 1866, 8688, 5533, 9, 16, 18.17, 18.53, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8929, 1866, 8689, 1193, 3, 16, 38.38, 39.15, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8930, 1866, 8690, 1678, 1, 16, 716.88, 731.22, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8931, 1866, 8691, 2036, 3, 16, 60.87, 62.09, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8932, 1866, 8692, 4060, 9, 16, 16.63, 16.96, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8933, 1866, 8693, 2095, 6, 16, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8934, 1866, 8694, 1483, 3, 16, 21.16, 21.58, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8935, 1866, 8695, 6061, 1, 16, 20.53, 20.94, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8936, 1866, 8696, 3771, 1, 16, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8937, 1866, 8697, 1959, 1, 16, 20.40, 20.81, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8938, 1866, 8698, 5688, 6, 16, 96.85, 98.79, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8939, 1866, 8699, 150, 9, 16, 606.00, 618.12, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8940, 1866, 8700, 3909, 3, 16, 210.24, 214.44, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8941, 1866, 8701, 2438, 6, 16, 136.50, 139.23, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8942, 1866, 8702, 4992, 9, 16, 12.45, 12.70, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8943, 1866, 8703, 3249, 9, 16, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8944, 1866, 8704, 2627, 9, 16, 16.30, 16.63, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8945, 1866, 8705, 4768, 1, 16, 3.03, 3.09, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8946, 1866, 8706, 4215, 9, 16, 612.00, 624.24, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8947, 1866, 8707, 760, 3, 16, 18.71, 19.08, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8948, 1866, 8708, 5619, 1, 16, 102.99, 105.05, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8949, 1866, 8709, 3429, 3, 16, 28.27, 28.84, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8950, 1866, 8710, 6042, 6, 16, 3.80, 3.88, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8951, 1866, 8711, 949, 9, 16, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8952, 1866, 8712, 1844, 1, 16, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8953, 1866, 8713, 1811, 1, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-29 16:00:15', '2024-05-29 16:00:15', '2024-05-29 17:01:21'),
(8954, 1871, 8714, 4348, 1, 7, 241.49, 246.32, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:03'),
(8955, 1871, 8715, 1334, 9, 7, 5.65, 5.76, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8956, 1871, 8716, 4971, 6, 7, 66.56, 67.89, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8957, 1871, 8717, 981, 6, 7, 56.92, 58.06, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8958, 1871, 8718, 5459, 6, 7, 114.40, 116.69, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8959, 1871, 8719, 1077, 6, 7, 168.54, 171.91, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8960, 1871, 8720, 3359, 9, 7, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8961, 1871, 8721, 3268, 6, 7, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8962, 1871, 8722, 4382, 6, 7, 15.86, 16.18, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8963, 1871, 8723, 2521, 1, 7, 386.82, 394.56, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8964, 1871, 8724, 4246, 1, 7, 33292.80, 33958.66, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:04'),
(8965, 1871, 8725, 5223, 1, 7, 706.99, 721.13, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8966, 1871, 8726, 4037, 1, 7, 157.49, 160.64, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8967, 1871, 8727, 3242, 3, 7, 22.23, 22.67, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8968, 1871, 8728, 1157, 9, 7, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8969, 1871, 8729, 1062, 3, 7, 7.58, 7.73, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8970, 1871, 8730, 2889, 1, 7, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8971, 1871, 8731, 1562, 1, 7, 113.58, 115.85, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8972, 1871, 8732, 2517, 6, 7, 107.55, 109.70, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8973, 1871, 8733, 3751, 1, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8974, 1871, 8734, 2773, 1, 7, 385.22, 392.92, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8975, 1871, 8735, 4659, 6, 7, 9.88, 10.08, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8976, 1871, 8736, 3004, 6, 7, 86.18, 87.90, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8977, 1871, 8737, 4464, 3, 7, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8978, 1871, 8738, 833, 3, 7, 20.94, 21.36, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8979, 1871, 8739, 3124, 6, 7, 44.52, 45.41, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8980, 1871, 8740, 1773, 3, 7, 9.26, 9.45, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8981, 1871, 8741, 1482, 9, 7, 201.96, 206.00, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8982, 1871, 8742, 2821, 6, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8983, 1871, 8743, 4107, 9, 7, 9.68, 9.87, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8984, 1871, 8744, 3239, 3, 7, 18.36, 18.73, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8985, 1871, 8745, 4691, 6, 7, 2.04, 2.08, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8986, 1871, 8746, 5300, 9, 7, 608.49, 620.66, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8987, 1871, 8747, 4883, 3, 7, 341.70, 348.53, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8988, 1871, 8748, 511, 1, 7, 727.65, 742.20, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8989, 1871, 8749, 4427, 3, 7, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8990, 1871, 8750, 4410, 3, 7, 14.59, 14.88, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8991, 1871, 8751, 4703, 3, 7, 33.80, 34.48, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8992, 1871, 8752, 299, 3, 7, 2.69, 2.74, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8993, 1871, 8753, 5444, 9, 7, 3.73, 3.80, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8994, 1871, 8754, 2235, 3, 7, 32.45, 33.10, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8995, 1871, 8755, 5288, 6, 7, 23.15, 23.61, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8996, 1871, 8756, 3846, 6, 7, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8997, 1871, 8757, 1989, 6, 7, 50.47, 51.48, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:05'),
(8998, 1871, 8758, 1824, 1, 7, 131.24, 133.86, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(8999, 1871, 8759, 1162, 9, 7, 92.70, 94.55, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9000, 1871, 8760, 842, 9, 7, 17.92, 18.28, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9001, 1871, 8761, 5164, 3, 7, 32.85, 33.51, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9002, 1871, 8762, 5586, 1, 7, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9003, 1871, 8763, 2603, 1, 7, 1477.98, 1507.54, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9004, 1871, 8764, 5334, 3, 7, 242.35, 247.20, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9005, 1871, 8765, 3720, 1, 7, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9006, 1871, 8766, 961, 3, 7, 31.11, 31.73, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9007, 1871, 8767, 5395, 3, 7, 89.53, 91.32, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9008, 1871, 8768, 3130, 6, 7, 18.90, 19.28, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9009, 1871, 8769, 1263, 3, 7, 97.52, 99.47, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9010, 1871, 8770, 4012, 3, 7, 13.60, 13.87, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9011, 1871, 8771, 24, 1, 7, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9012, 1871, 8772, 3458, 3, 7, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9013, 1871, 8773, 4174, 1, 7, 539.58, 550.37, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9014, 1871, 8774, 3492, 1, 7, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9015, 1871, 8775, 984, 9, 7, 756.55, 771.68, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9016, 1871, 8776, 901, 9, 7, 21.43, 21.86, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9017, 1871, 8777, 519, 3, 7, 59.99, 61.19, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9018, 1871, 8778, 5614, 1, 7, 37.20, 37.94, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9019, 1871, 8779, 5635, 6, 7, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9020, 1871, 8780, 586, 1, 7, 744.60, 759.49, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9021, 1871, 8781, 161, 9, 7, 30.70, 31.31, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9022, 1871, 8782, 905, 1, 7, 18.07, 18.43, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9023, 1871, 8783, 5188, 1, 7, 319.30, 325.69, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9024, 1871, 8784, 5658, 3, 7, 3.66, 3.73, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9025, 1871, 8785, 449, 3, 7, 372.05, 379.49, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9026, 1871, 8786, 5845, 6, 7, 8.99, 9.17, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9027, 1871, 8787, 1004, 3, 7, 73.50, 74.97, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9028, 1871, 8788, 2400, 9, 7, 36.40, 37.13, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9029, 1871, 8789, 1040, 3, 7, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9030, 1871, 8790, 2502, 1, 7, 201.40, 205.43, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9031, 1871, 8791, 1042, 9, 7, 18.18, 18.54, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9032, 1871, 8792, 6006, 6, 7, 18.75, 19.13, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9033, 1871, 8793, 935, 9, 7, 3.03, 3.09, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9034, 1871, 8794, 5119, 9, 7, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9035, 1871, 8795, 4201, 9, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 17:20:11', '2024-05-29 17:20:11', '2024-05-29 18:21:06'),
(9036, 1871, 8796, 2091, 9, 7, 4.38, 4.47, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9037, 1871, 8797, 4805, 1, 7, 138.09, 140.85, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9038, 1871, 8798, 2436, 3, 7, 14.62, 14.91, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9039, 1871, 8799, 308, 1, 7, 7.62, 7.77, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9040, 1871, 8800, 836, 1, 7, 15.41, 15.72, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9041, 1871, 8801, 6132, 6, 7, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9042, 1871, 8802, 5307, 1, 7, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9043, 1871, 8803, 3484, 3, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9044, 1871, 8804, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9045, 1870, 8805, 4348, 3, 8, 241.49, 246.32, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9046, 1870, 8806, 1334, 9, 8, 5.76, 5.88, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9047, 1870, 8807, 4971, 6, 8, 65.92, 67.24, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9048, 1870, 8808, 981, 9, 8, 58.03, 59.19, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9049, 1870, 8809, 5459, 1, 8, 115.50, 117.81, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9050, 1870, 8810, 1077, 1, 8, 163.77, 167.05, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9051, 1870, 8811, 3359, 1, 8, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9052, 1870, 8812, 3268, 6, 8, 2.10, 2.14, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9053, 1870, 8813, 4382, 1, 8, 15.71, 16.02, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9054, 1870, 8814, 2521, 3, 8, 401.99, 410.03, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9055, 1870, 8815, 5223, 3, 8, 713.99, 728.27, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9056, 1870, 8816, 4037, 1, 8, 158.99, 162.17, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9057, 1870, 8817, 3242, 1, 8, 22.44, 22.89, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9058, 1870, 8818, 1157, 3, 8, 40.80, 41.62, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9059, 1870, 8819, 1062, 6, 8, 7.58, 7.73, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9060, 1870, 8820, 2889, 3, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9061, 1870, 8821, 1562, 6, 8, 119.21, 121.59, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9062, 1870, 8822, 2517, 6, 8, 104.50, 106.59, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9063, 1870, 8823, 3751, 3, 8, 41.59, 42.42, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9064, 1870, 8824, 2773, 1, 8, 392.78, 400.64, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9065, 1870, 8825, 4659, 3, 8, 10.27, 10.48, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9066, 1870, 8826, 3004, 9, 8, 87.02, 88.76, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9067, 1870, 8827, 4464, 6, 8, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9068, 1870, 8828, 833, 6, 8, 19.95, 20.35, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9069, 1870, 8829, 3124, 3, 8, 43.68, 44.55, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9070, 1870, 8830, 1773, 9, 8, 9.26, 9.45, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9071, 1870, 8831, 1482, 6, 8, 201.96, 206.00, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9072, 1870, 8832, 2821, 9, 8, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9073, 1870, 8833, 4107, 1, 8, 9.77, 9.97, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9074, 1870, 8834, 3239, 1, 8, 18.36, 18.73, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9075, 1870, 8835, 4691, 6, 8, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9076, 1870, 8836, 5300, 3, 8, 597.01, 608.95, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9077, 1870, 8837, 4883, 3, 8, 345.05, 351.95, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9078, 1870, 8838, 511, 1, 8, 720.72, 735.13, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9079, 1870, 8839, 4427, 1, 8, 43.04, 43.90, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9080, 1870, 8840, 4410, 1, 8, 15.02, 15.32, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9081, 1870, 8841, 4703, 1, 8, 32.83, 33.49, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9082, 1870, 8842, 299, 3, 8, 2.69, 2.74, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9083, 1870, 8843, 5444, 1, 8, 3.63, 3.70, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9084, 1870, 8844, 2235, 6, 8, 32.75, 33.41, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9085, 1870, 8845, 5288, 6, 8, 22.28, 22.73, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9086, 1870, 8846, 3846, 1, 8, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9087, 1870, 8847, 1989, 6, 8, 50.47, 51.48, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9088, 1870, 8848, 1824, 9, 8, 129.99, 132.59, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9089, 1870, 8849, 1162, 1, 8, 91.80, 93.64, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9090, 1870, 8850, 842, 6, 8, 18.10, 18.46, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9091, 1870, 8851, 5164, 6, 8, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9092, 1870, 8852, 5586, 9, 8, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9093, 1870, 8853, 2603, 6, 8, 1463.49, 1492.76, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9094, 1870, 8854, 5334, 1, 8, 249.55, 254.54, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9095, 1870, 8855, 3720, 6, 8, 8.23, 8.39, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9096, 1870, 8856, 961, 9, 8, 31.72, 32.35, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9097, 1870, 8857, 5395, 3, 8, 87.81, 89.57, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9098, 1870, 8858, 3130, 9, 8, 18.36, 18.73, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9099, 1870, 8859, 1263, 3, 8, 95.68, 97.59, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9100, 1870, 8860, 4012, 9, 8, 12.96, 13.22, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9101, 1870, 8861, 24, 9, 8, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9102, 1870, 8862, 3458, 1, 8, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9103, 1870, 8863, 4174, 3, 8, 539.58, 550.37, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9104, 1870, 8864, 3492, 9, 8, 15.89, 16.21, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9105, 1870, 8865, 984, 1, 8, 728.00, 742.56, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06'),
(9106, 1870, 8866, 901, 6, 8, 21.64, 22.07, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(9107, 1870, 8867, 519, 1, 8, 62.96, 64.22, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9108, 1870, 8868, 5614, 1, 8, 37.20, 37.94, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9109, 1870, 8869, 5635, 6, 8, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9110, 1870, 8870, 586, 9, 8, 766.50, 781.83, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9111, 1870, 8871, 161, 9, 8, 31.01, 31.63, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9112, 1870, 8872, 905, 3, 8, 18.07, 18.43, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9113, 1870, 8873, 5188, 1, 8, 322.40, 328.85, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9114, 1870, 8874, 5658, 6, 8, 3.76, 3.84, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9115, 1870, 8875, 449, 9, 8, 354.50, 361.59, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9116, 1870, 8876, 5845, 6, 8, 9.43, 9.62, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9117, 1870, 8877, 1004, 9, 8, 74.20, 75.68, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9118, 1870, 8878, 2400, 6, 8, 36.40, 37.13, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9119, 1870, 8879, 1040, 9, 8, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9120, 1870, 8880, 2502, 6, 8, 197.60, 201.55, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9121, 1870, 8881, 1042, 6, 8, 19.08, 19.46, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9122, 1870, 8882, 463, 6, 8, 584.06, 595.74, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9123, 1870, 8883, 6006, 6, 8, 18.04, 18.40, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9124, 1870, 8884, 935, 9, 8, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9125, 1870, 8885, 5119, 6, 8, 63.43, 64.70, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9126, 1870, 8886, 4201, 9, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9127, 1870, 8887, 2091, 3, 8, 4.21, 4.29, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9128, 1870, 8888, 4805, 1, 8, 134.14, 136.82, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9129, 1870, 8889, 2436, 9, 8, 14.90, 15.20, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9130, 1870, 8890, 308, 9, 8, 7.84, 8.00, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9131, 1870, 8891, 836, 1, 8, 15.41, 15.72, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9132, 1870, 8892, 6132, 6, 8, 40.80, 41.62, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9133, 1870, 8893, 5307, 3, 8, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9134, 1870, 8894, 4638, 1, 8, 78.16, 79.72, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9135, 1870, 8895, 3414, 6, 8, 67.60, 68.95, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9136, 1870, 8896, 3484, 1, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 17:20:12', '2024-05-29 17:20:12', '2024-05-29 18:21:07'),
(9137, 1870, 8897, 345, 6, 8, 101.81, 103.85, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9138, 1870, 8898, 4870, 6, 8, 146.99, 149.93, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9139, 1870, 8899, 1855, 3, 8, 3.03, 3.09, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9140, 1870, 8900, 2495, 1, 8, 35.34, 36.05, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9141, 1870, 8901, 5525, 6, 8, 35.91, 36.63, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9142, 1870, 8902, 115, 6, 8, 261.23, 266.45, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9143, 1870, 8903, 2208, 3, 8, 59.31, 60.50, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9144, 1870, 8904, 1536, 9, 8, 74.20, 75.68, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9145, 1870, 8905, 1253, 9, 8, 32.01, 32.65, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9146, 1870, 8906, 5641, 3, 8, 45.45, 46.36, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9147, 1870, 8907, 5264, 6, 8, 5.98, 6.10, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9148, 1870, 8908, 3221, 9, 8, 21.72, 22.15, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9149, 1870, 8909, 1344, 1, 8, 23.09, 23.55, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9150, 1870, 8910, 1664, 6, 8, 40.95, 41.77, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9151, 1870, 8911, 2623, 6, 8, 9.57, 9.76, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9152, 1870, 8912, 4832, 3, 8, 15.83, 16.15, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9153, 1870, 8913, 1239, 9, 8, 24.72, 25.21, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9154, 1870, 8914, 5198, 9, 8, 53.54, 54.61, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9155, 1870, 8915, 3657, 3, 8, 7.06, 7.20, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9156, 1870, 8916, 1262, 1, 8, 1.55, 1.58, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9157, 1870, 8917, 716, 3, 8, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-29 17:20:13', '2024-05-29 17:20:13', '2024-05-29 18:21:07'),
(9158, 1866, 8918, 2436, 3, 6, 14.33, 14.46, 1, 1, 'ai_sell', '2024-05-29 17:34:06', '2024-05-29 17:34:06', '2024-05-29 18:35:04'),
(9159, 1866, 8919, 1230, 3, 6, 31.61, 31.89, 1, 1, 'ai_sell', '2024-05-29 17:34:06', '2024-05-29 17:34:06', '2024-05-29 18:35:04'),
(9160, 1866, 8920, 1160, 1, 6, 4.42, 4.46, 1, 1, 'ai_sell', '2024-05-29 17:34:06', '2024-05-29 17:34:06', '2024-05-29 18:35:04'),
(9161, 1866, 8921, 1210, 1, 6, 4.33, 4.37, 1, 1, 'ai_sell', '2024-05-29 17:34:06', '2024-05-29 17:34:06', '2024-05-29 18:35:04'),
(9162, 1866, 8922, 1811, 1, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-29 17:34:06', '2024-05-29 17:34:06', '2024-05-29 18:35:05'),
(9163, 1866, 8923, 1850, 9, 6, 0.56, 0.57, 1, 1, 'ai_sell', '2024-05-29 17:34:06', '2024-05-29 17:34:06', '2024-05-29 18:35:05'),
(9164, 1866, 8924, 1827, 3, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-29 17:35:05', '2024-05-29 17:35:05', '2024-05-29 18:36:03'),
(9165, 1873, 8925, 4421, 6, 9, 1492.78, 1522.64, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9166, 1873, 8926, 2868, 3, 9, 280.80, 286.42, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9167, 1873, 8927, 3861, 1, 9, 105.03, 107.13, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9168, 1873, 8928, 4214, 3, 9, 20.88, 21.30, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9169, 1873, 8929, 268, 6, 9, 6.76, 6.90, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9170, 1873, 8930, 3914, 6, 9, 76.42, 77.95, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9171, 1873, 8931, 3139, 6, 9, 39.84, 40.64, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9172, 1873, 8932, 5901, 3, 9, 41.50, 42.33, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9173, 1873, 8933, 3017, 6, 9, 307.01, 313.15, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9174, 1873, 8934, 449, 9, 9, 365.03, 372.33, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9175, 1873, 8935, 1488, 9, 9, 3.02, 3.08, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9176, 1873, 8936, 877, 3, 9, 88.40, 90.17, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9177, 1873, 8937, 5421, 6, 9, 7.23, 7.37, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9178, 1873, 8938, 2428, 9, 9, 4337.95, 4424.71, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9179, 1873, 8939, 1019, 1, 9, 139.36, 142.15, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9180, 1873, 8940, 2187, 6, 9, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9181, 1873, 8941, 530, 3, 9, 13.22, 13.48, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9182, 1873, 8942, 1253, 3, 9, 32.01, 32.65, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9183, 1873, 8943, 884, 6, 9, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9184, 1873, 8944, 5094, 3, 9, 21.40, 21.83, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9185, 1873, 8945, 3072, 9, 9, 16.00, 16.32, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9186, 1873, 8946, 5696, 3, 9, 53.45, 54.52, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9187, 1873, 8947, 5879, 9, 9, 644.48, 657.37, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9188, 1873, 8948, 1967, 6, 9, 2.72, 2.77, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9189, 1873, 8949, 3870, 3, 9, 24.38, 24.87, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9190, 1873, 8950, 568, 3, 9, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9191, 1873, 8951, 5746, 1, 9, 74.53, 76.02, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9192, 1873, 8952, 1765, 6, 9, 17.51, 17.86, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9193, 1873, 8953, 5434, 1, 9, 18.08, 18.44, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9194, 1873, 8954, 1049, 3, 9, 49.49, 50.48, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9195, 1873, 8955, 1037, 6, 9, 47.69, 48.64, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9196, 1873, 8956, 5477, 3, 9, 12.23, 12.47, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9197, 1873, 8957, 5881, 9, 9, 7.35, 7.50, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9198, 1873, 8958, 4662, 3, 9, 29.08, 29.66, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9199, 1873, 8959, 1931, 9, 9, 1626.45, 1658.98, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9200, 1873, 8960, 3601, 3, 9, 642.84, 655.70, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9201, 1873, 8961, 629, 1, 9, 4.20, 4.28, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9202, 1873, 8962, 5877, 1, 9, 28.51, 29.08, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9203, 1873, 8963, 957, 1, 9, 8.28, 8.45, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9204, 1873, 8964, 2856, 9, 9, 516.03, 526.35, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9205, 1873, 8965, 3825, 6, 9, 23.45, 23.92, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9206, 1873, 8966, 1652, 9, 9, 13.76, 14.04, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9207, 1873, 8967, 4788, 1, 9, 483.98, 493.66, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9208, 1873, 8968, 2924, 3, 9, 32.04, 32.68, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9209, 1873, 8969, 4793, 6, 9, 32.23, 32.87, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9210, 1873, 8970, 5538, 6, 9, 235.00, 239.70, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9211, 1873, 8971, 4910, 3, 9, 949.61, 968.60, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9212, 1873, 8972, 2624, 9, 9, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9213, 1873, 8973, 3024, 6, 9, 208.95, 213.13, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9214, 1873, 8974, 1118, 9, 9, 1077.77, 1099.33, 1, 1, 'ai_sell', '2024-05-29 17:40:10', '2024-05-29 17:40:10', '2024-05-29 18:41:04'),
(9215, 1873, 8975, 3007, 3, 9, 105.04, 107.14, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9216, 1873, 8976, 285, 1, 9, 59.02, 60.20, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9217, 1873, 8977, 2198, 3, 9, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9218, 1873, 8978, 3103, 9, 9, 140.70, 143.51, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9219, 1873, 8979, 2342, 6, 9, 918.00, 936.36, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9220, 1873, 8980, 394, 6, 9, 14.54, 14.83, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9221, 1873, 8981, 2285, 9, 9, 95.40, 97.31, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9222, 1873, 8982, 2803, 3, 9, 840.00, 856.80, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9223, 1873, 8983, 4311, 9, 9, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9224, 1873, 8984, 1338, 6, 9, 17.50, 17.85, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9225, 1873, 8985, 5607, 3, 9, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9226, 1873, 8986, 1334, 9, 9, 5.70, 5.81, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9227, 1873, 8987, 290, 1, 9, 153.49, 156.56, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9228, 1873, 8988, 2012, 9, 9, 202.78, 206.84, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9229, 1873, 8989, 1054, 9, 9, 23.74, 24.21, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9230, 1873, 8990, 2157, 9, 9, 18.20, 18.56, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9231, 1873, 8991, 3392, 3, 9, 353.60, 360.67, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9232, 1873, 8992, 399, 3, 9, 127.50, 130.05, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:04'),
(9233, 1873, 8993, 4032, 1, 9, 11.02, 11.24, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9234, 1873, 8994, 349, 9, 9, 24.71, 25.20, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9235, 1873, 8995, 2949, 6, 9, 22.20, 22.64, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9236, 1873, 8996, 4829, 3, 9, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9237, 1873, 8997, 4171, 3, 9, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9238, 1873, 8998, 1283, 6, 9, 108.15, 110.31, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9239, 1873, 8999, 3574, 6, 9, 17.67, 18.02, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9240, 1873, 9000, 772, 6, 9, 18.63, 19.00, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9241, 1873, 9001, 2364, 6, 9, 13.56, 13.83, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9242, 1873, 9002, 1432, 3, 9, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9243, 1873, 9003, 24, 3, 9, 1.01, 1.03, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9244, 1873, 9004, 624, 6, 9, 1.02, 1.04, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9245, 1873, 9005, 1811, 6, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-29 17:40:11', '2024-05-29 17:40:11', '2024-05-29 18:41:05'),
(9246, 1866, 9008, 2101, 6, 11, 903.72, 921.79, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:04'),
(9247, 1866, 9009, 4033, 6, 11, 2.65, 2.70, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:04'),
(9248, 1866, 9010, 1093, 6, 11, 154.48, 157.57, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:04'),
(9249, 1866, 9011, 549, 9, 11, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:04'),
(9250, 1866, 9012, 1382, 3, 11, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9251, 1866, 9013, 1378, 3, 11, 535.30, 546.01, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9252, 1866, 9014, 3708, 6, 11, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9253, 1866, 9015, 3454, 3, 11, 29.95, 30.55, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9254, 1866, 9016, 4404, 6, 11, 27.46, 28.01, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9255, 1866, 9017, 729, 3, 11, 12.19, 12.43, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9256, 1866, 9018, 4608, 1, 11, 90.90, 92.72, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9257, 1866, 9019, 1626, 3, 11, 1118.00, 1140.36, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9258, 1866, 9020, 1095, 3, 11, 8.23, 8.39, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9259, 1866, 9021, 4212, 9, 11, 142.80, 145.66, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9260, 1866, 9022, 5488, 9, 11, 23.32, 23.79, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9261, 1866, 9023, 1564, 9, 11, 8247.20, 8412.14, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9262, 1866, 9024, 2899, 3, 11, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9263, 1866, 9025, 3628, 6, 11, 366.28, 373.61, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9264, 1866, 9026, 25, 9, 11, 8.48, 8.65, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9265, 1866, 9027, 2736, 3, 11, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9266, 1866, 9028, 4564, 1, 11, 310.96, 317.18, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9267, 1866, 9029, 2418, 1, 11, 148.40, 151.37, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:05'),
(9268, 1866, 9030, 782, 9, 11, 6.92, 7.06, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9269, 1866, 9031, 1185, 6, 11, 73.49, 74.96, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9270, 1866, 9032, 5214, 9, 11, 15.73, 16.04, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9271, 1866, 9033, 5166, 9, 11, 232.29, 236.94, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9272, 1866, 9034, 626, 6, 11, 3.15, 3.21, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9273, 1866, 9035, 312, 3, 11, 50.15, 51.15, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9274, 1866, 9036, 4273, 1, 11, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9275, 1866, 9037, 2729, 1, 11, 193.68, 197.55, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9276, 1866, 9038, 4389, 9, 11, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9277, 1866, 9039, 4465, 6, 11, 15.29, 15.60, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9278, 1866, 9040, 2020, 3, 11, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9279, 1866, 9041, 2923, 3, 11, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9280, 1866, 9042, 6099, 1, 11, 8.14, 8.30, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9281, 1866, 9043, 3428, 9, 11, 270.90, 276.32, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9282, 1866, 9044, 3481, 1, 11, 15.73, 16.04, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9283, 1866, 9045, 855, 1, 11, 30.24, 30.84, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9284, 1866, 9046, 4081, 1, 11, 51.99, 53.03, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9285, 1866, 9047, 5495, 1, 11, 1521.10, 1551.52, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9286, 1866, 9048, 4508, 1, 11, 42.91, 43.77, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9287, 1866, 9049, 3048, 3, 11, 154.01, 157.09, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9288, 1866, 9050, 290, 1, 11, 158.00, 161.16, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9289, 1866, 9051, 1744, 3, 11, 84.64, 86.33, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9290, 1866, 9052, 3835, 6, 11, 3.95, 4.03, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9291, 1866, 9053, 2222, 9, 11, 33.95, 34.63, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9292, 1866, 9054, 734, 6, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9293, 1866, 9055, 803, 1, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9294, 1866, 9056, 1827, 6, 11, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-29 17:51:21', '2024-05-29 17:51:21', '2024-05-29 18:52:06'),
(9295, 1867, 9057, 3302, 9, 12, 19.19, 19.57, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:07'),
(9296, 1867, 9058, 4610, 1, 12, 13.73, 14.00, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:07'),
(9297, 1867, 9059, 996, 3, 12, 57.12, 58.26, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:07'),
(9298, 1867, 9060, 899, 3, 12, 410.97, 419.19, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:07'),
(9299, 1867, 9061, 5979, 3, 12, 27.26, 27.81, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:08'),
(9300, 1867, 9062, 4398, 1, 12, 104.00, 106.08, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:08'),
(9301, 1867, 9063, 3376, 1, 12, 8.06, 8.22, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:08'),
(9302, 1867, 9064, 1197, 1, 12, 25.50, 26.01, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:08'),
(9303, 1867, 9065, 3228, 3, 12, 2.88, 2.94, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:08'),
(9304, 1867, 9066, 6106, 9, 12, 11.02, 11.24, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:08'),
(9305, 1867, 9067, 3249, 3, 12, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-29 17:59:09', '2024-05-29 17:59:09', '2024-05-29 19:00:08'),
(9306, 1867, 9068, 5089, 3, 12, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:06'),
(9307, 1867, 9069, 374, 3, 12, 126.80, 129.34, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:06'),
(9308, 1867, 9070, 5762, 3, 12, 5.43, 5.54, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9309, 1867, 9071, 861, 9, 12, 206.96, 211.10, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9310, 1867, 9072, 4198, 3, 12, 19.65, 20.04, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9311, 1867, 9073, 5296, 3, 12, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9312, 1867, 9074, 793, 1, 12, 161.96, 165.20, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9313, 1867, 9075, 521, 3, 12, 64.12, 65.40, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9314, 1867, 9076, 5045, 3, 12, 135.45, 138.16, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9315, 1867, 9077, 5940, 6, 12, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9316, 1867, 9078, 5383, 9, 12, 47.25, 48.20, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9317, 1867, 9079, 4419, 6, 12, 32.54, 33.19, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9318, 1867, 9080, 4193, 9, 12, 1802.49, 1838.54, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9319, 1867, 9081, 2946, 1, 12, 651.45, 664.48, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9320, 1867, 9082, 461, 6, 12, 203.70, 207.77, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9321, 1867, 9083, 1951, 1, 12, 37.12, 37.86, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9322, 1867, 9084, 2301, 1, 12, 17.68, 18.03, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9323, 1867, 9085, 3185, 9, 12, 4696.80, 4790.74, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9324, 1867, 9086, 2501, 9, 12, 98.79, 100.77, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9325, 1867, 9087, 867, 9, 12, 9.25, 9.44, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9326, 1867, 9088, 2405, 1, 12, 147.90, 150.86, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9327, 1867, 9089, 5474, 3, 12, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9328, 1867, 9090, 4892, 9, 12, 824.00, 840.48, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9329, 1867, 9091, 2381, 9, 12, 15.33, 15.64, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9330, 1867, 9092, 3002, 6, 12, 840.00, 856.80, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:07'),
(9331, 1867, 9093, 5473, 1, 12, 226.60, 231.13, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9332, 1867, 9094, 4723, 6, 12, 16.47, 16.80, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9333, 1867, 9095, 3709, 1, 12, 3.43, 3.50, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9334, 1867, 9096, 5269, 3, 12, 11.54, 11.77, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9335, 1867, 9097, 2132, 9, 12, 101.00, 103.02, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9336, 1867, 9098, 4879, 6, 12, 46.79, 47.73, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9337, 1867, 9099, 4656, 9, 12, 241.50, 246.33, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9338, 1867, 9100, 4134, 1, 12, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9339, 1867, 9101, 5472, 9, 12, 47.33, 48.28, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9340, 1867, 9102, 4360, 9, 12, 843.57, 860.44, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9341, 1867, 9103, 4421, 6, 12, 1507.56, 1537.71, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9342, 1867, 9104, 5864, 6, 12, 38.47, 39.24, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9343, 1867, 9105, 5869, 6, 12, 8.10, 8.26, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9344, 1867, 9106, 3188, 6, 12, 12.82, 13.08, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9345, 1867, 9107, 3461, 9, 12, 609.49, 621.68, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9346, 1867, 9108, 5988, 6, 12, 19.92, 20.32, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9347, 1867, 9109, 1664, 1, 12, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9348, 1867, 9110, 5475, 3, 12, 80.79, 82.41, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9349, 1867, 9111, 136, 9, 12, 24.24, 24.72, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9350, 1867, 9112, 3354, 9, 12, 49.49, 50.48, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9351, 1867, 9113, 2303, 6, 12, 76.50, 78.03, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9352, 1867, 9114, 5471, 6, 12, 4.03, 4.11, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9353, 1867, 9115, 6166, 6, 12, 61.79, 63.03, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9354, 1867, 9116, 6085, 9, 12, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9355, 1867, 9117, 1186, 1, 12, 19.67, 20.06, 1, 1, 'ai_sell', '2024-05-29 18:00:11', '2024-05-29 18:00:11', '2024-05-29 19:01:08'),
(9356, 1867, 9118, 5076, 3, 12, 24.71, 25.20, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9357, 1867, 9119, 2830, 6, 12, 21.83, 22.27, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9358, 1867, 9120, 6063, 3, 12, 12.12, 12.36, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9359, 1867, 9121, 1761, 1, 12, 21.40, 21.83, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9360, 1867, 9122, 3501, 6, 12, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9361, 1867, 9123, 6013, 1, 12, 34.97, 35.67, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9362, 1867, 9124, 177, 9, 12, 267.64, 272.99, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9363, 1867, 9125, 3971, 6, 12, 14.92, 15.22, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9364, 1867, 9126, 5459, 3, 12, 115.50, 117.81, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9365, 1867, 9127, 4886, 6, 12, 73.87, 75.35, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9366, 1867, 9128, 2393, 9, 12, 2040.00, 2080.80, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9367, 1867, 9129, 3059, 3, 12, 42.15, 42.99, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9368, 1867, 9130, 4919, 1, 12, 36.40, 37.13, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9369, 1867, 9131, 2023, 6, 12, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9370, 1867, 9132, 803, 6, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-29 18:00:12', '2024-05-29 18:00:12', '2024-05-29 19:01:08'),
(9371, 1798, 9006, 3245, 5, NULL, 300.00, 309.00, 1, 1, 'manual_sell', '2024-05-29 18:04:35', '2024-05-29 18:04:35', '2024-05-29 19:05:04'),
(9372, 1798, 9007, 3191, 5, NULL, 30.00, 30.90, 1, 1, 'manual_sell', '2024-05-29 18:15:05', '2024-05-29 18:15:05', '2024-05-29 19:15:07'),
(9373, 1868, 9133, 3272, 3, 13, 47.37, 48.32, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:06'),
(9374, 1868, 9134, 2381, 1, 13, 15.64, 15.95, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9375, 1868, 9135, 3683, 1, 13, 206.61, 210.74, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9376, 1868, 9136, 4191, 3, 13, 5.87, 5.99, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9377, 1868, 9137, 6132, 9, 13, 42.40, 43.25, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9378, 1868, 9138, 1426, 3, 13, 64.14, 65.42, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9379, 1868, 9139, 2448, 6, 13, 6.36, 6.49, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9380, 1868, 9140, 523, 9, 13, 18.33, 18.70, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9381, 1868, 9141, 6164, 1, 13, 56.94, 58.08, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9382, 1868, 9142, 5524, 3, 13, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9383, 1868, 9143, 2243, 9, 13, 1383.20, 1410.86, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9384, 1868, 9144, 5143, 3, 13, 12.77, 13.03, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9385, 1868, 9145, 5396, 9, 13, 46.35, 47.28, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9386, 1868, 9146, 4427, 3, 13, 42.22, 43.06, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9387, 1868, 9147, 656, 9, 13, 4.24, 4.32, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9388, 1868, 9148, 2338, 3, 13, 37.16, 37.90, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9389, 1868, 9149, 5269, 6, 13, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9390, 1868, 9150, 3905, 3, 13, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9391, 1868, 9151, 1574, 9, 13, 201.40, 205.43, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9392, 1868, 9152, 1806, 3, 13, 13.78, 14.06, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9393, 1868, 9153, 4206, 6, 13, 20.60, 21.01, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9394, 1868, 9154, 1530, 9, 13, 13.64, 13.91, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9395, 1868, 9155, 4820, 9, 13, 66.16, 67.48, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9396, 1868, 9156, 1227, 1, 13, 158.60, 161.77, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9397, 1868, 9157, 4592, 6, 13, 168.00, 171.36, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9398, 1868, 9158, 2592, 9, 13, 21.82, 22.26, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9399, 1868, 9159, 4090, 9, 13, 9.17, 9.35, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9400, 1868, 9160, 215, 3, 13, 7.74, 7.89, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9401, 1868, 9161, 524, 6, 13, 142.79, 145.65, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9402, 1868, 9162, 6056, 6, 13, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9403, 1868, 9163, 3457, 6, 13, 924.63, 943.12, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9404, 1868, 9164, 5091, 1, 13, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9405, 1868, 9165, 5050, 3, 13, 151.50, 154.53, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9406, 1868, 9166, 5549, 9, 13, 8.55, 8.72, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9407, 1868, 9167, 3424, 9, 13, 459.90, 469.10, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9408, 1868, 9168, 363, 1, 13, 42.52, 43.37, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9409, 1868, 9169, 2672, 6, 13, 120.35, 122.76, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9410, 1868, 9170, 2018, 9, 13, 97.52, 99.47, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9411, 1868, 9171, 3485, 9, 13, 5.82, 5.94, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9412, 1868, 9172, 282, 6, 13, 276.63, 282.16, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9413, 1868, 9173, 254, 6, 13, 54.81, 55.91, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9414, 1868, 9174, 775, 3, 13, 7.63, 7.78, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9415, 1868, 9175, 2745, 3, 13, 40.06, 40.86, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9416, 1868, 9176, 1179, 6, 13, 16.66, 16.99, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9417, 1868, 9177, 5808, 3, 13, 103.99, 106.07, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9418, 1868, 9178, 1958, 9, 13, 11.96, 12.20, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9419, 1868, 9179, 4988, 3, 13, 78.27, 79.84, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9420, 1868, 9180, 4311, 3, 13, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9421, 1868, 9181, 2456, 6, 13, 12.48, 12.73, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9422, 1868, 9182, 1249, 6, 13, 40.40, 41.21, 1, 1, 'ai_sell', '2024-05-29 18:33:06', '2024-05-29 18:33:06', '2024-05-29 19:34:07'),
(9423, 1868, 9183, 5137, 1, 13, 138.21, 140.97, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9424, 1868, 9184, 272, 6, 13, 2068.50, 2109.87, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9425, 1868, 9185, 3069, 9, 13, 18.18, 18.54, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9426, 1868, 9186, 5566, 1, 13, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9427, 1868, 9187, 1304, 1, 13, 32.54, 33.19, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9428, 1868, 9188, 1214, 1, 13, 144.77, 147.67, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9429, 1868, 9189, 1684, 9, 13, 196.63, 200.56, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9430, 1868, 9190, 1231, 6, 13, 48.19, 49.15, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9431, 1868, 9191, 2970, 6, 13, 135.78, 138.50, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9432, 1868, 9192, 2246, 6, 13, 36.89, 37.63, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9433, 1868, 9193, 427, 1, 13, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9434, 1868, 9194, 6077, 9, 13, 28.61, 29.18, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9435, 1868, 9195, 5629, 9, 13, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9436, 1868, 9196, 4213, 9, 13, 4.77, 4.87, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9437, 1868, 9197, 4910, 3, 13, 958.92, 978.10, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9438, 1868, 9198, 2576, 3, 13, 20.86, 21.28, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9439, 1868, 9199, 298, 3, 13, 9.80, 10.00, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9440, 1868, 9200, 1805, 9, 13, 8.47, 8.64, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9441, 1868, 9201, 857, 9, 13, 92.84, 94.70, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9442, 1868, 9202, 231, 9, 13, 73.03, 74.49, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9443, 1868, 9203, 3547, 6, 13, 51.99, 53.03, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9444, 1868, 9204, 2747, 6, 13, 303.45, 309.52, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9445, 1868, 9205, 3250, 9, 13, 34.27, 34.96, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9446, 1868, 9206, 5828, 9, 13, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9447, 1868, 9207, 4614, 3, 13, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9448, 1868, 9208, 1046, 6, 13, 115.38, 117.69, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9449, 1868, 9209, 3217, 3, 13, 94.28, 96.17, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9450, 1868, 9210, 1449, 6, 13, 15.68, 15.99, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9451, 1868, 9211, 5910, 3, 13, 111.29, 113.52, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9452, 1868, 9212, 4710, 3, 13, 18.72, 19.09, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9453, 1868, 9213, 1151, 1, 13, 3.33, 3.40, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9454, 1868, 9214, 4397, 6, 13, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9455, 1868, 9215, 3538, 6, 13, 151.49, 154.52, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9456, 1868, 9216, 563, 6, 13, 4.08, 4.16, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9457, 1868, 9217, 3760, 1, 13, 37.26, 38.01, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9458, 1868, 9218, 4428, 6, 13, 31.51, 32.14, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9459, 1868, 9219, 6170, 3, 13, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9460, 1868, 9220, 2496, 9, 13, 108.54, 110.71, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9461, 1868, 9221, 2032, 1, 13, 40.56, 41.37, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9462, 1868, 9222, 675, 6, 13, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9463, 1868, 9223, 5129, 1, 13, 265.80, 271.12, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9464, 1868, 9224, 2377, 6, 13, 36.05, 36.77, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9465, 1868, 9225, 481, 3, 13, 17.46, 17.81, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9466, 1868, 9226, 4883, 3, 13, 348.40, 355.37, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9467, 1868, 9227, 6080, 6, 13, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9468, 1868, 9228, 5582, 3, 13, 12.67, 12.92, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9469, 1868, 9229, 2309, 3, 13, 608.94, 621.12, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9470, 1868, 9230, 299, 1, 13, 2.62, 2.67, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9471, 1868, 9231, 2489, 1, 13, 28.82, 29.40, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9472, 1868, 9232, 2186, 3, 13, 51.42, 52.45, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9473, 1868, 9233, 163, 9, 13, 8.57, 8.74, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9474, 1868, 9234, 3593, 3, 13, 4.66, 4.75, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:07'),
(9475, 1868, 9235, 1850, 9, 13, 0.58, 0.59, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:08'),
(9476, 1868, 9236, 803, 3, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-29 18:33:07', '2024-05-29 18:33:07', '2024-05-29 19:34:08'),
(9477, 1869, 9237, 1295, 3, 14, 8.44, 8.61, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:05'),
(9478, 1869, 9238, 2962, 1, 14, 11.07, 11.29, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9479, 1869, 9239, 3424, 1, 14, 446.76, 455.70, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9480, 1869, 9240, 1537, 6, 14, 210.74, 214.95, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9481, 1869, 9241, 3751, 9, 14, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9482, 1869, 9242, 463, 1, 14, 584.06, 595.74, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9483, 1869, 9243, 1595, 1, 14, 18.17, 18.53, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9484, 1869, 9244, 5215, 3, 14, 27.29, 27.84, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9485, 1869, 9245, 3707, 6, 14, 361.48, 368.71, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9486, 1869, 9246, 4544, 9, 14, 309.75, 315.95, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(9487, 1869, 9247, 668, 6, 14, 5.05, 5.15, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9488, 1869, 9248, 5212, 1, 14, 60.89, 62.11, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9489, 1869, 9249, 1341, 9, 14, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9490, 1869, 9250, 115, 6, 14, 266.35, 271.68, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9491, 1869, 9251, 1141, 1, 14, 97.97, 99.93, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9492, 1869, 9252, 4264, 3, 14, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9493, 1869, 9253, 2570, 6, 14, 6.60, 6.73, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9494, 1869, 9254, 1377, 9, 14, 12.47, 12.72, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9495, 1869, 9255, 2347, 3, 14, 42.11, 42.95, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9496, 1869, 9256, 4426, 1, 14, 80.07, 81.67, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9497, 1869, 9257, 5200, 3, 14, 148.04, 151.00, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9498, 1869, 9258, 5372, 3, 14, 161.59, 164.82, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9499, 1869, 9259, 2700, 3, 14, 2916.18, 2974.50, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9500, 1869, 9260, 1762, 9, 14, 164.80, 168.10, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9501, 1869, 9261, 915, 6, 14, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9502, 1869, 9262, 4003, 3, 14, 197.59, 201.54, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9503, 1869, 9263, 3847, 9, 14, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-29 19:03:04', '2024-05-29 19:03:04', '2024-05-29 20:03:06'),
(9504, 1869, 9264, 527, 9, 14, 3763.24, 3838.50, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9505, 1869, 9265, 3213, 3, 14, 6.29, 6.42, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9506, 1869, 9266, 4515, 3, 14, 52.47, 53.52, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9507, 1869, 9267, 933, 6, 14, 1166.00, 1189.32, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9508, 1869, 9268, 1337, 9, 14, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9509, 1869, 9269, 642, 6, 14, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9510, 1869, 9270, 164, 9, 14, 413.60, 421.87, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9511, 1869, 9271, 4802, 6, 14, 45.58, 46.49, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9512, 1869, 9272, 4874, 1, 14, 114.39, 116.68, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9513, 1869, 9273, 4088, 1, 14, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9514, 1869, 9274, 5054, 9, 14, 117.43, 119.78, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9515, 1869, 9275, 3536, 3, 14, 1508.00, 1538.16, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9516, 1869, 9276, 3612, 6, 14, 253.42, 258.49, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9517, 1869, 9277, 5258, 6, 14, 9.95, 10.15, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9518, 1869, 9278, 1264, 6, 14, 127.08, 129.62, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9519, 1869, 9279, 3106, 3, 14, 16.91, 17.25, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9520, 1869, 9280, 417, 3, 14, 47.69, 48.64, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9521, 1869, 9281, 6088, 1, 14, 70.70, 72.11, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9522, 1869, 9282, 3472, 3, 14, 300.94, 306.96, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9523, 1869, 9283, 3363, 3, 14, 212.00, 216.24, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9524, 1869, 9284, 5042, 3, 14, 2985.97, 3045.69, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9525, 1869, 9285, 1637, 1, 14, 4.85, 4.95, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9526, 1869, 9286, 1591, 9, 14, 7.83, 7.99, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9527, 1869, 9287, 3042, 1, 14, 104.07, 106.15, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9528, 1869, 9288, 1698, 9, 14, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9529, 1869, 9289, 2027, 6, 14, 56.64, 57.77, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9530, 1869, 9290, 3676, 3, 14, 8.90, 9.08, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9531, 1869, 9291, 923, 6, 14, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9532, 1869, 9292, 1015, 3, 14, 4.08, 4.16, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9533, 1869, 9293, 949, 1, 14, 0.30, 0.31, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9534, 1869, 9294, 756, 9, 14, 0.47, 0.48, 1, 1, 'ai_sell', '2024-05-29 19:03:05', '2024-05-29 19:03:05', '2024-05-29 20:03:06'),
(9535, 1872, 9295, 6066, 6, 18, 15.53, 15.84, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9536, 1872, 9296, 5308, 9, 18, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9537, 1872, 9297, 5830, 6, 18, 21.31, 21.74, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9538, 1872, 9298, 4211, 3, 18, 36.04, 36.76, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9539, 1872, 9299, 3250, 3, 18, 34.27, 34.96, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9540, 1872, 9300, 3326, 3, 18, 6.12, 6.24, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9541, 1872, 9301, 4390, 6, 18, 71.70, 73.13, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9542, 1872, 9302, 3850, 1, 18, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9543, 1872, 9303, 3915, 1, 18, 2615.90, 2668.22, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9544, 1872, 9304, 5647, 9, 18, 12.60, 12.85, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9545, 1872, 9305, 1244, 3, 18, 527.37, 537.92, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9546, 1872, 9306, 1782, 3, 18, 49.92, 50.92, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9547, 1872, 9307, 5481, 6, 18, 164.80, 168.10, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9548, 1872, 9308, 3009, 1, 18, 635.50, 648.21, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9549, 1872, 9309, 1452, 1, 18, 28.17, 28.73, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9550, 1872, 9310, 4633, 3, 18, 412.00, 420.24, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9551, 1872, 9311, 5788, 3, 18, 11.75, 11.99, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9552, 1872, 9312, 923, 9, 18, 22.04, 22.48, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9553, 1872, 9313, 5688, 9, 18, 95.90, 97.82, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9554, 1872, 9314, 2940, 3, 18, 1544.99, 1575.89, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9555, 1872, 9315, 4862, 1, 18, 14.74, 15.03, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9556, 1872, 9316, 4447, 6, 18, 111.10, 113.32, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9557, 1872, 9317, 1618, 6, 18, 53.75, 54.83, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9558, 1872, 9318, 5237, 3, 18, 103.01, 105.07, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:13'),
(9559, 1872, 9319, 4210, 9, 18, 22.25, 22.70, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9560, 1872, 9320, 990, 9, 18, 222.00, 226.44, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9561, 1872, 9321, 5335, 3, 18, 19.05, 19.43, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9562, 1872, 9322, 3459, 1, 18, 1245.93, 1270.85, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9563, 1872, 9323, 2845, 3, 18, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9564, 1872, 9324, 1090, 3, 18, 609.00, 621.18, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9565, 1872, 9325, 2186, 3, 18, 51.91, 52.95, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9566, 1872, 9326, 1211, 9, 18, 36.72, 37.45, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9567, 1872, 9327, 5515, 1, 18, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9568, 1872, 9328, 5923, 3, 18, 95.54, 97.45, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9569, 1872, 9329, 2259, 1, 18, 221.49, 225.92, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9570, 1872, 9330, 5924, 3, 18, 6.93, 7.07, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9571, 1872, 9331, 2672, 6, 18, 122.71, 125.16, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9572, 1872, 9332, 4623, 3, 18, 2071.25, 2112.68, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9573, 1872, 9333, 1908, 3, 18, 41.15, 41.97, 1, 1, 'ai_sell', '2024-05-29 20:55:08', '2024-05-29 20:55:08', '2024-05-29 21:55:14'),
(9574, 1872, 9334, 6165, 1, 18, 265.94, 271.26, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9575, 1872, 9335, 2809, 6, 18, 36.81, 37.55, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9576, 1872, 9336, 247, 6, 18, 93.92, 95.80, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9577, 1872, 9337, 300, 6, 18, 8.48, 8.65, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9578, 1872, 9338, 712, 1, 18, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9579, 1872, 9339, 859, 9, 18, 14.52, 14.81, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9580, 1872, 9340, 1575, 9, 18, 2.49, 2.54, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9581, 1872, 9341, 141, 6, 18, 6.18, 6.30, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9582, 1872, 9342, 4479, 3, 18, 2.03, 2.07, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9583, 1872, 9343, 1811, 3, 18, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9584, 1872, 9344, 1827, 3, 18, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-29 20:55:09', '2024-05-29 20:55:09', '2024-05-29 21:55:14'),
(9585, 1869, 9382, 1621, 3, 17, 8.18, 8.34, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9586, 1869, 9383, 1768, 9, 17, 1008.00, 1028.16, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9587, 1869, 9384, 690, 6, 17, 328.57, 335.14, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9588, 1869, 9385, 4529, 6, 17, 140.40, 143.21, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9589, 1869, 9386, 1223, 1, 17, 18.46, 18.83, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9590, 1869, 9387, 3274, 1, 17, 133.90, 136.58, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9591, 1869, 9388, 2875, 6, 17, 67.53, 68.88, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9592, 1869, 9389, 344, 9, 17, 349.87, 356.87, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9593, 1869, 9390, 3116, 1, 17, 9.40, 9.59, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:03'),
(9594, 1869, 9391, 5620, 1, 17, 43.45, 44.32, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9595, 1869, 9392, 6145, 9, 17, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9596, 1869, 9393, 3690, 1, 17, 7.98, 8.14, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9597, 1869, 9394, 734, 6, 17, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9598, 1869, 9395, 2300, 9, 17, 114.45, 116.74, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9599, 1869, 9396, 3966, 9, 17, 33.04, 33.70, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9600, 1869, 9397, 3487, 9, 17, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9601, 1869, 9398, 1936, 6, 17, 3399.00, 3466.98, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9602, 1869, 9399, 3172, 3, 17, 517.81, 528.17, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9603, 1869, 9400, 1929, 6, 17, 53.00, 54.06, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9604, 1869, 9401, 6067, 3, 17, 22.22, 22.66, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9605, 1869, 9402, 4633, 6, 17, 412.00, 420.24, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9606, 1869, 9403, 940, 1, 17, 71.19, 72.61, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9607, 1869, 9404, 306, 3, 17, 14.29, 14.58, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9608, 1869, 9405, 3335, 1, 17, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9609, 1869, 9406, 6059, 9, 17, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9610, 1869, 9407, 4733, 3, 17, 63.83, 65.11, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9611, 1869, 9408, 3726, 1, 17, 12.11, 12.35, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9612, 1869, 9409, 103, 3, 17, 525.00, 535.50, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9613, 1869, 9410, 175, 6, 17, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9614, 1869, 9411, 6127, 6, 17, 51.00, 52.02, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9615, 1869, 9412, 3800, 3, 17, 1742.00, 1776.84, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9616, 1869, 9413, 4543, 6, 17, 355.51, 362.62, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9617, 1869, 9414, 3775, 3, 17, 6.36, 6.49, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9618, 1869, 9415, 3135, 9, 17, 298.82, 304.80, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9619, 1869, 9416, 1097, 9, 17, 256.47, 261.60, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9620, 1869, 9417, 3239, 6, 17, 18.36, 18.73, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9621, 1869, 9418, 4584, 3, 17, 317.99, 324.35, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9622, 1869, 9419, 539, 9, 17, 1054.70, 1075.79, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9623, 1869, 9420, 825, 9, 17, 193.19, 197.05, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9624, 1869, 9421, 608, 1, 17, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9625, 1869, 9422, 159, 3, 17, 37.93, 38.69, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9626, 1869, 9423, 4002, 9, 17, 56.64, 57.77, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9627, 1869, 9424, 1937, 1, 17, 66.30, 67.63, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9628, 1869, 9425, 504, 3, 17, 16.22, 16.54, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9629, 1869, 9426, 3937, 1, 17, 59.27, 60.46, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:04'),
(9630, 1869, 9427, 1082, 1, 17, 131.25, 133.88, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9631, 1869, 9428, 3327, 6, 17, 2.40, 2.45, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9632, 1869, 9429, 4484, 6, 17, 9.28, 9.47, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9633, 1869, 9430, 4859, 9, 17, 7.89, 8.05, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9634, 1869, 9431, 3049, 9, 17, 14.46, 14.75, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9635, 1869, 9432, 4720, 3, 17, 8.21, 8.37, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9636, 1869, 9433, 1811, 9, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9637, 1869, 9434, 1827, 1, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-30 16:10:07', '2024-05-30 16:10:07', '2024-05-30 17:11:05'),
(9638, 1747, 9435, 2916, 5, NULL, 86.00, 88.58, 4, 1, 'manual_sell', '2024-05-30 17:03:19', '2024-05-30 17:03:19', '2024-05-30 18:04:03'),
(9639, 1747, 9436, 2926, 5, NULL, 80.00, 82.40, 4, 1, 'manual_sell', '2024-05-30 17:03:50', '2024-05-30 17:03:50', '2024-05-30 18:04:03'),
(9640, 1747, 9437, 1935, 5, NULL, 55.00, 56.65, 6, 1, 'manual_sell', '2024-05-30 17:04:18', '2024-05-30 17:04:18', '2024-05-30 18:05:06'),
(9641, 1747, 9438, 2608, 5, NULL, 10.00, 10.30, 20, 1, 'manual_sell', '2024-05-30 17:04:39', '2024-05-30 17:04:39', '2024-05-30 18:05:06'),
(9642, 1747, 9439, 1956, 5, NULL, 10.07, 10.37, 4, 1, 'manual_sell', '2024-05-30 17:04:59', '2024-05-30 17:04:59', '2024-05-30 18:05:06'),
(9643, 1747, 9440, 1842, 5, NULL, 1.00, 1.03, 100, 1, 'manual_sell', '2024-05-30 17:05:28', '2024-05-30 17:05:28', '2024-05-30 18:06:03'),
(9644, 1747, 9441, 1640, 5, NULL, 1.00, 1.03, 100, 1, 'manual_sell', '2024-05-30 17:05:51', '2024-05-30 17:05:51', '2024-05-30 18:06:03'),
(9645, 1747, 9442, 1640, 1, NULL, 1.00, 1.03, 79, 2, 'manual_sell', '2024-05-30 17:06:16', '2024-05-30 17:06:16', '2024-05-30 18:07:04'),
(9646, 1866, 9443, 3531, 9, 16, 73.83, 75.31, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:03'),
(9647, 1866, 9444, 4470, 6, 16, 1153.95, 1177.03, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:03'),
(9648, 1866, 9445, 1556, 9, 16, 105.97, 108.09, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:03'),
(9649, 1866, 9446, 5303, 3, 16, 175.10, 178.60, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9650, 1866, 9447, 1063, 3, 16, 2595.70, 2647.61, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9651, 1866, 9448, 4576, 1, 16, 9.43, 9.62, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9652, 1866, 9449, 5360, 3, 16, 209.03, 213.21, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9653, 1866, 9450, 5103, 9, 16, 74.16, 75.64, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9654, 1866, 9451, 401, 1, 16, 268.80, 274.18, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9655, 1866, 9452, 3006, 6, 16, 380.77, 388.39, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9656, 1866, 9453, 5367, 1, 16, 239.19, 243.97, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9657, 1866, 9454, 4915, 1, 16, 71.49, 72.92, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9658, 1866, 9455, 5725, 1, 16, 742.00, 756.84, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:04'),
(9659, 1866, 9456, 5750, 1, 16, 8.74, 8.91, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9660, 1866, 9457, 3285, 1, 16, 9.09, 9.27, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9661, 1866, 9458, 4192, 3, 16, 22.04, 22.48, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9662, 1866, 9459, 316, 3, 16, 240.55, 245.36, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9663, 1866, 9460, 6080, 6, 16, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9664, 1866, 9461, 406, 1, 16, 296.38, 302.31, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9665, 1866, 9462, 5019, 1, 16, 259.99, 265.19, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9666, 1866, 9463, 2306, 3, 16, 707.00, 721.14, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9667, 1866, 9464, 3131, 1, 16, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9668, 1866, 9465, 4717, 1, 16, 29.86, 30.46, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9669, 1866, 9466, 1519, 6, 16, 14.87, 15.17, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9670, 1866, 9467, 6098, 9, 16, 20.58, 20.99, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9671, 1866, 9468, 3039, 3, 16, 25.24, 25.74, 1, 1, 'ai_sell', '2024-05-30 17:13:06', '2024-05-30 17:13:06', '2024-05-30 18:14:05'),
(9672, 1866, 9469, 729, 3, 16, 11.73, 11.96, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:05'),
(9673, 1866, 9470, 342, 6, 16, 3735.86, 3810.58, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:05'),
(9674, 1866, 9471, 1131, 1, 16, 374.34, 381.83, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:05'),
(9675, 1866, 9472, 3179, 6, 16, 75.75, 77.27, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:05'),
(9676, 1866, 9473, 1693, 1, 16, 9.21, 9.39, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:05'),
(9677, 1866, 9474, 5053, 6, 16, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:05'),
(9678, 1866, 9475, 4108, 6, 16, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:06'),
(9679, 1866, 9476, 4674, 9, 16, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:06'),
(9680, 1866, 9477, 1183, 1, 16, 13.67, 13.94, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:06'),
(9681, 1866, 9478, 6083, 6, 16, 32.63, 33.28, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:06'),
(9682, 1866, 9479, 1235, 3, 16, 12.02, 12.26, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:06'),
(9683, 1866, 9480, 5847, 9, 16, 74.20, 75.68, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:06'),
(9684, 1866, 9481, 3508, 6, 16, 9.45, 9.64, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9685, 1866, 9482, 331, 1, 16, 9.05, 9.23, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9686, 1866, 9483, 4082, 6, 16, 26.24, 26.76, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9687, 1866, 9484, 4602, 3, 16, 30.11, 30.71, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9688, 1866, 9485, 5347, 9, 16, 6.17, 6.29, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9689, 1866, 9486, 932, 3, 16, 14.08, 14.36, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9690, 1866, 9487, 750, 6, 16, 4.03, 4.11, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9691, 1866, 9488, 3580, 3, 16, 7.51, 7.66, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9692, 1866, 9489, 4601, 1, 16, 13.17, 13.43, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9693, 1866, 9490, 3666, 9, 16, 8.36, 8.53, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9694, 1866, 9491, 4375, 6, 16, 84.00, 85.68, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9695, 1866, 9492, 504, 9, 16, 15.76, 16.08, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9696, 1866, 9493, 755, 1, 16, 34.31, 35.00, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9697, 1866, 9494, 1844, 3, 16, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9698, 1866, 9495, 756, 3, 16, 0.46, 0.47, 1, 1, 'ai_sell', '2024-05-30 17:13:07', '2024-05-30 17:13:07', '2024-05-30 18:14:07'),
(9699, 1747, 9442, 1640, 5, NULL, 1.00, 1.03, 79, 1, 'manual_sell', '2024-05-30 18:12:28', '2024-05-30 18:12:28', '2024-05-30 19:13:06'),
(9700, 1871, 9496, 5564, 6, 7, 6.05, 6.17, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9701, 1871, 9497, 4968, 6, 7, 16.72, 17.05, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9702, 1871, 9498, 4789, 6, 7, 42.92, 43.78, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9703, 1871, 9499, 4901, 9, 7, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9704, 1871, 9500, 5539, 1, 7, 281.40, 287.03, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9705, 1871, 9501, 5056, 3, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9706, 1871, 9502, 5725, 9, 7, 735.00, 749.70, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9707, 1871, 9503, 3850, 1, 7, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9708, 1871, 9504, 693, 6, 7, 1270.94, 1296.36, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9709, 1871, 9505, 5336, 6, 7, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9710, 1871, 9506, 254, 1, 7, 54.81, 55.91, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9711, 1871, 9507, 2052, 9, 7, 156.29, 159.42, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9712, 1871, 9508, 5066, 3, 7, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:02'),
(9713, 1871, 9509, 213, 6, 7, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:03'),
(9714, 1871, 9510, 3288, 9, 7, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:03'),
(9715, 1871, 9511, 5170, 1, 7, 5.05, 5.15, 1, 1, 'ai_sell', '2024-05-30 18:33:07', '2024-05-30 18:33:07', '2024-05-30 19:34:03'),
(9716, 1871, 9512, 4994, 1, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9717, 1871, 9513, 1536, 1, 7, 72.06, 73.50, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9718, 1871, 9514, 5703, 9, 7, 203.00, 207.06, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9719, 1871, 9515, 4094, 6, 7, 214.19, 218.47, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9720, 1871, 9516, 5040, 1, 7, 2677.99, 2731.55, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9721, 1871, 9517, 4371, 9, 7, 73.83, 75.31, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9722, 1871, 9518, 1689, 1, 7, 231.54, 236.17, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9723, 1871, 9519, 572, 1, 7, 1007.00, 1027.14, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9724, 1871, 9520, 2083, 1, 7, 26.49, 27.02, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9725, 1871, 9521, 5216, 9, 7, 105.03, 107.13, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9726, 1871, 9522, 5935, 6, 7, 2756.00, 2811.12, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9727, 1871, 9523, 1783, 6, 7, 88.74, 90.51, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9728, 1871, 9524, 138, 9, 7, 132.53, 135.18, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9729, 1871, 9525, 4575, 6, 7, 14.74, 15.03, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9730, 1871, 9526, 5515, 1, 7, 42.98, 43.84, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9731, 1871, 9527, 3261, 6, 7, 11.60, 11.83, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9732, 1871, 9528, 4389, 9, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9733, 1871, 9529, 478, 9, 7, 13.44, 13.71, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9734, 1871, 9530, 4591, 1, 7, 16.95, 17.29, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9735, 1871, 9531, 2298, 3, 7, 98.80, 100.78, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9736, 1871, 9532, 1403, 1, 7, 8.17, 8.33, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9737, 1871, 9533, 3043, 3, 7, 3568.98, 3640.36, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9738, 1871, 9534, 6070, 1, 7, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9739, 1871, 9535, 6055, 9, 7, 7.96, 8.12, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9740, 1871, 9536, 1039, 9, 7, 99.90, 101.90, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9741, 1871, 9537, 5665, 3, 7, 51.00, 52.02, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9742, 1871, 9538, 5612, 9, 7, 1061.04, 1082.26, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9743, 1871, 9539, 4182, 9, 7, 60.60, 61.81, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9744, 1871, 9540, 1599, 6, 7, 2625.00, 2677.50, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9745, 1871, 9541, 2985, 1, 7, 82.95, 84.61, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9746, 1871, 9542, 4154, 6, 7, 20.80, 21.22, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9747, 1871, 9543, 4186, 1, 7, 133.90, 136.58, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9748, 1871, 9544, 2613, 6, 7, 29.16, 29.74, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9749, 1871, 9545, 5816, 6, 7, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9750, 1871, 9546, 484, 1, 7, 35.69, 36.40, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9751, 1871, 9547, 1607, 9, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9752, 1871, 9548, 5490, 3, 7, 1025.57, 1046.08, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9753, 1871, 9549, 1211, 1, 7, 37.80, 38.56, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9754, 1871, 9550, 4104, 6, 7, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9755, 1871, 9551, 5482, 1, 7, 42.39, 43.24, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9756, 1871, 9552, 5984, 6, 7, 17.93, 18.29, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9757, 1871, 9553, 3934, 3, 7, 22.34, 22.79, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9758, 1871, 9554, 5862, 1, 7, 23.34, 23.81, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9759, 1871, 9555, 2725, 3, 7, 208.24, 212.40, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:03'),
(9760, 1871, 9556, 3611, 9, 7, 126.42, 128.95, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9761, 1871, 9557, 5824, 6, 7, 1.44, 1.47, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9762, 1871, 9558, 902, 6, 7, 195.69, 199.60, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9763, 1871, 9559, 5104, 1, 7, 71.70, 73.13, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9764, 1871, 9560, 259, 6, 7, 11.12, 11.34, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9765, 1871, 9561, 2454, 1, 7, 59.74, 60.93, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9766, 1871, 9562, 4086, 6, 7, 4.19, 4.27, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9767, 1871, 9563, 4659, 1, 7, 9.88, 10.08, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9768, 1871, 9564, 4986, 3, 7, 11.64, 11.87, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9769, 1871, 9565, 3566, 1, 7, 8.40, 8.57, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9770, 1871, 9566, 1068, 1, 7, 412.08, 420.32, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9771, 1871, 9567, 914, 1, 7, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9772, 1871, 9568, 1047, 9, 7, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9773, 1871, 9569, 6069, 9, 7, 16.13, 16.45, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9774, 1871, 9570, 697, 9, 7, 51.76, 52.80, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9775, 1871, 9571, 2200, 6, 7, 13.13, 13.39, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9776, 1871, 9572, 3954, 9, 7, 229.26, 233.85, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9777, 1871, 9573, 1553, 6, 7, 8925.00, 9103.50, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9778, 1871, 9574, 3387, 3, 7, 22.02, 22.46, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9779, 1871, 9575, 5403, 3, 7, 404.77, 412.87, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9780, 1871, 9576, 1902, 6, 7, 104.48, 106.57, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9781, 1871, 9577, 3193, 3, 7, 1683.00, 1716.66, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9782, 1871, 9578, 1213, 6, 7, 2.47, 2.52, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9783, 1871, 9579, 2726, 1, 7, 29.86, 30.46, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9784, 1871, 9580, 3919, 6, 7, 71.70, 73.13, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9785, 1871, 9581, 1201, 6, 7, 22.04, 22.48, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9786, 1871, 9582, 5127, 6, 7, 45.90, 46.82, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9787, 1871, 9583, 3202, 9, 7, 7.77, 7.93, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9788, 1871, 9584, 4848, 1, 7, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9789, 1871, 9585, 1070, 3, 7, 798.00, 813.96, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9790, 1871, 9586, 1473, 3, 7, 21.34, 21.77, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9791, 1871, 9587, 4527, 9, 7, 66.65, 67.98, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9792, 1871, 9588, 135, 3, 7, 53.04, 54.10, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9793, 1871, 9589, 2675, 1, 7, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9794, 1871, 9590, 3710, 1, 7, 1057.23, 1078.37, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9795, 1871, 9591, 2025, 6, 7, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9796, 1871, 9592, 141, 6, 7, 6.12, 6.24, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9797, 1871, 9593, 5417, 9, 7, 164.84, 168.14, 1, 1, 'ai_sell', '2024-05-30 18:33:08', '2024-05-30 18:33:08', '2024-05-30 19:34:04'),
(9798, 1871, 9594, 3112, 6, 7, 7.51, 7.66, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9799, 1871, 9595, 680, 3, 7, 29.40, 29.99, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9800, 1871, 9596, 3027, 3, 7, 3360.00, 3427.20, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9801, 1871, 9597, 4285, 9, 7, 118.72, 121.09, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9802, 1871, 9598, 3979, 1, 7, 1545.00, 1575.90, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9803, 1871, 9599, 1265, 1, 7, 65.65, 66.96, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9804, 1871, 9600, 4608, 3, 7, 93.60, 95.47, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9805, 1871, 9601, 6107, 6, 7, 13.75, 14.03, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9806, 1871, 9602, 614, 3, 7, 109.08, 111.26, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9807, 1871, 9603, 1768, 9, 7, 998.49, 1018.46, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9808, 1871, 9604, 2565, 6, 7, 86.22, 87.94, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9809, 1871, 9605, 4742, 9, 7, 40.17, 40.97, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9810, 1871, 9606, 2180, 9, 7, 14.28, 14.57, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9811, 1871, 9607, 3194, 6, 7, 5.20, 5.30, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9812, 1871, 9608, 4811, 9, 7, 63.81, 65.09, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9813, 1871, 9609, 2327, 6, 7, 460.32, 469.53, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9814, 1871, 9610, 1080, 3, 7, 181.79, 185.43, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9815, 1871, 9611, 3349, 1, 7, 36.97, 37.71, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9816, 1871, 9612, 1015, 9, 7, 4.08, 4.16, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9817, 1871, 9613, 1740, 3, 7, 3.09, 3.15, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9818, 1871, 9614, 1894, 3, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9819, 1871, 9615, 734, 3, 7, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9820, 1871, 9616, 803, 1, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9821, 1871, 9617, 1827, 1, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9822, 1870, 9618, 5564, 3, 8, 6.17, 6.29, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:04'),
(9823, 1870, 9619, 4968, 1, 8, 16.24, 16.56, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9824, 1870, 9620, 4789, 9, 8, 42.50, 43.35, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9825, 1870, 9621, 4901, 3, 8, 30.30, 30.91, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9826, 1870, 9622, 5539, 1, 8, 273.36, 278.83, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9827, 1870, 9623, 5056, 1, 8, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9828, 1870, 9624, 5725, 1, 8, 714.00, 728.28, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9829, 1870, 9625, 3850, 3, 8, 18.35, 18.72, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9830, 1870, 9626, 693, 9, 8, 1270.94, 1296.36, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9831, 1870, 9627, 5336, 9, 8, 3060.00, 3121.20, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9832, 1870, 9628, 254, 6, 8, 52.72, 53.77, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9833, 1870, 9629, 2052, 6, 8, 153.32, 156.39, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9834, 1870, 9630, 5066, 3, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9835, 1870, 9631, 213, 3, 8, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9836, 1870, 9632, 3288, 3, 8, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9837, 1870, 9633, 5170, 6, 8, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9838, 1870, 9634, 4994, 3, 8, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9839, 1870, 9635, 1536, 1, 8, 74.92, 76.42, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9840, 1870, 9636, 5703, 6, 8, 211.04, 215.26, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9841, 1870, 9637, 4094, 6, 8, 214.19, 218.47, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9842, 1870, 9638, 5040, 9, 8, 2677.99, 2731.55, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9843, 1870, 9639, 4371, 9, 8, 73.12, 74.58, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9844, 1870, 9640, 1689, 1, 8, 233.81, 238.49, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9845, 1870, 9641, 572, 6, 8, 959.50, 978.69, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9846, 1870, 9642, 2083, 9, 8, 25.24, 25.74, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9847, 1870, 9643, 5216, 6, 8, 103.01, 105.07, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9848, 1870, 9644, 1783, 1, 8, 88.74, 90.51, 1, 1, 'ai_sell', '2024-05-30 18:33:09', '2024-05-30 18:33:09', '2024-05-30 19:34:05'),
(9849, 1870, 9645, 138, 1, 8, 130.03, 132.63, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9850, 1870, 9646, 4575, 1, 8, 14.32, 14.61, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9851, 1870, 9647, 5515, 6, 8, 42.98, 43.84, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9852, 1870, 9648, 3261, 6, 8, 11.71, 11.94, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9853, 1870, 9649, 4389, 9, 8, 15.60, 15.91, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9854, 1870, 9650, 478, 1, 8, 13.58, 13.85, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9855, 1870, 9651, 4591, 1, 8, 16.95, 17.29, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9856, 1870, 9652, 2298, 9, 8, 99.75, 101.75, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9857, 1870, 9653, 1403, 1, 8, 8.17, 8.33, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9858, 1870, 9654, 6070, 3, 8, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9859, 1870, 9655, 6055, 1, 8, 8.04, 8.20, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9860, 1870, 9656, 1039, 9, 8, 100.87, 102.89, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9861, 1870, 9657, 5665, 3, 8, 50.50, 51.51, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9862, 1870, 9658, 5612, 9, 8, 1010.99, 1031.21, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9863, 1870, 9659, 4182, 9, 8, 63.00, 64.26, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9864, 1870, 9660, 2985, 9, 8, 79.79, 81.39, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9865, 1870, 9661, 4154, 3, 8, 20.80, 21.22, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9866, 1870, 9662, 4186, 9, 8, 135.20, 137.90, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(9867, 1870, 9663, 2613, 1, 8, 29.16, 29.74, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9868, 1870, 9664, 5816, 9, 8, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9869, 1870, 9665, 484, 9, 8, 35.34, 36.05, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9870, 1870, 9666, 1607, 9, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9871, 1870, 9667, 1211, 3, 8, 36.36, 37.09, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9872, 1870, 9668, 4104, 6, 8, 2.12, 2.16, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9873, 1870, 9669, 5482, 3, 8, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9874, 1870, 9670, 5984, 3, 8, 17.93, 18.29, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9875, 1870, 9671, 3934, 9, 8, 22.77, 23.23, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9876, 1870, 9672, 5862, 1, 8, 24.02, 24.50, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9877, 1870, 9673, 2725, 3, 8, 208.24, 212.40, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9878, 1870, 9674, 5824, 9, 8, 1.46, 1.49, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9879, 1870, 9675, 259, 6, 8, 11.12, 11.34, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9880, 1870, 9676, 4086, 3, 8, 4.32, 4.41, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9881, 1870, 9677, 4659, 1, 8, 9.88, 10.08, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9882, 1870, 9678, 4986, 9, 8, 11.09, 11.31, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9883, 1870, 9679, 1213, 1, 8, 2.54, 2.59, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9884, 1870, 9680, 3296, 6, 8, 1.19, 1.21, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9885, 1870, 9681, 1894, 6, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-30 18:33:10', '2024-05-30 18:33:10', '2024-05-30 19:34:05'),
(9886, 1866, 9682, 4609, 3, 6, 25.87, 26.10, 1, 1, 'ai_sell', '2024-05-30 18:46:05', '2024-05-30 18:46:05', '2024-05-30 19:47:02'),
(9887, 1866, 9683, 5004, 1, 6, 19.76, 19.94, 1, 1, 'ai_sell', '2024-05-30 18:46:05', '2024-05-30 18:46:05', '2024-05-30 19:47:02'),
(9888, 1866, 9684, 299, 1, 6, 2.62, 2.64, 1, 1, 'ai_sell', '2024-05-30 18:46:05', '2024-05-30 18:46:05', '2024-05-30 19:47:03'),
(9889, 1866, 9685, 1488, 3, 6, 3.17, 3.20, 1, 1, 'ai_sell', '2024-05-30 18:46:05', '2024-05-30 18:46:05', '2024-05-30 19:47:03'),
(9890, 1866, 9686, 1124, 1, 6, 4.23, 4.27, 1, 1, 'ai_sell', '2024-05-30 18:46:05', '2024-05-30 18:46:05', '2024-05-30 19:47:03'),
(9891, 1866, 9687, 803, 6, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-30 18:46:05', '2024-05-30 18:46:05', '2024-05-30 19:47:03'),
(9892, 1866, 9688, 1811, 3, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-30 18:46:05', '2024-05-30 18:46:05', '2024-05-30 19:47:03'),
(9893, 1873, 9689, 6173, 1, 9, 1227.20, 1251.74, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9894, 1873, 9690, 1505, 1, 9, 526.31, 536.84, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9895, 1873, 9691, 6106, 3, 9, 11.13, 11.35, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9896, 1873, 9692, 4411, 1, 9, 2964.00, 3023.28, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9897, 1873, 9693, 6163, 9, 9, 423.95, 432.43, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9898, 1873, 9694, 1112, 9, 9, 82.05, 83.69, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9899, 1873, 9695, 1391, 3, 9, 40.95, 41.77, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9900, 1873, 9696, 5431, 6, 9, 22.84, 23.30, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9901, 1873, 9697, 5384, 6, 9, 1021.01, 1041.43, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9902, 1873, 9698, 5357, 6, 9, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9903, 1873, 9699, 5391, 9, 9, 96.95, 98.89, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:03'),
(9904, 1873, 9700, 2000, 6, 9, 4078.88, 4160.46, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:04'),
(9905, 1873, 9701, 5395, 1, 9, 87.81, 89.57, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:04'),
(9906, 1873, 9702, 3794, 3, 9, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-30 18:52:06', '2024-05-30 18:52:06', '2024-05-30 19:53:04'),
(9907, 1873, 9703, 3917, 9, 9, 508.98, 519.16, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9908, 1873, 9704, 3443, 6, 9, 10.66, 10.87, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9909, 1873, 9705, 922, 1, 9, 42.84, 43.70, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9910, 1873, 9706, 379, 9, 9, 7.07, 7.21, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9911, 1873, 9707, 1780, 9, 9, 19.48, 19.87, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9912, 1873, 9708, 384, 6, 9, 107.78, 109.94, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9913, 1873, 9709, 4191, 9, 9, 5.70, 5.81, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9914, 1873, 9710, 661, 1, 9, 6.24, 6.36, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9915, 1873, 9711, 4051, 6, 9, 209.98, 214.18, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9916, 1873, 9712, 2396, 6, 9, 610.98, 623.20, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9917, 1873, 9713, 4815, 3, 9, 18.47, 18.84, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:04'),
(9918, 1873, 9714, 2007, 3, 9, 104.16, 106.24, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9919, 1873, 9715, 5038, 9, 9, 10.39, 10.60, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9920, 1873, 9716, 1748, 3, 9, 40.17, 40.97, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9921, 1873, 9717, 187, 1, 9, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9922, 1873, 9718, 5028, 6, 9, 225.74, 230.25, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9923, 1873, 9719, 3143, 9, 9, 37.10, 37.84, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9924, 1873, 9720, 3026, 9, 9, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9925, 1873, 9721, 710, 1, 9, 34.62, 35.31, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9926, 1873, 9722, 3269, 9, 9, 145.90, 148.82, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9927, 1873, 9723, 5045, 1, 9, 136.74, 139.47, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9928, 1873, 9724, 218, 9, 9, 36.36, 37.09, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9929, 1873, 9725, 350, 3, 9, 53.01, 54.07, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9930, 1873, 9726, 5799, 9, 9, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9931, 1873, 9727, 1282, 6, 9, 511.95, 522.19, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9932, 1873, 9728, 6006, 9, 9, 17.87, 18.23, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9933, 1873, 9729, 6068, 3, 9, 27.53, 28.08, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9934, 1873, 9730, 5625, 6, 9, 4.97, 5.07, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9935, 1873, 9731, 5588, 1, 9, 400.72, 408.73, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9936, 1873, 9732, 2928, 9, 9, 621.92, 634.36, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9937, 1873, 9733, 519, 3, 9, 61.78, 63.02, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9938, 1873, 9734, 5468, 9, 9, 41.40, 42.23, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9939, 1873, 9735, 2073, 9, 9, 2.61, 2.66, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9940, 1873, 9736, 4691, 6, 9, 2.02, 2.06, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9941, 1873, 9737, 4294, 9, 9, 51.99, 53.03, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9942, 1873, 9738, 4525, 1, 9, 8.07, 8.23, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:05'),
(9943, 1873, 9739, 2056, 1, 9, 313.95, 320.23, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9944, 1873, 9740, 6164, 3, 9, 55.83, 56.95, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9945, 1873, 9741, 67, 6, 9, 26.50, 27.03, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9946, 1873, 9742, 5106, 9, 9, 87.36, 89.11, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9947, 1873, 9743, 1040, 6, 9, 52.00, 53.04, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9948, 1873, 9744, 3213, 1, 9, 6.35, 6.48, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9949, 1873, 9745, 2902, 1, 9, 2615.90, 2668.22, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9950, 1873, 9746, 5159, 3, 9, 13.25, 13.52, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9951, 1873, 9747, 5381, 3, 9, 14.68, 14.97, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9952, 1873, 9748, 717, 3, 9, 40.38, 41.19, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9953, 1873, 9749, 4108, 9, 9, 40.79, 41.61, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9954, 1873, 9750, 4127, 3, 9, 10.59, 10.80, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9955, 1873, 9751, 3052, 3, 9, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9956, 1873, 9752, 6060, 9, 9, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:06'),
(9957, 1873, 9753, 2023, 1, 9, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-30 18:52:07', '2024-05-30 18:52:07', '2024-05-30 19:53:07'),
(9958, 1866, 9754, 1756, 9, 11, 1568.80, 1600.18, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9959, 1866, 9755, 4379, 6, 11, 1040.00, 1060.80, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9960, 1866, 9756, 144, 3, 11, 24.48, 24.97, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9961, 1866, 9757, 4257, 1, 11, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9962, 1866, 9758, 3150, 9, 11, 3.03, 3.09, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9963, 1866, 9759, 1828, 3, 11, 135.45, 138.16, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9964, 1866, 9760, 2978, 9, 11, 214.72, 219.01, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9965, 1866, 9761, 5520, 1, 11, 281.79, 287.43, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9966, 1866, 9762, 3492, 6, 11, 15.74, 16.05, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9967, 1866, 9763, 2273, 9, 11, 734.77, 749.47, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:02'),
(9968, 1866, 9764, 5238, 9, 11, 205.01, 209.11, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9969, 1866, 9765, 137, 9, 11, 9.45, 9.64, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9970, 1866, 9766, 1120, 6, 11, 8.96, 9.14, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9971, 1866, 9767, 3950, 3, 11, 2018.99, 2059.37, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9972, 1866, 9768, 706, 1, 11, 66.65, 67.98, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9973, 1866, 9769, 3945, 9, 11, 48.29, 49.26, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9974, 1866, 9770, 2194, 3, 11, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9975, 1866, 9771, 5233, 9, 11, 13.13, 13.39, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9976, 1866, 9772, 3614, 1, 11, 244.80, 249.70, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9977, 1866, 9773, 1409, 1, 11, 11.32, 11.55, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9978, 1866, 9774, 4249, 6, 11, 42.40, 43.25, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9979, 1866, 9775, 4286, 9, 11, 114.36, 116.65, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9980, 1866, 9776, 5966, 3, 11, 8.74, 8.91, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9981, 1866, 9777, 5793, 3, 11, 303.08, 309.14, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9982, 1866, 9778, 5516, 3, 11, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9983, 1866, 9779, 799, 6, 11, 143.10, 145.96, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9984, 1866, 9780, 607, 3, 11, 2472.00, 2521.44, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9985, 1866, 9781, 5569, 3, 11, 67.17, 68.51, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9986, 1866, 9782, 3232, 3, 11, 234.98, 239.68, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9987, 1866, 9783, 1919, 1, 11, 71.40, 72.83, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9988, 1866, 9784, 2963, 6, 11, 979.70, 999.29, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9989, 1866, 9785, 2093, 9, 11, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9990, 1866, 9786, 97, 3, 11, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9991, 1866, 9787, 827, 6, 11, 323.20, 329.66, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9992, 1866, 9788, 5857, 1, 11, 7.03, 7.17, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9993, 1866, 9789, 3567, 1, 11, 147.66, 150.61, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:03'),
(9994, 1866, 9790, 2833, 3, 11, 39.89, 40.69, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(9995, 1866, 9791, 2206, 9, 11, 81.60, 83.23, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(9996, 1866, 9792, 5058, 9, 11, 18.71, 19.08, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(9997, 1866, 9793, 5143, 3, 11, 13.02, 13.28, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(9998, 1866, 9794, 3114, 1, 11, 11.22, 11.44, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(9999, 1866, 9795, 2549, 9, 11, 338.37, 345.14, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10000, 1866, 9796, 1275, 6, 11, 371.00, 378.42, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10001, 1866, 9797, 649, 3, 11, 112.20, 114.44, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10002, 1866, 9798, 3922, 9, 11, 27.51, 28.06, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10003, 1866, 9799, 4604, 1, 11, 28.08, 28.64, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10004, 1866, 9800, 4799, 6, 11, 52.01, 53.05, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10005, 1866, 9801, 5693, 9, 11, 696.85, 710.79, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10006, 1866, 9802, 1300, 6, 11, 36.40, 37.13, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10007, 1866, 9803, 4276, 9, 11, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10008, 1866, 9804, 5922, 9, 11, 80.79, 82.41, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10009, 1866, 9805, 528, 9, 11, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10010, 1866, 9806, 28, 1, 11, 15.45, 15.76, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10011, 1866, 9807, 5864, 9, 11, 38.84, 39.62, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10012, 1866, 9808, 4114, 6, 11, 304.50, 310.59, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10013, 1866, 9809, 1094, 1, 11, 503.99, 514.07, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10014, 1866, 9810, 5078, 1, 11, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10015, 1866, 9811, 868, 6, 11, 74.20, 75.68, 1, 1, 'ai_sell', '2024-05-30 19:03:07', '2024-05-30 19:03:07', '2024-05-30 20:04:04'),
(10016, 1866, 9812, 1561, 6, 11, 353.50, 360.57, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10017, 1866, 9813, 3973, 6, 11, 130.80, 133.42, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10018, 1866, 9814, 2004, 9, 11, 90.71, 92.52, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10019, 1866, 9815, 1711, 3, 11, 92.70, 94.55, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10020, 1866, 9816, 4877, 3, 11, 7.93, 8.09, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10021, 1866, 9817, 3608, 6, 11, 86.44, 88.17, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10022, 1866, 9818, 4493, 3, 11, 124.80, 127.30, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10023, 1866, 9819, 2199, 6, 11, 31.50, 32.13, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10024, 1866, 9820, 526, 9, 11, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10025, 1866, 9821, 5940, 3, 11, 3.06, 3.12, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10026, 1866, 9822, 1829, 1, 11, 0.77, 0.79, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10027, 1866, 9823, 1827, 9, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-30 19:03:08', '2024-05-30 19:03:08', '2024-05-30 20:04:04'),
(10028, 1867, 9824, 1319, 1, 12, 945.00, 963.90, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:03'),
(10029, 1867, 9825, 4155, 3, 12, 10.29, 10.50, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:03'),
(10030, 1867, 9826, 3907, 3, 12, 27.29, 27.84, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:03'),
(10031, 1867, 9827, 1632, 6, 12, 1696.80, 1730.74, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:03'),
(10032, 1867, 9828, 786, 6, 12, 229.22, 233.80, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:03'),
(10033, 1867, 9829, 4191, 6, 12, 5.81, 5.93, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:03'),
(10034, 1867, 9830, 2415, 9, 12, 11.44, 11.67, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10035, 1867, 9831, 5398, 3, 12, 525.44, 535.95, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10036, 1867, 9832, 3825, 6, 12, 23.68, 24.15, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10037, 1867, 9833, 4930, 6, 12, 303.10, 309.16, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10038, 1867, 9834, 3471, 1, 12, 84.83, 86.53, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10039, 1867, 9835, 2508, 3, 12, 51.49, 52.52, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10040, 1867, 9836, 5415, 1, 12, 51.50, 52.53, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10041, 1867, 9837, 4619, 3, 12, 14.16, 14.44, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10042, 1867, 9838, 5787, 1, 12, 3.32, 3.39, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10043, 1867, 9839, 4320, 9, 12, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10044, 1867, 9840, 4837, 9, 12, 108.02, 110.18, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10045, 1867, 9841, 5682, 1, 12, 504.95, 515.05, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10046, 1867, 9842, 3387, 3, 12, 22.02, 22.46, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10047, 1867, 9843, 2459, 3, 12, 318.00, 324.36, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10048, 1867, 9844, 547, 9, 12, 2412.80, 2461.06, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10049, 1867, 9845, 1678, 6, 12, 730.80, 745.42, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10050, 1867, 9846, 2853, 9, 12, 37.39, 38.14, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10051, 1867, 9847, 4687, 1, 12, 2.73, 2.78, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10052, 1867, 9848, 3963, 9, 12, 114.39, 116.68, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10053, 1867, 9849, 5156, 6, 12, 6358.94, 6486.12, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10054, 1867, 9850, 1209, 6, 12, 910.89, 929.11, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10055, 1867, 9851, 827, 6, 12, 329.60, 336.19, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10056, 1867, 9852, 5312, 1, 12, 64.04, 65.32, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10057, 1867, 9853, 4614, 3, 12, 26.77, 27.31, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10058, 1867, 9854, 389, 1, 12, 2161.97, 2205.21, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10059, 1867, 9855, 3533, 9, 12, 2.40, 2.45, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:04'),
(10060, 1867, 9856, 716, 6, 12, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-30 19:13:09', '2024-05-30 19:13:09', '2024-05-30 20:14:05'),
(10061, 1798, 9857, 928, 5, NULL, 170.00, 175.10, 2, 1, 'manual_sell', '2024-05-30 19:35:26', '2024-05-30 19:35:26', '2024-05-30 20:36:02'),
(10062, 1868, 9858, 3458, 9, 13, 15.90, 16.22, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:02'),
(10063, 1868, 9859, 4928, 9, 13, 51.27, 52.30, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:02'),
(10064, 1868, 9860, 587, 1, 13, 9270.00, 9455.40, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:02'),
(10065, 1868, 9861, 1736, 6, 13, 34.82, 35.52, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:02'),
(10066, 1868, 9862, 5178, 3, 13, 98.93, 100.91, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:02'),
(10067, 1868, 9863, 3219, 9, 13, 3084.85, 3146.55, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:02'),
(10068, 1868, 9864, 5925, 3, 13, 112.34, 114.59, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:02'),
(10069, 1868, 9865, 1506, 1, 13, 72.56, 74.01, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:03'),
(10070, 1868, 9866, 4043, 9, 13, 14.42, 14.71, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:03'),
(10071, 1868, 9867, 2089, 1, 13, 179.47, 183.06, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:03'),
(10072, 1868, 9868, 1821, 6, 13, 1.04, 1.06, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:03'),
(10073, 1868, 9869, 1844, 1, 13, 0.31, 0.32, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:03'),
(10074, 1868, 9870, 1811, 3, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-30 19:46:07', '2024-05-30 19:46:07', '2024-05-30 20:47:03'),
(10075, 1869, 9871, 1034, 6, 14, 99.08, 101.06, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:03'),
(10076, 1869, 9872, 1344, 3, 14, 22.43, 22.88, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:03'),
(10077, 1869, 9873, 4350, 3, 14, 915.19, 933.49, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:03'),
(10078, 1869, 9874, 5052, 1, 14, 8.85, 9.03, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:03'),
(10079, 1869, 9875, 2441, 9, 14, 204.00, 208.08, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:03'),
(10080, 1869, 9876, 4088, 9, 14, 19.76, 20.16, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:03'),
(10081, 1869, 9877, 1067, 3, 14, 184.20, 187.88, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10082, 1869, 9878, 3556, 9, 14, 3.72, 3.79, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10083, 1869, 9879, 3149, 6, 14, 3.18, 3.24, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10084, 1869, 9880, 5042, 9, 14, 3043.95, 3104.83, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10085, 1869, 9881, 1247, 1, 14, 128.35, 130.92, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10086, 1869, 9882, 5041, 6, 14, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10087, 1869, 9883, 4730, 1, 14, 16.10, 16.42, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10088, 1869, 9884, 1294, 1, 14, 17.81, 18.17, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10089, 1869, 9885, 5043, 9, 14, 71.39, 72.82, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10090, 1869, 9886, 3140, 1, 14, 283.50, 289.17, 1, 1, 'ai_sell', '2024-05-30 20:15:07', '2024-05-30 20:15:07', '2024-05-30 21:16:04'),
(10091, 1869, 9887, 4888, 9, 14, 102.03, 104.07, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10092, 1869, 9888, 4470, 3, 14, 1109.99, 1132.19, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10093, 1869, 9889, 4528, 3, 14, 64.04, 65.32, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10094, 1869, 9890, 5109, 9, 14, 294.91, 300.81, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10095, 1869, 9891, 3097, 1, 14, 793.94, 809.82, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10096, 1869, 9892, 2305, 1, 14, 571.34, 582.77, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10097, 1869, 9893, 4209, 6, 14, 20.95, 21.37, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10098, 1869, 9894, 1895, 3, 14, 55.99, 57.11, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10099, 1869, 9895, 3020, 9, 14, 24.37, 24.86, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10100, 1869, 9896, 5229, 1, 14, 4.27, 4.36, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10101, 1869, 9897, 3660, 3, 14, 7.34, 7.49, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10102, 1869, 9898, 2253, 9, 14, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10103, 1869, 9899, 1123, 9, 14, 41.59, 42.42, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10104, 1869, 9900, 4018, 6, 14, 52.50, 53.55, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10105, 1869, 9901, 5853, 1, 14, 398.99, 406.97, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10106, 1869, 9902, 52, 9, 14, 17.85, 18.21, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10107, 1869, 9903, 4709, 6, 14, 52.04, 53.08, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10108, 1869, 9904, 2224, 9, 14, 30.80, 31.42, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10109, 1869, 9905, 692, 3, 14, 8.24, 8.40, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10110, 1869, 9906, 5498, 6, 14, 37.33, 38.08, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10111, 1869, 9907, 1968, 1, 14, 22.53, 22.98, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10112, 1869, 9908, 5668, 3, 14, 336.00, 342.72, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10113, 1869, 9909, 2684, 9, 14, 20.09, 20.49, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10114, 1869, 9910, 5080, 9, 14, 42.63, 43.48, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10115, 1869, 9911, 3612, 3, 14, 258.44, 263.61, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10116, 1869, 9912, 4622, 6, 14, 141.40, 144.23, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10117, 1869, 9913, 5359, 9, 14, 1271.99, 1297.43, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10118, 1869, 9914, 3771, 9, 14, 5.50, 5.61, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10119, 1869, 9915, 4597, 1, 14, 15.30, 15.61, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10120, 1869, 9916, 1083, 3, 14, 69.43, 70.82, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10121, 1869, 9917, 3617, 6, 14, 388.03, 395.79, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10122, 1869, 9918, 1961, 6, 14, 19.27, 19.66, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10123, 1869, 9919, 5875, 6, 14, 153.94, 157.02, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10124, 1869, 9920, 1189, 3, 14, 2.61, 2.66, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10125, 1869, 9921, 4921, 9, 14, 28.28, 28.85, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10126, 1869, 9922, 236, 6, 14, 775.98, 791.50, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10127, 1869, 9923, 4846, 6, 14, 117.98, 120.34, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10128, 1869, 9924, 5196, 1, 14, 3814.94, 3891.24, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10129, 1869, 9925, 5619, 3, 14, 104.99, 107.09, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10130, 1869, 9926, 5092, 6, 14, 24.49, 24.98, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10131, 1869, 9927, 170, 9, 14, 127.25, 129.80, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10132, 1869, 9928, 5044, 1, 14, 11.43, 11.66, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10133, 1869, 9929, 5161, 6, 14, 34.31, 35.00, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10134, 1869, 9930, 6169, 9, 14, 18.61, 18.98, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10135, 1869, 9931, 2795, 3, 14, 722.80, 737.26, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10136, 1869, 9932, 2165, 1, 14, 36.72, 37.45, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10137, 1869, 9933, 5483, 3, 14, 11.65, 11.88, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10138, 1869, 9934, 3768, 1, 14, 3.96, 4.04, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10139, 1869, 9935, 1051, 6, 14, 63.00, 64.26, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10140, 1869, 9936, 5075, 9, 14, 23.17, 23.63, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10141, 1869, 9937, 983, 3, 14, 134.33, 137.02, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10142, 1869, 9938, 5849, 6, 14, 65.23, 66.53, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10143, 1869, 9939, 5705, 6, 14, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-30 20:15:08', '2024-05-30 20:15:08', '2024-05-30 21:16:04'),
(10144, 1869, 9940, 4443, 9, 14, 34.33, 35.02, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10145, 1869, 9941, 1486, 9, 14, 34.23, 34.91, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10146, 1869, 9942, 3677, 6, 14, 11.21, 11.43, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10147, 1869, 9943, 1746, 3, 14, 180.79, 184.41, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10148, 1869, 9944, 4355, 3, 14, 41.60, 42.43, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10149, 1869, 9945, 62, 9, 14, 18.54, 18.91, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10150, 1869, 9946, 3456, 9, 14, 100.98, 103.00, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10151, 1869, 9947, 680, 1, 14, 28.56, 29.13, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10152, 1869, 9948, 5580, 1, 14, 13.36, 13.63, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10153, 1869, 9949, 1641, 3, 14, 13.38, 13.65, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10154, 1869, 9950, 1850, 1, 14, 0.57, 0.58, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10155, 1869, 9951, 3268, 9, 14, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10156, 1869, 9952, 4219, 6, 14, 1.30, 1.33, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10157, 1869, 9953, 1811, 1, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10158, 1869, 9954, 1844, 1, 14, 0.32, 0.33, 1, 1, 'ai_sell', '2024-05-30 20:15:09', '2024-05-30 20:15:09', '2024-05-30 21:16:04'),
(10159, 1872, 9955, 840, 3, 18, 201.39, 205.42, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:03'),
(10160, 1872, 9956, 3493, 6, 18, 11.93, 12.17, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10161, 1872, 9957, 1986, 6, 18, 128.27, 130.84, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10162, 1872, 9958, 2378, 1, 18, 48.71, 49.68, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10163, 1872, 9959, 4535, 1, 18, 31.61, 32.24, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10164, 1872, 9960, 4309, 1, 18, 4.11, 4.19, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10165, 1872, 9961, 3571, 3, 18, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10166, 1872, 9962, 2356, 3, 18, 82.40, 84.05, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10167, 1872, 9963, 3969, 6, 18, 14.21, 14.49, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10168, 1872, 9964, 5420, 1, 18, 18.97, 19.35, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10169, 1872, 9965, 3901, 9, 18, 1091.80, 1113.64, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10170, 1872, 9966, 3327, 3, 18, 2.40, 2.45, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10171, 1872, 9967, 1493, 9, 18, 620.10, 632.50, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10172, 1872, 9968, 6016, 1, 18, 12.39, 12.64, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10173, 1872, 9969, 3685, 9, 18, 5223.92, 5328.40, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10174, 1872, 9970, 3799, 6, 18, 386.82, 394.56, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10175, 1872, 9971, 2655, 1, 18, 308.88, 315.06, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10176, 1872, 9972, 5597, 9, 18, 71.70, 73.13, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10177, 1872, 9973, 2920, 3, 18, 448.37, 457.34, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10178, 1872, 9974, 779, 3, 18, 4.34, 4.43, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10179, 1872, 9975, 3081, 6, 18, 9.45, 9.64, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10180, 1872, 9976, 5981, 1, 18, 19.25, 19.64, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10181, 1872, 9977, 954, 6, 18, 20.80, 21.22, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10182, 1872, 9978, 4067, 9, 18, 12.26, 12.51, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10183, 1872, 9979, 632, 9, 18, 18.72, 19.09, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10184, 1872, 9980, 907, 3, 18, 228.80, 233.38, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10185, 1872, 9981, 1049, 1, 18, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10186, 1872, 9982, 2274, 6, 18, 30.59, 31.20, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10187, 1872, 9983, 4290, 1, 18, 2866.49, 2923.82, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10188, 1872, 9984, 4046, 9, 18, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10189, 1872, 9985, 5374, 6, 18, 70.76, 72.18, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10190, 1872, 9986, 4441, 6, 18, 33.92, 34.60, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10191, 1872, 9987, 3191, 3, 18, 31.19, 31.81, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10192, 1872, 9988, 3275, 3, 18, 39.03, 39.81, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10193, 1872, 9989, 4324, 6, 18, 25.75, 26.27, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10194, 1872, 9990, 1588, 9, 18, 3.12, 3.18, 1, 1, 'ai_sell', '2024-05-30 22:06:04', '2024-05-30 22:06:04', '2024-05-30 23:07:05'),
(10195, 1872, 9991, 803, 6, 18, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-30 22:06:05', '2024-05-30 22:06:05', '2024-05-30 23:07:05'),
(10196, 1872, 9992, 1827, 6, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-30 22:06:05', '2024-05-30 22:06:05', '2024-05-30 23:07:05'),
(10197, 1869, 10039, 2892, 6, 17, 319.05, 325.43, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:03'),
(10198, 1869, 10040, 3934, 6, 17, 22.99, 23.45, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:03'),
(10199, 1869, 10041, 2446, 9, 17, 294.78, 300.68, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:03'),
(10200, 1869, 10042, 899, 1, 17, 406.98, 415.12, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:03'),
(10201, 1869, 10043, 816, 6, 17, 5.62, 5.73, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:03'),
(10202, 1869, 10044, 6009, 6, 17, 20.12, 20.52, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:03'),
(10203, 1869, 10045, 4872, 6, 17, 25.77, 26.29, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:03'),
(10204, 1869, 10046, 4320, 9, 17, 21.19, 21.61, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10205, 1869, 10047, 4306, 6, 17, 28.31, 28.88, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10206, 1869, 10048, 891, 1, 17, 13.31, 13.58, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10207, 1869, 10049, 1308, 9, 17, 708.75, 722.93, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10208, 1869, 10050, 1338, 1, 17, 16.84, 17.18, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10209, 1869, 10051, 4535, 1, 17, 31.30, 31.93, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10210, 1869, 10052, 4783, 6, 17, 31.62, 32.25, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10211, 1869, 10053, 1884, 6, 17, 95.98, 97.90, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10212, 1869, 10054, 4436, 1, 17, 20.39, 20.80, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10213, 1869, 10055, 51, 6, 17, 81.12, 82.74, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10214, 1869, 10056, 228, 3, 17, 5.14, 5.24, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10215, 1869, 10057, 2292, 6, 17, 204.97, 209.07, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10216, 1869, 10058, 2576, 9, 17, 20.27, 20.68, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10217, 1869, 10059, 5903, 9, 17, 32.24, 32.88, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10218, 1869, 10060, 4156, 1, 17, 966.16, 985.48, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10219, 1869, 10061, 3901, 3, 17, 1071.20, 1092.62, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10220, 1869, 10062, 4565, 9, 17, 91.80, 93.64, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10221, 1869, 10063, 2345, 6, 17, 936.00, 954.72, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:04'),
(10222, 1869, 10064, 879, 1, 17, 51.03, 52.05, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10223, 1869, 10065, 1512, 1, 17, 366.18, 373.50, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10224, 1869, 10066, 1928, 3, 17, 4.83, 4.93, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10225, 1869, 10067, 5778, 1, 17, 15.29, 15.60, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10226, 1869, 10068, 4972, 9, 17, 42.50, 43.35, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10227, 1869, 10069, 3132, 9, 17, 139.81, 142.61, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10228, 1869, 10070, 3559, 3, 17, 211.66, 215.89, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10229, 1869, 10071, 3072, 9, 17, 16.30, 16.63, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10230, 1869, 10072, 1355, 6, 17, 17.68, 18.03, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10231, 1869, 10073, 5292, 9, 17, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10232, 1869, 10074, 5953, 9, 17, 10.20, 10.40, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10233, 1869, 10075, 5861, 3, 17, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10234, 1869, 10076, 3185, 9, 17, 4651.20, 4744.22, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10235, 1869, 10077, 3932, 1, 17, 197.95, 201.91, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10236, 1869, 10078, 49, 3, 17, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10237, 1869, 10079, 5372, 3, 17, 166.39, 169.72, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10238, 1869, 10080, 2150, 3, 17, 315.00, 321.30, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10239, 1869, 10081, 2377, 6, 17, 37.47, 38.22, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10240, 1869, 10082, 2562, 9, 17, 51.40, 52.43, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10241, 1869, 10083, 715, 1, 17, 39.85, 40.65, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10242, 1869, 10084, 3745, 1, 17, 12.71, 12.96, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10243, 1869, 10085, 5168, 6, 17, 141.40, 144.23, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(10244, 1869, 10086, 3430, 1, 17, 44.09, 44.97, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10245, 1869, 10087, 4586, 1, 17, 40.27, 41.08, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10246, 1869, 10088, 5985, 1, 17, 27.17, 27.71, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10247, 1869, 10089, 1811, 3, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-05-31 17:23:05', '2024-05-31 17:23:05', '2024-05-31 18:24:05'),
(10248, 1866, 10090, 1153, 1, 16, 40.16, 40.96, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10249, 1866, 10091, 2209, 1, 16, 123.60, 126.07, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10250, 1866, 10092, 3815, 6, 16, 4325.99, 4412.51, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10251, 1866, 10093, 3504, 1, 16, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10252, 1866, 10094, 3829, 1, 16, 12.08, 12.32, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10253, 1866, 10095, 209, 9, 16, 3113.30, 3175.57, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10254, 1866, 10096, 5300, 3, 16, 608.49, 620.66, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10255, 1866, 10097, 2338, 9, 16, 38.26, 39.03, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:04'),
(10256, 1866, 10098, 2621, 3, 16, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10257, 1866, 10099, 4140, 3, 16, 101.97, 104.01, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10258, 1866, 10100, 769, 1, 16, 111.28, 113.51, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10259, 1866, 10101, 2364, 1, 16, 13.17, 13.43, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10260, 1866, 10102, 5446, 9, 16, 305.28, 311.39, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10261, 1866, 10103, 662, 6, 16, 17.51, 17.86, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10262, 1866, 10104, 1208, 6, 16, 3.05, 3.11, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10263, 1866, 10105, 4321, 6, 16, 121.19, 123.61, 1, 1, 'ai_sell', '2024-05-31 18:26:04', '2024-05-31 18:26:04', '2024-05-31 19:26:05'),
(10264, 1866, 10106, 1804, 9, 16, 89.03, 90.81, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10265, 1866, 10107, 237, 3, 16, 520.00, 530.40, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10266, 1866, 10108, 1803, 6, 16, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10267, 1866, 10109, 5923, 9, 16, 95.54, 97.45, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10268, 1866, 10110, 1799, 9, 16, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10269, 1866, 10111, 4007, 9, 16, 809.12, 825.30, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10270, 1866, 10112, 4422, 1, 16, 1236.00, 1260.72, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10271, 1866, 10113, 3897, 6, 16, 101.31, 103.34, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10272, 1866, 10114, 153, 3, 16, 21.00, 21.42, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10273, 1866, 10115, 4759, 3, 16, 51.44, 52.47, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10274, 1866, 10116, 4973, 3, 16, 19.56, 19.95, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10275, 1866, 10117, 5904, 6, 16, 106.08, 108.20, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10276, 1866, 10118, 3977, 3, 16, 401.73, 409.76, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10277, 1866, 10119, 1029, 6, 16, 31.80, 32.44, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10278, 1866, 10120, 5824, 9, 16, 1.46, 1.49, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10279, 1866, 10121, 4579, 6, 16, 74.19, 75.67, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10280, 1866, 10122, 1805, 9, 16, 8.55, 8.72, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:03'),
(10281, 1866, 10123, 3293, 6, 16, 14.56, 14.85, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10282, 1866, 10124, 4526, 9, 16, 82.79, 84.45, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10283, 1866, 10125, 3310, 1, 16, 7.30, 7.45, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10284, 1866, 10126, 1285, 9, 16, 12.69, 12.94, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10285, 1866, 10127, 642, 9, 16, 1.03, 1.05, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10286, 1866, 10128, 1523, 3, 16, 1.64, 1.67, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10287, 1866, 10129, 1821, 1, 16, 1.06, 1.08, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10288, 1866, 10130, 1827, 1, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 18:26:05', '2024-05-31 18:26:05', '2024-05-31 19:27:04'),
(10289, 1871, 10131, 658, 1, 7, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10290, 1871, 10132, 2280, 9, 7, 208.00, 212.16, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10291, 1871, 10133, 5970, 6, 7, 20.99, 21.41, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10292, 1871, 10134, 5583, 9, 7, 519.95, 530.35, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10293, 1871, 10135, 5239, 9, 7, 31.49, 32.12, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10294, 1871, 10136, 2097, 6, 7, 9.42, 9.61, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10295, 1871, 10137, 3807, 3, 7, 4815.25, 4911.56, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10296, 1871, 10138, 254, 3, 7, 54.81, 55.91, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10297, 1871, 10139, 5799, 3, 7, 15.29, 15.60, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10298, 1871, 10140, 2619, 1, 7, 18.83, 19.21, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10299, 1871, 10141, 3837, 9, 7, 206.86, 211.00, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10300, 1871, 10142, 5771, 9, 7, 21.23, 21.65, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10301, 1871, 10143, 3816, 6, 7, 37.07, 37.81, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10302, 1871, 10144, 3884, 9, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10303, 1871, 10145, 2265, 6, 7, 192.40, 196.25, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10304, 1871, 10146, 2129, 6, 7, 208.95, 213.13, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10305, 1871, 10147, 2289, 6, 7, 555.50, 566.61, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10306, 1871, 10148, 3947, 1, 7, 322.39, 328.84, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:03'),
(10307, 1871, 10149, 736, 9, 7, 171.37, 174.80, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:04'),
(10308, 1871, 10150, 3851, 1, 7, 196.10, 200.02, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:04'),
(10309, 1871, 10151, 5925, 6, 7, 110.20, 112.40, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:04'),
(10310, 1871, 10152, 638, 9, 7, 26444.88, 26973.78, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:04'),
(10311, 1871, 10153, 3460, 1, 7, 3.68, 3.75, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:04'),
(10312, 1871, 10154, 665, 3, 7, 96.82, 98.76, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:04'),
(10313, 1871, 10155, 6035, 6, 7, 22.87, 23.33, 1, 1, 'ai_sell', '2024-05-31 19:45:08', '2024-05-31 19:45:08', '2024-05-31 20:46:04'),
(10314, 1871, 10156, 295, 3, 7, 953.99, 973.07, 1, 1, 'ai_sell', '2024-05-31 19:46:07', '2024-05-31 19:46:07', '2024-05-31 20:47:02'),
(10315, 1871, 10157, 4787, 6, 7, 32.85, 33.51, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10316, 1871, 10158, 4267, 3, 7, 5.29, 5.40, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10317, 1871, 10159, 3672, 6, 7, 58.85, 60.03, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10318, 1871, 10160, 1394, 3, 7, 275.40, 280.91, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10319, 1871, 10161, 3465, 9, 7, 537.60, 548.35, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10320, 1871, 10162, 1019, 6, 7, 140.70, 143.51, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10321, 1871, 10163, 5205, 3, 7, 85.04, 86.74, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10322, 1871, 10164, 2622, 6, 7, 29.32, 29.91, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10323, 1871, 10165, 2231, 3, 7, 53.52, 54.59, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10324, 1871, 10166, 4460, 9, 7, 41.58, 42.41, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10325, 1871, 10167, 2287, 6, 7, 7.68, 7.83, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10326, 1871, 10168, 4983, 9, 7, 12.05, 12.29, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10327, 1871, 10169, 4414, 9, 7, 236.34, 241.07, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10328, 1871, 10170, 1752, 3, 7, 109.45, 111.64, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10329, 1871, 10171, 921, 1, 7, 79.50, 81.09, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10330, 1871, 10172, 985, 3, 7, 21.42, 21.85, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10331, 1871, 10173, 4584, 3, 7, 308.99, 315.17, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10332, 1871, 10174, 2477, 9, 7, 25.74, 26.25, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10333, 1871, 10175, 3322, 6, 7, 100.95, 102.97, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10334, 1871, 10176, 5915, 6, 7, 5.79, 5.91, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10335, 1871, 10177, 1444, 3, 7, 8.08, 8.24, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10336, 1871, 10178, 1959, 1, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10337, 1871, 10179, 3755, 1, 7, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10338, 1871, 10180, 945, 1, 7, 9.18, 9.36, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10339, 1871, 10181, 6113, 6, 7, 197.57, 201.52, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10340, 1871, 10182, 4042, 1, 7, 218.39, 222.76, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10341, 1871, 10183, 3616, 6, 7, 159.65, 162.84, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10342, 1871, 10184, 3424, 1, 7, 455.52, 464.63, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10343, 1871, 10185, 5274, 6, 7, 160.05, 163.25, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10344, 1871, 10186, 5988, 9, 7, 19.35, 19.74, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10345, 1871, 10187, 5734, 6, 7, 26.25, 26.78, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10346, 1871, 10188, 4631, 3, 7, 20.59, 21.00, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:03'),
(10347, 1871, 10189, 5071, 9, 7, 305.54, 311.65, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10348, 1871, 10190, 992, 1, 7, 454.50, 463.59, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10349, 1871, 10191, 4303, 6, 7, 727.99, 742.55, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10350, 1871, 10192, 4730, 9, 7, 16.10, 16.42, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10351, 1871, 10193, 2605, 3, 7, 28.55, 29.12, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10352, 1871, 10194, 5134, 3, 7, 84.92, 86.62, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10353, 1871, 10195, 4128, 6, 7, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10354, 1871, 10196, 833, 3, 7, 20.15, 20.55, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10355, 1871, 10197, 1068, 3, 7, 412.08, 420.32, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10356, 1871, 10198, 21, 1, 7, 7.35, 7.50, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10357, 1871, 10199, 1503, 1, 7, 25.20, 25.70, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10358, 1871, 10200, 3387, 1, 7, 21.59, 22.02, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10359, 1871, 10201, 5964, 6, 7, 47.66, 48.61, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10360, 1871, 10202, 4412, 3, 7, 227.25, 231.80, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10361, 1871, 10203, 799, 9, 7, 137.70, 140.45, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10362, 1871, 10204, 3420, 1, 7, 72.75, 74.21, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10363, 1871, 10205, 4330, 3, 7, 675.99, 689.51, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10364, 1871, 10206, 5612, 6, 7, 1041.02, 1061.84, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10365, 1871, 10207, 2147, 6, 7, 41.99, 42.83, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10366, 1871, 10208, 5437, 6, 7, 16.16, 16.48, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10367, 1871, 10209, 5040, 9, 7, 2729.99, 2784.59, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10368, 1871, 10210, 1411, 9, 7, 7.20, 7.34, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10369, 1871, 10211, 1558, 3, 7, 20.46, 20.87, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10370, 1871, 10212, 4688, 6, 7, 25.24, 25.74, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10371, 1871, 10213, 1303, 1, 7, 88.74, 90.51, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10372, 1871, 10214, 3455, 6, 7, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10373, 1871, 10215, 3561, 9, 7, 9.68, 9.87, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10374, 1871, 10216, 749, 9, 7, 7.02, 7.16, 1, 1, 'ai_sell', '2024-05-31 19:46:08', '2024-05-31 19:46:08', '2024-05-31 20:47:04'),
(10375, 1871, 10217, 1585, 9, 7, 1.55, 1.58, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10376, 1871, 10218, 5747, 3, 7, 4.98, 5.08, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10377, 1871, 10219, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10378, 1871, 10220, 1469, 1, 7, 1.31, 1.34, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10379, 1871, 10221, 1829, 3, 7, 0.79, 0.81, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10380, 1870, 10222, 658, 1, 8, 15.75, 16.07, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10381, 1870, 10223, 2280, 9, 8, 212.00, 216.24, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10382, 1870, 10224, 5970, 1, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10383, 1870, 10225, 5583, 1, 8, 524.95, 535.45, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10384, 1870, 10226, 5239, 1, 8, 32.10, 32.74, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10385, 1870, 10227, 2097, 6, 8, 9.70, 9.89, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10386, 1870, 10228, 3807, 3, 8, 4862.00, 4959.24, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10387, 1870, 10229, 254, 9, 8, 52.72, 53.77, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10388, 1870, 10230, 5799, 6, 8, 15.59, 15.90, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10389, 1870, 10231, 2619, 9, 8, 19.57, 19.96, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10390, 1870, 10232, 3837, 6, 8, 204.83, 208.93, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10391, 1870, 10233, 5771, 6, 8, 21.64, 22.07, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10392, 1870, 10234, 3816, 3, 8, 38.15, 38.91, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10393, 1870, 10235, 3884, 9, 8, 40.39, 41.20, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10394, 1870, 10236, 2265, 6, 8, 188.70, 192.47, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10395, 1870, 10237, 2129, 3, 8, 204.97, 209.07, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10396, 1870, 10238, 2289, 6, 8, 572.00, 583.44, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10397, 1870, 10239, 3947, 1, 8, 316.19, 322.51, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10398, 1870, 10240, 736, 1, 8, 166.47, 169.80, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10399, 1870, 10241, 3851, 9, 8, 190.55, 194.36, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10400, 1870, 10242, 5925, 6, 8, 112.34, 114.59, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10401, 1870, 10243, 3460, 9, 8, 3.54, 3.61, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10402, 1870, 10244, 665, 1, 8, 96.82, 98.76, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10403, 1870, 10245, 6035, 1, 8, 23.31, 23.78, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10404, 1870, 10246, 295, 1, 8, 944.99, 963.89, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10405, 1870, 10247, 4787, 6, 8, 32.85, 33.51, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10406, 1870, 10248, 4267, 6, 8, 5.19, 5.29, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10407, 1870, 10249, 3672, 1, 8, 59.43, 60.62, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10408, 1870, 10250, 1394, 1, 8, 286.20, 291.92, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10409, 1870, 10251, 3465, 6, 8, 537.60, 548.35, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10410, 1870, 10252, 1019, 3, 8, 138.02, 140.78, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10411, 1870, 10253, 5205, 6, 8, 84.23, 85.91, 1, 1, 'ai_sell', '2024-05-31 19:46:09', '2024-05-31 19:46:09', '2024-05-31 20:47:04'),
(10412, 1870, 10254, 2622, 6, 8, 29.32, 29.91, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10413, 1870, 10255, 2231, 9, 8, 53.52, 54.59, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10414, 1870, 10256, 4460, 9, 8, 41.18, 42.00, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10415, 1870, 10257, 2287, 3, 8, 7.83, 7.99, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10416, 1870, 10258, 4983, 3, 8, 12.05, 12.29, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10417, 1870, 10259, 4414, 1, 8, 243.36, 248.23, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10418, 1870, 10260, 1752, 9, 8, 111.62, 113.85, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10419, 1870, 10261, 921, 6, 8, 77.25, 78.80, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10420, 1870, 10262, 985, 1, 8, 21.63, 22.06, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10421, 1870, 10263, 4584, 1, 8, 308.99, 315.17, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10422, 1870, 10264, 2477, 3, 8, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10423, 1870, 10265, 3322, 9, 8, 105.95, 108.07, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10424, 1870, 10266, 5915, 6, 8, 5.74, 5.85, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10425, 1870, 10267, 1444, 3, 8, 8.16, 8.32, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10426, 1870, 10268, 1959, 1, 8, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10427, 1870, 10269, 3755, 6, 8, 15.14, 15.44, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10428, 1870, 10270, 945, 1, 8, 9.18, 9.36, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10429, 1870, 10271, 6113, 9, 8, 195.67, 199.58, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10430, 1870, 10272, 4042, 9, 8, 218.39, 222.76, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10431, 1870, 10273, 3616, 9, 8, 156.55, 159.68, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10432, 1870, 10274, 3424, 6, 8, 451.14, 460.16, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10433, 1870, 10275, 5274, 9, 8, 155.52, 158.63, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10434, 1870, 10276, 5988, 6, 8, 19.73, 20.12, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10435, 1870, 10277, 5734, 1, 8, 26.51, 27.04, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10436, 1870, 10278, 4631, 1, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10437, 1870, 10279, 5071, 9, 8, 299.72, 305.71, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10438, 1870, 10280, 992, 6, 8, 472.50, 481.95, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10439, 1870, 10281, 4730, 1, 8, 15.79, 16.11, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10440, 1870, 10282, 2605, 1, 8, 28.55, 29.12, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10441, 1870, 10283, 1585, 1, 8, 1.55, 1.58, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10442, 1870, 10284, 1827, 6, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10443, 1870, 10285, 1469, 6, 8, 1.31, 1.34, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10444, 1870, 10286, 1811, 6, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10445, 1870, 10287, 803, 9, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10446, 1870, 10288, 734, 9, 8, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-31 19:46:10', '2024-05-31 19:46:10', '2024-05-31 20:47:04'),
(10447, 1871, 10289, 1827, 1, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 19:47:07', '2024-05-31 19:47:07', '2024-05-31 20:48:03'),
(10448, 1870, 10290, 1827, 6, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 19:47:08', '2024-05-31 19:47:08', '2024-05-31 20:48:03'),
(10449, 1866, 10291, 226, 1, 6, 18.08, 18.24, 1, 1, 'ai_sell', '2024-05-31 19:57:04', '2024-05-31 19:57:04', '2024-05-31 20:58:03'),
(10450, 1866, 10292, 3089, 1, 6, 7.20, 7.26, 1, 1, 'ai_sell', '2024-05-31 19:57:04', '2024-05-31 19:57:04', '2024-05-31 20:58:03'),
(10451, 1866, 10293, 17, 6, 6, 22.66, 22.86, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10452, 1866, 10294, 1189, 6, 6, 2.61, 2.63, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10453, 1866, 10295, 1645, 1, 6, 3.89, 3.93, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10454, 1866, 10296, 24, 3, 6, 1.06, 1.07, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10455, 1866, 10297, 734, 9, 6, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10456, 1866, 10298, 949, 6, 6, 0.31, 0.31, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10457, 1866, 10299, 756, 1, 6, 0.46, 0.46, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10458, 1866, 10300, 1827, 6, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 19:57:05', '2024-05-31 19:57:05', '2024-05-31 20:58:03'),
(10459, 1873, 10301, 4364, 1, 9, 11.55, 11.78, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10460, 1873, 10302, 131, 6, 9, 7.14, 7.28, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10461, 1873, 10303, 1446, 1, 9, 362.96, 370.22, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10462, 1873, 10304, 3601, 6, 9, 636.66, 649.39, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10463, 1873, 10305, 1483, 3, 9, 20.76, 21.18, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10464, 1873, 10306, 698, 3, 9, 6.61, 6.74, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10465, 1873, 10307, 5557, 3, 9, 184.56, 188.25, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10466, 1873, 10308, 3681, 6, 9, 421.04, 429.46, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10467, 1873, 10309, 1717, 1, 9, 13.78, 14.06, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10468, 1873, 10310, 1757, 3, 9, 78.00, 79.56, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:03'),
(10469, 1873, 10311, 5544, 6, 9, 16.96, 17.30, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10470, 1873, 10312, 4334, 6, 9, 9.45, 9.64, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10471, 1873, 10313, 5335, 3, 9, 19.61, 20.00, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10472, 1873, 10314, 3943, 3, 9, 1630.98, 1663.60, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10473, 1873, 10315, 5942, 3, 9, 7.08, 7.22, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10474, 1873, 10316, 3052, 6, 9, 5.00, 5.10, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10475, 1873, 10317, 1009, 1, 9, 9.18, 9.36, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10476, 1873, 10318, 2789, 9, 9, 40.37, 41.18, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10477, 1873, 10319, 4211, 3, 9, 36.04, 36.76, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10478, 1873, 10320, 5216, 9, 9, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10479, 1873, 10321, 4927, 3, 9, 132.50, 135.15, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10480, 1873, 10322, 562, 9, 9, 3669.75, 3743.15, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10481, 1873, 10323, 5610, 3, 9, 93.59, 95.46, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10482, 1873, 10324, 3283, 6, 9, 15.11, 15.41, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10483, 1873, 10325, 4765, 6, 9, 53.52, 54.59, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10484, 1873, 10326, 146, 3, 9, 36.40, 37.13, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10485, 1873, 10327, 5816, 6, 9, 15.44, 15.75, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10486, 1873, 10328, 4758, 1, 9, 99.99, 101.99, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10487, 1873, 10329, 3472, 6, 9, 297.99, 303.95, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10488, 1873, 10330, 867, 9, 9, 9.34, 9.53, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10489, 1873, 10331, 2142, 9, 9, 10.09, 10.29, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10490, 1873, 10332, 3757, 1, 9, 10.49, 10.70, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10491, 1873, 10333, 6172, 9, 9, 101.26, 103.29, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10492, 1873, 10334, 360, 3, 9, 19.35, 19.74, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10493, 1873, 10335, 2066, 6, 9, 21.41, 21.84, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10494, 1873, 10336, 1815, 3, 9, 62.39, 63.64, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10495, 1873, 10337, 6092, 6, 9, 31.79, 32.43, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10496, 1873, 10338, 2135, 1, 9, 55.97, 57.09, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10497, 1873, 10339, 1339, 9, 9, 31.20, 31.82, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10498, 1873, 10340, 5543, 1, 9, 23.43, 23.90, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10499, 1873, 10341, 2973, 3, 9, 405.00, 413.10, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10500, 1873, 10342, 3153, 6, 9, 406.98, 415.12, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10501, 1873, 10343, 83, 3, 9, 111.10, 113.32, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10502, 1873, 10344, 1558, 3, 9, 19.87, 20.27, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10503, 1873, 10345, 3136, 6, 9, 1407.00, 1435.14, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10504, 1873, 10346, 36, 3, 9, 61.48, 62.71, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10505, 1873, 10347, 4418, 3, 9, 2886.58, 2944.31, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10506, 1873, 10348, 4668, 6, 9, 1.48, 1.51, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10507, 1873, 10349, 1301, 6, 9, 11.33, 11.56, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10508, 1873, 10350, 726, 9, 9, 102.89, 104.95, 1, 1, 'ai_sell', '2024-05-31 20:05:10', '2024-05-31 20:05:10', '2024-05-31 21:06:04'),
(10509, 1873, 10351, 1421, 3, 9, 19.38, 19.77, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10510, 1873, 10352, 1763, 1, 9, 189.59, 193.38, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10511, 1873, 10353, 1035, 3, 9, 123.60, 126.07, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10512, 1873, 10354, 3745, 6, 9, 13.33, 13.60, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10513, 1873, 10355, 4650, 9, 9, 530.36, 540.97, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10514, 1873, 10356, 982, 6, 9, 138.60, 141.37, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10515, 1873, 10357, 2304, 1, 9, 408.00, 416.16, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10516, 1873, 10358, 1983, 3, 9, 30.29, 30.90, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:04'),
(10517, 1873, 10359, 2361, 9, 9, 19.17, 19.55, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10518, 1873, 10360, 929, 1, 9, 46.62, 47.55, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10519, 1873, 10361, 603, 6, 9, 10.10, 10.30, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10520, 1873, 10362, 218, 1, 9, 36.36, 37.09, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10521, 1873, 10363, 3671, 3, 9, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10522, 1873, 10364, 835, 9, 9, 21.97, 22.41, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10523, 1873, 10365, 2027, 1, 9, 58.29, 59.46, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10524, 1873, 10366, 3410, 3, 9, 30.45, 31.06, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10525, 1873, 10367, 6134, 6, 9, 26.50, 27.03, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10526, 1873, 10368, 168, 9, 9, 158.04, 161.20, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10527, 1873, 10369, 4445, 9, 9, 27.18, 27.72, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10528, 1873, 10370, 248, 1, 9, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10529, 1873, 10371, 5698, 9, 9, 131.25, 133.88, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10530, 1873, 10372, 4679, 3, 9, 6.16, 6.28, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10531, 1873, 10373, 5288, 6, 9, 23.15, 23.61, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10532, 1873, 10374, 278, 9, 9, 319.15, 325.53, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10533, 1873, 10375, 4715, 9, 9, 5.81, 5.93, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10534, 1873, 10376, 2964, 1, 9, 848.00, 864.96, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10535, 1873, 10377, 3090, 9, 9, 5.15, 5.25, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10536, 1873, 10378, 254, 3, 9, 54.81, 55.91, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10537, 1873, 10379, 2607, 1, 9, 13.96, 14.24, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10538, 1873, 10380, 4345, 6, 9, 192.33, 196.18, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10539, 1873, 10381, 3048, 3, 9, 152.50, 155.55, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10540, 1873, 10382, 716, 1, 9, 1.05, 1.07, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10541, 1873, 10383, 1827, 1, 9, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 20:05:11', '2024-05-31 20:05:11', '2024-05-31 21:06:05'),
(10542, 1866, 10384, 5827, 1, 11, 39.05, 39.83, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:03'),
(10543, 1866, 10385, 3078, 3, 11, 8.32, 8.49, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:03'),
(10544, 1866, 10386, 1940, 1, 11, 80.56, 82.17, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:03'),
(10545, 1866, 10387, 5841, 3, 11, 11.62, 11.85, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:03'),
(10546, 1866, 10388, 2983, 9, 11, 105.03, 107.13, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10547, 1866, 10389, 2201, 6, 11, 20.55, 20.96, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10548, 1866, 10390, 2149, 1, 11, 129.32, 131.91, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10549, 1866, 10391, 735, 3, 11, 2.31, 2.36, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10550, 1866, 10392, 6010, 3, 11, 4.92, 5.02, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10551, 1866, 10393, 5108, 6, 11, 142.79, 145.65, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10552, 1866, 10394, 4040, 6, 11, 21.04, 21.46, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10553, 1866, 10395, 3194, 6, 11, 5.25, 5.36, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10554, 1866, 10396, 2077, 9, 11, 5.30, 5.41, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10555, 1866, 10397, 2606, 1, 11, 14.25, 14.54, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10556, 1866, 10398, 3104, 1, 11, 1150.51, 1173.52, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10557, 1866, 10399, 679, 9, 11, 4808.16, 4904.32, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10558, 1866, 10400, 2152, 9, 11, 72.80, 74.26, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10559, 1866, 10401, 5395, 1, 11, 87.81, 89.57, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10560, 1866, 10402, 6031, 3, 11, 3.92, 4.00, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10561, 1866, 10403, 1736, 3, 11, 34.16, 34.84, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10562, 1866, 10404, 3974, 1, 11, 741.51, 756.34, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10563, 1866, 10405, 5263, 3, 11, 17.50, 17.85, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10564, 1866, 10406, 6074, 9, 11, 14.78, 15.08, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10565, 1866, 10407, 4705, 1, 11, 23.46, 23.93, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10566, 1866, 10408, 6049, 6, 11, 10.60, 10.81, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10567, 1866, 10409, 772, 3, 11, 19.36, 19.75, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10568, 1866, 10410, 3427, 9, 11, 288.97, 294.75, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10569, 1866, 10411, 2154, 3, 11, 20.74, 21.15, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10570, 1866, 10412, 52, 1, 11, 17.51, 17.86, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10571, 1866, 10413, 6067, 3, 11, 23.10, 23.56, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10572, 1866, 10414, 3438, 9, 11, 9.89, 10.09, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10573, 1866, 10415, 3713, 6, 11, 18.98, 19.36, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10574, 1866, 10416, 2515, 1, 11, 81.32, 82.95, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10575, 1866, 10417, 612, 1, 11, 65.65, 66.96, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:04'),
(10576, 1866, 10418, 2244, 9, 11, 63.65, 64.92, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10577, 1866, 10419, 6156, 3, 11, 12.12, 12.36, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10578, 1866, 10420, 4103, 3, 11, 7.06, 7.20, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10579, 1866, 10421, 3074, 1, 11, 42.83, 43.69, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10580, 1866, 10422, 4568, 9, 11, 7.00, 7.14, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10581, 1866, 10423, 1659, 3, 11, 61.36, 62.59, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10582, 1866, 10424, 5055, 6, 11, 516.02, 526.34, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10583, 1866, 10425, 2408, 1, 11, 69.98, 71.38, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10584, 1866, 10426, 1030, 6, 11, 26.76, 27.30, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10585, 1866, 10427, 714, 3, 11, 24.95, 25.45, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10586, 1866, 10428, 959, 1, 11, 2.76, 2.82, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10587, 1866, 10429, 6021, 1, 11, 38.83, 39.61, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10588, 1866, 10430, 2194, 9, 11, 9.27, 9.46, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10589, 1866, 10431, 2316, 9, 11, 53.52, 54.59, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10590, 1866, 10432, 2557, 9, 11, 4.42, 4.51, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10591, 1866, 10433, 4542, 6, 11, 42.00, 42.84, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10592, 1866, 10434, 5617, 6, 11, 5.75, 5.87, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10593, 1866, 10435, 1126, 6, 11, 382.70, 390.35, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10594, 1866, 10436, 551, 1, 11, 29.68, 30.27, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10595, 1866, 10437, 5521, 6, 11, 87.21, 88.95, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10596, 1866, 10438, 3873, 1, 11, 13.77, 14.05, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10597, 1866, 10439, 135, 6, 11, 54.08, 55.16, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10598, 1866, 10440, 4356, 1, 11, 92.69, 94.54, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10599, 1866, 10441, 5442, 1, 11, 26.53, 27.06, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10600, 1866, 10442, 6114, 3, 11, 4.90, 5.00, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10601, 1866, 10443, 895, 1, 11, 251.00, 256.02, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10602, 1866, 10444, 5622, 1, 11, 7.64, 7.79, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10603, 1866, 10445, 1964, 9, 11, 936.00, 954.72, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10604, 1866, 10446, 4190, 9, 11, 1009.39, 1029.58, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10605, 1866, 10447, 576, 1, 11, 39.78, 40.58, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10606, 1866, 10448, 775, 1, 11, 7.49, 7.64, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10607, 1866, 10449, 4641, 3, 11, 9.54, 9.73, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10608, 1866, 10450, 3760, 1, 11, 38.36, 39.13, 1, 1, 'ai_sell', '2024-05-31 20:15:10', '2024-05-31 20:15:10', '2024-05-31 21:16:05'),
(10609, 1866, 10451, 1953, 9, 11, 4.16, 4.24, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10610, 1866, 10452, 3124, 9, 11, 42.84, 43.70, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10611, 1866, 10453, 2306, 3, 11, 735.00, 749.70, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10612, 1866, 10454, 4881, 6, 11, 20.23, 20.63, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10613, 1866, 10455, 197, 1, 11, 33.24, 33.90, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10614, 1866, 10456, 3587, 9, 11, 7.33, 7.48, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10615, 1866, 10457, 1542, 1, 11, 171.60, 175.03, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10616, 1866, 10458, 4788, 6, 11, 493.37, 503.24, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10617, 1866, 10459, 295, 9, 11, 953.99, 973.07, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10618, 1866, 10460, 2581, 6, 11, 17.84, 18.20, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10619, 1866, 10461, 5399, 6, 11, 15.49, 15.80, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(10620, 1866, 10462, 1877, 1, 11, 22.43, 22.88, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10621, 1866, 10463, 2944, 3, 11, 18.27, 18.64, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10622, 1866, 10464, 2844, 6, 11, 1162.79, 1186.05, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10623, 1866, 10465, 1630, 3, 11, 42.70, 43.55, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10624, 1866, 10466, 603, 6, 11, 10.40, 10.61, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10625, 1866, 10467, 3722, 3, 11, 2.06, 2.10, 1, 1, 'ai_sell', '2024-05-31 20:15:11', '2024-05-31 20:15:11', '2024-05-31 21:16:05'),
(10626, 1867, 10468, 5954, 6, 12, 180.79, 184.41, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:02'),
(10627, 1867, 10469, 529, 9, 12, 37.43, 38.18, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:02'),
(10628, 1867, 10470, 1538, 1, 12, 24.23, 24.71, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:02'),
(10629, 1867, 10471, 5413, 1, 12, 7821.45, 7977.88, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:02'),
(10630, 1867, 10472, 240, 6, 12, 9.36, 9.55, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10631, 1867, 10473, 5277, 6, 12, 206.29, 210.42, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10632, 1867, 10474, 3215, 1, 12, 9.08, 9.26, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10633, 1867, 10475, 5784, 9, 12, 618.00, 630.36, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10634, 1867, 10476, 5105, 3, 12, 23.04, 23.50, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10635, 1867, 10477, 5515, 6, 12, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10636, 1867, 10478, 765, 9, 12, 1.33, 1.36, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10637, 1867, 10479, 61, 9, 12, 27.56, 28.11, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10638, 1867, 10480, 4902, 1, 12, 2.30, 2.35, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10639, 1867, 10481, 3324, 9, 12, 1.36, 1.39, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10640, 1867, 10482, 3240, 6, 12, 101.60, 103.63, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10641, 1867, 10483, 2371, 9, 12, 84.26, 85.95, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10642, 1867, 10484, 3747, 9, 12, 8.31, 8.48, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10643, 1867, 10485, 4160, 1, 12, 1150.24, 1173.24, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10644, 1867, 10486, 2401, 1, 12, 1854.00, 1891.08, 1, 1, 'ai_sell', '2024-05-31 20:26:05', '2024-05-31 20:26:05', '2024-05-31 21:27:03'),
(10645, 1867, 10487, 2675, 3, 12, 10.19, 10.39, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:03'),
(10646, 1867, 10488, 3055, 6, 12, 3.92, 4.00, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10647, 1867, 10489, 1953, 9, 12, 4.24, 4.32, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10648, 1867, 10490, 4726, 6, 12, 18.17, 18.53, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10649, 1867, 10491, 5691, 1, 12, 150.49, 153.50, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10650, 1867, 10492, 2133, 9, 12, 127.50, 130.05, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10651, 1867, 10493, 3389, 1, 12, 7.10, 7.24, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10652, 1867, 10494, 2253, 9, 12, 20.79, 21.21, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10653, 1867, 10495, 3968, 9, 12, 26.41, 26.94, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10654, 1867, 10496, 4746, 6, 12, 52.58, 53.63, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10655, 1867, 10497, 896, 6, 12, 11.10, 11.32, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10656, 1867, 10498, 4202, 3, 12, 4.84, 4.94, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10657, 1867, 10499, 3982, 1, 12, 157.94, 161.10, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10658, 1867, 10500, 2489, 9, 12, 29.67, 30.26, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10659, 1867, 10501, 2312, 6, 12, 147.00, 149.94, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10660, 1867, 10502, 3704, 1, 12, 77.21, 78.75, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10661, 1867, 10503, 3599, 9, 12, 11.07, 11.29, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10662, 1867, 10504, 2801, 9, 12, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10663, 1867, 10505, 5504, 1, 12, 2046.61, 2087.54, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10664, 1867, 10506, 4747, 1, 12, 55.07, 56.17, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10665, 1867, 10507, 3353, 1, 12, 515.10, 525.40, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10666, 1867, 10508, 6162, 9, 12, 18.35, 18.72, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10667, 1867, 10509, 4683, 3, 12, 8.15, 8.31, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10668, 1867, 10510, 189, 6, 12, 143.80, 146.68, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10669, 1867, 10511, 2417, 3, 12, 95.79, 97.71, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10670, 1867, 10512, 5132, 9, 12, 19.58, 19.97, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10671, 1867, 10513, 4302, 6, 12, 10.33, 10.54, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10672, 1867, 10514, 2465, 1, 12, 18.53, 18.90, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10673, 1867, 10515, 3658, 6, 12, 14.35, 14.64, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10674, 1867, 10516, 351, 1, 12, 70.34, 71.75, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10675, 1867, 10517, 6013, 6, 12, 34.31, 35.00, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10676, 1867, 10518, 981, 1, 12, 58.59, 59.76, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10677, 1867, 10519, 4117, 3, 12, 32.54, 33.19, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10678, 1867, 10520, 1551, 1, 12, 236.90, 241.64, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10679, 1867, 10521, 3402, 6, 12, 132.91, 135.57, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10680, 1867, 10522, 5384, 3, 12, 1061.05, 1082.27, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10681, 1867, 10523, 1173, 6, 12, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10682, 1867, 10524, 224, 3, 12, 51.72, 52.75, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10683, 1867, 10525, 3528, 3, 12, 151.49, 154.52, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10684, 1867, 10526, 2209, 6, 12, 122.40, 124.85, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10685, 1867, 10527, 783, 6, 12, 41.22, 42.04, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10686, 1867, 10528, 805, 1, 12, 6.05, 6.17, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10687, 1867, 10529, 4403, 6, 12, 179.73, 183.32, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:04'),
(10688, 1867, 10530, 1147, 6, 12, 105.00, 107.10, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10689, 1867, 10531, 5647, 9, 12, 12.48, 12.73, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10690, 1867, 10532, 3471, 1, 12, 89.03, 90.81, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10691, 1867, 10533, 3283, 6, 12, 15.11, 15.41, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10692, 1867, 10534, 5060, 6, 12, 5.24, 5.34, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10693, 1867, 10535, 1894, 6, 12, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10694, 1867, 10536, 4511, 3, 12, 2.01, 2.05, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10695, 1867, 10537, 734, 6, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-05-31 20:26:06', '2024-05-31 20:26:06', '2024-05-31 21:27:05'),
(10696, 1798, 10538, 3245, 5, NULL, 300.00, 309.00, 1, 1, 'manual_sell', '2024-05-31 20:49:05', '2024-05-31 20:49:05', '2024-05-31 21:50:04'),
(10697, 1798, 10539, 1989, 5, NULL, 50.00, 51.50, 1, 1, 'manual_sell', '2024-05-31 20:50:11', '2024-05-31 20:50:11', '2024-05-31 21:51:02'),
(10698, 1868, 10540, 1071, 9, 13, 4.20, 4.28, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10699, 1868, 10541, 471, 1, 13, 322.32, 328.77, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10700, 1868, 10542, 2525, 3, 13, 66.95, 68.29, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10701, 1868, 10543, 1936, 6, 13, 3432.00, 3500.64, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10702, 1868, 10544, 1296, 6, 13, 46.35, 47.28, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10703, 1868, 10545, 2326, 9, 13, 30.67, 31.28, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10704, 1868, 10546, 3765, 9, 13, 792.75, 808.61, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10705, 1868, 10547, 4476, 6, 13, 41.34, 42.17, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10706, 1868, 10548, 878, 1, 13, 290.16, 295.96, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10707, 1868, 10549, 5250, 1, 13, 8.99, 9.17, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10708, 1868, 10550, 6039, 6, 13, 8.65, 8.82, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10709, 1868, 10551, 4978, 6, 13, 5818.80, 5935.18, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10710, 1868, 10552, 937, 3, 13, 4.04, 4.12, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10711, 1868, 10553, 1202, 6, 13, 51.41, 52.44, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10712, 1868, 10554, 3567, 1, 13, 144.87, 147.77, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10713, 1868, 10555, 2426, 9, 13, 508.98, 519.16, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10714, 1868, 10556, 2607, 1, 13, 13.96, 14.24, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10715, 1868, 10557, 5384, 1, 13, 1061.05, 1082.27, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10716, 1868, 10558, 626, 3, 13, 3.06, 3.12, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10717, 1868, 10559, 5540, 3, 13, 127.83, 130.39, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10718, 1868, 10560, 4738, 1, 13, 112.27, 114.52, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10719, 1868, 10561, 1062, 3, 13, 7.88, 8.04, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10720, 1868, 10562, 5983, 1, 13, 102.00, 104.04, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10721, 1868, 10563, 2037, 6, 13, 72.62, 74.07, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10722, 1868, 10564, 1222, 1, 13, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10723, 1868, 10565, 112, 1, 13, 12.55, 12.80, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10724, 1868, 10566, 1057, 9, 13, 33.08, 33.74, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10725, 1868, 10567, 3498, 6, 13, 51.45, 52.48, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10726, 1868, 10568, 4302, 3, 13, 10.33, 10.54, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10727, 1868, 10569, 678, 3, 13, 2.08, 2.12, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10728, 1868, 10570, 4106, 3, 13, 1.35, 1.38, 1, 1, 'ai_sell', '2024-05-31 20:58:07', '2024-05-31 20:58:07', '2024-05-31 21:59:06'),
(10729, 1868, 10571, 1811, 1, 13, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-31 20:58:08', '2024-05-31 20:58:08', '2024-05-31 21:59:06'),
(10730, 1868, 10572, 734, 9, 13, 0.22, 0.22, 1, 1, 'ai_sell', '2024-05-31 20:58:08', '2024-05-31 20:58:08', '2024-05-31 21:59:06'),
(10731, 1868, 10573, 803, 3, 13, 0.20, 0.20, 1, 1, 'ai_sell', '2024-05-31 20:58:08', '2024-05-31 20:58:08', '2024-05-31 21:59:06'),
(10732, 1869, 10574, 1921, 1, 14, 10.50, 10.71, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10733, 1869, 10575, 3727, 9, 14, 63.44, 64.71, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10734, 1869, 10576, 4139, 9, 14, 62.37, 63.62, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10735, 1869, 10577, 5949, 1, 14, 202.00, 206.04, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10736, 1869, 10578, 1565, 3, 14, 13158.00, 13421.16, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10737, 1869, 10579, 5935, 1, 14, 2678.00, 2731.56, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10738, 1869, 10580, 987, 1, 14, 85.06, 86.76, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10739, 1869, 10581, 2703, 1, 14, 24.21, 24.69, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10740, 1869, 10582, 4406, 6, 14, 25.19, 25.69, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10741, 1869, 10583, 76, 3, 14, 10.30, 10.51, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10742, 1869, 10584, 2876, 3, 14, 83.19, 84.85, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10743, 1869, 10585, 5101, 1, 14, 232.04, 236.68, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10744, 1869, 10586, 2705, 9, 14, 844.48, 861.37, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10745, 1869, 10587, 5059, 9, 14, 809.00, 825.18, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10746, 1869, 10588, 2528, 3, 14, 178.50, 182.07, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:04'),
(10747, 1869, 10589, 971, 1, 14, 4.12, 4.20, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:05'),
(10748, 1869, 10590, 6028, 1, 14, 2.28, 2.33, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:05'),
(10749, 1869, 10591, 1827, 6, 14, 0.13, 0.13, 1, 1, 'ai_sell', '2024-05-31 21:28:05', '2024-05-31 21:28:05', '2024-05-31 22:29:05'),
(10750, 1869, 10592, 1827, 6, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-05-31 21:29:05', '2024-05-31 21:29:05', '2024-05-31 22:30:05'),
(10751, 1872, 10593, 4375, 6, 18, 84.00, 85.68, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:05'),
(10752, 1872, 10594, 2134, 9, 18, 36.72, 37.45, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10753, 1872, 10595, 6140, 3, 18, 20.20, 20.60, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10754, 1872, 10596, 2277, 6, 18, 31.29, 31.92, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10755, 1872, 10597, 3892, 6, 18, 102.96, 105.02, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10756, 1872, 10598, 882, 9, 18, 205.99, 210.11, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10757, 1872, 10599, 511, 9, 18, 713.79, 728.07, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10758, 1872, 10600, 4604, 1, 18, 27.54, 28.09, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10759, 1872, 10601, 2823, 1, 18, 25.49, 26.00, 1, 1, 'ai_sell', '2024-05-31 23:19:06', '2024-05-31 23:19:06', '2024-06-01 00:20:07'),
(10760, 1872, 10602, 4456, 3, 18, 650.51, 663.52, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:07'),
(10761, 1872, 10603, 2521, 3, 18, 386.82, 394.56, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:07'),
(10762, 1872, 10604, 6015, 1, 18, 97.52, 99.47, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:07'),
(10763, 1872, 10605, 3840, 3, 18, 409.50, 417.69, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:07'),
(10764, 1872, 10606, 1595, 6, 18, 19.07, 19.45, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:07'),
(10765, 1872, 10607, 5672, 3, 18, 3388.32, 3456.09, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:07'),
(10766, 1872, 10608, 4676, 6, 18, 49.69, 50.68, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10767, 1872, 10609, 2207, 9, 18, 41.66, 42.49, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10768, 1872, 10610, 1892, 9, 18, 11.09, 11.31, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10769, 1872, 10611, 4001, 1, 18, 2379.52, 2427.11, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10770, 1872, 10612, 3432, 9, 18, 620.10, 632.50, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10771, 1872, 10613, 5825, 3, 18, 43.68, 44.55, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10772, 1872, 10614, 2352, 6, 18, 30.89, 31.51, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10773, 1872, 10615, 3879, 3, 18, 62.05, 63.29, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10774, 1872, 10616, 3953, 9, 18, 71.40, 72.83, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10775, 1872, 10617, 3605, 6, 18, 278.25, 283.82, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10776, 1872, 10618, 5310, 6, 18, 61.60, 62.83, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10777, 1872, 10619, 4872, 6, 18, 25.51, 26.02, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10778, 1872, 10620, 1427, 9, 18, 21.58, 22.01, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10779, 1872, 10621, 1832, 6, 18, 2.75, 2.81, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10780, 1872, 10622, 6036, 6, 18, 47.17, 48.11, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10781, 1872, 10623, 768, 3, 18, 4.50, 4.59, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:08'),
(10782, 1872, 10624, 2324, 9, 18, 123.55, 126.02, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10783, 1872, 10625, 5055, 1, 18, 521.03, 531.45, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10784, 1872, 10626, 658, 3, 18, 15.30, 15.61, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10785, 1872, 10627, 1478, 9, 18, 410.80, 419.02, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10786, 1872, 10628, 2260, 3, 18, 280.80, 286.42, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10787, 1872, 10629, 1250, 1, 18, 12.78, 13.04, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10788, 1872, 10630, 2518, 9, 18, 20.68, 21.09, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10789, 1872, 10631, 5069, 6, 18, 38.36, 39.13, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10790, 1872, 10632, 3985, 6, 18, 63.92, 65.20, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10791, 1872, 10633, 2223, 1, 18, 24.39, 24.88, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10792, 1872, 10634, 1590, 3, 18, 740.94, 755.76, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10793, 1872, 10635, 2040, 9, 18, 57.06, 58.20, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10794, 1872, 10636, 154, 1, 18, 5.10, 5.20, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10795, 1872, 10637, 1983, 9, 18, 30.00, 30.60, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10796, 1872, 10638, 1350, 9, 18, 6.02, 6.14, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10797, 1872, 10639, 1786, 9, 18, 16.48, 16.81, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10798, 1872, 10640, 298, 1, 18, 9.52, 9.71, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10799, 1872, 10641, 5246, 9, 18, 59.16, 60.34, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:09'),
(10800, 1872, 10642, 2290, 3, 18, 35.36, 36.07, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:10'),
(10801, 1872, 10643, 4875, 1, 18, 9.32, 9.51, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:10'),
(10802, 1872, 10644, 4035, 6, 18, 1.95, 1.99, 1, 1, 'ai_sell', '2024-05-31 23:19:07', '2024-05-31 23:19:07', '2024-06-01 00:20:10'),
(10803, 1869, 10645, 5629, 6, 17, 16.06, 16.38, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:04'),
(10804, 1869, 10646, 2315, 9, 17, 562.02, 573.26, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:05'),
(10805, 1869, 10647, 3179, 6, 17, 75.75, 77.27, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:05'),
(10806, 1869, 10648, 4957, 9, 17, 3572.10, 3643.54, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:05'),
(10807, 1869, 10649, 5266, 1, 17, 208.97, 213.15, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:05'),
(10808, 1869, 10650, 4857, 3, 17, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:05'),
(10809, 1869, 10651, 5442, 6, 17, 26.53, 27.06, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10810, 1869, 10652, 5708, 9, 17, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10811, 1869, 10653, 4740, 1, 17, 61.20, 62.42, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10812, 1869, 10654, 3804, 9, 17, 242.40, 247.25, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10813, 1869, 10655, 2924, 3, 17, 31.74, 32.37, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10814, 1869, 10656, 3145, 6, 17, 178.13, 181.69, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10815, 1869, 10657, 5509, 1, 17, 157.49, 160.64, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10816, 1869, 10658, 3763, 1, 17, 674.68, 688.17, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10817, 1869, 10659, 164, 6, 17, 409.62, 417.81, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10818, 1869, 10660, 2057, 1, 17, 615.94, 628.26, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10819, 1869, 10661, 379, 3, 17, 7.21, 7.35, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10820, 1869, 10662, 2260, 9, 17, 286.20, 291.92, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10821, 1869, 10663, 1629, 6, 17, 10.26, 10.47, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10822, 1869, 10664, 1991, 3, 17, 37.79, 38.55, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10823, 1869, 10665, 384, 3, 17, 102.70, 104.75, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10824, 1869, 10666, 3120, 6, 17, 1249.50, 1274.49, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10825, 1869, 10667, 5355, 1, 17, 3929.89, 4008.49, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10826, 1869, 10668, 3279, 3, 17, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10827, 1869, 10669, 3773, 6, 17, 3.77, 3.85, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10828, 1869, 10670, 5618, 3, 17, 4.64, 4.73, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10829, 1869, 10671, 803, 6, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10830, 1869, 10672, 949, 1, 17, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-01 18:36:06', '2024-06-01 18:36:06', '2024-06-01 19:37:06'),
(10831, 1866, 10673, 5524, 9, 16, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:05'),
(10832, 1866, 10674, 4711, 9, 16, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:06'),
(10833, 1866, 10675, 2476, 6, 16, 156.09, 159.21, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:06'),
(10834, 1866, 10676, 4665, 6, 16, 8.18, 8.34, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10835, 1866, 10677, 3005, 1, 16, 64.65, 65.94, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10836, 1866, 10678, 4207, 1, 16, 8480.00, 8649.60, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10837, 1866, 10679, 4260, 6, 16, 38.75, 39.53, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10838, 1866, 10680, 6011, 1, 16, 303.16, 309.22, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10839, 1866, 10681, 1412, 1, 16, 7.65, 7.80, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10840, 1866, 10682, 2543, 6, 16, 90.10, 91.90, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10841, 1866, 10683, 3696, 6, 16, 29.99, 30.59, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10842, 1866, 10684, 2551, 9, 16, 160.14, 163.34, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10843, 1866, 10685, 5562, 1, 16, 455.68, 464.79, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10844, 1866, 10686, 3459, 1, 16, 1245.93, 1270.85, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10845, 1866, 10687, 478, 1, 16, 13.84, 14.12, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10846, 1866, 10688, 5285, 9, 16, 309.82, 316.02, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10847, 1866, 10689, 5545, 1, 16, 82.16, 83.80, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10848, 1866, 10690, 6113, 1, 16, 191.87, 195.71, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10849, 1866, 10691, 3762, 1, 16, 51.58, 52.61, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10850, 1866, 10692, 5696, 6, 16, 52.43, 53.48, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10851, 1866, 10693, 3592, 9, 16, 170.80, 174.22, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10852, 1866, 10694, 2385, 9, 16, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10853, 1866, 10695, 1446, 9, 16, 355.98, 363.10, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10854, 1866, 10696, 4770, 9, 16, 38.84, 39.62, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10855, 1866, 10697, 902, 9, 16, 193.79, 197.67, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10856, 1866, 10698, 48, 9, 16, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10857, 1866, 10699, 2084, 3, 16, 16.16, 16.48, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10858, 1866, 10700, 1895, 9, 16, 57.07, 58.21, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10859, 1866, 10701, 1428, 9, 16, 10.58, 10.79, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10860, 1866, 10702, 689, 6, 16, 3.09, 3.15, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10861, 1866, 10703, 2128, 9, 16, 32.44, 33.09, 1, 1, 'ai_sell', '2024-06-01 19:38:07', '2024-06-01 19:38:07', '2024-06-01 20:39:07'),
(10862, 1866, 10704, 4876, 6, 16, 40.37, 41.18, 1, 1, 'ai_sell', '2024-06-01 19:38:08', '2024-06-01 19:38:08', '2024-06-01 20:39:07'),
(10863, 1866, 10705, 4719, 9, 16, 7.42, 7.57, 1, 1, 'ai_sell', '2024-06-01 19:38:08', '2024-06-01 19:38:08', '2024-06-01 20:39:08'),
(10864, 1866, 10706, 3382, 6, 16, 2.43, 2.48, 1, 1, 'ai_sell', '2024-06-01 19:38:08', '2024-06-01 19:38:08', '2024-06-01 20:39:08'),
(10865, 1866, 10707, 752, 1, 16, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-01 19:38:08', '2024-06-01 19:38:08', '2024-06-01 20:39:08'),
(10866, 1871, 10708, 1022, 6, 7, 28.28, 28.85, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:05'),
(10867, 1871, 10709, 5870, 6, 7, 12.71, 12.96, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:06'),
(10868, 1871, 10710, 2848, 6, 7, 239.19, 243.97, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:06'),
(10869, 1871, 10711, 2500, 6, 7, 14.65, 14.94, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10870, 1871, 10712, 48, 6, 7, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10871, 1871, 10713, 3572, 1, 7, 32.73, 33.38, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10872, 1871, 10714, 4133, 6, 7, 343.20, 350.06, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10873, 1871, 10715, 3898, 6, 7, 7314.00, 7460.28, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10874, 1871, 10716, 3756, 1, 7, 118.97, 121.35, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10875, 1871, 10717, 3794, 9, 7, 30.59, 31.20, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10876, 1871, 10718, 1033, 6, 7, 757.50, 772.65, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:07'),
(10877, 1871, 10719, 417, 9, 7, 47.24, 48.18, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10878, 1871, 10720, 5220, 1, 7, 105.05, 107.15, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10879, 1871, 10721, 4606, 3, 7, 19.75, 20.15, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10880, 1871, 10722, 5411, 3, 7, 26.67, 27.20, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10881, 1871, 10723, 1521, 3, 7, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10882, 1871, 10724, 1186, 1, 7, 19.29, 19.68, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10883, 1871, 10725, 5874, 9, 7, 228.80, 233.38, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10884, 1871, 10726, 5571, 3, 7, 65.22, 66.52, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10885, 1871, 10727, 3943, 1, 7, 1662.96, 1696.22, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10886, 1871, 10728, 4315, 6, 7, 243.80, 248.68, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:08'),
(10887, 1871, 10729, 5710, 1, 7, 151.98, 155.02, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10888, 1871, 10730, 1083, 3, 7, 71.45, 72.88, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10889, 1871, 10731, 4270, 1, 7, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10890, 1871, 10732, 1082, 3, 7, 128.75, 131.33, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10891, 1871, 10733, 1242, 1, 7, 19998.00, 20397.96, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10892, 1871, 10734, 367, 9, 7, 945.00, 963.90, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10893, 1871, 10735, 5994, 6, 7, 107.40, 109.55, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10894, 1871, 10736, 1481, 9, 7, 52.50, 53.55, 1, 1, 'ai_sell', '2024-06-01 20:59:06', '2024-06-01 20:59:06', '2024-06-01 22:00:09'),
(10895, 1871, 10737, 3637, 6, 7, 446.25, 455.18, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:09'),
(10896, 1871, 10738, 719, 1, 7, 19.05, 19.43, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10897, 1871, 10739, 342, 1, 7, 3700.62, 3774.63, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10898, 1871, 10740, 1084, 3, 7, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10899, 1871, 10741, 3906, 1, 7, 196.72, 200.65, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10900, 1871, 10742, 1649, 6, 7, 100.43, 102.44, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10901, 1871, 10743, 1089, 6, 7, 619.12, 631.50, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10902, 1871, 10744, 4281, 1, 7, 100.97, 102.99, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10903, 1871, 10745, 2937, 6, 7, 816.00, 832.32, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10904, 1871, 10746, 1262, 6, 7, 1.61, 1.64, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10905, 1871, 10747, 3247, 3, 7, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10906, 1871, 10748, 2854, 3, 7, 212.09, 216.33, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10907, 1871, 10749, 2186, 6, 7, 49.93, 50.93, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10908, 1871, 10750, 3423, 9, 7, 21.56, 21.99, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10909, 1871, 10751, 2307, 6, 7, 48.44, 49.41, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10910, 1871, 10752, 665, 6, 7, 95.88, 97.80, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10911, 1871, 10753, 2975, 9, 7, 504.47, 514.56, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10912, 1871, 10754, 1105, 3, 7, 665.59, 678.90, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10913, 1871, 10755, 5953, 6, 7, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:10'),
(10914, 1871, 10756, 1333, 1, 7, 9.85, 10.05, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10915, 1871, 10757, 2990, 1, 7, 539.76, 550.56, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10916, 1871, 10758, 3326, 9, 7, 6.23, 6.35, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10917, 1871, 10759, 735, 6, 7, 2.29, 2.34, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10918, 1871, 10760, 5684, 1, 7, 318.08, 324.44, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10919, 1871, 10761, 2582, 1, 7, 74.20, 75.68, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10920, 1871, 10762, 1393, 9, 7, 40.57, 41.38, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10921, 1871, 10763, 2636, 6, 7, 23.35, 23.82, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10922, 1871, 10764, 2511, 3, 7, 113.11, 115.37, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10923, 1871, 10765, 3842, 6, 7, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10924, 1871, 10766, 1967, 9, 7, 2.72, 2.77, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10925, 1871, 10767, 4653, 1, 7, 136.50, 139.23, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10926, 1871, 10768, 4530, 9, 7, 29.67, 30.26, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10927, 1871, 10769, 2091, 3, 7, 4.30, 4.39, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10928, 1871, 10770, 5039, 3, 7, 641.58, 654.41, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10929, 1871, 10771, 2218, 1, 7, 22.18, 22.62, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10930, 1871, 10772, 5541, 6, 7, 39.10, 39.88, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10931, 1871, 10773, 3957, 6, 7, 33.92, 34.60, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:11'),
(10932, 1871, 10774, 3257, 1, 7, 1008.99, 1029.17, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10933, 1871, 10775, 4059, 6, 7, 15.99, 16.31, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10934, 1871, 10776, 4828, 3, 7, 37.20, 37.94, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10935, 1871, 10777, 5704, 1, 7, 2.51, 2.56, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10936, 1871, 10778, 1798, 6, 7, 1479.00, 1508.58, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10937, 1871, 10779, 3554, 6, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10938, 1871, 10780, 3972, 9, 7, 13.32, 13.59, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10939, 1871, 10781, 4855, 3, 7, 349.17, 356.15, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10940, 1871, 10782, 5812, 6, 7, 1.55, 1.58, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10941, 1871, 10783, 5514, 9, 7, 172.38, 175.83, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10942, 1871, 10784, 1733, 1, 7, 9.88, 10.08, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10943, 1871, 10785, 1103, 1, 7, 43.23, 44.09, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10944, 1871, 10786, 756, 6, 7, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10945, 1871, 10787, 4668, 9, 7, 1.45, 1.48, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10946, 1871, 10788, 3288, 3, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10947, 1871, 10789, 4126, 3, 7, 85.47, 87.18, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10948, 1871, 10790, 3004, 9, 7, 87.87, 89.63, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10949, 1871, 10791, 2389, 1, 7, 27.39, 27.94, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10950, 1871, 10792, 4704, 3, 7, 1.26, 1.29, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10951, 1871, 10793, 67, 6, 7, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10952, 1871, 10794, 1335, 3, 7, 113.36, 115.63, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:12'),
(10953, 1871, 10795, 4662, 9, 7, 30.23, 30.83, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10954, 1871, 10796, 2868, 1, 7, 272.70, 278.15, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10955, 1871, 10797, 4077, 9, 7, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10956, 1871, 10798, 1746, 9, 7, 182.58, 186.23, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10957, 1871, 10799, 1813, 9, 7, 3.06, 3.12, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10958, 1871, 10800, 1570, 3, 7, 33.31, 33.98, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10959, 1871, 10801, 1261, 3, 7, 90.90, 92.72, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10960, 1871, 10802, 5543, 9, 7, 23.65, 24.12, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10961, 1871, 10803, 1085, 3, 7, 5.09, 5.19, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10962, 1871, 10804, 5003, 6, 7, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10963, 1871, 10805, 6094, 1, 7, 24.06, 24.54, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10964, 1871, 10806, 1876, 6, 7, 32.03, 32.67, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10965, 1871, 10807, 5204, 6, 7, 28.84, 29.42, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10966, 1871, 10808, 901, 9, 7, 20.82, 21.24, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10967, 1871, 10809, 4182, 9, 7, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10968, 1871, 10810, 5575, 1, 7, 22.71, 23.16, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10969, 1871, 10811, 5751, 3, 7, 4.36, 4.45, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10970, 1871, 10812, 2682, 3, 7, 26.92, 27.46, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10971, 1871, 10813, 818, 9, 7, 7.55, 7.70, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:13'),
(10972, 1871, 10814, 1198, 1, 7, 2.34, 2.39, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10973, 1871, 10815, 949, 6, 7, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10974, 1871, 10816, 1811, 1, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10975, 1871, 10817, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10976, 1870, 10818, 1022, 1, 8, 28.56, 29.13, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10977, 1870, 10819, 5870, 3, 8, 12.83, 13.09, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10978, 1870, 10820, 2848, 3, 8, 232.29, 236.94, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10979, 1870, 10821, 2500, 9, 8, 14.09, 14.37, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10980, 1870, 10822, 48, 1, 8, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10981, 1870, 10823, 3572, 9, 8, 33.36, 34.03, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10982, 1870, 10824, 4133, 6, 8, 336.60, 343.33, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10983, 1870, 10825, 3898, 1, 8, 7245.00, 7389.90, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:14'),
(10984, 1870, 10826, 3756, 6, 8, 115.57, 117.88, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10985, 1870, 10827, 3794, 6, 8, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10986, 1870, 10828, 1033, 9, 8, 780.00, 795.60, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10987, 1870, 10829, 417, 3, 8, 47.24, 48.18, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10988, 1870, 10830, 5220, 6, 8, 105.05, 107.15, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10989, 1870, 10831, 4606, 6, 8, 19.94, 20.34, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10990, 1870, 10832, 5411, 9, 8, 26.67, 27.20, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10991, 1870, 10833, 1521, 3, 8, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10992, 1870, 10834, 1186, 3, 8, 20.06, 20.46, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:15'),
(10993, 1870, 10835, 5874, 9, 8, 228.80, 233.38, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(10994, 1870, 10836, 5571, 6, 8, 63.97, 65.25, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(10995, 1870, 10837, 3943, 9, 8, 1694.94, 1728.84, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(10996, 1870, 10838, 4315, 3, 8, 232.30, 236.95, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(10997, 1870, 10839, 5710, 3, 8, 157.94, 161.10, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(10998, 1870, 10840, 1083, 1, 8, 68.76, 70.14, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(10999, 1870, 10841, 4270, 6, 8, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(11000, 1870, 10842, 1082, 3, 8, 132.50, 135.15, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(11001, 1870, 10843, 367, 6, 8, 936.00, 954.72, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(11002, 1870, 10844, 5994, 6, 8, 106.37, 108.50, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(11003, 1870, 10845, 1481, 6, 8, 50.50, 51.51, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(11004, 1870, 10846, 3637, 6, 8, 433.50, 442.17, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(11005, 1870, 10847, 719, 1, 8, 18.87, 19.25, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:16'),
(11006, 1870, 10848, 1084, 3, 8, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:17'),
(11007, 1870, 10849, 3906, 9, 8, 196.72, 200.65, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:17'),
(11008, 1870, 10850, 1262, 3, 8, 1.61, 1.64, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:17'),
(11009, 1870, 10851, 3423, 6, 8, 21.99, 22.43, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:17'),
(11010, 1870, 10852, 3326, 1, 8, 5.94, 6.06, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:17'),
(11011, 1870, 10853, 735, 3, 8, 2.29, 2.34, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:17'),
(11012, 1870, 10854, 1827, 3, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-01 20:59:07', '2024-06-01 20:59:07', '2024-06-01 22:00:17'),
(11013, 1866, 10855, 5724, 3, 6, 9.26, 9.34, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:03'),
(11014, 1866, 10856, 2481, 1, 6, 22.01, 22.21, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:03'),
(11015, 1866, 10857, 38, 6, 6, 14.14, 14.27, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:03'),
(11016, 1866, 10858, 4334, 6, 6, 9.54, 9.63, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:04'),
(11017, 1866, 10859, 2023, 1, 6, 1.06, 1.07, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:04'),
(11018, 1866, 10860, 1811, 3, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:04'),
(11019, 1866, 10861, 949, 6, 6, 0.32, 0.32, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:04'),
(11020, 1866, 10862, 756, 3, 6, 0.46, 0.46, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:04'),
(11021, 1866, 10863, 1827, 1, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-01 21:08:05', '2024-06-01 21:08:05', '2024-06-01 22:09:05'),
(11022, 1873, 10864, 5987, 9, 9, 21.28, 21.71, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:03'),
(11023, 1873, 10865, 4924, 6, 9, 154.00, 157.08, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:03'),
(11024, 1873, 10866, 631, 1, 9, 11.33, 11.56, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:03'),
(11025, 1873, 10867, 5874, 1, 9, 228.80, 233.38, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:03'),
(11026, 1873, 10868, 661, 1, 9, 6.12, 6.24, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:03'),
(11027, 1873, 10869, 409, 9, 9, 359.47, 366.66, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:03'),
(11028, 1873, 10870, 1122, 1, 9, 466.96, 476.30, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11029, 1873, 10871, 2988, 3, 9, 306.00, 312.12, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11030, 1873, 10872, 3183, 3, 9, 4796.49, 4892.42, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11031, 1873, 10873, 2357, 1, 9, 9.99, 10.19, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11032, 1873, 10874, 5985, 3, 9, 27.43, 27.98, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11033, 1873, 10875, 4899, 3, 9, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11034, 1873, 10876, 2100, 9, 9, 6.45, 6.58, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11035, 1873, 10877, 4852, 3, 9, 955.75, 974.87, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11036, 1873, 10878, 823, 1, 9, 11.82, 12.06, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11037, 1873, 10879, 2666, 6, 9, 3311.79, 3378.03, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11038, 1873, 10880, 2006, 9, 9, 81.60, 83.23, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11039, 1873, 10881, 2978, 3, 9, 214.72, 219.01, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:04'),
(11040, 1873, 10882, 812, 9, 9, 38.37, 39.14, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:05'),
(11041, 1873, 10883, 1205, 3, 9, 139.65, 142.44, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:05'),
(11042, 1873, 10884, 3851, 1, 9, 190.55, 194.36, 1, 1, 'ai_sell', '2024-06-01 21:17:07', '2024-06-01 21:17:07', '2024-06-01 22:18:05'),
(11043, 1873, 10885, 3196, 1, 9, 322.23, 328.67, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:05'),
(11044, 1873, 10886, 3860, 6, 9, 24.91, 25.41, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:05'),
(11045, 1873, 10887, 5256, 6, 9, 50.88, 51.90, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:05'),
(11046, 1873, 10888, 1211, 3, 9, 38.16, 38.92, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:05'),
(11047, 1873, 10889, 4161, 3, 9, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:05'),
(11048, 1873, 10890, 4321, 6, 9, 122.39, 124.84, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11049, 1873, 10891, 3010, 3, 9, 31.92, 32.56, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11050, 1873, 10892, 5296, 1, 9, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11051, 1873, 10893, 615, 1, 9, 18.54, 18.91, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11052, 1873, 10894, 466, 1, 9, 62.38, 63.63, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11053, 1873, 10895, 5498, 6, 9, 36.61, 37.34, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11054, 1873, 10896, 6158, 6, 9, 70.90, 72.32, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11055, 1873, 10897, 2942, 6, 9, 612.00, 624.24, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11056, 1873, 10898, 317, 1, 9, 19.64, 20.03, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11057, 1873, 10899, 3360, 1, 9, 52.00, 53.04, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11058, 1873, 10900, 297, 3, 9, 43.88, 44.76, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11059, 1873, 10901, 59, 6, 9, 8.24, 8.40, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11060, 1873, 10902, 5058, 1, 9, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11061, 1873, 10903, 5000, 6, 9, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11062, 1873, 10904, 2753, 6, 9, 1560.00, 1591.20, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11063, 1873, 10905, 1685, 3, 9, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11064, 1873, 10906, 1008, 3, 9, 439.78, 448.58, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11065, 1873, 10907, 5835, 9, 9, 20.01, 20.41, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11066, 1873, 10908, 5265, 9, 9, 17.00, 17.34, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11067, 1873, 10909, 4598, 3, 9, 184.11, 187.79, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11068, 1873, 10910, 698, 9, 9, 6.55, 6.68, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:06'),
(11069, 1873, 10911, 672, 3, 9, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11070, 1873, 10912, 5122, 3, 9, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11071, 1873, 10913, 2151, 1, 9, 53.43, 54.50, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11072, 1873, 10914, 2426, 1, 9, 503.99, 514.07, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11073, 1873, 10915, 3130, 3, 9, 18.19, 18.55, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11074, 1873, 10916, 2482, 9, 9, 15.44, 15.75, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11075, 1873, 10917, 3840, 6, 9, 413.40, 421.67, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11076, 1873, 10918, 5592, 9, 9, 193.79, 197.67, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11077, 1873, 10919, 4205, 3, 9, 7.87, 8.03, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11078, 1873, 10920, 5147, 9, 9, 185.39, 189.10, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11079, 1873, 10921, 4654, 3, 9, 969.00, 988.38, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11080, 1873, 10922, 5428, 9, 9, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11081, 1873, 10923, 2456, 1, 9, 12.13, 12.37, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11082, 1873, 10924, 4521, 1, 9, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11083, 1873, 10925, 21, 3, 9, 7.21, 7.35, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11084, 1873, 10926, 1968, 9, 9, 21.46, 21.89, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11085, 1873, 10927, 2141, 6, 9, 17.51, 17.86, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11086, 1873, 10928, 1818, 9, 9, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11087, 1873, 10929, 803, 3, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-01 21:17:08', '2024-06-01 21:17:08', '2024-06-01 22:18:07'),
(11088, 1866, 10930, 1051, 1, 11, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11089, 1866, 10931, 2120, 1, 11, 119.48, 121.87, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11090, 1866, 10932, 3542, 3, 11, 6.79, 6.93, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11091, 1866, 10933, 528, 1, 11, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11092, 1866, 10934, 1563, 6, 11, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11093, 1866, 10935, 3754, 3, 11, 41.99, 42.83, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11094, 1866, 10936, 3917, 9, 11, 513.97, 524.25, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11095, 1866, 10937, 5969, 9, 11, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11096, 1866, 10938, 2765, 9, 11, 10200.00, 10404.00, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11097, 1866, 10939, 329, 3, 11, 133.23, 135.89, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11098, 1866, 10940, 5907, 6, 11, 16.04, 16.36, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11099, 1866, 10941, 4131, 6, 11, 93.60, 95.47, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11100, 1866, 10942, 5949, 9, 11, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11101, 1866, 10943, 4800, 6, 11, 55.12, 56.22, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11102, 1866, 10944, 3132, 3, 11, 137.18, 139.92, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11103, 1866, 10945, 951, 3, 11, 460.41, 469.62, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11104, 1866, 10946, 4927, 6, 11, 130.00, 132.60, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11105, 1866, 10947, 32, 6, 11, 122.72, 125.17, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11106, 1866, 10948, 5659, 3, 11, 123.41, 125.88, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:03'),
(11107, 1866, 10949, 2807, 3, 11, 66.41, 67.74, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:04'),
(11108, 1866, 10950, 924, 1, 11, 176.80, 180.34, 1, 1, 'ai_sell', '2024-06-01 21:28:07', '2024-06-01 21:28:07', '2024-06-01 22:29:04'),
(11109, 1866, 10951, 4647, 1, 11, 84.23, 85.91, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:04'),
(11110, 1866, 10952, 2426, 6, 11, 508.98, 519.16, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:04'),
(11111, 1866, 10953, 1772, 3, 11, 67.20, 68.54, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:04'),
(11112, 1866, 10954, 3169, 9, 11, 210.29, 214.50, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:04'),
(11113, 1866, 10955, 5915, 3, 11, 5.74, 5.85, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:04'),
(11114, 1866, 10956, 3371, 6, 11, 186.85, 190.59, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:04'),
(11115, 1866, 10957, 3430, 6, 11, 42.83, 43.69, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11116, 1866, 10958, 2282, 1, 11, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11117, 1866, 10959, 480, 6, 11, 157.08, 160.22, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11118, 1866, 10960, 4585, 9, 11, 84.00, 85.68, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11119, 1866, 10961, 3193, 3, 11, 1716.00, 1750.32, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11120, 1866, 10962, 5288, 1, 11, 22.06, 22.50, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11121, 1866, 10963, 4707, 9, 11, 9.22, 9.40, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11122, 1866, 10964, 2144, 1, 11, 34.30, 34.99, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:05'),
(11123, 1866, 10965, 2122, 6, 11, 61.52, 62.75, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:06'),
(11124, 1866, 10966, 829, 3, 11, 22.05, 22.49, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:06'),
(11125, 1866, 10967, 1416, 3, 11, 163.77, 167.05, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:06'),
(11126, 1866, 10968, 5719, 3, 11, 5.63, 5.74, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:06'),
(11127, 1866, 10969, 2357, 3, 11, 9.99, 10.19, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:06'),
(11128, 1866, 10970, 1894, 6, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-01 21:28:08', '2024-06-01 21:28:08', '2024-06-01 22:29:06'),
(11129, 1867, 10971, 289, 1, 12, 73.42, 74.89, 1, 1, 'ai_sell', '2024-06-01 21:39:06', '2024-06-01 21:39:06', '2024-06-01 22:40:04'),
(11130, 1867, 10972, 440, 6, 12, 84.23, 85.91, 1, 1, 'ai_sell', '2024-06-01 21:39:06', '2024-06-01 21:39:06', '2024-06-01 22:40:06'),
(11131, 1867, 10973, 527, 9, 12, 3654.69, 3727.78, 1, 1, 'ai_sell', '2024-06-01 21:39:06', '2024-06-01 21:39:06', '2024-06-01 22:40:07'),
(11132, 1867, 10974, 5406, 1, 12, 57.26, 58.41, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11133, 1867, 10975, 5339, 6, 12, 102.95, 105.01, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11134, 1867, 10976, 5882, 6, 12, 4.82, 4.92, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11135, 1867, 10977, 6076, 3, 12, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11136, 1867, 10978, 2275, 9, 12, 36.72, 37.45, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11137, 1867, 10979, 627, 1, 12, 7913.35, 8071.62, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11138, 1867, 10980, 396, 3, 12, 35.00, 35.70, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11139, 1867, 10981, 4624, 3, 12, 22.65, 23.10, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11140, 1867, 10982, 5813, 6, 12, 154.45, 157.54, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11141, 1867, 10983, 3175, 1, 12, 179.99, 183.59, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11142, 1867, 10984, 776, 3, 12, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:07'),
(11143, 1867, 10985, 4036, 6, 12, 6.47, 6.60, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11144, 1867, 10986, 3691, 3, 12, 498.30, 508.27, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11145, 1867, 10987, 557, 9, 12, 4686.50, 4780.23, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11146, 1867, 10988, 5485, 3, 12, 366.63, 373.96, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11147, 1867, 10989, 4349, 1, 12, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11148, 1867, 10990, 3506, 9, 12, 840.00, 856.80, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11149, 1867, 10991, 2125, 1, 12, 33.28, 33.95, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11150, 1867, 10992, 5778, 3, 12, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11151, 1867, 10993, 2121, 3, 12, 4.40, 4.49, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11152, 1867, 10994, 1411, 6, 12, 6.93, 7.07, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11153, 1867, 10995, 3730, 3, 12, 6.90, 7.04, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:08'),
(11154, 1867, 10996, 3168, 9, 12, 14.00, 14.28, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:09'),
(11155, 1867, 10997, 636, 1, 12, 7.42, 7.57, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:09'),
(11156, 1867, 10998, 1975, 3, 12, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:09'),
(11157, 1867, 10999, 756, 3, 12, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:09'),
(11158, 1867, 11000, 949, 1, 12, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:09'),
(11159, 1867, 11001, 1894, 6, 12, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:09'),
(11160, 1867, 11002, 1827, 1, 12, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-01 21:39:07', '2024-06-01 21:39:07', '2024-06-01 22:40:10'),
(11161, 1868, 11005, 4995, 3, 13, 309.29, 315.48, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:03'),
(11162, 1868, 11006, 5897, 6, 13, 7.36, 7.51, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:04'),
(11163, 1868, 11007, 862, 9, 13, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:04'),
(11164, 1868, 11008, 4210, 9, 13, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:04'),
(11165, 1868, 11009, 4591, 9, 13, 16.15, 16.47, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:04'),
(11166, 1868, 11010, 4394, 6, 13, 115.43, 117.74, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:04'),
(11167, 1868, 11011, 6114, 9, 13, 4.72, 4.81, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:04'),
(11168, 1868, 11012, 6099, 9, 13, 8.38, 8.55, 1, 1, 'ai_sell', '2024-06-01 22:10:08', '2024-06-01 22:10:08', '2024-06-01 23:11:04'),
(11169, 1868, 11013, 170, 1, 13, 131.03, 133.65, 1, 1, 'ai_sell', '2024-06-01 22:10:09', '2024-06-01 22:10:09', '2024-06-01 23:11:05'),
(11170, 1868, 11014, 5905, 9, 13, 2.57, 2.62, 1, 1, 'ai_sell', '2024-06-01 22:10:09', '2024-06-01 22:10:09', '2024-06-01 23:11:05'),
(11171, 1868, 11015, 1685, 6, 13, 30.59, 31.20, 1, 1, 'ai_sell', '2024-06-01 22:10:09', '2024-06-01 22:10:09', '2024-06-01 23:11:05'),
(11172, 1868, 11016, 4305, 3, 13, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-01 22:10:09', '2024-06-01 22:10:09', '2024-06-01 23:11:05'),
(11173, 1868, 11017, 1670, 1, 13, 152.80, 155.86, 1, 1, 'ai_sell', '2024-06-01 22:10:09', '2024-06-01 22:10:09', '2024-06-01 23:11:05'),
(11174, 1868, 11018, 1578, 3, 13, 1543.97, 1574.85, 1, 1, 'ai_sell', '2024-06-01 22:10:09', '2024-06-01 22:10:09', '2024-06-01 23:11:06'),
(11175, 1868, 11019, 4851, 9, 13, 1298.49, 1324.46, 1, 1, 'ai_sell', '2024-06-01 22:10:09', '2024-06-01 22:10:09', '2024-06-01 23:11:06'),
(11176, 1868, 11020, 3493, 3, 13, 12.16, 12.40, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:03'),
(11177, 1868, 11021, 2695, 3, 13, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11178, 1868, 11022, 4843, 1, 13, 154.49, 157.58, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11179, 1868, 11023, 3707, 9, 13, 379.37, 386.96, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11180, 1868, 11024, 2940, 3, 13, 1514.99, 1545.29, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11181, 1868, 11025, 1228, 9, 13, 21.95, 22.39, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11182, 1868, 11026, 2057, 9, 13, 603.98, 616.06, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11183, 1868, 11027, 349, 6, 13, 24.95, 25.45, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11184, 1868, 11028, 4695, 3, 13, 2397.56, 2445.51, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11185, 1868, 11029, 3543, 9, 13, 102.90, 104.96, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11186, 1868, 11030, 3340, 6, 13, 144.20, 147.08, 1, 1, 'ai_sell', '2024-06-01 22:11:09', '2024-06-01 22:11:09', '2024-06-01 23:12:04'),
(11187, 1868, 11031, 3310, 1, 13, 7.10, 7.24, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:04'),
(11188, 1868, 11032, 5043, 9, 13, 74.19, 75.67, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:04'),
(11189, 1868, 11033, 1208, 3, 13, 3.05, 3.11, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:04'),
(11190, 1868, 11034, 3488, 9, 13, 239.20, 243.98, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11191, 1868, 11035, 2353, 1, 13, 408.00, 416.16, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11192, 1868, 11036, 4102, 1, 13, 23.69, 24.16, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11193, 1868, 11037, 2323, 3, 13, 343.36, 350.23, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11194, 1868, 11038, 1699, 1, 13, 109.20, 111.38, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11195, 1868, 11039, 246, 3, 13, 41.90, 42.74, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11196, 1868, 11040, 1518, 1, 13, 223.60, 228.07, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11197, 1868, 11041, 6056, 9, 13, 53.00, 54.06, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11198, 1868, 11042, 4238, 1, 13, 278.10, 283.66, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11199, 1868, 11043, 2570, 3, 13, 6.54, 6.67, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11200, 1868, 11044, 3991, 6, 13, 29.57, 30.16, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:05'),
(11201, 1868, 11045, 4753, 6, 13, 63.63, 64.90, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11202, 1868, 11046, 670, 9, 13, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11203, 1868, 11047, 4884, 9, 13, 2.30, 2.35, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11204, 1868, 11048, 1664, 6, 13, 40.95, 41.77, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11205, 1868, 11049, 735, 9, 13, 2.27, 2.32, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11206, 1868, 11050, 5422, 1, 13, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11207, 1868, 11051, 1609, 1, 13, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11208, 1868, 11052, 5174, 3, 13, 42.22, 43.06, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11209, 1868, 11053, 243, 9, 13, 620.10, 632.50, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11210, 1868, 11054, 5926, 9, 13, 60.88, 62.10, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11211, 1868, 11055, 4498, 9, 13, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:06'),
(11212, 1868, 11056, 2820, 1, 13, 143.42, 146.29, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:07'),
(11213, 1868, 11057, 5744, 6, 13, 105.99, 108.11, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:07'),
(11214, 1868, 11058, 6129, 9, 13, 9.03, 9.21, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:07'),
(11215, 1868, 11059, 4324, 9, 13, 26.00, 26.52, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:07'),
(11216, 1868, 11060, 4526, 6, 13, 83.61, 85.28, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:07'),
(11217, 1868, 11061, 4133, 3, 13, 346.50, 353.43, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11218, 1868, 11062, 4748, 3, 13, 9.06, 9.24, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11219, 1868, 11063, 5996, 3, 13, 160.05, 163.25, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11220, 1868, 11064, 3132, 1, 13, 133.22, 135.88, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11221, 1868, 11065, 5833, 1, 13, 15.97, 16.29, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11222, 1868, 11066, 3828, 1, 13, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11223, 1868, 11067, 5392, 1, 13, 33.81, 34.49, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11224, 1868, 11068, 5281, 1, 13, 159.67, 162.86, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11225, 1868, 11069, 5869, 1, 13, 8.10, 8.26, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:08'),
(11226, 1868, 11070, 1193, 6, 13, 40.28, 41.09, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11227, 1868, 11071, 4994, 1, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11228, 1868, 11072, 1913, 9, 13, 14.12, 14.40, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11229, 1868, 11073, 2885, 1, 13, 28.34, 28.91, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11230, 1868, 11074, 5852, 9, 13, 38.75, 39.53, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11231, 1868, 11075, 2633, 6, 13, 22.83, 23.29, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11232, 1868, 11076, 1855, 6, 13, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11233, 1868, 11077, 1731, 6, 13, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:09'),
(11234, 1868, 11078, 1850, 3, 13, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:10'),
(11235, 1868, 11079, 3878, 9, 13, 4.89, 4.99, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:10'),
(11236, 1868, 11080, 1894, 6, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-01 22:11:10', '2024-06-01 22:11:10', '2024-06-01 23:12:10'),
(11237, 1798, 11003, 1025, 5, NULL, 301.00, 310.03, 1, 1, 'manual_sell', '2024-06-01 22:12:04', '2024-06-01 22:12:04', '2024-06-01 23:13:05'),
(11238, 1798, 11004, 3191, 5, NULL, 30.00, 30.90, 2, 1, 'manual_sell', '2024-06-01 22:14:07', '2024-06-01 22:14:07', '2024-06-01 23:15:06'),
(11239, 1869, 11081, 4870, 1, 14, 144.19, 147.07, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:03'),
(11240, 1869, 11082, 1257, 3, 14, 7.23, 7.37, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11241, 1869, 11083, 5654, 6, 14, 36.05, 36.77, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11242, 1869, 11084, 1712, 6, 14, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11243, 1869, 11085, 2686, 6, 14, 793.52, 809.39, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11244, 1869, 11086, 1929, 6, 14, 52.50, 53.55, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11245, 1869, 11087, 1846, 3, 14, 1.49, 1.52, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11246, 1869, 11088, 37, 9, 14, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11247, 1869, 11089, 3908, 1, 14, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11248, 1869, 11090, 920, 3, 14, 45.97, 46.89, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11249, 1869, 11091, 2882, 3, 14, 2704.33, 2758.42, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11250, 1869, 11092, 3650, 9, 14, 62.62, 63.87, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11251, 1869, 11093, 1602, 6, 14, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11252, 1869, 11094, 1643, 6, 14, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11253, 1869, 11095, 4405, 3, 14, 25.75, 26.27, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:04'),
(11254, 1869, 11096, 4272, 1, 14, 121.38, 123.81, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:05'),
(11255, 1869, 11097, 251, 9, 14, 574.94, 586.44, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:05'),
(11256, 1869, 11098, 4542, 6, 14, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:05'),
(11257, 1869, 11099, 5667, 3, 14, 9817.50, 10013.85, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:05'),
(11258, 1869, 11100, 1052, 9, 14, 62.99, 64.25, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:05'),
(11259, 1869, 11101, 4543, 1, 14, 362.55, 369.80, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:05'),
(11260, 1869, 11102, 1968, 1, 14, 22.10, 22.54, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:05'),
(11261, 1869, 11103, 3069, 6, 14, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:06'),
(11262, 1869, 11104, 159, 1, 14, 37.20, 37.94, 1, 1, 'ai_sell', '2024-06-01 22:41:08', '2024-06-01 22:41:08', '2024-06-01 23:42:06'),
(11263, 1869, 11105, 5228, 3, 14, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11264, 1869, 11106, 914, 9, 14, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11265, 1869, 11107, 589, 9, 14, 41.41, 42.24, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11266, 1869, 11108, 5376, 6, 14, 18.68, 19.05, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11267, 1869, 11109, 1128, 1, 14, 362.59, 369.84, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11268, 1869, 11110, 1124, 3, 14, 4.40, 4.49, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11269, 1869, 11111, 483, 9, 14, 56.84, 57.98, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11270, 1869, 11112, 6084, 1, 14, 10.90, 11.12, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11271, 1869, 11113, 2534, 3, 14, 10.47, 10.68, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11272, 1869, 11114, 3622, 1, 14, 953.99, 973.07, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11273, 1869, 11115, 5337, 3, 14, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11274, 1869, 11116, 5001, 9, 14, 97.05, 98.99, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11275, 1869, 11117, 5908, 3, 14, 35.35, 36.06, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11276, 1869, 11118, 4578, 3, 14, 969.00, 988.38, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11277, 1869, 11119, 1908, 3, 14, 41.95, 42.79, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11278, 1869, 11120, 26, 9, 14, 29.58, 30.17, 1, 1, 'ai_sell', '2024-06-01 22:41:09', '2024-06-01 22:41:09', '2024-06-01 23:42:06'),
(11279, 1869, 11121, 2482, 1, 14, 15.59, 15.90, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11280, 1869, 11122, 6143, 3, 14, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11281, 1869, 11123, 740, 6, 14, 14.30, 14.59, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11282, 1869, 11124, 1758, 3, 14, 437.16, 445.90, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11283, 1869, 11125, 2420, 6, 14, 551.25, 562.28, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11284, 1869, 11126, 972, 1, 14, 14.92, 15.22, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11285, 1869, 11127, 6009, 1, 14, 19.36, 19.75, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11286, 1869, 11128, 3318, 3, 14, 1.17, 1.19, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11287, 1869, 11129, 1827, 1, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-01 22:41:10', '2024-06-01 22:41:10', '2024-06-01 23:42:06'),
(11288, 1872, 11130, 4592, 9, 18, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:22'),
(11289, 1872, 11131, 817, 6, 18, 64.98, 66.28, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11290, 1872, 11132, 4135, 9, 18, 26.97, 27.51, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11291, 1872, 11133, 512, 6, 18, 40.59, 41.40, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11292, 1872, 11134, 986, 1, 18, 23.69, 24.16, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11293, 1872, 11135, 4688, 1, 18, 24.52, 25.01, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11294, 1872, 11136, 4385, 9, 18, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11295, 1872, 11137, 1011, 6, 18, 226.24, 230.76, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11296, 1872, 11138, 3390, 9, 18, 20.98, 21.40, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11297, 1872, 11139, 2530, 9, 18, 1558.96, 1590.14, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11298, 1872, 11140, 4690, 1, 18, 30.18, 30.78, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11299, 1872, 11141, 3275, 1, 18, 38.27, 39.04, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11300, 1872, 11142, 2254, 6, 18, 9.57, 9.76, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11301, 1872, 11143, 4964, 6, 18, 21.10, 21.52, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11302, 1872, 11144, 4490, 6, 18, 119.47, 121.86, 1, 1, 'ai_sell', '2024-06-02 00:32:12', '2024-06-02 00:32:12', '2024-06-02 01:32:23'),
(11303, 1872, 11145, 3158, 9, 18, 41.18, 42.00, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11304, 1872, 11146, 3305, 9, 18, 259.56, 264.75, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11305, 1872, 11147, 5574, 3, 18, 148.86, 151.84, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11306, 1872, 11148, 2739, 1, 18, 287.64, 293.39, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11307, 1872, 11149, 1430, 6, 18, 48.59, 49.56, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11308, 1872, 11150, 5500, 6, 18, 780.89, 796.51, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11309, 1872, 11151, 2061, 1, 18, 57.27, 58.42, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11310, 1872, 11152, 392, 6, 18, 114.28, 116.57, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11311, 1872, 11153, 4426, 9, 18, 77.76, 79.32, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11312, 1872, 11154, 3605, 1, 18, 267.65, 273.00, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11313, 1872, 11155, 2872, 9, 18, 2719.20, 2773.58, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11314, 1872, 11156, 4766, 9, 18, 29.11, 29.69, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11315, 1872, 11157, 5844, 1, 18, 124.80, 127.30, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11316, 1872, 11158, 4956, 3, 18, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11317, 1872, 11159, 267, 1, 18, 187.19, 190.93, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11318, 1872, 11160, 944, 6, 18, 530.11, 540.71, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11319, 1872, 11161, 5712, 6, 18, 211.05, 215.27, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11320, 1872, 11162, 3871, 1, 18, 52.51, 53.56, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11321, 1872, 11163, 859, 3, 18, 14.95, 15.25, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11322, 1872, 11164, 2293, 6, 18, 775.68, 791.19, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11323, 1872, 11165, 1075, 9, 18, 232.96, 237.62, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11324, 1872, 11166, 2892, 1, 18, 307.01, 313.15, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11325, 1872, 11167, 218, 1, 18, 36.01, 36.73, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:23'),
(11326, 1872, 11168, 4630, 1, 18, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11327, 1872, 11169, 2559, 3, 18, 128.04, 130.60, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11328, 1872, 11170, 586, 1, 18, 751.90, 766.94, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11329, 1872, 11171, 1278, 6, 18, 371.00, 378.42, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11330, 1872, 11172, 4052, 6, 18, 215.45, 219.76, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11331, 1872, 11173, 5396, 3, 18, 47.25, 48.20, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11332, 1872, 11174, 4891, 3, 18, 15.87, 16.19, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11333, 1872, 11175, 2615, 9, 18, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11334, 1872, 11176, 2808, 3, 18, 33.98, 34.66, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11335, 1872, 11177, 1228, 3, 18, 21.74, 22.17, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11336, 1872, 11178, 5176, 6, 18, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11337, 1872, 11179, 2274, 6, 18, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11338, 1872, 11180, 368, 3, 18, 12.53, 12.78, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11339, 1872, 11181, 4245, 3, 18, 15.77, 16.09, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11340, 1872, 11182, 4179, 9, 18, 26.38, 26.91, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11341, 1872, 11183, 4386, 3, 18, 36.35, 37.08, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11342, 1872, 11184, 1920, 1, 18, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11343, 1872, 11185, 631, 3, 18, 11.44, 11.67, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11344, 1872, 11186, 4340, 3, 18, 204.96, 209.06, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11345, 1872, 11187, 4046, 9, 18, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11346, 1872, 11188, 1436, 9, 18, 16.63, 16.96, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11347, 1872, 11189, 3031, 6, 18, 137.34, 140.09, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11348, 1872, 11190, 5348, 1, 18, 202.90, 206.96, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11349, 1872, 11191, 151, 6, 18, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11350, 1872, 11192, 6026, 9, 18, 12.60, 12.85, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11351, 1872, 11193, 5401, 9, 18, 11.65, 11.88, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11352, 1872, 11194, 2775, 9, 18, 95.40, 97.31, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11353, 1872, 11195, 4324, 3, 18, 26.50, 27.03, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11354, 1872, 11196, 4909, 1, 18, 2.16, 2.20, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11355, 1872, 11197, 3302, 6, 18, 19.95, 20.35, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11356, 1872, 11198, 561, 1, 18, 41.60, 42.43, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11357, 1872, 11199, 2536, 6, 18, 137.79, 140.55, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11358, 1872, 11200, 5161, 3, 18, 33.98, 34.66, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11359, 1872, 11201, 397, 1, 18, 29.09, 29.67, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11360, 1872, 11202, 2636, 1, 18, 24.51, 25.00, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11361, 1872, 11203, 4280, 6, 18, 5.88, 6.00, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11362, 1872, 11204, 1738, 6, 18, 1.49, 1.52, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11363, 1872, 11205, 949, 6, 18, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11364, 1872, 11206, 1827, 3, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 00:32:13', '2024-06-02 00:32:13', '2024-06-02 01:32:24'),
(11365, 1872, 11207, 1827, 9, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 00:33:06', '2024-06-02 00:33:06', '2024-06-02 01:33:09'),
(11366, 1869, 11208, 3128, 1, 17, 11.00, 11.22, 1, 1, 'ai_sell', '2024-06-02 19:49:03', '2024-06-02 19:49:03', '2024-06-02 20:49:03'),
(11367, 1869, 11209, 3355, 9, 17, 1254.75, 1279.85, 1, 1, 'ai_sell', '2024-06-02 19:49:03', '2024-06-02 19:49:03', '2024-06-02 20:49:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(11368, 1869, 11210, 5930, 3, 17, 33.61, 34.28, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11369, 1869, 11211, 2433, 1, 17, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11370, 1869, 11212, 5726, 9, 17, 11.77, 12.01, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11371, 1869, 11213, 2658, 1, 17, 21.40, 21.83, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11372, 1869, 11214, 6166, 3, 17, 61.79, 63.03, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11373, 1869, 11215, 4948, 3, 17, 19.57, 19.96, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11374, 1869, 11216, 4307, 6, 17, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11375, 1869, 11217, 2246, 3, 17, 37.62, 38.37, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11376, 1869, 11218, 2025, 6, 17, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11377, 1869, 11219, 4141, 1, 17, 8.39, 8.56, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11378, 1869, 11220, 681, 6, 17, 22.88, 23.34, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11379, 1869, 11221, 2697, 6, 17, 794.13, 810.01, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11380, 1869, 11222, 5107, 6, 17, 13.85, 14.13, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:04'),
(11381, 1869, 11223, 5537, 6, 17, 57.57, 58.72, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11382, 1869, 11224, 1839, 6, 17, 38.38, 39.15, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11383, 1869, 11225, 2860, 9, 17, 55.03, 56.13, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11384, 1869, 11226, 3169, 3, 17, 210.29, 214.50, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11385, 1869, 11227, 2972, 6, 17, 37.10, 37.84, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11386, 1869, 11228, 5633, 3, 17, 9.12, 9.30, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11387, 1869, 11229, 2858, 1, 17, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11388, 1869, 11230, 5048, 3, 17, 50.39, 51.40, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11389, 1869, 11231, 1360, 1, 17, 3924.96, 4003.46, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11390, 1869, 11232, 184, 9, 17, 17.47, 17.82, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11391, 1869, 11233, 4640, 6, 17, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11392, 1869, 11234, 4013, 3, 17, 3.90, 3.98, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11393, 1869, 11235, 187, 6, 17, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11394, 1869, 11236, 4856, 6, 17, 281.43, 287.06, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11395, 1869, 11237, 583, 9, 17, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11396, 1869, 11238, 6067, 9, 17, 22.88, 23.34, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11397, 1869, 11239, 4475, 6, 17, 68.89, 70.27, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11398, 1869, 11240, 1769, 6, 17, 80.94, 82.56, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11399, 1869, 11241, 2144, 1, 17, 33.64, 34.31, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11400, 1869, 11242, 1901, 3, 17, 393.75, 401.63, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11401, 1869, 11243, 5007, 6, 17, 6.62, 6.75, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11402, 1869, 11244, 4279, 3, 17, 159.06, 162.24, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11403, 1869, 11245, 1370, 6, 17, 103.95, 106.03, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11404, 1869, 11246, 4967, 6, 17, 224.40, 228.89, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11405, 1869, 11247, 3972, 9, 17, 13.06, 13.32, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11406, 1869, 11248, 1384, 9, 17, 42.23, 43.07, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11407, 1869, 11249, 5618, 3, 17, 4.82, 4.92, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11408, 1869, 11250, 4803, 3, 17, 18.35, 18.72, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11409, 1869, 11251, 5113, 6, 17, 15.72, 16.03, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11410, 1869, 11252, 1030, 9, 17, 26.76, 27.30, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11411, 1869, 11253, 3359, 3, 17, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11412, 1869, 11254, 5005, 9, 17, 35.69, 36.40, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11413, 1869, 11255, 972, 1, 17, 14.92, 15.22, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11414, 1869, 11256, 938, 9, 17, 32.16, 32.80, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:05'),
(11415, 1869, 11257, 6046, 9, 17, 156.88, 160.02, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11416, 1869, 11258, 112, 3, 17, 12.79, 13.05, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11417, 1869, 11259, 5989, 9, 17, 39.73, 40.52, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11418, 1869, 11260, 5467, 1, 17, 50.12, 51.12, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11419, 1869, 11261, 6006, 3, 17, 18.75, 19.13, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11420, 1869, 11262, 993, 6, 17, 27.64, 28.19, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11421, 1869, 11263, 3675, 1, 17, 31.00, 31.62, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11422, 1869, 11264, 4523, 1, 17, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11423, 1869, 11265, 4267, 6, 17, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11424, 1869, 11266, 1588, 9, 17, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11425, 1869, 11267, 5432, 9, 17, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11426, 1869, 11268, 1827, 6, 17, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-02 19:49:04', '2024-06-02 19:49:04', '2024-06-02 20:50:06'),
(11427, 1866, 11269, 40, 9, 16, 48.41, 49.38, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11428, 1866, 11270, 4211, 1, 16, 37.09, 37.83, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11429, 1866, 11271, 4820, 3, 16, 66.16, 67.48, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11430, 1866, 11272, 3632, 1, 16, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11431, 1866, 11273, 3820, 3, 16, 8.48, 8.65, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11432, 1866, 11274, 5624, 3, 16, 41.60, 42.43, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11433, 1866, 11275, 2593, 9, 16, 142.79, 145.65, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11434, 1866, 11276, 2455, 9, 16, 50.40, 51.41, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11435, 1866, 11277, 4772, 6, 16, 246.74, 251.67, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11436, 1866, 11278, 3008, 6, 16, 449.65, 458.64, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11437, 1866, 11279, 4897, 9, 16, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11438, 1866, 11280, 4354, 6, 16, 14.56, 14.85, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11439, 1866, 11281, 1708, 1, 16, 51.44, 52.47, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:03'),
(11440, 1866, 11282, 497, 3, 16, 2118.94, 2161.32, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11441, 1866, 11283, 4630, 1, 16, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11442, 1866, 11284, 1979, 6, 16, 363.59, 370.86, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11443, 1866, 11285, 3013, 6, 16, 424.83, 433.33, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11444, 1866, 11286, 5909, 3, 16, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11445, 1866, 11287, 4755, 1, 16, 426.39, 434.92, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11446, 1866, 11288, 5451, 6, 16, 52.67, 53.72, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11447, 1866, 11289, 4205, 3, 16, 8.02, 8.18, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11448, 1866, 11290, 175, 6, 16, 61.19, 62.41, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11449, 1866, 11291, 1124, 6, 16, 4.32, 4.41, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11450, 1866, 11292, 3825, 6, 16, 23.22, 23.68, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11451, 1866, 11293, 3485, 1, 16, 5.76, 5.88, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11452, 1866, 11294, 1986, 1, 16, 132.08, 134.72, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11453, 1866, 11295, 4878, 6, 16, 235.72, 240.43, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11454, 1866, 11296, 2210, 1, 16, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11455, 1866, 11297, 4431, 9, 16, 484.50, 494.19, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11456, 1866, 11298, 4884, 6, 16, 2.39, 2.44, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11457, 1866, 11299, 3975, 6, 16, 2384.71, 2432.40, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11458, 1866, 11300, 2762, 1, 16, 3937.20, 4015.94, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11459, 1866, 11301, 1031, 3, 16, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11460, 1866, 11302, 5121, 1, 16, 106.04, 108.16, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11461, 1866, 11303, 4622, 6, 16, 141.40, 144.23, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11462, 1866, 11304, 3896, 9, 16, 105.03, 107.13, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11463, 1866, 11305, 3463, 3, 16, 145.21, 148.11, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11464, 1866, 11306, 328, 1, 16, 91.70, 93.53, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11465, 1866, 11307, 1043, 9, 16, 186.16, 189.88, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11466, 1866, 11308, 4220, 9, 16, 4.42, 4.51, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11467, 1866, 11309, 829, 9, 16, 22.70, 23.15, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11468, 1866, 11310, 3053, 3, 16, 72.55, 74.00, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11469, 1866, 11311, 4625, 3, 16, 123.60, 126.07, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11470, 1866, 11312, 5432, 6, 16, 4.94, 5.04, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11471, 1866, 11313, 805, 3, 16, 5.93, 6.05, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11472, 1866, 11314, 3286, 3, 16, 50.96, 51.98, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11473, 1866, 11315, 3750, 1, 16, 65.65, 66.96, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11474, 1866, 11316, 3404, 3, 16, 15.02, 15.32, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11475, 1866, 11317, 5977, 1, 16, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11476, 1866, 11318, 1491, 3, 16, 10.07, 10.27, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11477, 1866, 11319, 1811, 6, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11478, 1866, 11320, 803, 1, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11479, 1866, 11321, 1827, 1, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 20:51:06', '2024-06-02 20:51:06', '2024-06-02 21:52:04'),
(11480, 1871, 11322, 5217, 9, 7, 125.83, 128.35, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:02'),
(11481, 1871, 11323, 1627, 9, 7, 6.54, 6.67, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:02'),
(11482, 1871, 11324, 2718, 3, 7, 256.54, 261.67, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:02'),
(11483, 1871, 11325, 5493, 6, 7, 322.45, 328.90, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11484, 1871, 11326, 2072, 6, 7, 19.38, 19.77, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11485, 1871, 11327, 2619, 9, 7, 19.01, 19.39, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11486, 1871, 11328, 6095, 9, 7, 30.39, 31.00, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11487, 1871, 11329, 3845, 6, 7, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11488, 1871, 11330, 3538, 1, 7, 157.49, 160.64, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11489, 1871, 11331, 1824, 1, 7, 131.24, 133.86, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11490, 1871, 11332, 808, 9, 7, 12.76, 13.02, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11491, 1871, 11333, 2583, 9, 7, 7.89, 8.05, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11492, 1871, 11334, 4471, 6, 7, 1458.59, 1487.76, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11493, 1871, 11335, 1760, 6, 7, 401.74, 409.77, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11494, 1871, 11336, 2333, 3, 7, 197.60, 201.55, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11495, 1871, 11337, 34, 9, 7, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11496, 1871, 11338, 2566, 3, 7, 203.94, 208.02, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11497, 1871, 11339, 1862, 9, 7, 53.35, 54.42, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11498, 1871, 11340, 93, 6, 7, 17.34, 17.69, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11499, 1871, 11341, 5302, 1, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11500, 1871, 11342, 3458, 1, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11501, 1871, 11343, 4645, 6, 7, 7.34, 7.49, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11502, 1871, 11344, 803, 3, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11503, 1871, 11345, 5890, 1, 7, 2693.60, 2747.47, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11504, 1871, 11346, 2925, 3, 7, 927.00, 945.54, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11505, 1871, 11347, 3396, 1, 7, 51.99, 53.03, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11506, 1871, 11348, 5675, 3, 7, 5775.00, 5890.50, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11507, 1871, 11349, 1886, 6, 7, 53.19, 54.25, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11508, 1871, 11350, 4366, 6, 7, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11509, 1871, 11351, 1169, 6, 7, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11510, 1871, 11352, 4859, 3, 7, 7.81, 7.97, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11511, 1871, 11353, 5413, 3, 7, 7523.49, 7673.96, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11512, 1871, 11354, 2719, 6, 7, 28.33, 28.90, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11513, 1871, 11355, 236, 1, 7, 753.59, 768.66, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11514, 1871, 11356, 5075, 9, 7, 23.17, 23.63, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11515, 1871, 11357, 3759, 1, 7, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11516, 1871, 11358, 1840, 6, 7, 14790.00, 15085.80, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11517, 1871, 11359, 3642, 1, 7, 17.50, 17.85, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11518, 1871, 11360, 5743, 1, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11519, 1871, 11361, 5563, 9, 7, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11520, 1871, 11362, 990, 6, 7, 226.31, 230.84, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11521, 1871, 11363, 810, 6, 7, 26.10, 26.62, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11522, 1871, 11364, 1625, 1, 7, 5.36, 5.47, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11523, 1871, 11365, 2585, 6, 7, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11524, 1871, 11366, 5015, 1, 7, 8.23, 8.39, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11525, 1871, 11367, 2731, 1, 7, 165.64, 168.95, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11526, 1871, 11368, 3922, 9, 7, 26.73, 27.26, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11527, 1871, 11369, 2241, 1, 7, 93.18, 95.04, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11528, 1871, 11370, 583, 9, 7, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11529, 1871, 11371, 2369, 1, 7, 31.28, 31.91, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11530, 1871, 11372, 658, 6, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11531, 1871, 11373, 5722, 9, 7, 29.57, 30.16, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11532, 1871, 11374, 215, 3, 7, 7.89, 8.05, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11533, 1871, 11375, 2167, 3, 7, 228.90, 233.48, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11534, 1871, 11376, 1894, 6, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11535, 1871, 11377, 5557, 1, 7, 182.78, 186.44, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11536, 1871, 11378, 5639, 3, 7, 5.09, 5.19, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11537, 1871, 11379, 3735, 1, 7, 11.77, 12.01, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11538, 1871, 11380, 2834, 9, 7, 15.88, 16.20, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11539, 1871, 11381, 3685, 6, 7, 5324.38, 5430.87, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11540, 1871, 11382, 3919, 9, 7, 73.12, 74.58, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11541, 1871, 11383, 5700, 1, 7, 37.67, 38.42, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11542, 1871, 11384, 1113, 6, 7, 177.45, 181.00, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:03'),
(11543, 1871, 11385, 3078, 6, 7, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11544, 1871, 11386, 1941, 3, 7, 242.35, 247.20, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11545, 1871, 11387, 1670, 6, 7, 152.80, 155.86, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11546, 1871, 11388, 4602, 6, 7, 30.69, 31.30, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11547, 1871, 11389, 2763, 9, 7, 999.90, 1019.90, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11548, 1871, 11390, 5559, 6, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11549, 1871, 11391, 2495, 3, 7, 37.09, 37.83, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11550, 1871, 11392, 5339, 9, 7, 102.95, 105.01, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11551, 1871, 11393, 4824, 9, 7, 22.11, 22.55, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11552, 1871, 11394, 1309, 6, 7, 140.49, 143.30, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11553, 1871, 11395, 6042, 3, 7, 3.73, 3.80, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11554, 1871, 11396, 3427, 3, 7, 283.36, 289.03, 1, 1, 'ai_sell', '2024-06-02 22:12:06', '2024-06-02 22:12:06', '2024-06-02 23:13:04'),
(11555, 1871, 11397, 1051, 1, 7, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11556, 1871, 11398, 3477, 6, 7, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11557, 1871, 11399, 1093, 6, 7, 154.48, 157.57, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11558, 1871, 11400, 3367, 6, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11559, 1871, 11401, 2279, 6, 7, 362.27, 369.52, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11560, 1871, 11402, 5059, 3, 7, 809.00, 825.18, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11561, 1871, 11403, 2036, 6, 7, 60.87, 62.09, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11562, 1871, 11404, 6058, 3, 7, 20.01, 20.41, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11563, 1871, 11405, 21, 3, 7, 7.28, 7.43, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11564, 1871, 11406, 4404, 1, 7, 26.66, 27.19, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11565, 1871, 11407, 2145, 6, 7, 19.79, 20.19, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11566, 1871, 11408, 2275, 6, 7, 37.80, 38.56, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11567, 1871, 11409, 5063, 9, 7, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11568, 1871, 11410, 1999, 9, 7, 57.20, 58.34, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11569, 1871, 11411, 3494, 6, 7, 13.16, 13.42, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11570, 1871, 11412, 4687, 1, 7, 2.78, 2.84, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11571, 1871, 11413, 2225, 9, 7, 37.36, 38.11, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11572, 1871, 11414, 5007, 3, 7, 6.81, 6.95, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11573, 1871, 11415, 2262, 6, 7, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11574, 1871, 11416, 3972, 3, 7, 13.58, 13.85, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11575, 1871, 11417, 1101, 1, 7, 907.80, 925.96, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11576, 1871, 11418, 4986, 9, 7, 11.20, 11.42, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11577, 1871, 11419, 939, 1, 7, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11578, 1871, 11420, 597, 9, 7, 3.09, 3.15, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11579, 1871, 11421, 3186, 1, 7, 8.36, 8.53, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11580, 1871, 11422, 2099, 9, 7, 21.28, 21.71, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11581, 1871, 11423, 5882, 3, 7, 4.68, 4.77, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11582, 1871, 11424, 3382, 3, 7, 2.45, 2.50, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11583, 1871, 11425, 1811, 9, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11584, 1871, 11426, 5764, 9, 7, 1.46, 1.49, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11585, 1871, 11427, 1827, 1, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11586, 1871, 11428, 734, 1, 7, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11587, 1870, 11429, 5217, 9, 8, 128.25, 130.82, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11588, 1870, 11430, 1627, 3, 8, 6.42, 6.55, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11589, 1870, 11431, 2718, 1, 8, 269.24, 274.62, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11590, 1870, 11432, 5493, 9, 8, 325.61, 332.12, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11591, 1870, 11433, 2072, 1, 8, 19.19, 19.57, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11592, 1870, 11434, 2619, 9, 8, 19.57, 19.96, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11593, 1870, 11435, 6095, 3, 8, 30.68, 31.29, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11594, 1870, 11436, 3845, 6, 8, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11595, 1870, 11437, 3538, 9, 8, 158.99, 162.17, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11596, 1870, 11438, 1824, 3, 8, 129.99, 132.59, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11597, 1870, 11439, 808, 9, 8, 12.64, 12.89, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11598, 1870, 11440, 2583, 1, 8, 7.89, 8.05, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11599, 1870, 11441, 4471, 9, 8, 1472.89, 1502.35, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11600, 1870, 11442, 1760, 6, 8, 386.58, 394.31, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11601, 1870, 11443, 2333, 1, 8, 191.90, 195.74, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11602, 1870, 11444, 34, 9, 8, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11603, 1870, 11445, 2566, 9, 8, 199.98, 203.98, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11604, 1870, 11446, 1862, 3, 8, 52.34, 53.39, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11605, 1870, 11447, 93, 3, 8, 18.02, 18.38, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11606, 1870, 11448, 5302, 3, 8, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11607, 1870, 11449, 3458, 1, 8, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11608, 1870, 11450, 4645, 6, 8, 7.34, 7.49, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11609, 1870, 11451, 803, 1, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11610, 1870, 11452, 5890, 3, 8, 2615.90, 2668.22, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11611, 1870, 11453, 2925, 9, 8, 927.00, 945.54, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11612, 1870, 11454, 3396, 3, 8, 50.49, 51.50, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11613, 1870, 11455, 5675, 9, 8, 5555.00, 5666.10, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11614, 1870, 11456, 1886, 3, 8, 51.17, 52.19, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11615, 1870, 11457, 4366, 9, 8, 84.00, 85.68, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11616, 1870, 11458, 1169, 3, 8, 40.56, 41.37, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11617, 1870, 11459, 4859, 9, 8, 7.81, 7.97, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:04'),
(11618, 1870, 11460, 2719, 3, 8, 28.60, 29.17, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11619, 1870, 11461, 236, 1, 8, 761.05, 776.27, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11620, 1870, 11462, 5075, 3, 8, 23.63, 24.10, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11621, 1870, 11463, 3759, 3, 8, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11622, 1870, 11464, 3642, 3, 8, 17.33, 17.68, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11623, 1870, 11465, 5743, 3, 8, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11624, 1870, 11466, 5563, 3, 8, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11625, 1870, 11467, 1894, 9, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11626, 1870, 11468, 6042, 1, 8, 3.66, 3.73, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11627, 1870, 11469, 1811, 9, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11628, 1870, 11470, 1827, 9, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11629, 1870, 11471, 949, 1, 8, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-02 22:12:07', '2024-06-02 22:12:07', '2024-06-02 23:13:05'),
(11630, 1870, 11472, 1827, 1, 8, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-02 22:13:04', '2024-06-02 22:13:04', '2024-06-02 23:14:03'),
(11631, 1866, 11473, 1233, 6, 6, 21.54, 21.73, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11632, 1866, 11474, 4314, 3, 6, 5.04, 5.09, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11633, 1866, 11475, 6082, 1, 6, 7.42, 7.49, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11634, 1866, 11476, 5752, 6, 6, 14.29, 14.42, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11635, 1866, 11477, 3186, 6, 6, 8.05, 8.12, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11636, 1866, 11478, 949, 9, 6, 0.32, 0.32, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11637, 1866, 11479, 1850, 3, 6, 0.57, 0.58, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11638, 1866, 11480, 1811, 3, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11639, 1866, 11481, 803, 9, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 22:21:03', '2024-06-02 22:21:03', '2024-06-02 23:22:03'),
(11640, 1873, 11482, 2134, 3, 9, 36.37, 37.10, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11641, 1873, 11483, 3137, 1, 9, 17223.72, 17568.19, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11642, 1873, 11484, 3275, 9, 9, 38.27, 39.04, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11643, 1873, 11485, 24, 9, 9, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11644, 1873, 11486, 2740, 1, 9, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11645, 1873, 11487, 1877, 1, 9, 22.43, 22.88, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11646, 1873, 11488, 3678, 1, 9, 10.13, 10.33, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11647, 1873, 11489, 1769, 9, 9, 80.94, 82.56, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11648, 1873, 11490, 3742, 9, 9, 85.10, 86.80, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11649, 1873, 11491, 5352, 3, 9, 17.84, 18.20, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11650, 1873, 11492, 247, 1, 9, 98.57, 100.54, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11651, 1873, 11493, 6058, 3, 9, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11652, 1873, 11494, 2822, 6, 9, 618.00, 630.36, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11653, 1873, 11495, 4078, 1, 9, 46.20, 47.12, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11654, 1873, 11496, 5503, 9, 9, 84.08, 85.76, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11655, 1873, 11497, 5314, 1, 9, 152.95, 156.01, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11656, 1873, 11498, 5873, 1, 9, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11657, 1873, 11499, 3406, 6, 9, 64.03, 65.31, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11658, 1873, 11500, 5958, 6, 9, 9.42, 9.61, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:04'),
(11659, 1873, 11501, 3691, 3, 9, 474.79, 484.29, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11660, 1873, 11502, 4079, 9, 9, 37.36, 38.11, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11661, 1873, 11503, 939, 3, 9, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11662, 1873, 11504, 1071, 3, 9, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11663, 1873, 11505, 634, 3, 9, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11664, 1873, 11506, 1597, 1, 9, 2.30, 2.35, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11665, 1873, 11507, 1000, 3, 9, 3.50, 3.57, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11666, 1873, 11508, 3318, 9, 9, 1.18, 1.20, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11667, 1873, 11509, 624, 9, 9, 1.04, 1.06, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11668, 1873, 11510, 803, 9, 9, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11669, 1873, 11511, 1811, 3, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11670, 1873, 11512, 949, 6, 9, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11671, 1873, 11513, 1894, 3, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 22:30:07', '2024-06-02 22:30:07', '2024-06-02 23:31:05'),
(11672, 1866, 11514, 3321, 9, 11, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11673, 1866, 11515, 1158, 1, 11, 41.34, 42.17, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11674, 1866, 11516, 5430, 1, 11, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11675, 1866, 11517, 560, 9, 11, 9435.00, 9623.70, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11676, 1866, 11518, 4251, 9, 11, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11677, 1866, 11519, 2084, 3, 11, 16.32, 16.65, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11678, 1866, 11520, 469, 6, 11, 101.00, 103.02, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11679, 1866, 11521, 2479, 3, 11, 651.65, 664.68, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11680, 1866, 11522, 5418, 9, 11, 11.08, 11.30, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11681, 1866, 11523, 549, 3, 11, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11682, 1866, 11524, 1615, 1, 11, 146.26, 149.19, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11683, 1866, 11525, 414, 1, 11, 31.35, 31.98, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11684, 1866, 11526, 5502, 9, 11, 377.81, 385.37, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11685, 1866, 11527, 2802, 1, 11, 48.04, 49.00, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:04'),
(11686, 1866, 11528, 5400, 1, 11, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11687, 1866, 11529, 3179, 9, 11, 75.75, 77.27, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11688, 1866, 11530, 2190, 6, 11, 7.27, 7.42, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11689, 1866, 11531, 5833, 9, 11, 15.81, 16.13, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11690, 1866, 11532, 2637, 1, 11, 16.63, 16.96, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11691, 1866, 11533, 919, 3, 11, 314.99, 321.29, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11692, 1866, 11534, 1412, 6, 11, 7.58, 7.73, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11693, 1866, 11535, 5104, 1, 11, 75.25, 76.76, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11694, 1866, 11536, 2312, 3, 11, 147.00, 149.94, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11695, 1866, 11537, 1801, 6, 11, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11696, 1866, 11538, 3434, 1, 11, 870.35, 887.76, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11697, 1866, 11539, 4020, 3, 11, 25.24, 25.74, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11698, 1866, 11540, 4538, 9, 11, 926.99, 945.53, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11699, 1866, 11541, 5256, 3, 11, 49.44, 50.43, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11700, 1866, 11542, 322, 1, 11, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:05'),
(11701, 1866, 11543, 2193, 1, 11, 20.93, 21.35, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11702, 1866, 11544, 3852, 1, 11, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11703, 1866, 11545, 3887, 3, 11, 305.91, 312.03, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11704, 1866, 11546, 2402, 1, 11, 267.12, 272.46, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11705, 1866, 11547, 3070, 6, 11, 315.00, 321.30, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11706, 1866, 11548, 1498, 3, 11, 90.53, 92.34, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11707, 1866, 11549, 1588, 6, 11, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11708, 1866, 11550, 2569, 9, 11, 70.49, 71.90, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11709, 1866, 11551, 441, 9, 11, 37.95, 38.71, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11710, 1866, 11552, 3897, 3, 11, 101.31, 103.34, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11711, 1866, 11553, 152, 1, 11, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11712, 1866, 11554, 528, 9, 11, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11713, 1866, 11555, 5203, 3, 11, 169.04, 172.42, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11714, 1866, 11556, 1697, 3, 11, 15.10, 15.40, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11715, 1866, 11557, 158, 9, 11, 46.17, 47.09, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11716, 1866, 11558, 2741, 1, 11, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11717, 1866, 11559, 3421, 1, 11, 30.45, 31.06, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11718, 1866, 11560, 4642, 3, 11, 25.30, 25.81, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11719, 1866, 11561, 1136, 6, 11, 25.93, 26.45, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11720, 1866, 11562, 5253, 6, 11, 16.68, 17.01, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11721, 1866, 11563, 5452, 3, 11, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11722, 1866, 11564, 5778, 1, 11, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11723, 1866, 11565, 318, 1, 11, 30.07, 30.67, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11724, 1866, 11566, 5613, 3, 11, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:06'),
(11725, 1866, 11567, 839, 1, 11, 19.91, 20.31, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:07'),
(11726, 1866, 11568, 1567, 3, 11, 45.57, 46.48, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:07'),
(11727, 1866, 11569, 2020, 1, 11, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:07'),
(11728, 1866, 11570, 1980, 6, 11, 123.60, 126.07, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:07'),
(11729, 1866, 11571, 5878, 1, 11, 378.00, 385.56, 1, 1, 'ai_sell', '2024-06-02 22:41:07', '2024-06-02 22:41:07', '2024-06-02 23:42:07'),
(11730, 1866, 11572, 750, 1, 11, 4.11, 4.19, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11731, 1866, 11573, 2318, 6, 11, 455.94, 465.06, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11732, 1866, 11574, 2716, 3, 11, 27.19, 27.73, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11733, 1866, 11575, 3501, 9, 11, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11734, 1866, 11576, 5027, 3, 11, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11735, 1866, 11577, 3575, 6, 11, 8.76, 8.94, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11736, 1866, 11578, 1020, 9, 11, 6.39, 6.52, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11737, 1866, 11579, 1894, 6, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11738, 1866, 11580, 1811, 9, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11739, 1866, 11581, 1827, 9, 11, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-02 22:41:08', '2024-06-02 22:41:08', '2024-06-02 23:42:07'),
(11740, 1867, 11582, 5066, 1, 12, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11741, 1867, 11583, 1278, 9, 12, 353.50, 360.57, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11742, 1867, 11584, 498, 6, 12, 213.12, 217.38, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11743, 1867, 11585, 5617, 3, 12, 5.86, 5.98, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(11744, 1867, 11586, 1016, 9, 12, 132.29, 134.94, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11745, 1867, 11587, 2044, 6, 12, 323.20, 329.66, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11746, 1867, 11588, 5186, 6, 12, 332.89, 339.55, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11747, 1867, 11589, 3691, 6, 12, 474.79, 484.29, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11748, 1867, 11590, 4761, 1, 12, 223.62, 228.09, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11749, 1867, 11591, 1144, 9, 12, 37.28, 38.03, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11750, 1867, 11592, 5800, 3, 12, 1616.00, 1648.32, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:04'),
(11751, 1867, 11593, 3557, 3, 12, 25.19, 25.69, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11752, 1867, 11594, 5877, 6, 12, 28.51, 29.08, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11753, 1867, 11595, 3532, 1, 12, 8.09, 8.25, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11754, 1867, 11596, 216, 1, 12, 17.10, 17.44, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11755, 1867, 11597, 62, 9, 12, 18.36, 18.73, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11756, 1867, 11598, 5654, 3, 12, 36.05, 36.77, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11757, 1867, 11599, 164, 3, 12, 409.62, 417.81, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11758, 1867, 11600, 1588, 6, 12, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11759, 1867, 11601, 3375, 1, 12, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11760, 1867, 11602, 5546, 3, 12, 443.38, 452.25, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11761, 1867, 11603, 3000, 9, 12, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11762, 1867, 11604, 603, 6, 12, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11763, 1867, 11605, 5736, 1, 12, 107.05, 109.19, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11764, 1867, 11606, 4292, 3, 12, 370.74, 378.15, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11765, 1867, 11607, 3129, 9, 12, 574.38, 585.87, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11766, 1867, 11608, 1984, 6, 12, 270.39, 275.80, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11767, 1867, 11609, 1638, 1, 12, 14.63, 14.92, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11768, 1867, 11610, 1065, 9, 12, 775.20, 790.70, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11769, 1867, 11611, 5980, 6, 12, 20.76, 21.18, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11770, 1867, 11612, 1581, 6, 12, 20.88, 21.30, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11771, 1867, 11613, 3523, 9, 12, 16.18, 16.50, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11772, 1867, 11614, 3070, 9, 12, 312.00, 318.24, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11773, 1867, 11615, 4840, 6, 12, 72.17, 73.61, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11774, 1867, 11616, 5824, 9, 12, 1.44, 1.47, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:05'),
(11775, 1867, 11617, 5886, 3, 12, 1665.66, 1698.97, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11776, 1867, 11618, 75, 3, 12, 12.36, 12.61, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11777, 1867, 11619, 1656, 9, 12, 31.15, 31.77, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11778, 1867, 11620, 4478, 6, 12, 25.44, 25.95, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11779, 1867, 11621, 4741, 3, 12, 11.23, 11.45, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11780, 1867, 11622, 2418, 9, 12, 141.40, 144.23, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11781, 1867, 11623, 5149, 3, 12, 34.97, 35.67, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11782, 1867, 11624, 4034, 6, 12, 12.37, 12.62, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11783, 1867, 11625, 4770, 9, 12, 37.73, 38.48, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11784, 1867, 11626, 5178, 1, 12, 97.96, 99.92, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11785, 1867, 11627, 1864, 6, 12, 724.50, 738.99, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11786, 1867, 11628, 2771, 1, 12, 306.43, 312.56, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11787, 1867, 11629, 1577, 6, 12, 72.10, 73.54, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11788, 1867, 11630, 1021, 3, 12, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:06'),
(11789, 1867, 11631, 4398, 9, 12, 103.00, 105.06, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11790, 1867, 11632, 1190, 1, 12, 33.92, 34.60, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11791, 1867, 11633, 388, 6, 12, 273.00, 278.46, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11792, 1867, 11634, 1310, 9, 12, 707.00, 721.14, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11793, 1867, 11635, 4919, 3, 12, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11794, 1867, 11636, 6098, 9, 12, 20.58, 20.99, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11795, 1867, 11637, 4878, 6, 12, 242.66, 247.51, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11796, 1867, 11638, 5924, 1, 12, 6.93, 7.07, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11797, 1867, 11639, 978, 3, 12, 13.52, 13.79, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11798, 1867, 11640, 2260, 9, 12, 286.20, 291.92, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11799, 1867, 11641, 2026, 9, 12, 87.24, 88.98, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11800, 1867, 11642, 2158, 3, 12, 45.45, 46.36, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11801, 1867, 11643, 2427, 1, 12, 244.80, 249.70, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:07'),
(11802, 1867, 11644, 4251, 3, 12, 24.37, 24.86, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11803, 1867, 11645, 5793, 3, 12, 315.08, 321.38, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11804, 1867, 11646, 1852, 3, 12, 93.39, 95.26, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11805, 1867, 11647, 3834, 6, 12, 52.00, 53.04, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11806, 1867, 11648, 6061, 9, 12, 20.73, 21.14, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11807, 1867, 11649, 5287, 6, 12, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11808, 1867, 11650, 5631, 1, 12, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11809, 1867, 11651, 520, 9, 12, 39.95, 40.75, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11810, 1867, 11652, 1029, 6, 12, 32.41, 33.06, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11811, 1867, 11653, 503, 9, 12, 1310.16, 1336.36, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11812, 1867, 11654, 5403, 1, 12, 416.79, 425.13, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11813, 1867, 11655, 3456, 6, 12, 102.96, 105.02, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11814, 1867, 11656, 5009, 3, 12, 39.89, 40.69, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11815, 1867, 11657, 259, 3, 12, 10.70, 10.91, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11816, 1867, 11658, 1632, 9, 12, 1696.80, 1730.74, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11817, 1867, 11659, 3844, 9, 12, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11818, 1867, 11660, 2471, 9, 12, 338.87, 345.65, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11819, 1867, 11661, 2209, 6, 12, 123.60, 126.07, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11820, 1867, 11662, 3727, 3, 12, 62.22, 63.46, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11821, 1867, 11663, 5961, 3, 12, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11822, 1867, 11664, 1233, 1, 12, 21.13, 21.55, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11823, 1867, 11665, 3753, 9, 12, 77.24, 78.78, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11824, 1867, 11666, 2102, 3, 12, 27.03, 27.57, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11825, 1867, 11667, 1694, 6, 12, 14.79, 15.09, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11826, 1867, 11668, 294, 9, 12, 46.20, 47.12, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11827, 1867, 11669, 4479, 3, 12, 2.05, 2.09, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11828, 1867, 11670, 5773, 1, 12, 15.87, 16.19, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11829, 1867, 11671, 5070, 9, 12, 134.40, 137.09, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11830, 1867, 11672, 2394, 1, 12, 41.60, 42.43, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11831, 1867, 11673, 1179, 6, 12, 16.03, 16.35, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11832, 1867, 11674, 5822, 6, 12, 36.74, 37.47, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11833, 1867, 11675, 1535, 6, 12, 48.08, 49.04, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11834, 1867, 11676, 1042, 1, 12, 18.72, 19.09, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11835, 1867, 11677, 3923, 6, 12, 483.00, 492.66, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:08'),
(11836, 1867, 11678, 1229, 1, 12, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11837, 1867, 11679, 1672, 1, 12, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11838, 1867, 11680, 5269, 6, 12, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11839, 1867, 11681, 6146, 3, 12, 30.60, 31.21, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11840, 1867, 11682, 782, 1, 12, 7.12, 7.26, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11841, 1867, 11683, 4472, 9, 12, 292.95, 298.81, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11842, 1867, 11684, 1157, 3, 12, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11843, 1867, 11685, 3590, 9, 12, 43.61, 44.48, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11844, 1867, 11686, 4774, 3, 12, 103.00, 105.06, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11845, 1867, 11687, 4213, 1, 12, 4.82, 4.92, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11846, 1867, 11688, 3075, 9, 12, 12.74, 12.99, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11847, 1867, 11689, 5211, 9, 12, 72.80, 74.26, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11848, 1867, 11690, 5669, 1, 12, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11849, 1867, 11691, 3310, 9, 12, 7.23, 7.37, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11850, 1867, 11692, 756, 1, 12, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11851, 1867, 11693, 734, 6, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11852, 1867, 11694, 1827, 3, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 22:52:07', '2024-06-02 22:52:07', '2024-06-02 23:53:09'),
(11853, 1868, 11695, 3770, 3, 13, 12.98, 13.24, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11854, 1868, 11696, 4838, 3, 13, 699.59, 713.58, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11855, 1868, 11697, 2918, 9, 13, 599.94, 611.94, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11856, 1868, 11698, 890, 9, 13, 161.59, 164.82, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11857, 1868, 11699, 5494, 3, 13, 639.61, 652.40, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11858, 1868, 11700, 1628, 3, 13, 1861.50, 1898.73, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11859, 1868, 11701, 5373, 9, 13, 50.97, 51.99, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11860, 1868, 11702, 5698, 1, 13, 127.50, 130.05, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11861, 1868, 11703, 3000, 3, 13, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:06'),
(11862, 1868, 11704, 4151, 3, 13, 34.31, 35.00, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11863, 1868, 11705, 5211, 3, 13, 72.10, 73.54, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11864, 1868, 11706, 857, 9, 13, 94.68, 96.57, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11865, 1868, 11707, 4979, 6, 13, 4.80, 4.90, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11866, 1868, 11708, 4682, 9, 13, 15.79, 16.11, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11867, 1868, 11709, 3303, 9, 13, 1260.00, 1285.20, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11868, 1868, 11710, 3708, 1, 13, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11869, 1868, 11711, 243, 3, 13, 596.70, 608.63, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11870, 1868, 11712, 5254, 1, 13, 24.79, 25.29, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11871, 1868, 11713, 535, 6, 13, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11872, 1868, 11714, 5552, 9, 13, 27.42, 27.97, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11873, 1868, 11715, 4868, 3, 13, 403.99, 412.07, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11874, 1868, 11716, 5262, 3, 13, 153.90, 156.98, 1, 1, 'ai_sell', '2024-06-02 23:24:06', '2024-06-02 23:24:06', '2024-06-03 00:25:07'),
(11875, 1868, 11717, 5556, 3, 13, 107.57, 109.72, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:07'),
(11876, 1868, 11718, 5879, 9, 13, 644.48, 657.37, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:07'),
(11877, 1868, 11719, 1529, 6, 13, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:07'),
(11878, 1868, 11720, 1411, 6, 13, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:07'),
(11879, 1868, 11721, 1816, 9, 13, 16.30, 16.63, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:07'),
(11880, 1868, 11722, 2217, 9, 13, 19.38, 19.77, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:07'),
(11881, 1868, 11723, 5982, 9, 13, 45.25, 46.16, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:07'),
(11882, 1868, 11724, 669, 1, 13, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11883, 1868, 11725, 5684, 1, 13, 315.00, 321.30, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11884, 1868, 11726, 6102, 9, 13, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11885, 1868, 11727, 4070, 1, 13, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11886, 1868, 11728, 3278, 9, 13, 155.53, 158.64, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11887, 1868, 11729, 6015, 9, 13, 92.92, 94.78, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11888, 1868, 11730, 1207, 1, 13, 59.16, 60.34, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11889, 1868, 11731, 1055, 6, 13, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11890, 1868, 11732, 329, 9, 13, 137.15, 139.89, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11891, 1868, 11733, 5349, 9, 13, 275.60, 281.11, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11892, 1868, 11734, 2645, 1, 13, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11893, 1868, 11735, 1188, 6, 13, 32.23, 32.87, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11894, 1868, 11736, 2182, 6, 13, 61.20, 62.42, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11895, 1868, 11737, 212, 6, 13, 39.45, 40.24, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11896, 1868, 11738, 2646, 3, 13, 126.16, 128.68, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11897, 1868, 11739, 1578, 3, 13, 1513.99, 1544.27, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11898, 1868, 11740, 473, 9, 13, 16.15, 16.47, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11899, 1868, 11741, 4054, 6, 13, 394.15, 402.03, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11900, 1868, 11742, 3032, 9, 13, 719.97, 734.37, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11901, 1868, 11743, 3082, 3, 13, 12.34, 12.59, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11902, 1868, 11744, 5780, 3, 13, 577.50, 589.05, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11903, 1868, 11745, 313, 3, 13, 196.25, 200.18, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11904, 1868, 11746, 5579, 9, 13, 84.13, 85.81, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11905, 1868, 11747, 6036, 3, 13, 48.08, 49.04, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11906, 1868, 11748, 3475, 9, 13, 92.18, 94.02, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11907, 1868, 11749, 5885, 1, 13, 329.81, 336.41, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11908, 1868, 11750, 4875, 3, 13, 8.97, 9.15, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11909, 1868, 11751, 1924, 3, 13, 11.63, 11.86, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:08'),
(11910, 1868, 11752, 4727, 3, 13, 32.27, 32.92, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11911, 1868, 11753, 5761, 3, 13, 2.04, 2.08, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11912, 1868, 11754, 1654, 6, 13, 31.61, 32.24, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11913, 1868, 11755, 3210, 3, 13, 16.17, 16.49, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11914, 1868, 11756, 3489, 3, 13, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11915, 1868, 11757, 4549, 6, 13, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11916, 1868, 11758, 5911, 6, 13, 8.06, 8.22, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11917, 1868, 11759, 4608, 6, 13, 94.50, 96.39, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11918, 1868, 11760, 433, 9, 13, 261.11, 266.33, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11919, 1868, 11761, 3253, 9, 13, 16.56, 16.89, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11920, 1868, 11762, 4621, 9, 13, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11921, 1868, 11763, 4853, 6, 13, 11.08, 11.30, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11922, 1868, 11764, 1597, 9, 13, 2.32, 2.37, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11923, 1868, 11765, 2834, 1, 13, 15.28, 15.59, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11924, 1868, 11766, 6049, 6, 13, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11925, 1868, 11767, 597, 3, 13, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11926, 1868, 11768, 803, 6, 13, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11927, 1868, 11769, 1827, 9, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 23:24:07', '2024-06-02 23:24:07', '2024-06-03 00:25:09'),
(11928, 1869, 11772, 3213, 6, 14, 6.23, 6.35, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11929, 1869, 11773, 2170, 9, 14, 129.28, 131.87, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11930, 1869, 11774, 3024, 9, 14, 202.98, 207.04, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11931, 1869, 11775, 5343, 6, 14, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11932, 1869, 11776, 3441, 1, 14, 26.25, 26.78, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11933, 1869, 11777, 2387, 6, 14, 43.60, 44.47, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11934, 1869, 11778, 1179, 6, 14, 16.50, 16.83, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11935, 1869, 11779, 870, 1, 14, 837.90, 854.66, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11936, 1869, 11780, 2682, 1, 14, 27.97, 28.53, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:04'),
(11937, 1869, 11781, 3796, 9, 14, 8568.00, 8739.36, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11938, 1869, 11782, 1798, 9, 14, 1522.50, 1552.95, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11939, 1869, 11783, 1083, 3, 14, 68.76, 70.14, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11940, 1869, 11784, 3943, 3, 14, 1694.94, 1728.84, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11941, 1869, 11785, 700, 3, 14, 43.13, 43.99, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11942, 1869, 11786, 4153, 9, 14, 297.95, 303.91, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11943, 1869, 11787, 2768, 9, 14, 3031.60, 3092.23, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11944, 1869, 11788, 114, 1, 14, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11945, 1869, 11789, 1636, 1, 14, 10.64, 10.85, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11946, 1869, 11790, 5721, 3, 14, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11947, 1869, 11791, 2977, 6, 14, 762.16, 777.40, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11948, 1869, 11792, 2450, 9, 14, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11949, 1869, 11793, 5898, 9, 14, 36.12, 36.84, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11950, 1869, 11794, 1546, 1, 14, 51.45, 52.48, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11951, 1869, 11795, 5029, 3, 14, 66.14, 67.46, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11952, 1869, 11796, 5954, 9, 14, 189.74, 193.53, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11953, 1869, 11797, 388, 3, 14, 275.60, 281.11, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11954, 1869, 11798, 507, 1, 14, 38.01, 38.77, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11955, 1869, 11799, 2952, 6, 14, 561.00, 572.22, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11956, 1869, 11800, 5489, 3, 14, 2.06, 2.10, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11957, 1869, 11801, 1828, 1, 14, 132.87, 135.53, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11958, 1869, 11802, 3790, 1, 14, 47.24, 48.18, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11959, 1869, 11803, 1615, 6, 14, 146.26, 149.19, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11960, 1869, 11804, 249, 9, 14, 33.31, 33.98, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11961, 1869, 11805, 1744, 9, 14, 87.96, 89.72, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11962, 1869, 11806, 161, 3, 14, 31.31, 31.94, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11963, 1869, 11807, 6146, 3, 14, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11964, 1869, 11808, 756, 6, 14, 0.46, 0.47, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11965, 1869, 11809, 1894, 6, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11966, 1869, 11810, 1827, 6, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-02 23:54:07', '2024-06-02 23:54:07', '2024-06-03 00:55:05'),
(11967, 1872, 11811, 1389, 9, 18, 222.56, 227.01, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11968, 1872, 11812, 761, 1, 18, 2.64, 2.69, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11969, 1872, 11813, 1829, 3, 18, 0.80, 0.82, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11970, 1872, 11814, 3762, 3, 18, 51.08, 52.10, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11971, 1872, 11815, 4274, 9, 18, 62.40, 63.65, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11972, 1872, 11816, 5142, 3, 18, 315.45, 321.76, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11973, 1872, 11817, 5174, 1, 18, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11974, 1872, 11818, 453, 1, 18, 152.93, 155.99, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11975, 1872, 11819, 1957, 9, 18, 22.05, 22.49, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11976, 1872, 11820, 1995, 1, 18, 45.48, 46.39, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11977, 1872, 11821, 2459, 3, 18, 318.00, 324.36, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11978, 1872, 11822, 4461, 9, 18, 587.09, 598.83, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11979, 1872, 11823, 1796, 6, 18, 63.92, 65.20, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11980, 1872, 11824, 2866, 9, 18, 5.76, 5.88, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11981, 1872, 11825, 3435, 3, 18, 157.03, 160.17, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11982, 1872, 11826, 5413, 6, 18, 7597.98, 7749.94, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11983, 1872, 11827, 2097, 3, 18, 9.33, 9.52, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:04'),
(11984, 1872, 11828, 1098, 6, 18, 281.79, 287.43, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11985, 1872, 11829, 2080, 9, 18, 153.00, 156.06, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11986, 1872, 11830, 6024, 6, 18, 3.89, 3.97, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11987, 1872, 11831, 5522, 3, 18, 103.00, 105.06, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11988, 1872, 11832, 707, 3, 18, 244.34, 249.23, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11989, 1872, 11833, 3134, 1, 18, 333.71, 340.38, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11990, 1872, 11834, 3352, 3, 18, 2142.00, 2184.84, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11991, 1872, 11835, 3489, 9, 18, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11992, 1872, 11836, 44, 6, 18, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11993, 1872, 11837, 803, 9, 18, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11994, 1872, 11838, 1844, 1, 18, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11995, 1872, 11839, 752, 9, 18, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11996, 1872, 11840, 1811, 6, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11997, 1872, 11841, 1894, 3, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-03 01:45:07', '2024-06-03 01:45:07', '2024-06-03 02:46:05'),
(11998, 1798, 11770, 1025, 5, NULL, 301.00, 310.03, 1, 1, 'manual_sell', '2024-06-03 02:04:42', '2024-06-03 02:04:42', '2024-06-03 03:05:06'),
(11999, 1798, 11771, 245, 5, NULL, 71.00, 73.13, 1, 1, 'manual_sell', '2024-06-03 02:06:36', '2024-06-03 02:06:36', '2024-06-03 03:07:05'),
(12000, 1869, 11842, 5159, 6, 17, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12001, 1869, 11843, 4373, 1, 17, 1554.80, 1585.90, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12002, 1869, 11844, 3684, 9, 17, 415.51, 423.82, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12003, 1869, 11845, 4976, 6, 17, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12004, 1869, 11846, 1870, 9, 17, 25.44, 25.95, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12005, 1869, 11847, 847, 9, 17, 19.53, 19.92, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12006, 1869, 11848, 883, 9, 17, 4.64, 4.73, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12007, 1869, 11849, 5690, 3, 17, 26.08, 26.60, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12008, 1869, 11850, 283, 6, 17, 44.34, 45.23, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12009, 1869, 11851, 1533, 6, 17, 24.38, 24.87, 1, 1, 'ai_sell', '2024-06-03 21:01:05', '2024-06-03 21:01:05', '2024-06-03 22:02:05'),
(12010, 1869, 11852, 3041, 3, 17, 16.77, 17.11, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12011, 1869, 11853, 1276, 1, 17, 41.02, 41.84, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12012, 1869, 11854, 851, 6, 17, 25.33, 25.84, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12013, 1869, 11855, 999, 1, 17, 14.56, 14.85, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12014, 1869, 11856, 5861, 9, 17, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12015, 1869, 11857, 1701, 6, 17, 6.83, 6.97, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12016, 1869, 11858, 5622, 3, 17, 7.86, 8.02, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12017, 1869, 11859, 5341, 1, 17, 10600.00, 10812.00, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12018, 1869, 11860, 4738, 1, 17, 112.27, 114.52, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:05'),
(12019, 1869, 11861, 5928, 6, 17, 4.92, 5.02, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:06'),
(12020, 1869, 11862, 4668, 9, 17, 1.53, 1.56, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:06'),
(12021, 1869, 11863, 3296, 3, 17, 1.14, 1.16, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:06'),
(12022, 1869, 11864, 1850, 1, 17, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:06'),
(12023, 1869, 11865, 1827, 6, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-03 21:01:06', '2024-06-03 21:01:06', '2024-06-03 22:02:06'),
(12024, 1866, 11866, 1082, 6, 16, 131.25, 133.88, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:04'),
(12025, 1866, 11867, 3417, 6, 16, 29.14, 29.72, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:05'),
(12026, 1866, 11868, 1159, 3, 16, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:05'),
(12027, 1866, 11869, 1930, 6, 16, 39.52, 40.31, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12028, 1866, 11870, 3962, 9, 16, 93.81, 95.69, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12029, 1866, 11871, 4228, 3, 16, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12030, 1866, 11872, 2277, 9, 16, 32.52, 33.17, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12031, 1866, 11873, 3447, 9, 16, 544.96, 555.86, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12032, 1866, 11874, 4527, 1, 16, 69.29, 70.68, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12033, 1866, 11875, 4720, 9, 16, 8.28, 8.45, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12034, 1866, 11876, 5355, 6, 16, 4006.94, 4087.08, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12035, 1866, 11877, 699, 3, 16, 67.67, 69.02, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12036, 1866, 11878, 5027, 3, 16, 9.44, 9.63, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12037, 1866, 11879, 6055, 1, 16, 8.12, 8.28, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12038, 1866, 11880, 282, 6, 16, 271.31, 276.74, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12039, 1866, 11881, 2546, 1, 16, 185.39, 189.10, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12040, 1866, 11882, 3652, 9, 16, 5194.53, 5298.42, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12041, 1866, 11883, 4080, 3, 16, 9.75, 9.95, 1, 1, 'ai_sell', '2024-06-03 22:03:09', '2024-06-03 22:03:09', '2024-06-03 23:04:06'),
(12042, 1866, 11884, 659, 1, 16, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12043, 1866, 11885, 1127, 3, 16, 56.42, 57.55, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12044, 1866, 11886, 441, 1, 16, 37.95, 38.71, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12045, 1866, 11887, 4882, 6, 16, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12046, 1866, 11888, 5374, 6, 16, 72.14, 73.58, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12047, 1866, 11889, 1685, 9, 16, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12048, 1866, 11890, 4295, 6, 16, 106.00, 108.12, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12049, 1866, 11891, 1746, 3, 16, 182.58, 186.23, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12050, 1866, 11892, 524, 6, 16, 137.35, 140.10, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12051, 1866, 11893, 139, 3, 16, 510.00, 520.20, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12052, 1866, 11894, 858, 6, 16, 14.38, 14.67, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12053, 1866, 11895, 3107, 3, 16, 210.94, 215.16, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:06'),
(12054, 1866, 11896, 4414, 3, 16, 245.70, 250.61, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12055, 1866, 11897, 4711, 3, 16, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12056, 1866, 11898, 6120, 6, 16, 28.44, 29.01, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12057, 1866, 11899, 984, 3, 16, 735.14, 749.84, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12058, 1866, 11900, 4117, 1, 16, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12059, 1866, 11901, 1427, 1, 16, 20.96, 21.38, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12060, 1866, 11902, 1019, 9, 16, 140.70, 143.51, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12061, 1866, 11903, 2496, 6, 16, 113.92, 116.20, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12062, 1866, 11904, 3773, 3, 16, 3.70, 3.77, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12063, 1866, 11905, 4523, 9, 16, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12064, 1866, 11906, 5764, 6, 16, 1.48, 1.51, 1, 1, 'ai_sell', '2024-06-03 22:03:10', '2024-06-03 22:03:10', '2024-06-03 23:04:07'),
(12065, 1871, 11907, 563, 1, 7, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:03'),
(12066, 1871, 11908, 4526, 9, 7, 84.43, 86.12, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:03'),
(12067, 1871, 11909, 154, 1, 7, 5.30, 5.41, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:03'),
(12068, 1871, 11910, 1924, 3, 7, 11.74, 11.97, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:03'),
(12069, 1871, 11911, 3020, 6, 7, 24.37, 24.86, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:03'),
(12070, 1871, 11912, 290, 6, 7, 159.51, 162.70, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:03'),
(12071, 1871, 11913, 6003, 1, 7, 7831.51, 7988.14, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12072, 1871, 11914, 5033, 1, 7, 6.35, 6.48, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12073, 1871, 11915, 4357, 3, 7, 9914.00, 10112.28, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12074, 1871, 11916, 5813, 1, 7, 155.95, 159.07, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12075, 1871, 11917, 192, 1, 7, 125.29, 127.80, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12076, 1871, 11918, 810, 3, 7, 26.61, 27.14, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12077, 1871, 11919, 122, 9, 7, 47.70, 48.65, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12078, 1871, 11920, 522, 3, 7, 49.34, 50.33, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12079, 1871, 11921, 105, 9, 7, 337.05, 343.79, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12080, 1871, 11922, 4195, 3, 7, 856.79, 873.93, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12081, 1871, 11923, 2086, 3, 7, 266.58, 271.91, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12082, 1871, 11924, 5594, 6, 7, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:04'),
(12083, 1871, 11925, 6093, 9, 7, 25.20, 25.70, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12084, 1871, 11926, 2269, 1, 7, 29.30, 29.89, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12085, 1871, 11927, 4443, 9, 7, 35.01, 35.71, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12086, 1871, 11928, 2327, 6, 7, 455.80, 464.92, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12087, 1871, 11929, 5082, 6, 7, 24.12, 24.60, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12088, 1871, 11930, 365, 3, 7, 742.00, 756.84, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12089, 1871, 11931, 1147, 9, 7, 101.00, 103.02, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12090, 1871, 11932, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12091, 1871, 11933, 4288, 9, 7, 218.40, 222.77, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12092, 1871, 11934, 483, 9, 7, 57.93, 59.09, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12093, 1871, 11935, 2370, 9, 7, 2.28, 2.33, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12094, 1871, 11936, 2572, 9, 7, 21.83, 22.27, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:05'),
(12095, 1871, 11937, 2823, 3, 7, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12096, 1871, 11938, 4234, 1, 7, 42.24, 43.08, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12097, 1871, 11939, 167, 1, 7, 27.66, 28.21, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12098, 1871, 11940, 3036, 9, 7, 1028.97, 1049.55, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12099, 1871, 11941, 1052, 3, 7, 61.79, 63.03, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12100, 1871, 11942, 1253, 6, 7, 31.40, 32.03, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12101, 1871, 11943, 2341, 3, 7, 38.65, 39.42, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12102, 1871, 11944, 2146, 1, 7, 46.32, 47.25, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12103, 1871, 11945, 2039, 3, 7, 30.01, 30.61, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12104, 1871, 11946, 717, 9, 7, 41.57, 42.40, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12105, 1871, 11947, 1203, 3, 7, 13.78, 14.06, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12106, 1871, 11948, 2104, 1, 7, 18.10, 18.46, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12107, 1871, 11949, 2677, 6, 7, 294.58, 300.47, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12108, 1871, 11950, 2306, 1, 7, 714.00, 728.28, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12109, 1871, 11951, 3609, 3, 7, 141.78, 144.62, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12110, 1871, 11952, 4293, 3, 7, 202.15, 206.19, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12111, 1871, 11953, 3100, 6, 7, 1573.95, 1605.43, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12112, 1871, 11954, 2020, 3, 7, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:06'),
(12113, 1871, 11955, 4031, 1, 7, 61.19, 62.41, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:07'),
(12114, 1871, 11956, 2004, 1, 7, 90.71, 92.52, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:07'),
(12115, 1871, 11957, 5945, 6, 7, 3.51, 3.58, 1, 1, 'ai_sell', '2024-06-03 23:25:08', '2024-06-03 23:25:08', '2024-06-04 00:26:07'),
(12116, 1871, 11958, 3015, 9, 7, 77.06, 78.60, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(12117, 1871, 11959, 2704, 9, 7, 16.79, 17.13, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12118, 1871, 11960, 2281, 3, 7, 26.57, 27.10, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12119, 1871, 11961, 3745, 9, 7, 13.08, 13.34, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12120, 1871, 11962, 4928, 1, 7, 51.77, 52.81, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12121, 1871, 11963, 158, 9, 7, 47.08, 48.02, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12122, 1871, 11964, 2031, 1, 7, 532.27, 542.92, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12123, 1871, 11965, 1601, 6, 7, 448.24, 457.20, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12124, 1871, 11966, 4044, 9, 7, 24.01, 24.49, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12125, 1871, 11967, 3826, 9, 7, 405.96, 414.08, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12126, 1871, 11968, 3761, 9, 7, 14.54, 14.83, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12127, 1871, 11969, 2852, 6, 7, 17.67, 18.02, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12128, 1871, 11970, 1054, 1, 7, 23.74, 24.21, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12129, 1871, 11971, 3698, 3, 7, 202.45, 206.50, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12130, 1871, 11972, 3784, 1, 7, 96.90, 98.84, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12131, 1871, 11973, 1766, 1, 7, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12132, 1871, 11974, 4033, 3, 7, 2.73, 2.78, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12133, 1871, 11975, 688, 6, 7, 2789.85, 2845.65, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12134, 1871, 11976, 4256, 1, 7, 2524.99, 2575.49, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12135, 1871, 11977, 960, 1, 7, 92.70, 94.55, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12136, 1871, 11978, 5366, 6, 7, 92.69, 94.54, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12137, 1871, 11979, 5205, 1, 7, 82.61, 84.26, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12138, 1871, 11980, 319, 6, 7, 30.48, 31.09, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12139, 1871, 11981, 1530, 9, 7, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12140, 1871, 11982, 690, 3, 7, 322.19, 328.63, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12141, 1871, 11983, 3218, 6, 7, 382.50, 390.15, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12142, 1871, 11984, 3770, 1, 7, 12.73, 12.98, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12143, 1871, 11985, 2302, 3, 7, 80.28, 81.89, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12144, 1871, 11986, 676, 3, 7, 2.10, 2.14, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12145, 1871, 11987, 2919, 9, 7, 27.45, 28.00, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12146, 1871, 11988, 4942, 9, 7, 624.00, 636.48, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12147, 1871, 11989, 5591, 1, 7, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12148, 1871, 11990, 1154, 6, 7, 42.40, 43.25, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12149, 1871, 11991, 3582, 6, 7, 4.08, 4.16, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12150, 1871, 11992, 5864, 6, 7, 39.21, 39.99, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12151, 1871, 11993, 2364, 6, 7, 13.05, 13.31, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12152, 1871, 11994, 4294, 1, 7, 51.49, 52.52, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12153, 1871, 11995, 5173, 3, 7, 282.79, 288.45, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12154, 1871, 11996, 1201, 1, 7, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12155, 1871, 11997, 3569, 3, 7, 12.23, 12.47, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12156, 1871, 11998, 1231, 3, 7, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12157, 1871, 11999, 2054, 3, 7, 111.18, 113.40, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12158, 1871, 12000, 1414, 6, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12159, 1871, 12001, 2807, 3, 7, 66.41, 67.74, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12160, 1871, 12002, 4540, 6, 7, 43.26, 44.13, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12161, 1871, 12003, 5141, 9, 7, 635.99, 648.71, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12162, 1871, 12004, 1375, 3, 7, 26.50, 27.03, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12163, 1871, 12005, 5497, 9, 7, 608.45, 620.62, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12164, 1871, 12006, 453, 9, 7, 147.16, 150.10, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12165, 1871, 12007, 2658, 1, 7, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12166, 1871, 12008, 5257, 3, 7, 37.25, 38.00, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12167, 1871, 12009, 4235, 6, 7, 96.11, 98.03, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12168, 1871, 12010, 4009, 1, 7, 1050.62, 1071.63, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12169, 1871, 12011, 3846, 9, 7, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12170, 1871, 12012, 4176, 1, 7, 767.59, 782.94, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12171, 1871, 12013, 827, 6, 7, 336.00, 342.72, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12172, 1871, 12014, 4531, 6, 7, 363.59, 370.86, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12173, 1871, 12015, 5910, 6, 7, 110.24, 112.44, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12174, 1871, 12016, 1113, 3, 7, 179.14, 182.72, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12175, 1871, 12017, 390, 9, 7, 200.26, 204.27, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12176, 1871, 12018, 5712, 3, 7, 205.02, 209.12, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12177, 1871, 12019, 406, 6, 7, 290.78, 296.60, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12178, 1871, 12020, 3027, 6, 7, 3328.00, 3394.56, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12179, 1871, 12021, 2383, 3, 7, 22.90, 23.36, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12180, 1871, 12022, 532, 6, 7, 32.33, 32.98, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12181, 1871, 12023, 4327, 1, 7, 525.25, 535.76, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12182, 1871, 12024, 2720, 3, 7, 311.09, 317.31, 1, 1, 'ai_sell', '2024-06-03 23:25:09', '2024-06-03 23:25:09', '2024-06-04 00:26:07'),
(12183, 1871, 12025, 310, 6, 7, 54.26, 55.35, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12184, 1871, 12026, 4285, 6, 7, 116.48, 118.81, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12185, 1871, 12027, 2755, 6, 7, 1023.06, 1043.52, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12186, 1871, 12028, 4337, 6, 7, 143.99, 146.87, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12187, 1871, 12029, 4374, 3, 7, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12188, 1871, 12030, 2323, 1, 7, 353.56, 360.63, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12189, 1871, 12031, 1316, 1, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12190, 1871, 12032, 1098, 9, 7, 292.95, 298.81, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12191, 1871, 12033, 1841, 9, 7, 103.16, 105.22, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12192, 1871, 12034, 4902, 6, 7, 2.32, 2.37, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:07'),
(12193, 1871, 12035, 1593, 3, 7, 36.20, 36.92, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12194, 1871, 12036, 3262, 1, 7, 5.56, 5.67, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12195, 1871, 12037, 1080, 9, 7, 188.99, 192.77, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12196, 1871, 12038, 2848, 9, 7, 241.49, 246.32, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12197, 1871, 12039, 5642, 9, 7, 116.60, 118.93, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12198, 1871, 12040, 5624, 1, 7, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12199, 1871, 12041, 3625, 9, 7, 60.34, 61.55, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12200, 1871, 12042, 2153, 3, 7, 290.44, 296.25, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12201, 1871, 12043, 628, 6, 7, 210.00, 214.20, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12202, 1871, 12044, 5987, 3, 7, 21.69, 22.12, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12203, 1871, 12045, 1859, 9, 7, 3.67, 3.74, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12204, 1871, 12046, 942, 6, 7, 25.01, 25.51, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12205, 1871, 12047, 1153, 3, 7, 39.77, 40.57, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12206, 1871, 12048, 4663, 9, 7, 8.96, 9.14, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12207, 1871, 12049, 3675, 3, 7, 30.40, 31.01, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12208, 1871, 12050, 2962, 3, 7, 10.65, 10.86, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12209, 1871, 12051, 4361, 1, 7, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12210, 1871, 12052, 5253, 1, 7, 16.21, 16.53, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12211, 1871, 12053, 2184, 3, 7, 4.72, 4.81, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12212, 1871, 12054, 1585, 6, 7, 1.55, 1.58, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12213, 1871, 12055, 1894, 3, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12214, 1871, 12056, 752, 9, 7, 1.04, 1.06, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12215, 1871, 12057, 1829, 1, 7, 0.81, 0.83, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12216, 1870, 12058, 563, 6, 8, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12217, 1870, 12059, 4526, 1, 8, 86.89, 88.63, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12218, 1870, 12060, 154, 1, 8, 5.30, 5.41, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12219, 1870, 12061, 1924, 6, 8, 11.51, 11.74, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12220, 1870, 12062, 3020, 1, 8, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12221, 1870, 12063, 290, 9, 8, 153.49, 156.56, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12222, 1870, 12064, 6003, 3, 8, 7756.21, 7911.33, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12223, 1870, 12065, 5033, 1, 8, 6.05, 6.17, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12224, 1870, 12066, 5813, 9, 8, 155.95, 159.07, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12225, 1870, 12067, 192, 6, 8, 126.49, 129.02, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12226, 1870, 12068, 810, 1, 8, 26.61, 27.14, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12227, 1870, 12069, 122, 9, 8, 45.90, 46.82, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12228, 1870, 12070, 522, 1, 8, 48.85, 49.83, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12229, 1870, 12071, 105, 1, 8, 337.05, 343.79, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12230, 1870, 12072, 4195, 9, 8, 881.99, 899.63, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12231, 1870, 12073, 2086, 9, 8, 256.43, 261.56, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12232, 1870, 12074, 5594, 1, 8, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12233, 1870, 12075, 6093, 9, 8, 25.45, 25.96, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12234, 1870, 12076, 2269, 9, 8, 30.17, 30.77, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12235, 1870, 12077, 4443, 3, 8, 35.01, 35.71, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12236, 1870, 12078, 2327, 6, 8, 469.34, 478.73, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12237, 1870, 12079, 5082, 1, 8, 23.42, 23.89, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12238, 1870, 12080, 365, 1, 8, 707.00, 721.14, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12239, 1870, 12081, 1147, 3, 8, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12240, 1870, 12082, 1827, 1, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12241, 1870, 12083, 4288, 1, 8, 222.60, 227.05, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12242, 1870, 12084, 483, 9, 8, 57.38, 58.53, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12243, 1870, 12085, 2370, 6, 8, 2.24, 2.28, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12244, 1870, 12086, 2572, 9, 8, 21.83, 22.27, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12245, 1870, 12087, 2823, 9, 8, 25.49, 26.00, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12246, 1870, 12088, 4234, 6, 8, 41.03, 41.85, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12247, 1870, 12089, 167, 1, 8, 27.39, 27.94, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12248, 1870, 12090, 3036, 3, 8, 1038.96, 1059.74, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12249, 1870, 12091, 1052, 9, 8, 61.19, 62.41, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12250, 1870, 12092, 1253, 9, 8, 32.01, 32.65, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12251, 1870, 12093, 2341, 6, 8, 39.41, 40.20, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12252, 1870, 12094, 2146, 6, 8, 45.87, 46.79, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12253, 1870, 12095, 2039, 1, 8, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12254, 1870, 12096, 717, 9, 8, 41.97, 42.81, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12255, 1870, 12097, 1203, 9, 8, 13.26, 13.53, 1, 1, 'ai_sell', '2024-06-03 23:25:10', '2024-06-03 23:25:10', '2024-06-04 00:26:08'),
(12256, 1870, 12098, 2104, 3, 8, 18.10, 18.46, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12257, 1870, 12099, 2677, 3, 8, 288.86, 294.64, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12258, 1870, 12100, 3609, 6, 8, 137.69, 140.44, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12259, 1870, 12101, 4293, 3, 8, 202.15, 206.19, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12260, 1870, 12102, 2020, 6, 8, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12261, 1870, 12103, 4031, 3, 8, 61.19, 62.41, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12262, 1870, 12104, 2004, 9, 8, 90.71, 92.52, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12263, 1870, 12105, 5945, 9, 8, 3.48, 3.55, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12264, 1870, 12106, 3015, 9, 8, 80.88, 82.50, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12265, 1870, 12107, 2704, 9, 8, 16.47, 16.80, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12266, 1870, 12108, 2281, 3, 8, 26.57, 27.10, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12267, 1870, 12109, 3745, 6, 8, 13.21, 13.47, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12268, 1870, 12110, 3761, 3, 8, 14.12, 14.40, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12269, 1870, 12111, 4033, 6, 8, 2.63, 2.68, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12270, 1870, 12112, 1894, 3, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12271, 1870, 12113, 752, 9, 8, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12272, 1870, 12114, 803, 1, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-03 23:25:11', '2024-06-03 23:25:11', '2024-06-04 00:26:08'),
(12273, 1871, 12115, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-03 23:26:04', '2024-06-03 23:26:04', '2024-06-04 00:27:03'),
(12274, 1866, 12116, 3496, 6, 6, 11.89, 12.00, 1, 1, 'ai_sell', '2024-06-03 23:33:03', '2024-06-03 23:33:03', '2024-06-04 00:33:03'),
(12275, 1866, 12117, 2282, 6, 6, 41.20, 41.57, 1, 1, 'ai_sell', '2024-06-03 23:33:03', '2024-06-03 23:33:03', '2024-06-04 00:33:03'),
(12276, 1866, 12118, 1363, 9, 6, 3.43, 3.46, 1, 1, 'ai_sell', '2024-06-03 23:33:03', '2024-06-03 23:33:03', '2024-06-04 00:33:03'),
(12277, 1866, 12119, 1640, 6, 6, 1.05, 1.06, 1, 1, 'ai_sell', '2024-06-03 23:33:03', '2024-06-03 23:33:03', '2024-06-04 00:33:03'),
(12278, 1866, 12120, 1811, 6, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-03 23:33:03', '2024-06-03 23:33:03', '2024-06-04 00:33:03'),
(12279, 1866, 12121, 803, 6, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-03 23:33:03', '2024-06-03 23:33:03', '2024-06-04 00:33:03'),
(12280, 1866, 12122, 1827, 6, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-03 23:33:03', '2024-06-03 23:33:03', '2024-06-04 00:33:03'),
(12281, 1873, 12123, 544, 1, 9, 4944.00, 5042.88, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12282, 1873, 12124, 2049, 1, 9, 9.05, 9.23, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12283, 1873, 12125, 3231, 3, 9, 68.13, 69.49, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12284, 1873, 12126, 4151, 3, 9, 34.64, 35.33, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12285, 1873, 12127, 4369, 9, 9, 11440.00, 11668.80, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12286, 1873, 12128, 1599, 1, 9, 2550.00, 2601.00, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12287, 1873, 12129, 5926, 3, 9, 62.09, 63.33, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12288, 1873, 12130, 6129, 1, 9, 8.94, 9.12, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12289, 1873, 12131, 430, 3, 9, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12290, 1873, 12132, 2019, 9, 9, 236.38, 241.11, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12291, 1873, 12133, 2155, 9, 9, 47.25, 48.20, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:05'),
(12292, 1873, 12134, 4324, 9, 9, 26.00, 26.52, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:06'),
(12293, 1873, 12135, 4427, 6, 9, 41.81, 42.65, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:06'),
(12294, 1873, 12136, 5645, 9, 9, 41.81, 42.65, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:06'),
(12295, 1873, 12137, 420, 3, 9, 40.74, 41.55, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:06'),
(12296, 1873, 12138, 1894, 6, 9, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-03 23:43:05', '2024-06-03 23:43:05', '2024-06-04 00:44:06'),
(12297, 1873, 12139, 3508, 3, 9, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-03 23:43:06', '2024-06-03 23:43:06', '2024-06-04 00:44:06'),
(12298, 1873, 12140, 756, 9, 9, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-03 23:43:06', '2024-06-03 23:43:06', '2024-06-04 00:44:06'),
(12299, 1873, 12141, 734, 6, 9, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-03 23:43:06', '2024-06-03 23:43:06', '2024-06-04 00:44:06'),
(12300, 1873, 12142, 1811, 1, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-03 23:43:06', '2024-06-03 23:43:06', '2024-06-04 00:44:06'),
(12301, 1866, 12143, 2521, 6, 11, 383.03, 390.69, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12302, 1866, 12144, 5164, 1, 11, 31.61, 32.24, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12303, 1866, 12145, 5662, 9, 11, 408.00, 416.16, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12304, 1866, 12146, 4953, 6, 11, 2614.50, 2666.79, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12305, 1866, 12147, 3600, 6, 11, 94.94, 96.84, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12306, 1866, 12148, 5431, 9, 11, 22.20, 22.64, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12307, 1866, 12149, 5249, 1, 11, 41.72, 42.55, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12308, 1866, 12150, 778, 9, 11, 36.09, 36.81, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12309, 1866, 12151, 4796, 9, 11, 10.93, 11.15, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12310, 1866, 12152, 3195, 6, 11, 202.82, 206.88, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12311, 1866, 12153, 3327, 6, 11, 2.44, 2.49, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12312, 1866, 12154, 2891, 9, 11, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12313, 1866, 12155, 5062, 3, 11, 22.22, 22.66, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12314, 1866, 12156, 3969, 1, 11, 14.77, 15.07, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12315, 1866, 12157, 5724, 6, 11, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:05'),
(12316, 1866, 12158, 340, 3, 11, 205.01, 209.11, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12317, 1866, 12159, 5165, 6, 11, 887.73, 905.48, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12318, 1866, 12160, 2826, 6, 11, 30.59, 31.20, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12319, 1866, 12161, 4163, 1, 11, 1547.60, 1578.55, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12320, 1866, 12162, 4550, 9, 11, 3244.50, 3309.39, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12321, 1866, 12163, 358, 1, 11, 1420.17, 1448.57, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12322, 1866, 12164, 5356, 9, 11, 46.35, 47.28, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12323, 1866, 12165, 97, 1, 11, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12324, 1866, 12166, 4559, 3, 11, 369.94, 377.34, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12325, 1866, 12167, 5139, 9, 11, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12326, 1866, 12168, 6112, 3, 11, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12327, 1866, 12169, 5573, 6, 11, 75.23, 76.73, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12328, 1866, 12170, 374, 9, 11, 124.38, 126.87, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12329, 1866, 12171, 4222, 6, 11, 57.14, 58.28, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12330, 1866, 12172, 892, 1, 11, 282.79, 288.45, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12331, 1866, 12173, 810, 3, 11, 25.85, 26.37, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12332, 1866, 12174, 2924, 6, 11, 31.74, 32.37, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12333, 1866, 12175, 4272, 6, 11, 120.19, 122.59, 1, 1, 'ai_sell', '2024-06-03 23:54:06', '2024-06-03 23:54:06', '2024-06-04 00:55:06'),
(12334, 1866, 12176, 606, 1, 11, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:06'),
(12335, 1866, 12177, 3927, 9, 11, 37.79, 38.55, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:06'),
(12336, 1866, 12178, 4307, 1, 11, 1060.00, 1081.20, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12337, 1866, 12179, 5689, 1, 11, 122.20, 124.64, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12338, 1866, 12180, 5381, 1, 11, 14.12, 14.40, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12339, 1866, 12181, 6165, 9, 11, 253.40, 258.47, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12340, 1866, 12182, 4012, 1, 11, 13.09, 13.35, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12341, 1866, 12183, 2945, 1, 11, 24.33, 24.82, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12342, 1866, 12184, 748, 1, 11, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12343, 1866, 12185, 463, 9, 11, 562.02, 573.26, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12344, 1866, 12186, 4140, 3, 11, 103.95, 106.03, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12345, 1866, 12187, 5087, 9, 11, 14.84, 15.14, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12346, 1866, 12188, 4046, 3, 11, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12347, 1866, 12189, 3115, 6, 11, 278.24, 283.80, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12348, 1866, 12190, 4568, 1, 11, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12349, 1866, 12191, 5264, 9, 11, 6.10, 6.22, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12350, 1866, 12192, 6015, 3, 11, 97.52, 99.47, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12351, 1866, 12193, 3142, 9, 11, 85.02, 86.72, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12352, 1866, 12194, 2537, 9, 11, 27.40, 27.95, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12353, 1866, 12195, 4295, 3, 11, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12354, 1866, 12196, 5557, 1, 11, 188.11, 191.87, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12355, 1866, 12197, 3737, 3, 11, 69.31, 70.70, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:07'),
(12356, 1866, 12198, 3986, 3, 11, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12357, 1866, 12199, 5116, 1, 11, 10.38, 10.59, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12358, 1866, 12200, 2524, 1, 11, 13.07, 13.33, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12359, 1866, 12201, 379, 6, 11, 7.42, 7.57, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12360, 1866, 12202, 2196, 9, 11, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12361, 1866, 12203, 3150, 1, 11, 3.06, 3.12, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12362, 1866, 12204, 3539, 9, 11, 1.18, 1.20, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12363, 1866, 12205, 1738, 6, 11, 1.48, 1.51, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12364, 1866, 12206, 1827, 1, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12365, 1866, 12207, 1811, 1, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-03 23:54:07', '2024-06-03 23:54:07', '2024-06-04 00:55:08'),
(12366, 1867, 12208, 1150, 1, 12, 238.96, 243.74, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12367, 1867, 12209, 599, 6, 12, 1224.00, 1248.48, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12368, 1867, 12210, 5948, 3, 12, 3.41, 3.48, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12369, 1867, 12211, 1422, 6, 12, 19.98, 20.38, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12370, 1867, 12212, 2793, 6, 12, 105.03, 107.13, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12371, 1867, 12213, 4900, 6, 12, 137.65, 140.40, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12372, 1867, 12214, 2411, 6, 12, 45.45, 46.36, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12373, 1867, 12215, 4301, 6, 12, 2064.40, 2105.69, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12374, 1867, 12216, 4057, 9, 12, 27.05, 27.59, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12375, 1867, 12217, 5457, 3, 12, 1950.11, 1989.11, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12376, 1867, 12218, 567, 1, 12, 2182.95, 2226.61, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12377, 1867, 12219, 883, 3, 12, 4.59, 4.68, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:04'),
(12378, 1867, 12220, 116, 1, 12, 100.98, 103.00, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12379, 1867, 12221, 5221, 6, 12, 201.95, 205.99, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12380, 1867, 12222, 1724, 3, 12, 2.33, 2.38, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12381, 1867, 12223, 3608, 9, 12, 90.71, 92.52, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12382, 1867, 12224, 1322, 3, 12, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12383, 1867, 12225, 5218, 9, 12, 515.60, 525.91, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12384, 1867, 12226, 4398, 1, 12, 105.00, 107.10, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12385, 1867, 12227, 731, 9, 12, 111.43, 113.66, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12386, 1867, 12228, 5520, 3, 12, 292.95, 298.81, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12387, 1867, 12229, 5748, 9, 12, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12388, 1867, 12230, 4764, 1, 12, 2.44, 2.49, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12389, 1867, 12231, 4665, 9, 12, 8.26, 8.43, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12390, 1867, 12232, 1033, 3, 12, 795.00, 810.90, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12391, 1867, 12233, 5964, 3, 12, 45.86, 46.78, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12392, 1867, 12234, 4142, 6, 12, 383.80, 391.48, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:05'),
(12393, 1867, 12235, 2421, 9, 12, 707.00, 721.14, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12394, 1867, 12236, 6146, 6, 12, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12395, 1867, 12237, 3244, 1, 12, 195.48, 199.39, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12396, 1867, 12238, 5101, 6, 12, 227.62, 232.17, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12397, 1867, 12239, 3587, 1, 12, 7.33, 7.48, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12398, 1867, 12240, 5380, 1, 12, 30.81, 31.43, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12399, 1867, 12241, 213, 6, 12, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12400, 1867, 12242, 4698, 6, 12, 21.35, 21.78, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12401, 1867, 12243, 354, 9, 12, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12402, 1867, 12244, 2537, 1, 12, 27.67, 28.22, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12403, 1867, 12245, 4917, 6, 12, 18.30, 18.67, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12404, 1867, 12246, 2694, 1, 12, 26.12, 26.64, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12405, 1867, 12247, 4944, 9, 12, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12406, 1867, 12248, 3549, 9, 12, 5823.95, 5940.43, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12407, 1867, 12249, 2097, 6, 12, 9.42, 9.61, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12408, 1867, 12250, 5202, 3, 12, 41.99, 42.83, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12409, 1867, 12251, 2349, 3, 12, 230.87, 235.49, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12410, 1867, 12252, 5304, 9, 12, 24.71, 25.20, 1, 1, 'ai_sell', '2024-06-04 00:05:12', '2024-06-04 00:05:12', '2024-06-04 01:06:06'),
(12411, 1867, 12253, 172, 1, 12, 20.89, 21.31, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12412, 1867, 12254, 1555, 1, 12, 25.22, 25.72, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12413, 1867, 12255, 3190, 1, 12, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12414, 1867, 12256, 5471, 3, 12, 4.07, 4.15, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12415, 1867, 12257, 675, 1, 12, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12416, 1867, 12258, 1583, 6, 12, 454.50, 463.59, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12417, 1867, 12259, 1045, 3, 12, 39.13, 39.91, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12418, 1867, 12260, 5019, 1, 12, 262.49, 267.74, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12419, 1867, 12261, 3905, 3, 12, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12420, 1867, 12262, 2999, 3, 12, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12421, 1867, 12263, 6078, 1, 12, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12422, 1867, 12264, 4129, 9, 12, 15.44, 15.75, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12423, 1867, 12265, 6059, 3, 12, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12424, 1867, 12266, 4934, 9, 12, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12425, 1867, 12267, 3879, 9, 12, 60.84, 62.06, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:06'),
(12426, 1867, 12268, 1622, 9, 12, 29.40, 29.99, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:07'),
(12427, 1867, 12269, 2707, 1, 12, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:07'),
(12428, 1867, 12270, 6101, 6, 12, 5.43, 5.54, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:07'),
(12429, 1867, 12271, 221, 1, 12, 25.27, 25.78, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:07'),
(12430, 1867, 12272, 4045, 1, 12, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:07'),
(12431, 1867, 12273, 803, 3, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-04 00:05:13', '2024-06-04 00:05:13', '2024-06-04 01:06:07'),
(12432, 1868, 12274, 2110, 6, 13, 26.52, 27.05, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:03'),
(12433, 1868, 12275, 688, 6, 13, 2683.57, 2737.24, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:03'),
(12434, 1868, 12276, 326, 6, 13, 3035.27, 3095.98, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:03'),
(12435, 1868, 12277, 374, 6, 13, 124.38, 126.87, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:03'),
(12436, 1868, 12278, 5272, 1, 13, 5.97, 6.09, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:03'),
(12437, 1868, 12279, 3360, 9, 13, 53.00, 54.06, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12438, 1868, 12280, 1467, 1, 13, 13.09, 13.35, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12439, 1868, 12281, 3174, 6, 13, 9.31, 9.50, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12440, 1868, 12282, 686, 3, 13, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12441, 1868, 12283, 2451, 3, 13, 460.95, 470.17, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12442, 1868, 12284, 2912, 3, 13, 92.61, 94.46, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12443, 1868, 12285, 652, 6, 13, 6344.82, 6471.72, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12444, 1868, 12286, 443, 6, 13, 182.63, 186.28, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12445, 1868, 12287, 1481, 3, 13, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12446, 1868, 12288, 237, 1, 13, 525.00, 535.50, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12447, 1868, 12289, 932, 9, 13, 13.68, 13.95, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12448, 1868, 12290, 327, 3, 13, 131.57, 134.20, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12449, 1868, 12291, 3087, 6, 13, 45.31, 46.22, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12450, 1868, 12292, 1302, 6, 13, 190.80, 194.62, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12451, 1868, 12293, 1262, 6, 13, 1.59, 1.62, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12452, 1868, 12294, 2210, 3, 13, 7.14, 7.28, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12453, 1868, 12295, 1894, 1, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-04 00:37:08', '2024-06-04 00:37:08', '2024-06-04 01:38:04'),
(12454, 1869, 12296, 4046, 6, 14, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:03'),
(12455, 1869, 12297, 2943, 9, 14, 21.98, 22.42, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:03'),
(12456, 1869, 12298, 5060, 9, 14, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12457, 1869, 12299, 1639, 6, 14, 16.30, 16.63, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12458, 1869, 12300, 1557, 1, 14, 2884.00, 2941.68, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12459, 1869, 12301, 3378, 6, 14, 371.00, 378.42, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12460, 1869, 12302, 4754, 1, 14, 7.02, 7.16, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12461, 1869, 12303, 1751, 1, 14, 953.27, 972.34, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12462, 1869, 12304, 1048, 1, 14, 58.29, 59.46, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12463, 1869, 12305, 4534, 1, 14, 107.06, 109.20, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12464, 1869, 12306, 5375, 6, 14, 38.96, 39.74, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12465, 1869, 12307, 1971, 9, 14, 66.30, 67.63, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12466, 1869, 12308, 121, 3, 14, 4.47, 4.56, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12467, 1869, 12309, 1732, 3, 14, 233.20, 237.86, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12468, 1869, 12310, 3749, 3, 14, 50.72, 51.73, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12469, 1869, 12311, 2217, 6, 14, 19.57, 19.96, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12470, 1869, 12312, 5210, 9, 14, 35.34, 36.05, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12471, 1869, 12313, 558, 9, 14, 12.60, 12.85, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12472, 1869, 12314, 1082, 9, 14, 131.25, 133.88, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12473, 1869, 12315, 2840, 1, 14, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12474, 1869, 12316, 3210, 1, 14, 15.71, 16.02, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12475, 1869, 12317, 513, 9, 14, 4637.50, 4730.25, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12476, 1869, 12318, 4542, 1, 14, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12477, 1869, 12319, 4469, 1, 14, 1695.99, 1729.91, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12478, 1869, 12320, 4032, 1, 14, 11.02, 11.24, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12479, 1869, 12321, 3663, 3, 14, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12480, 1869, 12322, 961, 3, 14, 32.65, 33.30, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12481, 1869, 12323, 4550, 3, 14, 3181.50, 3245.13, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12482, 1869, 12324, 3667, 1, 14, 19.37, 19.76, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12483, 1869, 12325, 3436, 6, 14, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12484, 1869, 12326, 355, 1, 14, 11.29, 11.52, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12485, 1869, 12327, 4360, 6, 14, 851.76, 868.80, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12486, 1869, 12328, 6145, 6, 14, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12487, 1869, 12329, 3633, 6, 14, 27.30, 27.85, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12488, 1869, 12330, 3038, 6, 14, 2523.99, 2574.47, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12489, 1869, 12331, 1642, 9, 14, 231.74, 236.37, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12490, 1869, 12332, 4403, 1, 14, 183.26, 186.93, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12491, 1869, 12333, 2532, 6, 14, 21.40, 21.83, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(12492, 1869, 12334, 966, 1, 14, 13.30, 13.57, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12493, 1869, 12335, 1899, 1, 14, 11.40, 11.63, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12494, 1869, 12336, 3241, 6, 14, 302.03, 308.07, 1, 1, 'ai_sell', '2024-06-04 01:05:12', '2024-06-04 01:05:12', '2024-06-04 02:06:04'),
(12495, 1869, 12337, 276, 3, 14, 336.59, 343.32, 1, 1, 'ai_sell', '2024-06-04 01:05:13', '2024-06-04 01:05:13', '2024-06-04 02:06:04'),
(12496, 1869, 12338, 5551, 9, 14, 201.99, 206.03, 1, 1, 'ai_sell', '2024-06-04 01:05:13', '2024-06-04 01:05:13', '2024-06-04 02:06:04'),
(12497, 1869, 12339, 3533, 3, 14, 2.44, 2.49, 1, 1, 'ai_sell', '2024-06-04 01:05:13', '2024-06-04 01:05:13', '2024-06-04 02:06:04'),
(12498, 1869, 12340, 1954, 3, 14, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-04 01:05:13', '2024-06-04 01:05:13', '2024-06-04 02:06:04'),
(12499, 1869, 12341, 4768, 1, 14, 3.00, 3.06, 1, 1, 'ai_sell', '2024-06-04 01:05:13', '2024-06-04 01:05:13', '2024-06-04 02:06:05'),
(12500, 1869, 12342, 1774, 6, 14, 60.64, 61.85, 1, 1, 'ai_sell', '2024-06-04 01:05:13', '2024-06-04 01:05:13', '2024-06-04 02:06:05'),
(12501, 1869, 12343, 2456, 6, 14, 12.48, 12.73, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12502, 1869, 12344, 3987, 9, 14, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12503, 1869, 12345, 5241, 6, 14, 32.92, 33.58, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12504, 1869, 12346, 1740, 9, 14, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12505, 1869, 12347, 6110, 3, 14, 2.14, 2.18, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12506, 1869, 12348, 3682, 1, 14, 4.37, 4.46, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12507, 1869, 12349, 756, 3, 14, 0.46, 0.47, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12508, 1869, 12350, 803, 9, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12509, 1869, 12351, 1827, 6, 14, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-04 01:06:08', '2024-06-04 01:06:08', '2024-06-04 02:07:03'),
(12510, 1872, 12352, 626, 6, 18, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:04'),
(12511, 1872, 12353, 3001, 1, 18, 85.05, 86.75, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12512, 1872, 12354, 4264, 3, 18, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12513, 1872, 12355, 2279, 3, 18, 355.31, 362.42, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12514, 1872, 12356, 684, 1, 18, 4536.48, 4627.21, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12515, 1872, 12357, 4644, 9, 18, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12516, 1872, 12358, 1152, 9, 18, 33.99, 34.67, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12517, 1872, 12359, 1680, 1, 18, 542.88, 553.74, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12518, 1872, 12360, 657, 3, 18, 40.95, 41.77, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12519, 1872, 12361, 5557, 6, 18, 186.33, 190.06, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12520, 1872, 12362, 87, 3, 18, 101.00, 103.02, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12521, 1872, 12363, 1591, 1, 18, 7.83, 7.99, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12522, 1872, 12364, 1656, 9, 18, 31.75, 32.39, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12523, 1872, 12365, 5753, 3, 18, 636.00, 648.72, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12524, 1872, 12366, 3121, 3, 18, 83.42, 85.09, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:06'),
(12525, 1872, 12367, 3593, 9, 18, 4.75, 4.85, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12526, 1872, 12368, 1948, 9, 18, 12.48, 12.73, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12527, 1872, 12369, 552, 6, 18, 12.60, 12.85, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12528, 1872, 12370, 591, 6, 18, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12529, 1872, 12371, 1997, 1, 18, 249.90, 254.90, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12530, 1872, 12372, 6167, 6, 18, 11.30, 11.53, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12531, 1872, 12373, 6153, 6, 18, 34.97, 35.67, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12532, 1872, 12374, 5600, 1, 18, 63.43, 64.70, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12533, 1872, 12375, 5077, 6, 18, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12534, 1872, 12376, 4180, 6, 18, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12535, 1872, 12377, 2834, 6, 18, 15.43, 15.74, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12536, 1872, 12378, 4563, 9, 18, 625.39, 637.90, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12537, 1872, 12379, 4853, 3, 18, 11.08, 11.30, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12538, 1872, 12380, 2861, 6, 18, 57.19, 58.33, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12539, 1872, 12381, 1245, 9, 18, 10.15, 10.35, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12540, 1872, 12382, 679, 9, 18, 4672.08, 4765.52, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12541, 1872, 12383, 325, 1, 18, 50.48, 51.49, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12542, 1872, 12384, 1762, 9, 18, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12543, 1872, 12385, 1852, 3, 18, 90.70, 92.51, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12544, 1872, 12386, 1161, 1, 18, 23.46, 23.93, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12545, 1872, 12387, 6097, 6, 18, 11.47, 11.70, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12546, 1872, 12388, 116, 1, 18, 100.98, 103.00, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12547, 1872, 12389, 3560, 1, 18, 25.49, 26.00, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12548, 1872, 12390, 2678, 3, 18, 40.89, 41.71, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:07'),
(12549, 1872, 12391, 5907, 3, 18, 16.83, 17.17, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12550, 1872, 12392, 4803, 9, 18, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12551, 1872, 12393, 2681, 3, 18, 89.19, 90.97, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12552, 1872, 12394, 3326, 3, 18, 6.23, 6.35, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12553, 1872, 12395, 973, 1, 18, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12554, 1872, 12396, 5724, 6, 18, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12555, 1872, 12397, 5732, 6, 18, 9.14, 9.32, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12556, 1872, 12398, 4219, 9, 18, 1.27, 1.30, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12557, 1872, 12399, 756, 6, 18, 0.46, 0.47, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12558, 1872, 12400, 1850, 9, 18, 0.58, 0.59, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12559, 1872, 12401, 734, 1, 18, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12560, 1872, 12402, 1844, 6, 18, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12561, 1872, 12403, 1827, 6, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-04 02:57:06', '2024-06-04 02:57:06', '2024-06-04 03:58:08'),
(12562, 1798, 12404, 1966, 5, NULL, 300.00, 309.00, 1, 1, 'manual_sell', '2024-06-04 04:07:03', '2024-06-04 04:07:03', '2024-06-04 05:07:04'),
(12563, 1798, 12405, 4126, 5, NULL, 83.00, 85.49, 1, 1, 'manual_sell', '2024-06-04 04:09:59', '2024-06-04 04:09:59', '2024-06-04 05:10:06'),
(12564, 1869, 12406, 3340, 1, 17, 144.20, 147.08, 1, 1, 'ai_sell', '2024-06-04 22:14:08', '2024-06-04 22:14:08', '2024-06-04 23:15:05'),
(12565, 1869, 12407, 4448, 9, 17, 12.36, 12.61, 1, 1, 'ai_sell', '2024-06-04 22:14:08', '2024-06-04 22:14:08', '2024-06-04 23:15:05'),
(12566, 1869, 12408, 4608, 3, 17, 94.50, 96.39, 1, 1, 'ai_sell', '2024-06-04 22:14:08', '2024-06-04 22:14:08', '2024-06-04 23:15:05'),
(12567, 1869, 12409, 5781, 9, 17, 1190.68, 1214.49, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:05'),
(12568, 1869, 12410, 5004, 1, 17, 20.14, 20.54, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:05'),
(12569, 1869, 12411, 2848, 6, 17, 243.79, 248.67, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:05'),
(12570, 1869, 12412, 2750, 3, 17, 246.75, 251.69, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:05'),
(12571, 1869, 12413, 6001, 6, 17, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12572, 1869, 12414, 5232, 1, 17, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12573, 1869, 12415, 2545, 3, 17, 104.16, 106.24, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12574, 1869, 12416, 6033, 9, 17, 607.72, 619.87, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12575, 1869, 12417, 1116, 1, 17, 92.56, 94.41, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12576, 1869, 12418, 3359, 1, 17, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12577, 1869, 12419, 4463, 3, 17, 40.79, 41.61, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12578, 1869, 12420, 1728, 6, 17, 80.55, 82.16, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12579, 1869, 12421, 3880, 6, 17, 16.62, 16.95, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12580, 1869, 12422, 2166, 6, 17, 36.72, 37.45, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12581, 1869, 12423, 5702, 9, 17, 47.68, 48.63, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12582, 1869, 12424, 5260, 1, 17, 152.44, 155.49, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12583, 1869, 12425, 4108, 9, 17, 42.39, 43.24, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12584, 1869, 12426, 3917, 6, 17, 518.96, 529.34, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12585, 1869, 12427, 740, 6, 17, 13.62, 13.89, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12586, 1869, 12428, 74, 9, 17, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12587, 1869, 12429, 1721, 9, 17, 1499.85, 1529.85, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12588, 1869, 12430, 4331, 6, 17, 19.57, 19.96, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12589, 1869, 12431, 4482, 6, 17, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12590, 1869, 12432, 5170, 3, 17, 5.20, 5.30, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12591, 1869, 12433, 3835, 9, 17, 3.84, 3.92, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12592, 1869, 12434, 3478, 6, 17, 112.37, 114.62, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12593, 1869, 12435, 3766, 9, 17, 16.23, 16.55, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12594, 1869, 12436, 5540, 3, 17, 129.06, 131.64, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12595, 1869, 12437, 5764, 6, 17, 1.48, 1.51, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12596, 1869, 12438, 5129, 6, 17, 265.80, 271.12, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12597, 1869, 12439, 1729, 3, 17, 198.22, 202.18, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12598, 1869, 12440, 999, 1, 17, 14.84, 15.14, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12599, 1869, 12441, 2875, 3, 17, 70.87, 72.29, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12600, 1869, 12442, 2364, 9, 17, 13.30, 13.57, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12601, 1869, 12443, 3259, 9, 17, 8.07, 8.23, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12602, 1869, 12444, 5570, 3, 17, 193.64, 197.51, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:06'),
(12603, 1869, 12445, 2540, 3, 17, 95.39, 97.30, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12604, 1869, 12446, 3303, 3, 17, 1248.00, 1272.96, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12605, 1869, 12447, 3256, 1, 17, 510.00, 520.20, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12606, 1869, 12448, 5457, 6, 17, 1950.11, 1989.11, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12607, 1869, 12449, 4895, 1, 17, 663.68, 676.95, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12608, 1869, 12450, 4635, 9, 17, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12609, 1869, 12451, 2120, 3, 17, 117.16, 119.50, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12610, 1869, 12452, 2511, 1, 17, 115.35, 117.66, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12611, 1869, 12453, 612, 1, 17, 68.25, 69.62, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12612, 1869, 12454, 2712, 1, 17, 23.10, 23.56, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12613, 1869, 12455, 5176, 6, 17, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12614, 1869, 12456, 673, 6, 17, 339.36, 346.15, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12615, 1869, 12457, 2798, 1, 17, 162.09, 165.33, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12616, 1869, 12458, 5094, 6, 17, 21.82, 22.26, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12617, 1869, 12459, 4523, 9, 17, 3.06, 3.12, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12618, 1869, 12460, 528, 9, 17, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12619, 1869, 12461, 5509, 9, 17, 154.49, 157.58, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12620, 1869, 12462, 430, 9, 17, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12621, 1869, 12463, 858, 3, 17, 14.95, 15.25, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12622, 1869, 12464, 1766, 6, 17, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12623, 1869, 12465, 2309, 3, 17, 614.91, 627.21, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12624, 1869, 12466, 5100, 6, 17, 16.03, 16.35, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12625, 1869, 12467, 1883, 6, 17, 414.96, 423.26, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12626, 1869, 12468, 6130, 6, 17, 4.88, 4.98, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12627, 1869, 12469, 4558, 6, 17, 412.00, 420.24, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12628, 1869, 12470, 949, 6, 17, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12629, 1869, 12471, 803, 3, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12630, 1869, 12472, 1827, 6, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-04 22:14:09', '2024-06-04 22:14:09', '2024-06-04 23:15:07'),
(12631, 1866, 12473, 4365, 3, 16, 5854.80, 5971.90, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:05'),
(12632, 1866, 12474, 4684, 6, 16, 36.14, 36.86, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12633, 1866, 12475, 5612, 9, 16, 1041.02, 1061.84, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12634, 1866, 12476, 322, 1, 16, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12635, 1866, 12477, 1924, 6, 16, 11.74, 11.97, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12636, 1866, 12478, 3798, 6, 16, 20.86, 21.28, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12637, 1866, 12479, 4054, 3, 16, 394.15, 402.03, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12638, 1866, 12480, 4726, 6, 16, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12639, 1866, 12481, 5482, 3, 16, 42.39, 43.24, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12640, 1866, 12482, 3117, 3, 16, 76.49, 78.02, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12641, 1866, 12483, 5620, 9, 16, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12642, 1866, 12484, 5272, 6, 16, 5.86, 5.98, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12643, 1866, 12485, 3928, 1, 16, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12644, 1866, 12486, 2018, 3, 16, 92.92, 94.78, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12645, 1866, 12487, 760, 9, 16, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12646, 1866, 12488, 6100, 6, 16, 72.63, 74.08, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12647, 1866, 12489, 5165, 6, 16, 862.37, 879.62, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12648, 1866, 12490, 5730, 9, 16, 26.25, 26.78, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12649, 1866, 12491, 4840, 1, 16, 70.10, 71.50, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12650, 1866, 12492, 1916, 3, 16, 3.43, 3.50, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12651, 1866, 12493, 53, 3, 16, 30.74, 31.35, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12652, 1866, 12494, 249, 9, 16, 33.31, 33.98, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12653, 1866, 12495, 4622, 1, 16, 141.40, 144.23, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12654, 1866, 12496, 755, 6, 16, 34.97, 35.67, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12655, 1866, 12497, 1111, 1, 16, 1444.30, 1473.19, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12656, 1866, 12498, 1804, 1, 16, 85.64, 87.35, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12657, 1866, 12499, 5969, 3, 16, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12658, 1866, 12500, 1760, 1, 16, 382.79, 390.45, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12659, 1866, 12501, 929, 3, 16, 46.62, 47.55, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12660, 1866, 12502, 996, 6, 16, 59.36, 60.55, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12661, 1866, 12503, 318, 6, 16, 29.50, 30.09, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12662, 1866, 12504, 2268, 3, 16, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12663, 1866, 12505, 2883, 9, 16, 47.46, 48.41, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12664, 1866, 12506, 3381, 1, 16, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12665, 1866, 12507, 2230, 9, 16, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12666, 1866, 12508, 3851, 9, 16, 194.25, 198.14, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12667, 1866, 12509, 3341, 3, 16, 54.53, 55.62, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:07'),
(12668, 1866, 12510, 272, 9, 16, 2029.10, 2069.68, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12669, 1866, 12511, 6015, 1, 16, 92.92, 94.78, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12670, 1866, 12512, 657, 9, 16, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12671, 1866, 12513, 458, 3, 16, 83.19, 84.85, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12672, 1866, 12514, 3325, 1, 16, 5.96, 6.08, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12673, 1866, 12515, 3819, 1, 16, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12674, 1866, 12516, 5761, 3, 16, 2.00, 2.04, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12675, 1866, 12517, 24, 1, 16, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12676, 1866, 12518, 1811, 3, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12677, 1866, 12519, 1827, 1, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-04 23:16:06', '2024-06-04 23:16:06', '2024-06-05 00:17:08'),
(12678, 1871, 12520, 3246, 6, 7, 1594.57, 1626.46, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:03'),
(12679, 1871, 12521, 4326, 3, 7, 108.14, 110.30, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12680, 1871, 12522, 2479, 9, 7, 632.86, 645.52, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12681, 1871, 12523, 1996, 9, 7, 35.33, 36.04, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12682, 1871, 12524, 5833, 1, 7, 16.43, 16.76, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12683, 1871, 12525, 2041, 9, 7, 2.08, 2.12, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12684, 1871, 12526, 980, 3, 7, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12685, 1871, 12527, 3832, 9, 7, 6.06, 6.18, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12686, 1871, 12528, 1591, 3, 7, 7.76, 7.92, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12687, 1871, 12529, 1736, 1, 7, 33.18, 33.84, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12688, 1871, 12530, 4446, 1, 7, 33.32, 33.99, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12689, 1871, 12531, 3959, 3, 7, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12690, 1871, 12532, 5445, 3, 7, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12691, 1871, 12533, 2916, 3, 7, 87.72, 89.47, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12692, 1871, 12534, 309, 9, 7, 237.27, 242.02, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12693, 1871, 12535, 2855, 3, 7, 3120.00, 3182.40, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12694, 1871, 12536, 5101, 1, 7, 234.25, 238.94, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12695, 1871, 12537, 5032, 9, 7, 127.19, 129.73, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12696, 1871, 12538, 3174, 3, 7, 9.31, 9.50, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12697, 1871, 12539, 529, 3, 7, 38.15, 38.91, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12698, 1871, 12540, 244, 1, 7, 127.19, 129.73, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:05'),
(12699, 1871, 12541, 2797, 1, 7, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12700, 1871, 12542, 5442, 6, 7, 26.27, 26.80, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12701, 1871, 12543, 1805, 3, 7, 8.47, 8.64, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12702, 1871, 12544, 2218, 3, 7, 21.54, 21.97, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12703, 1871, 12545, 3530, 9, 7, 211.99, 216.23, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12704, 1871, 12546, 5755, 6, 7, 42.99, 43.85, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12705, 1871, 12547, 1838, 1, 7, 11010.90, 11231.12, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12706, 1871, 12548, 5224, 3, 7, 766.31, 781.64, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12707, 1871, 12549, 1377, 3, 7, 12.59, 12.84, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12708, 1871, 12550, 1633, 1, 7, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12709, 1871, 12551, 6112, 3, 7, 168.00, 171.36, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12710, 1871, 12552, 4321, 3, 7, 122.39, 124.84, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12711, 1871, 12553, 517, 9, 7, 18.76, 19.14, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12712, 1871, 12554, 3624, 9, 7, 124.32, 126.81, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12713, 1871, 12555, 3484, 3, 7, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-05 00:38:08', '2024-06-05 00:38:08', '2024-06-05 01:39:06'),
(12714, 1871, 12556, 1243, 3, 7, 13349.76, 13616.76, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12715, 1871, 12557, 2004, 1, 7, 90.71, 92.52, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12716, 1871, 12558, 3588, 9, 7, 16.58, 16.91, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12717, 1871, 12559, 1799, 3, 7, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12718, 1871, 12560, 3635, 1, 7, 7.41, 7.56, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12719, 1871, 12561, 3536, 9, 7, 1493.50, 1523.37, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12720, 1871, 12562, 6069, 3, 7, 16.29, 16.62, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12721, 1871, 12563, 5206, 3, 7, 50.49, 51.50, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12722, 1871, 12564, 5392, 3, 7, 35.14, 35.84, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12723, 1871, 12565, 5349, 6, 7, 265.20, 270.50, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12724, 1871, 12566, 2328, 9, 7, 741.60, 756.43, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12725, 1871, 12567, 5639, 6, 7, 5.09, 5.19, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12726, 1871, 12568, 3222, 9, 7, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12727, 1871, 12569, 5015, 6, 7, 8.39, 8.56, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12728, 1871, 12570, 5236, 9, 7, 316.04, 322.36, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12729, 1871, 12571, 4441, 3, 7, 33.28, 33.95, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12730, 1871, 12572, 1920, 3, 7, 39.62, 40.41, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12731, 1871, 12573, 2770, 6, 7, 607.00, 619.14, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12732, 1871, 12574, 1956, 9, 7, 10.67, 10.88, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12733, 1871, 12575, 908, 1, 7, 20.28, 20.69, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12734, 1871, 12576, 4020, 9, 7, 25.24, 25.74, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12735, 1871, 12577, 1248, 9, 7, 29.47, 30.06, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12736, 1871, 12578, 4985, 6, 7, 315.00, 321.30, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12737, 1871, 12579, 1794, 9, 7, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12738, 1871, 12580, 1439, 3, 7, 267.77, 273.13, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:06'),
(12739, 1871, 12581, 1664, 3, 7, 40.95, 41.77, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12740, 1871, 12582, 119, 6, 7, 6.53, 6.66, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12741, 1871, 12583, 265, 1, 7, 131.30, 133.93, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12742, 1871, 12584, 3441, 3, 7, 26.25, 26.78, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12743, 1871, 12585, 452, 6, 7, 551.25, 562.28, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12744, 1871, 12586, 2246, 3, 7, 37.26, 38.01, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12745, 1871, 12587, 2723, 3, 7, 243.07, 247.93, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12746, 1871, 12588, 2394, 6, 7, 42.40, 43.25, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12747, 1871, 12589, 577, 9, 7, 803.25, 819.32, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12748, 1871, 12590, 3659, 6, 7, 8.66, 8.83, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12749, 1871, 12591, 2214, 6, 7, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12750, 1871, 12592, 5431, 6, 7, 22.84, 23.30, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12751, 1871, 12593, 3667, 6, 7, 19.18, 19.56, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12752, 1871, 12594, 2568, 3, 7, 1249.50, 1274.49, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12753, 1871, 12595, 2366, 1, 7, 18.17, 18.53, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12754, 1871, 12596, 3846, 1, 7, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12755, 1871, 12597, 2496, 6, 7, 111.77, 114.01, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12756, 1871, 12598, 4760, 6, 7, 72.79, 74.25, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12757, 1871, 12599, 2322, 3, 7, 58.70, 59.87, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12758, 1871, 12600, 2724, 3, 7, 6793.50, 6929.37, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12759, 1871, 12601, 5403, 1, 7, 404.77, 412.87, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12760, 1871, 12602, 2127, 3, 7, 2.58, 2.63, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12761, 1871, 12603, 5805, 9, 7, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12762, 1871, 12604, 1724, 6, 7, 2.22, 2.26, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12763, 1871, 12605, 1981, 9, 7, 216.30, 220.63, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12764, 1871, 12606, 4040, 1, 7, 20.84, 21.26, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12765, 1871, 12607, 137, 9, 7, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12766, 1871, 12608, 41, 1, 7, 18.36, 18.73, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12767, 1871, 12609, 5695, 3, 7, 57.07, 58.21, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12768, 1871, 12610, 5559, 9, 7, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12769, 1871, 12611, 4602, 6, 7, 29.53, 30.12, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12770, 1871, 12612, 2301, 6, 7, 17.85, 18.21, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12771, 1871, 12613, 78, 6, 7, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12772, 1871, 12614, 4497, 6, 7, 15.14, 15.44, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12773, 1871, 12615, 5110, 9, 7, 14.70, 14.99, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12774, 1871, 12616, 3004, 3, 7, 88.71, 90.48, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12775, 1871, 12617, 2023, 3, 7, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12776, 1871, 12618, 203, 3, 7, 499.95, 509.95, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12777, 1871, 12619, 2063, 1, 7, 4.89, 4.99, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12778, 1871, 12620, 5120, 9, 7, 19.37, 19.76, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12779, 1871, 12621, 5497, 9, 7, 602.54, 614.59, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12780, 1871, 12622, 2565, 9, 7, 85.38, 87.09, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12781, 1871, 12623, 6009, 3, 7, 19.74, 20.13, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12782, 1871, 12624, 1530, 6, 7, 14.31, 14.60, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12783, 1871, 12625, 1704, 6, 7, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12784, 1871, 12626, 4693, 1, 7, 14.82, 15.12, 1, 1, 'ai_sell', '2024-06-05 00:38:09', '2024-06-05 00:38:09', '2024-06-05 01:39:07'),
(12785, 1871, 12627, 1444, 1, 7, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12786, 1871, 12628, 5569, 9, 7, 67.17, 68.51, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12787, 1871, 12629, 2007, 9, 7, 104.16, 106.24, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12788, 1871, 12630, 1455, 1, 7, 29.28, 29.87, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12789, 1871, 12631, 1274, 9, 7, 3.31, 3.38, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12790, 1871, 12632, 1403, 3, 7, 8.41, 8.58, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12791, 1871, 12633, 4511, 9, 7, 2.03, 2.07, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12792, 1871, 12634, 1844, 1, 7, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12793, 1871, 12635, 765, 6, 7, 1.34, 1.37, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12794, 1871, 12636, 803, 3, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12795, 1870, 12637, 3246, 6, 8, 1625.54, 1658.05, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12796, 1870, 12638, 4326, 6, 8, 110.24, 112.44, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12797, 1870, 12639, 2479, 9, 8, 657.92, 671.08, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12798, 1870, 12640, 1996, 9, 8, 35.68, 36.39, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12799, 1870, 12641, 5833, 9, 8, 16.28, 16.61, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12800, 1870, 12642, 2041, 6, 8, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12801, 1870, 12643, 980, 6, 8, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12802, 1870, 12644, 3832, 1, 8, 6.06, 6.18, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:07'),
(12803, 1870, 12645, 1591, 1, 8, 7.68, 7.83, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12804, 1870, 12646, 1736, 9, 8, 33.51, 34.18, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12805, 1870, 12647, 4446, 6, 8, 34.64, 35.33, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12806, 1870, 12648, 3959, 9, 8, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12807, 1870, 12649, 5445, 6, 8, 13.25, 13.52, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12808, 1870, 12650, 2916, 1, 8, 90.30, 92.11, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12809, 1870, 12651, 309, 1, 8, 235.01, 239.71, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12810, 1870, 12652, 2855, 1, 8, 3060.00, 3121.20, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12811, 1870, 12653, 5101, 3, 8, 234.25, 238.94, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12812, 1870, 12654, 5032, 9, 8, 124.79, 127.29, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12813, 1870, 12655, 3174, 9, 8, 9.31, 9.50, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12814, 1870, 12656, 529, 6, 8, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12815, 1870, 12657, 244, 3, 8, 123.59, 126.06, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12816, 1870, 12658, 2797, 3, 8, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12817, 1870, 12659, 5442, 3, 8, 27.57, 28.12, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12818, 1870, 12660, 1805, 1, 8, 8.72, 8.89, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12819, 1870, 12661, 2218, 6, 8, 21.54, 21.97, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12820, 1870, 12662, 3530, 6, 8, 203.99, 208.07, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12821, 1870, 12663, 5755, 3, 8, 41.35, 42.18, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12822, 1870, 12664, 5224, 9, 8, 781.19, 796.81, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12823, 1870, 12665, 1377, 6, 8, 12.11, 12.35, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12824, 1870, 12666, 1633, 1, 8, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12825, 1870, 12667, 6112, 1, 8, 169.60, 172.99, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12826, 1870, 12668, 4321, 6, 8, 123.59, 126.06, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12827, 1870, 12669, 517, 1, 8, 18.05, 18.41, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12828, 1870, 12670, 3624, 6, 8, 127.94, 130.50, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12829, 1870, 12671, 3484, 6, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12830, 1870, 12672, 2004, 9, 8, 91.57, 93.40, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12831, 1870, 12673, 3588, 6, 8, 15.95, 16.27, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12832, 1870, 12674, 1799, 9, 8, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12833, 1870, 12675, 3635, 1, 8, 7.41, 7.56, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12834, 1870, 12676, 3536, 1, 8, 1537.00, 1567.74, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12835, 1870, 12677, 6069, 1, 8, 16.45, 16.78, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12836, 1870, 12678, 5206, 6, 8, 50.99, 52.01, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12837, 1870, 12679, 5392, 6, 8, 34.48, 35.17, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12838, 1870, 12680, 5349, 6, 8, 267.80, 273.16, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12839, 1870, 12681, 2328, 1, 8, 763.20, 778.46, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12840, 1870, 12682, 5639, 3, 8, 5.13, 5.23, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12841, 1870, 12683, 3222, 3, 8, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12842, 1870, 12684, 5015, 9, 8, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12843, 1870, 12685, 5236, 3, 8, 316.04, 322.36, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12844, 1870, 12686, 4441, 6, 8, 32.96, 33.62, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12845, 1870, 12687, 1920, 3, 8, 40.78, 41.60, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12846, 1870, 12688, 2770, 6, 8, 637.05, 649.79, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12847, 1870, 12689, 1956, 1, 8, 10.47, 10.68, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12848, 1870, 12690, 908, 6, 8, 19.89, 20.29, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12849, 1870, 12691, 4020, 9, 8, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12850, 1870, 12692, 1248, 9, 8, 28.63, 29.20, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12851, 1870, 12693, 4985, 3, 8, 309.00, 315.18, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12852, 1870, 12694, 1794, 1, 8, 159.00, 162.18, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12853, 1870, 12695, 1439, 3, 8, 265.24, 270.54, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12854, 1870, 12696, 1664, 9, 8, 40.95, 41.77, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12855, 1870, 12697, 119, 9, 8, 6.47, 6.60, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12856, 1870, 12698, 265, 1, 8, 137.80, 140.56, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12857, 1870, 12699, 3441, 3, 8, 26.77, 27.31, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12858, 1870, 12700, 452, 1, 8, 540.75, 551.57, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12859, 1870, 12701, 2246, 6, 8, 36.53, 37.26, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12860, 1870, 12702, 2723, 1, 8, 243.07, 247.93, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12861, 1870, 12703, 2394, 3, 8, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12862, 1870, 12704, 3659, 3, 8, 8.66, 8.83, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12863, 1870, 12705, 2214, 1, 8, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12864, 1870, 12706, 5431, 6, 8, 21.77, 22.21, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12865, 1870, 12707, 3667, 6, 8, 19.18, 19.56, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12866, 1870, 12708, 2366, 9, 8, 18.17, 18.53, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(12867, 1870, 12709, 3846, 3, 8, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12868, 1870, 12710, 2496, 6, 8, 112.84, 115.10, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12869, 1870, 12711, 4760, 6, 8, 72.79, 74.25, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12870, 1870, 12712, 2322, 3, 8, 58.70, 59.87, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12871, 1870, 12713, 2127, 1, 8, 2.65, 2.70, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12872, 1870, 12714, 5805, 3, 8, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12873, 1870, 12715, 1724, 9, 8, 2.24, 2.28, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12874, 1870, 12716, 4040, 1, 8, 21.66, 22.09, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12875, 1870, 12717, 137, 1, 8, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12876, 1870, 12718, 41, 1, 8, 18.90, 19.28, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12877, 1870, 12719, 5559, 9, 8, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12878, 1870, 12720, 4497, 6, 8, 15.59, 15.90, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12879, 1870, 12721, 803, 3, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-05 00:38:10', '2024-06-05 00:38:10', '2024-06-05 01:39:08'),
(12880, 1866, 12722, 3293, 6, 6, 14.42, 14.55, 1, 1, 'ai_sell', '2024-06-05 00:44:06', '2024-06-05 00:44:06', '2024-06-05 01:45:04'),
(12881, 1866, 12723, 5582, 9, 6, 13.29, 13.41, 1, 1, 'ai_sell', '2024-06-05 00:44:06', '2024-06-05 00:44:06', '2024-06-05 01:45:05'),
(12882, 1866, 12724, 3657, 3, 6, 7.06, 7.12, 1, 1, 'ai_sell', '2024-06-05 00:44:06', '2024-06-05 00:44:06', '2024-06-05 01:45:05'),
(12883, 1866, 12725, 2137, 9, 6, 21.81, 22.01, 1, 1, 'ai_sell', '2024-06-05 00:44:06', '2024-06-05 00:44:06', '2024-06-05 01:45:05'),
(12884, 1866, 12726, 678, 9, 6, 2.04, 2.06, 1, 1, 'ai_sell', '2024-06-05 00:44:06', '2024-06-05 00:44:06', '2024-06-05 01:45:05'),
(12885, 1873, 12727, 3674, 9, 9, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12886, 1873, 12728, 1749, 9, 9, 102.90, 104.96, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12887, 1873, 12729, 5294, 6, 9, 284.42, 290.11, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12888, 1873, 12730, 6081, 1, 9, 17.32, 17.67, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12889, 1873, 12731, 4647, 6, 9, 82.61, 84.26, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12890, 1873, 12732, 5082, 9, 9, 24.58, 25.07, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12891, 1873, 12733, 4094, 3, 9, 222.59, 227.04, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12892, 1873, 12734, 4063, 9, 9, 17.21, 17.55, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12893, 1873, 12735, 3211, 3, 9, 19.87, 20.27, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12894, 1873, 12736, 5599, 9, 9, 84.17, 85.85, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12895, 1873, 12737, 4424, 6, 9, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12896, 1873, 12738, 2842, 9, 9, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12897, 1873, 12739, 2291, 1, 9, 178.50, 182.07, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12898, 1873, 12740, 3106, 6, 9, 16.26, 16.59, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12899, 1873, 12741, 5235, 1, 9, 399.00, 406.98, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12900, 1873, 12742, 3258, 6, 9, 96.44, 98.37, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12901, 1873, 12743, 65, 9, 9, 29.87, 30.47, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12902, 1873, 12744, 3783, 9, 9, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12903, 1873, 12745, 3304, 6, 9, 43.43, 44.30, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12904, 1873, 12746, 4276, 3, 9, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12905, 1873, 12747, 4617, 1, 9, 113.30, 115.57, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:03'),
(12906, 1873, 12748, 1712, 3, 9, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-05 00:56:06', '2024-06-05 00:56:06', '2024-06-05 01:57:04'),
(12907, 1873, 12749, 2259, 1, 9, 221.49, 225.92, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12908, 1873, 12750, 5121, 1, 9, 104.02, 106.10, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12909, 1873, 12751, 4527, 6, 9, 67.97, 69.33, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12910, 1873, 12752, 4283, 1, 9, 10.82, 11.04, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12911, 1873, 12753, 1850, 9, 9, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12912, 1873, 12754, 2483, 9, 9, 64.69, 65.98, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12913, 1873, 12755, 1131, 6, 9, 381.68, 389.31, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12914, 1873, 12756, 3850, 1, 9, 18.35, 18.72, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12915, 1873, 12757, 3664, 6, 9, 13.57, 13.84, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12916, 1873, 12758, 4984, 9, 9, 3244.50, 3309.39, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12917, 1873, 12759, 1544, 3, 9, 115.26, 117.57, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12918, 1873, 12760, 6041, 9, 9, 100.73, 102.74, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12919, 1873, 12761, 1898, 6, 9, 455.80, 464.92, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12920, 1873, 12762, 3745, 6, 9, 12.83, 13.09, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12921, 1873, 12763, 5589, 1, 9, 157.94, 161.10, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12922, 1873, 12764, 1411, 6, 9, 7.00, 7.14, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12923, 1873, 12765, 1762, 1, 9, 169.60, 172.99, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12924, 1873, 12766, 3472, 9, 9, 300.94, 306.96, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12925, 1873, 12767, 4119, 3, 9, 3101.69, 3163.72, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12926, 1873, 12768, 928, 3, 9, 179.14, 182.72, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12927, 1873, 12769, 2250, 1, 9, 71.71, 73.14, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12928, 1873, 12770, 5663, 9, 9, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12929, 1873, 12771, 809, 9, 9, 173.24, 176.70, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12930, 1873, 12772, 2133, 3, 9, 128.75, 131.33, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12931, 1873, 12773, 2226, 1, 9, 47.25, 48.20, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12932, 1873, 12774, 4462, 6, 9, 20.98, 21.40, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12933, 1873, 12775, 1142, 9, 9, 79.98, 81.58, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12934, 1873, 12776, 2469, 1, 9, 157.19, 160.33, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12935, 1873, 12777, 304, 9, 9, 122.88, 125.34, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12936, 1873, 12778, 646, 3, 9, 16.32, 16.65, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12937, 1873, 12779, 5292, 3, 9, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12938, 1873, 12780, 4755, 3, 9, 414.09, 422.37, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12939, 1873, 12781, 4256, 1, 9, 2524.99, 2575.49, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12940, 1873, 12782, 1321, 9, 9, 28.91, 29.49, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12941, 1873, 12783, 3777, 9, 9, 8.38, 8.55, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12942, 1873, 12784, 5380, 1, 9, 31.12, 31.74, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12943, 1873, 12785, 1018, 9, 9, 51.44, 52.47, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12944, 1873, 12786, 2024, 1, 9, 12.69, 12.94, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12945, 1873, 12787, 1760, 6, 9, 390.37, 398.18, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12946, 1873, 12788, 5944, 3, 9, 84.00, 85.68, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12947, 1873, 12789, 1002, 3, 9, 338.09, 344.85, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12948, 1873, 12790, 5125, 6, 9, 242.50, 247.35, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12949, 1873, 12791, 773, 3, 9, 59.59, 60.78, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12950, 1873, 12792, 1764, 3, 9, 96.45, 98.38, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12951, 1873, 12793, 965, 1, 9, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12952, 1873, 12794, 2574, 1, 9, 19.67, 20.06, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12953, 1873, 12795, 5018, 3, 9, 222.59, 227.04, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12954, 1873, 12796, 4022, 6, 9, 45.44, 46.35, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12955, 1873, 12797, 6066, 3, 9, 15.99, 16.31, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12956, 1873, 12798, 5881, 1, 9, 7.14, 7.28, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12957, 1873, 12799, 530, 3, 9, 12.97, 13.23, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12958, 1873, 12800, 2546, 1, 9, 190.79, 194.61, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12959, 1873, 12801, 4036, 3, 9, 6.34, 6.47, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12960, 1873, 12802, 3942, 3, 9, 89.76, 91.56, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12961, 1873, 12803, 3125, 9, 9, 497.93, 507.89, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12962, 1873, 12804, 4705, 1, 9, 23.23, 23.69, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12963, 1873, 12805, 6144, 3, 9, 52.50, 53.55, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12964, 1873, 12806, 3535, 1, 9, 82.86, 84.52, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12965, 1873, 12807, 868, 1, 9, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12966, 1873, 12808, 1576, 6, 9, 2.76, 2.82, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12967, 1873, 12809, 1486, 6, 9, 33.90, 34.58, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12968, 1873, 12810, 2958, 3, 9, 108.12, 110.28, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12969, 1873, 12811, 4585, 9, 9, 81.60, 83.23, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12970, 1873, 12812, 4370, 6, 9, 404.30, 412.39, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12971, 1873, 12813, 4881, 9, 9, 20.23, 20.63, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12972, 1873, 12814, 1431, 9, 9, 58.29, 59.46, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12973, 1873, 12815, 4296, 6, 9, 127.25, 129.80, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12974, 1873, 12816, 3028, 3, 9, 74.88, 76.38, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12975, 1873, 12817, 1881, 6, 9, 11.03, 11.25, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12976, 1873, 12818, 771, 1, 9, 7.38, 7.53, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12977, 1873, 12819, 1914, 9, 9, 61.55, 62.78, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12978, 1873, 12820, 1365, 1, 9, 25.30, 25.81, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12979, 1873, 12821, 2690, 3, 9, 730.07, 744.67, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12980, 1873, 12822, 1954, 1, 9, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12981, 1873, 12823, 1827, 1, 9, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12982, 1873, 12824, 1811, 9, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-05 00:56:07', '2024-06-05 00:56:07', '2024-06-05 01:57:04'),
(12983, 1866, 12825, 867, 6, 11, 9.43, 9.62, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:03'),
(12984, 1866, 12826, 1426, 3, 11, 64.14, 65.42, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12985, 1866, 12827, 4064, 6, 11, 12.26, 12.51, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12986, 1866, 12828, 4322, 1, 11, 706.58, 720.71, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12987, 1866, 12829, 5048, 1, 11, 48.95, 49.93, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12988, 1866, 12830, 1718, 1, 11, 4.11, 4.19, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12989, 1866, 12831, 5619, 6, 11, 102.99, 105.05, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12990, 1866, 12832, 4298, 9, 11, 51.46, 52.49, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12991, 1866, 12833, 5362, 9, 11, 216.29, 220.62, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12992, 1866, 12834, 2486, 3, 11, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12993, 1866, 12835, 3265, 6, 11, 7.22, 7.36, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12994, 1866, 12836, 600, 1, 11, 13.52, 13.79, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12995, 1866, 12837, 3779, 9, 11, 59.56, 60.75, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12996, 1866, 12838, 1311, 6, 11, 45.93, 46.85, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12997, 1866, 12839, 2641, 6, 11, 19.36, 19.75, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12998, 1866, 12840, 416, 9, 11, 184.98, 188.68, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(12999, 1866, 12841, 4568, 3, 11, 7.21, 7.35, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:04'),
(13000, 1866, 12842, 3371, 1, 11, 192.40, 196.25, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:05'),
(13001, 1866, 12843, 3948, 1, 11, 113.27, 115.54, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:05'),
(13002, 1866, 12844, 6061, 6, 11, 21.13, 21.55, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:05'),
(13003, 1866, 12845, 2399, 3, 11, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:05'),
(13004, 1866, 12846, 4587, 9, 11, 26.02, 26.54, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:05'),
(13005, 1866, 12847, 2565, 1, 11, 86.22, 87.94, 1, 1, 'ai_sell', '2024-06-05 01:06:09', '2024-06-05 01:06:09', '2024-06-05 02:07:05'),
(13006, 1866, 12848, 5131, 9, 11, 327.30, 333.85, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13007, 1866, 12849, 446, 3, 11, 157.91, 161.07, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13008, 1866, 12850, 4577, 9, 11, 30.71, 31.32, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13009, 1866, 12851, 6145, 1, 11, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13010, 1866, 12852, 3599, 1, 11, 10.65, 10.86, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13011, 1866, 12853, 1244, 1, 11, 512.16, 522.40, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13012, 1866, 12854, 5388, 1, 11, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13013, 1866, 12855, 3172, 1, 11, 502.87, 512.93, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13014, 1866, 12856, 1240, 3, 11, 5145.00, 5247.90, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13015, 1866, 12857, 539, 3, 11, 1004.95, 1025.05, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13016, 1866, 12858, 2141, 1, 11, 17.51, 17.86, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13017, 1866, 12859, 4565, 6, 11, 95.40, 97.31, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13018, 1866, 12860, 665, 3, 11, 98.70, 100.67, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13019, 1866, 12861, 705, 1, 11, 67.84, 69.20, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13020, 1866, 12862, 3505, 9, 11, 61.95, 63.19, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13021, 1866, 12863, 4991, 3, 11, 171.91, 175.35, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13022, 1866, 12864, 1852, 9, 11, 95.19, 97.09, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13023, 1866, 12865, 4708, 3, 11, 16.29, 16.62, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13024, 1866, 12866, 3554, 1, 11, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-05 01:06:10', '2024-06-05 01:06:10', '2024-06-05 02:07:05'),
(13025, 1866, 12867, 688, 6, 11, 2683.57, 2737.24, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:05'),
(13026, 1866, 12868, 923, 6, 11, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13027, 1866, 12869, 5402, 9, 11, 21.16, 21.58, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13028, 1866, 12870, 4389, 1, 11, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13029, 1866, 12871, 2911, 1, 11, 408.61, 416.78, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13030, 1866, 12872, 5179, 1, 11, 82.39, 84.04, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13031, 1866, 12873, 2575, 6, 11, 44.37, 45.26, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13032, 1866, 12874, 1218, 6, 11, 74.78, 76.28, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13033, 1866, 12875, 1775, 1, 11, 253.76, 258.84, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13034, 1866, 12876, 4317, 6, 11, 11.12, 11.34, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13035, 1866, 12877, 3966, 1, 11, 32.42, 33.07, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13036, 1866, 12878, 4187, 1, 11, 1039.99, 1060.79, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13037, 1866, 12879, 324, 9, 11, 13.02, 13.28, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13038, 1866, 12880, 1476, 1, 11, 168.92, 172.30, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13039, 1866, 12881, 2789, 6, 11, 41.17, 41.99, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13040, 1866, 12882, 4445, 6, 11, 27.18, 27.72, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13041, 1866, 12883, 139, 6, 11, 510.00, 520.20, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13042, 1866, 12884, 2581, 3, 11, 17.67, 18.02, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13043, 1866, 12885, 4785, 9, 11, 363.62, 370.89, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13044, 1866, 12886, 919, 9, 11, 311.99, 318.23, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13045, 1866, 12887, 835, 6, 11, 22.19, 22.63, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13046, 1866, 12888, 6060, 1, 11, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13047, 1866, 12889, 4321, 3, 11, 124.79, 127.29, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13048, 1866, 12890, 4382, 6, 11, 15.40, 15.71, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13049, 1866, 12891, 4555, 9, 11, 319.96, 326.36, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13050, 1866, 12892, 1123, 6, 11, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13051, 1866, 12893, 3056, 1, 11, 17.85, 18.21, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13052, 1866, 12894, 504, 3, 11, 16.22, 16.54, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13053, 1866, 12895, 2532, 9, 11, 21.61, 22.04, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13054, 1866, 12896, 3575, 6, 11, 9.01, 9.19, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13055, 1866, 12897, 1740, 3, 11, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13056, 1866, 12898, 1469, 6, 11, 1.28, 1.31, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13057, 1866, 12899, 608, 1, 11, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13058, 1866, 12900, 1827, 9, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-05 01:06:11', '2024-06-05 01:06:11', '2024-06-05 02:07:06'),
(13059, 1866, 12901, 1827, 9, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-05 01:07:09', '2024-06-05 01:07:09', '2024-06-05 02:08:04'),
(13060, 1867, 12902, 4737, 6, 12, 52.88, 53.94, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:03'),
(13061, 1867, 12903, 264, 6, 12, 1588.94, 1620.72, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:04'),
(13062, 1867, 12904, 1553, 9, 12, 8670.00, 8843.40, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:04'),
(13063, 1867, 12905, 1606, 9, 12, 21.15, 21.57, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13064, 1867, 12906, 4871, 3, 12, 71.39, 72.82, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13065, 1867, 12907, 1942, 9, 12, 8.06, 8.22, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13066, 1867, 12908, 5357, 6, 12, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13067, 1867, 12909, 2567, 6, 12, 415.99, 424.31, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13068, 1867, 12910, 1165, 9, 12, 63.43, 64.70, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13069, 1867, 12911, 2575, 3, 12, 43.09, 43.95, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13070, 1867, 12912, 4686, 6, 12, 1308.06, 1334.22, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13071, 1867, 12913, 4965, 9, 12, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13072, 1867, 12914, 2195, 1, 12, 78.00, 79.56, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13073, 1867, 12915, 5900, 1, 12, 105.88, 108.00, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13074, 1867, 12916, 2629, 9, 12, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13075, 1867, 12917, 6007, 3, 12, 3030.00, 3090.60, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13076, 1867, 12918, 2382, 6, 12, 409.94, 418.14, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13077, 1867, 12919, 4435, 1, 12, 16.59, 16.92, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13078, 1867, 12920, 5955, 1, 12, 6.28, 6.41, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13079, 1867, 12921, 757, 3, 12, 213.26, 217.53, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13080, 1867, 12922, 5218, 9, 12, 510.59, 520.80, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13081, 1867, 12923, 5505, 1, 12, 83.42, 85.09, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13082, 1867, 12924, 616, 1, 12, 160.14, 163.34, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13083, 1867, 12925, 3990, 1, 12, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13084, 1867, 12926, 1401, 3, 12, 10.80, 11.02, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13085, 1867, 12927, 3311, 1, 12, 333.29, 339.96, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13086, 1867, 12928, 136, 9, 12, 24.48, 24.97, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13087, 1867, 12929, 5744, 3, 12, 104.99, 107.09, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13088, 1867, 12930, 1434, 3, 12, 83.20, 84.86, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13089, 1867, 12931, 1814, 9, 12, 214.20, 218.48, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13090, 1867, 12932, 1816, 1, 12, 16.78, 17.12, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13091, 1867, 12933, 750, 6, 12, 4.11, 4.19, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13092, 1867, 12934, 6168, 3, 12, 29.57, 30.16, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13093, 1867, 12935, 3887, 6, 12, 308.88, 315.06, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13094, 1867, 12936, 4738, 6, 12, 110.09, 112.29, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13095, 1867, 12937, 2027, 1, 12, 56.09, 57.21, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13096, 1867, 12938, 165, 9, 12, 202.33, 206.38, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13097, 1867, 12939, 2899, 1, 12, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13098, 1867, 12940, 2113, 6, 12, 8.98, 9.16, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13099, 1867, 12941, 1691, 6, 12, 5.44, 5.55, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13100, 1867, 12942, 1612, 3, 12, 42.76, 43.62, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13101, 1867, 12943, 4171, 9, 12, 25.24, 25.74, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13102, 1867, 12944, 1222, 9, 12, 10.51, 10.72, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13103, 1867, 12945, 3379, 3, 12, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13104, 1867, 12946, 4750, 3, 12, 67.22, 68.56, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13105, 1867, 12947, 4976, 6, 12, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13106, 1867, 12948, 1705, 3, 12, 875.49, 893.00, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13107, 1867, 12949, 132, 6, 12, 102.96, 105.02, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13108, 1867, 12950, 1383, 9, 12, 99.99, 101.99, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13109, 1867, 12951, 2313, 3, 12, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13110, 1867, 12952, 3912, 6, 12, 24.23, 24.71, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13111, 1867, 12953, 5908, 3, 12, 35.01, 35.71, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13112, 1867, 12954, 3327, 9, 12, 2.47, 2.52, 1, 1, 'ai_sell', '2024-06-05 01:18:10', '2024-06-05 01:18:10', '2024-06-05 02:19:05'),
(13113, 1867, 12955, 1331, 9, 12, 4.79, 4.89, 1, 1, 'ai_sell', '2024-06-05 01:18:11', '2024-06-05 01:18:11', '2024-06-05 02:19:05'),
(13114, 1867, 12956, 3149, 9, 12, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-05 01:18:11', '2024-06-05 01:18:11', '2024-06-05 02:19:05'),
(13115, 1867, 12957, 1827, 1, 12, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-05 01:18:11', '2024-06-05 01:18:11', '2024-06-05 02:19:05'),
(13116, 1867, 12958, 734, 3, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-05 01:18:11', '2024-06-05 01:18:11', '2024-06-05 02:19:05'),
(13117, 1868, 12959, 5750, 9, 13, 8.57, 8.74, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:05'),
(13118, 1868, 12960, 5946, 6, 13, 28.84, 29.42, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:07'),
(13119, 1868, 12961, 5190, 9, 13, 313.10, 319.36, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:07'),
(13120, 1868, 12962, 4060, 3, 13, 16.63, 16.96, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:07'),
(13121, 1868, 12963, 2709, 1, 13, 26.93, 27.47, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:07'),
(13122, 1868, 12964, 391, 3, 13, 20.46, 20.87, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:07'),
(13123, 1868, 12965, 5809, 6, 13, 81.68, 83.31, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:07'),
(13124, 1868, 12966, 1676, 1, 13, 5.94, 6.06, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13125, 1868, 12967, 3756, 9, 13, 115.57, 117.88, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13126, 1868, 12968, 2574, 1, 13, 20.65, 21.06, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13127, 1868, 12969, 1436, 1, 13, 16.47, 16.80, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13128, 1868, 12970, 4462, 6, 13, 20.18, 20.58, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13129, 1868, 12971, 3124, 1, 13, 42.84, 43.70, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13130, 1868, 12972, 2789, 9, 13, 41.97, 42.81, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13131, 1868, 12973, 5283, 3, 13, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13132, 1868, 12974, 394, 9, 13, 14.26, 14.55, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13133, 1868, 12975, 1496, 3, 13, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13134, 1868, 12976, 4656, 6, 13, 241.50, 246.33, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13135, 1868, 12977, 1449, 1, 13, 15.37, 15.68, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13136, 1868, 12978, 4735, 3, 13, 83.42, 85.09, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13137, 1868, 12979, 3285, 9, 13, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13138, 1868, 12980, 41, 1, 13, 19.08, 19.46, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13139, 1868, 12981, 6047, 9, 13, 14.55, 14.84, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13140, 1868, 12982, 1985, 1, 13, 140.87, 143.69, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13141, 1868, 12983, 3086, 6, 13, 14.55, 14.84, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13142, 1868, 12984, 1172, 3, 13, 67.84, 69.20, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13143, 1868, 12985, 734, 3, 13, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13144, 1868, 12986, 2808, 9, 13, 33.32, 33.99, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13145, 1868, 12987, 3919, 1, 13, 71.70, 73.13, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13146, 1868, 12988, 858, 3, 13, 15.09, 15.39, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13147, 1868, 12989, 4042, 3, 13, 216.29, 220.62, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13148, 1868, 12990, 3130, 1, 13, 18.54, 18.91, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13149, 1868, 12991, 5977, 6, 13, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13150, 1868, 12992, 3637, 1, 13, 429.25, 437.84, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13151, 1868, 12993, 3998, 6, 13, 734.40, 749.09, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13152, 1868, 12994, 3219, 9, 13, 3024.95, 3085.45, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13153, 1868, 12995, 4593, 6, 13, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-05 01:49:08', '2024-06-05 01:49:08', '2024-06-05 02:50:08'),
(13154, 1868, 12996, 5379, 6, 13, 381.39, 389.02, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:08'),
(13155, 1868, 12997, 1131, 9, 13, 385.35, 393.06, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13156, 1868, 12998, 5645, 9, 13, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13157, 1868, 12999, 4927, 6, 13, 130.00, 132.60, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13158, 1868, 13000, 443, 6, 13, 184.39, 188.08, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13159, 1868, 13001, 2935, 6, 13, 26.47, 27.00, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13160, 1868, 13002, 4399, 1, 13, 25.40, 25.91, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13161, 1868, 13003, 5994, 6, 13, 106.37, 108.50, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13162, 1868, 13004, 4584, 3, 13, 305.99, 312.11, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13163, 1868, 13005, 4771, 9, 13, 30.28, 30.89, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13164, 1868, 13006, 4022, 1, 13, 45.44, 46.35, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13165, 1868, 13007, 5852, 9, 13, 38.37, 39.14, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13166, 1868, 13008, 5795, 3, 13, 1060.00, 1081.20, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13167, 1868, 13009, 4413, 3, 13, 65.51, 66.82, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13168, 1868, 13010, 127, 3, 13, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13169, 1868, 13011, 444, 1, 13, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13170, 1868, 13012, 6134, 1, 13, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13171, 1868, 13013, 76, 3, 13, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13172, 1868, 13014, 5800, 1, 13, 1648.00, 1680.96, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13173, 1868, 13015, 4897, 6, 13, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13174, 1868, 13016, 2260, 9, 13, 278.10, 283.66, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13175, 1868, 13017, 4942, 3, 13, 636.00, 648.72, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13176, 1868, 13018, 3738, 3, 13, 121.54, 123.97, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13177, 1868, 13019, 1656, 6, 13, 31.75, 32.39, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13178, 1868, 13020, 3455, 6, 13, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13179, 1868, 13021, 2087, 9, 13, 520.00, 530.40, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13180, 1868, 13022, 2632, 6, 13, 14.54, 14.83, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13181, 1868, 13023, 5971, 1, 13, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13182, 1868, 13024, 2557, 3, 13, 4.42, 4.51, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:09'),
(13183, 1868, 13025, 2558, 1, 13, 45.14, 46.04, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13184, 1868, 13026, 1365, 9, 13, 24.11, 24.59, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13185, 1868, 13027, 2919, 3, 13, 27.45, 28.00, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13186, 1868, 13028, 5045, 9, 13, 131.58, 134.21, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13187, 1868, 13029, 4455, 9, 13, 12.11, 12.35, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13188, 1868, 13030, 4318, 6, 13, 133.12, 135.78, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13189, 1868, 13031, 5767, 3, 13, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13190, 1868, 13032, 3426, 1, 13, 25.43, 25.94, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13191, 1868, 13033, 4548, 1, 13, 207.02, 211.16, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13192, 1868, 13034, 2927, 1, 13, 23.43, 23.90, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13193, 1868, 13035, 2020, 9, 13, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13194, 1868, 13036, 5902, 9, 13, 840.00, 856.80, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13195, 1868, 13037, 4013, 6, 13, 3.83, 3.91, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13196, 1868, 13038, 5025, 9, 13, 132.55, 135.20, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13197, 1868, 13039, 2683, 3, 13, 20.58, 20.99, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13198, 1868, 13040, 5710, 9, 13, 151.98, 155.02, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13199, 1868, 13041, 950, 1, 13, 22.03, 22.47, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:10'),
(13200, 1868, 13042, 3801, 3, 13, 7.23, 7.37, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:11'),
(13201, 1868, 13043, 5640, 6, 13, 8.15, 8.31, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:11'),
(13202, 1868, 13044, 4933, 6, 13, 5.52, 5.63, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:11'),
(13203, 1868, 13045, 756, 1, 13, 0.45, 0.46, 1, 1, 'ai_sell', '2024-06-05 01:49:09', '2024-06-05 01:49:09', '2024-06-05 02:50:11'),
(13204, 1869, 13046, 1280, 1, 14, 21.09, 21.51, 1, 1, 'ai_sell', '2024-06-05 02:18:07', '2024-06-05 02:18:07', '2024-06-05 03:19:07'),
(13205, 1869, 13047, 3191, 1, 14, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-05 02:18:07', '2024-06-05 02:18:07', '2024-06-05 03:19:07'),
(13206, 1869, 13048, 1727, 3, 14, 474.70, 484.19, 1, 1, 'ai_sell', '2024-06-05 02:18:07', '2024-06-05 02:18:07', '2024-06-05 03:19:07'),
(13207, 1869, 13049, 4281, 6, 14, 103.94, 106.02, 1, 1, 'ai_sell', '2024-06-05 02:18:07', '2024-06-05 02:18:07', '2024-06-05 03:19:07'),
(13208, 1869, 13050, 6029, 6, 14, 27.54, 28.09, 1, 1, 'ai_sell', '2024-06-05 02:18:07', '2024-06-05 02:18:07', '2024-06-05 03:19:07'),
(13209, 1869, 13051, 666, 6, 14, 7521.76, 7672.20, 1, 1, 'ai_sell', '2024-06-05 02:18:07', '2024-06-05 02:18:07', '2024-06-05 03:19:07'),
(13210, 1869, 13052, 3986, 1, 14, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-05 02:18:07', '2024-06-05 02:18:07', '2024-06-05 03:19:07'),
(13211, 1869, 13053, 5207, 1, 14, 39.30, 40.09, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:07'),
(13212, 1869, 13054, 5523, 1, 14, 29.48, 30.07, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:07'),
(13213, 1869, 13055, 2174, 9, 14, 41.92, 42.76, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13214, 1869, 13056, 2568, 9, 14, 1201.90, 1225.94, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13215, 1869, 13057, 5452, 6, 14, 23.45, 23.92, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13216, 1869, 13058, 2590, 1, 14, 107.65, 109.80, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13217, 1869, 13059, 5426, 9, 14, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13218, 1869, 13060, 1530, 3, 14, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13219, 1869, 13061, 5148, 1, 14, 617.99, 630.35, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13220, 1869, 13062, 4654, 1, 14, 959.50, 978.69, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13221, 1869, 13063, 2402, 9, 14, 254.52, 259.61, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13222, 1869, 13064, 878, 3, 14, 281.79, 287.43, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13223, 1869, 13065, 4659, 3, 14, 9.79, 9.99, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13224, 1869, 13066, 4061, 1, 14, 19.18, 19.56, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13225, 1869, 13067, 3042, 6, 14, 100.14, 102.14, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13226, 1869, 13068, 6059, 9, 14, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13227, 1869, 13069, 5666, 6, 14, 105.00, 107.10, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13228, 1869, 13070, 914, 1, 14, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13229, 1869, 13071, 365, 3, 14, 742.00, 756.84, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13230, 1869, 13072, 5988, 3, 14, 19.54, 19.93, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13231, 1869, 13073, 3782, 1, 14, 366.45, 373.78, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13232, 1869, 13074, 2427, 3, 14, 252.00, 257.04, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13233, 1869, 13075, 3556, 9, 14, 3.76, 3.84, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13234, 1869, 13076, 1726, 6, 14, 51.84, 52.88, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13235, 1869, 13077, 68, 6, 14, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13236, 1869, 13078, 6093, 1, 14, 25.70, 26.21, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13237, 1869, 13079, 5561, 1, 14, 722.79, 737.25, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13238, 1869, 13080, 4093, 3, 14, 32.23, 32.87, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13239, 1869, 13081, 5118, 3, 14, 339.20, 345.98, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13240, 1869, 13082, 4880, 9, 14, 8.47, 8.64, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(13241, 1869, 13083, 5664, 9, 14, 346.50, 353.43, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13242, 1869, 13084, 2386, 1, 14, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13243, 1869, 13085, 5306, 6, 14, 420.00, 428.40, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13244, 1869, 13086, 3298, 9, 14, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13245, 1869, 13087, 6006, 9, 14, 18.22, 18.58, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13246, 1869, 13088, 261, 9, 14, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13247, 1869, 13089, 2229, 3, 14, 28.02, 28.58, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13248, 1869, 13090, 4189, 1, 14, 989.79, 1009.59, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13249, 1869, 13091, 2272, 6, 14, 40.37, 41.18, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13250, 1869, 13092, 5804, 6, 14, 30.59, 31.20, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13251, 1869, 13093, 2075, 9, 14, 108.12, 110.28, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13252, 1869, 13094, 1233, 3, 14, 20.93, 21.35, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13253, 1869, 13095, 1705, 6, 14, 900.99, 919.01, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13254, 1869, 13096, 5393, 1, 14, 52.32, 53.37, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13255, 1869, 13097, 2133, 9, 14, 126.25, 128.78, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13256, 1869, 13098, 2072, 9, 14, 19.19, 19.57, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13257, 1869, 13099, 851, 1, 14, 25.08, 25.58, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13258, 1869, 13100, 1035, 3, 14, 121.20, 123.62, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13259, 1869, 13101, 4157, 1, 14, 88.57, 90.34, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:08'),
(13260, 1869, 13102, 5597, 6, 14, 74.54, 76.03, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13261, 1869, 13103, 1188, 3, 14, 31.92, 32.56, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13262, 1869, 13104, 48, 6, 14, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13263, 1869, 13105, 456, 3, 14, 45.42, 46.33, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13264, 1869, 13106, 6041, 6, 14, 103.69, 105.76, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13265, 1869, 13107, 2037, 3, 14, 75.47, 76.98, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13266, 1869, 13108, 2527, 3, 14, 20.58, 20.99, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13267, 1869, 13109, 4284, 1, 14, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13268, 1869, 13110, 5558, 9, 14, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13269, 1869, 13111, 2104, 9, 14, 17.57, 17.92, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13270, 1869, 13112, 4063, 1, 14, 16.88, 17.22, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13271, 1869, 13113, 606, 6, 14, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13272, 1869, 13114, 1098, 1, 14, 281.79, 287.43, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13273, 1869, 13115, 3867, 9, 14, 6.76, 6.90, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13274, 1869, 13116, 3224, 6, 14, 69.37, 70.76, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13275, 1869, 13117, 3398, 6, 14, 40.17, 40.97, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13276, 1869, 13118, 4722, 6, 14, 29.84, 30.44, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13277, 1869, 13119, 934, 9, 14, 13.37, 13.64, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13278, 1869, 13120, 3606, 1, 14, 9.92, 10.12, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13279, 1869, 13121, 4442, 6, 14, 28.56, 29.13, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13280, 1869, 13122, 3587, 6, 14, 7.19, 7.33, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13281, 1869, 13123, 24, 6, 14, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13282, 1869, 13124, 5773, 3, 14, 15.12, 15.42, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13283, 1869, 13125, 4235, 6, 14, 93.39, 95.26, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13284, 1869, 13126, 993, 1, 14, 26.86, 27.40, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:09'),
(13285, 1869, 13127, 5806, 3, 14, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:10'),
(13286, 1869, 13128, 4972, 3, 14, 40.89, 41.71, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:10'),
(13287, 1869, 13129, 812, 9, 14, 39.89, 40.69, 1, 1, 'ai_sell', '2024-06-05 02:18:08', '2024-06-05 02:18:08', '2024-06-05 03:19:10'),
(13288, 1869, 13130, 3704, 9, 14, 77.21, 78.75, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13289, 1869, 13131, 552, 3, 14, 12.48, 12.73, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13290, 1869, 13132, 5968, 3, 14, 20.57, 20.98, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13291, 1869, 13133, 4627, 9, 14, 136.34, 139.07, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13292, 1869, 13134, 5492, 1, 14, 185.59, 189.30, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13293, 1869, 13135, 2474, 1, 14, 37.73, 38.48, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13294, 1869, 13136, 4488, 1, 14, 207.02, 211.16, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13295, 1869, 13137, 869, 9, 14, 9.92, 10.12, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13296, 1869, 13138, 3127, 1, 14, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13297, 1869, 13139, 27, 6, 14, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13298, 1869, 13140, 1079, 3, 14, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13299, 1869, 13141, 167, 3, 14, 27.66, 28.21, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13300, 1869, 13142, 3285, 3, 14, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13301, 1869, 13143, 1887, 3, 14, 1.60, 1.63, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13302, 1869, 13144, 6049, 3, 14, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13303, 1869, 13145, 1827, 6, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-05 02:18:09', '2024-06-05 02:18:09', '2024-06-05 03:19:10'),
(13304, 1872, 13146, 2487, 1, 18, 133.90, 136.58, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13305, 1872, 13147, 108, 9, 18, 2100.00, 2142.00, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13306, 1872, 13148, 5737, 3, 18, 34.52, 35.21, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13307, 1872, 13149, 4614, 9, 18, 27.55, 28.10, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13308, 1872, 13150, 5380, 3, 18, 32.02, 32.66, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13309, 1872, 13151, 2589, 3, 18, 63.59, 64.86, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13310, 1872, 13152, 3250, 1, 18, 33.95, 34.63, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13311, 1872, 13153, 933, 9, 18, 1133.00, 1155.66, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13312, 1872, 13154, 4718, 1, 18, 53.72, 54.79, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13313, 1872, 13155, 5747, 6, 18, 4.79, 4.89, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13314, 1872, 13156, 3654, 9, 18, 17.67, 18.02, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13315, 1872, 13157, 698, 9, 18, 6.55, 6.68, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13316, 1872, 13158, 1927, 9, 18, 37.77, 38.53, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13317, 1872, 13159, 5980, 1, 18, 20.96, 21.38, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13318, 1872, 13160, 2898, 9, 18, 134.92, 137.62, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13319, 1872, 13161, 317, 1, 18, 20.03, 20.43, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13320, 1872, 13162, 2539, 3, 18, 10.80, 11.02, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:05'),
(13321, 1872, 13163, 92, 1, 18, 180.20, 183.80, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13322, 1872, 13164, 2166, 9, 18, 37.80, 38.56, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13323, 1872, 13165, 1611, 3, 18, 121.11, 123.53, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13324, 1872, 13166, 1668, 3, 18, 135.84, 138.56, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13325, 1872, 13167, 6163, 6, 18, 407.95, 416.11, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13326, 1872, 13168, 5211, 6, 18, 72.80, 74.26, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13327, 1872, 13169, 160, 6, 18, 234.01, 238.69, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13328, 1872, 13170, 5483, 6, 18, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-05 04:10:08', '2024-06-05 04:10:08', '2024-06-05 05:11:06'),
(13329, 1872, 13171, 668, 6, 18, 5.30, 5.41, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13330, 1872, 13172, 5888, 6, 18, 2397.00, 2444.94, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13331, 1872, 13173, 2480, 9, 18, 304.50, 310.59, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13332, 1872, 13174, 2853, 9, 18, 37.75, 38.51, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13333, 1872, 13175, 6151, 1, 18, 140.40, 143.21, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13334, 1872, 13176, 5318, 6, 18, 226.55, 231.08, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13335, 1872, 13177, 6021, 3, 18, 38.83, 39.61, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13336, 1872, 13178, 4006, 6, 18, 127.42, 129.97, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:06'),
(13337, 1872, 13179, 1450, 9, 18, 179.52, 183.11, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13338, 1872, 13180, 2626, 3, 18, 26.65, 27.18, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13339, 1872, 13181, 2687, 6, 18, 248.29, 253.26, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13340, 1872, 13182, 2068, 3, 18, 757.50, 772.65, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13341, 1872, 13183, 5078, 3, 18, 60.59, 61.80, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13342, 1872, 13184, 1506, 1, 18, 75.43, 76.94, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13343, 1872, 13185, 5535, 1, 18, 320.07, 326.47, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13344, 1872, 13186, 4761, 6, 18, 215.18, 219.48, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13345, 1872, 13187, 235, 1, 18, 220.45, 224.86, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13346, 1872, 13188, 2408, 3, 18, 69.32, 70.71, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13347, 1872, 13189, 1107, 3, 18, 900.99, 919.01, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13348, 1872, 13190, 5326, 1, 18, 432.55, 441.20, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13349, 1872, 13191, 396, 6, 18, 36.73, 37.46, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:07'),
(13350, 1872, 13192, 3908, 6, 18, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13351, 1872, 13193, 6143, 3, 18, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13352, 1872, 13194, 963, 3, 18, 2.06, 2.10, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13353, 1872, 13195, 1824, 1, 18, 126.24, 128.76, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13354, 1872, 13196, 5621, 1, 18, 154.50, 157.59, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13355, 1872, 13197, 3861, 6, 18, 107.05, 109.19, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13356, 1872, 13198, 4192, 6, 18, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13357, 1872, 13199, 449, 9, 18, 354.50, 361.59, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13358, 1872, 13200, 1480, 3, 18, 3.84, 3.92, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13359, 1872, 13201, 1464, 9, 18, 36.20, 36.92, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13360, 1872, 13202, 4577, 6, 18, 30.12, 30.72, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13361, 1872, 13203, 2857, 9, 18, 27.26, 27.81, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13362, 1872, 13204, 897, 6, 18, 464.59, 473.88, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13363, 1872, 13205, 5366, 1, 18, 94.49, 96.38, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13364, 1872, 13206, 2866, 1, 18, 5.87, 5.99, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13365, 1872, 13207, 310, 9, 18, 55.86, 56.98, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13366, 1872, 13208, 4715, 6, 18, 5.76, 5.88, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13367, 1872, 13209, 3571, 3, 18, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:08'),
(13368, 1872, 13210, 1827, 9, 18, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-05 04:10:09', '2024-06-05 04:10:09', '2024-06-05 05:11:09'),
(13369, 1872, 13211, 1827, 9, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-05 04:11:05', '2024-06-05 04:11:05', '2024-06-05 05:11:09'),
(13370, 1798, 13212, 2056, 5, NULL, 300.00, 309.00, 1, 1, 'manual_sell', '2024-06-05 05:24:24', '2024-06-05 05:24:24', '2024-06-05 06:25:05'),
(13371, 1798, 13213, 3956, 5, NULL, 94.00, 96.82, 1, 1, 'manual_sell', '2024-06-05 05:26:35', '2024-06-05 05:26:35', '2024-06-05 06:27:03'),
(13372, 1869, 13214, 3237, 9, 17, 132.59, 135.24, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:07'),
(13373, 1869, 13215, 5733, 6, 17, 5.27, 5.38, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13374, 1869, 13216, 2344, 1, 17, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13375, 1869, 13217, 1813, 6, 17, 3.09, 3.15, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13376, 1869, 13218, 322, 1, 17, 52.00, 53.04, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13377, 1869, 13219, 767, 9, 17, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13378, 1869, 13220, 3776, 9, 17, 107.09, 109.23, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13379, 1869, 13221, 6176, 6, 17, 21.34, 21.77, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13380, 1869, 13222, 2704, 3, 17, 16.32, 16.65, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13381, 1869, 13223, 1892, 3, 17, 10.67, 10.88, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13382, 1869, 13224, 2736, 9, 17, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13383, 1869, 13225, 5454, 3, 17, 10165.40, 10368.71, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13384, 1869, 13226, 3661, 3, 17, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13385, 1869, 13227, 1642, 9, 17, 243.22, 248.08, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13386, 1869, 13228, 1357, 6, 17, 49.69, 50.68, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13387, 1869, 13229, 3146, 3, 17, 7.27, 7.42, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13388, 1869, 13230, 2810, 9, 17, 406.63, 414.76, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13389, 1869, 13231, 4503, 3, 17, 263.65, 268.92, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13390, 1869, 13232, 5546, 3, 17, 426.65, 435.18, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13391, 1869, 13233, 1171, 9, 17, 9.14, 9.32, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13392, 1869, 13234, 6129, 1, 17, 8.94, 9.12, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13393, 1869, 13235, 3894, 6, 17, 843.57, 860.44, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13394, 1869, 13236, 2389, 6, 17, 27.13, 27.67, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13395, 1869, 13237, 2095, 1, 17, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13396, 1869, 13238, 5646, 1, 17, 114.40, 116.69, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13397, 1869, 13239, 1325, 1, 17, 29.80, 30.40, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13398, 1869, 13240, 2707, 6, 17, 23.45, 23.92, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13399, 1869, 13241, 2531, 1, 17, 166.40, 169.73, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13400, 1869, 13242, 1945, 1, 17, 9.28, 9.47, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13401, 1869, 13243, 5945, 9, 17, 3.48, 3.55, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13402, 1869, 13244, 4668, 1, 17, 1.51, 1.54, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13403, 1869, 13245, 680, 6, 17, 28.56, 29.13, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13404, 1869, 13246, 2065, 6, 17, 7.30, 7.45, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13405, 1869, 13247, 3929, 9, 17, 38.48, 39.25, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13406, 1869, 13248, 5948, 6, 17, 3.41, 3.48, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13407, 1869, 13249, 4358, 6, 17, 5.40, 5.51, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13408, 1869, 13250, 4455, 1, 17, 12.59, 12.84, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13409, 1869, 13251, 46, 3, 17, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13410, 1869, 13252, 266, 6, 17, 16.27, 16.60, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13411, 1869, 13253, 6085, 1, 17, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13412, 1869, 13254, 752, 9, 17, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13413, 1869, 13255, 1827, 1, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13414, 1869, 13256, 1894, 6, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13415, 1869, 13257, 949, 6, 17, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-05 23:27:05', '2024-06-05 23:27:05', '2024-06-06 00:27:09'),
(13416, 1866, 13258, 5027, 3, 16, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:04'),
(13417, 1866, 13259, 3087, 9, 16, 44.43, 45.32, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13418, 1866, 13260, 2941, 6, 16, 1018.67, 1039.04, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13419, 1866, 13261, 5880, 9, 16, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13420, 1866, 13262, 3340, 1, 16, 148.40, 151.37, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13421, 1866, 13263, 881, 3, 16, 867.00, 884.34, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13422, 1866, 13264, 2237, 3, 16, 36.05, 36.77, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13423, 1866, 13265, 2571, 3, 16, 16.39, 16.72, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13424, 1866, 13266, 3036, 9, 16, 1048.95, 1069.93, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13425, 1866, 13267, 5503, 1, 16, 83.29, 84.96, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13426, 1866, 13268, 3129, 9, 16, 563.54, 574.81, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13427, 1866, 13269, 522, 9, 16, 49.34, 50.33, 1, 1, 'ai_sell', '2024-06-06 00:29:04', '2024-06-06 00:29:04', '2024-06-06 01:29:05'),
(13428, 1866, 13270, 4063, 9, 16, 17.71, 18.06, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:06'),
(13429, 1866, 13271, 1587, 9, 16, 77.70, 79.25, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:06'),
(13430, 1866, 13272, 3383, 9, 16, 99.15, 101.13, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13431, 1866, 13273, 5356, 3, 16, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13432, 1866, 13274, 4811, 9, 16, 65.71, 67.02, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13433, 1866, 13275, 4956, 6, 16, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13434, 1866, 13276, 2125, 1, 16, 33.92, 34.60, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13435, 1866, 13277, 5744, 3, 16, 102.99, 105.05, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13436, 1866, 13278, 775, 1, 16, 7.42, 7.57, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13437, 1866, 13279, 283, 9, 16, 46.08, 47.00, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13438, 1866, 13280, 5379, 6, 16, 370.59, 378.00, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13439, 1866, 13281, 1332, 3, 16, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13440, 1866, 13282, 2469, 3, 16, 158.74, 161.91, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13441, 1866, 13283, 5515, 3, 16, 42.16, 43.00, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13442, 1866, 13284, 5507, 3, 16, 1300.50, 1326.51, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13443, 1866, 13285, 4718, 1, 16, 51.69, 52.72, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13444, 1866, 13286, 2065, 6, 16, 7.52, 7.67, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13445, 1866, 13287, 856, 3, 16, 346.49, 353.42, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13446, 1866, 13288, 5961, 6, 16, 12.99, 13.25, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13447, 1866, 13289, 1539, 3, 16, 12.54, 12.79, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13448, 1866, 13290, 4208, 1, 16, 416.00, 424.32, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:07'),
(13449, 1866, 13291, 3833, 1, 16, 5.15, 5.25, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13450, 1866, 13292, 4510, 1, 16, 41.72, 42.55, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13451, 1866, 13293, 4239, 3, 16, 40.83, 41.65, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13452, 1866, 13294, 2019, 9, 16, 231.92, 236.56, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13453, 1866, 13295, 3670, 6, 16, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13454, 1866, 13296, 5934, 3, 16, 10.17, 10.37, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13455, 1866, 13297, 1925, 3, 16, 119.70, 122.09, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13456, 1866, 13298, 1107, 1, 16, 900.99, 919.01, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13457, 1866, 13299, 5615, 9, 16, 200.54, 204.55, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13458, 1866, 13300, 2163, 1, 16, 52.97, 54.03, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13459, 1866, 13301, 5641, 1, 16, 45.90, 46.82, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13460, 1866, 13302, 3075, 3, 16, 13.11, 13.37, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13461, 1866, 13303, 5439, 1, 16, 31.27, 31.90, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13462, 1866, 13304, 1324, 3, 16, 13.14, 13.40, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13463, 1866, 13305, 4280, 6, 16, 5.66, 5.77, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13464, 1866, 13306, 2387, 3, 16, 43.60, 44.47, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13465, 1866, 13307, 5076, 1, 16, 24.00, 24.48, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13466, 1866, 13308, 6112, 3, 16, 163.20, 166.46, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13467, 1866, 13309, 3841, 3, 16, 10.08, 10.28, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13468, 1866, 13310, 1961, 9, 16, 19.08, 19.46, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:08'),
(13469, 1866, 13311, 5069, 1, 16, 37.63, 38.38, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13470, 1866, 13312, 1556, 3, 16, 103.95, 106.03, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13471, 1866, 13313, 28, 1, 16, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13472, 1866, 13314, 2715, 9, 16, 37.08, 37.82, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13473, 1866, 13315, 95, 9, 16, 349.44, 356.43, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13474, 1866, 13316, 5595, 6, 16, 221.54, 225.97, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13475, 1866, 13317, 4760, 9, 16, 72.79, 74.25, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13476, 1866, 13318, 2269, 9, 16, 29.59, 30.18, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13477, 1866, 13319, 1219, 6, 16, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13478, 1866, 13320, 5919, 6, 16, 542.84, 553.70, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13479, 1866, 13321, 4343, 6, 16, 176.39, 179.92, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13480, 1866, 13322, 3830, 3, 16, 94.34, 96.23, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13481, 1866, 13323, 4193, 6, 16, 1819.99, 1856.39, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13482, 1866, 13324, 1017, 3, 16, 2.39, 2.44, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13483, 1866, 13325, 3378, 9, 16, 353.50, 360.57, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13484, 1866, 13326, 53, 3, 16, 29.29, 29.88, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13485, 1866, 13327, 4488, 1, 16, 211.04, 215.26, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13486, 1866, 13328, 2457, 9, 16, 3.50, 3.57, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13487, 1866, 13329, 5905, 1, 16, 2.50, 2.55, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13488, 1866, 13330, 3758, 6, 16, 60.97, 62.19, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13489, 1866, 13331, 2437, 6, 16, 206.00, 210.12, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13490, 1866, 13332, 6035, 9, 16, 22.87, 23.33, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13491, 1866, 13333, 849, 9, 16, 45.44, 46.35, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13492, 1866, 13334, 5378, 1, 16, 3.01, 3.07, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13493, 1866, 13335, 2843, 1, 16, 18.93, 19.31, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13494, 1866, 13336, 2794, 3, 16, 16.78, 17.12, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13495, 1866, 13337, 940, 1, 16, 74.72, 76.21, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13496, 1866, 13338, 2809, 1, 16, 36.11, 36.83, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13497, 1866, 13339, 2905, 1, 16, 27.77, 28.33, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13498, 1866, 13340, 3422, 6, 16, 11.46, 11.69, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13499, 1866, 13341, 3687, 6, 16, 79.74, 81.33, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13500, 1866, 13342, 155, 1, 16, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13501, 1866, 13343, 4214, 9, 16, 21.08, 21.50, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:09'),
(13502, 1866, 13344, 3494, 6, 16, 13.03, 13.29, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13503, 1866, 13345, 2673, 9, 16, 17.04, 17.38, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13504, 1866, 13346, 4644, 9, 16, 25.24, 25.74, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13505, 1866, 13347, 5060, 3, 16, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13506, 1866, 13348, 1576, 9, 16, 2.68, 2.73, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13507, 1866, 13349, 4704, 9, 16, 1.30, 1.33, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13508, 1866, 13350, 6031, 6, 16, 3.96, 4.04, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13509, 1866, 13351, 1850, 6, 16, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-06 00:29:05', '2024-06-06 00:29:05', '2024-06-06 01:30:10'),
(13510, 1871, 13352, 1367, 3, 7, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13511, 1871, 13353, 1446, 6, 7, 362.96, 370.22, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13512, 1871, 13354, 3771, 9, 7, 5.45, 5.56, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13513, 1871, 13355, 2773, 1, 7, 396.55, 404.48, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13514, 1871, 13356, 912, 3, 7, 32.11, 32.75, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13515, 1871, 13357, 2610, 9, 7, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13516, 1871, 13358, 287, 3, 7, 15.59, 15.90, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13517, 1871, 13359, 5377, 6, 7, 6.29, 6.42, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13518, 1871, 13360, 5191, 3, 7, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13519, 1871, 13361, 1693, 1, 7, 9.13, 9.31, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13520, 1871, 13362, 5674, 1, 7, 2778.06, 2833.62, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13521, 1871, 13363, 5045, 1, 7, 135.45, 138.16, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13522, 1871, 13364, 425, 9, 7, 37.88, 38.64, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13523, 1871, 13365, 4269, 1, 7, 114.45, 116.74, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:03'),
(13524, 1871, 13366, 3712, 6, 7, 24.43, 24.92, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13525, 1871, 13367, 5891, 3, 7, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13526, 1871, 13368, 343, 6, 7, 95.24, 97.14, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13527, 1871, 13369, 5829, 3, 7, 27.29, 27.84, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13528, 1871, 13370, 3274, 6, 7, 132.60, 135.25, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13529, 1871, 13371, 5511, 9, 7, 264.99, 270.29, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13530, 1871, 13372, 322, 1, 7, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13531, 1871, 13373, 2216, 3, 7, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13532, 1871, 13374, 1547, 1, 7, 312.70, 318.95, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13533, 1871, 13375, 2059, 9, 7, 1556.88, 1588.02, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13534, 1871, 13376, 560, 3, 7, 9342.50, 9529.35, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13535, 1871, 13377, 3668, 3, 7, 36.36, 37.09, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13536, 1871, 13378, 3430, 9, 7, 43.25, 44.12, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13537, 1871, 13379, 5279, 3, 7, 210.00, 214.20, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13538, 1871, 13380, 3893, 3, 7, 1144.00, 1166.88, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13539, 1871, 13381, 5711, 9, 7, 29.10, 29.68, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13540, 1871, 13382, 2208, 1, 7, 58.75, 59.93, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13541, 1871, 13383, 2240, 6, 7, 26.24, 26.76, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13542, 1871, 13384, 1352, 9, 7, 904.80, 922.90, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13543, 1871, 13385, 1284, 1, 7, 705.07, 719.17, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13544, 1871, 13386, 3192, 3, 7, 139.25, 142.04, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13545, 1871, 13387, 4540, 1, 7, 42.84, 43.70, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13546, 1871, 13388, 4770, 9, 7, 38.84, 39.62, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13547, 1871, 13389, 4477, 1, 7, 106.00, 108.12, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13548, 1871, 13390, 1196, 1, 7, 123.60, 126.07, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13549, 1871, 13391, 3220, 6, 7, 37.10, 37.84, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13550, 1871, 13392, 3194, 3, 7, 5.30, 5.41, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13551, 1871, 13393, 2494, 3, 7, 52.44, 53.49, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13552, 1871, 13394, 4048, 1, 7, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13553, 1871, 13395, 3554, 9, 7, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13554, 1871, 13396, 53, 9, 7, 30.45, 31.06, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13555, 1871, 13397, 6164, 9, 7, 58.04, 59.20, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13556, 1871, 13398, 2903, 9, 7, 1969.50, 2008.89, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13557, 1871, 13399, 3062, 6, 7, 212.00, 216.24, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13558, 1871, 13400, 1224, 6, 7, 15.02, 15.32, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13559, 1871, 13401, 2524, 9, 7, 12.95, 13.21, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13560, 1871, 13402, 2068, 3, 7, 780.00, 795.60, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13561, 1871, 13403, 4636, 3, 7, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13562, 1871, 13404, 4533, 3, 7, 28.27, 28.84, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13563, 1871, 13405, 5256, 9, 7, 50.88, 51.90, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13564, 1871, 13406, 1541, 1, 7, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13565, 1871, 13407, 199, 9, 7, 5.87, 5.99, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13566, 1871, 13408, 5890, 1, 7, 2719.50, 2773.89, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13567, 1871, 13409, 381, 6, 7, 24.36, 24.85, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13568, 1871, 13410, 268, 9, 7, 6.64, 6.77, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13569, 1871, 13411, 1434, 6, 7, 84.00, 85.68, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13570, 1871, 13412, 756, 6, 7, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13571, 1871, 13413, 4731, 1, 7, 14.27, 14.56, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13572, 1871, 13414, 4916, 1, 7, 15.33, 15.64, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13573, 1871, 13415, 4506, 9, 7, 67.31, 68.66, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13574, 1871, 13416, 2386, 1, 7, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13575, 1871, 13417, 4704, 3, 7, 1.29, 1.32, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13576, 1871, 13418, 1924, 1, 7, 12.08, 12.32, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13577, 1871, 13419, 49, 6, 7, 306.00, 312.12, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13578, 1871, 13420, 1272, 6, 7, 26.25, 26.78, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13579, 1871, 13421, 5914, 1, 7, 2553.28, 2604.35, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13580, 1871, 13422, 4100, 3, 7, 6.23, 6.35, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13581, 1871, 13423, 2015, 6, 7, 723.98, 738.46, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13582, 1871, 13424, 4947, 1, 7, 510.90, 521.12, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13583, 1871, 13425, 4558, 6, 7, 424.00, 432.48, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13584, 1871, 13426, 2021, 9, 7, 10.15, 10.35, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13585, 1871, 13427, 5760, 3, 7, 153.00, 156.06, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13586, 1871, 13428, 1863, 9, 7, 11.22, 11.44, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13587, 1871, 13429, 975, 9, 7, 43.11, 43.97, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13588, 1871, 13430, 5889, 3, 7, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13589, 1871, 13431, 1724, 1, 7, 2.29, 2.34, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13590, 1871, 13432, 4480, 1, 7, 8.00, 8.16, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13591, 1871, 13433, 2047, 1, 7, 909.00, 927.18, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13592, 1871, 13434, 2709, 3, 7, 27.19, 27.73, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13593, 1871, 13435, 2458, 3, 7, 16.80, 17.14, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13594, 1871, 13436, 2616, 6, 7, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13595, 1871, 13437, 1223, 6, 7, 18.28, 18.65, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13596, 1871, 13438, 1741, 1, 7, 656.25, 669.38, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13597, 1871, 13439, 641, 1, 7, 1905.50, 1943.61, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13598, 1871, 13440, 5656, 3, 7, 319.30, 325.69, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13599, 1871, 13441, 6030, 3, 7, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13600, 1871, 13442, 42, 3, 7, 126.25, 128.78, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13601, 1871, 13443, 2138, 6, 7, 1454.96, 1484.06, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13602, 1871, 13444, 4282, 9, 7, 59.66, 60.85, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13603, 1871, 13445, 126, 3, 7, 1079.72, 1101.31, 1, 1, 'ai_sell', '2024-06-06 01:51:05', '2024-06-06 01:51:05', '2024-06-06 02:52:04'),
(13604, 1871, 13446, 3277, 9, 7, 37.72, 38.47, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:04'),
(13605, 1871, 13447, 4830, 1, 7, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:04'),
(13606, 1871, 13448, 1118, 1, 7, 1077.77, 1099.33, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:04'),
(13607, 1871, 13449, 2314, 6, 7, 121.90, 124.34, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:04'),
(13608, 1871, 13450, 6036, 3, 7, 47.63, 48.58, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13609, 1871, 13451, 5090, 1, 7, 18.35, 18.72, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13610, 1871, 13452, 3552, 9, 7, 356.15, 363.27, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13611, 1871, 13453, 5265, 9, 7, 17.33, 17.68, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13612, 1871, 13454, 4754, 3, 7, 7.02, 7.16, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13613, 1871, 13455, 2737, 3, 7, 745.18, 760.08, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13614, 1871, 13456, 1808, 9, 7, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(13615, 1871, 13457, 301, 3, 7, 9.29, 9.48, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13616, 1871, 13458, 4202, 9, 7, 4.93, 5.03, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13617, 1871, 13459, 843, 9, 7, 475.94, 485.46, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13618, 1871, 13460, 2822, 1, 7, 618.00, 630.36, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13619, 1871, 13461, 70, 6, 7, 43.26, 44.13, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13620, 1871, 13462, 2081, 3, 7, 790.40, 806.21, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13621, 1871, 13463, 2615, 3, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13622, 1871, 13464, 595, 1, 7, 399.00, 406.98, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13623, 1871, 13465, 222, 6, 7, 21.98, 22.42, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13624, 1871, 13466, 3012, 3, 7, 390.06, 397.86, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13625, 1871, 13467, 5755, 1, 7, 42.58, 43.43, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13626, 1871, 13468, 2609, 9, 7, 27.29, 27.84, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13627, 1871, 13469, 882, 6, 7, 207.99, 212.15, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13628, 1871, 13470, 5660, 6, 7, 1275.03, 1300.53, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13629, 1871, 13471, 1431, 1, 7, 56.09, 57.21, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13630, 1871, 13472, 2617, 6, 7, 6.31, 6.44, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13631, 1871, 13473, 1034, 1, 7, 99.08, 101.06, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13632, 1871, 13474, 4075, 1, 7, 19.57, 19.96, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13633, 1871, 13475, 3524, 3, 7, 814.98, 831.28, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13634, 1871, 13476, 5623, 9, 7, 71.39, 72.82, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13635, 1871, 13477, 680, 3, 7, 28.28, 28.85, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13636, 1871, 13478, 1898, 1, 7, 451.50, 460.53, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13637, 1871, 13479, 374, 1, 7, 125.59, 128.10, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13638, 1871, 13480, 5013, 6, 7, 45.94, 46.86, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13639, 1871, 13481, 1774, 9, 7, 61.23, 62.45, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13640, 1871, 13482, 4892, 3, 7, 840.00, 856.80, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13641, 1871, 13483, 3850, 9, 7, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13642, 1871, 13484, 5383, 1, 7, 46.35, 47.28, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13643, 1871, 13485, 4045, 6, 7, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13644, 1871, 13486, 5255, 1, 7, 24.73, 25.22, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13645, 1871, 13487, 1152, 1, 7, 33.99, 34.67, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13646, 1871, 13488, 2913, 6, 7, 29.57, 30.16, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13647, 1871, 13489, 3615, 1, 7, 3.58, 3.65, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13648, 1871, 13490, 1222, 9, 7, 10.51, 10.72, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13649, 1871, 13491, 873, 3, 7, 2.53, 2.58, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13650, 1871, 13492, 1827, 9, 7, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13651, 1871, 13493, 1850, 6, 7, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13652, 1871, 13494, 803, 1, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13653, 1870, 13495, 1367, 1, 8, 3150.00, 3213.00, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13654, 1870, 13496, 1446, 1, 8, 362.96, 370.22, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13655, 1870, 13497, 3771, 6, 8, 5.50, 5.61, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13656, 1870, 13498, 2773, 6, 8, 392.78, 400.64, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13657, 1870, 13499, 912, 6, 8, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13658, 1870, 13500, 2610, 1, 8, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13659, 1870, 13501, 287, 6, 8, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13660, 1870, 13502, 5377, 3, 8, 6.29, 6.42, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13661, 1870, 13503, 5191, 3, 8, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13662, 1870, 13504, 1693, 9, 8, 9.39, 9.58, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13663, 1870, 13505, 5674, 3, 8, 2915.58, 2973.89, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13664, 1870, 13506, 5045, 1, 8, 130.29, 132.90, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13665, 1870, 13507, 425, 1, 8, 37.88, 38.64, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13666, 1870, 13508, 4269, 6, 8, 110.09, 112.29, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13667, 1870, 13509, 3712, 6, 8, 25.15, 25.65, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13668, 1870, 13510, 5891, 9, 8, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13669, 1870, 13511, 343, 9, 8, 95.24, 97.14, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13670, 1870, 13512, 5829, 9, 8, 27.29, 27.84, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13671, 1870, 13513, 3274, 6, 8, 131.30, 133.93, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13672, 1870, 13514, 5511, 1, 8, 259.99, 265.19, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13673, 1870, 13515, 322, 3, 8, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13674, 1870, 13516, 2216, 1, 8, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13675, 1870, 13517, 1547, 6, 8, 309.75, 315.95, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13676, 1870, 13518, 2059, 6, 8, 1571.85, 1603.29, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13677, 1870, 13519, 3668, 9, 8, 38.16, 38.92, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13678, 1870, 13520, 3430, 3, 8, 43.25, 44.12, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13679, 1870, 13521, 5279, 9, 8, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13680, 1870, 13522, 3893, 3, 8, 1166.00, 1189.32, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13681, 1870, 13523, 5711, 6, 8, 29.10, 29.68, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13682, 1870, 13524, 2208, 1, 8, 57.05, 58.19, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13683, 1870, 13525, 2240, 6, 8, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13684, 1870, 13526, 1352, 9, 8, 904.80, 922.90, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13685, 1870, 13527, 1284, 3, 8, 678.46, 692.03, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13686, 1870, 13528, 3192, 6, 8, 141.95, 144.79, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13687, 1870, 13529, 4540, 9, 8, 44.10, 44.98, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13688, 1870, 13530, 4770, 3, 8, 39.21, 39.99, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13689, 1870, 13531, 4477, 6, 8, 105.00, 107.10, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13690, 1870, 13532, 1196, 6, 8, 126.00, 128.52, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13691, 1870, 13533, 3220, 6, 8, 36.75, 37.49, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13692, 1870, 13534, 3194, 3, 8, 5.25, 5.36, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13693, 1870, 13535, 2494, 6, 8, 50.95, 51.97, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13694, 1870, 13536, 4048, 6, 8, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13695, 1870, 13537, 3554, 6, 8, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13696, 1870, 13538, 53, 1, 8, 29.58, 30.17, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13697, 1870, 13539, 6164, 1, 8, 58.60, 59.77, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13698, 1870, 13540, 3062, 1, 8, 210.00, 214.20, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13699, 1870, 13541, 1224, 6, 8, 15.61, 15.92, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13700, 1870, 13542, 2524, 3, 8, 13.20, 13.46, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13701, 1870, 13543, 2068, 3, 8, 772.50, 787.95, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13702, 1870, 13544, 4636, 9, 8, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13703, 1870, 13545, 756, 1, 8, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13704, 1870, 13546, 4704, 3, 8, 1.29, 1.32, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13705, 1870, 13547, 1827, 6, 8, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13706, 1870, 13548, 1821, 3, 8, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13707, 1870, 13549, 1850, 9, 8, 0.58, 0.59, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13708, 1870, 13550, 803, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13709, 1870, 13551, 1894, 3, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-06 01:51:06', '2024-06-06 01:51:06', '2024-06-06 02:52:05'),
(13710, 1871, 13552, 1827, 9, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-06 01:52:06', '2024-06-06 01:52:06', '2024-06-06 02:53:03'),
(13711, 1866, 13553, 2572, 1, 6, 21.21, 21.40, 1, 1, 'ai_sell', '2024-06-06 01:56:03', '2024-06-06 01:56:03', '2024-06-06 02:56:03'),
(13712, 1866, 13554, 2216, 1, 6, 9.18, 9.26, 1, 1, 'ai_sell', '2024-06-06 01:56:03', '2024-06-06 01:56:03', '2024-06-06 02:56:03'),
(13713, 1866, 13555, 1588, 1, 6, 3.15, 3.18, 1, 1, 'ai_sell', '2024-06-06 01:56:03', '2024-06-06 01:56:03', '2024-06-06 02:56:03'),
(13714, 1866, 13556, 3813, 9, 6, 22.87, 23.08, 1, 1, 'ai_sell', '2024-06-06 01:56:03', '2024-06-06 01:56:03', '2024-06-06 02:56:03'),
(13715, 1866, 13557, 4033, 6, 6, 2.68, 2.70, 1, 1, 'ai_sell', '2024-06-06 01:56:03', '2024-06-06 01:56:03', '2024-06-06 02:56:03'),
(13716, 1866, 13558, 1827, 9, 6, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-06 01:56:03', '2024-06-06 01:56:03', '2024-06-06 02:56:03'),
(13717, 1873, 13559, 5614, 6, 9, 35.44, 36.15, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13718, 1873, 13560, 2005, 6, 9, 78.78, 80.36, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13719, 1873, 13561, 440, 9, 9, 85.85, 87.57, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13720, 1873, 13562, 881, 3, 9, 875.50, 893.01, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13721, 1873, 13563, 819, 1, 9, 97.85, 99.81, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13722, 1873, 13564, 5113, 9, 9, 15.57, 15.88, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13723, 1873, 13565, 3485, 3, 9, 5.82, 5.94, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13724, 1873, 13566, 4737, 6, 9, 53.40, 54.47, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13725, 1873, 13567, 4553, 6, 9, 9.98, 10.18, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13726, 1873, 13568, 3775, 6, 9, 6.49, 6.62, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13727, 1873, 13569, 4461, 9, 9, 598.49, 610.46, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13728, 1873, 13570, 3256, 3, 9, 520.00, 530.40, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13729, 1873, 13571, 4738, 1, 9, 113.36, 115.63, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13730, 1873, 13572, 3093, 3, 9, 23.64, 24.11, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13731, 1873, 13573, 478, 3, 9, 13.71, 13.98, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13732, 1873, 13574, 5773, 9, 9, 15.12, 15.42, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13733, 1873, 13575, 35, 3, 9, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13734, 1873, 13576, 5000, 9, 9, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13735, 1873, 13577, 1125, 1, 9, 59.19, 60.37, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13736, 1873, 13578, 3797, 1, 9, 13.28, 13.55, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13737, 1873, 13579, 5308, 3, 9, 41.99, 42.83, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13738, 1873, 13580, 4288, 6, 9, 216.30, 220.63, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13739, 1873, 13581, 4768, 3, 9, 2.92, 2.98, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13740, 1873, 13582, 414, 3, 9, 31.35, 31.98, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13741, 1873, 13583, 3810, 3, 9, 161.19, 164.41, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13742, 1873, 13584, 1262, 1, 9, 1.62, 1.65, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13743, 1873, 13585, 1079, 3, 9, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13744, 1873, 13586, 3496, 6, 9, 12.12, 12.36, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13745, 1873, 13587, 3352, 9, 9, 2226.00, 2270.52, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13746, 1873, 13588, 611, 6, 9, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13747, 1873, 13589, 1239, 9, 9, 24.48, 24.97, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13748, 1873, 13590, 5133, 9, 9, 79.04, 80.62, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13749, 1873, 13591, 2376, 3, 9, 122.58, 125.03, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13750, 1873, 13592, 5406, 1, 9, 57.26, 58.41, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13751, 1873, 13593, 1347, 1, 9, 85.85, 87.57, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13752, 1873, 13594, 489, 3, 9, 12720.00, 12974.40, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13753, 1873, 13595, 4890, 6, 9, 598.58, 610.55, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13754, 1873, 13596, 5637, 9, 9, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13755, 1873, 13597, 3703, 1, 9, 22.56, 23.01, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13756, 1873, 13598, 908, 3, 9, 20.67, 21.08, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13757, 1873, 13599, 2179, 6, 9, 53.84, 54.92, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13758, 1873, 13600, 2047, 9, 9, 954.00, 973.08, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13759, 1873, 13601, 4515, 6, 9, 52.47, 53.52, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13760, 1873, 13602, 170, 6, 9, 133.55, 136.22, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13761, 1873, 13603, 2134, 3, 9, 35.67, 36.38, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13762, 1873, 13604, 674, 3, 9, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13763, 1873, 13605, 5076, 9, 9, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13764, 1873, 13606, 1499, 1, 9, 8.87, 9.05, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13765, 1873, 13607, 1602, 9, 9, 4.99, 5.09, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13766, 1873, 13608, 949, 3, 9, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13767, 1873, 13609, 756, 9, 9, 0.48, 0.49, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13768, 1873, 13610, 1827, 3, 9, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-06 02:08:06', '2024-06-06 02:08:06', '2024-06-06 03:09:04'),
(13769, 1866, 13611, 713, 1, 11, 35.20, 35.90, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13770, 1866, 13612, 3615, 1, 11, 3.54, 3.61, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13771, 1866, 13613, 2308, 3, 11, 272.70, 278.15, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13772, 1866, 13614, 1526, 6, 11, 12720.00, 12974.40, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13773, 1866, 13615, 1085, 3, 11, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13774, 1866, 13616, 3621, 1, 11, 106.00, 108.12, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13775, 1866, 13617, 5447, 1, 11, 2788.08, 2843.84, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13776, 1866, 13618, 3748, 9, 11, 48.77, 49.75, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13777, 1866, 13619, 3215, 3, 11, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13778, 1866, 13620, 1220, 9, 11, 103.02, 105.08, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:06'),
(13779, 1866, 13621, 6080, 3, 11, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13780, 1866, 13622, 2353, 9, 11, 416.00, 424.32, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13781, 1866, 13623, 1760, 6, 11, 394.16, 402.04, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13782, 1866, 13624, 4200, 6, 11, 14.07, 14.35, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13783, 1866, 13625, 531, 1, 11, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13784, 1866, 13626, 1600, 9, 11, 177.70, 181.25, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13785, 1866, 13627, 1638, 3, 11, 15.36, 15.67, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13786, 1866, 13628, 3030, 9, 11, 81.60, 83.23, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13787, 1866, 13629, 3325, 9, 11, 6.08, 6.20, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13788, 1866, 13630, 5356, 1, 11, 47.25, 48.20, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13789, 1866, 13631, 2041, 3, 11, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:07'),
(13790, 1866, 13632, 2489, 9, 11, 30.24, 30.84, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:08'),
(13791, 1866, 13633, 2025, 3, 11, 41.60, 42.43, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:08'),
(13792, 1866, 13634, 2981, 9, 11, 92.82, 94.68, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:08'),
(13793, 1866, 13635, 2436, 3, 11, 14.76, 15.06, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:08'),
(13794, 1866, 13636, 3249, 1, 11, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:08'),
(13795, 1866, 13637, 716, 6, 11, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:08'),
(13796, 1866, 13638, 1640, 3, 11, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-06 02:19:06', '2024-06-06 02:19:06', '2024-06-06 03:20:08'),
(13797, 1866, 13639, 634, 9, 11, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-06 02:19:07', '2024-06-06 02:19:07', '2024-06-06 03:20:08'),
(13798, 1866, 13640, 1827, 3, 11, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-06 02:19:07', '2024-06-06 02:19:07', '2024-06-06 03:20:08'),
(13799, 1867, 13641, 3954, 3, 12, 231.53, 236.16, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:03'),
(13800, 1867, 13642, 3917, 9, 12, 528.94, 539.52, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13801, 1867, 13643, 604, 1, 12, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13802, 1867, 13644, 1684, 9, 12, 191.07, 194.89, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13803, 1867, 13645, 434, 3, 12, 121.02, 123.44, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13804, 1867, 13646, 547, 6, 12, 2389.60, 2437.39, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13805, 1867, 13647, 907, 9, 12, 224.40, 228.89, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13806, 1867, 13648, 5868, 9, 12, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13807, 1867, 13649, 1950, 9, 12, 17.85, 18.21, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13808, 1867, 13650, 4962, 1, 12, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13809, 1867, 13651, 2356, 1, 12, 82.40, 84.05, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13810, 1867, 13652, 1375, 6, 12, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:04'),
(13811, 1867, 13653, 3396, 6, 12, 52.49, 53.54, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13812, 1867, 13654, 2267, 6, 12, 357.00, 364.14, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13813, 1867, 13655, 1000, 9, 12, 3.47, 3.54, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13814, 1867, 13656, 5985, 9, 12, 26.66, 27.19, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13815, 1867, 13657, 2199, 6, 12, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13816, 1867, 13658, 216, 3, 12, 17.10, 17.44, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13817, 1867, 13659, 4619, 9, 12, 13.89, 14.17, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13818, 1867, 13660, 2028, 6, 12, 40.56, 41.37, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13819, 1867, 13661, 6074, 6, 12, 15.36, 15.67, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13820, 1867, 13662, 3373, 1, 12, 11.65, 11.88, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13821, 1867, 13663, 1892, 9, 12, 10.98, 11.20, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13822, 1867, 13664, 4880, 6, 12, 8.47, 8.64, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13823, 1867, 13665, 1101, 9, 12, 925.60, 944.11, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:05'),
(13824, 1867, 13666, 5951, 1, 12, 5.38, 5.49, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13825, 1867, 13667, 1844, 6, 12, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13826, 1867, 13668, 5552, 1, 12, 27.15, 27.69, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13827, 1867, 13669, 4752, 3, 12, 293.99, 299.87, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13828, 1867, 13670, 1382, 9, 12, 8.39, 8.56, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13829, 1867, 13671, 3616, 6, 12, 161.20, 164.42, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13830, 1867, 13672, 2589, 9, 12, 62.99, 64.25, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13831, 1867, 13673, 552, 9, 12, 12.36, 12.61, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13832, 1867, 13674, 1698, 6, 12, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13833, 1867, 13675, 2958, 6, 12, 110.24, 112.44, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13834, 1867, 13676, 4082, 1, 12, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13835, 1867, 13677, 4498, 9, 12, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13836, 1867, 13678, 2644, 1, 12, 15.28, 15.59, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13837, 1867, 13679, 4779, 3, 12, 42.39, 43.24, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13838, 1867, 13680, 6009, 1, 12, 19.17, 19.55, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13839, 1867, 13681, 3303, 6, 12, 1272.00, 1297.44, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13840, 1867, 13682, 294, 1, 12, 46.65, 47.58, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13841, 1867, 13683, 3055, 9, 12, 3.96, 4.04, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13842, 1867, 13684, 3403, 6, 12, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13843, 1867, 13685, 3261, 6, 12, 11.49, 11.72, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13844, 1867, 13686, 1253, 1, 12, 31.10, 31.72, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13845, 1867, 13687, 4071, 6, 12, 31.61, 32.24, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13846, 1867, 13688, 3340, 1, 12, 147.00, 149.94, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13847, 1867, 13689, 2054, 3, 12, 115.54, 117.85, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13848, 1867, 13690, 3117, 3, 12, 79.49, 81.08, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13849, 1867, 13691, 5107, 6, 12, 14.40, 14.69, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13850, 1867, 13692, 2446, 3, 12, 303.45, 309.52, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13851, 1867, 13693, 2762, 3, 12, 4091.60, 4173.43, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13852, 1867, 13694, 943, 1, 12, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13853, 1867, 13695, 4512, 3, 12, 54.59, 55.68, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13854, 1867, 13696, 4348, 1, 12, 243.79, 248.67, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13855, 1867, 13697, 5557, 9, 12, 184.56, 188.25, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13856, 1867, 13698, 5029, 9, 12, 65.51, 66.82, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13857, 1867, 13699, 5831, 6, 12, 19.37, 19.76, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13858, 1867, 13700, 401, 9, 12, 261.12, 266.34, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13859, 1867, 13701, 4110, 9, 12, 318.00, 324.36, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13860, 1867, 13702, 5981, 6, 12, 19.81, 20.21, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13861, 1867, 13703, 1520, 9, 12, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13862, 1867, 13704, 1238, 1, 12, 510.00, 520.20, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:06'),
(13863, 1867, 13705, 874, 6, 12, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13864, 1867, 13706, 5010, 9, 12, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13865, 1867, 13707, 4534, 1, 12, 111.30, 113.53, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13866, 1867, 13708, 1582, 1, 12, 9.33, 9.52, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13867, 1867, 13709, 3465, 9, 12, 522.09, 532.53, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13868, 1867, 13710, 3712, 1, 12, 24.43, 24.92, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13869, 1867, 13711, 1246, 1, 12, 61.20, 62.42, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13870, 1867, 13712, 2009, 9, 12, 33.49, 34.16, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13871, 1867, 13713, 1746, 6, 12, 186.16, 189.88, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13872, 1867, 13714, 3131, 9, 12, 21.83, 22.27, 1, 1, 'ai_sell', '2024-06-06 02:31:06', '2024-06-06 02:31:06', '2024-06-06 03:32:07'),
(13873, 1867, 13715, 2404, 6, 12, 678.38, 691.95, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13874, 1867, 13716, 3195, 6, 12, 206.83, 210.97, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13875, 1867, 13717, 5639, 1, 12, 4.94, 5.04, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13876, 1867, 13718, 1794, 1, 12, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13877, 1867, 13719, 660, 6, 12, 2.04, 2.08, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13878, 1867, 13720, 1403, 6, 12, 8.41, 8.58, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13879, 1867, 13721, 696, 9, 12, 87.49, 89.24, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13880, 1867, 13722, 2790, 1, 12, 129.25, 131.84, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13881, 1867, 13723, 3108, 1, 12, 256.47, 261.60, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13882, 1867, 13724, 3034, 3, 12, 21.37, 21.80, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13883, 1867, 13725, 3226, 1, 12, 46.19, 47.11, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13884, 1867, 13726, 2817, 3, 12, 182.80, 186.46, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13885, 1867, 13727, 1157, 6, 12, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13886, 1867, 13728, 348, 1, 12, 41.76, 42.60, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13887, 1867, 13729, 2927, 3, 12, 22.98, 23.44, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13888, 1867, 13730, 4747, 6, 12, 54.03, 55.11, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13889, 1867, 13731, 3466, 1, 12, 24.28, 24.77, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13890, 1867, 13732, 2629, 9, 12, 24.37, 24.86, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13891, 1867, 13733, 629, 3, 12, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13892, 1867, 13734, 1837, 6, 12, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-06 02:31:07', '2024-06-06 02:31:07', '2024-06-06 03:32:07'),
(13893, 1868, 13735, 887, 6, 13, 120.50, 122.91, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:05'),
(13894, 1868, 13736, 2290, 3, 13, 34.34, 35.03, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13895, 1868, 13737, 6092, 9, 13, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13896, 1868, 13738, 3001, 1, 13, 85.86, 87.58, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13897, 1868, 13739, 3153, 3, 13, 406.98, 415.12, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13898, 1868, 13740, 768, 3, 13, 4.54, 4.63, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13899, 1868, 13741, 4529, 6, 13, 139.05, 141.83, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13900, 1868, 13742, 4042, 9, 13, 212.09, 216.33, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13901, 1868, 13743, 4416, 6, 13, 35.94, 36.66, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13902, 1868, 13744, 4125, 3, 13, 242.75, 247.61, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13903, 1868, 13745, 5831, 3, 13, 19.94, 20.34, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13904, 1868, 13746, 5935, 1, 13, 2626.00, 2678.52, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13905, 1868, 13747, 3160, 6, 13, 203.00, 207.06, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13906, 1868, 13748, 3504, 1, 13, 8.15, 8.31, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13907, 1868, 13749, 5570, 6, 13, 195.52, 199.43, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13908, 1868, 13750, 5001, 1, 13, 93.39, 95.26, 1, 1, 'ai_sell', '2024-06-06 03:02:05', '2024-06-06 03:02:05', '2024-06-06 04:02:06'),
(13909, 1868, 13751, 4787, 9, 13, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:03'),
(13910, 1868, 13752, 609, 6, 13, 2727.00, 2781.54, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:03'),
(13911, 1868, 13753, 296, 9, 13, 132.24, 134.88, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:03'),
(13912, 1868, 13754, 3714, 6, 13, 254.33, 259.42, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13913, 1868, 13755, 1115, 9, 13, 180.20, 183.80, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13914, 1868, 13756, 2268, 6, 13, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13915, 1868, 13757, 2185, 3, 13, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13916, 1868, 13758, 4624, 9, 13, 23.09, 23.55, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13917, 1868, 13759, 544, 9, 13, 5088.00, 5189.76, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13918, 1868, 13760, 1286, 9, 13, 539.17, 549.95, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13919, 1868, 13761, 826, 1, 13, 355.46, 362.57, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13920, 1868, 13762, 4378, 1, 13, 213.05, 217.31, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13921, 1868, 13763, 4515, 6, 13, 52.99, 54.05, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13922, 1868, 13764, 538, 6, 13, 351.73, 358.76, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13923, 1868, 13765, 1459, 6, 13, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13924, 1868, 13766, 4092, 9, 13, 2.95, 3.01, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13925, 1868, 13767, 2001, 9, 13, 14.44, 14.73, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13926, 1868, 13768, 5704, 6, 13, 2.56, 2.61, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13927, 1868, 13769, 5683, 6, 13, 27.70, 28.25, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13928, 1868, 13770, 1846, 6, 13, 1.46, 1.49, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13929, 1868, 13771, 2254, 3, 13, 9.94, 10.14, 1, 1, 'ai_sell', '2024-06-06 03:02:06', '2024-06-06 03:02:06', '2024-06-06 04:03:04'),
(13930, 1869, 13772, 1911, 1, 14, 24.43, 24.92, 1, 1, 'ai_sell', '2024-06-06 03:31:06', '2024-06-06 03:31:06', '2024-06-06 04:32:04'),
(13931, 1869, 13773, 1775, 3, 14, 248.88, 253.86, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13932, 1869, 13774, 5815, 6, 14, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13933, 1869, 13775, 2232, 1, 14, 56.65, 57.78, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13934, 1869, 13776, 2501, 1, 14, 99.74, 101.73, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13935, 1869, 13777, 2951, 3, 14, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13936, 1869, 13778, 4868, 1, 14, 415.99, 424.31, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13937, 1869, 13779, 3704, 3, 14, 77.95, 79.51, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13938, 1869, 13780, 5460, 3, 14, 115.36, 117.67, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13939, 1869, 13781, 5515, 1, 14, 41.75, 42.59, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13940, 1869, 13782, 2183, 3, 14, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13941, 1869, 13783, 3293, 3, 14, 14.56, 14.85, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13942, 1869, 13784, 5954, 3, 14, 186.16, 189.88, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13943, 1869, 13785, 3593, 3, 14, 4.80, 4.90, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:05'),
(13944, 1869, 13786, 5977, 9, 14, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13945, 1869, 13787, 942, 9, 14, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13946, 1869, 13788, 4845, 6, 14, 763.98, 779.26, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13947, 1869, 13789, 4962, 3, 14, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13948, 1869, 13790, 1162, 1, 14, 90.90, 92.72, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13949, 1869, 13791, 4633, 1, 14, 416.00, 424.32, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13950, 1869, 13792, 3751, 9, 14, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13951, 1869, 13793, 4010, 9, 14, 100.19, 102.19, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13952, 1869, 13794, 5540, 3, 14, 126.60, 129.13, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13953, 1869, 13795, 379, 3, 14, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13954, 1869, 13796, 4522, 6, 14, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13955, 1869, 13797, 2456, 6, 14, 12.48, 12.73, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13956, 1869, 13798, 5780, 9, 14, 555.50, 566.61, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13957, 1869, 13799, 22, 3, 14, 13.52, 13.79, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13958, 1869, 13800, 3480, 1, 14, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13959, 1869, 13801, 4224, 9, 14, 5300.00, 5406.00, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13960, 1869, 13802, 3579, 9, 14, 11.23, 11.45, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13961, 1869, 13803, 2127, 3, 14, 2.55, 2.60, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13962, 1869, 13804, 3658, 3, 14, 14.21, 14.49, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13963, 1869, 13805, 267, 9, 14, 187.19, 190.93, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13964, 1869, 13806, 3198, 6, 14, 51.84, 52.88, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13965, 1869, 13807, 5869, 1, 14, 8.10, 8.26, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13966, 1869, 13808, 3495, 1, 14, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13967, 1869, 13809, 1204, 1, 14, 35.92, 36.64, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13968, 1869, 13810, 1687, 3, 14, 85.32, 87.03, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13969, 1869, 13811, 5512, 1, 14, 12.97, 13.23, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13970, 1869, 13812, 4000, 1, 14, 1041.85, 1062.69, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13971, 1869, 13813, 2961, 3, 14, 1444.80, 1473.70, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13972, 1869, 13814, 1021, 1, 14, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13973, 1869, 13815, 5340, 1, 14, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13974, 1869, 13816, 4349, 9, 14, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:06'),
(13975, 1869, 13817, 5342, 9, 14, 1039.99, 1060.79, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13976, 1869, 13818, 4527, 6, 14, 69.29, 70.68, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13977, 1869, 13819, 4575, 6, 14, 14.60, 14.89, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13978, 1869, 13820, 4157, 1, 14, 89.43, 91.22, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13979, 1869, 13821, 4960, 6, 14, 20.00, 20.40, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13980, 1869, 13822, 6002, 3, 14, 285.60, 291.31, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13981, 1869, 13823, 4957, 1, 14, 3504.06, 3574.14, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13982, 1869, 13824, 978, 6, 14, 13.52, 13.79, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13983, 1869, 13825, 2682, 6, 14, 26.65, 27.18, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13984, 1869, 13826, 693, 1, 14, 1210.99, 1235.21, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13985, 1869, 13827, 4364, 1, 14, 11.55, 11.78, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13986, 1869, 13828, 6118, 6, 14, 29.12, 29.70, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13987, 1869, 13829, 1626, 1, 14, 1139.50, 1162.29, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13988, 1869, 13830, 3135, 3, 14, 301.78, 307.82, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13989, 1869, 13831, 5172, 9, 14, 271.31, 276.74, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(13990, 1869, 13832, 930, 9, 14, 13.93, 14.21, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13991, 1869, 13833, 3248, 1, 14, 81.60, 83.23, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13992, 1869, 13834, 2160, 3, 14, 106.08, 108.20, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13993, 1869, 13835, 556, 1, 14, 7.28, 7.43, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13994, 1869, 13836, 3072, 9, 14, 16.15, 16.47, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13995, 1869, 13837, 3363, 6, 14, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13996, 1869, 13838, 3448, 9, 14, 14.11, 14.39, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13997, 1869, 13839, 5035, 3, 14, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13998, 1869, 13840, 143, 1, 14, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(13999, 1869, 13841, 1208, 3, 14, 3.11, 3.17, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14000, 1869, 13842, 3757, 3, 14, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14001, 1869, 13843, 5069, 6, 14, 37.99, 38.75, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14002, 1869, 13844, 2614, 6, 14, 23.62, 24.09, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14003, 1869, 13845, 3883, 6, 14, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14004, 1869, 13846, 3666, 1, 14, 8.36, 8.53, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14005, 1869, 13847, 4687, 3, 14, 2.81, 2.87, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14006, 1869, 13848, 949, 6, 14, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-06 03:31:07', '2024-06-06 03:31:07', '2024-06-06 04:32:07'),
(14007, 1872, 13849, 3961, 6, 18, 5268.20, 5373.56, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:04'),
(14008, 1872, 13850, 2736, 6, 18, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14009, 1872, 13851, 3450, 3, 18, 5.05, 5.15, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14010, 1872, 13852, 2822, 1, 18, 618.00, 630.36, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14011, 1872, 13853, 867, 3, 18, 9.62, 9.81, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14012, 1872, 13854, 3552, 1, 18, 352.79, 359.85, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14013, 1872, 13855, 1281, 1, 18, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14014, 1872, 13856, 5121, 1, 18, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14015, 1872, 13857, 2381, 6, 18, 15.79, 16.11, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14016, 1872, 13858, 6123, 1, 18, 19.75, 20.15, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14017, 1872, 13859, 2445, 6, 18, 212.00, 216.24, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14018, 1872, 13860, 3221, 6, 18, 21.72, 22.15, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14019, 1872, 13861, 2348, 9, 18, 936.00, 954.72, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14020, 1872, 13862, 349, 3, 18, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14021, 1872, 13863, 1038, 9, 18, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14022, 1872, 13864, 4001, 1, 18, 2333.76, 2380.44, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14023, 1872, 13865, 717, 9, 18, 41.97, 42.81, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14024, 1872, 13866, 5205, 1, 18, 85.04, 86.74, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:06'),
(14025, 1872, 13867, 3175, 6, 18, 176.50, 180.03, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14026, 1872, 13868, 1774, 1, 18, 63.02, 64.28, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14027, 1872, 13869, 1513, 3, 18, 1479.00, 1508.58, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14028, 1872, 13870, 1624, 9, 18, 41.53, 42.36, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14029, 1872, 13871, 2861, 9, 18, 57.19, 58.33, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14030, 1872, 13872, 2175, 6, 18, 28.28, 28.85, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14031, 1872, 13873, 142, 6, 18, 24.15, 24.63, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14032, 1872, 13874, 4270, 9, 18, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14033, 1872, 13875, 2049, 1, 18, 9.31, 9.50, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14034, 1872, 13876, 5611, 3, 18, 66.44, 67.77, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14035, 1872, 13877, 4889, 3, 18, 63.40, 64.67, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14036, 1872, 13878, 850, 9, 18, 85.28, 86.99, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14037, 1872, 13879, 5596, 3, 18, 154.01, 157.09, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14038, 1872, 13880, 528, 3, 18, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14039, 1872, 13881, 4257, 9, 18, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14040, 1872, 13882, 1571, 9, 18, 106.30, 108.43, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14041, 1872, 13883, 1722, 3, 18, 4.03, 4.11, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14042, 1872, 13884, 5938, 1, 18, 485.36, 495.07, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:07'),
(14043, 1872, 13885, 296, 6, 18, 132.24, 134.88, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14044, 1872, 13886, 709, 9, 18, 196.14, 200.06, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14045, 1872, 13887, 2194, 1, 18, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14046, 1872, 13888, 3609, 6, 18, 140.42, 143.23, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14047, 1872, 13889, 1974, 6, 18, 26.08, 26.60, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14048, 1872, 13890, 1879, 3, 18, 45.58, 46.49, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14049, 1872, 13891, 1952, 3, 18, 1.33, 1.36, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14050, 1872, 13892, 163, 6, 18, 8.57, 8.74, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14051, 1872, 13893, 5802, 3, 18, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14052, 1872, 13894, 4050, 1, 18, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14053, 1872, 13895, 1873, 6, 18, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14054, 1872, 13896, 2103, 6, 18, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14055, 1872, 13897, 2631, 6, 18, 42.01, 42.85, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14056, 1872, 13898, 2944, 3, 18, 18.10, 18.46, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14057, 1872, 13899, 5024, 9, 18, 4.23, 4.31, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14058, 1872, 13900, 4668, 3, 18, 1.53, 1.56, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14059, 1872, 13901, 756, 6, 18, 0.46, 0.47, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14060, 1872, 13902, 3539, 3, 18, 1.17, 1.19, 1, 1, 'ai_sell', '2024-06-06 05:23:08', '2024-06-06 05:23:08', '2024-06-06 06:24:08'),
(14061, 1798, 13903, 3837, 5, NULL, 203.00, 209.09, 2, 1, 'manual_sell', '2024-06-06 06:38:29', '2024-06-06 06:38:29', '2024-06-06 07:39:04'),
(14062, 1869, 13904, 5544, 1, 17, 17.13, 17.47, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:05'),
(14063, 1869, 13905, 851, 9, 17, 25.33, 25.84, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14064, 1869, 13906, 1711, 3, 17, 93.60, 95.47, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14065, 1869, 13907, 4119, 6, 17, 3132.40, 3195.05, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14066, 1869, 13908, 1916, 6, 17, 3.50, 3.57, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14067, 1869, 13909, 965, 9, 17, 1040.00, 1060.80, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14068, 1869, 13910, 405, 6, 17, 14.23, 14.51, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14069, 1869, 13911, 2492, 9, 17, 18.28, 18.65, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14070, 1869, 13912, 4213, 6, 17, 4.77, 4.87, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14071, 1869, 13913, 4928, 9, 17, 52.27, 53.32, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14072, 1869, 13914, 1757, 9, 17, 78.00, 79.56, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14073, 1869, 13915, 3029, 9, 17, 243.78, 248.66, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14074, 1869, 13916, 6014, 1, 17, 4160.00, 4243.20, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14075, 1869, 13917, 3586, 9, 17, 5.60, 5.71, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14076, 1869, 13918, 2847, 9, 17, 3360.00, 3427.20, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14077, 1869, 13919, 625, 3, 17, 553.48, 564.55, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14078, 1869, 13920, 1618, 1, 17, 54.81, 55.91, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14079, 1869, 13921, 612, 3, 17, 65.65, 66.96, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14080, 1869, 13922, 2582, 1, 17, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14081, 1869, 13923, 5580, 1, 17, 13.11, 13.37, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14082, 1869, 13924, 2192, 1, 17, 36.00, 36.72, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14083, 1869, 13925, 3604, 9, 17, 12.72, 12.97, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14084, 1869, 13926, 1147, 9, 17, 101.00, 103.02, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14085, 1869, 13927, 5228, 1, 17, 7.06, 7.20, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14086, 1869, 13928, 1595, 1, 17, 18.17, 18.53, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14087, 1869, 13929, 3000, 3, 17, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14088, 1869, 13930, 2343, 3, 17, 51.44, 52.47, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14089, 1869, 13931, 2990, 6, 17, 539.76, 550.56, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14090, 1869, 13932, 4298, 1, 17, 52.46, 53.51, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14091, 1869, 13933, 4083, 3, 17, 51.99, 53.03, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14092, 1869, 13934, 4020, 3, 17, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-07 00:39:06', '2024-06-07 00:39:06', '2024-06-07 01:40:07'),
(14093, 1869, 13935, 2834, 3, 17, 15.13, 15.43, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14094, 1869, 13936, 5835, 1, 17, 19.64, 20.03, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14095, 1869, 13937, 1457, 6, 17, 10.98, 11.20, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14096, 1869, 13938, 923, 3, 17, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14097, 1869, 13939, 1095, 9, 17, 8.38, 8.55, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14098, 1869, 13940, 1844, 3, 17, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14099, 1869, 13941, 1719, 9, 17, 1.08, 1.10, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14100, 1869, 13942, 734, 6, 17, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14101, 1869, 13943, 1894, 6, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14102, 1869, 13944, 1827, 3, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-07 00:39:07', '2024-06-07 00:39:07', '2024-06-07 01:40:07'),
(14103, 1866, 13945, 264, 9, 16, 1528.98, 1559.56, 1, 1, 'ai_sell', '2024-06-07 01:42:04', '2024-06-07 01:42:04', '2024-06-07 02:42:04'),
(14104, 1866, 13946, 3187, 1, 16, 4696.80, 4790.74, 1, 1, 'ai_sell', '2024-06-07 01:42:04', '2024-06-07 01:42:04', '2024-06-07 02:42:05'),
(14105, 1866, 13947, 2044, 9, 16, 326.40, 332.93, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:04'),
(14106, 1866, 13948, 5255, 9, 16, 24.73, 25.22, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14107, 1866, 13949, 2363, 6, 16, 16.27, 16.60, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14108, 1866, 13950, 4516, 3, 16, 46.45, 47.38, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14109, 1866, 13951, 3830, 3, 16, 89.89, 91.69, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14110, 1866, 13952, 5075, 3, 16, 23.17, 23.63, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14111, 1866, 13953, 2245, 3, 16, 596.70, 608.63, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14112, 1866, 13954, 3862, 6, 16, 16.41, 16.74, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14113, 1866, 13955, 4309, 1, 16, 4.23, 4.31, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14114, 1866, 13956, 877, 1, 16, 86.70, 88.43, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14115, 1866, 13957, 4241, 1, 16, 61.43, 62.66, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14116, 1866, 13958, 4709, 3, 16, 52.04, 53.08, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14117, 1866, 13959, 2328, 6, 16, 748.80, 763.78, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14118, 1866, 13960, 5752, 6, 16, 14.29, 14.58, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14119, 1866, 13961, 6089, 1, 16, 5.12, 5.22, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14120, 1866, 13962, 5014, 3, 16, 531.41, 542.04, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14121, 1866, 13963, 3636, 3, 16, 201.31, 205.34, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14122, 1866, 13964, 4009, 6, 16, 1050.62, 1071.63, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14123, 1866, 13965, 2261, 3, 16, 177.45, 181.00, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14124, 1866, 13966, 4091, 3, 16, 27.46, 28.01, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14125, 1866, 13967, 783, 3, 16, 41.22, 42.04, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14126, 1866, 13968, 904, 9, 16, 1007.00, 1027.14, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14127, 1866, 13969, 4460, 3, 16, 41.98, 42.82, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14128, 1866, 13970, 4341, 9, 16, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14129, 1866, 13971, 3425, 3, 16, 25.95, 26.47, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14130, 1866, 13972, 2745, 9, 16, 41.22, 42.04, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14131, 1866, 13973, 5654, 9, 16, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14132, 1866, 13974, 3062, 3, 16, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14133, 1866, 13975, 2593, 9, 16, 148.39, 151.36, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14134, 1866, 13976, 5727, 1, 16, 38.15, 38.91, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14135, 1866, 13977, 3233, 6, 16, 106.00, 108.12, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14136, 1866, 13978, 5199, 1, 16, 57.67, 58.82, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14137, 1866, 13979, 2698, 1, 16, 30.60, 31.21, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14138, 1866, 13980, 52, 9, 16, 17.85, 18.21, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14139, 1866, 13981, 5111, 1, 16, 14.26, 14.55, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14140, 1866, 13982, 3475, 1, 16, 93.98, 95.86, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14141, 1866, 13983, 4766, 6, 16, 29.11, 29.69, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14142, 1866, 13984, 4268, 6, 16, 816.33, 832.66, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14143, 1866, 13985, 3658, 3, 16, 14.08, 14.36, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14144, 1866, 13986, 1800, 6, 16, 165.24, 168.54, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14145, 1866, 13987, 5373, 3, 16, 51.97, 53.01, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14146, 1866, 13988, 233, 1, 16, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14147, 1866, 13989, 128, 9, 16, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14148, 1866, 13990, 3032, 9, 16, 705.99, 720.11, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14149, 1866, 13991, 5988, 6, 16, 19.92, 20.32, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14150, 1866, 13992, 5794, 6, 16, 37.06, 37.80, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14151, 1866, 13993, 6112, 9, 16, 169.60, 172.99, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14152, 1866, 13994, 4948, 9, 16, 19.76, 20.16, 1, 1, 'ai_sell', '2024-06-07 01:42:05', '2024-06-07 01:42:05', '2024-06-07 02:43:05'),
(14153, 1866, 13995, 3318, 1, 16, 1.21, 1.23, 1, 1, 'ai_sell', '2024-06-07 01:42:06', '2024-06-07 01:42:06', '2024-06-07 02:43:05'),
(14154, 1871, 13996, 787, 9, 7, 48.11, 49.07, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14155, 1871, 13997, 3832, 6, 7, 6.06, 6.18, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14156, 1871, 13998, 3570, 6, 7, 1500.86, 1530.88, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14157, 1871, 13999, 1765, 6, 7, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14158, 1871, 14000, 5669, 1, 7, 26.24, 26.76, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14159, 1871, 14001, 2187, 3, 7, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14160, 1871, 14002, 4438, 1, 7, 31.31, 31.94, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14161, 1871, 14003, 583, 9, 7, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14162, 1871, 14004, 5190, 1, 7, 322.40, 328.85, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14163, 1871, 14005, 983, 3, 7, 139.65, 142.44, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14164, 1871, 14006, 788, 3, 7, 35.87, 36.59, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14165, 1871, 14007, 2979, 9, 7, 88.40, 90.17, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:04'),
(14166, 1871, 14008, 3215, 1, 7, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:05'),
(14167, 1871, 14009, 5220, 6, 7, 103.01, 105.07, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:05'),
(14168, 1871, 14010, 5269, 6, 7, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:05'),
(14169, 1871, 14011, 2263, 1, 7, 793.10, 808.96, 1, 1, 'ai_sell', '2024-06-07 03:03:06', '2024-06-07 03:03:06', '2024-06-07 04:04:05'),
(14170, 1871, 14012, 1051, 6, 7, 62.40, 63.65, 1, 1, 'ai_sell', '2024-06-07 03:03:07', '2024-06-07 03:03:07', '2024-06-07 04:04:05'),
(14171, 1871, 14013, 5813, 9, 7, 151.45, 154.48, 1, 1, 'ai_sell', '2024-06-07 03:03:07', '2024-06-07 03:03:07', '2024-06-07 04:04:05'),
(14172, 1871, 14014, 1916, 3, 7, 3.50, 3.57, 1, 1, 'ai_sell', '2024-06-07 03:03:07', '2024-06-07 03:03:07', '2024-06-07 04:04:05'),
(14173, 1871, 14015, 246, 1, 7, 40.30, 41.11, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14174, 1871, 14016, 723, 3, 7, 114.33, 116.62, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14175, 1871, 14017, 2853, 6, 7, 36.31, 37.04, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14176, 1871, 14018, 3851, 1, 7, 194.25, 198.14, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14177, 1871, 14019, 5908, 9, 7, 34.33, 35.02, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14178, 1871, 14020, 4264, 1, 7, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14179, 1871, 14021, 3902, 1, 7, 1068.48, 1089.85, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14180, 1871, 14022, 4902, 1, 7, 2.30, 2.35, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14181, 1871, 14023, 5879, 1, 7, 626.24, 638.76, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14182, 1871, 14024, 4603, 9, 7, 1643.00, 1675.86, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14183, 1871, 14025, 1977, 3, 7, 260.00, 265.20, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14184, 1871, 14026, 2461, 1, 7, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14185, 1871, 14027, 3010, 9, 7, 32.54, 33.19, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14186, 1871, 14028, 913, 6, 7, 13.83, 14.11, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14187, 1871, 14029, 691, 6, 7, 6.06, 6.18, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14188, 1871, 14030, 5213, 1, 7, 71.70, 73.13, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14189, 1871, 14031, 1381, 3, 7, 863.20, 880.46, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14190, 1871, 14032, 4198, 6, 7, 19.46, 19.85, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14191, 1871, 14033, 3923, 3, 7, 464.60, 473.89, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14192, 1871, 14034, 5557, 1, 7, 182.78, 186.44, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14193, 1871, 14035, 4007, 3, 7, 809.12, 825.30, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14194, 1871, 14036, 789, 1, 7, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:05'),
(14195, 1871, 14037, 3329, 9, 7, 24.35, 24.84, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14196, 1871, 14038, 4214, 1, 7, 21.29, 21.72, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14197, 1871, 14039, 3925, 9, 7, 154.01, 157.09, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14198, 1871, 14040, 5010, 9, 7, 43.04, 43.90, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14199, 1871, 14041, 1433, 3, 7, 84.39, 86.08, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14200, 1871, 14042, 6085, 1, 7, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14201, 1871, 14043, 5143, 9, 7, 12.65, 12.90, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14202, 1871, 14044, 2438, 9, 7, 131.30, 133.93, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14203, 1871, 14045, 1697, 1, 7, 15.10, 15.40, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14204, 1871, 14046, 5216, 3, 7, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14205, 1871, 14047, 5120, 9, 7, 19.94, 20.34, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14206, 1871, 14048, 3337, 6, 7, 200.85, 204.87, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14207, 1871, 14049, 881, 9, 7, 884.00, 901.68, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14208, 1871, 14050, 4977, 3, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14209, 1871, 14051, 2674, 1, 7, 789.60, 805.39, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14210, 1871, 14052, 3583, 6, 7, 148.46, 151.43, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14211, 1871, 14053, 2466, 6, 7, 805.55, 821.66, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14212, 1871, 14054, 433, 1, 7, 258.55, 263.72, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14213, 1871, 14055, 526, 6, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14214, 1871, 14056, 1411, 1, 7, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14215, 1871, 14057, 4616, 3, 7, 8989.00, 9168.78, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14216, 1871, 14058, 3302, 9, 7, 20.14, 20.54, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14217, 1871, 14059, 507, 6, 7, 37.29, 38.04, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14218, 1871, 14060, 854, 3, 7, 36.56, 37.29, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14219, 1871, 14061, 5566, 6, 7, 32.54, 33.19, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14220, 1871, 14062, 4890, 3, 7, 575.78, 587.30, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:06'),
(14221, 1871, 14063, 6152, 1, 7, 25.22, 25.72, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:07'),
(14222, 1871, 14064, 2573, 1, 7, 21435.44, 21864.15, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:07'),
(14223, 1871, 14065, 4533, 3, 7, 29.67, 30.26, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:07'),
(14224, 1871, 14066, 3666, 1, 7, 8.05, 8.21, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:07'),
(14225, 1871, 14067, 4573, 6, 7, 32.08, 32.72, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:07'),
(14226, 1871, 14068, 905, 9, 7, 18.43, 18.80, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:07'),
(14227, 1871, 14069, 3104, 9, 7, 1139.34, 1162.13, 1, 1, 'ai_sell', '2024-06-07 03:04:05', '2024-06-07 03:04:05', '2024-06-07 04:05:07'),
(14228, 1871, 14070, 1145, 9, 7, 41.08, 41.90, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:07'),
(14229, 1871, 14071, 3172, 1, 7, 527.76, 538.32, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:07'),
(14230, 1871, 14072, 2879, 1, 7, 63.59, 64.86, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:07'),
(14231, 1871, 14073, 1367, 6, 7, 3090.00, 3151.80, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14232, 1871, 14074, 3255, 9, 7, 130.07, 132.67, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14233, 1871, 14075, 724, 1, 7, 39.48, 40.27, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14234, 1871, 14076, 6019, 3, 7, 6.22, 6.34, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14235, 1871, 14077, 167, 6, 7, 27.13, 27.67, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14236, 1871, 14078, 1232, 9, 7, 25.75, 26.27, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14237, 1871, 14079, 4945, 1, 7, 16.95, 17.29, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14238, 1871, 14080, 2375, 6, 7, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14239, 1871, 14081, 3006, 9, 7, 380.77, 388.39, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14240, 1871, 14082, 2889, 3, 7, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14241, 1871, 14083, 4783, 3, 7, 30.43, 31.04, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14242, 1871, 14084, 3517, 6, 7, 65.81, 67.13, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14243, 1871, 14085, 2081, 1, 7, 798.00, 813.96, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14244, 1871, 14086, 813, 6, 7, 11.78, 12.02, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14245, 1871, 14087, 2726, 9, 7, 29.57, 30.16, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14246, 1871, 14088, 924, 9, 7, 178.50, 182.07, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14247, 1871, 14089, 4283, 9, 7, 11.02, 11.24, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14248, 1871, 14090, 4830, 9, 7, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14249, 1871, 14091, 2895, 9, 7, 146.63, 149.56, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14250, 1871, 14092, 4736, 9, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14251, 1871, 14093, 1851, 6, 7, 66.89, 68.23, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14252, 1871, 14094, 1965, 3, 7, 13.50, 13.77, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14253, 1871, 14095, 1589, 3, 7, 2.49, 2.54, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14254, 1871, 14096, 3188, 9, 7, 12.94, 13.20, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:08'),
(14255, 1871, 14097, 506, 9, 7, 54.13, 55.21, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14256, 1871, 14098, 5580, 1, 7, 13.49, 13.76, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14257, 1871, 14099, 2020, 1, 7, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14258, 1871, 14100, 143, 6, 7, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14259, 1871, 14101, 2121, 6, 7, 4.40, 4.49, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14260, 1871, 14102, 5824, 3, 7, 1.46, 1.49, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14261, 1871, 14103, 624, 9, 7, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14262, 1871, 14104, 756, 9, 7, 0.48, 0.49, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14263, 1871, 14105, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14264, 1870, 14106, 787, 6, 8, 50.00, 51.00, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14265, 1870, 14107, 3832, 3, 8, 6.06, 6.18, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14266, 1870, 14108, 3570, 3, 8, 1545.44, 1576.35, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14267, 1870, 14109, 1765, 1, 8, 18.02, 18.38, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14268, 1870, 14110, 5669, 1, 8, 26.24, 26.76, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14269, 1870, 14111, 2187, 1, 8, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14270, 1870, 14112, 4438, 1, 8, 31.31, 31.94, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14271, 1870, 14113, 583, 9, 8, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14272, 1870, 14114, 5190, 3, 8, 322.40, 328.85, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:09'),
(14273, 1870, 14115, 983, 9, 8, 135.66, 138.37, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14274, 1870, 14116, 788, 1, 8, 35.87, 36.59, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14275, 1870, 14117, 2979, 6, 8, 89.25, 91.04, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14276, 1870, 14118, 3215, 6, 8, 9.35, 9.54, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14277, 1870, 14119, 5220, 6, 8, 105.05, 107.15, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14278, 1870, 14120, 5269, 1, 8, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14279, 1870, 14121, 2263, 3, 8, 800.80, 816.82, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14280, 1870, 14122, 1051, 6, 8, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14281, 1870, 14123, 5813, 9, 8, 151.45, 154.48, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14282, 1870, 14124, 1916, 9, 8, 3.50, 3.57, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14283, 1870, 14125, 246, 6, 8, 40.70, 41.51, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14284, 1870, 14126, 723, 9, 8, 115.44, 117.75, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14285, 1870, 14127, 2853, 3, 8, 36.31, 37.04, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14286, 1870, 14128, 3851, 9, 8, 194.25, 198.14, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14287, 1870, 14129, 5908, 3, 8, 35.35, 36.06, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:10'),
(14288, 1870, 14130, 4264, 6, 8, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14289, 1870, 14131, 3902, 6, 8, 1038.24, 1059.00, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14290, 1870, 14132, 4902, 6, 8, 2.32, 2.37, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14291, 1870, 14133, 5879, 3, 8, 632.32, 644.97, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14292, 1870, 14134, 4603, 6, 8, 1581.00, 1612.62, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14293, 1870, 14135, 1977, 1, 8, 252.50, 257.55, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14294, 1870, 14136, 2461, 6, 8, 7.06, 7.20, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14295, 1870, 14137, 3010, 1, 8, 32.23, 32.87, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14296, 1870, 14138, 913, 6, 8, 13.57, 13.84, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14297, 1870, 14139, 691, 9, 8, 6.12, 6.24, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14298, 1870, 14140, 5213, 9, 8, 72.41, 73.86, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14299, 1870, 14141, 1381, 6, 8, 879.80, 897.40, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14300, 1870, 14142, 4198, 3, 8, 19.27, 19.66, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14301, 1870, 14143, 3923, 1, 8, 473.80, 483.28, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14302, 1870, 14144, 5557, 1, 8, 181.01, 184.63, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14303, 1870, 14145, 4007, 6, 8, 809.12, 825.30, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14304, 1870, 14146, 789, 1, 8, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14305, 1870, 14147, 3329, 6, 8, 24.12, 24.60, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14306, 1870, 14148, 4214, 3, 8, 20.88, 21.30, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:11'),
(14307, 1870, 14149, 3925, 6, 8, 157.03, 160.17, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:12'),
(14308, 1870, 14150, 5010, 6, 8, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:12'),
(14309, 1870, 14151, 1433, 6, 8, 81.17, 82.79, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:12'),
(14310, 1870, 14152, 6085, 6, 8, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:12'),
(14311, 1870, 14153, 5143, 6, 8, 12.40, 12.65, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:12'),
(14312, 1870, 14154, 2438, 1, 8, 137.80, 140.56, 1, 1, 'ai_sell', '2024-06-07 03:04:06', '2024-06-07 03:04:06', '2024-06-07 04:05:12'),
(14313, 1870, 14155, 1697, 9, 8, 15.39, 15.70, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14314, 1870, 14156, 5216, 9, 8, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14315, 1870, 14157, 5120, 3, 8, 19.37, 19.76, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14316, 1870, 14158, 3337, 1, 8, 206.70, 210.83, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14317, 1870, 14159, 881, 6, 8, 858.50, 875.67, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14318, 1870, 14160, 4977, 1, 8, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14319, 1870, 14161, 2674, 3, 8, 782.08, 797.72, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14320, 1870, 14162, 3583, 9, 8, 154.34, 157.43, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14321, 1870, 14163, 2466, 9, 8, 797.95, 813.91, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14322, 1870, 14164, 433, 9, 8, 263.67, 268.94, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14323, 1870, 14165, 526, 9, 8, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14324, 1870, 14166, 1411, 1, 8, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14325, 1870, 14167, 3302, 9, 8, 19.76, 20.16, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14326, 1870, 14168, 507, 6, 8, 36.56, 37.29, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14327, 1870, 14169, 854, 1, 8, 36.91, 37.65, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14328, 1870, 14170, 5566, 9, 8, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14329, 1870, 14171, 4890, 9, 8, 598.58, 610.55, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14330, 1870, 14172, 6152, 1, 8, 25.22, 25.72, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14331, 1870, 14173, 4533, 1, 8, 29.67, 30.26, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:12'),
(14332, 1870, 14174, 3666, 1, 8, 7.97, 8.13, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14333, 1870, 14175, 4573, 1, 8, 31.17, 31.79, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14334, 1870, 14176, 905, 3, 8, 18.25, 18.62, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14335, 1870, 14177, 1145, 1, 8, 41.87, 42.71, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14336, 1870, 14178, 2879, 3, 8, 61.79, 63.03, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14337, 1870, 14179, 3255, 9, 8, 128.82, 131.40, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14338, 1870, 14180, 724, 1, 8, 39.48, 40.27, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14339, 1870, 14181, 6019, 3, 8, 6.10, 6.22, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14340, 1870, 14182, 167, 1, 8, 27.13, 27.67, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14341, 1870, 14183, 1232, 3, 8, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14342, 1870, 14184, 4945, 9, 8, 16.95, 17.29, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14343, 1870, 14185, 2375, 1, 8, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14344, 1870, 14186, 2889, 3, 8, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14345, 1870, 14187, 4783, 9, 8, 30.13, 30.73, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14346, 1870, 14188, 813, 6, 8, 11.78, 12.02, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14347, 1870, 14189, 4283, 1, 8, 10.71, 10.92, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14348, 1870, 14190, 1589, 1, 8, 2.41, 2.46, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14349, 1870, 14191, 143, 6, 8, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14350, 1870, 14192, 2121, 6, 8, 4.32, 4.41, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14351, 1870, 14193, 624, 1, 8, 1.04, 1.06, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14352, 1870, 14194, 1827, 6, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-07 03:04:07', '2024-06-07 03:04:07', '2024-06-07 04:05:13'),
(14353, 1866, 14195, 5745, 6, 6, 29.11, 29.37, 1, 1, 'ai_sell', '2024-06-07 03:07:03', '2024-06-07 03:07:03', '2024-06-07 04:07:04'),
(14354, 1866, 14196, 5704, 1, 6, 2.59, 2.61, 1, 1, 'ai_sell', '2024-06-07 03:07:03', '2024-06-07 03:07:03', '2024-06-07 04:07:05'),
(14355, 1866, 14197, 5617, 6, 6, 5.86, 5.91, 1, 1, 'ai_sell', '2024-06-07 03:07:03', '2024-06-07 03:07:03', '2024-06-07 04:07:05'),
(14356, 1866, 14198, 4030, 9, 6, 21.19, 21.38, 1, 1, 'ai_sell', '2024-06-07 03:07:03', '2024-06-07 03:07:03', '2024-06-07 04:07:05'),
(14357, 1866, 14199, 1811, 9, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-07 03:07:03', '2024-06-07 03:07:03', '2024-06-07 04:07:06'),
(14358, 1866, 14200, 756, 9, 6, 0.46, 0.46, 1, 1, 'ai_sell', '2024-06-07 03:07:03', '2024-06-07 03:07:03', '2024-06-07 04:07:06'),
(14359, 1866, 14201, 734, 3, 6, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-07 03:07:03', '2024-06-07 03:07:03', '2024-06-07 04:07:06'),
(14360, 1873, 14202, 628, 1, 9, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:02'),
(14361, 1873, 14203, 1942, 1, 9, 7.83, 7.99, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:02'),
(14362, 1873, 14204, 6140, 6, 9, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:02'),
(14363, 1873, 14205, 4982, 3, 9, 88.40, 90.17, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:02'),
(14364, 1873, 14206, 2133, 1, 9, 132.50, 135.15, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(14365, 1873, 14207, 5260, 3, 9, 150.96, 153.98, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:02'),
(14366, 1873, 14208, 3861, 3, 9, 103.01, 105.07, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:02'),
(14367, 1873, 14209, 4247, 3, 9, 15.77, 16.09, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14368, 1873, 14210, 6100, 3, 9, 71.26, 72.69, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14369, 1873, 14211, 1774, 3, 9, 63.02, 64.28, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14370, 1873, 14212, 5675, 1, 9, 5610.00, 5722.20, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14371, 1873, 14213, 5886, 9, 9, 1714.65, 1748.94, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14372, 1873, 14214, 5294, 1, 9, 281.72, 287.35, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14373, 1873, 14215, 3680, 9, 9, 265.00, 270.30, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14374, 1873, 14216, 4147, 6, 9, 100.99, 103.01, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14375, 1873, 14217, 4214, 1, 9, 21.49, 21.92, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14376, 1873, 14218, 1881, 1, 9, 10.61, 10.82, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14377, 1873, 14219, 406, 9, 9, 296.38, 302.31, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14378, 1873, 14220, 2121, 6, 9, 4.40, 4.49, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14379, 1873, 14221, 2003, 6, 9, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14380, 1873, 14222, 3082, 9, 9, 12.70, 12.95, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14381, 1873, 14223, 4962, 3, 9, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14382, 1873, 14224, 3533, 3, 9, 2.49, 2.54, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14383, 1873, 14225, 3968, 6, 9, 26.15, 26.67, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14384, 1873, 14226, 215, 9, 9, 7.97, 8.13, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14385, 1873, 14227, 1668, 6, 9, 129.43, 132.02, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14386, 1873, 14228, 5556, 9, 9, 107.57, 109.72, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14387, 1873, 14229, 518, 9, 9, 3030.45, 3091.06, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:03'),
(14388, 1873, 14230, 1879, 3, 9, 43.43, 44.30, 1, 1, 'ai_sell', '2024-06-07 03:21:05', '2024-06-07 03:21:05', '2024-06-07 04:22:04'),
(14389, 1873, 14231, 4861, 1, 9, 147.55, 150.50, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14390, 1873, 14232, 3223, 3, 9, 101.72, 103.75, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14391, 1873, 14233, 103, 3, 9, 515.00, 525.30, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14392, 1873, 14234, 3724, 1, 9, 101.96, 104.00, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14393, 1873, 14235, 1554, 1, 9, 14.84, 15.14, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14394, 1873, 14236, 809, 6, 9, 168.29, 171.66, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14395, 1873, 14237, 2129, 9, 9, 204.97, 209.07, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14396, 1873, 14238, 5186, 9, 9, 329.69, 336.28, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14397, 1873, 14239, 423, 3, 9, 15.32, 15.63, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14398, 1873, 14240, 3320, 9, 9, 80.79, 82.41, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14399, 1873, 14241, 5896, 3, 9, 377.40, 384.95, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14400, 1873, 14242, 2884, 9, 9, 4091.16, 4172.98, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14401, 1873, 14243, 1280, 1, 9, 20.89, 21.31, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14402, 1873, 14244, 723, 3, 9, 114.33, 116.62, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14403, 1873, 14245, 3432, 3, 9, 620.10, 632.50, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14404, 1873, 14246, 2990, 1, 9, 544.95, 555.85, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14405, 1873, 14247, 5957, 3, 9, 12.26, 12.51, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14406, 1873, 14248, 201, 9, 9, 203.69, 207.76, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14407, 1873, 14249, 4858, 3, 9, 129.31, 131.90, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14408, 1873, 14250, 597, 3, 9, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14409, 1873, 14251, 1970, 1, 9, 175.10, 178.60, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14410, 1873, 14252, 6111, 6, 9, 28.12, 28.68, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14411, 1873, 14253, 852, 3, 9, 26.97, 27.51, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14412, 1873, 14254, 1500, 1, 9, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14413, 1873, 14255, 2264, 9, 9, 61.95, 63.19, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14414, 1873, 14256, 4232, 6, 9, 17.83, 18.19, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14415, 1873, 14257, 153, 1, 9, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14416, 1873, 14258, 1647, 3, 9, 15.02, 15.32, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14417, 1873, 14259, 2358, 3, 9, 26.31, 26.84, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14418, 1873, 14260, 5363, 9, 9, 28.07, 28.63, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14419, 1873, 14261, 3018, 6, 9, 2.63, 2.68, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14420, 1873, 14262, 1844, 9, 9, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14421, 1873, 14263, 756, 1, 9, 0.45, 0.46, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14422, 1873, 14264, 1262, 1, 9, 1.55, 1.58, 1, 1, 'ai_sell', '2024-06-07 03:21:06', '2024-06-07 03:21:06', '2024-06-07 04:22:04'),
(14423, 1866, 14265, 485, 3, 11, 3661.25, 3734.48, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14424, 1866, 14266, 1785, 6, 11, 51.45, 52.48, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14425, 1866, 14267, 2903, 6, 11, 2028.00, 2068.56, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14426, 1866, 14268, 3894, 1, 11, 827.19, 843.73, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14427, 1866, 14269, 5657, 3, 11, 504.27, 514.36, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14428, 1866, 14270, 5238, 3, 11, 205.01, 209.11, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14429, 1866, 14271, 4249, 3, 11, 42.40, 43.25, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14430, 1866, 14272, 4578, 6, 11, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14431, 1866, 14273, 2189, 3, 11, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14432, 1866, 14274, 971, 6, 11, 4.04, 4.12, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14433, 1866, 14275, 1320, 3, 11, 73.03, 74.49, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14434, 1866, 14276, 2447, 6, 11, 180.24, 183.84, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14435, 1866, 14277, 6025, 9, 11, 104.93, 107.03, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14436, 1866, 14278, 3107, 3, 11, 202.98, 207.04, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14437, 1866, 14279, 5950, 1, 11, 148.40, 151.37, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14438, 1866, 14280, 4861, 3, 11, 148.95, 151.93, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14439, 1866, 14281, 4390, 6, 11, 71.70, 73.13, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14440, 1866, 14282, 3725, 6, 11, 12.12, 12.36, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14441, 1866, 14283, 20, 9, 11, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14442, 1866, 14284, 5952, 6, 11, 3565.79, 3637.11, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14443, 1866, 14285, 4961, 9, 11, 433.68, 442.35, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14444, 1866, 14286, 6006, 6, 11, 18.75, 19.13, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14445, 1866, 14287, 3345, 9, 11, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14446, 1866, 14288, 2524, 6, 11, 13.07, 13.33, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14447, 1866, 14289, 3263, 9, 11, 7.23, 7.37, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14448, 1866, 14290, 2314, 9, 11, 118.45, 120.82, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:07'),
(14449, 1866, 14291, 2498, 1, 11, 174.41, 177.90, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14450, 1866, 14292, 1237, 9, 11, 24.03, 24.51, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14451, 1866, 14293, 311, 1, 11, 150.80, 153.82, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14452, 1866, 14294, 6177, 6, 11, 24.14, 24.62, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14453, 1866, 14295, 2391, 3, 11, 59.96, 61.16, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14454, 1866, 14296, 668, 6, 11, 5.15, 5.25, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14455, 1866, 14297, 2394, 9, 11, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14456, 1866, 14298, 4272, 3, 11, 121.38, 123.81, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14457, 1866, 14299, 5251, 9, 11, 26.62, 27.15, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14458, 1866, 14300, 2313, 1, 11, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14459, 1866, 14301, 5391, 6, 11, 98.87, 100.85, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14460, 1866, 14302, 5008, 9, 11, 336.00, 342.72, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14461, 1866, 14303, 2518, 6, 11, 21.49, 21.92, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14462, 1866, 14304, 5837, 1, 11, 55.12, 56.22, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14463, 1866, 14305, 847, 3, 11, 19.91, 20.31, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14464, 1866, 14306, 2315, 6, 11, 578.55, 590.12, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14465, 1866, 14307, 3798, 6, 11, 20.27, 20.68, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14466, 1866, 14308, 2312, 6, 11, 145.60, 148.51, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14467, 1866, 14309, 2132, 3, 11, 102.98, 105.04, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14468, 1866, 14310, 5521, 6, 11, 87.21, 88.95, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14469, 1866, 14311, 2859, 3, 11, 46.79, 47.73, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14470, 1866, 14312, 4955, 9, 11, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14471, 1866, 14313, 1931, 6, 11, 1595.17, 1627.07, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14472, 1866, 14314, 2107, 1, 11, 38.27, 39.04, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14473, 1866, 14315, 1494, 6, 11, 41.50, 42.33, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:08'),
(14474, 1866, 14316, 836, 1, 11, 15.12, 15.42, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14475, 1866, 14317, 2022, 6, 11, 66.15, 67.47, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14476, 1866, 14318, 2989, 1, 11, 96.90, 98.84, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14477, 1866, 14319, 5462, 9, 11, 26.77, 27.31, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14478, 1866, 14320, 36, 6, 11, 59.16, 60.34, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14479, 1866, 14321, 1363, 1, 11, 3.33, 3.40, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14480, 1866, 14322, 2517, 6, 11, 106.53, 108.66, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14481, 1866, 14323, 5729, 9, 11, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14482, 1866, 14324, 1355, 1, 11, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14483, 1866, 14325, 4405, 3, 11, 25.50, 26.01, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14484, 1866, 14326, 1850, 1, 11, 0.58, 0.59, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14485, 1866, 14327, 3318, 3, 11, 1.16, 1.18, 1, 1, 'ai_sell', '2024-06-07 03:32:09', '2024-06-07 03:32:09', '2024-06-07 04:33:09'),
(14486, 1867, 14328, 2519, 3, 12, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:04'),
(14487, 1867, 14329, 1869, 9, 12, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:04'),
(14488, 1867, 14330, 254, 6, 12, 52.72, 53.77, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14489, 1867, 14331, 5471, 6, 12, 4.23, 4.31, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14490, 1867, 14332, 4593, 6, 12, 30.60, 31.21, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14491, 1867, 14333, 2858, 6, 12, 3030.00, 3090.60, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14492, 1867, 14334, 657, 6, 12, 40.95, 41.77, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14493, 1867, 14335, 2024, 3, 12, 12.69, 12.94, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14494, 1867, 14336, 5912, 6, 12, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14495, 1867, 14337, 1636, 3, 12, 10.64, 10.85, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14496, 1867, 14338, 1597, 1, 12, 2.26, 2.31, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14497, 1867, 14339, 4447, 9, 12, 115.50, 117.81, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14498, 1867, 14340, 2898, 1, 12, 138.85, 141.63, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14499, 1867, 14341, 938, 6, 12, 32.48, 33.13, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14500, 1867, 14342, 2588, 3, 12, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14501, 1867, 14343, 1377, 9, 12, 12.11, 12.35, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14502, 1867, 14344, 4344, 6, 12, 270.72, 276.13, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14503, 1867, 14345, 3269, 9, 12, 141.73, 144.56, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14504, 1867, 14346, 6117, 3, 12, 13.25, 13.52, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14505, 1867, 14347, 5178, 9, 12, 101.84, 103.88, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:05'),
(14506, 1867, 14348, 1680, 6, 12, 537.66, 548.41, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:06'),
(14507, 1867, 14349, 3481, 9, 12, 16.04, 16.36, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:06'),
(14508, 1867, 14350, 5984, 1, 12, 18.11, 18.47, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:06'),
(14509, 1867, 14351, 1328, 3, 12, 30.45, 31.06, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:06'),
(14510, 1867, 14352, 3013, 3, 12, 441.49, 450.32, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:06'),
(14511, 1867, 14353, 396, 3, 12, 35.00, 35.70, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:06'),
(14512, 1867, 14354, 1804, 1, 12, 89.03, 90.81, 1, 1, 'ai_sell', '2024-06-07 03:44:09', '2024-06-07 03:44:09', '2024-06-07 04:45:06'),
(14513, 1867, 14355, 4201, 1, 12, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14514, 1867, 14356, 5896, 9, 12, 388.50, 396.27, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14515, 1867, 14357, 665, 1, 12, 94.94, 96.84, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14516, 1867, 14358, 2118, 6, 12, 11.00, 11.22, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14517, 1867, 14359, 1227, 6, 12, 161.65, 164.88, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14518, 1867, 14360, 3501, 6, 12, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14519, 1867, 14361, 2135, 6, 12, 55.97, 57.09, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14520, 1867, 14362, 567, 3, 12, 2141.37, 2184.20, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14521, 1867, 14363, 4893, 6, 12, 114.80, 117.10, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14522, 1867, 14364, 945, 1, 12, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14523, 1867, 14365, 2490, 9, 12, 18.15, 18.51, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14524, 1867, 14366, 3054, 1, 12, 678.86, 692.44, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14525, 1867, 14367, 4398, 3, 12, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14526, 1867, 14368, 1563, 3, 12, 25.43, 25.94, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14527, 1867, 14369, 3868, 6, 12, 109.12, 111.30, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14528, 1867, 14370, 2996, 1, 12, 530.00, 540.60, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14529, 1867, 14371, 3438, 1, 12, 10.18, 10.38, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14530, 1867, 14372, 4050, 6, 12, 9.35, 9.54, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14531, 1867, 14373, 969, 9, 12, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:06'),
(14532, 1867, 14374, 2032, 1, 12, 40.17, 40.97, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14533, 1867, 14375, 5992, 3, 12, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14534, 1867, 14376, 2010, 9, 12, 408.45, 416.62, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14535, 1867, 14377, 5554, 1, 12, 5.53, 5.64, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14536, 1867, 14378, 2632, 1, 12, 14.12, 14.40, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14537, 1867, 14379, 5220, 1, 12, 107.09, 109.23, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14538, 1867, 14380, 1714, 3, 12, 29.63, 30.22, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14539, 1867, 14381, 4213, 3, 12, 4.64, 4.73, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14540, 1867, 14382, 2288, 1, 12, 50.96, 51.98, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14541, 1867, 14383, 2727, 3, 12, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14542, 1867, 14384, 65, 6, 12, 29.29, 29.88, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14543, 1867, 14385, 1853, 3, 12, 33.27, 33.94, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14544, 1867, 14386, 31, 6, 12, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14545, 1867, 14387, 905, 1, 12, 18.78, 19.16, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:07'),
(14546, 1867, 14388, 5859, 3, 12, 196.95, 200.89, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14547, 1867, 14389, 1624, 1, 12, 41.13, 41.95, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14548, 1867, 14390, 559, 6, 12, 4399.56, 4487.55, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14549, 1867, 14391, 4558, 9, 12, 408.00, 416.16, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14550, 1867, 14392, 4649, 9, 12, 31.92, 32.56, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14551, 1867, 14393, 1799, 6, 12, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14552, 1867, 14394, 1528, 9, 12, 4019.80, 4100.20, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14553, 1867, 14395, 1690, 1, 12, 18.12, 18.48, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14554, 1867, 14396, 810, 9, 12, 26.35, 26.88, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14555, 1867, 14397, 1514, 1, 12, 4.45, 4.54, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14556, 1867, 14398, 1612, 3, 12, 42.35, 43.20, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14557, 1867, 14399, 3110, 3, 12, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14558, 1867, 14400, 5518, 3, 12, 18.35, 18.72, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14559, 1867, 14401, 182, 6, 12, 151.40, 154.43, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14560, 1867, 14402, 5429, 6, 12, 35.07, 35.77, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14561, 1867, 14403, 5568, 9, 12, 107.05, 109.19, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14562, 1867, 14404, 3783, 9, 12, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14563, 1867, 14405, 4585, 3, 12, 84.80, 86.50, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14564, 1867, 14406, 3661, 6, 12, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14565, 1867, 14407, 1797, 1, 12, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14566, 1867, 14408, 4225, 6, 12, 33.26, 33.93, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14567, 1867, 14409, 5046, 1, 12, 62.99, 64.25, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14568, 1867, 14410, 1629, 3, 12, 10.16, 10.36, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14569, 1867, 14411, 1132, 9, 12, 25.40, 25.91, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14570, 1867, 14412, 5436, 3, 12, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14571, 1867, 14413, 4766, 9, 12, 29.11, 29.69, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:08'),
(14572, 1867, 14414, 4435, 6, 12, 16.59, 16.92, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14573, 1867, 14415, 2862, 3, 12, 29.86, 30.46, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14574, 1867, 14416, 2866, 3, 12, 5.65, 5.76, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14575, 1867, 14417, 4933, 9, 12, 5.47, 5.58, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14576, 1867, 14418, 4562, 9, 12, 4.10, 4.18, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14577, 1867, 14419, 803, 3, 12, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14578, 1867, 14420, 716, 6, 12, 1.04, 1.06, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14579, 1867, 14421, 1894, 9, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14580, 1867, 14422, 734, 1, 12, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-07 03:44:10', '2024-06-07 03:44:10', '2024-06-07 04:45:09'),
(14581, 1868, 14423, 4729, 3, 13, 85.31, 87.02, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:04'),
(14582, 1868, 14424, 1996, 9, 13, 34.99, 35.69, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14583, 1868, 14425, 2767, 6, 13, 194.48, 198.37, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14584, 1868, 14426, 1529, 9, 13, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14585, 1868, 14427, 3831, 6, 13, 4584.90, 4676.60, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14586, 1868, 14428, 525, 6, 13, 366.38, 373.71, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14587, 1868, 14429, 5612, 9, 13, 1061.04, 1082.26, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14588, 1868, 14430, 4799, 1, 13, 54.05, 55.13, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14589, 1868, 14431, 6073, 3, 13, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:07'),
(14590, 1868, 14432, 6142, 9, 13, 13.55, 13.82, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14591, 1868, 14433, 541, 9, 13, 1223.59, 1248.06, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14592, 1868, 14434, 5103, 3, 13, 72.72, 74.17, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14593, 1868, 14435, 2095, 3, 13, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14594, 1868, 14436, 2741, 3, 13, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14595, 1868, 14437, 4032, 6, 13, 10.81, 11.03, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14596, 1868, 14438, 2401, 1, 13, 1890.00, 1927.80, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14597, 1868, 14439, 5737, 9, 13, 34.19, 34.87, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14598, 1868, 14440, 5086, 6, 13, 160.05, 163.25, 1, 1, 'ai_sell', '2024-06-07 04:14:06', '2024-06-07 04:14:06', '2024-06-07 05:15:08'),
(14599, 1868, 14441, 4941, 3, 13, 525.16, 535.66, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:08'),
(14600, 1868, 14442, 1792, 9, 13, 66.93, 68.27, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:08'),
(14601, 1868, 14443, 287, 1, 13, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:08'),
(14602, 1868, 14444, 3000, 1, 13, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:08'),
(14603, 1868, 14445, 3503, 3, 13, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:08'),
(14604, 1868, 14446, 2050, 6, 13, 20.27, 20.68, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:08'),
(14605, 1868, 14447, 2173, 9, 13, 30.27, 30.88, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14606, 1868, 14448, 5402, 6, 13, 20.96, 21.38, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14607, 1868, 14449, 5891, 3, 13, 15.44, 15.75, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14608, 1868, 14450, 532, 1, 13, 31.11, 31.73, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14609, 1868, 14451, 4308, 6, 13, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14610, 1868, 14452, 886, 3, 13, 60.58, 61.79, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14611, 1868, 14453, 395, 6, 13, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14612, 1868, 14454, 5526, 3, 13, 5.25, 5.36, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14613, 1868, 14455, 4262, 3, 13, 945.00, 963.90, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14614, 1868, 14456, 3697, 9, 13, 34.93, 35.63, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14615, 1868, 14457, 1563, 3, 13, 24.71, 25.20, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14616, 1868, 14458, 5260, 1, 13, 149.48, 152.47, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14617, 1868, 14459, 3015, 9, 13, 80.12, 81.72, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14618, 1868, 14460, 6147, 3, 13, 15.44, 15.75, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14619, 1868, 14461, 221, 1, 13, 24.79, 25.29, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14620, 1868, 14462, 4022, 6, 13, 47.69, 48.64, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14621, 1868, 14463, 3109, 9, 13, 258.96, 264.14, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14622, 1868, 14464, 997, 9, 13, 114.71, 117.00, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14623, 1868, 14465, 5208, 9, 13, 173.03, 176.49, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14624, 1868, 14466, 3607, 6, 13, 741.33, 756.16, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14625, 1868, 14467, 986, 6, 13, 23.92, 24.40, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14626, 1868, 14468, 3204, 9, 13, 76.89, 78.43, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14627, 1868, 14469, 5719, 1, 13, 5.63, 5.74, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14628, 1868, 14470, 2159, 3, 13, 72.10, 73.54, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14629, 1868, 14471, 731, 9, 13, 109.26, 111.45, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14630, 1868, 14472, 3180, 6, 13, 12.71, 12.96, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:09'),
(14631, 1868, 14473, 5953, 9, 13, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:10'),
(14632, 1868, 14474, 5050, 3, 13, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:10'),
(14633, 1868, 14475, 3638, 1, 13, 11.44, 11.67, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:10'),
(14634, 1868, 14476, 5880, 6, 13, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:10'),
(14635, 1868, 14477, 4106, 1, 13, 1.34, 1.37, 1, 1, 'ai_sell', '2024-06-07 04:14:07', '2024-06-07 04:14:07', '2024-06-07 05:15:10'),
(14636, 1869, 14478, 3321, 6, 14, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:06'),
(14637, 1869, 14479, 6100, 6, 14, 69.21, 70.59, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:08'),
(14638, 1869, 14480, 3109, 1, 14, 251.49, 256.52, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:08'),
(14639, 1869, 14481, 4247, 3, 14, 15.77, 16.09, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:08'),
(14640, 1869, 14482, 1531, 1, 14, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:08'),
(14641, 1869, 14483, 4816, 6, 14, 122.89, 125.35, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:08'),
(14642, 1869, 14484, 945, 9, 14, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:08'),
(14643, 1869, 14485, 3941, 6, 14, 152.50, 155.55, 1, 1, 'ai_sell', '2024-06-07 04:44:10', '2024-06-07 04:44:10', '2024-06-07 05:45:08'),
(14644, 1869, 14486, 6101, 6, 14, 5.49, 5.60, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14645, 1869, 14487, 4154, 3, 14, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14646, 1869, 14488, 308, 9, 14, 7.77, 7.93, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14647, 1869, 14489, 1870, 3, 14, 25.44, 25.95, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14648, 1869, 14490, 422, 1, 14, 49.98, 50.98, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14649, 1869, 14491, 5795, 9, 14, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14650, 1869, 14492, 5398, 9, 14, 515.43, 525.74, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14651, 1869, 14493, 4783, 3, 14, 30.13, 30.73, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14652, 1869, 14494, 421, 6, 14, 113.84, 116.12, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14653, 1869, 14495, 4275, 9, 14, 19.19, 19.57, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:08'),
(14654, 1869, 14496, 2079, 1, 14, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14655, 1869, 14497, 423, 6, 14, 14.88, 15.18, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14656, 1869, 14498, 4734, 3, 14, 2702.99, 2757.05, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14657, 1869, 14499, 6143, 6, 14, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14658, 1869, 14500, 420, 6, 14, 41.15, 41.97, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14659, 1869, 14501, 2102, 6, 14, 26.52, 27.05, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14660, 1869, 14502, 5130, 6, 14, 33.60, 34.27, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14661, 1869, 14503, 5167, 1, 14, 185.39, 189.10, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14662, 1869, 14504, 3962, 1, 14, 91.99, 93.83, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14663, 1869, 14505, 5707, 1, 14, 40.65, 41.46, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14664, 1869, 14506, 5176, 9, 14, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14665, 1869, 14507, 3330, 6, 14, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14666, 1869, 14508, 1138, 1, 14, 58.30, 59.47, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14667, 1869, 14509, 6102, 3, 14, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14668, 1869, 14510, 1277, 9, 14, 34.47, 35.16, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14669, 1869, 14511, 419, 6, 14, 878.80, 896.38, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14670, 1869, 14512, 1515, 3, 14, 364.00, 371.28, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14671, 1869, 14513, 2918, 3, 14, 617.76, 630.12, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14672, 1869, 14514, 5904, 1, 14, 104.04, 106.12, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14673, 1869, 14515, 5547, 1, 14, 285.59, 291.30, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14674, 1869, 14516, 207, 1, 14, 52.46, 53.51, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14675, 1869, 14517, 703, 6, 14, 12.22, 12.46, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14676, 1869, 14518, 803, 1, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14677, 1869, 14519, 5552, 9, 14, 27.95, 28.51, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14678, 1869, 14520, 59, 1, 14, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14679, 1869, 14521, 4417, 9, 14, 28.07, 28.63, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14680, 1869, 14522, 4134, 1, 14, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14681, 1869, 14523, 3212, 9, 14, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14682, 1869, 14524, 6060, 3, 14, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14683, 1869, 14525, 3972, 3, 14, 13.19, 13.45, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14684, 1869, 14526, 3666, 3, 14, 7.97, 8.13, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14685, 1869, 14527, 4596, 1, 14, 28.86, 29.44, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14686, 1869, 14528, 3753, 3, 14, 75.76, 77.28, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14687, 1869, 14529, 1729, 6, 14, 194.48, 198.37, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14688, 1869, 14530, 2051, 9, 14, 4.58, 4.67, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14689, 1869, 14531, 1742, 6, 14, 35.36, 36.07, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14690, 1869, 14532, 1579, 1, 14, 16.19, 16.51, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14691, 1869, 14533, 5311, 6, 14, 100.95, 102.97, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14692, 1869, 14534, 3724, 1, 14, 102.97, 105.03, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14693, 1869, 14535, 3682, 1, 14, 4.37, 4.46, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14694, 1869, 14536, 424, 3, 14, 53.00, 54.06, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14695, 1869, 14537, 1214, 3, 14, 147.58, 150.53, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14696, 1869, 14538, 5258, 3, 14, 9.57, 9.76, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14697, 1869, 14539, 879, 3, 14, 50.54, 51.55, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14698, 1869, 14540, 629, 6, 14, 4.08, 4.16, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14699, 1869, 14541, 1906, 1, 14, 5.41, 5.52, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14700, 1869, 14542, 2689, 6, 14, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14701, 1869, 14543, 5347, 1, 14, 6.17, 6.29, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14702, 1869, 14544, 3264, 1, 14, 7.06, 7.20, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:09'),
(14703, 1869, 14545, 904, 1, 14, 969.00, 988.38, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14704, 1869, 14546, 3168, 9, 14, 14.27, 14.56, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14705, 1869, 14547, 5881, 6, 14, 7.21, 7.35, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14706, 1869, 14548, 5669, 3, 14, 25.49, 26.00, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14707, 1869, 14549, 1689, 1, 14, 233.81, 238.49, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14708, 1869, 14550, 575, 3, 14, 990.04, 1009.84, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14709, 1869, 14551, 150, 3, 14, 612.00, 624.24, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14710, 1869, 14552, 3424, 3, 14, 451.14, 460.16, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14711, 1869, 14553, 6151, 1, 14, 141.75, 144.59, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14712, 1869, 14554, 1548, 3, 14, 82.16, 83.80, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14713, 1869, 14555, 2390, 3, 14, 567.00, 578.34, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14714, 1869, 14556, 1167, 1, 14, 8.72, 8.89, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14715, 1869, 14557, 5295, 3, 14, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14716, 1869, 14558, 468, 3, 14, 140.75, 143.57, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14717, 1869, 14559, 3791, 9, 14, 14.27, 14.56, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14718, 1869, 14560, 4698, 3, 14, 21.56, 21.99, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14719, 1869, 14561, 5895, 9, 14, 5.05, 5.15, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14720, 1869, 14562, 5022, 9, 14, 17.00, 17.34, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14721, 1869, 14563, 182, 3, 14, 149.97, 152.97, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14722, 1869, 14564, 849, 3, 14, 47.22, 48.16, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14723, 1869, 14565, 6029, 3, 14, 26.75, 27.29, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14724, 1869, 14566, 267, 1, 14, 181.79, 185.43, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14725, 1869, 14567, 4089, 6, 14, 20.14, 20.54, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14726, 1869, 14568, 2596, 3, 14, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14727, 1869, 14569, 1834, 9, 14, 66.25, 67.58, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14728, 1869, 14570, 2603, 6, 14, 1506.96, 1537.10, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14729, 1869, 14571, 5695, 1, 14, 58.75, 59.93, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14730, 1869, 14572, 5216, 9, 14, 105.03, 107.13, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14731, 1869, 14573, 1339, 1, 14, 30.60, 31.21, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14732, 1869, 14574, 927, 6, 14, 408.12, 416.28, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14733, 1869, 14575, 430, 6, 14, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14734, 1869, 14576, 5849, 9, 14, 64.60, 65.89, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14735, 1869, 14577, 534, 1, 14, 52.11, 53.15, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14736, 1869, 14578, 3280, 9, 14, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14737, 1869, 14579, 1576, 6, 14, 2.63, 2.68, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14738, 1869, 14580, 2715, 3, 14, 35.33, 36.04, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(14739, 1869, 14581, 3294, 9, 14, 12.47, 12.72, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14740, 1869, 14582, 5956, 9, 14, 19.84, 20.24, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14741, 1869, 14583, 1867, 6, 14, 299.52, 305.51, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14742, 1869, 14584, 4745, 3, 14, 195.51, 199.42, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14743, 1869, 14585, 1859, 9, 14, 3.67, 3.74, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14744, 1869, 14586, 378, 6, 14, 373.75, 381.23, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14745, 1869, 14587, 946, 1, 14, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14746, 1869, 14588, 902, 9, 14, 201.39, 205.42, 1, 1, 'ai_sell', '2024-06-07 04:44:11', '2024-06-07 04:44:11', '2024-06-07 05:45:10'),
(14747, 1869, 14589, 3123, 9, 14, 113.36, 115.63, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14748, 1869, 14590, 5522, 9, 14, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14749, 1869, 14591, 3626, 9, 14, 19.80, 20.20, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14750, 1869, 14592, 1405, 1, 14, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14751, 1869, 14593, 4921, 6, 14, 28.28, 28.85, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14752, 1869, 14594, 2978, 3, 14, 214.72, 219.01, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14753, 1869, 14595, 2651, 6, 14, 16.31, 16.64, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14754, 1869, 14596, 4112, 6, 14, 73.50, 74.97, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14755, 1869, 14597, 2898, 6, 14, 136.23, 138.95, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14756, 1869, 14598, 2411, 9, 14, 45.90, 46.82, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14757, 1869, 14599, 5897, 6, 14, 7.08, 7.22, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14758, 1869, 14600, 4998, 9, 14, 119.60, 121.99, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14759, 1869, 14601, 2628, 9, 14, 79.89, 81.49, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14760, 1869, 14602, 4127, 3, 14, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14761, 1869, 14603, 1899, 3, 14, 11.52, 11.75, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14762, 1869, 14604, 3072, 3, 14, 15.53, 15.84, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14763, 1869, 14605, 3302, 1, 14, 20.14, 20.54, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14764, 1869, 14606, 2345, 1, 14, 918.00, 936.36, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14765, 1869, 14607, 2456, 3, 14, 12.60, 12.85, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14766, 1869, 14608, 2265, 3, 14, 186.85, 190.59, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14767, 1869, 14609, 495, 9, 14, 280.50, 286.11, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14768, 1869, 14610, 2195, 3, 14, 77.25, 78.80, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14769, 1869, 14611, 608, 3, 14, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14770, 1869, 14612, 5148, 9, 14, 611.99, 624.23, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14771, 1869, 14613, 1300, 9, 14, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14772, 1869, 14614, 2541, 3, 14, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14773, 1869, 14615, 4754, 3, 14, 7.23, 7.37, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14774, 1869, 14616, 1291, 9, 14, 10.44, 10.65, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14775, 1869, 14617, 4219, 6, 14, 1.31, 1.34, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14776, 1869, 14618, 752, 3, 14, 1.04, 1.06, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14777, 1869, 14619, 24, 1, 14, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14778, 1869, 14620, 1829, 9, 14, 0.80, 0.82, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14779, 1869, 14621, 1827, 3, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14780, 1869, 14622, 1811, 3, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-07 04:44:12', '2024-06-07 04:44:12', '2024-06-07 05:45:10'),
(14781, 1869, 14623, 1827, 6, 14, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-07 04:45:11', '2024-06-07 04:45:11', '2024-06-07 05:46:04'),
(14782, 1872, 14624, 6037, 1, 18, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:05'),
(14783, 1872, 14625, 5681, 6, 18, 51.44, 52.47, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:05'),
(14784, 1872, 14626, 3904, 9, 18, 75.73, 77.24, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:05'),
(14785, 1872, 14627, 3264, 3, 18, 6.86, 7.00, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:05'),
(14786, 1872, 14628, 2247, 6, 18, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:05'),
(14787, 1872, 14629, 3468, 6, 18, 1307.95, 1334.11, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:05'),
(14788, 1872, 14630, 3297, 6, 18, 112.20, 114.44, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14789, 1872, 14631, 3232, 3, 18, 234.98, 239.68, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14790, 1872, 14632, 536, 6, 18, 13.15, 13.41, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14791, 1872, 14633, 2224, 6, 18, 29.92, 30.52, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14792, 1872, 14634, 3922, 6, 18, 26.99, 27.53, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14793, 1872, 14635, 981, 1, 18, 58.03, 59.19, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14794, 1872, 14636, 6089, 9, 18, 5.22, 5.32, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14795, 1872, 14637, 4202, 9, 18, 4.93, 5.03, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14796, 1872, 14638, 18, 6, 18, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14797, 1872, 14639, 4729, 3, 18, 88.69, 90.46, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:05', '2024-06-07 07:36:06'),
(14798, 1872, 14640, 230, 1, 18, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-06-07 06:36:05', '2024-06-07 06:36:06', '2024-06-07 07:36:06'),
(14799, 1872, 14641, 1228, 9, 18, 21.32, 21.75, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14800, 1872, 14642, 2032, 3, 18, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14801, 1872, 14643, 874, 6, 18, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14802, 1872, 14644, 5876, 3, 18, 69.67, 71.06, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14803, 1872, 14645, 1258, 9, 18, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14804, 1872, 14646, 4101, 1, 18, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14805, 1872, 14647, 3900, 6, 18, 508.80, 518.98, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14806, 1872, 14648, 4516, 3, 18, 48.75, 49.73, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14807, 1872, 14649, 4262, 3, 18, 936.00, 954.72, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14808, 1872, 14650, 3576, 1, 18, 308.25, 314.42, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14809, 1872, 14651, 5449, 6, 18, 1302.90, 1328.96, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14810, 1872, 14652, 1464, 6, 18, 36.55, 37.28, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:05'),
(14811, 1872, 14653, 85, 9, 18, 176.80, 180.34, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14812, 1872, 14654, 2564, 9, 18, 2873.70, 2931.17, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14813, 1872, 14655, 5721, 1, 18, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14814, 1872, 14656, 904, 1, 18, 997.50, 1017.45, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14815, 1872, 14657, 2078, 6, 18, 4.06, 4.14, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14816, 1872, 14658, 2620, 9, 18, 34.31, 35.00, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14817, 1872, 14659, 5392, 9, 18, 33.81, 34.49, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14818, 1872, 14660, 3151, 6, 18, 1073.43, 1094.90, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14819, 1872, 14661, 1035, 1, 18, 123.60, 126.07, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14820, 1872, 14662, 712, 6, 18, 30.60, 31.21, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14821, 1872, 14663, 4117, 3, 18, 31.92, 32.56, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14822, 1872, 14664, 2491, 1, 18, 167.43, 170.78, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14823, 1872, 14665, 1124, 3, 18, 4.27, 4.36, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14824, 1872, 14666, 2500, 3, 18, 14.37, 14.66, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:06'),
(14825, 1872, 14667, 1123, 1, 18, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14826, 1872, 14668, 803, 3, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14827, 1872, 14669, 411, 3, 18, 32.66, 33.31, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14828, 1872, 14670, 4316, 9, 18, 34.31, 35.00, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14829, 1872, 14671, 5746, 9, 18, 73.82, 75.30, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14830, 1872, 14672, 5536, 6, 18, 25.29, 25.80, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14831, 1872, 14673, 3147, 9, 18, 197.95, 201.91, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14832, 1872, 14674, 5178, 6, 18, 102.81, 104.87, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14833, 1872, 14675, 3174, 9, 18, 8.96, 9.14, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14834, 1872, 14676, 2831, 1, 18, 1018.98, 1039.36, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14835, 1872, 14677, 5027, 1, 18, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14836, 1872, 14678, 1539, 9, 18, 13.03, 13.29, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14837, 1872, 14679, 6009, 1, 18, 20.12, 20.52, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14838, 1872, 14680, 166, 9, 18, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14839, 1872, 14681, 1072, 3, 18, 23.33, 23.80, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14840, 1872, 14682, 2096, 6, 18, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14841, 1872, 14683, 5378, 6, 18, 3.10, 3.16, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14842, 1872, 14684, 4220, 6, 18, 4.55, 4.64, 1, 1, 'ai_sell', '2024-06-07 06:36:06', '2024-06-07 06:36:06', '2024-06-07 07:37:07'),
(14843, 1798, 14685, 3153, 5, NULL, 400.00, 412.00, 1, 1, 'manual_sell', '2024-06-07 08:01:56', '2024-06-07 08:01:56', '2024-06-07 09:02:05'),
(14844, 1798, 14686, 4635, 5, NULL, 18.00, 18.54, 1, 1, 'manual_sell', '2024-06-07 08:03:49', '2024-06-07 08:03:49', '2024-06-07 09:04:05'),
(14845, 1869, 14687, 1820, 1, 17, 46.35, 47.28, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14846, 1869, 14688, 3776, 9, 17, 108.11, 110.27, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14847, 1869, 14689, 3047, 9, 17, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14848, 1869, 14690, 2916, 1, 17, 90.30, 92.11, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14849, 1869, 14691, 5890, 3, 17, 2745.40, 2800.31, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14850, 1869, 14692, 1364, 1, 17, 89.76, 91.56, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14851, 1869, 14693, 5345, 1, 17, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14852, 1869, 14694, 998, 1, 17, 394.70, 402.59, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14853, 1869, 14695, 2021, 1, 17, 10.06, 10.26, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14854, 1869, 14696, 3286, 3, 17, 49.49, 50.48, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14855, 1869, 14697, 3594, 9, 17, 21.50, 21.93, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14856, 1869, 14698, 5664, 1, 17, 336.60, 343.33, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:06'),
(14857, 1869, 14699, 2954, 1, 17, 757.50, 772.65, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14858, 1869, 14700, 3251, 1, 17, 23.48, 23.95, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14859, 1869, 14701, 1138, 6, 17, 57.75, 58.91, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14860, 1869, 14702, 918, 3, 17, 10.58, 10.79, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14861, 1869, 14703, 934, 9, 17, 13.11, 13.37, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14862, 1869, 14704, 3971, 3, 17, 15.07, 15.37, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14863, 1869, 14705, 3237, 1, 17, 132.59, 135.24, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14864, 1869, 14706, 2752, 9, 17, 69.00, 70.38, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14865, 1869, 14707, 2242, 3, 17, 2594.80, 2646.70, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14866, 1869, 14708, 2080, 6, 17, 153.00, 156.06, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14867, 1869, 14709, 6059, 6, 17, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14868, 1869, 14710, 5167, 1, 17, 187.19, 190.93, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14869, 1869, 14711, 3851, 1, 17, 186.85, 190.59, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14870, 1869, 14712, 363, 9, 17, 42.92, 43.78, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14871, 1869, 14713, 4785, 3, 17, 378.02, 385.58, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:07'),
(14872, 1869, 14714, 2640, 6, 17, 33.98, 34.66, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14873, 1869, 14715, 5091, 3, 17, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14874, 1869, 14716, 5949, 9, 17, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14875, 1869, 14717, 5244, 3, 17, 160.04, 163.24, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14876, 1869, 14718, 180, 9, 17, 1876.80, 1914.34, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14877, 1869, 14719, 2107, 6, 17, 37.54, 38.29, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14878, 1869, 14720, 540, 3, 17, 389.99, 397.79, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14879, 1869, 14721, 4527, 9, 17, 66.65, 67.98, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14880, 1869, 14722, 4091, 3, 17, 27.19, 27.73, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14881, 1869, 14723, 1992, 6, 17, 119.60, 121.99, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14882, 1869, 14724, 2184, 3, 17, 4.91, 5.01, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14883, 1869, 14725, 4916, 9, 17, 15.64, 15.95, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14884, 1869, 14726, 2753, 3, 17, 1575.00, 1606.50, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14885, 1869, 14727, 1249, 3, 17, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14886, 1869, 14728, 5805, 1, 17, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14887, 1869, 14729, 4491, 1, 17, 25.44, 25.95, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14888, 1869, 14730, 245, 6, 17, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14889, 1869, 14731, 4583, 9, 17, 50.87, 51.89, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:08'),
(14890, 1869, 14732, 3846, 9, 17, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14891, 1869, 14733, 4965, 6, 17, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14892, 1869, 14734, 1880, 3, 17, 127.96, 130.52, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14893, 1869, 14735, 3873, 1, 17, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14894, 1869, 14736, 5702, 1, 17, 46.78, 47.72, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14895, 1869, 14737, 2008, 6, 17, 302.10, 308.14, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14896, 1869, 14738, 5746, 6, 17, 72.40, 73.85, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14897, 1869, 14739, 4681, 9, 17, 13.27, 13.54, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14898, 1869, 14740, 5212, 9, 17, 61.47, 62.70, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14899, 1869, 14741, 1761, 9, 17, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14900, 1869, 14742, 2191, 3, 17, 13.26, 13.53, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14901, 1869, 14743, 4741, 9, 17, 11.02, 11.24, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14902, 1869, 14744, 4624, 9, 17, 23.09, 23.55, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14903, 1869, 14745, 4396, 6, 17, 104.88, 106.98, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14904, 1869, 14746, 3664, 1, 17, 13.96, 14.24, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14905, 1869, 14747, 5922, 6, 17, 83.19, 84.85, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14906, 1869, 14748, 1160, 3, 17, 4.64, 4.73, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14907, 1869, 14749, 761, 6, 17, 2.51, 2.56, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14908, 1869, 14750, 734, 3, 17, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14909, 1869, 14751, 803, 6, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14910, 1869, 14752, 1811, 3, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14911, 1869, 14753, 1894, 1, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14912, 1869, 14754, 1827, 6, 17, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-08 01:52:07', '2024-06-08 01:52:07', '2024-06-08 02:53:09'),
(14913, 1869, 14755, 1811, 9, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 01:53:06', '2024-06-08 01:53:06', '2024-06-08 02:53:09'),
(14914, 1866, 14756, 5020, 9, 16, 21.57, 22.00, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:06'),
(14915, 1866, 14757, 324, 6, 16, 12.90, 13.16, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:06'),
(14916, 1866, 14758, 1952, 3, 16, 1.33, 1.36, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14917, 1866, 14759, 4296, 3, 16, 127.25, 129.80, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14918, 1866, 14760, 2065, 1, 16, 7.52, 7.67, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14919, 1866, 14761, 1221, 9, 16, 126.62, 129.15, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14920, 1866, 14762, 5539, 6, 16, 281.40, 287.03, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14921, 1866, 14763, 2928, 1, 16, 615.94, 628.26, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14922, 1866, 14764, 4266, 1, 16, 83.19, 84.85, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14923, 1866, 14765, 5872, 3, 16, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14924, 1866, 14766, 3227, 6, 16, 20.01, 20.41, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14925, 1866, 14767, 3837, 1, 16, 212.94, 217.20, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14926, 1866, 14768, 757, 3, 16, 213.26, 217.53, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14927, 1866, 14769, 836, 9, 16, 15.12, 15.42, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14928, 1866, 14770, 2631, 9, 16, 42.42, 43.27, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14929, 1866, 14771, 1595, 6, 16, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14930, 1866, 14772, 824, 6, 16, 23.96, 24.44, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14931, 1866, 14773, 6029, 9, 16, 27.02, 27.56, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14932, 1866, 14774, 4858, 6, 16, 124.43, 126.92, 1, 1, 'ai_sell', '2024-06-08 02:55:06', '2024-06-08 02:55:06', '2024-06-08 03:55:07'),
(14933, 1866, 14775, 4709, 9, 16, 52.04, 53.08, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14934, 1866, 14776, 3961, 9, 16, 5268.20, 5373.56, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14935, 1866, 14777, 2295, 1, 16, 242.74, 247.59, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14936, 1866, 14778, 1604, 6, 16, 1271.59, 1297.02, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14937, 1866, 14779, 228, 6, 16, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14938, 1866, 14780, 2089, 9, 16, 183.02, 186.68, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14939, 1866, 14781, 5865, 9, 16, 16.63, 16.96, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14940, 1866, 14782, 529, 6, 16, 36.71, 37.44, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:04'),
(14941, 1866, 14783, 486, 3, 16, 2310.00, 2356.20, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14942, 1866, 14784, 5710, 9, 16, 150.49, 153.50, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14943, 1866, 14785, 4590, 6, 16, 52.97, 54.03, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14944, 1866, 14786, 1970, 6, 16, 176.80, 180.34, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14945, 1866, 14787, 5770, 9, 16, 30.91, 31.53, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14946, 1866, 14788, 2132, 9, 16, 103.97, 106.05, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14947, 1866, 14789, 3019, 6, 16, 76.48, 78.01, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14948, 1866, 14790, 183, 3, 16, 408.00, 416.16, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14949, 1866, 14791, 224, 1, 16, 51.72, 52.75, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14950, 1866, 14792, 6134, 9, 16, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14951, 1866, 14793, 4292, 6, 16, 378.08, 385.64, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14952, 1866, 14794, 1791, 9, 16, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14953, 1866, 14795, 2464, 1, 16, 72.41, 73.86, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14954, 1866, 14796, 164, 9, 16, 405.64, 413.75, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14955, 1866, 14797, 4366, 9, 16, 83.20, 84.86, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14956, 1866, 14798, 619, 3, 16, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14957, 1866, 14799, 862, 6, 16, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14958, 1866, 14800, 4338, 1, 16, 101.44, 103.47, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14959, 1866, 14801, 2375, 1, 16, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14960, 1866, 14802, 5812, 9, 16, 1.52, 1.55, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14961, 1866, 14803, 1827, 9, 16, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14962, 1866, 14804, 1527, 3, 16, 2.04, 2.08, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14963, 1866, 14805, 1811, 6, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-08 02:55:07', '2024-06-08 02:55:07', '2024-06-08 03:56:05'),
(14964, 1871, 14806, 3892, 3, 7, 101.97, 104.01, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:03'),
(14965, 1871, 14807, 1638, 6, 7, 15.36, 15.67, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:03'),
(14966, 1871, 14808, 3621, 1, 7, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:03'),
(14967, 1871, 14809, 5985, 9, 7, 26.14, 26.66, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:03'),
(14968, 1871, 14810, 905, 3, 7, 18.61, 18.98, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:03'),
(14969, 1871, 14811, 3684, 9, 7, 427.86, 436.42, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:03'),
(14970, 1871, 14812, 1427, 9, 7, 21.17, 21.59, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14971, 1871, 14813, 1178, 9, 7, 52.51, 53.56, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14972, 1871, 14814, 4045, 1, 7, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14973, 1871, 14815, 4696, 1, 7, 25.26, 25.77, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14974, 1871, 14816, 6055, 1, 7, 8.12, 8.28, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14975, 1871, 14817, 1785, 6, 7, 51.45, 52.48, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14976, 1871, 14818, 6149, 1, 7, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14977, 1871, 14819, 1016, 3, 7, 131.03, 133.65, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14978, 1871, 14820, 3167, 6, 7, 322.39, 328.84, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14979, 1871, 14821, 4809, 6, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14980, 1871, 14822, 2301, 3, 7, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14981, 1871, 14823, 3811, 3, 7, 1674.75, 1708.25, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14982, 1871, 14824, 4995, 9, 7, 309.29, 315.48, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14983, 1871, 14825, 5060, 1, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14984, 1871, 14826, 5072, 3, 7, 64.99, 66.29, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14985, 1871, 14827, 875, 3, 7, 17.41, 17.76, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14986, 1871, 14828, 3733, 3, 7, 5.52, 5.63, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14987, 1871, 14829, 1774, 6, 7, 61.83, 63.07, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14988, 1871, 14830, 4262, 6, 7, 918.00, 936.36, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:04'),
(14989, 1871, 14831, 3082, 9, 7, 12.58, 12.83, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:05'),
(14990, 1871, 14832, 5902, 3, 7, 848.00, 864.96, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:05'),
(14991, 1871, 14833, 2560, 1, 7, 121.19, 123.61, 1, 1, 'ai_sell', '2024-06-08 04:16:06', '2024-06-08 04:16:06', '2024-06-08 05:17:05'),
(14992, 1871, 14834, 5217, 1, 7, 128.25, 130.82, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:03'),
(14993, 1871, 14835, 4327, 9, 7, 540.70, 551.51, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:03'),
(14994, 1871, 14836, 892, 1, 7, 291.19, 297.01, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:03'),
(14995, 1871, 14837, 4335, 1, 7, 179.14, 182.72, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(14996, 1871, 14838, 3712, 9, 7, 24.67, 25.16, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(14997, 1871, 14839, 3374, 1, 7, 1575.00, 1606.50, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(14998, 1871, 14840, 1028, 9, 7, 252.50, 257.55, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(14999, 1871, 14841, 193, 1, 7, 101.00, 103.02, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15000, 1871, 14842, 1114, 1, 7, 7.70, 7.85, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15001, 1871, 14843, 1246, 3, 7, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15002, 1871, 14844, 5589, 3, 7, 150.49, 153.50, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15003, 1871, 14845, 4097, 1, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15004, 1871, 14846, 4798, 3, 7, 144.92, 147.82, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15005, 1871, 14847, 455, 6, 7, 540.75, 551.57, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15006, 1871, 14848, 4337, 1, 7, 145.41, 148.32, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15007, 1871, 14849, 5070, 3, 7, 133.12, 135.78, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15008, 1871, 14850, 4786, 1, 7, 18.00, 18.36, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15009, 1871, 14851, 3460, 1, 7, 3.68, 3.75, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:04'),
(15010, 1871, 14852, 3237, 6, 7, 135.19, 137.89, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:05'),
(15011, 1871, 14853, 1466, 1, 7, 33390.00, 34057.80, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:05'),
(15012, 1871, 14854, 4575, 9, 7, 14.88, 15.18, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:05'),
(15013, 1871, 14855, 2565, 3, 7, 87.90, 89.66, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:05'),
(15014, 1871, 14856, 801, 9, 7, 10.73, 10.94, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:05'),
(15015, 1871, 14857, 2167, 3, 7, 220.18, 224.58, 1, 1, 'ai_sell', '2024-06-08 04:17:08', '2024-06-08 04:17:08', '2024-06-08 05:18:05'),
(15016, 1871, 14858, 4840, 1, 7, 69.42, 70.81, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15017, 1871, 14859, 5311, 3, 7, 100.95, 102.97, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15018, 1871, 14860, 4636, 1, 7, 21.83, 22.27, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15019, 1871, 14861, 4926, 9, 7, 27.54, 28.09, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15020, 1871, 14862, 3486, 6, 7, 6.75, 6.89, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15021, 1871, 14863, 5659, 1, 7, 122.20, 124.64, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15022, 1871, 14864, 642, 6, 7, 1.04, 1.06, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15023, 1871, 14865, 1381, 9, 7, 846.60, 863.53, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15024, 1871, 14866, 4232, 6, 7, 17.16, 17.50, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15025, 1871, 14867, 2712, 1, 7, 23.10, 23.56, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15026, 1871, 14868, 5123, 9, 7, 391.14, 398.96, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15027, 1871, 14869, 5649, 3, 7, 14.75, 15.05, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15028, 1871, 14870, 3345, 9, 7, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15029, 1871, 14871, 4291, 9, 7, 156.00, 159.12, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15030, 1871, 14872, 2260, 1, 7, 275.40, 280.91, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15031, 1871, 14873, 303, 3, 7, 9.76, 9.96, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15032, 1871, 14874, 1607, 1, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15033, 1871, 14875, 4333, 1, 7, 99.82, 101.82, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15034, 1871, 14876, 4815, 3, 7, 18.12, 18.48, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15035, 1871, 14877, 5074, 9, 7, 23.68, 24.15, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:05'),
(15036, 1871, 14878, 5026, 3, 7, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15037, 1871, 14879, 5571, 6, 7, 63.97, 65.25, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15038, 1871, 14880, 5914, 9, 7, 2679.68, 2733.27, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15039, 1871, 14881, 995, 6, 7, 106.56, 108.69, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15040, 1871, 14882, 2056, 3, 7, 307.97, 314.13, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15041, 1871, 14883, 2197, 6, 7, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15042, 1871, 14884, 4485, 9, 7, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15043, 1871, 14885, 2530, 3, 7, 1528.98, 1559.56, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15044, 1871, 14886, 4371, 1, 7, 75.25, 76.76, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15045, 1871, 14887, 6085, 1, 7, 4.08, 4.16, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15046, 1871, 14888, 2674, 9, 7, 797.12, 813.06, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15047, 1871, 14889, 4943, 1, 7, 111.18, 113.40, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15048, 1871, 14890, 2759, 3, 7, 180.92, 184.54, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15049, 1871, 14891, 1501, 6, 7, 28.62, 29.19, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15050, 1871, 14892, 5106, 3, 7, 86.52, 88.25, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15051, 1871, 14893, 725, 3, 7, 72.75, 74.21, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15052, 1871, 14894, 5015, 9, 7, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15053, 1871, 14895, 5605, 9, 7, 239.20, 243.98, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15054, 1871, 14896, 1182, 9, 7, 103.95, 106.03, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15055, 1871, 14897, 2505, 6, 7, 50.99, 52.01, 1, 1, 'ai_sell', '2024-06-08 04:17:09', '2024-06-08 04:17:09', '2024-06-08 05:18:06'),
(15056, 1871, 14898, 593, 1, 7, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15057, 1871, 14899, 3548, 1, 7, 69.67, 71.06, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15058, 1871, 14900, 168, 3, 7, 159.56, 162.75, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15059, 1871, 14901, 1965, 3, 7, 13.37, 13.64, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15060, 1871, 14902, 6079, 9, 7, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15061, 1871, 14903, 2292, 9, 7, 208.95, 213.13, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15062, 1871, 14904, 2202, 1, 7, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15063, 1871, 14905, 6048, 3, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15064, 1871, 14906, 1956, 3, 7, 10.27, 10.48, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15065, 1871, 14907, 1631, 9, 7, 5.40, 5.51, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15066, 1871, 14908, 5424, 1, 7, 19.54, 19.93, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15067, 1871, 14909, 1527, 9, 7, 2.06, 2.10, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15068, 1871, 14910, 6109, 6, 7, 6.12, 6.24, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15069, 1871, 14911, 143, 1, 7, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15070, 1871, 14912, 1811, 9, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15071, 1871, 14913, 803, 1, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15072, 1870, 14914, 3892, 9, 8, 101.97, 104.01, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:06'),
(15073, 1870, 14915, 1638, 9, 8, 14.63, 14.92, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15074, 1870, 14916, 3621, 3, 8, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15075, 1870, 14917, 5985, 1, 8, 27.43, 27.98, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15076, 1870, 14918, 905, 1, 8, 18.07, 18.43, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15077, 1870, 14919, 3684, 9, 8, 431.97, 440.61, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15078, 1870, 14920, 1427, 6, 8, 21.79, 22.23, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15079, 1870, 14921, 1178, 1, 8, 55.11, 56.21, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15080, 1870, 14922, 4045, 6, 8, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15081, 1870, 14923, 4696, 3, 8, 24.78, 25.28, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15082, 1870, 14924, 6055, 6, 8, 8.12, 8.28, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15083, 1870, 14925, 1785, 6, 8, 49.49, 50.48, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15084, 1870, 14926, 6149, 1, 8, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15085, 1870, 14927, 1016, 6, 8, 131.03, 133.65, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15086, 1870, 14928, 3167, 6, 8, 325.49, 332.00, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15087, 1870, 14929, 4809, 3, 8, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15088, 1870, 14930, 2301, 9, 8, 18.55, 18.92, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15089, 1870, 14931, 3811, 6, 8, 1690.70, 1724.51, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15090, 1870, 14932, 4995, 1, 8, 318.30, 324.67, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15091, 1870, 14933, 5060, 1, 8, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15092, 1870, 14934, 5072, 9, 8, 63.74, 65.01, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15093, 1870, 14935, 875, 1, 8, 17.58, 17.93, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15094, 1870, 14936, 3733, 1, 8, 5.57, 5.68, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:07'),
(15095, 1870, 14937, 1774, 1, 8, 61.23, 62.45, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:08'),
(15096, 1870, 14938, 4262, 1, 8, 909.00, 927.18, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:08'),
(15097, 1870, 14939, 3082, 3, 8, 12.22, 12.46, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:08'),
(15098, 1870, 14940, 5902, 1, 8, 848.00, 864.96, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:08'),
(15099, 1870, 14941, 2560, 1, 8, 127.19, 129.73, 1, 1, 'ai_sell', '2024-06-08 04:17:10', '2024-06-08 04:17:10', '2024-06-08 05:18:08'),
(15100, 1870, 14942, 5217, 1, 8, 123.41, 125.88, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15101, 1870, 14943, 4327, 6, 8, 545.85, 556.77, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15102, 1870, 14944, 892, 3, 8, 282.79, 288.45, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15103, 1870, 14945, 4335, 9, 8, 175.76, 179.28, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15104, 1870, 14946, 3712, 6, 8, 24.43, 24.92, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15105, 1870, 14947, 3374, 3, 8, 1515.00, 1545.30, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15106, 1870, 14948, 1028, 6, 8, 252.50, 257.55, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15107, 1870, 14949, 193, 3, 8, 105.00, 107.10, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15108, 1870, 14950, 1114, 1, 8, 7.63, 7.78, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15109, 1870, 14951, 1246, 1, 8, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15110, 1870, 14952, 5589, 1, 8, 150.49, 153.50, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15111, 1870, 14953, 4097, 9, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15112, 1870, 14954, 4798, 6, 8, 140.78, 143.60, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(15113, 1870, 14955, 455, 6, 8, 546.00, 556.92, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15114, 1870, 14956, 4337, 6, 8, 143.99, 146.87, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15115, 1870, 14957, 5070, 9, 8, 130.56, 133.17, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15116, 1870, 14958, 4786, 6, 8, 18.35, 18.72, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15117, 1870, 14959, 3460, 6, 8, 3.64, 3.71, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15118, 1870, 14960, 3237, 3, 8, 132.59, 135.24, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15119, 1870, 14961, 4575, 1, 8, 14.60, 14.89, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15120, 1870, 14962, 2565, 1, 8, 85.38, 87.09, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15121, 1870, 14963, 801, 9, 8, 11.26, 11.49, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15122, 1870, 14964, 2167, 6, 8, 220.18, 224.58, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15123, 1870, 14965, 4840, 1, 8, 70.79, 72.21, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15124, 1870, 14966, 5311, 1, 8, 104.95, 107.05, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15125, 1870, 14967, 4636, 3, 8, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15126, 1870, 14968, 4926, 9, 8, 27.54, 28.09, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15127, 1870, 14969, 3486, 3, 8, 6.55, 6.68, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15128, 1870, 14970, 5659, 9, 8, 124.62, 127.11, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15129, 1870, 14971, 642, 1, 8, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15130, 1870, 14972, 1381, 3, 8, 879.80, 897.40, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15131, 1870, 14973, 4232, 3, 8, 17.66, 18.01, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15132, 1870, 14974, 2712, 9, 8, 23.32, 23.79, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15133, 1870, 14975, 5123, 6, 8, 380.07, 387.67, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:08'),
(15134, 1870, 14976, 5649, 9, 8, 14.61, 14.90, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15135, 1870, 14977, 3345, 6, 8, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15136, 1870, 14978, 4291, 9, 8, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15137, 1870, 14979, 2260, 9, 8, 286.20, 291.92, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15138, 1870, 14980, 303, 9, 8, 9.47, 9.66, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15139, 1870, 14981, 1607, 3, 8, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15140, 1870, 14982, 4333, 3, 8, 100.77, 102.79, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15141, 1870, 14983, 4815, 6, 8, 18.65, 19.02, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15142, 1870, 14984, 5074, 9, 8, 23.22, 23.68, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15143, 1870, 14985, 5026, 9, 8, 18.17, 18.53, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15144, 1870, 14986, 5571, 9, 8, 63.35, 64.62, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15145, 1870, 14987, 5914, 1, 8, 2553.28, 2604.35, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15146, 1870, 14988, 2197, 1, 8, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15147, 1870, 14989, 4485, 1, 8, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15148, 1870, 14990, 6085, 6, 8, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15149, 1870, 14991, 5015, 3, 8, 8.47, 8.64, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15150, 1870, 14992, 593, 1, 8, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15151, 1870, 14993, 1527, 9, 8, 2.10, 2.14, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15152, 1870, 14994, 1811, 1, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15153, 1870, 14995, 803, 1, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-08 04:17:11', '2024-06-08 04:17:11', '2024-06-08 05:18:09'),
(15154, 1866, 14996, 403, 3, 6, 35.58, 35.90, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:04'),
(15155, 1866, 14997, 4960, 6, 6, 19.25, 19.42, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:05'),
(15156, 1866, 14998, 1827, 6, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:05'),
(15157, 1866, 14999, 1850, 3, 6, 0.58, 0.59, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:05'),
(15158, 1866, 15000, 3768, 1, 6, 3.96, 4.00, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:05'),
(15159, 1866, 15001, 1811, 6, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:05'),
(15160, 1866, 15002, 1894, 1, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:05'),
(15161, 1866, 15003, 734, 9, 6, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-08 04:19:05', '2024-06-08 04:19:05', '2024-06-08 05:20:05'),
(15162, 1873, 15004, 41, 1, 9, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15163, 1873, 15005, 2752, 3, 9, 71.01, 72.43, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15164, 1873, 15006, 4596, 3, 9, 27.76, 28.32, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15165, 1873, 15007, 569, 6, 9, 151.41, 154.44, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15166, 1873, 15008, 4957, 9, 9, 3436.02, 3504.74, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15167, 1873, 15009, 672, 9, 9, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15168, 1873, 15010, 288, 6, 9, 11.79, 12.03, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15169, 1873, 15011, 5546, 1, 9, 430.83, 439.45, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15170, 1873, 15012, 5543, 6, 9, 22.53, 22.98, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15171, 1873, 15013, 25, 3, 9, 8.08, 8.24, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15172, 1873, 15014, 2507, 6, 9, 1174.49, 1197.98, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15173, 1873, 15015, 4064, 6, 9, 12.38, 12.63, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15174, 1873, 15016, 489, 9, 9, 12600.00, 12852.00, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:03'),
(15175, 1873, 15017, 2530, 1, 9, 1528.98, 1559.56, 1, 1, 'ai_sell', '2024-06-08 04:33:07', '2024-06-08 04:33:07', '2024-06-08 05:34:04'),
(15176, 1873, 15018, 1132, 3, 9, 25.90, 26.42, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15177, 1873, 15019, 3303, 1, 9, 1224.00, 1248.48, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15178, 1873, 15020, 3479, 3, 9, 45.42, 46.33, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15179, 1873, 15021, 329, 3, 9, 131.93, 134.57, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15180, 1873, 15022, 2972, 1, 9, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15181, 1873, 15023, 848, 9, 9, 84.00, 85.68, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15182, 1873, 15024, 5051, 1, 9, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15183, 1873, 15025, 187, 6, 9, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15184, 1873, 15026, 606, 1, 9, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15185, 1873, 15027, 1408, 6, 9, 16.58, 16.91, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15186, 1873, 15028, 2744, 6, 9, 37.09, 37.83, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15187, 1873, 15029, 3832, 3, 9, 6.12, 6.24, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15188, 1873, 15030, 1462, 6, 9, 20.73, 21.14, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15189, 1873, 15031, 153, 9, 9, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15190, 1873, 15032, 3645, 6, 9, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15191, 1873, 15033, 624, 6, 9, 1.04, 1.06, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15192, 1873, 15034, 5812, 1, 9, 1.58, 1.61, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15193, 1873, 15035, 716, 6, 9, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15194, 1873, 15036, 1827, 6, 9, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-08 04:33:08', '2024-06-08 04:33:08', '2024-06-08 05:34:04'),
(15195, 1866, 15037, 5801, 9, 11, 25.24, 25.74, 1, 1, 'ai_sell', '2024-06-08 04:45:09', '2024-06-08 04:45:09', '2024-06-08 05:46:03'),
(15196, 1866, 15038, 5980, 3, 11, 20.76, 21.18, 1, 1, 'ai_sell', '2024-06-08 04:45:09', '2024-06-08 04:45:09', '2024-06-08 05:46:03'),
(15197, 1866, 15039, 4401, 3, 11, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15198, 1866, 15040, 3161, 1, 11, 298.70, 304.67, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15199, 1866, 15041, 82, 6, 11, 1010.43, 1030.64, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15200, 1866, 15042, 3699, 6, 11, 56.65, 57.78, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15201, 1866, 15043, 48, 6, 11, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15202, 1866, 15044, 5084, 1, 11, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15203, 1866, 15045, 713, 6, 11, 34.19, 34.87, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15204, 1866, 15046, 5365, 3, 11, 203.99, 208.07, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15205, 1866, 15047, 1727, 3, 11, 474.70, 484.19, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15206, 1866, 15048, 5716, 3, 11, 257.50, 262.65, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15207, 1866, 15049, 5596, 9, 11, 155.52, 158.63, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15208, 1866, 15050, 3620, 9, 11, 2.57, 2.62, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15209, 1866, 15051, 235, 3, 11, 220.45, 224.86, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15210, 1866, 15052, 5263, 1, 11, 17.67, 18.02, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15211, 1866, 15053, 3313, 3, 11, 14.84, 15.14, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15212, 1866, 15054, 1989, 3, 11, 49.98, 50.98, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:03'),
(15213, 1866, 15055, 3914, 1, 11, 74.97, 76.47, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15214, 1866, 15056, 681, 9, 11, 22.44, 22.89, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15215, 1866, 15057, 3325, 1, 11, 6.25, 6.38, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15216, 1866, 15058, 5402, 3, 11, 20.76, 21.18, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15217, 1866, 15059, 3908, 3, 11, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15218, 1866, 15060, 3000, 1, 11, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15219, 1866, 15061, 1062, 3, 11, 7.65, 7.80, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15220, 1866, 15062, 5883, 6, 11, 2157.30, 2200.45, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15221, 1866, 15063, 2019, 9, 11, 231.92, 236.56, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15222, 1866, 15064, 1846, 9, 11, 1.49, 1.52, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15223, 1866, 15065, 4672, 9, 11, 14.51, 14.80, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15224, 1866, 15066, 2009, 6, 11, 33.16, 33.82, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15225, 1866, 15067, 1015, 1, 11, 3.93, 4.01, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15226, 1866, 15068, 2596, 9, 11, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15227, 1866, 15069, 5327, 9, 11, 29.07, 29.65, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15228, 1866, 15070, 1996, 1, 11, 35.33, 36.04, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15229, 1866, 15071, 5988, 6, 11, 19.92, 20.32, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15230, 1866, 15072, 2619, 6, 11, 19.01, 19.39, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15231, 1866, 15073, 4725, 1, 11, 380.54, 388.15, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15232, 1866, 15074, 3844, 9, 11, 5.09, 5.19, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15233, 1866, 15075, 2079, 6, 11, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15234, 1866, 15076, 3907, 1, 11, 27.03, 27.57, 1, 1, 'ai_sell', '2024-06-08 04:45:10', '2024-06-08 04:45:10', '2024-06-08 05:46:04'),
(15235, 1866, 15077, 5426, 6, 11, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:04'),
(15236, 1866, 15078, 5252, 3, 11, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:04'),
(15237, 1866, 15079, 723, 9, 11, 113.22, 115.48, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15238, 1866, 15080, 2451, 1, 11, 465.34, 474.65, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15239, 1866, 15081, 5480, 9, 11, 36.35, 37.08, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15240, 1866, 15082, 6004, 9, 11, 232.30, 236.95, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15241, 1866, 15083, 4045, 9, 11, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15242, 1866, 15084, 1463, 3, 11, 159.00, 162.18, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15243, 1866, 15085, 3081, 9, 11, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15244, 1866, 15086, 4512, 3, 11, 54.06, 55.14, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15245, 1866, 15087, 3667, 3, 11, 20.13, 20.53, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15246, 1866, 15088, 2090, 1, 11, 11.97, 12.21, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15247, 1866, 15089, 4276, 1, 11, 10.71, 10.92, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15248, 1866, 15090, 913, 9, 11, 13.70, 13.97, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15249, 1866, 15091, 1184, 1, 11, 49.98, 50.98, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15250, 1866, 15092, 2623, 9, 11, 9.39, 9.58, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15251, 1866, 15093, 2459, 3, 11, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15252, 1866, 15094, 450, 6, 11, 157.03, 160.17, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15253, 1866, 15095, 4089, 1, 11, 19.19, 19.57, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15254, 1866, 15096, 630, 3, 11, 7922.72, 8081.17, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15255, 1866, 15097, 5269, 9, 11, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15256, 1866, 15098, 980, 6, 11, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15257, 1866, 15099, 2457, 1, 11, 3.47, 3.54, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15258, 1866, 15100, 4980, 3, 11, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15259, 1866, 15101, 1634, 1, 11, 1476.80, 1506.34, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15260, 1866, 15102, 5707, 9, 11, 42.67, 43.52, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15261, 1866, 15103, 1205, 1, 11, 143.80, 146.68, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15262, 1866, 15104, 2276, 6, 11, 64.62, 65.91, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15263, 1866, 15105, 3550, 1, 11, 7.60, 7.75, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15264, 1866, 15106, 5792, 6, 11, 298.70, 304.67, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15265, 1866, 15107, 2343, 9, 11, 51.93, 52.97, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15266, 1866, 15108, 2055, 9, 11, 242.32, 247.17, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15267, 1866, 15109, 2682, 9, 11, 27.45, 28.00, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:05'),
(15268, 1866, 15110, 6027, 6, 11, 4.46, 4.55, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:06'),
(15269, 1866, 15111, 4909, 1, 11, 2.14, 2.18, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:06'),
(15270, 1866, 15112, 756, 6, 11, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-08 04:45:11', '2024-06-08 04:45:11', '2024-06-08 05:46:06'),
(15271, 1867, 15113, 5423, 6, 12, 15.78, 16.10, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15272, 1867, 15114, 5307, 1, 12, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15273, 1867, 15115, 5622, 9, 12, 7.94, 8.10, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15274, 1867, 15116, 1786, 9, 12, 16.16, 16.48, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15275, 1867, 15117, 49, 1, 12, 318.00, 324.36, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15276, 1867, 15118, 5660, 6, 12, 1287.29, 1313.04, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15277, 1867, 15119, 5895, 9, 12, 4.90, 5.00, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15278, 1867, 15120, 4357, 9, 12, 9721.49, 9915.92, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15279, 1867, 15121, 4228, 9, 12, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15280, 1867, 15122, 5146, 6, 12, 1610.94, 1643.16, 1, 1, 'ai_sell', '2024-06-08 04:56:07', '2024-06-08 04:56:07', '2024-06-08 05:57:05'),
(15281, 1867, 15123, 2153, 3, 12, 279.48, 285.07, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:05'),
(15282, 1867, 15124, 166, 1, 12, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:05'),
(15283, 1867, 15125, 4476, 1, 12, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:05'),
(15284, 1867, 15126, 3108, 1, 12, 256.47, 261.60, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:05'),
(15285, 1867, 15127, 2997, 9, 12, 222.49, 226.94, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:05'),
(15286, 1867, 15128, 422, 9, 12, 49.98, 50.98, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:05'),
(15287, 1867, 15129, 3053, 9, 12, 74.69, 76.18, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:06'),
(15288, 1867, 15130, 3652, 3, 12, 5194.53, 5298.42, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:06'),
(15289, 1867, 15131, 3888, 9, 12, 175.76, 179.28, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:06'),
(15290, 1867, 15132, 5537, 9, 12, 60.42, 61.63, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:06'),
(15291, 1867, 15133, 4204, 1, 12, 25.05, 25.55, 1, 1, 'ai_sell', '2024-06-08 04:56:08', '2024-06-08 04:56:08', '2024-06-08 05:57:06'),
(15292, 1867, 15134, 3989, 9, 12, 80.82, 82.44, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:03'),
(15293, 1867, 15135, 5816, 3, 12, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:03'),
(15294, 1867, 15136, 6160, 3, 12, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:03'),
(15295, 1867, 15137, 6176, 3, 12, 21.96, 22.40, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15296, 1867, 15138, 4263, 9, 12, 100.99, 103.01, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15297, 1867, 15139, 5691, 1, 12, 156.45, 159.58, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15298, 1867, 15140, 4236, 9, 12, 312.00, 318.24, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15299, 1867, 15141, 5206, 1, 12, 52.99, 54.05, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15300, 1867, 15142, 2571, 3, 12, 16.86, 17.20, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15301, 1867, 15143, 4560, 9, 12, 23.62, 24.09, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15302, 1867, 15144, 1943, 9, 12, 670.95, 684.37, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15303, 1867, 15145, 5703, 3, 12, 213.05, 217.31, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15304, 1867, 15146, 4382, 9, 12, 15.86, 16.18, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15305, 1867, 15147, 4497, 6, 12, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15306, 1867, 15148, 2893, 9, 12, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15307, 1867, 15149, 594, 3, 12, 12.48, 12.73, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15308, 1867, 15150, 6099, 6, 12, 8.46, 8.63, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15309, 1867, 15151, 4306, 6, 12, 28.03, 28.59, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15310, 1867, 15152, 4019, 9, 12, 46.45, 47.38, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15311, 1867, 15153, 299, 6, 12, 2.57, 2.62, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15312, 1867, 15154, 1585, 6, 12, 1.56, 1.59, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15313, 1867, 15155, 3716, 6, 12, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15314, 1867, 15156, 1894, 6, 12, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:04'),
(15315, 1867, 15157, 1827, 9, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-08 04:57:08', '2024-06-08 04:57:08', '2024-06-08 05:58:05'),
(15316, 1868, 15158, 4044, 3, 13, 23.56, 24.03, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15317, 1868, 15159, 6122, 3, 13, 28.83, 29.41, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15318, 1868, 15160, 1250, 9, 13, 12.91, 13.17, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15319, 1868, 15161, 3631, 9, 13, 12.80, 13.06, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15320, 1868, 15162, 713, 9, 13, 35.20, 35.90, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15321, 1868, 15163, 3348, 3, 13, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15322, 1868, 15164, 979, 6, 13, 58.58, 59.75, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15323, 1868, 15165, 1991, 6, 13, 36.71, 37.44, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15324, 1868, 15166, 4274, 6, 13, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15325, 1868, 15167, 5513, 1, 13, 83.42, 85.09, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15326, 1868, 15168, 1644, 9, 13, 40.20, 41.00, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15327, 1868, 15169, 3740, 3, 13, 31.68, 32.31, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:03'),
(15328, 1868, 15170, 419, 1, 13, 887.25, 905.00, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15329, 1868, 15171, 4228, 3, 13, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15330, 1868, 15172, 1594, 3, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15331, 1868, 15173, 3131, 6, 13, 21.83, 22.27, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15332, 1868, 15174, 4288, 9, 13, 220.50, 224.91, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15333, 1868, 15175, 1956, 9, 13, 10.27, 10.48, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15334, 1868, 15176, 321, 1, 13, 76.82, 78.36, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15335, 1868, 15177, 2382, 9, 13, 401.98, 410.02, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15336, 1868, 15178, 4303, 3, 13, 720.99, 735.41, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15337, 1868, 15179, 5387, 1, 13, 47.69, 48.64, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15338, 1868, 15180, 1685, 6, 13, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15339, 1868, 15181, 5216, 9, 13, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15340, 1868, 15182, 5683, 6, 13, 27.70, 28.25, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15341, 1868, 15183, 4461, 6, 13, 592.79, 604.65, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15342, 1868, 15184, 1172, 6, 13, 65.92, 67.24, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15343, 1868, 15185, 4954, 3, 13, 206.92, 211.06, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15344, 1868, 15186, 4492, 9, 13, 42.64, 43.49, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15345, 1868, 15187, 2044, 6, 13, 339.20, 345.98, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15346, 1868, 15188, 2735, 1, 13, 2474.50, 2523.99, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15347, 1868, 15189, 993, 6, 13, 27.38, 27.93, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15348, 1868, 15190, 4094, 6, 13, 214.19, 218.47, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15349, 1868, 15191, 4639, 3, 13, 26.05, 26.57, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15350, 1868, 15192, 771, 3, 13, 7.31, 7.46, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15351, 1868, 15193, 1659, 3, 13, 60.18, 61.38, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15352, 1868, 15194, 5136, 3, 13, 101.97, 104.01, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15353, 1868, 15195, 3170, 9, 13, 525.29, 535.80, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15354, 1868, 15196, 5252, 3, 13, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:04'),
(15355, 1868, 15197, 2856, 3, 13, 516.03, 526.35, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:05'),
(15356, 1868, 15198, 1013, 9, 13, 92.92, 94.78, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:05'),
(15357, 1868, 15199, 838, 1, 13, 16.03, 16.35, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:05'),
(15358, 1868, 15200, 3377, 9, 13, 566.50, 577.83, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:05'),
(15359, 1868, 15201, 1195, 9, 13, 12.99, 13.25, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:05'),
(15360, 1868, 15202, 2506, 9, 13, 114.40, 116.69, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:05'),
(15361, 1868, 15203, 1365, 9, 13, 24.82, 25.32, 1, 1, 'ai_sell', '2024-06-08 05:27:06', '2024-06-08 05:27:06', '2024-06-08 06:28:05'),
(15362, 1868, 15204, 1750, 9, 13, 47.70, 48.65, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15363, 1868, 15205, 2568, 1, 13, 1213.80, 1238.08, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15364, 1868, 15206, 1324, 6, 13, 12.65, 12.90, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15365, 1868, 15207, 4019, 9, 13, 47.83, 48.79, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15366, 1868, 15208, 6171, 1, 13, 15.94, 16.26, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15367, 1868, 15209, 2624, 3, 13, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15368, 1868, 15210, 1580, 9, 13, 15.39, 15.70, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15369, 1868, 15211, 2083, 1, 13, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15370, 1868, 15212, 5845, 9, 13, 9.43, 9.62, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15371, 1868, 15213, 1989, 9, 13, 49.98, 50.98, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15372, 1868, 15214, 19, 3, 13, 5.15, 5.25, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15373, 1868, 15215, 5738, 3, 13, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15374, 1868, 15216, 2541, 1, 13, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15375, 1868, 15217, 2976, 3, 13, 42.91, 43.77, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15376, 1868, 15218, 5925, 3, 13, 108.06, 110.22, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15377, 1868, 15219, 5569, 9, 13, 67.17, 68.51, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15378, 1868, 15220, 2967, 9, 13, 292.95, 298.81, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15379, 1868, 15221, 1199, 3, 13, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15380, 1868, 15222, 5899, 1, 13, 2.05, 2.09, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15381, 1868, 15223, 423, 6, 13, 14.74, 15.03, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15382, 1868, 15224, 5316, 9, 13, 165.82, 169.14, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15383, 1868, 15225, 2929, 3, 13, 697.83, 711.79, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15384, 1868, 15226, 5398, 9, 13, 525.44, 535.95, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15385, 1868, 15227, 3548, 6, 13, 68.33, 69.70, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15386, 1868, 15228, 2164, 6, 13, 1133.00, 1155.66, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15387, 1868, 15229, 3004, 6, 13, 85.33, 87.04, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15388, 1868, 15230, 3333, 3, 13, 5.92, 6.04, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15389, 1868, 15231, 2377, 3, 13, 37.12, 37.86, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15390, 1868, 15232, 949, 3, 13, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15391, 1868, 15233, 127, 1, 13, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15392, 1868, 15234, 2633, 9, 13, 22.39, 22.84, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15393, 1868, 15235, 6139, 6, 13, 16.34, 16.67, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15394, 1868, 15236, 1514, 6, 13, 4.41, 4.50, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15395, 1868, 15237, 3734, 6, 13, 139.76, 142.56, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15396, 1868, 15238, 4935, 3, 13, 7.16, 7.30, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15397, 1868, 15239, 2318, 6, 13, 451.47, 460.50, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15398, 1868, 15240, 4125, 9, 13, 242.75, 247.61, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15399, 1868, 15241, 946, 6, 13, 13.38, 13.65, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15400, 1868, 15242, 3211, 1, 13, 20.25, 20.66, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15401, 1868, 15243, 4508, 3, 13, 43.32, 44.19, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15402, 1868, 15244, 1711, 3, 13, 93.60, 95.47, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15403, 1868, 15245, 4374, 9, 13, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15404, 1868, 15246, 3562, 9, 13, 23.83, 24.31, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:05'),
(15405, 1868, 15247, 5705, 9, 13, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15406, 1868, 15248, 1407, 3, 13, 20.13, 20.53, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15407, 1868, 15249, 3415, 3, 13, 102.96, 105.02, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15408, 1868, 15250, 1974, 3, 13, 25.09, 25.59, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15409, 1868, 15251, 5340, 9, 13, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15410, 1868, 15252, 112, 3, 13, 12.67, 12.92, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15411, 1868, 15253, 263, 6, 13, 6.41, 6.54, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15412, 1868, 15254, 2370, 6, 13, 2.24, 2.28, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15413, 1868, 15255, 1894, 6, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15414, 1868, 15256, 1827, 6, 13, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-08 05:27:07', '2024-06-08 05:27:07', '2024-06-08 06:28:06'),
(15415, 1869, 15257, 1085, 1, 14, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:03'),
(15416, 1869, 15258, 6001, 6, 14, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15417, 1869, 15259, 2536, 9, 14, 135.19, 137.89, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15418, 1869, 15260, 3572, 6, 14, 32.41, 33.06, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15419, 1869, 15261, 5424, 3, 14, 19.92, 20.32, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15420, 1869, 15262, 3749, 1, 14, 53.23, 54.29, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15421, 1869, 15263, 2080, 3, 14, 155.97, 159.09, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15422, 1869, 15264, 4571, 3, 14, 1817.99, 1854.35, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15423, 1869, 15265, 6170, 3, 14, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15424, 1869, 15266, 4665, 9, 14, 8.42, 8.59, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15425, 1869, 15267, 1076, 9, 14, 49.48, 50.47, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15426, 1869, 15268, 2514, 9, 14, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15427, 1869, 15269, 1584, 3, 14, 4.18, 4.26, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15428, 1869, 15270, 6075, 6, 14, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15429, 1869, 15271, 1395, 1, 14, 66.30, 67.63, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15430, 1869, 15272, 516, 3, 14, 8349.13, 8516.11, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15431, 1869, 15273, 3381, 3, 14, 52.50, 53.55, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15432, 1869, 15274, 1668, 3, 14, 134.56, 137.25, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15433, 1869, 15275, 3852, 6, 14, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15434, 1869, 15276, 3790, 3, 14, 46.79, 47.73, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15435, 1869, 15277, 4328, 1, 14, 815.99, 832.31, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15436, 1869, 15278, 4759, 9, 14, 51.93, 52.97, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15437, 1869, 15279, 2822, 9, 14, 636.00, 648.72, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15438, 1869, 15280, 463, 3, 14, 567.53, 578.88, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15439, 1869, 15281, 2341, 1, 14, 39.41, 40.20, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15440, 1869, 15282, 1211, 9, 14, 37.80, 38.56, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15441, 1869, 15283, 61, 9, 14, 26.78, 27.32, 1, 1, 'ai_sell', '2024-06-08 05:57:10', '2024-06-08 05:57:10', '2024-06-08 06:58:04'),
(15442, 1869, 15284, 5605, 6, 14, 234.60, 239.29, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15443, 1869, 15285, 1059, 6, 14, 19.95, 20.35, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15444, 1869, 15286, 1020, 6, 14, 6.26, 6.39, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15445, 1869, 15287, 4256, 3, 14, 2649.99, 2702.99, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15446, 1869, 15288, 910, 6, 14, 7.10, 7.24, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15447, 1869, 15289, 2526, 3, 14, 763.98, 779.26, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15448, 1869, 15290, 6177, 1, 14, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15449, 1869, 15291, 2460, 3, 14, 9.33, 9.52, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15450, 1869, 15292, 352, 6, 14, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15451, 1869, 15293, 2760, 9, 14, 1363.50, 1390.77, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15452, 1869, 15294, 3653, 1, 14, 474.70, 484.19, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:04'),
(15453, 1869, 15295, 1734, 3, 14, 73.49, 74.96, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15454, 1869, 15296, 3926, 1, 14, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15455, 1869, 15297, 5039, 3, 14, 660.45, 673.66, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15456, 1869, 15298, 4306, 6, 14, 29.14, 29.72, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15457, 1869, 15299, 1844, 3, 14, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15458, 1869, 15300, 2554, 3, 14, 9.00, 9.18, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15459, 1869, 15301, 5319, 6, 14, 1144.00, 1166.88, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15460, 1869, 15302, 5155, 1, 14, 47.69, 48.64, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15461, 1869, 15303, 2233, 9, 14, 30.04, 30.64, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15462, 1869, 15304, 4642, 9, 14, 26.30, 26.83, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15463, 1869, 15305, 3088, 9, 14, 24.34, 24.83, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15464, 1869, 15306, 4232, 9, 14, 17.16, 17.50, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15465, 1869, 15307, 5177, 3, 14, 42.22, 43.06, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15466, 1869, 15308, 3583, 6, 14, 152.87, 155.93, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15467, 1869, 15309, 3664, 9, 14, 13.30, 13.57, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15468, 1869, 15310, 3382, 1, 14, 2.50, 2.55, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15469, 1869, 15311, 1827, 9, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15470, 1869, 15312, 803, 6, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-08 05:57:11', '2024-06-08 05:57:11', '2024-06-08 06:58:05'),
(15471, 1872, 15313, 2150, 9, 18, 309.00, 315.18, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:05'),
(15472, 1872, 15314, 2599, 9, 18, 865.98, 883.30, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:05'),
(15473, 1872, 15315, 453, 6, 18, 147.16, 150.10, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15474, 1872, 15316, 982, 1, 18, 134.64, 137.33, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15475, 1872, 15317, 2814, 3, 18, 4095.21, 4177.11, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15476, 1872, 15318, 2165, 9, 18, 38.16, 38.92, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15477, 1872, 15319, 3605, 1, 18, 275.60, 281.11, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15478, 1872, 15320, 1134, 1, 18, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15479, 1872, 15321, 5620, 1, 18, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15480, 1872, 15322, 2369, 3, 18, 31.28, 31.91, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15481, 1872, 15323, 3308, 3, 18, 1449.76, 1478.76, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15482, 1872, 15324, 344, 1, 18, 353.23, 360.29, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15483, 1872, 15325, 4371, 1, 18, 75.25, 76.76, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15484, 1872, 15326, 3906, 6, 18, 192.90, 196.76, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15485, 1872, 15327, 394, 3, 18, 14.82, 15.12, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15486, 1872, 15328, 684, 3, 18, 4623.72, 4716.19, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(15487, 1872, 15329, 31, 9, 18, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15488, 1872, 15330, 383, 3, 18, 10.52, 10.73, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15489, 1872, 15331, 1427, 6, 18, 21.17, 21.59, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15490, 1872, 15332, 5546, 6, 18, 439.19, 447.97, 1, 1, 'ai_sell', '2024-06-08 07:49:05', '2024-06-08 07:49:05', '2024-06-08 08:50:06'),
(15491, 1872, 15333, 588, 6, 18, 292.52, 298.37, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15492, 1872, 15334, 2756, 6, 18, 232.29, 236.94, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15493, 1872, 15335, 4191, 3, 18, 5.81, 5.93, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15494, 1872, 15336, 3716, 6, 18, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15495, 1872, 15337, 5535, 3, 18, 329.58, 336.17, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15496, 1872, 15338, 3636, 3, 18, 201.31, 205.34, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15497, 1872, 15339, 4284, 9, 18, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15498, 1872, 15340, 626, 3, 18, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15499, 1872, 15341, 1173, 9, 18, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15500, 1872, 15342, 5948, 6, 18, 3.44, 3.51, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15501, 1872, 15343, 756, 1, 18, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15502, 1872, 15344, 716, 6, 18, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15503, 1872, 15345, 734, 6, 18, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15504, 1872, 15346, 1827, 1, 18, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-08 07:49:06', '2024-06-08 07:49:06', '2024-06-08 08:50:07'),
(15505, 1872, 15347, 1827, 1, 18, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-08 07:50:07', '2024-06-08 07:50:07', '2024-06-08 08:51:04'),
(15506, 1798, 15348, 183, 5, NULL, 401.00, 413.03, 1, 1, 'manual_sell', '2024-06-08 10:17:53', '2024-06-08 10:17:53', '2024-06-08 11:18:03'),
(15507, 1798, 15349, 3191, 5, NULL, 30.00, 30.90, 1, 1, 'manual_sell', '2024-06-08 10:19:40', '2024-06-08 10:19:40', '2024-06-08 11:20:06'),
(15508, 1869, 15350, 2844, 9, 17, 1185.59, 1209.30, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:04'),
(15509, 1869, 15351, 2879, 9, 17, 61.79, 63.03, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15510, 1869, 15352, 1452, 9, 17, 28.45, 29.02, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15511, 1869, 15353, 2250, 3, 17, 75.26, 76.77, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15512, 1869, 15354, 418, 1, 17, 430.44, 439.05, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15513, 1869, 15355, 5686, 9, 17, 90.90, 92.72, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15514, 1869, 15356, 126, 1, 17, 1100.89, 1122.91, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15515, 1869, 15357, 5074, 6, 17, 23.22, 23.68, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15516, 1869, 15358, 5370, 1, 17, 82.39, 84.04, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15517, 1869, 15359, 4127, 3, 17, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15518, 1869, 15360, 950, 6, 17, 21.61, 22.04, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15519, 1869, 15361, 5658, 6, 17, 3.69, 3.76, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15520, 1869, 15362, 4668, 6, 17, 1.53, 1.56, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15521, 1869, 15363, 4097, 3, 17, 21.81, 22.25, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15522, 1869, 15364, 3030, 3, 17, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15523, 1869, 15365, 3310, 6, 17, 7.23, 7.37, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15524, 1869, 15366, 3575, 9, 17, 8.93, 9.11, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15525, 1869, 15367, 2092, 3, 17, 155.37, 158.48, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15526, 1869, 15368, 4171, 3, 17, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15527, 1869, 15369, 3094, 9, 17, 36.71, 37.44, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15528, 1869, 15370, 5209, 3, 17, 95.54, 97.45, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15529, 1869, 15371, 5953, 6, 17, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15530, 1869, 15372, 2775, 1, 17, 91.80, 93.64, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15531, 1869, 15373, 3210, 1, 17, 16.02, 16.34, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15532, 1869, 15374, 1965, 1, 17, 13.63, 13.90, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15533, 1869, 15375, 4753, 9, 17, 66.12, 67.44, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15534, 1869, 15376, 5096, 1, 17, 23.82, 24.30, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15535, 1869, 15377, 4830, 1, 17, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15536, 1869, 15378, 3161, 9, 17, 298.70, 304.67, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15537, 1869, 15379, 2401, 6, 17, 1818.00, 1854.36, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:05'),
(15538, 1869, 15380, 705, 6, 17, 65.92, 67.24, 1, 1, 'ai_sell', '2024-06-09 03:05:10', '2024-06-09 03:05:10', '2024-06-09 04:06:06'),
(15539, 1869, 15381, 4056, 6, 17, 103.41, 105.48, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15540, 1869, 15382, 2237, 9, 17, 36.05, 36.77, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15541, 1869, 15383, 657, 3, 17, 40.56, 41.37, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15542, 1869, 15384, 759, 1, 17, 54.99, 56.09, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15543, 1869, 15385, 4303, 1, 17, 713.99, 728.27, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15544, 1869, 15386, 4855, 3, 17, 345.78, 352.70, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15545, 1869, 15387, 3219, 6, 17, 3054.90, 3116.00, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15546, 1869, 15388, 5797, 6, 17, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15547, 1869, 15389, 4494, 1, 17, 42.80, 43.66, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15548, 1869, 15390, 789, 1, 17, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15549, 1869, 15391, 3457, 1, 17, 942.76, 961.62, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15550, 1869, 15392, 5437, 6, 17, 16.64, 16.97, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15551, 1869, 15393, 3487, 9, 17, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15552, 1869, 15394, 5204, 6, 17, 29.40, 29.99, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15553, 1869, 15395, 1744, 3, 17, 87.13, 88.87, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15554, 1869, 15396, 4639, 1, 17, 26.30, 26.83, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15555, 1869, 15397, 2944, 1, 17, 18.10, 18.46, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15556, 1869, 15398, 4951, 9, 17, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15557, 1869, 15399, 1686, 3, 17, 605.85, 617.97, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15558, 1869, 15400, 6028, 3, 17, 2.28, 2.33, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15559, 1869, 15401, 2526, 9, 17, 786.45, 802.18, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15560, 1869, 15402, 4763, 9, 17, 71.39, 72.82, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15561, 1869, 15403, 161, 9, 17, 31.92, 32.56, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15562, 1869, 15404, 204, 9, 17, 334.75, 341.45, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15563, 1869, 15405, 1246, 1, 17, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15564, 1869, 15406, 3715, 3, 17, 23.31, 23.78, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15565, 1869, 15407, 4296, 9, 17, 128.51, 131.08, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15566, 1869, 15408, 1915, 6, 17, 73.33, 74.80, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15567, 1869, 15409, 2182, 6, 17, 62.40, 63.65, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15568, 1869, 15410, 1091, 6, 17, 254.51, 259.60, 1, 1, 'ai_sell', '2024-06-09 03:05:11', '2024-06-09 03:05:11', '2024-06-09 04:06:06'),
(15569, 1869, 15411, 266, 9, 17, 17.08, 17.42, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:06'),
(15570, 1869, 15412, 3730, 9, 17, 7.03, 7.17, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:06'),
(15571, 1869, 15413, 1096, 6, 17, 7.97, 8.13, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:06'),
(15572, 1869, 15414, 2153, 3, 17, 279.48, 285.07, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:06'),
(15573, 1869, 15415, 1163, 9, 17, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:06'),
(15574, 1869, 15416, 3919, 1, 17, 72.41, 73.86, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:06'),
(15575, 1869, 15417, 543, 9, 17, 40.95, 41.77, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:06'),
(15576, 1869, 15418, 3323, 6, 17, 62.88, 64.14, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15577, 1869, 15419, 3674, 3, 17, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15578, 1869, 15420, 5687, 9, 17, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15579, 1869, 15421, 3250, 6, 17, 34.27, 34.96, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15580, 1869, 15422, 3373, 3, 17, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15581, 1869, 15423, 734, 9, 17, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15582, 1869, 15424, 1585, 1, 17, 1.59, 1.62, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15583, 1869, 15425, 1662, 6, 17, 0.91, 0.93, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15584, 1869, 15426, 1811, 1, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15585, 1869, 15427, 1894, 9, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-09 03:05:12', '2024-06-09 03:05:12', '2024-06-09 04:06:07'),
(15586, 1866, 15428, 3192, 1, 16, 136.54, 139.27, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:06'),
(15587, 1866, 15429, 2025, 9, 16, 42.40, 43.25, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15588, 1866, 15430, 1353, 1, 16, 2.22, 2.26, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15589, 1866, 15431, 5175, 6, 16, 62.59, 63.84, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15590, 1866, 15432, 5466, 1, 16, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15591, 1866, 15433, 1880, 9, 16, 124.34, 126.83, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15592, 1866, 15434, 4217, 3, 16, 6.46, 6.59, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15593, 1866, 15435, 5901, 3, 16, 41.50, 42.33, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15594, 1866, 15436, 3835, 9, 16, 3.95, 4.03, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15595, 1866, 15437, 3603, 6, 16, 122.40, 124.85, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15596, 1866, 15438, 1543, 3, 16, 1751.00, 1786.02, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15597, 1866, 15439, 5928, 6, 16, 4.87, 4.97, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15598, 1866, 15440, 3943, 1, 16, 1662.96, 1696.22, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15599, 1866, 15441, 5438, 9, 16, 17.39, 17.74, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15600, 1866, 15442, 1859, 1, 16, 3.78, 3.86, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15601, 1866, 15443, 1739, 3, 16, 119.48, 121.87, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15602, 1866, 15444, 2804, 9, 16, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15603, 1866, 15445, 5481, 1, 16, 169.60, 172.99, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15604, 1866, 15446, 368, 3, 16, 12.53, 12.78, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15605, 1866, 15447, 5453, 1, 16, 258.06, 263.22, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:07'),
(15606, 1866, 15448, 5285, 1, 16, 306.87, 313.01, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15607, 1866, 15449, 4613, 6, 16, 371.67, 379.10, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15608, 1866, 15450, 1789, 3, 16, 46.20, 47.12, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15609, 1866, 15451, 2491, 6, 16, 162.60, 165.85, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15610, 1866, 15452, 1674, 9, 16, 1512.98, 1543.24, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15611, 1866, 15453, 4365, 3, 16, 6084.40, 6206.09, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15612, 1866, 15454, 2558, 9, 16, 45.57, 46.48, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15613, 1866, 15455, 2789, 6, 16, 40.37, 41.18, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15614, 1866, 15456, 5201, 9, 16, 23.23, 23.69, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15615, 1866, 15457, 3881, 9, 16, 210.00, 214.20, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15616, 1866, 15458, 1925, 3, 16, 119.70, 122.09, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15617, 1866, 15459, 3937, 6, 16, 58.70, 59.87, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15618, 1866, 15460, 2533, 6, 16, 229.95, 234.55, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15619, 1866, 15461, 3874, 3, 16, 618.00, 630.36, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15620, 1866, 15462, 5114, 6, 16, 122.20, 124.64, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15621, 1866, 15463, 2838, 9, 16, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15622, 1866, 15464, 4503, 1, 16, 263.65, 268.92, 1, 1, 'ai_sell', '2024-06-09 04:08:08', '2024-06-09 04:08:08', '2024-06-09 05:09:08'),
(15623, 1866, 15465, 4276, 1, 16, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-09 04:08:09', '2024-06-09 04:08:09', '2024-06-09 05:09:08'),
(15624, 1866, 15466, 5899, 6, 16, 2.05, 2.09, 1, 1, 'ai_sell', '2024-06-09 04:08:09', '2024-06-09 04:08:09', '2024-06-09 05:09:08'),
(15625, 1866, 15467, 5905, 9, 16, 2.60, 2.65, 1, 1, 'ai_sell', '2024-06-09 04:08:09', '2024-06-09 04:08:09', '2024-06-09 05:09:08'),
(15626, 1866, 15468, 1827, 1, 16, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-09 04:08:09', '2024-06-09 04:08:09', '2024-06-09 05:09:08'),
(15627, 1866, 15469, 4668, 6, 16, 1.48, 1.51, 1, 1, 'ai_sell', '2024-06-09 04:08:09', '2024-06-09 04:08:09', '2024-06-09 05:09:09'),
(15628, 1866, 15470, 1811, 6, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-09 04:08:09', '2024-06-09 04:08:09', '2024-06-09 05:09:09'),
(15629, 1871, 15471, 5743, 9, 7, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15630, 1871, 15472, 538, 3, 7, 351.73, 358.76, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15631, 1871, 15473, 2345, 9, 7, 918.00, 936.36, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15632, 1871, 15474, 2195, 3, 7, 79.50, 81.09, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15633, 1871, 15475, 3913, 3, 7, 187.60, 191.35, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15634, 1871, 15476, 3231, 9, 7, 68.78, 70.16, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15635, 1871, 15477, 5062, 6, 7, 23.10, 23.56, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15636, 1871, 15478, 5089, 9, 7, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15637, 1871, 15479, 931, 1, 7, 53.43, 54.50, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15638, 1871, 15480, 2415, 3, 7, 11.44, 11.67, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15639, 1871, 15481, 5349, 3, 7, 267.80, 273.16, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15640, 1871, 15482, 549, 6, 7, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15641, 1871, 15483, 5443, 3, 7, 23.68, 24.15, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15642, 1871, 15484, 5750, 6, 7, 8.66, 8.83, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:04'),
(15643, 1871, 15485, 846, 1, 7, 292.97, 298.83, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15644, 1871, 15486, 422, 9, 7, 51.94, 52.98, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15645, 1871, 15487, 1493, 9, 7, 590.85, 602.67, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15646, 1871, 15488, 2111, 9, 7, 1326.00, 1352.52, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15647, 1871, 15489, 1201, 6, 7, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15648, 1871, 15490, 3636, 9, 7, 203.25, 207.32, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15649, 1871, 15491, 3863, 3, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15650, 1871, 15492, 4849, 6, 7, 97.27, 99.22, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15651, 1871, 15493, 658, 6, 7, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15652, 1871, 15494, 2139, 1, 7, 54.06, 55.14, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15653, 1871, 15495, 5406, 3, 7, 56.15, 57.27, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15654, 1871, 15496, 5124, 9, 7, 430.48, 439.09, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15655, 1871, 15497, 4888, 6, 7, 104.03, 106.11, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15656, 1871, 15498, 1933, 6, 7, 33.57, 34.24, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15657, 1871, 15499, 28, 3, 7, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15658, 1871, 15500, 1020, 3, 7, 6.20, 6.32, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15659, 1871, 15501, 114, 6, 7, 169.60, 172.99, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15660, 1871, 15502, 4502, 3, 7, 936.00, 954.72, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15661, 1871, 15503, 3478, 9, 7, 109.16, 111.34, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:05'),
(15662, 1871, 15504, 1253, 9, 7, 30.79, 31.41, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:06'),
(15663, 1871, 15505, 1868, 1, 7, 41.16, 41.98, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:06'),
(15664, 1871, 15506, 5590, 9, 7, 55.54, 56.65, 1, 1, 'ai_sell', '2024-06-09 05:30:10', '2024-06-09 05:30:10', '2024-06-09 06:31:06'),
(15665, 1871, 15507, 301, 9, 7, 8.85, 9.03, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15666, 1871, 15508, 3340, 3, 7, 148.40, 151.37, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15667, 1871, 15509, 952, 6, 7, 5.25, 5.36, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15668, 1871, 15510, 5537, 6, 7, 59.28, 60.47, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15669, 1871, 15511, 17, 1, 7, 23.32, 23.79, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15670, 1871, 15512, 2179, 9, 7, 53.33, 54.40, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15671, 1871, 15513, 1128, 3, 7, 376.95, 384.49, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15672, 1871, 15514, 64, 1, 7, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15673, 1871, 15515, 2830, 9, 7, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15674, 1871, 15516, 2824, 3, 7, 6843.90, 6980.78, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15675, 1871, 15517, 3927, 3, 7, 37.79, 38.55, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15676, 1871, 15518, 5438, 3, 7, 17.39, 17.74, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15677, 1871, 15519, 3455, 1, 7, 5.35, 5.46, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15678, 1871, 15520, 1084, 1, 7, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15679, 1871, 15521, 1424, 3, 7, 19.77, 20.17, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15680, 1871, 15522, 1448, 9, 7, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15681, 1871, 15523, 5603, 1, 7, 21.37, 21.80, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15682, 1871, 15524, 2503, 6, 7, 291.09, 296.91, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15683, 1871, 15525, 5513, 6, 7, 82.61, 84.26, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:06'),
(15684, 1871, 15526, 493, 1, 7, 56.74, 57.87, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15685, 1871, 15527, 1681, 1, 7, 16.93, 17.27, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15686, 1871, 15528, 1312, 1, 7, 7.48, 7.63, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15687, 1871, 15529, 2336, 9, 7, 45.90, 46.82, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15688, 1871, 15530, 4202, 6, 7, 4.84, 4.94, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15689, 1871, 15531, 2151, 9, 7, 52.93, 53.99, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15690, 1871, 15532, 1204, 1, 7, 34.55, 35.24, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15691, 1871, 15533, 5660, 9, 7, 1299.55, 1325.54, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15692, 1871, 15534, 1671, 9, 7, 84.79, 86.49, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15693, 1871, 15535, 443, 3, 7, 179.12, 182.70, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15694, 1871, 15536, 1958, 3, 7, 11.85, 12.09, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15695, 1871, 15537, 2274, 6, 7, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15696, 1871, 15538, 2166, 6, 7, 37.80, 38.56, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15697, 1871, 15539, 3413, 6, 7, 310.02, 316.22, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15698, 1871, 15540, 4357, 9, 7, 9914.00, 10112.28, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15699, 1871, 15541, 1455, 1, 7, 28.17, 28.73, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15700, 1871, 15542, 4698, 1, 7, 21.56, 21.99, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15701, 1871, 15543, 2150, 6, 7, 306.00, 312.12, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15702, 1871, 15544, 5734, 6, 7, 26.51, 27.04, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:07'),
(15703, 1871, 15545, 2190, 6, 7, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:08'),
(15704, 1871, 15546, 1502, 9, 7, 12480.00, 12729.60, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:08'),
(15705, 1871, 15547, 3633, 6, 7, 26.52, 27.05, 1, 1, 'ai_sell', '2024-06-09 05:30:11', '2024-06-09 05:30:11', '2024-06-09 06:31:08'),
(15706, 1871, 15548, 2957, 6, 7, 1144.00, 1166.88, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15707, 1871, 15549, 4378, 9, 7, 207.02, 211.16, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15708, 1871, 15550, 4540, 6, 7, 42.42, 43.27, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15709, 1871, 15551, 609, 1, 7, 2835.00, 2891.70, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15710, 1871, 15552, 5621, 9, 7, 159.00, 162.18, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15711, 1871, 15553, 4162, 6, 7, 39.38, 40.17, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15712, 1871, 15554, 1258, 3, 7, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15713, 1871, 15555, 3760, 6, 7, 37.26, 38.01, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15714, 1871, 15556, 2964, 9, 7, 824.00, 840.48, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15715, 1871, 15557, 5560, 3, 7, 64.04, 65.32, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15716, 1871, 15558, 1160, 1, 7, 4.64, 4.73, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15717, 1871, 15559, 5133, 9, 7, 76.03, 77.55, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15718, 1871, 15560, 2152, 6, 7, 73.50, 74.97, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15719, 1871, 15561, 2511, 1, 7, 113.11, 115.37, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15720, 1871, 15562, 5005, 9, 7, 35.69, 36.40, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:08'),
(15721, 1871, 15563, 1067, 1, 7, 187.81, 191.57, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15722, 1871, 15564, 6041, 9, 7, 102.70, 104.75, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15723, 1871, 15565, 4715, 9, 7, 5.93, 6.05, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15724, 1871, 15566, 1790, 9, 7, 26.50, 27.03, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15725, 1871, 15567, 395, 9, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15726, 1871, 15568, 4342, 6, 7, 208.04, 212.20, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15727, 1871, 15569, 5999, 6, 7, 242.40, 247.25, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15728, 1871, 15570, 2149, 1, 7, 126.88, 129.42, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15729, 1871, 15571, 5232, 3, 7, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15730, 1871, 15572, 5312, 3, 7, 61.60, 62.83, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15731, 1871, 15573, 692, 3, 7, 8.08, 8.24, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15732, 1871, 15574, 2197, 1, 7, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15733, 1871, 15575, 4636, 6, 7, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15734, 1871, 15576, 3500, 9, 7, 367.50, 374.85, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15735, 1871, 15577, 2877, 1, 7, 207.99, 212.15, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15736, 1871, 15578, 4919, 9, 7, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15737, 1871, 15579, 1721, 3, 7, 1529.55, 1560.14, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15738, 1871, 15580, 38, 1, 7, 14.84, 15.14, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:09'),
(15739, 1871, 15581, 1674, 1, 7, 1557.92, 1589.08, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15740, 1871, 15582, 141, 3, 7, 6.36, 6.49, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15741, 1871, 15583, 5444, 1, 7, 3.70, 3.77, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15742, 1871, 15584, 2630, 9, 7, 47.85, 48.81, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15743, 1871, 15585, 4360, 1, 7, 868.14, 885.50, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15744, 1871, 15586, 5834, 3, 7, 45.44, 46.35, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15745, 1871, 15587, 1507, 6, 7, 3.70, 3.77, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15746, 1871, 15588, 3177, 1, 7, 52.01, 53.05, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15747, 1871, 15589, 5052, 9, 7, 8.85, 9.03, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15748, 1871, 15590, 575, 9, 7, 943.34, 962.21, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15749, 1871, 15591, 2681, 6, 7, 86.62, 88.35, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15750, 1871, 15592, 330, 9, 7, 65.45, 66.76, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15751, 1871, 15593, 5828, 9, 7, 309.00, 315.18, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15752, 1871, 15594, 719, 6, 7, 18.15, 18.51, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15753, 1871, 15595, 3113, 9, 7, 66.56, 67.89, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15754, 1871, 15596, 4318, 3, 7, 133.12, 135.78, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15755, 1871, 15597, 4314, 9, 7, 4.99, 5.09, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15756, 1871, 15598, 5640, 9, 7, 8.07, 8.23, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15757, 1871, 15599, 439, 6, 7, 67.26, 68.61, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15758, 1871, 15600, 1009, 1, 7, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15759, 1871, 15601, 842, 6, 7, 18.27, 18.64, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15760, 1871, 15602, 5130, 1, 7, 32.64, 33.29, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15761, 1871, 15603, 5303, 9, 7, 173.40, 176.87, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15762, 1871, 15604, 3373, 1, 7, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:10'),
(15763, 1871, 15605, 1640, 6, 7, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:11'),
(15764, 1871, 15606, 963, 6, 7, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:11'),
(15765, 1871, 15607, 5953, 9, 7, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:11'),
(15766, 1871, 15608, 814, 3, 7, 117.51, 119.86, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:11'),
(15767, 1871, 15609, 3265, 9, 7, 7.29, 7.44, 1, 1, 'ai_sell', '2024-06-09 05:30:12', '2024-06-09 05:30:12', '2024-06-09 06:31:11'),
(15768, 1871, 15610, 2077, 3, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15769, 1871, 15611, 3282, 6, 7, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15770, 1871, 15612, 4982, 6, 7, 85.85, 87.57, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15771, 1871, 15613, 3688, 6, 7, 57.09, 58.23, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15772, 1871, 15614, 4871, 9, 7, 74.19, 75.67, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15773, 1871, 15615, 4321, 3, 7, 125.99, 128.51, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15774, 1871, 15616, 6028, 9, 7, 2.21, 2.25, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15775, 1871, 15617, 1235, 3, 7, 12.25, 12.50, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15776, 1871, 15618, 4219, 3, 7, 1.30, 1.33, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15777, 1871, 15619, 5929, 6, 7, 3.86, 3.94, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15778, 1871, 15620, 734, 3, 7, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15779, 1870, 15621, 5743, 1, 8, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15780, 1870, 15622, 538, 6, 8, 341.77, 348.61, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15781, 1870, 15623, 2345, 9, 8, 909.00, 927.18, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15782, 1870, 15624, 2195, 1, 8, 79.50, 81.09, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15783, 1870, 15625, 3913, 9, 8, 182.18, 185.82, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15784, 1870, 15626, 3231, 9, 8, 66.84, 68.18, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15785, 1870, 15627, 5062, 1, 8, 22.88, 23.34, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15786, 1870, 15628, 5089, 9, 8, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15787, 1870, 15629, 931, 6, 8, 52.93, 53.99, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15788, 1870, 15630, 2415, 9, 8, 11.22, 11.44, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15789, 1870, 15631, 5349, 9, 8, 273.00, 278.46, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15790, 1870, 15632, 549, 3, 8, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15791, 1870, 15633, 5443, 9, 8, 23.45, 23.92, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15792, 1870, 15634, 5750, 1, 8, 8.74, 8.91, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15793, 1870, 15635, 846, 1, 8, 298.77, 304.75, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15794, 1870, 15636, 422, 3, 8, 51.45, 52.48, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15795, 1870, 15637, 1493, 1, 8, 602.55, 614.60, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15796, 1870, 15638, 2111, 3, 8, 1313.00, 1339.26, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15797, 1870, 15639, 1201, 6, 8, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15798, 1870, 15640, 3636, 9, 8, 195.51, 199.42, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15799, 1870, 15641, 3863, 9, 8, 20.58, 20.99, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15800, 1870, 15642, 4849, 3, 8, 99.17, 101.15, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15801, 1870, 15643, 658, 6, 8, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15802, 1870, 15644, 2139, 6, 8, 53.04, 54.10, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15803, 1870, 15645, 5406, 3, 8, 56.70, 57.83, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15804, 1870, 15646, 5124, 9, 8, 422.28, 430.73, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15805, 1870, 15647, 4888, 6, 8, 103.03, 105.09, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15806, 1870, 15648, 1933, 6, 8, 34.57, 35.26, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15807, 1870, 15649, 28, 1, 8, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-09 05:30:13', '2024-06-09 05:30:13', '2024-06-09 06:31:11'),
(15808, 1870, 15650, 1020, 1, 8, 6.32, 6.45, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15809, 1870, 15651, 114, 3, 8, 166.40, 169.73, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15810, 1870, 15652, 4502, 3, 8, 945.00, 963.90, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15811, 1870, 15653, 3478, 1, 8, 110.23, 112.43, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15812, 1870, 15654, 1253, 9, 8, 30.79, 31.41, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15813, 1870, 15655, 1868, 6, 8, 42.79, 43.65, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15814, 1870, 15656, 5590, 3, 8, 57.74, 58.89, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15815, 1870, 15657, 301, 9, 8, 9.29, 9.48, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15816, 1870, 15658, 3340, 3, 8, 147.00, 149.94, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15817, 1870, 15659, 952, 1, 8, 5.51, 5.62, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15818, 1870, 15660, 5537, 3, 8, 58.14, 59.30, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15819, 1870, 15661, 17, 9, 8, 23.32, 23.79, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15820, 1870, 15662, 2179, 3, 8, 53.33, 54.40, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15821, 1870, 15663, 1128, 6, 8, 380.54, 388.15, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15822, 1870, 15664, 64, 3, 8, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15823, 1870, 15665, 2830, 3, 8, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15824, 1870, 15666, 2824, 9, 8, 6648.36, 6781.33, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15825, 1870, 15667, 3927, 9, 8, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15826, 1870, 15668, 5438, 3, 8, 17.56, 17.91, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15827, 1870, 15669, 3455, 9, 8, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15828, 1870, 15670, 1084, 1, 8, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15829, 1870, 15671, 1424, 6, 8, 20.74, 21.15, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15830, 1870, 15672, 1448, 1, 8, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15831, 1870, 15673, 5603, 9, 8, 21.58, 22.01, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15832, 1870, 15674, 2503, 1, 8, 293.94, 299.82, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15833, 1870, 15675, 5513, 3, 8, 85.04, 86.74, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15834, 1870, 15676, 493, 3, 8, 56.74, 57.87, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15835, 1870, 15677, 1681, 3, 8, 17.60, 17.95, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15836, 1870, 15678, 1312, 1, 8, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15837, 1870, 15679, 2336, 6, 8, 45.90, 46.82, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15838, 1870, 15680, 4202, 3, 8, 5.08, 5.18, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15839, 1870, 15681, 2151, 1, 8, 52.42, 53.47, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15840, 1870, 15682, 1204, 6, 8, 35.58, 36.29, 1, 1, 'ai_sell', '2024-06-09 05:30:14', '2024-06-09 05:30:14', '2024-06-09 06:31:11'),
(15841, 1870, 15683, 1671, 3, 8, 81.59, 83.22, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:11'),
(15842, 1870, 15684, 443, 1, 8, 177.37, 180.92, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:11'),
(15843, 1870, 15685, 1958, 9, 8, 12.19, 12.43, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:11'),
(15844, 1870, 15686, 2274, 1, 8, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:11'),
(15845, 1870, 15687, 2166, 6, 8, 37.80, 38.56, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:11'),
(15846, 1870, 15688, 3413, 6, 8, 307.01, 313.15, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:11'),
(15847, 1870, 15689, 1455, 3, 8, 28.17, 28.73, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:11'),
(15848, 1870, 15690, 2190, 3, 8, 7.27, 7.42, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:12'),
(15849, 1870, 15691, 5444, 1, 8, 3.63, 3.70, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:12'),
(15850, 1870, 15692, 1827, 1, 8, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-09 05:30:15', '2024-06-09 05:30:15', '2024-06-09 06:31:12'),
(15851, 1866, 15693, 4904, 1, 6, 24.84, 25.06, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:04'),
(15852, 1866, 15694, 1334, 9, 6, 5.76, 5.81, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:04'),
(15853, 1866, 15695, 3682, 1, 6, 4.41, 4.45, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:04'),
(15854, 1866, 15696, 1432, 6, 6, 8.31, 8.38, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:04'),
(15855, 1866, 15697, 1799, 3, 6, 10.40, 10.49, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:04'),
(15856, 1866, 15698, 5272, 1, 6, 5.92, 5.97, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:04'),
(15857, 1866, 15699, 1894, 9, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:04'),
(15858, 1866, 15700, 1827, 9, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:05'),
(15859, 1866, 15701, 1829, 6, 6, 0.79, 0.80, 1, 1, 'ai_sell', '2024-06-09 05:31:06', '2024-06-09 05:31:06', '2024-06-09 06:32:05'),
(15860, 1873, 15702, 1661, 9, 9, 14.30, 14.59, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15861, 1873, 15703, 446, 3, 9, 156.40, 159.53, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(15862, 1873, 15704, 3275, 9, 9, 40.16, 40.96, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15863, 1873, 15705, 1077, 6, 9, 165.36, 168.67, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15864, 1873, 15706, 5209, 3, 9, 96.45, 98.38, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15865, 1873, 15707, 1380, 1, 9, 15568.80, 15880.18, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15866, 1873, 15708, 5338, 3, 9, 2040.00, 2080.80, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15867, 1873, 15709, 5574, 1, 9, 143.24, 146.10, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15868, 1873, 15710, 2124, 9, 9, 630.00, 642.60, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15869, 1873, 15711, 4899, 9, 9, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15870, 1873, 15712, 912, 1, 9, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15871, 1873, 15713, 5146, 1, 9, 1690.69, 1724.50, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15872, 1873, 15714, 5932, 9, 9, 21.18, 21.60, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15873, 1873, 15715, 939, 6, 9, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15874, 1873, 15716, 1826, 9, 9, 102.26, 104.31, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:04'),
(15875, 1873, 15717, 755, 9, 9, 33.98, 34.66, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:05'),
(15876, 1873, 15718, 5375, 6, 9, 38.22, 38.98, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:05'),
(15877, 1873, 15719, 3959, 3, 9, 52.50, 53.55, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:05'),
(15878, 1873, 15720, 4511, 1, 9, 2.05, 2.09, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:05'),
(15879, 1873, 15721, 4397, 6, 9, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:05'),
(15880, 1873, 15722, 5739, 1, 9, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:05'),
(15881, 1873, 15723, 6122, 6, 9, 28.55, 29.12, 1, 1, 'ai_sell', '2024-06-09 05:45:09', '2024-06-09 05:45:09', '2024-06-09 06:46:05'),
(15882, 1873, 15724, 5607, 6, 9, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15883, 1873, 15725, 5119, 3, 9, 64.04, 65.32, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15884, 1873, 15726, 3892, 9, 9, 101.97, 104.01, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15885, 1873, 15727, 1185, 6, 9, 72.09, 73.53, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15886, 1873, 15728, 726, 9, 9, 99.95, 101.95, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15887, 1873, 15729, 4664, 6, 9, 10.72, 10.93, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15888, 1873, 15730, 2742, 1, 9, 159.60, 162.79, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15889, 1873, 15731, 4298, 1, 9, 51.96, 53.00, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15890, 1873, 15732, 1468, 1, 9, 20.18, 20.58, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15891, 1873, 15733, 1643, 9, 9, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15892, 1873, 15734, 2869, 3, 9, 25.19, 25.69, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:05'),
(15893, 1873, 15735, 735, 6, 9, 2.24, 2.28, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:06'),
(15894, 1873, 15736, 1701, 1, 9, 6.76, 6.90, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:06'),
(15895, 1873, 15737, 1069, 1, 9, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:06'),
(15896, 1873, 15738, 4730, 1, 9, 15.63, 15.94, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:06'),
(15897, 1873, 15739, 2887, 3, 9, 4.59, 4.68, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:06'),
(15898, 1873, 15740, 1731, 6, 9, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:06'),
(15899, 1873, 15741, 1827, 9, 9, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-09 05:45:10', '2024-06-09 05:45:10', '2024-06-09 06:46:06'),
(15900, 1866, 15742, 2251, 9, 11, 49.09, 50.07, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:03'),
(15901, 1866, 15743, 3663, 9, 11, 13.38, 13.65, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:03'),
(15902, 1866, 15744, 4324, 3, 11, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:03'),
(15903, 1866, 15745, 5985, 3, 11, 26.40, 26.93, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:03'),
(15904, 1866, 15746, 2167, 1, 11, 228.90, 233.48, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:03'),
(15905, 1866, 15747, 2818, 6, 11, 17.16, 17.50, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:03'),
(15906, 1866, 15748, 3690, 3, 11, 7.68, 7.83, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:03'),
(15907, 1866, 15749, 1612, 6, 11, 42.76, 43.62, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15908, 1866, 15750, 5385, 1, 11, 159.60, 162.79, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15909, 1866, 15751, 694, 3, 11, 151.20, 154.22, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15910, 1866, 15752, 5029, 3, 11, 66.77, 68.11, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15911, 1866, 15753, 5444, 6, 11, 3.70, 3.77, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15912, 1866, 15754, 4206, 1, 11, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15913, 1866, 15755, 2194, 6, 11, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15914, 1866, 15756, 937, 6, 11, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15915, 1866, 15757, 5003, 3, 11, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15916, 1866, 15758, 4939, 6, 11, 51.94, 52.98, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15917, 1866, 15759, 691, 9, 11, 6.36, 6.49, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:04'),
(15918, 1866, 15760, 506, 1, 11, 54.66, 55.75, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15919, 1866, 15761, 2936, 1, 11, 2180.59, 2224.20, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15920, 1866, 15762, 3995, 6, 11, 4444.00, 4532.88, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15921, 1866, 15763, 104, 1, 11, 33.69, 34.36, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15922, 1866, 15764, 223, 3, 11, 382.12, 389.76, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15923, 1866, 15765, 4832, 3, 11, 16.61, 16.94, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15924, 1866, 15766, 3342, 3, 11, 16.63, 16.96, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15925, 1866, 15767, 485, 3, 11, 3770.00, 3845.40, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15926, 1866, 15768, 4409, 9, 11, 628.17, 640.73, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15927, 1866, 15769, 3191, 3, 11, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15928, 1866, 15770, 5876, 1, 11, 71.01, 72.43, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15929, 1866, 15771, 2165, 3, 11, 37.44, 38.19, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15930, 1866, 15772, 1319, 6, 11, 945.00, 963.90, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15931, 1866, 15773, 3793, 1, 11, 846.94, 863.88, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15932, 1866, 15774, 528, 1, 11, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15933, 1866, 15775, 778, 3, 11, 35.74, 36.45, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15934, 1866, 15776, 5635, 6, 11, 5.40, 5.51, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15935, 1866, 15777, 5007, 1, 11, 6.75, 6.89, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15936, 1866, 15778, 1165, 1, 11, 63.43, 64.70, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15937, 1866, 15779, 4950, 1, 11, 1023.75, 1044.23, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15938, 1866, 15780, 2110, 9, 11, 27.04, 27.58, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15939, 1866, 15781, 2358, 1, 11, 26.05, 26.57, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15940, 1866, 15782, 3752, 1, 11, 62.29, 63.54, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15941, 1866, 15783, 4840, 1, 11, 72.17, 73.61, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15942, 1866, 15784, 997, 6, 11, 118.08, 120.44, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15943, 1866, 15785, 6161, 1, 11, 42.28, 43.13, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15944, 1866, 15786, 713, 1, 11, 35.20, 35.90, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15945, 1866, 15787, 5257, 1, 11, 35.83, 36.55, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15946, 1866, 15788, 2063, 9, 11, 5.03, 5.13, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15947, 1866, 15789, 909, 9, 11, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15948, 1866, 15790, 4471, 1, 11, 1515.79, 1546.11, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15949, 1866, 15791, 3105, 3, 11, 187.20, 190.94, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15950, 1866, 15792, 1351, 3, 11, 216.30, 220.63, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15951, 1866, 15793, 1303, 1, 11, 90.48, 92.29, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:05'),
(15952, 1866, 15794, 3141, 9, 11, 35.73, 36.44, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15953, 1866, 15795, 3582, 9, 11, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15954, 1866, 15796, 1419, 3, 11, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15955, 1866, 15797, 5924, 1, 11, 6.99, 7.13, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15956, 1866, 15798, 5681, 3, 11, 51.93, 52.97, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15957, 1866, 15799, 3330, 1, 11, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15958, 1866, 15800, 5631, 9, 11, 41.60, 42.43, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15959, 1866, 15801, 2834, 3, 11, 15.43, 15.74, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15960, 1866, 15802, 4794, 3, 11, 20.13, 20.53, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15961, 1866, 15803, 4065, 3, 11, 25.81, 26.33, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15962, 1866, 15804, 4101, 3, 11, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15963, 1866, 15805, 5560, 3, 11, 64.65, 65.94, 1, 1, 'ai_sell', '2024-06-09 05:58:09', '2024-06-09 05:58:09', '2024-06-09 06:59:06'),
(15964, 1866, 15806, 4305, 1, 11, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:06'),
(15965, 1866, 15807, 1388, 9, 11, 28.05, 28.61, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:06'),
(15966, 1866, 15808, 2463, 3, 11, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:06'),
(15967, 1866, 15809, 1194, 1, 11, 11.65, 11.88, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:06'),
(15968, 1866, 15810, 1127, 1, 11, 55.88, 57.00, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:07'),
(15969, 1866, 15811, 3143, 9, 11, 37.10, 37.84, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:07'),
(15970, 1866, 15812, 6159, 6, 11, 31.71, 32.34, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:07'),
(15971, 1866, 15813, 812, 9, 11, 38.37, 39.14, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:07'),
(15972, 1866, 15814, 25, 9, 11, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:07'),
(15973, 1866, 15815, 3327, 9, 11, 2.49, 2.54, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:07'),
(15974, 1866, 15816, 734, 9, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-09 05:58:10', '2024-06-09 05:58:10', '2024-06-09 06:59:07'),
(15975, 1867, 15817, 1933, 3, 12, 33.57, 34.24, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15976, 1867, 15818, 4241, 1, 12, 63.86, 65.14, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15977, 1867, 15819, 2776, 1, 12, 4083.07, 4164.73, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15978, 1867, 15820, 3714, 9, 12, 249.44, 254.43, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15979, 1867, 15821, 402, 6, 12, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15980, 1867, 15822, 5017, 6, 12, 103.01, 105.07, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15981, 1867, 15823, 1959, 9, 12, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15982, 1867, 15824, 5336, 6, 12, 3030.00, 3090.60, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:05'),
(15983, 1867, 15825, 1702, 9, 12, 31.75, 32.39, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15984, 1867, 15826, 6030, 9, 12, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15985, 1867, 15827, 5348, 6, 12, 208.93, 213.11, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15986, 1867, 15828, 2083, 6, 12, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15987, 1867, 15829, 4605, 1, 12, 17.55, 17.90, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15988, 1867, 15830, 610, 6, 12, 1867.49, 1904.84, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15989, 1867, 15831, 1269, 9, 12, 113.30, 115.57, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15990, 1867, 15832, 5152, 9, 12, 6890.00, 7027.80, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15991, 1867, 15833, 3369, 1, 12, 334.75, 341.45, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15992, 1867, 15834, 3123, 6, 12, 112.27, 114.52, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15993, 1867, 15835, 2405, 6, 12, 152.25, 155.30, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15994, 1867, 15836, 2712, 6, 12, 22.44, 22.89, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15995, 1867, 15837, 4982, 3, 12, 89.25, 91.04, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15996, 1867, 15838, 6007, 9, 12, 3120.00, 3182.40, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15997, 1867, 15839, 1042, 3, 12, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-09 06:09:12', '2024-06-09 06:09:12', '2024-06-09 07:10:06'),
(15998, 1867, 15840, 4624, 1, 12, 23.09, 23.55, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(15999, 1867, 15841, 4791, 6, 12, 549.43, 560.42, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16000, 1867, 15842, 2073, 6, 12, 2.58, 2.63, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16001, 1867, 15843, 4214, 1, 12, 21.70, 22.13, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16002, 1867, 15844, 4667, 6, 12, 12.78, 13.04, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16003, 1867, 15845, 705, 9, 12, 65.28, 66.59, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16004, 1867, 15846, 4341, 9, 12, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16005, 1867, 15847, 3276, 3, 12, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16006, 1867, 15848, 5083, 3, 12, 57.19, 58.33, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:06'),
(16007, 1867, 15849, 3604, 9, 12, 13.09, 13.35, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:07'),
(16008, 1867, 15850, 81, 6, 12, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:07'),
(16009, 1867, 15851, 866, 3, 12, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-09 06:09:13', '2024-06-09 06:09:13', '2024-06-09 07:10:07'),
(16010, 1868, 15852, 2565, 9, 13, 84.55, 86.24, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16011, 1868, 15853, 4492, 3, 13, 41.82, 42.66, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16012, 1868, 15854, 1152, 3, 13, 33.66, 34.33, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16013, 1868, 15855, 532, 6, 13, 31.42, 32.05, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16014, 1868, 15856, 5551, 3, 13, 211.99, 216.23, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16015, 1868, 15857, 2329, 3, 13, 71.06, 72.48, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16016, 1868, 15858, 1125, 1, 13, 59.75, 60.95, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16017, 1868, 15859, 5740, 3, 13, 29.57, 30.16, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16018, 1868, 15860, 4882, 6, 13, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16019, 1868, 15861, 1875, 9, 13, 53.52, 54.59, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16020, 1868, 15862, 6105, 1, 13, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16021, 1868, 15863, 2752, 6, 13, 67.66, 69.01, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16022, 1868, 15864, 852, 9, 13, 26.70, 27.23, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16023, 1868, 15865, 5378, 9, 13, 3.16, 3.22, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16024, 1868, 15866, 1859, 9, 13, 3.67, 3.74, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16025, 1868, 15867, 933, 6, 13, 1122.00, 1144.44, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16026, 1868, 15868, 2836, 3, 13, 1069.98, 1091.38, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16027, 1868, 15869, 1591, 1, 13, 7.91, 8.07, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16028, 1868, 15870, 2562, 6, 13, 52.40, 53.45, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16029, 1868, 15871, 335, 1, 13, 5610.50, 5722.71, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16030, 1868, 15872, 2026, 1, 13, 85.55, 87.26, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16031, 1868, 15873, 2413, 6, 13, 884.00, 901.68, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16032, 1868, 15874, 2690, 6, 13, 737.09, 751.83, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16033, 1868, 15875, 3985, 3, 13, 61.51, 62.74, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16034, 1868, 15876, 935, 1, 13, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:04'),
(16035, 1868, 15877, 2081, 1, 13, 775.20, 790.70, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16036, 1868, 15878, 5584, 9, 13, 275.54, 281.05, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16037, 1868, 15879, 52, 1, 13, 17.34, 17.69, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16038, 1868, 15880, 3474, 9, 13, 94.50, 96.39, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16039, 1868, 15881, 5851, 6, 13, 103.99, 106.07, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16040, 1868, 15882, 5211, 6, 13, 73.50, 74.97, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16041, 1868, 15883, 1596, 9, 13, 2565.40, 2616.71, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16042, 1868, 15884, 4387, 9, 13, 4.94, 5.04, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16043, 1868, 15885, 2074, 3, 13, 5.10, 5.20, 1, 1, 'ai_sell', '2024-06-09 06:40:09', '2024-06-09 06:40:09', '2024-06-09 07:41:05'),
(16044, 1868, 15886, 5862, 3, 13, 23.11, 23.57, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16045, 1868, 15887, 2842, 3, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16046, 1868, 15888, 2758, 1, 13, 875.50, 893.01, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16047, 1868, 15889, 1610, 3, 13, 81.61, 83.24, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16048, 1868, 15890, 3784, 9, 13, 97.85, 99.81, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16049, 1868, 15891, 233, 6, 13, 3.09, 3.15, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16050, 1868, 15892, 3188, 1, 13, 12.82, 13.08, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16051, 1868, 15893, 2192, 9, 13, 36.35, 37.08, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16052, 1868, 15894, 862, 6, 13, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16053, 1868, 15895, 2121, 1, 13, 4.19, 4.27, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16054, 1868, 15896, 3722, 1, 13, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16055, 1868, 15897, 1821, 6, 13, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16056, 1868, 15898, 1844, 1, 13, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16057, 1868, 15899, 1827, 9, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-09 06:40:10', '2024-06-09 06:40:10', '2024-06-09 07:41:05'),
(16058, 1869, 15900, 2157, 6, 14, 18.73, 19.10, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16059, 1869, 15901, 5175, 3, 14, 62.59, 63.84, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16060, 1869, 15902, 123, 9, 14, 498.84, 508.82, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16061, 1869, 15903, 2642, 9, 14, 110.07, 112.27, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16062, 1869, 15904, 5343, 6, 14, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16063, 1869, 15905, 3898, 6, 14, 7107.00, 7249.14, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16064, 1869, 15906, 4641, 6, 14, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16065, 1869, 15907, 5464, 6, 14, 201.60, 205.63, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16066, 1869, 15908, 4622, 1, 14, 145.60, 148.51, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16067, 1869, 15909, 5879, 3, 14, 626.24, 638.76, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16068, 1869, 15910, 1321, 9, 14, 28.08, 28.64, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16069, 1869, 15911, 4026, 3, 14, 101.99, 104.03, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16070, 1869, 15912, 2099, 6, 14, 20.68, 21.09, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16071, 1869, 15913, 1326, 9, 14, 33.24, 33.90, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16072, 1869, 15914, 3073, 3, 14, 116.48, 118.81, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16073, 1869, 15915, 158, 6, 14, 48.45, 49.42, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16074, 1869, 15916, 3847, 1, 14, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16075, 1869, 15917, 193, 6, 14, 103.00, 105.06, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16076, 1869, 15918, 755, 3, 14, 33.65, 34.32, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16077, 1869, 15919, 2327, 1, 14, 460.32, 469.53, 1, 1, 'ai_sell', '2024-06-09 07:10:10', '2024-06-09 07:10:10', '2024-06-09 08:11:05'),
(16078, 1869, 15920, 2159, 9, 14, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:05'),
(16079, 1869, 15921, 1281, 3, 14, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:05'),
(16080, 1869, 15922, 1350, 9, 14, 5.85, 5.97, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:05'),
(16081, 1869, 15923, 3816, 1, 14, 36.35, 37.08, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:05'),
(16082, 1869, 15924, 394, 6, 14, 14.40, 14.69, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:05'),
(16083, 1869, 15925, 4196, 9, 14, 14.51, 14.80, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:05'),
(16084, 1869, 15926, 4758, 3, 14, 104.94, 107.04, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:05'),
(16085, 1869, 15927, 5919, 1, 14, 548.01, 558.97, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16086, 1869, 15928, 2445, 9, 14, 212.00, 216.24, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16087, 1869, 15929, 110, 6, 14, 190.67, 194.48, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16088, 1869, 15930, 5807, 1, 14, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16089, 1869, 15931, 5075, 1, 14, 24.09, 24.57, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16090, 1869, 15932, 3406, 1, 14, 61.59, 62.82, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16091, 1869, 15933, 624, 6, 14, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16092, 1869, 15934, 5932, 9, 14, 20.97, 21.39, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16093, 1869, 15935, 6161, 3, 14, 41.49, 42.32, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16094, 1869, 15936, 187, 9, 14, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16095, 1869, 15937, 5703, 3, 14, 203.00, 207.06, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16096, 1869, 15938, 5864, 6, 14, 38.47, 39.24, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16097, 1869, 15939, 5200, 9, 14, 148.04, 151.00, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16098, 1869, 15940, 3937, 1, 14, 60.41, 61.62, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16099, 1869, 15941, 976, 1, 14, 135.45, 138.16, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16100, 1869, 15942, 3135, 6, 14, 307.69, 313.84, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16101, 1869, 15943, 2285, 9, 14, 93.60, 95.47, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16102, 1869, 15944, 4401, 1, 14, 30.60, 31.21, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16103, 1869, 15945, 4237, 9, 14, 20.96, 21.38, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16104, 1869, 15946, 1205, 6, 14, 145.18, 148.08, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16105, 1869, 15947, 5506, 6, 14, 288.39, 294.16, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16106, 1869, 15948, 6076, 9, 14, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16107, 1869, 15949, 282, 1, 14, 281.95, 287.59, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16108, 1869, 15950, 4093, 1, 14, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16109, 1869, 15951, 5647, 3, 14, 12.72, 12.97, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16110, 1869, 15952, 4578, 6, 14, 969.00, 988.38, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:11', '2024-06-09 08:11:06'),
(16111, 1869, 15953, 3439, 6, 14, 12.27, 12.52, 1, 1, 'ai_sell', '2024-06-09 07:10:11', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16112, 1869, 15954, 2274, 1, 14, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16113, 1869, 15955, 2175, 1, 14, 29.12, 29.70, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16114, 1869, 15956, 1632, 1, 14, 1730.40, 1765.01, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16115, 1869, 15957, 716, 3, 14, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16116, 1869, 15958, 3751, 1, 14, 42.39, 43.24, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16117, 1869, 15959, 5073, 1, 14, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16118, 1869, 15960, 440, 1, 14, 82.61, 84.26, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16119, 1869, 15961, 1286, 1, 14, 529.00, 539.58, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16120, 1869, 15962, 4474, 9, 14, 46.41, 47.34, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16121, 1869, 15963, 568, 6, 14, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16122, 1869, 15964, 4857, 9, 14, 8.07, 8.23, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16123, 1869, 15965, 128, 9, 14, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16124, 1869, 15966, 5968, 6, 14, 20.97, 21.39, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16125, 1869, 15967, 191, 1, 14, 143.81, 146.69, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16126, 1869, 15968, 2862, 1, 14, 30.44, 31.05, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16127, 1869, 15969, 420, 9, 14, 41.55, 42.38, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16128, 1869, 15970, 5219, 9, 14, 408.00, 416.16, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16129, 1869, 15971, 4720, 1, 14, 8.05, 8.21, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16130, 1869, 15972, 2735, 9, 14, 2499.00, 2548.98, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16131, 1869, 15973, 5926, 3, 14, 61.49, 62.72, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:07'),
(16132, 1869, 15974, 3936, 9, 14, 346.49, 353.42, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16133, 1869, 15975, 696, 1, 14, 84.15, 85.83, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16134, 1869, 15976, 3205, 3, 14, 41.79, 42.63, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16135, 1869, 15977, 3190, 3, 14, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16136, 1869, 15978, 4273, 1, 14, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16137, 1869, 15979, 3109, 3, 14, 256.47, 261.60, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16138, 1869, 15980, 958, 1, 14, 636.13, 648.85, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16139, 1869, 15981, 5761, 9, 14, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16140, 1869, 15982, 2495, 9, 14, 36.39, 37.12, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16141, 1869, 15983, 3913, 6, 14, 187.60, 191.35, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16142, 1869, 15984, 50, 1, 14, 14.42, 14.71, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16143, 1869, 15985, 3842, 1, 14, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16144, 1869, 15986, 307, 1, 14, 3.98, 4.06, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16145, 1869, 15987, 703, 6, 14, 12.33, 12.58, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16146, 1869, 15988, 351, 9, 14, 67.66, 69.01, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16147, 1869, 15989, 1208, 6, 14, 3.17, 3.23, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16148, 1869, 15990, 3955, 6, 14, 30.15, 30.75, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16149, 1869, 15991, 2227, 3, 14, 21.73, 22.16, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16150, 1869, 15992, 233, 9, 14, 3.09, 3.15, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16151, 1869, 15993, 3744, 3, 14, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16152, 1869, 15994, 3903, 6, 14, 35.59, 36.30, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16153, 1869, 15995, 3310, 1, 14, 6.96, 7.10, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16154, 1869, 15996, 4896, 9, 14, 21.48, 21.91, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16155, 1869, 15997, 934, 1, 14, 13.11, 13.37, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16156, 1869, 15998, 1811, 3, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-09 07:10:12', '2024-06-09 07:10:12', '2024-06-09 08:11:08'),
(16157, 1872, 15999, 3123, 6, 18, 110.09, 112.29, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:03'),
(16158, 1872, 16000, 5821, 6, 18, 67.67, 69.02, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16159, 1872, 16001, 2767, 6, 18, 192.61, 196.46, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16160, 1872, 16002, 1879, 3, 18, 43.43, 44.30, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16161, 1872, 16003, 5064, 9, 18, 106.04, 108.16, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16162, 1872, 16004, 4970, 9, 18, 144.23, 147.11, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16163, 1872, 16005, 5545, 9, 18, 80.58, 82.19, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16164, 1872, 16006, 4251, 3, 18, 24.37, 24.86, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16165, 1872, 16007, 1640, 1, 18, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16166, 1872, 16008, 1221, 6, 18, 127.84, 130.40, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16167, 1872, 16009, 3173, 1, 18, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16168, 1872, 16010, 1278, 6, 18, 371.00, 378.42, 1, 1, 'ai_sell', '2024-06-09 09:02:07', '2024-06-09 09:02:07', '2024-06-09 10:03:04'),
(16169, 1872, 16011, 5409, 3, 18, 29.89, 30.49, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:04'),
(16170, 1872, 16012, 4079, 6, 18, 37.36, 38.11, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:04'),
(16171, 1872, 16013, 2175, 1, 18, 28.28, 28.85, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16172, 1872, 16014, 2158, 1, 18, 47.25, 48.20, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16173, 1872, 16015, 2845, 3, 18, 30.59, 31.20, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16174, 1872, 16016, 6103, 1, 18, 31.97, 32.61, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16175, 1872, 16017, 5721, 9, 18, 10.79, 11.01, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16176, 1872, 16018, 4133, 1, 18, 333.30, 339.97, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16177, 1872, 16019, 1108, 9, 18, 7.34, 7.49, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16178, 1872, 16020, 4526, 9, 18, 85.25, 86.96, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16179, 1872, 16021, 3656, 3, 18, 30.60, 31.21, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16180, 1872, 16022, 1997, 6, 18, 240.38, 245.19, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16181, 1872, 16023, 3001, 3, 18, 85.86, 87.58, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16182, 1872, 16024, 4024, 6, 18, 17.84, 18.20, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16183, 1872, 16025, 3916, 3, 18, 624.00, 636.48, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16184, 1872, 16026, 2624, 9, 18, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16185, 1872, 16027, 1977, 9, 18, 255.00, 260.10, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16186, 1872, 16028, 4507, 3, 18, 40.89, 41.71, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16187, 1872, 16029, 1554, 1, 18, 14.70, 14.99, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16188, 1872, 16030, 5194, 6, 18, 1212.00, 1236.24, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16189, 1872, 16031, 4528, 6, 18, 62.82, 64.08, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16190, 1872, 16032, 5101, 6, 18, 232.04, 236.68, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:05'),
(16191, 1872, 16033, 4241, 9, 18, 61.43, 62.66, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16192, 1872, 16034, 4747, 9, 18, 55.07, 56.17, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16193, 1872, 16035, 3432, 1, 18, 620.10, 632.50, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16194, 1872, 16036, 3215, 6, 18, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16195, 1872, 16037, 4242, 1, 18, 4399.26, 4487.25, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16196, 1872, 16038, 216, 6, 18, 17.10, 17.44, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16197, 1872, 16039, 2873, 3, 18, 25.24, 25.74, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16198, 1872, 16040, 2043, 9, 18, 56.52, 57.65, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16199, 1872, 16041, 3325, 3, 18, 6.25, 6.38, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16200, 1872, 16042, 3664, 6, 18, 13.57, 13.84, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16201, 1872, 16043, 3675, 6, 18, 31.91, 32.55, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16202, 1872, 16044, 4913, 1, 18, 499.79, 509.79, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16203, 1872, 16045, 352, 1, 18, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16204, 1872, 16046, 4341, 6, 18, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16205, 1872, 16047, 219, 1, 18, 31.84, 32.48, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16206, 1872, 16048, 1195, 6, 18, 13.37, 13.64, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16207, 1872, 16049, 3754, 1, 18, 42.39, 43.24, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16208, 1872, 16050, 3639, 3, 18, 216.69, 221.02, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:06'),
(16209, 1872, 16051, 3277, 1, 18, 38.82, 39.60, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16210, 1872, 16052, 5579, 9, 18, 84.13, 85.81, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16211, 1872, 16053, 2376, 3, 18, 120.24, 122.64, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16212, 1872, 16054, 4158, 3, 18, 610.98, 623.20, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16213, 1872, 16055, 4514, 3, 18, 16.31, 16.64, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16214, 1872, 16056, 4816, 9, 18, 125.30, 127.81, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16215, 1872, 16057, 3937, 6, 18, 57.56, 58.71, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16216, 1872, 16058, 3011, 3, 18, 244.90, 249.80, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16217, 1872, 16059, 4110, 9, 18, 312.00, 318.24, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16218, 1872, 16060, 4570, 1, 18, 53.03, 54.09, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16219, 1872, 16061, 5759, 6, 18, 3.95, 4.03, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16220, 1872, 16062, 5598, 6, 18, 83.36, 85.03, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16221, 1872, 16063, 4847, 1, 18, 673.91, 687.39, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16222, 1872, 16064, 5698, 9, 18, 128.75, 131.33, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16223, 1872, 16065, 6175, 3, 18, 83.99, 85.67, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16224, 1872, 16066, 3543, 1, 18, 103.90, 105.98, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16225, 1872, 16067, 4843, 3, 18, 157.49, 160.64, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16226, 1872, 16068, 171, 9, 18, 99.99, 101.99, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16227, 1872, 16069, 170, 9, 18, 127.25, 129.80, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16228, 1872, 16070, 366, 3, 18, 2.09, 2.13, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16229, 1872, 16071, 3410, 3, 18, 29.58, 30.17, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16230, 1872, 16072, 1030, 3, 18, 26.76, 27.30, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16231, 1872, 16073, 910, 1, 18, 7.10, 7.24, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:07'),
(16232, 1872, 16074, 1328, 3, 18, 29.87, 30.47, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16233, 1872, 16075, 2407, 1, 18, 73.23, 74.69, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16234, 1872, 16076, 1363, 1, 18, 3.43, 3.50, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16235, 1872, 16077, 5629, 1, 18, 16.06, 16.38, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(16236, 1872, 16078, 78, 9, 18, 74.20, 75.68, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16237, 1872, 16079, 3989, 6, 18, 84.82, 86.52, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16238, 1872, 16080, 4191, 9, 18, 5.65, 5.76, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16239, 1872, 16081, 1342, 6, 18, 6.05, 6.17, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16240, 1872, 16082, 1662, 3, 18, 0.93, 0.95, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16241, 1872, 16083, 1894, 6, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16242, 1872, 16084, 756, 6, 18, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-09 09:02:08', '2024-06-09 09:02:08', '2024-06-09 10:03:08'),
(16243, 1798, 16085, 3153, 5, NULL, 400.00, 412.00, 1, 1, 'manual_sell', '2024-06-09 12:09:48', '2024-06-09 12:09:48', '2024-06-09 13:10:09'),
(16244, 1798, 16086, 4178, 5, NULL, 22.00, 22.66, 2, 1, 'manual_sell', '2024-06-09 12:11:34', '2024-06-09 12:11:34', '2024-06-09 13:12:04'),
(16245, 1869, 16087, 4930, 3, 17, 306.10, 312.22, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:04'),
(16246, 1869, 16088, 4205, 3, 17, 7.95, 8.11, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:06'),
(16247, 1869, 16089, 2858, 9, 17, 3120.00, 3182.40, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:06'),
(16248, 1869, 16090, 1758, 3, 17, 445.57, 454.48, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:06'),
(16249, 1869, 16091, 2050, 3, 17, 20.27, 20.68, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:06'),
(16250, 1869, 16092, 1173, 1, 17, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:06'),
(16251, 1869, 16093, 597, 3, 17, 3.09, 3.15, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:06'),
(16252, 1869, 16094, 1270, 1, 17, 9.43, 9.62, 1, 1, 'ai_sell', '2024-06-10 04:18:09', '2024-06-10 04:18:09', '2024-06-10 05:19:06'),
(16253, 1869, 16095, 5259, 1, 17, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:06'),
(16254, 1869, 16096, 2642, 3, 17, 112.25, 114.50, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:06'),
(16255, 1869, 16097, 5206, 9, 17, 52.99, 54.05, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:06'),
(16256, 1869, 16098, 2653, 3, 17, 21.91, 22.35, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:06'),
(16257, 1869, 16099, 5496, 6, 17, 61.60, 62.83, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16258, 1869, 16100, 2909, 3, 17, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16259, 1869, 16101, 986, 9, 17, 24.38, 24.87, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16260, 1869, 16102, 2224, 1, 17, 31.09, 31.71, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16261, 1869, 16103, 2564, 6, 17, 2929.50, 2988.09, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16262, 1869, 16104, 1271, 3, 17, 298.48, 304.45, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16263, 1869, 16105, 616, 6, 17, 164.85, 168.15, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16264, 1869, 16106, 2939, 1, 17, 428.40, 436.97, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16265, 1869, 16107, 4972, 6, 17, 42.50, 43.35, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16266, 1869, 16108, 1319, 9, 17, 909.00, 927.18, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16267, 1869, 16109, 1190, 3, 17, 33.92, 34.60, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16268, 1869, 16110, 2667, 1, 17, 233.63, 238.30, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16269, 1869, 16111, 1550, 1, 17, 111.30, 113.53, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16270, 1869, 16112, 5883, 9, 17, 2136.15, 2178.87, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16271, 1869, 16113, 2156, 1, 17, 312.90, 319.16, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16272, 1869, 16114, 5769, 6, 17, 59.58, 60.77, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16273, 1869, 16115, 4022, 1, 17, 47.69, 48.64, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16274, 1869, 16116, 2688, 1, 17, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16275, 1869, 16117, 390, 1, 17, 192.63, 196.48, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16276, 1869, 16118, 5129, 1, 17, 253.26, 258.33, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16277, 1869, 16119, 2039, 3, 17, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16278, 1869, 16120, 2404, 9, 17, 671.98, 685.42, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16279, 1869, 16121, 286, 6, 17, 210.00, 214.20, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:07'),
(16280, 1869, 16122, 3085, 3, 17, 73.00, 74.46, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16281, 1869, 16123, 2514, 1, 17, 169.60, 172.99, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16282, 1869, 16124, 1874, 6, 17, 8.14, 8.30, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16283, 1869, 16125, 5792, 9, 17, 298.70, 304.67, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16284, 1869, 16126, 3521, 1, 17, 376.95, 384.49, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16285, 1869, 16127, 5066, 1, 17, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16286, 1869, 16128, 4482, 9, 17, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16287, 1869, 16129, 3318, 6, 17, 1.17, 1.19, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16288, 1869, 16130, 2742, 3, 17, 155.04, 158.14, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16289, 1869, 16131, 2261, 3, 17, 172.38, 175.83, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16290, 1869, 16132, 4678, 9, 17, 11.91, 12.15, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16291, 1869, 16133, 593, 6, 17, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16292, 1869, 16134, 2726, 3, 17, 29.86, 30.46, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16293, 1869, 16135, 2634, 1, 17, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16294, 1869, 16136, 576, 1, 17, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16295, 1869, 16137, 1449, 9, 17, 15.83, 16.15, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16296, 1869, 16138, 4906, 9, 17, 3.14, 3.20, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16297, 1869, 16139, 1829, 9, 17, 0.81, 0.83, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16298, 1869, 16140, 1844, 3, 17, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16299, 1869, 16141, 1811, 1, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-10 04:18:10', '2024-06-10 04:18:10', '2024-06-10 05:19:08'),
(16300, 1866, 16142, 637, 3, 16, 304.98, 311.08, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16301, 1866, 16143, 1199, 9, 16, 24.95, 25.45, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16302, 1866, 16144, 3232, 1, 16, 237.22, 241.96, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16303, 1866, 16145, 4511, 6, 16, 2.07, 2.11, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16304, 1866, 16146, 2643, 3, 16, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16305, 1866, 16147, 4219, 9, 16, 1.34, 1.37, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16306, 1866, 16148, 5213, 9, 16, 71.70, 73.13, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16307, 1866, 16149, 2234, 6, 16, 18.33, 18.70, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16308, 1866, 16150, 3677, 3, 16, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16309, 1866, 16151, 2381, 3, 16, 15.33, 15.64, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16310, 1866, 16152, 5984, 3, 16, 17.76, 18.12, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16311, 1866, 16153, 5459, 1, 16, 116.60, 118.93, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16312, 1866, 16154, 4435, 3, 16, 16.59, 16.92, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16313, 1866, 16155, 2564, 9, 16, 2901.60, 2959.63, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16314, 1866, 16156, 6173, 1, 16, 1239.00, 1263.78, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16315, 1866, 16157, 1485, 1, 16, 567.35, 578.70, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16316, 1866, 16158, 1674, 9, 16, 1572.90, 1604.36, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16317, 1866, 16159, 5467, 3, 16, 51.60, 52.63, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16318, 1866, 16160, 4893, 1, 16, 115.89, 118.21, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16319, 1866, 16161, 4072, 1, 16, 11.34, 11.57, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:06'),
(16320, 1866, 16162, 1958, 9, 16, 11.73, 11.96, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16321, 1866, 16163, 3131, 1, 16, 21.83, 22.27, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16322, 1866, 16164, 1620, 1, 16, 117.38, 119.73, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16323, 1866, 16165, 1765, 9, 16, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16324, 1866, 16166, 5609, 1, 16, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16325, 1866, 16167, 2663, 6, 16, 1271.59, 1297.02, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16326, 1866, 16168, 4306, 1, 16, 29.42, 30.01, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16327, 1866, 16169, 3599, 3, 16, 11.07, 11.29, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16328, 1866, 16170, 320, 9, 16, 561.00, 572.22, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16329, 1866, 16171, 3098, 6, 16, 70.72, 72.13, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16330, 1866, 16172, 3491, 9, 16, 72.72, 74.17, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16331, 1866, 16173, 4526, 9, 16, 82.79, 84.45, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16332, 1866, 16174, 846, 1, 16, 307.47, 313.62, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16333, 1866, 16175, 1544, 3, 16, 118.65, 121.02, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16334, 1866, 16176, 1012, 6, 16, 2353.19, 2400.25, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16335, 1866, 16177, 383, 6, 16, 10.32, 10.53, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16336, 1866, 16178, 5135, 9, 16, 136.49, 139.22, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16337, 1866, 16179, 247, 3, 16, 93.92, 95.80, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16338, 1866, 16180, 4901, 1, 16, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16339, 1866, 16181, 5566, 1, 16, 31.61, 32.24, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16340, 1866, 16182, 1506, 3, 16, 75.43, 76.94, 1, 1, 'ai_sell', '2024-06-10 05:21:06', '2024-06-10 05:21:06', '2024-06-10 06:21:07'),
(16341, 1866, 16183, 2569, 6, 16, 71.88, 73.32, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:04'),
(16342, 1866, 16184, 1003, 9, 16, 15.53, 15.84, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16343, 1866, 16185, 2102, 9, 16, 27.03, 27.57, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16344, 1866, 16186, 5504, 1, 16, 2086.35, 2128.08, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16345, 1866, 16187, 3222, 3, 16, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16346, 1866, 16188, 3326, 1, 16, 6.17, 6.29, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16347, 1866, 16189, 28, 3, 16, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16348, 1866, 16190, 2314, 9, 16, 121.90, 124.34, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16349, 1866, 16191, 1379, 6, 16, 13.40, 13.67, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16350, 1866, 16192, 2591, 6, 16, 15.95, 16.27, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16351, 1866, 16193, 5812, 3, 16, 1.53, 1.56, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16352, 1866, 16194, 4349, 3, 16, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16353, 1866, 16195, 1850, 1, 16, 0.58, 0.59, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16354, 1866, 16196, 963, 6, 16, 2.10, 2.14, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16355, 1866, 16197, 1829, 6, 16, 0.77, 0.79, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16356, 1866, 16198, 716, 3, 16, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16357, 1866, 16199, 1844, 6, 16, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16358, 1866, 16200, 1894, 9, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16359, 1866, 16201, 803, 9, 16, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-10 05:21:07', '2024-06-10 05:21:07', '2024-06-10 06:22:05'),
(16360, 1871, 16202, 3073, 6, 7, 115.36, 117.67, 1, 1, 'ai_sell', '2024-06-10 06:43:08', '2024-06-10 06:43:08', '2024-06-10 07:44:03'),
(16361, 1871, 16203, 1050, 3, 7, 78.75, 80.33, 1, 1, 'ai_sell', '2024-06-10 06:43:08', '2024-06-10 06:43:08', '2024-06-10 07:44:03'),
(16362, 1871, 16204, 5886, 3, 7, 1649.33, 1682.32, 1, 1, 'ai_sell', '2024-06-10 06:43:08', '2024-06-10 06:43:08', '2024-06-10 07:44:03'),
(16363, 1871, 16205, 4544, 9, 7, 312.70, 318.95, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:03'),
(16364, 1871, 16206, 5622, 6, 7, 7.71, 7.86, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:03'),
(16365, 1871, 16207, 2813, 9, 7, 8476.90, 8646.44, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:03'),
(16366, 1871, 16208, 5604, 6, 7, 189.52, 193.31, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:03'),
(16367, 1871, 16209, 1911, 3, 7, 24.43, 24.92, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16368, 1871, 16210, 2983, 6, 7, 105.03, 107.13, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16369, 1871, 16211, 3260, 6, 7, 7.79, 7.95, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16370, 1871, 16212, 5317, 9, 7, 772.50, 787.95, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16371, 1871, 16213, 2953, 3, 7, 1590.00, 1621.80, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16372, 1871, 16214, 4699, 1, 7, 15.36, 15.67, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16373, 1871, 16215, 4000, 9, 7, 1031.73, 1052.36, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16374, 1871, 16216, 1274, 3, 7, 3.28, 3.35, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16375, 1871, 16217, 4441, 9, 7, 32.96, 33.62, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16376, 1871, 16218, 1856, 3, 7, 45.32, 46.23, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16377, 1871, 16219, 3735, 6, 7, 11.89, 12.13, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16378, 1871, 16220, 3344, 9, 7, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16379, 1871, 16221, 1712, 6, 7, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16380, 1871, 16222, 272, 9, 7, 2029.10, 2069.68, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16381, 1871, 16223, 42, 3, 7, 126.25, 128.78, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:04'),
(16382, 1871, 16224, 3140, 9, 7, 278.10, 283.66, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16383, 1871, 16225, 3084, 3, 7, 9.00, 9.18, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16384, 1871, 16226, 1240, 1, 7, 4998.00, 5097.96, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16385, 1871, 16227, 1150, 3, 7, 241.28, 246.11, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16386, 1871, 16228, 5295, 9, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16387, 1871, 16229, 6170, 3, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16388, 1871, 16230, 2855, 1, 7, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16389, 1871, 16231, 2648, 9, 7, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16390, 1871, 16232, 1354, 9, 7, 17.75, 18.11, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16391, 1871, 16233, 3206, 3, 7, 1897.40, 1935.35, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16392, 1871, 16234, 807, 9, 7, 36.03, 36.75, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16393, 1871, 16235, 3766, 9, 7, 16.55, 16.88, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16394, 1871, 16236, 6020, 3, 7, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16395, 1871, 16237, 197, 6, 7, 34.22, 34.90, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16396, 1871, 16238, 2606, 6, 7, 14.11, 14.39, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16397, 1871, 16239, 4696, 9, 7, 24.53, 25.02, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16398, 1871, 16240, 3494, 6, 7, 13.29, 13.56, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16399, 1871, 16241, 5569, 9, 7, 66.54, 67.87, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16400, 1871, 16242, 787, 9, 7, 48.59, 49.56, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16401, 1871, 16243, 2113, 9, 7, 9.42, 9.61, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16402, 1871, 16244, 4416, 9, 7, 37.35, 38.10, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16403, 1871, 16245, 6143, 1, 7, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:05'),
(16404, 1871, 16246, 1989, 9, 7, 50.47, 51.48, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16405, 1871, 16247, 4917, 1, 7, 18.30, 18.67, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16406, 1871, 16248, 1721, 6, 7, 1544.40, 1575.29, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16407, 1871, 16249, 724, 6, 7, 38.34, 39.11, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16408, 1871, 16250, 3085, 9, 7, 75.12, 76.62, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16409, 1871, 16251, 3335, 1, 7, 21.60, 22.03, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16410, 1871, 16252, 4490, 1, 7, 120.63, 123.04, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16411, 1871, 16253, 3819, 9, 7, 7.41, 7.56, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16412, 1871, 16254, 2913, 6, 7, 29.86, 30.46, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16413, 1871, 16255, 5471, 3, 7, 4.19, 4.27, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16414, 1871, 16256, 2198, 9, 7, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16415, 1871, 16257, 1282, 6, 7, 532.22, 542.86, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16416, 1871, 16258, 4918, 1, 7, 29.67, 30.26, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:06'),
(16417, 1871, 16259, 4254, 9, 7, 20.97, 21.39, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:07'),
(16418, 1871, 16260, 4473, 9, 7, 228.80, 233.38, 1, 1, 'ai_sell', '2024-06-10 06:43:09', '2024-06-10 06:43:09', '2024-06-10 07:44:07'),
(16419, 1871, 16261, 3812, 6, 7, 30.69, 31.30, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16420, 1871, 16262, 5348, 3, 7, 208.93, 213.11, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16421, 1871, 16263, 515, 3, 7, 720.97, 735.39, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16422, 1871, 16264, 1035, 3, 7, 124.80, 127.30, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16423, 1871, 16265, 4098, 9, 7, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16424, 1871, 16266, 3309, 6, 7, 3.16, 3.22, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16425, 1871, 16267, 6116, 1, 7, 14.28, 14.57, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16426, 1871, 16268, 4868, 1, 7, 411.99, 420.23, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16427, 1871, 16269, 870, 3, 7, 829.92, 846.52, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16428, 1871, 16270, 4074, 3, 7, 16.79, 17.13, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16429, 1871, 16271, 4157, 9, 7, 87.71, 89.46, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16430, 1871, 16272, 3392, 9, 7, 364.10, 371.38, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16431, 1871, 16273, 5554, 6, 7, 5.53, 5.64, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16432, 1871, 16274, 1105, 1, 7, 678.77, 692.35, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16433, 1871, 16275, 4484, 6, 7, 9.65, 9.84, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16434, 1871, 16276, 5526, 3, 7, 5.05, 5.15, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16435, 1871, 16277, 772, 6, 7, 19.17, 19.55, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16436, 1871, 16278, 3317, 1, 7, 407.99, 416.15, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16437, 1871, 16279, 4501, 1, 7, 318.67, 325.04, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16438, 1871, 16280, 4342, 6, 7, 210.04, 214.24, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16439, 1871, 16281, 2802, 3, 7, 46.21, 47.13, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16440, 1871, 16282, 5991, 3, 7, 16.78, 17.12, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16441, 1871, 16283, 3705, 6, 7, 31.68, 32.31, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16442, 1871, 16284, 2517, 1, 7, 107.55, 109.70, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16443, 1871, 16285, 5824, 1, 7, 1.47, 1.50, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16444, 1871, 16286, 1000, 1, 7, 3.47, 3.54, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16445, 1871, 16287, 4190, 3, 7, 999.59, 1019.58, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16446, 1871, 16288, 1947, 9, 7, 316.73, 323.06, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16447, 1871, 16289, 139, 6, 7, 505.00, 515.10, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16448, 1871, 16290, 4864, 9, 7, 467.16, 476.50, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16449, 1871, 16291, 906, 6, 7, 22.00, 22.44, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16450, 1871, 16292, 713, 9, 7, 35.54, 36.25, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16451, 1871, 16293, 5210, 1, 7, 36.04, 36.76, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16452, 1871, 16294, 1068, 6, 7, 412.08, 420.32, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16453, 1871, 16295, 5136, 6, 7, 104.94, 107.04, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16454, 1871, 16296, 1218, 3, 7, 73.37, 74.84, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16455, 1871, 16297, 1231, 3, 7, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16456, 1871, 16298, 3290, 3, 7, 307.01, 313.15, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16457, 1871, 16299, 85, 6, 7, 173.40, 176.87, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16458, 1871, 16300, 3372, 3, 7, 260.00, 265.20, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16459, 1871, 16301, 3516, 9, 7, 50.99, 52.01, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16460, 1871, 16302, 1898, 9, 7, 451.50, 460.53, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16461, 1871, 16303, 2817, 1, 7, 190.04, 193.84, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16462, 1871, 16304, 2542, 9, 7, 33.32, 33.99, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16463, 1871, 16305, 4128, 1, 7, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16464, 1871, 16306, 659, 3, 7, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16465, 1871, 16307, 5365, 3, 7, 207.99, 212.15, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16466, 1871, 16308, 4191, 6, 7, 5.70, 5.81, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16467, 1871, 16309, 4653, 3, 7, 136.50, 139.23, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16468, 1871, 16310, 1012, 1, 7, 2353.19, 2400.25, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16469, 1871, 16311, 6000, 1, 7, 1060.49, 1081.70, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16470, 1871, 16312, 5271, 6, 7, 612.00, 624.24, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16471, 1871, 16313, 4413, 9, 7, 64.25, 65.54, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16472, 1871, 16314, 5120, 1, 7, 19.56, 19.95, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16473, 1871, 16315, 4702, 9, 7, 29.24, 29.82, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16474, 1871, 16316, 5950, 3, 7, 148.40, 151.37, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16475, 1871, 16317, 5154, 3, 7, 318.00, 324.36, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16476, 1871, 16318, 465, 6, 7, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16477, 1871, 16319, 2783, 1, 7, 11.55, 11.78, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16478, 1871, 16320, 1335, 6, 7, 113.36, 115.63, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16479, 1871, 16321, 1030, 6, 7, 27.02, 27.56, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16480, 1871, 16322, 3909, 9, 7, 210.24, 214.44, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16481, 1871, 16323, 5436, 3, 7, 5.04, 5.14, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16482, 1871, 16324, 4923, 6, 7, 24.79, 25.29, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16483, 1871, 16325, 182, 6, 7, 147.11, 150.05, 1, 1, 'ai_sell', '2024-06-10 06:43:10', '2024-06-10 06:43:10', '2024-06-10 07:44:07'),
(16484, 1871, 16326, 5033, 9, 7, 6.35, 6.48, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16485, 1871, 16327, 984, 1, 7, 735.14, 749.84, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16486, 1871, 16328, 2320, 9, 7, 412.66, 420.91, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16487, 1871, 16329, 1899, 1, 7, 11.52, 11.75, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16488, 1871, 16330, 851, 3, 7, 25.57, 26.08, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16489, 1871, 16331, 5153, 6, 7, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16490, 1871, 16332, 1446, 6, 7, 355.98, 363.10, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16491, 1871, 16333, 4535, 3, 7, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16492, 1871, 16334, 4276, 1, 7, 10.82, 11.04, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16493, 1871, 16335, 1894, 1, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16494, 1871, 16336, 2201, 6, 7, 20.55, 20.96, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16495, 1871, 16337, 4600, 6, 7, 274.53, 280.02, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16496, 1871, 16338, 5680, 6, 7, 50.87, 51.89, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16497, 1871, 16339, 2861, 3, 7, 56.64, 57.77, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16498, 1871, 16340, 3194, 3, 7, 5.15, 5.25, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16499, 1871, 16341, 4736, 9, 7, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16500, 1871, 16342, 3048, 6, 7, 152.50, 155.55, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16501, 1871, 16343, 5539, 1, 7, 270.68, 276.09, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16502, 1871, 16344, 1297, 9, 7, 77.70, 79.25, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16503, 1871, 16345, 3273, 6, 7, 103.94, 106.02, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16504, 1871, 16346, 5944, 6, 7, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16505, 1871, 16347, 3663, 1, 7, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16506, 1871, 16348, 2854, 6, 7, 222.59, 227.04, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16507, 1871, 16349, 964, 3, 7, 1826.67, 1863.20, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:07'),
(16508, 1871, 16350, 3305, 9, 7, 267.12, 272.46, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16509, 1871, 16351, 4296, 9, 7, 132.29, 134.94, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16510, 1871, 16352, 3378, 3, 7, 367.50, 374.85, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16511, 1871, 16353, 3311, 3, 7, 343.19, 350.05, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16512, 1871, 16354, 3744, 3, 7, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16513, 1871, 16355, 4060, 6, 7, 16.47, 16.80, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16514, 1871, 16356, 3771, 3, 7, 5.40, 5.51, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16515, 1871, 16357, 1172, 9, 7, 64.64, 65.93, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16516, 1871, 16358, 4919, 6, 7, 36.75, 37.49, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16517, 1871, 16359, 3163, 3, 7, 22.65, 23.10, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16518, 1871, 16360, 383, 1, 7, 10.42, 10.63, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16519, 1871, 16361, 6160, 1, 7, 9.35, 9.54, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16520, 1871, 16362, 3174, 1, 7, 9.05, 9.23, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16521, 1871, 16363, 5795, 9, 7, 1040.00, 1060.80, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16522, 1871, 16364, 5494, 6, 7, 658.24, 671.40, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16523, 1871, 16365, 1228, 1, 7, 21.53, 21.96, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16524, 1871, 16366, 3984, 6, 7, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16525, 1871, 16367, 4245, 1, 7, 15.62, 15.93, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16526, 1871, 16368, 1727, 6, 7, 498.20, 508.16, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16527, 1871, 16369, 1762, 9, 7, 164.80, 168.10, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16528, 1871, 16370, 6092, 1, 7, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16529, 1871, 16371, 4026, 9, 7, 102.99, 105.05, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16530, 1871, 16372, 4588, 6, 7, 54.70, 55.79, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16531, 1871, 16373, 411, 3, 7, 33.30, 33.97, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16532, 1871, 16374, 4267, 3, 7, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:08'),
(16533, 1871, 16375, 1765, 9, 7, 17.34, 17.69, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:09'),
(16534, 1871, 16376, 755, 9, 7, 33.32, 33.99, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:09'),
(16535, 1871, 16377, 5488, 1, 7, 23.10, 23.56, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:09'),
(16536, 1871, 16378, 2566, 9, 7, 209.88, 214.08, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:09'),
(16537, 1871, 16379, 5501, 3, 7, 742.00, 756.84, 1, 1, 'ai_sell', '2024-06-10 06:43:11', '2024-06-10 06:43:11', '2024-06-10 07:44:09'),
(16538, 1871, 16380, 1818, 6, 7, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16539, 1870, 16381, 3073, 6, 8, 115.36, 117.67, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16540, 1870, 16382, 1050, 1, 8, 76.50, 78.03, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16541, 1870, 16383, 5886, 3, 8, 1681.99, 1715.63, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16542, 1870, 16384, 4544, 3, 8, 312.70, 318.95, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16543, 1870, 16385, 5622, 9, 8, 7.56, 7.71, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16544, 1870, 16386, 2813, 3, 8, 8723.80, 8898.28, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16545, 1870, 16387, 5604, 9, 8, 193.23, 197.09, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16546, 1870, 16388, 1911, 6, 8, 23.97, 24.45, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16547, 1870, 16389, 2983, 6, 8, 105.03, 107.13, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16548, 1870, 16390, 3260, 3, 8, 7.79, 7.95, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16549, 1870, 16391, 5317, 3, 8, 780.00, 795.60, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16550, 1870, 16392, 2953, 9, 8, 1515.00, 1545.30, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16551, 1870, 16393, 4699, 3, 8, 14.63, 14.92, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16552, 1870, 16394, 4000, 3, 8, 1021.62, 1042.05, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16553, 1870, 16395, 1274, 9, 8, 3.37, 3.44, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16554, 1870, 16396, 4441, 9, 8, 33.60, 34.27, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16555, 1870, 16397, 1856, 3, 8, 44.03, 44.91, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16556, 1870, 16398, 3735, 1, 8, 11.66, 11.89, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16557, 1870, 16399, 3344, 1, 8, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16558, 1870, 16400, 1712, 3, 8, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16559, 1870, 16401, 42, 6, 8, 126.25, 128.78, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16560, 1870, 16402, 3140, 6, 8, 283.50, 289.17, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16561, 1870, 16403, 3084, 1, 8, 8.66, 8.83, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16562, 1870, 16404, 1150, 3, 8, 236.64, 241.37, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16563, 1870, 16405, 5295, 6, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16564, 1870, 16406, 6170, 9, 8, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16565, 1870, 16407, 2648, 9, 8, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16566, 1870, 16408, 1354, 3, 8, 17.57, 17.92, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16567, 1870, 16409, 807, 3, 8, 36.03, 36.75, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16568, 1870, 16410, 3766, 1, 8, 15.92, 16.24, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16569, 1870, 16411, 6020, 3, 8, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16570, 1870, 16412, 197, 1, 8, 34.55, 35.24, 1, 1, 'ai_sell', '2024-06-10 06:43:12', '2024-06-10 06:43:12', '2024-06-10 07:44:09'),
(16571, 1870, 16413, 2606, 3, 8, 14.39, 14.68, 1, 1, 'ai_sell', '2024-06-10 06:43:13', '2024-06-10 06:43:13', '2024-06-10 07:44:09'),
(16572, 1870, 16414, 4696, 6, 8, 25.50, 26.01, 1, 1, 'ai_sell', '2024-06-10 06:43:13', '2024-06-10 06:43:13', '2024-06-10 07:44:09'),
(16573, 1870, 16415, 3494, 6, 8, 13.55, 13.82, 1, 1, 'ai_sell', '2024-06-10 06:43:13', '2024-06-10 06:43:13', '2024-06-10 07:44:09'),
(16574, 1870, 16416, 5569, 1, 8, 66.54, 67.87, 1, 1, 'ai_sell', '2024-06-10 06:43:13', '2024-06-10 06:43:13', '2024-06-10 07:44:09'),
(16575, 1870, 16417, 787, 9, 8, 47.64, 48.59, 1, 1, 'ai_sell', '2024-06-10 06:43:13', '2024-06-10 06:43:13', '2024-06-10 07:44:09'),
(16576, 1870, 16418, 1894, 6, 8, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-10 06:43:13', '2024-06-10 06:43:13', '2024-06-10 07:44:09'),
(16577, 1870, 16419, 1850, 6, 8, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-10 06:43:13', '2024-06-10 06:43:13', '2024-06-10 07:44:09'),
(16578, 1866, 16420, 5083, 6, 6, 58.29, 58.81, 1, 1, 'ai_sell', '2024-06-10 06:44:04', '2024-06-10 06:44:04', '2024-06-10 07:45:04'),
(16579, 1866, 16421, 1523, 1, 6, 1.65, 1.66, 1, 1, 'ai_sell', '2024-06-10 06:44:04', '2024-06-10 06:44:04', '2024-06-10 07:45:04'),
(16580, 1866, 16422, 4704, 1, 6, 1.29, 1.30, 1, 1, 'ai_sell', '2024-06-10 06:44:04', '2024-06-10 06:44:04', '2024-06-10 07:45:04'),
(16581, 1873, 16423, 1237, 3, 9, 23.58, 24.05, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16582, 1873, 16424, 3424, 1, 9, 446.76, 455.70, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16583, 1873, 16425, 3454, 1, 9, 29.37, 29.96, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16584, 1873, 16426, 3885, 6, 9, 420.00, 428.40, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16585, 1873, 16427, 4624, 6, 9, 22.87, 23.33, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16586, 1873, 16428, 5046, 6, 9, 62.39, 63.64, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16587, 1873, 16429, 3125, 6, 9, 502.86, 512.92, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16588, 1873, 16430, 4523, 3, 9, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16589, 1873, 16431, 4180, 3, 9, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16590, 1873, 16432, 5928, 6, 9, 4.87, 4.97, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:04'),
(16591, 1873, 16433, 1433, 1, 9, 84.39, 86.08, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16592, 1873, 16434, 3179, 3, 9, 76.50, 78.03, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16593, 1873, 16435, 3268, 3, 9, 2.04, 2.08, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16594, 1873, 16436, 813, 9, 9, 11.67, 11.90, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16595, 1873, 16437, 4865, 3, 9, 332.29, 338.94, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16596, 1873, 16438, 4931, 1, 9, 64.14, 65.42, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16597, 1873, 16439, 714, 9, 9, 24.25, 24.74, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16598, 1873, 16440, 1741, 6, 9, 643.75, 656.63, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16599, 1873, 16441, 1087, 9, 9, 1219.52, 1243.91, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16600, 1873, 16442, 2561, 1, 9, 20.90, 21.32, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16601, 1873, 16443, 4594, 6, 9, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16602, 1873, 16444, 2890, 6, 9, 4130.88, 4213.50, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16603, 1873, 16445, 4767, 3, 9, 44.14, 45.02, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16604, 1873, 16446, 4297, 3, 9, 61.37, 62.60, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16605, 1873, 16447, 4342, 9, 9, 202.04, 206.08, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16606, 1873, 16448, 1709, 9, 9, 6159.99, 6283.19, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16607, 1873, 16449, 1250, 1, 9, 13.28, 13.55, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16608, 1873, 16450, 5861, 1, 9, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16609, 1873, 16451, 2879, 9, 9, 61.79, 63.03, 1, 1, 'ai_sell', '2024-06-10 06:57:12', '2024-06-10 06:57:12', '2024-06-10 07:58:05'),
(16610, 1873, 16452, 1428, 1, 9, 10.48, 10.69, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(16611, 1873, 16453, 6121, 9, 9, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:05'),
(16612, 1873, 16454, 4389, 1, 9, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:05'),
(16613, 1873, 16455, 2170, 1, 9, 130.56, 133.17, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16614, 1873, 16456, 2778, 1, 9, 30.19, 30.79, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16615, 1873, 16457, 2140, 1, 9, 48.69, 49.66, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16616, 1873, 16458, 4113, 6, 9, 296.80, 302.74, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16617, 1873, 16459, 3701, 6, 9, 17.84, 18.20, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16618, 1873, 16460, 1000, 1, 9, 3.47, 3.54, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16619, 1873, 16461, 4753, 1, 9, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16620, 1873, 16462, 423, 9, 9, 14.88, 15.18, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16621, 1873, 16463, 5338, 3, 9, 2040.00, 2080.80, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16622, 1873, 16464, 4712, 1, 9, 52.28, 53.33, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16623, 1873, 16465, 3875, 1, 9, 81.60, 83.23, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16624, 1873, 16466, 3799, 3, 9, 398.08, 406.04, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16625, 1873, 16467, 2292, 9, 9, 210.94, 215.16, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16626, 1873, 16468, 3100, 6, 9, 1573.95, 1605.43, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16627, 1873, 16469, 3754, 1, 9, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16628, 1873, 16470, 3149, 3, 9, 3.06, 3.12, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16629, 1873, 16471, 1290, 1, 9, 3.51, 3.58, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16630, 1873, 16472, 108, 1, 9, 2060.00, 2101.20, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16631, 1873, 16473, 6144, 3, 9, 50.50, 51.51, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16632, 1873, 16474, 1045, 9, 9, 40.27, 41.08, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16633, 1873, 16475, 4508, 3, 9, 41.69, 42.52, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16634, 1873, 16476, 3912, 9, 9, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16635, 1873, 16477, 1514, 6, 9, 4.41, 4.50, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16636, 1873, 16478, 4671, 9, 9, 9.35, 9.54, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16637, 1873, 16479, 2073, 1, 9, 2.66, 2.71, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16638, 1873, 16480, 3733, 3, 9, 5.63, 5.74, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:06'),
(16639, 1873, 16481, 1844, 3, 9, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-10 06:57:13', '2024-06-10 06:57:13', '2024-06-10 07:58:07'),
(16640, 1866, 16482, 2123, 9, 11, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:03'),
(16641, 1866, 16483, 6112, 1, 11, 166.40, 169.73, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:03'),
(16642, 1866, 16484, 2935, 9, 11, 26.21, 26.73, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:03'),
(16643, 1866, 16485, 2385, 9, 11, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:03'),
(16644, 1866, 16486, 3363, 1, 11, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:03'),
(16645, 1866, 16487, 1372, 9, 11, 26.19, 26.71, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:03'),
(16646, 1866, 16488, 1290, 9, 11, 3.34, 3.41, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:04'),
(16647, 1866, 16489, 3298, 3, 11, 25.24, 25.74, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:04'),
(16648, 1866, 16490, 1134, 9, 11, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:04'),
(16649, 1866, 16491, 1683, 1, 11, 5689.33, 5803.12, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:04'),
(16650, 1866, 16492, 1569, 9, 11, 87.55, 89.30, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:04'),
(16651, 1866, 16493, 5465, 3, 11, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-10 07:11:11', '2024-06-10 07:11:11', '2024-06-10 08:12:04'),
(16652, 1866, 16494, 3950, 6, 11, 2038.98, 2079.76, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16653, 1866, 16495, 3613, 1, 11, 6.60, 6.73, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16654, 1866, 16496, 1186, 9, 11, 19.86, 20.26, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16655, 1866, 16497, 1859, 1, 11, 3.74, 3.81, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16656, 1866, 16498, 734, 1, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16657, 1866, 16499, 5038, 9, 11, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16658, 1866, 16500, 763, 3, 11, 31.88, 32.52, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16659, 1866, 16501, 1753, 1, 11, 201.40, 205.43, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16660, 1866, 16502, 5308, 6, 11, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16661, 1866, 16503, 1696, 9, 11, 128.75, 131.33, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16662, 1866, 16504, 1323, 9, 11, 12.95, 13.21, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16663, 1866, 16505, 5962, 3, 11, 18.60, 18.97, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16664, 1866, 16506, 4026, 6, 11, 100.99, 103.01, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16665, 1866, 16507, 830, 3, 11, 72.09, 73.53, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16666, 1866, 16508, 2693, 3, 11, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16667, 1866, 16509, 5856, 9, 11, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16668, 1866, 16510, 4596, 1, 11, 28.86, 29.44, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16669, 1866, 16511, 5823, 1, 11, 44.09, 44.97, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:04'),
(16670, 1866, 16512, 757, 3, 11, 217.44, 221.79, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16671, 1866, 16513, 5614, 1, 11, 37.20, 37.94, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16672, 1866, 16514, 3750, 1, 11, 66.30, 67.63, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16673, 1866, 16515, 858, 3, 11, 14.95, 15.25, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16674, 1866, 16516, 1972, 6, 11, 13.26, 13.53, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16675, 1866, 16517, 5895, 9, 11, 4.90, 5.00, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16676, 1866, 16518, 3543, 3, 11, 104.90, 107.00, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16677, 1866, 16519, 459, 1, 11, 787.50, 803.25, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16678, 1866, 16520, 629, 3, 11, 4.04, 4.12, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16679, 1866, 16521, 5349, 9, 11, 265.20, 270.50, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16680, 1866, 16522, 1915, 6, 11, 69.87, 71.27, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16681, 1866, 16523, 1777, 1, 11, 31.10, 31.72, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16682, 1866, 16524, 4287, 3, 11, 1442.57, 1471.42, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16683, 1866, 16525, 802, 1, 11, 63.05, 64.31, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16684, 1866, 16526, 5958, 9, 11, 9.33, 9.52, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16685, 1866, 16527, 5455, 9, 11, 56.25, 57.38, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16686, 1866, 16528, 1253, 9, 11, 31.71, 32.34, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16687, 1866, 16529, 1196, 1, 11, 127.20, 129.74, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16688, 1866, 16530, 2614, 6, 11, 24.09, 24.57, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:05'),
(16689, 1866, 16531, 3487, 9, 11, 15.14, 15.44, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:06'),
(16690, 1866, 16532, 4966, 3, 11, 3040.80, 3101.62, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:06'),
(16691, 1866, 16533, 3677, 9, 11, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:06'),
(16692, 1866, 16534, 3223, 3, 11, 99.75, 101.75, 1, 1, 'ai_sell', '2024-06-10 07:11:12', '2024-06-10 07:11:12', '2024-06-10 08:12:06'),
(16693, 1866, 16535, 5245, 6, 11, 21.01, 21.43, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16694, 1866, 16536, 3238, 6, 11, 106.66, 108.79, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16695, 1866, 16537, 1232, 9, 11, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16696, 1866, 16538, 933, 9, 11, 1122.00, 1144.44, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16697, 1866, 16539, 5037, 9, 11, 12.35, 12.60, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16698, 1866, 16540, 2101, 3, 11, 903.72, 921.79, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16699, 1866, 16541, 1751, 1, 11, 962.35, 981.60, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16700, 1866, 16542, 5291, 6, 11, 16.65, 16.98, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16701, 1866, 16543, 4316, 9, 11, 33.32, 33.99, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16702, 1866, 16544, 2618, 9, 11, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16703, 1866, 16545, 1294, 3, 11, 18.16, 18.52, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16704, 1866, 16546, 664, 9, 11, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16705, 1866, 16547, 6110, 3, 11, 2.12, 2.16, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16706, 1866, 16548, 1850, 1, 11, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16707, 1866, 16549, 4935, 9, 11, 7.23, 7.37, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16708, 1866, 16550, 1738, 9, 11, 1.54, 1.57, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:06'),
(16709, 1866, 16551, 803, 3, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:07'),
(16710, 1866, 16552, 1894, 6, 11, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-10 07:11:13', '2024-06-10 07:11:13', '2024-06-10 08:12:07'),
(16711, 1867, 16553, 2047, 1, 12, 918.00, 936.36, 1, 1, 'ai_sell', '2024-06-10 07:22:12', '2024-06-10 07:22:12', '2024-06-10 08:23:07'),
(16712, 1867, 16554, 3141, 3, 12, 36.44, 37.17, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16713, 1867, 16555, 2235, 1, 12, 31.21, 31.83, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16714, 1867, 16556, 2340, 9, 12, 41.99, 42.83, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16715, 1867, 16557, 261, 1, 12, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16716, 1867, 16558, 1122, 9, 12, 462.47, 471.72, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16717, 1867, 16559, 2188, 1, 12, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16718, 1867, 16560, 5756, 1, 12, 959.50, 978.69, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16719, 1867, 16561, 228, 1, 12, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16720, 1867, 16562, 1029, 1, 12, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16721, 1867, 16563, 3966, 6, 12, 33.04, 33.70, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16722, 1867, 16564, 4603, 9, 12, 1627.50, 1660.05, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16723, 1867, 16565, 5064, 6, 12, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16724, 1867, 16566, 2279, 3, 12, 365.76, 373.08, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16725, 1867, 16567, 2055, 9, 12, 246.98, 251.92, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16726, 1867, 16568, 5963, 3, 12, 42.91, 43.77, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16727, 1867, 16569, 2540, 6, 12, 90.89, 92.71, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16728, 1867, 16570, 306, 3, 12, 14.15, 14.43, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16729, 1867, 16571, 1905, 9, 12, 110.24, 112.44, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16730, 1867, 16572, 2022, 9, 12, 66.15, 67.47, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16731, 1867, 16573, 3184, 3, 12, 9.95, 10.15, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16732, 1867, 16574, 3357, 6, 12, 3978.00, 4057.56, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16733, 1867, 16575, 5497, 9, 12, 626.17, 638.69, 1, 1, 'ai_sell', '2024-06-10 07:22:13', '2024-06-10 07:22:13', '2024-06-10 08:23:07'),
(16734, 1867, 16576, 99, 3, 12, 197.96, 201.92, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:07'),
(16735, 1867, 16577, 676, 9, 12, 2.12, 2.16, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:07'),
(16736, 1867, 16578, 1648, 3, 12, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:07'),
(16737, 1867, 16579, 5547, 9, 12, 282.79, 288.45, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:07'),
(16738, 1867, 16580, 930, 1, 12, 13.66, 13.93, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:07'),
(16739, 1867, 16581, 2473, 3, 12, 505.00, 515.10, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:07'),
(16740, 1867, 16582, 4570, 6, 12, 53.03, 54.09, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:07'),
(16741, 1867, 16583, 782, 6, 12, 7.06, 7.20, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16742, 1867, 16584, 1289, 3, 12, 50.38, 51.39, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16743, 1867, 16585, 5308, 9, 12, 41.99, 42.83, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16744, 1867, 16586, 2121, 1, 12, 4.36, 4.45, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16745, 1867, 16587, 3779, 9, 12, 58.99, 60.17, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16746, 1867, 16588, 1946, 1, 12, 4.55, 4.64, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16747, 1867, 16589, 6139, 6, 12, 16.99, 17.33, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16748, 1867, 16590, 2992, 9, 12, 125.46, 127.97, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16749, 1867, 16591, 4029, 9, 12, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16750, 1867, 16592, 3262, 6, 12, 5.78, 5.90, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16751, 1867, 16593, 5414, 9, 12, 43.08, 43.94, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16752, 1867, 16594, 615, 9, 12, 18.72, 19.09, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16753, 1867, 16595, 3841, 9, 12, 10.08, 10.28, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16754, 1867, 16596, 2073, 3, 12, 2.68, 2.73, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16755, 1867, 16597, 4416, 6, 12, 37.00, 37.74, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16756, 1867, 16598, 5610, 6, 12, 91.79, 93.63, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16757, 1867, 16599, 3128, 9, 12, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16758, 1867, 16600, 2885, 6, 12, 28.07, 28.63, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16759, 1867, 16601, 2322, 3, 12, 59.84, 61.04, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16760, 1867, 16602, 173, 9, 12, 119.33, 121.72, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16761, 1867, 16603, 1921, 3, 12, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16762, 1867, 16604, 2629, 6, 12, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16763, 1867, 16605, 2945, 6, 12, 24.56, 25.05, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16764, 1867, 16606, 1684, 9, 12, 191.07, 194.89, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16765, 1867, 16607, 456, 6, 12, 47.67, 48.62, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16766, 1867, 16608, 4053, 1, 12, 28.14, 28.70, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16767, 1867, 16609, 2628, 3, 12, 76.88, 78.42, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16768, 1867, 16610, 3078, 3, 12, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16769, 1867, 16611, 3953, 3, 12, 72.80, 74.26, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16770, 1867, 16612, 4291, 1, 12, 159.00, 162.18, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16771, 1867, 16613, 4633, 1, 12, 404.00, 412.08, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16772, 1867, 16614, 1795, 3, 12, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16773, 1867, 16615, 3990, 9, 12, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16774, 1867, 16616, 4172, 3, 12, 115.54, 117.85, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16775, 1867, 16617, 5595, 1, 12, 219.43, 223.82, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16776, 1867, 16618, 4348, 6, 12, 241.49, 246.32, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16777, 1867, 16619, 703, 1, 12, 12.22, 12.46, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16778, 1867, 16620, 1223, 6, 12, 19.01, 19.39, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16779, 1867, 16621, 4008, 3, 12, 153.69, 156.76, 1, 1, 'ai_sell', '2024-06-10 07:22:14', '2024-06-10 07:22:14', '2024-06-10 08:23:08'),
(16780, 1867, 16622, 2136, 3, 12, 21.13, 21.55, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:08'),
(16781, 1867, 16623, 535, 9, 12, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:08'),
(16782, 1867, 16624, 1171, 3, 12, 8.88, 9.06, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:08'),
(16783, 1867, 16625, 1517, 3, 12, 192.61, 196.46, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:08'),
(16784, 1867, 16626, 82, 9, 12, 1010.43, 1030.64, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16785, 1867, 16627, 5472, 9, 12, 48.25, 49.22, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16786, 1867, 16628, 4527, 9, 12, 69.95, 71.35, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16787, 1867, 16629, 5834, 1, 12, 45.89, 46.81, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16788, 1867, 16630, 2919, 9, 12, 27.97, 28.53, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16789, 1867, 16631, 1130, 3, 12, 36.85, 37.59, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16790, 1867, 16632, 5460, 9, 12, 116.48, 118.81, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16791, 1867, 16633, 3351, 9, 12, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16792, 1867, 16634, 4960, 9, 12, 19.06, 19.44, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16793, 1867, 16635, 2783, 1, 12, 11.22, 11.44, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16794, 1867, 16636, 1659, 3, 12, 60.18, 61.38, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16795, 1867, 16637, 115, 1, 12, 261.23, 266.45, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16796, 1867, 16638, 167, 3, 12, 26.60, 27.13, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16797, 1867, 16639, 4279, 3, 12, 159.06, 162.24, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16798, 1867, 16640, 2873, 6, 12, 26.24, 26.76, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16799, 1867, 16641, 4977, 6, 12, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16800, 1867, 16642, 2868, 3, 12, 272.70, 278.15, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16801, 1867, 16643, 1078, 6, 12, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16802, 1867, 16644, 324, 1, 12, 13.15, 13.41, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16803, 1867, 16645, 3274, 1, 12, 133.90, 136.58, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16804, 1867, 16646, 1364, 1, 12, 90.64, 92.45, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16805, 1867, 16647, 2630, 1, 12, 47.85, 48.81, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16806, 1867, 16648, 3209, 1, 12, 23.32, 23.79, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16807, 1867, 16649, 732, 3, 12, 63.62, 64.89, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16808, 1867, 16650, 4330, 3, 12, 669.49, 682.88, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16809, 1867, 16651, 5773, 9, 12, 15.12, 15.42, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16810, 1867, 16652, 2645, 1, 12, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16811, 1867, 16653, 1113, 9, 12, 179.14, 182.72, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16812, 1867, 16654, 1337, 3, 12, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16813, 1867, 16655, 5245, 1, 12, 22.05, 22.49, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16814, 1867, 16656, 4595, 9, 12, 52.94, 54.00, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16815, 1867, 16657, 1299, 3, 12, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16816, 1867, 16658, 1910, 9, 12, 181.56, 185.19, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16817, 1867, 16659, 3510, 6, 12, 618.80, 631.18, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16818, 1867, 16660, 3081, 1, 12, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-10 07:22:15', '2024-06-10 07:22:15', '2024-06-10 08:23:09'),
(16819, 1867, 16661, 5171, 9, 12, 46.91, 47.85, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:09'),
(16820, 1867, 16662, 1984, 9, 12, 270.39, 275.80, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:09'),
(16821, 1867, 16663, 2156, 6, 12, 300.98, 307.00, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:09'),
(16822, 1867, 16664, 4901, 3, 12, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16823, 1867, 16665, 2140, 1, 12, 50.60, 51.61, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16824, 1867, 16666, 5232, 6, 12, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16825, 1867, 16667, 3316, 3, 12, 51.30, 52.33, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16826, 1867, 16668, 4832, 1, 12, 16.61, 16.94, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16827, 1867, 16669, 1489, 9, 12, 80.58, 82.19, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16828, 1867, 16670, 812, 3, 12, 39.89, 40.69, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16829, 1867, 16671, 685, 6, 12, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16830, 1867, 16672, 5907, 6, 12, 16.83, 17.17, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16831, 1867, 16673, 3430, 1, 12, 42.83, 43.69, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16832, 1867, 16674, 3907, 9, 12, 27.29, 27.84, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16833, 1867, 16675, 2124, 6, 12, 630.00, 642.60, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16834, 1867, 16676, 2946, 6, 12, 664.35, 677.64, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16835, 1867, 16677, 3174, 6, 12, 9.05, 9.23, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16836, 1867, 16678, 2914, 3, 12, 34.45, 35.14, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16837, 1867, 16679, 1839, 1, 12, 38.38, 39.15, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16838, 1867, 16680, 5838, 1, 12, 212.40, 216.65, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16839, 1867, 16681, 6062, 6, 12, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16840, 1867, 16682, 1563, 6, 12, 24.95, 25.45, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16841, 1867, 16683, 5441, 3, 12, 24.19, 24.67, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16842, 1867, 16684, 934, 6, 12, 13.76, 14.04, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16843, 1867, 16685, 5214, 9, 12, 15.58, 15.89, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16844, 1867, 16686, 2144, 3, 12, 33.97, 34.65, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16845, 1867, 16687, 1488, 6, 12, 3.11, 3.17, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16846, 1867, 16688, 1827, 1, 12, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-10 07:22:16', '2024-06-10 07:22:16', '2024-06-10 08:23:10'),
(16847, 1867, 16689, 1827, 6, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-10 07:23:14', '2024-06-10 07:23:14', '2024-06-10 08:24:03'),
(16848, 1868, 16690, 667, 9, 13, 4562.48, 4653.73, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16849, 1868, 16691, 4611, 3, 13, 29.39, 29.98, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16850, 1868, 16692, 2460, 9, 13, 9.06, 9.24, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16851, 1868, 16693, 2470, 9, 13, 44.72, 45.61, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16852, 1868, 16694, 5485, 1, 13, 352.80, 359.86, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16853, 1868, 16695, 282, 9, 13, 281.95, 287.59, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16854, 1868, 16696, 4586, 9, 13, 39.13, 39.91, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16855, 1868, 16697, 4143, 9, 13, 27.80, 28.36, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16856, 1868, 16698, 2477, 1, 13, 25.49, 26.00, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16857, 1868, 16699, 1280, 6, 13, 20.69, 21.10, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16858, 1868, 16700, 859, 6, 13, 15.09, 15.39, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16859, 1868, 16701, 6140, 9, 13, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16860, 1868, 16702, 5579, 6, 13, 80.92, 82.54, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16861, 1868, 16703, 1566, 6, 13, 323.20, 329.66, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16862, 1868, 16704, 1268, 1, 13, 178.50, 182.07, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16863, 1868, 16705, 2415, 9, 13, 11.11, 11.33, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:05'),
(16864, 1868, 16706, 4548, 3, 13, 211.04, 215.26, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16865, 1868, 16707, 4677, 9, 13, 13.74, 14.01, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16866, 1868, 16708, 3716, 1, 13, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16867, 1868, 16709, 5760, 6, 13, 156.00, 159.12, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16868, 1868, 16710, 5831, 9, 13, 19.94, 20.34, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16869, 1868, 16711, 2008, 1, 13, 302.10, 308.14, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16870, 1868, 16712, 4284, 9, 13, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16871, 1868, 16713, 1968, 9, 13, 21.46, 21.89, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16872, 1868, 16714, 4342, 6, 13, 210.04, 214.24, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16873, 1868, 16715, 1129, 9, 13, 2.58, 2.63, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16874, 1868, 16716, 1146, 9, 13, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16875, 1868, 16717, 2942, 1, 13, 612.00, 624.24, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16876, 1868, 16718, 2604, 6, 13, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16877, 1868, 16719, 4664, 6, 13, 11.14, 11.36, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16878, 1868, 16720, 3542, 9, 13, 6.73, 6.86, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16879, 1868, 16721, 5234, 6, 13, 391.89, 399.73, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16880, 1868, 16722, 3545, 6, 13, 38.92, 39.70, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:06'),
(16881, 1868, 16723, 5369, 1, 13, 60.59, 61.80, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16882, 1868, 16724, 467, 3, 13, 37.17, 37.91, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16883, 1868, 16725, 5012, 1, 13, 16.79, 17.13, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16884, 1868, 16726, 781, 6, 13, 230.18, 234.78, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16885, 1868, 16727, 5736, 1, 13, 107.05, 109.19, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16886, 1868, 16728, 2970, 6, 13, 135.78, 138.50, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16887, 1868, 16729, 2981, 3, 13, 93.73, 95.60, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16888, 1868, 16730, 3221, 1, 13, 21.10, 21.52, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16889, 1868, 16731, 4536, 9, 13, 66.99, 68.33, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16890, 1868, 16732, 3807, 6, 13, 4908.75, 5006.93, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16891, 1868, 16733, 1945, 6, 13, 9.19, 9.37, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16892, 1868, 16734, 1027, 1, 13, 401.70, 409.73, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16893, 1868, 16735, 4708, 1, 13, 15.97, 16.29, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16894, 1868, 16736, 1083, 6, 13, 68.76, 70.14, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16895, 1868, 16737, 1432, 3, 13, 8.15, 8.31, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16896, 1868, 16738, 686, 6, 13, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-10 07:53:11', '2024-06-10 07:53:11', '2024-06-10 08:54:07'),
(16897, 1868, 16739, 378, 3, 13, 366.63, 373.96, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:07'),
(16898, 1868, 16740, 3922, 9, 13, 26.73, 27.26, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:07'),
(16899, 1868, 16741, 257, 1, 13, 173.40, 176.87, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:07'),
(16900, 1868, 16742, 1406, 6, 13, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:07'),
(16901, 1868, 16743, 3688, 3, 13, 57.09, 58.23, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:07'),
(16902, 1868, 16744, 1409, 3, 13, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:07'),
(16903, 1868, 16745, 4408, 1, 13, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16904, 1868, 16746, 5532, 9, 13, 131.24, 133.86, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16905, 1868, 16747, 1384, 6, 13, 42.23, 43.07, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16906, 1868, 16748, 3063, 3, 13, 215.18, 219.48, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16907, 1868, 16749, 4317, 1, 13, 11.34, 11.57, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16908, 1868, 16750, 5846, 1, 13, 106.53, 108.66, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16909, 1868, 16751, 433, 9, 13, 271.35, 276.78, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16910, 1868, 16752, 1570, 9, 13, 34.96, 35.66, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16911, 1868, 16753, 1844, 6, 13, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16912, 1868, 16754, 949, 9, 13, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16913, 1868, 16755, 1827, 6, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-10 07:53:12', '2024-06-10 07:53:12', '2024-06-10 08:54:08'),
(16914, 1868, 16756, 1827, 3, 13, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-10 07:54:09', '2024-06-10 07:54:09', '2024-06-10 08:55:05'),
(16915, 1869, 16757, 4133, 1, 14, 349.80, 356.80, 1, 1, 'ai_sell', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-10 09:24:06'),
(16916, 1869, 16758, 3732, 1, 14, 318.00, 324.36, 1, 1, 'ai_sell', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-10 09:24:07'),
(16917, 1869, 16759, 5752, 9, 14, 14.71, 15.00, 1, 1, 'ai_sell', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-10 09:24:07'),
(16918, 1869, 16760, 2297, 1, 14, 4.08, 4.16, 1, 1, 'ai_sell', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-10 09:24:07'),
(16919, 1869, 16761, 1058, 6, 14, 9.60, 9.79, 1, 1, 'ai_sell', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-10 09:24:07'),
(16920, 1869, 16762, 3967, 6, 14, 17.83, 18.19, 1, 1, 'ai_sell', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-10 09:24:07'),
(16921, 1869, 16763, 3390, 9, 14, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-10 08:23:11', '2024-06-10 08:23:11', '2024-06-10 09:24:07'),
(16922, 1869, 16764, 4386, 6, 14, 37.43, 38.18, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:07'),
(16923, 1869, 16765, 5191, 3, 14, 41.81, 42.65, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:07'),
(16924, 1869, 16766, 547, 1, 14, 2412.80, 2461.06, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:07'),
(16925, 1869, 16767, 4152, 6, 14, 35.33, 36.04, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:07'),
(16926, 1869, 16768, 5540, 6, 14, 126.60, 129.13, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:07'),
(16927, 1869, 16769, 1582, 3, 14, 9.06, 9.24, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:07'),
(16928, 1869, 16770, 2858, 3, 14, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16929, 1869, 16771, 118, 3, 14, 226.60, 231.13, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16930, 1869, 16772, 995, 1, 14, 107.60, 109.75, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16931, 1869, 16773, 3891, 9, 14, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16932, 1869, 16774, 2772, 1, 14, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16933, 1869, 16775, 6099, 1, 14, 8.22, 8.38, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16934, 1869, 16776, 958, 6, 14, 636.13, 648.85, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16935, 1869, 16777, 227, 3, 14, 10.70, 10.91, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16936, 1869, 16778, 1744, 9, 14, 86.30, 88.03, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16937, 1869, 16779, 3691, 1, 14, 493.59, 503.46, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16938, 1869, 16780, 2583, 1, 14, 7.74, 7.89, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16939, 1869, 16781, 2601, 9, 14, 15.85, 16.17, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16940, 1869, 16782, 1788, 9, 14, 91.80, 93.64, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16941, 1869, 16783, 1422, 9, 14, 19.60, 19.99, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16942, 1869, 16784, 2123, 6, 14, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16943, 1869, 16785, 3090, 3, 14, 5.25, 5.36, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16944, 1869, 16786, 3262, 9, 14, 5.78, 5.90, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16945, 1869, 16787, 1514, 6, 14, 4.54, 4.63, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16946, 1869, 16788, 5287, 3, 14, 10.60, 10.81, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16947, 1869, 16789, 4225, 1, 14, 33.90, 34.58, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16948, 1869, 16790, 2864, 3, 14, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16949, 1869, 16791, 4950, 3, 14, 994.50, 1014.39, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16950, 1869, 16792, 2052, 1, 14, 157.78, 160.94, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16951, 1869, 16793, 5464, 1, 14, 193.92, 197.80, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16952, 1869, 16794, 760, 3, 14, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16953, 1869, 16795, 704, 1, 14, 49.88, 50.88, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16954, 1869, 16796, 2545, 6, 14, 106.22, 108.34, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16955, 1869, 16797, 2586, 3, 14, 20.66, 21.07, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16956, 1869, 16798, 3333, 6, 14, 6.04, 6.16, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16957, 1869, 16799, 3502, 3, 14, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16958, 1869, 16800, 5053, 9, 14, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16959, 1869, 16801, 1585, 9, 14, 1.58, 1.61, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16960, 1869, 16802, 4021, 9, 14, 41.99, 42.83, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16961, 1869, 16803, 2122, 3, 14, 61.52, 62.75, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:08'),
(16962, 1869, 16804, 1748, 9, 14, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16963, 1869, 16805, 4520, 9, 14, 29.28, 29.87, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16964, 1869, 16806, 2214, 3, 14, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16965, 1869, 16807, 25, 3, 14, 8.48, 8.65, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16966, 1869, 16808, 364, 6, 14, 64.21, 65.49, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16967, 1869, 16809, 4841, 6, 14, 174.98, 178.48, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16968, 1869, 16810, 4912, 9, 14, 647.36, 660.31, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16969, 1869, 16811, 4794, 1, 14, 19.94, 20.34, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16970, 1869, 16812, 2641, 9, 14, 19.55, 19.94, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16971, 1869, 16813, 450, 6, 14, 152.50, 155.55, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16972, 1869, 16814, 994, 6, 14, 37.70, 38.45, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16973, 1869, 16815, 476, 1, 14, 152.10, 155.14, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16974, 1869, 16816, 5724, 1, 14, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16975, 1869, 16817, 1719, 3, 14, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16976, 1869, 16818, 23, 9, 14, 156.45, 159.58, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16977, 1869, 16819, 328, 6, 14, 95.33, 97.24, 1, 1, 'ai_sell', '2024-06-10 08:23:12', '2024-06-10 08:23:12', '2024-06-10 09:24:09'),
(16978, 1869, 16820, 3746, 9, 14, 38.87, 39.65, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16979, 1869, 16821, 664, 3, 14, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16980, 1869, 16822, 698, 6, 14, 6.74, 6.87, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16981, 1869, 16823, 5696, 3, 14, 52.43, 53.48, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16982, 1869, 16824, 218, 3, 14, 36.71, 37.44, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16983, 1869, 16825, 2917, 3, 14, 17.14, 17.48, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16984, 1869, 16826, 5550, 6, 14, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(16985, 1869, 16827, 4219, 9, 14, 1.29, 1.32, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16986, 1869, 16828, 712, 9, 14, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16987, 1869, 16829, 4344, 9, 14, 270.72, 276.13, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16988, 1869, 16830, 1963, 9, 14, 11.74, 11.97, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16989, 1869, 16831, 3720, 1, 14, 8.47, 8.64, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16990, 1869, 16832, 4376, 3, 14, 37.36, 38.11, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16991, 1869, 16833, 2800, 1, 14, 3741.15, 3815.97, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16992, 1869, 16834, 427, 3, 14, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16993, 1869, 16835, 2029, 6, 14, 173.84, 177.32, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16994, 1869, 16836, 4787, 6, 14, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16995, 1869, 16837, 2003, 9, 14, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16996, 1869, 16838, 1229, 9, 14, 206.00, 210.12, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16997, 1869, 16839, 4030, 9, 14, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16998, 1869, 16840, 2207, 3, 14, 40.87, 41.69, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:09'),
(16999, 1869, 16841, 4780, 9, 14, 1853.99, 1891.07, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17000, 1869, 16842, 5061, 3, 14, 167.43, 170.78, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17001, 1869, 16843, 4443, 1, 14, 35.35, 36.06, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17002, 1869, 16844, 3871, 1, 14, 54.59, 55.68, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17003, 1869, 16845, 3908, 1, 14, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17004, 1869, 16846, 5149, 3, 14, 33.98, 34.66, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17005, 1869, 16847, 5966, 9, 14, 8.74, 8.91, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17006, 1869, 16848, 3488, 6, 14, 239.20, 243.98, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17007, 1869, 16849, 2210, 9, 14, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17008, 1869, 16850, 1890, 6, 14, 2028.78, 2069.36, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17009, 1869, 16851, 6156, 9, 14, 12.12, 12.36, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17010, 1869, 16852, 5543, 1, 14, 22.53, 22.98, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17011, 1869, 16853, 5079, 9, 14, 29.46, 30.05, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17012, 1869, 16854, 141, 1, 14, 6.36, 6.49, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17013, 1869, 16855, 1616, 9, 14, 299.92, 305.92, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17014, 1869, 16856, 3493, 3, 14, 11.58, 11.81, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17015, 1869, 16857, 2400, 9, 14, 35.35, 36.06, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17016, 1869, 16858, 4415, 9, 14, 213.05, 217.31, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17017, 1869, 16859, 2362, 6, 14, 19.72, 20.11, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17018, 1869, 16860, 1155, 3, 14, 67.60, 68.95, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17019, 1869, 16861, 3721, 6, 14, 34.14, 34.82, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17020, 1869, 16862, 1770, 9, 14, 104.99, 107.09, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17021, 1869, 16863, 828, 6, 14, 19.53, 19.92, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17022, 1869, 16864, 285, 9, 14, 57.87, 59.03, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17023, 1869, 16865, 1627, 3, 14, 6.54, 6.67, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17024, 1869, 16866, 4309, 1, 14, 4.15, 4.23, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17025, 1869, 16867, 1316, 9, 14, 40.79, 41.61, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17026, 1869, 16868, 623, 9, 14, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:10'),
(17027, 1869, 16869, 4689, 6, 14, 12.10, 12.34, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:11'),
(17028, 1869, 16870, 1198, 6, 14, 2.25, 2.30, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:11'),
(17029, 1869, 16871, 5764, 9, 14, 1.46, 1.49, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:11'),
(17030, 1869, 16872, 1811, 1, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:11'),
(17031, 1869, 16873, 949, 6, 14, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:11'),
(17032, 1869, 16874, 1894, 3, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:11'),
(17033, 1869, 16875, 734, 6, 14, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-10 08:23:13', '2024-06-10 08:23:13', '2024-06-10 09:24:11'),
(17034, 1872, 16876, 5012, 6, 18, 16.79, 17.13, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:04'),
(17035, 1872, 16877, 1763, 1, 18, 182.44, 186.09, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:05'),
(17036, 1872, 16878, 4704, 3, 18, 1.29, 1.32, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:05'),
(17037, 1872, 16879, 1900, 9, 18, 8.24, 8.40, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:05'),
(17038, 1872, 16880, 2972, 9, 18, 37.10, 37.84, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:05'),
(17039, 1872, 16881, 1821, 9, 18, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:05'),
(17040, 1872, 16882, 2794, 3, 18, 16.78, 17.12, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:06'),
(17041, 1872, 16883, 3886, 9, 18, 567.21, 578.55, 1, 1, 'ai_sell', '2024-06-10 10:15:09', '2024-06-10 10:15:09', '2024-06-10 11:16:06'),
(17042, 1872, 16884, 5676, 6, 18, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17043, 1872, 16885, 2167, 9, 18, 226.72, 231.25, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17044, 1872, 16886, 2370, 1, 18, 2.17, 2.21, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17045, 1872, 16887, 1810, 1, 18, 121.25, 123.68, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17046, 1872, 16888, 5651, 6, 18, 10958.50, 11177.67, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17047, 1872, 16889, 4222, 1, 18, 54.45, 55.54, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17048, 1872, 16890, 4711, 6, 18, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17049, 1872, 16891, 3262, 1, 18, 5.61, 5.72, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17050, 1872, 16892, 445, 3, 18, 1254.75, 1279.85, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17051, 1872, 16893, 5750, 1, 18, 9.00, 9.18, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17052, 1872, 16894, 6102, 6, 18, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17053, 1872, 16895, 2848, 3, 18, 234.59, 239.28, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17054, 1872, 16896, 3543, 1, 18, 104.90, 107.00, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17055, 1872, 16897, 3674, 9, 18, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17056, 1872, 16898, 1743, 9, 18, 49.99, 50.99, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17057, 1872, 16899, 3952, 1, 18, 145.22, 148.12, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17058, 1872, 16900, 36, 1, 18, 59.74, 60.93, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17059, 1872, 16901, 325, 1, 18, 51.96, 53.00, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17060, 1872, 16902, 4723, 3, 18, 16.47, 16.80, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17061, 1872, 16903, 99, 9, 18, 199.92, 203.92, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17062, 1872, 16904, 786, 6, 18, 224.81, 229.31, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17063, 1872, 16905, 1297, 9, 18, 74.74, 76.23, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17064, 1872, 16906, 2462, 9, 18, 3.08, 3.14, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17065, 1872, 16907, 1856, 1, 18, 44.46, 45.35, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17066, 1872, 16908, 1942, 3, 18, 7.76, 7.92, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17067, 1872, 16909, 299, 6, 18, 2.64, 2.69, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17068, 1872, 16910, 1640, 6, 18, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17069, 1872, 16911, 1842, 1, 18, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17070, 1872, 16912, 1850, 9, 18, 0.56, 0.57, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:06'),
(17071, 1872, 16913, 1894, 1, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-10 10:15:10', '2024-06-10 10:15:10', '2024-06-10 11:16:07'),
(17072, 1872, 16914, 1827, 9, 18, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-10 10:15:11', '2024-06-10 10:15:11', '2024-06-10 11:16:07'),
(17073, 1798, 16915, 183, 5, NULL, 401.00, 413.03, 1, 1, 'manual_sell', '2024-06-10 13:19:31', '2024-06-10 13:19:31', '2024-06-10 14:20:06'),
(17074, 1798, 16916, 4714, 5, NULL, 56.00, 57.68, 1, 1, 'manual_sell', '2024-06-10 13:21:56', '2024-06-10 13:21:56', '2024-06-10 14:22:04'),
(17075, 1869, 16917, 552, 3, 17, 12.36, 12.61, 1, 1, 'ai_sell', '2024-06-11 05:31:06', '2024-06-11 05:31:06', '2024-06-11 06:32:03'),
(17076, 1869, 16918, 5047, 6, 17, 11.01, 11.23, 1, 1, 'ai_sell', '2024-06-11 05:31:06', '2024-06-11 05:31:06', '2024-06-11 06:32:05'),
(17077, 1869, 16919, 949, 3, 17, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-11 05:31:06', '2024-06-11 05:31:06', '2024-06-11 06:32:05'),
(17078, 1869, 16920, 2580, 1, 17, 19.23, 19.61, 1, 1, 'ai_sell', '2024-06-11 05:31:06', '2024-06-11 05:31:06', '2024-06-11 06:32:05'),
(17079, 1869, 16921, 417, 1, 17, 46.34, 47.27, 1, 1, 'ai_sell', '2024-06-11 05:31:06', '2024-06-11 05:31:06', '2024-06-11 06:32:05'),
(17080, 1869, 16922, 712, 3, 17, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-11 05:31:06', '2024-06-11 05:31:06', '2024-06-11 06:32:05'),
(17081, 1869, 16923, 323, 6, 17, 2314.51, 2360.80, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17082, 1869, 16924, 668, 6, 17, 5.15, 5.25, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17083, 1869, 16925, 1369, 9, 17, 42.40, 43.25, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17084, 1869, 16926, 5942, 1, 17, 7.08, 7.22, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17085, 1869, 16927, 2466, 3, 17, 775.15, 790.65, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17086, 1869, 16928, 5898, 3, 17, 35.78, 36.50, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17087, 1869, 16929, 2145, 6, 17, 19.98, 20.38, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17088, 1869, 16930, 4933, 1, 17, 5.52, 5.63, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17089, 1869, 16931, 3118, 3, 17, 88.73, 90.50, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17090, 1869, 16932, 5994, 3, 17, 107.40, 109.55, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17091, 1869, 16933, 4552, 6, 17, 744.37, 759.26, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17092, 1869, 16934, 3474, 6, 17, 94.50, 96.39, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17093, 1869, 16935, 2517, 1, 17, 106.53, 108.66, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17094, 1869, 16936, 1119, 6, 17, 145.60, 148.51, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17095, 1869, 16937, 4570, 6, 17, 54.05, 55.13, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17096, 1869, 16938, 3942, 9, 17, 89.76, 91.56, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17097, 1869, 16939, 3278, 6, 17, 158.55, 161.72, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17098, 1869, 16940, 1568, 9, 17, 116.96, 119.30, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17099, 1869, 16941, 2802, 3, 17, 48.04, 49.00, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17100, 1869, 16942, 4405, 9, 17, 26.25, 26.78, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17101, 1869, 16943, 5960, 6, 17, 1418.42, 1446.79, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17102, 1869, 16944, 5550, 9, 17, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17103, 1869, 16945, 4063, 9, 17, 17.55, 17.90, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17104, 1869, 16946, 2635, 9, 17, 79.03, 80.61, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17105, 1869, 16947, 2845, 1, 17, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17106, 1869, 16948, 2666, 1, 17, 3410.16, 3478.36, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17107, 1869, 16949, 1188, 3, 17, 31.61, 32.24, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17108, 1869, 16950, 99, 3, 17, 199.92, 203.92, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17109, 1869, 16951, 363, 6, 17, 41.29, 42.12, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17110, 1869, 16952, 501, 3, 17, 3693.87, 3767.75, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17111, 1869, 16953, 3962, 3, 17, 96.54, 98.47, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17112, 1869, 16954, 4019, 1, 17, 47.83, 48.79, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17113, 1869, 16955, 5254, 1, 17, 24.09, 24.57, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17114, 1869, 16956, 5969, 9, 17, 15.44, 15.75, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17115, 1869, 16957, 5209, 6, 17, 95.54, 97.45, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17116, 1869, 16958, 1122, 3, 17, 466.96, 476.30, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17117, 1869, 16959, 5167, 9, 17, 185.39, 189.10, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17118, 1869, 16960, 4006, 6, 17, 122.61, 125.06, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17119, 1869, 16961, 5819, 6, 17, 5.90, 6.02, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17120, 1869, 16962, 3713, 3, 17, 18.61, 18.98, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17121, 1869, 16963, 1483, 1, 17, 20.55, 20.96, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17122, 1869, 16964, 5775, 6, 17, 17.19, 17.53, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17123, 1869, 16965, 734, 3, 17, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17124, 1869, 16966, 803, 6, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-11 05:31:07', '2024-06-11 05:31:07', '2024-06-11 06:32:05'),
(17125, 1866, 16967, 1189, 6, 16, 2.61, 2.66, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:04'),
(17126, 1866, 16968, 1927, 6, 16, 37.77, 38.53, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:06'),
(17127, 1866, 16969, 5515, 9, 16, 42.57, 43.42, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:06'),
(17128, 1866, 16970, 3717, 6, 16, 26.67, 27.20, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:06'),
(17129, 1866, 16971, 914, 3, 16, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:06'),
(17130, 1866, 16972, 5305, 3, 16, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17131, 1866, 16973, 4077, 9, 16, 47.70, 48.65, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17132, 1866, 16974, 5111, 6, 16, 13.85, 14.13, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17133, 1866, 16975, 5846, 1, 16, 101.51, 103.54, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17134, 1866, 16976, 3086, 9, 16, 14.55, 14.84, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17135, 1866, 16977, 5535, 3, 16, 329.58, 336.17, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17136, 1866, 16978, 733, 6, 16, 95.73, 97.64, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17137, 1866, 16979, 6017, 3, 16, 23.41, 23.88, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17138, 1866, 16980, 998, 6, 16, 402.44, 410.49, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17139, 1866, 16981, 1868, 6, 16, 42.79, 43.65, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17140, 1866, 16982, 1514, 9, 16, 4.41, 4.50, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17141, 1866, 16983, 5061, 3, 16, 167.43, 170.78, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:07'),
(17142, 1866, 16984, 4287, 1, 16, 1470.58, 1499.99, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17143, 1866, 16985, 1725, 9, 16, 196.95, 200.89, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17144, 1866, 16986, 3946, 3, 16, 479.40, 488.99, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17145, 1866, 16987, 775, 3, 16, 7.42, 7.57, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17146, 1866, 16988, 1166, 1, 16, 443.46, 452.33, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17147, 1866, 16989, 3019, 6, 16, 75.74, 77.25, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17148, 1866, 16990, 849, 3, 16, 47.22, 48.16, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17149, 1866, 16991, 3565, 9, 16, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17150, 1866, 16992, 1686, 3, 16, 588.54, 600.31, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17151, 1866, 16993, 2426, 1, 16, 503.99, 514.07, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17152, 1866, 16994, 1801, 1, 16, 68.68, 70.05, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17153, 1866, 16995, 1627, 1, 16, 6.35, 6.48, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17154, 1866, 16996, 1471, 6, 16, 13.92, 14.20, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17155, 1866, 16997, 3571, 9, 16, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17156, 1866, 16998, 4194, 6, 16, 56.61, 57.74, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17157, 1866, 16999, 3529, 9, 16, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17158, 1866, 17000, 1228, 1, 16, 21.32, 21.75, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17159, 1866, 17001, 1494, 3, 16, 40.69, 41.50, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17160, 1866, 17002, 5537, 9, 16, 57.57, 58.72, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:08'),
(17161, 1866, 17003, 1662, 1, 16, 0.92, 0.94, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17162, 1866, 17004, 1003, 9, 16, 15.08, 15.38, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17163, 1866, 17005, 628, 9, 16, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17164, 1866, 17006, 2052, 9, 16, 150.34, 153.35, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17165, 1866, 17007, 1525, 3, 16, 131.20, 133.82, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17166, 1866, 17008, 172, 6, 16, 20.89, 21.31, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17167, 1866, 17009, 5753, 9, 16, 624.00, 636.48, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17168, 1866, 17010, 2625, 3, 16, 23.90, 24.38, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17169, 1866, 17011, 2822, 9, 16, 624.00, 636.48, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17170, 1866, 17012, 3216, 3, 16, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17171, 1866, 17013, 5143, 1, 16, 12.65, 12.90, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17172, 1866, 17014, 1306, 9, 16, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17173, 1866, 17015, 4863, 3, 16, 52.90, 53.96, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17174, 1866, 17016, 2289, 6, 16, 572.00, 583.44, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17175, 1866, 17017, 101, 3, 16, 303.95, 310.03, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17176, 1866, 17018, 6110, 1, 16, 2.10, 2.14, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17177, 1866, 17019, 4571, 1, 16, 1907.99, 1946.15, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17178, 1866, 17020, 2447, 3, 16, 176.74, 180.27, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17179, 1866, 17021, 910, 1, 16, 6.96, 7.10, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17180, 1866, 17022, 5962, 1, 16, 18.60, 18.97, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17181, 1866, 17023, 1381, 1, 16, 854.90, 872.00, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17182, 1866, 17024, 1476, 6, 16, 165.64, 168.95, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17183, 1866, 17025, 5604, 6, 16, 193.23, 197.09, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17184, 1866, 17026, 5848, 6, 16, 20.96, 21.38, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17185, 1866, 17027, 3154, 1, 16, 34.97, 35.67, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17186, 1866, 17028, 3611, 6, 16, 128.93, 131.51, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17187, 1866, 17029, 1214, 9, 16, 143.36, 146.23, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17188, 1866, 17030, 1534, 1, 16, 33.33, 34.00, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17189, 1866, 17031, 2521, 3, 16, 383.03, 390.69, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17190, 1866, 17032, 1168, 1, 16, 83.20, 84.86, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17191, 1866, 17033, 3525, 1, 16, 301.99, 308.03, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17192, 1866, 17034, 5032, 1, 16, 121.19, 123.61, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17193, 1866, 17035, 3925, 1, 16, 155.52, 158.63, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17194, 1866, 17036, 860, 6, 16, 370.99, 378.41, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17195, 1866, 17037, 5529, 9, 16, 10.22, 10.42, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17196, 1866, 17038, 1286, 6, 16, 518.82, 529.20, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17197, 1866, 17039, 4856, 1, 16, 270.81, 276.23, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17198, 1866, 17040, 6123, 3, 16, 19.94, 20.34, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17199, 1866, 17041, 3520, 3, 16, 63.59, 64.86, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17200, 1866, 17042, 30, 1, 16, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17201, 1866, 17043, 517, 6, 16, 18.23, 18.59, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17202, 1866, 17044, 1869, 9, 16, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17203, 1866, 17045, 1894, 3, 16, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17204, 1866, 17046, 5670, 6, 16, 1.92, 1.96, 1, 1, 'ai_sell', '2024-06-11 06:33:06', '2024-06-11 06:33:06', '2024-06-11 07:34:09'),
(17205, 1866, 17047, 2077, 3, 6, 5.25, 5.30, 1, 1, 'ai_sell', '2024-06-11 07:56:03', '2024-06-11 07:56:03', '2024-06-11 08:56:03'),
(17206, 1866, 17048, 2064, 9, 6, 3.17, 3.20, 1, 1, 'ai_sell', '2024-06-11 07:56:03', '2024-06-11 07:56:03', '2024-06-11 08:56:04'),
(17207, 1866, 17049, 1379, 1, 6, 13.14, 13.26, 1, 1, 'ai_sell', '2024-06-11 07:56:03', '2024-06-11 07:56:03', '2024-06-11 08:56:04'),
(17208, 1866, 17050, 5466, 3, 6, 22.04, 22.24, 1, 1, 'ai_sell', '2024-06-11 07:56:03', '2024-06-11 07:56:03', '2024-06-11 08:56:04'),
(17209, 1866, 17051, 563, 6, 6, 4.04, 4.08, 1, 1, 'ai_sell', '2024-06-11 07:56:03', '2024-06-11 07:56:03', '2024-06-11 08:56:04'),
(17210, 1866, 17052, 3981, 3, 6, 5.34, 5.39, 1, 1, 'ai_sell', '2024-06-11 07:56:03', '2024-06-11 07:56:03', '2024-06-11 08:56:04'),
(17211, 1866, 17053, 2397, 3, 6, 7.81, 7.88, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17212, 1866, 17054, 1662, 6, 6, 0.94, 0.95, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17213, 1866, 17055, 1827, 3, 6, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17214, 1871, 17056, 2077, 3, 7, 5.20, 5.30, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17215, 1871, 17057, 2064, 3, 7, 3.08, 3.14, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17216, 1871, 17058, 5949, 6, 7, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17217, 1871, 17059, 1815, 1, 7, 60.59, 61.80, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17218, 1871, 17060, 1573, 3, 7, 1287.50, 1313.25, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17219, 1871, 17061, 5919, 6, 7, 542.84, 553.70, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17220, 1871, 17062, 1379, 1, 7, 13.14, 13.40, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17221, 1871, 17063, 3378, 6, 7, 353.50, 360.57, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17222, 1871, 17064, 5466, 1, 7, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17223, 1871, 17065, 563, 6, 7, 4.08, 4.16, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:03'),
(17224, 1871, 17066, 3981, 9, 7, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17225, 1871, 17067, 5265, 1, 7, 17.33, 17.68, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17226, 1871, 17068, 4992, 9, 7, 12.33, 12.58, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17227, 1871, 17069, 4694, 9, 7, 29.14, 29.72, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17228, 1871, 17070, 2397, 9, 7, 7.51, 7.66, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17229, 1871, 17071, 2126, 6, 7, 20.49, 20.90, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17230, 1871, 17072, 3060, 9, 7, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17231, 1871, 17073, 1900, 6, 7, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17232, 1871, 17074, 3104, 3, 7, 1150.51, 1173.52, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17233, 1871, 17075, 3570, 9, 7, 1545.44, 1576.35, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17234, 1871, 17076, 33, 9, 7, 6.36, 6.49, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17235, 1871, 17077, 5068, 6, 7, 66.14, 67.46, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17236, 1871, 17078, 1836, 6, 7, 8659.80, 8833.00, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17237, 1871, 17079, 2731, 9, 7, 167.28, 170.63, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17238, 1871, 17080, 4444, 6, 7, 26.93, 27.47, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17239, 1871, 17081, 5926, 1, 7, 62.69, 63.94, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17240, 1871, 17082, 3001, 9, 7, 83.43, 85.10, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17241, 1871, 17083, 3027, 1, 7, 3328.00, 3394.56, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17242, 1871, 17084, 6024, 3, 7, 3.93, 4.01, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17243, 1871, 17085, 5449, 6, 7, 1354.50, 1381.59, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17244, 1871, 17086, 229, 3, 7, 236.50, 241.23, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17245, 1871, 17087, 3026, 3, 7, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17246, 1871, 17088, 919, 3, 7, 302.99, 309.05, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17247, 1871, 17089, 1566, 1, 7, 336.00, 342.72, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17248, 1871, 17090, 4625, 9, 7, 122.40, 124.85, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17249, 1871, 17091, 5855, 6, 7, 43.35, 44.22, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17250, 1871, 17092, 4395, 6, 7, 202.78, 206.84, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17251, 1871, 17093, 1609, 9, 7, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17252, 1871, 17094, 2806, 6, 7, 2039.94, 2080.74, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17253, 1871, 17095, 39, 1, 7, 260.00, 265.20, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17254, 1871, 17096, 2076, 3, 7, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17255, 1871, 17097, 5874, 9, 7, 233.20, 237.86, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:04'),
(17256, 1871, 17098, 1746, 3, 7, 187.95, 191.71, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17257, 1871, 17099, 1166, 6, 7, 426.56, 435.09, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17258, 1871, 17100, 4813, 1, 7, 28.61, 29.18, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17259, 1871, 17101, 5196, 1, 7, 3814.94, 3891.24, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17260, 1871, 17102, 3028, 3, 7, 73.44, 74.91, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17261, 1871, 17103, 2800, 6, 7, 3634.26, 3706.95, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17262, 1871, 17104, 2418, 9, 7, 148.40, 151.37, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17263, 1871, 17105, 3385, 1, 7, 395.20, 403.10, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17264, 1871, 17106, 1755, 6, 7, 1604.39, 1636.48, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17265, 1871, 17107, 3992, 9, 7, 70.72, 72.13, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17266, 1871, 17108, 3587, 9, 7, 7.40, 7.55, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17267, 1871, 17109, 2876, 3, 7, 84.79, 86.49, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17268, 1871, 17110, 4029, 6, 7, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17269, 1871, 17111, 4223, 3, 7, 9.79, 9.99, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17270, 1871, 17112, 3884, 3, 7, 40.79, 41.61, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17271, 1871, 17113, 2036, 3, 7, 63.26, 64.53, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17272, 1871, 17114, 3817, 3, 7, 1034.80, 1055.50, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17273, 1871, 17115, 379, 1, 7, 7.14, 7.28, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17274, 1871, 17116, 5206, 1, 7, 52.99, 54.05, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17275, 1871, 17117, 5248, 6, 7, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17276, 1871, 17118, 4188, 9, 7, 143.82, 146.70, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17277, 1871, 17119, 5441, 6, 7, 24.43, 24.92, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17278, 1871, 17120, 4480, 9, 7, 8.15, 8.31, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17279, 1871, 17121, 5686, 3, 7, 91.80, 93.64, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17280, 1871, 17122, 2766, 9, 7, 329.46, 336.05, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17281, 1871, 17123, 1086, 1, 7, 1706.90, 1741.04, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17282, 1871, 17124, 4014, 9, 7, 7.90, 8.06, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17283, 1871, 17125, 15, 3, 7, 24.15, 24.63, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:05'),
(17284, 1871, 17126, 1524, 3, 7, 19.95, 20.35, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17285, 1871, 17127, 1089, 6, 7, 637.51, 650.26, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17286, 1871, 17128, 5455, 1, 7, 53.60, 54.67, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17287, 1871, 17129, 5205, 6, 7, 83.42, 85.09, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17288, 1871, 17130, 4812, 3, 7, 58.62, 59.79, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17289, 1871, 17131, 4630, 6, 7, 103.00, 105.06, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17290, 1871, 17132, 2996, 1, 7, 505.00, 515.10, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17291, 1871, 17133, 4888, 3, 7, 106.03, 108.15, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17292, 1871, 17134, 3723, 6, 7, 237.35, 242.10, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17293, 1871, 17135, 4353, 6, 7, 524.69, 535.18, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17294, 1871, 17136, 1340, 1, 7, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17295, 1871, 17137, 1017, 3, 7, 2.30, 2.35, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17296, 1871, 17138, 3699, 1, 7, 56.11, 57.23, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17297, 1871, 17139, 4646, 6, 7, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17298, 1871, 17140, 2795, 1, 7, 715.85, 730.17, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17299, 1871, 17141, 3328, 3, 7, 13.25, 13.52, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17300, 1871, 17142, 5368, 1, 7, 9592.99, 9784.85, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:06'),
(17301, 1871, 17143, 3102, 6, 7, 40.17, 40.97, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17302, 1871, 17144, 5207, 1, 7, 39.30, 40.09, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17303, 1871, 17145, 1870, 3, 7, 24.24, 24.72, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17304, 1871, 17146, 4997, 6, 7, 159.11, 162.29, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17305, 1871, 17147, 4085, 3, 7, 11.18, 11.40, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17306, 1871, 17148, 2833, 3, 7, 39.50, 40.29, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17307, 1871, 17149, 5894, 6, 7, 12.96, 13.22, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17308, 1871, 17150, 2516, 1, 7, 512.41, 522.66, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17309, 1871, 17151, 2060, 6, 7, 188.28, 192.05, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17310, 1871, 17152, 5963, 1, 7, 44.61, 45.50, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17311, 1871, 17153, 137, 1, 7, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17312, 1871, 17154, 2900, 3, 7, 3036.44, 3097.17, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17313, 1871, 17155, 4671, 9, 7, 9.35, 9.54, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17314, 1871, 17156, 4555, 9, 7, 329.46, 336.05, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17315, 1871, 17157, 4677, 6, 7, 14.42, 14.71, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17316, 1871, 17158, 2456, 6, 7, 12.60, 12.85, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17317, 1871, 17159, 1018, 1, 7, 51.44, 52.47, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17318, 1871, 17160, 41, 3, 7, 18.90, 19.28, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17319, 1871, 17161, 4075, 6, 7, 19.38, 19.77, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17320, 1871, 17162, 2621, 1, 7, 19.01, 19.39, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:07'),
(17321, 1871, 17163, 2119, 1, 7, 7.83, 7.99, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17322, 1871, 17164, 4489, 6, 7, 33.60, 34.27, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17323, 1871, 17165, 5531, 3, 7, 46.56, 47.49, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17324, 1871, 17166, 5853, 1, 7, 402.79, 410.85, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17325, 1871, 17167, 1449, 3, 7, 15.52, 15.83, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17326, 1871, 17168, 6122, 1, 7, 28.55, 29.12, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17327, 1871, 17169, 3162, 1, 7, 23.68, 24.15, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17328, 1871, 17170, 2177, 9, 7, 436.80, 445.54, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17329, 1871, 17171, 5757, 6, 7, 4.50, 4.59, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17330, 1871, 17172, 790, 1, 7, 273.51, 278.98, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17331, 1871, 17173, 5640, 9, 7, 8.07, 8.23, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17332, 1871, 17174, 5001, 1, 7, 92.48, 94.33, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17333, 1871, 17175, 2789, 6, 7, 42.37, 43.22, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17334, 1871, 17176, 4020, 1, 7, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17335, 1871, 17177, 3029, 9, 7, 253.34, 258.41, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17336, 1871, 17178, 5872, 3, 7, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17337, 1871, 17179, 5735, 1, 7, 19.18, 19.56, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17338, 1871, 17180, 3359, 6, 7, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17339, 1871, 17181, 4314, 3, 7, 4.94, 5.04, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:08'),
(17340, 1871, 17182, 4980, 1, 7, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:09'),
(17341, 1871, 17183, 1827, 1, 7, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:09'),
(17342, 1871, 17184, 1894, 9, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:09'),
(17343, 1870, 17185, 2077, 1, 8, 5.25, 5.36, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:09'),
(17344, 1870, 17186, 2064, 1, 8, 3.05, 3.11, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:09'),
(17345, 1870, 17187, 5949, 1, 8, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:09'),
(17346, 1870, 17188, 1815, 1, 8, 62.99, 64.25, 1, 1, 'ai_sell', '2024-06-11 07:56:04', '2024-06-11 07:56:04', '2024-06-11 08:57:09'),
(17347, 1870, 17189, 1573, 3, 8, 1262.50, 1287.75, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17348, 1870, 17190, 5919, 6, 8, 537.67, 548.42, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17349, 1870, 17191, 1379, 6, 8, 13.02, 13.28, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17350, 1870, 17192, 3378, 3, 8, 360.50, 367.71, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17351, 1870, 17193, 5466, 6, 8, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17352, 1870, 17194, 563, 9, 8, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17353, 1870, 17195, 3981, 3, 8, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17354, 1870, 17196, 5265, 9, 8, 17.17, 17.51, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17355, 1870, 17197, 4992, 6, 8, 12.45, 12.70, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17356, 1870, 17198, 4694, 6, 8, 29.42, 30.01, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17357, 1870, 17199, 2397, 9, 8, 7.89, 8.05, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17358, 1870, 17200, 2126, 1, 8, 21.30, 21.73, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(17359, 1870, 17201, 3060, 1, 8, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17360, 1870, 17202, 1900, 9, 8, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17361, 1870, 17203, 3104, 1, 8, 1128.17, 1150.73, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17362, 1870, 17204, 3570, 9, 8, 1575.16, 1606.66, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17363, 1870, 17205, 33, 9, 8, 6.24, 6.36, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17364, 1870, 17206, 5068, 6, 8, 65.51, 66.82, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17365, 1870, 17207, 1836, 6, 8, 8914.50, 9092.79, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17366, 1870, 17208, 2731, 6, 8, 172.20, 175.64, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17367, 1870, 17209, 4444, 1, 8, 26.93, 27.47, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17368, 1870, 17210, 5926, 6, 8, 63.29, 64.56, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17369, 1870, 17211, 3001, 3, 8, 82.62, 84.27, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17370, 1870, 17212, 6024, 3, 8, 3.86, 3.94, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17371, 1870, 17213, 5449, 6, 8, 1367.40, 1394.75, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17372, 1870, 17214, 3026, 1, 8, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17373, 1870, 17215, 5855, 6, 8, 42.54, 43.39, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:09'),
(17374, 1870, 17216, 1609, 6, 8, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:10'),
(17375, 1870, 17217, 3587, 3, 8, 7.48, 7.63, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:10'),
(17376, 1870, 17218, 1662, 3, 8, 0.94, 0.96, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:10'),
(17377, 1870, 17219, 1827, 1, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:10'),
(17378, 1870, 17220, 1894, 9, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:10'),
(17379, 1870, 17221, 756, 9, 8, 0.46, 0.47, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:10'),
(17380, 1870, 17222, 734, 3, 8, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-11 07:56:05', '2024-06-11 07:56:05', '2024-06-11 08:57:10'),
(17381, 1871, 17223, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-11 07:57:05', '2024-06-11 07:57:05', '2024-06-11 08:58:04'),
(17382, 1873, 17224, 344, 3, 9, 346.50, 353.43, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17383, 1873, 17225, 5257, 6, 9, 35.83, 36.55, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17384, 1873, 17226, 699, 9, 9, 70.35, 71.76, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17385, 1873, 17227, 4171, 1, 9, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17386, 1873, 17228, 867, 6, 9, 9.71, 9.90, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17387, 1873, 17229, 5470, 6, 9, 4.30, 4.39, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17388, 1873, 17230, 658, 3, 9, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17389, 1873, 17231, 5084, 6, 9, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17390, 1873, 17232, 4179, 6, 9, 26.38, 26.91, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17391, 1873, 17233, 2013, 3, 9, 42.23, 43.07, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17392, 1873, 17234, 2612, 6, 9, 18.65, 19.02, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17393, 1873, 17235, 1457, 3, 9, 11.52, 11.75, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17394, 1873, 17236, 4403, 6, 9, 186.78, 190.52, 1, 1, 'ai_sell', '2024-06-11 08:10:09', '2024-06-11 08:10:09', '2024-06-11 09:11:04'),
(17395, 1873, 17237, 3730, 3, 9, 6.96, 7.10, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17396, 1873, 17238, 5235, 3, 9, 383.80, 391.48, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17397, 1873, 17239, 3317, 3, 9, 407.99, 416.15, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17398, 1873, 17240, 1109, 6, 9, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17399, 1873, 17241, 2998, 6, 9, 830.96, 847.58, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17400, 1873, 17242, 375, 1, 9, 201.40, 205.43, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17401, 1873, 17243, 5323, 1, 9, 29.35, 29.94, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17402, 1873, 17244, 5132, 3, 9, 19.58, 19.97, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17403, 1873, 17245, 4248, 1, 9, 571.99, 583.43, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17404, 1873, 17246, 382, 6, 9, 82.01, 83.65, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17405, 1873, 17247, 1159, 3, 9, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:04'),
(17406, 1873, 17248, 5344, 3, 9, 83.95, 85.63, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17407, 1873, 17249, 3587, 6, 9, 7.19, 7.33, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17408, 1873, 17250, 6126, 6, 9, 22.82, 23.28, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17409, 1873, 17251, 3056, 3, 9, 17.51, 17.86, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17410, 1873, 17252, 4541, 9, 9, 898.89, 916.87, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17411, 1873, 17253, 5110, 3, 9, 14.42, 14.71, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17412, 1873, 17254, 5871, 6, 9, 2020.00, 2060.40, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17413, 1873, 17255, 3817, 6, 9, 1044.75, 1065.65, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17414, 1873, 17256, 3523, 3, 9, 16.03, 16.35, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17415, 1873, 17257, 1655, 1, 9, 1307.95, 1334.11, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17416, 1873, 17258, 6097, 3, 9, 11.04, 11.26, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17417, 1873, 17259, 3921, 9, 9, 131.30, 133.93, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17418, 1873, 17260, 434, 3, 9, 122.19, 124.63, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17419, 1873, 17261, 5498, 6, 9, 36.25, 36.98, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17420, 1873, 17262, 4926, 6, 9, 27.81, 28.37, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17421, 1873, 17263, 5457, 3, 9, 1950.11, 1989.11, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17422, 1873, 17264, 4760, 6, 9, 72.09, 73.53, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17423, 1873, 17265, 2468, 1, 9, 18.69, 19.06, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17424, 1873, 17266, 1795, 9, 9, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17425, 1873, 17267, 1164, 9, 9, 4238.85, 4323.63, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17426, 1873, 17268, 1182, 1, 9, 101.97, 104.01, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17427, 1873, 17269, 594, 6, 9, 12.24, 12.48, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17428, 1873, 17270, 5889, 6, 9, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:05'),
(17429, 1873, 17271, 4026, 6, 9, 102.99, 105.05, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17430, 1873, 17272, 3320, 6, 9, 81.59, 83.22, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17431, 1873, 17273, 5715, 6, 9, 1400.80, 1428.82, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17432, 1873, 17274, 2606, 1, 9, 14.39, 14.68, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17433, 1873, 17275, 2422, 9, 9, 505.00, 515.10, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17434, 1873, 17276, 5312, 3, 9, 64.04, 65.32, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17435, 1873, 17277, 3419, 6, 9, 6.34, 6.47, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17436, 1873, 17278, 4413, 3, 9, 64.25, 65.54, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17437, 1873, 17279, 2394, 1, 9, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17438, 1873, 17280, 6008, 1, 9, 101.92, 103.96, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17439, 1873, 17281, 1687, 6, 9, 81.29, 82.92, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17440, 1873, 17282, 234, 3, 9, 548.26, 559.23, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17441, 1873, 17283, 3910, 6, 9, 1984.50, 2024.19, 1, 1, 'ai_sell', '2024-06-11 08:10:10', '2024-06-11 08:10:10', '2024-06-11 09:11:06'),
(17442, 1873, 17284, 5748, 9, 9, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17443, 1873, 17285, 4670, 3, 9, 6.00, 6.12, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17444, 1873, 17286, 4050, 1, 9, 9.44, 9.63, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17445, 1873, 17287, 45, 6, 9, 135.45, 138.16, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17446, 1873, 17288, 3248, 9, 9, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17447, 1873, 17289, 3976, 9, 9, 740.94, 755.76, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17448, 1873, 17290, 6049, 6, 9, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17449, 1873, 17291, 5565, 3, 9, 147.05, 149.99, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17450, 1873, 17292, 2582, 1, 9, 70.70, 72.11, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17451, 1873, 17293, 2684, 1, 9, 20.29, 20.70, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17452, 1873, 17294, 3678, 9, 9, 9.75, 9.95, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17453, 1873, 17295, 4219, 6, 9, 1.31, 1.34, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17454, 1873, 17296, 3001, 3, 9, 81.81, 83.45, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17455, 1873, 17297, 2865, 1, 9, 56.64, 57.77, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17456, 1873, 17298, 1550, 9, 9, 111.30, 113.53, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17457, 1873, 17299, 4833, 6, 9, 18.12, 18.48, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17458, 1873, 17300, 444, 9, 9, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17459, 1873, 17301, 3096, 3, 9, 32.63, 33.28, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17460, 1873, 17302, 1249, 6, 9, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17461, 1873, 17303, 4355, 9, 9, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17462, 1873, 17304, 1427, 3, 9, 20.96, 21.38, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17463, 1873, 17305, 1057, 9, 9, 33.39, 34.06, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17464, 1873, 17306, 3324, 6, 9, 1.39, 1.42, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17465, 1873, 17307, 5287, 6, 9, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17466, 1873, 17308, 4951, 9, 9, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17467, 1873, 17309, 2462, 9, 9, 3.05, 3.11, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17468, 1873, 17310, 2185, 6, 9, 62.40, 63.65, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17469, 1873, 17311, 5857, 1, 9, 7.10, 7.24, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17470, 1873, 17312, 5704, 6, 9, 2.54, 2.59, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17471, 1873, 17313, 686, 1, 9, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17472, 1873, 17314, 1844, 6, 9, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17473, 1873, 17315, 803, 9, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17474, 1873, 17316, 1894, 9, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17475, 1873, 17317, 949, 9, 9, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17476, 1873, 17318, 756, 9, 9, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17477, 1873, 17319, 1827, 6, 9, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-11 08:10:11', '2024-06-11 08:10:11', '2024-06-11 09:11:06'),
(17478, 1866, 17320, 5326, 1, 11, 424.15, 432.63, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:04'),
(17479, 1866, 17321, 3299, 3, 11, 28.07, 28.63, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:04'),
(17480, 1866, 17322, 1341, 3, 11, 26.24, 26.76, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17481, 1866, 17323, 3685, 3, 11, 5223.92, 5328.40, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17482, 1866, 17324, 5861, 3, 11, 26.24, 26.76, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17483, 1866, 17325, 938, 9, 11, 32.48, 33.13, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17484, 1866, 17326, 6025, 1, 11, 103.94, 106.02, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17485, 1866, 17327, 3257, 6, 11, 1058.94, 1080.12, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17486, 1866, 17328, 4083, 6, 11, 51.49, 52.52, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17487, 1866, 17329, 813, 1, 11, 11.44, 11.67, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17488, 1866, 17330, 6044, 1, 11, 2958.00, 3017.16, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17489, 1866, 17331, 523, 1, 11, 18.16, 18.52, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17490, 1866, 17332, 2114, 3, 11, 1783.98, 1819.66, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17491, 1866, 17333, 3142, 6, 11, 88.39, 90.16, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17492, 1866, 17334, 3583, 9, 11, 152.87, 155.93, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17493, 1866, 17335, 1780, 3, 11, 19.68, 20.07, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17494, 1866, 17336, 1417, 3, 11, 99.99, 101.99, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17495, 1866, 17337, 570, 6, 11, 982.26, 1001.91, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:05'),
(17496, 1866, 17338, 2875, 1, 11, 68.87, 70.25, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17497, 1866, 17339, 1990, 9, 11, 54.89, 55.99, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17498, 1866, 17340, 340, 9, 11, 205.01, 209.11, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17499, 1866, 17341, 2205, 3, 11, 17.16, 17.50, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17500, 1866, 17342, 1164, 9, 11, 4279.22, 4364.80, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17501, 1866, 17343, 3462, 9, 11, 817.53, 833.88, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17502, 1866, 17344, 48, 1, 11, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17503, 1866, 17345, 4455, 1, 11, 12.71, 12.96, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17504, 1866, 17346, 3000, 6, 11, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17505, 1866, 17347, 4593, 3, 11, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17506, 1866, 17348, 4420, 1, 11, 57.74, 58.89, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17507, 1866, 17349, 5079, 6, 11, 29.74, 30.33, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17508, 1866, 17350, 3375, 6, 11, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17509, 1866, 17351, 4650, 6, 11, 505.34, 515.45, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17510, 1866, 17352, 1004, 3, 11, 74.20, 75.68, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17511, 1866, 17353, 5658, 1, 11, 3.73, 3.80, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17512, 1866, 17354, 1844, 3, 11, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-11 08:24:07', '2024-06-11 08:24:07', '2024-06-11 09:25:06'),
(17513, 1867, 17355, 2276, 6, 12, 64.00, 65.28, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17514, 1867, 17356, 2755, 9, 12, 1023.06, 1043.52, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17515, 1867, 17357, 1775, 1, 12, 253.76, 258.84, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17516, 1867, 17358, 434, 3, 12, 119.86, 122.26, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17517, 1867, 17359, 1128, 1, 12, 369.77, 377.17, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17518, 1867, 17360, 2498, 9, 12, 172.70, 176.15, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17519, 1867, 17361, 2551, 6, 12, 163.31, 166.58, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17520, 1867, 17362, 5512, 6, 12, 13.35, 13.62, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:04'),
(17521, 1867, 17363, 1553, 1, 12, 8840.00, 9016.80, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17522, 1867, 17364, 863, 1, 12, 1428.00, 1456.56, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17523, 1867, 17365, 3840, 6, 12, 405.60, 413.71, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17524, 1867, 17366, 1746, 3, 12, 189.74, 193.53, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17525, 1867, 17367, 1668, 9, 12, 131.99, 134.63, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17526, 1867, 17368, 4840, 3, 12, 70.79, 72.21, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17527, 1867, 17369, 5331, 3, 12, 206.71, 210.84, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17528, 1867, 17370, 1773, 9, 12, 9.26, 9.45, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17529, 1867, 17371, 787, 1, 12, 49.06, 50.04, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17530, 1867, 17372, 2232, 6, 12, 56.65, 57.78, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17531, 1867, 17373, 2524, 6, 12, 13.07, 13.33, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17532, 1867, 17374, 4099, 3, 12, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17533, 1867, 17375, 1097, 6, 12, 258.96, 264.14, 1, 1, 'ai_sell', '2024-06-11 08:34:11', '2024-06-11 08:34:11', '2024-06-11 09:35:05'),
(17534, 1867, 17376, 5986, 6, 12, 19.50, 19.89, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17535, 1867, 17377, 5350, 6, 12, 316.04, 322.36, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17536, 1867, 17378, 935, 3, 12, 3.06, 3.12, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17537, 1867, 17379, 4218, 1, 12, 34.64, 35.33, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17538, 1867, 17380, 2443, 3, 12, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17539, 1867, 17381, 3095, 9, 12, 349.46, 356.45, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17540, 1867, 17382, 801, 9, 12, 11.26, 11.49, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17541, 1867, 17383, 5309, 9, 12, 158.54, 161.71, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17542, 1867, 17384, 6006, 3, 12, 18.57, 18.94, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:05'),
(17543, 1867, 17385, 5712, 1, 12, 211.05, 215.27, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17544, 1867, 17386, 2567, 3, 12, 403.99, 412.07, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17545, 1867, 17387, 3264, 3, 12, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17546, 1867, 17388, 1332, 9, 12, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17547, 1867, 17389, 4062, 9, 12, 22.89, 23.35, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17548, 1867, 17390, 2153, 9, 12, 282.22, 287.86, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17549, 1867, 17391, 4719, 6, 12, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17550, 1867, 17392, 4236, 3, 12, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17551, 1867, 17393, 2362, 3, 12, 19.53, 19.92, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17552, 1867, 17394, 1859, 3, 12, 3.82, 3.90, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17553, 1867, 17395, 5440, 9, 12, 64.04, 65.32, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17554, 1867, 17396, 1305, 9, 12, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17555, 1867, 17397, 5441, 6, 12, 24.91, 25.41, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17556, 1867, 17398, 3853, 3, 12, 505.00, 515.10, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17557, 1867, 17399, 4945, 6, 12, 17.62, 17.97, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17558, 1867, 17400, 2371, 1, 12, 83.46, 85.13, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17559, 1867, 17401, 4949, 9, 12, 170.65, 174.06, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17560, 1867, 17402, 5312, 9, 12, 64.04, 65.32, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17561, 1867, 17403, 2528, 3, 12, 175.10, 178.60, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17562, 1867, 17404, 176, 3, 12, 228.79, 233.37, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17563, 1867, 17405, 1411, 1, 12, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:06'),
(17564, 1867, 17406, 5884, 9, 12, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17565, 1867, 17407, 2578, 3, 12, 17.80, 18.16, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17566, 1867, 17408, 3577, 6, 12, 29.25, 29.84, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17567, 1867, 17409, 33, 3, 12, 6.30, 6.43, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17568, 1867, 17410, 217, 9, 12, 236.41, 241.14, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17569, 1867, 17411, 4928, 1, 12, 50.76, 51.78, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17570, 1867, 17412, 2757, 3, 12, 217.30, 221.65, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17571, 1867, 17413, 28, 1, 12, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17572, 1867, 17414, 4985, 1, 12, 309.00, 315.18, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17573, 1867, 17415, 2768, 9, 12, 2974.40, 3033.89, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17574, 1867, 17416, 4386, 9, 12, 36.71, 37.44, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17575, 1867, 17417, 6109, 6, 12, 6.24, 6.36, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17576, 1867, 17418, 5213, 9, 12, 72.41, 73.86, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17577, 1867, 17419, 5985, 6, 12, 26.40, 26.93, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17578, 1867, 17420, 5909, 3, 12, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17579, 1867, 17421, 256, 6, 12, 158.97, 162.15, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17580, 1867, 17422, 1277, 6, 12, 34.80, 35.50, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:07'),
(17581, 1867, 17423, 3605, 6, 12, 272.95, 278.41, 1, 1, 'ai_sell', '2024-06-11 08:34:12', '2024-06-11 08:34:12', '2024-06-11 09:35:08'),
(17582, 1867, 17424, 4642, 1, 12, 26.55, 27.08, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17583, 1867, 17425, 2146, 3, 12, 44.99, 45.89, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17584, 1867, 17426, 1951, 6, 12, 38.21, 38.97, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17585, 1867, 17427, 2286, 3, 12, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17586, 1867, 17428, 4823, 1, 12, 29.82, 30.42, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17587, 1867, 17429, 3092, 9, 12, 48.45, 49.42, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17588, 1867, 17430, 1876, 1, 12, 32.66, 33.31, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17589, 1867, 17431, 3400, 6, 12, 32.23, 32.87, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17590, 1867, 17432, 5964, 9, 12, 47.66, 48.61, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17591, 1867, 17433, 1631, 9, 12, 5.61, 5.72, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17592, 1867, 17434, 803, 6, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17593, 1867, 17435, 734, 6, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-11 08:34:13', '2024-06-11 08:34:13', '2024-06-11 09:35:08'),
(17594, 1868, 17436, 5552, 3, 13, 27.15, 27.69, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17595, 1868, 17437, 3313, 6, 13, 14.14, 14.42, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17596, 1868, 17438, 1919, 6, 13, 73.50, 74.97, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17597, 1868, 17439, 250, 6, 13, 2369.00, 2416.38, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17598, 1868, 17440, 26, 9, 13, 30.45, 31.06, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17599, 1868, 17441, 3501, 6, 13, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17600, 1868, 17442, 5507, 3, 13, 1287.75, 1313.51, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17601, 1868, 17443, 1646, 6, 13, 7.44, 7.59, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17602, 1868, 17444, 3923, 9, 13, 464.60, 473.89, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17603, 1868, 17445, 1186, 9, 13, 19.29, 19.68, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17604, 1868, 17446, 3240, 1, 13, 104.61, 106.70, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17605, 1868, 17447, 1557, 9, 13, 2968.00, 3027.36, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17606, 1868, 17448, 3022, 6, 13, 16.58, 16.91, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17607, 1868, 17449, 3867, 6, 13, 6.89, 7.03, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17608, 1868, 17450, 275, 6, 13, 340.92, 347.74, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:04'),
(17609, 1868, 17451, 624, 6, 13, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17610, 1868, 17452, 621, 9, 13, 2357.68, 2404.83, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17611, 1868, 17453, 1066, 3, 13, 6.83, 6.97, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17612, 1868, 17454, 4891, 1, 13, 15.87, 16.19, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17613, 1868, 17455, 5086, 6, 13, 154.01, 157.09, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17614, 1868, 17456, 1887, 3, 13, 1.60, 1.63, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17615, 1868, 17457, 143, 1, 13, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17616, 1868, 17458, 3122, 6, 13, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17617, 1868, 17459, 952, 3, 13, 5.36, 5.47, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17618, 1868, 17460, 1613, 9, 13, 167.88, 171.24, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17619, 1868, 17461, 2675, 3, 13, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17620, 1868, 17462, 2717, 3, 13, 112.35, 114.60, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17621, 1868, 17463, 3479, 3, 13, 46.77, 47.71, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17622, 1868, 17464, 1761, 6, 13, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17623, 1868, 17465, 5290, 6, 13, 742.00, 756.84, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17624, 1868, 17466, 3001, 6, 13, 81.81, 83.45, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17625, 1868, 17467, 851, 1, 13, 25.33, 25.84, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17626, 1868, 17468, 958, 6, 13, 618.12, 630.48, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17627, 1868, 17469, 3233, 3, 13, 105.00, 107.10, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:05'),
(17628, 1868, 17470, 106, 1, 13, 124.32, 126.81, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17629, 1868, 17471, 2295, 1, 13, 238.16, 242.92, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17630, 1868, 17472, 695, 9, 13, 76.50, 78.03, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17631, 1868, 17473, 2099, 6, 13, 21.28, 21.71, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17632, 1868, 17474, 2919, 9, 13, 27.45, 28.00, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17633, 1868, 17475, 3480, 9, 13, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17634, 1868, 17476, 886, 6, 13, 60.58, 61.79, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17635, 1868, 17477, 1414, 3, 13, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17636, 1868, 17478, 2889, 3, 13, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-11 09:06:06', '2024-06-11 09:06:06', '2024-06-11 10:07:06'),
(17637, 1868, 17479, 879, 6, 13, 51.52, 52.55, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17638, 1868, 17480, 3754, 1, 13, 40.79, 41.61, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17639, 1868, 17481, 610, 6, 13, 1922.96, 1961.42, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17640, 1868, 17482, 519, 6, 13, 61.18, 62.40, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17641, 1868, 17483, 5301, 3, 13, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17642, 1868, 17484, 1149, 3, 13, 211.99, 216.23, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17643, 1868, 17485, 2653, 3, 13, 20.88, 21.30, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17644, 1868, 17486, 313, 6, 13, 188.84, 192.62, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17645, 1868, 17487, 2994, 3, 13, 8.99, 9.17, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17646, 1868, 17488, 3198, 6, 13, 52.85, 53.91, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17647, 1868, 17489, 1736, 3, 13, 34.16, 34.84, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17648, 1868, 17490, 1518, 9, 13, 219.30, 223.69, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17649, 1868, 17491, 858, 6, 13, 14.38, 14.67, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17650, 1868, 17492, 2016, 1, 13, 277.75, 283.31, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17651, 1868, 17493, 1846, 9, 13, 1.46, 1.49, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17652, 1868, 17494, 5231, 3, 13, 7.97, 8.13, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17653, 1868, 17495, 4822, 3, 13, 20.97, 21.39, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17654, 1868, 17496, 5829, 6, 13, 26.51, 27.04, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17655, 1868, 17497, 5438, 1, 13, 17.39, 17.74, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17656, 1868, 17498, 5613, 1, 13, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17657, 1868, 17499, 3486, 1, 13, 6.55, 6.68, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17658, 1868, 17500, 803, 6, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17659, 1868, 17501, 734, 3, 13, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-11 09:06:07', '2024-06-11 09:06:07', '2024-06-11 10:07:06'),
(17660, 1869, 17502, 5718, 6, 14, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17661, 1869, 17503, 17, 6, 14, 22.44, 22.89, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17662, 1869, 17504, 4017, 3, 14, 3.04, 3.10, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17663, 1869, 17505, 4274, 6, 14, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17664, 1869, 17506, 113, 3, 14, 82.11, 83.75, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17665, 1869, 17507, 4775, 6, 14, 53.70, 54.77, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17666, 1869, 17508, 1944, 1, 14, 405.98, 414.10, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17667, 1869, 17509, 4963, 9, 14, 1339.00, 1365.78, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17668, 1869, 17510, 533, 3, 14, 81.61, 83.24, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17669, 1869, 17511, 3827, 1, 14, 3491.70, 3561.53, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17670, 1869, 17512, 5420, 3, 14, 19.33, 19.72, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17671, 1869, 17513, 2479, 1, 14, 632.86, 645.52, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17672, 1869, 17514, 983, 1, 14, 140.98, 143.80, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17673, 1869, 17515, 2237, 9, 14, 35.35, 36.06, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17674, 1869, 17516, 5688, 6, 14, 95.90, 97.82, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17675, 1869, 17517, 412, 6, 14, 750.87, 765.89, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17676, 1869, 17518, 617, 9, 14, 14.56, 14.85, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17677, 1869, 17519, 1905, 3, 14, 107.06, 109.20, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17678, 1869, 17520, 1363, 3, 14, 3.47, 3.54, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17679, 1869, 17521, 2994, 9, 14, 9.07, 9.25, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17680, 1869, 17522, 228, 6, 14, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17681, 1869, 17523, 5238, 9, 14, 207.02, 211.16, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17682, 1869, 17524, 4604, 6, 14, 27.27, 27.82, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17683, 1869, 17525, 731, 9, 14, 110.34, 112.55, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17684, 1869, 17526, 2778, 1, 14, 30.49, 31.10, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17685, 1869, 17527, 1200, 6, 14, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17686, 1869, 17528, 4302, 6, 14, 10.33, 10.54, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17687, 1869, 17529, 4126, 3, 14, 83.81, 85.49, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17688, 1869, 17530, 4945, 6, 14, 17.45, 17.80, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17689, 1869, 17531, 2557, 3, 14, 4.46, 4.55, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17690, 1869, 17532, 1758, 9, 14, 428.76, 437.34, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17691, 1869, 17533, 4785, 9, 14, 370.82, 378.24, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17692, 1869, 17534, 482, 9, 14, 27.13, 27.67, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17693, 1869, 17535, 3108, 1, 14, 261.45, 266.68, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17694, 1869, 17536, 774, 6, 14, 7.63, 7.78, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17695, 1869, 17537, 5633, 3, 14, 8.95, 9.13, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:14'),
(17696, 1869, 17538, 5103, 1, 14, 76.32, 77.85, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:15'),
(17697, 1869, 17539, 5185, 1, 14, 322.39, 328.84, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:15'),
(17698, 1869, 17540, 1606, 3, 14, 21.15, 21.57, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:15'),
(17699, 1869, 17541, 1648, 1, 14, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-11 09:36:07', '2024-06-11 09:36:07', '2024-06-11 10:37:15'),
(17700, 1869, 17542, 454, 9, 14, 102.49, 104.54, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17701, 1869, 17543, 4569, 1, 14, 132.87, 135.53, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17702, 1869, 17544, 4430, 9, 14, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17703, 1869, 17545, 1498, 3, 14, 91.40, 93.23, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17704, 1869, 17546, 1322, 6, 14, 39.78, 40.58, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17705, 1869, 17547, 4568, 9, 14, 7.00, 7.14, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17706, 1869, 17548, 77, 3, 14, 74.20, 75.68, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17707, 1869, 17549, 2810, 1, 14, 402.72, 410.77, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17708, 1869, 17550, 1733, 3, 14, 9.60, 9.79, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17709, 1869, 17551, 25, 3, 14, 8.40, 8.57, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17710, 1869, 17552, 2236, 1, 14, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17711, 1869, 17553, 2808, 1, 14, 34.64, 35.33, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17712, 1869, 17554, 4331, 6, 14, 19.95, 20.35, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17713, 1869, 17555, 2521, 3, 14, 390.62, 398.43, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17714, 1869, 17556, 1544, 1, 14, 116.39, 118.72, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17715, 1869, 17557, 1655, 6, 14, 1346.80, 1373.74, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17716, 1869, 17558, 2907, 6, 14, 32.83, 33.49, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17717, 1869, 17559, 4642, 1, 14, 26.05, 26.57, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17718, 1869, 17560, 3396, 6, 14, 50.49, 51.50, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17719, 1869, 17561, 3710, 1, 14, 1109.57, 1131.76, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17720, 1869, 17562, 3061, 1, 14, 12.98, 13.24, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17721, 1869, 17563, 432, 9, 14, 214.57, 218.86, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17722, 1869, 17564, 6035, 6, 14, 22.21, 22.65, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17723, 1869, 17565, 3022, 6, 14, 16.41, 16.74, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17724, 1869, 17566, 2577, 9, 14, 114.39, 116.68, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17725, 1869, 17567, 1887, 1, 14, 1.64, 1.67, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17726, 1869, 17568, 4676, 1, 14, 50.67, 51.68, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17727, 1869, 17569, 4851, 9, 14, 1249.49, 1274.48, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17728, 1869, 17570, 4070, 3, 14, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17729, 1869, 17571, 1617, 6, 14, 16.74, 17.07, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17730, 1869, 17572, 5337, 1, 14, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17731, 1869, 17573, 4054, 6, 14, 390.36, 398.17, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17732, 1869, 17574, 423, 9, 14, 14.88, 15.18, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(17733, 1869, 17575, 6131, 3, 14, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17734, 1869, 17576, 3104, 6, 14, 1161.68, 1184.91, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17735, 1869, 17577, 4211, 3, 14, 35.69, 36.40, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17736, 1869, 17578, 4570, 1, 14, 53.54, 54.61, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17737, 1869, 17579, 1354, 3, 14, 17.92, 18.28, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17738, 1869, 17580, 2235, 6, 14, 31.83, 32.47, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17739, 1869, 17581, 469, 1, 14, 105.00, 107.10, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17740, 1869, 17582, 2992, 9, 14, 127.92, 130.48, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17741, 1869, 17583, 4885, 3, 14, 515.58, 525.89, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17742, 1869, 17584, 3574, 1, 14, 17.50, 17.85, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17743, 1869, 17585, 998, 9, 14, 398.57, 406.54, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17744, 1869, 17586, 1991, 1, 14, 38.15, 38.91, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17745, 1869, 17587, 5234, 1, 14, 388.09, 395.85, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17746, 1869, 17588, 4513, 3, 14, 7.42, 7.57, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17747, 1869, 17589, 5962, 6, 14, 17.90, 18.26, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17748, 1869, 17590, 4964, 6, 14, 20.69, 21.10, 1, 1, 'ai_sell', '2024-06-11 09:36:08', '2024-06-11 09:36:08', '2024-06-11 10:37:15'),
(17749, 1869, 17591, 3265, 9, 14, 7.29, 7.44, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17750, 1869, 17592, 375, 1, 14, 193.80, 197.68, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17751, 1869, 17593, 1373, 9, 14, 23.69, 24.16, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17752, 1869, 17594, 459, 9, 14, 780.00, 795.60, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17753, 1869, 17595, 5991, 6, 14, 16.46, 16.79, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17754, 1869, 17596, 5863, 6, 14, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17755, 1869, 17597, 6002, 1, 14, 282.80, 288.46, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17756, 1869, 17598, 990, 6, 14, 219.84, 224.24, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17757, 1869, 17599, 1271, 3, 14, 292.74, 298.59, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17758, 1869, 17600, 5766, 3, 14, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17759, 1869, 17601, 4307, 9, 14, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17760, 1869, 17602, 3876, 3, 14, 28.07, 28.63, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17761, 1869, 17603, 240, 1, 14, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17762, 1869, 17604, 2678, 3, 14, 39.74, 40.53, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17763, 1869, 17605, 3211, 9, 14, 20.45, 20.86, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17764, 1869, 17606, 3192, 3, 14, 143.30, 146.17, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17765, 1869, 17607, 5486, 6, 14, 8.08, 8.24, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17766, 1869, 17608, 5488, 3, 14, 22.66, 23.11, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17767, 1869, 17609, 349, 9, 14, 25.43, 25.94, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17768, 1869, 17610, 1130, 6, 14, 36.14, 36.86, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17769, 1869, 17611, 2620, 9, 14, 34.31, 35.00, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17770, 1869, 17612, 4991, 3, 14, 170.26, 173.67, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17771, 1869, 17613, 1219, 9, 14, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17772, 1869, 17614, 3733, 3, 14, 5.41, 5.52, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17773, 1869, 17615, 3082, 6, 14, 12.58, 12.83, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17774, 1869, 17616, 1340, 9, 14, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17775, 1869, 17617, 145, 6, 14, 72.45, 73.90, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17776, 1869, 17618, 1228, 6, 14, 21.32, 21.75, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17777, 1869, 17619, 2180, 6, 14, 14.56, 14.85, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17778, 1869, 17620, 633, 1, 14, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17779, 1869, 17621, 6128, 1, 14, 19.15, 19.53, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17780, 1869, 17622, 1589, 6, 14, 2.44, 2.49, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17781, 1869, 17623, 1405, 3, 14, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17782, 1869, 17624, 4909, 3, 14, 2.12, 2.16, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17783, 1869, 17625, 1894, 9, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17784, 1869, 17626, 803, 1, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17785, 1869, 17627, 734, 1, 14, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-11 09:36:09', '2024-06-11 09:36:09', '2024-06-11 10:37:15'),
(17786, 1872, 17628, 3926, 1, 18, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17787, 1872, 17629, 370, 6, 18, 923.99, 942.47, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17788, 1872, 17630, 5518, 1, 18, 18.17, 18.53, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17789, 1872, 17631, 2613, 6, 18, 29.16, 29.74, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17790, 1872, 17632, 4236, 3, 18, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17791, 1872, 17633, 4395, 3, 18, 212.82, 217.08, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17792, 1872, 17634, 2446, 6, 18, 300.56, 306.57, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17793, 1872, 17635, 5554, 6, 18, 5.64, 5.75, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17794, 1872, 17636, 2959, 3, 18, 395.38, 403.29, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17795, 1872, 17637, 2237, 9, 18, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17796, 1872, 17638, 3892, 3, 18, 103.95, 106.03, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17797, 1872, 17639, 1269, 6, 18, 111.10, 113.32, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17798, 1872, 17640, 3158, 1, 18, 40.38, 41.19, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17799, 1872, 17641, 2671, 6, 18, 15.99, 16.31, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:03'),
(17800, 1872, 17642, 799, 3, 18, 140.40, 143.21, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17801, 1872, 17643, 5399, 6, 18, 16.10, 16.42, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17802, 1872, 17644, 1872, 9, 18, 19.33, 19.72, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17803, 1872, 17645, 1224, 9, 18, 15.61, 15.92, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17804, 1872, 17646, 3536, 6, 18, 1479.00, 1508.58, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17805, 1872, 17647, 5765, 6, 18, 9.35, 9.54, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17806, 1872, 17648, 5160, 1, 18, 274.01, 279.49, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17807, 1872, 17649, 2473, 3, 18, 530.00, 540.60, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17808, 1872, 17650, 909, 1, 18, 31.80, 32.44, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17809, 1872, 17651, 2105, 6, 18, 420.00, 428.40, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17810, 1872, 17652, 329, 1, 18, 134.54, 137.23, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17811, 1872, 17653, 109, 3, 18, 25.55, 26.06, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17812, 1872, 17654, 456, 1, 18, 46.77, 47.71, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17813, 1872, 17655, 2829, 6, 18, 11.12, 11.34, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17814, 1872, 17656, 3749, 6, 18, 50.72, 51.73, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17815, 1872, 17657, 2010, 9, 18, 404.56, 412.65, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17816, 1872, 17658, 1356, 6, 18, 1868.50, 1905.87, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17817, 1872, 17659, 5292, 9, 18, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17818, 1872, 17660, 2113, 6, 18, 9.42, 9.61, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17819, 1872, 17661, 3936, 9, 18, 349.79, 356.79, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17820, 1872, 17662, 3591, 3, 18, 12.28, 12.53, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17821, 1872, 17663, 1231, 9, 18, 47.27, 48.22, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17822, 1872, 17664, 2029, 3, 18, 165.64, 168.95, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17823, 1872, 17665, 5842, 1, 18, 808.97, 825.15, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17824, 1872, 17666, 4803, 1, 18, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17825, 1872, 17667, 4154, 1, 18, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17826, 1872, 17668, 636, 9, 18, 7.21, 7.35, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17827, 1872, 17669, 684, 9, 18, 4449.24, 4538.22, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17828, 1872, 17670, 3721, 6, 18, 35.48, 36.19, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17829, 1872, 17671, 3383, 3, 18, 101.06, 103.08, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17830, 1872, 17672, 2177, 3, 18, 424.20, 432.68, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17831, 1872, 17673, 6080, 6, 18, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17832, 1872, 17674, 5759, 1, 18, 4.03, 4.11, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17833, 1872, 17675, 1459, 3, 18, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17834, 1872, 17676, 1121, 9, 18, 84.49, 86.18, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17835, 1872, 17677, 4133, 6, 18, 349.80, 356.80, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17836, 1872, 17678, 2199, 9, 18, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17837, 1872, 17679, 3091, 6, 18, 46.63, 47.56, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17838, 1872, 17680, 3068, 1, 18, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17839, 1872, 17681, 4897, 3, 18, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17840, 1872, 17682, 783, 6, 18, 40.83, 41.65, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17841, 1872, 17683, 1718, 1, 18, 4.11, 4.19, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17842, 1872, 17684, 2689, 9, 18, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17843, 1872, 17685, 5957, 3, 18, 12.63, 12.88, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17844, 1872, 17686, 934, 3, 18, 13.50, 13.77, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17845, 1872, 17687, 1813, 3, 18, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17846, 1872, 17688, 5968, 9, 18, 21.17, 21.59, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17847, 1872, 17689, 44, 6, 18, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17848, 1872, 17690, 1576, 1, 18, 2.68, 2.73, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17849, 1872, 17691, 1818, 6, 18, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17850, 1872, 17692, 1850, 9, 18, 0.58, 0.59, 1, 1, 'ai_sell', '2024-06-11 11:28:05', '2024-06-11 11:28:05', '2024-06-11 12:29:04'),
(17851, 1798, 17694, 3153, 5, NULL, 400.00, 412.00, 1, 1, 'manual_sell', '2024-06-11 14:33:51', '2024-06-11 14:33:51', '2024-06-11 15:34:03'),
(17852, 1798, 17693, 940, 5, NULL, 71.00, 73.13, 1, 1, 'manual_sell', '2024-06-11 14:35:33', '2024-06-11 14:35:33', '2024-06-11 15:36:03'),
(17853, 1869, 17695, 5428, 3, 17, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:04'),
(17854, 1869, 17696, 1401, 9, 17, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:04'),
(17855, 1869, 17697, 4583, 1, 17, 49.88, 50.88, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:04'),
(17856, 1869, 17698, 479, 3, 17, 1320.80, 1347.22, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17857, 1869, 17699, 4683, 3, 17, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17858, 1869, 17700, 4234, 6, 17, 42.65, 43.50, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17859, 1869, 17701, 2865, 9, 17, 57.74, 58.89, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17860, 1869, 17702, 959, 3, 17, 2.65, 2.70, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17861, 1869, 17703, 5722, 9, 17, 29.86, 30.46, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17862, 1869, 17704, 2557, 9, 17, 4.29, 4.38, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17863, 1869, 17705, 3952, 6, 17, 143.81, 146.69, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17864, 1869, 17706, 200, 3, 17, 8.19, 8.35, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17865, 1869, 17707, 3349, 1, 17, 36.97, 37.71, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17866, 1869, 17708, 5829, 1, 17, 26.25, 26.78, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17867, 1869, 17709, 1200, 3, 17, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17868, 1869, 17710, 4326, 1, 17, 110.24, 112.44, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17869, 1869, 17711, 1917, 1, 17, 74.39, 75.88, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17870, 1869, 17712, 5343, 6, 17, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17871, 1869, 17713, 1590, 3, 17, 726.96, 741.50, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17872, 1869, 17714, 4389, 9, 17, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17873, 1869, 17715, 5000, 3, 17, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17874, 1869, 17716, 268, 3, 17, 6.44, 6.57, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17875, 1869, 17717, 5041, 1, 17, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17876, 1869, 17718, 2231, 3, 17, 55.64, 56.75, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17877, 1869, 17719, 3233, 1, 17, 103.00, 105.06, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17878, 1869, 17720, 4571, 9, 17, 1853.99, 1891.07, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17879, 1869, 17721, 2007, 6, 17, 103.15, 105.21, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17880, 1869, 17722, 6140, 6, 17, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17881, 1869, 17723, 4170, 6, 17, 141.39, 144.22, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17882, 1869, 17724, 3290, 1, 17, 319.05, 325.43, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17883, 1869, 17725, 3091, 3, 17, 46.63, 47.56, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17884, 1869, 17726, 2059, 1, 17, 1526.94, 1557.48, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17885, 1869, 17727, 3031, 3, 17, 133.42, 136.09, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17886, 1869, 17728, 110, 6, 17, 194.44, 198.33, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17887, 1869, 17729, 4566, 1, 17, 66.29, 67.62, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17888, 1869, 17730, 3925, 6, 17, 160.05, 163.25, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17889, 1869, 17731, 2356, 9, 17, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17890, 1869, 17732, 2014, 6, 17, 208.01, 212.17, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17891, 1869, 17733, 5581, 3, 17, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17892, 1869, 17734, 5151, 1, 17, 332.84, 339.50, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17893, 1869, 17735, 3178, 9, 17, 5.47, 5.58, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17894, 1869, 17736, 2587, 6, 17, 50.97, 51.99, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17895, 1869, 17737, 1758, 9, 17, 424.55, 433.04, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17896, 1869, 17738, 188, 3, 17, 57.62, 58.77, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17897, 1869, 17739, 4093, 3, 17, 31.30, 31.93, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17898, 1869, 17740, 928, 3, 17, 170.69, 174.10, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17899, 1869, 17741, 3045, 6, 17, 654.16, 667.24, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17900, 1869, 17742, 972, 3, 17, 14.49, 14.78, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17901, 1869, 17743, 3784, 9, 17, 98.80, 100.78, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17902, 1869, 17744, 1827, 9, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17903, 1869, 17745, 5014, 3, 17, 531.41, 542.04, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17904, 1869, 17746, 3910, 1, 17, 2003.40, 2043.47, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17905, 1869, 17747, 4921, 9, 17, 28.28, 28.85, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17906, 1869, 17748, 5249, 1, 17, 40.91, 41.73, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17907, 1869, 17749, 3005, 9, 17, 63.43, 64.70, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:05'),
(17908, 1869, 17750, 66, 3, 17, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:06'),
(17909, 1869, 17751, 4101, 3, 17, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-12 06:43:08', '2024-06-12 06:43:08', '2024-06-12 07:44:06'),
(17910, 1869, 17752, 2523, 9, 17, 116.60, 118.93, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17911, 1869, 17753, 402, 6, 17, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17912, 1869, 17754, 4724, 3, 17, 50.46, 51.47, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17913, 1869, 17755, 2033, 3, 17, 219.45, 223.84, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17914, 1869, 17756, 4647, 9, 17, 85.85, 87.57, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17915, 1869, 17757, 3647, 6, 17, 81.36, 82.99, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17916, 1869, 17758, 795, 6, 17, 787.77, 803.53, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17917, 1869, 17759, 2237, 6, 17, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17918, 1869, 17760, 3062, 9, 17, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17919, 1869, 17761, 1507, 6, 17, 3.66, 3.73, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17920, 1869, 17762, 2455, 9, 17, 50.40, 51.41, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17921, 1869, 17763, 5589, 6, 17, 157.94, 161.10, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17922, 1869, 17764, 1650, 9, 17, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17923, 1869, 17765, 4446, 1, 17, 33.98, 34.66, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17924, 1869, 17766, 2918, 9, 17, 623.70, 636.17, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17925, 1869, 17767, 2927, 1, 17, 22.76, 23.22, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17926, 1869, 17768, 760, 3, 17, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17927, 1869, 17769, 1144, 6, 17, 36.92, 37.66, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17928, 1869, 17770, 5786, 3, 17, 12.43, 12.68, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17929, 1869, 17771, 3155, 9, 17, 116.60, 118.93, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17930, 1869, 17772, 3687, 6, 17, 77.46, 79.01, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17931, 1869, 17773, 2195, 9, 17, 77.25, 78.80, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17932, 1869, 17774, 905, 6, 17, 18.78, 19.16, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:06'),
(17933, 1869, 17775, 6098, 9, 17, 20.38, 20.79, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17934, 1869, 17776, 308, 3, 17, 7.55, 7.70, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17935, 1869, 17777, 322, 6, 17, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17936, 1869, 17778, 3991, 9, 17, 30.73, 31.34, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17937, 1869, 17779, 755, 9, 17, 34.31, 35.00, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17938, 1869, 17780, 2253, 9, 17, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17939, 1869, 17781, 3068, 1, 17, 15.14, 15.44, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17940, 1869, 17782, 824, 3, 17, 23.73, 24.20, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17941, 1869, 17783, 2009, 9, 17, 33.81, 34.49, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17942, 1869, 17784, 2064, 9, 17, 3.14, 3.20, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17943, 1869, 17785, 1213, 1, 17, 2.47, 2.52, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17944, 1869, 17786, 1811, 6, 17, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17945, 1869, 17787, 1894, 3, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-12 06:43:09', '2024-06-12 06:43:09', '2024-06-12 07:44:07'),
(17946, 1866, 17788, 231, 6, 16, 70.97, 72.39, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:04'),
(17947, 1866, 17789, 2561, 6, 16, 20.70, 21.11, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:04'),
(17948, 1866, 17790, 2133, 9, 16, 130.00, 132.60, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:04'),
(17949, 1866, 17791, 1481, 3, 16, 53.00, 54.06, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:04'),
(17950, 1866, 17792, 2850, 6, 16, 1855.00, 1892.10, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:04'),
(17951, 1866, 17793, 3336, 3, 16, 13.41, 13.68, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17952, 1866, 17794, 730, 6, 16, 70.56, 71.97, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17953, 1866, 17795, 3027, 6, 16, 3328.00, 3394.56, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17954, 1866, 17796, 840, 3, 16, 197.59, 201.54, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17955, 1866, 17797, 2813, 6, 16, 8312.30, 8478.55, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17956, 1866, 17798, 3293, 1, 16, 14.42, 14.71, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17957, 1866, 17799, 5326, 1, 16, 445.15, 454.05, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17958, 1866, 17800, 262, 6, 16, 175.10, 178.60, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17959, 1866, 17801, 542, 9, 16, 209.88, 214.08, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17960, 1866, 17802, 2088, 9, 16, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17961, 1866, 17803, 1419, 3, 16, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17962, 1866, 17804, 1667, 3, 16, 10.35, 10.56, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17963, 1866, 17805, 3987, 1, 16, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17964, 1866, 17806, 4147, 9, 16, 102.99, 105.05, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17965, 1866, 17807, 310, 3, 16, 55.86, 56.98, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17966, 1866, 17808, 2104, 6, 16, 17.92, 18.28, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17967, 1866, 17809, 5898, 9, 16, 35.44, 36.15, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17968, 1866, 17810, 2848, 9, 16, 239.19, 243.97, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17969, 1866, 17811, 2394, 6, 16, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17970, 1866, 17812, 4368, 3, 16, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:05'),
(17971, 1866, 17813, 1113, 3, 16, 179.14, 182.72, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17972, 1866, 17814, 4786, 3, 16, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17973, 1866, 17815, 3467, 9, 16, 13.38, 13.65, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17974, 1866, 17816, 5587, 6, 16, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17975, 1866, 17817, 5785, 9, 16, 5.97, 6.09, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17976, 1866, 17818, 1850, 3, 16, 0.57, 0.58, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17977, 1866, 17819, 1662, 6, 16, 0.93, 0.95, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17978, 1866, 17820, 1827, 9, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-12 07:46:06', '2024-06-12 07:46:06', '2024-06-12 08:47:06'),
(17979, 1866, 17821, 1827, 6, 16, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-12 07:47:06', '2024-06-12 07:47:06', '2024-06-12 08:48:04'),
(17980, 1866, 17822, 3884, 9, 6, 40.39, 40.75, 1, 1, 'ai_sell', '2024-06-12 09:08:05', '2024-06-12 09:08:05', '2024-06-12 10:09:04'),
(17981, 1866, 17823, 1210, 1, 6, 4.24, 4.28, 1, 1, 'ai_sell', '2024-06-12 09:08:05', '2024-06-12 09:08:05', '2024-06-12 10:09:04'),
(17982, 1866, 17824, 2601, 9, 6, 16.47, 16.62, 1, 1, 'ai_sell', '2024-06-12 09:08:05', '2024-06-12 09:08:05', '2024-06-12 10:09:04'),
(17983, 1866, 17825, 765, 9, 6, 1.31, 1.32, 1, 1, 'ai_sell', '2024-06-12 09:08:05', '2024-06-12 09:08:05', '2024-06-12 10:09:04'),
(17984, 1870, 17826, 3490, 6, 8, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-12 09:08:06', '2024-06-12 09:08:06', '2024-06-12 10:09:04'),
(17985, 1870, 17827, 3378, 6, 8, 367.50, 374.85, 1, 1, 'ai_sell', '2024-06-12 09:08:06', '2024-06-12 09:08:06', '2024-06-12 10:09:04'),
(17986, 1870, 17828, 4409, 6, 8, 653.05, 666.11, 1, 1, 'ai_sell', '2024-06-12 09:08:06', '2024-06-12 09:08:06', '2024-06-12 10:09:04'),
(17987, 1870, 17829, 2316, 1, 8, 53.01, 54.07, 1, 1, 'ai_sell', '2024-06-12 09:08:06', '2024-06-12 09:08:06', '2024-06-12 10:09:04'),
(17988, 1870, 17830, 2172, 1, 8, 29.20, 29.78, 1, 1, 'ai_sell', '2024-06-12 09:08:06', '2024-06-12 09:08:06', '2024-06-12 10:09:05'),
(17989, 1870, 17831, 3745, 9, 8, 12.96, 13.22, 1, 1, 'ai_sell', '2024-06-12 09:08:06', '2024-06-12 09:08:06', '2024-06-12 10:09:05'),
(17990, 1870, 17832, 4227, 3, 8, 222.60, 227.05, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17991, 1870, 17833, 4571, 9, 8, 1871.99, 1909.43, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17992, 1870, 17834, 4497, 1, 8, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17993, 1870, 17835, 5221, 9, 8, 203.93, 208.01, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17994, 1870, 17836, 3456, 3, 8, 102.96, 105.02, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17995, 1870, 17837, 1817, 6, 8, 1138.80, 1161.58, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17996, 1870, 17838, 4368, 9, 8, 53.00, 54.06, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17997, 1870, 17839, 4461, 6, 8, 575.69, 587.20, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17998, 1870, 17840, 341, 1, 8, 825.74, 842.25, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(17999, 1870, 17841, 4978, 3, 8, 5706.90, 5821.04, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(18000, 1870, 17842, 5241, 6, 8, 32.60, 33.25, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(18001, 1870, 17843, 833, 1, 8, 20.34, 20.75, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(18002, 1870, 17844, 1098, 6, 8, 284.58, 290.27, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(18003, 1870, 17845, 654, 6, 8, 57.24, 58.38, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(18004, 1870, 17846, 719, 1, 8, 19.05, 19.43, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(18005, 1870, 17847, 704, 6, 8, 49.40, 50.39, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:07'),
(18006, 1870, 17848, 6043, 6, 8, 7.04, 7.18, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18007, 1870, 17849, 5857, 6, 8, 6.90, 7.04, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18008, 1870, 17850, 3812, 1, 8, 30.11, 30.71, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18009, 1870, 17851, 2387, 1, 8, 43.18, 44.04, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18010, 1870, 17852, 880, 1, 8, 190.89, 194.71, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18011, 1870, 17853, 5583, 9, 8, 509.95, 520.15, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18012, 1870, 17854, 4254, 6, 8, 20.56, 20.97, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18013, 1870, 17855, 2101, 1, 8, 912.58, 930.83, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18014, 1870, 17856, 5668, 6, 8, 329.60, 336.19, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18015, 1870, 17857, 4454, 1, 8, 1579.40, 1610.99, 1, 1, 'ai_sell', '2024-06-12 09:09:06', '2024-06-12 09:09:06', '2024-06-12 10:10:08'),
(18016, 1870, 17858, 4867, 9, 8, 185.42, 189.13, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18017, 1870, 17859, 5252, 6, 8, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18018, 1870, 17860, 6177, 6, 8, 23.68, 24.15, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18019, 1870, 17861, 1405, 3, 8, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18020, 1870, 17862, 782, 6, 8, 7.19, 7.33, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18021, 1870, 17863, 192, 3, 8, 125.29, 127.80, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18022, 1870, 17864, 1316, 1, 8, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18023, 1870, 17865, 465, 9, 8, 13.25, 13.52, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18024, 1870, 17866, 6124, 3, 8, 40.16, 40.96, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18025, 1870, 17867, 1576, 9, 8, 2.70, 2.75, 1, 1, 'ai_sell', '2024-06-12 09:09:07', '2024-06-12 09:09:07', '2024-06-12 10:10:08'),
(18026, 1871, 17868, 4218, 1, 7, 34.31, 35.00, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18027, 1871, 17869, 185, 1, 7, 72.09, 73.53, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18028, 1871, 17870, 2088, 9, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18029, 1871, 17871, 3066, 9, 7, 231.75, 236.39, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18030, 1871, 17872, 5179, 3, 7, 84.79, 86.49, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18031, 1871, 17873, 5590, 1, 7, 56.09, 57.21, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18032, 1871, 17874, 5848, 3, 7, 22.00, 22.44, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18033, 1871, 17875, 650, 3, 7, 26.00, 26.52, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18034, 1871, 17876, 4518, 6, 7, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:04'),
(18035, 1871, 17877, 593, 6, 7, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18036, 1871, 17878, 679, 1, 7, 4762.80, 4858.06, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18037, 1871, 17879, 1490, 6, 7, 12990.30, 13250.11, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18038, 1871, 17880, 2304, 9, 7, 412.00, 420.24, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18039, 1871, 17881, 590, 3, 7, 3412.50, 3480.75, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18040, 1871, 17882, 5430, 6, 7, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18041, 1871, 17883, 2735, 3, 7, 2474.50, 2523.99, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18042, 1871, 17884, 1330, 6, 7, 73.27, 74.74, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18043, 1871, 17885, 3707, 1, 7, 361.48, 368.71, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18044, 1871, 17886, 3418, 6, 7, 24.58, 25.07, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18045, 1871, 17887, 5041, 1, 7, 21.00, 21.42, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18046, 1871, 17888, 5345, 3, 7, 53.03, 54.09, 1, 1, 'ai_sell', '2024-06-12 09:10:08', '2024-06-12 09:10:08', '2024-06-12 10:11:05'),
(18047, 1871, 17889, 5313, 6, 7, 24462.50, 24951.75, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:05'),
(18048, 1871, 17890, 2386, 1, 7, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:05'),
(18049, 1871, 17891, 1233, 9, 7, 21.13, 21.55, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:05'),
(18050, 1871, 17892, 5062, 9, 7, 23.32, 23.79, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:05'),
(18051, 1871, 17893, 3955, 3, 7, 29.86, 30.46, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:05'),
(18052, 1871, 17894, 1393, 1, 7, 40.97, 41.79, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18053, 1871, 17895, 875, 9, 7, 17.58, 17.93, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18054, 1871, 17896, 4232, 9, 7, 16.99, 17.33, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18055, 1871, 17897, 1032, 3, 7, 100.70, 102.71, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18056, 1871, 17898, 4155, 6, 7, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18057, 1871, 17899, 2917, 1, 7, 17.14, 17.48, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18058, 1871, 17900, 5440, 6, 7, 62.82, 64.08, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18059, 1871, 17901, 1163, 1, 7, 18.35, 18.72, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18060, 1871, 17902, 1860, 6, 7, 917.37, 935.72, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18061, 1871, 17903, 5803, 3, 7, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18062, 1871, 17904, 759, 9, 7, 55.53, 56.64, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18063, 1871, 17905, 4076, 1, 7, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18064, 1871, 17906, 4554, 1, 7, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18065, 1871, 17907, 3915, 9, 7, 2641.80, 2694.64, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18066, 1871, 17908, 4996, 1, 7, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18067, 1871, 17909, 4013, 6, 7, 3.94, 4.02, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18068, 1871, 17910, 1097, 9, 7, 263.94, 269.22, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18069, 1871, 17911, 4284, 3, 7, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18070, 1871, 17912, 3204, 9, 7, 74.69, 76.18, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18071, 1871, 17913, 4103, 6, 7, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18072, 1871, 17914, 1827, 6, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-12 09:10:09', '2024-06-12 09:10:09', '2024-06-12 10:11:06'),
(18073, 1871, 17915, 1827, 1, 7, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-12 09:11:05', '2024-06-12 09:11:05', '2024-06-12 10:12:04'),
(18074, 1873, 17916, 2310, 9, 9, 1513.07, 1543.33, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:03'),
(18075, 1873, 17917, 4007, 6, 9, 824.68, 841.17, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18076, 1873, 17918, 2485, 9, 9, 143.81, 146.69, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18077, 1873, 17919, 348, 1, 9, 42.16, 43.00, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18078, 1873, 17920, 2293, 3, 9, 798.72, 814.69, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18079, 1873, 17921, 4226, 3, 9, 59.31, 60.50, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18080, 1873, 17922, 3812, 1, 9, 30.40, 31.01, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18081, 1873, 17923, 2157, 3, 9, 18.55, 18.92, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18082, 1873, 17924, 5442, 1, 9, 26.27, 26.80, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18083, 1873, 17925, 570, 1, 9, 1020.78, 1041.20, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18084, 1873, 17926, 1118, 6, 9, 1047.26, 1068.21, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18085, 1873, 17927, 4866, 1, 9, 8.47, 8.64, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18086, 1873, 17928, 3262, 1, 9, 5.72, 5.83, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18087, 1873, 17929, 2803, 6, 9, 816.00, 832.32, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18088, 1873, 17930, 4998, 9, 9, 118.45, 120.82, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18089, 1873, 17931, 790, 6, 9, 276.12, 281.64, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18090, 1873, 17932, 4237, 1, 9, 21.17, 21.59, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18091, 1873, 17933, 3328, 3, 9, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18092, 1873, 17934, 1277, 9, 9, 35.14, 35.84, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18093, 1873, 17935, 5005, 1, 9, 35.34, 36.05, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18094, 1873, 17936, 2873, 9, 9, 25.49, 26.00, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18095, 1873, 17937, 2966, 6, 9, 510.00, 520.20, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18096, 1873, 17938, 4092, 6, 9, 2.89, 2.95, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18097, 1873, 17939, 1662, 1, 9, 0.93, 0.95, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18098, 1873, 17940, 1182, 3, 9, 102.96, 105.02, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:04'),
(18099, 1873, 17941, 5227, 1, 9, 16.15, 16.47, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18100, 1873, 17942, 4868, 3, 9, 407.99, 416.15, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18101, 1873, 17943, 3967, 6, 9, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18102, 1873, 17944, 272, 3, 9, 2009.40, 2049.59, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18103, 1873, 17945, 3385, 3, 9, 383.80, 391.48, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18104, 1873, 17946, 5426, 1, 9, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18105, 1873, 17947, 3626, 1, 9, 19.99, 20.39, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18106, 1873, 17948, 4676, 6, 9, 51.16, 52.18, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(18107, 1873, 17949, 719, 6, 9, 18.51, 18.88, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18108, 1873, 17950, 5727, 9, 9, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18109, 1873, 17951, 1642, 6, 9, 234.04, 238.72, 1, 1, 'ai_sell', '2024-06-12 09:23:06', '2024-06-12 09:23:06', '2024-06-12 10:24:05'),
(18110, 1873, 17952, 740, 6, 9, 14.03, 14.31, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:05'),
(18111, 1873, 17953, 4433, 3, 9, 706.99, 721.13, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:05'),
(18112, 1873, 17954, 3951, 1, 9, 10200.00, 10404.00, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:05'),
(18113, 1873, 17955, 6146, 3, 9, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:05'),
(18114, 1873, 17956, 4543, 6, 9, 373.11, 380.57, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:05'),
(18115, 1873, 17957, 1073, 9, 9, 114.21, 116.49, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:05'),
(18116, 1873, 17958, 1131, 9, 9, 378.01, 385.57, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18117, 1873, 17959, 2112, 3, 9, 52.50, 53.55, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18118, 1873, 17960, 1322, 3, 9, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18119, 1873, 17961, 3103, 3, 9, 140.70, 143.51, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18120, 1873, 17962, 2250, 9, 9, 72.42, 73.87, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18121, 1873, 17963, 113, 1, 9, 85.33, 87.04, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18122, 1873, 17964, 5264, 3, 9, 5.98, 6.10, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18123, 1873, 17965, 1719, 3, 9, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-12 09:23:07', '2024-06-12 09:23:07', '2024-06-12 10:24:06'),
(18124, 1866, 17966, 4565, 6, 11, 91.80, 93.64, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:04'),
(18125, 1866, 17967, 1070, 9, 11, 798.00, 813.96, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:04'),
(18126, 1866, 17968, 6095, 1, 11, 30.98, 31.60, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:04'),
(18127, 1866, 17969, 5392, 6, 11, 34.14, 34.82, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:04'),
(18128, 1866, 17970, 2649, 1, 11, 6.70, 6.83, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:04'),
(18129, 1866, 17971, 965, 6, 11, 1060.00, 1081.20, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:04'),
(18130, 1866, 17972, 5736, 9, 11, 107.05, 109.19, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18131, 1866, 17973, 575, 9, 11, 943.34, 962.21, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18132, 1866, 17974, 426, 3, 11, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18133, 1866, 17975, 3225, 3, 11, 1.13, 1.15, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18134, 1866, 17976, 340, 9, 11, 209.03, 213.21, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18135, 1866, 17977, 5292, 9, 11, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18136, 1866, 17978, 897, 1, 11, 478.39, 487.96, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18137, 1866, 17979, 4882, 9, 11, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18138, 1866, 17980, 3533, 3, 11, 2.42, 2.47, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18139, 1866, 17981, 2250, 9, 11, 75.26, 76.77, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18140, 1866, 17982, 3995, 9, 11, 4620.00, 4712.40, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18141, 1866, 17983, 344, 1, 11, 356.59, 363.72, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18142, 1866, 17984, 62, 6, 11, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18143, 1866, 17985, 5431, 3, 11, 22.84, 23.30, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18144, 1866, 17986, 4766, 9, 11, 28.27, 28.84, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18145, 1866, 17987, 1736, 1, 11, 33.51, 34.18, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:05'),
(18146, 1866, 17988, 2872, 9, 11, 2719.20, 2773.58, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18147, 1866, 17989, 1955, 3, 11, 3.61, 3.68, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18148, 1866, 17990, 2518, 6, 11, 20.68, 21.09, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18149, 1866, 17991, 4648, 1, 11, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18150, 1866, 17992, 4256, 6, 11, 2549.99, 2600.99, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18151, 1866, 17993, 3709, 3, 11, 3.40, 3.47, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18152, 1866, 17994, 3366, 1, 11, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18153, 1866, 17995, 1199, 3, 11, 24.71, 25.20, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18154, 1866, 17996, 2833, 3, 11, 41.46, 42.29, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18155, 1866, 17997, 4503, 6, 11, 266.21, 271.53, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18156, 1866, 17998, 1449, 6, 11, 15.98, 16.30, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18157, 1866, 17999, 2975, 3, 11, 519.17, 529.55, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18158, 1866, 18000, 4670, 1, 11, 5.89, 6.01, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18159, 1866, 18001, 502, 1, 11, 57.20, 58.34, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18160, 1866, 18002, 5534, 3, 11, 130.52, 133.13, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:06'),
(18161, 1866, 18003, 4197, 9, 11, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18162, 1866, 18004, 4358, 9, 11, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18163, 1866, 18005, 2349, 1, 11, 235.31, 240.02, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18164, 1866, 18006, 5441, 9, 11, 24.43, 24.92, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18165, 1866, 18007, 1012, 3, 11, 2398.44, 2446.41, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18166, 1866, 18008, 2229, 3, 11, 27.76, 28.32, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18167, 1866, 18009, 4842, 3, 11, 90.32, 92.13, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18168, 1866, 18010, 4832, 6, 11, 16.61, 16.94, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18169, 1866, 18011, 2962, 1, 11, 10.86, 11.08, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18170, 1866, 18012, 6124, 3, 11, 39.38, 40.17, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18171, 1866, 18013, 5011, 1, 11, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18172, 1866, 18014, 4380, 6, 11, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18173, 1866, 18015, 500, 1, 11, 16.36, 16.69, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18174, 1866, 18016, 1244, 3, 11, 512.16, 522.40, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18175, 1866, 18017, 5990, 3, 11, 4.81, 4.91, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18176, 1866, 18018, 5200, 1, 11, 149.45, 152.44, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18177, 1866, 18019, 4778, 3, 11, 331.34, 337.97, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18178, 1866, 18020, 4728, 1, 11, 53.54, 54.61, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18179, 1866, 18021, 784, 1, 11, 40.83, 41.65, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18180, 1866, 18022, 3645, 9, 11, 9.54, 9.73, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18181, 1866, 18023, 4812, 6, 11, 58.07, 59.23, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18182, 1866, 18024, 529, 1, 11, 37.79, 38.55, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18183, 1866, 18025, 6020, 6, 11, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18184, 1866, 18026, 2534, 9, 11, 10.18, 10.38, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18185, 1866, 18027, 1253, 6, 11, 32.32, 32.97, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18186, 1866, 18028, 5976, 9, 11, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18187, 1866, 18029, 689, 1, 11, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:07'),
(18188, 1866, 18030, 4438, 1, 11, 31.93, 32.57, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:08'),
(18189, 1866, 18031, 1142, 1, 11, 83.15, 84.81, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:08'),
(18190, 1866, 18032, 1662, 3, 11, 0.94, 0.96, 1, 1, 'ai_sell', '2024-06-12 09:36:06', '2024-06-12 09:36:06', '2024-06-12 10:37:08'),
(18191, 1867, 18033, 3824, 1, 12, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-12 09:46:08', '2024-06-12 09:46:08', '2024-06-12 10:47:04'),
(18192, 1867, 18034, 3131, 9, 12, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-12 09:46:08', '2024-06-12 09:46:08', '2024-06-12 10:47:04'),
(18193, 1867, 18035, 3610, 9, 12, 15.51, 15.82, 1, 1, 'ai_sell', '2024-06-12 09:46:08', '2024-06-12 09:46:08', '2024-06-12 10:47:04'),
(18194, 1867, 18036, 6089, 1, 12, 5.12, 5.22, 1, 1, 'ai_sell', '2024-06-12 09:46:08', '2024-06-12 09:46:08', '2024-06-12 10:47:04'),
(18195, 1867, 18037, 1109, 9, 12, 168.00, 171.36, 1, 1, 'ai_sell', '2024-06-12 09:46:08', '2024-06-12 09:46:08', '2024-06-12 10:47:04'),
(18196, 1867, 18038, 3237, 6, 12, 137.79, 140.55, 1, 1, 'ai_sell', '2024-06-12 09:46:08', '2024-06-12 09:46:08', '2024-06-12 10:47:04'),
(18197, 1867, 18039, 3094, 6, 12, 38.15, 38.91, 1, 1, 'ai_sell', '2024-06-12 09:46:08', '2024-06-12 09:46:08', '2024-06-12 10:47:04'),
(18198, 1867, 18040, 2623, 9, 12, 9.30, 9.49, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:04'),
(18199, 1867, 18041, 3379, 9, 12, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:04'),
(18200, 1867, 18042, 5749, 9, 12, 6.58, 6.71, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:04'),
(18201, 1867, 18043, 1500, 9, 12, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:04'),
(18202, 1867, 18044, 5337, 3, 12, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:04'),
(18203, 1867, 18045, 3855, 3, 12, 762.14, 777.38, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18204, 1867, 18046, 3059, 6, 12, 42.56, 43.41, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18205, 1867, 18047, 1049, 6, 12, 49.98, 50.98, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18206, 1867, 18048, 1570, 6, 12, 33.31, 33.98, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18207, 1867, 18049, 4652, 6, 12, 412.00, 420.24, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18208, 1867, 18050, 2305, 6, 12, 544.39, 555.28, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18209, 1867, 18051, 301, 9, 12, 9.29, 9.48, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18210, 1867, 18052, 1580, 1, 12, 15.69, 16.00, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18211, 1867, 18053, 3821, 9, 12, 23.84, 24.32, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18212, 1867, 18054, 5813, 1, 12, 155.95, 159.07, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18213, 1867, 18055, 2605, 9, 12, 28.83, 29.41, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18214, 1867, 18056, 5941, 1, 12, 8745.00, 8919.90, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18215, 1867, 18057, 3303, 9, 12, 1272.00, 1297.44, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18216, 1867, 18058, 1456, 1, 12, 26.26, 26.79, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18217, 1867, 18059, 599, 1, 12, 1260.00, 1285.20, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18218, 1867, 18060, 4186, 6, 12, 136.50, 139.23, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18219, 1867, 18061, 5474, 1, 12, 41.81, 42.65, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18220, 1867, 18062, 1951, 9, 12, 37.48, 38.23, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18221, 1867, 18063, 4719, 6, 12, 7.28, 7.43, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18222, 1867, 18064, 875, 3, 12, 17.75, 18.11, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18223, 1867, 18065, 2928, 6, 12, 621.92, 634.36, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18224, 1867, 18066, 392, 1, 12, 116.54, 118.87, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18225, 1867, 18067, 789, 3, 12, 10.30, 10.51, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18226, 1867, 18068, 1301, 6, 12, 11.11, 11.33, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18227, 1867, 18069, 1791, 3, 12, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18228, 1867, 18070, 2952, 6, 12, 572.00, 583.44, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18229, 1867, 18071, 2464, 1, 12, 71.70, 73.13, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18230, 1867, 18072, 4907, 1, 12, 205.75, 209.87, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18231, 1867, 18073, 3665, 6, 12, 29.07, 29.65, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:05'),
(18232, 1867, 18074, 246, 9, 12, 42.29, 43.14, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18233, 1867, 18075, 5548, 9, 12, 33.58, 34.25, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18234, 1867, 18076, 5582, 3, 12, 12.67, 12.92, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18235, 1867, 18077, 70, 1, 12, 42.42, 43.27, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18236, 1867, 18078, 1372, 9, 12, 25.94, 26.46, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18237, 1867, 18079, 2545, 9, 12, 109.32, 111.51, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18238, 1867, 18080, 951, 9, 12, 460.41, 469.62, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18239, 1867, 18081, 2758, 9, 12, 858.50, 875.67, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18240, 1867, 18082, 1688, 1, 12, 48.68, 49.65, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18241, 1867, 18083, 2655, 1, 12, 305.91, 312.03, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18242, 1867, 18084, 5966, 3, 12, 8.91, 9.09, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18243, 1867, 18085, 2017, 1, 12, 194.85, 198.75, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18244, 1867, 18086, 1810, 6, 12, 123.59, 126.06, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18245, 1867, 18087, 4439, 9, 12, 107.05, 109.19, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18246, 1867, 18088, 4944, 9, 12, 8.23, 8.39, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:06'),
(18247, 1867, 18089, 4923, 1, 12, 24.09, 24.57, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:07'),
(18248, 1867, 18090, 3306, 1, 12, 19.93, 20.33, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:07'),
(18249, 1867, 18091, 4749, 1, 12, 180.79, 184.41, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:07'),
(18250, 1867, 18092, 5472, 3, 12, 48.25, 49.22, 1, 1, 'ai_sell', '2024-06-12 09:46:09', '2024-06-12 09:46:09', '2024-06-12 10:47:07'),
(18251, 1867, 18093, 3835, 1, 12, 3.92, 4.00, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18252, 1867, 18094, 692, 1, 12, 8.08, 8.24, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18253, 1867, 18095, 3734, 6, 12, 139.76, 142.56, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18254, 1867, 18096, 2275, 6, 12, 36.36, 37.09, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18255, 1867, 18097, 5945, 6, 12, 3.44, 3.51, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18256, 1867, 18098, 1722, 9, 12, 4.11, 4.19, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18257, 1867, 18099, 5911, 3, 12, 7.91, 8.07, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18258, 1867, 18100, 3294, 1, 12, 12.35, 12.60, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18259, 1867, 18101, 5668, 1, 12, 326.40, 332.93, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18260, 1867, 18102, 3136, 3, 12, 1393.60, 1421.47, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18261, 1867, 18103, 3719, 3, 12, 70.94, 72.36, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18262, 1867, 18104, 2446, 9, 12, 297.67, 303.62, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18263, 1867, 18105, 3679, 3, 12, 120.19, 122.59, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18264, 1867, 18106, 1750, 6, 12, 45.90, 46.82, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18265, 1867, 18107, 4260, 6, 12, 39.89, 40.69, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18266, 1867, 18108, 5905, 3, 12, 2.47, 2.52, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18267, 1867, 18109, 5962, 6, 12, 18.43, 18.80, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18268, 1867, 18110, 2135, 6, 12, 58.75, 59.93, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18269, 1867, 18111, 3642, 6, 12, 17.33, 17.68, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18270, 1867, 18112, 215, 9, 12, 7.82, 7.98, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18271, 1867, 18113, 22, 1, 12, 13.26, 13.53, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18272, 1867, 18114, 3072, 3, 12, 16.15, 16.47, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18273, 1867, 18115, 5388, 1, 12, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18274, 1867, 18116, 220, 3, 12, 149.16, 152.14, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18275, 1867, 18117, 1184, 1, 12, 50.47, 51.48, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18276, 1867, 18118, 5539, 6, 12, 278.72, 284.29, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:07'),
(18277, 1867, 18119, 5470, 3, 12, 4.25, 4.34, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18278, 1867, 18120, 2168, 6, 12, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18279, 1867, 18121, 1007, 3, 12, 79.01, 80.59, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18280, 1867, 18122, 5829, 9, 12, 27.55, 28.10, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18281, 1867, 18123, 2075, 1, 12, 104.04, 106.12, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18282, 1867, 18124, 4832, 3, 12, 16.14, 16.46, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18283, 1867, 18125, 626, 6, 12, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18284, 1867, 18126, 2357, 3, 12, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18285, 1867, 18127, 2518, 3, 12, 20.88, 21.30, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18286, 1867, 18128, 3657, 6, 12, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18287, 1867, 18129, 24, 1, 12, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-12 09:46:10', '2024-06-12 09:46:10', '2024-06-12 10:47:08'),
(18288, 1868, 18130, 4380, 9, 13, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-12 10:18:07', '2024-06-12 10:18:07', '2024-06-12 11:19:04'),
(18289, 1868, 18131, 5413, 6, 13, 7821.45, 7977.88, 1, 1, 'ai_sell', '2024-06-12 10:18:07', '2024-06-12 10:18:07', '2024-06-12 11:19:04'),
(18290, 1868, 18132, 2639, 6, 13, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-12 10:18:07', '2024-06-12 10:18:07', '2024-06-12 11:19:04'),
(18291, 1868, 18133, 4647, 6, 13, 84.23, 85.91, 1, 1, 'ai_sell', '2024-06-12 10:18:07', '2024-06-12 10:18:07', '2024-06-12 11:19:04'),
(18292, 1868, 18134, 843, 6, 13, 457.98, 467.14, 1, 1, 'ai_sell', '2024-06-12 10:18:07', '2024-06-12 10:18:07', '2024-06-12 11:19:04'),
(18293, 1868, 18135, 5488, 3, 13, 23.10, 23.56, 1, 1, 'ai_sell', '2024-06-12 10:18:07', '2024-06-12 10:18:07', '2024-06-12 11:19:04'),
(18294, 1868, 18136, 442, 6, 13, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:05'),
(18295, 1868, 18137, 2107, 3, 13, 38.27, 39.04, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:05'),
(18296, 1868, 18138, 562, 1, 13, 3564.90, 3636.20, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18297, 1868, 18139, 1491, 6, 13, 10.26, 10.47, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18298, 1868, 18140, 2365, 9, 13, 1919.00, 1957.38, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18299, 1868, 18141, 4470, 1, 13, 1142.96, 1165.82, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18300, 1868, 18142, 1038, 9, 13, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18301, 1868, 18143, 5255, 3, 13, 24.26, 24.75, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18302, 1868, 18144, 1763, 6, 13, 186.01, 189.73, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18303, 1868, 18145, 3020, 9, 13, 23.45, 23.92, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18304, 1868, 18146, 4543, 6, 13, 369.59, 376.98, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18305, 1868, 18147, 988, 6, 13, 483.00, 492.66, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18306, 1868, 18148, 604, 6, 13, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18307, 1868, 18149, 5826, 9, 13, 5.94, 6.06, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18308, 1868, 18150, 660, 3, 13, 2.04, 2.08, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18309, 1868, 18151, 1811, 3, 13, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18310, 1868, 18152, 756, 6, 13, 0.45, 0.46, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18311, 1868, 18153, 1827, 1, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-12 10:19:08', '2024-06-12 10:19:08', '2024-06-12 11:20:06'),
(18312, 1869, 18154, 6033, 1, 14, 631.55, 644.18, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:03'),
(18313, 1869, 18155, 5784, 9, 14, 630.00, 642.60, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:03'),
(18314, 1869, 18156, 4826, 6, 14, 15.14, 15.44, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:03'),
(18315, 1869, 18157, 2505, 1, 14, 51.49, 52.52, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:03'),
(18316, 1869, 18158, 5497, 6, 14, 608.45, 620.62, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:03'),
(18317, 1869, 18159, 3112, 6, 14, 7.65, 7.80, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18318, 1869, 18160, 5793, 1, 14, 306.08, 312.20, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18319, 1869, 18161, 1028, 1, 14, 260.00, 265.20, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18320, 1869, 18162, 5477, 9, 14, 12.11, 12.35, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18321, 1869, 18163, 3132, 6, 14, 138.50, 141.27, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18322, 1869, 18164, 1692, 1, 14, 67.57, 68.92, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18323, 1869, 18165, 3960, 3, 14, 73.50, 74.97, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18324, 1869, 18166, 1974, 1, 14, 24.85, 25.35, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18325, 1869, 18167, 5900, 1, 14, 100.89, 102.91, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18326, 1869, 18168, 1740, 6, 14, 3.06, 3.12, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18327, 1869, 18169, 3723, 9, 14, 239.70, 244.49, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18328, 1869, 18170, 4401, 6, 14, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18329, 1869, 18171, 683, 1, 14, 41.34, 42.17, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18330, 1869, 18172, 4969, 9, 14, 14.84, 15.14, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18331, 1869, 18173, 5286, 9, 14, 22.74, 23.19, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18332, 1869, 18174, 1972, 1, 14, 13.26, 13.53, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18333, 1869, 18175, 1639, 6, 14, 15.83, 16.15, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18334, 1869, 18176, 6082, 1, 14, 7.21, 7.35, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18335, 1869, 18177, 3328, 1, 14, 13.25, 13.52, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18336, 1869, 18178, 4778, 6, 14, 324.97, 331.47, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18337, 1869, 18179, 4187, 3, 14, 1009.99, 1030.19, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18338, 1869, 18180, 4965, 6, 14, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18339, 1869, 18181, 5695, 3, 14, 59.31, 60.50, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18340, 1869, 18182, 3298, 1, 14, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-12 10:48:07', '2024-06-12 10:48:07', '2024-06-12 11:49:04'),
(18341, 1869, 18183, 1807, 9, 14, 82.16, 83.80, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18342, 1869, 18184, 4800, 9, 14, 53.56, 54.63, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18343, 1869, 18185, 4682, 3, 14, 15.50, 15.81, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18344, 1869, 18186, 2091, 1, 14, 4.25, 4.34, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18345, 1869, 18187, 441, 6, 14, 39.45, 40.24, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18346, 1869, 18188, 670, 6, 14, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18347, 1869, 18189, 821, 1, 14, 144.40, 147.29, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18348, 1869, 18190, 3135, 3, 14, 307.69, 313.84, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18349, 1869, 18191, 32, 3, 14, 119.18, 121.56, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18350, 1869, 18192, 4890, 1, 14, 592.88, 604.74, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18351, 1869, 18193, 3697, 6, 14, 34.93, 35.63, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18352, 1869, 18194, 4508, 1, 14, 42.50, 43.35, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18353, 1869, 18195, 4012, 6, 14, 13.09, 13.35, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:04'),
(18354, 1869, 18196, 5449, 1, 14, 1354.50, 1381.59, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18355, 1869, 18197, 1156, 9, 14, 25.75, 26.27, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18356, 1869, 18198, 2724, 3, 14, 6728.80, 6863.38, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18357, 1869, 18199, 22, 6, 14, 13.78, 14.06, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18358, 1869, 18200, 1731, 3, 14, 2.08, 2.12, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18359, 1869, 18201, 2587, 6, 14, 50.97, 51.99, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18360, 1869, 18202, 3057, 6, 14, 12.86, 13.12, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18361, 1869, 18203, 1774, 6, 14, 62.42, 63.67, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18362, 1869, 18204, 5742, 1, 14, 13.23, 13.49, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18363, 1869, 18205, 4248, 9, 14, 566.49, 577.82, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18364, 1869, 18206, 1889, 6, 14, 62.54, 63.79, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18365, 1869, 18207, 1284, 3, 14, 685.11, 698.81, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18366, 1869, 18208, 3511, 6, 14, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18367, 1869, 18209, 2087, 9, 14, 525.00, 535.50, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18368, 1869, 18210, 3673, 9, 14, 104.02, 106.10, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18369, 1869, 18211, 2600, 9, 14, 1008.99, 1029.17, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18370, 1869, 18212, 3209, 9, 14, 22.66, 23.11, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18371, 1869, 18213, 3928, 3, 14, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18372, 1869, 18214, 5886, 1, 14, 1698.32, 1732.29, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18373, 1869, 18215, 408, 6, 14, 98.36, 100.33, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18374, 1869, 18216, 4504, 9, 14, 611.99, 624.23, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18375, 1869, 18217, 1976, 9, 14, 463.50, 472.77, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18376, 1869, 18218, 883, 9, 14, 4.73, 4.82, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18377, 1869, 18219, 2258, 1, 14, 25.82, 26.34, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18378, 1869, 18220, 35, 6, 14, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18379, 1869, 18221, 2150, 1, 14, 306.00, 312.12, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18380, 1869, 18222, 762, 9, 14, 127.09, 129.63, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18381, 1869, 18223, 4380, 1, 14, 5.09, 5.19, 1, 1, 'ai_sell', '2024-06-12 10:48:08', '2024-06-12 10:48:08', '2024-06-12 11:49:05'),
(18382, 1869, 18224, 4523, 9, 14, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18383, 1869, 18225, 52, 6, 14, 17.51, 17.86, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18384, 1869, 18226, 2821, 3, 14, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18385, 1869, 18227, 1351, 1, 14, 208.06, 212.22, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18386, 1869, 18228, 3930, 9, 14, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18387, 1869, 18229, 5644, 1, 14, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18388, 1869, 18230, 5780, 9, 14, 566.50, 577.83, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18389, 1869, 18231, 5387, 9, 14, 49.56, 50.55, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18390, 1869, 18232, 2127, 1, 14, 2.60, 2.65, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18391, 1869, 18233, 3875, 9, 14, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18392, 1869, 18234, 4093, 3, 14, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18393, 1869, 18235, 3493, 9, 14, 11.93, 12.17, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18394, 1869, 18236, 3222, 3, 14, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18395, 1869, 18237, 4326, 1, 14, 108.14, 110.30, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18396, 1869, 18238, 1313, 1, 14, 728.00, 742.56, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18397, 1869, 18239, 3749, 3, 14, 53.23, 54.29, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18398, 1869, 18240, 694, 1, 14, 152.64, 155.69, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18399, 1869, 18241, 1346, 9, 14, 31.25, 31.88, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18400, 1869, 18242, 1827, 1, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-12 10:48:09', '2024-06-12 10:48:09', '2024-06-12 11:49:05'),
(18401, 1872, 18243, 4009, 6, 18, 1030.61, 1051.22, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:04'),
(18402, 1872, 18244, 4667, 6, 18, 13.28, 13.55, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18403, 1872, 18245, 1226, 3, 18, 265.20, 270.50, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18404, 1872, 18246, 2360, 3, 18, 53.52, 54.59, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18405, 1872, 18247, 5366, 9, 18, 94.49, 96.38, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18406, 1872, 18248, 3632, 1, 18, 8.08, 8.24, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18407, 1872, 18249, 4956, 1, 18, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18408, 1872, 18250, 446, 6, 18, 157.91, 161.07, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18409, 1872, 18251, 5789, 6, 18, 306.00, 312.12, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18410, 1872, 18252, 3809, 1, 18, 17.31, 17.66, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18411, 1872, 18253, 905, 1, 18, 18.78, 19.16, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18412, 1872, 18254, 4357, 3, 18, 9914.00, 10112.28, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18413, 1872, 18255, 5978, 6, 18, 21.08, 21.50, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18414, 1872, 18256, 4060, 1, 18, 16.79, 17.13, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18415, 1872, 18257, 1628, 9, 18, 1916.25, 1954.58, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18416, 1872, 18258, 66, 9, 18, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18417, 1872, 18259, 2106, 3, 18, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18418, 1872, 18260, 3522, 3, 18, 30.15, 30.75, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18419, 1872, 18261, 1941, 9, 18, 247.15, 252.09, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18420, 1872, 18262, 3909, 1, 18, 202.23, 206.27, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18421, 1872, 18263, 5898, 6, 18, 36.12, 36.84, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18422, 1872, 18264, 5991, 9, 18, 16.78, 17.12, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18423, 1872, 18265, 480, 6, 18, 158.62, 161.79, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18424, 1872, 18266, 4839, 1, 18, 162.46, 165.71, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18425, 1872, 18267, 345, 3, 18, 101.81, 103.85, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18426, 1872, 18268, 1514, 9, 18, 4.37, 4.46, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18427, 1872, 18269, 5064, 3, 18, 106.04, 108.16, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18428, 1872, 18270, 4758, 9, 18, 100.98, 103.00, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18429, 1872, 18271, 5620, 1, 18, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18430, 1872, 18272, 3264, 9, 18, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18431, 1872, 18273, 3864, 3, 18, 105.00, 107.10, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18432, 1872, 18274, 5459, 3, 18, 113.30, 115.57, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:06'),
(18433, 1872, 18275, 6016, 9, 18, 12.88, 13.14, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:07'),
(18434, 1872, 18276, 5962, 6, 18, 18.60, 18.97, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:07'),
(18435, 1872, 18277, 1932, 9, 18, 8.53, 8.70, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:07'),
(18436, 1872, 18278, 775, 3, 18, 7.63, 7.78, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:07'),
(18437, 1872, 18279, 734, 1, 18, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:07'),
(18438, 1872, 18280, 1523, 9, 18, 1.58, 1.61, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:07'),
(18439, 1872, 18281, 756, 9, 18, 0.46, 0.47, 1, 1, 'ai_sell', '2024-06-12 12:41:09', '2024-06-12 12:41:09', '2024-06-12 13:42:07'),
(18440, 1798, 18282, 3153, 5, NULL, 400.00, 412.00, 1, 1, 'manual_sell', '2024-06-12 15:43:41', '2024-06-12 15:43:41', '2024-06-12 16:44:04'),
(18441, 1798, 18283, 3319, 5, NULL, 85.00, 87.55, 1, 1, 'manual_sell', '2024-06-12 15:45:04', '2024-06-12 15:45:04', '2024-06-12 16:45:05'),
(18442, 1869, 18284, 3341, 9, 17, 56.15, 57.27, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:04'),
(18443, 1869, 18285, 2443, 9, 17, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18444, 1869, 18286, 977, 6, 17, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18445, 1869, 18287, 3035, 3, 17, 163.38, 166.65, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18446, 1869, 18288, 853, 3, 17, 247.79, 252.75, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18447, 1869, 18289, 4835, 1, 17, 25.77, 26.29, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18448, 1869, 18290, 2895, 6, 17, 146.63, 149.56, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18449, 1869, 18291, 5430, 3, 17, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18450, 1869, 18292, 6068, 6, 17, 28.61, 29.18, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18451, 1869, 18293, 3603, 6, 17, 122.40, 124.85, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18452, 1869, 18294, 5686, 9, 17, 92.70, 94.55, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18453, 1869, 18295, 2967, 3, 17, 287.37, 293.12, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18454, 1869, 18296, 2678, 1, 17, 40.89, 41.71, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18455, 1869, 18297, 180, 3, 17, 1895.20, 1933.10, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18456, 1869, 18298, 5724, 1, 17, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18457, 1869, 18299, 5509, 1, 17, 154.49, 157.58, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18458, 1869, 18300, 3512, 3, 17, 525.53, 536.04, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18459, 1869, 18301, 5924, 9, 17, 6.99, 7.13, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18460, 1869, 18302, 5947, 9, 17, 7951.36, 8110.39, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18461, 1869, 18303, 4241, 3, 17, 62.04, 63.28, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18462, 1869, 18304, 1068, 6, 17, 432.48, 441.13, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18463, 1869, 18305, 3085, 3, 17, 73.00, 74.46, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18464, 1869, 18306, 5304, 1, 17, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18465, 1869, 18307, 1401, 6, 17, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18466, 1869, 18308, 1359, 1, 17, 189.00, 192.78, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18467, 1869, 18309, 1004, 3, 17, 73.50, 74.97, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18468, 1869, 18310, 3880, 9, 17, 16.14, 16.46, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18469, 1869, 18311, 4832, 6, 17, 16.14, 16.46, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18470, 1869, 18312, 2348, 3, 17, 954.00, 973.08, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18471, 1869, 18313, 3441, 9, 17, 27.55, 28.10, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18472, 1869, 18314, 5441, 1, 17, 25.39, 25.90, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18473, 1869, 18315, 2625, 3, 17, 24.13, 24.61, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18474, 1869, 18316, 1576, 6, 17, 2.65, 2.70, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18475, 1869, 18317, 946, 9, 17, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18476, 1869, 18318, 1106, 9, 17, 252.50, 257.55, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18477, 1869, 18319, 1862, 9, 17, 50.83, 51.85, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18478, 1869, 18320, 657, 6, 17, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18479, 1869, 18321, 5876, 9, 17, 67.66, 69.01, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(18480, 1869, 18322, 875, 6, 17, 17.75, 18.11, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18481, 1869, 18323, 1175, 3, 17, 55.55, 56.66, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18482, 1869, 18324, 5259, 6, 17, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18483, 1869, 18325, 840, 3, 17, 199.49, 203.48, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18484, 1869, 18326, 1766, 6, 17, 61.20, 62.42, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18485, 1869, 18327, 2612, 3, 17, 17.94, 18.30, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18486, 1869, 18328, 3475, 9, 17, 91.27, 93.10, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18487, 1869, 18329, 146, 3, 17, 36.40, 37.13, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18488, 1869, 18330, 2767, 6, 17, 190.74, 194.55, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18489, 1869, 18331, 1961, 3, 17, 19.08, 19.46, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18490, 1869, 18332, 4956, 1, 17, 40.80, 41.62, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18491, 1869, 18333, 52, 1, 17, 17.34, 17.69, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18492, 1869, 18334, 5855, 3, 17, 42.95, 43.81, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18493, 1869, 18335, 1473, 1, 17, 20.93, 21.35, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18494, 1869, 18336, 3655, 6, 17, 18.16, 18.52, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18495, 1869, 18337, 4390, 1, 17, 72.41, 73.86, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18496, 1869, 18338, 2816, 6, 17, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18497, 1869, 18339, 166, 6, 17, 9.08, 9.26, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18498, 1869, 18340, 3808, 9, 17, 571.52, 582.95, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18499, 1869, 18341, 5249, 9, 17, 42.12, 42.96, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18500, 1869, 18342, 734, 9, 17, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18501, 1869, 18343, 949, 9, 17, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18502, 1869, 18344, 803, 1, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-13 07:56:08', '2024-06-13 07:56:08', '2024-06-13 08:57:06'),
(18503, 1866, 18345, 1621, 1, 16, 8.51, 8.68, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:04'),
(18504, 1866, 18346, 4951, 1, 16, 9.45, 9.64, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18505, 1866, 18347, 2926, 6, 16, 83.20, 84.86, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18506, 1866, 18348, 4296, 3, 16, 128.51, 131.08, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18507, 1866, 18349, 5435, 6, 16, 8.21, 8.37, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18508, 1866, 18350, 835, 6, 16, 22.40, 22.85, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18509, 1866, 18351, 1702, 9, 16, 31.45, 32.08, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18510, 1866, 18352, 2223, 6, 16, 23.93, 24.41, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18511, 1866, 18353, 3051, 6, 16, 72.79, 74.25, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18512, 1866, 18354, 2732, 3, 16, 21.08, 21.50, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18513, 1866, 18355, 6085, 1, 16, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:06'),
(18514, 1866, 18356, 4115, 1, 16, 61.79, 63.03, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:07'),
(18515, 1866, 18357, 5952, 1, 16, 3429.95, 3498.55, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:07'),
(18516, 1866, 18358, 3087, 9, 16, 46.19, 47.11, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:07'),
(18517, 1866, 18359, 3369, 6, 16, 328.25, 334.82, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:07'),
(18518, 1866, 18360, 4178, 9, 16, 22.10, 22.54, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:07'),
(18519, 1866, 18361, 931, 6, 16, 52.93, 53.99, 1, 1, 'ai_sell', '2024-06-13 08:59:04', '2024-06-13 08:59:04', '2024-06-13 09:59:07'),
(18520, 1866, 18362, 538, 9, 16, 335.14, 341.84, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18521, 1866, 18363, 4049, 9, 16, 189.74, 193.53, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18522, 1866, 18364, 4693, 6, 16, 14.68, 14.97, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18523, 1866, 18365, 3481, 1, 16, 16.19, 16.51, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18524, 1866, 18366, 558, 9, 16, 12.48, 12.73, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18525, 1866, 18367, 5623, 3, 16, 70.69, 72.10, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18526, 1866, 18368, 2993, 1, 16, 806.99, 823.13, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18527, 1866, 18369, 3275, 3, 16, 39.78, 40.58, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18528, 1866, 18370, 5746, 9, 16, 72.40, 73.85, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18529, 1866, 18371, 4667, 6, 16, 13.41, 13.68, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:06'),
(18530, 1866, 18372, 2494, 6, 16, 49.96, 50.96, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18531, 1866, 18373, 2634, 6, 16, 15.16, 15.46, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18532, 1866, 18374, 6142, 3, 16, 13.82, 14.10, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18533, 1866, 18375, 5135, 1, 16, 133.89, 136.57, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18534, 1866, 18376, 5654, 3, 16, 35.35, 36.06, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18535, 1866, 18377, 1465, 1, 16, 17.16, 17.50, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18536, 1866, 18378, 4619, 3, 16, 14.30, 14.59, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18537, 1866, 18379, 1327, 6, 16, 16.79, 17.13, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18538, 1866, 18380, 4958, 1, 16, 19.57, 19.96, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18539, 1866, 18381, 5500, 6, 16, 780.89, 796.51, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18540, 1866, 18382, 831, 1, 16, 187.95, 191.71, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18541, 1866, 18383, 1800, 1, 16, 171.72, 175.15, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18542, 1866, 18384, 4791, 1, 16, 533.88, 544.56, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18543, 1866, 18385, 1403, 3, 16, 8.25, 8.42, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18544, 1866, 18386, 376, 1, 16, 9.89, 10.09, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18545, 1866, 18387, 5516, 1, 16, 43.04, 43.90, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18546, 1866, 18388, 5308, 3, 16, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18547, 1866, 18389, 1229, 3, 16, 208.00, 212.16, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:07'),
(18548, 1866, 18390, 1762, 3, 16, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18549, 1866, 18391, 4884, 9, 16, 2.30, 2.35, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18550, 1866, 18392, 408, 6, 16, 94.65, 96.54, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18551, 1866, 18393, 896, 6, 16, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18552, 1866, 18394, 1582, 3, 16, 9.15, 9.33, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18553, 1866, 18395, 5281, 3, 16, 159.67, 162.86, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18554, 1866, 18396, 5345, 3, 16, 53.54, 54.61, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18555, 1866, 18397, 1095, 1, 16, 8.31, 8.48, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18556, 1866, 18398, 1261, 6, 16, 90.90, 92.72, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18557, 1866, 18399, 3559, 1, 16, 211.66, 215.89, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18558, 1866, 18400, 5056, 3, 16, 42.39, 43.24, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18559, 1866, 18401, 5817, 9, 16, 1142.40, 1165.25, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18560, 1866, 18402, 2365, 1, 16, 1976.00, 2015.52, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18561, 1866, 18403, 6077, 9, 16, 28.34, 28.91, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18562, 1866, 18404, 30, 1, 16, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18563, 1866, 18405, 4504, 6, 16, 629.99, 642.59, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18564, 1866, 18406, 3438, 6, 16, 9.89, 10.09, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18565, 1866, 18407, 2225, 1, 16, 39.21, 39.99, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18566, 1866, 18408, 4894, 9, 16, 16.82, 17.16, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18567, 1866, 18409, 4444, 3, 16, 27.46, 28.01, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18568, 1866, 18410, 5474, 9, 16, 41.81, 42.65, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18569, 1866, 18411, 3596, 3, 16, 52.45, 53.50, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18570, 1866, 18412, 2787, 6, 16, 307.01, 313.15, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18571, 1866, 18413, 3429, 9, 16, 29.11, 29.69, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18572, 1866, 18414, 4097, 6, 16, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18573, 1866, 18415, 933, 9, 16, 1166.00, 1189.32, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18574, 1866, 18416, 2371, 9, 16, 82.67, 84.32, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:08'),
(18575, 1866, 18417, 448, 9, 16, 452.54, 461.59, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18576, 1866, 18418, 3325, 3, 16, 6.20, 6.32, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18577, 1866, 18419, 5074, 6, 16, 23.91, 24.39, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18578, 1866, 18420, 3905, 1, 16, 42.22, 43.06, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18579, 1866, 18421, 4664, 9, 16, 11.14, 11.36, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18580, 1866, 18422, 6042, 9, 16, 3.80, 3.88, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18581, 1866, 18423, 3986, 9, 16, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18582, 1866, 18424, 3641, 1, 16, 449.44, 458.43, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18583, 1866, 18425, 3423, 6, 16, 22.20, 22.64, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18584, 1866, 18426, 6027, 3, 16, 4.46, 4.55, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18585, 1866, 18427, 2653, 6, 16, 21.29, 21.72, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18586, 1866, 18428, 5026, 9, 16, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18587, 1866, 18429, 2060, 9, 16, 184.63, 188.32, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18588, 1866, 18430, 1850, 1, 16, 0.57, 0.58, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18589, 1866, 18431, 1127, 1, 16, 57.52, 58.67, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18590, 1866, 18432, 2197, 9, 16, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18591, 1866, 18433, 5739, 9, 16, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18592, 1866, 18434, 6039, 6, 16, 8.49, 8.66, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18593, 1866, 18435, 5392, 9, 16, 35.14, 35.84, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18594, 1866, 18436, 1418, 1, 16, 19.96, 20.36, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18595, 1866, 18437, 3508, 3, 16, 9.27, 9.46, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18596, 1866, 18438, 143, 6, 16, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-13 08:59:05', '2024-06-13 08:59:05', '2024-06-13 10:00:09'),
(18597, 1866, 18439, 238, 1, 6, 16.80, 16.95, 1, 1, 'ai_sell', '2024-06-13 10:20:07', '2024-06-13 10:20:07', '2024-06-13 11:21:03'),
(18598, 1866, 18440, 3805, 3, 6, 42.39, 42.77, 1, 1, 'ai_sell', '2024-06-13 10:20:07', '2024-06-13 10:20:07', '2024-06-13 11:21:03'),
(18599, 1866, 18441, 3268, 6, 6, 2.10, 2.12, 1, 1, 'ai_sell', '2024-06-13 10:20:07', '2024-06-13 10:20:07', '2024-06-13 11:21:03'),
(18600, 1866, 18442, 1837, 9, 6, 1.04, 1.05, 1, 1, 'ai_sell', '2024-06-13 10:20:07', '2024-06-13 10:20:07', '2024-06-13 11:21:03'),
(18601, 1866, 18443, 1827, 9, 6, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-13 10:20:07', '2024-06-13 10:20:07', '2024-06-13 11:21:03'),
(18602, 1866, 18444, 734, 1, 6, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-13 10:20:07', '2024-06-13 10:20:07', '2024-06-13 11:21:03'),
(18603, 1866, 18445, 803, 9, 6, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-13 10:20:07', '2024-06-13 10:20:07', '2024-06-13 11:21:03'),
(18604, 1870, 18446, 3027, 6, 8, 3232.00, 3296.64, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18605, 1870, 18447, 2698, 9, 8, 31.20, 31.82, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18606, 1870, 18448, 5939, 6, 8, 367.49, 374.84, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18607, 1870, 18449, 5872, 3, 8, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18608, 1870, 18450, 1993, 6, 8, 805.35, 821.46, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18609, 1870, 18451, 760, 6, 8, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18610, 1870, 18452, 1999, 1, 8, 57.75, 58.91, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18611, 1870, 18453, 323, 9, 8, 2292.25, 2338.10, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18612, 1870, 18454, 1303, 9, 8, 89.61, 91.40, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18613, 1870, 18455, 1476, 9, 8, 167.28, 170.63, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18614, 1870, 18456, 4813, 6, 8, 27.80, 28.36, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18615, 1870, 18457, 6072, 6, 8, 57.74, 58.89, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18616, 1870, 18458, 918, 3, 8, 11.00, 11.22, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18617, 1870, 18459, 3725, 3, 8, 12.36, 12.61, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18618, 1870, 18460, 179, 6, 8, 22.22, 22.66, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18619, 1870, 18461, 3089, 3, 8, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18620, 1870, 18462, 5822, 6, 8, 36.74, 37.47, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18621, 1870, 18463, 5471, 6, 8, 4.15, 4.23, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18622, 1870, 18464, 5490, 3, 8, 1055.44, 1076.55, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18623, 1870, 18465, 3483, 3, 8, 1715.99, 1750.31, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:03'),
(18624, 1870, 18466, 4839, 9, 8, 162.46, 165.71, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18625, 1870, 18467, 5300, 1, 8, 597.01, 608.95, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18626, 1870, 18468, 5339, 3, 8, 100.95, 102.97, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18627, 1870, 18469, 5917, 6, 8, 32.29, 32.94, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18628, 1870, 18470, 4325, 6, 8, 27.80, 28.36, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18629, 1870, 18471, 1002, 6, 8, 338.09, 344.85, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18630, 1870, 18472, 4707, 9, 8, 9.04, 9.22, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18631, 1870, 18473, 3336, 1, 8, 13.28, 13.55, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18632, 1870, 18474, 5789, 6, 8, 303.00, 309.06, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18633, 1870, 18475, 3844, 6, 8, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18634, 1870, 18476, 6162, 1, 8, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18635, 1870, 18477, 4423, 6, 8, 2732.58, 2787.23, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18636, 1870, 18478, 5410, 3, 8, 606.00, 618.12, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18637, 1870, 18479, 3585, 1, 8, 11.72, 11.95, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18638, 1870, 18480, 4844, 9, 8, 70.69, 72.10, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18639, 1870, 18481, 3629, 6, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18640, 1870, 18482, 1572, 3, 8, 37.43, 38.18, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18641, 1870, 18483, 4059, 9, 8, 16.14, 16.46, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18642, 1870, 18484, 286, 9, 8, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18643, 1870, 18485, 1869, 1, 8, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18644, 1870, 18486, 1533, 3, 8, 23.92, 24.40, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18645, 1870, 18487, 1304, 3, 8, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18646, 1870, 18488, 2675, 6, 8, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18647, 1870, 18489, 386, 1, 8, 404.00, 412.08, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18648, 1870, 18490, 2871, 3, 8, 51.38, 52.41, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18649, 1870, 18491, 5804, 3, 8, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18650, 1870, 18492, 2416, 9, 8, 25.42, 25.93, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18651, 1870, 18493, 1654, 6, 8, 32.54, 33.19, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18652, 1870, 18494, 2077, 1, 8, 5.20, 5.30, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18653, 1870, 18495, 2245, 6, 8, 602.55, 614.60, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18654, 1870, 18496, 2647, 6, 8, 14.10, 14.38, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18655, 1870, 18497, 2097, 6, 8, 9.42, 9.61, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18656, 1870, 18498, 3323, 6, 8, 60.49, 61.70, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18657, 1870, 18499, 734, 1, 8, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18658, 1870, 18500, 4906, 9, 8, 3.11, 3.17, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18659, 1870, 18501, 3686, 3, 8, 12.33, 12.58, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18660, 1870, 18502, 2689, 9, 8, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18661, 1870, 18503, 133, 3, 8, 33.24, 33.90, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18662, 1870, 18504, 2203, 3, 8, 7.24, 7.38, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18663, 1870, 18505, 2113, 1, 8, 9.33, 9.52, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18664, 1870, 18506, 4975, 1, 8, 5.08, 5.18, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18665, 1870, 18507, 1942, 3, 8, 7.76, 7.92, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18666, 1870, 18508, 1811, 6, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18667, 1870, 18509, 1894, 1, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18668, 1870, 18510, 1827, 1, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-13 10:22:05', '2024-06-13 10:22:05', '2024-06-13 11:23:04'),
(18669, 1871, 18511, 5960, 3, 7, 1377.90, 1405.46, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18670, 1871, 18512, 638, 3, 7, 25696.44, 26210.37, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18671, 1871, 18513, 5069, 6, 7, 36.90, 37.64, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18672, 1871, 18514, 3635, 1, 7, 7.06, 7.20, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18673, 1871, 18515, 5258, 1, 7, 9.57, 9.76, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18674, 1871, 18516, 5915, 1, 7, 5.79, 5.91, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18675, 1871, 18517, 2298, 9, 7, 96.90, 98.84, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18676, 1871, 18518, 296, 3, 7, 138.79, 141.57, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18677, 1871, 18519, 3575, 3, 7, 8.76, 8.94, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18678, 1871, 18520, 4322, 6, 7, 692.86, 706.72, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18679, 1871, 18521, 5735, 6, 7, 20.13, 20.53, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18680, 1871, 18522, 571, 1, 7, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18681, 1871, 18523, 3119, 9, 7, 63.07, 64.33, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18682, 1871, 18524, 2616, 1, 7, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18683, 1871, 18525, 1645, 1, 7, 3.89, 3.97, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18684, 1871, 18526, 2356, 9, 7, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-13 10:23:06', '2024-06-13 10:23:06', '2024-06-13 11:24:04'),
(18685, 1871, 18527, 214, 1, 7, 7.55, 7.70, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:04'),
(18686, 1871, 18528, 4995, 1, 7, 318.30, 324.67, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:04'),
(18687, 1871, 18529, 3970, 9, 7, 17.84, 18.20, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:04'),
(18688, 1871, 18530, 2706, 6, 7, 415.79, 424.11, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:04'),
(18689, 1871, 18531, 2690, 1, 7, 723.05, 737.51, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18690, 1871, 18532, 370, 6, 7, 960.22, 979.42, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18691, 1871, 18533, 30, 9, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18692, 1871, 18534, 2138, 6, 7, 1482.94, 1512.60, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18693, 1871, 18535, 1772, 9, 7, 65.92, 67.24, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18694, 1871, 18536, 5634, 3, 7, 182.73, 186.38, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18695, 1871, 18537, 4406, 1, 7, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18696, 1871, 18538, 4699, 6, 7, 14.92, 15.22, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18697, 1871, 18539, 687, 3, 7, 137.55, 140.30, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18698, 1871, 18540, 4029, 3, 7, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18699, 1871, 18541, 364, 1, 7, 62.97, 64.23, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18700, 1871, 18542, 5721, 1, 7, 10.79, 11.01, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18701, 1871, 18543, 4526, 1, 7, 84.43, 86.12, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18702, 1871, 18544, 5200, 9, 7, 146.63, 149.56, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:05'),
(18703, 1871, 18545, 3626, 6, 7, 19.99, 20.39, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18704, 1871, 18546, 4897, 6, 7, 10.70, 10.91, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18705, 1871, 18547, 5659, 3, 7, 125.83, 128.35, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18706, 1871, 18548, 1993, 3, 7, 797.68, 813.63, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18707, 1871, 18549, 529, 1, 7, 37.07, 37.81, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18708, 1871, 18550, 205, 6, 7, 54.98, 56.08, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18709, 1871, 18551, 324, 1, 7, 13.02, 13.28, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18710, 1871, 18552, 3173, 9, 7, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18711, 1871, 18553, 498, 3, 7, 217.22, 221.56, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18712, 1871, 18554, 973, 1, 7, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18713, 1871, 18555, 5100, 9, 7, 15.27, 15.58, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18714, 1871, 18556, 5327, 1, 7, 29.91, 30.51, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:06'),
(18715, 1871, 18557, 2667, 3, 7, 222.61, 227.06, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18716, 1871, 18558, 6054, 6, 7, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18717, 1871, 18559, 4620, 6, 7, 6043.05, 6163.91, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18718, 1871, 18560, 3913, 3, 7, 187.60, 191.35, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18719, 1871, 18561, 3027, 3, 7, 3296.00, 3361.92, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18720, 1871, 18562, 6130, 1, 7, 4.97, 5.07, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18721, 1871, 18563, 3489, 6, 7, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18722, 1871, 18564, 5812, 3, 7, 1.52, 1.55, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18723, 1871, 18565, 1016, 6, 7, 133.55, 136.22, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18724, 1871, 18566, 3556, 3, 7, 3.69, 3.76, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18725, 1871, 18567, 2249, 1, 7, 3261.33, 3326.56, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18726, 1871, 18568, 5717, 3, 7, 190.80, 194.62, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18727, 1871, 18569, 1436, 1, 7, 16.95, 17.29, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18728, 1871, 18570, 3716, 9, 7, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18729, 1871, 18571, 5907, 6, 7, 16.04, 16.36, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:07'),
(18730, 1871, 18572, 2136, 1, 7, 20.13, 20.53, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18731, 1871, 18573, 3211, 9, 7, 20.25, 20.66, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18732, 1871, 18574, 2799, 9, 7, 515.54, 525.85, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18733, 1871, 18575, 257, 3, 7, 180.20, 183.80, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18734, 1871, 18576, 3013, 3, 7, 420.67, 429.08, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18735, 1871, 18577, 4024, 3, 7, 17.50, 17.85, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18736, 1871, 18578, 2617, 6, 7, 6.50, 6.63, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18737, 1871, 18579, 2679, 9, 7, 196.34, 200.27, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18738, 1871, 18580, 4081, 3, 7, 52.99, 54.05, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18739, 1871, 18581, 5345, 1, 7, 54.05, 55.13, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18740, 1871, 18582, 1514, 9, 7, 4.32, 4.41, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18741, 1871, 18583, 250, 1, 7, 2346.00, 2392.92, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18742, 1871, 18584, 1499, 1, 7, 8.96, 9.14, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18743, 1871, 18585, 3449, 6, 7, 12.59, 12.84, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18744, 1871, 18586, 1192, 1, 7, 51.95, 52.99, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18745, 1871, 18587, 5746, 6, 7, 72.40, 73.85, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18746, 1871, 18588, 2052, 9, 7, 153.32, 156.39, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18747, 1871, 18589, 3585, 3, 7, 11.60, 11.83, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18748, 1871, 18590, 5094, 9, 7, 22.03, 22.47, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18749, 1871, 18591, 3039, 9, 7, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18750, 1871, 18592, 3011, 6, 7, 242.50, 247.35, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18751, 1871, 18593, 2032, 1, 7, 40.56, 41.37, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:08'),
(18752, 1871, 18594, 528, 9, 7, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:09'),
(18753, 1871, 18595, 4991, 9, 7, 173.57, 177.04, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:09'),
(18754, 1871, 18596, 1118, 9, 7, 1057.43, 1078.58, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:09'),
(18755, 1871, 18597, 5918, 3, 7, 185.40, 189.11, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:07', '2024-06-13 11:24:09'),
(18756, 1871, 18598, 5857, 6, 7, 6.96, 7.10, 1, 1, 'ai_sell', '2024-06-13 10:23:07', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18757, 1871, 18599, 895, 1, 7, 239.16, 243.94, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18758, 1871, 18600, 5073, 6, 7, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18759, 1871, 18601, 2398, 9, 7, 720.72, 735.13, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18760, 1871, 18602, 13, 9, 7, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18761, 1871, 18603, 4541, 9, 7, 898.89, 916.87, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18762, 1871, 18604, 4843, 9, 7, 158.99, 162.17, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18763, 1871, 18605, 2879, 3, 7, 62.39, 63.64, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18764, 1871, 18606, 4881, 3, 7, 20.43, 20.84, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18765, 1871, 18607, 4393, 3, 7, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18766, 1871, 18608, 1153, 3, 7, 39.38, 40.17, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18767, 1871, 18609, 4916, 3, 7, 15.64, 15.95, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18768, 1871, 18610, 1264, 3, 7, 129.59, 132.18, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:09'),
(18769, 1871, 18611, 5835, 3, 7, 20.01, 20.41, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18770, 1871, 18612, 5055, 1, 7, 526.04, 536.56, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18771, 1871, 18613, 3127, 9, 7, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18772, 1871, 18614, 2056, 3, 7, 310.96, 317.18, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18773, 1871, 18615, 5385, 9, 7, 156.50, 159.63, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18774, 1871, 18616, 3345, 3, 7, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18775, 1871, 18617, 2469, 1, 7, 164.97, 168.27, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18776, 1871, 18618, 3109, 6, 7, 256.47, 261.60, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18777, 1871, 18619, 1265, 3, 7, 65.65, 66.96, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18778, 1871, 18620, 5830, 1, 7, 20.30, 20.71, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18779, 1871, 18621, 3326, 1, 7, 6.12, 6.24, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18780, 1871, 18622, 283, 3, 7, 43.90, 44.78, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18781, 1871, 18623, 2078, 9, 7, 3.99, 4.07, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18782, 1871, 18624, 4434, 1, 7, 280.89, 286.51, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18783, 1871, 18625, 5000, 9, 7, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18784, 1871, 18626, 5089, 6, 7, 42.39, 43.24, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18785, 1871, 18627, 2180, 6, 7, 14.70, 14.99, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18786, 1871, 18628, 3988, 1, 7, 33.92, 34.60, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18787, 1871, 18629, 6148, 6, 7, 5.95, 6.07, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18788, 1871, 18630, 5503, 3, 7, 82.49, 84.14, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18789, 1871, 18631, 5645, 3, 7, 42.22, 43.06, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18790, 1871, 18632, 2576, 1, 7, 20.86, 21.28, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18791, 1871, 18633, 1819, 9, 7, 15.14, 15.44, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18792, 1871, 18634, 142, 3, 7, 23.92, 24.40, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18793, 1871, 18635, 5037, 1, 7, 12.47, 12.72, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18794, 1871, 18636, 5594, 1, 7, 13.25, 13.52, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18795, 1871, 18637, 3375, 6, 7, 13.38, 13.65, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18796, 1871, 18638, 949, 3, 7, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18797, 1871, 18639, 1811, 1, 7, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18798, 1871, 18640, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-13 10:23:08', '2024-06-13 10:23:08', '2024-06-13 11:24:10'),
(18799, 1873, 18641, 5257, 1, 9, 36.19, 36.91, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:03'),
(18800, 1873, 18642, 1730, 9, 9, 489.84, 499.64, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:03'),
(18801, 1873, 18643, 1640, 9, 9, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:03'),
(18802, 1873, 18644, 1663, 9, 9, 211.41, 215.64, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:03'),
(18803, 1873, 18645, 5923, 6, 9, 95.54, 97.45, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18804, 1873, 18646, 3097, 3, 9, 778.96, 794.54, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18805, 1873, 18647, 2018, 1, 9, 92.92, 94.78, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18806, 1873, 18648, 4145, 9, 9, 196.73, 200.66, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18807, 1873, 18649, 1590, 6, 9, 726.96, 741.50, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18808, 1873, 18650, 5360, 9, 9, 211.04, 215.26, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18809, 1873, 18651, 307, 1, 9, 3.98, 4.06, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18810, 1873, 18652, 5794, 9, 9, 36.34, 37.07, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18811, 1873, 18653, 5296, 6, 9, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18812, 1873, 18654, 5954, 9, 9, 186.16, 189.88, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18813, 1873, 18655, 4091, 3, 9, 27.46, 28.01, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18814, 1873, 18656, 466, 6, 9, 60.60, 61.81, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18815, 1873, 18657, 3700, 1, 9, 202.81, 206.87, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18816, 1873, 18658, 3537, 3, 9, 3242.40, 3307.25, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18817, 1873, 18659, 6007, 9, 9, 3060.00, 3121.20, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18818, 1873, 18660, 1449, 1, 9, 15.52, 15.83, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18819, 1873, 18661, 691, 9, 9, 6.36, 6.49, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18820, 1873, 18662, 5337, 9, 9, 41.60, 42.43, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18821, 1873, 18663, 280, 3, 9, 278.75, 284.33, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18822, 1873, 18664, 2189, 1, 9, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18823, 1873, 18665, 6053, 1, 9, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18824, 1873, 18666, 2833, 6, 9, 39.89, 40.69, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18825, 1873, 18667, 4016, 3, 9, 47.37, 48.32, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18826, 1873, 18668, 2752, 6, 9, 69.00, 70.38, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18827, 1873, 18669, 3770, 3, 9, 13.10, 13.36, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18828, 1873, 18670, 3362, 1, 9, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18829, 1873, 18671, 5980, 1, 9, 20.56, 20.97, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18830, 1873, 18672, 6116, 9, 9, 14.70, 14.99, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18831, 1873, 18673, 5493, 9, 9, 335.10, 341.80, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18832, 1873, 18674, 5006, 6, 9, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18833, 1873, 18675, 1156, 9, 9, 26.00, 26.52, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:04'),
(18834, 1873, 18676, 3373, 6, 9, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18835, 1873, 18677, 5452, 6, 9, 24.14, 24.62, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18836, 1873, 18678, 2577, 3, 9, 113.29, 115.56, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18837, 1873, 18679, 1750, 9, 9, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18838, 1873, 18680, 1060, 9, 9, 226.60, 231.13, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18839, 1873, 18681, 4353, 6, 9, 509.84, 520.04, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18840, 1873, 18682, 2989, 3, 9, 96.90, 98.84, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18841, 1873, 18683, 5402, 9, 9, 20.76, 21.18, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18842, 1873, 18684, 806, 1, 9, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18843, 1873, 18685, 583, 3, 9, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18844, 1873, 18686, 4724, 3, 9, 50.46, 51.47, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18845, 1873, 18687, 5910, 3, 9, 108.14, 110.30, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18846, 1873, 18688, 559, 6, 9, 4486.68, 4576.41, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18847, 1873, 18689, 512, 6, 9, 41.78, 42.62, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18848, 1873, 18690, 6083, 9, 9, 33.27, 33.94, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18849, 1873, 18691, 3209, 3, 9, 22.44, 22.89, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18850, 1873, 18692, 1774, 1, 9, 63.02, 64.28, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18851, 1873, 18693, 3000, 9, 9, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18852, 1873, 18694, 504, 1, 9, 15.76, 16.08, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18853, 1873, 18695, 4078, 6, 9, 44.44, 45.33, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18854, 1873, 18696, 824, 6, 9, 23.49, 23.96, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(18855, 1873, 18697, 5745, 6, 9, 28.55, 29.12, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18856, 1873, 18698, 5672, 3, 9, 3453.48, 3522.55, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18857, 1873, 18699, 4423, 9, 9, 2812.95, 2869.21, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18858, 1873, 18700, 5572, 3, 9, 88.94, 90.72, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18859, 1873, 18701, 4897, 1, 9, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18860, 1873, 18702, 5712, 9, 9, 205.02, 209.12, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18861, 1873, 18703, 4569, 3, 9, 131.58, 134.21, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:05'),
(18862, 1873, 18704, 4593, 3, 9, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18863, 1873, 18705, 672, 9, 9, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18864, 1873, 18706, 2161, 6, 9, 26.64, 27.17, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18865, 1873, 18707, 2065, 9, 9, 7.30, 7.45, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18866, 1873, 18708, 1662, 6, 9, 0.91, 0.93, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18867, 1873, 18709, 4106, 3, 9, 1.34, 1.37, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18868, 1873, 18710, 1894, 3, 9, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18869, 1873, 18711, 1827, 3, 9, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-13 10:36:07', '2024-06-13 10:36:07', '2024-06-13 11:37:06'),
(18870, 1866, 18712, 1143, 1, 11, 7930.65, 8089.26, 1, 1, 'ai_sell', '2024-06-13 10:48:07', '2024-06-13 10:48:07', '2024-06-13 11:49:03'),
(18871, 1866, 18713, 1103, 9, 11, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-13 10:48:07', '2024-06-13 10:48:07', '2024-06-13 11:49:03'),
(18872, 1866, 18714, 3892, 6, 11, 104.94, 107.04, 1, 1, 'ai_sell', '2024-06-13 10:48:07', '2024-06-13 10:48:07', '2024-06-13 11:49:03'),
(18873, 1866, 18715, 4479, 9, 11, 2.09, 2.13, 1, 1, 'ai_sell', '2024-06-13 10:48:07', '2024-06-13 10:48:07', '2024-06-13 11:49:03'),
(18874, 1866, 18716, 5802, 3, 11, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-13 10:48:07', '2024-06-13 10:48:07', '2024-06-13 11:49:03'),
(18875, 1866, 18717, 1551, 9, 11, 241.50, 246.33, 1, 1, 'ai_sell', '2024-06-13 10:48:07', '2024-06-13 10:48:07', '2024-06-13 11:49:03'),
(18876, 1866, 18718, 1026, 6, 11, 257.50, 262.65, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:03'),
(18877, 1866, 18719, 4139, 9, 11, 61.77, 63.01, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:03'),
(18878, 1866, 18720, 3361, 9, 11, 2392.00, 2439.84, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18879, 1866, 18721, 1144, 6, 11, 37.63, 38.38, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18880, 1866, 18722, 4431, 3, 11, 494.00, 503.88, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18881, 1866, 18723, 3239, 3, 11, 19.08, 19.46, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18882, 1866, 18724, 1083, 9, 11, 69.43, 70.82, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18883, 1866, 18725, 493, 6, 11, 57.29, 58.44, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18884, 1866, 18726, 3733, 1, 11, 5.52, 5.63, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18885, 1866, 18727, 3658, 3, 11, 14.35, 14.64, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18886, 1866, 18728, 5130, 1, 11, 33.60, 34.27, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18887, 1866, 18729, 5709, 9, 11, 12.66, 12.91, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18888, 1866, 18730, 3389, 3, 11, 7.10, 7.24, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18889, 1866, 18731, 2085, 1, 11, 29.47, 30.06, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18890, 1866, 18732, 782, 3, 11, 6.99, 7.13, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18891, 1866, 18733, 559, 6, 11, 4573.80, 4665.28, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18892, 1866, 18734, 4075, 1, 11, 19.57, 19.96, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18893, 1866, 18735, 806, 1, 11, 20.60, 21.01, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18894, 1866, 18736, 1820, 3, 11, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18895, 1866, 18737, 1819, 1, 11, 15.89, 16.21, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18896, 1866, 18738, 1084, 3, 11, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18897, 1866, 18739, 2919, 9, 11, 27.71, 28.26, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18898, 1866, 18740, 4092, 9, 11, 2.84, 2.90, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18899, 1866, 18741, 537, 9, 11, 962.68, 981.93, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18900, 1866, 18742, 2135, 3, 11, 57.64, 58.79, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18901, 1866, 18743, 426, 9, 11, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18902, 1866, 18744, 3594, 6, 11, 21.08, 21.50, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18903, 1866, 18745, 2707, 6, 11, 23.68, 24.15, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18904, 1866, 18746, 4964, 6, 11, 20.90, 21.32, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18905, 1866, 18747, 5159, 1, 11, 13.38, 13.65, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18906, 1866, 18748, 2112, 6, 11, 51.00, 52.02, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18907, 1866, 18749, 828, 1, 11, 19.91, 20.31, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18908, 1866, 18750, 2058, 9, 11, 238.50, 243.27, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18909, 1866, 18751, 2234, 9, 11, 19.05, 19.43, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18910, 1866, 18752, 3216, 3, 11, 156.00, 159.12, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18911, 1866, 18753, 3040, 9, 11, 1234.97, 1259.67, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18912, 1866, 18754, 3171, 9, 11, 17.67, 18.02, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18913, 1866, 18755, 1761, 6, 11, 21.40, 21.83, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18914, 1866, 18756, 2223, 3, 11, 23.47, 23.94, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18915, 1866, 18757, 3513, 1, 11, 125.84, 128.36, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18916, 1866, 18758, 5038, 1, 11, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18917, 1866, 18759, 6075, 6, 11, 26.49, 27.02, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18918, 1866, 18760, 1145, 6, 11, 41.87, 42.71, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18919, 1866, 18761, 2509, 3, 11, 29.28, 29.87, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18920, 1866, 18762, 101, 3, 11, 312.81, 319.07, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18921, 1866, 18763, 1821, 1, 11, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18922, 1866, 18764, 2606, 3, 11, 14.53, 14.82, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18923, 1866, 18765, 2643, 3, 11, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18924, 1866, 18766, 3049, 1, 11, 14.60, 14.89, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18925, 1866, 18767, 5957, 6, 11, 12.75, 13.01, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18926, 1866, 18768, 523, 9, 11, 17.98, 18.34, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18927, 1866, 18769, 6115, 1, 11, 5.23, 5.33, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18928, 1866, 18770, 4511, 6, 11, 2.03, 2.07, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18929, 1866, 18771, 1844, 1, 11, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-13 10:48:08', '2024-06-13 10:48:08', '2024-06-13 11:49:04'),
(18930, 1867, 18772, 2618, 3, 12, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18931, 1867, 18773, 891, 9, 12, 13.18, 13.44, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18932, 1867, 18774, 2568, 9, 12, 1201.90, 1225.94, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18933, 1867, 18775, 5338, 1, 12, 2120.00, 2162.40, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18934, 1867, 18776, 2966, 1, 12, 525.00, 535.50, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18935, 1867, 18777, 1406, 6, 12, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18936, 1867, 18778, 910, 6, 12, 6.96, 7.10, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18937, 1867, 18779, 5119, 3, 12, 64.04, 65.32, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18938, 1867, 18780, 5412, 6, 12, 206.00, 210.12, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18939, 1867, 18781, 4013, 1, 12, 3.90, 3.98, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18940, 1867, 18782, 4499, 3, 12, 40.40, 41.21, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18941, 1867, 18783, 339, 9, 12, 785.59, 801.30, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:07'),
(18942, 1867, 18784, 5465, 6, 12, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:08'),
(18943, 1867, 18785, 5795, 3, 12, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:08'),
(18944, 1867, 18786, 768, 6, 12, 4.54, 4.63, 1, 1, 'ai_sell', '2024-06-13 10:59:09', '2024-06-13 10:59:09', '2024-06-13 12:00:08'),
(18945, 1867, 18787, 5429, 9, 12, 36.80, 37.54, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18946, 1867, 18788, 1207, 3, 12, 61.48, 62.71, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18947, 1867, 18789, 5710, 3, 12, 150.49, 153.50, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18948, 1867, 18790, 6060, 3, 12, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18949, 1867, 18791, 4820, 1, 12, 66.81, 68.15, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18950, 1867, 18792, 5447, 6, 12, 2788.08, 2843.84, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18951, 1867, 18793, 5284, 6, 12, 364.47, 371.76, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18952, 1867, 18794, 5989, 3, 12, 38.98, 39.76, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:08'),
(18953, 1867, 18795, 1509, 1, 12, 95.84, 97.76, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18954, 1867, 18796, 1213, 1, 12, 2.45, 2.50, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18955, 1867, 18797, 2141, 1, 12, 17.34, 17.69, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18956, 1867, 18798, 936, 1, 12, 51.39, 52.42, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18957, 1867, 18799, 1109, 3, 12, 161.60, 164.83, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18958, 1867, 18800, 5272, 9, 12, 5.86, 5.98, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18959, 1867, 18801, 3273, 3, 12, 102.95, 105.01, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18960, 1867, 18802, 2028, 3, 12, 40.95, 41.77, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18961, 1867, 18803, 4322, 1, 12, 727.16, 741.70, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18962, 1867, 18804, 324, 9, 12, 12.65, 12.90, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18963, 1867, 18805, 1658, 6, 12, 116.14, 118.46, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18964, 1867, 18806, 13, 9, 12, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18965, 1867, 18807, 4766, 3, 12, 29.67, 30.26, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18966, 1867, 18808, 4551, 6, 12, 2163.00, 2206.26, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:09'),
(18967, 1867, 18809, 3964, 6, 12, 46.45, 47.38, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18968, 1867, 18810, 3589, 3, 12, 7.94, 8.10, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18969, 1867, 18811, 3022, 3, 12, 16.58, 16.91, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18970, 1867, 18812, 1544, 3, 12, 118.65, 121.02, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18971, 1867, 18813, 3159, 9, 12, 1334.86, 1361.56, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18972, 1867, 18814, 2212, 9, 12, 42.62, 43.47, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18973, 1867, 18815, 5108, 9, 12, 138.71, 141.48, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18974, 1867, 18816, 5208, 9, 12, 173.03, 176.49, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18975, 1867, 18817, 3067, 1, 12, 72.77, 74.23, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:10'),
(18976, 1867, 18818, 4093, 3, 12, 31.92, 32.56, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18977, 1867, 18819, 263, 1, 12, 6.34, 6.47, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18978, 1867, 18820, 2271, 3, 12, 301.60, 307.63, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18979, 1867, 18821, 3578, 6, 12, 16.05, 16.37, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18980, 1867, 18822, 1538, 9, 12, 24.71, 25.20, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18981, 1867, 18823, 3613, 1, 12, 6.60, 6.73, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18982, 1867, 18824, 1825, 1, 12, 233.19, 237.85, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18983, 1867, 18825, 3980, 6, 12, 20.78, 21.20, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18984, 1867, 18826, 4969, 1, 12, 14.84, 15.14, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18985, 1867, 18827, 4902, 9, 12, 2.27, 2.32, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18986, 1867, 18828, 1574, 1, 12, 201.40, 205.43, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18987, 1867, 18829, 2790, 1, 12, 128.00, 130.56, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18988, 1867, 18830, 1290, 6, 12, 3.38, 3.45, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18989, 1867, 18831, 2580, 6, 12, 19.80, 20.20, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18990, 1867, 18832, 4836, 3, 12, 181.79, 185.43, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18991, 1867, 18833, 1310, 6, 12, 714.00, 728.28, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18992, 1867, 18834, 3438, 9, 12, 10.08, 10.28, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18993, 1867, 18835, 3355, 3, 12, 1230.85, 1255.47, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18994, 1867, 18836, 4192, 6, 12, 21.41, 21.84, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18995, 1867, 18837, 5113, 1, 12, 15.88, 16.20, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18996, 1867, 18838, 185, 3, 12, 72.09, 73.53, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18997, 1867, 18839, 268, 3, 12, 6.64, 6.77, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18998, 1867, 18840, 2339, 9, 12, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(18999, 1867, 18841, 4067, 6, 12, 12.26, 12.51, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:11'),
(19000, 1867, 18842, 3846, 9, 12, 5.29, 5.40, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19001, 1867, 18843, 3570, 1, 12, 1500.86, 1530.88, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19002, 1867, 18844, 2603, 9, 12, 1463.49, 1492.76, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19003, 1867, 18845, 5236, 3, 12, 319.05, 325.43, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19004, 1867, 18846, 724, 9, 12, 39.86, 40.66, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19005, 1867, 18847, 3302, 9, 12, 19.38, 19.77, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19006, 1867, 18848, 5554, 3, 12, 5.53, 5.64, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19007, 1867, 18849, 4284, 3, 12, 22.04, 22.48, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19008, 1867, 18850, 4151, 1, 12, 33.65, 34.32, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19009, 1867, 18851, 2990, 1, 12, 529.38, 539.97, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19010, 1867, 18852, 1354, 1, 12, 18.27, 18.64, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19011, 1867, 18853, 63, 6, 12, 7.14, 7.28, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19012, 1867, 18854, 5897, 9, 12, 7.08, 7.22, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19013, 1867, 18855, 35, 9, 12, 30.90, 31.52, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19014, 1867, 18856, 2375, 1, 12, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19015, 1867, 18857, 1969, 6, 12, 15.14, 15.44, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19016, 1867, 18858, 5444, 1, 12, 3.81, 3.89, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19017, 1867, 18859, 1887, 9, 12, 1.58, 1.61, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19018, 1867, 18860, 3620, 6, 12, 2.59, 2.64, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19019, 1867, 18861, 949, 1, 12, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19020, 1867, 18862, 734, 3, 12, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19021, 1867, 18863, 803, 9, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-13 10:59:10', '2024-06-13 10:59:10', '2024-06-13 12:00:12'),
(19022, 1868, 18864, 3755, 9, 13, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:03'),
(19023, 1868, 18865, 1976, 9, 13, 468.00, 477.36, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:03'),
(19024, 1868, 18866, 2365, 9, 13, 1995.00, 2034.90, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19025, 1868, 18867, 3093, 3, 13, 22.75, 23.21, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19026, 1868, 18868, 5947, 1, 13, 8029.31, 8189.90, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19027, 1868, 18869, 4438, 3, 13, 32.24, 32.88, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19028, 1868, 18870, 5825, 6, 13, 44.10, 44.98, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19029, 1868, 18871, 2615, 3, 13, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19030, 1868, 18872, 2826, 3, 13, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19031, 1868, 18873, 1340, 1, 13, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19032, 1868, 18874, 5123, 3, 13, 387.45, 395.20, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19033, 1868, 18875, 4304, 9, 13, 9.41, 9.60, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19034, 1868, 18876, 3726, 3, 13, 12.11, 12.35, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19035, 1868, 18877, 4344, 1, 13, 273.37, 278.84, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19036, 1868, 18878, 5762, 6, 13, 5.70, 5.81, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19037, 1868, 18879, 5664, 3, 13, 333.30, 339.97, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19038, 1868, 18880, 2146, 3, 13, 45.43, 46.34, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19039, 1868, 18881, 5955, 9, 13, 6.16, 6.28, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19040, 1868, 18882, 2589, 1, 13, 61.79, 63.03, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19041, 1868, 18883, 4220, 3, 13, 4.50, 4.59, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19042, 1868, 18884, 4398, 3, 13, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19043, 1868, 18885, 2283, 3, 13, 98.70, 100.67, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19044, 1868, 18886, 3130, 9, 13, 18.54, 18.91, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19045, 1868, 18887, 1859, 3, 13, 3.82, 3.90, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19046, 1868, 18888, 2601, 3, 13, 16.32, 16.65, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19047, 1868, 18889, 4300, 1, 13, 14.80, 15.10, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19048, 1868, 18890, 5256, 1, 13, 49.92, 50.92, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19049, 1868, 18891, 4427, 6, 13, 41.81, 42.65, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19050, 1868, 18892, 477, 6, 13, 444.59, 453.48, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19051, 1868, 18893, 3337, 9, 13, 198.90, 202.88, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19052, 1868, 18894, 2115, 9, 13, 22.88, 23.34, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19053, 1868, 18895, 162, 1, 13, 6.88, 7.02, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19054, 1868, 18896, 1605, 1, 13, 231.53, 236.16, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19055, 1868, 18897, 1672, 9, 13, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:04'),
(19056, 1868, 18898, 5434, 1, 13, 18.25, 18.62, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19057, 1868, 18899, 1119, 9, 13, 145.60, 148.51, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19058, 1868, 18900, 3256, 1, 13, 505.00, 515.10, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19059, 1868, 18901, 3982, 3, 13, 153.47, 156.54, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19060, 1868, 18902, 5155, 3, 13, 46.34, 47.27, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19061, 1868, 18903, 3309, 9, 13, 3.16, 3.22, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19062, 1868, 18904, 351, 1, 13, 70.34, 71.75, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19063, 1868, 18905, 2818, 3, 13, 17.50, 17.85, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19064, 1868, 18906, 4106, 1, 13, 1.31, 1.34, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19065, 1868, 18907, 5863, 6, 13, 32.54, 33.19, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19066, 1868, 18908, 1778, 6, 13, 206.98, 211.12, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19067, 1868, 18909, 1649, 9, 13, 102.38, 104.43, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19068, 1868, 18910, 1811, 9, 13, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19069, 1868, 18911, 186, 6, 13, 169.95, 173.35, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19070, 1868, 18912, 5883, 3, 13, 2136.15, 2178.87, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19071, 1868, 18913, 1829, 1, 13, 0.78, 0.80, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19072, 1868, 18914, 1837, 9, 13, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19073, 1868, 18915, 1827, 1, 13, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-13 11:31:07', '2024-06-13 11:31:07', '2024-06-13 12:32:05'),
(19074, 1869, 18916, 1717, 1, 14, 13.13, 13.39, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19075, 1869, 18917, 5446, 9, 14, 296.64, 302.57, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19076, 1869, 18918, 5042, 1, 14, 3014.96, 3075.26, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19077, 1869, 18919, 2835, 6, 14, 15370.00, 15677.40, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19078, 1869, 18920, 659, 3, 14, 8.32, 8.49, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19079, 1869, 18921, 521, 9, 14, 66.03, 67.35, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19080, 1869, 18922, 6071, 1, 14, 51.99, 53.03, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19081, 1869, 18923, 4092, 3, 14, 2.84, 2.90, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:05'),
(19082, 1869, 18924, 4039, 1, 14, 19.28, 19.67, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19083, 1869, 18925, 1738, 9, 14, 1.54, 1.57, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19084, 1869, 18926, 850, 1, 14, 85.28, 86.99, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19085, 1869, 18927, 3612, 9, 14, 255.93, 261.05, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19086, 1869, 18928, 2066, 1, 14, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19087, 1869, 18929, 38, 1, 14, 14.56, 14.85, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19088, 1869, 18930, 1582, 9, 14, 9.33, 9.52, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19089, 1869, 18931, 599, 9, 14, 1260.00, 1285.20, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19090, 1869, 18932, 1539, 9, 14, 12.78, 13.04, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19091, 1869, 18933, 2260, 9, 14, 275.40, 280.91, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19092, 1869, 18934, 5268, 6, 14, 16.01, 16.33, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19093, 1869, 18935, 1950, 3, 14, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19094, 1869, 18936, 2940, 3, 14, 1574.99, 1606.49, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19095, 1869, 18937, 2738, 1, 14, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19096, 1869, 18938, 536, 9, 14, 13.66, 13.93, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19097, 1869, 18939, 3686, 6, 14, 12.58, 12.83, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19098, 1869, 18940, 711, 9, 14, 474.90, 484.40, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19099, 1869, 18941, 3654, 6, 14, 17.16, 17.50, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19100, 1869, 18942, 5971, 9, 14, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19101, 1869, 18943, 4751, 9, 14, 31.61, 32.24, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19102, 1869, 18944, 5963, 3, 14, 42.91, 43.77, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19103, 1869, 18945, 3082, 9, 14, 12.10, 12.34, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19104, 1869, 18946, 2840, 6, 14, 15.59, 15.90, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19105, 1869, 18947, 4270, 6, 14, 9.36, 9.55, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19106, 1869, 18948, 4879, 1, 14, 46.79, 47.73, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19107, 1869, 18949, 5075, 9, 14, 23.86, 24.34, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19108, 1869, 18950, 2238, 3, 14, 59.49, 60.68, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19109, 1869, 18951, 2065, 6, 14, 7.45, 7.60, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19110, 1869, 18952, 91, 1, 14, 201.88, 205.92, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19111, 1869, 18953, 859, 9, 14, 14.81, 15.11, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19112, 1869, 18954, 3122, 6, 14, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19113, 1869, 18955, 3324, 1, 14, 1.40, 1.43, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19114, 1869, 18956, 1811, 9, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19115, 1869, 18957, 803, 1, 14, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19116, 1869, 18958, 1827, 1, 14, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-13 12:00:13', '2024-06-13 12:00:13', '2024-06-13 13:01:06'),
(19117, 1872, 18959, 5119, 9, 18, 62.82, 64.08, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:06'),
(19118, 1872, 18960, 3804, 9, 18, 230.97, 235.59, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:07'),
(19119, 1872, 18961, 96, 6, 18, 21.84, 22.28, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19120, 1872, 18962, 3123, 6, 18, 112.27, 114.52, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19121, 1872, 18963, 2884, 6, 18, 4091.16, 4172.98, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19122, 1872, 18964, 5706, 3, 18, 30.46, 31.07, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19123, 1872, 18965, 4755, 3, 18, 418.19, 426.55, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19124, 1872, 18966, 1173, 1, 18, 26.24, 26.76, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19125, 1872, 18967, 424, 6, 18, 50.50, 51.51, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19126, 1872, 18968, 3609, 6, 18, 140.42, 143.23, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19127, 1872, 18969, 1289, 1, 18, 50.38, 51.39, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19128, 1872, 18970, 2669, 3, 18, 127.84, 130.40, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19129, 1872, 18971, 4487, 6, 18, 9.56, 9.75, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19130, 1872, 18972, 668, 3, 18, 5.30, 5.41, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19131, 1872, 18973, 3018, 6, 18, 2.55, 2.60, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19132, 1872, 18974, 3203, 3, 18, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19133, 1872, 18975, 1449, 6, 18, 16.13, 16.45, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19134, 1872, 18976, 3834, 1, 18, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19135, 1872, 18977, 5822, 1, 18, 35.34, 36.05, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19136, 1872, 18978, 3937, 3, 18, 59.84, 61.04, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19137, 1872, 18979, 4510, 9, 18, 42.53, 43.38, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19138, 1872, 18980, 4864, 1, 18, 462.58, 471.83, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19139, 1872, 18981, 2552, 1, 18, 74.19, 75.67, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19140, 1872, 18982, 3354, 3, 18, 51.94, 52.98, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19141, 1872, 18983, 1101, 6, 18, 916.70, 935.03, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19142, 1872, 18984, 1844, 1, 18, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19143, 1872, 18985, 2038, 9, 18, 110.25, 112.46, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19144, 1872, 18986, 4586, 6, 18, 38.37, 39.14, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:08'),
(19145, 1872, 18987, 1424, 6, 18, 19.96, 20.36, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19146, 1872, 18988, 1248, 9, 18, 28.63, 29.20, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19147, 1872, 18989, 5205, 3, 18, 81.80, 83.44, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19148, 1872, 18990, 5644, 6, 18, 6.93, 7.07, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19149, 1872, 18991, 497, 9, 18, 2118.94, 2161.32, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19150, 1872, 18992, 3522, 6, 18, 29.86, 30.46, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19151, 1872, 18993, 4945, 3, 18, 17.62, 17.97, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19152, 1872, 18994, 4835, 9, 18, 25.51, 26.02, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19153, 1872, 18995, 2111, 1, 18, 1378.00, 1405.56, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19154, 1872, 18996, 1958, 1, 18, 12.19, 12.43, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19155, 1872, 18997, 3211, 6, 18, 19.68, 20.07, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19156, 1872, 18998, 5659, 1, 18, 124.62, 127.11, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19157, 1872, 18999, 3853, 1, 18, 525.00, 535.50, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19158, 1872, 19000, 4869, 1, 18, 11.65, 11.88, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19159, 1872, 19001, 4222, 9, 18, 57.14, 58.28, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19160, 1872, 19002, 841, 6, 18, 30.52, 31.13, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19161, 1872, 19003, 5188, 9, 18, 313.10, 319.36, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19162, 1872, 19004, 1549, 3, 18, 151.61, 154.64, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19163, 1872, 19005, 3714, 1, 18, 247.00, 251.94, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19164, 1872, 19006, 3410, 3, 18, 30.16, 30.76, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19165, 1872, 19007, 1906, 3, 18, 5.35, 5.46, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19166, 1872, 19008, 5680, 1, 18, 48.95, 49.93, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19167, 1872, 19009, 2958, 9, 18, 107.06, 109.20, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19168, 1872, 19010, 2484, 9, 18, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19169, 1872, 19011, 6148, 3, 18, 5.84, 5.96, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19170, 1872, 19012, 6021, 1, 18, 37.35, 38.10, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:09'),
(19171, 1872, 19013, 1802, 6, 18, 130.81, 133.43, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19172, 1872, 19014, 5827, 3, 18, 37.93, 38.69, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19173, 1872, 19015, 2201, 3, 18, 21.37, 21.80, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19174, 1872, 19016, 2336, 9, 18, 47.70, 48.65, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19175, 1872, 19017, 4730, 6, 18, 16.25, 16.58, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19176, 1872, 19018, 5112, 6, 18, 13.52, 13.79, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19177, 1872, 19019, 925, 1, 18, 91.35, 93.18, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19178, 1872, 19020, 4481, 3, 18, 57.24, 58.38, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19179, 1872, 19021, 5506, 9, 18, 282.79, 288.45, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19180, 1872, 19022, 5233, 3, 18, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19181, 1872, 19023, 4441, 6, 18, 32.32, 32.97, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19182, 1872, 19024, 2773, 6, 18, 389.00, 396.78, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19183, 1872, 19025, 1465, 1, 18, 18.01, 18.37, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19184, 1872, 19026, 4293, 3, 18, 204.15, 208.23, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19185, 1872, 19027, 2972, 1, 18, 37.10, 37.84, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19186, 1872, 19028, 4356, 9, 18, 93.59, 95.46, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19187, 1872, 19029, 4112, 9, 18, 74.20, 75.68, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19188, 1872, 19030, 1286, 3, 18, 513.74, 524.01, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19189, 1872, 19031, 3969, 6, 18, 14.21, 14.49, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19190, 1872, 19032, 2743, 3, 18, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19191, 1872, 19033, 4347, 6, 18, 531.05, 541.67, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:10'),
(19192, 1872, 19034, 3035, 3, 18, 165.00, 168.30, 1, 1, 'ai_sell', '2024-06-13 13:54:05', '2024-06-13 13:54:05', '2024-06-13 14:55:11'),
(19193, 1872, 19035, 3582, 6, 18, 4.20, 4.28, 1, 1, 'ai_sell', '2024-06-13 13:54:06', '2024-06-13 13:54:06', '2024-06-13 14:55:11'),
(19194, 1872, 19036, 4827, 6, 18, 17.34, 17.69, 1, 1, 'ai_sell', '2024-06-13 13:54:06', '2024-06-13 13:54:06', '2024-06-13 14:55:11'),
(19195, 1872, 19037, 4902, 6, 18, 2.39, 2.44, 1, 1, 'ai_sell', '2024-06-13 13:54:06', '2024-06-13 13:54:06', '2024-06-13 14:55:11'),
(19196, 1872, 19038, 1894, 6, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-13 13:54:06', '2024-06-13 13:54:06', '2024-06-13 14:55:11'),
(19197, 1872, 19039, 756, 3, 18, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-13 13:54:06', '2024-06-13 13:54:06', '2024-06-13 14:55:11'),
(19198, 1798, 19040, 4177, 5, NULL, 500.00, 515.00, 1, 1, 'manual_sell', '2024-06-13 16:51:11', '2024-06-13 16:51:11', '2024-06-13 17:52:04'),
(19199, 1869, 19041, 440, 1, 17, 82.61, 84.26, 1, 1, 'ai_sell', '2024-06-14 09:09:05', '2024-06-14 09:09:05', '2024-06-14 10:10:04'),
(19200, 1869, 19042, 85, 3, 17, 175.10, 178.60, 1, 1, 'ai_sell', '2024-06-14 09:09:05', '2024-06-14 09:09:05', '2024-06-14 10:10:06'),
(19201, 1869, 19043, 38, 3, 17, 14.70, 14.99, 1, 1, 'ai_sell', '2024-06-14 09:09:05', '2024-06-14 09:09:05', '2024-06-14 10:10:06'),
(19202, 1869, 19044, 1087, 9, 17, 1255.04, 1280.14, 1, 1, 'ai_sell', '2024-06-14 09:09:05', '2024-06-14 09:09:05', '2024-06-14 10:10:06'),
(19203, 1869, 19045, 4070, 6, 17, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-14 09:09:05', '2024-06-14 09:09:05', '2024-06-14 10:10:06'),
(19204, 1869, 19046, 666, 1, 17, 7379.84, 7527.44, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:06'),
(19205, 1869, 19047, 1462, 3, 17, 20.33, 20.74, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19206, 1869, 19048, 3988, 3, 17, 33.28, 33.95, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19207, 1869, 19049, 4469, 3, 17, 1647.99, 1680.95, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19208, 1869, 19050, 5236, 1, 17, 304.00, 310.08, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19209, 1869, 19051, 1279, 9, 17, 348.14, 355.10, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19210, 1869, 19052, 3550, 1, 17, 7.97, 8.13, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19211, 1869, 19053, 687, 3, 17, 132.31, 134.96, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19212, 1869, 19054, 2229, 1, 17, 27.49, 28.04, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19213, 1869, 19055, 1027, 6, 17, 405.60, 413.71, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19214, 1869, 19056, 1787, 1, 17, 203.74, 207.81, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19215, 1869, 19057, 5396, 6, 17, 47.25, 48.20, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19216, 1869, 19058, 1542, 3, 17, 174.90, 178.40, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19217, 1869, 19059, 4625, 9, 17, 121.20, 123.62, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19218, 1869, 19060, 4643, 1, 17, 7.65, 7.80, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19219, 1869, 19061, 5253, 3, 17, 16.21, 16.53, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19220, 1869, 19062, 4758, 9, 17, 102.96, 105.02, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19221, 1869, 19063, 1439, 3, 17, 255.14, 260.24, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19222, 1869, 19064, 2797, 9, 17, 9.35, 9.54, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19223, 1869, 19065, 1116, 1, 17, 92.56, 94.41, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19224, 1869, 19066, 2803, 9, 17, 832.00, 848.64, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19225, 1869, 19067, 4442, 9, 17, 29.12, 29.70, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19226, 1869, 19068, 2206, 1, 17, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19227, 1869, 19069, 1217, 1, 17, 45.13, 46.03, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(19228, 1869, 19070, 2969, 1, 17, 91.69, 93.52, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19229, 1869, 19071, 6033, 1, 17, 607.72, 619.87, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19230, 1869, 19072, 769, 3, 17, 113.42, 115.69, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19231, 1869, 19073, 5505, 1, 17, 85.04, 86.74, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19232, 1869, 19074, 1424, 1, 17, 19.77, 20.17, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19233, 1869, 19075, 5580, 6, 17, 13.49, 13.76, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19234, 1869, 19076, 1665, 3, 17, 11.55, 11.78, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19235, 1869, 19077, 1591, 6, 17, 7.98, 8.14, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19236, 1869, 19078, 1603, 9, 17, 33.58, 34.25, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19237, 1869, 19079, 3830, 6, 17, 94.34, 96.23, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19238, 1869, 19080, 6065, 6, 17, 21.50, 21.93, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19239, 1869, 19081, 3743, 3, 17, 165.36, 168.67, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19240, 1869, 19082, 639, 6, 17, 4.08, 4.16, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19241, 1869, 19083, 1067, 6, 17, 184.20, 187.88, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19242, 1869, 19084, 4847, 3, 17, 660.95, 674.17, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19243, 1869, 19085, 4523, 6, 17, 3.18, 3.24, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19244, 1869, 19086, 3064, 1, 17, 4.68, 4.77, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19245, 1869, 19087, 3754, 9, 17, 40.39, 41.20, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19246, 1869, 19088, 5985, 3, 17, 27.43, 27.98, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19247, 1869, 19089, 563, 1, 17, 4.16, 4.24, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19248, 1869, 19090, 4682, 9, 17, 15.50, 15.81, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19249, 1869, 19091, 1844, 6, 17, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19250, 1869, 19092, 734, 6, 17, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19251, 1869, 19093, 1827, 3, 17, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19252, 1869, 19094, 949, 3, 17, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-14 09:09:06', '2024-06-14 09:09:06', '2024-06-14 10:10:07'),
(19253, 1866, 19095, 3775, 9, 16, 6.36, 6.49, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:05'),
(19254, 1866, 19096, 494, 3, 16, 16.04, 16.36, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19255, 1866, 19097, 5356, 9, 16, 46.80, 47.74, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19256, 1866, 19098, 4445, 1, 16, 27.97, 28.53, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19257, 1866, 19099, 4597, 6, 16, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19258, 1866, 19100, 5696, 6, 16, 53.95, 55.03, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19259, 1866, 19101, 2302, 6, 16, 80.28, 81.89, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19260, 1866, 19102, 3147, 9, 16, 196.05, 199.97, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19261, 1866, 19103, 3327, 9, 16, 2.40, 2.45, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19262, 1866, 19104, 5267, 1, 16, 60.73, 61.94, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19263, 1866, 19105, 4639, 9, 16, 26.55, 27.08, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19264, 1866, 19106, 1912, 6, 16, 3.99, 4.07, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19265, 1866, 19107, 973, 1, 16, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19266, 1866, 19108, 5685, 9, 16, 37.41, 38.16, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19267, 1866, 19109, 2831, 3, 16, 1018.98, 1039.36, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19268, 1866, 19110, 4274, 1, 16, 62.40, 63.65, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19269, 1866, 19111, 5012, 6, 16, 16.63, 16.96, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19270, 1866, 19112, 5089, 6, 16, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19271, 1866, 19113, 1118, 1, 16, 1067.60, 1088.95, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19272, 1866, 19114, 1636, 1, 16, 11.06, 11.28, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:07'),
(19273, 1866, 19115, 2717, 3, 16, 115.66, 117.97, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19274, 1866, 19116, 1408, 6, 16, 15.95, 16.27, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19275, 1866, 19117, 4454, 3, 16, 1504.90, 1535.00, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19276, 1866, 19118, 684, 6, 16, 4536.48, 4627.21, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19277, 1866, 19119, 5815, 6, 16, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19278, 1866, 19120, 3222, 9, 16, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19279, 1866, 19121, 1789, 3, 16, 46.20, 47.12, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19280, 1866, 19122, 2185, 9, 16, 61.20, 62.42, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19281, 1866, 19123, 4128, 9, 16, 11.54, 11.77, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19282, 1866, 19124, 1868, 6, 16, 42.79, 43.65, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19283, 1866, 19125, 1117, 9, 16, 353.50, 360.57, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19284, 1866, 19126, 5053, 1, 16, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19285, 1866, 19127, 4918, 3, 16, 28.27, 28.84, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19286, 1866, 19128, 5136, 1, 16, 104.94, 107.04, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19287, 1866, 19129, 3828, 1, 16, 210.00, 214.20, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19288, 1866, 19130, 2389, 3, 16, 27.39, 27.94, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19289, 1866, 19131, 3808, 6, 16, 571.52, 582.95, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19290, 1866, 19132, 5405, 1, 16, 505.53, 515.64, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19291, 1866, 19133, 1886, 1, 16, 51.17, 52.19, 1, 1, 'ai_sell', '2024-06-14 10:12:07', '2024-06-14 10:12:07', '2024-06-14 11:13:08'),
(19292, 1866, 19134, 662, 9, 16, 17.68, 18.03, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:08'),
(19293, 1866, 19135, 4780, 3, 16, 1835.99, 1872.71, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:08'),
(19294, 1866, 19136, 1375, 1, 16, 26.25, 26.78, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:08'),
(19295, 1866, 19137, 1108, 6, 16, 7.13, 7.27, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:08'),
(19296, 1866, 19138, 836, 9, 16, 15.12, 15.42, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:08'),
(19297, 1866, 19139, 2954, 3, 16, 795.00, 810.90, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:08'),
(19298, 1866, 19140, 1449, 3, 16, 15.68, 15.99, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:08'),
(19299, 1866, 19141, 230, 6, 16, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19300, 1866, 19142, 3244, 1, 16, 201.23, 205.25, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19301, 1866, 19143, 646, 1, 16, 16.32, 16.65, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19302, 1866, 19144, 2259, 6, 16, 217.31, 221.66, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19303, 1866, 19145, 3128, 1, 16, 10.80, 11.02, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19304, 1866, 19146, 2885, 6, 16, 28.34, 28.91, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19305, 1866, 19147, 4425, 1, 16, 23.29, 23.76, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19306, 1866, 19148, 5958, 3, 16, 9.42, 9.61, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19307, 1866, 19149, 1911, 6, 16, 23.51, 23.98, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19308, 1866, 19150, 5671, 1, 16, 307.01, 313.15, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19309, 1866, 19151, 24, 9, 16, 1.05, 1.07, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19310, 1866, 19152, 2112, 6, 16, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19311, 1866, 19153, 5039, 3, 16, 641.58, 654.41, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19312, 1866, 19154, 1531, 1, 16, 13.25, 13.52, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19313, 1866, 19155, 1038, 3, 16, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19314, 1866, 19156, 5433, 1, 16, 8.28, 8.45, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19315, 1866, 19157, 4106, 3, 16, 1.31, 1.34, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19316, 1866, 19158, 4277, 3, 16, 50.99, 52.01, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19317, 1866, 19159, 4902, 3, 16, 2.36, 2.41, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19318, 1866, 19160, 1805, 3, 16, 8.63, 8.80, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19319, 1866, 19161, 5489, 1, 16, 2.02, 2.06, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:09'),
(19320, 1866, 19162, 143, 9, 16, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:10'),
(19321, 1866, 19163, 5764, 6, 16, 1.51, 1.54, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:10'),
(19322, 1866, 19164, 1827, 9, 16, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-14 10:12:08', '2024-06-14 10:12:08', '2024-06-14 11:13:10'),
(19323, 1866, 19165, 5945, 9, 6, 3.44, 3.47, 1, 1, 'ai_sell', '2024-06-14 11:32:05', '2024-06-14 11:32:05', '2024-06-14 12:33:03'),
(19324, 1866, 19166, 1554, 9, 6, 14.42, 14.55, 1, 1, 'ai_sell', '2024-06-14 11:32:05', '2024-06-14 11:32:05', '2024-06-14 12:33:06'),
(19325, 1866, 19167, 851, 6, 6, 25.82, 26.05, 1, 1, 'ai_sell', '2024-06-14 11:32:05', '2024-06-14 11:32:05', '2024-06-14 12:33:06'),
(19326, 1866, 19168, 1412, 3, 6, 7.95, 8.02, 1, 1, 'ai_sell', '2024-06-14 11:32:05', '2024-06-14 11:32:05', '2024-06-14 12:33:06'),
(19327, 1866, 19169, 4175, 3, 6, 9.08, 9.16, 1, 1, 'ai_sell', '2024-06-14 11:32:06', '2024-06-14 11:32:06', '2024-06-14 12:33:06'),
(19328, 1866, 19170, 4035, 9, 6, 2.00, 2.02, 1, 1, 'ai_sell', '2024-06-14 11:32:06', '2024-06-14 11:32:06', '2024-06-14 12:33:06'),
(19329, 1866, 19171, 734, 3, 6, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-14 11:32:06', '2024-06-14 11:32:06', '2024-06-14 12:33:06'),
(19330, 1866, 19172, 803, 9, 6, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 11:32:06', '2024-06-14 11:32:06', '2024-06-14 12:33:06'),
(19331, 1866, 19173, 1844, 9, 6, 0.30, 0.30, 1, 1, 'ai_sell', '2024-06-14 11:32:06', '2024-06-14 11:32:06', '2024-06-14 12:33:06'),
(19332, 1870, 19174, 1119, 3, 8, 148.40, 151.37, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19333, 1870, 19175, 5792, 3, 8, 295.80, 301.72, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19334, 1870, 19176, 5938, 1, 8, 485.36, 495.07, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19335, 1870, 19177, 5815, 3, 8, 15.90, 16.22, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19336, 1870, 19178, 2054, 1, 8, 110.09, 112.29, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19337, 1870, 19179, 416, 3, 8, 192.23, 196.07, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19338, 1870, 19180, 2148, 3, 8, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19339, 1870, 19181, 5073, 6, 8, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19340, 1870, 19182, 1730, 3, 8, 499.26, 509.25, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19341, 1870, 19183, 2723, 1, 8, 240.71, 245.52, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19342, 1870, 19184, 4672, 6, 8, 14.51, 14.80, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19343, 1870, 19185, 2886, 6, 8, 14.13, 14.41, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19344, 1870, 19186, 2069, 1, 8, 11.21, 11.43, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19345, 1870, 19187, 5074, 1, 8, 23.45, 23.92, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:05'),
(19346, 1870, 19188, 772, 3, 8, 19.36, 19.75, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19347, 1870, 19189, 2306, 1, 8, 728.00, 742.56, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19348, 1870, 19190, 2044, 1, 8, 336.00, 342.72, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19349, 1870, 19191, 2708, 9, 8, 690.53, 704.34, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19350, 1870, 19192, 5484, 3, 8, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19351, 1870, 19193, 2277, 3, 8, 31.91, 32.55, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19352, 1870, 19194, 526, 6, 8, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19353, 1870, 19195, 2801, 1, 8, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19354, 1870, 19196, 2077, 9, 8, 5.25, 5.36, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19355, 1870, 19197, 3503, 6, 8, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19356, 1870, 19198, 3880, 9, 8, 16.46, 16.79, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19357, 1870, 19199, 5990, 3, 8, 4.81, 4.91, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19358, 1870, 19200, 4354, 1, 8, 14.56, 14.85, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19359, 1870, 19201, 2229, 1, 8, 27.76, 28.32, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19360, 1870, 19202, 142, 1, 8, 24.38, 24.87, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19361, 1870, 19203, 5410, 3, 8, 606.00, 618.12, 1, 1, 'ai_sell', '2024-06-14 11:34:05', '2024-06-14 11:34:05', '2024-06-14 12:35:06'),
(19362, 1870, 19204, 2909, 6, 8, 41.60, 42.43, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19363, 1870, 19205, 33, 9, 8, 6.18, 6.30, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19364, 1870, 19206, 1346, 6, 8, 30.35, 30.96, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19365, 1870, 19207, 3431, 3, 8, 313.15, 319.41, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19366, 1870, 19208, 5075, 3, 8, 24.09, 24.57, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19367, 1870, 19209, 2163, 1, 8, 51.47, 52.50, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19368, 1870, 19210, 5867, 9, 8, 31.29, 31.92, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19369, 1870, 19211, 1955, 3, 8, 3.61, 3.68, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:06'),
(19370, 1870, 19212, 771, 9, 8, 7.38, 7.53, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19371, 1870, 19213, 4007, 3, 8, 809.12, 825.30, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19372, 1870, 19214, 653, 3, 8, 22.05, 22.49, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19373, 1870, 19215, 4639, 6, 8, 26.05, 26.57, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19374, 1870, 19216, 3185, 1, 8, 4742.40, 4837.25, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19375, 1870, 19217, 1978, 3, 8, 12.35, 12.60, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19376, 1870, 19218, 230, 3, 8, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19377, 1870, 19219, 3516, 1, 8, 52.49, 53.54, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19378, 1870, 19220, 5131, 6, 8, 336.92, 343.66, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19379, 1870, 19221, 3215, 9, 8, 9.44, 9.63, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19380, 1870, 19222, 2613, 1, 8, 30.31, 30.92, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19381, 1870, 19223, 4133, 6, 8, 333.30, 339.97, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19382, 1870, 19224, 893, 3, 8, 74.19, 75.67, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19383, 1870, 19225, 3429, 9, 8, 28.55, 29.12, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19384, 1870, 19226, 5191, 6, 8, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19385, 1870, 19227, 2477, 9, 8, 25.74, 26.25, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19386, 1870, 19228, 4234, 9, 8, 41.43, 42.26, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19387, 1870, 19229, 1875, 3, 8, 53.01, 54.07, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19388, 1870, 19230, 4320, 6, 8, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19389, 1870, 19231, 4083, 3, 8, 50.49, 51.50, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19390, 1870, 19232, 3375, 9, 8, 13.64, 13.91, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19391, 1870, 19233, 2113, 6, 8, 9.07, 9.25, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19392, 1870, 19234, 470, 3, 8, 16.75, 17.09, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19393, 1870, 19235, 97, 3, 8, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19394, 1870, 19236, 1231, 3, 8, 48.66, 49.63, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19395, 1870, 19237, 4102, 6, 8, 23.69, 24.16, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19396, 1870, 19238, 3760, 1, 8, 37.63, 38.38, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19397, 1870, 19239, 301, 9, 8, 8.85, 9.03, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19398, 1870, 19240, 5305, 3, 8, 18.53, 18.90, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19399, 1870, 19241, 2627, 6, 8, 16.46, 16.79, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19400, 1870, 19242, 2736, 1, 8, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19401, 1870, 19243, 2950, 6, 8, 596.70, 608.63, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19402, 1870, 19244, 659, 6, 8, 8.16, 8.32, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19403, 1870, 19245, 80, 1, 8, 90.90, 92.72, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19404, 1870, 19246, 2983, 9, 8, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19405, 1870, 19247, 6000, 9, 8, 1112.99, 1135.25, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19406, 1870, 19248, 3594, 9, 8, 21.70, 22.13, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19407, 1870, 19249, 6171, 9, 8, 16.73, 17.06, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19408, 1870, 19250, 4105, 3, 8, 40.79, 41.61, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19409, 1870, 19251, 1975, 6, 8, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19410, 1870, 19252, 4770, 9, 8, 38.47, 39.24, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19411, 1870, 19253, 1851, 3, 8, 68.19, 69.55, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19412, 1870, 19254, 415, 1, 8, 128.51, 131.08, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19413, 1870, 19255, 2049, 1, 8, 9.05, 9.23, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19414, 1870, 19256, 728, 9, 8, 33.56, 34.23, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19415, 1870, 19257, 332, 1, 8, 465.59, 474.90, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19416, 1870, 19258, 2490, 3, 8, 18.50, 18.87, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19417, 1870, 19259, 6159, 3, 8, 32.01, 32.65, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19418, 1870, 19260, 2213, 3, 8, 8.48, 8.65, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19419, 1870, 19261, 1051, 1, 8, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19420, 1870, 19262, 1213, 3, 8, 2.45, 2.50, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19421, 1870, 19263, 1662, 9, 8, 0.90, 0.92, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19422, 1870, 19264, 1844, 3, 8, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:07'),
(19423, 1870, 19265, 1827, 3, 8, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:08'),
(19424, 1870, 19266, 803, 1, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:08'),
(19425, 1870, 19267, 1894, 9, 8, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 11:34:06', '2024-06-14 11:34:06', '2024-06-14 12:35:08'),
(19426, 1870, 19268, 1827, 1, 8, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-14 11:35:08', '2024-06-14 11:35:08', '2024-06-14 12:36:03'),
(19427, 1871, 19269, 4572, 3, 7, 15.82, 16.14, 1, 1, 'ai_sell', '2024-06-14 11:36:06', '2024-06-14 11:36:06', '2024-06-14 12:37:03'),
(19428, 1871, 19270, 5375, 3, 7, 37.49, 38.24, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:03'),
(19429, 1871, 19271, 2008, 9, 7, 293.55, 299.42, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:03'),
(19430, 1871, 19272, 3309, 9, 7, 3.22, 3.28, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:03'),
(19431, 1871, 19273, 2599, 1, 7, 857.49, 874.64, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19432, 1871, 19274, 4353, 6, 7, 524.69, 535.18, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19433, 1871, 19275, 899, 1, 7, 410.97, 419.19, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19434, 1871, 19276, 751, 3, 7, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19435, 1871, 19277, 258, 9, 7, 250.15, 255.15, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19436, 1871, 19278, 5341, 9, 7, 10200.00, 10404.00, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19437, 1871, 19279, 4345, 9, 7, 198.05, 202.01, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19438, 1871, 19280, 3928, 6, 7, 10.20, 10.40, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19439, 1871, 19281, 2630, 3, 7, 47.85, 48.81, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19440, 1871, 19282, 694, 9, 7, 152.64, 155.69, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19441, 1871, 19283, 5555, 3, 7, 44.33, 45.22, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19442, 1871, 19284, 1744, 3, 7, 83.81, 85.49, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19443, 1871, 19285, 2552, 1, 7, 72.09, 73.53, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:04'),
(19444, 1871, 19286, 5690, 9, 7, 26.34, 26.87, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19445, 1871, 19287, 1866, 9, 7, 6.18, 6.30, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19446, 1871, 19288, 585, 3, 7, 488.80, 498.58, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19447, 1871, 19289, 832, 9, 7, 11.14, 11.36, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19448, 1871, 19290, 5195, 3, 7, 42.12, 42.96, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19449, 1871, 19291, 2310, 3, 7, 1557.14, 1588.28, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19450, 1871, 19292, 1380, 3, 7, 15568.80, 15880.18, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19451, 1871, 19293, 3703, 3, 7, 22.56, 23.01, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19452, 1871, 19294, 3087, 1, 7, 44.87, 45.77, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19453, 1871, 19295, 2182, 9, 7, 63.00, 64.26, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19454, 1871, 19296, 4552, 1, 7, 730.33, 744.94, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19455, 1871, 19297, 4855, 3, 7, 352.56, 359.61, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19456, 1871, 19298, 1120, 1, 7, 9.22, 9.40, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19457, 1871, 19299, 5631, 3, 7, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19458, 1871, 19300, 5236, 6, 7, 310.02, 316.22, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19459, 1871, 19301, 5265, 9, 7, 17.17, 17.51, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19460, 1871, 19302, 4780, 3, 7, 1853.99, 1891.07, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19461, 1871, 19303, 5068, 1, 7, 66.14, 67.46, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19462, 1871, 19304, 4077, 6, 7, 45.90, 46.82, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19463, 1871, 19305, 5761, 6, 7, 2.04, 2.08, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19464, 1871, 19306, 965, 6, 7, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19465, 1871, 19307, 534, 3, 7, 52.61, 53.66, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19466, 1871, 19308, 3398, 1, 7, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19467, 1871, 19309, 661, 1, 7, 6.12, 6.24, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19468, 1871, 19310, 1356, 6, 7, 1942.50, 1981.35, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19469, 1871, 19311, 4599, 3, 7, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19470, 1871, 19312, 148, 3, 7, 10.44, 10.65, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19471, 1871, 19313, 2642, 6, 7, 110.07, 112.27, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19472, 1871, 19314, 5539, 6, 7, 270.68, 276.09, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19473, 1871, 19315, 1986, 9, 7, 132.08, 134.72, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19474, 1871, 19316, 3803, 1, 7, 1372.70, 1400.15, 1, 1, 'ai_sell', '2024-06-14 11:36:07', '2024-06-14 11:36:07', '2024-06-14 12:37:05'),
(19475, 1871, 19317, 2227, 3, 7, 21.53, 21.96, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19476, 1871, 19318, 3456, 1, 7, 102.96, 105.02, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19477, 1871, 19319, 1899, 1, 7, 11.85, 12.09, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19478, 1871, 19320, 3343, 6, 7, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19479, 1871, 19321, 3572, 6, 7, 31.78, 32.42, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19480, 1871, 19322, 5745, 1, 7, 28.83, 29.41, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19481, 1871, 19323, 5091, 6, 7, 5.09, 5.19, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19482, 1871, 19324, 4546, 6, 7, 414.10, 422.38, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19483, 1871, 19325, 395, 1, 7, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19484, 1871, 19326, 3591, 1, 7, 12.52, 12.77, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19485, 1871, 19327, 1203, 9, 7, 13.39, 13.66, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19486, 1871, 19328, 3258, 9, 7, 95.53, 97.44, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19487, 1871, 19329, 1088, 3, 7, 51.14, 52.16, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19488, 1871, 19330, 2827, 6, 7, 3708.94, 3783.12, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19489, 1871, 19331, 4793, 9, 7, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19490, 1871, 19332, 481, 3, 7, 17.81, 18.17, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19491, 1871, 19333, 5892, 9, 7, 309.00, 315.18, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19492, 1871, 19334, 1259, 6, 7, 309.96, 316.16, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19493, 1871, 19335, 1191, 3, 7, 50.50, 51.51, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19494, 1871, 19336, 2117, 9, 7, 16.98, 17.32, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19495, 1871, 19337, 5463, 9, 7, 5720.00, 5834.40, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19496, 1871, 19338, 1997, 1, 7, 249.90, 254.90, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19497, 1871, 19339, 4886, 1, 7, 73.87, 75.35, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19498, 1871, 19340, 5626, 1, 7, 169.60, 172.99, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19499, 1871, 19341, 5852, 9, 7, 39.13, 39.91, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19500, 1871, 19342, 3012, 1, 7, 393.85, 401.73, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19501, 1871, 19343, 2689, 1, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19502, 1871, 19344, 5717, 3, 7, 185.40, 189.11, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19503, 1871, 19345, 1627, 1, 7, 6.60, 6.73, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19504, 1871, 19346, 3099, 9, 7, 12.08, 12.32, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19505, 1871, 19347, 4430, 3, 7, 156.00, 159.12, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19506, 1871, 19348, 1705, 6, 7, 858.49, 875.66, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19507, 1871, 19349, 6109, 6, 7, 6.24, 6.36, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19508, 1871, 19350, 4995, 9, 7, 309.29, 315.48, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19509, 1871, 19351, 5786, 3, 7, 12.56, 12.81, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19510, 1871, 19352, 2910, 6, 7, 34.68, 35.37, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19511, 1871, 19353, 3843, 1, 7, 72.10, 73.54, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19512, 1871, 19354, 5115, 6, 7, 55.11, 56.21, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19513, 1871, 19355, 3283, 1, 7, 15.56, 15.87, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19514, 1871, 19356, 4579, 1, 7, 74.19, 75.67, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19515, 1871, 19357, 95, 9, 7, 352.80, 359.86, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19516, 1871, 19358, 1480, 9, 7, 3.87, 3.95, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19517, 1871, 19359, 2986, 6, 7, 1532.17, 1562.81, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19518, 1871, 19360, 5616, 9, 7, 32.54, 33.19, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19519, 1871, 19361, 2615, 1, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-14 11:36:08', '2024-06-14 11:36:08', '2024-06-14 12:37:05'),
(19520, 1871, 19362, 1716, 1, 7, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19521, 1871, 19363, 3634, 1, 7, 21.13, 21.55, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19522, 1871, 19364, 3201, 3, 7, 231.74, 236.37, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19523, 1871, 19365, 4456, 9, 7, 682.71, 696.36, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19524, 1871, 19366, 3508, 6, 7, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19525, 1871, 19367, 97, 6, 7, 15.60, 15.91, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19526, 1871, 19368, 986, 3, 7, 24.15, 24.63, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19527, 1871, 19369, 4394, 9, 7, 116.54, 118.87, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19528, 1871, 19370, 2281, 6, 7, 27.09, 27.63, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19529, 1871, 19371, 5218, 1, 7, 525.61, 536.12, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19530, 1871, 19372, 2610, 1, 7, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19531, 1871, 19373, 1504, 6, 7, 30.95, 31.57, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19532, 1871, 19374, 1685, 3, 7, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19533, 1871, 19375, 950, 3, 7, 22.03, 22.47, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:05'),
(19534, 1871, 19376, 2554, 1, 7, 8.74, 8.91, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19535, 1871, 19377, 3410, 9, 7, 30.45, 31.06, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19536, 1871, 19378, 6072, 9, 7, 56.64, 57.77, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19537, 1871, 19379, 5109, 1, 7, 283.68, 289.35, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19538, 1871, 19380, 4252, 3, 7, 202.98, 207.04, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19539, 1871, 19381, 5363, 3, 7, 27.80, 28.36, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19540, 1871, 19382, 3776, 1, 7, 103.01, 105.07, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19541, 1871, 19383, 4846, 3, 7, 114.57, 116.86, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19542, 1871, 19384, 2548, 9, 7, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19543, 1871, 19385, 2100, 1, 7, 6.45, 6.58, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19544, 1871, 19386, 3669, 1, 7, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19545, 1871, 19387, 5150, 9, 7, 253.50, 258.57, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19546, 1871, 19388, 268, 6, 7, 6.70, 6.83, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19547, 1871, 19389, 4619, 6, 7, 14.03, 14.31, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19548, 1871, 19390, 1888, 9, 7, 550.16, 561.16, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19549, 1871, 19391, 4589, 6, 7, 10.10, 10.30, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19550, 1871, 19392, 6043, 1, 7, 6.71, 6.84, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19551, 1871, 19393, 3881, 6, 7, 206.00, 210.12, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19552, 1871, 19394, 4894, 9, 7, 17.48, 17.83, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19553, 1871, 19395, 5065, 6, 7, 33.65, 34.32, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19554, 1871, 19396, 3822, 9, 7, 18.89, 19.27, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19555, 1871, 19397, 3757, 1, 7, 10.59, 10.80, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19556, 1871, 19398, 5550, 9, 7, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19557, 1871, 19399, 4543, 3, 7, 359.03, 366.21, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19558, 1871, 19400, 2180, 6, 7, 14.42, 14.71, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19559, 1871, 19401, 1222, 9, 7, 10.71, 10.92, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19560, 1871, 19402, 4630, 6, 7, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19561, 1871, 19403, 973, 3, 7, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19562, 1871, 19404, 1780, 1, 7, 19.68, 20.07, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19563, 1871, 19405, 3454, 6, 7, 29.37, 29.96, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19564, 1871, 19406, 212, 6, 7, 37.95, 38.71, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19565, 1871, 19407, 380, 9, 7, 13.06, 13.32, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19566, 1871, 19408, 3486, 3, 7, 6.81, 6.95, 1, 1, 'ai_sell', '2024-06-14 11:36:09', '2024-06-14 11:36:09', '2024-06-14 12:37:06'),
(19567, 1871, 19409, 1588, 3, 7, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-14 11:36:10', '2024-06-14 11:36:10', '2024-06-14 12:37:06'),
(19568, 1871, 19410, 1827, 3, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-14 11:36:10', '2024-06-14 11:36:10', '2024-06-14 12:37:06'),
(19569, 1871, 19411, 1811, 1, 7, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 11:36:10', '2024-06-14 11:36:10', '2024-06-14 12:37:06'),
(19570, 1871, 19412, 1850, 6, 7, 0.58, 0.59, 1, 1, 'ai_sell', '2024-06-14 11:36:10', '2024-06-14 11:36:10', '2024-06-14 12:37:06'),
(19571, 1871, 19413, 1827, 1, 7, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-14 11:37:06', '2024-06-14 11:37:06', '2024-06-14 12:38:03'),
(19572, 1873, 19414, 5130, 3, 9, 32.96, 33.62, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19573, 1873, 19415, 2493, 9, 9, 58.30, 59.47, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19574, 1873, 19416, 2274, 9, 9, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19575, 1873, 19417, 620, 9, 9, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19576, 1873, 19418, 3228, 3, 9, 2.94, 3.00, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19577, 1873, 19419, 1044, 3, 9, 73.49, 74.96, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19578, 1873, 19420, 167, 3, 9, 26.87, 27.41, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19579, 1873, 19421, 5604, 6, 9, 196.95, 200.89, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19580, 1873, 19422, 1693, 6, 9, 9.04, 9.22, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19581, 1873, 19423, 1925, 9, 9, 115.14, 117.44, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19582, 1873, 19424, 5552, 6, 9, 27.95, 28.51, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19583, 1873, 19425, 2607, 9, 9, 13.83, 14.11, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19584, 1873, 19426, 1186, 3, 9, 19.67, 20.06, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19585, 1873, 19427, 927, 3, 9, 404.12, 412.20, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19586, 1873, 19428, 5067, 6, 9, 124.62, 127.11, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19587, 1873, 19429, 5674, 9, 9, 2888.08, 2945.84, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19588, 1873, 19430, 3342, 1, 9, 16.79, 17.13, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:06'),
(19589, 1873, 19431, 2433, 6, 9, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19590, 1873, 19432, 2146, 1, 9, 45.87, 46.79, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19591, 1873, 19433, 3455, 6, 9, 5.19, 5.29, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19592, 1873, 19434, 4493, 3, 9, 123.60, 126.07, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19593, 1873, 19435, 2033, 6, 9, 215.27, 219.58, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19594, 1873, 19436, 5011, 6, 9, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19595, 1873, 19437, 4628, 1, 9, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19596, 1873, 19438, 1226, 6, 9, 267.75, 273.11, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19597, 1873, 19439, 700, 3, 9, 42.30, 43.15, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19598, 1873, 19440, 5782, 3, 9, 20.70, 21.11, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19599, 1873, 19441, 5111, 9, 9, 14.53, 14.82, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19600, 1873, 19442, 4321, 1, 9, 121.19, 123.61, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19601, 1873, 19443, 6139, 9, 9, 16.99, 17.33, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19602, 1873, 19444, 3398, 1, 9, 41.34, 42.17, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19603, 1873, 19445, 4124, 1, 9, 6787.20, 6922.94, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(19604, 1873, 19446, 698, 6, 9, 6.61, 6.74, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19605, 1873, 19447, 3378, 6, 9, 367.50, 374.85, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19606, 1873, 19448, 653, 3, 9, 21.84, 22.28, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19607, 1873, 19449, 1736, 3, 9, 33.84, 34.52, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19608, 1873, 19450, 1795, 9, 9, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-14 11:49:10', '2024-06-14 11:49:10', '2024-06-14 12:50:07'),
(19609, 1873, 19451, 3636, 3, 9, 201.31, 205.34, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19610, 1873, 19452, 3076, 1, 9, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19611, 1873, 19453, 3131, 1, 9, 21.62, 22.05, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19612, 1873, 19454, 1409, 9, 9, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19613, 1873, 19455, 2719, 6, 9, 27.52, 28.07, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19614, 1873, 19456, 4317, 1, 9, 11.45, 11.68, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19615, 1873, 19457, 1739, 6, 9, 119.48, 121.87, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19616, 1873, 19458, 4401, 6, 9, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19617, 1873, 19459, 2680, 3, 9, 27.98, 28.54, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19618, 1873, 19460, 4873, 1, 9, 986.40, 1006.13, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19619, 1873, 19461, 5243, 3, 9, 25.25, 25.76, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19620, 1873, 19462, 2419, 3, 9, 100.98, 103.00, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19621, 1873, 19463, 2577, 9, 9, 115.49, 117.80, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19622, 1873, 19464, 2901, 1, 9, 3242.09, 3306.93, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19623, 1873, 19465, 5059, 9, 9, 825.02, 841.52, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19624, 1873, 19466, 1916, 9, 9, 3.50, 3.57, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19625, 1873, 19467, 4344, 3, 9, 281.33, 286.96, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19626, 1873, 19468, 5306, 3, 9, 424.00, 432.48, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:08'),
(19627, 1873, 19469, 2184, 3, 9, 4.72, 4.81, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19628, 1873, 19470, 3007, 1, 9, 110.24, 112.44, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19629, 1873, 19471, 213, 6, 9, 212.00, 216.24, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19630, 1873, 19472, 4430, 1, 9, 157.50, 160.65, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19631, 1873, 19473, 4961, 6, 9, 442.02, 450.86, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19632, 1873, 19474, 5699, 1, 9, 15.09, 15.39, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19633, 1873, 19475, 2366, 9, 9, 19.07, 19.45, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19634, 1873, 19476, 3249, 9, 9, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19635, 1873, 19477, 3389, 3, 9, 7.04, 7.18, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19636, 1873, 19478, 2471, 6, 9, 332.29, 338.94, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19637, 1873, 19479, 4839, 3, 9, 170.50, 173.91, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19638, 1873, 19480, 2740, 3, 9, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19639, 1873, 19481, 179, 1, 9, 22.22, 22.66, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19640, 1873, 19482, 3009, 9, 9, 629.33, 641.92, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19641, 1873, 19483, 3948, 6, 9, 109.00, 111.18, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19642, 1873, 19484, 1150, 9, 9, 241.28, 246.11, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19643, 1873, 19485, 4403, 6, 9, 183.26, 186.93, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19644, 1873, 19486, 115, 3, 9, 268.92, 274.30, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19645, 1873, 19487, 444, 1, 9, 31.92, 32.56, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19646, 1873, 19488, 1002, 9, 9, 325.21, 331.71, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19647, 1873, 19489, 5962, 1, 9, 18.60, 18.97, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19648, 1873, 19490, 2204, 1, 9, 57.12, 58.26, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:09'),
(19649, 1873, 19491, 484, 3, 9, 36.74, 37.47, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19650, 1873, 19492, 3592, 6, 9, 169.12, 172.50, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19651, 1873, 19493, 4937, 1, 9, 51.49, 52.52, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19652, 1873, 19494, 5814, 1, 9, 353.50, 360.57, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19653, 1873, 19495, 4412, 9, 9, 227.25, 231.80, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19654, 1873, 19496, 3809, 3, 9, 16.65, 16.98, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19655, 1873, 19497, 1627, 6, 9, 6.42, 6.55, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19656, 1873, 19498, 5996, 9, 9, 155.52, 158.63, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19657, 1873, 19499, 5916, 3, 9, 504.19, 514.27, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19658, 1873, 19500, 4083, 6, 9, 50.49, 51.50, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19659, 1873, 19501, 1588, 6, 9, 3.12, 3.18, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19660, 1873, 19502, 1199, 1, 9, 24.47, 24.96, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19661, 1873, 19503, 3373, 1, 9, 11.32, 11.55, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19662, 1873, 19504, 5438, 1, 9, 17.22, 17.56, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19663, 1873, 19505, 331, 9, 9, 9.23, 9.41, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19664, 1873, 19506, 1859, 6, 9, 3.82, 3.90, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19665, 1873, 19507, 3542, 3, 9, 6.67, 6.80, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19666, 1873, 19508, 4914, 1, 9, 35.35, 36.06, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19667, 1873, 19509, 3005, 9, 9, 64.65, 65.94, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19668, 1873, 19510, 1827, 3, 9, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19669, 1873, 19511, 734, 1, 9, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-14 11:49:11', '2024-06-14 11:49:11', '2024-06-14 12:50:10'),
(19670, 1866, 19512, 6093, 9, 11, 25.95, 26.47, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:04'),
(19671, 1866, 19513, 5517, 6, 11, 23.29, 23.76, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19672, 1866, 19514, 5421, 6, 11, 7.37, 7.52, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19673, 1866, 19515, 1625, 6, 11, 5.41, 5.52, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19674, 1866, 19516, 6001, 1, 11, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19675, 1866, 19517, 1952, 1, 11, 1.34, 1.37, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19676, 1866, 19518, 2147, 6, 11, 41.99, 42.83, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19677, 1866, 19519, 4865, 3, 11, 335.58, 342.29, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19678, 1866, 19520, 2254, 1, 11, 9.94, 10.14, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19679, 1866, 19521, 1716, 6, 11, 7.41, 7.56, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19680, 1866, 19522, 2734, 1, 11, 227.34, 231.89, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19681, 1866, 19523, 5793, 1, 11, 312.08, 318.32, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19682, 1866, 19524, 5806, 1, 11, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19683, 1866, 19525, 1757, 1, 11, 79.50, 81.09, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19684, 1866, 19526, 1291, 3, 11, 10.75, 10.97, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19685, 1866, 19527, 2753, 6, 11, 1590.00, 1621.80, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19686, 1866, 19528, 1974, 1, 11, 25.09, 25.59, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19687, 1866, 19529, 314, 9, 11, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19688, 1866, 19530, 2393, 1, 11, 2040.00, 2080.80, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19689, 1866, 19531, 2032, 3, 11, 40.56, 41.37, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19690, 1866, 19532, 2897, 1, 11, 5009.61, 5109.80, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19691, 1866, 19533, 708, 9, 11, 18.45, 18.82, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19692, 1866, 19534, 2964, 9, 11, 840.00, 856.80, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19693, 1866, 19535, 5959, 9, 11, 15.20, 15.50, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19694, 1866, 19536, 2896, 9, 11, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19695, 1866, 19537, 3459, 6, 11, 1270.36, 1295.77, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19696, 1866, 19538, 2156, 6, 11, 309.92, 316.12, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19697, 1866, 19539, 6074, 1, 11, 14.92, 15.22, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19698, 1866, 19540, 3697, 1, 11, 34.93, 35.63, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19699, 1866, 19541, 1045, 3, 11, 38.75, 39.53, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19700, 1866, 19542, 5613, 6, 11, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19701, 1866, 19543, 2281, 1, 11, 26.06, 26.58, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19702, 1866, 19544, 2898, 9, 11, 132.30, 134.95, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19703, 1866, 19545, 4922, 6, 11, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19704, 1866, 19546, 126, 3, 11, 1100.89, 1122.91, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19705, 1866, 19547, 664, 1, 11, 10.50, 10.71, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19706, 1866, 19548, 3759, 1, 11, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:05'),
(19707, 1866, 19549, 378, 1, 11, 373.75, 381.23, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19708, 1866, 19550, 1179, 6, 11, 16.03, 16.35, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19709, 1866, 19551, 3634, 9, 11, 20.53, 20.94, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19710, 1866, 19552, 5323, 3, 11, 28.50, 29.07, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19711, 1866, 19553, 3168, 3, 11, 13.86, 14.14, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19712, 1866, 19554, 6162, 1, 11, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19713, 1866, 19555, 1015, 3, 11, 4.05, 4.13, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19714, 1866, 19556, 3661, 9, 11, 312.00, 318.24, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19715, 1866, 19557, 123, 9, 11, 518.60, 528.97, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19716, 1866, 19558, 4136, 3, 11, 36.74, 37.47, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19717, 1866, 19559, 437, 6, 11, 239.70, 244.49, 1, 1, 'ai_sell', '2024-06-14 12:00:13', '2024-06-14 12:00:13', '2024-06-14 13:01:06'),
(19718, 1866, 19560, 5515, 3, 11, 41.75, 42.59, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19719, 1866, 19561, 2248, 6, 11, 3054.90, 3116.00, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19720, 1866, 19562, 2177, 6, 11, 436.80, 445.54, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19721, 1866, 19563, 2263, 3, 11, 808.50, 824.67, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19722, 1866, 19564, 1182, 1, 11, 99.99, 101.99, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19723, 1866, 19565, 5134, 9, 11, 84.92, 86.62, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19724, 1866, 19566, 6171, 6, 11, 16.25, 16.58, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19725, 1866, 19567, 1237, 1, 11, 24.03, 24.51, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19726, 1866, 19568, 3653, 1, 11, 484.10, 493.78, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19727, 1866, 19569, 2187, 3, 11, 10.00, 10.20, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19728, 1866, 19570, 3443, 9, 11, 10.16, 10.36, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19729, 1866, 19571, 2023, 9, 11, 1.06, 1.08, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19730, 1866, 19572, 1507, 9, 11, 3.63, 3.70, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19731, 1866, 19573, 5378, 6, 11, 3.07, 3.13, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19732, 1866, 19574, 1894, 6, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19733, 1866, 19575, 1827, 1, 11, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19734, 1866, 19576, 803, 6, 11, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 12:00:14', '2024-06-14 12:00:14', '2024-06-14 13:01:06'),
(19735, 1867, 19577, 989, 1, 12, 6633.12, 6765.78, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19736, 1867, 19578, 525, 6, 12, 362.79, 370.05, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19737, 1867, 19579, 1968, 9, 12, 22.31, 22.76, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19738, 1867, 19580, 4773, 9, 12, 51.97, 53.01, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19739, 1867, 19581, 4491, 1, 12, 24.96, 25.46, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19740, 1867, 19582, 5654, 6, 12, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19741, 1867, 19583, 2821, 9, 12, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19742, 1867, 19584, 4849, 6, 12, 101.08, 103.10, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:05'),
(19743, 1867, 19585, 4351, 1, 12, 107.30, 109.45, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19744, 1867, 19586, 5171, 6, 12, 48.29, 49.26, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19745, 1867, 19587, 3468, 6, 12, 1307.95, 1334.11, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19746, 1867, 19588, 4295, 3, 12, 101.00, 103.02, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19747, 1867, 19589, 683, 1, 12, 40.17, 40.97, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19748, 1867, 19590, 4607, 3, 12, 13.77, 14.05, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19749, 1867, 19591, 5990, 1, 12, 4.76, 4.86, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19750, 1867, 19592, 5782, 3, 12, 20.90, 21.32, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19751, 1867, 19593, 3688, 9, 12, 58.77, 59.95, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19752, 1867, 19594, 5332, 3, 12, 1917.99, 1956.35, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19753, 1867, 19595, 3277, 3, 12, 37.35, 38.10, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19754, 1867, 19596, 1174, 1, 12, 30.44, 31.05, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19755, 1867, 19597, 1503, 3, 12, 24.24, 24.72, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19756, 1867, 19598, 3730, 6, 12, 6.96, 7.10, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19757, 1867, 19599, 5747, 6, 12, 4.83, 4.93, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19758, 1867, 19600, 5918, 3, 12, 183.60, 187.27, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19759, 1867, 19601, 2285, 3, 12, 93.60, 95.47, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19760, 1867, 19602, 176, 1, 12, 224.39, 228.88, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19761, 1867, 19603, 571, 3, 12, 18.18, 18.54, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19762, 1867, 19604, 1871, 1, 12, 10500.00, 10710.00, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19763, 1867, 19605, 2925, 3, 12, 945.00, 963.90, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19764, 1867, 19606, 6080, 6, 12, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19765, 1867, 19607, 3313, 1, 12, 14.42, 14.71, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19766, 1867, 19608, 173, 3, 12, 118.16, 120.52, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:06'),
(19767, 1867, 19609, 1851, 6, 12, 65.59, 66.90, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19768, 1867, 19610, 2864, 6, 12, 15.74, 16.05, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19769, 1867, 19611, 2655, 1, 12, 302.94, 309.00, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19770, 1867, 19612, 6099, 3, 12, 8.22, 8.38, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19771, 1867, 19613, 6008, 9, 12, 98.98, 100.96, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19772, 1867, 19614, 2143, 1, 12, 21.20, 21.62, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19773, 1867, 19615, 4842, 1, 12, 93.90, 95.78, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19774, 1867, 19616, 1204, 3, 12, 35.58, 36.29, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19775, 1867, 19617, 5373, 9, 12, 52.47, 53.52, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19776, 1867, 19618, 2166, 9, 12, 37.08, 37.82, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19777, 1867, 19619, 1790, 6, 12, 25.75, 26.27, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19778, 1867, 19620, 3986, 1, 12, 30.29, 30.90, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19779, 1867, 19621, 3271, 6, 12, 2.84, 2.90, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19780, 1867, 19622, 1514, 6, 12, 4.32, 4.41, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19781, 1867, 19623, 5915, 3, 12, 5.85, 5.97, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19782, 1867, 19624, 1894, 9, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19783, 1867, 19625, 1827, 3, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19784, 1867, 19626, 1811, 1, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19785, 1867, 19627, 734, 6, 12, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-14 12:12:10', '2024-06-14 12:12:10', '2024-06-14 13:13:07'),
(19786, 1868, 19628, 83, 6, 13, 112.20, 114.44, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:05'),
(19787, 1868, 19629, 3397, 6, 13, 126.25, 128.78, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:06'),
(19788, 1868, 19630, 2591, 3, 13, 15.80, 16.12, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:06'),
(19789, 1868, 19631, 1896, 6, 13, 51.27, 52.30, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:06'),
(19790, 1868, 19632, 2864, 1, 13, 15.89, 16.21, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19791, 1868, 19633, 4007, 3, 13, 824.68, 841.17, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19792, 1868, 19634, 4113, 3, 13, 296.80, 302.74, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19793, 1868, 19635, 714, 3, 13, 24.95, 25.45, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19794, 1868, 19636, 2916, 3, 13, 91.16, 92.98, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19795, 1868, 19637, 4316, 3, 13, 33.65, 34.32, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19796, 1868, 19638, 929, 3, 13, 45.74, 46.65, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19797, 1868, 19639, 2263, 9, 13, 808.50, 824.67, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19798, 1868, 19640, 2633, 3, 13, 22.39, 22.84, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19799, 1868, 19641, 1597, 9, 13, 2.23, 2.27, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19800, 1868, 19642, 5959, 9, 13, 15.79, 16.11, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19801, 1868, 19643, 3958, 9, 13, 416.00, 424.32, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19802, 1868, 19644, 6150, 9, 13, 32.63, 33.28, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19803, 1868, 19645, 3284, 3, 13, 3744.00, 3818.88, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19804, 1868, 19646, 3909, 3, 13, 212.24, 216.48, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19805, 1868, 19647, 1876, 1, 13, 32.97, 33.63, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19806, 1868, 19648, 1580, 3, 13, 15.24, 15.54, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19807, 1868, 19649, 1249, 9, 13, 42.00, 42.84, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19808, 1868, 19650, 304, 6, 13, 121.67, 124.10, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19809, 1868, 19651, 3090, 1, 13, 5.10, 5.20, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19810, 1868, 19652, 471, 1, 13, 338.28, 345.05, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19811, 1868, 19653, 5401, 1, 13, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19812, 1868, 19654, 1341, 1, 13, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19813, 1868, 19655, 3088, 6, 13, 25.05, 25.55, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:07'),
(19814, 1868, 19656, 5721, 3, 13, 11.00, 11.22, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19815, 1868, 19657, 2051, 9, 13, 4.62, 4.71, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19816, 1868, 19658, 6046, 9, 13, 153.92, 157.00, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19817, 1868, 19659, 519, 6, 13, 61.78, 63.02, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19818, 1868, 19660, 4899, 3, 13, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19819, 1868, 19661, 3551, 3, 13, 47.24, 48.18, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19820, 1868, 19662, 2623, 9, 13, 9.57, 9.76, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19821, 1868, 19663, 3199, 9, 13, 116.38, 118.71, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19822, 1868, 19664, 5509, 1, 13, 151.49, 154.52, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19823, 1868, 19665, 3690, 3, 13, 7.68, 7.83, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19824, 1868, 19666, 4889, 6, 13, 62.18, 63.42, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19825, 1868, 19667, 34, 3, 13, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19826, 1868, 19668, 5361, 9, 13, 165.62, 168.93, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19827, 1868, 19669, 5858, 3, 13, 1028.97, 1049.55, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19828, 1868, 19670, 3154, 1, 13, 34.97, 35.67, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19829, 1868, 19671, 2766, 3, 13, 342.38, 349.23, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19830, 1868, 19672, 5181, 1, 13, 19.43, 19.82, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19831, 1868, 19673, 214, 1, 13, 7.47, 7.62, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19832, 1868, 19674, 1957, 9, 13, 21.42, 21.85, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:08'),
(19833, 1868, 19675, 1174, 6, 13, 30.44, 31.05, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:09'),
(19834, 1868, 19676, 4934, 6, 13, 18.38, 18.75, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:09'),
(19835, 1868, 19677, 467, 3, 13, 36.45, 37.18, 1, 1, 'ai_sell', '2024-06-14 12:44:09', '2024-06-14 12:44:09', '2024-06-14 13:45:09'),
(19836, 1868, 19678, 1556, 6, 13, 102.94, 105.00, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19837, 1868, 19679, 2246, 9, 13, 36.89, 37.63, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19838, 1868, 19680, 1570, 3, 13, 33.31, 33.98, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19839, 1868, 19681, 2493, 9, 13, 57.75, 58.91, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19840, 1868, 19682, 5095, 1, 13, 18.71, 19.08, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19841, 1868, 19683, 2836, 6, 13, 1090.96, 1112.78, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19842, 1868, 19684, 2640, 3, 13, 34.64, 35.33, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19843, 1868, 19685, 2913, 6, 13, 29.28, 29.87, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19844, 1868, 19686, 6058, 6, 13, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19845, 1868, 19687, 3723, 3, 13, 249.10, 254.08, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19846, 1868, 19688, 5070, 3, 13, 129.28, 131.87, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19847, 1868, 19689, 4547, 9, 13, 1046.21, 1067.13, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19848, 1868, 19690, 4427, 1, 13, 41.40, 42.23, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19849, 1868, 19691, 2929, 6, 13, 711.25, 725.48, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19850, 1868, 19692, 4330, 1, 13, 662.99, 676.25, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19851, 1868, 19693, 3883, 3, 13, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19852, 1868, 19694, 3660, 3, 13, 7.27, 7.42, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19853, 1868, 19695, 1054, 1, 13, 23.74, 24.21, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19854, 1868, 19696, 735, 9, 13, 2.24, 2.28, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19855, 1868, 19697, 5445, 1, 13, 13.38, 13.65, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19856, 1868, 19698, 1993, 6, 13, 813.02, 829.28, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19857, 1868, 19699, 5955, 6, 13, 6.34, 6.47, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19858, 1868, 19700, 5159, 9, 13, 13.51, 13.78, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19859, 1868, 19701, 5944, 3, 13, 84.00, 85.68, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19860, 1868, 19702, 566, 6, 13, 20.20, 20.60, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19861, 1868, 19703, 3711, 9, 13, 841.04, 857.86, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19862, 1868, 19704, 1481, 9, 13, 51.50, 52.53, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19863, 1868, 19705, 3354, 3, 13, 49.98, 50.98, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19864, 1868, 19706, 6021, 3, 13, 37.72, 38.47, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19865, 1868, 19707, 3854, 1, 13, 612.00, 624.24, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19866, 1868, 19708, 4203, 3, 13, 11.65, 11.88, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19867, 1868, 19709, 3135, 3, 13, 301.78, 307.82, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19868, 1868, 19710, 5120, 1, 13, 19.56, 19.95, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19869, 1868, 19711, 4086, 9, 13, 4.32, 4.41, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19870, 1868, 19712, 639, 3, 13, 4.08, 4.16, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19871, 1868, 19713, 5529, 6, 13, 10.32, 10.53, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19872, 1868, 19714, 1829, 6, 13, 0.78, 0.80, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19873, 1868, 19715, 1894, 9, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19874, 1868, 19716, 1811, 6, 13, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19875, 1868, 19717, 734, 1, 13, 0.22, 0.22, 1, 1, 'ai_sell', '2024-06-14 12:44:10', '2024-06-14 12:44:10', '2024-06-14 13:45:09'),
(19876, 1869, 19718, 6020, 3, 14, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:03'),
(19877, 1869, 19719, 2315, 3, 14, 556.51, 567.64, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19878, 1869, 19720, 1086, 3, 14, 1757.60, 1792.75, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19879, 1869, 19721, 6052, 6, 14, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19880, 1869, 19722, 3584, 1, 14, 246.97, 251.91, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19881, 1869, 19723, 493, 9, 14, 56.74, 57.87, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19882, 1869, 19724, 1728, 3, 14, 77.51, 79.06, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19883, 1869, 19725, 2920, 6, 14, 427.22, 435.76, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19884, 1869, 19726, 362, 3, 14, 237.26, 242.01, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19885, 1869, 19727, 1965, 9, 14, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19886, 1869, 19728, 488, 6, 14, 9444.75, 9633.65, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19887, 1869, 19729, 485, 3, 14, 3806.25, 3882.38, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19888, 1869, 19730, 2754, 9, 14, 230.02, 234.62, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19889, 1869, 19731, 6075, 9, 14, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19890, 1869, 19732, 2075, 6, 14, 106.08, 108.20, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19891, 1869, 19733, 1136, 1, 14, 25.68, 26.19, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19892, 1869, 19734, 3686, 3, 14, 12.82, 13.08, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19893, 1869, 19735, 1794, 6, 14, 153.00, 156.06, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19894, 1869, 19736, 320, 6, 14, 555.50, 566.61, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19895, 1869, 19737, 2241, 6, 14, 93.18, 95.04, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19896, 1869, 19738, 1027, 6, 14, 393.90, 401.78, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19897, 1869, 19739, 3729, 9, 14, 76.22, 77.74, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19898, 1869, 19740, 167, 6, 14, 26.87, 27.41, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19899, 1869, 19741, 1968, 9, 14, 21.68, 22.11, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19900, 1869, 19742, 705, 3, 14, 67.84, 69.20, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19901, 1869, 19743, 4363, 6, 14, 243.80, 248.68, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19902, 1869, 19744, 4502, 3, 14, 927.00, 945.54, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19903, 1869, 19745, 4475, 1, 14, 66.29, 67.62, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19904, 1869, 19746, 438, 6, 14, 1389.81, 1417.61, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19905, 1869, 19747, 4806, 6, 14, 29.56, 30.15, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19906, 1869, 19748, 4847, 9, 14, 680.39, 694.00, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19907, 1869, 19749, 1007, 6, 14, 81.36, 82.99, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19908, 1869, 19750, 1901, 9, 14, 390.00, 397.80, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19909, 1869, 19751, 3659, 9, 14, 9.00, 9.18, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19910, 1869, 19752, 5565, 1, 14, 144.25, 147.14, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19911, 1869, 19753, 5823, 1, 14, 42.41, 43.26, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19912, 1869, 19754, 4000, 9, 14, 1062.08, 1083.32, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19913, 1869, 19755, 1922, 1, 14, 241.68, 246.51, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19914, 1869, 19756, 4310, 3, 14, 13.83, 14.11, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19915, 1869, 19757, 3832, 3, 14, 6.00, 6.12, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19916, 1869, 19758, 4862, 9, 14, 14.60, 14.89, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19917, 1869, 19759, 794, 1, 14, 21.35, 21.78, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19918, 1869, 19760, 1499, 1, 14, 9.22, 9.40, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19919, 1869, 19761, 2927, 6, 14, 23.88, 24.36, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19920, 1869, 19762, 6110, 3, 14, 2.16, 2.20, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19921, 1869, 19763, 3863, 9, 14, 20.99, 21.41, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19922, 1869, 19764, 1288, 9, 14, 8.84, 9.02, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19923, 1869, 19765, 3228, 6, 14, 2.83, 2.89, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19924, 1869, 19766, 1894, 1, 14, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-14 13:13:09', '2024-06-14 13:13:09', '2024-06-14 14:14:05'),
(19925, 1872, 19767, 3502, 3, 18, 9.18, 9.36, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:03'),
(19926, 1872, 19768, 5438, 9, 18, 17.05, 17.39, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19927, 1872, 19769, 2772, 6, 18, 45.45, 46.36, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19928, 1872, 19770, 959, 6, 18, 2.65, 2.70, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19929, 1872, 19771, 2994, 1, 18, 8.65, 8.82, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19930, 1872, 19772, 2003, 3, 18, 63.60, 64.87, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19931, 1872, 19773, 4393, 6, 18, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19932, 1872, 19774, 1585, 1, 18, 1.61, 1.64, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19933, 1872, 19775, 6047, 1, 18, 14.69, 14.98, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19934, 1872, 19776, 1283, 3, 18, 110.25, 112.46, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19935, 1872, 19777, 2922, 9, 18, 31.82, 32.46, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19936, 1872, 19778, 767, 6, 18, 3.03, 3.09, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19937, 1872, 19779, 2962, 9, 18, 10.75, 10.97, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19938, 1872, 19780, 242, 6, 18, 32.13, 32.77, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19939, 1872, 19781, 6094, 3, 18, 24.52, 25.01, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19940, 1872, 19782, 6038, 9, 18, 816.00, 832.32, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19941, 1872, 19783, 3608, 1, 18, 88.15, 89.91, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19942, 1872, 19784, 4679, 3, 18, 6.28, 6.41, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19943, 1872, 19785, 3521, 6, 18, 369.77, 377.17, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19944, 1872, 19786, 809, 6, 18, 166.64, 169.97, 1, 1, 'ai_sell', '2024-06-14 15:07:07', '2024-06-14 15:07:07', '2024-06-14 16:08:05'),
(19945, 1872, 19787, 114, 6, 18, 168.00, 171.36, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:05'),
(19946, 1872, 19788, 1825, 6, 18, 226.59, 231.12, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:05'),
(19947, 1872, 19789, 3158, 1, 18, 41.98, 42.82, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:05'),
(19948, 1872, 19790, 197, 1, 18, 34.22, 34.90, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:05'),
(19949, 1872, 19791, 3790, 1, 18, 46.34, 47.27, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:05'),
(19950, 1872, 19792, 3169, 9, 18, 208.29, 212.46, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19951, 1872, 19793, 4886, 9, 18, 73.87, 75.35, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19952, 1872, 19794, 590, 3, 18, 3347.50, 3414.45, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19953, 1872, 19795, 1026, 1, 18, 260.00, 265.20, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19954, 1872, 19796, 4630, 9, 18, 103.00, 105.06, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19955, 1872, 19797, 354, 9, 18, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19956, 1872, 19798, 4395, 9, 18, 204.79, 208.89, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19957, 1872, 19799, 1277, 3, 18, 34.80, 35.50, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19958, 1872, 19800, 5246, 3, 18, 60.90, 62.12, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19959, 1872, 19801, 1099, 1, 18, 188.68, 192.45, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19960, 1872, 19802, 1484, 3, 18, 9.53, 9.72, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19961, 1872, 19803, 121, 6, 18, 4.47, 4.56, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19962, 1872, 19804, 3549, 3, 18, 5655.95, 5769.07, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19963, 1872, 19805, 1048, 9, 18, 57.19, 58.33, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19964, 1872, 19806, 1883, 9, 18, 402.99, 411.05, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19965, 1872, 19807, 784, 9, 18, 39.65, 40.44, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19966, 1872, 19808, 1540, 3, 18, 34.32, 35.01, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19967, 1872, 19809, 6163, 3, 18, 415.95, 424.27, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19968, 1872, 19810, 247, 1, 18, 95.78, 97.70, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19969, 1872, 19811, 2620, 1, 18, 34.97, 35.67, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19970, 1872, 19812, 3965, 9, 18, 43.45, 44.32, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19971, 1872, 19813, 2244, 9, 18, 62.42, 63.67, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19972, 1872, 19814, 721, 6, 18, 72.05, 73.49, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19973, 1872, 19815, 2955, 1, 18, 20.18, 20.58, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19974, 1872, 19816, 2526, 6, 18, 756.49, 771.62, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19975, 1872, 19817, 2079, 1, 18, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19976, 1872, 19818, 722, 1, 18, 34.32, 35.01, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19977, 1872, 19819, 3009, 1, 18, 629.33, 641.92, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(19978, 1872, 19820, 5620, 1, 18, 42.63, 43.48, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19979, 1872, 19821, 6101, 6, 18, 5.43, 5.54, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19980, 1872, 19822, 3428, 9, 18, 273.48, 278.95, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19981, 1872, 19823, 5967, 6, 18, 25.71, 26.22, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19982, 1872, 19824, 5614, 6, 18, 35.79, 36.51, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19983, 1872, 19825, 4194, 9, 18, 55.52, 56.63, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19984, 1872, 19826, 997, 1, 18, 113.58, 115.85, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19985, 1872, 19827, 6129, 9, 18, 8.77, 8.95, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19986, 1872, 19828, 5122, 3, 18, 202.00, 206.04, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19987, 1872, 19829, 221, 6, 18, 25.76, 26.28, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19988, 1872, 19830, 5202, 3, 18, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19989, 1872, 19831, 4349, 9, 18, 5.24, 5.34, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19990, 1872, 19832, 3365, 9, 18, 7.07, 7.21, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19991, 1872, 19833, 1850, 6, 18, 0.57, 0.58, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19992, 1872, 19834, 734, 3, 18, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19993, 1872, 19835, 1894, 6, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19994, 1872, 19836, 1827, 9, 18, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-14 15:07:08', '2024-06-14 15:07:08', '2024-06-14 16:08:06'),
(19995, 1872, 19837, 1827, 9, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-14 15:08:06', '2024-06-14 15:08:06', '2024-06-14 16:09:05'),
(19996, 1798, 19838, 4177, 5, NULL, 500.00, 515.00, 1, 1, 'manual_sell', '2024-06-14 17:58:42', '2024-06-14 17:58:42', '2024-06-14 18:59:04'),
(19997, 1798, 19839, 972, 5, NULL, 15.00, 15.45, 1, 1, 'manual_sell', '2024-06-14 18:00:25', '2024-06-14 18:00:25', '2024-06-14 19:01:08'),
(19998, 1869, 19840, 3609, 9, 17, 144.51, 147.40, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(19999, 1869, 19841, 918, 6, 17, 10.79, 11.01, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20000, 1869, 19842, 2699, 6, 17, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20001, 1869, 19843, 5418, 1, 17, 11.30, 11.53, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20002, 1869, 19844, 4456, 1, 17, 663.39, 676.66, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20003, 1869, 19845, 6012, 3, 17, 32.28, 32.93, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20004, 1869, 19846, 5175, 3, 17, 60.78, 62.00, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20005, 1869, 19847, 3938, 3, 17, 20.14, 20.54, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20006, 1869, 19848, 4771, 6, 17, 31.47, 32.10, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20007, 1869, 19849, 3492, 3, 17, 15.59, 15.90, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:03'),
(20008, 1869, 19850, 1766, 3, 17, 61.80, 63.04, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20009, 1869, 19851, 1557, 9, 17, 2856.00, 2913.12, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20010, 1869, 19852, 809, 1, 17, 171.59, 175.02, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20011, 1869, 19853, 4528, 1, 17, 61.60, 62.83, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20012, 1869, 19854, 4984, 3, 17, 3276.00, 3341.52, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20013, 1869, 19855, 2231, 3, 17, 55.64, 56.75, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20014, 1869, 19856, 2734, 9, 17, 227.34, 231.89, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20015, 1869, 19857, 847, 6, 17, 19.91, 20.31, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20016, 1869, 19858, 5389, 1, 17, 47.69, 48.64, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20017, 1869, 19859, 5228, 1, 17, 7.41, 7.56, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20018, 1869, 19860, 1309, 3, 17, 147.45, 150.40, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20019, 1869, 19861, 2631, 6, 17, 42.01, 42.85, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20020, 1869, 19862, 3070, 6, 17, 309.00, 315.18, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20021, 1869, 19863, 4646, 3, 17, 43.04, 43.90, 1, 1, 'ai_sell', '2024-06-15 10:22:05', '2024-06-15 10:22:05', '2024-06-15 11:23:04'),
(20022, 1869, 19864, 5367, 3, 17, 239.19, 243.97, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20023, 1869, 19865, 2971, 6, 17, 728.94, 743.52, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20024, 1869, 19866, 3591, 1, 17, 12.40, 12.65, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20025, 1869, 19867, 4048, 3, 17, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20026, 1869, 19868, 3110, 3, 17, 30.30, 30.91, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20027, 1869, 19869, 984, 1, 17, 742.28, 757.13, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20028, 1869, 19870, 1425, 1, 17, 17.47, 17.82, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20029, 1869, 19871, 3156, 9, 17, 30.15, 30.75, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20030, 1869, 19872, 898, 9, 17, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20031, 1869, 19873, 5521, 9, 17, 83.89, 85.57, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20032, 1869, 19874, 4922, 9, 17, 16.05, 16.37, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20033, 1869, 19875, 226, 6, 17, 17.57, 17.92, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20034, 1869, 19876, 1674, 3, 17, 1512.98, 1543.24, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20035, 1869, 19877, 1969, 6, 17, 15.29, 15.60, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20036, 1869, 19878, 5519, 1, 17, 825.02, 841.52, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20037, 1869, 19879, 5066, 3, 17, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20038, 1869, 19880, 4320, 1, 17, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20039, 1869, 19881, 769, 3, 17, 111.28, 113.51, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20040, 1869, 19882, 1107, 1, 17, 883.99, 901.67, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20041, 1869, 19883, 2506, 9, 17, 111.10, 113.32, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20042, 1869, 19884, 4375, 6, 17, 84.80, 86.50, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20043, 1869, 19885, 2096, 1, 17, 31.19, 31.81, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20044, 1869, 19886, 1316, 1, 17, 41.59, 42.42, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20045, 1869, 19887, 1412, 1, 17, 7.65, 7.80, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20046, 1869, 19888, 276, 9, 17, 343.19, 350.05, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20047, 1869, 19889, 1478, 6, 17, 414.75, 423.05, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20048, 1869, 19890, 1655, 9, 17, 1346.80, 1373.74, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20049, 1869, 19891, 3635, 1, 17, 7.20, 7.34, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20050, 1869, 19892, 4986, 6, 17, 11.53, 11.76, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20051, 1869, 19893, 4153, 3, 17, 306.80, 312.94, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20052, 1869, 19894, 259, 3, 17, 10.70, 10.91, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20053, 1869, 19895, 1469, 1, 17, 1.33, 1.36, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20054, 1869, 19896, 1844, 6, 17, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20055, 1869, 19897, 949, 6, 17, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:04'),
(20056, 1869, 19898, 1827, 1, 17, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-15 10:22:06', '2024-06-15 10:22:06', '2024-06-15 11:23:05'),
(20057, 1866, 19899, 1292, 9, 16, 33.45, 34.12, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:03'),
(20058, 1866, 19900, 4151, 1, 16, 34.97, 35.67, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20059, 1866, 19901, 3509, 3, 16, 6296.40, 6422.33, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20060, 1866, 19902, 3966, 9, 16, 33.04, 33.70, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20061, 1866, 19903, 4900, 6, 16, 141.70, 144.53, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20062, 1866, 19904, 804, 9, 16, 8.38, 8.55, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20063, 1866, 19905, 3780, 3, 16, 106.00, 108.12, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20064, 1866, 19906, 4007, 1, 16, 809.12, 825.30, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20065, 1866, 19907, 3546, 6, 16, 199.02, 203.00, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20066, 1866, 19908, 3849, 9, 16, 636.00, 648.72, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20067, 1866, 19909, 3498, 6, 16, 51.95, 52.99, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20068, 1866, 19910, 5930, 3, 16, 33.94, 34.62, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20069, 1866, 19911, 5695, 6, 16, 59.31, 60.50, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20070, 1866, 19912, 1756, 6, 16, 1494.80, 1524.70, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20071, 1866, 19913, 1008, 9, 16, 444.05, 452.93, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20072, 1866, 19914, 5348, 6, 16, 202.90, 206.96, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20073, 1866, 19915, 4864, 6, 16, 476.32, 485.85, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20074, 1866, 19916, 1764, 3, 16, 95.54, 97.45, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20075, 1866, 19917, 125, 3, 16, 87.36, 89.11, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20076, 1866, 19918, 5167, 6, 16, 190.79, 194.61, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20077, 1866, 19919, 4416, 9, 16, 36.65, 37.38, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20078, 1866, 19920, 469, 9, 16, 101.00, 103.02, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20079, 1866, 19921, 396, 6, 16, 36.04, 36.76, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20080, 1866, 19922, 3297, 1, 16, 114.40, 116.69, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20081, 1866, 19923, 5625, 3, 16, 4.92, 5.02, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20082, 1866, 19924, 2856, 3, 16, 506.01, 516.13, 1, 1, 'ai_sell', '2024-06-15 11:25:07', '2024-06-15 11:25:07', '2024-06-15 12:26:05'),
(20083, 1866, 19925, 4091, 9, 16, 26.66, 27.19, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20084, 1866, 19926, 1609, 3, 16, 13.12, 13.38, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20085, 1866, 19927, 4889, 6, 16, 64.01, 65.29, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20086, 1866, 19928, 410, 6, 16, 84.64, 86.33, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20087, 1866, 19929, 3913, 9, 16, 187.60, 191.35, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20088, 1866, 19930, 5935, 1, 16, 2756.00, 2811.12, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20089, 1866, 19931, 848, 6, 16, 80.80, 82.42, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20090, 1866, 19932, 2295, 1, 16, 240.45, 245.26, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20091, 1866, 19933, 942, 1, 16, 25.49, 26.00, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20092, 1866, 19934, 5718, 1, 16, 153.00, 156.06, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20093, 1866, 19935, 5475, 1, 16, 83.19, 84.85, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20094, 1866, 19936, 5629, 6, 16, 16.53, 16.86, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20095, 1866, 19937, 5663, 9, 16, 104.00, 106.08, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20096, 1866, 19938, 1690, 6, 16, 17.43, 17.78, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20097, 1866, 19939, 1233, 9, 16, 21.34, 21.77, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:05'),
(20098, 1866, 19940, 5110, 3, 16, 14.42, 14.71, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20099, 1866, 19941, 3642, 1, 16, 17.16, 17.50, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20100, 1866, 19942, 5211, 9, 16, 71.40, 72.83, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20101, 1866, 19943, 2102, 3, 16, 26.52, 27.05, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20102, 1866, 19944, 5755, 1, 16, 42.99, 43.85, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20103, 1866, 19945, 3106, 6, 16, 16.74, 17.07, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20104, 1866, 19946, 2689, 1, 16, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20105, 1866, 19947, 2028, 1, 16, 39.78, 40.58, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20106, 1866, 19948, 3908, 1, 16, 43.04, 43.90, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20107, 1866, 19949, 2230, 3, 16, 31.50, 32.13, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20108, 1866, 19950, 553, 6, 16, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20109, 1866, 19951, 5208, 6, 16, 173.03, 176.49, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20110, 1866, 19952, 4707, 1, 16, 9.40, 9.59, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20111, 1866, 19953, 3322, 1, 16, 101.95, 103.99, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20112, 1866, 19954, 1887, 3, 16, 1.57, 1.60, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20113, 1866, 19955, 563, 3, 16, 4.24, 4.32, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20114, 1866, 19956, 2023, 1, 16, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20115, 1866, 19957, 1952, 9, 16, 1.37, 1.40, 1, 1, 'ai_sell', '2024-06-15 11:25:08', '2024-06-15 11:25:08', '2024-06-15 12:26:06'),
(20116, 1872, 20503, 3314, 3, 18, 52.49, 53.54, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20117, 1872, 20504, 6060, 9, 18, 10.40, 10.61, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20118, 1872, 20505, 3327, 9, 18, 2.49, 2.54, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20119, 1872, 20506, 3478, 1, 18, 112.37, 114.62, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20120, 1872, 20507, 4128, 1, 18, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20121, 1872, 20508, 2667, 6, 18, 231.43, 236.06, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20122, 1872, 20509, 5521, 9, 18, 83.89, 85.57, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20123, 1872, 20510, 3807, 9, 18, 4721.75, 4816.19, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20124, 1872, 20511, 5249, 3, 18, 42.93, 43.79, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20125, 1872, 20512, 5319, 9, 18, 1122.00, 1144.44, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20126, 1872, 20513, 6033, 3, 18, 613.67, 625.94, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20127, 1872, 20514, 3634, 1, 18, 20.33, 20.74, 1, 1, 'ai_sell', '2024-06-15 16:21:04', '2024-06-15 16:21:04', '2024-06-15 17:22:03'),
(20128, 1872, 20515, 2274, 3, 18, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20129, 1872, 20516, 810, 6, 18, 26.10, 26.62, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20130, 1872, 20517, 2606, 9, 18, 14.39, 14.68, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20131, 1872, 20518, 4790, 1, 18, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20132, 1872, 20519, 3739, 3, 18, 44.90, 45.80, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20133, 1872, 20520, 1704, 1, 18, 62.40, 63.65, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20134, 1872, 20521, 5398, 1, 18, 530.45, 541.06, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20135, 1872, 20522, 2904, 6, 18, 9.49, 9.68, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20136, 1872, 20523, 3961, 1, 18, 5119.10, 5221.48, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20137, 1872, 20524, 1641, 1, 18, 13.38, 13.65, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20138, 1872, 20525, 5815, 9, 18, 15.75, 16.07, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20139, 1872, 20526, 410, 1, 18, 87.96, 89.72, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20140, 1872, 20527, 1008, 9, 18, 431.24, 439.86, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:03'),
(20141, 1872, 20528, 5061, 9, 18, 165.82, 169.14, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20142, 1872, 20529, 3501, 9, 18, 9.09, 9.27, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20143, 1872, 20530, 825, 6, 18, 193.19, 197.05, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20144, 1872, 20531, 1500, 9, 18, 11.43, 11.66, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20145, 1872, 20532, 2929, 3, 18, 691.12, 704.94, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20146, 1872, 20533, 4755, 1, 18, 426.39, 434.92, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20147, 1872, 20534, 28, 6, 18, 15.30, 15.61, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20148, 1872, 20535, 1722, 1, 18, 4.11, 4.19, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20149, 1872, 20536, 6002, 1, 18, 294.00, 299.88, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:04'),
(20150, 1872, 20537, 4089, 9, 18, 19.76, 20.16, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20151, 1872, 20538, 2173, 9, 18, 31.77, 32.41, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20152, 1872, 20539, 2293, 1, 18, 791.04, 806.86, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20153, 1872, 20540, 1764, 9, 18, 91.90, 93.74, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20154, 1872, 20541, 5435, 3, 18, 7.97, 8.13, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20155, 1872, 20542, 3667, 3, 18, 19.37, 19.76, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20156, 1872, 20543, 143, 1, 18, 1.02, 1.04, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20157, 1872, 20544, 5180, 1, 18, 30.44, 31.05, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20158, 1872, 20545, 4614, 6, 18, 27.29, 27.84, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20159, 1872, 20546, 2221, 3, 18, 40.17, 40.97, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20160, 1872, 20547, 1405, 6, 18, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20161, 1872, 20548, 3283, 9, 18, 15.86, 16.18, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:05'),
(20162, 1872, 20549, 3759, 6, 18, 20.39, 20.80, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:06'),
(20163, 1872, 20550, 3083, 9, 18, 52.00, 53.04, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:06'),
(20164, 1872, 20551, 1262, 1, 18, 1.56, 1.59, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:06'),
(20165, 1872, 20552, 5704, 6, 18, 2.51, 2.56, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:06'),
(20166, 1872, 20553, 803, 1, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:06'),
(20167, 1872, 20554, 1827, 9, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-15 16:21:05', '2024-06-15 16:21:05', '2024-06-15 17:22:06'),
(20168, 1798, 20555, 2087, 5, NULL, 501.00, 516.03, 1, 1, 'manual_sell', '2024-06-15 19:14:56', '2024-06-15 19:14:56', '2024-06-15 20:15:05'),
(20169, 1798, 20556, 1022, 5, NULL, 29.00, 29.87, 1, 1, 'manual_sell', '2024-06-15 19:17:26', '2024-06-15 19:17:26', '2024-06-15 20:18:03'),
(20170, 1869, 20557, 567, 1, 17, 2182.95, 2226.61, 1, 1, 'ai_sell', '2024-06-16 11:35:08', '2024-06-16 11:35:08', '2024-06-16 12:36:03'),
(20171, 1869, 20558, 1545, 3, 17, 536.52, 547.25, 1, 1, 'ai_sell', '2024-06-16 11:35:08', '2024-06-16 11:35:08', '2024-06-16 12:36:04'),
(20172, 1869, 20559, 2571, 6, 17, 16.07, 16.39, 1, 1, 'ai_sell', '2024-06-16 11:35:08', '2024-06-16 11:35:08', '2024-06-16 12:36:04'),
(20173, 1869, 20560, 985, 3, 17, 21.63, 22.06, 1, 1, 'ai_sell', '2024-06-16 11:35:08', '2024-06-16 11:35:08', '2024-06-16 12:36:04'),
(20174, 1869, 20561, 3874, 6, 17, 636.00, 648.72, 1, 1, 'ai_sell', '2024-06-16 11:35:08', '2024-06-16 11:35:08', '2024-06-16 12:36:04'),
(20175, 1869, 20562, 1532, 1, 17, 969.00, 988.38, 1, 1, 'ai_sell', '2024-06-16 11:35:08', '2024-06-16 11:35:08', '2024-06-16 12:36:04'),
(20176, 1869, 20563, 3169, 9, 17, 206.29, 210.42, 1, 1, 'ai_sell', '2024-06-16 11:35:08', '2024-06-16 11:35:08', '2024-06-16 12:36:04'),
(20177, 1869, 20564, 4889, 6, 17, 63.40, 64.67, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20178, 1869, 20565, 134, 3, 17, 472.50, 481.95, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20179, 1869, 20566, 4836, 9, 17, 187.19, 190.93, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20180, 1869, 20567, 1349, 3, 17, 189.74, 193.53, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20181, 1869, 20568, 4750, 6, 17, 65.28, 66.59, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20182, 1869, 20569, 2198, 3, 17, 31.49, 32.12, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20183, 1869, 20570, 618, 1, 17, 6754.80, 6889.90, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20184, 1869, 20571, 3984, 3, 17, 102.00, 104.04, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20185, 1869, 20572, 2660, 6, 17, 29.26, 29.85, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20186, 1869, 20573, 4428, 6, 17, 30.91, 31.53, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20187, 1869, 20574, 1650, 3, 17, 10.49, 10.70, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20188, 1869, 20575, 3227, 3, 17, 20.40, 20.81, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20189, 1869, 20576, 781, 3, 17, 236.95, 241.69, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20190, 1869, 20577, 1126, 3, 17, 379.02, 386.60, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20191, 1869, 20578, 2125, 6, 17, 33.28, 33.95, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20192, 1869, 20579, 3744, 3, 17, 22.25, 22.70, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20193, 1869, 20580, 161, 6, 17, 31.31, 31.94, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20194, 1869, 20581, 740, 1, 17, 14.30, 14.59, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:04'),
(20195, 1869, 20582, 1019, 3, 17, 138.02, 140.78, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20196, 1869, 20583, 2682, 1, 17, 27.97, 28.53, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20197, 1869, 20584, 1063, 3, 17, 2647.10, 2700.04, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20198, 1869, 20585, 1915, 6, 17, 71.26, 72.69, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20199, 1869, 20586, 2693, 3, 17, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20200, 1869, 20587, 54, 1, 17, 6.24, 6.36, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20201, 1869, 20588, 3441, 1, 17, 26.51, 27.04, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20202, 1869, 20589, 99, 3, 17, 205.80, 209.92, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20203, 1869, 20590, 5901, 6, 17, 41.91, 42.75, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20204, 1869, 20591, 1132, 1, 17, 26.66, 27.19, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20205, 1869, 20592, 3970, 3, 17, 17.84, 18.20, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20206, 1869, 20593, 3925, 6, 17, 154.01, 157.09, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20207, 1869, 20594, 5564, 1, 17, 6.11, 6.23, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20208, 1869, 20595, 3768, 3, 17, 3.96, 4.04, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20209, 1869, 20596, 2004, 6, 17, 87.25, 89.00, 1, 1, 'ai_sell', '2024-06-16 11:35:09', '2024-06-16 11:35:09', '2024-06-16 12:36:05'),
(20210, 1869, 20597, 803, 1, 17, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-16 11:35:10', '2024-06-16 11:35:10', '2024-06-16 12:36:05'),
(20211, 1869, 20598, 3061, 1, 17, 12.98, 13.24, 1, 1, 'ai_sell', '2024-06-16 11:35:10', '2024-06-16 11:35:10', '2024-06-16 12:36:05'),
(20212, 1869, 20599, 1955, 3, 17, 3.64, 3.71, 1, 1, 'ai_sell', '2024-06-16 11:35:10', '2024-06-16 11:35:10', '2024-06-16 12:36:05'),
(20213, 1869, 20600, 4704, 1, 17, 1.29, 1.32, 1, 1, 'ai_sell', '2024-06-16 11:35:10', '2024-06-16 11:35:10', '2024-06-16 12:36:05'),
(20214, 1869, 20601, 3533, 6, 17, 2.40, 2.45, 1, 1, 'ai_sell', '2024-06-16 11:35:10', '2024-06-16 11:35:10', '2024-06-16 12:36:05'),
(20215, 1866, 20602, 2889, 3, 16, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:03'),
(20216, 1866, 20603, 1493, 3, 16, 596.70, 608.63, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:03'),
(20217, 1866, 20604, 2099, 9, 16, 20.68, 21.09, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20218, 1866, 20605, 4176, 3, 16, 782.79, 798.45, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20219, 1866, 20606, 1376, 6, 16, 14352.00, 14639.04, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20220, 1866, 20607, 4633, 9, 16, 408.00, 416.16, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20221, 1866, 20608, 5717, 6, 16, 185.40, 189.11, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20222, 1866, 20609, 2482, 3, 16, 15.89, 16.21, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20223, 1866, 20610, 4520, 3, 16, 30.44, 31.05, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20224, 1866, 20611, 5734, 1, 16, 27.29, 27.84, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20225, 1866, 20612, 2485, 3, 16, 143.81, 146.69, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20226, 1866, 20613, 3382, 3, 16, 2.45, 2.50, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20227, 1866, 20614, 2203, 9, 16, 7.60, 7.75, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20228, 1866, 20615, 1614, 3, 16, 4.23, 4.31, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20229, 1866, 20616, 4795, 9, 16, 42.62, 43.47, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20230, 1866, 20617, 3769, 6, 16, 164.79, 168.09, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20231, 1866, 20618, 361, 6, 16, 18.79, 19.17, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20232, 1866, 20619, 2633, 3, 16, 23.05, 23.51, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20233, 1866, 20620, 466, 6, 16, 60.00, 61.20, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20234, 1866, 20621, 3376, 6, 16, 8.38, 8.55, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20235, 1866, 20622, 4393, 3, 16, 15.15, 15.45, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20236, 1866, 20623, 1669, 1, 16, 21.42, 21.85, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:04'),
(20237, 1866, 20624, 4274, 9, 16, 62.40, 63.65, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:05'),
(20238, 1866, 20625, 377, 9, 16, 46.14, 47.06, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:05'),
(20239, 1866, 20626, 2461, 3, 16, 7.34, 7.49, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:05'),
(20240, 1866, 20627, 6104, 6, 16, 1.46, 1.49, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:05'),
(20241, 1866, 20628, 1827, 6, 16, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-16 12:38:03', '2024-06-16 12:38:03', '2024-06-16 13:38:05'),
(20242, 1872, 20629, 3664, 6, 18, 13.30, 13.57, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20243, 1872, 20630, 3264, 9, 18, 6.86, 7.00, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20244, 1872, 20631, 1301, 1, 18, 11.22, 11.44, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20245, 1872, 20632, 5145, 3, 18, 42.64, 43.49, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20246, 1872, 20633, 2668, 9, 18, 1340.56, 1367.37, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20247, 1872, 20634, 1823, 3, 18, 14.03, 14.31, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20248, 1872, 20635, 4399, 1, 18, 25.40, 25.91, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20249, 1872, 20636, 5331, 9, 18, 212.73, 216.98, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20250, 1872, 20637, 1569, 3, 18, 87.55, 89.30, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20251, 1872, 20638, 2877, 3, 18, 203.99, 208.07, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20252, 1872, 20639, 4092, 3, 18, 2.92, 2.98, 1, 1, 'ai_sell', '2024-06-16 17:33:04', '2024-06-16 17:33:04', '2024-06-16 18:34:03'),
(20253, 1872, 20640, 440, 1, 18, 81.80, 83.44, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20254, 1872, 20641, 4952, 9, 18, 4013.42, 4093.69, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20255, 1872, 20642, 5130, 3, 18, 32.96, 33.62, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20256, 1872, 20643, 2341, 9, 18, 39.41, 40.20, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20257, 1872, 20644, 1357, 6, 18, 50.18, 51.18, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20258, 1872, 20645, 1150, 6, 18, 238.96, 243.74, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20259, 1872, 20646, 4057, 3, 18, 26.80, 27.34, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20260, 1872, 20647, 5832, 9, 18, 50.47, 51.48, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20261, 1872, 20648, 133, 9, 18, 33.90, 34.58, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20262, 1872, 20649, 2018, 1, 18, 96.60, 98.53, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20263, 1872, 20650, 5387, 6, 18, 47.69, 48.64, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20264, 1872, 20651, 5987, 9, 18, 21.49, 21.92, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20265, 1872, 20652, 2714, 3, 18, 127.74, 130.29, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20266, 1872, 20653, 2239, 6, 18, 59.16, 60.34, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20267, 1872, 20654, 4341, 3, 18, 5.14, 5.24, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20268, 1872, 20655, 2080, 1, 18, 157.45, 160.60, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20269, 1872, 20656, 5716, 6, 18, 255.00, 260.10, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20270, 1872, 20657, 651, 9, 18, 13.52, 13.79, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20271, 1872, 20658, 3091, 1, 18, 46.63, 47.56, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:06'),
(20272, 1872, 20659, 57, 3, 18, 6.12, 6.24, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20273, 1872, 20660, 3379, 3, 18, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20274, 1872, 20661, 925, 9, 18, 92.22, 94.06, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20275, 1872, 20662, 4093, 9, 18, 32.85, 33.51, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20276, 1872, 20663, 1305, 3, 18, 43.04, 43.90, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20277, 1872, 20664, 6014, 3, 18, 4160.00, 4243.20, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20278, 1872, 20665, 3223, 6, 18, 102.71, 104.76, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20279, 1872, 20666, 1230, 9, 18, 32.23, 32.87, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20280, 1872, 20667, 5579, 3, 18, 84.93, 86.63, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20281, 1872, 20668, 1719, 9, 18, 1.07, 1.09, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20282, 1872, 20669, 3894, 1, 18, 868.14, 885.50, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20283, 1872, 20670, 2457, 3, 18, 3.50, 3.57, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20284, 1872, 20671, 3547, 6, 18, 50.99, 52.01, 1, 1, 'ai_sell', '2024-06-16 17:34:05', '2024-06-16 17:34:05', '2024-06-16 18:35:07'),
(20285, 1872, 20672, 4732, 1, 18, 421.19, 429.61, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20286, 1872, 20673, 6047, 1, 18, 14.69, 14.98, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20287, 1872, 20674, 3788, 9, 18, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20288, 1872, 20675, 2030, 9, 18, 257.92, 263.08, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20289, 1872, 20676, 3591, 9, 18, 12.52, 12.77, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20290, 1872, 20677, 1525, 9, 18, 137.69, 140.44, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20291, 1872, 20678, 1062, 6, 18, 7.73, 7.88, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20292, 1872, 20679, 5743, 1, 18, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20293, 1872, 20680, 1797, 6, 18, 15.45, 15.76, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20294, 1872, 20681, 5069, 6, 18, 38.36, 39.13, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20295, 1872, 20682, 6102, 3, 18, 30.89, 31.51, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:07'),
(20296, 1872, 20683, 5971, 6, 18, 31.79, 32.43, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20297, 1872, 20684, 2025, 6, 18, 41.20, 42.02, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20298, 1872, 20685, 2682, 6, 18, 27.71, 28.26, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20299, 1872, 20686, 4007, 3, 18, 824.68, 841.17, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20300, 1872, 20687, 2144, 9, 18, 33.31, 33.98, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20301, 1872, 20688, 1747, 9, 18, 35.02, 35.72, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20302, 1872, 20689, 2397, 1, 18, 7.66, 7.81, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20303, 1872, 20690, 5529, 3, 18, 10.22, 10.42, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20304, 1872, 20691, 2699, 3, 18, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20305, 1872, 20692, 1536, 1, 18, 74.92, 76.42, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20306, 1872, 20693, 2853, 1, 18, 37.75, 38.51, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20307, 1872, 20694, 1285, 3, 18, 13.31, 13.58, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20308, 1872, 20695, 992, 6, 18, 459.00, 468.18, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20309, 1872, 20696, 5973, 9, 18, 25.49, 26.00, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:08'),
(20310, 1872, 20697, 2232, 3, 18, 57.75, 58.91, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20311, 1872, 20698, 3259, 3, 18, 8.39, 8.56, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20312, 1872, 20699, 478, 6, 18, 13.71, 13.98, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20313, 1872, 20700, 4502, 9, 18, 918.00, 936.36, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20314, 1872, 20701, 4830, 9, 18, 10.09, 10.29, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20315, 1872, 20702, 2447, 1, 18, 176.74, 180.27, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20316, 1872, 20703, 4822, 9, 18, 20.97, 21.39, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20317, 1872, 20704, 5765, 9, 18, 8.99, 9.17, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20318, 1872, 20705, 2675, 1, 18, 10.19, 10.39, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20319, 1872, 20706, 3342, 6, 18, 16.31, 16.64, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20320, 1872, 20707, 6107, 9, 18, 13.75, 14.03, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20321, 1872, 20708, 1894, 9, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20322, 1872, 20709, 803, 3, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20323, 1872, 20710, 949, 6, 18, 0.30, 0.31, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20324, 1872, 20711, 1827, 6, 18, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20325, 1872, 20712, 1844, 9, 18, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20326, 1872, 20713, 734, 9, 18, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-16 17:34:06', '2024-06-16 17:34:06', '2024-06-16 18:35:09'),
(20327, 1798, 20714, 3256, 5, NULL, 501.00, 516.03, 1, 1, 'manual_sell', '2024-06-16 21:57:19', '2024-06-16 21:57:19', '2024-06-16 22:58:04'),
(20328, 1798, 20715, 4078, 5, NULL, 45.00, 46.35, 1, 1, 'manual_sell', '2024-06-16 21:59:05', '2024-06-16 21:59:05', '2024-06-16 23:00:05'),
(20329, 1869, 20716, 5028, 9, 17, 223.59, 228.06, 1, 1, 'ai_sell', '2024-06-17 12:48:05', '2024-06-17 12:48:05', '2024-06-17 13:49:02'),
(20330, 1869, 20717, 1198, 3, 17, 2.27, 2.32, 1, 1, 'ai_sell', '2024-06-17 12:48:05', '2024-06-17 12:48:05', '2024-06-17 13:49:03'),
(20331, 1869, 20718, 4928, 9, 17, 51.77, 52.81, 1, 1, 'ai_sell', '2024-06-17 12:48:05', '2024-06-17 12:48:05', '2024-06-17 13:49:03'),
(20332, 1869, 20719, 5538, 6, 17, 239.57, 244.36, 1, 1, 'ai_sell', '2024-06-17 12:48:05', '2024-06-17 12:48:05', '2024-06-17 13:49:03'),
(20333, 1869, 20720, 859, 3, 17, 14.95, 15.25, 1, 1, 'ai_sell', '2024-06-17 12:48:05', '2024-06-17 12:48:05', '2024-06-17 13:49:03'),
(20334, 1869, 20721, 201, 3, 17, 205.63, 209.74, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20335, 1869, 20722, 3799, 3, 17, 386.82, 394.56, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20336, 1869, 20723, 1747, 9, 17, 35.70, 36.41, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20337, 1869, 20724, 2847, 1, 17, 3232.00, 3296.64, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20338, 1869, 20725, 3804, 1, 17, 242.40, 247.25, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20339, 1869, 20726, 3868, 9, 17, 109.12, 111.30, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20340, 1869, 20727, 4864, 3, 17, 471.74, 481.17, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20341, 1869, 20728, 5274, 3, 17, 152.50, 155.55, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20342, 1869, 20729, 3489, 9, 17, 10.29, 10.50, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20343, 1869, 20730, 2714, 1, 17, 126.51, 129.04, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20344, 1869, 20731, 3404, 3, 17, 15.16, 15.46, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20345, 1869, 20732, 1070, 3, 17, 790.40, 806.21, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20346, 1869, 20733, 442, 3, 17, 204.00, 208.08, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20347, 1869, 20734, 411, 3, 17, 33.30, 33.97, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20348, 1869, 20735, 2336, 9, 17, 45.45, 46.36, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20349, 1869, 20736, 5712, 1, 17, 211.05, 215.27, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20350, 1869, 20737, 2778, 3, 17, 31.38, 32.01, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(20351, 1869, 20738, 1991, 6, 17, 36.71, 37.44, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20352, 1869, 20739, 1978, 1, 17, 12.59, 12.84, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20353, 1869, 20740, 3471, 3, 17, 88.19, 89.95, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20354, 1869, 20741, 615, 6, 17, 18.54, 18.91, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:03'),
(20355, 1869, 20742, 5203, 9, 17, 164.21, 167.49, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20356, 1869, 20743, 5093, 9, 17, 155.52, 158.63, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20357, 1869, 20744, 1658, 6, 17, 117.29, 119.64, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20358, 1869, 20745, 6123, 9, 17, 19.56, 19.95, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20359, 1869, 20746, 704, 1, 17, 49.88, 50.88, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20360, 1869, 20747, 1770, 1, 17, 105.99, 108.11, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20361, 1869, 20748, 169, 9, 17, 1698.47, 1732.44, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20362, 1869, 20749, 104, 9, 17, 33.69, 34.36, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20363, 1869, 20750, 4062, 3, 17, 23.56, 24.03, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20364, 1869, 20751, 4676, 6, 17, 51.16, 52.18, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20365, 1869, 20752, 3586, 9, 17, 5.76, 5.88, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20366, 1869, 20753, 5773, 1, 17, 15.27, 15.58, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20367, 1869, 20754, 3758, 3, 17, 62.74, 63.99, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20368, 1869, 20755, 2966, 3, 17, 525.00, 535.50, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20369, 1869, 20756, 4537, 6, 17, 526.04, 536.56, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20370, 1869, 20757, 2221, 3, 17, 39.39, 40.18, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20371, 1869, 20758, 6043, 1, 17, 7.04, 7.18, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20372, 1869, 20759, 5241, 1, 17, 32.60, 33.25, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20373, 1869, 20760, 5812, 1, 17, 1.52, 1.55, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20374, 1869, 20761, 1277, 3, 17, 34.47, 35.16, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20375, 1869, 20762, 111, 1, 17, 911.98, 930.22, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20376, 1869, 20763, 3979, 1, 17, 1530.00, 1560.60, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20377, 1869, 20764, 5123, 6, 17, 391.14, 398.96, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20378, 1869, 20765, 607, 3, 17, 2520.00, 2570.40, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20379, 1869, 20766, 768, 9, 17, 4.50, 4.59, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20380, 1869, 20767, 4948, 9, 17, 19.76, 20.16, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20381, 1869, 20768, 3343, 3, 17, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20382, 1869, 20769, 3215, 6, 17, 9.17, 9.35, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20383, 1869, 20770, 2346, 6, 17, 163.03, 166.29, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20384, 1869, 20771, 101, 6, 17, 298.05, 304.01, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20385, 1869, 20772, 2407, 6, 17, 73.23, 74.69, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20386, 1869, 20773, 4684, 6, 17, 35.44, 36.15, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20387, 1869, 20774, 1701, 3, 17, 6.57, 6.70, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20388, 1869, 20775, 669, 9, 17, 20.80, 21.22, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20389, 1869, 20776, 4638, 1, 17, 80.43, 82.04, 1, 1, 'ai_sell', '2024-06-17 12:48:06', '2024-06-17 12:48:06', '2024-06-17 13:49:04'),
(20390, 1869, 20777, 1539, 3, 17, 12.66, 12.91, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20391, 1869, 20778, 883, 6, 17, 4.64, 4.73, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20392, 1869, 20779, 436, 3, 17, 72.66, 74.11, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20393, 1869, 20780, 3423, 1, 17, 22.20, 22.64, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20394, 1869, 20781, 1597, 9, 17, 2.23, 2.27, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20395, 1869, 20782, 2658, 1, 17, 20.79, 21.21, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20396, 1869, 20783, 1752, 9, 17, 113.79, 116.07, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20397, 1869, 20784, 820, 6, 17, 24.89, 25.39, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20398, 1869, 20785, 373, 9, 17, 12.78, 13.04, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20399, 1869, 20786, 5020, 3, 17, 21.78, 22.22, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20400, 1869, 20787, 5381, 9, 17, 14.26, 14.55, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20401, 1869, 20788, 1829, 3, 17, 0.78, 0.80, 1, 1, 'ai_sell', '2024-06-17 12:48:07', '2024-06-17 12:48:07', '2024-06-17 13:49:04'),
(20402, 1872, 20860, 832, 1, 18, 11.58, 11.81, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:03'),
(20403, 1872, 20861, 5150, 6, 18, 253.50, 258.57, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20404, 1872, 20862, 3221, 3, 18, 21.31, 21.74, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20405, 1872, 20863, 1012, 3, 18, 2330.56, 2377.17, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20406, 1872, 20864, 5999, 1, 18, 254.40, 259.49, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20407, 1872, 20865, 2032, 3, 18, 40.17, 40.97, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20408, 1872, 20866, 922, 6, 18, 42.42, 43.27, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20409, 1872, 20867, 6036, 6, 18, 47.63, 48.58, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20410, 1872, 20868, 2873, 9, 18, 25.99, 26.51, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20411, 1872, 20869, 5373, 1, 18, 51.97, 53.01, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20412, 1872, 20870, 919, 9, 18, 314.99, 321.29, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20413, 1872, 20871, 2893, 9, 18, 11.10, 11.32, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20414, 1872, 20872, 2113, 3, 18, 9.16, 9.34, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20415, 1872, 20873, 3054, 1, 18, 699.03, 713.01, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20416, 1872, 20874, 3183, 9, 18, 5033.94, 5134.62, 1, 1, 'ai_sell', '2024-06-17 18:47:04', '2024-06-17 18:47:04', '2024-06-17 19:48:05'),
(20417, 1872, 20875, 4234, 6, 18, 41.03, 41.85, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20418, 1872, 20876, 3989, 1, 18, 83.22, 84.88, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20419, 1872, 20877, 2183, 3, 18, 20.59, 21.00, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20420, 1872, 20878, 1509, 9, 18, 94.91, 96.81, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20421, 1872, 20879, 935, 6, 18, 3.15, 3.21, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20422, 1872, 20880, 5980, 1, 18, 20.36, 20.77, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20423, 1872, 20881, 1116, 1, 18, 92.56, 94.41, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20424, 1872, 20882, 724, 1, 18, 38.34, 39.11, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20425, 1872, 20883, 4994, 1, 18, 21.19, 21.61, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20426, 1872, 20884, 1177, 9, 18, 5.94, 6.06, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20427, 1872, 20885, 2133, 3, 18, 130.00, 132.60, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20428, 1872, 20886, 2460, 6, 18, 9.24, 9.42, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20429, 1872, 20887, 1933, 1, 18, 34.90, 35.60, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20430, 1872, 20888, 2346, 6, 18, 166.19, 169.51, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20431, 1872, 20889, 5515, 6, 18, 42.98, 43.84, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20432, 1872, 20890, 300, 6, 18, 8.82, 9.00, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:05'),
(20433, 1872, 20891, 3132, 3, 18, 138.50, 141.27, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20434, 1872, 20892, 3696, 6, 18, 29.99, 30.59, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20435, 1872, 20893, 86, 3, 18, 142.80, 145.66, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20436, 1872, 20894, 6088, 9, 18, 72.10, 73.54, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20437, 1872, 20895, 2385, 9, 18, 9.81, 10.01, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20438, 1872, 20896, 3866, 6, 18, 212.00, 216.24, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20439, 1872, 20897, 1467, 3, 18, 12.84, 13.10, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20440, 1872, 20898, 80, 6, 18, 94.50, 96.39, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20441, 1872, 20899, 1331, 3, 18, 4.79, 4.89, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20442, 1872, 20900, 4804, 9, 18, 21.48, 21.91, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20443, 1872, 20901, 5066, 1, 18, 20.19, 20.59, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20444, 1872, 20902, 3704, 9, 18, 78.69, 80.26, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20445, 1872, 20903, 463, 3, 18, 567.53, 578.88, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20446, 1872, 20904, 392, 9, 18, 114.28, 116.57, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20447, 1872, 20905, 1879, 9, 18, 44.29, 45.18, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20448, 1872, 20906, 505, 9, 18, 5169.85, 5273.25, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20449, 1872, 20907, 1221, 9, 18, 124.19, 126.67, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20450, 1872, 20908, 4779, 1, 18, 41.19, 42.01, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20451, 1872, 20909, 2693, 1, 18, 10.39, 10.60, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20452, 1872, 20910, 1245, 3, 18, 10.35, 10.56, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20453, 1872, 20911, 5074, 1, 18, 23.68, 24.15, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20454, 1872, 20912, 2794, 6, 18, 16.14, 16.46, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20455, 1872, 20913, 1530, 3, 18, 14.04, 14.32, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20456, 1872, 20914, 4225, 9, 18, 33.90, 34.58, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20457, 1872, 20915, 852, 3, 18, 27.49, 28.04, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20458, 1872, 20916, 4090, 3, 18, 9.44, 9.63, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20459, 1872, 20917, 2297, 1, 18, 4.12, 4.20, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20460, 1872, 20918, 2784, 6, 18, 13.91, 14.19, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20461, 1872, 20919, 2221, 1, 18, 40.56, 41.37, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20462, 1872, 20920, 2462, 1, 18, 3.14, 3.20, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20463, 1872, 20921, 752, 6, 18, 1.01, 1.03, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20464, 1872, 20922, 949, 1, 18, 0.31, 0.32, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20465, 1872, 20923, 1844, 9, 18, 0.32, 0.33, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20466, 1872, 20924, 1811, 6, 18, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-17 18:47:05', '2024-06-17 18:47:05', '2024-06-17 19:48:06'),
(20467, 1798, 20925, 3256, 5, NULL, 501.00, 516.03, 1, 1, 'manual_sell', '2024-06-17 23:09:34', '2024-06-17 23:09:34', '2024-06-18 00:10:03'),
(20468, 1798, 20926, 4084, 1, NULL, 61.00, 62.83, 1, 2, 'manual_sell', '2024-06-17 23:10:56', '2024-06-17 23:10:56', '2024-06-18 00:11:02'),
(20469, 1798, 20926, 4084, 5, NULL, 61.00, 62.83, 1, 1, 'manual_sell', '2024-06-18 00:15:00', '2024-06-18 00:15:00', '2024-06-18 01:15:04'),
(20470, 1798, 21039, 139, 5, NULL, 501.00, 516.03, 1, 1, 'manual_sell', '2024-06-19 02:04:22', '2024-06-19 02:04:22', '2024-06-19 03:05:04'),
(20471, 1798, 21040, 2302, 5, NULL, 78.00, 80.34, 1, 1, 'manual_sell', '2024-06-19 02:05:44', '2024-06-19 02:05:44', '2024-06-19 03:06:02'),
(20472, 1798, 21041, 4177, 5, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-06-20 04:14:20', '2024-06-20 04:14:20', '2024-06-20 05:15:03'),
(20473, 1798, 21042, 4849, 5, NULL, 96.00, 98.88, 1, 2, 'manual_sell', '2024-06-20 04:15:47', '2024-06-20 04:15:47', '2024-06-20 05:16:03'),
(20474, 1798, 21041, 4177, 3, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-06-20 05:19:04', '2024-06-20 05:19:04', '2024-06-20 06:20:03'),
(20475, 1798, 21042, 4849, 1, NULL, 96.00, 98.88, 1, 2, 'manual_sell', '2024-06-20 05:20:23', '2024-06-20 05:20:23', '2024-06-20 06:21:03'),
(20476, 1798, 21041, 4177, 5, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-06-20 06:20:54', '2024-06-20 06:20:54', '2024-06-20 07:21:03'),
(20477, 1798, 21042, 4849, 5, NULL, 96.00, 98.88, 1, 2, 'manual_sell', '2024-06-20 06:43:46', '2024-06-20 06:43:46', '2024-06-20 07:44:03'),
(20478, 1798, 21042, 4849, 1, NULL, 96.00, 98.88, 1, 2, 'manual_sell', '2024-06-20 07:54:17', '2024-06-20 07:54:17', '2024-06-20 08:55:03'),
(20479, 1798, 21041, 4177, 9, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-06-20 07:55:08', '2024-06-20 07:55:08', '2024-06-20 08:56:02'),
(20480, 1798, 21041, 4177, 5, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-06-20 09:04:01', '2024-06-20 09:04:01', '2024-06-20 10:04:02'),
(20481, 1798, 21042, 4849, 5, NULL, 96.00, 98.88, 1, 2, 'manual_sell', '2024-06-20 09:05:06', '2024-06-20 09:05:06', '2024-06-20 10:06:03'),
(20482, 1798, 21041, 4177, 1, NULL, 500.00, 514.00, 1, 2, 'manual_sell', '2024-06-20 10:06:04', '2024-06-20 10:06:04', '2024-06-20 11:07:02'),
(20483, 1798, 21042, 4849, 1, NULL, 96.00, 98.68, 1, 2, 'manual_sell', '2024-06-20 10:08:25', '2024-06-20 10:08:25', '2024-06-20 11:09:03'),
(20484, 1798, 21042, 4849, 3, NULL, 96.00, 98.40, 1, 2, 'manual_sell', '2024-06-20 11:28:20', '2024-06-20 11:28:20', '2024-06-20 12:29:03'),
(20485, 1798, 21041, 4177, 9, NULL, 500.00, 512.50, 1, 2, 'manual_sell', '2024-06-20 11:30:37', '2024-06-20 11:30:37', '2024-06-20 12:31:03'),
(20486, 1798, 21041, 4177, 9, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-06-20 12:58:46', '2024-06-20 12:58:46', '2024-06-20 13:59:03'),
(20487, 1798, 21042, 4849, 5, NULL, 96.00, 98.88, 1, 2, 'manual_sell', '2024-06-20 13:00:08', '2024-06-20 13:00:08', '2024-06-20 14:01:03'),
(20488, 1798, 21042, 4849, 9, NULL, 96.00, 98.88, 1, 2, 'manual_sell', '2024-06-20 14:29:56', '2024-06-20 14:29:56', '2024-06-20 15:30:04'),
(20489, 1798, 21041, 4177, 5, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-06-20 14:31:41', '2024-06-20 14:31:41', '2024-06-20 15:32:02'),
(20490, 1798, 21041, 4177, 5, NULL, 500.00, 510.00, 1, 1, 'manual_sell', '2024-06-20 15:53:20', '2024-06-20 15:53:20', '2024-06-20 16:54:03'),
(20491, 1798, 21042, 4849, 5, NULL, 96.00, 97.92, 1, 1, 'manual_sell', '2024-06-20 15:55:05', '2024-06-20 15:55:05', '2024-06-20 16:56:02'),
(20492, 1876, 21044, 996, 1, NULL, 57.00, 58.71, 1, 2, 'manual_sell', '2024-06-20 18:16:16', '2024-06-20 18:16:16', '2024-06-20 19:17:02'),
(20493, 1876, 21043, 4741, 1, NULL, 11.00, 11.33, 4, 2, 'manual_sell', '2024-06-20 18:17:35', '2024-06-20 18:17:35', '2024-06-20 19:18:02'),
(20494, 1876, 21045, 935, 1, NULL, 4.00, 4.19, 2, 2, 'manual_sell', '2024-06-20 18:44:25', '2024-06-20 18:44:25', '2024-06-20 19:45:03'),
(20495, 1876, 21044, 996, 9, NULL, 57.00, 59.71, 1, 2, 'manual_sell', '2024-06-20 19:24:50', '2024-06-20 19:24:50', '2024-06-20 20:25:03'),
(20496, 1876, 21043, 4741, 3, NULL, 11.00, 11.90, 4, 2, 'manual_sell', '2024-06-20 19:26:08', '2024-06-20 19:26:08', '2024-06-20 20:27:03'),
(20497, 1876, 21045, 935, 9, NULL, 4.00, 4.22, 2, 2, 'manual_sell', '2024-06-20 20:10:44', '2024-06-20 20:10:44', '2024-06-20 21:11:03'),
(20498, 1876, 21043, 4741, 1, NULL, 11.00, 11.22, 4, 2, 'manual_sell', '2024-06-20 22:51:40', '2024-06-20 22:51:40', '2024-06-20 23:52:03'),
(20499, 1876, 21044, 996, 1, NULL, 57.00, 58.14, 1, 2, 'manual_sell', '2024-06-20 22:52:21', '2024-06-20 22:52:21', '2024-06-20 23:53:03'),
(20500, 1876, 21045, 935, 1, NULL, 4.00, 4.08, 2, 2, 'manual_sell', '2024-06-20 22:53:21', '2024-06-20 22:53:21', '2024-06-20 23:54:03'),
(20501, 1876, 21043, 4741, 1, NULL, 11.00, 11.17, 4, 2, 'manual_sell', '2024-06-20 23:53:48', '2024-06-20 23:53:48', '2024-06-21 00:54:03'),
(20502, 1876, 21044, 996, 1, NULL, 57.00, 57.89, 1, 2, 'manual_sell', '2024-06-20 23:54:43', '2024-06-20 23:54:43', '2024-06-21 00:55:03'),
(20503, 1876, 21045, 935, 1, NULL, 4.00, 4.06, 2, 2, 'manual_sell', '2024-06-20 23:55:19', '2024-06-20 23:55:19', '2024-06-21 00:56:03'),
(20504, 1876, 21043, 4741, 5, NULL, 11.00, 11.17, 4, 1, 'manual_sell', '2024-06-21 00:57:50', '2024-06-21 00:57:50', '2024-06-21 01:58:02'),
(20505, 1876, 21044, 996, 5, NULL, 57.00, 58.00, 1, 1, 'manual_sell', '2024-06-21 00:58:41', '2024-06-21 00:58:41', '2024-06-21 01:59:02'),
(20506, 1876, 21045, 935, 5, NULL, 4.00, 4.06, 2, 1, 'manual_sell', '2024-06-21 00:59:32', '2024-06-21 00:59:32', '2024-06-21 02:00:04'),
(20507, 1866, 1345, 3612, 1, NULL, 275.00, 266.75, 1, 1, 'manual_sell', '2024-06-22 02:00:01', '2024-06-22 02:00:01', '2024-06-22 03:00:05'),
(20508, 1866, 3349, 40, 3, NULL, 51.70, 50.66, 4, 1, 'manual_sell', '2024-06-22 02:02:54', '2024-06-22 02:02:54', '2024-06-22 03:03:02'),
(20509, 1866, 3350, 1984, 5, NULL, 388.00, 407.40, 1, 2, 'manual_sell', '2024-06-22 02:03:37', '2024-06-22 02:03:37', '2024-06-22 03:04:02'),
(20510, 1866, 3353, 1449, 9, NULL, 22.82, 21.90, 3, 1, 'manual_sell', '2024-06-22 02:04:27', '2024-06-22 02:04:27', '2024-06-22 03:05:03'),
(20511, 1866, 6539, 2925, 1, NULL, 990.00, 1039.00, 1, 2, 'manual_sell', '2024-06-22 02:05:31', '2024-06-22 02:05:31', '2024-06-22 03:06:02'),
(20512, 1866, 3355, 6104, 3, NULL, 1.57, 4.89, 3, 2, 'manual_sell', '2024-06-22 02:06:36', '2024-06-22 02:06:36', '2024-06-22 03:07:02'),
(20513, 1866, 3356, 4008, 5, NULL, 158.40, 166.32, 2, 2, 'manual_sell', '2024-06-22 02:07:47', '2024-06-22 02:07:47', '2024-06-22 03:08:02'),
(20514, 1866, 3358, 5018, 9, NULL, 229.90, 234.49, 2, 2, 'manual_sell', '2024-06-22 02:08:34', '2024-06-22 02:08:34', '2024-06-22 03:09:02'),
(20515, 1866, 3364, 5407, 9, NULL, 16.48, 15.98, 3, 1, 'manual_sell', '2024-06-22 02:09:19', '2024-06-22 02:09:19', '2024-06-22 03:10:04'),
(20516, 1866, 3366, 1636, 1, NULL, 11.53, 23.75, 2, 2, 'manual_sell', '2024-06-22 02:17:13', '2024-06-22 02:17:13', '2024-06-22 03:18:02'),
(20517, 1866, 3367, 1727, 3, NULL, 517.00, 599.55, 2, 2, 'manual_sell', '2024-06-22 02:18:05', '2024-06-22 02:18:05', '2024-06-22 03:19:02'),
(20518, 1866, 3369, 1536, 5, NULL, 78.48, 164.80, 2, 2, 'manual_sell', '2024-06-22 02:18:54', '2024-06-22 02:18:54', '2024-06-22 03:19:02'),
(20519, 1866, 3378, 180, 9, NULL, 2024.00, 2104.96, 1, 2, 'manual_sell', '2024-06-22 02:19:43', '2024-06-22 02:19:43', '2024-06-22 03:20:04'),
(20520, 1866, 3379, 3247, 9, NULL, 44.00, 42.68, 1, 1, 'manual_sell', '2024-06-22 02:20:30', '2024-06-22 02:20:30', '2024-06-22 03:21:03'),
(20521, 1866, 3380, 1034, 1, NULL, 88.30, 86.53, 1, 1, 'manual_sell', '2024-06-22 02:21:18', '2024-06-22 02:21:18', '2024-06-22 03:22:03'),
(20522, 1866, 3381, 1034, 3, NULL, 107.90, 102.50, 1, 1, 'manual_sell', '2024-06-22 02:22:03', '2024-06-22 02:22:03', '2024-06-22 03:22:03'),
(20523, 1866, 3382, 3333, 5, NULL, 6.32, 13.27, 2, 2, 'manual_sell', '2024-06-22 02:22:49', '2024-06-22 02:22:49', '2024-06-22 03:23:02'),
(20524, 1866, 3383, 1916, 1, NULL, 3.74, 7.25, 2, 2, 'manual_sell', '2024-06-22 02:26:08', '2024-06-22 02:26:08', '2024-06-22 03:27:02'),
(20525, 1866, 3384, 5593, 3, NULL, 276.05, 265.00, 1, 1, 'manual_sell', '2024-06-22 02:29:31', '2024-06-22 02:29:31', '2024-06-22 03:30:03'),
(20526, 1866, 3386, 4861, 3, NULL, 154.57, 149.93, 1, 1, 'manual_sell', '2024-06-22 02:30:37', '2024-06-22 02:30:37', '2024-06-22 03:31:03'),
(20527, 1866, 3387, 1314, 5, NULL, 159.50, 167.47, 1, 2, 'manual_sell', '2024-06-22 02:33:39', '2024-06-22 02:33:39', '2024-06-22 03:34:03'),
(20528, 1866, 3388, 6165, 9, NULL, 275.97, 267.69, 1, 1, 'manual_sell', '2024-06-22 02:35:05', '2024-06-22 02:35:05', '2024-06-22 03:36:03'),
(20529, 1866, 3390, 4466, 3, NULL, 202.50, 417.15, 2, 2, 'manual_sell', '2024-06-22 02:37:23', '2024-06-22 02:37:23', '2024-06-22 03:38:03'),
(20530, 1866, 3393, 3957, 1, NULL, 28.80, 27.93, 1, 1, 'manual_sell', '2024-06-22 02:38:54', '2024-06-22 02:38:54', '2024-06-22 03:39:02'),
(20531, 1866, 3395, 2232, 3, NULL, 60.50, 62.92, 2, 2, 'manual_sell', '2024-06-22 02:40:10', '2024-06-22 02:40:10', '2024-06-22 03:41:02'),
(20532, 1866, 3396, 2175, 5, NULL, 28.28, 29.69, 5, 2, 'manual_sell', '2024-06-22 02:41:02', '2024-06-22 02:41:02', '2024-06-22 03:41:02'),
(20533, 1866, 3398, 1721, 9, NULL, 1633.50, 1715.17, 1, 2, 'manual_sell', '2024-06-22 02:42:25', '2024-06-22 02:42:25', '2024-06-22 03:43:03'),
(20534, 1866, 5913, 61, 1, NULL, 49.40, 48.01, 1, 1, 'manual_sell', '2024-06-22 02:43:51', '2024-06-22 02:43:51', '2024-06-22 03:44:02'),
(20535, 1866, 5914, 1581, 3, NULL, 20.77, 21.18, 1, 1, 'manual_sell', '2024-06-22 02:45:20', '2024-06-22 02:45:20', '2024-06-22 03:46:02'),
(20536, 1866, 5915, 4161, 5, NULL, 1500.00, 1575.00, 1, 2, 'manual_sell', '2024-06-22 02:46:10', '2024-06-22 02:46:10', '2024-06-22 03:47:02'),
(20537, 1866, 5916, 180, 5, NULL, 2760.00, 2898.00, 1, 2, 'manual_sell', '2024-06-22 02:47:12', '2024-06-22 02:47:12', '2024-06-22 03:48:03'),
(20538, 1866, 5917, 180, 1, NULL, 2024.00, 1963.28, 1, 1, 'manual_sell', '2024-06-22 02:48:25', '2024-06-22 02:48:25', '2024-06-22 03:49:02'),
(20539, 1866, 5918, 3579, 3, NULL, 11.88, 12.35, 1, 2, 'manual_sell', '2024-06-22 02:50:00', '2024-06-22 02:50:00', '2024-06-22 03:50:04'),
(20540, 1866, 5919, 5080, 9, NULL, 45.08, 43.27, 1, 1, 'manual_sell', '2024-06-22 02:51:48', '2024-06-22 02:51:48', '2024-06-22 03:52:03'),
(20541, 1866, 5920, 6054, 5, NULL, 19.78, 20.76, 1, 2, 'manual_sell', '2024-06-22 02:52:52', '2024-06-22 02:52:52', '2024-06-22 03:53:02'),
(20542, 1866, 6160, 3248, 3, NULL, 88.00, 86.24, 1, 1, 'manual_sell', '2024-06-22 02:54:51', '2024-06-22 02:54:51', '2024-06-22 03:55:03'),
(20543, 1866, 6538, 3093, 1, NULL, 24.53, 23.54, 1, 1, 'manual_sell', '2024-06-22 02:57:58', '2024-06-22 02:57:58', '2024-06-22 03:58:02'),
(20544, 1876, 21049, 4811, 5, NULL, 64.00, 66.56, 1, 2, 'manual_sell', '2024-06-22 04:10:49', '2024-06-22 04:10:49', '2024-06-22 05:11:02'),
(20545, 1876, 21050, 4806, 5, NULL, 29.00, 30.16, 1, 2, 'manual_sell', '2024-06-22 04:11:37', '2024-06-22 04:11:37', '2024-06-22 05:12:02'),
(20546, 1876, 21051, 2852, 5, NULL, 17.80, 18.51, 1, 2, 'manual_sell', '2024-06-22 04:12:36', '2024-06-22 04:12:36', '2024-06-22 05:13:02'),
(20547, 1876, 21049, 4811, 5, NULL, 64.00, 65.92, 1, 2, 'manual_sell', '2024-06-22 05:13:47', '2024-06-22 05:13:47', '2024-06-22 06:14:02'),
(20548, 1876, 21050, 4806, 5, NULL, 29.00, 29.87, 1, 2, 'manual_sell', '2024-06-22 05:14:28', '2024-06-22 05:14:28', '2024-06-22 06:15:03'),
(20549, 1876, 21051, 2852, 5, NULL, 17.80, 18.40, 1, 2, 'manual_sell', '2024-06-22 05:15:17', '2024-06-22 05:15:17', '2024-06-22 06:16:02'),
(20550, 1876, 21049, 4811, 1, NULL, 64.00, 65.92, 1, 2, 'manual_sell', '2024-06-22 06:16:20', '2024-06-22 06:16:20', '2024-06-22 07:17:02'),
(20551, 1876, 21050, 4806, 1, NULL, 29.00, 29.87, 1, 2, 'manual_sell', '2024-06-22 06:17:03', '2024-06-22 06:17:03', '2024-06-22 07:18:02'),
(20552, 1876, 21051, 2852, 1, NULL, 17.80, 18.32, 1, 2, 'manual_sell', '2024-06-22 06:17:49', '2024-06-22 06:17:49', '2024-06-22 07:18:03'),
(20553, 1876, 21049, 4811, 5, NULL, 64.00, 65.60, 1, 2, 'manual_sell', '2024-06-22 07:29:35', '2024-06-22 07:29:35', '2024-06-22 08:30:05'),
(20554, 1876, 21050, 4806, 5, NULL, 29.00, 29.73, 1, 2, 'manual_sell', '2024-06-22 07:30:32', '2024-06-22 07:30:32', '2024-06-22 08:31:02'),
(20555, 1876, 21051, 2852, 5, NULL, 17.80, 18.23, 1, 2, 'manual_sell', '2024-06-22 07:32:03', '2024-06-22 07:32:03', '2024-06-22 08:33:02'),
(20556, 1876, 21051, 2852, 5, NULL, 17.80, 18.12, 1, 1, 'manual_sell', '2024-06-22 08:36:46', '2024-06-22 08:36:46', '2024-06-22 09:37:02'),
(20557, 1876, 21049, 4811, 5, NULL, 64.00, 65.28, 1, 1, 'manual_sell', '2024-06-22 08:37:26', '2024-06-22 08:37:26', '2024-06-22 09:38:02'),
(20558, 1876, 21050, 4806, 5, NULL, 29.00, 29.58, 1, 1, 'manual_sell', '2024-06-22 08:38:15', '2024-06-22 08:38:15', '2024-06-22 09:39:02'),
(20559, 1798, 21046, 3132, 5, NULL, 132.00, 135.96, 4, 2, 'manual_sell', '2024-06-22 14:30:04', '2024-06-22 14:30:04', '2024-06-22 15:31:02'),
(20560, 1798, 21047, 297, 5, NULL, 43.00, 44.29, 1, 2, 'manual_sell', '2024-06-22 14:33:51', '2024-06-22 14:33:51', '2024-06-22 15:34:02'),
(20561, 1798, 21048, 4070, 5, NULL, 21.00, 21.63, 2, 2, 'manual_sell', '2024-06-22 14:36:27', '2024-06-22 14:36:27', '2024-06-22 15:37:03'),
(20562, 1798, 21046, 3132, 5, NULL, 132.00, 134.64, 4, 1, 'manual_sell', '2024-06-22 15:37:39', '2024-06-22 15:37:39', '2024-06-22 16:38:02'),
(20563, 1798, 21047, 297, 5, NULL, 43.00, 43.86, 1, 1, 'manual_sell', '2024-06-22 15:39:07', '2024-06-22 15:39:07', '2024-06-22 16:40:03'),
(20564, 1798, 21048, 4070, 5, NULL, 21.00, 21.42, 2, 1, 'manual_sell', '2024-06-22 15:42:43', '2024-06-22 15:42:43', '2024-06-22 16:43:02'),
(20565, 1852, 21055, 112, 1, NULL, 16.00, 190.00, 1, 2, 'manual_sell', '2024-06-23 09:07:05', '2024-06-23 09:07:05', '2024-06-23 10:08:03'),
(20566, 1876, 21056, 4706, 5, NULL, 105.00, 107.10, 1, 1, 'manual_sell', '2024-06-23 11:38:39', '2024-06-23 11:38:39', '2024-06-23 12:39:02'),
(20567, 1876, 21057, 2100, 5, NULL, 7.00, 7.14, 1, 1, 'manual_sell', '2024-06-23 11:42:38', '2024-06-23 11:42:38', '2024-06-23 12:43:02'),
(20568, 1852, 21055, 112, 1, NULL, 16.00, 21.00, 1, 2, 'manual_sell', '2024-06-23 11:57:49', '2024-06-23 11:57:49', '2024-06-23 12:58:02'),
(20569, 1852, 21055, 112, 9, NULL, 16.00, 124.00, 1, 2, 'manual_sell', '2024-06-23 15:35:46', '2024-06-23 15:35:46', '2024-06-23 16:36:02'),
(20570, 1798, 21059, 5367, 5, NULL, 230.00, 234.60, 2, 1, 'manual_sell', '2024-06-23 17:02:29', '2024-06-23 17:02:29', '2024-06-23 18:03:03'),
(20571, 1798, 21060, 1048, 5, NULL, 55.00, 56.10, 3, 1, 'manual_sell', '2024-06-23 17:08:50', '2024-06-23 17:08:50', '2024-06-23 18:09:03'),
(20572, 1876, 21058, 1829, 5, NULL, 0.98, 1.00, 1, 2, 'manual_sell', '2024-06-23 17:53:55', '2024-06-23 17:53:55', '2024-06-23 18:54:03'),
(20573, 1876, 21058, 1829, 5, NULL, 0.98, 0.99, 1, 1, 'manual_sell', '2024-06-23 19:35:31', '2024-06-23 19:35:31', '2024-06-23 20:36:02'),
(20574, 1852, 21055, 112, 5, NULL, 16.00, 16.66, 1, 2, 'manual_sell', '2024-06-23 21:02:56', '2024-06-23 21:02:56', '2024-06-23 22:03:03'),
(20575, 1852, 21055, 112, 5, NULL, 16.00, 199.00, 1, 2, 'manual_sell', '2024-06-24 01:43:16', '2024-06-24 01:43:16', '2024-06-24 02:44:02'),
(20576, 1852, 21055, 112, 5, NULL, 16.00, 16.40, 1, 2, 'manual_sell', '2024-06-24 03:33:52', '2024-06-24 03:33:52', '2024-06-24 04:34:03'),
(20577, 1852, 21055, 112, 3, NULL, 16.00, 17.00, 1, 2, 'manual_sell', '2024-06-24 05:58:34', '2024-06-24 05:58:34', '2024-06-24 06:59:02'),
(20578, 1852, 21055, 112, 1, NULL, 16.00, 17.83, 1, 2, 'manual_sell', '2024-06-24 07:15:10', '2024-06-24 07:15:10', '2024-06-24 08:16:02'),
(20579, 1852, 21055, 112, 5, NULL, 16.00, 199.00, 1, 2, 'manual_sell', '2024-06-24 11:10:05', '2024-06-24 11:10:05', '2024-06-24 12:11:03'),
(20580, 1876, 21061, 1785, 5, NULL, 49.50, 50.49, 2, 1, 'manual_sell', '2024-06-24 14:00:31', '2024-06-24 14:00:31', '2024-06-24 15:01:03'),
(20581, 1876, 21062, 4682, 5, NULL, 15.24, 15.55, 1, 2, 'manual_sell', '2024-06-24 14:36:59', '2024-06-24 14:36:59', '2024-06-24 15:37:03'),
(20582, 1876, 21062, 4682, 5, NULL, 15.24, 15.54, 1, 1, 'manual_sell', '2024-06-24 15:53:52', '2024-06-24 15:53:52', '2024-06-24 16:54:03'),
(20583, 1798, 21063, 5311, 5, NULL, 100.00, 102.00, 2, 1, 'manual_sell', '2024-06-24 18:51:31', '2024-06-24 18:51:31', '2024-06-24 19:52:02'),
(20584, 1798, 21065, 5339, 5, NULL, 100.00, 102.00, 2, 1, 'manual_sell', '2024-06-24 18:52:13', '2024-06-24 18:52:13', '2024-06-24 19:53:03'),
(20585, 1798, 21064, 4125, 5, NULL, 238.00, 242.76, 1, 1, 'manual_sell', '2024-06-24 18:54:13', '2024-06-24 18:54:13', '2024-06-24 19:55:03'),
(20586, 1852, 21055, 112, 1, NULL, 16.00, 16.10, 1, 1, 'manual_sell', '2024-06-24 21:32:35', '2024-06-24 21:32:35', '2024-06-24 22:33:04'),
(20587, 1881, 21054, 87, 1, NULL, 10000.00, 100.00, 1, 1, 'manual_sell', '2024-06-24 21:46:02', '2024-06-24 21:46:02', '2024-06-24 22:46:03'),
(20588, 1881, 21052, 99, 3, NULL, 1960.00, 196.00, 1, 1, 'manual_sell', '2024-06-24 21:47:37', '2024-06-24 21:47:37', '2024-06-24 22:48:04'),
(20589, 1881, 21053, 2314, 5, NULL, 1150.00, 1265.00, 1, 2, 'manual_sell', '2024-06-24 21:50:44', '2024-06-24 21:50:44', '2024-06-24 22:51:03'),
(20590, 1881, 21053, 2314, 5, NULL, 1150.00, 11.50, 1, 1, 'manual_sell', '2024-06-25 13:04:26', '2024-06-25 13:04:26', '2024-06-25 14:05:03'),
(20591, 1876, 21066, 857, 5, NULL, 92.00, 93.84, 1, 1, 'manual_sell', '2024-06-25 17:30:59', '2024-06-25 17:30:59', '2024-06-25 18:31:03'),
(20592, 1876, 21067, 4835, 5, NULL, 25.51, 26.02, 1, 1, 'manual_sell', '2024-06-25 17:31:47', '2024-06-25 17:31:47', '2024-06-25 18:32:03'),
(20593, 1798, 21068, 350, 5, NULL, 51.00, 52.02, 1, 1, 'manual_sell', '2024-06-25 21:10:48', '2024-06-25 21:10:48', '2024-06-25 22:11:03'),
(20594, 1798, 21069, 1653, 5, NULL, 25.00, 25.50, 4, 1, 'manual_sell', '2024-06-25 21:12:17', '2024-06-25 21:12:17', '2024-06-25 22:13:03'),
(20595, 1798, 21070, 861, 5, NULL, 200.00, 204.00, 1, 1, 'manual_sell', '2024-06-25 21:13:03', '2024-06-25 21:13:03', '2024-06-25 22:13:03'),
(20596, 1798, 21071, 4083, 5, NULL, 50.00, 51.00, 2, 1, 'manual_sell', '2024-06-25 21:14:03', '2024-06-25 21:14:03', '2024-06-25 22:14:03'),
(20597, 1798, 21072, 3456, 5, NULL, 100.00, 102.00, 2, 1, 'manual_sell', '2024-06-25 21:15:07', '2024-06-25 21:15:07', '2024-06-25 22:16:02'),
(20598, 1852, 21073, 930, 1, NULL, 14.10, 199.10, 1, 2, 'manual_sell', '2024-06-26 01:49:30', '2024-06-26 01:49:30', '2024-06-26 02:50:04'),
(20599, 1852, 21073, 930, 1, NULL, 14.10, 140.30, 1, 2, 'manual_sell', '2024-06-26 05:18:07', '2024-06-26 05:18:07', '2024-06-26 06:19:03'),
(20600, 1852, 21073, 930, 5, NULL, 14.10, 49.99, 1, 2, 'manual_sell', '2024-06-26 06:21:21', '2024-06-26 06:21:21', '2024-06-26 07:22:03'),
(20601, 1852, 21073, 930, 1, NULL, 14.10, 199.00, 1, 2, 'manual_sell', '2024-06-26 08:02:24', '2024-06-26 08:02:24', '2024-06-26 09:03:02'),
(20602, 1852, 21073, 930, 3, NULL, 14.10, 39.98, 1, 2, 'manual_sell', '2024-06-26 11:00:41', '2024-06-26 11:00:41', '2024-06-26 12:01:02'),
(20603, 1852, 21073, 930, 1, NULL, 14.10, 100.00, 1, 2, 'manual_sell', '2024-06-26 16:18:11', '2024-06-26 16:18:11', '2024-06-26 17:19:02'),
(20604, 1876, 21074, 4647, 5, NULL, 90.00, 91.80, 1, 1, 'manual_sell', '2024-06-26 19:29:38', '2024-06-26 19:29:38', '2024-06-26 20:30:04'),
(20605, 1876, 21075, 1809, 5, NULL, 29.86, 30.46, 1, 2, 'manual_sell', '2024-06-26 19:35:04', '2024-06-26 19:35:04', '2024-06-26 20:36:02'),
(20606, 1876, 21075, 1809, 5, NULL, 29.86, 30.45, 1, 1, 'manual_sell', '2024-06-26 20:43:32', '2024-06-26 20:43:32', '2024-06-26 21:44:02'),
(20607, 1798, 21076, 3153, 5, NULL, 400.00, 408.00, 1, 1, 'manual_sell', '2024-06-26 22:33:24', '2024-06-26 22:33:24', '2024-06-26 23:34:03'),
(20608, 1798, 21077, 861, 5, NULL, 200.00, 204.00, 1, 1, 'manual_sell', '2024-06-26 22:34:39', '2024-06-26 22:34:39', '2024-06-26 23:35:04'),
(20609, 1798, 21078, 2483, 5, NULL, 64.00, 65.28, 1, 1, 'manual_sell', '2024-06-26 22:36:28', '2024-06-26 22:36:28', '2024-06-26 23:37:03'),
(20610, 1852, 21073, 930, 1, NULL, 14.10, 32.00, 1, 2, 'manual_sell', '2024-06-27 01:33:07', '2024-06-27 01:33:07', '2024-06-27 02:34:14'),
(20611, 1881, 21079, 190, 6, 21, 262.50, 266.44, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20612, 1881, 21080, 749, 6, 21, 6.89, 6.99, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20613, 1881, 21081, 1742, 6, 21, 34.34, 34.86, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20614, 1881, 21082, 2182, 1, 21, 61.80, 62.73, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20615, 1881, 21083, 3439, 1, 21, 12.04, 12.22, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20616, 1881, 21084, 1128, 6, 21, 362.59, 368.03, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20617, 1881, 21085, 1898, 9, 21, 451.50, 458.27, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20618, 1881, 21086, 921, 3, 21, 78.00, 79.17, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20619, 1881, 21087, 3263, 3, 21, 6.96, 7.06, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20620, 1881, 21088, 3075, 1, 21, 12.99, 13.18, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20621, 1881, 21089, 340, 6, 21, 211.04, 214.21, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20622, 1881, 21090, 200, 1, 21, 8.27, 8.39, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20623, 1881, 21091, 4692, 9, 21, 997.50, 1012.46, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20624, 1881, 21092, 2872, 9, 21, 2745.60, 2786.78, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20625, 1881, 21093, 3213, 1, 21, 6.05, 6.14, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:04'),
(20626, 1881, 21094, 5797, 3, 21, 20.99, 21.30, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20627, 1881, 21095, 2210, 6, 21, 7.28, 7.39, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20628, 1881, 21096, 4085, 1, 21, 11.07, 11.24, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20629, 1881, 21097, 4851, 9, 21, 1237.24, 1255.80, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20630, 1881, 21098, 2543, 3, 21, 88.40, 89.73, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20631, 1881, 21099, 2546, 6, 21, 185.39, 188.17, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20632, 1881, 21100, 1804, 9, 21, 85.64, 86.92, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20633, 1881, 21101, 2750, 1, 21, 246.75, 250.45, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20634, 1881, 21102, 1681, 1, 21, 17.60, 17.86, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20635, 1881, 21103, 1351, 1, 21, 214.24, 217.45, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20636, 1881, 21104, 435, 9, 21, 1801.99, 1829.02, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20637, 1881, 21105, 5246, 3, 21, 60.32, 61.22, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20638, 1881, 21106, 1413, 9, 21, 11.32, 11.49, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20639, 1881, 21107, 2649, 1, 21, 6.76, 6.86, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20640, 1881, 21108, 1965, 1, 21, 13.63, 13.83, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20641, 1881, 21109, 3114, 1, 21, 11.44, 11.61, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20642, 1881, 21110, 1009, 9, 21, 9.54, 9.68, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20643, 1881, 21111, 4375, 3, 21, 84.80, 86.07, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20644, 1881, 21112, 2505, 1, 21, 50.99, 51.75, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20645, 1881, 21113, 5899, 6, 21, 2.07, 2.10, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20646, 1881, 21114, 5118, 3, 21, 326.40, 331.30, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20647, 1881, 21115, 160, 1, 21, 225.10, 228.48, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20648, 1881, 21116, 4436, 3, 21, 20.39, 20.70, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20649, 1881, 21117, 1597, 9, 21, 2.30, 2.33, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20650, 1881, 21118, 1811, 6, 21, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-27 02:39:13', '2024-06-27 02:39:13', '2024-06-27 03:40:05'),
(20651, 1852, 21073, 930, 1, NULL, 14.10, 14.80, 1, 2, 'manual_sell', '2024-06-27 04:02:16', '2024-06-27 04:02:16', '2024-06-27 05:03:02'),
(20652, 1872, 21132, 3141, 1, 22, 37.15, 37.48, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20653, 1872, 21133, 2747, 3, 22, 300.56, 303.27, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20654, 1872, 21134, 2715, 1, 22, 37.08, 37.41, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20655, 1872, 21135, 5594, 6, 22, 13.64, 13.76, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20656, 1872, 21136, 840, 3, 22, 191.89, 193.62, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20657, 1872, 21137, 2505, 9, 22, 51.99, 52.46, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20658, 1872, 21138, 4472, 6, 22, 292.95, 295.59, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20659, 1872, 21139, 5837, 1, 22, 53.56, 54.04, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20660, 1872, 21140, 3682, 6, 22, 4.41, 4.45, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20661, 1872, 21141, 1918, 9, 22, 8.95, 9.03, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20662, 1872, 21142, 2184, 1, 22, 4.72, 4.76, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20663, 1872, 21143, 1017, 1, 22, 2.34, 2.36, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20664, 1872, 21144, 803, 3, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20665, 1872, 21145, 1827, 1, 22, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20666, 1872, 21146, 949, 6, 22, 0.31, 0.31, 1, 1, 'ai_sell', '2024-06-27 04:17:04', '2024-06-27 04:17:04', '2024-06-27 05:18:03'),
(20667, 1852, 21073, 930, 9, NULL, 14.10, 199.10, 1, 2, 'manual_sell', '2024-06-27 12:58:19', '2024-06-27 12:58:19', '2024-06-27 13:59:03'),
(20668, 1852, 21073, 930, 1, NULL, 14.10, 17.10, 1, 2, 'manual_sell', '2024-06-27 15:11:18', '2024-06-27 15:11:18', '2024-06-27 16:12:03'),
(20669, 1852, 21073, 930, 3, NULL, 14.10, 14.20, 1, 1, 'manual_sell', '2024-06-27 16:21:23', '2024-06-27 16:21:23', '2024-06-27 17:22:03'),
(20670, 1798, 21151, 3534, 5, NULL, 100.00, 102.00, 2, 1, 'manual_sell', '2024-06-27 23:54:28', '2024-06-27 23:54:28', '2024-06-28 00:55:04'),
(20671, 1798, 21152, 5599, 5, NULL, 81.00, 82.62, 1, 1, 'manual_sell', '2024-06-27 23:56:02', '2024-06-27 23:56:02', '2024-06-28 00:56:03'),
(20672, 1798, 21153, 3534, 5, NULL, 100.00, 102.00, 1, 1, 'manual_sell', '2024-06-28 00:02:12', '2024-06-28 00:02:12', '2024-06-28 01:03:02'),
(20673, 1798, 21154, 1258, 5, NULL, 301.00, 307.02, 1, 1, 'manual_sell', '2024-06-28 00:04:29', '2024-06-28 00:04:29', '2024-06-28 01:05:05'),
(20674, 1876, 21149, 1734, 5, NULL, 70.00, 71.40, 1, 1, 'manual_sell', '2024-06-28 02:23:44', '2024-06-28 02:23:44', '2024-06-28 03:24:03'),
(20675, 1876, 21150, 4746, 5, NULL, 52.25, 53.29, 1, 1, 'manual_sell', '2024-06-28 02:24:40', '2024-06-28 02:24:40', '2024-06-28 03:25:04'),
(20676, 1881, 21155, 4755, 3, 21, 426.39, 432.79, 1, 1, 'ai_sell', '2024-06-28 03:51:03', '2024-06-28 03:51:03', '2024-06-28 04:51:03'),
(20677, 1881, 21156, 1914, 1, 21, 62.15, 63.08, 1, 1, 'ai_sell', '2024-06-28 03:51:03', '2024-06-28 03:51:03', '2024-06-28 04:51:03'),
(20678, 1881, 21157, 3430, 1, 21, 42.41, 43.05, 1, 1, 'ai_sell', '2024-06-28 03:51:03', '2024-06-28 03:51:03', '2024-06-28 04:51:03'),
(20679, 1881, 21158, 4191, 3, 21, 5.65, 5.73, 1, 1, 'ai_sell', '2024-06-28 03:51:03', '2024-06-28 03:51:03', '2024-06-28 04:51:03'),
(20680, 1881, 21159, 3745, 6, 21, 12.83, 13.02, 1, 1, 'ai_sell', '2024-06-28 03:51:03', '2024-06-28 03:51:03', '2024-06-28 04:51:03'),
(20681, 1881, 21160, 3561, 6, 21, 9.59, 9.73, 1, 1, 'ai_sell', '2024-06-28 03:51:03', '2024-06-28 03:51:03', '2024-06-28 04:51:03'),
(20682, 1881, 21161, 5967, 3, 21, 24.73, 25.10, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20683, 1881, 21162, 2407, 9, 21, 73.95, 75.06, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20684, 1881, 21163, 3831, 1, 21, 4629.85, 4699.30, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20685, 1881, 21164, 1781, 3, 21, 13.65, 13.85, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20686, 1881, 21165, 5069, 9, 21, 36.90, 37.45, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20687, 1881, 21166, 5196, 9, 21, 3778.95, 3835.63, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20688, 1881, 21167, 4731, 1, 21, 14.55, 14.77, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20689, 1881, 21168, 2909, 6, 21, 40.80, 41.41, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20690, 1881, 21169, 1147, 9, 21, 105.00, 106.58, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20691, 1881, 21170, 5407, 9, 21, 15.74, 15.98, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20692, 1881, 21171, 5788, 6, 21, 11.98, 12.16, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20693, 1881, 21172, 2371, 6, 21, 84.26, 85.52, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20694, 1881, 21173, 3654, 6, 21, 17.16, 17.42, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20695, 1881, 21174, 5498, 1, 21, 38.04, 38.61, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20696, 1881, 21175, 3111, 1, 21, 252.50, 256.29, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20697, 1881, 21176, 4897, 1, 21, 10.50, 10.66, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:03'),
(20698, 1881, 21177, 1659, 9, 21, 59.59, 60.48, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20699, 1881, 21178, 5806, 1, 21, 15.29, 15.52, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20700, 1881, 21179, 3088, 6, 21, 25.05, 25.43, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20701, 1881, 21180, 493, 9, 21, 57.29, 58.15, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20702, 1881, 21181, 648, 3, 21, 15.75, 15.99, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20703, 1881, 21182, 4900, 6, 21, 141.70, 143.83, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20704, 1881, 21183, 3138, 3, 21, 50.80, 51.56, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20705, 1881, 21184, 5529, 9, 21, 10.22, 10.37, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20706, 1881, 21185, 5702, 1, 21, 46.33, 47.02, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20707, 1881, 21186, 5977, 3, 21, 18.71, 18.99, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20708, 1881, 21187, 1719, 1, 21, 1.11, 1.13, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20709, 1881, 21188, 734, 1, 21, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20710, 1881, 21189, 1894, 1, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-28 03:51:04', '2024-06-28 03:51:04', '2024-06-28 04:52:04'),
(20711, 1872, 21190, 984, 9, 22, 756.55, 763.36, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20712, 1872, 21191, 4986, 9, 22, 11.64, 11.74, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20713, 1872, 21192, 1222, 1, 22, 10.51, 10.60, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20714, 1872, 21193, 787, 1, 22, 49.53, 49.98, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20715, 1872, 21194, 5788, 6, 22, 11.87, 11.98, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20716, 1872, 21195, 5587, 3, 22, 11.32, 11.42, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20717, 1872, 21196, 932, 1, 22, 14.08, 14.21, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(20718, 1872, 21197, 6037, 3, 22, 8.57, 8.65, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20719, 1872, 21198, 67, 6, 22, 25.25, 25.48, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20720, 1872, 21199, 2032, 1, 22, 40.56, 40.93, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20721, 1872, 21200, 5591, 3, 22, 31.79, 32.08, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20722, 1872, 21201, 112, 1, 22, 12.79, 12.91, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20723, 1872, 21202, 2661, 9, 22, 15.84, 15.98, 1, 1, 'ai_sell', '2024-06-28 05:29:03', '2024-06-28 05:29:03', '2024-06-28 06:29:03'),
(20724, 1872, 21203, 4645, 6, 22, 7.34, 7.41, 1, 1, 'ai_sell', '2024-06-28 05:29:04', '2024-06-28 05:29:04', '2024-06-28 06:30:04'),
(20725, 1872, 21204, 4106, 9, 22, 1.37, 1.38, 1, 1, 'ai_sell', '2024-06-28 05:29:04', '2024-06-28 05:29:04', '2024-06-28 06:30:04'),
(20726, 1850, 21205, 1312, 1, NULL, 8.00, 8.16, 5, 2, 'manual_sell', '2024-06-28 08:00:59', '2024-06-28 08:00:59', '2024-06-28 09:01:03'),
(20727, 1850, 21206, 2457, 1, NULL, 4.00, 4.08, 8, 2, 'manual_sell', '2024-06-28 08:02:11', '2024-06-28 08:02:11', '2024-06-28 09:03:03'),
(20728, 1850, 21207, 1958, 1, NULL, 12.00, 12.24, 2, 2, 'manual_sell', '2024-06-28 08:02:57', '2024-06-28 08:02:57', '2024-06-28 09:03:03'),
(20729, 1850, 21208, 4764, 1, NULL, 2.50, 2.55, 2, 2, 'manual_sell', '2024-06-28 08:03:58', '2024-06-28 08:03:58', '2024-06-28 09:04:02'),
(20730, 1850, 21205, 1312, 1, NULL, 8.00, 8.24, 5, 2, 'manual_sell', '2024-06-28 09:25:45', '2024-06-28 09:25:45', '2024-06-28 10:26:02'),
(20731, 1850, 21206, 2457, 1, NULL, 4.00, 4.12, 8, 2, 'manual_sell', '2024-06-28 09:26:34', '2024-06-28 09:26:34', '2024-06-28 10:27:02'),
(20732, 1850, 21207, 1958, 1, NULL, 12.00, 12.36, 2, 2, 'manual_sell', '2024-06-28 09:27:08', '2024-06-28 09:27:08', '2024-06-28 10:28:03'),
(20733, 1850, 21208, 4764, 1, NULL, 2.50, 2.58, 2, 2, 'manual_sell', '2024-06-28 09:27:49', '2024-06-28 09:27:49', '2024-06-28 10:28:03'),
(20734, 1850, 21205, 1312, 5, NULL, 8.00, 8.16, 5, 1, 'manual_sell', '2024-06-28 12:22:27', '2024-06-28 12:22:27', '2024-06-28 13:23:02'),
(20735, 1850, 21206, 2457, 5, NULL, 4.00, 4.08, 8, 1, 'manual_sell', '2024-06-28 12:23:07', '2024-06-28 12:23:07', '2024-06-28 13:24:03'),
(20736, 1850, 21207, 1958, 5, NULL, 12.00, 12.24, 2, 1, 'manual_sell', '2024-06-28 12:23:55', '2024-06-28 12:23:55', '2024-06-28 13:24:03'),
(20737, 1850, 21208, 4764, 5, NULL, 2.50, 2.55, 2, 1, 'manual_sell', '2024-06-28 12:24:28', '2024-06-28 12:24:28', '2024-06-28 13:25:04'),
(20738, 1798, 21209, 3276, 5, NULL, 201.00, 205.02, 1, 1, 'manual_sell', '2024-06-29 02:02:57', '2024-06-29 02:02:57', '2024-06-29 03:03:03'),
(20739, 1798, 21210, 3956, 5, NULL, 94.00, 95.88, 1, 1, 'manual_sell', '2024-06-29 02:04:35', '2024-06-29 02:04:35', '2024-06-29 03:05:04'),
(20740, 1798, 21211, 5744, 5, NULL, 100.00, 102.00, 4, 1, 'manual_sell', '2024-06-29 02:06:08', '2024-06-29 02:06:08', '2024-06-29 03:07:03'),
(20741, 1876, 21212, 4733, 5, NULL, 63.00, 64.26, 1, 1, 'manual_sell', '2024-06-29 04:26:41', '2024-06-29 04:26:41', '2024-06-29 05:27:03'),
(20742, 1881, 21214, 5746, 9, 21, 74.53, 75.65, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:03'),
(20743, 1881, 21215, 4771, 9, 21, 30.58, 31.04, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20744, 1881, 21216, 4592, 3, 21, 161.60, 164.02, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20745, 1881, 21217, 5985, 6, 21, 26.92, 27.32, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20746, 1881, 21218, 3919, 1, 21, 71.70, 72.78, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20747, 1881, 21219, 2990, 9, 21, 529.38, 537.32, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20748, 1881, 21220, 3748, 1, 21, 50.68, 51.44, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20749, 1881, 21221, 1451, 6, 21, 10.30, 10.45, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20750, 1881, 21222, 4376, 9, 21, 39.21, 39.80, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20751, 1881, 21223, 2593, 1, 21, 142.79, 144.93, 1, 1, 'ai_sell', '2024-06-29 05:04:03', '2024-06-29 05:04:03', '2024-06-29 06:04:05'),
(20752, 1881, 21224, 2954, 6, 21, 757.50, 768.86, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:03'),
(20753, 1881, 21225, 2712, 9, 21, 23.10, 23.45, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:03'),
(20754, 1881, 21226, 386, 6, 21, 408.00, 414.12, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:03'),
(20755, 1881, 21227, 3061, 3, 21, 13.11, 13.31, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:03'),
(20756, 1881, 21228, 1529, 9, 21, 20.80, 21.11, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:03'),
(20757, 1881, 21229, 3722, 9, 21, 2.10, 2.13, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:03'),
(20758, 1881, 21230, 2162, 3, 21, 52.45, 53.24, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20759, 1881, 21231, 4697, 9, 21, 2756.00, 2797.34, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20760, 1881, 21232, 167, 6, 21, 26.87, 27.27, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20761, 1881, 21233, 4769, 1, 21, 27.81, 28.23, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20762, 1881, 21234, 3500, 3, 21, 371.00, 376.57, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20763, 1881, 21235, 152, 1, 21, 9.54, 9.68, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20764, 1881, 21236, 1375, 3, 21, 26.25, 26.64, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20765, 1881, 21237, 4921, 9, 21, 29.40, 29.84, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20766, 1881, 21238, 4370, 3, 21, 420.32, 426.62, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20767, 1881, 21239, 3383, 3, 21, 99.15, 100.64, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20768, 1881, 21240, 1582, 6, 21, 9.51, 9.65, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20769, 1881, 21241, 6084, 3, 21, 11.12, 11.29, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20770, 1881, 21242, 4349, 9, 21, 5.09, 5.17, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20771, 1881, 21243, 4545, 6, 21, 29.11, 29.55, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20772, 1881, 21244, 273, 6, 21, 2494.70, 2532.12, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20773, 1881, 21245, 1660, 1, 21, 1534.70, 1557.72, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20774, 1881, 21246, 3669, 6, 21, 20.19, 20.49, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20775, 1881, 21247, 3492, 9, 21, 15.29, 15.52, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20776, 1881, 21248, 3296, 6, 21, 1.14, 1.16, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20777, 1881, 21249, 803, 9, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-29 05:04:04', '2024-06-29 05:04:04', '2024-06-29 06:05:04'),
(20778, 1876, 21213, 977, 5, NULL, 61.00, 62.22, 1, 1, 'manual_sell', '2024-06-29 05:09:10', '2024-06-29 05:09:10', '2024-06-29 06:10:04'),
(20779, 1872, 21250, 5680, 3, 22, 48.47, 48.91, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:02'),
(20780, 1872, 21251, 4053, 6, 22, 28.42, 28.68, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20781, 1872, 21252, 4078, 3, 22, 46.64, 47.06, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20782, 1872, 21253, 456, 1, 22, 46.32, 46.74, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20783, 1872, 21254, 2038, 1, 22, 108.15, 109.12, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20784, 1872, 21255, 2642, 9, 22, 114.43, 115.46, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20785, 1872, 21256, 1777, 3, 22, 30.51, 30.78, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20786, 1872, 21257, 5640, 3, 22, 8.47, 8.55, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20787, 1872, 21258, 4395, 6, 22, 212.82, 214.74, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:04'),
(20788, 1872, 21259, 5116, 3, 22, 10.18, 10.27, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20789, 1872, 21260, 1247, 9, 22, 129.62, 130.79, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20790, 1872, 21261, 2999, 6, 22, 101.00, 101.91, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20791, 1872, 21262, 4213, 3, 22, 4.64, 4.68, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20792, 1872, 21263, 4339, 9, 22, 9.45, 9.54, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20793, 1872, 21264, 3384, 6, 22, 9.65, 9.74, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20794, 1872, 21265, 1630, 9, 22, 41.09, 41.46, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20795, 1872, 21266, 1395, 6, 22, 68.25, 68.86, 1, 1, 'ai_sell', '2024-06-29 06:41:04', '2024-06-29 06:41:04', '2024-06-29 07:42:05'),
(20796, 1850, 21267, 1673, 5, NULL, 4.00, 4.12, 10, 2, 'manual_sell', '2024-06-29 16:09:01', '2024-06-29 16:09:01', '2024-06-29 17:09:03'),
(20797, 1850, 21268, 4050, 5, NULL, 9.00, 9.27, 7, 2, 'manual_sell', '2024-06-29 16:09:59', '2024-06-29 16:09:59', '2024-06-29 17:10:04'),
(20798, 1850, 21269, 456, 5, NULL, 45.00, 46.35, 4, 2, 'manual_sell', '2024-06-29 16:45:26', '2024-06-29 16:45:26', '2024-06-29 17:46:02'),
(20799, 1850, 21267, 1673, 3, NULL, 4.00, 4.12, 10, 2, 'manual_sell', '2024-06-29 17:14:48', '2024-06-29 17:14:48', '2024-06-29 18:15:05'),
(20800, 1850, 21268, 4050, 3, NULL, 9.00, 9.27, 7, 2, 'manual_sell', '2024-06-29 17:15:48', '2024-06-29 17:15:48', '2024-06-29 18:16:03'),
(20801, 1850, 21270, 3978, 3, NULL, 13.00, 13.39, 1, 2, 'manual_sell', '2024-06-29 17:16:50', '2024-06-29 17:16:50', '2024-06-29 18:17:03'),
(20802, 1850, 21271, 4220, 3, NULL, 4.50, 4.64, 1, 2, 'manual_sell', '2024-06-29 17:17:37', '2024-06-29 17:17:37', '2024-06-29 18:18:02'),
(20803, 1850, 21269, 456, 3, NULL, 45.00, 46.35, 4, 2, 'manual_sell', '2024-06-29 17:54:37', '2024-06-29 17:54:37', '2024-06-29 18:55:05'),
(20804, 1850, 21267, 1673, 1, NULL, 4.00, 4.08, 10, 2, 'manual_sell', '2024-06-29 19:13:14', '2024-06-29 19:13:14', '2024-06-29 20:14:03'),
(20805, 1850, 21268, 4050, 1, NULL, 9.00, 9.18, 7, 2, 'manual_sell', '2024-06-29 19:14:59', '2024-06-29 19:14:59', '2024-06-29 20:15:04'),
(20806, 1850, 21269, 456, 1, NULL, 45.00, 45.90, 4, 2, 'manual_sell', '2024-06-29 19:15:44', '2024-06-29 19:15:44', '2024-06-29 20:16:04'),
(20807, 1850, 21270, 3978, 1, NULL, 13.00, 13.26, 1, 2, 'manual_sell', '2024-06-29 19:16:44', '2024-06-29 19:16:44', '2024-06-29 20:17:04'),
(20808, 1850, 21271, 4220, 1, NULL, 4.50, 4.60, 1, 2, 'manual_sell', '2024-06-29 19:17:22', '2024-06-29 19:17:22', '2024-06-29 20:18:03'),
(20809, 1850, 21267, 1673, 5, NULL, 4.00, 4.08, 10, 1, 'manual_sell', '2024-06-29 22:35:58', '2024-06-29 22:35:58', '2024-06-29 23:36:03'),
(20810, 1850, 21268, 4050, 5, NULL, 9.00, 9.18, 7, 1, 'manual_sell', '2024-06-29 22:36:51', '2024-06-29 22:36:51', '2024-06-29 23:37:03'),
(20811, 1850, 21269, 456, 5, NULL, 45.00, 45.90, 4, 1, 'manual_sell', '2024-06-29 22:37:39', '2024-06-29 22:37:39', '2024-06-29 23:38:03'),
(20812, 1850, 21270, 3978, 5, NULL, 13.00, 13.26, 1, 1, 'manual_sell', '2024-06-29 22:38:23', '2024-06-29 22:38:23', '2024-06-29 23:39:03'),
(20813, 1850, 21271, 4220, 5, NULL, 4.50, 4.59, 1, 1, 'manual_sell', '2024-06-29 22:39:12', '2024-06-29 22:39:12', '2024-06-29 23:40:05'),
(20814, 1798, 21272, 2162, 1, NULL, 50.00, 51.00, 4, 2, 'manual_sell', '2024-06-30 04:18:09', '2024-06-30 04:18:09', '2024-06-30 05:19:03'),
(20815, 1798, 21274, 2049, 5, NULL, 9.00, 9.18, 1, 1, 'manual_sell', '2024-06-30 04:20:20', '2024-06-30 04:20:20', '2024-06-30 05:21:03'),
(20816, 1798, 21273, 3241, 5, NULL, 300.00, 306.00, 1, 1, 'manual_sell', '2024-06-30 04:23:03', '2024-06-30 04:23:03', '2024-06-30 05:24:02'),
(20817, 1798, 21275, 4252, 5, NULL, 200.00, 204.00, 1, 1, 'manual_sell', '2024-06-30 04:23:55', '2024-06-30 04:23:55', '2024-06-30 05:24:02'),
(20818, 1798, 21272, 2162, 5, NULL, 50.00, 51.00, 4, 1, 'manual_sell', '2024-06-30 05:58:02', '2024-06-30 05:58:02', '2024-06-30 06:58:04'),
(20819, 1881, 21277, 4900, 3, 21, 139.00, 141.09, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20820, 1881, 21278, 6058, 1, 21, 20.20, 20.50, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20821, 1881, 21279, 5177, 1, 21, 43.04, 43.69, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20822, 1881, 21280, 5356, 6, 21, 46.35, 47.05, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20823, 1881, 21281, 246, 6, 21, 41.90, 42.53, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20824, 1881, 21282, 763, 6, 21, 31.57, 32.04, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20825, 1881, 21283, 5118, 6, 21, 326.40, 331.30, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20826, 1881, 21284, 692, 1, 21, 8.32, 8.44, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20827, 1881, 21285, 3687, 9, 21, 77.46, 78.62, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20828, 1881, 21286, 6104, 6, 21, 1.47, 1.49, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20829, 1881, 21287, 5132, 1, 21, 19.02, 19.31, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:03'),
(20830, 1881, 21288, 4663, 9, 21, 8.62, 8.75, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20831, 1881, 21289, 1552, 6, 21, 40.05, 40.65, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20832, 1881, 21290, 4563, 1, 21, 619.49, 628.78, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20833, 1881, 21291, 5989, 6, 21, 38.98, 39.56, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20834, 1881, 21292, 1338, 3, 21, 16.84, 17.09, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20835, 1881, 21293, 1839, 9, 21, 38.38, 38.96, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20836, 1881, 21294, 5975, 3, 21, 15.59, 15.82, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20837, 1881, 21295, 3874, 9, 21, 618.00, 627.27, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20838, 1881, 21296, 6102, 3, 21, 32.41, 32.90, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20839, 1881, 21297, 5285, 3, 21, 300.97, 305.48, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20840, 1881, 21298, 907, 1, 21, 222.20, 225.53, 1, 1, 'ai_sell', '2024-06-30 06:16:03', '2024-06-30 06:16:03', '2024-06-30 07:16:04'),
(20841, 1881, 21299, 1891, 6, 21, 76.92, 78.07, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:03'),
(20842, 1881, 21300, 4499, 3, 21, 41.20, 41.82, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:03'),
(20843, 1881, 21301, 5431, 6, 21, 21.77, 22.10, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:03'),
(20844, 1881, 21302, 668, 1, 21, 5.30, 5.38, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20845, 1881, 21303, 2864, 6, 21, 15.44, 15.67, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20846, 1881, 21304, 1658, 1, 21, 117.29, 119.05, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20847, 1881, 21305, 950, 6, 21, 20.99, 21.30, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20848, 1881, 21306, 1022, 6, 21, 28.56, 28.99, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20849, 1881, 21307, 1117, 9, 21, 364.00, 369.46, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20850, 1881, 21308, 2335, 3, 21, 14.98, 15.20, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20851, 1881, 21309, 1181, 1, 21, 27.30, 27.71, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20852, 1881, 21310, 3837, 1, 21, 206.86, 209.96, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20853, 1881, 21311, 3022, 9, 21, 17.23, 17.49, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20854, 1881, 21312, 4283, 1, 21, 10.71, 10.87, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20855, 1881, 21313, 1168, 9, 21, 83.20, 84.45, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20856, 1881, 21314, 3509, 1, 21, 6058.80, 6149.68, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20857, 1881, 21315, 6164, 6, 21, 55.83, 56.67, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20858, 1881, 21316, 1418, 1, 21, 19.96, 20.26, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20859, 1881, 21317, 3985, 6, 21, 63.92, 64.88, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20860, 1881, 21318, 5012, 9, 21, 16.47, 16.72, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20861, 1881, 21319, 6100, 1, 21, 69.21, 70.25, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20862, 1881, 21320, 1951, 6, 21, 38.21, 38.78, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20863, 1881, 21321, 1611, 3, 21, 122.30, 124.13, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20864, 1881, 21322, 4718, 1, 21, 51.19, 51.96, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20865, 1881, 21323, 5079, 3, 21, 28.90, 29.33, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20866, 1881, 21324, 1476, 3, 21, 172.20, 174.78, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20867, 1881, 21325, 143, 9, 21, 1.03, 1.05, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20868, 1881, 21326, 756, 6, 21, 0.47, 0.48, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20869, 1881, 21327, 1827, 3, 21, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-30 06:16:04', '2024-06-30 06:16:04', '2024-06-30 07:17:04'),
(20870, 1881, 21328, 1827, 1, 21, 0.13, 0.13, 1, 1, 'ai_sell', '2024-06-30 06:17:04', '2024-06-30 06:17:04', '2024-06-30 07:18:03'),
(20871, 1876, 21276, 330, 5, NULL, 65.00, 66.30, 1, 1, 'manual_sell', '2024-06-30 06:17:59', '2024-06-30 06:17:59', '2024-06-30 07:18:03'),
(20872, 1876, 21329, 4730, 5, NULL, 15.50, 15.81, 4, 1, 'manual_sell', '2024-06-30 06:47:40', '2024-06-30 06:47:40', '2024-06-30 07:48:03'),
(20873, 1872, 21330, 3538, 9, 22, 152.99, 154.37, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:05'),
(20874, 1872, 21331, 1992, 9, 22, 118.45, 119.52, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:05'),
(20875, 1872, 21332, 1215, 3, 22, 278.10, 280.60, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:05'),
(20876, 1872, 21333, 2123, 6, 22, 21.20, 21.39, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:05'),
(20877, 1872, 21334, 64, 1, 22, 8.40, 8.48, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20878, 1872, 21335, 4810, 6, 22, 39.07, 39.42, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20879, 1872, 21336, 5348, 1, 22, 204.91, 206.75, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20880, 1872, 21337, 5531, 1, 22, 45.23, 45.64, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20881, 1872, 21338, 4583, 6, 22, 51.86, 52.33, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20882, 1872, 21339, 2020, 3, 22, 10.40, 10.49, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20883, 1872, 21340, 1598, 3, 22, 8.27, 8.34, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20884, 1872, 21341, 2117, 9, 22, 16.98, 17.13, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20885, 1872, 21342, 312, 6, 22, 52.13, 52.60, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20886, 1872, 21343, 2051, 9, 22, 4.53, 4.57, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:06'),
(20887, 1872, 21344, 3194, 1, 22, 5.30, 5.35, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20888, 1872, 21345, 634, 6, 22, 1.01, 1.02, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20889, 1872, 21346, 937, 1, 22, 4.16, 4.20, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20890, 1872, 21347, 1916, 3, 22, 3.47, 3.50, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20891, 1872, 21348, 1894, 3, 22, 0.20, 0.20, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20892, 1872, 21349, 1811, 1, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20893, 1872, 21350, 734, 3, 22, 0.23, 0.23, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20894, 1872, 21351, 1827, 9, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-06-30 07:53:05', '2024-06-30 07:53:05', '2024-06-30 08:53:07'),
(20895, 1850, 21352, 703, 5, NULL, 12.00, 12.24, 10, 1, 'manual_sell', '2024-07-01 02:56:12', '2024-07-01 02:56:12', '2024-07-01 03:57:03'),
(20896, 1850, 21353, 784, 5, NULL, 39.50, 40.29, 4, 1, 'manual_sell', '2024-07-01 02:57:14', '2024-07-01 02:57:14', '2024-07-01 03:58:03'),
(20897, 1850, 21354, 240, 5, NULL, 9.45, 9.63, 3, 1, 'manual_sell', '2024-07-01 02:58:12', '2024-07-01 02:58:12', '2024-07-01 03:59:03'),
(20898, 1798, 21355, 1590, 5, NULL, 700.00, 714.00, 1, 1, 'manual_sell', '2024-07-01 07:11:19', '2024-07-01 07:11:19', '2024-07-01 08:12:02'),
(20899, 1798, 21356, 3860, 5, NULL, 24.00, 24.48, 1, 1, 'manual_sell', '2024-07-01 07:27:11', '2024-07-01 07:27:11', '2024-07-01 08:28:03'),
(20900, 1881, 21357, 4004, 3, 21, 125.99, 127.88, 1, 1, 'ai_sell', '2024-07-01 07:29:03', '2024-07-01 07:29:03', '2024-07-01 08:29:03'),
(20901, 1881, 21358, 3256, 1, 21, 530.00, 537.95, 1, 1, 'ai_sell', '2024-07-01 07:29:03', '2024-07-01 07:29:03', '2024-07-01 08:29:03'),
(20902, 1881, 21359, 923, 3, 21, 21.20, 21.52, 1, 1, 'ai_sell', '2024-07-01 07:29:03', '2024-07-01 07:29:03', '2024-07-01 08:29:03'),
(20903, 1881, 21360, 2326, 9, 21, 30.38, 30.84, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20904, 1881, 21361, 2151, 1, 21, 52.42, 53.21, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20905, 1881, 21362, 789, 1, 21, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20906, 1881, 21363, 1656, 6, 21, 30.85, 31.31, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20907, 1881, 21364, 540, 3, 21, 378.74, 384.42, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20908, 1881, 21365, 5010, 9, 21, 41.81, 42.44, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20909, 1881, 21366, 5525, 1, 21, 35.91, 36.45, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20910, 1881, 21367, 1276, 3, 21, 39.86, 40.46, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20911, 1881, 21368, 3719, 1, 21, 70.94, 72.00, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20912, 1881, 21369, 5477, 1, 21, 12.47, 12.66, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20913, 1881, 21370, 1693, 9, 21, 9.30, 9.44, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20914, 1881, 21371, 6100, 1, 21, 69.89, 70.94, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20915, 1881, 21372, 1217, 6, 21, 43.01, 43.66, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20916, 1881, 21373, 3632, 3, 21, 8.40, 8.53, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:05'),
(20917, 1881, 21374, 5837, 1, 21, 53.04, 53.84, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20918, 1881, 21375, 5270, 1, 21, 8.82, 8.95, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20919, 1881, 21376, 5594, 9, 21, 13.25, 13.45, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20920, 1881, 21377, 1800, 3, 21, 170.10, 172.65, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20921, 1881, 21378, 4202, 6, 21, 4.93, 5.00, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20922, 1881, 21379, 626, 6, 21, 3.15, 3.20, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20923, 1881, 21380, 3584, 9, 21, 237.65, 241.21, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20924, 1881, 21381, 3973, 6, 21, 127.03, 128.94, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20925, 1881, 21382, 5023, 6, 21, 32.54, 33.03, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20926, 1881, 21383, 1764, 6, 21, 92.81, 94.20, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20927, 1881, 21384, 1595, 3, 21, 18.53, 18.81, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20928, 1881, 21385, 3070, 6, 21, 312.00, 316.68, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20929, 1881, 21386, 269, 3, 21, 166.65, 169.15, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20930, 1881, 21387, 5875, 9, 21, 148.13, 150.35, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20931, 1881, 21388, 1045, 9, 21, 38.75, 39.33, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20932, 1881, 21389, 4187, 9, 21, 1039.99, 1055.59, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20933, 1881, 21390, 3184, 1, 21, 9.95, 10.10, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20934, 1881, 21391, 2120, 3, 21, 117.16, 118.92, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:06'),
(20935, 1881, 21392, 1886, 1, 21, 52.69, 53.48, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20936, 1881, 21393, 1515, 3, 21, 367.50, 373.01, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20937, 1881, 21394, 4388, 9, 21, 11.01, 11.18, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20938, 1881, 21395, 3863, 6, 21, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20939, 1881, 21396, 102, 6, 21, 669.49, 679.53, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20940, 1881, 21397, 2317, 1, 21, 400.86, 406.87, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20941, 1881, 21398, 1939, 9, 21, 12.56, 12.75, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20942, 1881, 21399, 3484, 9, 21, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20943, 1881, 21400, 2285, 1, 21, 90.90, 92.26, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20944, 1881, 21401, 3309, 6, 21, 3.19, 3.24, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20945, 1881, 21402, 3369, 9, 21, 341.25, 346.37, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20946, 1881, 21403, 476, 6, 21, 156.61, 158.96, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20947, 1881, 21404, 3372, 3, 21, 252.50, 256.29, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20948, 1881, 21405, 3289, 6, 21, 61.79, 62.72, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20949, 1881, 21406, 1293, 6, 21, 32.60, 33.09, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20950, 1881, 21407, 2061, 6, 21, 55.11, 55.94, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20951, 1881, 21408, 3223, 6, 21, 100.74, 102.25, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20952, 1881, 21409, 4395, 1, 21, 206.79, 209.89, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20953, 1881, 21410, 4940, 1, 21, 19.95, 20.25, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:07'),
(20954, 1881, 21411, 2548, 1, 21, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20955, 1881, 21412, 2859, 3, 21, 46.79, 47.49, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20956, 1881, 21413, 4176, 3, 21, 782.79, 794.53, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20957, 1881, 21414, 5117, 9, 21, 233.30, 236.80, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20958, 1881, 21415, 1013, 6, 21, 92.92, 94.31, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20959, 1881, 21416, 1478, 9, 21, 410.80, 416.96, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20960, 1881, 21417, 4461, 6, 21, 604.19, 613.25, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20961, 1881, 21418, 732, 3, 21, 63.02, 63.97, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20962, 1881, 21419, 1920, 3, 21, 39.62, 40.21, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20963, 1881, 21420, 3010, 1, 21, 32.54, 33.03, 1, 1, 'ai_sell', '2024-07-01 07:29:04', '2024-07-01 07:29:04', '2024-07-01 08:30:08'),
(20964, 1881, 21421, 4815, 9, 21, 17.77, 18.04, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:08'),
(20965, 1881, 21422, 3703, 3, 21, 22.34, 22.68, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:08'),
(20966, 1881, 21423, 1346, 6, 21, 30.35, 30.81, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:08'),
(20967, 1881, 21424, 3688, 3, 21, 58.21, 59.08, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:08'),
(20968, 1881, 21425, 2509, 9, 21, 30.73, 31.19, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:08'),
(20969, 1881, 21426, 824, 6, 21, 24.42, 24.79, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20970, 1881, 21427, 3746, 9, 21, 38.87, 39.45, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20971, 1881, 21428, 2575, 6, 21, 43.09, 43.74, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20972, 1881, 21429, 5541, 6, 21, 39.48, 40.07, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20973, 1881, 21430, 5703, 1, 21, 211.04, 214.21, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20974, 1881, 21431, 4386, 1, 21, 37.43, 37.99, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20975, 1881, 21432, 1642, 6, 21, 234.04, 237.55, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20976, 1881, 21433, 2193, 9, 21, 20.13, 20.43, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20977, 1881, 21434, 886, 6, 21, 61.18, 62.10, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20978, 1881, 21435, 2891, 3, 21, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20979, 1881, 21436, 4199, 9, 21, 16.79, 17.04, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20980, 1881, 21437, 801, 6, 21, 10.94, 11.10, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20981, 1881, 21438, 1662, 3, 21, 0.93, 0.94, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20982, 1881, 21439, 1866, 3, 21, 6.18, 6.27, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20983, 1881, 21440, 1464, 6, 21, 35.84, 36.38, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20984, 1881, 21441, 4795, 3, 21, 42.62, 43.26, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20985, 1881, 21442, 3231, 1, 21, 66.84, 67.84, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20986, 1881, 21443, 4092, 1, 21, 2.84, 2.88, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20987, 1881, 21444, 2838, 3, 21, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20988, 1881, 21445, 3771, 3, 21, 5.50, 5.58, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20989, 1881, 21446, 3052, 3, 21, 5.20, 5.28, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20990, 1881, 21447, 4677, 9, 21, 14.42, 14.64, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20991, 1881, 21448, 3102, 6, 21, 40.56, 41.17, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20992, 1881, 21449, 2097, 6, 21, 9.42, 9.56, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20993, 1881, 21450, 4086, 1, 21, 4.15, 4.21, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20994, 1881, 21451, 4834, 9, 21, 103.99, 105.55, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:09'),
(20995, 1881, 21452, 5787, 3, 21, 3.32, 3.37, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:10'),
(20996, 1881, 21453, 5764, 3, 21, 1.48, 1.50, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:10'),
(20997, 1881, 21454, 1850, 6, 21, 0.56, 0.57, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:10'),
(20998, 1881, 21455, 734, 6, 21, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:10'),
(20999, 1881, 21456, 1827, 3, 21, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-01 07:29:05', '2024-07-01 07:29:05', '2024-07-01 08:30:10'),
(21000, 1872, 21459, 4975, 9, 22, 5.08, 5.13, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:03'),
(21001, 1872, 21460, 2629, 9, 22, 23.68, 23.89, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:04'),
(21002, 1872, 21461, 2928, 6, 22, 615.94, 621.48, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:04'),
(21003, 1872, 21462, 3263, 3, 22, 7.03, 7.09, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:05'),
(21004, 1872, 21463, 437, 3, 22, 246.75, 248.97, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:05'),
(21005, 1872, 21464, 5706, 1, 22, 30.46, 30.73, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:05'),
(21006, 1872, 21465, 517, 9, 22, 18.58, 18.75, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:05'),
(21007, 1872, 21466, 4948, 3, 22, 19.19, 19.36, 1, 1, 'ai_sell', '2024-07-01 09:05:06', '2024-07-01 09:05:06', '2024-07-01 10:06:05'),
(21008, 1872, 21467, 4519, 6, 22, 19.18, 19.35, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21009, 1872, 21468, 215, 1, 22, 7.74, 7.81, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21010, 1872, 21469, 2381, 6, 22, 15.33, 15.47, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21011, 1872, 21470, 1345, 1, 22, 19.76, 19.94, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21012, 1872, 21471, 3222, 6, 22, 4.12, 4.16, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21013, 1872, 21472, 735, 3, 22, 2.24, 2.26, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21014, 1872, 21473, 1821, 9, 22, 1.01, 1.02, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21015, 1872, 21474, 803, 9, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21016, 1872, 21475, 1827, 3, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-01 09:05:07', '2024-07-01 09:05:07', '2024-07-01 10:06:05'),
(21017, 1876, 21457, 1880, 5, NULL, 121.00, 123.42, 1, 1, 'manual_sell', '2024-07-01 09:54:29', '2024-07-01 09:54:29', '2024-07-01 10:55:03'),
(21018, 1876, 21458, 4906, 5, NULL, 4.00, 4.08, 2, 1, 'manual_sell', '2024-07-01 09:55:11', '2024-07-01 09:55:11', '2024-07-01 10:56:02'),
(21019, 1886, 21476, 4131, 5, NULL, 91.00, 93.73, 2, 2, 'manual_sell', '2024-07-01 19:19:03', '2024-07-01 19:19:03', '2024-07-01 20:19:03'),
(21020, 1886, 21477, 3281, 5, NULL, 15.00, 15.45, 1, 2, 'manual_sell', '2024-07-01 19:20:10', '2024-07-01 19:20:10', '2024-07-01 20:21:03'),
(21021, 1886, 21478, 963, 5, NULL, 3.00, 3.09, 1, 2, 'manual_sell', '2024-07-01 19:21:00', '2024-07-01 19:21:00', '2024-07-01 20:21:03'),
(21022, 1886, 21476, 4131, 5, NULL, 91.00, 92.82, 2, 1, 'manual_sell', '2024-07-01 20:21:35', '2024-07-01 20:21:35', '2024-07-01 21:22:02'),
(21023, 1886, 21477, 3281, 5, NULL, 15.00, 15.30, 1, 1, 'manual_sell', '2024-07-01 20:22:51', '2024-07-01 20:22:51', '2024-07-01 21:23:02'),
(21024, 1886, 21478, 963, 5, NULL, 3.00, 3.06, 1, 1, 'manual_sell', '2024-07-01 20:23:34', '2024-07-01 20:23:34', '2024-07-01 21:24:03'),
(21025, 1850, 21479, 1700, 5, NULL, 55.99, 57.10, 5, 1, 'manual_sell', '2024-07-02 06:27:42', '2024-07-02 06:27:42', '2024-07-02 07:28:03'),
(21026, 1850, 21480, 3309, 5, NULL, 3.20, 3.26, 10, 1, 'manual_sell', '2024-07-02 06:28:47', '2024-07-02 06:28:47', '2024-07-02 07:29:04'),
(21027, 1881, 21481, 1336, 1, 21, 35.70, 36.24, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21028, 1881, 21482, 4134, 9, 21, 10.60, 10.76, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21029, 1881, 21483, 4355, 9, 21, 40.80, 41.41, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21030, 1881, 21484, 3941, 9, 21, 154.01, 156.32, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21031, 1881, 21485, 2299, 6, 21, 11.55, 11.72, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21032, 1881, 21486, 2855, 6, 21, 3090.00, 3136.35, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21033, 1881, 21487, 927, 3, 21, 408.12, 414.24, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21034, 1881, 21488, 5247, 1, 21, 26.26, 26.65, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21035, 1881, 21489, 706, 3, 21, 69.29, 70.33, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21036, 1881, 21490, 5296, 3, 21, 10.19, 10.34, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:03'),
(21037, 1881, 21491, 4780, 1, 21, 1835.99, 1863.53, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:04'),
(21038, 1881, 21492, 621, 3, 21, 2312.34, 2347.03, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:04'),
(21039, 1881, 21493, 1716, 1, 21, 7.41, 7.52, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:04'),
(21040, 1881, 21494, 1220, 6, 21, 107.06, 108.67, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:04'),
(21041, 1881, 21495, 1673, 9, 21, 4.07, 4.13, 1, 1, 'ai_sell', '2024-07-02 08:41:03', '2024-07-02 08:41:03', '2024-07-02 09:41:04'),
(21042, 1881, 21496, 808, 1, 21, 12.64, 12.83, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21043, 1881, 21497, 69, 1, 21, 25.25, 25.63, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21044, 1881, 21498, 6049, 1, 21, 10.20, 10.35, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21045, 1881, 21499, 6155, 9, 21, 16.31, 16.55, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21046, 1881, 21500, 6006, 6, 21, 18.57, 18.85, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21047, 1881, 21501, 303, 9, 21, 9.57, 9.71, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21048, 1881, 21502, 2312, 9, 21, 142.80, 144.94, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21049, 1881, 21503, 5759, 3, 21, 3.99, 4.05, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21050, 1881, 21504, 919, 3, 21, 302.99, 307.53, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21051, 1881, 21505, 5775, 3, 21, 17.19, 17.45, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:03'),
(21052, 1881, 21506, 272, 1, 21, 2068.50, 2099.53, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:04'),
(21053, 1881, 21507, 5090, 9, 21, 18.35, 18.63, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:04'),
(21054, 1881, 21508, 626, 3, 21, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-02 08:42:04', '2024-07-02 08:42:04', '2024-07-02 09:43:04'),
(21055, 1798, 21511, 5939, 5, NULL, 350.00, 357.00, 2, 1, 'manual_sell', '2024-07-02 08:58:14', '2024-07-02 08:58:14', '2024-07-02 09:59:03'),
(21056, 1798, 21510, 6152, 5, NULL, 24.00, 24.48, 1, 1, 'manual_sell', '2024-07-02 08:59:47', '2024-07-02 08:59:47', '2024-07-02 10:00:05'),
(21057, 1798, 21509, 6067, 5, NULL, 23.00, 23.46, 1, 1, 'manual_sell', '2024-07-02 09:01:04', '2024-07-02 09:01:04', '2024-07-02 10:02:03'),
(21058, 1872, 21512, 1445, 1, 22, 2.58, 2.60, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21059, 1872, 21513, 1166, 9, 22, 443.46, 447.45, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21060, 1872, 21514, 533, 9, 22, 80.84, 81.57, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21061, 1872, 21515, 951, 1, 22, 464.88, 469.06, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21062, 1872, 21516, 6135, 9, 22, 19.08, 19.25, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21063, 1872, 21517, 1410, 9, 22, 14.99, 15.12, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21064, 1872, 21518, 2639, 1, 22, 10.30, 10.39, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21065, 1872, 21519, 1844, 3, 22, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21066, 1872, 21520, 659, 3, 22, 8.08, 8.15, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21067, 1872, 21521, 1811, 3, 22, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21068, 1872, 21522, 1842, 3, 22, 1.05, 1.06, 1, 1, 'ai_sell', '2024-07-02 10:18:04', '2024-07-02 10:18:04', '2024-07-02 11:19:03'),
(21069, 1876, 21523, 5475, 5, NULL, 80.00, 81.60, 1, 1, 'manual_sell', '2024-07-02 11:36:43', '2024-07-02 11:36:43', '2024-07-02 12:37:03'),
(21070, 1876, 21524, 3633, 5, NULL, 26.05, 26.52, 2, 1, 'manual_sell', '2024-07-02 12:14:30', '2024-07-02 12:14:30', '2024-07-02 13:15:06'),
(21071, 1886, 21525, 1787, 5, NULL, 198.00, 201.96, 1, 1, 'manual_sell', '2024-07-02 21:40:04', '2024-07-02 21:40:04', '2024-07-02 22:40:04'),
(21072, 1886, 21526, 6019, 5, NULL, 6.00, 6.12, 1, 1, 'manual_sell', '2024-07-02 21:40:46', '2024-07-02 21:40:46', '2024-07-02 22:41:02'),
(21073, 1850, 21527, 2999, 5, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 08:40:56', '2024-07-03 08:40:56', '2024-07-03 09:41:03'),
(21074, 1850, 21528, 1738, 5, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 08:41:39', '2024-07-03 08:41:39', '2024-07-03 09:42:04'),
(21075, 1850, 21527, 2999, 5, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 09:50:10', '2024-07-03 09:50:10', '2024-07-03 10:51:03'),
(21076, 1850, 21528, 1738, 1, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 09:50:54', '2024-07-03 09:50:54', '2024-07-03 10:51:03'),
(21077, 1881, 21529, 906, 9, 21, 21.16, 21.48, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21078, 1881, 21530, 1697, 1, 21, 15.69, 15.93, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21079, 1881, 21531, 5756, 1, 21, 997.50, 1012.46, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21080, 1881, 21532, 2329, 6, 21, 71.06, 72.13, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21081, 1881, 21533, 5260, 6, 21, 152.44, 154.73, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21082, 1881, 21534, 1809, 1, 21, 29.29, 29.73, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21083, 1881, 21535, 3706, 6, 21, 1908.00, 1936.62, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21084, 1881, 21536, 848, 1, 21, 84.80, 86.07, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21085, 1881, 21537, 4228, 3, 21, 5.14, 5.22, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21086, 1881, 21538, 50, 1, 21, 14.56, 14.78, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21087, 1881, 21539, 3230, 9, 21, 31.28, 31.75, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21088, 1881, 21540, 4757, 3, 21, 75.53, 76.66, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(21089, 1881, 21541, 2176, 1, 21, 420.00, 426.30, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21090, 1881, 21542, 1115, 3, 21, 175.10, 177.73, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21091, 1881, 21543, 5630, 1, 21, 145.59, 147.77, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21092, 1881, 21544, 3722, 6, 21, 2.08, 2.11, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21093, 1881, 21545, 4092, 9, 21, 2.89, 2.93, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21094, 1881, 21546, 4403, 1, 21, 183.26, 186.01, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21095, 1881, 21547, 5363, 3, 21, 28.61, 29.04, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21096, 1881, 21548, 1432, 1, 21, 8.47, 8.60, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21097, 1881, 21549, 1354, 9, 21, 18.27, 18.54, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21098, 1881, 21550, 2077, 3, 21, 5.30, 5.38, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:04'),
(21099, 1881, 21551, 1658, 6, 21, 117.29, 119.05, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:05'),
(21100, 1881, 21552, 1315, 9, 21, 42.00, 42.63, 1, 1, 'ai_sell', '2024-07-03 09:55:08', '2024-07-03 09:55:08', '2024-07-03 10:56:05'),
(21101, 1881, 21553, 6006, 1, 21, 18.22, 18.49, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21102, 1881, 21554, 4671, 6, 21, 9.08, 9.22, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21103, 1881, 21555, 787, 6, 21, 48.59, 49.32, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21104, 1881, 21556, 4448, 3, 21, 12.36, 12.55, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21105, 1881, 21557, 2497, 3, 21, 27.26, 27.67, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21106, 1881, 21558, 5964, 6, 21, 45.86, 46.55, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21107, 1881, 21559, 3088, 3, 21, 24.58, 24.95, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21108, 1881, 21560, 5982, 6, 21, 43.97, 44.63, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21109, 1881, 21561, 2845, 9, 21, 30.29, 30.74, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21110, 1881, 21562, 4656, 6, 21, 241.50, 245.12, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21111, 1881, 21563, 2668, 3, 21, 1353.45, 1373.75, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21112, 1881, 21564, 4811, 3, 21, 66.34, 67.34, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21113, 1881, 21565, 1724, 3, 21, 2.27, 2.30, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21114, 1881, 21566, 944, 9, 21, 505.10, 512.68, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21115, 1881, 21567, 2086, 3, 21, 266.58, 270.58, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21116, 1881, 21568, 2983, 1, 21, 106.04, 107.63, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21117, 1881, 21569, 2200, 3, 21, 13.39, 13.59, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21118, 1881, 21570, 3562, 9, 21, 23.60, 23.95, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21119, 1881, 21571, 1866, 6, 21, 6.18, 6.27, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:05'),
(21120, 1881, 21572, 6001, 9, 21, 31.19, 31.66, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21121, 1881, 21573, 4908, 1, 21, 139.52, 141.61, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21122, 1881, 21574, 3596, 6, 21, 52.45, 53.24, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21123, 1881, 21575, 2214, 6, 21, 9.27, 9.41, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21124, 1881, 21576, 2232, 3, 21, 58.30, 59.17, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21125, 1881, 21577, 2456, 1, 21, 12.60, 12.79, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21126, 1881, 21578, 4835, 1, 21, 25.51, 25.89, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21127, 1881, 21579, 713, 6, 21, 34.19, 34.70, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21128, 1881, 21580, 3226, 1, 21, 44.43, 45.10, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21129, 1881, 21581, 1090, 6, 21, 609.00, 618.14, 1, 1, 'ai_sell', '2024-07-03 09:55:09', '2024-07-03 09:55:09', '2024-07-03 10:56:06'),
(21130, 1881, 21582, 5131, 1, 21, 327.30, 332.21, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21131, 1881, 21583, 4185, 6, 21, 161.60, 164.02, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21132, 1881, 21584, 3383, 1, 21, 96.29, 97.73, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21133, 1881, 21585, 5146, 6, 21, 1658.79, 1683.67, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21134, 1881, 21586, 3020, 3, 21, 24.37, 24.74, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21135, 1881, 21587, 752, 3, 21, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21136, 1881, 21588, 4400, 3, 21, 19.89, 20.19, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21137, 1881, 21589, 5377, 3, 21, 6.29, 6.38, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21138, 1881, 21590, 4380, 6, 21, 5.19, 5.27, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21139, 1881, 21591, 2392, 9, 21, 129.28, 131.22, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21140, 1881, 21592, 5351, 6, 21, 84.88, 86.15, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21141, 1881, 21593, 642, 6, 21, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21142, 1881, 21594, 1585, 6, 21, 1.61, 1.63, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21143, 1881, 21595, 949, 6, 21, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21144, 1881, 21596, 1827, 1, 21, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-03 09:55:10', '2024-07-03 09:55:10', '2024-07-03 10:56:06'),
(21145, 1850, 21527, 2999, 9, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 11:01:42', '2024-07-03 11:01:42', '2024-07-03 12:02:03'),
(21146, 1850, 21528, 1738, 9, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 11:02:09', '2024-07-03 11:02:09', '2024-07-03 12:03:03'),
(21147, 1872, 21598, 4288, 6, 22, 218.40, 220.37, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21148, 1872, 21599, 4968, 1, 22, 16.72, 16.87, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21149, 1872, 21600, 764, 1, 22, 27.91, 28.16, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21150, 1872, 21601, 2385, 9, 22, 10.29, 10.38, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21151, 1872, 21602, 4712, 3, 22, 51.28, 51.74, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21152, 1872, 21603, 5895, 3, 22, 5.00, 5.05, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21153, 1872, 21604, 2918, 3, 22, 599.94, 605.34, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21154, 1872, 21605, 5392, 6, 22, 34.14, 34.45, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21155, 1872, 21606, 2069, 1, 22, 11.65, 11.75, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21156, 1872, 21607, 3816, 9, 22, 36.35, 36.68, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21157, 1872, 21608, 37, 1, 22, 9.36, 9.44, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21158, 1872, 21609, 5376, 3, 22, 18.49, 18.66, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21159, 1872, 21610, 668, 6, 22, 5.10, 5.15, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21160, 1872, 21611, 57, 9, 22, 6.36, 6.42, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:03'),
(21161, 1872, 21612, 1353, 3, 22, 2.17, 2.19, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:04'),
(21162, 1872, 21613, 1811, 1, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:04'),
(21163, 1872, 21614, 642, 1, 22, 1.05, 1.06, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:04'),
(21164, 1872, 21615, 803, 3, 22, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:04'),
(21165, 1872, 21616, 1827, 1, 22, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:04'),
(21166, 1872, 21617, 1844, 3, 22, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-03 11:30:08', '2024-07-03 11:30:08', '2024-07-03 12:31:04'),
(21167, 1872, 21618, 1827, 9, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-03 11:31:04', '2024-07-03 11:31:04', '2024-07-03 12:32:03'),
(21168, 1798, 21597, 1605, 5, NULL, 227.00, 231.54, 2, 2, 'manual_sell', '2024-07-03 11:44:53', '2024-07-03 11:44:53', '2024-07-03 12:45:05'),
(21169, 1850, 21527, 2999, 5, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 12:05:40', '2024-07-03 12:05:40', '2024-07-03 13:06:03'),
(21170, 1850, 21528, 1738, 5, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 12:06:01', '2024-07-03 12:06:01', '2024-07-03 13:06:03'),
(21171, 1798, 21619, 3934, 5, NULL, 22.00, 22.44, 14, 2, 'manual_sell', '2024-07-03 12:32:42', '2024-07-03 12:32:42', '2024-07-03 13:33:03'),
(21172, 1798, 21597, 1605, 3, NULL, 227.00, 231.54, 2, 2, 'manual_sell', '2024-07-03 13:01:35', '2024-07-03 13:01:35', '2024-07-03 14:02:03'),
(21173, 1850, 21527, 2999, 1, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 13:10:22', '2024-07-03 13:10:22', '2024-07-03 14:11:03'),
(21174, 1850, 21528, 1738, 1, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 13:10:49', '2024-07-03 13:10:49', '2024-07-03 14:11:03'),
(21175, 1798, 21619, 3934, 9, NULL, 22.00, 22.44, 14, 2, 'manual_sell', '2024-07-03 13:46:59', '2024-07-03 13:46:59', '2024-07-03 14:47:03'),
(21176, 1798, 21597, 1605, 9, NULL, 227.00, 231.54, 2, 2, 'manual_sell', '2024-07-03 14:31:27', '2024-07-03 14:31:27', '2024-07-03 15:32:03'),
(21177, 1850, 21527, 2999, 5, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 14:55:40', '2024-07-03 14:55:40', '2024-07-03 15:56:02'),
(21178, 1850, 21528, 1738, 5, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 14:56:08', '2024-07-03 14:56:08', '2024-07-03 15:57:03'),
(21179, 1798, 21619, 3934, 1, NULL, 22.00, 22.44, 14, 2, 'manual_sell', '2024-07-03 15:07:28', '2024-07-03 15:07:28', '2024-07-03 16:08:03'),
(21180, 1798, 21597, 1605, 5, NULL, 227.00, 231.54, 2, 2, 'manual_sell', '2024-07-03 15:37:26', '2024-07-03 15:37:26', '2024-07-03 16:38:03'),
(21181, 1850, 21527, 2999, 5, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 16:04:09', '2024-07-03 16:04:09', '2024-07-03 17:05:07'),
(21182, 1850, 21528, 1738, 5, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 16:04:33', '2024-07-03 16:04:33', '2024-07-03 17:05:07'),
(21183, 1876, 21620, 3621, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-03 16:05:52', '2024-07-03 16:05:52', '2024-07-03 17:06:03'),
(21184, 1876, 21621, 4968, 5, NULL, 16.50, 16.83, 2, 2, 'manual_sell', '2024-07-03 16:06:33', '2024-07-03 16:06:33', '2024-07-03 17:07:03'),
(21185, 1798, 21619, 3934, 5, NULL, 22.00, 22.44, 14, 2, 'manual_sell', '2024-07-03 16:12:56', '2024-07-03 16:12:56', '2024-07-03 17:13:03'),
(21186, 1850, 21527, 2999, 3, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 17:08:32', '2024-07-03 17:08:32', '2024-07-03 18:09:03'),
(21187, 1850, 21528, 1738, 3, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 17:08:54', '2024-07-03 17:08:54', '2024-07-03 18:09:03'),
(21188, 1876, 21620, 3621, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-03 17:35:36', '2024-07-03 17:35:36', '2024-07-03 18:36:03'),
(21189, 1876, 21621, 4968, 5, NULL, 16.50, 16.83, 2, 2, 'manual_sell', '2024-07-03 17:36:31', '2024-07-03 17:36:31', '2024-07-03 18:37:03'),
(21190, 1798, 21619, 3934, 5, NULL, 22.00, 22.44, 14, 2, 'manual_sell', '2024-07-03 18:17:29', '2024-07-03 18:17:29', '2024-07-03 19:18:02'),
(21191, 1798, 21597, 1605, 5, NULL, 227.00, 231.54, 2, 2, 'manual_sell', '2024-07-03 18:18:49', '2024-07-03 18:18:49', '2024-07-03 19:19:03'),
(21192, 1850, 21527, 2999, 5, NULL, 101.00, 103.00, 3, 2, 'manual_sell', '2024-07-03 18:28:44', '2024-07-03 18:28:44', '2024-07-03 19:29:02'),
(21193, 1850, 21528, 1738, 5, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 18:29:10', '2024-07-03 18:29:10', '2024-07-03 19:30:06'),
(21194, 1876, 21620, 3621, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-03 18:40:19', '2024-07-03 18:40:19', '2024-07-03 19:41:02'),
(21195, 1876, 21621, 4968, 5, NULL, 16.50, 16.83, 2, 2, 'manual_sell', '2024-07-03 18:40:54', '2024-07-03 18:40:54', '2024-07-03 19:41:03'),
(21196, 1798, 21619, 3934, 5, NULL, 22.00, 22.22, 14, 1, 'manual_sell', '2024-07-03 19:30:55', '2024-07-03 19:30:55', '2024-07-03 20:31:03'),
(21197, 1798, 21597, 1605, 5, NULL, 227.00, 229.27, 2, 1, 'manual_sell', '2024-07-03 19:32:37', '2024-07-03 19:32:37', '2024-07-03 20:33:03'),
(21198, 1850, 21527, 2999, 1, NULL, 101.00, 103.00, 3, 2, 'manual_sell', '2024-07-03 19:45:51', '2024-07-03 19:45:51', '2024-07-03 20:46:03'),
(21199, 1850, 21528, 1738, 1, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 19:46:16', '2024-07-03 19:46:16', '2024-07-03 20:47:03'),
(21200, 1876, 21620, 3621, 1, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-03 19:51:05', '2024-07-03 19:51:05', '2024-07-03 20:52:02'),
(21201, 1876, 21621, 4968, 1, NULL, 16.50, 16.82, 2, 2, 'manual_sell', '2024-07-03 19:51:44', '2024-07-03 19:51:44', '2024-07-03 20:52:02'),
(21202, 1876, 21620, 3621, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-03 20:56:00', '2024-07-03 20:56:00', '2024-07-03 21:56:03'),
(21203, 1876, 21621, 4968, 5, NULL, 16.50, 16.82, 2, 2, 'manual_sell', '2024-07-03 20:57:12', '2024-07-03 20:57:12', '2024-07-03 21:58:02'),
(21204, 1850, 21527, 2999, 5, NULL, 101.00, 103.02, 3, 2, 'manual_sell', '2024-07-03 22:25:17', '2024-07-03 22:25:17', '2024-07-03 23:26:02'),
(21205, 1850, 21528, 1738, 5, NULL, 1.50, 1.53, 10, 2, 'manual_sell', '2024-07-03 22:25:41', '2024-07-03 22:25:41', '2024-07-03 23:26:02'),
(21206, 1886, 21622, 3987, 5, NULL, 31.00, 31.62, 6, 2, 'manual_sell', '2024-07-03 22:49:10', '2024-07-03 22:49:10', '2024-07-03 23:50:05'),
(21207, 1886, 21623, 3267, 5, NULL, 3.00, 3.06, 7, 2, 'manual_sell', '2024-07-03 22:50:00', '2024-07-03 22:50:00', '2024-07-03 23:50:05'),
(21208, 1886, 21624, 4229, 5, NULL, 1.00, 1.02, 1, 2, 'manual_sell', '2024-07-03 22:51:55', '2024-07-03 22:51:55', '2024-07-03 23:52:03'),
(21209, 1850, 21527, 2999, 5, NULL, 101.00, 102.01, 3, 1, 'manual_sell', '2024-07-03 23:31:46', '2024-07-03 23:31:46', '2024-07-04 00:32:04'),
(21210, 1850, 21528, 1738, 5, NULL, 1.50, 1.52, 10, 2, 'manual_sell', '2024-07-03 23:32:37', '2024-07-03 23:32:37', '2024-07-04 00:33:02'),
(21211, 1886, 21622, 3987, 5, NULL, 31.00, 31.31, 6, 1, 'manual_sell', '2024-07-03 23:52:14', '2024-07-03 23:52:14', '2024-07-04 00:53:03'),
(21212, 1886, 21623, 3267, 5, NULL, 3.00, 3.03, 7, 1, 'manual_sell', '2024-07-03 23:54:02', '2024-07-03 23:54:02', '2024-07-04 00:54:03'),
(21213, 1886, 21624, 4229, 5, NULL, 1.00, 1.01, 1, 1, 'manual_sell', '2024-07-03 23:54:43', '2024-07-03 23:54:43', '2024-07-04 00:55:05'),
(21214, 1850, 21528, 1738, 5, NULL, 1.50, 1.51, 10, 1, 'manual_sell', '2024-07-04 02:44:26', '2024-07-04 02:44:26', '2024-07-04 03:45:05'),
(21215, 1876, 21620, 3621, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-04 03:32:05', '2024-07-04 03:32:05', '2024-07-04 04:33:04'),
(21216, 1876, 21621, 4968, 5, NULL, 16.50, 15.82, 2, 1, 'manual_sell', '2024-07-04 03:32:43', '2024-07-04 03:32:43', '2024-07-04 04:33:04'),
(21217, 1876, 21620, 3621, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-04 04:40:27', '2024-07-04 04:40:27', '2024-07-04 05:41:03'),
(21218, 1876, 21620, 3621, 3, NULL, 101.00, 104.00, 1, 2, 'manual_sell', '2024-07-04 06:30:37', '2024-07-04 06:30:37', '2024-07-04 07:31:03'),
(21219, 1876, 21620, 3621, 3, NULL, 101.00, 103.20, 1, 2, 'manual_sell', '2024-07-04 09:48:41', '2024-07-04 09:48:41', '2024-07-04 10:49:03'),
(21220, 1881, 21625, 5021, 9, 21, 307.01, 311.62, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:03'),
(21221, 1881, 21626, 2572, 1, 21, 21.21, 21.53, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:03'),
(21222, 1881, 21627, 1280, 9, 21, 20.89, 21.20, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:03'),
(21223, 1881, 21628, 4374, 9, 21, 9.08, 9.22, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:03'),
(21224, 1881, 21629, 3688, 6, 21, 57.65, 58.51, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:03'),
(21225, 1881, 21630, 4221, 3, 21, 20.59, 20.90, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:03'),
(21226, 1881, 21631, 5277, 1, 21, 208.28, 211.40, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:03'),
(21227, 1881, 21632, 2944, 9, 21, 18.10, 18.37, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:04'),
(21228, 1881, 21633, 4875, 1, 21, 9.15, 9.29, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:04'),
(21229, 1881, 21634, 5826, 1, 21, 6.06, 6.15, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:04'),
(21230, 1881, 21635, 2383, 1, 21, 23.35, 23.70, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:04'),
(21231, 1881, 21636, 561, 6, 21, 40.40, 41.01, 1, 1, 'ai_sell', '2024-07-04 11:07:05', '2024-07-04 11:07:05', '2024-07-04 12:08:04'),
(21232, 1881, 21637, 6031, 6, 21, 4.11, 4.17, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21233, 1881, 21638, 1411, 9, 21, 7.07, 7.18, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21234, 1881, 21639, 3697, 6, 21, 34.93, 35.45, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21235, 1881, 21640, 1218, 9, 21, 71.26, 72.33, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21236, 1881, 21641, 4563, 1, 21, 601.79, 610.82, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21237, 1881, 21642, 3852, 6, 21, 5.09, 5.17, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21238, 1881, 21643, 775, 1, 21, 7.42, 7.53, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21239, 1881, 21644, 6049, 1, 21, 10.50, 10.66, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21240, 1881, 21645, 2088, 9, 21, 15.90, 16.14, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:04'),
(21241, 1881, 21646, 2557, 3, 21, 4.25, 4.31, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21242, 1881, 21647, 3746, 1, 21, 39.63, 40.22, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21243, 1881, 21648, 427, 3, 21, 31.49, 31.96, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21244, 1881, 21649, 3320, 3, 21, 80.79, 82.00, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21245, 1881, 21650, 5266, 3, 21, 202.94, 205.98, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21246, 1881, 21651, 2515, 6, 21, 83.69, 84.95, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21247, 1881, 21652, 4028, 9, 21, 21.12, 21.44, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21248, 1881, 21653, 3278, 1, 21, 154.02, 156.33, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21249, 1881, 21654, 5675, 6, 21, 5610.00, 5694.15, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21250, 1881, 21655, 5380, 3, 21, 31.42, 31.89, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21251, 1881, 21656, 1958, 9, 21, 11.85, 12.03, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21252, 1881, 21657, 3482, 6, 21, 5.25, 5.33, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21253, 1881, 21658, 3565, 6, 21, 1060.00, 1075.90, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21254, 1881, 21659, 5306, 3, 21, 412.00, 418.18, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21255, 1881, 21660, 2445, 9, 21, 206.00, 209.09, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:05'),
(21256, 1881, 21661, 6037, 1, 21, 8.49, 8.62, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21257, 1881, 21662, 4512, 3, 21, 54.59, 55.41, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21258, 1881, 21663, 4902, 3, 21, 2.36, 2.40, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21259, 1881, 21664, 158, 3, 21, 47.08, 47.79, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21260, 1881, 21665, 784, 3, 21, 39.65, 40.24, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21261, 1881, 21666, 3671, 6, 21, 18.53, 18.81, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21262, 1881, 21667, 2859, 6, 21, 45.89, 46.58, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21263, 1881, 21668, 2382, 9, 21, 409.94, 416.09, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21264, 1881, 21669, 3547, 6, 21, 52.99, 53.78, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21265, 1881, 21670, 2139, 6, 21, 51.51, 52.28, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21266, 1881, 21671, 4591, 1, 21, 16.47, 16.72, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21267, 1881, 21672, 5247, 6, 21, 27.04, 27.45, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21268, 1881, 21673, 5815, 9, 21, 15.30, 15.53, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21269, 1881, 21674, 3428, 3, 21, 265.74, 269.73, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:06'),
(21270, 1881, 21675, 141, 6, 21, 6.18, 6.27, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:07'),
(21271, 1881, 21676, 384, 9, 21, 103.71, 105.27, 1, 1, 'ai_sell', '2024-07-04 11:07:06', '2024-07-04 11:07:06', '2024-07-04 12:08:07'),
(21272, 1881, 21677, 2276, 1, 21, 64.00, 64.96, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21273, 1881, 21678, 1274, 3, 21, 3.28, 3.33, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21274, 1881, 21679, 1320, 6, 21, 75.18, 76.31, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21275, 1881, 21680, 2684, 3, 21, 20.69, 21.00, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21276, 1881, 21681, 2658, 1, 21, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21277, 1881, 21682, 1880, 6, 21, 125.55, 127.43, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21278, 1881, 21683, 3452, 3, 21, 3.80, 3.86, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21279, 1881, 21684, 1155, 3, 21, 65.65, 66.63, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21280, 1881, 21685, 1361, 6, 21, 76.70, 77.85, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21281, 1881, 21686, 5819, 6, 21, 5.90, 5.99, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21282, 1881, 21687, 81, 9, 21, 4.20, 4.26, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21283, 1881, 21688, 3674, 9, 21, 9.26, 9.40, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21284, 1881, 21689, 3533, 3, 21, 2.44, 2.48, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21285, 1881, 21690, 143, 6, 21, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21286, 1881, 21691, 1894, 9, 21, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-04 11:07:07', '2024-07-04 11:07:07', '2024-07-04 12:08:07'),
(21287, 1876, 21620, 3621, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-04 11:51:23', '2024-07-04 11:51:23', '2024-07-04 12:52:04'),
(21288, 1872, 21692, 289, 1, 22, 74.87, 75.54, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:02'),
(21289, 1872, 21693, 3135, 6, 22, 301.78, 304.50, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:02'),
(21290, 1872, 21694, 297, 6, 22, 43.88, 44.27, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:02'),
(21291, 1872, 21695, 1939, 1, 22, 12.21, 12.32, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21292, 1872, 21696, 4063, 1, 22, 17.38, 17.54, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21293, 1872, 21697, 1474, 1, 22, 102.82, 103.75, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21294, 1872, 21698, 1054, 9, 22, 22.62, 22.82, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21295, 1872, 21699, 2615, 9, 22, 20.39, 20.57, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21296, 1872, 21700, 3792, 9, 22, 241.49, 243.66, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21297, 1872, 21701, 5695, 1, 22, 59.31, 59.84, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21298, 1872, 21702, 2099, 9, 22, 20.48, 20.66, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21299, 1872, 21703, 5801, 6, 22, 25.99, 26.22, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21300, 1872, 21704, 1896, 9, 22, 52.27, 52.74, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21301, 1872, 21705, 3272, 3, 22, 46.45, 46.87, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21302, 1872, 21706, 4090, 3, 22, 9.08, 9.16, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21303, 1872, 21707, 1691, 1, 22, 5.44, 5.49, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21304, 1872, 21708, 1637, 6, 22, 5.04, 5.09, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21305, 1872, 21709, 1740, 9, 22, 3.09, 3.12, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21306, 1872, 21710, 1827, 3, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-04 12:43:04', '2024-07-04 12:43:04', '2024-07-04 13:44:03'),
(21307, 1876, 21620, 3621, 5, NULL, 101.00, 102.81, 1, 2, 'manual_sell', '2024-07-04 13:37:40', '2024-07-04 13:37:40', '2024-07-04 14:38:02'),
(21308, 1876, 21620, 3621, 5, NULL, 101.00, 102.50, 1, 2, 'manual_sell', '2024-07-04 16:14:33', '2024-07-04 16:14:33', '2024-07-04 17:15:05'),
(21309, 1876, 21620, 3621, 5, NULL, 101.00, 102.50, 1, 2, 'manual_sell', '2024-07-04 17:36:22', '2024-07-04 17:36:22', '2024-07-04 18:37:02'),
(21310, 1876, 21620, 3621, 5, NULL, 101.00, 102.40, 1, 2, 'manual_sell', '2024-07-04 18:54:03', '2024-07-04 18:54:03', '2024-07-04 19:55:05'),
(21311, 1798, 21711, 5148, 5, NULL, 600.00, 612.00, 1, 2, 'manual_sell', '2024-07-04 21:06:48', '2024-07-04 21:06:48', '2024-07-04 22:07:02'),
(21312, 1798, 21712, 1749, 5, NULL, 99.00, 100.98, 1, 2, 'manual_sell', '2024-07-04 21:14:20', '2024-07-04 21:14:20', '2024-07-04 22:15:04'),
(21313, 1798, 21713, 3343, 5, NULL, 21.00, 21.42, 1, 2, 'manual_sell', '2024-07-04 21:24:09', '2024-07-04 21:24:09', '2024-07-04 22:25:04'),
(21314, 1798, 21714, 3762, 5, NULL, 50.00, 51.00, 1, 2, 'manual_sell', '2024-07-04 21:29:09', '2024-07-04 21:29:09', '2024-07-04 22:30:04'),
(21315, 1798, 21711, 5148, 5, NULL, 600.00, 606.00, 1, 1, 'manual_sell', '2024-07-04 22:08:27', '2024-07-04 22:08:27', '2024-07-04 23:09:02'),
(21316, 1798, 21712, 1749, 5, NULL, 99.00, 99.99, 1, 1, 'manual_sell', '2024-07-04 22:16:36', '2024-07-04 22:16:36', '2024-07-04 23:17:02'),
(21317, 1798, 21713, 3343, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-07-04 22:27:06', '2024-07-04 22:27:06', '2024-07-04 23:28:02'),
(21318, 1798, 21714, 3762, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-07-04 22:34:19', '2024-07-04 22:34:19', '2024-07-04 23:35:03'),
(21319, 1876, 21620, 3621, 5, NULL, 101.00, 102.00, 1, 1, 'manual_sell', '2024-07-05 00:26:47', '2024-07-05 00:26:47', '2024-07-05 01:27:03'),
(21320, 1886, 21715, 48, 5, NULL, 21.00, 21.21, 10, 1, 'manual_sell', '2024-07-05 01:00:31', '2024-07-05 01:00:31', '2024-07-05 02:01:04'),
(21321, 1850, 21716, 923, 5, NULL, 21.00, 21.42, 12, 2, 'manual_sell', '2024-07-05 05:15:34', '2024-07-05 05:15:34', '2024-07-05 06:16:03'),
(21322, 1850, 21717, 2448, 5, NULL, 6.10, 6.22, 5, 2, 'manual_sell', '2024-07-05 05:16:10', '2024-07-05 05:16:10', '2024-07-05 06:17:03'),
(21323, 1850, 21718, 2145, 5, NULL, 19.60, 19.99, 2, 2, 'manual_sell', '2024-07-05 05:16:51', '2024-07-05 05:16:51', '2024-07-05 06:17:03'),
(21324, 1876, 21719, 3957, 5, NULL, 32.00, 32.64, 1, 2, 'manual_sell', '2024-07-05 05:40:16', '2024-07-05 05:40:16', '2024-07-05 06:41:03'),
(21325, 1850, 21716, 923, 5, NULL, 21.00, 21.21, 12, 1, 'manual_sell', '2024-07-05 06:19:24', '2024-07-05 06:19:24', '2024-07-05 07:20:05'),
(21326, 1850, 21717, 2448, 5, NULL, 6.10, 6.16, 5, 1, 'manual_sell', '2024-07-05 06:20:04', '2024-07-05 06:20:04', '2024-07-05 07:20:05'),
(21327, 1850, 21718, 2145, 5, NULL, 19.60, 19.79, 2, 1, 'manual_sell', '2024-07-05 06:21:04', '2024-07-05 06:21:04', '2024-07-05 07:22:04'),
(21328, 1876, 21719, 3957, 5, NULL, 32.00, 32.48, 1, 2, 'manual_sell', '2024-07-05 07:07:01', '2024-07-05 07:07:01', '2024-07-05 08:07:03'),
(21329, 1876, 21719, 3957, 5, NULL, 32.00, 32.44, 1, 2, 'manual_sell', '2024-07-05 09:51:50', '2024-07-05 09:51:50', '2024-07-05 10:52:04'),
(21330, 1876, 21719, 3957, 5, NULL, 32.00, 32.38, 1, 2, 'manual_sell', '2024-07-05 11:48:08', '2024-07-05 11:48:08', '2024-07-05 12:49:02'),
(21331, 1881, 21720, 798, 9, 21, 16.47, 16.72, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21332, 1881, 21721, 4417, 9, 21, 27.26, 27.67, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21333, 1881, 21722, 5419, 9, 21, 20.98, 21.29, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21334, 1881, 21723, 1654, 9, 21, 31.61, 32.08, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21335, 1881, 21724, 4334, 1, 21, 9.54, 9.68, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21336, 1881, 21725, 2405, 1, 21, 149.35, 151.59, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21337, 1881, 21726, 4708, 1, 21, 15.97, 16.21, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21338, 1881, 21727, 4207, 6, 21, 8080.00, 8201.20, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21339, 1881, 21728, 5987, 6, 21, 21.69, 22.02, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21340, 1881, 21729, 5786, 6, 21, 12.56, 12.75, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21341, 1881, 21730, 64, 9, 21, 8.48, 8.61, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21342, 1881, 21731, 3666, 3, 21, 8.36, 8.49, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21343, 1881, 21732, 5388, 1, 21, 20.19, 20.49, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21344, 1881, 21733, 6176, 3, 21, 20.93, 21.24, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21345, 1881, 21734, 4967, 1, 21, 224.40, 227.77, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21346, 1881, 21735, 2288, 3, 21, 49.49, 50.23, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21347, 1881, 21736, 2091, 3, 21, 4.30, 4.36, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21348, 1881, 21737, 5909, 9, 21, 63.00, 63.95, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21349, 1881, 21738, 4445, 1, 21, 27.97, 28.39, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21350, 1881, 21739, 1757, 6, 21, 75.75, 76.89, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21351, 1881, 21740, 5703, 6, 21, 203.00, 206.05, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21352, 1881, 21741, 910, 1, 21, 7.30, 7.41, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21353, 1881, 21742, 1742, 3, 21, 34.34, 34.86, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21354, 1881, 21743, 167, 3, 21, 27.92, 28.34, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21355, 1881, 21744, 3748, 9, 21, 50.68, 51.44, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21356, 1881, 21745, 4235, 1, 21, 93.39, 94.79, 1, 1, 'ai_sell', '2024-07-05 12:19:06', '2024-07-05 12:19:06', '2024-07-05 13:20:05'),
(21357, 1881, 21746, 2142, 3, 21, 10.59, 10.75, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:05'),
(21358, 1881, 21747, 2291, 3, 21, 175.10, 177.73, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:05'),
(21359, 1881, 21748, 2215, 9, 21, 42.01, 42.64, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:05'),
(21360, 1881, 21749, 902, 6, 21, 197.59, 200.55, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:05'),
(21361, 1881, 21750, 2382, 9, 21, 421.88, 428.21, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:06'),
(21362, 1881, 21751, 5273, 9, 21, 310.13, 314.78, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:06'),
(21363, 1881, 21752, 3575, 3, 21, 8.67, 8.80, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:06'),
(21364, 1881, 21753, 4505, 9, 21, 97.85, 99.32, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:06'),
(21365, 1881, 21754, 2651, 3, 21, 16.31, 16.55, 1, 1, 'ai_sell', '2024-07-05 12:19:07', '2024-07-05 12:19:07', '2024-07-05 13:20:06'),
(21366, 1881, 21755, 4271, 1, 21, 136.74, 138.79, 1, 1, 'ai_sell', '2024-07-05 12:20:05', '2024-07-05 12:20:05', '2024-07-05 13:20:06'),
(21367, 1881, 21756, 1467, 1, 21, 13.09, 13.29, 1, 1, 'ai_sell', '2024-07-05 12:20:05', '2024-07-05 12:20:05', '2024-07-05 13:20:06'),
(21368, 1881, 21757, 6140, 1, 21, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-05 12:20:05', '2024-07-05 12:20:05', '2024-07-05 13:20:06'),
(21369, 1881, 21758, 1988, 9, 21, 6.29, 6.38, 1, 1, 'ai_sell', '2024-07-05 12:20:05', '2024-07-05 12:20:05', '2024-07-05 13:20:06'),
(21370, 1881, 21759, 1793, 3, 21, 3.09, 3.14, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:02'),
(21371, 1881, 21760, 576, 6, 21, 39.78, 40.38, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:02'),
(21372, 1881, 21761, 702, 9, 21, 27.35, 27.76, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21373, 1881, 21762, 5783, 9, 21, 26.22, 26.61, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21374, 1881, 21763, 3992, 9, 21, 70.04, 71.09, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21375, 1881, 21764, 2496, 3, 21, 110.69, 112.35, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21376, 1881, 21765, 5678, 9, 21, 51.50, 52.27, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21377, 1881, 21766, 2823, 9, 21, 26.49, 26.89, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21378, 1881, 21767, 1586, 9, 21, 79.67, 80.87, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21379, 1881, 21768, 4196, 3, 21, 14.23, 14.44, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21380, 1881, 21769, 6031, 6, 21, 4.00, 4.06, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21381, 1881, 21770, 2886, 6, 21, 14.55, 14.77, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21382, 1881, 21771, 2889, 6, 21, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21383, 1881, 21772, 3327, 9, 21, 2.47, 2.51, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21384, 1881, 21773, 4524, 3, 21, 10.17, 10.32, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21385, 1881, 21774, 4035, 3, 21, 2.00, 2.03, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21386, 1881, 21775, 1827, 9, 21, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21387, 1881, 21776, 734, 3, 21, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-05 12:20:06', '2024-07-05 12:20:06', '2024-07-05 13:21:03'),
(21388, 1876, 21719, 3957, 5, NULL, 32.00, 32.38, 1, 2, 'manual_sell', '2024-07-05 13:05:27', '2024-07-05 13:05:27', '2024-07-05 14:06:02'),
(21389, 1872, 21777, 1051, 1, 22, 61.80, 62.36, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:02'),
(21390, 1872, 21778, 1605, 9, 22, 229.26, 231.32, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:02'),
(21391, 1872, 21779, 4508, 6, 22, 42.50, 42.88, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:02'),
(21392, 1872, 21780, 2866, 6, 22, 5.76, 5.81, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:02'),
(21393, 1872, 21781, 3180, 3, 22, 12.11, 12.22, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:02'),
(21394, 1872, 21782, 2494, 1, 22, 52.44, 52.91, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:02'),
(21395, 1872, 21783, 4713, 9, 22, 3.38, 3.41, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:02'),
(21396, 1872, 21784, 2649, 1, 22, 6.83, 6.89, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21397, 1872, 21785, 2134, 9, 22, 37.07, 37.40, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21398, 1872, 21786, 4507, 9, 22, 42.92, 43.31, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21399, 1872, 21787, 1084, 3, 22, 10.59, 10.69, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21400, 1872, 21788, 65, 6, 22, 29.29, 29.55, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21401, 1872, 21789, 2784, 6, 22, 14.31, 14.44, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21402, 1872, 21790, 2673, 6, 22, 16.88, 17.03, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21403, 1872, 21791, 1248, 6, 22, 29.47, 29.74, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21404, 1872, 21792, 536, 1, 22, 13.53, 13.65, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21405, 1872, 21793, 597, 1, 22, 3.18, 3.21, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21406, 1872, 21794, 5876, 6, 22, 68.33, 68.94, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21407, 1872, 21795, 398, 3, 22, 15.89, 16.03, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21408, 1872, 21796, 3708, 6, 22, 21.83, 22.03, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21409, 1872, 21797, 2898, 6, 22, 134.92, 136.13, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21410, 1872, 21798, 4589, 3, 22, 10.50, 10.59, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21411, 1872, 21799, 5145, 1, 22, 43.05, 43.44, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21412, 1872, 21800, 238, 3, 22, 16.48, 16.63, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21413, 1872, 21801, 5027, 3, 22, 9.53, 9.62, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21414, 1872, 21802, 1875, 1, 22, 53.52, 54.00, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:03'),
(21415, 1872, 21803, 3096, 9, 22, 32.95, 33.25, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:04'),
(21416, 1872, 21804, 2278, 9, 22, 47.25, 47.68, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:04'),
(21417, 1872, 21805, 3450, 3, 22, 5.30, 5.35, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:04'),
(21418, 1872, 21806, 620, 6, 22, 3.12, 3.15, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:04'),
(21419, 1872, 21807, 1811, 9, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:04'),
(21420, 1872, 21808, 1827, 9, 22, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-05 13:55:05', '2024-07-05 13:55:05', '2024-07-05 14:56:04'),
(21421, 1876, 21719, 3957, 5, NULL, 32.00, 32.32, 1, 1, 'manual_sell', '2024-07-05 14:16:08', '2024-07-05 14:16:08', '2024-07-05 15:17:03'),
(21422, 1886, 21809, 3221, 9, NULL, 21.00, 21.42, 10, 2, 'manual_sell', '2024-07-06 02:07:13', '2024-07-06 02:07:13', '2024-07-06 03:08:03'),
(21423, 1886, 21810, 624, 9, NULL, 2.00, 2.02, 1, 2, 'manual_sell', '2024-07-06 02:09:00', '2024-07-06 02:09:00', '2024-07-06 03:09:03'),
(21424, 1876, 21811, 1785, 1, NULL, 49.50, 50.10, 2, 2, 'manual_sell', '2024-07-06 02:32:09', '2024-07-06 02:32:09', '2024-07-06 03:33:03'),
(21425, 1886, 21809, 3221, 5, NULL, 21.00, 21.21, 10, 1, 'manual_sell', '2024-07-06 03:09:21', '2024-07-06 03:09:21', '2024-07-06 04:10:04'),
(21426, 1886, 21810, 624, 5, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-07-06 03:10:05', '2024-07-06 03:10:05', '2024-07-06 04:11:03'),
(21427, 1876, 21811, 1785, 5, NULL, 49.50, 49.99, 2, 1, 'manual_sell', '2024-07-06 03:49:01', '2024-07-06 03:49:01', '2024-07-06 04:49:03'),
(21428, 1798, 21812, 1025, 5, NULL, 301.00, 307.02, 2, 2, 'manual_sell', '2024-07-06 04:25:19', '2024-07-06 04:25:19', '2024-07-06 05:26:02'),
(21429, 1798, 21813, 1600, 5, NULL, 176.00, 179.52, 1, 2, 'manual_sell', '2024-07-06 04:27:04', '2024-07-06 04:27:04', '2024-07-06 05:28:02'),
(21430, 1798, 21812, 1025, 5, NULL, 301.00, 304.01, 2, 1, 'manual_sell', '2024-07-06 05:28:00', '2024-07-06 05:28:00', '2024-07-06 06:28:02'),
(21431, 1798, 21813, 1600, 5, NULL, 176.00, 177.76, 1, 1, 'manual_sell', '2024-07-06 05:30:18', '2024-07-06 05:30:18', '2024-07-06 06:31:03'),
(21432, 1850, 21814, 1030, 5, NULL, 26.00, 26.26, 10, 1, 'manual_sell', '2024-07-06 08:05:05', '2024-07-06 08:05:05', '2024-07-06 09:06:03'),
(21433, 1850, 21815, 2458, 5, NULL, 16.20, 16.36, 4, 1, 'manual_sell', '2024-07-06 08:06:02', '2024-07-06 08:06:02', '2024-07-06 09:06:03'),
(21434, 1881, 21816, 5462, 6, 21, 27.29, 27.70, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21435, 1881, 21817, 1921, 1, 21, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21436, 1881, 21818, 5953, 9, 21, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21437, 1881, 21819, 2469, 1, 21, 157.19, 159.55, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21438, 1881, 21820, 6063, 6, 21, 12.24, 12.42, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21439, 1881, 21821, 6167, 6, 21, 10.98, 11.14, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21440, 1881, 21822, 301, 3, 21, 9.29, 9.43, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21441, 1881, 21823, 4562, 3, 21, 4.13, 4.19, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21442, 1881, 21824, 3767, 6, 21, 460.95, 467.86, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21443, 1881, 21825, 4686, 9, 21, 1359.87, 1380.27, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:02'),
(21444, 1881, 21826, 4636, 3, 21, 22.25, 22.58, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21445, 1881, 21827, 468, 9, 21, 140.75, 142.86, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21446, 1881, 21828, 184, 1, 21, 17.64, 17.90, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21447, 1881, 21829, 2421, 6, 21, 714.00, 724.71, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21448, 1881, 21830, 4697, 9, 21, 2678.00, 2718.17, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21449, 1881, 21831, 1925, 3, 21, 117.42, 119.18, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21450, 1881, 21832, 4633, 6, 21, 404.00, 410.06, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21451, 1881, 21833, 5472, 3, 21, 48.71, 49.44, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21452, 1881, 21834, 882, 1, 21, 209.99, 213.14, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21453, 1881, 21835, 5414, 1, 21, 41.05, 41.67, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21454, 1881, 21836, 3397, 1, 21, 131.25, 133.22, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21455, 1881, 21837, 2017, 6, 21, 189.28, 192.12, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21456, 1881, 21838, 3860, 1, 21, 24.19, 24.55, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21457, 1881, 21839, 3630, 3, 21, 404.00, 410.06, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21458, 1881, 21840, 4148, 6, 21, 344.24, 349.40, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(21459, 1881, 21841, 2180, 6, 21, 14.28, 14.49, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21460, 1881, 21842, 562, 6, 21, 3669.75, 3724.80, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21461, 1881, 21843, 5928, 9, 21, 4.87, 4.94, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21462, 1881, 21844, 3139, 9, 21, 39.84, 40.44, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21463, 1881, 21845, 1569, 1, 21, 88.40, 89.73, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21464, 1881, 21846, 2458, 6, 21, 16.32, 16.56, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21465, 1881, 21847, 2524, 9, 21, 13.32, 13.52, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:03'),
(21466, 1881, 21848, 130, 1, 21, 37.92, 38.49, 1, 1, 'ai_sell', '2024-07-06 13:32:06', '2024-07-06 13:32:06', '2024-07-06 14:33:04'),
(21467, 1872, 21849, 5501, 3, 22, 728.00, 734.55, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:03'),
(21468, 1872, 21850, 1579, 9, 22, 16.35, 16.50, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21469, 1872, 21851, 2448, 1, 22, 6.30, 6.36, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21470, 1872, 21852, 6171, 3, 22, 16.57, 16.72, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21471, 1872, 21853, 823, 9, 22, 12.17, 12.28, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21472, 1872, 21854, 263, 3, 22, 6.16, 6.22, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21473, 1872, 21855, 5466, 9, 22, 22.04, 22.24, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21474, 1872, 21856, 1880, 9, 22, 121.93, 123.03, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21475, 1872, 21857, 458, 6, 22, 83.99, 84.75, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21476, 1872, 21858, 2389, 1, 22, 26.87, 27.11, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:05'),
(21477, 1872, 21859, 361, 6, 22, 19.34, 19.51, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:06'),
(21478, 1872, 21860, 2142, 3, 22, 10.19, 10.28, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:06'),
(21479, 1872, 21861, 2210, 6, 22, 7.35, 7.42, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:06'),
(21480, 1872, 21862, 3326, 6, 22, 6.00, 6.05, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:06'),
(21481, 1872, 21863, 803, 1, 22, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:06'),
(21482, 1872, 21864, 1811, 1, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:06'),
(21483, 1872, 21865, 949, 3, 22, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-06 15:08:03', '2024-07-06 15:08:03', '2024-07-06 16:09:06'),
(21484, 1876, 21866, 4684, 5, NULL, 35.10, 35.45, 1, 1, 'manual_sell', '2024-07-06 18:07:39', '2024-07-06 18:07:39', '2024-07-06 19:08:03'),
(21485, 1886, 21867, 4180, 5, NULL, 41.00, 41.41, 5, 1, 'manual_sell', '2024-07-07 04:18:55', '2024-07-07 04:18:55', '2024-07-07 05:19:02'),
(21486, 1886, 21868, 963, 5, NULL, 3.00, 3.03, 3, 1, 'manual_sell', '2024-07-07 04:19:35', '2024-07-07 04:19:35', '2024-07-07 05:20:03'),
(21487, 1798, 21870, 3111, 5, NULL, 251.00, 253.51, 2, 1, 'manual_sell', '2024-07-07 07:36:25', '2024-07-07 07:36:25', '2024-07-07 08:37:03'),
(21488, 1798, 21871, 5996, 5, NULL, 151.00, 152.51, 1, 1, 'manual_sell', '2024-07-07 07:37:39', '2024-07-07 07:37:39', '2024-07-07 08:38:02'),
(21489, 1798, 21872, 6153, 5, NULL, 33.00, 33.33, 1, 1, 'manual_sell', '2024-07-07 07:38:44', '2024-07-07 07:38:44', '2024-07-07 08:39:02'),
(21490, 1798, 21873, 4709, 5, NULL, 50.00, 50.50, 2, 1, 'manual_sell', '2024-07-07 07:39:37', '2024-07-07 07:39:37', '2024-07-07 08:40:04'),
(21491, 1850, 21874, 359, 5, NULL, 131.00, 132.31, 2, 1, 'manual_sell', '2024-07-07 09:30:14', '2024-07-07 09:30:14', '2024-07-07 10:31:02'),
(21492, 1850, 21875, 3061, 5, NULL, 13.10, 13.23, 5, 1, 'manual_sell', '2024-07-07 09:31:24', '2024-07-07 09:31:24', '2024-07-07 10:32:02'),
(21493, 1876, 21869, 4709, 5, NULL, 50.00, 50.50, 2, 1, 'manual_sell', '2024-07-07 09:42:59', '2024-07-07 09:42:59', '2024-07-07 10:43:02'),
(21494, 1881, 21876, 2479, 3, 21, 632.86, 642.35, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21495, 1881, 21877, 4853, 6, 21, 11.18, 11.35, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21496, 1881, 21878, 2317, 3, 21, 412.65, 418.84, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21497, 1881, 21879, 5369, 6, 21, 61.79, 62.72, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21498, 1881, 21880, 1845, 9, 21, 24.46, 24.83, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21499, 1881, 21881, 3324, 3, 21, 1.42, 1.44, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21500, 1881, 21882, 392, 1, 21, 117.68, 119.45, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21501, 1881, 21883, 3516, 3, 21, 52.99, 53.78, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21502, 1881, 21884, 3815, 6, 21, 4367.99, 4433.51, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21503, 1881, 21885, 2122, 9, 21, 60.92, 61.83, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:03'),
(21504, 1881, 21886, 1384, 6, 21, 42.23, 42.86, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:04'),
(21505, 1881, 21887, 541, 6, 21, 1259.23, 1278.12, 1, 1, 'ai_sell', '2024-07-07 14:44:06', '2024-07-07 14:44:06', '2024-07-07 15:45:04'),
(21506, 1881, 21888, 4146, 3, 21, 9.35, 9.49, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21507, 1881, 21889, 867, 9, 21, 9.53, 9.67, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21508, 1881, 21890, 688, 1, 21, 2816.42, 2858.67, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21509, 1881, 21891, 4681, 1, 21, 13.27, 13.47, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21510, 1881, 21892, 5917, 1, 21, 32.29, 32.77, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21511, 1881, 21893, 1333, 6, 21, 10.13, 10.28, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21512, 1881, 21894, 6111, 6, 21, 29.22, 29.66, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21513, 1881, 21895, 4049, 6, 21, 182.58, 185.32, 1, 1, 'ai_sell', '2024-07-07 14:45:05', '2024-07-07 14:45:05', '2024-07-07 15:46:04'),
(21514, 1881, 21896, 2471, 1, 21, 345.45, 350.63, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21515, 1881, 21897, 6129, 6, 21, 8.94, 9.07, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21516, 1881, 21898, 1758, 6, 21, 441.37, 447.99, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21517, 1881, 21899, 909, 1, 21, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21518, 1881, 21900, 2465, 3, 21, 18.71, 18.99, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21519, 1881, 21901, 740, 3, 21, 13.62, 13.82, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21520, 1881, 21902, 1642, 3, 21, 238.63, 242.21, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21521, 1881, 21903, 946, 6, 21, 13.25, 13.45, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21522, 1881, 21904, 736, 6, 21, 171.37, 173.94, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21523, 1881, 21905, 5239, 9, 21, 31.18, 31.65, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21524, 1881, 21906, 5347, 9, 21, 6.17, 6.26, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21525, 1881, 21907, 977, 1, 21, 61.20, 62.12, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21526, 1881, 21908, 5092, 9, 21, 25.21, 25.59, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:04'),
(21527, 1881, 21909, 5255, 9, 21, 24.03, 24.39, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:05'),
(21528, 1881, 21910, 5264, 9, 21, 6.04, 6.13, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:05'),
(21529, 1881, 21911, 5824, 6, 21, 1.48, 1.50, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:05'),
(21530, 1881, 21912, 747, 3, 21, 15.49, 15.72, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:05'),
(21531, 1881, 21913, 5940, 9, 21, 3.06, 3.11, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:05'),
(21532, 1881, 21914, 1850, 9, 21, 0.58, 0.59, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:05'),
(21533, 1881, 21915, 949, 9, 21, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-07 14:45:06', '2024-07-07 14:45:06', '2024-07-07 15:46:05'),
(21534, 1872, 21916, 4405, 3, 22, 25.75, 25.98, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:03'),
(21535, 1872, 21917, 2539, 6, 22, 10.91, 11.01, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21536, 1872, 21918, 3480, 6, 22, 20.79, 20.98, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21537, 1872, 21919, 5076, 9, 22, 24.71, 24.93, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21538, 1872, 21920, 4247, 1, 22, 15.17, 15.31, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21539, 1872, 21921, 1139, 9, 22, 17.68, 17.84, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21540, 1872, 21922, 3301, 3, 22, 18.18, 18.34, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21541, 1872, 21923, 4026, 9, 22, 105.99, 106.94, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21542, 1872, 21924, 1196, 3, 22, 121.20, 122.29, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21543, 1872, 21925, 5258, 3, 22, 9.95, 10.04, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21544, 1872, 21926, 3731, 6, 22, 141.13, 142.40, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21545, 1872, 21927, 4850, 3, 22, 131.56, 132.74, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21546, 1872, 21928, 4840, 9, 22, 70.10, 70.73, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21547, 1872, 21929, 4361, 1, 22, 11.54, 11.64, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21548, 1872, 21930, 3535, 1, 22, 80.49, 81.21, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21549, 1872, 21931, 3010, 1, 22, 32.23, 32.52, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:04'),
(21550, 1872, 21932, 6170, 6, 22, 21.19, 21.38, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21551, 1872, 21933, 812, 6, 22, 40.27, 40.63, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21552, 1872, 21934, 800, 9, 22, 34.83, 35.14, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21553, 1872, 21935, 1540, 6, 22, 33.66, 33.96, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21554, 1872, 21936, 5176, 6, 22, 21.20, 21.39, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21555, 1872, 21937, 2053, 3, 22, 28.31, 28.56, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21556, 1872, 21938, 5649, 3, 22, 14.19, 14.32, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21557, 1872, 21939, 4577, 6, 22, 31.61, 31.89, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21558, 1872, 21940, 2682, 6, 22, 26.65, 26.89, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21559, 1872, 21941, 5478, 6, 22, 3.04, 3.07, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21560, 1872, 21942, 1829, 6, 22, 0.77, 0.78, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21561, 1872, 21943, 1811, 6, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21562, 1872, 21944, 756, 6, 22, 0.47, 0.47, 1, 1, 'ai_sell', '2024-07-07 16:21:03', '2024-07-07 16:21:03', '2024-07-07 17:21:05'),
(21563, 1886, 21945, 3527, 5, NULL, 3.00, 3.03, 72, 1, 'manual_sell', '2024-07-08 05:22:31', '2024-07-08 05:22:31', '2024-07-08 06:23:03'),
(21564, 1798, 21946, 3435, 5, NULL, 151.00, 152.51, 2, 1, 'manual_sell', '2024-07-08 08:52:16', '2024-07-08 08:52:16', '2024-07-08 09:53:02'),
(21565, 1798, 21947, 1966, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-08 08:53:50', '2024-07-08 08:53:50', '2024-07-08 09:54:03'),
(21566, 1798, 21948, 1013, 5, NULL, 93.00, 93.93, 1, 1, 'manual_sell', '2024-07-08 08:54:59', '2024-07-08 08:54:59', '2024-07-08 09:55:03'),
(21567, 1798, 21949, 5297, 5, NULL, 96.00, 96.96, 1, 1, 'manual_sell', '2024-07-08 09:14:20', '2024-07-08 09:14:20', '2024-07-08 10:15:03'),
(21568, 1798, 21950, 1589, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-07-08 09:15:56', '2024-07-08 09:15:56', '2024-07-08 10:16:02'),
(21569, 1850, 21951, 2072, 5, NULL, 19.10, 19.48, 15, 2, 'manual_sell', '2024-07-08 10:43:24', '2024-07-08 10:43:24', '2024-07-08 11:44:03'),
(21570, 1850, 21952, 3116, 5, NULL, 9.00, 9.18, 5, 2, 'manual_sell', '2024-07-08 10:44:05', '2024-07-08 10:44:05', '2024-07-08 11:45:03'),
(21571, 1850, 21951, 2072, 5, NULL, 19.10, 19.29, 15, 1, 'manual_sell', '2024-07-08 11:51:29', '2024-07-08 11:51:29', '2024-07-08 12:52:03'),
(21572, 1850, 21952, 3116, 5, NULL, 9.00, 9.09, 5, 1, 'manual_sell', '2024-07-08 11:52:21', '2024-07-08 11:52:21', '2024-07-08 12:53:03'),
(21573, 1881, 21954, 4993, 1, 21, 4540.19, 4608.29, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:03'),
(21574, 1881, 21955, 2390, 3, 21, 561.60, 570.02, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21575, 1881, 21956, 4570, 1, 21, 54.05, 54.86, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21576, 1881, 21957, 1607, 9, 21, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21577, 1881, 21958, 1870, 3, 21, 25.20, 25.58, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21578, 1881, 21959, 2162, 6, 21, 52.45, 53.24, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21579, 1881, 21960, 2159, 1, 21, 72.80, 73.89, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21580, 1881, 21961, 3733, 6, 21, 5.47, 5.55, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21581, 1881, 21962, 1766, 1, 21, 63.60, 64.55, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21582, 1881, 21963, 4406, 1, 21, 24.47, 24.84, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21583, 1881, 21964, 4385, 3, 21, 41.20, 41.82, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21584, 1881, 21965, 1305, 1, 21, 43.45, 44.10, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21585, 1881, 21966, 3707, 1, 21, 375.80, 381.44, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:04'),
(21586, 1881, 21967, 880, 1, 21, 192.78, 195.67, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21587, 1881, 21968, 1601, 3, 21, 439.62, 446.21, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21588, 1881, 21969, 5940, 6, 21, 3.15, 3.20, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21589, 1881, 21970, 3906, 6, 21, 198.63, 201.61, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21590, 1881, 21971, 5702, 6, 21, 47.23, 47.94, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21591, 1881, 21972, 334, 3, 21, 210.81, 213.97, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21592, 1881, 21973, 4212, 3, 21, 142.80, 144.94, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21593, 1881, 21974, 5174, 6, 21, 41.40, 42.02, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21594, 1881, 21975, 1213, 6, 21, 2.50, 2.54, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21595, 1881, 21976, 5942, 6, 21, 6.94, 7.04, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21596, 1881, 21977, 6005, 3, 21, 1047.90, 1063.62, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21597, 1881, 21978, 3659, 9, 21, 8.74, 8.87, 1, 1, 'ai_sell', '2024-07-08 15:58:05', '2024-07-08 15:58:05', '2024-07-08 16:59:05'),
(21598, 1881, 21979, 1771, 9, 21, 62.43, 63.37, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21599, 1881, 21980, 2478, 1, 21, 1392.94, 1413.83, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21600, 1881, 21981, 4704, 1, 21, 1.33, 1.35, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21601, 1881, 21982, 4591, 3, 21, 16.15, 16.39, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21602, 1881, 21983, 4936, 1, 21, 19.94, 20.24, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21603, 1881, 21984, 5422, 6, 21, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21604, 1881, 21985, 2317, 3, 21, 404.79, 410.86, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21605, 1881, 21986, 3872, 1, 21, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21606, 1881, 21987, 2043, 1, 21, 55.44, 56.27, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21607, 1881, 21988, 3780, 3, 21, 105.00, 106.58, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21608, 1881, 21989, 5813, 6, 21, 154.45, 156.77, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21609, 1881, 21990, 4512, 3, 21, 54.06, 54.87, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21610, 1881, 21991, 4329, 6, 21, 9.45, 9.59, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21611, 1881, 21992, 3033, 6, 21, 128.63, 130.56, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21612, 1881, 21993, 5865, 1, 21, 16.32, 16.56, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21613, 1881, 21994, 820, 1, 21, 26.12, 26.51, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:05'),
(21614, 1881, 21995, 3966, 6, 21, 32.73, 33.22, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21615, 1881, 21996, 2082, 9, 21, 13.86, 14.07, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21616, 1881, 21997, 1964, 1, 21, 927.00, 940.91, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21617, 1881, 21998, 5248, 3, 21, 42.22, 42.85, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21618, 1881, 21999, 3034, 9, 21, 22.00, 22.33, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21619, 1881, 22000, 3149, 1, 21, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21620, 1881, 22001, 5670, 1, 21, 2.01, 2.04, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21621, 1881, 22002, 3527, 3, 21, 3.01, 3.06, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21622, 1881, 22003, 734, 6, 21, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-08 15:58:06', '2024-07-08 15:58:06', '2024-07-08 16:59:06'),
(21623, 1876, 21953, 3609, 5, NULL, 137.00, 139.74, 1, 2, 'manual_sell', '2024-07-08 16:00:13', '2024-07-08 16:00:13', '2024-07-08 17:01:03'),
(21624, 1876, 21953, 3609, 5, NULL, 137.00, 138.37, 1, 1, 'manual_sell', '2024-07-08 17:03:46', '2024-07-08 17:03:46', '2024-07-08 18:04:02'),
(21625, 1872, 22004, 3391, 6, 22, 18.35, 18.52, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:03'),
(21626, 1872, 22005, 4351, 1, 22, 106.25, 107.21, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:03'),
(21627, 1872, 22006, 215, 1, 22, 7.89, 7.96, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:03'),
(21628, 1872, 22007, 3289, 1, 22, 61.19, 61.74, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21629, 1872, 22008, 1955, 3, 22, 3.64, 3.67, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21630, 1872, 22009, 6036, 3, 22, 45.81, 46.22, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21631, 1872, 22010, 789, 1, 22, 10.30, 10.39, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21632, 1872, 22011, 2379, 9, 22, 43.60, 43.99, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21633, 1872, 22012, 4094, 9, 22, 222.59, 224.59, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21634, 1872, 22013, 4441, 6, 22, 33.60, 33.90, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21635, 1872, 22014, 1250, 9, 22, 12.66, 12.77, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21636, 1872, 22015, 2652, 1, 22, 28.61, 28.87, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21637, 1872, 22016, 636, 6, 22, 7.21, 7.27, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21638, 1872, 22017, 1026, 9, 22, 265.00, 267.39, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21639, 1872, 22018, 3052, 3, 22, 5.15, 5.20, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21640, 1872, 22019, 195, 6, 22, 40.73, 41.10, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21641, 1872, 22020, 294, 6, 22, 46.20, 46.62, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:04'),
(21642, 1872, 22021, 5007, 9, 22, 6.68, 6.74, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:05'),
(21643, 1872, 22022, 5968, 9, 22, 20.57, 20.76, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:05'),
(21644, 1872, 22023, 2592, 9, 22, 21.82, 22.02, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:05'),
(21645, 1872, 22024, 4526, 3, 22, 86.89, 87.67, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:05'),
(21646, 1872, 22025, 765, 6, 22, 1.34, 1.35, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:05'),
(21647, 1872, 22026, 3089, 6, 22, 7.34, 7.41, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:05'),
(21648, 1872, 22027, 1827, 3, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-08 17:33:04', '2024-07-08 17:33:04', '2024-07-08 18:34:05'),
(21649, 1886, 22028, 3279, 5, NULL, 5.00, 5.05, 43, 1, 'manual_sell', '2024-07-09 06:27:36', '2024-07-09 06:27:36', '2024-07-09 07:28:03'),
(21650, 1886, 22029, 2041, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-07-09 06:28:28', '2024-07-09 06:28:28', '2024-07-09 07:29:02'),
(21651, 1798, 22033, 1987, 5, NULL, 56.00, 56.56, 2, 1, 'manual_sell', '2024-07-09 11:49:22', '2024-07-09 11:49:22', '2024-07-09 12:50:04'),
(21652, 1798, 22030, 6127, 5, NULL, 51.00, 51.51, 2, 1, 'manual_sell', '2024-07-09 11:50:23', '2024-07-09 11:50:23', '2024-07-09 12:51:02'),
(21653, 1798, 22031, 2848, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-09 11:51:45', '2024-07-09 11:51:45', '2024-07-09 12:52:02'),
(21654, 1798, 22032, 145, 5, NULL, 70.00, 70.70, 2, 1, 'manual_sell', '2024-07-09 11:53:29', '2024-07-09 11:53:29', '2024-07-09 12:54:02'),
(21655, 1798, 22034, 5641, 5, NULL, 46.00, 46.46, 1, 1, 'manual_sell', '2024-07-09 11:55:04', '2024-07-09 11:55:04', '2024-07-09 12:56:02'),
(21656, 1850, 22035, 1786, 5, NULL, 16.10, 16.26, 15, 1, 'manual_sell', '2024-07-09 13:04:09', '2024-07-09 13:04:09', '2024-07-09 14:05:04'),
(21657, 1850, 22036, 2194, 5, NULL, 9.30, 9.39, 10, 1, 'manual_sell', '2024-07-09 13:04:57', '2024-07-09 13:04:57', '2024-07-09 14:05:04'),
(21658, 1881, 22037, 2687, 3, 21, 255.66, 259.49, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21659, 1881, 22038, 5825, 1, 21, 44.10, 44.76, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21660, 1881, 22039, 5793, 6, 21, 306.08, 310.67, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21661, 1881, 22040, 1378, 9, 21, 556.50, 564.85, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21662, 1881, 22041, 1551, 1, 21, 232.30, 235.78, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21663, 1881, 22042, 2536, 3, 21, 135.19, 137.22, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21664, 1881, 22043, 699, 1, 21, 67.67, 68.69, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21665, 1881, 22044, 1011, 6, 21, 230.72, 234.18, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21666, 1881, 22045, 44, 9, 21, 4.08, 4.14, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:03'),
(21667, 1881, 22046, 2613, 3, 21, 29.73, 30.18, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:04'),
(21668, 1881, 22047, 3486, 1, 21, 6.81, 6.91, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:04'),
(21669, 1881, 22048, 1070, 6, 21, 805.60, 817.68, 1, 1, 'ai_sell', '2024-07-09 17:10:07', '2024-07-09 17:10:07', '2024-07-09 18:11:04'),
(21670, 1881, 22049, 561, 1, 21, 42.00, 42.63, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21671, 1881, 22050, 345, 3, 21, 104.83, 106.40, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21672, 1881, 22051, 3225, 3, 21, 1.15, 1.17, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21673, 1881, 22052, 1586, 9, 21, 80.45, 81.66, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21674, 1881, 22053, 2276, 1, 21, 65.23, 66.21, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21675, 1881, 22054, 5282, 6, 21, 41.36, 41.98, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21676, 1881, 22055, 1343, 9, 21, 63.59, 64.54, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21677, 1881, 22056, 4317, 3, 21, 11.45, 11.62, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21678, 1881, 22057, 3821, 6, 21, 23.84, 24.20, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21679, 1881, 22058, 1911, 3, 21, 24.43, 24.80, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21680, 1881, 22059, 5952, 6, 21, 3565.79, 3619.28, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21681, 1881, 22060, 2698, 1, 21, 30.90, 31.36, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21682, 1881, 22061, 2373, 3, 21, 37.58, 38.14, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:04'),
(21683, 1881, 22062, 2594, 9, 21, 15.28, 15.51, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21684, 1881, 22063, 2842, 6, 21, 20.59, 20.90, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21685, 1881, 22064, 2584, 9, 21, 16.36, 16.61, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21686, 1881, 22065, 2679, 3, 21, 192.60, 195.49, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21687, 1881, 22066, 2463, 6, 21, 3.18, 3.23, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21688, 1881, 22067, 5761, 9, 21, 2.04, 2.07, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21689, 1881, 22068, 499, 3, 21, 1331.79, 1351.77, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21690, 1881, 22069, 4688, 3, 21, 24.05, 24.41, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21691, 1881, 22070, 1016, 3, 21, 127.25, 129.16, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21692, 1881, 22071, 2595, 9, 21, 35.31, 35.84, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21693, 1881, 22072, 5450, 1, 21, 238.16, 241.73, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21694, 1881, 22073, 740, 6, 21, 13.76, 13.97, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21695, 1881, 22074, 2258, 3, 21, 25.08, 25.46, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21696, 1881, 22075, 1568, 3, 21, 114.71, 116.43, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21697, 1881, 22076, 4609, 1, 21, 25.13, 25.51, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21698, 1881, 22077, 2763, 6, 21, 1049.40, 1065.14, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21699, 1881, 22078, 4281, 1, 21, 104.93, 106.50, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21700, 1881, 22079, 38, 6, 21, 14.56, 14.78, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21701, 1881, 22080, 923, 1, 21, 21.20, 21.52, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21702, 1881, 22081, 4565, 6, 21, 94.50, 95.92, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21703, 1881, 22082, 2906, 6, 21, 1182.44, 1200.18, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21704, 1881, 22083, 2537, 3, 21, 27.40, 27.81, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:05'),
(21705, 1881, 22084, 1189, 1, 21, 2.66, 2.70, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21706, 1881, 22085, 3983, 9, 21, 83.41, 84.66, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21707, 1881, 22086, 2989, 3, 21, 100.70, 102.21, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21708, 1881, 22087, 408, 6, 21, 96.50, 97.95, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21709, 1881, 22088, 81, 9, 21, 4.24, 4.30, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21710, 1881, 22089, 2566, 6, 21, 199.98, 202.98, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21711, 1881, 22090, 1085, 6, 21, 5.14, 5.22, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21712, 1881, 22091, 1767, 3, 21, 4.20, 4.26, 1, 1, 'ai_sell', '2024-07-09 17:10:08', '2024-07-09 17:10:08', '2024-07-09 18:11:06'),
(21713, 1881, 22092, 1818, 1, 21, 1.05, 1.07, 1, 1, 'ai_sell', '2024-07-09 17:11:03', '2024-07-09 17:11:03', '2024-07-09 18:11:06'),
(21714, 1881, 22093, 636, 1, 21, 7.07, 7.18, 1, 1, 'ai_sell', '2024-07-09 17:11:03', '2024-07-09 17:11:03', '2024-07-09 18:11:06'),
(21715, 1881, 22094, 4104, 1, 21, 2.10, 2.13, 1, 1, 'ai_sell', '2024-07-09 17:11:03', '2024-07-09 17:11:03', '2024-07-09 18:11:06'),
(21716, 1881, 22095, 4909, 6, 21, 2.20, 2.23, 1, 1, 'ai_sell', '2024-07-09 17:11:03', '2024-07-09 17:11:03', '2024-07-09 18:11:06'),
(21717, 1881, 22096, 1811, 1, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-09 17:11:03', '2024-07-09 17:11:03', '2024-07-09 18:11:06'),
(21718, 1872, 22098, 3152, 6, 22, 653.32, 659.20, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21719, 1872, 22099, 748, 1, 22, 9.27, 9.35, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21720, 1872, 22100, 247, 9, 22, 97.64, 98.52, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21721, 1872, 22101, 5185, 1, 22, 319.29, 322.16, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21722, 1872, 22102, 4736, 3, 22, 21.40, 21.59, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21723, 1872, 22103, 4341, 6, 22, 5.14, 5.19, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21724, 1872, 22104, 1047, 9, 22, 5.29, 5.34, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21725, 1872, 22105, 1894, 3, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21726, 1872, 22106, 4106, 9, 22, 1.34, 1.35, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:02'),
(21727, 1872, 22107, 734, 6, 22, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:03'),
(21728, 1872, 22108, 803, 9, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:03'),
(21729, 1872, 22109, 1827, 6, 22, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-09 18:46:03', '2024-07-09 18:46:03', '2024-07-09 19:47:03'),
(21730, 1876, 22097, 5553, 5, NULL, 110.00, 111.10, 1, 1, 'manual_sell', '2024-07-09 19:08:00', '2024-07-09 19:08:00', '2024-07-09 20:08:03'),
(21731, 1876, 22110, 4807, 5, NULL, 28.00, 28.28, 1, 1, 'manual_sell', '2024-07-09 19:08:42', '2024-07-09 19:08:42', '2024-07-09 20:09:03'),
(21732, 1886, 22111, 4128, 5, NULL, 11.00, 11.11, 20, 1, 'manual_sell', '2024-07-10 07:31:38', '2024-07-10 07:31:38', '2024-07-10 08:32:03'),
(21733, 1872, 8000, 2012, 1, NULL, 218.68, 2.18, 1, 1, 'manual_sell', '2024-07-10 11:10:12', '2024-07-10 11:10:12', '2024-07-10 12:11:03'),
(21734, 1872, 8001, 889, 9, NULL, 18.46, 1.80, 1, 1, 'manual_sell', '2024-07-10 11:16:18', '2024-07-10 11:16:18', '2024-07-10 12:17:04'),
(21735, 1872, 8173, 5137, 5, NULL, 143.42, 2.86, 1, 1, 'manual_sell', '2024-07-10 11:17:35', '2024-07-10 11:17:35', '2024-07-10 12:18:03'),
(21736, 1872, 8002, 1792, 9, NULL, 69.45, 67.30, 1, 1, 'manual_sell', '2024-07-10 11:19:37', '2024-07-10 11:19:37', '2024-07-10 12:20:04'),
(21737, 1872, 8170, 5592, 5, NULL, 208.98, 2.10, 1, 1, 'manual_sell', '2024-07-10 11:21:07', '2024-07-10 11:21:07', '2024-07-10 12:22:02'),
(21738, 1872, 8003, 4025, 3, NULL, 89.07, 1.90, 1, 1, 'manual_sell', '2024-07-10 11:22:04', '2024-07-10 11:22:04', '2024-07-10 12:23:02'),
(21739, 1872, 8167, 3612, 1, NULL, 276.00, 2.80, 1, 1, 'manual_sell', '2024-07-10 11:23:12', '2024-07-10 11:23:12', '2024-07-10 12:24:02'),
(21740, 1872, 8004, 454, 1, NULL, 108.40, 111.70, 1, 2, 'manual_sell', '2024-07-10 11:32:08', '2024-07-10 11:32:08', '2024-07-10 12:33:02'),
(21741, 1872, 8165, 2122, 3, NULL, 65.06, 1.30, 1, 1, 'manual_sell', '2024-07-10 11:33:27', '2024-07-10 11:33:27', '2024-07-10 12:34:02'),
(21742, 1872, 8005, 3888, 3, NULL, 185.90, 3.70, 1, 1, 'manual_sell', '2024-07-10 11:34:25', '2024-07-10 11:34:25', '2024-07-10 12:35:05'),
(21743, 1870, 10038, 367, 3, NULL, 990.00, 950.00, 2, 1, 'manual_sell', '2024-07-10 12:49:52', '2024-07-10 12:49:52', '2024-07-10 13:50:04'),
(21744, 1798, 22112, 1315, 5, NULL, 41.00, 41.41, 2, 1, 'manual_sell', '2024-07-10 13:08:58', '2024-07-10 13:08:58', '2024-07-10 14:09:03'),
(21745, 1798, 22113, 2056, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-10 13:16:57', '2024-07-10 13:16:57', '2024-07-10 14:17:04'),
(21746, 1798, 22114, 3214, 5, NULL, 25.00, 25.25, 1, 1, 'manual_sell', '2024-07-10 13:20:17', '2024-07-10 13:20:17', '2024-07-10 14:21:03'),
(21747, 1798, 22115, 5808, 5, NULL, 100.00, 101.00, 3, 1, 'manual_sell', '2024-07-10 13:25:55', '2024-07-10 13:25:55', '2024-07-10 14:26:02'),
(21748, 1850, 22116, 2359, 5, NULL, 31.00, 31.31, 10, 1, 'manual_sell', '2024-07-10 14:18:27', '2024-07-10 14:18:27', '2024-07-10 15:19:03'),
(21749, 1850, 22117, 1146, 5, NULL, 9.40, 9.49, 3, 1, 'manual_sell', '2024-07-10 14:20:40', '2024-07-10 14:20:40', '2024-07-10 15:21:02'),
(21750, 1881, 22118, 5445, 9, 21, 13.12, 13.32, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21751, 1881, 22119, 6081, 3, 21, 17.66, 17.92, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21752, 1881, 22120, 1122, 9, 21, 457.98, 464.85, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21753, 1881, 22121, 5947, 9, 21, 8029.31, 8149.75, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21754, 1881, 22122, 3477, 3, 21, 62.40, 63.34, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21755, 1881, 22123, 2048, 6, 21, 1212.00, 1230.18, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21756, 1881, 22124, 4578, 9, 21, 969.00, 983.54, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21757, 1881, 22125, 241, 3, 21, 159.64, 162.03, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:03'),
(21758, 1881, 22126, 859, 3, 21, 14.52, 14.74, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:04'),
(21759, 1881, 22127, 5256, 1, 21, 48.48, 49.21, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:04'),
(21760, 1881, 22128, 4212, 1, 21, 141.40, 143.52, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:04'),
(21761, 1881, 22129, 3064, 9, 21, 4.59, 4.66, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:04'),
(21762, 1881, 22130, 5333, 1, 21, 302.95, 307.49, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:04'),
(21763, 1881, 22131, 845, 9, 21, 11.92, 12.10, 1, 1, 'ai_sell', '2024-07-10 18:23:03', '2024-07-10 18:23:03', '2024-07-10 19:23:04'),
(21764, 1881, 22132, 45, 6, 21, 136.74, 138.79, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21765, 1881, 22133, 2105, 6, 21, 420.00, 426.30, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21766, 1881, 22134, 89, 6, 21, 123.60, 125.45, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21767, 1881, 22135, 2443, 1, 21, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21768, 1881, 22136, 3318, 6, 21, 1.22, 1.24, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21769, 1881, 22137, 949, 1, 21, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21770, 1881, 22138, 1827, 3, 21, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21771, 1881, 22139, 803, 6, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-10 18:23:04', '2024-07-10 18:23:04', '2024-07-10 19:24:02'),
(21772, 1872, 22140, 5953, 6, 22, 10.50, 10.59, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21773, 1872, 22141, 5074, 9, 22, 23.22, 23.43, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21774, 1872, 22142, 3885, 9, 22, 412.00, 415.71, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21775, 1872, 22143, 2324, 1, 22, 123.55, 124.66, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21776, 1872, 22144, 580, 9, 22, 180.25, 181.87, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21777, 1872, 22145, 5033, 9, 22, 6.05, 6.10, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21778, 1872, 22146, 4741, 9, 22, 11.12, 11.22, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21779, 1872, 22147, 345, 9, 22, 101.81, 102.73, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21780, 1872, 22148, 5776, 6, 22, 25.24, 25.47, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:03'),
(21781, 1872, 22149, 6127, 1, 22, 53.00, 53.48, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:04'),
(21782, 1872, 22150, 16, 1, 22, 12.24, 12.35, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:04'),
(21783, 1872, 22151, 1424, 6, 22, 19.77, 19.95, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:04'),
(21784, 1872, 22152, 469, 1, 22, 102.00, 102.92, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:04'),
(21785, 1872, 22153, 788, 3, 22, 35.18, 35.50, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:04'),
(21786, 1872, 22154, 941, 9, 22, 5.05, 5.10, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:04'),
(21787, 1872, 22155, 1589, 9, 22, 2.53, 2.55, 1, 1, 'ai_sell', '2024-07-10 19:58:04', '2024-07-10 19:58:04', '2024-07-10 20:59:04'),
(21788, 1876, 22156, 4850, 5, NULL, 131.00, 132.31, 1, 1, 'manual_sell', '2024-07-10 21:08:39', '2024-07-10 21:08:39', '2024-07-10 22:09:03'),
(21789, 1876, 22157, 4877, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-07-10 21:11:26', '2024-07-10 21:11:26', '2024-07-10 22:12:03'),
(21790, 1868, 21148, 4185, 9, NULL, 320.00, 326.40, 1, 2, 'manual_sell', '2024-07-11 02:26:34', '2024-07-11 02:26:34', '2024-07-11 03:27:04'),
(21791, 1868, 21147, 5880, 1, NULL, 10.98, 11.19, 1, 2, 'manual_sell', '2024-07-11 02:29:16', '2024-07-11 02:29:16', '2024-07-11 03:30:04'),
(21792, 1868, 8488, 2211, 3, NULL, 45.47, 46.38, 1, 2, 'manual_sell', '2024-07-11 02:33:17', '2024-07-11 02:33:17', '2024-07-11 03:34:03'),
(21793, 1868, 2007, 2726, 1, NULL, 31.88, 32.52, 5, 2, 'manual_sell', '2024-07-11 02:36:35', '2024-07-11 02:36:35', '2024-07-11 03:37:02'),
(21794, 1868, 2014, 5371, 5, NULL, 80.28, 83.49, 1, 2, 'manual_sell', '2024-07-11 02:42:51', '2024-07-11 02:42:51', '2024-07-11 03:43:03'),
(21795, 1868, 2019, 2450, 9, NULL, 16.50, 16.83, 1, 2, 'manual_sell', '2024-07-11 02:44:44', '2024-07-11 02:44:44', '2024-07-11 03:45:04'),
(21796, 1868, 2023, 5099, 1, NULL, 29.90, 31.99, 1, 2, 'manual_sell', '2024-07-11 02:46:07', '2024-07-11 02:46:07', '2024-07-11 03:47:03'),
(21797, 1868, 2075, 4743, 3, NULL, 21.92, 22.36, 1, 2, 'manual_sell', '2024-07-11 02:47:18', '2024-07-11 02:47:18', '2024-07-11 03:48:03'),
(21798, 1868, 2079, 3850, 5, NULL, 19.79, 20.58, 1, 2, 'manual_sell', '2024-07-11 02:49:55', '2024-07-11 02:49:55', '2024-07-11 03:50:05'),
(21799, 1868, 2082, 4779, 9, NULL, 43.99, 44.87, 1, 2, 'manual_sell', '2024-07-11 02:51:01', '2024-07-11 02:51:01', '2024-07-11 03:51:02'),
(21800, 1868, 2643, 1511, 9, NULL, 21.91, 22.35, 5, 2, 'manual_sell', '2024-07-11 02:52:35', '2024-07-11 02:52:35', '2024-07-11 03:53:03'),
(21801, 1868, 2644, 2565, 5, NULL, 92.08, 93.92, 2, 2, 'manual_sell', '2024-07-11 02:54:22', '2024-07-11 02:54:22', '2024-07-11 03:55:05'),
(21802, 1868, 2645, 4813, 5, NULL, 29.69, 35.00, 1, 2, 'manual_sell', '2024-07-11 02:55:19', '2024-07-11 02:55:19', '2024-07-11 03:56:03'),
(21803, 1868, 2646, 1696, 9, NULL, 137.50, 143.00, 1, 2, 'manual_sell', '2024-07-11 02:56:28', '2024-07-11 02:56:28', '2024-07-11 03:57:04'),
(21804, 1868, 2647, 4263, 3, NULL, 108.99, 114.43, 1, 2, 'manual_sell', '2024-07-11 02:57:41', '2024-07-11 02:57:41', '2024-07-11 03:58:04'),
(21805, 1868, 2648, 3448, 1, NULL, 15.37, 18.44, 1, 2, 'manual_sell', '2024-07-11 02:58:54', '2024-07-11 02:58:54', '2024-07-11 03:59:03'),
(21806, 1868, 8487, 4125, 3, NULL, 261.79, 267.03, 1, 2, 'manual_sell', '2024-07-11 03:00:13', '2024-07-11 03:00:13', '2024-07-11 04:01:04'),
(21807, 1868, 2649, 4862, 3, NULL, 15.59, 16.37, 1, 2, 'manual_sell', '2024-07-11 03:01:02', '2024-07-11 03:01:02', '2024-07-11 04:01:04'),
(21808, 1868, 2650, 5349, 1, NULL, 286.00, 291.72, 2, 2, 'manual_sell', '2024-07-11 03:02:06', '2024-07-11 03:02:06', '2024-07-11 04:03:04'),
(21809, 1868, 2651, 5136, 5, NULL, 108.90, 111.08, 1, 2, 'manual_sell', '2024-07-11 03:03:51', '2024-07-11 03:03:51', '2024-07-11 04:04:03'),
(21810, 1868, 2652, 5511, 1, NULL, 274.99, 280.49, 1, 2, 'manual_sell', '2024-07-11 03:05:08', '2024-07-11 03:05:08', '2024-07-11 04:06:02'),
(21811, 1868, 2653, 5511, 9, NULL, 274.99, 288.73, 1, 2, 'manual_sell', '2024-07-11 03:06:47', '2024-07-11 03:06:47', '2024-07-11 04:07:02'),
(21812, 1868, 2654, 2663, 1, NULL, 1384.90, 1412.59, 2, 2, 'manual_sell', '2024-07-11 03:10:54', '2024-07-11 03:10:54', '2024-07-11 04:11:03'),
(21813, 1868, 2655, 2663, 9, NULL, 1384.90, 1426.48, 2, 2, 'manual_sell', '2024-07-11 03:13:09', '2024-07-11 03:13:09', '2024-07-11 04:14:03'),
(21814, 1868, 2657, 3789, 9, NULL, 231.00, 237.93, 1, 2, 'manual_sell', '2024-07-11 03:16:01', '2024-07-11 03:16:01', '2024-07-11 04:16:03'),
(21815, 1868, 2658, 1572, 9, NULL, 39.59, 40.38, 3, 2, 'manual_sell', '2024-07-11 03:18:11', '2024-07-11 03:18:11', '2024-07-11 04:19:02'),
(21816, 1868, 2659, 1985, 9, NULL, 151.92, 154.96, 1, 2, 'manual_sell', '2024-07-11 03:19:18', '2024-07-11 03:19:18', '2024-07-11 04:20:05'),
(21817, 1868, 2660, 5198, 9, NULL, 56.08, 57.20, 1, 2, 'manual_sell', '2024-07-11 03:21:05', '2024-07-11 03:21:05', '2024-07-11 04:22:03'),
(21818, 1868, 2661, 5224, 9, NULL, 818.39, 834.76, 1, 2, 'manual_sell', '2024-07-11 03:22:30', '2024-07-11 03:22:30', '2024-07-11 04:23:02'),
(21819, 1868, 2736, 95, 9, NULL, 369.60, 380.69, 1, 2, 'manual_sell', '2024-07-11 03:24:03', '2024-07-11 03:24:03', '2024-07-11 04:24:03'),
(21820, 1868, 8486, 1136, 1, NULL, 26.91, 27.49, 1, 2, 'manual_sell', '2024-07-11 03:26:37', '2024-07-11 03:26:37', '2024-07-11 04:27:03'),
(21821, 1868, 8485, 2976, 9, NULL, 46.74, 47.67, 2, 2, 'manual_sell', '2024-07-11 03:27:59', '2024-07-11 03:27:59', '2024-07-11 04:28:04'),
(21822, 1868, 2737, 3069, 5, NULL, 19.80, 20.19, 1, 2, 'manual_sell', '2024-07-11 03:28:47', '2024-07-11 03:28:47', '2024-07-11 04:29:03'),
(21823, 1868, 2738, 3682, 5, NULL, 5.04, 5.14, 1, 2, 'manual_sell', '2024-07-11 03:29:45', '2024-07-11 03:29:45', '2024-07-11 04:30:05'),
(21824, 1868, 2740, 5588, 3, NULL, 457.97, 467.13, 1, 2, 'manual_sell', '2024-07-11 03:32:06', '2024-07-11 03:32:06', '2024-07-11 04:33:03'),
(21825, 1868, 8484, 4940, 9, NULL, 20.90, 22.36, 1, 2, 'manual_sell', '2024-07-11 03:35:14', '2024-07-11 03:35:14', '2024-07-11 04:36:03'),
(21826, 1868, 3401, 1768, 1, NULL, 1141.13, 1198.19, 1, 2, 'manual_sell', '2024-07-11 03:36:54', '2024-07-11 03:36:54', '2024-07-11 04:37:03'),
(21827, 1886, 22158, 3281, 5, NULL, 15.00, 15.15, 14, 1, 'manual_sell', '2024-07-11 08:39:01', '2024-07-11 08:39:01', '2024-07-11 09:39:03'),
(21828, 1886, 22159, 1904, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-07-11 08:39:38', '2024-07-11 08:39:38', '2024-07-11 09:40:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(21829, 1886, 22160, 1887, 5, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-07-11 08:41:07', '2024-07-11 08:41:07', '2024-07-11 09:42:02'),
(21830, 1877, 22161, 2686, 9, 23, 778.26, 789.93, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:02'),
(21831, 1877, 22162, 1767, 6, 23, 4.24, 4.30, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21832, 1877, 22163, 5055, 9, 23, 531.05, 539.02, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21833, 1877, 22164, 3278, 3, 23, 154.02, 156.33, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21834, 1877, 22165, 2166, 1, 23, 37.44, 38.00, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21835, 1877, 22166, 4554, 3, 23, 3030.00, 3075.45, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21836, 1877, 22167, 4743, 1, 23, 20.73, 21.04, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21837, 1877, 22168, 1530, 1, 23, 14.31, 14.52, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21838, 1877, 22169, 6027, 9, 23, 4.42, 4.49, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21839, 1877, 22170, 1533, 6, 23, 23.69, 24.05, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21840, 1877, 22171, 3813, 3, 23, 23.31, 23.66, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21841, 1877, 22172, 448, 3, 23, 443.92, 450.58, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21842, 1877, 22173, 1203, 3, 23, 13.13, 13.33, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21843, 1877, 22174, 5886, 6, 23, 1649.33, 1674.07, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21844, 1877, 22175, 3485, 9, 23, 5.99, 6.08, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21845, 1877, 22176, 2787, 6, 23, 307.01, 311.62, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21846, 1877, 22177, 365, 3, 23, 714.00, 724.71, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21847, 1877, 22178, 3664, 6, 23, 13.57, 13.77, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21848, 1877, 22179, 4027, 1, 23, 22.87, 23.21, 1, 1, 'ai_sell', '2024-07-11 10:38:06', '2024-07-11 10:38:06', '2024-07-11 11:39:03'),
(21849, 1877, 22180, 3804, 3, 23, 235.54, 239.07, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21850, 1877, 22181, 51, 9, 23, 78.78, 79.96, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21851, 1877, 22182, 2427, 6, 23, 254.40, 258.22, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21852, 1877, 22183, 4409, 1, 23, 646.83, 656.53, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21853, 1877, 22184, 3475, 6, 23, 93.08, 94.48, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21854, 1877, 22185, 4382, 6, 23, 16.17, 16.41, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21855, 1877, 22186, 1373, 1, 23, 24.38, 24.75, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21856, 1877, 22187, 730, 3, 23, 70.56, 71.62, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21857, 1877, 22188, 3363, 1, 23, 208.00, 211.12, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21858, 1877, 22189, 16, 3, 23, 12.72, 12.91, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21859, 1877, 22190, 5144, 9, 23, 36.04, 36.58, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21860, 1877, 22191, 2344, 3, 23, 101.00, 102.52, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21861, 1877, 22192, 4565, 6, 23, 92.70, 94.09, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:03'),
(21862, 1877, 22193, 4790, 9, 23, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21863, 1877, 22194, 963, 1, 23, 2.12, 2.15, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21864, 1877, 22195, 286, 9, 23, 206.00, 209.09, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21865, 1877, 22196, 247, 1, 23, 93.92, 95.33, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21866, 1877, 22197, 918, 6, 23, 10.69, 10.85, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21867, 1877, 22198, 1850, 1, 23, 0.57, 0.58, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21868, 1877, 22199, 6104, 3, 23, 1.49, 1.51, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21869, 1877, 22200, 642, 1, 23, 1.01, 1.03, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21870, 1877, 22201, 803, 6, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21871, 1877, 22202, 3318, 9, 23, 1.22, 1.24, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21872, 1877, 22203, 949, 3, 23, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-11 10:38:07', '2024-07-11 10:38:07', '2024-07-11 11:39:04'),
(21873, 1798, 22214, 5043, 5, NULL, 70.00, 70.70, 2, 1, 'manual_sell', '2024-07-11 14:34:24', '2024-07-11 14:34:24', '2024-07-11 15:35:04'),
(21874, 1798, 22215, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-11 14:39:18', '2024-07-11 14:39:18', '2024-07-11 15:40:04'),
(21875, 1798, 22216, 4798, 5, NULL, 139.00, 140.39, 1, 1, 'manual_sell', '2024-07-11 15:13:10', '2024-07-11 15:13:10', '2024-07-11 16:14:02'),
(21876, 1798, 22217, 778, 5, NULL, 35.00, 35.35, 1, 1, 'manual_sell', '2024-07-11 15:20:09', '2024-07-11 15:20:09', '2024-07-11 16:21:03'),
(21877, 1798, 22218, 1974, 5, NULL, 25.00, 25.25, 2, 1, 'manual_sell', '2024-07-11 15:21:08', '2024-07-11 15:21:08', '2024-07-11 16:22:02'),
(21878, 1798, 22219, 1173, 5, NULL, 25.00, 25.25, 2, 1, 'manual_sell', '2024-07-11 15:22:47', '2024-07-11 15:22:47', '2024-07-11 16:23:03'),
(21879, 1850, 22220, 1677, 5, NULL, 17.50, 17.67, 15, 1, 'manual_sell', '2024-07-11 15:49:35', '2024-07-11 15:49:35', '2024-07-11 16:50:04'),
(21880, 1850, 22221, 5869, 5, NULL, 7.90, 7.97, 10, 1, 'manual_sell', '2024-07-11 15:50:20', '2024-07-11 15:50:20', '2024-07-11 16:51:03'),
(21881, 1881, 22222, 4255, 3, 21, 11180.00, 11347.70, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:03'),
(21882, 1881, 22223, 5155, 6, 21, 47.24, 47.95, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21883, 1881, 22224, 2077, 9, 21, 5.25, 5.33, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21884, 1881, 22225, 5649, 6, 21, 14.89, 15.11, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21885, 1881, 22226, 2031, 1, 21, 553.35, 561.65, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21886, 1881, 22227, 3429, 3, 21, 29.11, 29.55, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21887, 1881, 22228, 3846, 9, 21, 5.29, 5.37, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21888, 1881, 22229, 5188, 3, 21, 325.50, 330.38, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21889, 1881, 22230, 2654, 1, 21, 21.36, 21.68, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21890, 1881, 22231, 1745, 9, 21, 102.90, 104.44, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:04'),
(21891, 1881, 22232, 4065, 6, 21, 25.81, 26.20, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:05'),
(21892, 1881, 22233, 4754, 3, 21, 6.89, 6.99, 1, 1, 'ai_sell', '2024-07-11 19:35:07', '2024-07-11 19:35:07', '2024-07-11 20:36:05'),
(21893, 1872, 22234, 4592, 9, 22, 161.60, 163.05, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:03'),
(21894, 1872, 22235, 896, 3, 22, 11.21, 11.31, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21895, 1872, 22236, 5259, 1, 22, 31.49, 31.77, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21896, 1872, 22237, 2087, 9, 22, 530.00, 534.77, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21897, 1872, 22238, 4672, 1, 22, 14.65, 14.78, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21898, 1872, 22239, 468, 6, 22, 143.51, 144.80, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21899, 1872, 22240, 4276, 3, 22, 10.82, 10.92, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21900, 1872, 22241, 1501, 9, 22, 27.27, 27.52, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21901, 1872, 22242, 1698, 9, 22, 21.00, 21.19, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:04'),
(21902, 1872, 22243, 4982, 1, 22, 86.70, 87.48, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21903, 1872, 22244, 1076, 6, 22, 51.44, 51.90, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21904, 1872, 22245, 2594, 1, 22, 15.28, 15.42, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21905, 1872, 22246, 798, 9, 22, 16.32, 16.47, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21906, 1872, 22247, 1413, 6, 22, 10.89, 10.99, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21907, 1872, 22248, 752, 6, 22, 1.04, 1.05, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21908, 1872, 22249, 949, 9, 22, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21909, 1872, 22250, 1827, 9, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-11 21:11:04', '2024-07-11 21:11:04', '2024-07-11 22:12:05'),
(21910, 1876, 22251, 4861, 5, NULL, 141.00, 142.41, 1, 1, 'manual_sell', '2024-07-12 05:04:20', '2024-07-12 05:04:20', '2024-07-12 06:05:04'),
(21911, 1886, 22252, 291, 5, NULL, 15.00, 15.15, 15, 1, 'manual_sell', '2024-07-12 09:45:58', '2024-07-12 09:45:58', '2024-07-12 10:46:02'),
(21912, 1877, 22253, 5101, 9, 23, 234.25, 237.76, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:03'),
(21913, 1877, 22254, 115, 3, 23, 263.79, 267.75, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21914, 1877, 22255, 1419, 9, 23, 41.60, 42.22, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21915, 1877, 22256, 2651, 6, 23, 16.15, 16.39, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21916, 1877, 22257, 1675, 1, 23, 29.43, 29.87, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21917, 1877, 22258, 5351, 3, 23, 85.69, 86.98, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21918, 1877, 22259, 3564, 3, 23, 288.70, 293.03, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21919, 1877, 22260, 4914, 9, 23, 35.35, 35.88, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21920, 1877, 22261, 2093, 3, 23, 10.50, 10.66, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21921, 1877, 22262, 5746, 9, 23, 75.24, 76.37, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21922, 1877, 22263, 2023, 9, 23, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21923, 1877, 22264, 720, 3, 23, 38.33, 38.90, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21924, 1877, 22265, 3898, 3, 23, 6969.00, 7073.54, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21925, 1877, 22266, 1931, 9, 23, 1579.53, 1603.22, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21926, 1877, 22267, 4701, 6, 23, 60.66, 61.57, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21927, 1877, 22268, 2469, 6, 23, 157.19, 159.55, 1, 1, 'ai_sell', '2024-07-12 11:51:03', '2024-07-12 11:51:03', '2024-07-12 12:51:04'),
(21928, 1877, 22269, 1645, 9, 23, 3.89, 3.95, 1, 1, 'ai_sell', '2024-07-12 11:51:04', '2024-07-12 11:51:04', '2024-07-12 12:52:03'),
(21929, 1877, 22270, 4340, 6, 23, 202.95, 205.99, 1, 1, 'ai_sell', '2024-07-12 11:51:04', '2024-07-12 11:51:04', '2024-07-12 12:52:03'),
(21930, 1877, 22271, 3588, 6, 23, 15.80, 16.04, 1, 1, 'ai_sell', '2024-07-12 11:51:04', '2024-07-12 11:51:04', '2024-07-12 12:52:03'),
(21931, 1877, 22272, 728, 6, 23, 33.23, 33.73, 1, 1, 'ai_sell', '2024-07-12 11:51:04', '2024-07-12 11:51:04', '2024-07-12 12:52:03'),
(21932, 1877, 22273, 56, 1, 23, 7.28, 7.39, 1, 1, 'ai_sell', '2024-07-12 11:51:04', '2024-07-12 11:51:04', '2024-07-12 12:52:03'),
(21933, 1877, 22274, 1827, 6, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-12 11:51:04', '2024-07-12 11:51:04', '2024-07-12 12:52:03'),
(21934, 1877, 22275, 1894, 3, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-12 11:51:04', '2024-07-12 11:51:04', '2024-07-12 12:52:03'),
(21935, 1877, 22276, 1827, 3, 23, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-12 11:52:05', '2024-07-12 11:52:05', '2024-07-12 12:53:03'),
(21936, 1869, 9380, 2436, 1, NULL, 15.60, 16.06, 2, 2, 'manual_sell', '2024-07-12 12:17:42', '2024-07-12 12:17:42', '2024-07-12 13:18:03'),
(21937, 1869, 9379, 3131, 3, NULL, 22.86, 23.77, 2, 2, 'manual_sell', '2024-07-12 12:19:42', '2024-07-12 12:19:42', '2024-07-12 13:20:05'),
(21938, 1869, 9378, 5255, 5, NULL, 25.66, 26.42, 2, 2, 'manual_sell', '2024-07-12 12:21:11', '2024-07-12 12:21:11', '2024-07-12 13:22:04'),
(21939, 1869, 9377, 4410, 9, NULL, 15.73, 32.71, 2, 2, 'manual_sell', '2024-07-12 12:23:47', '2024-07-12 12:23:47', '2024-07-12 13:24:04'),
(21940, 1798, 22277, 5999, 5, NULL, 241.00, 243.41, 1, 1, 'manual_sell', '2024-07-12 16:02:06', '2024-07-12 16:02:06', '2024-07-12 17:03:02'),
(21941, 1798, 22278, 3530, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-07-12 16:05:31', '2024-07-12 16:05:31', '2024-07-12 17:06:03'),
(21942, 1798, 22279, 5619, 5, NULL, 100.00, 101.00, 2, 1, 'manual_sell', '2024-07-12 16:44:06', '2024-07-12 16:44:06', '2024-07-12 17:45:05'),
(21943, 1798, 22280, 3121, 5, NULL, 81.00, 81.81, 1, 1, 'manual_sell', '2024-07-12 16:52:35', '2024-07-12 16:52:35', '2024-07-12 17:53:02'),
(21944, 1850, 22281, 1030, 5, NULL, 26.00, 26.26, 10, 1, 'manual_sell', '2024-07-12 19:51:29', '2024-07-12 19:51:29', '2024-07-12 20:52:03'),
(21945, 1850, 22282, 4796, 5, NULL, 10.50, 10.60, 8, 1, 'manual_sell', '2024-07-12 19:52:32', '2024-07-12 19:52:32', '2024-07-12 20:53:03'),
(21946, 1881, 22283, 4245, 3, 21, 15.92, 16.16, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:03'),
(21947, 1881, 22284, 4684, 3, 21, 36.84, 37.39, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:03'),
(21948, 1881, 22285, 4473, 6, 21, 226.60, 230.00, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:03'),
(21949, 1881, 22286, 570, 9, 21, 972.63, 987.22, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:03'),
(21950, 1881, 22287, 2536, 9, 21, 136.49, 138.54, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:03'),
(21951, 1881, 22288, 4676, 3, 21, 51.16, 51.93, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:03'),
(21952, 1881, 22289, 4216, 3, 21, 15.11, 15.34, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:03'),
(21953, 1881, 22290, 1969, 1, 21, 15.44, 15.67, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21954, 1881, 22291, 4639, 6, 21, 26.30, 26.69, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21955, 1881, 22292, 348, 9, 21, 41.76, 42.39, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21956, 1881, 22293, 616, 1, 21, 166.42, 168.92, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21957, 1881, 22294, 3578, 6, 21, 16.21, 16.45, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21958, 1881, 22295, 608, 6, 21, 2.10, 2.13, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21959, 1881, 22296, 118, 9, 21, 222.20, 225.53, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21960, 1881, 22297, 3402, 6, 21, 134.19, 136.20, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21961, 1881, 22298, 3024, 6, 21, 202.98, 206.02, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21962, 1881, 22299, 3824, 1, 21, 105.00, 106.58, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21963, 1881, 22300, 1585, 6, 21, 1.56, 1.58, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21964, 1881, 22301, 3009, 1, 21, 623.16, 632.51, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21965, 1881, 22302, 2887, 3, 21, 4.55, 4.62, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21966, 1881, 22303, 958, 6, 21, 618.12, 627.39, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21967, 1881, 22304, 642, 9, 21, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21968, 1881, 22305, 4807, 3, 21, 27.26, 27.67, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21969, 1881, 22306, 546, 3, 21, 8.08, 8.20, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21970, 1881, 22307, 3027, 9, 21, 3392.00, 3442.88, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21971, 1881, 22308, 1022, 3, 21, 28.84, 29.27, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21972, 1881, 22309, 1115, 1, 21, 173.40, 176.00, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21973, 1881, 22310, 1077, 3, 21, 162.18, 164.61, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21974, 1881, 22311, 512, 6, 21, 40.59, 41.20, 1, 1, 'ai_sell', '2024-07-12 20:47:04', '2024-07-12 20:47:04', '2024-07-12 21:48:04'),
(21975, 1881, 22312, 2759, 3, 21, 180.92, 183.63, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21976, 1881, 22313, 4859, 3, 21, 7.51, 7.62, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21977, 1881, 22314, 471, 9, 21, 338.28, 343.35, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21978, 1881, 22315, 1851, 1, 21, 66.24, 67.23, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21979, 1881, 22316, 4776, 3, 21, 72.05, 73.13, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21980, 1881, 22317, 2494, 1, 21, 52.44, 53.23, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21981, 1881, 22318, 3104, 1, 21, 1150.51, 1167.77, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21982, 1881, 22319, 2833, 1, 21, 40.67, 41.28, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21983, 1881, 22320, 1176, 6, 21, 23.90, 24.26, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21984, 1881, 22321, 183, 3, 21, 408.00, 414.12, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21985, 1881, 22322, 3501, 3, 21, 9.45, 9.59, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21986, 1881, 22323, 5092, 3, 21, 24.97, 25.34, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21987, 1881, 22324, 2051, 3, 21, 4.71, 4.78, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21988, 1881, 22325, 817, 3, 21, 67.56, 68.57, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:04'),
(21989, 1881, 22326, 980, 9, 21, 9.27, 9.41, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:05'),
(21990, 1881, 22327, 4167, 1, 21, 190.75, 193.61, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:05'),
(21991, 1881, 22328, 5680, 1, 21, 50.39, 51.15, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:05'),
(21992, 1881, 22329, 2978, 3, 21, 210.59, 213.75, 1, 1, 'ai_sell', '2024-07-12 20:48:04', '2024-07-12 20:48:04', '2024-07-12 21:49:05'),
(21993, 1881, 22330, 2805, 6, 21, 1283.78, 1303.04, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(21994, 1881, 22331, 4233, 6, 21, 47.67, 48.39, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(21995, 1881, 22332, 3674, 1, 21, 9.26, 9.40, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(21996, 1881, 22333, 1339, 6, 21, 30.90, 31.36, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(21997, 1881, 22334, 1005, 6, 21, 10.60, 10.76, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(21998, 1881, 22335, 1480, 9, 21, 3.87, 3.93, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(21999, 1881, 22336, 5110, 3, 21, 14.84, 15.06, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22000, 1881, 22337, 1690, 6, 21, 17.26, 17.52, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22001, 1881, 22338, 433, 3, 21, 266.23, 270.22, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22002, 1881, 22339, 2930, 1, 21, 29.57, 30.01, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22003, 1881, 22340, 1638, 3, 21, 14.63, 14.85, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22004, 1881, 22341, 2200, 3, 21, 13.65, 13.85, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22005, 1881, 22342, 5716, 3, 21, 262.50, 266.44, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22006, 1881, 22343, 3904, 6, 21, 77.23, 78.39, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22007, 1881, 22344, 855, 6, 21, 30.54, 31.00, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22008, 1881, 22345, 626, 3, 21, 3.18, 3.23, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22009, 1881, 22346, 1955, 1, 21, 3.71, 3.77, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22010, 1881, 22347, 6115, 3, 21, 5.08, 5.16, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22011, 1881, 22348, 5824, 1, 21, 1.43, 1.45, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22012, 1881, 22349, 1827, 9, 21, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-12 20:48:05', '2024-07-12 20:48:05', '2024-07-12 21:49:05'),
(22013, 1872, 22350, 561, 9, 22, 42.00, 42.38, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22014, 1872, 22351, 1117, 3, 22, 360.50, 363.74, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22015, 1872, 22352, 1762, 6, 22, 161.60, 163.05, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22016, 1872, 22353, 5571, 9, 22, 65.22, 65.81, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22017, 1872, 22354, 3882, 9, 22, 20.59, 20.78, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22018, 1872, 22355, 4415, 9, 22, 209.03, 210.91, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22019, 1872, 22356, 1671, 3, 22, 84.79, 85.55, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22020, 1872, 22357, 5866, 3, 22, 148.19, 149.52, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22021, 1872, 22358, 2489, 1, 22, 29.10, 29.36, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22022, 1872, 22359, 5640, 6, 22, 8.15, 8.22, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22023, 1872, 22360, 1837, 1, 22, 1.02, 1.03, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22024, 1872, 22361, 5229, 1, 22, 4.32, 4.36, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22025, 1872, 22362, 5347, 3, 22, 6.17, 6.23, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22026, 1872, 22363, 672, 3, 22, 3.06, 3.09, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22027, 1872, 22364, 1827, 3, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-12 22:23:04', '2024-07-12 22:23:04', '2024-07-12 23:24:04'),
(22028, 1876, 22365, 1785, 5, NULL, 50.00, 51.00, 2, 2, 'manual_sell', '2024-07-13 11:00:29', '2024-07-13 11:00:29', '2024-07-13 12:01:04'),
(22029, 1876, 22366, 4736, 5, NULL, 21.00, 21.42, 2, 2, 'manual_sell', '2024-07-13 11:01:10', '2024-07-13 11:01:10', '2024-07-13 12:02:03'),
(22030, 1877, 22368, 3066, 1, 23, 236.25, 239.79, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:03'),
(22031, 1877, 22369, 2690, 9, 23, 744.11, 755.27, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:03'),
(22032, 1877, 22370, 5868, 9, 23, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22033, 1877, 22371, 4392, 1, 23, 105.25, 106.83, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22034, 1877, 22372, 4843, 1, 23, 151.49, 153.76, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22035, 1877, 22373, 3669, 6, 23, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22036, 1877, 22374, 4291, 6, 23, 154.50, 156.82, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22037, 1877, 22375, 1152, 9, 23, 34.98, 35.50, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22038, 1877, 22376, 3700, 3, 23, 212.85, 216.04, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22039, 1877, 22377, 3981, 3, 23, 5.24, 5.32, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22040, 1877, 22378, 2163, 6, 23, 51.97, 52.75, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22041, 1877, 22379, 4536, 9, 23, 66.35, 67.35, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22042, 1877, 22380, 1320, 6, 23, 73.03, 74.13, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22043, 1877, 22381, 3166, 1, 23, 25.06, 25.44, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22044, 1877, 22382, 5947, 6, 23, 7873.40, 7991.50, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22045, 1877, 22383, 2418, 6, 23, 145.60, 147.78, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22046, 1877, 22384, 3848, 6, 23, 198.90, 201.88, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22047, 1877, 22385, 5743, 1, 23, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22048, 1877, 22386, 2456, 9, 23, 12.01, 12.19, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22049, 1877, 22387, 2237, 1, 23, 36.40, 36.95, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:04'),
(22050, 1877, 22388, 1384, 1, 23, 41.82, 42.45, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22051, 1877, 22389, 5887, 9, 23, 16.63, 16.88, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22052, 1877, 22390, 5912, 3, 23, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22053, 1877, 22391, 5786, 9, 23, 12.68, 12.87, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22054, 1877, 22392, 2730, 1, 23, 19.18, 19.47, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22055, 1877, 22393, 5232, 6, 23, 9.35, 9.49, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22056, 1877, 22394, 3296, 3, 23, 1.20, 1.22, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22057, 1877, 22395, 949, 9, 23, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22058, 1877, 22396, 1811, 6, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-13 13:04:04', '2024-07-13 13:04:04', '2024-07-13 14:05:05'),
(22059, 1876, 22365, 1785, 5, NULL, 50.00, 50.50, 2, 1, 'manual_sell', '2024-07-13 13:05:58', '2024-07-13 13:05:58', '2024-07-13 14:06:03'),
(22060, 1876, 22366, 4736, 5, NULL, 21.00, 21.21, 2, 1, 'manual_sell', '2024-07-13 13:06:47', '2024-07-13 13:06:47', '2024-07-13 14:07:02'),
(22061, 1886, 22397, 33, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-07-13 13:26:18', '2024-07-13 13:26:18', '2024-07-13 14:27:02'),
(22062, 1886, 22367, 6097, 5, NULL, 11.00, 11.11, 20, 1, 'manual_sell', '2024-07-13 13:26:42', '2024-07-13 13:26:42', '2024-07-13 14:27:02'),
(22063, 1798, 22404, 1966, 5, NULL, 300.00, 306.00, 1, 2, 'manual_sell', '2024-07-13 18:08:09', '2024-07-13 18:08:09', '2024-07-13 19:09:04'),
(22064, 1798, 22403, 2710, 5, NULL, 28.00, 28.56, 1, 2, 'manual_sell', '2024-07-13 18:10:25', '2024-07-13 18:10:25', '2024-07-13 19:11:03'),
(22065, 1798, 22405, 2344, 5, NULL, 101.00, 103.02, 1, 2, 'manual_sell', '2024-07-13 18:12:12', '2024-07-13 18:12:12', '2024-07-13 19:13:04'),
(22066, 1798, 22406, 2494, 5, NULL, 50.00, 51.00, 2, 2, 'manual_sell', '2024-07-13 18:14:45', '2024-07-13 18:14:45', '2024-07-13 19:15:05'),
(22067, 1798, 22407, 1989, 5, NULL, 50.00, 51.00, 4, 2, 'manual_sell', '2024-07-13 18:24:36', '2024-07-13 18:24:36', '2024-07-13 19:25:05'),
(22068, 1798, 22404, 1966, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-13 19:10:25', '2024-07-13 19:10:25', '2024-07-13 20:11:03'),
(22069, 1798, 22403, 2710, 5, NULL, 28.00, 28.28, 1, 1, 'manual_sell', '2024-07-13 19:17:38', '2024-07-13 19:17:38', '2024-07-13 20:18:03'),
(22070, 1798, 22405, 2344, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-07-13 19:19:15', '2024-07-13 19:19:15', '2024-07-13 20:20:04'),
(22071, 1798, 22406, 2494, 5, NULL, 50.00, 50.50, 2, 1, 'manual_sell', '2024-07-13 19:20:12', '2024-07-13 19:20:12', '2024-07-13 20:21:02'),
(22072, 1798, 22407, 1989, 5, NULL, 50.00, 50.50, 4, 1, 'manual_sell', '2024-07-13 19:27:12', '2024-07-13 19:27:12', '2024-07-13 20:28:03'),
(22073, 1881, 22408, 5408, 1, 21, 121.69, 123.52, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:04'),
(22074, 1881, 22409, 4912, 1, 21, 666.59, 676.59, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:06'),
(22075, 1881, 22410, 4134, 3, 21, 10.50, 10.66, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:06'),
(22076, 1881, 22411, 954, 3, 21, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:06'),
(22077, 1881, 22412, 2771, 3, 21, 303.45, 308.00, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:06'),
(22078, 1881, 22413, 3973, 1, 21, 127.03, 128.94, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:06'),
(22079, 1881, 22414, 3366, 9, 21, 31.79, 32.27, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:06'),
(22080, 1881, 22415, 5245, 9, 21, 21.84, 22.17, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22081, 1881, 22416, 2296, 9, 21, 11.66, 11.83, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22082, 1881, 22417, 5704, 9, 21, 2.51, 2.55, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22083, 1881, 22418, 3778, 3, 21, 117.51, 119.27, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22084, 1881, 22419, 4512, 6, 21, 53.01, 53.81, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22085, 1881, 22420, 2220, 1, 21, 46.71, 47.41, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22086, 1881, 22421, 2760, 9, 21, 1431.00, 1452.47, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22087, 1881, 22422, 4812, 3, 21, 58.62, 59.50, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:07'),
(22088, 1881, 22423, 688, 3, 21, 2710.14, 2750.79, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22089, 1881, 22424, 1626, 6, 21, 1107.25, 1123.86, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22090, 1881, 22425, 609, 9, 21, 2835.00, 2877.53, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22091, 1881, 22426, 4036, 3, 21, 6.16, 6.25, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22092, 1881, 22427, 104, 3, 21, 34.69, 35.21, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22093, 1881, 22428, 791, 1, 21, 78.75, 79.93, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22094, 1881, 22429, 3608, 9, 21, 86.44, 87.74, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22095, 1881, 22430, 1438, 3, 21, 24.96, 25.33, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22096, 1881, 22431, 2052, 6, 21, 153.32, 155.62, 1, 1, 'ai_sell', '2024-07-13 22:01:04', '2024-07-13 22:01:04', '2024-07-13 23:01:08'),
(22097, 1881, 22432, 592, 9, 21, 482.30, 489.53, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:03'),
(22098, 1881, 22433, 5360, 3, 21, 211.04, 214.21, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:03'),
(22099, 1881, 22434, 5990, 9, 21, 4.72, 4.79, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:04'),
(22100, 1881, 22435, 4348, 9, 21, 239.19, 242.78, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:04'),
(22101, 1881, 22436, 3359, 1, 21, 9.45, 9.59, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:04'),
(22102, 1881, 22437, 1603, 9, 21, 34.58, 35.10, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:04'),
(22103, 1881, 22438, 4627, 6, 21, 137.69, 139.76, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:04'),
(22104, 1881, 22439, 327, 9, 21, 138.09, 140.16, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:04'),
(22105, 1881, 22440, 280, 3, 21, 289.79, 294.14, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:04'),
(22106, 1881, 22441, 2629, 3, 21, 24.14, 24.50, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:05'),
(22107, 1881, 22442, 5812, 9, 21, 1.50, 1.52, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:05'),
(22108, 1881, 22443, 2913, 1, 21, 29.28, 29.72, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:05'),
(22109, 1881, 22444, 3090, 3, 21, 5.15, 5.23, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:05'),
(22110, 1881, 22445, 5305, 3, 21, 18.53, 18.81, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:05'),
(22111, 1881, 22446, 2438, 6, 21, 135.20, 137.23, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:05'),
(22112, 1881, 22447, 410, 3, 21, 84.64, 85.91, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:06'),
(22113, 1881, 22448, 1457, 1, 21, 11.41, 11.58, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:06'),
(22114, 1881, 22449, 2811, 6, 21, 47.37, 48.08, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:06'),
(22115, 1881, 22450, 763, 3, 21, 32.18, 32.66, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:06'),
(22116, 1881, 22451, 4476, 9, 21, 40.17, 40.77, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:06'),
(22117, 1881, 22452, 1583, 6, 21, 463.50, 470.45, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22118, 1881, 22453, 748, 6, 21, 9.36, 9.50, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22119, 1881, 22454, 2555, 6, 21, 49.28, 50.02, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22120, 1881, 22455, 1719, 9, 21, 1.10, 1.12, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22121, 1881, 22456, 33, 1, 21, 6.24, 6.33, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22122, 1881, 22457, 2344, 6, 21, 106.00, 107.59, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22123, 1881, 22458, 324, 9, 21, 12.77, 12.96, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22124, 1881, 22459, 4713, 1, 21, 3.32, 3.37, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:07'),
(22125, 1881, 22460, 634, 3, 21, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-13 22:01:05', '2024-07-13 22:01:05', '2024-07-13 23:02:08'),
(22126, 1872, 22461, 2292, 3, 22, 210.94, 212.84, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:02'),
(22127, 1872, 22462, 253, 1, 22, 84.99, 85.75, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22128, 1872, 22463, 3660, 1, 22, 7.20, 7.26, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22129, 1872, 22464, 5026, 9, 22, 18.35, 18.52, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22130, 1872, 22465, 5435, 6, 22, 8.21, 8.28, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22131, 1872, 22466, 4031, 1, 22, 62.99, 63.56, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22132, 1872, 22467, 1711, 6, 22, 94.50, 95.35, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22133, 1872, 22468, 1648, 6, 22, 9.36, 9.44, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22134, 1872, 22469, 5178, 3, 22, 102.81, 103.74, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22135, 1872, 22470, 2496, 6, 22, 113.92, 114.95, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22136, 1872, 22471, 1716, 1, 22, 7.34, 7.41, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22137, 1872, 22472, 1419, 3, 22, 41.20, 41.57, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22138, 1872, 22473, 1287, 3, 22, 40.88, 41.25, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22139, 1872, 22474, 862, 3, 22, 4.08, 4.12, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:03'),
(22140, 1872, 22475, 228, 9, 22, 5.09, 5.14, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22141, 1872, 22476, 4796, 6, 22, 10.62, 10.72, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22142, 1872, 22477, 3160, 6, 22, 209.03, 210.91, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22143, 1872, 22478, 46, 9, 22, 10.60, 10.70, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22144, 1872, 22479, 1355, 1, 22, 17.51, 17.67, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22145, 1872, 22480, 321, 1, 22, 75.35, 76.03, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22146, 1872, 22481, 1913, 6, 22, 14.26, 14.39, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22147, 1872, 22482, 4219, 1, 22, 1.30, 1.31, 1, 1, 'ai_sell', '2024-07-13 23:36:05', '2024-07-13 23:36:05', '2024-07-14 00:37:04'),
(22148, 1872, 22483, 4104, 3, 22, 2.06, 2.08, 1, 1, 'ai_sell', '2024-07-13 23:36:06', '2024-07-13 23:36:06', '2024-07-14 00:37:04'),
(22149, 1872, 22484, 24, 1, 22, 1.01, 1.02, 1, 1, 'ai_sell', '2024-07-13 23:36:06', '2024-07-13 23:36:06', '2024-07-14 00:37:04'),
(22150, 1872, 22485, 1844, 9, 22, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-13 23:36:06', '2024-07-13 23:36:06', '2024-07-14 00:37:04'),
(22151, 1872, 22486, 1811, 9, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-13 23:36:06', '2024-07-13 23:36:06', '2024-07-14 00:37:04'),
(22152, 1850, 22487, 5466, 3, 24, 21.20, 21.52, 1, 1, 'ai_sell', '2024-07-14 06:27:05', '2024-07-14 06:27:05', '2024-07-14 07:28:03'),
(22153, 1850, 22488, 1042, 1, 24, 18.54, 18.82, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:03'),
(22154, 1850, 22489, 1226, 3, 24, 260.10, 264.00, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:03'),
(22155, 1850, 22490, 776, 1, 24, 9.44, 9.58, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:03'),
(22156, 1850, 22491, 6109, 3, 24, 6.06, 6.15, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:03'),
(22157, 1850, 22492, 4159, 3, 24, 28.34, 28.77, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:03'),
(22158, 1850, 22493, 3082, 9, 24, 12.10, 12.28, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:03'),
(22159, 1850, 22494, 1090, 6, 24, 609.00, 618.14, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:04'),
(22160, 1850, 22495, 4387, 1, 24, 4.89, 4.96, 1, 1, 'ai_sell', '2024-07-14 06:28:04', '2024-07-14 06:28:04', '2024-07-14 07:29:04'),
(22161, 1850, 22496, 3868, 3, 24, 112.33, 114.01, 1, 1, 'ai_sell', '2024-07-14 06:28:05', '2024-07-14 06:28:05', '2024-07-14 07:29:04'),
(22162, 1850, 22497, 2482, 1, 24, 15.89, 16.13, 1, 1, 'ai_sell', '2024-07-14 06:28:05', '2024-07-14 06:28:05', '2024-07-14 07:29:04'),
(22163, 1850, 22498, 1837, 3, 24, 1.05, 1.07, 1, 1, 'ai_sell', '2024-07-14 06:28:05', '2024-07-14 06:28:05', '2024-07-14 07:29:04'),
(22164, 1850, 22499, 752, 3, 24, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-14 06:28:05', '2024-07-14 06:28:05', '2024-07-14 07:29:04'),
(22165, 1877, 22500, 3890, 3, 23, 307.40, 312.01, 1, 1, 'ai_sell', '2024-07-14 14:17:03', '2024-07-14 14:17:03', '2024-07-14 15:17:03'),
(22166, 1877, 22501, 2740, 3, 23, 31.49, 31.96, 1, 1, 'ai_sell', '2024-07-14 14:17:03', '2024-07-14 14:17:03', '2024-07-14 15:17:03'),
(22167, 1877, 22502, 3950, 9, 23, 2118.94, 2150.72, 1, 1, 'ai_sell', '2024-07-14 14:17:03', '2024-07-14 14:17:03', '2024-07-14 15:17:03'),
(22168, 1877, 22503, 1057, 1, 23, 32.13, 32.61, 1, 1, 'ai_sell', '2024-07-14 14:17:03', '2024-07-14 14:17:03', '2024-07-14 15:17:03'),
(22169, 1877, 22504, 476, 6, 23, 152.10, 154.38, 1, 1, 'ai_sell', '2024-07-14 14:17:03', '2024-07-14 14:17:03', '2024-07-14 15:17:03'),
(22170, 1877, 22505, 580, 1, 23, 180.25, 182.95, 1, 1, 'ai_sell', '2024-07-14 14:17:03', '2024-07-14 14:17:03', '2024-07-14 15:17:03'),
(22171, 1877, 22506, 5604, 9, 23, 189.52, 192.36, 1, 1, 'ai_sell', '2024-07-14 14:17:03', '2024-07-14 14:17:03', '2024-07-14 15:17:03'),
(22172, 1877, 22507, 4945, 6, 23, 17.62, 17.88, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22173, 1877, 22508, 4382, 6, 23, 15.40, 15.63, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22174, 1877, 22509, 205, 3, 23, 56.62, 57.47, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22175, 1877, 22510, 4653, 1, 23, 133.90, 135.91, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22176, 1877, 22511, 2014, 6, 23, 204.09, 207.15, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22177, 1877, 22512, 5300, 1, 23, 585.53, 594.31, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22178, 1877, 22513, 2861, 6, 23, 56.64, 57.49, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22179, 1877, 22514, 1207, 1, 23, 59.74, 60.64, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22180, 1877, 22515, 5451, 1, 23, 50.19, 50.94, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22181, 1877, 22516, 4454, 3, 23, 1534.70, 1557.72, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22182, 1877, 22517, 954, 1, 23, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22183, 1877, 22518, 1775, 1, 23, 258.64, 262.52, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22184, 1877, 22519, 278, 6, 23, 322.31, 327.14, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22185, 1877, 22520, 2356, 3, 23, 82.40, 83.64, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22186, 1877, 22521, 2743, 6, 23, 41.59, 42.21, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22187, 1877, 22522, 4180, 3, 23, 41.60, 42.22, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22188, 1877, 22523, 897, 6, 23, 469.19, 476.23, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22189, 1877, 22524, 5142, 3, 23, 300.57, 305.08, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22190, 1877, 22525, 429, 3, 23, 347.27, 352.48, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22191, 1877, 22526, 3355, 1, 23, 1206.95, 1225.05, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22192, 1877, 22527, 5583, 6, 23, 529.95, 537.90, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22193, 1877, 22528, 3363, 3, 23, 212.00, 215.18, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22194, 1877, 22529, 5519, 1, 23, 833.03, 845.53, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:04'),
(22195, 1877, 22530, 2455, 1, 23, 49.44, 50.18, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:05'),
(22196, 1877, 22531, 379, 3, 23, 7.21, 7.32, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:05'),
(22197, 1877, 22532, 636, 6, 23, 7.07, 7.18, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:05'),
(22198, 1877, 22533, 1850, 1, 23, 0.57, 0.58, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:05'),
(22199, 1877, 22534, 1827, 6, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:05'),
(22200, 1877, 22535, 1894, 6, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(22201, 1877, 22536, 1811, 9, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-14 14:17:04', '2024-07-14 14:17:04', '2024-07-14 15:18:05'),
(22202, 1886, 22537, 3312, 5, NULL, 69.00, 69.69, 3, 1, 'manual_sell', '2024-07-14 14:34:33', '2024-07-14 14:34:33', '2024-07-14 15:35:04'),
(22203, 1886, 22538, 898, 5, NULL, 11.00, 11.11, 2, 1, 'manual_sell', '2024-07-14 14:34:55', '2024-07-14 14:34:55', '2024-07-14 15:35:04'),
(22204, 1876, 22539, 3611, 5, NULL, 126.00, 127.26, 1, 1, 'manual_sell', '2024-07-14 16:39:35', '2024-07-14 16:39:35', '2024-07-14 17:40:04'),
(22205, 1876, 22540, 5533, 5, NULL, 18.00, 18.18, 1, 1, 'manual_sell', '2024-07-14 16:40:19', '2024-07-14 16:40:19', '2024-07-14 17:41:03'),
(22206, 1798, 22541, 2544, 5, NULL, 530.00, 535.30, 1, 1, 'manual_sell', '2024-07-14 20:41:36', '2024-07-14 20:41:36', '2024-07-14 21:42:02'),
(22207, 1798, 22542, 3789, 5, NULL, 211.00, 213.11, 1, 1, 'manual_sell', '2024-07-14 20:49:12', '2024-07-14 20:49:12', '2024-07-14 21:50:04'),
(22208, 1881, 22543, 356, 1, 21, 2205.82, 2238.91, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:04'),
(22209, 1881, 22544, 4368, 3, 21, 52.50, 53.29, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22210, 1881, 22545, 6135, 6, 21, 19.08, 19.37, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22211, 1881, 22546, 4164, 6, 21, 1356.79, 1377.14, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22212, 1881, 22547, 4788, 6, 21, 474.58, 481.70, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22213, 1881, 22548, 5314, 3, 21, 157.45, 159.81, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22214, 1881, 22549, 3091, 3, 21, 44.43, 45.10, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22215, 1881, 22550, 1639, 3, 21, 16.30, 16.54, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22216, 1881, 22551, 2858, 3, 21, 3180.00, 3227.70, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22217, 1881, 22552, 4561, 6, 21, 4680.00, 4750.20, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22218, 1881, 22553, 2680, 6, 21, 27.98, 28.40, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22219, 1881, 22554, 4042, 1, 21, 222.59, 225.93, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22220, 1881, 22555, 2144, 3, 21, 33.31, 33.81, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:06'),
(22221, 1881, 22556, 5860, 9, 21, 83.99, 85.25, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22222, 1881, 22557, 2651, 3, 21, 16.31, 16.55, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22223, 1881, 22558, 3655, 6, 21, 18.69, 18.97, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22224, 1881, 22559, 3108, 1, 21, 258.96, 262.84, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22225, 1881, 22560, 1237, 3, 21, 23.58, 23.93, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22226, 1881, 22561, 5007, 3, 21, 6.55, 6.65, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22227, 1881, 22562, 2023, 9, 21, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22228, 1881, 22563, 1844, 9, 21, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-14 23:14:06', '2024-07-14 23:14:06', '2024-07-15 00:15:07'),
(22229, 1872, 22564, 2065, 1, 22, 7.52, 7.59, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:03'),
(22230, 1872, 22565, 1960, 6, 22, 84.75, 85.51, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22231, 1872, 22566, 2031, 6, 22, 558.62, 563.65, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22232, 1872, 22567, 5105, 9, 22, 22.82, 23.03, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22233, 1872, 22568, 5161, 3, 22, 34.64, 34.95, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22234, 1872, 22569, 2321, 1, 22, 152.93, 154.31, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22235, 1872, 22570, 2739, 1, 22, 293.28, 295.92, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22236, 1872, 22571, 1445, 3, 22, 2.55, 2.57, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22237, 1872, 22572, 3741, 3, 22, 4.15, 4.19, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22238, 1872, 22573, 1588, 1, 22, 3.18, 3.21, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22239, 1872, 22574, 1827, 6, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-15 00:48:07', '2024-07-15 00:48:07', '2024-07-15 01:49:05'),
(22240, 1850, 22575, 2265, 6, 24, 186.85, 189.65, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:02'),
(22241, 1850, 22576, 3667, 3, 24, 19.56, 19.85, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22242, 1850, 22577, 2005, 1, 24, 80.34, 81.55, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22243, 1850, 22578, 1338, 3, 24, 17.17, 17.43, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22244, 1850, 22579, 2312, 6, 24, 144.20, 146.36, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22245, 1850, 22580, 660, 9, 24, 2.06, 2.09, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22246, 1850, 22581, 4531, 3, 24, 370.79, 376.35, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22247, 1850, 22582, 5113, 9, 24, 15.57, 15.80, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22248, 1850, 22583, 2861, 9, 24, 57.74, 58.61, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22249, 1850, 22584, 1345, 6, 24, 19.38, 19.67, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22250, 1850, 22585, 2543, 6, 24, 88.40, 89.73, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22251, 1850, 22586, 5421, 9, 24, 7.16, 7.27, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22252, 1850, 22587, 1364, 6, 24, 89.76, 91.11, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22253, 1850, 22588, 465, 6, 24, 13.12, 13.32, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22254, 1850, 22589, 5751, 3, 24, 4.32, 4.38, 1, 1, 'ai_sell', '2024-07-15 07:41:05', '2024-07-15 07:41:05', '2024-07-15 08:42:04'),
(22255, 1877, 22590, 4201, 6, 23, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:03'),
(22256, 1877, 22591, 5314, 1, 23, 157.45, 159.81, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:03'),
(22257, 1877, 22592, 574, 1, 23, 969.00, 983.54, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:03'),
(22258, 1877, 22593, 1643, 9, 23, 15.60, 15.83, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:03'),
(22259, 1877, 22594, 4965, 1, 23, 9.18, 9.32, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:04'),
(22260, 1877, 22595, 4604, 1, 23, 27.27, 27.68, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:04'),
(22261, 1877, 22596, 182, 9, 23, 145.69, 147.88, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:04'),
(22262, 1877, 22597, 878, 6, 23, 295.74, 300.18, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:04'),
(22263, 1877, 22598, 5525, 6, 23, 34.54, 35.06, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:04'),
(22264, 1877, 22599, 2455, 6, 23, 49.44, 50.18, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:04'),
(22265, 1877, 22600, 2299, 3, 23, 11.44, 11.61, 1, 1, 'ai_sell', '2024-07-15 15:30:07', '2024-07-15 15:30:07', '2024-07-15 16:31:04'),
(22266, 1877, 22601, 3572, 3, 23, 32.73, 33.22, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:04'),
(22267, 1877, 22602, 3526, 1, 23, 102.00, 103.53, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:04'),
(22268, 1877, 22603, 1574, 6, 23, 201.40, 204.42, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:04'),
(22269, 1877, 22604, 2892, 6, 23, 316.04, 320.78, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:04'),
(22270, 1877, 22605, 696, 1, 23, 84.15, 85.41, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:04'),
(22271, 1877, 22606, 2162, 9, 23, 52.95, 53.74, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22272, 1877, 22607, 2219, 3, 23, 260.96, 264.87, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22273, 1877, 22608, 145, 1, 23, 70.38, 71.44, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22274, 1877, 22609, 2934, 6, 23, 116.54, 118.29, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22275, 1877, 22610, 4230, 6, 23, 187.94, 190.76, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22276, 1877, 22611, 2809, 9, 23, 36.81, 37.36, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22277, 1877, 22612, 2931, 6, 23, 596.96, 605.91, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22278, 1877, 22613, 5082, 3, 23, 23.89, 24.25, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22279, 1877, 22614, 3047, 1, 23, 42.63, 43.27, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22280, 1877, 22615, 2865, 1, 23, 55.54, 56.37, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22281, 1877, 22616, 3290, 1, 23, 319.05, 323.84, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22282, 1877, 22617, 4817, 1, 23, 18.29, 18.56, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22283, 1877, 22618, 4706, 9, 23, 108.98, 110.61, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22284, 1877, 22619, 3701, 3, 23, 18.01, 18.28, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22285, 1877, 22620, 3512, 3, 23, 525.53, 533.41, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22286, 1877, 22621, 4696, 6, 23, 25.50, 25.88, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22287, 1877, 22622, 5241, 6, 23, 32.60, 33.09, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:05'),
(22288, 1877, 22623, 355, 6, 23, 11.18, 11.35, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:06'),
(22289, 1877, 22624, 3935, 1, 23, 91.15, 92.52, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:06'),
(22290, 1877, 22625, 2410, 3, 23, 2038.40, 2068.98, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:06'),
(22291, 1877, 22626, 3584, 9, 23, 246.97, 250.67, 1, 1, 'ai_sell', '2024-07-15 15:30:08', '2024-07-15 15:30:08', '2024-07-15 16:31:06'),
(22292, 1877, 22627, 3384, 3, 23, 9.37, 9.51, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22293, 1877, 22628, 4350, 6, 23, 897.59, 911.05, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22294, 1877, 22629, 995, 1, 23, 107.60, 109.21, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22295, 1877, 22630, 2012, 3, 23, 202.78, 205.82, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22296, 1877, 22631, 3339, 3, 23, 151.50, 153.77, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22297, 1877, 22632, 1391, 9, 23, 40.56, 41.17, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22298, 1877, 22633, 3776, 6, 23, 107.09, 108.70, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22299, 1877, 22634, 3303, 1, 23, 1224.00, 1242.36, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22300, 1877, 22635, 293, 1, 23, 13.96, 14.17, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22301, 1877, 22636, 1431, 1, 23, 58.29, 59.16, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22302, 1877, 22637, 4178, 1, 23, 22.10, 22.43, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:06'),
(22303, 1877, 22638, 3508, 6, 23, 9.09, 9.23, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:07'),
(22304, 1877, 22639, 4534, 3, 23, 111.30, 112.97, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:07'),
(22305, 1877, 22640, 3472, 3, 23, 303.89, 308.45, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:07'),
(22306, 1877, 22641, 4884, 9, 23, 2.30, 2.33, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:07'),
(22307, 1877, 22642, 1827, 6, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-15 15:30:09', '2024-07-15 15:30:09', '2024-07-15 16:31:07'),
(22308, 1886, 22643, 2397, 5, NULL, 8.00, 8.08, 29, 1, 'manual_sell', '2024-07-15 16:03:26', '2024-07-15 16:03:26', '2024-07-15 17:04:04'),
(22309, 1798, 22644, 2056, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-15 22:30:55', '2024-07-15 22:30:55', '2024-07-15 23:31:03'),
(22310, 1798, 22645, 3108, 5, NULL, 250.00, 252.50, 1, 1, 'manual_sell', '2024-07-15 22:32:55', '2024-07-15 22:32:55', '2024-07-15 23:33:03'),
(22311, 1798, 22646, 3547, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-07-15 22:34:02', '2024-07-15 22:34:02', '2024-07-15 23:34:04'),
(22312, 1798, 22647, 3528, 5, NULL, 150.00, 151.50, 1, 1, 'manual_sell', '2024-07-15 22:35:11', '2024-07-15 22:35:11', '2024-07-15 23:36:04'),
(22313, 1881, 22648, 4696, 1, 21, 25.50, 25.88, 1, 1, 'ai_sell', '2024-07-16 00:26:04', '2024-07-16 00:26:04', '2024-07-16 01:27:03'),
(22314, 1881, 22649, 1309, 9, 21, 143.27, 145.42, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:03'),
(22315, 1881, 22650, 4467, 3, 21, 175.74, 178.38, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:03'),
(22316, 1881, 22651, 1124, 3, 21, 4.32, 4.38, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:03'),
(22317, 1881, 22652, 397, 6, 21, 29.66, 30.10, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:03'),
(22318, 1881, 22653, 4362, 1, 21, 3939.00, 3998.09, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22319, 1881, 22654, 4725, 1, 21, 376.95, 382.60, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22320, 1881, 22655, 2392, 3, 21, 135.68, 137.72, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22321, 1881, 22656, 3240, 3, 21, 103.61, 105.16, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22322, 1881, 22657, 513, 1, 21, 4637.50, 4707.06, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22323, 1881, 22658, 2219, 1, 21, 273.88, 277.99, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22324, 1881, 22659, 3034, 9, 21, 21.58, 21.90, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22325, 1881, 22660, 3453, 9, 21, 16.13, 16.37, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22326, 1881, 22661, 1241, 1, 21, 191.25, 194.12, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22327, 1881, 22662, 5953, 9, 21, 10.60, 10.76, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22328, 1881, 22663, 4864, 9, 21, 462.58, 469.52, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22329, 1881, 22664, 3436, 3, 21, 21.62, 21.94, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22330, 1881, 22665, 5528, 6, 21, 23.73, 24.09, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22331, 1881, 22666, 5685, 9, 21, 37.77, 38.34, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22332, 1881, 22667, 5505, 3, 21, 85.85, 87.14, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22333, 1881, 22668, 802, 6, 21, 64.30, 65.26, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22334, 1881, 22669, 3458, 3, 21, 15.60, 15.83, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22335, 1881, 22670, 2212, 9, 21, 42.62, 43.26, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22336, 1881, 22671, 378, 3, 21, 366.63, 372.13, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22337, 1881, 22672, 1111, 3, 21, 1515.80, 1538.54, 1, 1, 'ai_sell', '2024-07-16 00:27:05', '2024-07-16 00:27:05', '2024-07-16 01:28:04'),
(22338, 1881, 22673, 3060, 1, 21, 15.60, 15.83, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22339, 1881, 22674, 2438, 9, 21, 133.90, 135.91, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22340, 1881, 22675, 171, 9, 21, 99.99, 101.49, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22341, 1881, 22676, 2079, 6, 21, 20.59, 20.90, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22342, 1881, 22677, 934, 3, 21, 13.24, 13.44, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22343, 1881, 22678, 901, 9, 21, 21.23, 21.55, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22344, 1881, 22679, 1507, 9, 21, 3.70, 3.76, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22345, 1881, 22680, 1152, 1, 21, 33.99, 34.50, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22346, 1881, 22681, 5024, 1, 21, 4.15, 4.21, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:04'),
(22347, 1881, 22682, 1602, 1, 21, 4.94, 5.01, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:05'),
(22348, 1881, 22683, 734, 9, 21, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:05'),
(22349, 1881, 22684, 1811, 6, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:05'),
(22350, 1881, 22685, 1894, 6, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:05'),
(22351, 1881, 22686, 803, 9, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:05'),
(22352, 1881, 22687, 1827, 6, 21, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-16 00:27:06', '2024-07-16 00:27:06', '2024-07-16 01:28:05'),
(22353, 1872, 22688, 1822, 3, 22, 40.95, 41.32, 1, 1, 'ai_sell', '2024-07-16 02:01:05', '2024-07-16 02:01:05', '2024-07-16 03:02:03'),
(22354, 1872, 22689, 96, 9, 22, 21.42, 21.61, 1, 1, 'ai_sell', '2024-07-16 02:01:05', '2024-07-16 02:01:05', '2024-07-16 03:02:03'),
(22355, 1872, 22690, 4036, 3, 22, 6.22, 6.28, 1, 1, 'ai_sell', '2024-07-16 02:01:05', '2024-07-16 02:01:05', '2024-07-16 03:02:03'),
(22356, 1872, 22691, 1145, 6, 22, 39.90, 40.26, 1, 1, 'ai_sell', '2024-07-16 02:01:05', '2024-07-16 02:01:05', '2024-07-16 03:02:03'),
(22357, 1872, 22692, 1611, 9, 22, 124.68, 125.80, 1, 1, 'ai_sell', '2024-07-16 02:01:05', '2024-07-16 02:01:05', '2024-07-16 03:02:04'),
(22358, 1872, 22693, 1554, 9, 22, 14.84, 14.97, 1, 1, 'ai_sell', '2024-07-16 02:01:05', '2024-07-16 02:01:05', '2024-07-16 03:02:04'),
(22359, 1872, 22694, 3500, 6, 22, 364.00, 367.28, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22360, 1872, 22695, 668, 9, 22, 5.05, 5.10, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22361, 1872, 22696, 1235, 9, 22, 12.25, 12.36, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22362, 1872, 22697, 6175, 6, 22, 81.59, 82.32, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22363, 1872, 22698, 3783, 9, 22, 20.79, 20.98, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22364, 1872, 22699, 3746, 1, 22, 39.63, 39.99, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22365, 1872, 22700, 2115, 1, 22, 23.10, 23.31, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22366, 1872, 22701, 3599, 1, 22, 10.96, 11.06, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22367, 1872, 22702, 1201, 1, 22, 21.20, 21.39, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22368, 1872, 22703, 1195, 9, 22, 13.63, 13.75, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22369, 1872, 22704, 1181, 1, 22, 26.52, 26.76, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22370, 1872, 22705, 2457, 6, 22, 3.37, 3.40, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22371, 1872, 22706, 3351, 3, 22, 206.00, 207.85, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22372, 1872, 22707, 1291, 1, 22, 10.96, 11.06, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22373, 1872, 22708, 916, 9, 22, 20.19, 20.37, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22374, 1872, 22709, 3968, 3, 22, 26.67, 26.91, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22375, 1872, 22710, 2932, 3, 22, 28.35, 28.61, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:04'),
(22376, 1872, 22711, 4302, 1, 22, 10.74, 10.84, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:05'),
(22377, 1872, 22712, 734, 3, 22, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:05'),
(22378, 1872, 22713, 716, 6, 22, 1.02, 1.03, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:05'),
(22379, 1872, 22714, 1850, 6, 22, 0.58, 0.59, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:05'),
(22380, 1872, 22715, 1894, 1, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-16 02:01:06', '2024-07-16 02:01:06', '2024-07-16 03:02:05'),
(22381, 1850, 22720, 2623, 3, 24, 9.30, 9.44, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22382, 1850, 22721, 4880, 9, 24, 8.15, 8.27, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22383, 1850, 22722, 2036, 9, 24, 63.26, 64.21, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22384, 1850, 22723, 2972, 1, 24, 36.75, 37.30, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22385, 1850, 22724, 5932, 3, 24, 21.80, 22.13, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22386, 1850, 22725, 4871, 1, 24, 70.69, 71.75, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22387, 1850, 22726, 2244, 1, 24, 64.27, 65.23, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22388, 1850, 22727, 502, 6, 24, 55.55, 56.38, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22389, 1850, 22728, 624, 9, 24, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22390, 1850, 22729, 297, 1, 24, 43.03, 43.68, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22391, 1850, 22730, 4447, 6, 24, 112.20, 113.88, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22392, 1850, 22731, 5904, 1, 24, 108.12, 109.74, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22393, 1850, 22732, 1622, 6, 24, 29.40, 29.84, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22394, 1850, 22733, 4025, 1, 24, 82.60, 83.84, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:04'),
(22395, 1850, 22734, 3753, 1, 24, 77.24, 78.40, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22396, 1850, 22735, 2350, 6, 24, 8.40, 8.53, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22397, 1850, 22736, 695, 1, 24, 75.77, 76.91, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22398, 1850, 22737, 5717, 1, 24, 187.20, 190.01, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22399, 1850, 22738, 3373, 6, 24, 11.32, 11.49, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22400, 1850, 22739, 697, 6, 24, 52.76, 53.55, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22401, 1850, 22740, 3122, 6, 24, 3.12, 3.17, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22402, 1850, 22741, 1942, 1, 24, 7.99, 8.11, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22403, 1850, 22742, 6108, 6, 24, 2.29, 2.32, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:05'),
(22404, 1850, 22743, 734, 6, 24, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:06'),
(22405, 1850, 22744, 1829, 3, 24, 0.79, 0.80, 1, 1, 'ai_sell', '2024-07-16 08:54:04', '2024-07-16 08:54:04', '2024-07-16 09:54:06'),
(22406, 1876, 22745, 3621, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-07-16 10:01:43', '2024-07-16 10:01:43', '2024-07-16 11:02:03'),
(22407, 1876, 22746, 4804, 5, NULL, 22.00, 22.22, 2, 1, 'manual_sell', '2024-07-16 10:51:19', '2024-07-16 10:51:19', '2024-07-16 11:52:03'),
(22408, 1747, 22716, 1700, 1, NULL, 55.00, 56.65, 10, 2, 'manual_sell', '2024-07-16 16:05:26', '2024-07-16 16:05:26', '2024-07-16 17:06:03'),
(22409, 1747, 22717, 1730, 1, NULL, 471.00, 485.13, 2, 2, 'manual_sell', '2024-07-16 16:06:47', '2024-07-16 16:06:47', '2024-07-16 17:07:02'),
(22410, 1747, 22718, 1956, 1, NULL, 10.07, 10.37, 6, 2, 'manual_sell', '2024-07-16 16:07:56', '2024-07-16 16:07:56', '2024-07-16 17:08:03'),
(22411, 1747, 22719, 1640, 1, NULL, 1.00, 1.07, 6, 2, 'manual_sell', '2024-07-16 16:08:29', '2024-07-16 16:08:29', '2024-07-16 17:09:02'),
(22412, 1877, 22747, 2428, 6, 23, 4509.75, 4577.40, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22413, 1877, 22748, 2331, 9, 23, 28.80, 29.23, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22414, 1877, 22749, 4358, 3, 23, 5.14, 5.22, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22415, 1877, 22750, 1504, 6, 23, 31.25, 31.72, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22416, 1877, 22751, 3242, 3, 23, 22.44, 22.78, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22417, 1877, 22752, 6153, 6, 23, 33.98, 34.49, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22418, 1877, 22753, 5587, 6, 23, 11.10, 11.27, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22419, 1877, 22754, 6147, 3, 23, 15.74, 15.98, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22420, 1877, 22755, 3975, 3, 23, 2430.57, 2467.03, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22421, 1877, 22756, 2161, 1, 23, 27.70, 28.12, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22422, 1877, 22757, 4911, 9, 23, 29.72, 30.17, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:03'),
(22423, 1877, 22758, 3002, 3, 23, 808.00, 820.12, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22424, 1877, 22759, 5894, 9, 23, 13.08, 13.28, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22425, 1877, 22760, 3053, 3, 23, 75.40, 76.53, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22426, 1877, 22761, 2712, 9, 23, 23.10, 23.45, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22427, 1877, 22762, 4917, 1, 23, 18.66, 18.94, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22428, 1877, 22763, 2542, 9, 23, 34.97, 35.49, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22429, 1877, 22764, 1454, 9, 23, 70.53, 71.59, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22430, 1877, 22765, 1681, 1, 23, 17.26, 17.52, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22431, 1877, 22766, 4802, 9, 23, 43.86, 44.52, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22432, 1877, 22767, 5396, 9, 23, 46.80, 47.50, 1, 1, 'ai_sell', '2024-07-16 16:43:06', '2024-07-16 16:43:06', '2024-07-16 17:44:04'),
(22433, 1877, 22768, 4855, 1, 23, 349.17, 354.41, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:04'),
(22434, 1877, 22769, 563, 9, 23, 4.08, 4.14, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:04'),
(22435, 1877, 22770, 5517, 1, 23, 22.84, 23.18, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:04'),
(22436, 1877, 22771, 359, 3, 23, 132.60, 134.59, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:04'),
(22437, 1877, 22772, 750, 1, 23, 3.99, 4.05, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:04'),
(22438, 1877, 22773, 4587, 9, 23, 26.28, 26.67, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:04'),
(22439, 1877, 22774, 3688, 3, 23, 59.33, 60.22, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22440, 1877, 22775, 4157, 6, 23, 86.85, 88.15, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22441, 1877, 22776, 228, 1, 23, 5.14, 5.22, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22442, 1877, 22777, 1250, 1, 23, 12.66, 12.85, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22443, 1877, 22778, 6059, 6, 23, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22444, 1877, 22779, 5607, 3, 23, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22445, 1877, 22780, 1464, 6, 23, 35.84, 36.38, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22446, 1877, 22781, 1674, 1, 23, 1572.90, 1596.49, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22447, 1877, 22782, 4723, 6, 23, 16.32, 16.56, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22448, 1877, 22783, 3522, 9, 23, 30.44, 30.90, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22449, 1877, 22784, 5704, 6, 23, 2.64, 2.68, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22450, 1877, 22785, 872, 9, 23, 26.24, 26.63, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22451, 1877, 22786, 4775, 3, 23, 55.28, 56.11, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22452, 1877, 22787, 803, 1, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22453, 1877, 22788, 1811, 3, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22454, 1877, 22789, 1844, 3, 23, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22455, 1877, 22790, 1894, 9, 23, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-16 16:43:07', '2024-07-16 16:43:07', '2024-07-16 17:44:05'),
(22456, 1886, 22791, 1386, 5, NULL, 9.00, 9.09, 26, 1, 'manual_sell', '2024-07-16 17:06:48', '2024-07-16 17:06:48', '2024-07-16 18:07:03'),
(22457, 1798, 22792, 123, 5, NULL, 494.00, 498.94, 1, 1, 'manual_sell', '2024-07-16 23:51:05', '2024-07-16 23:51:05', '2024-07-17 00:52:04'),
(22458, 1798, 22793, 5983, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-07-16 23:56:24', '2024-07-16 23:56:24', '2024-07-17 00:57:02'),
(22459, 1798, 22794, 3810, 5, NULL, 154.00, 155.54, 1, 1, 'manual_sell', '2024-07-16 23:58:20', '2024-07-16 23:58:20', '2024-07-17 00:59:03'),
(22460, 1798, 22795, 1092, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-07-17 00:02:33', '2024-07-17 00:02:33', '2024-07-17 01:03:04'),
(22461, 1881, 22796, 18, 1, 21, 10.50, 10.66, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:02'),
(22462, 1881, 22797, 3188, 9, 21, 13.20, 13.40, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22463, 1881, 22798, 4957, 3, 21, 3538.08, 3591.15, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22464, 1881, 22799, 2346, 3, 21, 163.03, 165.48, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22465, 1881, 22800, 1554, 9, 21, 14.42, 14.64, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22466, 1881, 22801, 804, 3, 21, 8.07, 8.19, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22467, 1881, 22802, 2097, 6, 21, 9.42, 9.56, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22468, 1881, 22803, 5284, 1, 21, 353.95, 359.26, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22469, 1881, 22804, 1116, 1, 21, 94.35, 95.77, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22470, 1881, 22805, 414, 3, 21, 31.96, 32.44, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22471, 1881, 22806, 4160, 3, 21, 1139.18, 1156.27, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22472, 1881, 22807, 5648, 9, 21, 7625.52, 7739.90, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22473, 1881, 22808, 6028, 6, 21, 2.28, 2.31, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22474, 1881, 22809, 5873, 1, 21, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22475, 1881, 22810, 4665, 9, 21, 8.18, 8.30, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22476, 1881, 22811, 6059, 6, 21, 20.39, 20.70, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22477, 1881, 22812, 1182, 6, 21, 102.96, 104.50, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22478, 1881, 22813, 6115, 9, 21, 5.23, 5.31, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22479, 1881, 22814, 1293, 6, 21, 33.57, 34.07, 1, 1, 'ai_sell', '2024-07-17 01:40:06', '2024-07-17 01:40:06', '2024-07-17 02:41:04'),
(22480, 1881, 22815, 3390, 6, 21, 20.78, 21.09, 1, 1, 'ai_sell', '2024-07-17 01:40:07', '2024-07-17 01:40:07', '2024-07-17 02:41:04'),
(22481, 1881, 22816, 5411, 6, 21, 27.99, 28.41, 1, 1, 'ai_sell', '2024-07-17 01:40:07', '2024-07-17 01:40:07', '2024-07-17 02:41:04'),
(22482, 1881, 22817, 2359, 3, 21, 30.30, 30.75, 1, 1, 'ai_sell', '2024-07-17 01:40:07', '2024-07-17 01:40:07', '2024-07-17 02:41:04'),
(22483, 1881, 22818, 5990, 6, 21, 4.90, 4.97, 1, 1, 'ai_sell', '2024-07-17 01:40:07', '2024-07-17 01:40:07', '2024-07-17 02:41:04'),
(22484, 1881, 22819, 5905, 3, 21, 2.47, 2.51, 1, 1, 'ai_sell', '2024-07-17 01:40:07', '2024-07-17 01:40:07', '2024-07-17 02:41:05'),
(22485, 1881, 22820, 756, 6, 21, 0.47, 0.48, 1, 1, 'ai_sell', '2024-07-17 01:40:07', '2024-07-17 01:40:07', '2024-07-17 02:41:05'),
(22486, 1869, 22821, 5370, 1, 25, 81.59, 82.81, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22487, 1869, 22822, 3689, 1, 25, 211.04, 214.21, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22488, 1869, 22823, 3928, 6, 25, 10.50, 10.66, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22489, 1869, 22824, 1523, 3, 25, 1.65, 1.67, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22490, 1869, 22825, 662, 3, 25, 17.34, 17.60, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22491, 1869, 22826, 145, 3, 25, 72.45, 73.54, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22492, 1869, 22827, 4698, 3, 25, 21.15, 21.47, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22493, 1869, 22828, 409, 1, 25, 359.47, 364.86, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22494, 1869, 22829, 78, 6, 25, 71.40, 72.47, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22495, 1869, 22830, 1961, 3, 25, 19.08, 19.37, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22496, 1869, 22831, 1245, 1, 25, 10.05, 10.20, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22497, 1869, 22832, 5210, 6, 25, 36.04, 36.58, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22498, 1869, 22833, 2218, 9, 25, 21.54, 21.86, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22499, 1869, 22834, 5631, 6, 25, 42.40, 43.04, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22500, 1869, 22835, 1233, 3, 25, 21.54, 21.86, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22501, 1869, 22836, 756, 3, 25, 0.46, 0.47, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22502, 1869, 22837, 3324, 6, 25, 1.42, 1.44, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22503, 1869, 22838, 1827, 6, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22504, 1869, 22839, 949, 1, 25, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-17 02:05:06', '2024-07-17 02:05:06', '2024-07-17 03:06:04'),
(22505, 1869, 22840, 1811, 9, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-17 02:05:07', '2024-07-17 02:05:07', '2024-07-17 03:06:04'),
(22506, 1869, 22841, 734, 3, 25, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-17 02:05:07', '2024-07-17 02:05:07', '2024-07-17 03:06:04'),
(22507, 1872, 22843, 5766, 6, 22, 22.04, 22.24, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22508, 1872, 22844, 5123, 1, 22, 387.45, 390.94, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22509, 1872, 22845, 1029, 6, 22, 31.19, 31.47, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22510, 1872, 22846, 808, 9, 22, 13.14, 13.26, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22511, 1872, 22847, 1663, 3, 22, 205.37, 207.22, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22512, 1872, 22848, 1980, 6, 22, 123.60, 124.71, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22513, 1872, 22849, 1439, 3, 22, 255.14, 257.44, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22514, 1872, 22850, 1050, 3, 22, 78.75, 79.46, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22515, 1872, 22851, 1342, 3, 22, 6.23, 6.29, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22516, 1872, 22852, 2585, 3, 22, 20.59, 20.78, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22517, 1872, 22853, 4896, 3, 22, 21.90, 22.10, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22518, 1872, 22854, 3846, 3, 22, 5.14, 5.19, 1, 1, 'ai_sell', '2024-07-17 03:14:05', '2024-07-17 03:14:05', '2024-07-17 04:15:04'),
(22519, 1872, 22855, 1967, 9, 22, 2.74, 2.76, 1, 1, 'ai_sell', '2024-07-17 03:14:06', '2024-07-17 03:14:06', '2024-07-17 04:15:05'),
(22520, 1872, 22856, 4983, 9, 22, 11.71, 11.82, 1, 1, 'ai_sell', '2024-07-17 03:14:06', '2024-07-17 03:14:06', '2024-07-17 04:15:05'),
(22521, 1872, 22857, 1894, 9, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-17 03:14:06', '2024-07-17 03:14:06', '2024-07-17 04:15:05'),
(22522, 1872, 22858, 734, 3, 22, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-17 03:14:06', '2024-07-17 03:14:06', '2024-07-17 04:15:05'),
(22523, 1872, 22859, 1827, 9, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-17 03:14:06', '2024-07-17 03:14:06', '2024-07-17 04:15:05'),
(22524, 1872, 22860, 1827, 3, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-17 03:15:07', '2024-07-17 03:15:07', '2024-07-17 04:16:04'),
(22525, 1850, 22842, 3327, 5, NULL, 2.40, 2.42, 3, 1, 'manual_sell', '2024-07-17 04:54:51', '2024-07-17 04:54:51', '2024-07-17 05:55:05'),
(22526, 1747, 22716, 1700, 3, NULL, 55.00, 56.65, 10, 2, 'manual_sell', '2024-07-17 08:52:36', '2024-07-17 08:52:36', '2024-07-17 09:53:03'),
(22527, 1747, 22717, 1730, 3, NULL, 471.00, 485.13, 2, 2, 'manual_sell', '2024-07-17 08:53:21', '2024-07-17 08:53:21', '2024-07-17 09:54:03'),
(22528, 1747, 22718, 1956, 3, NULL, 10.07, 10.37, 6, 2, 'manual_sell', '2024-07-17 08:54:04', '2024-07-17 08:54:04', '2024-07-17 09:55:05'),
(22529, 1747, 22719, 1640, 3, NULL, 1.00, 1.30, 6, 2, 'manual_sell', '2024-07-17 08:54:28', '2024-07-17 08:54:28', '2024-07-17 09:55:05'),
(22530, 1850, 22861, 304, 6, 24, 122.88, 124.72, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22531, 1850, 22862, 1432, 3, 24, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22532, 1850, 22863, 549, 9, 24, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22533, 1850, 22864, 3676, 1, 24, 8.99, 9.12, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22534, 1850, 22865, 5019, 9, 24, 259.99, 263.89, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22535, 1850, 22866, 909, 9, 24, 30.30, 30.75, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22536, 1850, 22867, 1330, 1, 24, 72.56, 73.65, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22537, 1850, 22868, 1825, 3, 24, 222.19, 225.52, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22538, 1850, 22869, 4147, 9, 24, 100.99, 102.50, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22539, 1850, 22870, 2493, 1, 24, 58.30, 59.17, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22540, 1850, 22871, 3670, 1, 24, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-17 10:06:04', '2024-07-17 10:06:04', '2024-07-17 11:07:04'),
(22541, 1850, 22872, 3073, 3, 24, 116.48, 118.23, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:04'),
(22542, 1850, 22873, 724, 6, 24, 39.10, 39.69, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:04'),
(22543, 1850, 22874, 5496, 3, 24, 62.21, 63.14, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:04'),
(22544, 1850, 22875, 1638, 3, 24, 15.36, 15.59, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:05'),
(22545, 1850, 22876, 4645, 1, 24, 7.27, 7.38, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:05'),
(22546, 1850, 22877, 3741, 6, 24, 4.15, 4.21, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:05'),
(22547, 1850, 22878, 1827, 6, 24, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:05'),
(22548, 1850, 22879, 949, 3, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-17 10:06:05', '2024-07-17 10:06:05', '2024-07-17 11:07:05'),
(22549, 1850, 22880, 1827, 3, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-17 10:07:05', '2024-07-17 10:07:05', '2024-07-17 11:08:03'),
(22550, 1877, 22882, 58, 6, 23, 32.96, 33.45, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22551, 1877, 22883, 4957, 9, 23, 3504.06, 3556.62, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22552, 1877, 22884, 5395, 1, 23, 86.95, 88.25, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22553, 1877, 22885, 5015, 1, 23, 8.39, 8.52, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22554, 1877, 22886, 4310, 9, 23, 13.97, 14.18, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22555, 1877, 22887, 6135, 6, 23, 18.54, 18.82, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22556, 1877, 22888, 1622, 6, 23, 29.68, 30.13, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22557, 1877, 22889, 4896, 6, 23, 22.11, 22.44, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22558, 1877, 22890, 5048, 9, 23, 50.39, 51.15, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22559, 1877, 22891, 1624, 3, 23, 41.53, 42.15, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:03'),
(22560, 1877, 22892, 2902, 1, 23, 2693.60, 2734.00, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22561, 1877, 22893, 1422, 3, 23, 20.17, 20.47, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22562, 1877, 22894, 3002, 1, 23, 808.00, 820.12, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22563, 1877, 22895, 5843, 1, 23, 1414.00, 1435.21, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22564, 1877, 22896, 5995, 3, 23, 208.79, 211.92, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22565, 1877, 22897, 74, 1, 23, 4.12, 4.18, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22566, 1877, 22898, 2639, 6, 23, 10.60, 10.76, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22567, 1877, 22899, 4747, 1, 23, 52.99, 53.78, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22568, 1877, 22900, 687, 3, 23, 133.62, 135.62, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22569, 1877, 22901, 2374, 9, 23, 19.89, 20.19, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22570, 1877, 22902, 1835, 1, 23, 103.00, 104.55, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22571, 1877, 22903, 2063, 6, 23, 5.08, 5.16, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22572, 1877, 22904, 5000, 6, 23, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22573, 1877, 22905, 1326, 3, 23, 34.55, 35.07, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(22574, 1877, 22906, 1839, 1, 23, 39.90, 40.50, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22575, 1877, 22907, 1620, 3, 23, 117.38, 119.14, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:04'),
(22576, 1877, 22908, 6020, 1, 23, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22577, 1877, 22909, 2891, 6, 23, 30.60, 31.06, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22578, 1877, 22910, 2707, 9, 23, 24.37, 24.74, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22579, 1877, 22911, 2948, 6, 23, 37.08, 37.64, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22580, 1877, 22912, 3198, 1, 23, 53.36, 54.16, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22581, 1877, 22913, 2569, 6, 23, 71.19, 72.26, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22582, 1877, 22914, 4127, 9, 23, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22583, 1877, 22915, 4491, 9, 23, 25.44, 25.82, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22584, 1877, 22916, 3398, 9, 23, 40.56, 41.17, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22585, 1877, 22917, 1306, 3, 23, 10.60, 10.76, 1, 1, 'ai_sell', '2024-07-17 17:56:04', '2024-07-17 17:56:04', '2024-07-17 18:57:05'),
(22586, 1877, 22918, 5318, 1, 23, 224.35, 227.72, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:05'),
(22587, 1877, 22919, 1314, 9, 23, 153.70, 156.01, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:05'),
(22588, 1877, 22920, 2377, 3, 23, 36.76, 37.31, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:05'),
(22589, 1877, 22921, 2885, 1, 23, 27.53, 27.94, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:05'),
(22590, 1877, 22922, 1588, 3, 23, 3.15, 3.20, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22591, 1877, 22923, 3065, 1, 23, 4.24, 4.30, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22592, 1877, 22924, 5125, 9, 23, 237.88, 241.45, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22593, 1877, 22925, 2849, 6, 23, 40.77, 41.38, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22594, 1877, 22926, 3021, 9, 23, 322.19, 327.02, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22595, 1877, 22927, 475, 3, 23, 32.64, 33.13, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22596, 1877, 22928, 473, 6, 23, 16.15, 16.39, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22597, 1877, 22929, 4916, 1, 23, 15.48, 15.71, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22598, 1877, 22930, 734, 3, 23, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22599, 1877, 22931, 1894, 6, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22600, 1877, 22932, 1811, 1, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-17 17:56:05', '2024-07-17 17:56:05', '2024-07-17 18:57:06'),
(22601, 1886, 22933, 3150, 5, NULL, 4.00, 4.04, 59, 1, 'manual_sell', '2024-07-17 18:15:38', '2024-07-17 18:15:38', '2024-07-17 19:16:02'),
(22602, 1876, 22881, 289, 5, NULL, 73.00, 73.73, 2, 1, 'manual_sell', '2024-07-17 19:41:12', '2024-07-17 19:41:12', '2024-07-17 20:42:03'),
(22603, 1881, 22938, 5446, 1, 21, 290.88, 295.24, 1, 1, 'ai_sell', '2024-07-18 02:52:03', '2024-07-18 02:52:03', '2024-07-18 03:52:03'),
(22604, 1881, 22939, 1879, 3, 21, 45.58, 46.26, 1, 1, 'ai_sell', '2024-07-18 02:52:03', '2024-07-18 02:52:03', '2024-07-18 03:52:04'),
(22605, 1881, 22940, 951, 3, 21, 455.94, 462.78, 1, 1, 'ai_sell', '2024-07-18 02:52:03', '2024-07-18 02:52:03', '2024-07-18 03:52:04'),
(22606, 1881, 22941, 3489, 9, 21, 10.19, 10.34, 1, 1, 'ai_sell', '2024-07-18 02:52:03', '2024-07-18 02:52:03', '2024-07-18 03:52:04'),
(22607, 1881, 22942, 2784, 9, 21, 14.31, 14.52, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:02'),
(22608, 1881, 22943, 5621, 6, 21, 157.50, 159.86, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:02'),
(22609, 1881, 22944, 5811, 9, 21, 45.32, 46.00, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:02'),
(22610, 1881, 22945, 3234, 6, 21, 6297.89, 6392.36, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:03'),
(22611, 1881, 22946, 3005, 1, 21, 63.43, 64.38, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:03'),
(22612, 1881, 22947, 4350, 9, 21, 888.79, 902.12, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:03'),
(22613, 1881, 22948, 3655, 9, 21, 18.16, 18.43, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:03'),
(22614, 1881, 22949, 4378, 3, 21, 203.00, 206.05, 1, 1, 'ai_sell', '2024-07-18 02:52:04', '2024-07-18 02:52:04', '2024-07-18 03:53:03'),
(22615, 1881, 22950, 5952, 9, 21, 3565.79, 3619.28, 1, 1, 'ai_sell', '2024-07-18 02:53:03', '2024-07-18 02:53:03', '2024-07-18 03:54:03'),
(22616, 1881, 22951, 379, 3, 21, 7.21, 7.32, 1, 1, 'ai_sell', '2024-07-18 02:53:03', '2024-07-18 02:53:03', '2024-07-18 03:54:03'),
(22617, 1881, 22952, 5859, 9, 21, 200.85, 203.86, 1, 1, 'ai_sell', '2024-07-18 02:53:03', '2024-07-18 02:53:03', '2024-07-18 03:54:03'),
(22618, 1881, 22953, 199, 9, 21, 5.81, 5.90, 1, 1, 'ai_sell', '2024-07-18 02:53:03', '2024-07-18 02:53:03', '2024-07-18 03:54:03'),
(22619, 1881, 22954, 3122, 3, 21, 3.15, 3.20, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22620, 1881, 22955, 5805, 6, 21, 18.89, 19.17, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22621, 1881, 22956, 3657, 9, 21, 7.13, 7.24, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22622, 1881, 22957, 5282, 3, 21, 41.36, 41.98, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22623, 1881, 22958, 5119, 6, 21, 61.60, 62.52, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22624, 1881, 22959, 2355, 3, 21, 412.00, 418.18, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22625, 1881, 22960, 1977, 6, 21, 260.00, 263.90, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22626, 1881, 22961, 3202, 6, 21, 7.84, 7.96, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22627, 1881, 22962, 932, 1, 21, 13.68, 13.89, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22628, 1881, 22963, 409, 3, 21, 362.96, 368.40, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22629, 1881, 22964, 2023, 1, 21, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22630, 1881, 22965, 1445, 9, 21, 2.55, 2.59, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22631, 1881, 22966, 19, 6, 21, 5.10, 5.18, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22632, 1881, 22967, 1850, 3, 21, 0.57, 0.58, 1, 1, 'ai_sell', '2024-07-18 02:53:04', '2024-07-18 02:53:04', '2024-07-18 03:54:03'),
(22633, 1798, 22934, 3370, 5, NULL, 101.00, 102.01, 2, 1, 'manual_sell', '2024-07-18 02:55:05', '2024-07-18 02:55:05', '2024-07-18 03:55:05'),
(22634, 1798, 22935, 3750, 5, NULL, 66.00, 66.66, 1, 1, 'manual_sell', '2024-07-18 02:57:44', '2024-07-18 02:57:44', '2024-07-18 03:58:03'),
(22635, 1798, 22936, 2056, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-18 02:59:26', '2024-07-18 02:59:26', '2024-07-18 04:00:03'),
(22636, 1798, 22937, 1989, 5, NULL, 50.00, 50.50, 4, 1, 'manual_sell', '2024-07-18 03:01:03', '2024-07-18 03:01:03', '2024-07-18 04:02:03'),
(22637, 1869, 22968, 3001, 9, 25, 85.86, 87.15, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22638, 1869, 22969, 409, 9, 25, 352.49, 357.78, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22639, 1869, 22970, 604, 6, 25, 10.20, 10.35, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22640, 1869, 22971, 2611, 1, 25, 9.96, 10.11, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22641, 1869, 22972, 3779, 6, 25, 59.56, 60.45, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22642, 1869, 22973, 4959, 3, 25, 273.00, 277.10, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22643, 1869, 22974, 87, 9, 25, 102.00, 103.53, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22644, 1869, 22975, 5003, 3, 25, 11.32, 11.49, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22645, 1869, 22976, 158, 1, 25, 48.00, 48.72, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22646, 1869, 22977, 5722, 9, 25, 29.28, 29.72, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22647, 1869, 22978, 2196, 6, 25, 15.60, 15.83, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22648, 1869, 22979, 4074, 1, 25, 16.31, 16.55, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22649, 1869, 22980, 3318, 3, 25, 1.17, 1.19, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22650, 1869, 22981, 734, 9, 25, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-18 03:18:04', '2024-07-18 03:18:04', '2024-07-18 04:19:04'),
(22651, 1872, 22982, 2556, 3, 22, 25.49, 25.72, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22652, 1872, 22983, 4967, 3, 22, 226.60, 228.64, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22653, 1872, 22984, 3071, 9, 22, 30.59, 30.87, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22654, 1872, 22985, 5972, 9, 22, 15.74, 15.88, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22655, 1872, 22986, 2231, 9, 22, 54.05, 54.54, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22656, 1872, 22987, 3215, 9, 22, 9.08, 9.16, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22657, 1872, 22988, 5037, 1, 22, 12.71, 12.82, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22658, 1872, 22989, 2245, 3, 22, 620.10, 625.68, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22659, 1872, 22990, 4474, 3, 22, 48.25, 48.68, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22660, 1872, 22991, 4637, 1, 22, 23.09, 23.30, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22661, 1872, 22992, 4730, 3, 22, 15.79, 15.93, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22662, 1872, 22993, 6025, 9, 22, 101.96, 102.88, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22663, 1872, 22994, 131, 3, 22, 7.35, 7.42, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22664, 1872, 22995, 3852, 6, 22, 5.29, 5.34, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22665, 1872, 22996, 803, 6, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-18 04:28:05', '2024-07-18 04:28:05', '2024-07-18 05:28:20'),
(22666, 1902, 22998, 5862, 3, 26, 24.02, 24.24, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:04'),
(22667, 1902, 22999, 3365, 1, 26, 7.07, 7.13, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:06'),
(22668, 1902, 23000, 136, 1, 26, 23.55, 23.76, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:06'),
(22669, 1902, 23001, 62, 9, 26, 18.36, 18.53, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:06'),
(22670, 1902, 23002, 593, 1, 26, 15.75, 15.89, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:06'),
(22671, 1902, 23003, 457, 6, 26, 205.91, 207.76, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:06'),
(22672, 1902, 23004, 2356, 6, 26, 82.40, 83.14, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:06'),
(22673, 1902, 23005, 1362, 9, 26, 42.02, 42.40, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22674, 1902, 23006, 4075, 9, 26, 19.19, 19.36, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22675, 1902, 23007, 5240, 9, 26, 25.91, 26.14, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22676, 1902, 23008, 832, 6, 26, 11.36, 11.46, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22677, 1902, 23009, 4796, 6, 26, 10.41, 10.50, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22678, 1902, 23010, 5640, 9, 26, 8.15, 8.22, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22679, 1902, 23011, 678, 9, 26, 2.12, 2.14, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22680, 1902, 23012, 2370, 6, 26, 2.26, 2.28, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22681, 1902, 23013, 6104, 6, 26, 1.49, 1.50, 1, 1, 'ai_sell', '2024-07-18 09:19:04', '2024-07-18 09:19:04', '2024-07-18 10:20:07'),
(22682, 1902, 23014, 3051, 1, 27, 74.95, 76.45, 1, 1, 'ai_sell', '2024-07-18 09:42:05', '2024-07-18 09:42:05', '2024-07-18 10:43:03'),
(22683, 1902, 23015, 965, 6, 27, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-07-18 09:42:05', '2024-07-18 09:42:05', '2024-07-18 10:43:03'),
(22684, 1902, 23016, 1319, 3, 27, 918.00, 936.36, 1, 1, 'ai_sell', '2024-07-18 09:42:05', '2024-07-18 09:42:05', '2024-07-18 10:43:04'),
(22685, 1902, 23017, 2190, 3, 27, 7.13, 7.27, 1, 1, 'ai_sell', '2024-07-18 09:42:05', '2024-07-18 09:42:05', '2024-07-18 10:43:04'),
(22686, 1902, 23018, 5598, 9, 27, 82.55, 84.20, 1, 1, 'ai_sell', '2024-07-18 09:42:05', '2024-07-18 09:42:05', '2024-07-18 10:43:04'),
(22687, 1902, 23019, 2316, 1, 27, 53.52, 54.59, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22688, 1902, 23020, 5826, 6, 27, 6.23, 6.35, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22689, 1902, 23021, 1318, 3, 27, 41.34, 42.17, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22690, 1902, 23022, 4364, 9, 27, 11.44, 11.67, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22691, 1902, 23023, 3514, 3, 27, 632.64, 645.29, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22692, 1902, 23024, 1317, 3, 27, 15.35, 15.66, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22693, 1902, 23025, 5983, 1, 27, 106.00, 108.12, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22694, 1902, 23026, 5139, 6, 27, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22695, 1902, 23027, 357, 1, 27, 45.70, 46.61, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22696, 1902, 23028, 1316, 9, 27, 41.19, 42.01, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:04'),
(22697, 1902, 23029, 2640, 1, 27, 34.31, 35.00, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22698, 1902, 23030, 2208, 6, 27, 59.88, 61.08, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22699, 1902, 23031, 3448, 6, 27, 14.39, 14.68, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22700, 1902, 23032, 1315, 3, 27, 40.80, 41.62, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22701, 1902, 23033, 2282, 3, 27, 41.20, 42.02, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22702, 1902, 23034, 3918, 1, 27, 1412.99, 1441.25, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22703, 1902, 23035, 656, 9, 27, 4.24, 4.32, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22704, 1902, 23036, 2564, 6, 27, 2957.40, 3016.55, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22705, 1902, 23037, 4717, 3, 27, 30.15, 30.75, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22706, 1902, 23038, 1888, 6, 27, 544.87, 555.77, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22707, 1902, 23039, 2103, 6, 27, 4.20, 4.28, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22708, 1902, 23040, 2976, 1, 27, 44.19, 45.07, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22709, 1902, 23041, 2671, 1, 27, 16.78, 17.12, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22710, 1902, 23042, 4032, 6, 27, 11.13, 11.35, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22711, 1902, 23043, 3865, 6, 27, 19.18, 19.56, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22712, 1902, 23044, 5602, 9, 27, 37.20, 37.94, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22713, 1902, 23045, 2330, 1, 27, 21.62, 22.05, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22714, 1902, 23046, 5415, 6, 27, 51.50, 52.53, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22715, 1902, 23047, 2014, 6, 27, 198.20, 202.16, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22716, 1902, 23048, 3274, 6, 27, 132.60, 135.25, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22717, 1902, 23049, 5080, 3, 27, 43.45, 44.32, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22718, 1902, 23050, 4689, 1, 27, 12.22, 12.46, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22719, 1902, 23051, 283, 6, 27, 45.64, 46.55, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22720, 1902, 23052, 5832, 3, 27, 50.47, 51.48, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22721, 1902, 23053, 287, 9, 27, 15.44, 15.75, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22722, 1902, 23054, 1136, 9, 27, 25.44, 25.95, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22723, 1902, 23055, 4902, 6, 27, 2.36, 2.41, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22724, 1902, 23056, 5882, 3, 27, 4.87, 4.97, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22725, 1902, 23057, 1047, 6, 27, 5.24, 5.34, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22726, 1902, 23058, 2023, 9, 27, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22727, 1902, 23059, 1662, 3, 27, 0.93, 0.95, 1, 1, 'ai_sell', '2024-07-18 09:42:06', '2024-07-18 09:42:06', '2024-07-18 10:43:05'),
(22728, 1850, 23067, 4968, 6, 24, 16.40, 16.65, 1, 1, 'ai_sell', '2024-07-18 11:19:04', '2024-07-18 11:19:04', '2024-07-18 12:20:04'),
(22729, 1850, 23068, 4304, 6, 24, 9.32, 9.46, 1, 1, 'ai_sell', '2024-07-18 11:19:04', '2024-07-18 11:19:04', '2024-07-18 12:20:06'),
(22730, 1850, 23069, 2502, 3, 24, 193.80, 196.71, 1, 1, 'ai_sell', '2024-07-18 11:19:04', '2024-07-18 11:19:04', '2024-07-18 12:20:06'),
(22731, 1850, 23070, 4878, 1, 24, 233.41, 236.91, 1, 1, 'ai_sell', '2024-07-18 11:19:04', '2024-07-18 11:19:04', '2024-07-18 12:20:06'),
(22732, 1850, 23071, 4699, 3, 24, 14.92, 15.14, 1, 1, 'ai_sell', '2024-07-18 11:19:04', '2024-07-18 11:19:04', '2024-07-18 12:20:06'),
(22733, 1850, 23072, 4594, 9, 24, 50.50, 51.26, 1, 1, 'ai_sell', '2024-07-18 11:19:04', '2024-07-18 11:19:04', '2024-07-18 12:20:06'),
(22734, 1850, 23073, 633, 1, 24, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22735, 1850, 23074, 3632, 3, 24, 8.08, 8.20, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22736, 1850, 23075, 3544, 1, 24, 252.95, 256.74, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22737, 1850, 23076, 3226, 6, 24, 46.63, 47.33, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22738, 1850, 23077, 4202, 3, 24, 5.08, 5.16, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22739, 1850, 23078, 2159, 3, 24, 73.50, 74.60, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22740, 1850, 23079, 5443, 6, 24, 23.22, 23.57, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22741, 1850, 23080, 4269, 9, 24, 111.18, 112.85, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22742, 1850, 23081, 1432, 9, 24, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22743, 1850, 23082, 6091, 9, 24, 8.23, 8.35, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22744, 1850, 23083, 789, 1, 24, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22745, 1850, 23084, 1959, 1, 24, 21.00, 21.32, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22746, 1850, 23085, 3575, 1, 24, 8.93, 9.06, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22747, 1850, 23086, 4723, 3, 24, 15.85, 16.09, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22748, 1850, 23087, 5233, 3, 24, 13.51, 13.71, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22749, 1850, 23088, 634, 3, 24, 1.04, 1.06, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22750, 1850, 23089, 395, 3, 24, 15.30, 15.53, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:06'),
(22751, 1850, 23090, 4884, 1, 24, 2.39, 2.43, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:07'),
(22752, 1850, 23091, 1799, 3, 24, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:07'),
(22753, 1850, 23092, 620, 1, 24, 3.18, 3.23, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:07'),
(22754, 1850, 23093, 1827, 6, 24, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-18 11:19:05', '2024-07-18 11:19:05', '2024-07-18 12:20:07'),
(22755, 1877, 23096, 4638, 3, 23, 80.43, 81.64, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22756, 1877, 23097, 3394, 3, 23, 25.24, 25.62, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22757, 1877, 23098, 1732, 6, 23, 224.40, 227.77, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22758, 1877, 23099, 972, 1, 23, 14.35, 14.57, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22759, 1877, 23100, 4012, 9, 23, 13.34, 13.54, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22760, 1877, 23101, 3544, 6, 23, 260.39, 264.30, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22761, 1877, 23102, 5663, 3, 23, 101.00, 102.52, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22762, 1877, 23103, 762, 1, 23, 128.31, 130.23, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:05'),
(22763, 1877, 23104, 1947, 1, 23, 319.75, 324.55, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22764, 1877, 23105, 4915, 9, 23, 72.89, 73.98, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22765, 1877, 23106, 5423, 1, 23, 15.33, 15.56, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22766, 1877, 23107, 5122, 9, 23, 212.00, 215.18, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22767, 1877, 23108, 1425, 6, 23, 17.14, 17.40, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22768, 1877, 23109, 5072, 6, 23, 64.36, 65.33, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22769, 1877, 23110, 3397, 6, 23, 128.75, 130.68, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22770, 1877, 23111, 5671, 3, 23, 313.03, 317.73, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22771, 1877, 23112, 2577, 9, 23, 114.39, 116.11, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22772, 1877, 23113, 1819, 3, 23, 15.14, 15.37, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22773, 1877, 23114, 1823, 1, 23, 13.89, 14.10, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:06'),
(22774, 1877, 23115, 5933, 3, 23, 54.16, 54.97, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22775, 1877, 23116, 5586, 3, 23, 11.32, 11.49, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22776, 1877, 23117, 381, 3, 23, 25.31, 25.69, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22777, 1877, 23118, 5685, 1, 23, 37.77, 38.34, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22778, 1877, 23119, 4823, 9, 23, 30.69, 31.15, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22779, 1877, 23120, 5414, 9, 23, 41.05, 41.67, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22780, 1877, 23121, 2604, 6, 23, 15.44, 15.67, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22781, 1877, 23122, 4174, 3, 23, 550.16, 558.41, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22782, 1877, 23123, 4177, 6, 23, 518.96, 526.74, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22783, 1877, 23124, 32, 1, 23, 125.08, 126.96, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22784, 1877, 23125, 1419, 9, 23, 42.00, 42.63, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22785, 1877, 23126, 2983, 6, 23, 105.03, 106.61, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22786, 1877, 23127, 728, 1, 23, 34.22, 34.73, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22787, 1877, 23128, 493, 9, 23, 57.84, 58.71, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22788, 1877, 23129, 943, 6, 23, 41.59, 42.21, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22789, 1877, 23130, 2892, 6, 23, 307.01, 311.62, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22790, 1877, 23131, 623, 3, 23, 8.32, 8.44, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22791, 1877, 23132, 3953, 6, 23, 71.40, 72.47, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22792, 1877, 23133, 3838, 3, 23, 9.17, 9.31, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22793, 1877, 23134, 4518, 3, 23, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22794, 1877, 23135, 1763, 9, 23, 186.01, 188.80, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22795, 1877, 23136, 1934, 1, 23, 4042.50, 4103.14, 1, 1, 'ai_sell', '2024-07-18 19:09:06', '2024-07-18 19:09:06', '2024-07-18 20:10:07'),
(22796, 1877, 23137, 3205, 1, 23, 41.79, 42.42, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22797, 1877, 23138, 3418, 3, 23, 24.58, 24.95, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22798, 1877, 23139, 5938, 6, 23, 509.38, 517.02, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22799, 1877, 23140, 6088, 6, 23, 70.70, 71.76, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22800, 1877, 23141, 3161, 1, 23, 298.70, 303.18, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22801, 1877, 23142, 2096, 1, 23, 30.59, 31.05, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22802, 1877, 23143, 2707, 3, 23, 23.68, 24.04, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22803, 1877, 23144, 5276, 1, 23, 92.58, 93.97, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22804, 1877, 23145, 1533, 9, 23, 24.38, 24.75, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22805, 1877, 23146, 3335, 9, 23, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22806, 1877, 23147, 5702, 1, 23, 47.23, 47.94, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22807, 1877, 23148, 5751, 1, 23, 4.32, 4.38, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22808, 1877, 23149, 5361, 3, 23, 164.02, 166.48, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22809, 1877, 23150, 3782, 3, 23, 352.49, 357.78, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22810, 1877, 23151, 3923, 3, 23, 487.60, 494.91, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22811, 1877, 23152, 4460, 6, 23, 40.78, 41.39, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22812, 1877, 23153, 869, 9, 23, 9.83, 9.98, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22813, 1877, 23154, 5111, 3, 23, 14.40, 14.62, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22814, 1877, 23155, 3414, 1, 23, 66.30, 67.29, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22815, 1877, 23156, 2611, 9, 23, 9.87, 10.02, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22816, 1877, 23157, 5523, 6, 23, 29.20, 29.64, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22817, 1877, 23158, 4447, 9, 23, 112.20, 113.88, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22818, 1877, 23159, 6116, 9, 23, 14.70, 14.92, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22819, 1877, 23160, 5724, 3, 23, 9.17, 9.31, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22820, 1877, 23161, 752, 1, 23, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22821, 1877, 23162, 4682, 3, 23, 15.65, 15.88, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22822, 1877, 23163, 5747, 3, 23, 4.88, 4.95, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22823, 1877, 23164, 2179, 9, 23, 52.31, 53.09, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22824, 1877, 23165, 2214, 6, 23, 9.36, 9.50, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22825, 1877, 23166, 4171, 3, 23, 25.99, 26.38, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22826, 1877, 23167, 3090, 6, 23, 5.10, 5.18, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22827, 1877, 23168, 5940, 3, 23, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22828, 1877, 23169, 1469, 6, 23, 1.31, 1.33, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22829, 1877, 23170, 803, 3, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-18 19:09:07', '2024-07-18 19:09:07', '2024-07-18 20:10:07'),
(22830, 1886, 23171, 954, 5, NULL, 21.00, 21.21, 11, 1, 'manual_sell', '2024-07-18 19:32:33', '2024-07-18 19:32:33', '2024-07-18 20:33:02'),
(22831, 1886, 23172, 3225, 5, NULL, 2.00, 2.02, 4, 1, 'manual_sell', '2024-07-18 19:32:59', '2024-07-18 19:32:59', '2024-07-18 20:33:02'),
(22832, 1902, 22997, 4094, 5, NULL, 210.00, 850.00, 4, 2, 'manual_sell', '2024-07-19 01:40:23', '2024-07-19 01:40:23', '2024-07-19 02:41:03'),
(22833, 1902, 23060, 245, 5, NULL, 65.00, 133.00, 2, 2, 'manual_sell', '2024-07-19 01:41:07', '2024-07-19 01:41:07', '2024-07-19 02:42:03'),
(22834, 1902, 23061, 914, 5, NULL, 9.00, 29.00, 3, 2, 'manual_sell', '2024-07-19 01:41:41', '2024-07-19 01:41:41', '2024-07-19 02:42:03'),
(22835, 1902, 23062, 4733, 5, NULL, 60.00, 122.68, 2, 2, 'manual_sell', '2024-07-19 01:42:13', '2024-07-19 01:42:13', '2024-07-19 02:43:03'),
(22836, 1902, 23063, 226, 5, NULL, 16.50, 51.00, 3, 2, 'manual_sell', '2024-07-19 01:42:47', '2024-07-19 01:42:47', '2024-07-19 02:43:03'),
(22837, 1902, 23064, 620, 5, NULL, 2.88, 18.15, 6, 2, 'manual_sell', '2024-07-19 01:43:20', '2024-07-19 01:43:20', '2024-07-19 02:44:03'),
(22838, 1902, 23065, 4070, 5, NULL, 19.00, 79.50, 4, 2, 'manual_sell', '2024-07-19 01:44:01', '2024-07-19 01:44:01', '2024-07-19 02:44:03'),
(22839, 1902, 23066, 3247, 5, NULL, 39.88, 202.00, 5, 2, 'manual_sell', '2024-07-19 01:44:39', '2024-07-19 01:44:39', '2024-07-19 02:45:04'),
(22840, 1902, 23094, 4750, 5, NULL, 62.00, 128.00, 2, 2, 'manual_sell', '2024-07-19 01:45:07', '2024-07-19 01:45:07', '2024-07-19 02:46:03'),
(22841, 1902, 23095, 3957, 5, NULL, 30.00, 32.50, 1, 2, 'manual_sell', '2024-07-19 01:45:39', '2024-07-19 01:45:39', '2024-07-19 02:46:03'),
(22842, 1850, 23173, 774, 5, NULL, 7.30, 7.37, 1, 1, 'manual_sell', '2024-07-19 03:05:00', '2024-07-19 03:05:00', '2024-07-19 04:05:06'),
(22843, 1881, 23174, 841, 9, 21, 29.08, 29.52, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:05'),
(22844, 1881, 23175, 171, 6, 21, 102.96, 104.50, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22845, 1881, 23176, 2508, 6, 21, 52.99, 53.78, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22846, 1881, 23177, 1160, 3, 21, 4.42, 4.49, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22847, 1881, 23178, 1988, 1, 21, 6.23, 6.32, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22848, 1881, 23179, 294, 9, 21, 47.10, 47.81, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22849, 1881, 23180, 1599, 1, 21, 2550.00, 2588.25, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22850, 1881, 23181, 223, 6, 21, 389.54, 395.38, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22851, 1881, 23182, 1745, 9, 21, 100.94, 102.45, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:06'),
(22852, 1881, 23183, 6037, 9, 21, 8.32, 8.44, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:07'),
(22853, 1881, 23184, 2363, 6, 21, 16.43, 16.68, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:07'),
(22854, 1881, 23185, 2177, 3, 21, 424.20, 430.56, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:07'),
(22855, 1881, 23186, 2628, 9, 21, 77.63, 78.79, 1, 1, 'ai_sell', '2024-07-19 04:05:07', '2024-07-19 04:05:07', '2024-07-19 05:06:07'),
(22856, 1881, 23187, 5176, 3, 21, 20.40, 20.71, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22857, 1881, 23188, 2248, 3, 21, 3024.95, 3070.32, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22858, 1881, 23189, 1878, 3, 21, 25.25, 25.63, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22859, 1881, 23190, 4290, 3, 21, 2866.49, 2909.49, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22860, 1881, 23191, 3813, 9, 21, 22.65, 22.99, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22861, 1881, 23192, 2219, 1, 21, 271.30, 275.37, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22862, 1881, 23193, 2494, 6, 21, 52.44, 53.23, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22863, 1881, 23194, 926, 1, 21, 178.35, 181.03, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22864, 1881, 23195, 3051, 1, 21, 74.23, 75.34, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22865, 1881, 23196, 6091, 1, 21, 8.23, 8.35, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22866, 1881, 23197, 3906, 9, 21, 196.72, 199.67, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22867, 1881, 23198, 4394, 9, 21, 113.21, 114.91, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22868, 1881, 23199, 3710, 3, 21, 1057.23, 1073.09, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22869, 1881, 23200, 3748, 6, 21, 50.68, 51.44, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22870, 1881, 23201, 785, 3, 21, 21.20, 21.52, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22871, 1881, 23202, 5525, 6, 21, 35.91, 36.45, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22872, 1881, 23203, 5464, 1, 21, 199.68, 202.68, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22873, 1881, 23204, 3631, 6, 21, 12.80, 12.99, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22874, 1881, 23205, 2548, 3, 21, 20.59, 20.90, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22875, 1881, 23206, 874, 3, 21, 60.60, 61.51, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:07'),
(22876, 1881, 23207, 3254, 9, 21, 82.40, 83.64, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22877, 1881, 23208, 3159, 9, 21, 1334.86, 1354.88, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22878, 1881, 23209, 5164, 3, 21, 32.54, 33.03, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22879, 1881, 23210, 636, 6, 21, 7.07, 7.18, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22880, 1881, 23211, 1405, 9, 21, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22881, 1881, 23212, 3163, 6, 21, 22.65, 22.99, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22882, 1881, 23213, 4939, 1, 21, 49.49, 50.23, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22883, 1881, 23214, 6042, 1, 21, 3.66, 3.71, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22884, 1881, 23215, 5759, 1, 21, 3.88, 3.94, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22885, 1881, 23216, 734, 3, 21, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22886, 1881, 23217, 1894, 9, 21, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22887, 1881, 23218, 756, 1, 21, 0.46, 0.47, 1, 1, 'ai_sell', '2024-07-19 04:05:08', '2024-07-19 04:05:08', '2024-07-19 05:06:08'),
(22888, 1869, 23222, 4511, 9, 25, 2.03, 2.06, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22889, 1869, 23223, 3062, 6, 25, 208.00, 211.12, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22890, 1869, 23224, 1379, 6, 25, 12.89, 13.08, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22891, 1869, 23225, 2090, 1, 25, 11.97, 12.15, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22892, 1869, 23226, 3663, 9, 25, 13.77, 13.98, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22893, 1869, 23227, 5865, 3, 25, 16.16, 16.40, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22894, 1869, 23228, 6127, 1, 25, 51.50, 52.27, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22895, 1869, 23229, 1585, 3, 25, 1.62, 1.64, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22896, 1869, 23230, 2119, 3, 25, 7.90, 8.02, 1, 1, 'ai_sell', '2024-07-19 04:30:07', '2024-07-19 04:30:07', '2024-07-19 05:31:03'),
(22897, 1869, 23231, 4674, 9, 25, 5.41, 5.49, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:03'),
(22898, 1869, 23232, 5022, 6, 25, 17.00, 17.26, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:03'),
(22899, 1869, 23233, 164, 9, 25, 421.55, 427.87, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:03'),
(22900, 1869, 23234, 1232, 9, 25, 26.25, 26.64, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:04'),
(22901, 1869, 23235, 2531, 6, 25, 161.60, 164.02, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:04'),
(22902, 1869, 23236, 802, 6, 25, 63.68, 64.64, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:04'),
(22903, 1869, 23237, 685, 9, 25, 8.24, 8.36, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:04'),
(22904, 1869, 23238, 1811, 9, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:04'),
(22905, 1869, 23239, 1844, 3, 25, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-19 04:30:08', '2024-07-19 04:30:08', '2024-07-19 05:31:04'),
(22906, 1798, 23219, 3101, 5, NULL, 350.00, 353.50, 1, 1, 'manual_sell', '2024-07-19 04:37:19', '2024-07-19 04:37:19', '2024-07-19 05:38:02'),
(22907, 1798, 23220, 3145, 5, NULL, 170.00, 171.70, 1, 1, 'manual_sell', '2024-07-19 04:39:04', '2024-07-19 04:39:04', '2024-07-19 05:40:05'),
(22908, 1798, 23221, 115, 5, NULL, 257.00, 259.57, 1, 1, 'manual_sell', '2024-07-19 04:40:54', '2024-07-19 04:40:54', '2024-07-19 05:41:03'),
(22909, 1876, 23240, 3701, 1, 28, 18.19, 18.35, 1, 1, 'ai_sell', '2024-07-19 05:00:09', '2024-07-19 05:00:09', '2024-07-19 06:01:02'),
(22910, 1876, 23241, 1495, 6, 28, 19.57, 19.75, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22911, 1876, 23242, 3250, 3, 28, 34.27, 34.58, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22912, 1876, 23243, 3239, 9, 28, 18.90, 19.07, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22913, 1876, 23244, 4904, 6, 28, 25.32, 25.55, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22914, 1876, 23245, 6104, 1, 28, 1.47, 1.48, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22915, 1876, 23246, 4146, 3, 28, 9.35, 9.43, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22916, 1876, 23247, 949, 3, 28, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22917, 1876, 23248, 1811, 3, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22918, 1876, 23249, 1844, 1, 28, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-19 05:00:10', '2024-07-19 05:00:10', '2024-07-19 06:01:03'),
(22919, 1872, 23250, 1059, 9, 22, 20.14, 20.32, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:02'),
(22920, 1872, 23251, 1612, 6, 22, 41.53, 41.90, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:02'),
(22921, 1872, 23252, 136, 3, 22, 23.78, 23.99, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:02'),
(22922, 1872, 23253, 997, 3, 22, 114.71, 115.74, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:02'),
(22923, 1872, 23254, 1581, 6, 22, 20.49, 20.67, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:02'),
(22924, 1872, 23255, 1319, 9, 22, 936.00, 944.42, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:02'),
(22925, 1872, 23256, 2694, 1, 22, 25.62, 25.85, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:03'),
(22926, 1872, 23257, 2481, 9, 22, 22.23, 22.43, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:03'),
(22927, 1872, 23258, 1445, 1, 22, 2.60, 2.62, 1, 1, 'ai_sell', '2024-07-19 05:40:06', '2024-07-19 05:40:06', '2024-07-19 06:41:03'),
(22928, 1902, 23259, 4983, 1, 26, 12.05, 12.16, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:03'),
(22929, 1902, 23260, 3971, 6, 26, 15.21, 15.35, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:04'),
(22930, 1902, 23261, 852, 9, 26, 27.75, 28.00, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:04'),
(22931, 1902, 23262, 1577, 3, 26, 70.70, 71.34, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:04'),
(22932, 1902, 23263, 4026, 1, 26, 102.99, 103.92, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22933, 1902, 23264, 805, 9, 26, 5.88, 5.93, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22934, 1902, 23265, 4044, 9, 26, 24.01, 24.23, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22935, 1902, 23266, 1866, 1, 26, 6.36, 6.42, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22936, 1902, 23267, 5369, 6, 26, 62.39, 62.95, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22937, 1902, 23268, 1016, 3, 26, 132.29, 133.48, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22938, 1902, 23269, 2103, 9, 26, 4.24, 4.28, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22939, 1902, 23270, 4702, 6, 26, 30.40, 30.67, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22940, 1902, 23271, 5881, 9, 26, 7.14, 7.20, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22941, 1902, 23272, 4106, 6, 26, 1.34, 1.35, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22942, 1902, 23273, 1738, 1, 26, 1.49, 1.50, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22943, 1902, 23274, 734, 3, 26, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-19 10:31:05', '2024-07-19 10:31:05', '2024-07-19 11:32:05'),
(22944, 1902, 23275, 131, 9, 27, 7.42, 7.57, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22945, 1902, 23276, 3603, 1, 27, 126.00, 128.52, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22946, 1902, 23277, 5693, 1, 27, 690.22, 704.02, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(22947, 1902, 23278, 1477, 1, 27, 12.83, 13.09, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22948, 1902, 23279, 266, 1, 27, 16.43, 16.76, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22949, 1902, 23280, 4397, 3, 27, 31.19, 31.81, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22950, 1902, 23281, 5739, 9, 27, 11.65, 11.88, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22951, 1902, 23282, 5784, 6, 27, 636.00, 648.72, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22952, 1902, 23283, 666, 3, 27, 7308.88, 7455.06, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:04'),
(22953, 1902, 23284, 1911, 1, 27, 24.43, 24.92, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22954, 1902, 23285, 2031, 3, 27, 532.27, 542.92, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22955, 1902, 23286, 2667, 6, 27, 222.61, 227.06, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22956, 1902, 23287, 1808, 1, 27, 31.20, 31.82, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22957, 1902, 23288, 4109, 9, 27, 50.99, 52.01, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22958, 1902, 23289, 1759, 6, 27, 123.60, 126.07, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22959, 1902, 23290, 3930, 9, 27, 11.65, 11.88, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22960, 1902, 23291, 3493, 6, 27, 11.70, 11.93, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22961, 1902, 23292, 3557, 1, 27, 24.95, 25.45, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22962, 1902, 23293, 68, 1, 27, 10.20, 10.40, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22963, 1902, 23294, 726, 6, 27, 98.97, 100.95, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22964, 1902, 23295, 1771, 1, 27, 61.84, 63.08, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22965, 1902, 23296, 45, 1, 27, 136.74, 139.47, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22966, 1902, 23297, 2385, 6, 27, 10.20, 10.40, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22967, 1902, 23298, 5921, 9, 27, 7.27, 7.42, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22968, 1902, 23299, 1850, 6, 27, 0.58, 0.59, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22969, 1902, 23300, 1827, 6, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-19 10:54:07', '2024-07-19 10:54:07', '2024-07-19 11:55:05'),
(22970, 1850, 23301, 6162, 1, 24, 18.35, 18.63, 1, 1, 'ai_sell', '2024-07-19 12:31:03', '2024-07-19 12:31:03', '2024-07-19 13:32:02'),
(22971, 1850, 23302, 2201, 6, 24, 21.57, 21.89, 1, 1, 'ai_sell', '2024-07-19 12:31:03', '2024-07-19 12:31:03', '2024-07-19 13:32:02'),
(22972, 1850, 23303, 3500, 1, 24, 371.00, 376.57, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22973, 1850, 23304, 1071, 6, 24, 4.16, 4.22, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22974, 1850, 23305, 1364, 9, 24, 91.52, 92.89, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22975, 1850, 23306, 5581, 3, 24, 30.90, 31.36, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22976, 1850, 23307, 2784, 6, 24, 13.91, 14.12, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22977, 1850, 23308, 5919, 3, 24, 532.50, 540.49, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22978, 1850, 23309, 1165, 1, 24, 63.43, 64.38, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22979, 1850, 23310, 2072, 1, 24, 19.76, 20.06, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22980, 1850, 23311, 1355, 1, 24, 17.85, 18.12, 1, 1, 'ai_sell', '2024-07-19 12:32:03', '2024-07-19 12:32:03', '2024-07-19 13:33:04'),
(22981, 1877, 23312, 4603, 6, 23, 1565.50, 1588.98, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:02'),
(22982, 1877, 23313, 5274, 3, 23, 158.54, 160.92, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:02'),
(22983, 1877, 23314, 312, 3, 23, 50.64, 51.40, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:02'),
(22984, 1877, 23315, 1875, 9, 23, 53.52, 54.32, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:02'),
(22985, 1877, 23316, 3454, 1, 23, 30.82, 31.28, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:02'),
(22986, 1877, 23317, 5130, 9, 23, 32.64, 33.13, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:02'),
(22987, 1877, 23318, 77, 6, 23, 73.50, 74.60, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22988, 1877, 23319, 1336, 3, 23, 36.75, 37.30, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22989, 1877, 23320, 4133, 6, 23, 346.50, 351.70, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22990, 1877, 23321, 2747, 1, 23, 300.56, 305.07, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22991, 1877, 23322, 4736, 9, 23, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22992, 1877, 23323, 3542, 9, 23, 6.60, 6.70, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22993, 1877, 23324, 3167, 1, 23, 325.49, 330.37, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22994, 1877, 23325, 4613, 3, 23, 386.39, 392.19, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22995, 1877, 23326, 2567, 6, 23, 419.99, 426.29, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22996, 1877, 23327, 567, 6, 23, 2203.74, 2236.80, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22997, 1877, 23328, 3531, 1, 23, 73.83, 74.94, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22998, 1877, 23329, 5102, 9, 23, 5.04, 5.12, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(22999, 1877, 23330, 775, 1, 23, 7.42, 7.53, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(23000, 1877, 23331, 3757, 6, 23, 10.19, 10.34, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(23001, 1877, 23332, 5796, 6, 23, 1212.00, 1230.18, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:03'),
(23002, 1877, 23333, 4841, 6, 23, 173.33, 175.93, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23003, 1877, 23334, 4606, 1, 23, 19.56, 19.85, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23004, 1877, 23335, 2263, 3, 23, 777.70, 789.37, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23005, 1877, 23336, 4527, 3, 23, 68.63, 69.66, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23006, 1877, 23337, 3633, 9, 23, 27.30, 27.71, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23007, 1877, 23338, 1719, 3, 23, 1.11, 1.13, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23008, 1877, 23339, 896, 1, 23, 11.21, 11.38, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23009, 1877, 23340, 1995, 1, 23, 45.48, 46.16, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23010, 1877, 23341, 649, 6, 23, 116.60, 118.35, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23011, 1877, 23342, 1486, 9, 23, 32.94, 33.43, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23012, 1877, 23343, 1818, 1, 23, 1.01, 1.03, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23013, 1877, 23344, 3908, 9, 23, 43.45, 44.10, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23014, 1877, 23345, 5137, 1, 23, 138.21, 140.28, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23015, 1877, 23346, 5496, 9, 23, 61.60, 62.52, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23016, 1877, 23347, 3145, 9, 23, 174.74, 177.36, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23017, 1877, 23348, 3424, 6, 23, 446.76, 453.46, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23018, 1877, 23349, 5999, 9, 23, 247.20, 250.91, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23019, 1877, 23350, 2773, 9, 23, 385.22, 391.00, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23020, 1877, 23351, 4106, 9, 23, 1.35, 1.37, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23021, 1877, 23352, 309, 3, 23, 230.49, 233.95, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23022, 1877, 23353, 5080, 1, 23, 41.81, 42.44, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23023, 1877, 23354, 1643, 1, 23, 15.15, 15.38, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:04'),
(23024, 1877, 23355, 907, 1, 23, 222.20, 225.53, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23025, 1877, 23356, 3055, 1, 23, 4.04, 4.10, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23026, 1877, 23357, 470, 3, 23, 16.75, 17.00, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23027, 1877, 23358, 1454, 3, 23, 68.54, 69.57, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23028, 1877, 23359, 432, 9, 23, 210.52, 213.68, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23029, 1877, 23360, 3608, 9, 23, 89.00, 90.34, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23030, 1877, 23361, 2719, 9, 23, 28.60, 29.03, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23031, 1877, 23362, 900, 9, 23, 87.55, 88.86, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23032, 1877, 23363, 2268, 9, 23, 30.60, 31.06, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23033, 1877, 23364, 4672, 1, 23, 14.65, 14.87, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23034, 1877, 23365, 2450, 6, 23, 15.15, 15.38, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23035, 1877, 23366, 4747, 1, 23, 54.03, 54.84, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23036, 1877, 23367, 3773, 3, 23, 3.63, 3.68, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23037, 1877, 23368, 3298, 9, 23, 25.99, 26.38, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23038, 1877, 23369, 5549, 1, 23, 8.30, 8.42, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23039, 1877, 23370, 1000, 3, 23, 3.57, 3.62, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23040, 1877, 23371, 1894, 9, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23041, 1877, 23372, 734, 1, 23, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23042, 1877, 23373, 1827, 6, 23, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-19 20:22:05', '2024-07-19 20:22:05', '2024-07-19 21:23:05'),
(23043, 1886, 23374, 1426, 5, NULL, 61.00, 61.61, 3, 1, 'manual_sell', '2024-07-19 20:58:00', '2024-07-19 20:58:00', '2024-07-19 21:58:03'),
(23044, 1886, 23375, 2296, 5, NULL, 12.00, 12.12, 4, 1, 'manual_sell', '2024-07-19 20:58:29', '2024-07-19 20:58:29', '2024-07-19 21:59:03'),
(23045, 1886, 23376, 1085, 5, NULL, 5.00, 5.05, 2, 1, 'manual_sell', '2024-07-19 20:59:09', '2024-07-19 20:59:09', '2024-07-19 22:00:04'),
(23046, 1881, 23377, 5422, 6, 21, 30.30, 30.75, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:03'),
(23047, 1881, 23378, 4877, 1, 21, 8.32, 8.44, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:03'),
(23048, 1881, 23379, 5889, 6, 21, 11.43, 11.60, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23049, 1881, 23380, 5710, 3, 21, 156.45, 158.80, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23050, 1881, 23381, 2254, 9, 21, 9.57, 9.71, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23051, 1881, 23382, 2612, 6, 21, 18.12, 18.39, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23052, 1881, 23383, 2240, 9, 21, 25.49, 25.87, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23053, 1881, 23384, 1119, 6, 21, 147.00, 149.21, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23054, 1881, 23385, 1416, 9, 21, 166.95, 169.45, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23055, 1881, 23386, 3977, 6, 21, 390.36, 396.22, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23056, 1881, 23387, 4653, 3, 21, 135.20, 137.23, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23057, 1881, 23388, 1676, 3, 21, 5.88, 5.97, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23058, 1881, 23389, 4404, 3, 21, 27.72, 28.14, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23059, 1881, 23390, 3843, 6, 21, 72.10, 73.18, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23060, 1881, 23391, 1709, 1, 21, 6220.98, 6314.29, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23061, 1881, 23392, 180, 1, 21, 1913.60, 1942.30, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23062, 1881, 23393, 4306, 1, 21, 29.42, 29.86, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23063, 1881, 23394, 5191, 3, 21, 41.81, 42.44, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23064, 1881, 23395, 1920, 1, 21, 38.85, 39.43, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23065, 1881, 23396, 1020, 1, 21, 6.20, 6.29, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23066, 1881, 23397, 3610, 9, 21, 15.82, 16.06, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23067, 1881, 23398, 3149, 3, 21, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23068, 1881, 23399, 2278, 9, 21, 46.80, 47.50, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23069, 1881, 23400, 1826, 9, 21, 104.29, 105.85, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23070, 1881, 23401, 1106, 3, 21, 262.50, 266.44, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23071, 1881, 23402, 5669, 9, 21, 26.24, 26.63, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23072, 1881, 23403, 2748, 9, 21, 133.34, 135.34, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23073, 1881, 23404, 2499, 3, 21, 1055.29, 1071.12, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23074, 1881, 23405, 5235, 1, 21, 395.20, 401.13, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23075, 1881, 23406, 5273, 3, 21, 310.13, 314.78, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23076, 1881, 23407, 1679, 6, 21, 437.33, 443.89, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23077, 1881, 23408, 3351, 9, 21, 210.00, 213.15, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23078, 1881, 23409, 5050, 6, 21, 153.00, 155.30, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23079, 1881, 23410, 2081, 9, 21, 775.20, 786.83, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23080, 1881, 23411, 2462, 3, 21, 3.08, 3.13, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23081, 1881, 23412, 75, 3, 21, 12.12, 12.30, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23082, 1881, 23413, 3877, 9, 21, 360.50, 365.91, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23083, 1881, 23414, 5582, 6, 21, 12.79, 12.98, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23084, 1881, 23415, 2303, 1, 21, 75.75, 76.89, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23085, 1881, 23416, 4859, 1, 21, 7.81, 7.93, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23086, 1881, 23417, 3568, 1, 21, 13.79, 14.00, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23087, 1881, 23418, 5617, 1, 21, 5.80, 5.89, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23088, 1881, 23419, 1827, 3, 21, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-20 05:18:05', '2024-07-20 05:18:05', '2024-07-20 06:19:04'),
(23089, 1869, 23420, 2770, 9, 25, 619.02, 628.31, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:02'),
(23090, 1869, 23421, 3708, 3, 25, 21.41, 21.73, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:02'),
(23091, 1869, 23422, 5809, 9, 25, 80.89, 82.10, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:02'),
(23092, 1869, 23423, 3400, 6, 25, 32.23, 32.71, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23093, 1869, 23424, 1416, 3, 25, 160.59, 163.00, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23094, 1869, 23425, 775, 3, 25, 7.49, 7.60, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23095, 1869, 23426, 2893, 6, 25, 11.54, 11.71, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23096, 1869, 23427, 317, 6, 25, 20.62, 20.93, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23097, 1869, 23428, 1484, 6, 25, 9.72, 9.87, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23098, 1869, 23429, 3329, 1, 25, 23.65, 24.00, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23099, 1869, 23430, 3930, 6, 25, 11.54, 11.71, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23100, 1869, 23431, 1274, 3, 25, 3.31, 3.36, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23101, 1869, 23432, 3099, 1, 25, 11.63, 11.80, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23102, 1869, 23433, 2330, 3, 25, 21.41, 21.73, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23103, 1869, 23434, 4645, 3, 25, 7.27, 7.38, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23104, 1869, 23435, 1724, 3, 25, 2.31, 2.34, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23105, 1869, 23436, 949, 6, 25, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23106, 1869, 23437, 734, 1, 25, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23107, 1869, 23438, 1811, 3, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23108, 1869, 23439, 1894, 6, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-20 05:43:05', '2024-07-20 05:43:05', '2024-07-20 06:44:03'),
(23109, 1798, 23440, 4531, 5, NULL, 360.00, 363.60, 1, 1, 'manual_sell', '2024-07-20 05:56:53', '2024-07-20 05:56:53', '2024-07-20 06:57:02'),
(23110, 1798, 23441, 3826, 5, NULL, 399.00, 402.99, 1, 1, 'manual_sell', '2024-07-20 05:59:15', '2024-07-20 05:59:15', '2024-07-20 07:00:05'),
(23111, 1798, 23442, 3156, 5, NULL, 29.00, 29.29, 1, 1, 'manual_sell', '2024-07-20 06:00:24', '2024-07-20 06:00:24', '2024-07-20 07:01:02'),
(23112, 1876, 23443, 1069, 9, 28, 21.19, 21.38, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:02'),
(23113, 1876, 23444, 4796, 3, 28, 10.93, 11.03, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23114, 1876, 23445, 2207, 9, 28, 41.27, 41.64, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23115, 1876, 23446, 755, 3, 28, 34.97, 35.28, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23116, 1876, 23447, 1053, 3, 28, 3.66, 3.69, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23117, 1876, 23448, 5044, 6, 28, 11.65, 11.75, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23118, 1876, 23449, 5670, 9, 28, 1.96, 1.98, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23119, 1876, 23450, 3018, 3, 28, 2.65, 2.67, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23120, 1876, 23451, 1827, 3, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23121, 1876, 23452, 756, 6, 28, 0.47, 0.47, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23122, 1876, 23453, 734, 1, 28, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-20 06:12:05', '2024-07-20 06:12:05', '2024-07-20 07:13:03'),
(23123, 1872, 23454, 4185, 6, 22, 164.80, 166.28, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23124, 1872, 23455, 4649, 9, 22, 31.61, 31.89, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23125, 1872, 23456, 4055, 6, 22, 73.12, 73.78, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23126, 1872, 23457, 5526, 3, 22, 5.15, 5.20, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23127, 1872, 23458, 2312, 6, 22, 142.80, 144.09, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23128, 1872, 23459, 1489, 3, 22, 83.74, 84.49, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23129, 1872, 23460, 137, 3, 22, 9.27, 9.35, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23130, 1872, 23461, 2116, 9, 22, 31.78, 32.07, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23131, 1872, 23462, 5295, 3, 22, 20.59, 20.78, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23132, 1872, 23463, 977, 1, 22, 61.20, 61.75, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23133, 1872, 23464, 731, 1, 22, 113.59, 114.61, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23134, 1872, 23465, 42, 1, 22, 131.25, 132.43, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23135, 1872, 23466, 5680, 1, 22, 50.39, 50.84, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23136, 1872, 23467, 4859, 9, 22, 7.51, 7.58, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23137, 1872, 23468, 2804, 9, 22, 30.59, 30.87, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23138, 1872, 23469, 3688, 6, 22, 57.09, 57.60, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23139, 1872, 23470, 1419, 3, 22, 40.80, 41.17, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23140, 1872, 23471, 4341, 3, 22, 5.09, 5.14, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23141, 1872, 23472, 3754, 6, 22, 41.19, 41.56, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23142, 1872, 23473, 1132, 9, 22, 26.66, 26.90, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23143, 1872, 23474, 4214, 3, 22, 21.49, 21.68, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23144, 1872, 23475, 6171, 3, 22, 16.25, 16.40, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23145, 1872, 23476, 2377, 1, 22, 36.40, 36.73, 1, 1, 'ai_sell', '2024-07-20 06:52:03', '2024-07-20 06:52:03', '2024-07-20 07:52:03'),
(23146, 1872, 23477, 4693, 6, 22, 14.96, 15.09, 1, 1, 'ai_sell', '2024-07-20 06:52:04', '2024-07-20 06:52:04', '2024-07-20 07:53:03'),
(23147, 1872, 23478, 1827, 9, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-20 06:52:04', '2024-07-20 06:52:04', '2024-07-20 07:53:03'),
(23148, 1872, 23479, 1811, 1, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-20 06:52:04', '2024-07-20 06:52:04', '2024-07-20 07:53:03'),
(23149, 1872, 23480, 949, 1, 22, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-20 06:52:04', '2024-07-20 06:52:04', '2024-07-20 07:53:03'),
(23150, 1850, 23481, 949, 5, NULL, 0.32, 0.33, 23, 2, 'manual_sell', '2024-07-20 10:42:25', '2024-07-20 10:42:25', '2024-07-20 11:43:02'),
(23151, 1902, 23482, 1044, 3, 26, 72.09, 72.74, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:03'),
(23152, 1902, 23483, 4405, 1, 26, 25.50, 25.73, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:03'),
(23153, 1902, 23484, 4526, 3, 26, 86.89, 87.67, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:03'),
(23154, 1902, 23485, 803, 6, 26, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:03'),
(23155, 1902, 23486, 4622, 9, 26, 142.80, 144.09, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:03'),
(23156, 1902, 23487, 5695, 1, 26, 58.19, 58.71, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:04'),
(23157, 1902, 23488, 3746, 1, 26, 40.00, 40.36, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:04'),
(23158, 1902, 23489, 4078, 3, 26, 45.76, 46.17, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:04'),
(23159, 1902, 23490, 4736, 9, 26, 21.61, 21.80, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:04'),
(23160, 1902, 23491, 5564, 3, 26, 6.35, 6.41, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:04'),
(23161, 1902, 23492, 5750, 1, 26, 8.57, 8.65, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:04'),
(23162, 1902, 23493, 2023, 9, 26, 1.03, 1.04, 1, 1, 'ai_sell', '2024-07-20 11:44:03', '2024-07-20 11:44:03', '2024-07-20 12:44:04'),
(23163, 1850, 23481, 949, 5, NULL, 0.32, 0.32, 23, 1, 'manual_sell', '2024-07-20 12:04:13', '2024-07-20 12:04:13', '2024-07-20 13:05:04'),
(23164, 1902, 23494, 2449, 9, 27, 734.38, 749.07, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:03'),
(23165, 1902, 23495, 934, 1, 27, 13.11, 13.37, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:03'),
(23166, 1902, 23496, 1083, 6, 27, 68.76, 70.14, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:03'),
(23167, 1902, 23497, 5782, 1, 27, 21.11, 21.53, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:03'),
(23168, 1902, 23498, 643, 9, 27, 72.10, 73.54, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:03'),
(23169, 1902, 23499, 870, 9, 27, 837.90, 854.66, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23170, 1902, 23500, 3031, 1, 27, 137.34, 140.09, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23171, 1902, 23501, 3583, 6, 27, 152.87, 155.93, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23172, 1902, 23502, 40, 9, 27, 48.88, 49.86, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23173, 1902, 23503, 2238, 6, 27, 61.82, 63.06, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23174, 1902, 23504, 2758, 3, 27, 858.50, 875.67, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23175, 1902, 23505, 2488, 3, 27, 105.00, 107.10, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23176, 1902, 23506, 965, 9, 27, 1060.00, 1081.20, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23177, 1902, 23507, 2075, 3, 27, 103.02, 105.08, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23178, 1902, 23508, 2614, 6, 27, 24.56, 25.05, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23179, 1902, 23509, 3615, 9, 27, 3.65, 3.72, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23180, 1902, 23510, 3491, 1, 27, 72.01, 73.45, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23181, 1902, 23511, 588, 3, 27, 286.84, 292.58, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23182, 1902, 23512, 1686, 6, 27, 594.31, 606.20, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23183, 1902, 23513, 5994, 6, 27, 104.30, 106.39, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23184, 1902, 23514, 45, 1, 27, 136.74, 139.47, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23185, 1902, 23515, 1396, 9, 27, 226.51, 231.04, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23186, 1902, 23516, 4636, 3, 27, 21.83, 22.27, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23187, 1902, 23517, 5008, 6, 27, 323.20, 329.66, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23188, 1902, 23518, 4023, 1, 27, 102.00, 104.04, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23189, 1902, 23519, 4507, 3, 27, 42.92, 43.78, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23190, 1902, 23520, 2854, 3, 27, 222.59, 227.04, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23191, 1902, 23521, 2964, 9, 27, 848.00, 864.96, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23192, 1902, 23522, 3743, 9, 27, 165.36, 168.67, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23193, 1902, 23523, 3920, 3, 27, 52.53, 53.58, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23194, 1902, 23524, 5310, 6, 27, 64.65, 65.94, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23195, 1902, 23525, 55, 1, 27, 30.74, 31.35, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23196, 1902, 23526, 1387, 9, 27, 31.59, 32.22, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23197, 1902, 23527, 1172, 6, 27, 67.84, 69.20, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23198, 1902, 23528, 3614, 3, 27, 242.40, 247.25, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23199, 1902, 23529, 3229, 9, 27, 144.89, 147.79, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23200, 1902, 23530, 5820, 3, 27, 754.98, 770.08, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23201, 1902, 23531, 5630, 6, 27, 144.19, 147.07, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23202, 1902, 23532, 2761, 9, 27, 1326.00, 1352.52, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23203, 1902, 23533, 2200, 6, 27, 13.39, 13.66, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23204, 1902, 23534, 5415, 1, 27, 51.50, 52.53, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23205, 1902, 23535, 3082, 9, 27, 12.58, 12.83, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:04'),
(23206, 1902, 23536, 1219, 6, 27, 5.04, 5.14, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:05'),
(23207, 1902, 23537, 876, 6, 27, 4.24, 4.32, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:05'),
(23208, 1902, 23538, 3613, 9, 27, 6.54, 6.67, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:05'),
(23209, 1902, 23539, 642, 9, 27, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:05'),
(23210, 1902, 23540, 1827, 1, 27, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-20 12:06:05', '2024-07-20 12:06:05', '2024-07-20 13:07:05'),
(23211, 1850, 23541, 5846, 6, 24, 104.52, 106.09, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23212, 1850, 23542, 910, 6, 24, 7.10, 7.21, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23213, 1850, 23543, 4222, 3, 24, 54.99, 55.81, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23214, 1850, 23544, 119, 9, 24, 6.40, 6.50, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23215, 1850, 23545, 2771, 1, 24, 300.48, 304.99, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23216, 1850, 23546, 2747, 3, 24, 291.89, 296.27, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23217, 1850, 23547, 2820, 1, 24, 142.04, 144.17, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23218, 1850, 23548, 4796, 6, 24, 10.62, 10.78, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23219, 1850, 23549, 5926, 1, 24, 60.88, 61.79, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23220, 1850, 23550, 751, 9, 24, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-20 13:45:05', '2024-07-20 13:45:05', '2024-07-20 14:45:05'),
(23221, 1850, 23551, 2671, 6, 24, 16.46, 16.71, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23222, 1850, 23552, 4918, 1, 24, 29.67, 30.12, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23223, 1850, 23553, 5428, 6, 24, 5.19, 5.27, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23224, 1850, 23554, 3116, 3, 24, 9.13, 9.27, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23225, 1850, 23555, 2790, 6, 24, 130.51, 132.47, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23226, 1850, 23556, 803, 9, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23227, 1850, 23557, 24, 9, 24, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23228, 1850, 23558, 1844, 3, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23229, 1850, 23559, 1827, 1, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-20 13:45:06', '2024-07-20 13:45:06', '2024-07-20 14:46:03'),
(23230, 1877, 23560, 2783, 3, 23, 11.33, 11.50, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:03'),
(23231, 1877, 23561, 3689, 1, 23, 211.04, 214.21, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23232, 1877, 23562, 2349, 9, 23, 228.65, 232.08, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23233, 1877, 23563, 1753, 6, 23, 191.90, 194.78, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23234, 1877, 23564, 1618, 1, 23, 53.23, 54.03, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23235, 1877, 23565, 3410, 9, 23, 29.87, 30.32, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23236, 1877, 23566, 4497, 1, 23, 15.89, 16.13, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23237, 1877, 23567, 5283, 1, 23, 21.83, 22.16, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23238, 1877, 23568, 3501, 1, 23, 9.36, 9.50, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23239, 1877, 23569, 2623, 6, 23, 9.39, 9.53, 1, 1, 'ai_sell', '2024-07-20 21:35:06', '2024-07-20 21:35:06', '2024-07-20 22:36:05'),
(23240, 1877, 23570, 3612, 9, 23, 265.96, 269.95, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:05'),
(23241, 1877, 23571, 4847, 9, 23, 673.91, 684.02, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:05'),
(23242, 1877, 23572, 3428, 3, 23, 263.16, 267.11, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:05'),
(23243, 1877, 23573, 1725, 6, 23, 204.75, 207.82, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:05'),
(23244, 1877, 23574, 4049, 6, 23, 189.74, 192.59, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23245, 1877, 23575, 5547, 3, 23, 291.19, 295.56, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23246, 1877, 23576, 3455, 1, 23, 5.19, 5.27, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23247, 1877, 23577, 4983, 3, 23, 11.71, 11.89, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23248, 1877, 23578, 1481, 6, 23, 51.00, 51.77, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23249, 1877, 23579, 1397, 6, 23, 602.97, 612.01, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23250, 1877, 23580, 2391, 9, 23, 60.54, 61.45, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23251, 1877, 23581, 5006, 1, 23, 9.53, 9.67, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23252, 1877, 23582, 3534, 1, 23, 105.99, 107.58, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23253, 1877, 23583, 769, 6, 23, 113.42, 115.12, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23254, 1877, 23584, 5089, 9, 23, 41.19, 41.81, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23255, 1877, 23585, 4191, 6, 23, 5.87, 5.96, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23256, 1877, 23586, 1916, 1, 23, 3.50, 3.55, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23257, 1877, 23587, 3511, 3, 23, 41.34, 41.96, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23258, 1877, 23588, 726, 9, 23, 100.93, 102.44, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23259, 1877, 23589, 4387, 3, 23, 4.85, 4.92, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23260, 1877, 23590, 3703, 6, 23, 23.00, 23.35, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23261, 1877, 23591, 1309, 3, 23, 143.27, 145.42, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23262, 1877, 23592, 3910, 1, 23, 1927.80, 1956.72, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23263, 1877, 23593, 5481, 3, 23, 169.60, 172.14, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23264, 1877, 23594, 5945, 1, 23, 3.51, 3.56, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23265, 1877, 23595, 3686, 3, 23, 12.58, 12.77, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23266, 1877, 23596, 872, 9, 23, 25.49, 25.87, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23267, 1877, 23597, 854, 1, 23, 35.50, 36.03, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23268, 1877, 23598, 3665, 9, 23, 29.63, 30.07, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:06'),
(23269, 1877, 23599, 3780, 6, 23, 103.00, 104.55, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23270, 1877, 23600, 4458, 6, 23, 3753.75, 3810.06, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23271, 1877, 23601, 1500, 3, 23, 11.54, 11.71, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23272, 1877, 23602, 5496, 1, 23, 64.65, 65.62, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23273, 1877, 23603, 2361, 3, 23, 19.36, 19.65, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23274, 1877, 23604, 1899, 9, 23, 11.85, 12.03, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23275, 1877, 23605, 1658, 1, 23, 117.29, 119.05, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23276, 1877, 23606, 1419, 9, 23, 42.40, 43.04, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23277, 1877, 23607, 1296, 3, 23, 47.70, 48.42, 1, 1, 'ai_sell', '2024-07-20 21:35:07', '2024-07-20 21:35:07', '2024-07-20 22:36:07'),
(23278, 1877, 23608, 4585, 1, 23, 81.60, 82.82, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23279, 1877, 23609, 2706, 9, 23, 403.91, 409.97, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23280, 1877, 23610, 1524, 6, 23, 20.14, 20.44, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23281, 1877, 23611, 377, 1, 23, 45.70, 46.39, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23282, 1877, 23612, 5637, 1, 23, 5.24, 5.32, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23283, 1877, 23613, 4670, 9, 23, 5.83, 5.92, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23284, 1877, 23614, 2153, 3, 23, 284.96, 289.23, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23285, 1877, 23615, 2924, 1, 23, 32.04, 32.52, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23286, 1877, 23616, 4027, 9, 23, 22.43, 22.77, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23287, 1877, 23617, 4902, 9, 23, 2.27, 2.30, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23288, 1877, 23618, 2207, 6, 23, 40.87, 41.48, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:07'),
(23289, 1877, 23619, 6080, 6, 23, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23290, 1877, 23620, 4800, 3, 23, 55.12, 55.95, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23291, 1877, 23621, 1627, 3, 23, 6.42, 6.52, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23292, 1877, 23622, 5433, 6, 23, 8.05, 8.17, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23293, 1877, 23623, 813, 9, 23, 11.78, 11.96, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23294, 1877, 23624, 5272, 9, 23, 6.09, 6.18, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23295, 1877, 23625, 2649, 6, 23, 6.83, 6.93, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23296, 1877, 23626, 1827, 6, 23, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23297, 1877, 23627, 1738, 3, 23, 1.46, 1.48, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23298, 1877, 23628, 734, 9, 23, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23299, 1877, 23629, 1894, 3, 23, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23300, 1877, 23630, 1844, 1, 23, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-20 21:35:08', '2024-07-20 21:35:08', '2024-07-20 22:36:08'),
(23301, 1886, 23631, 4646, 5, NULL, 41.00, 41.41, 5, 1, 'manual_sell', '2024-07-21 01:02:52', '2024-07-21 01:02:52', '2024-07-21 02:03:05'),
(23302, 1886, 23632, 1950, 5, NULL, 18.00, 18.18, 2, 1, 'manual_sell', '2024-07-21 01:03:17', '2024-07-21 01:03:17', '2024-07-21 02:04:02'),
(23303, 1886, 23633, 4106, 5, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-07-21 01:03:41', '2024-07-21 01:03:41', '2024-07-21 02:04:02'),
(23304, 1881, 23634, 24, 3, 21, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:02'),
(23305, 1881, 23635, 5379, 3, 21, 374.19, 379.80, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:03'),
(23306, 1881, 23636, 1620, 9, 21, 118.53, 120.31, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:03'),
(23307, 1881, 23637, 125, 9, 21, 87.36, 88.67, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:03'),
(23308, 1881, 23638, 3948, 6, 21, 107.93, 109.55, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:03'),
(23309, 1881, 23639, 408, 1, 21, 93.72, 95.13, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:03'),
(23310, 1881, 23640, 4269, 1, 21, 114.45, 116.17, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:03'),
(23311, 1881, 23641, 715, 3, 21, 39.46, 40.05, 1, 1, 'ai_sell', '2024-07-21 06:30:10', '2024-07-21 06:30:10', '2024-07-21 07:31:03'),
(23312, 1881, 23642, 3305, 1, 21, 264.60, 268.57, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:03'),
(23313, 1881, 23643, 3598, 9, 21, 1030.00, 1045.45, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:03'),
(23314, 1881, 23644, 3125, 6, 21, 502.86, 510.40, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:03'),
(23315, 1881, 23645, 1504, 9, 21, 30.66, 31.12, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:03'),
(23316, 1881, 23646, 5614, 6, 21, 35.44, 35.97, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:03'),
(23317, 1881, 23647, 1305, 9, 21, 41.40, 42.02, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23318, 1881, 23648, 4272, 6, 21, 122.57, 124.41, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23319, 1881, 23649, 1261, 6, 21, 95.40, 96.83, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(23320, 1881, 23650, 1522, 1, 21, 2625.00, 2664.38, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23321, 1881, 23651, 1613, 3, 21, 167.88, 170.40, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23322, 1881, 23652, 1099, 9, 21, 185.12, 187.90, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23323, 1881, 23653, 1801, 6, 21, 72.08, 73.16, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23324, 1881, 23654, 3908, 6, 21, 42.22, 42.85, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23325, 1881, 23655, 2966, 9, 21, 505.00, 512.58, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23326, 1881, 23656, 4760, 1, 21, 70.69, 71.75, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23327, 1881, 23657, 5742, 1, 21, 13.62, 13.82, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23328, 1881, 23658, 4538, 1, 21, 944.99, 959.16, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23329, 1881, 23659, 4519, 3, 21, 19.18, 19.47, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23330, 1881, 23660, 1147, 9, 21, 103.00, 104.55, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23331, 1881, 23661, 5793, 9, 21, 315.08, 319.81, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23332, 1881, 23662, 4522, 3, 21, 5.29, 5.37, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23333, 1881, 23663, 4553, 3, 21, 10.07, 10.22, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23334, 1881, 23664, 5932, 6, 21, 21.38, 21.70, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23335, 1881, 23665, 5603, 6, 21, 21.37, 21.69, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23336, 1881, 23666, 1355, 1, 21, 17.51, 17.77, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23337, 1881, 23667, 522, 1, 21, 51.27, 52.04, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23338, 1881, 23668, 914, 9, 21, 10.29, 10.44, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23339, 1881, 23669, 3192, 9, 21, 140.60, 142.71, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23340, 1881, 23670, 1394, 9, 21, 283.50, 287.75, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23341, 1881, 23671, 1712, 9, 21, 61.20, 62.12, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23342, 1881, 23672, 5025, 3, 21, 132.55, 134.54, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23343, 1881, 23673, 396, 3, 21, 36.38, 36.93, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23344, 1881, 23674, 1894, 1, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23345, 1881, 23675, 5168, 3, 21, 141.40, 143.52, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23346, 1881, 23676, 3893, 6, 21, 1166.00, 1183.49, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23347, 1881, 23677, 5915, 3, 21, 5.74, 5.83, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23348, 1881, 23678, 4303, 1, 21, 727.99, 738.91, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23349, 1881, 23679, 2603, 9, 21, 1521.45, 1544.27, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23350, 1881, 23680, 302, 1, 21, 264.98, 268.95, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23351, 1881, 23681, 2377, 9, 21, 36.76, 37.31, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23352, 1881, 23682, 2137, 1, 21, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23353, 1881, 23683, 1270, 3, 21, 9.08, 9.22, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23354, 1881, 23684, 1149, 9, 21, 207.99, 211.11, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23355, 1881, 23685, 5055, 9, 21, 516.02, 523.76, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23356, 1881, 23686, 4309, 6, 21, 4.19, 4.25, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23357, 1881, 23687, 2945, 3, 21, 24.09, 24.45, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23358, 1881, 23688, 5859, 6, 21, 206.70, 209.80, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23359, 1881, 23689, 3871, 6, 21, 53.55, 54.35, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23360, 1881, 23690, 1250, 6, 21, 12.78, 12.97, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23361, 1881, 23691, 3420, 3, 21, 70.65, 71.71, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23362, 1881, 23692, 1382, 3, 21, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:04'),
(23363, 1881, 23693, 5743, 3, 21, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23364, 1881, 23694, 1645, 3, 21, 3.92, 3.98, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23365, 1881, 23695, 4198, 9, 21, 19.65, 19.94, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23366, 1881, 23696, 3368, 1, 21, 64.03, 64.99, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23367, 1881, 23697, 828, 1, 21, 19.72, 20.02, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23368, 1881, 23698, 2140, 9, 21, 50.60, 51.36, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23369, 1881, 23699, 716, 3, 21, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23370, 1881, 23700, 1811, 9, 21, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23371, 1881, 23701, 1827, 3, 21, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23372, 1881, 23702, 803, 1, 21, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-21 06:30:11', '2024-07-21 06:30:11', '2024-07-21 07:31:05'),
(23373, 1869, 23703, 5953, 6, 25, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23374, 1869, 23704, 5907, 1, 25, 16.36, 16.61, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23375, 1869, 23705, 277, 6, 25, 343.19, 348.34, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23376, 1869, 23706, 5239, 3, 25, 32.40, 32.89, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23377, 1869, 23707, 13, 3, 25, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23378, 1869, 23708, 3255, 9, 25, 132.57, 134.56, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23379, 1869, 23709, 3329, 6, 25, 24.35, 24.72, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23380, 1869, 23710, 3371, 1, 25, 196.10, 199.04, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23381, 1869, 23711, 3578, 1, 25, 16.05, 16.29, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23382, 1869, 23712, 1588, 1, 25, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:02'),
(23383, 1869, 23713, 925, 3, 25, 89.61, 90.95, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:03'),
(23384, 1869, 23714, 1496, 3, 25, 15.75, 15.99, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:03'),
(23385, 1869, 23715, 20, 9, 25, 4.08, 4.14, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:03'),
(23386, 1869, 23716, 2411, 9, 25, 45.90, 46.59, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:03'),
(23387, 1869, 23717, 4977, 3, 25, 5.09, 5.17, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:03'),
(23388, 1869, 23718, 600, 3, 25, 13.65, 13.85, 1, 1, 'ai_sell', '2024-07-21 06:55:07', '2024-07-21 06:55:07', '2024-07-21 07:56:03'),
(23389, 1869, 23719, 3985, 1, 25, 62.11, 63.04, 1, 1, 'ai_sell', '2024-07-21 06:55:08', '2024-07-21 06:55:08', '2024-07-21 07:56:03'),
(23390, 1869, 23720, 5958, 3, 25, 9.33, 9.47, 1, 1, 'ai_sell', '2024-07-21 06:55:08', '2024-07-21 06:55:08', '2024-07-21 07:56:03'),
(23391, 1869, 23721, 782, 9, 25, 6.99, 7.09, 1, 1, 'ai_sell', '2024-07-21 06:55:08', '2024-07-21 06:55:08', '2024-07-21 07:56:03'),
(23392, 1869, 23722, 1199, 6, 25, 24.47, 24.84, 1, 1, 'ai_sell', '2024-07-21 06:55:08', '2024-07-21 06:55:08', '2024-07-21 07:56:03'),
(23393, 1876, 23726, 4545, 1, 28, 29.67, 29.94, 1, 1, 'ai_sell', '2024-07-21 07:24:05', '2024-07-21 07:24:05', '2024-07-21 08:25:04'),
(23394, 1876, 23727, 2715, 6, 28, 36.03, 36.35, 1, 1, 'ai_sell', '2024-07-21 07:24:05', '2024-07-21 07:24:05', '2024-07-21 08:25:04'),
(23395, 1876, 23728, 2253, 1, 28, 20.39, 20.57, 1, 1, 'ai_sell', '2024-07-21 07:24:05', '2024-07-21 07:24:05', '2024-07-21 08:25:04'),
(23396, 1876, 23729, 2740, 9, 28, 30.59, 30.87, 1, 1, 'ai_sell', '2024-07-21 07:24:06', '2024-07-21 07:24:06', '2024-07-21 08:25:04'),
(23397, 1876, 23730, 729, 9, 28, 11.62, 11.72, 1, 1, 'ai_sell', '2024-07-21 07:24:06', '2024-07-21 07:24:06', '2024-07-21 08:25:04'),
(23398, 1876, 23731, 3324, 6, 28, 1.40, 1.41, 1, 1, 'ai_sell', '2024-07-21 07:24:06', '2024-07-21 07:24:06', '2024-07-21 08:25:04'),
(23399, 1876, 23732, 1894, 6, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 07:24:06', '2024-07-21 07:24:06', '2024-07-21 08:25:04'),
(23400, 1876, 23733, 1827, 3, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-21 07:24:06', '2024-07-21 07:24:06', '2024-07-21 08:25:04'),
(23401, 1876, 23734, 734, 6, 28, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-21 07:24:06', '2024-07-21 07:24:06', '2024-07-21 08:25:04'),
(23402, 1798, 23723, 2012, 5, NULL, 199.00, 200.99, 2, 1, 'manual_sell', '2024-07-21 07:30:56', '2024-07-21 07:30:56', '2024-07-21 08:31:02'),
(23403, 1798, 23724, 3108, 5, NULL, 250.00, 252.50, 1, 1, 'manual_sell', '2024-07-21 07:34:46', '2024-07-21 07:34:46', '2024-07-21 08:35:03'),
(23404, 1798, 23725, 3762, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-07-21 07:38:01', '2024-07-21 07:38:01', '2024-07-21 08:38:03'),
(23405, 1798, 23735, 6025, 5, NULL, 99.00, 99.99, 1, 1, 'manual_sell', '2024-07-21 07:39:24', '2024-07-21 07:39:24', '2024-07-21 08:40:03'),
(23406, 1872, 23736, 803, 1, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23407, 1872, 23737, 5822, 1, 22, 36.39, 36.72, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23408, 1872, 23738, 604, 6, 22, 10.10, 10.19, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23409, 1872, 23739, 3081, 1, 22, 9.54, 9.63, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23410, 1872, 23740, 3872, 1, 22, 30.30, 30.57, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23411, 1872, 23741, 3160, 9, 22, 207.02, 208.88, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23412, 1872, 23742, 1718, 3, 22, 4.15, 4.19, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23413, 1872, 23743, 3921, 6, 22, 133.90, 135.11, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23414, 1872, 23744, 4176, 1, 22, 782.79, 789.84, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23415, 1872, 23745, 3310, 9, 22, 7.30, 7.37, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23416, 1872, 23746, 5764, 1, 22, 1.51, 1.52, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23417, 1872, 23747, 672, 6, 22, 3.15, 3.18, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:03'),
(23418, 1872, 23748, 756, 6, 22, 0.45, 0.45, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:04'),
(23419, 1872, 23749, 1887, 1, 22, 1.61, 1.62, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:04'),
(23420, 1872, 23750, 1811, 9, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:04'),
(23421, 1872, 23751, 1894, 1, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 08:04:03', '2024-07-21 08:04:03', '2024-07-21 09:04:04'),
(23422, 1902, 23752, 4813, 1, 26, 28.61, 28.87, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23423, 1902, 23753, 5075, 1, 26, 24.09, 24.31, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23424, 1902, 23754, 3559, 1, 26, 215.85, 217.79, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23425, 1902, 23755, 3450, 6, 26, 5.15, 5.20, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23426, 1902, 23756, 898, 9, 26, 10.40, 10.49, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23427, 1902, 23757, 6101, 9, 26, 5.43, 5.48, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23428, 1902, 23758, 4074, 3, 26, 16.47, 16.62, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23429, 1902, 23759, 4364, 1, 26, 11.22, 11.32, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23430, 1902, 23760, 5835, 6, 26, 19.64, 19.82, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23431, 1902, 23761, 5626, 3, 26, 168.00, 169.51, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23432, 1902, 23762, 3078, 9, 26, 8.48, 8.56, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23433, 1902, 23763, 1894, 9, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 12:56:04', '2024-07-21 12:56:04', '2024-07-21 13:57:03'),
(23434, 1902, 23764, 2884, 3, 27, 4011.72, 4091.95, 1, 1, 'ai_sell', '2024-07-21 13:18:04', '2024-07-21 13:18:04', '2024-07-21 14:19:03'),
(23435, 1902, 23765, 2901, 9, 27, 3242.09, 3306.93, 1, 1, 'ai_sell', '2024-07-21 13:18:04', '2024-07-21 13:18:04', '2024-07-21 14:19:03'),
(23436, 1902, 23766, 4774, 9, 27, 106.00, 108.12, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23437, 1902, 23767, 1501, 3, 27, 28.62, 29.19, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23438, 1902, 23768, 5395, 9, 27, 86.95, 88.69, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23439, 1902, 23769, 1632, 6, 27, 1713.60, 1747.87, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23440, 1902, 23770, 5224, 3, 27, 773.75, 789.23, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23441, 1902, 23771, 1056, 6, 27, 93.28, 95.15, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23442, 1902, 23772, 181, 1, 27, 261.03, 266.25, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23443, 1902, 23773, 5942, 9, 27, 7.08, 7.22, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23444, 1902, 23774, 1810, 6, 27, 120.09, 122.49, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23445, 1902, 23775, 1088, 1, 27, 51.64, 52.67, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23446, 1902, 23776, 222, 1, 27, 21.98, 22.42, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23447, 1902, 23777, 3166, 9, 27, 25.55, 26.06, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23448, 1902, 23778, 50, 1, 27, 14.42, 14.71, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23449, 1902, 23779, 4580, 3, 27, 32.85, 33.51, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23450, 1902, 23780, 3775, 6, 27, 6.36, 6.49, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23451, 1902, 23781, 3099, 9, 27, 12.08, 12.32, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23452, 1902, 23782, 752, 9, 27, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23453, 1902, 23783, 4035, 9, 27, 1.93, 1.97, 1, 1, 'ai_sell', '2024-07-21 13:18:05', '2024-07-21 13:18:05', '2024-07-21 14:19:03'),
(23454, 1850, 23784, 1842, 5, NULL, 1.05, 1.06, 7, 1, 'manual_sell', '2024-07-21 14:53:13', '2024-07-21 14:53:13', '2024-07-21 15:54:02'),
(23455, 1850, 23785, 3935, 9, 24, 87.71, 89.03, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23456, 1850, 23786, 3076, 9, 24, 32.23, 32.71, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23457, 1850, 23787, 4614, 9, 24, 26.77, 27.17, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23458, 1850, 23788, 909, 9, 24, 30.30, 30.75, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23459, 1850, 23789, 324, 1, 24, 12.77, 12.96, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23460, 1850, 23790, 962, 6, 24, 9.27, 9.41, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23461, 1850, 23791, 2538, 3, 24, 19.39, 19.68, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23462, 1850, 23792, 129, 1, 24, 43.95, 44.61, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23463, 1850, 23793, 3154, 3, 24, 35.30, 35.83, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23464, 1850, 23794, 2501, 1, 24, 100.69, 102.20, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23465, 1850, 23795, 2182, 1, 24, 60.60, 61.51, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23466, 1850, 23796, 5778, 1, 24, 15.44, 15.67, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:05'),
(23467, 1850, 23797, 3672, 3, 24, 58.85, 59.73, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23468, 1850, 23798, 858, 3, 24, 14.95, 15.17, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23469, 1850, 23799, 3655, 6, 24, 17.98, 18.25, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23470, 1850, 23800, 2464, 6, 24, 74.54, 75.66, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23471, 1850, 23801, 270, 6, 24, 206.93, 210.03, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23472, 1850, 23802, 722, 9, 24, 34.32, 34.83, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23473, 1850, 23803, 3191, 6, 24, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23474, 1850, 23804, 5968, 3, 24, 21.17, 21.49, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23475, 1850, 23805, 2687, 6, 24, 260.58, 264.49, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23476, 1850, 23806, 2121, 6, 24, 4.23, 4.29, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23477, 1850, 23807, 749, 3, 24, 7.02, 7.13, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23478, 1850, 23808, 4341, 3, 24, 5.09, 5.17, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23479, 1850, 23809, 1945, 1, 24, 9.37, 9.51, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23480, 1850, 23810, 1811, 1, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23481, 1850, 23811, 803, 3, 24, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-21 14:57:04', '2024-07-21 14:57:04', '2024-07-21 15:57:06'),
(23482, 1877, 23812, 1838, 6, 23, 11010.90, 11176.06, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:02'),
(23483, 1877, 23813, 5346, 1, 23, 159.27, 161.66, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23484, 1877, 23814, 4069, 6, 23, 47.37, 48.08, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23485, 1877, 23815, 1320, 6, 23, 74.46, 75.58, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23486, 1877, 23816, 4213, 9, 23, 4.87, 4.94, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23487, 1877, 23817, 3252, 1, 23, 33.39, 33.89, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23488, 1877, 23818, 4992, 3, 23, 12.69, 12.88, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23489, 1877, 23819, 3760, 3, 23, 38.72, 39.30, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23490, 1877, 23820, 5849, 6, 23, 65.23, 66.21, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23491, 1877, 23821, 1942, 6, 23, 7.76, 7.88, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23492, 1877, 23822, 1988, 6, 23, 6.29, 6.38, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23493, 1877, 23823, 2540, 6, 23, 94.49, 95.91, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23494, 1877, 23824, 199, 9, 23, 5.93, 6.02, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23495, 1877, 23825, 1691, 3, 23, 5.60, 5.68, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23496, 1877, 23826, 5984, 1, 23, 18.28, 18.55, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23497, 1877, 23827, 4199, 9, 23, 16.31, 16.55, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23498, 1877, 23828, 4906, 3, 23, 3.11, 3.16, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23499, 1877, 23829, 1811, 6, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23500, 1877, 23830, 803, 3, 23, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23501, 1877, 23831, 949, 9, 23, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23502, 1877, 23832, 1827, 3, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-21 22:48:06', '2024-07-21 22:48:06', '2024-07-21 23:49:04'),
(23503, 1902, 23095, 3957, 5, NULL, 30.00, 31.00, 1, 2, 'manual_sell', '2024-07-21 23:08:20', '2024-07-21 23:08:20', '2024-07-22 00:09:03'),
(23504, 1886, 23833, 2462, 5, NULL, 3.00, 3.03, 82, 1, 'manual_sell', '2024-07-22 02:05:34', '2024-07-22 02:05:34', '2024-07-22 03:06:02'),
(23505, 1881, 23834, 5224, 9, 21, 781.19, 792.91, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:02'),
(23506, 1881, 23835, 2731, 9, 21, 167.28, 169.79, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23507, 1881, 23836, 3818, 9, 21, 83.99, 85.25, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23508, 1881, 23837, 4319, 9, 21, 1907.99, 1936.61, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23509, 1881, 23838, 1266, 6, 21, 8.23, 8.35, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23510, 1881, 23839, 3683, 6, 21, 204.60, 207.67, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23511, 1881, 23840, 5013, 6, 21, 47.31, 48.02, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23512, 1881, 23841, 2477, 1, 21, 25.74, 26.13, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23513, 1881, 23842, 1409, 1, 21, 11.10, 11.27, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23514, 1881, 23843, 2539, 1, 21, 10.91, 11.07, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23515, 1881, 23844, 3569, 9, 21, 12.23, 12.41, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23516, 1881, 23845, 3399, 6, 21, 385.33, 391.11, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23517, 1881, 23846, 3603, 9, 21, 126.00, 127.89, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23518, 1881, 23847, 3649, 3, 21, 13.12, 13.32, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23519, 1881, 23848, 2616, 9, 21, 19.99, 20.29, 1, 1, 'ai_sell', '2024-07-22 07:42:04', '2024-07-22 07:42:04', '2024-07-22 08:43:03'),
(23520, 1881, 23849, 2109, 1, 21, 2203.95, 2237.01, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23521, 1881, 23850, 2370, 3, 21, 2.17, 2.20, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23522, 1881, 23851, 4033, 3, 21, 2.70, 2.74, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23523, 1881, 23852, 302, 6, 21, 270.17, 274.22, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23524, 1881, 23853, 91, 9, 21, 205.80, 208.89, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23525, 1881, 23854, 5332, 9, 21, 2012.94, 2043.13, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23526, 1881, 23855, 2134, 9, 21, 36.37, 36.92, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23527, 1881, 23856, 3266, 1, 21, 242.41, 246.05, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23528, 1881, 23857, 6085, 9, 21, 4.20, 4.26, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23529, 1881, 23858, 432, 9, 21, 214.57, 217.79, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23530, 1881, 23859, 4227, 9, 21, 218.40, 221.68, 1, 1, 'ai_sell', '2024-07-22 07:42:05', '2024-07-22 07:42:05', '2024-07-22 08:43:03'),
(23531, 1881, 23860, 5325, 1, 21, 53.54, 54.34, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23532, 1881, 23861, 1869, 6, 21, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23533, 1881, 23862, 2440, 1, 21, 14.48, 14.70, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23534, 1881, 23863, 1192, 9, 21, 51.45, 52.22, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23535, 1881, 23864, 5363, 3, 21, 27.80, 28.22, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23536, 1881, 23865, 2934, 3, 21, 114.32, 116.03, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23537, 1881, 23866, 3956, 1, 21, 98.58, 100.06, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23538, 1881, 23867, 962, 9, 21, 9.54, 9.68, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23539, 1881, 23868, 3230, 6, 21, 30.68, 31.14, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23540, 1881, 23869, 1394, 1, 21, 280.80, 285.01, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23541, 1881, 23870, 5520, 6, 21, 281.79, 286.02, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23542, 1881, 23871, 785, 9, 21, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23543, 1881, 23872, 5570, 9, 21, 197.40, 200.36, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:03'),
(23544, 1881, 23873, 1354, 6, 21, 17.92, 18.19, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23545, 1881, 23874, 1062, 1, 21, 7.80, 7.92, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23546, 1881, 23875, 175, 6, 21, 62.39, 63.33, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23547, 1881, 23876, 594, 9, 21, 12.24, 12.42, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23548, 1881, 23877, 5785, 9, 21, 5.92, 6.01, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23549, 1881, 23878, 5740, 3, 21, 29.86, 30.31, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23550, 1881, 23879, 1043, 6, 21, 186.16, 188.95, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23551, 1881, 23880, 285, 3, 21, 59.02, 59.91, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23552, 1881, 23881, 1961, 3, 21, 18.72, 19.00, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23553, 1881, 23882, 1839, 6, 21, 39.90, 40.50, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23554, 1881, 23883, 2412, 9, 21, 97.18, 98.64, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23555, 1881, 23884, 5265, 3, 21, 17.17, 17.43, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23556, 1881, 23885, 4092, 9, 21, 2.89, 2.93, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23557, 1881, 23886, 5351, 1, 21, 84.07, 85.33, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23558, 1881, 23887, 4505, 3, 21, 98.80, 100.28, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23559, 1881, 23888, 83, 1, 21, 111.10, 112.77, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23560, 1881, 23889, 5867, 1, 21, 32.52, 33.01, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23561, 1881, 23890, 2028, 1, 21, 39.39, 39.98, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23562, 1881, 23891, 4037, 1, 21, 158.99, 161.37, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23563, 1881, 23892, 195, 6, 21, 39.57, 40.16, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23564, 1881, 23893, 1523, 3, 21, 1.64, 1.66, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23565, 1881, 23894, 882, 9, 21, 201.99, 205.02, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23566, 1881, 23895, 1436, 6, 21, 16.31, 16.55, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23567, 1881, 23896, 473, 9, 21, 16.47, 16.72, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23568, 1881, 23897, 1660, 3, 21, 1549.60, 1572.84, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23569, 1881, 23898, 179, 3, 21, 22.66, 23.00, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23570, 1881, 23899, 4610, 1, 21, 13.73, 13.94, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23571, 1881, 23900, 2373, 3, 21, 37.22, 37.78, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23572, 1881, 23901, 2695, 6, 21, 11.43, 11.60, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23573, 1881, 23902, 3119, 3, 21, 61.88, 62.81, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23574, 1881, 23903, 2380, 3, 21, 27.08, 27.49, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23575, 1881, 23904, 2329, 1, 21, 73.13, 74.23, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23576, 1881, 23905, 5975, 6, 21, 15.14, 15.37, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23577, 1881, 23906, 5945, 3, 21, 3.51, 3.56, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23578, 1881, 23907, 3426, 6, 21, 24.95, 25.32, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23579, 1881, 23908, 4202, 3, 21, 4.98, 5.05, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23580, 1881, 23909, 3906, 6, 21, 192.90, 195.79, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23581, 1881, 23910, 5550, 1, 21, 9.00, 9.14, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23582, 1881, 23911, 608, 1, 21, 2.04, 2.07, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23583, 1881, 23912, 6032, 6, 21, 103.99, 105.55, 1, 1, 'ai_sell', '2024-07-22 07:43:04', '2024-07-22 07:43:04', '2024-07-22 08:44:04'),
(23584, 1881, 23913, 5006, 3, 21, 9.53, 9.67, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:04'),
(23585, 1881, 23914, 5468, 3, 21, 43.45, 44.10, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:04'),
(23586, 1881, 23915, 740, 1, 21, 13.76, 13.97, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:04'),
(23587, 1881, 23916, 2730, 3, 21, 19.56, 19.85, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:04'),
(23588, 1881, 23917, 5434, 1, 21, 18.08, 18.35, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23589, 1881, 23918, 355, 9, 21, 11.07, 11.24, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23590, 1881, 23919, 1151, 6, 21, 3.33, 3.38, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23591, 1881, 23920, 3804, 6, 21, 235.54, 239.07, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23592, 1881, 23921, 3582, 6, 21, 4.24, 4.30, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23593, 1881, 23922, 3716, 9, 21, 5.14, 5.22, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23594, 1881, 23923, 4661, 6, 21, 13.15, 13.35, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23595, 1881, 23924, 2457, 1, 21, 3.50, 3.55, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23596, 1881, 23925, 3539, 6, 21, 1.18, 1.20, 1, 1, 'ai_sell', '2024-07-22 07:43:05', '2024-07-22 07:43:05', '2024-07-22 08:44:05'),
(23597, 1869, 23926, 552, 6, 25, 12.12, 12.30, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:03'),
(23598, 1869, 23927, 5430, 9, 25, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:03'),
(23599, 1869, 23928, 3817, 1, 25, 1024.85, 1040.22, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:03'),
(23600, 1869, 23929, 4582, 1, 25, 15.30, 15.53, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:03'),
(23601, 1869, 23930, 3539, 9, 25, 1.20, 1.22, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:04'),
(23602, 1869, 23931, 676, 3, 25, 2.08, 2.11, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:04'),
(23603, 1869, 23932, 4219, 3, 25, 1.32, 1.34, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:04'),
(23604, 1869, 23933, 1827, 9, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-22 08:07:05', '2024-07-22 08:07:05', '2024-07-22 09:08:04'),
(23605, 1876, 23934, 37, 6, 28, 9.09, 9.17, 1, 1, 'ai_sell', '2024-07-22 08:36:06', '2024-07-22 08:36:06', '2024-07-22 09:37:02'),
(23606, 1876, 23935, 1460, 9, 28, 27.29, 27.54, 1, 1, 'ai_sell', '2024-07-22 08:36:06', '2024-07-22 08:36:06', '2024-07-22 09:37:02'),
(23607, 1876, 23936, 2337, 1, 28, 31.80, 32.09, 1, 1, 'ai_sell', '2024-07-22 08:36:06', '2024-07-22 08:36:06', '2024-07-22 09:37:02'),
(23608, 1876, 23937, 4420, 6, 28, 55.54, 56.04, 1, 1, 'ai_sell', '2024-07-22 08:36:07', '2024-07-22 08:36:07', '2024-07-22 09:37:02'),
(23609, 1876, 23938, 6019, 9, 28, 6.22, 6.28, 1, 1, 'ai_sell', '2024-07-22 08:36:07', '2024-07-22 08:36:07', '2024-07-22 09:37:03'),
(23610, 1876, 23939, 624, 3, 28, 1.06, 1.07, 1, 1, 'ai_sell', '2024-07-22 08:36:07', '2024-07-22 08:36:07', '2024-07-22 09:37:03'),
(23611, 1876, 23940, 734, 3, 28, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-22 08:36:07', '2024-07-22 08:36:07', '2024-07-22 09:37:03'),
(23612, 1876, 23941, 1811, 9, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-22 08:36:07', '2024-07-22 08:36:07', '2024-07-22 09:37:03'),
(23613, 1798, 23942, 3111, 5, NULL, 251.00, 253.51, 2, 1, 'manual_sell', '2024-07-22 09:02:48', '2024-07-22 09:02:48', '2024-07-22 10:03:02'),
(23614, 1798, 23943, 3179, 5, NULL, 76.00, 76.76, 4, 1, 'manual_sell', '2024-07-22 09:15:00', '2024-07-22 09:15:00', '2024-07-22 10:15:05'),
(23615, 1872, 23944, 1055, 6, 22, 30.90, 31.18, 1, 1, 'ai_sell', '2024-07-22 09:16:03', '2024-07-22 09:16:03', '2024-07-22 10:17:03'),
(23616, 1872, 23945, 736, 1, 22, 166.47, 167.97, 1, 1, 'ai_sell', '2024-07-22 09:16:03', '2024-07-22 09:16:03', '2024-07-22 10:17:03'),
(23617, 1872, 23946, 4949, 1, 22, 170.65, 172.19, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:03'),
(23618, 1872, 23947, 3279, 6, 22, 5.29, 5.34, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:03'),
(23619, 1872, 23948, 2427, 6, 22, 242.40, 244.58, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:03'),
(23620, 1872, 23949, 2559, 9, 22, 125.62, 126.75, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:03'),
(23621, 1872, 23950, 5534, 9, 22, 129.27, 130.43, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:03'),
(23622, 1872, 23951, 5111, 3, 22, 14.53, 14.66, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23623, 1872, 23952, 1393, 6, 22, 40.18, 40.54, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23624, 1872, 23953, 4099, 6, 22, 202.00, 203.82, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23625, 1872, 23954, 5171, 3, 22, 47.83, 48.26, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23626, 1872, 23955, 3068, 3, 22, 15.44, 15.58, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23627, 1872, 23956, 4427, 6, 22, 41.40, 41.77, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23628, 1872, 23957, 876, 9, 22, 4.12, 4.16, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23629, 1872, 23958, 597, 9, 22, 3.18, 3.21, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23630, 1872, 23959, 949, 1, 22, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23631, 1872, 23960, 734, 6, 22, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23632, 1872, 23961, 1827, 3, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-22 09:16:04', '2024-07-22 09:16:04', '2024-07-22 10:17:04'),
(23633, 1902, 23095, 3957, 5, NULL, 30.00, 30.30, 1, 1, 'manual_sell', '2024-07-22 09:54:48', '2024-07-22 09:54:48', '2024-07-22 10:55:05'),
(23634, 1877, 22204, 1538, 1, NULL, 26.38, 2.63, 1, 1, 'manual_sell', '2024-07-22 12:20:21', '2024-07-22 12:20:21', '2024-07-22 13:21:03'),
(23635, 1877, 22205, 2050, 3, NULL, 21.03, 0.21, 1, 1, 'manual_sell', '2024-07-22 12:23:39', '2024-07-22 12:23:39', '2024-07-22 13:24:02'),
(23636, 1877, 22206, 3960, 5, NULL, 77.00, 1.54, 1, 1, 'manual_sell', '2024-07-22 12:24:35', '2024-07-22 12:24:35', '2024-07-22 13:25:05'),
(23637, 1877, 22207, 5579, 9, NULL, 88.13, 8.81, 1, 1, 'manual_sell', '2024-07-22 12:25:14', '2024-07-22 12:25:14', '2024-07-22 13:26:02'),
(23638, 1877, 22208, 1550, 3, NULL, 121.22, 12.12, 1, 1, 'manual_sell', '2024-07-22 12:25:54', '2024-07-22 12:25:54', '2024-07-22 13:26:02'),
(23639, 1877, 22209, 5520, 9, NULL, 306.90, 3.06, 1, 1, 'manual_sell', '2024-07-22 12:26:55', '2024-07-22 12:26:55', '2024-07-22 13:27:03'),
(23640, 1877, 22210, 3583, 9, NULL, 161.68, 16.16, 1, 1, 'manual_sell', '2024-07-22 12:28:01', '2024-07-22 12:28:01', '2024-07-22 13:28:03'),
(23641, 1877, 22211, 3669, 9, NULL, 21.98, 0.43, 1, 1, 'manual_sell', '2024-07-22 12:29:05', '2024-07-22 12:29:05', '2024-07-22 13:30:04'),
(23642, 1877, 22212, 4174, 1, NULL, 581.90, 11.63, 1, 1, 'manual_sell', '2024-07-22 12:29:56', '2024-07-22 12:29:56', '2024-07-22 13:30:04'),
(23643, 1877, 22213, 2269, 9, NULL, 31.90, 1.38, 1, 1, 'manual_sell', '2024-07-22 12:30:54', '2024-07-22 12:30:54', '2024-07-22 13:31:03'),
(23644, 1902, 23962, 4053, 3, 26, 28.14, 28.39, 1, 1, 'ai_sell', '2024-07-22 14:08:06', '2024-07-22 14:08:06', '2024-07-22 15:09:02'),
(23645, 1902, 23963, 3073, 9, 26, 117.60, 118.66, 1, 1, 'ai_sell', '2024-07-22 14:08:06', '2024-07-22 14:08:06', '2024-07-22 15:09:04'),
(23646, 1902, 23964, 4725, 3, 26, 362.59, 365.85, 1, 1, 'ai_sell', '2024-07-22 14:08:06', '2024-07-22 14:08:06', '2024-07-22 15:09:04'),
(23647, 1902, 23965, 1631, 6, 26, 5.45, 5.50, 1, 1, 'ai_sell', '2024-07-22 14:08:06', '2024-07-22 14:08:06', '2024-07-22 15:09:04'),
(23648, 1902, 23966, 6024, 1, 26, 3.86, 3.89, 1, 1, 'ai_sell', '2024-07-22 14:08:06', '2024-07-22 14:08:06', '2024-07-22 15:09:04'),
(23649, 1902, 23967, 756, 1, 26, 0.45, 0.45, 1, 1, 'ai_sell', '2024-07-22 14:08:06', '2024-07-22 14:08:06', '2024-07-22 15:09:04'),
(23650, 1902, 23968, 1827, 9, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-22 14:08:06', '2024-07-22 14:08:06', '2024-07-22 15:09:04'),
(23651, 1902, 22997, 4094, 5, NULL, 210.00, 847.00, 4, 2, 'manual_sell', '2024-07-22 14:11:47', '2024-07-22 14:11:47', '2024-07-22 15:12:03'),
(23652, 1902, 23060, 245, 5, NULL, 65.00, 131.00, 2, 2, 'manual_sell', '2024-07-22 14:14:30', '2024-07-22 14:14:30', '2024-07-22 15:15:05'),
(23653, 1902, 23061, 914, 5, NULL, 9.00, 27.27, 3, 2, 'manual_sell', '2024-07-22 14:15:30', '2024-07-22 14:15:30', '2024-07-22 15:16:02'),
(23654, 1902, 23062, 4733, 5, NULL, 60.00, 121.10, 2, 2, 'manual_sell', '2024-07-22 14:16:06', '2024-07-22 14:16:06', '2024-07-22 15:17:03'),
(23655, 1902, 23063, 226, 5, NULL, 16.50, 49.49, 3, 2, 'manual_sell', '2024-07-22 14:16:46', '2024-07-22 14:16:46', '2024-07-22 15:17:03'),
(23656, 1902, 23094, 4750, 5, NULL, 62.00, 125.10, 2, 2, 'manual_sell', '2024-07-22 14:17:21', '2024-07-22 14:17:21', '2024-07-22 15:18:03'),
(23657, 1902, 23066, 3247, 5, NULL, 39.88, 201.00, 5, 2, 'manual_sell', '2024-07-22 14:18:32', '2024-07-22 14:18:32', '2024-07-22 15:19:02'),
(23658, 1902, 23065, 4070, 5, NULL, 19.00, 76.76, 4, 2, 'manual_sell', '2024-07-22 14:19:16', '2024-07-22 14:19:16', '2024-07-22 15:20:05'),
(23659, 1902, 23064, 620, 5, NULL, 2.88, 17.17, 6, 2, 'manual_sell', '2024-07-22 14:20:02', '2024-07-22 14:20:02', '2024-07-22 15:20:05'),
(23660, 1902, 23969, 4172, 9, 27, 114.45, 116.74, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:02'),
(23661, 1902, 23970, 2806, 9, 27, 2020.13, 2060.53, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23662, 1902, 23971, 180, 3, 27, 1858.40, 1895.57, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23663, 1902, 23972, 4202, 6, 27, 4.84, 4.94, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23664, 1902, 23973, 4194, 3, 27, 55.52, 56.63, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23665, 1902, 23974, 966, 6, 27, 12.80, 13.06, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23666, 1902, 23975, 412, 6, 27, 765.45, 780.76, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23667, 1902, 23976, 4113, 9, 27, 296.80, 302.74, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23668, 1902, 23977, 4247, 1, 27, 15.32, 15.63, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23669, 1902, 23978, 3318, 6, 27, 1.20, 1.22, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23670, 1902, 23979, 883, 1, 27, 4.59, 4.68, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23671, 1902, 23980, 725, 6, 27, 72.75, 74.21, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23672, 1902, 23981, 3418, 1, 27, 24.58, 25.07, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23673, 1902, 23982, 5237, 1, 27, 104.02, 106.10, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23674, 1902, 23983, 3163, 6, 27, 22.87, 23.33, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23675, 1902, 23984, 4264, 3, 27, 9.09, 9.27, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:03'),
(23676, 1902, 23985, 767, 9, 27, 3.06, 3.12, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23677, 1902, 23986, 6166, 6, 27, 62.99, 64.25, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23678, 1902, 23987, 3929, 9, 27, 38.85, 39.63, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23679, 1902, 23988, 2540, 1, 27, 92.69, 94.54, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23680, 1902, 23989, 3971, 3, 27, 14.92, 15.22, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23681, 1902, 23990, 4846, 3, 27, 119.11, 121.49, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23682, 1902, 23991, 3635, 6, 27, 7.34, 7.49, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23683, 1902, 23992, 914, 9, 27, 10.09, 10.29, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23684, 1902, 23993, 1008, 3, 27, 452.59, 461.64, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23685, 1902, 23994, 751, 9, 27, 30.90, 31.52, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23686, 1902, 23995, 2203, 6, 27, 7.31, 7.46, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23687, 1902, 23996, 3877, 9, 27, 360.50, 367.71, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:04'),
(23688, 1902, 23997, 3982, 6, 27, 157.94, 161.10, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23689, 1902, 23998, 3732, 6, 27, 312.00, 318.24, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23690, 1902, 23999, 3246, 6, 27, 1594.57, 1626.46, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23691, 1902, 24000, 4232, 1, 27, 16.99, 17.33, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23692, 1902, 24001, 3743, 3, 27, 162.18, 165.42, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(23693, 1902, 24002, 3154, 6, 27, 34.63, 35.32, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23694, 1902, 24003, 3902, 6, 27, 1068.48, 1089.85, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23695, 1902, 24004, 3611, 1, 27, 130.18, 132.78, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23696, 1902, 24005, 3054, 3, 27, 692.30, 706.15, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23697, 1902, 24006, 2509, 3, 27, 29.57, 30.16, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23698, 1902, 24007, 3670, 3, 27, 10.49, 10.70, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23699, 1902, 24008, 1955, 3, 27, 3.64, 3.71, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23700, 1902, 24009, 3077, 6, 27, 7.49, 7.64, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23701, 1902, 24010, 3747, 9, 27, 8.07, 8.23, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23702, 1902, 24011, 5928, 1, 27, 4.78, 4.88, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23703, 1902, 24012, 3482, 9, 27, 5.15, 5.25, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23704, 1902, 24013, 660, 9, 27, 2.10, 2.14, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23705, 1902, 24014, 1811, 9, 27, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23706, 1902, 24015, 734, 6, 27, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23707, 1902, 24016, 1827, 9, 27, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-22 14:31:06', '2024-07-22 14:31:06', '2024-07-22 15:32:05'),
(23708, 1868, 21148, 4185, 1, NULL, 320.00, 336.00, 1, 2, 'manual_sell', '2024-07-22 15:31:11', '2024-07-22 15:31:11', '2024-07-22 16:32:04'),
(23709, 1868, 21147, 5880, 9, NULL, 10.98, 11.31, 1, 2, 'manual_sell', '2024-07-22 15:44:24', '2024-07-22 15:44:24', '2024-07-22 16:45:04'),
(23710, 1868, 8488, 2211, 3, NULL, 45.47, 48.19, 1, 2, 'manual_sell', '2024-07-22 15:49:48', '2024-07-22 15:49:48', '2024-07-22 16:50:05'),
(23711, 1868, 8487, 4125, 5, NULL, 261.79, 269.64, 1, 2, 'manual_sell', '2024-07-22 15:51:41', '2024-07-22 15:51:41', '2024-07-22 16:52:02'),
(23712, 1868, 8486, 1136, 1, NULL, 26.91, 28.26, 1, 2, 'manual_sell', '2024-07-22 15:52:55', '2024-07-22 15:52:55', '2024-07-22 16:53:04'),
(23713, 1868, 8485, 2976, 3, NULL, 46.74, 49.54, 2, 2, 'manual_sell', '2024-07-22 15:57:51', '2024-07-22 15:57:51', '2024-07-22 16:58:04'),
(23714, 1868, 8484, 4940, 9, NULL, 20.90, 21.53, 1, 2, 'manual_sell', '2024-07-22 15:59:40', '2024-07-22 15:59:40', '2024-07-22 17:00:05'),
(23715, 1868, 8417, 1263, 1, NULL, 101.20, 106.26, 1, 2, 'manual_sell', '2024-07-22 16:01:48', '2024-07-22 16:01:48', '2024-07-22 17:02:03'),
(23716, 1868, 8416, 5683, 3, NULL, 29.02, 30.76, 1, 2, 'manual_sell', '2024-07-22 16:03:31', '2024-07-22 16:03:31', '2024-07-22 17:04:02'),
(23717, 1868, 8415, 5683, 9, NULL, 29.09, 29.96, 1, 2, 'manual_sell', '2024-07-22 16:06:07', '2024-07-22 16:06:07', '2024-07-22 17:07:03'),
(23718, 1868, 8414, 2516, 9, NULL, 558.07, 574.81, 1, 2, 'manual_sell', '2024-07-22 16:07:45', '2024-07-22 16:07:45', '2024-07-22 17:08:03'),
(23719, 1850, 24017, 4048, 1, 24, 10.59, 10.75, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23720, 1850, 24018, 1541, 9, 24, 1060.00, 1075.90, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23721, 1850, 24019, 3338, 6, 24, 5.36, 5.44, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23722, 1850, 24020, 4828, 1, 24, 38.67, 39.25, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23723, 1850, 24021, 3523, 1, 24, 15.87, 16.11, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23724, 1850, 24022, 696, 1, 24, 84.99, 86.26, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23725, 1850, 24023, 5768, 9, 24, 5.54, 5.62, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23726, 1850, 24024, 1031, 6, 24, 10.30, 10.45, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23727, 1850, 24025, 1912, 9, 24, 3.91, 3.97, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23728, 1850, 24026, 597, 1, 24, 3.12, 3.17, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:04'),
(23729, 1850, 24027, 949, 3, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:05'),
(23730, 1850, 24028, 1827, 6, 24, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:05'),
(23731, 1850, 24029, 803, 1, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-22 16:08:06', '2024-07-22 16:08:06', '2024-07-22 17:09:05'),
(23732, 1850, 24030, 1827, 9, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-22 16:09:04', '2024-07-22 16:09:04', '2024-07-22 17:09:05'),
(23733, 1868, 8413, 5917, 3, NULL, 33.83, 35.86, 1, 2, 'manual_sell', '2024-07-22 16:09:44', '2024-07-22 16:09:44', '2024-07-22 17:10:03'),
(23734, 1868, 8412, 1876, 5, NULL, 31.10, 32.34, 1, 2, 'manual_sell', '2024-07-22 16:11:05', '2024-07-22 16:11:05', '2024-07-22 17:12:03'),
(23735, 1868, 8411, 5558, 3, NULL, 3.30, 3.49, 1, 2, 'manual_sell', '2024-07-22 16:12:13', '2024-07-22 16:12:13', '2024-07-22 17:13:03'),
(23736, 1868, 8372, 960, 9, NULL, 99.00, 101.97, 1, 2, 'manual_sell', '2024-07-22 16:13:17', '2024-07-22 16:13:17', '2024-07-22 17:14:03'),
(23737, 1868, 8371, 180, 9, NULL, 2024.00, 2084.72, 2, 2, 'manual_sell', '2024-07-22 16:15:15', '2024-07-22 16:15:15', '2024-07-22 17:16:03'),
(23738, 1868, 3407, 975, 5, NULL, 45.59, 47.41, 1, 2, 'manual_sell', '2024-07-22 16:17:14', '2024-07-22 16:17:14', '2024-07-22 17:18:02'),
(23739, 1868, 3406, 4063, 5, NULL, 18.38, 19.12, 1, 2, 'manual_sell', '2024-07-22 16:18:39', '2024-07-22 16:18:39', '2024-07-22 17:19:03'),
(23740, 1868, 3405, 1552, 9, NULL, 41.95, 43.21, 1, 2, 'manual_sell', '2024-07-22 16:20:13', '2024-07-22 16:20:13', '2024-07-22 17:21:02'),
(23741, 1868, 3404, 628, 1, NULL, 260.00, 273.00, 1, 2, 'manual_sell', '2024-07-22 16:21:32', '2024-07-22 16:21:32', '2024-07-22 17:22:02'),
(23742, 1902, 22997, 4094, 5, NULL, 210.00, 845.00, 4, 2, 'manual_sell', '2024-07-22 19:29:03', '2024-07-22 19:29:03', '2024-07-22 20:29:05'),
(23743, 1902, 23060, 245, 1, NULL, 65.00, 131.00, 2, 2, 'manual_sell', '2024-07-22 19:29:52', '2024-07-22 19:29:52', '2024-07-22 20:30:04'),
(23744, 1868, 21148, 4185, 1, NULL, 320.00, 323.20, 1, 1, 'manual_sell', '2024-07-22 21:29:41', '2024-07-22 21:29:41', '2024-07-22 22:30:06'),
(23745, 1877, 24031, 2313, 6, 23, 31.80, 32.28, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:03'),
(23746, 1877, 24032, 2296, 3, 23, 11.33, 11.50, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23747, 1877, 24033, 3801, 3, 23, 7.17, 7.28, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23748, 1877, 24034, 2122, 1, 23, 59.74, 60.64, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23749, 1877, 24035, 3608, 1, 23, 89.86, 91.21, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23750, 1877, 24036, 201, 3, 23, 199.81, 202.81, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23751, 1877, 24037, 1106, 9, 23, 265.00, 268.98, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23752, 1877, 24038, 6133, 6, 23, 15.45, 15.68, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23753, 1877, 24039, 3814, 9, 23, 106.55, 108.15, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23754, 1877, 24040, 2705, 1, 23, 844.48, 857.15, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23755, 1877, 24041, 2943, 6, 23, 22.20, 22.53, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23756, 1877, 24042, 3633, 1, 23, 27.56, 27.97, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23757, 1877, 24043, 4764, 1, 23, 2.44, 2.48, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23758, 1877, 24044, 5572, 6, 23, 91.56, 92.93, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23759, 1877, 24045, 2267, 9, 23, 357.00, 362.36, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23760, 1877, 24046, 171, 9, 23, 99.99, 101.49, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23761, 1877, 24047, 4325, 6, 23, 27.53, 27.94, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23762, 1877, 24048, 3747, 9, 23, 8.39, 8.52, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23763, 1877, 24049, 2668, 9, 23, 1301.89, 1321.42, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23764, 1877, 24050, 4380, 9, 23, 5.29, 5.37, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23765, 1877, 24051, 4659, 9, 23, 10.17, 10.32, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23766, 1877, 24052, 5561, 6, 23, 736.96, 748.01, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23767, 1877, 24053, 5833, 6, 23, 15.66, 15.89, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23768, 1877, 24054, 1948, 9, 23, 12.60, 12.79, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23769, 1877, 24055, 3175, 1, 23, 181.74, 184.47, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23770, 1877, 24056, 2745, 3, 23, 40.83, 41.44, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23771, 1877, 24057, 4296, 6, 23, 132.29, 134.27, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23772, 1877, 24058, 3851, 9, 23, 192.40, 195.29, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23773, 1877, 24059, 1689, 6, 23, 238.35, 241.93, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23774, 1877, 24060, 1253, 9, 23, 31.10, 31.57, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23775, 1877, 24061, 293, 9, 23, 13.82, 14.03, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23776, 1877, 24062, 3925, 6, 23, 152.50, 154.79, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23777, 1877, 24063, 5939, 3, 23, 370.99, 376.55, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23778, 1877, 24064, 2798, 6, 23, 163.70, 166.16, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23779, 1877, 24065, 4444, 9, 23, 27.98, 28.40, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23780, 1877, 24066, 3394, 3, 23, 25.99, 26.38, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23781, 1877, 24067, 609, 1, 23, 2808.00, 2850.12, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23782, 1877, 24068, 371, 6, 23, 8.76, 8.89, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23783, 1877, 24069, 426, 6, 23, 15.45, 15.68, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23784, 1877, 24070, 5602, 3, 23, 36.14, 36.68, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23785, 1877, 24071, 1681, 9, 23, 17.60, 17.86, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23786, 1877, 24072, 1262, 1, 23, 1.56, 1.58, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23787, 1877, 24073, 2687, 3, 23, 250.75, 254.51, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23788, 1877, 24074, 5718, 3, 23, 157.50, 159.86, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23789, 1877, 24075, 5237, 6, 23, 107.05, 108.66, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23790, 1877, 24076, 3582, 6, 23, 4.08, 4.14, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23791, 1877, 24077, 1111, 3, 23, 1487.20, 1509.51, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23792, 1877, 24078, 1802, 3, 23, 128.27, 130.19, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23793, 1877, 24079, 4004, 9, 23, 127.19, 129.10, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:05'),
(23794, 1877, 24080, 4342, 1, 23, 210.04, 213.19, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:06'),
(23795, 1877, 24081, 5729, 1, 23, 101.00, 102.52, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:06'),
(23796, 1877, 24082, 2521, 1, 23, 390.62, 396.48, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:06'),
(23797, 1877, 24083, 3325, 6, 23, 6.02, 6.11, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:06'),
(23798, 1877, 24084, 1894, 6, 23, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-23 00:01:07', '2024-07-23 00:01:07', '2024-07-23 01:02:06'),
(23799, 1868, 21147, 5880, 1, NULL, 10.98, 11.09, 1, 2, 'manual_sell', '2024-07-23 00:50:56', '2024-07-23 00:50:56', '2024-07-23 01:51:03'),
(23800, 1868, 8488, 2211, 1, NULL, 45.47, 45.92, 1, 1, 'manual_sell', '2024-07-23 00:52:08', '2024-07-23 00:52:08', '2024-07-23 01:53:03'),
(23801, 1868, 8487, 4125, 3, NULL, 261.79, 264.41, 1, 2, 'manual_sell', '2024-07-23 00:53:11', '2024-07-23 00:53:11', '2024-07-23 01:54:02'),
(23802, 1868, 8486, 1136, 5, NULL, 26.91, 27.17, 1, 1, 'manual_sell', '2024-07-23 00:54:12', '2024-07-23 00:54:12', '2024-07-23 01:55:05'),
(23803, 1902, 22997, 4094, 1, NULL, 210.00, 846.00, 4, 2, 'manual_sell', '2024-07-23 02:15:48', '2024-07-23 02:15:48', '2024-07-23 03:16:04'),
(23804, 1886, 24085, 1096, 5, NULL, 8.00, 8.08, 31, 1, 'manual_sell', '2024-07-23 03:07:53', '2024-07-23 03:07:53', '2024-07-23 04:08:05'),
(23805, 1881, 24086, 2479, 6, 21, 632.86, 642.35, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23806, 1881, 24087, 2761, 6, 21, 1365.00, 1385.48, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23807, 1881, 24088, 5519, 3, 21, 833.03, 845.53, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23808, 1881, 24089, 4820, 6, 21, 67.47, 68.48, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23809, 1881, 24090, 5843, 1, 21, 1442.00, 1463.63, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23810, 1881, 24091, 779, 3, 21, 4.43, 4.50, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23811, 1881, 24092, 5046, 9, 21, 62.39, 63.33, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23812, 1881, 24093, 3954, 6, 21, 233.80, 237.31, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23813, 1881, 24094, 4228, 6, 21, 5.24, 5.32, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23814, 1881, 24095, 5696, 9, 21, 52.94, 53.73, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23815, 1881, 24096, 3330, 1, 21, 21.41, 21.73, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23816, 1881, 24097, 830, 9, 21, 72.09, 73.17, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23817, 1881, 24098, 821, 6, 21, 145.80, 147.99, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23818, 1881, 24099, 4841, 6, 21, 174.98, 177.60, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23819, 1881, 24100, 4844, 9, 21, 73.49, 74.59, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23820, 1881, 24101, 2002, 3, 21, 116.60, 118.35, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23821, 1881, 24102, 2575, 1, 21, 45.22, 45.90, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23822, 1881, 24103, 3286, 9, 21, 50.47, 51.23, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23823, 1881, 24104, 47, 6, 21, 9.27, 9.41, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23824, 1881, 24105, 1978, 6, 21, 12.11, 12.29, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23825, 1881, 24106, 4038, 3, 21, 5.24, 5.32, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23826, 1881, 24107, 41, 9, 21, 18.90, 19.18, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23827, 1881, 24108, 37, 1, 21, 9.09, 9.23, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23828, 1881, 24109, 2482, 3, 21, 15.44, 15.67, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23829, 1881, 24110, 1030, 9, 21, 26.50, 26.90, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:03'),
(23830, 1881, 24111, 3723, 6, 21, 244.40, 248.07, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23831, 1881, 24112, 1318, 6, 21, 40.17, 40.77, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23832, 1881, 24113, 1120, 6, 21, 9.40, 9.54, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23833, 1881, 24114, 5942, 1, 21, 7.28, 7.39, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23834, 1881, 24115, 2723, 3, 21, 250.15, 253.90, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23835, 1881, 24116, 5188, 6, 21, 316.20, 320.94, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23836, 1881, 24117, 5093, 9, 21, 155.52, 157.85, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23837, 1881, 24118, 1352, 9, 21, 904.80, 918.37, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23838, 1881, 24119, 5791, 3, 21, 273.00, 277.10, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23839, 1881, 24120, 5323, 6, 21, 29.35, 29.79, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23840, 1881, 24121, 4053, 9, 21, 28.69, 29.12, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23841, 1881, 24122, 887, 1, 21, 118.16, 119.93, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23842, 1881, 24123, 911, 3, 21, 14.92, 15.14, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23843, 1881, 24124, 2724, 6, 21, 6534.70, 6632.72, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23844, 1881, 24125, 3122, 9, 21, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23845, 1881, 24126, 143, 3, 21, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23846, 1881, 24127, 854, 9, 21, 36.56, 37.11, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23847, 1881, 24128, 2210, 6, 21, 7.14, 7.25, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23848, 1881, 24129, 4349, 6, 21, 5.29, 5.37, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23849, 1881, 24130, 1176, 9, 21, 23.67, 24.03, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23850, 1881, 24131, 6055, 9, 21, 8.27, 8.39, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23851, 1881, 24132, 1844, 1, 21, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23852, 1881, 24133, 1818, 9, 21, 1.01, 1.03, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23853, 1881, 24134, 756, 3, 21, 0.46, 0.47, 1, 1, 'ai_sell', '2024-07-23 08:56:07', '2024-07-23 08:56:07', '2024-07-23 09:57:04'),
(23854, 1881, 24135, 1827, 9, 21, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-23 08:56:08', '2024-07-23 08:56:08', '2024-07-23 09:57:04'),
(23855, 1881, 24136, 1827, 1, 21, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-23 08:56:08', '2024-07-23 08:56:08', '2024-07-23 09:57:04'),
(23856, 1869, 24137, 6021, 9, 25, 38.46, 39.04, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23857, 1869, 24138, 1803, 6, 25, 21.00, 21.32, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23858, 1869, 24139, 2951, 3, 25, 21.20, 21.52, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23859, 1869, 24140, 935, 9, 25, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23860, 1869, 24141, 1784, 9, 25, 30.35, 30.81, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23861, 1869, 24142, 4171, 3, 25, 25.49, 25.87, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23862, 1869, 24143, 3262, 9, 25, 5.78, 5.87, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23863, 1869, 24144, 4153, 6, 25, 309.75, 314.40, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23864, 1869, 24145, 6110, 3, 25, 2.14, 2.17, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23865, 1869, 24146, 4364, 3, 25, 11.44, 11.61, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23866, 1869, 24147, 1758, 9, 25, 437.16, 443.72, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23867, 1869, 24148, 394, 3, 25, 14.54, 14.76, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23868, 1869, 24149, 1813, 6, 25, 3.03, 3.08, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23869, 1869, 24150, 216, 3, 25, 17.43, 17.69, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23870, 1869, 24151, 3336, 3, 25, 13.41, 13.61, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23871, 1869, 24152, 5409, 3, 25, 31.07, 31.54, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23872, 1869, 24153, 2457, 1, 25, 3.33, 3.38, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:03'),
(23873, 1869, 24154, 6094, 3, 25, 23.36, 23.71, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:04'),
(23874, 1869, 24155, 3396, 6, 25, 52.99, 53.78, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:04'),
(23875, 1869, 24156, 5484, 3, 25, 5.29, 5.37, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:04'),
(23876, 1869, 24157, 4129, 6, 25, 15.74, 15.98, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:04'),
(23877, 1869, 24158, 5617, 3, 25, 5.86, 5.95, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:04'),
(23878, 1869, 24159, 5824, 3, 25, 1.43, 1.45, 1, 1, 'ai_sell', '2024-07-23 09:20:07', '2024-07-23 09:20:07', '2024-07-23 10:21:04'),
(23879, 1876, 24160, 3957, 6, 28, 32.32, 32.61, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23880, 1876, 24161, 1334, 9, 28, 5.87, 5.92, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23881, 1876, 24162, 5263, 6, 28, 17.84, 18.00, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23882, 1876, 24163, 2229, 9, 28, 28.02, 28.27, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23883, 1876, 24164, 4597, 1, 28, 15.60, 15.74, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23884, 1876, 24165, 1576, 3, 28, 2.70, 2.72, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23885, 1876, 24166, 806, 3, 28, 21.00, 21.19, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23886, 1876, 24167, 4857, 6, 28, 8.47, 8.55, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23887, 1876, 24168, 1844, 6, 28, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23888, 1876, 24169, 734, 3, 28, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23889, 1876, 24170, 803, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-23 09:48:05', '2024-07-23 09:48:05', '2024-07-23 10:49:03'),
(23890, 1872, 24171, 5436, 6, 22, 5.09, 5.14, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23891, 1872, 24172, 1126, 1, 22, 386.38, 389.86, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23892, 1872, 24173, 4533, 1, 22, 28.27, 28.52, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23893, 1872, 24174, 1770, 1, 22, 105.99, 106.94, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23894, 1872, 24175, 775, 3, 22, 7.42, 7.49, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23895, 1872, 24176, 5451, 3, 22, 52.17, 52.64, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23896, 1872, 24177, 764, 6, 22, 28.73, 28.99, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23897, 1872, 24178, 649, 9, 22, 111.10, 112.10, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23898, 1872, 24179, 1204, 6, 22, 35.58, 35.90, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23899, 1872, 24180, 297, 3, 22, 43.88, 44.27, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:04'),
(23900, 1872, 24181, 1127, 1, 22, 55.88, 56.38, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23901, 1872, 24182, 5277, 1, 22, 210.26, 212.15, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23902, 1872, 24183, 1785, 1, 22, 50.96, 51.42, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23903, 1872, 24184, 6055, 6, 22, 8.04, 8.11, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23904, 1872, 24185, 5923, 3, 22, 92.81, 93.65, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23905, 1872, 24186, 1527, 3, 22, 2.04, 2.06, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23906, 1872, 24187, 2118, 6, 22, 11.21, 11.31, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23907, 1872, 24188, 3451, 3, 22, 5.86, 5.91, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23908, 1872, 24189, 1676, 1, 22, 5.66, 5.71, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23909, 1872, 24190, 1811, 9, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23910, 1872, 24191, 1894, 6, 22, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23911, 1872, 24192, 4704, 9, 22, 1.33, 1.34, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23912, 1872, 24193, 3324, 6, 22, 1.39, 1.40, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23913, 1872, 24194, 1827, 1, 22, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23914, 1872, 24195, 734, 9, 22, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23915, 1872, 24196, 1844, 1, 22, 0.30, 0.30, 1, 1, 'ai_sell', '2024-07-23 10:29:03', '2024-07-23 10:29:03', '2024-07-23 11:29:05'),
(23916, 1798, 24197, 3849, 5, NULL, 601.00, 610.01, 1, 2, 'manual_sell', '2024-07-23 11:04:01', '2024-07-23 11:04:01', '2024-07-23 12:04:02'),
(23917, 1798, 24198, 2261, 5, NULL, 170.00, 172.55, 1, 2, 'manual_sell', '2024-07-23 11:05:34', '2024-07-23 11:05:34', '2024-07-23 12:06:03'),
(23918, 1798, 24199, 5834, 5, NULL, 45.00, 45.67, 1, 2, 'manual_sell', '2024-07-23 11:10:43', '2024-07-23 11:10:43', '2024-07-23 12:11:03'),
(23919, 1798, 24197, 3849, 5, NULL, 601.00, 607.01, 1, 1, 'manual_sell', '2024-07-23 12:47:27', '2024-07-23 12:47:27', '2024-07-23 13:48:02'),
(23920, 1798, 24198, 2261, 5, NULL, 170.00, 171.70, 1, 1, 'manual_sell', '2024-07-23 12:48:01', '2024-07-23 12:48:01', '2024-07-23 13:48:02'),
(23921, 1798, 24199, 5834, 5, NULL, 45.00, 45.45, 1, 1, 'manual_sell', '2024-07-23 12:48:32', '2024-07-23 12:48:32', '2024-07-23 13:49:02'),
(23922, 1902, 24215, 2110, 1, 26, 26.78, 27.02, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23923, 1902, 24216, 834, 6, 26, 371.00, 374.34, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23924, 1902, 24217, 5560, 9, 26, 63.43, 64.00, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23925, 1902, 24218, 1318, 9, 26, 40.17, 40.53, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23926, 1902, 24219, 3294, 3, 26, 12.11, 12.22, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23927, 1902, 24220, 3146, 9, 26, 7.00, 7.06, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23928, 1902, 24221, 634, 6, 26, 1.01, 1.02, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23929, 1902, 24222, 1844, 3, 26, 0.30, 0.30, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23930, 1902, 24223, 949, 3, 26, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23931, 1902, 24224, 734, 1, 26, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23932, 1902, 24225, 1894, 6, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23933, 1902, 24226, 1827, 9, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23934, 1902, 24227, 803, 6, 26, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-23 15:21:04', '2024-07-23 15:21:04', '2024-07-23 16:22:03'),
(23935, 1850, 24228, 4859, 5, NULL, 7.44, 7.51, 1, 1, 'manual_sell', '2024-07-23 15:28:35', '2024-07-23 15:28:35', '2024-07-23 16:29:03'),
(23936, 1902, 24233, 3705, 3, 27, 31.38, 32.01, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23937, 1902, 24234, 3002, 1, 27, 832.00, 848.64, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23938, 1902, 24235, 5788, 3, 27, 11.64, 11.87, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23939, 1902, 24236, 3652, 1, 27, 4949.51, 5048.50, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23940, 1902, 24237, 2541, 9, 27, 20.80, 21.22, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23941, 1902, 24238, 1304, 9, 27, 31.92, 32.56, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23942, 1902, 24239, 1844, 6, 27, 0.32, 0.33, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23943, 1902, 24240, 4745, 6, 27, 189.87, 193.67, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23944, 1902, 24241, 1666, 1, 27, 48.11, 49.07, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23945, 1902, 24242, 5794, 6, 27, 37.06, 37.80, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23946, 1902, 24243, 3906, 3, 27, 194.81, 198.71, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:04'),
(23947, 1902, 24244, 4568, 1, 27, 7.07, 7.21, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:05'),
(23948, 1902, 24245, 2040, 9, 27, 54.91, 56.01, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:05'),
(23949, 1902, 24246, 2231, 3, 27, 53.52, 54.59, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:05'),
(23950, 1902, 24247, 5969, 6, 27, 15.14, 15.44, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:05'),
(23951, 1902, 24248, 5536, 9, 27, 26.29, 26.82, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:05'),
(23952, 1902, 24249, 5080, 3, 27, 42.63, 43.48, 1, 1, 'ai_sell', '2024-07-23 15:44:03', '2024-07-23 15:44:03', '2024-07-23 16:44:05'),
(23953, 1902, 24250, 212, 3, 27, 39.45, 40.24, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23954, 1902, 24251, 4497, 9, 27, 15.29, 15.60, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23955, 1902, 24252, 5499, 3, 27, 51.50, 52.53, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23956, 1902, 24253, 3323, 3, 27, 62.88, 64.14, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23957, 1902, 24254, 1052, 9, 27, 60.59, 61.80, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23958, 1902, 24255, 806, 3, 27, 20.60, 21.01, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23959, 1902, 24256, 3375, 6, 27, 13.51, 13.78, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23960, 1902, 24257, 4598, 9, 27, 182.37, 186.02, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23961, 1902, 24258, 1803, 9, 27, 21.00, 21.42, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:05'),
(23962, 1902, 24259, 5611, 9, 27, 69.07, 70.45, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23963, 1902, 24260, 4163, 6, 27, 1533.00, 1563.66, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23964, 1902, 24261, 1720, 6, 27, 1802.00, 1838.04, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23965, 1902, 24262, 4710, 6, 27, 19.08, 19.46, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23966, 1902, 24263, 5973, 6, 27, 25.74, 26.25, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23967, 1902, 24264, 2898, 3, 27, 138.85, 141.63, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23968, 1902, 24265, 1409, 6, 27, 11.65, 11.88, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23969, 1902, 24266, 4564, 3, 27, 310.96, 317.18, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23970, 1902, 24267, 130, 9, 27, 38.30, 39.07, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23971, 1902, 24268, 2338, 1, 27, 37.89, 38.65, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23972, 1902, 24269, 528, 3, 27, 15.30, 15.61, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23973, 1902, 24270, 2625, 9, 27, 23.90, 24.38, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23974, 1902, 24271, 1811, 1, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23975, 1902, 24272, 1850, 3, 27, 0.58, 0.59, 1, 1, 'ai_sell', '2024-07-23 15:44:04', '2024-07-23 15:44:04', '2024-07-23 16:44:06'),
(23976, 1850, 24277, 1375, 1, 24, 25.25, 25.63, 1, 1, 'ai_sell', '2024-07-23 17:21:03', '2024-07-23 17:21:03', '2024-07-23 18:22:03'),
(23977, 1850, 24278, 4628, 3, 24, 31.92, 32.40, 1, 1, 'ai_sell', '2024-07-23 17:21:03', '2024-07-23 17:21:03', '2024-07-23 18:22:05'),
(23978, 1850, 24279, 5866, 1, 24, 151.04, 153.31, 1, 1, 'ai_sell', '2024-07-23 17:21:03', '2024-07-23 17:21:03', '2024-07-23 18:22:05'),
(23979, 1850, 24280, 1389, 9, 24, 224.70, 228.07, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23980, 1850, 24281, 5868, 1, 24, 20.59, 20.90, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23981, 1850, 24282, 5378, 3, 24, 3.13, 3.18, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23982, 1850, 24283, 1607, 9, 24, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23983, 1850, 24284, 5864, 9, 24, 37.73, 38.30, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23984, 1850, 24285, 1681, 3, 24, 17.77, 18.04, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23985, 1850, 24286, 1173, 9, 24, 25.24, 25.62, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23986, 1850, 24287, 1370, 6, 24, 101.97, 103.50, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23987, 1850, 24288, 6068, 3, 24, 28.07, 28.49, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23988, 1850, 24289, 1581, 9, 24, 21.08, 21.40, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23989, 1850, 24290, 3064, 3, 24, 4.68, 4.75, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23990, 1850, 24291, 3242, 1, 24, 22.23, 22.56, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23991, 1850, 24292, 1640, 1, 24, 1.05, 1.07, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23992, 1850, 24293, 3092, 9, 24, 50.35, 51.11, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23993, 1850, 24294, 2268, 9, 24, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23994, 1850, 24295, 4245, 6, 24, 15.47, 15.70, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23995, 1850, 24296, 1127, 3, 24, 57.52, 58.38, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23996, 1850, 24297, 909, 6, 24, 31.80, 32.28, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23997, 1850, 24298, 2665, 6, 24, 18.71, 18.99, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23998, 1850, 24299, 3425, 9, 24, 24.97, 25.34, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(23999, 1850, 24300, 6031, 9, 24, 3.92, 3.98, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(24000, 1850, 24301, 5363, 6, 24, 27.80, 28.22, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(24001, 1850, 24302, 3538, 3, 24, 151.49, 153.76, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(24002, 1850, 24303, 3942, 6, 24, 90.64, 92.00, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(24003, 1850, 24304, 5870, 9, 24, 12.83, 13.02, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(24004, 1850, 24305, 1869, 3, 24, 3.18, 3.23, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:05'),
(24005, 1850, 24306, 1827, 6, 24, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:06'),
(24006, 1850, 24307, 1811, 6, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-23 17:21:04', '2024-07-23 17:21:04', '2024-07-23 18:22:06'),
(24007, 1902, 22997, 4094, 1, NULL, 210.00, 845.00, 4, 2, 'manual_sell', '2024-07-23 23:13:01', '2024-07-23 23:13:01', '2024-07-24 00:13:02'),
(24008, 1902, 23094, 4750, 1, NULL, 62.00, 125.00, 2, 2, 'manual_sell', '2024-07-23 23:14:35', '2024-07-23 23:14:35', '2024-07-24 00:15:06'),
(24009, 1902, 23062, 4733, 1, NULL, 60.00, 120.50, 2, 2, 'manual_sell', '2024-07-23 23:18:14', '2024-07-23 23:18:14', '2024-07-24 00:19:02'),
(24010, 1868, 21147, 5880, 3, NULL, 10.98, 11.09, 1, 2, 'manual_sell', '2024-07-24 00:01:59', '2024-07-24 00:01:59', '2024-07-24 01:02:03'),
(24011, 1868, 2007, 2726, 1, NULL, 31.88, 32.20, 5, 2, 'manual_sell', '2024-07-24 00:03:21', '2024-07-24 00:03:21', '2024-07-24 01:04:02'),
(24012, 1868, 2014, 5371, 9, NULL, 80.28, 81.08, 1, 2, 'manual_sell', '2024-07-24 00:04:29', '2024-07-24 00:04:29', '2024-07-24 01:05:05'),
(24013, 1868, 2019, 2450, 1, NULL, 16.50, 16.67, 1, 2, 'manual_sell', '2024-07-24 00:05:26', '2024-07-24 00:05:26', '2024-07-24 01:06:02'),
(24014, 1868, 2023, 5099, 5, NULL, 29.90, 30.19, 1, 1, 'manual_sell', '2024-07-24 00:06:33', '2024-07-24 00:06:33', '2024-07-24 01:07:03'),
(24015, 1868, 2075, 4743, 3, NULL, 21.92, 22.14, 1, 2, 'manual_sell', '2024-07-24 00:07:38', '2024-07-24 00:07:38', '2024-07-24 01:08:04'),
(24016, 1868, 2079, 3850, 9, NULL, 19.79, 19.98, 1, 2, 'manual_sell', '2024-07-24 00:08:48', '2024-07-24 00:08:48', '2024-07-24 01:09:02'),
(24017, 1868, 2082, 4779, 9, NULL, 43.99, 44.42, 1, 2, 'manual_sell', '2024-07-24 00:10:26', '2024-07-24 00:10:26', '2024-07-24 01:11:03'),
(24018, 1868, 2643, 1511, 1, NULL, 21.91, 22.13, 5, 2, 'manual_sell', '2024-07-24 00:11:38', '2024-07-24 00:11:38', '2024-07-24 01:12:03'),
(24019, 1868, 2644, 2565, 9, NULL, 92.08, 93.00, 2, 2, 'manual_sell', '2024-07-24 00:12:40', '2024-07-24 00:12:40', '2024-07-24 01:13:02'),
(24020, 1868, 2645, 4813, 3, NULL, 29.69, 29.98, 1, 1, 'manual_sell', '2024-07-24 00:13:41', '2024-07-24 00:13:41', '2024-07-24 01:14:03'),
(24021, 1868, 2646, 1696, 9, NULL, 137.50, 141.63, 1, 2, 'manual_sell', '2024-07-24 00:14:49', '2024-07-24 00:14:49', '2024-07-24 01:15:04'),
(24022, 1868, 2647, 4263, 5, NULL, 108.99, 110.07, 1, 1, 'manual_sell', '2024-07-24 00:15:47', '2024-07-24 00:15:47', '2024-07-24 01:16:02'),
(24023, 1868, 2648, 3448, 1, NULL, 15.37, 15.52, 1, 1, 'manual_sell', '2024-07-24 00:17:11', '2024-07-24 00:17:11', '2024-07-24 01:18:02'),
(24024, 1868, 2649, 4862, 9, NULL, 15.59, 15.75, 1, 2, 'manual_sell', '2024-07-24 00:18:12', '2024-07-24 00:18:12', '2024-07-24 01:19:03'),
(24025, 1868, 2650, 5349, 9, NULL, 286.00, 294.58, 2, 2, 'manual_sell', '2024-07-24 00:19:03', '2024-07-24 00:19:03', '2024-07-24 01:19:03'),
(24026, 1868, 2651, 5136, 9, NULL, 108.90, 109.99, 1, 2, 'manual_sell', '2024-07-24 00:21:04', '2024-07-24 00:21:04', '2024-07-24 01:22:03'),
(24027, 1890, 24276, 2260, 1, NULL, 297.00, 314.82, 1, 2, 'manual_sell', '2024-07-24 00:22:25', '2024-07-24 00:22:25', '2024-07-24 01:23:02'),
(24028, 1868, 2652, 5511, 5, NULL, 274.99, 277.74, 1, 2, 'manual_sell', '2024-07-24 00:23:42', '2024-07-24 00:23:42', '2024-07-24 01:24:04'),
(24029, 1890, 24275, 2260, 3, NULL, 256.50, 487.35, 2, 2, 'manual_sell', '2024-07-24 00:24:13', '2024-07-24 00:24:13', '2024-07-24 01:25:04'),
(24030, 1868, 2653, 5511, 1, NULL, 274.99, 277.74, 1, 2, 'manual_sell', '2024-07-24 00:24:18', '2024-07-24 00:24:18', '2024-07-24 01:25:04'),
(24031, 1890, 24274, 4446, 5, NULL, 31.34, 32.90, 2, 2, 'manual_sell', '2024-07-24 00:26:05', '2024-07-24 00:26:05', '2024-07-24 01:27:02'),
(24032, 1868, 2654, 2663, 1, NULL, 1384.90, 1398.75, 2, 2, 'manual_sell', '2024-07-24 00:26:44', '2024-07-24 00:26:44', '2024-07-24 01:27:02'),
(24033, 1868, 2655, 2663, 3, NULL, 1384.90, 1398.75, 2, 2, 'manual_sell', '2024-07-24 00:27:45', '2024-07-24 00:27:45', '2024-07-24 01:28:02'),
(24034, 1868, 2657, 3789, 1, NULL, 231.00, 233.31, 1, 1, 'manual_sell', '2024-07-24 00:28:46', '2024-07-24 00:28:46', '2024-07-24 01:29:03'),
(24035, 1868, 2658, 1572, 5, NULL, 39.59, 39.98, 3, 1, 'manual_sell', '2024-07-24 00:29:51', '2024-07-24 00:29:51', '2024-07-24 01:30:04'),
(24036, 1868, 2659, 1985, 1, NULL, 151.92, 153.44, 1, 2, 'manual_sell', '2024-07-24 00:31:06', '2024-07-24 00:31:06', '2024-07-24 01:32:05'),
(24037, 1868, 2660, 5198, 9, NULL, 56.08, 56.64, 1, 2, 'manual_sell', '2024-07-24 00:32:10', '2024-07-24 00:32:10', '2024-07-24 01:33:02'),
(24038, 1868, 2661, 5224, 5, NULL, 818.39, 826.57, 1, 1, 'manual_sell', '2024-07-24 00:33:23', '2024-07-24 00:33:23', '2024-07-24 01:34:06'),
(24039, 1868, 2736, 95, 9, NULL, 369.60, 373.29, 1, 2, 'manual_sell', '2024-07-24 00:35:09', '2024-07-24 00:35:09', '2024-07-24 01:35:16'),
(24040, 1868, 2737, 3069, 1, NULL, 19.80, 19.99, 1, 1, 'manual_sell', '2024-07-24 00:38:55', '2024-07-24 00:38:55', '2024-07-24 01:39:13'),
(24041, 1890, 24273, 4462, 5, NULL, 20.97, 21.80, 1, 2, 'manual_sell', '2024-07-24 00:40:40', '2024-07-24 00:40:40', '2024-07-24 01:41:15'),
(24042, 1868, 2738, 3682, 9, NULL, 5.04, 5.19, 1, 2, 'manual_sell', '2024-07-24 00:41:32', '2024-07-24 00:41:32', '2024-07-24 01:42:12'),
(24043, 1868, 2740, 5588, 9, NULL, 457.97, 462.55, 1, 2, 'manual_sell', '2024-07-24 00:42:43', '2024-07-24 00:42:43', '2024-07-24 01:43:02'),
(24044, 1868, 3401, 1768, 1, NULL, 1141.13, 1163.95, 1, 2, 'manual_sell', '2024-07-24 00:44:52', '2024-07-24 00:44:52', '2024-07-24 01:45:11'),
(24045, 1868, 3402, 96, 5, NULL, 23.00, 23.23, 1, 1, 'manual_sell', '2024-07-24 00:46:18', '2024-07-24 00:46:18', '2024-07-24 01:47:04'),
(24046, 1890, 24232, 4656, 9, NULL, 241.50, 251.16, 1, 2, 'manual_sell', '2024-07-24 00:59:08', '2024-07-24 00:59:08', '2024-07-24 02:00:04'),
(24047, 1890, 24231, 2046, 1, NULL, 820.60, 779.57, 1, 1, 'manual_sell', '2024-07-24 01:03:18', '2024-07-24 01:03:18', '2024-07-24 02:04:02'),
(24048, 1890, 24230, 2046, 3, NULL, 671.40, 1423.36, 2, 2, 'manual_sell', '2024-07-24 01:06:23', '2024-07-24 01:06:23', '2024-07-24 02:07:02'),
(24049, 1890, 24229, 3944, 3, NULL, 82.95, 80.46, 1, 1, 'manual_sell', '2024-07-24 01:09:26', '2024-07-24 01:09:26', '2024-07-24 02:10:03'),
(24050, 1890, 24214, 3552, 5, NULL, 352.78, 370.41, 2, 2, 'manual_sell', '2024-07-24 01:12:33', '2024-07-24 01:12:33', '2024-07-24 02:13:02'),
(24051, 1877, 24309, 5122, 9, 23, 206.00, 209.09, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:04'),
(24052, 1877, 24310, 5126, 9, 23, 214.24, 217.45, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:04'),
(24053, 1877, 24311, 1537, 3, 23, 210.74, 213.90, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:04'),
(24054, 1877, 24312, 781, 1, 23, 234.70, 238.22, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24055, 1877, 24313, 1562, 6, 23, 114.71, 116.43, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24056, 1877, 24314, 5640, 3, 23, 8.15, 8.27, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24057, 1877, 24315, 18, 1, 23, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24058, 1877, 24316, 1054, 9, 23, 22.85, 23.19, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24059, 1877, 24317, 3207, 1, 23, 3914.00, 3972.71, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24060, 1877, 24318, 5760, 6, 23, 157.50, 159.86, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24061, 1877, 24319, 4738, 1, 23, 112.27, 113.95, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24062, 1877, 24320, 5735, 6, 23, 19.56, 19.85, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24063, 1877, 24321, 4757, 9, 23, 78.52, 79.70, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(24064, 1877, 24322, 2103, 9, 23, 4.20, 4.26, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24065, 1877, 24323, 3609, 1, 23, 139.06, 141.15, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24066, 1877, 24324, 58, 3, 23, 33.92, 34.43, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24067, 1877, 24325, 1878, 3, 23, 26.25, 26.64, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24068, 1877, 24326, 3841, 9, 23, 9.80, 9.95, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24069, 1877, 24327, 1687, 1, 23, 84.51, 85.78, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:05'),
(24070, 1877, 24328, 3584, 3, 23, 244.64, 248.31, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24071, 1877, 24329, 4724, 3, 23, 49.03, 49.77, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24072, 1877, 24330, 3726, 9, 23, 12.35, 12.54, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24073, 1877, 24331, 143, 9, 23, 1.01, 1.03, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24074, 1877, 24332, 3038, 6, 23, 2573.97, 2612.58, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24075, 1877, 24333, 1279, 6, 23, 348.14, 353.36, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24076, 1877, 24334, 3960, 3, 23, 72.10, 73.18, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24077, 1877, 24335, 4872, 9, 23, 26.52, 26.92, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24078, 1877, 24336, 5261, 6, 23, 30.61, 31.07, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24079, 1877, 24337, 858, 1, 23, 14.67, 14.89, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24080, 1877, 24338, 3366, 6, 23, 30.59, 31.05, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24081, 1877, 24339, 4607, 6, 23, 13.25, 13.45, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24082, 1877, 24340, 5784, 6, 23, 636.00, 645.54, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24083, 1877, 24341, 4019, 1, 23, 48.29, 49.01, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24084, 1877, 24342, 4371, 3, 23, 73.83, 74.94, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24085, 1877, 24343, 4005, 6, 23, 515.85, 523.59, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24086, 1877, 24344, 3181, 1, 23, 64.04, 65.00, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24087, 1877, 24345, 1239, 9, 23, 24.24, 24.60, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:06'),
(24088, 1877, 24346, 4595, 1, 23, 52.43, 53.22, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24089, 1877, 24347, 295, 9, 23, 917.99, 931.76, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24090, 1877, 24348, 2816, 6, 23, 13.25, 13.45, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24091, 1877, 24349, 2297, 9, 23, 4.24, 4.30, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24092, 1877, 24350, 976, 6, 23, 134.16, 136.17, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24093, 1877, 24351, 5513, 3, 23, 82.61, 83.85, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24094, 1877, 24352, 5245, 1, 23, 22.05, 22.38, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24095, 1877, 24353, 2898, 3, 23, 132.30, 134.28, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24096, 1877, 24354, 68, 3, 23, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24097, 1877, 24355, 1079, 3, 23, 5.09, 5.17, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24098, 1877, 24356, 5911, 1, 23, 7.91, 8.03, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24099, 1877, 24357, 2237, 1, 23, 37.10, 37.66, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24100, 1877, 24358, 4366, 9, 23, 80.80, 82.01, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:07'),
(24101, 1877, 24359, 4881, 6, 23, 20.83, 21.14, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:08'),
(24102, 1877, 24360, 5832, 9, 23, 51.45, 52.22, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:08'),
(24103, 1877, 24361, 1198, 3, 23, 2.25, 2.28, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:08'),
(24104, 1877, 24362, 1818, 6, 23, 1.05, 1.07, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:08'),
(24105, 1877, 24363, 803, 3, 23, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-24 01:14:05', '2024-07-24 01:14:05', '2024-07-24 02:15:08'),
(24106, 1890, 24213, 1096, 5, NULL, 8.34, 35.02, 4, 2, 'manual_sell', '2024-07-24 01:14:47', '2024-07-24 01:14:47', '2024-07-24 02:15:08'),
(24107, 1890, 24212, 3192, 9, NULL, 141.75, 147.42, 1, 2, 'manual_sell', '2024-07-24 01:16:13', '2024-07-24 01:16:13', '2024-07-24 02:17:02'),
(24108, 1890, 24211, 1129, 1, NULL, 2.75, 2.88, 1, 2, 'manual_sell', '2024-07-24 01:18:04', '2024-07-24 01:18:04', '2024-07-24 02:19:02'),
(24109, 1890, 24210, 183, 3, NULL, 420.00, 441.00, 3, 2, 'manual_sell', '2024-07-24 01:19:23', '2024-07-24 01:19:23', '2024-07-24 02:20:04'),
(24110, 1912, 24368, 748, 9, 29, 9.09, 9.23, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24111, 1912, 24369, 4962, 9, 29, 9.54, 9.68, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24112, 1912, 24370, 1109, 9, 29, 163.20, 165.65, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24113, 1912, 24371, 3319, 1, 29, 89.24, 90.58, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24114, 1912, 24372, 1616, 9, 29, 302.89, 307.43, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24115, 1912, 24373, 503, 9, 29, 1285.44, 1304.72, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24116, 1912, 24374, 2667, 6, 29, 222.61, 225.95, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24117, 1912, 24375, 2445, 3, 29, 202.00, 205.03, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24118, 1912, 24376, 6063, 9, 29, 12.48, 12.67, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24119, 1912, 24377, 5071, 6, 29, 293.90, 298.31, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24120, 1912, 24378, 1112, 9, 29, 82.86, 84.10, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24121, 1912, 24379, 5477, 1, 29, 12.59, 12.78, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24122, 1912, 24380, 1736, 6, 29, 34.49, 35.01, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24123, 1912, 24381, 1732, 3, 29, 226.60, 230.00, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24124, 1912, 24382, 2020, 1, 29, 10.50, 10.66, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24125, 1912, 24383, 563, 1, 29, 4.04, 4.10, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24126, 1912, 24384, 4004, 6, 29, 124.79, 126.66, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24127, 1912, 24385, 837, 1, 29, 95.19, 96.62, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24128, 1912, 24386, 3424, 3, 29, 446.76, 453.46, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24129, 1912, 24387, 1187, 6, 29, 13.45, 13.65, 1, 1, 'ai_sell', '2024-07-24 01:22:04', '2024-07-24 01:22:04', '2024-07-24 02:23:02'),
(24130, 1912, 24388, 779, 1, 29, 4.56, 4.63, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24131, 1912, 24389, 4057, 1, 29, 26.03, 26.42, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24132, 1912, 24390, 2744, 1, 29, 35.34, 35.87, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24133, 1912, 24391, 5513, 6, 29, 82.61, 83.85, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24134, 1912, 24392, 3327, 6, 29, 2.44, 2.48, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24135, 1912, 24393, 5726, 3, 29, 11.89, 12.07, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24136, 1912, 24394, 957, 9, 29, 8.36, 8.49, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24137, 1912, 24395, 4269, 3, 29, 113.36, 115.06, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24138, 1912, 24396, 1087, 6, 29, 1243.20, 1261.85, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24139, 1912, 24397, 2927, 3, 29, 23.43, 23.78, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24140, 1912, 24398, 3802, 6, 29, 19.56, 19.85, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24141, 1912, 24399, 1515, 1, 29, 360.50, 365.91, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24142, 1912, 24400, 325, 1, 29, 51.96, 52.74, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24143, 1912, 24401, 5998, 9, 29, 31.09, 31.56, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24144, 1912, 24402, 46, 1, 29, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:02'),
(24145, 1912, 24403, 2057, 9, 29, 627.90, 637.32, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24146, 1912, 24404, 5351, 1, 29, 85.69, 86.98, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24147, 1912, 24405, 1846, 1, 29, 1.51, 1.53, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24148, 1912, 24406, 1570, 3, 29, 34.96, 35.48, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24149, 1912, 24407, 821, 6, 29, 145.80, 147.99, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24150, 1912, 24408, 4318, 9, 29, 133.12, 135.12, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24151, 1912, 24409, 4652, 6, 29, 412.00, 418.18, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24152, 1912, 24410, 2549, 9, 29, 341.65, 346.77, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24153, 1912, 24411, 3320, 6, 29, 81.59, 82.81, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24154, 1912, 24412, 4825, 3, 29, 176.18, 178.82, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24155, 1912, 24413, 5684, 6, 29, 318.08, 322.85, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24156, 1912, 24414, 4426, 6, 29, 77.76, 78.93, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24157, 1912, 24415, 3225, 6, 29, 1.18, 1.20, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24158, 1912, 24416, 2555, 9, 29, 47.40, 48.11, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24159, 1912, 24417, 4467, 3, 29, 182.70, 185.44, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24160, 1912, 24418, 153, 1, 29, 20.80, 21.11, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24161, 1912, 24419, 3301, 1, 29, 18.90, 19.18, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24162, 1912, 24420, 1889, 3, 29, 60.18, 61.08, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24163, 1912, 24421, 2668, 6, 29, 1340.56, 1360.67, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24164, 1912, 24422, 5541, 1, 29, 39.86, 40.46, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24165, 1912, 24423, 3025, 3, 29, 61.20, 62.12, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24166, 1912, 24424, 1586, 1, 29, 78.89, 80.07, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24167, 1912, 24425, 740, 9, 29, 14.16, 14.37, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24168, 1912, 24426, 1412, 9, 29, 7.73, 7.85, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24169, 1912, 24427, 3380, 9, 29, 15.60, 15.83, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24170, 1912, 24428, 5990, 3, 29, 4.72, 4.79, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24171, 1912, 24429, 5764, 6, 29, 1.52, 1.54, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24172, 1912, 24430, 1952, 1, 29, 1.37, 1.39, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24173, 1912, 24431, 734, 9, 29, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-24 01:22:05', '2024-07-24 01:22:05', '2024-07-24 02:23:03'),
(24174, 1912, 24432, 1811, 1, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-24 01:22:06', '2024-07-24 01:22:06', '2024-07-24 02:23:03'),
(24175, 1912, 24433, 1827, 1, 29, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-24 01:22:06', '2024-07-24 01:22:06', '2024-07-24 02:23:03'),
(24176, 1890, 24209, 3230, 9, NULL, 32.76, 34.07, 1, 2, 'manual_sell', '2024-07-24 01:22:32', '2024-07-24 01:22:32', '2024-07-24 02:23:03'),
(24177, 1890, 24208, 3230, 1, NULL, 28.30, 29.71, 4, 2, 'manual_sell', '2024-07-24 01:29:51', '2024-07-24 01:29:51', '2024-07-24 02:30:05'),
(24178, 1890, 24207, 2407, 3, NULL, 68.87, 73.69, 2, 2, 'manual_sell', '2024-07-24 01:33:03', '2024-07-24 01:33:03', '2024-07-24 02:33:03'),
(24179, 1890, 24276, 2260, 1, NULL, 297.00, 308.88, 1, 2, 'manual_sell', '2024-07-24 01:40:16', '2024-07-24 01:40:16', '2024-07-24 02:41:03'),
(24180, 1890, 24364, 4887, 3, NULL, 352.00, 369.60, 1, 2, 'manual_sell', '2024-07-24 01:43:04', '2024-07-24 01:43:04', '2024-07-24 02:44:02'),
(24181, 1890, 24366, 3598, 3, NULL, 1500.00, 1575.00, 1, 2, 'manual_sell', '2024-07-24 01:46:33', '2024-07-24 01:46:33', '2024-07-24 02:47:03'),
(24182, 1890, 24367, 3598, 5, NULL, 900.00, 945.00, 1, 2, 'manual_sell', '2024-07-24 01:47:52', '2024-07-24 01:47:52', '2024-07-24 02:48:02'),
(24183, 1890, 24273, 4462, 3, NULL, 20.97, 21.80, 1, 2, 'manual_sell', '2024-07-24 02:28:48', '2024-07-24 02:28:48', '2024-07-24 03:29:02'),
(24184, 1890, 24437, 2906, 1, NULL, 1722.00, 1790.88, 1, 2, 'manual_sell', '2024-07-24 02:30:55', '2024-07-24 02:30:55', '2024-07-24 03:31:02'),
(24185, 1890, 24208, 3230, 9, NULL, 28.30, 29.43, 4, 2, 'manual_sell', '2024-07-24 02:32:11', '2024-07-24 02:32:11', '2024-07-24 03:33:03'),
(24186, 1890, 24209, 3230, 1, NULL, 32.76, 34.07, 1, 2, 'manual_sell', '2024-07-24 02:33:41', '2024-07-24 02:33:41', '2024-07-24 03:34:03'),
(24187, 1890, 24207, 2407, 3, NULL, 68.87, 72.31, 2, 2, 'manual_sell', '2024-07-24 02:36:33', '2024-07-24 02:36:33', '2024-07-24 03:37:04'),
(24188, 1890, 24210, 183, 9, NULL, 420.00, 436.80, 3, 2, 'manual_sell', '2024-07-24 02:39:42', '2024-07-24 02:39:42', '2024-07-24 03:40:03'),
(24189, 1890, 24230, 2046, 1, NULL, 671.40, 698.25, 2, 2, 'manual_sell', '2024-07-24 02:44:48', '2024-07-24 02:44:48', '2024-07-24 03:45:04'),
(24190, 1890, 24212, 3192, 3, NULL, 141.75, 148.80, 1, 2, 'manual_sell', '2024-07-24 02:47:30', '2024-07-24 02:47:30', '2024-07-24 03:48:02'),
(24191, 1890, 24211, 1129, 5, NULL, 2.75, 2.88, 1, 2, 'manual_sell', '2024-07-24 02:48:24', '2024-07-24 02:48:24', '2024-07-24 03:49:02'),
(24192, 1890, 24213, 1096, 5, NULL, 8.34, 8.67, 4, 2, 'manual_sell', '2024-07-24 02:50:11', '2024-07-24 02:50:11', '2024-07-24 03:51:03'),
(24193, 1890, 24232, 4656, 9, NULL, 241.50, 251.16, 1, 2, 'manual_sell', '2024-07-24 02:56:24', '2024-07-24 02:56:24', '2024-07-24 03:57:03'),
(24194, 1890, 24214, 3552, 1, NULL, 352.78, 670.28, 2, 2, 'manual_sell', '2024-07-24 02:57:47', '2024-07-24 02:57:47', '2024-07-24 03:58:05'),
(24195, 1890, 24443, 3118, 1, NULL, 95.68, 99.50, 1, 2, 'manual_sell', '2024-07-24 02:59:48', '2024-07-24 02:59:48', '2024-07-24 04:00:06'),
(24196, 1890, 24274, 4446, 3, NULL, 31.34, 30.39, 2, 1, 'manual_sell', '2024-07-24 03:01:34', '2024-07-24 03:01:34', '2024-07-24 04:02:03'),
(24197, 1890, 24275, 2260, 3, NULL, 256.50, 246.24, 2, 1, 'manual_sell', '2024-07-24 03:03:26', '2024-07-24 03:03:26', '2024-07-24 04:04:02'),
(24198, 1902, 22997, 4094, 3, NULL, 210.00, 800.00, 4, 2, 'manual_sell', '2024-07-24 07:02:03', '2024-07-24 07:02:03', '2024-07-24 08:02:03'),
(24199, 1886, 24444, 1977, 5, NULL, 251.00, 253.51, 1, 1, 'manual_sell', '2024-07-24 08:20:40', '2024-07-24 08:20:40', '2024-07-24 09:21:02'),
(24200, 1902, 22997, 4094, 5, NULL, 210.00, 211.00, 4, 1, 'manual_sell', '2024-07-24 09:52:09', '2024-07-24 09:52:09', '2024-07-24 10:53:35'),
(24201, 1881, 24445, 2771, 1, 21, 303.45, 308.00, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:02'),
(24202, 1881, 24446, 1397, 1, 21, 632.82, 642.31, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24203, 1881, 24447, 6015, 3, 21, 94.76, 96.18, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24204, 1881, 24448, 2564, 3, 21, 2873.70, 2916.81, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24205, 1881, 24449, 2674, 1, 21, 797.12, 809.08, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24206, 1881, 24450, 579, 1, 21, 76.22, 77.36, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24207, 1881, 24451, 3315, 1, 21, 9.18, 9.32, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24208, 1881, 24452, 3101, 6, 21, 366.45, 371.95, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24209, 1881, 24453, 1173, 1, 21, 25.99, 26.38, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24210, 1881, 24454, 2876, 3, 21, 82.39, 83.63, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24211, 1881, 24455, 2238, 1, 21, 61.24, 62.16, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24212, 1881, 24456, 3241, 9, 21, 311.00, 315.67, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24213, 1881, 24457, 1097, 9, 21, 263.94, 267.90, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24214, 1881, 24458, 5642, 6, 21, 111.10, 112.77, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24215, 1881, 24459, 1152, 1, 21, 33.99, 34.50, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24216, 1881, 24460, 3380, 1, 21, 15.76, 16.00, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24217, 1881, 24461, 252, 3, 21, 68.68, 69.71, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24218, 1881, 24462, 5896, 3, 21, 392.20, 398.08, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24219, 1881, 24463, 3428, 9, 21, 273.48, 277.58, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24220, 1881, 24464, 1394, 9, 21, 278.10, 282.27, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24221, 1881, 24465, 5868, 1, 21, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24222, 1881, 24466, 2523, 9, 21, 115.50, 117.23, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24223, 1881, 24467, 2938, 3, 21, 24.10, 24.46, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24224, 1881, 24468, 129, 1, 21, 43.53, 44.18, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24225, 1881, 24469, 4966, 6, 21, 3040.80, 3086.41, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24226, 1881, 24470, 5510, 6, 21, 436.79, 443.34, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24227, 1881, 24471, 2581, 6, 21, 17.33, 17.59, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24228, 1881, 24472, 4989, 6, 21, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24229, 1881, 24473, 3795, 6, 21, 410.97, 417.13, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24230, 1881, 24474, 2500, 6, 21, 14.65, 14.87, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24231, 1881, 24475, 3121, 1, 21, 84.23, 85.49, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24232, 1881, 24476, 4688, 1, 21, 24.76, 25.13, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24233, 1881, 24477, 844, 6, 21, 291.10, 295.47, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24234, 1881, 24478, 1408, 1, 21, 16.26, 16.50, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24235, 1881, 24479, 4897, 6, 21, 10.80, 10.96, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24236, 1881, 24480, 4420, 1, 21, 57.74, 58.61, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24237, 1881, 24481, 5822, 9, 21, 35.69, 36.23, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24238, 1881, 24482, 4320, 3, 21, 20.39, 20.70, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:03'),
(24239, 1881, 24483, 5874, 1, 21, 231.00, 234.47, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24240, 1881, 24484, 1775, 1, 21, 246.44, 250.14, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24241, 1881, 24485, 2606, 9, 21, 14.53, 14.75, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24242, 1881, 24486, 983, 9, 21, 139.65, 141.74, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24243, 1881, 24487, 1424, 9, 21, 20.74, 21.05, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24244, 1881, 24488, 2579, 9, 21, 30.76, 31.22, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24245, 1881, 24489, 1607, 3, 21, 20.39, 20.70, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24246, 1881, 24490, 4264, 3, 21, 9.18, 9.32, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24247, 1881, 24491, 3724, 9, 21, 102.97, 104.51, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24248, 1881, 24492, 5359, 9, 21, 1223.99, 1242.35, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24249, 1881, 24493, 4865, 3, 21, 332.29, 337.27, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24250, 1881, 24494, 5188, 1, 21, 322.40, 327.24, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24251, 1881, 24495, 840, 1, 21, 197.59, 200.55, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24252, 1881, 24496, 1350, 1, 21, 5.74, 5.83, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24253, 1881, 24497, 966, 3, 21, 13.18, 13.38, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24254, 1881, 24498, 6009, 1, 21, 19.36, 19.65, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24255, 1881, 24499, 2468, 6, 21, 19.24, 19.53, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24256, 1881, 24500, 5436, 3, 21, 5.09, 5.17, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24257, 1881, 24501, 1953, 6, 21, 4.08, 4.14, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24258, 1881, 24502, 5041, 9, 21, 20.60, 20.91, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24259, 1881, 24503, 624, 9, 21, 1.04, 1.06, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:04'),
(24260, 1881, 24504, 4704, 3, 21, 1.26, 1.28, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:05'),
(24261, 1881, 24505, 1827, 6, 21, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-24 10:08:03', '2024-07-24 10:08:03', '2024-07-24 11:09:05'),
(24262, 1869, 24506, 1712, 9, 25, 63.00, 63.95, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24263, 1869, 24507, 2996, 1, 25, 530.00, 537.95, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24264, 1869, 24508, 2470, 1, 25, 44.29, 44.95, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24265, 1869, 24509, 3834, 3, 25, 51.50, 52.27, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24266, 1869, 24510, 5432, 3, 25, 4.99, 5.06, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24267, 1869, 24511, 3719, 1, 25, 71.61, 72.68, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24268, 1869, 24512, 3726, 6, 25, 12.11, 12.29, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24269, 1869, 24513, 3928, 6, 25, 10.20, 10.35, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24270, 1869, 24514, 5159, 9, 25, 13.38, 13.58, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24271, 1869, 24515, 6055, 1, 25, 8.35, 8.48, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24272, 1869, 24516, 4162, 9, 25, 40.94, 41.55, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24273, 1869, 24517, 5077, 6, 25, 9.26, 9.40, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24274, 1869, 24518, 2572, 9, 25, 21.83, 22.16, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24275, 1869, 24519, 440, 3, 25, 81.80, 83.03, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24276, 1869, 24520, 3676, 1, 25, 8.99, 9.12, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24277, 1869, 24521, 4740, 1, 25, 59.47, 60.36, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24278, 1869, 24522, 1895, 1, 25, 56.53, 57.38, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24279, 1869, 24523, 563, 3, 25, 4.04, 4.10, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24280, 1869, 24524, 1608, 1, 25, 9.96, 10.11, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24281, 1869, 24525, 1906, 9, 25, 5.41, 5.49, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24282, 1869, 24526, 5824, 3, 25, 1.41, 1.43, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24283, 1869, 24527, 756, 3, 25, 0.48, 0.49, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24284, 1869, 24528, 1827, 9, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24285, 1869, 24529, 1827, 1, 25, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-24 10:33:25', '2024-07-24 10:33:25', '2024-07-24 11:34:02'),
(24286, 1876, 24530, 1918, 6, 28, 9.04, 9.12, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24287, 1876, 24531, 298, 3, 28, 9.52, 9.61, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24288, 1876, 24532, 3273, 1, 28, 101.96, 102.88, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24289, 1876, 24533, 4671, 9, 28, 9.26, 9.34, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24290, 1876, 24534, 1894, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24291, 1876, 24535, 3533, 6, 28, 2.47, 2.49, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24292, 1876, 24536, 1844, 6, 28, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24293, 1876, 24537, 734, 6, 28, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24294, 1876, 24538, 1829, 6, 28, 0.78, 0.79, 1, 1, 'ai_sell', '2024-07-24 11:00:07', '2024-07-24 11:00:07', '2024-07-24 12:01:11'),
(24295, 1872, 24539, 5446, 3, 22, 293.76, 296.40, 1, 1, 'ai_sell', '2024-07-24 11:40:16', '2024-07-24 11:40:16', '2024-07-24 12:41:03'),
(24296, 1872, 24540, 222, 6, 22, 21.15, 21.34, 1, 1, 'ai_sell', '2024-07-24 11:40:16', '2024-07-24 11:40:16', '2024-07-24 12:41:03'),
(24297, 1872, 24541, 823, 6, 22, 12.40, 12.51, 1, 1, 'ai_sell', '2024-07-24 11:40:16', '2024-07-24 11:40:16', '2024-07-24 12:41:03'),
(24298, 1872, 24542, 5523, 6, 22, 28.37, 28.63, 1, 1, 'ai_sell', '2024-07-24 11:40:16', '2024-07-24 11:40:16', '2024-07-24 12:41:03'),
(24299, 1872, 24543, 1158, 6, 22, 39.39, 39.74, 1, 1, 'ai_sell', '2024-07-24 11:40:16', '2024-07-24 11:40:16', '2024-07-24 12:41:03'),
(24300, 1872, 24544, 2261, 6, 22, 179.14, 180.75, 1, 1, 'ai_sell', '2024-07-24 11:40:17', '2024-07-24 11:40:17', '2024-07-24 12:41:03'),
(24301, 1872, 24545, 4895, 6, 22, 676.70, 682.79, 1, 1, 'ai_sell', '2024-07-24 11:40:17', '2024-07-24 11:40:17', '2024-07-24 12:41:03'),
(24302, 1872, 24546, 2097, 9, 22, 9.79, 9.88, 1, 1, 'ai_sell', '2024-07-24 11:40:17', '2024-07-24 11:40:17', '2024-07-24 12:41:03'),
(24303, 1872, 24547, 1262, 1, 22, 1.59, 1.60, 1, 1, 'ai_sell', '2024-07-24 11:40:17', '2024-07-24 11:40:17', '2024-07-24 12:41:03'),
(24304, 1877, 24206, 1835, 1, NULL, 110.00, 3.30, 1, 1, 'manual_sell', '2024-07-24 12:23:35', '2024-07-24 12:23:35', '2024-07-24 13:24:03'),
(24305, 1877, 24200, 1306, 3, NULL, 110.00, 106.70, 1, 1, 'manual_sell', '2024-07-24 12:27:28', '2024-07-24 12:27:28', '2024-07-24 13:28:03'),
(24306, 1877, 24201, 2121, 3, NULL, 45.65, 1.13, 1, 1, 'manual_sell', '2024-07-24 12:29:47', '2024-07-24 12:29:47', '2024-07-24 13:30:03'),
(24307, 1877, 24202, 2510, 3, NULL, 41.85, 1.37, 1, 1, 'manual_sell', '2024-07-24 12:35:00', '2024-07-24 12:35:00', '2024-07-24 13:35:04'),
(24308, 1877, 24203, 3780, 9, NULL, 110.00, 106.70, 1, 1, 'manual_sell', '2024-07-24 12:36:10', '2024-07-24 12:36:10', '2024-07-24 13:37:03'),
(24309, 1877, 24204, 6048, 1, NULL, 21.98, 21.32, 1, 1, 'manual_sell', '2024-07-24 12:37:46', '2024-07-24 12:37:46', '2024-07-24 13:38:02'),
(24310, 1877, 24205, 3475, 5, NULL, 99.40, 2.88, 1, 1, 'manual_sell', '2024-07-24 12:38:45', '2024-07-24 12:38:45', '2024-07-24 13:39:02'),
(24311, 1798, 24548, 5329, 1, NULL, 535.00, 543.02, 1, 2, 'manual_sell', '2024-07-24 14:16:03', '2024-07-24 14:16:03', '2024-07-24 15:17:02'),
(24312, 1798, 24549, 5604, 3, NULL, 186.00, 188.79, 1, 2, 'manual_sell', '2024-07-24 14:17:28', '2024-07-24 14:17:28', '2024-07-24 15:18:02'),
(24313, 1798, 24550, 5933, 9, NULL, 53.00, 53.79, 1, 2, 'manual_sell', '2024-07-24 14:18:42', '2024-07-24 14:18:42', '2024-07-24 15:19:03'),
(24314, 1798, 24551, 3222, 5, NULL, 5.00, 5.07, 1, 2, 'manual_sell', '2024-07-24 14:21:37', '2024-07-24 14:21:37', '2024-07-24 15:22:03'),
(24315, 1798, 24552, 3321, 1, NULL, 50.99, 52.00, 1, 2, 'manual_sell', '2024-07-24 14:23:14', '2024-07-24 14:23:14', '2024-07-24 15:24:03'),
(24316, 1902, 23060, 245, 5, NULL, 65.00, 66.00, 2, 2, 'manual_sell', '2024-07-24 15:14:10', '2024-07-24 15:14:10', '2024-07-24 16:14:11'),
(24317, 1902, 23061, 914, 5, NULL, 9.00, 9.50, 3, 2, 'manual_sell', '2024-07-24 15:14:53', '2024-07-24 15:14:53', '2024-07-24 16:15:04'),
(24318, 1798, 24548, 5329, 5, NULL, 535.00, 540.35, 1, 1, 'manual_sell', '2024-07-24 15:28:05', '2024-07-24 15:28:05', '2024-07-24 16:29:02'),
(24319, 1798, 24549, 5604, 5, NULL, 186.00, 187.86, 1, 1, 'manual_sell', '2024-07-24 15:29:38', '2024-07-24 15:29:38', '2024-07-24 16:30:04'),
(24320, 1798, 24550, 5933, 5, NULL, 53.00, 53.53, 1, 1, 'manual_sell', '2024-07-24 15:30:40', '2024-07-24 15:30:40', '2024-07-24 16:31:03'),
(24321, 1798, 24551, 3222, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-07-24 15:31:54', '2024-07-24 15:31:54', '2024-07-24 16:32:03'),
(24322, 1798, 24552, 3321, 5, NULL, 50.99, 51.49, 1, 1, 'manual_sell', '2024-07-24 15:33:39', '2024-07-24 15:33:39', '2024-07-24 16:34:03'),
(24323, 1868, 21147, 5880, 9, NULL, 10.98, 11.09, 1, 2, 'manual_sell', '2024-07-24 16:00:16', '2024-07-24 16:00:16', '2024-07-24 17:01:10'),
(24324, 1868, 8487, 4125, 9, NULL, 261.79, 264.41, 1, 2, 'manual_sell', '2024-07-24 16:04:51', '2024-07-24 16:04:51', '2024-07-24 17:05:05'),
(24325, 1868, 8485, 2976, 3, NULL, 46.74, 47.21, 2, 2, 'manual_sell', '2024-07-24 16:06:20', '2024-07-24 16:06:20', '2024-07-24 17:07:03'),
(24326, 1868, 8484, 4940, 9, NULL, 20.90, 21.11, 1, 2, 'manual_sell', '2024-07-24 16:07:30', '2024-07-24 16:07:30', '2024-07-24 17:08:03'),
(24327, 1868, 8417, 1263, 3, NULL, 101.20, 102.21, 1, 1, 'manual_sell', '2024-07-24 16:08:36', '2024-07-24 16:08:36', '2024-07-24 17:09:02'),
(24328, 1868, 8416, 5683, 9, NULL, 29.02, 29.31, 1, 2, 'manual_sell', '2024-07-24 16:09:37', '2024-07-24 16:09:37', '2024-07-24 17:10:04'),
(24329, 1868, 8415, 5683, 9, NULL, 29.09, 29.38, 1, 2, 'manual_sell', '2024-07-24 16:10:58', '2024-07-24 16:10:58', '2024-07-24 17:11:04'),
(24330, 1868, 8414, 2516, 9, NULL, 558.07, 563.65, 1, 2, 'manual_sell', '2024-07-24 16:14:24', '2024-07-24 16:14:24', '2024-07-24 17:15:04'),
(24331, 1868, 8413, 5917, 1, NULL, 33.83, 34.17, 1, 2, 'manual_sell', '2024-07-24 16:15:39', '2024-07-24 16:15:39', '2024-07-24 17:16:02'),
(24332, 1873, 9365, 2732, 3, NULL, 21.90, 22.60, 4, 2, 'manual_sell', '2024-07-24 16:20:49', '2024-07-24 16:20:49', '2024-07-24 17:21:03'),
(24333, 1873, 9363, 2539, 3, NULL, 11.60, 11.90, 4, 2, 'manual_sell', '2024-07-24 16:31:52', '2024-07-24 16:31:52', '2024-07-24 17:32:02'),
(24334, 1902, 24553, 4441, 3, 26, 32.32, 32.61, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24335, 1902, 24554, 4136, 9, 26, 36.39, 36.72, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24336, 1902, 24555, 30, 9, 26, 15.90, 16.04, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24337, 1902, 24556, 1500, 6, 26, 11.10, 11.20, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24338, 1902, 24557, 5895, 1, 26, 5.05, 5.10, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24339, 1902, 24558, 5181, 1, 26, 18.69, 18.86, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24340, 1902, 24559, 5695, 9, 26, 58.75, 59.28, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24341, 1902, 24560, 2826, 6, 26, 30.29, 30.56, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24342, 1902, 24561, 4132, 1, 26, 8.23, 8.30, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:02'),
(24343, 1902, 24562, 5542, 3, 26, 32.95, 33.25, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24344, 1902, 24563, 2646, 9, 26, 126.16, 127.30, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24345, 1902, 24564, 5394, 9, 26, 107.05, 108.01, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24346, 1902, 24565, 3443, 9, 26, 10.46, 10.55, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24347, 1902, 24566, 5770, 3, 26, 30.61, 30.89, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24348, 1902, 24567, 3150, 3, 26, 3.15, 3.18, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24349, 1902, 24568, 1844, 1, 26, 0.30, 0.30, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24350, 1902, 24569, 1827, 3, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-24 16:33:04', '2024-07-24 16:33:04', '2024-07-24 17:34:03'),
(24351, 1902, 24570, 3327, 9, 27, 2.40, 2.45, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24352, 1902, 24571, 2804, 3, 27, 31.79, 32.43, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24353, 1902, 24572, 1639, 1, 27, 15.98, 16.30, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24354, 1902, 24573, 2446, 1, 27, 303.45, 309.52, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24355, 1902, 24574, 4675, 1, 27, 5.11, 5.21, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24356, 1902, 24575, 4343, 3, 27, 176.39, 179.92, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24357, 1902, 24576, 3939, 6, 27, 105.00, 107.10, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24358, 1902, 24577, 4629, 3, 27, 7828.00, 7984.56, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24359, 1902, 24578, 4091, 9, 27, 27.98, 28.54, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24360, 1902, 24579, 2968, 9, 27, 1416.78, 1445.12, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:02'),
(24361, 1902, 24580, 3893, 6, 27, 1133.00, 1155.66, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24362, 1902, 24581, 2527, 6, 27, 20.98, 21.40, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24363, 1902, 24582, 674, 9, 27, 8.40, 8.57, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24364, 1902, 24583, 5155, 1, 27, 45.89, 46.81, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24365, 1902, 24584, 1198, 1, 27, 2.36, 2.41, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24366, 1902, 24585, 5325, 6, 27, 51.50, 52.53, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24367, 1902, 24586, 4128, 9, 27, 11.43, 11.66, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24368, 1902, 24587, 1274, 6, 27, 3.24, 3.30, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24369, 1902, 24588, 1733, 6, 27, 9.88, 10.08, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24370, 1902, 24589, 1813, 3, 27, 3.15, 3.21, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24371, 1902, 24590, 994, 1, 27, 35.93, 36.65, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24372, 1902, 24591, 5635, 9, 27, 5.40, 5.51, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24373, 1902, 24592, 3419, 1, 27, 6.10, 6.22, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24374, 1902, 24593, 1855, 9, 27, 3.18, 3.24, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24375, 1902, 24594, 1767, 1, 27, 4.08, 4.16, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24376, 1902, 24595, 1662, 6, 27, 0.90, 0.92, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24377, 1902, 24596, 1818, 1, 27, 1.01, 1.03, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24378, 1902, 24597, 1353, 9, 27, 2.13, 2.17, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24379, 1902, 24598, 1827, 6, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-24 16:56:05', '2024-07-24 16:56:05', '2024-07-24 17:57:03'),
(24380, 1850, 24599, 3452, 5, NULL, 3.75, 3.78, 2, 1, 'manual_sell', '2024-07-24 18:07:13', '2024-07-24 18:07:13', '2024-07-24 19:08:02'),
(24381, 1850, 24600, 3577, 6, 24, 29.53, 29.97, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:03'),
(24382, 1850, 24601, 5974, 1, 24, 18.17, 18.44, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24383, 1850, 24602, 941, 9, 24, 5.05, 5.13, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24384, 1850, 24603, 2323, 6, 24, 346.76, 351.96, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24385, 1850, 24604, 3645, 9, 24, 9.36, 9.50, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24386, 1850, 24605, 1064, 6, 24, 171.80, 174.38, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24387, 1850, 24606, 998, 1, 24, 402.44, 408.48, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24388, 1850, 24607, 2804, 9, 24, 30.59, 31.05, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24389, 1850, 24608, 2543, 1, 24, 85.85, 87.14, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24390, 1850, 24609, 2254, 9, 24, 9.47, 9.61, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24391, 1850, 24610, 507, 3, 24, 38.01, 38.58, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24392, 1850, 24611, 5992, 9, 24, 80.80, 82.01, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24393, 1850, 24612, 5722, 3, 24, 29.57, 30.01, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24394, 1850, 24613, 3065, 9, 24, 4.16, 4.22, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24395, 1850, 24614, 3631, 6, 24, 12.93, 13.12, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:05'),
(24396, 1850, 24615, 1640, 6, 24, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:06'),
(24397, 1850, 24616, 1837, 3, 24, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-24 18:34:05', '2024-07-24 18:34:05', '2024-07-24 19:35:06'),
(24398, 1890, 24443, 3118, 1, NULL, 95.68, 93.76, 1, 1, 'manual_sell', '2024-07-25 02:22:54', '2024-07-25 02:22:54', '2024-07-25 03:23:07'),
(24399, 1877, 24628, 1203, 3, 23, 13.26, 13.46, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:04'),
(24400, 1877, 24629, 5623, 6, 23, 72.79, 73.88, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24401, 1877, 24630, 2629, 6, 23, 23.45, 23.80, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24402, 1877, 24631, 2254, 1, 23, 9.47, 9.61, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24403, 1877, 24632, 5435, 3, 23, 8.21, 8.33, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24404, 1877, 24633, 1862, 6, 23, 51.84, 52.62, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24405, 1877, 24634, 5804, 3, 23, 31.79, 32.27, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24406, 1877, 24635, 426, 1, 23, 15.75, 15.99, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24407, 1877, 24636, 5890, 1, 23, 2641.80, 2681.43, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24408, 1877, 24637, 141, 6, 23, 6.30, 6.39, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24409, 1877, 24638, 547, 1, 23, 2343.20, 2378.35, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24410, 1877, 24639, 1075, 9, 23, 232.96, 236.45, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24411, 1877, 24640, 3757, 3, 23, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24412, 1877, 24641, 1932, 1, 23, 8.13, 8.25, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24413, 1877, 24642, 6131, 3, 23, 40.40, 41.01, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:05'),
(24414, 1877, 24643, 270, 3, 23, 204.92, 207.99, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24415, 1877, 24644, 4589, 3, 23, 10.60, 10.76, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24416, 1877, 24645, 3371, 9, 23, 196.10, 199.04, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24417, 1877, 24646, 5095, 1, 23, 18.35, 18.63, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24418, 1877, 24647, 665, 9, 23, 99.64, 101.13, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24419, 1877, 24648, 5793, 3, 23, 303.08, 307.63, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24420, 1877, 24649, 6102, 6, 23, 32.41, 32.90, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24421, 1877, 24650, 2899, 9, 23, 13.38, 13.58, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24422, 1877, 24651, 2960, 3, 23, 1456.00, 1477.84, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24423, 1877, 24652, 2544, 9, 23, 545.57, 553.75, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24424, 1877, 24653, 5159, 6, 23, 13.38, 13.58, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24425, 1877, 24654, 2504, 1, 23, 31.10, 31.57, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24426, 1877, 24655, 5401, 9, 23, 11.32, 11.49, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24427, 1877, 24656, 5733, 3, 23, 5.07, 5.15, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24428, 1877, 24657, 5243, 1, 23, 26.00, 26.39, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24429, 1877, 24658, 3554, 3, 23, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24430, 1877, 24659, 1185, 3, 23, 70.69, 71.75, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:06'),
(24431, 1877, 24660, 4251, 6, 23, 23.91, 24.27, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24432, 1877, 24661, 436, 9, 23, 72.66, 73.75, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24433, 1877, 24662, 6107, 1, 23, 13.75, 13.96, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24434, 1877, 24663, 4988, 6, 23, 78.27, 79.44, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(24435, 1877, 24664, 1423, 3, 23, 38.87, 39.45, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24436, 1877, 24665, 4521, 1, 23, 13.12, 13.32, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24437, 1877, 24666, 3570, 6, 23, 1545.44, 1568.62, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24438, 1877, 24667, 3958, 3, 23, 416.00, 422.24, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24439, 1877, 24668, 106, 1, 23, 119.58, 121.37, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24440, 1877, 24669, 5596, 6, 23, 158.54, 160.92, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24441, 1877, 24670, 2981, 6, 23, 95.55, 96.98, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24442, 1877, 24671, 1224, 9, 23, 15.76, 16.00, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24443, 1877, 24672, 5988, 6, 23, 19.35, 19.64, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24444, 1877, 24673, 3883, 1, 23, 10.19, 10.34, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24445, 1877, 24674, 1198, 6, 23, 2.32, 2.35, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24446, 1877, 24675, 2387, 3, 23, 42.75, 43.39, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24447, 1877, 24676, 5712, 9, 23, 203.01, 206.06, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24448, 1877, 24677, 897, 6, 23, 487.59, 494.90, 1, 1, 'ai_sell', '2024-07-25 02:26:06', '2024-07-25 02:26:06', '2024-07-25 03:27:07'),
(24449, 1877, 24678, 1909, 3, 23, 11.54, 11.71, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:07'),
(24450, 1877, 24679, 1287, 3, 23, 39.71, 40.31, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24451, 1877, 24680, 5250, 1, 23, 9.25, 9.39, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24452, 1877, 24681, 1040, 3, 23, 50.50, 51.26, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24453, 1877, 24682, 6110, 1, 23, 2.20, 2.23, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24454, 1877, 24683, 571, 1, 23, 18.72, 19.00, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24455, 1877, 24684, 2880, 3, 23, 8.79, 8.92, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24456, 1877, 24685, 6086, 6, 23, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24457, 1877, 24686, 50, 3, 23, 14.56, 14.78, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24458, 1877, 24687, 4968, 1, 23, 16.24, 16.48, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24459, 1877, 24688, 2001, 9, 23, 15.02, 15.25, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24460, 1877, 24689, 4683, 9, 23, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24461, 1877, 24690, 6042, 3, 23, 3.76, 3.82, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24462, 1877, 24691, 4219, 6, 23, 1.27, 1.29, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24463, 1877, 24692, 1894, 3, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24464, 1877, 24693, 1827, 1, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-25 02:26:07', '2024-07-25 02:26:07', '2024-07-25 03:27:08'),
(24465, 1890, 24207, 2407, 3, NULL, 68.87, 70.93, 2, 2, 'manual_sell', '2024-07-25 02:30:18', '2024-07-25 02:30:18', '2024-07-25 03:31:03'),
(24466, 1890, 24208, 3230, 5, NULL, 28.30, 27.17, 4, 1, 'manual_sell', '2024-07-25 02:32:20', '2024-07-25 02:32:20', '2024-07-25 03:33:03'),
(24467, 1912, 24694, 5227, 3, 29, 16.15, 16.39, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:03'),
(24468, 1912, 24695, 721, 6, 29, 70.65, 71.71, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:03'),
(24469, 1912, 24696, 976, 3, 29, 130.29, 132.24, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:04'),
(24470, 1912, 24697, 5866, 1, 29, 151.04, 153.31, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:04'),
(24471, 1912, 24698, 4837, 6, 29, 105.99, 107.58, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:04'),
(24472, 1912, 24699, 3843, 3, 29, 73.50, 74.60, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:04'),
(24473, 1912, 24700, 1868, 1, 29, 41.97, 42.60, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:04'),
(24474, 1912, 24701, 2716, 1, 29, 27.46, 27.87, 1, 1, 'ai_sell', '2024-07-25 02:33:05', '2024-07-25 02:33:05', '2024-07-25 03:34:04'),
(24475, 1912, 24702, 1564, 3, 29, 8088.60, 8209.93, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24476, 1912, 24703, 981, 6, 29, 56.36, 57.21, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24477, 1912, 24704, 2276, 9, 29, 64.62, 65.59, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24478, 1912, 24705, 4975, 9, 29, 5.23, 5.31, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24479, 1912, 24706, 1748, 3, 29, 41.34, 41.96, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24480, 1912, 24707, 1727, 6, 29, 479.40, 486.59, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24481, 1912, 24708, 4025, 3, 29, 81.79, 83.02, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24482, 1912, 24709, 2715, 9, 29, 35.33, 35.86, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24483, 1912, 24710, 4797, 6, 29, 41.19, 41.81, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24484, 1912, 24711, 2318, 6, 29, 469.35, 476.39, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24485, 1912, 24712, 3138, 1, 29, 52.31, 53.09, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24486, 1912, 24713, 3779, 1, 29, 60.12, 61.02, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24487, 1912, 24714, 1133, 3, 29, 25.75, 26.14, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24488, 1912, 24715, 3367, 9, 29, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24489, 1912, 24716, 4989, 9, 29, 8.15, 8.27, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24490, 1912, 24717, 949, 6, 29, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24491, 1912, 24718, 1731, 6, 29, 2.04, 2.07, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24492, 1912, 24719, 1894, 3, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-25 02:33:06', '2024-07-25 02:33:06', '2024-07-25 03:34:04'),
(24493, 1890, 24209, 3230, 9, NULL, 32.76, 33.41, 1, 2, 'manual_sell', '2024-07-25 02:34:24', '2024-07-25 02:34:24', '2024-07-25 03:35:03'),
(24494, 1890, 24210, 183, 1, NULL, 420.00, 441.00, 3, 2, 'manual_sell', '2024-07-25 02:37:49', '2024-07-25 02:37:49', '2024-07-25 03:38:02'),
(24495, 1890, 24211, 1129, 3, NULL, 2.75, 2.88, 1, 2, 'manual_sell', '2024-07-25 02:41:40', '2024-07-25 02:41:40', '2024-07-25 03:42:02'),
(24496, 1902, 24617, 3284, 5, NULL, 3600.00, 3630.00, 2, 1, 'manual_sell', '2024-07-25 06:36:43', '2024-07-25 06:36:43', '2024-07-25 07:37:33'),
(24497, 1886, 24720, 1904, 5, NULL, 11.00, 11.11, 23, 1, 'manual_sell', '2024-07-25 09:29:28', '2024-07-25 09:29:28', '2024-07-25 10:30:03'),
(24498, 1881, 24721, 3625, 9, 21, 58.04, 58.91, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24499, 1881, 24722, 1992, 3, 21, 121.90, 123.73, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24500, 1881, 24723, 5356, 3, 21, 47.70, 48.42, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24501, 1881, 24724, 3598, 3, 21, 1010.00, 1025.15, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24502, 1881, 24725, 359, 3, 21, 135.20, 137.23, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24503, 1881, 24726, 2844, 6, 21, 1196.99, 1214.94, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24504, 1881, 24727, 6105, 9, 21, 10.39, 10.55, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24505, 1881, 24728, 4843, 3, 21, 155.99, 158.33, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24506, 1881, 24729, 3334, 3, 21, 36.03, 36.57, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24507, 1881, 24730, 2922, 9, 21, 31.82, 32.30, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24508, 1881, 24731, 2884, 3, 21, 4210.32, 4273.47, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24509, 1881, 24732, 4039, 3, 21, 19.47, 19.76, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24510, 1881, 24733, 4638, 9, 21, 80.43, 81.64, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24511, 1881, 24734, 6130, 9, 21, 4.92, 4.99, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24512, 1881, 24735, 1122, 6, 21, 457.98, 464.85, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24513, 1881, 24736, 3040, 1, 21, 1270.94, 1290.00, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24514, 1881, 24737, 2992, 1, 21, 130.38, 132.34, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24515, 1881, 24738, 1601, 6, 21, 452.55, 459.34, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24516, 1881, 24739, 2343, 9, 21, 51.44, 52.21, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24517, 1881, 24740, 2994, 9, 21, 8.65, 8.78, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24518, 1881, 24741, 5819, 9, 21, 5.79, 5.88, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24519, 1881, 24742, 4922, 1, 21, 15.60, 15.83, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24520, 1881, 24743, 697, 9, 21, 51.26, 52.03, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:03'),
(24521, 1881, 24744, 1729, 1, 21, 190.74, 193.60, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24522, 1881, 24745, 3392, 9, 21, 353.60, 358.90, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24523, 1881, 24746, 3564, 1, 21, 294.26, 298.67, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24524, 1881, 24747, 3266, 1, 21, 242.41, 246.05, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24525, 1881, 24748, 2374, 3, 21, 20.28, 20.58, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24526, 1881, 24749, 1518, 9, 21, 221.45, 224.77, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24527, 1881, 24750, 1703, 6, 21, 720.80, 731.61, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24528, 1881, 24751, 3323, 1, 21, 62.88, 63.82, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24529, 1881, 24752, 5920, 6, 21, 32.95, 33.44, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24530, 1881, 24753, 3667, 1, 21, 19.18, 19.47, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24531, 1881, 24754, 6035, 6, 21, 22.65, 22.99, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24532, 1881, 24755, 6065, 6, 21, 21.29, 21.61, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24533, 1881, 24756, 3972, 6, 21, 13.58, 13.78, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24534, 1881, 24757, 1036, 1, 21, 894.40, 907.82, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24535, 1881, 24758, 4782, 9, 21, 379.65, 385.34, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24536, 1881, 24759, 1747, 3, 21, 35.02, 35.55, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:04'),
(24537, 1881, 24760, 3418, 3, 21, 25.55, 25.93, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24538, 1881, 24761, 1169, 6, 21, 39.39, 39.98, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24539, 1881, 24762, 5516, 9, 21, 42.63, 43.27, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24540, 1881, 24763, 3456, 9, 21, 104.94, 106.51, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24541, 1881, 24764, 1135, 3, 21, 310.56, 315.22, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24542, 1881, 24765, 902, 9, 21, 201.39, 204.41, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24543, 1881, 24766, 4302, 6, 21, 10.64, 10.80, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24544, 1881, 24767, 2091, 1, 21, 4.38, 4.45, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24545, 1881, 24768, 5207, 9, 21, 40.07, 40.67, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24546, 1881, 24769, 4079, 3, 21, 37.36, 37.92, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24547, 1881, 24770, 1916, 3, 21, 3.60, 3.65, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24548, 1881, 24771, 327, 3, 21, 132.88, 134.87, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24549, 1881, 24772, 2399, 6, 21, 9.44, 9.58, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24550, 1881, 24773, 3850, 1, 21, 18.89, 19.17, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24551, 1881, 24774, 1037, 9, 21, 45.89, 46.58, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24552, 1881, 24775, 3842, 9, 21, 21.20, 21.52, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24553, 1881, 24776, 5306, 1, 21, 404.00, 410.06, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24554, 1881, 24777, 1384, 9, 21, 41.41, 42.03, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24555, 1881, 24778, 3066, 6, 21, 238.50, 242.08, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24556, 1881, 24779, 5392, 9, 21, 34.48, 35.00, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24557, 1881, 24780, 4631, 6, 21, 20.19, 20.49, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24558, 1881, 24781, 2839, 6, 21, 52.52, 53.31, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24559, 1881, 24782, 5981, 6, 21, 19.25, 19.54, 1, 1, 'ai_sell', '2024-07-25 11:20:18', '2024-07-25 11:20:18', '2024-07-25 12:21:05'),
(24560, 1869, 24783, 3504, 9, 25, 8.15, 8.27, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24561, 1869, 24784, 2798, 9, 25, 165.30, 167.78, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24562, 1869, 24785, 583, 3, 25, 10.20, 10.35, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24563, 1869, 24786, 274, 9, 25, 346.31, 351.50, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24564, 1869, 24787, 1218, 9, 25, 71.26, 72.33, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24565, 1869, 24788, 4355, 6, 25, 41.20, 41.82, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24566, 1869, 24789, 3688, 1, 25, 58.21, 59.08, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24567, 1869, 24790, 982, 6, 25, 137.28, 139.34, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24568, 1869, 24791, 1355, 3, 25, 17.17, 17.43, 1, 1, 'ai_sell', '2024-07-25 11:45:07', '2024-07-25 11:45:07', '2024-07-25 12:46:03'),
(24569, 1869, 24792, 5533, 1, 25, 18.89, 19.17, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24570, 1869, 24793, 2546, 9, 25, 185.39, 188.17, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24571, 1869, 24794, 1186, 3, 25, 19.86, 20.16, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24572, 1869, 24795, 3345, 3, 25, 15.45, 15.68, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24573, 1869, 24796, 869, 9, 25, 9.54, 9.68, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24574, 1869, 24797, 1850, 3, 25, 0.57, 0.58, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24575, 1869, 24798, 4213, 9, 25, 4.87, 4.94, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24576, 1869, 24799, 4305, 9, 25, 4.12, 4.18, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24577, 1869, 24800, 4683, 6, 25, 8.15, 8.27, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:03'),
(24578, 1869, 24801, 686, 6, 25, 4.20, 4.26, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:04'),
(24579, 1869, 24802, 1894, 1, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-25 11:45:08', '2024-07-25 11:45:08', '2024-07-25 12:46:04'),
(24580, 1876, 24803, 2186, 6, 28, 50.43, 50.88, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:18'),
(24581, 1876, 24804, 1491, 9, 28, 9.97, 10.06, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:18'),
(24582, 1876, 24805, 53, 3, 28, 29.58, 29.85, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:18'),
(24583, 1876, 24806, 2116, 3, 28, 31.48, 31.76, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:18'),
(24584, 1876, 24807, 6110, 1, 28, 2.20, 2.22, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:18'),
(24585, 1876, 24808, 3362, 1, 28, 9.36, 9.44, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:19'),
(24586, 1876, 24809, 1821, 9, 28, 1.06, 1.07, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:19'),
(24587, 1876, 24810, 1894, 6, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:19'),
(24588, 1876, 24811, 1811, 9, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-25 12:12:07', '2024-07-25 12:12:07', '2024-07-25 13:12:19'),
(24589, 1876, 24812, 734, 9, 28, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-25 12:12:08', '2024-07-25 12:12:08', '2024-07-25 13:12:19'),
(24590, 1876, 24813, 1827, 9, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-25 12:12:08', '2024-07-25 12:12:08', '2024-07-25 13:12:19'),
(24591, 1876, 24814, 1827, 6, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-25 12:12:08', '2024-07-25 12:12:08', '2024-07-25 13:12:19'),
(24592, 1872, 24815, 1832, 1, 22, 2.86, 2.89, 1, 1, 'ai_sell', '2024-07-25 12:52:03', '2024-07-25 12:52:03', '2024-07-25 13:52:03'),
(24593, 1872, 24816, 528, 3, 22, 15.30, 15.44, 1, 1, 'ai_sell', '2024-07-25 12:52:03', '2024-07-25 12:52:03', '2024-07-25 13:52:03'),
(24594, 1872, 24817, 620, 9, 22, 3.15, 3.18, 1, 1, 'ai_sell', '2024-07-25 12:52:03', '2024-07-25 12:52:03', '2024-07-25 13:52:03'),
(24595, 1872, 24818, 2264, 1, 22, 60.77, 61.32, 1, 1, 'ai_sell', '2024-07-25 12:52:03', '2024-07-25 12:52:03', '2024-07-25 13:52:03'),
(24596, 1872, 24819, 5522, 6, 22, 105.00, 105.95, 1, 1, 'ai_sell', '2024-07-25 12:52:03', '2024-07-25 12:52:03', '2024-07-25 13:52:03'),
(24597, 1872, 24820, 6134, 9, 22, 25.50, 25.73, 1, 1, 'ai_sell', '2024-07-25 12:52:03', '2024-07-25 12:52:03', '2024-07-25 13:52:03'),
(24598, 1872, 24821, 4556, 9, 22, 6.70, 6.76, 1, 1, 'ai_sell', '2024-07-25 12:52:03', '2024-07-25 12:52:03', '2024-07-25 13:52:03'),
(24599, 1872, 24822, 175, 6, 22, 63.59, 64.16, 1, 1, 'ai_sell', '2024-07-25 12:52:04', '2024-07-25 12:52:04', '2024-07-25 13:53:04'),
(24600, 1872, 24823, 2231, 3, 22, 53.52, 54.00, 1, 1, 'ai_sell', '2024-07-25 12:52:04', '2024-07-25 12:52:04', '2024-07-25 13:53:04'),
(24601, 1872, 24824, 2056, 9, 22, 301.99, 304.71, 1, 1, 'ai_sell', '2024-07-25 12:52:04', '2024-07-25 12:52:04', '2024-07-25 13:53:04'),
(24602, 1872, 24825, 3854, 1, 22, 630.00, 635.67, 1, 1, 'ai_sell', '2024-07-25 12:52:04', '2024-07-25 12:52:04', '2024-07-25 13:53:04'),
(24603, 1872, 24826, 4305, 1, 22, 4.04, 4.08, 1, 1, 'ai_sell', '2024-07-25 12:52:04', '2024-07-25 12:52:04', '2024-07-25 13:53:04'),
(24604, 1872, 24827, 4704, 3, 22, 1.33, 1.34, 1, 1, 'ai_sell', '2024-07-25 12:52:04', '2024-07-25 12:52:04', '2024-07-25 13:53:04'),
(24605, 1890, 24442, 3118, 1, NULL, 130.49, 126.57, 1, 1, 'manual_sell', '2024-07-25 13:28:27', '2024-07-25 13:28:27', '2024-07-25 14:29:03'),
(24606, 1890, 24207, 2407, 3, NULL, 68.87, 70.93, 2, 2, 'manual_sell', '2024-07-25 13:30:07', '2024-07-25 13:30:07', '2024-07-25 14:31:01'),
(24607, 1890, 24209, 3230, 5, NULL, 32.76, 32.10, 1, 1, 'manual_sell', '2024-07-25 13:33:22', '2024-07-25 13:33:22', '2024-07-25 14:34:03'),
(24608, 1890, 24210, 183, 9, NULL, 420.00, 428.10, 3, 2, 'manual_sell', '2024-07-25 13:36:19', '2024-07-25 13:36:19', '2024-07-25 14:37:02'),
(24609, 1890, 24211, 1129, 1, NULL, 2.75, 2.64, 1, 1, 'manual_sell', '2024-07-25 13:37:25', '2024-07-25 13:37:25', '2024-07-25 14:38:04'),
(24610, 1890, 24212, 3192, 3, NULL, 141.75, 136.08, 1, 1, 'manual_sell', '2024-07-25 13:38:53', '2024-07-25 13:38:53', '2024-07-25 14:39:03'),
(24611, 1890, 24213, 1096, 5, NULL, 8.34, 8.09, 4, 1, 'manual_sell', '2024-07-25 13:42:56', '2024-07-25 13:42:56', '2024-07-25 14:43:02'),
(24612, 1798, 24828, 4883, 5, NULL, 336.00, 339.36, 1, 1, 'manual_sell', '2024-07-25 16:50:01', '2024-07-25 16:50:01', '2024-07-25 17:50:06'),
(24613, 1798, 24829, 1997, 5, NULL, 239.00, 241.39, 1, 1, 'manual_sell', '2024-07-25 16:52:40', '2024-07-25 16:52:40', '2024-07-25 17:53:02'),
(24614, 1798, 24830, 90, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-07-25 17:02:16', '2024-07-25 17:02:16', '2024-07-25 18:03:17'),
(24615, 1798, 24831, 3920, 5, NULL, 52.00, 52.52, 1, 1, 'manual_sell', '2024-07-25 17:28:12', '2024-07-25 17:28:12', '2024-07-25 18:28:40'),
(24616, 1798, 24832, 3099, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-07-25 17:29:59', '2024-07-25 17:29:59', '2024-07-25 18:30:15'),
(24617, 1902, 24833, 96, 1, 26, 22.05, 22.25, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:02'),
(24618, 1902, 24834, 1649, 3, 26, 102.38, 103.30, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24619, 1902, 24835, 884, 1, 26, 10.29, 10.38, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24620, 1902, 24836, 2703, 9, 26, 24.69, 24.91, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24621, 1902, 24837, 3430, 3, 26, 44.09, 44.49, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24622, 1902, 24838, 6139, 1, 26, 16.83, 16.98, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24623, 1902, 24839, 5569, 9, 26, 67.17, 67.77, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24624, 1902, 24840, 2985, 1, 26, 83.74, 84.49, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24625, 1902, 24841, 5978, 9, 26, 20.09, 20.27, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24626, 1902, 24842, 5255, 1, 26, 23.56, 23.77, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24627, 1902, 24843, 1963, 3, 26, 11.85, 11.96, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24628, 1902, 24844, 775, 9, 26, 7.34, 7.41, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24629, 1902, 24845, 1138, 3, 26, 57.75, 58.27, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24630, 1902, 24846, 5607, 3, 26, 10.19, 10.28, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24631, 1902, 24847, 1503, 6, 26, 24.72, 24.94, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24632, 1902, 24848, 4675, 9, 26, 5.16, 5.21, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24633, 1902, 24849, 803, 6, 26, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24634, 1902, 24850, 1827, 9, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-25 17:45:16', '2024-07-25 17:45:16', '2024-07-25 18:46:04'),
(24635, 1902, 24851, 2604, 3, 27, 15.29, 15.60, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24636, 1902, 24852, 5900, 3, 27, 102.89, 104.95, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24637, 1902, 24853, 1576, 1, 27, 2.73, 2.78, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24638, 1902, 24854, 184, 3, 27, 17.30, 17.65, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24639, 1902, 24855, 1872, 9, 27, 19.15, 19.53, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24640, 1902, 24856, 304, 6, 27, 125.29, 127.80, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24641, 1902, 24857, 4698, 9, 27, 21.76, 22.20, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24642, 1902, 24858, 4478, 3, 27, 24.48, 24.97, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24643, 1902, 24859, 4858, 6, 27, 126.87, 129.41, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24644, 1902, 24860, 5232, 6, 27, 9.35, 9.54, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24645, 1902, 24861, 732, 3, 27, 61.82, 63.06, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24646, 1902, 24862, 2486, 6, 27, 20.19, 20.59, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24647, 1902, 24863, 3236, 3, 27, 46.50, 47.43, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24648, 1902, 24864, 452, 1, 27, 546.00, 556.92, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24649, 1902, 24865, 5592, 3, 27, 195.69, 199.60, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24650, 1902, 24866, 4139, 3, 27, 62.97, 64.23, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24651, 1902, 24867, 987, 1, 27, 85.06, 86.76, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24652, 1902, 24868, 4496, 3, 27, 355.98, 363.10, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24653, 1902, 24869, 2049, 1, 27, 9.31, 9.50, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24654, 1902, 24870, 1116, 6, 27, 93.45, 95.32, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24655, 1902, 24871, 3986, 6, 27, 30.59, 31.20, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24656, 1902, 24872, 2055, 3, 27, 246.98, 251.92, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24657, 1902, 24873, 4954, 1, 27, 210.93, 215.15, 1, 1, 'ai_sell', '2024-07-25 18:08:05', '2024-07-25 18:08:05', '2024-07-25 19:09:18'),
(24658, 1902, 24874, 3111, 6, 27, 265.00, 270.30, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24659, 1902, 24875, 5004, 6, 27, 19.19, 19.57, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24660, 1902, 24876, 5296, 9, 27, 10.59, 10.80, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24661, 1902, 24877, 5559, 9, 27, 22.25, 22.70, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24662, 1902, 24878, 4986, 9, 27, 11.09, 11.31, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24663, 1902, 24879, 2500, 6, 27, 14.51, 14.80, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24664, 1902, 24880, 3351, 3, 27, 206.00, 210.12, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24665, 1902, 24881, 2615, 1, 27, 20.99, 21.41, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24666, 1902, 24882, 3355, 1, 27, 1266.70, 1292.03, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24667, 1902, 24883, 1827, 1, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24668, 1902, 24884, 5131, 9, 27, 333.72, 340.39, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24669, 1902, 24885, 5243, 9, 27, 26.25, 26.78, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24670, 1902, 24886, 2820, 6, 27, 142.04, 144.88, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24671, 1902, 24887, 2736, 6, 27, 20.99, 21.41, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24672, 1902, 24888, 3476, 6, 27, 81.41, 83.04, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24673, 1902, 24889, 2217, 9, 27, 20.14, 20.54, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24674, 1902, 24890, 4558, 1, 27, 404.00, 412.08, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24675, 1902, 24891, 5596, 3, 27, 152.50, 155.55, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24676, 1902, 24892, 816, 6, 27, 5.51, 5.62, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24677, 1902, 24893, 5977, 9, 27, 19.07, 19.45, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24678, 1902, 24894, 5803, 9, 27, 15.14, 15.44, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24679, 1902, 24895, 2875, 6, 27, 68.20, 69.56, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24680, 1902, 24896, 2539, 1, 27, 10.80, 11.02, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24681, 1902, 24897, 439, 3, 27, 68.58, 69.95, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24682, 1902, 24898, 247, 6, 27, 95.78, 97.70, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24683, 1902, 24899, 468, 6, 27, 143.51, 146.38, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24684, 1902, 24900, 4342, 9, 27, 202.04, 206.08, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24685, 1902, 24901, 2341, 9, 27, 38.27, 39.04, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24686, 1902, 24902, 1163, 3, 27, 18.53, 18.90, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24687, 1902, 24903, 5848, 6, 27, 22.00, 22.44, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24688, 1902, 24904, 4228, 1, 27, 5.09, 5.19, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24689, 1902, 24905, 2547, 3, 27, 202.00, 206.04, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24690, 1902, 24906, 2215, 1, 27, 41.20, 42.02, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24691, 1902, 24907, 4638, 9, 27, 78.92, 80.50, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24692, 1902, 24908, 5980, 3, 27, 20.36, 20.77, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24693, 1902, 24909, 2307, 1, 27, 48.44, 49.41, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24694, 1902, 24910, 5742, 9, 27, 13.36, 13.63, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24695, 1902, 24911, 1917, 3, 27, 76.55, 78.08, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24696, 1902, 24912, 151, 6, 27, 10.30, 10.51, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24697, 1902, 24913, 2842, 3, 27, 20.99, 21.41, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24698, 1902, 24914, 3687, 3, 27, 79.74, 81.33, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24699, 1902, 24915, 1247, 1, 27, 130.89, 133.51, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24700, 1902, 24916, 5141, 1, 27, 611.99, 624.23, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24701, 1902, 24917, 4971, 9, 27, 64.64, 65.93, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24702, 1902, 24918, 345, 3, 27, 106.85, 108.99, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24703, 1902, 24919, 4453, 3, 27, 34.32, 35.01, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24704, 1902, 24920, 1978, 1, 27, 12.59, 12.84, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24705, 1902, 24921, 3527, 1, 27, 3.07, 3.13, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24706, 1902, 24922, 2351, 6, 27, 51.50, 52.53, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24707, 1902, 24923, 4933, 3, 27, 5.52, 5.63, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24708, 1902, 24924, 2367, 6, 27, 3.09, 3.15, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24709, 1902, 24925, 5538, 9, 27, 230.44, 235.05, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24710, 1902, 24926, 1437, 6, 27, 225.75, 230.27, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24711, 1902, 24927, 5278, 1, 27, 52.60, 53.65, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24712, 1902, 24928, 2407, 1, 27, 75.40, 76.91, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24713, 1902, 24929, 1370, 3, 27, 104.94, 107.04, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:18'),
(24714, 1902, 24930, 1072, 6, 27, 23.55, 24.02, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24715, 1902, 24931, 5061, 6, 27, 165.82, 169.14, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24716, 1902, 24932, 2176, 6, 27, 424.00, 432.48, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24717, 1902, 24933, 4363, 6, 27, 236.90, 241.64, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24718, 1902, 24934, 3021, 1, 27, 322.19, 328.63, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24719, 1902, 24935, 5909, 9, 27, 60.60, 61.81, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24720, 1902, 24936, 4413, 9, 27, 63.62, 64.89, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24721, 1902, 24937, 3087, 6, 27, 45.75, 46.67, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24722, 1902, 24938, 711, 9, 27, 470.38, 479.79, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24723, 1902, 24939, 4960, 9, 27, 19.62, 20.01, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24724, 1902, 24940, 3638, 6, 27, 11.66, 11.89, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24725, 1902, 24941, 5175, 3, 27, 63.79, 65.07, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24726, 1902, 24942, 5417, 1, 27, 160.13, 163.33, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24727, 1902, 24943, 4420, 1, 27, 55.54, 56.65, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24728, 1902, 24944, 5372, 9, 27, 166.39, 169.72, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24729, 1902, 24945, 3592, 1, 27, 172.47, 175.92, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24730, 1902, 24946, 1274, 1, 27, 3.21, 3.27, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24731, 1902, 24947, 4918, 1, 27, 29.11, 29.69, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24732, 1902, 24948, 905, 3, 27, 18.07, 18.43, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24733, 1902, 24949, 2072, 1, 27, 19.57, 19.96, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24734, 1902, 24950, 1258, 6, 27, 306.00, 312.12, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24735, 1902, 24951, 2565, 1, 27, 86.22, 87.94, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24736, 1902, 24952, 2783, 6, 27, 11.33, 11.56, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24737, 1902, 24953, 3301, 6, 27, 18.18, 18.54, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24738, 1902, 24954, 6019, 6, 27, 6.28, 6.41, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24739, 1902, 24955, 3430, 9, 27, 44.09, 44.97, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24740, 1902, 24956, 2357, 9, 27, 10.19, 10.39, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24741, 1902, 24957, 3309, 1, 27, 3.22, 3.28, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24742, 1902, 24958, 765, 9, 27, 1.38, 1.41, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24743, 1902, 24959, 1662, 1, 27, 0.93, 0.95, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24744, 1902, 24960, 756, 6, 27, 0.46, 0.47, 1, 1, 'ai_sell', '2024-07-25 18:08:06', '2024-07-25 18:08:06', '2024-07-25 19:09:19'),
(24745, 1902, 24961, 1827, 6, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-25 18:09:04', '2024-07-25 18:09:04', '2024-07-25 19:09:19'),
(24746, 1850, 24962, 314, 6, 24, 10.30, 10.45, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:03'),
(24747, 1850, 24963, 1147, 3, 24, 104.00, 105.56, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24748, 1850, 24964, 1320, 9, 24, 72.32, 73.40, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24749, 1850, 24965, 4034, 9, 24, 12.86, 13.05, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24750, 1850, 24966, 4214, 3, 24, 21.08, 21.40, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24751, 1850, 24967, 4460, 1, 24, 41.18, 41.80, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24752, 1850, 24968, 6160, 9, 24, 9.35, 9.49, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24753, 1850, 24969, 78, 9, 24, 73.50, 74.60, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24754, 1850, 24970, 401, 6, 24, 261.12, 265.04, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24755, 1850, 24971, 5553, 3, 24, 111.09, 112.76, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24756, 1850, 24972, 5401, 1, 24, 11.32, 11.49, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24757, 1850, 24973, 3386, 3, 24, 19.57, 19.86, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24758, 1850, 24974, 2602, 9, 24, 10.80, 10.96, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24759, 1850, 24975, 263, 1, 24, 6.41, 6.51, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24760, 1850, 24976, 3945, 6, 24, 48.75, 49.48, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24761, 1850, 24977, 1233, 6, 24, 21.13, 21.45, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24762, 1850, 24978, 151, 3, 24, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24763, 1850, 24979, 3387, 6, 24, 22.44, 22.78, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24764, 1850, 24980, 4480, 3, 24, 8.07, 8.19, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24765, 1850, 24981, 3222, 6, 24, 4.08, 4.14, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24766, 1850, 24982, 3467, 9, 24, 13.25, 13.45, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24767, 1850, 24983, 6154, 3, 24, 30.59, 31.05, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24768, 1850, 24984, 2823, 9, 24, 25.74, 26.13, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24769, 1850, 24985, 4640, 1, 24, 7.35, 7.46, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24770, 1850, 24986, 1533, 1, 24, 23.23, 23.58, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24771, 1850, 24987, 5801, 6, 24, 26.49, 26.89, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24772, 1850, 24988, 632, 6, 24, 18.36, 18.64, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24773, 1850, 24989, 5605, 3, 24, 241.50, 245.12, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24774, 1850, 24990, 6027, 3, 24, 4.33, 4.39, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24775, 1850, 24991, 2193, 1, 24, 20.93, 21.24, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24776, 1850, 24992, 4092, 6, 24, 2.81, 2.85, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24777, 1850, 24993, 4219, 9, 24, 1.29, 1.31, 1, 1, 'ai_sell', '2024-07-25 19:46:12', '2024-07-25 19:46:12', '2024-07-25 20:47:05'),
(24778, 1867, 3354, 3424, 9, NULL, 525.60, 530.86, 1, 2, 'manual_sell', '2024-07-25 23:11:09', '2024-07-25 23:11:09', '2024-07-26 00:21:40'),
(24779, 1867, 3360, 1999, 3, NULL, 66.00, 66.66, 1, 1, 'manual_sell', '2024-07-25 23:12:23', '2024-07-25 23:12:23', '2024-07-26 00:21:40'),
(24780, 1867, 3363, 881, 5, NULL, 765.00, 772.65, 2, 1, 'manual_sell', '2024-07-25 23:13:09', '2024-07-25 23:13:09', '2024-07-26 00:21:40'),
(24781, 1867, 3368, 2707, 1, NULL, 25.29, 25.54, 1, 1, 'manual_sell', '2024-07-25 23:14:37', '2024-07-25 23:14:37', '2024-07-26 00:21:40'),
(24782, 1867, 3370, 4536, 9, NULL, 70.18, 70.88, 1, 2, 'manual_sell', '2024-07-25 23:15:28', '2024-07-25 23:15:28', '2024-07-26 00:21:40'),
(24783, 1867, 3371, 4190, 9, NULL, 1077.98, 1088.76, 1, 2, 'manual_sell', '2024-07-25 23:17:21', '2024-07-25 23:17:21', '2024-07-26 00:21:40'),
(24784, 1867, 3372, 410, 3, NULL, 91.27, 92.18, 1, 1, 'manual_sell', '2024-07-25 23:19:09', '2024-07-25 23:19:09', '2024-07-26 00:21:40'),
(24785, 1867, 3375, 1411, 9, NULL, 7.54, 7.62, 1, 2, 'manual_sell', '2024-07-25 23:20:21', '2024-07-25 23:20:21', '2024-07-26 00:21:41'),
(24786, 1867, 3376, 5540, 5, NULL, 147.49, 148.96, 1, 1, 'manual_sell', '2024-07-25 23:21:27', '2024-07-25 23:21:27', '2024-07-26 00:21:41'),
(24787, 1867, 5310, 453, 1, NULL, 158.69, 160.28, 2, 2, 'manual_sell', '2024-07-25 23:23:12', '2024-07-25 23:23:12', '2024-07-26 00:24:03'),
(24788, 1867, 5311, 2120, 5, NULL, 127.60, 128.88, 1, 2, 'manual_sell', '2024-07-25 23:25:11', '2024-07-25 23:25:11', '2024-07-26 00:26:03'),
(24789, 1867, 5312, 3755, 3, NULL, 14.24, 14.38, 2, 1, 'manual_sell', '2024-07-25 23:26:53', '2024-07-25 23:26:53', '2024-07-26 00:27:03'),
(24790, 1867, 5313, 1311, 3, NULL, 42.36, 42.78, 1, 1, 'manual_sell', '2024-07-25 23:27:59', '2024-07-25 23:27:59', '2024-07-26 00:28:02'),
(24791, 1867, 5314, 3330, 1, NULL, 19.94, 20.13, 1, 1, 'manual_sell', '2024-07-25 23:28:53', '2024-07-25 23:28:53', '2024-07-26 00:29:04'),
(24792, 1867, 5315, 3330, 9, NULL, 19.94, 20.13, 1, 2, 'manual_sell', '2024-07-25 23:29:23', '2024-07-25 23:29:23', '2024-07-26 00:30:04'),
(24793, 1867, 5316, 4408, 5, NULL, 33.00, 33.33, 1, 1, 'manual_sell', '2024-07-25 23:29:57', '2024-07-25 23:29:57', '2024-07-26 00:30:04'),
(24794, 1867, 5317, 4936, 5, NULL, 20.89, 21.10, 1, 2, 'manual_sell', '2024-07-25 23:30:56', '2024-07-25 23:30:56', '2024-07-26 00:31:04'),
(24795, 1867, 5318, 1788, 1, NULL, 99.00, 99.99, 3, 1, 'manual_sell', '2024-07-25 23:32:14', '2024-07-25 23:32:14', '2024-07-26 00:33:02'),
(24796, 1867, 5319, 1397, 3, NULL, 567.15, 572.82, 1, 1, 'manual_sell', '2024-07-25 23:33:35', '2024-07-25 23:33:35', '2024-07-26 00:34:02'),
(24797, 1867, 5320, 4220, 9, NULL, 4.69, 4.74, 1, 2, 'manual_sell', '2024-07-25 23:34:29', '2024-07-25 23:34:29', '2024-07-26 00:35:04'),
(24798, 1867, 5321, 4395, 3, NULL, 220.85, 223.07, 1, 2, 'manual_sell', '2024-07-25 23:35:53', '2024-07-25 23:35:53', '2024-07-26 00:36:03'),
(24799, 1867, 5322, 536, 5, NULL, 14.18, 14.32, 1, 1, 'manual_sell', '2024-07-25 23:37:01', '2024-07-25 23:37:01', '2024-07-26 00:37:04'),
(24800, 1867, 5323, 4977, 5, NULL, 4.74, 4.79, 1, 2, 'manual_sell', '2024-07-25 23:38:09', '2024-07-25 23:38:09', '2024-07-26 00:39:03'),
(24801, 1867, 5324, 2043, 1, NULL, 59.21, 59.80, 1, 1, 'manual_sell', '2024-07-25 23:40:09', '2024-07-25 23:40:09', '2024-07-26 00:41:02'),
(24802, 1867, 5325, 3485, 1, NULL, 6.22, 6.28, 1, 1, 'manual_sell', '2024-07-25 23:41:17', '2024-07-25 23:41:17', '2024-07-26 00:42:03'),
(24803, 1867, 5326, 429, 5, NULL, 367.30, 370.97, 1, 1, 'manual_sell', '2024-07-25 23:42:27', '2024-07-25 23:42:27', '2024-07-26 00:43:04'),
(24804, 1867, 5327, 4050, 3, NULL, 8.54, 8.63, 1, 2, 'manual_sell', '2024-07-25 23:43:49', '2024-07-25 23:43:49', '2024-07-26 00:44:03'),
(24805, 1867, 5328, 5969, 5, NULL, 16.49, 16.65, 1, 1, 'manual_sell', '2024-07-25 23:45:23', '2024-07-25 23:45:23', '2024-07-26 00:46:04'),
(24806, 1867, 22398, 5383, 5, NULL, 51.75, 52.27, 1, 2, 'manual_sell', '2024-07-25 23:46:34', '2024-07-25 23:46:34', '2024-07-26 00:47:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(24807, 1867, 22399, 3812, 9, NULL, 34.74, 35.43, 3, 2, 'manual_sell', '2024-07-25 23:48:19', '2024-07-25 23:48:19', '2024-07-26 00:49:05'),
(24808, 1867, 22400, 3181, 9, NULL, 79.29, 80.08, 1, 2, 'manual_sell', '2024-07-25 23:49:18', '2024-07-25 23:49:18', '2024-07-26 00:50:04'),
(24809, 1867, 22401, 1016, 1, NULL, 155.19, 156.74, 3, 1, 'manual_sell', '2024-07-25 23:50:09', '2024-07-25 23:50:09', '2024-07-26 00:51:03'),
(24810, 1867, 22402, 3504, 5, NULL, 9.99, 10.08, 2, 1, 'manual_sell', '2024-07-25 23:51:26', '2024-07-25 23:51:26', '2024-07-26 00:52:03'),
(24811, 1877, 24994, 2369, 3, 23, 30.39, 30.85, 1, 1, 'ai_sell', '2024-07-26 03:38:06', '2024-07-26 03:38:06', '2024-07-26 04:39:03'),
(24812, 1877, 24995, 1375, 6, 23, 25.50, 25.88, 1, 1, 'ai_sell', '2024-07-26 03:38:06', '2024-07-26 03:38:06', '2024-07-26 04:39:03'),
(24813, 1877, 24996, 625, 1, 23, 558.96, 567.34, 1, 1, 'ai_sell', '2024-07-26 03:38:06', '2024-07-26 03:38:06', '2024-07-26 04:39:03'),
(24814, 1877, 24997, 4247, 3, 23, 15.47, 15.70, 1, 1, 'ai_sell', '2024-07-26 03:38:06', '2024-07-26 03:38:06', '2024-07-26 04:39:03'),
(24815, 1877, 24998, 2543, 6, 23, 89.25, 90.59, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24816, 1877, 24999, 4889, 1, 23, 63.40, 64.35, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24817, 1877, 25000, 1281, 6, 23, 63.00, 63.95, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24818, 1877, 25001, 1010, 1, 23, 1664.97, 1689.94, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24819, 1877, 25002, 3620, 1, 23, 2.62, 2.66, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24820, 1877, 25003, 2031, 6, 23, 532.27, 540.25, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24821, 1877, 25004, 3195, 6, 23, 204.83, 207.90, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24822, 1877, 25005, 5575, 9, 23, 22.93, 23.27, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24823, 1877, 25006, 1730, 1, 23, 494.55, 501.97, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:03'),
(24824, 1877, 25007, 4506, 6, 23, 69.95, 71.00, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24825, 1877, 25008, 1607, 3, 23, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24826, 1877, 25009, 1046, 1, 23, 114.29, 116.00, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24827, 1877, 25010, 1992, 9, 23, 118.45, 120.23, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24828, 1877, 25011, 3049, 3, 23, 14.88, 15.10, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24829, 1877, 25012, 5386, 6, 23, 148.40, 150.63, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24830, 1877, 25013, 3890, 9, 23, 295.80, 300.24, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24831, 1877, 25014, 1650, 3, 23, 10.09, 10.24, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24832, 1877, 25015, 5846, 6, 23, 101.51, 103.03, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24833, 1877, 25016, 3209, 9, 23, 23.10, 23.45, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24834, 1877, 25017, 665, 6, 23, 99.64, 101.13, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:04'),
(24835, 1877, 25018, 5360, 1, 23, 213.05, 216.25, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24836, 1877, 25019, 3360, 1, 23, 52.00, 52.78, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24837, 1877, 25020, 693, 9, 23, 1234.97, 1253.49, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24838, 1877, 25021, 5126, 6, 23, 210.08, 213.23, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24839, 1877, 25022, 5673, 1, 23, 1378.00, 1398.67, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24840, 1877, 25023, 2538, 6, 23, 19.39, 19.68, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24841, 1877, 25024, 5173, 1, 23, 293.99, 298.40, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24842, 1877, 25025, 2838, 3, 23, 31.49, 31.96, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24843, 1877, 25026, 3537, 1, 23, 3273.28, 3322.38, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24844, 1877, 25027, 2039, 1, 23, 31.49, 31.96, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24845, 1877, 25028, 1315, 9, 23, 40.80, 41.41, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24846, 1877, 25029, 885, 9, 23, 167.99, 170.51, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24847, 1877, 25030, 1099, 3, 23, 188.68, 191.51, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24848, 1877, 25031, 2054, 6, 23, 113.36, 115.06, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24849, 1877, 25032, 947, 6, 23, 32.38, 32.87, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24850, 1877, 25033, 413, 3, 23, 31.60, 32.07, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24851, 1877, 25034, 5917, 6, 23, 32.60, 33.09, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24852, 1877, 25035, 987, 6, 23, 88.39, 89.72, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:05'),
(24853, 1877, 25036, 2201, 9, 23, 20.96, 21.27, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24854, 1877, 25037, 2889, 3, 23, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24855, 1877, 25038, 5033, 9, 23, 6.29, 6.38, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24856, 1877, 25039, 5614, 9, 23, 35.44, 35.97, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24857, 1877, 25040, 4302, 1, 23, 10.54, 10.70, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24858, 1877, 25041, 5704, 9, 23, 2.51, 2.55, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24859, 1877, 25042, 1850, 6, 23, 0.58, 0.59, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24860, 1877, 25043, 3225, 9, 23, 1.15, 1.17, 1, 1, 'ai_sell', '2024-07-26 03:38:07', '2024-07-26 03:38:07', '2024-07-26 04:39:06'),
(24861, 1877, 25044, 1827, 1, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-26 03:38:08', '2024-07-26 03:38:08', '2024-07-26 04:39:06'),
(24862, 1912, 25045, 2553, 6, 29, 1009.99, 1025.14, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24863, 1912, 25046, 5684, 1, 29, 318.08, 322.85, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24864, 1912, 25047, 4126, 3, 29, 87.96, 89.28, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24865, 1912, 25048, 4766, 1, 29, 29.67, 30.12, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24866, 1912, 25049, 312, 1, 29, 51.64, 52.41, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24867, 1912, 25050, 1452, 1, 29, 28.73, 29.16, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24868, 1912, 25051, 3901, 1, 29, 1040.30, 1055.90, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24869, 1912, 25052, 4100, 3, 29, 6.23, 6.32, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24870, 1912, 25053, 6106, 1, 29, 11.02, 11.19, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24871, 1912, 25054, 2263, 6, 29, 785.40, 797.18, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24872, 1912, 25055, 1468, 3, 29, 20.58, 20.89, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24873, 1912, 25056, 3759, 3, 29, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24874, 1912, 25057, 867, 3, 29, 9.62, 9.76, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24875, 1912, 25058, 5614, 1, 29, 37.20, 37.76, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24876, 1912, 25059, 6131, 9, 29, 42.40, 43.04, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24877, 1912, 25060, 5803, 3, 29, 15.74, 15.98, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24878, 1912, 25061, 4667, 1, 29, 13.28, 13.48, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24879, 1912, 25062, 4206, 3, 29, 20.20, 20.50, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24880, 1912, 25063, 2078, 6, 29, 3.99, 4.05, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24881, 1912, 25064, 6016, 6, 29, 12.39, 12.58, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24882, 1912, 25065, 5334, 1, 29, 247.15, 250.86, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24883, 1912, 25066, 1652, 1, 29, 13.89, 14.10, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24884, 1912, 25067, 2400, 3, 29, 36.05, 36.59, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24885, 1912, 25068, 2848, 9, 29, 232.29, 235.77, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24886, 1912, 25069, 5630, 3, 29, 148.39, 150.62, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:03'),
(24887, 1912, 25070, 1161, 1, 29, 23.69, 24.05, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24888, 1912, 25071, 1904, 3, 29, 10.40, 10.56, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24889, 1912, 25072, 747, 1, 29, 14.90, 15.12, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24890, 1912, 25073, 1223, 6, 29, 19.19, 19.48, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24891, 1912, 25074, 4482, 1, 29, 37.07, 37.63, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24892, 1912, 25075, 4786, 1, 29, 18.18, 18.45, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24893, 1912, 25076, 5910, 3, 29, 111.29, 112.96, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24894, 1912, 25077, 634, 1, 29, 1.04, 1.06, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24895, 1912, 25078, 3442, 3, 29, 386.58, 392.38, 1, 1, 'ai_sell', '2024-07-26 03:45:08', '2024-07-26 03:45:08', '2024-07-26 04:46:04'),
(24896, 1912, 25079, 4399, 1, 29, 26.39, 26.79, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24897, 1912, 25080, 2093, 9, 29, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24898, 1912, 25081, 5603, 1, 29, 22.00, 22.33, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24899, 1912, 25082, 5122, 6, 29, 212.00, 215.18, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24900, 1912, 25083, 5004, 1, 29, 19.76, 20.06, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24901, 1912, 25084, 4959, 6, 29, 275.60, 279.73, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24902, 1912, 25085, 1409, 3, 29, 11.54, 11.71, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24903, 1912, 25086, 1435, 6, 29, 19.43, 19.72, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24904, 1912, 25087, 1775, 6, 29, 256.20, 260.04, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24905, 1912, 25088, 209, 3, 29, 3113.30, 3160.00, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24906, 1912, 25089, 4701, 9, 29, 60.66, 61.57, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24907, 1912, 25090, 4552, 1, 29, 723.31, 734.16, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24908, 1912, 25091, 2259, 6, 29, 211.04, 214.21, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24909, 1912, 25092, 3561, 1, 29, 9.50, 9.64, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24910, 1912, 25093, 2911, 9, 29, 416.62, 422.87, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24911, 1912, 25094, 1188, 9, 29, 31.61, 32.08, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24912, 1912, 25095, 2051, 9, 29, 4.58, 4.65, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24913, 1912, 25096, 685, 1, 29, 8.40, 8.53, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24914, 1912, 25097, 1719, 9, 29, 1.10, 1.12, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24915, 1912, 25098, 5489, 1, 29, 2.02, 2.05, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24916, 1912, 25099, 3296, 6, 29, 1.19, 1.21, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24917, 1912, 25100, 1811, 9, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24918, 1912, 25101, 1827, 1, 29, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-26 03:45:09', '2024-07-26 03:45:09', '2024-07-26 04:46:04'),
(24919, 1886, 25102, 3126, 5, NULL, 16.00, 16.16, 16, 1, 'manual_sell', '2024-07-26 10:39:51', '2024-07-26 10:39:51', '2024-07-26 11:40:05'),
(24920, 1869, 25164, 3148, 1, 25, 21.82, 22.15, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24921, 1869, 25165, 1332, 6, 25, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24922, 1869, 25166, 2100, 9, 25, 6.20, 6.29, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24923, 1869, 25167, 4226, 3, 25, 59.31, 60.20, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24924, 1869, 25168, 1387, 3, 25, 30.40, 30.86, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24925, 1869, 25169, 4274, 1, 25, 63.00, 63.95, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24926, 1869, 25170, 1631, 6, 25, 5.55, 5.63, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24927, 1869, 25171, 4364, 3, 25, 11.55, 11.72, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24928, 1869, 25172, 3429, 9, 25, 29.67, 30.12, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24929, 1869, 25173, 5402, 1, 25, 21.57, 21.89, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24930, 1869, 25174, 969, 6, 25, 4.12, 4.18, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24931, 1869, 25175, 278, 6, 25, 331.79, 336.77, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24932, 1869, 25176, 4579, 3, 25, 74.19, 75.30, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24933, 1869, 25177, 89, 1, 25, 124.80, 126.67, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24934, 1869, 25178, 1362, 9, 25, 42.85, 43.49, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24935, 1869, 25179, 118, 9, 25, 222.20, 225.53, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24936, 1869, 25180, 2229, 9, 25, 27.49, 27.90, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24937, 1869, 25181, 1195, 9, 25, 13.63, 13.83, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24938, 1869, 25182, 5228, 3, 25, 7.34, 7.45, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24939, 1869, 25183, 5112, 6, 25, 13.65, 13.85, 1, 1, 'ai_sell', '2024-07-26 12:57:03', '2024-07-26 12:57:03', '2024-07-26 13:57:03'),
(24940, 1869, 25184, 1403, 6, 25, 8.17, 8.29, 1, 1, 'ai_sell', '2024-07-26 12:57:04', '2024-07-26 12:57:04', '2024-07-26 13:58:03'),
(24941, 1869, 25185, 6028, 1, 25, 2.24, 2.27, 1, 1, 'ai_sell', '2024-07-26 12:57:04', '2024-07-26 12:57:04', '2024-07-26 13:58:03'),
(24942, 1869, 25186, 734, 3, 25, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-26 12:57:04', '2024-07-26 12:57:04', '2024-07-26 13:58:03'),
(24943, 1869, 25187, 1827, 3, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-26 12:57:04', '2024-07-26 12:57:04', '2024-07-26 13:58:03'),
(24944, 1869, 25188, 803, 3, 25, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-26 12:57:04', '2024-07-26 12:57:04', '2024-07-26 13:58:03'),
(24945, 1876, 25189, 2783, 3, 28, 11.44, 11.54, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24946, 1876, 25190, 3845, 9, 28, 30.90, 31.18, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24947, 1876, 25191, 4100, 3, 28, 6.17, 6.23, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24948, 1876, 25192, 5214, 6, 28, 15.42, 15.56, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24949, 1876, 25193, 2572, 3, 28, 21.00, 21.19, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24950, 1876, 25194, 1183, 9, 28, 13.67, 13.79, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24951, 1876, 25195, 331, 3, 28, 9.05, 9.13, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24952, 1876, 25196, 5462, 6, 28, 27.29, 27.54, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24953, 1876, 25197, 1640, 9, 28, 1.02, 1.03, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24954, 1876, 25198, 803, 3, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-26 13:24:04', '2024-07-26 13:24:04', '2024-07-26 14:24:04'),
(24955, 1902, 23094, 4750, 5, NULL, 62.00, 62.10, 2, 1, 'manual_sell', '2024-07-26 15:28:00', '2024-07-26 15:28:00', '2024-07-26 16:28:03'),
(24956, 1902, 23062, 4733, 5, NULL, 60.00, 60.50, 2, 1, 'manual_sell', '2024-07-26 15:28:36', '2024-07-26 15:28:36', '2024-07-26 16:29:03'),
(24957, 1902, 23065, 4070, 5, NULL, 19.00, 19.15, 4, 1, 'manual_sell', '2024-07-26 15:29:12', '2024-07-26 15:29:12', '2024-07-26 16:30:05'),
(24958, 1902, 23064, 620, 5, NULL, 2.88, 3.00, 6, 2, 'manual_sell', '2024-07-26 15:29:49', '2024-07-26 15:29:49', '2024-07-26 16:30:05'),
(24959, 1902, 23060, 245, 5, NULL, 65.00, 66.00, 2, 2, 'manual_sell', '2024-07-26 15:30:15', '2024-07-26 15:30:15', '2024-07-26 16:31:03'),
(24960, 1902, 23063, 226, 5, NULL, 16.50, 17.30, 3, 2, 'manual_sell', '2024-07-26 15:30:44', '2024-07-26 15:30:44', '2024-07-26 16:31:03'),
(24961, 1902, 23066, 3247, 5, NULL, 39.88, 40.30, 5, 2, 'manual_sell', '2024-07-26 15:32:19', '2024-07-26 15:32:19', '2024-07-26 16:33:03'),
(24962, 1902, 23061, 914, 5, NULL, 9.00, 9.30, 3, 2, 'manual_sell', '2024-07-26 15:32:49', '2024-07-26 15:32:49', '2024-07-26 16:33:03'),
(24963, 1902, 25218, 5105, 1, 26, 23.26, 23.47, 1, 1, 'ai_sell', '2024-07-26 18:57:04', '2024-07-26 18:57:04', '2024-07-26 19:57:05'),
(24964, 1902, 25219, 3963, 9, 26, 113.29, 114.31, 1, 1, 'ai_sell', '2024-07-26 18:58:04', '2024-07-26 18:58:04', '2024-07-26 19:58:04'),
(24965, 1902, 25220, 4084, 1, 26, 63.00, 63.57, 1, 1, 'ai_sell', '2024-07-26 18:58:04', '2024-07-26 18:58:04', '2024-07-26 19:58:04'),
(24966, 1902, 25221, 4897, 9, 26, 10.80, 10.90, 1, 1, 'ai_sell', '2024-07-26 18:58:04', '2024-07-26 18:58:04', '2024-07-26 19:58:04'),
(24967, 1902, 25222, 1412, 6, 26, 7.95, 8.02, 1, 1, 'ai_sell', '2024-07-26 18:58:04', '2024-07-26 18:58:04', '2024-07-26 19:58:04'),
(24968, 1902, 25223, 1711, 3, 26, 95.40, 96.26, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:03'),
(24969, 1902, 25224, 1484, 3, 26, 9.91, 10.00, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:03'),
(24970, 1902, 25225, 1173, 1, 26, 25.99, 26.22, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24971, 1902, 25226, 3449, 1, 26, 12.71, 12.82, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24972, 1902, 25227, 1291, 3, 26, 10.65, 10.75, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24973, 1902, 25228, 4006, 9, 26, 121.41, 122.50, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24974, 1902, 25229, 3969, 9, 26, 14.07, 14.20, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24975, 1902, 25230, 2357, 6, 26, 10.38, 10.47, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24976, 1902, 25231, 1353, 9, 26, 2.15, 2.17, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24977, 1902, 25232, 972, 1, 26, 14.78, 14.91, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24978, 1902, 25233, 803, 6, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24979, 1902, 25234, 143, 3, 26, 1.05, 1.06, 1, 1, 'ai_sell', '2024-07-26 18:58:05', '2024-07-26 18:58:05', '2024-07-26 19:59:04'),
(24980, 1902, 25235, 1064, 3, 27, 163.70, 166.97, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:03'),
(24981, 1902, 25236, 2824, 1, 27, 6583.18, 6714.84, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:03'),
(24982, 1902, 25237, 498, 3, 27, 206.97, 211.11, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24983, 1902, 25238, 1128, 6, 27, 380.54, 388.15, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24984, 1902, 25239, 474, 3, 27, 168.29, 171.66, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24985, 1902, 25240, 3358, 6, 27, 901.00, 919.02, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24986, 1902, 25241, 5231, 3, 27, 8.13, 8.29, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24987, 1902, 25242, 4994, 9, 27, 20.39, 20.80, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24988, 1902, 25243, 3487, 6, 27, 15.29, 15.60, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24989, 1902, 25244, 126, 6, 27, 1122.06, 1144.50, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24990, 1902, 25245, 757, 3, 27, 211.17, 215.39, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24991, 1902, 25246, 3620, 3, 27, 2.67, 2.72, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24992, 1902, 25247, 3585, 3, 27, 12.18, 12.42, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24993, 1902, 25248, 1110, 3, 27, 149.48, 152.47, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:04'),
(24994, 1902, 25249, 47, 9, 27, 9.45, 9.64, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:05'),
(24995, 1902, 25250, 1745, 6, 27, 99.96, 101.96, 1, 1, 'ai_sell', '2024-07-26 19:21:06', '2024-07-26 19:21:06', '2024-07-26 20:22:05'),
(24996, 1902, 25251, 2532, 3, 27, 21.40, 21.83, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(24997, 1902, 25252, 1006, 3, 27, 804.97, 821.07, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(24998, 1902, 25253, 1281, 1, 27, 63.00, 64.26, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(24999, 1902, 25254, 3385, 1, 27, 387.60, 395.35, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25000, 1902, 25255, 2829, 3, 27, 10.91, 11.13, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25001, 1902, 25256, 839, 6, 27, 19.91, 20.31, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25002, 1902, 25257, 4763, 1, 27, 71.39, 72.82, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25003, 1902, 25258, 5704, 1, 27, 2.64, 2.69, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25004, 1902, 25259, 3470, 3, 27, 107.10, 109.24, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25005, 1902, 25260, 3268, 3, 27, 2.06, 2.10, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25006, 1902, 25261, 2371, 6, 27, 81.87, 83.51, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25007, 1902, 25262, 4064, 3, 27, 12.50, 12.75, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25008, 1902, 25263, 4260, 3, 27, 38.75, 39.53, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25009, 1902, 25264, 4017, 1, 27, 3.13, 3.19, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:05'),
(25010, 1902, 25265, 748, 9, 27, 9.27, 9.46, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25011, 1902, 25266, 1872, 1, 27, 19.51, 19.90, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25012, 1902, 25267, 6085, 9, 27, 4.16, 4.24, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25013, 1902, 25268, 1662, 9, 27, 0.91, 0.93, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25014, 1902, 25269, 1894, 6, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25015, 1902, 25270, 949, 3, 27, 0.32, 0.33, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25016, 1902, 25271, 734, 1, 27, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25017, 1902, 25272, 1811, 6, 27, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-26 19:21:07', '2024-07-26 19:21:07', '2024-07-26 20:22:06'),
(25018, 1850, 25273, 2931, 5, NULL, 575.00, 583.62, 3, 2, 'manual_sell', '2024-07-26 19:40:45', '2024-07-26 19:40:45', '2024-07-26 20:41:04'),
(25019, 1850, 25274, 2456, 5, NULL, 12.00, 12.18, 22, 2, 'manual_sell', '2024-07-26 19:41:34', '2024-07-26 19:41:34', '2024-07-26 20:42:02'),
(25020, 1850, 25273, 2931, 5, NULL, 575.00, 580.75, 3, 1, 'manual_sell', '2024-07-26 20:42:42', '2024-07-26 20:42:42', '2024-07-26 21:43:03'),
(25021, 1798, 25215, 3849, 5, NULL, 601.00, 607.01, 1, 1, 'manual_sell', '2024-07-26 20:42:51', '2024-07-26 20:42:51', '2024-07-26 21:43:04'),
(25022, 1850, 25274, 2456, 5, NULL, 12.00, 12.12, 22, 1, 'manual_sell', '2024-07-26 20:43:25', '2024-07-26 20:43:25', '2024-07-26 21:44:04'),
(25023, 1798, 25216, 3107, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-07-26 20:44:03', '2024-07-26 20:44:03', '2024-07-26 21:44:04'),
(25024, 1798, 25217, 4102, 5, NULL, 24.00, 24.24, 2, 1, 'manual_sell', '2024-07-26 20:45:25', '2024-07-26 20:45:25', '2024-07-26 21:46:03'),
(25025, 1850, 25275, 317, 3, 24, 19.84, 20.14, 1, 1, 'ai_sell', '2024-07-26 20:58:04', '2024-07-26 20:58:04', '2024-07-26 21:59:04'),
(25026, 1850, 25276, 2952, 6, 24, 555.50, 563.83, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25027, 1850, 25277, 2909, 3, 24, 41.20, 41.82, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25028, 1850, 25278, 5548, 3, 24, 32.31, 32.79, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25029, 1850, 25279, 3467, 6, 24, 13.25, 13.45, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25030, 1850, 25280, 2845, 9, 24, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25031, 1850, 25281, 2041, 6, 24, 2.04, 2.07, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25032, 1850, 25282, 2091, 1, 24, 4.38, 4.45, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25033, 1850, 25283, 5023, 3, 24, 31.61, 32.08, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25034, 1850, 25284, 160, 1, 24, 236.24, 239.78, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25035, 1850, 25285, 3919, 9, 24, 74.54, 75.66, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25036, 1850, 25286, 1075, 3, 24, 237.44, 241.00, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25037, 1850, 25287, 3604, 6, 24, 12.59, 12.78, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25038, 1850, 25288, 383, 1, 24, 10.63, 10.79, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25039, 1850, 25289, 1459, 9, 24, 5.14, 5.22, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25040, 1850, 25290, 6010, 9, 24, 5.02, 5.10, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25041, 1850, 25291, 5899, 6, 24, 2.11, 2.14, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25042, 1850, 25292, 949, 9, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25043, 1850, 25293, 1827, 6, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-26 20:58:05', '2024-07-26 20:58:05', '2024-07-26 21:59:04'),
(25044, 1877, 25294, 428, 9, 23, 93.55, 94.95, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25045, 1877, 25295, 6005, 3, 23, 1017.96, 1033.23, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25046, 1877, 25296, 4437, 9, 23, 90.90, 92.26, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25047, 1877, 25297, 2135, 3, 23, 55.97, 56.81, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25048, 1877, 25298, 4189, 3, 23, 1019.19, 1034.48, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25049, 1877, 25299, 4446, 9, 23, 33.65, 34.15, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25050, 1877, 25300, 1958, 3, 23, 12.19, 12.37, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25051, 1877, 25301, 4392, 1, 23, 101.24, 102.76, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25052, 1877, 25302, 4160, 6, 23, 1172.36, 1189.95, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:03'),
(25053, 1877, 25303, 928, 6, 23, 175.76, 178.40, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25054, 1877, 25304, 5116, 9, 23, 10.08, 10.23, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25055, 1877, 25305, 4773, 9, 23, 52.47, 53.26, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25056, 1877, 25306, 3381, 3, 23, 51.00, 51.77, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25057, 1877, 25307, 5538, 6, 23, 237.29, 240.85, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25058, 1877, 25308, 4709, 3, 23, 51.54, 52.31, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25059, 1877, 25309, 2896, 3, 23, 102.00, 103.53, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25060, 1877, 25310, 599, 9, 23, 1212.00, 1230.18, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25061, 1877, 25311, 4456, 1, 23, 676.27, 686.41, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25062, 1877, 25312, 6038, 1, 23, 848.00, 860.72, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25063, 1877, 25313, 2103, 9, 23, 4.16, 4.22, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25064, 1877, 25314, 5342, 6, 23, 1049.99, 1065.74, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:04'),
(25065, 1877, 25315, 3182, 3, 23, 44.30, 44.96, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:05'),
(25066, 1877, 25316, 5937, 3, 23, 39.78, 40.38, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:05'),
(25067, 1877, 25317, 3830, 6, 23, 92.56, 93.95, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:05'),
(25068, 1877, 25318, 1443, 1, 23, 364.00, 369.46, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:05'),
(25069, 1877, 25319, 2712, 6, 23, 22.66, 23.00, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:05'),
(25070, 1877, 25320, 5210, 3, 23, 35.34, 35.87, 1, 1, 'ai_sell', '2024-07-27 04:51:06', '2024-07-27 04:51:06', '2024-07-27 05:52:05'),
(25071, 1877, 25321, 610, 1, 23, 1904.47, 1933.04, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25072, 1877, 25322, 2539, 3, 23, 10.59, 10.75, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25073, 1877, 25323, 2864, 6, 23, 15.74, 15.98, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25074, 1877, 25324, 1100, 9, 23, 115.83, 117.57, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25075, 1877, 25325, 3138, 6, 23, 50.80, 51.56, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25076, 1877, 25326, 1251, 6, 23, 19.82, 20.12, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25077, 1877, 25327, 591, 3, 23, 10.20, 10.35, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25078, 1877, 25328, 1496, 1, 23, 15.15, 15.38, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25079, 1877, 25329, 4467, 1, 23, 179.22, 181.91, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25080, 1877, 25330, 5815, 6, 23, 15.30, 15.53, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25081, 1877, 25331, 5373, 9, 23, 50.97, 51.73, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25082, 1877, 25332, 4527, 6, 23, 67.31, 68.32, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25083, 1877, 25333, 1397, 3, 23, 626.85, 636.25, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:05'),
(25084, 1877, 25334, 5854, 6, 23, 33.65, 34.15, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25085, 1877, 25335, 302, 6, 23, 272.77, 276.86, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25086, 1877, 25336, 2826, 1, 23, 30.29, 30.74, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25087, 1877, 25337, 1696, 9, 23, 132.50, 134.49, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25088, 1877, 25338, 3268, 6, 23, 2.08, 2.11, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25089, 1877, 25339, 1428, 3, 23, 10.18, 10.33, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25090, 1877, 25340, 5423, 1, 23, 15.18, 15.41, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25091, 1877, 25341, 1176, 1, 23, 24.36, 24.73, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25092, 1877, 25342, 3198, 6, 23, 53.36, 54.16, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25093, 1877, 25343, 1429, 6, 23, 136.50, 138.55, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25094, 1877, 25344, 2809, 3, 23, 35.41, 35.94, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25095, 1877, 25345, 4219, 6, 23, 1.30, 1.32, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25096, 1877, 25346, 1047, 1, 23, 5.24, 5.32, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25097, 1877, 25347, 1842, 1, 23, 1.04, 1.06, 1, 1, 'ai_sell', '2024-07-27 04:51:07', '2024-07-27 04:51:07', '2024-07-27 05:52:06'),
(25098, 1912, 25348, 4908, 6, 29, 136.87, 138.92, 1, 1, 'ai_sell', '2024-07-27 04:58:06', '2024-07-27 04:58:06', '2024-07-27 05:59:03'),
(25099, 1912, 25349, 3398, 6, 29, 40.56, 41.17, 1, 1, 'ai_sell', '2024-07-27 04:58:06', '2024-07-27 04:58:06', '2024-07-27 05:59:04'),
(25100, 1912, 25350, 5751, 1, 29, 4.27, 4.33, 1, 1, 'ai_sell', '2024-07-27 04:58:06', '2024-07-27 04:58:06', '2024-07-27 05:59:04'),
(25101, 1912, 25351, 4868, 1, 29, 411.99, 418.17, 1, 1, 'ai_sell', '2024-07-27 04:58:06', '2024-07-27 04:58:06', '2024-07-27 05:59:04'),
(25102, 1912, 25352, 3481, 1, 29, 16.35, 16.60, 1, 1, 'ai_sell', '2024-07-27 04:58:06', '2024-07-27 04:58:06', '2024-07-27 05:59:04'),
(25103, 1912, 25353, 4892, 1, 29, 832.00, 844.48, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25104, 1912, 25354, 3091, 9, 29, 44.87, 45.54, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25105, 1912, 25355, 5657, 3, 29, 509.08, 516.72, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25106, 1912, 25356, 3974, 1, 29, 755.77, 767.11, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25107, 1912, 25357, 5354, 1, 29, 10.19, 10.34, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25108, 1912, 25358, 3006, 6, 29, 388.31, 394.13, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25109, 1912, 25359, 5225, 6, 29, 629.99, 639.44, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25110, 1912, 25360, 4566, 3, 29, 66.29, 67.28, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25111, 1912, 25361, 5369, 3, 29, 62.39, 63.33, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25112, 1912, 25362, 5150, 3, 29, 256.01, 259.85, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25113, 1912, 25363, 344, 3, 29, 356.59, 361.94, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25114, 1912, 25364, 5210, 1, 29, 36.39, 36.94, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25115, 1912, 25365, 3696, 6, 29, 30.28, 30.73, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25116, 1912, 25366, 2980, 1, 29, 206.12, 209.21, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25117, 1912, 25367, 4319, 1, 29, 1853.99, 1881.80, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25118, 1912, 25368, 704, 3, 29, 48.45, 49.18, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25119, 1912, 25369, 1000, 1, 29, 3.54, 3.59, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25120, 1912, 25370, 1263, 9, 29, 96.60, 98.05, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:04'),
(25121, 1912, 25371, 4697, 6, 29, 2756.00, 2797.34, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25122, 1912, 25372, 6052, 9, 29, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25123, 1912, 25373, 6068, 3, 29, 28.07, 28.49, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25124, 1912, 25374, 5422, 3, 29, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25125, 1912, 25375, 5880, 3, 29, 10.59, 10.75, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25126, 1912, 25376, 2019, 1, 29, 227.46, 230.87, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25127, 1912, 25377, 3480, 9, 29, 20.19, 20.49, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25128, 1912, 25378, 804, 3, 29, 8.23, 8.35, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25129, 1912, 25379, 5356, 6, 29, 46.35, 47.05, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25130, 1912, 25380, 2180, 1, 29, 14.84, 15.06, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25131, 1912, 25381, 3067, 1, 29, 75.65, 76.78, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:05'),
(25132, 1912, 25382, 5746, 3, 29, 72.40, 73.49, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25133, 1912, 25383, 1533, 1, 29, 23.46, 23.81, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25134, 1912, 25384, 247, 3, 29, 96.71, 98.16, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25135, 1912, 25385, 1802, 1, 29, 130.81, 132.77, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25136, 1912, 25386, 2377, 3, 29, 37.83, 38.40, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25137, 1912, 25387, 4659, 6, 29, 10.17, 10.32, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25138, 1912, 25388, 1332, 9, 29, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25139, 1912, 25389, 3249, 1, 29, 11.21, 11.38, 1, 1, 'ai_sell', '2024-07-27 04:58:07', '2024-07-27 04:58:07', '2024-07-27 05:59:06'),
(25140, 1912, 25390, 6130, 9, 29, 4.92, 4.99, 1, 1, 'ai_sell', '2024-07-27 04:58:08', '2024-07-27 04:58:08', '2024-07-27 05:59:06'),
(25141, 1912, 25391, 1523, 3, 29, 1.62, 1.64, 1, 1, 'ai_sell', '2024-07-27 04:58:08', '2024-07-27 04:58:08', '2024-07-27 05:59:06'),
(25142, 1886, 25392, 3213, 5, NULL, 6.00, 6.06, 43, 1, 'manual_sell', '2024-07-27 12:03:33', '2024-07-27 12:03:33', '2024-07-27 13:04:04'),
(25143, 1869, 25393, 4230, 9, 25, 186.09, 188.88, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:04'),
(25144, 1869, 25394, 3171, 9, 25, 17.00, 17.26, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:04'),
(25145, 1869, 25395, 4088, 1, 25, 19.76, 20.06, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:04'),
(25146, 1869, 25396, 2539, 3, 25, 10.80, 10.96, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:04'),
(25147, 1869, 25397, 5243, 1, 25, 25.75, 26.14, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:04'),
(25148, 1869, 25398, 1277, 1, 25, 34.13, 34.64, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:04'),
(25149, 1869, 25399, 1855, 6, 25, 3.18, 3.23, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25150, 1869, 25400, 1607, 9, 25, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25151, 1869, 25401, 6143, 6, 25, 30.29, 30.74, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25152, 1869, 25402, 4427, 3, 25, 41.81, 42.44, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25153, 1869, 25403, 1403, 1, 25, 8.49, 8.62, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25154, 1869, 25404, 5617, 3, 25, 5.92, 6.01, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25155, 1869, 25405, 661, 3, 25, 6.12, 6.21, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25156, 1869, 25406, 2399, 1, 25, 9.35, 9.49, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25157, 1869, 25407, 4929, 9, 25, 132.60, 134.59, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25158, 1869, 25408, 2066, 3, 25, 21.62, 21.94, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25159, 1869, 25409, 5056, 6, 25, 41.59, 42.21, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25160, 1869, 25410, 4581, 3, 25, 40.79, 41.40, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25161, 1869, 25411, 3806, 1, 25, 15.59, 15.82, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25162, 1869, 25412, 5686, 6, 25, 92.70, 94.09, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25163, 1869, 25413, 5964, 3, 25, 45.41, 46.09, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25164, 1869, 25414, 6095, 6, 25, 30.98, 31.44, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25165, 1869, 25415, 1186, 1, 25, 19.67, 19.97, 1, 1, 'ai_sell', '2024-07-27 14:09:06', '2024-07-27 14:09:06', '2024-07-27 15:10:05'),
(25166, 1869, 25416, 3734, 1, 25, 143.87, 146.03, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:05'),
(25167, 1869, 25417, 789, 3, 25, 10.10, 10.25, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:05'),
(25168, 1869, 25418, 430, 3, 25, 40.80, 41.41, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:05'),
(25169, 1869, 25419, 3215, 3, 25, 9.53, 9.67, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:05'),
(25170, 1869, 25420, 5702, 3, 25, 45.88, 46.57, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:06'),
(25171, 1869, 25421, 3829, 6, 25, 11.63, 11.80, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:06'),
(25172, 1869, 25422, 1676, 3, 25, 5.77, 5.86, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:06'),
(25173, 1869, 25423, 200, 3, 25, 8.03, 8.15, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:06'),
(25174, 1869, 25424, 4960, 9, 25, 19.81, 20.11, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:06'),
(25175, 1869, 25425, 5945, 9, 25, 3.48, 3.53, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:06'),
(25176, 1869, 25426, 624, 3, 25, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-27 14:09:07', '2024-07-27 14:09:07', '2024-07-27 15:10:06'),
(25177, 1876, 25427, 4446, 6, 28, 33.32, 33.62, 1, 1, 'ai_sell', '2024-07-27 14:36:03', '2024-07-27 14:36:03', '2024-07-27 15:37:02'),
(25178, 1876, 25428, 4055, 3, 28, 73.12, 73.78, 1, 1, 'ai_sell', '2024-07-27 14:36:03', '2024-07-27 14:36:03', '2024-07-27 15:37:02'),
(25179, 1876, 25429, 4440, 3, 28, 27.81, 28.06, 1, 1, 'ai_sell', '2024-07-27 14:36:03', '2024-07-27 14:36:03', '2024-07-27 15:37:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(25180, 1876, 25430, 1445, 9, 28, 2.53, 2.55, 1, 1, 'ai_sell', '2024-07-27 14:36:03', '2024-07-27 14:36:03', '2024-07-27 15:37:02'),
(25181, 1876, 25431, 803, 1, 28, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-27 14:36:03', '2024-07-27 14:36:03', '2024-07-27 15:37:02'),
(25182, 1876, 25432, 949, 6, 28, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-27 14:36:03', '2024-07-27 14:36:03', '2024-07-27 15:37:03'),
(25183, 1876, 25433, 1827, 9, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-27 14:36:03', '2024-07-27 14:36:03', '2024-07-27 15:37:03'),
(25184, 1902, 25436, 895, 9, 26, 243.89, 246.09, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25185, 1902, 25437, 5996, 3, 26, 155.52, 156.92, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25186, 1902, 25438, 4931, 6, 26, 64.77, 65.35, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25187, 1902, 25439, 5765, 9, 26, 8.99, 9.07, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25188, 1902, 25440, 3748, 9, 26, 50.68, 51.14, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25189, 1902, 25441, 729, 9, 26, 11.96, 12.07, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25190, 1902, 25442, 1160, 6, 26, 4.51, 4.55, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25191, 1902, 25443, 624, 1, 26, 1.05, 1.06, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25192, 1902, 25444, 1811, 1, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25193, 1902, 25445, 949, 1, 26, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-27 20:10:06', '2024-07-27 20:10:06', '2024-07-27 21:11:03'),
(25194, 1902, 25446, 2418, 6, 27, 141.40, 144.23, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:05'),
(25195, 1902, 25447, 459, 3, 27, 765.00, 780.30, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:05'),
(25196, 1902, 25448, 3925, 9, 27, 154.01, 157.09, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:05'),
(25197, 1902, 25449, 2677, 9, 27, 288.86, 294.64, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:05'),
(25198, 1902, 25450, 5076, 9, 27, 24.71, 25.20, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:05'),
(25199, 1902, 25451, 642, 9, 27, 1.04, 1.06, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:06'),
(25200, 1902, 25452, 3420, 1, 27, 74.15, 75.63, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:06'),
(25201, 1902, 25453, 522, 3, 27, 51.27, 52.30, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:06'),
(25202, 1902, 25454, 1947, 1, 27, 304.67, 310.76, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:06'),
(25203, 1902, 25455, 1103, 3, 27, 42.00, 42.84, 1, 1, 'ai_sell', '2024-07-27 20:34:05', '2024-07-27 20:34:05', '2024-07-27 21:35:06'),
(25204, 1902, 25456, 4775, 1, 27, 53.70, 54.77, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25205, 1902, 25457, 2362, 3, 27, 19.72, 20.11, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25206, 1902, 25458, 1107, 9, 27, 875.49, 893.00, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25207, 1902, 25459, 1530, 1, 27, 13.64, 13.91, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25208, 1902, 25460, 4596, 1, 27, 28.04, 28.60, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25209, 1902, 25461, 3378, 9, 27, 360.50, 367.71, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25210, 1902, 25462, 2328, 6, 27, 756.00, 771.12, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25211, 1902, 25463, 3387, 9, 27, 21.81, 22.25, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25212, 1902, 25464, 4006, 3, 27, 123.82, 126.30, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25213, 1902, 25465, 5387, 9, 27, 48.62, 49.59, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25214, 1902, 25466, 3279, 3, 27, 5.09, 5.19, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25215, 1902, 25467, 3059, 1, 27, 42.15, 42.99, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25216, 1902, 25468, 6091, 9, 27, 8.31, 8.48, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25217, 1902, 25469, 5623, 3, 27, 72.09, 73.53, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25218, 1902, 25470, 4433, 6, 27, 720.99, 735.41, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:06'),
(25219, 1902, 25471, 4208, 6, 27, 404.00, 412.08, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25220, 1902, 25472, 446, 9, 27, 156.40, 159.53, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25221, 1902, 25473, 992, 9, 27, 472.50, 481.95, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25222, 1902, 25474, 3429, 9, 27, 29.67, 30.26, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25223, 1902, 25475, 3451, 3, 27, 5.86, 5.98, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25224, 1902, 25476, 6047, 9, 27, 14.55, 14.84, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25225, 1902, 25477, 4831, 6, 27, 163.73, 167.00, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25226, 1902, 25478, 3973, 3, 27, 130.80, 133.42, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25227, 1902, 25479, 5897, 1, 27, 7.29, 7.44, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25228, 1902, 25480, 5735, 1, 27, 19.94, 20.34, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25229, 1902, 25481, 2719, 1, 27, 28.06, 28.62, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25230, 1902, 25482, 3480, 6, 27, 20.99, 21.41, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25231, 1902, 25483, 2620, 6, 27, 34.31, 35.00, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:07'),
(25232, 1902, 25484, 2717, 9, 27, 116.76, 119.10, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25233, 1902, 25485, 108, 6, 27, 2060.00, 2101.20, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25234, 1902, 25486, 3600, 6, 27, 95.88, 97.80, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25235, 1902, 25487, 563, 9, 27, 4.04, 4.12, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25236, 1902, 25488, 4701, 1, 27, 59.50, 60.69, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25237, 1902, 25489, 4971, 1, 27, 65.92, 67.24, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25238, 1902, 25490, 165, 9, 27, 204.34, 208.43, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25239, 1902, 25491, 2193, 1, 27, 20.13, 20.53, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25240, 1902, 25492, 5229, 9, 27, 4.27, 4.36, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25241, 1902, 25493, 549, 9, 27, 10.50, 10.71, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25242, 1902, 25494, 2017, 3, 27, 187.43, 191.18, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25243, 1902, 25495, 4521, 3, 27, 13.51, 13.78, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25244, 1902, 25496, 82, 9, 27, 1039.86, 1060.66, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25245, 1902, 25497, 3108, 1, 27, 251.49, 256.52, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25246, 1902, 25498, 5373, 6, 27, 51.97, 53.01, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25247, 1902, 25499, 4566, 1, 27, 65.64, 66.95, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25248, 1902, 25500, 2321, 3, 27, 151.48, 154.51, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25249, 1902, 25501, 5246, 3, 27, 59.16, 60.34, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25250, 1902, 25502, 3724, 3, 27, 101.96, 104.00, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25251, 1902, 25503, 4191, 6, 27, 5.87, 5.99, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25252, 1902, 25504, 3983, 1, 27, 81.00, 82.62, 1, 1, 'ai_sell', '2024-07-27 20:34:06', '2024-07-27 20:34:06', '2024-07-27 21:35:08'),
(25253, 1902, 25505, 5906, 3, 27, 137.79, 140.55, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25254, 1902, 25506, 1546, 1, 27, 49.96, 50.96, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25255, 1902, 25507, 1280, 9, 27, 21.50, 21.93, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25256, 1902, 25508, 2002, 9, 27, 112.20, 114.44, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25257, 1902, 25509, 2284, 9, 27, 103.17, 105.23, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25258, 1902, 25510, 3025, 1, 27, 62.40, 63.65, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25259, 1902, 25511, 6063, 1, 27, 12.72, 12.97, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25260, 1902, 25512, 2640, 9, 27, 34.97, 35.67, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25261, 1902, 25513, 3851, 9, 27, 194.25, 198.14, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25262, 1902, 25514, 2416, 6, 27, 25.17, 25.67, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25263, 1902, 25515, 704, 1, 27, 47.98, 48.94, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25264, 1902, 25516, 3146, 3, 27, 7.13, 7.27, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25265, 1902, 25517, 1047, 3, 27, 5.29, 5.40, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25266, 1902, 25518, 1844, 9, 27, 0.32, 0.33, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25267, 1902, 25519, 1827, 6, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-27 20:34:07', '2024-07-27 20:34:07', '2024-07-27 21:35:09'),
(25268, 1798, 25520, 2057, 5, NULL, 599.00, 604.99, 1, 1, 'manual_sell', '2024-07-27 22:07:58', '2024-07-27 22:07:58', '2024-07-27 23:08:03'),
(25269, 1798, 25521, 1794, 5, NULL, 151.00, 152.51, 1, 1, 'manual_sell', '2024-07-27 22:09:35', '2024-07-27 22:09:35', '2024-07-27 23:10:05'),
(25270, 1850, 25525, 4929, 3, 24, 131.30, 133.27, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:03'),
(25271, 1850, 25526, 1581, 3, 24, 20.88, 21.19, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:04'),
(25272, 1850, 25527, 5694, 6, 24, 285.60, 289.88, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:05'),
(25273, 1850, 25528, 4560, 3, 24, 24.33, 24.69, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:05'),
(25274, 1850, 25529, 172, 1, 24, 20.89, 21.20, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:05'),
(25275, 1850, 25530, 2077, 1, 24, 5.05, 5.13, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:05'),
(25276, 1850, 25531, 5267, 3, 24, 61.89, 62.82, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:05'),
(25277, 1850, 25532, 1792, 3, 24, 66.93, 67.93, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:05'),
(25278, 1850, 25533, 3390, 1, 24, 20.98, 21.29, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:06'),
(25279, 1850, 25534, 6039, 1, 24, 8.65, 8.78, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:06'),
(25280, 1850, 25535, 3344, 3, 24, 30.59, 31.05, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:06'),
(25281, 1850, 25536, 3217, 3, 24, 94.28, 95.69, 1, 1, 'ai_sell', '2024-07-27 22:11:03', '2024-07-27 22:11:03', '2024-07-27 23:12:06'),
(25282, 1850, 25537, 5178, 9, 24, 101.84, 103.37, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:07'),
(25283, 1850, 25538, 4081, 3, 24, 52.49, 53.28, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:07'),
(25284, 1850, 25539, 177, 9, 24, 272.94, 277.03, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:07'),
(25285, 1850, 25540, 5536, 1, 24, 25.79, 26.18, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:07'),
(25286, 1850, 25541, 1338, 1, 24, 17.50, 17.76, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:08'),
(25287, 1850, 25542, 4475, 1, 24, 66.94, 67.94, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:08'),
(25288, 1850, 25543, 5980, 3, 24, 21.16, 21.48, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:08'),
(25289, 1850, 25544, 3593, 6, 24, 4.62, 4.69, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:08'),
(25290, 1850, 25545, 1811, 3, 24, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-27 22:11:04', '2024-07-27 22:11:04', '2024-07-27 23:12:08'),
(25291, 1798, 25522, 1034, 5, NULL, 99.00, 99.99, 1, 1, 'manual_sell', '2024-07-27 22:12:20', '2024-07-27 22:12:20', '2024-07-27 23:13:02'),
(25292, 1798, 25523, 1005, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-07-27 22:13:08', '2024-07-27 22:13:08', '2024-07-27 23:14:03'),
(25293, 1850, 25547, 5526, 5, NULL, 5.20, 5.25, 1, 1, 'manual_sell', '2024-07-28 00:41:37', '2024-07-28 00:41:37', '2024-07-28 01:42:02'),
(25294, 1850, 25546, 402, 5, NULL, 9.00, 9.09, 22, 1, 'manual_sell', '2024-07-28 00:42:40', '2024-07-28 00:42:40', '2024-07-28 01:43:02'),
(25295, 1850, 25524, 2942, 5, NULL, 602.00, 608.02, 3, 1, 'manual_sell', '2024-07-28 00:43:40', '2024-07-28 00:43:40', '2024-07-28 01:44:03'),
(25296, 1877, 25548, 3893, 6, 23, 1111.00, 1127.67, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:04'),
(25297, 1877, 25549, 2871, 3, 23, 51.38, 52.15, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:06'),
(25298, 1877, 25550, 529, 3, 23, 38.15, 38.72, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:06'),
(25299, 1877, 25551, 673, 1, 23, 339.36, 344.45, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:06'),
(25300, 1877, 25552, 382, 6, 23, 84.42, 85.69, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:06'),
(25301, 1877, 25553, 2549, 6, 23, 341.65, 346.77, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:06'),
(25302, 1877, 25554, 3564, 1, 23, 294.26, 298.67, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25303, 1877, 25555, 5761, 3, 23, 2.02, 2.05, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25304, 1877, 25556, 1007, 1, 23, 81.36, 82.58, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25305, 1877, 25557, 5179, 1, 23, 80.79, 82.00, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25306, 1877, 25558, 2482, 1, 23, 15.89, 16.13, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25307, 1877, 25559, 5877, 3, 23, 27.98, 28.40, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25308, 1877, 25560, 1876, 1, 23, 31.41, 31.88, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25309, 1877, 25561, 2505, 6, 23, 51.99, 52.77, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25310, 1877, 25562, 2731, 1, 23, 168.92, 171.45, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25311, 1877, 25563, 1895, 9, 23, 56.53, 57.38, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25312, 1877, 25564, 4711, 9, 23, 31.80, 32.28, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25313, 1877, 25565, 634, 6, 23, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25314, 1877, 25566, 5906, 1, 23, 132.59, 134.58, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25315, 1877, 25567, 415, 1, 23, 132.29, 134.27, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25316, 1877, 25568, 2279, 9, 23, 365.76, 371.25, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:07'),
(25317, 1877, 25569, 1132, 9, 23, 25.40, 25.78, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25318, 1877, 25570, 1635, 9, 23, 4.88, 4.95, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25319, 1877, 25571, 2891, 9, 23, 30.30, 30.75, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25320, 1877, 25572, 1748, 6, 23, 39.78, 40.38, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25321, 1877, 25573, 1988, 1, 23, 6.35, 6.45, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25322, 1877, 25574, 5534, 3, 23, 133.03, 135.03, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25323, 1877, 25575, 4174, 1, 23, 560.74, 569.15, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25324, 1877, 25576, 3632, 6, 23, 8.24, 8.36, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25325, 1877, 25577, 5546, 6, 23, 439.19, 445.78, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25326, 1877, 25578, 2262, 1, 23, 26.25, 26.64, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25327, 1877, 25579, 5703, 1, 23, 207.02, 210.13, 1, 1, 'ai_sell', '2024-07-28 06:04:06', '2024-07-28 06:04:06', '2024-07-28 07:05:08'),
(25328, 1877, 25580, 4234, 6, 23, 42.24, 42.87, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25329, 1877, 25581, 1767, 9, 23, 4.20, 4.26, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25330, 1877, 25582, 2416, 6, 23, 26.16, 26.55, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25331, 1877, 25583, 1386, 1, 23, 8.93, 9.06, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25332, 1877, 25584, 2692, 3, 23, 562.64, 571.08, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25333, 1877, 25585, 1927, 6, 23, 39.64, 40.23, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25334, 1877, 25586, 1467, 9, 23, 13.22, 13.42, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25335, 1877, 25587, 5490, 9, 23, 1055.44, 1071.27, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25336, 1877, 25588, 1875, 1, 23, 53.52, 54.32, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:08'),
(25337, 1877, 25589, 4602, 3, 23, 30.69, 31.15, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25338, 1877, 25590, 1067, 3, 23, 187.81, 190.63, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25339, 1877, 25591, 3721, 3, 23, 35.48, 36.01, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25340, 1877, 25592, 4082, 3, 23, 26.49, 26.89, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25341, 1877, 25593, 5374, 6, 23, 70.06, 71.11, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25342, 1877, 25594, 4504, 1, 23, 617.99, 627.26, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25343, 1877, 25595, 1675, 6, 23, 30.00, 30.45, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25344, 1877, 25596, 5858, 3, 23, 1038.96, 1054.54, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25345, 1877, 25597, 6002, 3, 23, 294.00, 298.41, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25346, 1877, 25598, 5198, 9, 23, 54.05, 54.86, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25347, 1877, 25599, 518, 6, 23, 3060.16, 3106.06, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25348, 1877, 25600, 2063, 3, 23, 4.98, 5.05, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25349, 1877, 25601, 5564, 1, 23, 6.23, 6.32, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25350, 1877, 25602, 1874, 9, 23, 8.22, 8.34, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25351, 1877, 25603, 3968, 1, 23, 26.15, 26.54, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25352, 1877, 25604, 4875, 6, 23, 9.41, 9.55, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25353, 1877, 25605, 4971, 9, 23, 65.28, 66.26, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25354, 1877, 25606, 5996, 1, 23, 152.50, 154.79, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25355, 1877, 25607, 3798, 6, 23, 19.88, 20.18, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25356, 1877, 25608, 3229, 6, 23, 144.89, 147.06, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25357, 1877, 25609, 1201, 6, 23, 21.83, 22.16, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25358, 1877, 25610, 104, 1, 23, 33.69, 34.20, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25359, 1877, 25611, 2456, 6, 23, 12.01, 12.19, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25360, 1877, 25612, 1691, 6, 23, 5.60, 5.68, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25361, 1877, 25613, 5824, 9, 23, 1.47, 1.49, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25362, 1877, 25614, 1189, 6, 23, 2.56, 2.60, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25363, 1877, 25615, 4219, 3, 23, 1.31, 1.33, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25364, 1877, 25616, 1844, 1, 23, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25365, 1877, 25617, 1827, 6, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-28 06:04:07', '2024-07-28 06:04:07', '2024-07-28 07:05:09'),
(25366, 1912, 25618, 1736, 1, 29, 34.82, 35.34, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:02'),
(25367, 1912, 25619, 1062, 3, 29, 7.58, 7.69, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:02'),
(25368, 1912, 25620, 30, 6, 29, 15.15, 15.38, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25369, 1912, 25621, 5376, 3, 29, 18.68, 18.96, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25370, 1912, 25622, 138, 3, 29, 126.28, 128.17, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25371, 1912, 25623, 4968, 9, 29, 16.72, 16.97, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25372, 1912, 25624, 3825, 9, 29, 23.91, 24.27, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25373, 1912, 25625, 2941, 3, 29, 1048.34, 1064.07, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25374, 1912, 25626, 1140, 1, 29, 50.49, 51.25, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25375, 1912, 25627, 2660, 9, 29, 29.84, 30.29, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25376, 1912, 25628, 3504, 1, 29, 8.07, 8.19, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25377, 1912, 25629, 5765, 9, 29, 9.35, 9.49, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25378, 1912, 25630, 999, 9, 29, 14.70, 14.92, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25379, 1912, 25631, 1148, 6, 29, 1627.10, 1651.51, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:03'),
(25380, 1912, 25632, 5043, 9, 29, 74.19, 75.30, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25381, 1912, 25633, 4021, 3, 29, 41.19, 41.81, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25382, 1912, 25634, 141, 3, 29, 6.18, 6.27, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25383, 1912, 25635, 562, 1, 29, 3564.90, 3618.37, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25384, 1912, 25636, 5134, 1, 29, 81.69, 82.92, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25385, 1912, 25637, 6128, 1, 29, 19.72, 20.02, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25386, 1912, 25638, 3023, 1, 29, 242.74, 246.38, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25387, 1912, 25639, 858, 1, 29, 14.67, 14.89, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25388, 1912, 25640, 1788, 9, 29, 92.70, 94.09, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25389, 1912, 25641, 2154, 9, 29, 19.96, 20.26, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25390, 1912, 25642, 4354, 3, 29, 14.84, 15.06, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25391, 1912, 25643, 5511, 6, 29, 252.49, 256.28, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25392, 1912, 25644, 1979, 9, 29, 370.79, 376.35, 1, 1, 'ai_sell', '2024-07-28 06:11:04', '2024-07-28 06:11:04', '2024-07-28 07:12:04'),
(25393, 1912, 25645, 3762, 1, 29, 49.61, 50.35, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25394, 1912, 25646, 4296, 1, 29, 131.03, 133.00, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25395, 1912, 25647, 40, 3, 29, 48.88, 49.61, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25396, 1912, 25648, 585, 3, 29, 474.70, 481.82, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25397, 1912, 25649, 1357, 3, 29, 49.69, 50.44, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25398, 1912, 25650, 5342, 1, 29, 1039.99, 1055.59, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25399, 1912, 25651, 2334, 1, 29, 98.92, 100.40, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25400, 1912, 25652, 3414, 3, 29, 65.65, 66.63, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25401, 1912, 25653, 274, 1, 29, 346.31, 351.50, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:04'),
(25402, 1912, 25654, 525, 6, 29, 366.38, 371.88, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:05'),
(25403, 1912, 25655, 3455, 1, 29, 5.35, 5.43, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:05'),
(25404, 1912, 25656, 1415, 1, 29, 101.00, 102.52, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:05'),
(25405, 1912, 25657, 5102, 9, 29, 5.04, 5.12, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:05'),
(25406, 1912, 25658, 6031, 9, 29, 3.96, 4.02, 1, 1, 'ai_sell', '2024-07-28 06:11:05', '2024-07-28 06:11:05', '2024-07-28 07:12:05'),
(25407, 1881, 21119, 3057, 1, NULL, 14.00, 0.14, 1, 1, 'manual_sell', '2024-07-28 10:16:25', '2024-07-28 10:16:25', '2024-07-28 11:17:02'),
(25408, 1881, 21120, 109, 3, NULL, 27.50, 1.50, 1, 1, 'manual_sell', '2024-07-28 10:17:09', '2024-07-28 10:17:09', '2024-07-28 11:18:02'),
(25409, 1881, 21121, 3121, 1, NULL, 89.10, 1.80, 1, 1, 'manual_sell', '2024-07-28 10:18:06', '2024-07-28 10:18:06', '2024-07-28 11:19:03'),
(25410, 1881, 21122, 297, 3, NULL, 46.50, 1.30, 1, 1, 'manual_sell', '2024-07-28 10:18:45', '2024-07-28 10:18:45', '2024-07-28 11:19:03'),
(25411, 1881, 21131, 1277, 3, NULL, 37.20, 1.44, 1, 1, 'manual_sell', '2024-07-28 10:19:26', '2024-07-28 10:19:26', '2024-07-28 11:20:05'),
(25412, 1881, 21123, 5483, 5, NULL, 12.90, 0.26, 1, 1, 'manual_sell', '2024-07-28 10:20:50', '2024-07-28 10:20:50', '2024-07-28 11:21:03'),
(25413, 1881, 21124, 4128, 1, NULL, 12.90, 0.13, 1, 1, 'manual_sell', '2024-07-28 10:21:43', '2024-07-28 10:21:43', '2024-07-28 11:22:02'),
(25414, 1881, 21130, 5119, 5, NULL, 67.00, 1.34, 1, 1, 'manual_sell', '2024-07-28 10:22:35', '2024-07-28 10:22:35', '2024-07-28 11:23:02'),
(25415, 1881, 21125, 2477, 9, NULL, 27.50, 1.50, 1, 1, 'manual_sell', '2024-07-28 10:23:42', '2024-07-28 10:23:42', '2024-07-28 11:24:03'),
(25416, 1881, 21126, 611, 5, NULL, 11.00, 22.00, 1, 2, 'manual_sell', '2024-07-28 10:24:52', '2024-07-28 10:24:52', '2024-07-28 11:25:04'),
(25417, 1881, 21129, 5453, 3, NULL, 278.30, 3.83, 1, 1, 'manual_sell', '2024-07-28 10:26:08', '2024-07-28 10:26:08', '2024-07-28 11:27:03'),
(25418, 1881, 21127, 6166, 5, NULL, 65.90, 1.31, 1, 1, 'manual_sell', '2024-07-28 10:27:22', '2024-07-28 10:27:22', '2024-07-28 11:28:02'),
(25419, 1881, 21128, 3156, 5, NULL, 31.90, 138.00, 1, 2, 'manual_sell', '2024-07-28 10:28:03', '2024-07-28 10:28:03', '2024-07-28 11:29:03'),
(25420, 1886, 25659, 2050, 5, NULL, 20.00, 20.20, 13, 1, 'manual_sell', '2024-07-28 13:10:25', '2024-07-28 13:10:25', '2024-07-28 14:11:05'),
(25421, 1869, 25660, 5868, 6, 25, 20.99, 21.30, 1, 1, 'ai_sell', '2024-07-28 15:22:03', '2024-07-28 15:22:03', '2024-07-28 16:22:03'),
(25422, 1869, 25661, 1142, 1, 25, 79.98, 81.18, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25423, 1869, 25662, 5844, 9, 25, 123.60, 125.45, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25424, 1869, 25663, 3676, 1, 25, 8.56, 8.69, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25425, 1869, 25664, 3238, 1, 25, 103.61, 105.16, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25426, 1869, 25665, 3000, 6, 25, 20.40, 20.71, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25427, 1869, 25666, 4596, 6, 25, 29.14, 29.58, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25428, 1869, 25667, 3862, 3, 25, 16.57, 16.82, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25429, 1869, 25668, 4104, 6, 25, 2.02, 2.05, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25430, 1869, 25669, 3290, 1, 25, 310.02, 314.67, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25431, 1869, 25670, 6154, 9, 25, 31.49, 31.96, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25432, 1869, 25671, 5847, 6, 25, 72.10, 73.18, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25433, 1869, 25672, 2518, 3, 25, 21.28, 21.60, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25434, 1869, 25673, 1097, 3, 25, 253.98, 257.79, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25435, 1869, 25674, 2634, 9, 25, 15.01, 15.24, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25436, 1869, 25675, 3754, 1, 25, 40.79, 41.40, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25437, 1869, 25676, 2658, 3, 25, 21.61, 21.93, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25438, 1869, 25677, 3832, 3, 25, 6.00, 6.09, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25439, 1869, 25678, 756, 3, 25, 0.45, 0.46, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25440, 1869, 25679, 1827, 1, 25, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-28 15:22:04', '2024-07-28 15:22:04', '2024-07-28 16:23:03'),
(25441, 1876, 25680, 312, 3, 28, 51.14, 51.60, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:02'),
(25442, 1876, 25681, 2364, 9, 28, 13.43, 13.55, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25443, 1876, 25682, 1000, 1, 28, 3.50, 3.53, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25444, 1876, 25683, 4349, 9, 28, 5.29, 5.34, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25445, 1876, 25684, 4021, 1, 28, 40.79, 41.16, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25446, 1876, 25685, 1280, 6, 28, 20.69, 20.88, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25447, 1876, 25686, 24, 9, 28, 1.05, 1.06, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25448, 1876, 25687, 1829, 3, 28, 0.79, 0.80, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25449, 1876, 25688, 1469, 1, 28, 1.30, 1.31, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25450, 1876, 25689, 1844, 6, 28, 0.30, 0.30, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25451, 1876, 25690, 1827, 3, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25452, 1876, 25691, 1811, 9, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-28 15:48:04', '2024-07-28 15:48:04', '2024-07-28 16:49:04'),
(25453, 1902, 25692, 2461, 9, 26, 7.13, 7.19, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25454, 1902, 25693, 3145, 3, 26, 174.74, 176.31, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25455, 1902, 25694, 6156, 9, 26, 12.60, 12.71, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25456, 1902, 25695, 5934, 3, 26, 10.07, 10.16, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25457, 1902, 25696, 2834, 1, 26, 15.58, 15.72, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25458, 1902, 25697, 1202, 1, 26, 49.45, 49.90, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25459, 1902, 25698, 5988, 9, 26, 19.35, 19.52, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25460, 1902, 25699, 4512, 9, 26, 54.06, 54.55, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25461, 1902, 25700, 5415, 3, 26, 52.01, 52.48, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25462, 1902, 25701, 4608, 6, 26, 94.50, 95.35, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25463, 1902, 25702, 1200, 6, 26, 9.36, 9.44, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25464, 1902, 25703, 2648, 3, 26, 13.38, 13.50, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25465, 1902, 25704, 2416, 3, 26, 26.16, 26.40, 1, 1, 'ai_sell', '2024-07-28 21:21:05', '2024-07-28 21:21:05', '2024-07-28 22:22:03'),
(25466, 1902, 25705, 4568, 6, 26, 7.07, 7.13, 1, 1, 'ai_sell', '2024-07-28 21:22:03', '2024-07-28 21:22:03', '2024-07-28 22:22:03'),
(25467, 1902, 25706, 24, 9, 26, 1.03, 1.04, 1, 1, 'ai_sell', '2024-07-28 21:22:03', '2024-07-28 21:22:03', '2024-07-28 22:22:03'),
(25468, 1902, 25707, 803, 9, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-28 21:22:03', '2024-07-28 21:22:03', '2024-07-28 22:22:04'),
(25469, 1902, 25708, 4047, 9, 27, 47.83, 48.79, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25470, 1902, 25709, 1977, 6, 27, 252.50, 257.55, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25471, 1902, 25710, 6048, 1, 27, 20.19, 20.59, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25472, 1902, 25711, 1527, 6, 27, 2.06, 2.10, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25473, 1902, 25712, 6129, 9, 27, 9.11, 9.29, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25474, 1902, 25713, 1669, 6, 27, 21.63, 22.06, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25475, 1902, 25714, 2332, 3, 27, 100.05, 102.05, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25476, 1902, 25715, 4155, 1, 27, 10.39, 10.60, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25477, 1902, 25716, 891, 6, 27, 13.18, 13.44, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25478, 1902, 25717, 532, 1, 27, 32.33, 32.98, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25479, 1902, 25718, 4701, 6, 27, 61.83, 63.07, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25480, 1902, 25719, 1696, 9, 27, 126.25, 128.78, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25481, 1902, 25720, 505, 3, 27, 5069.46, 5170.85, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25482, 1902, 25721, 3298, 3, 27, 25.49, 26.00, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25483, 1902, 25722, 4659, 9, 27, 10.27, 10.48, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25484, 1902, 25723, 415, 1, 27, 132.29, 134.94, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25485, 1902, 25724, 5971, 6, 27, 30.59, 31.20, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25486, 1902, 25725, 230, 3, 27, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:10'),
(25487, 1902, 25726, 4952, 1, 27, 3936.97, 4015.71, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25488, 1902, 25727, 5127, 3, 27, 47.25, 48.20, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25489, 1902, 25728, 2536, 1, 27, 131.29, 133.92, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25490, 1902, 25729, 5310, 9, 27, 64.04, 65.32, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25491, 1902, 25730, 4873, 9, 27, 986.40, 1006.13, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25492, 1902, 25731, 5669, 1, 27, 25.49, 26.00, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25493, 1902, 25732, 5955, 6, 27, 6.16, 6.28, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25494, 1902, 25733, 3771, 6, 27, 5.50, 5.61, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25495, 1902, 25734, 1818, 3, 27, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25496, 1902, 25735, 949, 9, 27, 0.32, 0.33, 1, 1, 'ai_sell', '2024-07-28 21:47:04', '2024-07-28 21:47:04', '2024-07-28 22:47:11'),
(25497, 1850, 25738, 5422, 6, 24, 30.60, 31.06, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:04'),
(25498, 1850, 25739, 1381, 6, 24, 863.20, 876.15, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:06'),
(25499, 1850, 25740, 132, 9, 24, 100.98, 102.49, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:06'),
(25500, 1850, 25741, 3593, 9, 24, 4.66, 4.73, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:06'),
(25501, 1850, 25742, 3983, 6, 24, 83.41, 84.66, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:06'),
(25502, 1850, 25743, 5473, 9, 24, 233.20, 236.70, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:06'),
(25503, 1850, 25744, 5477, 6, 24, 12.59, 12.78, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:06'),
(25504, 1850, 25745, 268, 6, 24, 6.57, 6.67, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:06'),
(25505, 1850, 25746, 1449, 9, 24, 16.13, 16.37, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:07'),
(25506, 1850, 25747, 4713, 3, 24, 3.35, 3.40, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:07'),
(25507, 1850, 25748, 1894, 6, 24, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-28 23:24:05', '2024-07-28 23:24:05', '2024-07-29 00:25:07'),
(25508, 1881, 21128, 3156, 1, NULL, 31.90, 1.38, 1, 1, 'manual_sell', '2024-07-28 23:41:06', '2024-07-28 23:41:06', '2024-07-29 00:42:05'),
(25509, 1881, 21126, 611, 5, NULL, 11.00, 1.10, 1, 1, 'manual_sell', '2024-07-28 23:42:28', '2024-07-28 23:42:28', '2024-07-29 00:43:05'),
(25510, 1798, 25736, 3960, 5, NULL, 71.00, 71.71, 1, 1, 'manual_sell', '2024-07-28 23:52:46', '2024-07-28 23:52:46', '2024-07-29 00:53:03'),
(25511, 1798, 25737, 4303, 5, NULL, 700.00, 707.00, 1, 1, 'manual_sell', '2024-07-28 23:54:24', '2024-07-28 23:54:24', '2024-07-29 00:55:04'),
(25512, 1798, 25749, 3322, 5, NULL, 100.00, 101.00, 1, 1, 'manual_sell', '2024-07-28 23:55:28', '2024-07-28 23:55:28', '2024-07-29 00:56:03'),
(25513, 1850, 25750, 2831, 5, NULL, 1014.00, 1029.21, 2, 2, 'manual_sell', '2024-07-29 01:55:46', '2024-07-29 01:55:46', '2024-07-29 02:56:04'),
(25514, 1850, 25750, 2831, 5, NULL, 1014.00, 1014.24, 2, 1, 'manual_sell', '2024-07-29 02:57:34', '2024-07-29 02:57:34', '2024-07-29 03:58:25'),
(25515, 1877, 25751, 5788, 1, 23, 11.41, 11.58, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25516, 1877, 25752, 2993, 6, 23, 806.99, 819.09, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25517, 1877, 25753, 798, 6, 23, 15.85, 16.09, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25518, 1877, 25754, 4353, 1, 23, 509.84, 517.49, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25519, 1877, 25755, 190, 1, 23, 255.00, 258.83, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25520, 1877, 25756, 4582, 6, 23, 15.30, 15.53, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25521, 1877, 25757, 3633, 6, 23, 26.78, 27.18, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25522, 1877, 25758, 6140, 6, 23, 20.60, 20.91, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25523, 1877, 25759, 356, 3, 23, 2142.80, 2174.94, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25524, 1877, 25760, 363, 3, 23, 41.70, 42.33, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25525, 1877, 25761, 3131, 3, 23, 21.83, 22.16, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:03'),
(25526, 1877, 25762, 1304, 9, 23, 32.85, 33.34, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25527, 1877, 25763, 2206, 1, 23, 82.40, 83.64, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25528, 1877, 25764, 888, 6, 23, 978.50, 993.18, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25529, 1877, 25765, 5866, 3, 23, 148.19, 150.41, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25530, 1877, 25766, 5830, 3, 23, 21.11, 21.43, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25531, 1877, 25767, 2507, 3, 23, 1174.49, 1192.11, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25532, 1877, 25768, 5156, 9, 23, 6178.97, 6271.65, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25533, 1877, 25769, 4034, 9, 23, 12.25, 12.43, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25534, 1877, 25770, 2217, 6, 23, 20.14, 20.44, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25535, 1877, 25771, 5056, 3, 23, 41.59, 42.21, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25536, 1877, 25772, 376, 1, 23, 9.61, 9.75, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25537, 1877, 25773, 3945, 6, 23, 48.75, 49.48, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25538, 1877, 25774, 2179, 9, 23, 52.82, 53.61, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25539, 1877, 25775, 2088, 1, 23, 15.15, 15.38, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25540, 1877, 25776, 880, 3, 23, 192.78, 195.67, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25541, 1877, 25777, 4035, 1, 23, 1.97, 2.00, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25542, 1877, 25778, 756, 6, 23, 0.47, 0.48, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25543, 1877, 25779, 1827, 6, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-29 07:16:19', '2024-07-29 07:16:19', '2024-07-29 08:17:04'),
(25544, 1912, 25780, 6138, 1, 29, 13.50, 13.70, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25545, 1912, 25781, 5785, 1, 29, 6.03, 6.12, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25546, 1912, 25782, 2546, 6, 29, 183.59, 186.34, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25547, 1912, 25783, 4252, 9, 29, 204.97, 208.04, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25548, 1912, 25784, 2415, 1, 29, 11.33, 11.50, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25549, 1912, 25785, 131, 1, 29, 7.35, 7.46, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25550, 1912, 25786, 5462, 1, 29, 26.25, 26.64, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25551, 1912, 25787, 1745, 9, 29, 100.94, 102.45, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25552, 1912, 25788, 2907, 3, 29, 34.13, 34.64, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(25553, 1912, 25789, 967, 1, 29, 3.09, 3.14, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25554, 1912, 25790, 2111, 3, 29, 1313.00, 1332.70, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:02'),
(25555, 1912, 25791, 3656, 9, 29, 30.90, 31.36, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25556, 1912, 25792, 4424, 9, 29, 40.40, 41.01, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25557, 1912, 25793, 2514, 9, 29, 169.60, 172.14, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25558, 1912, 25794, 5150, 1, 29, 258.52, 262.40, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25559, 1912, 25795, 467, 9, 29, 36.81, 37.36, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25560, 1912, 25796, 5689, 3, 29, 123.41, 125.26, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25561, 1912, 25797, 2353, 6, 29, 424.00, 430.36, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25562, 1912, 25798, 4364, 9, 29, 11.44, 11.61, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25563, 1912, 25799, 2751, 1, 29, 2400.77, 2436.78, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25564, 1912, 25800, 4883, 9, 29, 348.40, 353.63, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25565, 1912, 25801, 1330, 9, 29, 72.56, 73.65, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25566, 1912, 25802, 1759, 6, 29, 126.00, 127.89, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25567, 1912, 25803, 6059, 6, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25568, 1912, 25804, 3330, 9, 29, 22.04, 22.37, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25569, 1912, 25805, 4472, 3, 29, 284.58, 288.85, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25570, 1912, 25806, 4869, 9, 29, 11.43, 11.60, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25571, 1912, 25807, 85, 6, 29, 173.40, 176.00, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25572, 1912, 25808, 761, 6, 29, 2.61, 2.65, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25573, 1912, 25809, 1578, 6, 29, 1513.99, 1536.70, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25574, 1912, 25810, 5882, 1, 29, 4.73, 4.80, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25575, 1912, 25811, 6032, 9, 29, 105.99, 107.58, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25576, 1912, 25812, 2873, 9, 29, 25.99, 26.38, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25577, 1912, 25813, 2674, 6, 29, 789.60, 801.44, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25578, 1912, 25814, 5206, 1, 29, 50.99, 51.75, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25579, 1912, 25815, 2084, 6, 29, 16.16, 16.40, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25580, 1912, 25816, 4562, 3, 29, 4.06, 4.12, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25581, 1912, 25817, 4039, 1, 29, 20.03, 20.33, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25582, 1912, 25818, 4131, 6, 29, 91.80, 93.18, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25583, 1912, 25819, 3603, 3, 29, 127.20, 129.11, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25584, 1912, 25820, 373, 9, 29, 12.66, 12.85, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25585, 1912, 25821, 3746, 9, 29, 40.00, 40.60, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25586, 1912, 25822, 6025, 3, 29, 103.94, 105.50, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25587, 1912, 25823, 237, 6, 29, 515.00, 522.73, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25588, 1912, 25824, 5630, 6, 29, 146.99, 149.19, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25589, 1912, 25825, 3372, 6, 29, 252.50, 256.29, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25590, 1912, 25826, 4707, 9, 29, 9.40, 9.54, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25591, 1912, 25827, 5387, 9, 29, 47.69, 48.41, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25592, 1912, 25828, 1226, 6, 29, 257.55, 261.41, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25593, 1912, 25829, 5258, 3, 29, 9.57, 9.71, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25594, 1912, 25830, 4387, 6, 29, 4.80, 4.87, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25595, 1912, 25831, 719, 1, 29, 18.15, 18.42, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25596, 1912, 25832, 3535, 1, 29, 82.86, 84.10, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25597, 1912, 25833, 1635, 1, 29, 4.92, 4.99, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25598, 1912, 25834, 5012, 6, 29, 16.79, 17.04, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25599, 1912, 25835, 3560, 1, 29, 26.24, 26.63, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25600, 1912, 25836, 5357, 6, 29, 10.19, 10.34, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25601, 1912, 25837, 1821, 9, 29, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25602, 1912, 25838, 756, 9, 29, 0.47, 0.48, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25603, 1912, 25839, 1827, 1, 29, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-29 07:23:35', '2024-07-29 07:23:35', '2024-07-29 08:24:03'),
(25604, 1886, 25846, 3088, 5, NULL, 24.00, 24.24, 11, 1, 'manual_sell', '2024-07-29 14:18:20', '2024-07-29 14:18:20', '2024-07-29 15:21:32'),
(25605, 1869, 25847, 4989, 3, 25, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25606, 1869, 25848, 979, 3, 25, 60.90, 61.81, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25607, 1869, 25849, 680, 3, 25, 28.84, 29.27, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25608, 1869, 25850, 1429, 3, 25, 131.30, 133.27, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25609, 1869, 25851, 5344, 1, 25, 83.15, 84.40, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25610, 1869, 25852, 1619, 1, 25, 42.39, 43.03, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25611, 1869, 25853, 3458, 3, 25, 15.75, 15.99, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25612, 1869, 25854, 1795, 6, 25, 20.80, 21.11, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25613, 1869, 25855, 2838, 9, 25, 30.59, 31.05, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25614, 1869, 25856, 2672, 6, 25, 125.07, 126.95, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25615, 1869, 25857, 5636, 9, 25, 4.03, 4.09, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25616, 1869, 25858, 2926, 9, 25, 80.80, 82.01, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25617, 1869, 25859, 3364, 1, 25, 40.40, 41.01, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25618, 1869, 25860, 3421, 3, 25, 29.58, 30.02, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25619, 1869, 25861, 5662, 3, 25, 416.00, 422.24, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25620, 1869, 25862, 4594, 1, 25, 51.50, 52.27, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25621, 1869, 25863, 3065, 3, 25, 4.04, 4.10, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25622, 1869, 25864, 2581, 9, 25, 17.16, 17.42, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25623, 1869, 25865, 1129, 1, 25, 2.60, 2.64, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25624, 1869, 25866, 1640, 9, 25, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25625, 1869, 25867, 1811, 1, 25, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25626, 1869, 25868, 1850, 6, 25, 0.58, 0.59, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25627, 1869, 25869, 1894, 1, 25, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:04'),
(25628, 1869, 25870, 1827, 6, 25, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-29 16:34:03', '2024-07-29 16:34:03', '2024-07-29 17:35:05'),
(25629, 1876, 25871, 4624, 1, 28, 22.43, 22.63, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:02'),
(25630, 1876, 25872, 5098, 6, 28, 25.24, 25.47, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:02'),
(25631, 1876, 25873, 3883, 1, 28, 10.29, 10.38, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:02'),
(25632, 1876, 25874, 373, 9, 28, 12.41, 12.52, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:02'),
(25633, 1876, 25875, 4808, 1, 28, 7.30, 7.37, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25634, 1876, 25876, 5466, 9, 28, 22.04, 22.24, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25635, 1876, 25877, 2144, 3, 28, 33.31, 33.61, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25636, 1876, 25878, 5761, 6, 28, 2.06, 2.08, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25637, 1876, 25879, 3271, 3, 28, 2.86, 2.89, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25638, 1876, 25880, 1469, 1, 28, 1.29, 1.30, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25639, 1876, 25881, 1894, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25640, 1876, 25882, 1811, 6, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25641, 1876, 25883, 1827, 6, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-29 17:01:05', '2024-07-29 17:01:05', '2024-07-29 18:02:03'),
(25642, 1876, 25884, 1827, 1, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-29 17:02:04', '2024-07-29 17:02:04', '2024-07-29 18:03:02'),
(25643, 1902, 25885, 4153, 1, 26, 309.75, 312.54, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:03'),
(25644, 1902, 25886, 2209, 3, 26, 121.20, 122.29, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:03'),
(25645, 1902, 25887, 1844, 1, 26, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:03'),
(25646, 1902, 25888, 5420, 1, 26, 18.97, 19.14, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:03'),
(25647, 1902, 25889, 2501, 3, 26, 97.84, 98.72, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:03'),
(25648, 1902, 25890, 766, 3, 26, 3.23, 3.26, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:04'),
(25649, 1902, 25891, 1827, 9, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:04'),
(25650, 1902, 25892, 803, 9, 26, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-29 22:34:04', '2024-07-29 22:34:04', '2024-07-29 23:35:04'),
(25651, 1902, 25893, 214, 9, 27, 7.47, 7.62, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:03'),
(25652, 1902, 25894, 399, 3, 27, 131.25, 133.88, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:03'),
(25653, 1902, 25895, 5074, 6, 27, 23.45, 23.92, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:03'),
(25654, 1902, 25896, 774, 6, 27, 7.27, 7.42, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:03'),
(25655, 1902, 25897, 1523, 6, 27, 1.64, 1.67, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25656, 1902, 25898, 69, 9, 27, 25.75, 26.27, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25657, 1902, 25899, 4117, 1, 27, 31.61, 32.24, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25658, 1902, 25900, 521, 9, 27, 66.03, 67.35, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25659, 1902, 25901, 290, 3, 27, 154.99, 158.09, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25660, 1902, 25902, 2610, 6, 27, 10.19, 10.39, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25661, 1902, 25903, 5145, 3, 27, 42.23, 43.07, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25662, 1902, 25904, 4129, 1, 27, 15.74, 16.05, 1, 1, 'ai_sell', '2024-07-29 22:59:05', '2024-07-29 22:59:05', '2024-07-30 00:00:04'),
(25663, 1902, 25905, 2339, 1, 27, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:04'),
(25664, 1902, 25906, 2358, 9, 27, 26.05, 26.57, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:04'),
(25665, 1902, 25907, 1467, 9, 27, 13.22, 13.48, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:04'),
(25666, 1902, 25908, 4876, 9, 27, 41.97, 42.81, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:04'),
(25667, 1902, 25909, 2730, 1, 27, 19.18, 19.56, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:04'),
(25668, 1902, 25910, 4260, 9, 27, 39.89, 40.69, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:04'),
(25669, 1902, 25911, 2586, 6, 27, 19.88, 20.28, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25670, 1902, 25912, 4992, 6, 27, 12.21, 12.45, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25671, 1902, 25913, 5784, 1, 27, 612.00, 624.24, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25672, 1902, 25914, 1415, 6, 27, 106.00, 108.12, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25673, 1902, 25915, 378, 3, 27, 370.19, 377.59, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25674, 1902, 25916, 5918, 6, 27, 190.80, 194.62, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25675, 1902, 25917, 4185, 3, 27, 169.60, 172.99, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25676, 1902, 25918, 480, 9, 27, 155.54, 158.65, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25677, 1902, 25919, 312, 1, 27, 51.64, 52.67, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25678, 1902, 25920, 5738, 6, 27, 30.89, 31.51, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25679, 1902, 25921, 1444, 3, 27, 8.16, 8.32, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25680, 1902, 25922, 5016, 1, 27, 302.64, 308.69, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25681, 1902, 25923, 2335, 1, 27, 15.42, 15.73, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25682, 1902, 25924, 2409, 9, 27, 956.12, 975.24, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25683, 1902, 25925, 1924, 3, 27, 11.97, 12.21, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25684, 1902, 25926, 3485, 6, 27, 5.99, 6.11, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25685, 1902, 25927, 3339, 1, 27, 151.50, 154.53, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25686, 1902, 25928, 5326, 9, 27, 436.75, 445.49, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25687, 1902, 25929, 909, 6, 27, 31.50, 32.13, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25688, 1902, 25930, 3773, 9, 27, 3.66, 3.73, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:05'),
(25689, 1902, 25931, 3780, 3, 27, 103.00, 105.06, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25690, 1902, 25932, 5775, 1, 27, 17.52, 17.87, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25691, 1902, 25933, 6019, 9, 27, 6.34, 6.47, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25692, 1902, 25934, 4600, 6, 27, 261.58, 266.81, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25693, 1902, 25935, 227, 3, 27, 10.91, 11.13, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25694, 1902, 25936, 564, 3, 27, 3500.97, 3570.99, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25695, 1902, 25937, 1488, 3, 27, 3.14, 3.20, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25696, 1902, 25938, 2613, 1, 27, 29.45, 30.04, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25697, 1902, 25939, 5578, 9, 27, 1119.04, 1141.42, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25698, 1902, 25940, 2569, 3, 27, 71.19, 72.61, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25699, 1902, 25941, 3746, 3, 27, 39.25, 40.04, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25700, 1902, 25942, 4405, 3, 27, 26.25, 26.78, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25701, 1902, 25943, 3487, 6, 27, 15.89, 16.21, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25702, 1902, 25944, 2959, 6, 27, 376.73, 384.26, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25703, 1902, 25945, 5392, 6, 27, 33.81, 34.49, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25704, 1902, 25946, 6138, 3, 27, 13.50, 13.77, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25705, 1902, 25947, 4645, 9, 27, 7.27, 7.42, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25706, 1902, 25948, 999, 3, 27, 14.56, 14.85, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:06'),
(25707, 1902, 25949, 2331, 3, 27, 28.80, 29.38, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25708, 1902, 25950, 4060, 3, 27, 16.79, 17.13, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25709, 1902, 25951, 636, 6, 27, 7.35, 7.50, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25710, 1902, 25952, 6160, 3, 27, 9.44, 9.63, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25711, 1902, 25953, 2232, 6, 27, 57.20, 58.34, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25712, 1902, 25954, 1745, 3, 27, 99.96, 101.96, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25713, 1902, 25955, 1127, 6, 27, 58.07, 59.23, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25714, 1902, 25956, 1313, 3, 27, 714.00, 728.28, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25715, 1902, 25957, 2576, 1, 27, 20.47, 20.88, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25716, 1902, 25958, 5768, 6, 27, 5.54, 5.65, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25717, 1902, 25959, 5082, 3, 27, 23.65, 24.12, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25718, 1902, 25960, 221, 9, 27, 24.54, 25.03, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25719, 1902, 25961, 2482, 1, 27, 15.74, 16.05, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25720, 1902, 25962, 4410, 6, 27, 14.87, 15.17, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25721, 1902, 25963, 2017, 6, 27, 191.14, 194.96, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25722, 1902, 25964, 3096, 9, 27, 33.27, 33.94, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25723, 1902, 25965, 3289, 1, 27, 60.59, 61.80, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25724, 1902, 25966, 1287, 6, 27, 39.32, 40.11, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25725, 1902, 25967, 5961, 3, 27, 13.12, 13.38, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25726, 1902, 25968, 5625, 6, 27, 4.83, 4.93, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25727, 1902, 25969, 3200, 9, 27, 10.50, 10.71, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25728, 1902, 25970, 1837, 9, 27, 1.04, 1.06, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25729, 1902, 25971, 1811, 3, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25730, 1902, 25972, 4691, 6, 27, 2.02, 2.06, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25731, 1902, 25973, 1827, 9, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25732, 1902, 25974, 803, 1, 27, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-29 22:59:06', '2024-07-29 22:59:06', '2024-07-30 00:00:07'),
(25733, 1902, 25975, 1827, 3, 27, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-29 23:00:07', '2024-07-29 23:00:07', '2024-07-30 00:01:02'),
(25734, 1850, 25977, 996, 3, 24, 57.68, 58.55, 1, 1, 'ai_sell', '2024-07-30 00:36:04', '2024-07-30 00:36:04', '2024-07-30 01:37:04'),
(25735, 1850, 25978, 2674, 6, 24, 759.52, 770.91, 1, 1, 'ai_sell', '2024-07-30 00:36:04', '2024-07-30 00:36:04', '2024-07-30 01:37:04'),
(25736, 1850, 25979, 1345, 1, 24, 19.76, 20.06, 1, 1, 'ai_sell', '2024-07-30 00:36:04', '2024-07-30 00:36:04', '2024-07-30 01:37:04'),
(25737, 1850, 25980, 1637, 6, 24, 5.04, 5.12, 1, 1, 'ai_sell', '2024-07-30 00:36:04', '2024-07-30 00:36:04', '2024-07-30 01:37:04'),
(25738, 1850, 25981, 2250, 9, 24, 73.13, 74.23, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:04'),
(25739, 1850, 25982, 1037, 3, 24, 47.69, 48.41, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:04'),
(25740, 1850, 25983, 4829, 6, 24, 21.00, 21.32, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25741, 1850, 25984, 4062, 3, 24, 22.89, 23.23, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25742, 1850, 25985, 2585, 1, 24, 20.39, 20.70, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25743, 1850, 25986, 777, 9, 24, 39.78, 40.38, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25744, 1850, 25987, 5142, 9, 24, 300.57, 305.08, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25745, 1850, 25988, 6010, 9, 24, 4.97, 5.04, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25746, 1850, 25989, 1198, 6, 24, 2.36, 2.40, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25747, 1850, 25990, 734, 9, 24, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25748, 1850, 25991, 1811, 1, 24, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-30 00:36:05', '2024-07-30 00:36:05', '2024-07-30 01:37:05'),
(25749, 1798, 25992, 2565, 5, NULL, 84.00, 84.84, 1, 1, 'manual_sell', '2024-07-30 01:54:54', '2024-07-30 01:54:54', '2024-07-30 02:55:05'),
(25750, 1798, 25993, 3233, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-07-30 01:56:23', '2024-07-30 01:56:23', '2024-07-30 02:57:02'),
(25751, 1798, 25994, 2056, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-07-30 01:57:36', '2024-07-30 01:57:36', '2024-07-30 02:58:02'),
(25752, 1798, 25995, 4208, 5, NULL, 401.00, 405.01, 1, 1, 'manual_sell', '2024-07-30 01:59:19', '2024-07-30 01:59:19', '2024-07-30 03:00:04'),
(25753, 1850, 25996, 5493, 5, NULL, 317.00, 320.17, 5, 1, 'manual_sell', '2024-07-30 04:04:58', '2024-07-30 04:04:58', '2024-07-30 05:05:04'),
(25754, 1850, 25997, 3543, 5, NULL, 100.00, 101.00, 4, 1, 'manual_sell', '2024-07-30 04:06:09', '2024-07-30 04:06:09', '2024-07-30 05:07:03'),
(25755, 1850, 25998, 1037, 5, NULL, 45.00, 45.45, 1, 1, 'manual_sell', '2024-07-30 04:06:57', '2024-07-30 04:06:57', '2024-07-30 05:07:03'),
(25756, 1877, 25999, 150, 1, 23, 636.00, 645.54, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:02'),
(25757, 1877, 26000, 2423, 1, 23, 8029.50, 8149.94, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25758, 1877, 26001, 5897, 3, 23, 7.08, 7.19, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25759, 1877, 26002, 1216, 9, 23, 8.61, 8.74, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25760, 1877, 26003, 2344, 6, 23, 104.00, 105.56, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25761, 1877, 26004, 3626, 3, 23, 19.43, 19.72, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25762, 1877, 26005, 1413, 9, 23, 11.32, 11.49, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25763, 1877, 26006, 5766, 3, 23, 21.83, 22.16, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25764, 1877, 26007, 5795, 6, 23, 1020.00, 1035.30, 1, 1, 'ai_sell', '2024-07-30 08:28:04', '2024-07-30 08:28:04', '2024-07-30 09:29:04'),
(25765, 1877, 26008, 3065, 3, 23, 4.24, 4.30, 1, 1, 'ai_sell', '2024-07-30 08:29:03', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25766, 1877, 26009, 4352, 3, 23, 51.50, 52.27, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25767, 1877, 26010, 6110, 3, 23, 2.10, 2.13, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25768, 1877, 26011, 5860, 6, 23, 80.79, 82.00, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25769, 1877, 26012, 149, 6, 23, 70.69, 71.75, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25770, 1877, 26013, 754, 3, 23, 597.78, 606.75, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25771, 1877, 26014, 1583, 1, 23, 477.00, 484.16, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25772, 1877, 26015, 5134, 9, 23, 85.73, 87.02, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:04'),
(25773, 1877, 26016, 4643, 3, 23, 7.88, 8.00, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25774, 1877, 26017, 1828, 6, 23, 136.74, 138.79, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25775, 1877, 26018, 2285, 6, 23, 95.40, 96.83, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25776, 1877, 26019, 1703, 3, 23, 714.00, 724.71, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25777, 1877, 26020, 309, 9, 23, 239.53, 243.12, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25778, 1877, 26021, 1589, 3, 23, 2.53, 2.57, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25779, 1877, 26022, 148, 9, 23, 10.54, 10.70, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25780, 1877, 26023, 2091, 9, 23, 4.21, 4.27, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25781, 1877, 26024, 6139, 9, 23, 16.50, 16.75, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25782, 1877, 26025, 3132, 9, 23, 139.81, 141.91, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25783, 1877, 26026, 2002, 6, 23, 116.60, 118.35, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25784, 1877, 26027, 350, 3, 23, 53.52, 54.32, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25785, 1877, 26028, 2209, 6, 23, 127.20, 129.11, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25786, 1877, 26029, 3110, 6, 23, 30.60, 31.06, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25787, 1877, 26030, 22, 3, 23, 13.39, 13.59, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25788, 1877, 26031, 5849, 9, 23, 64.60, 65.57, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:05'),
(25789, 1877, 26032, 5654, 3, 23, 36.40, 36.95, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25790, 1877, 26033, 5991, 9, 23, 16.30, 16.54, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25791, 1877, 26034, 3448, 9, 23, 14.39, 14.61, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25792, 1877, 26035, 660, 6, 23, 2.04, 2.07, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25793, 1877, 26036, 1731, 3, 23, 2.04, 2.07, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25794, 1877, 26037, 1640, 1, 23, 1.03, 1.05, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25795, 1877, 26038, 1811, 6, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25796, 1877, 26039, 949, 1, 23, 0.32, 0.32, 1, 1, 'ai_sell', '2024-07-30 08:29:04', '2024-07-30 08:29:04', '2024-07-30 09:30:06'),
(25797, 1912, 26040, 4989, 6, 29, 8.23, 8.35, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25798, 1912, 26041, 3760, 6, 29, 37.99, 38.56, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25799, 1912, 26042, 1903, 9, 29, 406.98, 413.08, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25800, 1912, 26043, 5873, 9, 29, 8.39, 8.52, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25801, 1912, 26044, 2250, 1, 29, 72.42, 73.51, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25802, 1912, 26045, 75, 6, 29, 12.72, 12.91, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25803, 1912, 26046, 2662, 3, 29, 101.00, 102.52, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25804, 1912, 26047, 84, 1, 29, 1588.94, 1612.77, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25805, 1912, 26048, 3725, 9, 29, 12.60, 12.79, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25806, 1912, 26049, 705, 9, 29, 64.64, 65.61, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25807, 1912, 26050, 2649, 6, 29, 6.63, 6.73, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25808, 1912, 26051, 4503, 1, 29, 258.53, 262.41, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25809, 1912, 26052, 1537, 6, 29, 210.74, 213.90, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25810, 1912, 26053, 2109, 1, 29, 2119.99, 2151.79, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25811, 1912, 26054, 3287, 6, 29, 9.27, 9.41, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25812, 1912, 26055, 5657, 1, 29, 504.27, 511.83, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25813, 1912, 26056, 5177, 6, 29, 41.40, 42.02, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25814, 1912, 26057, 5330, 1, 29, 2021.50, 2051.82, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25815, 1912, 26058, 1846, 3, 29, 1.51, 1.53, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25816, 1912, 26059, 56, 3, 29, 7.28, 7.39, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25817, 1912, 26060, 1522, 9, 29, 2550.00, 2588.25, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25818, 1912, 26061, 5073, 1, 29, 18.71, 18.99, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25819, 1912, 26062, 4203, 6, 29, 11.65, 11.82, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25820, 1912, 26063, 1480, 1, 29, 3.87, 3.93, 1, 1, 'ai_sell', '2024-07-30 08:35:06', '2024-07-30 08:35:06', '2024-07-30 09:36:03'),
(25821, 1912, 26064, 782, 3, 29, 7.06, 7.17, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25822, 1912, 26065, 5361, 3, 29, 162.41, 164.85, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25823, 1912, 26066, 4129, 3, 29, 15.89, 16.13, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25824, 1912, 26067, 190, 3, 29, 255.00, 258.83, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25825, 1912, 26068, 5942, 6, 29, 7.01, 7.12, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25826, 1912, 26069, 280, 1, 29, 289.79, 294.14, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25827, 1912, 26070, 1865, 9, 29, 57.41, 58.27, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25828, 1912, 26071, 5144, 6, 29, 36.39, 36.94, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25829, 1912, 26072, 3026, 1, 29, 20.79, 21.10, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25830, 1912, 26073, 1829, 1, 29, 0.81, 0.82, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25831, 1912, 26074, 1827, 3, 29, 0.13, 0.13, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25832, 1912, 26075, 4764, 6, 29, 2.35, 2.39, 1, 1, 'ai_sell', '2024-07-30 08:35:07', '2024-07-30 08:35:07', '2024-07-30 09:36:03'),
(25833, 1912, 26076, 1827, 9, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-30 08:36:04', '2024-07-30 08:36:04', '2024-07-30 09:37:03'),
(25834, 1890, 24207, 2407, 1, NULL, 68.87, 66.80, 2, 1, 'manual_sell', '2024-07-30 08:44:43', '2024-07-30 08:44:43', '2024-07-30 09:45:03'),
(25835, 1890, 24210, 183, 3, NULL, 420.00, 428.40, 3, 2, 'manual_sell', '2024-07-30 08:45:34', '2024-07-30 08:45:34', '2024-07-30 09:46:02'),
(25836, 1890, 24214, 3552, 5, NULL, 352.78, 338.66, 2, 1, 'manual_sell', '2024-07-30 08:46:50', '2024-07-30 08:46:50', '2024-07-30 09:47:02'),
(25837, 1890, 24230, 2046, 9, NULL, 671.40, 684.82, 2, 2, 'manual_sell', '2024-07-30 08:48:57', '2024-07-30 08:48:57', '2024-07-30 09:49:02'),
(25838, 1890, 24232, 4656, 1, NULL, 241.50, 253.57, 1, 2, 'manual_sell', '2024-07-30 08:50:17', '2024-07-30 08:50:17', '2024-07-30 09:51:02'),
(25839, 1890, 24273, 4462, 3, NULL, 20.97, 20.34, 1, 1, 'manual_sell', '2024-07-30 08:51:08', '2024-07-30 08:51:08', '2024-07-30 09:52:03'),
(25840, 1890, 24276, 2260, 5, NULL, 297.00, 291.06, 1, 1, 'manual_sell', '2024-07-30 09:14:26', '2024-07-30 09:14:26', '2024-07-30 10:15:04'),
(25841, 1902, 25434, 1367, 5, NULL, 3050.00, 3070.00, 4, 1, 'manual_sell', '2024-07-30 11:50:41', '2024-07-30 11:50:41', '2024-07-30 12:51:02'),
(25842, 1902, 25435, 564, 5, NULL, 4020.00, 4060.00, 3, 1, 'manual_sell', '2024-07-30 11:51:54', '2024-07-30 11:51:54', '2024-07-30 12:52:02'),
(25843, 1902, 23060, 245, 5, NULL, 65.00, 65.00, 2, 1, 'manual_sell', '2024-07-30 11:52:22', '2024-07-30 11:52:22', '2024-07-30 12:53:03'),
(25844, 1902, 23061, 914, 5, NULL, 9.00, 9.00, 3, 1, 'manual_sell', '2024-07-30 11:52:40', '2024-07-30 11:52:40', '2024-07-30 12:53:03'),
(25845, 1902, 23063, 226, 5, NULL, 16.50, 16.50, 3, 1, 'manual_sell', '2024-07-30 11:53:05', '2024-07-30 11:53:05', '2024-07-30 12:54:03'),
(25846, 1902, 23064, 620, 5, NULL, 2.88, 2.88, 6, 1, 'manual_sell', '2024-07-30 11:53:27', '2024-07-30 11:53:27', '2024-07-30 12:54:03'),
(25847, 1902, 23066, 3247, 5, NULL, 39.88, 39.88, 5, 1, 'manual_sell', '2024-07-30 11:53:48', '2024-07-30 11:53:48', '2024-07-30 12:54:03'),
(25848, 1890, 24210, 183, 1, NULL, 420.00, 407.40, 3, 1, 'manual_sell', '2024-07-30 15:25:50', '2024-07-30 15:25:50', '2024-07-30 16:26:03'),
(25849, 1890, 24230, 2046, 3, NULL, 671.40, 698.25, 2, 2, 'manual_sell', '2024-07-30 15:26:37', '2024-07-30 15:26:37', '2024-07-30 16:27:02'),
(25850, 1886, 26077, 2448, 5, NULL, 7.00, 7.07, 38, 1, 'manual_sell', '2024-07-30 15:36:31', '2024-07-30 15:36:31', '2024-07-30 16:37:02'),
(25851, 1869, 26078, 111, 6, 25, 886.17, 899.46, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25852, 1869, 26079, 4249, 9, 25, 40.80, 41.41, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25853, 1869, 26080, 3574, 3, 25, 17.16, 17.42, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25854, 1869, 26081, 47, 3, 25, 9.45, 9.59, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25855, 1869, 26082, 5011, 1, 25, 10.49, 10.65, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25856, 1869, 26083, 1468, 3, 25, 20.78, 21.09, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25857, 1869, 26084, 1464, 3, 25, 37.26, 37.82, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25858, 1869, 26085, 2541, 3, 25, 21.00, 21.32, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:03'),
(25859, 1869, 26086, 4258, 3, 25, 36.29, 36.83, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25860, 1869, 26087, 1311, 9, 25, 45.93, 46.62, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25861, 1869, 26088, 268, 3, 25, 6.44, 6.54, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25862, 1869, 26089, 212, 9, 25, 39.82, 40.42, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25863, 1869, 26090, 4198, 9, 25, 19.27, 19.56, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25864, 1869, 26091, 4273, 6, 25, 9.54, 9.68, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25865, 1869, 26092, 18, 1, 25, 10.20, 10.35, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25866, 1869, 26093, 5489, 1, 25, 2.06, 2.09, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25867, 1869, 26094, 1827, 6, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25868, 1869, 26095, 949, 3, 25, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25869, 1869, 26096, 803, 6, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-30 17:47:06', '2024-07-30 17:47:06', '2024-07-30 18:48:04'),
(25870, 1876, 26097, 6156, 9, 28, 12.72, 12.83, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25871, 1876, 26098, 3485, 9, 28, 5.71, 5.76, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25872, 1876, 26099, 740, 9, 28, 13.89, 14.02, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25873, 1876, 26100, 3675, 3, 28, 31.00, 31.28, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25874, 1876, 26101, 1998, 6, 28, 14.28, 14.41, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25875, 1876, 26102, 3688, 3, 28, 59.33, 59.86, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25876, 1876, 26103, 2073, 9, 28, 2.58, 2.60, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25877, 1876, 26104, 4704, 1, 28, 1.31, 1.32, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25878, 1876, 26105, 1811, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25879, 1876, 26106, 1827, 3, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-30 18:14:07', '2024-07-30 18:14:07', '2024-07-30 19:15:04'),
(25880, 1902, 26107, 931, 3, 26, 51.91, 52.38, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:03'),
(25881, 1902, 26108, 4082, 1, 26, 25.49, 25.72, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:04'),
(25882, 1902, 26109, 723, 6, 26, 113.22, 114.24, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:04'),
(25883, 1902, 26110, 2669, 6, 26, 124.15, 125.27, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:04'),
(25884, 1902, 26111, 5228, 9, 26, 7.41, 7.48, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25885, 1902, 26112, 2024, 6, 26, 13.06, 13.18, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25886, 1902, 26113, 4566, 1, 26, 66.94, 67.54, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25887, 1902, 26114, 298, 3, 26, 9.61, 9.70, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25888, 1902, 26115, 5639, 3, 26, 5.18, 5.23, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25889, 1902, 26116, 76, 3, 26, 10.10, 10.19, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25890, 1902, 26117, 1301, 9, 26, 10.90, 11.00, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25891, 1902, 26118, 1900, 6, 26, 8.08, 8.15, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25892, 1902, 26119, 4485, 3, 26, 30.89, 31.17, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25893, 1902, 26120, 3359, 6, 26, 9.18, 9.26, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25894, 1902, 26121, 3259, 1, 26, 8.31, 8.38, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25895, 1902, 26122, 5699, 1, 26, 15.24, 15.38, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25896, 1902, 26123, 2436, 1, 26, 14.90, 15.03, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25897, 1902, 26124, 749, 6, 26, 6.89, 6.95, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25898, 1902, 26125, 2616, 3, 26, 20.58, 20.77, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25899, 1902, 26126, 1017, 9, 26, 2.36, 2.38, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25900, 1902, 26127, 6104, 9, 26, 1.50, 1.51, 1, 1, 'ai_sell', '2024-07-30 23:46:05', '2024-07-30 23:46:05', '2024-07-31 00:47:05'),
(25901, 1902, 26128, 1844, 1, 26, 0.31, 0.31, 1, 1, 'ai_sell', '2024-07-30 23:46:06', '2024-07-30 23:46:06', '2024-07-31 00:47:05'),
(25902, 1902, 26129, 734, 6, 26, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-30 23:46:06', '2024-07-30 23:46:06', '2024-07-31 00:47:05'),
(25903, 1902, 26130, 803, 9, 26, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-30 23:46:06', '2024-07-30 23:46:06', '2024-07-31 00:47:05'),
(25904, 1902, 26131, 4577, 1, 27, 30.71, 31.32, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25905, 1902, 26132, 455, 1, 27, 556.50, 567.63, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25906, 1902, 26133, 3587, 6, 27, 7.19, 7.33, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25907, 1902, 26134, 445, 3, 27, 1230.85, 1255.47, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25908, 1902, 26135, 4004, 9, 27, 123.59, 126.06, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25909, 1902, 26136, 3190, 6, 27, 11.65, 11.88, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25910, 1902, 26137, 3416, 1, 27, 30.59, 31.20, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25911, 1902, 26138, 1209, 1, 27, 946.61, 965.54, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25912, 1902, 26139, 5186, 6, 27, 323.29, 329.76, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:03'),
(25913, 1902, 26140, 1029, 1, 27, 30.89, 31.51, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25914, 1902, 26141, 539, 1, 27, 1044.75, 1065.65, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25915, 1902, 26142, 450, 9, 27, 155.52, 158.63, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25916, 1902, 26143, 1620, 1, 27, 119.68, 122.07, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25917, 1902, 26144, 3960, 9, 27, 70.70, 72.11, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25918, 1902, 26145, 3253, 1, 27, 16.08, 16.40, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25919, 1902, 26146, 4916, 3, 27, 15.94, 16.26, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25920, 1902, 26147, 3568, 6, 27, 14.20, 14.48, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25921, 1902, 26148, 1053, 6, 27, 3.66, 3.73, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25922, 1902, 26149, 1953, 6, 27, 4.24, 4.32, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25923, 1902, 26150, 2082, 3, 27, 14.00, 14.28, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25924, 1902, 26151, 866, 6, 27, 61.80, 63.04, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25925, 1902, 26152, 5399, 9, 27, 15.49, 15.80, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(25926, 1902, 26153, 5645, 1, 27, 42.63, 43.48, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25927, 1902, 26154, 3661, 3, 27, 315.00, 321.30, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25928, 1902, 26155, 3354, 6, 27, 49.49, 50.48, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25929, 1902, 26156, 4197, 1, 27, 11.53, 11.76, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25930, 1902, 26157, 5018, 3, 27, 214.19, 218.47, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25931, 1902, 26158, 5057, 3, 27, 19.75, 20.15, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25932, 1902, 26159, 5136, 3, 27, 100.98, 103.00, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25933, 1902, 26160, 3105, 9, 27, 183.60, 187.27, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25934, 1902, 26161, 5302, 6, 27, 20.19, 20.59, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25935, 1902, 26162, 947, 9, 27, 31.77, 32.41, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25936, 1902, 26163, 2955, 9, 27, 19.80, 20.20, 1, 1, 'ai_sell', '2024-07-31 00:11:05', '2024-07-31 00:11:05', '2024-07-31 01:12:04'),
(25937, 1902, 26164, 4423, 9, 27, 2839.74, 2896.53, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25938, 1902, 26165, 921, 3, 27, 75.75, 77.27, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25939, 1902, 26166, 5411, 9, 27, 27.73, 28.28, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25940, 1902, 26167, 3317, 1, 27, 423.99, 432.47, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25941, 1902, 26168, 2284, 1, 27, 105.20, 107.30, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25942, 1902, 26169, 5291, 6, 27, 17.15, 17.49, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25943, 1902, 26170, 3035, 6, 27, 171.47, 174.90, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25944, 1902, 26171, 5239, 3, 27, 30.88, 31.50, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25945, 1902, 26172, 4501, 3, 27, 312.66, 318.91, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:04'),
(25946, 1902, 26173, 809, 3, 27, 169.94, 173.34, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25947, 1902, 26174, 6157, 9, 27, 14.40, 14.69, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25948, 1902, 26175, 4739, 6, 27, 48.44, 49.41, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25949, 1902, 26176, 5704, 1, 27, 2.51, 2.56, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25950, 1902, 26177, 5769, 3, 27, 61.35, 62.58, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25951, 1902, 26178, 2523, 9, 27, 111.10, 113.32, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25952, 1902, 26179, 885, 3, 27, 166.39, 169.72, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25953, 1902, 26180, 4398, 6, 27, 105.00, 107.10, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25954, 1902, 26181, 3899, 1, 27, 207.02, 211.16, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25955, 1902, 26182, 440, 6, 27, 81.80, 83.44, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25956, 1902, 26183, 109, 6, 27, 25.30, 25.81, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25957, 1902, 26184, 3630, 3, 27, 408.00, 416.16, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25958, 1902, 26185, 5145, 6, 27, 41.41, 42.24, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25959, 1902, 26186, 1727, 9, 27, 474.70, 484.19, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25960, 1902, 26187, 3737, 1, 27, 69.99, 71.39, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25961, 1902, 26188, 2837, 9, 27, 40.28, 41.09, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25962, 1902, 26189, 4747, 1, 27, 52.47, 53.52, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25963, 1902, 26190, 4759, 9, 27, 51.44, 52.47, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25964, 1902, 26191, 2144, 6, 27, 34.30, 34.99, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25965, 1902, 26192, 4607, 1, 27, 13.38, 13.65, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25966, 1902, 26193, 3484, 9, 27, 20.39, 20.80, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25967, 1902, 26194, 5356, 3, 27, 45.90, 46.82, 1, 1, 'ai_sell', '2024-07-31 00:11:06', '2024-07-31 00:11:06', '2024-07-31 01:12:05'),
(25968, 1902, 26195, 471, 1, 27, 335.09, 341.79, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25969, 1902, 26196, 262, 9, 27, 178.50, 182.07, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25970, 1902, 26197, 6160, 1, 27, 9.26, 9.45, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25971, 1902, 26198, 2923, 3, 27, 11.54, 11.77, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25972, 1902, 26199, 218, 9, 27, 36.01, 36.73, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25973, 1902, 26200, 5782, 6, 27, 20.50, 20.91, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25974, 1902, 26201, 1640, 9, 27, 1.06, 1.08, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25975, 1902, 26202, 1813, 6, 27, 3.03, 3.09, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25976, 1902, 26203, 949, 3, 27, 0.30, 0.31, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25977, 1902, 26204, 1811, 3, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-31 00:11:07', '2024-07-31 00:11:07', '2024-07-31 01:12:05'),
(25978, 1850, 26205, 4805, 6, 24, 132.83, 134.82, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:03'),
(25979, 1850, 26206, 3630, 6, 24, 404.00, 410.06, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25980, 1850, 26207, 24, 9, 24, 1.01, 1.03, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25981, 1850, 26208, 4213, 6, 24, 4.64, 4.71, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25982, 1850, 26209, 2854, 3, 24, 222.59, 225.93, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25983, 1850, 26210, 5279, 9, 24, 212.00, 215.18, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25984, 1850, 26211, 76, 3, 24, 10.20, 10.35, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25985, 1850, 26212, 307, 9, 24, 3.98, 4.04, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25986, 1850, 26213, 334, 3, 24, 206.75, 209.85, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25987, 1850, 26214, 4311, 1, 24, 52.50, 53.29, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25988, 1850, 26215, 493, 3, 24, 58.40, 59.28, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25989, 1850, 26216, 200, 6, 24, 8.19, 8.31, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25990, 1850, 26217, 3430, 9, 24, 42.83, 43.47, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25991, 1850, 26218, 5525, 3, 24, 35.23, 35.76, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25992, 1850, 26219, 1811, 1, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25993, 1850, 26220, 1844, 3, 24, 0.30, 0.30, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25994, 1850, 26221, 1827, 1, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-31 01:48:04', '2024-07-31 01:48:04', '2024-07-31 02:49:04'),
(25995, 1798, 26222, 3849, 5, NULL, 601.00, 607.01, 1, 1, 'manual_sell', '2024-07-31 03:35:03', '2024-07-31 03:35:03', '2024-07-31 04:35:04'),
(25996, 1798, 26223, 2153, 5, NULL, 275.00, 277.75, 1, 1, 'manual_sell', '2024-07-31 03:36:57', '2024-07-31 03:36:57', '2024-07-31 04:37:03'),
(25997, 1798, 26224, 3227, 5, NULL, 20.00, 20.20, 1, 1, 'manual_sell', '2024-07-31 03:38:59', '2024-07-31 03:38:59', '2024-07-31 04:39:04'),
(25998, 1850, 26225, 870, 5, NULL, 800.00, 808.00, 2, 1, 'manual_sell', '2024-07-31 05:11:47', '2024-07-31 05:11:47', '2024-07-31 06:12:03'),
(25999, 1850, 26226, 5679, 5, NULL, 225.00, 454.50, 2, 2, 'manual_sell', '2024-07-31 05:12:54', '2024-07-31 05:12:54', '2024-07-31 06:13:03'),
(26000, 1850, 26226, 5679, 5, NULL, 225.00, 227.25, 2, 1, 'manual_sell', '2024-07-31 06:24:50', '2024-07-31 06:24:50', '2024-07-31 07:25:04'),
(26001, 1877, 26227, 5154, 3, 23, 309.00, 313.64, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26002, 1877, 26228, 388, 3, 23, 270.40, 274.46, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26003, 1877, 26229, 5838, 1, 23, 206.39, 209.49, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26004, 1877, 26230, 4778, 1, 23, 324.97, 329.84, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26005, 1877, 26231, 2975, 1, 23, 519.17, 526.96, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26006, 1877, 26232, 4900, 9, 23, 137.65, 139.71, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26007, 1877, 26233, 6142, 1, 23, 13.82, 14.03, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26008, 1877, 26234, 1965, 9, 23, 13.37, 13.57, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26009, 1877, 26235, 324, 6, 23, 13.27, 13.47, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:02'),
(26010, 1877, 26236, 5466, 3, 23, 21.41, 21.73, 1, 1, 'ai_sell', '2024-07-31 09:42:03', '2024-07-31 09:42:03', '2024-07-31 10:43:03'),
(26011, 1877, 26237, 5912, 6, 23, 21.19, 21.51, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26012, 1877, 26238, 1573, 6, 23, 1275.00, 1294.13, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26013, 1877, 26239, 4478, 6, 23, 24.24, 24.60, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26014, 1877, 26240, 5135, 6, 23, 132.59, 134.58, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26015, 1877, 26241, 509, 1, 23, 31.09, 31.56, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26016, 1877, 26242, 2598, 1, 23, 5828.94, 5916.37, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26017, 1877, 26243, 3990, 6, 23, 30.59, 31.05, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26018, 1877, 26244, 880, 9, 23, 200.34, 203.35, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26019, 1877, 26245, 1898, 6, 23, 451.50, 458.27, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26020, 1877, 26246, 1387, 1, 23, 30.99, 31.45, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26021, 1877, 26247, 5058, 9, 23, 18.53, 18.81, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26022, 1877, 26248, 4412, 1, 23, 229.50, 232.94, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26023, 1877, 26249, 4869, 1, 23, 11.10, 11.27, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26024, 1877, 26250, 4119, 6, 23, 3132.40, 3179.39, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26025, 1877, 26251, 62, 6, 23, 18.54, 18.82, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26026, 1877, 26252, 2023, 6, 23, 1.02, 1.04, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26027, 1877, 26253, 24, 9, 23, 1.04, 1.06, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:03'),
(26028, 1877, 26254, 4704, 9, 23, 1.30, 1.32, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:04'),
(26029, 1877, 26255, 734, 3, 23, 0.22, 0.22, 1, 1, 'ai_sell', '2024-07-31 09:42:04', '2024-07-31 09:42:04', '2024-07-31 10:43:04'),
(26030, 1912, 26256, 2472, 9, 29, 45.98, 46.67, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:04'),
(26031, 1912, 26257, 1143, 9, 29, 7930.65, 8049.61, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:04'),
(26032, 1912, 26258, 1465, 1, 29, 17.33, 17.59, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:04'),
(26033, 1912, 26259, 2174, 6, 29, 41.51, 42.13, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:04'),
(26034, 1912, 26260, 5803, 6, 29, 15.44, 15.67, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:04'),
(26035, 1912, 26261, 3482, 1, 29, 5.25, 5.33, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:04'),
(26036, 1912, 26262, 2839, 3, 29, 52.01, 52.79, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:04'),
(26037, 1912, 26263, 910, 9, 29, 7.30, 7.41, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26038, 1912, 26264, 2638, 6, 29, 46.45, 47.15, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26039, 1912, 26265, 5002, 6, 29, 175.09, 177.72, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26040, 1912, 26266, 3434, 1, 29, 887.25, 900.56, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26041, 1912, 26267, 2978, 1, 29, 208.52, 211.65, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26042, 1912, 26268, 2557, 3, 29, 4.29, 4.35, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26043, 1912, 26269, 4165, 3, 29, 20.59, 20.90, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26044, 1912, 26270, 6001, 1, 29, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26045, 1912, 26271, 5619, 1, 29, 100.99, 102.50, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26046, 1912, 26272, 848, 9, 29, 84.80, 86.07, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26047, 1912, 26273, 4973, 6, 29, 19.37, 19.66, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26048, 1912, 26274, 3116, 3, 29, 9.13, 9.27, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26049, 1912, 26275, 1018, 9, 29, 51.44, 52.21, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26050, 1912, 26276, 877, 1, 29, 87.55, 88.86, 1, 1, 'ai_sell', '2024-07-31 09:49:05', '2024-07-31 09:49:05', '2024-07-31 10:50:05'),
(26051, 1912, 26277, 1031, 6, 29, 10.60, 10.76, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:05'),
(26052, 1912, 26278, 1731, 1, 29, 2.08, 2.11, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:05'),
(26053, 1912, 26279, 3433, 9, 29, 14.13, 14.34, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:05'),
(26054, 1912, 26280, 5100, 6, 29, 15.57, 15.80, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:05'),
(26055, 1912, 26281, 3656, 9, 29, 31.20, 31.67, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:05'),
(26056, 1912, 26282, 5054, 6, 29, 123.25, 125.10, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26057, 1912, 26283, 4648, 6, 29, 41.20, 41.82, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26058, 1912, 26284, 896, 9, 29, 11.54, 11.71, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26059, 1912, 26285, 5589, 1, 29, 157.94, 160.31, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26060, 1912, 26286, 5483, 1, 29, 11.43, 11.60, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26061, 1912, 26287, 161, 9, 29, 31.62, 32.09, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26062, 1912, 26288, 729, 1, 29, 12.08, 12.26, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26063, 1912, 26289, 5380, 6, 29, 31.42, 31.89, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26064, 1912, 26290, 556, 1, 29, 7.07, 7.18, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26065, 1912, 26291, 2880, 1, 29, 8.88, 9.01, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26066, 1912, 26292, 4527, 6, 29, 67.97, 68.99, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26067, 1912, 26293, 285, 3, 29, 59.59, 60.48, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26068, 1912, 26294, 6104, 9, 29, 1.52, 1.54, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26069, 1912, 26295, 3602, 9, 29, 16.21, 16.45, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26070, 1912, 26296, 1577, 9, 29, 72.80, 73.89, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26071, 1912, 26297, 3709, 9, 29, 3.46, 3.51, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26072, 1912, 26298, 5262, 6, 29, 156.92, 159.27, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26073, 1912, 26299, 4487, 9, 29, 9.28, 9.42, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26074, 1912, 26300, 1208, 3, 29, 3.14, 3.19, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26075, 1912, 26301, 5735, 3, 29, 19.37, 19.66, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26076, 1912, 26302, 1750, 6, 29, 46.80, 47.50, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26077, 1912, 26303, 5813, 3, 29, 154.45, 156.77, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26078, 1912, 26304, 6006, 1, 29, 18.57, 18.85, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:06'),
(26079, 1912, 26305, 2845, 3, 29, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:07'),
(26080, 1912, 26306, 4391, 3, 29, 46.02, 46.71, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:07'),
(26081, 1912, 26307, 5091, 9, 29, 5.24, 5.32, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:07'),
(26082, 1912, 26308, 4945, 6, 29, 17.79, 18.06, 1, 1, 'ai_sell', '2024-07-31 09:49:06', '2024-07-31 09:49:06', '2024-07-31 10:50:07'),
(26083, 1912, 26309, 1740, 1, 29, 3.09, 3.14, 1, 1, 'ai_sell', '2024-07-31 09:49:07', '2024-07-31 09:49:07', '2024-07-31 10:50:07'),
(26084, 1912, 26310, 1432, 3, 29, 8.31, 8.43, 1, 1, 'ai_sell', '2024-07-31 09:49:07', '2024-07-31 09:49:07', '2024-07-31 10:50:07'),
(26085, 1912, 26311, 765, 6, 29, 1.35, 1.37, 1, 1, 'ai_sell', '2024-07-31 09:49:07', '2024-07-31 09:49:07', '2024-07-31 10:50:07'),
(26086, 1912, 26312, 5489, 3, 29, 2.02, 2.05, 1, 1, 'ai_sell', '2024-07-31 09:49:07', '2024-07-31 09:49:07', '2024-07-31 10:50:07'),
(26087, 1912, 26313, 3324, 3, 29, 1.42, 1.44, 1, 1, 'ai_sell', '2024-07-31 09:49:07', '2024-07-31 09:49:07', '2024-07-31 10:50:07'),
(26088, 1912, 26314, 1894, 6, 29, 0.20, 0.20, 1, 1, 'ai_sell', '2024-07-31 09:49:07', '2024-07-31 09:49:07', '2024-07-31 10:50:07'),
(26089, 1912, 26315, 1827, 1, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-31 09:49:07', '2024-07-31 09:49:07', '2024-07-31 10:50:07'),
(26090, 1886, 26316, 2112, 5, NULL, 51.00, 51.51, 5, 1, 'manual_sell', '2024-07-31 16:43:51', '2024-07-31 16:43:51', '2024-07-31 17:44:02'),
(26091, 1886, 26317, 1806, 5, NULL, 14.00, 14.14, 1, 1, 'manual_sell', '2024-07-31 16:44:24', '2024-07-31 16:44:24', '2024-07-31 17:45:03'),
(26092, 1869, 26318, 3491, 6, 25, 71.31, 72.38, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26093, 1869, 26319, 2440, 6, 25, 14.34, 14.56, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26094, 1869, 26320, 3169, 3, 25, 206.29, 209.38, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26095, 1869, 26321, 4712, 3, 25, 50.77, 51.53, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26096, 1869, 26322, 2089, 9, 25, 181.24, 183.96, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26097, 1869, 26323, 2669, 6, 25, 127.84, 129.76, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26098, 1869, 26324, 3984, 3, 25, 103.00, 104.55, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26099, 1869, 26325, 3687, 3, 25, 77.46, 78.62, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:03'),
(26100, 1869, 26326, 5804, 3, 25, 30.89, 31.35, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26101, 1869, 26327, 2218, 3, 25, 22.39, 22.73, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26102, 1869, 26328, 1127, 1, 25, 56.42, 57.27, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26103, 1869, 26329, 293, 1, 25, 13.69, 13.90, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26104, 1869, 26330, 2372, 3, 25, 9.29, 9.43, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26105, 1869, 26331, 4210, 1, 25, 22.04, 22.37, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26106, 1869, 26332, 1460, 3, 25, 26.51, 26.91, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26107, 1869, 26333, 5745, 1, 25, 28.27, 28.69, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26108, 1869, 26334, 3879, 3, 25, 63.25, 64.20, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26109, 1869, 26335, 773, 1, 25, 61.36, 62.28, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26110, 1869, 26336, 2128, 6, 25, 31.81, 32.29, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26111, 1869, 26337, 4866, 6, 25, 8.47, 8.60, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26112, 1869, 26338, 2557, 1, 25, 4.46, 4.53, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26113, 1869, 26339, 5053, 9, 25, 10.19, 10.34, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26114, 1869, 26340, 5895, 3, 25, 5.05, 5.13, 1, 1, 'ai_sell', '2024-07-31 18:59:04', '2024-07-31 18:59:04', '2024-07-31 20:00:04'),
(26115, 1869, 26341, 4387, 3, 25, 5.04, 5.12, 1, 1, 'ai_sell', '2024-07-31 18:59:05', '2024-07-31 18:59:05', '2024-07-31 20:00:04'),
(26116, 1869, 26342, 1827, 1, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-07-31 18:59:05', '2024-07-31 18:59:05', '2024-07-31 20:00:04'),
(26117, 1876, 26343, 1183, 9, 28, 13.94, 14.07, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26118, 1876, 26344, 5034, 6, 28, 9.17, 9.25, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26119, 1876, 26345, 2512, 1, 28, 27.29, 27.54, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26120, 1876, 26346, 1587, 6, 28, 76.22, 76.91, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26121, 1876, 26347, 3690, 6, 28, 7.61, 7.68, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26122, 1876, 26348, 5882, 1, 28, 4.87, 4.91, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26123, 1876, 26349, 3318, 9, 28, 1.21, 1.22, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26124, 1876, 26350, 1850, 3, 28, 0.56, 0.57, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26125, 1876, 26351, 1821, 9, 28, 1.04, 1.05, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26126, 1876, 26352, 803, 9, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26127, 1876, 26353, 734, 6, 28, 0.23, 0.23, 1, 1, 'ai_sell', '2024-07-31 19:26:04', '2024-07-31 19:26:04', '2024-07-31 20:26:04'),
(26128, 1915, 26354, 3312, 1, NULL, 69.97, 70.50, 1, 1, 'manual_sell', '2024-07-31 21:20:46', '2024-07-31 21:20:46', '2024-07-31 22:21:02'),
(26129, 1915, 26355, 980, 1, NULL, 10.00, 10.20, 3, 2, 'manual_sell', '2024-07-31 21:22:33', '2024-07-31 21:22:33', '2024-07-31 22:23:02'),
(26130, 1915, 26355, 980, 1, NULL, 10.00, 10.10, 3, 1, 'manual_sell', '2024-07-31 22:30:07', '2024-07-31 22:30:07', '2024-07-31 23:31:03'),
(26131, 1902, 26356, 1622, 3, 26, 28.28, 28.53, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:04'),
(26132, 1902, 26357, 816, 6, 26, 5.62, 5.67, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26133, 1902, 26358, 2033, 9, 26, 217.36, 219.32, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26134, 1902, 26359, 4721, 6, 26, 25.87, 26.10, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26135, 1902, 26360, 2870, 3, 26, 136.50, 137.73, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26136, 1902, 26361, 2570, 1, 26, 6.54, 6.60, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26137, 1902, 26362, 4030, 9, 26, 20.39, 20.57, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26138, 1902, 26363, 1195, 3, 26, 13.12, 13.24, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26139, 1902, 26364, 2163, 3, 26, 51.47, 51.93, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26140, 1902, 26365, 3191, 3, 26, 31.49, 31.77, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:06'),
(26141, 1902, 26366, 3669, 6, 26, 20.19, 20.37, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:07'),
(26142, 1902, 26367, 967, 9, 26, 3.03, 3.06, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:07'),
(26143, 1902, 26368, 1837, 3, 26, 1.06, 1.07, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:07'),
(26144, 1902, 26369, 756, 6, 26, 0.46, 0.46, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:07'),
(26145, 1902, 26370, 1894, 3, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-01 00:59:25', '2024-08-01 00:59:25', '2024-08-01 02:00:07'),
(26146, 1902, 26371, 1808, 9, 27, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:04'),
(26147, 1902, 26372, 370, 9, 27, 933.05, 951.71, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:06'),
(26148, 1902, 26373, 5586, 6, 27, 11.10, 11.32, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:06'),
(26149, 1902, 26374, 1937, 9, 27, 65.65, 66.96, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:06'),
(26150, 1902, 26375, 541, 6, 27, 1259.23, 1284.41, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:06'),
(26151, 1902, 26376, 4011, 9, 27, 68.41, 69.78, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:06'),
(26152, 1902, 26377, 4597, 3, 27, 15.30, 15.61, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:06'),
(26153, 1902, 26378, 4529, 1, 27, 137.70, 140.45, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26154, 1902, 26379, 4888, 3, 27, 105.03, 107.13, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26155, 1902, 26380, 4023, 1, 27, 104.00, 106.08, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26156, 1902, 26381, 548, 3, 27, 56.16, 57.28, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26157, 1902, 26382, 4794, 1, 27, 19.37, 19.76, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26158, 1902, 26383, 3260, 9, 27, 7.71, 7.86, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26159, 1902, 26384, 2980, 9, 27, 206.12, 210.24, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26160, 1902, 26385, 2297, 6, 27, 4.16, 4.24, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26161, 1902, 26386, 5180, 1, 27, 30.44, 31.05, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26162, 1902, 26387, 3650, 1, 27, 61.41, 62.64, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26163, 1902, 26388, 2113, 9, 27, 9.25, 9.44, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26164, 1902, 26389, 4514, 1, 27, 16.95, 17.29, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26165, 1902, 26390, 747, 3, 27, 14.76, 15.06, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26166, 1902, 26391, 3939, 1, 27, 101.00, 103.02, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26167, 1902, 26392, 3976, 6, 27, 712.98, 727.24, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26168, 1902, 26393, 2000, 1, 27, 4001.92, 4081.96, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26169, 1902, 26394, 2279, 1, 27, 365.76, 373.08, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:07'),
(26170, 1902, 26395, 2865, 3, 27, 55.54, 56.65, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:08'),
(26171, 1902, 26396, 346, 9, 27, 46.40, 47.33, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:08'),
(26172, 1902, 26397, 4940, 3, 27, 19.19, 19.57, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:08'),
(26173, 1902, 26398, 1395, 3, 27, 67.60, 68.95, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:08'),
(26174, 1902, 26399, 3422, 3, 27, 11.80, 12.04, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:08'),
(26175, 1902, 26400, 4199, 9, 27, 16.31, 16.64, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:08'),
(26176, 1902, 26401, 1632, 3, 27, 1696.80, 1730.74, 1, 1, 'ai_sell', '2024-08-01 01:24:04', '2024-08-01 01:24:04', '2024-08-01 02:25:08'),
(26177, 1902, 26402, 1914, 1, 27, 62.75, 64.01, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26178, 1902, 26403, 3792, 1, 27, 239.19, 243.97, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26179, 1902, 26404, 2362, 1, 27, 19.53, 19.92, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26180, 1902, 26405, 4821, 3, 27, 18.90, 19.28, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26181, 1902, 26406, 3242, 6, 27, 22.23, 22.67, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26182, 1902, 26407, 2731, 3, 27, 165.64, 168.95, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26183, 1902, 26408, 5865, 3, 27, 16.32, 16.65, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26184, 1902, 26409, 5491, 6, 27, 546.00, 556.92, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26185, 1902, 26410, 4683, 6, 27, 8.47, 8.64, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26186, 1902, 26411, 4221, 3, 27, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26187, 1902, 26412, 5172, 1, 27, 273.97, 279.45, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26188, 1902, 26413, 1574, 9, 27, 201.40, 205.43, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26189, 1902, 26414, 2189, 1, 27, 20.80, 21.22, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:08'),
(26190, 1902, 26415, 2412, 1, 27, 98.12, 100.08, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26191, 1902, 26416, 4355, 6, 27, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26192, 1902, 26417, 2283, 3, 27, 98.70, 100.67, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26193, 1902, 26418, 6167, 9, 27, 11.09, 11.31, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26194, 1902, 26419, 1267, 3, 27, 14.53, 14.82, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26195, 1902, 26420, 1793, 3, 27, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26196, 1902, 26421, 4560, 9, 27, 24.56, 25.05, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26197, 1902, 26422, 3382, 6, 27, 2.48, 2.53, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26198, 1902, 26423, 5810, 9, 27, 126.12, 128.64, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26199, 1902, 26424, 1171, 9, 27, 9.05, 9.23, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26200, 1902, 26425, 3039, 9, 27, 25.24, 25.74, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26201, 1902, 26426, 1456, 9, 27, 26.26, 26.79, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26202, 1902, 26427, 2333, 1, 27, 197.60, 201.55, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26203, 1902, 26428, 2618, 6, 27, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26204, 1902, 26429, 2848, 9, 27, 241.49, 246.32, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26205, 1902, 26430, 3896, 6, 27, 103.01, 105.07, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26206, 1902, 26431, 942, 9, 27, 25.25, 25.76, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26207, 1902, 26432, 5924, 1, 27, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26208, 1902, 26433, 1811, 3, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26209, 1902, 26434, 1662, 3, 27, 0.93, 0.95, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26210, 1902, 26435, 734, 1, 27, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26211, 1902, 26436, 803, 1, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26212, 1902, 26437, 1827, 9, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26213, 1902, 26438, 1894, 1, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-01 01:24:05', '2024-08-01 01:24:05', '2024-08-01 02:25:09'),
(26214, 1902, 26439, 1894, 3, 27, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-01 01:25:07', '2024-08-01 01:25:07', '2024-08-01 02:26:02'),
(26215, 1850, 26440, 710, 9, 24, 32.99, 33.48, 1, 1, 'ai_sell', '2024-08-01 03:00:06', '2024-08-01 03:00:06', '2024-08-01 04:01:02'),
(26216, 1850, 26441, 3468, 6, 24, 1346.80, 1367.00, 1, 1, 'ai_sell', '2024-08-01 03:00:06', '2024-08-01 03:00:06', '2024-08-01 04:01:03'),
(26217, 1850, 26442, 4710, 9, 24, 18.90, 19.18, 1, 1, 'ai_sell', '2024-08-01 03:00:06', '2024-08-01 03:00:06', '2024-08-01 04:01:03'),
(26218, 1850, 26443, 128, 3, 24, 9.27, 9.41, 1, 1, 'ai_sell', '2024-08-01 03:00:06', '2024-08-01 03:00:06', '2024-08-01 04:01:03'),
(26219, 1850, 26444, 57, 9, 24, 6.06, 6.15, 1, 1, 'ai_sell', '2024-08-01 03:00:07', '2024-08-01 03:00:07', '2024-08-01 04:01:03'),
(26220, 1850, 26445, 3382, 3, 24, 2.45, 2.49, 1, 1, 'ai_sell', '2024-08-01 03:00:07', '2024-08-01 03:00:07', '2024-08-01 04:01:03'),
(26221, 1850, 26446, 1811, 9, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-01 03:00:07', '2024-08-01 03:00:07', '2024-08-01 04:01:03'),
(26222, 1850, 26447, 1827, 3, 24, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-01 03:00:07', '2024-08-01 03:00:07', '2024-08-01 04:01:03'),
(26223, 1798, 26448, 3194, 5, NULL, 6.00, 6.06, 1, 1, 'manual_sell', '2024-08-01 04:53:22', '2024-08-01 04:53:22', '2024-08-01 05:54:03'),
(26224, 1798, 26449, 2925, 5, NULL, 901.00, 910.01, 1, 1, 'manual_sell', '2024-08-01 04:58:34', '2024-08-01 04:58:34', '2024-08-01 05:59:04'),
(26225, 1850, 26450, 2831, 5, NULL, 1000.00, 1010.00, 2, 1, 'manual_sell', '2024-08-01 07:36:11', '2024-08-01 07:36:11', '2024-08-01 08:37:03'),
(26226, 1850, 26451, 4152, 5, NULL, 35.00, 35.35, 2, 1, 'manual_sell', '2024-08-01 07:36:50', '2024-08-01 07:36:50', '2024-08-01 08:37:03'),
(26227, 1877, 26452, 6106, 6, 23, 10.92, 11.08, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26228, 1877, 26453, 4736, 1, 23, 21.61, 21.93, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26229, 1877, 26454, 2536, 6, 23, 137.79, 139.86, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26230, 1877, 26455, 1111, 9, 23, 1458.60, 1480.48, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26231, 1877, 26456, 2961, 6, 23, 1389.76, 1410.61, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26232, 1877, 26457, 1359, 3, 23, 181.80, 184.53, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26233, 1877, 26458, 4879, 9, 23, 45.44, 46.12, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26234, 1877, 26459, 3136, 9, 23, 1366.80, 1387.30, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26235, 1877, 26460, 291, 3, 23, 14.88, 15.10, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26236, 1877, 26461, 350, 9, 23, 51.50, 52.27, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26237, 1877, 26462, 828, 9, 23, 19.72, 20.02, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26238, 1877, 26463, 6019, 1, 23, 6.28, 6.37, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26239, 1877, 26464, 404, 1, 23, 40.79, 41.40, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26240, 1877, 26465, 3213, 1, 23, 6.05, 6.14, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26241, 1877, 26466, 328, 1, 23, 94.42, 95.84, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26242, 1877, 26467, 2204, 9, 23, 58.24, 59.11, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26243, 1877, 26468, 68, 1, 23, 10.50, 10.66, 1, 1, 'ai_sell', '2024-08-01 15:10:11', '2024-08-01 15:10:11', '2024-08-01 16:11:03'),
(26244, 1877, 26469, 1593, 3, 23, 34.82, 35.34, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26245, 1877, 26470, 362, 6, 23, 230.48, 233.94, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26246, 1877, 26471, 2239, 1, 23, 58.58, 59.46, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26247, 1877, 26472, 3611, 3, 23, 132.68, 134.67, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26248, 1877, 26473, 4836, 1, 23, 188.99, 191.82, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26249, 1877, 26474, 4496, 6, 23, 362.96, 368.40, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26250, 1877, 26475, 4025, 6, 23, 81.79, 83.02, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26251, 1877, 26476, 6086, 1, 23, 10.09, 10.24, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26252, 1877, 26477, 4052, 9, 23, 209.29, 212.43, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26253, 1877, 26478, 5930, 9, 23, 34.93, 35.45, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26254, 1877, 26479, 5928, 9, 23, 4.92, 4.99, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26255, 1877, 26480, 832, 6, 23, 11.47, 11.64, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26256, 1877, 26481, 1632, 3, 23, 1713.60, 1739.30, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26257, 1877, 26482, 416, 9, 23, 192.23, 195.11, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26258, 1877, 26483, 2949, 3, 23, 22.63, 22.97, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26259, 1877, 26484, 4210, 6, 23, 22.25, 22.58, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26260, 1877, 26485, 4379, 3, 23, 1060.00, 1075.90, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26261, 1877, 26486, 2638, 1, 23, 47.83, 48.55, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26262, 1877, 26487, 2190, 3, 23, 7.34, 7.45, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26263, 1877, 26488, 387, 6, 23, 2616.30, 2655.54, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26264, 1877, 26489, 337, 6, 23, 17.26, 17.52, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26265, 1877, 26490, 699, 6, 23, 69.01, 70.05, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26266, 1877, 26491, 895, 9, 23, 239.16, 242.75, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26267, 1877, 26492, 4752, 9, 23, 291.19, 295.56, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26268, 1877, 26493, 5803, 9, 23, 15.74, 15.98, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26269, 1877, 26494, 4586, 9, 23, 38.37, 38.95, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26270, 1877, 26495, 5127, 9, 23, 46.35, 47.05, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26271, 1877, 26496, 852, 1, 23, 27.75, 28.17, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26272, 1877, 26497, 1646, 6, 23, 7.65, 7.76, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26273, 1877, 26498, 3047, 9, 23, 41.40, 42.02, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:03'),
(26274, 1877, 26499, 573, 9, 23, 31.50, 31.97, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26275, 1877, 26500, 2712, 6, 23, 23.32, 23.67, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26276, 1877, 26501, 1204, 9, 23, 34.89, 35.41, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26277, 1877, 26502, 512, 1, 23, 40.59, 41.20, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26278, 1877, 26503, 1468, 1, 23, 20.38, 20.69, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26279, 1877, 26504, 3380, 1, 23, 16.07, 16.31, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26280, 1877, 26505, 5778, 1, 23, 15.44, 15.67, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26281, 1877, 26506, 4999, 9, 23, 19.36, 19.65, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26282, 1877, 26507, 4997, 1, 23, 157.58, 159.94, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26283, 1877, 26508, 5898, 6, 23, 36.12, 36.66, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26284, 1877, 26509, 355, 6, 23, 11.29, 11.46, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26285, 1877, 26510, 206, 6, 23, 26.91, 27.31, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26286, 1877, 26511, 268, 1, 23, 6.76, 6.86, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26287, 1877, 26512, 3111, 1, 23, 257.50, 261.36, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26288, 1877, 26513, 1693, 6, 23, 8.95, 9.08, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26289, 1877, 26514, 768, 1, 23, 4.41, 4.48, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26290, 1877, 26515, 2041, 9, 23, 2.04, 2.07, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26291, 1877, 26516, 4523, 3, 23, 3.18, 3.23, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26292, 1877, 26517, 1827, 3, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26293, 1912, 26518, 2214, 1, 29, 9.36, 9.50, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26294, 1912, 26519, 4080, 3, 29, 9.85, 10.00, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26295, 1912, 26520, 5676, 9, 29, 104.00, 105.56, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26296, 1912, 26521, 3767, 6, 29, 443.39, 450.04, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26297, 1912, 26522, 68, 3, 29, 10.60, 10.76, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26298, 1912, 26523, 1824, 9, 29, 129.99, 131.94, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(26299, 1912, 26524, 2429, 1, 29, 7120.50, 7227.31, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26300, 1912, 26525, 4778, 1, 29, 331.34, 336.31, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26301, 1912, 26526, 4470, 9, 29, 1142.96, 1160.10, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26302, 1912, 26527, 3610, 1, 29, 15.67, 15.91, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26303, 1912, 26528, 4481, 3, 29, 56.70, 57.55, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26304, 1912, 26529, 2118, 1, 29, 11.00, 11.17, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26305, 1912, 26530, 62, 3, 29, 18.36, 18.64, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26306, 1912, 26531, 2119, 1, 29, 7.83, 7.95, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26307, 1912, 26532, 1569, 6, 29, 90.10, 91.45, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26308, 1912, 26533, 841, 1, 29, 29.65, 30.09, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26309, 1912, 26534, 4791, 3, 29, 549.43, 557.67, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26310, 1912, 26535, 3517, 6, 29, 67.72, 68.74, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26311, 1912, 26536, 5426, 1, 29, 61.80, 62.73, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26312, 1912, 26537, 1762, 9, 29, 168.00, 170.52, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26313, 1912, 26538, 1471, 3, 29, 14.47, 14.69, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26314, 1912, 26539, 6151, 9, 29, 141.75, 143.88, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26315, 1912, 26540, 2516, 3, 29, 532.71, 540.70, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26316, 1912, 26541, 1334, 1, 29, 5.65, 5.73, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26317, 1912, 26542, 3835, 6, 29, 3.92, 3.98, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26318, 1912, 26543, 2879, 3, 29, 63.59, 64.54, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26319, 1912, 26544, 532, 1, 29, 32.03, 32.51, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26320, 1912, 26545, 3131, 6, 29, 22.04, 22.37, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26321, 1912, 26546, 2614, 3, 29, 23.62, 23.97, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26322, 1912, 26547, 5144, 1, 29, 35.34, 35.87, 1, 1, 'ai_sell', '2024-08-01 15:10:12', '2024-08-01 15:10:12', '2024-08-01 16:11:04'),
(26323, 1912, 26548, 510, 1, 29, 10.39, 10.55, 1, 1, 'ai_sell', '2024-08-01 15:10:13', '2024-08-01 15:10:13', '2024-08-01 16:11:04'),
(26324, 1912, 26549, 2023, 1, 29, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-01 15:10:13', '2024-08-01 15:10:13', '2024-08-01 16:11:04'),
(26325, 1912, 26550, 1827, 6, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-01 15:10:13', '2024-08-01 15:10:13', '2024-08-01 16:11:04'),
(26326, 1869, 26552, 3893, 9, 25, 1111.00, 1127.67, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26327, 1869, 26553, 2482, 3, 25, 15.59, 15.82, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26328, 1869, 26554, 5782, 1, 25, 20.30, 20.60, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26329, 1869, 26555, 2108, 3, 25, 41.86, 42.49, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26330, 1869, 26556, 3252, 9, 25, 32.13, 32.61, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26331, 1869, 26557, 2626, 3, 25, 27.97, 28.39, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26332, 1869, 26558, 1811, 1, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26333, 1869, 26559, 756, 6, 25, 0.47, 0.48, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26334, 1869, 26560, 1894, 6, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26335, 1869, 26561, 734, 3, 25, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-01 20:11:03', '2024-08-01 20:11:03', '2024-08-01 21:12:03'),
(26336, 1876, 26562, 5826, 1, 28, 6.17, 6.23, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:02'),
(26337, 1876, 26563, 330, 6, 28, 65.45, 66.04, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:02'),
(26338, 1876, 26564, 3417, 3, 28, 29.14, 29.40, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26339, 1876, 26565, 2197, 6, 28, 11.32, 11.42, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26340, 1876, 26566, 2024, 3, 28, 13.31, 13.43, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26341, 1876, 26567, 1637, 1, 28, 4.80, 4.84, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26342, 1876, 26568, 1412, 1, 28, 7.73, 7.80, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26343, 1876, 26569, 629, 3, 28, 4.16, 4.20, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26344, 1876, 26570, 642, 9, 28, 1.05, 1.06, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26345, 1876, 26571, 756, 3, 28, 0.46, 0.46, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26346, 1876, 26572, 1827, 9, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-01 20:37:04', '2024-08-01 20:37:04', '2024-08-01 21:38:03'),
(26347, 1902, 26573, 5087, 1, 26, 14.84, 14.97, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26348, 1902, 26574, 982, 3, 26, 139.92, 141.18, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26349, 1902, 26575, 1031, 6, 26, 10.30, 10.39, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26350, 1902, 26576, 2854, 6, 26, 220.49, 222.47, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26351, 1902, 26577, 6015, 6, 26, 93.84, 94.68, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26352, 1902, 26578, 5964, 3, 26, 46.31, 46.73, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26353, 1902, 26579, 3580, 3, 26, 7.51, 7.58, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26354, 1902, 26580, 68, 1, 26, 10.60, 10.70, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26355, 1902, 26581, 1975, 6, 26, 5.24, 5.29, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26356, 1902, 26582, 166, 1, 26, 9.08, 9.16, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26357, 1902, 26583, 5899, 9, 26, 2.01, 2.03, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26358, 1902, 26584, 5762, 3, 26, 5.54, 5.59, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26359, 1902, 26585, 1844, 1, 26, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26360, 1902, 26586, 1894, 1, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26361, 1902, 26587, 1827, 1, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26362, 1902, 26588, 803, 1, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26363, 1902, 26589, 1827, 6, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-02 02:12:03', '2024-08-02 02:12:03', '2024-08-02 03:13:03'),
(26364, 1902, 26590, 3493, 9, 27, 11.58, 11.81, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26365, 1902, 26591, 5148, 6, 27, 623.99, 636.47, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26366, 1902, 26592, 4272, 1, 27, 120.19, 122.59, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26367, 1902, 26593, 2067, 6, 27, 3072.94, 3134.40, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26368, 1902, 26594, 3174, 1, 27, 9.31, 9.50, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26369, 1902, 26595, 4275, 3, 27, 20.14, 20.54, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26370, 1902, 26596, 6070, 6, 27, 15.30, 15.61, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26371, 1902, 26597, 4258, 3, 27, 36.29, 37.02, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26372, 1902, 26598, 5260, 3, 27, 152.44, 155.49, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26373, 1902, 26599, 5411, 3, 27, 27.73, 28.28, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26374, 1902, 26600, 1969, 6, 27, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26375, 1902, 26601, 3885, 1, 27, 408.00, 416.16, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26376, 1902, 26602, 187, 9, 27, 30.29, 30.90, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26377, 1902, 26603, 1870, 3, 27, 24.72, 25.21, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26378, 1902, 26604, 1098, 3, 27, 281.79, 287.43, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26379, 1902, 26605, 376, 9, 27, 9.61, 9.80, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26380, 1902, 26606, 3674, 3, 27, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26381, 1902, 26607, 3549, 6, 27, 5655.95, 5769.07, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26382, 1902, 26608, 5044, 9, 27, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26383, 1902, 26609, 653, 9, 27, 21.63, 22.06, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26384, 1902, 26610, 5984, 3, 27, 18.46, 18.83, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26385, 1902, 26611, 2290, 3, 27, 34.68, 35.37, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26386, 1902, 26612, 62, 3, 27, 19.08, 19.46, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26387, 1902, 26613, 5639, 6, 27, 5.18, 5.28, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26388, 1902, 26614, 4140, 3, 27, 102.96, 105.02, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26389, 1902, 26615, 6167, 6, 27, 11.09, 11.31, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26390, 1902, 26616, 3480, 6, 27, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26391, 1902, 26617, 164, 6, 27, 409.62, 417.81, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26392, 1902, 26618, 1932, 1, 27, 8.37, 8.54, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26393, 1902, 26619, 283, 3, 27, 43.90, 44.78, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26394, 1902, 26620, 1024, 9, 27, 33.33, 34.00, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26395, 1902, 26621, 4323, 1, 27, 27.53, 28.08, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26396, 1902, 26622, 3330, 6, 27, 21.62, 22.05, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26397, 1902, 26623, 3711, 6, 27, 809.00, 825.18, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26398, 1902, 26624, 4125, 9, 27, 240.37, 245.18, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:03'),
(26399, 1902, 26625, 580, 3, 27, 176.75, 180.29, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26400, 1902, 26626, 944, 3, 27, 510.10, 520.30, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26401, 1902, 26627, 1786, 9, 27, 16.80, 17.14, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26402, 1902, 26628, 369, 9, 27, 13.63, 13.90, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26403, 1902, 26629, 1688, 9, 27, 47.75, 48.71, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26404, 1902, 26630, 3574, 6, 27, 17.50, 17.85, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26405, 1902, 26631, 3922, 9, 27, 26.99, 27.53, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26406, 1902, 26632, 2524, 9, 27, 12.70, 12.95, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26407, 1902, 26633, 3768, 9, 27, 3.85, 3.93, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26408, 1902, 26634, 686, 6, 27, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26409, 1902, 26635, 803, 9, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26410, 1902, 26636, 949, 3, 27, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-02 02:37:04', '2024-08-02 02:37:04', '2024-08-02 03:38:04'),
(26411, 1850, 26637, 4072, 3, 24, 11.23, 11.40, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26412, 1850, 26638, 3083, 9, 24, 51.50, 52.27, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26413, 1850, 26639, 112, 6, 24, 12.79, 12.98, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26414, 1850, 26640, 3419, 9, 24, 6.22, 6.31, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26415, 1850, 26641, 5765, 3, 24, 9.35, 9.49, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26416, 1850, 26642, 1600, 6, 24, 179.46, 182.15, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26417, 1850, 26643, 2908, 6, 24, 288.40, 292.73, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26418, 1850, 26644, 3855, 6, 24, 726.19, 737.08, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26419, 1850, 26645, 4388, 1, 24, 10.80, 10.96, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26420, 1850, 26646, 3223, 9, 24, 103.70, 105.26, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26421, 1850, 26647, 1280, 1, 24, 21.09, 21.41, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26422, 1850, 26648, 288, 9, 24, 11.68, 11.86, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26423, 1850, 26649, 6110, 9, 24, 2.14, 2.17, 1, 1, 'ai_sell', '2024-08-02 04:12:03', '2024-08-02 04:12:03', '2024-08-02 05:12:03'),
(26424, 1850, 26650, 5787, 9, 24, 3.38, 3.43, 1, 1, 'ai_sell', '2024-08-02 04:13:04', '2024-08-02 04:13:04', '2024-08-02 05:14:03'),
(26425, 1850, 26651, 1827, 3, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-02 04:13:04', '2024-08-02 04:13:04', '2024-08-02 05:14:03'),
(26426, 1798, 26654, 3917, 5, NULL, 500.00, 515.00, 1, 2, 'manual_sell', '2024-08-02 14:57:33', '2024-08-02 14:57:33', '2024-08-02 15:58:06'),
(26427, 1798, 26655, 3107, 5, NULL, 200.00, 206.00, 2, 2, 'manual_sell', '2024-08-02 14:58:50', '2024-08-02 14:58:50', '2024-08-02 15:59:04'),
(26428, 1798, 26656, 41, 3, NULL, 19.00, 19.38, 1, 2, 'manual_sell', '2024-08-02 14:59:53', '2024-08-02 14:59:53', '2024-08-02 16:00:07'),
(26429, 1920, 26657, 81, 5, NULL, 5.00, 5.05, 56, 1, 'manual_sell', '2024-08-02 14:59:53', '2024-08-02 14:59:53', '2024-08-02 16:00:07'),
(26430, 1921, 26660, 3102, 5, NULL, 40.00, 40.40, 2, 1, 'manual_sell', '2024-08-02 15:03:25', '2024-08-02 15:03:25', '2024-08-02 16:04:03'),
(26431, 1915, 26652, 2088, 1, NULL, 16.00, 16.16, 4, 1, 'manual_sell', '2024-08-02 15:03:26', '2024-08-02 15:03:26', '2024-08-02 16:04:03'),
(26432, 1886, 26551, 2443, 5, NULL, 8.00, 8.08, 34, 1, 'manual_sell', '2024-08-02 15:05:43', '2024-08-02 15:05:43', '2024-08-02 16:06:04'),
(26433, 1915, 26653, 1953, 1, NULL, 5.00, 5.05, 7, 1, 'manual_sell', '2024-08-02 15:06:19', '2024-08-02 15:06:19', '2024-08-02 16:07:04'),
(26434, 1850, 26658, 2547, 5, NULL, 201.00, 203.01, 10, 1, 'manual_sell', '2024-08-02 15:10:09', '2024-08-02 15:10:09', '2024-08-02 16:11:04'),
(26435, 1850, 26659, 13, 5, NULL, 10.15, 10.25, 8, 1, 'manual_sell', '2024-08-02 15:10:45', '2024-08-02 15:10:45', '2024-08-02 16:11:04'),
(26436, 1798, 26654, 3917, 5, NULL, 500.00, 505.00, 1, 1, 'manual_sell', '2024-08-02 16:09:46', '2024-08-02 16:09:46', '2024-08-02 17:10:07'),
(26437, 1798, 26655, 3107, 5, NULL, 200.00, 202.00, 2, 1, 'manual_sell', '2024-08-02 16:10:40', '2024-08-02 16:10:40', '2024-08-02 17:11:04'),
(26438, 1798, 26656, 41, 5, NULL, 19.00, 19.19, 1, 1, 'manual_sell', '2024-08-02 16:12:25', '2024-08-02 16:12:25', '2024-08-02 17:13:04'),
(26439, 1877, 26661, 5182, 9, 23, 46.91, 47.61, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26440, 1877, 26662, 44, 1, 23, 4.08, 4.14, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26441, 1877, 26663, 3816, 3, 23, 37.79, 38.36, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26442, 1877, 26664, 5004, 1, 23, 19.76, 20.06, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26443, 1877, 26665, 4241, 6, 23, 63.86, 64.82, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26444, 1877, 26666, 4868, 3, 23, 403.99, 410.05, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26445, 1877, 26667, 549, 9, 23, 10.60, 10.76, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26446, 1877, 26668, 2367, 6, 23, 3.12, 3.17, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26447, 1877, 26669, 3588, 3, 23, 16.58, 16.83, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26448, 1877, 26670, 5977, 6, 23, 18.89, 19.17, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26449, 1877, 26671, 963, 1, 23, 2.02, 2.05, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26450, 1877, 26672, 3213, 1, 23, 6.05, 6.14, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26451, 1877, 26673, 3051, 1, 23, 72.79, 73.88, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26452, 1877, 26674, 5190, 3, 23, 328.60, 333.53, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26453, 1877, 26675, 1502, 6, 23, 12360.00, 12545.40, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26454, 1877, 26676, 5036, 9, 23, 103.00, 104.55, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26455, 1877, 26677, 1384, 1, 23, 43.05, 43.70, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26456, 1877, 26678, 705, 1, 23, 65.92, 66.91, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26457, 1877, 26679, 4955, 6, 23, 11.65, 11.82, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26458, 1877, 26680, 755, 1, 23, 33.32, 33.82, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26459, 1877, 26681, 4219, 3, 23, 1.29, 1.31, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26460, 1877, 26682, 3761, 6, 23, 14.54, 14.76, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26461, 1877, 26683, 1640, 3, 23, 1.03, 1.05, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26462, 1877, 26684, 1818, 3, 23, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26463, 1877, 26685, 1829, 3, 23, 0.78, 0.79, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26464, 1912, 26686, 5182, 6, 29, 46.45, 47.15, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26465, 1912, 26687, 44, 6, 29, 4.04, 4.10, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26466, 1912, 26688, 3816, 9, 29, 36.71, 37.26, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26467, 1912, 26689, 5004, 9, 29, 19.95, 20.25, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26468, 1912, 26690, 4241, 3, 29, 61.43, 62.35, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26469, 1912, 26691, 4868, 1, 29, 403.99, 410.05, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26470, 1912, 26692, 549, 6, 29, 10.40, 10.56, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26471, 1912, 26693, 2367, 3, 29, 3.15, 3.20, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26472, 1912, 26694, 3588, 9, 29, 15.95, 16.19, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26473, 1912, 26695, 5977, 9, 29, 18.89, 19.17, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26474, 1912, 26696, 963, 3, 29, 2.10, 2.13, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26475, 1912, 26697, 3213, 6, 29, 6.05, 6.14, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26476, 1912, 26698, 3051, 1, 29, 72.79, 73.88, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26477, 1912, 26699, 5190, 9, 29, 322.40, 327.24, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26478, 1912, 26700, 5036, 6, 29, 106.00, 107.59, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26479, 1912, 26701, 4353, 1, 29, 499.94, 507.44, 1, 1, 'ai_sell', '2024-08-02 16:22:05', '2024-08-02 16:22:05', '2024-08-02 17:23:03'),
(26480, 1912, 26702, 1384, 1, 29, 42.23, 42.86, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26481, 1912, 26703, 705, 9, 29, 67.20, 68.21, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26482, 1912, 26704, 4955, 9, 29, 11.54, 11.71, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26483, 1912, 26705, 755, 1, 29, 34.64, 35.16, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26484, 1912, 26706, 5680, 1, 29, 48.95, 49.68, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26485, 1912, 26707, 3440, 3, 29, 22.10, 22.43, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26486, 1912, 26708, 2936, 6, 29, 2223.77, 2257.13, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26487, 1912, 26709, 4219, 3, 29, 1.31, 1.33, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26488, 1912, 26710, 3761, 1, 29, 14.54, 14.76, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26489, 1912, 26711, 1425, 1, 29, 16.97, 17.22, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26490, 1912, 26712, 5126, 1, 29, 214.24, 217.45, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26491, 1912, 26713, 1905, 1, 29, 109.18, 110.82, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26492, 1912, 26714, 3913, 6, 29, 183.99, 186.75, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26493, 1912, 26715, 4312, 3, 29, 13.58, 13.78, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26494, 1912, 26716, 425, 1, 29, 38.25, 38.82, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26495, 1912, 26717, 104, 3, 29, 35.03, 35.56, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:03'),
(26496, 1912, 26718, 3872, 6, 29, 31.80, 32.28, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26497, 1912, 26719, 4460, 1, 29, 41.98, 42.61, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26498, 1912, 26720, 1897, 9, 29, 436.56, 443.11, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26499, 1912, 26721, 1609, 3, 29, 13.51, 13.71, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26500, 1912, 26722, 4529, 6, 29, 137.70, 139.77, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26501, 1912, 26723, 1429, 6, 29, 132.60, 134.59, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26502, 1912, 26724, 5479, 3, 29, 530.25, 538.20, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26503, 1912, 26725, 1398, 1, 29, 48.21, 48.93, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26504, 1912, 26726, 3687, 1, 29, 80.50, 81.71, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26505, 1912, 26727, 3118, 9, 29, 90.47, 91.83, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26506, 1912, 26728, 2709, 9, 29, 27.98, 28.40, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26507, 1912, 26729, 1114, 3, 29, 7.78, 7.90, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26508, 1912, 26730, 5699, 3, 29, 15.84, 16.08, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26509, 1912, 26731, 279, 9, 29, 304.71, 309.28, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26510, 1912, 26732, 2307, 6, 29, 48.44, 49.17, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26511, 1912, 26733, 2206, 6, 29, 81.60, 82.82, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26512, 1912, 26734, 5507, 9, 29, 1326.00, 1345.89, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26513, 1912, 26735, 4544, 6, 29, 312.70, 317.39, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26514, 1912, 26736, 2068, 3, 29, 780.00, 791.70, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26515, 1912, 26737, 3184, 9, 29, 9.77, 9.92, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26516, 1912, 26738, 5016, 9, 29, 305.55, 310.13, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26517, 1912, 26739, 1723, 9, 29, 30.55, 31.01, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26518, 1912, 26740, 3686, 3, 29, 12.94, 13.13, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26519, 1912, 26741, 2521, 6, 29, 398.20, 404.17, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26520, 1912, 26742, 3473, 9, 29, 347.81, 353.03, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26521, 1912, 26743, 3484, 1, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26522, 1912, 26744, 1071, 3, 29, 4.16, 4.22, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26523, 1912, 26745, 3688, 3, 29, 58.77, 59.65, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26524, 1912, 26746, 2344, 6, 29, 103.00, 104.55, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26525, 1912, 26747, 5718, 6, 29, 154.50, 156.82, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26526, 1912, 26748, 2028, 3, 29, 40.17, 40.77, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26527, 1912, 26749, 190, 3, 29, 262.50, 266.44, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26528, 1912, 26750, 4560, 9, 29, 23.86, 24.22, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26529, 1912, 26751, 659, 3, 29, 8.08, 8.20, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26530, 1912, 26752, 2715, 6, 29, 35.33, 35.86, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26531, 1912, 26753, 5884, 1, 29, 20.59, 20.90, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26532, 1912, 26754, 345, 3, 29, 104.83, 106.40, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26533, 1912, 26755, 1465, 6, 29, 17.84, 18.11, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26534, 1912, 26756, 5779, 1, 29, 26.25, 26.64, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26535, 1912, 26757, 220, 6, 29, 146.32, 148.51, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26536, 1912, 26758, 3181, 9, 29, 61.60, 62.52, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26537, 1912, 26759, 5613, 1, 29, 20.19, 20.49, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26538, 1912, 26760, 5094, 1, 29, 20.99, 21.30, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26539, 1912, 26761, 5000, 9, 29, 21.00, 21.32, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26540, 1912, 26762, 4784, 9, 29, 21.30, 21.62, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26541, 1912, 26763, 1640, 3, 29, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-02 16:22:06', '2024-08-02 16:22:06', '2024-08-02 17:23:04'),
(26542, 1869, 26764, 1617, 3, 25, 16.74, 16.99, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26543, 1869, 26765, 3894, 6, 25, 827.19, 839.60, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26544, 1869, 26766, 5340, 9, 25, 11.65, 11.82, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26545, 1869, 26767, 2612, 3, 25, 17.94, 18.21, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26546, 1869, 26768, 1853, 1, 25, 32.31, 32.79, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26547, 1869, 26769, 5445, 3, 25, 13.51, 13.71, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26548, 1869, 26770, 6136, 9, 25, 16.96, 17.21, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26549, 1869, 26771, 3450, 1, 25, 5.15, 5.23, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26550, 1869, 26772, 5694, 6, 25, 282.80, 287.04, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26551, 1869, 26773, 4192, 9, 25, 21.20, 21.52, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26552, 1869, 26774, 3318, 1, 25, 1.20, 1.22, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26553, 1869, 26775, 6171, 3, 25, 15.94, 16.18, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26554, 1869, 26776, 3846, 9, 25, 5.29, 5.37, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26555, 1869, 26777, 1844, 9, 25, 0.30, 0.30, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26556, 1869, 26778, 734, 9, 25, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26557, 1869, 26779, 949, 9, 25, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-02 21:22:04', '2024-08-02 21:22:04', '2024-08-02 22:23:03'),
(26558, 1876, 26780, 3272, 9, 28, 46.45, 46.87, 1, 1, 'ai_sell', '2024-08-02 21:48:05', '2024-08-02 21:48:05', '2024-08-02 22:49:03'),
(26559, 1876, 26781, 2061, 6, 28, 55.11, 55.61, 1, 1, 'ai_sell', '2024-08-02 21:48:05', '2024-08-02 21:48:05', '2024-08-02 22:49:03'),
(26560, 1876, 26782, 4996, 6, 28, 10.49, 10.58, 1, 1, 'ai_sell', '2024-08-02 21:48:05', '2024-08-02 21:48:05', '2024-08-02 22:49:03'),
(26561, 1876, 26783, 2085, 3, 28, 29.18, 29.44, 1, 1, 'ai_sell', '2024-08-02 21:48:05', '2024-08-02 21:48:05', '2024-08-02 22:49:03'),
(26562, 1876, 26784, 2370, 1, 28, 2.21, 2.23, 1, 1, 'ai_sell', '2024-08-02 21:48:05', '2024-08-02 21:48:05', '2024-08-02 22:49:03'),
(26563, 1876, 26785, 5764, 1, 28, 1.52, 1.53, 1, 1, 'ai_sell', '2024-08-02 21:48:05', '2024-08-02 21:48:05', '2024-08-02 22:49:03'),
(26564, 1902, 26786, 5062, 6, 26, 22.66, 22.86, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26565, 1902, 26787, 440, 9, 26, 82.61, 83.35, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26566, 1902, 26788, 3454, 6, 26, 30.53, 30.80, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26567, 1902, 26789, 4825, 9, 26, 181.37, 183.00, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26568, 1902, 26790, 4129, 3, 26, 15.59, 15.73, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26569, 1902, 26791, 454, 6, 26, 104.46, 105.40, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26570, 1902, 26792, 417, 6, 26, 47.69, 48.12, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26571, 1902, 26793, 4804, 9, 26, 21.48, 21.67, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26572, 1902, 26794, 187, 9, 26, 30.29, 30.56, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26573, 1902, 26795, 2200, 1, 26, 13.13, 13.25, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26574, 1902, 26796, 969, 9, 26, 4.16, 4.20, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26575, 1902, 26797, 2887, 6, 26, 4.73, 4.77, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26576, 1902, 26798, 6085, 1, 26, 4.20, 4.24, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26577, 1902, 26799, 3485, 1, 26, 5.82, 5.87, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26578, 1902, 26800, 5812, 6, 26, 1.50, 1.51, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26579, 1902, 26801, 1952, 6, 26, 1.38, 1.39, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26580, 1902, 26802, 1827, 9, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-03 03:23:05', '2024-08-03 03:23:05', '2024-08-03 04:24:05'),
(26581, 1902, 26803, 5359, 6, 27, 1259.99, 1285.19, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26582, 1902, 26804, 520, 1, 27, 38.82, 39.60, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26583, 1902, 26805, 1357, 1, 27, 51.66, 52.69, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26584, 1902, 26806, 1391, 3, 27, 40.17, 40.97, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26585, 1902, 26807, 5109, 1, 27, 297.72, 303.67, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26586, 1902, 26808, 3110, 6, 27, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26587, 1902, 26809, 988, 3, 27, 487.60, 497.35, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26588, 1902, 26810, 5345, 1, 27, 52.01, 53.05, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26589, 1902, 26811, 2124, 1, 27, 624.00, 636.48, 1, 1, 'ai_sell', '2024-08-03 03:49:06', '2024-08-03 03:49:06', '2024-08-03 04:49:06'),
(26590, 1902, 26812, 4815, 9, 27, 17.94, 18.30, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:09'),
(26591, 1902, 26813, 2233, 3, 27, 30.92, 31.54, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:09'),
(26592, 1902, 26814, 3249, 1, 27, 11.43, 11.66, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:09'),
(26593, 1902, 26815, 477, 6, 27, 435.96, 444.68, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:09'),
(26594, 1902, 26816, 5570, 6, 27, 193.64, 197.51, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26595, 1902, 26817, 878, 1, 27, 290.16, 295.96, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26596, 1902, 26818, 3199, 6, 27, 115.25, 117.56, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26597, 1902, 26819, 2257, 1, 27, 320.25, 326.66, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26598, 1902, 26820, 4231, 6, 27, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26599, 1902, 26821, 5844, 6, 27, 126.00, 128.52, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26600, 1902, 26822, 1988, 9, 27, 6.29, 6.42, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26601, 1902, 26823, 4964, 3, 27, 20.90, 21.32, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26602, 1902, 26824, 6114, 3, 27, 4.86, 4.96, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26603, 1902, 26825, 5181, 1, 27, 18.87, 19.25, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26604, 1902, 26826, 1375, 6, 27, 25.75, 26.27, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26605, 1902, 26827, 5367, 3, 27, 236.89, 241.63, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26606, 1902, 26828, 4348, 6, 27, 232.29, 236.94, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26607, 1902, 26829, 471, 9, 27, 338.28, 345.05, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26608, 1902, 26830, 278, 6, 27, 325.47, 331.98, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26609, 1902, 26831, 5612, 3, 27, 1041.02, 1061.84, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26610, 1902, 26832, 5780, 1, 27, 561.00, 572.22, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26611, 1902, 26833, 1712, 3, 27, 61.80, 63.04, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26612, 1902, 26834, 2607, 1, 27, 14.51, 14.80, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26613, 1902, 26835, 1523, 9, 27, 1.59, 1.62, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26614, 1902, 26836, 4828, 9, 27, 38.30, 39.07, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26615, 1902, 26837, 3763, 3, 27, 701.40, 715.43, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26616, 1902, 26838, 5736, 3, 27, 105.03, 107.13, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26617, 1902, 26839, 857, 3, 27, 94.68, 96.57, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26618, 1902, 26840, 2399, 3, 27, 9.44, 9.63, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26619, 1902, 26841, 386, 3, 27, 408.00, 416.16, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26620, 1902, 26842, 1625, 9, 27, 5.30, 5.41, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26621, 1902, 26843, 2392, 1, 27, 135.68, 138.39, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26622, 1902, 26844, 1179, 9, 27, 16.03, 16.35, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26623, 1902, 26845, 3481, 6, 27, 15.57, 15.88, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26624, 1902, 26846, 6094, 9, 27, 24.29, 24.78, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26625, 1902, 26847, 1167, 6, 27, 9.06, 9.24, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26626, 1902, 26848, 1133, 3, 27, 25.50, 26.01, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26627, 1902, 26849, 2522, 1, 27, 13.13, 13.39, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26628, 1902, 26850, 646, 1, 27, 16.64, 16.97, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26629, 1902, 26851, 2756, 1, 27, 234.59, 239.28, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26630, 1902, 26852, 5240, 1, 27, 26.67, 27.20, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26631, 1902, 26853, 669, 6, 27, 20.60, 21.01, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26632, 1902, 26854, 3480, 9, 27, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26633, 1902, 26855, 1987, 1, 27, 56.52, 57.65, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26634, 1902, 26856, 1312, 3, 27, 7.27, 7.42, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26635, 1902, 26857, 6106, 6, 27, 10.81, 11.03, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26636, 1902, 26858, 438, 9, 27, 1458.61, 1487.78, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26637, 1902, 26859, 5992, 6, 27, 80.80, 82.42, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26638, 1902, 26860, 4328, 1, 27, 839.99, 856.79, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26639, 1902, 26861, 2978, 3, 27, 210.59, 214.80, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26640, 1902, 26862, 1503, 3, 27, 24.72, 25.21, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26641, 1902, 26863, 5284, 9, 27, 360.96, 368.18, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26642, 1902, 26864, 568, 3, 27, 15.60, 15.91, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26643, 1902, 26865, 4523, 9, 27, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26644, 1902, 26866, 1920, 1, 27, 40.39, 41.20, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26645, 1902, 26867, 3482, 6, 27, 5.10, 5.20, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26646, 1902, 26868, 3927, 9, 27, 37.43, 38.18, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26647, 1902, 26869, 4979, 6, 27, 4.58, 4.67, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26648, 1902, 26870, 719, 3, 27, 18.51, 18.88, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26649, 1902, 26871, 2999, 3, 27, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26650, 1902, 26872, 6060, 9, 27, 10.30, 10.51, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26651, 1902, 26873, 2686, 9, 27, 778.26, 793.83, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26652, 1902, 26874, 2537, 6, 27, 27.93, 28.49, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26653, 1902, 26875, 670, 3, 27, 8.24, 8.40, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26654, 1902, 26876, 4374, 3, 27, 9.53, 9.72, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26655, 1902, 26877, 1575, 1, 27, 2.57, 2.62, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26656, 1902, 26878, 1844, 9, 27, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26657, 1902, 26879, 1827, 3, 27, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-03 03:49:07', '2024-08-03 03:49:07', '2024-08-03 04:50:10'),
(26658, 1850, 26880, 3833, 3, 24, 5.30, 5.38, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26659, 1850, 26881, 4343, 3, 24, 176.39, 179.04, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26660, 1850, 26882, 4485, 9, 24, 30.59, 31.05, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26661, 1850, 26883, 581, 3, 24, 101.00, 102.52, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26662, 1850, 26884, 1355, 3, 24, 17.34, 17.60, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26663, 1850, 26885, 4862, 9, 24, 15.02, 15.25, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26664, 1850, 26886, 5530, 9, 24, 9.38, 9.52, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26665, 1850, 26887, 3906, 9, 24, 200.54, 203.55, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26666, 1850, 26888, 5316, 9, 24, 164.21, 166.67, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26667, 1850, 26889, 4997, 3, 24, 160.64, 163.05, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26668, 1850, 26890, 722, 3, 24, 35.00, 35.53, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26669, 1850, 26891, 1947, 9, 24, 319.75, 324.55, 1, 1, 'ai_sell', '2024-08-03 05:24:06', '2024-08-03 05:24:06', '2024-08-03 06:25:08'),
(26670, 1850, 26892, 269, 1, 24, 173.25, 175.85, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08'),
(26671, 1850, 26893, 1797, 6, 24, 15.15, 15.38, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08'),
(26672, 1850, 26894, 2586, 3, 24, 20.07, 20.37, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(26673, 1850, 26895, 5803, 6, 24, 15.14, 15.37, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08'),
(26674, 1850, 26896, 803, 1, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08'),
(26675, 1850, 26897, 1844, 1, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08'),
(26676, 1850, 26898, 1827, 6, 24, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08'),
(26677, 1850, 26899, 1894, 3, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-03 05:24:07', '2024-08-03 05:24:07', '2024-08-03 06:25:08'),
(26678, 1877, 26915, 228, 3, 23, 5.14, 5.22, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26679, 1877, 26916, 4763, 3, 23, 71.39, 72.46, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26680, 1877, 26917, 853, 3, 23, 250.15, 253.90, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26681, 1877, 26918, 1540, 1, 23, 33.33, 33.83, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26682, 1877, 26919, 1604, 3, 23, 1271.59, 1290.66, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26683, 1877, 26920, 1920, 3, 23, 39.24, 39.83, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26684, 1877, 26921, 4537, 9, 23, 531.05, 539.02, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26685, 1877, 26922, 6063, 1, 23, 12.72, 12.91, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26686, 1877, 26923, 3110, 3, 23, 31.50, 31.97, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26687, 1877, 26924, 4977, 6, 23, 5.14, 5.22, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26688, 1877, 26925, 1532, 9, 23, 997.50, 1012.46, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26689, 1877, 26926, 3208, 9, 23, 1612.00, 1636.18, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26690, 1877, 26927, 769, 6, 23, 108.07, 109.69, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:02'),
(26691, 1877, 26928, 3752, 3, 23, 62.29, 63.22, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26692, 1877, 26929, 5826, 9, 23, 6.00, 6.09, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26693, 1877, 26930, 3098, 1, 23, 71.40, 72.47, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26694, 1877, 26931, 3171, 6, 23, 17.17, 17.43, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26695, 1877, 26932, 6067, 1, 23, 22.44, 22.78, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26696, 1877, 26933, 977, 3, 23, 62.40, 63.34, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26697, 1877, 26934, 4040, 1, 23, 20.63, 20.94, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26698, 1877, 26935, 3857, 3, 23, 40.20, 40.80, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26699, 1877, 26936, 5109, 9, 23, 294.91, 299.33, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26700, 1877, 26937, 895, 9, 23, 243.89, 247.55, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26701, 1877, 26938, 5062, 3, 23, 22.44, 22.78, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26702, 1877, 26939, 1634, 6, 23, 1448.40, 1470.13, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26703, 1877, 26940, 1207, 3, 23, 60.90, 61.81, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26704, 1877, 26941, 4396, 6, 23, 101.86, 103.39, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26705, 1877, 26942, 2766, 9, 23, 329.46, 334.40, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:03'),
(26706, 1877, 26943, 3473, 9, 23, 354.63, 359.95, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26707, 1877, 26944, 3382, 1, 23, 2.50, 2.54, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26708, 1877, 26945, 5274, 9, 23, 152.50, 154.79, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26709, 1877, 26946, 5106, 1, 23, 85.68, 86.97, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26710, 1877, 26947, 3387, 3, 23, 22.44, 22.78, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26711, 1877, 26948, 842, 9, 23, 17.75, 18.02, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26712, 1877, 26949, 3170, 9, 23, 530.39, 538.35, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26713, 1877, 26950, 216, 6, 23, 17.10, 17.36, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26714, 1877, 26951, 1305, 9, 23, 43.04, 43.69, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26715, 1877, 26952, 798, 6, 23, 16.47, 16.72, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26716, 1877, 26953, 4014, 6, 23, 7.75, 7.87, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26717, 1877, 26954, 2059, 1, 23, 1541.91, 1565.04, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26718, 1877, 26955, 185, 1, 23, 72.79, 73.88, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26719, 1877, 26956, 3119, 6, 23, 61.29, 62.21, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26720, 1877, 26957, 1859, 9, 23, 3.74, 3.80, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26721, 1877, 26958, 1746, 1, 23, 187.95, 190.77, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26722, 1877, 26959, 1990, 6, 23, 54.36, 55.18, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26723, 1877, 26960, 5220, 1, 23, 103.01, 104.56, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26724, 1877, 26961, 2816, 3, 23, 13.64, 13.84, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26725, 1877, 26962, 5259, 9, 23, 30.59, 31.05, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26726, 1877, 26963, 4399, 3, 23, 25.90, 26.29, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26727, 1877, 26964, 1002, 9, 23, 338.09, 343.16, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26728, 1877, 26965, 2108, 1, 23, 41.46, 42.08, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26729, 1877, 26966, 5933, 3, 23, 54.16, 54.97, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26730, 1877, 26967, 3648, 9, 23, 481.95, 489.18, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26731, 1877, 26968, 4193, 6, 23, 1784.99, 1811.76, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26732, 1877, 26969, 1249, 6, 23, 41.20, 41.82, 1, 1, 'ai_sell', '2024-08-03 19:32:18', '2024-08-03 19:32:18', '2024-08-03 20:33:04'),
(26733, 1877, 26970, 553, 3, 23, 9.27, 9.41, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26734, 1877, 26971, 5940, 6, 23, 3.09, 3.14, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26735, 1877, 26972, 1837, 9, 23, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26736, 1877, 26973, 1952, 9, 23, 1.34, 1.36, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26737, 1877, 26974, 1811, 3, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26738, 1877, 26975, 734, 6, 23, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26739, 1912, 26977, 3984, 3, 29, 103.00, 104.55, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26740, 1912, 26978, 415, 9, 29, 132.29, 134.27, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26741, 1912, 26979, 4826, 3, 29, 15.59, 15.82, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26742, 1912, 26980, 675, 6, 29, 31.50, 31.97, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26743, 1912, 26981, 1409, 6, 29, 11.10, 11.27, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26744, 1912, 26982, 4497, 1, 29, 15.89, 16.13, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26745, 1912, 26983, 4761, 6, 29, 215.18, 218.41, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26746, 1912, 26984, 3207, 9, 29, 3876.00, 3934.14, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26747, 1912, 26985, 5096, 6, 29, 23.60, 23.95, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26748, 1912, 26986, 6005, 9, 29, 1047.90, 1063.62, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26749, 1912, 26987, 4973, 9, 29, 19.75, 20.05, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26750, 1912, 26988, 3154, 3, 29, 35.30, 35.83, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26751, 1912, 26989, 4195, 1, 29, 873.59, 886.69, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26752, 1912, 26990, 5972, 3, 29, 15.44, 15.67, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26753, 1912, 26991, 2700, 6, 29, 3001.95, 3046.98, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26754, 1912, 26992, 2952, 6, 29, 566.50, 575.00, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26755, 1912, 26993, 1519, 9, 29, 14.73, 14.95, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26756, 1912, 26994, 1355, 6, 29, 17.68, 17.95, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:04'),
(26757, 1912, 26995, 1229, 9, 29, 208.00, 211.12, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26758, 1912, 26996, 4099, 6, 29, 204.00, 207.06, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26759, 1912, 26997, 1305, 1, 29, 42.22, 42.85, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26760, 1912, 26998, 4145, 3, 29, 191.16, 194.03, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26761, 1912, 26999, 4876, 6, 29, 41.17, 41.79, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26762, 1912, 27000, 81, 1, 29, 4.20, 4.26, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26763, 1912, 27001, 1386, 1, 29, 9.11, 9.25, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26764, 1912, 27002, 730, 9, 29, 72.61, 73.70, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26765, 1912, 27003, 4602, 6, 29, 30.69, 31.15, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26766, 1912, 27004, 1654, 3, 29, 32.54, 33.03, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26767, 1912, 27005, 3124, 9, 29, 44.10, 44.76, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26768, 1912, 27006, 664, 3, 29, 10.30, 10.45, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26769, 1912, 27007, 3039, 9, 29, 25.49, 25.87, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26770, 1912, 27008, 3012, 1, 29, 401.42, 407.44, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26771, 1912, 27009, 5473, 3, 29, 233.20, 236.70, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26772, 1912, 27010, 1511, 1, 29, 21.12, 21.44, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26773, 1912, 27011, 5230, 3, 29, 4.36, 4.43, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26774, 1912, 27012, 2608, 9, 29, 10.20, 10.35, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26775, 1912, 27013, 6110, 9, 29, 2.16, 2.19, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26776, 1912, 27014, 1894, 9, 29, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26777, 1912, 27015, 1827, 9, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-03 19:32:19', '2024-08-03 19:32:19', '2024-08-03 20:33:05'),
(26778, 1850, 26900, 3719, 5, NULL, 68.00, 68.68, 20, 1, 'manual_sell', '2024-08-03 20:26:09', '2024-08-03 20:26:09', '2024-08-03 21:27:02'),
(26779, 1850, 26901, 4900, 5, NULL, 135.00, 136.35, 5, 1, 'manual_sell', '2024-08-03 20:26:47', '2024-08-03 20:26:47', '2024-08-03 21:27:02'),
(26780, 1850, 26902, 2359, 5, NULL, 31.00, 31.31, 2, 1, 'manual_sell', '2024-08-03 20:27:16', '2024-08-03 20:27:16', '2024-08-03 21:28:02'),
(26781, 1850, 26903, 727, 5, NULL, 5.00, 5.05, 3, 1, 'manual_sell', '2024-08-03 20:28:10', '2024-08-03 20:28:10', '2024-08-03 21:29:02'),
(26782, 1886, 26905, 89, 5, NULL, 121.00, 122.21, 2, 1, 'manual_sell', '2024-08-03 20:28:25', '2024-08-03 20:28:25', '2024-08-03 21:29:02'),
(26783, 1886, 26909, 3071, 5, NULL, 30.00, 30.30, 1, 1, 'manual_sell', '2024-08-03 20:28:54', '2024-08-03 20:28:54', '2024-08-03 21:29:02'),
(26784, 1886, 26910, 355, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-08-03 20:29:28', '2024-08-03 20:29:28', '2024-08-03 21:30:03'),
(26785, 1920, 26904, 3107, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-08-03 20:32:02', '2024-08-03 20:32:02', '2024-08-03 21:32:02'),
(26786, 1920, 26906, 4956, 5, NULL, 41.00, 41.41, 2, 1, 'manual_sell', '2024-08-03 20:32:34', '2024-08-03 20:32:34', '2024-08-03 21:33:01'),
(26787, 1921, 26907, 3857, 5, NULL, 40.00, 40.40, 2, 1, 'manual_sell', '2024-08-03 20:34:59', '2024-08-03 20:34:59', '2024-08-03 21:35:02'),
(26788, 1798, 26912, 3691, 5, NULL, 471.00, 475.71, 1, 1, 'manual_sell', '2024-08-03 20:36:45', '2024-08-03 20:36:45', '2024-08-03 21:37:02'),
(26789, 1798, 26913, 5123, 5, NULL, 370.00, 373.70, 1, 1, 'manual_sell', '2024-08-03 20:37:49', '2024-08-03 20:37:49', '2024-08-03 21:38:02'),
(26790, 1798, 26914, 960, 5, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-08-03 20:38:40', '2024-08-03 20:38:40', '2024-08-03 21:39:02'),
(26791, 1798, 26976, 366, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-08-03 20:40:01', '2024-08-03 20:40:01', '2024-08-03 21:40:02'),
(26792, 1915, 26908, 4210, 1, NULL, 30.00, 31.00, 2, 2, 'manual_sell', '2024-08-03 20:50:04', '2024-08-03 20:50:04', '2024-08-03 21:51:02'),
(26793, 1915, 26911, 1419, 1, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-08-03 20:51:44', '2024-08-03 20:51:44', '2024-08-03 21:52:02'),
(26794, 1869, 27016, 5499, 9, 25, 53.54, 54.34, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26795, 1869, 27017, 4733, 9, 25, 64.46, 65.43, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26796, 1869, 27018, 3698, 3, 25, 202.45, 205.49, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26797, 1869, 27019, 4591, 9, 25, 16.63, 16.88, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26798, 1869, 27020, 119, 6, 25, 6.72, 6.82, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26799, 1869, 27021, 1217, 1, 25, 44.71, 45.38, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26800, 1869, 27022, 4205, 3, 25, 7.87, 7.99, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26801, 1869, 27023, 1321, 9, 25, 28.36, 28.79, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26802, 1869, 27024, 4583, 9, 25, 50.87, 51.63, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26803, 1869, 27025, 1132, 9, 25, 25.65, 26.03, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26804, 1869, 27026, 59, 9, 25, 8.24, 8.36, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26805, 1869, 27027, 4773, 6, 25, 52.47, 53.26, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26806, 1869, 27028, 2752, 9, 25, 70.34, 71.40, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26807, 1869, 27029, 5964, 1, 25, 46.31, 47.00, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26808, 1869, 27030, 2406, 6, 25, 114.71, 116.43, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26809, 1869, 27031, 3419, 9, 25, 6.16, 6.25, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26810, 1869, 27032, 1421, 9, 25, 19.57, 19.86, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26811, 1869, 27033, 2360, 6, 25, 51.50, 52.27, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26812, 1869, 27034, 467, 9, 25, 36.45, 37.00, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26813, 1869, 27035, 730, 3, 25, 72.61, 73.70, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26814, 1869, 27036, 1147, 1, 25, 103.00, 104.55, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26815, 1869, 27037, 4140, 6, 25, 99.99, 101.49, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26816, 1869, 27038, 5945, 9, 25, 3.41, 3.46, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26817, 1869, 27039, 6042, 6, 25, 3.80, 3.86, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26818, 1869, 27040, 5091, 9, 25, 5.04, 5.12, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26819, 1869, 27041, 674, 3, 25, 8.08, 8.20, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26820, 1869, 27042, 5802, 9, 25, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26821, 1869, 27043, 3568, 3, 25, 13.79, 14.00, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26822, 1869, 27044, 945, 3, 25, 9.18, 9.32, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26823, 1869, 27045, 4521, 9, 25, 13.38, 13.58, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26824, 1869, 27046, 1773, 3, 25, 9.26, 9.40, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26825, 1869, 27047, 4257, 1, 25, 9.18, 9.32, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26826, 1869, 27048, 4511, 9, 25, 2.07, 2.10, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26827, 1869, 27049, 3222, 3, 25, 4.16, 4.22, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26828, 1869, 27050, 597, 9, 25, 3.06, 3.11, 1, 1, 'ai_sell', '2024-08-03 22:34:03', '2024-08-03 22:34:03', '2024-08-03 23:35:02'),
(26829, 1915, 26908, 4210, 1, NULL, 30.00, 30.30, 2, 1, 'manual_sell', '2024-08-03 22:47:22', '2024-08-03 22:47:22', '2024-08-03 23:48:02'),
(26830, 1876, 27051, 2948, 6, 28, 36.02, 36.34, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26831, 1876, 27052, 5617, 1, 28, 5.92, 5.97, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26832, 1876, 27053, 4491, 9, 28, 24.24, 24.46, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26833, 1876, 27054, 5647, 6, 28, 12.12, 12.23, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26834, 1876, 27055, 5852, 1, 28, 38.37, 38.72, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26835, 1876, 27056, 4097, 9, 28, 20.79, 20.98, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26836, 1876, 27057, 2078, 1, 28, 3.91, 3.95, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26837, 1876, 27058, 3225, 3, 28, 1.14, 1.15, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26838, 1876, 27059, 1842, 9, 28, 1.03, 1.04, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26839, 1876, 27060, 1585, 3, 28, 1.61, 1.62, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26840, 1876, 27061, 2023, 6, 28, 1.02, 1.03, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26841, 1876, 27062, 1827, 3, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-03 23:00:03', '2024-08-03 23:00:03', '2024-08-04 00:00:03'),
(26842, 1902, 27063, 5503, 9, 26, 82.49, 83.23, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26843, 1902, 27064, 4171, 3, 26, 26.24, 26.48, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26844, 1902, 27065, 2634, 9, 26, 15.01, 15.15, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26845, 1902, 27066, 821, 9, 26, 141.59, 142.86, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26846, 1902, 27067, 6001, 9, 26, 31.49, 31.77, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26847, 1902, 27068, 528, 6, 26, 15.75, 15.89, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26848, 1902, 27069, 2731, 1, 26, 165.64, 167.13, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26849, 1902, 27070, 858, 1, 26, 14.38, 14.51, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26850, 1902, 27071, 4067, 3, 26, 12.14, 12.25, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26851, 1902, 27072, 308, 1, 26, 7.84, 7.91, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26852, 1902, 27073, 3519, 9, 26, 44.00, 44.40, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:02'),
(26853, 1902, 27074, 2650, 3, 26, 15.24, 15.38, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:03'),
(26854, 1902, 27075, 619, 3, 26, 4.12, 4.16, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:03'),
(26855, 1902, 27076, 734, 1, 26, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:03'),
(26856, 1902, 27077, 756, 9, 26, 0.47, 0.47, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:03'),
(26857, 1902, 27078, 1894, 9, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-04 04:36:02', '2024-08-04 04:36:02', '2024-08-04 05:36:03'),
(26858, 1902, 27079, 57, 9, 27, 6.24, 6.36, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26859, 1902, 27080, 5376, 3, 27, 19.23, 19.61, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26860, 1902, 27081, 676, 6, 27, 2.04, 2.08, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26861, 1902, 27082, 3608, 1, 27, 89.00, 90.78, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26862, 1902, 27083, 2567, 9, 27, 415.99, 424.31, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26863, 1902, 27084, 3569, 6, 27, 12.35, 12.60, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26864, 1902, 27085, 4908, 3, 27, 140.85, 143.67, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26865, 1902, 27086, 4106, 6, 27, 1.35, 1.38, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26866, 1902, 27087, 5167, 1, 27, 185.39, 189.10, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26867, 1902, 27088, 4418, 9, 27, 3000.90, 3060.92, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26868, 1902, 27089, 4481, 3, 27, 54.54, 55.63, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26869, 1902, 27090, 1226, 9, 27, 270.30, 275.71, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26870, 1902, 27091, 3872, 1, 27, 30.30, 30.91, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26871, 1902, 27092, 3988, 6, 27, 32.96, 33.62, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26872, 1902, 27093, 459, 1, 27, 780.00, 795.60, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26873, 1902, 27094, 4406, 3, 27, 25.43, 25.94, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26874, 1902, 27095, 2623, 9, 27, 9.48, 9.67, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26875, 1902, 27096, 3812, 6, 27, 30.11, 30.71, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26876, 1902, 27097, 5880, 6, 27, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26877, 1902, 27098, 2668, 9, 27, 1314.78, 1341.08, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26878, 1902, 27099, 15, 9, 27, 24.15, 24.63, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26879, 1902, 27100, 510, 3, 27, 10.59, 10.80, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26880, 1902, 27101, 494, 9, 27, 16.04, 16.36, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26881, 1902, 27102, 4471, 6, 27, 1472.89, 1502.35, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26882, 1902, 27103, 5995, 3, 27, 202.77, 206.83, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26883, 1902, 27104, 1139, 3, 27, 17.68, 18.03, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26884, 1902, 27105, 1052, 6, 27, 62.99, 64.25, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26885, 1902, 27106, 1690, 9, 27, 17.77, 18.13, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26886, 1902, 27107, 4356, 6, 27, 91.79, 93.63, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26887, 1902, 27108, 3178, 1, 27, 5.47, 5.58, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26888, 1902, 27109, 298, 6, 27, 9.52, 9.71, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26889, 1902, 27110, 1773, 6, 27, 9.44, 9.63, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26890, 1902, 27111, 5179, 3, 27, 81.59, 83.22, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26891, 1902, 27112, 4831, 6, 27, 165.34, 168.65, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26892, 1902, 27113, 3842, 1, 27, 20.60, 21.01, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26893, 1902, 27114, 3077, 1, 27, 7.49, 7.64, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26894, 1902, 27115, 5398, 9, 27, 530.45, 541.06, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26895, 1902, 27116, 5112, 3, 27, 13.13, 13.39, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26896, 1902, 27117, 6052, 9, 27, 30.59, 31.20, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26897, 1902, 27118, 3700, 9, 27, 212.85, 217.11, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26898, 1902, 27119, 5563, 6, 27, 22.25, 22.70, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26899, 1902, 27120, 5496, 3, 27, 64.04, 65.32, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26900, 1902, 27121, 2438, 9, 27, 136.50, 139.23, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:02'),
(26901, 1902, 27122, 1946, 6, 27, 4.60, 4.69, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26902, 1902, 27123, 1675, 1, 27, 29.14, 29.72, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26903, 1902, 27124, 1547, 9, 27, 297.95, 303.91, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26904, 1902, 27125, 209, 3, 27, 3113.30, 3175.57, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26905, 1902, 27126, 4972, 9, 27, 41.29, 42.12, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26906, 1902, 27127, 185, 6, 27, 71.39, 72.82, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26907, 1902, 27128, 3653, 3, 27, 493.50, 503.37, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26908, 1902, 27129, 1978, 3, 27, 12.71, 12.96, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26909, 1902, 27130, 3267, 3, 27, 3.17, 3.23, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26910, 1902, 27131, 767, 1, 27, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26911, 1902, 27132, 1811, 3, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26912, 1902, 27133, 1827, 1, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-04 05:02:03', '2024-08-04 05:02:03', '2024-08-04 06:03:03'),
(26913, 1850, 27134, 5718, 3, 24, 157.50, 159.86, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26914, 1850, 27135, 1664, 1, 24, 39.78, 40.38, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26915, 1850, 27136, 1501, 1, 24, 27.54, 27.95, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26916, 1850, 27137, 3895, 3, 24, 31.79, 32.27, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26917, 1850, 27138, 2797, 3, 24, 9.44, 9.58, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26918, 1850, 27139, 5144, 3, 24, 36.39, 36.94, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26919, 1850, 27140, 2675, 9, 24, 10.49, 10.65, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26920, 1850, 27141, 4783, 6, 24, 30.43, 30.89, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26921, 1850, 27142, 588, 3, 24, 295.36, 299.79, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26922, 1850, 27143, 3359, 3, 24, 9.36, 9.50, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26923, 1850, 27144, 3103, 6, 24, 139.36, 141.45, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26924, 1850, 27145, 4900, 6, 24, 136.30, 138.34, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26925, 1850, 27146, 2743, 6, 24, 41.99, 42.62, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26926, 1850, 27147, 1561, 3, 24, 357.00, 362.36, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26927, 1850, 27148, 173, 9, 24, 120.50, 122.31, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26928, 1850, 27149, 2904, 9, 24, 9.40, 9.54, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26929, 1850, 27150, 5585, 6, 24, 14.65, 14.87, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26930, 1850, 27151, 1342, 9, 24, 6.17, 6.26, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26931, 1850, 27152, 4556, 6, 24, 6.70, 6.80, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26932, 1850, 27153, 624, 1, 24, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26933, 1850, 27154, 1811, 9, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26934, 1850, 27155, 1827, 6, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-04 06:37:02', '2024-08-04 06:37:02', '2024-08-04 07:37:02'),
(26935, 1877, 27156, 1845, 6, 23, 25.18, 25.56, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26936, 1877, 27157, 2134, 1, 23, 36.02, 36.56, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26937, 1877, 27158, 3902, 3, 23, 1068.48, 1084.51, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26938, 1877, 27159, 880, 6, 23, 198.45, 201.43, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26939, 1877, 27160, 177, 9, 23, 280.89, 285.10, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26940, 1877, 27161, 3160, 3, 23, 203.00, 206.05, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26941, 1877, 27162, 3532, 3, 23, 8.17, 8.29, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26942, 1877, 27163, 1277, 3, 23, 34.47, 34.99, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26943, 1877, 27164, 5919, 3, 23, 537.67, 545.74, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26944, 1877, 27165, 2931, 6, 23, 602.70, 611.74, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26945, 1877, 27166, 2600, 3, 23, 1008.99, 1024.12, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26946, 1877, 27167, 2491, 6, 23, 164.21, 166.67, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26947, 1877, 27168, 5625, 6, 23, 4.74, 4.81, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26948, 1877, 27169, 3235, 9, 23, 181.10, 183.82, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26949, 1877, 27170, 2575, 9, 23, 45.22, 45.90, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26950, 1877, 27171, 3833, 9, 23, 5.10, 5.18, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26951, 1877, 27172, 901, 3, 23, 21.85, 22.18, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26952, 1877, 27173, 4985, 1, 23, 312.00, 316.68, 1, 1, 'ai_sell', '2024-08-04 20:44:02', '2024-08-04 20:44:02', '2024-08-04 21:44:03'),
(26953, 1877, 27174, 438, 1, 23, 1403.57, 1424.62, 1, 1, 'ai_sell', '2024-08-04 20:45:03', '2024-08-04 20:45:03', '2024-08-04 21:45:03'),
(26954, 1877, 27175, 4966, 1, 23, 2953.92, 2998.23, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26955, 1877, 27176, 1295, 6, 23, 8.60, 8.73, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26956, 1877, 27177, 2864, 3, 23, 15.59, 15.82, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26957, 1877, 27178, 3249, 3, 23, 11.65, 11.82, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26958, 1877, 27179, 1184, 9, 23, 49.49, 50.23, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26959, 1877, 27180, 269, 6, 23, 169.95, 172.50, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26960, 1877, 27181, 3723, 9, 23, 237.35, 240.91, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26961, 1877, 27182, 1917, 9, 23, 75.83, 76.97, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26962, 1877, 27183, 344, 1, 23, 349.87, 355.12, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26963, 1877, 27184, 4307, 3, 23, 1050.00, 1065.75, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26964, 1877, 27185, 706, 6, 23, 66.65, 67.65, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26965, 1877, 27186, 5972, 6, 23, 15.29, 15.52, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26966, 1877, 27187, 3705, 6, 23, 30.19, 30.64, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26967, 1877, 27188, 5186, 9, 23, 329.69, 334.64, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26968, 1877, 27189, 5382, 6, 23, 303.63, 308.18, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26969, 1877, 27190, 5068, 6, 23, 65.51, 66.49, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26970, 1877, 27191, 4591, 6, 23, 16.63, 16.88, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26971, 1877, 27192, 6025, 6, 23, 102.95, 104.49, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26972, 1877, 27193, 4461, 1, 23, 575.69, 584.33, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26973, 1877, 27194, 1942, 6, 23, 7.76, 7.88, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26974, 1877, 27195, 665, 6, 23, 96.82, 98.27, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26975, 1877, 27196, 360, 9, 23, 20.12, 20.42, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26976, 1877, 27197, 1789, 9, 23, 44.88, 45.55, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26977, 1877, 27198, 1344, 1, 23, 22.65, 22.99, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26978, 1877, 27199, 4523, 3, 23, 3.15, 3.20, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26979, 1877, 27200, 1906, 3, 23, 5.41, 5.49, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26980, 1877, 27201, 2131, 6, 23, 164.32, 166.78, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26981, 1877, 27202, 1377, 9, 23, 12.11, 12.29, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26982, 1877, 27203, 2269, 6, 23, 30.75, 31.21, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26983, 1877, 27204, 4941, 9, 23, 520.16, 527.96, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26984, 1877, 27205, 5966, 1, 23, 8.66, 8.79, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26985, 1877, 27206, 1736, 6, 23, 34.82, 35.34, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26986, 1877, 27207, 692, 9, 23, 8.24, 8.36, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26987, 1877, 27208, 5408, 6, 23, 125.31, 127.19, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26988, 1877, 27209, 5442, 3, 23, 26.27, 26.66, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26989, 1877, 27210, 5127, 3, 23, 47.25, 47.96, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26990, 1877, 27211, 3832, 6, 23, 6.17, 6.26, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26991, 1877, 27212, 3897, 6, 23, 103.32, 104.87, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26992, 1877, 27213, 2335, 3, 23, 15.13, 15.36, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26993, 1877, 27214, 3590, 3, 23, 42.78, 43.42, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26994, 1877, 27215, 3332, 6, 23, 21.92, 22.25, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26995, 1877, 27216, 3085, 9, 23, 71.58, 72.65, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26996, 1877, 27217, 2472, 6, 23, 45.98, 46.67, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26997, 1877, 27218, 153, 3, 23, 21.00, 21.32, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26998, 1877, 27219, 1715, 9, 23, 6.82, 6.92, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(26999, 1877, 27220, 1811, 1, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27000, 1912, 27221, 1845, 6, 29, 25.42, 25.80, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27001, 1912, 27222, 2134, 9, 29, 37.07, 37.63, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27002, 1912, 27223, 3902, 3, 29, 1068.48, 1084.51, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27003, 1912, 27224, 880, 9, 29, 190.89, 193.75, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27004, 1912, 27225, 177, 1, 29, 275.59, 279.72, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27005, 1912, 27226, 3160, 9, 29, 205.01, 208.09, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27006, 1912, 27227, 3532, 6, 29, 8.25, 8.37, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27007, 1912, 27228, 1277, 6, 29, 35.14, 35.67, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27008, 1912, 27229, 5919, 6, 29, 522.16, 529.99, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27009, 1912, 27230, 2931, 1, 29, 602.70, 611.74, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27010, 1912, 27231, 2600, 9, 29, 1028.97, 1044.40, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27011, 1912, 27232, 2491, 6, 29, 169.04, 171.58, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27012, 1912, 27233, 5625, 3, 29, 4.88, 4.95, 1, 1, 'ai_sell', '2024-08-04 20:45:04', '2024-08-04 20:45:04', '2024-08-04 21:46:02'),
(27013, 1912, 27234, 3235, 6, 29, 177.65, 180.31, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27014, 1912, 27235, 2575, 1, 29, 45.22, 45.90, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27015, 1912, 27236, 3833, 9, 29, 5.15, 5.23, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27016, 1912, 27237, 901, 9, 29, 21.02, 21.34, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27017, 1912, 27238, 4985, 1, 29, 318.00, 322.77, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27018, 1912, 27239, 438, 6, 29, 1458.61, 1480.49, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27019, 1912, 27240, 4966, 3, 29, 3011.84, 3057.02, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27020, 1912, 27241, 1295, 9, 29, 8.52, 8.65, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27021, 1912, 27242, 2864, 9, 29, 15.74, 15.98, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27022, 1912, 27243, 3249, 6, 29, 11.43, 11.60, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27023, 1912, 27244, 1184, 1, 29, 50.96, 51.72, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27024, 1912, 27245, 269, 9, 29, 173.25, 175.85, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27025, 1912, 27246, 3723, 9, 29, 242.05, 245.68, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27026, 1912, 27247, 1917, 3, 29, 74.39, 75.51, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27027, 1912, 27248, 344, 1, 29, 356.59, 361.94, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27028, 1912, 27249, 4307, 3, 29, 1030.00, 1045.45, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27029, 1912, 27250, 706, 1, 29, 66.65, 67.65, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27030, 1912, 27251, 5972, 6, 29, 15.44, 15.67, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27031, 1912, 27252, 3705, 9, 29, 31.09, 31.56, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27032, 1912, 27253, 5186, 6, 29, 323.29, 328.14, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27033, 1912, 27254, 5068, 1, 29, 66.14, 67.13, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27034, 1912, 27255, 4591, 1, 29, 16.95, 17.20, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27035, 1912, 27256, 1942, 6, 29, 7.76, 7.88, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27036, 1912, 27257, 360, 6, 29, 19.35, 19.64, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27037, 1912, 27258, 1789, 6, 29, 46.64, 47.34, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27038, 1912, 27259, 4523, 1, 29, 3.06, 3.11, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27039, 1912, 27260, 1906, 1, 29, 5.62, 5.70, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27040, 1912, 27261, 1363, 3, 29, 3.43, 3.48, 1, 1, 'ai_sell', '2024-08-04 20:45:05', '2024-08-04 20:45:05', '2024-08-04 21:46:02'),
(27041, 1850, 27262, 1903, 5, NULL, 400.00, 404.00, 5, 1, 'manual_sell', '2024-08-04 21:33:43', '2024-08-04 21:33:43', '2024-08-04 22:34:01'),
(27042, 1850, 27263, 2575, 5, NULL, 43.00, 43.43, 3, 1, 'manual_sell', '2024-08-04 21:34:15', '2024-08-04 21:34:15', '2024-08-04 22:35:02'),
(27043, 1850, 27264, 1722, 5, NULL, 4.00, 4.04, 1, 1, 'manual_sell', '2024-08-04 21:36:04', '2024-08-04 21:36:04', '2024-08-04 22:37:02'),
(27044, 1886, 27266, 3050, 5, NULL, 11.00, 11.11, 26, 1, 'manual_sell', '2024-08-04 21:42:40', '2024-08-04 21:42:40', '2024-08-04 22:43:02'),
(27045, 1920, 27265, 1966, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-04 21:46:40', '2024-08-04 21:46:40', '2024-08-04 22:47:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(27046, 1920, 27267, 1124, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-08-04 21:49:22', '2024-08-04 21:49:22', '2024-08-04 22:50:03'),
(27047, 1921, 27268, 3864, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-08-04 21:53:28', '2024-08-04 21:53:28', '2024-08-04 22:54:02'),
(27048, 1798, 27269, 5165, 5, NULL, 846.00, 854.46, 1, 1, 'manual_sell', '2024-08-04 22:01:35', '2024-08-04 22:01:35', '2024-08-04 23:02:02'),
(27049, 1798, 27270, 3892, 5, NULL, 100.00, 101.00, 1, 1, 'manual_sell', '2024-08-04 22:04:57', '2024-08-04 22:04:57', '2024-08-04 23:05:02'),
(27050, 1869, 27271, 1485, 1, 25, 551.14, 559.41, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27051, 1869, 27272, 5561, 3, 25, 736.96, 748.01, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27052, 1869, 27273, 1530, 9, 25, 13.64, 13.84, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27053, 1869, 27274, 3228, 9, 25, 2.91, 2.95, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27054, 1869, 27275, 6104, 1, 25, 1.50, 1.52, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27055, 1869, 27276, 1844, 1, 25, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27056, 1869, 27277, 1894, 1, 25, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27057, 1869, 27278, 1827, 6, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27058, 1869, 27279, 803, 1, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-04 23:45:03', '2024-08-04 23:45:03', '2024-08-05 00:45:03'),
(27059, 1869, 27280, 1827, 6, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-04 23:47:02', '2024-08-04 23:47:02', '2024-08-05 00:47:02'),
(27060, 1876, 27281, 997, 9, 28, 118.08, 119.14, 1, 1, 'ai_sell', '2024-08-05 00:11:03', '2024-08-05 00:11:03', '2024-08-05 01:12:02'),
(27061, 1876, 27282, 3821, 6, 28, 23.16, 23.37, 1, 1, 'ai_sell', '2024-08-05 00:11:03', '2024-08-05 00:11:03', '2024-08-05 01:12:02'),
(27062, 1876, 27283, 3741, 1, 28, 4.07, 4.11, 1, 1, 'ai_sell', '2024-08-05 00:11:03', '2024-08-05 00:11:03', '2024-08-05 01:12:02'),
(27063, 1876, 27284, 5812, 6, 28, 1.55, 1.56, 1, 1, 'ai_sell', '2024-08-05 00:11:03', '2024-08-05 00:11:03', '2024-08-05 01:12:02'),
(27064, 1876, 27285, 1827, 3, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-05 00:11:03', '2024-08-05 00:11:03', '2024-08-05 01:12:02'),
(27065, 1876, 27286, 1844, 9, 28, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-05 00:11:03', '2024-08-05 00:11:03', '2024-08-05 01:12:02'),
(27066, 1876, 27287, 949, 6, 28, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-05 00:11:03', '2024-08-05 00:11:03', '2024-08-05 01:12:02'),
(27067, 1881, 25840, 4112, 3, NULL, 77.00, 1.70, 1, 1, 'manual_sell', '2024-08-05 04:12:24', '2024-08-05 04:12:24', '2024-08-05 05:13:02'),
(27068, 1881, 25841, 2471, 5, NULL, 361.90, 3.61, 1, 1, 'manual_sell', '2024-08-05 04:13:49', '2024-08-05 04:13:49', '2024-08-05 05:14:02'),
(27069, 1881, 25842, 4788, 5, NULL, 479.00, 4.79, 1, 1, 'manual_sell', '2024-08-05 04:14:26', '2024-08-05 04:14:26', '2024-08-05 05:15:02'),
(27070, 1881, 25843, 2469, 9, NULL, 158.00, 1.58, 1, 1, 'manual_sell', '2024-08-05 04:15:01', '2024-08-05 04:15:01', '2024-08-05 05:15:02'),
(27071, 1881, 25844, 3546, 1, NULL, 195.00, 5.85, 1, 1, 'manual_sell', '2024-08-05 04:16:58', '2024-08-05 04:16:58', '2024-08-05 05:17:02'),
(27072, 1881, 25845, 2476, 9, NULL, 306.00, 9.18, 1, 1, 'manual_sell', '2024-08-05 04:17:58', '2024-08-05 04:17:58', '2024-08-05 05:18:02'),
(27073, 1881, 25976, 2476, 1, NULL, 306.00, 3.06, 1, 1, 'manual_sell', '2024-08-05 04:18:35', '2024-08-05 04:18:35', '2024-08-05 05:19:02'),
(27074, 1902, 27297, 974, 1, 26, 41.20, 41.57, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27075, 1902, 27298, 5302, 9, 26, 20.39, 20.57, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27076, 1902, 27299, 5669, 1, 26, 25.74, 25.97, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27077, 1902, 27300, 6076, 9, 26, 15.75, 15.89, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27078, 1902, 27301, 4002, 1, 26, 56.09, 56.59, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27079, 1902, 27302, 5523, 9, 26, 28.09, 28.34, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27080, 1902, 27303, 188, 9, 26, 57.62, 58.14, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27081, 1902, 27304, 6073, 3, 26, 40.80, 41.17, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27082, 1902, 27305, 5529, 3, 26, 10.32, 10.41, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27083, 1902, 27306, 3489, 1, 26, 10.49, 10.58, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27084, 1902, 27307, 1195, 1, 26, 13.25, 13.37, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27085, 1902, 27308, 1992, 3, 26, 119.60, 120.68, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27086, 1902, 27309, 1835, 9, 26, 104.00, 104.94, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27087, 1902, 27310, 751, 6, 26, 30.30, 30.57, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27088, 1902, 27311, 816, 9, 26, 5.67, 5.72, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27089, 1902, 27312, 5489, 3, 26, 2.12, 2.14, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27090, 1902, 27313, 803, 6, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27091, 1902, 27314, 1827, 9, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:02'),
(27092, 1902, 27315, 1894, 1, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-05 05:47:02', '2024-08-05 05:47:02', '2024-08-05 06:47:03'),
(27093, 1902, 27316, 1827, 9, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-05 05:48:03', '2024-08-05 05:48:03', '2024-08-05 06:49:02'),
(27094, 1902, 27317, 1213, 6, 27, 2.45, 2.50, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27095, 1902, 27318, 5067, 6, 27, 127.04, 129.58, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27096, 1902, 27319, 1531, 3, 27, 13.12, 13.38, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27097, 1902, 27320, 1166, 1, 27, 443.46, 452.33, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27098, 1902, 27321, 1787, 3, 27, 209.68, 213.87, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27099, 1902, 27322, 5221, 1, 27, 207.89, 212.05, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27100, 1902, 27323, 5944, 9, 27, 80.80, 82.42, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27101, 1902, 27324, 2084, 9, 27, 16.80, 17.14, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27102, 1902, 27325, 2880, 9, 27, 8.79, 8.97, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27103, 1902, 27326, 3714, 9, 27, 249.44, 254.43, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27104, 1902, 27327, 5965, 1, 27, 15.99, 16.31, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27105, 1902, 27328, 3724, 1, 27, 104.99, 107.09, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27106, 1902, 27329, 2226, 1, 27, 45.45, 46.36, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27107, 1902, 27330, 5670, 9, 27, 1.98, 2.02, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27108, 1902, 27331, 1047, 3, 27, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27109, 1902, 27332, 2996, 1, 27, 530.00, 540.60, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27110, 1902, 27333, 3936, 1, 27, 346.49, 353.42, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27111, 1902, 27334, 2929, 6, 27, 691.12, 704.94, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27112, 1902, 27335, 4728, 9, 27, 53.54, 54.61, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27113, 1902, 27336, 5151, 6, 27, 326.56, 333.09, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27114, 1902, 27337, 6002, 9, 27, 296.80, 302.74, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27115, 1902, 27338, 4088, 9, 27, 19.95, 20.35, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27116, 1902, 27339, 3843, 6, 27, 71.40, 72.83, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27117, 1902, 27340, 2425, 9, 27, 7381.50, 7529.13, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27118, 1902, 27341, 5276, 1, 27, 93.48, 95.35, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27119, 1902, 27342, 2630, 9, 27, 47.85, 48.81, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27120, 1902, 27343, 4815, 1, 27, 18.29, 18.66, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27121, 1902, 27344, 5173, 1, 27, 291.19, 297.01, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27122, 1902, 27345, 1329, 3, 27, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27123, 1902, 27346, 2848, 6, 27, 243.79, 248.67, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27124, 1902, 27347, 5622, 9, 27, 7.71, 7.86, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27125, 1902, 27348, 3439, 3, 27, 12.16, 12.40, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27126, 1902, 27349, 4777, 1, 27, 815.99, 832.31, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27127, 1902, 27350, 4617, 3, 27, 112.20, 114.44, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27128, 1902, 27351, 5294, 6, 27, 276.30, 281.83, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27129, 1902, 27352, 5911, 1, 27, 8.14, 8.30, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27130, 1902, 27353, 4112, 6, 27, 70.70, 72.11, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27131, 1902, 27354, 1752, 1, 27, 110.54, 112.75, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27132, 1902, 27355, 3389, 3, 27, 7.10, 7.24, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27133, 1902, 27356, 1095, 9, 27, 8.15, 8.31, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27134, 1902, 27357, 1052, 6, 27, 61.79, 63.03, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27135, 1902, 27358, 5508, 9, 27, 91.51, 93.34, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27136, 1902, 27359, 5106, 9, 27, 86.52, 88.25, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27137, 1902, 27360, 5147, 6, 27, 190.79, 194.61, 1, 1, 'ai_sell', '2024-08-05 06:14:03', '2024-08-05 06:14:03', '2024-08-05 07:15:03'),
(27138, 1902, 27361, 288, 9, 27, 12.02, 12.26, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27139, 1902, 27362, 5628, 3, 27, 15.74, 16.05, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27140, 1902, 27363, 1868, 1, 27, 42.79, 43.65, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27141, 1902, 27364, 2606, 9, 27, 14.25, 14.54, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27142, 1902, 27365, 3174, 9, 27, 9.40, 9.59, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27143, 1902, 27366, 1811, 3, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27144, 1902, 27367, 803, 3, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27145, 1902, 27368, 1827, 9, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-05 06:15:04', '2024-08-05 06:15:04', '2024-08-05 07:16:02'),
(27146, 1850, 27369, 5758, 1, 24, 513.97, 521.68, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27147, 1850, 27370, 5788, 3, 24, 11.87, 12.05, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27148, 1850, 27371, 6001, 9, 24, 30.29, 30.74, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27149, 1850, 27372, 3047, 1, 24, 43.04, 43.69, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27150, 1850, 27373, 3921, 9, 24, 137.80, 139.87, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27151, 1850, 27374, 5354, 9, 24, 10.59, 10.75, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27152, 1850, 27375, 2607, 6, 24, 13.83, 14.04, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27153, 1850, 27376, 22, 3, 24, 13.13, 13.33, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27154, 1850, 27377, 4496, 3, 24, 362.96, 368.40, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27155, 1850, 27378, 1577, 1, 24, 70.70, 71.76, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27156, 1850, 27379, 1624, 6, 24, 41.93, 42.56, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27157, 1850, 27380, 3280, 1, 24, 157.50, 159.86, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27158, 1850, 27381, 3633, 3, 24, 26.52, 26.92, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27159, 1850, 27382, 17, 9, 24, 22.66, 23.00, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27160, 1850, 27383, 3453, 1, 24, 16.13, 16.37, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27161, 1850, 27384, 1084, 3, 24, 10.49, 10.65, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27162, 1850, 27385, 549, 9, 24, 10.20, 10.35, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27163, 1850, 27386, 941, 1, 24, 5.25, 5.33, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27164, 1850, 27387, 779, 6, 24, 4.47, 4.54, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27165, 1850, 27388, 803, 9, 24, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27166, 1850, 27389, 1894, 3, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-05 07:48:03', '2024-08-05 07:48:03', '2024-08-05 08:49:02'),
(27167, 1866, 6539, 2925, 1, NULL, 990.00, 1029.60, 1, 2, 'manual_sell', '2024-08-05 11:55:35', '2024-08-05 11:55:35', '2024-08-05 12:56:02'),
(27168, 1866, 3350, 1984, 3, NULL, 388.00, 368.60, 1, 1, 'manual_sell', '2024-08-05 11:56:48', '2024-08-05 11:56:48', '2024-08-05 12:57:02'),
(27169, 1866, 3355, 6104, 5, NULL, 1.57, 1.60, 3, 2, 'manual_sell', '2024-08-05 12:03:12', '2024-08-05 12:03:12', '2024-08-05 13:04:02'),
(27170, 1866, 3356, 4008, 9, NULL, 158.40, 161.56, 2, 2, 'manual_sell', '2024-08-05 12:04:53', '2024-08-05 12:04:53', '2024-08-05 13:05:02'),
(27171, 1866, 3358, 5018, 1, NULL, 229.90, 236.79, 2, 2, 'manual_sell', '2024-08-05 12:06:49', '2024-08-05 12:06:49', '2024-08-05 13:07:01'),
(27172, 1866, 3366, 1636, 3, NULL, 11.53, 10.95, 2, 1, 'manual_sell', '2024-08-05 12:10:49', '2024-08-05 12:10:49', '2024-08-05 13:11:02'),
(27173, 1866, 3367, 1727, 5, NULL, 517.00, 496.32, 2, 1, 'manual_sell', '2024-08-05 12:15:59', '2024-08-05 12:15:59', '2024-08-05 13:16:02'),
(27174, 1866, 3369, 1536, 9, NULL, 78.48, 80.04, 2, 2, 'manual_sell', '2024-08-05 12:20:33', '2024-08-05 12:20:33', '2024-08-05 13:21:02'),
(27175, 1866, 3378, 180, 1, NULL, 2024.00, 2104.96, 1, 2, 'manual_sell', '2024-08-05 12:23:17', '2024-08-05 12:23:17', '2024-08-05 13:24:02'),
(27176, 1866, 3382, 3333, 3, NULL, 6.32, 6.06, 2, 1, 'manual_sell', '2024-08-05 12:24:42', '2024-08-05 12:24:42', '2024-08-05 13:25:03'),
(27177, 1866, 3383, 1916, 3, NULL, 3.74, 3.88, 2, 2, 'manual_sell', '2024-08-05 12:26:34', '2024-08-05 12:26:34', '2024-08-05 13:27:02'),
(27178, 1866, 3387, 1314, 3, NULL, 159.50, 149.93, 1, 1, 'manual_sell', '2024-08-05 12:28:40', '2024-08-05 12:28:40', '2024-08-05 13:29:02'),
(27179, 1866, 3390, 4466, 9, NULL, 202.50, 196.42, 2, 1, 'manual_sell', '2024-08-05 12:31:01', '2024-08-05 12:31:01', '2024-08-05 13:31:02'),
(27180, 1866, 3395, 2232, 1, NULL, 60.50, 62.31, 2, 2, 'manual_sell', '2024-08-05 12:32:43', '2024-08-05 12:32:43', '2024-08-05 13:33:02'),
(27181, 1915, 27390, 3254, 1, NULL, 81.00, 81.81, 1, 1, 'manual_sell', '2024-08-05 12:33:39', '2024-08-05 12:33:39', '2024-08-05 13:34:02'),
(27182, 1866, 3396, 2175, 3, NULL, 28.28, 26.86, 5, 1, 'manual_sell', '2024-08-05 12:34:33', '2024-08-05 12:34:33', '2024-08-05 13:35:03'),
(27183, 1915, 27391, 4070, 1, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-08-05 12:35:33', '2024-08-05 12:35:33', '2024-08-05 13:36:02'),
(27184, 1866, 3398, 1721, 5, NULL, 1633.50, 1698.84, 1, 2, 'manual_sell', '2024-08-05 12:36:27', '2024-08-05 12:36:27', '2024-08-05 13:37:02'),
(27185, 1866, 5915, 4161, 9, NULL, 1500.00, 1530.00, 1, 2, 'manual_sell', '2024-08-05 12:37:39', '2024-08-05 12:37:39', '2024-08-05 13:38:02'),
(27186, 1866, 5916, 180, 1, NULL, 2760.00, 2649.60, 1, 1, 'manual_sell', '2024-08-05 12:38:49', '2024-08-05 12:38:49', '2024-08-05 13:39:02'),
(27187, 1866, 5918, 3579, 3, NULL, 11.88, 11.40, 1, 1, 'manual_sell', '2024-08-05 12:41:37', '2024-08-05 12:41:37', '2024-08-05 13:42:02'),
(27188, 1866, 5920, 6054, 5, NULL, 19.78, 20.57, 1, 2, 'manual_sell', '2024-08-05 12:44:17', '2024-08-05 12:44:17', '2024-08-05 13:45:03'),
(27189, 1925, 27392, 4734, 3, 30, 2651.99, 2705.03, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27190, 1925, 27393, 4167, 1, 30, 190.75, 194.57, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27191, 1925, 27394, 5508, 9, 30, 90.63, 92.44, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27192, 1925, 27395, 1578, 6, 30, 1573.95, 1605.43, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27193, 1925, 27396, 4667, 9, 30, 13.16, 13.42, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27194, 1925, 27397, 386, 6, 30, 404.00, 412.08, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27195, 1925, 27398, 3331, 1, 30, 21.83, 22.27, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27196, 1925, 27399, 5428, 6, 30, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27197, 1925, 27400, 1834, 3, 30, 64.38, 65.67, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27198, 1925, 27401, 2609, 1, 30, 27.03, 27.57, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27199, 1925, 27402, 2894, 6, 30, 2341.50, 2388.33, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27200, 1925, 27403, 5869, 1, 30, 7.94, 8.10, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:02'),
(27201, 1925, 27404, 5790, 1, 30, 606.00, 618.12, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27202, 1925, 27405, 1859, 1, 30, 3.64, 3.71, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27203, 1925, 27406, 100, 6, 30, 2070.50, 2111.91, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27204, 1925, 27407, 2977, 3, 30, 762.16, 777.40, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27205, 1925, 27408, 256, 1, 30, 154.47, 157.56, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27206, 1925, 27409, 1015, 9, 30, 3.97, 4.05, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27207, 1925, 27410, 3267, 1, 30, 3.08, 3.14, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27208, 1925, 27411, 3709, 6, 30, 3.40, 3.47, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27209, 1925, 27412, 734, 6, 30, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27210, 1925, 27413, 1827, 9, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-05 21:51:03', '2024-08-05 21:51:03', '2024-08-05 22:52:03'),
(27211, 1877, 27414, 4062, 1, 23, 23.79, 24.15, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27212, 1877, 27415, 41, 6, 23, 19.08, 19.37, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27213, 1877, 27416, 809, 6, 23, 173.24, 175.84, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27214, 1877, 27417, 3281, 9, 23, 14.14, 14.35, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27215, 1877, 27418, 5028, 9, 23, 221.44, 224.76, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27216, 1877, 27419, 1277, 9, 23, 34.13, 34.64, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27217, 1877, 27420, 6091, 1, 23, 8.07, 8.19, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27218, 1877, 27421, 4954, 6, 23, 206.92, 210.02, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27219, 1877, 27422, 5573, 1, 23, 75.23, 76.36, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27220, 1877, 27423, 2892, 3, 23, 304.00, 308.56, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27221, 1877, 27424, 5211, 9, 23, 72.80, 73.89, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27222, 1877, 27425, 3171, 1, 23, 17.50, 17.76, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27223, 1877, 27426, 3496, 9, 23, 11.77, 11.95, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27224, 1877, 27427, 4562, 1, 23, 3.98, 4.04, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27225, 1877, 27428, 2402, 9, 23, 254.52, 258.34, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27226, 1877, 27429, 5367, 9, 23, 234.59, 238.11, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27227, 1877, 27430, 5600, 1, 23, 62.21, 63.14, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27228, 1877, 27431, 4893, 3, 23, 114.80, 116.52, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27229, 1877, 27432, 3457, 9, 23, 960.89, 975.30, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27230, 1877, 27433, 5777, 9, 23, 1236.00, 1254.54, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27231, 1877, 27434, 1926, 6, 23, 8.22, 8.34, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27232, 1877, 27435, 3484, 3, 23, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27233, 1877, 27436, 1908, 9, 23, 42.35, 42.99, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27234, 1877, 27437, 5511, 1, 23, 259.99, 263.89, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27235, 1877, 27438, 4136, 9, 23, 35.69, 36.23, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:02'),
(27236, 1877, 27439, 3511, 1, 23, 39.39, 39.98, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:03'),
(27237, 1877, 27440, 174, 1, 23, 304.98, 309.55, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:03'),
(27238, 1877, 27441, 2608, 3, 23, 10.10, 10.25, 1, 1, 'ai_sell', '2024-08-05 21:56:02', '2024-08-05 21:56:02', '2024-08-05 22:56:03'),
(27239, 1877, 27442, 545, 9, 23, 151.98, 154.26, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27240, 1877, 27443, 4013, 9, 23, 3.87, 3.93, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27241, 1877, 27444, 569, 3, 23, 148.47, 150.70, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27242, 1877, 27445, 4599, 3, 23, 30.89, 31.35, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27243, 1877, 27446, 3633, 1, 23, 27.30, 27.71, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27244, 1877, 27447, 3487, 6, 23, 15.74, 15.98, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27245, 1877, 27448, 5779, 6, 23, 25.49, 25.87, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27246, 1877, 27449, 5214, 3, 23, 16.19, 16.43, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27247, 1877, 27450, 2018, 9, 23, 94.76, 96.18, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27248, 1877, 27451, 3261, 9, 23, 11.60, 11.77, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27249, 1877, 27452, 1159, 9, 23, 10.39, 10.55, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27250, 1877, 27453, 2239, 9, 23, 61.48, 62.40, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27251, 1877, 27454, 6014, 6, 23, 4040.00, 4100.60, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27252, 1877, 27455, 202, 6, 23, 103.87, 105.43, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27253, 1877, 27456, 829, 6, 23, 22.70, 23.04, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27254, 1877, 27457, 134, 3, 23, 454.50, 461.32, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27255, 1877, 27458, 1304, 9, 23, 32.23, 32.71, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27256, 1877, 27459, 4593, 6, 23, 30.30, 30.75, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27257, 1877, 27460, 1889, 6, 23, 61.36, 62.28, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27258, 1877, 27461, 5945, 9, 23, 3.38, 3.43, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27259, 1877, 27462, 2070, 6, 23, 181.80, 184.53, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27260, 1877, 27463, 5817, 6, 23, 1164.80, 1182.27, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27261, 1877, 27464, 5608, 1, 23, 127.56, 129.47, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27262, 1877, 27465, 1171, 6, 23, 8.97, 9.10, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27263, 1877, 27466, 3565, 6, 23, 1060.00, 1075.90, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27264, 1877, 27467, 694, 9, 23, 148.32, 150.54, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27265, 1877, 27468, 5314, 3, 23, 155.95, 158.29, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27266, 1877, 27469, 2860, 1, 23, 57.76, 58.63, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27267, 1877, 27470, 2236, 6, 23, 20.20, 20.50, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27268, 1877, 27471, 4916, 1, 23, 15.79, 16.03, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27269, 1877, 27472, 5942, 3, 23, 7.21, 7.32, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27270, 1877, 27473, 4057, 6, 23, 26.54, 26.94, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27271, 1877, 27474, 1110, 1, 23, 149.48, 151.72, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27272, 1877, 27475, 5304, 1, 23, 25.43, 25.81, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27273, 1877, 27476, 1629, 9, 23, 10.16, 10.31, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27274, 1877, 27477, 44, 1, 23, 4.08, 4.14, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27275, 1877, 27478, 3749, 9, 23, 51.73, 52.51, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27276, 1877, 27479, 3306, 6, 23, 19.55, 19.84, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27277, 1877, 27480, 2705, 1, 23, 844.48, 857.15, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27278, 1877, 27481, 1460, 3, 23, 27.03, 27.44, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27279, 1877, 27482, 4737, 3, 23, 53.91, 54.72, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27280, 1877, 27483, 2436, 1, 23, 14.33, 14.54, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27281, 1877, 27484, 5824, 1, 23, 1.41, 1.43, 1, 1, 'ai_sell', '2024-08-05 21:57:03', '2024-08-05 21:57:03', '2024-08-05 22:58:02'),
(27282, 1877, 27485, 624, 6, 23, 1.03, 1.05, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27283, 1877, 27486, 949, 1, 23, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27284, 1877, 27487, 1811, 3, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27285, 1912, 27488, 4062, 1, 29, 23.11, 23.46, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27286, 1912, 27489, 41, 6, 29, 18.54, 18.82, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27287, 1912, 27490, 809, 1, 29, 174.89, 177.51, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27288, 1912, 27491, 3281, 1, 29, 14.56, 14.78, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27289, 1912, 27492, 5028, 6, 29, 219.29, 222.58, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27290, 1912, 27493, 1277, 3, 29, 35.48, 36.01, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27291, 1912, 27494, 6091, 1, 29, 8.47, 8.60, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27292, 1912, 27495, 4954, 9, 29, 206.92, 210.02, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27293, 1912, 27496, 5573, 1, 29, 71.68, 72.76, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27294, 1912, 27497, 2892, 1, 29, 304.00, 308.56, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27295, 1912, 27498, 5211, 6, 29, 72.10, 73.18, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27296, 1912, 27499, 3171, 6, 29, 17.33, 17.59, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27297, 1912, 27500, 3496, 9, 29, 11.77, 11.95, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27298, 1912, 27501, 4562, 3, 29, 4.06, 4.12, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27299, 1912, 27502, 2402, 9, 29, 267.12, 271.13, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27300, 1912, 27503, 5367, 3, 29, 241.49, 245.11, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27301, 1912, 27504, 5600, 6, 29, 61.60, 62.52, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27302, 1912, 27505, 4893, 3, 29, 111.52, 113.19, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27303, 1912, 27506, 3457, 3, 29, 933.70, 947.71, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27304, 1912, 27507, 5777, 3, 29, 1236.00, 1254.54, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:02'),
(27305, 1912, 27508, 1926, 9, 29, 8.30, 8.42, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27306, 1912, 27509, 3484, 6, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27307, 1912, 27510, 1908, 6, 29, 42.35, 42.99, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27308, 1912, 27511, 5511, 1, 29, 254.99, 258.81, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27309, 1912, 27512, 4136, 6, 29, 35.34, 35.87, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27310, 1912, 27513, 3511, 1, 29, 40.95, 41.56, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27311, 1912, 27514, 174, 6, 29, 310.96, 315.62, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27312, 1912, 27515, 2608, 1, 29, 10.20, 10.35, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27313, 1912, 27516, 545, 1, 29, 153.47, 155.77, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27314, 1912, 27517, 4013, 9, 29, 3.90, 3.96, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27315, 1912, 27518, 569, 6, 29, 154.35, 156.67, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27316, 1912, 27519, 4599, 6, 29, 31.49, 31.96, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27317, 1912, 27520, 3633, 1, 29, 26.78, 27.18, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27318, 1912, 27521, 3487, 3, 29, 15.59, 15.82, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27319, 1912, 27522, 5779, 1, 29, 25.74, 26.13, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27320, 1912, 27523, 5214, 1, 29, 15.88, 16.12, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27321, 1912, 27524, 2018, 6, 29, 92.92, 94.31, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27322, 1912, 27525, 3261, 6, 29, 11.49, 11.66, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27323, 1912, 27526, 1159, 6, 29, 10.39, 10.55, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27324, 1912, 27527, 2239, 3, 29, 58.58, 59.46, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27325, 1912, 27528, 6014, 9, 29, 4040.00, 4100.60, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27326, 1912, 27529, 202, 9, 29, 106.95, 108.55, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27327, 1912, 27530, 829, 9, 29, 22.70, 23.04, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27328, 1912, 27531, 134, 3, 29, 468.00, 475.02, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27329, 1912, 27532, 1304, 3, 29, 31.61, 32.08, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27330, 1912, 27533, 4593, 3, 29, 31.80, 32.28, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27331, 1912, 27534, 1889, 3, 29, 60.77, 61.68, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27332, 1912, 27535, 5945, 6, 29, 3.38, 3.43, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27333, 1912, 27536, 2070, 6, 29, 183.60, 186.35, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27334, 1912, 27537, 5817, 6, 29, 1131.20, 1148.17, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27335, 1912, 27538, 5608, 9, 29, 122.75, 124.59, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27336, 1912, 27539, 1171, 9, 29, 9.23, 9.37, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27337, 1912, 27540, 694, 9, 29, 148.32, 150.54, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27338, 1912, 27541, 5314, 1, 29, 154.45, 156.77, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27339, 1912, 27542, 2860, 6, 29, 56.67, 57.52, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27340, 1912, 27543, 2236, 9, 29, 20.80, 21.11, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27341, 1912, 27544, 44, 9, 29, 4.24, 4.30, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27342, 1912, 27545, 5824, 1, 29, 1.47, 1.49, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27343, 1912, 27546, 949, 3, 29, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27344, 1912, 27547, 1811, 9, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-05 21:57:04', '2024-08-05 21:57:04', '2024-08-05 22:58:03'),
(27345, 1850, 27548, 2098, 5, NULL, 100.00, 101.00, 21, 1, 'manual_sell', '2024-08-05 22:42:06', '2024-08-05 22:42:06', '2024-08-05 23:43:03'),
(27346, 1850, 27549, 3180, 5, NULL, 12.00, 12.12, 4, 1, 'manual_sell', '2024-08-05 22:46:24', '2024-08-05 22:46:24', '2024-08-05 23:47:03'),
(27347, 1850, 27551, 634, 5, NULL, 1.10, 1.11, 6, 1, 'manual_sell', '2024-08-05 22:47:00', '2024-08-05 22:47:00', '2024-08-05 23:47:03'),
(27348, 1886, 27550, 3879, 5, NULL, 61.00, 61.61, 4, 1, 'manual_sell', '2024-08-05 22:48:53', '2024-08-05 22:48:53', '2024-08-05 23:49:02'),
(27349, 1886, 27552, 74, 5, NULL, 5.00, 5.05, 9, 1, 'manual_sell', '2024-08-05 22:49:26', '2024-08-05 22:49:26', '2024-08-05 23:50:03'),
(27350, 1920, 27553, 2344, 5, NULL, 101.00, 102.01, 3, 1, 'manual_sell', '2024-08-05 22:57:36', '2024-08-05 22:57:36', '2024-08-05 23:58:02'),
(27351, 1920, 27555, 3064, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-08-05 22:58:03', '2024-08-05 22:58:03', '2024-08-05 23:59:02'),
(27352, 1921, 27554, 19, 5, NULL, 6.00, 6.06, 17, 1, 'manual_sell', '2024-08-05 22:59:54', '2024-08-05 22:59:54', '2024-08-06 00:00:03'),
(27353, 1798, 27556, 3786, 5, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-08-06 00:38:56', '2024-08-06 00:38:56', '2024-08-06 01:39:02'),
(27354, 1869, 27557, 3461, 9, 25, 580.74, 589.45, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27355, 1869, 27558, 1746, 9, 25, 180.79, 183.50, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27356, 1869, 27559, 1430, 6, 25, 47.67, 48.39, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27357, 1869, 27560, 5287, 1, 25, 10.20, 10.35, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27358, 1869, 27561, 3596, 3, 25, 52.45, 53.24, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27359, 1869, 27562, 4269, 9, 25, 113.36, 115.06, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27360, 1869, 27563, 3732, 9, 25, 315.00, 319.73, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27361, 1869, 27564, 6074, 6, 25, 14.92, 15.14, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27362, 1869, 27565, 3550, 6, 25, 7.97, 8.09, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27363, 1869, 27566, 1589, 6, 25, 2.46, 2.50, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27364, 1869, 27567, 1842, 3, 25, 1.06, 1.08, 1, 1, 'ai_sell', '2024-08-06 00:58:03', '2024-08-06 00:58:03', '2024-08-06 01:59:02'),
(27365, 1876, 27568, 983, 3, 28, 138.32, 139.56, 1, 1, 'ai_sell', '2024-08-06 01:23:03', '2024-08-06 01:23:03', '2024-08-06 02:24:02'),
(27366, 1876, 27569, 645, 3, 28, 4.24, 4.28, 1, 1, 'ai_sell', '2024-08-06 01:23:03', '2024-08-06 01:23:03', '2024-08-06 02:24:02'),
(27367, 1876, 27570, 883, 6, 28, 4.77, 4.81, 1, 1, 'ai_sell', '2024-08-06 01:23:03', '2024-08-06 01:23:03', '2024-08-06 02:24:02'),
(27368, 1876, 27571, 1662, 9, 28, 0.90, 0.91, 1, 1, 'ai_sell', '2024-08-06 01:23:03', '2024-08-06 01:23:03', '2024-08-06 02:24:02'),
(27369, 1876, 27572, 803, 9, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-06 01:23:03', '2024-08-06 01:23:03', '2024-08-06 02:24:02'),
(27370, 1876, 27573, 1894, 9, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-06 01:23:03', '2024-08-06 01:23:03', '2024-08-06 02:24:02'),
(27371, 1876, 27574, 1844, 1, 28, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-06 01:23:03', '2024-08-06 01:23:03', '2024-08-06 02:24:02'),
(27372, 1902, 27584, 1085, 3, 26, 5.04, 5.09, 1, 1, 'ai_sell', '2024-08-06 07:00:03', '2024-08-06 07:00:03', '2024-08-06 08:00:03'),
(27373, 1902, 27585, 1432, 6, 26, 8.15, 8.22, 1, 1, 'ai_sell', '2024-08-06 07:00:03', '2024-08-06 07:00:03', '2024-08-06 08:00:03'),
(27374, 1902, 27586, 2128, 1, 26, 31.81, 32.10, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27375, 1902, 27587, 6004, 3, 26, 236.90, 239.03, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27376, 1902, 27588, 2582, 3, 26, 74.20, 74.87, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27377, 1902, 27589, 2731, 9, 26, 167.28, 168.79, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27378, 1902, 27590, 1388, 1, 26, 28.05, 28.30, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27379, 1902, 27591, 5966, 3, 26, 8.83, 8.91, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27380, 1902, 27592, 2194, 3, 26, 9.27, 9.35, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27381, 1902, 27593, 3533, 6, 26, 2.44, 2.46, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27382, 1902, 27594, 2142, 3, 26, 10.59, 10.69, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27383, 1902, 27595, 1469, 6, 26, 1.31, 1.32, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27384, 1902, 27596, 3309, 6, 26, 3.19, 3.22, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27385, 1902, 27597, 734, 6, 26, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-06 07:00:04', '2024-08-06 07:00:04', '2024-08-06 08:01:02'),
(27386, 1902, 27598, 4693, 1, 27, 14.82, 15.12, 1, 1, 'ai_sell', '2024-08-06 07:26:02', '2024-08-06 07:26:02', '2024-08-06 08:26:02'),
(27387, 1902, 27599, 3173, 1, 27, 204.00, 208.08, 1, 1, 'ai_sell', '2024-08-06 07:26:02', '2024-08-06 07:26:02', '2024-08-06 08:26:02'),
(27388, 1902, 27600, 2617, 3, 27, 6.44, 6.57, 1, 1, 'ai_sell', '2024-08-06 07:26:02', '2024-08-06 07:26:02', '2024-08-06 08:26:02'),
(27389, 1902, 27601, 4141, 6, 27, 8.15, 8.31, 1, 1, 'ai_sell', '2024-08-06 07:26:02', '2024-08-06 07:26:02', '2024-08-06 08:26:02'),
(27390, 1902, 27602, 771, 3, 27, 7.31, 7.46, 1, 1, 'ai_sell', '2024-08-06 07:26:02', '2024-08-06 07:26:02', '2024-08-06 08:26:02'),
(27391, 1902, 27603, 4809, 3, 27, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27392, 1902, 27604, 3658, 6, 27, 13.94, 14.22, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27393, 1902, 27605, 2794, 1, 27, 16.94, 17.28, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27394, 1902, 27606, 698, 1, 27, 6.48, 6.61, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27395, 1902, 27607, 949, 9, 27, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27396, 1902, 27608, 1109, 6, 27, 166.40, 169.73, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27397, 1902, 27609, 3491, 9, 27, 74.84, 76.34, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27398, 1902, 27610, 3469, 6, 27, 89.32, 91.11, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27399, 1902, 27611, 5168, 9, 27, 141.40, 144.23, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27400, 1902, 27612, 4035, 1, 27, 1.93, 1.97, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27401, 1902, 27613, 2051, 3, 27, 4.71, 4.80, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27402, 1902, 27614, 1596, 6, 27, 2616.20, 2668.52, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:02'),
(27403, 1902, 27615, 2111, 3, 27, 1313.00, 1339.26, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27404, 1902, 27616, 3153, 3, 27, 418.95, 427.33, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27405, 1902, 27617, 3298, 9, 27, 25.99, 26.51, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27406, 1902, 27618, 841, 6, 27, 30.23, 30.83, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27407, 1902, 27619, 3769, 6, 27, 166.39, 169.72, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27408, 1902, 27620, 2759, 1, 27, 177.41, 180.96, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27409, 1902, 27621, 1321, 6, 27, 29.47, 30.06, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27410, 1902, 27622, 4109, 9, 27, 52.49, 53.54, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27411, 1902, 27623, 5059, 3, 27, 817.01, 833.35, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27412, 1902, 27624, 1793, 9, 27, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27413, 1902, 27625, 4302, 1, 27, 10.84, 11.06, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27414, 1902, 27626, 3381, 1, 27, 52.00, 53.04, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27415, 1902, 27627, 1628, 3, 27, 1879.75, 1917.35, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27416, 1902, 27628, 1618, 1, 27, 53.75, 54.83, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27417, 1902, 27629, 5524, 3, 27, 208.00, 212.16, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(27418, 1902, 27630, 3911, 9, 27, 378.00, 385.56, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27419, 1902, 27631, 349, 1, 27, 24.47, 24.96, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27420, 1902, 27632, 3892, 3, 27, 101.97, 104.01, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27421, 1902, 27633, 5586, 1, 27, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27422, 1902, 27634, 5296, 3, 27, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27423, 1902, 27635, 882, 3, 27, 209.99, 214.19, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27424, 1902, 27636, 5927, 6, 27, 309.00, 315.18, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27425, 1902, 27637, 1649, 1, 27, 99.45, 101.44, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27426, 1902, 27638, 3280, 6, 27, 151.50, 154.53, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27427, 1902, 27639, 1339, 1, 27, 30.90, 31.52, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27428, 1902, 27640, 5040, 9, 27, 2729.99, 2784.59, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27429, 1902, 27641, 3945, 9, 27, 48.29, 49.26, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27430, 1902, 27642, 726, 1, 27, 103.87, 105.95, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27431, 1902, 27643, 137, 9, 27, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27432, 1902, 27644, 717, 9, 27, 39.99, 40.79, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27433, 1902, 27645, 4401, 9, 27, 30.60, 31.21, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27434, 1902, 27646, 6031, 1, 27, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27435, 1902, 27647, 1724, 6, 27, 2.33, 2.38, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27436, 1902, 27648, 3619, 9, 27, 559.98, 571.18, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27437, 1902, 27649, 3604, 6, 27, 13.22, 13.48, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27438, 1902, 27650, 736, 9, 27, 166.47, 169.80, 1, 1, 'ai_sell', '2024-08-06 07:27:03', '2024-08-06 07:27:03', '2024-08-06 08:28:03'),
(27439, 1902, 27651, 4092, 9, 27, 2.86, 2.92, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27440, 1902, 27652, 3065, 1, 27, 4.24, 4.32, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27441, 1902, 27653, 2747, 3, 27, 303.45, 309.52, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27442, 1902, 27654, 2003, 6, 27, 61.20, 62.42, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27443, 1902, 27655, 4907, 9, 27, 205.75, 209.87, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27444, 1902, 27656, 1373, 1, 27, 23.92, 24.40, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27445, 1902, 27657, 4796, 3, 27, 10.62, 10.83, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27446, 1902, 27658, 1597, 9, 27, 2.28, 2.33, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27447, 1902, 27659, 756, 3, 27, 0.46, 0.47, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27448, 1902, 27660, 1827, 1, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-06 07:27:04', '2024-08-06 07:27:04', '2024-08-06 08:28:03'),
(27449, 1868, 2007, 2726, 5, NULL, 31.88, 32.27, 5, 2, 'manual_sell', '2024-08-06 08:35:14', '2024-08-06 08:35:14', '2024-08-06 09:36:02'),
(27450, 1868, 2014, 5371, 1, NULL, 80.28, 81.08, 1, 1, 'manual_sell', '2024-08-06 08:38:05', '2024-08-06 08:38:05', '2024-08-06 09:39:02'),
(27451, 1868, 2019, 2450, 1, NULL, 16.50, 16.67, 1, 2, 'manual_sell', '2024-08-06 08:40:43', '2024-08-06 08:40:43', '2024-08-06 09:41:02'),
(27452, 1868, 2075, 4743, 9, NULL, 21.92, 22.14, 1, 2, 'manual_sell', '2024-08-06 08:49:29', '2024-08-06 08:49:29', '2024-08-06 09:50:03'),
(27453, 1868, 2079, 3850, 1, NULL, 19.79, 19.98, 1, 1, 'manual_sell', '2024-08-06 08:50:46', '2024-08-06 08:50:46', '2024-08-06 09:51:02'),
(27454, 1850, 27661, 3087, 1, 24, 44.87, 45.54, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27455, 1850, 27662, 1690, 3, 24, 17.43, 17.69, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27456, 1850, 27663, 4147, 9, 24, 104.99, 106.56, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27457, 1850, 27664, 339, 1, 24, 763.35, 774.80, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27458, 1850, 27665, 3403, 3, 24, 5.04, 5.12, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27459, 1850, 27666, 3648, 1, 24, 491.40, 498.77, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27460, 1850, 27667, 4568, 9, 24, 7.21, 7.32, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27461, 1850, 27668, 1523, 9, 24, 1.58, 1.60, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27462, 1850, 27669, 3594, 1, 24, 21.08, 21.40, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27463, 1850, 27670, 1597, 1, 24, 2.28, 2.31, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27464, 1850, 27671, 1635, 9, 24, 4.92, 4.99, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27465, 1850, 27672, 1694, 9, 24, 14.50, 14.72, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27466, 1850, 27673, 5867, 3, 24, 31.29, 31.76, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27467, 1850, 27674, 3253, 6, 24, 16.24, 16.48, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27468, 1850, 27675, 1827, 1, 24, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-06 08:59:02', '2024-08-06 08:59:02', '2024-08-06 09:59:02'),
(27469, 1915, 27676, 4131, 1, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-08-06 14:40:10', '2024-08-06 14:40:10', '2024-08-06 15:41:02'),
(27470, 1915, 27677, 1021, 1, NULL, 4.00, 4.04, 3, 1, 'manual_sell', '2024-08-06 14:41:26', '2024-08-06 14:41:26', '2024-08-06 15:42:02'),
(27471, 1881, 27583, 3962, 1, NULL, 910.80, 9.10, 1, 1, 'manual_sell', '2024-08-06 19:09:15', '2024-08-06 19:09:15', '2024-08-06 20:10:02'),
(27472, 1881, 27575, 3085, 3, NULL, 708.70, 21.26, 1, 1, 'manual_sell', '2024-08-06 19:09:52', '2024-08-06 19:09:52', '2024-08-06 20:10:02'),
(27473, 1881, 27576, 3121, 5, NULL, 809.90, 80.90, 1, 1, 'manual_sell', '2024-08-06 19:10:45', '2024-08-06 19:10:45', '2024-08-06 20:11:02'),
(27474, 1881, 27577, 3762, 5, NULL, 491.20, 4.91, 1, 1, 'manual_sell', '2024-08-06 19:11:15', '2024-08-06 19:11:15', '2024-08-06 20:12:02'),
(27475, 1881, 27578, 304, 9, NULL, 1205.00, 12.10, 1, 1, 'manual_sell', '2024-08-06 19:11:59', '2024-08-06 19:11:59', '2024-08-06 20:12:02'),
(27476, 1881, 27582, 4321, 5, NULL, 1199.00, 11.90, 1, 1, 'manual_sell', '2024-08-06 19:12:42', '2024-08-06 19:12:42', '2024-08-06 20:13:02'),
(27477, 1881, 27581, 4908, 1, NULL, 1461.00, 14.61, 1, 1, 'manual_sell', '2024-08-06 19:13:18', '2024-08-06 19:13:18', '2024-08-06 20:14:03'),
(27478, 1881, 27580, 361, 9, NULL, 184.20, 1.84, 1, 1, 'manual_sell', '2024-08-06 19:13:54', '2024-08-06 19:13:54', '2024-08-06 20:14:03'),
(27479, 1881, 27579, 2253, 1, NULL, 199.90, 5.99, 1, 1, 'manual_sell', '2024-08-06 19:14:26', '2024-08-06 19:14:26', '2024-08-06 20:15:03'),
(27480, 1925, 27678, 4392, 6, 30, 104.25, 106.34, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27481, 1925, 27679, 4233, 3, 30, 45.42, 46.33, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27482, 1925, 27680, 534, 9, 30, 53.12, 54.18, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27483, 1925, 27681, 3893, 6, 30, 1144.00, 1166.88, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27484, 1925, 27682, 4028, 6, 30, 21.12, 21.54, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27485, 1925, 27683, 3467, 6, 30, 13.51, 13.78, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27486, 1925, 27684, 2212, 6, 30, 41.40, 42.23, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27487, 1925, 27685, 4588, 6, 30, 53.13, 54.19, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27488, 1925, 27686, 384, 9, 30, 102.70, 104.75, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27489, 1925, 27687, 6030, 1, 30, 21.00, 21.42, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27490, 1925, 27688, 4682, 3, 30, 15.20, 15.50, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27491, 1925, 27689, 46, 6, 30, 10.30, 10.51, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27492, 1925, 27690, 3972, 9, 30, 13.58, 13.85, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:02'),
(27493, 1925, 27691, 1874, 1, 30, 8.22, 8.38, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27494, 1925, 27692, 184, 1, 30, 17.30, 17.65, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27495, 1925, 27693, 2482, 6, 30, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27496, 1925, 27694, 4151, 1, 30, 33.32, 33.99, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27497, 1925, 27695, 1024, 9, 30, 33.33, 34.00, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27498, 1925, 27696, 4418, 9, 30, 2972.32, 3031.77, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27499, 1925, 27697, 558, 3, 30, 12.12, 12.36, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27500, 1925, 27698, 4161, 6, 30, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27501, 1925, 27699, 1971, 9, 30, 65.65, 66.96, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27502, 1925, 27700, 872, 6, 30, 25.74, 26.25, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27503, 1925, 27701, 5841, 3, 30, 11.62, 11.85, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27504, 1925, 27702, 4716, 9, 30, 62.43, 63.68, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27505, 1925, 27703, 5637, 1, 30, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27506, 1925, 27704, 5524, 3, 30, 204.00, 208.08, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27507, 1925, 27705, 1574, 6, 30, 191.90, 195.74, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27508, 1925, 27706, 2315, 3, 30, 578.55, 590.12, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27509, 1925, 27707, 3700, 6, 30, 212.85, 217.11, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27510, 1925, 27708, 443, 1, 30, 180.88, 184.50, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27511, 1925, 27709, 1093, 1, 30, 154.48, 157.57, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27512, 1925, 27710, 583, 6, 30, 10.60, 10.81, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27513, 1925, 27711, 2726, 1, 30, 30.15, 30.75, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27514, 1925, 27712, 1954, 6, 30, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27515, 1925, 27713, 692, 1, 30, 8.16, 8.32, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27516, 1925, 27714, 4296, 3, 30, 128.51, 131.08, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27517, 1925, 27715, 4869, 6, 30, 11.10, 11.32, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27518, 1925, 27716, 5749, 9, 30, 6.52, 6.65, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27519, 1925, 27717, 5318, 3, 30, 230.95, 235.57, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27520, 1925, 27718, 4484, 3, 30, 9.46, 9.65, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27521, 1925, 27719, 23, 3, 30, 150.49, 153.50, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27522, 1925, 27720, 1236, 9, 30, 99.88, 101.88, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27523, 1925, 27721, 1809, 6, 30, 30.45, 31.06, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27524, 1925, 27722, 942, 6, 30, 25.01, 25.51, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27525, 1925, 27723, 3093, 6, 30, 22.75, 23.21, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27526, 1925, 27724, 2570, 6, 30, 6.48, 6.61, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27527, 1925, 27725, 5972, 6, 30, 15.74, 16.05, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27528, 1925, 27726, 1279, 1, 30, 358.28, 365.45, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27529, 1925, 27727, 2583, 1, 30, 8.05, 8.21, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27530, 1925, 27728, 1746, 6, 30, 182.58, 186.23, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27531, 1925, 27729, 1941, 3, 30, 251.95, 256.99, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27532, 1925, 27730, 5900, 3, 30, 103.89, 105.97, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27533, 1925, 27731, 2493, 3, 30, 56.65, 57.78, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27534, 1925, 27732, 5513, 1, 30, 84.23, 85.91, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27535, 1925, 27733, 4727, 6, 30, 32.91, 33.57, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27536, 1925, 27734, 5126, 1, 30, 214.24, 218.52, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27537, 1925, 27735, 3095, 1, 30, 366.76, 374.10, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27538, 1925, 27736, 4498, 9, 30, 107.05, 109.19, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27539, 1925, 27737, 5081, 3, 30, 20.58, 20.99, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27540, 1925, 27738, 2151, 9, 30, 51.91, 52.95, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27541, 1925, 27739, 197, 3, 30, 33.24, 33.90, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27542, 1925, 27740, 1789, 6, 30, 44.44, 45.33, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27543, 1925, 27741, 981, 1, 30, 59.15, 60.33, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27544, 1925, 27742, 3630, 3, 30, 420.00, 428.40, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27545, 1925, 27743, 1473, 1, 30, 21.14, 21.56, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27546, 1925, 27744, 805, 9, 30, 5.88, 6.00, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27547, 1925, 27745, 2542, 9, 30, 34.97, 35.67, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27548, 1925, 27746, 960, 9, 30, 94.50, 96.39, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27549, 1925, 27747, 1942, 1, 30, 8.06, 8.22, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27550, 1925, 27748, 1434, 6, 30, 81.60, 83.23, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27551, 1925, 27749, 2383, 3, 30, 22.67, 23.12, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27552, 1925, 27750, 4455, 1, 30, 12.23, 12.47, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27553, 1925, 27751, 6107, 1, 30, 14.15, 14.43, 1, 1, 'ai_sell', '2024-08-06 23:03:03', '2024-08-06 23:03:03', '2024-08-07 00:04:03'),
(27554, 1925, 27752, 3988, 3, 30, 33.60, 34.27, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27555, 1925, 27753, 4969, 1, 30, 14.84, 15.14, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27556, 1925, 27754, 1837, 1, 30, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27557, 1925, 27755, 3609, 3, 30, 141.78, 144.62, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27558, 1925, 27756, 4668, 3, 30, 1.51, 1.54, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27559, 1925, 27757, 4762, 1, 30, 49.69, 50.68, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27560, 1925, 27758, 1194, 9, 30, 11.21, 11.43, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27561, 1925, 27759, 5704, 1, 30, 2.64, 2.69, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27562, 1925, 27760, 734, 1, 30, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-06 23:03:04', '2024-08-06 23:03:04', '2024-08-07 00:04:03'),
(27563, 1877, 27761, 2339, 1, 23, 1040.00, 1055.60, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27564, 1877, 27762, 2334, 3, 23, 97.97, 99.44, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27565, 1877, 27763, 5309, 6, 23, 160.05, 162.45, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27566, 1877, 27764, 4650, 9, 23, 510.35, 518.01, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27567, 1877, 27765, 2528, 3, 23, 171.70, 174.28, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27568, 1877, 27766, 3870, 3, 23, 23.46, 23.81, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27569, 1877, 27767, 439, 1, 23, 66.60, 67.60, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27570, 1877, 27768, 3185, 1, 23, 4605.60, 4674.68, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27571, 1877, 27769, 4107, 6, 23, 9.87, 10.02, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27572, 1877, 27770, 77, 9, 23, 70.70, 71.76, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27573, 1877, 27771, 2474, 6, 23, 38.47, 39.05, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27574, 1877, 27772, 4761, 1, 23, 223.62, 226.97, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27575, 1877, 27773, 1605, 3, 23, 236.07, 239.61, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27576, 1877, 27774, 2670, 1, 23, 851.70, 864.48, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27577, 1877, 27775, 2648, 6, 23, 13.25, 13.45, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27578, 1877, 27776, 1444, 9, 23, 8.48, 8.61, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27579, 1877, 27777, 1519, 1, 23, 14.44, 14.66, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27580, 1877, 27778, 970, 9, 23, 412.00, 418.18, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27581, 1877, 27779, 1719, 6, 23, 1.07, 1.09, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27582, 1877, 27780, 4736, 1, 23, 20.99, 21.30, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27583, 1877, 27781, 3115, 1, 23, 272.99, 277.08, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27584, 1877, 27782, 6052, 1, 23, 31.79, 32.27, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27585, 1877, 27783, 106, 3, 23, 121.95, 123.78, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:02'),
(27586, 1877, 27784, 774, 3, 23, 7.56, 7.67, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:03'),
(27587, 1877, 27785, 4416, 6, 23, 35.59, 36.12, 1, 1, 'ai_sell', '2024-08-06 23:08:03', '2024-08-06 23:08:03', '2024-08-07 00:09:03'),
(27588, 1877, 27786, 2712, 1, 23, 22.44, 22.78, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27589, 1877, 27787, 1321, 9, 23, 28.63, 29.06, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27590, 1877, 27788, 2365, 3, 23, 1957.00, 1986.36, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27591, 1877, 27789, 5142, 3, 23, 306.52, 311.12, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27592, 1877, 27790, 1459, 3, 23, 5.09, 5.17, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27593, 1877, 27791, 1039, 9, 23, 101.84, 103.37, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27594, 1877, 27792, 3245, 9, 23, 308.99, 313.62, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27595, 1877, 27793, 5762, 3, 23, 5.54, 5.62, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27596, 1877, 27794, 1636, 9, 23, 11.06, 11.23, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27597, 1877, 27795, 140, 3, 23, 20.60, 20.91, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27598, 1877, 27796, 2274, 3, 23, 30.89, 31.35, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27599, 1877, 27797, 1817, 9, 23, 1105.95, 1122.54, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27600, 1877, 27798, 4800, 9, 23, 54.08, 54.89, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27601, 1877, 27799, 5785, 9, 23, 5.80, 5.89, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27602, 1877, 27800, 2273, 6, 23, 720.64, 731.45, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27603, 1877, 27801, 2008, 1, 23, 287.85, 292.17, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27604, 1877, 27802, 2195, 6, 23, 78.00, 79.17, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27605, 1877, 27803, 4388, 6, 23, 10.80, 10.96, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27606, 1877, 27804, 2275, 3, 23, 37.08, 37.64, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27607, 1877, 27805, 5830, 9, 23, 20.50, 20.81, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27608, 1877, 27806, 3542, 3, 23, 6.79, 6.89, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27609, 1877, 27807, 2300, 9, 23, 110.09, 111.74, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27610, 1877, 27808, 403, 1, 23, 34.91, 35.43, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27611, 1877, 27809, 2554, 9, 23, 8.57, 8.70, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27612, 1877, 27810, 3798, 3, 23, 19.88, 20.18, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27613, 1877, 27811, 3220, 6, 23, 35.70, 36.24, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27614, 1877, 27812, 1414, 6, 23, 21.20, 21.52, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27615, 1877, 27813, 4506, 9, 23, 67.31, 68.32, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27616, 1877, 27814, 2809, 9, 23, 35.76, 36.30, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27617, 1877, 27815, 5945, 3, 23, 3.48, 3.53, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27618, 1877, 27816, 1894, 6, 23, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-06 23:09:03', '2024-08-06 23:09:03', '2024-08-07 00:10:03'),
(27619, 1912, 27817, 1974, 6, 29, 25.34, 25.72, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27620, 1912, 27818, 2720, 1, 29, 314.14, 318.85, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27621, 1912, 27819, 3907, 3, 29, 27.29, 27.70, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27622, 1912, 27820, 608, 3, 29, 2.12, 2.15, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27623, 1912, 27821, 1026, 1, 29, 260.00, 263.90, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27624, 1912, 27822, 5001, 9, 29, 97.05, 98.51, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27625, 1912, 27823, 5339, 1, 29, 103.95, 105.51, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27626, 1912, 27824, 1619, 9, 29, 41.99, 42.62, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27627, 1912, 27825, 1155, 1, 29, 67.60, 68.61, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27628, 1912, 27826, 2912, 3, 29, 93.51, 94.91, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27629, 1912, 27827, 3051, 9, 29, 76.39, 77.54, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27630, 1912, 27828, 1323, 6, 29, 13.07, 13.27, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27631, 1912, 27829, 5190, 6, 29, 322.40, 327.24, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27632, 1912, 27830, 5072, 9, 29, 63.11, 64.06, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27633, 1912, 27831, 115, 1, 29, 261.23, 265.15, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27634, 1912, 27832, 1436, 1, 29, 16.31, 16.55, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27635, 1912, 27833, 3139, 9, 29, 41.82, 42.45, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27636, 1912, 27834, 5193, 9, 29, 6805.38, 6907.46, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27637, 1912, 27835, 155, 1, 29, 41.60, 42.22, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27638, 1912, 27836, 3085, 3, 29, 72.29, 73.37, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27639, 1912, 27837, 1236, 1, 29, 102.85, 104.39, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27640, 1912, 27838, 5154, 3, 29, 312.00, 316.68, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27641, 1912, 27839, 6091, 6, 29, 8.23, 8.35, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27642, 1912, 27840, 4686, 1, 29, 1359.87, 1380.27, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27643, 1912, 27841, 4798, 6, 29, 144.92, 147.09, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27644, 1912, 27842, 1125, 3, 29, 58.62, 59.50, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27645, 1912, 27843, 1616, 6, 29, 302.89, 307.43, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27646, 1912, 27844, 4386, 9, 29, 36.35, 36.90, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27647, 1912, 27845, 5218, 3, 29, 520.60, 528.41, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27648, 1912, 27846, 1363, 3, 29, 3.40, 3.45, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27649, 1912, 27847, 5927, 9, 29, 309.00, 313.64, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27650, 1912, 27848, 4209, 3, 29, 20.95, 21.26, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27651, 1912, 27849, 5847, 9, 29, 71.40, 72.47, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27652, 1912, 27850, 5692, 3, 29, 12.24, 12.42, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27653, 1912, 27851, 5097, 1, 29, 121.20, 123.02, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27654, 1912, 27852, 5945, 6, 29, 3.51, 3.56, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27655, 1912, 27853, 803, 9, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27656, 1912, 27854, 1844, 9, 29, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27657, 1912, 27855, 1827, 3, 29, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27658, 1912, 27856, 1894, 9, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-06 23:10:04', '2024-08-06 23:10:04', '2024-08-07 00:11:02'),
(27659, 1850, 27857, 2174, 5, NULL, 41.00, 41.41, 40, 1, 'manual_sell', '2024-08-07 00:01:21', '2024-08-07 00:01:21', '2024-08-07 01:02:02'),
(27660, 1850, 27858, 2609, 5, NULL, 26.00, 26.26, 20, 1, 'manual_sell', '2024-08-07 00:01:43', '2024-08-07 00:01:43', '2024-08-07 01:02:02'),
(27661, 1850, 27859, 4059, 5, NULL, 16.00, 16.16, 1, 1, 'manual_sell', '2024-08-07 00:02:01', '2024-08-07 00:02:01', '2024-08-07 01:02:03'),
(27662, 1886, 27860, 3173, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-08-07 00:04:08', '2024-08-07 00:04:08', '2024-08-07 01:05:03'),
(27663, 1886, 27861, 4601, 5, NULL, 13.00, 13.13, 7, 1, 'manual_sell', '2024-08-07 00:04:53', '2024-08-07 00:04:53', '2024-08-07 01:05:03'),
(27664, 1920, 27863, 3887, 5, NULL, 298.00, 300.98, 1, 1, 'manual_sell', '2024-08-07 00:23:35', '2024-08-07 00:23:35', '2024-08-07 01:24:02'),
(27665, 1920, 27864, 3075, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-08-07 00:25:28', '2024-08-07 00:25:28', '2024-08-07 01:26:02'),
(27666, 1921, 27862, 4972, 5, NULL, 41.00, 14.41, 2, 1, 'manual_sell', '2024-08-07 00:27:52', '2024-08-07 00:27:52', '2024-08-07 01:28:02'),
(27667, 1921, 27865, 3221, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-08-07 00:28:52', '2024-08-07 00:28:52', '2024-08-07 01:29:02'),
(27668, 1869, 27871, 427, 9, 25, 31.19, 31.66, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27669, 1869, 27872, 2479, 6, 25, 632.86, 642.35, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27670, 1869, 27873, 4090, 1, 25, 9.44, 9.58, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27671, 1869, 27874, 4870, 6, 25, 148.39, 150.62, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27672, 1869, 27875, 3666, 3, 25, 7.97, 8.09, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27673, 1869, 27876, 3128, 9, 25, 10.48, 10.64, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27674, 1869, 27877, 727, 6, 25, 5.00, 5.08, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27675, 1869, 27878, 4690, 9, 25, 31.08, 31.55, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27676, 1869, 27879, 2355, 3, 25, 416.00, 422.24, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27677, 1869, 27880, 1716, 6, 25, 7.20, 7.31, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27678, 1869, 27881, 4683, 6, 25, 8.31, 8.43, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27679, 1869, 27882, 3759, 3, 25, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27680, 1869, 27883, 1829, 1, 25, 0.79, 0.80, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27681, 1869, 27884, 1078, 1, 25, 11.10, 11.27, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27682, 1869, 27885, 6085, 9, 25, 4.08, 4.14, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27683, 1869, 27886, 6104, 1, 25, 1.52, 1.54, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27684, 1869, 27887, 949, 9, 25, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27685, 1869, 27888, 1827, 6, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-07 02:09:02', '2024-08-07 02:09:02', '2024-08-07 03:09:02'),
(27686, 1798, 27869, 3920, 5, NULL, 52.00, 52.52, 1, 1, 'manual_sell', '2024-08-07 02:13:06', '2024-08-07 02:13:06', '2024-08-07 03:14:03'),
(27687, 1798, 27870, 1754, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-08-07 02:13:55', '2024-08-07 02:13:55', '2024-08-07 03:14:03'),
(27688, 1876, 27889, 5177, 6, 28, 42.22, 42.60, 1, 1, 'ai_sell', '2024-08-07 02:35:03', '2024-08-07 02:35:03', '2024-08-07 03:35:03'),
(27689, 1876, 27890, 777, 3, 28, 40.56, 40.93, 1, 1, 'ai_sell', '2024-08-07 02:35:03', '2024-08-07 02:35:03', '2024-08-07 03:35:03'),
(27690, 1876, 27891, 1866, 6, 28, 6.24, 6.30, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27691, 1876, 27892, 4435, 9, 28, 16.59, 16.74, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27692, 1876, 27893, 4046, 1, 28, 10.19, 10.28, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27693, 1876, 27894, 4442, 6, 28, 29.40, 29.66, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27694, 1876, 27895, 299, 6, 28, 2.67, 2.69, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27695, 1876, 27896, 608, 1, 28, 2.06, 2.08, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27696, 1876, 27897, 803, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27697, 1876, 27898, 1827, 1, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-07 02:35:04', '2024-08-07 02:35:04', '2024-08-07 03:36:02'),
(27698, 1902, 27899, 1910, 3, 26, 186.90, 188.58, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27699, 1902, 27900, 5181, 3, 26, 19.61, 19.79, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27700, 1902, 27901, 2778, 6, 26, 31.09, 31.37, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27701, 1902, 27902, 2391, 6, 26, 61.13, 61.68, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27702, 1902, 27903, 2749, 1, 26, 126.25, 127.39, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27703, 1902, 27904, 2136, 3, 26, 20.53, 20.71, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27704, 1902, 27905, 1772, 1, 26, 66.56, 67.16, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27705, 1902, 27906, 2578, 1, 26, 17.80, 17.96, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27706, 1902, 27907, 800, 3, 26, 33.52, 33.82, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27707, 1902, 27908, 2053, 9, 26, 28.87, 29.13, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27708, 1902, 27909, 803, 9, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27709, 1902, 27910, 1827, 3, 26, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-07 08:12:02', '2024-08-07 08:12:02', '2024-08-07 09:12:02'),
(27710, 1902, 27911, 1257, 9, 27, 6.96, 7.10, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27711, 1902, 27912, 5857, 3, 27, 7.17, 7.31, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27712, 1902, 27913, 1309, 3, 27, 146.06, 148.98, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27713, 1902, 27914, 5426, 6, 27, 61.20, 62.42, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27714, 1902, 27915, 3511, 6, 27, 39.78, 40.58, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27715, 1902, 27916, 2031, 9, 27, 532.27, 542.92, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27716, 1902, 27917, 4801, 9, 27, 48.48, 49.45, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27717, 1902, 27918, 4178, 9, 27, 22.54, 22.99, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27718, 1902, 27919, 5940, 6, 27, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27719, 1902, 27920, 6109, 6, 27, 6.12, 6.24, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27720, 1902, 27921, 2731, 6, 27, 165.64, 168.95, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27721, 1902, 27922, 4578, 9, 27, 978.50, 998.07, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27722, 1902, 27923, 4973, 3, 27, 19.18, 19.56, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27723, 1902, 27924, 242, 6, 27, 33.08, 33.74, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27724, 1902, 27925, 4893, 6, 27, 110.42, 112.63, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27725, 1902, 27926, 4611, 6, 27, 28.55, 29.12, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27726, 1902, 27927, 2322, 3, 27, 57.56, 58.71, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27727, 1902, 27928, 980, 1, 27, 9.09, 9.27, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27728, 1902, 27929, 2297, 1, 27, 4.20, 4.28, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27729, 1902, 27930, 4038, 6, 27, 5.09, 5.19, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27730, 1902, 27931, 1901, 3, 27, 378.75, 386.33, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27731, 1902, 27932, 311, 6, 27, 150.80, 153.82, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27732, 1902, 27933, 886, 9, 27, 63.58, 64.85, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27733, 1902, 27934, 1116, 6, 27, 92.56, 94.41, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27734, 1902, 27935, 4616, 9, 27, 9345.00, 9531.90, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27735, 1902, 27936, 1139, 1, 27, 18.55, 18.92, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27736, 1902, 27937, 5366, 6, 27, 90.89, 92.71, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27737, 1902, 27938, 5859, 6, 27, 196.95, 200.89, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27738, 1902, 27939, 4532, 9, 27, 109.14, 111.32, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27739, 1902, 27940, 5694, 3, 27, 288.40, 294.17, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27740, 1902, 27941, 1420, 3, 27, 67.41, 68.76, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27741, 1902, 27942, 1279, 3, 27, 351.52, 358.55, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27742, 1902, 27943, 3955, 1, 27, 30.73, 31.34, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27743, 1902, 27944, 1314, 6, 27, 146.45, 149.38, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27744, 1902, 27945, 1191, 3, 27, 50.50, 51.51, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27745, 1902, 27946, 2739, 6, 27, 293.28, 299.15, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27746, 1902, 27947, 2392, 9, 27, 129.28, 131.87, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27747, 1902, 27948, 2485, 3, 27, 145.22, 148.12, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27748, 1902, 27949, 6158, 1, 27, 70.90, 72.32, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27749, 1902, 27950, 768, 9, 27, 4.41, 4.50, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27750, 1902, 27951, 379, 9, 27, 7.07, 7.21, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27751, 1902, 27952, 5097, 6, 27, 122.40, 124.85, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27752, 1902, 27953, 4392, 1, 27, 103.25, 105.32, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27753, 1902, 27954, 668, 9, 27, 5.10, 5.20, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27754, 1902, 27955, 1377, 6, 27, 12.71, 12.96, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27755, 1902, 27956, 645, 1, 27, 4.24, 4.32, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27756, 1902, 27957, 4562, 1, 27, 3.94, 4.02, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27757, 1902, 27958, 949, 1, 27, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-07 08:40:04', '2024-08-07 08:40:04', '2024-08-07 09:41:02'),
(27758, 1850, 27959, 386, 9, 24, 408.00, 414.12, 1, 1, 'ai_sell', '2024-08-07 10:09:02', '2024-08-07 10:09:02', '2024-08-07 11:09:02'),
(27759, 1850, 27960, 3118, 9, 24, 88.73, 90.06, 1, 1, 'ai_sell', '2024-08-07 10:09:02', '2024-08-07 10:09:02', '2024-08-07 11:09:02'),
(27760, 1850, 27961, 1196, 9, 24, 127.20, 129.11, 1, 1, 'ai_sell', '2024-08-07 10:09:02', '2024-08-07 10:09:02', '2024-08-07 11:09:02'),
(27761, 1850, 27962, 5025, 3, 24, 135.15, 137.18, 1, 1, 'ai_sell', '2024-08-07 10:09:02', '2024-08-07 10:09:02', '2024-08-07 11:09:02'),
(27762, 1850, 27963, 5318, 3, 24, 233.15, 236.65, 1, 1, 'ai_sell', '2024-08-07 10:09:02', '2024-08-07 10:09:02', '2024-08-07 11:09:02'),
(27763, 1850, 27964, 5455, 3, 24, 54.13, 54.94, 1, 1, 'ai_sell', '2024-08-07 10:09:02', '2024-08-07 10:09:02', '2024-08-07 11:09:02'),
(27764, 1850, 27965, 3107, 1, 24, 202.98, 206.02, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27765, 1850, 27966, 4514, 1, 24, 16.79, 17.04, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27766, 1850, 27967, 2672, 1, 24, 122.71, 124.55, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27767, 1850, 27968, 346, 9, 24, 47.75, 48.47, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27768, 1850, 27969, 2313, 1, 24, 30.90, 31.36, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27769, 1850, 27970, 1631, 3, 24, 5.45, 5.53, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27770, 1850, 27971, 2233, 9, 24, 30.33, 30.78, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27771, 1850, 27972, 2745, 1, 24, 40.83, 41.44, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27772, 1850, 27973, 1844, 9, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27773, 1850, 27974, 3593, 1, 24, 4.80, 4.87, 1, 1, 'ai_sell', '2024-08-07 10:09:03', '2024-08-07 10:09:03', '2024-08-07 11:10:03'),
(27774, 1881, 27866, 1425, 1, NULL, 168.00, 1.68, 1, 1, 'manual_sell', '2024-08-07 21:22:11', '2024-08-07 21:22:11', '2024-08-07 22:23:02'),
(27775, 1881, 27867, 5029, 5, NULL, 629.90, 12.59, 1, 1, 'manual_sell', '2024-08-07 21:23:04', '2024-08-07 21:23:04', '2024-08-07 22:24:02'),
(27776, 1881, 27868, 330, 5, NULL, 641.70, 6.41, 1, 1, 'manual_sell', '2024-08-07 21:23:42', '2024-08-07 21:23:42', '2024-08-07 22:24:02'),
(27777, 1925, 27975, 5119, 9, 30, 64.65, 65.94, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27778, 1925, 27976, 4662, 3, 30, 30.23, 30.83, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27779, 1925, 27977, 4209, 6, 30, 20.54, 20.95, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27780, 1925, 27978, 5758, 1, 30, 513.97, 524.25, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27781, 1925, 27979, 4629, 6, 30, 7828.00, 7984.56, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27782, 1925, 27980, 1013, 9, 30, 94.76, 96.66, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27783, 1925, 27981, 427, 6, 30, 31.49, 32.12, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27784, 1925, 27982, 2147, 6, 30, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27785, 1925, 27983, 4992, 3, 30, 12.57, 12.82, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27786, 1925, 27984, 2026, 9, 30, 86.39, 88.12, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27787, 1925, 27985, 4609, 1, 30, 25.38, 25.89, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27788, 1925, 27986, 2359, 6, 30, 30.90, 31.52, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27789, 1925, 27987, 2610, 3, 30, 10.59, 10.80, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(27790, 1925, 27988, 1296, 1, 30, 46.35, 47.28, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27791, 1925, 27989, 5517, 6, 30, 22.84, 23.30, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27792, 1925, 27990, 2773, 1, 30, 392.78, 400.64, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27793, 1925, 27991, 3911, 1, 30, 374.40, 381.89, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27794, 1925, 27992, 2081, 3, 30, 798.00, 813.96, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27795, 1925, 27993, 517, 9, 30, 18.76, 19.14, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27796, 1925, 27994, 4779, 9, 30, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27797, 1925, 27995, 4466, 1, 30, 141.75, 144.59, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27798, 1925, 27996, 3118, 9, 30, 88.73, 90.50, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27799, 1925, 27997, 337, 6, 30, 17.10, 17.44, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27800, 1925, 27998, 397, 1, 30, 30.24, 30.84, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27801, 1925, 27999, 2581, 3, 30, 18.01, 18.37, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27802, 1925, 28000, 5738, 1, 30, 31.49, 32.12, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27803, 1925, 28001, 1612, 3, 30, 41.94, 42.78, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27804, 1925, 28002, 5702, 9, 30, 45.43, 46.34, 1, 1, 'ai_sell', '2024-08-08 00:16:03', '2024-08-08 00:16:03', '2024-08-08 01:17:02'),
(27805, 1925, 28003, 2208, 3, 30, 57.05, 58.19, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27806, 1925, 28004, 4375, 1, 30, 80.80, 82.42, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27807, 1925, 28005, 3777, 9, 30, 8.54, 8.71, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27808, 1925, 28006, 154, 1, 30, 5.15, 5.25, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27809, 1925, 28007, 1953, 3, 30, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27810, 1925, 28008, 1658, 3, 30, 119.59, 121.98, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27811, 1925, 28009, 4018, 3, 30, 53.00, 54.06, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27812, 1925, 28010, 3615, 3, 30, 3.61, 3.68, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27813, 1925, 28011, 5240, 3, 30, 25.41, 25.92, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27814, 1925, 28012, 1665, 9, 30, 11.33, 11.56, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27815, 1925, 28013, 6046, 1, 30, 152.44, 155.49, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:02'),
(27816, 1925, 28014, 5376, 6, 30, 18.86, 19.24, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:03'),
(27817, 1925, 28015, 1767, 3, 30, 4.24, 4.32, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:03'),
(27818, 1925, 28016, 1811, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:03'),
(27819, 1925, 28017, 1827, 6, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:03'),
(27820, 1925, 28018, 949, 1, 30, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-08 00:16:04', '2024-08-08 00:16:04', '2024-08-08 01:17:03'),
(27821, 1877, 28019, 5907, 9, 23, 16.67, 16.92, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27822, 1877, 28020, 2229, 9, 23, 27.76, 28.18, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27823, 1877, 28021, 4417, 1, 23, 27.80, 28.22, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27824, 1877, 28022, 672, 3, 23, 3.15, 3.20, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27825, 1877, 28023, 3607, 9, 23, 763.35, 774.80, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27826, 1877, 28024, 2144, 9, 23, 33.97, 34.48, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27827, 1877, 28025, 2626, 9, 23, 27.71, 28.13, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27828, 1877, 28026, 2648, 6, 23, 13.12, 13.32, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27829, 1877, 28027, 4820, 9, 23, 68.78, 69.81, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27830, 1877, 28028, 4620, 1, 23, 5872.02, 5960.10, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27831, 1877, 28029, 1668, 6, 23, 130.71, 132.67, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27832, 1877, 28030, 591, 9, 23, 10.40, 10.56, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27833, 1877, 28031, 1278, 9, 23, 364.00, 369.46, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27834, 1877, 28032, 3158, 6, 23, 40.38, 40.99, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27835, 1877, 28033, 3578, 9, 23, 16.21, 16.45, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27836, 1877, 28034, 3466, 1, 23, 23.58, 23.93, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27837, 1877, 28035, 790, 1, 23, 268.30, 272.32, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27838, 1877, 28036, 5916, 6, 23, 509.08, 516.72, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27839, 1877, 28037, 2080, 1, 23, 150.03, 152.28, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27840, 1877, 28038, 104, 3, 23, 34.69, 35.21, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27841, 1877, 28039, 4446, 3, 23, 33.32, 33.82, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27842, 1877, 28040, 5828, 1, 23, 303.00, 307.55, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27843, 1877, 28041, 2255, 6, 23, 20.99, 21.30, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27844, 1877, 28042, 4872, 3, 23, 26.52, 26.92, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27845, 1877, 28043, 5763, 6, 23, 735.00, 746.03, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27846, 1877, 28044, 231, 6, 23, 70.28, 71.33, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27847, 1877, 28045, 4334, 1, 23, 9.36, 9.50, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27848, 1877, 28046, 5906, 6, 23, 135.19, 137.22, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27849, 1877, 28047, 837, 9, 23, 93.39, 94.79, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27850, 1877, 28048, 146, 3, 23, 35.70, 36.24, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:02'),
(27851, 1877, 28049, 838, 9, 23, 16.82, 17.07, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27852, 1877, 28050, 1700, 9, 23, 58.30, 59.17, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27853, 1877, 28051, 486, 3, 23, 2266.00, 2299.99, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27854, 1877, 28052, 732, 9, 23, 63.62, 64.57, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27855, 1877, 28053, 5051, 3, 23, 20.19, 20.49, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27856, 1877, 28054, 5942, 6, 23, 6.94, 7.04, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27857, 1877, 28055, 2981, 3, 23, 94.64, 96.06, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27858, 1877, 28056, 1679, 3, 23, 445.99, 452.68, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27859, 1877, 28057, 3557, 3, 23, 24.47, 24.84, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27860, 1877, 28058, 3238, 3, 23, 102.60, 104.14, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27861, 1877, 28059, 5090, 9, 23, 18.35, 18.63, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27862, 1877, 28060, 5557, 3, 23, 186.33, 189.12, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27863, 1877, 28061, 3535, 6, 23, 79.70, 80.90, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27864, 1877, 28062, 177, 9, 23, 267.64, 271.65, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27865, 1877, 28063, 3007, 6, 23, 110.24, 111.89, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27866, 1877, 28064, 1457, 6, 23, 11.41, 11.58, 1, 1, 'ai_sell', '2024-08-08 00:21:02', '2024-08-08 00:21:02', '2024-08-08 01:21:03'),
(27867, 1877, 28065, 4504, 6, 23, 617.99, 627.26, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27868, 1877, 28066, 1841, 3, 23, 101.20, 102.72, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27869, 1877, 28067, 3260, 6, 23, 7.86, 7.98, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27870, 1877, 28068, 1570, 3, 23, 34.30, 34.81, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27871, 1877, 28069, 659, 6, 23, 8.48, 8.61, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27872, 1877, 28070, 6082, 3, 23, 7.28, 7.39, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27873, 1877, 28071, 5746, 3, 23, 71.69, 72.77, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27874, 1877, 28072, 6010, 1, 23, 4.88, 4.95, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27875, 1877, 28073, 1498, 3, 23, 91.40, 92.77, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27876, 1877, 28074, 4398, 9, 23, 106.00, 107.59, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27877, 1877, 28075, 3494, 3, 23, 13.03, 13.23, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27878, 1877, 28076, 2366, 3, 23, 18.35, 18.63, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27879, 1877, 28077, 1811, 9, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:02'),
(27880, 1877, 28078, 608, 1, 23, 2.10, 2.13, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:03'),
(27881, 1877, 28079, 1469, 6, 23, 1.31, 1.33, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:03'),
(27882, 1877, 28080, 4884, 3, 23, 2.30, 2.33, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:03'),
(27883, 1877, 28081, 634, 3, 23, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:03'),
(27884, 1877, 28082, 1827, 3, 23, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-08 00:21:03', '2024-08-08 00:21:03', '2024-08-08 01:22:03'),
(27885, 1912, 28083, 3693, 3, 29, 342.64, 347.78, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27886, 1912, 28084, 3909, 6, 29, 212.24, 215.42, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27887, 1912, 28085, 128, 6, 29, 9.54, 9.68, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27888, 1912, 28086, 878, 9, 29, 295.74, 300.18, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27889, 1912, 28087, 3728, 6, 29, 11.21, 11.38, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27890, 1912, 28088, 1221, 3, 29, 124.19, 126.05, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27891, 1912, 28089, 5513, 9, 29, 81.80, 83.03, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27892, 1912, 28090, 1650, 1, 29, 10.59, 10.75, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27893, 1912, 28091, 5826, 9, 29, 6.23, 6.32, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27894, 1912, 28092, 1336, 9, 29, 36.40, 36.95, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27895, 1912, 28093, 4922, 1, 29, 15.75, 15.99, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27896, 1912, 28094, 5446, 1, 29, 302.40, 306.94, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27897, 1912, 28095, 105, 9, 29, 324.21, 329.07, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27898, 1912, 28096, 5963, 1, 29, 44.19, 44.85, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27899, 1912, 28097, 3771, 1, 29, 5.29, 5.37, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27900, 1912, 28098, 2643, 6, 29, 11.43, 11.60, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27901, 1912, 28099, 4711, 1, 29, 31.20, 31.67, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27902, 1912, 28100, 4604, 1, 29, 27.54, 27.95, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27903, 1912, 28101, 1574, 9, 29, 199.50, 202.49, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27904, 1912, 28102, 4431, 9, 29, 479.75, 486.95, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27905, 1912, 28103, 2973, 1, 29, 425.05, 431.43, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27906, 1912, 28104, 2342, 9, 29, 927.00, 940.91, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27907, 1912, 28105, 5122, 9, 29, 204.00, 207.06, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27908, 1912, 28106, 1591, 6, 29, 7.76, 7.88, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27909, 1912, 28107, 2909, 3, 29, 40.80, 41.41, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27910, 1912, 28108, 4545, 9, 29, 28.83, 29.26, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27911, 1912, 28109, 1666, 1, 29, 46.72, 47.42, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27912, 1912, 28110, 1357, 3, 29, 51.66, 52.43, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27913, 1912, 28111, 5802, 1, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27914, 1912, 28112, 2029, 9, 29, 172.20, 174.78, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27915, 1912, 28113, 1469, 3, 29, 1.29, 1.31, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27916, 1912, 28114, 2815, 1, 29, 4257.39, 4321.25, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27917, 1912, 28115, 4106, 3, 29, 1.37, 1.39, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27918, 1912, 28116, 5271, 3, 29, 636.00, 645.54, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27919, 1912, 28117, 3478, 9, 29, 109.16, 110.80, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27920, 1912, 28118, 2594, 1, 29, 15.13, 15.36, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27921, 1912, 28119, 13, 6, 29, 10.40, 10.56, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27922, 1912, 28120, 2568, 3, 29, 1213.80, 1232.01, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27923, 1912, 28121, 5151, 9, 29, 323.42, 328.27, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27924, 1912, 28122, 862, 3, 29, 4.20, 4.26, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27925, 1912, 28123, 6029, 9, 29, 27.02, 27.43, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27926, 1912, 28124, 184, 9, 29, 17.99, 18.26, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27927, 1912, 28125, 944, 1, 29, 530.11, 538.06, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27928, 1912, 28126, 5599, 6, 29, 81.74, 82.97, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27929, 1912, 28127, 4676, 9, 29, 49.69, 50.44, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27930, 1912, 28128, 2193, 6, 29, 20.73, 21.04, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27931, 1912, 28129, 3954, 1, 29, 236.07, 239.61, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27932, 1912, 28130, 608, 3, 29, 2.06, 2.09, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27933, 1912, 28131, 4394, 3, 29, 115.43, 117.16, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27934, 1912, 28132, 5550, 6, 29, 9.00, 9.14, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27935, 1912, 28133, 2608, 3, 29, 10.50, 10.66, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27936, 1912, 28134, 3209, 6, 29, 22.66, 23.00, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27937, 1912, 28135, 3569, 9, 29, 12.71, 12.90, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27938, 1912, 28136, 2283, 6, 29, 98.70, 100.18, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27939, 1912, 28137, 1129, 1, 29, 2.53, 2.57, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27940, 1912, 28138, 1859, 6, 29, 3.74, 3.80, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27941, 1912, 28139, 935, 6, 29, 3.15, 3.20, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27942, 1912, 28140, 5824, 6, 29, 1.47, 1.49, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27943, 1912, 28141, 2073, 3, 29, 2.58, 2.62, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:02'),
(27944, 1912, 28142, 1640, 9, 29, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:03'),
(27945, 1912, 28143, 1811, 1, 29, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-08 00:22:04', '2024-08-08 00:22:04', '2024-08-08 01:23:03'),
(27946, 1886, 28145, 1071, 5, NULL, 5.00, 5.05, 59, 1, 'manual_sell', '2024-08-08 01:08:28', '2024-08-08 01:08:28', '2024-08-08 02:09:02'),
(27947, 1850, 28144, 2662, 5, NULL, 101.00, 102.01, 21, 1, 'manual_sell', '2024-08-08 01:37:09', '2024-08-08 01:37:09', '2024-08-08 02:38:02'),
(27948, 1921, 28149, 3912, 5, NULL, 24.00, 24.24, 1, 1, 'manual_sell', '2024-08-08 01:37:39', '2024-08-08 01:37:39', '2024-08-08 02:38:02'),
(27949, 1920, 28148, 19, 5, NULL, 6.00, 6.06, 2, 1, 'manual_sell', '2024-08-08 01:37:48', '2024-08-08 01:37:48', '2024-08-08 02:38:02'),
(27950, 1850, 28146, 4609, 5, NULL, 25.60, 25.85, 3, 1, 'manual_sell', '2024-08-08 01:37:49', '2024-08-08 01:37:49', '2024-08-08 02:38:02'),
(27951, 1921, 28150, 67, 5, NULL, 25.00, 25.25, 1, 1, 'manual_sell', '2024-08-08 01:38:45', '2024-08-08 01:38:45', '2024-08-08 02:39:02'),
(27952, 1920, 28147, 79, 5, NULL, 151.00, 152.51, 2, 1, 'manual_sell', '2024-08-08 01:39:28', '2024-08-08 01:39:28', '2024-08-08 02:40:03'),
(27953, 1869, 28151, 1779, 6, 25, 38.85, 39.43, 1, 1, 'ai_sell', '2024-08-08 03:20:03', '2024-08-08 03:20:03', '2024-08-08 04:20:03'),
(27954, 1869, 28152, 5738, 1, 25, 30.59, 31.05, 1, 1, 'ai_sell', '2024-08-08 03:20:03', '2024-08-08 03:20:03', '2024-08-08 04:20:03'),
(27955, 1869, 28153, 2273, 3, 25, 713.58, 724.28, 1, 1, 'ai_sell', '2024-08-08 03:20:03', '2024-08-08 03:20:03', '2024-08-08 04:20:03'),
(27956, 1869, 28154, 5036, 9, 25, 103.00, 104.55, 1, 1, 'ai_sell', '2024-08-08 03:20:03', '2024-08-08 03:20:03', '2024-08-08 04:20:03'),
(27957, 1869, 28155, 854, 9, 25, 36.56, 37.11, 1, 1, 'ai_sell', '2024-08-08 03:20:03', '2024-08-08 03:20:03', '2024-08-08 04:20:03'),
(27958, 1869, 28156, 5586, 3, 25, 11.21, 11.38, 1, 1, 'ai_sell', '2024-08-08 03:20:03', '2024-08-08 03:20:03', '2024-08-08 04:20:03'),
(27959, 1869, 28157, 5912, 1, 25, 21.19, 21.51, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27960, 1869, 28158, 189, 9, 25, 141.01, 143.13, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27961, 1869, 28159, 3558, 9, 25, 11.16, 11.33, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27962, 1869, 28160, 3658, 3, 25, 14.21, 14.42, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27963, 1869, 28161, 840, 3, 25, 195.69, 198.63, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27964, 1869, 28162, 5034, 6, 25, 9.08, 9.22, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27965, 1869, 28163, 2962, 6, 25, 10.96, 11.12, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27966, 1869, 28164, 5580, 1, 25, 13.36, 13.56, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27967, 1869, 28165, 5845, 9, 25, 9.26, 9.40, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27968, 1869, 28166, 952, 9, 25, 5.36, 5.44, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27969, 1869, 28167, 1894, 1, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27970, 1869, 28168, 1640, 1, 25, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27971, 1869, 28169, 1844, 6, 25, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27972, 1869, 28170, 1827, 9, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-08 03:20:04', '2024-08-08 03:20:04', '2024-08-08 04:21:03'),
(27973, 1876, 28171, 5808, 6, 28, 103.99, 104.93, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27974, 1876, 28172, 2538, 1, 28, 19.39, 19.56, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27975, 1876, 28173, 1266, 9, 28, 8.39, 8.47, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27976, 1876, 28174, 63, 6, 28, 7.07, 7.13, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27977, 1876, 28175, 631, 9, 28, 11.66, 11.76, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27978, 1876, 28176, 1844, 9, 28, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27979, 1876, 28177, 734, 3, 28, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27980, 1876, 28178, 1827, 3, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27981, 1876, 28179, 1811, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27982, 1876, 28180, 1894, 9, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 03:47:03', '2024-08-08 03:47:03', '2024-08-08 04:48:02'),
(27983, 1798, 28181, 2922, 5, NULL, 32.00, 32.32, 1, 1, 'manual_sell', '2024-08-08 04:07:50', '2024-08-08 04:07:50', '2024-08-08 05:08:03'),
(27984, 1798, 28182, 133, 5, NULL, 33.00, 33.33, 1, 1, 'manual_sell', '2024-08-08 04:34:34', '2024-08-08 04:34:34', '2024-08-08 05:35:03'),
(27985, 1798, 28183, 3781, 5, NULL, 38.00, 38.38, 1, 1, 'manual_sell', '2024-08-08 04:35:16', '2024-08-08 04:35:16', '2024-08-08 05:36:02'),
(27986, 1884, 28194, 5079, 9, 31, 29.18, 29.76, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27987, 1884, 28195, 4964, 9, 31, 21.10, 21.52, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27988, 1884, 28196, 1650, 6, 31, 10.59, 10.80, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27989, 1884, 28197, 40, 3, 31, 48.88, 49.86, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27990, 1884, 28198, 4851, 6, 31, 1261.74, 1286.97, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27991, 1884, 28199, 1587, 9, 31, 76.22, 77.74, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27992, 1884, 28200, 3447, 1, 31, 529.24, 539.82, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27993, 1884, 28201, 2787, 1, 31, 319.05, 325.43, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27994, 1884, 28202, 472, 1, 31, 62.22, 63.46, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27995, 1884, 28203, 129, 3, 31, 42.70, 43.55, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27996, 1884, 28204, 3290, 3, 31, 316.04, 322.36, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27997, 1884, 28205, 4744, 1, 31, 49.53, 50.52, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27998, 1884, 28206, 3262, 3, 31, 5.67, 5.78, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(27999, 1884, 28207, 886, 6, 31, 62.98, 64.24, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28000, 1884, 28208, 4507, 1, 31, 40.89, 41.71, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28001, 1884, 28209, 581, 1, 31, 104.00, 106.08, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28002, 1884, 28210, 633, 1, 31, 10.40, 10.61, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28003, 1884, 28211, 2843, 1, 31, 18.75, 19.13, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28004, 1884, 28212, 2098, 1, 31, 103.95, 106.03, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28005, 1884, 28213, 1503, 9, 31, 25.20, 25.70, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28006, 1884, 28214, 5703, 9, 31, 207.02, 211.16, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28007, 1884, 28215, 4174, 6, 31, 539.58, 550.37, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28008, 1884, 28216, 4496, 6, 31, 366.45, 373.78, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28009, 1884, 28217, 3977, 1, 31, 386.57, 394.30, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28010, 1884, 28218, 3134, 9, 31, 340.26, 347.07, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28011, 1884, 28219, 2315, 9, 31, 556.51, 567.64, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28012, 1884, 28220, 5454, 1, 31, 10165.40, 10368.71, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28013, 1884, 28221, 2699, 1, 31, 40.39, 41.20, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28014, 1884, 28222, 4998, 6, 31, 117.30, 119.65, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28015, 1884, 28223, 1993, 3, 31, 790.01, 805.81, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28016, 1884, 28224, 3979, 3, 31, 1590.00, 1621.80, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28017, 1884, 28225, 6096, 9, 31, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28018, 1884, 28226, 2097, 1, 31, 9.52, 9.71, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28019, 1884, 28227, 2388, 6, 31, 78.07, 79.63, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28020, 1884, 28228, 2446, 3, 31, 294.78, 300.68, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28021, 1884, 28229, 6130, 6, 31, 4.83, 4.93, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28022, 1884, 28230, 1537, 6, 31, 206.72, 210.85, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28023, 1884, 28231, 3546, 6, 31, 200.94, 204.96, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28024, 1884, 28232, 2563, 1, 31, 438.59, 447.36, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28025, 1884, 28233, 1381, 9, 31, 879.80, 897.40, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28026, 1884, 28234, 1911, 1, 31, 23.97, 24.45, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28027, 1884, 28235, 2683, 9, 31, 20.78, 21.20, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28028, 1884, 28236, 5640, 9, 31, 8.47, 8.64, 1, 1, 'ai_sell', '2024-08-08 08:26:03', '2024-08-08 08:26:03', '2024-08-08 09:27:02'),
(28029, 1884, 28237, 3905, 6, 31, 42.22, 43.06, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28030, 1884, 28238, 3833, 1, 31, 5.05, 5.15, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28031, 1884, 28239, 4520, 9, 31, 29.86, 30.46, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28032, 1884, 28240, 2096, 9, 31, 31.49, 32.12, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28033, 1884, 28241, 2745, 9, 31, 40.06, 40.86, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28034, 1884, 28242, 2386, 9, 31, 8.24, 8.40, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28035, 1884, 28243, 2996, 6, 31, 515.00, 525.30, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28036, 1884, 28244, 4230, 1, 31, 195.31, 199.22, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28037, 1884, 28245, 2373, 9, 31, 36.15, 36.87, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28038, 1884, 28246, 4157, 6, 31, 88.57, 90.34, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28039, 1884, 28247, 5814, 3, 31, 360.50, 367.71, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28040, 1884, 28248, 4762, 1, 31, 50.18, 51.18, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28041, 1884, 28249, 3383, 6, 31, 101.06, 103.08, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28042, 1884, 28250, 612, 6, 31, 66.30, 67.63, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28043, 1884, 28251, 4715, 3, 31, 5.76, 5.88, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28044, 1884, 28252, 3277, 9, 31, 37.72, 38.47, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28045, 1884, 28253, 3775, 1, 31, 6.24, 6.36, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28046, 1884, 28254, 3898, 1, 31, 6969.00, 7108.38, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28047, 1884, 28255, 211, 3, 31, 9.75, 9.95, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28048, 1884, 28256, 6009, 6, 31, 19.17, 19.55, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28049, 1884, 28257, 1596, 1, 31, 2590.80, 2642.62, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28050, 1884, 28258, 555, 3, 31, 13045.80, 13306.72, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28051, 1884, 28259, 5114, 9, 31, 125.83, 128.35, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28052, 1884, 28260, 4081, 6, 31, 50.49, 51.50, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28053, 1884, 28261, 2422, 9, 31, 515.00, 525.30, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28054, 1884, 28262, 5130, 9, 31, 33.60, 34.27, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28055, 1884, 28263, 4057, 1, 31, 26.29, 26.82, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28056, 1884, 28264, 4710, 3, 31, 18.36, 18.73, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28057, 1884, 28265, 5962, 6, 31, 17.90, 18.26, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28058, 1884, 28266, 1554, 3, 31, 14.84, 15.14, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28059, 1884, 28267, 4294, 9, 31, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28060, 1884, 28268, 4083, 3, 31, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28061, 1884, 28269, 277, 9, 31, 339.89, 346.69, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28062, 1884, 28270, 3854, 3, 31, 606.00, 618.12, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28063, 1884, 28271, 1661, 1, 31, 14.30, 14.59, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28064, 1884, 28272, 5897, 9, 31, 7.22, 7.36, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28065, 1884, 28273, 3212, 9, 31, 8.16, 8.32, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:02'),
(28066, 1884, 28274, 1020, 9, 31, 6.39, 6.52, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28067, 1884, 28275, 4499, 3, 31, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28068, 1884, 28276, 4733, 1, 31, 63.83, 65.11, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28069, 1884, 28277, 2182, 9, 31, 63.00, 64.26, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28070, 1884, 28278, 4736, 3, 31, 21.81, 22.25, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28071, 1884, 28279, 1716, 9, 31, 7.41, 7.56, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28072, 1884, 28280, 3473, 1, 31, 344.40, 351.29, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28073, 1884, 28281, 3251, 1, 31, 23.03, 23.49, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28074, 1884, 28282, 558, 3, 31, 12.60, 12.85, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28075, 1884, 28283, 5171, 9, 31, 48.29, 49.26, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28076, 1884, 28284, 4305, 1, 31, 4.24, 4.32, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28077, 1884, 28285, 4920, 9, 31, 33.92, 34.60, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28078, 1884, 28286, 2192, 9, 31, 37.05, 37.79, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28079, 1884, 28287, 5294, 1, 31, 287.13, 292.87, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28080, 1884, 28288, 4466, 3, 31, 143.10, 145.96, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28081, 1884, 28289, 2443, 1, 31, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28082, 1884, 28290, 3664, 9, 31, 13.43, 13.70, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28083, 1884, 28291, 5552, 1, 31, 28.22, 28.78, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28084, 1884, 28292, 263, 1, 31, 6.47, 6.60, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28085, 1884, 28293, 2215, 6, 31, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28086, 1884, 28294, 3728, 1, 31, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28087, 1884, 28295, 2054, 3, 31, 113.36, 115.63, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28088, 1884, 28296, 3075, 3, 31, 13.11, 13.37, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28089, 1884, 28297, 380, 9, 31, 12.57, 12.82, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28090, 1884, 28298, 5467, 6, 31, 52.60, 53.65, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28091, 1884, 28299, 3970, 9, 31, 17.33, 17.68, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28092, 1884, 28300, 3904, 6, 31, 75.73, 77.24, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28093, 1884, 28301, 4175, 3, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28094, 1884, 28302, 3180, 6, 31, 12.11, 12.35, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28095, 1884, 28303, 1931, 6, 31, 1657.72, 1690.87, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28096, 1884, 28304, 2369, 1, 31, 30.68, 31.29, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28097, 1884, 28305, 2714, 9, 31, 126.51, 129.04, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28098, 1884, 28306, 3533, 1, 31, 2.37, 2.42, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28099, 1884, 28307, 2455, 9, 31, 48.48, 49.45, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28100, 1884, 28308, 4556, 9, 31, 6.63, 6.76, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28101, 1884, 28309, 293, 6, 31, 13.82, 14.10, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28102, 1884, 28310, 803, 6, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28103, 1884, 28311, 3178, 6, 31, 5.58, 5.69, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28104, 1884, 28312, 1850, 1, 31, 0.57, 0.58, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28105, 1884, 28313, 624, 3, 31, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28106, 1884, 28314, 1844, 1, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28107, 1884, 28315, 1811, 1, 31, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28108, 1884, 28316, 1827, 9, 31, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-08 08:26:04', '2024-08-08 08:26:04', '2024-08-08 09:27:03'),
(28109, 1902, 28319, 2586, 9, 26, 20.27, 20.45, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28110, 1902, 28320, 5340, 6, 26, 11.32, 11.42, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28111, 1902, 28321, 3938, 3, 26, 19.57, 19.75, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28112, 1902, 28322, 116, 3, 26, 101.97, 102.89, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28113, 1902, 28323, 542, 3, 26, 205.92, 207.77, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28114, 1902, 28324, 1961, 1, 26, 19.08, 19.25, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28115, 1902, 28325, 589, 6, 26, 41.82, 42.20, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28116, 1902, 28326, 1568, 3, 26, 119.21, 120.28, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28117, 1902, 28327, 512, 3, 26, 40.19, 40.55, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28118, 1902, 28328, 1058, 6, 26, 10.07, 10.16, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28119, 1902, 28329, 4104, 9, 26, 2.12, 2.14, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28120, 1902, 28330, 1859, 9, 26, 3.67, 3.70, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28121, 1902, 28331, 1527, 6, 26, 2.04, 2.06, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28122, 1902, 28332, 1844, 3, 26, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28123, 1902, 28333, 734, 1, 26, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28124, 1902, 28334, 1827, 9, 26, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-08 09:22:03', '2024-08-08 09:22:03', '2024-08-08 10:23:03'),
(28125, 1902, 28336, 3619, 3, 27, 570.96, 582.38, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28126, 1902, 28337, 4741, 3, 27, 11.02, 11.24, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28127, 1902, 28338, 2946, 1, 27, 683.70, 697.37, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28128, 1902, 28339, 4821, 3, 27, 18.90, 19.28, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28129, 1902, 28340, 3924, 3, 27, 5879.95, 5997.55, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28130, 1902, 28341, 1034, 6, 27, 102.02, 104.06, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28131, 1902, 28342, 5045, 9, 27, 131.58, 134.21, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28132, 1902, 28343, 4934, 3, 27, 17.85, 18.21, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28133, 1902, 28344, 2180, 6, 27, 14.14, 14.42, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28134, 1902, 28345, 4889, 9, 27, 64.62, 65.91, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28135, 1902, 28346, 5474, 9, 27, 43.45, 44.32, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28136, 1902, 28347, 4947, 1, 27, 525.92, 536.44, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28137, 1902, 28348, 4607, 3, 27, 13.12, 13.38, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28138, 1902, 28349, 3798, 6, 27, 20.07, 20.47, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28139, 1902, 28350, 1782, 6, 27, 49.92, 50.92, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28140, 1902, 28351, 3834, 9, 27, 50.50, 51.51, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28141, 1902, 28352, 4079, 6, 27, 37.73, 38.48, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28142, 1902, 28353, 810, 1, 27, 25.85, 26.37, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28143, 1902, 28354, 217, 3, 27, 241.04, 245.86, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28144, 1902, 28355, 2560, 9, 27, 127.19, 129.73, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28145, 1902, 28356, 2499, 1, 27, 1065.44, 1086.75, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28146, 1902, 28357, 5362, 6, 27, 220.49, 224.90, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28147, 1902, 28358, 823, 3, 27, 12.17, 12.41, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28148, 1902, 28359, 1881, 3, 27, 10.61, 10.82, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28149, 1902, 28360, 1157, 3, 27, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28150, 1902, 28361, 3871, 1, 27, 53.03, 54.09, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28151, 1902, 28362, 2507, 3, 27, 1151.68, 1174.71, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28152, 1902, 28363, 79, 9, 27, 154.50, 157.59, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28153, 1902, 28364, 6078, 1, 27, 42.39, 43.24, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28154, 1902, 28365, 2865, 9, 27, 56.64, 57.77, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28155, 1902, 28366, 4495, 6, 27, 25.49, 26.00, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28156, 1902, 28367, 4922, 3, 27, 15.90, 16.22, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28157, 1902, 28368, 2046, 3, 27, 760.92, 776.14, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28158, 1902, 28369, 1454, 6, 27, 68.54, 69.91, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28159, 1902, 28370, 6106, 6, 27, 10.92, 11.14, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28160, 1902, 28371, 2036, 6, 27, 62.07, 63.31, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28161, 1902, 28372, 4693, 1, 27, 15.11, 15.41, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28162, 1902, 28373, 274, 9, 27, 336.32, 343.05, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(28163, 1902, 28374, 3512, 6, 27, 530.53, 541.14, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28164, 1902, 28375, 3944, 9, 27, 82.16, 83.80, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28165, 1902, 28376, 4302, 9, 27, 10.64, 10.85, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28166, 1902, 28377, 215, 1, 27, 7.74, 7.89, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28167, 1902, 28378, 5730, 3, 27, 26.00, 26.52, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28168, 1902, 28379, 3952, 9, 27, 146.63, 149.56, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28169, 1902, 28380, 2701, 1, 27, 20.16, 20.56, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28170, 1902, 28381, 4017, 6, 27, 2.98, 3.04, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28171, 1902, 28382, 1866, 6, 27, 6.30, 6.43, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28172, 1902, 28383, 1703, 1, 27, 693.60, 707.47, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28173, 1902, 28384, 2981, 1, 27, 93.73, 95.60, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28174, 1902, 28385, 4475, 9, 27, 68.24, 69.60, 1, 1, 'ai_sell', '2024-08-08 09:52:03', '2024-08-08 09:52:03', '2024-08-08 10:53:03'),
(28175, 1902, 28386, 5936, 6, 27, 31.55, 32.18, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28176, 1902, 28387, 915, 6, 27, 53.00, 54.06, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28177, 1902, 28388, 229, 6, 27, 231.95, 236.59, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28178, 1902, 28389, 5815, 6, 27, 15.90, 16.22, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28179, 1902, 28390, 1078, 9, 27, 11.21, 11.43, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28180, 1902, 28391, 2509, 6, 27, 30.73, 31.34, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28181, 1902, 28392, 3927, 9, 27, 38.15, 38.91, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28182, 1902, 28393, 2792, 6, 27, 20.39, 20.80, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28183, 1902, 28394, 1589, 9, 27, 2.41, 2.46, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28184, 1902, 28395, 803, 1, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28185, 1902, 28396, 1811, 1, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28186, 1902, 28397, 634, 1, 27, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28187, 1902, 28398, 949, 3, 27, 0.30, 0.31, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28188, 1902, 28399, 1844, 3, 27, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28189, 1902, 28400, 734, 6, 27, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-08 09:52:04', '2024-08-08 09:52:04', '2024-08-08 10:53:03'),
(28190, 1850, 28403, 5765, 1, 24, 8.99, 9.12, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28191, 1850, 28404, 4312, 9, 24, 13.58, 13.78, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28192, 1850, 28405, 2667, 6, 24, 222.61, 225.95, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28193, 1850, 28406, 4884, 6, 24, 2.39, 2.43, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28194, 1850, 28407, 1082, 6, 24, 130.00, 131.95, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28195, 1850, 28408, 296, 3, 24, 134.86, 136.88, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28196, 1850, 28409, 3958, 3, 24, 412.00, 418.18, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28197, 1850, 28410, 2879, 6, 24, 62.39, 63.33, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28198, 1850, 28411, 853, 3, 24, 250.15, 253.90, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28199, 1850, 28412, 413, 6, 24, 30.99, 31.45, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28200, 1850, 28413, 996, 9, 24, 58.24, 59.11, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28201, 1850, 28414, 5029, 9, 24, 63.62, 64.57, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28202, 1850, 28415, 4105, 9, 24, 41.99, 42.62, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28203, 1850, 28416, 1004, 6, 24, 70.70, 71.76, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28204, 1850, 28417, 2379, 3, 24, 42.75, 43.39, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28205, 1850, 28418, 2797, 6, 24, 9.44, 9.58, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28206, 1850, 28419, 1892, 1, 24, 10.88, 11.04, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28207, 1850, 28420, 3460, 1, 24, 3.61, 3.66, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28208, 1850, 28421, 4764, 6, 24, 2.35, 2.39, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28209, 1850, 28422, 803, 6, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28210, 1850, 28423, 949, 3, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28211, 1850, 28424, 1811, 1, 24, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28212, 1850, 28425, 1827, 1, 24, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-08 11:21:03', '2024-08-08 11:21:03', '2024-08-08 12:22:02'),
(28213, 1915, 28401, 1438, 1, NULL, 25.00, 25.25, 4, 1, 'manual_sell', '2024-08-08 13:07:44', '2024-08-08 13:07:44', '2024-08-08 14:08:02'),
(28214, 1915, 28402, 3225, 1, NULL, 2.00, 2.02, 2, 1, 'manual_sell', '2024-08-08 13:08:48', '2024-08-08 13:08:48', '2024-08-08 14:09:02'),
(28215, 1884, 28184, 2036, 1, NULL, 60.00, 61.00, 20, 2, 'manual_sell', '2024-08-08 19:58:20', '2024-08-08 19:58:20', '2024-08-08 20:59:02'),
(28216, 1884, 28185, 80, 3, NULL, 100.00, 101.00, 5, 1, 'manual_sell', '2024-08-08 19:59:03', '2024-08-08 19:59:03', '2024-08-08 21:00:03'),
(28217, 1884, 28186, 473, 1, NULL, 16.00, 16.30, 50, 2, 'manual_sell', '2024-08-08 19:59:27', '2024-08-08 19:59:27', '2024-08-08 21:00:03'),
(28218, 1884, 28193, 1984, 1, NULL, 258.00, 259.00, 50, 1, 'manual_sell', '2024-08-08 19:59:57', '2024-08-08 19:59:57', '2024-08-08 21:00:03'),
(28219, 1884, 28187, 2364, 1, NULL, 16.00, 16.30, 50, 2, 'manual_sell', '2024-08-08 20:00:22', '2024-08-08 20:00:22', '2024-08-08 21:01:03'),
(28220, 1884, 28188, 6167, 1, NULL, 11.00, 11.10, 100, 1, 'manual_sell', '2024-08-08 20:00:53', '2024-08-08 20:00:53', '2024-08-08 21:01:03'),
(28221, 1884, 28189, 3959, 9, NULL, 49.00, 55.50, 30, 2, 'manual_sell', '2024-08-08 20:01:25', '2024-08-08 20:01:25', '2024-08-08 21:02:02'),
(28222, 1884, 28190, 4804, 3, NULL, 22.00, 22.20, 100, 1, 'manual_sell', '2024-08-08 20:01:44', '2024-08-08 20:01:44', '2024-08-08 21:02:02'),
(28223, 1884, 28191, 5124, 9, NULL, 410.00, 420.00, 50, 2, 'manual_sell', '2024-08-08 20:02:26', '2024-08-08 20:02:26', '2024-08-08 21:03:02'),
(28224, 1902, 28317, 1964, 5, NULL, 900.00, 910.00, 2, 2, 'manual_sell', '2024-08-08 20:02:47', '2024-08-08 20:02:47', '2024-08-08 21:03:02'),
(28225, 1884, 28192, 1907, 3, NULL, 950.00, 1000.00, 20, 2, 'manual_sell', '2024-08-08 20:03:02', '2024-08-08 20:03:02', '2024-08-08 21:03:02'),
(28226, 1902, 28318, 272, 5, NULL, 1965.00, 1980.00, 2, 1, 'manual_sell', '2024-08-08 20:04:16', '2024-08-08 20:04:16', '2024-08-08 21:05:03'),
(28227, 1902, 28335, 3975, 5, NULL, 2290.00, 2305.00, 1, 1, 'manual_sell', '2024-08-08 20:05:01', '2024-08-08 20:05:01', '2024-08-08 21:05:03'),
(28228, 1884, 28192, 1907, 5, NULL, 950.00, 952.00, 20, 1, 'manual_sell', '2024-08-08 22:25:09', '2024-08-08 22:25:09', '2024-08-08 23:26:02'),
(28229, 1884, 28184, 2036, 9, NULL, 60.00, 60.30, 20, 2, 'manual_sell', '2024-08-08 22:25:30', '2024-08-08 22:25:30', '2024-08-08 23:26:02'),
(28230, 1884, 28186, 473, 3, NULL, 16.00, 16.20, 50, 2, 'manual_sell', '2024-08-08 22:25:59', '2024-08-08 22:25:59', '2024-08-08 23:26:02'),
(28231, 1884, 28187, 2364, 3, NULL, 16.00, 16.20, 50, 2, 'manual_sell', '2024-08-08 22:26:23', '2024-08-08 22:26:23', '2024-08-08 23:27:03'),
(28232, 1884, 28189, 3959, 3, NULL, 49.00, 49.40, 30, 1, 'manual_sell', '2024-08-08 22:27:03', '2024-08-08 22:27:03', '2024-08-08 23:27:03'),
(28233, 1884, 28191, 5124, 3, NULL, 410.00, 420.00, 50, 2, 'manual_sell', '2024-08-08 22:27:48', '2024-08-08 22:27:48', '2024-08-08 23:28:02'),
(28234, 1902, 28317, 1964, 1, NULL, 900.00, 907.00, 2, 1, 'manual_sell', '2024-08-09 00:52:38', '2024-08-09 00:52:38', '2024-08-09 01:53:02'),
(28235, 1925, 28436, 1453, 1, 30, 5096.00, 5197.92, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28236, 1925, 28437, 2405, 6, 30, 150.80, 153.82, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28237, 1925, 28438, 1969, 6, 30, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28238, 1925, 28439, 4431, 1, 30, 494.00, 503.88, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28239, 1925, 28440, 4957, 9, 30, 3436.02, 3504.74, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28240, 1925, 28441, 355, 9, 30, 11.07, 11.29, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28241, 1925, 28442, 4823, 3, 30, 30.69, 31.30, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28242, 1925, 28443, 4275, 9, 30, 20.14, 20.54, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28243, 1925, 28444, 278, 6, 30, 322.31, 328.76, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28244, 1925, 28445, 752, 1, 30, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28245, 1925, 28446, 2642, 6, 30, 112.25, 114.50, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28246, 1925, 28447, 899, 6, 30, 410.97, 419.19, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28247, 1925, 28448, 186, 6, 30, 166.65, 169.98, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28248, 1925, 28449, 2275, 1, 30, 37.44, 38.19, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28249, 1925, 28450, 2220, 3, 30, 47.16, 48.10, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28250, 1925, 28451, 5724, 1, 30, 9.44, 9.63, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28251, 1925, 28452, 308, 1, 30, 7.62, 7.77, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28252, 1925, 28453, 2655, 6, 30, 314.82, 321.12, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28253, 1925, 28454, 5825, 9, 30, 44.10, 44.98, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28254, 1925, 28455, 3655, 9, 30, 18.51, 18.88, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28255, 1925, 28456, 4101, 9, 30, 31.49, 32.12, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28256, 1925, 28457, 4258, 1, 30, 36.99, 37.73, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28257, 1925, 28458, 1641, 3, 30, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28258, 1925, 28459, 4067, 6, 30, 12.14, 12.38, 1, 1, 'ai_sell', '2024-08-09 01:29:03', '2024-08-09 01:29:03', '2024-08-09 02:30:04'),
(28259, 1925, 28460, 1547, 3, 30, 300.90, 306.92, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28260, 1925, 28461, 3075, 1, 30, 13.11, 13.37, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28261, 1925, 28462, 2569, 1, 30, 72.58, 74.03, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28262, 1925, 28463, 2461, 9, 30, 7.20, 7.34, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28263, 1925, 28464, 1016, 6, 30, 131.03, 133.65, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28264, 1925, 28465, 4659, 9, 30, 9.98, 10.18, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28265, 1925, 28466, 4092, 9, 30, 2.84, 2.90, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28266, 1925, 28467, 4909, 9, 30, 2.12, 2.16, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28267, 1925, 28468, 3674, 1, 30, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28268, 1925, 28469, 202, 6, 30, 107.98, 110.14, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28269, 1925, 28470, 4741, 3, 30, 11.02, 11.24, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28270, 1925, 28471, 5761, 3, 30, 2.08, 2.12, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28271, 1925, 28472, 1612, 9, 30, 41.53, 42.36, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28272, 1925, 28473, 1728, 1, 30, 79.79, 81.39, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28273, 1925, 28474, 4853, 6, 30, 10.76, 10.98, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28274, 1925, 28475, 227, 6, 30, 10.80, 11.02, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28275, 1925, 28476, 808, 3, 30, 12.89, 13.15, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28276, 1925, 28477, 3844, 1, 30, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28277, 1925, 28478, 734, 3, 30, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28278, 1925, 28479, 1850, 1, 30, 0.56, 0.57, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28279, 1925, 28480, 1894, 1, 30, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28280, 1925, 28481, 803, 9, 30, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28281, 1925, 28482, 1827, 6, 30, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-09 01:29:04', '2024-08-09 01:29:04', '2024-08-09 02:30:04'),
(28282, 1877, 28483, 3713, 9, 23, 18.61, 18.89, 1, 1, 'ai_sell', '2024-08-09 01:33:02', '2024-08-09 01:33:02', '2024-08-09 02:33:02'),
(28283, 1877, 28484, 815, 9, 23, 75.42, 76.55, 1, 1, 'ai_sell', '2024-08-09 01:33:02', '2024-08-09 01:33:02', '2024-08-09 02:33:02'),
(28284, 1877, 28485, 412, 3, 23, 758.16, 769.53, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28285, 1877, 28486, 965, 9, 23, 1060.00, 1075.90, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28286, 1877, 28487, 5057, 6, 23, 19.18, 19.47, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28287, 1877, 28488, 2873, 9, 23, 25.74, 26.13, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28288, 1877, 28489, 5479, 1, 23, 551.25, 559.52, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28289, 1877, 28490, 5525, 6, 23, 34.54, 35.06, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28290, 1877, 28491, 2361, 9, 23, 19.74, 20.04, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28291, 1877, 28492, 4463, 6, 23, 40.39, 41.00, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28292, 1877, 28493, 5978, 1, 23, 20.88, 21.19, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28293, 1877, 28494, 4578, 1, 23, 988.00, 1002.82, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28294, 1877, 28495, 3359, 1, 23, 9.09, 9.23, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28295, 1877, 28496, 5970, 9, 23, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28296, 1877, 28497, 4589, 6, 23, 10.50, 10.66, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28297, 1877, 28498, 241, 3, 23, 156.54, 158.89, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28298, 1877, 28499, 2536, 6, 23, 137.79, 139.86, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28299, 1877, 28500, 3738, 1, 23, 122.72, 124.56, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28300, 1877, 28501, 5021, 6, 23, 316.04, 320.78, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28301, 1877, 28502, 4495, 3, 23, 26.24, 26.63, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28302, 1877, 28503, 5297, 6, 23, 98.14, 99.61, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28303, 1877, 28504, 1471, 3, 23, 14.33, 14.54, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28304, 1877, 28505, 3600, 9, 23, 94.94, 96.36, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28305, 1877, 28506, 5174, 3, 23, 41.81, 42.44, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28306, 1877, 28507, 5537, 9, 23, 59.28, 60.17, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28307, 1877, 28508, 1397, 1, 23, 632.82, 642.31, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28308, 1877, 28509, 4395, 9, 23, 204.79, 207.86, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28309, 1877, 28510, 2408, 6, 23, 68.65, 69.68, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28310, 1877, 28511, 2130, 1, 23, 412.00, 418.18, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28311, 1877, 28512, 3759, 3, 23, 20.19, 20.49, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28312, 1877, 28513, 759, 1, 23, 56.61, 57.46, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28313, 1877, 28514, 1085, 3, 23, 5.09, 5.17, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28314, 1877, 28515, 5143, 1, 23, 12.77, 12.96, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28315, 1877, 28516, 2236, 6, 23, 21.00, 21.32, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28316, 1877, 28517, 4811, 9, 23, 63.81, 64.77, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28317, 1877, 28518, 3328, 1, 23, 13.64, 13.84, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28318, 1877, 28519, 4560, 9, 23, 24.09, 24.45, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28319, 1877, 28520, 432, 6, 23, 208.49, 211.62, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28320, 1877, 28521, 2840, 1, 23, 15.14, 15.37, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28321, 1877, 28522, 905, 1, 23, 18.25, 18.52, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28322, 1877, 28523, 4074, 3, 23, 16.95, 17.20, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28323, 1877, 28524, 4482, 3, 23, 36.35, 36.90, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28324, 1877, 28525, 6176, 6, 23, 21.13, 21.45, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28325, 1877, 28526, 2226, 1, 23, 45.45, 46.13, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28326, 1877, 28527, 694, 3, 23, 151.20, 153.47, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28327, 1877, 28528, 3300, 1, 23, 26.52, 26.92, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28328, 1877, 28529, 3221, 6, 23, 21.31, 21.63, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28329, 1877, 28530, 5052, 9, 23, 8.76, 8.89, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28330, 1877, 28531, 1947, 1, 23, 313.72, 318.43, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28331, 1877, 28532, 1620, 9, 23, 117.38, 119.14, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28332, 1877, 28533, 886, 6, 23, 62.98, 63.92, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28333, 1877, 28534, 5780, 3, 23, 566.50, 575.00, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28334, 1877, 28535, 4227, 1, 23, 212.10, 215.28, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28335, 1877, 28536, 2088, 6, 23, 15.30, 15.53, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28336, 1877, 28537, 2616, 1, 23, 20.19, 20.49, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28337, 1877, 28538, 6124, 9, 23, 41.33, 41.95, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28338, 1877, 28539, 5416, 6, 23, 4233.60, 4297.10, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28339, 1877, 28540, 996, 1, 23, 57.68, 58.55, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28340, 1877, 28541, 3143, 6, 23, 36.05, 36.59, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28341, 1877, 28542, 4405, 3, 23, 25.75, 26.14, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28342, 1877, 28543, 1939, 1, 23, 12.32, 12.50, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28343, 1877, 28544, 847, 6, 23, 18.97, 19.25, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28344, 1877, 28545, 2450, 6, 23, 15.15, 15.38, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28345, 1877, 28546, 3339, 1, 23, 151.50, 153.77, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28346, 1877, 28547, 539, 1, 23, 1014.90, 1030.12, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28347, 1877, 28548, 2433, 9, 23, 20.59, 20.90, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28348, 1877, 28549, 1949, 6, 23, 79.94, 81.14, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28349, 1877, 28550, 433, 3, 23, 266.23, 270.22, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28350, 1877, 28551, 3655, 6, 23, 17.98, 18.25, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28351, 1877, 28552, 1766, 1, 23, 63.00, 63.95, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28352, 1877, 28553, 1915, 1, 23, 71.95, 73.03, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28353, 1877, 28554, 4813, 6, 23, 27.53, 27.94, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28354, 1877, 28555, 5296, 1, 23, 10.09, 10.24, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:02'),
(28355, 1877, 28556, 5348, 6, 23, 202.90, 205.94, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28356, 1877, 28557, 4129, 3, 23, 15.14, 15.37, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28357, 1877, 28558, 3477, 1, 23, 61.80, 62.73, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28358, 1877, 28559, 189, 1, 23, 146.59, 148.79, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28359, 1877, 28560, 2196, 3, 23, 15.15, 15.38, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28360, 1877, 28561, 4595, 6, 23, 52.94, 53.73, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28361, 1877, 28562, 3380, 6, 23, 16.07, 16.31, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28362, 1877, 28563, 1175, 1, 23, 57.20, 58.06, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28363, 1877, 28564, 2097, 1, 23, 9.42, 9.56, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28364, 1877, 28565, 481, 9, 23, 17.64, 17.90, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28365, 1877, 28566, 3566, 1, 23, 8.24, 8.36, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28366, 1877, 28567, 5732, 9, 23, 8.97, 9.10, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28367, 1877, 28568, 937, 1, 23, 4.12, 4.18, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28368, 1877, 28569, 407, 3, 23, 5.49, 5.57, 1, 1, 'ai_sell', '2024-08-09 01:33:03', '2024-08-09 01:33:03', '2024-08-09 02:34:03'),
(28369, 1877, 28570, 4979, 9, 23, 4.80, 4.87, 1, 1, 'ai_sell', '2024-08-09 01:33:04', '2024-08-09 01:33:04', '2024-08-09 02:34:03'),
(28370, 1877, 28571, 3343, 6, 23, 20.20, 20.50, 1, 1, 'ai_sell', '2024-08-09 01:33:04', '2024-08-09 01:33:04', '2024-08-09 02:34:03'),
(28371, 1877, 28572, 1662, 3, 23, 0.92, 0.93, 1, 1, 'ai_sell', '2024-08-09 01:33:04', '2024-08-09 01:33:04', '2024-08-09 02:34:03'),
(28372, 1877, 28573, 4764, 6, 23, 2.44, 2.48, 1, 1, 'ai_sell', '2024-08-09 01:33:04', '2024-08-09 01:33:04', '2024-08-09 02:34:03'),
(28373, 1877, 28574, 734, 9, 23, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-09 01:33:04', '2024-08-09 01:33:04', '2024-08-09 02:34:03'),
(28374, 1877, 28575, 1811, 1, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-09 01:33:04', '2024-08-09 01:33:04', '2024-08-09 02:34:03'),
(28375, 1877, 28576, 803, 9, 23, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-09 01:33:04', '2024-08-09 01:33:04', '2024-08-09 02:34:03'),
(28376, 1912, 28577, 1598, 9, 29, 8.12, 8.24, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28377, 1912, 28578, 4436, 9, 29, 20.19, 20.49, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28378, 1912, 28579, 363, 6, 29, 42.11, 42.74, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28379, 1912, 28580, 141, 1, 29, 6.36, 6.46, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28380, 1912, 28581, 5692, 3, 29, 12.48, 12.67, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28381, 1912, 28582, 4029, 9, 29, 30.59, 31.05, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28382, 1912, 28583, 3007, 6, 29, 108.16, 109.78, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28383, 1912, 28584, 5942, 3, 29, 7.08, 7.19, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28384, 1912, 28585, 160, 1, 29, 236.24, 239.78, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28385, 1912, 28586, 208, 3, 29, 29.72, 30.17, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28386, 1912, 28587, 6166, 9, 29, 61.19, 62.11, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28387, 1912, 28588, 5887, 9, 29, 16.95, 17.20, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28388, 1912, 28589, 5576, 6, 29, 113.36, 115.06, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28389, 1912, 28590, 2196, 6, 29, 15.90, 16.14, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28390, 1912, 28591, 1795, 3, 29, 20.80, 21.11, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28391, 1912, 28592, 4524, 9, 29, 10.27, 10.42, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28392, 1912, 28593, 556, 3, 29, 7.28, 7.39, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28393, 1912, 28594, 68, 1, 29, 10.30, 10.45, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28394, 1912, 28595, 2436, 9, 29, 14.47, 14.69, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28395, 1912, 28596, 2074, 6, 29, 5.20, 5.28, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28396, 1912, 28597, 1155, 3, 29, 67.60, 68.61, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28397, 1912, 28598, 1625, 6, 29, 5.36, 5.44, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28398, 1912, 28599, 2073, 9, 29, 2.56, 2.60, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28399, 1912, 28600, 250, 9, 29, 2415.00, 2451.23, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28400, 1912, 28601, 3813, 1, 29, 23.31, 23.66, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28401, 1912, 28602, 5688, 3, 29, 95.90, 97.34, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28402, 1912, 28603, 4415, 1, 29, 213.05, 216.25, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28403, 1912, 28604, 5564, 6, 29, 6.05, 6.14, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28404, 1912, 28605, 3786, 3, 29, 90.90, 92.26, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28405, 1912, 28606, 2072, 6, 29, 19.19, 19.48, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28406, 1912, 28607, 2075, 9, 29, 107.10, 108.71, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28407, 1912, 28608, 5925, 1, 29, 111.27, 112.94, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28408, 1912, 28609, 2756, 9, 29, 243.79, 247.45, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28409, 1912, 28610, 3302, 9, 29, 20.14, 20.44, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28410, 1912, 28611, 4691, 6, 29, 2.08, 2.11, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28411, 1912, 28612, 1395, 1, 29, 65.65, 66.63, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28412, 1912, 28613, 5032, 1, 29, 122.39, 124.23, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28413, 1912, 28614, 32, 1, 29, 123.90, 125.76, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28414, 1912, 28615, 167, 6, 29, 27.66, 28.07, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28415, 1912, 28616, 903, 6, 29, 81.69, 82.92, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28416, 1912, 28617, 709, 3, 29, 198.01, 200.98, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28417, 1912, 28618, 4326, 1, 29, 111.29, 112.96, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28418, 1912, 28619, 494, 3, 29, 16.52, 16.77, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28419, 1912, 28620, 4391, 3, 29, 45.57, 46.25, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28420, 1912, 28621, 1087, 1, 29, 1195.84, 1213.78, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28421, 1912, 28622, 1205, 3, 29, 146.57, 148.77, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28422, 1912, 28623, 3666, 1, 29, 8.21, 8.33, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28423, 1912, 28624, 1701, 6, 29, 6.57, 6.67, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28424, 1912, 28625, 4754, 9, 29, 6.96, 7.06, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28425, 1912, 28626, 3957, 1, 29, 32.96, 33.45, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28426, 1912, 28627, 2535, 6, 29, 282.88, 287.12, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28427, 1912, 28628, 2596, 9, 29, 35.32, 35.85, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28428, 1912, 28629, 5392, 3, 29, 34.81, 35.33, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28429, 1912, 28630, 1906, 3, 29, 5.35, 5.43, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28430, 1912, 28631, 2064, 6, 29, 3.08, 3.13, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28431, 1912, 28632, 2614, 3, 29, 24.33, 24.69, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28432, 1912, 28633, 2879, 1, 29, 62.99, 63.93, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28433, 1912, 28634, 825, 3, 29, 193.19, 196.09, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28434, 1912, 28635, 1132, 9, 29, 26.41, 26.81, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28435, 1912, 28636, 833, 9, 29, 20.15, 20.45, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28436, 1912, 28637, 1952, 9, 29, 1.31, 1.33, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28437, 1912, 28638, 508, 1, 29, 4052.57, 4113.36, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:03'),
(28438, 1912, 28639, 2889, 3, 29, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:04'),
(28439, 1912, 28640, 1436, 3, 29, 16.79, 17.04, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:04'),
(28440, 1912, 28641, 1731, 6, 29, 2.10, 2.13, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:04'),
(28441, 1912, 28642, 2610, 3, 29, 10.19, 10.34, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:04'),
(28442, 1912, 28643, 3227, 3, 29, 20.60, 20.91, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:04'),
(28443, 1912, 28644, 1902, 1, 29, 101.46, 102.98, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:04'),
(28444, 1912, 28645, 2644, 3, 29, 15.13, 15.36, 1, 1, 'ai_sell', '2024-08-09 01:34:04', '2024-08-09 01:34:04', '2024-08-09 02:35:04'),
(28445, 1912, 28646, 2256, 1, 29, 32.64, 33.13, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28446, 1912, 28647, 5095, 1, 29, 19.07, 19.36, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28447, 1912, 28648, 3340, 3, 29, 145.60, 147.78, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28448, 1912, 28649, 3395, 3, 29, 48.29, 49.01, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28449, 1912, 28650, 4562, 1, 29, 4.06, 4.12, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28450, 1912, 28651, 2090, 1, 29, 11.97, 12.15, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28451, 1912, 28652, 5316, 9, 29, 167.43, 169.94, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28452, 1912, 28653, 5240, 3, 29, 26.42, 26.82, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28453, 1912, 28654, 1856, 1, 29, 44.03, 44.69, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28454, 1912, 28655, 957, 6, 29, 8.12, 8.24, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28455, 1912, 28656, 5646, 6, 29, 111.10, 112.77, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28456, 1912, 28657, 308, 3, 29, 7.84, 7.96, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28457, 1912, 28658, 5671, 6, 29, 319.05, 323.84, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28458, 1912, 28659, 3371, 1, 29, 194.25, 197.16, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28459, 1912, 28660, 2357, 1, 29, 10.29, 10.44, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28460, 1912, 28661, 3253, 3, 29, 16.24, 16.48, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28461, 1912, 28662, 4576, 1, 29, 9.16, 9.30, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28462, 1912, 28663, 6064, 9, 29, 6.75, 6.85, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28463, 1912, 28664, 756, 6, 29, 0.47, 0.48, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28464, 1912, 28665, 1844, 1, 29, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-09 01:34:05', '2024-08-09 01:34:05', '2024-08-09 02:35:04'),
(28465, 1886, 28666, 3887, 5, NULL, 298.00, 300.98, 1, 1, 'manual_sell', '2024-08-09 02:13:42', '2024-08-09 02:13:42', '2024-08-09 03:14:02'),
(28466, 1921, 28669, 1129, 9, NULL, 3.00, 3.03, 17, 2, 'manual_sell', '2024-08-09 02:53:40', '2024-08-09 02:53:40', '2024-08-09 03:54:03'),
(28467, 1920, 28670, 3833, 9, NULL, 6.00, 6.06, 53, 2, 'manual_sell', '2024-08-09 02:59:49', '2024-08-09 02:59:49', '2024-08-09 04:00:04'),
(28468, 1850, 28667, 3163, 5, NULL, 22.00, 22.22, 100, 1, 'manual_sell', '2024-08-09 03:07:03', '2024-08-09 03:07:03', '2024-08-09 04:08:02'),
(28469, 1850, 28668, 2136, 1, NULL, 20.14, 20.54, 1, 2, 'manual_sell', '2024-08-09 03:07:57', '2024-08-09 03:07:57', '2024-08-09 04:08:02'),
(28470, 1921, 28669, 1129, 5, NULL, 3.00, 3.03, 17, 1, 'manual_sell', '2024-08-09 03:56:16', '2024-08-09 03:56:16', '2024-08-09 04:57:02'),
(28471, 1920, 28670, 3833, 5, NULL, 6.00, 6.06, 53, 1, 'manual_sell', '2024-08-09 04:01:14', '2024-08-09 04:01:14', '2024-08-09 05:02:03'),
(28472, 1869, 28671, 2464, 6, 25, 73.83, 74.94, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28473, 1869, 28672, 3490, 3, 25, 20.99, 21.30, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28474, 1869, 28673, 5703, 9, 25, 211.04, 214.21, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28475, 1869, 28674, 3775, 9, 25, 6.36, 6.46, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28476, 1869, 28675, 5224, 3, 25, 758.87, 770.25, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28477, 1869, 28676, 3603, 1, 25, 126.00, 127.89, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28478, 1869, 28677, 1863, 3, 25, 11.66, 11.83, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28479, 1869, 28678, 4170, 1, 25, 144.19, 146.35, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28480, 1869, 28679, 2797, 1, 25, 9.44, 9.58, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28481, 1869, 28680, 4826, 6, 25, 15.29, 15.52, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28482, 1869, 28681, 34, 6, 25, 3.03, 3.08, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28483, 1869, 28682, 750, 3, 25, 4.14, 4.20, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28484, 1869, 28683, 4884, 6, 25, 2.32, 2.35, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28485, 1869, 28684, 1827, 6, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-09 04:32:03', '2024-08-09 04:32:03', '2024-08-09 05:32:03'),
(28486, 1850, 28668, 2136, 5, NULL, 20.14, 20.34, 1, 1, 'manual_sell', '2024-08-09 04:33:19', '2024-08-09 04:33:19', '2024-08-09 05:34:02'),
(28487, 1876, 28685, 1037, 3, 28, 46.34, 46.76, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28488, 1876, 28686, 4093, 6, 28, 31.61, 31.89, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28489, 1876, 28687, 779, 3, 28, 4.34, 4.38, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28490, 1876, 28688, 3261, 6, 28, 11.27, 11.37, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28491, 1876, 28689, 5749, 1, 28, 6.77, 6.83, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28492, 1876, 28690, 504, 6, 28, 16.38, 16.53, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28493, 1876, 28691, 2885, 6, 28, 28.07, 28.32, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28494, 1876, 28692, 1219, 3, 28, 5.29, 5.34, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28495, 1876, 28693, 3296, 6, 28, 1.15, 1.16, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28496, 1876, 28694, 1811, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28497, 1876, 28695, 143, 6, 28, 1.05, 1.06, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28498, 1876, 28696, 1827, 1, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28499, 1876, 28697, 803, 1, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-09 04:58:03', '2024-08-09 04:58:03', '2024-08-09 05:59:03'),
(28500, 1876, 28698, 1827, 3, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-09 04:59:03', '2024-08-09 04:59:03', '2024-08-09 05:59:03'),
(28501, 1798, 28699, 2004, 5, NULL, 87.00, 87.87, 1, 1, 'manual_sell', '2024-08-09 07:55:02', '2024-08-09 07:55:02', '2024-08-09 08:55:03'),
(28502, 1798, 28700, 3820, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-08-09 07:56:09', '2024-08-09 07:56:09', '2024-08-09 08:57:02'),
(28503, 1798, 28701, 1114, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-08-09 07:57:03', '2024-08-09 07:57:03', '2024-08-09 08:58:02'),
(28504, 1884, 28702, 30, 3, 31, 15.75, 16.07, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28505, 1884, 28703, 2010, 1, 31, 392.89, 400.75, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28506, 1884, 28704, 5008, 9, 31, 336.00, 342.72, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28507, 1884, 28705, 4584, 9, 31, 311.99, 318.23, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28508, 1884, 28706, 240, 1, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28509, 1884, 28707, 311, 6, 31, 153.79, 156.87, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28510, 1884, 28708, 2027, 9, 31, 57.19, 58.33, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28511, 1884, 28709, 1299, 1, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28512, 1884, 28710, 5639, 3, 31, 4.99, 5.09, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28513, 1884, 28711, 5202, 6, 31, 41.99, 42.83, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28514, 1884, 28712, 247, 3, 31, 94.85, 96.75, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28515, 1884, 28713, 2910, 9, 31, 35.02, 35.72, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28516, 1884, 28714, 580, 6, 31, 183.75, 187.43, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28517, 1884, 28715, 5006, 9, 31, 9.17, 9.35, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28518, 1884, 28716, 3488, 6, 31, 232.30, 236.95, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28519, 1884, 28717, 4594, 1, 31, 52.50, 53.55, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28520, 1884, 28718, 5591, 9, 31, 31.79, 32.43, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28521, 1884, 28719, 2711, 9, 31, 7735.88, 7890.60, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28522, 1884, 28720, 4310, 6, 31, 13.43, 13.70, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28523, 1884, 28721, 171, 3, 31, 100.98, 103.00, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28524, 1884, 28722, 3213, 1, 31, 6.11, 6.23, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28525, 1884, 28723, 3677, 3, 31, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28526, 1884, 28724, 2491, 6, 31, 165.82, 169.14, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28527, 1884, 28725, 5417, 3, 31, 164.84, 168.14, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28528, 1884, 28726, 1240, 9, 31, 5096.00, 5197.92, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28529, 1884, 28727, 152, 3, 31, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28530, 1884, 28728, 2136, 1, 31, 21.13, 21.55, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28531, 1884, 28729, 4319, 1, 31, 1835.99, 1872.71, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28532, 1884, 28730, 1431, 1, 31, 57.19, 58.33, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28533, 1884, 28731, 1459, 1, 31, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28534, 1884, 28732, 3267, 6, 31, 3.11, 3.17, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28535, 1884, 28733, 1353, 1, 31, 2.19, 2.23, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(28536, 1884, 28734, 2562, 9, 31, 50.40, 51.41, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28537, 1884, 28735, 5666, 3, 31, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28538, 1884, 28736, 2753, 6, 31, 1545.00, 1575.90, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28539, 1884, 28737, 1753, 6, 31, 195.70, 199.61, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28540, 1884, 28738, 2127, 1, 31, 2.58, 2.63, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28541, 1884, 28739, 4327, 3, 31, 525.25, 535.76, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28542, 1884, 28740, 5726, 6, 31, 11.66, 11.89, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28543, 1884, 28741, 1588, 1, 31, 3.12, 3.18, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28544, 1884, 28742, 3553, 3, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28545, 1884, 28743, 4975, 6, 31, 5.33, 5.44, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28546, 1884, 28744, 2339, 9, 31, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28547, 1884, 28745, 3652, 6, 31, 5145.53, 5248.44, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28548, 1884, 28746, 752, 6, 31, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28549, 1884, 28747, 4280, 1, 31, 5.71, 5.82, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28550, 1884, 28748, 4957, 1, 31, 3606.12, 3678.24, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28551, 1884, 28749, 5733, 9, 31, 5.02, 5.12, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28552, 1884, 28750, 4565, 3, 31, 92.70, 94.55, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28553, 1884, 28751, 561, 9, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28554, 1884, 28752, 5484, 1, 31, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-09 09:39:03', '2024-08-09 09:39:03', '2024-08-09 10:40:03'),
(28555, 1884, 28753, 1851, 3, 31, 68.84, 70.22, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28556, 1884, 28754, 6004, 3, 31, 234.60, 239.29, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28557, 1884, 28755, 2598, 9, 31, 5828.94, 5945.52, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28558, 1884, 28756, 501, 1, 31, 3623.51, 3695.98, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28559, 1884, 28757, 1987, 6, 31, 58.73, 59.90, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28560, 1884, 28758, 4532, 9, 31, 108.07, 110.23, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28561, 1884, 28759, 648, 3, 31, 15.75, 16.07, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28562, 1884, 28760, 4042, 3, 31, 212.09, 216.33, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28563, 1884, 28761, 2553, 1, 31, 1039.99, 1060.79, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28564, 1884, 28762, 3359, 1, 31, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28565, 1884, 28763, 2055, 3, 31, 235.33, 240.04, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28566, 1884, 28764, 5100, 3, 31, 16.03, 16.35, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28567, 1884, 28765, 1590, 6, 31, 719.97, 734.37, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28568, 1884, 28766, 2810, 3, 31, 394.90, 402.80, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28569, 1884, 28767, 6045, 9, 31, 19.27, 19.66, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28570, 1884, 28768, 2978, 9, 31, 210.59, 214.80, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28571, 1884, 28769, 2511, 1, 31, 115.35, 117.66, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28572, 1884, 28770, 2414, 3, 31, 1105.95, 1128.07, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28573, 1884, 28771, 1011, 9, 31, 228.48, 233.05, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28574, 1884, 28772, 5834, 9, 31, 47.69, 48.64, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:03'),
(28575, 1884, 28773, 4007, 1, 31, 824.68, 841.17, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28576, 1884, 28774, 3923, 9, 31, 473.80, 483.28, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28577, 1884, 28775, 5075, 9, 31, 23.86, 24.34, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28578, 1884, 28776, 4100, 6, 31, 6.17, 6.29, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28579, 1884, 28777, 6101, 9, 31, 5.54, 5.65, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28580, 1884, 28778, 4889, 9, 31, 63.40, 64.67, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28581, 1884, 28779, 1992, 6, 31, 121.90, 124.34, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28582, 1884, 28780, 2304, 1, 31, 420.00, 428.40, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28583, 1884, 28781, 346, 3, 31, 47.30, 48.25, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28584, 1884, 28782, 1593, 1, 31, 34.82, 35.52, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28585, 1884, 28783, 388, 9, 31, 262.60, 267.85, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28586, 1884, 28784, 617, 3, 31, 14.28, 14.57, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28587, 1884, 28785, 2124, 9, 31, 630.00, 642.60, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28588, 1884, 28786, 3825, 9, 31, 23.45, 23.92, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28589, 1884, 28787, 214, 9, 31, 7.47, 7.62, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28590, 1884, 28788, 4983, 9, 31, 12.17, 12.41, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28591, 1884, 28789, 6167, 1, 31, 11.52, 11.75, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28592, 1884, 28790, 3764, 6, 31, 130.20, 132.80, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28593, 1884, 28791, 1496, 6, 31, 15.15, 15.45, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28594, 1884, 28792, 2850, 1, 31, 1855.00, 1892.10, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28595, 1884, 28793, 5863, 3, 31, 31.30, 31.93, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28596, 1884, 28794, 2167, 6, 31, 220.18, 224.58, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28597, 1884, 28795, 1644, 9, 31, 39.06, 39.84, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28598, 1884, 28796, 1006, 1, 31, 804.97, 821.07, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28599, 1884, 28797, 2731, 6, 31, 165.64, 168.95, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28600, 1884, 28798, 308, 6, 31, 7.47, 7.62, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28601, 1884, 28799, 789, 9, 31, 10.40, 10.61, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28602, 1884, 28800, 5892, 1, 31, 315.00, 321.30, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28603, 1884, 28801, 3380, 3, 31, 15.91, 16.23, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28604, 1884, 28802, 2580, 6, 31, 19.23, 19.61, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28605, 1884, 28803, 2905, 3, 31, 27.50, 28.05, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28606, 1884, 28804, 6073, 6, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28607, 1884, 28805, 4389, 1, 31, 15.75, 16.07, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28608, 1884, 28806, 4728, 9, 31, 54.59, 55.68, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28609, 1884, 28807, 2804, 9, 31, 30.59, 31.20, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28610, 1884, 28808, 4645, 3, 31, 7.13, 7.27, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28611, 1884, 28809, 2350, 1, 31, 8.40, 8.57, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28612, 1884, 28810, 5063, 3, 31, 24.95, 25.45, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28613, 1884, 28811, 1235, 3, 31, 12.02, 12.26, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28614, 1884, 28812, 1802, 3, 31, 128.27, 130.84, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28615, 1884, 28813, 1340, 6, 31, 41.59, 42.42, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28616, 1884, 28814, 4698, 6, 31, 21.76, 22.20, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28617, 1884, 28815, 1811, 1, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28618, 1884, 28816, 2623, 1, 31, 9.21, 9.39, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28619, 1884, 28817, 3387, 6, 31, 21.81, 22.25, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28620, 1884, 28818, 5176, 9, 31, 20.80, 21.22, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28621, 1884, 28819, 1061, 3, 31, 16.75, 17.09, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28622, 1884, 28820, 299, 3, 31, 2.59, 2.64, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28623, 1884, 28821, 4309, 3, 31, 4.15, 4.23, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28624, 1884, 28822, 1640, 9, 31, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28625, 1884, 28823, 1894, 3, 31, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28626, 1884, 28824, 1827, 6, 31, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-09 09:39:04', '2024-08-09 09:39:04', '2024-08-09 10:40:04'),
(28627, 1884, 28825, 1827, 6, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-09 09:40:05', '2024-08-09 09:40:05', '2024-08-09 10:41:02'),
(28628, 1902, 28826, 2931, 3, 26, 596.96, 602.33, 1, 1, 'ai_sell', '2024-08-09 10:34:03', '2024-08-09 10:34:03', '2024-08-09 11:35:03'),
(28629, 1902, 28827, 199, 1, 26, 5.70, 5.75, 1, 1, 'ai_sell', '2024-08-09 10:34:03', '2024-08-09 10:34:03', '2024-08-09 11:35:03'),
(28630, 1902, 28828, 1850, 3, 26, 0.56, 0.57, 1, 1, 'ai_sell', '2024-08-09 10:34:03', '2024-08-09 10:34:03', '2024-08-09 11:35:03'),
(28631, 1902, 28829, 2882, 1, 27, 2626.32, 2678.85, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28632, 1902, 28830, 2866, 3, 27, 5.70, 5.81, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28633, 1902, 28831, 2643, 3, 27, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28634, 1902, 28832, 2385, 9, 27, 9.81, 10.01, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28635, 1902, 28833, 263, 3, 27, 6.41, 6.54, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28636, 1902, 28834, 4913, 6, 27, 509.59, 519.78, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28637, 1902, 28835, 5734, 9, 27, 27.55, 28.10, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28638, 1902, 28836, 736, 6, 27, 169.74, 173.13, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28639, 1902, 28837, 2183, 3, 27, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28640, 1902, 28838, 5998, 3, 27, 30.49, 31.10, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28641, 1902, 28839, 2308, 6, 27, 272.70, 278.15, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28642, 1902, 28840, 4980, 1, 27, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28643, 1902, 28841, 4249, 3, 27, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28644, 1902, 28842, 5990, 9, 27, 4.81, 4.91, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28645, 1902, 28843, 2808, 9, 27, 34.64, 35.33, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28646, 1902, 28844, 942, 9, 27, 25.25, 25.76, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28647, 1902, 28845, 4358, 6, 27, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28648, 1902, 28846, 3694, 6, 27, 483.55, 493.22, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28649, 1902, 28847, 3073, 6, 27, 114.24, 116.52, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28650, 1902, 28848, 2950, 1, 27, 620.10, 632.50, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28651, 1902, 28849, 4512, 9, 27, 54.06, 55.14, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28652, 1902, 28850, 4305, 9, 27, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28653, 1902, 28851, 6174, 1, 27, 3656.42, 3729.55, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28654, 1902, 28852, 2784, 3, 27, 14.18, 14.46, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28655, 1902, 28853, 5307, 6, 27, 21.83, 22.27, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28656, 1902, 28854, 583, 9, 27, 10.30, 10.51, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28657, 1902, 28855, 1359, 9, 27, 189.00, 192.78, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28658, 1902, 28856, 4764, 3, 27, 2.32, 2.37, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28659, 1902, 28857, 1607, 3, 27, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28660, 1902, 28858, 4433, 3, 27, 734.99, 749.69, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28661, 1902, 28859, 5175, 6, 27, 60.78, 62.00, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28662, 1902, 28860, 5270, 6, 27, 8.74, 8.91, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28663, 1902, 28861, 6166, 3, 27, 60.59, 61.80, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28664, 1902, 28862, 2964, 6, 27, 808.00, 824.16, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28665, 1902, 28863, 567, 6, 27, 2182.95, 2226.61, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28666, 1902, 28864, 3744, 9, 27, 22.25, 22.70, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28667, 1902, 28865, 2127, 6, 27, 2.53, 2.58, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28668, 1902, 28866, 2603, 1, 27, 1463.49, 1492.76, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28669, 1902, 28867, 3680, 1, 27, 255.00, 260.10, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28670, 1902, 28868, 112, 9, 27, 12.30, 12.55, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28671, 1902, 28869, 5546, 3, 27, 435.01, 443.71, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28672, 1902, 28870, 2178, 3, 27, 20.18, 20.58, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28673, 1902, 28871, 4593, 3, 27, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28674, 1902, 28872, 1457, 9, 27, 11.52, 11.75, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28675, 1902, 28873, 2235, 3, 27, 32.45, 33.10, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28676, 1902, 28874, 211, 9, 27, 9.75, 9.95, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28677, 1902, 28875, 2078, 9, 27, 4.02, 4.10, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28678, 1902, 28876, 4511, 3, 27, 2.07, 2.11, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28679, 1902, 28877, 1844, 6, 27, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28680, 1902, 28878, 734, 9, 27, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28681, 1902, 28879, 803, 9, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-09 11:05:04', '2024-08-09 11:05:04', '2024-08-09 12:06:02'),
(28682, 1850, 28880, 3854, 6, 24, 618.00, 627.27, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28683, 1850, 28881, 1511, 1, 24, 20.32, 20.62, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28684, 1850, 28882, 6176, 9, 24, 21.13, 21.45, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28685, 1850, 28883, 606, 9, 24, 10.30, 10.45, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28686, 1850, 28884, 4566, 9, 24, 65.64, 66.62, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28687, 1850, 28885, 1617, 3, 24, 16.41, 16.66, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28688, 1850, 28886, 4641, 3, 24, 9.09, 9.23, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28689, 1850, 28887, 923, 3, 24, 22.25, 22.58, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28690, 1850, 28888, 1291, 3, 24, 10.86, 11.02, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28691, 1850, 28889, 4070, 1, 24, 20.60, 20.91, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28692, 1850, 28890, 4602, 9, 24, 29.24, 29.68, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28693, 1850, 28891, 5694, 6, 24, 282.80, 287.04, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28694, 1850, 28892, 426, 3, 24, 15.75, 15.99, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28695, 1850, 28893, 3596, 3, 24, 51.45, 52.22, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28696, 1850, 28894, 3753, 9, 24, 77.24, 78.40, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28697, 1850, 28895, 379, 3, 24, 7.21, 7.32, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28698, 1850, 28896, 5049, 6, 24, 266.05, 270.04, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28699, 1850, 28897, 3759, 1, 24, 20.19, 20.49, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28700, 1850, 28898, 5047, 1, 24, 10.70, 10.86, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28701, 1850, 28899, 972, 6, 24, 14.92, 15.14, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28702, 1850, 28900, 5230, 9, 24, 4.36, 4.43, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28703, 1850, 28901, 734, 6, 24, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28704, 1850, 28902, 3225, 3, 24, 1.16, 1.18, 1, 1, 'ai_sell', '2024-08-09 12:33:03', '2024-08-09 12:33:03', '2024-08-09 13:34:02'),
(28705, 1915, 28903, 950, 1, NULL, 21.00, 21.00, 5, 1, 'manual_sell', '2024-08-09 15:12:10', '2024-08-09 15:12:10', '2024-08-09 16:13:02'),
(28706, 1925, 28908, 22, 1, 30, 13.26, 13.53, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28707, 1925, 28909, 5041, 9, 30, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28708, 1925, 28910, 407, 9, 30, 5.44, 5.55, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28709, 1925, 28911, 788, 9, 30, 36.21, 36.93, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28710, 1925, 28912, 5972, 6, 30, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28711, 1925, 28913, 3636, 1, 30, 201.31, 205.34, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28712, 1925, 28914, 1289, 6, 30, 51.36, 52.39, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28713, 1925, 28915, 2110, 6, 30, 26.52, 27.05, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28714, 1925, 28916, 3738, 9, 30, 125.08, 127.58, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28715, 1925, 28917, 6061, 1, 30, 20.33, 20.74, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28716, 1925, 28918, 2847, 3, 30, 3264.00, 3329.28, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28717, 1925, 28919, 4179, 6, 30, 25.39, 25.90, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28718, 1925, 28920, 5629, 6, 30, 16.06, 16.38, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28719, 1925, 28921, 3173, 3, 30, 202.00, 206.04, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28720, 1925, 28922, 3616, 6, 30, 161.20, 164.42, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28721, 1925, 28923, 846, 9, 30, 298.77, 304.75, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28722, 1925, 28924, 1476, 9, 30, 173.84, 177.32, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28723, 1925, 28925, 2683, 9, 30, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28724, 1925, 28926, 2879, 1, 30, 62.39, 63.64, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28725, 1925, 28927, 5946, 6, 30, 29.68, 30.27, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28726, 1925, 28928, 2603, 6, 30, 1492.47, 1522.32, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28727, 1925, 28929, 3854, 1, 30, 618.00, 630.36, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28728, 1925, 28930, 1924, 9, 30, 11.74, 11.97, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28729, 1925, 28931, 3641, 6, 30, 467.24, 476.58, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28730, 1925, 28932, 4631, 1, 30, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28731, 1925, 28933, 2440, 3, 30, 14.76, 15.06, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28732, 1925, 28934, 3158, 6, 30, 40.38, 41.19, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28733, 1925, 28935, 4569, 3, 30, 131.58, 134.21, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28734, 1925, 28936, 5254, 9, 30, 23.86, 24.34, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28735, 1925, 28937, 1249, 3, 30, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28736, 1925, 28938, 1543, 1, 30, 1751.00, 1786.02, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28737, 1925, 28939, 2953, 9, 30, 1560.00, 1591.20, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28738, 1925, 28940, 1766, 9, 30, 63.00, 64.26, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28739, 1925, 28941, 653, 1, 30, 21.21, 21.63, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28740, 1925, 28942, 2641, 6, 30, 19.36, 19.75, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28741, 1925, 28943, 3533, 3, 30, 2.42, 2.47, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28742, 1925, 28944, 4437, 9, 30, 94.50, 96.39, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28743, 1925, 28945, 789, 1, 30, 10.60, 10.81, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28744, 1925, 28946, 1607, 9, 30, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28745, 1925, 28947, 3423, 1, 30, 21.99, 22.43, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28746, 1925, 28948, 950, 3, 30, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28747, 1925, 28949, 4606, 6, 30, 19.94, 20.34, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28748, 1925, 28950, 1259, 3, 30, 316.04, 322.36, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28749, 1925, 28951, 1973, 9, 30, 252.49, 257.54, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28750, 1925, 28952, 5087, 1, 30, 14.41, 14.70, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28751, 1925, 28953, 1152, 1, 30, 34.32, 35.01, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28752, 1925, 28954, 128, 1, 30, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28753, 1925, 28955, 5107, 6, 30, 13.98, 14.26, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28754, 1925, 28956, 4484, 9, 30, 9.56, 9.75, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28755, 1925, 28957, 1866, 3, 30, 6.36, 6.49, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28756, 1925, 28958, 1171, 9, 30, 9.14, 9.32, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28757, 1925, 28959, 1811, 6, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28758, 1925, 28960, 735, 9, 30, 2.29, 2.34, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28759, 1925, 28961, 734, 1, 30, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-10 02:41:03', '2024-08-10 02:41:03', '2024-08-10 03:42:02'),
(28760, 1912, 28995, 2432, 1, 29, 5100.00, 5176.50, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28761, 1912, 28996, 2271, 6, 29, 304.50, 309.07, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28762, 1912, 28997, 6123, 9, 29, 19.56, 19.85, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28763, 1912, 28998, 2301, 9, 29, 18.38, 18.66, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28764, 1912, 28999, 211, 1, 29, 9.48, 9.62, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28765, 1912, 29000, 1251, 9, 29, 19.63, 19.92, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28766, 1912, 29001, 4443, 3, 29, 34.67, 35.19, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28767, 1912, 29002, 20, 6, 29, 4.12, 4.18, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28768, 1912, 29003, 5896, 9, 29, 373.70, 379.31, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28769, 1912, 29004, 2529, 1, 29, 59.93, 60.83, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28770, 1912, 29005, 2140, 1, 29, 49.65, 50.39, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28771, 1912, 29006, 6104, 9, 29, 1.52, 1.54, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28772, 1912, 29007, 1574, 1, 29, 191.90, 194.78, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28773, 1912, 29008, 2401, 1, 29, 1908.00, 1936.62, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28774, 1912, 29009, 730, 3, 29, 69.19, 70.23, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28775, 1912, 29010, 494, 9, 29, 16.20, 16.44, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28776, 1912, 29011, 4848, 9, 29, 11.21, 11.38, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28777, 1912, 29012, 2111, 9, 29, 1339.00, 1359.09, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28778, 1912, 29013, 3615, 3, 29, 3.58, 3.63, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28779, 1912, 29014, 1640, 1, 29, 1.03, 1.05, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28780, 1912, 29015, 857, 9, 29, 92.84, 94.23, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28781, 1912, 29016, 1820, 6, 29, 46.80, 47.50, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28782, 1912, 29017, 1246, 6, 29, 61.20, 62.12, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28783, 1912, 29018, 4495, 3, 29, 25.99, 26.38, 1, 1, 'ai_sell', '2024-08-10 02:47:02', '2024-08-10 02:47:02', '2024-08-10 03:47:02'),
(28784, 1912, 29019, 4272, 9, 29, 123.76, 125.62, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28785, 1912, 29020, 3593, 1, 29, 4.66, 4.73, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28786, 1912, 29021, 1662, 3, 29, 0.94, 0.95, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28787, 1912, 29022, 542, 9, 29, 207.90, 211.02, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28788, 1912, 29023, 5444, 1, 29, 3.66, 3.71, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28789, 1912, 29024, 1288, 6, 29, 9.02, 9.16, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28790, 1912, 29025, 130, 1, 29, 39.41, 40.00, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28791, 1912, 29026, 2080, 6, 29, 153.00, 155.30, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28792, 1912, 29027, 3986, 3, 29, 31.49, 31.96, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28793, 1912, 29028, 901, 9, 29, 21.43, 21.75, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28794, 1912, 29029, 4625, 9, 29, 121.20, 123.02, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28795, 1912, 29030, 1928, 6, 29, 4.79, 4.86, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28796, 1912, 29031, 4316, 9, 29, 33.32, 33.82, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28797, 1912, 29032, 3486, 9, 29, 6.68, 6.78, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28798, 1912, 29033, 1454, 1, 29, 70.53, 71.59, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28799, 1912, 29034, 1808, 9, 29, 31.50, 31.97, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28800, 1912, 29035, 3054, 9, 29, 692.30, 702.68, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28801, 1912, 29036, 1925, 9, 29, 116.28, 118.02, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28802, 1912, 29037, 2637, 1, 29, 16.47, 16.72, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28803, 1912, 29038, 3768, 6, 29, 4.00, 4.06, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28804, 1912, 29039, 6176, 3, 29, 21.96, 22.29, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28805, 1912, 29040, 1768, 3, 29, 969.96, 984.51, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28806, 1912, 29041, 1732, 3, 29, 233.20, 236.70, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28807, 1912, 29042, 3112, 9, 29, 7.44, 7.55, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28808, 1912, 29043, 4092, 6, 29, 2.81, 2.85, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28809, 1912, 29044, 1827, 1, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-10 02:47:03', '2024-08-10 02:47:03', '2024-08-10 03:48:02'),
(28810, 1886, 29045, 3146, 5, NULL, 7.00, 7.07, 43, 1, 'manual_sell', '2024-08-10 03:15:26', '2024-08-10 03:15:26', '2024-08-10 04:16:02'),
(28811, 1921, 29046, 3177, 5, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-08-10 04:59:06', '2024-08-10 04:59:06', '2024-08-10 06:00:03'),
(28812, 1920, 29047, 2056, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-10 05:05:27', '2024-08-10 05:05:27', '2024-08-10 06:06:02'),
(28813, 1920, 29048, 1803, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-08-10 05:05:55', '2024-08-10 05:05:55', '2024-08-10 06:06:02'),
(28814, 1850, 29049, 3778, 5, NULL, 113.00, 114.13, 19, 1, 'manual_sell', '2024-08-10 05:40:34', '2024-08-10 05:40:34', '2024-08-10 06:41:02'),
(28815, 1869, 29052, 4667, 3, 25, 13.28, 13.48, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28816, 1869, 29053, 4515, 1, 25, 53.51, 54.31, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28817, 1869, 29054, 1310, 6, 25, 735.00, 746.03, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28818, 1869, 29055, 4127, 3, 25, 10.19, 10.34, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28819, 1869, 29056, 3474, 9, 25, 92.70, 94.09, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28820, 1869, 29057, 2043, 6, 25, 54.91, 55.73, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28821, 1869, 29058, 569, 6, 25, 148.47, 150.70, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28822, 1869, 29059, 732, 3, 25, 62.42, 63.36, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28823, 1869, 29060, 887, 9, 25, 119.33, 121.12, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28824, 1869, 29061, 1872, 3, 25, 19.15, 19.44, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28825, 1869, 29062, 3230, 3, 25, 31.58, 32.05, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28826, 1869, 29063, 2354, 3, 25, 31.30, 31.77, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28827, 1869, 29064, 2927, 1, 25, 23.43, 23.78, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28828, 1869, 29065, 2457, 6, 25, 3.50, 3.55, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28829, 1869, 29066, 2077, 3, 25, 5.10, 5.18, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28830, 1869, 29067, 5945, 6, 25, 3.44, 3.49, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28831, 1869, 29068, 1850, 3, 25, 0.58, 0.59, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28832, 1869, 29069, 1811, 3, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-10 05:44:03', '2024-08-10 05:44:03', '2024-08-10 06:45:03'),
(28833, 1850, 29050, 1134, 5, NULL, 30.00, 30.30, 3, 1, 'manual_sell', '2024-08-10 05:44:48', '2024-08-10 05:44:48', '2024-08-10 06:45:03'),
(28834, 1850, 29051, 1071, 5, NULL, 4.30, 4.34, 1, 1, 'manual_sell', '2024-08-10 05:45:49', '2024-08-10 05:45:49', '2024-08-10 06:46:02'),
(28835, 1850, 29070, 716, 5, NULL, 1.04, 1.05, 1, 1, 'manual_sell', '2024-08-10 05:49:35', '2024-08-10 05:49:35', '2024-08-10 06:50:02'),
(28836, 1876, 29071, 3281, 6, 28, 14.14, 14.27, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28837, 1876, 29072, 4484, 1, 28, 9.65, 9.74, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28838, 1876, 29073, 1167, 6, 28, 8.81, 8.89, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28839, 1876, 29074, 4205, 6, 28, 8.10, 8.17, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28840, 1876, 29075, 2594, 9, 28, 15.58, 15.72, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28841, 1876, 29076, 3556, 3, 28, 3.87, 3.90, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28842, 1876, 29077, 4743, 9, 28, 20.53, 20.71, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28843, 1876, 29078, 1362, 3, 28, 44.10, 44.50, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28844, 1876, 29079, 1803, 6, 28, 21.00, 21.19, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28845, 1876, 29080, 5948, 3, 28, 3.51, 3.54, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28846, 1876, 29081, 761, 3, 28, 2.54, 2.56, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28847, 1876, 29082, 2370, 9, 28, 2.28, 2.30, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28848, 1876, 29083, 1894, 9, 28, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-10 06:11:03', '2024-08-10 06:11:03', '2024-08-10 07:12:02'),
(28849, 1798, 29084, 3814, 5, NULL, 102.00, 103.02, 1, 1, 'manual_sell', '2024-08-10 10:49:38', '2024-08-10 10:49:38', '2024-08-10 11:50:03'),
(28850, 1798, 29085, 1589, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-08-10 10:51:05', '2024-08-10 10:51:05', '2024-08-10 11:52:02'),
(28851, 1884, 29086, 4424, 6, 31, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28852, 1884, 29087, 1028, 9, 31, 265.00, 270.30, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28853, 1884, 29088, 710, 9, 31, 33.97, 34.65, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28854, 1884, 29089, 5003, 1, 31, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28855, 1884, 29090, 3142, 3, 31, 86.71, 88.44, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28856, 1884, 29091, 1569, 9, 31, 90.10, 91.90, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28857, 1884, 29092, 2235, 1, 31, 31.52, 32.15, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28858, 1884, 29093, 1574, 9, 31, 191.90, 195.74, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28859, 1884, 29094, 3201, 1, 31, 233.99, 238.67, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28860, 1884, 29095, 3879, 9, 31, 63.85, 65.13, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28861, 1884, 29096, 2840, 6, 31, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28862, 1884, 29097, 800, 3, 31, 34.17, 34.85, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28863, 1884, 29098, 5539, 3, 31, 281.40, 287.03, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28864, 1884, 29099, 5218, 3, 31, 520.60, 531.01, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28865, 1884, 29100, 2813, 3, 31, 8476.90, 8646.44, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28866, 1884, 29101, 4175, 6, 31, 9.17, 9.35, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28867, 1884, 29102, 399, 6, 31, 126.25, 128.78, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28868, 1884, 29103, 1808, 9, 31, 30.30, 30.91, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28869, 1884, 29104, 716, 9, 31, 1.03, 1.05, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28870, 1884, 29105, 3780, 1, 31, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28871, 1884, 29106, 2989, 9, 31, 96.90, 98.84, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28872, 1884, 29107, 4699, 9, 31, 14.78, 15.08, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28873, 1884, 29108, 5600, 9, 31, 62.21, 63.45, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28874, 1884, 29109, 664, 6, 31, 10.50, 10.71, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28875, 1884, 29110, 3970, 1, 31, 17.00, 17.34, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28876, 1884, 29111, 4839, 9, 31, 162.46, 165.71, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28877, 1884, 29112, 3711, 9, 31, 809.00, 825.18, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28878, 1884, 29113, 5855, 3, 31, 42.95, 43.81, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28879, 1884, 29114, 2930, 9, 31, 29.86, 30.46, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28880, 1884, 29115, 578, 9, 31, 3640.00, 3712.80, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28881, 1884, 29116, 630, 1, 31, 7998.90, 8158.88, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28882, 1884, 29117, 3686, 9, 31, 12.70, 12.95, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28883, 1884, 29118, 4859, 3, 31, 7.66, 7.81, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28884, 1884, 29119, 111, 9, 31, 886.17, 903.89, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28885, 1884, 29120, 49, 9, 31, 309.00, 315.18, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28886, 1884, 29121, 4891, 9, 31, 15.72, 16.03, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28887, 1884, 29122, 4619, 9, 31, 13.89, 14.17, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28888, 1884, 29123, 282, 1, 31, 268.65, 274.02, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28889, 1884, 29124, 4708, 3, 31, 16.60, 16.93, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28890, 1884, 29125, 5231, 6, 31, 8.13, 8.29, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28891, 1884, 29126, 5175, 3, 31, 60.78, 62.00, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28892, 1884, 29127, 1846, 6, 31, 1.46, 1.49, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28893, 1884, 29128, 3979, 9, 31, 1590.00, 1621.80, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28894, 1884, 29129, 6014, 6, 31, 4240.00, 4324.80, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28895, 1884, 29130, 1872, 3, 31, 19.51, 19.90, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28896, 1884, 29131, 5291, 9, 31, 17.31, 17.66, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28897, 1884, 29132, 1635, 1, 31, 4.78, 4.88, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28898, 1884, 29133, 833, 3, 31, 20.54, 20.95, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28899, 1884, 29134, 1216, 6, 31, 8.61, 8.78, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28900, 1884, 29135, 2910, 3, 31, 35.36, 36.07, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28901, 1884, 29136, 5716, 9, 31, 257.50, 262.65, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28902, 1884, 29137, 3195, 1, 31, 206.83, 210.97, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28903, 1884, 29138, 5693, 3, 31, 696.85, 710.79, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28904, 1884, 29139, 126, 1, 31, 1111.48, 1133.71, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28905, 1884, 29140, 5517, 9, 31, 23.06, 23.52, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28906, 1884, 29141, 2466, 9, 31, 790.35, 806.16, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28907, 1884, 29142, 2208, 6, 31, 58.75, 59.93, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28908, 1884, 29143, 2372, 3, 31, 9.75, 9.95, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(28909, 1884, 29144, 4843, 6, 31, 151.49, 154.52, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28910, 1884, 29145, 5548, 9, 31, 33.58, 34.25, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28911, 1884, 29146, 2675, 1, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28912, 1884, 29147, 5561, 6, 31, 722.79, 737.25, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28913, 1884, 29148, 1373, 6, 31, 23.92, 24.40, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28914, 1884, 29149, 5856, 1, 31, 23.91, 24.39, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28915, 1884, 29150, 1937, 6, 31, 67.60, 68.95, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28916, 1884, 29151, 2748, 3, 31, 129.53, 132.12, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28917, 1884, 29152, 6109, 9, 31, 6.36, 6.49, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28918, 1884, 29153, 4143, 6, 31, 27.80, 28.36, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28919, 1884, 29154, 6047, 9, 31, 14.27, 14.56, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28920, 1884, 29155, 3363, 1, 31, 208.00, 212.16, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28921, 1884, 29156, 3982, 9, 31, 151.98, 155.02, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28922, 1884, 29157, 4654, 3, 31, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28923, 1884, 29158, 2032, 6, 31, 41.34, 42.17, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28924, 1884, 29159, 596, 6, 31, 407.03, 415.17, 1, 1, 'ai_sell', '2024-08-10 10:52:03', '2024-08-10 10:52:03', '2024-08-10 11:53:03'),
(28925, 1884, 29160, 2682, 6, 31, 27.18, 27.72, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28926, 1884, 29161, 413, 6, 31, 31.60, 32.23, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28927, 1884, 29162, 4369, 9, 31, 11660.00, 11893.20, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28928, 1884, 29163, 3998, 3, 31, 763.20, 778.46, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28929, 1884, 29164, 533, 6, 31, 77.76, 79.32, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28930, 1884, 29165, 5378, 3, 31, 3.16, 3.22, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28931, 1884, 29166, 2438, 9, 31, 135.20, 137.90, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28932, 1884, 29167, 3992, 9, 31, 70.72, 72.13, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28933, 1884, 29168, 451, 6, 31, 200.16, 204.16, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28934, 1884, 29169, 3646, 9, 31, 78.84, 80.42, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28935, 1884, 29170, 3382, 9, 31, 2.45, 2.50, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28936, 1884, 29171, 1062, 6, 31, 7.95, 8.11, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28937, 1884, 29172, 4587, 1, 31, 26.53, 27.06, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28938, 1884, 29173, 4329, 9, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28939, 1884, 29174, 5938, 9, 31, 494.97, 504.87, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28940, 1884, 29175, 4160, 1, 31, 1117.06, 1139.40, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28941, 1884, 29176, 3794, 1, 31, 30.59, 31.20, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28942, 1884, 29177, 5044, 9, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28943, 1884, 29178, 3532, 1, 31, 8.01, 8.17, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28944, 1884, 29179, 4082, 6, 31, 25.74, 26.25, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28945, 1884, 29180, 1662, 3, 31, 0.94, 0.96, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28946, 1884, 29181, 949, 3, 31, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28947, 1884, 29182, 1894, 3, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28948, 1884, 29183, 1827, 3, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28949, 1884, 29184, 803, 9, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-10 10:52:04', '2024-08-10 10:52:04', '2024-08-10 11:53:03'),
(28950, 1902, 28907, 326, 5, NULL, 2860.00, 2880.00, 2, 1, 'manual_sell', '2024-08-10 11:16:09', '2024-08-10 11:16:09', '2024-08-10 12:17:03'),
(28951, 1902, 28904, 4240, 5, NULL, 5480.00, 5520.00, 1, 1, 'manual_sell', '2024-08-10 11:16:45', '2024-08-10 11:16:45', '2024-08-10 12:17:03'),
(28952, 1902, 28905, 965, 5, NULL, 990.00, 997.00, 3, 1, 'manual_sell', '2024-08-10 11:17:08', '2024-08-10 11:17:08', '2024-08-10 12:18:02'),
(28953, 1902, 28906, 3043, 5, NULL, 3480.00, 3520.00, 2, 2, 'manual_sell', '2024-08-10 11:18:17', '2024-08-10 11:18:17', '2024-08-10 12:19:02'),
(28954, 1902, 29185, 1971, 3, 26, 68.90, 69.52, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28955, 1902, 29186, 5211, 9, 26, 72.80, 73.46, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28956, 1902, 29187, 1935, 1, 26, 57.75, 58.27, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28957, 1902, 29188, 3064, 3, 26, 4.68, 4.72, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28958, 1902, 29189, 3668, 6, 26, 36.36, 36.69, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28959, 1902, 29190, 5630, 6, 26, 146.99, 148.31, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28960, 1902, 29191, 5212, 1, 26, 58.57, 59.10, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28961, 1902, 29192, 4939, 6, 26, 49.49, 49.94, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28962, 1902, 29193, 4289, 3, 26, 14.13, 14.26, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28963, 1902, 29194, 4535, 1, 26, 32.23, 32.52, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28964, 1902, 29195, 2899, 9, 26, 13.77, 13.89, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28965, 1902, 29196, 4197, 1, 26, 11.42, 11.52, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28966, 1902, 29197, 4204, 6, 26, 25.05, 25.28, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28967, 1902, 29198, 549, 1, 26, 10.50, 10.59, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28968, 1902, 29199, 6028, 1, 26, 2.19, 2.21, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28969, 1902, 29200, 3318, 3, 26, 1.20, 1.21, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28970, 1902, 29201, 3324, 3, 26, 1.38, 1.39, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28971, 1902, 29202, 3225, 3, 26, 1.15, 1.16, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28972, 1902, 29203, 1827, 9, 26, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-10 11:45:04', '2024-08-10 11:45:04', '2024-08-10 12:46:02'),
(28973, 1902, 29204, 3304, 3, 27, 43.86, 44.74, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28974, 1902, 29205, 4437, 9, 27, 94.50, 96.39, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28975, 1902, 29206, 3822, 1, 27, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28976, 1902, 29207, 3942, 6, 27, 93.28, 95.15, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28977, 1902, 29208, 1549, 6, 27, 156.02, 159.14, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28978, 1902, 29209, 3063, 9, 27, 211.12, 215.34, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28979, 1902, 29210, 1870, 1, 27, 25.20, 25.70, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28980, 1902, 29211, 2182, 6, 27, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28981, 1902, 29212, 5314, 9, 27, 158.95, 162.13, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28982, 1902, 29213, 2051, 9, 27, 4.71, 4.80, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28983, 1902, 29214, 262, 1, 27, 180.20, 183.80, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:02'),
(28984, 1902, 29215, 2353, 6, 27, 412.00, 420.24, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28985, 1902, 29216, 4341, 6, 27, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28986, 1902, 29217, 2216, 1, 27, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28987, 1902, 29218, 2796, 6, 27, 6482.70, 6612.35, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28988, 1902, 29219, 2307, 1, 27, 47.50, 48.45, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28989, 1902, 29220, 4599, 1, 27, 31.49, 32.12, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28990, 1902, 29221, 3663, 9, 27, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28991, 1902, 29222, 3527, 9, 27, 3.10, 3.16, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28992, 1902, 29223, 385, 9, 27, 171.84, 175.28, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28993, 1902, 29224, 2889, 1, 27, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28994, 1902, 29225, 5028, 1, 27, 221.44, 225.87, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28995, 1902, 29226, 1495, 1, 27, 19.19, 19.57, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28996, 1902, 29227, 4784, 6, 27, 21.71, 22.14, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28997, 1902, 29228, 1055, 9, 27, 30.30, 30.91, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28998, 1902, 29229, 52, 9, 27, 17.68, 18.03, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(28999, 1902, 29230, 257, 1, 27, 180.20, 183.80, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29000, 1902, 29231, 6097, 9, 27, 11.25, 11.48, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29001, 1902, 29232, 5312, 6, 27, 61.60, 62.83, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29002, 1902, 29233, 6081, 9, 27, 18.00, 18.36, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29003, 1902, 29234, 6076, 3, 27, 15.15, 15.45, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29004, 1902, 29235, 6169, 6, 27, 18.61, 18.98, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29005, 1902, 29236, 3792, 1, 27, 234.59, 239.28, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29006, 1902, 29237, 5799, 9, 27, 15.74, 16.05, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29007, 1902, 29238, 2049, 1, 27, 9.14, 9.32, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29008, 1902, 29239, 5445, 3, 27, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29009, 1902, 29240, 912, 1, 27, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29010, 1902, 29241, 2629, 6, 27, 23.68, 24.15, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29011, 1902, 29242, 5983, 6, 27, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29012, 1902, 29243, 342, 1, 27, 3559.64, 3630.83, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29013, 1902, 29244, 4886, 9, 27, 71.05, 72.47, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29014, 1902, 29245, 1824, 3, 27, 126.24, 128.76, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29015, 1902, 29246, 971, 6, 27, 4.20, 4.28, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29016, 1902, 29247, 1065, 1, 27, 782.80, 798.46, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29017, 1902, 29248, 6030, 9, 27, 20.60, 21.01, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29018, 1902, 29249, 414, 3, 27, 31.35, 31.98, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29019, 1902, 29250, 2545, 6, 27, 107.26, 109.41, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29020, 1902, 29251, 345, 9, 27, 105.84, 107.96, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29021, 1902, 29252, 2420, 6, 27, 535.50, 546.21, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29022, 1902, 29253, 4652, 6, 27, 408.00, 416.16, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29023, 1902, 29254, 2030, 1, 27, 252.96, 258.02, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29024, 1902, 29255, 5558, 1, 27, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29025, 1902, 29256, 3148, 6, 27, 22.67, 23.12, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29026, 1902, 29257, 3502, 3, 27, 9.36, 9.55, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29027, 1902, 29258, 5179, 9, 27, 82.39, 84.04, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29028, 1902, 29259, 2647, 9, 27, 14.51, 14.80, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29029, 1902, 29260, 4072, 3, 27, 11.12, 11.34, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29030, 1902, 29261, 5974, 6, 27, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29031, 1902, 29262, 1827, 6, 27, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-10 12:17:04', '2024-08-10 12:17:04', '2024-08-10 13:18:03'),
(29032, 1850, 29263, 2015, 1, 24, 723.98, 734.84, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29033, 1850, 29264, 3470, 6, 24, 102.05, 103.58, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29034, 1850, 29265, 4370, 3, 24, 420.32, 426.62, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29035, 1850, 29266, 1357, 1, 24, 52.15, 52.93, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29036, 1850, 29267, 1050, 3, 24, 77.25, 78.41, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29037, 1850, 29268, 5859, 6, 24, 198.90, 201.88, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29038, 1850, 29269, 1029, 3, 24, 32.41, 32.90, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29039, 1850, 29270, 3419, 6, 24, 6.22, 6.31, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29040, 1850, 29271, 1928, 6, 24, 4.79, 4.86, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29041, 1850, 29272, 3296, 6, 24, 1.19, 1.21, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29042, 1850, 29273, 1850, 6, 24, 0.57, 0.58, 1, 1, 'ai_sell', '2024-08-10 13:44:02', '2024-08-10 13:44:02', '2024-08-10 14:44:02'),
(29043, 1915, 29274, 3960, 1, NULL, 71.00, 71.71, 1, 1, 'manual_sell', '2024-08-10 17:47:42', '2024-08-10 17:47:42', '2024-08-10 18:48:02'),
(29044, 1915, 29275, 3931, 1, NULL, 22.00, 22.22, 1, 1, 'manual_sell', '2024-08-10 17:49:19', '2024-08-10 17:49:19', '2024-08-10 18:50:02'),
(29045, 1915, 29276, 3180, 1, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-08-10 17:52:15', '2024-08-10 17:52:15', '2024-08-10 18:53:02'),
(29046, 1925, 29277, 1541, 6, 30, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29047, 1925, 29278, 4773, 6, 30, 50.47, 51.48, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29048, 1925, 29279, 5813, 1, 30, 152.95, 156.01, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29049, 1925, 29280, 4047, 1, 30, 48.75, 49.73, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29050, 1925, 29281, 3083, 9, 30, 50.50, 51.51, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29051, 1925, 29282, 6016, 3, 30, 12.88, 13.14, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29052, 1925, 29283, 2670, 6, 30, 876.75, 894.29, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29053, 1925, 29284, 1645, 6, 30, 3.81, 3.89, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29054, 1925, 29285, 4861, 3, 30, 148.95, 151.93, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29055, 1925, 29286, 3684, 3, 30, 419.63, 428.02, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29056, 1925, 29287, 4426, 1, 30, 77.76, 79.32, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29057, 1925, 29288, 811, 1, 30, 267.11, 272.45, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29058, 1925, 29289, 3081, 9, 30, 9.36, 9.55, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29059, 1925, 29290, 3821, 1, 30, 23.84, 24.32, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29060, 1925, 29291, 2416, 1, 30, 25.91, 26.43, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29061, 1925, 29292, 4716, 9, 30, 60.67, 61.88, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29062, 1925, 29293, 4744, 3, 30, 50.49, 51.50, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29063, 1925, 29294, 6121, 3, 30, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29064, 1925, 29295, 1956, 1, 30, 10.17, 10.37, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29065, 1925, 29296, 2444, 1, 30, 2288.00, 2333.76, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29066, 1925, 29297, 1027, 3, 30, 393.90, 401.78, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29067, 1925, 29298, 3493, 9, 30, 11.93, 12.17, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29068, 1925, 29299, 3715, 3, 30, 23.31, 23.78, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29069, 1925, 29300, 5568, 3, 30, 108.11, 110.27, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29070, 1925, 29301, 2177, 9, 30, 424.20, 432.68, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29071, 1925, 29302, 5558, 3, 30, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29072, 1925, 29303, 3837, 3, 30, 206.86, 211.00, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29073, 1925, 29304, 3528, 1, 30, 157.49, 160.64, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29074, 1925, 29305, 3833, 3, 30, 5.15, 5.25, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29075, 1925, 29306, 4213, 6, 30, 4.87, 4.97, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29076, 1925, 29307, 1694, 1, 30, 14.93, 15.23, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29077, 1925, 29308, 712, 3, 30, 30.90, 31.52, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:02'),
(29078, 1925, 29309, 3085, 1, 30, 73.70, 75.17, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:03'),
(29079, 1925, 29310, 5533, 6, 30, 18.17, 18.53, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:03'),
(29080, 1925, 29311, 4949, 6, 30, 164.21, 167.49, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:03'),
(29081, 1925, 29312, 2973, 6, 30, 409.01, 417.19, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:03'),
(29082, 1925, 29313, 1164, 3, 30, 4279.22, 4364.80, 1, 1, 'ai_sell', '2024-08-11 03:53:03', '2024-08-11 03:53:03', '2024-08-11 04:54:03'),
(29083, 1925, 29314, 4944, 6, 30, 8.39, 8.56, 1, 1, 'ai_sell', '2024-08-11 03:53:04', '2024-08-11 03:53:04', '2024-08-11 04:54:03'),
(29084, 1925, 29315, 995, 9, 30, 109.67, 111.86, 1, 1, 'ai_sell', '2024-08-11 03:53:04', '2024-08-11 03:53:04', '2024-08-11 04:54:03'),
(29085, 1925, 29316, 5268, 1, 30, 16.48, 16.81, 1, 1, 'ai_sell', '2024-08-11 03:53:04', '2024-08-11 03:53:04', '2024-08-11 04:54:03'),
(29086, 1925, 29317, 5373, 9, 30, 52.97, 54.03, 1, 1, 'ai_sell', '2024-08-11 03:53:04', '2024-08-11 03:53:04', '2024-08-11 04:54:03'),
(29087, 1925, 29318, 1189, 9, 30, 2.66, 2.71, 1, 1, 'ai_sell', '2024-08-11 03:53:04', '2024-08-11 03:53:04', '2024-08-11 04:54:03'),
(29088, 1925, 29319, 5948, 1, 30, 3.44, 3.51, 1, 1, 'ai_sell', '2024-08-11 03:53:04', '2024-08-11 03:53:04', '2024-08-11 04:54:03'),
(29089, 1925, 29320, 24, 1, 30, 1.03, 1.05, 1, 1, 'ai_sell', '2024-08-11 03:53:04', '2024-08-11 03:53:04', '2024-08-11 04:54:03'),
(29090, 1912, 29321, 980, 9, 29, 9.27, 9.41, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29091, 1912, 29322, 4327, 6, 29, 540.70, 548.81, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29092, 1912, 29323, 5468, 6, 29, 42.22, 42.85, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29093, 1912, 29324, 2285, 1, 29, 93.60, 95.00, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29094, 1912, 29325, 6177, 9, 29, 23.68, 24.04, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29095, 1912, 29326, 2128, 9, 29, 32.44, 32.93, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29096, 1912, 29327, 5314, 9, 29, 155.95, 158.29, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29097, 1912, 29328, 5521, 3, 29, 83.89, 85.15, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29098, 1912, 29329, 5659, 1, 29, 123.41, 125.26, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29099, 1912, 29330, 1145, 9, 29, 41.08, 41.70, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29100, 1912, 29331, 5618, 1, 29, 4.64, 4.71, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29101, 1912, 29332, 129, 9, 29, 43.12, 43.77, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29102, 1912, 29333, 2344, 6, 29, 104.00, 105.56, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29103, 1912, 29334, 1440, 6, 29, 32.10, 32.58, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29104, 1912, 29335, 3771, 1, 29, 5.29, 5.37, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29105, 1912, 29336, 3455, 9, 29, 5.45, 5.53, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29106, 1912, 29337, 636, 3, 29, 7.14, 7.25, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29107, 1912, 29338, 1569, 1, 29, 90.10, 91.45, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29108, 1912, 29339, 1298, 3, 29, 228.21, 231.63, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29109, 1912, 29340, 1220, 6, 29, 105.04, 106.62, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29110, 1912, 29341, 1873, 1, 29, 42.40, 43.04, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29111, 1912, 29342, 3908, 6, 29, 41.40, 42.02, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29112, 1912, 29343, 1546, 9, 29, 51.94, 52.72, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29113, 1912, 29344, 3640, 9, 29, 21.19, 21.51, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29114, 1912, 29345, 1681, 1, 29, 17.60, 17.86, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29115, 1912, 29346, 2909, 1, 29, 41.60, 42.22, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29116, 1912, 29347, 928, 6, 29, 175.76, 178.40, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29117, 1912, 29348, 4204, 6, 29, 25.78, 26.17, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29118, 1912, 29349, 1192, 1, 29, 50.95, 51.71, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29119, 1912, 29350, 3671, 1, 29, 18.89, 19.17, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29120, 1912, 29351, 4163, 1, 29, 1474.60, 1496.72, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29121, 1912, 29352, 3716, 6, 29, 5.14, 5.22, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29122, 1912, 29353, 2629, 1, 29, 24.14, 24.50, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29123, 1912, 29354, 4056, 3, 29, 106.42, 108.02, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29124, 1912, 29355, 3252, 1, 29, 32.13, 32.61, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29125, 1912, 29356, 1658, 1, 29, 118.44, 120.22, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29126, 1912, 29357, 6105, 1, 29, 10.49, 10.65, 1, 1, 'ai_sell', '2024-08-11 03:59:03', '2024-08-11 03:59:03', '2024-08-11 05:00:03'),
(29127, 1912, 29358, 5051, 9, 29, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29128, 1912, 29359, 2484, 3, 29, 212.00, 215.18, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29129, 1912, 29360, 829, 1, 29, 22.27, 22.60, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29130, 1912, 29361, 4995, 6, 29, 303.28, 307.83, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29131, 1912, 29362, 5350, 1, 29, 307.01, 311.62, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29132, 1912, 29363, 4328, 6, 29, 815.99, 828.23, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29133, 1912, 29364, 4914, 9, 29, 36.75, 37.30, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29134, 1912, 29365, 5253, 9, 29, 16.21, 16.45, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29135, 1912, 29366, 5449, 6, 29, 1341.60, 1361.72, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29136, 1912, 29367, 1825, 9, 29, 233.19, 236.69, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29137, 1912, 29368, 5889, 6, 29, 11.10, 11.27, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29138, 1912, 29369, 5227, 1, 29, 16.47, 16.72, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29139, 1912, 29370, 2427, 6, 29, 254.40, 258.22, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29140, 1912, 29371, 532, 1, 29, 31.11, 31.58, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29141, 1912, 29372, 717, 6, 29, 41.97, 42.60, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29142, 1912, 29373, 6037, 3, 29, 8.40, 8.53, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29143, 1912, 29374, 5960, 3, 29, 1391.41, 1412.28, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29144, 1912, 29375, 120, 6, 29, 138.60, 140.68, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29145, 1912, 29376, 2772, 1, 29, 47.70, 48.42, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29146, 1912, 29377, 4166, 1, 29, 377.40, 383.06, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29147, 1912, 29378, 5990, 6, 29, 4.72, 4.79, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29148, 1912, 29379, 1800, 1, 29, 163.62, 166.07, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:03'),
(29149, 1912, 29380, 5635, 1, 29, 5.24, 5.32, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29150, 1912, 29381, 5398, 1, 29, 525.44, 533.32, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29151, 1912, 29382, 4844, 9, 29, 70.69, 71.75, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29152, 1912, 29383, 3881, 1, 29, 204.00, 207.06, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29153, 1912, 29384, 110, 1, 29, 198.22, 201.19, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29154, 1912, 29385, 5191, 1, 29, 41.40, 42.02, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29155, 1912, 29386, 3762, 6, 29, 52.07, 52.85, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29156, 1912, 29387, 1300, 6, 29, 36.75, 37.30, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29157, 1912, 29388, 4745, 1, 29, 191.75, 194.63, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29158, 1912, 29389, 2224, 1, 29, 30.21, 30.66, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29159, 1912, 29390, 1926, 6, 29, 8.47, 8.60, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29160, 1912, 29391, 4480, 3, 29, 8.15, 8.27, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29161, 1912, 29392, 4692, 3, 29, 1007.00, 1022.11, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29162, 1912, 29393, 941, 6, 29, 5.10, 5.18, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29163, 1912, 29394, 4020, 9, 29, 25.74, 26.13, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29164, 1912, 29395, 394, 3, 29, 14.54, 14.76, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29165, 1912, 29396, 1886, 1, 29, 53.70, 54.51, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29166, 1912, 29397, 6072, 3, 29, 55.54, 56.37, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29167, 1912, 29398, 828, 6, 29, 18.97, 19.25, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29168, 1912, 29399, 571, 9, 29, 18.18, 18.45, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29169, 1912, 29400, 5048, 3, 29, 50.39, 51.15, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29170, 1912, 29401, 5954, 1, 29, 186.16, 188.95, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29171, 1912, 29402, 244, 1, 29, 127.19, 129.10, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29172, 1912, 29403, 3701, 9, 29, 17.84, 18.11, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29173, 1912, 29404, 1991, 3, 29, 36.71, 37.26, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29174, 1912, 29405, 5816, 3, 29, 15.59, 15.82, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29175, 1912, 29406, 4675, 3, 29, 5.06, 5.14, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29176, 1912, 29407, 5580, 3, 29, 13.11, 13.31, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29177, 1912, 29408, 5428, 6, 29, 5.19, 5.27, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29178, 1912, 29409, 4436, 6, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29179, 1912, 29410, 1952, 1, 29, 1.33, 1.35, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29180, 1912, 29411, 6028, 6, 29, 2.21, 2.24, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29181, 1912, 29412, 1738, 9, 29, 1.51, 1.53, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29182, 1912, 29413, 1894, 9, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-11 03:59:04', '2024-08-11 03:59:04', '2024-08-11 05:00:04'),
(29183, 1886, 29414, 56, 5, NULL, 8.00, 8.08, 38, 1, 'manual_sell', '2024-08-11 04:18:28', '2024-08-11 04:18:28', '2024-08-11 05:19:02'),
(29184, 1921, 29415, 16, 5, NULL, 13.00, 13.13, 4, 1, 'manual_sell', '2024-08-11 06:02:58', '2024-08-11 06:02:58', '2024-08-11 07:03:02'),
(29185, 1920, 29416, 2206, 5, NULL, 81.00, 81.81, 4, 1, 'manual_sell', '2024-08-11 06:08:34', '2024-08-11 06:08:34', '2024-08-11 07:09:02'),
(29186, 1850, 29417, 1984, 5, NULL, 260.00, 262.60, 8, 1, 'manual_sell', '2024-08-11 06:56:56', '2024-08-11 06:56:56', '2024-08-11 07:57:02'),
(29187, 1869, 29419, 244, 3, 25, 122.39, 124.23, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29188, 1869, 29420, 4196, 9, 25, 14.79, 15.01, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29189, 1869, 29421, 1592, 9, 25, 741.60, 752.72, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29190, 1869, 29422, 4299, 1, 25, 100.98, 102.49, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29191, 1869, 29423, 3387, 6, 25, 21.59, 21.91, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29192, 1869, 29424, 2948, 1, 25, 37.08, 37.64, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29193, 1869, 29425, 4771, 3, 25, 30.28, 30.73, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29194, 1869, 29426, 3271, 1, 25, 2.78, 2.82, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29195, 1869, 29427, 4022, 1, 25, 47.24, 47.95, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29196, 1869, 29428, 1345, 9, 25, 19.57, 19.86, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29197, 1869, 29429, 5537, 1, 25, 58.14, 59.01, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29198, 1869, 29430, 3063, 9, 25, 213.15, 216.35, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29199, 1869, 29431, 2886, 3, 25, 14.13, 14.34, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29200, 1869, 29432, 1219, 1, 25, 5.29, 5.37, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29201, 1869, 29433, 1811, 9, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-11 06:57:02', '2024-08-11 06:57:02', '2024-08-11 07:57:02'),
(29202, 1850, 29418, 2183, 5, NULL, 20.00, 20.20, 9, 1, 'manual_sell', '2024-08-11 06:57:32', '2024-08-11 06:57:32', '2024-08-11 07:58:02'),
(29203, 1850, 29434, 4086, 5, NULL, 4.50, 4.54, 1, 1, 'manual_sell', '2024-08-11 07:00:08', '2024-08-11 07:00:08', '2024-08-11 08:01:02'),
(29204, 1876, 29435, 5308, 6, 28, 41.59, 41.96, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29205, 1876, 29436, 3267, 9, 28, 3.17, 3.20, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29206, 1876, 29437, 6175, 6, 28, 84.79, 85.55, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29207, 1876, 29438, 4748, 1, 28, 9.06, 9.14, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29208, 1876, 29439, 2608, 6, 28, 10.60, 10.70, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29209, 1876, 29440, 4933, 9, 28, 5.42, 5.47, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29210, 1876, 29441, 1829, 3, 28, 0.77, 0.78, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29211, 1876, 29442, 734, 9, 28, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29212, 1876, 29443, 1827, 9, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-11 07:23:03', '2024-08-11 07:23:03', '2024-08-11 08:24:02'),
(29213, 1884, 29449, 1198, 6, 31, 2.32, 2.37, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29214, 1884, 29450, 5415, 6, 31, 52.01, 53.05, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29215, 1884, 29451, 6030, 9, 31, 21.00, 21.42, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29216, 1884, 29452, 6086, 3, 31, 10.09, 10.29, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29217, 1884, 29453, 3995, 6, 31, 4532.00, 4622.64, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29218, 1884, 29454, 4119, 1, 31, 3132.40, 3195.05, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29219, 1884, 29455, 4198, 3, 31, 18.90, 19.28, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29220, 1884, 29456, 2738, 6, 31, 18.89, 19.27, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29221, 1884, 29457, 3837, 3, 31, 212.94, 217.20, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29222, 1884, 29458, 3143, 1, 31, 36.75, 37.49, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29223, 1884, 29459, 4607, 1, 31, 13.51, 13.78, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:03'),
(29224, 1884, 29460, 1951, 3, 31, 37.48, 38.23, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29225, 1884, 29461, 2193, 9, 31, 20.53, 20.94, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29226, 1884, 29462, 5555, 1, 31, 42.66, 43.51, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29227, 1884, 29463, 5765, 1, 31, 8.99, 9.17, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29228, 1884, 29464, 4736, 3, 31, 21.81, 22.25, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29229, 1884, 29465, 3537, 6, 31, 3211.52, 3275.75, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29230, 1884, 29466, 5816, 9, 31, 15.29, 15.60, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29231, 1884, 29467, 4944, 1, 31, 8.39, 8.56, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29232, 1884, 29468, 2058, 9, 31, 229.50, 234.09, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29233, 1884, 29469, 1281, 3, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29234, 1884, 29470, 3725, 1, 31, 12.60, 12.85, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29235, 1884, 29471, 4355, 1, 31, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29236, 1884, 29472, 3103, 1, 31, 139.36, 142.15, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29237, 1884, 29473, 4081, 3, 31, 52.49, 53.54, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29238, 1884, 29474, 2615, 1, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29239, 1884, 29475, 4217, 3, 31, 6.21, 6.33, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29240, 1884, 29476, 6039, 9, 31, 8.40, 8.57, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29241, 1884, 29477, 2380, 1, 31, 26.55, 27.08, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29242, 1884, 29478, 442, 6, 31, 210.00, 214.20, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29243, 1884, 29479, 5944, 6, 31, 81.60, 83.23, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29244, 1884, 29480, 3002, 9, 31, 824.00, 840.48, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29245, 1884, 29481, 2860, 9, 31, 56.67, 57.80, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29246, 1884, 29482, 3893, 3, 31, 1166.00, 1189.32, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29247, 1884, 29483, 5646, 1, 31, 115.50, 117.81, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29248, 1884, 29484, 4319, 9, 31, 1907.99, 1946.15, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29249, 1884, 29485, 2404, 3, 31, 678.38, 691.95, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29250, 1884, 29486, 4497, 1, 31, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29251, 1884, 29487, 2676, 9, 31, 202.27, 206.32, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29252, 1884, 29488, 5233, 6, 31, 13.26, 13.53, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29253, 1884, 29489, 2559, 3, 31, 128.04, 130.60, 1, 1, 'ai_sell', '2024-08-11 12:04:04', '2024-08-11 12:04:04', '2024-08-11 13:05:04'),
(29254, 1884, 29490, 5473, 9, 31, 228.80, 233.38, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29255, 1884, 29491, 5135, 1, 31, 131.29, 133.92, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29256, 1884, 29492, 637, 3, 31, 310.96, 317.18, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29257, 1884, 29493, 3721, 9, 31, 34.47, 35.16, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29258, 1884, 29494, 113, 1, 31, 84.53, 86.22, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29259, 1884, 29495, 1097, 1, 31, 256.47, 261.60, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29260, 1884, 29496, 6155, 6, 31, 16.63, 16.96, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29261, 1884, 29497, 2053, 3, 31, 29.71, 30.30, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29262, 1884, 29498, 5075, 6, 31, 24.09, 24.57, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29263, 1884, 29499, 3313, 6, 31, 14.84, 15.14, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29264, 1884, 29500, 5136, 3, 31, 99.99, 101.99, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29265, 1884, 29501, 2209, 9, 31, 121.20, 123.62, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29266, 1884, 29502, 143, 9, 31, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-11 12:04:05', '2024-08-11 12:04:05', '2024-08-11 13:05:04'),
(29267, 1884, 29503, 2516, 9, 31, 522.56, 533.01, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29268, 1884, 29504, 4512, 3, 31, 55.11, 56.21, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29269, 1884, 29505, 5134, 1, 31, 85.73, 87.44, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29270, 1884, 29506, 1884, 3, 31, 93.21, 95.07, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29271, 1884, 29507, 3640, 3, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29272, 1884, 29508, 4602, 9, 31, 29.82, 30.42, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29273, 1884, 29509, 5407, 3, 31, 15.59, 15.90, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29274, 1884, 29510, 4741, 3, 31, 11.45, 11.68, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29275, 1884, 29511, 5658, 6, 31, 3.62, 3.69, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29276, 1884, 29512, 5622, 6, 31, 7.86, 8.02, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29277, 1884, 29513, 2533, 1, 31, 227.76, 232.32, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29278, 1884, 29514, 5384, 9, 31, 1031.02, 1051.64, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29279, 1884, 29515, 2161, 3, 31, 26.64, 27.17, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29280, 1884, 29516, 4965, 1, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29281, 1884, 29517, 1130, 1, 31, 36.49, 37.22, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(29282, 1884, 29518, 43, 1, 31, 20.14, 20.54, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29283, 1884, 29519, 3666, 3, 31, 8.28, 8.45, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29284, 1884, 29520, 729, 1, 31, 11.62, 11.85, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29285, 1884, 29521, 1343, 3, 31, 60.59, 61.80, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29286, 1884, 29522, 3285, 6, 31, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29287, 1884, 29523, 3422, 1, 31, 11.69, 11.92, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29288, 1884, 29524, 1304, 3, 31, 31.30, 31.93, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29289, 1884, 29525, 2487, 9, 31, 133.90, 136.58, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29290, 1884, 29526, 3540, 6, 31, 4990.96, 5090.78, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29291, 1884, 29527, 1685, 1, 31, 31.19, 31.81, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29292, 1884, 29528, 4586, 3, 31, 39.89, 40.69, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29293, 1884, 29529, 769, 9, 31, 109.14, 111.32, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29294, 1884, 29530, 1953, 6, 31, 4.16, 4.24, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29295, 1884, 29531, 2905, 1, 31, 27.23, 27.77, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29296, 1884, 29532, 972, 3, 31, 15.06, 15.36, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29297, 1884, 29533, 1127, 3, 31, 58.07, 59.23, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29298, 1884, 29534, 3434, 9, 31, 870.35, 887.76, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29299, 1884, 29535, 1699, 1, 31, 106.05, 108.17, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29300, 1884, 29536, 930, 1, 31, 13.66, 13.93, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29301, 1884, 29537, 875, 6, 31, 17.24, 17.58, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:02'),
(29302, 1884, 29538, 4100, 9, 31, 6.23, 6.35, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29303, 1884, 29539, 3366, 6, 31, 30.89, 31.51, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29304, 1884, 29540, 6021, 3, 31, 38.09, 38.85, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29305, 1884, 29541, 3264, 1, 31, 7.20, 7.34, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29306, 1884, 29542, 2988, 3, 31, 318.00, 324.36, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29307, 1884, 29543, 2341, 9, 31, 40.16, 40.96, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29308, 1884, 29544, 2208, 1, 31, 59.31, 60.50, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29309, 1884, 29545, 5601, 6, 31, 44.61, 45.50, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29310, 1884, 29546, 1837, 3, 31, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29311, 1884, 29547, 2530, 1, 31, 1573.95, 1605.43, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29312, 1884, 29548, 4034, 3, 31, 12.37, 12.62, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29313, 1884, 29549, 464, 3, 31, 163.38, 166.65, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29314, 1884, 29550, 3878, 1, 31, 5.08, 5.18, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29315, 1884, 29551, 2622, 3, 31, 30.48, 31.09, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29316, 1884, 29552, 3172, 6, 31, 517.81, 528.17, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29317, 1884, 29553, 5440, 3, 31, 63.43, 64.70, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29318, 1884, 29554, 5450, 9, 31, 235.87, 240.59, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29319, 1884, 29555, 3677, 6, 31, 11.10, 11.32, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29320, 1884, 29556, 3690, 3, 31, 7.91, 8.07, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29321, 1884, 29557, 2448, 1, 31, 6.18, 6.30, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29322, 1884, 29558, 5137, 6, 31, 131.69, 134.32, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29323, 1884, 29559, 4215, 9, 31, 612.00, 624.24, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29324, 1884, 29560, 3074, 6, 31, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-11 12:05:07', '2024-08-11 12:05:07', '2024-08-11 13:06:03'),
(29325, 1884, 29561, 4378, 6, 31, 205.01, 209.11, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29326, 1884, 29562, 4839, 6, 31, 170.50, 173.91, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29327, 1884, 29563, 441, 9, 31, 37.95, 38.71, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29328, 1884, 29564, 3013, 6, 31, 433.16, 441.82, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29329, 1884, 29565, 380, 6, 31, 12.57, 12.82, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29330, 1884, 29566, 1294, 3, 31, 18.33, 18.70, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29331, 1884, 29567, 4986, 3, 31, 11.42, 11.65, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29332, 1884, 29568, 3284, 3, 31, 3780.00, 3855.60, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29333, 1884, 29569, 4204, 9, 31, 25.29, 25.80, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29334, 1884, 29570, 5589, 9, 31, 153.47, 156.54, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29335, 1884, 29571, 42, 1, 31, 130.00, 132.60, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29336, 1884, 29572, 5712, 1, 31, 213.06, 217.32, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29337, 1884, 29573, 2049, 3, 31, 9.22, 9.40, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29338, 1884, 29574, 5653, 6, 31, 1081.50, 1103.13, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29339, 1884, 29575, 1612, 3, 31, 42.35, 43.20, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29340, 1884, 29576, 1823, 1, 31, 14.44, 14.73, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29341, 1884, 29577, 5730, 1, 31, 25.25, 25.76, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29342, 1884, 29578, 5266, 1, 31, 202.94, 207.00, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29343, 1884, 29579, 3800, 9, 31, 1775.50, 1811.01, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29344, 1884, 29580, 3300, 9, 31, 26.26, 26.79, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29345, 1884, 29581, 3476, 1, 31, 84.63, 86.32, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29346, 1884, 29582, 974, 3, 31, 40.80, 41.62, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29347, 1884, 29583, 4999, 9, 31, 19.36, 19.75, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29348, 1884, 29584, 5690, 6, 31, 26.59, 27.12, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29349, 1884, 29585, 5454, 1, 31, 9973.60, 10173.07, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29350, 1884, 29586, 3455, 9, 31, 5.35, 5.46, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29351, 1884, 29587, 1943, 6, 31, 677.34, 690.89, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29352, 1884, 29588, 997, 6, 31, 114.71, 117.00, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29353, 1884, 29589, 5954, 6, 31, 182.58, 186.23, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29354, 1884, 29590, 1422, 6, 31, 19.60, 19.99, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29355, 1884, 29591, 5853, 9, 31, 387.59, 395.34, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29356, 1884, 29592, 2651, 6, 31, 16.95, 17.29, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29357, 1884, 29593, 2184, 9, 31, 4.68, 4.77, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29358, 1884, 29594, 2957, 9, 31, 1144.00, 1166.88, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29359, 1884, 29595, 3018, 3, 31, 2.60, 2.65, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29360, 1884, 29596, 1163, 6, 31, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29361, 1884, 29597, 2079, 1, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29362, 1884, 29598, 332, 1, 31, 474.63, 484.12, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29363, 1884, 29599, 1912, 6, 31, 3.88, 3.96, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29364, 1884, 29600, 5761, 1, 31, 2.06, 2.10, 1, 1, 'ai_sell', '2024-08-11 12:05:08', '2024-08-11 12:05:08', '2024-08-11 13:06:03'),
(29365, 1798, 29448, 5983, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-08-11 12:09:25', '2024-08-11 12:09:25', '2024-08-11 13:10:03'),
(29366, 1798, 29447, 6115, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-08-11 12:10:43', '2024-08-11 12:10:43', '2024-08-11 13:11:02'),
(29367, 1902, 29601, 5104, 1, 26, 71.70, 72.35, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29368, 1902, 29602, 3907, 1, 26, 26.25, 26.49, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29369, 1902, 29603, 4670, 3, 26, 5.94, 5.99, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29370, 1902, 29604, 5859, 9, 26, 206.70, 208.56, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29371, 1902, 29605, 1236, 6, 26, 104.82, 105.76, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29372, 1902, 29606, 3298, 3, 26, 25.74, 25.97, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29373, 1902, 29607, 4085, 3, 26, 11.29, 11.39, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29374, 1902, 29608, 4938, 9, 26, 9.45, 9.54, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29375, 1902, 29609, 2264, 3, 26, 62.54, 63.10, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29376, 1902, 29610, 1410, 6, 26, 15.44, 15.58, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29377, 1902, 29611, 1206, 3, 26, 10.09, 10.18, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29378, 1902, 29612, 1895, 6, 26, 54.38, 54.87, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29379, 1902, 29613, 661, 6, 26, 6.30, 6.36, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29380, 1902, 29614, 5948, 6, 26, 3.51, 3.54, 1, 1, 'ai_sell', '2024-08-11 12:57:03', '2024-08-11 12:57:03', '2024-08-11 13:58:02'),
(29381, 1902, 29615, 5271, 9, 27, 606.00, 618.12, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:03'),
(29382, 1902, 29616, 5288, 1, 27, 22.50, 22.95, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:03'),
(29383, 1902, 29617, 2779, 6, 27, 8125.67, 8288.18, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29384, 1902, 29618, 6096, 1, 27, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29385, 1902, 29619, 5517, 9, 27, 23.51, 23.98, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29386, 1902, 29620, 5438, 3, 27, 17.22, 17.56, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29387, 1902, 29621, 2888, 6, 27, 7.82, 7.98, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29388, 1902, 29622, 4235, 1, 27, 92.48, 94.33, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29389, 1902, 29623, 1295, 1, 27, 8.35, 8.52, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29390, 1902, 29624, 2881, 9, 27, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29391, 1902, 29625, 25, 1, 27, 8.16, 8.32, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29392, 1902, 29626, 2639, 3, 27, 10.50, 10.71, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29393, 1902, 29627, 89, 3, 27, 121.20, 123.62, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29394, 1902, 29628, 1892, 9, 27, 10.67, 10.88, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29395, 1902, 29629, 3519, 3, 27, 46.17, 47.09, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29396, 1902, 29630, 4353, 1, 27, 524.69, 535.18, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29397, 1902, 29631, 3151, 6, 27, 1043.05, 1063.91, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29398, 1902, 29632, 1876, 6, 27, 32.97, 33.63, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29399, 1902, 29633, 688, 6, 27, 2683.57, 2737.24, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29400, 1902, 29634, 2966, 6, 27, 520.00, 530.40, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29401, 1902, 29635, 5077, 3, 27, 9.17, 9.35, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29402, 1902, 29636, 1842, 6, 27, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29403, 1902, 29637, 261, 9, 27, 21.83, 22.27, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29404, 1902, 29638, 1193, 1, 27, 39.90, 40.70, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29405, 1902, 29639, 5866, 1, 27, 146.76, 149.70, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29406, 1902, 29640, 1397, 3, 27, 602.97, 615.03, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29407, 1902, 29641, 2333, 1, 27, 201.40, 205.43, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29408, 1902, 29642, 4427, 3, 27, 41.81, 42.65, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29409, 1902, 29643, 2860, 6, 27, 55.58, 56.69, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29410, 1902, 29644, 6132, 9, 27, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-11 13:29:03', '2024-08-11 13:29:03', '2024-08-11 14:30:04'),
(29411, 1902, 29645, 1868, 3, 27, 41.16, 41.98, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29412, 1902, 29646, 1694, 1, 27, 15.22, 15.52, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29413, 1902, 29647, 3755, 9, 27, 15.29, 15.60, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29414, 1902, 29648, 6145, 9, 27, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29415, 1902, 29649, 3908, 6, 27, 41.81, 42.65, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29416, 1902, 29650, 1034, 9, 27, 103.99, 106.07, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29417, 1902, 29651, 2959, 1, 27, 384.19, 391.87, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29418, 1902, 29652, 748, 1, 27, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29419, 1902, 29653, 3970, 1, 27, 17.33, 17.68, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29420, 1902, 29654, 1894, 6, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-11 13:29:04', '2024-08-11 13:29:04', '2024-08-11 14:30:04'),
(29421, 1850, 29655, 1927, 6, 24, 38.90, 39.48, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29422, 1850, 29656, 4959, 6, 24, 265.20, 269.18, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29423, 1850, 29657, 1052, 3, 24, 60.59, 61.50, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29424, 1850, 29658, 2181, 9, 24, 8.64, 8.77, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29425, 1850, 29659, 637, 9, 24, 304.98, 309.55, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29426, 1850, 29660, 5352, 3, 24, 17.16, 17.42, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29427, 1850, 29661, 3201, 3, 24, 236.24, 239.78, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29428, 1850, 29662, 58, 1, 24, 33.60, 34.10, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29429, 1850, 29663, 5954, 1, 24, 187.95, 190.77, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29430, 1850, 29664, 1712, 3, 24, 63.60, 64.55, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29431, 1850, 29665, 1014, 1, 24, 114.45, 116.17, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29432, 1850, 29666, 4998, 9, 24, 117.30, 119.06, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29433, 1850, 29667, 5904, 6, 24, 105.06, 106.64, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29434, 1850, 29668, 3350, 6, 24, 41.19, 41.81, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29435, 1850, 29669, 1332, 3, 24, 21.19, 21.51, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29436, 1850, 29670, 6157, 6, 24, 14.40, 14.62, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29437, 1850, 29671, 5622, 3, 24, 7.71, 7.83, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29438, 1850, 29672, 4309, 1, 24, 4.23, 4.29, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29439, 1850, 29673, 1952, 6, 24, 1.31, 1.33, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29440, 1850, 29674, 734, 6, 24, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29441, 1850, 29675, 949, 1, 24, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-11 14:55:03', '2024-08-11 14:55:03', '2024-08-11 15:55:03'),
(29442, 1915, 29676, 2351, 1, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-08-12 03:17:37', '2024-08-12 03:17:37', '2024-08-12 04:18:02'),
(29443, 1915, 29677, 3321, 1, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-08-12 03:20:22', '2024-08-12 03:20:22', '2024-08-12 04:21:02'),
(29444, 1915, 29678, 642, 1, NULL, 2.00, 2.02, 2, 1, 'manual_sell', '2024-08-12 03:28:06', '2024-08-12 03:28:06', '2024-08-12 04:29:02'),
(29445, 1902, 29446, 3219, 5, NULL, 2990.00, 3040.00, 2, 2, 'manual_sell', '2024-08-12 04:51:00', '2024-08-12 04:51:00', '2024-08-12 05:51:02'),
(29446, 1902, 29445, 1242, 5, NULL, 19650.00, 19950.00, 2, 2, 'manual_sell', '2024-08-12 04:51:47', '2024-08-12 04:51:47', '2024-08-12 05:52:02'),
(29447, 1902, 29444, 4163, 5, NULL, 1450.00, 1480.00, 1, 2, 'manual_sell', '2024-08-12 04:52:30', '2024-08-12 04:52:30', '2024-08-12 05:53:02'),
(29448, 1902, 28906, 3043, 1, NULL, 3480.00, 3520.00, 2, 2, 'manual_sell', '2024-08-12 04:53:00', '2024-08-12 04:53:00', '2024-08-12 05:53:02'),
(29449, 1925, 29679, 5532, 1, 30, 126.24, 128.76, 1, 1, 'ai_sell', '2024-08-12 05:05:04', '2024-08-12 05:05:04', '2024-08-12 06:06:02'),
(29450, 1925, 29680, 5166, 6, 30, 241.49, 246.32, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29451, 1925, 29681, 3843, 1, 30, 72.10, 73.54, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29452, 1925, 29682, 1319, 1, 30, 936.00, 954.72, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29453, 1925, 29683, 945, 1, 30, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29454, 1925, 29684, 631, 3, 30, 11.44, 11.67, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29455, 1925, 29685, 413, 6, 30, 31.29, 31.92, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29456, 1925, 29686, 4076, 3, 30, 40.79, 41.61, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29457, 1925, 29687, 1255, 1, 30, 353.50, 360.57, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29458, 1925, 29688, 3722, 3, 30, 2.12, 2.16, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29459, 1925, 29689, 4536, 1, 30, 65.71, 67.02, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29460, 1925, 29690, 2873, 3, 30, 25.74, 26.25, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29461, 1925, 29691, 1920, 9, 30, 40.39, 41.20, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29462, 1925, 29692, 2188, 3, 30, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29463, 1925, 29693, 5995, 9, 30, 202.77, 206.83, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29464, 1925, 29694, 1832, 3, 30, 2.73, 2.78, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29465, 1925, 29695, 4808, 1, 30, 7.37, 7.52, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29466, 1925, 29696, 6152, 9, 30, 25.22, 25.72, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29467, 1925, 29697, 4288, 3, 30, 222.60, 227.05, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29468, 1925, 29698, 3086, 6, 30, 14.55, 14.84, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29469, 1925, 29699, 6030, 9, 30, 20.40, 20.81, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29470, 1925, 29700, 3838, 1, 30, 9.17, 9.35, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29471, 1925, 29701, 2758, 3, 30, 858.50, 875.67, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29472, 1925, 29702, 1452, 1, 30, 28.73, 29.30, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29473, 1925, 29703, 1795, 6, 30, 20.80, 21.22, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29474, 1925, 29704, 1119, 1, 30, 144.20, 147.08, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29475, 1925, 29705, 1640, 3, 30, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29476, 1925, 29706, 1178, 1, 30, 54.07, 55.15, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29477, 1925, 29707, 585, 6, 30, 474.70, 484.19, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29478, 1925, 29708, 813, 3, 30, 11.67, 11.90, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29479, 1925, 29709, 2012, 6, 30, 206.75, 210.89, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29480, 1925, 29710, 6018, 3, 30, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29481, 1925, 29711, 529, 9, 30, 37.43, 38.18, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29482, 1925, 29712, 3900, 6, 30, 484.80, 494.50, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29483, 1925, 29713, 2715, 9, 30, 36.03, 36.75, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29484, 1925, 29714, 1326, 6, 30, 33.89, 34.57, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29485, 1925, 29715, 5800, 1, 30, 1616.00, 1648.32, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29486, 1925, 29716, 351, 9, 30, 70.34, 71.75, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29487, 1925, 29717, 2037, 6, 30, 75.47, 76.98, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29488, 1925, 29718, 5723, 6, 30, 741.60, 756.43, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29489, 1925, 29719, 1100, 9, 30, 115.83, 118.15, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29490, 1925, 29720, 3959, 3, 30, 52.00, 53.04, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29491, 1925, 29721, 4852, 1, 30, 937.37, 956.12, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29492, 1925, 29722, 4584, 3, 30, 314.99, 321.29, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29493, 1925, 29723, 4905, 9, 30, 32.32, 32.97, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29494, 1925, 29724, 2315, 9, 30, 578.55, 590.12, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29495, 1925, 29725, 1988, 6, 30, 6.29, 6.42, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29496, 1925, 29726, 2475, 6, 30, 26.17, 26.69, 1, 1, 'ai_sell', '2024-08-12 05:06:03', '2024-08-12 05:06:03', '2024-08-12 06:07:02'),
(29497, 1925, 29727, 4572, 1, 30, 15.37, 15.68, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29498, 1925, 29728, 85, 9, 30, 180.20, 183.80, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29499, 1925, 29729, 2761, 3, 30, 1378.00, 1405.56, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29500, 1925, 29730, 886, 9, 30, 61.18, 62.40, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29501, 1925, 29731, 4406, 1, 30, 24.47, 24.96, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29502, 1925, 29732, 4716, 3, 30, 60.08, 61.28, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29503, 1925, 29733, 2307, 9, 30, 48.91, 49.89, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29504, 1925, 29734, 4799, 1, 30, 52.52, 53.57, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29505, 1925, 29735, 4742, 6, 30, 40.17, 40.97, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29506, 1925, 29736, 5523, 1, 30, 29.20, 29.78, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29507, 1925, 29737, 1629, 9, 30, 10.16, 10.36, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29508, 1925, 29738, 1724, 9, 30, 2.29, 2.34, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29509, 1925, 29739, 2608, 9, 30, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29510, 1925, 29740, 5757, 3, 30, 4.50, 4.59, 1, 1, 'ai_sell', '2024-08-12 05:06:04', '2024-08-12 05:06:04', '2024-08-12 06:07:02'),
(29511, 1912, 29741, 1485, 3, 29, 567.35, 575.86, 1, 1, 'ai_sell', '2024-08-12 05:11:02', '2024-08-12 05:11:02', '2024-08-12 06:11:02'),
(29512, 1912, 29742, 5884, 3, 29, 20.99, 21.30, 1, 1, 'ai_sell', '2024-08-12 05:11:02', '2024-08-12 05:11:02', '2024-08-12 06:11:02'),
(29513, 1912, 29743, 4533, 6, 29, 29.39, 29.83, 1, 1, 'ai_sell', '2024-08-12 05:11:02', '2024-08-12 05:11:02', '2024-08-12 06:11:02'),
(29514, 1912, 29744, 1449, 6, 29, 15.83, 16.07, 1, 1, 'ai_sell', '2024-08-12 05:11:02', '2024-08-12 05:11:02', '2024-08-12 06:11:02'),
(29515, 1912, 29745, 3432, 9, 29, 602.55, 611.59, 1, 1, 'ai_sell', '2024-08-12 05:11:02', '2024-08-12 05:11:02', '2024-08-12 06:11:02'),
(29516, 1912, 29746, 2622, 9, 29, 29.32, 29.76, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29517, 1912, 29747, 4027, 6, 29, 22.87, 23.21, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29518, 1912, 29748, 1778, 9, 29, 203.00, 206.05, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29519, 1912, 29749, 1069, 9, 29, 20.99, 21.30, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29520, 1912, 29750, 2604, 6, 29, 15.14, 15.37, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29521, 1912, 29751, 5853, 1, 29, 402.79, 408.83, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29522, 1912, 29752, 2761, 1, 29, 1352.00, 1372.28, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29523, 1912, 29753, 994, 3, 29, 37.35, 37.91, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29524, 1912, 29754, 1366, 3, 29, 198.45, 201.43, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29525, 1912, 29755, 4322, 6, 29, 713.44, 724.14, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29526, 1912, 29756, 3209, 9, 29, 22.44, 22.78, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29527, 1912, 29757, 494, 3, 29, 16.67, 16.92, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29528, 1912, 29758, 4089, 9, 29, 19.76, 20.06, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29529, 1912, 29759, 238, 6, 29, 16.80, 17.05, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29530, 1912, 29760, 4741, 3, 29, 11.23, 11.40, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29531, 1912, 29761, 5805, 1, 29, 18.53, 18.81, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29532, 1912, 29762, 2547, 6, 29, 208.00, 211.12, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29533, 1912, 29763, 5906, 6, 29, 136.49, 138.54, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29534, 1912, 29764, 5942, 9, 29, 7.08, 7.19, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29535, 1912, 29765, 1827, 1, 29, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29536, 1912, 29766, 719, 9, 29, 19.05, 19.34, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29537, 1912, 29767, 280, 1, 29, 292.55, 296.94, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29538, 1912, 29768, 2811, 6, 29, 48.29, 49.01, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29539, 1912, 29769, 1057, 3, 29, 32.45, 32.94, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29540, 1912, 29770, 927, 6, 29, 412.12, 418.30, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29541, 1912, 29771, 1612, 3, 29, 41.13, 41.75, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:02'),
(29542, 1912, 29772, 2325, 9, 29, 113.30, 115.00, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29543, 1912, 29773, 1710, 3, 29, 21.00, 21.32, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29544, 1912, 29774, 1128, 1, 29, 376.95, 382.60, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29545, 1912, 29775, 1615, 1, 29, 150.52, 152.78, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29546, 1912, 29776, 2416, 9, 29, 26.16, 26.55, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29547, 1912, 29777, 1720, 1, 29, 1734.00, 1760.01, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29548, 1912, 29778, 2637, 6, 29, 16.47, 16.72, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29549, 1912, 29779, 5311, 6, 29, 105.95, 107.54, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29550, 1912, 29780, 1794, 9, 29, 159.00, 161.39, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29551, 1912, 29781, 4764, 3, 29, 2.44, 2.48, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29552, 1912, 29782, 497, 1, 29, 2058.97, 2089.85, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29553, 1912, 29783, 3622, 9, 29, 917.99, 931.76, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29554, 1912, 29784, 3766, 6, 29, 16.08, 16.32, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29555, 1912, 29785, 2638, 1, 29, 48.29, 49.01, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29556, 1912, 29786, 5453, 9, 29, 255.53, 259.36, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29557, 1912, 29787, 4507, 6, 29, 40.89, 41.50, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29558, 1912, 29788, 5798, 9, 29, 1236.00, 1254.54, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29559, 1912, 29789, 4406, 6, 29, 25.43, 25.81, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29560, 1912, 29790, 2636, 6, 29, 24.51, 24.88, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29561, 1912, 29791, 220, 6, 29, 147.74, 149.96, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29562, 1912, 29792, 5278, 3, 29, 53.11, 53.91, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29563, 1912, 29793, 963, 1, 29, 2.10, 2.13, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29564, 1912, 29794, 5558, 1, 29, 3.06, 3.11, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29565, 1912, 29795, 2023, 3, 29, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29566, 1912, 29796, 2041, 1, 29, 2.10, 2.13, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29567, 1912, 29797, 756, 9, 29, 0.46, 0.47, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29568, 1912, 29798, 1844, 1, 29, 0.30, 0.30, 1, 1, 'ai_sell', '2024-08-12 05:11:03', '2024-08-12 05:11:03', '2024-08-12 06:12:03'),
(29569, 1886, 29799, 3892, 5, NULL, 100.00, 101.00, 3, 1, 'manual_sell', '2024-08-12 06:44:03', '2024-08-12 06:44:03', '2024-08-12 07:45:03'),
(29570, 1886, 29800, 1066, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-12 06:44:35', '2024-08-12 06:44:35', '2024-08-12 07:45:03'),
(29571, 1921, 29801, 3920, 5, NULL, 52.00, 52.52, 1, 1, 'manual_sell', '2024-08-12 07:05:35', '2024-08-12 07:05:35', '2024-08-12 08:06:03'),
(29572, 1920, 29802, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-12 07:10:23', '2024-08-12 07:10:23', '2024-08-12 08:11:02'),
(29573, 1920, 29803, 1582, 5, NULL, 9.00, 9.09, 3, 1, 'manual_sell', '2024-08-12 07:11:37', '2024-08-12 07:11:37', '2024-08-12 08:12:03'),
(29574, 1869, 29805, 3276, 1, 25, 202.00, 205.03, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29575, 1869, 29806, 1296, 6, 25, 47.70, 48.42, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29576, 1869, 29807, 5013, 3, 25, 47.76, 48.48, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29577, 1869, 29808, 5158, 1, 25, 90.72, 92.08, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29578, 1869, 29809, 2456, 1, 25, 12.01, 12.19, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29579, 1869, 29810, 366, 1, 25, 2.13, 2.16, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29580, 1869, 29811, 284, 6, 25, 132.60, 134.59, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29581, 1869, 29812, 3134, 6, 25, 343.53, 348.68, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29582, 1869, 29813, 2019, 1, 25, 227.46, 230.87, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29583, 1869, 29814, 1963, 3, 25, 11.40, 11.57, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29584, 1869, 29815, 5086, 9, 25, 157.03, 159.39, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29585, 1869, 29816, 1970, 6, 25, 175.10, 177.73, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29586, 1869, 29817, 4704, 9, 25, 1.26, 1.28, 1, 1, 'ai_sell', '2024-08-12 08:07:02', '2024-08-12 08:07:02', '2024-08-12 09:07:03'),
(29587, 1850, 29804, 3792, 5, NULL, 230.00, 232.30, 9, 1, 'manual_sell', '2024-08-12 08:07:14', '2024-08-12 08:07:14', '2024-08-12 09:08:02'),
(29588, 1850, 29818, 202, 5, NULL, 104.00, 105.04, 2, 1, 'manual_sell', '2024-08-12 08:13:20', '2024-08-12 08:13:20', '2024-08-12 09:14:02'),
(29589, 1850, 29819, 969, 5, NULL, 4.20, 4.24, 2, 1, 'manual_sell', '2024-08-12 08:14:14', '2024-08-12 08:14:14', '2024-08-12 09:15:03'),
(29590, 1850, 29820, 624, 5, NULL, 1.00, 1.01, 1, 1, 'manual_sell', '2024-08-12 08:14:44', '2024-08-12 08:14:44', '2024-08-12 09:15:03'),
(29591, 1876, 29821, 1200, 6, 28, 9.45, 9.54, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29592, 1876, 29822, 298, 6, 28, 9.52, 9.61, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29593, 1876, 29823, 3453, 9, 28, 16.77, 16.92, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29594, 1876, 29824, 6013, 3, 28, 34.97, 35.28, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29595, 1876, 29825, 2704, 3, 28, 16.32, 16.47, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29596, 1876, 29826, 4948, 1, 28, 19.19, 19.36, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29597, 1876, 29827, 1132, 3, 28, 26.66, 26.90, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29598, 1876, 29828, 1588, 1, 28, 3.18, 3.21, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29599, 1876, 29829, 1031, 3, 28, 10.10, 10.19, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29600, 1876, 29830, 81, 9, 28, 4.16, 4.20, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29601, 1876, 29831, 4764, 6, 28, 2.44, 2.46, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29602, 1876, 29832, 761, 1, 28, 2.59, 2.61, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29603, 1876, 29833, 5764, 9, 28, 1.46, 1.47, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29604, 1876, 29834, 803, 1, 28, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29605, 1876, 29835, 1827, 9, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-12 08:34:03', '2024-08-12 08:34:03', '2024-08-12 09:35:03'),
(29606, 1884, 29836, 4627, 3, 31, 140.39, 143.20, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29607, 1884, 29837, 5535, 3, 31, 323.24, 329.70, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29608, 1884, 29838, 6063, 6, 31, 12.12, 12.36, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29609, 1884, 29839, 3027, 3, 31, 3328.00, 3394.56, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29610, 1884, 29840, 5505, 6, 31, 84.23, 85.91, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29611, 1884, 29841, 4441, 9, 31, 33.92, 34.60, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29612, 1884, 29842, 2924, 3, 31, 30.83, 31.45, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29613, 1884, 29843, 2889, 6, 31, 21.19, 21.61, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29614, 1884, 29844, 467, 6, 31, 37.53, 38.28, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29615, 1884, 29845, 861, 9, 31, 210.94, 215.16, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29616, 1884, 29846, 3208, 1, 31, 1627.50, 1660.05, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29617, 1884, 29847, 530, 3, 31, 12.97, 13.23, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29618, 1884, 29848, 29, 9, 31, 447.20, 456.14, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29619, 1884, 29849, 2235, 6, 31, 31.21, 31.83, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29620, 1884, 29850, 5832, 3, 31, 50.96, 51.98, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29621, 1884, 29851, 6009, 1, 31, 20.12, 20.52, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29622, 1884, 29852, 5223, 1, 31, 734.99, 749.69, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29623, 1884, 29853, 644, 1, 31, 38934.00, 39712.68, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29624, 1884, 29854, 2715, 9, 31, 36.73, 37.46, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29625, 1884, 29855, 5558, 3, 31, 3.15, 3.21, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29626, 1884, 29856, 2937, 9, 31, 808.00, 824.16, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29627, 1884, 29857, 2741, 6, 31, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29628, 1884, 29858, 624, 6, 31, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29629, 1884, 29859, 849, 9, 31, 45.00, 45.90, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29630, 1884, 29860, 5004, 3, 31, 19.76, 20.16, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29631, 1884, 29861, 2623, 1, 31, 9.39, 9.58, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29632, 1884, 29862, 125, 9, 31, 87.36, 89.11, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29633, 1884, 29863, 4497, 6, 31, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29634, 1884, 29864, 5355, 3, 31, 3891.36, 3969.19, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29635, 1884, 29865, 3942, 3, 31, 90.64, 92.45, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29636, 1884, 29866, 5144, 9, 31, 35.34, 36.05, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29637, 1884, 29867, 2699, 6, 31, 40.79, 41.61, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29638, 1884, 29868, 4005, 1, 31, 530.88, 541.50, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29639, 1884, 29869, 1401, 3, 31, 10.70, 10.91, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29640, 1884, 29870, 5208, 9, 31, 176.39, 179.92, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29641, 1884, 29871, 6012, 3, 31, 33.88, 34.56, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29642, 1884, 29872, 1396, 1, 31, 219.98, 224.38, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29643, 1884, 29873, 2162, 6, 31, 50.95, 51.97, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29644, 1884, 29874, 2134, 1, 31, 37.07, 37.81, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29645, 1884, 29875, 551, 3, 31, 28.84, 29.42, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29646, 1884, 29876, 3817, 3, 31, 1044.75, 1065.65, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29647, 1884, 29877, 4348, 9, 31, 241.49, 246.32, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29648, 1884, 29878, 6025, 6, 31, 101.96, 104.00, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29649, 1884, 29879, 2558, 3, 31, 43.85, 44.73, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29650, 1884, 29880, 1133, 6, 31, 26.00, 26.52, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29651, 1884, 29881, 2163, 9, 31, 50.47, 51.48, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29652, 1884, 29882, 3835, 3, 31, 3.92, 4.00, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29653, 1884, 29883, 4343, 1, 31, 174.71, 178.20, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(29654, 1884, 29884, 1894, 1, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29655, 1884, 29885, 1168, 1, 31, 84.80, 86.50, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29656, 1884, 29886, 4784, 3, 31, 20.89, 21.31, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29657, 1884, 29887, 5804, 9, 31, 30.59, 31.20, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29658, 1884, 29888, 3829, 1, 31, 12.08, 12.32, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29659, 1884, 29889, 4965, 3, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-12 13:18:03', '2024-08-12 13:18:03', '2024-08-12 14:19:02'),
(29660, 1884, 29890, 5812, 9, 31, 1.56, 1.59, 1, 1, 'ai_sell', '2024-08-12 13:18:04', '2024-08-12 13:18:04', '2024-08-12 14:19:02'),
(29661, 1884, 29891, 1844, 6, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-12 13:18:04', '2024-08-12 13:18:04', '2024-08-12 14:19:02'),
(29662, 1884, 29892, 1827, 6, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-12 13:18:04', '2024-08-12 13:18:04', '2024-08-12 14:19:02'),
(29663, 1884, 29893, 1827, 1, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-12 13:19:03', '2024-08-12 13:19:03', '2024-08-12 14:20:03'),
(29664, 1798, 29894, 1066, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-12 14:00:15', '2024-08-12 14:00:15', '2024-08-12 15:01:02'),
(29665, 1798, 29895, 116, 5, NULL, 100.00, 101.00, 1, 1, 'manual_sell', '2024-08-12 14:07:01', '2024-08-12 14:07:01', '2024-08-12 15:07:02'),
(29666, 1902, 29896, 2158, 9, 26, 47.25, 47.68, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29667, 1902, 29897, 401, 9, 26, 263.68, 266.05, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29668, 1902, 29898, 1832, 1, 26, 2.78, 2.81, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29669, 1902, 29899, 6099, 1, 26, 8.22, 8.29, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29670, 1902, 29900, 5380, 1, 26, 30.51, 30.78, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29671, 1902, 29901, 3777, 1, 26, 8.22, 8.29, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29672, 1902, 29902, 2585, 1, 26, 20.99, 21.18, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29673, 1902, 29903, 5906, 1, 26, 131.29, 132.47, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29674, 1902, 29904, 5768, 6, 26, 5.54, 5.59, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29675, 1902, 29905, 776, 9, 26, 9.26, 9.34, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29676, 1902, 29906, 4126, 1, 26, 83.81, 84.56, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29677, 1902, 29907, 1740, 1, 26, 3.12, 3.15, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29678, 1902, 29908, 3228, 6, 26, 2.88, 2.91, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29679, 1902, 29909, 1829, 1, 26, 0.79, 0.80, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29680, 1902, 29910, 734, 1, 26, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29681, 1902, 29911, 803, 6, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29682, 1902, 29912, 1894, 1, 26, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29683, 1902, 29913, 1850, 3, 26, 0.58, 0.59, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29684, 1902, 29914, 1827, 6, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-12 14:09:02', '2024-08-12 14:09:02', '2024-08-12 15:09:02'),
(29685, 1902, 29915, 487, 9, 27, 7665.00, 7818.30, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29686, 1902, 29916, 2350, 3, 27, 8.08, 8.24, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29687, 1902, 29917, 3731, 6, 27, 139.76, 142.56, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29688, 1902, 29918, 1396, 1, 27, 222.16, 226.60, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29689, 1902, 29919, 3374, 9, 27, 1530.00, 1560.60, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29690, 1902, 29920, 3313, 6, 27, 14.42, 14.71, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29691, 1902, 29921, 1456, 9, 27, 27.56, 28.11, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29692, 1902, 29922, 5682, 6, 27, 519.95, 530.35, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29693, 1902, 29923, 720, 3, 27, 39.09, 39.87, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29694, 1902, 29924, 3665, 3, 27, 29.63, 30.22, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29695, 1902, 29925, 23, 6, 27, 150.49, 153.50, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29696, 1902, 29926, 4780, 3, 27, 1817.99, 1854.35, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29697, 1902, 29927, 4820, 6, 27, 66.81, 68.15, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29698, 1902, 29928, 3582, 6, 27, 4.12, 4.20, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29699, 1902, 29929, 5395, 9, 27, 88.67, 90.44, 1, 1, 'ai_sell', '2024-08-12 14:41:03', '2024-08-12 14:41:03', '2024-08-12 15:42:02'),
(29700, 1902, 29930, 1603, 1, 27, 35.25, 35.96, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29701, 1902, 29931, 1630, 9, 27, 40.68, 41.49, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29702, 1902, 29932, 3266, 3, 27, 247.21, 252.15, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29703, 1902, 29933, 3945, 1, 27, 46.91, 47.85, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29704, 1902, 29934, 1127, 3, 27, 56.42, 57.55, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29705, 1902, 29935, 940, 6, 27, 72.60, 74.05, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29706, 1902, 29936, 681, 6, 27, 23.10, 23.56, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29707, 1902, 29937, 5297, 6, 27, 101.00, 103.02, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29708, 1902, 29938, 3198, 6, 27, 51.84, 52.88, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29709, 1902, 29939, 4104, 6, 27, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29710, 1902, 29940, 1053, 1, 27, 3.66, 3.73, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29711, 1902, 29941, 147, 1, 27, 72.80, 74.26, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29712, 1902, 29942, 1374, 1, 27, 114.45, 116.74, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29713, 1902, 29943, 2204, 9, 27, 59.36, 60.55, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29714, 1902, 29944, 3958, 6, 27, 412.00, 420.24, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29715, 1902, 29945, 5385, 1, 27, 156.50, 159.63, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29716, 1902, 29946, 3033, 1, 27, 123.73, 126.20, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29717, 1902, 29947, 978, 3, 27, 13.65, 13.92, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29718, 1902, 29948, 2871, 6, 27, 53.41, 54.48, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29719, 1902, 29949, 3784, 3, 27, 96.90, 98.84, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29720, 1902, 29950, 659, 1, 27, 8.40, 8.57, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29721, 1902, 29951, 3779, 6, 27, 60.12, 61.32, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29722, 1902, 29952, 98, 1, 27, 131.58, 134.21, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29723, 1902, 29953, 3041, 9, 27, 16.77, 17.11, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29724, 1902, 29954, 1614, 9, 27, 4.15, 4.23, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29725, 1902, 29955, 5369, 3, 27, 63.59, 64.86, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29726, 1902, 29956, 2701, 1, 27, 20.56, 20.97, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29727, 1902, 29957, 445, 9, 27, 1254.75, 1279.85, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29728, 1902, 29958, 3683, 9, 27, 206.61, 210.74, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29729, 1902, 29959, 1246, 9, 27, 63.00, 64.26, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:02'),
(29730, 1902, 29960, 3330, 9, 27, 21.62, 22.05, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29731, 1902, 29961, 2037, 1, 27, 75.47, 76.98, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29732, 1902, 29962, 337, 1, 27, 16.77, 17.11, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29733, 1902, 29963, 4523, 3, 27, 3.18, 3.24, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29734, 1902, 29964, 5058, 1, 27, 18.89, 19.27, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29735, 1902, 29965, 4906, 1, 27, 3.11, 3.17, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29736, 1902, 29966, 3486, 6, 27, 6.62, 6.75, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29737, 1902, 29967, 1523, 6, 27, 1.58, 1.61, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29738, 1902, 29968, 734, 1, 27, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29739, 1902, 29969, 1827, 3, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-12 14:41:04', '2024-08-12 14:41:04', '2024-08-12 15:42:03'),
(29740, 1925, 30004, 5339, 3, 30, 101.95, 103.99, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29741, 1925, 30005, 4106, 1, 30, 1.37, 1.40, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29742, 1925, 30006, 3524, 6, 30, 814.98, 831.28, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29743, 1925, 30007, 5318, 3, 30, 233.15, 237.81, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29744, 1925, 30008, 5743, 3, 30, 10.09, 10.29, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29745, 1925, 30009, 1106, 6, 30, 260.00, 265.20, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29746, 1925, 30010, 5708, 6, 30, 208.00, 212.16, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29747, 1925, 30011, 1537, 1, 30, 212.74, 216.99, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29748, 1925, 30012, 4159, 9, 30, 28.34, 28.91, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29749, 1925, 30013, 106, 6, 30, 120.77, 123.19, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29750, 1925, 30014, 2989, 6, 30, 97.85, 99.81, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29751, 1925, 30015, 4009, 1, 30, 1010.60, 1030.81, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29752, 1925, 30016, 3858, 6, 30, 72.41, 73.86, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29753, 1925, 30017, 3952, 6, 30, 145.22, 148.12, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29754, 1925, 30018, 1210, 6, 30, 4.28, 4.37, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29755, 1925, 30019, 4269, 3, 30, 111.18, 113.40, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29756, 1925, 30020, 1393, 3, 30, 41.75, 42.59, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29757, 1925, 30021, 1163, 9, 30, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29758, 1925, 30022, 439, 3, 30, 69.90, 71.30, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29759, 1925, 30023, 1924, 1, 30, 11.86, 12.10, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29760, 1925, 30024, 5762, 6, 30, 5.60, 5.71, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29761, 1925, 30025, 4260, 3, 30, 40.27, 41.08, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29762, 1925, 30026, 3431, 3, 30, 307.24, 313.38, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29763, 1925, 30027, 3834, 6, 30, 52.50, 53.55, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29764, 1925, 30028, 3029, 6, 30, 250.95, 255.97, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29765, 1925, 30029, 944, 9, 30, 530.11, 540.71, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29766, 1925, 30030, 5496, 1, 30, 61.60, 62.83, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29767, 1925, 30031, 5692, 6, 30, 12.36, 12.61, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29768, 1925, 30032, 2631, 6, 30, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29769, 1925, 30033, 5185, 1, 30, 325.49, 332.00, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29770, 1925, 30034, 404, 6, 30, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29771, 1925, 30035, 1743, 1, 30, 51.46, 52.49, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29772, 1925, 30036, 1798, 6, 30, 1537.00, 1567.74, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29773, 1925, 30037, 223, 9, 30, 389.54, 397.33, 1, 1, 'ai_sell', '2024-08-13 06:18:03', '2024-08-13 06:18:03', '2024-08-13 07:19:02'),
(29774, 1925, 30038, 3177, 9, 30, 53.54, 54.61, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29775, 1925, 30039, 2264, 3, 30, 60.18, 61.38, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29776, 1925, 30040, 3929, 9, 30, 38.85, 39.63, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29777, 1925, 30041, 707, 3, 30, 246.76, 251.70, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29778, 1925, 30042, 699, 1, 30, 69.68, 71.07, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29779, 1925, 30043, 4951, 6, 30, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29780, 1925, 30044, 4840, 3, 30, 69.42, 70.81, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29781, 1925, 30045, 5239, 9, 30, 32.10, 32.74, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29782, 1925, 30046, 4768, 9, 30, 2.97, 3.03, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29783, 1925, 30047, 3415, 1, 30, 100.98, 103.00, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29784, 1925, 30048, 1923, 3, 30, 16.27, 16.60, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29785, 1925, 30049, 3184, 6, 30, 9.67, 9.86, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29786, 1925, 30050, 4258, 9, 30, 35.93, 36.65, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29787, 1925, 30051, 1200, 1, 30, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29788, 1925, 30052, 1762, 6, 30, 168.00, 171.36, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29789, 1925, 30053, 4166, 3, 30, 373.70, 381.17, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29790, 1925, 30054, 4262, 6, 30, 909.00, 927.18, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29791, 1925, 30055, 3870, 3, 30, 23.92, 24.40, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29792, 1925, 30056, 1053, 6, 30, 3.73, 3.80, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29793, 1925, 30057, 30, 9, 30, 15.60, 15.91, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29794, 1925, 30058, 270, 3, 30, 212.95, 217.21, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29795, 1925, 30059, 248, 6, 30, 959.50, 978.69, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29796, 1925, 30060, 3276, 6, 30, 210.00, 214.20, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29797, 1925, 30061, 5850, 6, 30, 102.96, 105.02, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29798, 1925, 30062, 650, 3, 30, 26.50, 27.03, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29799, 1925, 30063, 2655, 3, 30, 308.88, 315.06, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29800, 1925, 30064, 1278, 1, 30, 357.00, 364.14, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29801, 1925, 30065, 5467, 3, 30, 51.60, 52.63, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29802, 1925, 30066, 3771, 1, 30, 5.50, 5.61, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29803, 1925, 30067, 1955, 3, 30, 3.61, 3.68, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29804, 1925, 30068, 1922, 6, 30, 230.28, 234.89, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29805, 1925, 30069, 3713, 6, 30, 18.80, 19.18, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29806, 1925, 30070, 1494, 1, 30, 42.71, 43.56, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29807, 1925, 30071, 633, 1, 30, 10.60, 10.81, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29808, 1925, 30072, 2639, 6, 30, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29809, 1925, 30073, 691, 3, 30, 6.06, 6.18, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29810, 1925, 30074, 4400, 9, 30, 19.70, 20.09, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29811, 1925, 30075, 3455, 9, 30, 5.45, 5.56, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29812, 1925, 30076, 2649, 9, 30, 6.63, 6.76, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29813, 1925, 30077, 2983, 9, 30, 106.04, 108.16, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29814, 1925, 30078, 6124, 6, 30, 39.77, 40.57, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29815, 1925, 30079, 717, 1, 30, 41.57, 42.40, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29816, 1925, 30080, 654, 3, 30, 54.54, 55.63, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29817, 1925, 30081, 3578, 1, 30, 16.53, 16.86, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29818, 1925, 30082, 91, 3, 30, 197.96, 201.92, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29819, 1925, 30083, 3069, 3, 30, 18.54, 18.91, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29820, 1925, 30084, 292, 1, 30, 101.30, 103.33, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29821, 1925, 30085, 1827, 3, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29822, 1925, 30086, 1894, 1, 30, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-13 06:18:04', '2024-08-13 06:18:04', '2024-08-13 07:19:02'),
(29823, 1912, 30087, 5109, 9, 29, 297.72, 302.19, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29824, 1912, 30088, 3662, 1, 29, 21.96, 22.29, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29825, 1912, 30089, 2554, 3, 29, 8.74, 8.87, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29826, 1912, 30090, 2899, 9, 29, 13.25, 13.45, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29827, 1912, 30091, 1955, 6, 29, 3.57, 3.62, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29828, 1912, 30092, 4977, 1, 29, 5.19, 5.27, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29829, 1912, 30093, 5449, 1, 29, 1341.60, 1361.72, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29830, 1912, 30094, 4917, 3, 29, 18.66, 18.94, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29831, 1912, 30095, 2297, 6, 29, 4.20, 4.26, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29832, 1912, 30096, 3273, 3, 29, 99.98, 101.48, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29833, 1912, 30097, 5238, 6, 29, 205.01, 208.09, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29834, 1912, 30098, 3879, 6, 29, 61.44, 62.36, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29835, 1912, 30099, 1537, 9, 29, 210.74, 213.90, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29836, 1912, 30100, 573, 3, 29, 30.60, 31.06, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29837, 1912, 30101, 1530, 3, 29, 13.77, 13.98, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29838, 1912, 30102, 5961, 9, 29, 13.50, 13.70, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29839, 1912, 30103, 2262, 3, 29, 25.25, 25.63, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29840, 1912, 30104, 2818, 9, 29, 17.84, 18.11, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29841, 1912, 30105, 5750, 9, 29, 8.66, 8.79, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29842, 1912, 30106, 5650, 1, 29, 15.90, 16.14, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29843, 1912, 30107, 3198, 9, 29, 52.34, 53.13, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29844, 1912, 30108, 1508, 6, 29, 306.00, 310.59, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29845, 1912, 30109, 908, 3, 29, 20.28, 20.58, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29846, 1912, 30110, 5573, 6, 29, 71.68, 72.76, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29847, 1912, 30111, 5541, 3, 29, 39.10, 39.69, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29848, 1912, 30112, 3228, 9, 29, 2.91, 2.95, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29849, 1912, 30113, 5385, 1, 29, 164.25, 166.71, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29850, 1912, 30114, 5112, 6, 29, 13.52, 13.72, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29851, 1912, 30115, 1558, 3, 29, 20.46, 20.77, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29852, 1912, 30116, 1534, 6, 29, 33.66, 34.16, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29853, 1912, 30117, 2871, 9, 29, 52.40, 53.19, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29854, 1912, 30118, 5933, 9, 29, 52.60, 53.39, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29855, 1912, 30119, 6103, 6, 29, 32.59, 33.08, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29856, 1912, 30120, 88, 3, 29, 1678.95, 1704.13, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29857, 1912, 30121, 3696, 3, 29, 30.28, 30.73, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29858, 1912, 30122, 1196, 9, 29, 123.60, 125.45, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29859, 1912, 30123, 5212, 6, 29, 60.89, 61.80, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29860, 1912, 30124, 3028, 3, 29, 74.16, 75.27, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29861, 1912, 30125, 6023, 1, 29, 11.71, 11.89, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29862, 1912, 30126, 5654, 9, 29, 35.70, 36.24, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29863, 1912, 30127, 2495, 6, 29, 35.69, 36.23, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29864, 1912, 30128, 4075, 6, 29, 19.57, 19.86, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29865, 1912, 30129, 1576, 1, 29, 2.63, 2.67, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29866, 1912, 30130, 2528, 1, 29, 180.20, 182.90, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29867, 1912, 30131, 5078, 6, 29, 62.39, 63.33, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29868, 1912, 30132, 2829, 6, 29, 11.01, 11.18, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29869, 1912, 30133, 4613, 1, 29, 382.71, 388.45, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29870, 1912, 30134, 3667, 3, 29, 19.18, 19.47, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29871, 1912, 30135, 1800, 9, 29, 170.10, 172.65, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29872, 1912, 30136, 2199, 9, 29, 30.90, 31.36, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29873, 1912, 30137, 1540, 6, 29, 33.99, 34.50, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29874, 1912, 30138, 5101, 1, 29, 229.83, 233.28, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29875, 1912, 30139, 5220, 9, 29, 105.05, 106.63, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29876, 1912, 30140, 3532, 6, 29, 8.09, 8.21, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29877, 1912, 30141, 3563, 3, 29, 10.09, 10.24, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29878, 1912, 30142, 5749, 3, 29, 6.71, 6.81, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29879, 1912, 30143, 2243, 1, 29, 1356.60, 1376.95, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29880, 1912, 30144, 1652, 3, 29, 14.30, 14.51, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29881, 1912, 30145, 4275, 6, 29, 19.57, 19.86, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29882, 1912, 30146, 1302, 9, 29, 185.40, 188.18, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29883, 1912, 30147, 6008, 9, 29, 98.98, 100.46, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29884, 1912, 30148, 5194, 9, 29, 1248.00, 1266.72, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29885, 1912, 30149, 4521, 3, 29, 13.38, 13.58, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29886, 1912, 30150, 5785, 9, 29, 5.75, 5.84, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29887, 1912, 30151, 2322, 1, 29, 59.84, 60.74, 1, 1, 'ai_sell', '2024-08-13 06:23:03', '2024-08-13 06:23:03', '2024-08-13 07:24:02'),
(29888, 1912, 30152, 3884, 3, 29, 41.99, 42.62, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29889, 1912, 30153, 3082, 9, 29, 12.10, 12.28, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29890, 1912, 30154, 3268, 6, 29, 2.12, 2.15, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29891, 1912, 30155, 2648, 9, 29, 13.77, 13.98, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29892, 1912, 30156, 2534, 9, 29, 10.47, 10.63, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29893, 1912, 30157, 234, 1, 29, 527.57, 535.48, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29894, 1912, 30158, 5187, 3, 29, 95.60, 97.03, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29895, 1912, 30159, 681, 1, 29, 22.88, 23.22, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29896, 1912, 30160, 3315, 3, 29, 9.09, 9.23, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29897, 1912, 30161, 344, 1, 29, 349.87, 355.12, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29898, 1912, 30162, 5549, 3, 29, 8.63, 8.76, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29899, 1912, 30163, 5784, 6, 29, 624.00, 633.36, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29900, 1912, 30164, 1175, 9, 29, 56.10, 56.94, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29901, 1912, 30165, 820, 3, 29, 24.89, 25.26, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29902, 1912, 30166, 2285, 9, 29, 92.70, 94.09, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29903, 1912, 30167, 4077, 1, 29, 47.25, 47.96, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29904, 1912, 30168, 5748, 1, 29, 10.39, 10.55, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29905, 1912, 30169, 2307, 1, 29, 49.85, 50.60, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29906, 1912, 30170, 5702, 1, 29, 47.23, 47.94, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29907, 1912, 30171, 5270, 6, 29, 8.65, 8.78, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29908, 1912, 30172, 4924, 6, 29, 158.53, 160.91, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29909, 1912, 30173, 2502, 3, 29, 197.60, 200.56, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29910, 1912, 30174, 2778, 9, 29, 31.38, 31.85, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29911, 1912, 30175, 5723, 6, 29, 741.60, 752.72, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29912, 1912, 30176, 158, 9, 29, 48.00, 48.72, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29913, 1912, 30177, 1280, 3, 29, 20.89, 21.20, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29914, 1912, 30178, 235, 9, 29, 218.33, 221.60, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29915, 1912, 30179, 4688, 3, 29, 25.24, 25.62, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29916, 1912, 30180, 1911, 9, 29, 23.74, 24.10, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29917, 1912, 30181, 4704, 6, 29, 1.31, 1.33, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29918, 1912, 30182, 1020, 1, 29, 6.32, 6.41, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29919, 1912, 30183, 3426, 3, 29, 25.43, 25.81, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29920, 1912, 30184, 233, 1, 29, 3.06, 3.11, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29921, 1912, 30185, 3856, 1, 29, 41.70, 42.33, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29922, 1912, 30186, 4024, 3, 29, 17.50, 17.76, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29923, 1912, 30187, 5786, 9, 29, 13.05, 13.25, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29924, 1912, 30188, 6026, 3, 29, 12.24, 12.42, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29925, 1912, 30189, 4699, 9, 29, 15.36, 15.59, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29926, 1912, 30190, 639, 6, 29, 4.20, 4.26, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29927, 1912, 30191, 967, 9, 29, 3.09, 3.14, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29928, 1912, 30192, 3296, 1, 29, 1.20, 1.22, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29929, 1912, 30193, 1827, 6, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-13 06:23:04', '2024-08-13 06:23:04', '2024-08-13 07:24:02'),
(29930, 1886, 30194, 35, 5, NULL, 31.00, 31.31, 10, 1, 'manual_sell', '2024-08-13 07:47:32', '2024-08-13 07:47:32', '2024-08-13 08:48:03'),
(29931, 1921, 30196, 3057, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-08-13 08:09:57', '2024-08-13 08:09:57', '2024-08-13 09:10:03'),
(29932, 1921, 30195, 3857, 5, NULL, 40.00, 40.40, 1, 1, 'manual_sell', '2024-08-13 08:10:30', '2024-08-13 08:10:30', '2024-08-13 09:11:02'),
(29933, 1920, 30197, 1374, 5, NULL, 110.00, 111.10, 3, 1, 'manual_sell', '2024-08-13 08:13:34', '2024-08-13 08:13:34', '2024-08-13 09:14:02'),
(29934, 1869, 30198, 6143, 3, 25, 31.49, 31.96, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29935, 1869, 30199, 90, 6, 25, 204.97, 208.04, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29936, 1869, 30200, 5878, 6, 25, 363.60, 369.05, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29937, 1869, 30201, 4859, 6, 25, 7.59, 7.70, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29938, 1869, 30202, 3315, 6, 25, 9.27, 9.41, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29939, 1869, 30203, 5763, 9, 25, 707.00, 717.61, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29940, 1869, 30204, 735, 6, 25, 2.27, 2.30, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29941, 1869, 30205, 4668, 6, 25, 1.48, 1.50, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29942, 1869, 30206, 3594, 3, 25, 21.91, 22.24, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29943, 1869, 30207, 3180, 9, 25, 12.11, 12.29, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29944, 1869, 30208, 5990, 1, 25, 4.86, 4.93, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29945, 1869, 30209, 5533, 9, 25, 18.17, 18.44, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29946, 1869, 30210, 879, 1, 25, 49.09, 49.83, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29947, 1869, 30211, 1277, 9, 25, 34.80, 35.32, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29948, 1869, 30212, 1585, 9, 25, 1.59, 1.61, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29949, 1869, 30213, 1827, 6, 25, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29950, 1869, 30214, 1887, 3, 25, 1.57, 1.59, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29951, 1869, 30215, 803, 1, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29952, 1869, 30216, 734, 1, 25, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29953, 1869, 30217, 1827, 9, 25, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-13 09:18:02', '2024-08-13 09:18:02', '2024-08-13 10:18:02'),
(29954, 1850, 30218, 700, 9, 32, 43.96, 44.62, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29955, 1850, 30219, 30, 3, 32, 15.15, 15.38, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29956, 1850, 30220, 2891, 1, 32, 31.80, 32.28, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29957, 1850, 30221, 4522, 9, 32, 5.04, 5.12, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29958, 1850, 30222, 5210, 3, 32, 35.69, 36.23, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29959, 1850, 30223, 385, 1, 32, 171.84, 174.42, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29960, 1850, 30224, 2496, 1, 32, 111.77, 113.45, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29961, 1850, 30225, 4114, 1, 32, 304.50, 309.07, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29962, 1850, 30226, 5372, 1, 32, 166.39, 168.89, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29963, 1850, 30227, 2515, 6, 32, 80.53, 81.74, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29964, 1850, 30228, 4502, 6, 32, 936.00, 950.04, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29965, 1850, 30229, 1270, 9, 32, 9.43, 9.57, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29966, 1850, 30230, 1177, 1, 32, 6.12, 6.21, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29967, 1850, 30231, 4258, 1, 32, 37.34, 37.90, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29968, 1850, 30232, 1022, 3, 32, 28.28, 28.70, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29969, 1850, 30233, 2350, 9, 32, 8.40, 8.53, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29970, 1850, 30234, 2103, 9, 32, 4.08, 4.14, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29971, 1850, 30235, 1353, 1, 32, 2.15, 2.18, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29972, 1850, 30236, 6104, 6, 32, 1.50, 1.52, 1, 1, 'ai_sell', '2024-08-13 09:25:04', '2024-08-13 09:25:04', '2024-08-13 10:26:02'),
(29973, 1876, 30237, 2622, 3, 28, 30.77, 31.05, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29974, 1876, 30238, 6066, 9, 28, 15.99, 16.13, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29975, 1876, 30239, 2550, 3, 28, 29.98, 30.25, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29976, 1876, 30240, 5270, 6, 28, 8.57, 8.65, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29977, 1876, 30241, 1504, 1, 28, 30.95, 31.23, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29978, 1876, 30242, 3390, 6, 28, 20.58, 20.77, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29979, 1876, 30243, 5762, 6, 28, 5.60, 5.65, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29980, 1876, 30244, 4465, 1, 28, 15.59, 15.73, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29981, 1876, 30245, 734, 1, 28, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29982, 1876, 30246, 1827, 1, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-13 09:46:03', '2024-08-13 09:46:03', '2024-08-13 10:47:02'),
(29983, 1876, 30247, 1827, 1, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-13 09:47:03', '2024-08-13 09:47:03', '2024-08-13 10:48:02'),
(29984, 1915, 30002, 2337, 1, NULL, 31.00, 31.31, 3, 1, 'manual_sell', '2024-08-13 10:58:59', '2024-08-13 10:58:59', '2024-08-13 11:59:02'),
(29985, 1915, 30003, 1731, 1, NULL, 3.00, 3.03, 5, 1, 'manual_sell', '2024-08-13 11:00:13', '2024-08-13 11:00:13', '2024-08-13 12:01:02'),
(29986, 1884, 30248, 730, 9, 31, 71.24, 72.66, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29987, 1884, 30249, 232, 3, 31, 33.80, 34.48, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29988, 1884, 30250, 3333, 6, 31, 6.10, 6.22, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29989, 1884, 30251, 4343, 1, 31, 169.67, 173.06, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29990, 1884, 30252, 4211, 1, 31, 36.74, 37.47, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29991, 1884, 30253, 1927, 3, 31, 38.15, 38.91, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29992, 1884, 30254, 4297, 6, 31, 62.58, 63.83, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29993, 1884, 30255, 2089, 6, 31, 184.80, 188.50, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29994, 1884, 30256, 1014, 9, 31, 113.36, 115.63, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29995, 1884, 30257, 2387, 6, 31, 43.60, 44.47, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29996, 1884, 30258, 1231, 3, 31, 46.80, 47.74, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29997, 1884, 30259, 1249, 3, 31, 40.40, 41.21, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29998, 1884, 30260, 5407, 9, 31, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(29999, 1884, 30261, 4125, 1, 31, 252.27, 257.32, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30000, 1884, 30262, 3632, 1, 31, 8.00, 8.16, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30001, 1884, 30263, 2485, 1, 31, 145.22, 148.12, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30002, 1884, 30264, 801, 1, 31, 10.83, 11.05, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30003, 1884, 30265, 35, 6, 31, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30004, 1884, 30266, 2701, 3, 31, 20.56, 20.97, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30005, 1884, 30267, 1859, 9, 31, 3.64, 3.71, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30006, 1884, 30268, 5148, 1, 31, 635.99, 648.71, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30007, 1884, 30269, 4268, 9, 31, 832.33, 848.98, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30008, 1884, 30270, 1640, 1, 31, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30009, 1884, 30271, 4787, 3, 31, 32.23, 32.87, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30010, 1884, 30272, 5869, 1, 31, 8.10, 8.26, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30011, 1884, 30273, 881, 6, 31, 901.00, 919.02, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30012, 1884, 30274, 4108, 3, 31, 41.99, 42.83, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30013, 1884, 30275, 5718, 1, 31, 154.50, 157.59, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30014, 1884, 30276, 4021, 3, 31, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30015, 1884, 30277, 1686, 3, 31, 588.54, 600.31, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30016, 1884, 30278, 5847, 6, 31, 72.80, 74.26, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30017, 1884, 30279, 5187, 6, 31, 92.90, 94.76, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30018, 1884, 30280, 1984, 1, 31, 272.99, 278.45, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30019, 1884, 30281, 2360, 6, 31, 52.51, 53.56, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30020, 1884, 30282, 5318, 9, 31, 224.35, 228.84, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30021, 1884, 30283, 911, 9, 31, 14.49, 14.78, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30022, 1884, 30284, 4326, 1, 31, 108.14, 110.30, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30023, 1884, 30285, 226, 6, 31, 17.57, 17.92, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30024, 1884, 30286, 2480, 3, 31, 292.90, 298.76, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30025, 1884, 30287, 4015, 9, 31, 22.27, 22.72, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30026, 1884, 30288, 1943, 6, 31, 651.78, 664.82, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30027, 1884, 30289, 2436, 3, 31, 15.04, 15.34, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(30028, 1884, 30290, 3870, 9, 31, 23.23, 23.69, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30029, 1884, 30291, 19, 6, 31, 5.10, 5.20, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30030, 1884, 30292, 1362, 1, 31, 44.10, 44.98, 1, 1, 'ai_sell', '2024-08-13 14:31:03', '2024-08-13 14:31:03', '2024-08-13 15:32:02'),
(30031, 1884, 30293, 950, 9, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30032, 1884, 30294, 3314, 6, 31, 50.49, 51.50, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30033, 1884, 30295, 1824, 6, 31, 128.74, 131.31, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30034, 1884, 30296, 3382, 9, 31, 2.40, 2.45, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30035, 1884, 30297, 5468, 9, 31, 42.63, 43.48, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30036, 1884, 30298, 1003, 9, 31, 15.68, 15.99, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30037, 1884, 30299, 5642, 6, 31, 116.60, 118.93, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30038, 1884, 30300, 3474, 3, 31, 92.70, 94.55, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30039, 1884, 30301, 1753, 6, 31, 191.90, 195.74, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30040, 1884, 30302, 5357, 9, 31, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30041, 1884, 30303, 3456, 6, 31, 101.97, 104.01, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30042, 1884, 30304, 2495, 9, 31, 36.39, 37.12, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30043, 1884, 30305, 3140, 9, 31, 275.40, 280.91, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30044, 1884, 30306, 3447, 3, 31, 539.72, 550.51, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30045, 1884, 30307, 1720, 1, 31, 1751.00, 1786.02, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30046, 1884, 30308, 1528, 9, 31, 4179.00, 4262.58, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30047, 1884, 30309, 5585, 9, 31, 14.37, 14.66, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30048, 1884, 30310, 5498, 9, 31, 38.04, 38.80, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30049, 1884, 30311, 4369, 1, 31, 11550.00, 11781.00, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30050, 1884, 30312, 4879, 3, 31, 47.24, 48.18, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30051, 1884, 30313, 1208, 6, 31, 3.02, 3.08, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30052, 1884, 30314, 5584, 9, 31, 272.89, 278.35, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30053, 1884, 30315, 503, 1, 31, 1285.44, 1311.15, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30054, 1884, 30316, 3497, 3, 31, 28.05, 28.61, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30055, 1884, 30317, 4332, 1, 31, 1663.99, 1697.27, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30056, 1884, 30318, 3640, 6, 31, 21.19, 21.61, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30057, 1884, 30319, 2506, 1, 31, 115.50, 117.81, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30058, 1884, 30320, 14, 3, 31, 509.04, 519.22, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30059, 1884, 30321, 3834, 3, 31, 53.00, 54.06, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30060, 1884, 30322, 5819, 9, 31, 6.02, 6.14, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30061, 1884, 30323, 838, 3, 31, 16.35, 16.68, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30062, 1884, 30324, 2947, 3, 31, 525.00, 535.50, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30063, 1884, 30325, 5125, 9, 31, 237.88, 242.64, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30064, 1884, 30326, 1593, 1, 31, 35.17, 35.87, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30065, 1884, 30327, 4252, 1, 31, 200.99, 205.01, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30066, 1884, 30328, 2426, 1, 31, 518.96, 529.34, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30067, 1884, 30329, 1617, 1, 31, 17.06, 17.40, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30068, 1884, 30330, 915, 6, 31, 52.50, 53.55, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30069, 1884, 30331, 4133, 9, 31, 339.90, 346.70, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30070, 1884, 30332, 4380, 6, 31, 5.04, 5.14, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30071, 1884, 30333, 3662, 3, 31, 22.39, 22.84, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30072, 1884, 30334, 5977, 3, 31, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30073, 1884, 30335, 825, 9, 31, 191.35, 195.18, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30074, 1884, 30336, 2241, 3, 31, 91.37, 93.20, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:02'),
(30075, 1884, 30337, 4502, 9, 31, 918.00, 936.36, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30076, 1884, 30338, 5850, 1, 31, 103.95, 106.03, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30077, 1884, 30339, 5888, 3, 31, 2444.00, 2492.88, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30078, 1884, 30340, 3645, 1, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30079, 1884, 30341, 2167, 6, 31, 228.90, 233.48, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30080, 1884, 30342, 1952, 1, 31, 1.37, 1.40, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30081, 1884, 30343, 4207, 3, 31, 8320.00, 8486.40, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30082, 1884, 30344, 4768, 1, 31, 2.89, 2.95, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30083, 1884, 30345, 2812, 9, 31, 195.21, 199.11, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30084, 1884, 30346, 1143, 6, 31, 7855.12, 8012.22, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30085, 1884, 30347, 2955, 9, 31, 19.23, 19.61, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30086, 1884, 30348, 5844, 1, 31, 123.60, 126.07, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30087, 1884, 30349, 3758, 6, 31, 59.78, 60.98, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30088, 1884, 30350, 1010, 1, 31, 1713.47, 1747.74, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30089, 1884, 30351, 1051, 3, 31, 61.80, 63.04, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30090, 1884, 30352, 3587, 3, 31, 7.33, 7.48, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30091, 1884, 30353, 3773, 9, 31, 3.81, 3.89, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30092, 1884, 30354, 1260, 9, 31, 402.60, 410.65, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30093, 1884, 30355, 3709, 9, 31, 3.53, 3.60, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30094, 1884, 30356, 1685, 9, 31, 30.29, 30.90, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30095, 1884, 30357, 3476, 3, 31, 81.41, 83.04, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30096, 1884, 30358, 3441, 3, 31, 27.03, 27.57, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30097, 1884, 30359, 4965, 3, 31, 9.09, 9.27, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30098, 1884, 30360, 5625, 6, 31, 4.74, 4.83, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30099, 1884, 30361, 5398, 6, 31, 515.43, 525.74, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30100, 1884, 30362, 3138, 1, 31, 51.31, 52.34, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30101, 1884, 30363, 1139, 9, 31, 18.38, 18.75, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30102, 1884, 30364, 4747, 1, 31, 53.51, 54.58, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30103, 1884, 30365, 1270, 6, 31, 9.08, 9.26, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30104, 1884, 30366, 5586, 6, 31, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30105, 1884, 30367, 756, 9, 31, 0.47, 0.48, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30106, 1884, 30368, 1844, 3, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30107, 1884, 30369, 1894, 6, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-13 14:31:04', '2024-08-13 14:31:04', '2024-08-13 15:32:03'),
(30108, 1902, 30370, 2060, 6, 26, 186.46, 188.14, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30109, 1902, 30371, 1386, 1, 26, 9.02, 9.10, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30110, 1902, 30372, 2032, 3, 26, 40.17, 40.53, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30111, 1902, 30373, 4157, 9, 26, 89.43, 90.23, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30112, 1902, 30374, 762, 1, 26, 127.09, 128.23, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30113, 1902, 30375, 4955, 3, 26, 11.21, 11.31, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30114, 1902, 30376, 5237, 1, 26, 103.01, 103.94, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30115, 1902, 30377, 3825, 9, 26, 24.14, 24.36, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:03'),
(30116, 1902, 30378, 768, 9, 26, 4.41, 4.45, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:04'),
(30117, 1902, 30379, 5052, 1, 26, 8.85, 8.93, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:04'),
(30118, 1902, 30380, 6010, 1, 26, 4.97, 5.01, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:04'),
(30119, 1902, 30381, 3586, 1, 26, 5.60, 5.65, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:04'),
(30120, 1902, 30382, 2617, 6, 26, 6.44, 6.50, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:04'),
(30121, 1902, 30383, 2297, 9, 26, 4.20, 4.24, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:04'),
(30122, 1902, 30384, 734, 9, 26, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-13 15:19:03', '2024-08-13 15:19:03', '2024-08-13 16:20:04'),
(30123, 1902, 30385, 1736, 1, 27, 33.18, 33.84, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30124, 1902, 30386, 1874, 9, 27, 8.14, 8.30, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30125, 1902, 30387, 3277, 6, 27, 38.08, 38.84, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30126, 1902, 30388, 1174, 9, 27, 29.57, 30.16, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30127, 1902, 30389, 93, 6, 27, 17.51, 17.86, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30128, 1902, 30390, 2421, 6, 27, 707.00, 721.14, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30129, 1902, 30391, 338, 3, 27, 2740.42, 2795.23, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30130, 1902, 30392, 4215, 3, 27, 612.00, 624.24, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30131, 1902, 30393, 2920, 6, 27, 435.68, 444.39, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30132, 1902, 30394, 5768, 1, 27, 5.76, 5.88, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30133, 1902, 30395, 5795, 6, 27, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30134, 1902, 30396, 2833, 9, 27, 41.46, 42.29, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30135, 1902, 30397, 4251, 3, 27, 23.22, 23.68, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30136, 1902, 30398, 5675, 9, 27, 5555.00, 5666.10, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30137, 1902, 30399, 926, 6, 27, 178.35, 181.92, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30138, 1902, 30400, 1556, 3, 27, 103.95, 106.03, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30139, 1902, 30401, 5765, 1, 27, 9.35, 9.54, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30140, 1902, 30402, 6033, 1, 27, 631.55, 644.18, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30141, 1902, 30403, 4827, 3, 27, 17.51, 17.86, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30142, 1902, 30404, 3596, 1, 27, 51.45, 52.48, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30143, 1902, 30405, 1928, 3, 27, 4.98, 5.08, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30144, 1902, 30406, 3379, 1, 27, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30145, 1902, 30407, 1177, 9, 27, 5.89, 6.01, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30146, 1902, 30408, 4049, 9, 27, 182.58, 186.23, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30147, 1902, 30409, 2609, 1, 27, 27.55, 28.10, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30148, 1902, 30410, 1835, 6, 27, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30149, 1902, 30411, 914, 3, 27, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30150, 1902, 30412, 6009, 1, 27, 19.17, 19.55, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30151, 1902, 30413, 2172, 6, 27, 28.37, 28.94, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30152, 1902, 30414, 1052, 6, 27, 60.59, 61.80, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30153, 1902, 30415, 4762, 1, 27, 49.69, 50.68, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30154, 1902, 30416, 4725, 6, 27, 362.59, 369.84, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30155, 1902, 30417, 620, 9, 27, 3.15, 3.21, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30156, 1902, 30418, 2467, 1, 27, 34.17, 34.85, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30157, 1902, 30419, 4297, 3, 27, 60.77, 61.99, 1, 1, 'ai_sell', '2024-08-13 15:53:03', '2024-08-13 15:53:03', '2024-08-13 16:54:02'),
(30158, 1902, 30420, 5165, 1, 27, 862.37, 879.62, 1, 1, 'ai_sell', '2024-08-13 15:53:04', '2024-08-13 15:53:04', '2024-08-13 16:54:02'),
(30159, 1902, 30421, 3501, 6, 27, 9.09, 9.27, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:03'),
(30160, 1902, 30422, 835, 3, 27, 22.84, 23.30, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:03'),
(30161, 1902, 30423, 4308, 6, 27, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:03'),
(30162, 1902, 30424, 5390, 9, 27, 89.76, 91.56, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:03'),
(30163, 1902, 30425, 2055, 3, 27, 239.99, 244.79, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:03'),
(30164, 1902, 30426, 2180, 3, 27, 14.28, 14.57, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30165, 1902, 30427, 3242, 1, 27, 22.01, 22.45, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30166, 1902, 30428, 1671, 1, 27, 81.59, 83.22, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30167, 1902, 30429, 2492, 1, 27, 18.82, 19.20, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30168, 1902, 30430, 5533, 9, 27, 18.89, 19.27, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30169, 1902, 30431, 573, 6, 27, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30170, 1902, 30432, 1933, 6, 27, 35.23, 35.93, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30171, 1902, 30433, 1492, 6, 27, 65.91, 67.23, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30172, 1902, 30434, 2490, 9, 27, 18.32, 18.69, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30173, 1902, 30435, 4577, 3, 27, 31.31, 31.94, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30174, 1902, 30436, 3218, 1, 27, 393.75, 401.63, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30175, 1902, 30437, 2362, 1, 27, 19.91, 20.31, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30176, 1902, 30438, 199, 1, 27, 5.65, 5.76, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30177, 1902, 30439, 3204, 3, 27, 76.89, 78.43, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30178, 1902, 30440, 5279, 3, 27, 206.00, 210.12, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30179, 1902, 30441, 1757, 3, 27, 78.00, 79.56, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30180, 1902, 30442, 3417, 9, 27, 29.14, 29.72, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30181, 1902, 30443, 1808, 6, 27, 31.80, 32.44, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30182, 1902, 30444, 3450, 6, 27, 5.15, 5.25, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30183, 1902, 30445, 1417, 3, 27, 98.06, 100.02, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30184, 1902, 30446, 5300, 9, 27, 602.75, 614.81, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30185, 1902, 30447, 3508, 3, 27, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30186, 1902, 30448, 1473, 1, 27, 21.75, 22.19, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30187, 1902, 30449, 2357, 3, 27, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30188, 1902, 30450, 1233, 6, 27, 20.93, 21.35, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30189, 1902, 30451, 1869, 6, 27, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-13 15:54:03', '2024-08-13 15:54:03', '2024-08-13 16:55:04'),
(30190, 1798, 30452, 3109, 5, NULL, 250.00, 252.50, 1, 1, 'manual_sell', '2024-08-13 16:03:21', '2024-08-13 16:03:21', '2024-08-13 17:04:02'),
(30191, 1798, 30453, 3179, 5, NULL, 76.00, 76.76, 1, 1, 'manual_sell', '2024-08-13 16:12:33', '2024-08-13 16:12:33', '2024-08-13 17:13:03'),
(30192, 1925, 30454, 574, 1, 30, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30193, 1925, 30455, 1731, 1, 30, 2.08, 2.12, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30194, 1925, 30456, 4569, 3, 30, 131.58, 134.21, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30195, 1925, 30457, 3247, 1, 30, 40.80, 41.62, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30196, 1925, 30458, 308, 3, 30, 7.77, 7.93, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30197, 1925, 30459, 4292, 9, 30, 381.75, 389.39, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30198, 1925, 30460, 1928, 6, 30, 4.79, 4.89, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30199, 1925, 30461, 5857, 9, 30, 7.17, 7.31, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30200, 1925, 30462, 5626, 1, 30, 168.00, 171.36, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30201, 1925, 30463, 805, 9, 30, 5.88, 6.00, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30202, 1925, 30464, 2191, 1, 30, 13.39, 13.66, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30203, 1925, 30465, 5716, 3, 30, 257.50, 262.65, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30204, 1925, 30466, 16, 6, 30, 12.72, 12.97, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30205, 1925, 30467, 4880, 1, 30, 8.15, 8.31, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30206, 1925, 30468, 5780, 9, 30, 566.50, 577.83, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30207, 1925, 30469, 3194, 3, 30, 5.20, 5.30, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30208, 1925, 30470, 3594, 3, 30, 20.88, 21.30, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30209, 1925, 30471, 5605, 3, 30, 234.60, 239.29, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30210, 1925, 30472, 4012, 3, 30, 13.60, 13.87, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30211, 1925, 30473, 3267, 6, 30, 3.02, 3.08, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30212, 1925, 30474, 4664, 3, 30, 11.03, 11.25, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30213, 1925, 30475, 727, 1, 30, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30214, 1925, 30476, 2428, 6, 30, 4337.95, 4424.71, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30215, 1925, 30477, 641, 1, 30, 1924.00, 1962.48, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30216, 1925, 30478, 5128, 3, 30, 336.55, 343.28, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30217, 1925, 30479, 1357, 3, 30, 49.69, 50.68, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30218, 1925, 30480, 5871, 6, 30, 2060.00, 2101.20, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30219, 1925, 30481, 4039, 1, 30, 19.47, 19.86, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30220, 1925, 30482, 3848, 9, 30, 198.90, 202.88, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30221, 1925, 30483, 2160, 1, 30, 107.10, 109.24, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30222, 1925, 30484, 5061, 3, 30, 170.65, 174.06, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30223, 1925, 30485, 1681, 6, 30, 17.60, 17.95, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30224, 1925, 30486, 4842, 3, 30, 94.80, 96.70, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30225, 1925, 30487, 148, 6, 30, 10.64, 10.85, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30226, 1925, 30488, 3025, 9, 30, 61.80, 63.04, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30227, 1925, 30489, 914, 9, 30, 10.59, 10.80, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30228, 1925, 30490, 2257, 1, 30, 323.30, 329.77, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30229, 1925, 30491, 2717, 9, 30, 112.35, 114.60, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30230, 1925, 30492, 603, 1, 30, 10.30, 10.51, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30231, 1925, 30493, 1144, 1, 30, 36.57, 37.30, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30232, 1925, 30494, 4440, 3, 30, 27.27, 27.82, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30233, 1925, 30495, 1460, 1, 30, 27.29, 27.84, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30234, 1925, 30496, 5444, 9, 30, 3.77, 3.85, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30235, 1925, 30497, 5000, 3, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30236, 1925, 30498, 3449, 9, 30, 12.35, 12.60, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30237, 1925, 30499, 3660, 6, 30, 7.34, 7.49, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30238, 1925, 30500, 395, 1, 30, 15.60, 15.91, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30239, 1925, 30501, 3533, 3, 30, 2.49, 2.54, 1, 1, 'ai_sell', '2024-08-14 07:30:04', '2024-08-14 07:30:04', '2024-08-14 08:31:03'),
(30240, 1912, 30502, 1104, 6, 29, 1530.32, 1553.27, 1, 1, 'ai_sell', '2024-08-14 07:34:03', '2024-08-14 07:34:03', '2024-08-14 08:35:03'),
(30241, 1912, 30503, 3457, 1, 29, 951.83, 966.11, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30242, 1912, 30504, 6077, 6, 29, 28.61, 29.04, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30243, 1912, 30505, 2418, 9, 29, 148.40, 150.63, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30244, 1912, 30506, 4560, 1, 29, 23.62, 23.97, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30245, 1912, 30507, 4170, 6, 29, 142.79, 144.93, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30246, 1912, 30508, 2091, 3, 29, 4.34, 4.41, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30247, 1912, 30509, 2975, 6, 29, 504.47, 512.04, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30248, 1912, 30510, 5899, 3, 29, 2.07, 2.10, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30249, 1912, 30511, 5915, 6, 29, 5.85, 5.94, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30250, 1912, 30512, 2675, 9, 29, 10.19, 10.34, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30251, 1912, 30513, 263, 1, 29, 6.47, 6.57, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30252, 1912, 30514, 5195, 6, 29, 42.12, 42.75, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30253, 1912, 30515, 3484, 9, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30254, 1912, 30516, 4741, 6, 29, 10.91, 11.07, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30255, 1912, 30517, 3203, 1, 29, 40.79, 41.40, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30256, 1912, 30518, 1050, 6, 29, 78.75, 79.93, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30257, 1912, 30519, 547, 3, 29, 2412.80, 2448.99, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30258, 1912, 30520, 211, 6, 29, 9.48, 9.62, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30259, 1912, 30521, 286, 9, 29, 202.00, 205.03, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30260, 1912, 30522, 4964, 3, 29, 21.10, 21.42, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30261, 1912, 30523, 2281, 3, 29, 26.57, 26.97, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30262, 1912, 30524, 5041, 6, 29, 20.40, 20.71, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30263, 1912, 30525, 2598, 1, 29, 5828.94, 5916.37, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30264, 1912, 30526, 1579, 1, 29, 16.04, 16.28, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30265, 1912, 30527, 4973, 3, 29, 19.56, 19.85, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30266, 1912, 30528, 319, 9, 29, 30.18, 30.63, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30267, 1912, 30529, 807, 1, 29, 35.35, 35.88, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30268, 1912, 30530, 3773, 9, 29, 3.77, 3.83, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30269, 1912, 30531, 3202, 9, 29, 8.00, 8.12, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30270, 1912, 30532, 1133, 1, 29, 26.25, 26.64, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30271, 1912, 30533, 4758, 9, 29, 100.98, 102.49, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30272, 1912, 30534, 2919, 6, 29, 27.71, 28.13, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30273, 1912, 30535, 5150, 1, 29, 256.01, 259.85, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30274, 1912, 30536, 4387, 3, 29, 4.94, 5.01, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30275, 1912, 30537, 2787, 1, 29, 319.05, 323.84, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30276, 1912, 30538, 427, 6, 29, 31.49, 31.96, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30277, 1912, 30539, 802, 1, 29, 63.68, 64.64, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30278, 1912, 30540, 5131, 3, 29, 333.72, 338.73, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30279, 1912, 30541, 4219, 9, 29, 1.31, 1.33, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30280, 1912, 30542, 1276, 9, 29, 40.64, 41.25, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30281, 1912, 30543, 3376, 1, 29, 8.38, 8.51, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30282, 1912, 30544, 1589, 6, 29, 2.46, 2.50, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30283, 1912, 30545, 5799, 9, 29, 15.44, 15.67, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30284, 1912, 30546, 3026, 6, 29, 20.20, 20.50, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30285, 1912, 30547, 3389, 9, 29, 6.90, 7.00, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30286, 1912, 30548, 4663, 1, 29, 8.62, 8.75, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30287, 1912, 30549, 4713, 3, 29, 3.45, 3.50, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30288, 1912, 30550, 25, 9, 29, 8.40, 8.53, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30289, 1912, 30551, 620, 1, 29, 3.03, 3.08, 1, 1, 'ai_sell', '2024-08-14 07:35:04', '2024-08-14 07:35:04', '2024-08-14 08:36:02'),
(30290, 1886, 30552, 1808, 5, NULL, 31.00, 31.31, 10, 1, 'manual_sell', '2024-08-14 08:51:47', '2024-08-14 08:51:47', '2024-08-14 09:52:02'),
(30291, 1886, 30553, 3228, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-08-14 08:52:18', '2024-08-14 08:52:18', '2024-08-14 09:53:02'),
(30292, 1921, 30554, 1754, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-08-14 09:15:40', '2024-08-14 09:15:40', '2024-08-14 10:16:02'),
(30293, 1921, 30555, 1589, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-08-14 09:16:04', '2024-08-14 09:16:04', '2024-08-14 10:17:02'),
(30294, 1920, 30556, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-14 09:16:41', '2024-08-14 09:16:41', '2024-08-14 10:17:02'),
(30295, 1920, 30557, 3154, 5, NULL, 34.00, 34.34, 1, 1, 'manual_sell', '2024-08-14 09:17:09', '2024-08-14 09:17:09', '2024-08-14 10:18:03'),
(30296, 1869, 30558, 3712, 9, 25, 25.15, 25.53, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30297, 1869, 30559, 1699, 3, 25, 110.25, 111.90, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30298, 1869, 30560, 996, 6, 25, 59.36, 60.25, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30299, 1869, 30561, 6126, 3, 25, 22.60, 22.94, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30300, 1869, 30562, 3438, 9, 25, 9.99, 10.14, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30301, 1869, 30563, 3694, 6, 25, 483.55, 490.80, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30302, 1869, 30564, 5041, 9, 25, 20.40, 20.71, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30303, 1869, 30565, 1076, 9, 25, 49.48, 50.22, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30304, 1869, 30566, 5951, 3, 25, 5.32, 5.40, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30305, 1869, 30567, 1205, 9, 25, 146.57, 148.77, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30306, 1869, 30568, 3839, 6, 25, 260.00, 263.90, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30307, 1869, 30569, 1863, 9, 25, 11.22, 11.39, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30308, 1869, 30570, 3740, 6, 25, 32.29, 32.77, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30309, 1869, 30571, 5874, 9, 25, 231.00, 234.47, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30310, 1869, 30572, 6107, 1, 25, 13.75, 13.96, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30311, 1869, 30573, 6084, 6, 25, 11.01, 11.18, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30312, 1869, 30574, 765, 3, 25, 1.35, 1.37, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30313, 1869, 30575, 756, 1, 25, 0.48, 0.49, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30314, 1869, 30576, 1850, 6, 25, 0.56, 0.57, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30315, 1869, 30577, 1811, 3, 25, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-14 10:29:02', '2024-08-14 10:29:02', '2024-08-14 11:29:02'),
(30316, 1850, 30578, 3910, 1, 32, 1984.50, 2014.27, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30317, 1850, 30579, 4754, 9, 32, 7.09, 7.20, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30318, 1850, 30580, 4525, 3, 32, 8.47, 8.60, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30319, 1850, 30581, 5529, 9, 32, 10.42, 10.58, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30320, 1850, 30582, 1350, 6, 32, 5.96, 6.05, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30321, 1850, 30583, 1716, 3, 32, 7.27, 7.38, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30322, 1850, 30584, 5812, 6, 32, 1.58, 1.60, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30323, 1850, 30585, 3225, 1, 32, 1.13, 1.15, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30324, 1850, 30586, 4687, 1, 32, 2.75, 2.79, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30325, 1850, 30587, 1827, 1, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30326, 1850, 30588, 949, 6, 32, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30327, 1850, 30589, 1844, 1, 32, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-14 10:37:10', '2024-08-14 10:37:10', '2024-08-14 11:38:02'),
(30328, 1876, 30590, 2125, 3, 28, 32.64, 32.93, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30329, 1876, 30591, 1456, 9, 28, 26.26, 26.50, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30330, 1876, 30592, 2745, 3, 28, 40.83, 41.20, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30331, 1876, 30593, 5829, 1, 28, 26.51, 26.75, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30332, 1876, 30594, 5884, 6, 28, 20.39, 20.57, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30333, 1876, 30595, 4380, 9, 28, 5.29, 5.34, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30334, 1876, 30596, 2073, 9, 28, 2.56, 2.58, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30335, 1876, 30597, 3055, 1, 28, 3.85, 3.88, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30336, 1876, 30598, 24, 9, 28, 1.06, 1.07, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30337, 1876, 30599, 803, 6, 28, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30338, 1876, 30600, 1894, 6, 28, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30339, 1876, 30601, 1827, 1, 28, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-14 10:58:03', '2024-08-14 10:58:03', '2024-08-14 11:58:03'),
(30340, 1915, 30604, 1837, 1, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-08-14 14:14:32', '2024-08-14 14:14:32', '2024-08-14 15:15:03'),
(30341, 1915, 30603, 957, 1, NULL, 9.00, 9.09, 3, 1, 'manual_sell', '2024-08-14 14:16:12', '2024-08-14 14:16:12', '2024-08-14 15:17:02'),
(30342, 1915, 30602, 3944, 1, NULL, 80.00, 80.80, 1, 1, 'manual_sell', '2024-08-14 14:19:02', '2024-08-14 14:19:02', '2024-08-14 15:19:02'),
(30343, 1884, 30605, 5408, 6, 31, 125.31, 127.82, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30344, 1884, 30606, 4010, 6, 31, 97.33, 99.28, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30345, 1884, 30607, 2305, 9, 31, 555.17, 566.27, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30346, 1884, 30608, 5886, 6, 31, 1714.65, 1748.94, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30347, 1884, 30609, 2677, 9, 31, 294.58, 300.47, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30348, 1884, 30610, 956, 1, 31, 14560.00, 14851.20, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30349, 1884, 30611, 2986, 1, 31, 1547.34, 1578.29, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30350, 1884, 30612, 1615, 6, 31, 146.26, 149.19, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30351, 1884, 30613, 3655, 1, 31, 18.87, 19.25, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30352, 1884, 30614, 171, 6, 31, 104.94, 107.04, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30353, 1884, 30615, 2968, 1, 31, 1472.34, 1501.79, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30354, 1884, 30616, 4590, 1, 31, 52.97, 54.03, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30355, 1884, 30617, 6119, 6, 31, 16.88, 17.22, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30356, 1884, 30618, 5246, 3, 31, 59.16, 60.34, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30357, 1884, 30619, 3269, 1, 31, 147.29, 150.24, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:02'),
(30358, 1884, 30620, 3345, 9, 31, 15.45, 15.76, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30359, 1884, 30621, 5989, 3, 31, 39.35, 40.14, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30360, 1884, 30622, 1355, 6, 31, 17.85, 18.21, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30361, 1884, 30623, 1820, 9, 31, 46.80, 47.74, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30362, 1884, 30624, 4119, 9, 31, 3255.24, 3320.34, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30363, 1884, 30625, 2231, 3, 31, 54.05, 55.13, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30364, 1884, 30626, 3163, 9, 31, 22.21, 22.65, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30365, 1884, 30627, 5381, 3, 31, 14.68, 14.97, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30366, 1884, 30628, 5862, 9, 31, 24.02, 24.50, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30367, 1884, 30629, 3734, 1, 31, 138.39, 141.16, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30368, 1884, 30630, 835, 9, 31, 21.97, 22.41, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30369, 1884, 30631, 1588, 9, 31, 3.15, 3.21, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30370, 1884, 30632, 1949, 9, 31, 82.32, 83.97, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30371, 1884, 30633, 5295, 1, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30372, 1884, 30634, 1818, 1, 31, 1.06, 1.08, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30373, 1884, 30635, 957, 6, 31, 8.36, 8.53, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30374, 1884, 30636, 2933, 1, 31, 525.30, 535.81, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30375, 1884, 30637, 1915, 6, 31, 71.95, 73.39, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30376, 1884, 30638, 4089, 3, 31, 19.57, 19.96, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30377, 1884, 30639, 973, 9, 31, 15.90, 16.22, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30378, 1884, 30640, 3695, 9, 31, 31.47, 32.10, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30379, 1884, 30641, 5280, 1, 31, 131.57, 134.20, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30380, 1884, 30642, 5793, 6, 31, 318.08, 324.44, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30381, 1884, 30643, 5083, 3, 31, 56.64, 57.77, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30382, 1884, 30644, 5581, 3, 31, 31.80, 32.44, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30383, 1884, 30645, 2411, 9, 31, 45.90, 46.82, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30384, 1884, 30646, 1425, 3, 31, 17.14, 17.48, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30385, 1884, 30647, 4457, 6, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30386, 1884, 30648, 3047, 1, 31, 41.81, 42.65, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30387, 1884, 30649, 292, 1, 31, 105.32, 107.43, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30388, 1884, 30650, 5993, 1, 31, 5.09, 5.19, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30389, 1884, 30651, 6134, 3, 31, 25.50, 26.01, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30390, 1884, 30652, 4299, 9, 31, 104.94, 107.04, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30391, 1884, 30653, 4167, 6, 31, 183.55, 187.22, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30392, 1884, 30654, 4245, 1, 31, 15.77, 16.09, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30393, 1884, 30655, 4430, 1, 31, 154.50, 157.59, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30394, 1884, 30656, 4293, 1, 31, 202.15, 206.19, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30395, 1884, 30657, 1816, 1, 31, 16.30, 16.63, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30396, 1884, 30658, 3535, 3, 31, 80.49, 82.10, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30397, 1884, 30659, 1495, 3, 31, 20.14, 20.54, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30398, 1884, 30660, 1042, 9, 31, 18.18, 18.54, 1, 1, 'ai_sell', '2024-08-14 15:43:03', '2024-08-14 15:43:03', '2024-08-14 16:44:03'),
(30399, 1884, 30661, 3909, 1, 31, 212.24, 216.48, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30400, 1884, 30662, 1846, 3, 31, 1.52, 1.55, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(30401, 1884, 30663, 3487, 3, 31, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30402, 1884, 30664, 5516, 6, 31, 41.81, 42.65, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30403, 1884, 30665, 5501, 9, 31, 742.00, 756.84, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30404, 1884, 30666, 308, 1, 31, 7.55, 7.70, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30405, 1884, 30667, 4358, 1, 31, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30406, 1884, 30668, 5572, 6, 31, 92.43, 94.28, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30407, 1884, 30669, 2716, 3, 31, 27.19, 27.73, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30408, 1884, 30670, 4234, 3, 31, 41.43, 42.26, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30409, 1884, 30671, 3316, 3, 31, 53.84, 54.92, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30410, 1884, 30672, 2793, 6, 31, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30411, 1884, 30673, 376, 3, 31, 9.80, 10.00, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30412, 1884, 30674, 1463, 3, 31, 156.00, 159.12, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30413, 1884, 30675, 4682, 6, 31, 15.50, 15.81, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30414, 1884, 30676, 2530, 9, 31, 1543.97, 1574.85, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30415, 1884, 30677, 4684, 6, 31, 35.44, 36.15, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30416, 1884, 30678, 4431, 9, 31, 484.50, 494.19, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30417, 1884, 30679, 4323, 1, 31, 28.07, 28.63, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30418, 1884, 30680, 2754, 6, 31, 225.68, 230.19, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30419, 1884, 30681, 3859, 1, 31, 153.00, 156.06, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30420, 1884, 30682, 3131, 6, 31, 21.41, 21.84, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30421, 1884, 30683, 2568, 3, 31, 1261.40, 1286.63, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30422, 1884, 30684, 4108, 1, 31, 41.99, 42.83, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30423, 1884, 30685, 2669, 1, 31, 130.30, 132.91, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30424, 1884, 30686, 4402, 6, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30425, 1884, 30687, 1633, 9, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30426, 1884, 30688, 2678, 6, 31, 39.35, 40.14, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30427, 1884, 30689, 3767, 3, 31, 443.39, 452.26, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30428, 1884, 30690, 3479, 3, 31, 46.32, 47.25, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30429, 1884, 30691, 4040, 6, 31, 20.84, 21.26, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30430, 1884, 30692, 2856, 3, 31, 511.02, 521.24, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30431, 1884, 30693, 2810, 9, 31, 414.45, 422.74, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30432, 1884, 30694, 5118, 1, 31, 323.20, 329.66, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30433, 1884, 30695, 2851, 3, 31, 6630.00, 6762.60, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30434, 1884, 30696, 2070, 6, 31, 190.80, 194.62, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30435, 1884, 30697, 1235, 9, 31, 12.37, 12.62, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30436, 1884, 30698, 2471, 6, 31, 348.74, 355.71, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30437, 1884, 30699, 4286, 9, 31, 113.26, 115.53, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30438, 1884, 30700, 1542, 3, 31, 166.65, 169.98, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30439, 1884, 30701, 2161, 3, 31, 27.96, 28.52, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30440, 1884, 30702, 5055, 9, 31, 526.04, 536.56, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30441, 1884, 30703, 2459, 1, 31, 315.00, 321.30, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30442, 1884, 30704, 1148, 3, 31, 1565.70, 1597.01, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30443, 1884, 30705, 5765, 1, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30444, 1884, 30706, 2759, 1, 31, 179.16, 182.74, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30445, 1884, 30707, 5434, 9, 31, 17.73, 18.08, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30446, 1884, 30708, 4946, 9, 31, 1642.99, 1675.85, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30447, 1884, 30709, 129, 3, 31, 43.95, 44.83, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30448, 1884, 30710, 3622, 9, 31, 935.99, 954.71, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30449, 1884, 30711, 401, 1, 31, 258.56, 263.73, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30450, 1884, 30712, 4346, 3, 31, 63.13, 64.39, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30451, 1884, 30713, 4926, 6, 31, 28.62, 29.19, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30452, 1884, 30714, 1360, 3, 31, 4040.40, 4121.21, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30453, 1884, 30715, 1938, 6, 31, 1271.54, 1296.97, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30454, 1884, 30716, 3371, 1, 31, 192.40, 196.25, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30455, 1884, 30717, 3238, 1, 31, 102.60, 104.65, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30456, 1884, 30718, 958, 9, 31, 606.12, 618.24, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30457, 1884, 30719, 3638, 3, 31, 11.44, 11.67, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30458, 1884, 30720, 6111, 1, 31, 28.95, 29.53, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30459, 1884, 30721, 3489, 1, 31, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30460, 1884, 30722, 5639, 6, 31, 4.99, 5.09, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30461, 1884, 30723, 4851, 3, 31, 1273.99, 1299.47, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30462, 1884, 30724, 1803, 6, 31, 20.60, 21.01, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30463, 1884, 30725, 3645, 3, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30464, 1884, 30726, 2260, 3, 31, 286.20, 291.92, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30465, 1884, 30727, 3849, 3, 31, 618.00, 630.36, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30466, 1884, 30728, 4223, 3, 31, 10.08, 10.28, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30467, 1884, 30729, 2527, 6, 31, 20.58, 20.99, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30468, 1884, 30730, 3099, 9, 31, 12.08, 12.32, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30469, 1884, 30731, 4528, 1, 31, 63.43, 64.70, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30470, 1884, 30732, 4621, 1, 31, 21.19, 21.61, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30471, 1884, 30733, 3696, 3, 31, 30.28, 30.89, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:03'),
(30472, 1884, 30734, 1688, 3, 31, 47.29, 48.24, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30473, 1884, 30735, 5027, 6, 31, 9.53, 9.72, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30474, 1884, 30736, 2550, 1, 31, 29.98, 30.58, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30475, 1884, 30737, 1106, 1, 31, 260.00, 265.20, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30476, 1884, 30738, 141, 1, 31, 6.24, 6.36, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30477, 1884, 30739, 1129, 3, 31, 2.53, 2.58, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30478, 1884, 30740, 1827, 3, 31, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30479, 1884, 30741, 1842, 6, 31, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-14 15:43:04', '2024-08-14 15:43:04', '2024-08-14 16:44:04'),
(30480, 1902, 30742, 4740, 6, 26, 58.89, 59.42, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30481, 1902, 30743, 3396, 1, 26, 50.49, 50.94, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30482, 1902, 30744, 2816, 3, 26, 13.51, 13.63, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30483, 1902, 30745, 971, 1, 26, 4.20, 4.24, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30484, 1902, 30746, 5969, 3, 26, 15.29, 15.43, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30485, 1902, 30747, 2346, 6, 26, 159.86, 161.30, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30486, 1902, 30748, 125, 6, 26, 85.68, 86.45, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30487, 1902, 30749, 1342, 1, 26, 6.11, 6.16, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30488, 1902, 30750, 5337, 3, 26, 42.40, 42.78, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30489, 1902, 30751, 1431, 6, 26, 57.74, 58.26, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30490, 1902, 30752, 665, 6, 26, 95.88, 96.74, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30491, 1902, 30753, 4386, 3, 26, 37.79, 38.13, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30492, 1902, 30754, 735, 6, 26, 2.24, 2.26, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30493, 1902, 30755, 1844, 1, 26, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30494, 1902, 30756, 756, 6, 26, 0.47, 0.47, 1, 1, 'ai_sell', '2024-08-14 16:31:03', '2024-08-14 16:31:03', '2024-08-14 17:32:02'),
(30495, 1902, 30757, 5583, 6, 27, 504.95, 515.05, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30496, 1902, 30758, 1253, 3, 27, 31.71, 32.34, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30497, 1902, 30759, 3694, 6, 27, 478.90, 488.48, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30498, 1902, 30760, 3597, 9, 27, 11.52, 11.75, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30499, 1902, 30761, 489, 9, 27, 12120.00, 12362.40, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30500, 1902, 30762, 3436, 9, 27, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30501, 1902, 30763, 49, 6, 27, 309.00, 315.18, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30502, 1902, 30764, 4940, 3, 27, 20.14, 20.54, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30503, 1902, 30765, 3675, 6, 27, 31.00, 31.62, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30504, 1902, 30766, 298, 6, 27, 9.80, 10.00, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30505, 1902, 30767, 5976, 6, 27, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30506, 1902, 30768, 5268, 1, 27, 16.01, 16.33, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30507, 1902, 30769, 6015, 3, 27, 95.68, 97.59, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30508, 1902, 30770, 5309, 3, 27, 152.50, 155.55, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30509, 1902, 30771, 2941, 1, 27, 1018.67, 1039.04, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30510, 1902, 30772, 3741, 9, 27, 4.03, 4.11, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30511, 1902, 30773, 929, 9, 27, 45.30, 46.21, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30512, 1902, 30774, 2909, 3, 27, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30513, 1902, 30775, 2818, 1, 27, 17.84, 18.20, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30514, 1902, 30776, 5357, 3, 27, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30515, 1902, 30777, 2331, 9, 27, 28.24, 28.80, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30516, 1902, 30778, 1443, 9, 27, 353.50, 360.57, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30517, 1902, 30779, 2254, 3, 27, 9.47, 9.66, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30518, 1902, 30780, 6021, 6, 27, 38.09, 38.85, 1, 1, 'ai_sell', '2024-08-14 17:06:03', '2024-08-14 17:06:03', '2024-08-14 18:07:02'),
(30519, 1902, 30781, 5241, 1, 27, 32.92, 33.58, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30520, 1902, 30782, 1455, 9, 27, 28.17, 28.73, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30521, 1902, 30783, 1344, 1, 27, 23.31, 23.78, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30522, 1902, 30784, 1807, 6, 27, 82.16, 83.80, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30523, 1902, 30785, 1462, 6, 27, 20.33, 20.74, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30524, 1902, 30786, 1580, 6, 27, 15.10, 15.40, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30525, 1902, 30787, 122, 6, 27, 46.80, 47.74, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30526, 1902, 30788, 1504, 6, 27, 30.66, 31.27, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30527, 1902, 30789, 4637, 9, 27, 22.21, 22.65, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30528, 1902, 30790, 836, 6, 27, 15.41, 15.72, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30529, 1902, 30791, 5723, 1, 27, 734.40, 749.09, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30530, 1902, 30792, 4619, 9, 27, 14.30, 14.59, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30531, 1902, 30793, 6127, 9, 27, 50.50, 51.51, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30532, 1902, 30794, 379, 3, 27, 7.42, 7.57, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30533, 1902, 30795, 1593, 9, 27, 35.51, 36.22, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30534, 1902, 30796, 6171, 1, 27, 16.10, 16.42, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30535, 1902, 30797, 4798, 6, 27, 144.92, 147.82, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30536, 1902, 30798, 38, 9, 27, 14.70, 14.99, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30537, 1902, 30799, 2617, 1, 27, 6.31, 6.44, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30538, 1902, 30800, 5658, 3, 27, 3.59, 3.66, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:02'),
(30539, 1902, 30801, 228, 6, 27, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:03'),
(30540, 1902, 30802, 3225, 1, 27, 1.18, 1.20, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:03'),
(30541, 1902, 30803, 949, 9, 27, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:03'),
(30542, 1902, 30804, 756, 1, 27, 0.47, 0.48, 1, 1, 'ai_sell', '2024-08-14 17:06:04', '2024-08-14 17:06:04', '2024-08-14 18:07:03'),
(30543, 1798, 30805, 3714, 5, NULL, 245.00, 247.45, 1, 1, 'manual_sell', '2024-08-14 17:25:53', '2024-08-14 17:25:53', '2024-08-14 18:26:03'),
(30544, 1798, 30806, 3118, 5, NULL, 87.00, 87.87, 1, 1, 'manual_sell', '2024-08-14 17:27:21', '2024-08-14 17:27:21', '2024-08-14 18:28:02'),
(30545, 1902, 28906, 3043, 1, NULL, 3480.00, 3500.00, 2, 1, 'manual_sell', '2024-08-15 07:27:14', '2024-08-15 07:27:14', '2024-08-15 08:28:03'),
(30546, 1902, 29444, 4163, 1, NULL, 1450.00, 1455.00, 1, 1, 'manual_sell', '2024-08-15 07:27:48', '2024-08-15 07:27:48', '2024-08-15 08:28:03'),
(30547, 1902, 29445, 1242, 1, NULL, 19650.00, 19800.00, 2, 1, 'manual_sell', '2024-08-15 07:28:48', '2024-08-15 07:28:48', '2024-08-15 08:29:02'),
(30548, 1902, 29446, 3219, 1, NULL, 2990.00, 3000.00, 2, 1, 'manual_sell', '2024-08-15 07:29:36', '2024-08-15 07:29:36', '2024-08-15 08:30:03'),
(30549, 1850, 30830, 1238, 5, NULL, 500.50, 505.50, 2, 1, 'manual_sell', '2024-08-15 08:22:38', '2024-08-15 08:22:38', '2024-08-15 09:23:02'),
(30550, 1925, 30831, 2578, 3, 30, 17.97, 18.33, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30551, 1925, 30832, 5201, 3, 30, 23.69, 24.16, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30552, 1925, 30833, 2498, 1, 30, 174.41, 177.90, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30553, 1925, 30834, 3803, 9, 30, 1372.70, 1400.15, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30554, 1925, 30835, 4749, 9, 30, 180.79, 184.41, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30555, 1925, 30836, 4368, 9, 30, 51.50, 52.53, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30556, 1925, 30837, 3365, 1, 30, 7.35, 7.50, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30557, 1925, 30838, 6148, 9, 30, 6.13, 6.25, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30558, 1925, 30839, 1743, 6, 30, 51.46, 52.49, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30559, 1925, 30840, 3319, 6, 30, 86.69, 88.42, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30560, 1925, 30841, 4791, 9, 30, 539.06, 549.84, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30561, 1925, 30842, 2457, 9, 30, 3.50, 3.57, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30562, 1925, 30843, 2733, 9, 30, 2973.61, 3033.08, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30563, 1925, 30844, 4536, 3, 30, 67.63, 68.98, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30564, 1925, 30845, 236, 6, 30, 783.44, 799.11, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30565, 1925, 30846, 705, 1, 30, 65.28, 66.59, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30566, 1925, 30847, 3632, 1, 30, 8.24, 8.40, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30567, 1925, 30848, 5649, 3, 30, 14.89, 15.19, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30568, 1925, 30849, 2831, 9, 30, 1048.95, 1069.93, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30569, 1925, 30850, 1263, 9, 30, 93.84, 95.72, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30570, 1925, 30851, 1583, 9, 30, 472.50, 481.95, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30571, 1925, 30852, 2309, 3, 30, 620.88, 633.30, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30572, 1925, 30853, 3783, 1, 30, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30573, 1925, 30854, 309, 3, 30, 228.23, 232.79, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30574, 1925, 30855, 320, 1, 30, 572.00, 583.44, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30575, 1925, 30856, 5872, 9, 30, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30576, 1925, 30857, 5160, 9, 30, 276.62, 282.15, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30577, 1925, 30858, 4249, 6, 30, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30578, 1925, 30859, 5963, 9, 30, 44.61, 45.50, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30579, 1925, 30860, 2940, 9, 30, 1529.99, 1560.59, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30580, 1925, 30861, 4584, 3, 30, 311.99, 318.23, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30581, 1925, 30862, 3845, 6, 30, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30582, 1925, 30863, 696, 9, 30, 84.15, 85.83, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30583, 1925, 30864, 3283, 1, 30, 15.71, 16.02, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30584, 1925, 30865, 2997, 9, 30, 233.51, 238.18, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30585, 1925, 30866, 3311, 6, 30, 346.49, 353.42, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30586, 1925, 30867, 5433, 6, 30, 8.36, 8.53, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30587, 1925, 30868, 3443, 9, 30, 10.16, 10.36, 1, 1, 'ai_sell', '2024-08-15 08:42:03', '2024-08-15 08:42:03', '2024-08-15 09:43:02'),
(30588, 1925, 30869, 2848, 3, 30, 243.79, 248.67, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:02'),
(30589, 1925, 30870, 281, 1, 30, 280.34, 285.95, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30590, 1925, 30871, 1802, 6, 30, 130.81, 133.43, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30591, 1925, 30872, 5015, 6, 30, 8.07, 8.23, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30592, 1925, 30873, 4796, 9, 30, 10.93, 11.15, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30593, 1925, 30874, 5747, 6, 30, 5.02, 5.12, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30594, 1925, 30875, 19, 6, 30, 5.20, 5.30, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30595, 1925, 30876, 4221, 3, 30, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30596, 1925, 30877, 3819, 9, 30, 7.41, 7.56, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30597, 1925, 30878, 949, 1, 30, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30598, 1925, 30879, 734, 3, 30, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30599, 1925, 30880, 1811, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30600, 1925, 30881, 1894, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30601, 1925, 30882, 1844, 9, 30, 0.30, 0.31, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30602, 1925, 30883, 803, 3, 30, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-15 08:42:04', '2024-08-15 08:42:04', '2024-08-15 09:43:03'),
(30603, 1912, 30884, 5497, 6, 29, 626.17, 635.56, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30604, 1912, 30885, 1129, 3, 29, 2.58, 2.62, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30605, 1912, 30886, 1593, 3, 29, 36.20, 36.74, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30606, 1912, 30887, 1456, 9, 29, 27.56, 27.97, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30607, 1912, 30888, 4453, 3, 29, 34.98, 35.50, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30608, 1912, 30889, 4924, 9, 29, 158.53, 160.91, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30609, 1912, 30890, 5428, 6, 29, 5.09, 5.17, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30610, 1912, 30891, 3252, 9, 29, 32.13, 32.61, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30611, 1912, 30892, 1625, 1, 29, 5.51, 5.59, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30612, 1912, 30893, 4236, 3, 29, 315.00, 319.73, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30613, 1912, 30894, 262, 6, 29, 173.40, 176.00, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30614, 1912, 30895, 939, 6, 29, 41.40, 42.02, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30615, 1912, 30896, 4273, 3, 29, 9.09, 9.23, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30616, 1912, 30897, 4850, 3, 29, 132.87, 134.86, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30617, 1912, 30898, 2733, 1, 29, 3060.22, 3106.12, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30618, 1912, 30899, 1764, 1, 29, 96.45, 97.90, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:02'),
(30619, 1912, 30900, 2845, 6, 29, 30.29, 30.74, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30620, 1912, 30901, 2336, 3, 29, 46.35, 47.05, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30621, 1912, 30902, 5570, 6, 29, 197.40, 200.36, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30622, 1912, 30903, 3715, 9, 29, 23.31, 23.66, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30623, 1912, 30904, 5306, 3, 29, 404.00, 410.06, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30624, 1912, 30905, 173, 6, 29, 119.33, 121.12, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30625, 1912, 30906, 5009, 9, 29, 38.37, 38.95, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30626, 1912, 30907, 728, 6, 29, 34.22, 34.73, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30627, 1912, 30908, 3607, 3, 29, 748.67, 759.90, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30628, 1912, 30909, 2080, 3, 29, 150.03, 152.28, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30629, 1912, 30910, 4862, 9, 29, 14.74, 14.96, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30630, 1912, 30911, 1857, 6, 29, 206.00, 209.09, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30631, 1912, 30912, 6133, 6, 29, 15.75, 15.99, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30632, 1912, 30913, 1037, 1, 29, 47.69, 48.41, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30633, 1912, 30914, 2594, 6, 29, 15.58, 15.81, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30634, 1912, 30915, 4760, 3, 29, 70.69, 71.75, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30635, 1912, 30916, 4272, 1, 29, 126.14, 128.03, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30636, 1912, 30917, 4493, 1, 29, 126.00, 127.89, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30637, 1912, 30918, 2017, 9, 29, 196.70, 199.65, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30638, 1912, 30919, 2530, 3, 29, 1513.99, 1536.70, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30639, 1912, 30920, 899, 3, 29, 414.96, 421.18, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30640, 1912, 30921, 3203, 6, 29, 41.99, 42.62, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30641, 1912, 30922, 1724, 1, 29, 2.22, 2.25, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30642, 1912, 30923, 5333, 6, 29, 314.95, 319.67, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30643, 1912, 30924, 3964, 9, 29, 47.83, 48.55, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30644, 1912, 30925, 4959, 9, 29, 273.00, 277.10, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30645, 1912, 30926, 2031, 6, 29, 532.27, 540.25, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30646, 1912, 30927, 2957, 6, 29, 1144.00, 1161.16, 1, 1, 'ai_sell', '2024-08-15 08:46:03', '2024-08-15 08:46:03', '2024-08-15 09:47:03'),
(30647, 1912, 30928, 3918, 1, 29, 1426.98, 1448.38, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30648, 1912, 30929, 889, 9, 29, 16.96, 17.21, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30649, 1912, 30930, 2626, 6, 29, 27.45, 27.86, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30650, 1912, 30931, 1405, 3, 29, 10.30, 10.45, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30651, 1912, 30932, 4992, 6, 29, 12.69, 12.88, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30652, 1912, 30933, 1710, 9, 29, 21.41, 21.73, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30653, 1912, 30934, 4964, 9, 29, 20.90, 21.21, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30654, 1912, 30935, 5868, 3, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30655, 1912, 30936, 2548, 3, 29, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30656, 1912, 30937, 2681, 9, 29, 88.33, 89.65, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30657, 1912, 30938, 661, 9, 29, 6.18, 6.27, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30658, 1912, 30939, 869, 9, 29, 10.02, 10.17, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30659, 1912, 30940, 4271, 1, 29, 131.58, 133.55, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30660, 1912, 30941, 200, 1, 29, 7.96, 8.08, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30661, 1912, 30942, 1558, 3, 29, 20.06, 20.36, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30662, 1912, 30943, 2595, 6, 29, 34.64, 35.16, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30663, 1912, 30944, 1759, 6, 29, 122.40, 124.24, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30664, 1912, 30945, 4034, 3, 29, 12.25, 12.43, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30665, 1912, 30946, 735, 6, 29, 2.27, 2.30, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30666, 1912, 30947, 3722, 6, 29, 2.10, 2.13, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30667, 1912, 30948, 716, 3, 29, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30668, 1912, 30949, 1894, 1, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30669, 1912, 30950, 1827, 3, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30670, 1912, 30951, 803, 9, 29, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-15 08:46:04', '2024-08-15 08:46:04', '2024-08-15 09:47:03'),
(30671, 1886, 30952, 1916, 5, NULL, 4.00, 4.04, 79, 1, 'manual_sell', '2024-08-15 09:59:43', '2024-08-15 09:59:43', '2024-08-15 11:00:03'),
(30672, 1921, 30953, 2857, 5, NULL, 27.00, 27.27, 2, 1, 'manual_sell', '2024-08-15 10:19:56', '2024-08-15 10:19:56', '2024-08-15 11:20:03'),
(30673, 1920, 30954, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-15 10:20:31', '2024-08-15 10:20:31', '2024-08-15 11:21:02'),
(30674, 1920, 30955, 2107, 5, NULL, 37.00, 37.37, 1, 1, 'manual_sell', '2024-08-15 10:20:58', '2024-08-15 10:20:58', '2024-08-15 11:21:02'),
(30675, 1850, 30956, 3018, 3, 32, 2.58, 2.62, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30676, 1850, 30957, 399, 1, 32, 127.50, 129.41, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30677, 1850, 30958, 4728, 1, 32, 53.54, 54.34, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30678, 1850, 30959, 3243, 3, 32, 10.56, 10.72, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30679, 1850, 30960, 5548, 9, 32, 32.31, 32.79, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30680, 1850, 30961, 238, 1, 32, 16.80, 17.05, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30681, 1850, 30962, 3280, 1, 32, 157.50, 159.86, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30682, 1850, 30963, 2453, 9, 32, 280.80, 285.01, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30683, 1850, 30964, 270, 1, 32, 204.92, 207.99, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30684, 1850, 30965, 530, 9, 32, 13.35, 13.55, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30685, 1850, 30966, 6120, 3, 32, 29.00, 29.44, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30686, 1850, 30967, 797, 3, 32, 885.80, 899.09, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30687, 1850, 30968, 3930, 9, 32, 11.32, 11.49, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30688, 1850, 30969, 5905, 9, 32, 2.57, 2.61, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30689, 1850, 30970, 3798, 1, 32, 20.66, 20.97, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30690, 1850, 30971, 1165, 3, 32, 62.21, 63.14, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30691, 1850, 30972, 1866, 3, 32, 6.06, 6.15, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30692, 1850, 30973, 1232, 6, 32, 26.25, 26.64, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30693, 1850, 30974, 3988, 3, 32, 32.96, 33.45, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30694, 1850, 30975, 4178, 1, 32, 22.76, 23.10, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30695, 1850, 30976, 813, 9, 32, 11.33, 11.50, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30696, 1850, 30977, 1341, 3, 32, 25.49, 25.87, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30697, 1850, 30978, 2684, 3, 32, 20.69, 21.00, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30698, 1850, 30979, 959, 9, 32, 2.68, 2.72, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30699, 1850, 30980, 1844, 6, 32, 0.30, 0.30, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30700, 1850, 30981, 1811, 9, 32, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30701, 1850, 30982, 1827, 9, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30702, 1850, 30983, 1894, 3, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-15 11:49:03', '2024-08-15 11:49:03', '2024-08-15 12:50:03'),
(30703, 1876, 30984, 1021, 6, 28, 3.15, 3.18, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30704, 1876, 30985, 6105, 3, 28, 10.49, 10.58, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30705, 1876, 30986, 5091, 9, 28, 5.04, 5.09, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30706, 1876, 30987, 5010, 6, 28, 43.45, 43.84, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30707, 1876, 30988, 5905, 1, 28, 2.52, 2.54, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30708, 1876, 30989, 283, 3, 28, 44.77, 45.17, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30709, 1876, 30990, 5183, 1, 28, 25.62, 25.85, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30710, 1876, 30991, 3846, 6, 28, 5.29, 5.34, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30711, 1876, 30992, 93, 9, 28, 17.68, 17.84, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30712, 1876, 30993, 4479, 6, 28, 2.05, 2.07, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30713, 1876, 30994, 2023, 9, 28, 1.04, 1.05, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30714, 1876, 30995, 1894, 6, 28, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-15 12:09:03', '2024-08-15 12:09:03', '2024-08-15 13:09:03'),
(30715, 1884, 30998, 1222, 1, 31, 10.61, 10.82, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30716, 1884, 30999, 5875, 1, 31, 152.49, 155.54, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30717, 1884, 31000, 3082, 6, 31, 12.70, 12.95, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30718, 1884, 31001, 5751, 1, 31, 4.36, 4.45, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30719, 1884, 31002, 457, 3, 31, 203.93, 208.01, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30720, 1884, 31003, 1838, 1, 31, 11010.90, 11231.12, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30721, 1884, 31004, 3707, 3, 31, 372.22, 379.66, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30722, 1884, 31005, 3894, 6, 31, 835.38, 852.09, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30723, 1884, 31006, 1347, 6, 31, 85.85, 87.57, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30724, 1884, 31007, 1580, 9, 31, 14.95, 15.25, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30725, 1884, 31008, 5486, 6, 31, 7.92, 8.08, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30726, 1884, 31009, 6029, 3, 31, 27.28, 27.83, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30727, 1884, 31010, 684, 6, 31, 4492.86, 4582.72, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:02'),
(30728, 1884, 31011, 5763, 9, 31, 714.00, 728.28, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30729, 1884, 31012, 2719, 1, 31, 28.06, 28.62, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30730, 1884, 31013, 2554, 3, 31, 8.57, 8.74, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30731, 1884, 31014, 5620, 1, 31, 41.40, 42.23, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30732, 1884, 31015, 18, 3, 31, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30733, 1884, 31016, 4698, 3, 31, 21.56, 21.99, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30734, 1884, 31017, 5380, 6, 31, 31.72, 32.35, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30735, 1884, 31018, 1730, 3, 31, 475.71, 485.22, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30736, 1884, 31019, 3767, 9, 31, 452.17, 461.21, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30737, 1884, 31020, 2546, 6, 31, 181.79, 185.43, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30738, 1884, 31021, 5073, 9, 31, 19.07, 19.45, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30739, 1884, 31022, 1164, 3, 31, 4158.11, 4241.27, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30740, 1884, 31023, 1353, 9, 31, 2.22, 2.26, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30741, 1884, 31024, 3810, 1, 31, 159.65, 162.84, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30742, 1884, 31025, 2111, 9, 31, 1313.00, 1339.26, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30743, 1884, 31026, 4569, 1, 31, 132.87, 135.53, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30744, 1884, 31027, 1015, 3, 31, 4.05, 4.13, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30745, 1884, 31028, 2595, 3, 31, 35.31, 36.02, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30746, 1884, 31029, 3523, 9, 31, 16.18, 16.50, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30747, 1884, 31030, 3905, 1, 31, 43.04, 43.90, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30748, 1884, 31031, 2349, 3, 31, 230.87, 235.49, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30749, 1884, 31032, 3526, 6, 31, 107.05, 109.19, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30750, 1884, 31033, 5755, 9, 31, 42.58, 43.43, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30751, 1884, 31034, 4226, 9, 31, 59.31, 60.50, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30752, 1884, 31035, 3252, 3, 31, 32.13, 32.77, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30753, 1884, 31036, 523, 9, 31, 18.69, 19.06, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30754, 1884, 31037, 5770, 1, 31, 31.51, 32.14, 1, 1, 'ai_sell', '2024-08-15 16:56:03', '2024-08-15 16:56:03', '2024-08-15 17:57:03'),
(30755, 1884, 31038, 5596, 3, 31, 155.52, 158.63, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30756, 1884, 31039, 2303, 1, 31, 79.50, 81.09, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30757, 1884, 31040, 1079, 9, 31, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30758, 1884, 31041, 4985, 1, 31, 309.00, 315.18, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30759, 1884, 31042, 3403, 3, 31, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30760, 1884, 31043, 875, 3, 31, 17.75, 18.11, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30761, 1884, 31044, 5337, 6, 31, 40.80, 41.62, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30762, 1884, 31045, 28, 6, 31, 15.30, 15.61, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30763, 1884, 31046, 1577, 9, 31, 72.80, 74.26, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30764, 1884, 31047, 5396, 1, 31, 46.80, 47.74, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30765, 1884, 31048, 3445, 3, 31, 8.08, 8.24, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30766, 1884, 31049, 4068, 9, 31, 37.68, 38.43, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30767, 1884, 31050, 5353, 6, 31, 612.32, 624.57, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30768, 1884, 31051, 1170, 6, 31, 1850.16, 1887.16, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30769, 1884, 31052, 518, 6, 31, 3030.45, 3091.06, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30770, 1884, 31053, 4005, 9, 31, 520.86, 531.28, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30771, 1884, 31054, 2596, 1, 31, 36.02, 36.74, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30772, 1884, 31055, 2838, 6, 31, 30.89, 31.51, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30773, 1884, 31056, 3480, 1, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(30774, 1884, 31057, 2219, 1, 31, 266.13, 271.45, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30775, 1884, 31058, 987, 1, 31, 85.06, 86.76, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30776, 1884, 31059, 1523, 6, 31, 1.62, 1.65, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30777, 1884, 31060, 3872, 1, 31, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30778, 1884, 31061, 608, 3, 31, 2.12, 2.16, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30779, 1884, 31062, 4874, 6, 31, 116.59, 118.92, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30780, 1884, 31063, 5775, 9, 31, 17.52, 17.87, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30781, 1884, 31064, 1146, 3, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30782, 1884, 31065, 976, 3, 31, 136.74, 139.47, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30783, 1884, 31066, 2479, 1, 31, 657.92, 671.08, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30784, 1884, 31067, 3715, 3, 31, 22.43, 22.88, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30785, 1884, 31068, 2477, 9, 31, 26.49, 27.02, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30786, 1884, 31069, 103, 6, 31, 520.00, 530.40, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30787, 1884, 31070, 4103, 9, 31, 7.13, 7.27, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30788, 1884, 31071, 4300, 1, 31, 14.80, 15.10, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30789, 1884, 31072, 4165, 9, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30790, 1884, 31073, 4532, 9, 31, 111.28, 113.51, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30791, 1884, 31074, 1367, 3, 31, 3030.00, 3090.60, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30792, 1884, 31075, 4781, 1, 31, 1859.15, 1896.33, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30793, 1884, 31076, 4223, 9, 31, 10.27, 10.48, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30794, 1884, 31077, 1291, 1, 31, 10.55, 10.76, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30795, 1884, 31078, 2421, 9, 31, 714.00, 728.28, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30796, 1884, 31079, 4045, 3, 31, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30797, 1884, 31080, 2055, 3, 31, 244.65, 249.54, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30798, 1884, 31081, 1505, 9, 31, 521.15, 531.57, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30799, 1884, 31082, 5381, 3, 31, 14.82, 15.12, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30800, 1884, 31083, 3171, 3, 31, 17.84, 18.20, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30801, 1884, 31084, 4880, 6, 31, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30802, 1884, 31085, 1403, 9, 31, 8.09, 8.25, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30803, 1884, 31086, 2461, 6, 31, 7.20, 7.34, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30804, 1884, 31087, 592, 6, 31, 477.75, 487.31, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30805, 1884, 31088, 2040, 3, 31, 56.52, 57.65, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30806, 1884, 31089, 2550, 3, 31, 30.27, 30.88, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:03'),
(30807, 1884, 31090, 5438, 3, 31, 17.56, 17.91, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30808, 1884, 31091, 3624, 9, 31, 124.32, 126.81, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30809, 1884, 31092, 3816, 6, 31, 36.71, 37.44, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30810, 1884, 31093, 3333, 9, 31, 5.87, 5.99, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30811, 1884, 31094, 306, 3, 31, 14.56, 14.85, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30812, 1884, 31095, 3655, 1, 31, 18.16, 18.52, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30813, 1884, 31096, 3115, 1, 31, 278.24, 283.80, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30814, 1884, 31097, 2101, 1, 31, 939.16, 957.94, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30815, 1884, 31098, 5849, 1, 31, 64.60, 65.89, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30816, 1884, 31099, 88, 3, 31, 1614.99, 1647.29, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30817, 1884, 31100, 2944, 3, 31, 17.57, 17.92, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30818, 1884, 31101, 2746, 9, 31, 44.09, 44.97, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30819, 1884, 31102, 5811, 1, 31, 46.22, 47.14, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30820, 1884, 31103, 3426, 3, 31, 25.19, 25.69, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30821, 1884, 31104, 256, 9, 31, 157.47, 160.62, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30822, 1884, 31105, 1144, 3, 31, 36.92, 37.66, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30823, 1884, 31106, 3958, 6, 31, 412.00, 420.24, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30824, 1884, 31107, 4038, 6, 31, 5.09, 5.19, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30825, 1884, 31108, 4254, 1, 31, 20.97, 21.39, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30826, 1884, 31109, 4064, 3, 31, 12.26, 12.51, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30827, 1884, 31110, 966, 9, 31, 12.92, 13.18, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30828, 1884, 31111, 1336, 3, 31, 36.40, 37.13, 1, 1, 'ai_sell', '2024-08-15 16:56:04', '2024-08-15 16:56:04', '2024-08-15 17:57:04'),
(30829, 1884, 31112, 537, 9, 31, 990.72, 1010.53, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30830, 1884, 31113, 2861, 3, 31, 56.09, 57.21, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30831, 1884, 31114, 2714, 6, 31, 128.97, 131.55, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30832, 1884, 31115, 5600, 6, 31, 63.43, 64.70, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30833, 1884, 31116, 1303, 9, 31, 89.61, 91.40, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30834, 1884, 31117, 6026, 6, 31, 12.48, 12.73, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30835, 1884, 31118, 4562, 1, 31, 3.94, 4.02, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30836, 1884, 31119, 5504, 3, 31, 2086.35, 2128.08, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30837, 1884, 31120, 357, 3, 31, 47.49, 48.44, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30838, 1884, 31121, 2199, 3, 31, 31.80, 32.44, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30839, 1884, 31122, 3482, 9, 31, 5.10, 5.20, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30840, 1884, 31123, 2210, 1, 31, 7.28, 7.43, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30841, 1884, 31124, 1517, 1, 31, 192.61, 196.46, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30842, 1884, 31125, 824, 3, 31, 24.42, 24.91, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30843, 1884, 31126, 3819, 9, 31, 7.41, 7.56, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30844, 1884, 31127, 4135, 1, 31, 26.71, 27.24, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30845, 1884, 31128, 3849, 9, 31, 636.00, 648.72, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30846, 1884, 31129, 1755, 9, 31, 1652.04, 1685.08, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30847, 1884, 31130, 2248, 9, 31, 3084.85, 3146.55, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30848, 1884, 31131, 3294, 1, 31, 12.35, 12.60, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30849, 1884, 31132, 5633, 6, 31, 9.21, 9.39, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30850, 1884, 31133, 5326, 1, 31, 428.35, 436.92, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30851, 1884, 31134, 2006, 1, 31, 81.60, 83.23, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30852, 1884, 31135, 5629, 6, 31, 16.21, 16.53, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30853, 1884, 31136, 1898, 6, 31, 434.30, 442.99, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30854, 1884, 31137, 3473, 1, 31, 351.22, 358.24, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30855, 1884, 31138, 3186, 3, 31, 8.36, 8.53, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30856, 1884, 31139, 3948, 1, 31, 110.07, 112.27, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30857, 1884, 31140, 1228, 9, 31, 21.53, 21.96, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30858, 1884, 31141, 5584, 6, 31, 280.84, 286.46, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30859, 1884, 31142, 3217, 3, 31, 90.69, 92.50, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30860, 1884, 31143, 929, 6, 31, 46.62, 47.55, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30861, 1884, 31144, 897, 6, 31, 469.19, 478.57, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30862, 1884, 31145, 3885, 6, 31, 416.00, 424.32, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30863, 1884, 31146, 935, 3, 31, 3.09, 3.15, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30864, 1884, 31147, 1662, 9, 31, 0.91, 0.93, 1, 1, 'ai_sell', '2024-08-15 16:56:05', '2024-08-15 16:56:05', '2024-08-15 17:57:04'),
(30865, 1902, 31148, 5141, 1, 26, 617.99, 623.55, 1, 1, 'ai_sell', '2024-08-15 17:42:02', '2024-08-15 17:42:02', '2024-08-15 18:42:03'),
(30866, 1902, 31149, 3806, 9, 26, 15.14, 15.28, 1, 1, 'ai_sell', '2024-08-15 17:42:02', '2024-08-15 17:42:02', '2024-08-15 18:42:03'),
(30867, 1902, 31150, 2041, 1, 26, 2.04, 2.06, 1, 1, 'ai_sell', '2024-08-15 17:42:02', '2024-08-15 17:42:02', '2024-08-15 18:42:03'),
(30868, 1902, 31151, 803, 6, 26, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-15 17:42:02', '2024-08-15 17:42:02', '2024-08-15 18:42:03'),
(30869, 1902, 31152, 1719, 6, 26, 1.07, 1.08, 1, 1, 'ai_sell', '2024-08-15 17:42:02', '2024-08-15 17:42:02', '2024-08-15 18:42:03'),
(30870, 1902, 31153, 1827, 6, 26, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-15 17:42:02', '2024-08-15 17:42:02', '2024-08-15 18:42:03'),
(30871, 1902, 31154, 4743, 3, 27, 20.93, 21.35, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30872, 1902, 31155, 1055, 9, 27, 30.90, 31.52, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30873, 1902, 31156, 311, 3, 27, 150.80, 153.82, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30874, 1902, 31157, 1364, 6, 27, 90.64, 92.45, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30875, 1902, 31158, 5500, 6, 27, 788.62, 804.39, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30876, 1902, 31159, 1048, 3, 27, 56.09, 57.21, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30877, 1902, 31160, 2023, 9, 27, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30878, 1902, 31161, 2615, 1, 27, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30879, 1902, 31162, 545, 1, 27, 150.49, 153.50, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30880, 1902, 31163, 1370, 3, 27, 103.95, 106.03, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30881, 1902, 31164, 4454, 1, 27, 1549.60, 1580.59, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30882, 1902, 31165, 678, 6, 27, 2.02, 2.06, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30883, 1902, 31166, 1251, 1, 27, 20.01, 20.41, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30884, 1902, 31167, 365, 1, 27, 728.00, 742.56, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30885, 1902, 31168, 3671, 1, 27, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30886, 1902, 31169, 2992, 1, 27, 125.46, 127.97, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30887, 1902, 31170, 5615, 9, 27, 200.54, 204.55, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30888, 1902, 31171, 2857, 1, 27, 28.34, 28.91, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30889, 1902, 31172, 5864, 9, 27, 38.10, 38.86, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30890, 1902, 31173, 2136, 9, 27, 20.33, 20.74, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30891, 1902, 31174, 2068, 1, 27, 795.00, 810.90, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30892, 1902, 31175, 5642, 1, 27, 112.20, 114.44, 1, 1, 'ai_sell', '2024-08-15 18:18:03', '2024-08-15 18:18:03', '2024-08-15 19:19:02'),
(30893, 1902, 31176, 4407, 6, 27, 2857.01, 2914.15, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30894, 1902, 31177, 4247, 1, 27, 15.77, 16.09, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30895, 1902, 31178, 2447, 6, 27, 183.74, 187.41, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30896, 1902, 31179, 1661, 9, 27, 14.30, 14.59, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30897, 1902, 31180, 79, 6, 27, 151.50, 154.53, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30898, 1902, 31181, 1343, 3, 27, 62.39, 63.64, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30899, 1902, 31182, 2513, 9, 27, 389.95, 397.75, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30900, 1902, 31183, 4198, 1, 27, 18.90, 19.28, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30901, 1902, 31184, 2890, 1, 27, 4210.32, 4294.53, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30902, 1902, 31185, 5166, 1, 27, 239.19, 243.97, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30903, 1902, 31186, 1030, 9, 27, 27.02, 27.56, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30904, 1902, 31187, 1109, 9, 27, 164.80, 168.10, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30905, 1902, 31188, 6016, 1, 27, 12.76, 13.02, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:02'),
(30906, 1902, 31189, 5321, 9, 27, 278.75, 284.33, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30907, 1902, 31190, 1100, 9, 27, 116.96, 119.30, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30908, 1902, 31191, 5870, 9, 27, 13.33, 13.60, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30909, 1902, 31192, 3804, 3, 27, 242.40, 247.25, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30910, 1902, 31193, 3401, 6, 27, 593.60, 605.47, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30911, 1902, 31194, 2101, 6, 27, 930.30, 948.91, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30912, 1902, 31195, 2415, 6, 27, 10.90, 11.12, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30913, 1902, 31196, 2124, 3, 27, 618.00, 630.36, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30914, 1902, 31197, 1091, 3, 27, 247.30, 252.25, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30915, 1902, 31198, 2387, 1, 27, 44.02, 44.90, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30916, 1902, 31199, 4766, 1, 27, 29.39, 29.98, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30917, 1902, 31200, 1629, 6, 27, 10.16, 10.36, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30918, 1902, 31201, 5174, 3, 27, 43.04, 43.90, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30919, 1902, 31202, 852, 9, 27, 26.70, 27.23, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30920, 1902, 31203, 2093, 3, 27, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30921, 1902, 31204, 4286, 6, 27, 111.06, 113.28, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30922, 1902, 31205, 496, 9, 27, 132.59, 135.24, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30923, 1902, 31206, 2237, 9, 27, 35.70, 36.41, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30924, 1902, 31207, 2214, 1, 27, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30925, 1902, 31208, 1004, 1, 27, 70.70, 72.11, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30926, 1902, 31209, 2930, 1, 27, 30.15, 30.75, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30927, 1902, 31210, 2818, 3, 27, 17.50, 17.85, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30928, 1902, 31211, 3912, 6, 27, 24.47, 24.96, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30929, 1902, 31212, 5785, 6, 27, 5.86, 5.98, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30930, 1902, 31213, 1859, 1, 27, 3.67, 3.74, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30931, 1902, 31214, 3846, 1, 27, 5.04, 5.14, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30932, 1902, 31215, 5924, 6, 27, 6.86, 7.00, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30933, 1902, 31216, 1811, 6, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30934, 1902, 31217, 1894, 6, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30935, 1902, 31218, 803, 1, 27, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30936, 1902, 31219, 734, 1, 27, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30937, 1902, 31220, 1827, 3, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-15 18:18:04', '2024-08-15 18:18:04', '2024-08-15 19:19:03'),
(30938, 1798, 31221, 3764, 5, NULL, 125.00, 126.25, 1, 1, 'manual_sell', '2024-08-15 19:13:13', '2024-08-15 19:13:13', '2024-08-15 20:14:03'),
(30939, 1798, 31222, 3435, 5, NULL, 151.00, 152.51, 1, 1, 'manual_sell', '2024-08-15 19:14:52', '2024-08-15 19:14:52', '2024-08-15 20:15:03'),
(30940, 1798, 31223, 3740, 5, NULL, 31.00, 31.31, 2, 1, 'manual_sell', '2024-08-15 19:40:16', '2024-08-15 19:40:16', '2024-08-15 20:41:02'),
(30941, 1915, 30996, 1034, 1, NULL, 99.00, 99.99, 1, 1, 'manual_sell', '2024-08-16 02:33:45', '2024-08-16 02:33:45', '2024-08-16 03:34:02'),
(30942, 1915, 30997, 3243, 1, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-08-16 02:35:32', '2024-08-16 02:35:32', '2024-08-16 03:36:02'),
(30943, 1850, 31241, 3000, 5, NULL, 21.98, 22.19, 46, 1, 'manual_sell', '2024-08-16 09:51:13', '2024-08-16 09:51:13', '2024-08-16 10:52:02'),
(30944, 1925, 31328, 4465, 1, 30, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30945, 1925, 31329, 414, 3, 30, 31.35, 31.98, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30946, 1925, 31330, 943, 6, 30, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30947, 1925, 31331, 2135, 6, 30, 57.64, 58.79, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30948, 1925, 31332, 5949, 1, 30, 208.00, 212.16, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30949, 1925, 31333, 657, 6, 30, 40.17, 40.97, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30950, 1925, 31334, 2680, 3, 30, 27.98, 28.54, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30951, 1925, 31335, 41, 3, 30, 18.54, 18.91, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30952, 1925, 31336, 1558, 3, 30, 20.65, 21.06, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30953, 1925, 31337, 5453, 3, 30, 260.59, 265.80, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30954, 1925, 31338, 1075, 6, 30, 235.20, 239.90, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30955, 1925, 31339, 4251, 6, 30, 23.45, 23.92, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:03'),
(30956, 1925, 31340, 846, 3, 30, 301.67, 307.70, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30957, 1925, 31341, 903, 6, 30, 84.12, 85.80, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30958, 1925, 31342, 1899, 9, 30, 11.52, 11.75, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30959, 1925, 31343, 3471, 3, 30, 86.51, 88.24, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30960, 1925, 31344, 2661, 1, 30, 15.84, 16.16, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30961, 1925, 31345, 677, 3, 30, 6361.74, 6488.97, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30962, 1925, 31346, 1036, 1, 30, 885.80, 903.52, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30963, 1925, 31347, 1361, 3, 30, 78.22, 79.78, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30964, 1925, 31348, 2669, 1, 30, 125.38, 127.89, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30965, 1925, 31349, 2924, 3, 30, 30.53, 31.14, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30966, 1925, 31350, 2665, 6, 30, 18.17, 18.53, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30967, 1925, 31351, 1403, 6, 30, 8.33, 8.50, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30968, 1925, 31352, 4870, 1, 30, 142.79, 145.65, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30969, 1925, 31353, 5465, 6, 30, 40.79, 41.61, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30970, 1925, 31354, 5019, 9, 30, 259.99, 265.19, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30971, 1925, 31355, 1015, 9, 30, 4.12, 4.20, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30972, 1925, 31356, 5589, 6, 30, 151.98, 155.02, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30973, 1925, 31357, 4018, 6, 30, 50.50, 51.51, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30974, 1925, 31358, 5272, 6, 30, 6.15, 6.27, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30975, 1925, 31359, 1308, 9, 30, 715.50, 729.81, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30976, 1925, 31360, 2510, 1, 30, 40.33, 41.14, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30977, 1925, 31361, 2039, 3, 30, 31.49, 32.12, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30978, 1925, 31362, 3798, 3, 30, 20.27, 20.68, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30979, 1925, 31363, 1786, 3, 30, 16.64, 16.97, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30980, 1925, 31364, 2085, 3, 30, 29.76, 30.36, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30981, 1925, 31365, 3859, 9, 30, 153.00, 156.06, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30982, 1925, 31366, 4274, 1, 30, 63.00, 64.26, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30983, 1925, 31367, 2495, 9, 30, 35.34, 36.05, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30984, 1925, 31368, 1533, 9, 30, 23.46, 23.93, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30985, 1925, 31369, 4201, 1, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30986, 1925, 31370, 263, 9, 30, 6.41, 6.54, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30987, 1925, 31371, 3711, 9, 30, 841.04, 857.86, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30988, 1925, 31372, 3598, 6, 30, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30989, 1925, 31373, 1216, 3, 30, 8.69, 8.86, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30990, 1925, 31374, 1902, 6, 30, 106.49, 108.62, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30991, 1925, 31375, 457, 3, 30, 205.91, 210.03, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30992, 1925, 31376, 5541, 1, 30, 38.34, 39.11, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30993, 1925, 31377, 1196, 6, 30, 121.20, 123.62, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30994, 1925, 31378, 6058, 6, 30, 19.43, 19.82, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30995, 1925, 31379, 4926, 9, 30, 27.81, 28.37, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30996, 1925, 31380, 874, 9, 30, 63.60, 64.87, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30997, 1925, 31381, 1159, 3, 30, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30998, 1925, 31382, 706, 6, 30, 68.63, 70.00, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(30999, 1925, 31383, 1333, 3, 30, 9.75, 9.95, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(31000, 1925, 31384, 1402, 6, 30, 15.94, 16.26, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(31001, 1925, 31385, 5833, 6, 30, 16.28, 16.61, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(31002, 1925, 31386, 6108, 3, 30, 2.20, 2.24, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(31003, 1925, 31387, 5899, 6, 30, 2.03, 2.07, 1, 1, 'ai_sell', '2024-08-16 09:54:03', '2024-08-16 09:54:03', '2024-08-16 10:55:04'),
(31004, 1925, 31388, 1829, 6, 30, 0.77, 0.79, 1, 1, 'ai_sell', '2024-08-16 09:54:04', '2024-08-16 09:54:04', '2024-08-16 10:55:04'),
(31005, 1925, 31389, 1827, 6, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-16 09:54:04', '2024-08-16 09:54:04', '2024-08-16 10:55:04'),
(31006, 1912, 31390, 5424, 1, 29, 19.54, 19.83, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31007, 1912, 31391, 86, 6, 29, 140.08, 142.18, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31008, 1912, 31392, 3752, 9, 29, 64.11, 65.07, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31009, 1912, 31393, 1270, 3, 29, 9.43, 9.57, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31010, 1912, 31394, 176, 1, 29, 226.59, 229.99, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31011, 1912, 31395, 688, 3, 29, 2789.85, 2831.70, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31012, 1912, 31396, 4686, 9, 29, 1333.96, 1353.97, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31013, 1912, 31397, 4406, 9, 29, 24.95, 25.32, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31014, 1912, 31398, 2218, 6, 29, 22.39, 22.73, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31015, 1912, 31399, 5553, 9, 29, 112.19, 113.87, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31016, 1912, 31400, 5147, 3, 29, 188.99, 191.82, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31017, 1912, 31401, 5814, 1, 29, 371.00, 376.57, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31018, 1912, 31402, 4693, 1, 29, 15.11, 15.34, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31019, 1912, 31403, 411, 6, 29, 32.34, 32.83, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31020, 1912, 31404, 5947, 9, 29, 8029.31, 8149.75, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31021, 1912, 31405, 1141, 1, 29, 99.91, 101.41, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31022, 1912, 31406, 4729, 6, 29, 87.85, 89.17, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31023, 1912, 31407, 3341, 9, 29, 55.07, 55.90, 1, 1, 'ai_sell', '2024-08-16 09:59:02', '2024-08-16 09:59:02', '2024-08-16 10:59:02'),
(31024, 1912, 31408, 4106, 9, 29, 1.34, 1.36, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31025, 1912, 31409, 2488, 1, 29, 102.00, 103.53, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31026, 1912, 31410, 3131, 6, 29, 21.62, 21.94, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31027, 1912, 31411, 4396, 6, 29, 101.86, 103.39, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31028, 1912, 31412, 5419, 6, 29, 20.58, 20.89, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31029, 1912, 31413, 3403, 9, 29, 5.14, 5.22, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31030, 1912, 31414, 803, 3, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31031, 1912, 31415, 1844, 1, 29, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31032, 1912, 31416, 1827, 1, 29, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-16 09:59:03', '2024-08-16 09:59:03', '2024-08-16 11:00:03'),
(31033, 1886, 31417, 355, 5, NULL, 11.00, 11.11, 29, 1, 'manual_sell', '2024-08-16 11:06:09', '2024-08-16 11:06:09', '2024-08-16 12:07:02'),
(31034, 1920, 31419, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-16 11:25:50', '2024-08-16 11:25:50', '2024-08-16 12:26:02'),
(31035, 1920, 31420, 3158, 5, NULL, 40.00, 40.40, 1, 1, 'manual_sell', '2024-08-16 11:26:17', '2024-08-16 11:26:17', '2024-08-16 12:27:02'),
(31036, 1921, 31418, 2857, 5, NULL, 27.00, 27.27, 2, 1, 'manual_sell', '2024-08-16 11:26:55', '2024-08-16 11:26:55', '2024-08-16 12:27:02'),
(31037, 1850, 31421, 350, 3, 32, 51.50, 52.27, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31038, 1850, 31422, 1420, 3, 32, 68.07, 69.09, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31039, 1850, 31423, 2539, 6, 32, 10.59, 10.75, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31040, 1850, 31424, 2259, 9, 32, 215.22, 218.45, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31041, 1850, 31425, 2461, 6, 32, 7.20, 7.31, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31042, 1850, 31426, 1515, 6, 32, 371.00, 376.57, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31043, 1850, 31427, 3715, 3, 32, 22.43, 22.77, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31044, 1850, 31428, 4595, 1, 32, 52.94, 53.73, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31045, 1850, 31429, 3299, 3, 32, 28.34, 28.77, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31046, 1850, 31430, 3177, 6, 32, 52.52, 53.31, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31047, 1850, 31431, 2680, 1, 32, 27.46, 27.87, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31048, 1850, 31432, 103, 9, 32, 505.00, 512.58, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31049, 1850, 31433, 5954, 3, 32, 189.74, 192.59, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31050, 1850, 31434, 5750, 1, 32, 8.66, 8.79, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31051, 1850, 31435, 3579, 9, 32, 11.45, 11.62, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31052, 1850, 31436, 1949, 9, 32, 83.11, 84.36, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31053, 1850, 31437, 2336, 6, 32, 46.35, 47.05, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31054, 1850, 31438, 3436, 9, 32, 21.62, 21.94, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31055, 1850, 31439, 4519, 1, 32, 19.94, 20.24, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31056, 1850, 31440, 3099, 3, 32, 11.51, 11.68, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31057, 1850, 31441, 4074, 9, 32, 16.31, 16.55, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31058, 1850, 31442, 4146, 9, 32, 9.53, 9.67, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31059, 1850, 31443, 2133, 3, 32, 132.50, 134.49, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31060, 1850, 31444, 4534, 9, 32, 107.06, 108.67, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31061, 1850, 31445, 2386, 6, 32, 8.48, 8.61, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31062, 1850, 31446, 3338, 1, 32, 5.46, 5.54, 1, 1, 'ai_sell', '2024-08-16 13:01:02', '2024-08-16 13:01:02', '2024-08-16 14:01:02'),
(31063, 1850, 31447, 5564, 9, 32, 6.11, 6.20, 1, 1, 'ai_sell', '2024-08-16 13:01:03', '2024-08-16 13:01:03', '2024-08-16 14:02:02'),
(31064, 1850, 31448, 624, 6, 32, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-16 13:01:03', '2024-08-16 13:01:03', '2024-08-16 14:02:02'),
(31065, 1850, 31449, 803, 9, 32, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-16 13:01:03', '2024-08-16 13:01:03', '2024-08-16 14:02:02'),
(31066, 1876, 31450, 1899, 6, 28, 11.85, 11.96, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31067, 1876, 31451, 2609, 3, 28, 27.29, 27.54, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31068, 1876, 31452, 1803, 1, 28, 21.20, 21.39, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31069, 1876, 31453, 3651, 9, 28, 35.62, 35.94, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31070, 1876, 31454, 5993, 1, 28, 5.24, 5.29, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31071, 1876, 31455, 755, 1, 28, 33.98, 34.29, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31072, 1876, 31456, 4674, 1, 28, 5.51, 5.56, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31073, 1876, 31457, 3332, 3, 28, 22.13, 22.33, 1, 1, 'ai_sell', '2024-08-16 13:21:02', '2024-08-16 13:21:02', '2024-08-16 14:21:02'),
(31074, 1884, 31458, 3689, 9, 31, 207.02, 211.16, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31075, 1884, 31459, 4188, 3, 31, 143.82, 146.70, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31076, 1884, 31460, 2088, 1, 31, 15.15, 15.45, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31077, 1884, 31461, 1673, 9, 31, 4.03, 4.11, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31078, 1884, 31462, 6105, 9, 31, 10.59, 10.80, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31079, 1884, 31463, 4581, 9, 31, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31080, 1884, 31464, 2613, 3, 31, 29.73, 30.32, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31081, 1884, 31465, 4998, 3, 31, 121.90, 124.34, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31082, 1884, 31466, 5297, 6, 31, 101.00, 103.02, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31083, 1884, 31467, 3418, 6, 31, 24.82, 25.32, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31084, 1884, 31468, 2283, 3, 31, 99.64, 101.63, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31085, 1884, 31469, 5368, 6, 31, 9411.99, 9600.23, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31086, 1884, 31470, 3073, 6, 31, 117.60, 119.95, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31087, 1884, 31471, 1567, 3, 31, 44.28, 45.17, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31088, 1884, 31472, 5700, 6, 31, 36.60, 37.33, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31089, 1884, 31473, 5265, 9, 31, 17.50, 17.85, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31090, 1884, 31474, 2910, 1, 31, 35.36, 36.07, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31091, 1884, 31475, 4773, 1, 31, 50.47, 51.48, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31092, 1884, 31476, 3266, 9, 31, 249.61, 254.60, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31093, 1884, 31477, 1377, 1, 31, 12.47, 12.72, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31094, 1884, 31478, 2444, 1, 31, 2332.00, 2378.64, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31095, 1884, 31479, 4957, 6, 31, 3504.06, 3574.14, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31096, 1884, 31480, 3792, 9, 31, 234.59, 239.28, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31097, 1884, 31481, 1326, 9, 31, 34.22, 34.90, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31098, 1884, 31482, 667, 6, 31, 4474.74, 4564.23, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31099, 1884, 31483, 4260, 1, 31, 39.13, 39.91, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:03'),
(31100, 1884, 31484, 1948, 1, 31, 12.12, 12.36, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:04'),
(31101, 1884, 31485, 2092, 9, 31, 156.89, 160.03, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:04'),
(31102, 1884, 31486, 5471, 1, 31, 4.23, 4.31, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:04'),
(31103, 1884, 31487, 5140, 1, 31, 22.87, 23.33, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:04'),
(31104, 1884, 31488, 3696, 1, 31, 31.17, 31.79, 1, 1, 'ai_sell', '2024-08-16 18:09:03', '2024-08-16 18:09:03', '2024-08-16 19:10:04'),
(31105, 1884, 31489, 5139, 3, 31, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31106, 1884, 31490, 5783, 3, 31, 25.46, 25.97, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31107, 1884, 31491, 847, 3, 31, 19.91, 20.31, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31108, 1884, 31492, 3012, 3, 31, 382.49, 390.14, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31109, 1884, 31493, 4613, 6, 31, 375.35, 382.86, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31110, 1884, 31494, 5975, 3, 31, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31111, 1884, 31495, 993, 3, 31, 27.38, 27.93, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31112, 1884, 31496, 4909, 6, 31, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31113, 1884, 31497, 3694, 1, 31, 478.90, 488.48, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31114, 1884, 31498, 4236, 3, 31, 306.00, 312.12, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31115, 1884, 31499, 4488, 9, 31, 203.00, 207.06, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31116, 1884, 31500, 3446, 3, 31, 82.59, 84.24, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31117, 1884, 31501, 4787, 1, 31, 32.54, 33.19, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31118, 1884, 31502, 2842, 1, 31, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31119, 1884, 31503, 2460, 1, 31, 9.51, 9.70, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31120, 1884, 31504, 4446, 9, 31, 33.65, 34.32, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31121, 1884, 31505, 2831, 9, 31, 1038.96, 1059.74, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31122, 1884, 31506, 5141, 1, 31, 635.99, 648.71, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31123, 1884, 31507, 2512, 1, 31, 26.77, 27.31, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31124, 1884, 31508, 3691, 1, 31, 479.49, 489.08, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31125, 1884, 31509, 70, 6, 31, 43.26, 44.13, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31126, 1884, 31510, 2973, 6, 31, 409.01, 417.19, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31127, 1884, 31511, 754, 6, 31, 603.47, 615.54, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31128, 1884, 31512, 3018, 1, 31, 2.53, 2.58, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31129, 1884, 31513, 5388, 1, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31130, 1884, 31514, 5936, 3, 31, 32.79, 33.45, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31131, 1884, 31515, 4668, 6, 31, 1.47, 1.50, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31132, 1884, 31516, 5357, 1, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31133, 1884, 31517, 723, 9, 31, 112.11, 114.35, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31134, 1884, 31518, 3342, 6, 31, 16.63, 16.96, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31135, 1884, 31519, 3627, 6, 31, 2120.00, 2162.40, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31136, 1884, 31520, 479, 3, 31, 1320.80, 1347.22, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31137, 1884, 31521, 2462, 9, 31, 3.11, 3.17, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31138, 1884, 31522, 5092, 6, 31, 24.25, 24.74, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31139, 1884, 31523, 2478, 3, 31, 1366.65, 1393.98, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31140, 1884, 31524, 1282, 3, 31, 522.09, 532.53, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31141, 1884, 31525, 4513, 3, 31, 7.42, 7.57, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31142, 1884, 31526, 2528, 9, 31, 171.70, 175.13, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31143, 1884, 31527, 3554, 6, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31144, 1884, 31528, 3207, 1, 31, 4028.00, 4108.56, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31145, 1884, 31529, 6078, 1, 31, 40.79, 41.61, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31146, 1884, 31530, 1868, 9, 31, 41.57, 42.40, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(31147, 1884, 31531, 6000, 6, 31, 1060.49, 1081.70, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31148, 1884, 31532, 1102, 6, 31, 251.32, 256.35, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31149, 1884, 31533, 1109, 1, 31, 164.80, 168.10, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31150, 1884, 31534, 645, 3, 31, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31151, 1884, 31535, 636, 3, 31, 7.42, 7.57, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31152, 1884, 31536, 3995, 3, 31, 4620.00, 4712.40, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31153, 1884, 31537, 2131, 3, 31, 167.48, 170.83, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31154, 1884, 31538, 1554, 3, 31, 14.70, 14.99, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31155, 1884, 31539, 4082, 3, 31, 25.99, 26.51, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31156, 1884, 31540, 4059, 3, 31, 16.14, 16.46, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31157, 1884, 31541, 4912, 9, 31, 653.77, 666.85, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31158, 1884, 31542, 4993, 6, 31, 4453.71, 4542.78, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31159, 1884, 31543, 5116, 9, 31, 9.99, 10.19, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31160, 1884, 31544, 3676, 9, 31, 8.65, 8.82, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31161, 1884, 31545, 3623, 6, 31, 40.30, 41.11, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31162, 1884, 31546, 5393, 1, 31, 50.81, 51.83, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31163, 1884, 31547, 4252, 6, 31, 204.97, 209.07, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31164, 1884, 31548, 866, 9, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31165, 1884, 31549, 5626, 6, 31, 164.80, 168.10, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31166, 1884, 31550, 4285, 9, 31, 114.24, 116.52, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31167, 1884, 31551, 5590, 9, 31, 57.74, 58.89, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31168, 1884, 31552, 4935, 6, 31, 7.30, 7.45, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31169, 1884, 31553, 3460, 6, 31, 3.57, 3.64, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31170, 1884, 31554, 5097, 9, 31, 121.20, 123.62, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31171, 1884, 31555, 2975, 1, 31, 499.58, 509.57, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31172, 1884, 31556, 1335, 9, 31, 113.36, 115.63, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31173, 1884, 31557, 241, 3, 31, 159.64, 162.83, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31174, 1884, 31558, 3242, 6, 31, 22.01, 22.45, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31175, 1884, 31559, 352, 1, 31, 21.21, 21.63, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31176, 1884, 31560, 947, 1, 31, 32.69, 33.34, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31177, 1884, 31561, 1315, 3, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31178, 1884, 31562, 1509, 9, 31, 93.98, 95.86, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31179, 1884, 31563, 1597, 6, 31, 2.28, 2.33, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31180, 1884, 31564, 4637, 6, 31, 22.65, 23.10, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31181, 1884, 31565, 1527, 1, 31, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-16 18:09:04', '2024-08-16 18:09:04', '2024-08-16 19:10:04'),
(31182, 1884, 31566, 2549, 1, 31, 348.22, 355.18, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31183, 1884, 31567, 4800, 1, 31, 54.08, 55.16, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31184, 1884, 31568, 1061, 1, 31, 16.27, 16.60, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31185, 1884, 31569, 6101, 6, 31, 5.49, 5.60, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31186, 1884, 31570, 4968, 6, 31, 16.56, 16.89, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31187, 1884, 31571, 5489, 1, 31, 2.08, 2.12, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31188, 1884, 31572, 2809, 6, 31, 35.41, 36.12, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31189, 1884, 31573, 2912, 1, 31, 96.24, 98.16, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31190, 1884, 31574, 5968, 1, 31, 20.77, 21.19, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31191, 1884, 31575, 4565, 6, 31, 90.90, 92.72, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31192, 1884, 31576, 5565, 9, 31, 142.85, 145.71, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31193, 1884, 31577, 1240, 1, 31, 5047.00, 5147.94, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31194, 1884, 31578, 3656, 6, 31, 30.90, 31.52, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31195, 1884, 31579, 6169, 3, 31, 18.25, 18.62, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31196, 1884, 31580, 286, 9, 31, 212.00, 216.24, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31197, 1884, 31581, 1194, 1, 31, 11.43, 11.66, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31198, 1884, 31582, 5878, 3, 31, 378.00, 385.56, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31199, 1884, 31583, 4263, 9, 31, 105.99, 108.11, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31200, 1884, 31584, 419, 3, 31, 895.70, 913.61, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31201, 1884, 31585, 2127, 9, 31, 2.53, 2.58, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31202, 1884, 31586, 1827, 1, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:04'),
(31203, 1884, 31587, 803, 3, 31, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:05'),
(31204, 1884, 31588, 1811, 1, 31, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-16 18:09:05', '2024-08-16 18:09:05', '2024-08-16 19:10:05'),
(31205, 1798, 31589, 6002, 5, NULL, 281.00, 283.81, 1, 1, 'manual_sell', '2024-08-16 20:46:14', '2024-08-16 20:46:14', '2024-08-16 21:47:02'),
(31206, 1798, 31590, 2066, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-08-16 20:52:11', '2024-08-16 20:52:11', '2024-08-16 21:53:02'),
(31207, 1798, 31591, 2013, 5, NULL, 42.00, 42.42, 1, 1, 'manual_sell', '2024-08-16 20:52:50', '2024-08-16 20:52:50', '2024-08-16 21:53:02'),
(31208, 1915, 31606, 2344, 1, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-08-17 06:58:30', '2024-08-17 06:58:30', '2024-08-17 07:59:02'),
(31209, 1915, 31607, 3184, 1, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-08-17 06:59:42', '2024-08-17 06:59:42', '2024-08-17 08:00:02'),
(31210, 1850, 31608, 1822, 5, NULL, 40.00, 40.40, 25, 1, 'manual_sell', '2024-08-17 11:03:44', '2024-08-17 11:03:44', '2024-08-17 12:04:02'),
(31211, 1850, 31609, 1673, 5, NULL, 4.00, 4.04, 5, 1, 'manual_sell', '2024-08-17 11:05:08', '2024-08-17 11:05:08', '2024-08-17 12:06:02'),
(31212, 1925, 31610, 2600, 3, 30, 1018.98, 1039.36, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31213, 1925, 31611, 817, 3, 30, 66.27, 67.60, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31214, 1925, 31612, 5335, 1, 30, 19.80, 20.20, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31215, 1925, 31613, 1510, 3, 30, 78.78, 80.36, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31216, 1925, 31614, 1077, 3, 30, 165.36, 168.67, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31217, 1925, 31615, 4024, 3, 30, 17.50, 17.85, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31218, 1925, 31616, 2800, 9, 30, 3669.89, 3743.29, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31219, 1925, 31617, 4371, 9, 30, 71.70, 73.13, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31220, 1925, 31618, 3522, 1, 30, 30.15, 30.75, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31221, 1925, 31619, 1008, 3, 30, 452.59, 461.64, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31222, 1925, 31620, 581, 3, 30, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31223, 1925, 31621, 2878, 3, 30, 5726.12, 5840.64, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31224, 1925, 31622, 1368, 6, 30, 499.80, 509.80, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31225, 1925, 31623, 3264, 6, 30, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31226, 1925, 31624, 5526, 6, 30, 5.05, 5.15, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31227, 1925, 31625, 3114, 6, 30, 11.22, 11.44, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31228, 1925, 31626, 131, 3, 30, 7.07, 7.21, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31229, 1925, 31627, 5957, 1, 30, 12.26, 12.51, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31230, 1925, 31628, 3914, 3, 30, 73.53, 75.00, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31231, 1925, 31629, 4010, 6, 30, 101.15, 103.17, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31232, 1925, 31630, 626, 6, 30, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31233, 1925, 31631, 1415, 3, 30, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31234, 1925, 31632, 4589, 1, 30, 10.40, 10.61, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31235, 1925, 31633, 4171, 6, 30, 26.49, 27.02, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31236, 1925, 31634, 2464, 9, 30, 73.83, 75.31, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31237, 1925, 31635, 1348, 3, 30, 8.03, 8.19, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31238, 1925, 31636, 3448, 6, 30, 14.25, 14.54, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31239, 1925, 31637, 5992, 3, 30, 83.20, 84.86, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31240, 1925, 31638, 4491, 6, 30, 24.48, 24.97, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31241, 1925, 31639, 1414, 6, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31242, 1925, 31640, 811, 3, 30, 259.55, 264.74, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31243, 1925, 31641, 2821, 6, 30, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31244, 1925, 31642, 3456, 3, 30, 102.96, 105.02, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31245, 1925, 31643, 4406, 1, 30, 24.47, 24.96, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31246, 1925, 31644, 1678, 1, 30, 730.80, 745.42, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31247, 1925, 31645, 1580, 6, 30, 15.39, 15.70, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31248, 1925, 31646, 2783, 1, 30, 11.11, 11.33, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31249, 1925, 31647, 2023, 6, 30, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31250, 1925, 31648, 2457, 9, 30, 3.33, 3.40, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31251, 1925, 31649, 634, 1, 30, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31252, 1925, 31650, 1894, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-17 11:06:03', '2024-08-17 11:06:03', '2024-08-17 12:07:02'),
(31253, 1912, 31651, 3746, 3, 29, 40.00, 40.60, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31254, 1912, 31652, 482, 3, 29, 26.62, 27.02, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31255, 1912, 31653, 488, 9, 29, 9174.90, 9312.52, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31256, 1912, 31654, 4730, 1, 29, 15.79, 16.03, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31257, 1912, 31655, 3542, 9, 29, 6.54, 6.64, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31258, 1912, 31656, 391, 6, 29, 19.88, 20.18, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31259, 1912, 31657, 2530, 6, 29, 1558.96, 1582.34, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31260, 1912, 31658, 4415, 1, 29, 205.01, 208.09, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31261, 1912, 31659, 307, 6, 29, 4.02, 4.08, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31262, 1912, 31660, 1597, 3, 29, 2.30, 2.33, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31263, 1912, 31661, 5430, 1, 29, 20.40, 20.71, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31264, 1912, 31662, 3144, 9, 29, 180.20, 182.90, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31265, 1912, 31663, 2569, 9, 29, 70.49, 71.55, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31266, 1912, 31664, 3617, 6, 29, 373.25, 378.85, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31267, 1912, 31665, 5374, 9, 29, 70.76, 71.82, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31268, 1912, 31666, 2283, 3, 29, 97.76, 99.23, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31269, 1912, 31667, 4838, 6, 29, 673.19, 683.29, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31270, 1912, 31668, 5551, 9, 29, 203.99, 207.05, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31271, 1912, 31669, 5880, 3, 29, 10.19, 10.34, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31272, 1912, 31670, 3015, 1, 29, 80.12, 81.32, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31273, 1912, 31671, 5735, 6, 29, 19.94, 20.24, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31274, 1912, 31672, 376, 1, 29, 9.89, 10.04, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31275, 1912, 31673, 2560, 9, 29, 123.59, 125.44, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31276, 1912, 31674, 77, 9, 29, 74.20, 75.31, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31277, 1912, 31675, 2557, 1, 29, 4.46, 4.53, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31278, 1912, 31676, 1774, 9, 29, 60.64, 61.55, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31279, 1912, 31677, 3161, 9, 29, 304.50, 309.07, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31280, 1912, 31678, 3083, 3, 29, 53.00, 53.80, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31281, 1912, 31679, 1896, 3, 29, 50.76, 51.52, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31282, 1912, 31680, 843, 9, 29, 475.94, 483.08, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31283, 1912, 31681, 221, 1, 29, 25.27, 25.65, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31284, 1912, 31682, 3439, 1, 29, 12.27, 12.45, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31285, 1912, 31683, 4445, 6, 29, 27.97, 28.39, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31286, 1912, 31684, 1363, 3, 29, 3.33, 3.38, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31287, 1912, 31685, 1952, 1, 29, 1.35, 1.37, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31288, 1912, 31686, 3533, 6, 29, 2.49, 2.53, 1, 1, 'ai_sell', '2024-08-17 11:11:03', '2024-08-17 11:11:03', '2024-08-17 12:12:02'),
(31289, 1886, 31687, 2383, 5, NULL, 23.00, 23.23, 14, 1, 'manual_sell', '2024-08-17 12:10:20', '2024-08-17 12:10:20', '2024-08-17 13:11:02'),
(31290, 1920, 31689, 95, 5, NULL, 337.00, 340.37, 1, 1, 'manual_sell', '2024-08-17 12:31:27', '2024-08-17 12:31:27', '2024-08-17 13:32:02'),
(31291, 1920, 31688, 57, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-17 12:31:49', '2024-08-17 12:31:49', '2024-08-17 13:32:02'),
(31292, 1921, 31690, 2027, 5, NULL, 55.00, 55.55, 1, 1, 'manual_sell', '2024-08-17 12:32:46', '2024-08-17 12:32:46', '2024-08-17 13:33:02'),
(31293, 1850, 31691, 2270, 1, 32, 78.75, 79.93, 1, 1, 'ai_sell', '2024-08-17 14:13:02', '2024-08-17 14:13:02', '2024-08-17 15:13:02'),
(31294, 1850, 31692, 1155, 1, 32, 68.90, 69.93, 1, 1, 'ai_sell', '2024-08-17 14:13:02', '2024-08-17 14:13:02', '2024-08-17 15:13:02'),
(31295, 1850, 31693, 4097, 9, 32, 21.61, 21.93, 1, 1, 'ai_sell', '2024-08-17 14:13:02', '2024-08-17 14:13:02', '2024-08-17 15:13:02'),
(31296, 1850, 31694, 5721, 1, 32, 10.79, 10.95, 1, 1, 'ai_sell', '2024-08-17 14:13:02', '2024-08-17 14:13:02', '2024-08-17 15:13:02'),
(31297, 1850, 31695, 5593, 9, 32, 260.99, 264.90, 1, 1, 'ai_sell', '2024-08-17 14:13:02', '2024-08-17 14:13:02', '2024-08-17 15:13:02'),
(31298, 1850, 31696, 4770, 3, 32, 38.84, 39.42, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31299, 1850, 31697, 5401, 3, 32, 11.65, 11.82, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31300, 1850, 31698, 3141, 3, 32, 36.44, 36.99, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31301, 1850, 31699, 6029, 9, 32, 26.49, 26.89, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31302, 1850, 31700, 4019, 6, 32, 48.29, 49.01, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31303, 1850, 31701, 1105, 9, 32, 685.36, 695.64, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31304, 1850, 31702, 3090, 6, 32, 5.30, 5.38, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31305, 1850, 31703, 3203, 9, 32, 40.79, 41.40, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31306, 1850, 31704, 1846, 6, 32, 1.52, 1.54, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31307, 1850, 31705, 5103, 3, 32, 72.72, 73.81, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31308, 1850, 31706, 5767, 9, 32, 212.00, 215.18, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31309, 1850, 31707, 3300, 3, 32, 26.78, 27.18, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31310, 1850, 31708, 2179, 9, 32, 51.30, 52.07, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31311, 1850, 31709, 4900, 3, 32, 140.35, 142.46, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31312, 1850, 31710, 1005, 9, 32, 10.10, 10.25, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31313, 1850, 31711, 4283, 1, 32, 10.61, 10.77, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31314, 1850, 31712, 4039, 6, 32, 20.03, 20.33, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31315, 1850, 31713, 2143, 9, 32, 20.40, 20.71, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31316, 1850, 31714, 5074, 1, 32, 24.14, 24.50, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31317, 1850, 31715, 308, 6, 32, 7.62, 7.73, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31318, 1850, 31716, 1701, 3, 32, 6.63, 6.73, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31319, 1850, 31717, 4973, 1, 32, 19.37, 19.66, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31320, 1850, 31718, 890, 1, 32, 164.79, 167.26, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31321, 1850, 31719, 1827, 1, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-17 14:13:03', '2024-08-17 14:13:03', '2024-08-17 15:14:02'),
(31322, 1866, 19958, 3112, 3, 6, 7.65, 7.72, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31323, 1866, 19959, 5498, 3, 6, 36.97, 37.30, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31324, 1866, 19960, 4933, 9, 6, 5.52, 5.57, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31325, 1866, 19961, 1021, 1, 6, 3.15, 3.18, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31326, 1866, 19962, 6010, 9, 6, 4.83, 4.87, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31327, 1866, 19963, 765, 1, 6, 1.31, 1.32, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31328, 1866, 19964, 1523, 9, 6, 1.58, 1.59, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31329, 1866, 19965, 689, 1, 6, 3.06, 3.09, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31330, 1870, 19966, 5170, 1, 8, 5.30, 5.41, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31331, 1870, 19967, 1614, 9, 8, 4.07, 4.15, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31332, 1870, 19968, 501, 6, 8, 3553.15, 3624.21, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31333, 1870, 19969, 4779, 1, 8, 41.99, 42.83, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31334, 1870, 19970, 5732, 9, 8, 9.14, 9.32, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31335, 1870, 19971, 235, 6, 8, 224.69, 229.18, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31336, 1870, 19972, 1832, 1, 8, 2.84, 2.90, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31337, 1870, 19973, 46, 1, 8, 10.50, 10.71, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31338, 1870, 19974, 2628, 3, 8, 79.89, 81.49, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31339, 1870, 19975, 1018, 6, 8, 51.44, 52.47, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31340, 1870, 19976, 1878, 3, 8, 26.50, 27.03, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31341, 1870, 19977, 3550, 1, 8, 7.90, 8.06, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31342, 1870, 19978, 1808, 9, 8, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31343, 1870, 19979, 3253, 9, 8, 16.56, 16.89, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31344, 1870, 19980, 2177, 9, 8, 432.60, 441.25, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31345, 1870, 19981, 6062, 3, 8, 21.83, 22.27, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31346, 1870, 19982, 458, 1, 8, 84.79, 86.49, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31347, 1870, 19983, 4375, 3, 8, 84.80, 86.50, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31348, 1870, 19984, 1225, 1, 8, 39.51, 40.30, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31349, 1870, 19985, 279, 3, 8, 298.85, 304.83, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31350, 1870, 19986, 5183, 9, 8, 25.62, 26.13, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31351, 1870, 19987, 4743, 1, 8, 21.13, 21.55, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31352, 1870, 19988, 2303, 3, 8, 76.50, 78.03, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31353, 1870, 19989, 4918, 6, 8, 29.67, 30.26, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31354, 1870, 19990, 5422, 6, 8, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31355, 1870, 19991, 2403, 9, 8, 3360.00, 3427.20, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31356, 1870, 19992, 1187, 6, 8, 13.58, 13.85, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31357, 1870, 19993, 2656, 9, 8, 2929.60, 2988.19, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31358, 1870, 19994, 3195, 3, 8, 206.83, 210.97, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31359, 1870, 19995, 590, 3, 8, 3315.00, 3381.30, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31360, 1870, 19996, 6045, 6, 8, 19.84, 20.24, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31361, 1870, 19997, 2799, 3, 8, 510.63, 520.84, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31362, 1870, 19998, 2422, 1, 8, 520.00, 530.40, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31363, 1870, 19999, 967, 9, 8, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31364, 1870, 20000, 5420, 3, 8, 18.42, 18.79, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31365, 1870, 20001, 5169, 3, 8, 134.92, 137.62, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31366, 1870, 20002, 1269, 1, 8, 115.50, 117.81, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31367, 1870, 20003, 5133, 3, 8, 76.79, 78.33, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31368, 1870, 20004, 2977, 6, 8, 747.78, 762.74, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31369, 1870, 20005, 5911, 9, 8, 7.99, 8.15, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31370, 1870, 20006, 476, 1, 8, 153.60, 156.67, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31371, 1870, 20007, 224, 9, 8, 49.28, 50.27, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31372, 1870, 20008, 2203, 3, 8, 7.53, 7.68, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31373, 1870, 20009, 1602, 1, 8, 5.09, 5.19, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31374, 1870, 20010, 3533, 1, 8, 2.42, 2.47, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31375, 1870, 20011, 949, 1, 8, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:04'),
(31376, 1873, 20114, 1932, 3, 9, 8.13, 8.29, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:05'),
(31377, 1873, 20115, 2101, 3, 9, 921.44, 939.87, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:05'),
(31378, 1873, 20116, 1484, 1, 9, 10.01, 10.21, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:05'),
(31379, 1873, 20117, 936, 1, 9, 51.39, 52.42, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:05'),
(31380, 1873, 20118, 1901, 3, 9, 390.00, 397.80, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:05'),
(31381, 1873, 20119, 4513, 1, 9, 7.28, 7.43, 1, 1, 'ai_sell', '2024-08-17 19:10:04', '2024-08-17 19:10:04', '2024-08-17 19:11:05'),
(31382, 1873, 20120, 5702, 6, 9, 45.88, 46.80, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31383, 1873, 20121, 840, 3, 9, 199.49, 203.48, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31384, 1873, 20122, 2836, 9, 9, 1111.94, 1134.18, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31385, 1873, 20123, 1953, 3, 9, 4.12, 4.20, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31386, 1873, 20124, 4514, 1, 9, 16.15, 16.47, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31387, 1873, 20125, 4309, 6, 9, 4.03, 4.11, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31388, 1873, 20126, 69, 6, 9, 25.75, 26.27, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31389, 1873, 20127, 5463, 6, 9, 5775.00, 5890.50, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31390, 1873, 20128, 2757, 6, 9, 217.30, 221.65, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31391, 1873, 20129, 4249, 3, 9, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31392, 1873, 20130, 5674, 1, 9, 2833.07, 2889.73, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31393, 1873, 20131, 1884, 6, 9, 96.90, 98.84, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31394, 1873, 20132, 1969, 6, 9, 15.74, 16.05, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31395, 1873, 20133, 1574, 9, 9, 195.70, 199.61, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31396, 1873, 20134, 4446, 1, 9, 33.65, 34.32, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31397, 1873, 20135, 5303, 3, 9, 173.40, 176.87, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31398, 1873, 20136, 3727, 3, 9, 63.44, 64.71, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31399, 1873, 20137, 1769, 9, 9, 80.18, 81.78, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31400, 1873, 20138, 934, 6, 9, 13.37, 13.64, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31401, 1873, 20139, 5010, 3, 9, 43.04, 43.90, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31402, 1873, 20140, 4712, 1, 9, 52.28, 53.33, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31403, 1873, 20141, 5841, 3, 9, 11.18, 11.40, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31404, 1873, 20142, 1038, 1, 9, 18.17, 18.53, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31405, 1873, 20143, 4515, 1, 9, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31406, 1873, 20144, 4024, 9, 9, 18.01, 18.37, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31407, 1873, 20145, 2005, 1, 9, 81.12, 82.74, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31408, 1873, 20146, 3340, 3, 9, 144.20, 147.08, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:05'),
(31409, 1873, 20147, 2075, 6, 9, 103.02, 105.08, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31410, 1873, 20148, 3273, 3, 9, 103.94, 106.02, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31411, 1873, 20149, 4240, 3, 9, 5720.00, 5834.40, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31412, 1873, 20150, 1328, 6, 9, 30.45, 31.06, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31413, 1873, 20151, 511, 9, 9, 713.79, 728.07, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31414, 1873, 20152, 4152, 1, 9, 35.68, 36.39, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31415, 1873, 20153, 1559, 9, 9, 62.39, 63.64, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31416, 1873, 20154, 1780, 1, 9, 20.06, 20.46, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31417, 1873, 20155, 2008, 9, 9, 293.55, 299.42, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31418, 1873, 20156, 3526, 9, 9, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31419, 1873, 20157, 1178, 6, 9, 54.07, 55.15, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31420, 1873, 20158, 4641, 3, 9, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31421, 1873, 20159, 4563, 9, 9, 613.59, 625.86, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31422, 1873, 20160, 4143, 6, 9, 27.26, 27.81, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31423, 1873, 20161, 429, 1, 9, 343.93, 350.81, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31424, 1873, 20162, 2077, 1, 9, 5.20, 5.30, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31425, 1873, 20163, 3180, 9, 9, 12.11, 12.35, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31426, 1873, 20164, 4048, 1, 9, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31427, 1873, 20165, 4718, 1, 9, 52.20, 53.24, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31428, 1873, 20166, 6158, 9, 9, 71.60, 73.03, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31429, 1873, 20167, 1117, 1, 9, 353.50, 360.57, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31430, 1873, 20168, 479, 1, 9, 1282.70, 1308.35, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31431, 1873, 20169, 6019, 1, 9, 6.28, 6.41, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31432, 1873, 20170, 5296, 3, 9, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31433, 1873, 20171, 2108, 6, 9, 41.86, 42.70, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31434, 1873, 20172, 2304, 3, 9, 424.00, 432.48, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31435, 1873, 20173, 5433, 1, 9, 8.36, 8.53, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31436, 1873, 20174, 3688, 3, 9, 58.21, 59.37, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31437, 1873, 20175, 4765, 6, 9, 53.00, 54.06, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31438, 1873, 20176, 5299, 3, 9, 20.33, 20.74, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31439, 1873, 20177, 5761, 9, 9, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31440, 1873, 20178, 5654, 1, 9, 36.75, 37.49, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31441, 1873, 20179, 18, 1, 9, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31442, 1873, 20180, 2356, 3, 9, 84.00, 85.68, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31443, 1873, 20181, 3093, 1, 9, 23.19, 23.65, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31444, 1873, 20182, 1194, 3, 9, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31445, 1873, 20183, 4831, 9, 9, 162.13, 165.37, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31446, 1873, 20184, 5744, 9, 9, 104.99, 107.09, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31447, 1873, 20185, 4444, 9, 9, 27.98, 28.54, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31448, 1873, 20186, 3190, 1, 9, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31449, 1873, 20187, 2276, 9, 9, 63.39, 64.66, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31450, 1873, 20188, 700, 3, 9, 43.13, 43.99, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31451, 1873, 20189, 1807, 3, 9, 82.16, 83.80, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31452, 1873, 20190, 1415, 9, 9, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31453, 1873, 20191, 4223, 3, 9, 9.79, 9.99, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31454, 1873, 20192, 1077, 3, 9, 163.77, 167.05, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31455, 1873, 20193, 6075, 6, 9, 26.49, 27.02, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31456, 1873, 20194, 735, 6, 9, 2.22, 2.26, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31457, 1873, 20195, 5478, 1, 9, 3.13, 3.19, 1, 1, 'ai_sell', '2024-08-17 19:10:05', '2024-08-17 19:10:05', '2024-08-17 19:11:06'),
(31458, 1873, 20196, 4104, 1, 9, 2.02, 2.06, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:06'),
(31459, 1873, 20197, 1827, 6, 9, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:06'),
(31460, 1866, 20198, 5773, 1, 11, 15.12, 15.42, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31461, 1866, 20199, 3813, 3, 11, 22.65, 23.10, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31462, 1866, 20200, 3553, 6, 11, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31463, 1866, 20201, 4639, 9, 11, 26.30, 26.83, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31464, 1866, 20202, 4435, 1, 11, 16.91, 17.25, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31465, 1866, 20203, 2040, 1, 11, 55.44, 56.55, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31466, 1866, 20204, 467, 3, 11, 37.17, 37.91, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31467, 1866, 20205, 578, 1, 11, 3535.00, 3605.70, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31468, 1866, 20206, 3470, 9, 11, 103.06, 105.12, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31469, 1866, 20207, 3399, 6, 11, 396.66, 404.59, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31470, 1866, 20208, 66, 6, 11, 41.34, 42.17, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31471, 1866, 20209, 3684, 9, 11, 427.86, 436.42, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31472, 1866, 20210, 5648, 3, 11, 7775.04, 7930.54, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31473, 1866, 20211, 2363, 9, 11, 16.27, 16.60, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31474, 1866, 20212, 2192, 6, 11, 36.00, 36.72, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31475, 1866, 20213, 2662, 9, 11, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31476, 1866, 20214, 2526, 9, 11, 763.98, 779.26, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31477, 1866, 20215, 5067, 6, 11, 127.04, 129.58, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31478, 1866, 20216, 5531, 1, 11, 46.11, 47.03, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31479, 1866, 20217, 5620, 1, 11, 41.81, 42.65, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31480, 1866, 20218, 297, 6, 11, 43.03, 43.89, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31481, 1866, 20219, 1883, 3, 11, 422.94, 431.40, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31482, 1866, 20220, 3133, 9, 11, 205.51, 209.62, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31483, 1866, 20221, 2812, 9, 11, 197.15, 201.09, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31484, 1866, 20222, 5509, 1, 11, 151.49, 154.52, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31485, 1866, 20223, 537, 9, 11, 981.37, 1001.00, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31486, 1866, 20224, 1979, 6, 11, 377.99, 385.55, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31487, 1866, 20225, 3345, 1, 11, 15.75, 16.07, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31488, 1866, 20226, 4656, 9, 11, 232.30, 236.95, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31489, 1866, 20227, 5281, 6, 11, 165.99, 169.31, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31490, 1866, 20228, 1518, 6, 11, 219.30, 223.69, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31491, 1866, 20229, 1217, 9, 11, 43.01, 43.87, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31492, 1866, 20230, 2703, 6, 11, 24.21, 24.69, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31493, 1866, 20231, 5661, 9, 11, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31494, 1866, 20232, 1406, 9, 11, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31495, 1866, 20233, 165, 3, 11, 204.34, 208.43, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31496, 1866, 20234, 918, 9, 11, 10.90, 11.12, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31497, 1866, 20235, 1845, 3, 11, 24.46, 24.95, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31498, 1866, 20236, 5964, 9, 11, 46.31, 47.24, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31499, 1866, 20237, 5266, 6, 11, 204.95, 209.05, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31500, 1866, 20238, 4339, 1, 11, 9.09, 9.27, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31501, 1866, 20239, 3780, 1, 11, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31502, 1866, 20240, 3123, 3, 11, 115.54, 117.85, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31503, 1866, 20241, 5485, 1, 11, 359.72, 366.91, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31504, 1866, 20242, 5263, 1, 11, 17.84, 18.20, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31505, 1866, 20243, 6055, 3, 11, 8.12, 8.28, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31506, 1866, 20244, 680, 1, 11, 28.56, 29.13, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31507, 1866, 20245, 4908, 6, 11, 136.87, 139.61, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31508, 1866, 20246, 3061, 6, 11, 13.11, 13.37, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31509, 1866, 20247, 5936, 6, 11, 31.55, 32.18, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31510, 1866, 20248, 3437, 6, 11, 810.90, 827.12, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31511, 1866, 20249, 1248, 9, 11, 29.19, 29.77, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31512, 1866, 20250, 3597, 6, 11, 11.97, 12.21, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31513, 1866, 20251, 1916, 3, 11, 3.60, 3.67, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31514, 1866, 20252, 1415, 9, 11, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31515, 1866, 20253, 806, 9, 11, 20.40, 20.81, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31516, 1866, 20254, 1899, 6, 11, 11.85, 12.09, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31517, 1866, 20255, 929, 9, 11, 44.42, 45.31, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31518, 1866, 20256, 1130, 3, 11, 37.20, 37.94, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31519, 1866, 20257, 915, 9, 11, 52.50, 53.55, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31520, 1866, 20258, 5402, 6, 11, 21.57, 22.00, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(31521, 1866, 20259, 2334, 1, 11, 97.97, 99.93, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31522, 1866, 20260, 1158, 1, 11, 40.17, 40.97, 1, 1, 'ai_sell', '2024-08-17 19:10:06', '2024-08-17 19:10:06', '2024-08-17 19:11:07'),
(31523, 1866, 20261, 1023, 3, 11, 157.08, 160.22, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31524, 1866, 20262, 313, 3, 11, 196.25, 200.18, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31525, 1866, 20263, 6123, 1, 11, 19.94, 20.34, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31526, 1866, 20264, 75, 1, 11, 12.36, 12.61, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31527, 1866, 20265, 3594, 1, 11, 21.91, 22.35, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31528, 1866, 20266, 5639, 6, 11, 4.99, 5.09, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31529, 1866, 20267, 2685, 3, 11, 21.61, 22.04, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31530, 1866, 20268, 1677, 1, 11, 18.54, 18.91, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31531, 1866, 20269, 2088, 3, 11, 15.30, 15.61, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31532, 1866, 20270, 658, 1, 11, 15.60, 15.91, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31533, 1866, 20271, 1876, 1, 11, 32.34, 32.99, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31534, 1866, 20272, 1645, 1, 11, 3.77, 3.85, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31535, 1866, 20273, 734, 9, 11, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31536, 1866, 20274, 1827, 1, 11, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:07'),
(31537, 1867, 20275, 5610, 9, 12, 92.69, 94.54, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31538, 1867, 20276, 5460, 9, 12, 118.72, 121.09, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31539, 1867, 20277, 5197, 1, 12, 2573.97, 2625.45, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31540, 1867, 20278, 2701, 6, 12, 20.36, 20.77, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31541, 1867, 20279, 2111, 6, 12, 1352.00, 1379.04, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31542, 1867, 20280, 4047, 9, 12, 47.37, 48.32, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31543, 1867, 20281, 5154, 9, 12, 312.00, 318.24, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31544, 1867, 20282, 4365, 3, 12, 5797.40, 5913.35, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31545, 1867, 20283, 840, 3, 12, 193.79, 197.67, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31546, 1867, 20284, 2533, 9, 12, 227.76, 232.32, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31547, 1867, 20285, 3520, 3, 12, 62.39, 63.64, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31548, 1867, 20286, 731, 9, 12, 110.34, 112.55, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31549, 1867, 20287, 1973, 3, 12, 250.02, 255.02, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31550, 1867, 20288, 4539, 1, 12, 33.65, 34.32, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31551, 1867, 20289, 505, 9, 12, 5069.46, 5170.85, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31552, 1867, 20290, 4854, 9, 12, 1591.66, 1623.49, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31553, 1867, 20291, 5974, 1, 12, 18.53, 18.90, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31554, 1867, 20292, 2764, 1, 12, 430.44, 439.05, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31555, 1867, 20293, 5091, 9, 12, 5.24, 5.34, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31556, 1867, 20294, 2053, 1, 12, 29.71, 30.30, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31557, 1867, 20295, 190, 3, 12, 260.00, 265.20, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31558, 1867, 20296, 4920, 3, 12, 33.28, 33.95, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31559, 1867, 20297, 3014, 9, 12, 212.10, 216.34, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31560, 1867, 20298, 4155, 3, 12, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31561, 1867, 20299, 4058, 9, 12, 11.26, 11.49, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31562, 1867, 20300, 1464, 9, 12, 37.62, 38.37, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31563, 1867, 20301, 3761, 3, 12, 14.68, 14.97, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31564, 1867, 20302, 1099, 3, 12, 188.68, 192.45, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31565, 1867, 20303, 208, 3, 12, 30.02, 30.62, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31566, 1867, 20304, 3417, 1, 12, 28.04, 28.60, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31567, 1867, 20305, 2029, 3, 12, 165.64, 168.95, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31568, 1867, 20306, 4238, 1, 12, 272.70, 278.15, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31569, 1867, 20307, 4239, 1, 12, 41.64, 42.47, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31570, 1867, 20308, 4672, 6, 12, 14.37, 14.66, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31571, 1867, 20309, 3646, 1, 12, 80.37, 81.98, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31572, 1867, 20310, 5554, 9, 12, 5.48, 5.59, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31573, 1867, 20311, 2536, 1, 12, 135.19, 137.89, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31574, 1867, 20312, 4237, 9, 12, 22.00, 22.44, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31575, 1867, 20313, 298, 3, 12, 9.89, 10.09, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31576, 1867, 20314, 3892, 6, 12, 104.94, 107.04, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31577, 1867, 20315, 3324, 3, 12, 1.36, 1.39, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31578, 1867, 20316, 3011, 3, 12, 244.90, 249.80, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31579, 1867, 20317, 3721, 9, 12, 35.14, 35.84, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31580, 1867, 20318, 20, 1, 12, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31581, 1867, 20319, 5686, 1, 12, 91.80, 93.64, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31582, 1867, 20320, 349, 9, 12, 24.71, 25.20, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31583, 1867, 20321, 4859, 3, 12, 7.66, 7.81, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31584, 1867, 20322, 3632, 6, 12, 8.00, 8.16, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31585, 1867, 20323, 5987, 3, 12, 21.28, 21.71, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31586, 1867, 20324, 4236, 1, 12, 303.00, 309.06, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31587, 1867, 20325, 860, 1, 12, 360.49, 367.70, 1, 1, 'ai_sell', '2024-08-17 19:10:07', '2024-08-17 19:10:07', '2024-08-17 19:11:08'),
(31588, 1867, 20326, 5628, 3, 12, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31589, 1867, 20327, 3512, 6, 12, 515.52, 525.83, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31590, 1867, 20328, 2219, 1, 12, 260.96, 266.18, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31591, 1867, 20329, 4008, 1, 12, 153.69, 156.76, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31592, 1867, 20330, 5727, 3, 12, 37.79, 38.55, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31593, 1867, 20331, 5443, 1, 12, 24.14, 24.62, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31594, 1867, 20332, 5816, 9, 12, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31595, 1867, 20333, 1756, 6, 12, 1554.00, 1585.08, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31596, 1867, 20334, 5097, 6, 12, 122.40, 124.85, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31597, 1867, 20335, 2366, 1, 12, 19.07, 19.45, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31598, 1867, 20336, 5738, 3, 12, 31.79, 32.43, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31599, 1867, 20337, 2676, 3, 12, 204.28, 208.37, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31600, 1867, 20338, 3426, 9, 12, 25.19, 25.69, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31601, 1867, 20339, 885, 1, 12, 161.59, 164.82, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31602, 1867, 20340, 1020, 1, 12, 6.26, 6.39, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31603, 1867, 20341, 3326, 9, 12, 6.06, 6.18, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31604, 1867, 20342, 1192, 6, 12, 51.45, 52.48, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31605, 1867, 20343, 6102, 6, 12, 32.11, 32.75, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31606, 1867, 20344, 4525, 3, 12, 8.39, 8.56, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31607, 1867, 20345, 6028, 3, 12, 2.24, 2.28, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31608, 1867, 20346, 1331, 6, 12, 4.83, 4.93, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31609, 1867, 20347, 6027, 3, 12, 4.38, 4.47, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31610, 1867, 20348, 1811, 1, 12, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31611, 1867, 20349, 1827, 3, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31612, 1867, 20350, 1827, 6, 12, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:08'),
(31613, 1868, 20351, 2576, 1, 13, 20.47, 20.88, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:09'),
(31614, 1868, 20352, 2729, 3, 13, 197.48, 201.43, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:09'),
(31615, 1868, 20353, 1281, 1, 13, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:09'),
(31616, 1868, 20354, 2757, 3, 13, 217.30, 221.65, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:09'),
(31617, 1868, 20355, 2083, 6, 13, 25.99, 26.51, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:09'),
(31618, 1868, 20356, 6175, 3, 13, 84.79, 86.49, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:09'),
(31619, 1868, 20357, 1645, 3, 13, 3.74, 3.81, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:09'),
(31620, 1868, 20358, 728, 6, 13, 33.89, 34.57, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31621, 1868, 20359, 3048, 6, 13, 154.01, 157.09, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31622, 1868, 20360, 4476, 3, 13, 41.34, 42.17, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31623, 1868, 20361, 2853, 9, 13, 36.31, 37.04, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31624, 1868, 20362, 4412, 9, 13, 236.25, 240.98, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31625, 1868, 20363, 4380, 9, 13, 5.04, 5.14, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31626, 1868, 20364, 86, 1, 13, 138.72, 141.49, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31627, 1868, 20365, 4557, 3, 13, 5460.00, 5569.20, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31628, 1868, 20366, 1853, 3, 13, 33.91, 34.59, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31629, 1868, 20367, 6138, 6, 13, 13.11, 13.37, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31630, 1868, 20368, 3179, 9, 13, 78.75, 80.33, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31631, 1868, 20369, 857, 6, 13, 94.68, 96.57, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31632, 1868, 20370, 3579, 9, 13, 11.34, 11.57, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31633, 1868, 20371, 1948, 1, 13, 12.12, 12.36, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31634, 1868, 20372, 4636, 6, 13, 21.62, 22.05, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31635, 1868, 20373, 2734, 1, 13, 222.93, 227.39, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31636, 1868, 20374, 4386, 6, 13, 37.79, 38.55, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31637, 1868, 20375, 2115, 1, 13, 23.32, 23.79, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31638, 1868, 20376, 3608, 3, 13, 89.86, 91.66, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31639, 1868, 20377, 3112, 3, 13, 7.36, 7.51, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31640, 1868, 20378, 2614, 9, 13, 24.33, 24.82, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31641, 1868, 20379, 4654, 1, 13, 1007.00, 1027.14, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31642, 1868, 20380, 391, 3, 13, 19.88, 20.28, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31643, 1868, 20381, 1494, 6, 13, 42.71, 43.56, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31644, 1868, 20382, 4866, 9, 13, 8.47, 8.64, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31645, 1868, 20383, 4075, 9, 13, 19.38, 19.77, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31646, 1868, 20384, 1145, 3, 13, 40.29, 41.10, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31647, 1868, 20385, 3647, 9, 13, 79.78, 81.38, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31648, 1868, 20386, 2338, 1, 13, 38.26, 39.03, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31649, 1868, 20387, 3103, 6, 13, 138.02, 140.78, 1, 1, 'ai_sell', '2024-08-17 19:10:08', '2024-08-17 19:10:08', '2024-08-17 19:11:10'),
(31650, 1868, 20388, 5372, 9, 13, 163.19, 166.45, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31651, 1868, 20389, 3126, 3, 13, 16.30, 16.63, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31652, 1868, 20390, 5130, 3, 13, 33.28, 33.95, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31653, 1868, 20391, 3768, 9, 13, 3.89, 3.97, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31654, 1868, 20392, 3423, 3, 13, 22.20, 22.64, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31655, 1868, 20393, 2528, 9, 13, 171.70, 175.13, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31656, 1868, 20394, 3150, 3, 13, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31657, 1868, 20395, 428, 1, 13, 91.75, 93.59, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31658, 1868, 20396, 4426, 9, 13, 80.84, 82.46, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31659, 1868, 20397, 4714, 6, 13, 57.06, 58.20, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31660, 1868, 20398, 2480, 3, 13, 304.50, 310.59, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31661, 1868, 20399, 3614, 1, 13, 249.60, 254.59, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31662, 1868, 20400, 4747, 3, 13, 52.47, 53.52, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31663, 1868, 20401, 4461, 3, 13, 592.79, 604.65, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31664, 1868, 20402, 5173, 1, 13, 291.19, 297.01, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31665, 1868, 20403, 2593, 1, 13, 148.39, 151.36, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31666, 1868, 20404, 1419, 9, 13, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31667, 1868, 20405, 1959, 1, 13, 21.00, 21.42, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31668, 1868, 20406, 3746, 3, 13, 39.63, 40.42, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31669, 1868, 20407, 3533, 3, 13, 2.40, 2.45, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31670, 1868, 20408, 294, 6, 13, 48.01, 48.97, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31671, 1868, 20409, 1789, 6, 13, 46.64, 47.57, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31672, 1868, 20410, 2354, 1, 13, 32.22, 32.86, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31673, 1868, 20411, 1905, 6, 13, 108.12, 110.28, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31674, 1868, 20412, 3430, 9, 13, 44.09, 44.97, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31675, 1868, 20413, 5384, 1, 13, 1051.04, 1072.06, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31676, 1868, 20414, 2178, 1, 13, 19.59, 19.98, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31677, 1868, 20415, 1719, 3, 13, 1.10, 1.12, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31678, 1868, 20416, 5008, 9, 13, 332.80, 339.46, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31679, 1868, 20417, 2463, 1, 13, 3.15, 3.21, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31680, 1868, 20418, 5364, 1, 13, 370.79, 378.21, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31681, 1868, 20419, 1140, 9, 13, 51.99, 53.03, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31682, 1868, 20420, 1127, 6, 13, 58.07, 59.23, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31683, 1868, 20421, 3513, 6, 13, 128.26, 130.83, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31684, 1868, 20422, 4918, 3, 13, 29.11, 29.69, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31685, 1868, 20423, 2367, 1, 13, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31686, 1868, 20424, 807, 1, 13, 36.03, 36.75, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31687, 1868, 20425, 1547, 9, 13, 312.70, 318.95, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31688, 1868, 20426, 1997, 9, 13, 252.28, 257.33, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31689, 1868, 20427, 1413, 3, 13, 10.89, 11.11, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31690, 1868, 20428, 5006, 1, 13, 9.53, 9.72, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31691, 1868, 20429, 5757, 9, 13, 4.33, 4.42, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31692, 1868, 20430, 3880, 6, 13, 16.46, 16.79, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31693, 1868, 20431, 846, 3, 13, 301.67, 307.70, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31694, 1868, 20432, 5462, 6, 13, 26.77, 27.31, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31695, 1868, 20433, 4202, 1, 13, 4.93, 5.03, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31696, 1868, 20434, 2225, 1, 13, 37.36, 38.11, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31697, 1868, 20435, 2536, 9, 13, 136.49, 139.22, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31698, 1868, 20436, 1265, 3, 13, 68.90, 70.28, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31699, 1868, 20437, 2758, 3, 13, 901.00, 919.02, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31700, 1868, 20438, 2035, 6, 13, 721.00, 735.42, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31701, 1868, 20439, 5892, 3, 13, 312.00, 318.24, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31702, 1868, 20440, 4281, 3, 13, 104.93, 107.03, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31703, 1868, 20441, 4043, 6, 13, 14.42, 14.71, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31704, 1868, 20442, 6110, 3, 13, 2.14, 2.18, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31705, 1868, 20443, 5284, 9, 13, 357.46, 364.61, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31706, 1868, 20444, 3186, 9, 13, 8.13, 8.29, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31707, 1868, 20445, 1136, 3, 13, 25.68, 26.19, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31708, 1868, 20446, 5819, 9, 13, 6.07, 6.19, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31709, 1868, 20447, 3939, 3, 13, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31710, 1868, 20448, 1839, 1, 13, 39.52, 40.31, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31711, 1868, 20449, 3214, 3, 13, 25.20, 25.70, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31712, 1868, 20450, 5023, 9, 13, 32.54, 33.19, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31713, 1868, 20451, 2452, 3, 13, 14.47, 14.76, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31714, 1868, 20452, 6066, 9, 13, 15.53, 15.84, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31715, 1868, 20453, 2643, 6, 13, 11.21, 11.43, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31716, 1868, 20454, 1640, 1, 13, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31717, 1868, 20455, 1829, 6, 13, 0.78, 0.80, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:10'),
(31718, 1869, 20456, 5944, 6, 14, 84.00, 85.68, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:11'),
(31719, 1869, 20457, 2058, 6, 14, 238.50, 243.27, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:11'),
(31720, 1869, 20458, 1340, 9, 14, 42.39, 43.24, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:11'),
(31721, 1869, 20459, 4317, 6, 14, 11.23, 11.45, 1, 1, 'ai_sell', '2024-08-17 19:10:09', '2024-08-17 19:10:09', '2024-08-17 19:11:11'),
(31722, 1869, 20460, 542, 9, 14, 199.98, 203.98, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31723, 1869, 20461, 1018, 1, 14, 51.93, 52.97, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31724, 1869, 20462, 5398, 6, 14, 530.45, 541.06, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31725, 1869, 20463, 2043, 3, 14, 55.98, 57.10, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31726, 1869, 20464, 2641, 1, 14, 20.12, 20.52, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31727, 1869, 20465, 1402, 3, 14, 16.25, 16.58, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31728, 1869, 20466, 1511, 3, 14, 21.12, 21.54, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31729, 1869, 20467, 4488, 3, 14, 209.03, 213.21, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31730, 1869, 20468, 4520, 6, 14, 30.73, 31.34, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31731, 1869, 20469, 731, 9, 14, 112.51, 114.76, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31732, 1869, 20470, 3341, 3, 14, 56.15, 57.27, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31733, 1869, 20471, 4474, 1, 14, 47.33, 48.28, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31734, 1869, 20472, 4017, 6, 14, 3.10, 3.16, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31735, 1869, 20473, 3355, 1, 14, 1254.75, 1279.85, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31736, 1869, 20474, 3219, 3, 14, 3024.95, 3085.45, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31737, 1869, 20475, 2691, 3, 14, 30.29, 30.90, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31738, 1869, 20476, 1709, 9, 14, 6342.96, 6469.82, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31739, 1869, 20477, 1006, 9, 14, 828.88, 845.46, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31740, 1869, 20478, 1200, 1, 14, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31741, 1869, 20479, 1921, 6, 14, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31742, 1869, 20480, 180, 3, 14, 1895.20, 1933.10, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31743, 1869, 20481, 3271, 6, 14, 2.73, 2.78, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31744, 1869, 20482, 5307, 9, 14, 21.83, 22.27, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31745, 1869, 20483, 479, 9, 14, 1282.70, 1308.35, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31746, 1869, 20484, 294, 6, 14, 47.55, 48.50, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31747, 1869, 20485, 4859, 6, 14, 7.74, 7.89, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31748, 1869, 20486, 2093, 6, 14, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31749, 1869, 20487, 3375, 9, 14, 13.64, 13.91, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31750, 1869, 20488, 3509, 9, 14, 6058.80, 6179.98, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31751, 1869, 20489, 2485, 6, 14, 145.22, 148.12, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31752, 1869, 20490, 4862, 1, 14, 14.88, 15.18, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31753, 1869, 20491, 2703, 3, 14, 24.69, 25.18, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31754, 1869, 20492, 6038, 3, 14, 808.00, 824.16, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31755, 1869, 20493, 1903, 1, 14, 406.98, 415.12, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31756, 1869, 20494, 5742, 9, 14, 13.49, 13.76, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31757, 1869, 20495, 5576, 9, 14, 115.54, 117.85, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31758, 1869, 20496, 5426, 1, 14, 61.20, 62.42, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31759, 1869, 20497, 414, 3, 14, 31.05, 31.67, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31760, 1869, 20498, 3973, 3, 14, 132.06, 134.70, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31761, 1869, 20499, 1845, 9, 14, 24.22, 24.70, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31762, 1869, 20500, 4597, 9, 14, 15.15, 15.45, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31763, 1869, 20501, 3771, 9, 14, 5.45, 5.56, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31764, 1869, 20502, 2202, 9, 14, 4.16, 4.24, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:11'),
(31765, 1866, 20789, 2120, 1, 16, 121.80, 124.24, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31766, 1866, 20790, 4544, 3, 16, 306.80, 312.94, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31767, 1866, 20791, 952, 6, 16, 5.41, 5.52, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31768, 1866, 20792, 3897, 6, 16, 101.31, 103.34, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31769, 1866, 20793, 1269, 1, 16, 112.20, 114.44, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31770, 1866, 20794, 2320, 1, 16, 396.94, 404.88, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31771, 1866, 20795, 1020, 9, 16, 6.26, 6.39, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31772, 1866, 20796, 5597, 9, 16, 73.12, 74.58, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31773, 1866, 20797, 5941, 6, 16, 8497.50, 8667.45, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31774, 1866, 20798, 3199, 1, 16, 118.64, 121.01, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31775, 1866, 20799, 4501, 9, 16, 306.64, 312.77, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31776, 1866, 20800, 3179, 6, 16, 75.75, 77.27, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31777, 1866, 20801, 2363, 1, 16, 16.59, 16.92, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31778, 1866, 20802, 5098, 9, 16, 26.49, 27.02, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31779, 1866, 20803, 5519, 9, 16, 817.01, 833.35, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31780, 1866, 20804, 1292, 6, 16, 33.45, 34.12, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31781, 1866, 20805, 6167, 9, 16, 11.41, 11.64, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31782, 1866, 20806, 1617, 3, 16, 16.41, 16.74, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31783, 1866, 20807, 3684, 3, 16, 427.86, 436.42, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31784, 1866, 20808, 4869, 6, 16, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31785, 1866, 20809, 4667, 6, 16, 12.78, 13.04, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31786, 1866, 20810, 293, 3, 16, 14.36, 14.65, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31787, 1866, 20811, 3606, 3, 16, 10.02, 10.22, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31788, 1866, 20812, 2310, 6, 16, 1557.14, 1588.28, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31789, 1866, 20813, 6081, 3, 16, 17.83, 18.19, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31790, 1866, 20814, 5397, 6, 16, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-17 19:10:10', '2024-08-17 19:10:10', '2024-08-17 19:11:12'),
(31791, 1866, 20815, 1956, 1, 16, 10.57, 10.78, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31792, 1866, 20816, 266, 1, 16, 17.08, 17.42, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31793, 1866, 20817, 121, 6, 16, 4.65, 4.74, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31794, 1866, 20818, 1622, 3, 16, 29.12, 29.70, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31795, 1866, 20819, 920, 6, 16, 46.41, 47.34, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31796, 1866, 20820, 4334, 3, 16, 9.36, 9.55, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31797, 1866, 20821, 1289, 9, 16, 51.36, 52.39, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31798, 1866, 20822, 5000, 1, 16, 21.00, 21.42, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31799, 1866, 20823, 1645, 6, 16, 3.77, 3.85, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31800, 1866, 20824, 940, 9, 16, 71.19, 72.61, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31801, 1866, 20825, 3483, 1, 16, 1766.96, 1802.30, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31802, 1866, 20826, 3858, 9, 16, 75.25, 76.76, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31803, 1866, 20827, 3266, 1, 16, 242.41, 247.26, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31804, 1866, 20828, 2063, 9, 16, 4.98, 5.08, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31805, 1866, 20829, 2055, 6, 16, 244.65, 249.54, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31806, 1866, 20830, 2714, 1, 16, 128.97, 131.55, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31807, 1866, 20831, 3550, 1, 16, 7.67, 7.82, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31808, 1866, 20832, 4662, 1, 16, 30.23, 30.83, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31809, 1866, 20833, 2247, 3, 16, 51.50, 52.53, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31810, 1866, 20834, 3154, 1, 16, 34.63, 35.32, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31811, 1866, 20835, 5821, 9, 16, 67.01, 68.35, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31812, 1866, 20836, 2405, 6, 16, 153.70, 156.77, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31813, 1866, 20837, 4325, 6, 16, 28.07, 28.63, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31814, 1866, 20838, 2277, 9, 16, 31.29, 31.92, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31815, 1866, 20839, 2508, 3, 16, 52.49, 53.54, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31816, 1866, 20840, 2513, 6, 16, 393.70, 401.57, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31817, 1866, 20841, 6098, 3, 16, 20.78, 21.20, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31818, 1866, 20842, 5434, 6, 16, 18.25, 18.62, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31819, 1866, 20843, 104, 3, 16, 34.69, 35.38, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31820, 1866, 20844, 4107, 9, 16, 9.87, 10.07, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31821, 1866, 20845, 3737, 9, 16, 70.67, 72.08, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31822, 1866, 20846, 3651, 6, 16, 34.59, 35.28, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31823, 1866, 20847, 4515, 3, 16, 55.07, 56.17, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31824, 1866, 20848, 5889, 3, 16, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31825, 1866, 20849, 885, 3, 16, 163.19, 166.45, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31826, 1866, 20850, 5421, 9, 16, 7.37, 7.52, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31827, 1866, 20851, 2236, 1, 16, 20.60, 21.01, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31828, 1866, 20852, 5950, 6, 16, 147.00, 149.94, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31829, 1866, 20853, 2673, 9, 16, 17.71, 18.06, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31830, 1866, 20854, 219, 1, 16, 31.84, 32.48, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31831, 1866, 20855, 2862, 9, 16, 29.86, 30.46, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31832, 1866, 20856, 4192, 3, 16, 21.62, 22.05, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31833, 1866, 20857, 3832, 1, 16, 6.12, 6.24, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31834, 1866, 20858, 299, 9, 16, 2.59, 2.64, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31835, 1866, 20859, 5489, 9, 16, 2.12, 2.16, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:12'),
(31836, 1869, 20927, 379, 6, 17, 7.14, 7.28, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31837, 1869, 20928, 4157, 3, 17, 91.15, 92.97, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31838, 1869, 20929, 1280, 3, 17, 21.29, 21.72, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31839, 1869, 20930, 2121, 3, 17, 4.19, 4.27, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31840, 1869, 20931, 675, 1, 17, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31841, 1869, 20932, 6026, 6, 17, 12.12, 12.36, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31842, 1869, 20933, 521, 9, 17, 66.03, 67.35, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31843, 1869, 20934, 1965, 1, 17, 13.50, 13.77, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31844, 1869, 20935, 2663, 6, 17, 1309.36, 1335.55, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31845, 1869, 20936, 3694, 6, 17, 488.20, 497.96, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31846, 1869, 20937, 5123, 6, 17, 372.69, 380.14, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31847, 1869, 20938, 1035, 1, 17, 123.60, 126.07, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31848, 1869, 20939, 4388, 9, 17, 11.22, 11.44, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31849, 1869, 20940, 3972, 6, 17, 13.71, 13.98, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31850, 1869, 20941, 4464, 9, 17, 25.49, 26.00, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31851, 1869, 20942, 4046, 1, 17, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31852, 1869, 20943, 2789, 1, 17, 41.17, 41.99, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31853, 1869, 20944, 401, 9, 17, 258.56, 263.73, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31854, 1869, 20945, 1254, 6, 17, 9360.00, 9547.20, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31855, 1869, 20946, 530, 6, 17, 13.35, 13.62, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31856, 1869, 20947, 4343, 9, 17, 169.67, 173.06, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31857, 1869, 20948, 2172, 6, 17, 28.09, 28.65, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31858, 1869, 20949, 4647, 6, 17, 81.80, 83.44, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31859, 1869, 20950, 2892, 1, 17, 313.03, 319.29, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31860, 1869, 20951, 1515, 3, 17, 364.00, 371.28, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31861, 1869, 20952, 149, 9, 17, 70.69, 72.10, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31862, 1869, 20953, 2376, 3, 17, 121.41, 123.84, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31863, 1869, 20954, 3108, 1, 17, 261.45, 266.68, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31864, 1869, 20955, 5548, 1, 17, 32.63, 33.28, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31865, 1869, 20956, 1061, 1, 17, 16.59, 16.92, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31866, 1869, 20957, 2885, 9, 17, 28.34, 28.91, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31867, 1869, 20958, 5227, 9, 17, 16.95, 17.29, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31868, 1869, 20959, 3982, 3, 17, 157.94, 161.10, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31869, 1869, 20960, 5443, 6, 17, 23.22, 23.68, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31870, 1869, 20961, 1629, 1, 17, 10.06, 10.26, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31871, 1869, 20962, 5010, 1, 17, 43.04, 43.90, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31872, 1869, 20963, 4349, 9, 17, 5.09, 5.19, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31873, 1869, 20964, 5056, 6, 17, 42.39, 43.24, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31874, 1869, 20965, 2194, 9, 17, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31875, 1869, 20966, 2737, 1, 17, 745.18, 760.08, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31876, 1869, 20967, 4019, 1, 17, 47.83, 48.79, 1, 1, 'ai_sell', '2024-08-17 19:10:11', '2024-08-17 19:10:11', '2024-08-17 19:11:13'),
(31877, 1869, 20968, 4364, 6, 17, 11.22, 11.44, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31878, 1869, 20969, 5546, 1, 17, 439.19, 447.97, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31879, 1869, 20970, 3512, 6, 17, 515.52, 525.83, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31880, 1869, 20971, 1930, 9, 17, 38.76, 39.54, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31881, 1869, 20972, 3335, 3, 17, 21.40, 21.83, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31882, 1869, 20973, 757, 1, 17, 213.26, 217.53, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31883, 1869, 20974, 5246, 9, 17, 61.48, 62.71, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31884, 1869, 20975, 4649, 3, 17, 31.92, 32.56, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31885, 1869, 20976, 1095, 9, 17, 8.15, 8.31, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31886, 1869, 20977, 6079, 3, 17, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31887, 1869, 20978, 1314, 1, 17, 146.45, 149.38, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31888, 1869, 20979, 5481, 1, 17, 166.40, 169.73, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31889, 1869, 20980, 5187, 1, 17, 91.09, 92.91, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31890, 1869, 20981, 788, 9, 17, 35.18, 35.88, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31891, 1869, 20982, 3073, 6, 17, 118.72, 121.09, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31892, 1869, 20983, 708, 3, 17, 18.45, 18.82, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31893, 1869, 20984, 893, 1, 17, 72.79, 74.25, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(31894, 1869, 20985, 4505, 6, 17, 96.90, 98.84, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31895, 1869, 20986, 2649, 6, 17, 6.57, 6.70, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31896, 1869, 20987, 1387, 9, 17, 30.10, 30.70, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31897, 1869, 20988, 5570, 6, 17, 193.64, 197.51, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31898, 1869, 20989, 1582, 1, 17, 9.24, 9.42, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:13'),
(31899, 1869, 20990, 3482, 1, 17, 5.15, 5.25, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31900, 1869, 20991, 4859, 1, 17, 7.59, 7.74, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31901, 1869, 20992, 3809, 1, 17, 17.31, 17.66, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31902, 1869, 20993, 952, 1, 17, 5.36, 5.47, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31903, 1869, 20994, 4219, 1, 17, 1.27, 1.30, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31904, 1869, 20995, 5462, 6, 17, 27.29, 27.84, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31905, 1869, 20996, 1017, 1, 17, 2.34, 2.39, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31906, 1869, 20997, 2180, 6, 17, 14.42, 14.71, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31907, 1869, 20998, 5550, 1, 17, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31908, 1869, 20999, 4832, 6, 17, 16.61, 16.94, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31909, 1869, 21000, 364, 1, 17, 65.44, 66.75, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31910, 1869, 21001, 3806, 1, 17, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31911, 1869, 21002, 1403, 9, 17, 8.17, 8.33, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31912, 1869, 21003, 1432, 6, 17, 8.15, 8.31, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31913, 1869, 21004, 634, 1, 17, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31914, 1869, 21005, 4523, 9, 17, 3.18, 3.24, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31915, 1869, 21006, 5764, 6, 17, 1.48, 1.51, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31916, 1869, 21007, 949, 9, 17, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31917, 1872, 21008, 254, 9, 18, 53.24, 54.30, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31918, 1872, 21009, 2395, 3, 18, 14.59, 14.88, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31919, 1872, 21010, 6051, 9, 18, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31920, 1872, 21011, 2646, 9, 18, 123.71, 126.18, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31921, 1872, 21012, 4957, 3, 18, 3504.06, 3574.14, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31922, 1872, 21013, 4984, 1, 18, 3339.00, 3405.78, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31923, 1872, 21014, 4174, 9, 18, 555.45, 566.56, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31924, 1872, 21015, 4160, 3, 18, 1128.12, 1150.68, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31925, 1872, 21016, 4163, 6, 18, 1518.40, 1548.77, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31926, 1872, 21017, 5578, 9, 18, 1129.80, 1152.40, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31927, 1872, 21018, 2947, 3, 18, 510.00, 520.20, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31928, 1872, 21019, 2983, 9, 18, 103.01, 105.07, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31929, 1872, 21020, 1023, 1, 18, 157.08, 160.22, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31930, 1872, 21021, 3225, 3, 18, 1.16, 1.18, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31931, 1872, 21022, 4596, 3, 18, 28.59, 29.16, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31932, 1872, 21023, 4647, 3, 18, 82.61, 84.26, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31933, 1872, 21024, 4750, 9, 18, 67.22, 68.56, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31934, 1872, 21025, 3573, 1, 18, 1878.72, 1916.29, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31935, 1872, 21026, 2364, 1, 18, 13.05, 13.31, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31936, 1872, 21027, 732, 3, 18, 61.22, 62.44, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31937, 1872, 21028, 4040, 9, 18, 21.04, 21.46, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31938, 1872, 21029, 428, 1, 18, 93.55, 95.42, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31939, 1872, 21030, 1930, 6, 18, 39.14, 39.92, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31940, 1872, 21031, 2564, 1, 18, 2845.80, 2902.72, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31941, 1872, 21032, 1745, 3, 18, 103.88, 105.96, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31942, 1872, 21033, 5639, 3, 18, 5.13, 5.23, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31943, 1872, 21034, 3422, 1, 18, 11.58, 11.81, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31944, 1872, 21035, 1469, 3, 18, 1.33, 1.36, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31945, 1872, 21036, 4483, 6, 18, 3.15, 3.21, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31946, 1872, 21037, 1887, 9, 18, 1.64, 1.67, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31947, 1872, 21038, 803, 9, 18, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-17 19:10:12', '2024-08-17 19:10:12', '2024-08-17 19:11:14'),
(31948, 1881, 25103, 53, 6, 21, 30.16, 30.61, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31949, 1881, 25104, 2957, 9, 21, 1111.00, 1127.67, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31950, 1881, 25105, 2208, 3, 21, 57.05, 57.91, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31951, 1881, 25106, 5320, 3, 21, 205.99, 209.08, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31952, 1881, 25107, 1934, 3, 21, 4042.50, 4103.14, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31953, 1881, 25108, 4589, 9, 21, 10.10, 10.25, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31954, 1881, 25109, 5472, 9, 21, 46.41, 47.11, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31955, 1881, 25110, 4217, 9, 21, 6.46, 6.56, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31956, 1881, 25111, 3784, 9, 21, 95.95, 97.39, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31957, 1881, 25112, 1127, 6, 21, 56.42, 57.27, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31958, 1881, 25113, 2969, 9, 21, 92.58, 93.97, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31959, 1881, 25114, 1791, 3, 21, 1010.00, 1025.15, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31960, 1881, 25115, 4940, 9, 21, 20.14, 20.44, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31961, 1881, 25116, 2004, 6, 21, 90.71, 92.07, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31962, 1881, 25117, 5811, 3, 21, 45.77, 46.46, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31963, 1881, 25118, 2549, 9, 21, 341.65, 346.77, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31964, 1881, 25119, 4106, 9, 21, 1.37, 1.39, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31965, 1881, 25120, 933, 3, 21, 1133.00, 1150.00, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31966, 1881, 25121, 3421, 3, 21, 29.29, 29.73, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31967, 1881, 25122, 3050, 9, 21, 11.01, 11.18, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31968, 1881, 25123, 1072, 9, 21, 22.65, 22.99, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31969, 1881, 25124, 2510, 6, 21, 39.19, 39.78, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31970, 1881, 25125, 3777, 9, 21, 8.38, 8.51, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31971, 1881, 25126, 3142, 3, 21, 89.23, 90.57, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31972, 1881, 25127, 3006, 3, 21, 388.31, 394.13, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31973, 1881, 25128, 6001, 1, 21, 31.79, 32.27, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31974, 1881, 25129, 2401, 3, 21, 1854.00, 1881.81, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31975, 1881, 25130, 5056, 9, 21, 41.99, 42.62, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31976, 1881, 25131, 5226, 1, 21, 8.31, 8.43, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31977, 1881, 25132, 4056, 6, 21, 101.40, 102.92, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31978, 1881, 25133, 5171, 6, 21, 48.75, 49.48, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31979, 1881, 25134, 5443, 1, 21, 23.22, 23.57, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31980, 1881, 25135, 1214, 9, 21, 141.96, 144.09, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31981, 1881, 25136, 2934, 9, 21, 113.21, 114.91, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31982, 1881, 25137, 5272, 1, 21, 6.09, 6.18, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31983, 1881, 25138, 2568, 9, 21, 1261.40, 1280.32, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31984, 1881, 25139, 3691, 1, 21, 474.79, 481.91, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31985, 1881, 25140, 6159, 6, 21, 31.41, 31.88, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31986, 1881, 25141, 438, 6, 21, 1403.57, 1424.62, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31987, 1881, 25142, 1021, 3, 21, 3.06, 3.11, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31988, 1881, 25143, 3205, 9, 21, 40.98, 41.59, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31989, 1881, 25144, 4972, 6, 21, 41.29, 41.91, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31990, 1881, 25145, 561, 9, 21, 40.40, 41.01, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31991, 1881, 25146, 2128, 9, 21, 32.44, 32.93, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31992, 1881, 25147, 3809, 9, 21, 17.48, 17.74, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31993, 1881, 25148, 3954, 1, 21, 231.53, 235.00, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31994, 1881, 25149, 5363, 9, 21, 28.61, 29.04, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31995, 1881, 25150, 4644, 9, 21, 25.49, 25.87, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31996, 1881, 25151, 2985, 9, 21, 81.37, 82.59, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31997, 1881, 25152, 1531, 6, 21, 13.38, 13.58, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31998, 1881, 25153, 5807, 3, 21, 20.59, 20.90, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(31999, 1881, 25154, 5580, 9, 21, 12.98, 13.17, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32000, 1881, 25155, 4909, 9, 21, 2.18, 2.21, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32001, 1881, 25156, 1654, 1, 21, 31.61, 32.08, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32002, 1881, 25157, 3292, 6, 21, 11.13, 11.30, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32003, 1881, 25158, 2065, 1, 21, 7.45, 7.56, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32004, 1881, 25159, 1846, 9, 21, 1.52, 1.54, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32005, 1881, 25160, 1837, 6, 21, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32006, 1881, 25161, 1827, 1, 21, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32007, 1881, 25162, 1894, 9, 21, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32008, 1881, 25163, 1811, 1, 21, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:15'),
(32009, 1872, 25199, 5696, 6, 22, 51.41, 51.87, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:16'),
(32010, 1872, 25200, 3097, 3, 22, 763.98, 770.86, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:16'),
(32011, 1872, 25201, 144, 3, 22, 24.24, 24.46, 1, 1, 'ai_sell', '2024-08-17 19:10:13', '2024-08-17 19:10:13', '2024-08-17 19:11:16'),
(32012, 1872, 25202, 3042, 3, 22, 101.13, 102.04, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32013, 1872, 25203, 61, 1, 22, 27.56, 27.81, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32014, 1872, 25204, 1395, 6, 22, 68.90, 69.52, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32015, 1872, 25205, 4338, 6, 22, 106.47, 107.43, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32016, 1872, 25206, 2224, 1, 22, 29.92, 30.19, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32017, 1872, 25207, 4201, 1, 22, 20.79, 20.98, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32018, 1872, 25208, 3695, 9, 22, 31.47, 31.75, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32019, 1872, 25209, 2158, 1, 22, 47.70, 48.13, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32020, 1872, 25210, 5747, 9, 22, 4.83, 4.87, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32021, 1872, 25211, 4977, 3, 22, 5.24, 5.29, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32022, 1872, 25212, 1818, 1, 22, 1.06, 1.07, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32023, 1872, 25213, 949, 1, 22, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32024, 1872, 25214, 1894, 1, 22, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32025, 1877, 28962, 3977, 6, 23, 401.73, 407.76, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32026, 1877, 28963, 4885, 6, 23, 520.58, 528.39, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32027, 1877, 28964, 5720, 3, 23, 515.39, 523.12, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32028, 1877, 28965, 2847, 3, 23, 3232.00, 3280.48, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32029, 1877, 28966, 4790, 1, 23, 20.59, 20.90, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32030, 1877, 28967, 778, 3, 23, 35.39, 35.92, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32031, 1877, 28968, 3233, 6, 23, 101.00, 102.52, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32032, 1877, 28969, 4683, 3, 23, 8.23, 8.35, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32033, 1877, 28970, 838, 1, 23, 16.66, 16.91, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32034, 1877, 28971, 218, 9, 23, 36.71, 37.26, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32035, 1877, 28972, 470, 9, 23, 16.75, 17.00, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32036, 1877, 28973, 868, 1, 23, 72.80, 73.89, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32037, 1877, 28974, 2908, 1, 23, 282.80, 287.04, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32038, 1877, 28975, 1986, 3, 23, 130.81, 132.77, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32039, 1877, 28976, 2999, 3, 23, 101.00, 102.52, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32040, 1877, 28977, 1999, 6, 23, 56.65, 57.50, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32041, 1877, 28978, 4087, 1, 23, 391.14, 397.01, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32042, 1877, 28979, 2579, 6, 23, 31.07, 31.54, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32043, 1877, 28980, 4669, 1, 23, 8002.50, 8122.54, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32044, 1877, 28981, 4174, 9, 23, 550.16, 558.41, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32045, 1877, 28982, 210, 3, 23, 40.39, 41.00, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32046, 1877, 28983, 1842, 6, 23, 1.06, 1.08, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32047, 1877, 28984, 532, 9, 23, 32.03, 32.51, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32048, 1877, 28985, 433, 1, 23, 268.79, 272.82, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32049, 1877, 28986, 3111, 9, 23, 255.00, 258.83, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32050, 1877, 28987, 3262, 3, 23, 5.61, 5.69, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32051, 1877, 28988, 1405, 9, 23, 10.30, 10.45, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32052, 1877, 28989, 935, 9, 23, 3.18, 3.23, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32053, 1877, 28990, 3522, 1, 23, 29.57, 30.01, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32054, 1877, 28991, 642, 3, 23, 1.06, 1.08, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32055, 1877, 28992, 1662, 6, 23, 0.93, 0.94, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32056, 1877, 28993, 734, 1, 23, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32057, 1877, 28994, 1894, 6, 23, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:16'),
(32058, 1869, 30807, 5407, 9, 25, 15.74, 15.98, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32059, 1869, 30808, 283, 6, 25, 43.90, 44.56, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32060, 1869, 30809, 6054, 9, 25, 18.53, 18.81, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32061, 1869, 30810, 1501, 9, 25, 28.35, 28.78, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32062, 1869, 30811, 3083, 3, 25, 51.00, 51.77, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32063, 1869, 30812, 2028, 9, 25, 40.95, 41.56, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32064, 1869, 30813, 6064, 9, 25, 6.81, 6.91, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32065, 1869, 30814, 157, 1, 25, 10.10, 10.25, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32066, 1869, 30815, 1141, 3, 25, 101.85, 103.38, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32067, 1869, 30816, 2793, 1, 25, 103.01, 104.56, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32068, 1869, 30817, 6123, 6, 25, 19.56, 19.85, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32069, 1869, 30818, 5272, 3, 25, 5.86, 5.95, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32070, 1869, 30819, 798, 1, 25, 16.47, 16.72, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32071, 1869, 30820, 3558, 6, 25, 11.06, 11.23, 1, 1, 'ai_sell', '2024-08-17 19:10:14', '2024-08-17 19:10:14', '2024-08-17 19:11:17'),
(32072, 1869, 30821, 4445, 9, 25, 27.18, 27.59, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32073, 1869, 30822, 4778, 6, 25, 328.16, 333.08, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32074, 1869, 30823, 4076, 3, 25, 40.79, 41.40, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32075, 1869, 30824, 5753, 1, 25, 624.00, 633.36, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32076, 1869, 30825, 4511, 3, 25, 2.03, 2.06, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32077, 1869, 30826, 1473, 9, 25, 20.73, 21.04, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32078, 1869, 30827, 1850, 1, 25, 0.56, 0.57, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32079, 1869, 30828, 1827, 1, 25, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32080, 1869, 30829, 1811, 9, 25, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32081, 1902, 31224, 2152, 6, 26, 73.50, 74.16, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32082, 1902, 31225, 3253, 6, 26, 16.24, 16.39, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32083, 1902, 31226, 5625, 1, 26, 4.74, 4.78, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32084, 1902, 31227, 2853, 6, 26, 37.39, 37.73, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32085, 1902, 31228, 5112, 6, 26, 13.26, 13.38, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32086, 1902, 31229, 4829, 1, 26, 20.40, 20.58, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32087, 1902, 31230, 4725, 1, 26, 369.77, 373.10, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32088, 1902, 31231, 4648, 1, 26, 41.20, 41.57, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32089, 1902, 31232, 16, 3, 26, 12.60, 12.71, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32090, 1902, 31233, 2217, 1, 26, 20.14, 20.32, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32091, 1902, 31234, 3571, 1, 26, 5.29, 5.34, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32092, 1902, 31235, 1469, 1, 26, 1.28, 1.29, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32093, 1902, 31236, 1198, 1, 26, 2.25, 2.27, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32094, 1902, 31237, 1409, 6, 26, 11.32, 11.42, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32095, 1902, 31238, 3180, 3, 26, 12.23, 12.34, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32096, 1902, 31239, 1827, 6, 26, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32097, 1902, 31240, 1850, 9, 26, 0.58, 0.59, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:17'),
(32098, 1902, 31242, 2510, 3, 27, 38.43, 39.20, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32099, 1902, 31243, 3907, 6, 27, 27.29, 27.84, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32100, 1902, 31244, 4694, 1, 27, 29.14, 29.72, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32101, 1902, 31245, 5992, 9, 27, 82.40, 84.05, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32102, 1902, 31246, 5373, 6, 27, 51.47, 52.50, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32103, 1902, 31247, 2132, 9, 27, 100.01, 102.01, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32104, 1902, 31248, 2796, 6, 27, 6544.44, 6675.33, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32105, 1902, 31249, 879, 6, 27, 50.54, 51.55, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32106, 1902, 31250, 3481, 1, 27, 15.73, 16.04, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32107, 1902, 31251, 6126, 3, 27, 22.16, 22.60, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32108, 1902, 31252, 4051, 1, 27, 201.98, 206.02, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32109, 1902, 31253, 2103, 3, 27, 4.20, 4.28, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32110, 1902, 31254, 2475, 1, 27, 25.41, 25.92, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32111, 1902, 31255, 5386, 3, 27, 145.60, 148.51, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32112, 1902, 31256, 3121, 6, 27, 85.04, 86.74, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32113, 1902, 31257, 206, 3, 27, 27.97, 28.53, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32114, 1902, 31258, 4366, 3, 27, 82.40, 84.05, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32115, 1902, 31259, 4021, 1, 27, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32116, 1902, 31260, 4848, 6, 27, 11.43, 11.66, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32117, 1902, 31261, 798, 6, 27, 16.16, 16.48, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32118, 1902, 31262, 3952, 9, 27, 149.45, 152.44, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32119, 1902, 31263, 4528, 1, 27, 61.60, 62.83, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32120, 1902, 31264, 4114, 3, 27, 304.50, 310.59, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32121, 1902, 31265, 5106, 6, 27, 88.20, 89.96, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32122, 1902, 31266, 4656, 1, 27, 234.60, 239.29, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32123, 1902, 31267, 5534, 1, 27, 133.03, 135.69, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32124, 1902, 31268, 5751, 1, 27, 4.40, 4.49, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32125, 1902, 31269, 854, 9, 27, 36.20, 36.92, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32126, 1902, 31270, 5160, 3, 27, 266.18, 271.50, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32127, 1902, 31271, 4711, 3, 27, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32128, 1902, 31272, 436, 1, 27, 72.66, 74.11, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32129, 1902, 31273, 217, 3, 27, 236.41, 241.14, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:15', '2024-08-17 19:11:18'),
(32130, 1902, 31274, 4947, 1, 27, 510.90, 521.12, 1, 1, 'ai_sell', '2024-08-17 19:10:15', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32131, 1902, 31275, 5307, 3, 27, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32132, 1902, 31276, 3184, 9, 27, 9.77, 9.97, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32133, 1902, 31277, 4933, 9, 27, 5.52, 5.63, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32134, 1902, 31278, 3828, 6, 27, 204.00, 208.08, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32135, 1902, 31279, 2723, 6, 27, 247.79, 252.75, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32136, 1902, 31280, 2393, 9, 27, 2080.00, 2121.60, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32137, 1902, 31281, 656, 3, 27, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32138, 1902, 31282, 2512, 6, 27, 26.51, 27.04, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32139, 1902, 31283, 2186, 6, 27, 52.41, 53.46, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32140, 1902, 31284, 2970, 9, 27, 130.65, 133.26, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32141, 1902, 31285, 5020, 3, 27, 22.00, 22.44, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32142, 1902, 31286, 3239, 1, 27, 18.36, 18.73, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32143, 1902, 31287, 4832, 1, 27, 16.45, 16.78, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32144, 1902, 31288, 689, 1, 27, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32145, 1902, 31289, 4440, 6, 27, 27.27, 27.82, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32146, 1902, 31290, 417, 1, 27, 45.44, 46.35, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32147, 1902, 31291, 3311, 1, 27, 339.89, 346.69, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32148, 1902, 31292, 314, 6, 27, 10.30, 10.51, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32149, 1902, 31293, 5591, 6, 27, 30.59, 31.20, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32150, 1902, 31294, 1981, 1, 27, 218.40, 222.77, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32151, 1902, 31295, 227, 3, 27, 10.70, 10.91, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32152, 1902, 31296, 1015, 3, 27, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32153, 1902, 31297, 1899, 6, 27, 11.52, 11.75, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32154, 1902, 31298, 5542, 1, 27, 33.58, 34.25, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32155, 1902, 31299, 4750, 1, 27, 66.57, 67.90, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32156, 1902, 31300, 98, 1, 27, 134.16, 136.84, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32157, 1902, 31301, 3423, 6, 27, 21.78, 22.22, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32158, 1902, 31302, 2415, 9, 27, 10.90, 11.12, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32159, 1902, 31303, 4641, 6, 27, 9.36, 9.55, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32160, 1902, 31304, 4818, 6, 27, 11.43, 11.66, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32161, 1902, 31305, 3198, 6, 27, 51.33, 52.36, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32162, 1902, 31306, 1418, 3, 27, 20.35, 20.76, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32163, 1902, 31307, 5690, 3, 27, 26.85, 27.39, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:18'),
(32164, 1902, 31308, 4971, 9, 27, 66.56, 67.89, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32165, 1902, 31309, 5996, 6, 27, 160.05, 163.25, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32166, 1902, 31310, 5102, 6, 27, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32167, 1902, 31311, 3277, 3, 27, 38.45, 39.22, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32168, 1902, 31312, 2029, 3, 27, 167.28, 170.63, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32169, 1902, 31313, 4633, 9, 27, 416.00, 424.32, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32170, 1902, 31314, 1916, 6, 27, 3.50, 3.57, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32171, 1902, 31315, 2521, 6, 27, 383.03, 390.69, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32172, 1902, 31316, 1720, 6, 27, 1751.00, 1786.02, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32173, 1902, 31317, 4579, 9, 27, 70.69, 72.10, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32174, 1902, 31318, 846, 1, 27, 298.77, 304.75, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32175, 1902, 31319, 5391, 9, 27, 98.87, 100.85, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32176, 1902, 31320, 391, 1, 27, 20.66, 21.07, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32177, 1902, 31321, 1177, 6, 27, 5.89, 6.01, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32178, 1902, 31322, 2445, 3, 27, 210.00, 214.20, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32179, 1902, 31323, 4955, 3, 27, 11.43, 11.66, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32180, 1902, 31324, 2272, 9, 27, 41.97, 42.81, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32181, 1902, 31325, 716, 1, 27, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32182, 1902, 31326, 4219, 9, 27, 1.27, 1.30, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32183, 1902, 31327, 1827, 3, 27, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32184, 1876, 31592, 4506, 1, 28, 67.97, 68.58, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32185, 1876, 31593, 642, 3, 28, 1.02, 1.03, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32186, 1876, 31594, 4741, 9, 28, 11.02, 11.12, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32187, 1876, 31595, 3338, 3, 28, 5.57, 5.62, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32188, 1876, 31596, 3448, 6, 28, 14.39, 14.52, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32189, 1876, 31597, 3301, 3, 28, 19.08, 19.25, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32190, 1876, 31598, 4577, 1, 28, 31.01, 31.29, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32191, 1876, 31599, 5924, 1, 28, 7.20, 7.26, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32192, 1876, 31600, 935, 1, 28, 3.12, 3.15, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32193, 1876, 31601, 4687, 3, 28, 2.75, 2.77, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32194, 1876, 31602, 734, 9, 28, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32195, 1876, 31603, 1827, 6, 28, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32196, 1876, 31604, 756, 1, 28, 0.47, 0.47, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32197, 1876, 31605, 949, 3, 28, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-17 19:10:16', '2024-08-17 19:10:16', '2024-08-17 19:11:19'),
(32198, 1884, 31720, 1040, 3, 31, 53.00, 54.06, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32199, 1884, 31721, 2865, 1, 31, 55.54, 56.65, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32200, 1884, 31722, 3684, 1, 31, 427.86, 436.42, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32201, 1884, 31723, 576, 1, 31, 40.56, 41.37, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32202, 1884, 31724, 5083, 9, 31, 57.74, 58.89, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32203, 1884, 31725, 3118, 6, 31, 92.21, 94.05, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32204, 1884, 31726, 1110, 9, 31, 155.40, 158.51, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32205, 1884, 31727, 1238, 9, 31, 515.00, 525.30, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32206, 1884, 31728, 2658, 6, 31, 21.81, 22.25, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32207, 1884, 31729, 2255, 3, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32208, 1884, 31730, 2138, 9, 31, 1412.99, 1441.25, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32209, 1884, 31731, 5955, 1, 31, 6.28, 6.41, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32210, 1884, 31732, 1746, 1, 31, 187.95, 191.71, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32211, 1884, 31733, 5458, 9, 31, 4040.00, 4120.80, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32212, 1884, 31734, 1467, 9, 31, 13.47, 13.74, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32213, 1884, 31735, 3137, 1, 31, 17561.44, 17912.67, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32214, 1884, 31736, 3010, 1, 31, 31.92, 32.56, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32215, 1884, 31737, 5448, 9, 31, 57.20, 58.34, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:02'),
(32216, 1884, 31738, 13, 9, 31, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:03'),
(32217, 1884, 31739, 2176, 6, 31, 424.00, 432.48, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:03'),
(32218, 1884, 31740, 4988, 3, 31, 77.51, 79.06, 1, 1, 'ai_sell', '2024-08-17 19:22:02', '2024-08-17 19:22:02', '2024-08-17 20:22:03'),
(32219, 1884, 31741, 4768, 9, 31, 2.92, 2.98, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32220, 1884, 31742, 5706, 9, 31, 30.76, 31.38, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32221, 1884, 31743, 3110, 1, 31, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32222, 1884, 31744, 4210, 9, 31, 21.41, 21.84, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32223, 1884, 31745, 2709, 1, 31, 27.46, 28.01, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32224, 1884, 31746, 2063, 1, 31, 4.98, 5.08, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32225, 1884, 31747, 4305, 9, 31, 4.16, 4.24, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32226, 1884, 31748, 2727, 6, 31, 13.77, 14.05, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32227, 1884, 31749, 3599, 6, 31, 10.75, 10.97, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32228, 1884, 31750, 1296, 1, 31, 45.90, 46.82, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32229, 1884, 31751, 1946, 3, 31, 4.51, 4.60, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32230, 1884, 31752, 6118, 3, 31, 28.56, 29.13, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32231, 1884, 31753, 1162, 1, 31, 94.50, 96.39, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32232, 1884, 31754, 2132, 3, 31, 101.99, 104.03, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32233, 1884, 31755, 469, 6, 31, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32234, 1884, 31756, 2339, 6, 31, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32235, 1884, 31757, 1042, 3, 31, 18.36, 18.73, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32236, 1884, 31758, 5776, 9, 31, 25.99, 26.51, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32237, 1884, 31759, 1808, 6, 31, 30.30, 30.91, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32238, 1884, 31760, 2924, 9, 31, 31.14, 31.76, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32239, 1884, 31761, 2872, 6, 31, 2798.40, 2854.37, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32240, 1884, 31762, 861, 9, 31, 210.94, 215.16, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32241, 1884, 31763, 642, 9, 31, 1.03, 1.05, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32242, 1884, 31764, 3287, 9, 31, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32243, 1884, 31765, 5586, 1, 31, 11.21, 11.43, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32244, 1884, 31766, 5032, 1, 31, 124.79, 127.29, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32245, 1884, 31767, 5921, 6, 31, 7.34, 7.49, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32246, 1884, 31768, 3395, 3, 31, 48.29, 49.26, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32247, 1884, 31769, 665, 9, 31, 97.76, 99.72, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32248, 1884, 31770, 306, 6, 31, 14.01, 14.29, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32249, 1884, 31771, 3880, 1, 31, 16.94, 17.28, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32250, 1884, 31772, 1770, 1, 31, 100.99, 103.01, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32251, 1884, 31773, 2013, 3, 31, 43.46, 44.33, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32252, 1884, 31774, 1458, 3, 31, 7004.00, 7144.08, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32253, 1884, 31775, 1805, 1, 31, 8.47, 8.64, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32254, 1884, 31776, 4550, 1, 31, 3213.00, 3277.26, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32255, 1884, 31777, 2133, 3, 31, 131.25, 133.88, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32256, 1884, 31778, 5912, 1, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32257, 1884, 31779, 3756, 1, 31, 120.10, 122.50, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32258, 1884, 31780, 5587, 1, 31, 11.21, 11.43, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32259, 1884, 31781, 5806, 9, 31, 15.59, 15.90, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32260, 1884, 31782, 4507, 9, 31, 42.92, 43.78, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32261, 1884, 31783, 1376, 6, 31, 14076.00, 14357.52, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32262, 1884, 31784, 5233, 3, 31, 13.13, 13.39, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32263, 1884, 31785, 104, 9, 31, 35.36, 36.07, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32264, 1884, 31786, 3115, 9, 31, 275.61, 281.12, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32265, 1884, 31787, 402, 6, 31, 9.08, 9.26, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32266, 1884, 31788, 5053, 3, 31, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32267, 1884, 31789, 1027, 1, 31, 401.70, 409.73, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(32268, 1884, 31790, 3632, 1, 31, 8.32, 8.49, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32269, 1884, 31791, 5016, 9, 31, 305.55, 311.66, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32270, 1884, 31792, 5154, 3, 31, 303.00, 309.06, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32271, 1884, 31793, 4851, 9, 31, 1273.99, 1299.47, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32272, 1884, 31794, 2362, 9, 31, 18.97, 19.35, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32273, 1884, 31795, 4226, 6, 31, 59.89, 61.09, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32274, 1884, 31796, 5734, 9, 31, 26.77, 27.31, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32275, 1884, 31797, 5214, 3, 31, 15.42, 15.73, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32276, 1884, 31798, 5483, 9, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32277, 1884, 31799, 2186, 6, 31, 50.92, 51.94, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32278, 1884, 31800, 3730, 6, 31, 6.96, 7.10, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32279, 1884, 31801, 6122, 1, 31, 28.55, 29.12, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32280, 1884, 31802, 2682, 9, 31, 27.18, 27.72, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32281, 1884, 31803, 1176, 3, 31, 23.21, 23.67, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32282, 1884, 31804, 524, 9, 31, 142.79, 145.65, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32283, 1884, 31805, 3089, 6, 31, 7.20, 7.34, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32284, 1884, 31806, 707, 1, 31, 256.44, 261.57, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32285, 1884, 31807, 1534, 6, 31, 33.66, 34.33, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32286, 1884, 31808, 5930, 1, 31, 34.27, 34.96, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32287, 1884, 31809, 810, 6, 31, 26.61, 27.14, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32288, 1884, 31810, 3275, 3, 31, 40.16, 40.96, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32289, 1884, 31811, 3825, 9, 31, 23.68, 24.15, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32290, 1884, 31812, 2389, 3, 31, 26.87, 27.41, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32291, 1884, 31813, 4927, 1, 31, 131.25, 133.88, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32292, 1884, 31814, 2454, 6, 31, 59.74, 60.93, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32293, 1884, 31815, 3434, 6, 31, 878.80, 896.38, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32294, 1884, 31816, 4428, 3, 31, 30.91, 31.53, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32295, 1884, 31817, 6089, 3, 31, 5.22, 5.32, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32296, 1884, 31818, 161, 1, 31, 31.62, 32.25, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32297, 1884, 31819, 3453, 9, 31, 16.29, 16.62, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32298, 1884, 31820, 2949, 6, 31, 21.77, 22.21, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:03', '2024-08-17 20:23:02'),
(32299, 1884, 31821, 747, 1, 31, 15.05, 15.35, 1, 1, 'ai_sell', '2024-08-17 19:22:03', '2024-08-17 19:22:04', '2024-08-17 20:23:02'),
(32300, 1884, 31822, 3496, 1, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-17 19:22:04', '2024-08-17 19:22:04', '2024-08-17 20:23:02'),
(32301, 1884, 31823, 1850, 1, 31, 0.58, 0.59, 1, 1, 'ai_sell', '2024-08-17 19:22:04', '2024-08-17 19:22:04', '2024-08-17 20:23:02'),
(32302, 1798, 31824, 1734, 5, NULL, 70.00, 70.70, 1, 1, 'manual_sell', '2024-08-17 22:03:36', '2024-08-17 22:03:36', '2024-08-17 23:04:02'),
(32303, 1798, 31825, 2292, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-08-17 22:12:34', '2024-08-17 22:12:34', '2024-08-17 23:13:02'),
(32304, 1798, 31826, 1807, 5, NULL, 80.00, 80.80, 1, 1, 'manual_sell', '2024-08-17 22:16:15', '2024-08-17 22:16:15', '2024-08-17 23:17:02'),
(32305, 1850, 31829, 1877, 5, NULL, 22.40, 22.62, 46, 1, 'manual_sell', '2024-08-18 12:11:04', '2024-08-18 12:11:04', '2024-08-18 13:12:01'),
(32306, 1925, 31830, 2552, 9, 30, 71.39, 72.82, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32307, 1925, 31831, 128, 3, 30, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32308, 1925, 31832, 693, 9, 30, 1270.94, 1296.36, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32309, 1925, 31833, 2966, 6, 30, 520.00, 530.40, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32310, 1925, 31834, 2478, 9, 30, 1353.51, 1380.58, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32311, 1925, 31835, 4915, 1, 30, 72.19, 73.63, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32312, 1925, 31836, 5058, 1, 30, 18.17, 18.53, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32313, 1925, 31837, 3469, 3, 30, 86.74, 88.47, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32314, 1925, 31838, 5584, 3, 30, 267.59, 272.94, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32315, 1925, 31839, 2196, 6, 30, 15.45, 15.76, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32316, 1925, 31840, 3771, 9, 30, 5.50, 5.61, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32317, 1925, 31841, 3921, 9, 30, 132.60, 135.25, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32318, 1925, 31842, 4557, 3, 30, 5460.00, 5569.20, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32319, 1925, 31843, 2705, 6, 30, 844.48, 861.37, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32320, 1925, 31844, 3658, 1, 30, 13.94, 14.22, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32321, 1925, 31845, 1241, 1, 30, 191.25, 195.08, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32322, 1925, 31846, 5352, 3, 30, 17.33, 17.68, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32323, 1925, 31847, 4433, 1, 30, 741.99, 756.83, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32324, 1925, 31848, 2325, 1, 30, 115.50, 117.81, 1, 1, 'ai_sell', '2024-08-18 12:17:02', '2024-08-18 12:17:02', '2024-08-18 13:17:02'),
(32325, 1925, 31849, 4047, 3, 30, 46.45, 47.38, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:01'),
(32326, 1925, 31850, 6069, 6, 30, 16.13, 16.45, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:01'),
(32327, 1925, 31851, 1676, 3, 30, 5.71, 5.82, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32328, 1925, 31852, 6089, 6, 30, 5.02, 5.12, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32329, 1925, 31853, 5338, 1, 30, 2060.00, 2101.20, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32330, 1925, 31854, 1042, 9, 30, 18.54, 18.91, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32331, 1925, 31855, 4314, 1, 30, 4.85, 4.95, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32332, 1925, 31856, 1072, 1, 30, 23.55, 24.02, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32333, 1925, 31857, 64, 1, 30, 8.08, 8.24, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32334, 1925, 31858, 5014, 3, 30, 531.41, 542.04, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32335, 1925, 31859, 5986, 3, 30, 19.68, 20.07, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32336, 1925, 31860, 143, 6, 30, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32337, 1925, 31861, 3722, 6, 30, 2.06, 2.10, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32338, 1925, 31862, 1827, 3, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-18 12:17:03', '2024-08-18 12:17:03', '2024-08-18 13:18:02'),
(32339, 1915, 31827, 245, 1, NULL, 71.00, 71.71, 1, 1, 'manual_sell', '2024-08-18 12:22:48', '2024-08-18 12:22:48', '2024-08-18 13:23:02'),
(32340, 1912, 31863, 1633, 6, 29, 30.90, 31.36, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32341, 1912, 31864, 5495, 1, 29, 1492.40, 1514.79, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32342, 1912, 31865, 4263, 3, 29, 105.99, 107.58, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32343, 1912, 31866, 3070, 6, 29, 309.00, 313.64, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32344, 1912, 31867, 4511, 1, 29, 1.99, 2.02, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32345, 1912, 31868, 4014, 9, 29, 7.68, 7.80, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32346, 1912, 31869, 4409, 9, 29, 634.39, 643.91, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32347, 1912, 31870, 5973, 6, 29, 25.24, 25.62, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32348, 1912, 31871, 3474, 1, 29, 91.80, 93.18, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32349, 1912, 31872, 5223, 1, 29, 706.99, 717.59, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32350, 1912, 31873, 3351, 3, 29, 204.00, 207.06, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32351, 1912, 31874, 3398, 6, 29, 41.34, 41.96, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32352, 1912, 31875, 3744, 3, 29, 21.62, 21.94, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32353, 1912, 31876, 4710, 9, 29, 18.90, 19.18, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32354, 1912, 31877, 5311, 3, 29, 101.95, 103.48, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32355, 1912, 31878, 3927, 3, 29, 36.35, 36.90, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32356, 1912, 31879, 5048, 9, 29, 50.87, 51.63, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32357, 1912, 31880, 1872, 6, 29, 19.33, 19.62, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32358, 1912, 31881, 5843, 3, 29, 1428.00, 1449.42, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:02'),
(32359, 1912, 31882, 5449, 9, 29, 1367.40, 1387.91, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32360, 1912, 31883, 5628, 9, 29, 15.74, 15.98, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32361, 1912, 31884, 1282, 9, 29, 511.95, 519.63, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32362, 1912, 31885, 115, 3, 29, 268.92, 272.95, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32363, 1912, 31886, 435, 3, 29, 1750.99, 1777.25, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32364, 1912, 31887, 4558, 3, 29, 408.00, 414.12, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32365, 1912, 31888, 5384, 6, 29, 1011.00, 1026.17, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32366, 1912, 31889, 2285, 3, 29, 93.60, 95.00, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32367, 1912, 31890, 3589, 9, 29, 7.79, 7.91, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32368, 1912, 31891, 1347, 6, 29, 87.55, 88.86, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32369, 1912, 31892, 2627, 6, 29, 16.15, 16.39, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32370, 1912, 31893, 4627, 6, 29, 143.09, 145.24, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32371, 1912, 31894, 2563, 6, 29, 442.89, 449.53, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32372, 1912, 31895, 2635, 1, 29, 77.51, 78.67, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32373, 1912, 31896, 1393, 1, 29, 40.57, 41.18, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32374, 1912, 31897, 2555, 9, 29, 47.87, 48.59, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32375, 1912, 31898, 371, 9, 29, 9.01, 9.15, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32376, 1912, 31899, 2566, 9, 29, 209.88, 213.03, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32377, 1912, 31900, 3224, 3, 29, 68.70, 69.73, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32378, 1912, 31901, 2384, 3, 29, 41.19, 41.81, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32379, 1912, 31902, 1944, 3, 29, 390.66, 396.52, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32380, 1912, 31903, 5199, 3, 29, 57.67, 58.54, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32381, 1912, 31904, 4770, 9, 29, 39.21, 39.80, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32382, 1912, 31905, 1866, 3, 29, 6.18, 6.27, 1, 1, 'ai_sell', '2024-08-18 12:23:02', '2024-08-18 12:23:02', '2024-08-18 13:23:03'),
(32383, 1912, 31906, 3032, 3, 29, 719.97, 730.77, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32384, 1912, 31907, 1606, 3, 29, 20.55, 20.86, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32385, 1912, 31908, 291, 3, 29, 15.17, 15.40, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32386, 1912, 31909, 1521, 1, 29, 17.85, 18.12, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32387, 1912, 31910, 5192, 3, 29, 20.65, 20.96, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32388, 1912, 31911, 1018, 6, 29, 49.97, 50.72, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32389, 1912, 31912, 2070, 3, 29, 187.20, 190.01, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32390, 1912, 31913, 6131, 3, 29, 41.60, 42.22, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32391, 1912, 31914, 5111, 1, 29, 13.98, 14.19, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32392, 1912, 31915, 5471, 1, 29, 4.07, 4.13, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32393, 1912, 31916, 474, 6, 29, 174.89, 177.51, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32394, 1912, 31917, 1045, 3, 29, 39.13, 39.72, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32395, 1912, 31918, 1575, 6, 29, 2.47, 2.51, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32396, 1912, 31919, 1630, 9, 29, 42.70, 43.34, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32397, 1912, 31920, 238, 9, 29, 16.32, 16.56, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32398, 1912, 31921, 959, 6, 29, 2.65, 2.69, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32399, 1912, 31922, 645, 6, 29, 4.04, 4.10, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32400, 1912, 31923, 2162, 6, 29, 52.95, 53.74, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32401, 1912, 31924, 969, 6, 29, 4.24, 4.30, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32402, 1912, 31925, 3480, 1, 29, 21.19, 21.51, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32403, 1912, 31926, 4876, 9, 29, 42.37, 43.01, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32404, 1912, 31927, 4769, 9, 29, 28.08, 28.50, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32405, 1912, 31928, 504, 1, 29, 16.07, 16.31, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32406, 1912, 31929, 5160, 1, 29, 268.79, 272.82, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32407, 1912, 31930, 1863, 9, 29, 11.33, 11.50, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32408, 1912, 31931, 6081, 3, 29, 17.83, 18.10, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32409, 1912, 31932, 1058, 6, 29, 9.88, 10.03, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32410, 1912, 31933, 3847, 3, 29, 5.14, 5.22, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32411, 1912, 31934, 5670, 1, 29, 1.96, 1.99, 1, 1, 'ai_sell', '2024-08-18 12:23:03', '2024-08-18 12:23:03', '2024-08-18 13:24:04'),
(32412, 1915, 31828, 1419, 1, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-08-18 12:24:26', '2024-08-18 12:24:26', '2024-08-18 13:25:02'),
(32413, 1886, 31936, 3055, 5, NULL, 4.00, 4.04, 1, 1, 'manual_sell', '2024-08-18 13:33:54', '2024-08-18 13:33:54', '2024-08-18 14:34:02'),
(32414, 1886, 31935, 105, 5, NULL, 322.00, 325.22, 1, 1, 'manual_sell', '2024-08-18 13:34:23', '2024-08-18 13:34:23', '2024-08-18 14:35:03'),
(32415, 1920, 31937, 95, 5, NULL, 337.00, 340.37, 1, 1, 'manual_sell', '2024-08-18 13:34:50', '2024-08-18 13:34:50', '2024-08-18 14:35:03'),
(32416, 1920, 31938, 2385, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-08-18 13:35:12', '2024-08-18 13:35:12', '2024-08-18 14:36:02'),
(32417, 1921, 31939, 2027, 5, NULL, 55.00, 55.55, 1, 1, 'manual_sell', '2024-08-18 13:35:43', '2024-08-18 13:35:43', '2024-08-18 14:36:02'),
(32418, 1850, 31940, 6171, 9, 32, 15.94, 16.18, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32419, 1850, 31941, 114, 9, 32, 161.60, 164.02, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32420, 1850, 31942, 2986, 9, 32, 1562.51, 1585.95, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32421, 1850, 31943, 3232, 1, 32, 234.98, 238.50, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32422, 1850, 31944, 4905, 1, 32, 32.96, 33.45, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32423, 1850, 31945, 1489, 1, 32, 81.37, 82.59, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32424, 1850, 31946, 3112, 3, 32, 7.51, 7.62, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32425, 1850, 31947, 1622, 1, 32, 28.84, 29.27, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32426, 1850, 31948, 4582, 6, 32, 15.75, 15.99, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32427, 1850, 31949, 3833, 9, 32, 5.30, 5.38, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32428, 1850, 31950, 620, 3, 32, 3.09, 3.14, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32429, 1850, 31951, 971, 1, 32, 4.24, 4.30, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32430, 1850, 31952, 949, 9, 32, 0.30, 0.30, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32431, 1850, 31953, 1827, 1, 32, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-18 15:24:03', '2024-08-18 15:24:03', '2024-08-18 16:25:03'),
(32432, 1884, 31954, 2178, 3, 31, 20.56, 20.97, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32433, 1884, 31955, 3520, 6, 31, 62.99, 64.25, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32434, 1884, 31956, 5403, 1, 31, 416.79, 425.13, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32435, 1884, 31957, 952, 3, 31, 5.41, 5.52, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32436, 1884, 31958, 3806, 3, 31, 15.74, 16.05, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32437, 1884, 31959, 5757, 9, 31, 4.42, 4.51, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32438, 1884, 31960, 4289, 3, 31, 14.41, 14.70, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32439, 1884, 31961, 5825, 6, 31, 43.68, 44.55, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32440, 1884, 31962, 731, 1, 31, 110.34, 112.55, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32441, 1884, 31963, 5590, 3, 31, 56.09, 57.21, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32442, 1884, 31964, 5382, 3, 31, 312.64, 318.89, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32443, 1884, 31965, 2201, 9, 31, 20.96, 21.38, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32444, 1884, 31966, 4034, 3, 31, 12.86, 13.12, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32445, 1884, 31967, 4827, 3, 31, 17.51, 17.86, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32446, 1884, 31968, 5331, 6, 31, 204.70, 208.79, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32447, 1884, 31969, 3415, 9, 31, 102.96, 105.02, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32448, 1884, 31970, 3535, 9, 31, 79.70, 81.29, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32449, 1884, 31971, 673, 9, 31, 352.80, 359.86, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32450, 1884, 31972, 3360, 1, 31, 51.50, 52.53, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32451, 1884, 31973, 471, 9, 31, 338.28, 345.05, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32452, 1884, 31974, 2560, 9, 31, 127.19, 129.73, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32453, 1884, 31975, 2325, 9, 31, 113.30, 115.57, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32454, 1884, 31976, 1279, 1, 31, 351.52, 358.55, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32455, 1884, 31977, 3692, 3, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32456, 1884, 31978, 2073, 6, 31, 2.68, 2.73, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32457, 1884, 31979, 340, 9, 31, 209.03, 213.21, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32458, 1884, 31980, 2874, 1, 31, 16432.70, 16761.35, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32459, 1884, 31981, 2844, 1, 31, 1208.39, 1232.56, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32460, 1884, 31982, 2727, 6, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32461, 1884, 31983, 1133, 1, 31, 25.75, 26.27, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32462, 1884, 31984, 3846, 3, 31, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32463, 1884, 31985, 2187, 1, 31, 10.40, 10.61, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32464, 1884, 31986, 5142, 1, 31, 315.45, 321.76, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32465, 1884, 31987, 6113, 1, 31, 201.37, 205.40, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32466, 1884, 31988, 206, 6, 31, 27.97, 28.53, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32467, 1884, 31989, 2924, 1, 31, 31.74, 32.37, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32468, 1884, 31990, 3188, 6, 31, 12.82, 13.08, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32469, 1884, 31991, 4790, 1, 31, 21.19, 21.61, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32470, 1884, 31992, 4230, 3, 31, 187.94, 191.70, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32471, 1884, 31993, 1014, 6, 31, 112.27, 114.52, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32472, 1884, 31994, 3949, 9, 31, 622.16, 634.60, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32473, 1884, 31995, 1166, 3, 31, 443.46, 452.33, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32474, 1884, 31996, 6085, 9, 31, 4.24, 4.32, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32475, 1884, 31997, 3569, 9, 31, 12.35, 12.60, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32476, 1884, 31998, 3856, 9, 31, 43.33, 44.20, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32477, 1884, 31999, 6129, 9, 31, 8.77, 8.95, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32478, 1884, 32000, 4092, 3, 31, 2.86, 2.92, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32479, 1884, 32001, 2294, 3, 31, 7.36, 7.51, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32480, 1884, 32002, 3573, 1, 31, 1933.44, 1972.11, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32481, 1884, 32003, 4027, 6, 31, 22.87, 23.33, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32482, 1884, 32004, 3275, 1, 31, 40.16, 40.96, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32483, 1884, 32005, 2586, 9, 31, 20.47, 20.88, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32484, 1884, 32006, 2014, 3, 31, 202.13, 206.17, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32485, 1884, 32007, 1346, 9, 31, 30.65, 31.26, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32486, 1884, 32008, 1164, 9, 31, 4238.85, 4323.63, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32487, 1884, 32009, 4078, 9, 31, 45.32, 46.23, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32488, 1884, 32010, 5164, 9, 31, 32.85, 33.51, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32489, 1884, 32011, 2648, 1, 31, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32490, 1884, 32012, 4701, 6, 31, 61.83, 63.07, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32491, 1884, 32013, 2517, 6, 31, 106.53, 108.66, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32492, 1884, 32014, 2057, 3, 31, 627.90, 640.46, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32493, 1884, 32015, 4505, 9, 31, 97.85, 99.81, 1, 1, 'ai_sell', '2024-08-18 20:33:03', '2024-08-18 20:33:03', '2024-08-18 21:34:02'),
(32494, 1884, 32016, 1934, 3, 31, 4042.50, 4123.35, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32495, 1884, 32017, 1599, 3, 31, 2650.00, 2703.00, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32496, 1884, 32018, 1721, 9, 31, 1544.40, 1575.29, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32497, 1884, 32019, 3734, 6, 31, 141.13, 143.95, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32498, 1884, 32020, 5914, 3, 31, 2578.56, 2630.13, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32499, 1884, 32021, 1005, 3, 31, 10.40, 10.61, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32500, 1884, 32022, 4832, 3, 31, 16.30, 16.63, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32501, 1884, 32023, 2009, 1, 31, 33.81, 34.49, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32502, 1884, 32024, 132, 9, 31, 102.96, 105.02, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32503, 1884, 32025, 5436, 3, 31, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32504, 1884, 32026, 930, 3, 31, 13.79, 14.07, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32505, 1884, 32027, 2770, 6, 31, 637.05, 649.79, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32506, 1884, 32028, 2570, 6, 31, 6.67, 6.80, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32507, 1884, 32029, 5173, 3, 31, 288.39, 294.16, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32508, 1884, 32030, 2242, 3, 31, 2619.75, 2672.15, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32509, 1884, 32031, 2730, 6, 31, 20.13, 20.53, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32510, 1884, 32032, 740, 6, 31, 14.16, 14.44, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32511, 1884, 32033, 1307, 1, 31, 17.51, 17.86, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32512, 1884, 32034, 3634, 3, 31, 20.13, 20.53, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32513, 1884, 32035, 3305, 3, 31, 254.52, 259.61, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32514, 1884, 32036, 3576, 9, 31, 293.71, 299.58, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32515, 1884, 32037, 4295, 6, 31, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32516, 1884, 32038, 1812, 6, 31, 2047.50, 2088.45, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32517, 1884, 32039, 5429, 9, 31, 36.46, 37.19, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32518, 1884, 32040, 6010, 3, 31, 4.97, 5.07, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32519, 1884, 32041, 684, 9, 31, 4405.62, 4493.73, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32520, 1884, 32042, 4098, 6, 31, 7.27, 7.42, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32521, 1884, 32043, 1480, 3, 31, 3.80, 3.88, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32522, 1884, 32044, 4397, 3, 31, 31.79, 32.43, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32523, 1884, 32045, 4186, 6, 31, 137.80, 140.56, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32524, 1884, 32046, 4789, 3, 31, 43.34, 44.21, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32525, 1884, 32047, 4696, 1, 31, 25.75, 26.27, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32526, 1884, 32048, 166, 9, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32527, 1884, 32049, 2772, 1, 31, 47.70, 48.65, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32528, 1884, 32050, 2851, 1, 31, 6760.00, 6895.20, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32529, 1884, 32051, 835, 3, 31, 21.97, 22.41, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32530, 1884, 32052, 570, 9, 31, 1001.52, 1021.55, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32531, 1884, 32053, 1072, 9, 31, 23.78, 24.26, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32532, 1884, 32054, 5206, 6, 31, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32533, 1884, 32055, 2985, 3, 31, 82.95, 84.61, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32534, 1884, 32056, 722, 3, 31, 34.66, 35.35, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32535, 1884, 32057, 5498, 3, 31, 37.33, 38.08, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32536, 1884, 32058, 5539, 1, 31, 276.04, 281.56, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32537, 1884, 32059, 943, 9, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32538, 1884, 32060, 4742, 3, 31, 39.78, 40.58, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:02'),
(32539, 1884, 32061, 5354, 6, 31, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:03'),
(32540, 1884, 32062, 5470, 9, 31, 4.30, 4.39, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:03'),
(32541, 1884, 32063, 64, 1, 31, 8.48, 8.65, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:03'),
(32542, 1884, 32064, 3090, 9, 31, 5.15, 5.25, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:03'),
(32543, 1884, 32065, 1894, 6, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:03'),
(32544, 1884, 32066, 734, 6, 31, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-18 20:33:04', '2024-08-18 20:33:04', '2024-08-18 21:34:03'),
(32545, 1798, 32067, 5315, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-08-18 23:30:00', '2024-08-18 23:30:00', '2024-08-19 00:30:02'),
(32546, 1798, 32068, 4566, 5, NULL, 65.00, 65.65, 1, 1, 'manual_sell', '2024-08-18 23:32:17', '2024-08-18 23:32:17', '2024-08-19 00:33:02'),
(32547, 1798, 32069, 3030, 5, NULL, 81.00, 81.81, 1, 1, 'manual_sell', '2024-08-18 23:41:25', '2024-08-18 23:41:25', '2024-08-19 00:42:02'),
(32548, 1798, 32070, 2534, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-08-18 23:42:48', '2024-08-18 23:42:48', '2024-08-19 00:43:02'),
(32549, 1876, 32072, 1805, 5, NULL, 9.00, 9.09, 3, 1, 'manual_sell', '2024-08-19 08:54:02', '2024-08-19 08:54:02', '2024-08-19 09:54:02'),
(32550, 1876, 32071, 2820, 5, NULL, 138.00, 139.38, 1, 1, 'manual_sell', '2024-08-19 08:54:46', '2024-08-19 08:54:46', '2024-08-19 09:55:03'),
(32551, 1925, 32075, 2683, 9, 30, 20.58, 20.99, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32552, 1925, 32076, 4094, 9, 30, 222.59, 227.04, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32553, 1925, 32077, 5300, 6, 30, 579.79, 591.39, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32554, 1925, 32078, 3551, 9, 30, 47.24, 48.18, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32555, 1925, 32079, 1541, 6, 30, 1040.00, 1060.80, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32556, 1925, 32080, 4701, 3, 30, 60.66, 61.87, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32557, 1925, 32081, 3645, 3, 30, 9.09, 9.27, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32558, 1925, 32082, 4746, 6, 30, 52.58, 53.63, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32559, 1925, 32083, 2106, 3, 30, 61.80, 63.04, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32560, 1925, 32084, 6086, 1, 30, 10.09, 10.29, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32561, 1925, 32085, 2032, 3, 30, 40.56, 41.37, 1, 1, 'ai_sell', '2024-08-19 13:28:02', '2024-08-19 13:28:02', '2024-08-19 14:28:02'),
(32562, 1925, 32086, 2190, 9, 30, 7.20, 7.34, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32563, 1925, 32087, 2460, 9, 30, 9.24, 9.42, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32564, 1925, 32088, 2227, 1, 30, 20.71, 21.12, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32565, 1925, 32089, 720, 6, 30, 39.85, 40.65, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32566, 1925, 32090, 5896, 1, 30, 392.20, 400.04, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32567, 1925, 32091, 5578, 6, 30, 1097.52, 1119.47, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32568, 1925, 32092, 793, 1, 30, 161.96, 165.20, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32569, 1925, 32093, 4045, 9, 30, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32570, 1925, 32094, 2480, 3, 30, 298.70, 304.67, 1, 1, 'ai_sell', '2024-08-19 13:28:03', '2024-08-19 13:28:03', '2024-08-19 14:29:02'),
(32571, 1925, 32095, 6042, 1, 30, 3.69, 3.76, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32572, 1925, 32096, 1674, 3, 30, 1587.88, 1619.64, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32573, 1925, 32097, 4865, 1, 30, 335.58, 342.29, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32574, 1925, 32098, 5768, 6, 30, 5.82, 5.94, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32575, 1925, 32099, 1612, 9, 30, 42.35, 43.20, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32576, 1925, 32100, 2084, 6, 30, 16.96, 17.30, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32577, 1925, 32101, 5746, 9, 30, 74.53, 76.02, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32578, 1925, 32102, 5640, 6, 30, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32579, 1925, 32103, 4869, 6, 30, 11.10, 11.32, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32580, 1925, 32104, 2101, 1, 30, 930.30, 948.91, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32581, 1925, 32105, 5027, 3, 30, 9.44, 9.63, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32582, 1925, 32106, 265, 6, 30, 137.80, 140.56, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32583, 1925, 32107, 4381, 9, 30, 1035.49, 1056.20, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32584, 1925, 32108, 1020, 1, 30, 6.26, 6.39, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32585, 1925, 32109, 45, 9, 30, 132.87, 135.53, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32586, 1925, 32110, 5625, 9, 30, 4.88, 4.98, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32587, 1925, 32111, 4671, 9, 30, 9.44, 9.63, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32588, 1925, 32112, 306, 1, 30, 14.29, 14.58, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32589, 1925, 32113, 2143, 6, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32590, 1925, 32114, 4187, 6, 30, 1049.99, 1070.99, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32591, 1925, 32115, 3720, 6, 30, 8.39, 8.56, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32592, 1925, 32116, 1118, 1, 30, 1047.26, 1068.21, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32593, 1925, 32117, 1687, 9, 30, 82.10, 83.74, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32594, 1925, 32118, 5887, 1, 30, 16.79, 17.13, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32595, 1925, 32119, 2682, 3, 30, 27.71, 28.26, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32596, 1925, 32120, 2192, 1, 30, 36.70, 37.43, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32597, 1925, 32121, 1007, 3, 30, 80.58, 82.19, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32598, 1925, 32122, 4915, 1, 30, 74.30, 75.79, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32599, 1925, 32123, 2530, 3, 30, 1588.94, 1620.72, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:03'),
(32600, 1925, 32124, 883, 1, 30, 4.59, 4.68, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32601, 1925, 32125, 608, 1, 30, 2.06, 2.10, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32602, 1925, 32126, 1032, 9, 30, 100.70, 102.71, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32603, 1925, 32127, 2447, 6, 30, 181.99, 185.63, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32604, 1925, 32128, 4751, 1, 30, 32.23, 32.87, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32605, 1925, 32129, 5396, 3, 30, 47.25, 48.20, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32606, 1925, 32130, 1753, 9, 30, 197.60, 201.55, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32607, 1925, 32131, 90, 6, 30, 200.99, 205.01, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32608, 1925, 32132, 3292, 1, 30, 10.82, 11.04, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32609, 1925, 32133, 3362, 9, 30, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32610, 1925, 32134, 1121, 9, 30, 82.05, 83.69, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32611, 1925, 32135, 2602, 9, 30, 11.12, 11.34, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32612, 1925, 32136, 182, 1, 30, 144.26, 147.15, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32613, 1925, 32137, 3006, 6, 30, 388.31, 396.08, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32614, 1925, 32138, 1716, 3, 30, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32615, 1925, 32139, 4430, 1, 30, 159.00, 162.18, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32616, 1925, 32140, 5512, 6, 30, 13.09, 13.35, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32617, 1925, 32141, 3203, 6, 30, 41.99, 42.83, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32618, 1925, 32142, 2639, 9, 30, 10.40, 10.61, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32619, 1925, 32143, 1821, 1, 30, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-19 13:29:03', '2024-08-19 13:29:03', '2024-08-19 14:30:04'),
(32620, 1925, 32144, 1837, 9, 30, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-19 13:29:04', '2024-08-19 13:29:04', '2024-08-19 14:30:04'),
(32621, 1912, 32145, 3578, 6, 29, 16.21, 16.45, 1, 1, 'ai_sell', '2024-08-19 13:35:03', '2024-08-19 13:35:03', '2024-08-19 14:36:01'),
(32622, 1912, 32146, 577, 3, 29, 780.30, 792.00, 1, 1, 'ai_sell', '2024-08-19 13:35:03', '2024-08-19 13:35:03', '2024-08-19 14:36:01'),
(32623, 1912, 32147, 3655, 1, 29, 18.33, 18.60, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:01'),
(32624, 1912, 32148, 238, 6, 29, 16.64, 16.89, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:01'),
(32625, 1912, 32149, 2695, 9, 29, 11.32, 11.49, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:01'),
(32626, 1912, 32150, 4996, 3, 29, 10.09, 10.24, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:01'),
(32627, 1912, 32151, 2822, 1, 29, 624.00, 633.36, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:01'),
(32628, 1912, 32152, 5454, 9, 29, 9685.90, 9831.19, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32629, 1912, 32153, 938, 6, 29, 33.11, 33.61, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32630, 1912, 32154, 2433, 1, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32631, 1912, 32155, 3673, 1, 29, 102.00, 103.53, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32632, 1912, 32156, 4854, 3, 29, 1638.02, 1662.59, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32633, 1912, 32157, 5869, 9, 29, 8.33, 8.45, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32634, 1912, 32158, 1410, 3, 29, 15.44, 15.67, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32635, 1912, 32159, 2589, 3, 29, 61.19, 62.11, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32636, 1912, 32160, 5965, 1, 29, 15.53, 15.76, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32637, 1912, 32161, 2633, 9, 29, 22.17, 22.50, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32638, 1912, 32162, 747, 1, 29, 15.34, 15.57, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32639, 1912, 32163, 4555, 6, 29, 326.29, 331.18, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(32640, 1912, 32164, 1719, 3, 29, 1.10, 1.12, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32641, 1912, 32165, 4933, 6, 29, 5.58, 5.66, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32642, 1912, 32166, 3765, 9, 29, 792.75, 804.64, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32643, 1912, 32167, 2527, 6, 29, 20.98, 21.29, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32644, 1912, 32168, 4015, 9, 29, 21.64, 21.96, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32645, 1912, 32169, 4008, 9, 29, 150.79, 153.05, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32646, 1912, 32170, 1748, 3, 29, 40.17, 40.77, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32647, 1912, 32171, 3482, 6, 29, 5.25, 5.33, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32648, 1912, 32172, 3797, 9, 29, 13.66, 13.86, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32649, 1912, 32173, 2172, 1, 29, 28.64, 29.07, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32650, 1912, 32174, 1015, 3, 29, 4.05, 4.11, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32651, 1912, 32175, 689, 1, 29, 3.18, 3.23, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32652, 1912, 32176, 1821, 6, 29, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32653, 1912, 32177, 734, 6, 29, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32654, 1912, 32178, 1827, 3, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-19 13:35:04', '2024-08-19 13:35:04', '2024-08-19 14:36:02'),
(32655, 1850, 32073, 890, 5, NULL, 160.00, 161.60, 6, 1, 'manual_sell', '2024-08-19 13:46:32', '2024-08-19 13:46:32', '2024-08-19 14:47:02'),
(32656, 1850, 32074, 153, 5, NULL, 20.31, 20.51, 4, 1, 'manual_sell', '2024-08-19 13:47:03', '2024-08-19 13:47:03', '2024-08-19 14:48:02'),
(32657, 1920, 32182, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-19 14:38:27', '2024-08-19 14:38:27', '2024-08-19 15:39:03'),
(32658, 1920, 32181, 3177, 5, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-08-19 14:38:47', '2024-08-19 14:38:47', '2024-08-19 15:39:03'),
(32659, 1921, 32183, 1321, 5, NULL, 28.00, 28.28, 2, 1, 'manual_sell', '2024-08-19 14:39:31', '2024-08-19 14:39:31', '2024-08-19 15:40:03'),
(32660, 1886, 32184, 3801, 5, NULL, 7.00, 7.07, 47, 1, 'manual_sell', '2024-08-19 14:42:24', '2024-08-19 14:42:24', '2024-08-19 15:43:02'),
(32661, 1915, 32179, 3960, 1, NULL, 71.00, 71.71, 1, 1, 'manual_sell', '2024-08-19 15:02:28', '2024-08-19 15:02:28', '2024-08-19 16:03:02'),
(32662, 1915, 32180, 950, 1, NULL, 21.00, 21.21, 2, 1, 'manual_sell', '2024-08-19 15:03:28', '2024-08-19 15:03:28', '2024-08-19 16:04:02'),
(32663, 1850, 32185, 395, 3, 32, 15.60, 15.83, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32664, 1850, 32186, 2618, 9, 32, 10.09, 10.24, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32665, 1850, 32187, 2533, 3, 32, 232.14, 235.62, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32666, 1850, 32188, 2170, 1, 32, 135.68, 137.72, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32667, 1850, 32189, 588, 9, 32, 301.04, 305.56, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32668, 1850, 32190, 345, 1, 32, 106.85, 108.45, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32669, 1850, 32191, 2523, 3, 32, 111.10, 112.77, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32670, 1850, 32192, 5194, 3, 32, 1224.00, 1242.36, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32671, 1850, 32193, 4519, 3, 32, 19.18, 19.47, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32672, 1850, 32194, 3863, 1, 32, 21.60, 21.92, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32673, 1850, 32195, 4098, 6, 32, 7.34, 7.45, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32674, 1850, 32196, 4106, 9, 32, 1.31, 1.33, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32675, 1850, 32197, 1894, 1, 32, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32676, 1850, 32198, 949, 3, 32, 0.31, 0.31, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32677, 1850, 32199, 1844, 1, 32, 0.30, 0.30, 1, 1, 'ai_sell', '2024-08-19 16:36:02', '2024-08-19 16:36:02', '2024-08-19 17:36:02'),
(32678, 1884, 32200, 1865, 9, 31, 55.24, 56.34, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32679, 1884, 32201, 2356, 6, 31, 83.20, 84.86, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32680, 1884, 32202, 802, 1, 31, 63.68, 64.95, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32681, 1884, 32203, 4254, 9, 31, 20.36, 20.77, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32682, 1884, 32204, 2515, 3, 31, 82.11, 83.75, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32683, 1884, 32205, 1626, 1, 31, 1085.75, 1107.47, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32684, 1884, 32206, 5898, 6, 31, 34.76, 35.46, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32685, 1884, 32207, 518, 1, 31, 3000.74, 3060.75, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32686, 1884, 32208, 1439, 3, 31, 265.24, 270.54, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32687, 1884, 32209, 5568, 3, 31, 108.11, 110.27, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32688, 1884, 32210, 5251, 6, 31, 27.67, 28.22, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32689, 1884, 32211, 3266, 1, 31, 254.41, 259.50, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32690, 1884, 32212, 2976, 3, 31, 44.19, 45.07, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32691, 1884, 32213, 1869, 6, 31, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:02'),
(32692, 1884, 32214, 4676, 9, 31, 51.16, 52.18, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32693, 1884, 32215, 2634, 3, 31, 15.01, 15.31, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32694, 1884, 32216, 3560, 9, 31, 25.99, 26.51, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32695, 1884, 32217, 2017, 1, 31, 187.43, 191.18, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32696, 1884, 32218, 525, 1, 31, 369.98, 377.38, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32697, 1884, 32219, 6084, 3, 31, 11.12, 11.34, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32698, 1884, 32220, 1716, 9, 31, 7.13, 7.27, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32699, 1884, 32221, 5928, 6, 31, 4.78, 4.88, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32700, 1884, 32222, 5160, 1, 31, 268.79, 274.17, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32701, 1884, 32223, 1769, 9, 31, 78.65, 80.22, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32702, 1884, 32224, 3359, 1, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32703, 1884, 32225, 3091, 3, 31, 46.63, 47.56, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32704, 1884, 32226, 4094, 3, 31, 222.59, 227.04, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32705, 1884, 32227, 2167, 3, 31, 231.08, 235.70, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32706, 1884, 32228, 5180, 6, 31, 30.44, 31.05, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32707, 1884, 32229, 2669, 9, 31, 125.38, 127.89, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32708, 1884, 32230, 6079, 6, 31, 10.09, 10.29, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32709, 1884, 32231, 3625, 3, 31, 59.19, 60.37, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32710, 1884, 32232, 2377, 1, 31, 36.40, 37.13, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32711, 1884, 32233, 3689, 6, 31, 203.00, 207.06, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32712, 1884, 32234, 1833, 6, 31, 34927.00, 35625.54, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32713, 1884, 32235, 257, 1, 31, 173.40, 176.87, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32714, 1884, 32236, 3796, 1, 31, 8568.00, 8739.36, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32715, 1884, 32237, 629, 3, 31, 4.24, 4.32, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32716, 1884, 32238, 3650, 3, 31, 62.62, 63.87, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32717, 1884, 32239, 2674, 9, 31, 789.60, 805.39, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32718, 1884, 32240, 4219, 9, 31, 1.30, 1.33, 1, 1, 'ai_sell', '2024-08-19 21:45:04', '2024-08-19 21:45:04', '2024-08-19 22:46:03'),
(32719, 1884, 32241, 1569, 9, 31, 86.70, 88.43, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32720, 1884, 32242, 4312, 1, 31, 14.26, 14.55, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32721, 1884, 32243, 1172, 1, 31, 67.20, 68.54, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32722, 1884, 32244, 529, 6, 31, 37.79, 38.55, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32723, 1884, 32245, 2450, 9, 31, 15.15, 15.45, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32724, 1884, 32246, 5621, 6, 31, 151.50, 154.53, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32725, 1884, 32247, 5393, 1, 31, 50.81, 51.83, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32726, 1884, 32248, 2566, 3, 31, 203.94, 208.02, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32727, 1884, 32249, 3006, 6, 31, 399.62, 407.61, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32728, 1884, 32250, 1974, 6, 31, 25.83, 26.35, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32729, 1884, 32251, 5655, 3, 31, 2550.00, 2601.00, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32730, 1884, 32252, 423, 3, 31, 14.88, 15.18, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32731, 1884, 32253, 1485, 6, 31, 567.35, 578.70, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32732, 1884, 32254, 3711, 3, 31, 817.01, 833.35, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32733, 1884, 32255, 5796, 6, 31, 1260.00, 1285.20, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32734, 1884, 32256, 5944, 1, 31, 83.20, 84.86, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32735, 1884, 32257, 6114, 6, 31, 4.81, 4.91, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32736, 1884, 32258, 5293, 9, 31, 108.11, 110.27, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32737, 1884, 32259, 5696, 1, 31, 51.41, 52.44, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32738, 1884, 32260, 5220, 9, 31, 103.01, 105.07, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32739, 1884, 32261, 4448, 9, 31, 12.60, 12.85, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32740, 1884, 32262, 5224, 6, 31, 788.63, 804.40, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32741, 1884, 32263, 3676, 6, 31, 8.90, 9.08, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32742, 1884, 32264, 4705, 6, 31, 23.23, 23.69, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32743, 1884, 32265, 2209, 9, 31, 121.20, 123.62, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32744, 1884, 32266, 4068, 1, 31, 36.25, 36.98, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32745, 1884, 32267, 4324, 1, 31, 26.50, 27.03, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32746, 1884, 32268, 4595, 6, 31, 53.45, 54.52, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32747, 1884, 32269, 960, 1, 31, 92.70, 94.55, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32748, 1884, 32270, 4538, 6, 31, 944.99, 963.89, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32749, 1884, 32271, 539, 9, 31, 1024.85, 1045.35, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32750, 1884, 32272, 5185, 3, 31, 325.49, 332.00, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32751, 1884, 32273, 2834, 3, 31, 15.13, 15.43, 1, 1, 'ai_sell', '2024-08-19 21:45:05', '2024-08-19 21:45:05', '2024-08-19 22:46:03'),
(32752, 1884, 32274, 5216, 9, 31, 107.05, 109.19, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32753, 1884, 32275, 3147, 3, 31, 199.86, 203.86, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32754, 1884, 32276, 1527, 6, 31, 2.02, 2.06, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32755, 1884, 32277, 436, 3, 31, 73.35, 74.82, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32756, 1884, 32278, 5337, 3, 31, 42.40, 43.25, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32757, 1884, 32279, 215, 3, 31, 8.05, 8.21, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32758, 1884, 32280, 949, 6, 31, 0.30, 0.31, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32759, 1884, 32281, 1827, 9, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32760, 1884, 32282, 756, 3, 31, 0.48, 0.49, 1, 1, 'ai_sell', '2024-08-19 21:46:03', '2024-08-19 21:46:03', '2024-08-19 22:47:02'),
(32761, 1798, 32283, 5172, 5, NULL, 266.00, 268.66, 1, 1, 'manual_sell', '2024-08-20 01:18:07', '2024-08-20 01:18:07', '2024-08-20 02:19:02'),
(32762, 1798, 32284, 4298, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-08-20 01:19:02', '2024-08-20 01:19:02', '2024-08-20 02:19:02'),
(32763, 1798, 32285, 3964, 5, NULL, 46.00, 46.46, 1, 1, 'manual_sell', '2024-08-20 01:19:59', '2024-08-20 01:19:59', '2024-08-20 02:20:03'),
(32764, 1876, 32286, 3001, 5, NULL, 82.00, 82.82, 1, 1, 'manual_sell', '2024-08-20 11:03:13', '2024-08-20 11:03:13', '2024-08-20 12:04:02'),
(32765, 1876, 32287, 1734, 5, NULL, 70.00, 70.70, 1, 1, 'manual_sell', '2024-08-20 11:04:57', '2024-08-20 11:04:57', '2024-08-20 12:05:03'),
(32766, 1876, 32288, 4672, 5, NULL, 15.00, 15.15, 1, 1, 'manual_sell', '2024-08-20 11:05:32', '2024-08-20 11:05:32', '2024-08-20 12:06:02'),
(32767, 1925, 32289, 4624, 6, 30, 22.65, 23.10, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32768, 1925, 32290, 130, 3, 30, 37.92, 38.68, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32769, 1925, 32291, 3824, 3, 30, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32770, 1925, 32292, 4772, 3, 30, 249.09, 254.07, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32771, 1925, 32293, 632, 1, 30, 18.54, 18.91, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32772, 1925, 32294, 4289, 1, 30, 14.27, 14.56, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32773, 1925, 32295, 5516, 1, 30, 43.04, 43.90, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32774, 1925, 32296, 5197, 1, 30, 2598.96, 2650.94, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32775, 1925, 32297, 5827, 6, 30, 39.80, 40.60, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32776, 1925, 32298, 2286, 1, 30, 32.23, 32.87, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32777, 1925, 32299, 2168, 9, 30, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32778, 1925, 32300, 4951, 6, 30, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32779, 1925, 32301, 5263, 9, 30, 18.01, 18.37, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32780, 1925, 32302, 20, 1, 30, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32781, 1925, 32303, 4735, 3, 30, 85.85, 87.57, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32782, 1925, 32304, 1205, 6, 30, 143.80, 146.68, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32783, 1925, 32305, 3771, 1, 30, 5.29, 5.40, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32784, 1925, 32306, 238, 1, 30, 16.80, 17.14, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32785, 1925, 32307, 2221, 3, 30, 40.17, 40.97, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32786, 1925, 32308, 3193, 1, 30, 1732.50, 1767.15, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32787, 1925, 32309, 4589, 9, 30, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32788, 1925, 32310, 3117, 1, 30, 77.24, 78.78, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32789, 1925, 32311, 1960, 9, 30, 84.75, 86.45, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32790, 1925, 32312, 932, 6, 30, 14.35, 14.64, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32791, 1925, 32313, 162, 3, 30, 6.62, 6.75, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32792, 1925, 32314, 3762, 9, 30, 50.59, 51.60, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32793, 1925, 32315, 5445, 9, 30, 13.64, 13.91, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32794, 1925, 32316, 5884, 9, 30, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32795, 1925, 32317, 1139, 9, 30, 18.20, 18.56, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32796, 1925, 32318, 1088, 9, 30, 51.64, 52.67, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32797, 1925, 32319, 4181, 6, 30, 7925.85, 8084.37, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32798, 1925, 32320, 5376, 1, 30, 18.49, 18.86, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32799, 1925, 32321, 4348, 6, 30, 236.89, 241.63, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32800, 1925, 32322, 2078, 1, 30, 4.10, 4.18, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32801, 1925, 32323, 325, 9, 30, 51.47, 52.50, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32802, 1925, 32324, 5617, 1, 30, 6.03, 6.15, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32803, 1925, 32325, 4604, 1, 30, 27.81, 28.37, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32804, 1925, 32326, 1831, 3, 30, 104.00, 106.08, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32805, 1925, 32327, 3155, 9, 30, 112.20, 114.44, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32806, 1925, 32328, 3287, 1, 30, 9.09, 9.27, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32807, 1925, 32329, 1859, 6, 30, 3.78, 3.86, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32808, 1925, 32330, 3665, 1, 30, 28.50, 29.07, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32809, 1925, 32331, 5971, 3, 30, 30.29, 30.90, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32810, 1925, 32332, 1534, 1, 30, 33.33, 34.00, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32811, 1925, 32333, 4173, 9, 30, 131.25, 133.88, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32812, 1925, 32334, 3059, 9, 30, 42.97, 43.83, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32813, 1925, 32335, 2671, 6, 30, 16.78, 17.12, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32814, 1925, 32336, 4263, 1, 30, 102.99, 105.05, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32815, 1925, 32337, 5436, 1, 30, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32816, 1925, 32338, 411, 3, 30, 33.62, 34.29, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32817, 1925, 32339, 1918, 1, 30, 9.39, 9.58, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32818, 1925, 32340, 3324, 3, 30, 1.39, 1.42, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32819, 1925, 32341, 803, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-20 14:41:03', '2024-08-20 14:41:03', '2024-08-20 15:42:02'),
(32820, 1912, 32342, 4314, 6, 29, 4.94, 5.01, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32821, 1912, 32343, 4542, 6, 29, 41.60, 42.22, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32822, 1912, 32344, 3955, 3, 29, 29.86, 30.31, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32823, 1912, 32345, 5840, 6, 29, 808.80, 820.93, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32824, 1912, 32346, 5366, 6, 29, 94.49, 95.91, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32825, 1912, 32347, 3991, 6, 29, 29.28, 29.72, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32826, 1912, 32348, 1505, 3, 29, 546.95, 555.15, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32827, 1912, 32349, 1303, 3, 29, 90.48, 91.84, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32828, 1912, 32350, 1855, 1, 29, 3.15, 3.20, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32829, 1912, 32351, 2938, 3, 29, 23.87, 24.23, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32830, 1912, 32352, 1944, 9, 29, 405.98, 412.07, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32831, 1912, 32353, 4822, 9, 29, 20.97, 21.28, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32832, 1912, 32354, 5495, 3, 29, 1463.70, 1485.66, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:02'),
(32833, 1912, 32355, 611, 3, 29, 10.30, 10.45, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32834, 1912, 32356, 1426, 3, 29, 64.14, 65.10, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32835, 1912, 32357, 4587, 6, 29, 26.28, 26.67, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32836, 1912, 32358, 3982, 6, 29, 156.45, 158.80, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32837, 1912, 32359, 5615, 3, 29, 192.90, 195.79, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32838, 1912, 32360, 58, 9, 29, 32.32, 32.80, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32839, 1912, 32361, 5386, 3, 29, 145.60, 147.78, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32840, 1912, 32362, 1373, 9, 29, 23.69, 24.05, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32841, 1912, 32363, 4176, 3, 29, 805.59, 817.67, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32842, 1912, 32364, 2386, 6, 29, 8.40, 8.53, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32843, 1912, 32365, 5072, 3, 29, 65.61, 66.59, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32844, 1912, 32366, 4850, 3, 29, 132.87, 134.86, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32845, 1912, 32367, 333, 9, 29, 8.84, 8.97, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32846, 1912, 32368, 2657, 6, 29, 20.39, 20.70, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32847, 1912, 32369, 1018, 1, 29, 50.46, 51.22, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32848, 1912, 32370, 4856, 1, 29, 281.43, 285.65, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32849, 1912, 32371, 5672, 1, 29, 3290.58, 3339.94, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32850, 1912, 32372, 570, 1, 29, 1001.52, 1016.54, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32851, 1912, 32373, 5555, 9, 29, 44.33, 44.99, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32852, 1912, 32374, 3337, 3, 29, 204.75, 207.82, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32853, 1912, 32375, 2498, 9, 29, 174.41, 177.03, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32854, 1912, 32376, 2467, 1, 29, 35.52, 36.05, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32855, 1912, 32377, 4954, 3, 29, 206.92, 210.02, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32856, 1912, 32378, 1807, 9, 29, 83.74, 85.00, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32857, 1912, 32379, 563, 1, 29, 4.04, 4.10, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32858, 1912, 32380, 1154, 6, 29, 42.40, 43.04, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32859, 1912, 32381, 1690, 3, 29, 17.43, 17.69, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32860, 1912, 32382, 5241, 9, 29, 33.24, 33.74, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32861, 1912, 32383, 3719, 3, 29, 68.24, 69.26, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32862, 1912, 32384, 874, 3, 29, 61.20, 62.12, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32863, 1912, 32385, 6041, 6, 29, 100.73, 102.24, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32864, 1912, 32386, 172, 3, 29, 21.09, 21.41, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32865, 1912, 32387, 5830, 1, 29, 20.50, 20.81, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32866, 1912, 32388, 3527, 3, 29, 3.04, 3.09, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32867, 1912, 32389, 5787, 6, 29, 3.28, 3.33, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32868, 1912, 32390, 1747, 9, 29, 34.34, 34.86, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32869, 1912, 32391, 3264, 3, 29, 6.86, 6.96, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32870, 1912, 32392, 330, 3, 29, 64.81, 65.78, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32871, 1912, 32393, 2141, 3, 29, 18.02, 18.29, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32872, 1912, 32394, 4886, 3, 29, 73.16, 74.26, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32873, 1912, 32395, 3487, 3, 29, 15.89, 16.13, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32874, 1912, 32396, 1823, 9, 29, 14.03, 14.24, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32875, 1912, 32397, 3745, 6, 29, 12.83, 13.02, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32876, 1912, 32398, 5945, 3, 29, 3.38, 3.43, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32877, 1912, 32399, 577, 1, 29, 787.95, 799.77, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32878, 1912, 32400, 1662, 1, 29, 0.90, 0.91, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32879, 1912, 32401, 3802, 9, 29, 19.56, 19.85, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32880, 1912, 32402, 687, 1, 29, 133.62, 135.62, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32881, 1912, 32403, 4419, 1, 29, 32.54, 33.03, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32882, 1912, 32404, 1393, 3, 29, 41.36, 41.98, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32883, 1912, 32405, 5206, 1, 29, 51.49, 52.26, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32884, 1912, 32406, 2931, 3, 29, 596.96, 605.91, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32885, 1912, 32407, 5666, 6, 29, 106.00, 107.59, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32886, 1912, 32408, 1144, 1, 29, 35.86, 36.40, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32887, 1912, 32409, 2748, 9, 29, 129.53, 131.47, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32888, 1912, 32410, 2778, 3, 29, 31.09, 31.56, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32889, 1912, 32411, 5198, 9, 29, 53.54, 54.34, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32890, 1912, 32412, 198, 3, 29, 302.30, 306.83, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32891, 1912, 32413, 381, 3, 29, 25.07, 25.45, 1, 1, 'ai_sell', '2024-08-20 14:46:03', '2024-08-20 14:46:03', '2024-08-20 15:47:03'),
(32892, 1912, 32414, 1368, 9, 29, 504.70, 512.27, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32893, 1912, 32415, 3050, 9, 29, 11.23, 11.40, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32894, 1912, 32416, 5515, 6, 29, 43.39, 44.04, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32895, 1912, 32417, 5690, 6, 29, 26.85, 27.25, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32896, 1912, 32418, 779, 9, 29, 4.47, 4.54, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32897, 1912, 32419, 525, 9, 29, 380.75, 386.46, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32898, 1912, 32420, 2607, 3, 29, 13.96, 14.17, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32899, 1912, 32421, 1245, 3, 29, 10.25, 10.40, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32900, 1912, 32422, 2180, 1, 29, 14.42, 14.64, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32901, 1912, 32423, 4463, 3, 29, 42.39, 43.03, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32902, 1912, 32424, 158, 6, 29, 47.54, 48.25, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32903, 1912, 32425, 2550, 3, 29, 29.98, 30.43, 1, 1, 'ai_sell', '2024-08-20 14:46:04', '2024-08-20 14:46:04', '2024-08-20 15:47:03'),
(32904, 1850, 32426, 3205, 5, NULL, 41.00, 41.41, 25, 1, 'manual_sell', '2024-08-20 14:53:44', '2024-08-20 14:53:44', '2024-08-20 15:54:02'),
(32905, 1850, 32427, 1124, 5, NULL, 4.44, 4.48, 6, 1, 'manual_sell', '2024-08-20 14:54:13', '2024-08-20 14:54:13', '2024-08-20 15:55:03'),
(32906, 1920, 32428, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-20 15:43:07', '2024-08-20 15:43:07', '2024-08-20 16:44:02'),
(32907, 1920, 32429, 1139, 5, NULL, 18.00, 18.18, 3, 1, 'manual_sell', '2024-08-20 15:43:32', '2024-08-20 15:43:32', '2024-08-20 16:44:02'),
(32908, 1921, 32430, 2190, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-20 15:44:44', '2024-08-20 15:44:44', '2024-08-20 16:45:03'),
(32909, 1921, 32431, 4773, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-08-20 15:45:13', '2024-08-20 15:45:13', '2024-08-20 16:46:02'),
(32910, 1886, 32432, 1904, 5, NULL, 11.00, 11.11, 30, 1, 'manual_sell', '2024-08-20 15:46:02', '2024-08-20 15:46:02', '2024-08-20 16:46:02'),
(32911, 1886, 32433, 3150, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-08-20 15:51:07', '2024-08-20 15:51:07', '2024-08-20 16:52:02'),
(32912, 1850, 32437, 5717, 3, 32, 190.80, 193.66, 1, 1, 'ai_sell', '2024-08-20 17:47:02', '2024-08-20 17:47:02', '2024-08-20 18:47:02'),
(32913, 1850, 32438, 1281, 9, 32, 61.80, 62.73, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32914, 1850, 32439, 1551, 1, 32, 239.20, 242.79, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32915, 1850, 32440, 4845, 3, 32, 756.49, 767.84, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32916, 1850, 32441, 4794, 3, 32, 19.56, 19.85, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32917, 1850, 32442, 977, 9, 32, 61.20, 62.12, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32918, 1850, 32443, 4787, 9, 32, 32.23, 32.71, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32919, 1850, 32444, 1410, 1, 32, 14.99, 15.21, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32920, 1850, 32445, 6142, 3, 32, 13.82, 14.03, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32921, 1850, 32446, 5133, 9, 32, 79.80, 81.00, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32922, 1850, 32447, 5105, 3, 32, 23.04, 23.39, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32923, 1850, 32448, 2769, 3, 32, 31.24, 31.71, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32924, 1850, 32449, 3062, 9, 32, 210.00, 213.15, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32925, 1850, 32450, 3022, 9, 32, 16.41, 16.66, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32926, 1850, 32451, 3830, 9, 32, 91.67, 93.05, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:02'),
(32927, 1850, 32452, 6086, 3, 32, 10.39, 10.55, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32928, 1850, 32453, 2842, 3, 32, 20.99, 21.30, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32929, 1850, 32454, 3024, 9, 32, 200.99, 204.00, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32930, 1850, 32455, 5304, 1, 32, 24.47, 24.84, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32931, 1850, 32456, 4796, 9, 32, 10.83, 10.99, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32932, 1850, 32457, 4143, 6, 32, 28.61, 29.04, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32933, 1850, 32458, 5414, 9, 32, 41.05, 41.67, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32934, 1850, 32459, 405, 1, 32, 14.23, 14.44, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32935, 1850, 32460, 5899, 9, 32, 2.09, 2.12, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32936, 1850, 32461, 6017, 1, 32, 23.18, 23.53, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32937, 1850, 32462, 1827, 6, 32, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32938, 1850, 32463, 1894, 1, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32939, 1850, 32464, 734, 3, 32, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-20 17:47:03', '2024-08-20 17:47:03', '2024-08-20 18:48:03'),
(32940, 1876, 32465, 5553, 5, NULL, 110.00, 111.10, 1, 1, 'manual_sell', '2024-08-20 18:43:34', '2024-08-20 18:43:34', '2024-08-20 19:44:02'),
(32941, 1876, 32466, 4719, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-20 20:27:12', '2024-08-20 20:27:12', '2024-08-20 21:28:02'),
(32942, 1884, 32467, 1942, 6, 31, 7.76, 7.92, 1, 1, 'ai_sell', '2024-08-20 22:57:03', '2024-08-20 22:57:03', '2024-08-20 23:58:02'),
(32943, 1884, 32468, 4564, 9, 31, 316.94, 323.28, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32944, 1884, 32469, 5210, 1, 31, 36.39, 37.12, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32945, 1884, 32470, 1983, 3, 31, 31.48, 32.11, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32946, 1884, 32471, 2722, 1, 31, 20.18, 20.58, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32947, 1884, 32472, 132, 9, 31, 99.99, 101.99, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32948, 1884, 32473, 3918, 1, 31, 1482.94, 1512.60, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32949, 1884, 32474, 3593, 6, 31, 4.80, 4.90, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32950, 1884, 32475, 5603, 3, 31, 21.16, 21.58, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32951, 1884, 32476, 1756, 3, 31, 1494.80, 1524.70, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:02'),
(32952, 1884, 32477, 220, 6, 31, 143.48, 146.35, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32953, 1884, 32478, 2464, 3, 31, 73.83, 75.31, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32954, 1884, 32479, 5688, 9, 31, 98.75, 100.73, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32955, 1884, 32480, 5220, 6, 31, 106.07, 108.19, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32956, 1884, 32481, 3515, 9, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32957, 1884, 32482, 3147, 9, 31, 192.24, 196.08, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32958, 1884, 32483, 5397, 9, 31, 32.11, 32.75, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32959, 1884, 32484, 4576, 1, 31, 9.25, 9.44, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32960, 1884, 32485, 3043, 9, 31, 3708.94, 3783.12, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32961, 1884, 32486, 4645, 1, 31, 7.34, 7.49, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32962, 1884, 32487, 5064, 1, 31, 106.04, 108.16, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32963, 1884, 32488, 5280, 9, 31, 127.81, 130.37, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32964, 1884, 32489, 6037, 6, 31, 8.24, 8.40, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32965, 1884, 32490, 5097, 6, 31, 126.00, 128.52, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32966, 1884, 32491, 428, 9, 31, 90.85, 92.67, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32967, 1884, 32492, 5029, 1, 31, 66.77, 68.11, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32968, 1884, 32493, 114, 6, 31, 168.00, 171.36, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32969, 1884, 32494, 3517, 3, 31, 66.45, 67.78, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32970, 1884, 32495, 2326, 3, 31, 30.67, 31.28, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32971, 1884, 32496, 1812, 3, 31, 1989.00, 2028.78, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32972, 1884, 32497, 5051, 6, 31, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32973, 1884, 32498, 3531, 9, 31, 73.12, 74.58, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32974, 1884, 32499, 3740, 1, 31, 31.98, 32.62, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32975, 1884, 32500, 3439, 9, 31, 11.81, 12.05, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32976, 1884, 32501, 98, 3, 31, 135.45, 138.16, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32977, 1884, 32502, 854, 6, 31, 36.20, 36.92, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32978, 1884, 32503, 1109, 9, 31, 169.60, 172.99, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32979, 1884, 32504, 466, 1, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32980, 1884, 32505, 1658, 1, 31, 117.29, 119.64, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32981, 1884, 32506, 5587, 3, 31, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32982, 1884, 32507, 4906, 9, 31, 3.08, 3.14, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32983, 1884, 32508, 2315, 3, 31, 562.02, 573.26, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32984, 1884, 32509, 449, 1, 31, 358.01, 365.17, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32985, 1884, 32510, 1904, 3, 31, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32986, 1884, 32511, 4704, 1, 31, 1.31, 1.34, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32987, 1884, 32512, 5674, 3, 31, 2860.57, 2917.78, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32988, 1884, 32513, 3484, 6, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32989, 1884, 32514, 701, 1, 31, 40.74, 41.55, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32990, 1884, 32515, 1699, 6, 31, 108.15, 110.31, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32991, 1884, 32516, 4779, 1, 31, 40.39, 41.20, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32992, 1884, 32517, 1417, 9, 31, 98.06, 100.02, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32993, 1884, 32518, 4844, 1, 31, 72.79, 74.25, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32994, 1884, 32519, 5905, 3, 31, 2.60, 2.65, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32995, 1884, 32520, 1230, 9, 31, 32.23, 32.87, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32996, 1884, 32521, 815, 1, 31, 75.42, 76.93, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32997, 1884, 32522, 1254, 1, 31, 9270.00, 9455.40, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32998, 1884, 32523, 135, 3, 31, 55.12, 56.22, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(32999, 1884, 32524, 3063, 6, 31, 209.09, 213.27, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33000, 1884, 32525, 788, 6, 31, 34.83, 35.53, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33001, 1884, 32526, 451, 9, 31, 194.38, 198.27, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33002, 1884, 32527, 4612, 6, 31, 57.20, 58.34, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33003, 1884, 32528, 489, 6, 31, 12720.00, 12974.40, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33004, 1884, 32529, 4522, 6, 31, 5.04, 5.14, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33005, 1884, 32530, 4491, 3, 31, 25.44, 25.95, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33006, 1884, 32531, 806, 1, 31, 20.60, 21.01, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33007, 1884, 32532, 1653, 3, 31, 25.01, 25.51, 1, 1, 'ai_sell', '2024-08-20 22:58:03', '2024-08-20 22:58:03', '2024-08-20 23:59:03'),
(33008, 1884, 32533, 1259, 3, 31, 319.07, 325.45, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33009, 1884, 32534, 928, 3, 31, 174.07, 177.55, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33010, 1884, 32535, 3463, 6, 31, 141.10, 143.92, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33011, 1884, 32536, 4875, 6, 31, 9.15, 9.33, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(33012, 1884, 32537, 123, 1, 31, 498.84, 508.82, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33013, 1884, 32538, 1176, 1, 31, 23.44, 23.91, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33014, 1884, 32539, 1721, 9, 31, 1574.10, 1605.58, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33015, 1884, 32540, 5771, 6, 31, 21.85, 22.29, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33016, 1884, 32541, 3562, 1, 31, 22.70, 23.15, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33017, 1884, 32542, 2888, 1, 31, 7.74, 7.89, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33018, 1884, 32543, 4911, 6, 31, 30.31, 30.92, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33019, 1884, 32544, 2875, 3, 31, 68.20, 69.56, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33020, 1884, 32545, 6081, 6, 31, 17.83, 18.19, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33021, 1884, 32546, 5292, 9, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33022, 1884, 32547, 333, 1, 31, 8.76, 8.94, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33023, 1884, 32548, 550, 9, 31, 13390.00, 13657.80, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33024, 1884, 32549, 6125, 9, 31, 72.10, 73.54, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33025, 1884, 32550, 4605, 9, 31, 17.55, 17.90, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33026, 1884, 32551, 2309, 1, 31, 626.85, 639.39, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33027, 1884, 32552, 2171, 3, 31, 312.00, 318.24, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33028, 1884, 32553, 47, 3, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33029, 1884, 32554, 4213, 6, 31, 4.77, 4.87, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33030, 1884, 32555, 1582, 9, 31, 9.24, 9.42, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33031, 1884, 32556, 1776, 3, 31, 21.73, 22.16, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33032, 1884, 32557, 3832, 3, 31, 5.94, 6.06, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33033, 1884, 32558, 4726, 3, 31, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33034, 1884, 32559, 4956, 6, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33035, 1884, 32560, 2887, 9, 31, 4.77, 4.87, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33036, 1884, 32561, 5518, 1, 31, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33037, 1884, 32562, 726, 6, 31, 99.95, 101.95, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:03'),
(33038, 1884, 32563, 1766, 6, 31, 61.20, 62.42, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33039, 1884, 32564, 1156, 1, 31, 26.00, 26.52, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33040, 1884, 32565, 685, 3, 31, 8.48, 8.65, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33041, 1884, 32566, 5498, 9, 31, 36.97, 37.71, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33042, 1884, 32567, 2889, 9, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33043, 1884, 32568, 4223, 6, 31, 10.27, 10.48, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33044, 1884, 32569, 3299, 1, 31, 27.53, 28.08, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33045, 1884, 32570, 3259, 1, 31, 8.39, 8.56, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33046, 1884, 32571, 4408, 6, 31, 31.80, 32.44, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33047, 1884, 32572, 3123, 1, 31, 115.54, 117.85, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33048, 1884, 32573, 193, 6, 31, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33049, 1884, 32574, 430, 1, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33050, 1884, 32575, 107, 1, 31, 24.94, 25.44, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33051, 1884, 32576, 3799, 1, 31, 379.31, 386.90, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33052, 1884, 32577, 2490, 1, 31, 18.32, 18.69, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33053, 1884, 32578, 5082, 3, 31, 24.35, 24.84, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33054, 1884, 32579, 2896, 3, 31, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33055, 1884, 32580, 5680, 3, 31, 50.87, 51.89, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33056, 1884, 32581, 6071, 9, 31, 50.49, 51.50, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33057, 1884, 32582, 5054, 3, 31, 120.92, 123.34, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33058, 1884, 32583, 3264, 9, 31, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33059, 1884, 32584, 1272, 1, 31, 25.01, 25.51, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33060, 1884, 32585, 4020, 6, 31, 25.74, 26.25, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33061, 1884, 32586, 5616, 3, 31, 32.85, 33.51, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33062, 1884, 32587, 708, 6, 31, 18.63, 19.00, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33063, 1884, 32588, 1685, 1, 31, 31.49, 32.12, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33064, 1884, 32589, 206, 1, 31, 27.17, 27.71, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33065, 1884, 32590, 4094, 3, 31, 218.39, 222.76, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33066, 1884, 32591, 2651, 6, 31, 16.15, 16.47, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33067, 1884, 32592, 5625, 9, 31, 4.88, 4.98, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33068, 1884, 32593, 1429, 6, 31, 137.80, 140.56, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33069, 1884, 32594, 5529, 9, 31, 10.22, 10.42, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33070, 1884, 32595, 1893, 6, 31, 523.95, 534.43, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33071, 1884, 32596, 30, 1, 31, 15.45, 15.76, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33072, 1884, 32597, 2263, 6, 31, 793.10, 808.96, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33073, 1884, 32598, 4421, 3, 31, 1551.90, 1582.94, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33074, 1884, 32599, 1835, 1, 31, 101.00, 103.02, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33075, 1884, 32600, 5661, 9, 31, 1050.00, 1071.00, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33076, 1884, 32601, 2830, 1, 31, 21.41, 21.84, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33077, 1884, 32602, 5069, 1, 31, 38.72, 39.49, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33078, 1884, 32603, 3254, 3, 31, 81.60, 83.23, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33079, 1884, 32604, 2868, 3, 31, 283.50, 289.17, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33080, 1884, 32605, 1607, 6, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33081, 1884, 32606, 3557, 3, 31, 24.47, 24.96, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33082, 1884, 32607, 600, 6, 31, 13.13, 13.39, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33083, 1884, 32608, 4425, 1, 31, 22.84, 23.30, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33084, 1884, 32609, 118, 6, 31, 228.80, 233.38, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33085, 1884, 32610, 4552, 1, 31, 723.31, 737.78, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33086, 1884, 32611, 4938, 9, 31, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33087, 1884, 32612, 2775, 3, 31, 90.90, 92.72, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33088, 1884, 32613, 288, 9, 31, 12.14, 12.38, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33089, 1884, 32614, 2643, 6, 31, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33090, 1884, 32615, 1032, 1, 31, 99.75, 101.75, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33091, 1884, 32616, 1210, 3, 31, 4.28, 4.37, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33092, 1884, 32617, 774, 6, 31, 7.34, 7.49, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33093, 1884, 32618, 3768, 3, 31, 4.00, 4.08, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33094, 1884, 32619, 156, 6, 31, 5.05, 5.15, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33095, 1884, 32620, 1523, 6, 31, 1.64, 1.67, 1, 1, 'ai_sell', '2024-08-20 22:58:04', '2024-08-20 22:58:04', '2024-08-20 23:59:04'),
(33096, 1884, 32621, 1827, 9, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-20 22:58:05', '2024-08-20 22:58:05', '2024-08-20 23:59:04'),
(33097, 1884, 32622, 1850, 9, 31, 0.56, 0.57, 1, 1, 'ai_sell', '2024-08-20 22:58:05', '2024-08-20 22:58:05', '2024-08-20 23:59:04'),
(33098, 1884, 32623, 803, 9, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-20 22:58:05', '2024-08-20 22:58:05', '2024-08-20 23:59:04'),
(33099, 1798, 32624, 5703, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-08-21 02:46:05', '2024-08-21 02:46:05', '2024-08-21 03:47:02'),
(33100, 1798, 32625, 5996, 5, NULL, 151.00, 152.51, 1, 1, 'manual_sell', '2024-08-21 02:47:33', '2024-08-21 02:47:33', '2024-08-21 03:48:02'),
(33101, 1798, 32626, 6139, 5, NULL, 17.00, 17.17, 1, 1, 'manual_sell', '2024-08-21 02:48:42', '2024-08-21 02:48:42', '2024-08-21 03:49:02'),
(33102, 1915, 32434, 4096, 1, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-08-21 08:17:23', '2024-08-21 08:17:23', '2024-08-21 09:18:02'),
(33103, 1915, 32435, 3981, 1, NULL, 6.00, 6.06, 1, 1, 'manual_sell', '2024-08-21 08:18:19', '2024-08-21 08:18:19', '2024-08-21 09:19:02'),
(33104, 1915, 32436, 1020, 1, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-21 08:18:55', '2024-08-21 08:18:55', '2024-08-21 09:19:02'),
(33105, 1925, 32629, 4473, 3, 30, 226.60, 231.13, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33106, 1925, 32630, 3571, 6, 30, 5.09, 5.19, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33107, 1925, 32631, 5608, 3, 30, 126.36, 128.89, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33108, 1925, 32632, 4029, 6, 30, 30.89, 31.51, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33109, 1925, 32633, 2167, 6, 30, 222.36, 226.81, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33110, 1925, 32634, 3979, 1, 30, 1560.00, 1591.20, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33111, 1925, 32635, 4156, 1, 30, 966.16, 985.48, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33112, 1925, 32636, 2482, 3, 30, 15.59, 15.90, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33113, 1925, 32637, 5218, 9, 30, 515.60, 525.91, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33114, 1925, 32638, 2279, 6, 30, 365.76, 373.08, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33115, 1925, 32639, 3348, 9, 30, 10.50, 10.71, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33116, 1925, 32640, 4681, 3, 30, 13.40, 13.67, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33117, 1925, 32641, 4684, 1, 30, 35.79, 36.51, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33118, 1925, 32642, 3681, 3, 30, 417.03, 425.37, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33119, 1925, 32643, 1486, 1, 30, 32.61, 33.26, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33120, 1925, 32644, 986, 6, 30, 23.92, 24.40, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33121, 1925, 32645, 2261, 9, 30, 172.38, 175.83, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33122, 1925, 32646, 485, 9, 30, 3697.50, 3771.45, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33123, 1925, 32647, 5334, 3, 30, 251.95, 256.99, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33124, 1925, 32648, 5228, 6, 30, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33125, 1925, 32649, 824, 3, 30, 24.66, 25.15, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33126, 1925, 32650, 56, 1, 30, 7.35, 7.50, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33127, 1925, 32651, 3706, 6, 30, 1872.00, 1909.44, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33128, 1925, 32652, 854, 3, 30, 36.20, 36.92, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33129, 1925, 32653, 245, 9, 30, 72.80, 74.26, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33130, 1925, 32654, 1320, 1, 30, 73.03, 74.49, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33131, 1925, 32655, 3545, 6, 30, 39.68, 40.47, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33132, 1925, 32656, 246, 6, 30, 40.30, 41.11, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33133, 1925, 32657, 5942, 6, 30, 7.01, 7.15, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33134, 1925, 32658, 2876, 6, 30, 80.79, 82.41, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33135, 1925, 32659, 4688, 3, 30, 24.76, 25.26, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33136, 1925, 32660, 5115, 3, 30, 55.64, 56.75, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33137, 1925, 32661, 3558, 1, 30, 10.74, 10.95, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33138, 1925, 32662, 4413, 6, 30, 64.25, 65.54, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33139, 1925, 32663, 2615, 3, 30, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33140, 1925, 32664, 2362, 9, 30, 19.91, 20.31, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33141, 1925, 32665, 494, 3, 30, 16.20, 16.52, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33142, 1925, 32666, 4915, 1, 30, 72.19, 73.63, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33143, 1925, 32667, 4592, 6, 30, 168.00, 171.36, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33144, 1925, 32668, 1184, 9, 30, 51.45, 52.48, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33145, 1925, 32669, 4893, 3, 30, 113.70, 115.97, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33146, 1925, 32670, 982, 3, 30, 138.60, 141.37, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33147, 1925, 32671, 5823, 3, 30, 43.25, 44.12, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33148, 1925, 32672, 2963, 9, 30, 979.70, 999.29, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33149, 1925, 32673, 3858, 9, 30, 73.83, 75.31, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33150, 1925, 32674, 2989, 6, 30, 95.95, 97.87, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33151, 1925, 32675, 3199, 1, 30, 115.25, 117.56, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33152, 1925, 32676, 3476, 9, 30, 82.21, 83.85, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33153, 1925, 32677, 4055, 9, 30, 72.41, 73.86, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33154, 1925, 32678, 1413, 6, 30, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33155, 1925, 32679, 822, 3, 30, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-08-21 15:52:03', '2024-08-21 15:52:03', '2024-08-21 16:53:02'),
(33156, 1925, 32680, 5961, 9, 30, 13.50, 13.77, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33157, 1925, 32681, 4761, 3, 30, 221.51, 225.94, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33158, 1925, 32682, 5965, 9, 30, 15.99, 16.31, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33159, 1925, 32683, 475, 9, 30, 31.71, 32.34, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33160, 1925, 32684, 6109, 1, 30, 6.06, 6.18, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33161, 1925, 32685, 4159, 6, 30, 28.07, 28.63, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33162, 1925, 32686, 6153, 6, 30, 33.65, 34.32, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33163, 1925, 32687, 5556, 3, 30, 112.89, 115.15, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33164, 1925, 32688, 5870, 1, 30, 13.21, 13.47, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33165, 1925, 32689, 247, 6, 30, 97.64, 99.59, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33166, 1925, 32690, 4523, 9, 30, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33167, 1925, 32691, 5872, 1, 30, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33168, 1925, 32692, 5920, 3, 30, 33.59, 34.26, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33169, 1925, 32693, 3575, 9, 30, 8.59, 8.76, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33170, 1925, 32694, 608, 9, 30, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33171, 1925, 32695, 756, 1, 30, 0.46, 0.47, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33172, 1925, 32696, 963, 1, 30, 2.12, 2.16, 1, 1, 'ai_sell', '2024-08-21 15:52:04', '2024-08-21 15:52:04', '2024-08-21 16:53:02'),
(33173, 1876, 32627, 885, 5, NULL, 160.00, 161.60, 1, 1, 'manual_sell', '2024-08-21 15:54:44', '2024-08-21 15:54:44', '2024-08-21 16:55:03'),
(33174, 1876, 32628, 4877, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-08-21 15:55:27', '2024-08-21 15:55:27', '2024-08-21 16:56:03'),
(33175, 1912, 32697, 1736, 6, 29, 33.51, 34.01, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33176, 1912, 32698, 1824, 1, 29, 129.99, 131.94, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33177, 1912, 32699, 2047, 3, 29, 954.00, 968.31, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33178, 1912, 32700, 5020, 6, 29, 21.78, 22.11, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33179, 1912, 32701, 5140, 1, 29, 22.43, 22.77, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33180, 1912, 32702, 2684, 1, 29, 20.29, 20.59, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33181, 1912, 32703, 5513, 9, 29, 84.23, 85.49, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33182, 1912, 32704, 1464, 9, 29, 36.91, 37.46, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33183, 1912, 32705, 3236, 3, 29, 45.62, 46.30, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33184, 1912, 32706, 1595, 1, 29, 18.53, 18.81, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33185, 1912, 32707, 2457, 3, 29, 3.50, 3.55, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33186, 1912, 32708, 594, 6, 29, 12.72, 12.91, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33187, 1912, 32709, 1778, 9, 29, 206.98, 210.08, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33188, 1912, 32710, 2553, 6, 29, 1049.99, 1065.74, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33189, 1912, 32711, 1626, 9, 29, 1128.75, 1145.68, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33190, 1912, 32712, 415, 6, 29, 132.29, 134.27, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33191, 1912, 32713, 1970, 6, 29, 178.50, 181.18, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33192, 1912, 32714, 4489, 6, 29, 33.28, 33.78, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33193, 1912, 32715, 3632, 1, 29, 8.40, 8.53, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33194, 1912, 32716, 554, 6, 29, 3937.99, 3997.06, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33195, 1912, 32717, 5191, 6, 29, 42.63, 43.27, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33196, 1912, 32718, 2088, 9, 29, 15.75, 15.99, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33197, 1912, 32719, 3028, 1, 29, 74.16, 75.27, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33198, 1912, 32720, 3906, 9, 29, 200.54, 203.55, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33199, 1912, 32721, 1799, 6, 29, 10.40, 10.56, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33200, 1912, 32722, 301, 1, 29, 8.85, 8.98, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33201, 1912, 32723, 1114, 3, 29, 7.93, 8.05, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33202, 1912, 32724, 3389, 9, 29, 6.97, 7.07, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33203, 1912, 32725, 3614, 3, 29, 249.60, 253.34, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33204, 1912, 32726, 4986, 3, 29, 11.09, 11.26, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33205, 1912, 32727, 2838, 3, 29, 31.79, 32.27, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33206, 1912, 32728, 2563, 1, 29, 447.19, 453.90, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:03'),
(33207, 1912, 32729, 2194, 3, 29, 9.54, 9.68, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33208, 1912, 32730, 5146, 9, 29, 1626.89, 1651.29, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33209, 1912, 32731, 4989, 6, 29, 8.39, 8.52, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33210, 1912, 32732, 4353, 9, 29, 509.84, 517.49, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33211, 1912, 32733, 5262, 1, 29, 155.41, 157.74, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33212, 1912, 32734, 6142, 6, 29, 13.69, 13.90, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33213, 1912, 32735, 1842, 6, 29, 1.04, 1.06, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33214, 1912, 32736, 2217, 1, 29, 19.76, 20.06, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33215, 1912, 32737, 3029, 6, 29, 246.17, 249.86, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33216, 1912, 32738, 1989, 1, 29, 49.98, 50.73, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33217, 1912, 32739, 5579, 9, 29, 81.72, 82.95, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33218, 1912, 32740, 2755, 1, 29, 1063.18, 1079.13, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33219, 1912, 32741, 5253, 6, 29, 16.68, 16.93, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33220, 1912, 32742, 979, 1, 29, 60.90, 61.81, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33221, 1912, 32743, 5678, 6, 29, 51.50, 52.27, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33222, 1912, 32744, 2081, 6, 29, 767.60, 779.11, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33223, 1912, 32745, 6000, 9, 29, 1060.49, 1076.40, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33224, 1912, 32746, 1262, 1, 29, 1.58, 1.60, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33225, 1912, 32747, 1499, 9, 29, 8.79, 8.92, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33226, 1912, 32748, 5833, 1, 29, 15.81, 16.05, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33227, 1912, 32749, 1602, 6, 29, 5.09, 5.17, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33228, 1912, 32750, 3064, 1, 29, 4.68, 4.75, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33229, 1912, 32751, 1719, 9, 29, 1.11, 1.13, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33230, 1912, 32752, 1850, 9, 29, 0.58, 0.59, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33231, 1912, 32753, 3296, 1, 29, 1.15, 1.17, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33232, 1912, 32754, 1827, 1, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-21 15:59:03', '2024-08-21 15:59:03', '2024-08-21 17:00:04'),
(33233, 1850, 32755, 1094, 5, NULL, 500.00, 505.00, 2, 1, 'manual_sell', '2024-08-21 16:04:46', '2024-08-21 16:04:46', '2024-08-21 17:05:03'),
(33234, 1850, 32756, 3146, 5, NULL, 6.90, 6.96, 9, 1, 'manual_sell', '2024-08-21 16:05:22', '2024-08-21 16:05:22', '2024-08-21 17:06:02'),
(33235, 1920, 32757, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-21 17:04:28', '2024-08-21 17:04:28', '2024-08-21 18:05:03'),
(33236, 1920, 32758, 3164, 5, NULL, 29.00, 29.29, 2, 1, 'manual_sell', '2024-08-21 17:05:35', '2024-08-21 17:05:35', '2024-08-21 18:06:02'),
(33237, 1886, 32759, 2443, 5, NULL, 8.00, 8.08, 42, 1, 'manual_sell', '2024-08-21 17:10:24', '2024-08-21 17:10:24', '2024-08-21 18:11:02'),
(33238, 1921, 32760, 127, 5, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-08-21 17:11:32', '2024-08-21 17:11:32', '2024-08-21 18:12:02'),
(33239, 1921, 32761, 658, 5, NULL, 16.00, 16.16, 1, 1, 'manual_sell', '2024-08-21 17:16:41', '2024-08-21 17:16:41', '2024-08-21 18:17:02'),
(33240, 1850, 32762, 5411, 3, 32, 26.94, 27.34, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33241, 1850, 32763, 214, 9, 32, 7.70, 7.82, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33242, 1850, 32764, 3989, 3, 32, 84.82, 86.09, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33243, 1850, 32765, 5013, 9, 32, 46.85, 47.55, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33244, 1850, 32766, 4006, 6, 32, 121.41, 123.23, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33245, 1850, 32767, 3031, 6, 32, 137.34, 139.40, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33246, 1850, 32768, 5524, 9, 32, 208.00, 211.12, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33247, 1850, 32769, 2207, 1, 32, 41.66, 42.28, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33248, 1850, 32770, 4648, 6, 32, 40.40, 41.01, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33249, 1850, 32771, 3843, 9, 32, 72.80, 73.89, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33250, 1850, 32772, 2135, 3, 32, 58.75, 59.63, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33251, 1850, 32773, 5537, 6, 32, 57.57, 58.43, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33252, 1850, 32774, 5590, 6, 32, 58.29, 59.16, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33253, 1850, 32775, 150, 1, 32, 624.00, 633.36, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33254, 1850, 32776, 1397, 3, 32, 620.88, 630.19, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33255, 1850, 32777, 1169, 3, 32, 40.17, 40.77, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33256, 1850, 32778, 3018, 1, 32, 2.65, 2.69, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33257, 1850, 32779, 6028, 1, 32, 2.17, 2.20, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33258, 1850, 32780, 756, 1, 32, 0.45, 0.46, 1, 1, 'ai_sell', '2024-08-21 18:59:03', '2024-08-21 18:59:03', '2024-08-21 20:00:04'),
(33259, 1876, 32781, 4943, 5, NULL, 110.00, 111.10, 1, 1, 'manual_sell', '2024-08-21 21:56:41', '2024-08-21 21:56:41', '2024-08-21 22:57:02'),
(33260, 1884, 32783, 5365, 1, 31, 201.99, 206.03, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33261, 1884, 32784, 1851, 1, 31, 66.89, 68.23, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33262, 1884, 32785, 2979, 6, 31, 87.55, 89.30, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33263, 1884, 32786, 1207, 3, 31, 61.48, 62.71, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33264, 1884, 32787, 3329, 1, 31, 24.58, 25.07, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33265, 1884, 32788, 3500, 9, 31, 360.50, 367.71, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33266, 1884, 32789, 3413, 6, 31, 313.03, 319.29, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33267, 1884, 32790, 1016, 9, 31, 127.25, 129.80, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33268, 1884, 32791, 4047, 9, 31, 47.83, 48.79, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33269, 1884, 32792, 806, 3, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33270, 1884, 32793, 345, 6, 31, 105.84, 107.96, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33271, 1884, 32794, 2213, 1, 31, 8.08, 8.24, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33272, 1884, 32795, 409, 1, 31, 355.98, 363.10, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33273, 1884, 32796, 5534, 3, 31, 128.01, 130.57, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33274, 1884, 32797, 2400, 6, 31, 36.05, 36.77, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33275, 1884, 32798, 4490, 6, 31, 121.79, 124.23, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33276, 1884, 32799, 1303, 9, 31, 90.48, 92.29, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33277, 1884, 32800, 1870, 6, 31, 24.48, 24.97, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33278, 1884, 32801, 5413, 1, 31, 7597.98, 7749.94, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33279, 1884, 32802, 1635, 1, 31, 4.83, 4.93, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:02'),
(33280, 1884, 32803, 5900, 3, 31, 102.89, 104.95, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33281, 1884, 32804, 3384, 9, 31, 9.28, 9.47, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33282, 1884, 32805, 1474, 9, 31, 98.94, 100.92, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33283, 1884, 32806, 3199, 3, 31, 115.25, 117.56, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33284, 1884, 32807, 4205, 9, 31, 8.02, 8.18, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33285, 1884, 32808, 2620, 1, 31, 33.32, 33.99, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33286, 1884, 32809, 3548, 3, 31, 71.01, 72.43, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33287, 1884, 32810, 385, 3, 31, 168.53, 171.90, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33288, 1884, 32811, 1761, 3, 31, 21.61, 22.04, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33289, 1884, 32812, 2741, 9, 31, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33290, 1884, 32813, 2965, 1, 31, 20.97, 21.39, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33291, 1884, 32814, 5492, 9, 31, 185.59, 189.30, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33292, 1884, 32815, 2532, 6, 31, 21.40, 21.83, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33293, 1884, 32816, 4637, 1, 31, 22.87, 23.33, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33294, 1884, 32817, 6061, 6, 31, 20.93, 21.35, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33295, 1884, 32818, 2397, 9, 31, 7.81, 7.97, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33296, 1884, 32819, 2935, 1, 31, 27.24, 27.78, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33297, 1884, 32820, 5143, 6, 31, 12.65, 12.90, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33298, 1884, 32821, 4817, 3, 31, 18.12, 18.48, 1, 1, 'ai_sell', '2024-08-22 00:10:04', '2024-08-22 00:10:04', '2024-08-22 01:11:03'),
(33299, 1884, 32822, 3241, 1, 31, 308.01, 314.17, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33300, 1884, 32823, 3996, 6, 31, 71.04, 72.46, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33301, 1884, 32824, 595, 6, 31, 391.40, 399.23, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33302, 1884, 32825, 673, 1, 31, 346.08, 353.00, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33303, 1884, 32826, 4348, 3, 31, 239.19, 243.97, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33304, 1884, 32827, 4239, 9, 31, 42.45, 43.30, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33305, 1884, 32828, 1251, 3, 31, 19.63, 20.02, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33306, 1884, 32829, 4554, 6, 31, 3180.00, 3243.60, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33307, 1884, 32830, 3434, 6, 31, 861.90, 879.14, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33308, 1884, 32831, 3157, 1, 31, 8.17, 8.33, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33309, 1884, 32832, 2377, 1, 31, 37.83, 38.59, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33310, 1884, 32833, 4152, 9, 31, 36.03, 36.75, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33311, 1884, 32834, 1366, 9, 31, 194.67, 198.56, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33312, 1884, 32835, 4051, 3, 31, 209.98, 214.18, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33313, 1884, 32836, 4616, 3, 31, 9345.00, 9531.90, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33314, 1884, 32837, 5093, 1, 31, 155.52, 158.63, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33315, 1884, 32838, 4491, 9, 31, 24.24, 24.72, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33316, 1884, 32839, 832, 3, 31, 11.47, 11.70, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33317, 1884, 32840, 220, 3, 31, 149.16, 152.14, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33318, 1884, 32841, 5652, 3, 31, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33319, 1884, 32842, 4272, 3, 31, 120.19, 122.59, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33320, 1884, 32843, 4969, 1, 31, 14.28, 14.57, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33321, 1884, 32844, 2558, 3, 31, 45.14, 46.04, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33322, 1884, 32845, 3725, 6, 31, 12.36, 12.61, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33323, 1884, 32846, 1463, 9, 31, 156.00, 159.12, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33324, 1884, 32847, 1699, 6, 31, 106.05, 108.17, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33325, 1884, 32848, 5811, 9, 31, 47.11, 48.05, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33326, 1884, 32849, 6016, 9, 31, 12.52, 12.77, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33327, 1884, 32850, 5620, 9, 31, 41.81, 42.65, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33328, 1884, 32851, 1819, 3, 31, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33329, 1884, 32852, 4126, 1, 31, 85.47, 87.18, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33330, 1884, 32853, 5948, 6, 31, 3.48, 3.55, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33331, 1884, 32854, 3561, 9, 31, 9.50, 9.69, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33332, 1884, 32855, 5589, 3, 31, 153.47, 156.54, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33333, 1884, 32856, 522, 6, 31, 50.79, 51.81, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33334, 1884, 32857, 5735, 9, 31, 19.56, 19.95, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33335, 1884, 32858, 1632, 6, 31, 1780.80, 1816.42, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33336, 1884, 32859, 5305, 3, 31, 18.53, 18.90, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33337, 1884, 32860, 5999, 1, 31, 249.60, 254.59, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33338, 1884, 32861, 5377, 9, 31, 6.11, 6.23, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33339, 1884, 32862, 5749, 9, 31, 6.71, 6.84, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33340, 1884, 32863, 2184, 6, 31, 4.86, 4.96, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33341, 1884, 32864, 2733, 3, 31, 2944.74, 3003.63, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33342, 1884, 32865, 5317, 6, 31, 780.00, 795.60, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33343, 1884, 32866, 4745, 1, 31, 197.39, 201.34, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33344, 1884, 32867, 2524, 1, 31, 13.20, 13.46, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33345, 1884, 32868, 496, 9, 31, 135.19, 137.89, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33346, 1884, 32869, 2726, 6, 31, 29.28, 29.87, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33347, 1884, 32870, 4189, 3, 31, 989.79, 1009.59, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33348, 1884, 32871, 5487, 6, 31, 339.43, 346.22, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33349, 1884, 32872, 1094, 9, 31, 508.98, 519.16, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33350, 1884, 32873, 2930, 6, 31, 30.15, 30.75, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33351, 1884, 32874, 84, 6, 31, 1588.94, 1620.72, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33352, 1884, 32875, 5253, 9, 31, 16.21, 16.53, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33353, 1884, 32876, 3527, 1, 31, 3.13, 3.19, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33354, 1884, 32877, 1312, 3, 31, 7.13, 7.27, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33355, 1884, 32878, 4113, 1, 31, 288.40, 294.17, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33356, 1884, 32879, 2817, 1, 31, 190.04, 193.84, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33357, 1884, 32880, 2892, 6, 31, 319.05, 325.43, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33358, 1884, 32881, 3350, 6, 31, 40.39, 41.20, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33359, 1884, 32882, 5939, 3, 31, 370.99, 378.41, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33360, 1884, 32883, 5314, 3, 31, 152.95, 156.01, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33361, 1884, 32884, 5796, 3, 31, 1272.00, 1297.44, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33362, 1884, 32885, 4057, 1, 31, 26.29, 26.82, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33363, 1884, 32886, 940, 3, 31, 74.01, 75.49, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33364, 1884, 32887, 3142, 1, 31, 85.02, 86.72, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33365, 1884, 32888, 918, 6, 31, 10.69, 10.90, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33366, 1884, 32889, 4245, 3, 31, 15.17, 15.47, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33367, 1884, 32890, 4119, 6, 31, 3224.53, 3289.02, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33368, 1884, 32891, 2664, 3, 31, 2683.57, 2737.24, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33369, 1884, 32892, 1545, 9, 31, 531.26, 541.89, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33370, 1884, 32893, 4347, 6, 31, 511.01, 521.23, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33371, 1884, 32894, 1155, 3, 31, 68.90, 70.28, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33372, 1884, 32895, 2438, 1, 31, 136.50, 139.23, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33373, 1884, 32896, 1436, 1, 31, 16.79, 17.13, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33374, 1884, 32897, 3421, 6, 31, 30.45, 31.06, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33375, 1884, 32898, 696, 6, 31, 88.32, 90.09, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33376, 1884, 32899, 514, 3, 31, 914.50, 932.79, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33377, 1884, 32900, 3111, 9, 31, 262.50, 267.75, 1, 1, 'ai_sell', '2024-08-22 00:10:05', '2024-08-22 00:10:05', '2024-08-22 01:11:03'),
(33378, 1884, 32901, 4527, 9, 31, 68.63, 70.00, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33379, 1884, 32902, 3230, 1, 31, 30.68, 31.29, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33380, 1884, 32903, 2974, 9, 31, 898.80, 916.78, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33381, 1884, 32904, 2164, 1, 31, 1144.00, 1166.88, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33382, 1884, 32905, 2876, 6, 31, 84.79, 86.49, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33383, 1884, 32906, 6171, 3, 31, 15.94, 16.26, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(33384, 1884, 32907, 5427, 1, 31, 35.41, 36.12, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33385, 1884, 32908, 2483, 9, 31, 66.59, 67.92, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33386, 1884, 32909, 4374, 9, 31, 9.35, 9.54, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33387, 1884, 32910, 2544, 1, 31, 556.16, 567.28, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33388, 1884, 32911, 2611, 3, 31, 9.87, 10.07, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33389, 1884, 32912, 3360, 1, 31, 52.00, 53.04, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33390, 1884, 32913, 5930, 1, 31, 34.93, 35.63, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33391, 1884, 32914, 5524, 1, 31, 210.00, 214.20, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33392, 1884, 32915, 3833, 3, 31, 5.30, 5.41, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33393, 1884, 32916, 1186, 9, 31, 19.86, 20.26, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33394, 1884, 32917, 359, 9, 31, 131.30, 133.93, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33395, 1884, 32918, 2211, 3, 31, 42.99, 43.85, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33396, 1884, 32919, 2837, 3, 31, 40.67, 41.48, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33397, 1884, 32920, 334, 9, 31, 206.75, 210.89, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33398, 1884, 32921, 5130, 9, 31, 33.60, 34.27, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33399, 1884, 32922, 5533, 6, 31, 18.17, 18.53, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33400, 1884, 32923, 350, 9, 31, 53.52, 54.59, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33401, 1884, 32924, 3503, 9, 31, 1010.00, 1030.20, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:03'),
(33402, 1884, 32925, 5175, 6, 31, 61.99, 63.23, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33403, 1884, 32926, 3410, 3, 31, 30.16, 30.76, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33404, 1884, 32927, 4919, 9, 31, 36.40, 37.13, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33405, 1884, 32928, 1853, 9, 31, 33.59, 34.26, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33406, 1884, 32929, 1609, 6, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33407, 1884, 32930, 5741, 9, 31, 140.40, 143.21, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33408, 1884, 32931, 2949, 3, 31, 22.20, 22.64, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33409, 1884, 32932, 2417, 6, 31, 98.58, 100.55, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33410, 1884, 32933, 5229, 1, 31, 4.44, 4.53, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33411, 1884, 32934, 1697, 3, 31, 15.69, 16.00, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33412, 1884, 32935, 6103, 3, 31, 31.97, 32.61, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33413, 1884, 32936, 3556, 6, 31, 3.76, 3.84, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33414, 1884, 32937, 2229, 1, 31, 27.22, 27.76, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33415, 1884, 32938, 1996, 1, 31, 36.03, 36.75, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33416, 1884, 32939, 2679, 6, 31, 188.86, 192.64, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33417, 1884, 32940, 2643, 6, 31, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33418, 1884, 32941, 315, 6, 31, 92.92, 94.78, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33419, 1884, 32942, 121, 3, 31, 4.61, 4.70, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33420, 1884, 32943, 4223, 6, 31, 10.08, 10.28, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33421, 1884, 32944, 4313, 3, 31, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33422, 1884, 32945, 1523, 9, 31, 1.59, 1.62, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33423, 1884, 32946, 4346, 1, 31, 63.74, 65.01, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33424, 1884, 32947, 2501, 3, 31, 96.89, 98.83, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33425, 1884, 32948, 5312, 9, 31, 62.82, 64.08, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33426, 1884, 32949, 342, 6, 31, 3700.62, 3774.63, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33427, 1884, 32950, 1486, 9, 31, 34.23, 34.91, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33428, 1884, 32951, 709, 6, 31, 194.27, 198.16, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33429, 1884, 32952, 1770, 6, 31, 101.99, 104.03, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33430, 1884, 32953, 3588, 1, 31, 15.80, 16.12, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33431, 1884, 32954, 6176, 9, 31, 21.13, 21.55, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33432, 1884, 32955, 6129, 3, 31, 9.20, 9.38, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33433, 1884, 32956, 2484, 6, 31, 206.00, 210.12, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33434, 1884, 32957, 235, 6, 31, 224.69, 229.18, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33435, 1884, 32958, 6074, 1, 31, 14.78, 15.08, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33436, 1884, 32959, 4922, 3, 31, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33437, 1884, 32960, 208, 6, 31, 29.72, 30.31, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33438, 1884, 32961, 1926, 9, 31, 8.22, 8.38, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33439, 1884, 32962, 2717, 9, 31, 115.66, 117.97, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33440, 1884, 32963, 1651, 3, 31, 34.61, 35.30, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33441, 1884, 32964, 4670, 6, 31, 6.06, 6.18, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33442, 1884, 32965, 6114, 6, 31, 4.90, 5.00, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33443, 1884, 32966, 4331, 6, 31, 20.14, 20.54, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33444, 1884, 32967, 450, 3, 31, 154.01, 157.09, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33445, 1884, 32968, 4075, 1, 31, 19.57, 19.96, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33446, 1884, 32969, 2857, 3, 31, 27.26, 27.81, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33447, 1884, 32970, 1505, 6, 31, 531.47, 542.10, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33448, 1884, 32971, 4445, 3, 31, 27.18, 27.72, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33449, 1884, 32972, 4470, 1, 31, 1153.95, 1177.03, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33450, 1884, 32973, 1439, 3, 31, 262.71, 267.96, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33451, 1884, 32974, 5442, 6, 31, 27.05, 27.59, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33452, 1884, 32975, 4962, 1, 31, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33453, 1884, 32976, 3668, 1, 31, 37.80, 38.56, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33454, 1884, 32977, 5807, 6, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-22 00:10:06', '2024-08-22 00:10:06', '2024-08-22 01:11:04'),
(33455, 1884, 32978, 2239, 9, 31, 59.74, 60.93, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33456, 1884, 32979, 3586, 1, 31, 5.71, 5.82, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33457, 1884, 32980, 5370, 6, 31, 83.19, 84.85, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33458, 1884, 32981, 4277, 3, 31, 50.99, 52.01, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33459, 1884, 32982, 1259, 9, 31, 322.11, 328.55, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33460, 1884, 32983, 799, 3, 31, 139.05, 141.83, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33461, 1884, 32984, 1236, 3, 31, 104.82, 106.92, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33462, 1884, 32985, 2015, 9, 31, 689.83, 703.63, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33463, 1884, 32986, 5580, 9, 31, 13.36, 13.63, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33464, 1884, 32987, 3993, 6, 31, 52.73, 53.78, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33465, 1884, 32988, 1302, 6, 31, 185.40, 189.11, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33466, 1884, 32989, 4304, 9, 31, 9.41, 9.60, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33467, 1884, 32990, 5264, 3, 31, 5.81, 5.93, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33468, 1884, 32991, 3893, 1, 31, 1122.00, 1144.44, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33469, 1884, 32992, 3391, 1, 31, 18.53, 18.90, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33470, 1884, 32993, 3879, 3, 31, 63.25, 64.52, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33471, 1884, 32994, 5375, 6, 31, 38.59, 39.36, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33472, 1884, 32995, 1653, 9, 31, 26.25, 26.78, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33473, 1884, 32996, 5256, 6, 31, 48.48, 49.45, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33474, 1884, 32997, 3985, 1, 31, 61.51, 62.74, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33475, 1884, 32998, 32, 6, 31, 125.08, 127.58, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33476, 1884, 32999, 2283, 1, 31, 97.76, 99.72, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33477, 1884, 33000, 5063, 6, 31, 25.43, 25.94, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33478, 1884, 33001, 1053, 1, 31, 3.70, 3.77, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33479, 1884, 33002, 4640, 3, 31, 7.28, 7.43, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33480, 1884, 33003, 1832, 6, 31, 2.78, 2.84, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33481, 1884, 33004, 2557, 9, 31, 4.38, 4.47, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33482, 1884, 33005, 1662, 3, 31, 0.93, 0.95, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33483, 1884, 33006, 1894, 1, 31, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33484, 1884, 33007, 1827, 6, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-22 00:10:07', '2024-08-22 00:10:07', '2024-08-22 01:11:04'),
(33485, 1876, 32782, 3580, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-08-22 00:20:32', '2024-08-22 00:20:32', '2024-08-22 01:21:02'),
(33486, 1912, 33008, 437, 3, 29, 244.40, 248.07, 1, 1, 'ai_sell', '2024-08-22 01:22:03', '2024-08-22 01:22:03', '2024-08-22 01:23:04'),
(33487, 1912, 33009, 3224, 9, 29, 68.70, 69.73, 1, 1, 'ai_sell', '2024-08-22 01:22:03', '2024-08-22 01:22:03', '2024-08-22 01:23:04'),
(33488, 1912, 33010, 328, 6, 29, 92.61, 94.00, 1, 1, 'ai_sell', '2024-08-22 01:22:03', '2024-08-22 01:22:03', '2024-08-22 01:23:04'),
(33489, 1912, 33011, 566, 3, 29, 20.80, 21.11, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33490, 1912, 33012, 1749, 6, 29, 102.90, 104.44, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33491, 1912, 33013, 702, 6, 29, 27.89, 28.31, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33492, 1912, 33014, 4216, 3, 29, 14.97, 15.19, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33493, 1912, 33015, 1096, 1, 29, 7.67, 7.79, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33494, 1912, 33016, 2226, 3, 29, 46.80, 47.50, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33495, 1912, 33017, 2679, 9, 29, 196.34, 199.29, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33496, 1912, 33018, 5012, 6, 29, 16.63, 16.88, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33497, 1912, 33019, 444, 6, 29, 32.23, 32.71, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33498, 1912, 33020, 1579, 6, 29, 15.73, 15.97, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33499, 1912, 33021, 828, 3, 29, 19.53, 19.82, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33500, 1912, 33022, 4018, 9, 29, 51.00, 51.77, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33501, 1912, 33023, 4907, 6, 29, 201.83, 204.86, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33502, 1912, 33024, 1503, 9, 29, 24.24, 24.60, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33503, 1912, 33025, 246, 3, 29, 41.50, 42.12, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33504, 1912, 33026, 4226, 6, 29, 58.73, 59.61, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33505, 1912, 33027, 1813, 1, 29, 3.15, 3.20, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33506, 1912, 33028, 2094, 3, 29, 175.76, 178.40, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33507, 1912, 33029, 5278, 9, 29, 51.59, 52.36, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33508, 1912, 33030, 757, 1, 29, 213.26, 216.46, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33509, 1912, 33031, 2471, 1, 29, 342.16, 347.29, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33510, 1912, 33032, 5597, 9, 29, 75.25, 76.38, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33511, 1912, 33033, 1926, 1, 29, 8.38, 8.51, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33512, 1912, 33034, 5892, 6, 29, 315.00, 319.73, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33513, 1912, 33035, 1871, 9, 29, 10600.00, 10759.00, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33514, 1912, 33036, 2948, 9, 29, 36.37, 36.92, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33515, 1912, 33037, 1894, 3, 29, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33516, 1912, 33038, 4381, 3, 29, 1035.49, 1051.02, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33517, 1912, 33039, 4892, 9, 29, 824.00, 836.36, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33518, 1912, 33040, 5548, 9, 29, 32.31, 32.79, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33519, 1912, 33041, 5726, 1, 29, 12.12, 12.30, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33520, 1912, 33042, 6168, 6, 29, 30.15, 30.60, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33521, 1912, 33043, 766, 9, 29, 3.26, 3.31, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33522, 1912, 33044, 2256, 3, 29, 32.96, 33.45, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33523, 1912, 33045, 2023, 1, 29, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33524, 1912, 33046, 5860, 9, 29, 84.79, 86.06, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33525, 1912, 33047, 3200, 6, 29, 10.40, 10.56, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33526, 1912, 33048, 734, 6, 29, 0.22, 0.22, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33527, 1912, 33049, 1827, 1, 29, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-22 01:22:04', '2024-08-22 01:22:04', '2024-08-22 01:23:04'),
(33528, 1798, 33050, 4026, 5, NULL, 100.00, 101.00, 3, 1, 'manual_sell', '2024-08-22 03:58:43', '2024-08-22 03:58:43', '2024-08-22 04:59:02'),
(33529, 1798, 33051, 1297, 5, NULL, 75.00, 75.75, 1, 1, 'manual_sell', '2024-08-22 04:08:33', '2024-08-22 04:08:33', '2024-08-22 05:09:02'),
(33530, 1915, 33052, 877, 1, NULL, 86.00, 87.00, 1, 2, 'manual_sell', '2024-08-22 12:34:14', '2024-08-22 12:34:14', '2024-08-22 13:35:03'),
(33531, 1915, 33053, 3934, 1, NULL, 22.00, 22.22, 1, 1, 'manual_sell', '2024-08-22 12:35:46', '2024-08-22 12:35:46', '2024-08-22 13:36:01'),
(33532, 1915, 33054, 2100, 1, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-22 12:37:35', '2024-08-22 12:37:35', '2024-08-22 13:38:02'),
(33533, 1915, 33052, 877, 1, NULL, 86.00, 86.86, 1, 1, 'manual_sell', '2024-08-22 14:27:49', '2024-08-22 14:27:49', '2024-08-22 15:28:02'),
(33534, 1925, 33055, 3730, 1, 30, 6.76, 6.90, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33535, 1925, 33056, 3915, 6, 30, 2641.80, 2694.64, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33536, 1925, 33057, 4538, 3, 30, 935.99, 954.71, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33537, 1925, 33058, 4192, 6, 30, 21.62, 22.05, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33538, 1925, 33059, 1507, 9, 30, 3.77, 3.85, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33539, 1925, 33060, 5338, 3, 30, 2020.00, 2060.40, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33540, 1925, 33061, 5719, 9, 30, 5.52, 5.63, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33541, 1925, 33062, 562, 3, 30, 3704.70, 3778.79, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33542, 1925, 33063, 1778, 6, 30, 203.00, 207.06, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33543, 1925, 33064, 433, 6, 30, 266.23, 271.55, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33544, 1925, 33065, 5020, 6, 30, 21.57, 22.00, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33545, 1925, 33066, 4158, 1, 30, 622.96, 635.42, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33546, 1925, 33067, 3181, 3, 30, 64.65, 65.94, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33547, 1925, 33068, 4025, 6, 30, 85.03, 86.73, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33548, 1925, 33069, 2551, 1, 30, 168.06, 171.42, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33549, 1925, 33070, 5845, 9, 30, 9.43, 9.62, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33550, 1925, 33071, 5934, 9, 30, 10.37, 10.58, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33551, 1925, 33072, 5071, 9, 30, 293.90, 299.78, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33552, 1925, 33073, 3977, 9, 30, 382.78, 390.44, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33553, 1925, 33074, 5079, 3, 30, 28.34, 28.91, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33554, 1925, 33075, 132, 9, 30, 103.95, 106.03, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33555, 1925, 33076, 4558, 1, 30, 408.00, 416.16, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33556, 1925, 33077, 3768, 3, 30, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33557, 1925, 33078, 2026, 1, 30, 89.78, 91.58, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33558, 1925, 33079, 4053, 9, 30, 28.14, 28.70, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33559, 1925, 33080, 567, 1, 30, 2099.79, 2141.79, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33560, 1925, 33081, 2427, 1, 30, 247.20, 252.14, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33561, 1925, 33082, 1015, 3, 30, 4.01, 4.09, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33562, 1925, 33083, 1220, 6, 30, 107.06, 109.20, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33563, 1925, 33084, 5081, 6, 30, 20.38, 20.79, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33564, 1925, 33085, 4490, 6, 30, 117.15, 119.49, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33565, 1925, 33086, 1957, 6, 30, 21.63, 22.06, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33566, 1925, 33087, 892, 1, 30, 288.39, 294.16, 1, 1, 'ai_sell', '2024-08-22 17:03:02', '2024-08-22 17:03:02', '2024-08-22 18:03:02'),
(33567, 1925, 33088, 1239, 3, 30, 24.24, 24.72, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33568, 1925, 33089, 6060, 9, 30, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33569, 1925, 33090, 4679, 6, 30, 6.10, 6.22, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33570, 1925, 33091, 3489, 1, 30, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33571, 1925, 33092, 1967, 6, 30, 2.82, 2.88, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33572, 1925, 33093, 670, 3, 30, 8.32, 8.49, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33573, 1925, 33094, 5899, 1, 30, 2.05, 2.09, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33574, 1925, 33095, 803, 6, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33575, 1925, 33096, 1811, 9, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33576, 1925, 33097, 1894, 1, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33577, 1925, 33098, 1827, 9, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-22 17:03:03', '2024-08-22 17:03:03', '2024-08-22 18:04:02'),
(33578, 1850, 33101, 3778, 5, NULL, 113.00, 114.13, 9, 1, 'manual_sell', '2024-08-22 17:33:56', '2024-08-22 17:33:56', '2024-08-22 18:34:02'),
(33579, 1850, 33102, 31, 5, NULL, 11.12, 11.23, 5, 1, 'manual_sell', '2024-08-22 17:35:10', '2024-08-22 17:35:10', '2024-08-22 18:36:02'),
(33580, 1920, 33103, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-22 18:09:28', '2024-08-22 18:09:28', '2024-08-22 19:10:02'),
(33581, 1920, 33104, 3181, 5, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-08-22 18:10:00', '2024-08-22 18:10:00', '2024-08-22 19:10:03'),
(33582, 1886, 33105, 81, 5, NULL, 5.00, 5.05, 68, 1, 'manual_sell', '2024-08-22 18:16:56', '2024-08-22 18:16:56', '2024-08-22 19:17:02'),
(33583, 1921, 33106, 4756, 5, NULL, 29.00, 29.29, 2, 1, 'manual_sell', '2024-08-22 18:18:51', '2024-08-22 18:18:51', '2024-08-22 19:19:02'),
(33584, 1850, 33107, 5471, 1, 32, 4.19, 4.25, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33585, 1850, 33108, 1537, 9, 32, 210.74, 213.90, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33586, 1850, 33109, 3261, 1, 32, 11.16, 11.33, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33587, 1850, 33110, 110, 6, 32, 194.44, 197.36, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33588, 1850, 33111, 4787, 9, 32, 32.23, 32.71, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33589, 1850, 33112, 29, 1, 32, 442.90, 449.54, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33590, 1850, 33113, 1253, 6, 32, 30.79, 31.25, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33591, 1850, 33114, 4649, 6, 32, 32.23, 32.71, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33592, 1850, 33115, 3363, 6, 32, 212.00, 215.18, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33593, 1850, 33116, 4080, 6, 32, 9.75, 9.90, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33594, 1850, 33117, 5948, 3, 32, 3.51, 3.56, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33595, 1850, 33118, 6040, 1, 32, 16.27, 16.51, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33596, 1850, 33119, 2525, 3, 32, 65.65, 66.63, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33597, 1850, 33120, 1607, 6, 32, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33598, 1850, 33121, 4337, 9, 32, 151.11, 153.38, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33599, 1850, 33122, 5361, 9, 32, 168.84, 171.37, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33600, 1850, 33123, 3014, 1, 32, 212.10, 215.28, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33601, 1850, 33124, 3086, 1, 32, 14.55, 14.77, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33602, 1850, 33125, 3647, 9, 32, 82.94, 84.18, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33603, 1850, 33126, 3289, 3, 32, 62.39, 63.33, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33604, 1850, 33127, 3273, 9, 32, 102.95, 104.49, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33605, 1850, 33128, 3603, 9, 32, 124.80, 126.67, 1, 1, 'ai_sell', '2024-08-22 20:12:02', '2024-08-22 20:12:02', '2024-08-22 21:12:02'),
(33606, 1850, 33129, 2112, 3, 32, 50.50, 51.26, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33607, 1850, 33130, 3122, 9, 32, 3.12, 3.17, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33608, 1850, 33131, 5636, 3, 32, 4.07, 4.13, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33609, 1850, 33132, 4902, 1, 32, 2.30, 2.33, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33610, 1850, 33133, 3365, 1, 32, 7.42, 7.53, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33611, 1850, 33134, 1444, 3, 32, 8.40, 8.53, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33612, 1850, 33135, 2370, 3, 32, 2.24, 2.27, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33613, 1850, 33136, 678, 1, 32, 2.08, 2.11, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33614, 1850, 33137, 1894, 3, 32, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-22 20:12:03', '2024-08-22 20:12:03', '2024-08-22 21:13:02'),
(33615, 1876, 33099, 3583, 5, NULL, 147.00, 148.47, 1, 1, 'manual_sell', '2024-08-22 21:36:34', '2024-08-22 21:36:34', '2024-08-22 22:37:02'),
(33616, 1876, 33100, 4804, 5, NULL, 22.00, 22.22, 1, 1, 'manual_sell', '2024-08-22 21:38:15', '2024-08-22 21:38:15', '2024-08-22 22:39:02'),
(33617, 1876, 33138, 292, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-08-23 00:26:21', '2024-08-23 00:26:21', '2024-08-23 01:27:02'),
(33618, 1884, 33139, 5939, 1, 31, 353.49, 360.56, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33619, 1884, 33140, 4875, 9, 31, 9.15, 9.33, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33620, 1884, 33141, 4679, 9, 31, 6.10, 6.22, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33621, 1884, 33142, 806, 9, 31, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33622, 1884, 33143, 5786, 1, 31, 12.68, 12.93, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33623, 1884, 33144, 365, 6, 31, 707.00, 721.14, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33624, 1884, 33145, 5204, 3, 31, 29.12, 29.70, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33625, 1884, 33146, 1665, 3, 31, 11.55, 11.78, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33626, 1884, 33147, 4510, 6, 31, 41.72, 42.55, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33627, 1884, 33148, 291, 1, 31, 15.17, 15.47, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33628, 1884, 33149, 2865, 9, 31, 55.54, 56.65, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33629, 1884, 33150, 3906, 1, 31, 198.63, 202.60, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33630, 1884, 33151, 5329, 1, 31, 539.46, 550.25, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33631, 1884, 33152, 370, 9, 31, 951.16, 970.18, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33632, 1884, 33153, 1107, 3, 31, 892.49, 910.34, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33633, 1884, 33154, 757, 3, 31, 213.26, 217.53, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33634, 1884, 33155, 1851, 3, 31, 68.84, 70.22, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33635, 1884, 33156, 600, 6, 31, 13.52, 13.79, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33636, 1884, 33157, 5166, 1, 31, 232.29, 236.94, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33637, 1884, 33158, 3584, 9, 31, 242.31, 247.16, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33638, 1884, 33159, 3419, 9, 31, 6.34, 6.47, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33639, 1884, 33160, 5850, 9, 31, 102.96, 105.02, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33640, 1884, 33161, 4407, 1, 31, 2885.02, 2942.72, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33641, 1884, 33162, 5893, 1, 31, 305.91, 312.03, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33642, 1884, 33163, 536, 1, 31, 13.28, 13.55, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33643, 1884, 33164, 2815, 9, 31, 4257.39, 4342.54, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33644, 1884, 33165, 4359, 1, 31, 43680.00, 44553.60, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33645, 1884, 33166, 3921, 6, 31, 135.20, 137.90, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33646, 1884, 33167, 5031, 3, 31, 696.89, 710.83, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33647, 1884, 33168, 2648, 9, 31, 13.64, 13.91, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33648, 1884, 33169, 4878, 1, 31, 244.97, 249.87, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33649, 1884, 33170, 4028, 1, 31, 20.72, 21.13, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33650, 1884, 33171, 6115, 9, 31, 5.13, 5.23, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33651, 1884, 33172, 3057, 6, 31, 12.98, 13.24, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33652, 1884, 33173, 41, 9, 31, 18.72, 19.09, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33653, 1884, 33174, 3267, 1, 31, 3.08, 3.14, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33654, 1884, 33175, 2844, 6, 31, 1151.39, 1174.42, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33655, 1884, 33176, 1921, 1, 31, 10.50, 10.71, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33656, 1884, 33177, 3516, 1, 31, 51.49, 52.52, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33657, 1884, 33178, 675, 1, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33658, 1884, 33179, 5248, 9, 31, 43.04, 43.90, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33659, 1884, 33180, 4058, 3, 31, 11.36, 11.59, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33660, 1884, 33181, 4772, 9, 31, 246.74, 251.67, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33661, 1884, 33182, 6049, 3, 31, 10.50, 10.71, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33662, 1884, 33183, 3819, 9, 31, 7.20, 7.34, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33663, 1884, 33184, 6004, 9, 31, 234.60, 239.29, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33664, 1884, 33185, 5829, 6, 31, 26.25, 26.78, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33665, 1884, 33186, 4716, 6, 31, 60.67, 61.88, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33666, 1884, 33187, 1272, 6, 31, 26.25, 26.78, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33667, 1884, 33188, 1495, 3, 31, 19.95, 20.35, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:02'),
(33668, 1884, 33189, 4163, 6, 31, 1474.60, 1504.09, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33669, 1884, 33190, 1073, 3, 31, 113.09, 115.35, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33670, 1884, 33191, 4281, 1, 31, 99.98, 101.98, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33671, 1884, 33192, 3505, 6, 31, 62.54, 63.79, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33672, 1884, 33193, 3915, 1, 31, 2641.80, 2694.64, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33673, 1884, 33194, 1762, 3, 31, 164.80, 168.10, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33674, 1884, 33195, 4748, 3, 31, 8.64, 8.81, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33675, 1884, 33196, 5377, 9, 31, 6.29, 6.42, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33676, 1884, 33197, 6066, 3, 31, 15.69, 16.00, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33677, 1884, 33198, 457, 3, 31, 207.89, 212.05, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33678, 1884, 33199, 6105, 9, 31, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33679, 1884, 33200, 5002, 9, 31, 171.69, 175.12, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:03', '2024-08-23 02:23:03'),
(33680, 1884, 33201, 645, 1, 31, 4.20, 4.28, 1, 1, 'ai_sell', '2024-08-23 01:22:03', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33681, 1884, 33202, 2011, 6, 31, 1435.20, 1463.90, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33682, 1884, 33203, 1251, 9, 31, 19.82, 20.22, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33683, 1884, 33204, 1347, 6, 31, 87.55, 89.30, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33684, 1884, 33205, 2565, 9, 31, 87.06, 88.80, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33685, 1884, 33206, 4690, 6, 31, 31.08, 31.70, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33686, 1884, 33207, 2445, 3, 31, 210.00, 214.20, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33687, 1884, 33208, 4665, 3, 31, 8.26, 8.43, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33688, 1884, 33209, 6135, 9, 31, 18.72, 19.09, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33689, 1884, 33210, 6170, 3, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33690, 1884, 33211, 4420, 3, 31, 58.29, 59.46, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33691, 1884, 33212, 2883, 1, 31, 48.40, 49.37, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33692, 1884, 33213, 1379, 3, 31, 13.02, 13.28, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33693, 1884, 33214, 3309, 9, 31, 3.22, 3.28, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33694, 1884, 33215, 4704, 9, 31, 1.31, 1.34, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33695, 1884, 33216, 1576, 3, 31, 2.70, 2.75, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33696, 1884, 33217, 1827, 1, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33697, 1884, 33218, 1850, 1, 31, 0.56, 0.57, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33698, 1884, 33219, 1811, 9, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-23 01:22:04', '2024-08-23 01:22:04', '2024-08-23 02:23:03'),
(33699, 1884, 33220, 1827, 1, 31, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-23 01:23:04', '2024-08-23 01:23:04', '2024-08-23 02:24:01'),
(33700, 1876, 33221, 4960, 5, NULL, 19.00, 19.19, 1, 1, 'manual_sell', '2024-08-23 03:13:30', '2024-08-23 03:13:30', '2024-08-23 04:14:02'),
(33701, 1798, 33222, 5016, 5, NULL, 292.00, 294.92, 1, 1, 'manual_sell', '2024-08-23 06:17:09', '2024-08-23 06:17:09', '2024-08-23 07:18:02'),
(33702, 1798, 33223, 3142, 5, NULL, 85.00, 85.85, 1, 1, 'manual_sell', '2024-08-23 06:18:52', '2024-08-23 06:18:52', '2024-08-23 07:19:02'),
(33703, 1798, 33224, 1085, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-08-23 06:20:10', '2024-08-23 06:20:10', '2024-08-23 07:21:02'),
(33704, 1925, 33228, 6005, 6, 30, 1047.90, 1068.86, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33705, 1925, 33229, 973, 9, 30, 15.45, 15.76, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33706, 1925, 33230, 4329, 1, 30, 9.18, 9.36, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33707, 1925, 33231, 430, 3, 30, 41.60, 42.43, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33708, 1925, 33232, 3486, 1, 30, 6.75, 6.89, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33709, 1925, 33233, 2415, 6, 30, 11.01, 11.23, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33710, 1925, 33234, 1578, 3, 30, 1588.94, 1620.72, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33711, 1925, 33235, 3862, 3, 30, 17.06, 17.40, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33712, 1925, 33236, 4519, 1, 30, 19.37, 19.76, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33713, 1925, 33237, 150, 9, 30, 624.00, 636.48, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33714, 1925, 33238, 1060, 3, 30, 231.00, 235.62, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33715, 1925, 33239, 3944, 6, 30, 81.37, 83.00, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33716, 1925, 33240, 5595, 6, 30, 215.21, 219.51, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33717, 1925, 33241, 3803, 1, 30, 1320.90, 1347.32, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33718, 1925, 33242, 914, 3, 30, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33719, 1925, 33243, 4820, 9, 30, 68.78, 70.16, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33720, 1925, 33244, 4016, 3, 30, 47.37, 48.32, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33721, 1925, 33245, 5457, 6, 30, 2026.58, 2067.11, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33722, 1925, 33246, 2232, 6, 30, 56.10, 57.22, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33723, 1925, 33247, 1111, 1, 30, 1487.20, 1516.94, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33724, 1925, 33248, 5229, 3, 30, 4.44, 4.53, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33725, 1925, 33249, 983, 1, 30, 135.66, 138.37, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33726, 1925, 33250, 6129, 6, 30, 9.03, 9.21, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33727, 1925, 33251, 6133, 6, 30, 15.15, 15.45, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33728, 1925, 33252, 5939, 9, 30, 360.49, 367.70, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33729, 1925, 33253, 4869, 1, 30, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33730, 1925, 33254, 2569, 6, 30, 73.98, 75.46, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33731, 1925, 33255, 1701, 3, 30, 6.57, 6.70, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33732, 1925, 33256, 2179, 9, 30, 52.31, 53.36, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33733, 1925, 33257, 782, 1, 30, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33734, 1925, 33258, 117, 9, 30, 1261.49, 1286.72, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33735, 1925, 33259, 4525, 1, 30, 8.15, 8.31, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33736, 1925, 33260, 5864, 6, 30, 38.47, 39.24, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33737, 1925, 33261, 125, 6, 30, 87.36, 89.11, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33738, 1925, 33262, 736, 9, 30, 171.37, 174.80, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33739, 1925, 33263, 4252, 1, 30, 206.96, 211.10, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33740, 1925, 33264, 5144, 1, 30, 37.09, 37.83, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33741, 1925, 33265, 1697, 1, 30, 15.24, 15.54, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33742, 1925, 33266, 578, 9, 30, 3535.00, 3605.70, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33743, 1925, 33267, 706, 9, 30, 66.65, 67.98, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33744, 1925, 33268, 4702, 6, 30, 30.40, 31.01, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33745, 1925, 33269, 1950, 1, 30, 18.55, 18.92, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33746, 1925, 33270, 4455, 3, 30, 12.71, 12.96, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33747, 1925, 33271, 4898, 6, 30, 85.00, 86.70, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33748, 1925, 33272, 2455, 3, 30, 50.40, 51.41, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33749, 1925, 33273, 5832, 3, 30, 50.47, 51.48, 1, 1, 'ai_sell', '2024-08-23 18:14:03', '2024-08-23 18:14:03', '2024-08-23 19:15:03'),
(33750, 1925, 33274, 4604, 3, 30, 27.81, 28.37, 1, 1, 'ai_sell', '2024-08-23 18:14:04', '2024-08-23 18:14:04', '2024-08-23 19:15:03'),
(33751, 1925, 33275, 779, 1, 30, 4.52, 4.61, 1, 1, 'ai_sell', '2024-08-23 18:14:04', '2024-08-23 18:14:04', '2024-08-23 19:15:03'),
(33752, 1925, 33276, 2387, 6, 30, 43.60, 44.47, 1, 1, 'ai_sell', '2024-08-23 18:14:04', '2024-08-23 18:14:04', '2024-08-23 19:15:03'),
(33753, 1925, 33277, 5964, 1, 30, 47.66, 48.61, 1, 1, 'ai_sell', '2024-08-23 18:14:04', '2024-08-23 18:14:04', '2024-08-23 19:15:03'),
(33754, 1925, 33278, 1842, 3, 30, 1.06, 1.08, 1, 1, 'ai_sell', '2024-08-23 18:14:04', '2024-08-23 18:14:04', '2024-08-23 19:15:03'),
(33755, 1925, 33279, 1827, 6, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-23 18:14:04', '2024-08-23 18:14:04', '2024-08-23 19:15:03'),
(33756, 1850, 33280, 3281, 5, NULL, 14.15, 14.29, 76, 1, 'manual_sell', '2024-08-23 18:44:20', '2024-08-23 18:44:20', '2024-08-23 19:45:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(33757, 1850, 33281, 3077, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-08-23 18:44:42', '2024-08-23 18:44:42', '2024-08-23 19:45:03'),
(33758, 1920, 33282, 1979, 5, NULL, 360.00, 363.60, 1, 1, 'manual_sell', '2024-08-23 19:13:32', '2024-08-23 19:13:32', '2024-08-23 20:14:02'),
(33759, 1920, 33283, 1124, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-08-23 19:14:03', '2024-08-23 19:14:03', '2024-08-23 20:15:03'),
(33760, 1921, 33284, 4756, 5, NULL, 29.00, 29.29, 2, 1, 'manual_sell', '2024-08-23 19:20:24', '2024-08-23 19:20:24', '2024-08-23 20:21:02'),
(33761, 1886, 33285, 2287, 5, NULL, 8.00, 8.08, 43, 1, 'manual_sell', '2024-08-23 20:07:20', '2024-08-23 20:07:20', '2024-08-23 21:08:02'),
(33762, 1850, 33286, 4927, 3, 32, 128.75, 130.68, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33763, 1850, 33287, 4480, 9, 32, 8.00, 8.12, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33764, 1850, 33288, 2643, 1, 32, 11.21, 11.38, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33765, 1850, 33289, 5281, 6, 32, 162.83, 165.27, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33766, 1850, 33290, 4544, 3, 32, 306.80, 311.40, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33767, 1850, 33291, 5892, 9, 32, 318.00, 322.77, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33768, 1850, 33292, 881, 6, 32, 875.50, 888.63, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33769, 1850, 33293, 161, 3, 32, 31.01, 31.48, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33770, 1850, 33294, 6011, 6, 32, 288.86, 293.19, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33771, 1850, 33295, 3867, 6, 32, 6.76, 6.86, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33772, 1850, 33296, 2613, 3, 32, 29.73, 30.18, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33773, 1850, 33297, 5654, 3, 32, 35.70, 36.24, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33774, 1850, 33298, 2658, 3, 32, 21.20, 21.52, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33775, 1850, 33299, 5637, 9, 32, 5.24, 5.32, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33776, 1850, 33300, 5915, 6, 32, 5.91, 6.00, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33777, 1850, 33301, 5052, 9, 32, 9.02, 9.16, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33778, 1850, 33302, 3876, 1, 32, 27.80, 28.22, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33779, 1850, 33303, 4380, 6, 32, 5.14, 5.22, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33780, 1850, 33304, 3557, 3, 32, 24.71, 25.08, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33781, 1850, 33305, 5628, 1, 32, 15.89, 16.13, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33782, 1850, 33306, 4687, 1, 32, 2.73, 2.77, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33783, 1850, 33307, 1827, 9, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-23 21:24:03', '2024-08-23 21:24:03', '2024-08-23 22:25:03'),
(33784, 1876, 33308, 4841, 5, NULL, 166.00, 167.66, 1, 1, 'manual_sell', '2024-08-23 23:06:38', '2024-08-23 23:06:38', '2024-08-24 00:07:02'),
(33785, 1884, 33309, 4245, 1, 31, 15.92, 16.24, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33786, 1884, 33310, 19, 9, 31, 5.05, 5.15, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33787, 1884, 33311, 1003, 3, 31, 15.38, 15.69, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33788, 1884, 33312, 5147, 9, 31, 190.79, 194.61, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33789, 1884, 33313, 770, 9, 31, 6.43, 6.56, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33790, 1884, 33314, 4397, 1, 31, 30.89, 31.51, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33791, 1884, 33315, 5488, 9, 31, 23.32, 23.79, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33792, 1884, 33316, 2755, 6, 31, 1053.15, 1074.21, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33793, 1884, 33317, 184, 1, 31, 17.30, 17.65, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33794, 1884, 33318, 5288, 3, 31, 22.06, 22.50, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33795, 1884, 33319, 1598, 6, 31, 8.27, 8.44, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33796, 1884, 33320, 3361, 6, 31, 2415.00, 2463.30, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33797, 1884, 33321, 4396, 3, 31, 102.87, 104.93, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33798, 1884, 33322, 4206, 9, 31, 20.80, 21.22, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33799, 1884, 33323, 3037, 3, 31, 256.29, 261.42, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33800, 1884, 33324, 2316, 1, 31, 53.52, 54.59, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:02'),
(33801, 1884, 33325, 5862, 3, 31, 24.02, 24.50, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33802, 1884, 33326, 3289, 1, 31, 62.39, 63.64, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33803, 1884, 33327, 1878, 1, 31, 25.50, 26.01, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33804, 1884, 33328, 2586, 9, 31, 20.27, 20.68, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33805, 1884, 33329, 378, 3, 31, 370.19, 377.59, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33806, 1884, 33330, 5803, 1, 31, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33807, 1884, 33331, 3431, 3, 31, 310.19, 316.39, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33808, 1884, 33332, 315, 3, 31, 92.92, 94.78, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33809, 1884, 33333, 958, 1, 31, 618.12, 630.48, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33810, 1884, 33334, 3555, 9, 31, 1439.25, 1468.04, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33811, 1884, 33335, 3852, 3, 31, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33812, 1884, 33336, 6136, 9, 31, 16.48, 16.81, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33813, 1884, 33337, 777, 1, 31, 41.34, 42.17, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33814, 1884, 33338, 4941, 9, 31, 525.16, 535.66, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33815, 1884, 33339, 4002, 1, 31, 58.29, 59.46, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33816, 1884, 33340, 262, 6, 31, 176.80, 180.34, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33817, 1884, 33341, 2550, 3, 31, 31.46, 32.09, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33818, 1884, 33342, 4408, 6, 31, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33819, 1884, 33343, 1883, 9, 31, 410.97, 419.19, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33820, 1884, 33344, 638, 6, 31, 25197.48, 25701.43, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33821, 1884, 33345, 2793, 1, 31, 107.05, 109.19, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33822, 1884, 33346, 4433, 3, 31, 713.99, 728.27, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33823, 1884, 33347, 5795, 1, 31, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33824, 1884, 33348, 2981, 1, 31, 92.82, 94.68, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33825, 1884, 33349, 5150, 3, 31, 263.54, 268.81, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33826, 1884, 33350, 1610, 6, 31, 79.30, 80.89, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33827, 1884, 33351, 2166, 6, 31, 38.16, 38.92, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33828, 1884, 33352, 637, 3, 31, 316.94, 323.28, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33829, 1884, 33353, 207, 6, 31, 50.97, 51.99, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33830, 1884, 33354, 368, 3, 31, 12.78, 13.04, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33831, 1884, 33355, 639, 6, 31, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33832, 1884, 33356, 830, 3, 31, 71.39, 72.82, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33833, 1884, 33357, 3544, 1, 31, 260.39, 265.60, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33834, 1884, 33358, 1494, 3, 31, 41.90, 42.74, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33835, 1884, 33359, 4251, 9, 31, 23.91, 24.39, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33836, 1884, 33360, 2514, 6, 31, 166.40, 169.73, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33837, 1884, 33361, 933, 9, 31, 1155.00, 1178.10, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33838, 1884, 33362, 3275, 1, 31, 39.78, 40.58, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33839, 1884, 33363, 5468, 6, 31, 42.22, 43.06, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33840, 1884, 33364, 5101, 6, 31, 232.04, 236.68, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33841, 1884, 33365, 500, 1, 31, 16.52, 16.85, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33842, 1884, 33366, 3295, 3, 31, 354.40, 361.49, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33843, 1884, 33367, 3866, 1, 31, 212.00, 216.24, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33844, 1884, 33368, 4084, 3, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33845, 1884, 33369, 2369, 3, 31, 30.09, 30.69, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33846, 1884, 33370, 3212, 9, 31, 8.08, 8.24, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33847, 1884, 33371, 618, 6, 31, 6624.90, 6757.40, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33848, 1884, 33372, 1777, 6, 31, 30.21, 30.81, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33849, 1884, 33373, 2564, 1, 31, 2929.50, 2988.09, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33850, 1884, 33374, 5090, 6, 31, 18.17, 18.53, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33851, 1884, 33375, 3511, 1, 31, 40.95, 41.77, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33852, 1884, 33376, 1268, 3, 31, 175.10, 178.60, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33853, 1884, 33377, 3294, 1, 31, 12.47, 12.72, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33854, 1884, 33378, 4226, 9, 31, 59.89, 61.09, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33855, 1884, 33379, 3596, 3, 31, 51.45, 52.48, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33856, 1884, 33380, 1880, 9, 31, 126.76, 129.30, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33857, 1884, 33381, 5480, 3, 31, 36.71, 37.44, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33858, 1884, 33382, 2907, 1, 31, 34.45, 35.14, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33859, 1884, 33383, 1740, 9, 31, 3.18, 3.24, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33860, 1884, 33384, 2161, 6, 31, 26.64, 27.17, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33861, 1884, 33385, 680, 1, 31, 28.56, 29.13, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33862, 1884, 33386, 2230, 9, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33863, 1884, 33387, 5930, 3, 31, 34.60, 35.29, 1, 1, 'ai_sell', '2024-08-24 02:34:03', '2024-08-24 02:34:03', '2024-08-24 03:35:03'),
(33864, 1884, 33388, 5882, 6, 31, 4.82, 4.92, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33865, 1884, 33389, 293, 6, 31, 14.09, 14.37, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33866, 1884, 33390, 2496, 6, 31, 112.84, 115.10, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33867, 1884, 33391, 4798, 3, 31, 144.92, 147.82, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33868, 1884, 33392, 5410, 6, 31, 618.00, 630.36, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33869, 1884, 33393, 5128, 1, 31, 333.29, 339.96, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33870, 1884, 33394, 1950, 6, 31, 18.03, 18.39, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33871, 1884, 33395, 96, 1, 31, 21.63, 22.06, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33872, 1884, 33396, 4840, 1, 31, 70.79, 72.21, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33873, 1884, 33397, 1745, 1, 31, 100.94, 102.96, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33874, 1884, 33398, 5371, 3, 31, 74.45, 75.94, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33875, 1884, 33399, 1052, 9, 31, 63.59, 64.86, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33876, 1884, 33400, 5289, 3, 31, 51.46, 52.49, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33877, 1884, 33401, 4946, 6, 31, 1627.49, 1660.04, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33878, 1884, 33402, 2419, 9, 31, 103.95, 106.03, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33879, 1884, 33403, 3296, 1, 31, 1.15, 1.17, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33880, 1884, 33404, 1141, 1, 31, 97.97, 99.93, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33881, 1884, 33405, 3568, 3, 31, 14.33, 14.62, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33882, 1884, 33406, 257, 6, 31, 180.20, 183.80, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33883, 1884, 33407, 3871, 9, 31, 52.51, 53.56, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33884, 1884, 33408, 149, 1, 31, 72.09, 73.53, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33885, 1884, 33409, 1115, 9, 31, 171.70, 175.13, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33886, 1884, 33410, 5042, 1, 31, 3014.96, 3075.26, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33887, 1884, 33411, 3089, 6, 31, 7.20, 7.34, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33888, 1884, 33412, 3293, 3, 31, 14.14, 14.42, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33889, 1884, 33413, 4908, 1, 31, 138.20, 140.96, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33890, 1884, 33414, 2621, 6, 31, 19.57, 19.96, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33891, 1884, 33415, 3681, 3, 31, 409.01, 417.19, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33892, 1884, 33416, 1656, 3, 31, 31.15, 31.77, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33893, 1884, 33417, 1071, 3, 31, 4.33, 4.42, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33894, 1884, 33418, 708, 6, 31, 18.45, 18.82, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33895, 1884, 33419, 3378, 6, 31, 353.50, 360.57, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33896, 1884, 33420, 5070, 6, 31, 131.84, 134.48, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33897, 1884, 33421, 4580, 6, 31, 32.85, 33.51, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33898, 1884, 33422, 3362, 3, 31, 9.09, 9.27, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33899, 1884, 33423, 2509, 1, 31, 29.28, 29.87, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33900, 1884, 33424, 2272, 9, 31, 41.97, 42.81, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33901, 1884, 33425, 5039, 6, 31, 666.74, 680.07, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33902, 1884, 33426, 5163, 1, 31, 748.39, 763.36, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33903, 1884, 33427, 2132, 1, 31, 101.00, 103.02, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:03'),
(33904, 1884, 33428, 4476, 3, 31, 40.17, 40.97, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33905, 1884, 33429, 1011, 6, 31, 235.20, 239.90, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33906, 1884, 33430, 4534, 1, 31, 107.06, 109.20, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33907, 1884, 33431, 4846, 9, 31, 114.57, 116.86, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33908, 1884, 33432, 2869, 9, 31, 24.71, 25.20, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33909, 1884, 33433, 2614, 9, 31, 24.09, 24.57, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33910, 1884, 33434, 4814, 6, 31, 92.81, 94.67, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33911, 1884, 33435, 4730, 3, 31, 15.94, 16.26, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33912, 1884, 33436, 1419, 1, 31, 42.40, 43.25, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33913, 1884, 33437, 1683, 6, 31, 5914.65, 6032.94, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33914, 1884, 33438, 3641, 1, 31, 458.34, 467.51, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33915, 1884, 33439, 6021, 9, 31, 38.46, 39.23, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33916, 1884, 33440, 3632, 9, 31, 8.32, 8.49, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33917, 1884, 33441, 3520, 1, 31, 60.59, 61.80, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33918, 1884, 33442, 1942, 6, 31, 8.14, 8.30, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33919, 1884, 33443, 815, 3, 31, 78.38, 79.95, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33920, 1884, 33444, 2200, 1, 31, 13.26, 13.53, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33921, 1884, 33445, 5169, 1, 31, 134.92, 137.62, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33922, 1884, 33446, 3318, 3, 31, 1.21, 1.23, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33923, 1884, 33447, 3456, 6, 31, 101.97, 104.01, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33924, 1884, 33448, 1863, 9, 31, 11.11, 11.33, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33925, 1884, 33449, 1635, 3, 31, 4.83, 4.93, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33926, 1884, 33450, 5265, 3, 31, 17.17, 17.51, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33927, 1884, 33451, 1158, 6, 31, 40.95, 41.77, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33928, 1884, 33452, 5098, 3, 31, 26.24, 26.76, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33929, 1884, 33453, 1293, 3, 31, 33.57, 34.24, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33930, 1884, 33454, 4035, 9, 31, 1.95, 1.99, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33931, 1884, 33455, 787, 9, 31, 50.00, 51.00, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33932, 1884, 33456, 3371, 1, 31, 192.40, 196.25, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33933, 1884, 33457, 957, 9, 31, 8.44, 8.61, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33934, 1884, 33458, 3267, 9, 31, 3.14, 3.20, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33935, 1884, 33459, 1743, 6, 31, 51.46, 52.49, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33936, 1884, 33460, 4535, 1, 31, 31.30, 31.93, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33937, 1884, 33461, 373, 1, 31, 12.78, 13.04, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33938, 1884, 33462, 4046, 6, 31, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33939, 1884, 33463, 3048, 3, 31, 160.05, 163.25, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33940, 1884, 33464, 5812, 6, 31, 1.58, 1.61, 1, 1, 'ai_sell', '2024-08-24 02:34:04', '2024-08-24 02:34:04', '2024-08-24 03:35:04'),
(33941, 1884, 33465, 3589, 6, 31, 7.64, 7.79, 1, 1, 'ai_sell', '2024-08-24 02:34:05', '2024-08-24 02:34:05', '2024-08-24 03:35:04'),
(33942, 1884, 33466, 3225, 6, 31, 1.16, 1.18, 1, 1, 'ai_sell', '2024-08-24 02:34:05', '2024-08-24 02:34:05', '2024-08-24 03:35:04'),
(33943, 1884, 33467, 803, 3, 31, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-24 02:34:05', '2024-08-24 02:34:05', '2024-08-24 03:35:04'),
(33944, 1884, 33468, 3324, 3, 31, 1.36, 1.39, 1, 1, 'ai_sell', '2024-08-24 02:34:05', '2024-08-24 02:34:05', '2024-08-24 03:35:04'),
(33945, 1884, 33469, 1827, 1, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-24 02:34:05', '2024-08-24 02:34:05', '2024-08-24 03:35:04'),
(33946, 1915, 33225, 2018, 1, NULL, 93.00, 93.93, 1, 1, 'manual_sell', '2024-08-24 03:10:28', '2024-08-24 03:10:28', '2024-08-24 04:11:02'),
(33947, 1915, 33226, 941, 1, NULL, 6.00, 12.12, 2, 2, 'manual_sell', '2024-08-24 03:12:26', '2024-08-24 03:12:26', '2024-08-24 04:13:02'),
(33948, 1915, 33227, 1005, 1, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-08-24 03:13:09', '2024-08-24 03:13:09', '2024-08-24 04:14:02'),
(33949, 1915, 33226, 941, 1, NULL, 6.00, 6.06, 2, 1, 'manual_sell', '2024-08-24 05:03:10', '2024-08-24 05:03:10', '2024-08-24 06:04:02'),
(33950, 1876, 33470, 1283, 5, NULL, 106.00, 107.06, 1, 1, 'manual_sell', '2024-08-24 07:53:33', '2024-08-24 07:53:33', '2024-08-24 08:54:02'),
(33951, 1798, 33471, 6004, 5, NULL, 231.00, 233.31, 1, 1, 'manual_sell', '2024-08-24 08:31:15', '2024-08-24 08:31:15', '2024-08-24 09:32:02'),
(33952, 1798, 33472, 2361, 5, NULL, 19.00, 19.19, 1, 1, 'manual_sell', '2024-08-24 08:32:26', '2024-08-24 08:32:26', '2024-08-24 09:33:02'),
(33953, 1798, 33473, 1985, 5, NULL, 139.00, 140.39, 1, 1, 'manual_sell', '2024-08-24 08:34:11', '2024-08-24 08:34:11', '2024-08-24 09:35:03'),
(33954, 1876, 33474, 4659, 5, NULL, 10.00, 10.10, 2, 1, 'manual_sell', '2024-08-24 11:40:03', '2024-08-24 11:40:03', '2024-08-24 12:40:03'),
(33955, 1925, 33475, 1058, 1, 30, 10.07, 10.27, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33956, 1925, 33476, 695, 1, 30, 74.30, 75.79, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33957, 1925, 33477, 2189, 3, 30, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33958, 1925, 33478, 1747, 3, 30, 34.68, 35.37, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33959, 1925, 33479, 4263, 9, 30, 103.99, 106.07, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33960, 1925, 33480, 982, 6, 30, 133.32, 135.99, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33961, 1925, 33481, 5360, 1, 30, 213.05, 217.31, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33962, 1925, 33482, 831, 1, 30, 184.37, 188.06, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33963, 1925, 33483, 1105, 9, 30, 691.95, 705.79, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33964, 1925, 33484, 3925, 3, 30, 154.01, 157.09, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33965, 1925, 33485, 2665, 3, 30, 19.07, 19.45, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33966, 1925, 33486, 653, 1, 30, 21.84, 22.28, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33967, 1925, 33487, 2049, 6, 30, 9.40, 9.59, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33968, 1925, 33488, 494, 9, 30, 16.04, 16.36, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33969, 1925, 33489, 4338, 3, 30, 102.45, 104.50, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33970, 1925, 33490, 5090, 3, 30, 18.71, 19.08, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33971, 1925, 33491, 4824, 9, 30, 21.90, 22.34, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33972, 1925, 33492, 6049, 1, 30, 10.60, 10.81, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33973, 1925, 33493, 4114, 6, 30, 298.70, 304.67, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33974, 1925, 33494, 4709, 3, 30, 51.05, 52.07, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33975, 1925, 33495, 2507, 9, 30, 1174.49, 1197.98, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33976, 1925, 33496, 1862, 9, 30, 53.35, 54.42, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33977, 1925, 33497, 990, 3, 30, 219.84, 224.24, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33978, 1925, 33498, 3378, 9, 30, 364.00, 371.28, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33979, 1925, 33499, 265, 9, 30, 136.50, 139.23, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33980, 1925, 33500, 5750, 3, 30, 8.74, 8.91, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33981, 1925, 33501, 2354, 9, 30, 32.53, 33.18, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33982, 1925, 33502, 934, 1, 30, 13.11, 13.37, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33983, 1925, 33503, 6045, 1, 30, 20.03, 20.43, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33984, 1925, 33504, 1669, 9, 30, 22.05, 22.49, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33985, 1925, 33505, 3481, 3, 30, 16.35, 16.68, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33986, 1925, 33506, 4572, 1, 30, 15.22, 15.52, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33987, 1925, 33507, 4071, 1, 30, 32.23, 32.87, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33988, 1925, 33508, 4522, 1, 30, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33989, 1925, 33509, 445, 9, 30, 1206.95, 1231.09, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33990, 1925, 33510, 2065, 6, 30, 7.59, 7.74, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33991, 1925, 33511, 309, 1, 30, 230.49, 235.10, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33992, 1925, 33512, 2964, 3, 30, 848.00, 864.96, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33993, 1925, 33513, 929, 3, 30, 44.86, 45.76, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33994, 1925, 33514, 4167, 6, 30, 185.35, 189.06, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33995, 1925, 33515, 3033, 9, 30, 127.40, 129.95, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33996, 1925, 33516, 1180, 1, 30, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33997, 1925, 33517, 3571, 6, 30, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33998, 1925, 33518, 5762, 1, 30, 5.65, 5.76, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(33999, 1925, 33519, 5050, 6, 30, 153.00, 156.06, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34000, 1925, 33520, 5126, 9, 30, 218.40, 222.77, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34001, 1925, 33521, 5853, 9, 30, 391.39, 399.22, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34002, 1925, 33522, 5513, 6, 30, 85.04, 86.74, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34003, 1925, 33523, 3700, 1, 30, 204.82, 208.92, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34004, 1925, 33524, 5781, 3, 30, 1190.68, 1214.49, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34005, 1925, 33525, 5410, 3, 30, 624.00, 636.48, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34006, 1925, 33526, 3410, 6, 30, 29.58, 30.17, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34007, 1925, 33527, 1168, 9, 30, 80.80, 82.42, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34008, 1925, 33528, 4341, 3, 30, 5.09, 5.19, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34009, 1925, 33529, 694, 6, 30, 152.64, 155.69, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34010, 1925, 33530, 5129, 9, 30, 253.26, 258.33, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34011, 1925, 33531, 4247, 1, 30, 15.17, 15.47, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34012, 1925, 33532, 2646, 1, 30, 123.71, 126.18, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34013, 1925, 33533, 1609, 6, 30, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34014, 1925, 33534, 2736, 3, 30, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34015, 1925, 33535, 3082, 3, 30, 12.70, 12.95, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:02'),
(34016, 1925, 33536, 1911, 6, 30, 24.43, 24.92, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34017, 1925, 33537, 3860, 9, 30, 25.39, 25.90, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34018, 1925, 33538, 1176, 9, 30, 24.36, 24.85, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34019, 1925, 33539, 599, 6, 30, 1224.00, 1248.48, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34020, 1925, 33540, 5510, 3, 30, 440.99, 449.81, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34021, 1925, 33541, 1447, 9, 30, 39.39, 40.18, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34022, 1925, 33542, 5492, 9, 30, 192.94, 196.80, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34023, 1925, 33543, 5021, 6, 30, 307.01, 313.15, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34024, 1925, 33544, 231, 9, 30, 71.66, 73.09, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34025, 1925, 33545, 1521, 9, 30, 18.55, 18.92, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34026, 1925, 33546, 3896, 1, 30, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34027, 1925, 33547, 530, 9, 30, 13.35, 13.62, 1, 1, 'ai_sell', '2024-08-24 19:25:04', '2024-08-24 19:25:04', '2024-08-24 20:26:03'),
(34028, 1925, 33548, 250, 3, 30, 2438.00, 2486.76, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34029, 1925, 33549, 2082, 3, 30, 14.27, 14.56, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34030, 1925, 33550, 5917, 3, 30, 32.60, 33.25, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34031, 1925, 33551, 3223, 3, 30, 104.69, 106.78, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34032, 1925, 33552, 1539, 9, 30, 13.03, 13.29, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34033, 1925, 33553, 1053, 6, 30, 3.77, 3.85, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34034, 1925, 33554, 816, 1, 30, 5.45, 5.56, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34035, 1925, 33555, 3087, 6, 30, 45.31, 46.22, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34036, 1925, 33556, 1448, 3, 30, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34037, 1925, 33557, 2608, 9, 30, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34038, 1925, 33558, 949, 3, 30, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34039, 1925, 33559, 1818, 1, 30, 1.01, 1.03, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34040, 1925, 33560, 1811, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34041, 1925, 33561, 1894, 9, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-24 19:25:05', '2024-08-24 19:25:05', '2024-08-24 20:26:03'),
(34042, 1850, 33562, 5206, 5, NULL, 50.00, 50.50, 21, 1, 'manual_sell', '2024-08-24 20:03:27', '2024-08-24 20:03:27', '2024-08-24 21:04:02'),
(34043, 1850, 33563, 1071, 5, NULL, 4.41, 4.45, 10, 1, 'manual_sell', '2024-08-24 20:04:00', '2024-08-24 20:04:00', '2024-08-24 21:04:02'),
(34044, 1920, 33564, 1979, 5, NULL, 360.00, 363.60, 1, 1, 'manual_sell', '2024-08-24 20:17:47', '2024-08-24 20:17:47', '2024-08-24 21:18:02'),
(34045, 1920, 33565, 3174, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-08-24 20:18:08', '2024-08-24 20:18:08', '2024-08-24 21:19:02'),
(34046, 1921, 33566, 2073, 5, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-08-24 20:23:41', '2024-08-24 20:23:41', '2024-08-24 21:24:02'),
(34047, 1921, 33567, 1987, 5, NULL, 56.00, 56.56, 1, 1, 'manual_sell', '2024-08-24 20:24:07', '2024-08-24 20:24:07', '2024-08-24 21:25:02'),
(34048, 1886, 33568, 2004, 5, NULL, 87.00, 87.87, 4, 1, 'manual_sell', '2024-08-24 21:11:50', '2024-08-24 21:11:50', '2024-08-24 22:12:02'),
(34049, 1850, 33569, 6102, 9, 32, 31.80, 32.28, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34050, 1850, 33570, 3415, 6, 32, 102.96, 104.50, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34051, 1850, 33571, 4427, 1, 32, 43.45, 44.10, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34052, 1850, 33572, 5732, 6, 32, 9.32, 9.46, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34053, 1850, 33573, 67, 3, 32, 26.00, 26.39, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34054, 1850, 33574, 5780, 9, 32, 561.00, 569.42, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34055, 1850, 33575, 1298, 6, 32, 239.51, 243.10, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34056, 1850, 33576, 5605, 1, 32, 236.90, 240.45, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34057, 1850, 33577, 4435, 6, 32, 16.27, 16.51, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34058, 1850, 33578, 1102, 6, 32, 258.64, 262.52, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34059, 1850, 33579, 2487, 6, 32, 137.80, 139.87, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34060, 1850, 33580, 5629, 3, 32, 16.06, 16.30, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34061, 1850, 33581, 5525, 1, 32, 34.54, 35.06, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34062, 1850, 33582, 4996, 9, 32, 10.29, 10.44, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34063, 1850, 33583, 3276, 1, 32, 206.00, 209.09, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34064, 1850, 33584, 5868, 6, 32, 21.19, 21.51, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34065, 1850, 33585, 5470, 3, 32, 4.42, 4.49, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34066, 1850, 33586, 2127, 1, 32, 2.65, 2.69, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34067, 1850, 33587, 1714, 1, 32, 28.23, 28.65, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34068, 1850, 33588, 5093, 3, 32, 157.03, 159.39, 1, 1, 'ai_sell', '2024-08-24 22:36:02', '2024-08-24 22:36:02', '2024-08-24 23:37:02'),
(34069, 1850, 33589, 6127, 1, 32, 51.00, 51.77, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34070, 1850, 33590, 2372, 1, 32, 9.38, 9.52, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34071, 1850, 33591, 5357, 1, 32, 10.19, 10.34, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34072, 1850, 33592, 2115, 6, 32, 23.10, 23.45, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34073, 1850, 33593, 3505, 9, 32, 61.36, 62.28, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34074, 1850, 33594, 5409, 6, 32, 29.89, 30.34, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34075, 1850, 33595, 2189, 9, 32, 21.20, 21.52, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34076, 1850, 33596, 5733, 9, 32, 5.17, 5.25, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34077, 1850, 33597, 1827, 9, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34078, 1850, 33598, 1811, 6, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-24 22:36:03', '2024-08-24 22:36:03', '2024-08-24 23:37:02'),
(34079, 1850, 33599, 1827, 6, 32, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-24 22:38:03', '2024-08-24 22:38:03', '2024-08-24 23:39:02'),
(34080, 1876, 33600, 4839, 5, NULL, 161.00, 162.61, 1, 1, 'manual_sell', '2024-08-25 00:24:13', '2024-08-25 00:24:13', '2024-08-25 01:25:03'),
(34081, 1876, 33601, 4754, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-25 00:45:12', '2024-08-25 00:45:12', '2024-08-25 01:46:02'),
(34082, 1884, 33602, 271, 1, 31, 1678.95, 1712.53, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34083, 1884, 33603, 5622, 1, 31, 7.64, 7.79, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34084, 1884, 33604, 5415, 3, 31, 53.03, 54.09, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34085, 1884, 33605, 382, 9, 31, 84.42, 86.11, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34086, 1884, 33606, 989, 9, 31, 6441.78, 6570.62, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34087, 1884, 33607, 2509, 9, 31, 29.28, 29.87, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34088, 1884, 33608, 5136, 1, 31, 103.95, 106.03, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34089, 1884, 33609, 1078, 1, 31, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34090, 1884, 33610, 1416, 9, 31, 166.95, 170.29, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34091, 1884, 33611, 949, 6, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34092, 1884, 33612, 2319, 9, 31, 251.89, 256.93, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34093, 1884, 33613, 4050, 1, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34094, 1884, 33614, 4238, 9, 31, 283.50, 289.17, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34095, 1884, 33615, 103, 1, 31, 525.00, 535.50, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34096, 1884, 33616, 5013, 1, 31, 48.22, 49.18, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34097, 1884, 33617, 1314, 1, 31, 150.80, 153.82, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34098, 1884, 33618, 3155, 1, 31, 114.40, 116.69, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34099, 1884, 33619, 375, 6, 31, 193.80, 197.68, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34100, 1884, 33620, 6033, 3, 31, 625.59, 638.10, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34101, 1884, 33621, 843, 6, 31, 466.96, 476.30, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34102, 1884, 33622, 2334, 3, 31, 97.97, 99.93, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34103, 1884, 33623, 5863, 9, 31, 32.54, 33.19, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34104, 1884, 33624, 5030, 9, 31, 164.92, 168.22, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34105, 1884, 33625, 881, 9, 31, 884.00, 901.68, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34106, 1884, 33626, 4271, 6, 31, 136.74, 139.47, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34107, 1884, 33627, 2948, 9, 31, 36.02, 36.74, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34108, 1884, 33628, 3985, 6, 31, 62.71, 63.96, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34109, 1884, 33629, 1998, 9, 31, 14.56, 14.85, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34110, 1884, 33630, 6088, 6, 31, 74.20, 75.68, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34111, 1884, 33631, 3357, 3, 31, 3978.00, 4057.56, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34112, 1884, 33632, 6166, 1, 31, 62.99, 64.25, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34113, 1884, 33633, 2693, 3, 31, 10.29, 10.50, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34114, 1884, 33634, 1706, 1, 31, 30.88, 31.50, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34115, 1884, 33635, 5990, 1, 31, 4.90, 5.00, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34116, 1884, 33636, 2263, 3, 31, 816.20, 832.52, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34117, 1884, 33637, 2775, 9, 31, 93.60, 95.47, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34118, 1884, 33638, 4321, 3, 31, 125.99, 128.51, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34119, 1884, 33639, 639, 3, 31, 4.12, 4.20, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34120, 1884, 33640, 4768, 1, 31, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34121, 1884, 33641, 521, 9, 31, 64.76, 66.06, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34122, 1884, 33642, 60, 6, 31, 7.28, 7.43, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34123, 1884, 33643, 48, 1, 31, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34124, 1884, 33644, 5983, 6, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34125, 1884, 33645, 5666, 1, 31, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34126, 1884, 33646, 5736, 9, 31, 103.01, 105.07, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34127, 1884, 33647, 3059, 3, 31, 41.33, 42.16, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34128, 1884, 33648, 3823, 3, 31, 13025.40, 13285.91, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(34129, 1884, 33649, 1787, 1, 31, 199.79, 203.79, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34130, 1884, 33650, 6070, 9, 31, 15.30, 15.61, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34131, 1884, 33651, 5549, 3, 31, 8.30, 8.47, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34132, 1884, 33652, 5841, 6, 31, 11.07, 11.29, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34133, 1884, 33653, 4920, 1, 31, 32.32, 32.97, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34134, 1884, 33654, 4091, 9, 31, 27.19, 27.73, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34135, 1884, 33655, 2876, 3, 31, 80.79, 82.41, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34136, 1884, 33656, 2583, 9, 31, 7.97, 8.13, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34137, 1884, 33657, 988, 3, 31, 464.60, 473.89, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34138, 1884, 33658, 1915, 6, 31, 69.87, 71.27, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34139, 1884, 33659, 5996, 9, 31, 160.05, 163.25, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34140, 1884, 33660, 729, 3, 31, 11.73, 11.96, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34141, 1884, 33661, 265, 3, 31, 132.60, 135.25, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34142, 1884, 33662, 3883, 1, 31, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34143, 1884, 33663, 2386, 3, 31, 8.40, 8.57, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34144, 1884, 33664, 871, 1, 31, 62.39, 63.64, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34145, 1884, 33665, 1580, 3, 31, 14.95, 15.25, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34146, 1884, 33666, 5074, 6, 31, 23.22, 23.68, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34147, 1884, 33667, 4319, 6, 31, 1907.99, 1946.15, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34148, 1884, 33668, 4685, 1, 31, 16.84, 17.18, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34149, 1884, 33669, 1587, 3, 31, 78.44, 80.01, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34150, 1884, 33670, 4850, 6, 31, 132.87, 135.53, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34151, 1884, 33671, 5360, 3, 31, 213.05, 217.31, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34152, 1884, 33672, 1276, 9, 31, 39.86, 40.66, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34153, 1884, 33673, 932, 6, 31, 14.35, 14.64, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34154, 1884, 33674, 1990, 9, 31, 55.42, 56.53, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:02'),
(34155, 1884, 33675, 52, 9, 31, 17.17, 17.51, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:03'),
(34156, 1884, 33676, 5545, 1, 31, 81.37, 83.00, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:03'),
(34157, 1884, 33677, 788, 3, 31, 36.56, 37.29, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:03'),
(34158, 1884, 33678, 2598, 1, 31, 5663.97, 5777.25, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:03', '2024-08-25 04:47:03'),
(34159, 1884, 33679, 3044, 3, 31, 386.58, 394.31, 1, 1, 'ai_sell', '2024-08-25 03:46:03', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34160, 1884, 33680, 1540, 9, 31, 33.66, 34.33, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34161, 1884, 33681, 4126, 3, 31, 87.96, 89.72, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34162, 1884, 33682, 5992, 9, 31, 83.20, 84.86, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34163, 1884, 33683, 4457, 3, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34164, 1884, 33684, 437, 3, 31, 244.40, 249.29, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34165, 1884, 33685, 5243, 3, 31, 26.50, 27.03, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34166, 1884, 33686, 2031, 9, 31, 558.62, 569.79, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34167, 1884, 33687, 3873, 9, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34168, 1884, 33688, 3658, 9, 31, 14.21, 14.49, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34169, 1884, 33689, 1618, 6, 31, 55.34, 56.45, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34170, 1884, 33690, 4576, 3, 31, 9.07, 9.25, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34171, 1884, 33691, 3103, 6, 31, 142.04, 144.88, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34172, 1884, 33692, 454, 1, 31, 102.49, 104.54, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34173, 1884, 33693, 4194, 1, 31, 54.97, 56.07, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34174, 1884, 33694, 794, 6, 31, 21.56, 21.99, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34175, 1884, 33695, 2072, 6, 31, 19.95, 20.35, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34176, 1884, 33696, 4605, 3, 31, 17.04, 17.38, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34177, 1884, 33697, 3675, 1, 31, 31.61, 32.24, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34178, 1884, 33698, 5392, 3, 31, 33.81, 34.49, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34179, 1884, 33699, 4589, 9, 31, 10.30, 10.51, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34180, 1884, 33700, 1789, 9, 31, 45.76, 46.68, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34181, 1884, 33701, 5789, 3, 31, 309.00, 315.18, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34182, 1884, 33702, 4408, 9, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34183, 1884, 33703, 324, 6, 31, 12.77, 13.03, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34184, 1884, 33704, 4759, 6, 31, 51.93, 52.97, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34185, 1884, 33705, 3051, 1, 31, 74.23, 75.71, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34186, 1884, 33706, 3162, 3, 31, 23.22, 23.68, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34187, 1884, 33707, 587, 9, 31, 9540.00, 9730.80, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34188, 1884, 33708, 4878, 9, 31, 233.41, 238.08, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34189, 1884, 33709, 1077, 6, 31, 166.95, 170.29, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34190, 1884, 33710, 295, 9, 31, 917.99, 936.35, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34191, 1884, 33711, 2789, 3, 31, 41.57, 42.40, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34192, 1884, 33712, 5758, 1, 31, 528.94, 539.52, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34193, 1884, 33713, 5348, 1, 31, 210.93, 215.15, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34194, 1884, 33714, 3935, 9, 31, 89.43, 91.22, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34195, 1884, 33715, 3274, 6, 31, 135.20, 137.90, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34196, 1884, 33716, 5792, 9, 31, 298.70, 304.67, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34197, 1884, 33717, 5938, 3, 31, 499.77, 509.77, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34198, 1884, 33718, 3330, 1, 31, 21.83, 22.27, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34199, 1884, 33719, 3612, 9, 31, 258.44, 263.61, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34200, 1884, 33720, 1042, 6, 31, 18.36, 18.73, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34201, 1884, 33721, 4494, 3, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34202, 1884, 33722, 5699, 3, 31, 15.24, 15.54, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34203, 1884, 33723, 469, 9, 31, 101.00, 103.02, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34204, 1884, 33724, 5665, 6, 31, 51.50, 52.53, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34205, 1884, 33725, 2734, 9, 31, 231.76, 236.40, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34206, 1884, 33726, 4349, 1, 31, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34207, 1884, 33727, 4333, 3, 31, 97.92, 99.88, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34208, 1884, 33728, 3147, 6, 31, 196.05, 199.97, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34209, 1884, 33729, 339, 1, 31, 785.59, 801.30, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34210, 1884, 33730, 4930, 9, 31, 318.11, 324.47, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34211, 1884, 33731, 2855, 3, 31, 3150.00, 3213.00, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34212, 1884, 33732, 5972, 3, 31, 15.74, 16.05, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34213, 1884, 33733, 3381, 3, 31, 53.00, 54.06, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34214, 1884, 33734, 5384, 6, 31, 1041.03, 1061.85, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34215, 1884, 33735, 5427, 1, 31, 36.80, 37.54, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34216, 1884, 33736, 2240, 9, 31, 26.24, 26.76, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34217, 1884, 33737, 5692, 1, 31, 12.24, 12.48, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34218, 1884, 33738, 4046, 9, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34219, 1884, 33739, 4637, 1, 31, 22.21, 22.65, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34220, 1884, 33740, 284, 9, 31, 132.60, 135.25, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34221, 1884, 33741, 4290, 3, 31, 2866.49, 2923.82, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34222, 1884, 33742, 2485, 6, 31, 149.45, 152.44, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34223, 1884, 33743, 1433, 1, 31, 81.17, 82.79, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34224, 1884, 33744, 1129, 1, 31, 2.53, 2.58, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34225, 1884, 33745, 3526, 6, 31, 106.04, 108.16, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34226, 1884, 33746, 1500, 1, 31, 11.65, 11.88, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34227, 1884, 33747, 1349, 9, 31, 189.74, 193.53, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34228, 1884, 33748, 5133, 1, 31, 76.03, 77.55, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34229, 1884, 33749, 1760, 9, 31, 386.58, 394.31, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34230, 1884, 33750, 4599, 1, 31, 31.19, 31.81, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34231, 1884, 33751, 1439, 1, 31, 262.71, 267.96, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34232, 1884, 33752, 5445, 3, 31, 13.51, 13.78, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34233, 1884, 33753, 3445, 9, 31, 8.24, 8.40, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34234, 1884, 33754, 3489, 6, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34235, 1884, 33755, 3000, 3, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34236, 1884, 33756, 5944, 6, 31, 84.80, 86.50, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34237, 1884, 33757, 3663, 3, 31, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34238, 1884, 33758, 2469, 9, 31, 164.97, 168.27, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34239, 1884, 33759, 2620, 6, 31, 33.65, 34.32, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34240, 1884, 33760, 4104, 3, 31, 2.04, 2.08, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34241, 1884, 33761, 5263, 1, 31, 18.01, 18.37, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34242, 1884, 33762, 5987, 1, 31, 21.90, 22.34, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34243, 1884, 33763, 4385, 1, 31, 40.40, 41.21, 1, 1, 'ai_sell', '2024-08-25 03:46:04', '2024-08-25 03:46:04', '2024-08-25 04:47:03'),
(34244, 1884, 33764, 1293, 1, 31, 32.60, 33.25, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34245, 1884, 33765, 1648, 3, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34246, 1884, 33766, 1037, 3, 31, 47.69, 48.64, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34247, 1884, 33767, 2327, 6, 31, 469.34, 478.73, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34248, 1884, 33768, 2757, 6, 31, 211.15, 215.37, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34249, 1884, 33769, 5522, 1, 31, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34250, 1884, 33770, 3558, 9, 31, 11.06, 11.28, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34251, 1884, 33771, 858, 9, 31, 14.38, 14.67, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34252, 1884, 33772, 2204, 3, 31, 57.68, 58.83, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34253, 1884, 33773, 2798, 3, 31, 163.70, 166.97, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34254, 1884, 33774, 4081, 3, 31, 51.49, 52.52, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34255, 1884, 33775, 2297, 6, 31, 4.20, 4.28, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34256, 1884, 33776, 2168, 6, 31, 15.59, 15.90, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34257, 1884, 33777, 2357, 9, 31, 9.99, 10.19, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34258, 1884, 33778, 53, 3, 31, 30.45, 31.06, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34259, 1884, 33779, 2596, 6, 31, 36.02, 36.74, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34260, 1884, 33780, 656, 6, 31, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34261, 1884, 33781, 3722, 9, 31, 2.04, 2.08, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34262, 1884, 33782, 767, 1, 31, 3.09, 3.15, 1, 1, 'ai_sell', '2024-08-25 03:46:05', '2024-08-25 03:46:05', '2024-08-25 04:47:03'),
(34263, 1798, 33783, 5021, 5, NULL, 301.00, 304.01, 1, 1, 'manual_sell', '2024-08-25 10:37:39', '2024-08-25 10:37:39', '2024-08-25 11:38:02'),
(34264, 1798, 33784, 5688, 5, NULL, 95.00, 95.95, 1, 1, 'manual_sell', '2024-08-25 10:38:48', '2024-08-25 10:38:48', '2024-08-25 11:39:03'),
(34265, 1876, 33786, 4706, 5, NULL, 105.00, 106.05, 1, 1, 'manual_sell', '2024-08-25 12:59:45', '2024-08-25 12:59:45', '2024-08-25 14:00:03'),
(34266, 1876, 33788, 3579, 5, NULL, 11.00, 11.11, 2, 1, 'manual_sell', '2024-08-25 13:00:24', '2024-08-25 13:00:24', '2024-08-25 14:01:02'),
(34267, 1925, 33789, 6109, 6, 30, 6.12, 6.24, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34268, 1925, 33790, 4500, 6, 30, 107.05, 109.19, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34269, 1925, 33791, 1376, 1, 30, 13938.00, 14216.76, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34270, 1925, 33792, 3092, 3, 30, 49.40, 50.39, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34271, 1925, 33793, 5239, 1, 30, 32.10, 32.74, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34272, 1925, 33794, 179, 3, 30, 23.10, 23.56, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34273, 1925, 33795, 5449, 9, 30, 1302.90, 1328.96, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34274, 1925, 33796, 3504, 6, 30, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34275, 1925, 33797, 3776, 3, 30, 105.05, 107.15, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34276, 1925, 33798, 4308, 9, 30, 21.62, 22.05, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34277, 1925, 33799, 3235, 1, 30, 177.65, 181.20, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34278, 1925, 33800, 2612, 1, 30, 18.29, 18.66, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34279, 1925, 33801, 765, 3, 30, 1.31, 1.34, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34280, 1925, 33802, 4566, 3, 30, 67.59, 68.94, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34281, 1925, 33803, 2159, 6, 30, 72.10, 73.54, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34282, 1925, 33804, 1707, 6, 30, 16.73, 17.06, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34283, 1925, 33805, 52, 1, 30, 17.85, 18.21, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34284, 1925, 33806, 929, 1, 30, 46.62, 47.55, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34285, 1925, 33807, 2118, 3, 30, 11.11, 11.33, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34286, 1925, 33808, 1844, 3, 30, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34287, 1925, 33809, 4668, 9, 30, 1.47, 1.50, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34288, 1925, 33810, 734, 1, 30, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-25 20:38:02', '2024-08-25 20:38:02', '2024-08-25 21:38:02'),
(34289, 1850, 33811, 2579, 5, NULL, 30.50, 30.80, 36, 1, 'manual_sell', '2024-08-25 21:16:48', '2024-08-25 21:16:48', '2024-08-25 22:17:02'),
(34290, 1850, 33812, 4036, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-25 21:17:21', '2024-08-25 21:17:21', '2024-08-25 22:18:02'),
(34291, 1920, 33813, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-25 21:21:49', '2024-08-25 21:21:49', '2024-08-25 22:22:02'),
(34292, 1920, 33814, 1320, 5, NULL, 72.00, 72.72, 1, 1, 'manual_sell', '2024-08-25 21:22:23', '2024-08-25 21:22:23', '2024-08-25 22:23:02'),
(34293, 1921, 33815, 2391, 5, NULL, 59.00, 59.59, 1, 1, 'manual_sell', '2024-08-25 21:27:37', '2024-08-25 21:27:37', '2024-08-25 22:28:02'),
(34294, 1886, 33816, 368, 5, NULL, 13.00, 13.13, 27, 1, 'manual_sell', '2024-08-25 22:23:38', '2024-08-25 22:23:38', '2024-08-25 23:24:02'),
(34295, 1850, 33817, 4167, 1, 32, 190.75, 193.61, 1, 1, 'ai_sell', '2024-08-25 23:49:02', '2024-08-25 23:49:02', '2024-08-26 00:49:02'),
(34296, 1850, 33818, 3296, 9, 32, 1.15, 1.17, 1, 1, 'ai_sell', '2024-08-25 23:49:02', '2024-08-25 23:49:02', '2024-08-26 00:49:02'),
(34297, 1850, 33819, 496, 9, 32, 137.79, 139.86, 1, 1, 'ai_sell', '2024-08-25 23:49:02', '2024-08-25 23:49:02', '2024-08-26 00:49:02'),
(34298, 1850, 33820, 5118, 1, 32, 332.80, 337.79, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34299, 1850, 33821, 5758, 9, 32, 508.98, 516.61, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34300, 1850, 33822, 5403, 1, 32, 404.77, 410.84, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34301, 1850, 33823, 3148, 1, 32, 22.03, 22.36, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34302, 1850, 33824, 4424, 6, 32, 42.40, 43.04, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34303, 1850, 33825, 5688, 3, 32, 99.70, 101.20, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34304, 1850, 33826, 2879, 3, 32, 62.39, 63.33, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34305, 1850, 33827, 292, 6, 32, 101.30, 102.82, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34306, 1850, 33828, 4827, 6, 32, 17.51, 17.77, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34307, 1850, 33829, 2355, 1, 32, 416.00, 422.24, 1, 1, 'ai_sell', '2024-08-25 23:49:03', '2024-08-25 23:49:03', '2024-08-26 00:50:02'),
(34308, 1850, 33830, 1379, 1, 32, 13.53, 13.73, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34309, 1850, 33831, 4082, 9, 32, 26.24, 26.63, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34310, 1850, 33832, 6114, 9, 32, 4.90, 4.97, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34311, 1850, 33833, 6101, 1, 32, 5.65, 5.73, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34312, 1850, 33834, 1844, 9, 32, 0.32, 0.32, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34313, 1850, 33835, 5905, 6, 32, 2.50, 2.54, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34314, 1850, 33836, 1894, 9, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34315, 1850, 33837, 734, 6, 32, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-25 23:50:04', '2024-08-25 23:50:04', '2024-08-26 00:51:02'),
(34316, 1915, 33785, 3248, 1, NULL, 81.00, 81.81, 1, 1, 'manual_sell', '2024-08-26 01:51:17', '2024-08-26 01:51:17', '2024-08-26 02:52:02'),
(34317, 1915, 33787, 3220, 1, NULL, 36.00, 36.36, 1, 1, 'manual_sell', '2024-08-26 01:52:19', '2024-08-26 01:52:19', '2024-08-26 02:53:02'),
(34318, 1876, 33838, 5514, 5, NULL, 170.00, 171.70, 1, 1, 'manual_sell', '2024-08-26 01:53:26', '2024-08-26 01:53:26', '2024-08-26 02:54:02'),
(34319, 1884, 33839, 4232, 9, 31, 17.49, 17.84, 1, 1, 'ai_sell', '2024-08-26 04:58:02', '2024-08-26 04:58:02', '2024-08-26 05:59:02'),
(34320, 1884, 33840, 1163, 6, 31, 18.53, 18.90, 1, 1, 'ai_sell', '2024-08-26 04:58:02', '2024-08-26 04:58:02', '2024-08-26 05:59:02'),
(34321, 1884, 33841, 4408, 3, 31, 30.90, 31.52, 1, 1, 'ai_sell', '2024-08-26 04:58:02', '2024-08-26 04:58:02', '2024-08-26 05:59:02'),
(34322, 1884, 33842, 5964, 1, 31, 45.86, 46.78, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34323, 1884, 33843, 3719, 1, 31, 71.61, 73.04, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34324, 1884, 33844, 5979, 3, 31, 27.26, 27.81, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34325, 1884, 33845, 4572, 3, 31, 15.82, 16.14, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34326, 1884, 33846, 3233, 9, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34327, 1884, 33847, 2528, 6, 31, 171.70, 175.13, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34328, 1884, 33848, 3038, 1, 31, 2623.95, 2676.43, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34329, 1884, 33849, 3152, 6, 31, 640.88, 653.70, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34330, 1884, 33850, 4198, 9, 31, 19.27, 19.66, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34331, 1884, 33851, 3260, 9, 31, 7.86, 8.02, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34332, 1884, 33852, 1287, 6, 31, 40.49, 41.30, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34333, 1884, 33853, 4992, 6, 31, 12.21, 12.45, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34334, 1884, 33854, 5802, 1, 31, 21.19, 21.61, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34335, 1884, 33855, 1296, 9, 31, 47.70, 48.65, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34336, 1884, 33856, 5230, 9, 31, 4.40, 4.49, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:02'),
(34337, 1884, 33857, 5135, 1, 31, 131.29, 133.92, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34338, 1884, 33858, 1136, 3, 31, 24.70, 25.19, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34339, 1884, 33859, 3598, 1, 31, 1040.00, 1060.80, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34340, 1884, 33860, 1740, 9, 31, 3.06, 3.12, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34341, 1884, 33861, 1946, 3, 31, 4.60, 4.69, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34342, 1884, 33862, 3200, 6, 31, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34343, 1884, 33863, 3173, 1, 31, 212.00, 216.24, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34344, 1884, 33864, 677, 3, 31, 6611.22, 6743.44, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34345, 1884, 33865, 755, 3, 31, 33.98, 34.66, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34346, 1884, 33866, 4942, 3, 31, 606.00, 618.12, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34347, 1884, 33867, 5510, 3, 31, 436.79, 445.53, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34348, 1884, 33868, 5119, 1, 31, 64.65, 65.94, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34349, 1884, 33869, 4636, 6, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34350, 1884, 33870, 3674, 1, 31, 9.53, 9.72, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34351, 1884, 33871, 908, 1, 31, 20.48, 20.89, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34352, 1884, 33872, 3676, 3, 31, 8.56, 8.73, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34353, 1884, 33873, 5929, 9, 31, 3.82, 3.90, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34354, 1884, 33874, 2006, 1, 31, 84.00, 85.68, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34355, 1884, 33875, 1260, 6, 31, 402.60, 410.65, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34356, 1884, 33876, 1593, 6, 31, 35.51, 36.22, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34357, 1884, 33877, 2969, 9, 31, 94.36, 96.25, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34358, 1884, 33878, 3795, 9, 31, 418.95, 427.33, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34359, 1884, 33879, 1250, 3, 31, 12.66, 12.91, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34360, 1884, 33880, 3590, 6, 31, 44.02, 44.90, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34361, 1884, 33881, 5691, 3, 31, 151.98, 155.02, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34362, 1884, 33882, 4107, 3, 31, 9.58, 9.77, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34363, 1884, 33883, 1345, 3, 31, 19.95, 20.35, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34364, 1884, 33884, 321, 6, 31, 78.30, 79.87, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34365, 1884, 33885, 522, 9, 31, 50.79, 51.81, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34366, 1884, 33886, 1915, 6, 31, 72.64, 74.09, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34367, 1884, 33887, 5413, 3, 31, 7523.49, 7673.96, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34368, 1884, 33888, 4587, 1, 31, 26.02, 26.54, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34369, 1884, 33889, 100, 9, 31, 2111.50, 2153.73, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34370, 1884, 33890, 4754, 3, 31, 6.96, 7.10, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34371, 1884, 33891, 3410, 9, 31, 30.45, 31.06, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34372, 1884, 33892, 855, 3, 31, 30.54, 31.15, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34373, 1884, 33893, 2945, 6, 31, 24.56, 25.05, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34374, 1884, 33894, 5604, 1, 31, 195.09, 198.99, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34375, 1884, 33895, 438, 3, 31, 1458.61, 1487.78, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34376, 1884, 33896, 1004, 6, 31, 72.80, 74.26, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34377, 1884, 33897, 2724, 1, 31, 6664.10, 6797.38, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34378, 1884, 33898, 1921, 9, 31, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34379, 1884, 33899, 3804, 6, 31, 235.54, 240.25, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34380, 1884, 33900, 4943, 1, 31, 113.36, 115.63, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34381, 1884, 33901, 4065, 6, 31, 26.31, 26.84, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34382, 1884, 33902, 1693, 3, 31, 8.95, 9.13, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34383, 1884, 33903, 556, 3, 31, 7.14, 7.28, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34384, 1884, 33904, 2255, 9, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34385, 1884, 33905, 506, 9, 31, 54.66, 55.75, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34386, 1884, 33906, 5698, 6, 31, 130.00, 132.60, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34387, 1884, 33907, 1065, 6, 31, 798.00, 813.96, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34388, 1884, 33908, 4294, 3, 31, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34389, 1884, 33909, 3984, 6, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34390, 1884, 33910, 705, 9, 31, 65.28, 66.59, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34391, 1884, 33911, 691, 3, 31, 6.06, 6.18, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34392, 1884, 33912, 4891, 1, 31, 16.18, 16.50, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34393, 1884, 33913, 5928, 9, 31, 4.69, 4.78, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34394, 1884, 33914, 3660, 6, 31, 7.27, 7.42, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34395, 1884, 33915, 576, 1, 31, 39.39, 40.18, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34396, 1884, 33916, 101, 9, 31, 303.95, 310.03, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34397, 1884, 33917, 5779, 9, 31, 26.25, 26.78, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34398, 1884, 33918, 4212, 6, 31, 142.80, 145.66, 1, 1, 'ai_sell', '2024-08-26 04:58:03', '2024-08-26 04:58:03', '2024-08-26 05:59:03'),
(34399, 1884, 33919, 2977, 6, 31, 740.59, 755.40, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34400, 1884, 33920, 5051, 6, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34401, 1884, 33921, 4182, 6, 31, 61.80, 63.04, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34402, 1884, 33922, 3651, 9, 31, 35.62, 36.33, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34403, 1884, 33923, 690, 9, 31, 325.38, 331.89, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34404, 1884, 33924, 4929, 3, 31, 136.50, 139.23, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34405, 1884, 33925, 1708, 6, 31, 49.48, 50.47, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34406, 1884, 33926, 4307, 6, 31, 1030.00, 1050.60, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34407, 1884, 33927, 1414, 1, 31, 21.00, 21.42, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34408, 1884, 33928, 5659, 1, 31, 123.41, 125.88, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34409, 1884, 33929, 2371, 1, 31, 84.26, 85.95, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34410, 1884, 33930, 3824, 9, 31, 104.00, 106.08, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34411, 1884, 33931, 2086, 1, 31, 261.51, 266.74, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34412, 1884, 33932, 5152, 9, 31, 6825.00, 6961.50, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34413, 1884, 33933, 3913, 3, 31, 183.99, 187.67, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34414, 1884, 33934, 4230, 3, 31, 187.94, 191.70, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34415, 1884, 33935, 2118, 3, 31, 10.79, 11.01, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34416, 1884, 33936, 2524, 1, 31, 12.70, 12.95, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34417, 1884, 33937, 664, 6, 31, 10.60, 10.81, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34418, 1884, 33938, 4558, 9, 31, 408.00, 416.16, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34419, 1884, 33939, 692, 6, 31, 8.08, 8.24, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34420, 1884, 33940, 4617, 1, 31, 113.30, 115.57, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34421, 1884, 33941, 5354, 3, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34422, 1884, 33942, 3898, 1, 31, 7038.00, 7178.76, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34423, 1884, 33943, 2001, 3, 31, 14.59, 14.88, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34424, 1884, 33944, 3157, 3, 31, 8.17, 8.33, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34425, 1884, 33945, 4381, 9, 31, 1015.77, 1036.09, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34426, 1884, 33946, 5168, 3, 31, 142.80, 145.66, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34427, 1884, 33947, 248, 1, 31, 997.50, 1017.45, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34428, 1884, 33948, 2931, 6, 31, 585.48, 597.19, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34429, 1884, 33949, 5342, 9, 31, 1059.99, 1081.19, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34430, 1884, 33950, 3116, 1, 31, 9.40, 9.59, 1, 1, 'ai_sell', '2024-08-26 04:58:04', '2024-08-26 04:58:04', '2024-08-26 05:59:03'),
(34431, 1884, 33951, 979, 1, 31, 60.90, 62.12, 1, 1, 'ai_sell', '2024-08-26 04:59:03', '2024-08-26 04:59:03', '2024-08-26 06:00:03'),
(34432, 1884, 33952, 787, 3, 31, 48.59, 49.56, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34433, 1884, 33953, 699, 3, 31, 69.68, 71.07, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34434, 1884, 33954, 2667, 1, 31, 224.82, 229.32, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34435, 1884, 33955, 5746, 3, 31, 73.11, 74.57, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34436, 1884, 33956, 536, 9, 31, 13.15, 13.41, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34437, 1884, 33957, 3703, 1, 31, 22.34, 22.79, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34438, 1884, 33958, 6086, 1, 31, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34439, 1884, 33959, 4647, 1, 31, 84.23, 85.91, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34440, 1884, 33960, 2984, 1, 31, 144.91, 147.81, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34441, 1884, 33961, 5219, 6, 31, 416.00, 424.32, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34442, 1884, 33962, 2511, 9, 31, 116.47, 118.80, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34443, 1884, 33963, 3966, 3, 31, 32.73, 33.38, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34444, 1884, 33964, 3644, 3, 31, 3399.00, 3466.98, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34445, 1884, 33965, 4739, 3, 31, 46.59, 47.52, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34446, 1884, 33966, 496, 6, 31, 133.89, 136.57, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34447, 1884, 33967, 5036, 9, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34448, 1884, 33968, 701, 9, 31, 41.53, 42.36, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34449, 1884, 33969, 634, 9, 31, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34450, 1884, 33970, 3753, 6, 31, 77.24, 78.78, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34451, 1884, 33971, 4114, 6, 31, 307.40, 313.55, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34452, 1884, 33972, 523, 6, 31, 18.87, 19.25, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34453, 1884, 33973, 5901, 1, 31, 41.10, 41.92, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34454, 1884, 33974, 1081, 3, 31, 164.79, 168.09, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34455, 1884, 33975, 4708, 3, 31, 16.29, 16.62, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34456, 1884, 33976, 2495, 9, 31, 36.39, 37.12, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34457, 1884, 33977, 5066, 3, 31, 21.19, 21.61, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34458, 1884, 33978, 2060, 3, 31, 193.77, 197.65, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34459, 1884, 33979, 1793, 6, 31, 3.03, 3.09, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34460, 1884, 33980, 165, 3, 31, 202.33, 206.38, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34461, 1884, 33981, 2803, 3, 31, 848.00, 864.96, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34462, 1884, 33982, 3853, 6, 31, 520.00, 530.40, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34463, 1884, 33983, 3506, 9, 31, 840.00, 856.80, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34464, 1884, 33984, 1263, 9, 31, 92.92, 94.78, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34465, 1884, 33985, 617, 9, 31, 14.70, 14.99, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34466, 1884, 33986, 4469, 6, 31, 1695.99, 1729.91, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34467, 1884, 33987, 5095, 3, 31, 19.07, 19.45, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34468, 1884, 33988, 5415, 1, 31, 52.01, 53.05, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34469, 1884, 33989, 4726, 9, 31, 18.35, 18.72, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34470, 1884, 33990, 5884, 9, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34471, 1884, 33991, 5234, 1, 31, 384.28, 391.97, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34472, 1884, 33992, 3359, 3, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34473, 1884, 33993, 6032, 3, 31, 101.99, 104.03, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34474, 1884, 33994, 1821, 9, 31, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34475, 1884, 33995, 481, 1, 31, 17.64, 17.99, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34476, 1884, 33996, 3682, 9, 31, 4.45, 4.54, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34477, 1884, 33997, 1246, 3, 31, 63.60, 64.87, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34478, 1884, 33998, 5868, 6, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34479, 1884, 33999, 4769, 6, 31, 28.08, 28.64, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34480, 1884, 34000, 1542, 1, 31, 168.30, 171.67, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34481, 1884, 34001, 5724, 6, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34482, 1884, 34002, 4387, 6, 31, 4.80, 4.90, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34483, 1884, 34003, 4951, 6, 31, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34484, 1884, 34004, 571, 1, 31, 18.18, 18.54, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34485, 1884, 34005, 3427, 6, 31, 288.97, 294.75, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34486, 1884, 34006, 199, 6, 31, 5.87, 5.99, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34487, 1884, 34007, 1346, 9, 31, 31.55, 32.18, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34488, 1884, 34008, 5800, 1, 31, 1632.00, 1664.64, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34489, 1884, 34009, 66, 9, 31, 41.34, 42.17, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34490, 1884, 34010, 5641, 9, 31, 45.90, 46.82, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34491, 1884, 34011, 4799, 9, 31, 53.03, 54.09, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34492, 1884, 34012, 4619, 6, 31, 14.30, 14.59, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34493, 1884, 34013, 5967, 9, 31, 25.71, 26.22, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34494, 1884, 34014, 1807, 3, 31, 82.16, 83.80, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34495, 1884, 34015, 3414, 9, 31, 65.65, 66.96, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34496, 1884, 34016, 379, 9, 31, 7.35, 7.50, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34497, 1884, 34017, 3572, 1, 31, 32.41, 33.06, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34498, 1884, 34018, 937, 1, 31, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34499, 1884, 34019, 1844, 3, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34500, 1884, 34020, 5704, 6, 31, 2.64, 2.69, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(34501, 1884, 34021, 1662, 6, 31, 0.90, 0.92, 1, 1, 'ai_sell', '2024-08-26 04:59:04', '2024-08-26 04:59:04', '2024-08-26 06:00:03'),
(34502, 1798, 34022, 5853, 5, NULL, 380.00, 383.80, 1, 1, 'manual_sell', '2024-08-26 11:50:53', '2024-08-26 11:50:53', '2024-08-26 12:51:02'),
(34503, 1798, 34023, 6084, 5, NULL, 11.00, 11.11, 2, 1, 'manual_sell', '2024-08-26 11:52:11', '2024-08-26 11:52:11', '2024-08-26 12:53:02'),
(34504, 1876, 34024, 249, 5, NULL, 32.00, 32.32, 4, 1, 'manual_sell', '2024-08-26 15:22:11', '2024-08-26 15:22:11', '2024-08-26 16:23:02'),
(34505, 1925, 34025, 3292, 1, 30, 11.13, 11.35, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34506, 1925, 34026, 5350, 1, 30, 319.05, 325.43, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34507, 1925, 34027, 5161, 6, 30, 34.64, 35.33, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34508, 1925, 34028, 4582, 6, 30, 15.45, 15.76, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34509, 1925, 34029, 3215, 6, 30, 9.35, 9.54, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34510, 1925, 34030, 1319, 3, 30, 945.00, 963.90, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34511, 1925, 34031, 555, 3, 30, 13301.60, 13567.63, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34512, 1925, 34032, 2817, 9, 30, 188.23, 191.99, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34513, 1925, 34033, 4663, 9, 30, 8.87, 9.05, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34514, 1925, 34034, 3479, 9, 30, 45.87, 46.79, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34515, 1925, 34035, 3857, 1, 30, 41.39, 42.22, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34516, 1925, 34036, 4897, 9, 30, 10.70, 10.91, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34517, 1925, 34037, 4355, 1, 30, 40.80, 41.62, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34518, 1925, 34038, 1820, 6, 30, 47.25, 48.20, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34519, 1925, 34039, 3145, 6, 30, 171.35, 174.78, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34520, 1925, 34040, 4630, 9, 30, 101.00, 103.02, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34521, 1925, 34041, 3614, 9, 30, 252.00, 257.04, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34522, 1925, 34042, 1510, 3, 30, 81.90, 83.54, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34523, 1925, 34043, 5497, 6, 30, 596.64, 608.57, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34524, 1925, 34044, 2157, 1, 30, 18.38, 18.75, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34525, 1925, 34045, 6129, 9, 30, 8.94, 9.12, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34526, 1925, 34046, 5259, 6, 30, 31.19, 31.81, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34527, 1925, 34047, 1377, 1, 30, 12.71, 12.96, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34528, 1925, 34048, 379, 3, 30, 7.42, 7.57, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34529, 1925, 34049, 1818, 1, 30, 1.03, 1.05, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34530, 1925, 34050, 5243, 6, 30, 26.25, 26.78, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34531, 1925, 34051, 3190, 3, 30, 11.10, 11.32, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34532, 1925, 34052, 5471, 9, 30, 4.15, 4.23, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34533, 1925, 34053, 734, 9, 30, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34534, 1925, 34054, 3296, 9, 30, 1.14, 1.16, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34535, 1925, 34055, 1894, 6, 30, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34536, 1925, 34056, 949, 6, 30, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:02'),
(34537, 1925, 34057, 1827, 9, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-26 21:48:03', '2024-08-26 21:48:03', '2024-08-26 22:49:03'),
(34538, 1920, 34059, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-26 22:26:06', '2024-08-26 22:26:06', '2024-08-26 23:27:02'),
(34539, 1920, 34060, 3179, 5, NULL, 76.00, 76.76, 1, 1, 'manual_sell', '2024-08-26 22:26:29', '2024-08-26 22:26:29', '2024-08-26 23:27:02'),
(34540, 1921, 34062, 1659, 5, NULL, 60.00, 60.60, 1, 1, 'manual_sell', '2024-08-26 22:31:00', '2024-08-26 22:31:00', '2024-08-26 23:31:02'),
(34541, 1850, 34058, 452, 5, NULL, 526.00, 531.26, 2, 1, 'manual_sell', '2024-08-26 22:31:46', '2024-08-26 22:31:46', '2024-08-26 23:32:02'),
(34542, 1850, 34061, 1767, 5, NULL, 4.10, 4.14, 3, 1, 'manual_sell', '2024-08-26 22:32:28', '2024-08-26 22:32:28', '2024-08-26 23:33:02'),
(34543, 1850, 34064, 4462, 9, 32, 20.18, 20.48, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34544, 1850, 34065, 2068, 1, 32, 765.00, 776.48, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34545, 1850, 34066, 5977, 1, 32, 18.89, 19.17, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34546, 1850, 34067, 4853, 6, 32, 11.08, 11.25, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34547, 1850, 34068, 4640, 9, 32, 7.21, 7.32, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34548, 1850, 34069, 5102, 9, 32, 5.19, 5.27, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34549, 1850, 34070, 4062, 3, 32, 22.66, 23.00, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34550, 1850, 34071, 1510, 9, 32, 78.78, 79.96, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34551, 1850, 34072, 1857, 6, 32, 204.00, 207.06, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34552, 1850, 34073, 4538, 3, 32, 953.99, 968.30, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34553, 1850, 34074, 1694, 1, 32, 14.50, 14.72, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34554, 1850, 34075, 3310, 9, 32, 7.17, 7.28, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34555, 1850, 34076, 53, 6, 32, 29.58, 30.02, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34556, 1850, 34077, 2829, 9, 32, 10.80, 10.96, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34557, 1850, 34078, 2556, 9, 32, 25.49, 25.87, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34558, 1850, 34079, 2292, 3, 32, 202.98, 206.02, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34559, 1850, 34080, 3502, 1, 32, 9.18, 9.32, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34560, 1850, 34081, 1377, 9, 32, 12.35, 12.54, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34561, 1850, 34082, 5074, 1, 32, 23.22, 23.57, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34562, 1850, 34083, 3460, 6, 32, 3.64, 3.69, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34563, 1850, 34084, 1719, 6, 32, 1.10, 1.12, 1, 1, 'ai_sell', '2024-08-27 01:01:03', '2024-08-27 01:01:03', '2024-08-27 02:02:02'),
(34564, 1886, 34063, 3065, 5, NULL, 5.00, 5.05, 71, 1, 'manual_sell', '2024-08-27 01:37:34', '2024-08-27 01:37:34', '2024-08-27 02:38:01'),
(34565, 1876, 34085, 2528, 5, NULL, 171.00, 172.71, 1, 1, 'manual_sell', '2024-08-27 04:00:02', '2024-08-27 04:00:02', '2024-08-27 05:00:03'),
(34566, 1884, 34086, 233, 9, 31, 3.12, 3.18, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34567, 1884, 34087, 257, 1, 31, 176.80, 180.34, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34568, 1884, 34088, 3429, 9, 31, 28.55, 29.12, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34569, 1884, 34089, 4383, 6, 31, 12.24, 12.48, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34570, 1884, 34090, 843, 1, 31, 471.45, 480.88, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34571, 1884, 34091, 1470, 1, 31, 35921.60, 36640.03, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34572, 1884, 34092, 383, 6, 31, 10.63, 10.84, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34573, 1884, 34093, 363, 9, 31, 41.29, 42.12, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34574, 1884, 34094, 5639, 1, 31, 4.94, 5.04, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34575, 1884, 34095, 5281, 1, 31, 165.99, 169.31, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34576, 1884, 34096, 2809, 9, 31, 36.81, 37.55, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34577, 1884, 34097, 1734, 6, 31, 72.79, 74.25, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34578, 1884, 34098, 619, 3, 31, 4.12, 4.20, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34579, 1884, 34099, 5648, 3, 31, 7924.56, 8083.05, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:01'),
(34580, 1884, 34100, 1020, 1, 31, 6.32, 6.45, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34581, 1884, 34101, 3947, 6, 31, 313.09, 319.35, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34582, 1884, 34102, 3616, 6, 31, 164.30, 167.59, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34583, 1884, 34103, 1148, 6, 31, 1611.75, 1643.99, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34584, 1884, 34104, 6129, 1, 31, 8.77, 8.95, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34585, 1884, 34105, 1904, 3, 31, 10.60, 10.81, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34586, 1884, 34106, 1348, 6, 31, 8.11, 8.27, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34587, 1884, 34107, 5155, 6, 31, 46.34, 47.27, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34588, 1884, 34108, 3814, 1, 31, 103.51, 105.58, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34589, 1884, 34109, 5482, 3, 31, 42.39, 43.24, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34590, 1884, 34110, 701, 6, 31, 40.34, 41.15, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34591, 1884, 34111, 3486, 3, 31, 6.88, 7.02, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34592, 1884, 34112, 1807, 9, 31, 82.16, 83.80, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34593, 1884, 34113, 4828, 9, 31, 39.04, 39.82, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34594, 1884, 34114, 3505, 6, 31, 61.95, 63.19, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34595, 1884, 34115, 4009, 6, 31, 1050.62, 1071.63, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34596, 1884, 34116, 1613, 3, 31, 164.69, 167.98, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34597, 1884, 34117, 2215, 1, 31, 42.42, 43.27, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34598, 1884, 34118, 4194, 3, 31, 55.52, 56.63, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34599, 1884, 34119, 1380, 9, 31, 15119.70, 15422.09, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34600, 1884, 34120, 6124, 9, 31, 41.33, 42.16, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34601, 1884, 34121, 5589, 3, 31, 156.45, 159.58, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34602, 1884, 34122, 5668, 3, 31, 326.40, 332.93, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34603, 1884, 34123, 4046, 9, 31, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34604, 1884, 34124, 5548, 9, 31, 33.26, 33.93, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34605, 1884, 34125, 4638, 1, 31, 76.64, 78.17, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34606, 1884, 34126, 4501, 9, 31, 306.64, 312.77, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34607, 1884, 34127, 3621, 3, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34608, 1884, 34128, 1016, 1, 31, 133.55, 136.22, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34609, 1884, 34129, 455, 1, 31, 551.25, 562.28, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34610, 1884, 34130, 513, 1, 31, 4729.33, 4823.92, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34611, 1884, 34131, 2476, 3, 31, 157.62, 160.77, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34612, 1884, 34132, 3688, 6, 31, 57.65, 58.80, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34613, 1884, 34133, 2674, 9, 31, 782.08, 797.72, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34614, 1884, 34134, 5053, 6, 31, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34615, 1884, 34135, 5590, 6, 31, 56.09, 57.21, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34616, 1884, 34136, 3495, 6, 31, 15.59, 15.90, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34617, 1884, 34137, 3852, 6, 31, 5.24, 5.34, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34618, 1884, 34138, 5751, 9, 31, 4.23, 4.31, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34619, 1884, 34139, 6104, 6, 31, 1.46, 1.49, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34620, 1884, 34140, 1844, 3, 31, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34621, 1884, 34141, 1811, 9, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34622, 1884, 34142, 803, 1, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34623, 1884, 34143, 1827, 9, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-27 06:10:04', '2024-08-27 06:10:04', '2024-08-27 07:11:02'),
(34624, 1884, 34144, 1827, 1, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-27 06:12:03', '2024-08-27 06:12:03', '2024-08-27 07:13:02'),
(34625, 1915, 34149, 3258, 1, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-08-27 09:23:34', '2024-08-27 09:23:34', '2024-08-27 10:24:02'),
(34626, 1915, 34150, 4596, 1, NULL, 28.00, 28.28, 1, 1, 'manual_sell', '2024-08-27 09:25:08', '2024-08-27 09:25:08', '2024-08-27 10:26:02'),
(34627, 1798, 34151, 4208, 5, NULL, 401.00, 405.01, 1, 1, 'manual_sell', '2024-08-27 13:01:20', '2024-08-27 13:01:20', '2024-08-27 14:02:02'),
(34628, 1798, 34152, 3820, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-08-27 13:02:00', '2024-08-27 13:02:00', '2024-08-27 14:02:02'),
(34629, 1876, 34153, 1878, 5, NULL, 26.00, 26.26, 5, 1, 'manual_sell', '2024-08-27 16:46:06', '2024-08-27 16:46:06', '2024-08-27 17:47:02'),
(34630, 1925, 34154, 4157, 6, 30, 86.85, 88.59, 1, 1, 'ai_sell', '2024-08-27 23:00:03', '2024-08-27 23:00:03', '2024-08-28 00:00:03'),
(34631, 1925, 34155, 5303, 9, 30, 175.10, 178.60, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34632, 1925, 34156, 1282, 9, 30, 532.22, 542.86, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34633, 1925, 34157, 848, 1, 30, 84.00, 85.68, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34634, 1925, 34158, 2522, 1, 30, 13.13, 13.39, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34635, 1925, 34159, 4525, 3, 30, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34636, 1925, 34160, 4363, 3, 30, 234.60, 239.29, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34637, 1925, 34161, 5810, 6, 30, 128.62, 131.19, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34638, 1925, 34162, 5812, 1, 30, 1.55, 1.58, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34639, 1925, 34163, 4003, 3, 30, 199.49, 203.48, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34640, 1925, 34164, 2702, 9, 30, 1054.19, 1075.27, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34641, 1925, 34165, 2034, 9, 30, 72.08, 73.52, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34642, 1925, 34166, 502, 1, 30, 56.65, 57.78, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34643, 1925, 34167, 3467, 3, 30, 13.25, 13.52, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34644, 1925, 34168, 3928, 9, 30, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34645, 1925, 34169, 3379, 3, 30, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34646, 1925, 34170, 3002, 9, 30, 848.00, 864.96, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34647, 1925, 34171, 2565, 6, 30, 84.55, 86.24, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34648, 1925, 34172, 6159, 1, 30, 31.41, 32.04, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34649, 1925, 34173, 1387, 1, 30, 31.29, 31.92, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34650, 1925, 34174, 3081, 9, 30, 9.36, 9.55, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34651, 1925, 34175, 5581, 9, 30, 30.90, 31.52, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34652, 1925, 34176, 3720, 9, 30, 8.23, 8.39, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34653, 1925, 34177, 5990, 1, 30, 4.95, 5.05, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34654, 1925, 34178, 1088, 9, 30, 51.14, 52.16, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34655, 1925, 34179, 1339, 6, 30, 31.50, 32.13, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34656, 1925, 34180, 525, 6, 30, 369.98, 377.38, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34657, 1925, 34181, 2704, 9, 30, 16.63, 16.96, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34658, 1925, 34182, 1563, 1, 30, 24.23, 24.71, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34659, 1925, 34183, 2190, 6, 30, 7.34, 7.49, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34660, 1925, 34184, 1795, 3, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34661, 1925, 34185, 5917, 1, 30, 31.37, 32.00, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34662, 1925, 34186, 211, 1, 30, 9.38, 9.57, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34663, 1925, 34187, 2157, 3, 30, 18.02, 18.38, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34664, 1925, 34188, 2746, 1, 30, 43.25, 44.12, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34665, 1925, 34189, 5964, 6, 30, 45.41, 46.32, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34666, 1925, 34190, 583, 9, 30, 10.40, 10.61, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34667, 1925, 34191, 2904, 1, 30, 9.22, 9.40, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34668, 1925, 34192, 148, 9, 30, 10.54, 10.75, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34669, 1925, 34193, 112, 6, 30, 12.30, 12.55, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34670, 1925, 34194, 2582, 9, 30, 70.70, 72.11, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34671, 1925, 34195, 4206, 6, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34672, 1925, 34196, 1192, 3, 30, 52.95, 54.01, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34673, 1925, 34197, 1546, 6, 30, 51.94, 52.98, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34674, 1925, 34198, 1462, 1, 30, 20.33, 20.74, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:02'),
(34675, 1925, 34199, 1108, 3, 30, 7.06, 7.20, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34676, 1925, 34200, 2116, 3, 30, 32.39, 33.04, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34677, 1925, 34201, 2633, 6, 30, 22.83, 23.29, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34678, 1925, 34202, 4257, 9, 30, 9.54, 9.73, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34679, 1925, 34203, 1634, 3, 30, 1434.20, 1462.88, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34680, 1925, 34204, 2319, 1, 30, 254.33, 259.42, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34681, 1925, 34205, 1831, 6, 30, 104.00, 106.08, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34682, 1925, 34206, 734, 3, 30, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34683, 1925, 34207, 2768, 1, 30, 3003.00, 3063.06, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34684, 1925, 34208, 3788, 6, 30, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34685, 1925, 34209, 4472, 9, 30, 292.95, 298.81, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34686, 1925, 34210, 589, 9, 30, 42.64, 43.49, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34687, 1925, 34211, 5814, 9, 30, 357.00, 364.14, 1, 1, 'ai_sell', '2024-08-27 23:00:04', '2024-08-27 23:00:04', '2024-08-28 00:01:03'),
(34688, 1925, 34212, 4193, 9, 30, 1802.49, 1838.54, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34689, 1925, 34213, 4515, 3, 30, 55.07, 56.17, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34690, 1925, 34214, 4849, 6, 30, 99.17, 101.15, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34691, 1925, 34215, 5888, 6, 30, 2397.00, 2444.94, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34692, 1925, 34216, 3844, 3, 30, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34693, 1925, 34217, 5867, 3, 30, 31.29, 31.92, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34694, 1925, 34218, 5131, 1, 30, 340.13, 346.93, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34695, 1925, 34219, 2447, 9, 30, 180.24, 183.84, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34696, 1925, 34220, 327, 3, 30, 132.88, 135.54, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34697, 1925, 34221, 1805, 3, 30, 8.55, 8.72, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34698, 1925, 34222, 3403, 3, 30, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34699, 1925, 34223, 2756, 6, 30, 232.29, 236.94, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34700, 1925, 34224, 6094, 6, 30, 23.82, 24.30, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34701, 1925, 34225, 1629, 1, 30, 10.56, 10.77, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34702, 1925, 34226, 5989, 6, 30, 38.98, 39.76, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34703, 1925, 34227, 1987, 3, 30, 55.96, 57.08, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34704, 1925, 34228, 2695, 9, 30, 11.21, 11.43, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34705, 1925, 34229, 357, 1, 30, 46.59, 47.52, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34706, 1925, 34230, 4314, 3, 30, 4.89, 4.99, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34707, 1925, 34231, 534, 1, 30, 51.60, 52.63, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34708, 1925, 34232, 2095, 6, 30, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34709, 1925, 34233, 1779, 9, 30, 38.11, 38.87, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34710, 1925, 34234, 5995, 3, 30, 206.78, 210.92, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34711, 1925, 34235, 4826, 9, 30, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34712, 1925, 34236, 5425, 6, 30, 7.30, 7.45, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34713, 1925, 34237, 3981, 9, 30, 5.34, 5.45, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34714, 1925, 34238, 1652, 3, 30, 14.03, 14.31, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34715, 1925, 34239, 3445, 1, 30, 8.16, 8.32, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34716, 1925, 34240, 552, 9, 30, 12.72, 12.97, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34717, 1925, 34241, 5482, 3, 30, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34718, 1925, 34242, 846, 6, 30, 292.97, 298.83, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34719, 1925, 34243, 4585, 3, 30, 83.20, 84.86, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34720, 1925, 34244, 3348, 1, 30, 10.10, 10.30, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34721, 1925, 34245, 4710, 3, 30, 18.36, 18.73, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34722, 1925, 34246, 952, 1, 30, 5.51, 5.62, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34723, 1925, 34247, 1671, 9, 30, 80.79, 82.41, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34724, 1925, 34248, 2651, 6, 30, 16.47, 16.80, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34725, 1925, 34249, 4659, 9, 30, 10.27, 10.48, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34726, 1925, 34250, 4853, 6, 30, 11.18, 11.40, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34727, 1925, 34251, 5378, 9, 30, 3.13, 3.19, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34728, 1925, 34252, 756, 3, 30, 0.45, 0.46, 1, 1, 'ai_sell', '2024-08-27 23:00:05', '2024-08-27 23:00:05', '2024-08-28 00:01:03'),
(34729, 1920, 34253, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-27 23:30:02', '2024-08-27 23:30:02', '2024-08-28 00:30:03'),
(34730, 1920, 34254, 3818, 5, NULL, 80.00, 80.80, 1, 1, 'manual_sell', '2024-08-27 23:30:56', '2024-08-27 23:30:56', '2024-08-28 00:31:02'),
(34731, 1921, 34255, 4889, 5, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-08-27 23:33:59', '2024-08-27 23:33:59', '2024-08-28 00:34:02'),
(34732, 1850, 34256, 1248, 5, NULL, 28.00, 28.28, 37, 1, 'manual_sell', '2024-08-27 23:40:21', '2024-08-27 23:40:21', '2024-08-28 00:41:02'),
(34733, 1850, 34257, 373, 5, NULL, 13.00, 13.13, 3, 1, 'manual_sell', '2024-08-27 23:42:14', '2024-08-27 23:42:14', '2024-08-28 00:43:02'),
(34734, 1850, 34258, 5938, 9, 32, 504.58, 512.15, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34735, 1850, 34259, 5894, 1, 32, 12.83, 13.02, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34736, 1850, 34260, 2935, 1, 32, 26.73, 27.13, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34737, 1850, 34261, 274, 1, 32, 336.32, 341.36, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34738, 1850, 34262, 2611, 6, 32, 9.87, 10.02, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34739, 1850, 34263, 1827, 6, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34740, 1850, 34264, 931, 1, 32, 51.91, 52.69, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34741, 1850, 34265, 3001, 6, 32, 83.43, 84.68, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34742, 1850, 34266, 4164, 1, 32, 1356.79, 1377.14, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34743, 1850, 34267, 5759, 3, 32, 3.84, 3.90, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34744, 1850, 34268, 4118, 3, 32, 11.43, 11.60, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34745, 1850, 34269, 929, 6, 32, 45.30, 45.98, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34746, 1850, 34270, 1575, 3, 32, 2.52, 2.56, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34747, 1850, 34271, 5806, 6, 32, 15.59, 15.82, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34748, 1850, 34272, 803, 9, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34749, 1850, 34273, 1469, 9, 32, 1.26, 1.28, 1, 1, 'ai_sell', '2024-08-28 02:12:02', '2024-08-28 02:12:02', '2024-08-28 03:12:02'),
(34750, 1850, 34274, 756, 9, 32, 0.47, 0.48, 1, 1, 'ai_sell', '2024-08-28 02:12:03', '2024-08-28 02:12:03', '2024-08-28 03:13:02'),
(34751, 1850, 34275, 1894, 9, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-28 02:12:03', '2024-08-28 02:12:03', '2024-08-28 03:13:02'),
(34752, 1886, 34278, 3215, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-08-28 06:23:50', '2024-08-28 06:23:50', '2024-08-28 07:53:03'),
(34753, 1886, 34277, 1084, 5, NULL, 10.00, 10.10, 5, 1, 'manual_sell', '2024-08-28 06:24:18', '2024-08-28 06:24:18', '2024-08-28 07:53:03'),
(34754, 1886, 34276, 116, 5, NULL, 100.00, 101.00, 3, 1, 'manual_sell', '2024-08-28 06:24:45', '2024-08-28 06:24:45', '2024-08-28 07:53:03'),
(34755, 1884, 34279, 1075, 1, 31, 226.24, 230.76, 1, 1, 'ai_sell', '2024-08-28 07:53:03', '2024-08-28 07:53:03', '2024-08-28 08:54:02'),
(34756, 1884, 34280, 5098, 9, 31, 26.24, 26.76, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34757, 1884, 34281, 2587, 3, 31, 51.96, 53.00, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34758, 1884, 34282, 1954, 6, 31, 11.43, 11.66, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34759, 1884, 34283, 5827, 3, 31, 39.80, 40.60, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34760, 1884, 34284, 3822, 9, 31, 18.89, 19.27, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34761, 1884, 34285, 4293, 1, 31, 204.15, 208.23, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34762, 1884, 34286, 2368, 9, 31, 2958.00, 3017.16, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34763, 1884, 34287, 159, 1, 31, 37.56, 38.31, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34764, 1884, 34288, 5337, 3, 31, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34765, 1884, 34289, 1641, 6, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34766, 1884, 34290, 1592, 9, 31, 727.20, 741.74, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34767, 1884, 34291, 295, 6, 31, 926.99, 945.53, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34768, 1884, 34292, 3964, 3, 31, 47.83, 48.79, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34769, 1884, 34293, 2293, 6, 31, 806.40, 822.53, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34770, 1884, 34294, 2956, 9, 31, 540.60, 551.41, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34771, 1884, 34295, 227, 6, 31, 10.80, 11.02, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34772, 1884, 34296, 3203, 1, 31, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34773, 1884, 34297, 4906, 6, 31, 3.08, 3.14, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34774, 1884, 34298, 1840, 6, 31, 15225.00, 15529.50, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34775, 1884, 34299, 5920, 6, 31, 33.91, 34.59, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34776, 1884, 34300, 1495, 3, 31, 19.95, 20.35, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34777, 1884, 34301, 362, 9, 31, 237.26, 242.01, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34778, 1884, 34302, 4239, 9, 31, 42.86, 43.72, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34779, 1884, 34303, 516, 9, 31, 8031.07, 8191.69, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34780, 1884, 34304, 1334, 6, 31, 5.76, 5.88, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34781, 1884, 34305, 4924, 3, 31, 158.53, 161.70, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34782, 1884, 34306, 715, 1, 31, 40.24, 41.04, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34783, 1884, 34307, 1317, 3, 31, 15.20, 15.50, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34784, 1884, 34308, 2263, 1, 31, 785.40, 801.11, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34785, 1884, 34309, 1746, 3, 31, 180.79, 184.41, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34786, 1884, 34310, 2522, 1, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34787, 1884, 34311, 2877, 1, 31, 211.99, 216.23, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34788, 1884, 34312, 4629, 9, 31, 8056.00, 8217.12, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34789, 1884, 34313, 4178, 6, 31, 22.97, 23.43, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34790, 1884, 34314, 6047, 3, 31, 14.27, 14.56, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34791, 1884, 34315, 3617, 3, 31, 384.33, 392.02, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34792, 1884, 34316, 2631, 6, 31, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34793, 1884, 34317, 4587, 9, 31, 26.53, 27.06, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34794, 1884, 34318, 324, 9, 31, 12.65, 12.90, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34795, 1884, 34319, 807, 3, 31, 34.67, 35.36, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34796, 1884, 34320, 3965, 3, 31, 42.22, 43.06, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:02'),
(34797, 1884, 34321, 4363, 1, 31, 239.20, 243.98, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34798, 1884, 34322, 3095, 3, 31, 366.76, 374.10, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34799, 1884, 34323, 5612, 1, 31, 1021.00, 1041.42, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34800, 1884, 34324, 550, 6, 31, 13390.00, 13657.80, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34801, 1884, 34325, 4192, 9, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34802, 1884, 34326, 3532, 6, 31, 8.33, 8.50, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34803, 1884, 34327, 3912, 1, 31, 25.19, 25.69, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34804, 1884, 34328, 176, 9, 31, 224.39, 228.88, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34805, 1884, 34329, 1969, 3, 31, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34806, 1884, 34330, 5355, 9, 31, 3929.89, 4008.49, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34807, 1884, 34331, 570, 1, 31, 972.63, 992.08, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34808, 1884, 34332, 5393, 9, 31, 53.33, 54.40, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34809, 1884, 34333, 4592, 6, 31, 169.60, 172.99, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34810, 1884, 34334, 1568, 3, 31, 119.21, 121.59, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34811, 1884, 34335, 4935, 3, 31, 7.23, 7.37, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34812, 1884, 34336, 2557, 6, 31, 4.34, 4.43, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34813, 1884, 34337, 2417, 9, 31, 94.86, 96.76, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34814, 1884, 34338, 4324, 3, 31, 25.25, 25.76, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34815, 1884, 34339, 4979, 6, 31, 4.62, 4.71, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34816, 1884, 34340, 630, 3, 31, 7694.18, 7848.06, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34817, 1884, 34341, 5347, 1, 31, 6.17, 6.29, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34818, 1884, 34342, 994, 9, 31, 36.28, 37.01, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34819, 1884, 34343, 3886, 6, 31, 595.29, 607.20, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34820, 1884, 34344, 995, 9, 31, 109.67, 111.86, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34821, 1884, 34345, 1330, 6, 31, 73.97, 75.45, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34822, 1884, 34346, 4131, 3, 31, 94.50, 96.39, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34823, 1884, 34347, 3070, 6, 31, 315.00, 321.30, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34824, 1884, 34348, 3641, 6, 31, 458.34, 467.51, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34825, 1884, 34349, 2695, 3, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34826, 1884, 34350, 3578, 6, 31, 16.05, 16.37, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34827, 1884, 34351, 5485, 9, 31, 356.26, 363.39, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34828, 1884, 34352, 5806, 9, 31, 15.14, 15.44, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34829, 1884, 34353, 824, 9, 31, 24.42, 24.91, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34830, 1884, 34354, 2754, 1, 31, 225.68, 230.19, 1, 1, 'ai_sell', '2024-08-28 07:53:04', '2024-08-28 07:53:04', '2024-08-28 08:54:03'),
(34831, 1884, 34355, 167, 1, 31, 26.60, 27.13, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34832, 1884, 34356, 835, 6, 31, 23.06, 23.52, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34833, 1884, 34357, 5751, 3, 31, 4.44, 4.53, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34834, 1884, 34358, 3445, 3, 31, 8.24, 8.40, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34835, 1884, 34359, 3280, 6, 31, 151.50, 154.53, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34836, 1884, 34360, 2132, 9, 31, 102.98, 105.04, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34837, 1884, 34361, 5444, 9, 31, 3.66, 3.73, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34838, 1884, 34362, 6049, 6, 31, 10.20, 10.40, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34839, 1884, 34363, 2313, 6, 31, 30.60, 31.21, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34840, 1884, 34364, 4375, 3, 31, 84.00, 85.68, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34841, 1884, 34365, 619, 3, 31, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34842, 1884, 34366, 6121, 1, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34843, 1884, 34367, 4147, 3, 31, 105.99, 108.11, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34844, 1884, 34368, 5435, 9, 31, 8.21, 8.37, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34845, 1884, 34369, 1355, 6, 31, 17.17, 17.51, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34846, 1884, 34370, 1940, 6, 31, 80.56, 82.17, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34847, 1884, 34371, 4473, 1, 31, 222.20, 226.64, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34848, 1884, 34372, 4091, 6, 31, 26.93, 27.47, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34849, 1884, 34373, 3154, 6, 31, 34.30, 34.99, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34850, 1884, 34374, 2722, 9, 31, 19.79, 20.19, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34851, 1884, 34375, 4126, 1, 31, 84.64, 86.33, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34852, 1884, 34376, 1589, 1, 31, 2.53, 2.58, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34853, 1884, 34377, 1799, 1, 31, 10.50, 10.71, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34854, 1884, 34378, 6025, 3, 31, 104.93, 107.03, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34855, 1884, 34379, 5191, 6, 31, 42.22, 43.06, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34856, 1884, 34380, 913, 6, 31, 13.96, 14.24, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34857, 1884, 34381, 385, 9, 31, 171.84, 175.28, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34858, 1884, 34382, 1965, 1, 31, 12.99, 13.25, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34859, 1884, 34383, 825, 9, 31, 189.51, 193.30, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34860, 1884, 34384, 2949, 6, 31, 21.98, 22.42, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34861, 1884, 34385, 841, 9, 31, 30.23, 30.83, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34862, 1884, 34386, 5632, 6, 31, 52.52, 53.57, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34863, 1884, 34387, 2556, 9, 31, 25.99, 26.51, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34864, 1884, 34388, 6028, 9, 31, 2.21, 2.25, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34865, 1884, 34389, 963, 3, 31, 2.12, 2.16, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34866, 1884, 34390, 949, 9, 31, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34867, 1884, 34391, 734, 6, 31, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34868, 1884, 34392, 1827, 3, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-28 07:53:05', '2024-08-28 07:53:05', '2024-08-28 08:54:03'),
(34869, 1876, 34393, 877, 5, NULL, 86.00, 86.86, 1, 1, 'manual_sell', '2024-08-28 12:32:56', '2024-08-28 12:32:56', '2024-08-28 13:33:02'),
(34870, 1876, 34394, 2106, 5, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-08-28 12:33:20', '2024-08-28 12:33:20', '2024-08-28 13:34:02'),
(34871, 1876, 34395, 3581, 5, NULL, 13.00, 13.13, 2, 1, 'manual_sell', '2024-08-28 12:34:02', '2024-08-28 12:34:02', '2024-08-28 13:34:02'),
(34872, 1915, 34396, 1712, 1, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-08-28 13:38:39', '2024-08-28 13:38:39', '2024-08-28 14:39:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(34873, 1915, 34397, 297, 1, NULL, 43.00, 43.43, 1, 1, 'manual_sell', '2024-08-28 13:39:22', '2024-08-28 13:39:22', '2024-08-28 14:40:03'),
(34874, 1915, 34398, 957, 1, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-08-28 13:39:59', '2024-08-28 13:39:59', '2024-08-28 14:40:03'),
(34875, 1915, 34399, 4568, 1, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-28 13:40:35', '2024-08-28 13:40:35', '2024-08-28 14:41:02'),
(34876, 1798, 34400, 3392, 5, NULL, 351.00, 354.51, 1, 1, 'manual_sell', '2024-08-28 14:15:34', '2024-08-28 14:15:34', '2024-08-28 15:16:02'),
(34877, 1798, 34401, 2620, 5, NULL, 33.00, 33.33, 2, 1, 'manual_sell', '2024-08-28 14:17:17', '2024-08-28 14:17:17', '2024-08-28 15:18:03'),
(34878, 1876, 34402, 3603, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-08-28 18:13:33', '2024-08-28 18:13:33', '2024-08-28 19:14:02'),
(34879, 1876, 34403, 3279, 5, NULL, 5.00, 5.05, 2, 1, 'manual_sell', '2024-08-28 18:14:06', '2024-08-28 18:14:06', '2024-08-28 19:15:03'),
(34880, 1925, 34404, 3295, 9, 30, 371.94, 379.38, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34881, 1925, 34405, 2660, 1, 30, 28.98, 29.56, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34882, 1925, 34406, 631, 9, 30, 11.44, 11.67, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34883, 1925, 34407, 3747, 9, 30, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34884, 1925, 34408, 2378, 6, 30, 46.41, 47.34, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34885, 1925, 34409, 4919, 3, 30, 37.10, 37.84, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34886, 1925, 34410, 6064, 3, 30, 6.81, 6.95, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34887, 1925, 34411, 2128, 6, 30, 33.06, 33.72, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34888, 1925, 34412, 5841, 9, 30, 11.62, 11.85, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34889, 1925, 34413, 1885, 1, 30, 540.60, 551.41, 1, 1, 'ai_sell', '2024-08-29 00:12:02', '2024-08-29 00:12:02', '2024-08-29 01:13:02'),
(34890, 1925, 34414, 4503, 1, 30, 261.09, 266.31, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34891, 1925, 34415, 1931, 3, 30, 1595.17, 1627.07, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34892, 1925, 34416, 1618, 1, 30, 55.86, 56.98, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34893, 1925, 34417, 794, 3, 30, 21.35, 21.78, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34894, 1925, 34418, 5143, 6, 30, 12.89, 13.15, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34895, 1925, 34419, 5765, 1, 30, 9.35, 9.54, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34896, 1925, 34420, 385, 6, 30, 175.14, 178.64, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34897, 1925, 34421, 4486, 1, 30, 25.20, 25.70, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34898, 1925, 34422, 1803, 3, 30, 20.40, 20.81, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34899, 1925, 34423, 2953, 9, 30, 1575.00, 1606.50, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34900, 1925, 34424, 2124, 3, 30, 618.00, 630.36, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34901, 1925, 34425, 1325, 9, 30, 30.09, 30.69, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34902, 1925, 34426, 377, 9, 30, 47.04, 47.98, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34903, 1925, 34427, 4986, 1, 30, 11.20, 11.42, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34904, 1925, 34428, 3387, 6, 30, 21.38, 21.81, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34905, 1925, 34429, 3821, 1, 30, 22.71, 23.16, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34906, 1925, 34430, 3681, 1, 30, 425.05, 433.55, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34907, 1925, 34431, 5572, 9, 30, 91.56, 93.39, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34908, 1925, 34432, 4316, 3, 30, 34.31, 35.00, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34909, 1925, 34433, 169, 3, 30, 1747.94, 1782.90, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34910, 1925, 34434, 2233, 6, 30, 30.92, 31.54, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34911, 1925, 34435, 906, 9, 30, 21.79, 22.23, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34912, 1925, 34436, 3984, 3, 30, 102.00, 104.04, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34913, 1925, 34437, 877, 9, 30, 89.25, 91.04, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34914, 1925, 34438, 6077, 6, 30, 27.53, 28.08, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34915, 1925, 34439, 3336, 6, 30, 13.41, 13.68, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34916, 1925, 34440, 284, 3, 30, 132.60, 135.25, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34917, 1925, 34441, 1281, 6, 30, 61.80, 63.04, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34918, 1925, 34442, 4549, 3, 30, 10.19, 10.39, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34919, 1925, 34443, 1003, 3, 30, 15.23, 15.53, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34920, 1925, 34444, 5866, 1, 30, 148.19, 151.15, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34921, 1925, 34445, 6023, 3, 30, 11.59, 11.82, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:02'),
(34922, 1925, 34446, 5348, 1, 30, 204.91, 209.01, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34923, 1925, 34447, 3310, 3, 30, 7.17, 7.31, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34924, 1925, 34448, 6113, 1, 30, 193.77, 197.65, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34925, 1925, 34449, 984, 6, 30, 720.87, 735.29, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34926, 1925, 34450, 4141, 6, 30, 8.23, 8.39, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34927, 1925, 34451, 5404, 9, 30, 927.00, 945.54, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34928, 1925, 34452, 3194, 3, 30, 5.05, 5.15, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34929, 1925, 34453, 4692, 9, 30, 988.00, 1007.76, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34930, 1925, 34454, 5082, 3, 30, 23.65, 24.12, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34931, 1925, 34455, 3063, 3, 30, 211.12, 215.34, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34932, 1925, 34456, 551, 3, 30, 28.56, 29.13, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34933, 1925, 34457, 5084, 1, 30, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34934, 1925, 34458, 628, 6, 30, 202.00, 206.04, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34935, 1925, 34459, 2759, 3, 30, 180.92, 184.54, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34936, 1925, 34460, 5031, 3, 30, 724.49, 738.98, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34937, 1925, 34461, 5392, 3, 30, 33.48, 34.15, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34938, 1925, 34462, 2006, 6, 30, 80.80, 82.42, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34939, 1925, 34463, 6166, 6, 30, 61.79, 63.03, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34940, 1925, 34464, 3014, 3, 30, 208.06, 212.22, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34941, 1925, 34465, 1590, 9, 30, 740.94, 755.76, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34942, 1925, 34466, 4390, 3, 30, 71.70, 73.13, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34943, 1925, 34467, 3266, 3, 30, 252.01, 257.05, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34944, 1925, 34468, 1639, 3, 30, 15.83, 16.15, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34945, 1925, 34469, 2685, 9, 30, 21.61, 22.04, 1, 1, 'ai_sell', '2024-08-29 00:12:03', '2024-08-29 00:12:03', '2024-08-29 01:13:03'),
(34946, 1925, 34470, 5723, 1, 30, 763.20, 778.46, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34947, 1925, 34471, 269, 1, 30, 174.90, 178.40, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34948, 1925, 34472, 176, 1, 30, 222.19, 226.63, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34949, 1925, 34473, 3816, 3, 30, 37.79, 38.55, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34950, 1925, 34474, 5832, 6, 30, 49.98, 50.98, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34951, 1925, 34475, 5479, 6, 30, 530.25, 540.86, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34952, 1925, 34476, 1315, 9, 30, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34953, 1925, 34477, 330, 6, 30, 64.81, 66.11, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34954, 1925, 34478, 5005, 3, 30, 35.69, 36.40, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34955, 1925, 34479, 4211, 6, 30, 35.34, 36.05, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34956, 1925, 34480, 916, 3, 30, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34957, 1925, 34481, 1893, 1, 30, 508.98, 519.16, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:02'),
(34958, 1925, 34482, 3131, 6, 30, 21.00, 21.42, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:03'),
(34959, 1925, 34483, 803, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:03'),
(34960, 1925, 34484, 1842, 9, 30, 1.02, 1.04, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:03'),
(34961, 1925, 34485, 3018, 6, 30, 2.55, 2.60, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:03'),
(34962, 1925, 34486, 6104, 6, 30, 1.44, 1.47, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:03'),
(34963, 1925, 34487, 1894, 1, 30, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:03'),
(34964, 1925, 34488, 1850, 3, 30, 0.58, 0.59, 1, 1, 'ai_sell', '2024-08-29 00:13:03', '2024-08-29 00:13:03', '2024-08-29 01:14:03'),
(34965, 1920, 34489, 4849, 5, NULL, 96.00, 96.96, 4, 1, 'manual_sell', '2024-08-29 00:34:17', '2024-08-29 00:34:17', '2024-08-29 01:35:02'),
(34966, 1921, 34490, 4889, 5, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-08-29 00:35:36', '2024-08-29 00:35:36', '2024-08-29 01:36:02'),
(34967, 1850, 34491, 1224, 5, NULL, 15.00, 15.15, 72, 1, 'manual_sell', '2024-08-29 00:54:18', '2024-08-29 00:54:18', '2024-08-29 01:55:03'),
(34968, 1850, 34492, 1724, 5, NULL, 2.85, 2.87, 2, 1, 'manual_sell', '2024-08-29 00:58:39', '2024-08-29 00:58:39', '2024-08-29 01:59:02'),
(34969, 1850, 34493, 4158, 6, 32, 622.96, 632.30, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34970, 1850, 34494, 3181, 9, 32, 64.65, 65.62, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34971, 1850, 34495, 3020, 6, 32, 23.45, 23.80, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34972, 1850, 34496, 4725, 9, 32, 380.54, 386.25, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34973, 1850, 34497, 3806, 6, 32, 15.44, 15.67, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34974, 1850, 34498, 476, 6, 32, 159.63, 162.02, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34975, 1850, 34499, 4885, 6, 32, 510.57, 518.23, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34976, 1850, 34500, 70, 3, 32, 43.68, 44.34, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34977, 1850, 34501, 3095, 6, 32, 359.84, 365.24, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34978, 1850, 34502, 724, 9, 32, 39.10, 39.69, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34979, 1850, 34503, 967, 6, 32, 3.03, 3.08, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34980, 1850, 34504, 4751, 9, 32, 31.61, 32.08, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34981, 1850, 34505, 3258, 6, 32, 92.80, 94.19, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34982, 1850, 34506, 4202, 9, 32, 5.03, 5.11, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34983, 1850, 34507, 3331, 1, 32, 22.25, 22.58, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34984, 1850, 34508, 5522, 1, 32, 105.00, 106.58, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34985, 1850, 34509, 5041, 9, 32, 20.20, 20.50, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34986, 1850, 34510, 1850, 6, 32, 0.58, 0.59, 1, 1, 'ai_sell', '2024-08-29 03:24:02', '2024-08-29 03:24:02', '2024-08-29 04:24:02'),
(34987, 1886, 34511, 13, 5, NULL, 11.00, 11.11, 33, 1, 'manual_sell', '2024-08-29 08:38:59', '2024-08-29 08:38:59', '2024-08-29 09:39:02'),
(34988, 1884, 34512, 100, 6, 31, 2132.00, 2174.64, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:01'),
(34989, 1884, 34513, 2720, 9, 31, 308.04, 314.20, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:01'),
(34990, 1884, 34514, 4331, 9, 31, 19.38, 19.77, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:01'),
(34991, 1884, 34515, 1753, 1, 31, 195.70, 199.61, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34992, 1884, 34516, 2726, 1, 31, 30.44, 31.05, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34993, 1884, 34517, 214, 9, 31, 7.47, 7.62, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34994, 1884, 34518, 4900, 9, 31, 140.35, 143.16, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34995, 1884, 34519, 698, 9, 31, 6.55, 6.68, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34996, 1884, 34520, 3100, 9, 31, 1528.98, 1559.56, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34997, 1884, 34521, 2224, 3, 31, 29.92, 30.52, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34998, 1884, 34522, 3002, 3, 31, 840.00, 856.80, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(34999, 1884, 34523, 4682, 3, 31, 15.65, 15.96, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35000, 1884, 34524, 2432, 3, 31, 5150.00, 5253.00, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35001, 1884, 34525, 2426, 6, 31, 508.98, 519.16, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35002, 1884, 34526, 3754, 3, 31, 41.19, 42.01, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35003, 1884, 34527, 550, 6, 31, 13520.00, 13790.40, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35004, 1884, 34528, 5489, 6, 31, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35005, 1884, 34529, 1767, 9, 31, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35006, 1884, 34530, 5309, 1, 31, 157.03, 160.17, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35007, 1884, 34531, 1837, 6, 31, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35008, 1884, 34532, 5356, 9, 31, 46.80, 47.74, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35009, 1884, 34533, 4858, 1, 31, 129.31, 131.90, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35010, 1884, 34534, 3269, 1, 31, 141.73, 144.56, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35011, 1884, 34535, 5211, 1, 31, 70.70, 72.11, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35012, 1884, 34536, 4065, 9, 31, 25.81, 26.33, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35013, 1884, 34537, 5712, 1, 31, 213.06, 217.32, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35014, 1884, 34538, 6126, 6, 31, 22.82, 23.28, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35015, 1884, 34539, 1384, 1, 31, 43.05, 43.91, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35016, 1884, 34540, 261, 3, 31, 21.62, 22.05, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35017, 1884, 34541, 4525, 1, 31, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35018, 1884, 34542, 935, 6, 31, 3.12, 3.18, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35019, 1884, 34543, 4526, 1, 31, 86.89, 88.63, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35020, 1884, 34544, 1093, 6, 31, 151.48, 154.51, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35021, 1884, 34545, 4590, 3, 31, 52.97, 54.03, 1, 1, 'ai_sell', '2024-08-29 09:06:03', '2024-08-29 09:06:03', '2024-08-29 10:07:02'),
(35022, 1884, 34546, 3460, 3, 31, 3.68, 3.75, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35023, 1884, 34547, 3547, 1, 31, 52.99, 54.05, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35024, 1884, 34548, 5703, 1, 31, 213.05, 217.31, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35025, 1884, 34549, 2699, 9, 31, 40.79, 41.61, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35026, 1884, 34550, 3376, 6, 31, 8.14, 8.30, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35027, 1884, 34551, 6102, 9, 31, 31.19, 31.81, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35028, 1884, 34552, 3134, 6, 31, 340.26, 347.07, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35029, 1884, 34553, 1317, 1, 31, 15.65, 15.96, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35030, 1884, 34554, 2410, 3, 31, 1979.60, 2019.19, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35031, 1884, 34555, 188, 9, 31, 58.19, 59.35, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35032, 1884, 34556, 314, 6, 31, 10.61, 10.82, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35033, 1884, 34557, 896, 6, 31, 11.43, 11.66, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35034, 1884, 34558, 599, 9, 31, 1260.00, 1285.20, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35035, 1884, 34559, 3464, 6, 31, 289.07, 294.85, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35036, 1884, 34560, 5565, 9, 31, 145.65, 148.56, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35037, 1884, 34561, 83, 1, 31, 112.20, 114.44, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35038, 1884, 34562, 6057, 9, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35039, 1884, 34563, 4740, 9, 31, 60.63, 61.84, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35040, 1884, 34564, 5078, 9, 31, 61.19, 62.41, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35041, 1884, 34565, 2829, 3, 31, 11.12, 11.34, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35042, 1884, 34566, 1602, 3, 31, 4.94, 5.04, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35043, 1884, 34567, 3054, 6, 31, 678.86, 692.44, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35044, 1884, 34568, 3674, 6, 31, 9.44, 9.63, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35045, 1884, 34569, 3250, 3, 31, 33.62, 34.29, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35046, 1884, 34570, 2776, 6, 31, 4202.00, 4286.04, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35047, 1884, 34571, 5262, 9, 31, 158.42, 161.59, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35048, 1884, 34572, 619, 3, 31, 4.04, 4.12, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35049, 1884, 34573, 2821, 3, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35050, 1884, 34574, 5239, 1, 31, 30.88, 31.50, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35051, 1884, 34575, 4888, 1, 31, 105.03, 107.13, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35052, 1884, 34576, 4995, 6, 31, 303.28, 309.35, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35053, 1884, 34577, 2786, 1, 31, 31871.84, 32509.28, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35054, 1884, 34578, 5737, 3, 31, 33.52, 34.19, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35055, 1884, 34579, 3114, 6, 31, 11.66, 11.89, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35056, 1884, 34580, 6018, 3, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35057, 1884, 34581, 2629, 3, 31, 24.14, 24.62, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35058, 1884, 34582, 3871, 6, 31, 53.55, 54.62, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35059, 1884, 34583, 3577, 3, 31, 28.14, 28.70, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35060, 1884, 34584, 4107, 3, 31, 9.96, 10.16, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35061, 1884, 34585, 6106, 6, 31, 10.71, 10.92, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35062, 1884, 34586, 4728, 9, 31, 53.01, 54.07, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35063, 1884, 34587, 1181, 9, 31, 27.30, 27.85, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35064, 1884, 34588, 5153, 9, 31, 10.39, 10.60, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35065, 1884, 34589, 5873, 6, 31, 8.31, 8.48, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35066, 1884, 34590, 3757, 6, 31, 10.09, 10.29, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35067, 1884, 34591, 1705, 6, 31, 866.99, 884.33, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35068, 1884, 34592, 4527, 1, 31, 68.63, 70.00, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35069, 1884, 34593, 1737, 3, 31, 84.79, 86.49, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35070, 1884, 34594, 2085, 9, 31, 29.76, 30.36, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35071, 1884, 34595, 1251, 1, 31, 19.82, 20.22, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35072, 1884, 34596, 906, 6, 31, 22.00, 22.44, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35073, 1884, 34597, 2016, 9, 31, 280.50, 286.11, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35074, 1884, 34598, 6072, 3, 31, 55.54, 56.65, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35075, 1884, 34599, 6019, 6, 31, 6.28, 6.41, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35076, 1884, 34600, 4146, 9, 31, 9.53, 9.72, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35077, 1884, 34601, 803, 9, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35078, 1884, 34602, 4793, 6, 31, 31.92, 32.56, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35079, 1884, 34603, 2715, 9, 31, 35.68, 36.39, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35080, 1884, 34604, 4921, 6, 31, 28.56, 29.13, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35081, 1884, 34605, 278, 1, 31, 322.31, 328.76, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35082, 1884, 34606, 1462, 6, 31, 20.73, 21.14, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35083, 1884, 34607, 1632, 9, 31, 1764.00, 1799.28, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35084, 1884, 34608, 2395, 1, 31, 14.45, 14.74, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35085, 1884, 34609, 4977, 6, 31, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35086, 1884, 34610, 3768, 1, 31, 3.92, 4.00, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35087, 1884, 34611, 2654, 1, 31, 21.57, 22.00, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35088, 1884, 34612, 5027, 9, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35089, 1884, 34613, 378, 1, 31, 377.31, 384.86, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35090, 1884, 34614, 5435, 9, 31, 8.21, 8.37, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35091, 1884, 34615, 2623, 1, 31, 9.30, 9.49, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35092, 1884, 34616, 244, 9, 31, 123.59, 126.06, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35093, 1884, 34617, 150, 3, 31, 636.00, 648.72, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35094, 1884, 34618, 4813, 9, 31, 28.34, 28.91, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35095, 1884, 34619, 5922, 6, 31, 82.39, 84.04, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35096, 1884, 34620, 1345, 6, 31, 19.76, 20.16, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35097, 1884, 34621, 4228, 3, 31, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35098, 1884, 34622, 5838, 1, 31, 202.38, 206.43, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35099, 1884, 34623, 5767, 1, 31, 202.00, 206.04, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35100, 1884, 34624, 4279, 9, 31, 165.36, 168.67, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35101, 1884, 34625, 2865, 6, 31, 56.09, 57.21, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35102, 1884, 34626, 980, 9, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-29 09:06:04', '2024-08-29 09:06:04', '2024-08-29 10:07:02'),
(35103, 1884, 34627, 835, 6, 31, 21.97, 22.41, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35104, 1884, 34628, 1175, 3, 31, 58.30, 59.47, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35105, 1884, 34629, 5878, 9, 31, 367.20, 374.54, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35106, 1884, 34630, 5089, 3, 31, 41.99, 42.83, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35107, 1884, 34631, 6006, 1, 31, 18.57, 18.94, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35108, 1884, 34632, 395, 3, 31, 15.75, 16.07, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35109, 1884, 34633, 3445, 1, 31, 8.48, 8.65, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35110, 1884, 34634, 2703, 1, 31, 24.93, 25.43, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35111, 1884, 34635, 1213, 6, 31, 2.54, 2.59, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35112, 1884, 34636, 4768, 1, 31, 3.00, 3.06, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35113, 1884, 34637, 4704, 9, 31, 1.28, 1.31, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35114, 1884, 34638, 1811, 1, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35115, 1884, 34639, 1844, 6, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-29 09:06:05', '2024-08-29 09:06:05', '2024-08-29 10:07:02'),
(35116, 1876, 34640, 1880, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-08-29 14:25:10', '2024-08-29 14:25:10', '2024-08-29 15:26:02'),
(35117, 1876, 34641, 3574, 5, NULL, 18.00, 18.18, 3, 1, 'manual_sell', '2024-08-29 14:25:41', '2024-08-29 14:25:41', '2024-08-29 15:26:02'),
(35118, 1798, 34642, 5927, 5, NULL, 301.00, 304.01, 1, 1, 'manual_sell', '2024-08-29 15:28:13', '2024-08-29 15:28:13', '2024-08-29 16:29:02'),
(35119, 1798, 34643, 5619, 5, NULL, 100.00, 101.00, 1, 1, 'manual_sell', '2024-08-29 15:29:38', '2024-08-29 15:29:38', '2024-08-29 16:30:02'),
(35120, 1798, 34644, 5912, 5, NULL, 20.00, 20.20, 1, 1, 'manual_sell', '2024-08-29 15:31:16', '2024-08-29 15:31:16', '2024-08-29 16:32:02'),
(35121, 1798, 34645, 5924, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-08-29 15:33:48', '2024-08-29 15:33:48', '2024-08-29 16:34:02'),
(35122, 1915, 34646, 2332, 1, NULL, 97.00, 97.97, 1, 1, 'manual_sell', '2024-08-29 17:34:26', '2024-08-29 17:34:26', '2024-08-29 18:35:03'),
(35123, 1915, 34647, 4560, 1, NULL, 24.00, 24.24, 1, 1, 'manual_sell', '2024-08-29 17:34:52', '2024-08-29 17:34:52', '2024-08-29 18:35:03'),
(35124, 1876, 34648, 330, 5, NULL, 66.00, 66.66, 2, 1, 'manual_sell', '2024-08-29 21:03:51', '2024-08-29 21:03:51', '2024-08-29 22:04:02'),
(35125, 1925, 34649, 3072, 6, 30, 15.53, 15.84, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35126, 1925, 34650, 1733, 3, 30, 9.98, 10.18, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35127, 1925, 34651, 5562, 1, 30, 451.26, 460.29, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35128, 1925, 34652, 3442, 9, 30, 386.58, 394.31, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35129, 1925, 34653, 5736, 6, 30, 107.05, 109.19, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35130, 1925, 34654, 1527, 9, 30, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35131, 1925, 34655, 3648, 6, 30, 477.23, 486.77, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35132, 1925, 34656, 5066, 1, 30, 20.59, 21.00, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35133, 1925, 34657, 3173, 6, 30, 210.00, 214.20, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35134, 1925, 34658, 1436, 9, 30, 16.47, 16.80, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35135, 1925, 34659, 4547, 1, 30, 996.86, 1016.80, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35136, 1925, 34660, 2283, 6, 30, 96.82, 98.76, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35137, 1925, 34661, 3287, 3, 30, 9.36, 9.55, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35138, 1925, 34662, 4952, 9, 30, 4013.42, 4093.69, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35139, 1925, 34663, 417, 1, 30, 46.34, 47.27, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35140, 1925, 34664, 4029, 3, 30, 30.59, 31.20, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35141, 1925, 34665, 2812, 1, 30, 195.21, 199.11, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35142, 1925, 34666, 899, 9, 30, 422.94, 431.40, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35143, 1925, 34667, 4697, 3, 30, 2730.00, 2784.60, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35144, 1925, 34668, 6063, 9, 30, 12.72, 12.97, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35145, 1925, 34669, 4585, 9, 30, 80.80, 82.42, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35146, 1925, 34670, 3757, 6, 30, 10.09, 10.29, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35147, 1925, 34671, 3064, 3, 30, 4.64, 4.73, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35148, 1925, 34672, 5958, 3, 30, 9.33, 9.52, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35149, 1925, 34673, 5367, 9, 30, 241.49, 246.32, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35150, 1925, 34674, 1287, 9, 30, 40.49, 41.30, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35151, 1925, 34675, 3642, 3, 30, 17.33, 17.68, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35152, 1925, 34676, 1795, 1, 30, 20.60, 21.01, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35153, 1925, 34677, 4633, 1, 30, 416.00, 424.32, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35154, 1925, 34678, 4320, 3, 30, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35155, 1925, 34679, 5683, 1, 30, 27.70, 28.25, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35156, 1925, 34680, 4663, 3, 30, 8.62, 8.79, 1, 1, 'ai_sell', '2024-08-30 01:26:02', '2024-08-30 01:26:02', '2024-08-30 02:26:02'),
(35157, 1925, 34681, 432, 1, 30, 210.52, 214.73, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35158, 1925, 34682, 3201, 6, 30, 238.49, 243.26, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35159, 1925, 34683, 4456, 9, 30, 663.39, 676.66, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35160, 1925, 34684, 1992, 3, 30, 120.75, 123.17, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35161, 1925, 34685, 2680, 6, 30, 26.66, 27.19, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35162, 1925, 34686, 5893, 6, 30, 299.97, 305.97, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35163, 1925, 34687, 2176, 1, 30, 416.00, 424.32, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35164, 1925, 34688, 5382, 3, 30, 303.63, 309.70, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35165, 1925, 34689, 1259, 6, 30, 322.11, 328.55, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35166, 1925, 34690, 4104, 1, 30, 2.10, 2.14, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35167, 1925, 34691, 5285, 6, 30, 306.87, 313.01, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35168, 1925, 34692, 2953, 6, 30, 1515.00, 1545.30, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35169, 1925, 34693, 4908, 6, 30, 140.85, 143.67, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35170, 1925, 34694, 2789, 9, 30, 40.37, 41.18, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35171, 1925, 34695, 5943, 9, 30, 16.18, 16.50, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35172, 1925, 34696, 5032, 1, 30, 123.59, 126.06, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35173, 1925, 34697, 3370, 3, 30, 105.03, 107.13, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35174, 1925, 34698, 5810, 9, 30, 132.36, 135.01, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35175, 1925, 34699, 5748, 6, 30, 10.59, 10.80, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35176, 1925, 34700, 5439, 1, 30, 31.89, 32.53, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35177, 1925, 34701, 5662, 6, 30, 404.00, 412.08, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35178, 1925, 34702, 1835, 3, 30, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35179, 1925, 34703, 818, 1, 30, 7.47, 7.62, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35180, 1925, 34704, 4400, 9, 30, 20.67, 21.08, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35181, 1925, 34705, 364, 3, 30, 63.59, 64.86, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35182, 1925, 34706, 5195, 1, 30, 41.31, 42.14, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:02'),
(35183, 1925, 34707, 619, 9, 30, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35184, 1925, 34708, 3824, 9, 30, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35185, 1925, 34709, 38, 1, 30, 14.84, 15.14, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35186, 1925, 34710, 1991, 9, 30, 36.71, 37.44, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35187, 1925, 34711, 5425, 9, 30, 7.52, 7.67, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35188, 1925, 34712, 1251, 9, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35189, 1925, 34713, 2687, 1, 30, 260.58, 265.79, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35190, 1925, 34714, 778, 3, 30, 35.74, 36.45, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35191, 1925, 34715, 2490, 9, 30, 17.97, 18.33, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35192, 1925, 34716, 3082, 6, 30, 12.46, 12.71, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35193, 1925, 34717, 3833, 3, 30, 5.15, 5.25, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35194, 1925, 34718, 5377, 9, 30, 6.35, 6.48, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35195, 1925, 34719, 1262, 9, 30, 1.56, 1.59, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35196, 1925, 34720, 1894, 9, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35197, 1925, 34721, 1811, 9, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-30 01:26:03', '2024-08-30 01:26:03', '2024-08-30 02:27:03'),
(35198, 1920, 34723, 5588, 5, NULL, 382.00, 385.82, 1, 1, 'manual_sell', '2024-08-30 01:40:30', '2024-08-30 01:40:30', '2024-08-30 02:41:02'),
(35199, 1920, 34722, 3593, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-08-30 01:41:17', '2024-08-30 01:41:17', '2024-08-30 02:42:02'),
(35200, 1921, 34724, 3987, 5, NULL, 31.00, 31.31, 2, 1, 'manual_sell', '2024-08-30 01:42:40', '2024-08-30 01:42:40', '2024-08-30 02:43:01'),
(35201, 1850, 34725, 2743, 5, NULL, 40.00, 40.40, 27, 1, 'manual_sell', '2024-08-30 02:07:56', '2024-08-30 02:07:56', '2024-08-30 03:08:02'),
(35202, 1850, 34726, 623, 5, NULL, 8.31, 8.39, 2, 1, 'manual_sell', '2024-08-30 02:09:02', '2024-08-30 02:09:02', '2024-08-30 03:09:02'),
(35203, 1850, 34727, 1364, 9, 32, 93.28, 94.68, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35204, 1850, 34728, 5041, 6, 32, 20.40, 20.71, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35205, 1850, 34729, 920, 3, 32, 46.41, 47.11, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35206, 1850, 34730, 3673, 1, 32, 106.04, 107.63, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35207, 1850, 34731, 3082, 9, 32, 12.46, 12.65, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35208, 1850, 34732, 884, 9, 32, 10.39, 10.55, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35209, 1850, 34733, 5114, 6, 32, 122.20, 124.03, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35210, 1850, 34734, 2941, 9, 32, 1028.56, 1043.99, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35211, 1850, 34735, 3386, 6, 32, 19.19, 19.48, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35212, 1850, 34736, 4406, 6, 32, 25.19, 25.57, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35213, 1850, 34737, 839, 6, 32, 19.16, 19.45, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35214, 1850, 34738, 4708, 3, 32, 16.60, 16.85, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35215, 1850, 34739, 3383, 1, 32, 101.06, 102.58, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35216, 1850, 34740, 200, 6, 32, 7.96, 8.08, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35217, 1850, 34741, 4866, 9, 32, 8.15, 8.27, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35218, 1850, 34742, 5760, 6, 32, 153.00, 155.30, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35219, 1850, 34743, 5170, 3, 32, 5.15, 5.23, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35220, 1850, 34744, 1534, 6, 32, 34.65, 35.17, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35221, 1850, 34745, 3768, 1, 32, 4.04, 4.10, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35222, 1850, 34746, 2460, 9, 32, 9.06, 9.20, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35223, 1850, 34747, 1748, 6, 32, 40.56, 41.17, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35224, 1850, 34748, 5471, 3, 32, 4.11, 4.17, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35225, 1850, 34749, 1600, 6, 32, 182.98, 185.72, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35226, 1850, 34750, 769, 9, 32, 108.07, 109.69, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35227, 1850, 34751, 3723, 9, 32, 246.75, 250.45, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35228, 1850, 34752, 2274, 6, 32, 30.29, 30.74, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35229, 1850, 34753, 5204, 9, 32, 28.84, 29.27, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35230, 1850, 34754, 3883, 9, 32, 10.49, 10.65, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35231, 1850, 34755, 4098, 1, 32, 7.41, 7.52, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35232, 1850, 34756, 3690, 6, 32, 7.91, 8.03, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35233, 1850, 34757, 645, 6, 32, 4.24, 4.30, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35234, 1850, 34758, 3733, 3, 32, 5.63, 5.71, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35235, 1850, 34759, 1408, 3, 32, 15.95, 16.19, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35236, 1850, 34760, 1738, 6, 32, 1.54, 1.56, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35237, 1850, 34761, 1827, 9, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-30 04:35:04', '2024-08-30 04:35:04', '2024-08-30 05:36:02'),
(35238, 1884, 34762, 3767, 9, 31, 460.95, 470.17, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35239, 1884, 34763, 2957, 6, 31, 1111.00, 1133.22, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35240, 1884, 34764, 978, 3, 31, 13.52, 13.79, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35241, 1884, 34765, 2059, 9, 31, 1511.97, 1542.21, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35242, 1884, 34766, 4656, 3, 31, 232.30, 236.95, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35243, 1884, 34767, 5737, 3, 31, 33.85, 34.53, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35244, 1884, 34768, 4924, 9, 31, 154.00, 157.08, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(35245, 1884, 34769, 5695, 3, 31, 58.75, 59.93, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35246, 1884, 34770, 5432, 9, 31, 4.94, 5.04, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35247, 1884, 34771, 1203, 3, 31, 13.26, 13.53, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35248, 1884, 34772, 1651, 3, 31, 33.96, 34.64, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35249, 1884, 34773, 2009, 1, 31, 33.16, 33.82, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35250, 1884, 34774, 423, 1, 31, 15.17, 15.47, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35251, 1884, 34775, 5899, 9, 31, 2.01, 2.05, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35252, 1884, 34776, 5006, 6, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35253, 1884, 34777, 81, 6, 31, 4.12, 4.20, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35254, 1884, 34778, 3495, 3, 31, 15.89, 16.21, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35255, 1884, 34779, 1258, 6, 31, 303.00, 309.06, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35256, 1884, 34780, 501, 9, 31, 3693.87, 3767.75, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35257, 1884, 34781, 216, 3, 31, 16.60, 16.93, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35258, 1884, 34782, 838, 9, 31, 16.50, 16.83, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35259, 1884, 34783, 476, 1, 31, 158.12, 161.28, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35260, 1884, 34784, 2117, 9, 31, 16.65, 16.98, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35261, 1884, 34785, 5850, 1, 31, 99.99, 101.99, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35262, 1884, 34786, 4210, 6, 31, 21.83, 22.27, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35263, 1884, 34787, 813, 3, 31, 11.33, 11.56, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35264, 1884, 34788, 4261, 1, 31, 26520.00, 27050.40, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35265, 1884, 34789, 4767, 6, 31, 46.32, 47.25, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35266, 1884, 34790, 3822, 6, 31, 18.71, 19.08, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35267, 1884, 34791, 4977, 1, 31, 5.14, 5.24, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35268, 1884, 34792, 1578, 9, 31, 1513.99, 1544.27, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35269, 1884, 34793, 2085, 1, 31, 29.76, 30.36, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:02'),
(35270, 1884, 34794, 5467, 1, 31, 51.11, 52.13, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35271, 1884, 34795, 1937, 9, 31, 68.25, 69.62, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35272, 1884, 34796, 5429, 6, 31, 36.46, 37.19, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35273, 1884, 34797, 2343, 3, 31, 51.44, 52.47, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35274, 1884, 34798, 4220, 1, 31, 4.38, 4.47, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35275, 1884, 34799, 5765, 9, 31, 9.43, 9.62, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35276, 1884, 34800, 2570, 9, 31, 6.54, 6.67, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35277, 1884, 34801, 3024, 6, 31, 206.96, 211.10, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35278, 1884, 34802, 3319, 9, 31, 86.69, 88.42, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35279, 1884, 34803, 2039, 1, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35280, 1884, 34804, 686, 1, 31, 4.08, 4.16, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35281, 1884, 34805, 3905, 6, 31, 41.81, 42.65, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35282, 1884, 34806, 567, 6, 31, 2141.37, 2184.20, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35283, 1884, 34807, 860, 3, 31, 353.49, 360.56, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35284, 1884, 34808, 1184, 3, 31, 49.98, 50.98, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35285, 1884, 34809, 1269, 3, 31, 116.60, 118.93, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35286, 1884, 34810, 2389, 3, 31, 27.66, 28.21, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35287, 1884, 34811, 3112, 6, 31, 7.58, 7.73, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35288, 1884, 34812, 1837, 3, 31, 1.05, 1.07, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35289, 1884, 34813, 4361, 1, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35290, 1884, 34814, 3735, 1, 31, 11.66, 11.89, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35291, 1884, 34815, 5233, 9, 31, 13.13, 13.39, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35292, 1884, 34816, 96, 1, 31, 21.63, 22.06, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35293, 1884, 34817, 970, 3, 31, 408.00, 416.16, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35294, 1884, 34818, 1745, 3, 31, 103.88, 105.96, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35295, 1884, 34819, 2146, 9, 31, 44.55, 45.44, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35296, 1884, 34820, 3226, 6, 31, 46.63, 47.56, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35297, 1884, 34821, 3029, 9, 31, 241.39, 246.22, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35298, 1884, 34822, 715, 9, 31, 39.08, 39.86, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35299, 1884, 34823, 353, 6, 31, 2322.65, 2369.10, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35300, 1884, 34824, 4827, 3, 31, 17.51, 17.86, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35301, 1884, 34825, 4608, 6, 31, 92.70, 94.55, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35302, 1884, 34826, 4371, 1, 31, 73.12, 74.58, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35303, 1884, 34827, 2579, 1, 31, 31.37, 32.00, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35304, 1884, 34828, 229, 3, 31, 241.04, 245.86, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35305, 1884, 34829, 4835, 1, 31, 26.27, 26.80, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35306, 1884, 34830, 2789, 6, 31, 40.77, 41.59, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35307, 1884, 34831, 284, 6, 31, 131.30, 133.93, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35308, 1884, 34832, 829, 9, 31, 22.48, 22.93, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35309, 1884, 34833, 3581, 6, 31, 13.64, 13.91, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35310, 1884, 34834, 4341, 1, 31, 5.04, 5.14, 1, 1, 'ai_sell', '2024-08-30 10:17:03', '2024-08-30 10:17:03', '2024-08-30 11:18:03'),
(35311, 1884, 34835, 1221, 6, 31, 122.97, 125.43, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35312, 1884, 34836, 5111, 9, 31, 14.53, 14.82, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35313, 1884, 34837, 2526, 6, 31, 756.49, 771.62, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35314, 1884, 34838, 4316, 9, 31, 34.97, 35.67, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35315, 1884, 34839, 6003, 9, 31, 7831.51, 7988.14, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35316, 1884, 34840, 5677, 3, 31, 424.72, 433.21, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35317, 1884, 34841, 526, 3, 31, 21.19, 21.61, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35318, 1884, 34842, 5335, 1, 31, 19.61, 20.00, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35319, 1884, 34843, 870, 6, 31, 837.90, 854.66, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35320, 1884, 34844, 1453, 9, 31, 5096.00, 5197.92, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35321, 1884, 34845, 3641, 1, 31, 467.24, 476.58, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35322, 1884, 34846, 3340, 6, 31, 144.20, 147.08, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35323, 1884, 34847, 1377, 3, 31, 12.59, 12.84, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35324, 1884, 34848, 2153, 1, 31, 287.70, 293.45, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35325, 1884, 34849, 1138, 6, 31, 56.65, 57.78, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35326, 1884, 34850, 2757, 3, 31, 215.25, 219.56, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35327, 1884, 34851, 2927, 6, 31, 23.66, 24.13, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35328, 1884, 34852, 3164, 1, 31, 29.86, 30.46, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35329, 1884, 34853, 3381, 9, 31, 52.50, 53.55, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35330, 1884, 34854, 1657, 9, 31, 2094.75, 2136.65, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35331, 1884, 34855, 511, 3, 31, 720.72, 735.13, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35332, 1884, 34856, 2152, 9, 31, 71.40, 72.83, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35333, 1884, 34857, 1761, 6, 31, 21.81, 22.25, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35334, 1884, 34858, 5975, 1, 31, 15.29, 15.60, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35335, 1884, 34859, 3013, 9, 31, 429.00, 437.58, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35336, 1884, 34860, 5213, 3, 31, 73.83, 75.31, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35337, 1884, 34861, 5170, 6, 31, 5.05, 5.15, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35338, 1884, 34862, 2600, 6, 31, 1038.96, 1059.74, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35339, 1884, 34863, 5526, 1, 31, 5.05, 5.15, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35340, 1884, 34864, 1644, 1, 31, 38.30, 39.07, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35341, 1884, 34865, 3732, 6, 31, 318.00, 324.36, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35342, 1884, 34866, 1638, 1, 31, 14.63, 14.92, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35343, 1884, 34867, 1260, 6, 31, 387.41, 395.16, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35344, 1884, 34868, 546, 1, 31, 8.40, 8.57, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35345, 1884, 34869, 5550, 1, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35346, 1884, 34870, 2265, 1, 31, 192.40, 196.25, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35347, 1884, 34871, 5153, 3, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35348, 1884, 34872, 280, 9, 31, 289.79, 295.59, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35349, 1884, 34873, 5495, 9, 31, 1521.10, 1551.52, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35350, 1884, 34874, 6000, 1, 31, 1112.99, 1135.25, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35351, 1884, 34875, 5030, 3, 31, 168.09, 171.45, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35352, 1884, 34876, 5787, 6, 31, 3.45, 3.52, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35353, 1884, 34877, 1528, 1, 31, 4179.00, 4262.58, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35354, 1884, 34878, 6138, 1, 31, 13.63, 13.90, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35355, 1884, 34879, 3939, 9, 31, 104.00, 106.08, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35356, 1884, 34880, 3174, 6, 31, 9.05, 9.23, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35357, 1884, 34881, 5755, 9, 31, 41.35, 42.18, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35358, 1884, 34882, 1769, 1, 31, 77.12, 78.66, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35359, 1884, 34883, 4834, 9, 31, 100.99, 103.01, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35360, 1884, 34884, 5276, 9, 31, 95.30, 97.21, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35361, 1884, 34885, 5951, 9, 31, 5.48, 5.59, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35362, 1884, 34886, 4755, 9, 31, 434.59, 443.28, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35363, 1884, 34887, 3525, 3, 31, 304.98, 311.08, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35364, 1884, 34888, 1864, 1, 31, 696.90, 710.84, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35365, 1884, 34889, 4053, 3, 31, 27.87, 28.43, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35366, 1884, 34890, 214, 3, 31, 7.77, 7.93, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35367, 1884, 34891, 2052, 1, 31, 157.78, 160.94, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35368, 1884, 34892, 1178, 6, 31, 55.11, 56.21, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35369, 1884, 34893, 1489, 6, 31, 80.58, 82.19, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35370, 1884, 34894, 5242, 1, 31, 38.73, 39.50, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35371, 1884, 34895, 1051, 9, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35372, 1884, 34896, 4005, 6, 31, 520.86, 531.28, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35373, 1884, 34897, 733, 1, 31, 99.48, 101.47, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35374, 1884, 34898, 4488, 9, 31, 209.03, 213.21, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35375, 1884, 34899, 4899, 3, 31, 20.79, 21.21, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35376, 1884, 34900, 3090, 9, 31, 5.20, 5.30, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35377, 1884, 34901, 3225, 3, 31, 1.18, 1.20, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35378, 1884, 34902, 1662, 9, 31, 0.94, 0.96, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35379, 1884, 34903, 949, 3, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35380, 1884, 34904, 1827, 6, 31, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-30 10:17:04', '2024-08-30 10:17:04', '2024-08-30 11:18:03'),
(35381, 1884, 34906, 1827, 9, 31, 0.13, 0.13, 1, 1, 'ai_sell', '2024-08-30 10:19:04', '2024-08-30 10:19:04', '2024-08-30 11:20:02'),
(35382, 1886, 34907, 1306, 5, NULL, 11.00, 11.11, 6, 1, 'manual_sell', '2024-08-30 10:21:46', '2024-08-30 10:21:46', '2024-08-30 11:22:02'),
(35383, 1886, 34905, 49, 5, NULL, 301.00, 304.01, 1, 1, 'manual_sell', '2024-08-30 10:22:58', '2024-08-30 10:22:58', '2024-08-30 11:23:01'),
(35384, 1876, 34908, 4861, 5, NULL, 141.00, 142.41, 1, 1, 'manual_sell', '2024-08-30 16:22:06', '2024-08-30 16:22:06', '2024-08-30 17:23:02'),
(35385, 1876, 34909, 4803, 5, NULL, 18.00, 18.18, 2, 1, 'manual_sell', '2024-08-30 16:23:12', '2024-08-30 16:23:12', '2024-08-30 17:24:01'),
(35386, 1798, 34911, 2563, 5, NULL, 430.00, 434.30, 1, 1, 'manual_sell', '2024-08-30 17:21:25', '2024-08-30 17:21:25', '2024-08-30 18:22:02'),
(35387, 1798, 34910, 5033, 5, NULL, 6.00, 6.06, 1, 1, 'manual_sell', '2024-08-30 17:22:40', '2024-08-30 17:22:40', '2024-08-30 18:23:01'),
(35388, 1876, 34914, 1880, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-08-30 22:38:34', '2024-08-30 22:38:34', '2024-08-30 23:39:02'),
(35389, 1876, 34915, 5477, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-08-30 22:39:12', '2024-08-30 22:39:12', '2024-08-30 23:40:02'),
(35390, 1915, 34912, 3233, 1, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-08-30 22:55:42', '2024-08-30 22:55:42', '2024-08-30 23:56:02'),
(35391, 1915, 34913, 1421, 1, NULL, 20.00, 20.20, 1, 1, 'manual_sell', '2024-08-30 22:56:28', '2024-08-30 22:56:28', '2024-08-30 23:57:02'),
(35392, 1925, 34916, 525, 6, 30, 362.79, 370.05, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35393, 1925, 34917, 5156, 1, 30, 6238.96, 6363.74, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35394, 1925, 34918, 2386, 1, 30, 8.24, 8.40, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35395, 1925, 34919, 3963, 1, 30, 116.59, 118.92, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35396, 1925, 34920, 4078, 9, 30, 44.44, 45.33, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35397, 1925, 34921, 4799, 9, 30, 53.54, 54.61, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35398, 1925, 34922, 201, 9, 30, 197.87, 201.83, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35399, 1925, 34923, 2730, 3, 30, 19.75, 20.15, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35400, 1925, 34924, 2956, 6, 30, 540.60, 551.41, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35401, 1925, 34925, 2147, 9, 30, 42.39, 43.24, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35402, 1925, 34926, 4833, 9, 30, 17.77, 18.13, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35403, 1925, 34927, 1959, 9, 30, 20.20, 20.60, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35404, 1925, 34928, 4179, 9, 30, 25.89, 26.41, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35405, 1925, 34929, 4337, 3, 30, 145.41, 148.32, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35406, 1925, 34930, 139, 9, 30, 530.00, 540.60, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35407, 1925, 34931, 5907, 9, 30, 16.83, 17.17, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35408, 1925, 34932, 5149, 9, 30, 33.98, 34.66, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35409, 1925, 34933, 1377, 6, 30, 12.11, 12.35, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35410, 1925, 34934, 3815, 6, 30, 4283.99, 4369.67, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35411, 1925, 34935, 3599, 1, 30, 10.65, 10.86, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35412, 1925, 34936, 4035, 3, 30, 1.93, 1.97, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35413, 1925, 34937, 4598, 6, 30, 182.37, 186.02, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35414, 1925, 34938, 3661, 6, 30, 309.00, 315.18, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35415, 1925, 34939, 6137, 1, 30, 20.80, 21.22, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35416, 1925, 34940, 3793, 6, 30, 806.99, 823.13, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35417, 1925, 34941, 2139, 3, 30, 51.51, 52.54, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35418, 1925, 34942, 4327, 9, 30, 520.10, 530.50, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35419, 1925, 34943, 1434, 3, 30, 84.00, 85.68, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35420, 1925, 34944, 78, 6, 30, 71.40, 72.83, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35421, 1925, 34945, 4304, 9, 30, 9.06, 9.24, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35422, 1925, 34946, 3886, 6, 30, 578.44, 590.01, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35423, 1925, 34947, 3135, 9, 30, 298.82, 304.80, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35424, 1925, 34948, 5135, 1, 30, 137.79, 140.55, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35425, 1925, 34949, 287, 6, 30, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35426, 1925, 34950, 1147, 6, 30, 105.00, 107.10, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35427, 1925, 34951, 5372, 1, 30, 169.59, 172.98, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35428, 1925, 34952, 4881, 1, 30, 20.43, 20.84, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35429, 1925, 34953, 2346, 9, 30, 159.86, 163.06, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35430, 1925, 34954, 51, 6, 30, 82.68, 84.33, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35431, 1925, 34955, 1422, 1, 30, 19.60, 19.99, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35432, 1925, 34956, 4504, 6, 30, 611.99, 624.23, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35433, 1925, 34957, 2280, 6, 30, 210.00, 214.20, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35434, 1925, 34958, 626, 3, 30, 3.09, 3.15, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35435, 1925, 34959, 1291, 3, 30, 10.96, 11.18, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35436, 1925, 34960, 5760, 1, 30, 151.50, 154.53, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35437, 1925, 34961, 1427, 3, 30, 21.58, 22.01, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35438, 1925, 34962, 3121, 3, 30, 81.80, 83.44, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35439, 1925, 34963, 3337, 6, 30, 196.95, 200.89, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35440, 1925, 34964, 2115, 3, 30, 22.88, 23.34, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35441, 1925, 34965, 3443, 6, 30, 10.26, 10.47, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35442, 1925, 34966, 1946, 3, 30, 4.60, 4.69, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35443, 1925, 34967, 1811, 9, 30, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-31 02:38:03', '2024-08-31 02:38:03', '2024-08-31 03:39:02'),
(35444, 1925, 34968, 1827, 9, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-31 02:38:04', '2024-08-31 02:38:04', '2024-08-31 03:39:02'),
(35445, 1920, 34969, 3786, 5, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-08-31 02:45:28', '2024-08-31 02:45:28', '2024-08-31 03:46:02'),
(35446, 1920, 34970, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-08-31 02:46:17', '2024-08-31 02:46:17', '2024-08-31 03:47:02'),
(35447, 1921, 34971, 3987, 5, NULL, 31.00, 31.31, 2, 1, 'manual_sell', '2024-08-31 02:57:25', '2024-08-31 02:57:25', '2024-08-31 03:58:03'),
(35448, 1850, 34972, 2174, 5, NULL, 50.00, 50.50, 22, 1, 'manual_sell', '2024-08-31 03:18:32', '2024-08-31 03:18:32', '2024-08-31 04:19:01'),
(35449, 1850, 34973, 4219, 5, NULL, 1.26, 1.27, 6, 1, 'manual_sell', '2024-08-31 03:23:15', '2024-08-31 03:23:15', '2024-08-31 04:24:02'),
(35450, 1850, 34974, 3817, 1, 32, 1034.80, 1050.32, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35451, 1850, 34975, 614, 1, 32, 109.08, 110.72, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35452, 1850, 34976, 1748, 3, 32, 40.56, 41.17, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35453, 1850, 34977, 1881, 6, 32, 10.61, 10.77, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35454, 1850, 34978, 5606, 3, 32, 613.60, 622.80, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35455, 1850, 34979, 1246, 6, 32, 60.60, 61.51, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35456, 1850, 34980, 5603, 1, 32, 21.58, 21.90, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35457, 1850, 34981, 6154, 9, 32, 31.49, 31.96, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35458, 1850, 34982, 3515, 1, 32, 20.79, 21.10, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35459, 1850, 34983, 168, 6, 32, 155.00, 157.33, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35460, 1850, 34984, 651, 3, 32, 13.39, 13.59, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35461, 1850, 34985, 914, 1, 32, 10.59, 10.75, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35462, 1850, 34986, 5659, 3, 32, 123.41, 125.26, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35463, 1850, 34987, 3747, 9, 32, 8.07, 8.19, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35464, 1850, 34988, 3890, 6, 32, 295.80, 300.24, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35465, 1850, 34989, 5771, 9, 32, 21.64, 21.96, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35466, 1850, 34990, 862, 6, 32, 4.20, 4.26, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35467, 1850, 34991, 734, 9, 32, 0.23, 0.23, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35468, 1850, 34992, 1811, 6, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35469, 1850, 34993, 1894, 9, 32, 0.20, 0.20, 1, 1, 'ai_sell', '2024-08-31 05:47:02', '2024-08-31 05:47:02', '2024-08-31 06:47:02'),
(35470, 1884, 34996, 2504, 9, 31, 30.50, 31.11, 1, 1, 'ai_sell', '2024-08-31 11:31:02', '2024-08-31 11:31:02', '2024-08-31 12:31:02'),
(35471, 1884, 34997, 5861, 9, 31, 26.24, 26.76, 1, 1, 'ai_sell', '2024-08-31 11:31:02', '2024-08-31 11:31:02', '2024-08-31 12:31:02'),
(35472, 1884, 34998, 3097, 1, 31, 756.49, 771.62, 1, 1, 'ai_sell', '2024-08-31 11:31:02', '2024-08-31 11:31:02', '2024-08-31 12:31:02'),
(35473, 1884, 34999, 3528, 1, 31, 154.49, 157.58, 1, 1, 'ai_sell', '2024-08-31 11:31:02', '2024-08-31 11:31:02', '2024-08-31 12:31:02'),
(35474, 1884, 35000, 3657, 1, 31, 7.34, 7.49, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35475, 1884, 35001, 2240, 1, 31, 25.74, 26.25, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35476, 1884, 35002, 2177, 6, 31, 441.00, 449.82, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35477, 1884, 35003, 2571, 3, 31, 16.23, 16.55, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35478, 1884, 35004, 950, 6, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35479, 1884, 35005, 4779, 1, 31, 41.99, 42.83, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35480, 1884, 35006, 5173, 9, 31, 285.59, 291.30, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35481, 1884, 35007, 5044, 1, 31, 11.32, 11.55, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35482, 1884, 35008, 3453, 1, 31, 16.45, 16.78, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35483, 1884, 35009, 4916, 6, 31, 16.09, 16.41, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35484, 1884, 35010, 3037, 9, 31, 258.74, 263.91, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35485, 1884, 35011, 3094, 6, 31, 37.43, 38.18, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35486, 1884, 35012, 5608, 3, 31, 125.15, 127.65, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35487, 1884, 35013, 3576, 1, 31, 293.71, 299.58, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35488, 1884, 35014, 1809, 3, 31, 29.29, 29.88, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35489, 1884, 35015, 3465, 1, 31, 522.09, 532.53, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35490, 1884, 35016, 5972, 9, 31, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35491, 1884, 35017, 5502, 1, 31, 377.81, 385.37, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35492, 1884, 35018, 4410, 1, 31, 15.16, 15.46, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35493, 1884, 35019, 1868, 1, 31, 42.38, 43.23, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35494, 1884, 35020, 4110, 9, 31, 315.00, 321.30, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35495, 1884, 35021, 2641, 6, 31, 19.36, 19.75, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35496, 1884, 35022, 3226, 9, 31, 45.31, 46.22, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35497, 1884, 35023, 4028, 1, 31, 20.12, 20.52, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35498, 1884, 35024, 763, 6, 31, 30.97, 31.59, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35499, 1884, 35025, 5933, 1, 31, 53.64, 54.71, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35500, 1884, 35026, 1686, 9, 31, 611.62, 623.85, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35501, 1884, 35027, 4542, 1, 31, 40.80, 41.62, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35502, 1884, 35028, 2966, 6, 31, 505.00, 515.10, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35503, 1884, 35029, 3376, 1, 31, 8.14, 8.30, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35504, 1884, 35030, 1062, 3, 31, 7.73, 7.88, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35505, 1884, 35031, 1272, 6, 31, 26.00, 26.52, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35506, 1884, 35032, 2290, 1, 31, 36.04, 36.76, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35507, 1884, 35033, 1681, 9, 31, 16.93, 17.27, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35508, 1884, 35034, 2263, 9, 31, 816.20, 832.52, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35509, 1884, 35035, 2039, 3, 31, 30.60, 31.21, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35510, 1884, 35036, 4498, 9, 31, 105.03, 107.13, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35511, 1884, 35037, 4663, 1, 31, 8.87, 9.05, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35512, 1884, 35038, 5386, 1, 31, 148.40, 151.37, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35513, 1884, 35039, 956, 6, 31, 14280.00, 14565.60, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35514, 1884, 35040, 1923, 3, 31, 17.08, 17.42, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35515, 1884, 35041, 3847, 6, 31, 5.19, 5.29, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35516, 1884, 35042, 6088, 6, 31, 73.50, 74.97, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35517, 1884, 35043, 2768, 3, 31, 3031.60, 3092.23, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35518, 1884, 35044, 1757, 3, 31, 78.00, 79.56, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35519, 1884, 35045, 3024, 1, 31, 208.95, 213.13, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35520, 1884, 35046, 4526, 6, 31, 86.07, 87.79, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35521, 1884, 35047, 4613, 6, 31, 390.07, 397.87, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:02'),
(35522, 1884, 35048, 1656, 1, 31, 30.55, 31.16, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35523, 1884, 35049, 2631, 1, 31, 41.20, 42.02, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35524, 1884, 35050, 5655, 6, 31, 2525.00, 2575.50, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35525, 1884, 35051, 1044, 6, 31, 72.79, 74.25, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35526, 1884, 35052, 5776, 1, 31, 26.49, 27.02, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35527, 1884, 35053, 736, 6, 31, 169.74, 173.13, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35528, 1884, 35054, 2828, 3, 31, 2750.70, 2805.71, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35529, 1884, 35055, 1391, 9, 31, 40.56, 41.37, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35530, 1884, 35056, 63, 6, 31, 7.42, 7.57, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35531, 1884, 35057, 4857, 9, 31, 8.07, 8.23, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35532, 1884, 35058, 3950, 9, 31, 2118.94, 2161.32, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35533, 1884, 35059, 1717, 3, 31, 13.65, 13.92, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35534, 1884, 35060, 2914, 9, 31, 34.45, 35.14, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35535, 1884, 35061, 5777, 9, 31, 1236.00, 1260.72, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35536, 1884, 35062, 5991, 1, 31, 16.14, 16.46, 1, 1, 'ai_sell', '2024-08-31 11:31:03', '2024-08-31 11:31:03', '2024-08-31 12:32:03'),
(35537, 1884, 35063, 4713, 6, 31, 3.41, 3.48, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35538, 1884, 35064, 371, 9, 31, 8.76, 8.94, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35539, 1884, 35065, 3838, 3, 31, 9.08, 9.26, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35540, 1884, 35066, 568, 3, 31, 15.15, 15.45, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35541, 1884, 35067, 3812, 1, 31, 30.40, 31.01, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35542, 1884, 35068, 3930, 9, 31, 11.10, 11.32, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35543, 1884, 35069, 5571, 6, 31, 63.35, 64.62, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35544, 1884, 35070, 2135, 9, 31, 58.19, 59.35, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35545, 1884, 35071, 1417, 6, 31, 98.06, 100.02, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35546, 1884, 35072, 3050, 1, 31, 11.12, 11.34, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35547, 1884, 35073, 3826, 6, 31, 409.94, 418.14, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35548, 1884, 35074, 4125, 9, 31, 240.37, 245.18, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35549, 1884, 35075, 637, 6, 31, 301.99, 308.03, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35550, 1884, 35076, 2514, 1, 31, 161.60, 164.83, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35551, 1884, 35077, 1634, 3, 31, 1448.40, 1477.37, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35552, 1884, 35078, 4546, 3, 31, 422.30, 430.75, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35553, 1884, 35079, 3531, 9, 31, 72.41, 73.86, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35554, 1884, 35080, 2540, 6, 31, 93.59, 95.46, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35555, 1884, 35081, 3731, 6, 31, 138.39, 141.16, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35556, 1884, 35082, 1783, 1, 31, 88.74, 90.51, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35557, 1884, 35083, 3344, 1, 31, 30.89, 31.51, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35558, 1884, 35084, 3658, 9, 31, 14.35, 14.64, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35559, 1884, 35085, 1952, 9, 31, 1.31, 1.34, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35560, 1884, 35086, 5932, 1, 31, 21.18, 21.60, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35561, 1884, 35087, 5421, 1, 31, 7.52, 7.67, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35562, 1884, 35088, 5611, 9, 31, 68.41, 69.78, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35563, 1884, 35089, 4497, 9, 31, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35564, 1884, 35090, 3340, 1, 31, 141.40, 144.23, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35565, 1884, 35091, 1673, 9, 31, 4.11, 4.19, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35566, 1884, 35092, 2840, 6, 31, 15.44, 15.75, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35567, 1884, 35093, 4079, 6, 31, 37.36, 38.11, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35568, 1884, 35094, 5663, 3, 31, 106.00, 108.12, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35569, 1884, 35095, 5499, 1, 31, 53.03, 54.09, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35570, 1884, 35096, 3618, 9, 31, 36.41, 37.14, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35571, 1884, 35097, 2880, 6, 31, 8.71, 8.88, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35572, 1884, 35098, 5999, 6, 31, 254.40, 259.49, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35573, 1884, 35099, 1940, 9, 31, 79.04, 80.62, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35574, 1884, 35100, 3723, 3, 31, 242.05, 246.89, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35575, 1884, 35101, 4289, 1, 31, 14.83, 15.13, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35576, 1884, 35102, 2910, 1, 31, 35.02, 35.72, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35577, 1884, 35103, 582, 9, 31, 13416.00, 13684.32, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35578, 1884, 35104, 570, 9, 31, 1011.15, 1031.37, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35579, 1884, 35105, 4278, 1, 31, 27.49, 28.04, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35580, 1884, 35106, 5697, 6, 31, 103.88, 105.96, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35581, 1884, 35107, 5339, 9, 31, 104.95, 107.05, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35582, 1884, 35108, 1820, 9, 31, 45.45, 46.36, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35583, 1884, 35109, 4967, 6, 31, 226.60, 231.13, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35584, 1884, 35110, 5715, 9, 31, 1428.00, 1456.56, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35585, 1884, 35111, 5743, 1, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35586, 1884, 35112, 6014, 6, 31, 4200.00, 4284.00, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35587, 1884, 35113, 5254, 9, 31, 23.86, 24.34, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35588, 1884, 35114, 4999, 9, 31, 19.55, 19.94, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35589, 1884, 35115, 5232, 9, 31, 9.35, 9.54, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35590, 1884, 35116, 4193, 3, 31, 1819.99, 1856.39, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35591, 1884, 35117, 5789, 9, 31, 315.00, 321.30, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35592, 1884, 35118, 4939, 1, 31, 50.47, 51.48, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35593, 1884, 35119, 1164, 3, 31, 4158.11, 4241.27, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35594, 1884, 35120, 3883, 3, 31, 10.49, 10.70, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35595, 1884, 35121, 256, 3, 31, 151.47, 154.50, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35596, 1884, 35122, 3368, 1, 31, 65.94, 67.26, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35597, 1884, 35123, 4329, 3, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35598, 1884, 35124, 6094, 6, 31, 23.36, 23.83, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35599, 1884, 35125, 2325, 3, 31, 113.30, 115.57, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35600, 1884, 35126, 949, 1, 31, 0.32, 0.33, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35601, 1884, 35127, 1058, 6, 31, 9.98, 10.18, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35602, 1884, 35128, 2278, 3, 31, 45.45, 46.36, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35603, 1884, 35129, 4240, 9, 31, 5610.00, 5722.20, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35604, 1884, 35130, 187, 1, 31, 31.19, 31.81, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35605, 1884, 35131, 1898, 6, 31, 434.30, 442.99, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35606, 1884, 35132, 4328, 3, 31, 847.99, 864.95, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35607, 1884, 35133, 2925, 9, 31, 927.00, 945.54, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35608, 1884, 35134, 5668, 3, 31, 336.00, 342.72, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35609, 1884, 35135, 2900, 1, 31, 3036.44, 3097.17, 1, 1, 'ai_sell', '2024-08-31 11:31:04', '2024-08-31 11:31:04', '2024-08-31 12:32:03'),
(35610, 1884, 35136, 5971, 3, 31, 31.19, 31.81, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35611, 1884, 35137, 2251, 3, 31, 47.24, 48.18, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35612, 1884, 35138, 3301, 6, 31, 18.72, 19.09, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35613, 1884, 35139, 2099, 9, 31, 20.88, 21.30, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35614, 1884, 35140, 4202, 6, 31, 5.03, 5.13, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35615, 1884, 35141, 1859, 1, 31, 3.78, 3.86, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35616, 1884, 35142, 1844, 1, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(35617, 1884, 35143, 1811, 1, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35618, 1884, 35144, 1827, 9, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35619, 1884, 35145, 1894, 9, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-08-31 11:31:05', '2024-08-31 11:31:05', '2024-08-31 12:32:03'),
(35620, 1886, 34995, 2385, 5, NULL, 10.00, 10.10, 7, 1, 'manual_sell', '2024-08-31 11:32:28', '2024-08-31 11:32:28', '2024-08-31 12:33:02'),
(35621, 1886, 34994, 49, 5, NULL, 301.00, 304.01, 1, 1, 'manual_sell', '2024-08-31 11:33:08', '2024-08-31 11:33:08', '2024-08-31 12:34:01'),
(35622, 1876, 35146, 4839, 5, NULL, 161.00, 162.61, 1, 1, 'manual_sell', '2024-08-31 17:34:07', '2024-08-31 17:34:07', '2024-08-31 18:35:03'),
(35623, 1876, 35147, 4663, 5, NULL, 9.00, 9.09, 2, 1, 'manual_sell', '2024-08-31 17:37:09', '2024-08-31 17:37:09', '2024-08-31 18:38:02'),
(35624, 1798, 35149, 4947, 5, NULL, 501.00, 511.02, 1, 2, 'manual_sell', '2024-08-31 19:23:55', '2024-08-31 19:23:55', '2024-08-31 20:24:02'),
(35625, 1798, 35148, 1384, 5, NULL, 42.00, 42.84, 1, 2, 'manual_sell', '2024-08-31 19:25:29', '2024-08-31 19:25:29', '2024-08-31 20:26:02'),
(35626, 1798, 35148, 1384, 5, NULL, 42.00, 42.42, 1, 1, 'manual_sell', '2024-08-31 21:26:33', '2024-08-31 21:26:33', '2024-08-31 22:27:01'),
(35627, 1798, 35149, 4947, 5, NULL, 501.00, 506.01, 1, 1, 'manual_sell', '2024-08-31 21:28:52', '2024-08-31 21:28:52', '2024-08-31 22:29:02'),
(35628, 1876, 35150, 4820, 5, NULL, 67.00, 67.67, 2, 1, 'manual_sell', '2024-09-01 00:53:12', '2024-09-01 00:53:12', '2024-09-01 01:54:02'),
(35629, 1920, 35153, 4667, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-01 03:47:26', '2024-09-01 03:47:26', '2024-09-01 04:48:02'),
(35630, 1920, 35154, 5588, 5, NULL, 382.00, 385.82, 1, 1, 'manual_sell', '2024-09-01 03:48:53', '2024-09-01 03:48:53', '2024-09-01 04:49:02'),
(35631, 1925, 35155, 3846, 3, 30, 5.04, 5.14, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35632, 1925, 35156, 5889, 6, 30, 11.32, 11.55, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35633, 1925, 35157, 924, 6, 30, 180.20, 183.80, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35634, 1925, 35158, 4500, 3, 30, 103.01, 105.07, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35635, 1925, 35159, 6107, 9, 30, 13.62, 13.89, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35636, 1925, 35160, 3413, 6, 30, 304.00, 310.08, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35637, 1925, 35161, 3489, 9, 30, 10.09, 10.29, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35638, 1925, 35162, 2248, 6, 30, 3024.95, 3085.45, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35639, 1925, 35163, 652, 1, 30, 6344.82, 6471.72, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35640, 1925, 35164, 2049, 3, 30, 9.22, 9.40, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35641, 1925, 35165, 3245, 1, 30, 302.99, 309.05, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35642, 1925, 35166, 390, 1, 30, 196.44, 200.37, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35643, 1925, 35167, 4815, 9, 30, 17.94, 18.30, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35644, 1925, 35168, 2488, 1, 30, 103.00, 105.06, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35645, 1925, 35169, 694, 6, 30, 149.76, 152.76, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35646, 1925, 35170, 4365, 3, 30, 6027.00, 6147.54, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35647, 1925, 35171, 845, 3, 30, 12.16, 12.40, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35648, 1925, 35172, 670, 6, 30, 8.24, 8.40, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35649, 1925, 35173, 6038, 1, 30, 824.00, 840.48, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35650, 1925, 35174, 1330, 1, 30, 72.56, 74.01, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35651, 1925, 35175, 828, 1, 30, 18.97, 19.35, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35652, 1925, 35176, 5566, 9, 30, 31.92, 32.56, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35653, 1925, 35177, 4906, 1, 30, 3.17, 3.23, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35654, 1925, 35178, 3589, 3, 30, 7.56, 7.71, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35655, 1925, 35179, 4625, 6, 30, 122.40, 124.85, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35656, 1925, 35180, 2636, 1, 30, 23.81, 24.29, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35657, 1925, 35181, 3375, 6, 30, 13.38, 13.65, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35658, 1925, 35182, 2313, 6, 30, 31.50, 32.13, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35659, 1925, 35183, 1200, 1, 30, 9.09, 9.27, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35660, 1925, 35184, 6089, 3, 30, 5.07, 5.17, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35661, 1925, 35185, 1701, 6, 30, 6.89, 7.03, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35662, 1925, 35186, 5602, 3, 30, 35.79, 36.51, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35663, 1925, 35187, 3741, 3, 30, 4.23, 4.31, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35664, 1925, 35188, 2385, 1, 30, 9.81, 10.01, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35665, 1925, 35189, 6110, 9, 30, 2.16, 2.20, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35666, 1925, 35190, 803, 9, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35667, 1925, 35191, 1827, 3, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35668, 1925, 35192, 1811, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-01 03:50:04', '2024-09-01 03:50:04', '2024-09-01 04:51:02'),
(35669, 1915, 35151, 4096, 1, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-09-01 03:55:34', '2024-09-01 03:55:34', '2024-09-01 04:56:02'),
(35670, 1915, 35152, 1005, 1, NULL, 11.00, 11.11, 2, 1, 'manual_sell', '2024-09-01 03:56:21', '2024-09-01 03:56:21', '2024-09-01 04:57:02'),
(35671, 1921, 35193, 4667, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-01 04:00:58', '2024-09-01 04:00:58', '2024-09-01 05:01:02'),
(35672, 1921, 35194, 4792, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-09-01 04:01:24', '2024-09-01 04:01:24', '2024-09-01 05:02:02'),
(35673, 1850, 35195, 2054, 5, NULL, 110.00, 111.10, 10, 1, 'manual_sell', '2024-09-01 05:14:06', '2024-09-01 05:14:06', '2024-09-01 06:15:03'),
(35674, 1850, 35196, 3267, 5, NULL, 3.10, 3.13, 6, 1, 'manual_sell', '2024-09-01 05:14:50', '2024-09-01 05:14:50', '2024-09-01 06:15:03'),
(35675, 1850, 35197, 657, 3, 32, 39.78, 40.38, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35676, 1850, 35198, 3304, 9, 32, 44.72, 45.39, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35677, 1850, 35199, 2823, 3, 32, 26.49, 26.89, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35678, 1850, 35200, 4894, 6, 32, 16.98, 17.23, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35679, 1850, 35201, 4939, 1, 32, 49.49, 50.23, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35680, 1850, 35202, 5039, 9, 32, 647.87, 657.59, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35681, 1850, 35203, 3505, 3, 32, 60.18, 61.08, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35682, 1850, 35204, 4642, 9, 32, 26.30, 26.69, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35683, 1850, 35205, 138, 3, 32, 128.78, 130.71, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35684, 1850, 35206, 1154, 6, 32, 41.20, 41.82, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35685, 1850, 35207, 6108, 1, 32, 2.20, 2.23, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35686, 1850, 35208, 3003, 3, 32, 978.50, 993.18, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35687, 1850, 35209, 4442, 1, 32, 28.56, 28.99, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35688, 1850, 35210, 5455, 3, 32, 55.19, 56.02, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35689, 1850, 35211, 1189, 9, 32, 2.56, 2.60, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35690, 1850, 35212, 5525, 6, 32, 36.25, 36.79, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35691, 1850, 35213, 4520, 1, 32, 29.86, 30.31, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35692, 1850, 35214, 2385, 1, 32, 10.00, 10.15, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35693, 1850, 35215, 1082, 1, 32, 130.00, 131.95, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35694, 1850, 35216, 410, 6, 32, 83.81, 85.07, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35695, 1850, 35217, 3602, 6, 32, 17.01, 17.27, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35696, 1850, 35218, 5496, 6, 32, 62.82, 63.76, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35697, 1850, 35219, 40, 3, 32, 48.41, 49.14, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35698, 1850, 35220, 4553, 3, 32, 9.88, 10.03, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35699, 1850, 35221, 2443, 9, 32, 8.07, 8.19, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35700, 1850, 35222, 4601, 6, 32, 13.56, 13.76, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35701, 1850, 35223, 4202, 3, 32, 4.84, 4.91, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35702, 1850, 35224, 4748, 1, 32, 8.98, 9.11, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35703, 1850, 35225, 1844, 1, 32, 0.31, 0.31, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35704, 1850, 35226, 143, 1, 32, 1.02, 1.04, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35705, 1850, 35227, 756, 3, 32, 0.46, 0.47, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35706, 1850, 35228, 1811, 3, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35707, 1850, 35229, 1827, 1, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-01 06:57:03', '2024-09-01 06:57:03', '2024-09-01 07:58:03'),
(35708, 1850, 35230, 1827, 3, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-01 06:59:03', '2024-09-01 06:59:03', '2024-09-01 08:00:03'),
(35709, 1886, 35231, 3904, 5, NULL, 75.00, 75.75, 5, 1, 'manual_sell', '2024-09-01 12:38:00', '2024-09-01 12:38:00', '2024-09-01 13:38:02'),
(35710, 1884, 35232, 6155, 9, 31, 16.79, 17.13, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35711, 1884, 35233, 3564, 3, 31, 294.26, 300.15, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35712, 1884, 35234, 1301, 9, 31, 11.22, 11.44, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35713, 1884, 35235, 2127, 3, 31, 2.55, 2.60, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35714, 1884, 35236, 5786, 9, 31, 12.80, 13.06, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35715, 1884, 35237, 137, 6, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35716, 1884, 35238, 105, 6, 31, 340.26, 347.07, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35717, 1884, 35239, 2347, 9, 31, 41.70, 42.53, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35718, 1884, 35240, 1224, 1, 31, 15.76, 16.08, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35719, 1884, 35241, 4536, 6, 31, 64.44, 65.73, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35720, 1884, 35242, 4639, 3, 31, 25.80, 26.32, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35721, 1884, 35243, 3517, 1, 31, 66.45, 67.78, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35722, 1884, 35244, 3914, 3, 31, 74.97, 76.47, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35723, 1884, 35245, 161, 6, 31, 31.62, 32.25, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35724, 1884, 35246, 2679, 1, 31, 190.73, 194.54, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35725, 1884, 35247, 1441, 3, 31, 2496.00, 2545.92, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35726, 1884, 35248, 4738, 1, 31, 115.54, 117.85, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35727, 1884, 35249, 5886, 6, 31, 1649.33, 1682.32, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35728, 1884, 35250, 4262, 1, 31, 936.00, 954.72, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35729, 1884, 35251, 5200, 9, 31, 146.63, 149.56, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35730, 1884, 35252, 3446, 3, 31, 81.78, 83.42, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35731, 1884, 35253, 3707, 1, 31, 375.80, 383.32, 1, 1, 'ai_sell', '2024-09-01 12:43:03', '2024-09-01 12:43:03', '2024-09-01 13:44:02'),
(35732, 1884, 35254, 2685, 9, 31, 21.81, 22.25, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35733, 1884, 35255, 2199, 1, 31, 30.30, 30.91, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35734, 1884, 35256, 2509, 3, 31, 29.86, 30.46, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35735, 1884, 35257, 5510, 9, 31, 436.79, 445.53, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35736, 1884, 35258, 1406, 6, 31, 30.90, 31.52, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35737, 1884, 35259, 5726, 1, 31, 11.66, 11.89, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35738, 1884, 35260, 1357, 9, 31, 50.68, 51.69, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35739, 1884, 35261, 3258, 1, 31, 91.89, 93.73, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35740, 1884, 35262, 2978, 9, 31, 214.72, 219.01, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35741, 1884, 35263, 858, 3, 31, 14.52, 14.81, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35742, 1884, 35264, 5943, 3, 31, 16.66, 16.99, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35743, 1884, 35265, 3313, 3, 31, 14.42, 14.71, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35744, 1884, 35266, 4163, 6, 31, 1474.60, 1504.09, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35745, 1884, 35267, 5137, 1, 31, 131.69, 134.32, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35746, 1884, 35268, 5003, 3, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35747, 1884, 35269, 4539, 1, 31, 33.32, 33.99, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35748, 1884, 35270, 3963, 1, 31, 114.39, 116.68, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35749, 1884, 35271, 4860, 3, 31, 3341.32, 3408.15, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35750, 1884, 35272, 1404, 9, 31, 30.48, 31.09, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35751, 1884, 35273, 1061, 3, 31, 16.12, 16.44, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35752, 1884, 35274, 2588, 6, 31, 31.92, 32.56, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35753, 1884, 35275, 4393, 6, 31, 15.45, 15.76, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35754, 1884, 35276, 3975, 3, 31, 2361.78, 2409.02, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35755, 1884, 35277, 131, 9, 31, 7.07, 7.21, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35756, 1884, 35278, 2386, 9, 31, 8.08, 8.24, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35757, 1884, 35279, 2746, 6, 31, 44.51, 45.40, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35758, 1884, 35280, 571, 3, 31, 18.72, 19.09, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35759, 1884, 35281, 3049, 3, 31, 14.46, 14.75, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35760, 1884, 35282, 5649, 9, 31, 14.61, 14.90, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35761, 1884, 35283, 5224, 6, 31, 788.63, 804.40, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35762, 1884, 35284, 886, 1, 31, 63.58, 64.85, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35763, 1884, 35285, 2550, 3, 31, 31.16, 31.78, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35764, 1884, 35286, 1792, 9, 31, 65.03, 66.33, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35765, 1884, 35287, 6163, 3, 31, 419.95, 428.35, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35766, 1884, 35288, 727, 3, 31, 5.10, 5.20, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35767, 1884, 35289, 977, 9, 31, 63.60, 64.87, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35768, 1884, 35290, 367, 1, 31, 945.00, 963.90, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35769, 1884, 35291, 304, 3, 31, 127.70, 130.25, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35770, 1884, 35292, 4325, 6, 31, 27.53, 28.08, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35771, 1884, 35293, 2726, 1, 31, 29.57, 30.16, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35772, 1884, 35294, 2983, 3, 31, 103.01, 105.07, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35773, 1884, 35295, 3568, 9, 31, 14.06, 14.34, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35774, 1884, 35296, 4852, 1, 31, 974.13, 993.61, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35775, 1884, 35297, 5539, 6, 31, 281.40, 287.03, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35776, 1884, 35298, 3422, 9, 31, 11.35, 11.58, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35777, 1884, 35299, 4481, 6, 31, 55.62, 56.73, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35778, 1884, 35300, 5528, 6, 31, 22.83, 23.29, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35779, 1884, 35301, 2416, 3, 31, 25.91, 26.43, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35780, 1884, 35302, 1143, 1, 31, 7704.06, 7858.14, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35781, 1884, 35303, 939, 9, 31, 43.45, 44.32, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35782, 1884, 35304, 5122, 6, 31, 206.00, 210.12, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35783, 1884, 35305, 15, 1, 31, 24.15, 24.63, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35784, 1884, 35306, 1749, 3, 31, 99.96, 101.96, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35785, 1884, 35307, 4269, 6, 31, 113.36, 115.63, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35786, 1884, 35308, 405, 3, 31, 14.23, 14.51, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35787, 1884, 35309, 5610, 9, 31, 94.49, 96.38, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35788, 1884, 35310, 3886, 9, 31, 567.21, 578.55, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35789, 1884, 35311, 4136, 6, 31, 36.04, 36.76, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35790, 1884, 35312, 1889, 1, 31, 62.54, 63.79, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35791, 1884, 35313, 5485, 1, 31, 359.72, 366.91, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35792, 1884, 35314, 450, 9, 31, 157.03, 160.17, 1, 1, 'ai_sell', '2024-09-01 12:43:04', '2024-09-01 12:43:04', '2024-09-01 13:44:02'),
(35793, 1884, 35315, 3956, 6, 31, 98.58, 100.55, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35794, 1884, 35316, 4986, 6, 31, 11.31, 11.54, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35795, 1884, 35317, 1041, 9, 31, 61.80, 63.04, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35796, 1884, 35318, 6135, 9, 31, 19.08, 19.46, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35797, 1884, 35319, 5359, 9, 31, 1247.99, 1272.95, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35798, 1884, 35320, 3098, 3, 31, 71.40, 72.83, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35799, 1884, 35321, 4661, 3, 31, 13.28, 13.55, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35800, 1884, 35322, 4796, 9, 31, 10.52, 10.73, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35801, 1884, 35323, 3815, 3, 31, 4451.99, 4541.03, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35802, 1884, 35324, 2476, 1, 31, 157.62, 160.77, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35803, 1884, 35325, 1965, 9, 31, 13.12, 13.38, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35804, 1884, 35326, 944, 1, 31, 525.11, 535.61, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35805, 1884, 35327, 4466, 9, 31, 140.40, 143.21, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35806, 1884, 35328, 3495, 6, 31, 15.59, 15.90, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35807, 1884, 35329, 3708, 6, 31, 21.83, 22.27, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:02'),
(35808, 1884, 35330, 487, 1, 31, 7519.00, 7669.38, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35809, 1884, 35331, 3631, 1, 31, 12.55, 12.80, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35810, 1884, 35332, 4686, 9, 31, 1321.01, 1347.43, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35811, 1884, 35333, 179, 6, 31, 22.44, 22.89, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35812, 1884, 35334, 5902, 9, 31, 816.00, 832.32, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35813, 1884, 35335, 698, 1, 31, 6.61, 6.74, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35814, 1884, 35336, 4795, 3, 31, 43.44, 44.31, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35815, 1884, 35337, 5091, 1, 31, 5.04, 5.14, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35816, 1884, 35338, 6121, 1, 31, 13.38, 13.65, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35817, 1884, 35339, 905, 3, 31, 18.07, 18.43, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35818, 1884, 35340, 2867, 3, 31, 25959.00, 26478.18, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35819, 1884, 35341, 441, 9, 31, 39.07, 39.85, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35820, 1884, 35342, 4477, 3, 31, 102.00, 104.04, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35821, 1884, 35343, 58, 6, 31, 33.60, 34.27, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35822, 1884, 35344, 5993, 9, 31, 5.29, 5.40, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35823, 1884, 35345, 5298, 9, 31, 204.00, 208.08, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35824, 1884, 35346, 3531, 1, 31, 74.54, 76.03, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35825, 1884, 35347, 731, 6, 31, 113.59, 115.86, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35826, 1884, 35348, 1862, 9, 31, 50.83, 51.85, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35827, 1884, 35349, 4851, 6, 31, 1273.99, 1299.47, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35828, 1884, 35350, 3163, 6, 31, 23.09, 23.55, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35829, 1884, 35351, 5700, 3, 31, 37.67, 38.42, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35830, 1884, 35352, 75, 1, 31, 12.36, 12.61, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35831, 1884, 35353, 185, 1, 31, 70.69, 72.10, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35832, 1884, 35354, 118, 6, 31, 222.20, 226.64, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35833, 1884, 35355, 4912, 1, 31, 679.41, 693.00, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35834, 1884, 35356, 6013, 1, 31, 33.65, 34.32, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35835, 1884, 35357, 3337, 6, 31, 200.85, 204.87, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35836, 1884, 35358, 857, 1, 31, 95.60, 97.51, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35837, 1884, 35359, 1606, 3, 31, 20.55, 20.96, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35838, 1884, 35360, 3454, 1, 31, 29.37, 29.96, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35839, 1884, 35361, 6071, 6, 31, 52.99, 54.05, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35840, 1884, 35362, 181, 9, 31, 266.05, 271.37, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35841, 1884, 35363, 6162, 1, 31, 18.17, 18.53, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35842, 1884, 35364, 1178, 9, 31, 54.07, 55.15, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35843, 1884, 35365, 922, 9, 31, 43.26, 44.13, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35844, 1884, 35366, 1120, 3, 31, 9.05, 9.23, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35845, 1884, 35367, 1197, 3, 31, 25.25, 25.76, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35846, 1884, 35368, 386, 3, 31, 404.00, 412.08, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35847, 1884, 35369, 1331, 6, 31, 4.74, 4.83, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35848, 1884, 35370, 5920, 3, 31, 33.91, 34.59, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35849, 1884, 35371, 3839, 1, 31, 257.50, 262.65, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35850, 1884, 35372, 212, 6, 31, 39.45, 40.24, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35851, 1884, 35373, 3931, 9, 31, 22.26, 22.71, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35852, 1884, 35374, 3616, 9, 31, 159.65, 162.84, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35853, 1884, 35375, 2665, 6, 31, 18.35, 18.72, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35854, 1884, 35376, 1292, 9, 31, 33.78, 34.46, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35855, 1884, 35377, 1610, 6, 31, 78.53, 80.10, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35856, 1884, 35378, 5856, 1, 31, 23.45, 23.92, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35857, 1884, 35379, 4042, 1, 31, 222.59, 227.04, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35858, 1884, 35380, 4649, 6, 31, 31.30, 31.93, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35859, 1884, 35381, 4797, 1, 31, 40.39, 41.20, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35860, 1884, 35382, 4375, 1, 31, 83.20, 84.86, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35861, 1884, 35383, 2790, 6, 31, 129.25, 131.84, 1, 1, 'ai_sell', '2024-09-01 12:43:05', '2024-09-01 12:43:05', '2024-09-01 13:44:03'),
(35862, 1884, 35384, 3387, 6, 31, 22.02, 22.46, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35863, 1884, 35385, 208, 9, 31, 30.61, 31.22, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35864, 1884, 35386, 4347, 9, 31, 511.01, 521.23, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35865, 1884, 35387, 5175, 1, 31, 63.19, 64.45, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35866, 1884, 35388, 1773, 3, 31, 9.44, 9.63, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35867, 1884, 35389, 733, 6, 31, 98.54, 100.51, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35868, 1884, 35390, 5316, 9, 31, 162.60, 165.85, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35869, 1884, 35391, 4387, 9, 31, 4.94, 5.04, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35870, 1884, 35392, 5568, 1, 31, 108.11, 110.27, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35871, 1884, 35393, 4145, 1, 31, 193.01, 196.87, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35872, 1884, 35394, 3042, 6, 31, 101.13, 103.15, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35873, 1884, 35395, 3315, 6, 31, 9.09, 9.27, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35874, 1884, 35396, 4824, 6, 31, 21.69, 22.12, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35875, 1884, 35397, 3899, 6, 31, 205.01, 209.11, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35876, 1884, 35398, 2331, 6, 31, 28.52, 29.09, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35877, 1884, 35399, 5438, 9, 31, 17.89, 18.25, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35878, 1884, 35400, 4356, 9, 31, 90.89, 92.71, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35879, 1884, 35401, 3324, 1, 31, 1.40, 1.43, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35880, 1884, 35402, 4610, 6, 31, 13.73, 14.00, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35881, 1884, 35403, 166, 1, 31, 9.35, 9.54, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35882, 1884, 35404, 5824, 6, 31, 1.43, 1.46, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35883, 1884, 35405, 716, 9, 31, 1.01, 1.03, 1, 1, 'ai_sell', '2024-09-01 12:43:06', '2024-09-01 12:43:06', '2024-09-01 13:44:03'),
(35884, 1876, 35406, 1880, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-09-01 22:44:19', '2024-09-01 22:44:19', '2024-09-01 23:45:02'),
(35885, 1876, 35407, 2233, 5, NULL, 30.00, 30.30, 2, 1, 'manual_sell', '2024-09-01 22:44:55', '2024-09-01 22:44:55', '2024-09-01 23:45:02'),
(35886, 1798, 35408, 2516, 5, NULL, 508.00, 513.08, 1, 1, 'manual_sell', '2024-09-01 23:25:37', '2024-09-01 23:25:37', '2024-09-02 00:26:02'),
(35887, 1798, 35409, 3148, 5, NULL, 22.00, 22.22, 2, 1, 'manual_sell', '2024-09-01 23:27:02', '2024-09-01 23:27:02', '2024-09-02 00:27:02'),
(35888, 1876, 35410, 3624, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-09-02 03:49:06', '2024-09-02 03:49:06', '2024-09-02 04:50:02'),
(35889, 1876, 35411, 4568, 5, NULL, 7.00, 7.07, 2, 1, 'manual_sell', '2024-09-02 03:49:42', '2024-09-02 03:49:42', '2024-09-02 04:50:02'),
(35890, 1925, 35412, 1074, 3, 30, 13.25, 13.52, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35891, 1925, 35413, 2490, 3, 30, 18.15, 18.51, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35892, 1925, 35414, 5814, 3, 30, 353.50, 360.57, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35893, 1925, 35415, 2535, 1, 30, 285.60, 291.31, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35894, 1925, 35416, 3700, 3, 30, 212.85, 217.11, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35895, 1925, 35417, 2376, 3, 30, 119.07, 121.45, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35896, 1925, 35418, 5123, 6, 30, 376.38, 383.91, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35897, 1925, 35419, 4380, 9, 30, 5.04, 5.14, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35898, 1925, 35420, 3989, 9, 30, 82.42, 84.07, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35899, 1925, 35421, 586, 6, 30, 737.30, 752.05, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35900, 1925, 35422, 4706, 1, 30, 108.98, 111.16, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35901, 1925, 35423, 2528, 1, 30, 180.20, 183.80, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35902, 1925, 35424, 3235, 3, 30, 182.83, 186.49, 1, 1, 'ai_sell', '2024-09-02 05:01:02', '2024-09-02 05:01:02', '2024-09-02 06:01:02'),
(35903, 1925, 35425, 5940, 3, 30, 3.06, 3.12, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35904, 1925, 35426, 5256, 3, 30, 50.40, 51.41, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35905, 1925, 35427, 4349, 6, 30, 5.04, 5.14, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35906, 1925, 35428, 2390, 9, 30, 561.60, 572.83, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35907, 1925, 35429, 2772, 3, 30, 47.70, 48.65, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35908, 1925, 35430, 5270, 3, 30, 8.90, 9.08, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35909, 1925, 35431, 510, 9, 30, 10.59, 10.80, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35910, 1925, 35432, 4767, 9, 30, 44.57, 45.46, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35911, 1925, 35433, 4106, 6, 30, 1.34, 1.37, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35912, 1925, 35434, 974, 9, 30, 40.80, 41.62, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35913, 1925, 35435, 5210, 1, 30, 35.34, 36.05, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35914, 1925, 35436, 1259, 6, 30, 309.96, 316.16, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35915, 1925, 35437, 3855, 1, 30, 726.19, 740.71, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35916, 1925, 35438, 947, 3, 30, 32.38, 33.03, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35917, 1925, 35439, 5447, 9, 30, 2788.08, 2843.84, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35918, 1925, 35440, 627, 9, 30, 8148.40, 8311.37, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35919, 1925, 35441, 4053, 6, 30, 27.87, 28.43, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35920, 1925, 35442, 4857, 9, 30, 8.15, 8.31, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35921, 1925, 35443, 1437, 9, 30, 227.90, 232.46, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35922, 1925, 35444, 1963, 6, 30, 11.85, 12.09, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35923, 1925, 35445, 4967, 3, 30, 233.20, 237.86, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35924, 1925, 35446, 1549, 6, 30, 154.55, 157.64, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35925, 1925, 35447, 6041, 3, 30, 100.73, 102.74, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35926, 1925, 35448, 3649, 6, 30, 13.38, 13.65, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35927, 1925, 35449, 5792, 6, 30, 307.40, 313.55, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35928, 1925, 35450, 1349, 3, 30, 182.58, 186.23, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35929, 1925, 35451, 612, 1, 30, 68.90, 70.28, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35930, 1925, 35452, 5424, 3, 30, 19.54, 19.93, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35931, 1925, 35453, 3906, 9, 30, 202.45, 206.50, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35932, 1925, 35454, 808, 1, 30, 12.89, 13.15, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35933, 1925, 35455, 1286, 6, 30, 539.17, 549.95, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35934, 1925, 35456, 4747, 3, 30, 52.99, 54.05, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35935, 1925, 35457, 3602, 6, 30, 16.69, 17.02, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35936, 1925, 35458, 6095, 1, 30, 30.98, 31.60, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35937, 1925, 35459, 5916, 6, 30, 504.19, 514.27, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35938, 1925, 35460, 2405, 1, 30, 152.25, 155.30, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35939, 1925, 35461, 5711, 9, 30, 28.82, 29.40, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35940, 1925, 35462, 4519, 6, 30, 19.94, 20.34, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35941, 1925, 35463, 803, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35942, 1925, 35464, 752, 1, 30, 1.06, 1.08, 1, 1, 'ai_sell', '2024-09-02 05:01:03', '2024-09-02 05:01:03', '2024-09-02 06:02:02'),
(35943, 1850, 35466, 5989, 6, 32, 38.98, 39.56, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:02'),
(35944, 1850, 35467, 3791, 6, 32, 14.13, 14.34, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:02'),
(35945, 1850, 35468, 6031, 1, 32, 4.11, 4.17, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:02'),
(35946, 1850, 35469, 4045, 3, 32, 10.49, 10.65, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:02'),
(35947, 1850, 35470, 4878, 1, 32, 242.66, 246.30, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:02'),
(35948, 1850, 35471, 2737, 3, 32, 710.03, 720.68, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:02'),
(35949, 1850, 35472, 5896, 9, 32, 373.70, 379.31, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35950, 1850, 35473, 254, 6, 32, 54.81, 55.63, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35951, 1850, 35474, 1405, 3, 32, 10.10, 10.25, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35952, 1850, 35475, 4030, 1, 32, 20.39, 20.70, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35953, 1850, 35476, 731, 6, 32, 111.43, 113.10, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35954, 1850, 35477, 5625, 3, 32, 4.88, 4.95, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35955, 1850, 35478, 5619, 1, 32, 104.99, 106.56, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35956, 1850, 35479, 1542, 6, 32, 173.25, 175.85, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35957, 1850, 35480, 4824, 3, 32, 21.48, 21.80, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35958, 1850, 35481, 785, 6, 32, 20.80, 21.11, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35959, 1850, 35482, 3116, 9, 32, 9.13, 9.27, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35960, 1850, 35483, 1649, 3, 32, 99.45, 100.94, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35961, 1850, 35484, 2112, 6, 32, 53.00, 53.80, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35962, 1850, 35485, 5171, 9, 32, 47.83, 48.55, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35963, 1850, 35486, 1886, 9, 32, 53.70, 54.51, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35964, 1850, 35487, 5053, 9, 32, 10.19, 10.34, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35965, 1850, 35488, 1176, 9, 32, 24.36, 24.73, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35966, 1850, 35489, 2821, 9, 32, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35967, 1850, 35490, 164, 9, 32, 413.60, 419.80, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35968, 1850, 35491, 4979, 6, 32, 4.76, 4.83, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35969, 1850, 35492, 803, 3, 32, 0.20, 0.20, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35970, 1850, 35493, 734, 1, 32, 0.22, 0.22, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35971, 1850, 35494, 1811, 3, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35972, 1850, 35495, 1827, 9, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-02 08:11:03', '2024-09-02 08:11:03', '2024-09-02 09:12:03'),
(35973, 1850, 35465, 2447, 5, NULL, 175.00, 176.75, 6, 1, 'manual_sell', '2024-09-02 08:34:24', '2024-09-02 08:34:24', '2024-09-02 09:35:03'),
(35974, 1850, 35496, 6123, 5, NULL, 19.95, 20.14, 4, 1, 'manual_sell', '2024-09-02 08:35:21', '2024-09-02 08:35:21', '2024-09-02 09:36:02'),
(35975, 1884, 35499, 4039, 6, 31, 19.28, 19.67, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35976, 1884, 35500, 966, 9, 31, 13.30, 13.57, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35977, 1884, 35501, 5006, 3, 31, 9.17, 9.35, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35978, 1884, 35502, 2455, 6, 31, 50.40, 51.41, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35979, 1884, 35503, 1533, 6, 31, 23.23, 23.69, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35980, 1884, 35504, 2433, 6, 31, 20.19, 20.59, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35981, 1884, 35505, 5586, 9, 31, 11.32, 11.55, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35982, 1884, 35506, 5509, 9, 31, 152.99, 156.05, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35983, 1884, 35507, 6023, 3, 31, 11.71, 11.94, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35984, 1884, 35508, 3343, 6, 31, 21.00, 21.42, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35985, 1884, 35509, 5101, 6, 31, 232.04, 236.68, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35986, 1884, 35510, 5868, 9, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35987, 1884, 35511, 3962, 1, 31, 96.54, 98.47, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35988, 1884, 35512, 5555, 1, 31, 43.07, 43.93, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(35989, 1884, 35513, 1606, 6, 31, 20.55, 20.96, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35990, 1884, 35514, 2865, 1, 31, 57.74, 58.89, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35991, 1884, 35515, 2336, 3, 31, 46.35, 47.28, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35992, 1884, 35516, 568, 3, 31, 15.45, 15.76, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35993, 1884, 35517, 1166, 3, 31, 439.23, 448.01, 1, 1, 'ai_sell', '2024-09-02 13:55:04', '2024-09-02 13:55:04', '2024-09-02 14:56:02'),
(35994, 1884, 35518, 1083, 6, 31, 69.43, 70.82, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(35995, 1884, 35519, 3018, 9, 31, 2.65, 2.70, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(35996, 1884, 35520, 2988, 1, 31, 309.00, 315.18, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(35997, 1884, 35521, 4941, 6, 31, 525.16, 535.66, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(35998, 1884, 35522, 4839, 9, 31, 168.89, 172.27, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(35999, 1884, 35523, 1860, 3, 31, 926.11, 944.63, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36000, 1884, 35524, 5998, 1, 31, 31.38, 32.01, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36001, 1884, 35525, 4908, 3, 31, 138.20, 140.96, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36002, 1884, 35526, 2886, 6, 31, 14.55, 14.84, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36003, 1884, 35527, 2571, 3, 31, 16.71, 17.04, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36004, 1884, 35528, 1054, 3, 31, 22.62, 23.07, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36005, 1884, 35529, 2723, 6, 31, 243.07, 247.93, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36006, 1884, 35530, 4506, 9, 31, 69.29, 70.68, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36007, 1884, 35531, 4590, 1, 31, 51.97, 53.01, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36008, 1884, 35532, 3764, 9, 31, 130.20, 132.80, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36009, 1884, 35533, 822, 6, 31, 1007.00, 1027.14, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36010, 1884, 35534, 1730, 1, 31, 494.55, 504.44, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36011, 1884, 35535, 2993, 1, 31, 822.97, 839.43, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36012, 1884, 35536, 289, 6, 31, 76.32, 77.85, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36013, 1884, 35537, 370, 9, 31, 933.05, 951.71, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36014, 1884, 35538, 4268, 6, 31, 816.33, 832.66, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36015, 1884, 35539, 2565, 1, 31, 84.55, 86.24, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36016, 1884, 35540, 3577, 9, 31, 28.97, 29.55, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36017, 1884, 35541, 717, 3, 31, 40.78, 41.60, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36018, 1884, 35542, 4683, 9, 31, 8.39, 8.56, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36019, 1884, 35543, 2471, 1, 31, 332.29, 338.94, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36020, 1884, 35544, 5711, 1, 31, 28.26, 28.83, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36021, 1884, 35545, 3704, 6, 31, 76.47, 78.00, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36022, 1884, 35546, 3945, 3, 31, 48.75, 49.73, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36023, 1884, 35547, 378, 3, 31, 373.75, 381.23, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36024, 1884, 35548, 1549, 1, 31, 151.61, 154.64, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36025, 1884, 35549, 3126, 1, 31, 15.98, 16.30, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36026, 1884, 35550, 128, 1, 31, 9.18, 9.36, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36027, 1884, 35551, 4484, 3, 31, 9.56, 9.75, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36028, 1884, 35552, 4830, 9, 31, 10.19, 10.39, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36029, 1884, 35553, 3686, 6, 31, 12.70, 12.95, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:02'),
(36030, 1884, 35554, 4147, 1, 31, 101.99, 104.03, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36031, 1884, 35555, 5919, 6, 31, 532.50, 543.15, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36032, 1884, 35556, 3081, 9, 31, 9.36, 9.55, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36033, 1884, 35557, 44, 3, 31, 4.20, 4.28, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36034, 1884, 35558, 5464, 3, 31, 203.52, 207.59, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36035, 1884, 35559, 5712, 6, 31, 211.05, 215.27, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36036, 1884, 35560, 829, 1, 31, 23.14, 23.60, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36037, 1884, 35561, 2691, 1, 31, 31.79, 32.43, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36038, 1884, 35562, 439, 1, 31, 69.24, 70.62, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36039, 1884, 35563, 152, 9, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36040, 1884, 35564, 5011, 3, 31, 10.09, 10.29, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36041, 1884, 35565, 4548, 1, 31, 205.01, 209.11, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36042, 1884, 35566, 995, 6, 31, 108.63, 110.80, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36043, 1884, 35567, 117, 6, 31, 1261.49, 1286.72, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36044, 1884, 35568, 4796, 6, 31, 10.93, 11.15, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36045, 1884, 35569, 3839, 6, 31, 255.00, 260.10, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36046, 1884, 35570, 1416, 3, 31, 168.54, 171.91, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36047, 1884, 35571, 34, 9, 31, 3.03, 3.09, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36048, 1884, 35572, 2880, 1, 31, 8.71, 8.88, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36049, 1884, 35573, 3201, 1, 31, 236.24, 240.96, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36050, 1884, 35574, 999, 3, 31, 14.42, 14.71, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36051, 1884, 35575, 1159, 6, 31, 10.39, 10.60, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36052, 1884, 35576, 5775, 3, 31, 16.70, 17.03, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36053, 1884, 35577, 112, 6, 31, 12.42, 12.67, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36054, 1884, 35578, 2057, 1, 31, 609.96, 622.16, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36055, 1884, 35579, 5192, 9, 31, 21.25, 21.68, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36056, 1884, 35580, 1514, 3, 31, 4.49, 4.58, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36057, 1884, 35581, 2256, 3, 31, 32.96, 33.62, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36058, 1884, 35582, 5286, 3, 31, 22.09, 22.53, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36059, 1884, 35583, 3742, 3, 31, 86.79, 88.53, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36060, 1884, 35584, 396, 6, 31, 35.69, 36.40, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36061, 1884, 35585, 5904, 9, 31, 103.02, 105.08, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36062, 1884, 35586, 3266, 6, 31, 242.41, 247.26, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36063, 1884, 35587, 2208, 3, 31, 58.18, 59.34, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36064, 1884, 35588, 998, 3, 31, 410.18, 418.38, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36065, 1884, 35589, 4586, 3, 31, 39.89, 40.69, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36066, 1884, 35590, 4882, 9, 31, 18.71, 19.08, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36067, 1884, 35591, 6142, 3, 31, 13.69, 13.96, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36068, 1884, 35592, 5153, 6, 31, 10.29, 10.50, 1, 1, 'ai_sell', '2024-09-02 13:55:05', '2024-09-02 13:55:05', '2024-09-02 14:56:03'),
(36069, 1884, 35593, 119, 6, 31, 6.72, 6.85, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36070, 1884, 35594, 2811, 6, 31, 48.75, 49.73, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36071, 1884, 35595, 4635, 9, 31, 18.53, 18.90, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36072, 1884, 35596, 5265, 6, 31, 17.84, 18.20, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36073, 1884, 35597, 352, 3, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36074, 1884, 35598, 837, 6, 31, 90.70, 92.51, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36075, 1884, 35599, 1455, 6, 31, 28.17, 28.73, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36076, 1884, 35600, 1021, 9, 31, 3.03, 3.09, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36077, 1884, 35601, 1306, 1, 31, 10.40, 10.61, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36078, 1884, 35602, 1880, 9, 31, 125.55, 128.06, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36079, 1884, 35603, 2220, 3, 31, 46.27, 47.20, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36080, 1884, 35604, 1241, 1, 31, 196.93, 200.87, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36081, 1884, 35605, 3474, 6, 31, 93.60, 95.47, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36082, 1884, 35606, 1942, 3, 31, 8.06, 8.22, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36083, 1884, 35607, 3501, 1, 31, 9.09, 9.27, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36084, 1884, 35608, 4911, 3, 31, 30.02, 30.62, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36085, 1884, 35609, 5039, 9, 31, 666.74, 680.07, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36086, 1884, 35610, 1000, 3, 31, 3.57, 3.64, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36087, 1884, 35611, 4390, 1, 31, 73.83, 75.31, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36088, 1884, 35612, 1599, 1, 31, 2550.00, 2601.00, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36089, 1884, 35613, 153, 1, 31, 20.80, 21.22, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36090, 1884, 35614, 682, 1, 31, 4941.72, 5040.55, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36091, 1884, 35615, 2601, 6, 31, 16.00, 16.32, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36092, 1884, 35616, 1588, 9, 31, 3.15, 3.21, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36093, 1884, 35617, 88, 3, 31, 1614.99, 1647.29, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36094, 1884, 35618, 4893, 3, 31, 114.80, 117.10, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36095, 1884, 35619, 74, 1, 31, 4.24, 4.32, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36096, 1884, 35620, 5386, 9, 31, 142.80, 145.66, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36097, 1884, 35621, 3973, 1, 31, 129.54, 132.13, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36098, 1884, 35622, 4383, 9, 31, 12.12, 12.36, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36099, 1884, 35623, 4179, 6, 31, 26.38, 26.91, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36100, 1884, 35624, 4579, 6, 31, 73.49, 74.96, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36101, 1884, 35625, 859, 1, 31, 14.52, 14.81, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36102, 1884, 35626, 5956, 9, 31, 19.47, 19.86, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36103, 1884, 35627, 3135, 6, 31, 310.65, 316.86, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36104, 1884, 35628, 1658, 1, 31, 116.14, 118.46, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36105, 1884, 35629, 5763, 1, 31, 735.00, 749.70, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36106, 1884, 35630, 1115, 3, 31, 178.50, 182.07, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36107, 1884, 35631, 1124, 9, 31, 4.23, 4.31, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36108, 1884, 35632, 1708, 1, 31, 51.44, 52.47, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36109, 1884, 35633, 5005, 6, 31, 35.34, 36.05, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36110, 1884, 35634, 5476, 6, 31, 22.65, 23.10, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36111, 1884, 35635, 5521, 3, 31, 87.21, 88.95, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36112, 1884, 35636, 1349, 1, 31, 182.58, 186.23, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36113, 1884, 35637, 5801, 3, 31, 25.99, 26.51, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36114, 1884, 35638, 501, 9, 31, 3729.05, 3803.63, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36115, 1884, 35639, 815, 3, 31, 75.42, 76.93, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36116, 1884, 35640, 115, 9, 31, 266.35, 271.68, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36117, 1884, 35641, 5697, 9, 31, 102.90, 104.96, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36118, 1884, 35642, 3050, 9, 31, 10.70, 10.91, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36119, 1884, 35643, 921, 3, 31, 76.50, 78.03, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36120, 1884, 35644, 4091, 9, 31, 27.98, 28.54, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36121, 1884, 35645, 3762, 1, 31, 50.59, 51.60, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36122, 1884, 35646, 2631, 3, 31, 42.42, 43.27, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36123, 1884, 35647, 5018, 9, 31, 212.09, 216.33, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36124, 1884, 35648, 4961, 6, 31, 425.34, 433.85, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36125, 1884, 35649, 1819, 1, 31, 15.29, 15.60, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36126, 1884, 35650, 5839, 1, 31, 404.66, 412.75, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36127, 1884, 35651, 686, 3, 31, 4.04, 4.12, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36128, 1884, 35652, 2005, 1, 31, 81.12, 82.74, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36129, 1884, 35653, 5897, 3, 31, 7.36, 7.51, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36130, 1884, 35654, 2237, 3, 31, 36.75, 37.49, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36131, 1884, 35655, 2999, 3, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36132, 1884, 35656, 2789, 9, 31, 42.37, 43.22, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36133, 1884, 35657, 4762, 9, 31, 51.17, 52.19, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36134, 1884, 35658, 5211, 9, 31, 72.80, 74.26, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36135, 1884, 35659, 2278, 9, 31, 46.35, 47.28, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36136, 1884, 35660, 2985, 3, 31, 79.79, 81.39, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36137, 1884, 35661, 5719, 9, 31, 5.41, 5.52, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36138, 1884, 35662, 3728, 1, 31, 11.65, 11.88, 1, 1, 'ai_sell', '2024-09-02 13:55:06', '2024-09-02 13:55:06', '2024-09-02 14:56:03'),
(36139, 1884, 35663, 5063, 1, 31, 24.23, 24.71, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36140, 1884, 35664, 3096, 9, 31, 32.31, 32.96, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36141, 1884, 35665, 132, 6, 31, 100.98, 103.00, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36142, 1884, 35666, 3356, 1, 31, 9.09, 9.27, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36143, 1884, 35667, 2122, 9, 31, 62.11, 63.35, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36144, 1884, 35668, 2423, 6, 31, 8427.00, 8595.54, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36145, 1884, 35669, 1022, 9, 31, 29.12, 29.70, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36146, 1884, 35670, 6069, 9, 31, 16.77, 17.11, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36147, 1884, 35671, 3160, 3, 31, 207.02, 211.16, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36148, 1884, 35672, 1951, 9, 31, 37.85, 38.61, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36149, 1884, 35673, 3772, 1, 31, 18174.95, 18538.45, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36150, 1884, 35674, 2070, 3, 31, 181.80, 185.44, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36151, 1884, 35675, 5714, 9, 31, 145.91, 148.83, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36152, 1884, 35676, 3816, 1, 31, 36.35, 37.08, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36153, 1884, 35677, 3563, 6, 31, 10.09, 10.29, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36154, 1884, 35678, 5015, 6, 31, 8.23, 8.39, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36155, 1884, 35679, 639, 1, 31, 4.20, 4.28, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36156, 1884, 35680, 4851, 1, 31, 1273.99, 1299.47, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36157, 1884, 35681, 571, 3, 31, 19.08, 19.46, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36158, 1884, 35682, 5469, 3, 31, 131.42, 134.05, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36159, 1884, 35683, 1334, 1, 31, 5.81, 5.93, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36160, 1884, 35684, 3471, 1, 31, 88.19, 89.95, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:03'),
(36161, 1884, 35685, 4738, 3, 31, 110.09, 112.29, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36162, 1884, 35686, 4563, 9, 31, 595.89, 607.81, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36163, 1884, 35687, 63, 9, 31, 7.21, 7.35, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36164, 1884, 35688, 3661, 1, 31, 306.00, 312.12, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36165, 1884, 35689, 3537, 1, 31, 3211.52, 3275.75, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36166, 1884, 35690, 5503, 3, 31, 82.49, 84.14, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36167, 1884, 35691, 5460, 1, 31, 114.24, 116.52, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36168, 1884, 35692, 1924, 3, 31, 11.51, 11.74, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36169, 1884, 35693, 6141, 1, 31, 21.00, 21.42, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36170, 1884, 35694, 5693, 6, 31, 670.31, 683.72, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36171, 1884, 35695, 3288, 3, 31, 13.51, 13.78, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36172, 1884, 35696, 1513, 9, 31, 1464.50, 1493.79, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36173, 1884, 35697, 4490, 3, 31, 119.47, 121.86, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36174, 1884, 35698, 694, 9, 31, 151.20, 154.22, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36175, 1884, 35699, 208, 3, 31, 30.02, 30.62, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36176, 1884, 35700, 301, 1, 31, 8.94, 9.12, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36177, 1884, 35701, 6166, 1, 31, 61.79, 63.03, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36178, 1884, 35702, 2977, 9, 31, 754.97, 770.07, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36179, 1884, 35703, 4737, 6, 31, 54.43, 55.52, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36180, 1884, 35704, 1645, 1, 31, 3.77, 3.85, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36181, 1884, 35705, 4454, 9, 31, 1534.70, 1565.39, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36182, 1884, 35706, 2740, 1, 31, 30.59, 31.20, 1, 1, 'ai_sell', '2024-09-02 13:55:07', '2024-09-02 13:55:07', '2024-09-02 14:56:04'),
(36183, 1884, 35707, 612, 1, 31, 66.95, 68.29, 1, 1, 'ai_sell', '2024-09-02 13:56:04', '2024-09-02 13:56:04', '2024-09-02 14:57:01'),
(36184, 1884, 35708, 2440, 6, 31, 14.48, 14.77, 1, 1, 'ai_sell', '2024-09-02 13:56:04', '2024-09-02 13:56:04', '2024-09-02 14:57:01'),
(36185, 1884, 35709, 3868, 1, 31, 112.33, 114.58, 1, 1, 'ai_sell', '2024-09-02 13:56:04', '2024-09-02 13:56:04', '2024-09-02 14:57:01'),
(36186, 1884, 35710, 4128, 1, 31, 11.10, 11.32, 1, 1, 'ai_sell', '2024-09-02 13:56:04', '2024-09-02 13:56:04', '2024-09-02 14:57:01'),
(36187, 1884, 35711, 1609, 3, 31, 13.25, 13.52, 1, 1, 'ai_sell', '2024-09-02 13:56:04', '2024-09-02 13:56:04', '2024-09-02 14:57:01'),
(36188, 1884, 35712, 4482, 6, 31, 36.71, 37.44, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:01'),
(36189, 1884, 35713, 302, 3, 31, 272.77, 278.23, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:01'),
(36190, 1884, 35714, 673, 9, 31, 342.72, 349.57, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:01'),
(36191, 1884, 35715, 1999, 3, 31, 57.20, 58.34, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:01'),
(36192, 1884, 35716, 908, 3, 31, 20.08, 20.48, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:01'),
(36193, 1884, 35717, 5428, 1, 31, 5.09, 5.19, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36194, 1884, 35718, 3229, 6, 31, 144.89, 147.79, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36195, 1884, 35719, 1867, 9, 31, 305.28, 311.39, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36196, 1884, 35720, 5810, 3, 31, 128.62, 131.19, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36197, 1884, 35721, 1365, 6, 31, 25.30, 25.81, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36198, 1884, 35722, 4417, 3, 31, 28.07, 28.63, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36199, 1884, 35723, 1936, 9, 31, 3366.00, 3433.32, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36200, 1884, 35724, 5665, 3, 31, 53.00, 54.06, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36201, 1884, 35725, 4659, 3, 31, 10.27, 10.48, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36202, 1884, 35726, 2826, 3, 31, 30.29, 30.90, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36203, 1884, 35727, 4962, 1, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36204, 1884, 35728, 4527, 6, 31, 68.63, 70.00, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36205, 1884, 35729, 3252, 1, 31, 33.39, 34.06, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36206, 1884, 35730, 1218, 1, 31, 73.37, 74.84, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36207, 1884, 35731, 6022, 1, 31, 9.69, 9.88, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36208, 1884, 35732, 4466, 9, 31, 143.10, 145.96, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36209, 1884, 35733, 3469, 3, 31, 88.46, 90.23, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36210, 1884, 35734, 221, 9, 31, 24.54, 25.03, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36211, 1884, 35735, 395, 1, 31, 15.30, 15.61, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36212, 1884, 35736, 75, 1, 31, 12.12, 12.36, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36213, 1884, 35737, 3226, 6, 31, 44.87, 45.77, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36214, 1884, 35738, 4977, 6, 31, 5.04, 5.14, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36215, 1884, 35739, 142, 6, 31, 24.38, 24.87, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36216, 1884, 35740, 5277, 3, 31, 206.29, 210.42, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36217, 1884, 35741, 3479, 6, 31, 47.22, 48.16, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36218, 1884, 35742, 620, 1, 31, 3.06, 3.12, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36219, 1884, 35743, 5060, 6, 31, 5.09, 5.19, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36220, 1884, 35744, 6071, 1, 31, 51.49, 52.52, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36221, 1884, 35745, 2068, 3, 31, 787.50, 803.25, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36222, 1884, 35746, 2870, 1, 31, 137.80, 140.56, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36223, 1884, 35747, 5022, 1, 31, 16.84, 17.18, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36224, 1884, 35748, 4539, 6, 31, 33.32, 33.99, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36225, 1884, 35749, 5579, 9, 31, 82.52, 84.17, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36226, 1884, 35750, 1758, 9, 31, 445.57, 454.48, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36227, 1884, 35751, 5903, 1, 31, 31.93, 32.57, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36228, 1884, 35752, 3876, 3, 31, 27.80, 28.36, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36229, 1884, 35753, 3140, 3, 31, 272.70, 278.15, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36230, 1884, 35754, 3077, 6, 31, 7.64, 7.79, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36231, 1884, 35755, 4044, 1, 31, 23.10, 23.56, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36232, 1884, 35756, 4912, 1, 31, 673.00, 686.46, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36233, 1884, 35757, 5004, 3, 31, 19.38, 19.77, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36234, 1884, 35758, 1114, 1, 31, 7.63, 7.78, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36235, 1884, 35759, 3582, 3, 31, 4.12, 4.20, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36236, 1884, 35760, 3260, 3, 31, 7.71, 7.86, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36237, 1884, 35761, 4106, 3, 31, 1.34, 1.37, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36238, 1884, 35762, 6110, 1, 31, 2.18, 2.22, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36239, 1884, 35763, 1844, 9, 31, 0.31, 0.32, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36240, 1884, 35764, 734, 3, 31, 0.23, 0.23, 1, 1, 'ai_sell', '2024-09-02 13:56:05', '2024-09-02 13:56:05', '2024-09-02 14:57:02'),
(36241, 1886, 35765, 1546, 5, NULL, 50.00, 50.50, 7, 1, 'manual_sell', '2024-09-02 15:59:03', '2024-09-02 15:59:03', '2024-09-02 17:00:03'),
(36242, 1886, 35766, 53, 5, NULL, 29.00, 29.29, 1, 1, 'manual_sell', '2024-09-02 15:59:42', '2024-09-02 15:59:42', '2024-09-02 17:00:03'),
(36243, 1915, 35497, 3926, 1, NULL, 21.00, 21.21, 5, 1, 'manual_sell', '2024-09-02 16:06:42', '2024-09-02 16:06:42', '2024-09-02 17:07:03'),
(36244, 1915, 35498, 3315, 1, NULL, 10.00, 10.10, 2, 1, 'manual_sell', '2024-09-02 16:08:16', '2024-09-02 16:08:16', '2024-09-02 17:09:02'),
(36245, 1920, 35767, 3107, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-09-02 21:53:44', '2024-09-02 21:53:44', '2024-09-02 22:54:02'),
(36246, 1921, 35768, 2922, 5, NULL, 32.00, 32.32, 2, 1, 'manual_sell', '2024-09-02 21:58:53', '2024-09-02 21:58:53', '2024-09-02 22:59:02'),
(36247, 1876, 35769, 3583, 5, NULL, 147.00, 148.47, 1, 1, 'manual_sell', '2024-09-02 23:52:35', '2024-09-02 23:52:35', '2024-09-03 00:53:03'),
(36248, 1876, 35770, 2275, 5, NULL, 36.00, 36.36, 1, 1, 'manual_sell', '2024-09-02 23:54:38', '2024-09-02 23:54:38', '2024-09-03 00:55:03'),
(36249, 1798, 35772, 139, 5, NULL, 501.00, 506.01, 1, 1, 'manual_sell', '2024-09-03 01:36:21', '2024-09-03 01:36:21', '2024-09-03 02:37:02'),
(36250, 1798, 35771, 871, 5, NULL, 60.00, 60.60, 1, 1, 'manual_sell', '2024-09-03 01:38:42', '2024-09-03 01:38:42', '2024-09-03 02:39:02'),
(36251, 1925, 35773, 2745, 3, 30, 39.67, 40.46, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:02'),
(36252, 1925, 35774, 860, 1, 30, 353.49, 360.56, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:02'),
(36253, 1925, 35775, 2511, 3, 30, 115.35, 117.66, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:02'),
(36254, 1925, 35776, 2876, 3, 30, 82.39, 84.04, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:02'),
(36255, 1925, 35777, 4546, 3, 30, 434.60, 443.29, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:02'),
(36256, 1925, 35778, 6095, 3, 30, 30.68, 31.29, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:02'),
(36257, 1925, 35779, 2207, 9, 30, 41.27, 42.10, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36258, 1925, 35780, 115, 3, 30, 263.79, 269.07, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36259, 1925, 35781, 333, 6, 30, 8.84, 9.02, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36260, 1925, 35782, 23, 3, 30, 156.45, 159.58, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36261, 1925, 35783, 1392, 1, 30, 187.20, 190.94, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36262, 1925, 35784, 697, 1, 30, 53.27, 54.34, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36263, 1925, 35785, 4555, 1, 30, 332.63, 339.28, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36264, 1925, 35786, 5515, 6, 30, 41.75, 42.59, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36265, 1925, 35787, 5612, 9, 30, 1051.03, 1072.05, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36266, 1925, 35788, 2686, 6, 30, 785.89, 801.61, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36267, 1925, 35789, 2740, 9, 30, 31.79, 32.43, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36268, 1925, 35790, 2440, 1, 30, 14.90, 15.20, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36269, 1925, 35791, 1733, 9, 30, 9.98, 10.18, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36270, 1925, 35792, 3074, 9, 30, 42.01, 42.85, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36271, 1925, 35793, 570, 9, 30, 1001.52, 1021.55, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36272, 1925, 35794, 20, 1, 30, 4.20, 4.28, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36273, 1925, 35795, 2697, 3, 30, 809.55, 825.74, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36274, 1925, 35796, 5636, 1, 30, 4.19, 4.27, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36275, 1925, 35797, 2770, 6, 30, 631.04, 643.66, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36276, 1925, 35798, 3710, 6, 30, 1057.23, 1078.37, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36277, 1925, 35799, 3083, 6, 30, 51.50, 52.53, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36278, 1925, 35800, 1779, 1, 30, 38.48, 39.25, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36279, 1925, 35801, 247, 6, 30, 98.57, 100.54, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36280, 1925, 35802, 5233, 9, 30, 13.51, 13.78, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36281, 1925, 35803, 1304, 6, 30, 32.23, 32.87, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36282, 1925, 35804, 4453, 1, 30, 33.33, 34.00, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36283, 1925, 35805, 3923, 9, 30, 483.00, 492.66, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36284, 1925, 35806, 1855, 9, 30, 3.12, 3.18, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36285, 1925, 35807, 1053, 9, 30, 3.73, 3.80, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36286, 1925, 35808, 3771, 1, 30, 5.40, 5.51, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36287, 1925, 35809, 5046, 1, 30, 61.19, 62.41, 1, 1, 'ai_sell', '2024-09-03 06:12:03', '2024-09-03 06:12:03', '2024-09-03 07:13:03'),
(36288, 1925, 35810, 5879, 3, 30, 614.08, 626.36, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36289, 1925, 35811, 1318, 3, 30, 39.78, 40.58, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36290, 1925, 35812, 729, 3, 30, 12.08, 12.32, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36291, 1925, 35813, 448, 3, 30, 435.30, 444.01, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36292, 1925, 35814, 5706, 3, 30, 30.76, 31.38, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36293, 1925, 35815, 426, 9, 30, 15.60, 15.91, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36294, 1925, 35816, 5597, 9, 30, 71.70, 73.13, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36295, 1925, 35817, 4036, 6, 30, 6.34, 6.47, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36296, 1925, 35818, 1107, 1, 30, 866.99, 884.33, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36297, 1925, 35819, 4820, 1, 30, 66.81, 68.15, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36298, 1925, 35820, 2146, 1, 30, 46.32, 47.25, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36299, 1925, 35821, 1330, 6, 30, 72.56, 74.01, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36300, 1925, 35822, 4474, 3, 30, 48.25, 49.22, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36301, 1925, 35823, 2319, 1, 30, 249.44, 254.43, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36302, 1925, 35824, 5672, 3, 30, 3388.32, 3456.09, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36303, 1925, 35825, 3284, 9, 30, 3672.00, 3745.44, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36304, 1925, 35826, 5183, 6, 30, 25.86, 26.38, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36305, 1925, 35827, 6113, 3, 30, 197.57, 201.52, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36306, 1925, 35828, 3597, 3, 30, 11.40, 11.63, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36307, 1925, 35829, 2091, 6, 30, 4.25, 4.34, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36308, 1925, 35830, 3556, 3, 30, 3.80, 3.88, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36309, 1925, 35831, 865, 9, 30, 466.18, 475.50, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36310, 1925, 35832, 1291, 6, 30, 10.55, 10.76, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36311, 1925, 35833, 1640, 1, 30, 1.02, 1.04, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36312, 1925, 35834, 3666, 6, 30, 8.36, 8.53, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36313, 1925, 35835, 1850, 9, 30, 0.56, 0.57, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36314, 1925, 35836, 756, 1, 30, 0.46, 0.47, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36315, 1925, 35837, 1894, 9, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36316, 1925, 35838, 1827, 3, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36317, 1925, 35839, 1811, 1, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-03 06:12:04', '2024-09-03 06:12:04', '2024-09-03 07:13:03'),
(36318, 1925, 35840, 1827, 9, 30, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-03 06:13:03', '2024-09-03 06:13:03', '2024-09-03 07:14:02'),
(36319, 1850, 35843, 5221, 1, 32, 199.97, 202.97, 1, 1, 'ai_sell', '2024-09-03 09:23:02', '2024-09-03 09:23:02', '2024-09-03 10:23:02'),
(36320, 1850, 35844, 3312, 1, 32, 71.73, 72.81, 1, 1, 'ai_sell', '2024-09-03 09:23:02', '2024-09-03 09:23:02', '2024-09-03 10:23:02'),
(36321, 1850, 35845, 5637, 3, 32, 5.14, 5.22, 1, 1, 'ai_sell', '2024-09-03 09:23:02', '2024-09-03 09:23:02', '2024-09-03 10:23:02'),
(36322, 1850, 35846, 4985, 9, 32, 312.00, 316.68, 1, 1, 'ai_sell', '2024-09-03 09:23:02', '2024-09-03 09:23:02', '2024-09-03 10:23:02'),
(36323, 1850, 35847, 3430, 6, 32, 44.09, 44.75, 1, 1, 'ai_sell', '2024-09-03 09:23:02', '2024-09-03 09:23:02', '2024-09-03 10:23:02'),
(36324, 1850, 35848, 530, 1, 32, 13.35, 13.55, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36325, 1850, 35849, 2919, 3, 32, 27.71, 28.13, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36326, 1850, 35850, 6173, 6, 32, 1239.00, 1257.59, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36327, 1850, 35851, 4586, 1, 32, 39.51, 40.10, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36328, 1850, 35852, 2219, 3, 32, 266.13, 270.12, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36329, 1850, 35853, 3101, 1, 32, 359.47, 364.86, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36330, 1850, 35854, 2440, 1, 32, 14.48, 14.70, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36331, 1850, 35855, 4999, 3, 32, 19.36, 19.65, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36332, 1850, 35856, 5976, 3, 32, 13.77, 13.98, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36333, 1850, 35857, 3348, 9, 32, 10.60, 10.76, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36334, 1850, 35858, 2139, 3, 32, 52.53, 53.32, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36335, 1850, 35859, 5761, 1, 32, 2.02, 2.05, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36336, 1850, 35860, 756, 1, 32, 0.47, 0.48, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36337, 1850, 35861, 143, 1, 32, 1.03, 1.05, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36338, 1850, 35862, 634, 9, 32, 1.06, 1.08, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36339, 1850, 35863, 1827, 3, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-03 09:23:03', '2024-09-03 09:23:03', '2024-09-03 10:24:02'),
(36340, 1876, 35841, 4004, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-09-03 09:35:37', '2024-09-03 09:35:37', '2024-09-03 10:36:02'),
(36341, 1876, 35842, 775, 5, NULL, 8.00, 8.08, 2, 1, 'manual_sell', '2024-09-03 09:36:02', '2024-09-03 09:36:02', '2024-09-03 10:36:03'),
(36342, 1850, 35864, 2459, 5, NULL, 305.00, 308.05, 3, 1, 'manual_sell', '2024-09-03 10:46:14', '2024-09-03 10:46:14', '2024-09-03 11:47:02'),
(36343, 1850, 35865, 176, 5, NULL, 226.08, 228.34, 1, 1, 'manual_sell', '2024-09-03 10:46:50', '2024-09-03 10:46:50', '2024-09-03 11:47:02'),
(36344, 1884, 35866, 1270, 3, 31, 9.43, 9.62, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36345, 1884, 35867, 5535, 9, 31, 320.07, 326.47, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36346, 1884, 35868, 484, 3, 31, 35.34, 36.05, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36347, 1884, 35869, 4827, 6, 31, 17.51, 17.86, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36348, 1884, 35870, 1780, 1, 31, 19.87, 20.27, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36349, 1884, 35871, 6141, 3, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36350, 1884, 35872, 2661, 9, 31, 15.84, 16.16, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36351, 1884, 35873, 3311, 3, 31, 349.79, 356.79, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36352, 1884, 35874, 5417, 3, 31, 161.70, 164.93, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36353, 1884, 35875, 3017, 3, 31, 316.04, 322.36, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36354, 1884, 35876, 1457, 6, 31, 11.20, 11.42, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36355, 1884, 35877, 4426, 9, 31, 80.07, 81.67, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36356, 1884, 35878, 1171, 9, 31, 9.23, 9.41, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36357, 1884, 35879, 2438, 3, 31, 135.20, 137.90, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36358, 1884, 35880, 2025, 3, 31, 42.40, 43.25, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36359, 1884, 35881, 351, 3, 31, 71.01, 72.43, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36360, 1884, 35882, 4532, 6, 31, 110.21, 112.41, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36361, 1884, 35883, 1629, 3, 31, 10.26, 10.47, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(36362, 1884, 35884, 2006, 1, 31, 80.80, 82.42, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36363, 1884, 35885, 560, 3, 31, 9712.50, 9906.75, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36364, 1884, 35886, 2267, 9, 31, 360.50, 367.71, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36365, 1884, 35887, 614, 6, 31, 114.48, 116.77, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36366, 1884, 35888, 2875, 1, 31, 69.53, 70.92, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36367, 1884, 35889, 4841, 3, 31, 173.33, 176.80, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36368, 1884, 35890, 4856, 3, 31, 270.81, 276.23, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36369, 1884, 35891, 326, 9, 31, 2892.09, 2949.93, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36370, 1884, 35892, 4419, 9, 31, 32.54, 33.19, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36371, 1884, 35893, 2570, 3, 31, 6.35, 6.48, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36372, 1884, 35894, 1031, 9, 31, 10.20, 10.40, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36373, 1884, 35895, 1521, 9, 31, 17.85, 18.21, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36374, 1884, 35896, 1694, 1, 31, 14.50, 14.79, 1, 1, 'ai_sell', '2024-09-03 15:07:03', '2024-09-03 15:07:03', '2024-09-03 16:08:02'),
(36375, 1884, 35897, 4471, 6, 31, 1472.89, 1502.35, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36376, 1884, 35898, 1223, 3, 31, 18.82, 19.20, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36377, 1884, 35899, 2809, 9, 31, 37.16, 37.90, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36378, 1884, 35900, 5036, 9, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36379, 1884, 35901, 4316, 9, 31, 34.97, 35.67, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36380, 1884, 35902, 5025, 9, 31, 131.25, 133.88, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36381, 1884, 35903, 4090, 3, 31, 9.53, 9.72, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36382, 1884, 35904, 1238, 1, 31, 525.00, 535.50, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36383, 1884, 35905, 1213, 3, 31, 2.50, 2.55, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36384, 1884, 35906, 6003, 9, 31, 7605.60, 7757.71, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36385, 1884, 35907, 355, 6, 31, 11.40, 11.63, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36386, 1884, 35908, 6131, 6, 31, 40.40, 41.21, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36387, 1884, 35909, 659, 9, 31, 8.32, 8.49, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36388, 1884, 35910, 5269, 6, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36389, 1884, 35911, 824, 3, 31, 24.42, 24.91, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36390, 1884, 35912, 4937, 3, 31, 51.99, 53.03, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36391, 1884, 35913, 2464, 6, 31, 71.70, 73.13, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36392, 1884, 35914, 262, 9, 31, 171.70, 175.13, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36393, 1884, 35915, 5605, 9, 31, 241.50, 246.33, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36394, 1884, 35916, 4918, 9, 31, 28.83, 29.41, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36395, 1884, 35917, 5478, 9, 31, 3.13, 3.19, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36396, 1884, 35918, 5408, 3, 31, 124.10, 126.58, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36397, 1884, 35919, 3200, 1, 31, 10.60, 10.81, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36398, 1884, 35920, 1752, 9, 31, 109.45, 111.64, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36399, 1884, 35921, 6090, 1, 31, 47.92, 48.88, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36400, 1884, 35922, 3112, 6, 31, 7.29, 7.44, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36401, 1884, 35923, 856, 1, 31, 346.49, 353.42, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36402, 1884, 35924, 5824, 3, 31, 1.44, 1.47, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36403, 1884, 35925, 2775, 6, 31, 93.60, 95.47, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36404, 1884, 35926, 2248, 3, 31, 3114.80, 3177.10, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36405, 1884, 35927, 3879, 3, 31, 60.84, 62.06, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36406, 1884, 35928, 48, 9, 31, 21.20, 21.62, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36407, 1884, 35929, 1153, 1, 31, 40.16, 40.96, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36408, 1884, 35930, 6019, 9, 31, 6.28, 6.41, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36409, 1884, 35931, 4802, 1, 31, 44.72, 45.61, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:02'),
(36410, 1884, 35932, 802, 3, 31, 63.68, 64.95, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36411, 1884, 35933, 3611, 3, 31, 128.93, 131.51, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36412, 1884, 35934, 5165, 1, 31, 870.82, 888.24, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36413, 1884, 35935, 364, 9, 31, 65.44, 66.75, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36414, 1884, 35936, 1626, 6, 31, 1118.00, 1140.36, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36415, 1884, 35937, 3073, 3, 31, 114.24, 116.52, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36416, 1884, 35938, 5565, 3, 31, 141.45, 144.28, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36417, 1884, 35939, 2414, 1, 31, 1127.85, 1150.41, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36418, 1884, 35940, 3989, 9, 31, 82.42, 84.07, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36419, 1884, 35941, 5200, 6, 31, 145.22, 148.12, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36420, 1884, 35942, 4599, 6, 31, 30.59, 31.20, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36421, 1884, 35943, 2288, 1, 31, 50.96, 51.98, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36422, 1884, 35944, 3713, 9, 31, 18.61, 18.98, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36423, 1884, 35945, 5062, 6, 31, 22.22, 22.66, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36424, 1884, 35946, 4818, 6, 31, 11.54, 11.77, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36425, 1884, 35947, 1939, 3, 31, 12.44, 12.69, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36426, 1884, 35948, 184, 6, 31, 17.99, 18.35, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36427, 1884, 35949, 3953, 3, 31, 71.40, 72.83, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36428, 1884, 35950, 4005, 9, 31, 515.85, 526.17, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36429, 1884, 35951, 3856, 9, 31, 42.11, 42.95, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36430, 1884, 35952, 2014, 9, 31, 200.16, 204.16, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36431, 1884, 35953, 4307, 3, 31, 1020.00, 1040.40, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36432, 1884, 35954, 3194, 1, 31, 5.20, 5.30, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36433, 1884, 35955, 4453, 6, 31, 34.65, 35.34, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36434, 1884, 35956, 3775, 1, 31, 6.18, 6.30, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36435, 1884, 35957, 4764, 1, 31, 2.39, 2.44, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36436, 1884, 35958, 2706, 1, 31, 419.75, 428.15, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36437, 1884, 35959, 152, 3, 31, 9.54, 9.73, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36438, 1884, 35960, 1477, 6, 31, 12.71, 12.96, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36439, 1884, 35961, 4049, 9, 31, 189.74, 193.53, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36440, 1884, 35962, 4681, 3, 31, 13.27, 13.54, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36441, 1884, 35963, 5706, 9, 31, 31.35, 31.98, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36442, 1884, 35964, 3811, 6, 31, 1626.90, 1659.44, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36443, 1884, 35965, 3460, 3, 31, 3.57, 3.64, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36444, 1884, 35966, 769, 6, 31, 112.35, 114.60, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36445, 1884, 35967, 5895, 3, 31, 4.95, 5.05, 1, 1, 'ai_sell', '2024-09-03 15:07:04', '2024-09-03 15:07:04', '2024-09-03 16:08:03'),
(36446, 1884, 35968, 4179, 6, 31, 25.14, 25.64, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36447, 1884, 35969, 499, 3, 31, 1344.72, 1371.61, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36448, 1884, 35970, 5487, 3, 31, 342.79, 349.65, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36449, 1884, 35971, 4075, 3, 31, 19.76, 20.16, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36450, 1884, 35972, 1739, 3, 31, 117.16, 119.50, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36451, 1884, 35973, 2467, 9, 31, 34.84, 35.54, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36452, 1884, 35974, 3968, 1, 31, 27.44, 27.99, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36453, 1884, 35975, 5705, 9, 31, 10.60, 10.81, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36454, 1884, 35976, 683, 3, 31, 39.39, 40.18, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36455, 1884, 35977, 2565, 9, 31, 87.06, 88.80, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36456, 1884, 35978, 4763, 9, 31, 72.79, 74.25, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36457, 1884, 35979, 2806, 6, 31, 2099.35, 2141.34, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36458, 1884, 35980, 1233, 6, 31, 20.73, 21.14, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36459, 1884, 35981, 6144, 3, 31, 52.00, 53.04, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36460, 1884, 35982, 4087, 3, 31, 372.69, 380.14, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36461, 1884, 35983, 2971, 1, 31, 721.93, 736.37, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36462, 1884, 35984, 3497, 6, 31, 28.32, 28.89, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36463, 1884, 35985, 4714, 1, 31, 57.06, 58.20, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36464, 1884, 35986, 3278, 3, 31, 160.06, 163.26, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36465, 1884, 35987, 3124, 9, 31, 44.10, 44.98, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36466, 1884, 35988, 49, 1, 31, 309.00, 315.18, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36467, 1884, 35989, 5867, 9, 31, 31.60, 32.23, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36468, 1884, 35990, 5318, 3, 31, 230.95, 235.57, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36469, 1884, 35991, 5900, 9, 31, 105.88, 108.00, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36470, 1884, 35992, 5978, 3, 31, 20.09, 20.49, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36471, 1884, 35993, 1942, 9, 31, 7.76, 7.92, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36472, 1884, 35994, 5133, 3, 31, 76.03, 77.55, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36473, 1884, 35995, 546, 9, 31, 8.48, 8.65, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36474, 1884, 35996, 4034, 6, 31, 12.62, 12.87, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36475, 1884, 35997, 4999, 6, 31, 19.17, 19.55, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36476, 1884, 35998, 5506, 1, 31, 282.79, 288.45, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36477, 1884, 35999, 2295, 9, 31, 242.74, 247.59, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36478, 1884, 36000, 2150, 9, 31, 318.00, 324.36, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36479, 1884, 36001, 1646, 1, 31, 7.36, 7.51, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36480, 1884, 36002, 3626, 3, 31, 19.61, 20.00, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36481, 1884, 36003, 5628, 1, 31, 15.59, 15.90, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36482, 1884, 36004, 5043, 1, 31, 72.79, 74.25, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36483, 1884, 36005, 4765, 9, 31, 52.48, 53.53, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36484, 1884, 36006, 4966, 9, 31, 3040.80, 3101.62, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36485, 1884, 36007, 4484, 6, 31, 9.56, 9.75, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36486, 1884, 36008, 1468, 3, 31, 20.38, 20.79, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36487, 1884, 36009, 5461, 3, 31, 2009.62, 2049.81, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36488, 1884, 36010, 466, 9, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36489, 1884, 36011, 1771, 3, 31, 63.03, 64.29, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36490, 1884, 36012, 2747, 1, 31, 300.56, 306.57, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36491, 1884, 36013, 2658, 3, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36492, 1884, 36014, 5672, 6, 31, 3290.58, 3356.39, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36493, 1884, 36015, 1512, 3, 31, 373.36, 380.83, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36494, 1884, 36016, 5127, 3, 31, 46.80, 47.74, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36495, 1884, 36017, 3032, 6, 31, 726.96, 741.50, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36496, 1884, 36018, 3218, 3, 31, 382.50, 390.15, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36497, 1884, 36019, 1529, 9, 31, 20.40, 20.81, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36498, 1884, 36020, 3980, 9, 31, 20.37, 20.78, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36499, 1884, 36021, 3829, 1, 31, 11.86, 12.10, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36500, 1884, 36022, 3115, 3, 31, 265.11, 270.41, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36501, 1884, 36023, 5479, 1, 31, 551.25, 562.28, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36502, 1884, 36024, 5618, 1, 31, 4.73, 4.82, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36503, 1884, 36025, 748, 3, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36504, 1884, 36026, 1354, 6, 31, 17.92, 18.28, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36505, 1884, 36027, 2141, 6, 31, 18.02, 18.38, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36506, 1884, 36028, 6009, 3, 31, 19.93, 20.33, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36507, 1884, 36029, 200, 1, 31, 8.19, 8.35, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36508, 1884, 36030, 4664, 3, 31, 11.03, 11.25, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36509, 1884, 36031, 2471, 6, 31, 338.87, 345.65, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36510, 1884, 36032, 3484, 3, 31, 20.79, 21.21, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36511, 1884, 36033, 3457, 1, 31, 942.76, 961.62, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36512, 1884, 36034, 4097, 9, 31, 20.99, 21.41, 1, 1, 'ai_sell', '2024-09-03 15:07:05', '2024-09-03 15:07:05', '2024-09-03 16:08:03'),
(36513, 1884, 36035, 981, 9, 31, 58.59, 59.76, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36514, 1884, 36036, 1164, 6, 31, 4238.85, 4323.63, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36515, 1884, 36037, 1314, 1, 31, 150.80, 153.82, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36516, 1884, 36038, 311, 1, 31, 155.28, 158.39, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36517, 1884, 36039, 5140, 9, 31, 22.87, 23.33, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36518, 1884, 36040, 1685, 6, 31, 30.29, 30.90, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36519, 1884, 36041, 6063, 3, 31, 12.72, 12.97, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36520, 1884, 36042, 113, 9, 31, 85.33, 87.04, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36521, 1884, 36043, 413, 1, 31, 31.29, 31.92, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36522, 1884, 36044, 2177, 3, 31, 441.00, 449.82, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36523, 1884, 36045, 2718, 1, 31, 261.62, 266.85, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36524, 1884, 36046, 2700, 6, 31, 2944.77, 3003.67, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36525, 1884, 36047, 5707, 3, 31, 41.06, 41.88, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36526, 1884, 36048, 512, 9, 31, 42.18, 43.02, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36527, 1884, 36049, 1562, 9, 31, 113.58, 115.85, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36528, 1884, 36050, 3312, 9, 31, 71.04, 72.46, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36529, 1884, 36051, 2215, 1, 31, 42.83, 43.69, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36530, 1884, 36052, 1315, 3, 31, 42.40, 43.25, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36531, 1884, 36053, 2912, 1, 31, 92.61, 94.46, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36532, 1884, 36054, 5280, 1, 31, 129.06, 131.64, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36533, 1884, 36055, 4674, 1, 31, 5.51, 5.62, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:03'),
(36534, 1884, 36056, 352, 6, 31, 20.80, 21.22, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36535, 1884, 36057, 3119, 3, 31, 60.69, 61.90, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36536, 1884, 36058, 5803, 9, 31, 15.44, 15.75, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36537, 1884, 36059, 5224, 9, 31, 751.43, 766.46, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36538, 1884, 36060, 5167, 9, 31, 188.99, 192.77, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36539, 1884, 36061, 1984, 3, 31, 262.59, 267.84, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36540, 1884, 36062, 2935, 9, 31, 26.73, 27.26, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36541, 1884, 36063, 2200, 3, 31, 13.78, 14.06, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36542, 1884, 36064, 3934, 9, 31, 22.34, 22.79, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36543, 1884, 36065, 4420, 9, 31, 57.74, 58.89, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36544, 1884, 36066, 5221, 1, 31, 209.87, 214.07, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36545, 1884, 36067, 1596, 1, 31, 2565.40, 2616.71, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36546, 1884, 36068, 492, 1, 31, 5724.00, 5838.48, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36547, 1884, 36069, 3466, 6, 31, 23.58, 24.05, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36548, 1884, 36070, 480, 1, 31, 155.54, 158.65, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36549, 1884, 36071, 4911, 6, 31, 30.90, 31.52, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36550, 1884, 36072, 921, 6, 31, 77.25, 78.80, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36551, 1884, 36073, 3654, 3, 31, 18.01, 18.37, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36552, 1884, 36074, 5204, 6, 31, 29.40, 29.99, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36553, 1884, 36075, 3761, 9, 31, 14.12, 14.40, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36554, 1884, 36076, 5581, 9, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36555, 1884, 36077, 1436, 3, 31, 16.15, 16.47, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36556, 1884, 36078, 1426, 9, 31, 62.93, 64.19, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36557, 1884, 36079, 244, 6, 31, 121.19, 123.61, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36558, 1884, 36080, 268, 3, 31, 6.76, 6.90, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36559, 1884, 36081, 3996, 1, 31, 73.83, 75.31, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36560, 1884, 36082, 733, 6, 31, 95.73, 97.64, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36561, 1884, 36083, 3679, 3, 31, 123.76, 126.24, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36562, 1884, 36084, 4740, 3, 31, 61.20, 62.42, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36563, 1884, 36085, 2510, 6, 31, 40.33, 41.14, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36564, 1884, 36086, 3473, 1, 31, 344.40, 351.29, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36565, 1884, 36087, 1311, 3, 31, 46.37, 47.30, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36566, 1884, 36088, 756, 1, 31, 0.47, 0.48, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36567, 1884, 36089, 3964, 6, 31, 47.83, 48.79, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36568, 1884, 36090, 5027, 9, 31, 9.26, 9.45, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36569, 1884, 36091, 4808, 1, 31, 7.59, 7.74, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36570, 1884, 36092, 2727, 3, 31, 13.12, 13.38, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36571, 1884, 36093, 4237, 3, 31, 20.96, 21.38, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36572, 1884, 36094, 5511, 6, 31, 264.99, 270.29, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36573, 1884, 36095, 2143, 9, 31, 20.20, 20.60, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36574, 1884, 36096, 3019, 9, 31, 77.22, 78.76, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36575, 1884, 36097, 2739, 3, 31, 290.46, 296.27, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36576, 1884, 36098, 5944, 1, 31, 83.20, 84.86, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36577, 1884, 36099, 5760, 1, 31, 153.00, 156.06, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36578, 1884, 36100, 218, 1, 31, 36.36, 37.09, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36579, 1884, 36101, 3399, 9, 31, 389.10, 396.88, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36580, 1884, 36102, 2636, 1, 31, 24.51, 25.00, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36581, 1884, 36103, 2351, 3, 31, 52.50, 53.55, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36582, 1884, 36104, 2422, 6, 31, 515.00, 525.30, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36583, 1884, 36105, 915, 6, 31, 51.50, 52.53, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36584, 1884, 36106, 4927, 1, 31, 130.00, 132.60, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36585, 1884, 36107, 3945, 1, 31, 47.37, 48.32, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36586, 1884, 36108, 4519, 6, 31, 19.56, 19.95, 1, 1, 'ai_sell', '2024-09-03 15:07:06', '2024-09-03 15:07:06', '2024-09-03 16:08:04'),
(36587, 1884, 36109, 1032, 1, 31, 99.75, 101.75, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36588, 1884, 36110, 3871, 3, 31, 54.07, 55.15, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36589, 1884, 36111, 1004, 3, 31, 72.80, 74.26, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36590, 1884, 36112, 2206, 1, 31, 82.40, 84.05, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36591, 1884, 36113, 3819, 9, 31, 7.13, 7.27, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36592, 1884, 36114, 2619, 1, 31, 19.57, 19.96, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36593, 1884, 36115, 3840, 6, 31, 409.50, 417.69, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36594, 1884, 36116, 1631, 9, 31, 5.34, 5.45, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36595, 1884, 36117, 2845, 9, 31, 30.59, 31.20, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36596, 1884, 36118, 5278, 6, 31, 52.10, 53.14, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36597, 1884, 36119, 2202, 9, 31, 4.24, 4.32, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36598, 1884, 36120, 4804, 9, 31, 21.69, 22.12, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36599, 1884, 36121, 4909, 6, 31, 2.14, 2.18, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36600, 1884, 36122, 803, 9, 31, 0.20, 0.20, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36601, 1884, 36123, 1894, 6, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-03 15:07:07', '2024-09-03 15:07:07', '2024-09-03 16:08:04'),
(36602, 1938, 36124, 1383, 5, NULL, 100.00, 101.00, 1, 1, 'manual_sell', '2024-09-03 16:52:48', '2024-09-03 16:52:48', '2024-09-03 17:53:02'),
(36603, 1938, 36125, 773, 5, NULL, 59.00, 59.59, 1, 1, 'manual_sell', '2024-09-03 16:53:35', '2024-09-03 16:53:35', '2024-09-03 17:54:03'),
(36604, 1886, 36126, 2170, 5, NULL, 129.00, 130.29, 3, 1, 'manual_sell', '2024-09-03 17:05:53', '2024-09-03 17:05:53', '2024-09-03 18:06:02'),
(36605, 1925, 36127, 3599, 1, 30, 11.07, 11.29, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36606, 1925, 36128, 2985, 9, 30, 80.58, 82.19, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36607, 1925, 36129, 3162, 1, 30, 24.37, 24.86, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36608, 1925, 36130, 991, 9, 30, 187.19, 190.93, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36609, 1925, 36131, 1757, 3, 30, 78.00, 79.56, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36610, 1925, 36132, 4458, 3, 30, 3753.75, 3828.83, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36611, 1925, 36133, 5493, 9, 30, 335.10, 341.80, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36612, 1925, 36134, 14, 9, 30, 519.12, 529.50, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36613, 1925, 36135, 5928, 6, 30, 4.69, 4.78, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36614, 1925, 36136, 1817, 6, 30, 1105.95, 1128.07, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36615, 1925, 36137, 2704, 9, 30, 16.47, 16.80, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36616, 1925, 36138, 4098, 1, 30, 7.41, 7.56, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36617, 1925, 36139, 2697, 3, 30, 794.13, 810.01, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36618, 1925, 36140, 5609, 3, 30, 30.29, 30.90, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36619, 1925, 36141, 5895, 6, 30, 4.81, 4.91, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36620, 1925, 36142, 3434, 9, 30, 861.90, 879.14, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36621, 1925, 36143, 1993, 3, 30, 813.02, 829.28, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36622, 1925, 36144, 3443, 1, 30, 10.46, 10.67, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36623, 1925, 36145, 1653, 1, 30, 26.00, 26.52, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36624, 1925, 36146, 3921, 9, 30, 135.20, 137.90, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36625, 1925, 36147, 1554, 1, 30, 14.56, 14.85, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36626, 1925, 36148, 2490, 9, 30, 17.97, 18.33, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36627, 1925, 36149, 1187, 3, 30, 13.19, 13.45, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36628, 1925, 36150, 2321, 1, 30, 150.04, 153.04, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36629, 1925, 36151, 726, 1, 30, 99.95, 101.95, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36630, 1925, 36152, 5100, 6, 30, 15.57, 15.88, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36631, 1925, 36153, 2871, 1, 30, 51.38, 52.41, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36632, 1925, 36154, 540, 1, 30, 382.49, 390.14, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36633, 1925, 36155, 1078, 6, 30, 11.54, 11.77, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36634, 1925, 36156, 4644, 3, 30, 26.24, 26.76, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36635, 1925, 36157, 348, 9, 30, 40.17, 40.97, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36636, 1925, 36158, 2446, 3, 30, 300.56, 306.57, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36637, 1925, 36159, 927, 3, 30, 416.12, 424.44, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36638, 1925, 36160, 3767, 1, 30, 447.78, 456.74, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36639, 1925, 36161, 2949, 9, 30, 21.98, 22.42, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36640, 1925, 36162, 326, 1, 30, 2949.36, 3008.35, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36641, 1925, 36163, 5539, 6, 30, 278.72, 284.29, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36642, 1925, 36164, 1351, 3, 30, 210.12, 214.32, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36643, 1925, 36165, 1405, 9, 30, 10.40, 10.61, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36644, 1925, 36166, 4792, 1, 30, 50.99, 52.01, 1, 1, 'ai_sell', '2024-09-03 21:51:04', '2024-09-03 21:51:04', '2024-09-03 21:52:05'),
(36645, 1925, 36167, 5226, 1, 30, 8.47, 8.64, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36646, 1925, 36168, 3692, 6, 30, 63.00, 64.26, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36647, 1925, 36169, 1462, 6, 30, 20.92, 21.34, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36648, 1925, 36170, 5182, 9, 30, 48.75, 49.73, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36649, 1925, 36171, 5326, 9, 30, 428.35, 436.92, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36650, 1925, 36172, 5478, 9, 30, 3.16, 3.22, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36651, 1925, 36173, 6110, 6, 30, 2.14, 2.18, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36652, 1925, 36174, 5392, 3, 30, 33.48, 34.15, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36653, 1925, 36175, 2559, 9, 30, 128.04, 130.60, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36654, 1925, 36176, 5507, 9, 30, 1287.75, 1313.51, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36655, 1925, 36177, 2511, 6, 30, 115.35, 117.66, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36656, 1925, 36178, 4034, 9, 30, 12.25, 12.50, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36657, 1925, 36179, 608, 3, 30, 2.08, 2.12, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36658, 1925, 36180, 4420, 1, 30, 58.29, 59.46, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36659, 1925, 36181, 3842, 9, 30, 21.20, 21.62, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36660, 1925, 36182, 4331, 9, 30, 19.38, 19.77, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36661, 1925, 36183, 4099, 1, 30, 208.00, 212.16, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36662, 1925, 36184, 4764, 3, 30, 2.32, 2.37, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36663, 1925, 36185, 1480, 9, 30, 3.84, 3.92, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36664, 1925, 36186, 4541, 9, 30, 925.59, 944.10, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36665, 1925, 36187, 1064, 1, 30, 168.56, 171.93, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36666, 1925, 36188, 2829, 6, 30, 11.01, 11.23, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36667, 1925, 36189, 2808, 1, 30, 34.64, 35.33, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36668, 1925, 36190, 1979, 6, 30, 381.59, 389.22, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36669, 1925, 36191, 2769, 3, 30, 30.94, 31.56, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36670, 1925, 36192, 2565, 3, 30, 88.73, 90.50, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36671, 1925, 36193, 5973, 6, 30, 25.49, 26.00, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36672, 1925, 36194, 1046, 6, 30, 114.29, 116.58, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36673, 1925, 36195, 4157, 9, 30, 89.43, 91.22, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36674, 1925, 36196, 4944, 9, 30, 8.39, 8.56, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36675, 1925, 36197, 3927, 9, 30, 36.35, 37.08, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36676, 1925, 36198, 4736, 1, 30, 21.61, 22.04, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36677, 1925, 36199, 3440, 1, 30, 22.76, 23.22, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36678, 1925, 36200, 1783, 1, 30, 89.61, 91.40, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36679, 1925, 36201, 1416, 3, 30, 162.18, 165.42, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36680, 1925, 36202, 1549, 6, 30, 156.02, 159.14, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36681, 1925, 36203, 2119, 3, 30, 7.75, 7.91, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36682, 1925, 36204, 734, 6, 30, 0.22, 0.22, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36683, 1925, 36205, 1827, 1, 30, 0.13, 0.13, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36684, 1925, 36206, 1844, 9, 30, 0.31, 0.32, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36685, 1925, 36207, 1811, 3, 30, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-03 21:51:05', '2024-09-03 21:51:05', '2024-09-03 21:52:05'),
(36686, 1920, 36208, 3864, 5, NULL, 101.00, 102.10, 2, 2, 'manual_sell', '2024-09-03 23:00:31', '2024-09-03 23:00:31', '2024-09-04 00:01:02'),
(36687, 1921, 36209, 2922, 5, NULL, 32.00, 32.32, 2, 1, 'manual_sell', '2024-09-03 23:03:11', '2024-09-03 23:03:11', '2024-09-04 00:04:02'),
(36688, 1920, 36208, 3864, 5, NULL, 101.00, 102.01, 2, 1, 'manual_sell', '2024-09-04 00:02:33', '2024-09-04 00:02:33', '2024-09-04 01:03:02'),
(36689, 1915, 36212, 1022, 1, NULL, 29.00, 29.29, 3, 1, 'manual_sell', '2024-09-04 04:11:20', '2024-09-04 04:11:20', '2024-09-04 05:12:02'),
(36690, 1915, 36213, 4586, 1, NULL, 38.00, 38.38, 1, 1, 'manual_sell', '2024-09-04 04:12:12', '2024-09-04 04:12:12', '2024-09-04 05:13:02'),
(36691, 1798, 36214, 4461, 5, NULL, 570.00, 575.70, 1, 1, 'manual_sell', '2024-09-04 04:42:12', '2024-09-04 04:42:12', '2024-09-04 05:43:02'),
(36692, 1850, 36215, 3226, 3, 32, 46.19, 46.88, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36693, 1850, 36216, 1834, 9, 32, 66.25, 67.24, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36694, 1850, 36217, 3544, 6, 32, 262.87, 266.81, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36695, 1850, 36218, 4882, 6, 32, 18.89, 19.17, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36696, 1850, 36219, 104, 9, 32, 33.69, 34.20, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36697, 1850, 36220, 5760, 3, 32, 153.00, 155.30, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36698, 1850, 36221, 5813, 6, 32, 154.45, 156.77, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36699, 1850, 36222, 3301, 9, 32, 19.08, 19.37, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36700, 1850, 36223, 4076, 3, 32, 41.59, 42.21, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36701, 1850, 36224, 1917, 9, 32, 74.39, 75.51, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36702, 1850, 36225, 703, 3, 32, 12.57, 12.76, 1, 1, 'ai_sell', '2024-09-04 10:35:03', '2024-09-04 10:35:03', '2024-09-04 11:35:03'),
(36703, 1850, 36226, 2647, 3, 32, 14.24, 14.45, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36704, 1850, 36227, 1208, 6, 32, 3.08, 3.13, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36705, 1850, 36228, 5865, 9, 32, 16.63, 16.88, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36706, 1850, 36229, 6162, 9, 32, 18.71, 18.99, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36707, 1850, 36230, 463, 9, 32, 584.06, 592.82, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36708, 1850, 36231, 3485, 3, 32, 5.82, 5.91, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36709, 1850, 36232, 4303, 9, 32, 727.99, 738.91, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36710, 1850, 36233, 4857, 1, 32, 8.47, 8.60, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36711, 1850, 36234, 813, 1, 32, 11.55, 11.72, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36712, 1850, 36235, 5366, 9, 32, 95.39, 96.82, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36713, 1850, 36236, 5980, 3, 32, 20.36, 20.67, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36714, 1850, 36237, 868, 1, 32, 70.70, 71.76, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36715, 1850, 36238, 5392, 6, 32, 33.48, 33.98, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36716, 1850, 36239, 3920, 3, 32, 52.02, 52.80, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36717, 1850, 36240, 1121, 6, 32, 83.68, 84.94, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36718, 1850, 36241, 2608, 1, 32, 10.50, 10.66, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36719, 1850, 36242, 3635, 9, 32, 7.41, 7.52, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:01'),
(36720, 1850, 36243, 1459, 9, 32, 5.04, 5.12, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36721, 1850, 36244, 3575, 1, 32, 8.67, 8.80, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36722, 1850, 36245, 1428, 3, 32, 10.48, 10.64, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36723, 1850, 36246, 3184, 3, 32, 9.67, 9.82, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36724, 1850, 36247, 808, 6, 32, 13.01, 13.21, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36725, 1850, 36248, 756, 1, 32, 0.46, 0.47, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36726, 1850, 36249, 3376, 6, 32, 8.06, 8.18, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36727, 1850, 36250, 3981, 6, 32, 5.19, 5.27, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36728, 1850, 36251, 1698, 6, 32, 20.80, 21.11, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36729, 1850, 36252, 1160, 1, 32, 4.42, 4.49, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36730, 1850, 36253, 3296, 9, 32, 1.15, 1.17, 1, 1, 'ai_sell', '2024-09-04 10:35:04', '2024-09-04 10:35:04', '2024-09-04 11:36:02'),
(36731, 1850, 36256, 1885, 5, NULL, 532.00, 537.32, 2, 1, 'manual_sell', '2024-09-04 12:05:05', '2024-09-04 12:05:05', '2024-09-04 13:06:02'),
(36732, 1850, 36257, 3659, 5, NULL, 9.81, 9.90, 9, 1, 'manual_sell', '2024-09-04 12:05:47', '2024-09-04 12:05:47', '2024-09-04 13:06:02'),
(36733, 1884, 36258, 1662, 9, 31, 0.90, 0.92, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36734, 1884, 36259, 4075, 9, 31, 19.19, 19.57, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(36735, 1884, 36260, 3770, 3, 31, 12.98, 13.24, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36736, 1884, 36261, 5219, 9, 31, 416.00, 424.32, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36737, 1884, 36262, 876, 3, 31, 4.24, 4.32, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36738, 1884, 36263, 2050, 3, 31, 19.69, 20.08, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36739, 1884, 36264, 2137, 3, 31, 21.40, 21.83, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36740, 1884, 36265, 4339, 3, 31, 9.54, 9.73, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36741, 1884, 36266, 4349, 3, 31, 5.24, 5.34, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36742, 1884, 36267, 1742, 6, 31, 35.36, 36.07, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36743, 1884, 36268, 2275, 3, 31, 38.16, 38.92, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36744, 1884, 36269, 5889, 1, 31, 11.10, 11.32, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36745, 1884, 36270, 2358, 3, 31, 26.31, 26.84, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36746, 1884, 36271, 597, 6, 31, 3.06, 3.12, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36747, 1884, 36272, 2261, 9, 31, 175.76, 179.28, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36748, 1884, 36273, 2982, 6, 31, 82.16, 83.80, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36749, 1884, 36274, 833, 6, 31, 20.74, 21.15, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36750, 1884, 36275, 3669, 9, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36751, 1884, 36276, 5436, 1, 31, 5.24, 5.34, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36752, 1884, 36277, 474, 3, 31, 173.24, 176.70, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36753, 1884, 36278, 2456, 9, 31, 12.01, 12.25, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36754, 1884, 36279, 2795, 1, 31, 708.90, 723.08, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36755, 1884, 36280, 1501, 3, 31, 28.08, 28.64, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36756, 1884, 36281, 989, 9, 31, 6569.34, 6700.73, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36757, 1884, 36282, 4872, 1, 31, 26.02, 26.54, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36758, 1884, 36283, 872, 3, 31, 26.49, 27.02, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36759, 1884, 36284, 1970, 9, 31, 180.20, 183.80, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36760, 1884, 36285, 2127, 3, 31, 2.65, 2.70, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36761, 1884, 36286, 5717, 3, 31, 181.80, 185.44, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36762, 1884, 36287, 5183, 9, 31, 26.36, 26.89, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36763, 1884, 36288, 1086, 1, 31, 1791.40, 1827.23, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36764, 1884, 36289, 3488, 1, 31, 232.30, 236.95, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36765, 1884, 36290, 6148, 9, 31, 6.13, 6.25, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36766, 1884, 36291, 275, 9, 31, 337.61, 344.36, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36767, 1884, 36292, 2278, 1, 31, 46.35, 47.28, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36768, 1884, 36293, 3328, 1, 31, 13.51, 13.78, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36769, 1884, 36294, 141, 1, 31, 6.06, 6.18, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36770, 1884, 36295, 612, 6, 31, 66.30, 67.63, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36771, 1884, 36296, 691, 3, 31, 6.12, 6.24, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36772, 1884, 36297, 2095, 6, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36773, 1884, 36298, 1195, 1, 31, 12.99, 13.25, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36774, 1884, 36299, 2020, 6, 31, 10.50, 10.71, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36775, 1884, 36300, 3570, 9, 31, 1515.72, 1546.03, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36776, 1884, 36301, 3831, 1, 31, 4539.95, 4630.75, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36777, 1884, 36302, 2014, 1, 31, 206.05, 210.17, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36778, 1884, 36303, 2189, 1, 31, 20.40, 20.81, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36779, 1884, 36304, 5489, 3, 31, 2.12, 2.16, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36780, 1884, 36305, 4011, 1, 31, 68.41, 69.78, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36781, 1884, 36306, 2389, 9, 31, 26.60, 27.13, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36782, 1884, 36307, 2465, 9, 31, 18.71, 19.08, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36783, 1884, 36308, 5121, 1, 31, 102.00, 104.04, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36784, 1884, 36309, 3447, 3, 31, 539.72, 550.51, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36785, 1884, 36310, 2114, 3, 31, 1766.49, 1801.82, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36786, 1884, 36311, 4702, 6, 31, 29.82, 30.42, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36787, 1884, 36312, 2796, 9, 31, 6359.22, 6486.40, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36788, 1884, 36313, 6146, 1, 31, 31.20, 31.82, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36789, 1884, 36314, 19, 9, 31, 5.10, 5.20, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36790, 1884, 36315, 5802, 6, 31, 20.39, 20.80, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36791, 1884, 36316, 4440, 9, 31, 27.54, 28.09, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36792, 1884, 36317, 4071, 9, 31, 32.23, 32.87, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:03'),
(36793, 1884, 36318, 2632, 3, 31, 14.26, 14.55, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:04'),
(36794, 1884, 36319, 5804, 3, 31, 30.29, 30.90, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:04'),
(36795, 1884, 36320, 2549, 3, 31, 335.08, 341.78, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:04'),
(36796, 1884, 36321, 5612, 6, 31, 1061.04, 1082.26, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:04'),
(36797, 1884, 36322, 20, 1, 31, 4.04, 4.12, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:04'),
(36798, 1884, 36323, 326, 1, 31, 3006.63, 3066.76, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:04'),
(36799, 1884, 36324, 3889, 6, 31, 3570.00, 3641.40, 1, 1, 'ai_sell', '2024-09-04 16:19:03', '2024-09-04 16:19:03', '2024-09-04 17:20:04'),
(36800, 1884, 36325, 5737, 9, 31, 34.85, 35.55, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36801, 1884, 36326, 1251, 9, 31, 19.25, 19.64, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36802, 1884, 36327, 1185, 1, 31, 74.19, 75.67, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36803, 1884, 36328, 1993, 3, 31, 805.35, 821.46, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36804, 1884, 36329, 724, 1, 31, 38.34, 39.11, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36805, 1884, 36330, 1540, 1, 31, 33.66, 34.33, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36806, 1884, 36331, 6013, 3, 31, 33.32, 33.99, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36807, 1884, 36332, 5747, 3, 31, 4.79, 4.89, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36808, 1884, 36333, 82, 6, 31, 1000.62, 1020.63, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36809, 1884, 36334, 4983, 9, 31, 11.59, 11.82, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36810, 1884, 36335, 2623, 9, 31, 9.39, 9.58, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36811, 1884, 36336, 1713, 3, 31, 1210.99, 1235.21, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36812, 1884, 36337, 3424, 6, 31, 464.28, 473.57, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36813, 1884, 36338, 1512, 1, 31, 376.95, 384.49, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36814, 1884, 36339, 3580, 3, 31, 7.44, 7.59, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36815, 1884, 36340, 5770, 1, 31, 30.61, 31.22, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36816, 1884, 36341, 1695, 3, 31, 71.39, 72.82, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36817, 1884, 36342, 2638, 6, 31, 48.75, 49.73, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36818, 1884, 36343, 5877, 1, 31, 27.71, 28.26, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36819, 1884, 36344, 3502, 3, 31, 9.45, 9.64, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36820, 1884, 36345, 1569, 3, 31, 87.55, 89.30, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36821, 1884, 36346, 3542, 1, 31, 6.60, 6.73, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36822, 1884, 36347, 2284, 3, 31, 102.16, 104.20, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36823, 1884, 36348, 4863, 1, 31, 52.90, 53.96, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36824, 1884, 36349, 3432, 1, 31, 602.55, 614.60, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36825, 1884, 36350, 3899, 6, 31, 203.00, 207.06, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36826, 1884, 36351, 237, 3, 31, 525.00, 535.50, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36827, 1884, 36352, 4940, 9, 31, 20.14, 20.54, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36828, 1884, 36353, 3851, 6, 31, 192.40, 196.25, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36829, 1884, 36354, 759, 9, 31, 56.61, 57.74, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36830, 1884, 36355, 221, 1, 31, 24.79, 25.29, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36831, 1884, 36356, 4373, 1, 31, 1509.95, 1540.15, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36832, 1884, 36357, 2994, 3, 31, 8.90, 9.08, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36833, 1884, 36358, 4628, 3, 31, 31.92, 32.56, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36834, 1884, 36359, 1749, 1, 31, 102.90, 104.96, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36835, 1884, 36360, 1452, 3, 31, 29.56, 30.15, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36836, 1884, 36361, 2136, 1, 31, 20.53, 20.94, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36837, 1884, 36362, 5488, 3, 31, 22.22, 22.66, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36838, 1884, 36363, 2352, 1, 31, 31.49, 32.12, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36839, 1884, 36364, 410, 3, 31, 83.81, 85.49, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36840, 1884, 36365, 1935, 3, 31, 56.10, 57.22, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36841, 1884, 36366, 198, 3, 31, 314.15, 320.43, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36842, 1884, 36367, 4009, 6, 31, 1040.61, 1061.42, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36843, 1884, 36368, 2960, 3, 31, 1428.00, 1456.56, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36844, 1884, 36369, 526, 9, 31, 20.59, 21.00, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36845, 1884, 36370, 3440, 6, 31, 22.76, 23.22, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36846, 1884, 36371, 2443, 6, 31, 8.15, 8.31, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36847, 1884, 36372, 3114, 1, 31, 11.66, 11.89, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36848, 1884, 36373, 4627, 1, 31, 141.74, 144.57, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36849, 1884, 36374, 3562, 9, 31, 23.15, 23.61, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36850, 1884, 36375, 4496, 1, 31, 369.94, 377.34, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36851, 1884, 36376, 2309, 1, 31, 620.88, 633.30, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36852, 1884, 36377, 5423, 1, 31, 15.63, 15.94, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36853, 1884, 36378, 135, 1, 31, 55.12, 56.22, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36854, 1884, 36379, 5012, 3, 31, 16.15, 16.47, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36855, 1884, 36380, 1660, 3, 31, 1519.80, 1550.20, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36856, 1884, 36381, 4833, 1, 31, 18.12, 18.48, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36857, 1884, 36382, 5321, 6, 31, 287.03, 292.77, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36858, 1884, 36383, 3196, 9, 31, 322.23, 328.67, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36859, 1884, 36384, 4753, 1, 31, 64.25, 65.54, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36860, 1884, 36385, 6150, 6, 31, 32.31, 32.96, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36861, 1884, 36386, 1806, 1, 31, 13.26, 13.53, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36862, 1884, 36387, 1704, 6, 31, 61.20, 62.42, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36863, 1884, 36388, 21, 6, 31, 7.42, 7.57, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36864, 1884, 36389, 4096, 9, 31, 101.00, 103.02, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36865, 1884, 36390, 2748, 3, 31, 130.80, 133.42, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36866, 1884, 36391, 2848, 9, 31, 234.59, 239.28, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36867, 1884, 36392, 2303, 1, 31, 77.25, 78.80, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36868, 1884, 36393, 551, 9, 31, 28.28, 28.85, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36869, 1884, 36394, 33, 6, 31, 6.18, 6.30, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36870, 1884, 36395, 1652, 3, 31, 13.89, 14.17, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36871, 1884, 36396, 5467, 6, 31, 50.12, 51.12, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36872, 1884, 36397, 505, 9, 31, 5169.85, 5273.25, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36873, 1884, 36398, 4262, 1, 31, 954.00, 973.08, 1, 1, 'ai_sell', '2024-09-04 16:19:04', '2024-09-04 16:19:04', '2024-09-04 17:20:04'),
(36874, 1884, 36399, 2699, 9, 31, 41.59, 42.42, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36875, 1884, 36400, 119, 3, 31, 6.59, 6.72, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36876, 1884, 36401, 4955, 6, 31, 11.32, 11.55, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36877, 1884, 36402, 3530, 1, 31, 209.99, 214.19, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36878, 1884, 36403, 3473, 1, 31, 351.22, 358.24, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36879, 1884, 36404, 2697, 9, 31, 786.42, 802.15, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36880, 1884, 36405, 2300, 6, 31, 112.27, 114.52, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36881, 1884, 36406, 985, 9, 31, 21.42, 21.85, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36882, 1884, 36407, 2331, 9, 31, 28.52, 29.09, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36883, 1884, 36408, 3016, 3, 31, 9354.80, 9541.90, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36884, 1884, 36409, 2017, 6, 31, 189.28, 193.07, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36885, 1884, 36410, 1764, 6, 31, 96.45, 98.38, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36886, 1884, 36411, 1951, 1, 31, 37.48, 38.23, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36887, 1884, 36412, 2572, 1, 31, 21.21, 21.63, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36888, 1884, 36413, 3358, 1, 31, 901.00, 919.02, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36889, 1884, 36414, 933, 9, 31, 1166.00, 1189.32, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36890, 1884, 36415, 1630, 1, 31, 41.49, 42.32, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36891, 1884, 36416, 2432, 1, 31, 5300.00, 5406.00, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36892, 1884, 36417, 5100, 9, 31, 15.57, 15.88, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36893, 1884, 36418, 523, 9, 31, 18.51, 18.88, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36894, 1884, 36419, 1596, 9, 31, 2641.60, 2694.43, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36895, 1884, 36420, 1922, 1, 31, 234.84, 239.54, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36896, 1884, 36421, 2459, 3, 31, 303.00, 309.06, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36897, 1884, 36422, 5234, 6, 31, 395.70, 403.61, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36898, 1884, 36423, 5851, 3, 31, 103.99, 106.07, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36899, 1884, 36424, 5573, 9, 31, 72.39, 73.84, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36900, 1884, 36425, 1319, 6, 31, 909.00, 927.18, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:04'),
(36901, 1884, 36426, 2168, 3, 31, 15.14, 15.44, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36902, 1884, 36427, 5487, 9, 31, 352.87, 359.93, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36903, 1884, 36428, 3944, 3, 31, 82.95, 84.61, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36904, 1884, 36429, 5964, 3, 31, 45.86, 46.78, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36905, 1884, 36430, 2337, 6, 31, 31.50, 32.13, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36906, 1884, 36431, 824, 9, 31, 23.96, 24.44, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36907, 1884, 36432, 4136, 6, 31, 36.39, 37.12, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36908, 1884, 36433, 1835, 1, 31, 106.00, 108.12, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36909, 1884, 36434, 932, 6, 31, 13.95, 14.23, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36910, 1884, 36435, 2637, 3, 31, 16.63, 16.96, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36911, 1884, 36436, 293, 9, 31, 14.36, 14.65, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36912, 1884, 36437, 4913, 1, 31, 504.69, 514.78, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36913, 1884, 36438, 2151, 9, 31, 53.43, 54.50, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36914, 1884, 36439, 3676, 3, 31, 8.99, 9.17, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36915, 1884, 36440, 804, 3, 31, 8.23, 8.39, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36916, 1884, 36441, 3282, 1, 31, 21.41, 21.84, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36917, 1884, 36442, 1031, 3, 31, 10.60, 10.81, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36918, 1884, 36443, 4893, 3, 31, 114.80, 117.10, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36919, 1884, 36444, 4587, 1, 31, 26.28, 26.81, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36920, 1884, 36445, 699, 3, 31, 70.35, 71.76, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36921, 1884, 36446, 782, 9, 31, 6.92, 7.06, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36922, 1884, 36447, 4577, 9, 31, 30.12, 30.72, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36923, 1884, 36448, 2135, 9, 31, 57.08, 58.22, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36924, 1884, 36449, 1146, 1, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36925, 1884, 36450, 5610, 3, 31, 93.59, 95.46, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36926, 1884, 36451, 3383, 9, 31, 98.20, 100.16, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36927, 1884, 36452, 148, 1, 31, 10.54, 10.75, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36928, 1884, 36453, 5128, 1, 31, 330.02, 336.62, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36929, 1884, 36454, 1513, 9, 31, 1464.50, 1493.79, 1, 1, 'ai_sell', '2024-09-04 16:19:05', '2024-09-04 16:19:05', '2024-09-04 17:20:05'),
(36930, 1884, 36455, 5792, 3, 31, 304.50, 310.59, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36931, 1884, 36456, 1644, 1, 31, 38.68, 39.45, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36932, 1884, 36457, 4346, 9, 31, 61.31, 62.54, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36933, 1884, 36458, 2784, 1, 31, 13.77, 14.05, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36934, 1884, 36459, 5206, 1, 31, 51.99, 53.03, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36935, 1884, 36460, 3600, 3, 31, 98.70, 100.67, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36936, 1884, 36461, 3662, 3, 31, 21.53, 21.96, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36937, 1884, 36462, 3821, 6, 31, 22.71, 23.16, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36938, 1884, 36463, 2082, 6, 31, 14.00, 14.28, 1, 1, 'ai_sell', '2024-09-04 16:20:05', '2024-09-04 16:20:05', '2024-09-04 17:21:02'),
(36939, 1884, 36464, 3228, 9, 31, 2.91, 2.97, 1, 1, 'ai_sell', '2024-09-04 16:20:06', '2024-09-04 16:20:06', '2024-09-04 17:21:02'),
(36940, 1884, 36465, 5812, 6, 31, 1.52, 1.55, 1, 1, 'ai_sell', '2024-09-04 16:20:06', '2024-09-04 16:20:06', '2024-09-04 17:21:02'),
(36941, 1884, 36466, 734, 3, 31, 0.23, 0.23, 1, 1, 'ai_sell', '2024-09-04 16:20:06', '2024-09-04 16:20:06', '2024-09-04 17:21:02'),
(36942, 1938, 36467, 1309, 5, NULL, 140.00, 141.40, 1, 1, 'manual_sell', '2024-09-04 18:49:23', '2024-09-04 18:49:23', '2024-09-04 19:50:03'),
(36943, 1938, 36468, 1291, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-09-04 18:50:42', '2024-09-04 18:50:42', '2024-09-04 19:51:02'),
(36944, 1938, 36469, 24, 5, NULL, 1.00, 1.10, 9, 2, 'manual_sell', '2024-09-04 18:52:36', '2024-09-04 18:52:36', '2024-09-04 19:53:02'),
(36945, 1876, 36210, 4841, 5, NULL, 166.00, 167.61, 1, 1, 'manual_sell', '2024-09-04 20:21:13', '2024-09-04 20:21:13', '2024-09-04 21:22:02'),
(36946, 1876, 36211, 957, 5, NULL, 9.00, 9.09, 2, 1, 'manual_sell', '2024-09-04 20:21:32', '2024-09-04 20:21:32', '2024-09-04 21:22:02'),
(36947, 1876, 36254, 4186, 5, NULL, 131.00, 132.31, 1, 1, 'manual_sell', '2024-09-04 20:21:55', '2024-09-04 20:21:55', '2024-09-04 21:22:02'),
(36948, 1876, 36255, 3222, 5, NULL, 4.00, 4.04, 2, 1, 'manual_sell', '2024-09-04 20:22:17', '2024-09-04 20:22:17', '2024-09-04 21:23:01'),
(36949, 1886, 36471, 3069, 5, NULL, 19.00, 19.19, 10, 1, 'manual_sell', '2024-09-04 20:40:47', '2024-09-04 20:40:47', '2024-09-04 21:41:02'),
(36950, 1886, 36470, 2437, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-04 20:41:39', '2024-09-04 20:41:39', '2024-09-04 21:42:02'),
(36951, 1921, 36472, 3814, 5, NULL, 102.00, 103.02, 2, 1, 'manual_sell', '2024-09-05 01:06:20', '2024-09-05 01:06:20', '2024-09-05 02:07:02'),
(36952, 1920, 36473, 3814, 5, NULL, 102.00, 103.02, 2, 1, 'manual_sell', '2024-09-05 01:08:49', '2024-09-05 01:08:49', '2024-09-05 02:09:02'),
(36953, 1798, 36474, 3917, 5, NULL, 500.00, 505.00, 1, 1, 'manual_sell', '2024-09-05 06:42:08', '2024-09-05 06:42:08', '2024-09-05 07:43:01'),
(36954, 1798, 36475, 1577, 5, NULL, 71.00, 71.71, 1, 1, 'manual_sell', '2024-09-05 06:43:39', '2024-09-05 06:43:39', '2024-09-05 07:44:02'),
(36955, 1798, 36476, 3202, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-09-05 06:44:38', '2024-09-05 06:44:38', '2024-09-05 07:45:02'),
(36956, 1915, 36477, 3321, 1, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-09-05 10:40:48', '2024-09-05 10:40:48', '2024-09-05 11:41:02'),
(36957, 1915, 36478, 3323, 1, NULL, 60.00, 61.61, 1, 2, 'manual_sell', '2024-09-05 10:41:19', '2024-09-05 10:41:19', '2024-09-05 11:42:02'),
(36958, 1915, 36479, 1015, 1, NULL, 4.00, 4.04, 3, 1, 'manual_sell', '2024-09-05 10:41:57', '2024-09-05 10:41:57', '2024-09-05 11:42:02'),
(36959, 1915, 36480, 1021, 1, NULL, 4.00, 4.04, 1, 1, 'manual_sell', '2024-09-05 10:42:32', '2024-09-05 10:42:32', '2024-09-05 11:43:02'),
(36960, 1850, 36481, 5960, 9, 32, 1431.93, 1453.41, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36961, 1850, 36482, 3463, 3, 32, 138.36, 140.44, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36962, 1850, 36483, 327, 6, 32, 136.78, 138.83, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36963, 1850, 36484, 4558, 3, 32, 416.00, 422.24, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36964, 1850, 36485, 411, 1, 32, 33.62, 34.12, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36965, 1850, 36486, 1856, 3, 32, 43.61, 44.26, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36966, 1850, 36487, 3822, 3, 32, 18.17, 18.44, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36967, 1850, 36488, 2973, 1, 32, 421.04, 427.36, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36968, 1850, 36489, 5206, 9, 32, 52.49, 53.28, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36969, 1850, 36490, 4405, 3, 32, 25.25, 25.63, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36970, 1850, 36491, 74, 1, 32, 4.16, 4.22, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36971, 1850, 36492, 5748, 6, 32, 10.19, 10.34, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36972, 1850, 36493, 2704, 6, 32, 16.32, 16.56, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36973, 1850, 36494, 5751, 1, 32, 4.32, 4.38, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36974, 1850, 36495, 303, 6, 32, 9.47, 9.61, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36975, 1850, 36496, 233, 6, 32, 3.06, 3.11, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36976, 1850, 36497, 4659, 6, 32, 10.08, 10.23, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36977, 1850, 36498, 734, 6, 32, 0.22, 0.22, 1, 1, 'ai_sell', '2024-09-05 11:46:02', '2024-09-05 11:46:02', '2024-09-05 12:46:02'),
(36978, 1850, 36499, 2933, 5, NULL, 515.00, 520.15, 2, 1, 'manual_sell', '2024-09-05 13:17:52', '2024-09-05 13:17:52', '2024-09-05 14:18:02'),
(36979, 1850, 36500, 681, 5, NULL, 26.78, 27.04, 5, 1, 'manual_sell', '2024-09-05 13:18:35', '2024-09-05 13:18:35', '2024-09-05 14:19:02'),
(36980, 1884, 36501, 2527, 1, 31, 20.58, 20.99, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36981, 1884, 36502, 1173, 9, 31, 25.49, 26.00, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36982, 1884, 36503, 520, 6, 31, 38.82, 39.60, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36983, 1884, 36504, 5164, 1, 31, 31.92, 32.56, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36984, 1884, 36505, 1238, 3, 31, 505.00, 515.10, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36985, 1884, 36506, 1485, 1, 31, 572.75, 584.21, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36986, 1884, 36507, 1242, 3, 31, 20394.00, 20801.88, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36987, 1884, 36508, 2279, 1, 31, 358.79, 365.97, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36988, 1884, 36509, 2421, 6, 31, 735.00, 749.70, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36989, 1884, 36510, 5273, 1, 31, 298.31, 304.28, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36990, 1884, 36511, 5225, 1, 31, 635.99, 648.71, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36991, 1884, 36512, 3907, 6, 31, 27.29, 27.84, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36992, 1884, 36513, 2099, 6, 31, 20.48, 20.89, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36993, 1884, 36514, 3721, 1, 31, 34.81, 35.51, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36994, 1884, 36515, 2043, 9, 31, 55.98, 57.10, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36995, 1884, 36516, 4616, 3, 31, 9078.00, 9259.56, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36996, 1884, 36517, 4295, 3, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36997, 1884, 36518, 75, 3, 31, 12.12, 12.36, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36998, 1884, 36519, 1849, 6, 31, 32860.00, 33517.20, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(36999, 1884, 36520, 4524, 1, 31, 10.17, 10.37, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(37000, 1884, 36521, 5831, 6, 31, 19.94, 20.34, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(37001, 1884, 36522, 445, 1, 31, 1242.80, 1267.66, 1, 1, 'ai_sell', '2024-09-05 17:31:02', '2024-09-05 17:31:02', '2024-09-05 18:31:02'),
(37002, 1884, 36523, 379, 1, 31, 7.35, 7.50, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37003, 1884, 36524, 4319, 3, 31, 1871.99, 1909.43, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37004, 1884, 36525, 2426, 6, 31, 523.95, 534.43, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37005, 1884, 36526, 3380, 9, 31, 15.76, 16.08, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37006, 1884, 36527, 2665, 3, 31, 18.71, 19.08, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37007, 1884, 36528, 3146, 9, 31, 7.20, 7.34, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37008, 1884, 36529, 3626, 9, 31, 19.99, 20.39, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37009, 1884, 36530, 4773, 9, 31, 51.97, 53.01, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37010, 1884, 36531, 909, 3, 31, 30.60, 31.21, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37011, 1884, 36532, 3813, 1, 31, 22.21, 22.65, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37012, 1884, 36533, 2041, 9, 31, 2.08, 2.12, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37013, 1884, 36534, 2403, 9, 31, 3296.00, 3361.92, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37014, 1884, 36535, 5926, 1, 31, 62.09, 63.33, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37015, 1884, 36536, 469, 1, 31, 106.00, 108.12, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37016, 1884, 36537, 3064, 1, 31, 4.73, 4.82, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37017, 1884, 36538, 1135, 1, 31, 310.56, 316.77, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37018, 1884, 36539, 5440, 9, 31, 63.43, 64.70, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37019, 1884, 36540, 501, 3, 31, 3729.05, 3803.63, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37020, 1884, 36541, 343, 3, 31, 94.33, 96.22, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37021, 1884, 36542, 2961, 1, 31, 1389.76, 1417.56, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37022, 1884, 36543, 566, 1, 31, 20.20, 20.60, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37023, 1884, 36544, 4096, 6, 31, 103.00, 105.06, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37024, 1884, 36545, 5606, 6, 31, 625.40, 637.91, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37025, 1884, 36546, 1782, 1, 31, 50.40, 51.41, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:02'),
(37026, 1884, 36547, 3218, 6, 31, 378.75, 386.33, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37027, 1884, 36548, 4769, 1, 31, 28.08, 28.64, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37028, 1884, 36549, 3123, 1, 31, 112.27, 114.52, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37029, 1884, 36550, 2040, 3, 31, 55.98, 57.10, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37030, 1884, 36551, 1386, 3, 31, 9.28, 9.47, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37031, 1884, 36552, 2185, 1, 31, 60.60, 61.81, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37032, 1884, 36553, 1931, 6, 31, 1626.45, 1658.98, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37033, 1884, 36554, 3132, 6, 31, 137.18, 139.92, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37034, 1884, 36555, 5339, 6, 31, 101.95, 103.99, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37035, 1884, 36556, 502, 9, 31, 55.55, 56.66, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37036, 1884, 36557, 1232, 1, 31, 26.50, 27.03, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37037, 1884, 36558, 3189, 1, 31, 2616.20, 2668.52, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37038, 1884, 36559, 1948, 3, 31, 12.12, 12.36, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37039, 1884, 36560, 1904, 1, 31, 10.30, 10.51, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37040, 1884, 36561, 4608, 3, 31, 94.50, 96.39, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37041, 1884, 36562, 1130, 1, 31, 36.49, 37.22, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37042, 1884, 36563, 2719, 9, 31, 28.33, 28.90, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37043, 1884, 36564, 3740, 1, 31, 31.98, 32.62, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37044, 1884, 36565, 136, 9, 31, 24.01, 24.49, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37045, 1884, 36566, 930, 1, 31, 14.06, 14.34, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37046, 1884, 36567, 1082, 1, 31, 131.25, 133.88, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37047, 1884, 36568, 921, 1, 31, 77.25, 78.80, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37048, 1884, 36569, 5982, 9, 31, 45.25, 46.16, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37049, 1884, 36570, 5799, 3, 31, 15.89, 16.21, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37050, 1884, 36571, 3184, 6, 31, 9.67, 9.86, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37051, 1884, 36572, 999, 6, 31, 14.42, 14.71, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37052, 1884, 36573, 1996, 1, 31, 35.33, 36.04, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37053, 1884, 36574, 2907, 9, 31, 34.45, 35.14, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37054, 1884, 36575, 47, 6, 31, 9.27, 9.46, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37055, 1884, 36576, 672, 3, 31, 3.09, 3.15, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37056, 1884, 36577, 1844, 3, 31, 0.32, 0.33, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37057, 1884, 36578, 803, 9, 31, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37058, 1884, 36579, 1827, 1, 31, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-05 17:31:03', '2024-09-05 17:31:03', '2024-09-05 18:32:03'),
(37059, 1915, 36478, 3323, 1, NULL, 60.00, 60.60, 1, 1, 'manual_sell', '2024-09-05 17:39:11', '2024-09-05 17:39:11', '2024-09-05 18:40:03'),
(37060, 1938, 36469, 24, 5, NULL, 1.00, 1.02, 9, 2, 'manual_sell', '2024-09-05 19:46:50', '2024-09-05 19:46:50', '2024-09-05 20:47:02'),
(37061, 1886, 36583, 619, 5, NULL, 5.00, 5.05, 79, 1, 'manual_sell', '2024-09-05 21:46:16', '2024-09-05 21:46:16', '2024-09-05 22:47:02'),
(37062, 1938, 36582, 3116, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-09-05 23:51:02', '2024-09-05 23:51:02', '2024-09-06 00:51:02'),
(37063, 1938, 36469, 24, 5, NULL, 1.00, 1.01, 9, 1, 'manual_sell', '2024-09-05 23:52:00', '2024-09-05 23:52:00', '2024-09-06 00:52:02'),
(37064, 1938, 36581, 104, 5, NULL, 34.00, 34.34, 1, 1, 'manual_sell', '2024-09-05 23:52:35', '2024-09-05 23:52:35', '2024-09-06 00:53:02'),
(37065, 1938, 36580, 31, 5, NULL, 11.00, 11.11, 10, 1, 'manual_sell', '2024-09-05 23:53:43', '2024-09-05 23:53:43', '2024-09-06 00:54:02'),
(37066, 1921, 36585, 2437, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-06 02:09:42', '2024-09-06 02:09:42', '2024-09-06 03:10:03'),
(37067, 1921, 36586, 3064, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-09-06 02:11:39', '2024-09-06 02:11:39', '2024-09-06 03:12:02'),
(37068, 1876, 36584, 4831, 5, NULL, 163.00, 164.63, 2, 1, 'manual_sell', '2024-09-06 02:13:58', '2024-09-06 02:13:58', '2024-09-06 03:14:02'),
(37069, 1920, 36587, 3064, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-09-06 02:16:58', '2024-09-06 02:16:58', '2024-09-06 03:17:02'),
(37070, 1920, 36588, 2437, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-06 02:17:21', '2024-09-06 02:17:21', '2024-09-06 03:18:02'),
(37071, 1798, 36589, 139, 5, NULL, 501.00, 506.01, 1, 1, 'manual_sell', '2024-09-06 08:24:57', '2024-09-06 08:24:57', '2024-09-06 09:25:03'),
(37072, 1884, 36590, 1570, 3, 31, 33.64, 34.31, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37073, 1884, 36591, 3903, 9, 31, 37.00, 37.74, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37074, 1884, 36592, 2156, 3, 31, 300.98, 307.00, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37075, 1884, 36593, 4871, 3, 31, 70.69, 72.10, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37076, 1884, 36594, 889, 9, 31, 17.13, 17.47, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37077, 1884, 36595, 5672, 1, 31, 3323.16, 3389.62, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37078, 1884, 36596, 392, 6, 31, 114.28, 116.57, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37079, 1884, 36597, 4206, 9, 31, 20.40, 20.81, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37080, 1884, 36598, 5505, 9, 31, 85.04, 86.74, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37081, 1884, 36599, 5973, 6, 31, 26.24, 26.76, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37082, 1884, 36600, 4051, 9, 31, 207.98, 212.14, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37083, 1884, 36601, 956, 3, 31, 14420.00, 14708.40, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37084, 1884, 36602, 6141, 3, 31, 20.60, 21.01, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37085, 1884, 36603, 1370, 6, 31, 104.94, 107.04, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37086, 1884, 36604, 37, 1, 31, 9.36, 9.55, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37087, 1884, 36605, 4992, 3, 31, 12.45, 12.70, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37088, 1884, 36606, 4823, 9, 31, 30.11, 30.71, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37089, 1884, 36607, 1032, 1, 31, 100.70, 102.71, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37090, 1884, 36608, 854, 9, 31, 36.20, 36.92, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37091, 1884, 36609, 4005, 9, 31, 525.87, 536.39, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37092, 1884, 36610, 6014, 3, 31, 4240.00, 4324.80, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37093, 1884, 36611, 1580, 6, 31, 15.24, 15.54, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37094, 1884, 36612, 2631, 9, 31, 42.42, 43.27, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37095, 1884, 36613, 6019, 1, 31, 6.10, 6.22, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37096, 1884, 36614, 590, 3, 31, 3282.50, 3348.15, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37097, 1884, 36615, 4521, 3, 31, 13.77, 14.05, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37098, 1884, 36616, 3997, 9, 31, 2020.95, 2061.37, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37099, 1884, 36617, 4787, 9, 31, 32.54, 33.19, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37100, 1884, 36618, 2769, 9, 31, 31.24, 31.86, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37101, 1884, 36619, 3167, 6, 31, 328.59, 335.16, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37102, 1884, 36620, 2129, 9, 31, 204.97, 209.07, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37103, 1884, 36621, 3983, 1, 31, 83.41, 85.08, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37104, 1884, 36622, 5085, 3, 31, 180.19, 183.79, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37105, 1884, 36623, 1921, 3, 31, 10.30, 10.51, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(37106, 1884, 36624, 6049, 3, 31, 10.40, 10.61, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37107, 1884, 36625, 4767, 3, 31, 45.89, 46.81, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37108, 1884, 36626, 5852, 6, 31, 40.27, 41.08, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37109, 1884, 36627, 1586, 9, 31, 81.23, 82.85, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37110, 1884, 36628, 2475, 3, 31, 26.67, 27.20, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37111, 1884, 36629, 1749, 1, 31, 102.90, 104.96, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37112, 1884, 36630, 4769, 3, 31, 28.08, 28.64, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37113, 1884, 36631, 1822, 9, 31, 40.56, 41.37, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37114, 1884, 36632, 3111, 6, 31, 262.50, 267.75, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37115, 1884, 36633, 2886, 6, 31, 14.41, 14.70, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37116, 1884, 36634, 4322, 9, 31, 699.72, 713.71, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37117, 1884, 36635, 483, 6, 31, 56.29, 57.42, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37118, 1884, 36636, 1598, 6, 31, 7.96, 8.12, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37119, 1884, 36637, 1652, 1, 31, 13.62, 13.89, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37120, 1884, 36638, 5112, 9, 31, 13.52, 13.79, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37121, 1884, 36639, 2408, 9, 31, 67.98, 69.34, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37122, 1884, 36640, 762, 6, 31, 124.64, 127.13, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37123, 1884, 36641, 4469, 3, 31, 1615.99, 1648.31, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37124, 1884, 36642, 3063, 9, 31, 211.12, 215.34, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37125, 1884, 36643, 3538, 1, 31, 155.99, 159.11, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37126, 1884, 36644, 4732, 1, 31, 425.24, 433.74, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37127, 1884, 36645, 3803, 9, 31, 1359.75, 1386.95, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37128, 1884, 36646, 4659, 3, 31, 10.17, 10.37, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37129, 1884, 36647, 984, 6, 31, 735.14, 749.84, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37130, 1884, 36648, 1299, 9, 31, 22.04, 22.48, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37131, 1884, 36649, 4876, 1, 31, 40.37, 41.18, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37132, 1884, 36650, 1756, 1, 31, 1568.80, 1600.18, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37133, 1884, 36651, 5305, 6, 31, 18.71, 19.08, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37134, 1884, 36652, 3738, 9, 31, 120.36, 122.77, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37135, 1884, 36653, 5551, 6, 31, 207.99, 212.15, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37136, 1884, 36654, 1793, 3, 31, 3.12, 3.18, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37137, 1884, 36655, 4966, 3, 31, 3040.80, 3101.62, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37138, 1884, 36656, 4282, 9, 31, 60.83, 62.05, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37139, 1884, 36657, 6065, 1, 31, 21.50, 21.93, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37140, 1884, 36658, 3790, 1, 31, 45.44, 46.35, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37141, 1884, 36659, 4343, 9, 31, 173.03, 176.49, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37142, 1884, 36660, 1262, 9, 31, 1.56, 1.59, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37143, 1884, 36661, 5454, 6, 31, 9685.90, 9879.62, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37144, 1884, 36662, 4956, 6, 31, 40.40, 41.21, 1, 1, 'ai_sell', '2024-09-06 08:27:04', '2024-09-06 08:27:04', '2024-09-06 08:28:05'),
(37145, 1884, 36663, 3561, 3, 31, 9.22, 9.40, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37146, 1884, 36664, 3364, 3, 31, 42.00, 42.84, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37147, 1884, 36665, 5365, 1, 31, 205.99, 210.11, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37148, 1884, 36666, 2670, 6, 31, 868.40, 885.77, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37149, 1884, 36667, 1928, 6, 31, 4.88, 4.98, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37150, 1884, 36668, 3709, 1, 31, 3.40, 3.47, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37151, 1884, 36669, 503, 9, 31, 1273.08, 1298.54, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37152, 1884, 36670, 1996, 3, 31, 34.99, 35.69, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37153, 1884, 36671, 893, 1, 31, 70.69, 72.10, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37154, 1884, 36672, 3226, 9, 31, 46.63, 47.56, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37155, 1884, 36673, 2414, 3, 31, 1138.80, 1161.58, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37156, 1884, 36674, 2861, 9, 31, 56.09, 57.21, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37157, 1884, 36675, 4401, 3, 31, 31.80, 32.44, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37158, 1884, 36676, 5759, 6, 31, 3.88, 3.96, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37159, 1884, 36677, 2120, 3, 31, 120.64, 123.05, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37160, 1884, 36678, 5047, 1, 31, 10.70, 10.91, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37161, 1884, 36679, 671, 6, 31, 14365.52, 14652.83, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37162, 1884, 36680, 4099, 6, 31, 210.00, 214.20, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37163, 1884, 36681, 2227, 3, 31, 21.12, 21.54, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37164, 1884, 36682, 5458, 3, 31, 4080.00, 4161.60, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37165, 1884, 36683, 6103, 9, 31, 32.59, 33.24, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37166, 1884, 36684, 577, 3, 31, 795.60, 811.51, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37167, 1884, 36685, 1736, 9, 31, 34.49, 35.18, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37168, 1884, 36686, 3497, 3, 31, 27.24, 27.78, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37169, 1884, 36687, 3479, 6, 31, 47.67, 48.62, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37170, 1884, 36688, 2535, 6, 31, 277.44, 282.99, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37171, 1884, 36689, 5722, 9, 31, 29.28, 29.87, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37172, 1884, 36690, 312, 1, 31, 50.15, 51.15, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37173, 1884, 36691, 2824, 1, 31, 6583.18, 6714.84, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37174, 1884, 36692, 338, 3, 31, 2611.15, 2663.37, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37175, 1884, 36693, 2092, 6, 31, 158.41, 161.58, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37176, 1884, 36694, 2187, 9, 31, 10.40, 10.61, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37177, 1884, 36695, 3354, 3, 31, 51.94, 52.98, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37178, 1884, 36696, 1959, 6, 31, 20.80, 21.22, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37179, 1884, 36697, 1781, 1, 31, 13.78, 14.06, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37180, 1884, 36698, 4709, 9, 31, 50.07, 51.07, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37181, 1884, 36699, 3977, 9, 31, 390.36, 398.17, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37182, 1884, 36700, 5579, 6, 31, 83.32, 84.99, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37183, 1884, 36701, 3587, 9, 31, 7.40, 7.55, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37184, 1884, 36702, 1086, 9, 31, 1740.70, 1775.51, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37185, 1884, 36703, 5134, 6, 31, 84.12, 85.80, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37186, 1884, 36704, 866, 9, 31, 61.20, 62.42, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37187, 1884, 36705, 3301, 1, 31, 18.90, 19.28, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37188, 1884, 36706, 3426, 1, 31, 24.71, 25.20, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37189, 1884, 36707, 1946, 9, 31, 4.64, 4.73, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37190, 1884, 36708, 639, 9, 31, 4.12, 4.20, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37191, 1884, 36709, 510, 6, 31, 10.59, 10.80, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37192, 1884, 36710, 318, 3, 31, 28.94, 29.52, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37193, 1884, 36711, 634, 6, 31, 1.06, 1.08, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37194, 1884, 36712, 2461, 9, 31, 7.41, 7.56, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37195, 1884, 36713, 4033, 6, 31, 2.73, 2.78, 1, 1, 'ai_sell', '2024-09-06 08:27:05', '2024-09-06 08:27:05', '2024-09-06 08:28:05'),
(37196, 1798, 36714, 3092, 5, NULL, 48.00, 48.48, 1, 1, 'manual_sell', '2024-09-06 08:32:17', '2024-09-06 08:32:17', '2024-09-06 09:33:02'),
(37197, 1798, 36715, 66, 5, NULL, 40.00, 40.40, 1, 1, 'manual_sell', '2024-09-06 08:33:18', '2024-09-06 08:33:18', '2024-09-06 09:34:01'),
(37198, 1850, 36716, 3277, 3, 32, 38.45, 39.03, 1, 1, 'ai_sell', '2024-09-06 12:56:02', '2024-09-06 12:56:02', '2024-09-06 13:56:02'),
(37199, 1850, 36717, 3127, 9, 32, 13.77, 13.98, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37200, 1850, 36718, 3770, 9, 32, 13.36, 13.56, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37201, 1850, 36719, 5173, 6, 32, 291.19, 295.56, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37202, 1850, 36720, 3461, 9, 32, 603.74, 612.80, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37203, 1850, 36721, 2915, 6, 32, 1039.05, 1054.64, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37204, 1850, 36722, 3318, 1, 32, 1.20, 1.22, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37205, 1850, 36723, 4311, 1, 32, 50.50, 51.26, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37206, 1850, 36724, 2043, 1, 32, 55.98, 56.82, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37207, 1850, 36725, 2681, 1, 32, 90.05, 91.40, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37208, 1850, 36726, 5045, 3, 32, 135.45, 137.48, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37209, 1850, 36727, 4810, 3, 32, 39.07, 39.66, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37210, 1850, 36728, 3325, 6, 32, 6.14, 6.23, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37211, 1850, 36729, 3700, 9, 32, 210.84, 214.00, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37212, 1850, 36730, 313, 9, 32, 196.25, 199.19, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37213, 1850, 36731, 2145, 9, 32, 20.37, 20.68, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37214, 1850, 36732, 5471, 3, 32, 4.19, 4.25, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37215, 1850, 36733, 2041, 6, 32, 2.06, 2.09, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37216, 1850, 36734, 5489, 3, 32, 2.04, 2.07, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37217, 1850, 36735, 143, 9, 32, 1.03, 1.05, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37218, 1850, 36736, 1827, 1, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37219, 1850, 36737, 1818, 3, 32, 1.03, 1.05, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37220, 1850, 36738, 1829, 1, 32, 0.80, 0.81, 1, 1, 'ai_sell', '2024-09-06 12:56:03', '2024-09-06 12:56:03', '2024-09-06 13:57:02'),
(37221, 1850, 36739, 540, 5, NULL, 375.00, 378.75, 3, 1, 'manual_sell', '2024-09-06 14:30:58', '2024-09-06 14:30:58', '2024-09-06 15:31:01'),
(37222, 1850, 36740, 56, 5, NULL, 7.22, 7.29, 7, 1, 'manual_sell', '2024-09-06 14:31:27', '2024-09-06 14:31:27', '2024-09-06 15:32:02'),
(37223, 1915, 36741, 4637, 1, NULL, 30.00, 30.30, 2, 1, 'manual_sell', '2024-09-06 19:35:07', '2024-09-06 19:35:07', '2024-09-06 20:36:02'),
(37224, 1915, 36742, 3312, 1, NULL, 69.00, 69.69, 1, 1, 'manual_sell', '2024-09-06 19:35:48', '2024-09-06 19:35:48', '2024-09-06 20:36:02'),
(37225, 1886, 36743, 3089, 5, NULL, 7.00, 7.07, 57, 1, 'manual_sell', '2024-09-06 22:55:22', '2024-09-06 22:55:22', '2024-09-06 23:56:01'),
(37226, 1938, 36744, 866, 5, NULL, 61.00, 61.61, 2, 1, 'manual_sell', '2024-09-07 01:08:35', '2024-09-07 01:08:35', '2024-09-07 02:09:02'),
(37227, 1938, 36745, 127, 5, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-09-07 01:09:38', '2024-09-07 01:09:38', '2024-09-07 02:10:03'),
(37228, 1921, 36746, 2437, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-07 03:15:39', '2024-09-07 03:15:39', '2024-09-07 04:16:02'),
(37229, 1921, 36747, 54, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-09-07 03:18:32', '2024-09-07 03:18:32', '2024-09-07 04:19:02'),
(37230, 1920, 36748, 2437, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-07 03:21:30', '2024-09-07 03:21:30', '2024-09-07 04:22:01'),
(37231, 1920, 36749, 54, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-09-07 03:22:17', '2024-09-07 03:22:17', '2024-09-07 04:23:02'),
(37232, 1798, 36754, 3917, 5, NULL, 500.00, 505.00, 1, 1, 'manual_sell', '2024-09-07 10:22:09', '2024-09-07 10:22:09', '2024-09-07 11:23:02'),
(37233, 1798, 36753, 1745, 5, NULL, 99.00, 99.99, 1, 1, 'manual_sell', '2024-09-07 10:23:12', '2024-09-07 10:23:12', '2024-09-07 11:24:02'),
(37234, 1876, 36750, 2285, 5, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-09-07 11:49:21', '2024-09-07 11:49:21', '2024-09-07 12:50:05'),
(37235, 1876, 36751, 5551, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-09-07 11:50:31', '2024-09-07 11:50:31', '2024-09-07 12:51:02'),
(37236, 1876, 36752, 1839, 5, NULL, 38.00, 38.38, 1, 1, 'manual_sell', '2024-09-07 11:51:24', '2024-09-07 11:51:24', '2024-09-07 12:52:02'),
(37237, 1850, 36755, 1925, 1, 32, 119.70, 121.50, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37238, 1850, 36756, 1005, 3, 32, 10.20, 10.35, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37239, 1850, 36757, 5084, 1, 32, 20.59, 20.90, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37240, 1850, 36758, 1568, 9, 32, 115.83, 117.57, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37241, 1850, 36759, 1095, 1, 32, 8.38, 8.51, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37242, 1850, 36760, 2481, 1, 32, 23.10, 23.45, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37243, 1850, 36761, 2764, 9, 32, 438.88, 445.46, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37244, 1850, 36762, 4060, 1, 32, 16.47, 16.72, 1, 1, 'ai_sell', '2024-09-07 14:08:02', '2024-09-07 14:08:02', '2024-09-07 15:08:02'),
(37245, 1850, 36763, 2026, 1, 32, 87.24, 88.55, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37246, 1850, 36764, 2117, 1, 32, 16.98, 17.23, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37247, 1850, 36765, 4625, 6, 32, 127.20, 129.11, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37248, 1850, 36766, 2919, 3, 32, 27.18, 27.59, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37249, 1850, 36767, 5321, 9, 32, 278.75, 282.93, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37250, 1850, 36768, 5016, 1, 32, 296.82, 301.27, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37251, 1850, 36769, 2954, 3, 32, 757.50, 768.86, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37252, 1850, 36770, 3132, 9, 32, 137.18, 139.24, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37253, 1850, 36771, 660, 6, 32, 2.04, 2.07, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37254, 1850, 36772, 1011, 1, 32, 230.72, 234.18, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37255, 1850, 36773, 6021, 6, 32, 38.09, 38.66, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37256, 1850, 36774, 3838, 6, 32, 9.26, 9.40, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37257, 1850, 36775, 5801, 6, 32, 25.74, 26.13, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37258, 1850, 36776, 4523, 1, 32, 3.03, 3.08, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37259, 1850, 36777, 4218, 9, 32, 33.32, 33.82, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37260, 1850, 36778, 3041, 1, 32, 16.14, 16.38, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37261, 1850, 36779, 6101, 3, 32, 5.65, 5.73, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37262, 1850, 36780, 5512, 1, 32, 12.84, 13.03, 1, 1, 'ai_sell', '2024-09-07 14:08:03', '2024-09-07 14:08:03', '2024-09-07 15:09:02'),
(37263, 1850, 36781, 6005, 5, NULL, 1000.00, 1010.00, 1, 1, 'manual_sell', '2024-09-07 16:11:16', '2024-09-07 16:11:16', '2024-09-07 17:12:01'),
(37264, 1850, 36782, 675, 5, NULL, 31.21, 31.52, 6, 1, 'manual_sell', '2024-09-07 16:11:58', '2024-09-07 16:11:58', '2024-09-07 17:12:01'),
(37265, 1915, 36783, 3312, 1, NULL, 69.00, 69.69, 2, 1, 'manual_sell', '2024-09-07 21:59:02', '2024-09-07 21:59:02', '2024-09-07 22:59:02'),
(37266, 1915, 36784, 3314, 1, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-09-07 21:59:46', '2024-09-07 21:59:46', '2024-09-07 23:00:03'),
(37267, 1915, 36785, 1419, 1, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-09-07 23:17:25', '2024-09-07 23:17:25', '2024-09-08 00:18:02'),
(37268, 1886, 36786, 16, 5, NULL, 13.00, 13.13, 31, 1, 'manual_sell', '2024-09-07 23:57:22', '2024-09-07 23:57:22', '2024-09-08 00:58:01'),
(37269, 1938, 36789, 22, 5, NULL, 14.00, 14.14, 1, 1, 'manual_sell', '2024-09-08 02:58:27', '2024-09-08 02:58:27', '2024-09-08 03:59:01'),
(37270, 1938, 36787, 147, 5, NULL, 71.00, 71.71, 2, 1, 'manual_sell', '2024-09-08 02:59:22', '2024-09-08 02:59:22', '2024-09-08 04:00:03'),
(37271, 1938, 36788, 3084, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-09-08 03:03:51', '2024-09-08 03:03:51', '2024-09-08 04:04:02'),
(37272, 1921, 36790, 2033, 5, NULL, 210.00, 212.10, 1, 1, 'manual_sell', '2024-09-08 04:20:30', '2024-09-08 04:20:30', '2024-09-08 05:21:02'),
(37273, 1920, 36791, 4761, 5, NULL, 211.00, 213.11, 1, 1, 'manual_sell', '2024-09-08 04:24:24', '2024-09-08 04:24:24', '2024-09-08 05:25:03'),
(37274, 1798, 36792, 3916, 5, NULL, 601.00, 607.01, 1, 1, 'manual_sell', '2024-09-08 11:34:39', '2024-09-08 11:34:39', '2024-09-08 12:35:03'),
(37275, 1798, 36793, 1108, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-09-08 11:35:32', '2024-09-08 11:35:32', '2024-09-08 12:36:01'),
(37276, 1850, 36794, 3460, 1, 32, 3.50, 3.55, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:02'),
(37277, 1850, 36795, 4402, 1, 32, 30.90, 31.36, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:02'),
(37278, 1850, 36796, 6032, 6, 32, 101.99, 103.52, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37279, 1850, 36797, 437, 3, 32, 244.40, 248.07, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37280, 1850, 36798, 322, 1, 32, 52.50, 53.29, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37281, 1850, 36799, 5107, 1, 32, 14.26, 14.47, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37282, 1850, 36800, 3937, 6, 32, 59.27, 60.16, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37283, 1850, 36801, 1791, 1, 32, 1050.00, 1065.75, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37284, 1850, 36802, 5030, 3, 32, 164.92, 167.39, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37285, 1850, 36803, 5333, 6, 32, 311.95, 316.63, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37286, 1850, 36804, 5867, 1, 32, 32.21, 32.69, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37287, 1850, 36805, 5934, 9, 32, 10.37, 10.53, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37288, 1850, 36806, 2875, 1, 32, 67.53, 68.54, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37289, 1850, 36807, 2980, 9, 32, 208.12, 211.24, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37290, 1850, 36808, 1204, 3, 32, 34.55, 35.07, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37291, 1850, 36809, 5834, 9, 32, 45.44, 46.12, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37292, 1850, 36810, 63, 1, 32, 7.28, 7.39, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37293, 1850, 36811, 464, 9, 32, 163.38, 165.83, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37294, 1850, 36812, 1293, 9, 32, 33.89, 34.40, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37295, 1850, 36813, 4940, 6, 32, 20.14, 20.44, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37296, 1850, 36814, 2123, 9, 32, 21.00, 21.32, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37297, 1850, 36815, 2095, 1, 32, 20.99, 21.30, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37298, 1850, 36816, 5066, 6, 32, 20.99, 21.30, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37299, 1850, 36817, 5417, 3, 32, 164.84, 167.31, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37300, 1850, 36818, 4668, 3, 32, 1.47, 1.49, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37301, 1850, 36819, 1342, 3, 32, 6.11, 6.20, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37302, 1850, 36820, 771, 1, 32, 7.31, 7.42, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37303, 1850, 36821, 1894, 6, 32, 0.20, 0.20, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37304, 1850, 36822, 1844, 1, 32, 0.32, 0.32, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37305, 1850, 36823, 1738, 9, 32, 1.49, 1.51, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37306, 1850, 36824, 756, 1, 32, 0.46, 0.47, 1, 1, 'ai_sell', '2024-09-08 15:19:03', '2024-09-08 15:19:03', '2024-09-08 16:20:03'),
(37307, 1850, 36825, 2089, 5, NULL, 180.00, 181.80, 6, 1, 'manual_sell', '2024-09-08 17:29:14', '2024-09-08 17:29:14', '2024-09-08 18:30:02'),
(37308, 1850, 36826, 2027, 5, NULL, 59.50, 60.09, 2, 1, 'manual_sell', '2024-09-08 17:29:55', '2024-09-08 17:29:55', '2024-09-08 18:30:02'),
(37309, 1886, 36827, 3099, 5, NULL, 12.00, 12.12, 34, 1, 'manual_sell', '2024-09-09 01:01:27', '2024-09-09 01:01:27', '2024-09-09 02:02:02'),
(37310, 1915, 36828, 3276, 1, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-09 02:06:43', '2024-09-09 02:06:43', '2024-09-09 03:07:02'),
(37311, 1915, 36829, 3931, 1, NULL, 22.00, 22.22, 1, 1, 'manual_sell', '2024-09-09 02:08:07', '2024-09-09 02:08:07', '2024-09-09 03:09:02'),
(37312, 1915, 36830, 3267, 1, NULL, 3.00, 3.03, 3, 1, 'manual_sell', '2024-09-09 02:09:28', '2024-09-09 02:09:28', '2024-09-09 03:10:02'),
(37313, 1902, 34148, 3234, 1, NULL, 5950.00, 6000.00, 2, 1, 'manual_sell', '2024-09-09 04:47:17', '2024-09-09 04:47:17', '2024-09-09 05:48:02'),
(37314, 1902, 34147, 4950, 1, NULL, 900.00, 910.00, 3, 2, 'manual_sell', '2024-09-09 04:47:46', '2024-09-09 04:47:46', '2024-09-09 05:48:02'),
(37315, 1902, 34146, 652, 1, NULL, 6250.00, 6320.00, 2, 2, 'manual_sell', '2024-09-09 04:48:13', '2024-09-09 04:48:13', '2024-09-09 05:49:02'),
(37316, 1902, 34145, 271, 1, NULL, 1570.00, 1585.00, 2, 1, 'manual_sell', '2024-09-09 04:48:40', '2024-09-09 04:48:40', '2024-09-09 05:49:02'),
(37317, 1921, 36831, 116, 5, NULL, 100.00, 101.00, 2, 1, 'manual_sell', '2024-09-09 05:23:38', '2024-09-09 05:23:38', '2024-09-09 06:24:02'),
(37318, 1921, 36832, 3099, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-09-09 05:24:03', '2024-09-09 05:24:03', '2024-09-09 06:25:02'),
(37319, 1920, 36833, 3057, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-09 05:26:24', '2024-09-09 05:26:24', '2024-09-09 06:27:02'),
(37320, 1920, 36834, 116, 5, NULL, 100.00, 101.00, 2, 1, 'manual_sell', '2024-09-09 05:27:37', '2024-09-09 05:27:37', '2024-09-09 06:28:02'),
(37321, 1938, 36835, 147, 5, NULL, 71.00, 72.42, 2, 2, 'manual_sell', '2024-09-09 09:31:03', '2024-09-09 09:31:03', '2024-09-09 10:32:02'),
(37322, 1938, 36836, 22, 5, NULL, 14.00, 14.28, 1, 2, 'manual_sell', '2024-09-09 09:32:19', '2024-09-09 09:32:19', '2024-09-09 10:33:02'),
(37323, 1938, 36837, 1306, 5, NULL, 11.00, 11.22, 1, 2, 'manual_sell', '2024-09-09 09:33:19', '2024-09-09 09:33:19', '2024-09-09 10:34:02'),
(37324, 1938, 36835, 147, 5, NULL, 71.00, 71.71, 2, 1, 'manual_sell', '2024-09-09 10:35:46', '2024-09-09 10:35:46', '2024-09-09 11:36:02'),
(37325, 1938, 36836, 22, 5, NULL, 14.00, 14.14, 1, 1, 'manual_sell', '2024-09-09 10:36:14', '2024-09-09 10:36:14', '2024-09-09 11:37:02'),
(37326, 1938, 36837, 1306, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-09-09 10:36:51', '2024-09-09 10:36:51', '2024-09-09 11:37:02'),
(37327, 1902, 34146, 652, 1, NULL, 6250.00, 6300.00, 2, 1, 'manual_sell', '2024-09-09 13:36:48', '2024-09-09 13:36:48', '2024-09-09 14:37:02'),
(37328, 1902, 34147, 4950, 1, NULL, 900.00, 910.00, 3, 2, 'manual_sell', '2024-09-09 13:37:10', '2024-09-09 13:37:10', '2024-09-09 14:38:02'),
(37329, 1798, 36839, 5753, 5, NULL, 601.00, 607.01, 1, 1, 'manual_sell', '2024-09-09 13:43:02', '2024-09-09 13:43:02', '2024-09-09 14:43:02'),
(37330, 1798, 36838, 6054, 5, NULL, 18.00, 18.18, 1, 1, 'manual_sell', '2024-09-09 13:43:39', '2024-09-09 13:43:39', '2024-09-09 14:44:02'),
(37331, 1850, 36840, 1822, 1, 32, 39.78, 40.38, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37332, 1850, 36841, 4022, 1, 32, 46.79, 47.49, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37333, 1850, 36842, 4064, 3, 32, 11.91, 12.09, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37334, 1850, 36843, 29, 9, 32, 451.50, 458.27, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37335, 1850, 36844, 827, 1, 32, 329.60, 334.54, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37336, 1850, 36845, 479, 6, 32, 1346.20, 1366.39, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37337, 1850, 36846, 1969, 3, 32, 15.74, 15.98, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37338, 1850, 36847, 5284, 1, 32, 357.46, 362.82, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37339, 1850, 36848, 4532, 3, 32, 111.28, 112.95, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37340, 1850, 36849, 4579, 3, 32, 73.49, 74.59, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37341, 1850, 36850, 5420, 6, 32, 18.42, 18.70, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37342, 1850, 36851, 1585, 6, 32, 1.62, 1.64, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37343, 1850, 36852, 4968, 9, 32, 16.40, 16.65, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37344, 1850, 36853, 6051, 6, 32, 15.14, 15.37, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37345, 1850, 36854, 4231, 9, 32, 102.00, 103.53, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37346, 1850, 36855, 3832, 9, 32, 6.06, 6.15, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37347, 1850, 36856, 5824, 1, 32, 1.41, 1.43, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37348, 1850, 36857, 949, 6, 32, 0.32, 0.32, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37349, 1850, 36858, 1827, 1, 32, 0.13, 0.13, 1, 1, 'ai_sell', '2024-09-09 16:31:02', '2024-09-09 16:31:02', '2024-09-09 17:32:02'),
(37350, 1850, 36859, 2505, 5, NULL, 50.00, 50.50, 24, 1, 'manual_sell', '2024-09-09 18:33:43', '2024-09-09 18:33:43', '2024-09-09 19:34:02'),
(37351, 1850, 36860, 5739, 5, NULL, 11.12, 11.23, 1, 1, 'manual_sell', '2024-09-09 18:35:34', '2024-09-09 18:35:34', '2024-09-09 19:36:02'),
(37352, 1886, 36862, 16, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-09-10 02:10:51', '2024-09-10 02:10:51', '2024-09-10 03:11:02'),
(37353, 1886, 36861, 66, 5, NULL, 40.00, 40.40, 10, 1, 'manual_sell', '2024-09-10 02:11:34', '2024-09-10 02:11:34', '2024-09-10 03:12:02'),
(37354, 1915, 36863, 4099, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-10 04:02:05', '2024-09-10 04:02:05', '2024-09-10 05:03:02'),
(37355, 1915, 36864, 1954, 1, NULL, 11.00, 11.11, 3, 1, 'manual_sell', '2024-09-10 04:02:54', '2024-09-10 04:02:54', '2024-09-10 05:03:02'),
(37356, 1921, 36865, 5551, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-09-10 06:27:00', '2024-09-10 06:27:00', '2024-09-10 07:27:01'),
(37357, 1921, 36866, 4731, 5, NULL, 14.00, 14.14, 1, 1, 'manual_sell', '2024-09-10 06:27:21', '2024-09-10 06:27:21', '2024-09-10 07:28:02'),
(37358, 1920, 36867, 4928, 5, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-09-10 06:28:35', '2024-09-10 06:28:35', '2024-09-10 07:29:02'),
(37359, 1920, 36868, 5551, 5, NULL, 200.00, 202.00, 2, 1, 'manual_sell', '2024-09-10 06:29:34', '2024-09-10 06:29:34', '2024-09-10 07:30:03'),
(37360, 1938, 36869, 2237, 5, NULL, 36.00, 36.36, 4, 1, 'manual_sell', '2024-09-10 11:49:09', '2024-09-10 11:49:09', '2024-09-10 12:50:03'),
(37361, 1938, 36870, 3870, 5, NULL, 24.00, 24.24, 1, 1, 'manual_sell', '2024-09-10 11:51:10', '2024-09-10 11:51:10', '2024-09-10 12:52:02'),
(37362, 1850, 36872, 3934, 9, 32, 22.12, 22.45, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37363, 1850, 36873, 1022, 9, 32, 28.28, 28.70, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37364, 1850, 36874, 4190, 6, 32, 999.59, 1014.58, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37365, 1850, 36875, 1777, 1, 32, 31.10, 31.57, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37366, 1850, 36876, 344, 9, 32, 349.87, 355.12, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37367, 1850, 36877, 2775, 6, 32, 90.90, 92.26, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37368, 1850, 36878, 3928, 6, 32, 10.50, 10.66, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37369, 1850, 36879, 419, 6, 32, 895.70, 909.14, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37370, 1850, 36880, 5629, 1, 32, 16.21, 16.45, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37371, 1850, 36881, 4513, 3, 32, 7.14, 7.25, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37372, 1850, 36882, 1863, 3, 32, 11.44, 11.61, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37373, 1850, 36883, 2417, 3, 32, 94.86, 96.28, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37374, 1850, 36884, 3020, 9, 32, 24.14, 24.50, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37375, 1850, 36885, 5591, 1, 32, 31.49, 31.96, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37376, 1850, 36886, 755, 3, 32, 33.98, 34.49, 1, 1, 'ai_sell', '2024-09-10 17:42:02', '2024-09-10 17:42:02', '2024-09-10 18:42:02'),
(37377, 1850, 36887, 1386, 3, 32, 8.93, 9.06, 1, 1, 'ai_sell', '2024-09-10 17:42:03', '2024-09-10 17:42:03', '2024-09-10 18:43:02'),
(37378, 1850, 36888, 3935, 6, 32, 88.57, 89.90, 1, 1, 'ai_sell', '2024-09-10 17:42:03', '2024-09-10 17:42:03', '2024-09-10 18:43:02'),
(37379, 1850, 36889, 4403, 3, 32, 186.78, 189.58, 1, 1, 'ai_sell', '2024-09-10 17:42:03', '2024-09-10 17:42:03', '2024-09-10 18:43:02'),
(37380, 1850, 36890, 5199, 3, 32, 57.67, 58.54, 1, 1, 'ai_sell', '2024-09-10 17:42:03', '2024-09-10 17:42:03', '2024-09-10 18:43:02'),
(37381, 1850, 36891, 1827, 1, 32, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-10 17:42:03', '2024-09-10 17:42:03', '2024-09-10 18:43:02'),
(37382, 1798, 36871, 5055, 5, NULL, 501.00, 506.01, 1, 1, 'manual_sell', '2024-09-10 18:11:25', '2024-09-10 18:11:25', '2024-09-10 19:12:02'),
(37383, 1798, 36892, 304, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-09-10 18:12:44', '2024-09-10 18:12:44', '2024-09-10 19:13:02'),
(37384, 1798, 36893, 3215, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-09-10 18:13:26', '2024-09-10 18:13:26', '2024-09-10 19:14:02'),
(37385, 1850, 36894, 2167, 5, NULL, 220.00, 222.20, 5, 1, 'manual_sell', '2024-09-10 20:01:45', '2024-09-10 20:01:45', '2024-09-10 21:02:02'),
(37386, 1850, 36895, 5528, 5, NULL, 24.64, 24.88, 5, 1, 'manual_sell', '2024-09-10 20:02:19', '2024-09-10 20:02:19', '2024-09-10 21:03:02'),
(37387, 1886, 36896, 116, 5, NULL, 100.00, 101.00, 4, 1, 'manual_sell', '2024-09-11 03:17:30', '2024-09-11 03:17:30', '2024-09-11 04:18:02'),
(37388, 1886, 36897, 1139, 5, NULL, 17.00, 17.17, 1, 1, 'manual_sell', '2024-09-11 03:18:32', '2024-09-11 03:18:32', '2024-09-11 04:19:02'),
(37389, 1920, 36898, 4814, 5, NULL, 91.00, 91.91, 5, 1, 'manual_sell', '2024-09-11 07:35:25', '2024-09-11 07:35:25', '2024-09-11 08:36:02'),
(37390, 1921, 36899, 3987, 5, NULL, 31.00, 31.31, 7, 1, 'manual_sell', '2024-09-11 07:36:43', '2024-09-11 07:36:43', '2024-09-11 08:37:02'),
(37391, 1850, 36900, 2692, 6, 32, 568.05, 576.57, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37392, 1850, 36901, 2949, 9, 32, 22.41, 22.75, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37393, 1850, 36902, 1119, 3, 32, 141.40, 143.52, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37394, 1850, 36903, 3777, 3, 32, 8.46, 8.59, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37395, 1850, 36904, 2821, 9, 32, 20.59, 20.90, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37396, 1850, 36905, 3544, 3, 32, 257.91, 261.78, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37397, 1850, 36906, 1191, 9, 32, 51.00, 51.77, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37398, 1850, 36907, 2274, 9, 32, 31.19, 31.66, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37399, 1850, 36908, 3337, 3, 32, 206.70, 209.80, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37400, 1850, 36909, 924, 3, 32, 176.80, 179.45, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37401, 1850, 36910, 2771, 3, 32, 306.43, 311.03, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37402, 1850, 36911, 778, 6, 32, 35.74, 36.28, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37403, 1850, 36912, 5663, 9, 32, 106.00, 107.59, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37404, 1850, 36913, 3495, 6, 32, 15.74, 15.98, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37405, 1850, 36914, 480, 6, 32, 158.62, 161.00, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37406, 1850, 36915, 3523, 3, 32, 16.18, 16.42, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37407, 1850, 36916, 5967, 6, 32, 24.98, 25.35, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37408, 1850, 36917, 1219, 1, 32, 5.24, 5.32, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37409, 1850, 36918, 5476, 3, 32, 22.87, 23.21, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37410, 1850, 36919, 5712, 6, 32, 209.04, 212.18, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37411, 1850, 36920, 5283, 9, 32, 22.04, 22.37, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37412, 1850, 36921, 2096, 9, 32, 31.19, 31.66, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37413, 1850, 36922, 1330, 9, 32, 72.56, 73.65, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37414, 1850, 36923, 2640, 3, 32, 34.31, 34.82, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37415, 1850, 36924, 2378, 3, 32, 47.79, 48.51, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37416, 1850, 36925, 1620, 3, 32, 118.53, 120.31, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37417, 1850, 36926, 3328, 1, 32, 13.77, 13.98, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37418, 1850, 36927, 2142, 6, 32, 10.19, 10.34, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37419, 1850, 36928, 3275, 9, 32, 39.78, 40.38, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37420, 1850, 36929, 1694, 6, 32, 14.50, 14.72, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37421, 1850, 36930, 729, 3, 32, 11.85, 12.03, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37422, 1850, 36931, 3402, 1, 32, 131.63, 133.60, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37423, 1850, 36932, 136, 6, 32, 24.01, 24.37, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37424, 1850, 36933, 4753, 9, 32, 66.12, 67.11, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37425, 1850, 36934, 3259, 6, 32, 8.07, 8.19, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37426, 1850, 36935, 1017, 6, 32, 2.39, 2.43, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37427, 1850, 36936, 803, 1, 32, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-11 09:22:04', '2024-09-11 09:22:04', '2024-09-11 09:23:04'),
(37428, 1915, 36937, 2285, 1, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-09-11 13:48:03', '2024-09-11 13:48:03', '2024-09-11 14:49:02'),
(37429, 1915, 36938, 1019, 1, NULL, 135.00, 136.35, 1, 1, 'manual_sell', '2024-09-11 13:49:58', '2024-09-11 13:49:58', '2024-09-11 14:50:03'),
(37430, 1915, 36939, 1954, 1, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-09-11 17:08:05', '2024-09-11 17:08:05', '2024-09-11 18:09:02'),
(37431, 1938, 36940, 2392, 5, NULL, 129.00, 130.29, 1, 1, 'manual_sell', '2024-09-11 18:43:55', '2024-09-11 18:43:55', '2024-09-11 19:44:02'),
(37432, 1938, 36941, 3059, 5, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-09-11 18:44:51', '2024-09-11 18:44:51', '2024-09-11 19:45:02'),
(37433, 1798, 36942, 6113, 5, NULL, 190.00, 191.90, 1, 1, 'manual_sell', '2024-09-11 19:42:40', '2024-09-11 19:42:40', '2024-09-11 20:43:02'),
(37434, 1798, 36943, 2984, 5, NULL, 141.00, 142.41, 1, 1, 'manual_sell', '2024-09-11 19:44:17', '2024-09-11 19:44:17', '2024-09-11 20:45:02'),
(37435, 1798, 36944, 2984, 5, NULL, 141.00, 142.41, 1, 1, 'manual_sell', '2024-09-11 19:45:19', '2024-09-11 19:45:19', '2024-09-11 20:46:02'),
(37436, 1798, 36945, 2026, 5, NULL, 85.00, 85.85, 1, 1, 'manual_sell', '2024-09-11 19:46:25', '2024-09-11 19:46:25', '2024-09-11 20:47:02'),
(37437, 1798, 36946, 2066, 5, NULL, 21.00, 21.21, 4, 1, 'manual_sell', '2024-09-11 19:48:42', '2024-09-11 19:48:42', '2024-09-11 20:49:01'),
(37438, 1886, 36947, 81, 5, NULL, 5.00, 5.05, 84, 1, 'manual_sell', '2024-09-12 06:25:02', '2024-09-12 06:25:02', '2024-09-12 07:25:03'),
(37439, 1920, 36948, 857, 5, NULL, 92.00, 92.92, 5, 1, 'manual_sell', '2024-09-12 08:40:06', '2024-09-12 08:40:06', '2024-09-12 09:41:02'),
(37440, 1921, 36949, 4960, 5, NULL, 19.00, 19.19, 1, 1, 'manual_sell', '2024-09-12 08:41:36', '2024-09-12 08:41:36', '2024-09-12 09:42:02'),
(37441, 1921, 36950, 90, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-09-12 08:43:42', '2024-09-12 08:43:42', '2024-09-12 09:44:02'),
(37442, 1850, 36951, 3740, 9, 33, 30.76, 31.22, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37443, 1850, 36952, 3040, 6, 33, 1234.97, 1253.49, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37444, 1850, 36953, 3647, 1, 33, 79.78, 80.98, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37445, 1850, 36954, 915, 9, 33, 52.50, 53.29, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37446, 1850, 36955, 3566, 9, 33, 8.65, 8.78, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37447, 1850, 36956, 5369, 9, 33, 63.59, 64.54, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37448, 1850, 36957, 2455, 9, 33, 49.92, 50.67, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37449, 1850, 36958, 859, 1, 33, 14.81, 15.03, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37450, 1850, 36959, 5432, 3, 33, 5.13, 5.21, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37451, 1850, 36960, 2107, 6, 33, 37.90, 38.47, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37452, 1850, 36961, 296, 6, 33, 136.17, 138.21, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37453, 1850, 36962, 4637, 9, 33, 23.31, 23.66, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37454, 1850, 36963, 1328, 9, 33, 29.87, 30.32, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37455, 1850, 36964, 993, 9, 33, 27.12, 27.53, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37456, 1850, 36965, 4595, 9, 33, 52.43, 53.22, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37457, 1850, 36966, 1922, 1, 33, 237.12, 240.68, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37458, 1850, 36967, 5377, 3, 33, 6.29, 6.38, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37459, 1850, 36968, 2144, 1, 33, 33.97, 34.48, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37460, 1850, 36969, 4438, 9, 33, 32.24, 32.72, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37461, 1850, 36970, 3279, 6, 33, 5.29, 5.37, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37462, 1850, 36971, 206, 6, 33, 27.97, 28.39, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37463, 1850, 36972, 1819, 9, 33, 15.44, 15.67, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37464, 1850, 36973, 4687, 3, 33, 2.78, 2.82, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37465, 1850, 36974, 3670, 1, 33, 10.59, 10.75, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37466, 1850, 36975, 1795, 6, 33, 21.00, 21.32, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37467, 1850, 36976, 4436, 6, 33, 20.99, 21.30, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37468, 1850, 36977, 6035, 3, 33, 23.09, 23.44, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37469, 1850, 36978, 4115, 6, 33, 63.59, 64.54, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37470, 1850, 36979, 3493, 3, 33, 11.93, 12.11, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37471, 1850, 36980, 3594, 6, 33, 21.08, 21.40, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37472, 1850, 36981, 5484, 6, 33, 5.19, 5.27, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37473, 1850, 36982, 1413, 3, 33, 11.32, 11.49, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02'),
(37474, 1850, 36983, 5940, 3, 33, 3.12, 3.17, 1, 1, 'ai_sell', '2024-09-12 10:12:02', '2024-09-12 10:12:02', '2024-09-12 11:12:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(37475, 1850, 36986, 2136, 5, NULL, 24.07, 72.93, 3, 2, 'manual_sell', '2024-09-12 12:32:15', '2024-09-12 12:32:15', '2024-09-12 13:33:02'),
(37476, 1850, 36986, 2136, 5, NULL, 24.07, 24.31, 3, 1, 'manual_sell', '2024-09-12 13:49:41', '2024-09-12 13:49:41', '2024-09-12 14:50:03'),
(37477, 1876, 36984, 4816, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-09-12 15:40:54', '2024-09-12 15:40:54', '2024-09-12 16:41:02'),
(37478, 1876, 36985, 4074, 5, NULL, 16.00, 16.16, 2, 1, 'manual_sell', '2024-09-12 15:41:16', '2024-09-12 15:41:16', '2024-09-12 16:42:02'),
(37479, 1915, 36987, 4084, 1, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-09-12 19:27:54', '2024-09-12 19:27:54', '2024-09-12 20:28:01'),
(37480, 1915, 36988, 1434, 1, NULL, 81.00, 81.81, 1, 1, 'manual_sell', '2024-09-12 19:32:30', '2024-09-12 19:32:30', '2024-09-12 20:33:02'),
(37481, 1915, 36989, 1712, 1, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-09-12 19:34:40', '2024-09-12 19:34:40', '2024-09-12 20:35:03'),
(37482, 1798, 36992, 2057, 5, NULL, 599.00, 604.99, 1, 1, 'manual_sell', '2024-09-12 21:13:32', '2024-09-12 21:13:32', '2024-09-12 22:14:02'),
(37483, 1798, 36994, 2282, 5, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-09-12 21:19:51', '2024-09-12 21:19:51', '2024-09-12 22:20:03'),
(37484, 1798, 36993, 373, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-12 21:20:56', '2024-09-12 21:20:56', '2024-09-12 22:21:02'),
(37485, 1938, 36990, 2131, 5, NULL, 159.00, 160.59, 1, 1, 'manual_sell', '2024-09-13 00:59:02', '2024-09-13 00:59:02', '2024-09-13 01:59:02'),
(37486, 1938, 36991, 373, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-13 00:59:47', '2024-09-13 00:59:47', '2024-09-13 02:00:03'),
(37487, 1886, 36995, 77, 5, NULL, 71.00, 71.71, 6, 1, 'manual_sell', '2024-09-13 07:30:09', '2024-09-13 07:30:09', '2024-09-13 08:31:02'),
(37488, 1920, 36996, 1992, 5, NULL, 116.00, 117.16, 4, 1, 'manual_sell', '2024-09-13 09:44:39', '2024-09-13 09:44:39', '2024-09-13 10:45:02'),
(37489, 1921, 36997, 3128, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-09-13 09:45:28', '2024-09-13 09:45:28', '2024-09-13 10:46:02'),
(37490, 1921, 36998, 2033, 5, NULL, 210.00, 212.10, 1, 1, 'manual_sell', '2024-09-13 09:46:24', '2024-09-13 09:46:24', '2024-09-13 10:47:02'),
(37491, 1850, 36999, 3261, 1, 33, 11.38, 11.55, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37492, 1850, 37000, 4598, 1, 33, 180.64, 183.35, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37493, 1850, 37001, 1141, 9, 33, 101.85, 103.38, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37494, 1850, 37002, 4990, 6, 33, 89.54, 90.88, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37495, 1850, 37003, 4490, 9, 33, 121.79, 123.62, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37496, 1850, 37004, 3882, 1, 33, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37497, 1850, 37005, 4994, 1, 33, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37498, 1850, 37006, 2144, 1, 33, 33.97, 34.48, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37499, 1850, 37007, 5690, 1, 33, 26.59, 26.99, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37500, 1850, 37008, 4686, 9, 33, 1321.01, 1340.83, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37501, 1850, 37009, 5803, 1, 33, 15.59, 15.82, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37502, 1850, 37010, 5505, 3, 33, 82.61, 83.85, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37503, 1850, 37011, 2848, 3, 33, 241.49, 245.11, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37504, 1850, 37012, 6107, 1, 33, 13.48, 13.68, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37505, 1850, 37013, 6127, 6, 33, 53.00, 53.80, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37506, 1850, 37014, 5971, 3, 33, 30.59, 31.05, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37507, 1850, 37015, 4790, 9, 33, 21.19, 21.51, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37508, 1850, 37016, 3082, 9, 33, 12.58, 12.77, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37509, 1850, 37017, 3696, 3, 33, 30.88, 31.34, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37510, 1850, 37018, 4768, 6, 33, 2.89, 2.93, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37511, 1850, 37019, 4479, 6, 33, 2.09, 2.12, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37512, 1850, 37020, 1842, 3, 33, 1.02, 1.04, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37513, 1850, 37021, 1827, 6, 33, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-13 11:22:03', '2024-09-13 11:22:03', '2024-09-13 12:23:03'),
(37514, 1850, 37022, 3719, 5, NULL, 72.95, 73.67, 1, 1, 'manual_sell', '2024-09-13 14:56:59', '2024-09-13 14:56:59', '2024-09-13 15:57:02'),
(37515, 1876, 37024, 4775, 5, NULL, 53.00, 53.53, 2, 1, 'manual_sell', '2024-09-13 17:45:47', '2024-09-13 17:45:47', '2024-09-13 18:46:02'),
(37516, 1876, 37023, 4744, 5, NULL, 49.00, 49.49, 1, 1, 'manual_sell', '2024-09-13 17:46:05', '2024-09-13 17:46:05', '2024-09-13 18:47:02'),
(37517, 1798, 37029, 3392, 5, NULL, 351.00, 354.51, 1, 1, 'manual_sell', '2024-09-13 22:46:23', '2024-09-13 22:46:23', '2024-09-13 23:47:02'),
(37518, 1798, 37030, 2056, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-09-13 22:47:28', '2024-09-13 22:47:28', '2024-09-13 23:48:02'),
(37519, 1798, 37031, 1377, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-09-13 22:48:31', '2024-09-13 22:48:31', '2024-09-13 23:49:02'),
(37520, 1938, 37032, 1762, 5, NULL, 161.00, 162.61, 1, 1, 'manual_sell', '2024-09-14 02:49:04', '2024-09-14 02:49:04', '2024-09-14 03:50:03'),
(37521, 1938, 37033, 3099, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-09-14 02:50:09', '2024-09-14 02:50:09', '2024-09-14 03:51:02'),
(37522, 1886, 37034, 3065, 5, NULL, 5.00, 5.05, 86, 1, 'manual_sell', '2024-09-14 09:18:44', '2024-09-14 09:18:44', '2024-09-14 10:19:01'),
(37523, 1920, 37035, 3224, 5, NULL, 67.00, 67.67, 7, 1, 'manual_sell', '2024-09-14 10:48:11', '2024-09-14 10:48:11', '2024-09-14 11:49:02'),
(37524, 1921, 37036, 3581, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-14 10:48:52', '2024-09-14 10:48:52', '2024-09-14 11:49:02'),
(37525, 1921, 37037, 2033, 5, NULL, 210.00, 212.10, 1, 1, 'manual_sell', '2024-09-14 10:49:33', '2024-09-14 10:49:33', '2024-09-14 11:50:02'),
(37526, 1850, 37038, 3210, 1, 33, 15.55, 15.78, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37527, 1850, 37039, 1278, 6, 33, 360.50, 365.91, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37528, 1850, 37040, 299, 9, 33, 2.59, 2.63, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37529, 1850, 37041, 2324, 1, 33, 121.15, 122.97, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37530, 1850, 37042, 2572, 3, 33, 22.04, 22.37, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37531, 1850, 37043, 4389, 3, 33, 15.60, 15.83, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37532, 1850, 37044, 5829, 3, 33, 26.25, 26.64, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37533, 1850, 37045, 4876, 9, 33, 40.77, 41.38, 1, 1, 'ai_sell', '2024-09-14 12:34:02', '2024-09-14 12:34:02', '2024-09-14 13:34:02'),
(37534, 1850, 37046, 5716, 6, 33, 260.00, 263.90, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37535, 1850, 37047, 2259, 1, 33, 211.04, 214.21, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37536, 1850, 37048, 4239, 3, 33, 41.24, 41.86, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37537, 1850, 37049, 4832, 1, 33, 15.98, 16.22, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37538, 1850, 37050, 2153, 6, 33, 284.96, 289.23, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37539, 1850, 37051, 4044, 3, 33, 23.33, 23.68, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37540, 1850, 37052, 1279, 9, 33, 344.76, 349.93, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37541, 1850, 37053, 4691, 6, 33, 2.04, 2.07, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37542, 1850, 37054, 3138, 3, 33, 52.82, 53.61, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37543, 1850, 37055, 5276, 6, 33, 96.21, 97.65, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:02'),
(37544, 1850, 37056, 1551, 9, 33, 239.20, 242.79, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37545, 1850, 37057, 5543, 3, 33, 23.65, 24.00, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37546, 1850, 37058, 3778, 1, 33, 114.12, 115.83, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37547, 1850, 37059, 2039, 1, 33, 30.01, 30.46, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37548, 1850, 37060, 2406, 3, 33, 111.44, 113.11, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37549, 1850, 37061, 3690, 3, 33, 7.83, 7.95, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37550, 1850, 37062, 4670, 6, 33, 5.89, 5.98, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37551, 1850, 37063, 4106, 6, 33, 1.31, 1.33, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37552, 1850, 37064, 4035, 6, 33, 1.97, 2.00, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37553, 1850, 37065, 803, 6, 33, 0.20, 0.20, 1, 1, 'ai_sell', '2024-09-14 12:34:03', '2024-09-14 12:34:03', '2024-09-14 13:35:03'),
(37554, 1915, 37025, 4296, 1, NULL, 126.00, 127.26, 1, 1, 'manual_sell', '2024-09-14 13:56:58', '2024-09-14 13:56:58', '2024-09-14 14:57:02'),
(37555, 1915, 37026, 3313, 1, NULL, 15.00, 15.15, 1, 1, 'manual_sell', '2024-09-14 14:00:26', '2024-09-14 14:00:26', '2024-09-14 15:01:02'),
(37556, 1915, 37027, 3236, 1, NULL, 44.00, 44.44, 2, 1, 'manual_sell', '2024-09-14 14:00:53', '2024-09-14 14:00:53', '2024-09-14 15:01:02'),
(37557, 1915, 37028, 1855, 1, NULL, 4.00, 4.04, 3, 1, 'manual_sell', '2024-09-14 14:03:13', '2024-09-14 14:03:13', '2024-09-14 15:04:02'),
(37558, 1850, 37066, 2377, 5, NULL, 36.33, 36.69, 2, 1, 'manual_sell', '2024-09-14 16:31:48', '2024-09-14 16:31:48', '2024-09-14 17:32:02'),
(37559, 1850, 37067, 752, 5, NULL, 1.01, 1.02, 1, 1, 'manual_sell', '2024-09-14 16:32:21', '2024-09-14 16:32:21', '2024-09-14 17:33:02'),
(37560, 1876, 37068, 793, 5, NULL, 156.00, 157.56, 1, 1, 'manual_sell', '2024-09-14 23:11:28', '2024-09-14 23:11:28', '2024-09-15 00:12:02'),
(37561, 1798, 37069, 3849, 5, NULL, 601.00, 607.01, 1, 1, 'manual_sell', '2024-09-15 00:13:00', '2024-09-15 00:13:00', '2024-09-15 01:13:02'),
(37562, 1798, 37070, 1577, 5, NULL, 71.00, 71.71, 1, 1, 'manual_sell', '2024-09-15 00:13:59', '2024-09-15 00:13:59', '2024-09-15 01:14:02'),
(37563, 1938, 37072, 3078, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-09-15 04:31:41', '2024-09-15 04:31:41', '2024-09-15 05:32:01'),
(37564, 1938, 37071, 1542, 5, NULL, 166.00, 167.66, 1, 1, 'manual_sell', '2024-09-15 04:33:28', '2024-09-15 04:33:28', '2024-09-15 05:34:01'),
(37565, 1886, 37073, 3049, 5, NULL, 15.00, 15.15, 29, 1, 'manual_sell', '2024-09-15 10:21:20', '2024-09-15 10:21:20', '2024-09-15 11:22:02'),
(37566, 1920, 37074, 711, 5, NULL, 453.00, 457.53, 1, 1, 'manual_sell', '2024-09-15 11:52:25', '2024-09-15 11:52:25', '2024-09-15 12:53:02'),
(37567, 1920, 37075, 352, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-09-15 11:52:48', '2024-09-15 11:52:48', '2024-09-15 12:53:02'),
(37568, 1921, 37076, 4757, 5, NULL, 75.00, 75.75, 3, 1, 'manual_sell', '2024-09-15 11:53:52', '2024-09-15 11:53:52', '2024-09-15 12:54:02'),
(37569, 1850, 37077, 947, 1, 33, 31.15, 31.62, 1, 1, 'ai_sell', '2024-09-15 13:46:02', '2024-09-15 13:46:02', '2024-09-15 14:46:02'),
(37570, 1850, 37078, 1797, 9, 33, 15.45, 15.68, 1, 1, 'ai_sell', '2024-09-15 13:46:02', '2024-09-15 13:46:02', '2024-09-15 14:46:02'),
(37571, 1850, 37079, 6039, 1, 33, 8.24, 8.36, 1, 1, 'ai_sell', '2024-09-15 13:46:02', '2024-09-15 13:46:02', '2024-09-15 14:46:02'),
(37572, 1850, 37080, 3220, 3, 33, 35.70, 36.24, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37573, 1850, 37081, 1384, 9, 33, 42.23, 42.86, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37574, 1850, 37082, 4148, 9, 33, 347.55, 352.76, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37575, 1850, 37083, 4888, 1, 33, 104.03, 105.59, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37576, 1850, 37084, 3650, 1, 33, 60.81, 61.72, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37577, 1850, 37085, 3454, 9, 33, 30.53, 30.99, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37578, 1850, 37086, 5001, 1, 33, 92.48, 93.87, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37579, 1850, 37087, 5750, 6, 33, 8.66, 8.79, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37580, 1850, 37088, 3546, 6, 33, 200.94, 203.95, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37581, 1850, 37089, 2677, 6, 33, 300.30, 304.80, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37582, 1850, 37090, 4200, 9, 33, 14.07, 14.28, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37583, 1850, 37091, 2632, 9, 33, 14.54, 14.76, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37584, 1850, 37092, 1948, 9, 33, 12.36, 12.55, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37585, 1850, 37093, 4349, 9, 33, 5.14, 5.22, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37586, 1850, 37094, 1092, 9, 33, 10.39, 10.55, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37587, 1850, 37095, 851, 3, 33, 25.33, 25.71, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37588, 1850, 37096, 406, 1, 33, 296.38, 300.83, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37589, 1850, 37097, 3946, 9, 33, 484.10, 491.36, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37590, 1850, 37098, 261, 3, 33, 21.62, 21.94, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37591, 1850, 37099, 1692, 3, 33, 66.28, 67.27, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37592, 1850, 37100, 5314, 9, 33, 154.45, 156.77, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37593, 1850, 37101, 2793, 3, 33, 106.04, 107.63, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37594, 1850, 37102, 1575, 1, 33, 2.47, 2.51, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37595, 1850, 37103, 1906, 1, 33, 5.62, 5.70, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37596, 1850, 37104, 689, 3, 33, 3.15, 3.20, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37597, 1850, 37105, 686, 3, 33, 4.16, 4.22, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37598, 1850, 37106, 2073, 9, 33, 2.61, 2.65, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37599, 1850, 37107, 959, 9, 33, 2.65, 2.69, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37600, 1850, 37108, 803, 6, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-15 13:46:03', '2024-09-15 13:46:03', '2024-09-15 14:47:02'),
(37601, 1850, 37112, 3914, 5, NULL, 74.40, 75.14, 1, 1, 'manual_sell', '2024-09-15 17:43:24', '2024-09-15 17:43:24', '2024-09-15 18:44:01'),
(37602, 1941, 37113, 3643, 3, 34, 3927.00, 3985.91, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37603, 1941, 37114, 1762, 3, 34, 161.60, 164.02, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37604, 1941, 37115, 5137, 9, 34, 134.30, 136.31, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37605, 1941, 37116, 468, 3, 34, 144.89, 147.06, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37606, 1941, 37117, 291, 9, 34, 15.32, 15.55, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37607, 1941, 37118, 1993, 1, 34, 790.01, 801.86, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37608, 1941, 37119, 4297, 3, 34, 62.58, 63.52, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37609, 1941, 37120, 1542, 3, 34, 173.25, 175.85, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37610, 1941, 37121, 4799, 1, 34, 53.54, 54.34, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37611, 1941, 37122, 4993, 1, 34, 4410.47, 4476.63, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37612, 1941, 37123, 3312, 3, 34, 70.35, 71.41, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37613, 1941, 37124, 1514, 1, 34, 4.49, 4.56, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37614, 1941, 37125, 1738, 9, 34, 1.54, 1.56, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37615, 1941, 37126, 1827, 6, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37616, 1941, 37127, 803, 6, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37617, 1941, 37128, 1844, 9, 34, 0.30, 0.30, 1, 1, 'ai_sell', '2024-09-15 17:48:03', '2024-09-15 17:48:03', '2024-09-15 18:49:02'),
(37618, 1915, 37109, 924, 1, NULL, 171.00, 172.71, 1, 1, 'manual_sell', '2024-09-16 00:55:14', '2024-09-16 00:55:14', '2024-09-16 01:56:02'),
(37619, 1915, 37110, 943, 1, NULL, 41.00, 41.41, 1, 1, 'manual_sell', '2024-09-16 00:58:19', '2024-09-16 00:58:19', '2024-09-16 01:59:02'),
(37620, 1915, 37111, 947, 1, NULL, 31.00, 31.31, 1, 1, 'manual_sell', '2024-09-16 01:01:10', '2024-09-16 01:01:10', '2024-09-16 02:02:02'),
(37621, 1876, 37130, 3580, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-09-16 01:40:15', '2024-09-16 01:40:15', '2024-09-16 02:41:02'),
(37622, 1876, 37129, 5589, 5, NULL, 150.00, 151.50, 1, 1, 'manual_sell', '2024-09-16 01:40:46', '2024-09-16 01:40:46', '2024-09-16 02:41:02'),
(37623, 1798, 37131, 1025, 5, NULL, 301.00, 304.01, 2, 1, 'manual_sell', '2024-09-16 02:13:23', '2024-09-16 02:13:23', '2024-09-16 03:14:02'),
(37624, 1798, 37132, 3320, 5, NULL, 80.00, 80.80, 1, 1, 'manual_sell', '2024-09-16 02:14:40', '2024-09-16 02:14:40', '2024-09-16 03:15:03'),
(37625, 1938, 37133, 1762, 5, NULL, 161.00, 162.61, 1, 1, 'manual_sell', '2024-09-16 06:26:37', '2024-09-16 06:26:37', '2024-09-16 07:27:02'),
(37626, 1938, 37134, 3072, 5, NULL, 16.00, 16.16, 1, 1, 'manual_sell', '2024-09-16 06:28:59', '2024-09-16 06:28:59', '2024-09-16 07:29:02'),
(37627, 1886, 37135, 1370, 5, NULL, 100.00, 101.00, 4, 1, 'manual_sell', '2024-09-16 11:27:17', '2024-09-16 11:27:17', '2024-09-16 12:28:02'),
(37628, 1886, 37136, 3075, 5, NULL, 13.00, 13.13, 3, 1, 'manual_sell', '2024-09-16 11:27:37', '2024-09-16 11:27:37', '2024-09-16 12:28:02'),
(37629, 1920, 37137, 4788, 5, NULL, 470.00, 474.70, 1, 1, 'manual_sell', '2024-09-16 12:55:41', '2024-09-16 12:55:41', '2024-09-16 13:56:02'),
(37630, 1920, 37138, 4707, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-09-16 12:56:15', '2024-09-16 12:56:15', '2024-09-16 13:57:02'),
(37631, 1921, 37139, 2388, 5, NULL, 76.00, 76.76, 3, 1, 'manual_sell', '2024-09-16 12:57:31', '2024-09-16 12:57:31', '2024-09-16 13:58:02'),
(37632, 1850, 37140, 973, 6, 33, 15.75, 15.99, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37633, 1850, 37141, 5873, 6, 33, 8.47, 8.60, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37634, 1850, 37142, 5311, 9, 33, 103.95, 105.51, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37635, 1850, 37143, 1400, 1, 33, 1533.00, 1556.00, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37636, 1850, 37144, 3142, 9, 33, 89.23, 90.57, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37637, 1850, 37145, 6139, 3, 33, 16.99, 17.24, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37638, 1850, 37146, 5226, 3, 33, 8.23, 8.35, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37639, 1850, 37147, 1530, 9, 33, 13.91, 14.12, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37640, 1850, 37148, 1498, 1, 33, 87.92, 89.24, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37641, 1850, 37149, 1899, 9, 33, 11.97, 12.15, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37642, 1850, 37150, 2514, 1, 33, 168.00, 170.52, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37643, 1850, 37151, 1366, 6, 33, 200.34, 203.35, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37644, 1850, 37152, 3631, 6, 33, 13.05, 13.25, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37645, 1850, 37153, 1474, 3, 33, 102.82, 104.36, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37646, 1850, 37154, 824, 9, 33, 24.66, 25.03, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37647, 1850, 37155, 5876, 6, 33, 67.66, 68.67, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37648, 1850, 37156, 5486, 1, 33, 8.15, 8.27, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37649, 1850, 37157, 2541, 1, 33, 21.20, 21.52, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37650, 1850, 37158, 3927, 6, 33, 38.15, 38.72, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37651, 1850, 37159, 4511, 3, 33, 2.01, 2.04, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37652, 1850, 37160, 1837, 6, 33, 1.01, 1.03, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37653, 1850, 37161, 5484, 1, 33, 5.09, 5.17, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37654, 1850, 37162, 1793, 3, 33, 3.12, 3.17, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37655, 1850, 37163, 1589, 9, 33, 2.41, 2.45, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37656, 1850, 37164, 1827, 1, 33, 0.13, 0.13, 1, 1, 'ai_sell', '2024-09-16 14:58:03', '2024-09-16 14:58:03', '2024-09-16 15:59:02'),
(37657, 1850, 37165, 2972, 5, NULL, 37.57, 37.94, 2, 1, 'manual_sell', '2024-09-16 18:55:51', '2024-09-16 18:55:51', '2024-09-16 19:56:02'),
(37658, 1941, 37166, 2375, 1, 34, 15.45, 15.68, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:02'),
(37659, 1941, 37167, 3381, 3, 34, 53.00, 53.80, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:02'),
(37660, 1941, 37168, 2658, 1, 34, 21.40, 21.72, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37661, 1941, 37169, 3955, 6, 34, 30.15, 30.60, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37662, 1941, 37170, 5016, 3, 34, 296.82, 301.27, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37663, 1941, 37171, 5721, 9, 34, 11.21, 11.38, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37664, 1941, 37172, 435, 1, 34, 1716.99, 1742.74, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37665, 1941, 37173, 1437, 9, 34, 221.45, 224.77, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37666, 1941, 37174, 3780, 1, 34, 104.00, 105.56, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37667, 1941, 37175, 1009, 9, 34, 9.09, 9.23, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37668, 1941, 37176, 2628, 9, 34, 77.63, 78.79, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37669, 1941, 37177, 5797, 1, 34, 21.19, 21.51, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37670, 1941, 37178, 1079, 6, 34, 5.29, 5.37, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37671, 1941, 37179, 2821, 6, 34, 20.19, 20.49, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37672, 1941, 37180, 2011, 9, 34, 1407.60, 1428.71, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37673, 1941, 37181, 1522, 1, 34, 2625.00, 2664.38, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37674, 1941, 37182, 1172, 1, 34, 65.28, 66.26, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37675, 1941, 37183, 1072, 6, 34, 23.33, 23.68, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37676, 1941, 37184, 1809, 6, 34, 30.74, 31.20, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37677, 1941, 37185, 53, 6, 34, 30.74, 31.20, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37678, 1941, 37186, 4127, 3, 34, 10.49, 10.65, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37679, 1941, 37187, 5724, 1, 34, 9.26, 9.40, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37680, 1941, 37188, 475, 3, 34, 31.10, 31.57, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37681, 1941, 37189, 2627, 6, 34, 16.62, 16.87, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37682, 1941, 37190, 175, 1, 34, 63.59, 64.54, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37683, 1941, 37191, 1377, 1, 34, 12.23, 12.41, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37684, 1941, 37192, 4971, 3, 34, 67.20, 68.21, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37685, 1941, 37193, 262, 3, 34, 176.80, 179.45, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37686, 1941, 37194, 525, 9, 34, 373.57, 379.17, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37687, 1941, 37195, 2556, 3, 34, 25.49, 25.87, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37688, 1941, 37196, 2606, 6, 34, 14.25, 14.46, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37689, 1941, 37197, 3887, 3, 34, 311.85, 316.53, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37690, 1941, 37198, 5996, 3, 34, 155.52, 157.85, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37691, 1941, 37199, 5079, 6, 34, 29.18, 29.62, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37692, 1941, 37200, 3845, 6, 34, 31.50, 31.97, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37693, 1941, 37201, 2459, 9, 34, 303.00, 307.55, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37694, 1941, 37202, 4846, 3, 34, 119.11, 120.90, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37695, 1941, 37203, 2644, 9, 34, 15.13, 15.36, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37696, 1941, 37204, 2177, 1, 34, 436.80, 443.35, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37697, 1941, 37205, 1880, 1, 34, 121.93, 123.76, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37698, 1941, 37206, 5100, 9, 34, 15.88, 16.12, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37699, 1941, 37207, 727, 6, 34, 5.10, 5.18, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37700, 1941, 37208, 2655, 3, 34, 311.85, 316.53, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37701, 1941, 37209, 3602, 9, 34, 17.01, 17.27, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37702, 1941, 37210, 197, 1, 34, 34.22, 34.73, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37703, 1941, 37211, 1163, 9, 34, 19.07, 19.36, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37704, 1941, 37212, 3750, 1, 34, 66.30, 67.29, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37705, 1941, 37213, 374, 9, 34, 123.18, 125.03, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37706, 1941, 37214, 5610, 3, 34, 91.79, 93.17, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37707, 1941, 37215, 3884, 6, 34, 41.19, 41.81, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37708, 1941, 37216, 5761, 3, 34, 2.08, 2.11, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37709, 1941, 37217, 4213, 9, 34, 4.68, 4.75, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37710, 1941, 37218, 3074, 3, 34, 42.42, 43.06, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37711, 1941, 37219, 5409, 9, 34, 31.07, 31.54, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37712, 1941, 37220, 830, 9, 34, 74.19, 75.30, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37713, 1941, 37221, 3990, 9, 34, 30.29, 30.74, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37714, 1941, 37222, 2727, 1, 34, 13.38, 13.58, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37715, 1941, 37223, 2121, 1, 34, 4.19, 4.25, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37716, 1941, 37224, 3325, 9, 34, 6.08, 6.17, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37717, 1941, 37225, 2223, 6, 34, 23.24, 23.59, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37718, 1941, 37226, 959, 6, 34, 2.70, 2.74, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37719, 1941, 37227, 1988, 6, 34, 6.23, 6.32, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37720, 1941, 37228, 3604, 9, 34, 12.59, 12.78, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37721, 1941, 37229, 5911, 6, 34, 8.06, 8.18, 1, 1, 'ai_sell', '2024-09-16 18:59:03', '2024-09-16 18:59:03', '2024-09-16 20:00:03'),
(37722, 1941, 37230, 1662, 9, 34, 0.94, 0.95, 1, 1, 'ai_sell', '2024-09-16 18:59:04', '2024-09-16 18:59:04', '2024-09-16 20:00:03'),
(37723, 1941, 37231, 949, 3, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-09-16 18:59:04', '2024-09-16 18:59:04', '2024-09-16 20:00:03'),
(37724, 1798, 37233, 3152, 5, NULL, 623.00, 629.23, 1, 1, 'manual_sell', '2024-09-17 03:36:34', '2024-09-17 03:36:34', '2024-09-17 04:37:02'),
(37725, 1798, 37234, 3158, 5, NULL, 40.00, 40.40, 1, 1, 'manual_sell', '2024-09-17 03:41:35', '2024-09-17 03:41:35', '2024-09-17 04:42:02'),
(37726, 1798, 37235, 3164, 5, NULL, 29.00, 29.29, 1, 1, 'manual_sell', '2024-09-17 03:43:50', '2024-09-17 03:43:50', '2024-09-17 04:44:02'),
(37727, 1938, 37239, 2006, 5, NULL, 81.00, 81.81, 2, 1, 'manual_sell', '2024-09-17 07:39:34', '2024-09-17 07:39:34', '2024-09-17 08:40:02'),
(37728, 1938, 37240, 1786, 5, NULL, 17.00, 17.17, 1, 1, 'manual_sell', '2024-09-17 07:40:03', '2024-09-17 07:40:03', '2024-09-17 08:41:02'),
(37729, 1886, 37241, 2107, 5, NULL, 37.00, 37.37, 12, 1, 'manual_sell', '2024-09-17 12:33:48', '2024-09-17 12:33:48', '2024-09-17 13:34:01'),
(37730, 1876, 37232, 5475, 5, NULL, 80.00, 80.80, 2, 1, 'manual_sell', '2024-09-17 13:09:52', '2024-09-17 13:09:52', '2024-09-17 14:10:02'),
(37731, 1915, 37236, 4099, 1, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-17 13:42:29', '2024-09-17 13:42:29', '2024-09-17 14:43:02'),
(37732, 1915, 37237, 4070, 1, NULL, 21.00, 21.21, 2, 1, 'manual_sell', '2024-09-17 13:44:55', '2024-09-17 13:44:55', '2024-09-17 14:45:02'),
(37733, 1915, 37238, 3296, 1, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-09-17 13:47:44', '2024-09-17 13:47:44', '2024-09-17 14:48:02'),
(37734, 1920, 37242, 114, 5, NULL, 161.00, 162.61, 3, 1, 'manual_sell', '2024-09-17 14:00:58', '2024-09-17 14:00:58', '2024-09-17 15:01:02'),
(37735, 1921, 37243, 5472, 5, NULL, 46.00, 46.46, 5, 1, 'manual_sell', '2024-09-17 14:01:56', '2024-09-17 14:01:56', '2024-09-17 15:02:02'),
(37736, 1850, 37244, 2124, 9, 33, 636.00, 645.54, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37737, 1850, 37245, 4033, 9, 33, 2.68, 2.72, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37738, 1850, 37246, 994, 1, 33, 37.35, 37.91, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37739, 1850, 37247, 1905, 1, 33, 108.12, 109.74, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37740, 1850, 37248, 2621, 3, 33, 19.57, 19.86, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37741, 1850, 37249, 5899, 1, 33, 2.09, 2.12, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37742, 1850, 37250, 5922, 6, 33, 83.99, 85.25, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37743, 1850, 37251, 4531, 1, 33, 381.59, 387.31, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37744, 1850, 37252, 2126, 3, 33, 20.49, 20.80, 1, 1, 'ai_sell', '2024-09-17 16:10:03', '2024-09-17 16:10:03', '2024-09-17 17:10:03'),
(37745, 1850, 37253, 999, 9, 33, 14.70, 14.92, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:01'),
(37746, 1850, 37254, 2399, 6, 33, 9.26, 9.40, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:01'),
(37747, 1850, 37255, 5524, 6, 33, 202.00, 205.03, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:01'),
(37748, 1850, 37256, 859, 3, 33, 14.81, 15.03, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:01'),
(37749, 1850, 37257, 4004, 1, 33, 121.19, 123.01, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:01'),
(37750, 1850, 37258, 1095, 3, 33, 8.07, 8.19, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37751, 1850, 37259, 3161, 1, 33, 295.80, 300.24, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37752, 1850, 37260, 3596, 6, 33, 50.45, 51.21, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37753, 1850, 37261, 4896, 3, 33, 21.27, 21.59, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37754, 1850, 37262, 4312, 9, 33, 13.72, 13.93, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37755, 1850, 37263, 4285, 3, 33, 114.24, 115.95, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37756, 1850, 37264, 4592, 3, 33, 164.80, 167.27, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37757, 1850, 37265, 6074, 3, 33, 14.63, 14.85, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37758, 1850, 37266, 2158, 6, 33, 46.80, 47.50, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37759, 1850, 37267, 1034, 1, 33, 100.06, 101.56, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37760, 1850, 37268, 778, 9, 33, 36.09, 36.63, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37761, 1850, 37269, 4901, 1, 33, 31.20, 31.67, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37762, 1850, 37270, 1651, 1, 33, 34.28, 34.79, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37763, 1850, 37271, 734, 1, 33, 0.23, 0.23, 1, 1, 'ai_sell', '2024-09-17 16:10:04', '2024-09-17 16:10:04', '2024-09-17 17:11:02'),
(37764, 1941, 37273, 628, 9, 34, 204.00, 207.06, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37765, 1941, 37274, 1090, 6, 34, 609.00, 618.14, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37766, 1941, 37275, 4301, 9, 34, 2004.85, 2034.92, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37767, 1941, 37276, 2100, 9, 34, 6.45, 6.55, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37768, 1941, 37277, 5216, 6, 34, 102.00, 103.53, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37769, 1941, 37278, 166, 3, 34, 9.26, 9.40, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37770, 1941, 37279, 6077, 9, 34, 27.53, 27.94, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37771, 1941, 37280, 1439, 1, 34, 260.19, 264.09, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37772, 1941, 37281, 492, 6, 34, 5724.00, 5809.86, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37773, 1941, 37282, 4791, 1, 34, 544.25, 552.41, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37774, 1941, 37283, 2672, 1, 34, 122.71, 124.55, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37775, 1941, 37284, 2346, 9, 34, 159.86, 162.26, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37776, 1941, 37285, 294, 3, 34, 46.65, 47.35, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37777, 1941, 37286, 2440, 9, 34, 14.76, 14.98, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37778, 1941, 37287, 379, 3, 34, 7.14, 7.25, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37779, 1941, 37288, 1851, 6, 34, 66.89, 67.89, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37780, 1941, 37289, 5018, 1, 34, 222.59, 225.93, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37781, 1941, 37290, 4203, 6, 34, 11.65, 11.82, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37782, 1941, 37291, 2640, 9, 34, 33.98, 34.49, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37783, 1941, 37292, 4210, 1, 34, 21.83, 22.16, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37784, 1941, 37293, 3166, 9, 34, 25.79, 26.18, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37785, 1941, 37294, 6057, 1, 34, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37786, 1941, 37295, 1589, 1, 34, 2.44, 2.48, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37787, 1941, 37296, 4106, 6, 34, 1.34, 1.36, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37788, 1941, 37297, 1844, 1, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37789, 1941, 37298, 734, 6, 34, 0.22, 0.22, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37790, 1941, 37299, 1894, 9, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-17 20:12:02', '2024-09-17 20:12:02', '2024-09-17 21:12:02'),
(37791, 1850, 37272, 2165, 5, NULL, 37.94, 38.31, 2, 1, 'manual_sell', '2024-09-17 20:15:11', '2024-09-17 20:15:11', '2024-09-17 21:16:02'),
(37792, 1798, 37300, 2057, 5, NULL, 599.00, 604.99, 1, 1, 'manual_sell', '2024-09-18 04:49:35', '2024-09-18 04:49:35', '2024-09-18 05:50:02'),
(37793, 1798, 37301, 24, 5, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-09-18 05:44:41', '2024-09-18 05:44:41', '2024-09-18 07:36:19'),
(37794, 1798, 37302, 87, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-09-18 05:46:19', '2024-09-18 05:46:19', '2024-09-18 07:36:19'),
(37795, 1938, 37304, 59, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-09-18 08:49:59', '2024-09-18 08:49:59', '2024-09-18 09:50:03'),
(37796, 1938, 37303, 92, 5, NULL, 171.00, 172.71, 1, 1, 'manual_sell', '2024-09-18 08:52:18', '2024-09-18 08:52:18', '2024-09-18 09:53:01'),
(37797, 1886, 37305, 132, 5, NULL, 100.00, 101.00, 4, 1, 'manual_sell', '2024-09-18 13:48:54', '2024-09-18 13:48:54', '2024-09-18 14:49:02'),
(37798, 1886, 37306, 1108, 5, NULL, 7.00, 7.07, 7, 1, 'manual_sell', '2024-09-18 13:49:47', '2024-09-18 13:49:47', '2024-09-18 14:50:03'),
(37799, 1850, 37310, 1477, 3, 33, 12.96, 13.15, 1, 1, 'ai_sell', '2024-09-18 17:21:02', '2024-09-18 17:21:02', '2024-09-18 18:21:02'),
(37800, 1850, 37311, 2797, 9, 33, 9.26, 9.40, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37801, 1850, 37312, 1916, 1, 33, 3.54, 3.59, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37802, 1850, 37313, 2101, 9, 33, 894.86, 908.28, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37803, 1850, 37314, 3333, 9, 33, 6.10, 6.19, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37804, 1850, 37315, 869, 6, 33, 9.92, 10.07, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37805, 1850, 37316, 5804, 3, 33, 30.59, 31.05, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37806, 1850, 37317, 203, 9, 33, 504.90, 512.47, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37807, 1850, 37318, 4793, 9, 33, 32.23, 32.71, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37808, 1850, 37319, 4703, 6, 33, 32.83, 33.32, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37809, 1850, 37320, 769, 9, 33, 109.14, 110.78, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37810, 1850, 37321, 5920, 6, 33, 32.95, 33.44, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37811, 1850, 37322, 1241, 6, 33, 200.72, 203.73, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37812, 1850, 37323, 3527, 3, 33, 3.07, 3.12, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37813, 1850, 37324, 1909, 1, 33, 11.54, 11.71, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37814, 1850, 37325, 1990, 9, 33, 54.36, 55.18, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37815, 1850, 37326, 207, 9, 33, 51.96, 52.74, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37816, 1850, 37327, 1403, 9, 33, 8.25, 8.37, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37817, 1850, 37328, 3147, 3, 33, 199.86, 202.86, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37818, 1850, 37329, 4292, 3, 33, 374.41, 380.03, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37819, 1850, 37330, 423, 1, 33, 14.59, 14.81, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37820, 1850, 37331, 4448, 3, 33, 12.60, 12.79, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37821, 1850, 37332, 5091, 6, 33, 5.09, 5.17, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37822, 1850, 37333, 4309, 9, 33, 4.23, 4.29, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37823, 1850, 37334, 1588, 9, 33, 3.03, 3.08, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37824, 1850, 37335, 2023, 6, 33, 1.03, 1.05, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37825, 1850, 37336, 1894, 9, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-18 17:21:03', '2024-09-18 17:21:03', '2024-09-18 18:22:02'),
(37826, 1921, 37339, 1620, 5, NULL, 116.00, 117.16, 2, 1, 'manual_sell', '2024-09-18 18:52:08', '2024-09-18 18:52:08', '2024-09-18 19:53:02'),
(37827, 1920, 37340, 3181, 5, NULL, 61.00, 61.61, 7, 1, 'manual_sell', '2024-09-18 18:53:20', '2024-09-18 18:53:20', '2024-09-18 19:54:02'),
(37828, 1920, 37341, 3181, 5, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-09-18 18:54:54', '2024-09-18 18:54:54', '2024-09-18 19:55:02'),
(37829, 1941, 37343, 4952, 9, 34, 3860.52, 3918.43, 1, 1, 'ai_sell', '2024-09-18 21:22:02', '2024-09-18 21:22:02', '2024-09-18 22:22:02'),
(37830, 1941, 37344, 253, 1, 34, 85.83, 87.12, 1, 1, 'ai_sell', '2024-09-18 21:22:02', '2024-09-18 21:22:02', '2024-09-18 22:22:02'),
(37831, 1941, 37345, 4797, 3, 34, 40.79, 41.40, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37832, 1941, 37346, 3845, 6, 34, 30.30, 30.75, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37833, 1941, 37347, 4319, 1, 34, 1817.99, 1845.26, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37834, 1941, 37348, 1800, 1, 34, 171.72, 174.30, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37835, 1941, 37349, 3580, 6, 34, 7.65, 7.76, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37836, 1941, 37350, 2131, 3, 34, 161.16, 163.58, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37837, 1941, 37351, 3239, 1, 34, 18.90, 19.18, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37838, 1941, 37352, 714, 1, 34, 24.01, 24.37, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37839, 1941, 37353, 5013, 6, 34, 48.22, 48.94, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37840, 1941, 37354, 2140, 9, 34, 49.65, 50.39, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37841, 1941, 37355, 4806, 3, 34, 29.28, 29.72, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37842, 1941, 37356, 5781, 3, 34, 1213.80, 1232.01, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37843, 1941, 37357, 149, 9, 34, 70.69, 71.75, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37844, 1941, 37358, 349, 1, 34, 25.43, 25.81, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(37845, 1941, 37359, 1814, 1, 34, 212.16, 215.34, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37846, 1941, 37360, 5826, 9, 34, 6.06, 6.15, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37847, 1941, 37361, 5255, 3, 34, 23.56, 23.91, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37848, 1941, 37362, 5275, 9, 34, 77.70, 78.87, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37849, 1941, 37363, 4542, 1, 34, 41.60, 42.22, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37850, 1941, 37364, 5178, 6, 34, 99.90, 101.40, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37851, 1941, 37365, 6171, 9, 34, 16.57, 16.82, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37852, 1941, 37366, 4925, 6, 34, 15.33, 15.56, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37853, 1941, 37367, 4193, 6, 34, 1767.49, 1794.00, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37854, 1941, 37368, 5741, 1, 34, 143.10, 145.25, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37855, 1941, 37369, 3251, 9, 34, 23.03, 23.38, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37856, 1941, 37370, 5649, 3, 34, 14.47, 14.69, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37857, 1941, 37371, 3302, 1, 34, 20.14, 20.44, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37858, 1941, 37372, 2358, 3, 34, 27.34, 27.75, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37859, 1941, 37373, 93, 6, 34, 17.51, 17.77, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37860, 1941, 37374, 158, 3, 34, 46.62, 47.32, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37861, 1941, 37375, 87, 9, 34, 101.00, 102.52, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37862, 1941, 37376, 5323, 9, 34, 29.91, 30.36, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37863, 1941, 37377, 81, 3, 34, 4.12, 4.18, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37864, 1941, 37378, 1114, 3, 34, 7.85, 7.97, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37865, 1941, 37379, 3938, 9, 34, 20.14, 20.44, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37866, 1941, 37380, 4576, 1, 34, 9.43, 9.57, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37867, 1941, 37381, 1146, 6, 34, 9.54, 9.68, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37868, 1941, 37382, 263, 6, 34, 6.28, 6.37, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37869, 1941, 37383, 5618, 3, 34, 4.64, 4.71, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37870, 1941, 37384, 761, 3, 34, 2.64, 2.68, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37871, 1941, 37385, 1811, 9, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-18 21:22:03', '2024-09-18 21:22:03', '2024-09-18 22:23:02'),
(37872, 1941, 37386, 1827, 6, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-18 21:23:03', '2024-09-18 21:23:03', '2024-09-18 22:24:02'),
(37873, 1850, 37342, 1552, 5, NULL, 38.31, 38.69, 2, 1, 'manual_sell', '2024-09-18 21:25:28', '2024-09-18 21:25:28', '2024-09-18 22:26:01'),
(37874, 1798, 37387, 2031, 5, NULL, 528.00, 533.28, 1, 1, 'manual_sell', '2024-09-19 07:53:12', '2024-09-19 07:53:12', '2024-09-19 08:54:02'),
(37875, 1798, 37388, 3753, 5, NULL, 75.00, 75.75, 1, 1, 'manual_sell', '2024-09-19 07:54:06', '2024-09-19 07:54:06', '2024-09-19 08:55:02'),
(37876, 1798, 37389, 5046, 5, NULL, 60.00, 60.60, 1, 1, 'manual_sell', '2024-09-19 07:55:13', '2024-09-19 07:55:13', '2024-09-19 08:56:02'),
(37877, 1798, 37390, 4939, 5, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-09-19 07:56:19', '2024-09-19 07:56:19', '2024-09-19 08:57:02'),
(37878, 1938, 37392, 35, 5, NULL, 31.00, 31.31, 1, 1, 'manual_sell', '2024-09-19 10:07:59', '2024-09-19 10:07:59', '2024-09-19 11:08:02'),
(37879, 1938, 37391, 1794, 5, NULL, 151.00, 152.51, 1, 1, 'manual_sell', '2024-09-19 10:08:54', '2024-09-19 10:08:54', '2024-09-19 11:09:02'),
(37880, 1886, 37393, 1966, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-09-19 14:57:59', '2024-09-19 14:57:59', '2024-09-19 15:58:02'),
(37881, 1886, 37394, 3089, 5, NULL, 7.00, 7.07, 22, 1, 'manual_sell', '2024-09-19 14:58:26', '2024-09-19 14:58:26', '2024-09-19 15:59:02'),
(37882, 1876, 37337, 3624, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-09-19 15:40:46', '2024-09-19 15:40:46', '2024-09-19 16:41:02'),
(37883, 1876, 37338, 3553, 5, NULL, 20.00, 20.20, 2, 1, 'manual_sell', '2024-09-19 15:41:08', '2024-09-19 15:41:08', '2024-09-19 16:42:01'),
(37884, 1850, 37395, 4542, 9, 33, 42.40, 43.04, 1, 1, 'ai_sell', '2024-09-19 18:32:02', '2024-09-19 18:32:02', '2024-09-19 19:32:02'),
(37885, 1850, 37396, 4087, 1, 33, 391.14, 397.01, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37886, 1850, 37397, 4145, 3, 33, 193.01, 195.91, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37887, 1850, 37398, 4173, 1, 33, 131.25, 133.22, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37888, 1850, 37399, 1550, 6, 33, 112.40, 114.09, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37889, 1850, 37400, 6012, 1, 33, 33.56, 34.06, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37890, 1850, 37401, 3023, 6, 33, 233.58, 237.08, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37891, 1850, 37402, 5320, 3, 33, 201.99, 205.02, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37892, 1850, 37403, 58, 6, 33, 33.60, 34.10, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37893, 1850, 37404, 1051, 1, 33, 61.20, 62.12, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37894, 1850, 37405, 414, 6, 33, 32.27, 32.75, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37895, 1850, 37406, 185, 1, 33, 73.49, 74.59, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37896, 1850, 37407, 1246, 1, 33, 63.60, 64.55, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37897, 1850, 37408, 2084, 3, 33, 16.64, 16.89, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37898, 1850, 37409, 1270, 3, 33, 9.43, 9.57, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37899, 1850, 37410, 795, 1, 33, 787.77, 799.59, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37900, 1850, 37411, 4500, 9, 33, 102.00, 103.53, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37901, 1850, 37412, 3007, 6, 33, 110.24, 111.89, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37902, 1850, 37413, 873, 3, 33, 2.53, 2.57, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37903, 1850, 37414, 2189, 3, 33, 20.80, 21.11, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37904, 1850, 37415, 5343, 3, 33, 10.49, 10.65, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37905, 1850, 37416, 803, 9, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-19 18:32:03', '2024-09-19 18:32:03', '2024-09-19 19:33:02'),
(37906, 1921, 37417, 2302, 5, NULL, 78.00, 78.78, 3, 1, 'manual_sell', '2024-09-19 19:55:19', '2024-09-19 19:55:19', '2024-09-19 20:56:02'),
(37907, 1920, 37418, 373, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-19 19:57:17', '2024-09-19 19:57:17', '2024-09-19 20:58:02'),
(37908, 1920, 37419, 37, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-09-19 19:57:44', '2024-09-19 19:57:44', '2024-09-19 20:58:02'),
(37909, 1920, 37420, 4788, 5, NULL, 470.00, 474.70, 1, 1, 'manual_sell', '2024-09-19 19:59:25', '2024-09-19 19:59:25', '2024-09-19 21:00:03'),
(37910, 1941, 37421, 3271, 9, 34, 2.78, 2.82, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37911, 1941, 37422, 5186, 6, 34, 339.30, 344.39, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37912, 1941, 37423, 2094, 3, 34, 170.69, 173.25, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37913, 1941, 37424, 3252, 9, 34, 32.76, 33.25, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37914, 1941, 37425, 2524, 6, 34, 13.07, 13.27, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37915, 1941, 37426, 2202, 1, 34, 4.12, 4.18, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37916, 1941, 37427, 2259, 9, 34, 211.04, 214.21, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37917, 1941, 37428, 4835, 3, 34, 25.77, 26.16, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37918, 1941, 37429, 2893, 1, 34, 11.32, 11.49, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37919, 1941, 37430, 957, 9, 34, 8.44, 8.57, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37920, 1941, 37431, 1727, 3, 34, 498.20, 505.67, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37921, 1941, 37432, 696, 3, 34, 86.65, 87.95, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37922, 1941, 37433, 4875, 6, 34, 9.41, 9.55, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37923, 1941, 37434, 3489, 1, 34, 10.59, 10.75, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37924, 1941, 37435, 5692, 9, 34, 12.48, 12.67, 1, 1, 'ai_sell', '2024-09-19 22:34:02', '2024-09-19 22:34:02', '2024-09-19 23:34:02'),
(37925, 1941, 37436, 6006, 3, 34, 17.87, 18.14, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37926, 1941, 37437, 2245, 6, 34, 620.10, 629.40, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37927, 1941, 37438, 707, 1, 34, 256.44, 260.29, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37928, 1941, 37439, 3250, 1, 34, 33.30, 33.80, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37929, 1941, 37440, 682, 3, 34, 4708.62, 4779.25, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37930, 1941, 37441, 4754, 3, 34, 6.96, 7.06, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37931, 1941, 37442, 4278, 1, 34, 27.49, 27.90, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37932, 1941, 37443, 1877, 6, 34, 22.87, 23.21, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37933, 1941, 37444, 5444, 3, 34, 3.73, 3.79, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37934, 1941, 37445, 4428, 3, 34, 31.51, 31.98, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:02'),
(37935, 1941, 37446, 387, 6, 34, 2590.65, 2629.51, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37936, 1941, 37447, 5621, 1, 34, 156.00, 158.34, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37937, 1941, 37448, 4722, 1, 34, 29.84, 30.29, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37938, 1941, 37449, 1291, 1, 34, 10.75, 10.91, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37939, 1941, 37450, 2655, 3, 34, 305.91, 310.50, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37940, 1941, 37451, 3513, 6, 34, 123.42, 125.27, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37941, 1941, 37452, 1762, 9, 34, 169.60, 172.14, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37942, 1941, 37453, 163, 6, 34, 8.57, 8.70, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37943, 1941, 37454, 1827, 1, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-19 22:34:03', '2024-09-19 22:34:03', '2024-09-19 23:35:03'),
(37944, 1941, 37456, 1827, 9, 34, 0.13, 0.13, 1, 1, 'ai_sell', '2024-09-19 22:36:02', '2024-09-19 22:36:02', '2024-09-19 23:36:02'),
(37945, 1850, 37455, 2166, 5, NULL, 38.69, 39.07, 2, 1, 'manual_sell', '2024-09-19 22:38:51', '2024-09-19 22:38:51', '2024-09-19 23:39:02'),
(37946, 1915, 37307, 2333, 1, NULL, 191.00, 192.91, 1, 1, 'manual_sell', '2024-09-20 02:40:46', '2024-09-20 02:40:46', '2024-09-20 03:41:02'),
(37947, 1915, 37308, 898, 1, NULL, 11.00, 111.11, 5, 2, 'manual_sell', '2024-09-20 02:41:46', '2024-09-20 02:41:46', '2024-09-20 03:42:02'),
(37948, 1915, 37309, 3296, 1, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-09-20 02:47:04', '2024-09-20 02:47:04', '2024-09-20 03:48:03'),
(37949, 1915, 37308, 898, 1, NULL, 11.00, 11.11, 5, 1, 'manual_sell', '2024-09-20 04:01:03', '2024-09-20 04:01:03', '2024-09-20 05:02:02'),
(37950, 1798, 37457, 3745, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-20 10:41:19', '2024-09-20 10:41:19', '2024-09-20 11:42:02'),
(37951, 1798, 37458, 1966, 5, NULL, 300.00, 304.20, 2, 2, 'manual_sell', '2024-09-20 10:58:03', '2024-09-20 10:58:03', '2024-09-20 11:59:02'),
(37952, 1798, 37459, 1989, 5, NULL, 50.00, 50.70, 2, 2, 'manual_sell', '2024-09-20 11:01:41', '2024-09-20 11:01:41', '2024-09-20 12:02:02'),
(37953, 1798, 37460, 1084, 5, NULL, 10.00, 10.14, 1, 2, 'manual_sell', '2024-09-20 11:03:44', '2024-09-20 11:03:44', '2024-09-20 12:04:02'),
(37954, 1938, 37461, 79, 5, NULL, 151.00, 152.51, 1, 1, 'manual_sell', '2024-09-20 11:31:34', '2024-09-20 11:31:34', '2024-09-20 12:32:02'),
(37955, 1938, 37462, 58, 5, NULL, 33.00, 33.33, 1, 1, 'manual_sell', '2024-09-20 11:33:12', '2024-09-20 11:33:12', '2024-09-20 12:34:02'),
(37956, 1798, 37458, 1966, 5, NULL, 300.00, 303.00, 2, 1, 'manual_sell', '2024-09-20 12:04:49', '2024-09-20 12:04:49', '2024-09-20 13:05:02'),
(37957, 1798, 37459, 1989, 5, NULL, 50.00, 50.50, 2, 1, 'manual_sell', '2024-09-20 12:05:56', '2024-09-20 12:05:56', '2024-09-20 13:06:02'),
(37958, 1798, 37460, 1084, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-09-20 12:06:49', '2024-09-20 12:06:49', '2024-09-20 13:07:02'),
(37959, 1886, 37463, 3862, 5, NULL, 17.00, 17.17, 27, 1, 'manual_sell', '2024-09-20 16:06:40', '2024-09-20 16:06:40', '2024-09-20 17:07:02'),
(37960, 1850, 37464, 1199, 1, 33, 24.95, 25.32, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:02'),
(37961, 1850, 37465, 411, 3, 33, 32.66, 33.15, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:02'),
(37962, 1850, 37466, 2794, 1, 33, 16.94, 17.19, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:02'),
(37963, 1850, 37467, 2322, 1, 33, 58.70, 59.58, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:02'),
(37964, 1850, 37468, 2440, 6, 33, 14.20, 14.41, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37965, 1850, 37469, 4487, 3, 33, 9.65, 9.79, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37966, 1850, 37470, 1805, 1, 33, 8.38, 8.51, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37967, 1850, 37471, 1935, 1, 33, 57.75, 58.62, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37968, 1850, 37472, 2725, 9, 33, 208.24, 211.36, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37969, 1850, 37473, 2341, 9, 33, 39.78, 40.38, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37970, 1850, 37474, 4547, 9, 33, 1006.73, 1021.83, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37971, 1850, 37475, 1852, 9, 33, 91.60, 92.97, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37972, 1850, 37476, 5924, 3, 33, 6.99, 7.09, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37973, 1850, 37477, 6080, 9, 33, 20.39, 20.70, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37974, 1850, 37478, 1433, 1, 33, 85.19, 86.47, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37975, 1850, 37479, 125, 9, 33, 86.52, 87.82, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37976, 1850, 37480, 5594, 6, 33, 13.12, 13.32, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37977, 1850, 37481, 3767, 3, 33, 460.95, 467.86, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37978, 1850, 37482, 821, 1, 33, 145.80, 147.99, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37979, 1850, 37483, 1991, 6, 33, 37.43, 37.99, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37980, 1850, 37484, 6118, 3, 33, 29.68, 30.13, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37981, 1850, 37485, 4018, 1, 33, 52.50, 53.29, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37982, 1850, 37486, 5465, 3, 33, 41.19, 41.81, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37983, 1850, 37487, 129, 3, 33, 44.37, 45.04, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37984, 1850, 37488, 3389, 3, 33, 6.77, 6.87, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37985, 1850, 37489, 5769, 9, 33, 61.35, 62.27, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37986, 1850, 37490, 6075, 1, 33, 26.49, 26.89, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37987, 1850, 37491, 3326, 3, 33, 6.00, 6.09, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37988, 1850, 37492, 659, 6, 33, 8.16, 8.28, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37989, 1850, 37493, 143, 1, 33, 1.04, 1.06, 1, 1, 'ai_sell', '2024-09-20 19:44:03', '2024-09-20 19:44:03', '2024-09-20 20:45:03'),
(37990, 1921, 37494, 1586, 5, NULL, 79.00, 79.79, 3, 1, 'manual_sell', '2024-09-20 20:59:48', '2024-09-20 20:59:48', '2024-09-20 22:00:03'),
(37991, 1920, 37495, 2030, 5, NULL, 249.00, 251.49, 2, 1, 'manual_sell', '2024-09-20 21:02:26', '2024-09-20 21:02:26', '2024-09-20 22:03:02'),
(37992, 1876, 37496, 3233, 5, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-09-20 21:38:09', '2024-09-20 21:38:09', '2024-09-20 22:39:02'),
(37993, 1876, 37497, 1809, 5, NULL, 31.00, 31.31, 2, 1, 'manual_sell', '2024-09-20 21:38:40', '2024-09-20 21:38:40', '2024-09-20 22:39:02'),
(37994, 1941, 37498, 1332, 3, 34, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(37995, 1941, 37499, 4043, 9, 34, 14.57, 14.79, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(37996, 1941, 37500, 4685, 1, 34, 16.68, 16.93, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(37997, 1941, 37501, 805, 3, 34, 5.82, 5.91, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(37998, 1941, 37502, 1224, 9, 34, 15.76, 16.00, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(37999, 1941, 37503, 3593, 9, 34, 4.66, 4.73, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38000, 1941, 37504, 4368, 1, 34, 52.50, 53.29, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38001, 1941, 37505, 316, 3, 34, 238.19, 241.76, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38002, 1941, 37506, 5580, 6, 34, 13.36, 13.56, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38003, 1941, 37507, 595, 1, 34, 402.80, 408.84, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38004, 1941, 37508, 1219, 1, 34, 5.04, 5.12, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38005, 1941, 37509, 6029, 9, 34, 27.02, 27.43, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38006, 1941, 37510, 304, 9, 34, 125.29, 127.17, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38007, 1941, 37511, 5835, 1, 34, 19.07, 19.36, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38008, 1941, 37512, 1997, 1, 34, 240.38, 243.99, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38009, 1941, 37513, 4603, 9, 34, 1627.50, 1651.91, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38010, 1941, 37514, 4338, 6, 34, 105.46, 107.04, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38011, 1941, 37515, 3713, 3, 34, 19.54, 19.83, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38012, 1941, 37516, 2350, 9, 34, 8.16, 8.28, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38013, 1941, 37517, 1171, 9, 34, 8.97, 9.10, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38014, 1941, 37518, 884, 6, 34, 10.29, 10.44, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38015, 1941, 37519, 502, 9, 34, 57.20, 58.06, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38016, 1941, 37520, 5406, 3, 34, 58.37, 59.25, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38017, 1941, 37521, 4395, 9, 34, 208.80, 211.93, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38018, 1941, 37522, 1146, 6, 34, 9.45, 9.59, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38019, 1941, 37523, 1739, 3, 34, 120.64, 122.45, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38020, 1941, 37524, 2860, 1, 34, 55.03, 55.86, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38021, 1941, 37525, 1699, 1, 34, 110.25, 111.90, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38022, 1941, 37526, 294, 1, 34, 47.10, 47.81, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38023, 1941, 37527, 5331, 1, 34, 208.72, 211.85, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38024, 1941, 37528, 2402, 1, 34, 264.60, 268.57, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38025, 1941, 37529, 121, 9, 34, 4.56, 4.63, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38026, 1941, 37530, 4355, 9, 34, 41.60, 42.22, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38027, 1941, 37531, 5233, 3, 34, 13.51, 13.71, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38028, 1941, 37532, 2233, 6, 34, 30.92, 31.38, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38029, 1941, 37533, 284, 9, 34, 137.80, 139.87, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38030, 1941, 37534, 993, 9, 34, 27.64, 28.05, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38031, 1941, 37535, 5097, 9, 34, 126.00, 127.89, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38032, 1941, 37536, 5192, 6, 34, 20.65, 20.96, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38033, 1941, 37537, 4324, 1, 34, 25.25, 25.63, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38034, 1941, 37538, 2575, 1, 34, 43.09, 43.74, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38035, 1941, 37539, 2293, 3, 34, 783.36, 795.11, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38036, 1941, 37540, 1961, 9, 34, 18.53, 18.81, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38037, 1941, 37541, 1313, 3, 34, 707.00, 717.61, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38038, 1941, 37542, 1794, 6, 34, 151.50, 153.77, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38039, 1941, 37543, 230, 1, 34, 1050.00, 1065.75, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38040, 1941, 37544, 6056, 9, 34, 50.50, 51.26, 1, 1, 'ai_sell', '2024-09-20 23:46:03', '2024-09-20 23:46:03', '2024-09-21 00:47:02'),
(38041, 1941, 37545, 2545, 6, 34, 106.22, 107.81, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38042, 1941, 37546, 1862, 6, 34, 51.34, 52.11, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38043, 1941, 37547, 4127, 9, 34, 10.09, 10.24, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38044, 1941, 37548, 2289, 6, 34, 577.50, 586.16, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38045, 1941, 37549, 3985, 1, 34, 62.71, 63.65, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38046, 1941, 37550, 4421, 3, 34, 1507.56, 1530.17, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38047, 1941, 37551, 5155, 9, 34, 45.89, 46.58, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38048, 1941, 37552, 2652, 3, 34, 28.34, 28.77, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38049, 1941, 37553, 5758, 9, 34, 528.94, 536.87, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38050, 1941, 37554, 1929, 9, 34, 51.00, 51.77, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38051, 1941, 37555, 563, 6, 34, 4.04, 4.10, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38052, 1941, 37556, 2958, 3, 34, 108.12, 109.74, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38053, 1941, 37557, 4722, 3, 34, 28.43, 28.86, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38054, 1941, 37558, 1481, 1, 34, 50.50, 51.26, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38055, 1941, 37559, 373, 9, 34, 12.78, 12.97, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38056, 1941, 37560, 4206, 3, 34, 21.00, 21.32, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38057, 1941, 37561, 5849, 1, 34, 65.23, 66.21, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38058, 1941, 37562, 1088, 1, 34, 51.14, 51.91, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38059, 1941, 37563, 2837, 1, 34, 39.88, 40.48, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38060, 1941, 37564, 1017, 3, 34, 2.34, 2.38, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38061, 1941, 37565, 5826, 6, 34, 6.00, 6.09, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38062, 1941, 37566, 1813, 9, 34, 3.06, 3.11, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38063, 1941, 37567, 765, 3, 34, 1.38, 1.40, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38064, 1941, 37568, 4219, 9, 34, 1.31, 1.33, 1, 1, 'ai_sell', '2024-09-20 23:46:04', '2024-09-20 23:46:04', '2024-09-21 00:47:02'),
(38065, 1941, 37569, 1827, 1, 34, 0.13, 0.13, 1, 1, 'ai_sell', '2024-09-20 23:47:03', '2024-09-20 23:47:03', '2024-09-21 00:48:02'),
(38066, 1850, 37570, 2221, 5, NULL, 39.07, 39.46, 2, 1, 'manual_sell', '2024-09-20 23:52:45', '2024-09-20 23:52:45', '2024-09-21 00:53:01'),
(38067, 1938, 37575, 92, 5, NULL, 171.00, 172.71, 1, 1, 'manual_sell', '2024-09-21 12:57:09', '2024-09-21 12:57:09', '2024-09-21 13:58:02'),
(38068, 1938, 37576, 27, 5, NULL, 5.00, 5.05, 3, 1, 'manual_sell', '2024-09-21 12:57:47', '2024-09-21 12:57:47', '2024-09-21 13:58:02'),
(38069, 1798, 37577, 3900, 5, NULL, 481.00, 485.81, 1, 1, 'manual_sell', '2024-09-21 13:34:09', '2024-09-21 13:34:09', '2024-09-21 14:35:03'),
(38070, 1798, 37578, 3195, 5, NULL, 201.00, 203.01, 1, 1, 'manual_sell', '2024-09-21 13:35:58', '2024-09-21 13:35:58', '2024-09-21 14:36:02'),
(38071, 1798, 37579, 2313, 5, NULL, 31.00, 31.31, 1, 1, 'manual_sell', '2024-09-21 13:36:56', '2024-09-21 13:36:56', '2024-09-21 14:37:02'),
(38072, 1798, 37580, 352, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-09-21 13:37:47', '2024-09-21 13:37:47', '2024-09-21 14:38:02'),
(38073, 1915, 37571, 4231, 1, NULL, 101.00, 102.01, 1, 1, 'manual_sell', '2024-09-21 16:38:28', '2024-09-21 16:38:28', '2024-09-21 17:39:02'),
(38074, 1915, 37572, 3944, 1, NULL, 80.00, 80.80, 1, 1, 'manual_sell', '2024-09-21 16:40:22', '2024-09-21 16:40:22', '2024-09-21 17:41:02'),
(38075, 1915, 37573, 4590, 1, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-09-21 16:41:37', '2024-09-21 16:41:37', '2024-09-21 17:42:02'),
(38076, 1915, 37574, 4631, 1, NULL, 20.00, 20.20, 1, 1, 'manual_sell', '2024-09-21 16:42:13', '2024-09-21 16:42:13', '2024-09-21 17:43:02'),
(38077, 1886, 37581, 3112, 5, NULL, 8.00, 8.08, 58, 1, 'manual_sell', '2024-09-21 17:12:35', '2024-09-21 17:12:35', '2024-09-21 18:13:02'),
(38078, 1850, 37582, 5195, 3, 33, 42.93, 43.57, 1, 1, 'ai_sell', '2024-09-21 20:56:02', '2024-09-21 20:56:02', '2024-09-21 21:56:02'),
(38079, 1850, 37583, 4690, 6, 33, 30.48, 30.94, 1, 1, 'ai_sell', '2024-09-21 20:56:02', '2024-09-21 20:56:02', '2024-09-21 21:56:02'),
(38080, 1850, 37584, 4562, 9, 33, 4.06, 4.12, 1, 1, 'ai_sell', '2024-09-21 20:56:02', '2024-09-21 20:56:02', '2024-09-21 21:56:02'),
(38081, 1850, 37585, 1448, 3, 33, 10.29, 10.44, 1, 1, 'ai_sell', '2024-09-21 20:56:02', '2024-09-21 20:56:02', '2024-09-21 21:56:02'),
(38082, 1850, 37586, 4360, 9, 33, 851.76, 864.54, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38083, 1850, 37587, 4827, 1, 33, 18.02, 18.29, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38084, 1850, 37588, 5520, 9, 33, 290.16, 294.51, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38085, 1850, 37589, 1072, 6, 33, 22.65, 22.99, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38086, 1850, 37590, 639, 9, 33, 4.04, 4.10, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38087, 1850, 37591, 4345, 9, 33, 198.05, 201.02, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38088, 1850, 37592, 1505, 3, 33, 536.63, 544.68, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38089, 1850, 37593, 436, 9, 33, 73.35, 74.45, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38090, 1850, 37594, 769, 9, 33, 111.28, 112.95, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38091, 1850, 37595, 2200, 1, 33, 13.39, 13.59, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38092, 1850, 37596, 611, 9, 33, 10.30, 10.45, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38093, 1850, 37597, 1508, 6, 33, 306.00, 310.59, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38094, 1850, 37598, 3738, 3, 33, 119.18, 120.97, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38095, 1850, 37599, 6158, 9, 33, 73.71, 74.82, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38096, 1850, 37600, 3050, 6, 33, 10.70, 10.86, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38097, 1850, 37601, 1000, 1, 33, 3.50, 3.55, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38098, 1850, 37602, 3589, 9, 33, 7.79, 7.91, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38099, 1850, 37603, 4017, 1, 33, 3.13, 3.18, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38100, 1850, 37604, 3533, 9, 33, 2.40, 2.44, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38101, 1850, 37605, 734, 6, 33, 0.22, 0.22, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38102, 1850, 37606, 1827, 1, 33, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-21 20:56:03', '2024-09-21 20:56:03', '2024-09-21 21:57:02'),
(38103, 1921, 37607, 4878, 5, NULL, 232.00, 234.32, 1, 1, 'manual_sell', '2024-09-21 22:02:57', '2024-09-21 22:02:57', '2024-09-21 23:03:01'),
(38104, 1921, 37608, 3542, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-09-21 22:03:39', '2024-09-21 22:03:39', '2024-09-21 23:04:02'),
(38105, 1920, 37609, 3853, 5, NULL, 501.00, 506.01, 1, 1, 'manual_sell', '2024-09-21 22:05:36', '2024-09-21 22:05:36', '2024-09-21 23:06:02'),
(38106, 1920, 37610, 3539, 5, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-09-21 22:08:32', '2024-09-21 22:08:32', '2024-09-21 23:09:02'),
(38107, 1941, 37611, 1740, 6, 34, 3.12, 3.17, 1, 1, 'ai_sell', '2024-09-22 00:58:02', '2024-09-22 00:58:02', '2024-09-22 01:58:02'),
(38108, 1941, 37612, 6014, 3, 34, 4040.00, 4100.60, 1, 1, 'ai_sell', '2024-09-22 00:58:02', '2024-09-22 00:58:02', '2024-09-22 01:58:02'),
(38109, 1941, 37613, 4718, 6, 34, 53.21, 54.01, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38110, 1941, 37614, 626, 6, 34, 3.12, 3.17, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38111, 1941, 37615, 4378, 1, 34, 207.02, 210.13, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38112, 1941, 37616, 728, 3, 34, 34.22, 34.73, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38113, 1941, 37617, 2010, 9, 34, 404.56, 410.63, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38114, 1941, 37618, 5106, 9, 34, 86.52, 87.82, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38115, 1941, 37619, 333, 3, 34, 8.76, 8.89, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38116, 1941, 37620, 1569, 3, 34, 85.85, 87.14, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38117, 1941, 37621, 866, 1, 34, 61.80, 62.73, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38118, 1941, 37622, 910, 6, 34, 7.03, 7.14, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38119, 1941, 37623, 4799, 6, 34, 53.03, 53.83, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38120, 1941, 37624, 3880, 6, 34, 16.62, 16.87, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38121, 1941, 37625, 1514, 9, 34, 4.41, 4.48, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:01'),
(38122, 1941, 37626, 5059, 3, 34, 817.01, 829.27, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38123, 1941, 37627, 5876, 9, 34, 69.00, 70.04, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38124, 1941, 37628, 1556, 6, 34, 103.95, 105.51, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38125, 1941, 37629, 802, 6, 34, 64.93, 65.90, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38126, 1941, 37630, 1672, 1, 34, 30.59, 31.05, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38127, 1941, 37631, 5624, 6, 34, 40.40, 41.01, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38128, 1941, 37632, 896, 3, 34, 11.65, 11.82, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38129, 1941, 37633, 724, 9, 34, 39.86, 40.46, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38130, 1941, 37634, 2723, 1, 34, 240.71, 244.32, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38131, 1941, 37635, 3491, 3, 34, 72.01, 73.09, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38132, 1941, 37636, 3244, 3, 34, 197.40, 200.36, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38133, 1941, 37637, 5669, 3, 34, 25.24, 25.62, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38134, 1941, 37638, 3308, 9, 34, 1449.76, 1471.51, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38135, 1941, 37639, 4016, 1, 34, 46.45, 47.15, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38136, 1941, 37640, 6126, 1, 34, 23.03, 23.38, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38137, 1941, 37641, 5190, 6, 34, 319.30, 324.09, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38138, 1941, 37642, 6113, 6, 34, 193.77, 196.68, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38139, 1941, 37643, 2820, 1, 34, 146.17, 148.36, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38140, 1941, 37644, 4744, 9, 34, 50.49, 51.25, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38141, 1941, 37645, 2404, 6, 34, 678.38, 688.56, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38142, 1941, 37646, 3720, 6, 34, 8.31, 8.43, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38143, 1941, 37647, 236, 6, 34, 761.05, 772.47, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38144, 1941, 37648, 5301, 3, 34, 52.52, 53.31, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38145, 1941, 37649, 5671, 3, 34, 313.03, 317.73, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38146, 1941, 37650, 4043, 6, 34, 15.14, 15.37, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38147, 1941, 37651, 2732, 6, 34, 20.88, 21.19, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38148, 1941, 37652, 324, 9, 34, 12.77, 12.96, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38149, 1941, 37653, 935, 3, 34, 3.03, 3.08, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38150, 1941, 37654, 3541, 6, 34, 2.78, 2.82, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38151, 1941, 37655, 949, 3, 34, 0.30, 0.30, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38152, 1941, 37656, 1811, 9, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38153, 1941, 37657, 1844, 6, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-09-22 00:58:03', '2024-09-22 00:58:03', '2024-09-22 01:59:02'),
(38154, 1876, 37658, 4972, 5, NULL, 41.00, 41.41, 4, 1, 'manual_sell', '2024-09-22 10:06:11', '2024-09-22 10:06:11', '2024-09-22 11:07:02'),
(38155, 1850, 37659, 2032, 5, NULL, 39.46, 39.85, 2, 1, 'manual_sell', '2024-09-22 11:56:48', '2024-09-22 11:56:48', '2024-09-22 12:57:01'),
(38156, 1798, 37663, 1313, 5, NULL, 701.00, 708.01, 1, 1, 'manual_sell', '2024-09-22 14:49:51', '2024-09-22 14:49:51', '2024-09-22 15:50:03'),
(38157, 1798, 37664, 104, 5, NULL, 34.00, 34.34, 1, 1, 'manual_sell', '2024-09-22 14:56:37', '2024-09-22 14:56:37', '2024-09-22 15:57:02'),
(38158, 1798, 37665, 59, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-09-22 14:57:58', '2024-09-22 14:57:58', '2024-09-22 15:58:02'),
(38159, 1938, 37662, 2456, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-09-22 16:40:20', '2024-09-22 16:40:20', '2024-09-22 17:41:02'),
(38160, 1938, 37661, 373, 5, NULL, 13.00, 13.13, 2, 1, 'manual_sell', '2024-09-22 16:41:02', '2024-09-22 16:41:02', '2024-09-22 17:41:02'),
(38161, 1938, 37660, 65, 5, NULL, 30.00, 30.30, 5, 1, 'manual_sell', '2024-09-22 16:42:26', '2024-09-22 16:42:26', '2024-09-22 17:43:02'),
(38162, 1915, 37666, 4081, 1, NULL, 50.00, 50.50, 4, 1, 'manual_sell', '2024-09-22 21:43:24', '2024-09-22 21:43:24', '2024-09-22 22:44:02'),
(38163, 1850, 37671, 4161, 3, 33, 1060.00, 1075.90, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38164, 1850, 37672, 2899, 9, 33, 13.64, 13.84, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38165, 1850, 37673, 4385, 1, 33, 41.60, 42.22, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38166, 1850, 37674, 3184, 1, 33, 9.67, 9.82, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38167, 1850, 37675, 5307, 3, 33, 22.04, 22.37, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38168, 1850, 37676, 2551, 6, 33, 160.14, 162.54, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38169, 1850, 37677, 1626, 6, 33, 1096.50, 1112.95, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38170, 1850, 37678, 731, 3, 33, 113.59, 115.29, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38171, 1850, 37679, 2255, 3, 33, 20.39, 20.70, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38172, 1850, 37680, 817, 6, 33, 64.98, 65.95, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38173, 1850, 37681, 5669, 3, 33, 26.24, 26.63, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38174, 1850, 37682, 4940, 1, 33, 19.38, 19.67, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38175, 1850, 37683, 3414, 6, 33, 68.90, 69.93, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38176, 1850, 37684, 1181, 1, 33, 26.78, 27.18, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38177, 1850, 37685, 3081, 6, 33, 9.54, 9.68, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38178, 1850, 37686, 5643, 9, 33, 8.05, 8.17, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38179, 1850, 37687, 1353, 6, 33, 2.15, 2.18, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38180, 1850, 37688, 4448, 3, 33, 12.60, 12.79, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38181, 1850, 37689, 4704, 1, 33, 1.28, 1.30, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38182, 1850, 37690, 5761, 1, 33, 2.02, 2.05, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38183, 1850, 37691, 1047, 6, 33, 5.24, 5.32, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38184, 1850, 37692, 1850, 1, 33, 0.57, 0.58, 1, 1, 'ai_sell', '2024-09-22 22:07:02', '2024-09-22 22:07:02', '2024-09-22 23:07:02'),
(38185, 1921, 37693, 132, 5, NULL, 100.00, 101.00, 2, 1, 'manual_sell', '2024-09-22 23:05:24', '2024-09-22 23:05:24', '2024-09-23 00:06:02'),
(38186, 1921, 37694, 3071, 5, NULL, 30.00, 30.30, 1, 1, 'manual_sell', '2024-09-22 23:06:30', '2024-09-22 23:06:30', '2024-09-23 00:07:01'),
(38187, 1921, 37695, 3114, 5, NULL, 12.00, 12.12, 1, 1, 'manual_sell', '2024-09-22 23:07:17', '2024-09-22 23:07:17', '2024-09-23 00:08:02'),
(38188, 1920, 37696, 5453, 5, NULL, 254.00, 256.54, 2, 1, 'manual_sell', '2024-09-22 23:11:23', '2024-09-22 23:11:23', '2024-09-23 00:12:02'),
(38189, 1886, 37667, 3885, 5, NULL, 401.00, 405.01, 1, 1, 'manual_sell', '2024-09-23 01:19:42', '2024-09-23 01:19:42', '2024-09-23 02:20:02'),
(38190, 1886, 37668, 93, 5, NULL, 17.00, 17.17, 4, 1, 'manual_sell', '2024-09-23 01:20:20', '2024-09-23 01:20:20', '2024-09-23 02:21:02'),
(38191, 1941, 37697, 4031, 1, 34, 61.79, 62.72, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38192, 1941, 37698, 1268, 1, 34, 178.50, 181.18, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38193, 1941, 37699, 3228, 3, 34, 2.83, 2.87, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38194, 1941, 37700, 3774, 6, 34, 98.76, 100.24, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38195, 1941, 37701, 797, 1, 34, 903.00, 916.55, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38196, 1941, 37702, 2570, 3, 34, 6.35, 6.45, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38197, 1941, 37703, 2073, 3, 34, 2.56, 2.60, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38198, 1941, 37704, 3240, 3, 34, 106.63, 108.23, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38199, 1941, 37705, 3875, 3, 34, 82.40, 83.64, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38200, 1941, 37706, 5285, 1, 34, 300.97, 305.48, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38201, 1941, 37707, 4139, 9, 34, 63.57, 64.52, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38202, 1941, 37708, 637, 3, 34, 310.96, 315.62, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38203, 1941, 37709, 890, 6, 34, 169.59, 172.13, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38204, 1941, 37710, 3721, 3, 34, 35.14, 35.67, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38205, 1941, 37711, 1124, 3, 34, 4.44, 4.51, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38206, 1941, 37712, 2643, 3, 34, 11.43, 11.60, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38207, 1941, 37713, 4507, 9, 34, 42.92, 43.56, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38208, 1941, 37714, 181, 6, 34, 261.03, 264.95, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38209, 1941, 37715, 4472, 9, 34, 295.74, 300.18, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38210, 1941, 37716, 3678, 9, 34, 9.84, 9.99, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38211, 1941, 37717, 4788, 9, 34, 479.28, 486.47, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38212, 1941, 37718, 3014, 3, 34, 210.08, 213.23, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38213, 1941, 37719, 2939, 9, 34, 432.60, 439.09, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38214, 1941, 37720, 3671, 6, 34, 18.89, 19.17, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38215, 1941, 37721, 6168, 1, 34, 30.15, 30.60, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(38216, 1941, 37722, 5251, 3, 34, 27.41, 27.82, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38217, 1941, 37723, 4362, 6, 34, 4095.00, 4156.43, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38218, 1941, 37724, 4217, 1, 34, 6.15, 6.24, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38219, 1941, 37725, 3624, 6, 34, 127.94, 129.86, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38220, 1941, 37726, 4796, 3, 34, 10.52, 10.68, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38221, 1941, 37727, 5906, 6, 34, 137.79, 139.86, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38222, 1941, 37728, 1217, 9, 34, 43.01, 43.66, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38223, 1941, 37729, 4754, 1, 34, 6.96, 7.06, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38224, 1941, 37730, 3980, 3, 34, 20.37, 20.68, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38225, 1941, 37731, 2587, 3, 34, 51.47, 52.24, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38226, 1941, 37732, 5927, 9, 34, 318.00, 322.77, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38227, 1941, 37733, 871, 6, 34, 62.39, 63.33, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38228, 1941, 37734, 4234, 6, 34, 42.65, 43.29, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38229, 1941, 37735, 3177, 9, 34, 51.50, 52.27, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38230, 1941, 37736, 5826, 3, 34, 6.17, 6.26, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38231, 1941, 37737, 69, 3, 34, 25.75, 26.14, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38232, 1941, 37738, 4279, 6, 34, 160.64, 163.05, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38233, 1941, 37739, 4774, 3, 34, 105.00, 106.58, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38234, 1941, 37740, 1660, 9, 34, 1549.60, 1572.84, 1, 1, 'ai_sell', '2024-09-23 02:09:03', '2024-09-23 02:09:03', '2024-09-23 03:10:03'),
(38235, 1941, 37741, 5609, 3, 34, 30.89, 31.35, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38236, 1941, 37742, 3606, 3, 34, 9.83, 9.98, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38237, 1941, 37743, 3041, 1, 34, 16.61, 16.86, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38238, 1941, 37744, 366, 9, 34, 2.13, 2.16, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38239, 1941, 37745, 2287, 1, 34, 7.61, 7.72, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38240, 1941, 37746, 3065, 3, 34, 4.20, 4.26, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38241, 1941, 37747, 752, 9, 34, 1.05, 1.07, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38242, 1941, 37748, 1469, 6, 34, 1.26, 1.28, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38243, 1941, 37749, 3225, 9, 34, 1.15, 1.17, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38244, 1941, 37750, 1827, 6, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38245, 1941, 37751, 1894, 1, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38246, 1941, 37752, 1827, 3, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-23 02:10:04', '2024-09-23 02:10:04', '2024-09-23 03:11:02'),
(38247, 1915, 37669, 936, 1, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-09-23 03:38:38', '2024-09-23 03:38:38', '2024-09-23 04:39:01'),
(38248, 1915, 37670, 3228, 1, NULL, 3.00, 3.03, 1, 1, 'manual_sell', '2024-09-23 03:39:14', '2024-09-23 03:39:14', '2024-09-23 04:40:04'),
(38249, 1850, 37753, 1822, 5, NULL, 39.85, 40.24, 2, 1, 'manual_sell', '2024-09-23 13:24:06', '2024-09-23 13:24:06', '2024-09-23 14:25:03'),
(38250, 1798, 37754, 5583, 5, NULL, 500.00, 505.00, 1, 1, 'manual_sell', '2024-09-23 16:46:31', '2024-09-23 16:46:31', '2024-09-23 17:47:02'),
(38251, 1798, 37755, 2208, 5, NULL, 57.00, 57.57, 1, 1, 'manual_sell', '2024-09-23 16:48:03', '2024-09-23 16:48:03', '2024-09-23 17:49:01'),
(38252, 1798, 37756, 4003, 5, NULL, 190.00, 191.90, 1, 1, 'manual_sell', '2024-09-23 16:49:58', '2024-09-23 16:49:58', '2024-09-23 17:50:02'),
(38253, 1798, 37757, 5421, 5, NULL, 8.00, 8.08, 1, 1, 'manual_sell', '2024-09-23 16:50:51', '2024-09-23 16:50:51', '2024-09-23 17:51:02'),
(38254, 1938, 37758, 4185, 5, NULL, 161.00, 162.61, 1, 1, 'manual_sell', '2024-09-23 18:43:19', '2024-09-23 18:43:19', '2024-09-23 19:44:02'),
(38255, 1938, 37759, 3068, 5, NULL, 15.00, 15.15, 1, 1, 'manual_sell', '2024-09-23 18:43:48', '2024-09-23 18:43:48', '2024-09-23 19:44:02'),
(38256, 1938, 37760, 1806, 5, NULL, 14.00, 14.14, 1, 1, 'manual_sell', '2024-09-23 18:44:19', '2024-09-23 18:44:19', '2024-09-23 19:45:03'),
(38257, 1850, 37761, 2913, 6, 33, 30.73, 31.19, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38258, 1850, 37762, 5593, 9, 33, 266.01, 270.00, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38259, 1850, 37763, 2985, 6, 33, 80.58, 81.79, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38260, 1850, 37764, 573, 6, 33, 30.60, 31.06, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38261, 1850, 37765, 507, 1, 33, 36.92, 37.47, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38262, 1850, 37766, 2287, 6, 33, 7.68, 7.80, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38263, 1850, 37767, 493, 1, 33, 57.29, 58.15, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38264, 1850, 37768, 5191, 1, 33, 43.04, 43.69, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38265, 1850, 37769, 4985, 1, 33, 306.00, 310.59, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38266, 1850, 37770, 2917, 6, 33, 17.31, 17.57, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38267, 1850, 37771, 3488, 1, 33, 241.50, 245.12, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38268, 1850, 37772, 5269, 3, 33, 11.21, 11.38, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38269, 1850, 37773, 961, 6, 33, 31.72, 32.20, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38270, 1850, 37774, 2519, 9, 33, 30.59, 31.05, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38271, 1850, 37775, 5187, 3, 33, 92.90, 94.29, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38272, 1850, 37776, 6078, 6, 33, 41.19, 41.81, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38273, 1850, 37777, 5529, 3, 33, 10.52, 10.68, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38274, 1850, 37778, 5601, 6, 33, 44.18, 44.84, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38275, 1850, 37779, 1445, 9, 33, 2.65, 2.69, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38276, 1850, 37780, 249, 6, 33, 32.05, 32.53, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38277, 1850, 37781, 2537, 3, 33, 27.67, 28.09, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38278, 1850, 37782, 2157, 9, 33, 18.02, 18.29, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38279, 1850, 37783, 4659, 9, 33, 10.08, 10.23, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38280, 1850, 37784, 904, 1, 33, 959.50, 973.89, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38281, 1850, 37785, 1119, 1, 33, 148.40, 150.63, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38282, 1850, 37786, 2117, 1, 33, 17.31, 17.57, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38283, 1850, 37787, 5229, 9, 33, 4.36, 4.43, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38284, 1850, 37788, 4928, 9, 33, 50.76, 51.52, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38285, 1850, 37789, 2962, 3, 33, 11.07, 11.24, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38286, 1850, 37790, 3360, 3, 33, 52.00, 52.78, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38287, 1850, 37791, 2152, 3, 33, 71.40, 72.47, 1, 1, 'ai_sell', '2024-09-23 23:17:03', '2024-09-23 23:17:03', '2024-09-24 00:18:02'),
(38288, 1850, 37792, 4694, 3, 33, 29.42, 29.86, 1, 1, 'ai_sell', '2024-09-23 23:17:04', '2024-09-23 23:17:04', '2024-09-24 00:18:02'),
(38289, 1850, 37793, 4064, 6, 33, 12.14, 12.32, 1, 1, 'ai_sell', '2024-09-23 23:17:04', '2024-09-23 23:17:04', '2024-09-24 00:18:02'),
(38290, 1850, 37794, 1827, 6, 33, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-23 23:17:04', '2024-09-23 23:17:04', '2024-09-24 00:18:02'),
(38291, 1850, 37795, 1827, 1, 33, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-23 23:19:03', '2024-09-23 23:19:03', '2024-09-24 00:20:04'),
(38292, 1921, 37796, 3181, 5, NULL, 61.00, 61.61, 4, 1, 'manual_sell', '2024-09-24 00:10:44', '2024-09-24 00:10:44', '2024-09-24 01:11:02'),
(38293, 1920, 37797, 1970, 5, NULL, 171.00, 172.71, 3, 1, 'manual_sell', '2024-09-24 00:14:13', '2024-09-24 00:14:13', '2024-09-24 01:15:02'),
(38294, 1941, 37803, 4633, 6, 34, 412.00, 418.18, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38295, 1941, 37804, 3225, 1, 34, 1.19, 1.21, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38296, 1941, 37805, 2594, 6, 34, 15.58, 15.81, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38297, 1941, 37806, 434, 3, 34, 118.70, 120.48, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38298, 1941, 37807, 3582, 6, 34, 4.20, 4.26, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38299, 1941, 37808, 3591, 3, 34, 12.89, 13.08, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38300, 1941, 37809, 5253, 6, 34, 16.21, 16.45, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38301, 1941, 37810, 6065, 9, 34, 21.29, 21.61, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38302, 1941, 37811, 5100, 9, 34, 16.03, 16.27, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38303, 1941, 37812, 4885, 1, 34, 505.57, 513.15, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38304, 1941, 37813, 915, 9, 34, 53.00, 53.80, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38305, 1941, 37814, 3545, 3, 34, 40.06, 40.66, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38306, 1941, 37815, 2769, 1, 34, 31.24, 31.71, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38307, 1941, 37816, 3051, 6, 34, 75.67, 76.81, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38308, 1941, 37817, 4328, 3, 34, 831.99, 844.47, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38309, 1941, 37818, 2323, 3, 34, 350.16, 355.41, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38310, 1941, 37819, 1057, 1, 34, 32.76, 33.25, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38311, 1941, 37820, 5476, 1, 34, 22.65, 22.99, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38312, 1941, 37821, 86, 6, 34, 140.08, 142.18, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38313, 1941, 37822, 2617, 6, 34, 6.44, 6.54, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38314, 1941, 37823, 1992, 6, 34, 119.60, 121.39, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38315, 1941, 37824, 2098, 3, 34, 102.96, 104.50, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38316, 1941, 37825, 5974, 1, 34, 18.89, 19.17, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38317, 1941, 37826, 5073, 1, 34, 18.89, 19.17, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38318, 1941, 37827, 2836, 1, 34, 1111.94, 1128.62, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38319, 1941, 37828, 265, 1, 34, 135.20, 137.23, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38320, 1941, 37829, 4670, 3, 34, 5.94, 6.03, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38321, 1941, 37830, 1549, 6, 34, 156.02, 158.36, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38322, 1941, 37831, 496, 1, 34, 132.59, 134.58, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38323, 1941, 37832, 5986, 9, 34, 18.94, 19.22, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38324, 1941, 37833, 4316, 1, 34, 34.97, 35.49, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38325, 1941, 37834, 3443, 6, 34, 10.46, 10.62, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38326, 1941, 37835, 2367, 6, 34, 3.12, 3.17, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38327, 1941, 37836, 4935, 1, 34, 7.30, 7.41, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38328, 1941, 37837, 5486, 9, 34, 8.15, 8.27, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38329, 1941, 37838, 1032, 6, 34, 98.80, 100.28, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38330, 1941, 37839, 3471, 1, 34, 89.03, 90.37, 1, 1, 'ai_sell', '2024-09-24 03:21:02', '2024-09-24 03:21:02', '2024-09-24 04:21:02'),
(38331, 1941, 37840, 5690, 3, 34, 27.37, 27.78, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38332, 1941, 37841, 2383, 9, 34, 23.12, 23.47, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38333, 1941, 37842, 3559, 6, 34, 215.85, 219.09, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38334, 1941, 37843, 3644, 6, 34, 3399.00, 3449.99, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38335, 1941, 37844, 1715, 6, 34, 6.69, 6.79, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38336, 1941, 37845, 5870, 9, 34, 12.71, 12.90, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38337, 1941, 37846, 1253, 1, 34, 31.10, 31.57, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38338, 1941, 37847, 2501, 9, 34, 96.89, 98.34, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38339, 1941, 37848, 4933, 9, 34, 5.47, 5.55, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38340, 1941, 37849, 5605, 3, 34, 234.60, 238.12, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38341, 1941, 37850, 3820, 3, 34, 8.32, 8.44, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38342, 1941, 37851, 5633, 3, 34, 8.78, 8.91, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38343, 1941, 37852, 687, 9, 34, 137.55, 139.61, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38344, 1941, 37853, 467, 9, 34, 37.88, 38.45, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38345, 1941, 37854, 1036, 9, 34, 911.60, 925.27, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38346, 1941, 37855, 5403, 1, 34, 412.78, 418.97, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38347, 1941, 37856, 5852, 9, 34, 40.27, 40.87, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38348, 1941, 37857, 3658, 3, 34, 14.08, 14.29, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38349, 1941, 37858, 4877, 3, 34, 8.24, 8.36, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38350, 1941, 37859, 310, 9, 34, 56.39, 57.24, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38351, 1941, 37860, 406, 6, 34, 285.19, 289.47, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38352, 1941, 37861, 3425, 6, 34, 25.46, 25.84, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38353, 1941, 37862, 289, 1, 34, 75.60, 76.73, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38354, 1941, 37863, 4346, 9, 34, 63.13, 64.08, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38355, 1941, 37864, 4609, 3, 34, 25.63, 26.01, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38356, 1941, 37865, 1491, 1, 34, 9.97, 10.12, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38357, 1941, 37866, 5243, 6, 34, 25.75, 26.14, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38358, 1941, 37867, 1235, 1, 34, 12.25, 12.43, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38359, 1941, 37868, 5082, 6, 34, 23.89, 24.25, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38360, 1941, 37869, 2117, 3, 34, 17.48, 17.74, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38361, 1941, 37870, 5921, 3, 34, 7.06, 7.17, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38362, 1941, 37871, 4525, 1, 34, 8.39, 8.52, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38363, 1941, 37872, 2024, 6, 34, 12.69, 12.88, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38364, 1941, 37873, 1297, 9, 34, 75.48, 76.61, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38365, 1941, 37874, 4789, 3, 34, 44.18, 44.84, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38366, 1941, 37875, 2524, 1, 34, 12.70, 12.89, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38367, 1941, 37876, 151, 6, 34, 10.20, 10.35, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38368, 1941, 37877, 639, 1, 34, 4.16, 4.22, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38369, 1941, 37878, 1894, 6, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-24 03:22:03', '2024-09-24 03:22:03', '2024-09-24 04:23:02'),
(38370, 1886, 37801, 376, 5, NULL, 10.00, 10.10, 4, 1, 'manual_sell', '2024-09-24 11:10:16', '2024-09-24 11:10:16', '2024-09-24 12:11:02'),
(38371, 1886, 37802, 3324, 5, NULL, 2.00, 2.02, 2, 1, 'manual_sell', '2024-09-24 11:10:44', '2024-09-24 11:10:44', '2024-09-24 12:11:02'),
(38372, 1886, 37800, 3058, 5, NULL, 430.00, 434.30, 1, 1, 'manual_sell', '2024-09-24 11:12:22', '2024-09-24 11:12:22', '2024-09-24 12:13:02'),
(38373, 1876, 37798, 4850, 5, NULL, 132.00, 133.32, 1, 1, 'manual_sell', '2024-09-24 12:51:56', '2024-09-24 12:51:56', '2024-09-24 13:52:02'),
(38374, 1876, 37799, 4727, 5, NULL, 34.00, 34.34, 1, 1, 'manual_sell', '2024-09-24 12:52:15', '2024-09-24 12:52:15', '2024-09-24 13:53:02'),
(38375, 1798, 37880, 2068, 5, NULL, 751.00, 758.51, 1, 1, 'manual_sell', '2024-09-24 19:25:17', '2024-09-24 19:25:17', '2024-09-24 20:26:02'),
(38376, 1798, 37881, 999, 5, NULL, 15.00, 15.15, 1, 1, 'manual_sell', '2024-09-24 19:26:35', '2024-09-24 19:26:35', '2024-09-24 20:27:02'),
(38377, 1938, 37882, 1746, 5, NULL, 180.00, 181.80, 1, 1, 'manual_sell', '2024-09-24 19:55:42', '2024-09-24 19:55:42', '2024-09-24 20:56:02'),
(38378, 1938, 37883, 1904, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-09-24 19:56:11', '2024-09-24 19:56:11', '2024-09-24 20:57:02'),
(38379, 1850, 37879, 1807, 5, NULL, 80.48, 81.28, 1, 1, 'manual_sell', '2024-09-24 21:16:20', '2024-09-24 21:16:20', '2024-09-24 22:17:02'),
(38380, 1850, 37884, 3500, 6, 33, 353.50, 358.80, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38381, 1850, 37885, 5801, 9, 33, 26.49, 26.89, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38382, 1850, 37886, 3562, 6, 33, 23.60, 23.95, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38383, 1850, 37887, 2262, 6, 33, 26.50, 26.90, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38384, 1850, 37888, 2360, 1, 33, 52.00, 52.78, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38385, 1850, 37889, 2985, 1, 33, 83.74, 85.00, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38386, 1850, 37890, 3365, 9, 33, 7.21, 7.32, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38387, 1850, 37891, 1228, 9, 33, 21.95, 22.28, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38388, 1850, 37892, 1126, 1, 33, 382.70, 388.44, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38389, 1850, 37893, 276, 3, 33, 336.59, 341.64, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38390, 1850, 37894, 4494, 3, 33, 42.40, 43.04, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38391, 1850, 37895, 2652, 9, 33, 27.80, 28.22, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38392, 1850, 37896, 3550, 9, 33, 7.60, 7.71, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38393, 1850, 37897, 1446, 1, 33, 359.47, 364.86, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38394, 1850, 37898, 2618, 1, 33, 10.49, 10.65, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38395, 1850, 37899, 2610, 9, 33, 10.19, 10.34, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38396, 1850, 37900, 1876, 6, 33, 32.34, 32.83, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38397, 1850, 37901, 5913, 6, 33, 116.38, 118.13, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38398, 1850, 37902, 1555, 3, 33, 24.98, 25.35, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38399, 1850, 37903, 4771, 3, 33, 30.88, 31.34, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38400, 1850, 37904, 2674, 9, 33, 767.04, 778.55, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38401, 1850, 37905, 755, 1, 33, 33.32, 33.82, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38402, 1850, 37906, 787, 3, 33, 49.06, 49.80, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38403, 1850, 37907, 4700, 9, 33, 31.20, 31.67, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38404, 1850, 37908, 6055, 6, 33, 8.20, 8.32, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38405, 1850, 37909, 1445, 6, 33, 2.58, 2.62, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38406, 1850, 37910, 3296, 9, 33, 1.18, 1.20, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38407, 1850, 37911, 1827, 9, 33, 0.13, 0.13, 1, 1, 'ai_sell', '2024-09-25 00:31:03', '2024-09-25 00:31:03', '2024-09-25 01:32:02'),
(38408, 1941, 37912, 1326, 1, 34, 32.92, 33.41, 1, 1, 'ai_sell', '2024-09-25 04:34:02', '2024-09-25 04:34:02', '2024-09-25 05:34:02'),
(38409, 1941, 37913, 3658, 9, 34, 14.08, 14.29, 1, 1, 'ai_sell', '2024-09-25 04:34:02', '2024-09-25 04:34:02', '2024-09-25 05:34:02'),
(38410, 1941, 37914, 2235, 6, 34, 31.52, 31.99, 1, 1, 'ai_sell', '2024-09-25 04:34:02', '2024-09-25 04:34:02', '2024-09-25 05:34:02'),
(38411, 1941, 37915, 3712, 3, 34, 24.43, 24.80, 1, 1, 'ai_sell', '2024-09-25 04:34:02', '2024-09-25 04:34:02', '2024-09-25 05:34:02'),
(38412, 1941, 37916, 2772, 3, 34, 47.25, 47.96, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38413, 1941, 37917, 2328, 1, 34, 741.60, 752.72, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38414, 1941, 37918, 5865, 6, 34, 16.16, 16.40, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38415, 1941, 37919, 267, 9, 34, 187.19, 190.00, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38416, 1941, 37920, 3656, 9, 34, 31.50, 31.97, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38417, 1941, 37921, 4282, 3, 34, 62.00, 62.93, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38418, 1941, 37922, 5347, 9, 34, 6.05, 6.14, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38419, 1941, 37923, 6075, 6, 34, 26.49, 26.89, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38420, 1941, 37924, 1135, 6, 34, 298.73, 303.21, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38421, 1941, 37925, 2608, 6, 34, 10.30, 10.45, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38422, 1941, 37926, 5018, 6, 34, 216.29, 219.53, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38423, 1941, 37927, 6053, 9, 34, 18.71, 18.99, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38424, 1941, 37928, 4185, 9, 34, 166.40, 168.90, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38425, 1941, 37929, 1683, 1, 34, 5970.98, 6060.54, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38426, 1941, 37930, 517, 1, 34, 18.76, 19.04, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38427, 1941, 37931, 3651, 1, 34, 34.94, 35.46, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38428, 1941, 37932, 4808, 9, 34, 7.30, 7.41, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38429, 1941, 37933, 4695, 1, 34, 2444.57, 2481.24, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38430, 1941, 37934, 4329, 6, 34, 9.45, 9.59, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38431, 1941, 37935, 1514, 9, 34, 4.41, 4.48, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38432, 1941, 37936, 301, 6, 34, 8.94, 9.07, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38433, 1941, 37937, 2080, 3, 34, 151.51, 153.78, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38434, 1941, 37938, 4836, 3, 34, 181.79, 184.52, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38435, 1941, 37939, 5869, 3, 34, 7.94, 8.06, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38436, 1941, 37940, 5278, 1, 34, 51.59, 52.36, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38437, 1941, 37941, 5977, 3, 34, 18.53, 18.81, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38438, 1941, 37942, 6090, 3, 34, 49.33, 50.07, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38439, 1941, 37943, 2278, 9, 34, 46.80, 47.50, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38440, 1941, 37944, 2100, 6, 34, 6.32, 6.41, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38441, 1941, 37945, 1597, 6, 34, 2.30, 2.33, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38442, 1941, 37946, 5620, 1, 34, 43.04, 43.69, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38443, 1941, 37947, 3771, 1, 34, 5.45, 5.53, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38444, 1941, 37948, 5395, 1, 34, 90.39, 91.75, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38445, 1941, 37949, 4086, 6, 34, 4.23, 4.29, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38446, 1941, 37950, 1856, 3, 34, 44.03, 44.69, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38447, 1941, 37951, 5033, 9, 34, 6.23, 6.32, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38448, 1941, 37952, 5968, 9, 34, 20.97, 21.28, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38449, 1941, 37953, 1595, 1, 34, 18.89, 19.17, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38450, 1941, 37954, 2178, 9, 34, 20.37, 20.68, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38451, 1941, 37955, 6112, 1, 34, 164.80, 167.27, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38452, 1941, 37956, 1627, 3, 34, 6.67, 6.77, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38453, 1941, 37957, 121, 1, 34, 4.61, 4.68, 1, 1, 'ai_sell', '2024-09-25 04:34:03', '2024-09-25 04:34:03', '2024-09-25 05:35:03'),
(38454, 1921, 37958, 3584, 5, NULL, 233.00, 235.33, 1, 1, 'manual_sell', '2024-09-25 11:10:35', '2024-09-25 11:10:35', '2024-09-25 12:11:02'),
(38455, 1921, 37959, 4661, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-09-25 11:11:18', '2024-09-25 11:11:18', '2024-09-25 12:12:02'),
(38456, 1920, 37960, 234, 5, NULL, 518.00, 523.18, 1, 1, 'manual_sell', '2024-09-25 11:13:21', '2024-09-25 11:13:21', '2024-09-25 12:14:02'),
(38457, 1886, 37962, 1586, 5, NULL, 79.00, 79.79, 1, 1, 'manual_sell', '2024-09-25 16:53:25', '2024-09-25 16:53:25', '2024-09-25 17:54:02'),
(38458, 1886, 37961, 777, 5, NULL, 40.00, 40.40, 10, 1, 'manual_sell', '2024-09-25 16:53:53', '2024-09-25 16:53:53', '2024-09-25 17:54:02'),
(38459, 1915, 37964, 3201, 1, NULL, 225.00, 227.25, 1, 1, 'manual_sell', '2024-09-25 18:57:46', '2024-09-25 18:57:46', '2024-09-25 19:58:01'),
(38460, 1915, 37965, 3184, 1, NULL, 10.00, 10.10, 3, 1, 'manual_sell', '2024-09-25 18:58:33', '2024-09-25 18:58:33', '2024-09-25 19:59:02'),
(38461, 1938, 37970, 33, 5, NULL, 7.00, 7.07, 5, 1, 'manual_sell', '2024-09-25 21:08:28', '2024-09-25 21:08:28', '2024-09-25 22:09:02'),
(38462, 1938, 37971, 1084, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-09-25 21:08:54', '2024-09-25 21:08:54', '2024-09-25 22:09:02'),
(38463, 1938, 37969, 3099, 5, NULL, 12.00, 12.12, 4, 1, 'manual_sell', '2024-09-25 21:09:21', '2024-09-25 21:09:21', '2024-09-25 22:10:03'),
(38464, 1938, 37968, 3892, 5, NULL, 100.00, 101.00, 1, 1, 'manual_sell', '2024-09-25 21:09:55', '2024-09-25 21:09:55', '2024-09-25 22:10:03'),
(38465, 1798, 37966, 3765, 5, NULL, 756.00, 763.56, 1, 1, 'manual_sell', '2024-09-25 21:34:30', '2024-09-25 21:34:30', '2024-09-25 22:35:03'),
(38466, 1798, 37967, 3328, 5, NULL, 13.00, 13.13, 2, 1, 'manual_sell', '2024-09-25 21:35:39', '2024-09-25 21:35:39', '2024-09-25 22:36:01'),
(38467, 1850, 37972, 1807, 5, NULL, 81.28, 82.09, 1, 1, 'manual_sell', '2024-09-25 22:23:51', '2024-09-25 22:23:51', '2024-09-25 23:24:02'),
(38468, 1876, 37963, 4972, 5, NULL, 42.00, 42.42, 4, 1, 'manual_sell', '2024-09-26 00:48:14', '2024-09-26 00:48:14', '2024-09-26 01:49:02'),
(38469, 1850, 37973, 440, 3, 33, 85.04, 86.32, 1, 1, 'ai_sell', '2024-09-26 01:42:02', '2024-09-26 01:42:02', '2024-09-26 02:42:02'),
(38470, 1850, 37974, 3301, 3, 33, 19.08, 19.37, 1, 1, 'ai_sell', '2024-09-26 01:42:03', '2024-09-26 01:42:03', '2024-09-26 02:43:02'),
(38471, 1850, 37975, 5936, 3, 33, 32.48, 32.97, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38472, 1850, 37976, 1545, 6, 33, 536.52, 544.57, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38473, 1850, 37977, 3051, 1, 33, 72.79, 73.88, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38474, 1850, 37978, 5792, 1, 33, 301.60, 306.12, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38475, 1850, 37979, 1168, 6, 33, 81.60, 82.82, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38476, 1850, 37980, 1930, 9, 33, 38.38, 38.96, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38477, 1850, 37981, 2097, 3, 33, 9.42, 9.56, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38478, 1850, 37982, 6023, 1, 33, 11.59, 11.76, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38479, 1850, 37983, 4951, 3, 33, 9.27, 9.41, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38480, 1850, 37984, 988, 1, 33, 478.40, 485.58, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38481, 1850, 37985, 4997, 3, 33, 154.52, 156.84, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38482, 1850, 37986, 904, 1, 33, 997.50, 1012.46, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38483, 1850, 37987, 1195, 3, 33, 12.99, 13.18, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38484, 1850, 37988, 703, 9, 33, 12.33, 12.51, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38485, 1850, 37989, 6009, 3, 33, 20.12, 20.42, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38486, 1850, 37990, 4635, 6, 33, 18.89, 19.17, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38487, 1850, 37991, 4576, 3, 33, 9.25, 9.39, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38488, 1850, 37992, 1584, 1, 33, 4.10, 4.16, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38489, 1850, 37993, 1738, 6, 33, 1.49, 1.51, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38490, 1850, 37994, 1887, 6, 33, 1.64, 1.66, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38491, 1850, 37995, 1967, 1, 33, 2.72, 2.76, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38492, 1850, 37996, 1827, 1, 33, 0.13, 0.13, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38493, 1850, 37997, 1844, 9, 33, 0.31, 0.31, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38494, 1850, 37998, 1811, 6, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38495, 1850, 37999, 803, 9, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-26 01:43:02', '2024-09-26 01:43:02', '2024-09-26 02:43:02'),
(38496, 1941, 38000, 4959, 6, 34, 275.60, 279.73, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38497, 1941, 38001, 6043, 6, 34, 6.77, 6.87, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38498, 1941, 38002, 5942, 3, 34, 7.14, 7.25, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38499, 1941, 38003, 4618, 3, 34, 484.36, 491.63, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38500, 1941, 38004, 5694, 9, 34, 294.00, 298.41, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38501, 1941, 38005, 5148, 1, 34, 605.99, 615.08, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38502, 1941, 38006, 1037, 6, 34, 47.24, 47.95, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38503, 1941, 38007, 6074, 3, 34, 14.92, 15.14, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38504, 1941, 38008, 3633, 3, 34, 26.78, 27.18, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38505, 1941, 38009, 4345, 3, 34, 196.14, 199.08, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38506, 1941, 38010, 5960, 3, 34, 1377.90, 1398.57, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38507, 1941, 38011, 4939, 6, 34, 51.94, 52.72, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38508, 1941, 38012, 3088, 1, 34, 24.34, 24.71, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38509, 1941, 38013, 3152, 6, 34, 653.32, 663.12, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38510, 1941, 38014, 5654, 1, 34, 36.75, 37.30, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38511, 1941, 38015, 2460, 3, 34, 9.06, 9.20, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38512, 1941, 38016, 1087, 9, 34, 1195.84, 1213.78, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38513, 1941, 38017, 458, 6, 34, 80.79, 82.00, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38514, 1941, 38018, 2033, 9, 34, 213.18, 216.38, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38515, 1941, 38019, 1066, 6, 34, 6.83, 6.93, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38516, 1941, 38020, 1175, 9, 34, 58.30, 59.17, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38517, 1941, 38021, 4074, 9, 34, 16.95, 17.20, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38518, 1941, 38022, 2345, 6, 34, 927.00, 940.91, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38519, 1941, 38023, 1340, 6, 34, 40.39, 41.00, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38520, 1941, 38024, 576, 9, 34, 39.78, 40.38, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38521, 1941, 38025, 4640, 9, 34, 7.28, 7.39, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38522, 1941, 38026, 5219, 3, 34, 412.00, 418.18, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38523, 1941, 38027, 5379, 9, 34, 367.00, 372.51, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38524, 1941, 38028, 2417, 3, 34, 95.79, 97.23, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38525, 1941, 38029, 4337, 6, 34, 143.99, 146.15, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38526, 1941, 38030, 3298, 3, 34, 25.24, 25.62, 1, 1, 'ai_sell', '2024-09-26 05:45:04', '2024-09-26 05:45:04', '2024-09-26 10:07:19'),
(38527, 1941, 38031, 972, 6, 34, 15.06, 15.29, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38528, 1941, 38032, 3273, 3, 34, 103.94, 105.50, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38529, 1941, 38033, 1155, 9, 34, 66.95, 67.95, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38530, 1941, 38034, 5557, 9, 34, 182.78, 185.52, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38531, 1941, 38035, 958, 9, 34, 612.12, 621.30, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38532, 1941, 38036, 316, 6, 34, 245.26, 248.94, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38533, 1941, 38037, 5286, 3, 34, 23.18, 23.53, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38534, 1941, 38038, 4321, 6, 34, 122.39, 124.23, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38535, 1941, 38039, 350, 3, 34, 52.00, 52.78, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38536, 1941, 38040, 2577, 3, 34, 115.49, 117.22, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38537, 1941, 38041, 5119, 3, 34, 62.21, 63.14, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38538, 1941, 38042, 5600, 6, 34, 63.43, 64.38, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38539, 1941, 38043, 1547, 1, 34, 309.75, 314.40, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38540, 1941, 38044, 4013, 6, 34, 4.02, 4.08, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38541, 1941, 38045, 4648, 9, 34, 42.00, 42.63, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38542, 1941, 38046, 3261, 9, 34, 11.49, 11.66, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38543, 1941, 38047, 3672, 3, 34, 60.01, 60.91, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38544, 1941, 38048, 3227, 6, 34, 20.60, 20.91, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38545, 1941, 38049, 3375, 1, 34, 13.51, 13.71, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38546, 1941, 38050, 1302, 9, 34, 187.20, 190.01, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38547, 1941, 38051, 6130, 6, 34, 4.88, 4.95, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38548, 1941, 38052, 4869, 9, 34, 11.10, 11.27, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38549, 1941, 38053, 5002, 3, 34, 175.09, 177.72, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38550, 1941, 38054, 952, 6, 34, 5.51, 5.59, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38551, 1941, 38055, 109, 6, 34, 26.55, 26.95, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38552, 1941, 38056, 2533, 9, 34, 225.57, 228.95, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38553, 1941, 38057, 2217, 3, 34, 20.14, 20.44, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38554, 1941, 38058, 3515, 3, 34, 20.59, 20.90, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38555, 1941, 38059, 4527, 9, 34, 69.29, 70.33, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38556, 1941, 38060, 2778, 6, 34, 31.09, 31.56, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38557, 1941, 38061, 2443, 6, 34, 8.31, 8.43, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38558, 1941, 38062, 6071, 9, 34, 50.99, 51.75, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38559, 1941, 38063, 1275, 1, 34, 360.50, 365.91, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38560, 1941, 38064, 1272, 6, 34, 26.25, 26.64, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38561, 1941, 38065, 5128, 6, 34, 339.82, 344.92, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38562, 1941, 38066, 2347, 9, 34, 41.70, 42.33, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38563, 1941, 38067, 1095, 6, 34, 8.07, 8.19, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38564, 1941, 38068, 4683, 1, 34, 8.15, 8.27, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38565, 1941, 38069, 700, 1, 34, 42.30, 42.93, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38566, 1941, 38070, 3978, 1, 34, 12.88, 13.07, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38567, 1941, 38071, 4909, 6, 34, 2.20, 2.23, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38568, 1941, 38072, 1827, 6, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38569, 1941, 38073, 1811, 3, 34, 0.20, 0.20, 1, 1, 'ai_sell', '2024-09-26 05:45:05', '2024-09-26 05:45:05', '2024-09-26 10:07:19'),
(38570, 1921, 38074, 2030, 5, NULL, 249.00, 251.49, 1, 1, 'manual_sell', '2024-09-26 12:14:57', '2024-09-26 12:14:57', '2024-09-26 13:15:03'),
(38571, 1920, 38075, 181, 5, NULL, 251.00, 253.51, 2, 1, 'manual_sell', '2024-09-26 12:16:56', '2024-09-26 12:16:56', '2024-09-26 13:17:02'),
(38572, 1920, 38076, 2066, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-09-26 12:17:22', '2024-09-26 12:17:22', '2024-09-26 13:18:01'),
(38573, 1886, 38077, 27, 5, NULL, 5.00, 5.05, 77, 1, 'manual_sell', '2024-09-26 18:13:35', '2024-09-26 18:13:35', '2024-09-26 19:14:02'),
(38574, 1886, 38078, 3064, 5, NULL, 5.00, 5.05, 20, 1, 'manual_sell', '2024-09-26 18:13:59', '2024-09-26 18:13:59', '2024-09-26 19:14:02'),
(38575, 1938, 38082, 3272, 5, NULL, 46.00, 46.46, 4, 1, 'manual_sell', '2024-09-26 23:12:40', '2024-09-26 23:12:40', '2024-09-27 00:13:02'),
(38576, 1938, 38084, 3200, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-09-26 23:13:18', '2024-09-26 23:13:18', '2024-09-27 00:14:02'),
(38577, 1798, 38081, 2309, 5, NULL, 598.00, 603.98, 1, 1, 'manual_sell', '2024-09-27 00:02:02', '2024-09-27 00:02:02', '2024-09-27 01:02:02'),
(38578, 1798, 38083, 3892, 5, NULL, 100.00, 101.00, 1, 1, 'manual_sell', '2024-09-27 00:03:36', '2024-09-27 00:03:36', '2024-09-27 01:04:02'),
(38579, 1798, 38085, 55, 5, NULL, 30.00, 30.30, 1, 1, 'manual_sell', '2024-09-27 00:04:25', '2024-09-27 00:04:25', '2024-09-27 01:05:02'),
(38580, 1798, 38086, 1772, 5, NULL, 65.00, 65.65, 1, 1, 'manual_sell', '2024-09-27 00:05:06', '2024-09-27 00:05:06', '2024-09-27 01:06:02'),
(38581, 1876, 38088, 2285, 5, NULL, 91.00, 91.91, 1, 1, 'manual_sell', '2024-09-27 02:21:22', '2024-09-27 02:21:22', '2024-09-27 03:22:02'),
(38582, 1876, 38089, 940, 5, NULL, 72.00, 72.72, 1, 1, 'manual_sell', '2024-09-27 02:25:15', '2024-09-27 02:25:15', '2024-09-27 03:26:02'),
(38583, 1876, 38090, 941, 5, NULL, 6.00, 6.06, 1, 1, 'manual_sell', '2024-09-27 02:25:58', '2024-09-27 02:25:58', '2024-09-27 03:26:02'),
(38584, 1850, 38091, 1693, 6, 33, 9.21, 9.35, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38585, 1850, 38092, 1748, 9, 33, 39.78, 40.38, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38586, 1850, 38093, 5798, 9, 33, 1248.00, 1266.72, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38587, 1850, 38094, 3248, 6, 33, 82.40, 83.64, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(38588, 1850, 38095, 546, 9, 33, 8.08, 8.20, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38589, 1850, 38096, 1807, 9, 33, 82.95, 84.19, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38590, 1850, 38097, 2336, 6, 33, 46.35, 47.05, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38591, 1850, 38098, 3196, 1, 33, 310.07, 314.72, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38592, 1850, 38099, 2490, 3, 33, 18.15, 18.42, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38593, 1850, 38100, 5224, 9, 33, 788.63, 800.46, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38594, 1850, 38101, 2244, 9, 33, 63.04, 63.99, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38595, 1850, 38102, 4455, 3, 33, 12.71, 12.90, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38596, 1850, 38103, 5810, 1, 33, 132.36, 134.35, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38597, 1850, 38104, 2834, 6, 33, 15.28, 15.51, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38598, 1850, 38105, 5740, 1, 33, 30.44, 30.90, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38599, 1850, 38106, 64, 1, 33, 8.08, 8.20, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38600, 1850, 38107, 6080, 9, 33, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38601, 1850, 38108, 5253, 9, 33, 16.68, 16.93, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38602, 1850, 38109, 1477, 3, 33, 13.33, 13.53, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38603, 1850, 38110, 4980, 9, 33, 5.09, 5.17, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38604, 1850, 38111, 4017, 1, 33, 3.07, 3.12, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38605, 1850, 38112, 1846, 3, 33, 1.51, 1.53, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38606, 1850, 38113, 1894, 1, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-27 02:53:03', '2024-09-27 02:53:03', '2024-09-27 03:54:02'),
(38607, 1850, 38087, 1807, 5, NULL, 82.09, 82.91, 1, 1, 'manual_sell', '2024-09-27 07:28:50', '2024-09-27 07:28:50', '2024-09-27 08:29:02'),
(38608, 1941, 38114, 1016, 6, 34, 132.29, 134.27, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38609, 1941, 38115, 368, 9, 34, 12.66, 12.85, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38610, 1941, 38116, 5063, 6, 34, 24.23, 24.59, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38611, 1941, 38117, 800, 9, 34, 33.85, 34.36, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38612, 1941, 38118, 1621, 6, 34, 8.59, 8.72, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38613, 1941, 38119, 364, 6, 34, 62.97, 63.91, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38614, 1941, 38120, 5164, 6, 34, 32.23, 32.71, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38615, 1941, 38121, 4935, 9, 34, 7.16, 7.27, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38616, 1941, 38122, 3094, 3, 34, 36.35, 36.90, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38617, 1941, 38123, 4348, 9, 34, 239.19, 242.78, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38618, 1941, 38124, 5553, 3, 34, 115.49, 117.22, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38619, 1941, 38125, 5995, 9, 34, 206.78, 209.88, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38620, 1941, 38126, 3538, 1, 34, 152.99, 155.28, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38621, 1941, 38127, 1544, 9, 34, 119.78, 121.58, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38622, 1941, 38128, 4241, 1, 34, 63.25, 64.20, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38623, 1941, 38129, 2930, 1, 34, 29.28, 29.72, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38624, 1941, 38130, 4870, 9, 34, 146.99, 149.19, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38625, 1941, 38131, 3874, 6, 34, 624.00, 633.36, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38626, 1941, 38132, 2666, 9, 34, 3344.58, 3394.75, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38627, 1941, 38133, 3757, 9, 34, 10.29, 10.44, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38628, 1941, 38134, 3268, 3, 34, 2.02, 2.05, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38629, 1941, 38135, 5001, 1, 34, 94.31, 95.72, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38630, 1941, 38136, 1251, 3, 34, 20.01, 20.31, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38631, 1941, 38137, 3986, 3, 34, 30.29, 30.74, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38632, 1941, 38138, 5786, 9, 34, 12.68, 12.87, 1, 1, 'ai_sell', '2024-09-27 10:18:02', '2024-09-27 10:18:02', '2024-09-27 11:18:02'),
(38633, 1941, 38139, 4520, 3, 34, 29.57, 30.01, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38634, 1941, 38140, 2485, 1, 34, 142.40, 144.54, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38635, 1941, 38141, 2618, 6, 34, 10.49, 10.65, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38636, 1941, 38142, 1077, 6, 34, 166.95, 169.45, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38637, 1941, 38143, 3989, 1, 34, 83.22, 84.47, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38638, 1941, 38144, 3824, 1, 34, 105.00, 106.58, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38639, 1941, 38145, 39, 1, 34, 257.50, 261.36, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38640, 1941, 38146, 1443, 1, 34, 357.00, 362.36, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38641, 1941, 38147, 1005, 1, 34, 10.10, 10.25, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38642, 1941, 38148, 4515, 3, 34, 52.99, 53.78, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38643, 1941, 38149, 2560, 6, 34, 121.19, 123.01, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38644, 1941, 38150, 747, 1, 34, 15.34, 15.57, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38645, 1941, 38151, 1610, 3, 34, 78.53, 79.71, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:01'),
(38646, 1941, 38152, 1216, 1, 34, 8.61, 8.74, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38647, 1941, 38153, 1057, 3, 34, 33.08, 33.58, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38648, 1941, 38154, 5424, 9, 34, 19.54, 19.83, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38649, 1941, 38155, 5495, 9, 34, 1521.10, 1543.92, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38650, 1941, 38156, 871, 1, 34, 61.19, 62.11, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38651, 1941, 38157, 5981, 3, 34, 19.25, 19.54, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38652, 1941, 38158, 2523, 1, 34, 114.40, 116.12, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38653, 1941, 38159, 5074, 6, 34, 23.22, 23.57, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38654, 1941, 38160, 1974, 6, 34, 24.85, 25.22, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38655, 1941, 38161, 6068, 9, 34, 28.07, 28.49, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38656, 1941, 38162, 1432, 6, 34, 8.07, 8.19, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38657, 1941, 38163, 1875, 1, 34, 53.01, 53.81, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38658, 1941, 38164, 4745, 9, 34, 189.87, 192.72, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38659, 1941, 38165, 4991, 6, 34, 166.95, 169.45, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38660, 1941, 38166, 3361, 9, 34, 2438.00, 2474.57, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38661, 1941, 38167, 1062, 9, 34, 7.65, 7.76, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38662, 1941, 38168, 2077, 3, 34, 5.30, 5.38, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38663, 1941, 38169, 1480, 6, 34, 3.91, 3.97, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38664, 1941, 38170, 1846, 6, 34, 1.54, 1.56, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38665, 1941, 38171, 1894, 9, 34, 0.20, 0.20, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38666, 1941, 38172, 803, 6, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-27 10:18:03', '2024-09-27 10:18:03', '2024-09-27 11:19:02'),
(38667, 1921, 38173, 3804, 5, NULL, 229.00, 231.29, 1, 1, 'manual_sell', '2024-09-27 13:21:45', '2024-09-27 13:21:45', '2024-09-27 14:22:02'),
(38668, 1921, 38174, 3148, 5, NULL, 22.00, 22.22, 1, 1, 'manual_sell', '2024-09-27 13:22:11', '2024-09-27 13:22:11', '2024-09-27 14:23:02'),
(38669, 1920, 38175, 3245, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-09-27 13:23:42', '2024-09-27 13:23:42', '2024-09-27 14:24:02'),
(38670, 1920, 38176, 3804, 5, NULL, 229.00, 231.29, 1, 1, 'manual_sell', '2024-09-27 13:24:19', '2024-09-27 13:24:19', '2024-09-27 14:25:03'),
(38671, 1886, 38177, 1806, 5, NULL, 14.00, 14.14, 35, 1, 'manual_sell', '2024-09-27 19:18:25', '2024-09-27 19:18:25', '2024-09-27 20:19:02'),
(38672, 1915, 38079, 1011, 1, NULL, 225.00, 227.25, 1, 1, 'manual_sell', '2024-09-27 21:04:38', '2024-09-27 21:04:38', '2024-09-27 22:05:02'),
(38673, 1915, 38080, 3171, 1, NULL, 17.00, 17.17, 2, 1, 'manual_sell', '2024-09-27 21:06:56', '2024-09-27 21:06:56', '2024-09-27 22:07:02'),
(38674, 1798, 38178, 5565, 5, NULL, 141.00, 142.41, 3, 1, 'manual_sell', '2024-09-28 01:23:07', '2024-09-28 01:23:07', '2024-09-28 02:24:02'),
(38675, 1798, 38179, 5896, 5, NULL, 371.00, 374.71, 1, 1, 'manual_sell', '2024-09-28 01:24:28', '2024-09-28 01:24:28', '2024-09-28 02:25:03'),
(38676, 1798, 38180, 227, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-09-28 01:25:07', '2024-09-28 01:25:07', '2024-09-28 02:26:02'),
(38677, 1938, 38181, 837, 5, NULL, 90.00, 90.90, 2, 1, 'manual_sell', '2024-09-28 02:32:14', '2024-09-28 02:32:14', '2024-09-28 03:33:01'),
(38678, 1938, 38182, 3862, 5, NULL, 17.00, 17.17, 1, 1, 'manual_sell', '2024-09-28 02:32:48', '2024-09-28 02:32:48', '2024-09-28 03:33:01'),
(38679, 1850, 38183, 3695, 6, 33, 31.17, 31.64, 1, 1, 'ai_sell', '2024-09-28 04:05:03', '2024-09-28 04:05:03', '2024-09-28 05:06:02'),
(38680, 1850, 38184, 5503, 9, 33, 80.11, 81.31, 1, 1, 'ai_sell', '2024-09-28 04:05:03', '2024-09-28 04:05:03', '2024-09-28 05:06:02'),
(38681, 1850, 38185, 760, 9, 33, 18.18, 18.45, 1, 1, 'ai_sell', '2024-09-28 04:05:03', '2024-09-28 04:05:03', '2024-09-28 05:06:02'),
(38682, 1850, 38186, 5803, 1, 33, 15.59, 15.82, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38683, 1850, 38187, 2516, 3, 33, 527.63, 535.54, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38684, 1850, 38188, 4770, 1, 33, 37.73, 38.30, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38685, 1850, 38189, 461, 6, 33, 199.82, 202.82, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38686, 1850, 38190, 4668, 3, 33, 1.53, 1.55, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38687, 1850, 38191, 1154, 9, 33, 42.40, 43.04, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38688, 1850, 38192, 3268, 6, 33, 2.06, 2.09, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38689, 1850, 38193, 3866, 6, 33, 210.00, 213.15, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38690, 1850, 38194, 5594, 3, 33, 13.64, 13.84, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38691, 1850, 38195, 2507, 1, 33, 1163.09, 1180.54, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38692, 1850, 38196, 4687, 1, 33, 2.84, 2.88, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38693, 1850, 38197, 3606, 1, 33, 9.83, 9.98, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38694, 1850, 38198, 5041, 9, 33, 21.00, 21.32, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38695, 1850, 38199, 1395, 6, 33, 66.30, 67.29, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38696, 1850, 38200, 4833, 3, 33, 18.47, 18.75, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38697, 1850, 38201, 1151, 6, 33, 3.37, 3.42, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38698, 1850, 38202, 619, 9, 33, 4.08, 4.14, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38699, 1850, 38203, 1903, 1, 33, 414.96, 421.18, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38700, 1850, 38204, 5452, 1, 33, 23.22, 23.57, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38701, 1850, 38205, 2538, 3, 33, 19.58, 19.87, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38702, 1850, 38206, 914, 6, 33, 10.59, 10.75, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38703, 1850, 38207, 764, 1, 33, 27.64, 28.05, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38704, 1850, 38208, 4464, 6, 33, 25.99, 26.38, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38705, 1850, 38209, 5897, 6, 33, 7.36, 7.47, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38706, 1850, 38210, 1640, 9, 33, 1.04, 1.06, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38707, 1850, 38211, 1952, 1, 33, 1.31, 1.33, 1, 1, 'ai_sell', '2024-09-28 04:05:04', '2024-09-28 04:05:04', '2024-09-28 05:06:02'),
(38708, 1850, 38212, 2926, 5, NULL, 82.91, 83.73, 1, 1, 'manual_sell', '2024-09-28 09:06:20', '2024-09-28 09:06:20', '2024-09-28 10:07:02'),
(38709, 1941, 38213, 1649, 6, 34, 100.43, 101.94, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:02'),
(38710, 1941, 38214, 4858, 9, 34, 128.09, 130.01, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:02'),
(38711, 1941, 38215, 3759, 9, 34, 20.59, 20.90, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:02'),
(38712, 1941, 38216, 5294, 3, 34, 276.30, 280.44, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:02'),
(38713, 1941, 38217, 5274, 1, 34, 154.01, 156.32, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:02'),
(38714, 1941, 38218, 4911, 6, 34, 30.02, 30.47, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38715, 1941, 38219, 2092, 6, 34, 155.37, 157.70, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38716, 1941, 38220, 3748, 1, 34, 48.77, 49.50, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38717, 1941, 38221, 5976, 6, 34, 13.25, 13.45, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38718, 1941, 38222, 3440, 9, 34, 22.97, 23.31, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38719, 1941, 38223, 2299, 3, 34, 11.44, 11.61, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38720, 1941, 38224, 2385, 1, 34, 10.29, 10.44, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38721, 1941, 38225, 4065, 6, 34, 25.56, 25.94, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38722, 1941, 38226, 4853, 6, 34, 10.76, 10.92, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38723, 1941, 38227, 982, 6, 34, 137.28, 139.34, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38724, 1941, 38228, 449, 1, 34, 365.03, 370.51, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38725, 1941, 38229, 3159, 6, 34, 1334.86, 1354.88, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38726, 1941, 38230, 4402, 9, 34, 30.30, 30.75, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38727, 1941, 38231, 1807, 6, 34, 82.95, 84.19, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38728, 1941, 38232, 180, 9, 34, 1895.20, 1923.63, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38729, 1941, 38233, 2322, 1, 34, 60.41, 61.32, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38730, 1941, 38234, 2829, 6, 34, 10.59, 10.75, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38731, 1941, 38235, 399, 6, 34, 131.25, 133.22, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38732, 1941, 38236, 3326, 9, 34, 6.00, 6.09, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38733, 1941, 38237, 3599, 1, 34, 10.65, 10.81, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38734, 1941, 38238, 4838, 1, 34, 692.99, 703.38, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38735, 1941, 38239, 3517, 1, 34, 66.45, 67.45, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38736, 1941, 38240, 4837, 6, 34, 105.99, 107.58, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38737, 1941, 38241, 5683, 3, 34, 27.17, 27.58, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38738, 1941, 38242, 4969, 6, 34, 14.70, 14.92, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38739, 1941, 38243, 750, 1, 34, 4.07, 4.13, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38740, 1941, 38244, 151, 3, 34, 10.50, 10.66, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38741, 1941, 38245, 2082, 6, 34, 14.27, 14.48, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38742, 1941, 38246, 2023, 6, 34, 1.03, 1.05, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38743, 1941, 38247, 4839, 6, 34, 164.07, 166.53, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38744, 1941, 38248, 5452, 3, 34, 23.91, 24.27, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38745, 1941, 38249, 4442, 1, 34, 28.28, 28.70, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38746, 1941, 38250, 1428, 3, 34, 10.28, 10.43, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38747, 1941, 38251, 4508, 1, 34, 43.32, 43.97, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38748, 1941, 38252, 5094, 3, 34, 22.03, 22.36, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38749, 1941, 38253, 4623, 1, 34, 2132.17, 2164.15, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38750, 1941, 38254, 5037, 9, 34, 12.35, 12.54, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38751, 1941, 38255, 5724, 9, 34, 9.26, 9.40, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38752, 1941, 38256, 3163, 1, 34, 22.21, 22.54, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38753, 1941, 38257, 6067, 1, 34, 22.22, 22.55, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38754, 1941, 38258, 3037, 6, 34, 248.97, 252.70, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38755, 1941, 38259, 3453, 9, 34, 16.13, 16.37, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38756, 1941, 38260, 3213, 1, 34, 6.23, 6.32, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38757, 1941, 38261, 2313, 6, 34, 31.20, 31.67, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38758, 1941, 38262, 2919, 9, 34, 27.45, 27.86, 1, 1, 'ai_sell', '2024-09-28 11:30:04', '2024-09-28 11:30:04', '2024-09-28 12:31:03'),
(38759, 1941, 38263, 3589, 1, 34, 7.64, 7.75, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38760, 1941, 38264, 2382, 3, 34, 413.92, 420.13, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38761, 1941, 38265, 179, 9, 34, 22.66, 23.00, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38762, 1941, 38266, 4337, 1, 34, 143.99, 146.15, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38763, 1941, 38267, 4864, 9, 34, 476.32, 483.46, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38764, 1941, 38268, 2164, 9, 34, 1155.00, 1172.33, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38765, 1941, 38269, 3124, 9, 34, 43.26, 43.91, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38766, 1941, 38270, 3316, 6, 34, 53.33, 54.13, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38767, 1941, 38271, 5514, 6, 34, 177.45, 180.11, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38768, 1941, 38272, 4795, 3, 34, 41.39, 42.01, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38769, 1941, 38273, 4918, 3, 34, 28.83, 29.26, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38770, 1941, 38274, 379, 3, 34, 7.07, 7.18, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38771, 1941, 38275, 1193, 6, 34, 40.28, 40.88, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38772, 1941, 38276, 5907, 6, 34, 16.52, 16.77, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38773, 1941, 38277, 3856, 6, 34, 43.33, 43.98, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38774, 1941, 38278, 4536, 6, 34, 65.71, 66.70, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38775, 1941, 38279, 5892, 3, 34, 315.00, 319.73, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38776, 1941, 38280, 31, 9, 34, 10.30, 10.45, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38777, 1941, 38281, 1662, 6, 34, 0.93, 0.94, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38778, 1941, 38282, 1597, 1, 34, 2.21, 2.24, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38779, 1941, 38283, 3539, 9, 34, 1.16, 1.18, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38780, 1941, 38284, 1844, 6, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38781, 1941, 38285, 1827, 3, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-09-28 11:30:05', '2024-09-28 11:30:05', '2024-09-28 12:31:03'),
(38782, 1921, 38288, 90, 5, NULL, 200.00, 202.00, 1, 1, 'manual_sell', '2024-09-28 14:27:41', '2024-09-28 14:27:41', '2024-09-28 15:28:02'),
(38783, 1921, 38289, 2154, 5, NULL, 20.00, 20.20, 2, 1, 'manual_sell', '2024-09-28 14:28:28', '2024-09-28 14:28:28', '2024-09-28 15:29:02'),
(38784, 1921, 38290, 1151, 5, NULL, 4.00, 4.04, 1, 1, 'manual_sell', '2024-09-28 14:29:26', '2024-09-28 14:29:26', '2024-09-28 15:30:03'),
(38785, 1921, 38291, 1058, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-09-28 14:29:49', '2024-09-28 14:29:49', '2024-09-28 15:30:03'),
(38786, 1920, 38292, 234, 5, NULL, 518.00, 523.18, 1, 1, 'manual_sell', '2024-09-28 14:32:28', '2024-09-28 14:32:28', '2024-09-28 15:33:02'),
(38787, 1920, 38293, 3523, 5, NULL, 16.00, 16.16, 1, 1, 'manual_sell', '2024-09-28 14:33:27', '2024-09-28 14:33:27', '2024-09-28 15:34:02'),
(38788, 1876, 38286, 5589, 5, NULL, 149.00, 150.49, 1, 1, 'manual_sell', '2024-09-28 16:55:02', '2024-09-28 16:55:02', '2024-09-28 17:55:04'),
(38789, 1876, 38287, 4804, 5, NULL, 22.00, 22.22, 1, 1, 'manual_sell', '2024-09-28 16:55:44', '2024-09-28 16:55:44', '2024-09-28 17:56:02'),
(38790, 1886, 38294, 1808, 5, NULL, 31.00, 31.31, 16, 1, 'manual_sell', '2024-09-28 20:22:37', '2024-09-28 20:22:37', '2024-09-28 21:23:02'),
(38791, 1798, 38297, 1993, 5, NULL, 768.00, 775.68, 1, 1, 'manual_sell', '2024-09-29 02:45:10', '2024-09-29 02:45:10', '2024-09-29 03:46:02'),
(38792, 1915, 38295, 4094, 1, NULL, 210.00, 212.10, 1, 1, 'manual_sell', '2024-09-29 02:45:43', '2024-09-29 02:45:43', '2024-09-29 03:46:02'),
(38793, 1798, 38298, 2455, 5, NULL, 49.00, 49.49, 1, 1, 'manual_sell', '2024-09-29 02:46:13', '2024-09-29 02:46:13', '2024-09-29 03:47:02'),
(38794, 1915, 38296, 1040, 1, NULL, 51.00, 51.51, 1, 1, 'manual_sell', '2024-09-29 02:47:20', '2024-09-29 02:47:20', '2024-09-29 03:48:02'),
(38795, 1938, 38300, 41, 5, NULL, 19.00, 19.19, 1, 1, 'manual_sell', '2024-09-29 03:44:29', '2024-09-29 03:44:29', '2024-09-29 04:45:02'),
(38796, 1938, 38299, 2036, 5, NULL, 60.00, 60.60, 3, 1, 'manual_sell', '2024-09-29 03:44:56', '2024-09-29 03:44:56', '2024-09-29 04:45:02'),
(38797, 1850, 38301, 971, 6, 33, 4.12, 4.18, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38798, 1850, 38302, 5226, 1, 33, 8.47, 8.60, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38799, 1850, 38303, 4719, 6, 33, 7.35, 7.46, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38800, 1850, 38304, 5373, 3, 33, 51.97, 52.75, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38801, 1850, 38305, 4096, 1, 33, 103.00, 104.55, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38802, 1850, 38306, 3528, 6, 33, 151.49, 153.76, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38803, 1850, 38307, 2621, 6, 33, 18.83, 19.11, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38804, 1850, 38308, 1349, 6, 33, 182.58, 185.32, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38805, 1850, 38309, 680, 1, 33, 28.28, 28.70, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38806, 1850, 38310, 3429, 3, 33, 29.39, 29.83, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38807, 1850, 38311, 3863, 6, 33, 20.58, 20.89, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38808, 1850, 38312, 3962, 3, 33, 95.63, 97.06, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38809, 1850, 38313, 3447, 6, 33, 544.96, 553.13, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38810, 1850, 38314, 3696, 6, 33, 31.17, 31.64, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38811, 1850, 38315, 5622, 1, 33, 7.79, 7.91, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38812, 1850, 38316, 2218, 9, 33, 21.33, 21.65, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38813, 1850, 38317, 2486, 1, 33, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-29 05:16:02', '2024-09-29 05:16:02', '2024-09-29 06:16:02'),
(38814, 1850, 38318, 5223, 1, 33, 727.99, 738.91, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38815, 1850, 38319, 2939, 6, 33, 432.60, 439.09, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38816, 1850, 38320, 1512, 3, 33, 366.18, 371.67, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38817, 1850, 38321, 891, 3, 33, 13.44, 13.64, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38818, 1850, 38322, 6090, 1, 33, 49.33, 50.07, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38819, 1850, 38323, 352, 3, 33, 20.80, 21.11, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38820, 1850, 38324, 3783, 9, 33, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38821, 1850, 38325, 5248, 1, 33, 41.81, 42.44, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38822, 1850, 38326, 3882, 6, 33, 20.59, 20.90, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38823, 1850, 38327, 5768, 1, 33, 5.54, 5.62, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38824, 1850, 38328, 305, 1, 33, 10.10, 10.25, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38825, 1850, 38329, 3486, 9, 33, 6.75, 6.85, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38826, 1850, 38330, 2023, 3, 33, 1.06, 1.08, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38827, 1850, 38331, 1850, 3, 33, 0.57, 0.58, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38828, 1850, 38332, 1894, 9, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-29 05:16:03', '2024-09-29 05:16:03', '2024-09-29 06:17:02'),
(38829, 1941, 38334, 4801, 6, 34, 48.96, 49.69, 1, 1, 'ai_sell', '2024-09-29 12:42:02', '2024-09-29 12:42:02', '2024-09-29 13:43:02'),
(38830, 1941, 38335, 1161, 1, 34, 23.92, 24.28, 1, 1, 'ai_sell', '2024-09-29 12:42:02', '2024-09-29 12:42:02', '2024-09-29 13:43:02'),
(38831, 1941, 38336, 5966, 9, 34, 8.57, 8.70, 1, 1, 'ai_sell', '2024-09-29 12:42:02', '2024-09-29 12:42:02', '2024-09-29 13:43:02'),
(38832, 1941, 38337, 5361, 6, 34, 164.02, 166.48, 1, 1, 'ai_sell', '2024-09-29 12:42:02', '2024-09-29 12:42:02', '2024-09-29 13:43:02'),
(38833, 1941, 38338, 2972, 1, 34, 37.10, 37.66, 1, 1, 'ai_sell', '2024-09-29 12:42:02', '2024-09-29 12:42:02', '2024-09-29 13:43:02'),
(38834, 1941, 38339, 4822, 1, 34, 20.97, 21.28, 1, 1, 'ai_sell', '2024-09-29 12:42:02', '2024-09-29 12:42:02', '2024-09-29 13:43:02'),
(38835, 1941, 38340, 3061, 6, 34, 13.49, 13.69, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38836, 1941, 38341, 556, 6, 34, 7.07, 7.18, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38837, 1941, 38342, 4605, 6, 34, 17.38, 17.64, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38838, 1941, 38343, 5036, 1, 34, 102.00, 103.53, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38839, 1941, 38344, 5172, 9, 34, 279.29, 283.48, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38840, 1941, 38345, 1456, 1, 34, 27.56, 27.97, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38841, 1941, 38346, 3473, 9, 34, 351.22, 356.49, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38842, 1941, 38347, 156, 6, 34, 5.25, 5.33, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38843, 1941, 38348, 1837, 9, 34, 1.05, 1.07, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38844, 1941, 38349, 1889, 6, 34, 61.36, 62.28, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38845, 1941, 38350, 2600, 9, 34, 1028.97, 1044.40, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38846, 1941, 38351, 89, 9, 34, 124.80, 126.67, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38847, 1941, 38352, 3682, 9, 34, 4.37, 4.44, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38848, 1941, 38353, 1393, 6, 34, 40.18, 40.78, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38849, 1941, 38354, 5810, 9, 34, 128.62, 130.55, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38850, 1941, 38355, 1539, 6, 34, 12.54, 12.73, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38851, 1941, 38356, 2529, 1, 34, 59.36, 60.25, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38852, 1941, 38357, 3306, 6, 34, 19.93, 20.23, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38853, 1941, 38358, 4454, 9, 34, 1519.80, 1542.60, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38854, 1941, 38359, 4603, 1, 34, 1565.50, 1588.98, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38855, 1941, 38360, 4555, 9, 34, 319.96, 324.76, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38856, 1941, 38361, 3068, 1, 34, 15.74, 15.98, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38857, 1941, 38362, 2356, 1, 34, 82.40, 83.64, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38858, 1941, 38363, 1235, 9, 34, 12.37, 12.56, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38859, 1941, 38364, 771, 3, 34, 7.38, 7.49, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38860, 1941, 38365, 4440, 3, 34, 28.35, 28.78, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38861, 1941, 38366, 1591, 1, 34, 7.61, 7.72, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38862, 1941, 38367, 5614, 3, 34, 35.79, 36.33, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38863, 1941, 38368, 1058, 6, 34, 9.69, 9.84, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38864, 1941, 38369, 1178, 6, 34, 54.07, 54.88, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38865, 1941, 38370, 1649, 3, 34, 99.45, 100.94, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38866, 1941, 38371, 263, 1, 34, 6.22, 6.31, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38867, 1941, 38372, 242, 3, 34, 33.39, 33.89, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38868, 1941, 38373, 4573, 9, 34, 31.47, 31.94, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38869, 1941, 38374, 1368, 6, 34, 509.60, 517.24, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38870, 1941, 38375, 3169, 1, 34, 202.28, 205.31, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38871, 1941, 38376, 1112, 3, 34, 86.11, 87.40, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38872, 1941, 38377, 6126, 3, 34, 23.03, 23.38, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38873, 1941, 38378, 5096, 9, 34, 23.14, 23.49, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38874, 1941, 38379, 3144, 3, 34, 176.80, 179.45, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38875, 1941, 38380, 2264, 6, 34, 59.59, 60.48, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38876, 1941, 38381, 3444, 9, 34, 81.29, 82.51, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38877, 1941, 38382, 5166, 1, 34, 239.19, 242.78, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38878, 1941, 38383, 2604, 1, 34, 15.14, 15.37, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38879, 1941, 38384, 243, 3, 34, 596.70, 605.65, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38880, 1941, 38385, 4864, 9, 34, 462.58, 469.52, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38881, 1941, 38386, 4112, 6, 34, 71.40, 72.47, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38882, 1941, 38387, 2007, 6, 34, 105.18, 106.76, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38883, 1941, 38388, 4370, 6, 34, 408.31, 414.43, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38884, 1941, 38389, 540, 9, 34, 386.24, 392.03, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38885, 1941, 38390, 5862, 1, 34, 24.02, 24.38, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38886, 1941, 38391, 3641, 3, 34, 462.79, 469.73, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38887, 1941, 38392, 3781, 6, 34, 38.57, 39.15, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38888, 1941, 38393, 1405, 1, 34, 10.49, 10.65, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38889, 1941, 38394, 3738, 1, 34, 123.90, 125.76, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38890, 1941, 38395, 5571, 9, 34, 62.73, 63.67, 1, 1, 'ai_sell', '2024-09-29 12:42:03', '2024-09-29 12:42:03', '2024-09-29 13:43:02'),
(38891, 1941, 38396, 592, 9, 34, 459.55, 466.44, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38892, 1941, 38397, 2094, 1, 34, 175.76, 178.40, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38893, 1941, 38398, 1616, 9, 34, 302.89, 307.43, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38894, 1941, 38399, 5825, 6, 34, 44.10, 44.76, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38895, 1941, 38400, 1004, 6, 34, 74.20, 75.31, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38896, 1941, 38401, 1881, 9, 34, 11.03, 11.20, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38897, 1941, 38402, 174, 6, 34, 307.97, 312.59, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38898, 1941, 38403, 5496, 3, 34, 61.60, 62.52, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38899, 1941, 38404, 858, 6, 34, 14.67, 14.89, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38900, 1941, 38405, 1811, 9, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38901, 1941, 38406, 805, 9, 34, 5.88, 5.97, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38902, 1941, 38407, 4936, 9, 34, 19.94, 20.24, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38903, 1941, 38408, 5951, 1, 34, 5.38, 5.46, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38904, 1941, 38409, 3225, 9, 34, 1.15, 1.17, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38905, 1941, 38410, 6024, 6, 34, 3.89, 3.95, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38906, 1941, 38411, 1844, 6, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-09-29 12:42:04', '2024-09-29 12:42:04', '2024-09-29 13:43:02'),
(38907, 1850, 38333, 1121, 5, NULL, 83.73, 84.56, 1, 1, 'manual_sell', '2024-09-29 12:54:53', '2024-09-29 12:54:53', '2024-09-29 13:55:02'),
(38908, 1921, 38412, 4975, 5, NULL, 6.00, 6.06, 1, 1, 'manual_sell', '2024-09-29 15:33:27', '2024-09-29 15:33:27', '2024-09-29 16:34:02'),
(38909, 1921, 38413, 5511, 5, NULL, 250.00, 252.50, 1, 1, 'manual_sell', '2024-09-29 15:34:02', '2024-09-29 15:34:02', '2024-09-29 16:34:02'),
(38910, 1920, 38414, 5511, 5, NULL, 250.00, 252.52, 2, 2, 'manual_sell', '2024-09-29 15:35:53', '2024-09-29 15:35:53', '2024-09-29 16:36:02'),
(38911, 1920, 38415, 1830, 5, NULL, 39.00, 39.39, 1, 1, 'manual_sell', '2024-09-29 15:36:58', '2024-09-29 15:36:58', '2024-09-29 16:37:01'),
(38912, 1920, 38414, 5511, 5, NULL, 250.00, 252.50, 2, 1, 'manual_sell', '2024-09-29 16:40:35', '2024-09-29 16:40:35', '2024-09-29 17:41:02'),
(38913, 1886, 38416, 1966, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-09-29 21:38:15', '2024-09-29 21:38:15', '2024-09-29 22:39:02'),
(38914, 1886, 38417, 24, 5, NULL, 2.00, 2.02, 100, 1, 'manual_sell', '2024-09-29 21:38:53', '2024-09-29 21:38:53', '2024-09-29 22:39:02'),
(38915, 1876, 38419, 3633, 5, NULL, 26.00, 26.26, 1, 1, 'manual_sell', '2024-09-30 00:59:57', '2024-09-30 00:59:57', '2024-09-30 02:00:03'),
(38916, 1876, 38418, 3583, 5, NULL, 147.00, 148.47, 1, 1, 'manual_sell', '2024-09-30 01:00:35', '2024-09-30 01:00:35', '2024-09-30 02:01:02'),
(38917, 1798, 38420, 1313, 5, NULL, 701.00, 708.01, 1, 1, 'manual_sell', '2024-09-30 04:14:18', '2024-09-30 04:14:18', '2024-09-30 05:15:02'),
(38918, 1798, 38421, 3146, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-09-30 04:15:18', '2024-09-30 04:15:18', '2024-09-30 05:16:02'),
(38919, 1798, 38422, 192, 5, NULL, 121.00, 122.21, 1, 1, 'manual_sell', '2024-09-30 04:16:39', '2024-09-30 04:16:39', '2024-09-30 05:17:02'),
(38920, 1938, 38423, 267, 5, NULL, 180.00, 181.80, 1, 1, 'manual_sell', '2024-09-30 05:06:31', '2024-09-30 05:06:31', '2024-09-30 06:07:02'),
(38921, 1938, 38424, 1020, 5, NULL, 7.00, 7.07, 3, 1, 'manual_sell', '2024-09-30 05:07:24', '2024-09-30 05:07:24', '2024-09-30 06:08:02'),
(38922, 1850, 38425, 5296, 3, 33, 10.39, 10.55, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38923, 1850, 38426, 5276, 3, 33, 91.67, 93.05, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38924, 1850, 38427, 5866, 6, 33, 145.34, 147.52, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38925, 1850, 38428, 111, 6, 33, 903.38, 916.93, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38926, 1850, 38429, 2490, 3, 33, 18.86, 19.14, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38927, 1850, 38430, 3510, 1, 33, 612.85, 622.04, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38928, 1850, 38431, 32, 6, 33, 120.36, 122.17, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38929, 1850, 38432, 3526, 3, 33, 104.02, 105.58, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38930, 1850, 38433, 5841, 9, 33, 11.51, 11.68, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38931, 1850, 38434, 3462, 3, 33, 841.58, 854.20, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38932, 1850, 38435, 3585, 6, 33, 12.06, 12.24, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38933, 1850, 38436, 3081, 9, 33, 9.18, 9.32, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38934, 1850, 38437, 1339, 9, 33, 31.20, 31.67, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38935, 1850, 38438, 4926, 1, 33, 27.27, 27.68, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38936, 1850, 38439, 4712, 9, 33, 51.78, 52.56, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38937, 1850, 38440, 5436, 9, 33, 5.19, 5.27, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38938, 1850, 38441, 2613, 3, 33, 29.73, 30.18, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38939, 1850, 38442, 5263, 3, 33, 17.84, 18.11, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38940, 1850, 38443, 3439, 9, 33, 11.81, 11.99, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38941, 1850, 38444, 5563, 6, 33, 22.25, 22.58, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38942, 1850, 38445, 3149, 9, 33, 3.15, 3.20, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38943, 1850, 38446, 5470, 6, 33, 4.34, 4.41, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38944, 1850, 38447, 1975, 1, 33, 5.24, 5.32, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38945, 1850, 38448, 1894, 1, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-30 06:27:03', '2024-09-30 06:27:03', '2024-09-30 07:28:02'),
(38946, 1915, 38449, 4263, 1, NULL, 100.00, 101.00, 2, 1, 'manual_sell', '2024-09-30 10:25:46', '2024-09-30 10:25:46', '2024-09-30 11:26:02'),
(38947, 1915, 38450, 2337, 1, NULL, 31.00, 31.31, 2, 1, 'manual_sell', '2024-09-30 10:26:39', '2024-09-30 10:26:39', '2024-09-30 11:27:02'),
(38948, 1915, 38451, 1846, 1, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-09-30 10:27:47', '2024-09-30 10:27:47', '2024-09-30 11:28:02'),
(38949, 1941, 38452, 2522, 1, 34, 13.38, 13.58, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38950, 1941, 38453, 5600, 9, 34, 64.65, 65.62, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38951, 1941, 38454, 2257, 3, 34, 314.15, 318.86, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38952, 1941, 38455, 3877, 9, 34, 371.00, 376.57, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38953, 1941, 38456, 3050, 9, 34, 10.91, 11.07, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38954, 1941, 38457, 166, 3, 34, 9.35, 9.49, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38955, 1941, 38458, 1865, 3, 34, 54.70, 55.52, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38956, 1941, 38459, 602, 3, 34, 10605.00, 10764.08, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38957, 1941, 38460, 2524, 3, 34, 13.32, 13.52, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38958, 1941, 38461, 310, 9, 34, 56.39, 57.24, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(38959, 1941, 38462, 4485, 6, 34, 31.19, 31.66, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38960, 1941, 38463, 3435, 9, 34, 154.01, 156.32, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38961, 1941, 38464, 2371, 3, 34, 80.28, 81.48, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38962, 1941, 38465, 4899, 6, 34, 20.19, 20.49, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38963, 1941, 38466, 3496, 9, 34, 11.77, 11.95, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38964, 1941, 38467, 2185, 1, 34, 61.80, 62.73, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38965, 1941, 38468, 3726, 9, 34, 12.47, 12.66, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38966, 1941, 38469, 1862, 1, 34, 52.85, 53.64, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38967, 1941, 38470, 2605, 3, 34, 28.27, 28.69, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38968, 1941, 38471, 967, 1, 34, 3.12, 3.17, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38969, 1941, 38472, 4221, 1, 34, 20.79, 21.10, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38970, 1941, 38473, 4529, 3, 34, 139.05, 141.14, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38971, 1941, 38474, 1294, 6, 34, 17.81, 18.08, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38972, 1941, 38475, 382, 1, 34, 85.22, 86.50, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38973, 1941, 38476, 6018, 6, 34, 20.99, 21.30, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38974, 1941, 38477, 34, 6, 34, 3.06, 3.11, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38975, 1941, 38478, 1811, 6, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-09-30 13:54:02', '2024-09-30 13:54:02', '2024-09-30 14:54:02'),
(38976, 1850, 38479, 3004, 5, NULL, 84.56, 85.40, 1, 1, 'manual_sell', '2024-09-30 14:43:19', '2024-09-30 14:43:19', '2024-09-30 15:44:02'),
(38977, 1921, 38480, 5511, 5, NULL, 250.00, 252.50, 1, 1, 'manual_sell', '2024-09-30 16:40:19', '2024-09-30 16:40:19', '2024-09-30 17:41:01'),
(38978, 1921, 38481, 1975, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-09-30 16:40:46', '2024-09-30 16:40:46', '2024-09-30 17:41:01'),
(38979, 1921, 38482, 34, 5, NULL, 4.00, 4.04, 1, 1, 'manual_sell', '2024-09-30 16:41:13', '2024-09-30 16:41:13', '2024-09-30 17:42:01'),
(38980, 1920, 38483, 5511, 5, NULL, 250.00, 252.50, 2, 1, 'manual_sell', '2024-09-30 18:24:13', '2024-09-30 18:24:13', '2024-09-30 19:25:03'),
(38981, 1920, 38484, 66, 5, NULL, 40.00, 40.40, 1, 1, 'manual_sell', '2024-09-30 18:24:35', '2024-09-30 18:24:35', '2024-09-30 19:25:03'),
(38982, 1920, 38485, 74, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-09-30 18:25:05', '2024-09-30 18:25:05', '2024-09-30 19:26:02'),
(38983, 1886, 38486, 2304, 5, NULL, 401.00, 405.01, 1, 1, 'manual_sell', '2024-09-30 22:46:57', '2024-09-30 22:46:57', '2024-09-30 23:47:02'),
(38984, 1886, 38487, 24, 5, NULL, 2.00, 2.02, 53, 1, 'manual_sell', '2024-09-30 22:47:39', '2024-09-30 22:47:39', '2024-09-30 23:48:01'),
(38985, 1798, 38488, 1429, 5, NULL, 131.00, 132.31, 2, 1, 'manual_sell', '2024-10-01 05:22:45', '2024-10-01 05:22:45', '2024-10-01 06:23:01'),
(38986, 1798, 38489, 5939, 5, NULL, 350.00, 353.50, 1, 1, 'manual_sell', '2024-10-01 05:24:08', '2024-10-01 05:24:08', '2024-10-01 06:25:02'),
(38987, 1798, 38490, 2528, 5, NULL, 171.00, 172.71, 1, 1, 'manual_sell', '2024-10-01 05:28:26', '2024-10-01 05:28:26', '2024-10-01 06:29:02'),
(38988, 1798, 38491, 3929, 5, NULL, 38.00, 38.38, 1, 1, 'manual_sell', '2024-10-01 05:31:09', '2024-10-01 05:31:09', '2024-10-01 06:32:02'),
(38989, 1798, 38492, 5978, 5, NULL, 20.00, 20.20, 1, 1, 'manual_sell', '2024-10-01 05:34:53', '2024-10-01 05:34:53', '2024-10-01 06:35:02'),
(38990, 1850, 38496, 3591, 9, 33, 12.52, 12.71, 1, 1, 'ai_sell', '2024-10-01 07:38:02', '2024-10-01 07:38:02', '2024-10-01 08:38:02'),
(38991, 1850, 38497, 1393, 3, 33, 40.57, 41.18, 1, 1, 'ai_sell', '2024-10-01 07:38:02', '2024-10-01 07:38:02', '2024-10-01 08:38:02'),
(38992, 1850, 38498, 4813, 9, 33, 27.53, 27.94, 1, 1, 'ai_sell', '2024-10-01 07:38:02', '2024-10-01 07:38:02', '2024-10-01 08:38:02'),
(38993, 1850, 38499, 6153, 6, 33, 34.31, 34.82, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(38994, 1850, 38500, 2915, 6, 33, 1039.05, 1054.64, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(38995, 1850, 38501, 5107, 1, 33, 14.53, 14.75, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(38996, 1850, 38502, 1153, 1, 33, 40.94, 41.55, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(38997, 1850, 38503, 4883, 1, 33, 345.05, 350.23, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(38998, 1850, 38504, 4569, 1, 33, 135.45, 137.48, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(38999, 1850, 38505, 770, 9, 33, 6.68, 6.78, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(39000, 1850, 38506, 1434, 1, 33, 84.00, 85.26, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:02'),
(39001, 1850, 38507, 5154, 3, 33, 306.00, 310.59, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39002, 1850, 38508, 975, 9, 33, 43.94, 44.60, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39003, 1850, 38509, 5411, 9, 33, 27.47, 27.88, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39004, 1850, 38510, 2639, 6, 33, 10.10, 10.25, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39005, 1850, 38511, 2247, 9, 33, 51.00, 51.77, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39006, 1850, 38512, 2577, 9, 33, 111.09, 112.76, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39007, 1850, 38513, 2621, 1, 33, 18.83, 19.11, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39008, 1850, 38514, 3150, 3, 33, 3.15, 3.20, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39009, 1850, 38515, 3018, 6, 33, 2.55, 2.59, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39010, 1850, 38516, 4462, 9, 33, 20.98, 21.29, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39011, 1850, 38517, 375, 1, 33, 201.40, 204.42, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39012, 1850, 38518, 1971, 6, 33, 68.90, 69.93, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39013, 1850, 38519, 1736, 6, 33, 33.18, 33.68, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39014, 1850, 38520, 5850, 1, 33, 104.94, 106.51, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39015, 1850, 38521, 4467, 1, 33, 179.22, 181.91, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39016, 1850, 38522, 1795, 3, 33, 20.60, 20.91, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39017, 1850, 38523, 4141, 9, 33, 8.23, 8.35, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39018, 1850, 38524, 2688, 6, 33, 30.29, 30.74, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39019, 1850, 38525, 5115, 3, 33, 54.58, 55.40, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39020, 1850, 38526, 2040, 3, 33, 54.91, 55.73, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39021, 1850, 38527, 678, 6, 33, 2.06, 2.09, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39022, 1850, 38528, 935, 1, 33, 3.03, 3.08, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39023, 1850, 38529, 1844, 6, 33, 0.31, 0.31, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39024, 1850, 38530, 734, 9, 33, 0.23, 0.23, 1, 1, 'ai_sell', '2024-10-01 07:38:03', '2024-10-01 07:38:03', '2024-10-01 08:39:03'),
(39025, 1876, 38531, 4825, 5, NULL, 175.00, 176.75, 1, 1, 'manual_sell', '2024-10-01 09:42:02', '2024-10-01 09:42:02', '2024-10-01 10:42:02'),
(39026, 1938, 38495, 1124, 5, NULL, 5.00, 5.05, 2, 1, 'manual_sell', '2024-10-01 09:45:05', '2024-10-01 09:45:05', '2024-10-01 10:46:01'),
(39027, 1938, 38494, 3075, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-10-01 09:45:47', '2024-10-01 09:45:47', '2024-10-01 10:46:01'),
(39028, 1938, 38493, 267, 5, NULL, 180.00, 181.80, 1, 1, 'manual_sell', '2024-10-01 09:46:27', '2024-10-01 09:46:27', '2024-10-01 10:47:02'),
(39029, 1915, 38532, 2438, 1, NULL, 131.00, 132.31, 2, 1, 'manual_sell', '2024-10-01 14:50:45', '2024-10-01 14:50:45', '2024-10-01 15:51:02'),
(39030, 1915, 38533, 4219, 1, NULL, 2.00, 2.02, 2, 1, 'manual_sell', '2024-10-01 14:52:39', '2024-10-01 14:52:39', '2024-10-01 15:53:02'),
(39031, 1941, 38534, 5051, 6, 34, 20.99, 21.30, 1, 1, 'ai_sell', '2024-10-01 15:05:03', '2024-10-01 15:05:03', '2024-10-01 16:05:03'),
(39032, 1941, 38535, 2508, 6, 34, 52.99, 53.78, 1, 1, 'ai_sell', '2024-10-01 15:05:03', '2024-10-01 15:05:03', '2024-10-01 16:05:03'),
(39033, 1941, 38536, 5449, 9, 34, 1302.90, 1322.44, 1, 1, 'ai_sell', '2024-10-01 15:05:03', '2024-10-01 15:05:03', '2024-10-01 16:05:03'),
(39034, 1941, 38537, 1304, 6, 34, 31.92, 32.40, 1, 1, 'ai_sell', '2024-10-01 15:05:03', '2024-10-01 15:05:03', '2024-10-01 16:05:03'),
(39035, 1941, 38538, 5581, 1, 34, 31.20, 31.67, 1, 1, 'ai_sell', '2024-10-01 15:05:03', '2024-10-01 15:05:03', '2024-10-01 16:05:03'),
(39036, 1941, 38539, 5098, 9, 34, 25.24, 25.62, 1, 1, 'ai_sell', '2024-10-01 15:05:03', '2024-10-01 15:05:03', '2024-10-01 16:05:03'),
(39037, 1941, 38540, 3968, 6, 34, 26.41, 26.81, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39038, 1941, 38541, 3701, 9, 34, 18.01, 18.28, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39039, 1941, 38542, 5272, 3, 34, 6.09, 6.18, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39040, 1941, 38543, 4558, 9, 34, 416.00, 422.24, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39041, 1941, 38544, 3122, 9, 34, 3.09, 3.14, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39042, 1941, 38545, 198, 9, 34, 314.15, 318.86, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39043, 1941, 38546, 4822, 6, 34, 20.17, 20.47, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39044, 1941, 38547, 2745, 1, 34, 40.06, 40.66, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39045, 1941, 38548, 5181, 3, 34, 19.24, 19.53, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39046, 1941, 38549, 3837, 3, 34, 210.91, 214.07, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39047, 1941, 38550, 1436, 3, 34, 16.79, 17.04, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39048, 1941, 38551, 532, 6, 34, 32.33, 32.81, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39049, 1941, 38552, 6025, 1, 34, 104.93, 106.50, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39050, 1941, 38553, 4889, 9, 34, 62.79, 63.73, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39051, 1941, 38554, 5288, 3, 34, 23.15, 23.50, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39052, 1941, 38555, 3236, 9, 34, 44.75, 45.42, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39053, 1941, 38556, 2372, 6, 34, 9.57, 9.71, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39054, 1941, 38557, 1829, 9, 34, 0.78, 0.79, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39055, 1941, 38558, 6175, 3, 34, 83.19, 84.44, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39056, 1941, 38559, 2815, 6, 34, 4135.75, 4197.79, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39057, 1941, 38560, 1488, 3, 34, 3.02, 3.07, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39058, 1941, 38561, 3044, 1, 34, 386.58, 392.38, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39059, 1941, 38562, 3410, 3, 34, 29.87, 30.32, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39060, 1941, 38563, 2484, 6, 34, 204.00, 207.06, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39061, 1941, 38564, 3032, 1, 34, 712.98, 723.67, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39062, 1941, 38565, 1463, 1, 34, 157.50, 159.86, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39063, 1941, 38566, 2276, 3, 34, 65.23, 66.21, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39064, 1941, 38567, 6107, 9, 34, 14.02, 14.23, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39065, 1941, 38568, 1210, 3, 34, 4.28, 4.34, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39066, 1941, 38569, 23, 1, 34, 156.45, 158.80, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39067, 1941, 38570, 2677, 9, 34, 300.30, 304.80, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39068, 1941, 38571, 1441, 9, 34, 2448.00, 2484.72, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39069, 1941, 38572, 3859, 6, 34, 156.00, 158.34, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39070, 1941, 38573, 2254, 9, 34, 9.76, 9.91, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39071, 1941, 38574, 1897, 6, 34, 436.56, 443.11, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39072, 1941, 38575, 2384, 9, 34, 42.39, 43.03, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39073, 1941, 38576, 3180, 9, 34, 12.23, 12.41, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39074, 1941, 38577, 5462, 6, 34, 27.55, 27.96, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39075, 1941, 38578, 1353, 6, 34, 2.15, 2.18, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39076, 1941, 38579, 3289, 6, 34, 62.39, 63.33, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39077, 1941, 38580, 396, 1, 34, 36.73, 37.28, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39078, 1941, 38581, 2205, 1, 34, 17.16, 17.42, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39079, 1941, 38582, 977, 3, 34, 62.40, 63.34, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39080, 1941, 38583, 5143, 1, 34, 13.02, 13.22, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39081, 1941, 38584, 1863, 9, 34, 11.22, 11.39, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39082, 1941, 38585, 5435, 3, 34, 7.97, 8.09, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39083, 1941, 38586, 4674, 6, 34, 5.25, 5.33, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39084, 1941, 38587, 143, 3, 34, 1.03, 1.05, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39085, 1941, 38588, 803, 9, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39086, 1941, 38589, 1827, 9, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-10-01 15:05:04', '2024-10-01 15:05:04', '2024-10-01 16:06:02'),
(39087, 1850, 38590, 1121, 5, NULL, 85.40, 86.25, 1, 1, 'manual_sell', '2024-10-01 16:11:09', '2024-10-01 16:11:09', '2024-10-01 17:12:02'),
(39088, 1921, 38591, 4850, 5, NULL, 131.00, 132.31, 2, 1, 'manual_sell', '2024-10-01 18:00:15', '2024-10-01 18:00:15', '2024-10-01 19:01:02'),
(39089, 1920, 38592, 2054, 5, NULL, 110.00, 111.10, 5, 1, 'manual_sell', '2024-10-01 19:43:48', '2024-10-01 19:43:48', '2024-10-01 20:44:02'),
(39090, 1886, 38593, 21, 5, NULL, 8.00, 8.08, 64, 1, 'manual_sell', '2024-10-02 00:13:25', '2024-10-02 00:13:25', '2024-10-02 01:14:02'),
(39091, 1850, 38597, 3107, 9, 33, 204.97, 208.04, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39092, 1850, 38598, 1646, 9, 33, 7.51, 7.62, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39093, 1850, 38599, 224, 6, 33, 49.28, 50.02, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39094, 1850, 38600, 6018, 1, 33, 20.99, 21.30, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39095, 1850, 38601, 3904, 9, 33, 75.73, 76.87, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39096, 1850, 38602, 38, 1, 33, 14.42, 14.64, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39097, 1850, 38603, 1322, 3, 33, 40.95, 41.56, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39098, 1850, 38604, 4097, 6, 33, 21.20, 21.52, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39099, 1850, 38605, 3865, 9, 33, 20.13, 20.43, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39100, 1850, 38606, 5100, 1, 33, 15.42, 15.65, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39101, 1850, 38607, 5937, 6, 33, 41.34, 41.96, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39102, 1850, 38608, 681, 6, 33, 22.44, 22.78, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39103, 1850, 38609, 5445, 9, 33, 13.12, 13.32, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39104, 1850, 38610, 715, 9, 33, 39.08, 39.67, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39105, 1850, 38611, 1136, 9, 33, 25.19, 25.57, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39106, 1850, 38612, 3978, 6, 33, 13.13, 13.33, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39107, 1850, 38613, 341, 1, 33, 817.88, 830.15, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39108, 1850, 38614, 2807, 9, 33, 69.04, 70.08, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39109, 1850, 38615, 2185, 6, 33, 61.20, 62.12, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39110, 1850, 38616, 3610, 9, 33, 15.82, 16.06, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39111, 1850, 38617, 13, 6, 33, 10.60, 10.76, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39112, 1850, 38618, 2593, 1, 33, 145.59, 147.77, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39113, 1850, 38619, 1923, 6, 33, 16.27, 16.51, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39114, 1850, 38620, 3402, 6, 33, 135.47, 137.50, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39115, 1850, 38621, 978, 3, 33, 13.26, 13.46, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39116, 1850, 38622, 1151, 9, 33, 3.47, 3.52, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39117, 1850, 38623, 4195, 1, 33, 865.19, 878.17, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39118, 1850, 38624, 5816, 6, 33, 15.44, 15.67, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39119, 1850, 38625, 331, 9, 33, 9.32, 9.46, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39120, 1850, 38626, 5767, 9, 33, 208.00, 211.12, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39121, 1850, 38627, 4131, 6, 33, 90.90, 92.26, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39122, 1850, 38628, 153, 9, 33, 20.40, 20.71, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39123, 1850, 38629, 1343, 9, 33, 60.59, 61.50, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39124, 1850, 38630, 2023, 1, 33, 1.02, 1.04, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39125, 1850, 38631, 1827, 9, 33, 0.13, 0.13, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39126, 1850, 38632, 803, 9, 33, 0.20, 0.20, 1, 1, 'ai_sell', '2024-10-02 08:51:02', '2024-10-02 08:51:02', '2024-10-02 09:51:02'),
(39127, 1798, 38594, 924, 5, NULL, 171.00, 172.71, 4, 1, 'manual_sell', '2024-10-02 08:51:44', '2024-10-02 08:51:44', '2024-10-02 09:52:02'),
(39128, 1798, 38595, 4188, 5, NULL, 142.00, 143.42, 1, 1, 'manual_sell', '2024-10-02 08:52:46', '2024-10-02 08:52:46', '2024-10-02 09:53:02'),
(39129, 1798, 38596, 4681, 5, NULL, 13.90, 13.13, 2, 1, 'manual_sell', '2024-10-02 08:53:46', '2024-10-02 08:53:46', '2024-10-02 09:54:01'),
(39130, 1938, 38634, 132, 5, NULL, 100.00, 101.00, 2, 1, 'manual_sell', '2024-10-02 11:29:38', '2024-10-02 11:29:38', '2024-10-02 12:30:03'),
(39131, 1938, 38635, 1124, 5, NULL, 5.00, 5.05, 1, 1, 'manual_sell', '2024-10-02 11:30:24', '2024-10-02 11:30:24', '2024-10-02 12:31:02'),
(39132, 1876, 38633, 4825, 5, NULL, 176.00, 177.76, 1, 1, 'manual_sell', '2024-10-02 11:56:51', '2024-10-02 11:56:51', '2024-10-02 12:57:02'),
(39133, 1941, 38636, 2494, 9, 34, 52.44, 53.23, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39134, 1941, 38637, 5092, 6, 34, 24.49, 24.86, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39135, 1941, 38638, 4883, 6, 34, 338.35, 343.43, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39136, 1941, 38639, 3611, 6, 34, 132.68, 134.67, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39137, 1941, 38640, 3962, 3, 34, 96.54, 97.99, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39138, 1941, 38641, 1707, 9, 34, 17.06, 17.32, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39139, 1941, 38642, 2550, 1, 34, 30.87, 31.33, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39140, 1941, 38643, 2010, 1, 34, 408.45, 414.58, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39141, 1941, 38644, 4857, 6, 34, 8.07, 8.19, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39142, 1941, 38645, 1360, 3, 34, 3886.48, 3944.78, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39143, 1941, 38646, 1318, 3, 34, 40.95, 41.56, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39144, 1941, 38647, 5023, 6, 34, 31.30, 31.77, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39145, 1941, 38648, 2931, 3, 34, 579.74, 588.44, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39146, 1941, 38649, 5678, 9, 34, 52.00, 52.78, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39147, 1941, 38650, 4507, 1, 34, 42.51, 43.15, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39148, 1941, 38651, 3119, 9, 34, 62.48, 63.42, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39149, 1941, 38652, 4832, 9, 34, 15.83, 16.07, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39150, 1941, 38653, 2952, 1, 34, 577.50, 586.16, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39151, 1941, 38654, 892, 6, 34, 291.19, 295.56, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39152, 1941, 38655, 4541, 3, 34, 934.49, 948.51, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39153, 1941, 38656, 4925, 9, 34, 15.48, 15.71, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39154, 1941, 38657, 4730, 1, 34, 15.79, 16.03, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39155, 1941, 38658, 1827, 6, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39156, 1941, 38659, 6079, 6, 34, 10.59, 10.75, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39157, 1941, 38660, 33, 6, 34, 6.12, 6.21, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39158, 1941, 38661, 5681, 9, 34, 50.45, 51.21, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39159, 1941, 38662, 1464, 6, 34, 37.26, 37.82, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39160, 1941, 38663, 1566, 9, 34, 336.00, 341.04, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39161, 1941, 38664, 3733, 9, 34, 5.47, 5.55, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39162, 1941, 38665, 6105, 3, 34, 10.09, 10.24, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39163, 1941, 38666, 5689, 3, 34, 122.20, 124.03, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39164, 1941, 38667, 4937, 6, 34, 50.49, 51.25, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39165, 1941, 38668, 648, 3, 34, 15.60, 15.83, 1, 1, 'ai_sell', '2024-10-02 16:17:02', '2024-10-02 16:17:02', '2024-10-02 17:17:02'),
(39166, 1941, 38669, 564, 6, 34, 3500.97, 3553.48, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39167, 1941, 38670, 6020, 9, 34, 20.19, 20.49, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39168, 1941, 38671, 1821, 1, 34, 1.05, 1.07, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39169, 1941, 38672, 3928, 3, 34, 10.30, 10.45, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39170, 1941, 38673, 4986, 3, 34, 11.42, 11.59, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39171, 1941, 38674, 1708, 6, 34, 49.97, 50.72, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39172, 1941, 38675, 5072, 3, 34, 64.36, 65.33, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39173, 1941, 38676, 4729, 6, 34, 85.31, 86.59, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39174, 1941, 38677, 5517, 9, 34, 22.84, 23.18, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39175, 1941, 38678, 4292, 6, 34, 378.08, 383.75, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39176, 1941, 38679, 2198, 3, 34, 31.19, 31.66, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39177, 1941, 38680, 3077, 3, 34, 7.57, 7.68, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39178, 1941, 38681, 171, 1, 34, 103.95, 105.51, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39179, 1941, 38682, 2073, 6, 34, 2.63, 2.67, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39180, 1941, 38683, 4045, 6, 34, 10.49, 10.65, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39181, 1941, 38684, 4015, 3, 34, 22.27, 22.60, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39182, 1941, 38685, 1198, 9, 34, 2.30, 2.33, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39183, 1941, 38686, 803, 6, 34, 0.20, 0.20, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39184, 1941, 38687, 1527, 6, 34, 2.02, 2.05, 1, 1, 'ai_sell', '2024-10-02 16:17:03', '2024-10-02 16:17:03', '2024-10-02 17:18:02'),
(39185, 1941, 38688, 1827, 3, 34, 0.13, 0.13, 1, 1, 'ai_sell', '2024-10-02 16:18:03', '2024-10-02 16:18:03', '2024-10-02 17:19:02'),
(39186, 1850, 38692, 2356, 5, NULL, 86.25, 87.11, 1, 1, 'manual_sell', '2024-10-02 17:53:21', '2024-10-02 17:53:21', '2024-10-02 18:54:01'),
(39187, 1936, 38689, 4642, 5, NULL, 26.00, 26.26, 1, 1, 'manual_sell', '2024-10-02 17:57:13', '2024-10-02 17:57:13', '2024-10-02 18:58:02'),
(39188, 1936, 38690, 3978, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-10-02 17:59:33', '2024-10-02 17:59:33', '2024-10-02 19:00:03'),
(39189, 1936, 38691, 914, 5, NULL, 10.00, 10.10, 1, 1, 'manual_sell', '2024-10-02 18:02:55', '2024-10-02 18:02:55', '2024-10-02 19:03:02'),
(39190, 1921, 38693, 3518, 5, NULL, 240.00, 242.40, 1, 1, 'manual_sell', '2024-10-02 19:23:58', '2024-10-02 19:23:58', '2024-10-02 20:24:02'),
(39191, 1921, 38694, 5891, 5, NULL, 15.00, 15.15, 1, 1, 'manual_sell', '2024-10-02 19:24:23', '2024-10-02 19:24:23', '2024-10-02 20:25:03'),
(39192, 1921, 38695, 64, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-10-02 19:24:49', '2024-10-02 19:24:49', '2024-10-02 20:25:03'),
(39193, 1920, 38697, 4885, 5, NULL, 501.00, 506.01, 1, 1, 'manual_sell', '2024-10-02 20:48:32', '2024-10-02 20:48:32', '2024-10-02 21:49:02'),
(39194, 1920, 38698, 3579, 5, NULL, 11.00, 11.11, 5, 1, 'manual_sell', '2024-10-02 20:49:16', '2024-10-02 20:49:16', '2024-10-02 21:50:03'),
(39195, 1886, 38701, 3086, 5, NULL, 14.00, 14.14, 37, 1, 'manual_sell', '2024-10-03 01:17:53', '2024-10-03 01:17:53', '2024-10-03 02:18:02'),
(39196, 1915, 38696, 924, 1, NULL, 171.00, 172.71, 1, 1, 'manual_sell', '2024-10-03 01:35:54', '2024-10-03 01:35:54', '2024-10-03 02:36:02'),
(39197, 1915, 38699, 4646, 1, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-10-03 01:38:07', '2024-10-03 01:38:07', '2024-10-03 02:39:02'),
(39198, 1915, 38700, 4560, 1, NULL, 24.00, 24.24, 2, 1, 'manual_sell', '2024-10-03 01:41:22', '2024-10-03 01:41:22', '2024-10-03 02:42:02'),
(39199, 1917, 38702, 2470, 5, NULL, 44.00, 44.44, 1, 1, 'manual_sell', '2024-10-03 01:51:12', '2024-10-03 01:51:12', '2024-10-03 02:52:02'),
(39200, 1917, 38703, 3061, 5, NULL, 13.00, 13.13, 1, 1, 'manual_sell', '2024-10-03 01:52:10', '2024-10-03 01:52:10', '2024-10-03 02:53:02'),
(39201, 1850, 38704, 1851, 9, 33, 66.24, 67.23, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39202, 1850, 38705, 41, 6, 33, 18.36, 18.64, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39203, 1850, 38706, 1454, 6, 33, 70.53, 71.59, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39204, 1850, 38707, 5846, 1, 33, 103.52, 105.07, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39205, 1850, 38708, 5202, 1, 33, 41.19, 41.81, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39206, 1850, 38709, 3453, 9, 33, 16.93, 17.18, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39207, 1850, 38710, 4237, 3, 33, 22.00, 22.33, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39208, 1850, 38711, 3890, 6, 33, 307.40, 312.01, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39209, 1850, 38712, 2341, 1, 33, 38.65, 39.23, 1, 1, 'ai_sell', '2024-10-03 10:01:02', '2024-10-03 10:01:02', '2024-10-03 11:01:02'),
(39210, 1850, 38713, 3364, 3, 33, 40.80, 41.41, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39211, 1850, 38714, 4613, 1, 33, 375.35, 380.98, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39212, 1850, 38715, 732, 3, 33, 61.22, 62.14, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39213, 1850, 38716, 689, 9, 33, 3.18, 3.23, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39214, 1850, 38717, 2688, 3, 33, 30.59, 31.05, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39215, 1850, 38718, 885, 1, 33, 164.79, 167.26, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39216, 1850, 38719, 5708, 1, 33, 202.00, 205.03, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39217, 1850, 38720, 3524, 1, 33, 846.94, 859.64, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39218, 1850, 38721, 2424, 9, 33, 31.69, 32.17, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39219, 1850, 38722, 40, 1, 33, 49.82, 50.57, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39220, 1850, 38723, 5078, 1, 33, 61.79, 62.72, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39221, 1850, 38724, 1329, 1, 33, 104.00, 105.56, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39222, 1850, 38725, 5306, 9, 33, 408.00, 414.12, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39223, 1850, 38726, 2866, 9, 33, 5.81, 5.90, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39224, 1850, 38727, 1197, 1, 33, 25.25, 25.63, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39225, 1850, 38728, 1958, 6, 33, 11.85, 12.03, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39226, 1850, 38729, 5312, 6, 33, 62.82, 63.76, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39227, 1850, 38730, 4586, 3, 33, 38.75, 39.33, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39228, 1850, 38731, 1988, 1, 33, 6.05, 6.14, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39229, 1850, 38732, 4380, 6, 33, 5.14, 5.22, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39230, 1850, 38733, 5637, 3, 33, 5.04, 5.12, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39231, 1850, 38734, 619, 9, 33, 4.04, 4.10, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39232, 1850, 38735, 3324, 6, 33, 1.40, 1.42, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39233, 1850, 38736, 3296, 9, 33, 1.19, 1.21, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39234, 1850, 38737, 1894, 3, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-03 10:01:03', '2024-10-03 10:01:03', '2024-10-03 11:02:02'),
(39235, 1798, 38738, 1973, 5, NULL, 248.00, 250.48, 2, 1, 'manual_sell', '2024-10-03 10:15:57', '2024-10-03 10:15:57', '2024-10-03 11:16:01'),
(39236, 1798, 38739, 3839, 5, NULL, 251.00, 253.51, 1, 1, 'manual_sell', '2024-10-03 10:17:14', '2024-10-03 10:17:14', '2024-10-03 11:18:02'),
(39237, 1798, 38740, 5555, 5, NULL, 42.00, 42.42, 1, 1, 'manual_sell', '2024-10-03 10:18:09', '2024-10-03 10:18:09', '2024-10-03 11:19:02'),
(39238, 1798, 38741, 4126, 5, NULL, 83.00, 83.83, 1, 1, 'manual_sell', '2024-10-03 10:19:08', '2024-10-03 10:19:08', '2024-10-03 11:20:03'),
(39239, 1941, 38744, 4990, 6, 34, 85.31, 86.59, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39240, 1941, 38745, 3678, 3, 34, 10.04, 10.19, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39241, 1941, 38746, 1572, 6, 34, 37.43, 37.99, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39242, 1941, 38747, 2506, 6, 34, 112.20, 113.88, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39243, 1941, 38748, 4141, 3, 34, 8.15, 8.27, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39244, 1941, 38749, 5902, 1, 34, 848.00, 860.72, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39245, 1941, 38750, 2059, 1, 34, 1526.94, 1549.84, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39246, 1941, 38751, 5630, 6, 34, 144.19, 146.35, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39247, 1941, 38752, 5618, 3, 34, 4.73, 4.80, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39248, 1941, 38753, 69, 1, 34, 25.25, 25.63, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39249, 1941, 38754, 3631, 3, 34, 13.18, 13.38, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39250, 1941, 38755, 5744, 1, 34, 105.99, 107.58, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39251, 1941, 38756, 5882, 1, 34, 4.77, 4.84, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39252, 1941, 38757, 5521, 9, 34, 83.89, 85.15, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39253, 1941, 38758, 5450, 6, 34, 231.29, 234.76, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39254, 1941, 38759, 4283, 6, 34, 10.61, 10.77, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39255, 1941, 38760, 2351, 1, 34, 52.50, 53.29, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39256, 1941, 38761, 4604, 6, 34, 27.81, 28.23, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39257, 1941, 38762, 3222, 1, 34, 4.04, 4.10, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39258, 1941, 38763, 4011, 3, 34, 68.41, 69.44, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39259, 1941, 38764, 3106, 3, 34, 17.07, 17.33, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39260, 1941, 38765, 3306, 1, 34, 19.93, 20.23, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39261, 1941, 38766, 4360, 3, 34, 859.95, 872.85, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39262, 1941, 38767, 5822, 9, 34, 36.74, 37.29, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39263, 1941, 38768, 3956, 3, 34, 95.79, 97.23, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39264, 1941, 38769, 127, 9, 34, 40.40, 41.01, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39265, 1941, 38770, 174, 6, 34, 304.98, 309.55, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39266, 1941, 38771, 5488, 9, 34, 23.32, 23.67, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39267, 1941, 38772, 4953, 9, 34, 2539.80, 2577.90, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39268, 1941, 38773, 5954, 1, 34, 189.74, 192.59, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39269, 1941, 38774, 1050, 9, 34, 75.75, 76.89, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39270, 1941, 38775, 1886, 1, 34, 52.18, 52.96, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39271, 1941, 38776, 5395, 9, 34, 88.67, 90.00, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39272, 1941, 38777, 2226, 6, 34, 47.25, 47.96, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39273, 1941, 38778, 150, 9, 34, 636.00, 645.54, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39274, 1941, 38779, 3252, 6, 34, 33.39, 33.89, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39275, 1941, 38780, 5584, 3, 34, 267.59, 271.60, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39276, 1941, 38781, 3537, 6, 34, 3273.28, 3322.38, 1, 1, 'ai_sell', '2024-10-03 17:29:03', '2024-10-03 17:29:03', '2024-10-03 20:20:19'),
(39277, 1941, 38782, 5610, 9, 34, 93.59, 94.99, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39278, 1941, 38783, 4276, 3, 34, 10.82, 10.98, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39279, 1941, 38784, 1121, 9, 34, 85.30, 86.58, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39280, 1941, 38785, 5875, 1, 34, 148.13, 150.35, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39281, 1941, 38786, 1633, 9, 34, 31.20, 31.67, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39282, 1941, 38787, 895, 1, 34, 251.00, 254.77, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39283, 1941, 38788, 1186, 6, 34, 20.25, 20.55, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39284, 1941, 38789, 4741, 3, 34, 11.34, 11.51, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39285, 1941, 38790, 2712, 9, 34, 23.32, 23.67, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39286, 1941, 38791, 6123, 3, 34, 20.13, 20.43, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39287, 1941, 38792, 4869, 9, 34, 11.32, 11.49, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39288, 1941, 38793, 3750, 9, 34, 67.60, 68.61, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39289, 1941, 38794, 2840, 3, 34, 15.89, 16.13, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39290, 1941, 38795, 3532, 1, 34, 8.25, 8.37, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39291, 1941, 38796, 674, 6, 34, 8.48, 8.61, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39292, 1941, 38797, 1262, 3, 34, 1.58, 1.60, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39293, 1941, 38798, 1850, 9, 34, 0.56, 0.57, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39294, 1941, 38799, 734, 9, 34, 0.23, 0.23, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39295, 1941, 38800, 1894, 3, 34, 0.20, 0.20, 1, 1, 'ai_sell', '2024-10-03 17:29:04', '2024-10-03 17:29:04', '2024-10-03 20:20:19'),
(39296, 1921, 38804, 5584, 5, NULL, 265.00, 267.65, 1, 1, 'manual_sell', '2024-10-03 20:31:08', '2024-10-03 20:31:08', '2024-10-03 21:32:02'),
(39297, 1921, 38805, 4668, 5, NULL, 2.00, 2.02, 1, 1, 'manual_sell', '2024-10-03 20:31:34', '2024-10-03 20:31:34', '2024-10-03 21:32:02'),
(39298, 1936, 38802, 4179, 5, NULL, 25.00, 25.25, 1, 1, 'manual_sell', '2024-10-03 20:42:43', '2024-10-03 20:42:43', '2024-10-03 21:43:02'),
(39299, 1936, 38803, 1438, 5, NULL, 25.00, 25.25, 1, 1, 'manual_sell', '2024-10-03 20:43:33', '2024-10-03 20:43:33', '2024-10-03 21:44:02'),
(39300, 1850, 38801, 1569, 5, NULL, 87.11, 87.98, 1, 1, 'manual_sell', '2024-10-03 20:45:16', '2024-10-03 20:45:16', '2024-10-03 21:46:02'),
(39301, 1920, 38806, 5583, 5, NULL, 500.00, 505.00, 1, 1, 'manual_sell', '2024-10-03 21:55:22', '2024-10-03 21:55:22', '2024-10-03 22:56:02'),
(39302, 1920, 38807, 3181, 5, NULL, 61.00, 61.61, 1, 1, 'manual_sell', '2024-10-03 21:56:13', '2024-10-03 21:56:13', '2024-10-03 22:57:02'),
(39303, 1876, 38808, 5508, 5, NULL, 89.00, 89.89, 2, 1, 'manual_sell', '2024-10-04 02:07:25', '2024-10-04 02:07:25', '2024-10-04 03:08:02'),
(39304, 1886, 38809, 2105, 5, NULL, 401.00, 405.01, 1, 1, 'manual_sell', '2024-10-04 03:22:44', '2024-10-04 03:22:44', '2024-10-04 04:23:02'),
(39305, 1886, 38810, 6132, 5, NULL, 41.00, 41.41, 3, 1, 'manual_sell', '2024-10-04 03:23:22', '2024-10-04 03:23:22', '2024-10-04 04:24:02'),
(39306, 1917, 38811, 3141, 5, NULL, 36.00, 36.36, 1, 1, 'manual_sell', '2024-10-04 06:25:42', '2024-10-04 06:25:42', '2024-10-04 07:26:02'),
(39307, 1917, 38813, 352, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-10-04 06:26:35', '2024-10-04 06:26:35', '2024-10-04 07:27:02'),
(39308, 1915, 38812, 4227, 1, NULL, 211.00, 213.11, 1, 1, 'manual_sell', '2024-10-04 07:57:16', '2024-10-04 07:57:16', '2024-10-04 08:58:02'),
(39309, 1915, 38814, 4294, 1, NULL, 50.00, 50.50, 1, 1, 'manual_sell', '2024-10-04 07:57:45', '2024-10-04 07:57:45', '2024-10-04 08:58:02'),
(39310, 1915, 38815, 4134, 1, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-10-04 07:58:19', '2024-10-04 07:58:19', '2024-10-04 08:59:02'),
(39311, 1850, 38816, 5595, 1, 33, 213.10, 216.30, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39312, 1850, 38817, 5602, 9, 33, 37.20, 37.76, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39313, 1850, 38818, 5134, 1, 33, 81.69, 82.92, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39314, 1850, 38819, 639, 9, 33, 4.08, 4.14, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39315, 1850, 38820, 6012, 1, 33, 32.28, 32.76, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39316, 1850, 38821, 5766, 1, 33, 22.04, 22.37, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39317, 1850, 38822, 4296, 1, 33, 129.77, 131.72, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39318, 1850, 38823, 5172, 9, 33, 271.31, 275.38, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39319, 1850, 38824, 2224, 3, 33, 30.80, 31.26, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39320, 1850, 38825, 2449, 6, 33, 734.38, 745.40, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39321, 1850, 38826, 4166, 6, 33, 388.50, 394.33, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39322, 1850, 38827, 417, 6, 33, 46.34, 47.04, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39323, 1850, 38828, 5650, 9, 33, 15.75, 15.99, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39324, 1850, 38829, 1139, 3, 33, 18.38, 18.66, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39325, 1850, 38830, 1257, 9, 33, 7.10, 7.21, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39326, 1850, 38831, 1777, 1, 33, 30.80, 31.26, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39327, 1850, 38832, 1719, 1, 33, 1.08, 1.10, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39328, 1850, 38833, 5299, 6, 33, 20.53, 20.84, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39329, 1850, 38834, 4472, 1, 33, 290.16, 294.51, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(39330, 1850, 38835, 196, 9, 33, 121.37, 123.19, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39331, 1850, 38836, 93, 6, 33, 17.68, 17.95, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39332, 1850, 38837, 3614, 1, 33, 242.40, 246.04, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39333, 1850, 38838, 4636, 3, 33, 21.83, 22.16, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39334, 1850, 38839, 4628, 1, 33, 32.23, 32.71, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39335, 1850, 38840, 2091, 1, 33, 4.38, 4.45, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39336, 1850, 38841, 596, 1, 33, 423.15, 429.50, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39337, 1850, 38842, 611, 6, 33, 10.10, 10.25, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39338, 1850, 38843, 5418, 1, 33, 11.52, 11.69, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39339, 1850, 38844, 3294, 3, 33, 12.35, 12.54, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39340, 1850, 38845, 4713, 1, 33, 3.41, 3.46, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39341, 1850, 38846, 963, 1, 33, 2.06, 2.09, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39342, 1850, 38847, 1213, 1, 33, 2.47, 2.51, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39343, 1850, 38848, 803, 1, 33, 0.20, 0.20, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39344, 1850, 38849, 1844, 6, 33, 0.31, 0.31, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39345, 1850, 38850, 1811, 1, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-04 11:13:03', '2024-10-04 11:13:03', '2024-10-04 12:14:02'),
(39346, 1798, 38851, 194, 5, NULL, 371.00, 374.71, 2, 1, 'manual_sell', '2024-10-04 11:38:15', '2024-10-04 11:38:15', '2024-10-04 12:39:02'),
(39347, 1798, 38852, 2483, 5, NULL, 64.00, 64.64, 2, 1, 'manual_sell', '2024-10-04 11:39:18', '2024-10-04 11:39:18', '2024-10-04 12:40:03'),
(39348, 1798, 38853, 307, 5, NULL, 4.00, 4.04, 1, 1, 'manual_sell', '2024-10-04 11:40:42', '2024-10-04 11:40:42', '2024-10-04 12:41:02'),
(39349, 1798, 38854, 305, 5, NULL, 11.00, 11.11, 1, 1, 'manual_sell', '2024-10-04 11:41:34', '2024-10-04 11:41:34', '2024-10-04 12:42:02'),
(39350, 1938, 38743, 33, 5, NULL, 7.00, 7.07, 1, 1, 'manual_sell', '2024-10-04 14:23:49', '2024-10-04 14:23:49', '2024-10-04 15:24:02'),
(39351, 1938, 38742, 132, 5, NULL, 100.00, 101.00, 2, 1, 'manual_sell', '2024-10-04 14:25:11', '2024-10-04 14:25:11', '2024-10-04 15:26:02'),
(39352, 1941, 38855, 168, 9, 34, 159.56, 161.95, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39353, 1941, 38856, 1877, 9, 34, 22.87, 23.21, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39354, 1941, 38857, 4080, 9, 34, 9.85, 10.00, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39355, 1941, 38858, 5024, 1, 34, 4.07, 4.13, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39356, 1941, 38859, 1587, 1, 34, 78.44, 79.62, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39357, 1941, 38860, 53, 6, 34, 30.16, 30.61, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39358, 1941, 38861, 610, 9, 34, 1867.49, 1895.50, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39359, 1941, 38862, 3672, 6, 34, 59.43, 60.32, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39360, 1941, 38863, 761, 9, 34, 2.59, 2.63, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39361, 1941, 38864, 1348, 6, 34, 8.11, 8.23, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39362, 1941, 38865, 840, 9, 34, 201.39, 204.41, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39363, 1941, 38866, 907, 3, 34, 222.20, 225.53, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39364, 1941, 38867, 2906, 1, 34, 1159.48, 1176.87, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39365, 1941, 38868, 5522, 9, 34, 105.00, 106.58, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39366, 1941, 38869, 2719, 6, 34, 28.33, 28.75, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39367, 1941, 38870, 1125, 6, 34, 58.62, 59.50, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39368, 1941, 38871, 478, 9, 34, 13.71, 13.92, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39369, 1941, 38872, 337, 6, 34, 17.10, 17.36, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39370, 1941, 38873, 544, 3, 34, 5040.00, 5115.60, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39371, 1941, 38874, 768, 1, 34, 4.41, 4.48, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39372, 1941, 38875, 2099, 9, 34, 21.08, 21.40, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39373, 1941, 38876, 5808, 1, 34, 104.99, 106.56, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39374, 1941, 38877, 832, 3, 34, 11.69, 11.87, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39375, 1941, 38878, 4040, 6, 34, 21.04, 21.36, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39376, 1941, 38879, 1412, 1, 34, 7.95, 8.07, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39377, 1941, 38880, 1136, 6, 34, 25.19, 25.57, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39378, 1941, 38881, 3167, 9, 34, 313.09, 317.79, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39379, 1941, 38882, 4964, 9, 34, 20.90, 21.21, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39380, 1941, 38883, 4820, 6, 34, 68.12, 69.14, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39381, 1941, 38884, 5342, 9, 34, 1059.99, 1075.89, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39382, 1941, 38885, 1196, 6, 34, 123.60, 125.45, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39383, 1941, 38886, 3844, 6, 34, 5.09, 5.17, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39384, 1941, 38887, 2852, 6, 34, 17.33, 17.59, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39385, 1941, 38888, 4864, 6, 34, 471.74, 478.82, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39386, 1941, 38889, 5386, 3, 34, 147.00, 149.21, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39387, 1941, 38890, 5132, 6, 34, 19.02, 19.31, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39388, 1941, 38891, 4192, 6, 34, 21.20, 21.52, 1, 1, 'ai_sell', '2024-10-04 20:31:03', '2024-10-04 20:31:03', '2024-10-04 21:32:02'),
(39389, 1941, 38892, 2004, 9, 34, 88.98, 90.31, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39390, 1941, 38893, 1168, 3, 34, 84.80, 86.07, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39391, 1941, 38894, 4117, 3, 34, 31.30, 31.77, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39392, 1941, 38895, 3461, 3, 34, 609.49, 618.63, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39393, 1941, 38896, 159, 9, 34, 38.29, 38.86, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39394, 1941, 38897, 5438, 3, 34, 17.05, 17.31, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39395, 1941, 38898, 3820, 1, 34, 8.40, 8.53, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39396, 1941, 38899, 4060, 3, 34, 16.79, 17.04, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39397, 1941, 38900, 5469, 6, 34, 134.02, 136.03, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39398, 1941, 38901, 5707, 6, 34, 41.46, 42.08, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39399, 1941, 38902, 3492, 3, 34, 15.89, 16.13, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39400, 1941, 38903, 245, 3, 34, 72.80, 73.89, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39401, 1941, 38904, 994, 1, 34, 36.64, 37.19, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39402, 1941, 38905, 4813, 9, 34, 27.26, 27.67, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39403, 1941, 38906, 4012, 9, 34, 13.09, 13.29, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39404, 1941, 38907, 3198, 3, 34, 52.85, 53.64, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39405, 1941, 38908, 2976, 3, 34, 44.19, 44.85, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39406, 1941, 38909, 3426, 9, 34, 25.43, 25.81, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39407, 1941, 38910, 530, 3, 34, 13.22, 13.42, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39408, 1941, 38911, 4717, 1, 34, 29.28, 29.72, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39409, 1941, 38912, 420, 9, 34, 41.95, 42.58, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39410, 1941, 38913, 1514, 9, 34, 4.41, 4.48, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39411, 1941, 38914, 3212, 1, 34, 8.08, 8.20, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39412, 1941, 38915, 756, 9, 34, 0.48, 0.49, 1, 1, 'ai_sell', '2024-10-04 20:31:04', '2024-10-04 20:31:04', '2024-10-04 21:32:02'),
(39413, 1921, 38916, 1984, 5, NULL, 260.00, 262.60, 1, 1, 'manual_sell', '2024-10-04 21:35:26', '2024-10-04 21:35:26', '2024-10-04 22:36:02'),
(39414, 1921, 38917, 1582, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-10-04 21:35:51', '2024-10-04 21:35:51', '2024-10-04 22:36:02'),
(39415, 1850, 38918, 2211, 5, NULL, 43.99, 88.85, 2, 2, 'manual_sell', '2024-10-04 21:58:19', '2024-10-04 21:58:19', '2024-10-04 22:59:02'),
(39416, 1936, 38919, 3220, 5, NULL, 36.00, 36.36, 1, 1, 'manual_sell', '2024-10-04 22:58:11', '2024-10-04 22:58:11', '2024-10-04 23:59:02'),
(39417, 1920, 38921, 4735, 5, NULL, 81.00, 81.81, 7, 1, 'manual_sell', '2024-10-04 23:00:47', '2024-10-04 23:00:47', '2024-10-05 00:01:02'),
(39418, 1936, 38920, 4619, 5, NULL, 14.00, 14.14, 1, 1, 'manual_sell', '2024-10-04 23:01:26', '2024-10-04 23:01:26', '2024-10-05 00:02:02'),
(39419, 1886, 38923, 2056, 5, NULL, 300.00, 303.00, 1, 1, 'manual_sell', '2024-10-05 07:14:21', '2024-10-05 07:14:21', '2024-10-05 08:15:03'),
(39420, 1886, 38924, 2460, 5, NULL, 9.00, 9.09, 1, 1, 'manual_sell', '2024-10-05 07:15:23', '2024-10-05 07:15:23', '2024-10-05 08:16:02'),
(39421, 1886, 38925, 1047, 5, NULL, 5.00, 5.05, 44, 1, 'manual_sell', '2024-10-05 07:15:54', '2024-10-05 07:15:54', '2024-10-05 08:16:02'),
(39422, 1876, 38922, 4842, 5, NULL, 90.00, 90.90, 2, 1, 'manual_sell', '2024-10-05 07:39:48', '2024-10-05 07:39:48', '2024-10-05 08:40:03'),
(39423, 1917, 38926, 1593, 5, NULL, 35.00, 35.35, 1, 1, 'manual_sell', '2024-10-05 09:24:50', '2024-10-05 09:24:50', '2024-10-05 10:25:02'),
(39424, 1917, 38927, 3162, 5, NULL, 23.00, 23.23, 1, 1, 'manual_sell', '2024-10-05 09:25:36', '2024-10-05 09:25:36', '2024-10-05 10:26:02'),
(39425, 1850, 38918, 2211, 5, NULL, 43.99, 88.85, 2, 2, 'manual_sell', '2024-10-05 10:41:32', '2024-10-05 10:41:32', '2024-10-05 11:42:02'),
(39426, 1850, 38918, 2211, 5, NULL, 43.99, 87.98, 2, 2, 'manual_sell', '2024-10-05 12:15:11', '2024-10-05 12:15:11', '2024-10-05 13:16:02'),
(39427, 1850, 38928, 977, 3, 33, 62.40, 63.34, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39428, 1850, 38929, 1778, 6, 33, 204.99, 208.06, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39429, 1850, 38930, 3947, 3, 33, 325.49, 330.37, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39430, 1850, 38931, 3192, 6, 33, 143.30, 145.45, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39431, 1850, 38932, 1283, 3, 33, 108.15, 109.77, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39432, 1850, 38933, 5420, 9, 33, 19.15, 19.44, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39433, 1850, 38934, 1330, 6, 33, 73.97, 75.08, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39434, 1850, 38935, 5808, 6, 33, 103.99, 105.55, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39435, 1850, 38936, 1673, 1, 33, 4.11, 4.17, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39436, 1850, 38937, 3344, 1, 33, 31.79, 32.27, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39437, 1850, 38938, 2803, 1, 33, 840.00, 852.60, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39438, 1850, 38939, 5287, 6, 33, 10.60, 10.76, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39439, 1850, 38940, 5451, 3, 33, 52.17, 52.95, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39440, 1850, 38941, 191, 3, 33, 148.04, 150.26, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39441, 1850, 38942, 891, 6, 33, 12.93, 13.12, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39442, 1850, 38943, 2146, 3, 33, 46.32, 47.01, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39443, 1850, 38944, 2483, 6, 33, 67.23, 68.24, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39444, 1850, 38945, 5435, 1, 33, 8.05, 8.17, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39445, 1850, 38946, 5811, 6, 33, 46.22, 46.91, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39446, 1850, 38947, 2899, 3, 33, 13.64, 13.84, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39447, 1850, 38948, 1094, 1, 33, 513.97, 521.68, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39448, 1850, 38949, 5954, 6, 33, 187.95, 190.77, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39449, 1850, 38950, 3650, 3, 33, 63.22, 64.17, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39450, 1850, 38951, 1586, 9, 33, 81.23, 82.45, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39451, 1850, 38952, 453, 6, 33, 147.16, 149.37, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39452, 1850, 38953, 3533, 6, 33, 2.49, 2.53, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39453, 1850, 38954, 5549, 3, 33, 8.55, 8.68, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39454, 1850, 38955, 5704, 9, 33, 2.51, 2.55, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39455, 1850, 38956, 734, 1, 33, 0.22, 0.22, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39456, 1850, 38957, 803, 9, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39457, 1850, 38958, 1811, 3, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-05 12:25:04', '2024-10-05 12:25:04', '2024-10-05 13:26:02'),
(39458, 1850, 38918, 2211, 1, NULL, 43.99, 88.00, 2, 2, 'manual_sell', '2024-10-05 13:29:08', '2024-10-05 13:29:08', '2024-10-05 14:30:03'),
(39459, 1850, 38918, 2211, 9, NULL, 43.99, 88.85, 2, 2, 'manual_sell', '2024-10-05 14:38:10', '2024-10-05 14:38:10', '2024-10-05 15:39:02'),
(39460, 1941, 38959, 1149, 6, 34, 207.99, 211.11, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39461, 1941, 38960, 141, 6, 34, 6.30, 6.39, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39462, 1941, 38961, 4224, 3, 34, 5100.00, 5176.50, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39463, 1941, 38962, 2672, 6, 34, 123.89, 125.75, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39464, 1941, 38963, 5991, 3, 34, 16.94, 17.19, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39465, 1941, 38964, 1661, 1, 34, 14.03, 14.24, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39466, 1941, 38965, 4679, 6, 34, 6.22, 6.31, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39467, 1941, 38966, 1999, 3, 34, 56.65, 57.50, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39468, 1941, 38967, 3033, 1, 34, 124.95, 126.82, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39469, 1941, 38968, 425, 9, 34, 38.25, 38.82, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39470, 1941, 38969, 4832, 3, 34, 15.98, 16.22, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39471, 1941, 38970, 4821, 6, 34, 18.72, 19.00, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39472, 1941, 38971, 4704, 3, 34, 1.26, 1.28, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39473, 1941, 38972, 3540, 3, 34, 4894.98, 4968.40, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39474, 1941, 38973, 318, 6, 34, 29.50, 29.94, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39475, 1941, 38974, 5863, 6, 34, 32.85, 33.34, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39476, 1941, 38975, 6018, 1, 34, 20.59, 20.90, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39477, 1941, 38976, 4540, 3, 34, 43.26, 43.91, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39478, 1941, 38977, 4837, 9, 34, 104.97, 106.54, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39479, 1941, 38978, 4787, 1, 34, 31.30, 31.77, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39480, 1941, 38979, 1906, 3, 34, 5.62, 5.70, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39481, 1941, 38980, 1065, 1, 34, 798.00, 809.97, 1, 1, 'ai_sell', '2024-10-05 21:43:02', '2024-10-05 21:43:02', '2024-10-05 22:43:02'),
(39482, 1941, 38981, 99, 9, 34, 205.80, 208.89, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39483, 1941, 38982, 114, 6, 34, 161.60, 164.02, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39484, 1941, 38983, 3054, 1, 34, 699.03, 709.52, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39485, 1941, 38984, 2916, 9, 34, 86.86, 88.16, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39486, 1941, 38985, 5852, 1, 34, 39.51, 40.10, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39487, 1941, 38986, 6126, 1, 34, 22.82, 23.16, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39488, 1941, 38987, 2322, 1, 34, 59.84, 60.74, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39489, 1941, 38988, 3063, 3, 34, 215.18, 218.41, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39490, 1941, 38989, 2651, 6, 34, 16.15, 16.39, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39491, 1941, 38990, 5558, 6, 34, 3.09, 3.14, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39492, 1941, 38991, 1662, 1, 34, 0.91, 0.92, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39493, 1941, 38992, 1827, 1, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-10-05 21:43:03', '2024-10-05 21:43:03', '2024-10-05 22:44:02'),
(39494, 1936, 38993, 1777, 5, NULL, 30.00, 30.30, 1, 1, 'manual_sell', '2024-10-06 01:50:57', '2024-10-06 01:50:57', '2024-10-06 02:51:02'),
(39495, 1936, 38994, 806, 5, NULL, 21.00, 21.21, 1, 1, 'manual_sell', '2024-10-06 01:52:47', '2024-10-06 01:52:47', '2024-10-06 02:53:01'),
(39496, 1850, 38995, 803, 1, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-06 13:36:02', '2024-10-06 13:36:02', '2024-10-06 14:36:02'),
(39497, 1941, 38996, 4531, 9, 34, 377.99, 383.66, 1, 1, 'ai_sell', '2024-10-06 22:55:03', '2024-10-06 22:55:03', '2024-10-06 23:55:03'),
(39498, 1941, 38997, 2384, 3, 34, 41.99, 42.62, 1, 1, 'ai_sell', '2024-10-06 22:55:03', '2024-10-06 22:55:03', '2024-10-06 23:55:03'),
(39499, 1941, 38998, 5051, 9, 34, 20.79, 21.10, 1, 1, 'ai_sell', '2024-10-06 22:55:03', '2024-10-06 22:55:03', '2024-10-06 23:55:03'),
(39500, 1941, 38999, 654, 3, 34, 57.24, 58.10, 1, 1, 'ai_sell', '2024-10-06 22:55:03', '2024-10-06 22:55:03', '2024-10-06 23:55:03'),
(39501, 1941, 39000, 1351, 6, 34, 216.30, 219.54, 1, 1, 'ai_sell', '2024-10-06 22:55:03', '2024-10-06 22:55:03', '2024-10-06 23:55:03'),
(39502, 1941, 39001, 6150, 3, 34, 33.91, 34.42, 1, 1, 'ai_sell', '2024-10-06 22:55:03', '2024-10-06 22:55:03', '2024-10-06 23:55:03'),
(39503, 1941, 39002, 3338, 1, 34, 5.41, 5.49, 1, 1, 'ai_sell', '2024-10-06 22:55:03', '2024-10-06 22:55:03', '2024-10-06 23:55:03'),
(39504, 1941, 39003, 5463, 3, 34, 5775.00, 5861.63, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39505, 1941, 39004, 4109, 3, 34, 51.49, 52.26, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39506, 1941, 39005, 2736, 1, 34, 20.99, 21.30, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39507, 1941, 39006, 2601, 9, 34, 16.16, 16.40, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39508, 1941, 39007, 3212, 3, 34, 8.08, 8.20, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39509, 1941, 39008, 3118, 3, 34, 92.21, 93.59, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39510, 1941, 39009, 2933, 9, 34, 530.40, 538.36, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39511, 1941, 39010, 5269, 1, 34, 11.10, 11.27, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39512, 1941, 39011, 2582, 9, 34, 73.50, 74.60, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39513, 1941, 39012, 2152, 3, 34, 71.40, 72.47, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39514, 1941, 39013, 3840, 6, 34, 401.70, 407.73, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39515, 1941, 39014, 5276, 1, 34, 91.67, 93.05, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39516, 1941, 39015, 2416, 9, 34, 25.91, 26.30, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39517, 1941, 39016, 4540, 9, 34, 43.26, 43.91, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39518, 1941, 39017, 5620, 3, 34, 41.81, 42.44, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39519, 1941, 39018, 2912, 9, 34, 94.42, 95.84, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39520, 1941, 39019, 3657, 9, 34, 7.41, 7.52, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39521, 1941, 39020, 277, 1, 34, 346.49, 351.69, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39522, 1941, 39021, 2036, 1, 34, 61.47, 62.39, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39523, 1941, 39022, 2106, 9, 34, 60.60, 61.51, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39524, 1941, 39023, 5873, 1, 34, 8.15, 8.27, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39525, 1941, 39024, 538, 1, 34, 345.09, 350.27, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39526, 1941, 39025, 5857, 1, 34, 6.90, 7.00, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39527, 1941, 39026, 118, 9, 34, 222.20, 225.53, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39528, 1941, 39027, 4612, 9, 34, 57.20, 58.06, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39529, 1941, 39028, 4683, 1, 34, 8.07, 8.19, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39530, 1941, 39029, 3805, 9, 34, 40.39, 41.00, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39531, 1941, 39030, 4112, 1, 34, 72.10, 73.18, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39532, 1941, 39031, 5933, 6, 34, 53.12, 53.92, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39533, 1941, 39032, 2058, 9, 34, 234.00, 237.51, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39534, 1941, 39033, 4010, 1, 34, 98.28, 99.75, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39535, 1941, 39034, 5738, 6, 34, 31.79, 32.27, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39536, 1941, 39035, 1572, 3, 34, 38.15, 38.72, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39537, 1941, 39036, 1305, 9, 34, 43.45, 44.10, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39538, 1941, 39037, 2326, 3, 34, 30.67, 31.13, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39539, 1941, 39038, 2286, 1, 34, 31.92, 32.40, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39540, 1941, 39039, 1314, 3, 34, 152.25, 154.53, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39541, 1941, 39040, 4508, 3, 34, 42.50, 43.14, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39542, 1941, 39041, 5199, 6, 34, 56.55, 57.40, 1, 1, 'ai_sell', '2024-10-06 22:55:04', '2024-10-06 22:55:04', '2024-10-06 23:56:02'),
(39543, 1941, 39042, 4104, 1, 34, 2.06, 2.09, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39544, 1941, 39043, 5230, 1, 34, 4.23, 4.29, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39545, 1941, 39044, 370, 1, 34, 923.99, 937.85, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39546, 1941, 39045, 2276, 3, 34, 62.77, 63.71, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39547, 1941, 39046, 766, 1, 34, 3.33, 3.38, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39548, 1941, 39047, 1215, 9, 34, 283.50, 287.75, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39549, 1941, 39048, 1485, 1, 34, 551.14, 559.41, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39550, 1941, 39049, 5327, 9, 34, 29.07, 29.51, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39551, 1941, 39050, 3384, 9, 34, 9.28, 9.42, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39552, 1941, 39051, 5251, 9, 34, 26.62, 27.02, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39553, 1941, 39052, 2790, 1, 34, 128.00, 129.92, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39554, 1941, 39053, 1095, 9, 34, 8.15, 8.27, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39555, 1941, 39054, 2112, 3, 34, 51.00, 51.77, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39556, 1941, 39055, 1548, 3, 34, 81.37, 82.59, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39557, 1941, 39056, 5780, 1, 34, 577.50, 586.16, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39558, 1941, 39057, 5081, 9, 34, 20.98, 21.29, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39559, 1941, 39058, 1932, 1, 34, 8.29, 8.41, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39560, 1941, 39059, 4724, 1, 34, 49.03, 49.77, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39561, 1941, 39060, 2949, 3, 34, 22.84, 23.18, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39562, 1941, 39061, 21, 1, 34, 7.28, 7.39, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39563, 1941, 39062, 774, 1, 34, 7.27, 7.38, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39564, 1941, 39063, 481, 1, 34, 18.15, 18.42, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39565, 1941, 39064, 4948, 6, 34, 19.57, 19.86, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:02'),
(39566, 1941, 39065, 210, 1, 34, 42.39, 43.03, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39567, 1941, 39066, 5538, 3, 34, 232.72, 236.21, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39568, 1941, 39067, 1790, 9, 34, 25.50, 25.88, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39569, 1941, 39068, 3253, 6, 34, 16.88, 17.13, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39570, 1941, 39069, 5835, 3, 34, 19.64, 19.93, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39571, 1941, 39070, 3599, 3, 34, 11.07, 11.24, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39572, 1941, 39071, 1829, 1, 34, 0.78, 0.79, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39573, 1941, 39072, 1053, 6, 34, 3.77, 3.83, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39574, 1941, 39073, 765, 6, 34, 1.33, 1.35, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39575, 1941, 39074, 1827, 3, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-10-06 22:55:05', '2024-10-06 22:55:05', '2024-10-06 23:56:03'),
(39576, 1850, 39075, 1811, 6, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-07 14:46:02', '2024-10-07 14:46:02', '2024-10-07 15:46:02'),
(39577, 1941, 39076, 4783, 1, 34, 30.43, 30.89, 1, 1, 'ai_sell', '2024-10-08 00:07:02', '2024-10-08 00:07:02', '2024-10-08 01:07:02'),
(39578, 1941, 39077, 1559, 1, 34, 61.19, 62.11, 1, 1, 'ai_sell', '2024-10-08 00:07:02', '2024-10-08 00:07:02', '2024-10-08 01:07:02'),
(39579, 1941, 39078, 3153, 1, 34, 402.99, 409.03, 1, 1, 'ai_sell', '2024-10-08 00:07:02', '2024-10-08 00:07:02', '2024-10-08 01:07:02'),
(39580, 1941, 39079, 4824, 3, 34, 21.90, 22.23, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39581, 1941, 39080, 2770, 9, 34, 613.01, 622.21, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39582, 1941, 39081, 1056, 1, 34, 88.88, 90.21, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39583, 1941, 39082, 875, 9, 34, 17.24, 17.50, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39584, 1941, 39083, 3380, 3, 34, 16.22, 16.46, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39585, 1941, 39084, 1023, 9, 34, 163.24, 165.69, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39586, 1941, 39085, 4444, 6, 34, 27.72, 28.14, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39587, 1941, 39086, 5102, 3, 34, 5.24, 5.32, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39588, 1941, 39087, 4524, 6, 34, 10.47, 10.63, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39589, 1941, 39088, 3332, 1, 34, 21.72, 22.05, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39590, 1941, 39089, 2088, 1, 34, 15.30, 15.53, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39591, 1941, 39090, 3672, 3, 34, 58.85, 59.73, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39592, 1941, 39091, 1244, 9, 34, 527.37, 535.28, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39593, 1941, 39092, 329, 9, 34, 138.46, 140.54, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39594, 1941, 39093, 304, 9, 34, 121.67, 123.50, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39595, 1941, 39094, 3989, 1, 34, 84.82, 86.09, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39596, 1941, 39095, 177, 6, 34, 270.29, 274.34, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39597, 1941, 39096, 2249, 1, 34, 3230.27, 3278.72, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39598, 1941, 39097, 5507, 6, 34, 1313.25, 1332.95, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39599, 1941, 39098, 2053, 3, 34, 28.31, 28.73, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39600, 1941, 39099, 3690, 9, 34, 7.91, 8.03, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39601, 1941, 39100, 5704, 6, 34, 2.51, 2.55, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39602, 1941, 39101, 1632, 3, 34, 1713.60, 1739.30, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39603, 1941, 39102, 2176, 6, 34, 416.00, 422.24, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39604, 1941, 39103, 4891, 1, 34, 16.18, 16.42, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39605, 1941, 39104, 2810, 6, 34, 394.90, 400.82, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39606, 1941, 39105, 5526, 3, 34, 5.10, 5.18, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39607, 1941, 39106, 4310, 3, 34, 13.83, 14.04, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39608, 1941, 39107, 3691, 1, 34, 474.79, 481.91, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39609, 1941, 39108, 1603, 3, 34, 33.58, 34.08, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39610, 1941, 39109, 1842, 1, 34, 1.01, 1.03, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39611, 1941, 39110, 2811, 9, 34, 47.37, 48.08, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39612, 1941, 39111, 3689, 6, 34, 207.02, 210.13, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39613, 1941, 39112, 2305, 6, 34, 565.95, 574.44, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39614, 1941, 39113, 5809, 6, 34, 82.47, 83.71, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39615, 1941, 39114, 4942, 1, 34, 618.00, 627.27, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39616, 1941, 39115, 3272, 3, 34, 46.45, 47.15, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39617, 1941, 39116, 2971, 3, 34, 721.93, 732.76, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39618, 1941, 39117, 2445, 3, 34, 202.00, 205.03, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39619, 1941, 39118, 1815, 6, 34, 61.19, 62.11, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39620, 1941, 39119, 3267, 3, 34, 3.05, 3.10, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39621, 1941, 39120, 2809, 1, 34, 35.76, 36.30, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39622, 1941, 39121, 1784, 9, 34, 30.64, 31.10, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39623, 1941, 39122, 1911, 9, 34, 24.20, 24.56, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39624, 1941, 39123, 1233, 9, 34, 21.13, 21.45, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39625, 1941, 39124, 3014, 3, 34, 210.08, 213.23, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39626, 1941, 39125, 5514, 3, 34, 174.07, 176.68, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39627, 1941, 39126, 5417, 1, 34, 158.56, 160.94, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39628, 1941, 39127, 1697, 9, 34, 15.10, 15.33, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39629, 1941, 39128, 308, 3, 34, 7.84, 7.96, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39630, 1941, 39129, 4455, 6, 34, 12.11, 12.29, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39631, 1941, 39130, 4014, 3, 34, 7.75, 7.87, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39632, 1941, 39131, 803, 3, 34, 0.20, 0.20, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39633, 1941, 39132, 1844, 3, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39634, 1941, 39133, 734, 9, 34, 0.22, 0.22, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39635, 1941, 39134, 756, 6, 34, 0.46, 0.47, 1, 1, 'ai_sell', '2024-10-08 00:07:03', '2024-10-08 00:07:03', '2024-10-08 01:08:02'),
(39636, 1850, 39135, 1894, 1, 33, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-08 15:56:02', '2024-10-08 15:56:02', '2024-10-08 16:57:02'),
(39637, 1941, 39136, 5523, 6, 34, 28.09, 28.51, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39638, 1941, 39137, 3545, 6, 34, 39.68, 40.28, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39639, 1941, 39138, 5337, 3, 34, 42.00, 42.63, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39640, 1941, 39139, 5177, 1, 34, 42.63, 43.27, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39641, 1941, 39140, 1605, 3, 34, 240.61, 244.22, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39642, 1941, 39141, 5139, 1, 34, 1020.00, 1035.30, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39643, 1941, 39142, 1608, 1, 34, 9.87, 10.02, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39644, 1941, 39143, 1815, 1, 34, 61.19, 62.11, 1, 1, 'ai_sell', '2024-10-09 01:20:03', '2024-10-09 01:20:03', '2024-10-09 02:20:03'),
(39645, 1941, 39144, 689, 3, 34, 3.15, 3.20, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39646, 1941, 39145, 3676, 6, 34, 8.82, 8.95, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39647, 1941, 39146, 4083, 6, 34, 50.49, 51.25, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39648, 1941, 39147, 1570, 6, 34, 34.30, 34.81, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39649, 1941, 39148, 4479, 1, 34, 2.01, 2.04, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39650, 1941, 39149, 973, 6, 34, 15.90, 16.14, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39651, 1941, 39150, 1642, 3, 34, 231.74, 235.22, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39652, 1941, 39151, 4170, 1, 34, 146.99, 149.19, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39653, 1941, 39152, 5152, 3, 34, 6760.00, 6861.40, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39654, 1941, 39153, 5224, 9, 34, 751.43, 762.70, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39655, 1941, 39154, 1868, 6, 34, 42.38, 43.02, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39656, 1941, 39155, 4336, 1, 34, 2933.59, 2977.59, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39657, 1941, 39156, 4470, 9, 34, 1153.95, 1171.26, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39658, 1941, 39157, 444, 1, 34, 32.23, 32.71, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39659, 1941, 39158, 4218, 3, 34, 33.32, 33.82, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39660, 1941, 39159, 3642, 1, 34, 17.33, 17.59, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39661, 1941, 39160, 2527, 3, 34, 20.38, 20.69, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39662, 1941, 39161, 5891, 1, 34, 15.14, 15.37, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39663, 1941, 39162, 1266, 1, 34, 8.07, 8.19, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39664, 1941, 39163, 4773, 1, 34, 52.97, 53.76, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39665, 1941, 39164, 6148, 1, 34, 6.01, 6.10, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39666, 1941, 39165, 624, 9, 34, 1.02, 1.04, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39667, 1941, 39166, 1894, 3, 34, 0.21, 0.21, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39668, 1941, 39167, 1844, 9, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39669, 1941, 39168, 949, 3, 34, 0.31, 0.31, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39670, 1941, 39169, 1827, 1, 34, 0.13, 0.13, 1, 1, 'ai_sell', '2024-10-09 01:20:04', '2024-10-09 01:20:04', '2024-10-09 02:21:02'),
(39671, 1850, 39170, 734, 9, 33, 0.22, 0.22, 1, 1, 'ai_sell', '2024-10-09 17:07:03', '2024-10-09 17:07:03', '2024-10-09 18:08:02'),
(39672, 1941, 39171, 5940, 3, 34, 3.15, 3.20, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39673, 1941, 39172, 2228, 1, 34, 21.91, 22.24, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39674, 1941, 39173, 524, 9, 34, 138.71, 140.79, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39675, 1941, 39174, 834, 1, 34, 353.50, 358.80, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39676, 1941, 39175, 1269, 3, 34, 111.10, 112.77, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39677, 1941, 39176, 1669, 3, 34, 21.63, 21.95, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39678, 1941, 39177, 2170, 6, 34, 131.84, 133.82, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39679, 1941, 39178, 713, 6, 34, 35.88, 36.42, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39680, 1941, 39179, 1181, 6, 34, 26.26, 26.65, 1, 1, 'ai_sell', '2024-10-10 02:32:02', '2024-10-10 02:32:02', '2024-10-10 03:33:02'),
(39681, 1941, 39180, 775, 3, 34, 7.49, 7.60, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39682, 1941, 39181, 3170, 6, 34, 540.59, 548.70, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39683, 1941, 39182, 856, 6, 34, 339.89, 344.99, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39684, 1941, 39183, 5549, 6, 34, 8.63, 8.76, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39685, 1941, 39184, 3305, 1, 34, 254.52, 258.34, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39686, 1941, 39185, 3898, 1, 34, 7245.00, 7353.68, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39687, 1941, 39186, 793, 6, 34, 163.51, 165.96, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39688, 1941, 39187, 3158, 1, 34, 40.78, 41.39, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39689, 1941, 39188, 1280, 9, 34, 21.29, 21.61, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39690, 1941, 39189, 4266, 1, 34, 81.59, 82.81, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39691, 1941, 39190, 4980, 1, 34, 5.14, 5.22, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39692, 1941, 39191, 4385, 1, 34, 41.60, 42.22, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:02'),
(39693, 1941, 39192, 877, 6, 34, 87.55, 88.86, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39694, 1941, 39193, 5518, 3, 34, 18.71, 18.99, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39695, 1941, 39194, 5727, 6, 34, 36.35, 36.90, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39696, 1941, 39195, 3274, 6, 34, 135.20, 137.23, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39697, 1941, 39196, 3818, 3, 34, 83.99, 85.25, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39698, 1941, 39197, 5698, 9, 34, 132.50, 134.49, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39699, 1941, 39198, 6039, 6, 34, 8.24, 8.36, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39700, 1941, 39199, 5487, 3, 34, 342.79, 347.93, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39701, 1941, 39200, 5590, 3, 34, 57.19, 58.05, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39702, 1941, 39201, 5065, 3, 34, 33.32, 33.82, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03');
INSERT INTO `sells` (`id`, `user_id`, `ownership_id`, `product_id`, `market_id`, `investment_id`, `initial_price`, `amount`, `quantity`, `status`, `type`, `sell_time`, `created_at`, `updated_at`) VALUES
(39703, 1941, 39202, 3722, 3, 34, 2.06, 2.09, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39704, 1941, 39203, 4817, 1, 34, 17.94, 18.21, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39705, 1941, 39204, 2831, 1, 34, 1008.99, 1024.12, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39706, 1941, 39205, 4388, 9, 34, 11.22, 11.39, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39707, 1941, 39206, 4975, 6, 34, 5.13, 5.21, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39708, 1941, 39207, 2388, 9, 34, 76.56, 77.71, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39709, 1941, 39208, 4068, 6, 34, 37.33, 37.89, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39710, 1941, 39209, 2427, 9, 34, 252.00, 255.78, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39711, 1941, 39210, 495, 3, 34, 277.75, 281.92, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39712, 1941, 39211, 6058, 6, 34, 19.43, 19.72, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39713, 1941, 39212, 3427, 6, 34, 283.36, 287.61, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39714, 1941, 39213, 229, 3, 34, 229.67, 233.12, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39715, 1941, 39214, 750, 9, 34, 4.03, 4.09, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39716, 1941, 39215, 4922, 1, 34, 16.21, 16.45, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39717, 1941, 39216, 2502, 1, 34, 193.80, 196.71, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39718, 1941, 39217, 1102, 1, 34, 248.88, 252.61, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39719, 1941, 39218, 2516, 9, 34, 512.41, 520.10, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39720, 1941, 39219, 5517, 1, 34, 23.06, 23.41, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39721, 1941, 39220, 3865, 3, 34, 19.94, 20.24, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39722, 1941, 39221, 5929, 6, 34, 3.68, 3.74, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39723, 1941, 39222, 3089, 6, 34, 7.27, 7.38, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39724, 1941, 39223, 2469, 6, 34, 164.97, 167.44, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39725, 1941, 39224, 3106, 3, 34, 17.07, 17.33, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39726, 1941, 39225, 2053, 9, 34, 29.15, 29.59, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39727, 1941, 39226, 2065, 9, 34, 7.37, 7.48, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39728, 1941, 39227, 4675, 3, 34, 5.16, 5.24, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39729, 1941, 39228, 4106, 1, 34, 1.38, 1.40, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39730, 1941, 39229, 6104, 3, 34, 1.44, 1.46, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39731, 1941, 39230, 2367, 1, 34, 3.12, 3.17, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39732, 1941, 39231, 2370, 1, 34, 2.26, 2.29, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39733, 1941, 39232, 734, 1, 34, 0.22, 0.22, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39734, 1941, 39233, 756, 6, 34, 0.47, 0.48, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39735, 1941, 39234, 1827, 1, 34, 0.12, 0.12, 1, 1, 'ai_sell', '2024-10-10 02:32:03', '2024-10-10 02:32:03', '2024-10-10 03:33:03'),
(39736, 1850, 39235, 1827, 6, 33, 0.12, 0.12, 1, 1, 'ai_sell', '2024-10-10 18:18:03', '2024-10-10 18:18:03', '2024-10-10 19:19:02'),
(39737, 1850, 39236, 1827, 6, 33, 0.12, 0.12, 1, 1, 'ai_sell', '2024-10-10 18:19:02', '2024-10-10 18:19:02', '2024-10-10 19:19:02'),
(39738, 1941, 39237, 5828, 3, 34, 306.00, 310.59, 1, 1, 'ai_sell', '2024-10-11 03:45:03', '2024-10-11 03:45:03', '2024-10-11 04:46:02'),
(39739, 1941, 39238, 2203, 9, 34, 7.46, 7.57, 1, 1, 'ai_sell', '2024-10-11 03:45:03', '2024-10-11 03:45:03', '2024-10-11 04:46:02'),
(39740, 1941, 39239, 3471, 6, 34, 84.83, 86.10, 1, 1, 'ai_sell', '2024-10-11 03:45:03', '2024-10-11 03:45:03', '2024-10-11 04:46:02'),
(39741, 1941, 39240, 3969, 6, 34, 14.77, 14.99, 1, 1, 'ai_sell', '2024-10-11 03:45:03', '2024-10-11 03:45:03', '2024-10-11 04:46:02'),
(39742, 1941, 39241, 5095, 3, 34, 18.71, 18.99, 1, 1, 'ai_sell', '2024-10-11 03:45:03', '2024-10-11 03:45:03', '2024-10-11 04:46:02'),
(39743, 1941, 39242, 1691, 9, 34, 5.38, 5.46, 1, 1, 'ai_sell', '2024-10-11 03:45:03', '2024-10-11 03:45:03', '2024-10-11 04:46:02'),
(39744, 1941, 39243, 2640, 3, 34, 33.32, 33.82, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:02'),
(39745, 1941, 39244, 4231, 6, 34, 104.00, 105.56, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:02'),
(39746, 1941, 39245, 827, 9, 34, 326.40, 331.30, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:02'),
(39747, 1941, 39246, 2989, 6, 34, 98.80, 100.28, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:02'),
(39748, 1941, 39247, 686, 1, 34, 4.04, 4.10, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:02'),
(39749, 1941, 39248, 3477, 9, 34, 62.40, 63.34, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:02'),
(39750, 1941, 39249, 4389, 3, 34, 15.90, 16.14, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:02'),
(39751, 1941, 39250, 6062, 6, 34, 21.62, 21.94, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39752, 1941, 39251, 5787, 3, 34, 3.38, 3.43, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39753, 1941, 39252, 2088, 3, 34, 15.30, 15.53, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39754, 1941, 39253, 776, 1, 34, 9.44, 9.58, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39755, 1941, 39254, 5666, 3, 34, 101.00, 102.52, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39756, 1941, 39255, 3638, 6, 34, 11.33, 11.50, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39757, 1941, 39256, 5956, 3, 34, 19.28, 19.57, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39758, 1941, 39257, 6070, 6, 34, 15.30, 15.53, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39759, 1941, 39258, 4623, 6, 34, 2152.48, 2184.77, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39760, 1941, 39259, 2842, 6, 34, 20.79, 21.10, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39761, 1941, 39260, 1920, 9, 34, 39.62, 40.21, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39762, 1941, 39261, 4942, 1, 34, 618.00, 627.27, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39763, 1941, 39262, 936, 6, 34, 51.89, 52.67, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39764, 1941, 39263, 5857, 9, 34, 7.03, 7.14, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39765, 1941, 39264, 6011, 3, 34, 291.72, 296.10, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39766, 1941, 39265, 1740, 9, 34, 3.12, 3.17, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39767, 1941, 39266, 4574, 6, 34, 171.60, 174.17, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39768, 1941, 39267, 37, 6, 34, 9.54, 9.68, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39769, 1941, 39268, 1240, 6, 34, 5194.00, 5271.91, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39770, 1941, 39269, 4576, 9, 34, 9.34, 9.48, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39771, 1941, 39270, 4614, 1, 34, 26.77, 27.17, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39772, 1941, 39271, 1168, 6, 34, 84.80, 86.07, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39773, 1941, 39272, 1525, 6, 34, 136.40, 138.45, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39774, 1941, 39273, 919, 6, 34, 314.99, 319.71, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39775, 1941, 39274, 2011, 1, 34, 1462.80, 1484.74, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39776, 1941, 39275, 4399, 6, 34, 25.40, 25.78, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39777, 1941, 39276, 1616, 9, 34, 314.77, 319.49, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39778, 1941, 39277, 5366, 1, 34, 95.39, 96.82, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39779, 1941, 39278, 763, 1, 34, 31.27, 31.74, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39780, 1941, 39279, 5796, 1, 34, 1260.00, 1278.90, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39781, 1941, 39280, 5515, 6, 34, 41.34, 41.96, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39782, 1941, 39281, 324, 9, 34, 13.15, 13.35, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39783, 1941, 39282, 918, 9, 34, 10.90, 11.06, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39784, 1941, 39283, 2377, 1, 34, 37.12, 37.68, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39785, 1941, 39284, 1511, 1, 34, 20.52, 20.83, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39786, 1941, 39285, 1913, 9, 34, 14.53, 14.75, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39787, 1941, 39286, 5234, 9, 34, 395.70, 401.64, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39788, 1941, 39287, 920, 9, 34, 45.08, 45.76, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39789, 1941, 39288, 1609, 6, 34, 13.51, 13.71, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39790, 1941, 39289, 603, 9, 34, 10.60, 10.76, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39791, 1941, 39290, 4768, 9, 34, 3.03, 3.08, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39792, 1941, 39291, 5107, 9, 34, 14.26, 14.47, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39793, 1941, 39292, 5761, 9, 34, 2.04, 2.07, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03'),
(39794, 1941, 39293, 1952, 9, 34, 1.35, 1.37, 1, 1, 'ai_sell', '2024-10-11 03:45:04', '2024-10-11 03:45:04', '2024-10-11 04:46:03');

-- --------------------------------------------------------

--
-- Table structure for table `site_details`
--

CREATE TABLE `site_details` (
  `id` int NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `description` text,
  `status` varchar(11) DEFAULT NULL,
  `subject` text,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  `deleted_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `site_details`
--

INSERT INTO `site_details` (`id`, `title`, `description`, `status`, `subject`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'site_meta_description', 'Independent from Potential to Production•', NULL, NULL, '2021-10-02 04:54:07', '2023-03-11 04:45:53', '2021-10-02 04:54:07'),
(3, 'site_author', 'Jango Drills', NULL, NULL, '2021-10-02 04:59:00', '2023-03-11 04:45:53', '2021-10-02 04:59:00'),
(4, 'site_keywords', 'oil, refinery, money, Investment, earn, e-commerce, wealth, rich, mine, business', NULL, NULL, '2021-10-02 04:59:55', '2023-03-11 04:45:53', '2021-10-02 04:59:55'),
(5, 'site_logo', 'IMG_6894.PNG', NULL, NULL, '2021-10-02 05:02:29', '2023-03-11 04:45:53', '2021-10-02 05:02:29'),
(6, 'site_favicon', 'IMG_6893.PNG', NULL, NULL, '2021-10-02 05:03:03', '2023-03-11 04:45:53', '2021-10-02 05:03:03'),
(15, 'google_play', NULL, NULL, NULL, '2022-03-08 21:07:31', '2023-03-11 04:45:53', '2022-03-08 21:07:31'),
(16, 'appstore', NULL, NULL, NULL, '2022-03-08 21:07:31', '2023-03-11 04:45:53', '2022-03-08 21:07:31'),
(17, 'decline', 'Your Deposit with us has been declined due to a discontinued payment from your end. \r\nProceed with your payment to enjoy 5% of your capital every two days. \r\n\r\nTo proceed with your payment, visit our website www.jangodrills.com, make your payment, send screenshot of payment to the website, then await approval.', NULL, 'Deposit declined!', '2022-03-27 13:35:48', '2023-04-17 17:19:39', '2022-03-27 13:35:48'),
(20, 'approve', 'Your investment has been successfully approved! You can now enjoy a seamless investment with us.', 'OFF', NULL, '2023-02-16 23:20:23', '2023-08-29 02:47:32', '2023-02-16 23:20:23'),
(21, 'facebook_share', 'ON', 'ON', NULL, '2023-02-27 17:03:19', '2023-03-21 04:48:38', '2023-02-27 17:03:19'),
(22, 'whatsapp_share', 'ON', 'ON', NULL, '2023-02-27 17:03:19', '2023-03-21 04:48:38', '2023-02-27 17:03:19'),
(26, 'approve_time', '1000', 'OFF', NULL, '2023-10-02 03:05:52', '2023-10-02 03:05:52', NULL),
(27, 'min_main_withdraw', '50', NULL, NULL, '2023-11-23 16:50:29', '2024-02-06 10:14:05', '2023-11-23 16:50:29'),
(28, 'min_rebates_withdraw', '10', NULL, NULL, '2023-11-23 16:50:29', '2024-02-06 10:14:05', '2023-11-23 16:50:29'),
(29, 'main_charge', '3', '2', NULL, '2023-11-23 16:56:11', '2024-02-06 10:14:05', '2023-11-23 16:56:11'),
(30, 'rebate_charge', '2', '3', NULL, '2023-11-23 16:56:11', '2024-02-06 10:14:05', '2023-11-23 16:56:11'),
(31, 'dropoff_location', 'This is all about a test location', NULL, NULL, '2024-01-28 18:48:08', '2024-02-06 10:14:05', '2024-01-28 18:48:08');

-- --------------------------------------------------------

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` int NOT NULL,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `content` text,
  `image` varchar(255) DEFAULT NULL,
  `instagram` text,
  `facebook` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tests`
--

CREATE TABLE `tests` (
  `id` int NOT NULL,
  `value` text COLLATE utf8mb4_general_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tests`
--

INSERT INTO `tests` (`id`, `value`, `created_at`, `updated_at`) VALUES
(55, '1872', '2024-08-17 19:07:03', '2024-08-17 19:07:03'),
(56, '1877', '2024-08-17 19:07:03', '2024-08-17 19:07:03'),
(57, '1850', '2024-08-17 19:07:03', '2024-08-17 19:07:03'),
(58, '1869', '2024-08-17 19:07:03', '2024-08-17 19:07:03'),
(59, '1902', '2024-08-17 19:07:03', '2024-08-17 19:07:03'),
(60, '1902', '2024-08-17 19:07:03', '2024-08-17 19:07:03'),
(61, '1876', '2024-08-17 19:07:03', '2024-08-17 19:07:03'),
(62, '1747', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(63, NULL, '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(64, NULL, '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(65, '1869', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(66, '1866', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(67, '1870', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(68, '1873', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(69, '1866', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(70, '1866', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(71, '1867', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(72, '1868', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(73, '1869', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(74, '1873', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(75, '1866', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(76, '1869', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(77, '1872', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(78, '1870', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(79, '1870', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(80, '1881', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(81, '1872', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(82, '1877', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(83, '1850', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(84, '1869', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(85, '1902', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(86, '1902', '2024-08-17 19:08:02', '2024-08-17 19:08:02'),
(87, '1876', '2024-08-17 19:08:02', '2024-08-17 19:08:02');

-- --------------------------------------------------------

--
-- Table structure for table `transactions`
--

CREATE TABLE `transactions` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `amount` decimal(20,2) DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `transactions`
--

INSERT INTO `transactions` (`id`, `user_id`, `amount`, `status`, `type`, `created_at`, `updated_at`) VALUES
(1, 1704, 240.00, 1, 'ai_bonus', '2024-01-29 00:09:51', '2024-01-29 00:09:51'),
(2, 1706, 2.00, 1, 'ai_bonus', '2024-02-07 18:04:53', '2024-02-07 18:04:53'),
(3, 1714, 2.00, 1, 'ai_bonus', '2024-02-07 20:01:09', '2024-02-07 20:01:09'),
(4, 1715, 2.00, 1, 'ai_bonus', '2024-02-07 20:14:19', '2024-02-07 20:14:19'),
(5, 1704, 242.00, 1, 'ai_bonus', '2024-02-10 10:42:07', '2024-02-10 10:42:07'),
(6, 1741, 2.00, 1, 'ai_bonus', '2024-03-20 20:03:45', '2024-03-20 20:03:45'),
(7, 1743, 2.00, 1, 'ai_bonus', '2024-03-22 08:14:44', '2024-03-22 08:14:44'),
(8, 1743, 4.00, 1, 'ai_bonus', '2024-03-22 08:33:34', '2024-03-22 08:33:34'),
(9, 1743, 6.00, 1, 'ai_bonus', '2024-05-15 15:48:00', '2024-05-15 15:48:00'),
(10, 1743, 26.00, 1, 'ai_bonus', '2024-05-16 02:41:18', '2024-05-16 02:41:18'),
(11, 1741, 22.00, 1, 'ai_bonus', '2024-05-16 02:49:26', '2024-05-16 02:49:26'),
(12, 1741, 42.00, 1, 'ai_bonus', '2024-05-16 03:06:23', '2024-05-16 03:06:23'),
(13, 1743, 31.00, 1, 'ai_bonus', '2024-05-16 03:15:43', '2024-05-16 03:15:43'),
(14, 1743, 51.00, 1, 'ai_bonus', '2024-05-16 03:17:51', '2024-05-16 03:17:51'),
(15, 1743, 71.00, 1, 'ai_bonus', '2024-05-16 03:28:05', '2024-05-16 03:28:05'),
(16, 1743, 91.00, 1, 'ai_bonus', '2024-05-16 04:00:27', '2024-05-16 04:00:27'),
(17, 1741, 62.00, 1, 'ai_bonus', '2024-05-17 14:49:36', '2024-05-17 14:49:36'),
(18, 1743, 111.00, 1, 'ai_bonus', '2024-05-18 03:47:39', '2024-05-18 03:47:39'),
(19, 1743, 131.00, 1, 'ai_bonus', '2024-05-19 09:55:40', '2024-05-19 09:55:40'),
(20, 1743, 136.00, 1, 'ai_bonus', '2024-06-26 02:32:43', '2024-06-26 02:32:43'),
(21, 1743, 138.00, 1, 'ai_bonus', '2024-06-26 04:13:40', '2024-06-26 04:13:40'),
(22, 1743, 143.00, 1, 'ai_bonus', '2024-07-10 10:35:44', '2024-07-10 10:35:44'),
(23, 1798, 5.00, 1, 'ai_bonus', '2024-07-13 05:25:23', '2024-07-13 05:25:23'),
(24, 1743, 145.00, 1, 'ai_bonus', '2024-07-17 09:15:36', '2024-07-17 09:15:36'),
(25, 1743, 165.00, 1, 'ai_bonus', '2024-07-17 09:38:22', '2024-07-17 09:38:22'),
(26, 1798, 2.00, 1, 'ai_bonus', '2024-07-18 04:56:36', '2024-07-18 04:56:36'),
(27, 1743, 170.00, 1, 'ai_bonus', '2024-07-23 01:19:46', '2024-07-23 01:19:46'),
(28, 1743, 190.00, 1, 'ai_bonus', '2024-08-04 21:48:59', '2024-08-04 21:48:59'),
(29, 1873, 20.00, 1, 'ai_bonus', '2024-08-07 08:24:09', '2024-08-07 08:24:09'),
(30, 1798, 5.00, 1, 'ai_bonus', '2024-08-12 09:19:50', '2024-08-12 09:19:50'),
(31, 1798, 5.00, 1, 'ai_bonus', '2024-09-11 10:10:20', '2024-09-11 10:10:20'),
(32, 1743, 195.00, 1, 'ai_bonus', '2024-09-14 17:46:31', '2024-09-14 17:46:31');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` int NOT NULL,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` text,
  `email` varchar(100) DEFAULT NULL,
  `username` varchar(255) DEFAULT NULL,
  `referrer_id` int DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `raw_password` varchar(255) DEFAULT NULL,
  `first_invest` tinyint(1) DEFAULT '0' COMMENT '1 = Invested 0 = Not Invested',
  `balance` decimal(20,5) DEFAULT '0.00000',
  `rebates` decimal(20,5) DEFAULT '0.00000',
  `store_bonus` decimal(20,5) DEFAULT NULL,
  `ai_bonus` decimal(20,5) DEFAULT NULL,
  `expectation` varchar(255) DEFAULT NULL,
  `first_rebate` varchar(255) DEFAULT NULL,
  `second_rebate` varchar(255) DEFAULT NULL,
  `third_rebate` varchar(255) DEFAULT NULL,
  `mobile` varchar(200) DEFAULT NULL,
  `wallet` text,
  `type` varchar(255) DEFAULT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `activated` tinyint DEFAULT NULL,
  `dob` varchar(255) DEFAULT NULL,
  `kyc_status` tinyint DEFAULT NULL,
  `id_type` varchar(255) DEFAULT NULL,
  `dl_front` varchar(255) DEFAULT NULL,
  `dl_back` varchar(255) DEFAULT NULL,
  `ban_reason` text,
  `avatar` varchar(255) DEFAULT NULL,
  `chart_first` bigint DEFAULT NULL,
  `chart_last` bigint DEFAULT NULL,
  `chart_profit` bigint DEFAULT NULL,
  `remember_token` varchar(255) DEFAULT NULL,
  `is_two_factor` tinyint NOT NULL DEFAULT '0',
  `two_factor_code` varchar(11) DEFAULT NULL,
  `two_factor_expiry_date` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_two_factor_enabled` smallint DEFAULT '0',
  `two_factor_provisioned_uri` varchar(500) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `first_name`, `last_name`, `email`, `username`, `referrer_id`, `email_verified_at`, `password`, `raw_password`, `first_invest`, `balance`, `rebates`, `store_bonus`, `ai_bonus`, `expectation`, `first_rebate`, `second_rebate`, `third_rebate`, `mobile`, `wallet`, `type`, `status`, `activated`, `dob`, `kyc_status`, `id_type`, `dl_front`, `dl_back`, `ban_reason`, `avatar`, `chart_first`, `chart_last`, `chart_profit`, `remember_token`, `is_two_factor`, `two_factor_code`, `two_factor_expiry_date`, `created_at`, `updated_at`, `is_two_factor_enabled`, `two_factor_provisioned_uri`) VALUES
(1732, 'Jennifer', 'Jane', 'stinrecreate@gmail.com', 'Jennifer', NULL, '2024-02-19 09:27:01', '$2y$10$cCfpUMH7X3j2d9tiCZAqOO4IF/OmGhEBu1oQ4K27KhLCNDnfUp2a.', 'Jane007$', 0, 1185.49000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'CuCWR2BGcFihyPwkxtTZ91VAjjnTZbM1x7qTYGBF5PmZ', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-19 09:25:40', '2024-09-07 04:26:37', 0, NULL),
(1741, 'Festus', 'Nwokedi', 'Beazyme@gmail.com', 'Beazymestores', NULL, '2024-02-20 14:15:11', '$2y$10$wbRni2ulezi3YieehWBfNu99vju.FbKPdswiSkJ8OuFxrX.89W04G', 'Beazyme@1', 0, 288380.70000, 6294.95880, 8.00000, 62.00000, '$1M - $90M', '7', '5', '3', NULL, '7fnYMbVyce6QGD7eZC63mP8XxZsKcy3jKcivdRpnheKe', 'normal', 1, 1, '2024-02-23', 1, 'State ID', 'Festus_Nwokedi_33877.png', 'Festus_Nwokedi_52517.png', NULL, 'Festus_Nwokedi_80167.png', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 14:14:32', '2024-10-11 04:46:03', 0, NULL),
(1742, 'Emem', 'Okon', 'ememokon3@gmail.com', 'Current Store', 1741, '2024-02-20 14:30:14', '$2y$10$9kHIGec.f7.K/pQCB6lZTubfUjjhcVEmqBc0kqCfdc2WY/SYEwCtW', 'Mybutyqueen@2580', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 14:29:07', '2024-02-20 14:31:24', 0, NULL),
(1743, 'ADAM', 'MUHAIMIN', 'adammuhaimin702@gmail.com', NULL, 1741, NULL, '$2y$10$pTRDpbAcgtQkPLu1yDPIVOLh3Bhz/MjQxiYfBTC6u/Bsmtj2ON1Lu', 'Xlerha@4809', 0, 0.00000, 4150.79770, NULL, 195.00000, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 14:33:39', '2024-10-11 04:46:03', 0, NULL),
(1744, 'Muhammadu', 'Abubakar', 'Muhammadkingcash@gmail.com', NULL, 1740, NULL, '$2y$10$dq.0gC77/7rjZOYvZlznxuV7nBaMbEXdYl.ZYeXT/k3RT3UjLnqKi', 'Handcash@11', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 14:38:31', '2024-02-20 14:38:31', 0, NULL),
(1745, 'muhammed', 'mustapha abdullahi', 'muhammedmdala3525@gmail.com', NULL, 1740, NULL, '$2y$10$hUlVwqtGYncvzLk9u4lDxOaqdLw3S/PjE5e2ppgPfXouFB1sWT8M6', 'Dala1234@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 14:55:46', '2024-02-20 14:55:46', 0, NULL),
(1746, 'Rsk', 'Tkr', 'abdooldky@gmail.com', 'Risk-Taker_FX', 1740, '2024-02-20 15:23:37', '$2y$10$DEczhN5q3aJcS2s/oiqf/OLVBpijDpMNMa7MXDWibQ0pJ3AlE8Sbi', '331779@#aA', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 15:21:38', '2024-02-20 15:24:29', 0, NULL),
(1747, 'Jerry', 'Lawyer-egbe', 'jerrylawyeregbe@gmail.com', 'Shopnice', 1741, '2024-02-20 15:49:39', '$2y$10$NxcppYqvup07alm7ToMwe.PUV.Budily6iNFrTKjBgJ9H1sCJTF1C', 'ThankGod4me$', 0, 0.25000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'HUKV6jt7jEhPHVu8qoSsKs8oPL6CzD22VhmDP684rKSf', 'normal', 0, 1, '1980-01-09', 1, 'Driver\'s License', 'Jerry_Lawyer-egbe_75721.png', 'Jerry_Lawyer-egbe_89500.png', 'Unapproved region', 'Jerry_Lawyer-egbe_12842.png', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 15:47:56', '2024-07-15 14:50:55', 0, 'otpauth://totp/Global%20Ecommerce%20Arbitrage%20Store?image=https%3A%2F%2Fthecodework.com%2Fwp-content%2Fthemes%2Fthecodework%2Fassets%2Fimg%2Fthecodework_logo.png&secret=IISEVAIVSY6QIVAOEL2ELRDW2ALEA7IHJEGF5JDVVSB5XGZG5KWSMWL4BWKVOVHTYRN5INIO4LNK277CMBKKJ77HV47H57BCOQZQWIINHC7KF4SZQECXTRDBSKBDTOWSVYCBC46K7AL3VZNDPCTUME4Q7LYT34L73F5NB44TQ2JLZXIFY6SSN2Z53OXFUO7UQ7EHJTF77DT4G'),
(1748, 'Gbenga', 'Johnson', 'seniormangbosh@gmail.com', 'TheGboshStore', 1740, '2024-02-20 16:36:12', '$2y$10$pii9JjUMMPyuvmGoBalm.um8.C3cU00nZ03wMHl0j.VwZ4KCsYHUi', 'John1son2@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 16:34:43', '2024-02-20 16:36:51', 0, NULL),
(1749, 'Bartholomew', 'OBUO', 'bartholomewobuo688@gmail.com', 'KnowledgeStore', 1741, '2024-02-20 18:41:56', '$2y$10$rRvtBpQaWXpzIwgmvGuCOu8oCEpuzYZiNCOhKg9hmax6jBRMikEQ.', 'Obuobartholomew2$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 18:34:34', '2024-02-20 18:43:35', 0, NULL),
(1750, 'King', 'Kaver', 'kjbenson515@gmail.com', NULL, 1743, NULL, '$2y$10$hqgiAj9Y9AR/bptvj7dChOXiOaGtawRAJKN4Tn9bZCxs57/BkRdQm', 'Badass020$', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 20:26:20', '2024-02-20 20:26:20', 0, NULL),
(1751, 'Chizoba', 'Onummadu', 'gracewoman2018@gmail.com', 'GRACEWOMAN', 1741, '2024-02-20 22:09:54', '$2y$10$ObFfve3Y.ECeFg/LVcECi.MGgZTW2m/w.JzG0Wsxy2VLCjAI4Q.ye', 'Grace-woman2022', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-20 22:08:09', '2024-03-02 13:58:14', 0, NULL),
(1752, 'Sayyadi', 'Shehu', 'shehuhadi38@gmail.com', 'BANUUSAYYADEE ENTERPRISES', 1740, '2024-02-21 09:25:05', '$2y$10$Lx/vlMBs/dSFdtjaEBWW9uM8O2KdZpY.qVbzRARMdCWlNNfXjyypG', '@Sh36661496', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-21 09:24:32', '2024-02-21 09:26:17', 0, NULL),
(1753, 'Abdulganiyy', 'Abdulmujeeb', 'abdulganiyyabdulmujeeb1@gmail.com', 'Abdulganiyy', 1743, '2024-02-21 10:26:27', '$2y$10$f1EIK6/hYCPZzrFznwRJyO5LHCLVpHbrK0bCqnR4lFkxYHVCNAHhK', 'Mujeeb@1', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-21 10:25:57', '2024-02-21 10:27:14', 0, NULL),
(1754, 'Ishaku', 'Yakubu', 'yakubuishaku400@gmail.com', 'Shaksmanstore', 1741, '2024-02-21 12:28:47', '$2y$10$BduGJ0Vf9uqpek6mggJ7AeLKLbX0lJrByS9FwXqn.aDoi28z/0IHK', '$Hwazee1993', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-21 12:11:36', '2024-02-21 12:31:17', 0, NULL),
(1755, 'Chisom', 'Akwudolu', 'chisomakwudolu@gmail.com', 'AustinDon  United Ltd', 1743, '2024-02-22 09:09:13', '$2y$10$cxZO1mcWsfUW/BK/XLnPsuSe4Ht8NGKt/maOZzPad193sNmJrDT2y', 'Leolegend1$', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 09:02:14', '2024-02-22 09:12:13', 0, NULL),
(1756, 'Emmanuel', 'Peter', 'pe6637@gmail.com', NULL, 1741, NULL, '$2y$10$XsjDl7eTUM7397x.z2EFtu3ftAQNjrGSB.LoOrDhCylNJYGS2yd/m', 'PeTer2006@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 09:11:59', '2024-02-22 09:11:59', 0, NULL),
(1757, 'Victor', 'Oseghale', 'lordwealth777@gmail.com', NULL, 1741, NULL, '$2y$10$Mmgd.G23J5/Ay7J/7C3QkupDHm3iEudhz59JC9Vuroy1mEB7vhx9W', 'ONOSEtale1234$', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 09:18:05', '2024-02-22 09:18:05', 0, NULL),
(1758, 'Victor', 'Oseghale', 'onosetalev@gmail.com', 'LORDWEALTH', 1741, '2024-02-22 09:22:09', '$2y$10$dOmpQ4i/VA3Pxk26LuYlCO1ug3X5B1r4V3uaC.7gN0dF6bj6nMMfC', 'ONOSEtale1234$', 0, 0.00000, 0.00000, NULL, NULL, '$60k - $100k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 09:21:30', '2024-02-22 09:26:38', 0, NULL),
(1759, 'James Chukwuemeka', 'Ezeh', 'jamesezeh34@gmail.com', 'James44', 1741, '2024-02-22 09:52:57', '$2y$10$37l9.5bP3MiHPoUJ.rRUn.50vmcSEbwWqJ9gqk0/HsyMSbCjOoXf.', 'Xy2309@2021', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 09:52:18', '2024-02-22 09:53:44', 0, NULL),
(1760, 'Ihekwoaba', 'David', 'pharellikenna@gmail.com', 'Chief ihekwoaba', 1741, '2024-02-22 10:10:06', '$2y$10$ZFtCGEzdN4zOkxdrddkQ0eNJ.U/vDQ5WoQiDEtLpqI18hwIQp9jJK', '12345Poshy$', 0, 3485.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, '9veCgMoaybu8rHvwTsAmNQSMzxZawXXYRmhpepRWYTZj', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 10:07:00', '2024-02-29 16:10:32', 0, NULL),
(1761, 'Black', 'David', 'josephgorge881@gmail.com', 'Black', 1743, '2024-02-22 10:14:32', '$2y$10$r8ShlxpT13AuBcJg8iG0SerVzKu3TK0YAVRHnLIUfuK/jDirPpa7y', 'GOd12345$', 0, 3500.00000, 0.00000, NULL, NULL, '$60k - $100k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 10:08:37', '2024-02-22 12:29:34', 0, NULL),
(1762, 'Muhammed Aliyu', 'Sani', 'haliyu191@gmail.com', 'Aliyumhd80', 1741, '2024-02-22 10:18:58', '$2y$10$iSiYf82q.tA4edx1sg4y/uV7jqf6w4hkXsWNp3L2VBAqFTCoHyUB2', 'Aliyu3757@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 10:17:58', '2024-02-22 10:37:02', 0, NULL),
(1763, 'Saram', 'Drony', 'saramdrony52@gmail.com', 'Donaldstore', 1741, '2024-02-22 10:35:12', '$2y$10$NAYtLP76jTFaz4iprFzYGegfN4mQJUH5oX6E0RXbjZXvoD1xg.S.6', 'aNoziepi@0', 0, 100.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 10:32:20', '2024-02-22 12:28:57', 0, NULL),
(1764, 'Sharifat', 'Muhammad', 'sharifatmuhammad2023@gmail.com', 'C2C', 1741, '2024-02-22 10:49:45', '$2y$10$rIdkVyFU7Eals49voRLoHe68NWjqffSv00a1E47QbNQ5qs/K4qAnG', '143Mw12@', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 10:48:21', '2024-02-22 10:50:42', 0, NULL),
(1765, 'Abiodun', 'Adeniyi', 'abiodunomoadeniyi@gmail.com', 'Glitter Store', 1741, '2024-02-22 11:10:38', '$2y$10$qRgiVM1aDDLJ20BgzQCLaeDxCdZVs3PgmsV9ouT7.NKL8A130DFgi', 'Abbeymaster#1', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 11:09:42', '2024-02-22 11:16:39', 0, NULL),
(1766, 'Opeyemi', 'Adeosun', 'hardesjidy@gmail.com', 'OPgrace store', 1741, '2024-02-22 12:14:46', '$2y$10$rBzvPX8pHPA/gMBjOIIsBerjC7FYWUOOrc59nGVvFTU7I848Twolm', 'Favour@1234', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 12:10:36', '2024-02-22 12:24:26', 0, NULL),
(1767, 'Faith Yohanna', 'Ishaya', 'faithishayo2000@gmail.com', 'Faithee', 1741, '2024-02-22 12:52:54', '$2y$10$dm6AmMBAWp8txYR3BS0ro.k9rMMvF1XWhja32f2PV1DiybIvcecuK', 'Faithee202@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 12:52:18', '2024-02-22 12:53:32', 0, NULL),
(1768, 'Adeleye', 'Mubarak', 'boluwatifeadeleye4@gmail.com', 'Exquisite Murof Enterprises', 1743, '2024-02-22 17:46:50', '$2y$10$2JFaLETE/HC/KuWc1mcWReGRgtw7TD./eO9U.V4m1cQJvcJ01EWuK', 'Ayomide@1996', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 17:46:11', '2024-02-22 17:47:38', 0, NULL),
(1769, 'Musa', 'Lawan', 'Musalawan22@yahoo.com', 'Muserh51', 1741, '2024-02-22 19:40:48', '$2y$10$4D33HxHj/D/ktRXlRx08Ju7JN5EbcKIPm8/0FRJSAGj2zJY3j4n/C', 'Musa515253@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 19:39:37', '2024-02-22 19:41:20', 0, NULL),
(1770, 'Kelvin', 'Godwin', 'kelvingodwin369@gmail.com', 'Skylark global ventures', 1741, '2024-02-22 22:13:02', '$2y$10$p.bEogut23AR0WyNv1jst.nvnOzerDZgbNvLI1100mnNN7j6U6gp2', 'Ifeco123$$', 0, 0.00000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 22:06:56', '2024-02-22 23:15:38', 0, NULL),
(1771, 'Hassan Gabaju', 'Bizi', 'hassangabajubizi@gmail.com', 'Bizi', 1743, '2024-02-22 22:20:32', '$2y$10$YkkZh8AlMQoUP5HEeJiWy.r3c7ExH38DRo/pT22RkIF7muBnhPnYO', 'hassanGb1$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 22:19:51', '2024-02-22 22:22:07', 0, NULL),
(1772, 'Samuel', 'Olaniyi', 'psalmyj@gmail.com', 'Businice', 1741, '2024-02-22 22:53:08', '$2y$10$aSdO7t4za9ayKiL7SPeK1OKovgapa6GFBFGYlhzBU4EtbhigZobtK', '$@mu3l01A', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-22 22:52:16', '2024-02-22 22:59:00', 0, NULL),
(1773, 'Amos', 'Ameh', 'amosameh8@gmail.com', 'Lamour', 1741, '2024-02-23 09:56:01', '$2y$10$ef9lKMmF14tfckBVJUc3JO5lzrPMktSKzO.Ae6J/YLRDMl30ovCbq', 'Favourb2@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 09:55:17', '2024-02-23 09:56:47', 0, NULL),
(1774, 'MIKE', 'OBED', 'mikeobed65@gmail.com', 'MYKE VENTURES', 1741, '2024-02-23 10:43:16', '$2y$10$1ZujGqafPEk.6c50.lJ5R.GgXprUnD6g/RfsQm8OX/.s5ZIDvBJGy', 'Daniel65$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 10:41:32', '2024-02-23 10:45:26', 0, NULL),
(1775, 'Akporuaro', 'Emmanuel', 'akporuaroe360@gmail.com', 'Blue Birds', 1741, '2024-02-23 12:51:17', '$2y$10$avJPEN2lqKyjaD.Kp7qo/Odn/bc3.3DZhoI/cXUvfmd.63VfuR2Um', 'Edu-1507661', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 12:50:19', '2024-02-23 12:52:17', 0, NULL),
(1776, 'Emmanuel Victor', 'Uchechukwu Okorie', 'emmanuelokorie26@gmail.com', 'NejStore', 1741, '2024-02-23 14:49:55', '$2y$10$rSLggV9tCK9lwajWxaGLfuNuai0ltJlS29MxGzGk/AaqhguYBLyNK', 'Emmanuel@nej1', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 14:47:20', '2024-02-23 14:50:58', 0, NULL),
(1777, 'Echebiri', 'Chizurum', 'Echebiri602@gmail.com', 'Echebiri602@gmail.com', 1743, '2024-02-23 15:33:52', '$2y$10$FBHCQJda6YzIUX3QN9KQEu5heHesRfCsBml2Gtl/8mvdT0ojw9IwK', '10Don16$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 15:27:31', '2024-02-23 15:53:08', 0, NULL),
(1778, 'John', 'Johnny', 'ryanmiller6873@gmail.com', NULL, NULL, NULL, '$2y$10$q8Db/08psC812UJdG/jdJeVKqFRbUrdDw7zS.Tz/26eseZGg0G.hm', '@Johnny1234', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 16:57:16', '2024-02-23 16:57:16', 0, NULL),
(1779, 'John', 'Christopher', 'ryanmiller6872@gmail.com', 'Johnboscostores', NULL, '2024-02-23 17:08:24', '$2y$10$Y/Dpr0/4232Bhnst5fyIQegwmmErh9Mrjt1muTOfYvB2iBflK96u.', '$Johnny123', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'JrWwbnHHq5AFRVFFPFXYGN6VrITNM5FQw1cvQSFPraQm8uzwqohIesnMigJu', 0, NULL, NULL, '2024-02-23 17:06:26', '2024-02-23 17:11:14', 0, NULL),
(1780, 'Emmanuel', 'edem', 'tomcruzz549@gmail.com', 'Tommie', 1743, '2024-02-23 17:17:35', '$2y$10$LBmCMZA.o760Tg2aMCji4uizJujq58t.MfvtQB272wczhzNsecr.q', 'Tomtom70@', 0, 0.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 17:12:49', '2024-02-23 17:22:25', 0, NULL),
(1781, 'Mary', 'Okorafor', 'memebaby576@gmail.com', 'Mayrossy', 1741, '2024-02-23 17:15:02', '$2y$10$VeYpBt7yU2A6PK3OMdtMJ.Am3MIoTD4s/fgAvHB2SfNXwV1YSrBCO', 'May34@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 17:14:14', '2024-02-23 17:15:41', 0, NULL),
(1782, 'UCHE', 'SAMUEL', 'ozoemenamuche2@gmail.com', 'UCHESAMUEL', 1740, '2024-02-23 20:36:48', '$2y$10$AuCX6e/.fu5LA.yfp0Uvj.YefpfkXWUV.J7p0jExTb4xDWdU86e3W', 'Ogochukwu123*', 0, 0.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-23 20:32:09', '2024-02-23 20:37:28', 0, NULL),
(1783, 'Syed Muhammad', 'Faqih', 'myabikstyle@gmail.com', 'Abik Store', 1743, '2024-02-24 02:57:06', '$2y$10$JJg17bIBMx6DM/b5lp8oK.Ai2Z6oIlJvL3c8AmOYv3zEABCw2Lj.6', 'Ti1nybxgp1!', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-24 02:55:39', '2024-02-24 02:57:23', 0, NULL),
(1784, 'Mohammed', 'Abubakar', 'abubakarlamara@gmail.com', 'Razes1048', 1743, '2024-02-24 06:35:40', '$2y$10$UsHbbuHSqR30LsH0o2Mlre1gRlgoI6L2Lib77DAvcpB/LII5YwYPa', 'Lam@0806', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-24 06:33:29', '2024-02-24 06:38:39', 0, NULL),
(1785, 'Jabir', 'Musa', 'jabirmusa01@gmail.com', 'Luxura', 1741, '2024-02-24 14:57:09', '$2y$10$///e9qdkqFfPseHULWFgTet1bjm705QBbTRacar4hDIizf0JhSf2C', '@Jab64619972', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-24 14:55:55', '2024-02-24 14:57:44', 0, NULL),
(1786, 'Muhammad', 'Madaki', 'daniski00200@gmail.com', 'Madaki', 1740, '2024-02-25 11:50:22', '$2y$10$aXxReIuuuq0pyDKh8aFViu6HNhzx13O5O0I9hmlTH.xcPEqnCKMxO', 'DaNiski002%', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-25 11:49:33', '2024-02-25 11:51:33', 0, NULL),
(1787, 'Muhammad', 'Umar', 'ui.muhd01@gmail.com', 'uimuhd', 1743, '2024-02-26 07:22:51', '$2y$10$ahWbGGRXC.Ug/Eu8mh686u9MZXPl42AWERccs3GtKiEYZETFTQe0e', 'NEWproject2024$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-26 07:21:56', '2024-02-26 07:23:34', 0, NULL),
(1788, 'Samuel', 'Anyalenkeya', 'samuelanya9@gmail.com', 'Samuelanya', 1743, '2024-02-26 07:24:43', '$2y$10$RZpJSW.LussAYAebe8SDMODLfFEr2gqAJO7A3qW4n08exOvqDDQFS', 'Samuel@1992', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-26 07:23:46', '2024-02-26 07:25:29', 0, NULL),
(1789, 'Muhammad', 'Abubakar', 'muhammadasadiq100@gmail.com', 'Mudee', NULL, '2024-02-26 23:41:05', '$2y$10$HZkxK5mwkT2w0iqoYrLn1u6iOwVjZ8dL.hrivn2y/.31O.Nrnfcge', 'mamudeeMm8#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-26 23:38:51', '2024-02-26 23:42:51', 0, NULL),
(1790, 'Israel', 'Sanyaolu', 'theamenfashionstyles@gmail.com', 'Amen store', 1741, '2024-02-28 07:31:31', '$2y$10$xle9IJl5dzHEyTWsNellQOf1LEH09CCzJ.JTHEB.8k1lQGNy8fAvS', 'aDEKUNLE1999.', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'TLap0HBEQE4zpQeSO3zInmSGCTyTKBbHYKehPCs2DGMPBpBcH3XRJy6v6pz9', 0, NULL, NULL, '2024-02-28 07:25:48', '2024-02-28 07:32:11', 0, NULL),
(1791, 'Blessing', 'Akinfolarin', 'blessingimoleayo4444@gmail.com', 'Crystal96', 1741, '2024-02-28 08:21:20', '$2y$10$dObKCc8JZ4NhWEQZZ4wmHOHKRqtiCdCQsRHLkLecKeK4lzLS4h1Qi', 'Ayomide05@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-28 08:20:44', '2024-02-28 08:21:55', 0, NULL),
(1792, 'Tunde', 'Agbabiaka', 'projectsagba@gmail.com', 'More888', 1741, '2024-02-28 12:07:58', '$2y$10$VUFfMBnHnhE/VWbLNZKGRe/OEd8EyqiMyWN0Ll9xOoqNbtOXOw8Dm', 'Gloecom777#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-28 12:05:34', '2024-02-28 12:09:10', 0, NULL),
(1793, 'Kalubiko', 'Richard', 'gentlerichyonline@gmail.com', NULL, 1743, NULL, '$2y$10$lxzqimc0oxR6HbFmP3l9/umCclm79uRA5wkhrGoiqB6ZBHUDHt7Vm', 'tm2u7k7Atu@xLcg', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-28 13:23:52', '2024-02-28 13:23:52', 0, NULL),
(1794, 'Innocent', 'Dickson', 'sonlifedickson1985@gmail.com', 'Sonlife87', 1741, '2024-02-29 10:08:28', '$2y$10$z9gZpEtDhpgtY7vfTs2xW.TlFg.AVKQNoYlz4HE52Hp78Tl3bUEC.', 'Innocent@1', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-02-29 10:07:48', '2024-02-29 10:10:39', 0, NULL),
(1795, 'Ndidiamaka', 'Uzoma', 'londonladygeneral@gmail.com', 'LONDONLADY', 1751, '2024-03-01 19:29:39', '$2y$10$2twHUoj0/qY7fIaSAgkjmuDOSxLfmBVH8gbhcFXtbl6B6D/KcJzki', 'Londonlafy-2022', 0, 0.00000, 0.00000, NULL, NULL, '$60k - $100k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-01 19:20:28', '2024-03-01 19:37:14', 0, NULL),
(1796, 'Florence', 'Olatoye', 'enugunum@yahoo.com', 'Flowjo360', 1751, '2024-03-02 12:59:59', '$2y$10$j4/kHPr2goSp3yQH2hbFEemOP93iSb7FRb0SmMg29R2eU0X7rXGm2', 'Flowjo360#', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-02 08:28:29', '2024-03-02 13:01:12', 0, NULL),
(1797, 'Apeaule', 'Albert Terngu', 'apeaulea@gmail.com', 'ScantyBiz', 1741, '2024-03-02 11:41:17', '$2y$10$cV4O.sCcZq6qzNfDj0oFSeya8CBrf/vrdPLd/H2Kbkb50IGuPSJhK', '@*#Alb10APE1989', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-02 11:40:11', '2024-03-02 11:43:34', 0, NULL),
(1798, 'Eno', 'Etuk', 'enoetuk61@gmail.com', 'Feelyards', 1741, '2024-03-04 23:55:41', '$2y$10$5GF0ZM8OHrEnz/JT56EyJOTPCeA/JACd6J3zc/c3ikn8RkdRb4o9.', 'Nolla4eva@', 0, 0.30120, 4.11840, 0.00000, 0.00000, '$500 - $1k', '7', '5', '3', NULL, 'FCfM3Vab2jNjNUG3QJ4Zx86ghD2yBR3RcEY7LRSjmuW1', 'normal', 1, 1, '1989-06-17', 1, 'State ID', 'Eno_Etuk_61512.jpeg', 'Eno_Etuk_77418.jpeg', NULL, 'Eno_Etuk_56128.jpeg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-04 23:54:38', '2024-10-10 19:19:02', NULL, 'otpauth://totp/Global%20Ecommerce%20Arbitrage%20Store?image=https%3A%2F%2Fthecodework.com%2Fwp-content%2Fthemes%2Fthecodework%2Fassets%2Fimg%2Fthecodework_logo.png&secret=4UOY2QE46FXMXNW3TPQ2I6V5TRV2BSUQJ4NFCH523AFXASVIIKMLHZVMTLHUB77JCRD5TGGK5NZQU6VPNLVQ6SXYGWECOTFA7CZXGVRXVLD7ZMM3SDPNL2GLBOXKNCUAKQWHS2VWMSAUYJJML3TLYRUNQHJEXAKW6KRJXXVS7EJOCZ4YMNXBWLFOWLTIZ3WLU4S2UNX2MXIIE'),
(1799, 'Evelyn', 'Utuota', 'evelynutuota@gmail.com', 'Eve-tetre\'s Shop', 1747, '2024-03-12 09:43:08', '$2y$10$Usv6PKYwtuFz9eFz3ORCSufY7mhl0Ks8UmfgXIYHa9V5fiQ0qu/9e', 'ThankGod4me$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-07 15:17:36', '2024-03-12 09:48:58', 0, NULL),
(1800, 'Oteng', 'Eric', 'baffourwan2@gmail.com', 'SIKABA', 1743, '2024-03-08 23:02:31', '$2y$10$zG1HQmbSUAUGIQ63HF1CfuJbYTFjEa4EVE5Y.oJOA/csLq/bOqsdq', 'Eric0542059634@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-08 23:00:25', '2024-03-08 23:03:14', 0, NULL),
(1801, 'Joy', 'Obojorua', 'obojoruajoy@gmail.com', 'Shop good', 1747, '2024-03-09 13:23:35', '$2y$10$sxrI56a2OR4X4xn0vu2lWuejjNxfgLoKZKW77J4qcb0PqX6xej8CS', 'ThankGod4me$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-09 13:07:48', '2024-03-09 13:24:44', 0, NULL),
(1803, 'Kevin', 'Kungu', 'legacykn@gmail.com', NULL, 1743, NULL, '$2y$10$F/oPLX2Q5OuWiuJ0QoK6NOG0efbCN4Rik0nlreUhGBwUG3SR/1kf.', 'gE83*75#m', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-15 13:01:11', '2024-03-15 13:01:11', 0, NULL),
(1804, 'caliber', 'caliber', 'qmtbjtdph.h@monochord.xyz', NULL, NULL, NULL, '$2y$10$gSgCHtEaO1JKt9yO0Qj2XurdQCF.i65H8T2SLVlqgmm4ytWqhmLEe', '5A5ZqOpL6!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-15 22:49:40', '2024-03-15 22:49:40', 0, NULL),
(1805, 'kostas', 'kostas', 'giohonda@gmail.com', NULL, NULL, NULL, '$2y$10$3feNwyFy4QvFitzQBeYE7eLBgxkxwYv..sYSlKphrCt4qE8qyVSra', 'JpVy5mcQ2@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-15 23:58:43', '2024-03-15 23:58:43', 0, NULL),
(1806, 'thebault', 'thebault', 'iwa4001@med.cornell.edu', NULL, NULL, NULL, '$2y$10$MMEftCnhqFuEhyEDNap74ubW7CqvDha8ESvVvqE/1w6aRbvNfwJLy', 'xJBT27dN2@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-17 01:39:09', '2024-03-17 01:39:09', 0, NULL),
(1807, 'dawneen', 'dawneen', 'kpkellum@hotmail.com', NULL, NULL, NULL, '$2y$10$7lsfMyv1FhhaJQDDQzsfj.CeKhwnj1mJ5ePuuqsyyfRH1kczwTpbK', 'u15DJRDJ4#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-17 16:02:18', '2024-03-17 16:02:18', 0, NULL),
(1808, 'grantlee', 'grantlee', 'sagrenn@msn.com', NULL, NULL, NULL, '$2y$10$yB1VcamwwSP.PKzfImXx8.ppdSi.hexuJA6mtPJwhGntClJJOBeYC', 'FWn5T7tV8@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-18 01:33:39', '2024-03-18 01:33:39', 0, NULL),
(1809, 'trane', 'trane', 'cameroncrafe00@gmail.com', NULL, NULL, NULL, '$2y$10$k79LQ6JpLhYF9NO8EMarXuthrRmbavHya6m9HmNLIgoDnoxYTNgCy', 'zNV46ftM6!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-18 16:28:01', '2024-03-18 16:28:01', 0, NULL),
(1810, 'telena', 'telena', 'sethsalado@gmail.com', NULL, NULL, NULL, '$2y$10$wkcJCtmAJG7EeRvL0J2sD.CTeLLFPqwQybk0yvcQa/CQrOWSGhIy6', '8t2jMiWN6@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-18 18:08:46', '2024-03-18 18:08:46', 0, NULL),
(1811, 'shannell', 'shannell', 'mark@marksmanproperties.com', NULL, NULL, NULL, '$2y$10$Kecix/FwloS.VbXpdQKjW.es6a1Ih3nDtywG3diTyH/85vOAOO6Cm', '9FsWyzUM3!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-18 23:59:39', '2024-03-18 23:59:39', 0, NULL),
(1812, 'haegan', 'haegan', '1millby2025@gmail.com', NULL, NULL, NULL, '$2y$10$/qbZQ5idOLNwiPcjmEGzrumzAlfC0pioxVLoVeu1Eepfg4p.0pxVa', 'jssAjL3H1#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 09:57:08', '2024-03-19 09:57:08', 0, NULL),
(1813, '* * * Apple iPhone 15 Free: http://infointensify.com/uploads/go.php * * * hs=64cecefdc77d6d2d3c0f702686c34472*', 'zxw727', 'okebepu@merepost.com', NULL, NULL, NULL, '$2y$10$1uPrxFV9JzTAAK0SP8HdWeVlFcwAnJtupD8sj.iEeuZSrbp2876.S', 'xS:[\'`0)h2bY', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 11:54:24', '2024-03-19 11:54:24', 0, NULL),
(1814, 'Jerry', 'Ajari', 'afrojerrue06@gmail.com', 'Bull run', 1741, '2024-03-19 13:11:33', '$2y$10$RevgRJb/4lbSx7GAGypiG.ZBNmojfqlLIk51ebVeYCzUI.McNOE2G', '4022@jerrY', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 13:09:39', '2024-03-19 13:14:05', 0, NULL),
(1815, 'Adeola', 'Oluwajuwon Sunday', 'adeolaoluwajuwonsunday@gmail.com', 'Jaytechnology global system and phone repair', 1741, '2024-03-19 13:13:03', '$2y$10$5uZQSGv1oNKXRER61HrHn.KVRYBM44APrVsfnVIVMUOhOIDvAbb9e', 'Jaytechnology1@', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 13:11:50', '2024-03-19 13:14:12', 0, NULL),
(1816, 'Ayodeji', 'Sipasi', 'olamilekeayo@gmail.com', NULL, 1741, NULL, '$2y$10$/PY9LslQ8aDC2wfrxuGtR.3UP7r7P6XFAEQ5IlBd5Q7SSEEyCUxnG', 'Blinking@21', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 13:24:17', '2024-03-19 13:24:17', 0, NULL),
(1817, 'kammi', 'kammi', 'theflying_j@hotmail.com', NULL, NULL, NULL, '$2y$10$TUBAJ7Js1rI98ScNeEHxSea/rt0o2PXluo2Knh7Vpt0n4.DWq6FhC', '5UdIoe6J3!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 17:32:37', '2024-03-19 17:32:37', 0, NULL),
(1818, 'Oluwasegun', 'Amusan', 'oluwasegunamusan01@gmail.com', 'C2C Store Name', 1741, '2024-03-19 21:06:23', '$2y$10$ykTnh.U03zVY7OFgWFIPs.dqfYUk3lik44Si0VMpGWeMjGWF74A7K', 'Amusan@1', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 21:02:57', '2024-03-19 21:09:45', 0, NULL),
(1819, 'deeanna', 'deeanna', 'madams0730@hotmail.com', NULL, NULL, NULL, '$2y$10$yODCD4txfOTCy9nAtWJfZuX8d6YWbIJgbuVT0kk7ScW.R/9tnoerS', '5iZpcnvT8!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 21:10:06', '2024-03-19 21:10:06', 0, NULL),
(1820, 'delynne', 'delynne', 'experttaxprep@gmail.com', NULL, NULL, NULL, '$2y$10$eCBQrtuOBN4v6x3jc99OZudj1CR261xK8RLfK9qQOVuXhxbWTt1zi', 'kzlI9ObC4@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-19 23:44:44', '2024-03-19 23:44:44', 0, NULL),
(1821, 'jedrek', 'jedrek', 'valeriejdaniel@gmail.com', NULL, NULL, NULL, '$2y$10$.HfgG6rzEb/8GlFEvcE9EO.7GpxZrJvyaggdgPz6cLSEjOMm4sQxa', 'iqJCD1bU6!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-20 02:00:02', '2024-03-20 02:00:02', 0, NULL),
(1822, 'Jane', 'Ojelemoh', 'janny1432002@yahoo.com', 'Jazino', 1741, '2024-03-20 04:17:56', '$2y$10$cGS4o5KMhFpC6ZL/Z7fBqOK4TUa5C.5yt2hk1VcTV6M2bohxjOkjG', 'XVZ5uXPh@zNr@QM', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-20 04:15:18', '2024-03-20 04:19:07', 0, NULL),
(1823, 'obeth', 'obeth', 'vanordens@comcast.net', NULL, NULL, NULL, '$2y$10$1h7jqsBdijGauYKeob.ldOTpXsFmCSgw.AMGUv/qNwrdZEFMpZC/y', 'XK6jfjsU8#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-20 10:41:46', '2024-03-20 10:41:46', 0, NULL),
(1824, 'sierria', 'sierria', 'eric.skv@gmail.com', NULL, NULL, NULL, '$2y$10$3E2doioC/LqqS810DOGOhueG2z4cLeNyip1zRgpSRK0DkcmYBtXY6', 'JI2bhH2B8#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-20 17:10:46', '2024-03-20 17:10:46', 0, NULL),
(1825, 'akram', 'akram', 'miascanga2@gmail.com', NULL, NULL, NULL, '$2y$10$5/1ISQ3NopOEgtI4LiGcWOg/fmPJm.ztB.unUvN/F7rMg6NVQ0zzG', 'wQTApjeM9#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-20 17:10:46', '2024-03-20 17:10:46', 0, NULL),
(1826, 'assan', 'assan', 'anegrea88@gmail.com', NULL, NULL, NULL, '$2y$10$ZYU/8TAz0.LiGrbS4HZz7uxJwtw6UIQaW6GEohd6Q5IG3At1qLscK', 'PeZxF11R2@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-20 22:24:51', '2024-03-20 22:24:51', 0, NULL),
(1827, 'marquasia', 'marquasia', 'panerabreadchicken@gmail.com', NULL, NULL, NULL, '$2y$10$b5X2pmht8GelpG.aN.IdbuCMFxOqcClCRjYLtNzFTPJs6ogjQ3MJy', 'WhpEu6yL9!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-21 01:36:20', '2024-03-21 01:36:20', 0, NULL),
(1828, 'delcan', 'delcan', 'cbunch@vss-security-services.com', NULL, NULL, NULL, '$2y$10$caSdJuBR6kwbXpAycBxByuG/ciNITeSa5IS/vyCQl0aBV8Di9PdmO', 'BpZljBON7@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-21 10:43:07', '2024-03-21 10:43:07', 0, NULL),
(1829, 'Jacob', 'Otunla', 'jacobean247@yahoo.com', NULL, 1741, NULL, '$2y$10$XjjeGk6K2nD1148WNaVpU.uHndkWGpQBtx8TWK1IF75qIYe3Bhegy', 'Ja#cob247', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'gsw38FMBpA742OunFtzfzex6dMjb7ymhFQ7v0tI8XyyZhwZ1h8fGvLvnGaQQ', 0, NULL, NULL, '2024-03-21 14:33:58', '2024-04-17 14:10:26', 0, NULL),
(1830, 'magic', 'magic', 'joyvanneste@hotmail.com', NULL, NULL, NULL, '$2y$10$UrqVIoV.8.hQGMgLukwPEuiXVgYRylKaa6o81W9MJR/hrhA1uiVAi', 'QkMVEjqV6@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-21 16:17:33', '2024-03-21 16:17:33', 0, NULL),
(1831, 'aldus', 'aldus', 'ginny@griffith.com', NULL, NULL, NULL, '$2y$10$zwJ/tc188vuM07QOrKz.OeEdu3J6QukOw8YAbFyjbvQ4dpssIUOAS', '43kUWFCT9!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-21 16:17:33', '2024-03-21 16:17:33', 0, NULL),
(1832, 'srinithya', 'srinithya', 'josh@laneyfarms.com', NULL, NULL, NULL, '$2y$10$tXPH2j.4hHd2dbAXUj8RGuHTedfom4uPnx/OAosczbHRDmbeqze8K', 'FJKOEEkJ6@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-21 16:17:33', '2024-03-21 16:17:33', 0, NULL),
(1834, 'aurther', 'aurther', 'sharianmatt5426@gmail.com', NULL, NULL, NULL, '$2y$10$BcRavO/fwLbYviPR381eP.fxWaqNypgfdOSzguOXUgnA/Szf54Sbu', '7rT7hSuR9#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-21 20:58:20', '2024-03-21 20:58:20', 0, NULL),
(1835, 'laurale', 'laurale', 'pwpctmtww.h@monochord.xyz', NULL, NULL, NULL, '$2y$10$1Xtp8euc7NZ8oX8tWVbaF.c9qIwoDd9.ZBaYRq5N4FQoqwX3rOrrO', 'j22e5aoP8!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-21 23:57:04', '2024-03-21 23:57:04', 0, NULL),
(1836, 'zaily', 'zaily', 'rmaldonadofernandez@gmail.com', NULL, NULL, NULL, '$2y$10$hcAWWdnLqW5AIwNmwzaH3e/Msz6hYN7rRONNnqxipbxUx3Q1/SLl.', 'fWyrcidF3#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-22 08:52:41', '2024-03-22 08:52:41', 0, NULL),
(1837, 'amillion', 'amillion', 'joelw7012002@gmail.com', NULL, NULL, NULL, '$2y$10$uZpnKG.2SmE59DiPDJAmkeBMJ7cJSp6p7elDecmxGfx.7P4URIJqa', 'XdyHZS5N4!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-22 16:57:01', '2024-03-22 16:57:01', 0, NULL),
(1838, 'JACOB', 'OTUNLA', 'jacobean247@gmail.com', NULL, 1741, NULL, '$2y$10$Oz3I7gRDyvc.RsICRe7jAuAzkcggiUrZlV/yJ2xwKA/rw0YP6HC16', 'Ja#cob247', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-22 18:52:31', '2024-03-22 18:52:31', 0, NULL),
(1839, 'Chinedu', 'Adenowo', 'Cutetim4kay@gmail.com', 'Tim4life store', 1751, '2024-03-22 20:10:56', '$2y$10$AOZXw/etYStfFWuzQONyOOR3tHR/1xfaGrzu6mHe5Ch/LXTCECoxa', 'Kay1969#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-22 20:08:58', '2024-03-22 20:12:13', 0, NULL),
(1840, 'lakenya', 'lakenya', 'petermchale@yahoo.com', NULL, NULL, NULL, '$2y$10$p8g/Yrp1qRShLk3RjKWe0eMIangc29cti4q6kK8/K5bycmzttV1Fi', 'q1hjp2JQ2@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-22 20:40:55', '2024-03-22 20:40:55', 0, NULL),
(1841, 'jaseer', 'jaseer', 'lguthrie15@gmail.com', NULL, NULL, NULL, '$2y$10$VnthbWUzZd37E3mdsZBPS.Z/CXdvS51YV4rJU8taJhhaovQLJqtqu', '51PWxqPR8#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-23 01:48:09', '2024-03-23 01:48:09', 0, NULL),
(1842, 'tasheen', 'tasheen', 'uscrunner@mac.com', NULL, NULL, NULL, '$2y$10$k9HIfY3t8vTUoptn/9S4Ju21nvzzCvqG1xFo.IxCrpELMvHX46jU2', 'nosdvYfI6!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-23 21:13:26', '2024-03-23 21:13:26', 0, NULL),
(1843, 'Vitalis', 'Ejiofor', 'greatejims@gmail.com', 'Vamida Store', 1798, '2024-03-24 17:23:50', '$2y$10$AIyPFdgbA2R3WsJVs46r.efvP7jqINvCQb33ei.Ej2ekqah4tQPW.', 'Forexchief123$', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-24 17:13:37', '2024-03-24 17:27:39', 0, NULL),
(1844, 'jodilynn', 'jodilynn', 'luciascognamiglio@hotmail.it', NULL, NULL, NULL, '$2y$10$p8RJpEhBLS1xAAl9pUKkRO00sBjlthmf6W4XJp0n/KXis0ycUBEde', 'DBPmbNYQ3@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-24 19:02:28', '2024-03-24 19:02:28', 0, NULL),
(1845, 'krisana', 'krisana', 'rickfred@sbcglobal.net', NULL, NULL, NULL, '$2y$10$0BoiLXlJJ3UbUeRfZi93A.GyV58esVKf7T6bf0Gh47O/SJPFxgKRS', 'njqo3CjQ7!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-24 19:02:29', '2024-03-24 19:02:29', 0, NULL),
(1846, 'abiodun', 'abiodun', 'pgholson@enkeiamerica.com', NULL, NULL, NULL, '$2y$10$Y2CbPH79uswFv0vWGN7o6OpYCvrX6U3TN9egMeHa0dpHWcRDKP94y', 'oWJ3z7aM8#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-25 03:16:47', '2024-03-25 03:16:47', 0, NULL),
(1847, 'rakim', 'rakim', 'brittanybcontact@gmail.com', NULL, NULL, NULL, '$2y$10$IU0qocq50j6Jc3YxH1WYAuWm1U1owmy1FVvS1Dv0W6k1TuXWmrv.a', 'OBnavhxX7#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-25 12:41:28', '2024-03-25 12:41:28', 0, NULL),
(1848, 'khylee', 'khylee', 'katmun78@gmail.com', NULL, NULL, NULL, '$2y$10$HFQB7brO.yeiTEKfoQ/eUeiEHKVLBzK6LfJzOcwAWwjtdSF.VisdS', 'qxt1BYuW9@', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-25 17:25:01', '2024-03-25 17:25:01', 0, NULL),
(1849, 'noureddine', 'noureddine', 'sue@dbntrans.com', NULL, NULL, NULL, '$2y$10$4eWFg5v/cG63E/MXDhLdtu.2wSqOF8l9MXPXnCdoivsMluKwzinO6', '3EfAOMrF3#', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-25 21:17:40', '2024-03-25 21:17:40', 0, NULL),
(1850, 'Jay', 'Cee', 'jcogor@gmail.com', 'Chanadus', 1798, '2024-03-31 19:41:28', '$2y$10$KqCYebCfPVTGFDuwrWTnxOu43zXb6.rAJM07iNT0/0LBfGrPKdCMq', 'Ngoziogor@1', 0, 2453.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, '4YkDNy469mFqaHXBdvfxqiQmdBELuYrXBhYUR9SdEdPr', 'normal', 0, 1, '2000-01-01', 1, 'State ID', 'Jay_Cee_30869.jpg', 'Jay_Cee_22612.jpg', NULL, 'Jay_Cee_27429.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-03-31 19:40:25', '2024-10-05 22:58:05', 0, NULL),
(1851, 'Otuekong', 'Ekong', 'otwoekong@gmail.com', 'Otwoekong', 1798, '2024-04-05 11:28:32', '$2y$10$EKMkkKpWHbD4ZdvGa8qBIOappQ8fvIO1dNA1m9ZfT8Ug4mKDqvOoC', 'Ilovenunu2020@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-04-05 11:18:23', '2024-04-05 11:29:47', 0, NULL),
(1852, 'ADAM', 'MUHAIMIN', 'muhaiminadam0@gmail.com', 'AdeganStoreGunty', 1741, '2024-04-13 04:53:00', '$2y$10$3sAYkKKxGqpCh62H9Ba/WexFWGKci7E4L77eyY6i67jbpYbD0KhTW', 'x!AK~4cDTHn7/JRYbL36+46\'?', 0, 5.79730, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, '6dU2Rs8iWnK95pBKB3JJNim8FSEvr3nGHJ2hkFa2tbsd', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'NAVGvblKKIVJwSaOzqe74O8viAmNiyGspLCj4uzCbxsxEAfrL7TuYvauESev', 0, NULL, '2024-07-05 14:40:26', '2024-04-05 15:33:14', '2024-07-07 00:36:13', 1, 'otpauth://totp/Global%20Ecommerce%20Arbitrage%20Store?image=https%3A%2F%2Fthecodework.com%2Fwp-content%2Fthemes%2Fthecodework%2Fassets%2Fimg%2Fthecodework_logo.png&secret=DNRFJ5W642Q5QUBMMHP4YBM2O2JC3HKFYSZHXDUG3UDLPPZN2T6JAZGDFO4MH6NVPNAMRPXLJHSZY46ZNMNRMGRDQUQOT3TIOPHNTUGUSXD7G6PTXDF37IIJ6JAGAXXDNBV7Z552RATIYMZXL7S7EGNC6ZKHNZ77GZQWNBDP6UEY6ZGQNCUYEV25JHBIPAH232SDM2GWOC5QW'),
(1853, 'Steve', 'Temienor', 'websteven10@gmail.com', 'Owho store', 1741, '2024-04-18 10:31:07', '$2y$10$XJn8CTZHyEIG53m6t4eRgOvVbGfKajF5d8SihOCRNGHmeuFq/goKK', 'Steven10,', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-04-18 10:30:17', '2024-04-18 10:32:00', 0, NULL),
(1856, 'Test', 'User', 'glennmercer0@gmail.com', 'Glennmerch', 1743, '2024-04-24 22:30:49', '$2y$10$i9MeeaupAfkSmcqKw8nA5eBvLVezEmj48axoQispaWLWgtVg0U862', 'Be@trice1', 0, 2978.50000, 800.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'ghdhhddjdjjd', 'normal', 0, 1, NULL, NULL, NULL, NULL, NULL, 'You be werey', NULL, 500, 1000, 100, NULL, 0, '9717', '2024-07-22 11:58:08', '2024-04-24 22:28:35', '2024-09-09 16:22:50', 0, 'otpauth://totp/Global%20Ecommerce%20Arbitrage%20Store?image=https%3A%2F%2Fthecodework.com%2Fwp-content%2Fthemes%2Fthecodework%2Fassets%2Fimg%2Fthecodework_logo.png&secret=MXRMZ6B3SYOFSKYYB74VVQA6PXJ6M6LTOLWE6SVPFCTOO6UJTDVQJ52QWGUPYUDDCFCFVHSI34KBM34YJ22ZAH2RNJQVIEGZ62BVQ6QC3C33C5SDWBUFKO2DQQCVNTCSENKVSVTJISYYU5O6HAA7ZGZUPZXHKIWU4TQ5DZYW5OT756IVVSX5YZI65UZDU3KDFWAEAEURYFED2'),
(1857, 'Odoms', 'Ugo', 'chukschina@gmail.com', 'Global', 1743, '2024-04-28 11:03:26', '$2y$10$sxLT5u.rWUy.5komPeh9b.GJNnZdAG8HOPQo/YFp4ek9h06BSPAti', 'Iloveyoumum@2', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-04-28 11:02:17', '2024-04-28 11:04:09', 0, NULL),
(1858, 'Samuel', 'Olaniyi', 'bigpsalmvii@gmail.com', 'Big Psalm', 1743, '2024-05-05 18:42:08', '$2y$10$w0E5Wqbf3nILdSfclGjQ3eP3vo6Nw0.Fvgg8oOHbZgjsUu8bpRyqC', '$@mu3l01A', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-05 18:41:14', '2024-05-05 18:44:09', 0, NULL),
(1859, 'Ayodeji', 'Sipasi', 'ayodejisipasi11@gmail.com', NULL, 1741, NULL, '$2y$10$o/Ihmf2ozfQ3918V8O4JgujhAd5RWPH5R88LSSBYE0IG6PtW1ZbO.', 'Aiyoo@49', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-05 20:51:50', '2024-05-05 20:51:50', 0, NULL),
(1860, 'Aniefiok', 'Wisdom', 'wsdmkyle@gmail.com', 'Raven shadow', 1741, '2024-05-05 22:42:24', '$2y$10$NuDidZpAp2yz.b3xNS3kIeVAa..FhbkWtoy0H/hZ7uIN0aFkgWLY.', 'Wisdomkyle+4', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-05 22:41:45', '2024-05-05 22:43:25', 0, NULL),
(1861, 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk ge-as.com', 'Nfejdekofhofjwdoe jirekdwjfreohogjkerwkrj rekwlrkfekjgoperrkfoek ojeopkfwkferjgiejfwk okfepjfgrihgoiejfklegjroi jeiokferfekfrjgiorjofeko jeoighirhgioejfoekforjgijriogjeo foefojeigjrigklej jkrjfkrejgkrhglrlrk ge-as.com', 'vadimnea66+201w@list.ru', NULL, NULL, NULL, '$2y$10$Hvh5n4SaPuQFrdHYpymDl.FD09vJyUonV919dRyTD3pR9ZK1Yoq9q', '9s8tUl%bv4G', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-08 02:18:50', '2024-05-08 02:18:50', 0, NULL);
INSERT INTO `users` (`id`, `first_name`, `last_name`, `email`, `username`, `referrer_id`, `email_verified_at`, `password`, `raw_password`, `first_invest`, `balance`, `rebates`, `store_bonus`, `ai_bonus`, `expectation`, `first_rebate`, `second_rebate`, `third_rebate`, `mobile`, `wallet`, `type`, `status`, `activated`, `dob`, `kyc_status`, `id_type`, `dl_front`, `dl_back`, `ban_reason`, `avatar`, `chart_first`, `chart_last`, `chart_profit`, `remember_token`, `is_two_factor`, `two_factor_code`, `two_factor_expiry_date`, `created_at`, `updated_at`, `is_two_factor_enabled`, `two_factor_provisioned_uri`) VALUES
(1862, 'Kylie', 'Morris', 'sandoebryann@gmail.com', NULL, 1743, NULL, '$2y$10$O5uuuv1kY/myNPPVtxq5FeJ4HLW3Q5iox0YJqOlQZbQKwX22BRcFa', 'Nevergiveup9$', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-10 12:53:17', '2024-05-10 12:53:17', 0, NULL),
(1863, 'Kylie', 'Morris', 'kevinuzochukwu42@gmail.com', NULL, 1743, NULL, '$2y$10$2UEBP2iGcCJZ.vidKWPsx.SYWe2z21Og71RvfRMQCBn05GwCM8P.e', 'Nevergiveup$7', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YolMEkfN12FIdpo2pO9oeZ9d2NAWJ826c0slNqmfQYvlnDQdd5RdXflyoEDW', 0, NULL, NULL, '2024-05-10 13:00:07', '2024-05-10 13:00:07', 0, NULL),
(1864, 'Mahmudul', 'Hasan', 'mmmhasan22@gmail.com', 'mhasan37', 1743, '2024-05-10 21:35:10', '$2y$10$3XdZizuQKpIyc8G.IiEZy./AnJAMBl5aBhs521RP0qusye7N8M4u6', 'Hasan1991@', 0, 0.00000, 0.00000, NULL, NULL, '$110k - $900k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-10 21:33:28', '2024-05-10 21:35:31', 0, NULL),
(1865, 'harry', 'erik', 'haxiprinnuvau-5611@yopmail.com', NULL, 1743, '2024-05-15 12:15:35', '$2y$10$Awayd9oSDWyumQzVPTC6/Oi6R8e5KusQDLuqFSpEKmaPjSec3T1I6', '#Bigboy700', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-15 12:12:21', '2024-05-15 12:15:35', 0, NULL),
(1866, 'Tetyana', 'Artyom', 'tetyanaartyom@gmail.com', 'Tetyana store', 1743, '2024-05-15 12:48:25', '$2y$10$wzJyvVvUsX9bIGLBxUzR/eDY0/JssA63JTihGq2LfBAjkGwRmgTxm', 'Never$12', 0, 61807.87000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'TP1Z62q3fdufL2vvh4fqYdoXC4WpTak94i', 'normal', 1, 1, '1987-07-20', 1, 'Driver\'s License', 'Tetyana_Artyom_35310.png', 'Tetyana_Artyom_99688.png', NULL, 'Tetyana_Artyom_68315.png', NULL, NULL, NULL, 'sO0qfnMHxGWGm9PsxWDN5fjKVyviN54yl7HB2Pwmv3O25iQIXTzr73cHxIsP', 0, NULL, NULL, '2024-05-15 12:44:18', '2024-08-05 13:42:02', 0, NULL),
(1867, 'Pietra', 'Rejes', 'melissaomevorickubitz@gmail.com', 'Omevoric enterprises', 1743, '2024-05-15 13:04:55', '$2y$10$gaplv1m8wYaOv0US.pO.Bez.LJx8CCtkG48dcF/uhRNnhoqiHp6Jy', '12345Poshy$', 0, 71007.18000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, '0xd401E8C8dcF97DD09E245d3Fa97747C6d1b9D0C5', 'normal', 1, 1, '1998-10-15', 1, 'State ID', 'Pietra_Rejes_35068.jpg', 'Pietra_Rejes_58045.jpg', NULL, 'Pietra_Rejes_47614.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-15 12:58:36', '2024-08-04 18:21:19', 0, NULL),
(1868, 'Marcelo', 'Menezes Garcia', 'marcelomenezesgarcia@gmail.com', 'Marcelo Ltd', 1743, '2024-05-15 13:26:49', '$2y$10$wgphSG66NGVe1CuqIl5MsuURkz.fO5tTDWUj9Awg8PymwbgnG.DIq', '12345Poshy$', 0, 49795.41000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, '0xd401E8C8dcF97DD09E245d3Fa97747C6d1b9D0C5', 'normal', 1, 1, '1999-12-16', 1, 'Driver\'s License', 'Marcelo_Menezes Garcia_10907.jpg', 'Marcelo_Menezes Garcia_14630.jpg', NULL, 'Marcelo_Menezes Garcia_36083.jpg', NULL, NULL, NULL, 'e1p1KFSMgmLkMxdCrTznmJhdsUJNg7XyqjZyq0ynMkX3iidLVnQeNqEkUnG2', 0, NULL, NULL, '2024-05-15 13:14:08', '2024-08-06 09:51:02', 0, NULL),
(1869, 'Anatoliy', 'Nikolai', 'nikolaianatoliy4@gmail.com', 'Anatoliy fast store', NULL, '2024-05-15 13:50:42', '$2y$10$O4rmfseUB.1kVhiJsHYMXuIFbydX0kgrGLqgmTR.SdCpiuh.xdT7u', 'Strong$4', 0, 56846.14000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, 'TP1Z62q3fdufL2vvh4fqYdoXC4WpTak94i', 'normal', 1, 1, '1972-11-25', 1, 'Driver\'s License', 'Anatoliy_Nikolai_32918.jpeg', 'Anatoliy_Nikolai_66938.jpeg', NULL, 'Anatoliy_Nikolai_79437.jpeg', NULL, NULL, NULL, 'A9K4XjDnQ2unz1wuRhkPRijsxRSw3ETayb8f9ameRzUsO2f7YstgquUCfECp', 0, NULL, NULL, '2024-05-15 13:14:40', '2024-07-16 17:12:45', 0, NULL),
(1870, 'Albuquerque liliana', 'Albuquerque Liliana', 'albuquerquelliliana@gmail.com', 'Liliana', 1741, '2024-05-15 13:38:10', '$2y$10$lb8JLk0iP/hXnyrNszD0B.xoDNlgQ7zfI/tesooxv6tPZHn7yKuMW', 'aNoziepi@0', 0, 80773.93000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, '0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE', 'normal', 1, 1, '1981-07-04', 1, 'Driver\'s License', 'Albuquerquel_Liliana_48878.jpeg', 'Albuquerquel_Liliana_11249.jpeg', NULL, 'Albuquerquel_Liliana_42382.jpeg', NULL, NULL, NULL, 'JOreNcWPHm9NMbZ7Z8keZMx4cUqoWGRwrCUlCvshlFAU0TmnhXPDiydZX17K', 0, NULL, NULL, '2024-05-15 13:28:17', '2024-07-18 22:53:28', 0, NULL),
(1872, 'Melisa', 'Morgan', 'rejesmelisa@gmail.com', 'Melisa', 1743, '2024-05-15 14:01:05', '$2y$10$/4ooAOAhUcm69VZProIAHeKiMFfpSAsc8.YtQVP4XKQ0kI5rjkHKy', 'GoD12345$', 0, 71565.46000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'TSrdf7ZELFMVNRufmQ8FSLxYXtUNSN9Rbo', 'normal', 1, 1, '1993-07-22', 1, 'Driver\'s License', 'Melisa_Rejes_49766.jpeg', 'Melisa_Rejes_54646.jpeg', NULL, 'Melisa_Rejes_56136.jpeg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-15 13:59:59', '2024-07-22 17:29:25', 0, NULL),
(1873, 'Harminio', 'Gustavo', 'harminiogustavo50@gmail.com', 'Gustavo', 1741, '2024-05-15 14:25:47', '$2y$10$vyD5awNPSvnE7IVMu8qb1ebv7gznHdyTaRKnUfcSAfboQ8uG8fZla', 'aNoziepi@0', 0, 54943.82000, 2593.94520, NULL, 20.00000, '$500 - $1k', '7', '5', '3', NULL, '0x3e4d9c2d7c7b6d3e3cb4cfe4f1b1f2b3ae9d0e6a', 'normal', 1, 1, '1994-04-03', 1, 'Driver\'s License', 'Gustavo_Herminio_67690.jpeg', 'Gustavo_Herminio_54056.jpeg', NULL, 'Gustavo_Herminio_77897.jpeg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-15 14:17:23', '2024-09-06 08:28:05', 0, NULL),
(1874, 'Herminio', 'Gustavo', 'harminiogustavo50@gmail', NULL, 1741, NULL, '$2y$10$pLh4VDNpubELXs7LLWY49uSyQThddaa6etg4.INLtaQo5IeHK5ZQK', 'aNoziepi@0', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-15 14:23:14', '2024-05-15 14:23:14', 0, NULL),
(1875, 'Miranda', 'Niger', 'mirandaniger@yahoo.com', NULL, 1743, NULL, '$2y$10$WKfgwalDRma8pTGc5ItA5e4W7yoPWVLRtomozJNGEnjMU2gCoUZa.', 'mimiDA3132!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-16 13:04:17', '2024-05-16 13:04:17', 0, NULL),
(1876, 'Etinyene', 'Etim', 'etinyeneuko@gmail.com', 'Etiuko', 1798, '2024-05-20 05:17:27', '$2y$10$f0LS1iROW/3gF1wBAPXbyOfyIOZJ8hzKqEzPp8OB.gd3rjWMiWFvW', 'Sender@zeal211', 0, 0.88000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'FXCLn55TtEboickbqktrXmDaRgzSmAQVUwns6y8FzasY', 'normal', 1, 1, '1991-04-24', 1, 'Passport', 'Etinyene_Etim_75105.jpg', 'Etinyene_Etim_21763.jpg', NULL, 'Etinyene_Etim_58307.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-19 20:31:36', '2024-10-05 08:44:49', 0, NULL),
(1877, 'Macarrna', 'Lab', 'macarrnalabiyuya@gmail.com', 'Macarena00', 1743, '2024-05-23 18:48:49', '$2y$10$5WK3xqV3FLjxeOTDJjltIeTi9ygUhq1t93fGB75o2s3IaSqS2qoJi', 'GoD12345$', 0, 86061.38000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'TSrdf7ZELFMVNRufmQ8FSLxYXtUNSN9Rbo', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-23 18:36:13', '2024-07-24 13:39:02', 0, NULL),
(1878, 'Tony', 'Iheme', 'meek2500a@gmail.com', NULL, 1798, NULL, '$2y$10$EGItrhzejAriFxWxDiusI.fUegXklOnR8VV4tcepGVuVwAl/EKbZ2', 'Kdp1234$', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-06-05 06:00:03', '2024-06-05 06:00:03', 0, NULL),
(1879, 'Anthony', 'Nmeka', 'ugwuchika939@gmail.com', NULL, 1798, NULL, '$2y$10$S7wCZNhC/n0Tw4dJc8/n8OXt55c7qMhVPG/eyB70CDI6eldPgaPuK', 'Kdp1234$', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-06-05 06:02:43', '2024-06-05 06:02:43', 0, NULL),
(1880, 'Olubukunola', 'Jeminusi', 'optimabiz.org@gmail.com', NULL, 1741, NULL, '$2y$10$zbyQD1wTtUdvvsMjEKIy7Ofpvp.5WnxwIqq.XAGV5XTvFh5Nl6mQ6', 'Optimabiz#1', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-06-10 12:25:51', '2024-06-10 12:25:51', 0, NULL),
(1881, 'Raphael', 'Almeida', 'almeidaraphael766@gmail.com', 'Almeida', 1743, '2024-06-21 18:23:59', '$2y$10$Ukg2NxW5Tr6whIuUNuZR1uPUO3AjRCBRCtERmNY7PwOxwQ5U04E7G', 'GoD2211$', 0, 57071.24000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'TSrdf7ZELFMVNRufmQ8FSLxYXtUNSN9Rbo', 'normal', 1, 1, '1992-07-12', 1, 'Driver\'s License', 'Almeida_Raphael_43086.jpeg', 'Almeida_Raphael_50811.jpeg', NULL, 'Almeida_Raphael_59343.jpeg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-06-21 18:19:50', '2024-08-07 22:24:02', 0, NULL),
(1882, 'Marcia', 'Boardman', 'rodmar@cinergymetro.net', NULL, 1867, NULL, '$2y$10$Rl5XQTNWEqLKEo0uf.yQ7ehpSNpfv9yM4vcb9O.BndyU30BoIAGUS', '12341234Mb!', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-06-24 04:21:45', '2024-06-24 04:21:45', 0, NULL),
(1884, 'Jakobs', 'Michelle', 'Wivvarbusiness@gmail.com', 'Mich&Jstore', 1873, '2024-06-24 05:32:59', '$2y$10$dYuvcBE9XZMU8O2O/EyNWuPO2B9.OvPrRe3pqbcrRnrkoqxRpfyIu', 'aNoziepi@0', 0, 103727.00000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, 'Ggijffjjdjkfdd2jjki78ufklkfclloo8789igcbnbgggg', 'normal', 1, 1, '2024-08-31', 1, 'Driver\'s License', 'Michelle C_Jakobs_41816.png', 'Michelle C_Jakobs_95419.png', NULL, 'Michelle C_Jakobs_40754.png', 2000, 20000, 21, NULL, 0, NULL, NULL, '2024-06-24 05:25:47', '2024-09-09 18:20:48', 0, NULL),
(1885, 'Marcia', 'Boardman', 'rodmarcia61@gmail.com', 'Boardman Stores', 1867, '2024-06-24 05:42:03', '$2y$10$QXUe8cimVFoehgfTuNxAPOUL0bzqyfFy1WXckskZpPaOC73RrwDMa', '12341234Mb!', 0, 0.00000, 0.00000, NULL, NULL, '$110k - $900k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-06-24 05:37:49', '2024-06-24 05:56:22', 0, NULL),
(1886, 'Esther', 'Edem', 'Lovenestdailysavings@gmail.com', 'Lovenest Luxe', 1798, '2024-06-29 23:54:52', '$2y$10$8UFtnMvER25QpSiMTH.NeeUjkQM8/BTnZkIlbh0cbmKQ7R5c.xD7K', 'Esthyfreshness1992$', 0, 0.92460, 0.00000, 0.00000, NULL, '$500 - $1k', '7', '5', '3', NULL, 'GGhtzyn3UjqzWD7XdKUdZ6UhBX4iJNPW83tCuv3hw3MB', 'normal', 1, 1, '1992-11-21', 2, 'Passport', 'Esther_Edem_84399.jpeg', 'Esther_Edem_55007.jpeg', NULL, 'Esther_Edem_39686.jpeg', NULL, NULL, NULL, NULL, 0, '3912', '2024-07-15 16:13:25', '2024-06-29 23:54:26', '2024-10-05 08:20:13', 0, NULL),
(1887, 'Sonia', 'Williams', 'soniasara847@gmail.com', 'Sonia', 1743, '2024-07-14 03:00:49', '$2y$10$OqX8yrJ6Yo1Irv6pUjRpPOS2BKOIU/pwMDazpXSHwqGCh.dtXSOAe', 'aNoziepi@0', 0, 0.00000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 02:58:07', '2024-07-14 03:10:21', 0, NULL),
(1888, 'Igor', 'Piplor', 'pipoloigor@gmail.com', 'Igor', 1743, '2024-07-14 03:24:04', '$2y$10$V/P2NU3NMgkmOPPAurQYHOYbU8ZFfOLJgcUjSVM8x06M4v8moecia', 'aNoziepi@0', 0, 0.00000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 03:22:52', '2024-07-14 03:24:30', 0, NULL),
(1889, 'Chris', 'Aceves', 'chrisaceves695@gmail.com', 'Chris', 1743, '2024-07-14 03:43:58', '$2y$10$AJgbmvKiGWqcMwxsNyqr7uNNVQJnTvBROdflUGRxhw248Y8f4QaJa', 'aNoziepi@0', 0, 100000.00000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 03:36:03', '2024-07-14 03:59:33', 0, NULL),
(1890, 'Jeff', 'Monday', 'kaylahmorriss641@gmail.com', 'Easy sales', 1743, '2024-07-14 04:00:59', '$2y$10$VjHkJ7NxNNMEIfd1PrnM3eVLm118Jxvoi0DammO59oHy.nZXCn.qC', 'Monkey@$7', 0, 86833.59000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, 'DeEsSrEBeXMbzomHcS9BJfW3ZT99XopRoRjts4CZPua7', 'normal', 1, 1, '1983-01-14', 1, 'Driver\'s License', 'Sandoe_Bryant_57912.jpeg', 'Sandoe_Bryant_71421.jpeg', NULL, 'Sandoe_Bryant_36971.jpeg', NULL, NULL, NULL, 'i0KGpSZPh1Istylz5Vt9xsksWoUBOSQP4BN2MssmFGuJVkwOnQaelmHyhjRf', 0, NULL, NULL, '2024-07-14 03:56:05', '2024-07-30 16:26:03', 0, NULL),
(1891, 'Joseph', 'Obi', 'josephrobert467884@gmail.com', NULL, 1743, NULL, '$2y$10$VgXugiGR1ao6reFvBtCKWu2XnkTbOy7bxc0Q2EfudZjbq0RjUYOue', 'Monkey@$1', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 04:19:53', '2024-07-14 04:19:53', 0, NULL),
(1892, 'Kachi', 'John', 'antonioanastasiya@gmail.com', NULL, 1743, NULL, '$2y$10$tcSa3jS.4odIBtWGLqhCgurHbaIbSm7kiPMNtbEpXV9qRlyG/XUKS', 'Monkey@$2', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 04:24:47', '2024-07-14 04:24:47', 0, NULL),
(1893, 'Tiffany', 'Tiff', 'tiffanybloomer4@gmail.com', NULL, 1743, NULL, '$2y$10$11WLTKRkqurhSUxI2XqAVevLLUrI.j0G7jN/6RMM5yCZjM/7yWrKO', 'Monkey@$4', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'bhtIk9vqbrNwhzA8Jatl9awyB55tNqjanyczYEVgvdL60xmZdsh71T2y4xvT', 0, NULL, NULL, '2024-07-14 04:30:10', '2024-07-14 04:30:10', 0, NULL),
(1894, 'Alex', 'Timothy', 'alexistimothy76@gmail.com', NULL, 1743, NULL, '$2y$10$/5ZyohfQ3.P7F8F3dTkjFOw1XfaOPZX3OLNymIy2h7g9lpom7SUOO', 'Monkey@$5', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 04:40:40', '2024-07-14 04:40:40', 0, NULL),
(1895, 'Doris', 'Manuel', 'manueldoris64@gmail.com', NULL, 1743, NULL, '$2y$10$raZnDH2gq3tleb5yNweHRevbxVNZGTPuVGH6jQx0yL6hPItLOu64u', 'Monkey@$99', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'KBSBVguJf3OMY3hc9ZlGJNu61KQN9jpQjsT9XHUdMorMYUirp6Abfa0cJvrh', 0, NULL, NULL, '2024-07-14 04:46:47', '2024-07-14 04:46:47', 0, NULL),
(1896, 'Nonso', 'Goodluck', 'madisonluck78@gmail.com', NULL, 1743, NULL, '$2y$10$tPbtvdf1G2xPU1qUhu40dub4X2Y9m1P9YFWu3PpoNZx.jVW8oZhFe', 'Monkey@$10', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 04:50:38', '2024-07-14 04:50:38', 0, NULL),
(1897, 'Richard', 'Hink', 'richardhink1@gmail.com', NULL, 1743, NULL, '$2y$10$peCoLUm57CHFQgHxhMj4pe/Ytaqvmw3XxTCjMiVePHM47pIhY8YjG', 'Monkey@$12', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 04:54:01', '2024-07-14 04:54:01', 0, NULL),
(1898, 'Peter', 'Johdtg', 'scottiver49@gmail.com', NULL, 1743, NULL, '$2y$10$d/L/xqYHzOj72B8p3GjLuOfgovBJFzW8ok4MuiAz.xYJZjT60Pxl6', 'Monkey@$14', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 04:58:19', '2024-07-14 04:58:19', 0, NULL),
(1899, 'Onyebuchi', 'Ada', 'adamstyler242@gmail.com', NULL, 1743, NULL, '$2y$10$wlkdnpywmThAGbpNv5AZEe9K3D01PxRZVPDmDw9WvMS7WrwfPGOZm', 'Monkey@$15', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 05:01:21', '2024-07-14 05:01:21', 0, NULL),
(1900, 'Rose', 'Ndebuisi', 'kaylarussell3648@gmail.com', NULL, 1743, NULL, '$2y$10$2Ypwj9r35ifXPqTYgSdiz.vZ1BRg/P/L9ZHeIQry.ULXr8Dr/nvSu', 'Monkey@$16', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'lYc3QX6cKmEttIuzPlxhBINnw9rESMGQ1Xibkf89IVXxqG5vZH2CSTJ4mBii', 0, NULL, NULL, '2024-07-14 05:06:57', '2024-07-14 15:22:46', 0, NULL),
(1901, 'Igor', 'Piplor', 'pipoloignor@gmail.com', NULL, 1743, NULL, '$2y$10$jB8Z6hyw.4y08ezZrlY9We9l0XNs4HK2dPrN2QyPuosJEn37eQeEO', 'aNoziepi@0', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-14 12:40:10', '2024-07-14 12:40:10', 0, NULL),
(1902, 'James', 'Philips', 'jamesphillipsds@gmail.com', 'Good bargain stores', 1743, '2024-07-14 15:42:20', '$2y$10$uxOH1ccp6uTDYLdr1Mqodu7lLju8v/Hbl1DGH.x/cZdlWBFnzVJka', 'Cashflow11,,', 0, 87502.10000, 0.00000, NULL, NULL, '$1M - $90M', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'oaakoB3UoTCNEbiDDG8CFWMygG7gjBxCgetslvEynA6hItrR5H24IIWOsuD0', 0, NULL, NULL, '2024-07-14 15:39:32', '2024-09-09 14:37:02', 0, NULL),
(1903, 'Elisha', 'Reuben', 'staffinviteaccept@gmail.com', 'Freelancer24', 1798, '2024-07-18 15:12:00', '$2y$10$81Ca4MoHWPP9vR7bxy388uae5Fa6EB3SvEihVwWipOYUSblyr28za', '2024Elisha.com', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-18 15:08:29', '2024-07-18 15:12:26', 0, NULL),
(1904, 'Lucky Emmanuel', 'Okitikpi', 'fuitfulnesslife@gmail.com', 'Divinely', 1798, '2024-07-22 18:27:13', '$2y$10$KTbzsTuTTfwFNy2ipcmOgOOxxb0EO5oWPbNK.QmgeBtKim3.ZJq5.', 'Emmanuel?!_$#@24', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-21 23:58:31', '2024-07-22 18:29:09', 0, NULL),
(1905, 'Lucky Emmanuel', 'Okitikpi', 'omovaluck@gmail.com', NULL, 1798, NULL, '$2y$10$YxU.OfgxYp0.2sdmF9wGfu6zqZYY32powMOU8xa3u8hLLz1u6/PwG', 'Emmanuel?!_$#@24', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-22 00:13:01', '2024-07-22 00:13:01', 0, NULL),
(1906, 'Jeremiah', 'Joseph', 'phoenixwealth24@gmail.com', 'Phoenix Wealth Mart and Stores', 1798, '2024-07-22 21:47:36', '$2y$10$DEmBWj0h5imDjhFfRKgIRe2vgFrOvGe.vXPGaTMOxHc7/5wUhCSHK', '1BigJerry@001', 0, 0.00000, 0.00000, NULL, NULL, '$110k - $900k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'eHpELCQmPMcy1BkSFrrdedQJNMpVuLX5ubVf5XSNs2Pq2jZdLuE3I7oofrTf', 0, NULL, NULL, '2024-07-22 08:31:36', '2024-08-02 15:54:49', 0, NULL),
(1907, 'Seyi', 'Adedeji', 'adedejiseyi@gmail.com', 'Shopreel', 1798, '2024-07-22 18:09:15', '$2y$10$Vfr2Oqe1hUmbohIz8u4CpuW5DNc3Ic6Api0N2KcvI5NSoZE3mYfSC', 'Seyioba@2914', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-22 14:23:34', '2024-07-23 11:15:50', 0, NULL),
(1908, 'Dayo', 'ojeyemi', 'Dayoojeyemi2018@gmail.com', NULL, 1798, NULL, '$2y$10$ZiYVEKlbWYDNoechKIADRu7FfwggOzRjjJrXrnQKP/wzbKprwJtMe', '@Asneengeasgggg1', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'U1OnbBzeh10HwS0I4maob5UVvQrnbg9BXRvqhLLpLqBNGlR0yxJ9Fw8ujSIs', 0, NULL, NULL, '2024-07-22 14:56:41', '2024-07-22 14:56:41', 0, NULL),
(1909, 'Mercy', 'Etuk', 'mercyetuk01@gmail.com', 'Mebay', 1798, '2024-07-22 16:17:02', '$2y$10$scMETRu5Hi0tHXvVCmrMr.g/YnYIAvcXONuyWxnbYpXea/de8JMom', 'Nollaoty@1', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-22 15:01:04', '2024-07-22 16:19:49', 0, NULL),
(1910, 'Toyin', 'Bamidele', 'tyjesusbizonline@gmail.com', 'TyJesus', 1798, '2024-07-22 16:31:09', '$2y$10$hyLR/YsVy91lxQSA3zW0Lullw//c2gYhS37pVr21MP5sPlBYwzMgO', 'Toyin@123', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-22 16:29:26', '2024-07-22 16:31:44', 0, NULL),
(1911, 'Dayo', 'Ojeyemi', 'Rabsyjabsy2018@gmail.com', 'Rabsyjabsy', 1798, '2024-07-22 16:50:38', '$2y$10$YQ2yp9tDq4zEPFaK222j4ugzaRLv42smGl0z7Tc57dPCXTvkUlhpS', '@Asneengeasgggg1', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-22 16:48:42', '2024-07-22 16:51:45', 0, NULL),
(1912, 'Linus', 'Louis', 'louislinus92@gmail.com', 'Linus', 1743, '2024-07-22 17:13:44', '$2y$10$yNB453N0OshhzvcvQlvZVOaBIO5Zgo8UE2AbCi2mzjKQG7zLMsYUa', 'GoD12345$', 0, 74717.55000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'TSrdf7ZELFMVNRufmQ8FSLxYXtUNSN9Rbo', 'normal', 1, 1, '1980-01-03', 1, 'Driver\'s License', 'Linus_Louis_73834.jpeg', 'Linus_Louis_75106.jpeg', NULL, 'Linus_Louis_34806.jpeg', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-22 17:04:43', '2024-08-04 18:21:06', 0, NULL),
(1913, 'Michael', 'Solomon', 'websolutions58@gmail.com', 'SmartEconomy', 1743, '2024-07-25 11:20:51', '$2y$10$plxQnoqBezEKqQH.c7WRWuZ20wC6qMG/yFvvNbSYFiQ6zFyXt/KUS', 'Smartmoney$666', 0, 0.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-25 11:19:18', '2024-07-25 11:23:44', 0, NULL),
(1914, 'Ebuka', 'Akuma', 'akumaebuka138@gmail.com', 'Dominic', 1798, '2024-07-27 12:08:54', '$2y$10$8/Wh4nguRwylVw8J3O2SgeahKzfmlGx6Tt/tKsSOavJLk4yO3sH8C', 'UDQz7meSKuRT@Eb', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-27 11:59:44', '2024-08-27 17:48:27', 0, NULL),
(1915, 'Blessing', 'Ajala', 'bnbconcept01@gmail.com', 'BnBGlobal', 1798, '2024-07-27 18:35:01', '$2y$10$rf8F55FNlZE6RblIoAkJc.PuJCwSRXYW6C/GDGFhXEoKDdKHpl.72', 'Beloved0419#', 0, 2.06000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, '77dTNJ8BS61XeeZcsZ64iZjNnmBNcFXnVY5Cnda7RkHq', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-27 18:33:16', '2024-10-04 14:08:37', 0, NULL),
(1916, 'Emmanuel', 'Oyibo', 'emmanueloyibo02@gmail.com', 'Emmystores', 1910, '2024-07-28 14:39:53', '$2y$10$Msq7FLaQUx2xM8KMJ6EuL.TsEPo6a6xSWo7OGICt5kgkPIJ60ipNy', '4C42WgTjNU@Wgqi', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-28 14:37:51', '2024-07-28 15:12:30', 0, NULL),
(1917, 'Martha', 'Awodi', 'marthaenenche536@gmail.com', 'Blossom E-Store', 1798, '2024-07-28 17:24:08', '$2y$10$q3yXqSP0FI23aTg.HT5bceV3W7YGYsPFritbuhbiWcdZpZQ5su44.', 'Wealth@2024', 0, 0.01000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'cY42Cr6cCpkUSK8xMSP1X1FSsJzwQh6mvkJibszsE47', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'u7FAoRd8ezffeP7cEQtPoeqlM5Qg0F94BdFK13fKt6mnTd9jNt8hQwqvG1UX', 0, NULL, NULL, '2024-07-28 17:21:51', '2024-10-05 19:22:47', 0, NULL),
(1918, 'Kehinde', 'Odebode', 'kennyayaode@gmail.com', 'KOMA', 1798, '2024-07-28 19:13:38', '$2y$10$QP3dtlCAiqqXmZ8qjBPqKuu2FQIPY0GeI7/xpvMEI5z1BuLXDz2qC', 'Kennyode03#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-28 19:10:35', '2024-07-28 19:16:39', 0, NULL),
(1919, 'Samuel', 'Afolabi', 'afolabisamuel644@gmail.com', 'Samuel afolabi', 1798, '2024-07-30 09:48:01', '$2y$10$yJlmE1VWLPA1d9nzdiyNceSTNOA4iTudFO8RNQfTibVTgtFbPC96m', 'Timileyin.12', 0, 0.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-07-30 09:46:17', '2024-07-30 09:55:41', 0, NULL),
(1920, 'Eunice', 'Nnete', 'amunizzy@gmail.com', 'Nizzy', 1886, '2024-08-01 07:34:19', '$2y$10$v.0vd66Ma.5t4iAwcVPN4uDyHcDDy84zzgCaVIxtFN/whB44T6rce', 'Jose-phine12345', 0, 0.22000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'GGhtzyn3UjqzWD7XdKUdZ6UhBX4iJNPW83tCuv3hw3MB', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-01 07:32:20', '2024-10-05 00:52:09', 0, NULL),
(1921, 'Beatrice', 'Nnete', 'eunicennete364@gmail.com', 'Baeniiz', 1886, '2024-08-01 08:30:30', '$2y$10$m6Ly4lJK0CMsTBcvbTvkse4576mYpZYECbdhACUjAoZ8L5xRF9/cS', 'Jose-phine12345', 0, 0.76000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'GGhtzyn3UjqzWD7XdKUdZ6UhBX4iJNPW83tCuv3hw3MB', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-01 08:18:53', '2024-10-04 23:37:31', 0, NULL),
(1922, 'Burt', 'Erdman', 'prowraps@gmail.com', NULL, 1743, NULL, '$2y$10$fqCo343bdd7Lfis4j3vcw.ErQkt7YOyw7iy99lHhVqmPlRu.228ZO', 'vVz8hzQys@uik6B', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-03 11:37:37', '2024-08-03 11:37:37', 0, NULL),
(1923, 'Mfoniso', 'Udo', 'missendowed247@yahoo.com', 'Fonny', 1798, '2024-08-03 20:43:36', '$2y$10$/bBelyzErKY1MmY2VuqR6.Ivv2SiWxuVH2/pGbXljJGsu1b8s16Ne', 'Good#01', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-03 20:42:58', '2024-08-03 21:15:51', 0, NULL),
(1924, 'Ibrahim', 'Kumar', 'royrowland581@gmail.com', 'Kumarstores', 1743, '2024-08-04 18:33:16', '$2y$10$.gf8EBVO18R0bXpGnAyHpODpFZaGS0b8p7J8Q27JJpiyWzxaSIgHq', '12345Poshy$', 0, 100000.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-04 18:31:01', '2024-08-04 18:41:57', 0, NULL),
(1925, 'Frank', 'Frankie', 'cashtouchs@gmail.com', 'Frankie fast store', 1743, '2024-08-04 21:08:44', '$2y$10$5YFIsbbXDdkSiNvgDYpSfepbifdKRcnWgn9ENuFkhLIHUhXzSrT8u', 'Nevergiveup$8', 0, 84013.59000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, 'DFXTKjvu8sfViHHD1LcunY26Ar5gUfGKRd2BgHcnyCSb', 'normal', 1, 1, '1973-01-07', 1, 'Driver\'s License', 'Frank_Armstrong_86639.jpeg', 'Frank_Armstrong_94595.jpeg', NULL, 'Frank_Armstrong_28326.png', NULL, NULL, NULL, 'qYUjdzDnShBa7nd1MtNo7qaaiIwGdLdgjFJtnNhsZ7pNYmGu6wVh4XaDc1vh', 0, NULL, NULL, '2024-08-04 21:07:37', '2024-08-10 18:32:32', 0, NULL),
(1926, 'Chinyere Victory', 'Emeribe', 'chinnyvick.cv@gmail.com', 'Chinyere Victory', 1743, '2024-08-08 06:19:40', '$2y$10$M.J/HcSJFvFiq2MKzBQXi.ueP475.CZABdU.qVdUWXbPWUAFc3KxW', 'MBu@U7sfaqmsz6W', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-08 06:15:02', '2024-08-08 06:23:22', 0, NULL),
(1927, 'RAJ', 'BOY', 'saverdata59@gmail.com', 'Holy Gem', 1743, '2024-08-08 11:39:36', '$2y$10$4GKD1d0mT5Dbmas/cFz1JeNk5BSIpUrHh0vU8zlRVI1LJJYLanPKy', 'Raj1234@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-08 11:39:11', '2024-08-08 11:40:07', 0, NULL),
(1928, 'Babatunde', 'Odetayo', 'obabatunde230@gmail.com', 'Reason and Season stores', 1910, '2024-08-10 21:04:57', '$2y$10$eYayrSQz6Z3SwafgOq5s0uiKB7Kv6TW04CCZ.sO04GNH1XqmBkxbq', 'Babs@1981', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-10 21:03:07', '2024-08-10 21:05:43', 0, NULL),
(1929, 'Busayo', 'Oyelami', 'oyebusayomi@gmail.com', 'Faith store', 1743, '2024-08-13 20:49:32', '$2y$10$JPvRFeAP0Ge1X3EBLXIFWuGNIy0fUnZytp7M8yC5A6h3rs6.6iNwG', 'Busayo@0606', 0, 0.00000, 0.00000, NULL, NULL, '$10k - $50', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-13 20:48:24', '2024-08-13 20:51:15', 0, NULL),
(1930, 'Charles', 'Emmanuel', 'blogducate@gmail.com', '9Stars Global Store', 1743, '2024-08-15 03:07:34', '$2y$10$yxrGisiRt2.Q2ex.7p7bSun9cPhEu.xi4sogvyjk1K99FZQNtZPpe', '??Jadama7??', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-15 03:07:02', '2024-08-15 03:08:39', 0, NULL),
(1931, 'mfonobong', 'ekong', 'ekpomfonobong111@gmail.com', NULL, 1798, '2024-08-15 18:50:38', '$2y$10$mpD.QzzfsPyGy6KsoQuj0er/QVXCMbA0bsskeh9jzOuR0W/tDzo8C', '@Edetekpo111', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-15 18:39:38', '2024-08-15 18:50:38', 0, NULL),
(1932, 'Suleiman', 'Adamu Maxwell', 'maxdamsengineering@gmail.com', 'Maxyson', 1910, '2024-08-20 11:34:54', '$2y$10$9K7zR.euCCP1gAPD9t5T9OrSOjSmSltuz85pi4Mw9T5Q9wtwHwbCe', 'Ojonoma0987654321#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-20 11:33:57', '2024-08-20 11:35:41', 0, NULL),
(1933, 'Johnson', 'Timothy', 'tj3522557@gmail.com', NULL, 1910, NULL, '$2y$10$xkWOqchDaz6YRKEIqO6zmeAas7o6S/47xhAUaESkxCYXa/iTuU7K2', 'Timzzy2005@%', 0, 0.00000, 0.00000, NULL, NULL, NULL, '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-25 04:20:33', '2024-08-25 04:20:33', 0, NULL),
(1934, 'Christopher', 'Yakubu tizhe', 'christopheryakubutizhe8@gmail.com', 'Christopher', 1910, '2024-08-25 10:46:14', '$2y$10$rLwY86alxjQRWHMvoZqfCeGhZLFdeWvdObSA4l5x2oOhcDDkvw5sK', 'Tizhey@%64122426#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-25 04:31:39', '2024-08-25 10:46:54', 0, NULL),
(1935, 'Hammed', 'Lawal', 'hammedite2001@gmail.com', 'Allround', 1743, '2024-08-28 16:56:12', '$2y$10$t4k99USgXYTZgDIWr1QK.uHYgusD.1LaU2y4lbDP6DZcu8lz3Sa5W', 'C6cRPvLnnzSd62@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-08-28 16:55:35', '2024-08-28 16:59:28', 0, NULL),
(1936, 'Steven', 'Omonale', 'ngogonaba54@gmail.com', 'Mosteve90', 1798, '2024-09-01 07:58:11', '$2y$10$1s1pc8G124OgCrMkkP68L.FMmS3Mdj3xuv9A0b7OCEJsvOwg3OIyy', 'Billey@59', 0, 0.50000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, '5ahiah9YfMA9Y1cyXQRoa3vVma1nKSJQGnRraHM5oUbD', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2024-10-07 03:28:45', '2024-09-01 07:55:33', '2024-10-07 02:59:30', 0, NULL),
(1937, 'Daniel', 'Erbe', 'dherbe0@gmail.com', 'Derbs123', 1743, '2024-09-01 08:54:09', '$2y$10$WkAsa9rXQ/1yAMPpVoULouyBonrToShKG3X3TC.HfXQ0ustsUQTGW', 'vofhiq-sIkwih-xocwu7', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'jFLEKL3O4dNHSP2P9QBjezPG2BzzwEt2afgWfkhUPJ1APXYu6TppZDMjX163', 0, NULL, NULL, '2024-09-01 08:53:20', '2024-09-01 08:54:40', 0, NULL),
(1938, 'Enwono', 'Akpabio', 'akpabioenwono@gmail.com', 'Brightoplaza', 1886, '2024-09-01 22:08:17', '$2y$10$XfmvNEYLtTyrttNGkPzEyebgeL.vOJxfHMcvsezSbIaKaf143d/s6', 'Brightal1111$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, 'GGhtzyn3UjqzWD7XdKUdZ6UhBX4iJNPW83tCuv3hw3MB', 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, '2024-10-05 18:50:04', '2024-09-01 21:40:47', '2024-10-05 21:00:08', 0, NULL),
(1939, 'Krill', 'Porter', 'krillporter6@gmail.com', 'Krill’s Store', 1743, '2024-09-04 03:12:16', '$2y$10$IQPww37KeacCkjIyO5p5L.zcaXJD0YtMJA4deekrJ/jNaIXxhnYXK', 'Original56#', 0, 100000.00000, 0.00000, NULL, NULL, '$60k - $100k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-04 03:09:01', '2024-09-04 03:18:41', 0, NULL),
(1940, 'ISMAIL', 'LAWAL', 'lawalismail90@gmail.com', 'Prince', 1743, '2024-09-11 22:16:55', '$2y$10$QCpa755DzAWEPgyurQ.iGOJDlIVricQew9t6e2v4cig3wHYffVA2y', 'Princeademi12@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-11 22:15:29', '2024-09-11 22:17:42', 0, NULL),
(1941, 'Yvonne Jackson', 'Monare', 'Yvonnejacksonmonare@gmail.com', 'Yvonnestores', 1743, '2024-09-11 22:51:48', '$2y$10$CGDCXUsNlXPCVgcbnm6KO.YNsf7UWGoVLeqqzSVi4tDL.Lt7GBNe6', 'Redbull@24', 0, 0.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-11 22:51:09', '2024-09-14 17:47:06', 0, NULL),
(1942, 'Oyedotun', 'Ibrahim', 'oyedotunibrahim@gmail.com', 'Horlard', 1910, '2024-09-21 17:53:04', '$2y$10$jzmMSfPmBh9L.HCLsLd63e4OdX4oojYGko7Ah72xjgpmYwJMKgOOi', 'Hiibee@245', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-21 17:51:53', '2024-09-21 17:53:57', 0, NULL),
(1943, 'Michael', 'Wesley', 'Slybrown448@gmail.com', 'Michstore', NULL, '2024-09-21 18:16:36', '$2y$10$b2VD5mnb4VNNshNqVv0sP.uEMyOy2xO7paK4SGICZmJUU2At3hcdi', 'Redbull@24', 0, 0.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-21 18:15:55', '2024-09-23 13:41:35', 0, NULL),
(1944, 'Sidneyy', 'brookk', 'Sbrookk3@gmail.com', 'Sidneyy brookk', NULL, '2024-09-21 18:28:55', '$2y$10$4kEv3MRC3vSE6gE/qb6I2O0hBtdt3KMLwGCh777JiR/niQPGUmw7i', 'Redbull@24', 0, 0.00000, 0.00000, NULL, NULL, '$100M - Above', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-21 18:28:22', '2024-09-21 18:29:18', 0, NULL),
(1945, 'Folaranmi', 'Ayeni', 'ayenifolaranmi20@gmail.com', 'SOULMATES', 1910, '2024-09-24 23:12:00', '$2y$10$cINedNEDAJSB9fxsvYAgE.ljdK6NgX3JSCeQlJxuCZZkW5Y0cdv7a', 'Soul11mates#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-24 23:10:14', '2024-09-24 23:13:02', 0, NULL),
(1946, 'Naomi', 'Kamau', 'nkamau25@gmail.com', 'SteNaG', 1884, '2024-09-25 21:04:18', '$2y$10$5MSe9y1um4cE3LHNRJOcMeG1p/vy9SDGjCNcPQ72INqcwPl6tPGUm', 'Summer@2020', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'iAfvuTUJEjLqKUOuBkZQIwqwo8mulPgCxZUR1cXL8TwFnYzawhGqDmIyb0ej', 0, NULL, NULL, '2024-09-25 21:03:17', '2024-09-25 21:08:35', 0, NULL),
(1947, 'Alabi', 'Daniel', 'Alabidandaniel@gmail.com', 'Alabidamil', 1743, '2024-09-27 08:23:27', '$2y$10$je2RoYoJYeBXS6aaw/EnNuKmt6yGV63EgFNi2Eh5Jvn47cNL6bkdi', 'Alabi1998@dan', 0, 0.00000, 0.00000, NULL, NULL, '$60k - $100k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-27 08:22:57', '2024-09-27 08:24:11', 0, NULL),
(1948, 'Godin', 'Patron', 'ntajoshua9@gmail.com', 'Gopatron', 1798, '2024-09-27 23:20:46', '$2y$10$PgsPAl7ialka9j2QAQEo9eBsm2pMSTVNh.CWestFeCkeHIBYkPJ3e', 'Grandpatron9$', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-27 23:18:31', '2024-09-27 23:21:52', 0, NULL),
(1949, 'Compliment', 'Promise', 'worldaccess457@gmail.com', 'ACCESS WORLD COMPLIMENT STUDIO', 1798, '2024-09-29 11:02:25', '$2y$10$1veLw2v0D1Su45pYbjDZ..Nsxy7RtYUsIAVcFQbNCuyRDXaLRDw4S', '258Wo@', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-09-29 11:00:40', '2024-09-29 11:04:06', 0, NULL),
(1950, 'Edu', 'Emmanuel', 'edu69320332@gmail.com', 'Lordluffy', 1743, '2024-10-01 01:32:03', '$2y$10$iLjR993eaaDMZAxZJY6j6.M9wCIlziNSHks0ICwfS0LgEDCvYdBYO', 'sUsN8ZPRyEW@jSA', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-10-01 01:31:23', '2024-10-01 01:32:53', 0, NULL),
(1951, 'Prince', 'Barile', 'praisebarile25@gmail.com', 'Mainway2earn', 1798, '2024-10-02 01:46:20', '$2y$10$v4oWq1MgdpkX0koazmHv5.RfVyE4JmkgwHrXWUE7f9PVIbNcKkB6m', 'Prince@080', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-10-02 01:45:48', '2024-10-02 01:47:28', 0, NULL),
(1952, 'Ema', 'Isaac H', 'isaacharry51@gmail.com', 'Emayoo', 1936, '2024-10-04 14:43:43', '$2y$10$.quw9hUYCBFwNh9tWAj25Or0ReuuJYdgziXvHHuQco.Z7b/ZY.3VG', 'Today22#', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-10-04 14:42:32', '2024-10-04 14:47:13', 0, NULL),
(1953, 'Vanessa', 'Jakhu', 'scentscentvenny@outlook.com', 'Jakhu’s general store', 1884, '2024-10-06 16:20:06', '$2y$10$ov9gjzfyBfU7qZw/UpMxRu1BA84E58iQD4y2z7m0Vy0kjVtvXOYzS', '@Padfoot143', 0, 0.00000, 0.00000, NULL, NULL, '$500 - $1k', '7', '5', '3', NULL, NULL, 'normal', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-10-06 16:18:22', '2024-10-06 16:57:35', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `vendors`
--

CREATE TABLE `vendors` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `status` enum('pending','approved','disapproved','') DEFAULT NULL,
  `request` tinyint DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `vendors`
--

INSERT INTO `vendors` (`id`, `user_id`, `status`, `request`, `created_at`, `updated_at`) VALUES
(1, 1732, 'approved', NULL, '2024-02-20 17:33:47', '2024-02-20 17:37:52');

-- --------------------------------------------------------

--
-- Table structure for table `vendor_products`
--

CREATE TABLE `vendor_products` (
  `id` int NOT NULL,
  `vendor_id` int DEFAULT NULL,
  `name` text,
  `slug` varchar(255) DEFAULT NULL,
  `value` decimal(20,2) DEFAULT NULL,
  `quantity` bigint DEFAULT NULL,
  `category` varchar(255) DEFAULT NULL,
  `description` text,
  `location` text,
  `tracking_id` varchar(255) DEFAULT NULL,
  `dropoff` text,
  `courier` varchar(255) DEFAULT NULL,
  `reply` text,
  `status` tinyint DEFAULT NULL,
  `image1` varchar(255) DEFAULT NULL,
  `image2` varchar(255) DEFAULT NULL,
  `image3` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

-- --------------------------------------------------------

--
-- Table structure for table `vendor_replies`
--

CREATE TABLE `vendor_replies` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `description` text,
  `request_id` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

-- --------------------------------------------------------

--
-- Table structure for table `withdrawals`
--

CREATE TABLE `withdrawals` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `amount` bigint DEFAULT NULL,
  `charge` decimal(20,2) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `status` int DEFAULT NULL COMMENT '1=pending\r\n2=approved',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `withdrawals`
--

INSERT INTO `withdrawals` (`id`, `user_id`, `amount`, `charge`, `type`, `status`, `created_at`, `updated_at`) VALUES
(26, 1741, 10570, 317.10, 'main', 2, '2024-02-28 07:02:25', '2024-02-28 07:05:10'),
(27, 1760, 500, 15.00, 'main', 2, '2024-02-29 14:51:48', '2024-02-29 16:10:32'),
(28, 1741, 9700, 291.00, 'main', 2, '2024-03-19 13:00:20', '2024-03-19 13:00:34'),
(29, 1741, 10310, 309.30, 'main', 2, '2024-05-06 06:35:00', '2024-05-06 06:35:14'),
(30, 1747, 60, 1.80, 'main', 2, '2024-05-10 04:01:59', '2024-05-11 06:35:48'),
(31, 1747, 150, 4.50, 'main', 2, '2024-05-11 05:49:41', '2024-05-11 06:35:34'),
(32, 1747, 210, 6.30, 'main', 1, '2024-05-24 04:50:37', '2024-05-24 04:50:37'),
(33, 1747, 210, 6.30, 'main', 1, '2024-05-25 09:44:19', '2024-05-25 09:44:19'),
(34, 1747, 500, 15.00, 'main', 1, '2024-05-27 12:59:15', '2024-05-27 12:59:15'),
(36, 1798, 99, 2.97, 'main', 2, '2024-07-08 10:30:32', '2024-07-08 18:15:14'),
(37, 1881, 950, 28.50, 'main', 2, '2024-07-12 12:18:11', '2024-07-12 13:05:21'),
(38, 1868, 2000, 60.00, 'main', 2, '2024-07-13 14:55:57', '2024-07-13 17:07:08'),
(39, 1747, 500, 15.00, 'main', 1, '2024-07-14 12:35:01', '2024-07-14 12:35:01'),
(40, 1866, 864, 25.92, 'main', 2, '2024-07-14 23:05:55', '2024-07-14 23:13:38'),
(41, 1869, 1673, 50.19, 'main', 2, '2024-07-16 12:34:35', '2024-07-16 17:12:45'),
(42, 1877, 1000, 30.00, 'main', 2, '2024-07-18 21:49:49', '2024-07-20 02:55:56'),
(43, 1873, 10000, 300.00, 'main', 2, '2024-07-18 22:49:31', '2024-07-20 02:55:29'),
(44, 1890, 2134, 64.02, 'main', 2, '2024-07-20 13:53:52', '2024-07-20 14:19:54'),
(45, 1872, 5000, 150.00, 'main', 2, '2024-07-22 17:28:13', '2024-07-22 17:29:25'),
(46, 1868, 14000, 420.00, 'main', 2, '2024-07-28 10:13:06', '2024-07-28 10:14:49'),
(47, 1912, 4500, 135.00, 'main', 2, '2024-08-04 05:07:02', '2024-08-04 18:21:06'),
(48, 1867, 11280, 338.40, 'main', 2, '2024-08-04 18:19:34', '2024-08-04 18:21:19'),
(49, 1798, 832, 24.96, 'main', 2, '2024-08-05 00:12:06', '2024-08-05 23:05:12'),
(50, 1884, 5000, 150.00, 'main', 2, '2024-08-07 08:02:40', '2024-08-07 08:03:12'),
(51, 1925, 4647, 139.41, 'main', 2, '2024-08-10 18:31:28', '2024-08-10 18:32:32'),
(52, 1850, 252, 7.56, 'main', 2, '2024-08-12 18:04:32', '2024-08-13 09:04:53'),
(53, 1850, 200, 6.00, 'main', 2, '2024-08-12 18:27:02', '2024-08-13 09:05:00'),
(54, 1850, 448, 13.44, 'main', 2, '2024-08-13 10:33:40', '2024-08-14 03:44:37'),
(55, 1850, 50, 1.50, 'main', 2, '2024-08-25 22:19:19', '2024-08-26 17:56:33'),
(56, 1884, 12000, 360.00, 'main', 2, '2024-08-26 17:54:22', '2024-08-26 17:56:46'),
(57, 1920, 193, 5.79, 'main', 3, '2024-09-01 21:13:53', '2024-09-03 06:23:13'),
(58, 1920, 193, 5.79, 'main', 2, '2024-09-02 22:14:26', '2024-09-03 17:45:57'),
(59, 1876, 179, 5.37, 'main', 2, '2024-09-08 02:41:20', '2024-09-09 13:18:11'),
(65, 1856, 50, 1.50, 'main', 2, '2024-09-09 16:22:50', '2024-09-09 16:23:04'),
(66, 1850, 900, 27.00, 'main', 1, '2024-09-10 21:15:21', '2024-09-10 21:15:21'),
(67, 1850, 840, 25.20, 'main', 1, '2024-09-11 10:12:55', '2024-09-11 10:12:55'),
(68, 1915, 265, 7.95, 'main', 1, '2024-10-04 14:08:37', '2024-10-04 14:08:37'),
(69, 1798, 872, 26.16, 'main', 1, '2024-10-04 14:55:54', '2024-10-04 14:55:54'),
(70, 1938, 203, 6.09, 'main', 1, '2024-10-04 16:35:57', '2024-10-04 16:35:57'),
(71, 1921, 264, 7.92, 'main', 1, '2024-10-04 23:37:31', '2024-10-04 23:37:31'),
(72, 1920, 556, 16.68, 'main', 1, '2024-10-05 00:52:09', '2024-10-05 00:52:09'),
(73, 1886, 519, 15.57, 'main', 1, '2024-10-05 08:20:13', '2024-10-05 08:20:13'),
(74, 1876, 176, 5.28, 'main', 1, '2024-10-05 08:44:49', '2024-10-05 08:44:49'),
(75, 1850, 900, 27.00, 'main', 1, '2024-10-05 13:28:19', '2024-10-05 13:28:19'),
(76, 1917, 57, 1.71, 'main', 1, '2024-10-05 19:22:47', '2024-10-05 19:22:47'),
(77, 1936, 50, 1.50, 'main', 1, '2024-10-06 03:10:02', '2024-10-06 03:10:02');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `agents`
--
ALTER TABLE `agents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `agent_requests`
--
ALTER TABLE `agent_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `agent_withdrawals`
--
ALTER TABLE `agent_withdrawals`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `bids`
--
ALTER TABLE `bids`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `blogs`
--
ALTER TABLE `blogs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cards`
--
ALTER TABLE `cards`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `company_details`
--
ALTER TABLE `company_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `deposits`
--
ALTER TABLE `deposits`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `directors`
--
ALTER TABLE `directors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `grants`
--
ALTER TABLE `grants`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `investments`
--
ALTER TABLE `investments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `in_transactions`
--
ALTER TABLE `in_transactions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `markets`
--
ALTER TABLE `markets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `ownerships`
--
ALTER TABLE `ownerships`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `id` (`id`,`email`);

--
-- Indexes for table `plans`
--
ALTER TABLE `plans`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sells`
--
ALTER TABLE `sells`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `site_details`
--
ALTER TABLE `site_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `testimonials`
--
ALTER TABLE `testimonials`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tests`
--
ALTER TABLE `tests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `vendors`
--
ALTER TABLE `vendors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `vendor_products`
--
ALTER TABLE `vendor_products`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `vendor_replies`
--
ALTER TABLE `vendor_replies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `withdrawals`
--
ALTER TABLE `withdrawals`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `agents`
--
ALTER TABLE `agents`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_requests`
--
ALTER TABLE `agent_requests`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_withdrawals`
--
ALTER TABLE `agent_withdrawals`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bids`
--
ALTER TABLE `bids`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39669;

--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `cards`
--
ALTER TABLE `cards`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `company_details`
--
ALTER TABLE `company_details`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `deposits`
--
ALTER TABLE `deposits`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=368;

--
-- AUTO_INCREMENT for table `directors`
--
ALTER TABLE `directors`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `grants`
--
ALTER TABLE `grants`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `investments`
--
ALTER TABLE `investments`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- AUTO_INCREMENT for table `in_transactions`
--
ALTER TABLE `in_transactions`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `markets`
--
ALTER TABLE `markets`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `ownerships`
--
ALTER TABLE `ownerships`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39294;

--
-- AUTO_INCREMENT for table `password_resets`
--
ALTER TABLE `password_resets`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=203;

--
-- AUTO_INCREMENT for table `plans`
--
ALTER TABLE `plans`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6178;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `sells`
--
ALTER TABLE `sells`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39795;

--
-- AUTO_INCREMENT for table `site_details`
--
ALTER TABLE `site_details`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `tests`
--
ALTER TABLE `tests`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=88;

--
-- AUTO_INCREMENT for table `transactions`
--
ALTER TABLE `transactions`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1954;

--
-- AUTO_INCREMENT for table `vendors`
--
ALTER TABLE `vendors`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `vendor_products`
--
ALTER TABLE `vendor_products`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `vendor_replies`
--
ALTER TABLE `vendor_replies`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `withdrawals`
--
ALTER TABLE `withdrawals`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=78;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
